diff --git a/con/dat/dep/UD_English-EWT/README.md b/con/dat/dep/UD_English-EWT/README.md index 53be84e..663a980 100644 --- a/con/dat/dep/UD_English-EWT/README.md +++ b/con/dat/dep/UD_English-EWT/README.md @@ -1,5 +1,5 @@ Universal Dependencies - English Dependency Treebank -Universal Dependencies English Web Treebank v2.7 -- 2020-11-15 +Universal Dependencies English Web Treebank v2.13 -- 2023-11-15 https://github.com/UniversalDependencies/UD_English-EWT @@ -12,7 +12,7 @@ LDC2012T13 (https://catalog.ldc.upenn.edu/LDC2012T13). # Introduction -The corpus comprises 254,830 words and 16,622 sentences, taken from five genres +The corpus comprises 254,820 words and 16,622 sentences, taken from five genres of web media: weblogs, newsgroups, emails, reviews, and Yahoo! answers. See the LDC2012T13 documentation for more details on the sources of the sentences. The trees were automatically converted into Stanford Dependencies and then @@ -25,7 +25,7 @@ mainly been done automatically, with very limited hand-correction. # License/Copyright -Universal Dependencies English Web Treebank annotations © 2013-2020 +Universal Dependencies English Web Treebank annotations © 2013-2021 by The Board of Trustees of The Leland Stanford Junior University. All Rights Reserved. @@ -46,7 +46,7 @@ Portions may be © 2012 Google Inc., © 2011 Yahoo! Inc., # Structure This directory contains a corpus of sentences annotated using Universal -Dependencies annotation. The corpus comprises 254,830 words and 16,622 +Dependencies annotation. The corpus comprises 254,820 words and 16,622 sentences, taken from various web media including weblogs, newsgroups, emails, reviews, and Yahoo! answers; see the LDC2012T13 documentation for more details on the source of the sentences. The trees were automatically converted into @@ -74,16 +74,75 @@ manually checked. # Deviations from UD -Version 2.7 of the English UD treebank conforms to the UD guidelines in +Version 2.13 of the English UD treebank conforms to the UD guidelines in almost all respects, but there remain the following deviations: - The UD dependency `flat` is largely only used for person names. - Dates are not annotated consistently. - - The attachment of punctuation tokens is sometimes not according to the - guidelines. # Changelog +**2023-11-15 v2.13** + +Highlights: + + - Structural + - **Adopt subtype `obl:agent` for passive *by*-phrases**, and apply the feature `Voice=Pass` more widely [to distinguish passive uses from active perfect uses of the past participle form](https://universaldependencies.org/en/feat/Voice.html) ([#290](https://github.com/UniversalDependencies/UD_English-EWT/issues/290)) + - **Remove use of `flat:foreign`** in line with most other English treebanks ([#459](https://github.com/UniversalDependencies/UD_English-EWT/issues/459)) + - Implement new guidelines on sufficiency/excess constructions ([#423](https://github.com/UniversalDependencies/UD_English-EWT/issues/423)) + - Use Udapi to standardize `punct` attachments (thanks to [@martin-popel](https://github.com/martinpopel)) + - Features + - Flesh out features on [DETs](https://universaldependencies.org/en/pos/DET.html) ([#416](https://github.com/UniversalDependencies/UD_English-EWT/issues/416)) + - Make features on numbers more uniform and consistent with other treebanks (flagged by [@rhdunn](https://github.com/rhdunn): [#451](https://github.com/UniversalDependencies/UD_English-EWT/issues/451), [#458](https://github.com/UniversalDependencies/UD_English-EWT/issues/458), [#464](https://github.com/UniversalDependencies/UD_English-EWT/issues/464), [#465](https://github.com/UniversalDependencies/UD_English-EWT/issues/465)) + - Ensure verb features are complete and consistent with tags + - Use AUX (not VERB) for "have" and "do" when stranded due to ellipsis ([#403](https://github.com/UniversalDependencies/UD_English-EWT/issues/403)) + - Mark verbal contractions missing apostrophes as typos (flagged by [@rhdunn](https://github.com/rhdunn): [#443](https://github.com/UniversalDependencies/UD_English-EWT/issues/443)) + - Extensive cleanup of/based on UPOS + +**2023-05-15 v2.12** + +Highlights: + + - Implement new policy on [sole `iobj`](https://universaldependencies.org/changes.html#sole-iobj) ([#55](https://github.com/UniversalDependencies/UD_English-EWT/issues/55)) + - Cleanup of free relatives (part of [#278](https://github.com/UniversalDependencies/UD_English-EWT/issues/278)) + - Make use of `xcomp` more consistent + - For "etc.", change `Number=Sing` to `Number=Plur` + +**2022-11-15 v2.11** + +Highlights: + + - Implement `:outer` per [multiple subjects](https://universaldependencies.org/changes.html#multiple-subjects) policy ([#310](https://github.com/UniversalDependencies/UD_English-EWT/issues/310)) + - Implement `advcl:relcl` ([#346](https://github.com/UniversalDependencies/UD_English-EWT/issues/346)) + - Implement revised guidelines for English pronouns (lemmas, features) ([issue](https://github.com/UniversalDependencies/docs/issues/517)) + - Revise WH-adverbs to attach in a subordinate clause as `advmod` not `mark` ([#88](https://github.com/UniversalDependencies/UD_English-EWT/issues/88)) + - Improved lemmas/features for numeric values/entities + - Tag "etc." as `NOUN` ([#353](https://github.com/UniversalDependencies/UD_English-EWT/issues/353)) + - Add neaten.py, which implements English-specific validation rules + +**2022-05-15 v2.10** + +Highlights: + + - Fixed all validation errors + - Implement new [`goeswith` policy](https://universaldependencies.org/changes.html#typos-and-goeswith) ([#314](https://github.com/UniversalDependencies/UD_English-EWT/pull/314)) + - Use `parataxis` for "X so Y" and similar ([#313](https://github.com/UniversalDependencies/UD_English-EWT/pull/313)) + +**2021-11-15 v2.9** + - Fixed all validation errors + - Many other improvements to annotation of assorted words and constructions + +**2021-05-15 v2.8** + - Fixed many wrong lemmata, POS tags, and relations + - Reanalyzed many dependencies to conform to UD validation + - Retagged words in names to limit PROPN to true nouns + - Fixed certain metadata issues + - Fixed some typos, added CorrectForms + - Added missing multiword tokens for clitics/contractions + - Added Style=Expr feature for expressive spellings + - Fixed many incorrectly non-projective graphs, reanalyzing as projective + - Reannotated list items as NUM not X + **2020-11-15 v2.7** - Added multiword tokens where appropriate for contracted verb forms - Fixed some wrong lemmata and POS tags @@ -94,12 +153,12 @@ almost all respects, but there remain the following deviations: - Fixed directionality of some `goeswith` dependencies **2019-11-15 v2.5** - - Fixed miscellaneous syntactic issues + - Fixed miscellaneous syntactic issues - Fixed CoNLL-U syntax error **2019-05-15 v2.4** - Fixed some wrong lemmata and POS tags - - Fixed miscellaneous syntactic issues + - Fixed miscellaneous syntactic issues - Fixed some punctuation attachments - Fixed malformed enhanced graphs @@ -165,7 +224,7 @@ The best way to do this is to file a github issue at: https://github.com/UniversalDependencies/UD_English-EWT/issues We also welcome pull requests. If you want to make edits, please modify the -trees in the idividual files in the `not-to-release/sources` directory instead +trees in the individual files in the `not-to-release/sources` directory instead of making direct changes to `en_ewt-ud-{dev,test,train}.conllu`. @@ -182,9 +241,9 @@ Annotation of the Universal Dependencies English Web Treebank was carried out by - Nathan Schneider - Ethan Chi - Samuel Bowman + - Christopher Manning - Hanzhi Zhu - Daniel Galbraith - - Christopher Manning - John Bauer Creation of the CoNLL-U files, including calculating UPOS, feature, and lemma @@ -202,7 +261,6 @@ partially funded by a gift from Google, Inc., which we gratefully acknowledge. You are encouraged to cite this paper if you use the Universal Dependencies English Web Treebank: - @inproceedings{silveira14gold, year = {2014}, author = {Natalia Silveira and Timothy Dozat and Marie-Catherine de @@ -213,6 +271,7 @@ English Web Treebank: Resources and Evaluation (LREC-2014)} } + # Metadata ``` @@ -220,13 +279,13 @@ English Web Treebank: Data available since: UD v1.0 License: CC BY-SA 4.0 Includes text: yes -Genre: blog social reviews email +Genre: blog social reviews email web Lemmas: automatic with corrections UPOS: converted with corrections XPOS: manual native -Features: automatic +Features: converted with corrections Relations: manual native -Contributors: Silveira, Natalia; Dozat, Timothy; Manning, Christopher; Schuster, Sebastian; Chi, Ethan; Bauer, John; Connor, Miriam; de Marneffe, Marie-Catherine; Schneider, Nathan; Bowman, Sam; Zhu, Hanzhi; Galbraith, Daniel +Contributors: Silveira, Natalia; Dozat, Timothy; Manning, Christopher; Schuster, Sebastian; Chi, Ethan; Bauer, John; Connor, Miriam; de Marneffe, Marie-Catherine; Schneider, Nathan; Bowman, Sam; Zhu, Hanzhi; Galbraith, Daniel; Bauer, John Contributing: here source Contact: syntacticdependencies@lists.stanford.edu =============================================================================== diff --git a/con/dat/dep/UD_English-EWT/en_ewt-ud-dev.conllu b/con/dat/dep/UD_English-EWT/en_ewt-ud-dev.conllu index 3602336..ad0c7cb 100644 --- a/con/dat/dep/UD_English-EWT/en_ewt-ud-dev.conllu +++ b/con/dat/dep/UD_English-EWT/en_ewt-ud-dev.conllu @@ -17,8 +17,8 @@ 2 Bush Bush PROPN NNP Number=Sing 1 flat 1:flat _ 3 on on ADP IN _ 4 case 4:case _ 4 Tuesday Tuesday PROPN NNP Number=Sing 5 obl 5:obl:on _ -5 nominated nominate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -6 two two NUM CD NumType=Card 7 nummod 7:nummod _ +5 nominated nominate VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 two two NUM CD NumForm=Word|NumType=Card 7 nummod 7:nummod _ 7 individuals individual NOUN NNS Number=Plur 5 obj 5:obj _ 8 to to PART TO _ 9 mark 9:mark _ 9 replace replace VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ @@ -36,14 +36,14 @@ # sent_id = weblog-blogspot.com_nominations_20041117172713_ENG_20041117_172713-0003 # text = Bush nominated Jennifer M. Anderson for a 15-year term as associate judge of the Superior Court of the District of Columbia, replacing Steffen W. Graae. 1 Bush Bush PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 nominated nominate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 nominated nominate VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 Jennifer Jennifer PROPN NNP Number=Sing 2 obj 2:obj _ 4 M. M. PROPN NNP Number=Sing 3 flat 3:flat _ 5 Anderson Anderson PROPN NNP Number=Sing 3 flat 3:flat _ 6 for for ADP IN _ 11 case 11:case _ 7 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -8 15 15 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No -9 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +8 15 15 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No +9 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No 10 year year NOUN NN Number=Sing 11 compound 11:compound _ 11 term term NOUN NN Number=Sing 2 obl 2:obl:for _ 12 as as ADP IN _ 14 case 14:case _ @@ -51,14 +51,14 @@ 14 judge judge NOUN NN Number=Sing 11 nmod 11:nmod:as _ 15 of of ADP IN _ 18 case 18:case _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -17 Superior Superior PROPN NNP Number=Sing 18 compound 18:compound _ +17 Superior Superior ADJ NNP Degree=Pos 18 amod 18:amod _ 18 Court Court PROPN NNP Number=Sing 14 nmod 14:nmod:of _ 19 of of ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 District District PROPN NNP Number=Sing 18 nmod 18:nmod:of _ 22 of of ADP IN _ 23 case 23:case _ 23 Columbia Columbia PROPN NNP Number=Sing 21 nmod 21:nmod:of SpaceAfter=No -24 , , PUNCT , _ 2 punct 2:punct _ +24 , , PUNCT , _ 25 punct 25:punct _ 25 replacing replace VERB VBG VerbForm=Ger 2 advcl 2:advcl _ 26 Steffen Steffen PROPN NNP Number=Sing 25 obj 25:obj _ 27 W. W. PROPN NNP Number=Sing 26 flat 26:flat _ @@ -73,15 +73,15 @@ # text = Bush also nominated A. Noel Anketell Kramer for a 15-year term as associate judge of the District of Columbia Court of Appeals, replacing John Montague Steadman. 1 Bush Bush PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 nominated nominate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 nominated nominate VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 A. A. PROPN NNP Number=Sing 3 obj 3:obj _ 5 Noel Noel PROPN NNP Number=Sing 4 flat 4:flat _ 6 Anketell Anketell PROPN NNP Number=Sing 4 flat 4:flat _ 7 Kramer Kramer PROPN NNP Number=Sing 4 flat 4:flat _ 8 for for ADP IN _ 13 case 13:case _ 9 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -10 15 15 NUM CD NumType=Card 12 nummod 12:nummod SpaceAfter=No -11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +10 15 15 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod SpaceAfter=No +11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No 12 year year NOUN NN Number=Sing 13 compound 13:compound _ 13 term term NOUN NN Number=Sing 3 obl 3:obl:for _ 14 as as ADP IN _ 16 case 16:case _ @@ -94,8 +94,8 @@ 21 Columbia Columbia PROPN NNP Number=Sing 22 compound 22:compound _ 22 Court Court PROPN NNP Number=Sing 19 nmod 19:nmod:of _ 23 of of ADP IN _ 24 case 24:case _ -24 Appeals Appeals PROPN NNPS Number=Plur 22 nmod 22:nmod:of SpaceAfter=No -25 , , PUNCT , _ 3 punct 3:punct _ +24 Appeals Appeal PROPN NNPS Number=Plur 22 nmod 22:nmod:of SpaceAfter=No +25 , , PUNCT , _ 26 punct 26:punct _ 26 replacing replace VERB VBG VerbForm=Ger 3 advcl 3:advcl _ 27 John John PROPN NNP Number=Sing 26 obj 26:obj _ 28 Montague Montague PROPN NNP Number=Sing 27 flat 27:flat _ @@ -110,18 +110,18 @@ 2 sheikh sheikh NOUN NN Number=Sing 9 nsubj:pass 9:nsubj:pass _ 3 in in ADP IN _ 6 case 6:case _ 4 wheel wheel NOUN NN Number=Sing 6 compound 6:compound SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 6 chair chair NOUN NN Number=Sing 2 nmod 2:nmod:in _ 7 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 been be AUX VBN Tense=Past|VerbForm=Part 9 aux:pass 9:aux:pass _ -9 attacked attack VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +9 attacked attack VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 10 with with ADP IN _ 17 case 17:case _ 11 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ -12 F f NOUN NN Number=Sing 16 compound 16:compound SpaceAfter=No -13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No -14 16 16 NUM CD NumType=Card 12 compound 12:compound SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No -16 launched launch VERB VBN Tense=Past|VerbForm=Part 17 acl 17:acl _ +12 F F NOUN NN Number=Sing 16 compound 16:compound SpaceAfter=No +13 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +14 16 16 NUM CD NumForm=Digit|NumType=Card 12 compound 12:compound SpaceAfter=No +15 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +16 launched launch VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 amod 17:amod _ 17 bomb bomb NOUN NN Number=Sing 9 obl 9:obl:with SpaceAfter=No 18 . . PUNCT . _ 9 punct 9:punct _ @@ -130,20 +130,20 @@ 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ 2 could could AUX MD VerbForm=Fin 4 aux 4:aux _ 3 be be AUX VB VerbForm=Inf 4 aux:pass 4:aux:pass _ -4 killed kill VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 killed kill VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 years year NOUN NNS Number=Plur 6 obl:tmod 6:obl:tmod _ 6 ago ago ADV RB _ 4 advmod 4:advmod _ 7 and and CCONJ CC _ 10 cc 10:cc _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 israelians israelians PROPN NNPS Number=Plur 10 nsubj 10:nsubj _ -10 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ -11 all all DET PDT _ 13 det:predet 13:det:predet _ +9 israelians Israelian PROPN NNPS Number=Plur 10 nsubj 10:nsubj _ +10 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +11 all all DET PDT PronType=Tot 13 det:predet 13:det:predet _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 reasons reason NOUN NNS Number=Plur 10 obj 10:obj SpaceAfter=No -14 , , PUNCT , _ 10 punct 10:punct _ +14 , , PUNCT , _ 17 punct 17:punct _ 15 since since SCONJ IN _ 17 mark 17:mark _ 16 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ -17 founded found VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:since _ +17 founded found VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:since _ 18 and and CCONJ CC _ 23 cc 23:cc _ 19 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 23 nsubj 23:nsubj _ 20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ @@ -155,13 +155,14 @@ 26 , , PUNCT , _ 29 punct 29:punct _ 27 but but CCONJ CC _ 29 cc 29:cc _ 28 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 29 nsubj 29:nsubj _ -29 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:but SpaceAfter=No -30 n't not PART RB _ 29 advmod 29:advmod SpaceAfter=No +29-30 didn't _ _ _ _ _ _ _ SpaceAfter=No +29 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:but _ +30 n't not PART RB _ 29 advmod 29:advmod _ 31 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_gettingpolitical_20030906235000_ENG_20030906_235000-0003 # text = Today's incident proves that Sharon has lost his patience and his hope in peace. -# phuonglh 1-2 Today's _ _ _ _ _ _ _ _ +1-2 Today's _ _ _ _ _ _ _ _ 1 Today today NOUN NN Number=Sing 3 nmod:poss 3:nmod:poss _ 2 's 's PART POS _ 1 case 1:case _ 3 incident incident NOUN NN Number=Sing 4 nsubj 4:nsubj _ @@ -170,10 +171,10 @@ 6 Sharon Sharon PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 7 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 lost lose VERB VBN Tense=Past|VerbForm=Part 4 ccomp 4:ccomp _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 patience patience NOUN NN Number=Sing 8 obj 8:obj _ 11 and and CCONJ CC _ 13 cc 13:cc _ -12 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 hope hope NOUN NN Number=Sing 10 conj 8:obj|10:conj:and _ 14 in in ADP IN _ 15 case 15:case _ 15 peace peace NOUN NN Number=Sing 13 nmod 13:nmod:in SpaceAfter=No @@ -184,12 +185,12 @@ # text = Nervous people make mistakes, so I suppose there will be a wave of succesfull arab attacks. 1 Nervous nervous ADJ JJ Degree=Pos 2 amod 2:amod _ 2 people people NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 make make VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 make make VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 mistakes mistake NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -5 , , PUNCT , _ 3 punct 3:punct _ +5 , , PUNCT , _ 8 punct 8:punct _ 6 so so ADV RB _ 8 advmod 8:advmod _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 suppose suppose VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +8 suppose suppose VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 9 there there PRON EX _ 11 expl 11:expl _ 10 will will AUX MD VerbForm=Fin 11 aux 11:aux _ 11 be be VERB VB VerbForm=Inf 8 ccomp 8:ccomp _ @@ -197,20 +198,20 @@ 13 wave wave NOUN NN Number=Sing 11 nsubj 11:nsubj _ 14 of of ADP IN _ 17 case 17:case _ 15 succesfull succesfull ADJ JJ Degree=Pos 17 amod 17:amod _ -16 arab arab ADJ JJ Degree=Pos 17 amod 17:amod _ +16 arab Arab ADJ JJ Degree=Pos 17 amod 17:amod _ 17 attacks attack NOUN NNS Number=Plur 13 nmod 13:nmod:of SpaceAfter=No 18 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_gettingpolitical_20030906235000_ENG_20030906_235000-0005 # text = A la guerre c'est comme a la guerre! 1 A a X FW Foreign=Yes 0 root 0:root _ -2 la la X FW Foreign=Yes 1 flat:foreign 1:flat:foreign _ -3 guerre guerre X FW Foreign=Yes 1 flat:foreign 1:flat:foreign _ -4 c'est c'est X FW Foreign=Yes 1 flat:foreign 1:flat:foreign _ -5 comme comme X FW Foreign=Yes 1 flat:foreign 1:flat:foreign _ -6 a a X FW Foreign=Yes 1 flat:foreign 1:flat:foreign _ -7 la la X FW Foreign=Yes 1 flat:foreign 1:flat:foreign _ -8 guerre guerre X FW Foreign=Yes 1 flat:foreign 1:flat:foreign SpaceAfter=No +2 la la X FW Foreign=Yes 1 flat 1:flat _ +3 guerre guerre X FW Foreign=Yes 1 flat 1:flat _ +4 c'est c'est X FW Foreign=Yes 1 flat 1:flat _ +5 comme comme X FW Foreign=Yes 1 flat 1:flat _ +6 a a X FW Foreign=Yes 1 flat 1:flat _ +7 la la X FW Foreign=Yes 1 flat 1:flat _ +8 guerre guerre X FW Foreign=Yes 1 flat 1:flat SpaceAfter=No 9 ! ! PUNCT . _ 1 punct 1:punct _ # newdoc id = weblog-juancole.com_juancole_20040114085100_ENG_20040114_085100 @@ -223,9 +224,9 @@ 4 city city NOUN NN Number=Sing 9 obl 9:obl:in _ 5 of of ADP IN _ 6 case 6:case _ 6 Baqubah Baqubah PROPN NNP Number=Sing 4 nmod 4:nmod:of SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +7 , , PUNCT , _ 4 punct 4:punct _ 8 guerrillas guerrilla NOUN NNS Number=Plur 9 nsubj 9:nsubj _ -9 detonated detonate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 detonated detonate VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 11 car car NOUN NN Number=Sing 12 compound 12:compound _ 12 bomb bomb NOUN NN Number=Sing 9 obj 9:obj _ @@ -233,7 +234,7 @@ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 15 police police NOUN NN Number=Sing 16 compound 16:compound _ 16 station station NOUN NN Number=Sing 9 obl 9:obl:outside SpaceAfter=No -17 , , PUNCT , _ 9 punct 9:punct _ +17 , , PUNCT , _ 18 punct 18:punct _ 18 killing kill VERB VBG VerbForm=Ger 9 advcl 9:advcl _ 19 several several ADJ JJ Degree=Pos 20 amod 20:amod _ 20 people people NOUN NNS Number=Plur 18 obj 18:obj SpaceAfter=No @@ -243,9 +244,9 @@ # text = The US lost yet another helicopter to hostile fire near Habbaniyah in the Sunni heartland, but this time the crew was safe. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 US US PROPN NNP Number=Sing 3 nsubj 3:nsubj _ -3 lost lose VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 yet yet ADV RB _ 6 advmod 6:advmod _ -5 another another DET DT _ 6 det 6:det _ +3 lost lose VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 yet yet ADV RB _ 5 advmod 5:advmod _ +5 another another DET DT PronType=Ind 6 det 6:det _ 6 helicopter helicopter NOUN NN Number=Sing 3 obj 3:obj _ 7 to to ADP IN _ 9 case 9:case _ 8 hostile hostile ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -254,7 +255,7 @@ 11 Habbaniyah Habbaniyah PROPN NNP Number=Sing 9 nmod 9:nmod:near _ 12 in in ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -14 Sunni sunni ADJ JJ Degree=Pos 15 amod 15:amod _ +14 Sunni Sunni ADJ JJ Degree=Pos 15 amod 15:amod _ 15 heartland heartland NOUN NN Number=Sing 11 nmod 11:nmod:in SpaceAfter=No 16 , , PUNCT , _ 23 punct 23:punct _ 17 but but CCONJ CC _ 23 cc 23:cc _ @@ -271,19 +272,19 @@ # text = In Fallujah, hundreds of demonstrators came out against US troops when they briefly arrested a yound newlywed bride. 1 In in ADP IN _ 2 case 2:case _ 2 Fallujah Fallujah PROPN NNP Number=Sing 7 obl 7:obl:in SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 hundreds hundred NOUN NNS Number=Plur 7 nsubj 7:nsubj _ 5 of of ADP IN _ 6 case 6:case _ 6 demonstrators demonstrator NOUN NNS Number=Plur 4 nmod 4:nmod:of _ -7 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 came come VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 out out ADV RB _ 7 advmod 7:advmod _ 9 against against ADP IN _ 11 case 11:case _ 10 US US PROPN NNP Number=Sing 11 compound 11:compound _ 11 troops troops NOUN NN Number=Sing 7 obl 7:obl:against _ -12 when when SCONJ WRB _ 15 mark 15:mark _ +12 when when ADV WRB PronType=Int 15 advmod 15:advmod _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 14 briefly briefly ADV RB _ 15 advmod 15:advmod _ -15 arrested arrest VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:when _ +15 arrested arrest VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:when _ 16 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 17 yound yound ADJ JJ Degree=Pos 19 amod 19:amod _ 18 newlywed newlywed ADJ JJ Degree=Pos 19 amod 19:amod _ @@ -294,21 +295,21 @@ # text = (I hope that the US army got an enormous amount of information from her relatives, because otherwise this move was a bad, bad tradeoff). 1 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 that that SCONJ IN _ 8 mark 8:mark _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 US US PROPN NNP Number=Sing 7 compound 7:compound _ 7 army army NOUN NN Number=Sing 8 nsubj 8:nsubj _ -8 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +8 got get VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ 9 an a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 enormous enormous ADJ JJ Degree=Pos 11 amod 11:amod _ 11 amount amount NOUN NN Number=Sing 8 obj 8:obj _ 12 of of ADP IN _ 13 case 13:case _ 13 information information NOUN NN Number=Sing 11 nmod 11:nmod:of _ 14 from from ADP IN _ 16 case 16:case _ -15 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 relatives relative NOUN NNS Number=Plur 8 obl 8:obl:from SpaceAfter=No -17 , , PUNCT , _ 3 punct 3:punct _ +17 , , PUNCT , _ 27 punct 27:punct _ 18 because because SCONJ IN _ 27 mark 27:mark _ 19 otherwise otherwise ADV RB _ 27 advmod 27:advmod _ 20 this this DET DT Number=Sing|PronType=Dem 21 det 21:det _ @@ -316,7 +317,7 @@ 22 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 27 cop 27:cop _ 23 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 24 bad bad ADJ JJ Degree=Pos 27 amod 27:amod SpaceAfter=No -25 , , PUNCT , _ 27 punct 27:punct _ +25 , , PUNCT , _ 24 punct 24:punct _ 26 bad bad ADJ JJ Degree=Pos 27 amod 27:amod _ 27 tradeoff tradeoff NOUN NN Number=Sing 3 advcl 3:advcl:because SpaceAfter=No 28 ) ) PUNCT -RRB- _ 3 punct 3:punct SpaceAfter=No @@ -327,14 +328,14 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 US US PROPN NNP Number=Sing 3 compound 3:compound _ 3 troops troops NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 fired fire VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 fired fire VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 into into ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 hostile hostile ADJ JJ Degree=Pos 8 amod 8:amod _ 8 crowd crowd NOUN NN Number=Sing 4 obl 4:obl:into SpaceAfter=No -9 , , PUNCT , _ 4 punct 4:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 killing kill VERB VBG VerbForm=Ger 4 advcl 4:advcl _ -11 4 4 NUM CD NumType=Card 10 obj 10:obj SpaceAfter=No +11 4 4 NUM CD NumForm=Digit|NumType=Card 10 obj 10:obj SpaceAfter=No 12 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-juancole.com_juancole_20040114085100_ENG_20040114_085100-0006 @@ -353,7 +354,7 @@ 12 officials official NOUN NNS Number=Plur 8 nmod 8:nmod:for _ 13 in in ADP IN _ 16 case 16:case _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -15 Sunni sunni ADJ JJ Degree=Pos 16 amod 16:amod _ +15 Sunni Sunni ADJ JJ Degree=Pos 16 amod 16:amod _ 16 heartland heartland NOUN NN Number=Sing 8 nmod 8:nmod:in _ 17 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 18 being be AUX VBG VerbForm=Ger 19 aux:pass 19:aux:pass _ @@ -361,19 +362,19 @@ 20 wrong wrong ADV RB _ 19 xcomp 19:xcomp SpaceAfter=No 21 , , PUNCT , _ 26 punct 26:punct _ 22 or or CCONJ CC _ 26 cc 26:cc _ -23 at at ADV RB _ 26 advmod 26:advmod _ -24 least least ADV RBS Degree=Sup 23 fixed 23:fixed _ +23 at at ADP IN ExtPos=ADV 26 advmod 26:advmod _ +24 least least ADJ JJS Degree=Sup 23 fixed 23:fixed _ 25 in in ADP IN _ 26 case 26:case _ 26 ways way NOUN NNS Number=Plur 20 conj 19:xcomp|20:conj:or|29:nsubj _ 27 that that PRON WDT PronType=Rel 29 nsubj 26:ref _ -28 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 29 cop 29:cop _ +28 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 29 cop 29:cop _ 29 bad bad ADJ JJ Degree=Pos 26 acl:relcl 26:acl:relcl _ 30 for for ADP IN _ 32 case 32:case _ 31 US US PROPN NNP Number=Sing 32 compound 32:compound _ 32 standing standing NOUN NN Number=Sing 29 obl 29:obl:for _ 33 with with ADP IN _ 35 case 35:case _ 34 local local ADJ JJ Degree=Pos 35 amod 35:amod _ -35 Iraqis Iraqis PROPN NNPS Number=Plur 32 nmod 32:nmod:with SpaceAfter=No +35 Iraqis Iraqi PROPN NNPS Number=Plur 32 nmod 32:nmod:with SpaceAfter=No 36 . . PUNCT . _ 2 punct 2:punct _ # newdoc id = weblog-blogspot.com_marketview_20050210075500_ENG_20050210_075500 @@ -387,7 +388,7 @@ 5 an a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 analyst analyst NOUN NN Number=Sing 7 compound 7:compound _ 7 day day NOUN NN Number=Sing 4 obj 4:obj _ -8 -- -- PUNCT : _ 7 punct 7:punct _ +8 -- -- PUNCT : _ 10 punct 10:punct _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 chance chance NOUN NN Number=Sing 7 appos 7:appos _ 11 to to PART TO _ 12 mark 12:mark _ @@ -403,11 +404,11 @@ 20 miniscule miniscule ADJ JJ Degree=Pos 21 amod 21:amod _ 21 number number NOUN NN Number=Sing 12 obl 12:obl:to _ 22 of of ADP IN _ 24 case 24:case SpaceAfter=No -23 ) ) PUNCT -RRB- _ 24 punct 24:punct _ +23 ) ) PUNCT -RRB- _ 22 punct 22:punct _ 24 people people NOUN NNS Number=Plur 21 nmod 21:nmod:of|28:nsubj _ 25 who who PRON WP PronType=Rel 28 nsubj 24:ref _ 26-27 haven't _ _ _ _ _ _ _ _ -26 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ +26 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ 27 n't not PART RB _ 28 advmod 28:advmod _ 28 heard hear VERB VBN Tense=Past|VerbForm=Part 24 acl:relcl 24:acl:relcl _ 29 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 28 obj 28:obj SpaceAfter=No @@ -416,9 +417,9 @@ # sent_id = weblog-blogspot.com_marketview_20050210075500_ENG_20050210_075500-0002 # text = Usually, these are just a chance for the suckups to suck up, but this time people are actually concerned about the company's plans. 1 Usually usually ADV RB _ 7 advmod 7:advmod SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 these this PRON DT Number=Plur|PronType=Dem 7 nsubj 7:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 5 just just ADV RB _ 7 advmod 7:advmod _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 chance chance NOUN NN Number=Sing 0 root 0:root _ @@ -433,7 +434,7 @@ 16 this this DET DT Number=Sing|PronType=Dem 17 det 17:det _ 17 time time NOUN NN Number=Sing 21 obl:tmod 21:obl:tmod _ 18 people people NOUN NNS Number=Plur 21 nsubj 21:nsubj _ -19 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ +19 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 20 actually actually ADV RB _ 21 advmod 21:advmod _ 21 concerned concerned ADJ JJ Degree=Pos 7 conj 7:conj:but _ 22 about about ADP IN _ 26 case 26:case _ @@ -447,47 +448,49 @@ # sent_id = weblog-blogspot.com_marketview_20050210075500_ENG_20050210_075500-0003 # text = They work on Wall Street, after all, so when they hear a company who's stated goals include "Don't be evil," they imagine a company who's eventually history will be "Don't be profitable." 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 work work VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 on on ADP IN _ 5 case 5:case _ 4 Wall Wall PROPN NNP Number=Sing 5 compound 5:compound _ 5 Street Street PROPN NNP Number=Sing 2 obl 2:obl:on SpaceAfter=No -6 , , PUNCT , _ 2 punct 2:punct _ -7 after after ADV IN _ 8 case 8:case _ -8 all all ADV RB _ 2 obl 2:obl:after SpaceAfter=No -9 , , PUNCT , _ 2 punct 2:punct _ +6 , , PUNCT , _ 8 punct 8:punct _ +7 after after ADP IN _ 8 case 8:case _ +8 all all DET DT PronType=Tot 2 obl 2:obl:after SpaceAfter=No +9 , , PUNCT , _ 28 punct 28:punct _ 10 so so ADV RB _ 28 advmod 28:advmod _ -11 when when SCONJ WRB PronType=Int 13 mark 13:mark _ +11 when when ADV WRB PronType=Int 13 advmod 13:advmod _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 hear hear VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 advcl 28:advcl:when _ +13 hear hear VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 28 advcl 28:advcl:when _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ -15 company company NOUN NN Number=Sing 13 obj 13:obj _ -16 who's who's PRON WP$ PronType=Int 18 nmod:poss 18:nmod:poss _ -17 stated state VERB VBN Tense=Past|VerbForm=Part 18 amod 18:amod _ +15 company company NOUN NN Number=Sing 13 obj 13:obj|18:nmod:poss _ +16 who's whose PRON WP$ Poss=Yes|PronType=Rel|Typo=Yes 18 nmod:poss 15:ref CorrectForm=whose +17 stated state VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 amod 18:amod _ 18 goals goal NOUN NNS Number=Plur 19 nsubj 19:nsubj _ -19 include include VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ +19 include include VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ 20 " " PUNCT `` _ 24 punct 24:punct SpaceAfter=No -21 Do do AUX VB Mood=Imp|VerbForm=Fin 24 aux 24:aux SpaceAfter=No +21-22 Don't _ _ _ _ _ _ _ _ +21 Do do AUX VB Mood=Imp|VerbForm=Fin 24 aux 24:aux _ 22 n't not PART RB _ 24 advmod 24:advmod _ 23 be be AUX VB Mood=Imp|VerbForm=Fin 24 cop 24:cop _ 24 evil evil ADJ JJ Degree=Pos 19 ccomp 19:ccomp SpaceAfter=No -25 , , PUNCT , _ 13 punct 13:punct SpaceAfter=No -26 " " PUNCT '' _ 13 punct 13:punct _ +25 , , PUNCT , _ 24 punct 24:punct SpaceAfter=No +26 " " PUNCT '' _ 24 punct 24:punct _ 27 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 28 nsubj 28:nsubj _ -28 imagine imagine VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +28 imagine imagine VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 29 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ -30 company company NOUN NN Number=Sing 28 obj 28:obj _ -31 who's who's PRON WP$ PronType=Int 33 nmod:poss 33:nmod:poss _ +30 company company NOUN NN Number=Sing 28 obj 28:obj|33:nmod:poss _ +31 who's whose PRON WP$ Poss=Yes|PronType=Rel|Typo=Yes 33 nmod:poss 30:ref CorrectForm=whose 32 eventually eventually ADJ JJ Degree=Pos 33 amod 33:amod _ -33 history history NOUN NN Number=Sing 35 nsubj 35:nsubj _ -34 will will AUX MD VerbForm=Fin 35 aux 35:aux _ -35 be be VERB VB VerbForm=Inf 30 acl:relcl 30:acl:relcl _ +33 history history NOUN NN Number=Sing 40 nsubj:outer 40:nsubj:outer _ +34 will will AUX MD VerbForm=Fin 40 aux 40:aux _ +35 be be AUX VB VerbForm=Inf 40 cop 40:cop _ 36 " " PUNCT `` _ 40 punct 40:punct SpaceAfter=No -37 Do do AUX VB VerbForm=Inf 40 aux 40:aux SpaceAfter=No +37-38 Don't _ _ _ _ _ _ _ _ +37 Do do AUX VB VerbForm=Inf 40 aux 40:aux _ 38 n't not PART RB _ 40 advmod 40:advmod _ 39 be be AUX VB VerbForm=Inf 40 cop 40:cop _ -40 profitable profitable ADJ JJ Degree=Pos 35 ccomp 35:ccomp SpaceAfter=No -41 . . PUNCT . _ 2 punct 2:punct SpaceAfter=No -42 " " PUNCT '' _ 2 punct 2:punct _ +40 profitable profitable ADJ JJ Degree=Pos 30 acl:relcl 30:acl:relcl SpaceAfter=No +41 . . PUNCT . _ 40 punct 40:punct SpaceAfter=No +42 " " PUNCT '' _ 40 punct 40:punct _ # sent_id = weblog-blogspot.com_marketview_20050210075500_ENG_20050210_075500-0004 # text = It's not quite as freewheeling an environment as you'd imagine: Sergey Brin has actually created a mathematical 'proof' that the company's self-driven research strategy, which gives employees one day a week to do research projects on their own, is a good, respectable idea . @@ -504,8 +507,8 @@ 10-11 you'd _ _ _ _ _ _ _ _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ 11 'd would AUX MD VerbForm=Fin 12 aux 12:aux _ -12 imagine imagine VERB VB VerbForm=Inf 5 advcl 5:advcl:as SpaceAfter=No -13 : : PUNCT : _ 8 punct 8:punct _ +12 imagine imagine VERB VB VerbForm=Inf 6 advcl 6:advcl:as SpaceAfter=No +13 : : PUNCT : _ 18 punct 18:punct _ 14 Sergey Sergey PROPN NNP Number=Sing 18 nsubj 18:nsubj _ 15 Brin Brin PROPN NNP Number=Sing 14 flat 14:flat _ 16 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ @@ -522,15 +525,15 @@ 26 company company NOUN NN Number=Sing 32 nmod:poss 32:nmod:poss _ 27 's 's PART POS _ 26 case 26:case _ 28 self self NOUN NN Number=Sing 30 compound 30:compound SpaceAfter=No -29 - - PUNCT HYPH _ 30 punct 30:punct SpaceAfter=No -30 driven drive VERB VBN Tense=Past|VerbForm=Part 32 amod 32:amod _ +29 - - PUNCT HYPH _ 28 punct 28:punct SpaceAfter=No +30 driven drive VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 32 amod 32:amod _ 31 research research NOUN NN Number=Sing 32 compound 32:compound _ 32 strategy strategy NOUN NN Number=Sing 54 nsubj 35:nsubj|54:nsubj SpaceAfter=No -33 , , PUNCT , _ 32 punct 32:punct _ +33 , , PUNCT , _ 35 punct 35:punct _ 34 which which PRON WDT PronType=Rel 35 nsubj 32:ref _ 35 gives give VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 32 acl:relcl 32:acl:relcl _ 36 employees employee NOUN NNS Number=Plur 35 iobj 35:iobj _ -37 one one NUM CD NumType=Card 38 nummod 38:nummod _ +37 one one NUM CD NumForm=Word|NumType=Card 38 nummod 38:nummod _ 38 day day NOUN NN Number=Sing 35 obj 35:obj _ 39 a a DET DT Definite=Ind|PronType=Art 40 det 40:det _ 40 week week NOUN NN Number=Sing 38 nmod:tmod 38:nmod:tmod _ @@ -539,13 +542,13 @@ 43 research research NOUN NN Number=Sing 44 compound 44:compound _ 44 projects project NOUN NNS Number=Plur 42 obj 42:obj _ 45 on on ADP IN _ 47 case 47:case _ -46 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 47 nmod:poss 47:nmod:poss _ +46 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 47 nmod:poss 47:nmod:poss _ 47 own own ADJ JJ Degree=Pos 42 obl 42:obl:on SpaceAfter=No -48 , , PUNCT , _ 54 punct 54:punct _ +48 , , PUNCT , _ 32 punct 32:punct _ 49 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 54 cop 54:cop _ 50 a a DET DT Definite=Ind|PronType=Art 54 det 54:det _ 51 good good ADJ JJ Degree=Pos 54 amod 54:amod SpaceAfter=No -52 , , PUNCT , _ 54 punct 54:punct _ +52 , , PUNCT , _ 51 punct 51:punct _ 53 respectable respectable ADJ JJ Degree=Pos 54 amod 54:amod _ 54 idea idea NOUN NN Number=Sing 22 acl 22:acl:that _ 55 . . PUNCT . _ 8 punct 8:punct _ @@ -556,13 +559,13 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 entire entire ADJ JJ Degree=Pos 4 amod 4:amod _ 4 article article NOUN NN Number=Sing 1 obj 1:obj SpaceAfter=No -5 ; ; PUNCT , _ 1 punct 1:punct _ +5 ; ; PUNCT , _ 7 punct 7:punct _ 6-7 there's _ _ _ _ _ _ _ _ 6 there there PRON EX _ 7 expl 7:expl _ 7 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 punchline punchline NOUN NN Number=Sing 7 nsubj 7:nsubj SpaceAfter=No -10 , , PUNCT , _ 7 punct 7:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 too too ADV RB _ 7 advmod 7:advmod SpaceAfter=No 12 . . PUNCT . _ 1 punct 1:punct _ @@ -570,7 +573,7 @@ # sent_id = weblog-juancole.com_juancole_20041120060600_ENG_20041120_060600-0001 # newpar id = weblog-juancole.com_juancole_20041120060600_ENG_20041120_060600-p0001 # text = My opinion piece on the implications of Arafat's passing for al-Qaeda has appeared at Newsday. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 opinion opinion NOUN NN Number=Sing 3 compound 3:compound _ 3 piece piece NOUN NN Number=Sing 16 nsubj 16:nsubj _ 4 on on ADP IN _ 6 case 6:case _ @@ -583,7 +586,7 @@ 10 passing passing NOUN NN Number=Sing 6 nmod 6:nmod:of _ 11 for for ADP IN _ 14 case 14:case _ 12 al al PROPN NNP Number=Sing 14 compound 14:compound SpaceAfter=No -13 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No 14 Qaeda Qaeda PROPN NNP Number=Sing 6 nmod 6:nmod:for _ 15 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 16 appeared appear VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ @@ -600,7 +603,8 @@ # newpar id = weblog-juancole.com_juancole_20041120060600_ENG_20041120_060600-p0002 # text = "Arafat's secular nationalism was supple enough to compromise with Israel and to imagine a two-state solution, even if the road of negotiations remained rocky. 1 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No -2 Arafat Arafat PROPN NNP Number=Sing 5 nmod:poss 5:nmod:poss SpaceAfter=No +2-3 Arafat's _ _ _ _ _ _ _ _ +2 Arafat Arafat PROPN NNP Number=Sing 5 nmod:poss 5:nmod:poss _ 3 's 's PART POS _ 2 case 2:case _ 4 secular secular ADJ JJ Degree=Pos 5 amod 5:amod _ 5 nationalism nationalism NOUN NN Number=Sing 7 nsubj 7:nsubj _ @@ -615,37 +619,37 @@ 14 to to PART TO _ 15 mark 15:mark _ 15 imagine imagine VERB VB VerbForm=Inf 10 conj 7:advcl:to|10:conj:and _ 16 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ -17 two two NUM CD NumType=Card 19 nummod 19:nummod SpaceAfter=No -18 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No +17 two two NUM CD NumForm=Word|NumType=Card 19 nummod 19:nummod SpaceAfter=No +18 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No 19 state state NOUN NN Number=Sing 20 compound 20:compound _ 20 solution solution NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No -21 , , PUNCT , _ 15 punct 15:punct _ +21 , , PUNCT , _ 28 punct 28:punct _ 22 even even ADV RB _ 28 advmod 28:advmod _ 23 if if SCONJ IN _ 28 mark 28:mark _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 road road NOUN NN Number=Sing 28 nsubj 28:nsubj|29:nsubj:xsubj _ 26 of of ADP IN _ 27 case 27:case _ 27 negotiations negotiation NOUN NNS Number=Plur 25 nmod 25:nmod:of _ -28 remained remain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 advcl 15:advcl:if _ +28 remained remain VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 advcl 15:advcl:if _ 29 rocky rocky ADJ JJ Degree=Pos 28 xcomp 28:xcomp SpaceAfter=No 30 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-juancole.com_juancole_20041120060600_ENG_20041120_060600-0004 # text = The continued Israeli colonization of the occupied Palestinian territories during the 1990s helped, along with terrorist attacks by radical groups such as Hamas, to derail the peace process, which Sharon had always opposed. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ -2 continued continue VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod _ -3 Israeli israeli ADJ JJ Degree=Pos 4 amod 4:amod _ +2 continued continue VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod _ +3 Israeli Israeli ADJ JJ Degree=Pos 4 amod 4:amod _ 4 colonization colonization NOUN NN Number=Sing 13 nsubj 13:nsubj|27:nsubj:xsubj _ 5 of of ADP IN _ 9 case 9:case _ 6 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -7 occupied occupy VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod _ -8 Palestinian Palestinian PROPN NNP Number=Sing 9 compound 9:compound _ -9 territories territories PROPN NNPS Number=Plur 4 nmod 4:nmod:of _ +7 occupied occupy VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod _ +8 Palestinian Palestinian ADJ NNP Degree=Pos 9 amod 9:amod _ +9 territories territory PROPN NNPS Number=Plur 4 nmod 4:nmod:of _ 10 during during ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -12 1990s 1990 NOUN NNS Number=Plur 4 nmod 4:nmod:during _ -13 helped help VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ +12 1990s 1990s NOUN NNS Number=Plur|NumForm=Digit|NumType=Card 4 nmod 4:nmod:during _ +13 helped help VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +14 , , PUNCT , _ 18 punct 18:punct _ 15 along along ADP IN _ 18 case 18:case _ 16 with with ADP IN _ 18 case 18:case _ 17 terrorist terrorist ADJ JJ Degree=Pos 18 amod 18:amod _ @@ -653,19 +657,19 @@ 19 by by ADP IN _ 21 case 21:case _ 20 radical radical ADJ JJ Degree=Pos 21 amod 21:amod _ 21 groups group NOUN NNS Number=Plur 18 nmod 18:nmod:by _ -22 such such ADJ JJ Degree=Pos 24 case 24:case _ +22 such such ADJ JJ Degree=Pos|ExtPos=ADP 24 case 24:case _ 23 as as ADP IN _ 22 fixed 22:fixed _ 24 Hamas Hamas PROPN NNP Number=Sing 21 nmod 21:nmod:such_as SpaceAfter=No -25 , , PUNCT , _ 13 punct 13:punct _ +25 , , PUNCT , _ 27 punct 27:punct _ 26 to to PART TO _ 27 mark 27:mark _ 27 derail derail VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 28 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 29 peace peace NOUN NN Number=Sing 30 compound 30:compound _ 30 process process NOUN NN Number=Sing 27 obj 27:obj|36:obj SpaceAfter=No -31 , , PUNCT , _ 30 punct 30:punct _ +31 , , PUNCT , _ 36 punct 36:punct _ 32 which which PRON WDT PronType=Rel 36 obj 30:ref _ 33 Sharon Sharon PROPN NNP Number=Sing 36 nsubj 36:nsubj _ -34 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 36 aux 36:aux _ +34 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 36 aux 36:aux _ 35 always always ADV RB _ 36 advmod 36:advmod _ 36 opposed oppose VERB VBN Tense=Past|VerbForm=Part 30 acl:relcl 30:acl:relcl SpaceAfter=No 37 . . PUNCT . _ 13 punct 13:punct _ @@ -680,7 +684,7 @@ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 vacuum vacuum NOUN NN Number=Sing 4 obj 4:obj|15:nsubj:pass _ 7 in in ADP IN _ 9 case 9:case _ -8 Palestinian palestinian ADJ JJ Degree=Pos 9 amod 9:amod _ +8 Palestinian Palestinian ADJ JJ Degree=Pos 9 amod 9:amod _ 9 leadership leadership NOUN NN Number=Sing 6 nmod 6:nmod:in _ 10 that that PRON WDT PronType=Rel 15 nsubj:pass 6:ref _ 11 will will AUX MD VerbForm=Fin 15 aux 15:aux _ @@ -714,10 +718,10 @@ # text = If the Israelis and the Palestinian leadership cannot find a way to reinvigorate the peace process, cells of radical young Palestinians may grow up that look to bin Laden for their cues. 1 If if SCONJ IN _ 10 mark 10:mark _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ -3 Israelis Israelis PROPN NNPS Number=Plur 10 nsubj 10:nsubj _ +3 Israelis Israeli PROPN NNPS Number=Plur 10 nsubj 10:nsubj _ 4 and and CCONJ CC _ 7 cc 7:cc _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 Palestinian palestinian ADJ JJ Degree=Pos 7 amod 7:amod _ +6 Palestinian Palestinian ADJ JJ Degree=Pos 7 amod 7:amod _ 7 leadership leadership NOUN NN Number=Sing 3 conj 3:conj:and|10:nsubj _ 8-9 cannot _ _ _ _ _ _ _ _ 8 can can AUX MD VerbForm=Fin 10 aux 10:aux _ @@ -730,22 +734,22 @@ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 peace peace NOUN NN Number=Sing 17 compound 17:compound _ 17 process process NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No -18 , , PUNCT , _ 25 punct 25:punct _ +18 , , PUNCT , _ 10 punct 10:punct _ 19 cells cell NOUN NNS Number=Plur 25 nsubj 25:nsubj _ 20 of of ADP IN _ 23 case 23:case _ 21 radical radical ADJ JJ Degree=Pos 23 amod 23:amod _ 22 young young ADJ JJ Degree=Pos 23 amod 23:amod _ -23 Palestinians Palestinians PROPN NNPS Number=Plur 19 nmod 19:nmod:of|28:nsubj _ +23 Palestinians Palestinian PROPN NNPS Number=Plur 19 nmod 19:nmod:of|28:nsubj _ 24 may may AUX MD VerbForm=Fin 25 aux 25:aux _ 25 grow grow VERB VB VerbForm=Inf 0 root 0:root _ 26 up up ADP RP _ 25 compound:prt 25:compound:prt _ 27 that that PRON WDT PronType=Rel 28 nsubj 23:ref _ -28 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 acl:relcl 23:acl:relcl _ +28 look look VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 acl:relcl 23:acl:relcl _ 29 to to ADP IN _ 30 case 30:case _ 30 bin bin PROPN NNP Number=Sing 28 obl 28:obl:to _ 31 Laden Laden PROPN NNP Number=Sing 30 flat 30:flat _ 32 for for ADP IN _ 34 case 34:case _ -33 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ +33 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ 34 cues cue NOUN NNS Number=Plur 28 obl 28:obl:for SpaceAfter=No 35 . . PUNCT . _ 25 punct 25:punct _ @@ -754,37 +758,37 @@ 1 Even even ADV RB _ 6 advmod 6:advmod _ 2 if if SCONJ IN _ 6 mark 6:mark _ 3 local local ADJ JJ Degree=Pos 5 amod 5:amod _ -4 Palestinian palestinian ADJ JJ Degree=Pos 5 amod 5:amod _ -5 leaders leader NOUN NNS Number=Plur 6 nsubj 6:nsubj|8:nsubj:xsubj _ -6 remain remain VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:if _ -7 strong strong ADJ JJ Degree=Pos 8 amod 8:amod _ -8 enough enough ADJ JJ Degree=Pos 6 xcomp 6:xcomp _ +4 Palestinian Palestinian ADJ JJ Degree=Pos 5 amod 5:amod _ +5 leaders leader NOUN NNS Number=Plur 6 nsubj 6:nsubj|7:nsubj:xsubj _ +6 remain remain VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:if _ +7 strong strong ADJ JJ Degree=Pos 6 xcomp 6:xcomp _ +8 enough enough ADV RB _ 7 advmod 7:advmod _ 9 to to PART TO _ 10 mark 10:mark _ 10 keep keep VERB VB VerbForm=Inf 7 advcl 7:advcl:to _ 11 al al PROPN NNP Number=Sing 13 compound 13:compound SpaceAfter=No -12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 Qaida Qaida PROPN NNP Number=Sing 10 obj 10:obj|14:nsubj:xsubj _ 14 out out ADV RB _ 10 xcomp 10:xcomp SpaceAfter=No -15 , , PUNCT , _ 22 punct 22:punct _ +15 , , PUNCT , _ 6 punct 6:punct _ 16 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 17 festering fester VERB VBG VerbForm=Ger 21 amod 21:amod _ -18 Israeli israeli ADJ JJ Degree=Pos 20 amod 20:amod SpaceAfter=No -19 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No -20 Palestinian palestinian ADJ JJ Degree=Pos 21 amod 21:amod _ +18 Israeli Israeli ADJ JJ Degree=Pos 20 amod 20:amod SpaceAfter=No +19 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +20 Palestinian Palestinian ADJ JJ Degree=Pos 21 amod 21:amod _ 21 struggle struggle NOUN NN Number=Sing 22 nsubj 22:nsubj _ 22 remains remain VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 23 among among ADP IN _ 27 case 27:case _ 24 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ -25 best best ADJ JJS Degree=Sup 27 amod 27:amod _ +25 best good ADJ JJS Degree=Sup 27 amod 27:amod _ 26 recruiting recruiting NOUN NN Number=Sing 27 compound 27:compound _ 27 posters poster NOUN NNS Number=Plur 22 obl 22:obl:among _ 28 for for ADP IN _ 31 case 31:case _ 29 al al PROPN NNP Number=Sing 31 compound 31:compound SpaceAfter=No -30 - - PUNCT HYPH _ 31 punct 31:punct SpaceAfter=No +30 - - PUNCT HYPH _ 29 punct 29:punct SpaceAfter=No 31 Qaida Qaida PROPN NNP Number=Sing 27 nmod 27:nmod:for _ 32 with with ADP IN _ 35 case 35:case _ 33 young young ADJ JJ Degree=Pos 35 amod 35:amod _ -34 Muslim muslim ADJ JJ Degree=Pos 35 amod 35:amod _ +34 Muslim Muslim ADJ JJ Degree=Pos 35 amod 35:amod _ 35 men man NOUN NNS Number=Plur 22 obl 22:obl:with SpaceAfter=No 36 . . PUNCT . _ 22 punct 22:punct _ @@ -796,16 +800,16 @@ 4 would would AUX MD VerbForm=Fin 9 aux 9:aux _ 5 be be AUX VB VerbForm=Inf 9 cop 9:cop _ 6 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -7 most most ADV RBS _ 8 advmod 8:advmod _ +7 most most ADV RBS Degree=Sup 8 advmod 8:advmod _ 8 effective effective ADJ JJ Degree=Pos 9 amod 9:amod _ 9 weapon weapon NOUN NN Number=Sing 0 root 0:root _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -11 United United PROPN NNP Number=Sing 12 compound 12:compound _ -12 States States PROPN NNP Number=Sing 14 nsubj 14:nsubj _ +11 United United ADJ NNP Degree=Pos 12 amod 12:amod _ +12 States State PROPN NNPS Number=Plur 14 nsubj 14:nsubj _ 13 could could AUX MD VerbForm=Fin 14 aux 14:aux _ 14 deploy deploy VERB VB VerbForm=Inf 9 acl:relcl 9:acl:relcl _ 15 in in ADP IN _ 17 case 17:case _ -16 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 war war NOUN NN Number=Sing 14 obl 14:obl:in _ 18 on on ADP IN _ 19 case 19:case _ 19 terror terror NOUN NN Number=Sing 17 nmod 17:nmod:on SpaceAfter=No @@ -823,12 +827,12 @@ 5 wide wide ADJ JJ Degree=Pos 6 amod 6:amod _ 6 range range NOUN NN Number=Sing 13 nsubj 13:nsubj _ 7 of of ADP IN _ 10 case 10:case _ -8 Iraqi iraqi ADJ JJ Degree=Pos 10 amod 10:amod _ +8 Iraqi Iraqi ADJ JJ Degree=Pos 10 amod 10:amod _ 9 political political ADJ JJ Degree=Pos 10 amod 10:amod _ 10 forces force NOUN NNS Number=Plur 6 nmod 6:nmod:of _ 11 on on ADP IN _ 12 case 12:case _ 12 Tuesday Tuesday PROPN NNP Number=Sing 13 obl 13:obl:on _ -13 condemned condemn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +13 condemned condemn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 14-15 Sharon's _ _ _ _ _ _ _ _ 14 Sharon Sharon PROPN NNP Number=Sing 16 nmod:poss 16:nmod:poss _ 15 's 's PART POS _ 14 case 14:case _ @@ -837,13 +841,13 @@ 18 Sheikh Sheikh PROPN NNP Number=Sing 16 nmod 16:nmod:of _ 19 Ahmed Ahmed PROPN NNP Number=Sing 18 flat 18:flat _ 20 Yassin Yassin PROPN NNP Number=Sing 18 flat 18:flat SpaceAfter=No -21 , , PUNCT , _ 18 punct 18:punct _ +21 , , PUNCT , _ 24 punct 24:punct _ 22 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 23 religious religious ADJ JJ Degree=Pos 24 amod 24:amod _ 24 leader leader NOUN NN Number=Sing 18 appos 18:appos _ 25 of of ADP IN _ 26 case 26:case _ 26 Hamas Hamas PROPN NNP Number=Sing 24 nmod 24:nmod:of SpaceAfter=No -27 , , PUNCT , _ 16 punct 16:punct _ +27 , , PUNCT , _ 29 punct 29:punct _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 29 day day NOUN NN Number=Sing 16 nmod:tmod 16:nmod:tmod _ 30 before before ADV RB _ 29 advmod 29:advmod SpaceAfter=No @@ -854,23 +858,23 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 Board board NOUN NN Number=Sing 16 nsubj 16:nsubj|20:nsubj _ 3 of of ADP IN _ 5 case 5:case _ -4 Muslim muslim ADJ JJ Degree=Pos 5 amod 5:amod _ +4 Muslim Muslim ADJ JJ Degree=Pos 5 amod 5:amod _ 5 clerics cleric NOUN NNS Number=Plur 2 nmod 2:nmod:of _ 6 in in ADP IN _ 7 case 7:case _ 7 Fallujah Fallujah PROPN NNP Number=Sing 2 nmod 2:nmod:in SpaceAfter=No 8 , , PUNCT , _ 11 punct 11:punct _ -9 50 50 NUM CD NumType=Card 10 nummod 10:nummod _ +9 50 50 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 km km NOUN NNS Number=Plur 11 obl:npmod 11:obl:npmod _ 11 west west ADV RB _ 7 advmod 7:advmod _ 12 of of ADP IN _ 13 case 13:case _ 13 Baghdad Baghdad PROPN NNP Number=Sing 11 obl 11:obl:of SpaceAfter=No 14 , , PUNCT , _ 11 punct 11:punct _ 15 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No -16 condemned condemn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +16 condemned condemn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 assassination assassination NOUN NN Number=Sing 16 obj 16:obj _ 19 and and CCONJ CC _ 20 cc 20:cc _ -20 promised promise VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 conj 16:conj:and _ +20 promised promise VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 conj 16:conj:and _ 21 immediate immediate ADJ JJ Degree=Pos 22 amod 22:amod _ 22 revenge revenge NOUN NN Number=Sing 20 obj 20:obj _ 23 against against ADP IN _ 26 case 26:case _ @@ -885,16 +889,16 @@ # sent_id = weblog-juancole.com_juancole_20040324065800_ENG_20040324_065800-0003 # text = Ash-Sharq al-Awsat reports that Fallujah was closed Tuesday in a general strike. 1 Ash Ash PROPN NNP Number=Sing 7 nsubj 7:nsubj SpaceAfter=No -2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 3 Sharq Sharq PROPN NNP Number=Sing 1 flat 1:flat _ 4 al al PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -5 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No 6 Awsat Awsat PROPN NNP Number=Sing 1 flat 1:flat _ 7 reports report VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 that that SCONJ IN _ 11 mark 11:mark _ 9 Fallujah Fallujah PROPN NNP Number=Sing 11 nsubj:pass 11:nsubj:pass _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 aux:pass 11:aux:pass _ -11 closed close VERB VBN Tense=Past|VerbForm=Part 7 ccomp 7:ccomp _ +11 closed close VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 ccomp 7:ccomp _ 12 Tuesday Tuesday PROPN NNP Number=Sing 11 obl:tmod 11:obl:tmod _ 13 in in ADP IN _ 16 case 16:case _ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ @@ -907,15 +911,15 @@ 1 US US PROPN NNP Number=Sing 2 compound 2:compound _ 2 troops troops NOUN NNS Number=Plur 4 nsubj 4:nsubj _ 3 there there ADV RB PronType=Dem 2 advmod 2:advmod _ -4 clashed clash VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 clashed clash VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 with with ADP IN _ 6 case 6:case _ 6 guerrillas guerrilla NOUN NNS Number=Plur 4 obl 4:obl:with _ 7 in in ADP IN _ 9 case 9:case _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 fight fight NOUN NN Number=Sing 4 obl 4:obl:in|11:nsubj _ 10 that that PRON WDT PronType=Rel 11 nsubj 9:ref _ -11 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ -12 one one NUM CD NumType=Card 13 nummod 13:nummod _ +11 left leave VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +12 one one NUM CD NumForm=Word|NumType=Card 13 nummod 13:nummod _ 13 Iraqi Iraqi PROPN NNP Number=Sing 11 obj 11:obj|14:nsubj:xsubj _ 14 dead dead ADJ JJ Degree=Pos 11 xcomp 11:xcomp SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ @@ -924,7 +928,7 @@ # text = In Ramadi, there was a big demonstration. 1 In in ADP IN _ 2 case 2:case _ 2 Ramadi Ramadi PROPN NNP Number=Sing 5 obl 5:obl:in SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 there there PRON EX _ 5 expl 5:expl _ 5 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ @@ -935,13 +939,13 @@ # sent_id = weblog-juancole.com_juancole_20040324065800_ENG_20040324_065800-0006 # text = Radical Shiite cleric Muqtada al-Sadr said the attack was "criminal" and that "the Zionists have left only one choice for the Arabs, that of fighting and jihad". 1 Radical radical ADJ JJ Degree=Pos 3 amod 3:amod _ -2 Shiite shiite ADJ JJ Degree=Pos 3 amod 3:amod _ +2 Shiite Shiite ADJ JJ Degree=Pos 3 amod 3:amod _ 3 cleric cleric NOUN NN Number=Sing 4 compound 4:compound _ 4 Muqtada Muqtada PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 5 al al PROPN NNP Number=Sing 4 flat 4:flat SpaceAfter=No -6 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No +6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 7 Sadr Sadr PROPN NNP Number=Sing 4 flat 4:flat _ -8 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 attack attack NOUN NN Number=Sing 13 nsubj 13:nsubj _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ @@ -952,16 +956,16 @@ 16 that that SCONJ IN _ 21 mark 21:mark _ 17 " " PUNCT `` _ 21 punct 21:punct SpaceAfter=No 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -19 Zionists Zionists PROPN NNPS Number=Plur 21 nsubj 21:nsubj _ -20 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ +19 Zionists Zionist PROPN NNPS Number=Plur 21 nsubj 21:nsubj _ +20 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ 21 left leave VERB VBN Tense=Past|VerbForm=Part 13 conj 8:ccomp|13:conj:and _ 22 only only ADV RB _ 24 advmod 24:advmod _ -23 one one NUM CD NumType=Card 24 nummod 24:nummod _ +23 one one NUM CD NumForm=Word|NumType=Card 24 nummod 24:nummod _ 24 choice choice NOUN NN Number=Sing 21 obj 21:obj _ 25 for for ADP IN _ 27 case 27:case _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ -27 Arabs Arabs PROPN NNPS Number=Plur 24 nmod 24:nmod:for SpaceAfter=No -28 , , PUNCT , _ 24 punct 24:punct _ +27 Arabs Arab PROPN NNPS Number=Plur 24 nmod 24:nmod:for SpaceAfter=No +28 , , PUNCT , _ 29 punct 29:punct _ 29 that that PRON DT Number=Sing|PronType=Dem 24 appos 24:appos _ 30 of of ADP IN _ 31 case 31:case _ 31 fighting fighting NOUN NN Number=Sing 29 nmod 29:nmod:of _ @@ -974,14 +978,14 @@ # text = The interim Governing Council issued a communique saying, "It is a proof of the emptiness of the Israeli authority and a destruction of the peace endeavors in the region . . . 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 2 interim interim ADJ JJ Degree=Pos 4 amod 4:amod _ -3 Governing Governing PROPN NNP Number=Sing 4 compound 4:compound _ +3 Governing Govern VERB NNP VerbForm=Ger 4 amod 4:amod _ 4 Council Council PROPN NNP Number=Sing 5 nsubj 5:nsubj _ -5 issued issue VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 issued issue VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 communique communique NOUN NN Number=Sing 5 obj 5:obj _ 8 saying say VERB VBG VerbForm=Ger 7 acl 7:acl SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ -10 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No +9 , , PUNCT , _ 14 punct 14:punct _ +10 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No 11 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ @@ -991,7 +995,7 @@ 17 emptiness emptiness NOUN NN Number=Sing 14 nmod 14:nmod:of _ 18 of of ADP IN _ 21 case 21:case _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -20 Israeli israeli ADJ JJ Degree=Pos 21 amod 21:amod _ +20 Israeli Israeli ADJ JJ Degree=Pos 21 amod 21:amod _ 21 authority authority NOUN NN Number=Sing 17 nmod 17:nmod:of _ 22 and and CCONJ CC _ 24 cc 24:cc _ 23 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ @@ -1028,48 +1032,48 @@ 17 to to ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 region region NOUN NN Number=Sing 15 obl 15:obl:to SpaceAfter=No -20 , , PUNCT , _ 24 punct 24:punct SpaceAfter=No -21 " " PUNCT '' _ 24 punct 24:punct _ +20 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No +21 " " PUNCT '' _ 5 punct 5:punct _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 message message NOUN NN Number=Sing 24 nsubj 24:nsubj _ -24 claimed claim VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +24 claimed claim VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 25 . . PUNCT . _ 24 punct 24:punct _ # sent_id = weblog-juancole.com_juancole_20040324065800_ENG_20040324_065800-0009 # text = Xinhua alleged that "Many of the Iraqis, who suffer the American occupation of Iraq, relate their case with that of the Palestinian people, under the Israeli occupation." 1 Xinhua Xinhua PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 alleged allege VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 alleged allege VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 18 mark 18:mark _ 4 " " PUNCT `` _ 18 punct 18:punct SpaceAfter=No 5 Many many ADJ JJ Degree=Pos 18 nsubj 18:nsubj _ 6 of of ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -8 Iraqis Iraqis PROPN NNPS Number=Plur 5 nmod 5:nmod:of|11:nsubj SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +8 Iraqis Iraqi PROPN NNPS Number=Plur 5 nmod 5:nmod:of|11:nsubj SpaceAfter=No +9 , , PUNCT , _ 11 punct 11:punct _ 10 who who PRON WP PronType=Rel 11 nsubj 8:ref _ -11 suffer suffer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +11 suffer suffer VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -13 American american ADJ JJ Degree=Pos 14 amod 14:amod _ +13 American American ADJ JJ Degree=Pos 14 amod 14:amod _ 14 occupation occupation NOUN NN Number=Sing 11 obj 11:obj _ 15 of of ADP IN _ 16 case 16:case _ 16 Iraq Iraq PROPN NNP Number=Sing 14 nmod 14:nmod:of SpaceAfter=No -17 , , PUNCT , _ 18 punct 18:punct _ -18 relate relate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ -19 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +17 , , PUNCT , _ 5 punct 5:punct _ +18 relate relate VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +19 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 case case NOUN NN Number=Sing 18 obj 18:obj _ 21 with with ADP IN _ 22 case 22:case _ 22 that that PRON DT Number=Sing|PronType=Dem 18 obl 18:obl:with _ 23 of of ADP IN _ 26 case 26:case _ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -25 Palestinian palestinian ADJ JJ Degree=Pos 26 amod 26:amod _ +25 Palestinian Palestinian ADJ JJ Degree=Pos 26 amod 26:amod _ 26 people people NOUN NNS Number=Plur 22 nmod 22:nmod:of SpaceAfter=No -27 , , PUNCT , _ 26 punct 26:punct _ +27 , , PUNCT , _ 31 punct 31:punct _ 28 under under ADP IN _ 31 case 31:case _ 29 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ -30 Israeli israeli ADJ JJ Degree=Pos 31 amod 31:amod _ +30 Israeli Israeli ADJ JJ Degree=Pos 31 amod 31:amod _ 31 occupation occupation NOUN NN Number=Sing 26 nmod 26:nmod:under SpaceAfter=No -32 . . PUNCT . _ 2 punct 2:punct SpaceAfter=No -33 " " PUNCT '' _ 2 punct 2:punct _ +32 . . PUNCT . _ 18 punct 18:punct SpaceAfter=No +33 " " PUNCT '' _ 18 punct 18:punct _ # sent_id = weblog-juancole.com_juancole_20040324065800_ENG_20040324_065800-0010 # text = In an apparently unrelated incidents, some eleven Iraqis were killed by snipers on Tuesday, including a group of police trainees in a bus near Hilla and two police in Kirkuk. @@ -1078,20 +1082,20 @@ 3 apparently apparently ADV RB _ 4 advmod 4:advmod _ 4 unrelated unrelated ADJ JJ Degree=Pos 5 amod 5:amod _ 5 incidents incident NOUN NNS Number=Plur 11 obl 11:obl:in SpaceAfter=No -6 , , PUNCT , _ 11 punct 11:punct _ -7 some some DET DT _ 9 det 9:det _ -8 eleven eleven NUM CD NumType=Card 9 nummod 9:nummod _ -9 Iraqis Iraqis PROPN NNPS Number=Plur 11 nsubj:pass 11:nsubj:pass _ -10 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 aux:pass 11:aux:pass _ +6 , , PUNCT , _ 5 punct 5:punct _ +7 some some DET DT PronType=Ind 9 det 9:det _ +8 eleven eleven NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ +9 Iraqis Iraqi PROPN NNPS Number=Plur 11 nsubj:pass 11:nsubj:pass _ +10 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 aux:pass 11:aux:pass _ 11 killed kill VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 12 by by ADP IN _ 13 case 13:case _ -13 snipers sniper NOUN NNS Number=Plur 11 obl 11:obl:by _ +13 snipers sniper NOUN NNS Number=Plur 11 obl:agent 11:obl:agent _ 14 on on ADP IN _ 15 case 15:case _ 15 Tuesday Tuesday PROPN NNP Number=Sing 11 obl 11:obl:on SpaceAfter=No -16 , , PUNCT , _ 11 punct 11:punct _ +16 , , PUNCT , _ 19 punct 19:punct _ 17 including include VERB VBG VerbForm=Ger 19 case 19:case _ 18 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ -19 group group NOUN NN Number=Sing 11 obl 11:obl:include _ +19 group group NOUN NN Number=Sing 11 obl 11:obl:including _ 20 of of ADP IN _ 22 case 22:case _ 21 police police NOUN NN Number=Sing 22 compound 22:compound _ 22 trainees trainee NOUN NNS Number=Plur 19 nmod 19:nmod:of _ @@ -1101,8 +1105,8 @@ 26 near near ADP IN _ 27 case 27:case _ 27 Hilla Hilla PROPN NNP Number=Sing 19 nmod 19:nmod:near _ 28 and and CCONJ CC _ 30 cc 30:cc _ -29 two two NUM CD NumType=Card 30 nummod 30:nummod _ -30 police police NOUN NNS Number=Plur 19 conj 11:obl:include|19:conj:and _ +29 two two NUM CD NumForm=Word|NumType=Card 30 nummod 30:nummod _ +30 police police NOUN NNS Number=Plur 19 conj 11:obl:including|19:conj:and _ 31 in in ADP IN _ 32 case 32:case _ 32 Kirkuk Kirkuk PROPN NNP Number=Sing 30 nmod 30:nmod:in SpaceAfter=No 33 . . PUNCT . _ 11 punct 11:punct _ @@ -1114,17 +1118,17 @@ 1 Ever ever ADV RB _ 5 advmod 5:advmod _ 2 since since ADP IN _ 5 case 5:case _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 first first ADJ JJ Degree=Pos|NumType=Ord 5 amod 5:amod _ +4 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 5 amod 5:amod _ 5 whispers whisper NOUN NNS Number=Plur 14 obl 14:obl:since _ 6 about about ADP IN _ 9 case 9:case _ 7-8 Google's _ _ _ _ _ _ _ _ 7 Google Google PROPN NNP Number=Sing 9 nmod:poss 9:nmod:poss _ 8 's 's PART POS _ 7 case 7:case _ 9 IPO ipo NOUN NN Number=Sing 5 nmod 5:nmod:about SpaceAfter=No -10 , , PUNCT , _ 14 punct 14:punct _ +10 , , PUNCT , _ 5 punct 5:punct _ 11 most most ADJ JJS Degree=Sup 12 amod 12:amod _ 12 investors investor NOUN NNS Number=Plur 14 nsubj 14:nsubj _ -13 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +13 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 14 feared fear VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 15 that that SCONJ IN _ 19 mark 19:mark _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -1133,13 +1137,13 @@ 19 come come VERB VB VerbForm=Inf 14 ccomp 14:ccomp _ 20 public public ADJ JJ Degree=Pos 19 xcomp 19:xcomp _ 21 at at ADP IN _ 26 case 26:case _ -22 such such DET PDT _ 26 det:predet 26:det:predet _ +22 such such DET PDT PronType=Ind 26 det:predet 26:det:predet _ 23 a a DET DT Definite=Ind|PronType=Art 26 det 26:det _ 24 ridiculously ridiculously ADV RB _ 25 advmod 25:advmod _ 25 high high ADJ JJ Degree=Pos 26 amod 26:amod _ 26 price price NOUN NN Number=Sing 19 obl 19:obl:at _ 27 that that SCONJ IN _ 47 mark 47:mark SpaceAfter=No -28 , , PUNCT , _ 47 punct 47:punct _ +28 , , PUNCT , _ 27 punct 27:punct _ 29 even even ADV RB _ 35 advmod 35:advmod _ 30 with with ADP IN _ 35 case 35:case _ 31 a a DET DT Definite=Ind|PronType=Art 35 det 35:det _ @@ -1148,11 +1152,11 @@ 34 business business NOUN NN Number=Sing 35 compound 35:compound _ 35 model model NOUN NN Number=Sing 47 obl 47:obl:with _ 36 and and CCONJ CC _ 40 cc 40:cc _ -37 some some DET DT _ 40 det 40:det _ +37 some some DET DT PronType=Ind 40 det 40:det _ 38 nearly nearly ADV RB _ 39 advmod 39:advmod _ 39 flawless flawless ADJ JJ Degree=Pos 40 amod 40:amod _ 40 execution execution NOUN NN Number=Sing 35 conj 35:conj:and|47:obl:with SpaceAfter=No -41 , , PUNCT , _ 47 punct 47:punct _ +41 , , PUNCT , _ 35 punct 35:punct _ 42 the the DET DT Definite=Def|PronType=Art 43 det 43:det _ 43 price price NOUN NN Number=Sing 47 nsubj 47:nsubj _ 44 would would AUX MD VerbForm=Fin 47 aux 47:aux _ @@ -1172,7 +1176,7 @@ # text = We've moved on. 1-2 We've _ _ _ _ _ _ _ _ 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 moved move VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 on on ADV RB _ 3 advmod 3:advmod SpaceAfter=No 5 . . PUNCT . _ 3 punct 3:punct _ @@ -1181,7 +1185,7 @@ # text = We've grown up. 1-2 We've _ _ _ _ _ _ _ _ 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 grown grow VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 up up ADP RP _ 3 compound:prt 3:compound:prt SpaceAfter=No 5 . . PUNCT . _ 3 punct 3:punct _ @@ -1189,9 +1193,9 @@ # sent_id = weblog-blogspot.com_marketview_20040611132900_ENG_20040611_132900-0004 # text = Now, people wonder if Google can even survive . 1 Now now ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 people people NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 wonder wonder VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 wonder wonder VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 if if SCONJ IN _ 9 mark 9:mark _ 6 Google Google PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 7 can can AUX MD VerbForm=Fin 9 aux 9:aux _ @@ -1203,62 +1207,62 @@ # text = That's overstating it, I know. 1-2 That's _ _ _ _ _ _ _ _ 1 That that PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ -2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 overstating overstate VERB VBG VerbForm=Ger 7 ccomp 7:ccomp _ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 3 punct 3:punct _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +7 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 8 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-blogspot.com_marketview_20040611132900_ENG_20040611_132900-0006 # text = What they wonder is whether Google can be anything more than what it's always been -- a great search engine with some real grass-roots support, successful by the grace of simplicity. -1 What what PRON WP PronType=Int 4 nsubj 4:nsubj _ +1 What what PRON WP PronType=Rel 9 nsubj:outer 3:obj|9:nsubj:outer _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 wonder wonder VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ -4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 wonder wonder VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 5 whether whether SCONJ IN _ 9 mark 9:mark _ 6 Google Google PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 7 can can AUX MD VerbForm=Fin 9 aux 9:aux _ 8 be be AUX VB VerbForm=Inf 9 cop 9:cop _ -9 anything anything PRON NN Number=Sing 4 ccomp 4:ccomp _ +9 anything anything PRON NN Number=Sing|PronType=Ind 0 root 0:root _ 10 more more ADJ JJR Degree=Cmp 9 amod 9:amod _ 11 than than ADP IN _ 12 case 12:case _ -12 what what PRON WP PronType=Int 10 obl 10:obl:than _ +12 what what PRON WP PronType=Rel 10 obl 10:obl:than _ 13-14 it's _ _ _ _ _ _ _ _ -13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj:pass 15:nsubj:pass _ -14 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 aux:pass 15:aux:pass _ -15 always always ADV RB _ 12 acl:relcl 12:acl:relcl _ -16 been be AUX VBN Tense=Past|VerbForm=Part 15 cop 15:cop _ +13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ +14 's have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +15 always always ADV RB _ 16 advmod 16:advmod _ +16 been be AUX VBN Tense=Past|VerbForm=Part 12 acl:relcl 12:acl:relcl Promoted=Yes 17 -- -- PUNCT : _ 21 punct 21:punct _ 18 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 19 great great ADJ JJ Degree=Pos 21 amod 21:amod _ 20 search search NOUN NN Number=Sing 21 compound 21:compound _ 21 engine engine NOUN NN Number=Sing 12 appos 12:appos _ 22 with with ADP IN _ 28 case 28:case _ -23 some some DET DT _ 28 det 28:det _ +23 some some DET DT PronType=Ind 28 det 28:det _ 24 real real ADJ JJ Degree=Pos 28 amod 28:amod _ 25 grass grass NOUN NN Number=Sing 27 compound 27:compound SpaceAfter=No -26 - - PUNCT HYPH _ 27 punct 27:punct SpaceAfter=No +26 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No 27 roots root NOUN NNS Number=Plur 28 compound 28:compound _ 28 support support NOUN NN Number=Sing 21 nmod 21:nmod:with SpaceAfter=No -29 , , PUNCT , _ 21 punct 21:punct _ +29 , , PUNCT , _ 30 punct 30:punct _ 30 successful successful ADJ JJ Degree=Pos 21 amod 21:amod _ 31 by by ADP IN _ 33 case 33:case _ 32 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 33 grace grace NOUN NN Number=Sing 30 obl 30:obl:by _ 34 of of ADP IN _ 35 case 35:case _ 35 simplicity simplicity NOUN NN Number=Sing 33 nmod 33:nmod:of SpaceAfter=No -36 . . PUNCT . _ 4 punct 4:punct _ +36 . . PUNCT . _ 9 punct 9:punct _ # sent_id = weblog-blogspot.com_marketview_20040611132900_ENG_20040611_132900-0007 # text = Simplicity gave it that blessed, laudatory lack of clutter, the efficient and effective text-based ads, and the support of anyone with a dial-up connection. 1 Simplicity simplicity NOUN NN Number=Sing 2 nsubj 2:nsubj _ -2 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 gave give VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 iobj 2:iobj _ 4 that that DET DT Number=Sing|PronType=Dem 8 det 8:det _ 5 blessed blessed ADJ JJ Degree=Pos 8 amod 8:amod SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 laudatory laudatory ADJ JJ Degree=Pos 8 amod 8:amod _ 8 lack lack NOUN NN Number=Sing 2 obj 2:obj _ 9 of of ADP IN _ 10 case 10:case _ @@ -1269,19 +1273,19 @@ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 effective effective ADJ JJ Degree=Pos 13 conj 13:conj:and|19:amod _ 16 text text NOUN NN Number=Sing 18 obl:npmod 18:obl:npmod SpaceAfter=No -17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No -18 based base VERB VBN Tense=Past|VerbForm=Part 19 amod 19:amod _ +17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +18 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 amod 19:amod _ 19 ads ad NOUN NNS Number=Plur 8 conj 2:obj|8:conj:and SpaceAfter=No 20 , , PUNCT , _ 23 punct 23:punct _ 21 and and CCONJ CC _ 23 cc 23:cc _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 support support NOUN NN Number=Sing 8 conj 2:obj|8:conj:and _ 24 of of ADP IN _ 25 case 25:case _ -25 anyone anyone PRON NN Number=Sing 23 nmod 23:nmod:of _ +25 anyone anyone PRON NN Number=Sing|PronType=Ind 23 nmod 23:nmod:of _ 26 with with ADP IN _ 31 case 31:case _ 27 a a DET DT Definite=Ind|PronType=Art 31 det 31:det _ 28 dial dial VERB VB VerbForm=Inf 31 amod 31:amod SpaceAfter=No -29 - - PUNCT HYPH _ 28 punct 28:punct SpaceAfter=No +29 - - PUNCT HYPH _ 30 punct 30:punct SpaceAfter=No 30 up up ADP RP _ 28 compound:prt 28:compound:prt _ 31 connection connection NOUN NN Number=Sing 25 nmod 25:nmod:with SpaceAfter=No 32 . . PUNCT . _ 2 punct 2:punct _ @@ -1289,40 +1293,40 @@ # sent_id = weblog-blogspot.com_marketview_20040611132900_ENG_20040611_132900-0008 # text = The problem is that customers attracted by a simple interface are among the least loyal you can find -- witness the fight-for-fewest-features between low-end camera companies. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 problem problem NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 problem problem NOUN NN Number=Sing 15 nsubj:outer 15:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 4 that that SCONJ IN _ 15 mark 15:mark _ 5 customers customer NOUN NNS Number=Plur 15 nsubj 15:nsubj _ -6 attracted attract VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +6 attracted attract VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 7 by by ADP IN _ 10 case 10:case _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 simple simple ADJ JJ Degree=Pos 10 amod 10:amod _ -10 interface interface NOUN NN Number=Sing 6 obl 6:obl:by _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +10 interface interface NOUN NN Number=Sing 6 obl:agent 6:obl:agent _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 12 among among ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 14 least least ADV RBS Degree=Sup 15 advmod 15:advmod _ -15 loyal loyal ADJ JJ Degree=Pos 3 ccomp 3:ccomp _ +15 loyal loyal ADJ JJ Degree=Pos 0 root 0:root _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ 17 can can AUX MD VerbForm=Fin 18 aux 18:aux _ 18 find find VERB VB VerbForm=Inf 15 acl:relcl 15:acl:relcl _ -19 -- -- PUNCT , _ 3 punct 3:punct _ -20 witness witness VERB VB Mood=Imp|VerbForm=Fin 3 parataxis 3:parataxis _ +19 -- -- PUNCT , _ 20 punct 20:punct _ +20 witness witness VERB VB Mood=Imp|VerbForm=Fin 15 parataxis 15:parataxis _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 fight fight NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No -23 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No +23 - - PUNCT HYPH _ 28 punct 28:punct SpaceAfter=No 24 for for ADP IN _ 28 case 28:case SpaceAfter=No -25 - - PUNCT HYPH _ 28 punct 28:punct SpaceAfter=No -26 fewest fewest ADJ JJS Degree=Sup 28 amod 28:amod SpaceAfter=No -27 - - PUNCT HYPH _ 28 punct 28:punct SpaceAfter=No +25 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No +26 fewest few ADJ JJS Degree=Sup 28 amod 28:amod SpaceAfter=No +27 - - PUNCT HYPH _ 26 punct 26:punct SpaceAfter=No 28 features feature NOUN NNS Number=Plur 22 nmod 22:nmod:for _ 29 between between ADP IN _ 34 case 34:case _ 30 low low ADJ JJ Degree=Pos 32 amod 32:amod SpaceAfter=No -31 - - PUNCT HYPH _ 32 punct 32:punct SpaceAfter=No +31 - - PUNCT HYPH _ 30 punct 30:punct SpaceAfter=No 32 end end NOUN NN Number=Sing 34 compound 34:compound _ 33 camera camera NOUN NN Number=Sing 34 compound 34:compound _ 34 companies company NOUN NNS Number=Plur 22 nmod 22:nmod:between SpaceAfter=No -35 . . PUNCT . _ 3 punct 3:punct _ +35 . . PUNCT . _ 15 punct 15:punct _ # sent_id = weblog-blogspot.com_marketview_20040611132900_ENG_20040611_132900-0009 # text = The other problem? @@ -1342,12 +1346,12 @@ 6 money money NOUN NN Number=Sing 5 obj 5:obj _ 7 branching branch VERB VBG VerbForm=Ger 5 advcl 5:advcl _ 8 out out ADP RP _ 7 compound:prt 7:compound:prt _ -9 when when SCONJ WRB PronType=Int 15 mark 15:mark _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 when when ADV WRB PronType=Int 15 advmod 15:advmod _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 appeal appeal NOUN NN Number=Sing 15 nsubj 15:nsubj _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 13 in in ADP IN _ 15 case 15:case _ -14 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 focus focus NOUN NN Number=Sing 3 advcl 3:advcl:in SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ @@ -1356,20 +1360,20 @@ 1 As as SCONJ IN _ 11 mark 11:mark _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 survey survey NOUN NN Number=Sing 11 nsubj 11:nsubj _ -4 cited cite VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ +4 cited cite VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ 5 in in ADP IN _ 10 case 10:case _ 6 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 7 above above ADV RB _ 9 compound 9:compound SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No -9 linked link VERB VBN Tense=Past|VerbForm=Part 10 amod 10:amod _ +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +9 linked link VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 amod 10:amod _ 10 article article NOUN NN Number=Sing 4 obl 4:obl:in _ 11 shows show VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:as SpaceAfter=No -12 , , PUNCT , _ 18 punct 18:punct _ +12 , , PUNCT , _ 11 punct 11:punct _ 13 most most ADJ JJS Degree=Sup 15 amod 15:amod _ 14 Google Google PROPN NNP Number=Sing 15 compound 15:compound _ 15 users user NOUN NNS Number=Plur 18 nsubj 18:nsubj|20:nsubj:xsubj _ 16-17 don't _ _ _ _ _ _ _ _ -16 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ +16 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 17 n't not PART RB _ 18 advmod 18:advmod _ 18 intend intend VERB VB VerbForm=Inf 0 root 0:root _ 19 to to PART TO _ 20 mark 20:mark _ @@ -1394,7 +1398,7 @@ # text = If they continue to add features so they can justify their likely sky-high valuation, Google risks losing a huge chunk of their customer base to the next keep-it-simple search engine. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 continue continue VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:if _ +3 continue continue VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:if _ 4 to to PART TO _ 5 mark 5:mark _ 5 add add VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 features feature NOUN NNS Number=Plur 5 obj 5:obj _ @@ -1402,13 +1406,13 @@ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 9 can can AUX MD VerbForm=Fin 10 aux 10:aux _ 10 justify justify VERB VB VerbForm=Inf 5 advcl 5:advcl:so _ -11 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +11 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 12 likely likely ADJ JJ Degree=Pos 16 amod 16:amod _ 13 sky sky NOUN NN Number=Sing 15 obl:npmod 15:obl:npmod SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 high high ADJ JJ Degree=Pos 16 amod 16:amod _ 16 valuation valuation NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No -17 , , PUNCT , _ 19 punct 19:punct _ +17 , , PUNCT , _ 3 punct 3:punct _ 18 Google Google PROPN NNP Number=Sing 19 nsubj 19:nsubj|20:nsubj:xsubj _ 19 risks risk VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 20 losing lose VERB VBG VerbForm=Ger 19 xcomp 19:xcomp _ @@ -1416,16 +1420,16 @@ 22 huge huge ADJ JJ Degree=Pos 23 amod 23:amod _ 23 chunk chunk NOUN NN Number=Sing 20 obj 20:obj _ 24 of of ADP IN _ 27 case 27:case _ -25 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +25 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 26 customer customer NOUN NN Number=Sing 27 compound 27:compound _ 27 base base NOUN NN Number=Sing 23 nmod 23:nmod:of _ 28 to to ADP IN _ 37 case 37:case _ 29 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ 30 next next ADJ JJ Degree=Pos 37 amod 37:amod _ 31 keep keep VERB VB Mood=Imp|VerbForm=Fin 37 compound 37:compound SpaceAfter=No -32 - - PUNCT HYPH _ 31 punct 31:punct SpaceAfter=No +32 - - PUNCT HYPH _ 33 punct 33:punct SpaceAfter=No 33 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 31 obj 31:obj|35:nsubj:xsubj SpaceAfter=No -34 - - PUNCT HYPH _ 31 punct 31:punct SpaceAfter=No +34 - - PUNCT HYPH _ 35 punct 35:punct SpaceAfter=No 35 simple simple ADJ JJ Degree=Pos 31 xcomp 31:xcomp _ 36 search search NOUN NN Number=Sing 37 compound 37:compound _ 37 engine engine NOUN NN Number=Sing 20 obl 20:obl:to SpaceAfter=No @@ -1436,20 +1440,20 @@ # newpar id = weblog-blogspot.com_aggressivevoicedaily_20060814163400_ENG_20060814_163400-p0001 # text = Remember when a whole lot of people had to die because a Swedish newspaper printed those cartoons of the Prophet Mohammed? 1 Remember remember VERB VB VerbForm=Inf 0 root 0:root _ -2 when when SCONJ WRB PronType=Int 8 mark 8:mark _ +2 when when ADV WRB PronType=Int 8 advmod 8:advmod _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 whole whole ADJ JJ Degree=Pos 5 amod 5:amod _ 5 lot lot NOUN NN Number=Sing 8 nsubj 8:nsubj|10:nsubj:xsubj _ 6 of of ADP IN _ 7 case 7:case _ 7 people people NOUN NNS Number=Plur 5 nmod 5:nmod:of _ -8 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 advcl 1:advcl:when _ +8 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 advcl 1:advcl:when _ 9 to to PART TO _ 10 mark 10:mark _ 10 die die VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 because because SCONJ IN _ 15 mark 15:mark _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ -13 Swedish swedish ADJ JJ Degree=Pos 14 amod 14:amod _ +13 Swedish Swedish ADJ JJ Degree=Pos 14 amod 14:amod _ 14 newspaper newspaper NOUN NN Number=Sing 15 nsubj 15:nsubj _ -15 printed print VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:because _ +15 printed print VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:because _ 16 those that DET DT Number=Plur|PronType=Dem 17 det 17:det _ 17 cartoons cartoon NOUN NNS Number=Plur 15 obj 15:obj _ 18 of of ADP IN _ 21 case 21:case _ @@ -1473,8 +1477,8 @@ 11 cartoonists cartoonist NOUN NNS Number=Plur 10 obj 10:obj|13:nsubj:xsubj _ 12 to to PART TO _ 13 mark 13:mark _ 13 do do VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ -14 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ -15 best best ADJ JJS Degree=Sup 13 obj 13:obj _ +14 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +15 best good ADJ JJS Degree=Sup 13 obj 13:obj _ 16 by by SCONJ IN _ 17 mark 17:mark _ 17 depicting depict VERB VBG VerbForm=Ger 13 advcl 13:advcl:by _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ @@ -1484,18 +1488,18 @@ # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060814163400_ENG_20060814_163400-0003 # text = Amazingly, these idiots think a cartoon of Mohammed is comparable to what we can expect in this new fun contest: 1 Amazingly amazingly ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 these this DET DT Number=Plur|PronType=Dem 4 det 4:det _ 4 idiots idiot NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -5 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 think think VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 cartoon cartoon NOUN NN Number=Sing 11 nsubj 11:nsubj _ 8 of of ADP IN _ 9 case 9:case _ 9 Mohammed Mohammed PROPN NNP Number=Sing 7 nmod 7:nmod:of _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 11 comparable comparable ADJ JJ Degree=Pos 5 ccomp 5:ccomp _ -12 to to SCONJ IN _ 13 case 13:case _ -13 what what PRON WP PronType=Int 11 obl 11:obl:to _ +12 to to ADP IN _ 13 case 13:case _ +13 what what PRON WP PronType=Rel 11 obl 11:obl:to|16:obj _ 14 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 16 nsubj 16:nsubj _ 15 can can AUX MD VerbForm=Fin 16 aux 16:aux _ 16 expect expect VERB VB VerbForm=Inf 13 acl:relcl 13:acl:relcl _ @@ -1509,9 +1513,9 @@ # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060814163400_ENG_20060814_163400-0004 # text = TEHRAN (AFP) - 1 TEHRAN TEHRAN PROPN NNP Number=Sing 0 root 0:root _ -2 ( ( PUNCT -LRB- _ 1 punct 1:punct SpaceAfter=No +2 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No 3 AFP AFP PROPN NNP Number=Sing 1 parataxis 1:parataxis SpaceAfter=No -4 ) ) PUNCT -RRB- _ 1 punct 1:punct _ +4 ) ) PUNCT -RRB- _ 3 punct 3:punct _ 5 - - PUNCT : _ 1 punct 1:punct _ # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060814163400_ENG_20060814_163400-0005 @@ -1524,7 +1528,7 @@ 6 on on ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 Holocaust Holocaust PROPN NNP Number=Sing 5 nmod 5:nmod:on _ -9 opened open VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 opened open VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 in in ADP IN _ 11 case 11:case _ 11 Tehran Tehran PROPN NNP Number=Sing 9 obl 9:obl:in _ 12 in in ADP IN _ 13 case 13:case _ @@ -1534,7 +1538,7 @@ 16 publication publication NOUN NN Number=Sing 13 nmod 13:nmod:to _ 17 in in ADP IN _ 19 case 19:case _ 18 Western western ADJ JJ Degree=Pos 19 amod 19:amod _ -19 papers papers NOUN NNS Number=Plur 16 nmod 16:nmod:in _ +19 papers paper NOUN NNS Number=Plur 16 nmod 16:nmod:in _ 20 last last ADJ JJ Degree=Pos 21 amod 21:amod _ 21 September September PROPN NNP Number=Sing 16 nmod:tmod 16:nmod:tmod _ 22 of of ADP IN _ 23 case 23:case _ @@ -1547,9 +1551,9 @@ # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060814163400_ENG_20060814_163400-0006 # text = "We staged this fair to explore the limits of freedom Westerners believe in," Masoud Shojai, head of the country's "Iran Cartoon" association and the fair organizer, said. -1 " " PUNCT `` _ 35 punct 35:punct SpaceAfter=No +1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No 2 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 staged stage VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 35 ccomp 35:ccomp _ +3 staged stage VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 35 ccomp 35:ccomp _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 fair fair NOUN NN Number=Sing 3 obj 3:obj _ 6 to to PART TO _ 7 mark 7:mark _ @@ -1558,14 +1562,14 @@ 9 limits limit NOUN NNS Number=Plur 7 obj 7:obj _ 10 of of ADP IN _ 11 case 11:case _ 11 freedom freedom NOUN NN Number=Sing 9 nmod 9:nmod:of _ -12 Westerners Westerners PROPN NNPS Number=Plur 13 nsubj 13:nsubj _ -13 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +12 Westerners Westerner PROPN NNPS Number=Plur 13 nsubj 13:nsubj _ +13 believe believe VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 14 in in ADP IN _ 13 obl 13:obl SpaceAfter=No -15 , , PUNCT , _ 35 punct 35:punct SpaceAfter=No -16 " " PUNCT '' _ 35 punct 35:punct _ +15 , , PUNCT , _ 3 punct 3:punct SpaceAfter=No +16 " " PUNCT '' _ 3 punct 3:punct _ 17 Masoud Masoud PROPN NNP Number=Sing 35 nsubj 35:nsubj _ 18 Shojai Shojai PROPN NNP Number=Sing 17 flat 17:flat SpaceAfter=No -19 , , PUNCT , _ 17 punct 17:punct _ +19 , , PUNCT , _ 20 punct 20:punct _ 20 head head NOUN NN Number=Sing 17 appos 17:appos _ 21 of of ADP IN _ 29 case 29:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ @@ -1581,27 +1585,27 @@ 31 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 32 fair fair NOUN NN Number=Sing 33 compound 33:compound _ 33 organizer organizer NOUN NN Number=Sing 20 conj 17:appos|20:conj:and SpaceAfter=No -34 , , PUNCT , _ 35 punct 35:punct _ -35 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +34 , , PUNCT , _ 17 punct 17:punct _ +35 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 36 . . PUNCT . _ 35 punct 35:punct _ # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060814163400_ENG_20060814_163400-0007 # text = "They can freely write anything they like about our prophet, but if one raises doubts about the Holocaust he is either fined or sent to prison," he added. -1 " " PUNCT `` _ 32 punct 32:punct SpaceAfter=No +1 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 2 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 3 can can AUX MD VerbForm=Fin 5 aux 5:aux _ 4 freely freely ADV RB _ 5 advmod 5:advmod _ 5 write write VERB VB VerbForm=Inf 32 ccomp 32:ccomp _ -6 anything anything PRON NN Number=Sing 5 obj 5:obj _ +6 anything anything PRON NN Number=Sing|PronType=Ind 5 obj 5:obj _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +8 like like VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 9 about about ADP IN _ 11 case 11:case _ -10 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 prophet prophet NOUN NN Number=Sing 6 nmod 6:nmod:about SpaceAfter=No 12 , , PUNCT , _ 24 punct 24:punct _ 13 but but CCONJ CC _ 24 cc 24:cc _ 14 if if SCONJ IN _ 16 mark 16:mark _ -15 one one PRON PRP _ 16 nsubj 16:nsubj _ +15 one one PRON PRP Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 16 raises raise VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 advcl 24:advcl:if _ 17 doubts doubt NOUN NNS Number=Plur 16 obj 16:obj _ 18 about about ADP IN _ 20 case 20:case _ @@ -1612,13 +1616,13 @@ 23 either either CCONJ CC _ 24 cc:preconj 24:cc:preconj _ 24 fined fine VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 conj 5:conj:but|32:ccomp _ 25 or or CCONJ CC _ 26 cc 26:cc _ -26 sent send VERB VBN Tense=Past|VerbForm=Part 24 conj 24:conj:or _ +26 sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 24 conj 24:conj:or _ 27 to to ADP IN _ 28 case 28:case _ 28 prison prison NOUN NN Number=Sing 26 obl 26:obl:to SpaceAfter=No -29 , , PUNCT , _ 32 punct 32:punct SpaceAfter=No -30 " " PUNCT '' _ 32 punct 32:punct _ +29 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No +30 " " PUNCT '' _ 5 punct 5:punct _ 31 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 32 nsubj 32:nsubj _ -32 added add VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +32 added add VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 33 . . PUNCT . _ 32 punct 32:punct _ # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060814163400_ENG_20060814_163400-0008 @@ -1626,27 +1630,27 @@ 1 " " PUNCT `` _ 25 punct 25:punct SpaceAfter=No 2 Though though SCONJ IN _ 6 mark 6:mark _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -4 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 not not PART RB _ 6 advmod 6:advmod _ 6 deny deny VERB VB VerbForm=Inf 25 advcl 25:advcl:though _ 7 that that DET DT Number=Sing|PronType=Dem 8 det 8:det _ 8 fact fact NOUN NN Number=Sing 6 obj 6:obj _ 9 that that SCONJ IN _ 12 mark 12:mark _ -10 Jews Jews PROPN NNPS Number=Plur 12 nsubj:pass 12:nsubj:pass _ -11 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 aux:pass 12:aux:pass _ +10 Jews Jew PROPN NNPS Number=Plur 12 nsubj:pass 12:nsubj:pass _ +11 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 12 aux:pass 12:aux:pass _ 12 killed kill VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl 8:acl:that _ 13 in in ADP IN _ 19 case 19:case _ 14 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -15 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No -16 second second PROPN NNP Number=Sing 19 compound 19:compound _ -17 world world PROPN NNP Number=Sing 19 compound 19:compound SpaceAfter=No -18 ) ) PUNCT -RRB- _ 19 punct 19:punct _ -19 war war PROPN NNP Number=Sing 12 obl 12:obl:in SpaceAfter=No -20 , , PUNCT , _ 25 punct 25:punct _ +15 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No +16 second Second ADJ NNP NumForm=Word|NumType=Ord 19 amod 19:amod _ +17 world World PROPN NNP Number=Sing 19 compound 19:compound SpaceAfter=No +18 ) ) PUNCT -RRB- _ 17 punct 17:punct _ +19 war War PROPN NNP Number=Sing 12 obl 12:obl:in SpaceAfter=No +20 , , PUNCT , _ 6 punct 6:punct _ 21 why why ADV WRB PronType=Int 25 advmod 25:advmod _ 22 should should AUX MD VerbForm=Fin 25 aux 25:aux _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -24 Palestinians Palestinians PROPN NNPS Number=Plur 25 nsubj 25:nsubj _ +24 Palestinians Palestinian PROPN NNPS Number=Plur 25 nsubj 25:nsubj _ 25 pay pay VERB VB VerbForm=Inf 0 root 0:root _ 26 for for ADP IN _ 27 case 27:case _ 27 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 25 obl 25:obl:for SpaceAfter=No @@ -1656,14 +1660,14 @@ # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060814163400_ENG_20060814_163400-0009 # text = Shojai told the opening ceremony of the month-long fair in Tehran's Palestine Contemporary Art Museum. 1 Shojai Shojai PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 opening open VERB VBG VerbForm=Ger 5 amod 5:amod _ -5 ceremony ceremony NOUN NN Number=Sing 2 obj 2:obj _ +5 ceremony ceremony NOUN NN Number=Sing 2 iobj 2:iobj _ 6 of of ADP IN _ 11 case 11:case _ 7 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 8 month month NOUN NN Number=Sing 10 obl:npmod 10:obl:npmod SpaceAfter=No -9 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +9 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No 10 long long ADJ JJ Degree=Pos 11 amod 11:amod _ 11 fair fair NOUN NN Number=Sing 5 nmod 5:nmod:of _ 12 in in ADP IN _ 18 case 18:case _ @@ -1671,7 +1675,7 @@ 13 Tehran Tehran PROPN NNP Number=Sing 18 nmod:poss 18:nmod:poss _ 14 's 's PART POS _ 13 case 13:case _ 15 Palestine Palestine PROPN NNP Number=Sing 18 compound 18:compound _ -16 Contemporary Contemporary PROPN NNP Number=Sing 17 compound 17:compound _ +16 Contemporary Contemporary ADJ NNP Degree=Pos 17 amod 17:amod _ 17 Art Art PROPN NNP Number=Sing 18 compound 18:compound _ 18 Museum Museum PROPN NNP Number=Sing 11 nmod 11:nmod:in SpaceAfter=No 19 . . PUNCT . _ 2 punct 2:punct _ @@ -1679,26 +1683,26 @@ # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060814163400_ENG_20060814_163400-0010 # text = He added that around 1,100 cartoons were submitted by participants from more than 60 countries and that more than 200 are on show. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 added add VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 added add VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 8 mark 8:mark _ 4 around around ADV RB _ 5 advmod 5:advmod _ -5 1,100 1,100 NUM CD NumType=Card 6 nummod 6:nummod _ +5 1,100 1100 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 cartoons cartoon NOUN NNS Number=Plur 8 nsubj:pass 8:nsubj:pass _ -7 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux 8:aux _ -8 submitted submit VERB VBN Tense=Past|VerbForm=Part 2 ccomp 2:ccomp _ +7 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 aux:pass 8:aux:pass _ +8 submitted submit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 ccomp 2:ccomp _ 9 by by ADP IN _ 10 case 10:case _ -10 participants participant NOUN NNS Number=Plur 8 obl 8:obl:by _ +10 participants participant NOUN NNS Number=Plur 8 obl:agent 8:obl:agent _ 11 from from ADP IN _ 15 case 15:case _ -12 more more ADJ JJR Degree=Cmp 14 advmod 14:advmod _ +12 more more ADJ JJR Degree=Cmp|ExtPos=ADV 14 advmod 14:advmod _ 13 than than ADP IN _ 12 fixed 12:fixed _ -14 60 60 NUM CD NumType=Card 15 nummod 15:nummod _ +14 60 60 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 15 countries country NOUN NNS Number=Plur 10 nmod 10:nmod:from _ 16 and and CCONJ CC _ 23 cc 23:cc _ 17 that that SCONJ IN _ 23 mark 23:mark _ -18 more more ADJ JJR Degree=Cmp 20 advmod 20:advmod _ +18 more more ADJ JJR Degree=Cmp|ExtPos=ADV 20 advmod 20:advmod _ 19 than than ADP IN _ 18 fixed 18:fixed _ -20 200 200 NUM CD NumType=Card 23 nsubj 23:nsubj _ -21 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ +20 200 200 NUM CD NumForm=Digit|NumType=Card 23 nsubj 23:nsubj _ +21 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ 22 on on ADP IN _ 23 case 23:case _ 23 show show NOUN NN Number=Sing 8 conj 2:ccomp|8:conj:and SpaceAfter=No 24 . . PUNCT . _ 2 punct 2:punct _ @@ -1706,30 +1710,30 @@ # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060814163400_ENG_20060814_163400-0011 # text = He said the top three cartoons will be announced on September 2, with the winners being awarded prizes of 12,000, 8,000 and 5,000 dollars respectively. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 4 top top ADJ JJ Degree=Pos 6 amod 6:amod _ -5 three three NUM CD NumType=Card 6 nummod 6:nummod _ +5 three three NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 6 cartoons cartoon NOUN NNS Number=Plur 9 nsubj:pass 9:nsubj:pass _ 7 will will AUX MD VerbForm=Fin 9 aux 9:aux _ -8 be be AUX VB VerbForm=Inf 9 aux 9:aux _ -9 announced announce VERB VBN Tense=Past|VerbForm=Part 2 ccomp 2:ccomp _ +8 be be AUX VB VerbForm=Inf 9 aux:pass 9:aux:pass _ +9 announced announce VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 ccomp 2:ccomp _ 10 on on ADP IN _ 11 case 11:case _ 11 September September PROPN NNP Number=Sing 9 obl 9:obl:on _ -12 2 2 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No -13 , , PUNCT , _ 9 punct 9:punct _ +12 2 2 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No +13 , , PUNCT , _ 18 punct 18:punct _ 14 with with SCONJ IN _ 18 mark 18:mark _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 winners winner NOUN NNS Number=Plur 18 nsubj:pass 18:nsubj:pass _ -17 being be AUX VBG VerbForm=Ger 18 aux 18:aux _ -18 awarded award VERB VBN Tense=Past|VerbForm=Part 9 advcl 9:advcl:with _ +17 being be AUX VBG VerbForm=Ger 18 aux:pass 18:aux:pass _ +18 awarded award VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 advcl 9:advcl:with _ 19 prizes prize NOUN NNS Number=Plur 18 obj 18:obj _ 20 of of ADP IN _ 26 case 26:case _ -21 12,000 12,000 NUM CD NumType=Card 26 nummod 26:nummod SpaceAfter=No +21 12,000 12000 NUM CD NumForm=Digit|NumType=Card 26 nummod 26:nummod SpaceAfter=No 22 , , PUNCT , _ 23 punct 23:punct _ -23 8,000 8,000 NUM CD NumType=Card 21 conj 21:conj:and|26:nummod _ +23 8,000 8000 NUM CD NumForm=Digit|NumType=Card 21 conj 21:conj:and|26:nummod _ 24 and and CCONJ CC _ 25 cc 25:cc _ -25 5,000 5,000 NUM CD NumType=Card 21 conj 21:conj:and|26:nummod _ +25 5,000 5000 NUM CD NumForm=Digit|NumType=Card 21 conj 21:conj:and|26:nummod _ 26 dollars dollar NOUN NNS Number=Plur 19 nmod 19:nmod:of _ 27 respectively respectively ADV RB _ 26 advmod 26:advmod SpaceAfter=No 28 . . PUNCT . _ 2 punct 2:punct _ @@ -1746,42 +1750,42 @@ 8 to to PART TO _ 9 mark 9:mark _ 9 prove prove VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 just just ADV RB _ 12 advmod 12:advmod _ -11 how how SCONJ WRB PronType=Int 12 mark 12:mark _ +11 how how ADV WRB PronType=Int 12 advmod 12:advmod _ 12 fanatic fanatic ADJ JJ Degree=Pos 9 ccomp 9:ccomp _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 14 extremist extremist NOUN NN Number=Sing 15 compound 15:compound _ -15 Muslims Muslims PROPN NNPS Number=Plur 12 nsubj 12:nsubj _ -16 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop SpaceAfter=No +15 Muslims Muslim PROPN NNPS Number=Plur 12 nsubj 12:nsubj _ +16 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop SpaceAfter=No 17 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060814163400_ENG_20060814_163400-0013 # text = When they saw a cartoon of their prophet, people had to die. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:when _ +3 saw see VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:when _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 cartoon cartoon NOUN NN Number=Sing 3 obj 3:obj _ 6 of of ADP IN _ 8 case 8:case _ -7 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 prophet prophet NOUN NN Number=Sing 5 nmod 5:nmod:of SpaceAfter=No -9 , , PUNCT , _ 11 punct 11:punct _ +9 , , PUNCT , _ 3 punct 3:punct _ 10 people people NOUN NNS Number=Plur 11 nsubj 11:nsubj|13:nsubj:xsubj _ -11 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +11 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 12 to to PART TO _ 13 mark 13:mark _ 13 die die VERB VB VerbForm=Inf 11 xcomp 11:xcomp SpaceAfter=No 14 . . PUNCT . _ 11 punct 11:punct _ # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060814163400_ENG_20060814_163400-0014 # text = When their precious cartoons are released I highly doubt it will look like the end of the world. -1 When when SCONJ WRB PronType=Int 6 mark 6:mark _ -2 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +1 When when ADV WRB PronType=Int 6 advmod 6:advmod _ +2 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 3 precious precious ADJ JJ Degree=Pos 4 amod 4:amod _ 4 cartoons cartoon NOUN NNS Number=Plur 6 nsubj:pass 6:nsubj:pass _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ -6 released release VERB VBN Tense=Past|VerbForm=Part 9 advcl 9:advcl:when _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ +6 released release VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 advcl 9:advcl:when _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 8 highly highly ADV RB _ 9 advmod 9:advmod _ -9 doubt doubt VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +9 doubt doubt VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 11 will will AUX MD VerbForm=Fin 12 aux 12:aux _ 12 look look VERB VB VerbForm=Inf 9 ccomp 9:ccomp _ @@ -1798,18 +1802,18 @@ # newpar id = weblog-juancole.com_juancole_20041111060900_ENG_20041111_060900-p0001 # text = US Marines moved into most of Fallujah on Wednesday, though they were still meeting pockets of resistance. 1 US US PROPN NNP Number=Sing 2 compound 2:compound _ -2 Marines Marines PROPN NNPS Number=Plur 3 nsubj 3:nsubj _ -3 moved move VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 Marines Marine PROPN NNPS Number=Plur 3 nsubj 3:nsubj _ +3 moved move VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 into into ADP IN _ 5 case 5:case _ 5 most most ADJ JJS Degree=Sup 3 obl 3:obl:into _ 6 of of ADP IN _ 7 case 7:case _ 7 Fallujah Fallujah PROPN NNP Number=Sing 5 nmod 5:nmod:of _ 8 on on ADP IN _ 9 case 9:case _ 9 Wednesday Wednesday PROPN NNP Number=Sing 3 obl 3:obl:on SpaceAfter=No -10 , , PUNCT , _ 3 punct 3:punct _ +10 , , PUNCT , _ 15 punct 15:punct _ 11 though though SCONJ IN _ 15 mark 15:mark _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -13 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 aux 15:aux _ +13 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 15 aux 15:aux _ 14 still still ADV RB _ 15 advmod 15:advmod _ 15 meeting meet VERB VBG VerbForm=Ger 3 advcl 3:advcl:though _ 16 pockets pocket NOUN NNS Number=Plur 15 obj 15:obj _ @@ -1827,42 +1831,42 @@ 6 fair fair ADJ JJ Degree=Pos 7 amod 7:amod _ 7 numbers number NOUN NNS Number=Plur 5 obj 5:obj _ 8 of of ADP IN _ 10 case 10:case _ -9 Iraqi iraqi ADJ JJ Degree=Pos 10 amod 10:amod _ +9 Iraqi Iraqi ADJ JJ Degree=Pos 10 amod 10:amod _ 10 noncombatants noncombatant NOUN NNS Number=Plur 7 nmod 7:nmod:of SpaceAfter=No -11 , , PUNCT , _ 7 punct 7:punct _ +11 , , PUNCT , _ 13 punct 13:punct _ 12 including include VERB VBG VerbForm=Ger 13 case 13:case _ -13 Shaikh Shaikh PROPN NNP Number=Sing 7 nmod 7:nmod:include _ +13 Shaikh Shaikh PROPN NNP Number=Sing 7 nmod 7:nmod:including _ 14 Abdul Abdul PROPN NNP Number=Sing 13 flat 13:flat _ 15 Wahhab Wahhab PROPN NNP Number=Sing 13 flat 13:flat _ 16 al al PROPN NNP Number=Sing 13 flat 13:flat SpaceAfter=No -17 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No 18 Janabi Janabi PROPN NNP Number=Sing 13 flat 13:flat _ 19 of of ADP IN _ 22 case 22:case _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -21 respected respect VERB VBN Tense=Past|VerbForm=Part 22 amod 22:amod _ +21 respected respect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 amod 22:amod _ 22 Association Association PROPN NNP Number=Sing 13 nmod 13:nmod:of _ 23 of of ADP IN _ 25 case 25:case _ -24 Muslim Muslim PROPN NNP Number=Sing 25 compound 25:compound _ -25 Scholars Scholars PROPN NNP Number=Sing 22 nmod 22:nmod:of SpaceAfter=No +24 Muslim Muslim ADJ NNP Degree=Pos 25 amod 25:amod _ +25 Scholars Scholar PROPN NNP Number=Sing 22 nmod 22:nmod:of SpaceAfter=No 26 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-juancole.com_juancole_20041111060900_ENG_20041111_060900-0003 # text = Armed clashes broke out in several northern Iraqi cities on Wednesday, leaving some 22 persons dead in Mosul, Baiji, and Tuz. 1 Armed armed ADJ JJ Degree=Pos 2 amod 2:amod _ 2 clashes clash NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 broke break VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 broke break VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 out out ADP RP _ 3 compound:prt 3:compound:prt _ 5 in in ADP IN _ 9 case 9:case _ 6 several several ADJ JJ Degree=Pos 9 amod 9:amod _ 7 northern northern ADJ JJ Degree=Pos 9 amod 9:amod _ -8 Iraqi iraqi ADJ JJ Degree=Pos 9 amod 9:amod _ +8 Iraqi Iraqi ADJ JJ Degree=Pos 9 amod 9:amod _ 9 cities city NOUN NNS Number=Plur 3 obl 3:obl:in _ 10 on on ADP IN _ 11 case 11:case _ 11 Wednesday Wednesday PROPN NNP Number=Sing 3 obl 3:obl:on SpaceAfter=No -12 , , PUNCT , _ 3 punct 3:punct _ +12 , , PUNCT , _ 13 punct 13:punct _ 13 leaving leave VERB VBG VerbForm=Ger 3 advcl 3:advcl _ -14 some some DET DT _ 16 det 16:det _ -15 22 22 NUM CD NumType=Card 16 nummod 16:nummod _ +14 some some DET DT PronType=Ind 16 det 16:det _ +15 22 22 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 16 persons person NOUN NNS Number=Plur 13 obj 13:obj|17:nsubj:xsubj _ 17 dead dead ADJ JJ Degree=Pos 13 xcomp 13:xcomp _ 18 in in ADP IN _ 19 case 19:case _ @@ -1879,7 +1883,7 @@ 1 Hundreds hundred NOUN NNS Number=Plur 4 nsubj 4:nsubj _ 2 of of ADP IN _ 3 case 3:case _ 3 persons person NOUN NNS Number=Plur 1 nmod 1:nmod:of _ -4 mounted mount VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 mounted mount VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 demonstrations demonstration NOUN NNS Number=Plur 4 obj 4:obj _ 6 against against ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -1889,14 +1893,14 @@ 11 Tikrit Tikrit PROPN NNP Number=Sing 4 obl 4:obl:in _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 Huwaijah Huwaijah PROPN NNP Number=Sing 11 conj 4:obl:in|11:conj:and SpaceAfter=No -14 , , PUNCT , _ 11 punct 11:punct _ +14 , , PUNCT , _ 15 punct 15:punct _ 15 as as ADV RB _ 11 advmod 11:advmod _ 16 well well ADV RB Degree=Pos 15 fixed 15:fixed SpaceAfter=No -17 , , PUNCT , _ 4 punct 4:punct _ -18 according accord VERB VBG VerbForm=Ger 20 case 20:case _ +17 , , PUNCT , _ 20 punct 20:punct _ +18 according accord VERB VBG ExtPos=ADP|VerbForm=Ger 20 case 20:case _ 19 to to ADP IN _ 18 fixed 18:fixed _ -20 az az PROPN NNP Number=Sing 4 obl 4:obl:accord_to SpaceAfter=No -21 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No +20 az az PROPN NNP Number=Sing 4 obl 4:obl:according_to SpaceAfter=No +21 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No 22 Zaman Zaman PROPN NNP Number=Sing 20 flat 20:flat _ 23 . . PUNCT . _ 4 punct 4:punct _ @@ -1906,12 +1910,12 @@ 2 battles battle NOUN NNS Number=Plur 6 nsubj:pass 6:nsubj:pass _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 demonstrations demonstration NOUN NNS Number=Plur 2 conj 2:conj:and|6:nsubj:pass _ -5 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ +5 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ 6 provoked provoke VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 by by ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 US US PROPN NNP Number=Sing 10 compound 10:compound _ -10 assault assault NOUN NN Number=Sing 6 obl 6:obl:by _ +10 assault assault NOUN NN Number=Sing 6 obl:agent 6:obl:agent _ 11 on on ADP IN _ 12 case 12:case _ 12 Fallujah Fallujah PROPN NNP Number=Sing 10 nmod 10:nmod:on SpaceAfter=No 13 . . PUNCT . _ 6 punct 6:punct _ @@ -1919,10 +1923,10 @@ # sent_id = weblog-juancole.com_juancole_20041111060900_ENG_20041111_060900-0006 # text = Guerrillas threatened to assassinate Prime Minister Iyad Allawi and Minister of Defense Hazem Shaalan in retaliation for the attack. 1 Guerrillas guerrilla NOUN NNS Number=Plur 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 threatened threaten VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 threatened threaten VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 assassinate assassinate VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 Prime Prime PROPN NNP Number=Sing 6 compound 6:compound _ +5 Prime Prime ADJ NNP Degree=Pos 6 amod 6:amod _ 6 Minister Minister PROPN NNP Number=Sing 4 obj 4:obj _ 7 Iyad Iyad PROPN NNP Number=Sing 6 flat 6:flat _ 8 Allawi Allawi PROPN NNP Number=Sing 6 flat 6:flat _ @@ -1954,15 +1958,15 @@ 9 wife wife NOUN NN Number=Sing 4 conj 4:conj:and|17:nsubj:pass _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 daughter daughter NOUN NN Number=Sing 4 conj 4:conj:and|17:nsubj:pass SpaceAfter=No -12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +12 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No 13 in in ADP IN _ 15 case 15:case SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 law law NOUN NN Number=Sing 11 nmod 11:nmod:in _ -16 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 aux:pass 17:aux:pass _ +16 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 aux:pass 17:aux:pass _ 17 abducted abduct VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 18 and and CCONJ CC _ 20 cc 20:cc _ 19 guerrillas guerrilla NOUN NNS Number=Plur 20 nsubj 20:nsubj|22:nsubj:xsubj _ -20 threaten threaten VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 conj 17:conj:and _ +20 threaten threaten VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 conj 17:conj:and _ 21 to to PART TO _ 22 mark 22:mark _ 22 behead behead VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ 23 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 22 obj 22:obj _ @@ -1978,24 +1982,24 @@ # sent_id = weblog-juancole.com_juancole_20041111060900_ENG_20041111_060900-0008 # text = In Iraqi society, PM Allawi is responsible for protecting his clan, including especially his first cousins, so this kidnapping makes him look weak and brings substantial shame on him. 1 In in ADP IN _ 3 case 3:case _ -2 Iraqi iraqi ADJ JJ Degree=Pos 3 amod 3:amod _ +2 Iraqi Iraqi ADJ JJ Degree=Pos 3 amod 3:amod _ 3 society society NOUN NN Number=Sing 8 obl 8:obl:in SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 PM PM PROPN NNP Number=Sing 6 compound 6:compound _ 6 Allawi Allawi PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 responsible responsible ADJ JJ Degree=Pos 0 root 0:root _ 9 for for SCONJ IN _ 10 mark 10:mark _ 10 protecting protect VERB VBG VerbForm=Ger 8 advcl 8:advcl:for _ -11 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 clan clan NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ +13 , , PUNCT , _ 18 punct 18:punct _ 14 including include VERB VBG VerbForm=Ger 18 case 18:case _ 15 especially especially ADV RB _ 18 advmod 18:advmod _ -16 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ -17 first first ADJ JJ Degree=Pos|NumType=Ord 18 amod 18:amod _ -18 cousins cousin NOUN NNS Number=Plur 12 nmod 12:nmod:include SpaceAfter=No -19 , , PUNCT , _ 8 punct 8:punct _ +16 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 18 amod 18:amod _ +18 cousins cousin NOUN NNS Number=Plur 12 nmod 12:nmod:including SpaceAfter=No +19 , , PUNCT , _ 23 punct 23:punct _ 20 so so ADV RB _ 23 advmod 23:advmod _ 21 this this DET DT Number=Sing|PronType=Dem 22 det 22:det _ 22 kidnapping kidnapping NOUN NN Number=Sing 23 nsubj 23:nsubj|28:nsubj _ @@ -2015,8 +2019,8 @@ # text = The US Marines took most of Fallujah Wednesday, but still face pockets of resistance. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 US US PROPN NNP Number=Sing 3 compound 3:compound _ -3 Marines Marines PROPN NNPS Number=Plur 4 nsubj 4:nsubj|12:nsubj _ -4 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 Marines Marine PROPN NNPS Number=Plur 4 nsubj 4:nsubj|12:nsubj _ +4 took take VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 most most ADJ JJS Degree=Sup 4 obj 4:obj _ 6 of of ADP IN _ 7 case 7:case _ 7 Fallujah Fallujah PROPN NNP Number=Sing 5 nmod 5:nmod:of _ @@ -2024,7 +2028,7 @@ 9 , , PUNCT , _ 12 punct 12:punct _ 10 but but CCONJ CC _ 12 cc 12:cc _ 11 still still ADV RB _ 12 advmod 12:advmod _ -12 face face VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ +12 face face VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ 13 pockets pocket NOUN NNS Number=Plur 12 obj 12:obj _ 14 of of ADP IN _ 15 case 15:case _ 15 resistance resistance NOUN NN Number=Sing 13 nmod 13:nmod:of SpaceAfter=No @@ -2037,10 +2041,10 @@ 3 and and CCONJ CC _ 5 cc 5:cc _ 4 other other ADJ JJ Degree=Pos 5 amod 5:amod _ 5 cities city NOUN NNS Number=Plur 2 conj 2:conj:and|8:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ -7 any any DET DT _ 8 det 8:det _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +7 any any DET DT PronType=Ind 8 det 8:det _ 8 guide guide NOUN NN Number=Sing 15 advcl 15:advcl:if SpaceAfter=No -9 , , PUNCT , _ 15 punct 15:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10 those that DET DT Number=Plur|PronType=Dem 11 det 11:det _ 11 pockets pocket NOUN NNS Number=Plur 15 nsubj 15:nsubj|17:nsubj:xsubj _ 12 of of ADP IN _ 13 case 13:case _ @@ -2052,7 +2056,7 @@ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 US US PROPN NNP Number=Sing 17 obj 17:obj _ 20 for for ADP IN _ 22 case 22:case _ -21 some some DET DT _ 22 det 22:det _ +21 some some DET DT PronType=Ind 22 det 22:det _ 22 time time NOUN NN Number=Sing 17 obl 17:obl:for _ 23 to to PART TO _ 24 mark 24:mark _ 24 come come VERB VB VerbForm=Inf 22 acl 22:acl:to SpaceAfter=No @@ -2071,7 +2075,7 @@ 9 more more ADJ JJR Degree=Cmp 8 obj 8:obj _ 10 on on ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 Sunni sunni ADJ JJ Degree=Pos 13 amod 13:amod _ +12 Sunni Sunni ADJ JJ Degree=Pos 13 amod 13:amod _ 13 boycott boycott NOUN NN Number=Sing 9 obl 9:obl:on _ 14 of of ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -2084,13 +2088,13 @@ 2 reports report VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 24 mark 24:mark _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -5 Iraqi Iraqi PROPN NNP Number=Sing 7 compound 7:compound _ -6 Islamic Islamic PROPN NNP Number=Sing 7 compound 7:compound _ +5 Iraqi Iraqi ADJ NNP Degree=Pos 7 amod 7:amod _ +6 Islamic Islamic ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Party Party PROPN NNP Number=Sing 24 nsubj 14:nsubj:pass|24:nsubj|26:nsubj SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 14 punct 14:punct _ 9 which which PRON WDT PronType=Rel 14 nsubj:pass 7:ref _ -10 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 aux 14:aux _ -11 earlier earlier ADV RBR Degree=Cmp 14 advmod 14:advmod _ +10 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 aux 14:aux _ +11 earlier early ADV RBR Degree=Cmp 14 advmod 14:advmod _ 12 been be AUX VBN Tense=Past|VerbForm=Part 14 aux:pass 14:aux:pass _ 13 absolutely absolutely ADV RB _ 14 advmod 14:advmod _ 14 committed commit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl:relcl 7:acl:relcl _ @@ -2098,7 +2102,7 @@ 16 getting get VERB VBG VerbForm=Ger 14 advcl 14:advcl:to _ 17 out out ADP RP _ 16 compound:prt 16:compound:prt _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -19 Sunni sunni ADJ JJ Degree=Pos 20 amod 20:amod _ +19 Sunni Sunni ADJ JJ Degree=Pos 20 amod 20:amod _ 20 vote vote NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No 21 , , PUNCT , _ 7 punct 7:punct _ 22 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ @@ -2106,7 +2110,7 @@ 24 wavering waver VERB VBG Tense=Pres|VerbForm=Part 2 ccomp 2:ccomp _ 25 and and CCONJ CC _ 26 cc 26:cc _ 26 saying say VERB VBG Tense=Pres|VerbForm=Part 24 conj 2:ccomp|24:conj:and _ -27 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +27 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ 28 position position NOUN NN Number=Sing 30 nsubj 30:nsubj _ 29 will will AUX MD VerbForm=Fin 30 aux 30:aux _ 30 depend depend VERB VB VerbForm=Inf 26 ccomp 26:ccomp _ @@ -2125,17 +2129,17 @@ 6 violence violence NOUN NN Number=Sing 4 conj 2:nmod:of|4:conj:and _ 7 throughout throughout ADP IN _ 11 case 11:case _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -9 Sunni sunni ADJ JJ Degree=Pos 11 amod 11:amod _ -10 Arab arab ADJ JJ Degree=Pos 11 amod 11:amod _ +9 Sunni Sunni ADJ JJ Degree=Pos 11 amod 11:amod _ +10 Arab Arab ADJ JJ Degree=Pos 11 amod 11:amod _ 11 regions region NOUN NNS Number=Plur 2 nmod 2:nmod:throughout _ 12 on on ADP IN _ 13 case 13:case _ 13 Wednesday Wednesday PROPN NNP Number=Sing 2 nmod 2:nmod:on _ -14 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 aux 16:aux _ +14 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 aux 16:aux _ 15 not not PART RB _ 16 advmod 16:advmod _ 16 bode bode VERB VB VerbForm=Inf 0 root 0:root _ 17 well well ADV RB Degree=Pos 16 advmod 16:advmod _ 18 for for ADP IN _ 20 case 20:case _ -19 Sunni sunni ADJ JJ Degree=Pos 20 amod 20:amod _ +19 Sunni Sunni ADJ JJ Degree=Pos 20 amod 20:amod _ 20 participation participation NOUN NN Number=Sing 16 obl 16:obl:for _ 21 in in ADP IN _ 24 case 24:case _ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ @@ -2157,7 +2161,7 @@ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 Fallujah Fallujah PROPN NNP Number=Sing 12 compound 12:compound _ 12 assault assault NOUN NN Number=Sing 8 nmod 8:nmod:of SpaceAfter=No -13 , , PUNCT , _ 8 punct 8:punct _ +13 , , PUNCT , _ 16 punct 16:punct _ 14 both both CCONJ CC _ 16 cc:preconj 16:cc:preconj _ 15 in in ADP IN _ 16 case 16:case _ 16 Iraq Iraq PROPN NNP Number=Sing 8 nmod 8:nmod:in _ @@ -2169,21 +2173,21 @@ # sent_id = weblog-juancole.com_juancole_20041111060900_ENG_20041111_060900-0015 # text = For some black satire on Fallujah, see Unconfirmed Sources which has some fun with my Weblog. 1 For for ADP IN _ 4 case 4:case _ -2 some some DET DT _ 4 det 4:det _ +2 some some DET DT PronType=Ind 4 det 4:det _ 3 black black ADJ JJ Degree=Pos 4 amod 4:amod _ 4 satire satire NOUN NN Number=Sing 8 obl 8:obl:for _ 5 on on ADP IN _ 6 case 6:case _ 6 Fallujah Fallujah PROPN NNP Number=Sing 4 nmod 4:nmod:on SpaceAfter=No -7 , , PUNCT , _ 8 punct 8:punct _ +7 , , PUNCT , _ 4 punct 4:punct _ 8 see see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -9 Unconfirmed Unconfirmed PROPN NNP Number=Sing 10 compound 10:compound _ -10 Sources Sources PROPN NNPS Number=Plur 8 obj 8:obj|12:nsubj _ +9 Unconfirmed Unconfirmed ADJ NNP Degree=Pos 10 amod 10:amod _ +10 Sources Source PROPN NNPS Number=Plur 8 obj 8:obj|12:nsubj _ 11 which which PRON WDT PronType=Rel 12 nsubj 10:ref _ 12 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ -13 some some DET DT _ 14 det 14:det _ +13 some some DET DT PronType=Ind 14 det 14:det _ 14 fun fun NOUN NN Number=Sing 12 obj 12:obj _ 15 with with ADP IN _ 17 case 17:case _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 Weblog Weblog PROPN NNP Number=Sing 14 nmod 14:nmod:with SpaceAfter=No 18 . . PUNCT . _ 8 punct 8:punct _ @@ -2199,8 +2203,8 @@ 7 ca can AUX MD VerbForm=Fin 9 aux 9:aux _ 8 n't not PART RB _ 9 advmod 9:advmod _ 9 blog blog VERB VB VerbForm=Inf 5 conj 5:conj:and _ -10 much much ADV RB _ 11 advmod 11:advmod _ -11 right right ADV RB _ 9 obj 9:obj _ +10 much much ADV RB _ 9 advmod 9:advmod _ +11 right right ADV RB _ 12 advmod 12:advmod _ 12 now now ADV RB _ 9 advmod 9:advmod _ 13 but but CCONJ CC _ 15 cc 15:cc _ 14 will will AUX MD VerbForm=Fin 15 aux 15:aux _ @@ -2221,7 +2225,7 @@ # newpar id = weblog-blogspot.com_thelameduck_20041119192207_ENG_20041119_192207-p0001 # text = The hottest item on Christmas wish lists this year is nuclear weapons. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 hottest hottest ADJ JJS Degree=Sup 3 amod 3:amod _ +2 hottest hot ADJ JJS Degree=Sup 3 amod 3:amod _ 3 item item NOUN NN Number=Sing 12 nsubj 12:nsubj _ 4 on on ADP IN _ 7 case 7:case _ 5 Christmas Christmas PROPN NNP Number=Sing 7 compound 7:compound _ @@ -2237,7 +2241,7 @@ # sent_id = weblog-blogspot.com_thelameduck_20041119192207_ENG_20041119_192207-0002 # text = Al-Qaeda wants them, Iran wants them, Russia wants the better ones, and all the US wants is to give them all a piece of coal. 1 Al Al PROPN NNP Number=Sing 3 compound 3:compound SpaceAfter=No -2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No +2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No 3 Qaeda Qaeda PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 4 wants want VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 4 obj 4:obj SpaceAfter=No @@ -2249,19 +2253,19 @@ 11 Russia Russia PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 12 wants want VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -14 better better ADJ JJR Degree=Cmp 15 amod 15:amod _ +14 better good ADJ JJR Degree=Cmp 15 amod 15:amod _ 15 ones one NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No -16 , , PUNCT , _ 22 punct 22:punct _ -17 and and CCONJ CC _ 22 cc 22:cc _ -18 all all DET DT _ 22 nsubj 22:nsubj _ +16 , , PUNCT , _ 24 punct 24:punct _ +17 and and CCONJ CC _ 24 cc 24:cc _ +18 all all DET DT PronType=Tot 24 nsubj:outer 24:nsubj:outer _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 US US PROPN NNP Number=Sing 21 nsubj 21:nsubj _ 21 wants want VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ -22 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +22 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ 23 to to PART TO _ 24 mark 24:mark _ -24 give give VERB VB VerbForm=Inf 22 ccomp 22:ccomp _ +24 give give VERB VB VerbForm=Inf 4 conj 4:conj:and _ 25 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 24 iobj 24:iobj _ -26 all all DET DT _ 25 det 25:det _ +26 all all DET DT PronType=Tot 25 det 25:det _ 27 a a DET DT Definite=Ind|PronType=Art 28 det 28:det _ 28 piece piece NOUN NN Number=Sing 24 obj 24:obj _ 29 of of ADP IN _ 30 case 30:case _ @@ -2276,7 +2280,7 @@ 4 few few ADJ JJ Degree=Pos 5 amod 5:amod _ 5 years year NOUN NNS Number=Plur 8 obl 8:obl:for _ 6 there there PRON EX _ 8 expl 8:expl _ -7 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +7 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 been be VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 9 tensions tension NOUN NNS Number=Plur 8 nsubj 8:nsubj _ 10 with with ADP IN _ 14 case 14:case _ @@ -2285,19 +2289,19 @@ 12 ’s 's PART POS _ 11 case 11:case _ 13 nuclear nuclear ADJ JJ Degree=Pos 14 amod 14:amod _ 14 program program NOUN NN Number=Sing 9 nmod 9:nmod:with _ -15 with with ADP IN _ 16 case 16:case _ -16 word word NOUN NN Number=Sing 8 obl 8:obl:with|24:mark _ -17 coming come VERB VBG VerbForm=Ger 16 acl 16:acl _ +15 with with SCONJ IN _ 17 mark 17:mark _ +16 word word NOUN NN Number=Sing 17 nsubj 17:nsubj _ +17 coming come VERB VBG VerbForm=Ger 8 advcl 8:advcl:with _ 18 this this DET DT Number=Sing|PronType=Dem 19 det 19:det _ 19 week week NOUN NN Number=Sing 17 obl:tmod 17:obl:tmod _ -20 that that SCONJ IN _ 24 mark 16:ref _ +20 that that SCONJ IN _ 24 mark 24:mark _ 21 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 22 deal deal NOUN NN Number=Sing 24 nsubj:pass 24:nsubj:pass|30:nsubj _ 23 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 aux:pass 24:aux:pass _ -24 reached reach VERB VBN Tense=Past|VerbForm=Part 16 acl:relcl 16:acl:relcl _ +24 reached reach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 acl 16:acl:that _ 25 through through ADP IN _ 28 case 28:case _ 26 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ -27 European European PROPN NNP Number=Sing 28 compound 28:compound _ +27 European European ADJ NNP Degree=Pos 28 amod 28:amod _ 28 Union Union PROPN NNP Number=Sing 24 obl 24:obl:through _ 29 that that PRON WDT PronType=Rel 30 nsubj 22:ref _ 30 meets meet VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 acl:relcl 22:acl:relcl _ @@ -2306,8 +2310,8 @@ 33 approval approval NOUN NN Number=Sing 30 obl 30:obl:with _ 34 of of ADP IN _ 39 case 39:case _ 35 the the DET DT Definite=Def|PronType=Art 39 det 39:det _ -36 International International PROPN NNP Number=Sing 39 compound 39:compound _ -37 Atomic Atomic PROPN NNP Number=Sing 38 compound 38:compound _ +36 International International ADJ NNP Degree=Pos 39 amod 39:amod _ +37 Atomic Atomic ADJ NNP Degree=Pos 38 amod 38:amod _ 38 Energy Energy PROPN NNP Number=Sing 39 compound 39:compound _ 39 Agency Agency PROPN NNP Number=Sing 33 nmod 33:nmod:of SpaceAfter=No 40 . . PUNCT . _ 8 punct 8:punct _ @@ -2318,15 +2322,15 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 same same ADJ JJ Degree=Pos 4 amod 4:amod _ 4 time time NOUN NN Number=Sing 10 obl 10:obl:at SpaceAfter=No -5 , , PUNCT , _ 10 punct 10:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 an a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -7 Iranian iranian ADJ JJ Degree=Pos 9 amod 9:amod _ +7 Iranian Iranian ADJ JJ Degree=Pos 9 amod 9:amod _ 8 Opposition opposition NOUN NN Number=Sing 9 compound 9:compound _ 9 Group group NOUN NN Number=Sing 10 nsubj 10:nsubj _ -10 released release VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 released release VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 11 what what PRON WP PronType=Int 13 obj 13:obj|14:nsubj:xsubj _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 call call VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 ccomp 10:ccomp _ +13 call call VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 ccomp 10:ccomp _ 14 proof proof NOUN NN Number=Sing 13 xcomp 13:xcomp _ 15 of of ADP IN _ 20 case 20:case _ 16 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ @@ -2338,7 +2342,7 @@ # sent_id = weblog-blogspot.com_thelameduck_20041119192207_ENG_20041119_192207-0005 # text = Arial photos, loose connections to AQ Kahn and Libya make up the evidence that the group presented. -1 Arial aerial ADJ JJ Degree=Pos|Typo=Yes 2 amod 2:amod _ +1 Arial aerial ADJ JJ Degree=Pos|Typo=Yes 2 amod 2:amod CorrectForm=Aerial 2 photos photo NOUN NNS Number=Plur 11 nsubj 11:nsubj SpaceAfter=No 3 , , PUNCT , _ 5 punct 5:punct _ 4 loose loose ADJ JJ Degree=Pos 5 amod 5:amod _ @@ -2348,21 +2352,21 @@ 8 Kahn Kahn PROPN NNP Number=Sing 7 flat 7:flat _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 Libya Libya PROPN NNP Number=Sing 7 conj 5:nmod:to|7:conj:and _ -11 make make VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +11 make make VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 12 up up ADP RP _ 11 compound:prt 11:compound:prt _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 evidence evidence NOUN NN Number=Sing 11 obj 11:obj|18:obj _ 15 that that PRON WDT PronType=Rel 18 obj 14:ref _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 group group NOUN NN Number=Sing 18 nsubj 18:nsubj _ -18 presented present VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 acl:relcl 14:acl:relcl SpaceAfter=No +18 presented present VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 acl:relcl 14:acl:relcl SpaceAfter=No 19 . . PUNCT . _ 11 punct 11:punct _ # sent_id = weblog-blogspot.com_thelameduck_20041119192207_ENG_20041119_192207-0006 # text = Russia also announced that it was seeking and building the best nukes the world’s ever seen. 1 Russia Russia PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 announced announce VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 announced announce VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 that that SCONJ IN _ 7 mark 7:mark _ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj|9:nsubj _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 aux 7:aux _ @@ -2370,7 +2374,7 @@ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 building build VERB VBG Tense=Pres|VerbForm=Part 7 conj 3:ccomp|7:conj:and _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -11 best best ADJ JJS Degree=Sup 12 amod 12:amod _ +11 best good ADJ JJS Degree=Sup 12 amod 12:amod _ 12 nukes nuke NOUN NNS Number=Plur 7 obj 7:obj|9:obj _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14-15 world’s _ _ _ _ _ _ _ _ @@ -2385,23 +2389,23 @@ 1 President President PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 2 Vladimir Vladimir PROPN NNP Number=Sing 1 flat 1:flat _ 3 Putin Putin PROPN NNP Number=Sing 1 flat 1:flat _ -4 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 Russia Russia PROPN NNP Number=Sing 8 nsubj 8:nsubj _ -6 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 reparandum 8:reparandum _ +6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 reparandum 8:reparandum _ 7 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 8 have have VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ 9 new new ADJ JJ Degree=Pos 11 amod 11:amod _ 10 nuclear nuclear ADJ JJ Degree=Pos 11 amod 11:amod _ -11 weapons weapon NOUN NNS Number=Plur 8 obj 8:obj _ -12 that that PRON WDT PronType=Rel 20 obj 20:obj _ +11 weapons weapon NOUN NNS Number=Plur 8 obj 8:obj|20:obj _ +12 that that PRON WDT PronType=Rel 20 obj 11:ref _ 13 other other ADJ JJ Degree=Pos 14 amod 14:amod _ -14 countries country NOUN NNS Number=Plur 15 nsubj 15:nsubj|20:nsubj _ -15 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ -16 not not PART RB _ 15 advmod 15:advmod _ -17 and and CCONJ CC _ 20 cc 20:cc _ -18 will will AUX MD VerbForm=Fin 20 aux 20:aux _ -19 not not PART RB _ 20 advmod 20:advmod _ -20 have have VERB VB VerbForm=Inf 15 conj 11:acl:relcl|15:conj:and SpaceAfter=No +14 countries country NOUN NNS Number=Plur 20 nsubj 20:nsubj _ +15 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +16 not not PART RB _ 20 advmod 20:advmod _ +17 and and CCONJ CC _ 18 cc 18:cc _ +18 will will AUX MD VerbForm=Fin 15 conj 15:conj:and _ +19 not not PART RB _ 18 advmod 18:advmod _ +20 have have VERB VB VerbForm=Inf 11 acl:relcl 11:acl:relcl SpaceAfter=No 21 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_thelameduck_20041119192207_ENG_20041119_192207-0008 @@ -2411,23 +2415,23 @@ 3 demand demand NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 so so ADV RB _ 5 advmod 5:advmod _ 5 high high ADJ JJ Degree=Pos 9 advcl 9:advcl:with SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 question question NOUN NN Number=Sing 9 nsubj 9:nsubj _ 9 arises arise VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -10 on on ADP IN _ 14 mark 14:mark _ -11 to to SCONJ IN _ 14 mark 14:mark _ -12 who who PRON WP PronType=Int 14 nsubj 14:nsubj|16:nsubj _ -13 should should AUX MD VerbForm=Fin 14 aux 14:aux _ -14 be be AUX VB VerbForm=Inf 9 obl 9:obl _ +10 on on ADP IN _ 22 mark 22:mark _ +11 to to SCONJ IN _ 22 mark 22:mark _ +12 who who PRON WP PronType=Int 22 nsubj 16:nsubj|22:nsubj _ +13 should should AUX MD VerbForm=Fin 22 aux 22:aux _ +14 be be AUX VB VerbForm=Inf 22 cop 22:cop _ 15 or or CCONJ CC _ 16 cc 16:cc _ -16 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 conj 9:obl|14:conj:or _ +16 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 conj 14:conj:or _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 right right NOUN NN Number=Sing 16 obj 16:obj _ -19 to to PART TO _ 22 mark 22:mark _ -20 be be AUX VB VerbForm=Inf 22 cop 22:cop _ +19 to to PART TO _ 20 mark 20:mark _ +20 be be AUX VB VerbForm=Inf 18 acl 18:acl:to Promoted=Yes 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -22 Santa Santa PROPN NNP Number=Sing 18 acl 18:acl:to _ +22 Santa Santa PROPN NNP Number=Sing 8 acl 8:acl _ 23 of of ADP IN _ 25 case 25:case _ 24 nuclear nuclear ADJ JJ Degree=Pos 25 amod 25:amod _ 25 weapons weapon NOUN NNS Number=Plur 22 nmod 22:nmod:of SpaceAfter=No @@ -2455,16 +2459,16 @@ 1 But but CCONJ CC _ 7 cc 7:cc _ 2 not not PART RB _ 3 advmod 3:advmod _ 3 always always ADV RB _ 7 advmod 7:advmod _ -4 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +4 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 5 those that DET DT Number=Plur|PronType=Dem 6 det 6:det _ -6 three three NUM CD NumType=Card 7 nsubj 7:nsubj _ +6 three three NUM CD NumForm=Word|NumType=Card 7 nsubj 7:nsubj _ 7 agree agree VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 8 , , PUNCT , _ 15 punct 15:punct _ 9 and and CCONJ CC _ 15 cc 15:cc _ 10 not not PART RB _ 11 advmod 11:advmod _ 11 always always ADV RB _ 15 advmod 15:advmod _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ -13 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +13 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 decisions decision NOUN NNS Number=Plur 15 nsubj 15:nsubj _ 15 equal equal ADJ JJ Degree=Pos 7 conj 7:conj:and SpaceAfter=No 16 . . PUNCT . _ 7 punct 7:punct _ @@ -2485,7 +2489,7 @@ 12 , , PUNCT , _ 30 punct 30:punct _ 13 yet yet CCONJ CC _ 30 cc 30:cc _ 14 Israel Israel PROPN NNP Number=Sing 30 nsubj 23:nsubj|30:nsubj SpaceAfter=No -15 , , PUNCT , _ 14 punct 14:punct _ +15 , , PUNCT , _ 23 punct 23:punct _ 16 which which PRON WDT PronType=Rel 23 nsubj 14:ref _ 17 to to ADP IN _ 19 case 19:case _ 18 this this DET DT Number=Sing|PronType=Dem 19 det 19:det _ @@ -2496,13 +2500,13 @@ 23 said say VERB VBN Tense=Past|VerbForm=Part 14 acl:relcl 14:acl:relcl _ 24 that that SCONJ IN _ 26 mark 26:mark _ 25 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 26 nsubj 26:nsubj _ -26 posses poss VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 ccomp 23:ccomp _ +26 posses poss VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 ccomp 23:ccomp _ 27 nuclear nuclear ADJ JJ Degree=Pos 28 amod 28:amod _ 28 weapons weapon NOUN NNS Number=Plur 26 obj 26:obj SpaceAfter=No -29 , , PUNCT , _ 30 punct 30:punct _ +29 , , PUNCT , _ 14 punct 14:punct _ 30 ranks rank VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:yet _ 31 around around ADV RB _ 32 advmod 32:advmod _ -32 fifth fifth ADV RB _ 30 advmod 30:advmod _ +32 fifth fifth ADV RB NumForm=Word|NumType=Ord 30 advmod 30:advmod _ 33 in in ADP IN _ 35 case 35:case _ 34 nuclear nuclear ADJ JJ Degree=Pos 35 amod 35:amod _ 35 strength strength NOUN NN Number=Sing 30 obl 30:obl:in SpaceAfter=No @@ -2517,7 +2521,7 @@ 5 Israel Israel PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 6 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 7 over over ADV RB _ 8 advmod 8:advmod _ -8 200 200 NUM CD NumType=Card 10 nummod 10:nummod _ +8 200 200 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 9 nuclear nuclear ADJ JJ Degree=Pos 10 amod 10:amod _ 10 weapons weapon NOUN NNS Number=Plur 6 obj 6:obj _ 11 yet yet CCONJ CC _ 20 cc 20:cc _ @@ -2525,13 +2529,13 @@ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 US US PROPN NNP Number=Sing 20 nsubj 20:nsubj _ 15 nor nor CCONJ CC _ 16 cc 16:cc _ -16 any any DET DT _ 14 conj 14:conj:nor|20:nsubj _ +16 any any DET DT PronType=Ind 14 conj 14:conj:nor|20:nsubj _ 17 of of ADP IN _ 19 case 19:case _ -18 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 allies ally NOUN NNS Number=Plur 16 nmod 16:nmod:of _ 20 expresses express VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:yet _ 21 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -22 slightest slightest ADJ JJS Degree=Sup 23 amod 23:amod _ +22 slightest slight ADJ JJS Degree=Sup 23 amod 23:amod _ 23 concern concern NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No 24 . . PUNCT . _ 3 punct 3:punct _ @@ -2552,7 +2556,7 @@ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 top top NOUN NN Number=Sing 8 obl 8:obl:at _ 14 of of ADP IN _ 16 case 16:case _ -15 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 list list NOUN NN Number=Sing 13 nmod 13:nmod:of _ 17 and and CCONJ CC _ 19 cc 19:cc _ 18 Santa Santa PROPN NNP Number=Sing 19 nsubj 19:nsubj|23:nsubj:xsubj _ @@ -2576,10 +2580,10 @@ 5 North North PROPN NNP Number=Sing 6 compound 6:compound _ 6 Korea Korea PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 7 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ -8 at at ADV RB _ 9 case 9:case _ -9 least least ADV RBS Degree=Sup 11 nmod 11:nmod:at _ +8 at at ADP IN _ 9 case 9:case _ +9 least least ADJ JJS Degree=Sup 11 nmod 11:nmod:at _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -11 couple couple NOUN NN Number=Sing 13 nummod 13:nummod _ +11 couple couple NOUN NN Number=Sing 13 nmod:npmod 13:nmod:npmod _ 12 nuclear nuclear ADJ JJ Degree=Pos 13 amod 13:amod _ 13 weapons weapon NOUN NNS Number=Plur 7 obj 7:obj SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ @@ -2587,24 +2591,24 @@ # sent_id = weblog-blogspot.com_thelameduck_20041119192207_ENG_20041119_192207-0015 # text = But getting past who should get them, is who has them, and who is really close. 1 But but CCONJ CC _ 2 cc 2:cc _ -2 getting get VERB VBG VerbForm=Ger 10 advcl 10:advcl _ -3 past past SCONJ IN _ 4 case 4:case _ -4 who who PRON WP PronType=Int 2 obl 2:obl:past _ +2 getting get VERB VBG VerbForm=Ger 11 advcl 11:advcl _ +3 past past SCONJ IN _ 6 mark 6:mark _ +4 who who PRON WP PronType=Int 6 nsubj 6:nsubj _ 5 should should AUX MD VerbForm=Fin 6 aux 6:aux _ -6 get get VERB VB VerbForm=Inf 4 acl:relcl 4:acl:relcl _ +6 get get VERB VB VerbForm=Inf 2 advcl 2:advcl:past _ 7 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 6 obj 6:obj SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ -9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ -10 who who PRON WP PronType=Int 0 root 0:root _ -11 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +8 , , PUNCT , _ 2 punct 2:punct _ +9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +10 who who PRON WP PronType=Int 11 nsubj 11:nsubj _ +11 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 12 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 11 obj 11:obj SpaceAfter=No -13 , , PUNCT , _ 15 punct 15:punct _ -14 and and CCONJ CC _ 15 cc 15:cc _ -15 who who PRON WP PronType=Int 10 conj 10:conj:and _ +13 , , PUNCT , _ 18 punct 18:punct _ +14 and and CCONJ CC _ 18 cc 18:cc _ +15 who who PRON WP PronType=Int 18 nsubj 18:nsubj _ 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 17 really really ADV RB _ 18 advmod 18:advmod _ -18 close close ADJ JJ Degree=Pos 15 acl:relcl 15:acl:relcl SpaceAfter=No -19 . . PUNCT . _ 10 punct 10:punct _ +18 close close ADJ JJ Degree=Pos 11 conj 11:conj:and SpaceAfter=No +19 . . PUNCT . _ 11 punct 11:punct _ # sent_id = weblog-blogspot.com_thelameduck_20041119192207_ENG_20041119_192207-0016 # text = The case against Iran has a feeling of Déjà vu. @@ -2622,17 +2626,17 @@ # sent_id = weblog-blogspot.com_thelameduck_20041119192207_ENG_20041119_192207-0017 # text = Arial photos of the lab were uranium is being enriched, somewhat like those of chemical weapons stockpiles in Iraq. -1 Arial aerial ADJ JJ Degree=Pos|Typo=Yes 2 amod 2:amod _ +1 Arial aerial ADJ JJ Degree=Pos|Typo=Yes 2 amod 2:amod CorrectForm=Aerial 2 photos photo NOUN NNS Number=Plur 0 root 0:root _ 3 of of ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 lab lab NOUN NN Number=Sing 2 nmod 2:nmod:of _ -6 were where SCONJ WRB PronType=Rel|Typo=Yes 10 mark 10:mark _ +5 lab lab NOUN NN Number=Sing 2 nmod 2:nmod:of|10:obl _ +6 were where ADV WRB PronType=Rel|Typo=Yes 10 advmod 5:ref CorrectForm=where 7 uranium uranium NOUN NN Number=Sing 10 nsubj:pass 10:nsubj:pass _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 being be AUX VBG VerbForm=Ger 10 aux:pass 10:aux:pass _ 10 enriched enrich VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl:relcl 5:acl:relcl SpaceAfter=No -11 , , PUNCT , _ 2 punct 2:punct _ +11 , , PUNCT , _ 14 punct 14:punct _ 12 somewhat somewhat ADV RB _ 14 advmod 14:advmod _ 13 like like ADP IN _ 14 case 14:case _ 14 those that PRON DT Number=Plur|PronType=Dem 2 nmod 2:nmod:like _ @@ -2647,27 +2651,27 @@ # sent_id = weblog-blogspot.com_thelameduck_20041119192207_ENG_20041119_192207-0018 # text = America cried wolf in Iraq, and what’s scary is that sooner or later, that wolf will probably get us. 1 America America PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 cried cry VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 cried cry VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 wolf wolf NOUN NN Number=Sing 2 obj 2:obj _ 4 in in ADP IN _ 5 case 5:case _ 5 Iraq Iraq PROPN NNP Number=Sing 2 obl 2:obl:in SpaceAfter=No -6 , , PUNCT , _ 11 punct 11:punct _ -7 and and CCONJ CC _ 11 cc 11:cc _ +6 , , PUNCT , _ 21 punct 21:punct _ +7 and and CCONJ CC _ 21 cc 21:cc _ 8-9 what’s _ _ _ _ _ _ _ _ 8 what what PRON WP PronType=Int 10 nsubj 10:nsubj _ 9 ’s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ -10 scary scary ADJ JJ Degree=Pos 11 csubj 11:csubj _ -11 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +10 scary scary ADJ JJ Degree=Pos 21 csubj:outer 21:csubj:outer _ +11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 12 that that SCONJ IN _ 21 mark 21:mark _ -13 sooner sooner ADV RB _ 21 advmod 21:advmod _ +13 sooner soon ADV RBR Degree=Cmp 21 advmod 21:advmod _ 14 or or CCONJ CC _ 15 cc 15:cc _ -15 later later ADV RB _ 13 conj 13:conj:or|21:advmod SpaceAfter=No -16 , , PUNCT , _ 21 punct 21:punct _ +15 later late ADV RBR Degree=Cmp 13 conj 13:conj:or|21:advmod SpaceAfter=No +16 , , PUNCT , _ 13 punct 13:punct _ 17 that that DET DT Number=Sing|PronType=Dem 18 det 18:det _ 18 wolf wolf NOUN NN Number=Sing 21 nsubj 21:nsubj _ 19 will will AUX MD VerbForm=Fin 21 aux 21:aux _ 20 probably probably ADV RB _ 21 advmod 21:advmod _ -21 get get VERB VB VerbForm=Inf 11 ccomp 11:ccomp _ +21 get get VERB VB VerbForm=Inf 2 conj 2:conj:and _ 22 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 21 obj 21:obj SpaceAfter=No 23 . . PUNCT . _ 2 punct 2:punct _ @@ -2676,7 +2680,7 @@ # newpar id = weblog-blogspot.com_alaindewitt_20060827093500_ENG_20060827_093500-p0001 # text = I ran across this item on the Internet. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 ran run VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 ran run VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 across across ADP IN _ 5 case 5:case _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 item item NOUN NN Number=Sing 2 obl 2:obl:across _ @@ -2688,14 +2692,14 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060827093500_ENG_20060827_093500-0002 # newpar id = weblog-blogspot.com_alaindewitt_20060827093500_ENG_20060827_093500-p0002 # text = Sooooo. -1 Sooooo sooooo ADV RB _ 0 root 0:root SpaceAfter=No +1 Sooooo so ADV RB Style=Expr 0 root 0:root CorrectForm=so|SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060827093500_ENG_20060827_093500-0003 # text = The United States goes into a war zone and evacuates a bunch of U.S. citizens (most of whom were "dual-citizens"). 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 United United PROPN NNP Number=Sing 3 compound 3:compound _ -3 States States PROPN NNP Number=Sing 4 nsubj 4:nsubj|10:nsubj _ +2 United United ADJ NNP Degree=Pos 3 amod 3:amod _ +3 States State PROPN NNPS Number=Plur 4 nsubj 4:nsubj|10:nsubj _ 4 goes go VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 into into ADP IN _ 8 case 8:case _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ @@ -2707,15 +2711,15 @@ 12 bunch bunch NOUN NN Number=Sing 10 obj 10:obj _ 13 of of ADP IN _ 15 case 15:case _ 14 U.S. U.S. PROPN NNP Number=Sing 15 compound 15:compound _ -15 citizens citizen NOUN NNS Number=Plur 12 nmod 12:nmod:of|17:nmod _ +15 citizens citizen NOUN NNS Number=Plur 12 nmod 12:nmod:of|17:nmod:of _ 16 ( ( PUNCT -LRB- _ 24 punct 24:punct SpaceAfter=No 17 most most ADJ JJS Degree=Sup 24 nsubj 24:nsubj _ 18 of of ADP IN _ 19 case 19:case _ -19 whom whom PRON WP PronType=Int 17 nmod 15:ref _ -20 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 cop 24:cop _ +19 whom whom PRON WP PronType=Rel 17 nmod 15:ref _ +20 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 24 cop 24:cop _ 21 " " PUNCT `` _ 24 punct 24:punct SpaceAfter=No 22 dual dual ADJ JJ Degree=Pos 24 amod 24:amod SpaceAfter=No -23 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No +23 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No 24 citizens citizen NOUN NNS Number=Plur 15 acl:relcl 15:acl:relcl SpaceAfter=No 25 " " PUNCT '' _ 24 punct 24:punct SpaceAfter=No 26 ) ) PUNCT -RRB- _ 24 punct 24:punct SpaceAfter=No @@ -2724,21 +2728,21 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060827093500_ENG_20060827_093500-0004 # text = Then, eschewing normal procedure, the Department of State waived the fees that they charge for evacuating U.S. citizen. 1 Then then ADV RB PronType=Dem 11 advmod 11:advmod SpaceAfter=No -2 , , PUNCT , _ 11 punct 11:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 eschewing eschew VERB VBG VerbForm=Ger 11 advcl 11:advcl _ 4 normal normal ADJ JJ Degree=Pos 5 amod 5:amod _ 5 procedure procedure NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -6 , , PUNCT , _ 11 punct 11:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 Department Department PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 9 of of ADP IN _ 10 case 10:case _ 10 State State PROPN NNP Number=Sing 8 nmod 8:nmod:of _ -11 waived waive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +11 waived waive VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 fees fee NOUN NNS Number=Plur 11 obj 11:obj|16:obj _ 14 that that PRON WDT PronType=Rel 16 obj 13:ref _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -16 charge charge VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +16 charge charge VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 17 for for SCONJ IN _ 18 mark 18:mark _ 18 evacuating evacuate VERB VBG VerbForm=Ger 16 advcl 16:advcl:for _ 19 U.S. U.S. PROPN NNP Number=Sing 20 compound 20:compound _ @@ -2758,30 +2762,30 @@ 4 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 5 mythical mythical ADJ JJ Degree=Pos 8 amod 8:amod _ 6 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No -7 Arab arab ADJ JJ Degree=Pos 8 amod 8:amod _ +7 Arab Arab ADJ JJ Degree=Pos 8 amod 8:amod _ 8 street street NOUN NN Number=Sing 2 obl 2:obl:to SpaceAfter=No 9 " " PUNCT '' _ 8 punct 8:punct SpaceAfter=No -10 , , PUNCT , _ 2 punct 2:punct _ -11 of of ADV RB _ 2 advmod 2:advmod _ -12 course course ADV RB _ 11 fixed 11:fixed SpaceAfter=No +10 , , PUNCT , _ 11 punct 11:punct _ +11 of of ADP IN ExtPos=ADV 2 advmod 2:advmod _ +12 course course NOUN NN Number=Sing 11 fixed 11:fixed SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060827093500_ENG_20060827_093500-0007 # newpar id = weblog-blogspot.com_alaindewitt_20060827093500_ENG_20060827_093500-p0003 # text = Now, I would argue that one could have reasonably predicted that some form of military violence was likely to occur in Lebanon (considering that the country has been experiencing some form of conflict for approximately the last 32 years). 1 Now now ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 would would AUX MD VerbForm=Fin 5 aux 5:aux _ 5 argue argue VERB VB VerbForm=Inf 0 root 0:root _ 6 that that SCONJ IN _ 11 mark 11:mark _ -7 one one PRON PRP _ 11 nsubj 11:nsubj _ +7 one one PRON PRP Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 8 could could AUX MD VerbForm=Fin 11 aux 11:aux _ 9 have have AUX VB VerbForm=Inf 11 aux 11:aux _ 10 reasonably reasonably ADV RB _ 11 advmod 11:advmod _ 11 predicted predict VERB VBN Tense=Past|VerbForm=Part 5 ccomp 5:ccomp _ 12 that that SCONJ IN _ 19 mark 19:mark _ -13 some some DET DT _ 14 det 14:det _ +13 some some DET DT PronType=Ind 14 det 14:det _ 14 form form NOUN NN Number=Sing 19 nsubj 19:nsubj|21:nsubj:xsubj _ 15 of of ADP IN _ 17 case 17:case _ 16 military military ADJ JJ Degree=Pos 17 amod 17:amod _ @@ -2800,7 +2804,7 @@ 29 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ 30 been be AUX VBN Tense=Past|VerbForm=Part 31 aux 31:aux _ 31 experiencing experience VERB VBG Tense=Pres|VerbForm=Part 25 ccomp 25:ccomp _ -32 some some DET DT _ 33 det 33:det _ +32 some some DET DT PronType=Ind 33 det 33:det _ 33 form form NOUN NN Number=Sing 31 obj 31:obj _ 34 of of ADP IN _ 35 case 35:case _ 35 conflict conflict NOUN NN Number=Sing 33 nmod 33:nmod:of _ @@ -2808,7 +2812,7 @@ 37 approximately approximately ADV RB _ 41 advmod 41:advmod _ 38 the the DET DT Definite=Def|PronType=Art 41 det 41:det _ 39 last last ADJ JJ Degree=Pos 41 amod 41:amod _ -40 32 32 NUM CD NumType=Card 41 nummod 41:nummod _ +40 32 32 NUM CD NumForm=Digit|NumType=Card 41 nummod 41:nummod _ 41 years year NOUN NNS Number=Plur 31 obl 31:obl:for SpaceAfter=No 42 ) ) PUNCT -RRB- _ 25 punct 25:punct SpaceAfter=No 43 . . PUNCT . _ 5 punct 5:punct _ @@ -2818,17 +2822,17 @@ 1 In in ADP IN _ 3 case 3:case _ 2 other other ADJ JJ Degree=Pos 3 amod 3:amod _ 3 words word NOUN NNS Number=Plur 8 obl 8:obl:in SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 those that DET DT Number=Plur|PronType=Dem 6 det 6:det _ -6 Americans Americans PROPN NNPS Number=Plur 8 nsubj 8:nsubj _ -7 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 cop 8:cop _ +6 Americans American PROPN NNPS Number=Plur 8 nsubj 8:nsubj _ +7 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 8 there there ADV RB PronType=Dem 0 root 0:root _ 9 by by ADP IN _ 12 case 12:case _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 own own ADJ JJ Degree=Pos 12 amod 12:amod _ 12 choice choice NOUN NN Number=Sing 8 obl 8:obl:by SpaceAfter=No -13 , , PUNCT , _ 8 punct 8:punct _ -14 mired mire VERB VBN Tense=Past|VerbForm=Part 8 advcl 8:advcl _ +13 , , PUNCT , _ 14 punct 14:punct _ +14 mired mire VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 advcl 8:advcl _ 15 in in ADP IN _ 17 case 17:case _ 16 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 17 situation situation NOUN NN Number=Sing 14 obl 14:obl:in|21:nsubj _ @@ -2843,7 +2847,7 @@ 1 Yet yet CCONJ CC _ 5 cc 5:cc _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 3-4 didn't _ _ _ _ _ _ _ _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +3 did do AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 charge charge VERB VB VerbForm=Inf 0 root 0:root _ 6 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 5 obj 5:obj _ @@ -2858,25 +2862,25 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 unlike unlike ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 situation situation NOUN NN Number=Sing 0 root 0:root _ +5 situation situation NOUN NN Number=Sing 0 root 0:root|12:obl _ 6 last last ADJ JJ Degree=Pos 7 amod 7:amod _ 7 year year NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ 8 in in ADP IN _ 9 case 9:case _ 9 Asia Asia PROPN NNP Number=Sing 5 nmod 5:nmod:in _ -10 when when SCONJ WRB PronType=Rel 12 mark 12:mark _ +10 when when ADV WRB PronType=Rel 12 advmod 5:ref _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 evacuated evacuate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +12 evacuated evacuate VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 13 U.S. U.S. PROPN NNP Number=Sing 14 compound 14:compound _ 14 citizens citizen NOUN NNS Number=Plur 12 obj 12:obj _ 15 from from ADP IN _ 16 case 16:case _ 16 areas area NOUN NNS Number=Plur 12 obl 12:obl:from|19:nsubj:pass _ 17 that that PRON WDT PronType=Rel 19 nsubj:pass 16:ref _ -18 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 aux:pass 19:aux:pass _ +18 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 19 aux:pass 19:aux:pass _ 19 hit hit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 acl:relcl 16:acl:relcl _ 20 by by ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -22 tsunami tsunami NOUN NN Number=Sing 19 obl 19:obl:by _ -23 - - PUNCT , _ 22 punct 22:punct _ +22 tsunami tsunami NOUN NN Number=Sing 19 obl:agent 19:obl:agent _ +23 - - PUNCT , _ 25 punct 25:punct _ 24 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 25 phenomenon phenomenon NOUN NN Number=Sing 22 appos 22:appos|30:nsubj _ 26 that that PRON WDT PronType=Rel 30 nsubj 25:ref _ @@ -2887,11 +2891,11 @@ 31 than than ADP IN _ 36 case 36:case _ 32 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ 33 Hezbollah Hezbollah PROPN NNP Number=Sing 35 compound 35:compound SpaceAfter=No -34 - - PUNCT HYPH _ 35 punct 35:punct SpaceAfter=No -35 provoked provoke VERB VBN Tense=Past|VerbForm=Part 36 amod 36:amod _ +34 - - PUNCT HYPH _ 33 punct 33:punct SpaceAfter=No +35 provoked provoke VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 36 amod 36:amod _ 36 destruction destruction NOUN NN Number=Sing 30 obl 30:obl:than|38:nsubj _ 37 that that PRON WDT PronType=Rel 38 nsubj 36:ref _ -38 rained rain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 36 acl:relcl 36:acl:relcl _ +38 rained rain VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 36 acl:relcl 36:acl:relcl _ 39 down down ADV RB _ 38 advmod 38:advmod _ 40 on on ADP IN _ 41 case 41:case _ 41 Lebanon Lebanon PROPN NNP Number=Sing 38 obl 38:obl:on SpaceAfter=No @@ -2901,7 +2905,7 @@ # text = And what do we get for this effort? 1 And and CCONJ CC _ 5 cc 5:cc _ 2 what what PRON WP PronType=Int 5 obj 5:obj _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 5 get get VERB VB VerbForm=Inf 0 root 0:root _ 6 for for ADP IN _ 8 case 8:case _ @@ -2922,16 +2926,16 @@ 1 That that PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 right right ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ -5 folks folks NOUN UH _ 3 parataxis 3:parataxis SpaceAfter=No +4 , , PUNCT , _ 5 punct 5:punct _ +5 folks folk NOUN NNS Number=Plur 3 vocative 3:vocative SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060827093500_ENG_20060827_093500-0014 # text = The American-Arab Discrimination Committee is suing Condoleeza Rice and Donald Rumsfeld, charging that they mismanaged the evacuation efforts. 1 The the DET DT Definite=Def|PronType=Art 6 det 6:det _ -2 American American PROPN NNP Number=Sing 4 amod 4:amod SpaceAfter=No -3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No -4 Arab Arab PROPN NNP Number=Sing 5 amod 5:amod _ +2 American American ADJ NNP Degree=Pos 4 amod 4:amod SpaceAfter=No +3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No +4 Arab Arab ADJ NNP Degree=Pos 5 amod 5:amod _ 5 Discrimination Discrimination PROPN NNP Number=Sing 6 compound 6:compound _ 6 Committee Committee PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ @@ -2941,11 +2945,11 @@ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 Donald Donald PROPN NNP Number=Sing 9 conj 8:obj|9:conj:and _ 13 Rumsfeld Rumsfeld PROPN NNP Number=Sing 12 flat 12:flat SpaceAfter=No -14 , , PUNCT , _ 8 punct 8:punct _ +14 , , PUNCT , _ 15 punct 15:punct _ 15 charging charge VERB VBG VerbForm=Ger 8 advcl 8:advcl _ 16 that that SCONJ IN _ 18 mark 18:mark _ 17 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -18 mismanaged mismanage VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 ccomp 15:ccomp _ +18 mismanaged mismanage VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 15 ccomp 15:ccomp _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 20 evacuation evacuation NOUN NN Number=Sing 21 compound 21:compound _ 21 efforts effort NOUN NNS Number=Plur 18 obj 18:obj SpaceAfter=No @@ -2968,24 +2972,24 @@ # text = Nina Chahine, 19, who with her family was among the named plaintiffs in the lawsuit, said her wedding in the southern city of Tyre was set for July 13. 1 Nina Nina PROPN NNP Number=Sing 19 nsubj 14:nsubj|19:nsubj _ 2 Chahine Chahine PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 19 19 NUM CD NumType=Card 1 amod 1:amod SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ +4 19 19 NUM CD NumForm=Digit|NumType=Card 1 amod 1:amod SpaceAfter=No +5 , , PUNCT , _ 14 punct 14:punct _ 6 who who PRON WP PronType=Rel 14 nsubj 1:ref _ 7 with with ADP IN _ 9 case 9:case _ -8 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 family family NOUN NN Number=Sing 14 nmod 14:nmod:with _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ 11 among among ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -13 named name VERB VBN Tense=Past|VerbForm=Part 14 amod 14:amod _ +13 named name VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 amod 14:amod _ 14 plaintiffs plaintiff NOUN NNS Number=Plur 1 acl:relcl 1:acl:relcl _ 15 in in ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 lawsuit lawsuit NOUN NN Number=Sing 14 nmod 14:nmod:in SpaceAfter=No -18 , , PUNCT , _ 19 punct 19:punct _ -19 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -20 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +18 , , PUNCT , _ 1 punct 1:punct _ +19 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +20 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 wedding wedding NOUN NN Number=Sing 29 nsubj:pass 29:nsubj:pass _ 22 in in ADP IN _ 25 case 25:case _ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ @@ -2997,21 +3001,21 @@ 29 set set VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 ccomp 19:ccomp _ 30 for for ADP IN _ 31 case 31:case _ 31 July July PROPN NNP Number=Sing 29 obl 29:obl:for _ -32 13 13 NUM CD NumType=Card 31 nummod 31:nummod SpaceAfter=No +32 13 13 NUM CD NumForm=Digit|NumType=Card 31 nummod 31:nummod SpaceAfter=No 33 . . PUNCT . _ 19 punct 19:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060827093500_ENG_20060827_093500-0017 # text = The wedding had to be postponed as family members fled the outbreak of the war, she said. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 wedding wedding NOUN NN Number=Sing 3 nsubj 3:nsubj|6:nsubj:xsubj _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 6 mark 6:mark _ 5 be be AUX VB VerbForm=Inf 6 aux:pass 6:aux:pass _ 6 postponed postpone VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 xcomp 3:xcomp _ 7 as as SCONJ IN _ 10 mark 10:mark _ 8 family family NOUN NN Number=Sing 9 compound 9:compound _ 9 members member NOUN NNS Number=Plur 10 nsubj 10:nsubj _ -10 fled flee VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:as _ +10 fled flee VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:as _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 outbreak outbreak NOUN NN Number=Sing 10 obj 10:obj _ 13 of of ADP IN _ 15 case 15:case _ @@ -3019,50 +3023,50 @@ 15 war war NOUN NN Number=Sing 12 nmod 12:nmod:of SpaceAfter=No 16 , , PUNCT , _ 18 punct 18:punct _ 17 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -18 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp SpaceAfter=No +18 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp SpaceAfter=No 19 . . PUNCT . _ 18 punct 18:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060827093500_ENG_20060827_093500-0018 # text = "We were on the road and the first bridge was bombed and we drove home and all the other bridges were bombed and there was absolutely no way for us to get home," Chahine told reporters outside federal court in Detroit. -1 " " PUNCT `` _ 38 punct 38:punct SpaceAfter=No +1 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No 2 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 cop 6:cop _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 4 on on ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 road road NOUN NN Number=Sing 38 parataxis 38:parataxis _ 7 and and CCONJ CC _ 12 cc 12:cc _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -9 first first ADJ JJ Degree=Pos|NumType=Ord 10 amod 10:amod _ +9 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 10 amod 10:amod _ 10 bridge bridge NOUN NN Number=Sing 12 nsubj:pass 12:nsubj:pass _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 aux:pass 12:aux:pass _ 12 bombed bomb VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 conj 6:conj:and _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 drove drive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ +15 drove drive VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ 16 home home ADV RB _ 15 advmod 15:advmod _ 17 and and CCONJ CC _ 23 cc 23:cc _ -18 all all DET PDT _ 21 det:predet 21:det:predet _ +18 all all DET PDT PronType=Tot 21 det:predet 21:det:predet _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 20 other other ADJ JJ Degree=Pos 21 amod 21:amod _ 21 bridges bridge NOUN NNS Number=Plur 23 nsubj:pass 23:nsubj:pass _ -22 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 23 aux:pass 23:aux:pass _ +22 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 23 aux:pass 23:aux:pass _ 23 bombed bomb VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 conj 15:conj:and _ 24 and and CCONJ CC _ 26 cc 26:cc _ 25 there there PRON EX _ 26 expl 26:expl _ 26 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ 27 absolutely absolutely ADV RB _ 29 advmod 29:advmod _ -28 no no DET DT _ 29 det 29:det _ +28 no no DET DT PronType=Neg 29 det 29:det _ 29 way way NOUN NN Number=Sing 26 nsubj 26:nsubj _ 30 for for SCONJ IN _ 33 mark 33:mark _ 31 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 33 nsubj 33:nsubj _ 32 to to PART TO _ 33 mark 33:mark _ 33 get get VERB VB VerbForm=Inf 29 acl 29:acl:for _ 34 home home ADV RB _ 33 advmod 33:advmod SpaceAfter=No -35 , , PUNCT , _ 38 punct 38:punct SpaceAfter=No -36 " " PUNCT '' _ 38 punct 38:punct _ +35 , , PUNCT , _ 6 punct 6:punct SpaceAfter=No +36 " " PUNCT '' _ 6 punct 6:punct _ 37 Chahine Chahine PROPN NNP Number=Sing 38 nsubj 38:nsubj _ -38 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -39 reporters reporter NOUN NNS Number=Plur 38 obj 38:obj _ +38 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +39 reporters reporter NOUN NNS Number=Plur 38 iobj 38:iobj _ 40 outside outside ADP IN _ 42 case 42:case _ 41 federal federal ADJ JJ Degree=Pos 42 amod 42:amod _ 42 court court NOUN NN Number=Sing 38 obl 38:obl:outside _ @@ -3074,26 +3078,26 @@ # text = "We were all American citizens and there was no way that anybody helped us. 1 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No 2 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 cop 6:cop _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 4 all all ADV RB _ 6 advmod 6:advmod _ -5 American american ADJ JJ Degree=Pos 6 amod 6:amod _ +5 American American ADJ JJ Degree=Pos 6 amod 6:amod _ 6 citizens citizen NOUN NNS Number=Plur 0 root 0:root _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 there there PRON EX _ 9 expl 9:expl _ 9 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ -10 no no DET DT _ 11 det 11:det _ -11 way way NOUN NN Number=Sing 9 nsubj 9:nsubj|14:mark _ -12 that that ADV WRB PronType=Rel 14 mark 11:ref _ -13 anybody anybody PRON NN Number=Sing 14 nsubj 14:nsubj _ -14 helped help VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +10 no no DET DT PronType=Neg 11 det 11:det _ +11 way way NOUN NN Number=Sing 9 nsubj 9:nsubj _ +12 that that SCONJ IN _ 14 mark 14:mark _ +13 anybody anybody PRON NN Number=Sing|PronType=Ind 14 nsubj 14:nsubj _ +14 helped help VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 15 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 14 obj 14:obj SpaceAfter=No 16 . . PUNCT . _ 6 punct 6:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060827093500_ENG_20060827_093500-0020 # text = No communications nothing. -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 communications communication NOUN NNS Number=Plur 0 root 0:root _ -3 nothing nothing PRON NN Number=Sing 2 conj 2:conj SpaceAfter=No +3 nothing nothing PRON NN Number=Sing|PronType=Neg 2 conj 2:conj SpaceAfter=No 4 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060827093500_ENG_20060827_093500-0021 @@ -3101,14 +3105,14 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 3 on on ADP IN _ 5 case 5:case _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 way way NOUN NN Number=Sing 0 root 0:root _ 6 to to ADP IN _ 8 case 8:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 wedding wedding NOUN NN Number=Sing 5 nmod 5:nmod:to _ 9 fearing fear VERB VBG VerbForm=Ger 1 acl 1:acl _ 10 death death NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No -11 , , PUNCT , _ 9 punct 9:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 basically basically ADV RB _ 9 advmod 9:advmod SpaceAfter=No 13 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No 14 " " PUNCT '' _ 5 punct 5:punct _ @@ -3116,14 +3120,14 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060827093500_ENG_20060827_093500-0022 # text = Chahine said her immediate family spent about $20,000 to return to Detroit via Syria and Jordan. 1 Chahine Chahine PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 immediate immediate ADJ JJ Degree=Pos 5 amod 5:amod _ 5 family family NOUN NN Number=Sing 6 nsubj 6:nsubj _ -6 spent spend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +6 spent spend VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 7 about about ADV RB _ 8 advmod 8:advmod _ 8 $ $ SYM $ _ 6 obj 6:obj SpaceAfter=No -9 20,000 20,000 NUM CD NumType=Card 8 compound 8:compound _ +9 20,000 20000 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 10 to to PART TO _ 11 mark 11:mark _ 11 return return VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ 12 to to ADP IN _ 13 case 13:case _ @@ -3157,16 +3161,16 @@ 10 in in ADP IN _ 11 case 11:case _ 11 countries country NOUN NNS Number=Plur 9 obl 9:obl:in|13:nsubj _ 12 that that PRON WDT PronType=Rel 13 nsubj 11:ref _ -13 house house VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +13 house house VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 14 illegal illegal ADJ JJ Degree=Pos 15 amod 15:amod _ 15 militias militia NOUN NNS Number=Plur 13 obj 13:obj|17:nsubj _ 16 that that PRON WDT PronType=Rel 17 nsubj 15:ref _ -17 attack attack VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ +17 attack attack VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ 18 other other ADJ JJ Degree=Pos 19 amod 19:amod _ 19 countries country NOUN NNS Number=Plur 17 obj 17:obj _ 20 and and CCONJ CC _ 23 cc 23:cc _ 21 hence hence ADV RB _ 23 advmod 23:advmod _ -22 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ +22 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ 23 likely likely ADJ JJ Degree=Pos 17 conj 15:acl:relcl|17:conj:and _ 24 to to PART TO _ 25 mark 25:mark _ 25 come come VERB VB VerbForm=Inf 23 csubj 23:csubj _ @@ -3181,8 +3185,8 @@ 3 this this PRON DT Number=Sing|PronType=Dem 1 nmod 1:nmod:like _ 4 sure sure ADV RB _ 5 advmod 5:advmod _ 5 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj|13:nsubj:xsubj _ -7 want want VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ +6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 obj 5:obj|7:nsubj:xsubj|9:nsubj:xsubj|13:nsubj:xsubj _ +7 want want VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 to to PART TO _ 9 mark 9:mark _ 9 rush rush VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 right right ADV RB _ 11 advmod 11:advmod _ @@ -3193,7 +3197,7 @@ 15 from from ADP IN _ 16 case 16:case _ 16 dilemmas dilemma NOUN NNS Number=Plur 13 obl 13:obl:from _ 17 of of ADP IN _ 20 case 20:case _ -18 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +18 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 19 own own ADJ JJ Degree=Pos 20 amod 20:amod _ 20 making making NOUN NN Number=Sing 16 nmod 16:nmod:of SpaceAfter=No 21 . . PUNCT . _ 5 punct 5:punct _ @@ -3215,7 +3219,7 @@ 11 in in ADP IN _ 13 case 13:case _ 12 this this DET DT Number=Sing|PronType=Dem 13 det 13:det _ 13 space space NOUN NN Number=Sing 6 obl 6:obl:in SpaceAfter=No -14 , , PUNCT , _ 35 punct 35:punct _ +14 , , PUNCT , _ 4 punct 4:punct _ 15 this this DET DT Number=Sing|PronType=Dem 17 det 17:det _ 16 little little ADJ JJ Degree=Pos 17 amod 17:amod _ 17 bit bit NOUN NN Number=Sing 35 nsubj 35:nsubj _ @@ -3224,11 +3228,11 @@ 20-21 Froomkin's _ _ _ _ _ _ _ _ 20 Froomkin Froomkin PROPN NNP Number=Sing 19 flat 19:flat _ 21 's 's PART POS _ 19 case 19:case _ -22 " " PUNCT `` _ 19 punct 19:punct SpaceAfter=No -23 White White PROPN NNP Number=Sing 24 compound 24:compound _ +22 " " PUNCT `` _ 24 punct 24:punct SpaceAfter=No +23 White White ADJ NNP Degree=Pos 24 amod 24:amod _ 24 House House PROPN NNP Number=Sing 27 compound 27:compound _ 25 Briefing Briefing PROPN NNP Number=Sing 27 compound 27:compound SpaceAfter=No -26 " " PUNCT '' _ 27 punct 27:punct _ +26 " " PUNCT '' _ 25 punct 25:punct _ 27 column column NOUN NN Number=Sing 17 nmod 17:nmod:from _ 28 in in ADP IN _ 30 case 30:case _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ @@ -3256,37 +3260,37 @@ 2 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 3 Ask ask VERB VB VerbForm=Inf 6 compound 6:compound _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 President President PROPN NNP Number=Sing 3 obj 3:obj _ -6 event event NOUN NN Number=Sing 14 obl 14:obl:at _ +5 President President PROPN NNP Number=Sing 3 iobj 3:iobj _ +6 event event NOUN NN Number=Sing 18 obl 18:obl:at _ 7 on on ADP IN _ 8 case 8:case _ 8 Friday Friday PROPN NNP Number=Sing 6 nmod 6:nmod:on SpaceAfter=No -9 , , PUNCT , _ 14 punct 14:punct _ -10 one one NUM CD NumType=Card 14 nsubj 14:nsubj _ +9 , , PUNCT , _ 6 punct 6:punct _ +10 one one NUM CD NumForm=Word|NumType=Card 18 nsubj:outer 18:nsubj:outer _ 11 of of ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 questions question NOUN NNS Number=Plur 10 nmod 10:nmod:of _ -14 was be VERB VBD Mood=Ind|Number=Sing|Tense=Past|VerbForm=Fin 0 root 0:root _ +14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 cop 18:cop _ 15 about about SCONJ IN _ 18 mark 18:mark _ 16 whether whether SCONJ IN _ 18 mark 18:mark _ 17 Bush Bush PROPN NNP Number=Sing 18 nsubj 18:nsubj _ -18 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:about _ -19 any any DET DT _ 20 det 20:det _ +18 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +19 any any DET DT PronType=Ind 20 det 20:det _ 20 thoughts thought NOUN NNS Number=Plur 18 obj 18:obj _ 21 about about ADP IN _ 23 case 23:case _ -22 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 memoirs memoirs NOUN NNS Number=Plur 20 nmod 20:nmod:about SpaceAfter=No -24 . . PUNCT . _ 14 punct 14:punct _ +24 . . PUNCT . _ 18 punct 18:punct _ # sent_id = weblog-blogspot.com_tacitusproject_20040712123425_ENG_20040712_123425-0003 # text = This is one example of what happens when Bush gets a question that he hasn't anticipated. 1 This this PRON DT Number=Sing|PronType=Dem 4 nsubj 4:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -3 one one NUM CD NumType=Card 4 nummod 4:nummod _ +3 one one NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 example example NOUN NN Number=Sing 0 root 0:root _ -5 of of SCONJ IN _ 6 case 6:case _ -6 what what PRON WP PronType=Int 4 nmod 4:nmod:of _ +5 of of ADP IN _ 6 case 6:case _ +6 what what PRON WP PronType=Rel 4 nmod 4:nmod:of|7:nsubj _ 7 happens happen VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ -8 when when SCONJ WRB PronType=Int 10 mark 10:mark _ +8 when when ADV WRB PronType=Int 10 advmod 10:advmod _ 9 Bush Bush PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 10 gets get VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:when _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ @@ -3302,14 +3306,14 @@ # sent_id = weblog-blogspot.com_tacitusproject_20040712123425_ENG_20040712_123425-0004 # text = "Q Thank you -- I was wondering, there's a lot of talk right now about memoirs being written with the former President. 1 " " PUNCT `` _ 2 punct 2:punct SpaceAfter=No -2 Q q NOUN NN Number=Sing 0 root 0:root _ -3 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +2 Q Q NOUN NN Number=Sing 0 root 0:root _ +3 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 4 you you PRON PRP Case=Acc|Person=2|PronType=Prs 3 obj 3:obj _ -5 -- -- PUNCT , _ 3 punct 3:punct _ +5 -- -- PUNCT , _ 8 punct 8:punct _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 8 wondering wonder VERB VBG Tense=Pres|VerbForm=Part 3 parataxis 3:parataxis SpaceAfter=No -9 , , PUNCT , _ 3 punct 3:punct _ +9 , , PUNCT , _ 11 punct 11:punct _ 10-11 there's _ _ _ _ _ _ _ _ 10 there there PRON EX _ 11 expl 11:expl _ 11 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ @@ -3333,14 +3337,14 @@ # text = After you are elected in 2004, what will your memoirs say about you, what will the title be, and what will the main theme say? 1 After after SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 elected elect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 advcl 12:advcl:after _ 5 in in ADP IN _ 6 case 6:case _ -6 2004 2004 NUM CD NumType=Card 4 obl 4:obl:in SpaceAfter=No -7 , , PUNCT , _ 12 punct 12:punct _ +6 2004 2004 NUM CD NumForm=Digit|NumType=Card 4 obl 4:obl:in SpaceAfter=No +7 , , PUNCT , _ 4 punct 4:punct _ 8 what what PRON WP PronType=Int 12 obj 12:obj _ 9 will will AUX MD VerbForm=Fin 12 aux 12:aux _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 memoirs memoirs NOUN NNS Number=Plur 12 nsubj 12:nsubj _ 12 say say VERB VB VerbForm=Inf 0 root 0:root _ 13 about about ADP IN _ 14 case 14:case _ @@ -3353,7 +3357,7 @@ 20 be be AUX VB VerbForm=Inf 16 cop 16:cop SpaceAfter=No 21 , , PUNCT , _ 28 punct 28:punct _ 22 and and CCONJ CC _ 28 cc 28:cc _ -23 what what DET WDT PronType=Int 28 obj 28:obj _ +23 what what PRON WP PronType=Int 28 obj 28:obj _ 24 will will AUX MD VerbForm=Fin 28 aux 28:aux _ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 26 main main ADJ JJ Degree=Pos 27 amod 27:amod _ @@ -3366,9 +3370,9 @@ 1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No 2 THE the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 PRESIDENT PRESIDENT PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -4 : : PUNCT : _ 3 punct 3:punct _ +4 : : PUNCT : _ 6 punct 6:punct _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 appreciate appreciate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +6 appreciate appreciate VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 7 that that PRON DT Number=Sing|PronType=Dem 6 obj 6:obj SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ @@ -3386,19 +3390,19 @@ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 painting painting NOUN NN Number=Sing 2 nsubj 2:nsubj _ 5 on on ADP IN _ 7 case 7:case _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 wall wall NOUN NN Number=Sing 2 obl 2:obl:on _ 8 in in ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 Oval Oval PROPN NNP Number=Sing 7 nmod 7:nmod:in _ -11 -- -- PUNCT , _ 2 punct 2:punct _ -12 first first ADV RBS _ 19 advmod 19:advmod _ +11 -- -- PUNCT , _ 19 punct 19:punct _ +12 first first ADV RB NumForm=Word|NumType=Ord 19 advmod 19:advmod _ 13 of of ADP IN _ 14 case 14:case _ -14 all all DET DT _ 12 obl 12:obl:of SpaceAfter=No -15 , , PUNCT , _ 19 punct 19:punct _ +14 all all DET DT PronType=Tot 12 obl 12:obl:of SpaceAfter=No +15 , , PUNCT , _ 12 punct 12:punct _ 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ 17-18 don't _ _ _ _ _ _ _ _ -17 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ +17 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 18 n't not PART RB _ 19 advmod 19:advmod _ 19 know know VERB VB VerbForm=Inf 2 parataxis 2:parataxis SpaceAfter=No 20 . . PUNCT . _ 19 punct 19:punct _ @@ -3407,7 +3411,7 @@ # text = I'm just speculating now. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 just just ADV RB _ 4 advmod 4:advmod _ 4 speculating speculate VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 now now ADV RB _ 4 advmod 4:advmod SpaceAfter=No @@ -3418,7 +3422,7 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 2 really really ADV RB _ 5 advmod 5:advmod _ 3-4 haven't _ _ _ _ _ _ _ _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 thought think VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 6 about about SCONJ IN _ 7 mark 7:mark _ @@ -3429,7 +3433,7 @@ # sent_id = weblog-blogspot.com_tacitusproject_20040712123425_ENG_20040712_123425-0011 # text = My life is too complicated right now trying to do my job. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 life life NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 too too ADV RB _ 5 advmod 5:advmod _ @@ -3439,7 +3443,7 @@ 8 trying try VERB VBG VerbForm=Ger 5 advcl 5:advcl _ 9 to to PART TO _ 10 mark 10:mark _ 10 do do VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 job job NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 13 . . PUNCT . _ 5 punct 5:punct _ @@ -3454,7 +3458,7 @@ # text = But if -- there's a painting on the wall in the Oval Office that shows a horseman charging up a steep cliff, and there are at least two other horsemen following. 1 But but CCONJ CC _ 2 cc 2:cc _ 2 if if SCONJ IN _ 5 reparandum 5:reparandum _ -3 -- -- PUNCT , _ 5 punct 5:punct _ +3 -- -- PUNCT , _ 2 punct 2:punct _ 4-5 there's _ _ _ _ _ _ _ _ 4 there there PRON EX _ 5 expl 5:expl _ 5 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ @@ -3479,10 +3483,10 @@ 24 , , PUNCT , _ 27 punct 27:punct _ 25 and and CCONJ CC _ 27 cc 27:cc _ 26 there there PRON EX _ 27 expl 27:expl _ -27 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ -28 at at ADV RB _ 29 case 29:case _ -29 least least ADV RBS Degree=Sup 30 nmod 30:nmod:at _ -30 two two NUM CD NumType=Card 32 nummod 32:nummod _ +27 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +28 at at ADP IN _ 29 case 29:case _ +29 least least ADJ JJS Degree=Sup 30 nmod 30:nmod:at _ +30 two two NUM CD NumForm=Word|NumType=Card 32 nummod 32:nummod _ 31 other other ADJ JJ Degree=Pos 32 amod 32:amod _ 32 horsemen horseman NOUN NNS Number=Plur 27 nsubj 27:nsubj _ 33 following follow VERB VBG VerbForm=Ger 32 acl 32:acl SpaceAfter=No @@ -3498,18 +3502,18 @@ 5 scene scene NOUN NN Number=Sing 0 root 0:root _ 6 by by ADP IN _ 8 case 8:case _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -8 guy guy NOUN NN Number=Sing 5 nmod 5:nmod:by _ -9 named name VERB VBN Tense=Past|VerbForm=Part 8 acl 8:acl _ -10 W.H.S. W.H.S. PROPN NNP Number=Sing 9 obj 9:obj _ +8 guy guy NOUN NN Number=Sing 5 nmod 5:nmod:by|10:nsubj:xsubj _ +9 named name VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl 8:acl _ +10 W.H.S. W.H.S. PROPN NNP Number=Sing 9 xcomp 9:xcomp _ 11 Koerner Koerner PROPN NNP Number=Sing 10 flat 10:flat _ -12 called call VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ -13 ' ' PUNCT `` _ 12 punct 12:punct SpaceAfter=No +12 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ +13 ' ' PUNCT `` _ 15 punct 15:punct SpaceAfter=No 14 A a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 Charge Charge PROPN NNP Number=Sing 12 xcomp 12:xcomp _ 16 to to PART TO _ 17 mark 17:mark _ 17 Keep keep VERB VB VerbForm=Inf 15 acl 15:acl:to SpaceAfter=No -18 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No -19 ' ' PUNCT '' _ 5 punct 5:punct _ +18 . . PUNCT . _ 15 punct 15:punct SpaceAfter=No +19 ' ' PUNCT '' _ 15 punct 15:punct _ # sent_id = weblog-blogspot.com_tacitusproject_20040712123425_ENG_20040712_123425-0015 # text = It's on loan, by the way, from a guy named Joe O'Neill in Midland, Texas. @@ -3518,20 +3522,20 @@ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 on on ADP IN _ 4 case 4:case _ 4 loan loan NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 8 punct 8:punct _ 6 by by ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 way way NOUN NN Number=Sing 4 obl 4:obl:by SpaceAfter=No -9 , , PUNCT , _ 4 punct 4:punct _ +9 , , PUNCT , _ 12 punct 12:punct _ 10 from from ADP IN _ 12 case 12:case _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 guy guy NOUN NN Number=Sing 4 nmod 4:nmod:from _ -13 named name VERB VBN Tense=Past|VerbForm=Part 12 acl 12:acl _ +13 named name VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 acl 12:acl _ 14 Joe Joe PROPN NNP Number=Sing 13 xcomp 13:xcomp _ 15 O'Neill O'Neill PROPN NNP Number=Sing 14 flat 14:flat _ 16 in in ADP IN _ 17 case 17:case _ 17 Midland Midland PROPN NNP Number=Sing 12 nmod 12:nmod:in SpaceAfter=No -18 , , PUNCT , _ 17 punct 17:punct _ +18 , , PUNCT , _ 19 punct 19:punct _ 19 Texas Texas PROPN NNP Number=Sing 17 appos 17:appos SpaceAfter=No 20 . . PUNCT . _ 4 punct 4:punct _ @@ -3541,36 +3545,36 @@ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 person person NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 14 punct 14:punct _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 7 and and CCONJ CC _ 9 cc 9:cc _ -8 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 wife wife NOUN NN Number=Sing 6 conj 6:conj:and|12:nsubj _ 10 Jan Jan PROPN NNP Number=Sing 9 appos 9:appos SpaceAfter=No -11 , , PUNCT , _ 14 punct 14:punct _ -12 introduced introduce VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 reparandum 14:reparandum _ -13 -- -- PUNCT , _ 14 punct 14:punct _ -14 reintroduced reintroduce VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ +11 , , PUNCT , _ 6 punct 6:punct _ +12 introduced introduce VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 reparandum 14:reparandum _ +13 -- -- PUNCT , _ 12 punct 12:punct _ +14 reintroduced reintroduce VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ 15 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 14 obj 14:obj _ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 Laura Laura PROPN NNP Number=Sing 15 conj 14:obj|15:conj:and _ 18 in in ADP IN _ 20 case 20:case _ -19 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 backyard backyard NOUN NN Number=Sing 14 obl 14:obl:in _ 21 in in ADP IN _ 22 case 22:case _ 22 July July PROPN NNP Number=Sing 14 obl 14:obl:in _ 23 of of ADP IN _ 24 case 24:case _ -24 1977 1977 NUM CD NumType=Card 22 nmod 22:nmod:of SpaceAfter=No +24 1977 1977 NUM CD NumForm=Digit|NumType=Card 22 nmod 22:nmod:of SpaceAfter=No 25 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_tacitusproject_20040712123425_ENG_20040712_123425-0017 # text = Four months later, we were married. -1 Four four NUM CD NumType=Card 2 nummod 2:nummod _ +1 Four four NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 months month NOUN NNS Number=Plur 3 obl:npmod 3:obl:npmod _ -3 later later ADV RB _ 7 advmod 7:advmod SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +3 later late ADV RBR Degree=Cmp 7 advmod 7:advmod SpaceAfter=No +4 , , PUNCT , _ 3 punct 3:punct _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj:pass 7:nsubj:pass _ -6 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 aux:pass 7:aux:pass _ +6 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 7 aux:pass 7:aux:pass _ 7 married marry VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 8 . . PUNCT . _ 7 punct 7:punct _ @@ -3578,17 +3582,17 @@ # text = So he's got a -- I'm a decision-maker and I can make good decisions. 1 So so ADV RB _ 12 advmod 12:advmod _ 2-3 he's _ _ _ _ _ _ _ _ -2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ -3 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ -4 got get VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ +2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ +3 's have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +4 got get VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 4 obj 4:obj _ 6 -- -- PUNCT , _ 12 punct 12:punct _ 7-8 I'm _ _ _ _ _ _ _ _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -8 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +8 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 9 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 10 decision decision NOUN NN Number=Sing 12 compound 12:compound SpaceAfter=No -11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No 12 maker maker NOUN NN Number=Sing 4 parataxis 4:parataxis _ 13 and and CCONJ CC _ 16 cc 16:cc _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ @@ -3612,10 +3616,10 @@ 2 And and CCONJ CC _ 5 cc 5:cc _ 3 so so ADV RB _ 5 advmod 5:advmod _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 sang sing VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 sang sing VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 hymn hymn NOUN NN Number=Sing 5 obj 5:obj _ -8 -- -- PUNCT , _ 5 punct 5:punct _ +8 -- -- PUNCT , _ 13 punct 13:punct _ 9 this this PRON DT Number=Sing|PronType=Dem 13 nsubj 13:nsubj _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ @@ -3625,7 +3629,7 @@ 15 to to PART TO _ 16 mark 16:mark _ 16 get get VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 17 to to ADP IN _ 19 case 19:case _ -18 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 answer answer NOUN NN Number=Sing 16 obl 16:obl:to SpaceAfter=No 20 . . PUNCT . _ 5 punct 5:punct _ @@ -3660,7 +3664,7 @@ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 Senate Senate PROPN NNP Number=Sing 5 compound 5:compound _ 5 term term NOUN NN Number=Sing 0 root 0:root _ -6 -- -- PUNCT , _ 5 punct 5:punct _ +6 -- -- PUNCT , _ 10 punct 10:punct _ 7 particularly particularly ADV RB _ 10 advmod 10:advmod _ 8 on on ADP IN _ 10 case 10:case _ 9 good good ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -3681,8 +3685,8 @@ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 sung sing VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 at at ADP IN _ 10 case 10:case _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ -7 first first ADJ JJ Degree=Pos|NumType=Ord 10 amod 10:amod _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +7 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 10 amod 10:amod _ 8 inaugural inaugural ADJ JJ Degree=Pos 10 amod 10:amod _ 9 church church NOUN NN Number=Sing 10 compound 10:compound _ 10 service service NOUN NN Number=Sing 4 obl 4:obl:at _ @@ -3695,18 +3699,18 @@ 1 Laura Laura PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 1 conj 1:conj:and|5:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -5 Methodists Methodists PROPN NNPS Number=Plur 0 root 0:root SpaceAfter=No +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +5 Methodists Methodist PROPN NNPS Number=Plur 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_tacitusproject_20040712123425_ENG_20040712_123425-0028 # text = One of the Wesley boys wrote the hymn. -1 One one NUM CD NumType=Card 6 nsubj 6:nsubj _ +1 One one NUM CD NumForm=Word|NumType=Card 6 nsubj 6:nsubj _ 2 of of ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 Wesley Wesley PROPN NNP Number=Sing 1 nmod 1:nmod:of _ 5 boys boy NOUN NNS Number=Plur 4 flat 4:flat _ -6 wrote write VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 wrote write VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 hymn hymn NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No 9 . . PUNCT . _ 6 punct 6:punct _ @@ -3720,20 +3724,20 @@ 5 upon upon ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 hymn hymn NOUN NN Number=Sing 4 obl 4:obl:upon _ -8 called call VERB VBN Tense=Past|VerbForm=Part 7 acl 7:acl SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ -10 ' ' PUNCT `` _ 8 punct 8:punct SpaceAfter=No +8 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl SpaceAfter=No +9 , , PUNCT , _ 12 punct 12:punct _ +10 ' ' PUNCT `` _ 12 punct 12:punct SpaceAfter=No 11 A a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 Charge Charge PROPN NNP Number=Sing 8 xcomp 8:xcomp _ 13 to to PART TO _ 14 mark 14:mark _ 14 Keep keep VERB VB VerbForm=Inf 12 acl 12:acl:to SpaceAfter=No -15 . . PUNCT . _ 4 punct 4:punct SpaceAfter=No -16 ' ' PUNCT '' _ 4 punct 4:punct _ +15 . . PUNCT . _ 12 punct 12:punct SpaceAfter=No +16 ' ' PUNCT '' _ 12 punct 12:punct _ # sent_id = weblog-blogspot.com_tacitusproject_20040712123425_ENG_20040712_123425-0030 # text = I have. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_tacitusproject_20040712123425_ENG_20040712_123425-0031 @@ -3743,8 +3747,8 @@ 3 talks talk VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 about about SCONJ IN _ 5 mark 5:mark _ 5 serving serve VERB VBG VerbForm=Ger 3 advcl 3:advcl:about _ -6 something something PRON NN Number=Sing 5 obj 5:obj _ -7 greater greater ADJ JJR Degree=Cmp 6 amod 6:amod _ +6 something something PRON NN Number=Sing|PronType=Ind 5 obj 5:obj _ +7 greater great ADJ JJR Degree=Cmp 6 amod 6:amod _ 8 than than ADP IN _ 9 case 9:case _ 9 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 7 obl 7:obl:than _ 10 in in ADP IN _ 11 case 11:case _ @@ -3753,21 +3757,21 @@ # sent_id = weblog-blogspot.com_tacitusproject_20040712123425_ENG_20040712_123425-0032 # text = I -- which I try to do, as best as I possibly can. -1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 0 root 0:root _ +1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 reparandum 5:reparandum _ 2 -- -- PUNCT , _ 1 punct 1:punct _ -3 which which PRON WDT PronType=Int 7 obj 7:obj _ +3 which which PRON WDT PronType=Rel 7 obj 7:obj _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ -5 try try VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ +5 try try VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 do do VERB VB VerbForm=Inf 5 xcomp 5:xcomp SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 10 punct 10:punct _ 9 as as ADV RB _ 10 advmod 10:advmod _ -10 best best ADV RBS Degree=Sup 7 advmod 7:advmod _ +10 best well ADV RBS Degree=Sup 7 advmod 7:advmod _ 11 as as SCONJ IN _ 14 mark 14:mark _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 13 possibly possibly ADV RB _ 14 advmod 14:advmod _ 14 can can AUX MD VerbForm=Fin 10 advcl 10:advcl:as SpaceAfter=No -15 . . PUNCT . _ 1 punct 1:punct _ +15 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_tacitusproject_20040712123425_ENG_20040712_123425-0033 # text = (Applause.) @@ -3781,60 +3785,60 @@ 1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No 2 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 book book NOUN NN Number=Sing 0 root 0:root _ -4 -- -- PUNCT , _ 3 punct 3:punct _ +4 -- -- PUNCT , _ 6 punct 6:punct _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 guess guess VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ -7 one one NUM CD NumType=Card 8 nummod 8:nummod _ +6 guess guess VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +7 one one NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 8 way way NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No 9 , , PUNCT , _ 16 punct 16:punct _ -10 one one NUM CD NumType=Card 11 nummod 11:nummod _ +10 one one NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 11 thing thing NOUN NN Number=Sing 16 nsubj 16:nsubj _ 12 to to PART TO _ 13 mark 13:mark _ 13 think think VERB VB VerbForm=Inf 11 acl 11:acl:to _ 14 about about ADP IN _ 15 case 15:case _ 15 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 obl 13:obl:about _ -16 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ -17 -- -- PUNCT , _ 23 punct 23:punct _ -18 one one NUM CD NumType=Card 23 nsubj 23:nsubj _ +16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ +17 -- -- PUNCT , _ 27 punct 27:punct _ +18 one one NUM CD NumForm=Word|NumType=Card 27 nsubj:outer 27:nsubj:outer _ 19 of of ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 themes theme NOUN NNS Number=Plur 18 nmod 18:nmod:of _ -22 would would AUX MD VerbForm=Fin 23 aux 23:aux _ -23 be be VERB VB VerbForm=Inf 16 parataxis 16:parataxis SpaceAfter=No +22 would would AUX MD VerbForm=Fin 27 aux 27:aux _ +23 be be AUX VB VerbForm=Inf 27 cop 27:cop SpaceAfter=No 24 , , PUNCT , _ 23 punct 23:punct _ 25 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 nsubj:pass 27:nsubj:pass _ 26 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 27 aux:pass 27:aux:pass _ -27 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 ccomp 23:ccomp _ +27 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 parataxis 16:parataxis _ 28 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ 29 charge charge NOUN NN Number=Sing 27 obj 27:obj _ 30 to to PART TO _ 31 mark 31:mark _ 31 keep keep VERB VB VerbForm=Inf 29 acl 29:acl:to SpaceAfter=No -32 . . PUNCT . _ 23 punct 23:punct _ +32 . . PUNCT . _ 27 punct 27:punct _ # sent_id = weblog-blogspot.com_tacitusproject_20040712123425_ENG_20040712_123425-0035 # text = And I gave it all my heart, all my energy, based upon principles that did not change once I got into the Oval Office. 1 And and CCONJ CC _ 3 cc 3:cc _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 gave give VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 iobj 3:iobj _ -5 all all DET PDT _ 7 det:predet 7:det:predet _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 all all DET PDT PronType=Tot 7 det:predet 7:det:predet _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 heart heart NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ -9 all all DET PDT _ 11 det:predet 11:det:predet _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +8 , , PUNCT , _ 11 punct 11:punct _ +9 all all DET PDT PronType=Tot 11 det:predet 11:det:predet _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 energy energy NOUN NN Number=Sing 7 appos 7:appos SpaceAfter=No -12 , , PUNCT , _ 3 punct 3:punct _ -13 based base VERB VBN Tense=Past|VerbForm=Part 15 case 15:case _ +12 , , PUNCT , _ 15 punct 15:punct _ +13 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 case 15:case _ 14 upon upon ADP IN _ 15 case 15:case _ 15 principles principle NOUN NNS Number=Plur 3 obl 3:obl:upon|19:nsubj _ 16 that that PRON WDT PronType=Rel 19 nsubj 15:ref _ -17 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 aux 19:aux _ +17 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 19 aux 19:aux _ 18 not not PART RB _ 19 advmod 19:advmod _ 19 change change VERB VB VerbForm=Inf 15 acl:relcl 15:acl:relcl _ 20 once once SCONJ IN _ 22 mark 22:mark _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -22 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 advcl 19:advcl:once _ +22 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 19 advcl 19:advcl:once _ 23 into into ADP IN _ 26 case 26:case _ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 25 Oval Oval PROPN NNP Number=Sing 26 compound 26:compound _ @@ -3866,20 +3870,20 @@ # text = And I have to wonder: Did he forget that he already has a memoir called "A Charge to Keep"? 1 And and CCONJ CC _ 3 cc 3:cc _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 wonder wonder VERB VB VerbForm=Inf 3 xcomp 3:xcomp SpaceAfter=No -6 : : PUNCT : _ 3 punct 3:punct _ -7 Did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +6 : : PUNCT : _ 9 punct 9:punct _ +7 Did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 forget forget VERB VB VerbForm=Inf 3 appos 3:appos _ +9 forget forget VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ 10 that that SCONJ IN _ 13 mark 13:mark _ 11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 12 already already ADV RB _ 13 advmod 13:advmod _ 13 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 memoir memoir NOUN NN Number=Sing 13 obj 13:obj _ -16 called call VERB VBN Tense=Past|VerbForm=Part 15 acl 15:acl _ +16 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 acl 15:acl _ 17 " " PUNCT `` _ 19 punct 19:punct SpaceAfter=No 18 A a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 19 Charge Charge PROPN NNP Number=Sing 16 xcomp 16:xcomp _ @@ -3895,20 +3899,20 @@ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 name name NOUN NN Number=Sing 0 root 0:root _ 5 of of ADP IN _ 8 case 8:case _ -6 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No 8 autobiography autobiography NOUN NN Number=Sing 4 nmod 4:nmod:of SpaceAfter=No 9 " " PUNCT '' _ 8 punct 8:punct _ -10 -- -- PUNCT , _ 8 punct 8:punct _ +10 -- -- PUNCT , _ 13 punct 13:punct _ 11 ghost ghost NOUN NN Number=Sing 13 obl:npmod 13:obl:npmod SpaceAfter=No -12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No -13 written write VERB VBN Tense=Past|VerbForm=Part 8 acl 8:acl _ +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +13 written write VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl 8:acl _ 14 by by ADP IN _ 16 case 16:case _ 15 adviser adviser NOUN NN Number=Sing 16 compound 16:compound _ -16 Karen Karen PROPN NNP Number=Sing 13 obl 13:obl:by _ +16 Karen Karen PROPN NNP Number=Sing 13 obl:agent 13:obl:agent _ 17 Hughes Hughes PROPN NNP Number=Sing 16 flat 16:flat _ 18 in in ADP IN _ 19 case 19:case _ -19 1999 1999 NUM CD NumType=Card 13 obl 13:obl:in SpaceAfter=No +19 1999 1999 NUM CD NumForm=Digit|NumType=Card 13 obl 13:obl:in SpaceAfter=No 20 . . PUNCT . _ 4 punct 4:punct _ # newdoc id = weblog-typepad.com_ripples_20050410122300_ENG_20050410_122300 @@ -3922,14 +3926,14 @@ 5 speculation speculation NOUN NN Number=Sing 3 nsubj 3:nsubj _ 6 about about SCONJ IN _ 8 mark 8:mark _ 7 Google Google PROPN NNP Number=Sing 8 nsubj 8:nsubj|13:nsubj|15:nsubj _ -8 developiong developiong VERB VBG VerbForm=Ger 5 acl 5:acl:about _ +8 developiong develop VERB VBG Typo=Yes|VerbForm=Ger 5 acl 5:acl:about CorrectForm=developing 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 new new ADJ JJ Degree=Pos 11 amod 11:amod _ 11 browser browser NOUN NN Number=Sing 8 obj 8:obj _ -12 and and CCONJ CC _ 13 cc 13:cc SpaceAfter=No -13 / / SYM SYM _ 8 conj 5:acl:about|8:conj:and SpaceAfter=No -14 or or CCONJ CC _ 15 cc 15:cc _ -15 acquiring acquire VERB VBG VerbForm=Ger 8 conj 5:acl:about|8:conj:or _ +12 and and CCONJ CC _ 15 cc 15:cc SpaceAfter=No +13 / / SYM SYM _ 14 cc 14:cc SpaceAfter=No +14 or or CCONJ CC _ 12 conj 12:conj:slash|15:cc _ +15 acquiring acquire VERB VBG VerbForm=Ger 8 conj 5:acl:about|8:conj:and_or _ 16 Firefox Firefox PROPN NNP Number=Sing 15 obj 15:obj SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ @@ -3950,13 +3954,13 @@ # sent_id = weblog-typepad.com_ripples_20050410122300_ENG_20050410_122300-0003 # text = They have acquired Urchin, Zipdash, Applied Semantics, Picasa, Blogger, and satellite imaging company Keyhole, so why not Firefox? 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 acquired acquire VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 Urchin Urchin PROPN NNP Number=Sing 3 obj 3:obj SpaceAfter=No 5 , , PUNCT , _ 6 punct 6:punct _ 6 Zipdash Zipdash PROPN NNP Number=Sing 4 conj 3:obj|4:conj:and SpaceAfter=No 7 , , PUNCT , _ 9 punct 9:punct _ -8 Applied Applied PROPN NNP Number=Sing 9 compound 9:compound _ +8 Applied Apply VERB NNP Tense=Past|VerbForm=Part 9 amod 9:amod _ 9 Semantics Semantics PROPN NNPS Number=Plur 4 conj 3:obj|4:conj:and SpaceAfter=No 10 , , PUNCT , _ 11 punct 11:punct _ 11 Picasa Picasa PROPN NNP Number=Sing 4 conj 3:obj|4:conj:and SpaceAfter=No @@ -3968,7 +3972,7 @@ 17 imaging imaging NOUN NN Number=Sing 18 compound 18:compound _ 18 company company NOUN NN Number=Sing 19 compound 19:compound _ 19 Keyhole Keyhole PROPN NNP Number=Sing 4 conj 3:obj|4:conj:and SpaceAfter=No -20 , , PUNCT , _ 3 punct 3:punct _ +20 , , PUNCT , _ 24 punct 24:punct _ 21 so so ADV RB _ 24 advmod 24:advmod _ 22 why why ADV WRB PronType=Int 24 advmod 24:advmod _ 23 not not PART RB _ 24 advmod 24:advmod _ @@ -3978,21 +3982,21 @@ # sent_id = weblog-typepad.com_ripples_20050410122300_ENG_20050410_122300-0004 # text = I have no inside information, but I have been following links today that strongly indicate that Google is damn serious about securing permanent control of the leading edge browser technology in Firefox. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 5 det 5:det _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 no no DET DT PronType=Neg 5 det 5:det _ 4 inside inside ADJ JJ Degree=Pos 5 amod 5:amod _ 5 information information NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No 6 , , PUNCT , _ 11 punct 11:punct _ 7 but but CCONJ CC _ 11 cc 11:cc _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -9 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 been be AUX VBN Tense=Past|VerbForm=Part 11 aux 11:aux _ 11 following follow VERB VBG Tense=Pres|VerbForm=Part 2 conj 2:conj:but _ 12 links link NOUN NNS Number=Plur 11 obj 11:obj|16:nsubj _ 13 today today NOUN NN Number=Sing 11 obl:tmod 11:obl:tmod _ 14 that that PRON WDT PronType=Rel 16 nsubj 12:ref _ 15 strongly strongly ADV RB _ 16 advmod 16:advmod _ -16 indicate indicate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +16 indicate indicate VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ 17 that that SCONJ IN _ 21 mark 21:mark _ 18 Google Google PROPN NNP Number=Sing 21 nsubj 21:nsubj _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ @@ -4028,7 +4032,7 @@ # sent_id = weblog-typepad.com_ripples_20050410122300_ENG_20050410_122300-0006 # text = He announced this in January: 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 announced announce VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 announced announce VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 this this PRON DT Number=Sing|PronType=Dem 2 obj 2:obj _ 4 in in ADP IN _ 5 case 5:case _ 5 January January PROPN NNP Number=Sing 2 obl 2:obl:in SpaceAfter=No @@ -4039,33 +4043,33 @@ 1 As as ADP IN _ 3 case 3:case _ 2 of of ADP IN _ 1 fixed 1:fixed _ 3 January January PROPN NNP Number=Sing 12 obl 12:obl:as_of _ -4 10 10 NUM CD NumType=Card 3 nummod 3:nummod SpaceAfter=No -5 , , PUNCT , _ 3 punct 3:punct _ -6 2005 2005 NUM CD NumType=Card 3 nummod 3:nummod SpaceAfter=No -7 , , PUNCT , _ 12 punct 12:punct _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +4 10 10 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No +5 , , PUNCT , _ 6 punct 6:punct _ +6 2005 2005 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No +7 , , PUNCT , _ 3 punct 3:punct _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 source source NOUN NN Number=Sing 12 nsubj 12:nsubj _ 10 of of ADP IN _ 11 case 11:case _ 11 income income NOUN NN Number=Sing 9 nmod 9:nmod:of _ -12 changed change VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 changed change VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 13 from from ADP IN _ 16 case 16:case _ 14 The the DET DT Definite=Def|PronType=Art 16 det 16:det _ 15 Mozilla Mozilla PROPN NNP Number=Sing 16 compound 16:compound _ 16 Foundation Foundation PROPN NNP Number=Sing 12 obl 12:obl:from _ 17 to to ADP IN _ 20 case 20:case _ 18 Google Google PROPN NNP Number=Sing 20 compound 20:compound SpaceAfter=No -19 , , PUNCT , _ 20 punct 20:punct _ +19 , , PUNCT , _ 18 punct 18:punct _ 20 Inc. Inc. PROPN NNP Number=Sing 12 obl 12:obl:to _ 21 of of ADP IN _ 23 case 23:case _ 22 Mountain Mountain PROPN NNP Number=Sing 23 compound 23:compound _ 23 View View PROPN NNP Number=Sing 20 nmod 20:nmod:of SpaceAfter=No -24 , , PUNCT , _ 23 punct 23:punct _ +24 , , PUNCT , _ 25 punct 25:punct _ 25 California California PROPN NNP Number=Sing 23 appos 23:appos SpaceAfter=No 26 . . PUNCT . _ 12 punct 12:punct _ # sent_id = weblog-typepad.com_ripples_20050410122300_ENG_20050410_122300-0008 # text = My role with Firefox and the Mozilla project will remain largely unchanged, I will continue doing much the same work as I have described above - with the new goal of successful 1.1, 1.5 and 2.0 releases. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 role role NOUN NN Number=Sing 10 nsubj 10:nsubj|12:nsubj:xsubj _ 3 with with ADP IN _ 4 case 4:case _ 4 Firefox Firefox PROPN NNP Number=Sing 2 nmod 2:nmod:with _ @@ -4077,7 +4081,7 @@ 10 remain remain VERB VB VerbForm=Inf 0 root 0:root _ 11 largely largely ADV RB _ 10 advmod 10:advmod _ 12 unchanged unchanged ADJ JJ Degree=Pos 10 xcomp 10:xcomp SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ +13 , , PUNCT , _ 16 punct 16:punct _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj|17:nsubj:xsubj _ 15 will will AUX MD VerbForm=Fin 16 aux 16:aux _ 16 continue continue VERB VB VerbForm=Inf 12 parataxis 12:parataxis _ @@ -4088,31 +4092,31 @@ 21 work work NOUN NN Number=Sing 17 obj 17:obj _ 22 as as SCONJ IN _ 25 mark 25:mark _ 23 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 25 nsubj 25:nsubj _ -24 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ +24 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ 25 described describe VERB VBN Tense=Past|VerbForm=Part 16 advcl 16:advcl:as _ 26 above above ADV RB _ 25 advmod 25:advmod _ -27 - - PUNCT , _ 16 punct 16:punct _ +27 - - PUNCT , _ 31 punct 31:punct _ 28 with with ADP IN _ 31 case 31:case _ 29 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 30 new new ADJ JJ Degree=Pos 31 amod 31:amod _ 31 goal goal NOUN NN Number=Sing 16 obl 16:obl:with _ 32 of of ADP IN _ 39 case 39:case _ 33 successful successful ADJ JJ Degree=Pos 39 amod 39:amod _ -34 1.1 1.1 NUM CD NumType=Card 39 compound 39:compound SpaceAfter=No +34 1.1 1.1 NUM CD NumForm=Digit|NumType=Frac 39 compound 39:compound SpaceAfter=No 35 , , PUNCT , _ 36 punct 36:punct _ -36 1.5 1.5 NUM CD NumType=Card 34 conj 34:conj:and|39:compound _ +36 1.5 1.5 NUM CD NumForm=Digit|NumType=Frac 34 conj 34:conj:and|39:compound _ 37 and and CCONJ CC _ 38 cc 38:cc _ -38 2.0 2.0 NUM CD NumType=Card 34 conj 34:conj:and|39:compound _ +38 2.0 2.0 NUM CD NumForm=Digit|NumType=Frac 34 conj 34:conj:and|39:compound _ 39 releases release NOUN NNS Number=Plur 31 nmod 31:nmod:of SpaceAfter=No 40 . . PUNCT . _ 12 punct 12:punct _ # sent_id = weblog-typepad.com_ripples_20050410122300_ENG_20050410_122300-0009 # text = I remain devoted full-time to the advancement of Firefox, the Mozilla platform and web browsing in general. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|3:nsubj:xsubj _ -2 remain remain VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 remain remain VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 devoted devoted ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ 4 full full ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 6 time time NOUN NN Number=Sing 3 obl:npmod 3:obl:npmod _ 7 to to ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -4134,7 +4138,7 @@ # text = He also announced this in January: 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 announced announce VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 announced announce VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 this this PRON DT Number=Sing|PronType=Dem 3 obj 3:obj _ 5 in in ADP IN _ 6 case 6:case _ 6 January January PROPN NNP Number=Sing 3 obl 3:obl:in SpaceAfter=No @@ -4165,7 +4169,7 @@ 14 Darin Darin PROPN NNP Number=Sing 5 obl 5:obl:to|17:nsubj _ 15 Fisher Fisher PROPN NNP Number=Sing 14 flat 14:flat _ 16 who who PRON WP PronType=Rel 17 nsubj 14:ref _ -17 joined join VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ +17 joined join VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ 18 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 17 obj 17:obj _ 19 at at ADP IN _ 20 case 20:case _ 20 Google Google PROPN NNP Number=Sing 17 obl 17:obl:at _ @@ -4175,7 +4179,7 @@ # sent_id = weblog-typepad.com_ripples_20050410122300_ENG_20050410_122300-0013 # text = 2005 is going to rock! -1 2005 2005 NUM CD NumType=Card 3 nsubj 3:nsubj|5:nsubj:xsubj _ +1 2005 2005 NUM CD NumForm=Digit|NumType=Card 3 nsubj 3:nsubj|5:nsubj:xsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ @@ -4186,14 +4190,14 @@ # text = Darin Fisher wrote this response on January 25, 2005: 1 Darin Darin PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 Fisher Fisher PROPN NNP Number=Sing 1 flat 1:flat _ -3 wrote write VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 wrote write VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 response response NOUN NN Number=Sing 3 obj 3:obj _ 6 on on ADP IN _ 7 case 7:case _ 7 January January PROPN NNP Number=Sing 3 obl 3:obl:on _ -8 25 25 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No -9 , , PUNCT , _ 7 punct 7:punct _ -10 2005 2005 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No +8 25 25 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No +9 , , PUNCT , _ 10 punct 10:punct _ +10 2005 2005 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No 11 : : PUNCT : _ 3 punct 3:punct _ # sent_id = weblog-typepad.com_ripples_20050410122300_ENG_20050410_122300-0015 @@ -4219,16 +4223,16 @@ 7 's 's PART POS _ 6 case 6:case _ 8 annoucement annoucement NOUN NN Number=Sing 4 nmod 4:nmod:of _ 9 yesterday yesterday NOUN NN Number=Sing 8 nmod:tmod 8:nmod:tmod SpaceAfter=No -10 , , PUNCT , _ 12 punct 12:punct _ +10 , , PUNCT , _ 4 punct 4:punct _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 13-14 I'd _ _ _ _ _ _ _ _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ 14 'd would AUX MD VerbForm=Fin 15 aux 15:aux _ 15 post post VERB VB VerbForm=Inf 12 ccomp 12:ccomp _ 16 that that SCONJ IN _ 19 mark 19:mark _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -18 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ +18 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 19 joined join VERB VBN Tense=Past|VerbForm=Part 15 ccomp 15:ccomp _ 20 Google Google PROPN NNP Number=Sing 19 obj 19:obj _ 21 as as ADV RB _ 19 advmod 19:advmod _ @@ -4239,7 +4243,7 @@ # text = Like Ben, I will still be very much involved with the Mozilla project and community :-) 1 Like like ADP IN _ 2 case 2:case _ 2 Ben Ben PROPN NNP Number=Sing 10 obl 10:obl:like SpaceAfter=No -3 , , PUNCT , _ 10 punct 10:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 5 will will AUX MD VerbForm=Fin 10 aux 10:aux _ 6 still still ADV RB _ 10 advmod 10:advmod _ @@ -4257,35 +4261,35 @@ # sent_id = weblog-typepad.com_ripples_20050410122300_ENG_20050410_122300-0018 # text = Posted by darin -1 Posted post VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Posted post VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 by by ADP IN _ 3 case 3:case _ -3 darin darin PROPN NNP Number=Sing 1 obl 1:obl:by _ +3 darin darin PROPN NNP Number=Sing 1 obl:agent 1:obl:agent _ # sent_id = weblog-typepad.com_ripples_20050410122300_ENG_20050410_122300-0019 # newpar id = weblog-typepad.com_ripples_20050410122300_ENG_20050410_122300-p0004 # text = Ben made another announcement on March 28, 2005: 1 Ben Ben PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 another another DET DT _ 4 det 4:det _ +2 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 another another DET DT PronType=Ind 4 det 4:det _ 4 announcement announcement NOUN NN Number=Sing 2 obj 2:obj _ 5 on on ADP IN _ 6 case 6:case _ 6 March March PROPN NNP Number=Sing 2 obl 2:obl:on _ -7 28 28 NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No -8 , , PUNCT , _ 6 punct 6:punct _ -9 2005 2005 NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No +7 28 28 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No +8 , , PUNCT , _ 9 punct 9:punct _ +9 2005 2005 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No 10 : : PUNCT : _ 2 punct 2:punct _ # sent_id = weblog-typepad.com_ripples_20050410122300_ENG_20050410_122300-0020 # newpar id = weblog-typepad.com_ripples_20050410122300_ENG_20050410_122300-p0005 # text = I want to use this opportunity to welcome Brian Ryner to Google! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 use use VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ -6 opportunity opportunity NOUN NN Number=Sing 4 obj 4:obj|8:nsubj:xsubj _ +6 opportunity opportunity NOUN NN Number=Sing 4 obj 4:obj _ 7 to to PART TO _ 8 mark 8:mark _ -8 welcome welcome VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ +8 welcome welcome VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ 9 Brian Brian PROPN NNP Number=Sing 8 obj 8:obj _ 10 Ryner Ryner PROPN NNP Number=Sing 9 flat 9:flat _ 11 to to ADP IN _ 12 case 12:case _ @@ -4297,10 +4301,10 @@ 1 Brian Brian PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 2 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 cop 4:cop _ -4 one one NUM CD NumType=Card 0 root 0:root _ +4 one one NUM CD NumForm=Word|NumType=Card 0 root 0:root _ 5 of of ADP IN _ 9 case 9:case _ 6 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -7 most most ADV RBS _ 9 advmod 9:advmod _ +7 most most ADV RBS Degree=Sup 8 advmod 8:advmod _ 8 crucial crucial ADJ JJ Degree=Pos 9 amod 9:amod _ 9 elements element NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 10 to to ADP IN _ 12 case 12:case _ @@ -4331,7 +4335,7 @@ # newpar id = weblog-typepad.com_ripples_20050410122300_ENG_20050410_122300-p0006 # text = Now, none of this has been confirmed by Google at the present time, but it's an old adage that you follow the money to see who is behind something. 1 Now now ADV RB _ 8 advmod 8:advmod SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 none none NOUN NN Number=Sing 8 nsubj:pass 8:nsubj:pass _ 4 of of ADP IN _ 5 case 5:case _ 5 this this PRON DT Number=Sing|PronType=Dem 3 nmod 3:nmod:of _ @@ -4339,7 +4343,7 @@ 7 been be AUX VBN Tense=Past|VerbForm=Part 8 aux:pass 8:aux:pass _ 8 confirmed confirm VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 9 by by ADP IN _ 10 case 10:case _ -10 Google Google PROPN NNP Number=Sing 8 obl 8:obl:by _ +10 Google Google PROPN NNP Number=Sing 8 obl:agent 8:obl:agent _ 11 at at ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 present present ADJ JJ Degree=Pos 14 amod 14:amod _ @@ -4354,7 +4358,7 @@ 21 adage adage NOUN NN Number=Sing 8 conj 8:conj:but _ 22 that that SCONJ IN _ 24 mark 24:mark _ 23 you you PRON PRP Case=Nom|Person=2|PronType=Prs 24 nsubj 24:nsubj _ -24 follow follow VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 csubj 21:csubj _ +24 follow follow VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 21 csubj 21:csubj _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 26 money money NOUN NN Number=Sing 24 obj 24:obj _ 27 to to PART TO _ 28 mark 28:mark _ @@ -4362,7 +4366,7 @@ 29 who who PRON WP PronType=Int 32 nsubj 32:nsubj _ 30 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 32 cop 32:cop _ 31 behind behind ADP IN _ 32 case 32:case _ -32 something something PRON NN Number=Sing 28 ccomp 28:ccomp SpaceAfter=No +32 something something PRON NN Number=Sing|PronType=Ind 28 ccomp 28:ccomp SpaceAfter=No 33 . . PUNCT . _ 8 punct 8:punct _ # sent_id = weblog-typepad.com_ripples_20050410122300_ENG_20050410_122300-0024 @@ -4370,7 +4374,7 @@ 1 In in ADP IN _ 3 case 3:case _ 2 this this DET DT Number=Sing|PronType=Dem 3 det 3:det _ 3 case case NOUN NN Number=Sing 8 obl 8:obl:in SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 following follow VERB VBG VerbForm=Ger 8 csubj 8:csubj _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 talent talent NOUN NN Number=Sing 5 obj 5:obj _ @@ -4402,7 +4406,7 @@ # text = If you have not already seen the Flash movie Epic , you should take a few minutes and view the future history of media as conceived by Robin Sloan and Matt Thompson, with music by Aaron McLeran. 1 If if SCONJ IN _ 6 mark 6:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 4 not not PART RB _ 6 advmod 6:advmod _ 5 already already ADV RB _ 6 advmod 6:advmod _ 6 seen see VERB VBN Tense=Past|VerbForm=Part 14 advcl 14:advcl:if _ @@ -4410,7 +4414,7 @@ 8 Flash Flash PROPN NNP Number=Sing 9 compound 9:compound _ 9 movie movie NOUN NN Number=Sing 6 obj 6:obj _ 10 Epic Epic PROPN NNP Number=Sing 9 appos 9:appos _ -11 , , PUNCT , _ 14 punct 14:punct _ +11 , , PUNCT , _ 6 punct 6:punct _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj|19:nsubj _ 13 should should AUX MD VerbForm=Fin 14 aux 14:aux _ 14 take take VERB VB VerbForm=Inf 0 root 0:root _ @@ -4425,14 +4429,14 @@ 23 of of ADP IN _ 24 case 24:case _ 24 media media NOUN NN Number=Sing 22 nmod 22:nmod:of _ 25 as as SCONJ IN _ 26 mark 26:mark _ -26 conceived conceive VERB VBN Tense=Past|VerbForm=Part 19 advcl 19:advcl:as _ +26 conceived conceive VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 advcl 19:advcl:as _ 27 by by ADP IN _ 28 case 28:case _ -28 Robin Robin PROPN NNP Number=Sing 26 obl 26:obl:by _ +28 Robin Robin PROPN NNP Number=Sing 26 obl:agent 26:obl:agent _ 29 Sloan Sloan PROPN NNP Number=Sing 28 flat 28:flat _ 30 and and CCONJ CC _ 31 cc 31:cc _ -31 Matt Matt PROPN NNP Number=Sing 28 conj 26:obl:by|28:conj:and _ +31 Matt Matt PROPN NNP Number=Sing 28 conj 26:obl:agent|28:conj:and _ 32 Thompson Thompson PROPN NNP Number=Sing 31 flat 31:flat SpaceAfter=No -33 , , PUNCT , _ 26 punct 26:punct _ +33 , , PUNCT , _ 35 punct 35:punct _ 34 with with ADP IN _ 35 case 35:case _ 35 music music NOUN NN Number=Sing 26 obl 26:obl:with _ 36 by by ADP IN _ 37 case 37:case _ @@ -4451,7 +4455,7 @@ 7 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No 8 GOOGLEZON GOOGLEZON PROPN NNP Number=Sing 4 appos 4:appos _ 9 ) ) PUNCT -RRB- _ 8 punct 8:punct _ -10 create create VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +10 create create VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 11 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 12 brave brave ADJ JJ Degree=Pos 14 amod 14:amod _ 13 new new ADJ JJ Degree=Pos 14 amod 14:amod _ @@ -4459,23 +4463,23 @@ 15 of of ADP IN _ 16 case 16:case _ 16 media media NOUN NN Number=Sing 14 nmod 14:nmod:of _ 17 in in ADP IN _ 18 case 18:case _ -18 2008 2008 NUM CD NumType=Card 10 obl 10:obl:in SpaceAfter=No +18 2008 2008 NUM CD NumForm=Digit|NumType=Card 10 obl 10:obl:in SpaceAfter=No 19 . . PUNCT . _ 10 punct 10:punct _ # sent_id = weblog-typepad.com_ripples_20050410122300_ENG_20050410_122300-0027 # text = This is one thought-provoking film. 1 This this PRON DT Number=Sing|PronType=Dem 7 nsubj 7:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ -3 one one NUM CD NumType=Card 7 nummod 7:nummod _ +3 one one NUM CD NumForm=Word|NumType=Card 7 nummod 7:nummod _ 4 thought thought NOUN NN Number=Sing 6 compound 6:compound SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 6 provoking provoke VERB VBG VerbForm=Ger 7 amod 7:amod _ 7 film film NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 8 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-typepad.com_ripples_20050410122300_ENG_20050410_122300-0028 # text = Every move Google makes brings this particular future closer. -1 Every every DET DT _ 2 det 2:det _ +1 Every every DET DT PronType=Tot 2 det 2:det _ 2 move move NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 Google Google PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 4 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ @@ -4483,28 +4487,28 @@ 6 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ 7 particular particular ADJ JJ Degree=Pos 8 amod 8:amod _ 8 future future NOUN NN Number=Sing 5 obj 5:obj _ -9 closer closer ADV RBR Degree=Cmp 5 advmod 5:advmod SpaceAfter=No +9 closer close ADV RBR Degree=Cmp 5 advmod 5:advmod SpaceAfter=No 10 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-typepad.com_ripples_20050410122300_ENG_20050410_122300-0029 # text = Just one small commment - it's not possible, as far as I know, for Google to "Aquire" Firefox. 1 Just just ADV RB _ 4 advmod 4:advmod _ -2 one one NUM CD NumType=Card 4 nummod 4:nummod _ +2 one one NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 3 small small ADJ JJ Degree=Pos 4 amod 4:amod _ -4 commment commment NOUN NN Number=Sing 0 root 0:root _ -5 - - PUNCT : _ 4 punct 4:punct _ +4 commment comment NOUN NN Number=Sing|Typo=Yes 0 root 0:root CorrectForm=comment +5 - - PUNCT : _ 9 punct 9:punct _ 6-7 it's _ _ _ _ _ _ _ _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 expl 9:expl _ 7 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 not not PART RB _ 9 advmod 9:advmod _ 9 possible possible ADJ JJ Degree=Pos 4 parataxis 4:parataxis SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 12 punct 12:punct _ 11 as as ADV RB _ 12 advmod 12:advmod _ 12 far far ADV RB Degree=Pos 9 advmod 9:advmod _ 13 as as SCONJ IN _ 15 mark 15:mark _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:as SpaceAfter=No -16 , , PUNCT , _ 9 punct 9:punct _ +15 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:as SpaceAfter=No +16 , , PUNCT , _ 21 punct 21:punct _ 17 for for SCONJ IN _ 21 mark 21:mark _ 18 Google Google PROPN NNP Number=Sing 21 nsubj 21:nsubj _ 19 to to PART TO _ 21 mark 21:mark _ @@ -4518,8 +4522,8 @@ # text = They already have rights to take it, alter it, and release those changes to the world - this is what the whole open source thing is about. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 already already ADV RB _ 3 advmod 3:advmod _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 rights rights NOUN NNS Number=Plur 3 obj 3:obj _ +3 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 rights right NOUN NNS Number=Plur 3 obj 3:obj _ 5 to to PART TO _ 6 mark 6:mark _ 6 take take VERB VB VerbForm=Inf 4 acl 4:acl:to _ 7 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 obj 6:obj SpaceAfter=No @@ -4537,31 +4541,31 @@ 19 - - PUNCT , _ 22 punct 22:punct _ 20 this this PRON DT Number=Sing|PronType=Dem 22 nsubj 22:nsubj _ 21 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ -22 what what PRON WP PronType=Int 3 parataxis 3:parataxis _ +22 what what PRON WP PronType=Rel 3 parataxis 3:parataxis _ 23 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 24 whole whole ADJ JJ Degree=Pos 27 amod 27:amod _ 25 open open ADJ JJ Degree=Pos 26 amod 26:amod _ 26 source source NOUN NN Number=Sing 27 compound 27:compound _ 27 thing thing NOUN NN Number=Sing 29 nsubj 29:nsubj _ 28 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 29 cop 29:cop _ -29 about about ADP IN _ 22 acl:relcl 22:acl:relcl SpaceAfter=No +29 about about ADP IN _ 22 acl:relcl 22:acl:relcl Promoted=Yes|SpaceAfter=No 30 . . PUNCT . _ 22 punct 22:punct _ # sent_id = weblog-typepad.com_ripples_20050410122300_ENG_20050410_122300-0031 # text = I'm inclined to say that google is doing what they can to both shape and support the growth of the most popular non-Microsoft browser out there - by taking on the leading lights in Firefox development, they're ensuring the continued life of the project, and ensuring (not that I think they need to) that their voice will be heard admidst the higher echelons of the firefox development team. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 inclined inclined ADJ JJ Degree=Pos 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 say say VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 that that SCONJ IN _ 9 mark 9:mark _ -7 google google PROPN NNP Number=Sing 9 nsubj 9:nsubj _ +7 google Google PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 9 doing do VERB VBG Tense=Pres|VerbForm=Part 5 ccomp 5:ccomp _ -10 what what PRON WP PronType=Int 9 obj 9:obj _ +10 what what PRON WP PronType=Rel 9 obj 9:obj _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 can can AUX MD VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +12 can can AUX MD VerbForm=Fin 10 acl:relcl 10:acl:relcl Promoted=Yes 13 to to PART TO _ 15 mark 15:mark _ 14 both both CCONJ CC _ 15 cc:preconj 15:cc:preconj _ 15 shape shape VERB VB VerbForm=Inf 9 advcl 9:advcl:to _ @@ -4571,13 +4575,13 @@ 19 growth growth NOUN NN Number=Sing 15 obj 15:obj|17:obj _ 20 of of ADP IN _ 25 case 25:case _ 21 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ -22 most most ADV RBS _ 23 advmod 23:advmod _ +22 most most ADV RBS Degree=Sup 23 advmod 23:advmod _ 23 popular popular ADJ JJ Degree=Pos 25 amod 25:amod _ 24 non-Microsoft non-microsoft ADJ JJ Degree=Pos 25 amod 25:amod _ 25 browser browser NOUN NN Number=Sing 19 nmod 19:nmod:of _ 26 out out ADV RB _ 27 advmod 27:advmod _ 27 there there ADV RB PronType=Dem 25 advmod 25:advmod _ -28 - - PUNCT , _ 3 punct 3:punct _ +28 - - PUNCT , _ 41 punct 41:punct _ 29 by by SCONJ IN _ 30 mark 30:mark _ 30 taking take VERB VBG VerbForm=Ger 41 advcl 41:advcl:by _ 31 on on ADP RP _ 30 compound:prt 30:compound:prt _ @@ -4587,13 +4591,13 @@ 35 in in ADP IN _ 37 case 37:case _ 36 Firefox Firefox PROPN NNP Number=Sing 37 compound 37:compound _ 37 development development NOUN NN Number=Sing 34 nmod 34:nmod:in SpaceAfter=No -38 , , PUNCT , _ 41 punct 41:punct _ +38 , , PUNCT , _ 30 punct 30:punct _ 39-40 they're _ _ _ _ _ _ _ _ 39 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 41 nsubj 41:nsubj|50:nsubj _ -40 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 41 aux 41:aux _ +40 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 41 aux 41:aux _ 41 ensuring ensure VERB VBG Tense=Pres|VerbForm=Part 3 parataxis 3:parataxis _ 42 the the DET DT Definite=Def|PronType=Art 44 det 44:det _ -43 continued continue VERB VBN Tense=Past|VerbForm=Part 44 amod 44:amod _ +43 continued continue VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 44 amod 44:amod _ 44 life life NOUN NN Number=Sing 41 obj 41:obj _ 45 of of ADP IN _ 47 case 47:case _ 46 the the DET DT Definite=Def|PronType=Art 47 det 47:det _ @@ -4605,20 +4609,20 @@ 52 not not PART RB _ 50 parataxis 50:parataxis _ 53 that that SCONJ IN _ 55 mark 55:mark _ 54 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 55 nsubj 55:nsubj _ -55 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 52 csubj 52:csubj _ +55 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 52 csubj 52:csubj _ 56 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 57 nsubj 57:nsubj _ -57 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 55 ccomp 55:ccomp _ +57 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 55 ccomp 55:ccomp _ 58 to to PART TO _ 57 xcomp 57:xcomp SpaceAfter=No 59 ) ) PUNCT -RRB- _ 52 punct 52:punct _ 60 that that SCONJ IN _ 65 mark 65:mark _ -61 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 62 nmod:poss 62:nmod:poss _ +61 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 62 nmod:poss 62:nmod:poss _ 62 voice voice NOUN NN Number=Sing 65 nsubj:pass 65:nsubj:pass _ 63 will will AUX MD VerbForm=Fin 65 aux 65:aux _ 64 be be AUX VB VerbForm=Inf 65 aux:pass 65:aux:pass _ 65 heard hear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 50 ccomp 50:ccomp _ -66 admidst amidst ADP IN Typo=Yes 69 case 69:case _ +66 admidst amidst ADP IN Typo=Yes 69 case 69:case CorrectForm=amidst 67 the the DET DT Definite=Def|PronType=Art 69 det 69:det _ -68 higher higher ADJ JJR Degree=Cmp 69 amod 69:amod _ +68 higher high ADJ JJR Degree=Cmp 69 amod 69:amod _ 69 echelons echelon NOUN NNS Number=Plur 65 obl 65:obl:amidst _ 70 of of ADP IN _ 74 case 74:case _ 71 the the DET DT Definite=Def|PronType=Art 74 det 74:det _ @@ -4633,13 +4637,13 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 expl 4:expl _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ -4 sort sort NOUN NN Number=Sing 0 root 0:root _ +4 sort sort NOUN NN Number=Sing 0 root 0:root|10:nsubj _ 5 of of ADP IN _ 8 case 8:case _ 6 enlightened enlightened ADJ JJ Degree=Pos 8 amod 8:amod _ 7 self self NOUN NN Number=Sing 8 compound 8:compound _ 8 interest interest NOUN NN Number=Sing 4 nmod 4:nmod:of _ -9 that that PRON WDT PronType=Dem 10 nsubj 10:nsubj _ -10 keeps keep VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 csubj 4:csubj _ +9 that that PRON WDT PronType=Rel 10 nsubj 4:ref _ +10 keeps keep VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 advcl:relcl 4:advcl:relcl _ 11 large large ADJ JJ Degree=Pos 14 amod 14:amod _ 12 open open ADJ JJ Degree=Pos 13 amod 13:amod _ 13 source source NOUN NN Number=Sing 14 compound 14:compound _ @@ -4670,10 +4674,10 @@ # newpar id = weblog-typepad.com_ripples_20050410122300_ENG_20050410_122300-p0007 # text = Malach, What you say makes sense. 1 Malach Malach PROPN NNP Number=Sing 6 vocative 6:vocative SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ -3 What what PRON WP PronType=Int 6 nsubj 6:nsubj _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 What what PRON WP PronType=Rel 6 nsubj 5:obj|6:nsubj _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +5 say say VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 sense sense NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No 8 . . PUNCT . _ 6 punct 6:punct _ @@ -4746,17 +4750,18 @@ 8 with with ADP IN _ 14 case 14:case _ 9 Muqtada Muqtada PROPN NNP Number=Sing 14 nmod:poss 14:nmod:poss _ 10 al al PROPN NNP Number=Sing 9 flat 9:flat SpaceAfter=No -11 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No -12 Sadr Sadr PROPN NNP Number=Sing 9 flat 9:flat SpaceAfter=No +11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +12-13 Sadr's _ _ _ _ _ _ _ _ +12 Sadr Sadr PROPN NNP Number=Sing 9 flat 9:flat _ 13 's 's PART POS _ 9 case 9:case _ 14 movement movement NOUN NN Number=Sing 7 nmod 7:nmod:with _ 15 only only ADV RB _ 17 advmod 17:advmod _ -16 three three NUM CD NumType=Card 17 nummod 17:nummod _ +16 three three NUM CD NumForm=Word|NumType=Card 17 nummod 17:nummod _ 17 months month NOUN NNS Number=Plur 18 obl:tmod 18:obl:tmod _ 18 before before SCONJ IN _ 23 mark 23:mark _ 19 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 20 Coalition Coalition PROPN NNP Number=Sing 22 compound 22:compound _ -21 Provisional Provisional PROPN NNP Number=Sing 22 compound 22:compound _ +21 Provisional Provisional ADJ NNP Degree=Pos 22 amod 22:amod _ 22 Authority Authority PROPN NNP Number=Sing 23 nsubj 23:nsubj _ 23 goes go VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:before _ 24 out out ADP IN _ 26 case 26:case _ @@ -4765,7 +4770,7 @@ 27 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 28 to to PART TO _ 30 mark 30:mark _ 29 be be AUX VB VerbForm=Inf 30 aux:pass 30:aux:pass _ -30 seen see VERB VBN Tense=Past|VerbForm=Part 27 xcomp 27:xcomp _ +30 seen see VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 27 xcomp 27:xcomp _ 31 as as ADP IN _ 33 case 33:case _ 32 a a DET DT Definite=Ind|PronType=Art 33 det 33:det _ 33 form form NOUN NN Number=Sing 30 obl 30:obl:as _ @@ -4779,23 +4784,23 @@ # sent_id = weblog-juancole.com_juancole_20040404101100_ENG_20040404_101100-0002 # text = How did the CPA get to the point where it has turned even Iraqi Shiites, who were initially grateful for the removal of Saddam Hussein, against the United States? 1 How how ADV WRB PronType=Int 5 advmod 5:advmod _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 CPA CPA PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 5 get get VERB VB VerbForm=Inf 0 root 0:root _ 6 to to ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -8 point point NOUN NN Number=Sing 5 obl 5:obl:to _ -9 where where ADV WRB PronType=Rel 12 advmod 12:advmod _ +8 point point NOUN NN Number=Sing 5 obl 5:obl:to|12:obl _ +9 where where ADV WRB PronType=Rel 12 advmod 8:ref _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 11 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 turned turn VERB VBN Tense=Past|VerbForm=Part 8 acl:relcl 8:acl:relcl _ 13 even even ADV RB _ 15 advmod 15:advmod _ -14 Iraqi iraqi ADJ JJ Degree=Pos 15 amod 15:amod _ -15 Shiites Shiites PROPN NNPS Number=Plur 12 obj 12:obj|20:nsubj SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ +14 Iraqi Iraqi ADJ JJ Degree=Pos 15 amod 15:amod _ +15 Shiites Shiite PROPN NNPS Number=Plur 12 obj 12:obj|20:nsubj SpaceAfter=No +16 , , PUNCT , _ 20 punct 20:punct _ 17 who who PRON WP PronType=Rel 20 nsubj 15:ref _ -18 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 cop 20:cop _ +18 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 20 cop 20:cop _ 19 initially initially ADV RB _ 20 advmod 20:advmod _ 20 grateful grateful ADJ JJ Degree=Pos 15 acl:relcl 15:acl:relcl _ 21 for for ADP IN _ 23 case 23:case _ @@ -4804,11 +4809,11 @@ 24 of of ADP IN _ 25 case 25:case _ 25 Saddam Saddam PROPN NNP Number=Sing 23 nmod 23:nmod:of _ 26 Hussein Hussein PROPN NNP Number=Sing 25 flat 25:flat SpaceAfter=No -27 , , PUNCT , _ 12 punct 12:punct _ +27 , , PUNCT , _ 31 punct 31:punct _ 28 against against ADP IN _ 31 case 31:case _ 29 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ -30 United United PROPN NNP Number=Sing 31 compound 31:compound _ -31 States States PROPN NNP Number=Sing 12 obl 12:obl:against SpaceAfter=No +30 United United ADJ NNP Degree=Pos 31 amod 31:amod _ +31 States State PROPN NNPS Number=Plur 12 obl 12:obl:against SpaceAfter=No 32 ? ? PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-juancole.com_juancole_20040404101100_ENG_20040404_101100-0003 @@ -4818,20 +4823,20 @@ 3 risks risk VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 fighting fight VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ 5 dual dual ADJ JJ Degree=Pos 10 amod 10:amod _ -6 Sunni sunni ADJ JJ Degree=Pos 7 amod 7:amod _ -7 Arab arab ADJ JJ Degree=Pos 10 amod 10:amod _ +6 Sunni Sunni ADJ JJ Degree=Pos 7 amod 7:amod _ +7 Arab Arab ADJ JJ Degree=Pos 10 amod 10:amod _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 Shiite shiite ADJ JJ Degree=Pos 7 conj 7:conj:and|10:amod _ +9 Shiite Shiite ADJ JJ Degree=Pos 7 conj 7:conj:and|10:amod _ 10 insurgencies insurgency NOUN NNS Number=Plur 4 obj 4:obj _ 11 simultaneously simultaneously ADV RB _ 4 advmod 4:advmod SpaceAfter=No -12 , , PUNCT , _ 4 punct 4:punct _ +12 , , PUNCT , _ 15 punct 15:punct _ 13 at at ADP IN _ 15 case 15:case _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ -15 time time NOUN NN Number=Sing 4 obl 4:obl:at _ -16 when when ADV WRB PronType=Rel 20 advmod 20:advmod _ +15 time time NOUN NN Number=Sing 4 obl 4:obl:at|20:obl:tmod _ +16 when when ADV WRB PronType=Rel 20 advmod 15:ref _ 17 US US PROPN NNP Number=Sing 18 compound 18:compound _ 18 troops troops NOUN NNS Number=Plur 20 nsubj 20:nsubj|26:nsubj|28:nsubj:xsubj _ -19 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +19 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 20 rotating rotate VERB VBG Tense=Pres|VerbForm=Part 15 acl:relcl 15:acl:relcl _ 21 on on ADP IN _ 24 case 24:case _ 22 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ @@ -4841,7 +4846,7 @@ 26 hoping hope VERB VBG Tense=Pres|VerbForm=Part 20 conj 15:acl:relcl|20:conj:and _ 27 to to PART TO _ 28 mark 28:mark _ 28 downsize downsize VERB VB VerbForm=Inf 26 xcomp 26:xcomp _ -29 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +29 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 30 forces force NOUN NNS Number=Plur 28 obj 28:obj _ 31 in in ADP IN _ 32 case 32:case _ 32 country country NOUN NN Number=Sing 30 nmod 30:nmod:in SpaceAfter=No @@ -4851,16 +4856,16 @@ # text = At a time when the Spanish, Thai and other contingents are already committed to leaving, and the UN is reluctant to get involved? 1 At at ADP IN _ 3 case 3:case _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ -3 time time NOUN NN Number=Sing 0 root 0:root _ -4 when when ADV WRB PronType=Rel 14 advmod 14:advmod _ +3 time time NOUN NN Number=Sing 0 root 0:root|14:obl:tmod _ +4 when when ADV WRB PronType=Rel 14 advmod 3:ref _ 5 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -6 Spanish spanish ADJ JJ Degree=Pos 11 amod 11:amod SpaceAfter=No +6 Spanish Spanish ADJ JJ Degree=Pos 11 amod 11:amod SpaceAfter=No 7 , , PUNCT , _ 8 punct 8:punct _ -8 Thai thai ADJ JJ Degree=Pos 6 conj 6:conj:and|11:amod _ +8 Thai Thai ADJ JJ Degree=Pos 6 conj 6:conj:and|11:amod _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 other other ADJ JJ Degree=Pos 6 conj 6:conj:and|11:amod _ 11 contingents contingent NOUN NNS Number=Plur 14 nsubj 14:nsubj _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 13 already already ADV RB _ 14 advmod 14:advmod _ 14 committed committed ADJ JJ Degree=Pos 3 acl:relcl 3:acl:relcl _ 15 to to SCONJ IN _ 16 mark 16:mark _ @@ -4878,13 +4883,13 @@ # sent_id = weblog-juancole.com_juancole_20040404101100_ENG_20040404_101100-0005 # text = One answer is that the Pentagon prevented the State Department from running the CPA. -1 One one NUM CD NumType=Card 2 nummod 2:nummod _ -2 answer answer NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 One one NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ +2 answer answer NOUN NN Number=Sing 7 nsubj:outer 7:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 that that SCONJ IN _ 7 mark 7:mark _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 Pentagon Pentagon PROPN NNP Number=Sing 7 nsubj 7:nsubj _ -7 prevented prevent VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +7 prevented prevent VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 State State PROPN NNP Number=Sing 10 compound 10:compound _ 10 Department Department PROPN NNP Number=Sing 7 obj 7:obj _ @@ -4892,7 +4897,7 @@ 12 running run VERB VBG VerbForm=Ger 7 advcl 7:advcl:from _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 CPA CPA PROPN NNP Number=Sing 12 obj 12:obj SpaceAfter=No -15 . . PUNCT . _ 3 punct 3:punct _ +15 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-juancole.com_juancole_20040404101100_ENG_20040404_101100-0006 # text = State is the body with experience in international affairs and administration. @@ -4919,8 +4924,8 @@ 6 of of ADP IN _ 7 case 7:case _ 7 Defense Defense PROPN NNP Number=Sing 5 nmod 5:nmod:of _ 8 only only ADV RB _ 9 advmod 9:advmod _ -9 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -10 how how SCONJ WRB PronType=Int 12 mark 12:mark _ +9 know know VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +10 how how ADV WRB PronType=Int 12 advmod 12:advmod _ 11 to to PART TO _ 12 mark 12:mark _ 12 blow blow VERB VB VerbForm=Inf 9 ccomp 9:ccomp _ 13 things thing NOUN NNS Number=Plur 12 obj 12:obj _ @@ -4934,42 +4939,42 @@ 3 Wolfowitz Wolfowitz PROPN NNP Number=Sing 1 conj 1:conj:and|6:nsubj _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 Feith Feith PROPN NNP Number=Sing 1 conj 1:conj:and|6:nsubj _ -6 staffed staff VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 staffed staff VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 CPA CPA PROPN NNP Number=Sing 6 obj 6:obj _ 9 with with ADP IN _ 10 case 10:case _ -10 Neoconservatives neoconservative NOUN NNS Number=Plur 6 obl 6:obl:with|12:nmod SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +10 Neoconservatives neoconservative NOUN NNS Number=Plur 6 obl 6:obl:with|12:nmod:of SpaceAfter=No +11 , , PUNCT , _ 15 punct 15:punct _ 12 most most ADJ JJS Degree=Sup 15 nsubj 15:nsubj _ 13 of of ADP IN _ 14 case 14:case _ -14 whom whom PRON WP PronType=Int 12 nmod 10:ref _ -15 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ -16 no no DET DT _ 18 det 18:det _ +14 whom whom PRON WP PronType=Rel 12 nmod 10:ref _ +15 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +16 no no DET DT PronType=Neg 18 det 18:det _ 17 administrative administrative ADJ JJ Degree=Pos 18 amod 18:amod _ 18 experience experience NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No 19 , , PUNCT , _ 21 punct 21:punct _ -20 no no DET DT _ 21 det 21:det _ +20 no no DET DT PronType=Neg 21 det 21:det _ 21 Arabic Arabic PROPN NNP Number=Sing 18 conj 15:obj|18:conj:and SpaceAfter=No 22 , , PUNCT , _ 25 punct 25:punct _ 23 and and CCONJ CC _ 25 cc 25:cc _ -24 no no DET DT _ 25 det 25:det _ +24 no no DET DT PronType=Neg 25 det 25:det _ 25 respect respect NOUN NN Number=Sing 18 conj 15:obj|18:conj:and _ 26 for for ADP IN _ 28 case 28:case _ -27 Muslim muslim ADJ JJ Degree=Pos 28 amod 28:amod _ +27 Muslim Muslim ADJ JJ Degree=Pos 28 amod 28:amod _ 28 culture culture NOUN NN Number=Sing 25 nmod 25:nmod:for _ -29 ( ( PUNCT -LRB- _ 25 punct 25:punct SpaceAfter=No +29 ( ( PUNCT -LRB- _ 31 punct 31:punct SpaceAfter=No 30 or or CCONJ CC _ 31 cc 31:cc _ 31 knowledge knowledge NOUN NN Number=Sing 25 conj 25:conj:or _ 32 about about ADP IN _ 33 case 33:case _ 33 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 31 nmod 31:nmod:about SpaceAfter=No -34 ) ) PUNCT -RRB- _ 25 punct 25:punct SpaceAfter=No +34 ) ) PUNCT -RRB- _ 31 punct 31:punct SpaceAfter=No 35 . . PUNCT . _ 6 punct 6:punct _ # sent_id = weblog-juancole.com_juancole_20040404101100_ENG_20040404_101100-0009 # text = They actively excluded State Department Iraq hands like Tom Warrick. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 actively actively ADV RB _ 3 advmod 3:advmod _ -3 excluded exclude VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 excluded exclude VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 State State PROPN NNP Number=Sing 5 compound 5:compound _ 5 Department Department PROPN NNP Number=Sing 7 compound 7:compound _ 6 Iraq Iraq PROPN NNP Number=Sing 7 compound 7:compound _ @@ -4984,7 +4989,7 @@ 1 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No 2 Only only ADV RB _ 3 advmod 3:advmod _ 3 recently recently ADV RB _ 12 advmod 12:advmod _ -4 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +4 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 5 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 6 few few ADJ JJ Degree=Pos 10 amod 10:amod _ 7 experienced experienced ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -5012,8 +5017,8 @@ 3 in in ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 CPA CPA PROPN NNP Number=Sing 2 nmod 2:nmod:in _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -7 all all DET DT _ 8 det 8:det _ +6 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 all all DET DT PronType=Tot 8 det 8:det _ 8 sorts sort NOUN NNS Number=Plur 6 obj 6:obj _ 9 of of ADP IN _ 11 case 11:case _ 10 ulterior ulterior ADJ JJ Degree=Pos 11 amod 11:amod _ @@ -5022,24 +5027,24 @@ 13 social social ADJ JJ Degree=Pos 14 amod 14:amod _ 14 experiments experiment NOUN NNS Number=Plur 11 conj 8:nmod:of|11:conj:and _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj|18:nsubj:xsubj _ -16 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +16 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 17 to to PART TO _ 18 mark 18:mark _ 18 impose impose VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 19 on on ADP IN _ 22 case 22:case _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -21 Iraqi iraqi ADJ JJ Degree=Pos 22 amod 22:amod _ +21 Iraqi Iraqi ADJ JJ Degree=Pos 22 amod 22:amod _ 22 people people NOUN NNS Number=Plur 18 obl 18:obl:on SpaceAfter=No -23 , , PUNCT , _ 11 punct 11:punct _ +23 , , PUNCT , _ 30 punct 30:punct _ 24 including include VERB VBG VerbForm=Ger 30 case 30:case _ 25 Polish Polish PROPN NNP Number=Sing 27 compound 27:compound SpaceAfter=No -26 - - PUNCT HYPH _ 27 punct 27:punct SpaceAfter=No +26 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No 27 style style NOUN NN Number=Sing 30 compound 30:compound _ 28 economic economic ADJ JJ Degree=Pos 29 amod 29:amod _ 29 shock shock NOUN NN Number=Sing 30 compound 30:compound _ -30 therapy therapy NOUN NN Number=Sing 11 nmod 11:nmod:include SpaceAfter=No +30 therapy therapy NOUN NN Number=Sing 11 nmod 11:nmod:including SpaceAfter=No 31 , , PUNCT , _ 33 punct 33:punct _ -32 some some DET DT _ 33 det 33:det _ -33 sort sort NOUN NN Number=Sing 30 conj 11:nmod:include|30:conj:and _ +32 some some DET DT PronType=Ind 33 det 33:det _ +33 sort sort NOUN NN Number=Sing 30 conj 11:nmod:including|30:conj:and _ 34 of of ADP IN _ 36 case 36:case _ 35 sweetheart sweetheart NOUN NN Number=Sing 36 compound 36:compound _ 36 deal deal NOUN NN Number=Sing 33 nmod 33:nmod:of _ @@ -5049,12 +5054,12 @@ 40 and and CCONJ CC _ 43 cc 43:cc _ 41 maybe maybe ADV RB _ 43 advmod 43:advmod _ 42 even even ADV RB _ 43 advmod 43:advmod _ -43 breaking break VERB VBG VerbForm=Ger 30 conj 11:nmod:include|30:conj:and _ +43 breaking break VERB VBG VerbForm=Ger 30 conj 11:nmod:including|30:conj:and _ 44 the the DET DT Definite=Def|PronType=Art 45 det 45:det _ 45 country country NOUN NN Number=Sing 43 obj 43:obj _ 46 up up ADP RP _ 43 compound:prt 43:compound:prt _ 47 into into ADP IN _ 49 case 49:case _ -48 three three NUM CD NumType=Card 49 nummod 49:nummod _ +48 three three NUM CD NumForm=Word|NumType=Card 49 nummod 49:nummod _ 49 parts part NOUN NNS Number=Plur 43 obl 43:obl:into SpaceAfter=No 50 . . PUNCT . _ 6 punct 6:punct _ @@ -5068,20 +5073,20 @@ 5-6 Who's _ _ _ _ _ _ _ _ 5 Who who PRON WP PronType=Int 7 nsubj 7:nsubj _ 6 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ -7 Who who PRON WP PronType=Int 12 csubj 12:csubj _ +7 Who who PRON WP PronType=Int 12 csubj 12:csubj|13:csubj:xsubj _ 8 of of ADP IN _ 9 case 9:case _ -9 Neocons Neocons PROPN NNPS Number=Plur 7 nmod 7:nmod:of _ +9 Neocons Neocon PROPN NNPS Number=Plur 7 nmod 7:nmod:of _ 10 in in ADP IN _ 11 case 11:case _ 11 Iraq Iraq PROPN NNP Number=Sing 9 nmod 9:nmod:in _ 12 helps help VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -13 explain explain VERB VB VerbForm=Inf 12 ccomp 12:ccomp _ +13 explain explain VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 15 extreme extreme ADJ JJ Degree=Pos 16 amod 16:amod _ 16 incompetence incompetence NOUN NN Number=Sing 13 obj 13:obj _ 17 and and CCONJ CC _ 21 cc 21:cc _ 18 possibly possibly ADV RB _ 21 advmod 21:advmod _ 19 double double ADJ JJ Degree=Pos 21 amod 21:amod SpaceAfter=No -20 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No +20 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No 21 dealing dealing NOUN NN Number=Sing 16 conj 13:obj|16:conj:and _ 22 of of ADP IN _ 23 case 23:case _ 23 many many ADJ JJ Degree=Pos 16 nmod 16:nmod:of _ @@ -5092,13 +5097,13 @@ # sent_id = weblog-juancole.com_juancole_20040404101100_ENG_20040404_101100-0013 # text = Sept. 11 Commission member Philip Zelikow, who is close to the Bush administration, admitted on Sept. 10, 2002, that the ulterior motive of the Bush administration for the Iraq War was to "protect Israel," according to the Asian Times . -1 Sept. Sept. PROPN NNP Number=Sing 3 compound 3:compound _ -2 11 11 PROPN NNP Number=Sing 1 nummod 1:nummod _ +1 Sept. September PROPN NNP Abbr=Yes|Number=Sing 3 compound 3:compound CorrectForm=September +2 11 11 NUM NNP NumForm=Digit|NumType=Card 1 nummod 1:nummod _ 3 Commission Commission PROPN NNP Number=Sing 4 compound 4:compound _ 4 member member NOUN NN Number=Sing 5 compound 5:compound _ 5 Philip Philip PROPN NNP Number=Sing 16 nsubj 10:nsubj|16:nsubj _ 6 Zelikow Zelikow PROPN NNP Number=Sing 5 flat 5:flat SpaceAfter=No -7 , , PUNCT , _ 5 punct 5:punct _ +7 , , PUNCT , _ 10 punct 10:punct _ 8 who who PRON WP PronType=Rel 10 nsubj 5:ref _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 close close ADJ JJ Degree=Pos 5 acl:relcl 5:acl:relcl _ @@ -5106,18 +5111,18 @@ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 Bush Bush PROPN NNP Number=Sing 10 obl 10:obl:to _ 14 administration administration NOUN NN Number=Sing 13 flat 13:flat SpaceAfter=No -15 , , PUNCT , _ 16 punct 16:punct _ -16 admitted admit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +15 , , PUNCT , _ 5 punct 5:punct _ +16 admitted admit VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 17 on on ADP IN _ 18 case 18:case _ -18 Sept. Sept. PROPN NNP Number=Sing 16 obl 16:obl:on _ -19 10 10 NUM CD NumType=Card 18 nummod 18:nummod SpaceAfter=No -20 , , PUNCT , _ 18 punct 18:punct _ -21 2002 2002 NUM CD NumType=Card 18 nummod 18:nummod SpaceAfter=No -22 , , PUNCT , _ 16 punct 16:punct _ -23 that that SCONJ IN _ 35 mark 35:mark _ +18 Sept. September PROPN NNP Abbr=Yes|Number=Sing 16 obl 16:obl:on CorrectForm=September +19 10 10 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod SpaceAfter=No +20 , , PUNCT , _ 21 punct 21:punct _ +21 2002 2002 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod SpaceAfter=No +22 , , PUNCT , _ 38 punct 38:punct _ +23 that that SCONJ IN _ 38 mark 38:mark _ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 25 ulterior ulterior ADJ JJ Degree=Pos 26 amod 26:amod _ -26 motive motive NOUN NN Number=Sing 35 nsubj 35:nsubj _ +26 motive motive NOUN NN Number=Sing 38 nsubj:outer 38:nsubj:outer _ 27 of of ADP IN _ 29 case 29:case _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 29 Bush Bush PROPN NNP Number=Sing 26 nmod 26:nmod:of _ @@ -5126,24 +5131,24 @@ 32 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ 33 Iraq Iraq PROPN NNP Number=Sing 34 compound 34:compound _ 34 War War PROPN NNP Number=Sing 26 nmod 26:nmod:for _ -35 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 ccomp 16:ccomp _ +35 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 38 cop 38:cop _ 36 to to PART TO _ 38 mark 38:mark _ 37 " " PUNCT `` _ 38 punct 38:punct SpaceAfter=No -38 protect protect VERB VB VerbForm=Inf 35 ccomp 35:ccomp _ +38 protect protect VERB VB VerbForm=Inf 16 ccomp 16:ccomp _ 39 Israel Israel PROPN NNP Number=Sing 38 obj 38:obj SpaceAfter=No -40 , , PUNCT , _ 16 punct 16:punct SpaceAfter=No -41 " " PUNCT '' _ 16 punct 16:punct _ -42 according accord VERB VBG VerbForm=Ger 46 case 46:case _ +40 , , PUNCT , _ 38 punct 38:punct SpaceAfter=No +41 " " PUNCT '' _ 38 punct 38:punct _ +42 according accord VERB VBG ExtPos=ADP|VerbForm=Ger 46 case 46:case _ 43 to to ADP IN _ 42 fixed 42:fixed _ 44 the the DET DT Definite=Def|PronType=Art 46 det 46:det _ -45 Asian Asian PROPN NNP Number=Sing 46 compound 46:compound _ -46 Times Times PROPN NNP Number=Sing 16 obl 16:obl:accord_to _ +45 Asian Asian ADJ NNP Degree=Pos 46 amod 46:amod _ +46 Times Times PROPN NNP Number=Sing 16 obl 16:obl:according_to _ 47 . . PUNCT . _ 16 punct 16:punct _ # sent_id = weblog-juancole.com_juancole_20040404101100_ENG_20040404_101100-0014 # text = I have long been a trenchant critic of the Sadrists. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 3 long long ADV RB Degree=Pos 7 advmod 7:advmod _ 4 been be AUX VBN Tense=Past|VerbForm=Part 7 cop 7:cop _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -5151,7 +5156,7 @@ 7 critic critic NOUN NN Number=Sing 0 root 0:root _ 8 of of ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -10 Sadrists Sadrists PROPN NNPS Number=Plur 7 nmod 7:nmod:of SpaceAfter=No +10 Sadrists Sadrist PROPN NNPS Number=Plur 7 nmod 7:nmod:of SpaceAfter=No 11 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-juancole.com_juancole_20040404101100_ENG_20040404_101100-0015 @@ -5159,12 +5164,12 @@ 1 But but CCONJ CC _ 8 cc 8:cc _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 3-4 haven't _ _ _ _ _ _ _ _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +3 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 4 n't not PART RB _ 8 advmod 8:advmod _ 5 been be AUX VBN Tense=Past|VerbForm=Part 8 cop 8:cop _ 6 up up ADP IN _ 8 case 8:case _ 7 to to ADP IN _ 6 fixed 6:fixed _ -8 anything anything PRON NN Number=Sing 0 root 0:root _ +8 anything anything PRON NN Number=Sing|PronType=Ind 0 root 0:root _ 9 extraordinary extraordinary ADJ JJ Degree=Pos 8 amod 8:amod _ 10 as as ADV RB _ 11 advmod 11:advmod _ 11 far far ADV RB Degree=Pos 8 advmod 8:advmod _ @@ -5179,14 +5184,14 @@ # sent_id = weblog-juancole.com_juancole_20040404101100_ENG_20040404_101100-0016 # text = Someone in the CPA sat down and thought up ways to stir them up by closing their newspaper and issuing 28 arrest warrants and taking in people like Yaqubi. -1 Someone someone PRON NN Number=Sing 5 nsubj 5:nsubj|8:nsubj _ +1 Someone someone PRON NN Number=Sing|PronType=Ind 5 nsubj 5:nsubj|8:nsubj _ 2 in in ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 CPA CPA PROPN NNP Number=Sing 1 nmod 1:nmod:in _ -5 sat sit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 sat sit VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 down down ADV RB _ 5 advmod 5:advmod _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +8 thought think VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 9 up up ADP RP _ 8 compound:prt 8:compound:prt _ 10 ways way NOUN NNS Number=Plur 8 obj 8:obj _ 11 to to PART TO _ 12 mark 12:mark _ @@ -5195,11 +5200,11 @@ 14 up up ADP RP _ 12 compound:prt 12:compound:prt _ 15 by by SCONJ IN _ 16 mark 16:mark _ 16 closing close VERB VBG VerbForm=Ger 12 advcl 12:advcl:by _ -17 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 newspaper newspaper NOUN NN Number=Sing 16 obj 16:obj _ 19 and and CCONJ CC _ 20 cc 20:cc _ 20 issuing issue VERB VBG VerbForm=Ger 16 conj 12:advcl:by|16:conj:and _ -21 28 28 NUM CD NumType=Card 23 nummod 23:nummod _ +21 28 28 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ 22 arrest arrest NOUN NN Number=Sing 23 compound 23:compound _ 23 warrants warrant NOUN NNS Number=Plur 20 obj 20:obj _ 24 and and CCONJ CC _ 25 cc 25:cc _ @@ -5240,29 +5245,29 @@ 4 classical classical ADJ JJ Degree=Pos 6 amod 6:amod _ 5 logical logical ADJ JJ Degree=Pos 6 amod 6:amod _ 6 fallacy fallacy NOUN NN Number=Sing 2 nsubj 2:nsubj SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 8 punct 8:punct _ 8 post post X FW Foreign=Yes 6 appos 6:appos _ -9 hoc hoc X FW Foreign=Yes 8 flat:foreign 8:flat:foreign _ -10 ergo ergo X FW Foreign=Yes 8 flat:foreign 8:flat:foreign _ -11 propter propter X FW Foreign=Yes 8 flat:foreign 8:flat:foreign _ -12 hoc hoc X FW Foreign=Yes 8 flat:foreign 8:flat:foreign _ +9 hoc hoc X FW Foreign=Yes 8 flat 8:flat _ +10 ergo ergo X FW Foreign=Yes 8 flat 8:flat _ +11 propter propter X FW Foreign=Yes 8 flat 8:flat _ +12 hoc hoc X FW Foreign=Yes 8 flat 8:flat _ 13 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No -14 Z z NOUN NN Number=Sing 15 nsubj 15:nsubj _ +14 Z Z NOUN NN Number=Sing 15 nsubj 15:nsubj _ 15 happens happen VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 parataxis 12:parataxis _ 16 after after ADP IN _ 17 case 17:case _ -17 X x NOUN NN Number=Sing 15 obl 15:obl:after SpaceAfter=No -18 , , PUNCT , _ 15 punct 15:punct _ +17 X X NOUN NN Number=Sing 15 obl 15:obl:after SpaceAfter=No +18 , , PUNCT , _ 22 punct 22:punct _ 19 therefore therefore ADV RB _ 22 advmod 22:advmod _ -20 Z z NOUN NN Number=Sing 22 nsubj:pass 22:nsubj:pass _ +20 Z Z NOUN NN Number=Sing 22 nsubj:pass 22:nsubj:pass _ 21 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 aux:pass 22:aux:pass _ 22 caused cause VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 parataxis 15:parataxis _ 23 by by ADP IN _ 24 case 24:case _ -24 X x NOUN NN Number=Sing 22 obl 22:obl:by SpaceAfter=No +24 X X NOUN NN Number=Sing 22 obl:agent 22:obl:agent SpaceAfter=No 25 ) ) PUNCT -RRB- _ 15 punct 15:punct SpaceAfter=No 26 , , PUNCT , _ 29 punct 29:punct _ 27 and and CCONJ CC _ 29 cc 29:cc _ 28 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 29 nsubj 29:nsubj|30:nsubj:xsubj _ -29 keep keep VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +29 keep keep VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 30 revising revise VERB VBG VerbForm=Ger 29 xcomp 29:xcomp _ 31 this this DET DT Number=Sing|PronType=Dem 32 det 32:det _ 32 posting posting NOUN NN Number=Sing 30 obj 30:obj _ @@ -5271,7 +5276,7 @@ 35 because because SCONJ IN _ 39 mark 39:mark _ 36 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 39 nsubj 39:nsubj|41:nsubj:xsubj _ 37-38 don't _ _ _ _ _ _ _ _ -37 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 39 aux 39:aux _ +37 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 39 aux 39:aux _ 38 n't not PART RB _ 39 advmod 39:advmod _ 39 want want VERB VB VerbForm=Inf 30 advcl 30:advcl:because _ 40 to to PART TO _ 41 mark 41:mark _ @@ -5284,20 +5289,20 @@ # text = But sometimes, of course, when Z happens after X it is because of X. 1 But but CCONJ CC _ 13 cc 13:cc _ 2 sometimes sometimes ADV RB _ 13 advmod 13:advmod SpaceAfter=No -3 , , PUNCT , _ 13 punct 13:punct _ -4 of of ADV RB _ 13 advmod 13:advmod _ -5 course course ADV RB _ 4 fixed 4:fixed SpaceAfter=No -6 , , PUNCT , _ 13 punct 13:punct _ -7 when when SCONJ WRB PronType=Int 9 mark 9:mark _ -8 Z z NOUN NN Number=Sing 9 nsubj 9:nsubj _ -9 happens happen VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 csubj 13:csubj _ +3 , , PUNCT , _ 2 punct 2:punct _ +4 of of ADP IN ExtPos=ADV 13 advmod 13:advmod _ +5 course course NOUN NN Number=Sing 4 fixed 4:fixed SpaceAfter=No +6 , , PUNCT , _ 4 punct 4:punct _ +7 when when ADV WRB PronType=Int 9 advmod 9:advmod _ +8 Z Z NOUN NN Number=Sing 9 nsubj 9:nsubj _ +9 happens happen VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl _ 10 after after ADP IN _ 11 case 11:case _ -11 X x NOUN NN Number=Sing 9 obl 9:obl:after _ +11 X X NOUN NN Number=Sing 9 obl 9:obl:after _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 expl 13:expl _ -13 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 14 because because ADP IN _ 16 case 16:case _ 15 of of ADP IN _ 14 fixed 14:fixed _ -16 X x NOUN NN Number=Sing 13 obl 13:obl:because_of SpaceAfter=No +16 X X NOUN NN Number=Sing 13 obl 13:obl:because_of SpaceAfter=No 17 . . PUNCT . _ 13 punct 13:punct _ # sent_id = weblog-juancole.com_juancole_20040404101100_ENG_20040404_101100-0020 @@ -5312,16 +5317,16 @@ 8 out out ADV RB _ 7 advmod 7:advmod _ 9 with with ADP IN _ 10 case 10:case _ 10 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obl 7:obl:with SpaceAfter=No -11 : : PUNCT : _ 7 punct 7:punct _ +11 : : PUNCT : _ 15 punct 15:punct _ 12 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 expl 15:expl _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 14 pretty pretty ADV RB _ 15 advmod 15:advmod _ 15 suspicious suspicious ADJ JJ Degree=Pos 7 parataxis 7:parataxis SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ -17 given give VERB VBN Tense=Past|VerbForm=Part 20 case 20:case _ +16 , , PUNCT , _ 20 punct 20:punct _ +17 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 case 20:case _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 19 Neocon neocon NOUN NN Number=Sing 20 compound 20:compound _ -20 predominance predominance NOUN NN Number=Sing 15 obl 15:obl:give _ +20 predominance predominance NOUN NN Number=Sing 15 obl 15:obl:given _ 21 in in ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 CPA CPA PROPN NNP Number=Sing 20 nmod 20:nmod:in _ @@ -5337,9 +5342,9 @@ 33 that that SCONJ IN _ 38 mark 38:mark _ 34 on on ADP IN _ 35 case 35:case _ 35 April April PROPN NNP Number=Sing 38 obl 38:obl:on _ -36 2 2 NUM CD NumType=Card 35 nummod 35:nummod _ +36 2 2 NUM CD NumForm=Digit|NumType=Card 35 nummod 35:nummod _ 37 AP AP PROPN NNP Number=Sing 38 nsubj 38:nsubj _ -38 reported report VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 csubj 15:csubj _ +38 reported report VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 csubj 15:csubj _ 39 of of ADP IN _ 40 case 40:case _ 40 Muqtada Muqtada PROPN NNP Number=Sing 38 obl 38:obl:of SpaceAfter=No 41 : : PUNCT : _ 7 punct 7:punct _ @@ -5349,8 +5354,8 @@ 1 ' ' PUNCT `` _ 8 punct 8:punct _ 2 A a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 3 radical radical ADJ JJ Degree=Pos 6 amod 6:amod _ -4 Shiite shiite ADJ JJ Degree=Pos 5 amod 5:amod _ -5 Muslim muslim ADJ JJ Degree=Pos 6 amod 6:amod _ +4 Shiite Shiite ADJ JJ Degree=Pos 5 amod 5:amod _ +5 Muslim Muslim ADJ JJ Degree=Pos 6 amod 6:amod _ 6 cleric cleric NOUN NN Number=Sing 8 nsubj 8:nsubj|17:nsubj _ 7 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 expressed express VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ @@ -5358,7 +5363,7 @@ 10 with with ADP IN _ 14 case 14:case _ 11 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 12 militant militant ADJ JJ Degree=Pos 14 amod 14:amod _ -13 Palestinian palestinian ADJ JJ Degree=Pos 14 amod 14:amod _ +13 Palestinian Palestinian ADJ JJ Degree=Pos 14 amod 14:amod _ 14 group group NOUN NN Number=Sing 9 nmod 9:nmod:with _ 15 Hamas Hamas PROPN NNP Number=Sing 14 appos 14:appos _ 16 and and CCONJ CC _ 17 cc 17:cc _ @@ -5382,49 +5387,49 @@ # sent_id = weblog-juancole.com_juancole_20040404101100_ENG_20040404_101100-0022 # text = "I have said and I repeat my expression of solidarity which Hassan Nasrallah called for to stand with Hamas," Shiite cleric Muqtada al-Sadr said Friday in a reference to Nasrallah, the leader of the militant Lebanese Shiite group Hezbollah. -1 " " PUNCT `` _ 29 punct 29:punct SpaceAfter=No +1 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 said say VERB VBN Tense=Past|VerbForm=Part 29 ccomp 29:ccomp _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 repeat repeat VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and|29:ccomp _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 repeat repeat VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and|29:ccomp _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 expression expression NOUN NN Number=Sing 7 obj 7:obj _ 10 of of ADP IN _ 11 case 11:case _ 11 solidarity solidarity NOUN NN Number=Sing 9 nmod 9:nmod:of|15:obl _ 12 which which PRON WDT PronType=Rel 15 obl 11:ref _ 13 Hassan Hassan PROPN NNP Number=Sing 15 nsubj 15:nsubj _ 14 Nasrallah Nasrallah PROPN NNP Number=Sing 13 flat 13:flat _ -15 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +15 called call VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 16 for for ADP IN _ 12 case 12:case _ 17 to to PART TO _ 18 mark 18:mark _ 18 stand stand VERB VB VerbForm=Inf 9 acl 9:acl:to _ 19 with with ADP IN _ 20 case 20:case _ 20 Hamas Hamas PROPN NNP Number=Sing 18 obl 18:obl:with SpaceAfter=No -21 , , PUNCT , _ 29 punct 29:punct SpaceAfter=No -22 " " PUNCT '' _ 29 punct 29:punct _ -23 Shiite shiite ADJ JJ Degree=Pos 24 amod 24:amod _ +21 , , PUNCT , _ 4 punct 4:punct SpaceAfter=No +22 " " PUNCT '' _ 4 punct 4:punct _ +23 Shiite Shiite ADJ JJ Degree=Pos 24 amod 24:amod _ 24 cleric cleric NOUN NN Number=Sing 25 compound 25:compound _ 25 Muqtada Muqtada PROPN NNP Number=Sing 29 nsubj 29:nsubj _ 26 al al PROPN NNP Number=Sing 25 flat 25:flat SpaceAfter=No -27 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No +27 - - PUNCT HYPH _ 28 punct 28:punct SpaceAfter=No 28 Sadr Sadr PROPN NNP Number=Sing 25 flat 25:flat _ -29 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +29 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 30 Friday Friday PROPN NNP Number=Sing 29 obl:tmod 29:obl:tmod _ 31 in in ADP IN _ 33 case 33:case _ 32 a a DET DT Definite=Ind|PronType=Art 33 det 33:det _ 33 reference reference NOUN NN Number=Sing 29 obl 29:obl:in _ 34 to to ADP IN _ 35 case 35:case _ 35 Nasrallah Nasrallah PROPN NNP Number=Sing 33 nmod 33:nmod:to SpaceAfter=No -36 , , PUNCT , _ 35 punct 35:punct _ +36 , , PUNCT , _ 38 punct 38:punct _ 37 the the DET DT Definite=Def|PronType=Art 38 det 38:det _ 38 leader leader NOUN NN Number=Sing 35 appos 35:appos _ 39 of of ADP IN _ 44 case 44:case _ 40 the the DET DT Definite=Def|PronType=Art 44 det 44:det _ 41 militant militant ADJ JJ Degree=Pos 44 amod 44:amod _ -42 Lebanese lebanese ADJ JJ Degree=Pos 44 amod 44:amod _ -43 Shiite shiite ADJ JJ Degree=Pos 44 amod 44:amod _ +42 Lebanese Lebanese ADJ JJ Degree=Pos 44 amod 44:amod _ +43 Shiite Shiite ADJ JJ Degree=Pos 44 amod 44:amod _ 44 group group NOUN NN Number=Sing 38 nmod 38:nmod:of _ 45 Hezbollah Hezbollah PROPN NNP Number=Sing 44 appos 44:appos SpaceAfter=No 46 . . PUNCT . _ 29 punct 29:punct _ @@ -5433,11 +5438,11 @@ # text = Last month, Nasrallah announced that his party would close ranks with Hamas. 1 Last last ADJ JJ Degree=Pos 2 amod 2:amod _ 2 month month NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 Nasrallah Nasrallah PROPN NNP Number=Sing 5 nsubj 5:nsubj _ -5 announced announce VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 announced announce VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 that that SCONJ IN _ 10 mark 10:mark _ -7 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 party party NOUN NN Number=Sing 10 nsubj 10:nsubj _ 9 would would AUX MD VerbForm=Fin 10 aux 10:aux _ 10 close close VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ @@ -5448,14 +5453,14 @@ # sent_id = weblog-juancole.com_juancole_20040404101100_ENG_20040404_101100-0024 # text = "Let (Hamas) consider me their striking arm in Iraq because the fate of Iraq and Palestine is the same," al-Sadr said during a Friday prayer sermon in Kufa, his home base south of Baghdad. -1 " " PUNCT `` _ 28 punct 28:punct SpaceAfter=No -2 Let let VERB VB VerbForm=Inf 28 ccomp 28:ccomp _ +1 " " PUNCT `` _ 2 punct 2:punct SpaceAfter=No +2 Let let VERB VB Mood=Imp|VerbForm=Fin 28 ccomp 28:ccomp _ 3 ( ( PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No 4 Hamas Hamas PROPN NNP Number=Sing 2 obj 2:obj|6:nsubj:xsubj SpaceAfter=No 5 ) ) PUNCT -RRB- _ 4 punct 4:punct _ 6 consider consider VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 7 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 6 obj 6:obj|10:nsubj:xsubj _ -8 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 striking striking NOUN NN Number=Sing 10 compound 10:compound _ 10 arm arm NOUN NN Number=Sing 6 xcomp 6:xcomp _ 11 in in ADP IN _ 12 case 12:case _ @@ -5470,12 +5475,12 @@ 20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 same same ADJ JJ Degree=Pos 6 advcl 6:advcl:because SpaceAfter=No -23 , , PUNCT , _ 28 punct 28:punct SpaceAfter=No -24 " " PUNCT '' _ 28 punct 28:punct _ +23 , , PUNCT , _ 2 punct 2:punct SpaceAfter=No +24 " " PUNCT '' _ 2 punct 2:punct _ 25 al al PROPN NNP Number=Sing 28 nsubj 28:nsubj SpaceAfter=No -26 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No +26 - - PUNCT HYPH _ 27 punct 27:punct SpaceAfter=No 27 Sadr Sadr PROPN NNP Number=Sing 25 flat 25:flat _ -28 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +28 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 29 during during ADP IN _ 33 case 33:case _ 30 a a DET DT Definite=Ind|PronType=Art 33 det 33:det _ 31 Friday Friday PROPN NNP Number=Sing 32 compound 32:compound _ @@ -5483,8 +5488,8 @@ 33 sermon sermon NOUN NN Number=Sing 28 obl 28:obl:during _ 34 in in ADP IN _ 35 case 35:case _ 35 Kufa Kufa PROPN NNP Number=Sing 33 nmod 33:nmod:in SpaceAfter=No -36 , , PUNCT , _ 35 punct 35:punct _ -37 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ +36 , , PUNCT , _ 39 punct 39:punct _ +37 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ 38 home home NOUN NN Number=Sing 39 compound 39:compound _ 39 base base NOUN NN Number=Sing 35 appos 35:appos _ 40 south south ADV RB _ 39 advmod 39:advmod _ @@ -5495,12 +5500,12 @@ # sent_id = weblog-juancole.com_juancole_20040404101100_ENG_20040404_101100-0025 # text = He did comment on what he meant by the phrase. ' 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 comment comment VERB VB VerbForm=Inf 0 root 0:root _ 4 on on SCONJ IN _ 7 mark 7:mark _ 5 what what PRON WP PronType=Int 7 obj 7:obj _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 meant mean VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:on _ +7 meant mean VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:on _ 8 by by ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 phrase phrase NOUN NN Number=Sing 7 obl 7:obl:by SpaceAfter=No @@ -5512,8 +5517,8 @@ 1 And and CCONJ CC _ 12 cc 12:cc _ 2 on on ADP IN _ 3 case 3:case _ 3 April April PROPN NNP Number=Sing 12 obl 12:obl:on _ -4 3 3 NUM CD NumType=Card 3 nummod 3:nummod _ -5 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +4 3 3 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +5 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 chief chief ADJ JJ Degree=Pos 7 amod 7:amod _ 7 aide aide NOUN NN Number=Sing 12 nsubj:pass 12:nsubj:pass _ 8 in in ADP IN _ 9 case 9:case _ @@ -5523,29 +5528,29 @@ 12 arrested arrest VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 13 along along ADP IN _ 17 case 17:case _ 14 with with ADP IN _ 17 case 17:case _ -15 13 13 NUM CD NumType=Card 17 nummod 17:nummod _ +15 13 13 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod _ 16 other other ADJ JJ Degree=Pos 17 amod 17:amod _ 17 members member NOUN NNS Number=Plur 12 obl 12:obl:with _ 18 of of ADP IN _ 20 case 20:case _ -19 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 organization organization NOUN NN Number=Sing 17 nmod 17:nmod:of SpaceAfter=No 21 , , PUNCT , _ 27 punct 27:punct _ 22 and and CCONJ CC _ 27 cc 27:cc _ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 24 Coalition Coalition PROPN NNP Number=Sing 25 compound 25:compound _ 25 forces force NOUN NNS Number=Plur 27 nsubj:pass 27:nsubj:pass _ -26 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 aux:pass 27:aux:pass _ +26 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 27 aux:pass 27:aux:pass _ 27 put put VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 conj 12:conj:and _ 28 into into ADP IN _ 30 case 30:case _ 29 violent violent ADJ JJ Degree=Pos 30 amod 30:amod _ 30 conflict conflict NOUN NN Number=Sing 27 obl 27:obl:into|36:nsubj _ 31 with with ADP IN _ 33 case 33:case _ -32 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 33 nmod:poss 33:nmod:poss _ +32 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 33 nmod:poss 33:nmod:poss _ 33 organization organization NOUN NN Number=Sing 30 nmod 30:nmod:with SpaceAfter=No -34 , , PUNCT , _ 30 punct 30:punct _ +34 , , PUNCT , _ 36 punct 36:punct _ 35 which which PRON WDT PronType=Rel 36 nsubj 30:ref _ 36 leaves leave VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 30 acl:relcl 30:acl:relcl _ -37 7 7 NUM CD NumType=Card 39 nummod 39:nummod _ +37 7 7 NUM CD NumForm=Digit|NumType=Card 39 nummod 39:nummod _ 38 US US PROPN NNP Number=Sing 39 compound 39:compound _ 39 soldiers soldier NOUN NNS Number=Plur 36 obj 36:obj|40:nsubj:xsubj _ 40 dead dead ADJ JJ Degree=Pos 36 xcomp 36:xcomp SpaceAfter=No @@ -5561,10 +5566,10 @@ 6 forgive forgive VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 or or CCONJ CC _ 8 cc 8:cc _ 8 forget forget VERB VB VerbForm=Inf 6 conj 4:xcomp|6:conj:or SpaceAfter=No -9 ; ; PUNCT , _ 4 punct 4:punct _ +9 ; ; PUNCT , _ 12 punct 12:punct _ 10 but but CCONJ CC _ 12 cc 12:cc _ 11 who who PRON WP PronType=Int 12 nsubj 12:nsubj|15:nsubj _ -12 provoked provoke VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:but _ +12 provoked provoke VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:but _ 13 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 obj 12:obj _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 why why ADV WRB PronType=Int 12 conj 12:conj:and SpaceAfter=No @@ -5574,7 +5579,7 @@ # text = I'm not even in Iraq and I could have predicted to you the consequences of doing what the CPA has been doing. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 3 not not PART RB _ 6 advmod 6:advmod _ 4 even even ADV RB _ 6 advmod 6:advmod _ 5 in in ADP IN _ 6 case 6:case _ @@ -5590,7 +5595,7 @@ 15 consequences consequence NOUN NNS Number=Plur 11 obj 11:obj _ 16 of of SCONJ IN _ 17 mark 17:mark _ 17 doing do VERB VBG VerbForm=Ger 15 acl 15:acl:of _ -18 what what PRON WP PronType=Int 17 obj 17:obj _ +18 what what PRON WP PronType=Rel 17 obj 17:obj|23:obj _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 CPA CPA PROPN NNP Number=Sing 23 nsubj 23:nsubj _ 21 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ @@ -5613,18 +5618,18 @@ 11 for for ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 arrests arrest NOUN NNS Number=Plur 10 nmod 10:nmod:for _ -14 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 aux 16:aux _ +14 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 16 aux 16:aux _ 15 been be AUX VBN Tense=Past|VerbForm=Part 16 aux:pass 16:aux:pass _ 16 issued issue VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 ccomp 7:ccomp _ 17 months month NOUN NNS Number=Plur 18 obl:tmod 18:obl:tmod _ -18 be be X GW _ 16 advmod 16:advmod _ -19 for for ADV RB _ 18 goeswith 18:goeswith SpaceAfter=No +18 be before ADV GW Typo=Yes 16 advmod 16:advmod CorrectForm=before +19 for _ X RB _ 18 goeswith 18:goeswith SpaceAfter=No 20 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-juancole.com_juancole_20040404101100_ENG_20040404_101100-0030 # text = Why were they suddenly acted on Saturday? 1 Why why ADV WRB PronType=Int 5 advmod 5:advmod _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj:pass 5:nsubj:pass _ 4 suddenly suddenly ADV RB _ 5 advmod 5:advmod _ 5 acted act VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ @@ -5636,19 +5641,19 @@ # sent_id = email-enronsent23_13-0001 # newpar id = email-enronsent23_13-p0001 # text = i am not going unless lisa promises to get all wasted and boob out. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 going go VERB VBG VerbForm=Ger 0 root 0:root _ 5 unless unless SCONJ IN _ 7 mark 7:mark _ 6 lisa lisa PROPN NNP Number=Sing 7 nsubj 7:nsubj|11:nsubj:xsubj|13:nsubj:xsubj _ 7 promises promise VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:unless _ -8 to to PART TO _ 11 mark 11:mark _ -9 get get VERB VB VerbForm=Inf 11 aux 11:aux _ +8 to to PART TO _ 9 mark 9:mark _ +9 get get VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 all all ADV RB _ 11 advmod 11:advmod _ -11 wasted wasted ADJ JJ Degree=Pos 7 xcomp 7:xcomp _ +11 wasted wasted ADJ JJ Degree=Pos 9 xcomp 9:xcomp _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 boob boob VERB VB VerbForm=Inf 11 conj 7:xcomp|11:conj:and _ +13 boob boob VERB VB VerbForm=Inf 9 conj 7:xcomp|9:conj:and _ 14 out out ADP RP _ 13 compound:prt 13:compound:prt SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ @@ -5661,31 +5666,31 @@ 4 use use VERB VB VerbForm=Inf 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 drink drink NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No -7 , , PUNCT , _ 4 punct 4:punct _ +7 , , PUNCT , _ 13 punct 13:punct _ 8 actually actually ADV RB _ 13 advmod 13:advmod _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 couple couple ADJ JJ Degree=Pos 13 nsubj 13:nsubj _ 11 would would AUX MD VerbForm=Fin 13 aux 13:aux _ 12 probably probably ADV RB _ 13 advmod 13:advmod _ 13 do do VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ -14 better better ADV RBR Degree=Cmp 13 advmod 13:advmod SpaceAfter=No +14 better well ADV RBR Degree=Cmp 13 advmod 13:advmod SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent23_13-0003 # text = Bryan, you're in, right? 1 Bryan Bryan PROPN NNP Number=Sing 5 vocative 5:vocative SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 you're _ _ _ _ _ _ _ _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -4 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +4 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 in in ADV RB _ 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 right right INTJ UH _ 5 discourse 5:discourse SpaceAfter=No 8 ? ? PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent23_13-0004 # text = Anybody up for happy hour after work? -1 Anybody anybody PRON NN Number=Sing 2 nsubj 2:nsubj _ +1 Anybody anybody PRON NN Number=Sing|PronType=Ind 2 nsubj 2:nsubj _ 2 up up ADV RB _ 0 root 0:root _ 3 for for ADP IN _ 5 case 5:case _ 4 happy happy ADJ JJ Degree=Pos 5 amod 5:amod _ @@ -5704,7 +5709,7 @@ 5 's 's PART POS _ 4 case 4:case _ 6 at at ADP IN _ 8 case 8:case _ 7 around around ADV RB _ 8 advmod 8:advmod _ -8 5 5 NUM CD NumType=Card 4 nmod 4:nmod:at SpaceAfter=No +8 5 5 NUM CD NumForm=Digit|NumType=Card 4 nmod 4:nmod:at SpaceAfter=No 9 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent23_13-0006 @@ -5719,7 +5724,7 @@ # text = you don't know what that means? 1 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 know know VERB VB VerbForm=Inf 0 root 0:root _ 5 what what PRON WP PronType=Int 7 obj 7:obj _ @@ -5730,7 +5735,7 @@ # sent_id = email-enronsent23_13-0008 # text = where did you grow up? 1 where where ADV WRB PronType=Int 4 advmod 4:advmod _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 grow grow VERB VB VerbForm=Inf 0 root 0:root _ 5 up up ADP RP _ 4 compound:prt 4:compound:prt SpaceAfter=No @@ -5738,7 +5743,7 @@ # sent_id = email-enronsent23_13-0009 # text = india? -1 india india PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No +1 india India PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No 2 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent23_13-0010 @@ -5757,10 +5762,10 @@ 5 that that SCONJ IN _ 7 mark 7:mark _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 7-8 haven't _ _ _ _ _ _ _ _ -7 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +7 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ 8 n't not PART RB _ 7 advmod 7:advmod _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 slightest slightest ADJ JJS Degree=Sup 11 amod 11:amod _ +10 slightest slight ADJ JJS Degree=Sup 11 amod 11:amod _ 11 idea idea NOUN NN Number=Sing 7 obj 7:obj|14:obj _ 12 what what PRON WP PronType=Rel 14 obj 11:ref _ 13 that that PRON DT Number=Sing|PronType=Dem 14 nsubj 14:nsubj _ @@ -5771,16 +5776,16 @@ # sent_id = email-enronsent23_08-0001 # newpar id = email-enronsent23_08-p0001 # text = i am going out tonight to get wasted if anyone is interested. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 going go VERB VBG VerbForm=Ger 0 root 0:root _ 4 out out ADV RB _ 3 advmod 3:advmod _ 5 tonight tonight NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 6 to to PART TO _ 8 mark 8:mark _ -7 get get AUX VB VerbForm=Inf 8 aux 8:aux _ -8 wasted wasted ADJ JJ Degree=Pos 3 advcl 3:advcl:to _ +7 get get AUX VB VerbForm=Inf 3 advcl 3:advcl:to _ +8 wasted wasted ADJ JJ Degree=Pos 7 xcomp 7:xcomp _ 9 if if SCONJ IN _ 12 mark 12:mark _ -10 anyone anyone PRON NN Number=Sing 12 nsubj 12:nsubj _ +10 anyone anyone PRON NN Number=Sing|PronType=Ind 12 nsubj 12:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 12 interested interested ADJ JJ Degree=Pos 3 advcl 3:advcl:if SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ @@ -5790,15 +5795,15 @@ 1 jill jill PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 allen allen PROPN NNP Number=Sing 1 flat 1:flat _ 3 finishes finish VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 cpa cpa NOUN NN Number=Sing 3 obj 3:obj _ 6 today today NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 7 and and CCONJ CC _ 13 cc 13:cc _ 8 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ 9 and and CCONJ CC _ 11 cc 11:cc _ -10 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 friends friend NOUN NNS Number=Plur 8 conj 8:conj:and|13:nsubj|15:nsubj:xsubj _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 going go VERB VBG VerbForm=Ger 3 conj 3:conj:and _ 14 to to PART TO _ 15 mark 15:mark _ 15 party party VERB VB VerbForm=Inf 13 xcomp 13:xcomp SpaceAfter=No @@ -5810,7 +5815,7 @@ 1 max max PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 jen jen PROPN NNP Number=Sing 1 conj 1:conj:and|5:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 looking look VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 6 for for ADP IN _ 7 case 7:case _ 7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 5 obl 5:obl:for SpaceAfter=No @@ -5821,14 +5826,14 @@ 1 call call VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 1 obj 1:obj _ 3 at at ADP IN _ 4 case 4:case _ -4 303-832-8160 303-832-8160 NUM CD NumType=Card 1 obl 1:obl:at SpaceAfter=No +4 303-832-8160 303-832-8160 NUM CD NumForm=Digit|NumType=Card 1 obl 1:obl:at SpaceAfter=No 5 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent23_08-0005 # text = they haven't heard from you in a while. 1 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2-3 haven't _ _ _ _ _ _ _ _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 heard hear VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 from from ADP IN _ 6 case 6:case _ @@ -5844,26 +5849,26 @@ 1 Work work VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 1 obj 1:obj _ 3 into into ADP IN _ 5 case 5:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 speech speech NOUN NN Number=Sing 1 obl 1:obl:into SpaceAfter=No 6 -- -- PUNCT , _ 7 punct 7:punct _ -7 something something PRON NN Number=Sing 1 parataxis 1:parataxis _ +7 something something PRON NN Number=Sing|PronType=Ind 1 parataxis 1:parataxis _ 8 along along ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 line line NOUN NN Number=Sing 7 nmod 7:nmod:along _ 11 of of ADP IN _ 18 mark 18:mark SpaceAfter=No -12 , , PUNCT , _ 18 punct 18:punct _ -13 " " PUNCT `` _ 18 punct 18:punct SpaceAfter=No +12 , , PUNCT , _ 11 punct 11:punct _ +13 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No 14 And and CCONJ CC _ 15 cc 15:cc _ 15 Jen Jen PROPN NNP Number=Sing 18 vocative 18:vocative SpaceAfter=No -16 , , PUNCT , _ 18 punct 18:punct _ +16 , , PUNCT , _ 15 punct 15:punct _ 17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj|23:nsubj _ -18 come come VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 acl 10:acl:of _ +18 come come VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 acl 10:acl:of _ 19 from from ADP IN _ 21 case 21:case _ 20 great great ADJ JJ Degree=Pos 21 amod 21:amod _ 21 people people NOUN NNS Number=Plur 18 obl 18:obl:from _ 22 and and CCONJ CC _ 23 cc 23:cc _ -23 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 conj 10:acl:of|18:conj:and _ +23 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 18 conj 10:acl:of|18:conj:and _ 24 fantastic fantastic ADJ JJ Degree=Pos 25 amod 25:amod _ 25 friends friend NOUN NNS Number=Plur 23 obj 23:obj SpaceAfter=No 26 . . PUNCT . _ 7 punct 7:punct _ @@ -5875,19 +5880,19 @@ 3 Peder Peder PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 conj 3:conj:and|7:nsubj _ -6 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 aux 7:aux _ +6 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 aux 7:aux _ 7 remarking remark VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 8 on on SCONJ IN _ 10 mark 10:mark _ -9 how how SCONJ WRB PronType=Int 10 mark 10:mark _ +9 how how ADV WRB PronType=Int 10 advmod 10:advmod _ 10 agreeable agreeable ADJ JJ Degree=Pos 7 advcl 7:advcl:on _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -12 all all DET DT _ 11 det 11:det _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +12 all all DET DT PronType=Tot 11 det 11:det _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 14 as as SCONJ IN _ 16 mark 16:mark _ -15 the they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs|Typo=Yes 16 nsubj 16:nsubj _ -16 sucked suck VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:as _ +15 the they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs|Typo=Yes 16 nsubj 16:nsubj CorrectForm=they +16 sucked suck VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:as _ 17 on on ADP IN _ 19 case 19:case _ -18 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 balls ball NOUN NNS Number=Plur 16 obl 16:obl:on _ 20 last last ADJ JJ Degree=Pos 21 amod 21:amod _ 21 night night NOUN NN Number=Sing 16 obl:tmod 16:obl:tmod SpaceAfter=No @@ -5904,20 +5909,20 @@ # sent_id = email-enronsent23_11-0001 # newpar id = email-enronsent23_11-p0001 # text = i have to go to butt-fucking mississippi. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 go go VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 to to ADP IN _ 9 case 9:case _ 6 butt butt NOUN NN Number=Sing 8 compound 8:compound SpaceAfter=No -7 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No +7 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No 8 fucking fuck VERB VBG VerbForm=Ger 9 amod 9:amod _ -9 mississippi mississippi PROPN NNP Number=Sing 4 obl 4:obl:to SpaceAfter=No +9 mississippi Mississippi PROPN NNP Number=Sing 4 obl 4:obl:to SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent23_11-0002 # text = i am not looking foward to that but don't tell val. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|11:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|11:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 looking look VERB VBG VerbForm=Ger 0 root 0:root _ @@ -5929,7 +5934,7 @@ 9 do do AUX VB Mood=Imp|VerbForm=Fin 11 aux 11:aux _ 10 n't not PART RB _ 11 advmod 11:advmod _ 11 tell tell VERB VB Mood=Imp|VerbForm=Fin 4 conj 4:conj:but _ -12 val val PROPN NNP Number=Sing 11 obj 11:obj SpaceAfter=No +12 val val PROPN NNP Number=Sing 11 iobj 11:iobj SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent23_11-0003 @@ -5937,7 +5942,7 @@ 1 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 following follow VERB VBG VerbForm=Ger 3 amod 3:amod _ 3 weekend weekend NOUN NN Number=Sing 7 obl:tmod 7:obl:tmod _ -4 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ +4 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ 5 will will AUX MD VerbForm=Fin 7 aux 7:aux _ 6 be be AUX VB VerbForm=Inf 7 cop 7:cop _ 7 ready ready ADJ JJ Degree=Pos 0 root 0:root _ @@ -5948,42 +5953,42 @@ # sent_id = email-enronsent23_11-0004 # newpar id = email-enronsent23_11-p0002 # text = i think they are all bark and no bite. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj|9:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -5 all all DET DT _ 6 det 6:det _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +5 all all DET DT PronType=Tot 6 det 6:det _ 6 bark bark NOUN NN Number=Sing 2 ccomp 2:ccomp _ 7 and and CCONJ CC _ 9 cc 9:cc _ -8 no no DET DT _ 9 det 9:det _ +8 no no DET DT PronType=Neg 9 det 9:det _ 9 bite bite NOUN NN Number=Sing 6 conj 2:ccomp|6:conj:and SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent23_11-0005 # text = i think they could get their asses kicked by cats. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 4 could could AUX MD VerbForm=Fin 5 aux 5:aux _ 5 get get VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ -6 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 asses ass NOUN NNS Number=Plur 5 obj 5:obj|8:nsubj:xsubj _ -8 kicked kick VERB VBN Tense=Past|VerbForm=Part 5 xcomp 5:xcomp _ +8 kicked kick VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 xcomp 5:xcomp _ 9 by by ADP IN _ 10 case 10:case _ -10 cats cat NOUN NNS Number=Plur 8 obl 8:obl:by SpaceAfter=No +10 cats cat NOUN NNS Number=Plur 8 obl:agent 8:obl:agent SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent23_11-0006 # text = they look like they were doberman pinchers who were shrunk. 1 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 look look VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 like like SCONJ IN _ 7 mark 7:mark _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -5 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 cop 7:cop _ +5 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 6 doberman doberman NOUN NN Number=Sing 7 compound 7:compound _ 7 pinchers pincher NOUN NNS Number=Plur 2 advcl 2:advcl:like|10:nsubj:pass _ 8 who who PRON WP PronType=Rel 10 nsubj:pass 7:ref _ -9 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 aux:pass 10:aux:pass _ +9 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 10 aux:pass 10:aux:pass _ 10 shrunk shrink VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl:relcl 7:acl:relcl SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ @@ -5993,7 +5998,7 @@ 2 should should AUX MD VerbForm=Fin 3 aux 3:aux _ 3 get get VERB VB VerbForm=Inf 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -5 cocker cocker NOUN NN Number=Sing 6 compound 6:compound SpaceAfter=No +5 cocker cocker NOUN NN Number=Sing 6 compound 6:compound CorrectSpaceAfter=Yes|SpaceAfter=No 6 spaniel spaniel NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 7 . . PUNCT . _ 3 punct 3:punct _ @@ -6001,16 +6006,16 @@ # newpar id = email-enronsent23_11-p0003 # text = no, i am not kidding and no i don't want it b/c of the taco bell dog. 1 no no INTJ UH _ 6 discourse 6:discourse SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ -3 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 4 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 not not PART RB _ 6 advmod 6:advmod _ 6 kidding kid VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 7 and and CCONJ CC _ 12 cc 12:cc _ 8 no no INTJ UH _ 12 discourse 12:discourse _ -9 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ +9 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 10-11 don't _ _ _ _ _ _ _ _ -10 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +10 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 11 n't not PART RB _ 12 advmod 12:advmod _ 12 want want VERB VB VerbForm=Inf 6 conj 6:conj:and _ 13 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 obj 12:obj _ @@ -6024,8 +6029,8 @@ # sent_id = email-enronsent23_11-0009 # text = i want it b/c it is really small and cute. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ 4 b/c because SCONJ IN Abbr=Yes 8 mark 8:mark _ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj|10:nsubj _ @@ -6038,35 +6043,35 @@ # sent_id = email-enronsent23_11-0010 # text = i knew someone in college who had one and i loved it. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 knew know VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 someone someone PRON NN Number=Sing 2 obj 2:obj|7:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 knew know VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 someone someone PRON NN Number=Sing|PronType=Ind 2 obj 2:obj|7:nsubj _ 4 in in ADP IN _ 5 case 5:case _ 5 college college NOUN NN Number=Sing 3 nmod 3:nmod:in _ 6 who who PRON WP PronType=Rel 7 nsubj 3:ref _ -7 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ -8 one one NUM CD NumType=Card 7 obj 7:obj _ +7 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +8 one one NUM CD NumForm=Word|NumType=Card 7 obj 7:obj _ 9 and and CCONJ CC _ 11 cc 11:cc _ -10 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 loved love VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +10 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ +11 loved love VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 12 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent23_11-0011 # text = why do you think they are mean? 1 why why ADV WRB PronType=Int 4 advmod 4:advmod _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 think think VERB VB VerbForm=Inf 0 root 0:root _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 7 mean mean ADJ JJ Degree=Pos 4 ccomp 4:ccomp SpaceAfter=No 8 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent23_11-0012 # newpar id = email-enronsent23_11-p0004 # text = are you kidding? -1 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 kidding kid VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No 4 ? ? PUNCT . _ 3 punct 3:punct _ @@ -6086,7 +6091,7 @@ 1 those that DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 dogs dog NOUN NNS Number=Plur 6 nsubj 6:nsubj _ 3-4 aren't _ _ _ _ _ _ _ _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 n't not PART RB _ 6 advmod 6:advmod _ 5 even even ADV RB _ 6 advmod 6:advmod _ 6 friendly friendly ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No @@ -6094,11 +6099,11 @@ # sent_id = email-enronsent23_11-0015 # text = do you think they are cool b/c of the taco bell dog? -1 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 think think VERB VB VerbForm=Inf 0 root 0:root _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 cool cool ADJ JJ Degree=Pos 3 ccomp 3:ccomp _ 7 b/c because ADP IN Abbr=Yes 12 case 12:case _ 8 of of ADP IN _ 7 fixed 7:fixed _ @@ -6122,22 +6127,22 @@ # sent_id = email-enronsent05_01-0002 # text = 02/13/2001 08:02 PM -1 02/13/2001 02/13/2001 NUM CD NumType=Card 0 root 0:root _ -2 08:02 08:02 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 02/13/2001 02/13/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 08:02 08:02 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent05_01-0003 # text = All: -1 All all DET DT _ 0 root 0:root SpaceAfter=No +1 All all DET DT PronType=Tot 0 root 0:root SpaceAfter=No 2 : : PUNCT : _ 1 punct 1:punct _ # sent_id = email-enronsent05_01-0004 # text = It is my understanding, from good sources in the Govs office that the Gov will order Loretta Lynch to expeditiously implement the provision to suspend all parties auhtority to enter into direct access contracts. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 expl 4:expl _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 understanding understanding NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 8 punct 8:punct _ 6 from from ADP IN _ 8 case 8:case _ 7 good good ADJ JJ Degree=Pos 8 amod 8:amod _ 8 sources source NOUN NNS Number=Plur 4 obl 4:obl:from _ @@ -6145,13 +6150,13 @@ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11-12 Govs _ _ _ _ _ _ _ _ 11 Gov Gov PROPN NNP Number=Sing 13 nmod:poss 13:nmod:poss _ -12 s 's PART POS _ 11 case 11:case _ +12 s 's PART POS Typo=Yes 11 case 11:case CorrectForm='s 13 office office NOUN NN Number=Sing 8 nmod 8:nmod:in _ 14 that that SCONJ IN _ 18 mark 18:mark _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 Gov Gov PROPN NNP Number=Sing 18 nsubj 18:nsubj _ 17 will will AUX MD VerbForm=Fin 18 aux 18:aux _ -18 order order VERB VB VerbForm=Inf 4 acl 4:acl:that _ +18 order order VERB VB VerbForm=Inf 4 csubj 4:csubj _ 19 Loretta Loretta PROPN NNP Number=Sing 18 obj 18:obj|23:nsubj:xsubj _ 20 Lynch Lynch PROPN NNP Number=Sing 19 flat 19:flat _ 21 to to PART TO _ 23 mark 23:mark _ @@ -6161,9 +6166,9 @@ 25 provision provision NOUN NN Number=Sing 23 obj 23:obj _ 26 to to PART TO _ 27 mark 27:mark _ 27 suspend suspend VERB VB VerbForm=Inf 25 acl 25:acl:to _ -28 all all DET DT _ 29 det 29:det _ +28 all all DET DT PronType=Tot 29 det 29:det _ 29 parties party NOUN NNS Number=Plur 30 nmod:poss 30:nmod:poss _ -30 auhtority auhtority NOUN NN Number=Sing 27 obj 27:obj _ +30 auhtority authority NOUN NN Number=Sing|Typo=Yes 27 obj 27:obj CorrectForm=authority 31 to to PART TO _ 32 mark 32:mark _ 32 enter enter VERB VB VerbForm=Inf 30 acl 30:acl:to _ 33 into into ADP IN _ 36 case 36:case _ @@ -6175,30 +6180,30 @@ # sent_id = email-enronsent05_01-0005 # text = The premise with which the administartion is acting is that if they expeditiously suspend everyone's right to bilateral contracts quickly, it sets up a barrier which the direct access coalition must break through. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 premise premise NOUN NN Number=Sing 9 nsubj 8:obl|9:nsubj _ +2 premise premise NOUN NN Number=Sing 24 nsubj:outer 8:obl|24:nsubj:outer _ 3 with with ADP IN _ 4 case 4:case _ 4 which which PRON WDT PronType=Rel 8 obl 2:ref _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 administartion administartion NOUN NN Number=Sing 8 nsubj 8:nsubj _ +6 administartion administration NOUN NN Number=Sing|Typo=Yes 8 nsubj 8:nsubj CorrectForm=administration 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 acting act VERB VBG VerbForm=Ger 2 acl:relcl 2:acl:relcl _ -9 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ 10 that that SCONJ IN _ 24 mark 24:mark _ 11 if if SCONJ IN _ 14 mark 14:mark _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 13 expeditiously expeditiously ADV RB _ 14 advmod 14:advmod _ -14 suspend suspend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 advcl 24:advcl:if _ +14 suspend suspend VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 advcl 24:advcl:if _ 15-16 everyone's _ _ _ _ _ _ _ _ -15 everyone everyone PRON NN Number=Sing 17 nmod:poss 17:nmod:poss _ +15 everyone everyone PRON NN Number=Sing|PronType=Tot 17 nmod:poss 17:nmod:poss _ 16 's 's PART POS _ 15 case 15:case _ 17 right right NOUN NN Number=Sing 14 obj 14:obj _ 18 to to ADP IN _ 20 case 20:case _ 19 bilateral bilateral ADJ JJ Degree=Pos 20 amod 20:amod _ 20 contracts contract NOUN NNS Number=Plur 17 nmod 17:nmod:to _ 21 quickly quickly ADV RB _ 14 advmod 14:advmod SpaceAfter=No -22 , , PUNCT , _ 24 punct 24:punct _ +22 , , PUNCT , _ 14 punct 14:punct _ 23 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 24 nsubj 24:nsubj _ -24 sets set VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ +24 sets set VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 25 up up ADP RP _ 24 compound:prt 24:compound:prt _ 26 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 27 barrier barrier NOUN NN Number=Sing 24 obj 24:obj|34:obl _ @@ -6210,7 +6215,7 @@ 33 must must AUX MD VerbForm=Fin 34 aux 34:aux _ 34 break break VERB VB VerbForm=Inf 27 acl:relcl 27:acl:relcl _ 35 through through ADP IN _ 28 case 28:case SpaceAfter=No -36 . . PUNCT . _ 9 punct 9:punct _ +36 . . PUNCT . _ 24 punct 24:punct _ # sent_id = email-enronsent05_01-0006 # text = In other words the table is set. @@ -6226,26 +6231,26 @@ # sent_id = email-enronsent05_01-0007 # text = Deal your meal from where the dishes are located. 1 Deal deal VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 meal meal NOUN NN Number=Sing 1 obj 1:obj _ 4 from from ADP IN _ 5 case 5:case _ -5 where where ADV WRB PronType=Rel 9 obl 9:obl:from _ +5 where where ADV WRB PronType=Rel 1 obl 1:obl:from|9:advmod _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 dishes dish NOUN NNS Number=Plur 9 nsubj:pass 9:nsubj:pass _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux:pass 9:aux:pass _ -9 located locate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl:relcl 3:acl:relcl SpaceAfter=No +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 aux:pass 9:aux:pass _ +9 located locate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 advcl:relcl 5:advcl:relcl SpaceAfter=No 10 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent05_01-0008 # text = I.E. the Davis Administration wants to place all direct access advocates in the position of having to justify why each and every party should be the exception to the suspension rather than have a general rule concerning how direct access should work for all parties. -1 I.E. i.e. X FW _ 5 advmod 5:advmod _ +1 I.E. i.e. ADV FW _ 5 advmod 5:advmod _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 Davis Davis PROPN NNP Number=Sing 4 compound 4:compound _ 4 Administration administration NOUN NN Number=Sing 5 nsubj 5:nsubj|7:nsubj:xsubj|33:nsubj:xsubj _ 5 wants want VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 place place VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ -8 all all DET DT _ 11 det 11:det _ +8 all all DET DT PronType=Tot 11 det 11:det _ 9 direct direct ADJ JJ Degree=Pos 11 amod 11:amod _ 10 access access NOUN NN Number=Sing 11 compound 11:compound _ 11 advocates advocate NOUN NNS Number=Plur 7 obj 7:obj _ @@ -6256,10 +6261,10 @@ 16 having have VERB VBG VerbForm=Ger 14 acl 14:acl:of _ 17 to to PART TO _ 18 mark 18:mark _ 18 justify justify VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ -19 why why SCONJ WRB PronType=Int 27 mark 27:mark _ -20 each each DET DT _ 23 compound 23:compound _ +19 why why ADV WRB PronType=Int 27 advmod 27:advmod _ +20 each each DET DT PronType=Tot 23 det 23:det _ 21 and and CCONJ CC _ 22 cc 22:cc _ -22 every every DET DT _ 20 conj 20:conj:and|23:compound _ +22 every every DET DT PronType=Tot 20 conj 20:conj:and|23:det _ 23 party party NOUN NN Number=Sing 27 nsubj 27:nsubj _ 24 should should AUX MD VerbForm=Fin 27 aux 27:aux _ 25 be be AUX VB VerbForm=Inf 27 cop 27:cop _ @@ -6275,13 +6280,13 @@ 35 general general ADJ JJ Degree=Pos 36 amod 36:amod _ 36 rule rule NOUN NN Number=Sing 33 obj 33:obj _ 37 concerning concern VERB VBG VerbForm=Ger 42 mark 42:mark _ -38 how how SCONJ WRB PronType=Int 42 mark 42:mark _ +38 how how ADV WRB PronType=Int 42 advmod 42:advmod _ 39 direct direct ADJ JJ Degree=Pos 40 amod 40:amod _ 40 access access NOUN NN Number=Sing 42 nsubj 42:nsubj _ 41 should should AUX MD VerbForm=Fin 42 aux 42:aux _ 42 work work VERB VB VerbForm=Inf 36 acl 36:acl:concerning _ 43 for for ADP IN _ 45 case 45:case _ -44 all all DET DT _ 45 det 45:det _ +44 all all DET DT PronType=Tot 45 det 45:det _ 45 parties party NOUN NNS Number=Plur 42 obl 42:obl:for SpaceAfter=No 46 . . PUNCT . _ 5 punct 5:punct _ @@ -6299,10 +6304,10 @@ 10 hand hand NOUN NN Number=Sing 3 obj 3:obj _ 11 to to PART TO _ 12 mark 12:mark _ 12 control control VERB VB VerbForm=Inf 10 acl 10:acl:to _ -13 who who PRON WP PronType=Int 18 parataxis 18:parataxis _ -14 when when SCONJ WRB PronType=Int 20 mark 20:mark _ +13 who how ADV WRB PronType=Int|Typo=Yes 20 advmod 20:advmod CorrectForm=how +14 when when ADV WRB PronType=Int 13 conj 13:conj|20:advmod _ 15 and and CCONJ CC _ 16 cc 16:cc _ -16 where where SCONJ WRB PronType=Int 14 conj 14:conj:and|20:mark _ +16 where where ADV WRB PronType=Int 13 conj 13:conj:and|20:advmod _ 17 direct direct ADJ JJ Degree=Pos 18 amod 18:amod _ 18 access access NOUN NN Number=Sing 20 nsubj 20:nsubj _ 19 can can AUX MD VerbForm=Fin 20 aux 20:aux _ @@ -6313,19 +6318,19 @@ 24 say say VERB VB VerbForm=Inf 22 xcomp 22:xcomp _ 25 that that SCONJ IN _ 27 mark 27:mark _ 26 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 27 nsubj 27:nsubj _ -27 oppose oppose VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 ccomp 24:ccomp _ +27 oppose oppose VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 ccomp 24:ccomp _ 28 direct direct ADJ JJ Degree=Pos 29 amod 29:amod _ 29 access access NOUN NN Number=Sing 27 obj 27:obj SpaceAfter=No 30 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent05_01-0010 # text = Power be where power lies. -1 Power power NOUN NN Number=Sing 2 nsubj 2:nsubj _ -2 be be VERB VB VerbForm=Inf 0 root 0:root _ -3 where where SCONJ WRB PronType=Int 5 mark 5:mark _ +1 Power power NOUN NN Number=Sing 3 nsubj 3:nsubj _ +2 be be AUX VB Mood=Sub|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +3 where where ADV WRB PronType=Rel 0 root 0:root|5:advmod _ 4 power power NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 lies lie VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:where SpaceAfter=No -6 . . PUNCT . _ 2 punct 2:punct _ +5 lies lie VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 advcl:relcl 3:advcl:relcl SpaceAfter=No +6 . . PUNCT . _ 3 punct 3:punct _ # newdoc id = email-enronsent23_14 # sent_id = email-enronsent23_14-0001 @@ -6333,7 +6338,7 @@ # text = you aren't going in for the wedding until sunday now? 1 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 2-3 aren't _ _ _ _ _ _ _ _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 going go VERB VBG VerbForm=Ger 0 root 0:root _ 5 in in ADV RB _ 4 advmod 4:advmod _ @@ -6341,7 +6346,7 @@ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 wedding wedding NOUN NN Number=Sing 4 obl 4:obl:for _ 9 until until ADP IN _ 10 case 10:case _ -10 sunday sunday PROPN NNP Number=Sing 4 obl 4:obl:until _ +10 sunday Sunday PROPN NNP Number=Sing 4 obl 4:obl:until _ 11 now now ADV RB _ 4 advmod 4:advmod SpaceAfter=No 12 ? ? PUNCT . _ 4 punct 4:punct _ @@ -6350,7 +6355,7 @@ # text = I'm in 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 in in ADV RB _ 0 root 0:root _ # sent_id = email-enronsent23_14-0003 @@ -6366,32 +6371,32 @@ 2 A. A. PROPN NNP Number=Sing 1 flat 1:flat _ 3 Boone Boone PROPN NNP Number=Sing 1 flat 1:flat _ 4 Accenture Accenture PROPN NNP Number=Sing 1 list 1:list _ -5 -- -- PUNCT , _ 1 punct 1:punct _ +5 -- -- PUNCT , _ 7 punct 7:punct _ 6 Houston Houston PROPN NNP Number=Sing 7 compound 7:compound _ 7 Consultant consultant NOUN NN Number=Sing 1 list 1:list _ -8 -- -- PUNCT , _ 1 punct 1:punct _ +8 -- -- PUNCT , _ 9 punct 9:punct _ 9 Energy energy NOUN NN Number=Sing 1 list 1:list _ 10 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 11 Octel Octel PROPN NNP Number=Sing 1 list 1:list SpaceAfter=No 12 ) ) PUNCT -RRB- _ 11 punct 11:punct _ -13 713.837.1638 713.837.1638 NUM CD NumType=Card 11 appos 11:appos _ +13 713.837.1638 713.837.1638 NUM CD NumForm=Digit|NumType=Card 11 appos 11:appos _ 14 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No 15 Client client NOUN NN Number=Sing 1 list 1:list SpaceAfter=No 16 ) ) PUNCT -RRB- _ 15 punct 15:punct _ -17 281.848.1619 281.848.1619 NUM CD NumType=Card 15 appos 15:appos _ +17 281.848.1619 281.848.1619 NUM CD NumForm=Digit|NumType=Card 15 appos 15:appos _ 18 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No -19 C c NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +19 C C NOUN NN Number=Sing 1 list 1:list SpaceAfter=No 20 ) ) PUNCT -RRB- _ 19 punct 19:punct _ -21 713.306.7940 713.306.7940 NUM CD NumType=Card 19 appos 19:appos _ +21 713.306.7940 713.306.7940 NUM CD NumForm=Digit|NumType=Card 19 appos 19:appos _ 22 ( ( PUNCT -LRB- _ 23 punct 23:punct SpaceAfter=No -23 H h NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +23 H H NOUN NN Number=Sing 1 list 1:list SpaceAfter=No 24 ) ) PUNCT -RRB- _ 23 punct 23:punct _ -25 713.864.4149 713.864.4149 NUM CD NumType=Card 23 appos 23:appos _ +25 713.864.4149 713.864.4149 NUM CD NumForm=Digit|NumType=Card 23 appos 23:appos _ 26 Kevin.A.Boone@accenture.com kevin.a.boone@accenture.com X ADD _ 1 list 1:list _ # sent_id = email-enronsent23_14-0005 # text = Our web address is http://www.accenture.com -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 web web NOUN NN Number=Sing 3 compound 3:compound _ 3 address address NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ @@ -6402,7 +6407,7 @@ # text = "Lenhart, Matthew" 1 " " PUNCT `` _ 2 punct 2:punct SpaceAfter=No 2 Lenhart Lenhart PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 Matthew Matthew PROPN NNP Number=Sing 2 flat 2:flat SpaceAfter=No 5 " " PUNCT '' _ 2 punct 2:punct _ @@ -6417,8 +6422,8 @@ 7 game game NOUN NN Number=Sing 5 obj 5:obj _ 8 at at ADP IN _ 9 case 9:case _ 9-10 woodrows _ _ _ _ _ _ _ _ -9 woodrow woodrow PROPN NNP Number=Sing 5 obl 5:obl:s _ -10 s 's PART POS _ 9 case 9:case _ +9 woodrow woodrow PROPN NNP Number=Sing 5 obl 5:obl:at _ +10 s 's PART POS Typo=Yes 9 case 9:case CorrectForm='s 11 tomorrow tomorrow NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod SpaceAfter=No 12 ? ? PUNCT . _ 3 punct 3:punct _ @@ -6427,7 +6432,7 @@ 1 there there PRON EX _ 3 expl 3:expl _ 2 will will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 be be VERB VB VerbForm=Inf 0 root 0:root _ -4 some some DET DT _ 5 det 5:det _ +4 some some DET DT PronType=Ind 5 det 5:det _ 5 girls girl NOUN NNS Number=Plur 3 nsubj 3:nsubj _ 6 there there ADV RB PronType=Dem 3 advmod 3:advmod _ 7 and and CCONJ CC _ 11 cc 11:cc _ @@ -6448,7 +6453,7 @@ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 heights height NOUN NNS Number=Plur 20 nmod 20:nmod:in _ 24 party party NOUN NN Number=Sing 14 obl 14:obl:at _ -25 later later ADV RBR Degree=Cmp 27 advmod 27:advmod _ +25 later late ADV RBR Degree=Cmp 27 advmod 27:advmod _ 26 that that DET DT Number=Sing|PronType=Dem 27 det 27:det _ 27 night night NOUN NN Number=Sing 14 obl:tmod 14:obl:tmod SpaceAfter=No 28 . . PUNCT . _ 3 punct 3:punct _ @@ -6471,7 +6476,7 @@ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 for for ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 designated designate VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +6 designated designate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 recipient recipient NOUN NN Number=Sing 0 root 0:root _ 8 only only ADV RB _ 7 advmod 7:advmod _ 9 and and CCONJ CC _ 11 cc 11:cc _ @@ -6487,16 +6492,16 @@ # text = If you have received it in error, please notify the sender immediately and delete the original. 1 If if SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 received receive VERB VBN Tense=Past|VerbForm=Part 10 advcl 10:advcl:if _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ 6 in in ADP IN _ 7 case 7:case _ 7 error error NOUN NN Number=Sing 4 obl 4:obl:in SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +8 , , PUNCT , _ 4 punct 4:punct _ 9 please please INTJ UH _ 10 discourse 10:discourse _ 10 notify notify VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -12 sender sender NOUN NN Number=Sing 10 obj 10:obj _ +12 sender sender NOUN NN Number=Sing 10 iobj 10:iobj _ 13 immediately immediately ADV RB _ 10 advmod 10:advmod _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 delete delete VERB VB Mood=Imp|VerbForm=Fin 10 conj 10:conj:and _ @@ -6506,7 +6511,7 @@ # sent_id = email-enronsent23_14-0012 # text = Any other use of the email by you is prohibited. -1 Any any DET DT _ 3 det 3:det _ +1 Any any DET DT PronType=Ind 3 det 3:det _ 2 other other ADJ JJ Degree=Pos 3 amod 3:amod _ 3 use use NOUN NN Number=Sing 10 nsubj:pass 10:nsubj:pass _ 4 of of ADP IN _ 6 case 6:case _ @@ -6524,14 +6529,14 @@ 2 call call VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj _ 4 on on ADP IN _ 7 case 7:case _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 cell cell NOUN NN Number=Sing 7 compound 7:compound _ 7 phone phone NOUN NN Number=Sing 2 obl 2:obl:on SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent23_14-0014 # text = i am going to happy hour after work to eat and drink. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 to to ADP IN _ 6 case 6:case _ @@ -6549,21 +6554,21 @@ # newpar id = email-enronsent23_14-p0006 # text = what do you mean i am perverted? 1 what what PRON WP PronType=Int 4 obj 4:obj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 mean mean VERB VB VerbForm=Inf 0 root 0:root _ -5 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ +5 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 6 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 7 perverted perverted ADJ JJ Degree=Pos 4 parataxis 4:parataxis SpaceAfter=No 8 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent23_14-0016 # text = whatever, you're the perverted old man. -1 whatever whatever INTJ UH _ 8 discourse 8:discourse SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ +1 whatever whatever INTJ WP _ 8 discourse 8:discourse SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 you're _ _ _ _ _ _ _ _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -4 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +4 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 6 perverted perverted ADJ JJ Degree=Pos 8 amod 8:amod _ 7 old old ADJ JJ Degree=Pos 8 amod 8:amod _ @@ -6574,19 +6579,19 @@ # newpar id = email-enronsent23_14-p0007 # text = you love it when i come over. 1 you you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 love love VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ -4 when when SCONJ WRB PronType=Int 6 mark 6:mark _ -5 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 come come VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:when _ +4 when when ADV WRB PronType=Int 6 advmod 6:advmod _ +5 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ +6 come come VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:when _ 7 over over ADV RB _ 6 advmod 6:advmod SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent23_14-0018 # text = i satisfy your appetitie for lovin. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 satisfy satisfy VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 satisfy satisfy VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 appetitie appetitie NOUN NN Number=Sing 2 obj 2:obj _ 5 for for ADP IN _ 6 case 6:case _ 6 lovin lovin NOUN NN Number=Sing 4 nmod 4:nmod:for SpaceAfter=No @@ -6596,20 +6601,20 @@ # sent_id = email-enronsent20_02-0001 # newpar id = email-enronsent20_02-p0001 # text = Robert Bryngelson@AZURIX -1 Robert robert X GW _ 0 root 0:root _ -2 Bryngelson@AZURIX bryngelson@azurix X ADD _ 1 goeswith 1:goeswith _ +1 Robert robertbryngelson@azurix X GW Typo=Yes 0 root 0:root _ +2 Bryngelson@AZURIX _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent20_02-0002 # text = 08/16/2000 12:05 PM -1 08/16/2000 08/16/2000 NUM CD NumType=Card 0 root 0:root _ -2 12:05 12:05 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 08/16/2000 08/16/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 12:05 12:05 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent20_02-0003 # text = I just wanted to send you a quick note to let you know that I'm outta here! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 send send VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 iobj 5:iobj _ @@ -6623,10 +6628,11 @@ 14 that that SCONJ IN _ 17 mark 17:mark _ 15-16 I'm _ _ _ _ _ _ _ _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -16 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ -17 out out ADV RB _ 13 ccomp 13:ccomp SpaceAfter=No +16 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ +17-18 outta _ _ _ _ _ _ _ _ +17 out out ADV RB _ 13 ccomp 13:ccomp _ 18 ta of ADP IN Abbr=Yes 19 case 19:case _ -19 here here ADV RB PronType=Dem 17 obl 17:obl:ta SpaceAfter=No +19 here here ADV RB PronType=Dem 17 obl 17:obl:of SpaceAfter=No 20 ! ! PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent20_02-0004 @@ -6634,7 +6640,7 @@ # text = Today is my last day in the office here at Azurix, and in the coming months, I will start in a new position as SVP in the LNG development group at El Paso Energy. 1 Today today NOUN NN Number=Sing 5 nsubj 5:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 last last ADJ JJ Degree=Pos 5 amod 5:amod _ 5 day day NOUN NN Number=Sing 0 root 0:root _ 6 in in ADP IN _ 8 case 8:case _ @@ -6649,7 +6655,7 @@ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 coming come VERB VBG VerbForm=Ger 17 amod 17:amod _ 17 months month NOUN NNS Number=Plur 21 obl 21:obl:in SpaceAfter=No -18 , , PUNCT , _ 21 punct 21:punct _ +18 , , PUNCT , _ 17 punct 17:punct _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ 20 will will AUX MD VerbForm=Fin 21 aux 21:aux _ 21 start start VERB VB VerbForm=Inf 5 conj 5:conj:and _ @@ -6673,50 +6679,50 @@ # sent_id = email-enronsent20_02-0005 # text = This happened very quickly, and I wanted to make sure that I let everyone know before I left. 1 This this PRON DT Number=Sing|PronType=Dem 2 nsubj 2:nsubj _ -2 happened happen VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 happened happen VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 quickly quickly ADV RB _ 2 advmod 2:advmod SpaceAfter=No 5 , , PUNCT , _ 8 punct 8:punct _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj|11:nsubj:xsubj _ -8 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +8 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 9 to to PART TO _ 10 mark 10:mark _ 10 make make VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 sure sure ADJ JJ Degree=Pos 10 xcomp 10:xcomp _ 12 that that SCONJ IN _ 14 mark 14:mark _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 let let VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 ccomp 11:ccomp _ -15 everyone everyone PRON NN Number=Sing 14 obj 14:obj|16:nsubj:xsubj _ +14 let let VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 ccomp 11:ccomp _ +15 everyone everyone PRON NN Number=Sing|PronType=Tot 14 obj 14:obj|16:nsubj:xsubj _ 16 know know VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 17 before before SCONJ IN _ 19 mark 19:mark _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -19 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 advcl 14:advcl:before SpaceAfter=No +19 left leave VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 14 advcl 14:advcl:before SpaceAfter=No 20 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent20_02-0006 # text = I don't have any contact information yet for my new job, but if you want to reach me, you can do so at RobBrnglsn@aol.com or at 713-664-7478. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 have have VERB VB VerbForm=Inf 0 root 0:root _ -5 any any DET DT _ 7 det 7:det _ +5 any any DET DT PronType=Ind 7 det 7:det _ 6 contact contact NOUN NN Number=Sing 7 compound 7:compound _ 7 information information NOUN NN Number=Sing 4 obj 4:obj _ 8 yet yet ADV RB _ 4 advmod 4:advmod _ 9 for for ADP IN _ 12 case 12:case _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 new new ADJ JJ Degree=Pos 12 amod 12:amod _ 12 job job NOUN NN Number=Sing 4 obl 4:obl:for SpaceAfter=No 13 , , PUNCT , _ 24 punct 24:punct _ 14 but but CCONJ CC _ 24 cc 24:cc _ 15 if if SCONJ IN _ 17 mark 17:mark _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj|19:nsubj:xsubj _ -17 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 advcl 24:advcl:if _ +17 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 24 advcl 24:advcl:if _ 18 to to PART TO _ 19 mark 19:mark _ 19 reach reach VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ 20 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 19 obj 19:obj SpaceAfter=No -21 , , PUNCT , _ 24 punct 24:punct _ +21 , , PUNCT , _ 17 punct 17:punct _ 22 you you PRON PRP Case=Nom|Person=2|PronType=Prs 24 nsubj 24:nsubj _ 23 can can AUX MD VerbForm=Fin 24 aux 24:aux _ 24 do do VERB VB VerbForm=Inf 4 conj 4:conj:but _ @@ -6725,22 +6731,22 @@ 27 RobBrnglsn@aol.com robbrnglsn@aol.com X ADD _ 24 obl 24:obl:at _ 28 or or CCONJ CC _ 30 cc 30:cc _ 29 at at ADP IN _ 30 case 30:case _ -30 713-664-7478 713-664-7478 NUM CD NumType=Card 27 conj 24:obl:at|27:conj:or SpaceAfter=No +30 713-664-7478 713-664-7478 NUM CD NumForm=Digit|NumType=Card 27 conj 24:obl:at|27:conj:or SpaceAfter=No 31 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent20_02-0007 # text = I enjoyed working with all of you during the past five years at Enron / Azurix, and I wish you all of the best. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|3:nsubj:xsubj _ -2 enjoyed enjoy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 enjoyed enjoy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 working work VERB VBG VerbForm=Ger 2 xcomp 2:xcomp _ 4 with with ADP IN _ 5 case 5:case _ -5 all all DET DT _ 3 obl 3:obl:with _ +5 all all DET DT PronType=Tot 3 obl 3:obl:with _ 6 of of ADP IN _ 7 case 7:case _ 7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 5 nmod 5:nmod:of _ 8 during during ADP IN _ 12 case 12:case _ 9 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 10 past past ADJ JJ Degree=Pos 12 amod 12:amod _ -11 five five NUM CD NumType=Card 12 nummod 12:nummod _ +11 five five NUM CD NumForm=Word|NumType=Card 12 nummod 12:nummod _ 12 years year NOUN NNS Number=Plur 3 obl 3:obl:during _ 13 at at ADP IN _ 16 case 16:case _ 14 Enron Enron PROPN NNP Number=Sing 3 obl 3:obl:at _ @@ -6749,12 +6755,12 @@ 17 , , PUNCT , _ 20 punct 20:punct _ 18 and and CCONJ CC _ 20 cc 20:cc _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 wish wish VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +20 wish wish VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 21 you you PRON PRP Case=Acc|Person=2|PronType=Prs 20 iobj 20:iobj _ -22 all all DET DT _ 20 obj 20:obj _ +22 all all DET DT PronType=Tot 20 obj 20:obj _ 23 of of ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ -25 best best ADJ JJS Degree=Sup 22 nmod 22:nmod:of SpaceAfter=No +25 best good ADJ JJS Degree=Sup 22 nmod 22:nmod:of SpaceAfter=No 26 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent20_02-0008 @@ -6795,7 +6801,7 @@ 21 ) ) PUNCT -RRB- _ 16 punct 16:punct _ 22 beginning begin VERB VBG VerbForm=Ger 4 advcl 4:advcl _ 23 around around ADP IN _ 24 case 24:case _ -24 5:00 5:00 NUM CD NumType=Card 22 obl 22:obl:around SpaceAfter=No +24 5:00 5:00 NUM CD NumForm=Digit|NumType=Card 22 obl 22:obl:around SpaceAfter=No 25 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent20_02-0011 @@ -6805,7 +6811,7 @@ 3 can can AUX MD VerbForm=Fin 4 aux 4:aux _ 4 make make VERB VB VerbForm=Inf 8 advcl 8:advcl:if _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 4 punct 4:punct _ 7 please please INTJ UH _ 8 discourse 8:discourse _ 8 come come VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root SpaceAfter=No 9 ! ! PUNCT . _ 8 punct 8:punct _ @@ -6813,13 +6819,13 @@ # sent_id = email-enronsent20_02-0012 # newpar id = email-enronsent20_02-p0005 # text = Traci Warner@ENRON COMMUNICATIONS on 08/16/2000 03:14:14 PM -1 Traci traci X GW _ 0 root 0:root _ -2 Warner@ENRON warner@enron X GW _ 1 goeswith 1:goeswith _ -3 COMMUNICATIONS communications X ADD _ 1 goeswith 1:goeswith _ +1 Traci traciwarner@enroncommunications X GW Typo=Yes 0 root 0:root _ +2 Warner@ENRON _ X GW _ 1 goeswith 1:goeswith _ +3 COMMUNICATIONS _ X ADD _ 1 goeswith 1:goeswith _ 4 on on ADP IN _ 5 case 5:case _ -5 08/16/2000 08/16/2000 NUM CD NumType=Card 1 obl 1:obl:on _ -6 03:14:14 03:14:14 NUM CD NumType=Card 7 nummod 7:nummod _ -7 PM pm NOUN NN Number=Sing 5 nmod:tmod 5:nmod:tmod _ +5 08/16/2000 08/16/2000 NUM CD NumForm=Digit|NumType=Card 1 obl 1:obl:on _ +6 03:14:14 03:14:14 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ +7 PM p.m. NOUN NN Number=Sing 5 nmod:tmod 5:nmod:tmod _ # sent_id = email-enronsent20_02-0013 # text = Steve, Rod and Elyse - @@ -6833,22 +6839,22 @@ # sent_id = email-enronsent20_02-0014 # text = Just wanted to confirm our meeting on Tuesday Aug 29th from 1:30 -2:30 to discuss Uof H's endowment proposal. 1 Just just ADV RB _ 2 advmod 2:advmod _ -2 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 confirm confirm VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 meeting meeting NOUN NN Number=Sing 4 obj 4:obj _ 7 on on ADP IN _ 8 case 8:case _ 8 Tuesday Tuesday PROPN NNP Number=Sing 6 nmod 6:nmod:on _ -9 Aug Aug PROPN NNP Number=Sing 8 appos 8:appos _ -10 29th 29th NOUN NN Number=Sing 9 nummod 9:nummod _ +9 Aug August PROPN NNP Abbr=Yes|Number=Sing 8 appos 8:appos _ +10 29th 29th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 9 nummod 9:nummod _ 11 from from ADP IN _ 12 case 12:case _ -12 1:30 1:30 NUM CD NumType=Card 6 nmod 6:nmod:from _ +12 1:30 1:30 NUM CD NumForm=Digit|NumType=Card 6 nmod 6:nmod:from _ 13 - - SYM SYM _ 14 case 14:case SpaceAfter=No -14 2:30 2:30 NUM CD NumType=Card 12 nmod 12:nmod _ +14 2:30 2:30 NUM CD NumForm=Digit|NumType=Card 12 nmod 12:nmod _ 15 to to PART TO _ 16 mark 16:mark _ 16 discuss discuss VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ -17 U U PROPN NNP Number=Sing 22 nmod:poss 22:nmod:poss SpaceAfter=No +17 U U PROPN NNP Number=Sing 22 nmod:poss 22:nmod:poss CorrectSpaceAfter=Yes|SpaceAfter=No 18 of of ADP IN _ 19 case 19:case _ 19-20 H's _ _ _ _ _ _ _ _ 19 H H PROPN NNP Number=Sing 17 nmod 17:nmod:of _ @@ -6867,18 +6873,18 @@ 5 's 's PART POS _ 4 case 4:case _ 6 office office NOUN NN Number=Sing 3 obj 3:obj _ 7 EB EB PROPN NNP Number=Sing 6 list 6:list SpaceAfter=No -8 4054 4054 NUM CD NumType=Card 7 nummod 7:nummod _ +8 4054 4054 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ # sent_id = email-enronsent20_02-0016 # newpar id = email-enronsent20_02-p0006 # text = I look forward to seeing you all there. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 look look VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 forward forward ADV RB _ 2 advmod 2:advmod _ 4 to to SCONJ IN _ 5 mark 5:mark _ 5 seeing see VERB VBG VerbForm=Ger 2 advcl 2:advcl:to _ 6 you you PRON PRP Case=Acc|Person=2|PronType=Prs 5 obj 5:obj _ -7 all all DET DT _ 6 det 6:det _ +7 all all DET DT PronType=Tot 6 det 6:det _ 8 there there ADV RB PronType=Dem 5 advmod 5:advmod SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ @@ -6898,19 +6904,19 @@ 2 Warner Warner PROPN NNP Number=Sing 0 root 0:root _ 3 Enron Enron PROPN NNP Number=Sing 7 compound 7:compound _ 4 Broadband Broadband PROPN NNP Number=Sing 7 compound 7:compound _ -5 Services Services PROPN NNPS Number=Plur 7 compound 7:compound SpaceAfter=No -6 , , PUNCT , _ 7 punct 7:punct _ +5 Services Service PROPN NNPS Number=Plur 7 compound 7:compound SpaceAfter=No +6 , , PUNCT , _ 5 punct 5:punct _ 7 Inc. Inc. PROPN NNP Number=Sing 2 list 2:list _ 8 Phone phone NOUN NN Number=Sing 2 list 2:list _ -9 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -10 713 713 NUM CD NumType=Card 12 nummod 12:nummod SpaceAfter=No -11 ) ) PUNCT -RRB- _ 12 punct 12:punct _ -12 853-3242 853-3242 NUM CD NumType=Card 8 appos 8:appos _ +9 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No +10 713 713 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod SpaceAfter=No +11 ) ) PUNCT -RRB- _ 10 punct 10:punct _ +12 853-3242 853-3242 NUM CD NumForm=Digit|NumType=Card 8 appos 8:appos _ 13 Cell cell NOUN NN Number=Sing 2 list 2:list _ -14 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No -15 713 713 NUM CD NumType=Card 17 nummod 17:nummod SpaceAfter=No -16 ) ) PUNCT -RRB- _ 17 punct 17:punct _ -17 705-7201 705-7201 NUM CD NumType=Card 13 appos 13:appos _ +14 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No +15 713 713 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod SpaceAfter=No +16 ) ) PUNCT -RRB- _ 15 punct 15:punct _ +17 705-7201 705-7201 NUM CD NumForm=Digit|NumType=Card 13 appos 13:appos _ # newdoc id = email-enronsent26_02 # sent_id = email-enronsent26_02-0001 @@ -6921,9 +6927,9 @@ # sent_id = email-enronsent26_02-0002 # text = 04/26/2001 07:17 AM -1 04/26/2001 04/26/2001 NUM CD NumType=Card 0 root 0:root _ -2 07:17 07:17 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 04/26/2001 04/26/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 07:17 07:17 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent26_02-0003 # text = Will you be providing an execution version with questions removed/blanks filled in? @@ -6936,10 +6942,10 @@ 7 version version NOUN NN Number=Sing 4 obj 4:obj _ 8 with with ADP IN _ 9 case 9:case _ 9 questions question NOUN NNS Number=Plur 7 nmod 7:nmod:with _ -10 removed remove VERB VBN Tense=Past|VerbForm=Part 9 acl 9:acl SpaceAfter=No +10 removed remove VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 acl 9:acl SpaceAfter=No 11 / / SYM SYM _ 12 cc 12:cc SpaceAfter=No 12 blanks blank NOUN NNS Number=Plur 9 conj 7:nmod:with|9:conj _ -13 filled fill VERB VBN Tense=Past|VerbForm=Part 12 acl 12:acl _ +13 filled fill VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 acl 12:acl _ 14 in in ADP RP _ 13 compound:prt 13:compound:prt SpaceAfter=No 15 ? ? PUNCT . _ 4 punct 4:punct _ @@ -6951,7 +6957,7 @@ 4 directly directly ADV RB _ 2 advmod 2:advmod _ 5 to to ADP IN _ 6 case 6:case _ 6 kent.shoemaker@ae.ge.com kent.shoemaker@ae.ge.com X ADD _ 2 obl 2:obl:to SpaceAfter=No -7 , , PUNCT , _ 2 punct 2:punct _ +7 , , PUNCT , _ 8 punct 8:punct _ 8 copy copy VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis _ 9 to to ADP IN _ 10 case 10:case _ 10 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 obl 8:obl:to SpaceAfter=No @@ -6980,27 +6986,27 @@ 1 " " PUNCT `` _ 2 punct 2:punct SpaceAfter=No 2 paulhastings.com paulhastings.com X ADD _ 4 nsubj 4:nsubj SpaceAfter=No 3 " " PUNCT '' _ 2 punct 2:punct _ -4 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 following follow VERB VBG VerbForm=Ger 7 amod 7:amod _ 7 annotations annotation NOUN NNS Number=Plur 4 obj 4:obj _ 8 on on ADP IN _ 9 case 9:case _ -9 04/25/01 04/25/01 NUM CD NumType=Card 4 obl 4:obl:on _ -10 12:42:55 12:42:55 NUM CD NumType=Card 9 nmod:tmod 9:nmod:tmod _ +9 04/25/01 04/25/01 NUM CD NumForm=Digit|NumType=Card 4 obl 4:obl:on _ +10 12:42:55 12:42:55 NUM CD NumForm=Digit|NumType=Card 9 nmod:tmod 9:nmod:tmod _ # sent_id = email-enronsent26_02-0009 # text = We have changed our e-mail address. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 changed change VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 e-mail e-mail NOUN NN Number=Sing 6 compound 6:compound _ 6 address address NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 7 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent26_02-0010 # text = Our new domain name is paulhastings.com. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 2 new new ADJ JJ Degree=Pos 4 amod 4:amod _ 3 domain domain NOUN NN Number=Sing 4 compound 4:compound _ 4 name name NOUN NN Number=Sing 6 nsubj 6:nsubj _ @@ -7013,14 +7019,14 @@ 1 In in ADP IN _ 3 case 3:case _ 2 most most ADJ JJS Degree=Sup 3 amod 3:amod _ 3 cases case NOUN NNS Number=Plur 8 obl 8:obl:in SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ -5 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 , , PUNCT , _ 3 punct 3:punct _ +5 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 address address NOUN NN Number=Sing 8 nsubj:pass 8:nsubj:pass _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux:pass 8:aux:pass _ 8 composed compose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 9 of of ADP IN _ 12 case 12:case _ 10 conventional conventional ADJ JJ Degree=Pos 12 amod 12:amod _ -11 first first ADJ JJ Degree=Pos|NumType=Ord 12 amod 12:amod _ +11 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 12 amod 12:amod _ 12 name name NOUN NN Number=Sing 8 obl 8:obl:of _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 last last ADJ JJ Degree=Pos 15 amod 15:amod _ @@ -7032,8 +7038,8 @@ # sent_id = email-enronsent26_02-0012 # text = Here are two examples: janesmith@paulhastings.com and danjones@paulhastings.com. 1 Here here ADV RB PronType=Dem 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -3 two two NUM CD NumType=Card 4 nummod 4:nummod _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +3 two two NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 examples example NOUN NNS Number=Plur 1 nsubj 1:nsubj SpaceAfter=No 5 : : PUNCT : _ 6 punct 6:punct _ 6 janesmith@paulhastings.com janesmith@paulhastings.com X ADD _ 4 appos 4:appos _ @@ -7045,10 +7051,10 @@ # text = If you have any questions, please contact us at noc@paulhastings.com. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:if _ -4 any any DET DT _ 5 det 5:det _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:if _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 questions question NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 please please INTJ UH _ 8 discourse 8:discourse _ 8 contact contact VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 9 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 8 obj 8:obj _ @@ -7066,7 +7072,7 @@ 1 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No 2 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 information information NOUN NN Number=Sing 6 nsubj:pass 6:nsubj:pass|20:nsubj:pass _ -4 transmitted transmit VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ +4 transmitted transmit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ 6 intended intend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 only only ADV RB _ 10 advmod 10:advmod _ @@ -7085,15 +7091,15 @@ 20 contain contain VERB VB VerbForm=Inf 6 conj 6:conj:and _ 21 confidential confidential ADJ JJ Degree=Pos 26 amod 26:amod _ 22 and and CCONJ CC _ 25 cc 25:cc SpaceAfter=No -23 / / PUNCT , _ 24 cc 24:cc SpaceAfter=No -24 or or CCONJ CC _ 22 conj 22:conj|25:cc _ +23 / / SYM SYM _ 24 cc 24:cc SpaceAfter=No +24 or or CCONJ CC _ 22 conj 22:conj:slash|25:cc _ 25 privileged privileged ADJ JJ Degree=Pos 21 conj 21:conj:and_or|26:amod _ 26 material material NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No 27 . . PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent26_02-0016 # text = Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. -1 Any any DET DT _ 2 det 2:det _ +1 Any any DET DT PronType=Ind 2 det 2:det _ 2 review review NOUN NN Number=Sing 33 nsubj:pass 33:nsubj:pass SpaceAfter=No 3 , , PUNCT , _ 4 punct 4:punct _ 4 retransmission retransmission NOUN NN Number=Sing 2 conj 2:conj:or|33:nsubj:pass SpaceAfter=No @@ -7107,12 +7113,12 @@ 12 or or CCONJ CC _ 13 cc 13:cc _ 13 taking taking NOUN NN Number=Sing 2 conj 2:conj:or|33:nsubj:pass _ 14 of of ADP IN _ 16 case 16:case _ -15 any any DET DT _ 16 det 16:det _ +15 any any DET DT PronType=Ind 16 det 16:det _ 16 action action NOUN NN Number=Sing 13 nmod 13:nmod:of _ 17 in in ADP IN _ 18 case 18:case _ 18 reliance reliance NOUN NN Number=Sing 13 nmod 13:nmod:in _ 19 upon upon ADP IN _ 22 case 22:case SpaceAfter=No -20 , , PUNCT , _ 2 punct 2:punct _ +20 , , PUNCT , _ 19 punct 19:punct _ 21 this this DET DT Number=Sing|PronType=Dem 22 det 22:det _ 22 information information NOUN NN Number=Sing 18 nmod 18:nmod:upon _ 23 by by ADP IN _ 24 case 24:case _ @@ -7122,7 +7128,7 @@ 27 other other ADJ JJ Degree=Pos 24 amod 24:amod _ 28 than than ADP IN _ 31 case 31:case _ 29 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ -30 intended intend VERB VBN Tense=Past|VerbForm=Part 31 amod 31:amod _ +30 intended intend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 31 amod 31:amod _ 31 recipient recipient NOUN NN Number=Sing 27 obl 27:obl:than _ 32 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 33 aux:pass 33:aux:pass _ 33 prohibited prohibit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No @@ -7132,11 +7138,11 @@ # text = If you received this in error, please contact the sender and delete the material from all computers." 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:if _ +3 received receive VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:if _ 4 this this PRON DT Number=Sing|PronType=Dem 3 obj 3:obj _ 5 in in ADP IN _ 6 case 6:case _ 6 error error NOUN NN Number=Sing 3 obl 3:obl:in SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 please please INTJ UH _ 9 discourse 9:discourse _ 9 contact contact VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ @@ -7146,7 +7152,7 @@ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 material material NOUN NN Number=Sing 13 obj 13:obj _ 16 from from ADP IN _ 18 case 18:case _ -17 all all DET DT _ 18 det 18:det _ +17 all all DET DT PronType=Tot 18 det 18:det _ 18 computers computer NOUN NNS Number=Plur 13 obl 13:obl:from SpaceAfter=No 19 . . PUNCT . _ 9 punct 9:punct SpaceAfter=No 20 " " PUNCT '' _ 9 punct 9:punct _ @@ -7157,7 +7163,7 @@ # sent_id = email-enronsent26_02-0019 # text = Attached please find the GE Guarantee in Word format.? -1 Attached attach VERB VBN Tense=Past|VerbForm=Part 3 xcomp 3:xcomp _ +1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 xcomp 3:xcomp _ 2 please please INTJ UH _ 3 discourse 3:discourse _ 3 find find VERB VB VerbForm=Inf 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -7171,21 +7177,21 @@ # sent_id = email-enronsent26_02-0020 # text = Also, we have attached a pdf black-line of the Guarantee vs the form of guarantee in the Turbine Contract. 1 Also also ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -4 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 attached attach VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 7 pdf pdf NOUN NN Number=Sing 10 compound 10:compound _ 8 black black NOUN NN Number=Sing 10 compound 10:compound SpaceAfter=No -9 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +9 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No 10 line line NOUN NN Number=Sing 5 obj 5:obj _ 11 of of ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 Guarantee guarantee NOUN NN Number=Sing 10 nmod 10:nmod:of _ 14 vs versus ADP IN Abbr=Yes 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -16 form form NOUN NN Number=Sing 10 nmod 10:nmod:vs _ +16 form form NOUN NN Number=Sing 10 nmod 10:nmod:versus _ 17 of of ADP IN _ 18 case 18:case _ 18 guarantee guarantee NOUN NN Number=Sing 16 nmod 16:nmod:of _ 19 in in ADP IN _ 22 case 22:case _ @@ -7207,7 +7213,7 @@ 5 call call VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 5 obj 5:obj _ 7 with with ADP IN _ 9 case 9:case _ -8 any any DET DT _ 9 det 9:det _ +8 any any DET DT PronType=Ind 9 det 9:det _ 9 questions question NOUN NNS Number=Plur 5 obl 5:obl:with SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ @@ -7217,7 +7223,7 @@ # sent_id = email-enronsent26_02-0024 # text = Best regards. -1 Best best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Best good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 regards regards NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ @@ -7235,25 +7241,20 @@ 2 Staikos Staikos PROPN NNP Number=Sing 0 root 0:root _ 3 Direct direct ADJ JJ Degree=Pos 4 amod 4:amod _ 4 Dial dial NOUN NN Number=Sing 2 list 2:list SpaceAfter=No -5 :? :? PUNCT : _ 4 punct 4:punct _ -6 203.961.7523 203.961.7523 NUM CD NumType=Card 4 appos 4:appos _ +5 :? :? PUNCT : _ 6 punct 6:punct _ +6 203.961.7523 203.961.7523 NUM CD NumForm=Digit|NumType=Card 4 appos 4:appos _ 7 Direct direct ADJ JJ Degree=Pos 8 amod 8:amod _ 8 Fax fax NOUN NN Number=Sing 2 list 2:list SpaceAfter=No -9 :? :? PUNCT : _ 8 punct 8:punct _ -10 203.674.7723 203.674.7723 NUM CD NumType=Card 8 appos 8:appos _ +9 :? :? PUNCT : _ 10 punct 10:punct _ +10 203.674.7723 203.674.7723 NUM CD NumForm=Digit|NumType=Card 8 appos 8:appos _ 11 E-mail e-mail NOUN NN Number=Sing 2 list 2:list SpaceAfter=No -12 :? :? PUNCT : _ 11 punct 11:punct _ +12 :? :? PUNCT : _ 13 punct 13:punct _ 13 johnstaikos@paulhastings.com johnstaikos@paulhastings.com X ADD _ 11 appos 11:appos _ # sent_id = email-enronsent26_02-0028 # text = ? 1 ? ? PUNCT . _ 0 root 0:root _ -# sent_id = email-enronsent26_02-0029 -# text = - 47K202!.DOC -1 - - PUNCT NFP _ 2 punct 2:punct _ -2 47K202!.DOC 47k202!.doc NOUN NN Number=Sing 0 root 0:root _ - # newdoc id = email-enronsent28_02 # sent_id = email-enronsent28_02-0001 # newpar id = email-enronsent28_02-p0001 @@ -7263,37 +7264,37 @@ # sent_id = email-enronsent28_02-0002 # text = 08/17/2000 11:21 AM -1 08/17/2000 08/17/2000 NUM CD NumType=Card 0 root 0:root _ -2 11:21 11:21 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 08/17/2000 08/17/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 11:21 11:21 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent28_02-0003 # text = I spoke to Bruce Garcey at NiMo regarding their RFP. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 spoke speak VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 spoke speak VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 4 case 4:case _ 4 Bruce Bruce PROPN NNP Number=Sing 2 obl 2:obl:to _ 5 Garcey Garcey PROPN NNP Number=Sing 4 flat 4:flat _ 6 at at ADP IN _ 7 case 7:case _ 7 NiMo NiMo PROPN NNP Number=Sing 4 nmod 4:nmod:at _ 8 regarding regard VERB VBG VerbForm=Ger 10 case 10:case _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 RFP rfp NOUN NN Number=Sing 2 obl 2:obl:regarding SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent28_02-0004 # text = Bruce indicated NiMo short listed five companies who all bid higher than ENA. 1 Bruce Bruce PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 indicated indicate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 indicated indicate VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 NiMo NiMo PROPN NNP Number=Sing 5 nsubj 5:nsubj _ -4 short short ADJ JJ Degree=Pos 5 advmod 5:advmod _ -5 listed list VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ -6 five five NUM CD NumType=Card 7 nummod 7:nummod _ +4 short short ADJ JJ Degree=Pos 5 compound 5:compound _ +5 listed list VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +6 five five NUM CD NumForm=Word|NumType=Card 7 nummod 7:nummod _ 7 companies company NOUN NNS Number=Plur 5 obj 5:obj|10:nsubj _ 8 who who PRON WP PronType=Rel 10 nsubj 7:ref _ -9 all all DET DT _ 10 advmod 10:advmod _ -10 bid bid VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ -11 higher higher ADV RBR Degree=Cmp 10 advmod 10:advmod _ +9 all all DET DT PronType=Tot 10 advmod 10:advmod _ +10 bid bid VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +11 higher high ADV RBR Degree=Cmp 10 advmod 10:advmod _ 12 than than ADP IN _ 13 case 13:case _ 13 ENA ENA PROPN NNP Number=Sing 11 obl 11:obl:than SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ @@ -7301,38 +7302,38 @@ # sent_id = email-enronsent28_02-0005 # text = However, he also mentioned we were a close sixth, that is close to the fifth highest bid. 1 However however ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 4 also also ADV RB _ 5 advmod 5:advmod _ -5 mentioned mention VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 mentioned mention VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -7 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 cop 10:cop _ +7 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 10 cop 10:cop _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 close close ADJ JJ Degree=Pos 10 amod 10:amod _ -10 sixth sixth NOUN NN Number=Sing 5 ccomp 5:ccomp|14:nsubj SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ -12 that that PRON WDT PronType=Rel 14 nsubj 10:ref _ -13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ -14 close close ADJ JJ Degree=Pos 10 acl:relcl 10:acl:relcl _ +10 sixth sixth ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 5 ccomp 5:ccomp SpaceAfter=No +11 , , PUNCT , _ 14 punct 14:punct _ +12 that that PRON DT Number=Sing|PronType=Dem 14 advmod 14:advmod _ +13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 fixed 12:fixed _ +14 close close ADJ JJ Degree=Pos 10 parataxis 10:parataxis _ 15 to to ADP IN _ 19 case 19:case _ 16 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -17 fifth fifth ADV RB _ 18 advmod 18:advmod _ -18 highest highest ADJ JJS Degree=Sup 19 amod 19:amod _ +17 fifth fifth ADV RB NumForm=Word|NumType=Ord 18 advmod 18:advmod _ +18 highest high ADJ JJS Degree=Sup 19 amod 19:amod _ 19 bid bid NOUN NN Number=Sing 14 obl 14:obl:to SpaceAfter=No 20 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent28_02-0006 # text = He gave no indication on the value of the highest bid. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 4 det 4:det _ +2 gave give VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 no no DET DT PronType=Neg 4 det 4:det _ 4 indication indication NOUN NN Number=Sing 2 obj 2:obj _ 5 on on ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 value value NOUN NN Number=Sing 4 nmod 4:nmod:on _ 8 of of ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 highest highest ADJ JJS Degree=Sup 11 amod 11:amod _ +10 highest high ADJ JJS Degree=Sup 11 amod 11:amod _ 11 bid bid NOUN NN Number=Sing 7 nmod 7:nmod:of SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ @@ -7340,23 +7341,23 @@ # text = He also said that the other five companies making the short list all proposed alternative structures to the proposed NiMo Tier Structure. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 that that SCONJ IN _ 14 mark 14:mark _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 6 other other ADJ JJ Degree=Pos 8 amod 8:amod _ -7 five five NUM CD NumType=Card 8 nummod 8:nummod _ +7 five five NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 8 companies company NOUN NNS Number=Plur 14 nsubj 14:nsubj _ 9 making make VERB VBG VerbForm=Ger 8 acl 8:acl _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 short short ADJ JJ Degree=Pos 12 amod 12:amod _ 12 list list NOUN NN Number=Sing 9 obj 9:obj _ -13 all all ADV RB _ 8 det 8:det _ -14 proposed propose VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +13 all all DET DT PronType=Tot 14 advmod 14:advmod _ +14 proposed propose VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ 15 alternative alternative ADJ JJ Degree=Pos 16 amod 16:amod _ 16 structures structure NOUN NNS Number=Plur 14 obj 14:obj _ 17 to to ADP IN _ 22 case 22:case _ 18 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -19 proposed propose VERB VBN Tense=Past|VerbForm=Part 22 amod 22:amod _ +19 proposed propose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 amod 22:amod _ 20 NiMo NiMo PROPN NNP Number=Sing 22 compound 22:compound _ 21 Tier tier NOUN NN Number=Sing 22 compound 22:compound _ 22 Structure structure NOUN NN Number=Sing 16 nmod 16:nmod:to SpaceAfter=No @@ -7365,7 +7366,7 @@ # sent_id = email-enronsent28_02-0008 # text = NiMo released an additional RFP for peaking supplies for this winter, I believe Phil should have or be getting that RFP. 1 NiMo NiMo PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 released release VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 released release VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 additional additional ADJ JJ Degree=Pos 5 amod 5:amod _ 5 RFP rfp NOUN NN Number=Sing 2 obj 2:obj _ @@ -7375,9 +7376,9 @@ 9 for for ADP IN _ 11 case 11:case _ 10 this this DET DT Number=Sing|PronType=Dem 11 det 11:det _ 11 winter winter NOUN NN Number=Sing 7 obl 7:obl:for SpaceAfter=No -12 , , PUNCT , _ 2 punct 2:punct _ +12 , , PUNCT , _ 14 punct 14:punct _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +14 believe believe VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 15 Phil Phil PROPN NNP Number=Sing 17 nsubj 17:nsubj|20:nsubj _ 16 should should AUX MD VerbForm=Fin 17 aux 17:aux _ 17 have have VERB VB VerbForm=Inf 14 ccomp 14:ccomp _ @@ -7399,7 +7400,7 @@ 7 copies copy NOUN NNS Number=Plur 6 obj 6:obj _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 distribute distribute VERB VB VerbForm=Inf 6 conj 6:conj:and _ -10 ASAP asap ADV RB _ 9 advmod 9:advmod SpaceAfter=No +10 ASAP ASAP ADV RB _ 9 advmod 9:advmod SpaceAfter=No 11 . . PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent28_02-0010 @@ -7415,18 +7416,18 @@ # text = Here you go. 1 Here here ADV RB PronType=Dem 3 advmod 3:advmod _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 go go VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent28_02-0013 # text = If you have any other questions, please let me know. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ -4 any any DET DT _ 6 det 6:det _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ +4 any any DET DT PronType=Ind 6 det 6:det _ 5 other other ADJ JJ Degree=Pos 6 amod 6:amod _ 6 questions question NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 please please INTJ UH _ 9 discourse 9:discourse _ 9 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 10 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 9 obj 9:obj|11:nsubj:xsubj _ @@ -7440,49 +7441,49 @@ # sent_id = email-enronsent28_02-0015 # text = 08/16/2000 03:48 PM -1 08/16/2000 08/16/2000 NUM CD NumType=Card 0 root 0:root _ -2 03:48 03:48 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 08/16/2000 08/16/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 03:48 03:48 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent28_02-0016 # text = John Griffith@ENRON -1 John john X GW _ 0 root 0:root _ -2 Griffith@ENRON griffith@enron X ADD _ 1 goeswith 1:goeswith _ +1 John johngriffith@enron X GW Typo=Yes 0 root 0:root _ +2 Griffith@ENRON _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent28_02-0017 # text = 08/15/2000 06:23 PM -1 08/15/2000 08/15/2000 NUM CD NumType=Card 0 root 0:root _ -2 06:23 06:23 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 08/15/2000 08/15/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 06:23 06:23 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent28_02-0018 # text = SOblander@carrfut.com on 08/15/2000 06:03:48 PM 1 SOblander@carrfut.com soblander@carrfut.com X ADD _ 0 root 0:root _ 2 on on ADP IN _ 3 case 3:case _ -3 08/15/2000 08/15/2000 NUM CD NumType=Card 1 obl 1:obl:on _ -4 06:03:48 06:03:48 NUM CD NumType=Card 5 nummod 5:nummod _ -5 PM pm NOUN NN Number=Sing 3 nmod:tmod 3:nmod:tmod _ +3 08/15/2000 08/15/2000 NUM CD NumForm=Digit|NumType=Card 1 obl 1:obl:on _ +4 06:03:48 06:03:48 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ +5 PM p.m. NOUN NN Number=Sing 3 nmod:tmod 3:nmod:tmod _ # sent_id = email-enronsent28_02-0019 # text = The information contained herein is based on sources that we believe to be reliable, but we do not represent that it is accurate or complete. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 information information NOUN NN Number=Sing 6 nsubj:pass 6:nsubj:pass _ -3 contained contain VERB VBN Tense=Past|VerbForm=Part 2 acl 2:acl _ +3 contained contain VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 acl 2:acl _ 4 herein herein ADV RB _ 3 advmod 3:advmod _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ 6 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 on on ADP IN _ 8 case 8:case _ -8 sources source NOUN NNS Number=Plur 6 obl 6:obl:on|11:obj _ +8 sources source NOUN NNS Number=Plur 6 obl 6:obl:on|11:obj|14:nsubj:xsubj _ 9 that that PRON WDT PronType=Rel 11 obj 8:ref _ -10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj|14:nsubj:xsubj _ -11 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ +11 believe believe VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 12 to to PART TO _ 14 mark 14:mark _ 13 be be AUX VB VerbForm=Inf 14 cop 14:cop _ 14 reliable reliable ADJ JJ Degree=Pos 11 xcomp 11:xcomp SpaceAfter=No 15 , , PUNCT , _ 20 punct 20:punct _ 16 but but CCONJ CC _ 20 cc 20:cc _ 17 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -18 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +18 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 19 not not PART RB _ 20 advmod 20:advmod _ 20 represent represent VERB VB VerbForm=Inf 6 conj 6:conj:but _ 21 that that SCONJ IN _ 24 mark 24:mark _ @@ -7495,8 +7496,8 @@ # sent_id = email-enronsent28_02-0020 # text = Nothing contained herein should be considered as an offer to sell or a solicitation of an offer to buy any financial instruments discussed herein. -1 Nothing nothing PRON NN Number=Sing 6 nsubj:pass 6:nsubj:pass _ -2 contained contain VERB VBN Tense=Past|VerbForm=Part 1 acl 1:acl _ +1 Nothing nothing PRON NN Number=Sing|PronType=Neg 6 nsubj:pass 6:nsubj:pass _ +2 contained contain VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 acl 1:acl _ 3 herein herein ADV RB _ 2 advmod 2:advmod _ 4 should should AUX MD VerbForm=Fin 6 aux 6:aux _ 5 be be AUX VB VerbForm=Inf 6 aux:pass 6:aux:pass _ @@ -7514,20 +7515,20 @@ 17 offer offer NOUN NN Number=Sing 14 nmod 14:nmod:of _ 18 to to PART TO _ 19 mark 19:mark _ 19 buy buy VERB VB VerbForm=Inf 17 acl 17:acl:to _ -20 any any DET DT _ 22 det 22:det _ +20 any any DET DT PronType=Ind 22 det 22:det _ 21 financial financial ADJ JJ Degree=Pos 22 amod 22:amod _ 22 instruments instrument NOUN NNS Number=Plur 19 obj 19:obj _ -23 discussed discuss VERB VBN Tense=Past|VerbForm=Part 22 acl 22:acl _ +23 discussed discuss VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 acl 22:acl _ 24 herein herein ADV RB _ 23 advmod 23:advmod SpaceAfter=No 25 . . PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent28_02-0021 # text = Any opinions expressed herein are solely those of the author. -1 Any any DET DT _ 2 det 2:det _ +1 Any any DET DT PronType=Ind 2 det 2:det _ 2 opinions opinion NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -3 expressed express VERB VBN Tense=Past|VerbForm=Part 2 acl 2:acl _ +3 expressed express VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 acl 2:acl _ 4 herein herein ADV RB _ 3 advmod 3:advmod _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 solely solely ADV RB _ 7 advmod 7:advmod _ 7 those that PRON DT Number=Plur|PronType=Dem 0 root 0:root _ 8 of of ADP IN _ 10 case 10:case _ @@ -7539,7 +7540,7 @@ # text = As such, they may differ in material respects from those of, or expressed or published by on behalf of Carr Futures or its officers, directors, employees or affiliates. , 1 As as ADP IN _ 2 case 2:case _ 2 such such ADJ JJ Degree=Pos 6 obl 6:obl:as SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 5 may may AUX MD VerbForm=Fin 6 aux 6:aux _ 6 differ differ VERB VB VerbForm=Inf 0 root 0:root _ @@ -7551,17 +7552,17 @@ 12 of of ADP IN _ 11 nmod 11:nmod SpaceAfter=No 13 , , PUNCT , _ 15 punct 15:punct _ 14 or or CCONJ CC _ 15 cc 15:cc _ -15 expressed express VERB VBN Tense=Past|VerbForm=Part 12 conj 11:nmod|12:conj:or _ +15 expressed express VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 conj 11:nmod|12:conj:or _ 16 or or CCONJ CC _ 17 cc 17:cc _ -17 published publish VERB VBN Tense=Past|VerbForm=Part 15 conj 15:conj:or _ +17 published publish VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 conj 15:conj:or _ 18 by by ADP IN _ 15 obl 15:obl _ 19 on on ADP IN _ 20 case 20:case _ 20 behalf behalf NOUN NN Number=Sing 18 conj 15:obl:on|18:conj _ 21 of of ADP IN _ 22 case 22:case _ 22 Carr Carr PROPN NNP Number=Sing 20 nmod 20:nmod:of _ -23 Futures Futures PROPN NNPS Number=Plur 22 flat 22:flat _ +23 Futures Future PROPN NNPS Number=Plur 22 flat 22:flat _ 24 or or CCONJ CC _ 26 cc 26:cc _ -25 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 officers officer NOUN NNS Number=Plur 22 conj 20:nmod:of|22:conj:or SpaceAfter=No 27 , , PUNCT , _ 28 punct 28:punct _ 28 directors director NOUN NNS Number=Plur 26 conj 26:conj:or SpaceAfter=No @@ -7574,26 +7575,26 @@ # sent_id = email-enronsent28_02-0023 # text = 2000 Carr Futures -1 2000 2000 NUM CD NumType=Card 3 nummod 3:nummod _ +1 2000 2000 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 2 Carr Carr PROPN NNP Number=Sing 3 compound 3:compound _ -3 Futures Futures PROPN NNPS Number=Plur 0 root 0:root _ +3 Futures Future PROPN NNPS Number=Plur 0 root 0:root _ # sent_id = email-enronsent28_02-0024 # newpar id = email-enronsent28_02-p0002 # text = The charts are now in the most recent version of Adobe Acrobat 4.0 and they should print clearly from Adobe Acrobat Reader 3.0 or higher. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 charts chart NOUN NNS Number=Plur 9 nsubj 9:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 4 now now ADV RB _ 9 advmod 9:advmod _ 5 in in ADP IN _ 9 case 9:case _ 6 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -7 most most ADV RBS _ 8 advmod 8:advmod _ +7 most most ADV RBS Degree=Sup 8 advmod 8:advmod _ 8 recent recent ADJ JJ Degree=Pos 9 amod 9:amod _ 9 version version NOUN NN Number=Sing 0 root 0:root _ 10 of of ADP IN _ 12 case 12:case _ 11 Adobe Adobe PROPN NNP Number=Sing 12 compound 12:compound _ 12 Acrobat Acrobat PROPN NNP Number=Sing 9 nmod 9:nmod:of _ -13 4.0 4.0 NUM CD NumType=Card 12 nummod 12:nummod _ +13 4.0 4.0 NUM CD NumForm=Digit|NumType=Frac 12 nummod 12:nummod _ 14 and and CCONJ CC _ 17 cc 17:cc _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 16 should should AUX MD VerbForm=Fin 17 aux 17:aux _ @@ -7603,9 +7604,9 @@ 20 Adobe Adobe PROPN NNP Number=Sing 21 compound 21:compound _ 21 Acrobat Acrobat PROPN NNP Number=Sing 22 compound 22:compound _ 22 Reader Reader PROPN NNP Number=Sing 23 compound 23:compound _ -23 3.0 3.0 NUM CD NumType=Card 17 obl 17:obl:from _ +23 3.0 3.0 NUM CD NumForm=Digit|NumType=Frac 17 obl 17:obl:from _ 24 or or CCONJ CC _ 25 cc 25:cc _ -25 higher higher ADJ JJR Degree=Cmp 23 conj 17:obl:from|23:conj:or SpaceAfter=No +25 higher high ADJ JJR Degree=Cmp 23 conj 17:obl:from|23:conj:or SpaceAfter=No 26 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent28_02-0025 @@ -7613,7 +7614,7 @@ 1 Adobe Adobe PROPN NNP Number=Sing 3 compound 3:compound _ 2 Acrobat Acrobat PROPN NNP Number=Sing 3 compound 3:compound _ 3 Reader Reader PROPN NNP Number=Sing 7 nsubj:pass 7:nsubj:pass _ -4 4.0 4.0 NUM CD NumType=Card 3 nummod 3:nummod _ +4 4.0 4.0 NUM CD NumForm=Digit|NumType=Frac 3 nummod 3:nummod _ 5 may may AUX MD VerbForm=Fin 7 aux 7:aux _ 6 be be AUX VB VerbForm=Inf 7 aux:pass 7:aux:pass _ 7 downloaded download VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ @@ -7627,51 +7628,51 @@ # text = (See attached file: UnleadedStocks.pdf)(See attached file: CrudeStocks.pdf) (See attached file: HeatingOilStocks.pdf)(See attached file: PADDIIstocksCL.pdf)(See attached file: PADDIstocksHO.pdf)(See attached file: PADDIstocksHU.pdf)(See attached file: API.pdf) 1 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No 2 See see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 attached attach VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod _ +3 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod _ 4 file file NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -5 : : PUNCT : _ 4 punct 4:punct _ +5 : : PUNCT : _ 6 punct 6:punct _ 6 UnleadedStocks.pdf unleadedstocks.pdf NOUN NN Number=Sing 4 appos 4:appos SpaceAfter=No 7 ) ) PUNCT -RRB- _ 2 punct 2:punct SpaceAfter=No 8 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No 9 See see VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis _ -10 attached attach VERB VBN Tense=Past|VerbForm=Part 11 amod 11:amod _ +10 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 amod 11:amod _ 11 file file NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No -12 : : PUNCT : _ 11 punct 11:punct _ +12 : : PUNCT : _ 13 punct 13:punct _ 13 CrudeStocks.pdf crudestocks.pdf NOUN NN Number=Sing 11 appos 11:appos SpaceAfter=No 14 ) ) PUNCT -RRB- _ 9 punct 9:punct _ 15 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No 16 See see VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis _ -17 attached attach VERB VBN Tense=Past|VerbForm=Part 18 amod 18:amod _ +17 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 amod 18:amod _ 18 file file NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No -19 : : PUNCT : _ 18 punct 18:punct _ +19 : : PUNCT : _ 20 punct 20:punct _ 20 HeatingOilStocks.pdf heatingoilstocks.pdf NOUN NN Number=Sing 18 appos 18:appos SpaceAfter=No 21 ) ) PUNCT -RRB- _ 16 punct 16:punct SpaceAfter=No 22 ( ( PUNCT -LRB- _ 23 punct 23:punct SpaceAfter=No 23 See see VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis _ -24 attached attach VERB VBN Tense=Past|VerbForm=Part 25 amod 25:amod _ +24 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 amod 25:amod _ 25 file file NOUN NN Number=Sing 23 obj 23:obj SpaceAfter=No -26 : : PUNCT : _ 25 punct 25:punct _ +26 : : PUNCT : _ 27 punct 27:punct _ 27 PADDIIstocksCL.pdf paddiistockscl.pdf NOUN NN Number=Sing 25 appos 25:appos SpaceAfter=No 28 ) ) PUNCT -RRB- _ 23 punct 23:punct SpaceAfter=No 29 ( ( PUNCT -LRB- _ 30 punct 30:punct SpaceAfter=No 30 See see VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis _ -31 attached attach VERB VBN Tense=Past|VerbForm=Part 32 amod 32:amod _ +31 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 32 amod 32:amod _ 32 file file NOUN NN Number=Sing 30 obj 30:obj SpaceAfter=No -33 : : PUNCT : _ 32 punct 32:punct _ +33 : : PUNCT : _ 34 punct 34:punct _ 34 PADDIstocksHO.pdf paddistocksho.pdf NOUN NN Number=Sing 32 appos 32:appos SpaceAfter=No 35 ) ) PUNCT -RRB- _ 30 punct 30:punct SpaceAfter=No 36 ( ( PUNCT -LRB- _ 37 punct 37:punct SpaceAfter=No 37 See see VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis _ -38 attached attach VERB VBN Tense=Past|VerbForm=Part 39 amod 39:amod _ +38 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 39 amod 39:amod _ 39 file file NOUN NN Number=Sing 37 obj 37:obj SpaceAfter=No -40 : : PUNCT : _ 39 punct 39:punct _ +40 : : PUNCT : _ 41 punct 41:punct _ 41 PADDIstocksHU.pdf paddistockshu.pdf NOUN NN Number=Sing 39 appos 39:appos SpaceAfter=No 42 ) ) PUNCT -RRB- _ 37 punct 37:punct SpaceAfter=No 43 ( ( PUNCT -LRB- _ 44 punct 44:punct SpaceAfter=No 44 See see VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis _ -45 attached attach VERB VBN Tense=Past|VerbForm=Part 46 amod 46:amod _ +45 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 46 amod 46:amod _ 46 file file NOUN NN Number=Sing 44 obj 44:obj SpaceAfter=No -47 : : PUNCT : _ 46 punct 46:punct _ +47 : : PUNCT : _ 48 punct 48:punct _ 48 API.pdf api.pdf NOUN NN Number=Sing 46 appos 46:appos SpaceAfter=No 49 ) ) PUNCT -RRB- _ 44 punct 44:punct _ @@ -7708,7 +7709,7 @@ # sent_id = email-enronsent28_02-0033 # text = - API.pdf 1 - - PUNCT NFP _ 2 punct 2:punct _ -2 API.pdf api.pdf NOUN NN Number=Sing 0 root 0:root SpaceAfter=No +2 API.pdf api.pdf NOUN NN Number=Sing 0 root 0:root _ # newdoc id = email-enronsent28_03 # sent_id = email-enronsent28_03-0001 @@ -7719,9 +7720,9 @@ # sent_id = email-enronsent28_03-0002 # text = 10/08/99 08:52 AM -1 10/08/99 10/08/99 NUM CD NumType=Card 0 root 0:root _ -2 08:52 08:52 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 10/08/99 10/08/99 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 08:52 08:52 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent28_03-0003 # text = On or about September 23, 1999 a request for service was placed by the above referenced counterparty. @@ -7729,20 +7730,20 @@ 2 or or CCONJ CC _ 3 cc 3:cc _ 3 about about ADP IN _ 1 conj 1:conj:or|4:case _ 4 September September PROPN NNP Number=Sing 13 obl 13:obl:about _ -5 23 23 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No -6 , , PUNCT , _ 4 punct 4:punct _ -7 1999 1999 NUM CD NumType=Card 4 nummod 4:nummod _ +5 23 23 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No +6 , , PUNCT , _ 7 punct 7:punct _ +7 1999 1999 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 request request NOUN NN Number=Sing 13 nsubj:pass 13:nsubj:pass _ 10 for for ADP IN _ 11 case 11:case _ 11 service service NOUN NN Number=Sing 9 nmod 9:nmod:for _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux:pass 13:aux:pass _ -13 placed place VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +13 placed place VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 14 by by ADP IN _ 18 case 18:case _ 15 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 16 above above ADV RB _ 17 compound 17:compound _ -17 referenced reference VERB VBN Tense=Past|VerbForm=Part 18 amod 18:amod _ -18 counterparty counterparty NOUN NN Number=Sing 13 obl 13:obl:by SpaceAfter=No +17 referenced reference VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 amod 18:amod _ +18 counterparty counterparty NOUN NN Number=Sing 13 obl:agent 13:obl:agent SpaceAfter=No 19 . . PUNCT . _ 13 punct 13:punct _ # sent_id = email-enronsent28_03-0004 @@ -7757,7 +7758,7 @@ 8 Transportation transportation NOUN NN Number=Sing 9 compound 9:compound _ 9 Agreement agreement NOUN NN Number=Sing 0 root 0:root _ 10 and and CCONJ CC _ 14 cc 14:cc _ -11 311 311 NUM CD NumType=Card 14 nummod 14:nummod _ +11 311 311 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 12 Gas gas NOUN NN Number=Sing 13 compound 13:compound _ 13 Transportation transportation NOUN NN Number=Sing 14 compound 14:compound _ 14 Agreement agreement NOUN NN Number=Sing 9 conj 9:conj:and SpaceAfter=No @@ -7767,14 +7768,14 @@ # text = These agreements were forwarded to the counterparty, CCNG, Inc.. 1 These this DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 agreements agreement NOUN NNS Number=Plur 4 nsubj:pass 4:nsubj:pass _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 forwarded forward VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 to to ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 counterparty counterparty NOUN NN Number=Sing 4 obl 4:obl:to SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 11 punct 11:punct _ 9 CCNG CCNG PROPN NNP Number=Sing 11 compound 11:compound SpaceAfter=No -10 , , PUNCT , _ 11 punct 11:punct _ +10 , , PUNCT , _ 9 punct 9:punct _ 11 Inc. Inc. PROPN NNP Number=Sing 7 appos 7:appos SpaceAfter=No 12 . . PUNCT . _ 4 punct 4:punct _ @@ -7784,28 +7785,28 @@ 2 or or CCONJ CC _ 3 cc 3:cc _ 3 about about ADP IN _ 1 conj 1:conj:or|4:case _ 4 October October PROPN NNP Number=Sing 24 obl 24:obl:about _ -5 6 6 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No -6 , , PUNCT , _ 4 punct 4:punct _ -7 1999 1999 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No +5 6 6 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No +6 , , PUNCT , _ 7 punct 7:punct _ +7 1999 1999 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No 8 , , PUNCT , _ 4 punct 4:punct _ 9 Kelly Kelly PROPN NNP Number=Sing 10 compound 10:compound _ 10 Cloud Cloud PROPN NNP Number=Sing 24 nsubj 24:nsubj|26:nsubj SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 14 punct 14:punct _ 12 Senior senior ADJ JJ Degree=Pos 14 amod 14:amod _ 13 Vice vice NOUN NN Number=Sing 14 compound 14:compound _ 14 President president NOUN NN Number=Sing 10 appos 10:appos _ 15 of of ADP IN _ 18 case 18:case _ 16 CCNG CCNG PROPN NNP Number=Sing 18 compound 18:compound SpaceAfter=No -17 , , PUNCT , _ 18 punct 18:punct _ +17 , , PUNCT , _ 16 punct 16:punct _ 18 Inc. Inc. PROPN NNP Number=Sing 14 nmod 14:nmod:of _ -19 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No -20 713 713 NUM CD NumType=Card 22 nummod 22:nummod SpaceAfter=No -21 ) ) PUNCT -RRB- _ 22 punct 22:punct _ -22 235-1972 235-1972 NUM CD NumType=Card 10 list 10:list SpaceAfter=No -23 , , PUNCT , _ 24 punct 24:punct _ -24 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +19 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No +20 713 713 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod SpaceAfter=No +21 ) ) PUNCT -RRB- _ 20 punct 20:punct _ +22 235-1972 235-1972 NUM CD NumForm=Digit|NumType=Card 10 list 10:list SpaceAfter=No +23 , , PUNCT , _ 10 punct 10:punct _ +24 called call VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 25 and and CCONJ CC _ 26 cc 26:cc _ -26 informed inform VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 conj 24:conj:and _ +26 informed inform VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 conj 24:conj:and _ 27 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 26 iobj 26:iobj _ 28 that that SCONJ IN _ 35 mark 35:mark _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ @@ -7813,29 +7814,29 @@ 31 should should AUX MD VerbForm=Fin 35 aux 35:aux _ 32 be be AUX VB VerbForm=Inf 35 cop 35:cop _ 33 CCGM CCGM PROPN NNP Number=Sing 35 compound 35:compound SpaceAfter=No -34 , , PUNCT , _ 35 punct 35:punct _ +34 , , PUNCT , _ 33 punct 33:punct _ 35 L.P. L.P. PROPN NNP Number=Sing 26 ccomp 26:ccomp SpaceAfter=No 36 . . PUNCT . _ 24 punct 24:punct _ # sent_id = email-enronsent28_03-0007 # text = Further, she informed me that Section 7 of the agreement, which reads in part: Gas is free from liens and adverse claims of every kind, should be changed because the gas that the counterparty will be transporting on HPL may and/or is subject to liens. 1 Further further ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 informed inform VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 informed inform VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 iobj 4:iobj _ 6 that that SCONJ IN _ 32 mark 32:mark _ 7 Section section NOUN NN Number=Sing 32 nsubj:pass 14:nsubj|32:nsubj:pass _ -8 7 7 NUM CD NumType=Card 7 nummod 7:nummod _ +8 7 7 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 9 of of ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 agreement agreement NOUN NN Number=Sing 7 nmod 7:nmod:of SpaceAfter=No -12 , , PUNCT , _ 7 punct 7:punct _ +12 , , PUNCT , _ 14 punct 14:punct _ 13 which which PRON WDT PronType=Rel 14 nsubj 7:ref _ 14 reads read VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 15 in in ADP IN _ 16 case 16:case _ 16 part part NOUN NN Number=Sing 14 obl 14:obl:in SpaceAfter=No -17 : : PUNCT : _ 14 punct 14:punct _ +17 : : PUNCT : _ 20 punct 20:punct _ 18 Gas gas NOUN NN Number=Sing 20 nsubj 20:nsubj _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 20 free free ADJ JJ Degree=Pos 14 ccomp 14:ccomp _ @@ -7845,9 +7846,9 @@ 24 adverse adverse ADJ JJ Degree=Pos 25 amod 25:amod _ 25 claims claim NOUN NNS Number=Plur 22 conj 20:obl:from|22:conj:and _ 26 of of ADP IN _ 28 case 28:case _ -27 every every DET DT _ 28 det 28:det _ +27 every every DET DT PronType=Tot 28 det 28:det _ 28 kind kind NOUN NN Number=Sing 22 nmod 22:nmod:of SpaceAfter=No -29 , , PUNCT , _ 32 punct 32:punct _ +29 , , PUNCT , _ 7 punct 7:punct _ 30 should should AUX MD VerbForm=Fin 32 aux 32:aux _ 31 be be AUX VB VerbForm=Inf 32 aux:pass 32:aux:pass _ 32 changed change VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 ccomp 4:ccomp _ @@ -7863,10 +7864,10 @@ 42 on on ADP IN _ 43 case 43:case _ 43 HPL hpl NOUN NN Number=Sing 41 obl 41:obl:on _ 44 may may AUX MD VerbForm=Fin 32 advcl 32:advcl:because _ -45 and and CCONJ CC _ 47 cc 47:cc SpaceAfter=No -46 / / PUNCT , _ 47 punct 47:punct SpaceAfter=No -47 or or CCONJ CC _ 48 cc 48:cc _ -48 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 44 conj 32:advcl:because|44:conj:and_or _ +45 and and CCONJ CC _ 48 cc 48:cc SpaceAfter=No +46 / / SYM SYM _ 47 cc 47:cc SpaceAfter=No +47 or or CCONJ CC _ 45 conj 45:conj:slash|48:cc _ +48 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 44 conj 32:advcl:because|44:conj:and_or _ 49 subject subject ADJ JJ Degree=Pos 44 xcomp 44:xcomp|48:xcomp _ 50 to to ADP IN _ 51 case 51:case _ 51 liens lien NOUN NNS Number=Plur 49 obl 49:obl:to SpaceAfter=No @@ -7882,7 +7883,7 @@ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 agreement agreement NOUN NN Number=Sing 5 obj 5:obj _ 8 and and CCONJ CC _ 12 cc 12:cc _ -9 another another DET DT _ 12 nsubj:pass 12:nsubj:pass _ +9 another another DET DT PronType=Ind 12 nsubj:pass 12:nsubj:pass _ 10 would would AUX MD VerbForm=Fin 12 aux 12:aux _ 11 be be AUX VB VerbForm=Inf 12 aux:pass 12:aux:pass _ 12 forwarded forward VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 conj 3:conj:and _ @@ -7896,12 +7897,12 @@ 20 re-wording re-wording NOUN NN Number=Sing 18 conj 12:obl:with|18:conj:and _ 21 of of ADP IN _ 22 case 22:case _ 22 Section section NOUN NN Number=Sing 20 nmod 20:nmod:of _ -23 7 7 NUM CD NumType=Card 22 nummod 22:nummod SpaceAfter=No +23 7 7 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod SpaceAfter=No 24 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent28_03-0009 # text = Attached find the agreements for the necessary changes in Section 7. -1 Attached attach VERB VBN Tense=Past|VerbForm=Part 2 csubj 2:csubj _ +1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 csubj 2:csubj _ 2 find find VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 agreements agreement NOUN NNS Number=Plur 2 obj 2:obj _ @@ -7911,7 +7912,7 @@ 8 changes change NOUN NNS Number=Plur 4 nmod 4:nmod:for _ 9 in in ADP IN _ 10 case 10:case _ 10 Section section NOUN NN Number=Sing 8 nmod 8:nmod:in _ -11 7 7 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No +11 7 7 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent28_03-0010 @@ -7923,11 +7924,11 @@ 1 Cloud Cloud PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 instructed instruct VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj 3:obj|6:nsubj:xsubj _ +4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 iobj 3:iobj|6:nsubj:xsubj _ 5 to to PART TO _ 6 mark 6:mark _ 6 call call VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 7 with with ADP IN _ 10 case 10:case _ -8 any any DET DT _ 10 det 10:det _ +8 any any DET DT PronType=Ind 10 det 10:det _ 9 further further ADJ JJ Degree=Pos 10 amod 10:amod _ 10 questions question NOUN NNS Number=Plur 6 obl 6:obl:with SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ @@ -7948,11 +7949,11 @@ # newpar id = email-enronsent28_03-p0003 # text = Ginny, Please see the attached guaranty. 1 Ginny Ginny PROPN NNP Number=Sing 4 nsubj 4:nsubj SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 Please please INTJ UH _ 4 discourse 4:discourse _ 4 see see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 attached attach VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +6 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 guaranty guaranty NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ @@ -7961,31 +7962,31 @@ 1 A a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 2 clean clean ADJ JJ Degree=Pos 5 amod 5:amod _ 3 and and CCONJ CC _ 4 cc 4:cc _ -4 redlined redline VERB VBN Tense=Past|VerbForm=Part 2 conj 2:conj:and|5:amod _ +4 redlined redline VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 conj 2:conj:and|5:amod _ 5 version version NOUN NN Number=Sing 7 nsubj:pass 7:nsubj:pass _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ 7 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 8 . . PUNCT . _ 7 punct 7:punct _ # sent_id = email-enronsent28_03-0016 # text = I revised the language based on our discussions and added the language concerning interest which we had both previously approved. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|10:nsubj _ -2 revised revise VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 revised revise VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 language language NOUN NN Number=Sing 2 obj 2:obj _ -5 based base VERB VBN Tense=Past|VerbForm=Part 8 case 8:case _ +5 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 case 8:case _ 6 on on ADP IN _ 8 case 8:case _ -7 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 discussions discussion NOUN NNS Number=Plur 2 obl 2:obl:on _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 added add VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +10 added add VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 language language NOUN NN Number=Sing 10 obj 10:obj|20:obj _ 13 concerning concern VERB VBG VerbForm=Ger 14 case 14:case _ 14 interest interest NOUN NN Number=Sing 12 nmod 12:nmod:concerning _ 15 which which PRON WDT PronType=Rel 20 obj 12:ref _ 16 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -17 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 aux 20:aux _ +17 had have AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 20 aux 20:aux _ 18 both both ADV RB _ 20 advmod 20:advmod _ 19 previously previously ADV RB _ 20 advmod 20:advmod _ 20 approved approve VERB VBN Tense=Past|VerbForm=Part 12 acl:relcl 12:acl:relcl SpaceAfter=No @@ -7994,7 +7995,7 @@ # sent_id = email-enronsent28_03-0017 # text = We are OK to execute this form. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 OK ok ADJ JJ Degree=Pos 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 execute execute VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ @@ -8008,7 +8009,7 @@ 2 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ 3 know know VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 if if SCONJ IN _ 5 mark 5:mark _ -5 acceptable acceptable ADJ JJ Degree=Pos 3 advcl 3:advcl:if _ +5 acceptable acceptable ADJ JJ Degree=Pos 3 ccomp 3:ccomp _ 6 and and CCONJ CC _ 9 cc 9:cc _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj|12:nsubj _ 8 will will AUX MD VerbForm=Fin 9 aux 9:aux _ @@ -8028,7 +8029,7 @@ # text = "Townsend, George" 1 " " PUNCT `` _ 2 punct 2:punct SpaceAfter=No 2 Townsend Townsend PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 George George PROPN NNP Number=Sing 2 flat 2:flat SpaceAfter=No 5 " " PUNCT '' _ 2 punct 2:punct _ 6 < < PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No @@ -8037,9 +8038,9 @@ # sent_id = email-enronsent28_03-0021 # text = 03/27/2001 09:11 AM -1 03/27/2001 03/27/2001 NUM CD NumType=Card 0 root 0:root _ -2 09:11 09:11 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 03/27/2001 03/27/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 09:11 09:11 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent28_03-0022 # text = Puto, @@ -8067,7 +8068,7 @@ # sent_id = email-enronsent28_03-0025 # text = I survived it without a problem. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 survived survive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 survived survive VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ 4 without without ADP IN _ 6 case 6:case _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -8090,7 +8091,7 @@ # text = I didn't realize how much "stuff" you could pack into a one bedroom apartment. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 didn't _ _ _ _ _ _ _ _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 realize realize VERB VB VerbForm=Inf 0 root 0:root _ 5 how how ADV WRB PronType=Int 6 advmod 6:advmod _ @@ -8103,7 +8104,7 @@ 12 pack pack VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ 13 into into ADP IN _ 17 case 17:case _ 14 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ -15 one one NUM CD NumType=Card 16 nummod 16:nummod _ +15 one one NUM CD NumForm=Word|NumType=Card 16 nummod 16:nummod _ 16 bedroom bedroom NOUN NN Number=Sing 17 compound 17:compound _ 17 apartment apartment NOUN NN Number=Sing 12 obl 12:obl:into SpaceAfter=No 18 . . PUNCT . _ 4 punct 4:punct _ @@ -8112,7 +8113,7 @@ # text = How is your love life. 1 How how ADV WRB PronType=Int 0 root 0:root _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 love love NOUN NN Number=Sing 5 compound 5:compound _ 5 life life NOUN NN Number=Sing 1 nsubj 1:nsubj SpaceAfter=No 6 . . PUNCT . _ 1 punct 1:punct _ @@ -8131,7 +8132,7 @@ # sent_id = email-enronsent28_03-0030 # text = Are you still chasing that? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +1 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 3 still still ADV RB _ 4 advmod 4:advmod _ 4 chasing chase VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ @@ -8142,7 +8143,7 @@ # text = Lets get together soon. 1-2 Lets _ _ _ _ _ _ _ _ 1 Let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 s s PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ +2 s we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs|Typo=Yes 1 obj 1:obj|3:nsubj:xsubj CorrectForm='s 3 get get VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 together together ADV RB _ 3 advmod 3:advmod _ 5 soon soon ADV RB Degree=Pos 3 advmod 3:advmod SpaceAfter=No @@ -8150,20 +8151,20 @@ # sent_id = email-enronsent28_03-0032 # text = Our extra bedroom is nicer now. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 extra extra ADJ JJ Degree=Pos 3 amod 3:amod _ 3 bedroom bedroom NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -5 nicer nicer ADJ JJR Degree=Cmp 0 root 0:root _ +5 nicer nice ADJ JJR Degree=Cmp 0 root 0:root _ 6 now now ADV RB _ 5 advmod 5:advmod SpaceAfter=No 7 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent28_03-0033 # text = My old bed got tossed in a dumpster. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 old old ADJ JJ Degree=Pos 3 amod 3:amod _ 3 bed bed NOUN NN Number=Sing 5 nsubj:pass 5:nsubj:pass _ -4 got get AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ +4 got get AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ 5 tossed toss VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 in in ADP IN _ 8 case 8:case _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ @@ -8173,7 +8174,7 @@ # sent_id = email-enronsent28_03-0034 # text = It smelled like shit. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 smelled smell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 smelled smell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 like like ADP IN _ 4 case 4:case _ 4 shit shit NOUN NN Number=Sing 2 obl 2:obl:like SpaceAfter=No 5 . . PUNCT . _ 2 punct 2:punct _ @@ -8184,7 +8185,7 @@ 1 Talk talk VERB VB VerbForm=Inf 0 root 0:root _ 2 to to ADP IN _ 3 case 3:case _ 3 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obl 1:obl:to _ -4 later later ADV RB _ 1 advmod 1:advmod _ +4 later late ADV RBR Degree=Cmp 1 advmod 1:advmod _ # sent_id = email-enronsent28_03-0036 # text = GT @@ -8201,7 +8202,7 @@ # sent_id = email-enronsent28_03-0038 # text = Did you survive the honeymoon? -1 Did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +1 Did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 survive survive VERB VB VerbForm=Inf 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ @@ -8212,7 +8213,7 @@ # newpar id = email-enronsent28_03-p0008 # text = These look fine to me. 1 These this PRON DT Number=Plur|PronType=Dem 2 nsubj 2:nsubj|3:nsubj:xsubj _ -2 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 look look VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 fine fine ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ 4 to to ADP IN _ 5 case 5:case _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obl 2:obl:to SpaceAfter=No @@ -8228,7 +8229,7 @@ 6 Brant Brant PROPN NNP Number=Sing 4 obl 4:obl:to _ 7 if if SCONJ IN _ 10 mark 10:mark _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +9 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 ready ready ADJ JJ Degree=Pos 4 advcl 4:advcl:if SpaceAfter=No 11 . . PUNCT . _ 1 punct 1:punct _ @@ -8241,15 +8242,15 @@ # sent_id = email-enronsent01_01-0002 # text = 08/10/2000 08:28 AM -1 08/10/2000 08/10/2000 NUM CD NumType=Card 0 root 0:root _ -2 08:28 08:28 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 08/10/2000 08/10/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 08:28 08:28 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent01_01-0003 # text = Enron Investment Partners 1 Enron Enron PROPN NNP Number=Sing 3 compound 3:compound _ 2 Investment Investment PROPN NNP Number=Sing 3 compound 3:compound _ -3 Partners Partners PROPN NNPS Number=Plur 0 root 0:root _ +3 Partners Partner PROPN NNPS Number=Plur 0 root 0:root _ # sent_id = email-enronsent01_01-0004 # text = Congratulations! @@ -8260,7 +8261,7 @@ # text = You've all won! 1-2 You've _ _ _ _ _ _ _ _ 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 all all ADV RB _ 4 advmod 4:advmod _ 4 won win VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No 5 ! ! PUNCT . _ 4 punct 4:punct _ @@ -8279,9 +8280,9 @@ # sent_id = email-enronsent01_01-0007 # newpar id = email-enronsent01_01-p0003 # text = The following have made a team for the game show on August 17th!. -1 The the DET DT Definite=Def|PronType=Art 4 nsubj 4:nsubj _ -2 following follow VERB VBG VerbForm=Ger 1 amod 1:amod _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ +2 following follow VERB VBG VerbForm=Ger 4 nsubj 4:nsubj _ +3 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 made make VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 team team NOUN NN Number=Sing 4 obj 4:obj _ @@ -8291,7 +8292,7 @@ 10 show show NOUN NN Number=Sing 6 nmod 6:nmod:for _ 11 on on ADP IN _ 12 case 12:case _ 12 August August PROPN NNP Number=Sing 10 nmod 10:nmod:on _ -13 17th 17th NOUN NN Number=Sing 12 nummod 12:nummod SpaceAfter=No +13 17th 17th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 12 nummod 12:nummod SpaceAfter=No 14 !. !. PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent01_01-0008 @@ -8299,9 +8300,9 @@ # text = Thanks to all who volunteered. 1 Thanks thanks NOUN NN Number=Sing 0 root 0:root _ 2 to to ADP IN _ 3 case 3:case _ -3 all all DET DT _ 1 nmod 1:nmod:to|5:nsubj _ +3 all all DET DT PronType=Tot 1 nmod 1:nmod:to|5:nsubj _ 4 who who PRON WP PronType=Rel 5 nsubj 3:ref _ -5 volunteered volunteer VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl SpaceAfter=No +5 volunteered volunteer VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl SpaceAfter=No 6 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent01_01-0009 @@ -8325,10 +8326,10 @@ # text = Analyst Team 1: Coach: Lisa Gilette 1 Analyst analyst NOUN NN Number=Sing 2 compound 2:compound _ 2 Team team NOUN NN Number=Sing 0 root 0:root _ -3 1 1 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -4 : : PUNCT : _ 2 punct 2:punct _ +3 1 1 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No +4 : : PUNCT : _ 5 punct 5:punct _ 5 Coach coach NOUN NN Number=Sing 2 list 2:list SpaceAfter=No -6 : : PUNCT : _ 2 punct 2:punct _ +6 : : PUNCT : _ 7 punct 7:punct _ 7 Lisa Lisa PROPN NNP Number=Sing 5 appos 5:appos _ 8 Gilette Gilette PROPN NNP Number=Sing 7 flat 7:flat _ @@ -8351,10 +8352,10 @@ # text = Analyst Team 2: Coach: Doug Sewell 1 Analyst analyst NOUN NN Number=Sing 0 root 0:root _ 2 Team team NOUN NN Number=Sing 1 flat 1:flat _ -3 2 2 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -4 : : PUNCT : _ 1 punct 1:punct _ +3 2 2 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No +4 : : PUNCT : _ 5 punct 5:punct _ 5 Coach coach NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -6 : : PUNCT : _ 1 punct 1:punct _ +6 : : PUNCT : _ 7 punct 7:punct _ 7 Doug Doug PROPN NNP Number=Sing 5 appos 5:appos _ 8 Sewell Sewell PROPN NNP Number=Sing 7 flat 7:flat _ @@ -8384,10 +8385,10 @@ # text = Associate Team 1: Coach: Ben Markey 1 Associate associate NOUN NN Number=Sing 2 compound 2:compound _ 2 Team team NOUN NN Number=Sing 0 root 0:root _ -3 1 1 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -4 : : PUNCT : _ 2 punct 2:punct _ +3 1 1 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No +4 : : PUNCT : _ 5 punct 5:punct _ 5 Coach coach NOUN NN Number=Sing 2 list 2:list SpaceAfter=No -6 : : PUNCT : _ 2 punct 2:punct _ +6 : : PUNCT : _ 7 punct 7:punct _ 7 Ben Ben PROPN NNP Number=Sing 5 appos 5:appos _ 8 Markey Markey PROPN NNP Number=Sing 7 flat 7:flat _ @@ -8408,41 +8409,41 @@ # sent_id = email-enronsent01_01-0018 # newpar id = email-enronsent01_01-p0008 # text = Mixed A/ATeam 2: Coach: Melanie King Brandon Luna - Analyst, Bryan Hull - Analyst, Eduardo Tellechea - Associate, Milson Mundim - Associate -1 Mixed mix VERB VBN Tense=Past|VerbForm=Part 5 amod 5:amod _ -2 A a NOUN NN Number=Sing 4 compound 4:compound SpaceAfter=No -3 / / PUNCT , _ 4 punct 4:punct SpaceAfter=No -4 A a NOUN NN Number=Sing 5 compound 5:compound SpaceAfter=No +1 Mixed mix VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 amod 5:amod _ +2 A A NOUN NN Number=Sing 4 compound 4:compound SpaceAfter=No +3 / / PUNCT , _ 2 punct 2:punct SpaceAfter=No +4 A A NOUN NN Number=Sing 5 compound 5:compound CorrectSpaceAfter=Yes|SpaceAfter=No 5 Team team NOUN NN Number=Sing 0 root 0:root _ -6 2 2 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No -7 : : PUNCT : _ 5 punct 5:punct _ +6 2 2 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +7 : : PUNCT : _ 8 punct 8:punct _ 8 Coach coach NOUN NN Number=Sing 5 list 5:list SpaceAfter=No -9 : : PUNCT : _ 5 punct 5:punct _ +9 : : PUNCT : _ 10 punct 10:punct _ 10 Melanie Melanie PROPN NNP Number=Sing 5 appos 5:appos _ 11 King King PROPN NNP Number=Sing 10 flat 10:flat _ 12 Brandon Brandon PROPN NNP Number=Sing 10 flat 10:flat _ 13 Luna Luna PROPN NNP Number=Sing 10 flat 10:flat _ -14 - - PUNCT , _ 10 punct 10:punct _ +14 - - PUNCT , _ 15 punct 15:punct _ 15 Analyst analyst NOUN NN Number=Sing 10 appos 10:appos SpaceAfter=No -16 , , PUNCT , _ 5 punct 5:punct _ +16 , , PUNCT , _ 17 punct 17:punct _ 17 Bryan Bryan PROPN NNP Number=Sing 5 list 5:list _ 18 Hull Hull PROPN NNP Number=Sing 17 flat 17:flat _ -19 - - PUNCT , _ 17 punct 17:punct _ +19 - - PUNCT , _ 20 punct 20:punct _ 20 Analyst analyst NOUN NN Number=Sing 17 appos 17:appos SpaceAfter=No -21 , , PUNCT , _ 5 punct 5:punct _ +21 , , PUNCT , _ 22 punct 22:punct _ 22 Eduardo Eduardo PROPN NNP Number=Sing 5 list 5:list _ 23 Tellechea Tellechea PROPN NNP Number=Sing 22 flat 22:flat _ -24 - - PUNCT , _ 22 punct 22:punct _ +24 - - PUNCT , _ 25 punct 25:punct _ 25 Associate associate NOUN NN Number=Sing 22 appos 22:appos SpaceAfter=No -26 , , PUNCT , _ 5 punct 5:punct _ +26 , , PUNCT , _ 27 punct 27:punct _ 27 Milson Milson PROPN NNP Number=Sing 5 list 5:list _ 28 Mundim Mundim PROPN NNP Number=Sing 27 flat 27:flat _ -29 - - PUNCT , _ 27 punct 27:punct _ +29 - - PUNCT , _ 30 punct 30:punct _ 30 Associate associate NOUN NN Number=Sing 27 appos 27:appos _ # sent_id = email-enronsent01_01-0019 # text = Alternates: Heather Johnson, Usman Shaukat, Gerard Benitez, Matthew Almy, Travis Hanson 1 Alternates alternate NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 Heather Heather PROPN NNP Number=Sing 1 appos 1:appos _ 4 Johnson Johnson PROPN NNP Number=Sing 3 flat 3:flat SpaceAfter=No 5 , , PUNCT , _ 6 punct 6:punct _ @@ -8466,22 +8467,22 @@ 4 HELP help VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 MILLIONS million NOUN NNS Number=Plur 4 obj 4:obj _ 6 FOR for ADP IN _ 8 case 8:case _ -7 UNITED UNITED PROPN NNP Number=Sing 8 compound 8:compound _ +7 UNITED UNITED ADJ NNP Degree=Pos 8 amod 8:amod _ 8 WAY WAY PROPN NNP Number=Sing 4 obl 4:obl:for SpaceAfter=No 9 ? ? PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent01_01-0021 # text = We hope you do! 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 hope hope VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp SpaceAfter=No +4 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp SpaceAfter=No 5 ! ! PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent01_01-0022 # newpar id = email-enronsent01_01-p0009 # text = How to Pledge: -1 How how SCONJ WRB PronType=Int 3 mark 3:mark _ +1 How how ADV WRB PronType=Int 3 advmod 3:advmod _ 2 to to PART TO _ 3 mark 3:mark _ 3 Pledge pledge VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 4 : : PUNCT : _ 3 punct 3:punct _ @@ -8496,7 +8497,7 @@ 6 easy easy ADJ JJ Degree=Pos 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 make make VERB VB VerbForm=Inf 6 csubj 6:csubj _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 contribution contribution NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No 11 . . PUNCT . _ 6 punct 6:punct _ @@ -8507,10 +8508,10 @@ 3 in in ADV RP _ 2 compound:prt 2:compound:prt _ 4 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 5 following follow VERB VBG VerbForm=Ger 8 amod 8:amod _ -6 United United PROPN NNP Number=Sing 7 compound 7:compound _ +6 United United ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Way Way PROPN NNP Number=Sing 8 compound 8:compound _ 8 link link NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 http://unitedway.enron.com http://unitedway.enron.com X ADD _ 8 appos 8:appos _ 11 or or CCONJ CC _ 12 cc 12:cc _ 12 go go VERB VB Mood=Imp|VerbForm=Fin 2 conj 2:conj:or _ @@ -8532,7 +8533,7 @@ # sent_id = email-enronsent01_01-0025 # text = Either option should take you directly to Enron's United Way 2000 Campaign site. -1 Either either DET DT _ 2 det 2:det _ +1 Either either DET DT PronType=Ind 2 det 2:det _ 2 option option NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 should should AUX MD VerbForm=Fin 4 aux 4:aux _ 4 take take VERB VB VerbForm=Inf 0 root 0:root _ @@ -8542,9 +8543,9 @@ 8-9 Enron's _ _ _ _ _ _ _ _ 8 Enron Enron PROPN NNP Number=Sing 14 nmod:poss 14:nmod:poss _ 9 's 's PART POS _ 8 case 8:case _ -10 United United PROPN NNP Number=Sing 11 compound 11:compound _ +10 United United ADJ NNP Degree=Pos 11 amod 11:amod _ 11 Way Way PROPN NNP Number=Sing 14 compound 14:compound _ -12 2000 2000 NUM CD NumType=Card 11 nummod 11:nummod _ +12 2000 2000 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 13 Campaign campaign NOUN NN Number=Sing 14 compound 14:compound _ 14 site site NOUN NN Number=Sing 4 obl 4:obl:to SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ @@ -8553,24 +8554,24 @@ # text = PLEASE NOTE: Your pledge is to be made electronically - it only takes minutes. 1 PLEASE please INTJ UH _ 2 discourse 2:discourse _ 2 NOTE note VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ -4 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -5 pledge pledge NOUN NN Number=Sing 6 nsubj 6:nsubj|9:nsubj:xsubj _ -6 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +3 : : PUNCT : _ 9 punct 9:punct _ +4 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +5 pledge pledge NOUN NN Number=Sing 9 nsubj:pass 9:nsubj:pass _ +6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 7 to to PART TO _ 9 mark 9:mark _ 8 be be AUX VB VerbForm=Inf 9 aux:pass 9:aux:pass _ -9 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 xcomp 6:xcomp _ +9 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 parataxis 2:parataxis _ 10 electronically electronically ADV RB _ 9 advmod 9:advmod _ -11 - - PUNCT , _ 6 punct 6:punct _ +11 - - PUNCT , _ 14 punct 14:punct _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 13 only only ADV RB _ 14 advmod 14:advmod _ -14 takes take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ +14 takes take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 parataxis 9:parataxis _ 15 minutes minute NOUN NNS Number=Plur 14 obj 14:obj SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent01_01-0027 # text = No physical pledge cards. -1 No no DET DT _ 4 det 4:det _ +1 No no DET DT PronType=Neg 4 det 4:det _ 2 physical physical ADJ JJ Degree=Pos 4 amod 4:amod _ 3 pledge pledge NOUN NN Number=Sing 4 compound 4:compound _ 4 cards card NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No @@ -8579,48 +8580,48 @@ # sent_id = email-enronsent01_01-0028 # text = Questions: If you have any questions regarding the pledging process, please contact Joan Woodson (3-5213), Bert Frazier (3-5076) or Kathy Mayfield (3-3264). 1 Questions question NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 14 punct 14:punct _ 3 If if SCONJ IN _ 5 mark 5:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:if _ -6 any any DET DT _ 7 det 7:det _ +5 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:if _ +6 any any DET DT PronType=Ind 7 det 7:det _ 7 questions question NOUN NNS Number=Plur 5 obj 5:obj _ 8 regarding regard VERB VBG VerbForm=Ger 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 pledging pledging NOUN NN Number=Sing 11 compound 11:compound _ 11 process process NOUN NN Number=Sing 7 nmod 7:nmod:regarding SpaceAfter=No -12 , , PUNCT , _ 14 punct 14:punct _ +12 , , PUNCT , _ 5 punct 5:punct _ 13 please please INTJ UH _ 14 discourse 14:discourse _ 14 contact contact VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ 15 Joan Joan PROPN NNP Number=Sing 14 obj 14:obj _ 16 Woodson Woodson PROPN NNP Number=Sing 15 flat 15:flat _ 17 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No -18 3-5213 3-5213 NUM CD NumType=Card 15 appos 15:appos SpaceAfter=No +18 3-5213 3-5213 NUM CD NumForm=Digit|NumType=Card 15 appos 15:appos SpaceAfter=No 19 ) ) PUNCT -RRB- _ 18 punct 18:punct SpaceAfter=No 20 , , PUNCT , _ 21 punct 21:punct _ 21 Bert Bert PROPN NNP Number=Sing 15 conj 14:obj|15:conj:or _ 22 Frazier Frazier PROPN NNP Number=Sing 21 flat 21:flat _ 23 ( ( PUNCT -LRB- _ 24 punct 24:punct SpaceAfter=No -24 3-5076 3-5076 NUM CD NumType=Card 21 appos 21:appos SpaceAfter=No +24 3-5076 3-5076 NUM CD NumForm=Digit|NumType=Card 21 appos 21:appos SpaceAfter=No 25 ) ) PUNCT -RRB- _ 24 punct 24:punct _ 26 or or CCONJ CC _ 27 cc 27:cc _ 27 Kathy Kathy PROPN NNP Number=Sing 15 conj 14:obj|15:conj:or _ 28 Mayfield Mayfield PROPN NNP Number=Sing 27 flat 27:flat _ 29 ( ( PUNCT -LRB- _ 30 punct 30:punct SpaceAfter=No -30 3-3264 3-3264 NUM CD NumType=Card 27 appos 27:appos SpaceAfter=No +30 3-3264 3-3264 NUM CD NumForm=Digit|NumType=Card 27 appos 27:appos SpaceAfter=No 31 ) ) PUNCT -RRB- _ 30 punct 30:punct SpaceAfter=No 32 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent01_01-0029 # text = you know that both o'neal and matt are out? 1 you you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 9 mark 9:mark _ 4 both both CCONJ CC _ 5 cc:preconj 5:cc:preconj _ 5 o'neal o'neal PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 matt matt PROPN NNP Number=Sing 5 conj 5:conj:and|9:nsubj _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 9 out out ADV RB _ 2 ccomp 2:ccomp SpaceAfter=No 10 ? ? PUNCT . _ 2 punct 2:punct _ @@ -8630,34 +8631,34 @@ 1 Game game NOUN NN Number=Sing 0 root 0:root _ 2 tonight tonight NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ 3 at at ADP IN _ 4 case 4:case _ -4 7 7 NUM CD NumType=Card 1 nmod 1:nmod:at SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ +4 7 7 NUM CD NumForm=Digit|NumType=Card 1 nmod 1:nmod:at SpaceAfter=No +5 , , PUNCT , _ 8 punct 8:punct _ 6-7 it's _ _ _ _ _ _ _ _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 7 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 time time NOUN NN Number=Sing 1 parataxis 1:parataxis _ 9 to to PART TO _ 10 mark 10:mark _ 10 kick kick VERB VB VerbForm=Inf 8 acl 8:acl:to _ -11 some some DET DT _ 12 det 12:det _ +11 some some DET DT PronType=Ind 12 det 12:det _ 12 ass ass NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 13 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent01_01-0031 # text = i have not gotten a good response so i think shanna and i are going to stay in town. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 gotten get VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 good good ADJ JJ Degree=Pos 7 amod 7:amod _ 7 response response NOUN NN Number=Sing 4 obj 4:obj _ 8 so so ADV RB _ 10 advmod 10:advmod _ -9 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj _ +9 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ +10 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ 11 shanna shanna PROPN NNP Number=Sing 15 nsubj 15:nsubj|17:nsubj:xsubj _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 conj 11:conj:and|15:nsubj|17:nsubj:xsubj _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +13 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 conj 11:conj:and|15:nsubj|17:nsubj:xsubj _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 15 going go VERB VBG Tense=Pres|VerbForm=Part 10 ccomp 10:ccomp _ 16 to to PART TO _ 17 mark 17:mark _ 17 stay stay VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ @@ -8674,7 +8675,7 @@ 5 to to PART TO _ 7 mark 7:mark _ 6 be be AUX VB VerbForm=Inf 7 cop 7:cop _ 7 fine fine ADJ JJ Degree=Pos 4 xcomp 4:xcomp SpaceAfter=No -8 , , PUNCT , _ 4 punct 4:punct _ +8 , , PUNCT , _ 12 punct 12:punct _ 9 hector hector PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 aux 12:aux _ 11 just just ADV RB _ 12 advmod 12:advmod _ @@ -8690,23 +8691,23 @@ # sent_id = email-enronsent01_01-0034 # text = 08/08/2000 11:36 AM -1 08/08/2000 08/08/2000 NUM CD NumType=Card 0 root 0:root _ -2 11:36 11:36 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 08/08/2000 08/08/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 11:36 11:36 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent01_01-0035 # text = have you heard from anyone? -1 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 heard hear VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 from from ADP IN _ 5 case 5:case _ -5 anyone anyone PRON NN Number=Sing 3 obl 3:obl:from SpaceAfter=No +5 anyone anyone PRON NN Number=Sing|PronType=Ind 3 obl 3:obl:from SpaceAfter=No 6 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent01_01-0036 # text = also, what's the deal with the weather this weekend? 1 also also ADV RB _ 3 advmod 3:advmod SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 what's _ _ _ _ _ _ _ _ 3 what what PRON WP PronType=Int 0 root 0:root _ 4 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ @@ -8721,9 +8722,9 @@ # sent_id = email-enronsent01_01-0037 # text = is it supposed to be storming? -1 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ -2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj|6:nsubj:xsubj _ -3 supposed suppose VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ +2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 expl 3:expl|6:expl _ +3 supposed suppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 to to PART TO _ 6 mark 6:mark _ 5 be be AUX VB VerbForm=Inf 6 aux 6:aux _ 6 storming storm VERB VBG Tense=Pres|VerbForm=Part 3 xcomp 3:xcomp SpaceAfter=No @@ -8735,7 +8736,7 @@ 1 by by ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 way way NOUN NN Number=Sing 5 obl 5:obl:by SpaceAfter=No -4 , , PUNCT , _ 5 punct 5:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 buy buy VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 6 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 obj 5:obj _ 7 now now ADV RB _ 5 advmod 5:advmod _ @@ -8744,7 +8745,7 @@ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 going go VERB VBG Tense=Pres|VerbForm=Part 5 advcl 5:advcl:because _ 12 to to ADP IN _ 13 case 13:case _ -13 100 100 NUM CD NumType=Card 11 obl 11:obl:to _ +13 100 100 NUM CD NumForm=Digit|NumType=Card 11 obl 11:obl:to _ 14 by by ADP IN _ 16 case 16:case _ 15 year year NOUN NN Number=Sing 16 compound 16:compound _ 16 end end NOUN NN Number=Sing 11 obl 11:obl:by SpaceAfter=No @@ -8753,13 +8754,13 @@ # sent_id = email-enronsent01_01-0039 # newpar id = email-enronsent01_01-p0013 # text = Your father never listens to me, what can I say? -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 father father NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 never never ADV RB _ 4 advmod 4:advmod _ 4 listens listen VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 to to ADP IN _ 6 case 6:case _ 6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obl 4:obl:to SpaceAfter=No -7 , , PUNCT , _ 4 punct 4:punct _ +7 , , PUNCT , _ 11 punct 11:punct _ 8 what what PRON WP PronType=Int 11 obj 11:obj _ 9 can can AUX MD VerbForm=Fin 11 aux 11:aux _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ @@ -8769,10 +8770,10 @@ # sent_id = email-enronsent01_01-0040 # text = But, I'm very happy for you! 1 But but CCONJ CC _ 6 cc 6:cc SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 I'm _ _ _ _ _ _ _ _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -4 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +4 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 very very ADV RB _ 6 advmod 6:advmod _ 6 happy happy ADJ JJ Degree=Pos 0 root 0:root _ 7 for for ADP IN _ 8 case 8:case _ @@ -8782,13 +8783,13 @@ # sent_id = email-enronsent01_01-0041 # text = How are you? 1 How how ADV WRB PronType=Int 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 1 nsubj 1:nsubj SpaceAfter=No 4 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent01_01-0042 # text = Any news on Aunt Toni? -1 Any any DET DT _ 2 det 2:det _ +1 Any any DET DT PronType=Ind 2 det 2:det _ 2 news news NOUN NN Number=Sing 0 root 0:root _ 3 on on ADP IN _ 5 case 5:case _ 4 Aunt Aunt PROPN NNP Number=Sing 5 compound 5:compound _ @@ -8811,7 +8812,7 @@ 1 Glad glad ADJ JJ Degree=Pos 0 root 0:root _ 2 to to PART TO _ 3 mark 3:mark _ 3 hear hear VERB VB VerbForm=Inf 1 advcl 1:advcl:to _ -4 all all DET DT _ 6 nsubj 6:nsubj _ +4 all all DET DT PronType=Tot 6 nsubj 6:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 well well ADJ JJ Degree=Pos 3 ccomp 3:ccomp SpaceAfter=No 7 . . PUNCT . _ 1 punct 1:punct _ @@ -8819,25 +8820,25 @@ # sent_id = email-enronsent08_01-0002 # text = I meant to comment that I thought the people profiled in the article should pull their heads out of their self important asses. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 meant mean VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 meant mean VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 comment comment VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 that that SCONJ IN _ 7 mark 7:mark _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +7 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 people people NOUN NNS Number=Plur 15 nsubj 15:nsubj _ -10 profiled profile VERB VBN Tense=Past|VerbForm=Part 9 acl 9:acl _ +10 profiled profile VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 acl 9:acl _ 11 in in ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 article article NOUN NN Number=Sing 10 obl 10:obl:in _ 14 should should AUX MD VerbForm=Fin 15 aux 15:aux _ 15 pull pull VERB VB VerbForm=Inf 7 ccomp 7:ccomp _ -16 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 heads head NOUN NNS Number=Plur 15 obj 15:obj _ 18 out out ADP IN _ 23 case 23:case _ 19 of of ADP IN _ 23 case 23:case _ -20 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +20 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 21 self self NOUN NN Number=Sing 22 obl:npmod 22:obl:npmod _ 22 important important ADJ JJ Degree=Pos 23 amod 23:amod _ 23 asses ass NOUN NNS Number=Plur 15 obl 15:obl:of SpaceAfter=No @@ -8845,7 +8846,7 @@ # sent_id = email-enronsent08_01-0003 # text = It isn't about finding the meaning of life at work. -1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ +1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj:outer 5:nsubj:outer _ 2-3 isn't _ _ _ _ _ _ _ _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 n't not PART RB _ 5 advmod 5:advmod _ @@ -8892,7 +8893,7 @@ 1 Things thing NOUN NNS Number=Plur 5 nsubj 5:nsubj _ 2 with with ADP IN _ 3 case 3:case _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 1 nmod 1:nmod:with _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 great great ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ @@ -8910,22 +8911,22 @@ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 little little ADJ JJ Degree=Pos 13 obl:npmod 13:obl:npmod _ -13 sooner sooner ADJ JJR Degree=Cmp 8 acl:relcl 8:acl:relcl _ +13 sooner soon ADJ JJR Degree=Cmp 8 acl:relcl 8:acl:relcl _ 14 than than SCONJ IN _ 16 mark 16:mark _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -16 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:than _ +16 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:than _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ 18 would would AUX MD VerbForm=Fin 20 aux 20:aux _ 19 be be AUX VB VerbForm=Inf 20 aux 20:aux _ 20 going go VERB VBG Tense=Pres|VerbForm=Part 16 ccomp 16:ccomp _ 21 back back ADV RB _ 20 advmod 20:advmod _ 22 but but CCONJ CC _ 27 cc 27:cc _ -23 when when SCONJ WRB PronType=Int 25 mark 25:mark _ +23 when when ADV WRB PronType=Int 25 advmod 25:advmod _ 24 opportunity opportunity NOUN NN Number=Sing 25 nsubj 25:nsubj _ 25 knocks knock VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 27 advcl 27:advcl:when _ 26 you you PRON PRP Case=Nom|Person=2|PronType=Prs 27 nsubj 27:nsubj|29:nsubj:xsubj _ 27-28 gotta _ _ _ _ _ _ _ _ -27 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 conj 1:conj:but _ +27 got get VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 1 conj 1:conj:but _ 28 ta to PART TO Abbr=Yes 29 mark 29:mark _ 29 go go VERB VB VerbForm=Inf 27 xcomp 27:xcomp SpaceAfter=No 30 . . PUNCT . _ 1 punct 1:punct _ @@ -8940,7 +8941,7 @@ # text = I don't hear from you in months and then you level me with such a thought provoking, soul searching article. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 hear hear VERB VB VerbForm=Inf 0 root 0:root _ 5 from from ADP IN _ 6 case 6:case _ @@ -8950,14 +8951,14 @@ 9 and and CCONJ CC _ 12 cc 12:cc _ 10 then then ADV RB PronType=Dem 12 advmod 12:advmod _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ -12 level level VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +12 level level VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 13 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 12 obj 12:obj _ 14 with with ADP IN _ 22 case 22:case _ -15 such such DET PDT _ 22 det:predet 22:det:predet _ +15 such such DET PDT PronType=Ind 22 det:predet 22:det:predet _ 16 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 17 thought thought NOUN NN Number=Sing 18 obl:npmod 18:obl:npmod _ 18 provoking provoke VERB VBG VerbForm=Ger 22 amod 22:amod SpaceAfter=No -19 , , PUNCT , _ 22 punct 22:punct _ +19 , , PUNCT , _ 18 punct 18:punct _ 20 soul soul NOUN NN Number=Sing 21 compound 21:compound _ 21 searching search VERB VBG VerbForm=Ger 22 amod 22:amod _ 22 article article NOUN NN Number=Sing 12 obl 12:obl:with SpaceAfter=No @@ -8971,7 +8972,7 @@ 4 of of ADP IN _ 5 case 5:case _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obl 3:obl:of _ 6 to to PART TO _ 7 mark 7:mark _ -7 send send VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ +7 send send VERB VB VerbForm=Inf 5 acl 5:acl:to _ 8 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj _ 9 to to ADP IN _ 7 obl 7:obl SpaceAfter=No 10 . . PUNCT . _ 1 punct 1:punct _ @@ -8980,7 +8981,7 @@ # text = I really enjoyed reading it. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|4:nsubj:xsubj _ 2 really really ADV RB _ 3 advmod 3:advmod _ -3 enjoyed enjoy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 enjoyed enjoy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 reading read VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ @@ -8989,7 +8990,7 @@ # text = We certainly fit into certain parts of the article. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 certainly certainly ADV RB _ 3 advmod 3:advmod _ -3 fit fit VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 fit fit VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 into into ADP IN _ 6 case 6:case _ 5 certain certain ADJ JJ Degree=Pos 6 amod 6:amod _ 6 parts part NOUN NNS Number=Plur 3 obl 3:obl:into _ @@ -9001,7 +9002,7 @@ # sent_id = email-enronsent08_01-0015 # text = There are a few life theories like that which working through. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 4 few few ADJ JJ Degree=Pos 6 amod 6:amod _ 5 life life NOUN NN Number=Sing 6 compound 6:compound _ @@ -9017,7 +9018,7 @@ # text = Its all interesting stuff. 1-2 Its _ _ _ _ _ _ _ _ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 5 cop 5:cop CorrectForm='s 3 all all ADV RB _ 5 advmod 5:advmod _ 4 interesting interesting ADJ JJ Degree=Pos 5 amod 5:amod _ 5 stuff stuff NOUN NN Number=Sing 0 root 0:root SpaceAfter=No @@ -9027,7 +9028,7 @@ # newpar id = email-enronsent08_01-p0002 # text = How are things going with you? 1 How how ADV WRB PronType=Int 4 advmod 4:advmod _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 things thing NOUN NNS Number=Plur 4 nsubj 4:nsubj _ 4 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 with with ADP IN _ 6 case 6:case _ @@ -9036,7 +9037,7 @@ # sent_id = email-enronsent08_01-0018 # text = Are you enjoying Houston? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 enjoying enjoy VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 Houston Houston PROPN NNP Number=Sing 3 obj 3:obj SpaceAfter=No @@ -9054,8 +9055,8 @@ # sent_id = email-enronsent08_01-0020 # text = Brokering over here has been pretty rewarding. 1 Brokering broker VERB VBG VerbForm=Ger 7 csubj 7:csubj _ -2 over over ADP IN _ 3 case 3:case _ -3 here here ADV RB PronType=Dem 1 obl 1:obl:over _ +2 over over ADV RB _ 3 advmod 3:advmod _ +3 here here ADV RB PronType=Dem 1 advmod 1:advmod _ 4 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 5 been be AUX VBN Tense=Past|VerbForm=Part 7 cop 7:cop _ 6 pretty pretty ADV RB _ 7 advmod 7:advmod _ @@ -9065,9 +9066,9 @@ # sent_id = email-enronsent08_01-0021 # text = Traders over here seem to have a lot more respect for other humans. 1 Traders trader NOUN NNS Number=Plur 4 nsubj 4:nsubj|6:nsubj:xsubj _ -2 over over ADP IN _ 3 case 3:case _ -3 here here ADV RB PronType=Dem 1 nmod 1:nmod:over _ -4 seem seem VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 over over ADV RB _ 3 advmod 3:advmod _ +3 here here ADV RB PronType=Dem 1 advmod 1:advmod _ +4 seem seem VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 have have VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ @@ -9124,7 +9125,7 @@ # sent_id = email-enronsent08_01-0027 # text = Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp 1 Get get VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 3 FREE free ADJ JJ Degree=Pos 4 amod 4:amod _ 4 download download NOUN NN Number=Sing 1 obj 1:obj _ 5 of of ADP IN _ 7 case 7:case _ @@ -9146,13 +9147,13 @@ 7 fulfillment fulfillment NOUN NN Number=Sing 0 root 0:root _ 8 or or CCONJ CC _ 9 cc 9:cc _ 9 finding find VERB VBG VerbForm=Ger 7 conj 7:conj:or _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11-12 life's _ _ _ _ _ _ _ _ 11 life life NOUN NN Number=Sing 13 nmod:poss 13:nmod:poss _ 12 's 's PART POS _ 11 case 11:case _ 13 purpose purpose NOUN NN Number=Sing 9 obj 9:obj _ 14 in in ADP IN _ 16 case 16:case _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 work work NOUN NN Number=Sing 9 obl 9:obl:in SpaceAfter=No 17 . . PUNCT . _ 7 punct 7:punct _ @@ -9234,14 +9235,14 @@ # text = let's discuss next time we have amstel lights together. 1-2 let's _ _ _ _ _ _ _ _ 1 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 's 's PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ +2 's we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ 3 discuss discuss VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 next next ADJ JJ Degree=Pos 5 amod 5:amod _ 5 time time NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ -8 amstel amstel PROPN NNP Number=Sing 9 compound 9:compound _ -9 lights lights PROPN NNPS Number=Plur 7 obj 7:obj _ +7 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +8 amstel Amstel PROPN NNP Number=Sing 9 compound 9:compound _ +9 lights Light PROPN NNPS Number=Plur 7 obj 7:obj _ 10 together together ADV RB _ 7 advmod 7:advmod SpaceAfter=No 11 . . PUNCT . _ 1 punct 1:punct _ @@ -9252,15 +9253,15 @@ # sent_id = email-enronsent08_01-0038 # text = 05/22/2001 09:25 AM -1 05/22/2001 05/22/2001 NUM CD NumType=Card 0 root 0:root _ -2 09:25 09:25 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 05/22/2001 05/22/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 09:25 09:25 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent08_01-0039 # newpar id = email-enronsent08_01-p0012 # text = about our lifestyle... 1 about about ADP IN _ 3 case 3:case _ -2 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 lifestyle lifestyle NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 4 ... ... PUNCT , _ 3 punct 3:punct _ @@ -9268,9 +9269,9 @@ # text = (See attached file: TEXT.htm) 1 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No 2 See see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 attached attach VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod _ +3 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod _ 4 file file NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -5 : : PUNCT : _ 4 punct 4:punct _ +5 : : PUNCT : _ 6 punct 6:punct _ 6 TEXT.htm text.htm NOUN NN Number=Sing 4 appos 4:appos SpaceAfter=No 7 ) ) PUNCT -RRB- _ 2 punct 2:punct _ @@ -9285,16 +9286,16 @@ # text = This transmittal and/or attachments may be a confidential attorney-client communication or may otherwise be privileged or confidential. 1 This this DET DT Number=Sing|PronType=Dem 2 det 2:det _ 2 transmittal transmittal NOUN NN Number=Sing 14 nsubj 14:nsubj|19:nsubj _ -3 and and CCONJ CC _ 5 cc 5:cc SpaceAfter=No -4 / / PUNCT , _ 5 punct 5:punct SpaceAfter=No -5 or or CCONJ CC _ 6 cc 6:cc _ +3 and and CCONJ CC _ 6 cc 6:cc SpaceAfter=No +4 / / SYM SYM _ 5 cc 5:cc SpaceAfter=No +5 or or CCONJ CC _ 3 conj 3:conj:slash|6:cc _ 6 attachments attachment NOUN NNS Number=Plur 2 conj 2:conj:and_or|14:nsubj _ 7 may may AUX MD VerbForm=Fin 14 aux 14:aux _ 8 be be AUX VB VerbForm=Inf 14 cop 14:cop _ 9 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 10 confidential confidential ADJ JJ Degree=Pos 14 amod 14:amod _ 11 attorney attorney NOUN NN Number=Sing 13 compound 13:compound SpaceAfter=No -12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 client client NOUN NN Number=Sing 14 compound 14:compound _ 14 communication communication NOUN NN Number=Sing 0 root 0:root _ 15 or or CCONJ CC _ 19 cc 19:cc _ @@ -9310,26 +9311,26 @@ # text = If you are not the intended recipient, you are hereby notified that you have received this transmittal in error; any review, dissemination, distribution or copying of this transmittal is strictly prohibited. 1 If if SCONJ IN _ 7 mark 7:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 not not PART RB _ 7 advmod 7:advmod _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 intended intend VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +6 intended intend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 recipient recipient NOUN NN Number=Sing 12 advcl 12:advcl:if SpaceAfter=No -8 , , PUNCT , _ 12 punct 12:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj:pass 12:nsubj:pass _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux:pass 12:aux:pass _ +10 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 aux:pass 12:aux:pass _ 11 hereby hereby ADV RB _ 12 advmod 12:advmod _ 12 notified notify VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 13 that that SCONJ IN _ 16 mark 16:mark _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -15 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +15 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 16 received receive VERB VBN Tense=Past|VerbForm=Part 12 ccomp 12:ccomp _ 17 this this DET DT Number=Sing|PronType=Dem 18 det 18:det _ 18 transmittal transmittal NOUN NN Number=Sing 16 obj 16:obj _ 19 in in ADP IN _ 20 case 20:case _ 20 error error NOUN NN Number=Sing 16 obl 16:obl:in SpaceAfter=No -21 ; ; PUNCT , _ 12 punct 12:punct _ -22 any any DET DT _ 23 det 23:det _ +21 ; ; PUNCT , _ 35 punct 35:punct _ +22 any any DET DT PronType=Ind 23 det 23:det _ 23 review review NOUN NN Number=Sing 35 nsubj:pass 35:nsubj:pass SpaceAfter=No 24 , , PUNCT , _ 25 punct 25:punct _ 25 dissemination dissemination NOUN NN Number=Sing 23 conj 23:conj:or|35:nsubj:pass SpaceAfter=No @@ -9349,20 +9350,20 @@ # text = If you have received this transmittal and/or attachments in error, please notify us immediately by reply or by telephone (call us collect at +1 212-848-8400) and immediately delete this message and all its attachments. 1 If if SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 received receive VERB VBN Tense=Past|VerbForm=Part 15 advcl 15:advcl:if _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 transmittal transmittal NOUN NN Number=Sing 4 obj 4:obj _ -7 and and CCONJ CC _ 9 cc 9:cc SpaceAfter=No -8 / / PUNCT , _ 9 punct 9:punct SpaceAfter=No -9 or or CCONJ CC _ 10 cc 10:cc _ +7 and and CCONJ CC _ 10 cc 10:cc SpaceAfter=No +8 / / SYM SYM _ 9 cc 9:cc SpaceAfter=No +9 or or CCONJ CC _ 7 conj 7:conj:slash|10:cc _ 10 attachments attachment NOUN NNS Number=Plur 6 conj 4:obj|6:conj:and_or _ 11 in in ADP IN _ 12 case 12:case _ 12 error error NOUN NN Number=Sing 4 obl 4:obl:in SpaceAfter=No -13 , , PUNCT , _ 15 punct 15:punct _ +13 , , PUNCT , _ 4 punct 4:punct _ 14 please please INTJ UH _ 15 discourse 15:discourse _ 15 notify notify VERB VB VerbForm=Inf 0 root 0:root _ -16 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 15 obj 15:obj _ +16 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 15 iobj 15:iobj _ 17 immediately immediately ADV RB _ 15 advmod 15:advmod _ 18 by by ADP IN _ 19 case 19:case _ 19 reply reply NOUN NN Number=Sing 15 obl 15:obl:by _ @@ -9374,8 +9375,8 @@ 25 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 24 obj 24:obj _ 26 collect collect ADV RB _ 24 advmod 24:advmod _ 27 at at ADP IN _ 29 case 29:case _ -28 +1 +1 NUM CD NumType=Card 29 nummod 29:nummod _ -29 212-848-8400 212-848-8400 NUM CD NumType=Card 24 obl 24:obl:at SpaceAfter=No +28 +1 +1 NUM CD NumForm=Digit|NumType=Card 29 nummod 29:nummod _ +29 212-848-8400 212-848-8400 NUM CD NumForm=Digit|NumType=Card 24 obl 24:obl:at SpaceAfter=No 30 ) ) PUNCT -RRB- _ 24 punct 24:punct _ 31 and and CCONJ CC _ 33 cc 33:cc _ 32 immediately immediately ADV RB _ 33 advmod 33:advmod _ @@ -9383,14 +9384,14 @@ 34 this this DET DT Number=Sing|PronType=Dem 35 det 35:det _ 35 message message NOUN NN Number=Sing 33 obj 33:obj _ 36 and and CCONJ CC _ 39 cc 39:cc _ -37 all all DET PDT _ 39 det:predet 39:det:predet _ -38 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ +37 all all DET PDT PronType=Tot 39 det:predet 39:det:predet _ +38 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ 39 attachments attachment NOUN NNS Number=Plur 35 conj 33:obj|35:conj:and SpaceAfter=No 40 . . PUNCT . _ 15 punct 15:punct _ # sent_id = email-enronsent08_01-0045 # text = Thank you. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No 3 . . PUNCT . _ 1 punct 1:punct _ @@ -9398,9 +9399,9 @@ # text = - TEXT.htm << File: TEXT.htm >> 1 - - PUNCT NFP _ 2 punct 2:punct _ 2 TEXT.htm text.htm NOUN NN Number=Sing 0 root 0:root _ -3 << << PUNCT -LRB- _ 2 punct 2:punct _ +3 << << PUNCT -LRB- _ 4 punct 4:punct _ 4 File file NOUN NN Number=Sing 2 parataxis 2:parataxis SpaceAfter=No -5 : : PUNCT : _ 4 punct 4:punct _ +5 : : PUNCT : _ 6 punct 6:punct _ 6 TEXT.htm text.htm NOUN NN Number=Sing 4 appos 4:appos _ 7 >> >> PUNCT -RRB- _ 2 punct 2:punct _ @@ -9433,7 +9434,7 @@ 11 drive drive VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 12 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 11 obj 11:obj _ 13 around around ADV RB _ 11 advmod 11:advmod _ -14 all all DET DT _ 15 det 15:det _ +14 all all DET DT PronType=Tot 15 det 15:det _ 15 winter winter NOUN NN Number=Sing 11 obl:tmod 11:obl:tmod SpaceAfter=No 16 . . PUNCT . _ 4 punct 4:punct _ @@ -9458,7 +9459,7 @@ # text = Lexus IS 300. 1 Lexus Lexus PROPN NNP Number=Sing 2 compound 2:compound _ 2 IS IS PROPN NNP Number=Sing 0 root 0:root _ -3 300 300 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No +3 300 300 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No 4 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent08_01-0051 @@ -9471,10 +9472,10 @@ 6 going go VERB VBG Tense=Pres|VerbForm=Part 2 ccomp 2:ccomp _ 7 to to PART TO _ 8 mark 8:mark _ 8 buy buy VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ -9 17 17 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No +9 17 17 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No 10 " " NOUN NN Number=Sing 8 obj 8:obj _ 11 or or CCONJ CC _ 14 cc 14:cc _ -12 16 16 NUM CD NumType=Card 13 nummod 13:nummod SpaceAfter=No +12 16 16 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod SpaceAfter=No 13 " " NOUN NN Number=Sing 14 compound 14:compound _ 14 wheels wheel NOUN NNS Number=Plur 10 conj 8:obj|10:conj _ 15 for for ADP IN _ 17 case 17:case _ @@ -9492,7 +9493,7 @@ # newpar id = email-enronsent30_02-p0001 # text = You have always been on the move seeking affectionate, satisfying and harmonious relationships. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 3 always always ADV RB _ 7 advmod 7:advmod _ 4 been be AUX VBN Tense=Past|VerbForm=Part 7 cop 7:cop _ 5 on on ADP IN _ 7 case 7:case _ @@ -9509,7 +9510,7 @@ # sent_id = email-enronsent30_02-0002 # text = Your ultimate goal has been the realisation of an intimate union in which there could be love, self-sacrifice and mutual trust. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 ultimate ultimate ADJ JJ Degree=Pos 3 amod 3:amod _ 3 goal goal NOUN NN Number=Sing 7 nsubj 7:nsubj _ 4 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ @@ -9519,20 +9520,20 @@ 8 of of ADP IN _ 11 case 11:case _ 9 an a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 intimate intimate ADJ JJ Degree=Pos 11 amod 11:amod _ -11 union union NOUN NN Number=Sing 7 nmod 7:nmod:of|16:obl _ +11 union union NOUN NN Number=Sing 7 nmod 7:nmod:of|17:obl:in _ 12 in in ADP IN _ 13 case 13:case _ -13 which which PRON WDT PronType=Rel 16 obl 11:ref _ -14 there there PRON EX _ 16 expl 16:expl _ -15 could could AUX MD VerbForm=Fin 16 aux 16:aux _ -16 be be VERB VB VerbForm=Inf 11 acl:relcl 11:acl:relcl _ -17 love love NOUN NN Number=Sing 16 acl:relcl 16:acl:relcl SpaceAfter=No +13 which which PRON WDT PronType=Rel 17 obl 11:ref _ +14 there there PRON EX _ 17 expl 17:expl _ +15 could could AUX MD VerbForm=Fin 17 aux 17:aux _ +16 be be AUX VB VerbForm=Inf 17 cop 17:cop _ +17 love love NOUN NN Number=Sing 11 acl:relcl 11:acl:relcl SpaceAfter=No 18 , , PUNCT , _ 21 punct 21:punct _ 19 self self NOUN NN Number=Sing 21 compound 21:compound SpaceAfter=No -20 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No -21 sacrifice sacrifice NOUN NN Number=Sing 17 conj 16:acl:relcl|17:conj:and _ +20 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No +21 sacrifice sacrifice NOUN NN Number=Sing 17 conj 17:acl:relcl|17:conj:and _ 22 and and CCONJ CC _ 24 cc 24:cc _ 23 mutual mutual ADJ JJ Degree=Pos 24 amod 24:amod _ -24 trust trust NOUN NN Number=Sing 17 conj 16:acl:relcl|17:conj:and SpaceAfter=No +24 trust trust NOUN NN Number=Sing 17 conj 17:acl:relcl|17:conj:and SpaceAfter=No 25 . . PUNCT . _ 7 punct 7:punct _ # sent_id = email-enronsent30_02-0003 @@ -9551,21 +9552,21 @@ 12 around around ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 corner corner NOUN NN Number=Sing 5 ccomp 5:ccomp SpaceAfter=No -15 " " PUNCT '' _ 5 punct 5:punct SpaceAfter=No -16 ... ... PUNCT , _ 5 punct 5:punct SpaceAfter=No +15 " " PUNCT '' _ 14 punct 14:punct SpaceAfter=No +16 ... ... PUNCT , _ 32 punct 32:punct SpaceAfter=No 17 and and CCONJ CC _ 32 cc 32:cc _ 18 maybe maybe ADV RB _ 32 advmod 32:advmod SpaceAfter=No -19 ... ... PUNCT , _ 32 punct 32:punct _ +19 ... ... PUNCT , _ 18 punct 18:punct _ 20 if if SCONJ IN _ 24 mark 24:mark _ 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 24 nsubj 24:nsubj _ 22-23 haven't _ _ _ _ _ _ _ _ -22 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ +22 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ 23 n't not PART RB _ 24 advmod 24:advmod _ 24 found find VERB VBN Tense=Past|VerbForm=Part 32 advcl 32:advcl:if _ 25 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 24 obj 24:obj _ 26 as as ADP IN _ 27 case 27:case _ 27 yet yet ADV RB _ 24 obl 24:obl:as _ -28 - - PUNCT , _ 32 punct 32:punct _ +28 - - PUNCT , _ 24 punct 24:punct _ 29 you you PRON PRP Case=Nom|Person=2|PronType=Prs 32 nsubj 32:nsubj _ 30 possibly possibly ADV RB _ 32 advmod 32:advmod _ 31 soon soon ADV RB Degree=Pos 32 advmod 32:advmod _ @@ -9578,19 +9579,19 @@ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 past past NOUN NN Number=Sing 6 obl 6:obl:in _ 4 there there PRON EX _ 6 expl 6:expl _ -5 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 been be VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -7 .. .. PUNCT , _ 6 punct 6:punct _ +7 .. .. PUNCT , _ 12 punct 12:punct _ 8 and and CCONJ CC _ 12 cc 12:cc _ 9 maybe maybe ADV RB _ 12 advmod 12:advmod _ 10 there there PRON EX _ 12 expl 12:expl _ 11 still still ADV RB _ 12 advmod 12:advmod _ -12 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ +12 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ 13 many many ADJ JJ Degree=Pos 14 amod 14:amod _ -14 things thing NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -15 that that PRON WDT PronType=Dem 20 obl 20:obl:without _ +14 things thing NOUN NNS Number=Plur 6 nsubj 6:nsubj|20:obl:without _ +15 that that PRON WDT PronType=Rel 20 obl 14:ref _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj|20:nsubj:xsubj _ -17 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ +17 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 18 had have VERB VBN Tense=Past|VerbForm=Part 14 acl:relcl 14:acl:relcl _ 19 to to PART TO _ 20 mark 20:mark _ 20 do do VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ @@ -9600,26 +9601,26 @@ # sent_id = email-enronsent30_02-0005 # text = You have now decided to set your sights on a position or situation that could give you greater prestige and which will afford you considerable self esteem. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 now now ADV RB _ 4 advmod 4:advmod _ 4 decided decide VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 set set VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 sights sight NOUN NNS Number=Plur 6 obj 6:obj _ 9 on on ADP IN _ 11 case 11:case _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -11 position position NOUN NN Number=Sing 6 obl 6:obl:on|16:nsubj _ +11 position position NOUN NN Number=Sing 6 obl 6:obl:on|16:nsubj|23:nsubj _ 12 or or CCONJ CC _ 13 cc 13:cc _ -13 situation situation NOUN NN Number=Sing 11 conj 6:obl:on|11:conj:or|16:nsubj _ +13 situation situation NOUN NN Number=Sing 11 conj 6:obl:on|11:conj:or|16:nsubj|23:nsubj _ 14 that that PRON WDT PronType=Rel 16 nsubj 11:ref _ 15 could could AUX MD VerbForm=Fin 16 aux 16:aux _ 16 give give VERB VB VerbForm=Inf 11 acl:relcl 11:acl:relcl _ 17 you you PRON PRP Case=Acc|Person=2|PronType=Prs 16 iobj 16:iobj _ -18 greater greater ADJ JJR Degree=Cmp 19 amod 19:amod _ +18 greater great ADJ JJR Degree=Cmp 19 amod 19:amod _ 19 prestige prestige NOUN NN Number=Sing 16 obj 16:obj _ 20 and and CCONJ CC _ 23 cc 23:cc _ -21 which which PRON WDT PronType=Int 23 nsubj 23:nsubj _ +21 which which PRON WDT PronType=Rel 23 nsubj 11:ref _ 22 will will AUX MD VerbForm=Fin 23 aux 23:aux _ 23 afford afford VERB VB VerbForm=Inf 16 conj 11:acl:relcl|16:conj:and _ 24 you you PRON PRP Case=Acc|Person=2|PronType=Prs 23 iobj 23:iobj _ @@ -9631,62 +9632,62 @@ # sent_id = email-enronsent30_02-0006 # text = You wear your heart on your sleeve ... and since you are an emotional person you are apt to give your all ... heart and soul ... to all those that show you a little affection ... but take care... it would appear that you have been extremely hurt in the past...and you keep leaving yourself wide open for punishment.. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj|39:nsubj _ -2 wear wear VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 wear wear VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 heart heart NOUN NN Number=Sing 2 obj 2:obj _ 5 on on ADP IN _ 7 case 7:case _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 sleeve sleeve NOUN NN Number=Sing 2 obl 2:obl:on _ -8 ... ... PUNCT , _ 2 punct 2:punct _ +8 ... ... PUNCT , _ 18 punct 18:punct _ 9 and and CCONJ CC _ 18 cc 18:cc _ 10 since since SCONJ IN _ 15 mark 15:mark _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +12 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 13 an a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 14 emotional emotional ADJ JJ Degree=Pos 15 amod 15:amod _ 15 person person NOUN NN Number=Sing 18 advcl 18:advcl:since _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj|20:nsubj:xsubj _ -17 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ +17 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 18 apt apt ADJ JJ Degree=Pos 2 conj 2:conj:and _ 19 to to PART TO _ 20 mark 20:mark _ 20 give give VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ -21 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ -22 all all DET DT _ 20 obj 20:obj _ -23 ... ... PUNCT , _ 22 punct 22:punct _ +21 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +22 all all DET DT PronType=Tot 20 obj 20:obj _ +23 ... ... PUNCT , _ 24 punct 24:punct _ 24 heart heart NOUN NN Number=Sing 22 appos 22:appos _ 25 and and CCONJ CC _ 26 cc 26:cc _ 26 soul soul NOUN NN Number=Sing 24 conj 22:appos|24:conj:and _ -27 ... ... PUNCT , _ 20 punct 20:punct _ +27 ... ... PUNCT , _ 30 punct 30:punct _ 28 to to ADP IN _ 30 case 30:case _ -29 all all DET PDT _ 30 det:predet 30:det:predet _ -30 those that DET DT Number=Plur|PronType=Dem 20 obl 20:obl:to|32:nsubj _ +29 all all DET PDT PronType=Tot 30 det:predet 30:det:predet _ +30 those that PRON DT Number=Plur|PronType=Dem 20 obl 20:obl:to|32:nsubj _ 31 that that PRON WDT PronType=Rel 32 nsubj 30:ref _ -32 show show VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 30 acl:relcl 30:acl:relcl _ +32 show show VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 30 acl:relcl 30:acl:relcl _ 33 you you PRON PRP Case=Acc|Person=2|PronType=Prs 32 iobj 32:iobj _ 34 a a DET DT Definite=Ind|PronType=Art 36 det 36:det _ 35 little little ADJ JJ Degree=Pos 36 amod 36:amod _ 36 affection affection NOUN NN Number=Sing 32 obj 32:obj _ -37 ... ... PUNCT , _ 2 punct 2:punct _ +37 ... ... PUNCT , _ 39 punct 39:punct _ 38 but but CCONJ CC _ 39 cc 39:cc _ 39 take take VERB VB Mood=Imp|VerbForm=Fin 2 conj 2:conj:but _ 40 care care NOUN NN Number=Sing 39 obj 39:obj SpaceAfter=No -41 ... ... PUNCT , _ 2 punct 2:punct _ +41 ... ... PUNCT , _ 44 punct 44:punct _ 42 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 44 nsubj 44:nsubj _ 43 would would AUX MD VerbForm=Fin 44 aux 44:aux _ 44 appear appear VERB VB VerbForm=Inf 2 conj 2:conj:but _ 45 that that SCONJ IN _ 50 mark 50:mark _ 46 you you PRON PRP Case=Nom|Person=2|PronType=Prs 50 nsubj:pass 50:nsubj:pass _ -47 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 50 aux 50:aux _ +47 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 50 aux 50:aux _ 48 been be AUX VBN Tense=Past|VerbForm=Part 50 aux:pass 50:aux:pass _ 49 extremely extremely ADV RB _ 50 advmod 50:advmod _ 50 hurt hurt VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 44 ccomp 44:ccomp _ 51 in in ADP IN _ 53 case 53:case _ 52 the the DET DT Definite=Def|PronType=Art 53 det 53:det _ 53 past past NOUN NN Number=Sing 50 obl 50:obl:in SpaceAfter=No -54 ... ... PUNCT , _ 2 punct 2:punct SpaceAfter=No +54 ... ... PUNCT , _ 57 punct 57:punct SpaceAfter=No 55 and and CCONJ CC _ 57 cc 57:cc _ 56 you you PRON PRP Case=Nom|Person=2|PronType=Prs 57 nsubj 57:nsubj|58:nsubj:xsubj _ -57 keep keep VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +57 keep keep VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 58 leaving leave VERB VBG VerbForm=Ger 57 xcomp 57:xcomp _ 59 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 58 obj 58:obj|61:nsubj:xsubj _ 60 wide wide ADV RB _ 61 advmod 61:advmod _ @@ -9697,13 +9698,13 @@ # sent_id = email-enronsent30_02-0007 # text = Whatever you strive to do, something always seems to be holding you back. -1 Whatever whatever PRON WP PronType=Int 3 obj 3:obj|5:nsubj:xsubj _ -2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 strive strive VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl _ +1 Whatever whatever PRON WP PronType=Int 5 obj 5:obj _ +2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ +3 strive strive VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl _ 4 to to PART TO _ 5 mark 5:mark _ 5 do do VERB VB VerbForm=Inf 3 xcomp 3:xcomp SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ -7 something something PRON NN Number=Sing 9 nsubj 9:nsubj|12:nsubj:xsubj _ +6 , , PUNCT , _ 3 punct 3:punct _ +7 something something PRON NN Number=Sing|PronType=Ind 9 nsubj 9:nsubj|12:nsubj:xsubj _ 8 always always ADV RB _ 9 advmod 9:advmod _ 9 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 10 to to PART TO _ 12 mark 12:mark _ @@ -9717,7 +9718,7 @@ # text = There is no subterfuge in you. 1 There there PRON EX _ 2 expl 2:expl _ 2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 4 det 4:det _ +3 no no DET DT PronType=Neg 4 det 4:det _ 4 subterfuge subterfuge NOUN NN Number=Sing 2 nsubj 2:nsubj _ 5 in in ADP IN _ 6 case 6:case _ 6 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 obl 2:obl:in SpaceAfter=No @@ -9726,42 +9727,42 @@ # sent_id = email-enronsent30_02-0009 # text = You are a clear thinker and all you demand from life, in a relationship, is a partner whom you can trust and with whom you can, together, develop a foundation of trust based on understanding. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 clear clear ADJ JJ Degree=Pos 5 amod 5:amod _ 5 thinker thinker NOUN NN Number=Sing 0 root 0:root _ 6 and and CCONJ CC _ 19 cc 19:cc _ -7 all all DET DT _ 19 nsubj 19:nsubj _ +7 all all DET DT PronType=Tot 19 nsubj 19:nsubj _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -9 demand demand VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +9 demand demand VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 10 from from ADP IN _ 11 case 11:case _ 11 life life NOUN NN Number=Sing 9 obl 9:obl:from SpaceAfter=No -12 , , PUNCT , _ 9 punct 9:punct _ +12 , , PUNCT , _ 15 punct 15:punct _ 13 in in ADP IN _ 15 case 15:case _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 relationship relationship NOUN NN Number=Sing 9 obl 9:obl:in SpaceAfter=No -16 , , PUNCT , _ 19 punct 19:punct _ +16 , , PUNCT , _ 7 punct 7:punct _ 17 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 18 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ -19 partner partner NOUN NN Number=Sing 5 conj 5:conj:and|23:obj _ -20 whom whom PRON WP PronType=Rel 23 obj 19:ref _ +19 partner partner NOUN NN Number=Sing 5 conj 5:conj:and|23:iobj|32:obl:with _ +20 whom whom PRON WP PronType=Rel 23 iobj 19:ref _ 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 23 nsubj 23:nsubj _ 22 can can AUX MD VerbForm=Fin 23 aux 23:aux _ 23 trust trust VERB VB VerbForm=Inf 19 acl:relcl 19:acl:relcl _ 24 and and CCONJ CC _ 32 cc 32:cc _ 25 with with ADP IN _ 26 case 26:case _ -26 whom whom PRON WP PronType=Int 32 obl 32:obl:with _ +26 whom whom PRON WP PronType=Rel 32 obl 19:ref _ 27 you you PRON PRP Case=Nom|Person=2|PronType=Prs 32 nsubj 32:nsubj _ 28 can can AUX MD VerbForm=Fin 32 aux 32:aux SpaceAfter=No -29 , , PUNCT , _ 32 punct 32:punct _ +29 , , PUNCT , _ 28 punct 28:punct _ 30 together together ADV RB _ 32 advmod 32:advmod SpaceAfter=No -31 , , PUNCT , _ 32 punct 32:punct _ +31 , , PUNCT , _ 30 punct 30:punct _ 32 develop develop VERB VB VerbForm=Inf 23 conj 19:acl:relcl|23:conj:and _ 33 a a DET DT Definite=Ind|PronType=Art 34 det 34:det _ 34 foundation foundation NOUN NN Number=Sing 32 obj 32:obj _ 35 of of ADP IN _ 36 case 36:case _ 36 trust trust NOUN NN Number=Sing 34 nmod 34:nmod:of _ -37 based base VERB VBN Tense=Past|VerbForm=Part 39 case 39:case _ +37 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 39 case 39:case _ 38 on on ADP IN _ 39 case 39:case _ 39 understanding understanding NOUN NN Number=Sing 34 nmod 34:nmod:on SpaceAfter=No 40 . . PUNCT . _ 5 punct 5:punct _ @@ -9769,21 +9770,21 @@ # sent_id = email-enronsent30_02-0010 # text = You are your own person... and you demand freedom of thought ...to follow your own convictions. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 own own ADJ JJ Degree=Pos 5 amod 5:amod _ 5 person person NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -6 ... ... PUNCT , _ 5 punct 5:punct _ +6 ... ... PUNCT , _ 9 punct 9:punct _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -9 demand demand VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +9 demand demand VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 10 freedom freedom NOUN NN Number=Sing 9 obj 9:obj _ 11 of of ADP IN _ 12 case 12:case _ 12 thought thought NOUN NN Number=Sing 10 nmod 10:nmod:of _ -13 ... ... PUNCT , _ 10 punct 10:punct SpaceAfter=No +13 ... ... PUNCT , _ 15 punct 15:punct SpaceAfter=No 14 to to PART TO _ 15 mark 15:mark _ 15 follow follow VERB VB VerbForm=Inf 10 acl 10:acl:to _ -16 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +16 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 17 own own ADJ JJ Degree=Pos 18 amod 18:amod _ 18 convictions conviction NOUN NNS Number=Plur 15 obj 15:obj SpaceAfter=No 19 . . PUNCT . _ 5 punct 5:punct _ @@ -9791,25 +9792,25 @@ # sent_id = email-enronsent30_02-0011 # text = You have no interest in "two-timing" and all you seek is sincerity and "straight-dealing". 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 4 det 4:det _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 no no DET DT PronType=Neg 4 det 4:det _ 4 interest interest NOUN NN Number=Sing 2 obj 2:obj _ 5 in in ADP IN _ 9 case 9:case _ 6 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No -7 two two NUM CD NumType=Card 9 nummod 9:nummod SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +7 two two NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 timing timing NOUN NN Number=Sing 4 nmod 4:nmod:in SpaceAfter=No 10 " " PUNCT '' _ 9 punct 9:punct _ 11 and and CCONJ CC _ 16 cc 16:cc _ -12 all all DET DT _ 16 nsubj 16:nsubj|21:nsubj _ +12 all all DET DT PronType=Tot 16 nsubj 16:nsubj|21:nsubj _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj _ -14 seek seek VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +14 seek seek VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 16 sincerity sincerity NOUN NN Number=Sing 2 conj 2:conj:and _ 17 and and CCONJ CC _ 21 cc 21:cc _ 18 " " PUNCT `` _ 21 punct 21:punct SpaceAfter=No 19 straight straight ADJ JJ Degree=Pos 21 amod 21:amod SpaceAfter=No -20 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No +20 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No 21 dealing dealing NOUN NN Number=Sing 16 conj 16:conj:and SpaceAfter=No 22 " " PUNCT '' _ 21 punct 21:punct SpaceAfter=No 23 . . PUNCT . _ 2 punct 2:punct _ @@ -9817,18 +9818,18 @@ # sent_id = email-enronsent30_02-0012 # text = You wish to be left in peace... no more conflict and no more differences of opinion ... 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj|5:nsubj:xsubj _ -2 wish wish VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 wish wish VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 5 mark 5:mark _ 4 be be AUX VB VerbForm=Inf 5 aux:pass 5:aux:pass _ 5 left leave VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 xcomp 2:xcomp _ 6 in in ADP IN _ 7 case 7:case _ 7 peace peace NOUN NN Number=Sing 5 obl 5:obl:in SpaceAfter=No -8 ... ... PUNCT , _ 2 punct 2:punct _ -9 no no DET DT _ 11 det 11:det _ +8 ... ... PUNCT , _ 11 punct 11:punct _ +9 no no DET DT PronType=Neg 11 det 11:det _ 10 more more ADJ JJR Degree=Cmp 11 amod 11:amod _ 11 conflict conflict NOUN NN Number=Sing 2 parataxis 2:parataxis _ 12 and and CCONJ CC _ 15 cc 15:cc _ -13 no no DET DT _ 15 det 15:det _ +13 no no DET DT PronType=Neg 15 det 15:det _ 14 more more ADJ JJR Degree=Cmp 15 amod 15:amod _ 15 differences difference NOUN NNS Number=Plur 11 conj 11:conj:and _ 16 of of ADP IN _ 17 case 17:case _ @@ -9842,17 +9843,17 @@ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj|10:nsubj:xsubj _ 4 just just ADV RB _ 7 advmod 7:advmod _ 5-6 don't _ _ _ _ _ _ _ _ -5 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 n't not PART RB _ 7 advmod 7:advmod _ 7 want want VERB VB VerbForm=Inf 0 root 0:root _ 8 to to PART TO _ 10 mark 10:mark _ 9 be be AUX VB VerbForm=Inf 10 cop 10:cop _ 10 involved involved ADJ JJ Degree=Pos 7 xcomp 7:xcomp _ 11 in in ADP IN _ 13 case 13:case _ -12 any any DET DT _ 13 det 13:det _ +12 any any DET DT PronType=Ind 13 det 13:det _ 13 arguments argument NOUN NNS Number=Plur 10 obl 10:obl:in _ 14 of of ADP IN _ 16 case 16:case _ -15 any any DET DT _ 16 det 16:det _ +15 any any DET DT PronType=Ind 16 det 16:det _ 16 shape shape NOUN NN Number=Sing 13 nmod 13:nmod:of _ 17 or or CCONJ CC _ 18 cc 18:cc _ 18 form form NOUN NN Number=Sing 16 conj 13:nmod:of|16:conj:or _ @@ -9860,26 +9861,26 @@ # sent_id = email-enronsent30_02-0014 # text = All you want is for "them" to get on with it - and to leave you alone.. -1 All all DET DT _ 4 nsubj 4:nsubj _ +1 All all DET DT PronType=Tot 10 nsubj:outer 10:nsubj:outer|17:nsubj:outer _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ -4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 5 for for SCONJ IN _ 10 mark 10:mark _ 6 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No 7 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj|17:nsubj SpaceAfter=No 8 " " PUNCT '' _ 7 punct 7:punct _ 9 to to PART TO _ 10 mark 10:mark _ -10 get get VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ +10 get get VERB VB VerbForm=Inf 0 root 0:root _ 11 on on ADV RB _ 10 advmod 10:advmod _ 12 with with ADP IN _ 13 case 13:case _ 13 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 obl 10:obl:with _ -14 - - PUNCT , _ 10 punct 10:punct _ +14 - - PUNCT , _ 17 punct 17:punct _ 15 and and CCONJ CC _ 17 cc 17:cc _ 16 to to PART TO _ 17 mark 17:mark _ -17 leave leave VERB VB VerbForm=Inf 10 conj 4:ccomp|10:conj:and _ +17 leave leave VERB VB VerbForm=Inf 10 conj 0:root|10:conj:and _ 18 you you PRON PRP Case=Acc|Person=2|PronType=Prs 17 obj 17:obj|19:nsubj:xsubj _ 19 alone alone ADJ JJ Degree=Pos 17 xcomp 17:xcomp SpaceAfter=No -20 .. .. PUNCT . _ 4 punct 4:punct _ +20 .. .. PUNCT . _ 10 punct 10:punct _ # sent_id = email-enronsent30_02-0015 # newpar id = email-enronsent30_02-p0002 @@ -9892,18 +9893,18 @@ # text = sorry for not sending it to you earlier (totally forgot to open my outlook). 1 sorry sorry ADJ JJ Degree=Pos 0 root 0:root _ 2 for for SCONJ IN _ 4 mark 4:mark _ -3 not not ADV RB _ 4 advmod 4:advmod _ +3 not not PART RB _ 4 advmod 4:advmod _ 4 sending send VERB VBG VerbForm=Ger 1 advcl 1:advcl:for _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ 6 to to ADP IN _ 7 case 7:case _ 7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 obl 4:obl:to _ -8 earlier earlier ADV RBR Degree=Cmp 4 advmod 4:advmod _ +8 earlier early ADV RBR Degree=Cmp 4 advmod 4:advmod _ 9 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 10 totally totally ADV RB _ 11 advmod 11:advmod _ -11 forgot forget VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ +11 forgot forget VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ 12 to to PART TO _ 13 mark 13:mark _ 13 open open VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 outlook outlook PROPN NNP Number=Sing 13 obj 13:obj SpaceAfter=No 16 ) ) PUNCT -RRB- _ 11 punct 11:punct SpaceAfter=No 17 . . PUNCT . _ 1 punct 1:punct _ @@ -9933,8 +9934,8 @@ 3 know know VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 if if SCONJ IN _ 6 mark 6:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ -7 any any DET DT _ 8 det 8:det _ +6 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +7 any any DET DT PronType=Ind 8 det 8:det _ 8 questions question NOUN NNS Number=Plur 6 obj 6:obj SpaceAfter=No 9 . . PUNCT . _ 1 punct 1:punct _ @@ -9953,7 +9954,7 @@ # sent_id = email-enronsent30_02-0021 # newpar id = email-enronsent30_02-p0006 # text = Do you still have the historical nymex settle file that you created for Lavo's spread analysis? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 3 still still ADV RB _ 4 advmod 4:advmod _ 4 have have VERB VB VerbForm=Inf 0 root 0:root _ @@ -9964,7 +9965,7 @@ 9 file file NOUN NN Number=Sing 4 obj 4:obj|12:obj _ 10 that that PRON WDT PronType=Rel 12 obj 9:ref _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ -12 created create VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +12 created create VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 13 for for ADP IN _ 17 case 17:case _ 14-15 Lavo's _ _ _ _ _ _ _ _ 14 Lavo Lavo PROPN NNP Number=Sing 17 nmod:poss 17:nmod:poss _ @@ -9977,7 +9978,7 @@ # text = If you do would you send me a copy? 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:if _ +3 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:if _ 4 would would AUX MD VerbForm=Fin 6 aux 6:aux _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 6 send send VERB VB VerbForm=Inf 0 root 0:root _ @@ -10010,13 +10011,13 @@ 9 to to PART TO _ 10 mark 10:mark _ 10 attend attend VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -12 all all DET DT _ 14 det 14:det SpaceAfter=No -13 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +12 all all DET DT PronType=Tot 14 det 14:det SpaceAfter=No +13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No 14 employee employee NOUN NN Number=Sing 15 compound 15:compound _ 15 meeting meeting NOUN NN Number=Sing 10 obj 10:obj _ 16 today today NOUN NN Number=Sing 15 nmod:tmod 15:nmod:tmod _ 17 at at ADP IN _ 19 case 19:case _ -18 10 10 NUM CD NumType=Card 19 nummod 19:nummod _ +18 10 10 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod _ 19 a.m. a.m. NOUN NN Number=Sing 15 nmod 15:nmod:at _ 20 ( ( PUNCT -LRB- _ 21 punct 21:punct SpaceAfter=No 21 CDT CDT PROPN NNP Number=Sing 19 appos 19:appos SpaceAfter=No @@ -10026,7 +10027,7 @@ 25 Hyatt Hyatt PROPN NNP Number=Sing 27 compound 27:compound _ 26 Regency Regency PROPN NNP Number=Sing 27 compound 27:compound _ 27 Houston Houston PROPN NNP Number=Sing 15 nmod 15:nmod:at SpaceAfter=No -28 , , PUNCT , _ 27 punct 27:punct _ +28 , , PUNCT , _ 30 punct 30:punct _ 29 Imperial imperial ADJ JJ Degree=Pos 30 amod 30:amod _ 30 Ballroom ballroom NOUN NN Number=Sing 27 appos 27:appos SpaceAfter=No 31 . . PUNCT . _ 1 punct 1:punct _ @@ -10035,7 +10036,7 @@ # text = If you are located in London, Calgary, Toronto, Omaha, New York, Portland (ENA) or Houston, you can access the live event at http://home.enron.com/employeemeeting. 1 If if SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 located locate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 26 advcl 26:advcl:if _ 5 in in ADP IN _ 6 case 6:case _ 6 London London PROPN NNP Number=Sing 4 obl 4:obl:in SpaceAfter=No @@ -10046,7 +10047,7 @@ 11 , , PUNCT , _ 12 punct 12:punct _ 12 Omaha Omaha PROPN NNP Number=Sing 6 conj 4:obl:in|6:conj:or SpaceAfter=No 13 , , PUNCT , _ 15 punct 15:punct _ -14 New New PROPN NNP Number=Sing 15 compound 15:compound _ +14 New New ADJ NNP Degree=Pos 15 amod 15:amod _ 15 York York PROPN NNP Number=Sing 6 conj 4:obl:in|6:conj:or SpaceAfter=No 16 , , PUNCT , _ 17 punct 17:punct _ 17 Portland Portland PROPN NNP Number=Sing 6 conj 4:obl:in|6:conj:or _ @@ -10055,7 +10056,7 @@ 20 ) ) PUNCT -RRB- _ 19 punct 19:punct _ 21 or or CCONJ CC _ 22 cc 22:cc _ 22 Houston Houston PROPN NNP Number=Sing 6 conj 4:obl:in|6:conj:or SpaceAfter=No -23 , , PUNCT , _ 26 punct 26:punct _ +23 , , PUNCT , _ 4 punct 4:punct _ 24 you you PRON PRP Case=Nom|Person=2|PronType=Prs 26 nsubj 26:nsubj _ 25 can can AUX MD VerbForm=Fin 26 aux 26:aux _ 26 access access VERB VB VerbForm=Inf 0 root 0:root _ @@ -10080,17 +10081,17 @@ 4 vacation vacation NOUN NN Number=Sing 0 root 0:root _ 5 from from ADP IN _ 6 case 6:case _ 6 October October PROPN NNP Number=Sing 4 obl 4:obl:from _ -7 4th 4th NOUN NN Number=Sing 6 nummod 6:nummod _ +7 4th 4th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 6 nummod 6:nummod _ 8 to to ADP IN _ 9 case 9:case _ 9 October October PROPN NNP Number=Sing 4 obl 4:obl:to _ -10 19th 19th NOUN NN Number=Sing 9 nummod 9:nummod _ +10 19th 19th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 9 nummod 9:nummod _ 11 and and CCONJ CC _ 15 cc 15:cc _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ 13-14 didn't _ _ _ _ _ _ _ _ -13 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 aux 15:aux _ +13 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 15 aux 15:aux _ 14 n't not PART RB _ 15 advmod 15:advmod _ 15 submit submit VERB VB VerbForm=Inf 4 conj 4:conj:and _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 timesheet timesheet NOUN NN Number=Sing 15 obj 15:obj _ 18 yet yet ADV RB _ 15 advmod 15:advmod SpaceAfter=No 19 . . PUNCT . _ 4 punct 4:punct _ @@ -10098,7 +10099,7 @@ # sent_id = email-enronsent30_02-0029 # text = I tried to do it on the HRonline web-site, but the procedure is too complicated. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 tried try VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 do do VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ @@ -10106,7 +10107,7 @@ 7 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 8 HRonline HRonline PROPN NNP Number=Sing 11 compound 11:compound _ 9 web web NOUN NN Number=Sing 11 compound 11:compound SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 11 site site NOUN NN Number=Sing 4 obl 4:obl:on SpaceAfter=No 12 , , PUNCT , _ 18 punct 18:punct _ 13 but but CCONJ CC _ 18 cc 18:cc _ @@ -10125,11 +10126,11 @@ 4 that that SCONJ IN _ 13 mark 13:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ 6 or or CCONJ CC _ 7 cc 7:cc _ -7 somebody somebody PRON NN Number=Sing 5 conj 5:conj:or|13:nsubj _ +7 somebody somebody PRON NN Number=Sing|PronType=Ind 5 conj 5:conj:or|13:nsubj _ 8 else else ADJ JJ Degree=Pos 7 amod 7:amod _ 9 in in ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -11 HR hr NOUN NN Number=Sing 12 compound 12:compound _ +11 HR HR NOUN NN Number=Sing 12 compound 12:compound _ 12 department department NOUN NN Number=Sing 7 nmod 7:nmod:in _ 13 mark mark VERB VB VerbForm=Inf 3 csubj 3:csubj _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -10149,7 +10150,7 @@ # sent_id = email-enronsent30_02-0032 # newpar id = email-enronsent30_02-p0010 # text = Thank you. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No 3 . . PUNCT . _ 1 punct 1:punct _ @@ -10159,7 +10160,7 @@ 1 Vladi Vladi PROPN NNP Number=Sing 0 root 0:root _ 2 Pimenov Pimenov PROPN NNP Number=Sing 1 flat 1:flat _ 3 ext. ext. NOUN NN Number=Sing 1 list 1:list _ -4 37625 37625 NUM CD NumType=Card 3 nummod 3:nummod _ +4 37625 37625 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ # newdoc id = email-enronsent29_01 # sent_id = email-enronsent29_01-0001 @@ -10167,7 +10168,7 @@ # text = "McGilloway, Vangie" 1 " " PUNCT `` _ 2 punct 2:punct SpaceAfter=No 2 McGilloway McGilloway PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 Vangie Vangie PROPN NNP Number=Sing 2 flat 2:flat SpaceAfter=No 5 " " PUNCT '' _ 2 punct 2:punct _ 6 < < PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No @@ -10176,9 +10177,9 @@ # sent_id = email-enronsent29_01-0002 # text = 03/23/2001 10:13 AM -1 03/23/2001 03/23/2001 NUM CD NumType=Card 0 root 0:root _ -2 10:13 10:13 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 03/23/2001 03/23/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 10:13 10:13 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent29_01-0003 # text = Good Morning Debra - @@ -10190,20 +10191,20 @@ # sent_id = email-enronsent29_01-0004 # text = I have attached a revised copy of the GISB Agreement and Special Provisions for your review and consideration. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 attached attach VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -5 revised revise VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +5 revised revise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 6 copy copy NOUN NN Number=Sing 3 obj 3:obj _ 7 of of ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -9 GISB gisb NOUN NN Number=Sing 10 compound 10:compound _ +9 GISB GISB NOUN NN Number=Sing 10 compound 10:compound _ 10 Agreement agreement NOUN NN Number=Sing 6 nmod 6:nmod:of _ 11 and and CCONJ CC _ 13 cc 13:cc _ 12 Special special ADJ JJ Degree=Pos 13 amod 13:amod _ 13 Provisions provision NOUN NNS Number=Plur 10 conj 6:nmod:of|10:conj:and _ 14 for for ADP IN _ 16 case 16:case _ -15 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 review review NOUN NN Number=Sing 3 obl 3:obl:for _ 17 and and CCONJ CC _ 18 cc 18:cc _ 18 consideration consideration NOUN NN Number=Sing 16 conj 3:obl:for|16:conj:and SpaceAfter=No @@ -10212,7 +10213,7 @@ # sent_id = email-enronsent29_01-0005 # text = I anticipate completing the review of the Master Agreement form and submitting comments to you by Monday. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|3:nsubj:xsubj|12:nsubj:xsubj _ -2 anticipate anticipate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 anticipate anticipate VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 completing complete VERB VBG VerbForm=Ger 2 xcomp 2:xcomp _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 review review NOUN NN Number=Sing 3 obj 3:obj _ @@ -10234,12 +10235,12 @@ # text = In addition, I received feedback from our Gas Desk that the access to the Gas segment of Enron On-Line was cut off to CPS --- do you know who would handle this at Enron that we can speak to? 1 In in ADP IN _ 2 case 2:case _ 2 addition addition NOUN NN Number=Sing 5 obl 5:obl:in SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 received receive VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 feedback feedback NOUN NN Number=Sing 5 obj 5:obj _ 7 from from ADP IN _ 10 case 10:case _ -8 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 Gas gas NOUN NN Number=Sing 10 compound 10:compound _ 10 Desk desk NOUN NN Number=Sing 5 obl 5:obl:from _ 11 that that SCONJ IN _ 24 mark 24:mark _ @@ -10252,35 +10253,35 @@ 18 of of ADP IN _ 19 case 19:case _ 19 Enron Enron PROPN NNP Number=Sing 17 nmod 17:nmod:of _ 20 On on ADP IN _ 22 case 22:case SpaceAfter=No -21 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No +21 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No 22 Line Line PROPN NNP Number=Sing 19 nmod 19:nmod:on _ 23 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 aux:pass 24:aux:pass _ 24 cut cut VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 parataxis 5:parataxis _ 25 off off ADP RP _ 24 compound:prt 24:compound:prt _ 26 to to ADP IN _ 27 case 27:case _ 27 CPS cps NOUN NN Number=Sing 24 obl 24:obl:to _ -28 --- --- PUNCT , _ 5 punct 5:punct _ -29 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ +28 --- --- PUNCT , _ 31 punct 31:punct _ +29 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ 30 you you PRON PRP Case=Nom|Person=2|PronType=Prs 31 nsubj 31:nsubj _ 31 know know VERB VB VerbForm=Inf 5 parataxis 5:parataxis _ -32 who who PRON WP PronType=Int 34 nsubj 34:nsubj _ +32 who who PRON WP PronType=Int 34 nsubj 34:nsubj|41:obl:to _ 33 would would AUX MD VerbForm=Fin 34 aux 34:aux _ 34 handle handle VERB VB VerbForm=Inf 31 ccomp 31:ccomp|41:obl _ 35 this this PRON DT Number=Sing|PronType=Dem 34 obj 34:obj _ 36 at at ADP IN _ 37 case 37:case _ 37 Enron Enron PROPN NNP Number=Sing 34 obl 34:obl:at _ -38 that that PRON WDT PronType=Rel 41 obl 34:ref _ +38 that that PRON WDT PronType=Rel 41 obl 32:ref _ 39 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 41 nsubj 41:nsubj _ 40 can can AUX MD VerbForm=Fin 41 aux 41:aux _ -41 speak speak VERB VB VerbForm=Inf 34 acl:relcl 34:acl:relcl _ -42 to to ADP IN _ 38 case 38:case SpaceAfter=No +41 speak speak VERB VB VerbForm=Inf 32 acl:relcl 32:acl:relcl _ +42 to to ADP IN _ 38 case 32:case SpaceAfter=No 43 ? ? PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent29_01-0007 # text = Greatly appreciate your prompt feedback to this inquiry. 1 Greatly greatly ADV RB _ 2 advmod 2:advmod _ -2 appreciate appreciate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 appreciate appreciate VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 prompt prompt ADJ JJ Degree=Pos 5 amod 5:amod _ 5 feedback feedback NOUN NN Number=Sing 2 obj 2:obj _ 6 to to ADP IN _ 8 case 8:case _ @@ -10291,14 +10292,14 @@ # sent_id = email-enronsent29_01-0008 # text = I look forward to your feedback on the GISB. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 look look VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 forward forward ADV RB _ 2 advmod 2:advmod _ 4 to to ADP IN _ 6 case 6:case _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 feedback feedback NOUN NN Number=Sing 2 obl 2:obl:to _ 7 on on ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 GISB gisb NOUN NN Number=Sing 6 nmod 6:nmod:on SpaceAfter=No +9 GISB GISB NOUN NN Number=Sing 6 nmod 6:nmod:on SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent29_01-0009 @@ -10314,34 +10315,34 @@ 3 Constellation Constellation PROPN NNP Number=Sing 7 compound 7:compound _ 4 Power Power PROPN NNP Number=Sing 7 compound 7:compound _ 5 Source Source PROPN NNP Number=Sing 7 compound 7:compound SpaceAfter=No -6 , , PUNCT , _ 7 punct 7:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 Inc. Inc. PROPN NNP Number=Sing 2 list 2:list _ 8 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No 9 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No 10 CPS CPS PROPN NNP Number=Sing 7 appos 7:appos SpaceAfter=No 11 " " PUNCT '' _ 10 punct 10:punct SpaceAfter=No 12 ) ) PUNCT -RRB- _ 10 punct 10:punct _ -13 111 111 NUM CD NumType=Card 15 nummod 15:nummod _ +13 111 111 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 14 Market Market PROPN NNP Number=Sing 15 compound 15:compound _ 15 Place Place PROPN NNP Number=Sing 2 list 2:list _ 16 Ste ste NOUN NN Number=Sing 2 list 2:list _ -17 500 500 NUM CD NumType=Card 16 nummod 16:nummod _ +17 500 500 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 18 Baltimore Baltimore PROPN NNP Number=Sing 16 appos 16:appos SpaceAfter=No -19 , , PUNCT , _ 18 punct 18:punct SpaceAfter=No +19 , , PUNCT , _ 20 punct 20:punct SpaceAfter=No 20 MD MD PROPN NNP Number=Sing 18 appos 18:appos _ -21 21202 21202 NUM CD NumType=Card 16 appos 16:appos _ +21 21202 21202 NUM CD NumForm=Digit|NumType=Card 16 appos 16:appos _ 22 Phone phone NOUN NN Number=Sing 2 list 2:list _ -23 410-468-3798 410-468-3798 NUM CD NumType=Card 22 appos 22:appos _ +23 410-468-3798 410-468-3798 NUM CD NumForm=Digit|NumType=Card 22 appos 22:appos _ 24 Fax fax NOUN NN Number=Sing 2 list 2:list _ -25 410-468-3499 410-468-3499 NUM CD NumType=Card 24 appos 24:appos _ +25 410-468-3499 410-468-3499 NUM CD NumForm=Digit|NumType=Card 24 appos 24:appos _ 26 Email email NOUN NN Number=Sing 2 list 2:list _ 27 vangie.mcgilloway@powersrc.com vangie.mcgilloway@powersrc.com X ADD _ 26 appos 26:appos _ # sent_id = email-enronsent29_01-0011 # text = PS- Were you having phone system problems this morning? -1 PS ps NOUN NN Number=Sing 5 advmod 5:advmod SpaceAfter=No -2 - - PUNCT , _ 5 punct 5:punct _ -3 Were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +1 PS ps NOUN NN Number=Sing 5 discourse 5:discourse SpaceAfter=No +2 - - PUNCT , _ 1 punct 1:punct _ +3 Were be AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 5 having have VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 6 phone phone NOUN NN Number=Sing 7 compound 7:compound _ @@ -10356,7 +10357,7 @@ 1 Myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes 5 nsubj 5:nsubj _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 Credit credit NOUN NN Number=Sing 1 conj 1:conj:and|5:nsubj _ -4 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +4 were be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 5 calling call VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 6 in in ADV RB _ 5 advmod 5:advmod _ 7 and and CCONJ CC _ 12 cc 12:cc _ @@ -10364,25 +10365,25 @@ 9 of of ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 calls call NOUN NNS Number=Plur 8 nmod 8:nmod:of _ -12 rolled roll VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +12 rolled roll VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 13 into into ADP IN _ 15 case 15:case _ 14 voice voice NOUN NN Number=Sing 15 compound 15:compound _ 15 mail mail NOUN NN Number=Sing 12 obl 12:obl:into _ -16 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No +16 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No 17 ? ? PUNCT . _ 5 punct 5:punct SpaceAfter=No -18 ) ) PUNCT -RRB- _ 5 punct 5:punct SpaceAfter=No +18 ) ) PUNCT -RRB- _ 17 punct 17:punct SpaceAfter=No 19 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent29_01-0013 # text = Further to our conversation, please see attached sample agreements. 1 Further further ADV RB _ 7 advmod 7:advmod _ 2 to to ADP IN _ 4 case 4:case _ -3 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 conversation conversation NOUN NN Number=Sing 1 obl 1:obl:to SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 1 punct 1:punct _ 6 please please INTJ UH _ 7 discourse 7:discourse _ 7 see see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -8 attached attach VERB VBN Tense=Past|VerbForm=Part 10 amod 10:amod _ +8 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 amod 10:amod _ 9 sample sample NOUN NN Number=Sing 10 compound 10:compound _ 10 agreements agreement NOUN NNS Number=Plur 7 obj 7:obj SpaceAfter=No 11 . . PUNCT . _ 7 punct 7:punct _ @@ -10390,9 +10391,9 @@ # sent_id = email-enronsent29_01-0014 # text = Upon your review, please give me a call to discuss any questionsand or issues you may have regarding this matter. 1 Upon upon ADP IN _ 3 case 3:case _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 review review NOUN NN Number=Sing 6 obl 6:obl:upon SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 please please INTJ UH _ 6 discourse 6:discourse _ 6 give give VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 7 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 6 iobj 6:iobj _ @@ -10400,7 +10401,7 @@ 9 call call NOUN NN Number=Sing 6 obj 6:obj _ 10 to to PART TO _ 11 mark 11:mark _ 11 discuss discuss VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ -12 any any DET DT _ 13 det 13:det _ +12 any any DET DT PronType=Ind 13 det 13:det _ 13 questionsand questionsand NOUN NNS Number=Plur 11 obj 11:obj _ 14 or or CCONJ CC _ 15 cc 15:cc _ 15 issues issue NOUN NNS Number=Plur 13 conj 11:obj|13:conj:or _ @@ -10418,21 +10419,21 @@ 2 See see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 attached attached ADJ JJ Degree=Pos 4 amod 4:amod _ 4 file file NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -5 : : PUNCT : _ 4 punct 4:punct _ +5 : : PUNCT : _ 6 punct 6:punct _ 6 Constellation constellation NOUN NN Number=Sing 4 appos 4:appos _ -7 Power power X GW _ 6 goeswith 6:goeswith _ -8 ( ( X GW _ 6 goeswith 6:goeswith SpaceAfter=No -9 GISB gisb X GW _ 6 goeswith 6:goeswith _ -10 draft draft X GW _ 6 goeswith 6:goeswith SpaceAfter=No -11 ) ) X GW _ 6 goeswith 6:goeswith SpaceAfter=No -12 .doc .doc X GW _ 6 goeswith 6:goeswith SpaceAfter=No +7 Power power X GW _ 6 flat 6:flat _ +8 ( ( X GW _ 6 flat 6:flat SpaceAfter=No +9 GISB GISB X GW _ 6 flat 6:flat _ +10 draft draft X GW _ 6 flat 6:flat SpaceAfter=No +11 ) ) X GW _ 6 flat 6:flat SpaceAfter=No +12 .doc .doc X GW _ 6 flat 6:flat SpaceAfter=No 13 ) ) PUNCT -RRB- _ 2 punct 2:punct SpaceAfter=No 14 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No 15 See see VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis _ -16 attached attach VERB VBN Tense=Past|VerbForm=Part 17 amod 17:amod _ +16 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 amod 17:amod _ 17 file file NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No -18 : : PUNCT : _ 17 punct 17:punct _ -19 Sam3102.doc sam3102.doc NOUN NN Number=Sing 17 appos 17:appos SpaceAfter=No +18 : : PUNCT : _ 19 punct 19:punct _ +19 Sam3102.doc Sam3102.doc NOUN NN Number=Sing 17 appos 17:appos SpaceAfter=No 20 ) ) PUNCT -RRB- _ 15 punct 15:punct _ # sent_id = email-enronsent29_01-0016 @@ -10448,20 +10449,20 @@ # sent_id = email-enronsent29_01-0018 # text = - ENRON-CPS (GISB rev1).doc 1 - - PUNCT NFP _ 2 punct 2:punct _ -2 ENRON-CPS enron-cps X GW _ 0 root 0:root _ -3 ( ( X GW _ 2 goeswith 2:goeswith SpaceAfter=No -4 GISB gisb X GW _ 2 goeswith 2:goeswith _ -5 rev1 rev1 X GW _ 2 goeswith 2:goeswith SpaceAfter=No -6 ) ) X GW _ 2 goeswith 2:goeswith SpaceAfter=No -7 .doc .doc NOUN NN Number=Sing 2 goeswith 2:goeswith _ +2 ENRON-CPS enron-cps NOUN GW _ 0 root 0:root _ +3 ( ( X GW _ 2 flat 2:flat SpaceAfter=No +4 GISB GISB X GW _ 2 flat 2:flat _ +5 rev1 rev1 X GW _ 2 flat 2:flat SpaceAfter=No +6 ) ) X GW _ 2 flat 2:flat SpaceAfter=No +7 .doc .doc X NN Number=Sing 2 flat 2:flat _ # sent_id = email-enronsent29_01-0019 # newpar id = email-enronsent29_01-p0003 # text = I have sent your question re on line trading to that area. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 sent send VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 question question NOUN NN Number=Sing 3 obj 3:obj _ 6 re re ADP IN _ 9 case 9:case _ 7 on on ADP IN _ 8 case 8:case _ @@ -10489,7 +10490,7 @@ 5 process process NOUN NN Number=Sing 0 root 0:root _ 6 of of SCONJ IN _ 7 mark 7:mark _ 7 reviewing review VERB VBG VerbForm=Ger 5 acl 5:acl:of _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 special special ADJ JJ Degree=Pos 10 amod 10:amod _ 10 provisions provision NOUN NNS Number=Plur 7 obj 7:obj SpaceAfter=No 11 . . PUNCT . _ 5 punct 5:punct _ @@ -10497,7 +10498,7 @@ # sent_id = email-enronsent29_01-0022 # newpar id = email-enronsent29_01-p0004 # text = Best regards, -1 Best best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Best good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 regards regards NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 3 , , PUNCT , _ 2 punct 2:punct _ @@ -10512,7 +10513,7 @@ # text = Jackie Taylor - she is located at Court House Concessionaire and under her name in the directory. 1 Jackie Jackie PROPN NNP Number=Sing 0 root 0:root _ 2 Taylor Taylor PROPN NNP Number=Sing 1 flat 1:flat _ -3 - - PUNCT , _ 1 punct 1:punct _ +3 - - PUNCT , _ 6 punct 6:punct _ 4 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 6 nsubj:pass 6:nsubj:pass _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ 6 located locate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 parataxis 1:parataxis _ @@ -10522,7 +10523,7 @@ 10 Concessionaire Concessionaire PROPN NNP Number=Sing 6 obl 6:obl:at _ 11 and and CCONJ CC _ 14 cc 14:cc _ 12 under under ADP IN _ 14 case 14:case _ -13 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 name name NOUN NN Number=Sing 10 conj 6:obl:under|10:conj:and _ 15 in in ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -10542,7 +10543,7 @@ 3 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 4 all all NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No 5 " " PUNCT '' _ 4 punct 4:punct _ -6 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ 8 intend intend VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ 9 10MM 10mm NOUN NN Number=Sing 8 obj 8:obj _ @@ -10568,9 +10569,9 @@ # sent_id = email-enronsent29_01-0030 # newpar id = email-enronsent29_01-p0008 # text = Revised Article 4.6 -1 Revised revise VERB VBN Tense=Past|VerbForm=Part 2 amod 2:amod _ +1 Revised revise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 amod 2:amod _ 2 Article article NOUN NN Number=Sing 0 root 0:root _ -3 4.6 4.6 NUM CD NumType=Card 2 nummod 2:nummod _ +3 4.6 4.6 NUM CD NumForm=Digit|NumType=Frac 2 nummod 2:nummod _ # sent_id = email-enronsent29_01-0031 # text = Debra Perlingiere @@ -10592,8 +10593,8 @@ 10 Sale sale NOUN NN Number=Sing 11 compound 11:compound _ 11 Spot spot NOUN NN Number=Sing 0 root 0:root _ 12 w with ADP IN Abbr=Yes 14 case 14:case SpaceAfter=No -13 / / PUNCT , _ 14 punct 14:punct _ -14 City city NOUN NN Number=Sing 11 nmod 11:nmod:w _ +13 / / PUNCT , _ 12 punct 12:punct _ +14 City city NOUN NN Number=Sing 11 nmod 11:nmod:with _ 15 of of ADP IN _ 16 case 16:case _ 16 Springfield Springfield PROPN NNP Number=Sing 14 nmod 14:nmod:of SpaceAfter=No 17 . . PUNCT . _ 11 punct 11:punct _ @@ -10606,8 +10607,8 @@ 4 know know VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 if if SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ -8 anything anything PRON NN Number=Sing 7 obj 7:obj _ +7 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +8 anything anything PRON NN Number=Sing|PronType=Ind 7 obj 7:obj _ 9 else else ADJ JJ Degree=Pos 8 amod 8:amod SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ @@ -10636,20 +10637,20 @@ 4 image image NOUN NN Number=Sing 1 nsubj:pass 1:nsubj:pass _ 5 of of ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -7 GISB gisb NOUN NN Number=Sing 4 nmod 4:nmod:of SpaceAfter=No +7 GISB GISB NOUN NN Number=Sing 4 nmod 4:nmod:of SpaceAfter=No 8 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent29_01-0038 # text = As you see it was CES acquired by ENA in asset purchase. 1 As as SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:as _ +3 see see VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:as _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 6 CES ces NOUN NN Number=Sing 0 root 0:root _ -7 acquired acquire VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 acquired acquire VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 by by ADP IN _ 9 case 9:case _ -9 ENA ENA PROPN NNP Number=Sing 7 obl 7:obl:by _ +9 ENA ENA PROPN NNP Number=Sing 7 obl:agent 7:obl:agent _ 10 in in ADP IN _ 12 case 12:case _ 11 asset asset NOUN NN Number=Sing 12 compound 12:compound _ 12 purchase purchase NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No @@ -10661,7 +10662,7 @@ 2 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj|4:nsubj:xsubj _ 4 know know VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 how how SCONJ WRB PronType=Int 8 mark 8:mark _ +5 how how ADV WRB PronType=Int 8 advmod 8:advmod _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ 7 would would AUX MD VerbForm=Fin 8 aux 8:aux _ 8 like like VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ @@ -10672,7 +10673,7 @@ # sent_id = email-enronsent29_01-0040 # newpar id = email-enronsent29_01-p0013 # text = Best regards, -1 Best best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Best good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 regards regards NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 3 , , PUNCT , _ 2 punct 2:punct _ @@ -10697,7 +10698,7 @@ # newpar id = email-enronsent29_01-p0016 # text = I do not find the term "Alternate Transporter Imbalance" in our agreement.. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 find find VERB VB VerbForm=Inf 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -10708,7 +10709,7 @@ 10 Imbalance imbalance NOUN NN Number=Sing 6 appos 6:appos SpaceAfter=No 11 " " PUNCT '' _ 10 punct 10:punct _ 12 in in ADP IN _ 14 case 14:case _ -13 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 agreement agreement NOUN NN Number=Sing 4 obl 4:obl:in SpaceAfter=No 15 .. .. PUNCT . _ 4 punct 4:punct _ @@ -10730,14 +10731,15 @@ # sent_id = email-enronsent29_01-0046 # text = Could this be what your referencing? -1 Could could AUX MD VerbForm=Fin 3 aux 3:aux _ -2 this this PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ -3 be be VERB VB VerbForm=Inf 0 root 0:root _ -4 what what PRON WP PronType=Int 7 obj 7:obj _ -5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj SpaceAfter=No -6 r be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ -7 referencing reference VERB VBG Tense=Pres|VerbForm=Part 3 ccomp 3:ccomp SpaceAfter=No -8 ? ? PUNCT . _ 3 punct 3:punct _ +1 Could could AUX MD VerbForm=Fin 4 aux 4:aux _ +2 this this PRON DT Number=Sing|PronType=Dem 4 nsubj 4:nsubj _ +3 be be AUX VB VerbForm=Inf 4 cop 4:cop _ +4 what what PRON WP PronType=Rel 0 root 0:root|7:obj _ +5-6 your _ _ _ _ _ _ _ _ +5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ +6 r be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|Typo=Yes|VerbForm=Fin 7 aux 7:aux CorrectForm='re +7 referencing reference VERB VBG Tense=Pres|VerbForm=Part 4 acl:relcl 4:acl:relcl SpaceAfter=No +8 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent29_01-0047 # newpar id = email-enronsent29_01-p0017 @@ -10754,10 +10756,10 @@ # newpar id = email-enronsent29_01-p0018 # text = See attached revised Article 4.6 Masters below. 1 See see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 attached attach VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ -3 revised revise VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +2 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ +3 revised revise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 4 Article article NOUN NN Number=Sing 6 compound 6:compound _ -5 4.6 4.6 NUM CD NumType=Card 4 nummod 4:nummod _ +5 4.6 4.6 NUM CD NumForm=Digit|NumType=Frac 4 nummod 4:nummod _ 6 Masters master NOUN NNS Number=Plur 1 obj 1:obj _ 7 below below ADV RB _ 1 advmod 1:advmod SpaceAfter=No 8 . . PUNCT . _ 1 punct 1:punct _ @@ -10781,7 +10783,7 @@ # sent_id = email-enronsent29_01-0053 # text = These look fine to me. 1 These this PRON DT Number=Plur|PronType=Dem 2 nsubj 2:nsubj|3:nsubj:xsubj _ -2 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 look look VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 fine fine ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ 4 to to ADP IN _ 5 case 5:case _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obl 2:obl:to SpaceAfter=No @@ -10797,7 +10799,7 @@ 6 Brant Brant PROPN NNP Number=Sing 4 obl 4:obl:to _ 7 if if SCONJ IN _ 10 mark 10:mark _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +9 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 ready ready ADJ JJ Degree=Pos 4 advcl 4:advcl:if SpaceAfter=No 11 . . PUNCT . _ 1 punct 1:punct _ @@ -10809,15 +10811,15 @@ # sent_id = email-enronsent29_01-0056 # text = 03/27/2001 01:58 PM -1 03/27/2001 03/27/2001 NUM CD NumType=Card 0 root 0:root _ -2 01:58 01:58 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 03/27/2001 03/27/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 01:58 01:58 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent29_01-0057 # text = Revised Article 4.6 -1 Revised revise VERB VBN Tense=Past|VerbForm=Part 2 amod 2:amod _ +1 Revised revise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 amod 2:amod _ 2 Article article NOUN NN Number=Sing 0 root 0:root _ -3 4.6 4.6 NUM CD NumType=Card 2 nummod 2:nummod _ +3 4.6 4.6 NUM CD NumForm=Digit|NumType=Frac 2 nummod 2:nummod _ # sent_id = email-enronsent29_01-0058 # text = Debra Perlingiere @@ -10833,9 +10835,9 @@ # newpar id = email-enronsent29_01-p0022 # text = You are correct, I will make the appropriate changes and give you another review before sending execution papers. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 correct correct ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 7 punct 7:punct _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj|12:nsubj _ 6 will will AUX MD VerbForm=Fin 7 aux 7:aux _ 7 make make VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ @@ -10845,17 +10847,17 @@ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 give give VERB VB VerbForm=Inf 7 conj 7:conj:and _ 13 you you PRON PRP Case=Acc|Person=2|PronType=Prs 12 iobj 12:iobj _ -14 another another DET DT _ 15 det 15:det _ +14 another another DET DT PronType=Ind 15 det 15:det _ 15 review review NOUN NN Number=Sing 12 obj 12:obj _ 16 before before SCONJ IN _ 17 mark 17:mark _ 17 sending send VERB VBG VerbForm=Ger 12 advcl 12:advcl:before _ 18 execution execution NOUN NN Number=Sing 19 compound 19:compound _ -19 papers papers NOUN NNS Number=Plur 17 obj 17:obj SpaceAfter=No +19 papers paper NOUN NNS Number=Plur 17 obj 17:obj SpaceAfter=No 20 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent29_01-0061 # text = Best regards, -1 Best best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Best good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 regards regards NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 3 , , PUNCT , _ 2 punct 2:punct _ @@ -10884,12 +10886,12 @@ # sent_id = email-enronsent29_01-0066 # text = As discussed, attached is a GISB draft for Pioneer. 1 As as SCONJ IN _ 2 mark 2:mark _ -2 discussed discuss VERB VBN Tense=Past|VerbForm=Part 4 advcl 4:advcl:as SpaceAfter=No -3 , , PUNCT , _ 4 punct 4:punct _ +2 discussed discuss VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 advcl 4:advcl:as SpaceAfter=No +3 , , PUNCT , _ 2 punct 2:punct _ 4 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -7 GISB gisb NOUN NN Number=Sing 8 compound 8:compound _ +7 GISB GISB NOUN NN Number=Sing 8 compound 8:compound _ 8 draft draft NOUN NN Number=Sing 4 nsubj:pass 4:nsubj:pass _ 9 for for ADP IN _ 10 case 10:case _ 10 Pioneer Pioneer PROPN NNP Number=Sing 8 nmod 8:nmod:for SpaceAfter=No @@ -10902,7 +10904,7 @@ 3 can can AUX MD VerbForm=Fin 4 aux 4:aux _ 4 see see VERB VB VerbForm=Inf 6 advcl 6:advcl:as _ 5 there there PRON EX _ 6 expl 6:expl _ -6 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 several several ADJ JJ Degree=Pos 8 amod 8:amod _ 8 blanks blank NOUN NNS Number=Plur 6 nsubj 6:nsubj _ 9 concerning concern VERB VBG VerbForm=Ger 11 case 11:case _ @@ -10928,10 +10930,10 @@ 11 Tax tax NOUN NN Number=Sing 12 compound 12:compound _ 12 ID id NOUN NN Number=Sing 8 conj 5:obj|8:conj:and _ 13 however however ADV RB _ 17 advmod 17:advmod SpaceAfter=No -14 , , PUNCT , _ 17 punct 17:punct _ +14 , , PUNCT , _ 13 punct 13:punct _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ 16 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ -17 lacking lack VERB VBG Tense=Pres|VerbForm=Part 3 ccomp 3:ccomp _ +17 lacking lack VERB VBG Tense=Pres|VerbForm=Part 3 parataxis 3:parataxis _ 18 Fax fax NOUN NN Number=Sing 22 compound 22:compound _ 19 and and CCONJ CC _ 21 cc 21:cc _ 20 bank bank NOUN NN Number=Sing 21 compound 21:compound _ @@ -10941,7 +10943,7 @@ # sent_id = email-enronsent29_01-0069 # text = Do you have this information? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ @@ -10973,22 +10975,22 @@ # sent_id = email-enronsent29_01-0074 # text = 03/29/2001 09:01 AM -1 03/29/2001 03/29/2001 NUM CD NumType=Card 0 root 0:root _ -2 09:01 09:01 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 03/29/2001 03/29/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 09:01 09:01 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent29_01-0075 # text = Rudwell Johnson/ENRON@enronXgate 1 Rudwell Rudwell PROPN NNP Number=Sing 2 compound 2:compound _ 2 Johnson Johnson PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 / / PUNCT , _ 2 punct 2:punct SpaceAfter=No +3 / / PUNCT , _ 4 punct 4:punct SpaceAfter=No 4 ENRON@enronXgate enron@enronxgate X ADD _ 2 list 2:list _ # sent_id = email-enronsent29_01-0076 # text = 03/28/2001 05:09 PM -1 03/28/2001 03/28/2001 NUM CD NumType=Card 0 root 0:root _ -2 05:09 05:09 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 03/28/2001 03/28/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 05:09 05:09 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent29_01-0077 # text = Jeff! @@ -11000,7 +11002,7 @@ # text = Please find attached a credit worksheet for a Master Firm contract for the above mentioned counterparty. 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 find find VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 attached attach VERB VBN Tense=Past|VerbForm=Part 2 xcomp 2:xcomp _ +3 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 xcomp 2:xcomp _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 credit credit NOUN NN Number=Sing 6 compound 6:compound _ 6 worksheet worksheet NOUN NN Number=Sing 2 obj 2:obj|3:nsubj:xsubj _ @@ -11012,7 +11014,7 @@ 12 for for ADP IN _ 16 case 16:case _ 13 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 14 above above ADV RB _ 15 compound 15:compound _ -15 mentioned mention VERB VBN Tense=Past|VerbForm=Part 16 amod 16:amod _ +15 mentioned mention VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 amod 16:amod _ 16 counterparty counterparty NOUN NN Number=Sing 11 nmod 11:nmod:for SpaceAfter=No 17 . . PUNCT . _ 2 punct 2:punct _ @@ -11034,7 +11036,7 @@ # sent_id = email-enronsent29_01-0081 # text = Rudwell 53596. 1 Rudwell Rudwell PROPN NNP Number=Sing 0 root 0:root _ -2 53596 53596 NUM CD NumType=Card 1 list 1:list SpaceAfter=No +2 53596 53596 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No 3 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent29_01-0082 @@ -11056,7 +11058,7 @@ 9 Corporation Corporation PROPN NNP Number=Sing 10 compound 10:compound _ 10 Guaranty guaranty NOUN NN Number=Sing 4 nmod 4:nmod:of _ 11 to to ADP IN _ 13 case 13:case _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 attention attention NOUN NN Number=Sing 2 obl 2:obl:to SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ @@ -11067,9 +11069,9 @@ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 dated date VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 August August PROPN NNP Number=Sing 4 xcomp 4:xcomp _ -6 1 1 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No -7 , , PUNCT , _ 5 punct 5:punct _ -8 2000 2000 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No +6 1 1 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +7 , , PUNCT , _ 8 punct 8:punct _ +8 2000 2000 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No 9 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent29_01-0085 @@ -11088,7 +11090,7 @@ # newpar id = email-enronsent29_01-p0033 # text = They are taking delivery in the U.S. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 taking take VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 delivery delivery NOUN NN Number=Sing 3 obj 3:obj _ 5 in in ADP IN _ 7 case 7:case _ @@ -11114,7 +11116,7 @@ # text = Thanks for your message. 1 Thanks thanks NOUN NN Number=Sing 0 root 0:root _ 2 for for ADP IN _ 4 case 4:case _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 message message NOUN NN Number=Sing 1 nmod 1:nmod:for SpaceAfter=No 5 . . PUNCT . _ 1 punct 1:punct _ @@ -11127,8 +11129,8 @@ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 data data NOUN NN Number=Sing 3 obj 3:obj _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -8 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl SpaceAfter=No -9 : : PUNCT : _ 12 punct 12:punct _ +8 used use VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl SpaceAfter=No +9 : : PUNCT : _ 3 punct 3:punct _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 11 shall shall AUX MD VerbForm=Fin 12 aux 12:aux _ 12 take take VERB VB VerbForm=Inf 0 root 0:root _ @@ -11147,12 +11149,12 @@ # newpar id = email-enronsent19_02-p0004 # text = Dear All, 1 Dear dear ADJ JJ Degree=Pos 2 amod 2:amod _ -2 All all DET DT _ 0 root 0:root SpaceAfter=No +2 All all DET DT PronType=Tot 0 root 0:root SpaceAfter=No 3 , , PUNCT , _ 2 punct 2:punct _ # sent_id = email-enronsent19_02-0006 # text = My mane is Visit Phunnarungsi. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 mane mane NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 Visit Visit PROPN NNP Number=Sing 5 compound 5:compound _ @@ -11162,7 +11164,7 @@ # sent_id = email-enronsent19_02-0007 # text = I used to e-mail Vince Kaminski about the advice on his article "The Challenge of Pricing and Risk Managing Electricity Derivatives" and he had mailed me the copy. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 used use VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 e-mail e-mail VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 Vince Vince PROPN NNP Number=Sing 4 obj 4:obj _ @@ -11171,7 +11173,7 @@ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 advice advice NOUN NN Number=Sing 4 obl 4:obl:about _ 10 on on ADP IN _ 12 case 12:case _ -11 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 article article NOUN NN Number=Sing 9 nmod 9:nmod:on _ 13 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No 14 The the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -11182,11 +11184,11 @@ 19 Risk Risk PROPN NNP Number=Sing 20 compound 20:compound _ 20 Managing manage VERB VBG VerbForm=Ger 17 conj 15:acl:of|17:conj:and _ 21 Electricity Electricity PROPN NNP Number=Sing 22 compound 22:compound _ -22 Derivatives Derivatives PROPN NNPS Number=Plur 17 obj 17:obj|20:obj SpaceAfter=No +22 Derivatives Derivative PROPN NNPS Number=Plur 17 obj 17:obj|20:obj SpaceAfter=No 23 " " PUNCT '' _ 15 punct 15:punct _ 24 and and CCONJ CC _ 27 cc 27:cc _ 25 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 27 nsubj 27:nsubj _ -26 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 27 aux 27:aux _ +26 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 27 aux 27:aux _ 27 mailed mail VERB VBN Tense=Past|VerbForm=Part 2 conj 2:conj:and _ 28 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 27 iobj 27:iobj _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ @@ -11213,9 +11215,9 @@ 16 Diffusion diffusion NOUN NN Number=Sing 17 compound 17:compound _ 17 Model model NOUN NN Number=Sing 10 obj 10:obj _ 18 and and CCONJ CC _ 20 cc 20:cc _ -19 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +19 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 20 followed follow VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and _ -21 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 paper paper NOUN NN Number=Sing 20 obj 20:obj _ 23 " " PUNCT `` _ 24 punct 24:punct SpaceAfter=No 24 Making make VERB VBG VerbForm=Ger 22 appos 22:appos _ @@ -11223,7 +11225,7 @@ 26 most most ADJ JJS Degree=Sup 24 obj 24:obj _ 27 of of ADP IN _ 29 case 29:case _ 28 mean mean PROPN NNP Number=Sing 29 compound 29:compound _ -29 reversion reversion PROPN NNP Number=Sing 24 nmod 24:nmod:of SpaceAfter=No +29 reversion reversion PROPN NNP Number=Sing 24 obl 24:obl:of SpaceAfter=No 30 " " PUNCT '' _ 24 punct 24:punct _ 31 to to PART TO _ 32 mark 32:mark _ 32 estimate estimate VERB VB VerbForm=Inf 20 advcl 20:advcl:to _ @@ -11236,90 +11238,90 @@ # sent_id = email-enronsent19_02-0009 # text = I use Queensland half-hourly price during 13 December, 1998-30 June 2001 giving about 44,000 price observations. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 use use VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 Queensland Queensland PROPN NNP Number=Sing 7 compound 7:compound _ -4 half half ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +4 half half ADJ JJ Degree=Pos|NumForm=Word|NumType=Frac 6 amod 6:amod SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 6 hourly hourly ADJ JJ Degree=Pos 7 amod 7:amod _ 7 price price NOUN NN Number=Sing 2 obj 2:obj _ 8 during during ADP IN _ 10 case 10:case _ -9 13 13 NUM CD NumType=Card 10 nummod 10:nummod _ +9 13 13 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 December December PROPN NNP Number=Sing 2 obl 2:obl:during SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ -12 1998 1998 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No +11 , , PUNCT , _ 12 punct 12:punct _ +12 1998 1998 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No 13 - - SYM SYM _ 15 case 15:case SpaceAfter=No -14 30 30 NUM CD NumType=Card 15 nummod 15:nummod _ +14 30 30 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 15 June June PROPN NNP Number=Sing 10 nmod 10:nmod _ -16 2001 2001 NUM CD NumType=Card 15 nummod 15:nummod _ +16 2001 2001 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 17 giving give VERB VBG VerbForm=Ger 2 advcl 2:advcl _ 18 about about ADV RB _ 19 advmod 19:advmod _ -19 44,000 44,000 NUM CD NumType=Card 21 nummod 21:nummod _ +19 44,000 44000 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod _ 20 price price NOUN NN Number=Sing 21 compound 21:compound _ 21 observations observation NOUN NNS Number=Plur 17 obj 17:obj SpaceAfter=No 22 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent19_02-0010 # text = However, the result from Ordinary Least Squares was not as expected due to different sign for both slope & intercept. -1 However however ADV RB _ 9 advmod 9:advmod SpaceAfter=No -2 , , PUNCT , _ 9 punct 9:punct _ +1 However however ADV RB _ 12 advmod 12:advmod SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 result result NOUN NN Number=Sing 9 nsubj 9:nsubj _ +4 result result NOUN NN Number=Sing 12 nsubj:outer 12:nsubj:outer _ 5 from from ADP IN _ 8 case 8:case _ 6 Ordinary ordinary ADJ JJ Degree=Pos 8 amod 8:amod _ 7 Least least ADJ JJS Degree=Sup 8 amod 8:amod _ 8 Squares square NOUN NNS Number=Plur 4 nmod 4:nmod:from _ -9 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ -10 not not PART RB _ 9 advmod 9:advmod _ +9 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 cop 12:cop _ +10 not not PART RB _ 12 advmod 12:advmod _ 11 as as SCONJ IN _ 12 mark 12:mark _ -12 expected expect VERB VBN Tense=Past|VerbForm=Part 9 advcl 9:advcl:as _ +12 expected expect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 13 due due ADP IN _ 16 case 16:case _ 14 to to ADP IN _ 13 fixed 13:fixed _ 15 different different ADJ JJ Degree=Pos 16 amod 16:amod _ -16 sign sign NOUN NN Number=Sing 9 obl 9:obl:due_to _ +16 sign sign NOUN NN Number=Sing 12 obl 12:obl:due_to _ 17 for for ADP IN _ 19 case 19:case _ 18 both both CCONJ CC _ 19 cc:preconj 19:cc:preconj _ 19 slope slope NOUN NN Number=Sing 16 nmod 16:nmod:for _ 20 & & CCONJ CC _ 21 cc 21:cc _ 21 intercept intercept NOUN NN Number=Sing 19 conj 16:nmod:for|19:conj SpaceAfter=No -22 . . PUNCT . _ 9 punct 9:punct _ +22 . . PUNCT . _ 12 punct 12:punct _ # sent_id = email-enronsent19_02-0011 # text = The coefficient and standard error are as followed: 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 coefficient coefficient NOUN NN Number=Sing 6 nsubj 6:nsubj _ +2 coefficient coefficient NOUN NN Number=Sing 8 nsubj:outer 8:nsubj:outer _ 3 and and CCONJ CC _ 5 cc 5:cc _ 4 standard standard ADJ JJ Degree=Pos 5 amod 5:amod _ -5 error error NOUN NN Number=Sing 2 conj 2:conj:and|6:nsubj _ -6 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 error error NOUN NN Number=Sing 2 conj 2:conj:and|8:nsubj:outer _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 as as SCONJ IN _ 8 mark 8:mark _ -8 followed follow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp SpaceAfter=No -9 : : PUNCT : _ 6 punct 6:punct _ +8 followed follow VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No +9 : : PUNCT : _ 8 punct 8:punct _ # sent_id = email-enronsent19_02-0012 # text = Intercept: -0.3931 (0.0076) 1 Intercept intercept NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 4 punct 4:punct _ 3 - - SYM SYM _ 4 compound 4:compound SpaceAfter=No -4 0.3931 0.3931 NUM CD NumType=Card 1 appos 1:appos _ +4 0.3931 0.3931 NUM CD NumForm=Digit|NumType=Frac 1 appos 1:appos _ 5 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No -6 0.0076 0.0076 NUM CD NumType=Card 4 appos 4:appos SpaceAfter=No +6 0.0076 0.0076 NUM CD NumForm=Digit|NumType=Frac 4 appos 4:appos SpaceAfter=No 7 ) ) PUNCT -RRB- _ 6 punct 6:punct _ # sent_id = email-enronsent19_02-0013 # text = Slope: 0.1171 (0.0022) 1 Slope slope NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ -3 0.1171 0.1171 NUM CD NumType=Card 1 appos 1:appos _ +2 : : PUNCT : _ 3 punct 3:punct _ +3 0.1171 0.1171 NUM CD NumForm=Digit|NumType=Frac 1 appos 1:appos _ 4 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No -5 0.0022 0.0022 NUM CD NumType=Card 3 appos 3:appos SpaceAfter=No +5 0.0022 0.0022 NUM CD NumForm=Digit|NumType=Frac 3 appos 3:appos SpaceAfter=No 6 ) ) PUNCT -RRB- _ 5 punct 5:punct _ # sent_id = email-enronsent19_02-0014 # text = R Square: 0.0585 1 R r NOUN NN Number=Sing 2 compound 2:compound _ 2 Square square NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ -4 0.0585 0.0585 NUM CD NumType=Card 2 appos 2:appos _ +3 : : PUNCT : _ 4 punct 4:punct _ +4 0.0585 0.0585 NUM CD NumForm=Digit|NumType=Frac 2 appos 2:appos _ # sent_id = email-enronsent19_02-0015 # text = Therefore I could not estimate the mean reversion rate as the estimated slope has the positive sign. @@ -11334,7 +11336,7 @@ 9 rate rate NOUN NN Number=Sing 5 obj 5:obj _ 10 as as SCONJ IN _ 14 mark 14:mark _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 estimated estimate VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ +12 estimated estimate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod _ 13 slope slope NOUN NN Number=Sing 14 nsubj 14:nsubj _ 14 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:as _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -11345,7 +11347,7 @@ # sent_id = email-enronsent19_02-0016 # text = I have also tried monthly data and the results are the same. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 also also ADV RB _ 4 advmod 4:advmod _ 4 tried try VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 monthly monthly ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -11353,7 +11355,7 @@ 7 and and CCONJ CC _ 12 cc 12:cc _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 results result NOUN NNS Number=Plur 12 nsubj 12:nsubj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 same same ADJ JJ Degree=Pos 4 conj 4:conj:and SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ @@ -11376,7 +11378,7 @@ # sent_id = email-enronsent19_02-0018 # text = Kindest regards, -1 Kindest kindest ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Kindest kind ADJ JJS Degree=Sup 2 amod 2:amod _ 2 regards regards NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 3 , , PUNCT , _ 2 punct 2:punct _ @@ -11387,7 +11389,7 @@ # sent_id = email-enronsent19_02-0020 # text = Get your FREE download of MSN Explorer at http://explorer.msn.com << File: 'http://go.msn.com/bql/hmtag_itl_EN.asp' >> 1 Get get VERB VB Mood=Imp|VerbForm=Fin 11 parataxis 11:parataxis _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 3 FREE free ADJ JJ Degree=Pos 4 amod 4:amod _ 4 download download NOUN NN Number=Sing 1 obj 1:obj _ 5 of of ADP IN _ 7 case 7:case _ @@ -11395,9 +11397,9 @@ 7 Explorer Explorer PROPN NNP Number=Sing 4 nmod 4:nmod:of _ 8 at at ADP IN _ 9 case 9:case _ 9 http://explorer.msn.com http://explorer.msn.com X ADD _ 1 obl 1:obl:at _ -10 << << PUNCT -LRB- _ 11 punct 11:punct _ +10 << << PUNCT -LRB- _ 1 punct 1:punct _ 11 File file NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -12 : : PUNCT : _ 11 punct 11:punct _ +12 : : PUNCT : _ 14 punct 14:punct _ 13 ' ' PUNCT `` _ 14 punct 14:punct SpaceAfter=No 14 http://go.msn.com/bql/hmtag_itl_EN.asp http://go.msn.com/bql/hmtag_itl_en.asp X ADD _ 11 appos 11:appos SpaceAfter=No 15 ' ' PUNCT '' _ 14 punct 14:punct _ @@ -11416,8 +11418,8 @@ 3 Shirley Shirley PROPN NNP Number=Sing 2 obj 2:obj _ 4 Crenshaw Crenshaw PROPN NNP Number=Sing 3 flat 3:flat _ 5 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No -6 X x X GW _ 3 parataxis 3:parataxis _ -7 3-5290 3-5290 NUM CD NumType=Card 6 goeswith 6:goeswith SpaceAfter=No +6 X x3-5290 NOUN GW Number=Sing|Typo=Yes 3 parataxis 3:parataxis _ +7 3-5290 _ X NN _ 6 goeswith 6:goeswith SpaceAfter=No 8 ) ) PUNCT -RRB- _ 6 punct 6:punct _ 9 regarding regard VERB VBG VerbForm=Ger 11 case 11:case _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ @@ -11448,14 +11450,14 @@ 1 This this PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 best best ADJ JJS Degree=Sup 5 amod 5:amod _ +4 best good ADJ JJS Degree=Sup 5 amod 5:amod _ 5 solution solution NOUN NN Number=Sing 0 root 0:root _ -6 given give VERB VBN Tense=Past|VerbForm=Part 5 advcl 5:advcl _ -7 all all DET PDT _ 9 det:predet 9:det:predet _ +6 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 case 9:case _ +7 all all DET PDT PronType=Tot 9 det:predet 9:det:predet _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 uncertainties uncertainty NOUN NNS Number=Plur 6 nsubj 6:nsubj _ +9 uncertainties uncertainty NOUN NNS Number=Plur 5 obl 5:obl:given|11:obj _ 10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 face face VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl SpaceAfter=No +11 face face VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl SpaceAfter=No 12 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent19_02-0027 @@ -11479,7 +11481,7 @@ 7 possible possible ADJ JJ Degree=Pos 8 amod 8:amod _ 8 intern intern NOUN NN Number=Sing 4 nmod 4:nmod:regarding _ 9 for for ADP IN _ 11 case 11:case _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 group group NOUN NN Number=Sing 8 nmod 8:nmod:for SpaceAfter=No 12 . . PUNCT . _ 1 punct 1:punct _ @@ -11487,21 +11489,21 @@ # text = Right now, we are in the process of evaluating both our new hire needs and our summer needs and will be making those decisions after the first of the year. 1 Right right ADV RB _ 2 advmod 2:advmod _ 2 now now ADV RB _ 8 advmod 8:advmod SpaceAfter=No -3 , , PUNCT , _ 8 punct 8:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj|23:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 6 in in ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 process process NOUN NN Number=Sing 0 root 0:root _ 9 of of SCONJ IN _ 10 mark 10:mark _ 10 evaluating evaluate VERB VBG VerbForm=Ger 8 acl 8:acl:of _ 11 both both CCONJ CC _ 15 cc:preconj 15:cc:preconj _ -12 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +12 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 13 new new ADJ JJ Degree=Pos 14 amod 14:amod _ 14 hire hire NOUN NN Number=Sing 15 compound 15:compound _ 15 needs need NOUN NNS Number=Plur 10 obj 10:obj _ 16 and and CCONJ CC _ 19 cc 19:cc _ -17 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +17 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 18 summer summer NOUN NN Number=Sing 19 compound 19:compound _ 19 needs need NOUN NNS Number=Plur 15 conj 10:obj|15:conj:and _ 20 and and CCONJ CC _ 23 cc 23:cc _ @@ -11512,7 +11514,7 @@ 25 decisions decision NOUN NNS Number=Plur 23 obj 23:obj _ 26 after after ADP IN _ 28 case 28:case _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ -28 first first NOUN NN Number=Sing 23 obl 23:obl:after _ +28 first first NOUN NN Number=Sing|NumForm=Word|NumType=Ord 23 obl 23:obl:after _ 29 of of ADP IN _ 31 case 31:case _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 31 year year NOUN NN Number=Sing 28 nmod 28:nmod:of SpaceAfter=No @@ -11522,7 +11524,7 @@ # text = Until we have come up with those numbers it would be premature to make any offers for the summer. 1 Until until SCONJ IN _ 4 mark 4:mark _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 come come VERB VBN Tense=Past|VerbForm=Part 12 advcl 12:advcl:until _ 5 up up ADV RB _ 4 advmod 4:advmod _ 6 with with ADP IN _ 8 case 8:case _ @@ -11534,7 +11536,7 @@ 12 premature premature ADJ JJ Degree=Pos 0 root 0:root _ 13 to to PART TO _ 14 mark 14:mark _ 14 make make VERB VB VerbForm=Inf 12 csubj 12:csubj _ -15 any any DET DT _ 16 det 16:det _ +15 any any DET DT PronType=Ind 16 det 16:det _ 16 offers offer NOUN NNS Number=Plur 14 obj 14:obj _ 17 for for ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ @@ -11546,20 +11548,20 @@ 1 What what PRON WP PronType=Int 6 obj 6:obj _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ 3 would would AUX MD VerbForm=Fin 4 aux 4:aux _ -4 like like VERB VB VerbForm=Inf 10 csubj 10:csubj _ +4 like like VERB VB VerbForm=Inf 11 csubj:outer 11:csubj:outer|25:csubj:outer _ 5 to to PART TO _ 6 mark 6:mark _ 6 do do VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 in in ADP IN _ 9 case 9:case _ 8 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 case case NOUN NN Number=Sing 6 obl 6:obl:in _ -10 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -11 get get VERB VB VerbForm=Inf 10 ccomp 10:ccomp _ +10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +11 get get VERB VB VerbForm=Inf 0 root 0:root _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 information information NOUN NN Number=Sing 11 obj 11:obj _ 14 to to ADP IN _ 15 case 15:case _ 15 Jeff Jeff PROPN NNP Number=Sing 11 obl 11:obl:to|20:nsubj _ 16 Davis Davis PROPN NNP Number=Sing 15 flat 15:flat SpaceAfter=No -17 , , PUNCT , _ 15 punct 15:punct _ +17 , , PUNCT , _ 20 punct 20:punct _ 18 who who PRON WP PronType=Rel 20 nsubj 15:ref _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 20 responsible responsible ADJ JJ Degree=Pos 15 acl:relcl 15:acl:relcl _ @@ -11567,8 +11569,8 @@ 22 Georgia Georgia PROPN NNP Number=Sing 23 compound 23:compound _ 23 Tech Tech PROPN NNP Number=Sing 20 obl 20:obl:for _ 24 and and CCONJ CC _ 25 cc 25:cc _ -25 ask ask VERB VB VerbForm=Inf 11 conj 10:ccomp|11:conj:and _ -26 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 25 iobj 25:iobj _ +25 ask ask VERB VB VerbForm=Inf 11 conj 0:root|11:conj:and _ +26 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 25 iobj 25:iobj|28:nsubj:xsubj|33:nsubj:xsubj _ 27 to to PART TO _ 28 mark 28:mark _ 28 get get VERB VB VerbForm=Inf 25 xcomp 25:xcomp _ 29-30 Sungjoo's _ _ _ _ _ _ _ _ @@ -11593,17 +11595,17 @@ 47 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 46 obj 46:obj _ 48 for for ADP IN _ 49 case 49:case _ 49 summer summer NOUN NN Number=Sing 46 obl 46:obl:for SpaceAfter=No -50 . . PUNCT . _ 10 punct 10:punct _ +50 . . PUNCT . _ 11 punct 11:punct _ # sent_id = email-enronsent19_02-0033 # text = When we start the summer process, we will interview the candidate and slot him for your group. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 start start VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:when _ +3 start start VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:when _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 summer summer NOUN NN Number=Sing 6 compound 6:compound _ 6 process process NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj|14:nsubj _ 9 will will AUX MD VerbForm=Fin 10 aux 10:aux _ 10 interview interview VERB VB VerbForm=Inf 0 root 0:root _ @@ -11613,7 +11615,7 @@ 14 slot slot VERB VB VerbForm=Inf 10 conj 10:conj:and _ 15 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 obj 14:obj _ 16 for for ADP IN _ 18 case 18:case _ -17 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 group group NOUN NN Number=Sing 14 obl 14:obl:for SpaceAfter=No 19 . . PUNCT . _ 10 punct 10:punct _ @@ -11630,8 +11632,8 @@ # sent_id = email-enronsent19_02-0035 # newpar id = email-enronsent19_02-p0010 # text = Hope all is well with you -1 Hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -2 all all DET DT _ 4 nsubj 4:nsubj _ +1 Hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 all all DET DT PronType=Tot 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 well well ADJ JJ Degree=Pos 1 ccomp 1:ccomp _ 5 with with ADP IN _ 6 case 6:case _ @@ -11655,7 +11657,7 @@ # newpar id = email-enronsent19_02-p0011 # text = I have visited Georgia Tech on Thursday. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 visited visit VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 Georgia Georgia PROPN NNP Number=Sing 5 compound 5:compound _ 5 Tech Tech PROPN NNP Number=Sing 3 obj 3:obj _ @@ -11665,11 +11667,11 @@ # sent_id = email-enronsent19_02-0040 # text = One of the students indicated that he is interested in a summer internship. -1 One one NUM CD NumType=Card 5 nsubj 5:nsubj _ +1 One one NUM CD NumForm=Word|NumType=Card 5 nsubj 5:nsubj _ 2 of of ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 students student NOUN NNS Number=Plur 1 nmod 1:nmod:of _ -5 indicated indicate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 indicated indicate VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 that that SCONJ IN _ 9 mark 9:mark _ 7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ @@ -11683,14 +11685,14 @@ # sent_id = email-enronsent19_02-0041 # text = He came across as a very bright person, very personable. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 across across ADV RB _ 2 advmod 2:advmod _ 4 as as ADP IN _ 8 case 8:case _ 5 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 6 very very ADV RB _ 7 advmod 7:advmod _ 7 bright bright ADJ JJ Degree=Pos 8 amod 8:amod _ 8 person person NOUN NN Number=Sing 2 obl 2:obl:as SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 11 punct 11:punct _ 10 very very ADV RB _ 11 advmod 11:advmod _ 11 personable personable ADJ JJ Degree=Pos 8 amod 8:amod SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ @@ -11730,7 +11732,7 @@ # sent_id = email-enronsent19_02-0046 # text = How are you doing? 1 How how ADV WRB PronType=Int 4 advmod 4:advmod _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 doing do VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No 5 ? ? PUNCT . _ 4 punct 4:punct _ @@ -11738,9 +11740,9 @@ # sent_id = email-enronsent19_02-0047 # text = I hope you have a good flight back to home. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +4 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 good good ADJ JJ Degree=Pos 7 amod 7:amod _ 7 flight flight NOUN NN Number=Sing 4 obj 4:obj _ @@ -11761,17 +11763,17 @@ 8 about about ADP IN _ 9 case 9:case _ 9 Enron Enron PROPN NNP Number=Sing 7 obl 7:obl:about _ 10 and and CCONJ CC _ 13 cc 13:cc _ -11 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 12 finance finance NOUN NN Number=Sing 13 compound 13:compound _ 13 sector sector NOUN NN Number=Sing 9 conj 7:obl:about|9:conj:and SpaceAfter=No 14 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent19_02-0049 # text = Thank you for your time. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 for for ADP IN _ 5 case 5:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 time time NOUN NN Number=Sing 1 obl 1:obl:for SpaceAfter=No 6 . . PUNCT . _ 1 punct 1:punct _ @@ -11779,10 +11781,10 @@ # newpar id = email-enronsent19_02-p0015 # text = I have already submitted my resume and cover letter right after the talk. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 already already ADV RB _ 4 advmod 4:advmod _ 4 submitted submit VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 resume resume NOUN NN Number=Sing 4 obj 4:obj _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 cover cover NOUN NN Number=Sing 9 compound 9:compound _ @@ -11796,10 +11798,10 @@ # sent_id = email-enronsent19_02-0051 # text = However, you ask me to send a copy of resume and cover letter again. 1 However however ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 ask ask VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obj 4:obj|7:nsubj:xsubj _ +4 ask ask VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 iobj 4:iobj|7:nsubj:xsubj _ 6 to to PART TO _ 7 mark 7:mark _ 7 send send VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ @@ -11815,18 +11817,18 @@ # sent_id = email-enronsent19_02-0052 # text = Those attachments are what I was asked. 1 Those that DET DT Number=Plur|PronType=Dem 2 det 2:det _ -2 attachments attachment NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 what what PRON WP PronType=Int 7 obj 7:obj _ +2 attachments attachment NOUN NNS Number=Plur 4 nsubj 4:nsubj _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +4 what what PRON WP PronType=Rel 0 root 0:root|7:obl _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj:pass 7:nsubj:pass _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 aux:pass 7:aux:pass _ -7 asked ask VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 ccomp 3:ccomp SpaceAfter=No -8 . . PUNCT . _ 3 punct 3:punct _ +7 asked ask VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl:relcl 4:acl:relcl SpaceAfter=No +8 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent19_02-0053 # text = Again, it was a good chance for me to get to know what I can do in this field and what I have to more focus on in school. 1 Again again ADV RB _ 7 advmod 7:advmod SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -11841,16 +11843,16 @@ 14 what what PRON WP PronType=Int 17 obj 17:obj _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ 16 can can AUX MD VerbForm=Fin 17 aux 17:aux _ -17 do do VERB VB VerbForm=Inf 13 obj 13:obj _ +17 do do VERB VB VerbForm=Inf 13 ccomp 13:ccomp _ 18 in in ADP IN _ 20 case 20:case _ 19 this this DET DT Number=Sing|PronType=Dem 20 det 20:det _ 20 field field NOUN NN Number=Sing 17 obl 17:obl:in _ 21 and and CCONJ CC _ 24 cc 24:cc _ 22 what what PRON WP PronType=Int 24 obj 24:obj|27:nsubj:xsubj _ 23 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ -24 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 conj 13:obj|17:conj:and _ +24 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 conj 13:ccomp|17:conj:and _ 25 to to PART TO _ 27 mark 27:mark _ -26 more more ADV RBR _ 27 advmod 27:advmod _ +26 more more ADV RBR Degree=Cmp 27 advmod 27:advmod _ 27 focus focus VERB VB VerbForm=Inf 24 xcomp 24:xcomp _ 28 on on ADP IN _ 27 obl 27:obl _ 29 in in ADP IN _ 30 case 30:case _ @@ -11877,7 +11879,7 @@ # sent_id = email-enronsent19_02-0055 # text = Thank you. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No 3 . . PUNCT . _ 1 punct 1:punct _ @@ -11902,20 +11904,20 @@ 12 Technology Technology PROPN NNP Number=Sing 10 nmod 10:nmod:of _ 13 School School PROPN NNP Number=Sing 2 list 2:list _ 14 of of ADP IN _ 18 case 18:case _ -15 Industrial Industrial PROPN NNP Number=Sing 18 compound 18:compound _ +15 Industrial Industrial ADJ NNP Degree=Pos 18 amod 18:amod _ 16 and and CCONJ CC _ 17 cc 17:cc _ -17 Systems Systems PROPN NNPS Number=Plur 15 conj 15:conj:and|18:compound _ +17 Systems System PROPN NNPS Number=Plur 15 conj 15:conj:and|18:compound _ 18 Engineering Engineering PROPN NNP Number=Sing 13 nmod 13:nmod:of _ 19 E-mail e-mail NOUN NN Number=Sing 20 compound 20:compound _ 20 address address NOUN NN Number=Sing 2 list 2:list SpaceAfter=No -21 : : PUNCT : _ 2 punct 2:punct _ +21 : : PUNCT : _ 22 punct 22:punct _ 22 goldconn@isye.gatech.edu goldconn@isye.gatech.edu X ADD _ 20 appos 20:appos _ 23 gte114t@prism.gatech.edu gte114t@prism.gatech.edu X ADD _ 20 appos 20:appos _ 24 Home home NOUN NN Number=Sing 2 list 2:list _ -25 : : PUNCT : _ 2 punct 2:punct _ -26 404-449-1026 404-449-1026 NUM CD NumType=Card 24 appos 24:appos _ +25 : : PUNCT : _ 26 punct 26:punct _ +26 404-449-1026 404-449-1026 NUM CD NumForm=Digit|NumType=Card 24 appos 24:appos _ 27 Office office NOUN NN Number=Sing 2 list 2:list SpaceAfter=No -28 : : PUNCT : _ 2 punct 2:punct _ +28 : : PUNCT : _ 29 punct 29:punct _ 29 Coming come VERB VBG VerbForm=Ger 27 appos 27:appos _ 30 Soon soon ADV RB Degree=Pos 29 advmod 29:advmod SpaceAfter=No 31 ! ! PUNCT . _ 2 punct 2:punct _ @@ -11930,7 +11932,7 @@ 2 Lisa_coverletter.doc lisa_coverletter.doc NOUN NN Number=Sing 0 root 0:root _ 3 << << PUNCT -LRB- _ 4 punct 4:punct _ 4 File file NOUN NN Number=Sing 2 parataxis 2:parataxis SpaceAfter=No -5 : : PUNCT : _ 4 punct 4:punct _ +5 : : PUNCT : _ 6 punct 6:punct _ 6 Lisa_coverletter.doc lisa_coverletter.doc NOUN NN Number=Sing 4 appos 4:appos _ 7 >> >> PUNCT -RRB- _ 4 punct 4:punct _ @@ -11940,7 +11942,7 @@ 2 Lisa_resume.doc lisa_resume.doc NOUN NN Number=Sing 0 root 0:root _ 3 << << PUNCT -LRB- _ 4 punct 4:punct _ 4 File file NOUN NN Number=Sing 2 parataxis 2:parataxis SpaceAfter=No -5 : : PUNCT : _ 4 punct 4:punct _ +5 : : PUNCT : _ 6 punct 6:punct _ 6 Lisa_resume.doc lisa_resume.doc NOUN NN Number=Sing 4 appos 4:appos _ 7 >> >> PUNCT -RRB- _ 4 punct 4:punct _ @@ -11958,16 +11960,16 @@ # text = P.S. Tom, Please, contact Vernon and get the details. 1 P.S. p.s. NOUN NN Number=Sing 6 discourse 6:discourse _ 2 Tom Tom PROPN NNP Number=Sing 6 vocative 6:vocative SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 Please please INTJ UH _ 6 discourse 6:discourse SpaceAfter=No -5 , , PUNCT , _ 6 punct 6:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 contact contact VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 7 Vernon Vernon PROPN NNP Number=Sing 6 obj 6:obj _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 get get VERB VB Mood=Imp|VerbForm=Fin 6 conj 6:conj:and _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 details detail NOUN NNS Number=Plur 9 obj 9:obj SpaceAfter=No -12 . . PUNCT . _ 1 punct 1:punct _ +12 . . PUNCT . _ 6 punct 6:punct _ # newdoc id = email-enronsent00_02 # sent_id = email-enronsent00_02-0001 @@ -12014,10 +12016,10 @@ 1 This this DET DT Number=Sing|PronType=Dem 2 det 2:det _ 2 afternoon afternoon NOUN NN Number=Sing 9 nsubj 9:nsubj _ 3 at at ADP IN _ 5 case 5:case _ -4 2 2 NUM CD NumType=Card 5 nummod 5:nummod _ -5 PM pm NOUN NN Number=Sing 2 nmod 2:nmod:at _ +4 2 2 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ +5 PM p.m. NOUN NN Number=Sing 2 nmod 2:nmod:at _ 6 or or CCONJ CC _ 7 cc 7:cc _ -7 later later ADV RB _ 5 conj 2:nmod:at|5:conj:or _ +7 later late ADV RBR Degree=Cmp 5 conj 2:nmod:at|5:conj:or _ 8 would would AUX MD VerbForm=Fin 9 aux 9:aux _ 9 work work VERB VB VerbForm=Inf 0 root 0:root _ 10 for for ADP IN _ 11 case 11:case _ @@ -12040,7 +12042,7 @@ # sent_id = email-enronsent00_02-0006 # newpar id = email-enronsent00_02-p0003 # text = Thank you, -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No 3 , , PUNCT , _ 1 punct 1:punct _ @@ -12062,10 +12064,10 @@ 2 section section NOUN NN Number=Sing 3 nsubj 3:nsubj _ 3 pertains pertain VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to ADP IN _ 6 case 6:case _ -5 terminated terminate VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +5 terminated terminate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 6 employees employee NOUN NNS Number=Plur 3 obl 3:obl:to|9:nsubj:pass _ 7 who who PRON WP PronType=Rel 9 nsubj:pass 6:ref _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux:pass 9:aux:pass _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 aux:pass 9:aux:pass _ 9 paid pay VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl:relcl 6:acl:relcl _ 10 out out ADP RP _ 9 compound:prt 9:compound:prt _ 11 in in ADP IN _ 13 case 13:case _ @@ -12080,17 +12082,17 @@ # sent_id = email-enronsent00_02-0010 # text = The way the tax law works, the tax basis for your share distribution will be based on the closing stock price the day preceding notification to the transfer agent. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 way way NOUN NN Number=Sing 17 advmod 17:advmod _ +2 way way NOUN NN Number=Sing 17 dislocated 17:dislocated _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 tax tax NOUN NN Number=Sing 5 compound 5:compound _ 5 law law NOUN NN Number=Sing 6 nsubj 6:nsubj _ 6 works work VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl SpaceAfter=No -7 , , PUNCT , _ 17 punct 17:punct _ +7 , , PUNCT , _ 2 punct 2:punct _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 tax tax NOUN NN Number=Sing 10 compound 10:compound _ 10 basis basis NOUN NN Number=Sing 17 nsubj:pass 17:nsubj:pass _ 11 for for ADP IN _ 14 case 14:case _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 13 share share NOUN NN Number=Sing 14 compound 14:compound _ 14 distribution distribution NOUN NN Number=Sing 10 nmod 10:nmod:for _ 15 will will AUX MD VerbForm=Fin 17 aux 17:aux _ @@ -12115,7 +12117,7 @@ # text = As such, we will distribute net shares calculating the proper withholding at fair market value the day prior to notifying the transfer agent. 1 As as ADP IN _ 2 case 2:case _ 2 such such ADJ JJ Degree=Pos 6 obl 6:obl:as SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 5 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 6 distribute distribute VERB VB VerbForm=Inf 0 root 0:root _ @@ -12131,12 +12133,12 @@ 16 value value NOUN NN Number=Sing 12 nmod 12:nmod:at _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 day day NOUN NN Number=Sing 9 obl:tmod 9:obl:tmod _ -19 prior prior ADJ JJ Degree=Pos 21 mark 21:mark _ +19 prior prior ADJ JJ Degree=Pos|ExtPos=SCONJ 21 mark 21:mark _ 20 to to SCONJ IN _ 19 fixed 19:fixed _ 21 notifying notify VERB VBG VerbForm=Ger 18 acl 18:acl:prior_to _ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 23 transfer transfer NOUN NN Number=Sing 24 compound 24:compound _ -24 agent agent NOUN NN Number=Sing 21 obj 21:obj SpaceAfter=No +24 agent agent NOUN NN Number=Sing 21 iobj 21:iobj SpaceAfter=No 25 . . PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent00_02-0012 @@ -12147,20 +12149,20 @@ 4 distributing distribute VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 shares share NOUN NNS Number=Plur 4 obj 4:obj _ -7 reflected reflect VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 reflected reflect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 on on ADP IN _ 11 case 11:case _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ -10 9/30/01 9/30/01 NUM CD NumType=Card 11 nmod:tmod 11:nmod:tmod _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 9/30/01 9/30/01 NUM CD NumForm=Digit|NumType=Card 11 nmod:tmod 11:nmod:tmod _ 11 statement statement NOUN NN Number=Sing 7 obl 7:obl:on _ -12 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No -13 6,606 6,606 NUM CD NumType=Card 14 nummod 14:nummod _ +12 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No +13 6,606 6606 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 14 shares share NOUN NNS Number=Plur 6 appos 6:appos _ 15 plus plus CCONJ CC _ 16 cc 16:cc _ 16 cash cash NOUN NN Number=Sing 14 conj 6:appos|14:conj:plus _ 17 for for ADP IN _ 19 case 19:case _ 18 fractional fractional ADJ JJ Degree=Pos 19 amod 19:amod _ 19 shares share NOUN NNS Number=Plur 16 nmod 16:nmod:for SpaceAfter=No -20 ) ) PUNCT -RRB- _ 6 punct 6:punct SpaceAfter=No +20 ) ) PUNCT -RRB- _ 14 punct 14:punct SpaceAfter=No 21 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent00_02-0013 @@ -12177,7 +12179,7 @@ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 11 personal personal ADJ JJ Degree=Pos 12 amod 12:amod _ 12 check check NOUN NN Number=Sing 6 obl 6:obl:with SpaceAfter=No -13 , , PUNCT , _ 16 punct 16:punct _ +13 , , PUNCT , _ 4 punct 4:punct _ 14 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 16 nsubj 16:nsubj _ 15 can can AUX MD VerbForm=Fin 16 aux 16:aux _ 16 distribute distribute VERB VB VerbForm=Inf 0 root 0:root _ @@ -12191,7 +12193,7 @@ 2 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj|4:nsubj:xsubj _ 4 know know VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 you you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 you your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Typo=Yes 6 nmod:poss 6:nmod:poss CorrectForm=your 6 preference preference NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ @@ -12200,10 +12202,10 @@ # text = As you know, we are in the process of transferring recordkeeping services from NTRC to Hewitt. 1 As as SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:as SpaceAfter=No -4 , , PUNCT , _ 9 punct 9:punct _ +3 know know VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:as SpaceAfter=No +4 , , PUNCT , _ 3 punct 3:punct _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 7 in in ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 process process NOUN NN Number=Sing 0 root 0:root _ @@ -12221,16 +12223,16 @@ # text = As such, we have a CPA, Larry Lewis, working with us to audit and set up transition files. 1 As as ADP IN _ 2 case 2:case _ 2 such such ADJ JJ Degree=Pos 5 obl 5:obl:as SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -7 CPA cpa NOUN NN Number=Sing 12 nsubj 12:nsubj SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +7 CPA cpa NOUN NN Number=Sing 5 obj 5:obj|12:nsubj:xsubj SpaceAfter=No +8 , , PUNCT , _ 9 punct 9:punct _ 9 Larry Larry PROPN NNP Number=Sing 7 appos 7:appos _ 10 Lewis Lewis PROPN NNP Number=Sing 9 flat 9:flat SpaceAfter=No 11 , , PUNCT , _ 12 punct 12:punct _ -12 working work VERB VBG VerbForm=Ger 5 ccomp 5:ccomp _ +12 working work VERB VBG VerbForm=Ger 5 xcomp 5:xcomp _ 13 with with ADP IN _ 14 case 14:case _ 14 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 12 obl 12:obl:with _ 15 to to PART TO _ 16 mark 16:mark _ @@ -12247,7 +12249,7 @@ 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj|6:nsubj:xsubj _ 2 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 become become VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 department department NOUN NN Number=Sing 6 compound 6:compound _ 6 expert expert NOUN NN Number=Sing 3 xcomp 3:xcomp _ 7 on on ADP IN _ 10 case 10:case _ @@ -12256,7 +12258,7 @@ 10 account account NOUN NN Number=Sing 6 nmod 6:nmod:on _ 11 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No 12 much much ADV RB _ 13 advmod 13:advmod _ -13 more more ADV RBR _ 14 advmod 14:advmod _ +13 more more ADV RBR Degree=Cmp 14 advmod 14:advmod _ 14 knowledgeable knowledgeable ADJ JJ Degree=Pos 6 amod 6:amod _ 15 than than ADP IN _ 16 case 16:case _ 16 myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes 14 obl 14:obl:than SpaceAfter=No @@ -12275,7 +12277,7 @@ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 3 would would AUX MD VerbForm=Fin 4 aux 4:aux _ 4 like like VERB VB VerbForm=Inf 8 advcl 8:advcl:if SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 7 can can AUX MD VerbForm=Fin 8 aux 8:aux _ 8 set set VERB VB VerbForm=Inf 0 root 0:root _ @@ -12302,12 +12304,12 @@ # text = Please let me know a date and time that is convenient for you. 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obj 4:obj _ +3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj|4:nsubj:xsubj _ 4 know know VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 date date NOUN NN Number=Sing 4 obj 4:obj|11:nsubj _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 time time NOUN NN Number=Sing 6 conj 4:obj|6:conj:and|11:nsubj _ +8 time time NOUN NN Number=Sing 6 conj 4:obj|6:conj:and _ 9 that that PRON WDT PronType=Rel 11 nsubj 6:ref _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 11 convenient convenient ADJ JJ Degree=Pos 6 acl:relcl 6:acl:relcl _ @@ -12335,7 +12337,7 @@ # sent_id = email-enronsent00_02-0023 # newpar id = email-enronsent00_02-p0011 # text = Thank you for digging in to the issue of Deferred Phantom Stock Units. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 for for SCONJ IN _ 4 mark 4:mark _ 4 digging dig VERB VBG VerbForm=Ger 1 advcl 1:advcl:for _ @@ -12344,7 +12346,7 @@ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 issue issue NOUN NN Number=Sing 4 obl 4:obl:to _ 9 of of ADP IN _ 13 case 13:case _ -10 Deferred defer VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ +10 Deferred defer VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod _ 11 Phantom phantom NOUN NN Number=Sing 13 compound 13:compound _ 12 Stock stock NOUN NN Number=Sing 13 compound 13:compound _ 13 Units unit NOUN NNS Number=Plur 8 nmod 8:nmod:of SpaceAfter=No @@ -12368,25 +12370,25 @@ # sent_id = email-enronsent00_02-0025 # text = However, I still don't understand which date will be used to determine the value and calculate how many shares. 1 However however ADV RB _ 7 advmod 7:advmod SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 4 still still ADV RB _ 7 advmod 7:advmod _ 5-6 don't _ _ _ _ _ _ _ _ -5 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 n't not PART RB _ 7 advmod 7:advmod _ 7 understand understand VERB VB VerbForm=Inf 0 root 0:root _ -8 which which DET WDT PronType=Int 9 det 9:det _ -9 date date NOUN NN Number=Sing 12 nsubj:pass 12:nsubj:pass|14:nsubj:xsubj|18:nsubj:xsubj _ +8 which which DET WDT PronType=Int 9 det 9:det ManuallyChecked=PronType +9 date date NOUN NN Number=Sing 12 nsubj:pass 12:nsubj:pass _ 10 will will AUX MD VerbForm=Fin 12 aux 12:aux _ 11 be be AUX VB VerbForm=Inf 12 aux:pass 12:aux:pass _ 12 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 ccomp 7:ccomp _ 13 to to PART TO _ 14 mark 14:mark _ -14 determine determine VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ +14 determine determine VERB VB VerbForm=Inf 12 advcl 12:advcl:to _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 value value NOUN NN Number=Sing 14 obj 14:obj _ 17 and and CCONJ CC _ 18 cc 18:cc _ -18 calculate calculate VERB VB VerbForm=Inf 14 conj 12:xcomp|14:conj:and _ -19 how how SCONJ WRB PronType=Int 20 mark 20:mark _ +18 calculate calculate VERB VB VerbForm=Inf 14 conj 12:advcl:to|14:conj:and _ +19 how how ADV WRB PronType=Int 20 advmod 20:advmod _ 20 many many ADJ JJ Degree=Pos 21 amod 21:amod _ 21 shares share NOUN NNS Number=Plur 18 obj 18:obj SpaceAfter=No 22 . . PUNCT . _ 7 punct 7:punct _ @@ -12397,7 +12399,7 @@ 2 plan plan NOUN NN Number=Sing 3 compound 3:compound _ 3 document document NOUN NN Number=Sing 0 root 0:root _ 4 under under ADP IN _ 5 case 5:case _ -5 VII vii NUM CD NumType=Card 3 nmod 3:nmod:under SpaceAfter=No +5 VII VII NUM CD NumForm=Roman|NumType=Card 3 nmod 3:nmod:under SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent00_02-0027 @@ -12405,9 +12407,9 @@ 1 Amount Amount PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 2 of of ADP IN _ 4 case 4:case _ 3 Benefit Benefit PROPN NNP Number=Sing 4 compound 4:compound _ -4 Payments Payments PROPN NNPS Number=Plur 1 nmod 1:nmod:of _ +4 Payments Payment PROPN NNPS Number=Plur 1 nmod 1:nmod:of _ 5 reads read VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -6 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No +6 " " PUNCT `` _ 19 punct 19:punct SpaceAfter=No 7 The the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 value value NOUN NN Number=Sing 19 nsubj:pass 19:nsubj:pass _ 9 of of ADP IN _ 11 case 11:case _ @@ -12433,7 +12435,7 @@ 29 on on ADP IN _ 31 case 31:case _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 31 January January PROPN NNP Number=Sing 23 nmod 23:nmod:on _ -32 1 1 NUM CD NumType=Card 31 nummod 31:nummod _ +32 1 1 NUM CD NumForm=Digit|NumType=Card 31 nummod 31:nummod _ 33 before before ADP IN _ 35 case 35:case _ 34 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ 35 date date NOUN NN Number=Sing 31 nmod 31:nmod:before _ @@ -12453,8 +12455,8 @@ 49 Corp. Corp. PROPN NNP Number=Sing 51 compound 51:compound _ 50 common common ADJ JJ Degree=Pos 51 amod 51:amod _ 51 stock stock NOUN NN Number=Sing 46 nmod 46:nmod:of SpaceAfter=No -52 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No -53 " " PUNCT '' _ 5 punct 5:punct _ +52 . . PUNCT . _ 19 punct 19:punct SpaceAfter=No +53 " " PUNCT '' _ 19 punct 19:punct _ # sent_id = email-enronsent00_02-0028 # text = Can you help me interpret this statement and work through the numbers on my account. @@ -12471,14 +12473,14 @@ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 numbers number NOUN NNS Number=Plur 9 obl 9:obl:through _ 13 on on ADP IN _ 15 case 15:case _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 account account NOUN NN Number=Sing 12 nmod 12:nmod:on SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent00_02-0029 # newpar id = email-enronsent00_02-p0012 # text = Thank you, -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No 3 , , PUNCT , _ 1 punct 1:punct _ @@ -12494,9 +12496,9 @@ 1 Let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ 3 know know VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ -4 when when SCONJ WRB PronType=Int 6 mark 6:mark _ +4 when when ADV WRB PronType=Int 6 advmod 6:advmod _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:when _ +6 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:when _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 quotes quote NOUN NNS Number=Plur 6 obj 6:obj _ 9 from from ADP IN _ 10 case 10:case _ @@ -12510,14 +12512,14 @@ 3 expecting expect VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 pay pay VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 something something PRON NN Number=Sing 5 obj 5:obj _ +6 something something PRON NN Number=Sing|PronType=Ind 5 obj 5:obj _ 7 in in ADP IN _ 14 case 14:case _ 8 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 9 $ $ SYM $ _ 14 compound 14:compound SpaceAfter=No -10 3, 3, NUM CD NumType=Card 9 nummod 9:nummod SpaceAfter=No +10 3, 3, NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod SpaceAfter=No 11 to to ADP IN _ 12 case 12:case _ 12 $ $ SYM $ _ 9 nmod 9:nmod:to SpaceAfter=No -13 5,000 5,000 NUM CD NumType=Card 12 nummod 12:nummod _ +13 5,000 5000 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 14 range range NOUN NN Number=Sing 6 nmod 6:nmod:in SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ @@ -12545,16 +12547,16 @@ # text = It is my understanding that some rock will be removed and replaced with siding. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 expl 4:expl _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 understanding understanding NOUN NN Number=Sing 0 root 0:root _ 5 that that SCONJ IN _ 10 mark 10:mark _ -6 some some DET DT _ 7 det 7:det _ +6 some some DET DT PronType=Ind 7 det 7:det _ 7 rock rock NOUN NN Number=Sing 10 nsubj:pass 10:nsubj:pass|12:nsubj:pass _ 8 will will AUX MD VerbForm=Fin 10 aux 10:aux _ 9 be be AUX VB VerbForm=Inf 10 aux:pass 10:aux:pass _ -10 removed remove VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl:that _ +10 removed remove VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 csubj 4:csubj _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 replaced replace VERB VBN Tense=Past|VerbForm=Part 10 conj 4:acl:that|10:conj:and _ +12 replaced replace VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 conj 4:acl:that|10:conj:and _ 13 with with ADP IN _ 14 case 14:case _ 14 siding siding NOUN NN Number=Sing 12 obl 12:obl:with SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ @@ -12563,7 +12565,7 @@ # text = If they are getting quotes to put up new rock then we will need to clarify. 1 If if SCONJ IN _ 4 mark 4:mark _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 getting get VERB VBG Tense=Pres|VerbForm=Part 14 advcl 14:advcl:if _ 5 quotes quote NOUN NNS Number=Plur 4 obj 4:obj _ 6 to to PART TO _ 7 mark 7:mark _ @@ -12600,13 +12602,13 @@ 1 If if SCONJ IN _ 4 mark 4:mark _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 negotiations negotiation NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 stall stall VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +4 stall stall VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if SpaceAfter=No +5 , , PUNCT , _ 4 punct 4:punct _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 expl 7:expl _ 7 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 like like SCONJ IN _ 10 mark 10:mark _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj|15:nsubj:xsubj _ -10 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:like _ +10 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:like _ 11 to to PART TO _ 12 mark 12:mark _ 12 go go VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 13 ahead ahead ADV RB _ 12 advmod 12:advmod _ @@ -12635,7 +12637,7 @@ # newpar id = email-enronsent00_02-p0016 # text = Attendees: Pam Butler 1 Attendees attendee NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 Pam Pam PROPN NNP Number=Sing 1 list 1:list _ 4 Butler Butler PROPN NNP Number=Sing 3 flat 3:flat _ @@ -12673,12 +12675,12 @@ # sent_id = email-enronsent00_02-0047 # text = I faxed you the promotional on 10300 Heritage Office Building with the Nimitz post office. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 faxed fax VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 faxed fax VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 iobj 2:iobj _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 promotional promotional NOUN NN Number=Sing 2 obj 2:obj _ 6 on on ADP IN _ 10 case 10:case _ -7 10300 10300 NUM CD NumType=Card 10 nummod 10:nummod _ +7 10300 10300 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 8 Heritage Heritage PROPN NNP Number=Sing 10 compound 10:compound _ 9 Office Office PROPN NNP Number=Sing 10 compound 10:compound _ 10 Building Building PROPN NNP Number=Sing 5 nmod 5:nmod:on _ @@ -12693,12 +12695,12 @@ # text = The broker called back shortly after I spoke to you to let me know that the kestrel air park building and the strip center at fm78 & walzem had both sold. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 broker broker NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 called call VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 back back ADP RP _ 3 compound:prt 3:compound:prt _ 5 shortly shortly ADV RB _ 3 advmod 3:advmod _ 6 after after SCONJ IN _ 8 mark 8:mark _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 spoke speak VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:after _ +8 spoke speak VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:after _ 9 to to ADP IN _ 10 case 10:case _ 10 you you PRON PRP Case=Acc|Person=2|PronType=Prs 8 obl 8:obl:to _ 11 to to PART TO _ 12 mark 12:mark _ @@ -12719,7 +12721,7 @@ 26 fm78 fm78 PROPN NNP Number=Sing 24 nmod 24:nmod:at _ 27 & & CCONJ CC _ 28 cc 28:cc _ 28 walzem walzem PROPN NNP Number=Sing 26 conj 24:nmod:at|26:conj _ -29 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 31 aux 31:aux _ +29 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 31 aux 31:aux _ 30 both both ADV RB _ 31 advmod 31:advmod _ 31 sold sell VERB VBN Tense=Past|VerbForm=Part 14 ccomp 14:ccomp SpaceAfter=No 32 . . PUNCT . _ 3 punct 3:punct _ @@ -12731,7 +12733,7 @@ 3 know know VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 what what PRON WP PronType=Int 6 obj 6:obj _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +6 think think VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 7 of of ADP IN _ 9 case 9:case _ 8 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 property property NOUN NN Number=Sing 6 obl 6:obl:of SpaceAfter=No @@ -12740,12 +12742,12 @@ # sent_id = email-enronsent00_02-0050 # text = Also, let me know of any other ideas about replacement property. 1 Also also ADV RB _ 3 advmod 3:advmod SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj 3:obj|5:nsubj:xsubj _ 5 know know VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 of of ADP IN _ 9 case 9:case _ -7 any any DET DT _ 9 det 9:det _ +7 any any DET DT PronType=Ind 9 det 9:det _ 8 other other ADJ JJ Degree=Pos 9 amod 9:amod _ 9 ideas idea NOUN NNS Number=Plur 5 obl 5:obl:of _ 10 about about ADP IN _ 12 case 12:case _ @@ -12778,7 +12780,7 @@ # sent_id = email-enronsent00_02-0054 # text = I tried to calculate the IRR on the port Aransas and Roma post offices. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 tried try VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 calculate calculate VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -12795,16 +12797,16 @@ # sent_id = email-enronsent00_02-0055 # text = Is this how your clients usually evaluate these properties? -1 Is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -2 this this PRON DT Number=Sing|PronType=Dem 1 nsubj 1:nsubj _ -3 how how ADV WRB PronType=Int 7 advmod 7:advmod _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +1 Is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 this this PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ +3 how how ADV WRB PronType=Rel 0 root 0:root|7:advmod _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 clients client NOUN NNS Number=Plur 7 nsubj 7:nsubj _ 6 usually usually ADV RB _ 7 advmod 7:advmod _ -7 evaluate evaluate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp _ +7 evaluate evaluate VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 advcl:relcl 3:advcl:relcl _ 8 these this DET DT Number=Plur|PronType=Dem 9 det 9:det _ 9 properties property NOUN NNS Number=Plur 7 obj 7:obj SpaceAfter=No -10 ? ? PUNCT . _ 1 punct 1:punct _ +10 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent00_02-0056 # text = The Roma deal looks much better. @@ -12813,7 +12815,7 @@ 3 deal deal NOUN NN Number=Sing 4 nsubj 4:nsubj|6:nsubj:xsubj _ 4 looks look VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 much much ADV RB _ 6 advmod 6:advmod _ -6 better better ADJ JJR Degree=Cmp 4 xcomp 4:xcomp SpaceAfter=No +6 better good ADJ JJR Degree=Cmp 4 xcomp 4:xcomp SpaceAfter=No 7 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent00_02-0057 @@ -12831,12 +12833,12 @@ # text = This sounds better than the limitations you were describing in the meeting. 1 This this PRON DT Number=Sing|PronType=Dem 2 nsubj 2:nsubj|3:nsubj:xsubj _ 2 sounds sound VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 better better ADJ JJR Degree=Cmp 2 xcomp 2:xcomp _ +3 better good ADJ JJR Degree=Cmp 2 xcomp 2:xcomp _ 4 than than ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 limitations limitation NOUN NNS Number=Plur 3 obl 3:obl:than _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -8 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +8 were be AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 9 describing describe VERB VBG Tense=Pres|VerbForm=Part 6 acl:relcl 6:acl:relcl _ 10 in in ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -12864,9 +12866,9 @@ # sent_id = newsgroup-groups.google.com_AlaskaTheLastFrontier_e483fe7209d6282b_ENG_20050531_202500-0001 # newpar id = newsgroup-groups.google.com_AlaskaTheLastFrontier_e483fe7209d6282b_ENG_20050531_202500-p0001 # text = Hope you enjoy the posts and feel free to jump in anywhere. -1 Hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 enjoy enjoy VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp _ +3 enjoy enjoy VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 posts post NOUN NNS Number=Plur 3 obj 3:obj _ 6 and and CCONJ CC _ 7 cc 7:cc _ @@ -12881,7 +12883,7 @@ # sent_id = newsgroup-groups.google.com_AlaskaTheLastFrontier_e483fe7209d6282b_ENG_20050531_202500-0002 # newpar id = newsgroup-groups.google.com_AlaskaTheLastFrontier_e483fe7209d6282b_ENG_20050531_202500-p0002 # text = Hope to see you soon! -1 Hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 to to PART TO _ 3 mark 3:mark _ 3 see see VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 obj 3:obj _ @@ -12892,39 +12894,39 @@ # newpar id = newsgroup-groups.google.com_AlaskaTheLastFrontier_e483fe7209d6282b_ENG_20050531_202500-p0003 # text = The Alaskan Knight 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 Alaskan Alaskan PROPN NNP Number=Sing 3 compound 3:compound _ +2 Alaskan Alaskan ADJ NNP Degree=Pos 3 amod 3:amod _ 3 Knight Knight PROPN NNP Number=Sing 0 root 0:root _ # newdoc id = newsgroup-groups.google.com_AllFreeStuff_7ba8b032d12f81df_ENG_20050929_202700 # sent_id = newsgroup-groups.google.com_AllFreeStuff_7ba8b032d12f81df_ENG_20050929_202700-0001 # newpar id = newsgroup-groups.google.com_AllFreeStuff_7ba8b032d12f81df_ENG_20050929_202700-p0001 # text = All you have to do is sign up for one free offer (such as efax) and then cancel within the offer time frame. -1 All all DET DT _ 6 nsubj 6:nsubj _ +1 All all DET DT PronType=Tot 7 nsubj:outer 7:nsubj:outer|20:nsubj:outer _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 4 to to PART TO _ 5 mark 5:mark _ 5 do do VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -7 sign sign VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ +6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +7 sign sign VERB VB VerbForm=Inf 0 root 0:root _ 8 up up ADP RP _ 7 compound:prt 7:compound:prt _ 9 for for ADP IN _ 12 case 12:case _ -10 one one NUM CD NumType=Card 12 nummod 12:nummod _ +10 one one NUM CD NumForm=Word|NumType=Card 12 nummod 12:nummod _ 11 free free ADJ JJ Degree=Pos 12 amod 12:amod _ 12 offer offer NOUN NN Number=Sing 7 obl 7:obl:for _ 13 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No -14 such such ADJ JJ Degree=Pos 16 case 16:case _ +14 such such ADJ JJ Degree=Pos|ExtPos=ADP 16 case 16:case _ 15 as as ADP IN _ 14 fixed 14:fixed _ 16 efax efax NOUN NN Number=Sing 12 nmod 12:nmod:such_as SpaceAfter=No 17 ) ) PUNCT -RRB- _ 16 punct 16:punct _ 18 and and CCONJ CC _ 20 cc 20:cc _ 19 then then ADV RB PronType=Dem 20 advmod 20:advmod _ -20 cancel cancel VERB VB VerbForm=Inf 7 conj 6:ccomp|7:conj:and _ +20 cancel cancel VERB VB VerbForm=Inf 7 conj 0:root|7:conj:and _ 21 within within ADP IN _ 25 case 25:case _ 22 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 23 offer offer NOUN NN Number=Sing 25 compound 25:compound _ 24 time time NOUN NN Number=Sing 25 compound 25:compound _ 25 frame frame NOUN NN Number=Sing 20 obl 20:obl:within SpaceAfter=No -26 . . PUNCT . _ 6 punct 6:punct _ +26 . . PUNCT . _ 7 punct 7:punct _ # sent_id = newsgroup-groups.google.com_AllFreeStuff_7ba8b032d12f81df_ENG_20050929_202700-0002 # text = Absolutely free. @@ -12937,13 +12939,13 @@ # newpar id = newsgroup-groups.google.com_RagnarokOnlineII_aa9a688cad543649_ENG_20051110_012000-p0001 # text = Email: franz371...@gmail.com 1 Email email NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 franz371...@gmail.com franz371...@gmail.com X ADD _ 1 appos 1:appos _ # sent_id = newsgroup-groups.google.com_RagnarokOnlineII_aa9a688cad543649_ENG_20051110_012000-0002 # text = Site made! -1 Site site NOUN NN Number=Sing 2 nsubj 2:nsubj _ -2 made make VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No +1 Site site NOUN NN Number=Sing 2 nsubj:pass 2:nsubj:pass _ +2 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 3 ! ! PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_RagnarokOnlineII_aa9a688cad543649_ENG_20051110_012000-0003 @@ -12954,11 +12956,11 @@ 4 this this PRON DT Number=Sing|PronType=Dem 8 nsubj 8:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 FIRST first ADJ JJ Degree=Pos|NumType=Ord 8 amod 8:amod _ +7 FIRST first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 8 amod 8:amod _ 8 site site NOUN NN Number=Sing 3 ccomp 3:ccomp _ -9 of of ADP IN _ 11 case 11:case _ -10 ragnarok ragnarok PROPN NNP Number=Sing 11 compound 11:compound _ -11 2 2 PROPN NNP Number=Sing 8 nmod 8:nmod:of _ +9 of of ADP IN _ 10 case 10:case _ +10 ragnarok Ragnarok PROPN NNP Number=Sing 8 nmod 8:nmod:of _ +11 2 2 NUM NNP NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 12 hahaha hahaha INTJ UH _ 3 discourse 3:discourse _ 13 since since SCONJ IN _ 17 mark 17:mark _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -12967,7 +12969,7 @@ 17 new new ADJ JJ Degree=Pos 18 advcl 18:advcl:since _ 18 send send VERB VB Mood=Imp|VerbForm=Fin 3 parataxis 3:parataxis _ 19 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 18 iobj 18:iobj _ -20 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 suggestions suggestion NOUN NNS Number=Plur 18 obj 18:obj _ 22 and and CCONJ CC _ 23 cc 23:cc _ 23 comments comment NOUN NNS Number=Plur 21 conj 18:obj|21:conj:and _ @@ -12981,29 +12983,29 @@ # newpar id = newsgroup-groups.google.com_alt.animals.cat_0c8ba71c3cca7699_ENG_20040617_035200-p0001 # text = Email: davidr...@optonline.net 1 Email email NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 davidr...@optonline.net davidr...@optonline.net X ADD _ 1 appos 1:appos _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_0c8ba71c3cca7699_ENG_20040617_035200-0002 # text = Groups: alt.animals.breeders.rabbits, alt.animals.cat, alt.animals.crab, alt.animals.dog, alt.animals.dogs.collies.open-forum, alt.animals.dolphins, alt.animals.eagle.bald, alt.animals.ethics.vegetarian, alt.animals.falcon 1 Groups group NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 alt.animals.breeders.rabbits alt.animals.breeders.rabbits NOUN NN Number=Sing 1 appos 1:appos SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ 5 alt.animals.cat alt.animals.cat NOUN NN Number=Sing 3 list 3:list SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 alt.animals.crab alt.animals.crab NOUN NN Number=Sing 5 list 5:list SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 9 punct 9:punct _ 9 alt.animals.dog alt.animals.dog NOUN NN Number=Sing 7 list 7:list SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 alt.animals.dogs.collies.open-forum alt.animals.dogs.collies.open-forum NOUN NN Number=Sing 9 list 9:list SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ +12 , , PUNCT , _ 13 punct 13:punct _ 13 alt.animals.dolphins alt.animals.dolphins NOUN NN Number=Sing 11 list 11:list SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ +14 , , PUNCT , _ 15 punct 15:punct _ 15 alt.animals.eagle.bald alt.animals.eagle.bald NOUN NN Number=Sing 13 list 13:list SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ +16 , , PUNCT , _ 17 punct 17:punct _ 17 alt.animals.ethics.vegetarian alt.animals.ethics.vegetarian NOUN NN Number=Sing 15 list 15:list SpaceAfter=No -18 , , PUNCT , _ 17 punct 17:punct _ +18 , , PUNCT , _ 19 punct 19:punct _ 19 alt.animals.falcon alt.animals.falcon NOUN NN Number=Sing 17 list 17:list _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_0c8ba71c3cca7699_ENG_20040617_035200-0003 @@ -13012,7 +13014,7 @@ 1 This this DET DT Number=Sing|PronType=Dem 2 det 2:det _ 2 message message NOUN NN Number=Sing 4 nsubj:pass 4:nsubj:pass _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ -4 cancelled cancel VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 cancelled cancel VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 from from ADP IN _ 7 case 7:case _ 6 within within ADP IN _ 7 case 7:case _ 7 Mozilla Mozilla PROPN NNP Number=Sing 4 obl 4:obl:within SpaceAfter=No @@ -13023,16 +13025,16 @@ # newpar id = newsgroup-groups.google.com_APassionforRats_13b309ec29808aeb_ENG_20050523_143400-p0001 # text = I took a tip from Carri and looked up Rat ASCII's on Google. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|8:nsubj _ -2 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 took take VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 tip tip NOUN NN Number=Sing 2 obj 2:obj _ 5 from from ADP IN _ 6 case 6:case _ 6 Carri Carri PROPN NNP Number=Sing 2 obl 2:obl:from _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 looked look VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +8 looked look VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 9 up up ADP RP _ 8 compound:prt 8:compound:prt _ 10 Rat rat NOUN NN Number=Sing 11 compound 11:compound _ -11 ASCII's ascii' NOUN NNS Number=Plur 8 obj 8:obj _ +11 ASCII's ASCII PROPN NNPS Number=Plur 8 obj 8:obj _ 12 on on ADP IN _ 13 case 13:case _ 13 Google Google PROPN NNP Number=Sing 8 obl 8:obl:on SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ @@ -13051,7 +13053,7 @@ 2 ... ... PUNCT , _ 4 punct 4:punct SpaceAfter=No 3 there there PRON EX _ 4 expl 4:expl _ 4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 no no DET DT _ 6 det 6:det _ +5 no no DET DT PronType=Neg 6 det 6:det _ 6 companion companion NOUN NN Number=Sing 4 nsubj 4:nsubj _ 7 quite quite ADV RB _ 9 advmod 9:advmod _ 8 so so ADV RB _ 9 advmod 9:advmod _ @@ -13083,7 +13085,7 @@ 1 for for ADP IN _ 2 case 2:case _ 2 Books book NOUN NNS Number=Plur 0 root 0:root|4:nsubj _ 3 that that PRON WDT PronType=Rel 4 nsubj 2:ref _ -4 Speak speak VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 Speak speak VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 for for ADP IN _ 6 case 6:case _ 6 Themselves themselves PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes 4 obl 4:obl:for SpaceAfter=No 7 .... .... PUNCT , _ 2 punct 2:punct _ @@ -13102,7 +13104,7 @@ 2 visit visit VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 3 irc irc NOUN NN Number=Sing 4 compound 4:compound _ 4 server server NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -5 : : PUNCT : _ 4 punct 4:punct _ +5 : : PUNCT : _ 6 punct 6:punct _ 6 irc.yankeedot.net irc.yankeedot.net X ADD _ 4 appos 4:appos _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 join join VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ @@ -13129,7 +13131,7 @@ 6 science science NOUN NN Number=Sing 7 compound 7:compound _ 7 fiction fiction NOUN NN Number=Sing 4 conj 2:nmod:of|4:conj:and _ 8 and and CCONJ CC _ 10 cc 10:cc _ -9 best best ADJ JJS Degree=Sup 10 amod 10:amod _ +9 best good ADJ JJS Degree=Sup 10 amod 10:amod _ 10 sellers seller NOUN NNS Number=Plur 4 conj 2:nmod:of|4:conj:and SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ @@ -13140,7 +13142,7 @@ 1 for for ADP IN _ 2 case 2:case _ 2 Books book NOUN NNS Number=Plur 0 root 0:root|4:nsubj _ 3 that that PRON WDT PronType=Rel 4 nsubj 2:ref _ -4 Speak speak VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 Speak speak VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 for for ADP IN _ 6 case 6:case _ 6 Themselves themselves PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes 4 obl 4:obl:for SpaceAfter=No 7 .... .... PUNCT , _ 2 punct 2:punct _ @@ -13159,7 +13161,7 @@ 2 visit visit VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 3 irc irc NOUN NN Number=Sing 4 compound 4:compound _ 4 server server NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -5 : : PUNCT : _ 4 punct 4:punct _ +5 : : PUNCT : _ 6 punct 6:punct _ 6 irc.yankeedot.net irc.yankeedot.net X ADD _ 4 appos 4:appos _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 join join VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ @@ -13183,7 +13185,7 @@ 26 science science NOUN NN Number=Sing 27 compound 27:compound _ 27 fiction fiction NOUN NN Number=Sing 24 conj 22:nmod:of|24:conj:and _ 28 and and CCONJ CC _ 30 cc 30:cc _ -29 best best ADV RBS Degree=Sup 30 advmod 30:advmod _ +29 best well ADV RBS Degree=Sup 30 advmod 30:advmod _ 30 sellers seller NOUN NNS Number=Plur 24 conj 22:nmod:of|24:conj:and SpaceAfter=No 31 . . PUNCT . _ 22 punct 22:punct _ @@ -13191,22 +13193,22 @@ # sent_id = newsgroup-groups.google.com_IndiaNewsWindow_434225fff269b2af_ENG_20051109_074500-0001 # newpar id = newsgroup-groups.google.com_IndiaNewsWindow_434225fff269b2af_ENG_20051109_074500-p0001 # text = Based on specific intelligence inputs, Army arrested Ghulam Mohiuddin Lone, a LeT man, from Doda district. -1 Based base VERB VBN Tense=Past|VerbForm=Part 5 case 5:case _ +1 Based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 case 5:case _ 2 on on ADP IN _ 5 case 5:case _ 3 specific specific ADJ JJ Degree=Pos 5 amod 5:amod _ 4 intelligence intelligence NOUN NN Number=Sing 5 compound 5:compound _ 5 inputs input NOUN NNS Number=Plur 8 obl 8:obl:on SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 Army army NOUN NN Number=Sing 8 nsubj 8:nsubj _ -8 arrested arrest VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 arrested arrest VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 Ghulam Ghulam PROPN NNP Number=Sing 8 obj 8:obj _ 10 Mohiuddin Mohiuddin PROPN NNP Number=Sing 9 flat 9:flat _ 11 Lone Lone PROPN NNP Number=Sing 9 flat 9:flat SpaceAfter=No -12 , , PUNCT , _ 9 punct 9:punct _ +12 , , PUNCT , _ 15 punct 15:punct _ 13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 14 LeT LeT PROPN NNP Number=Sing 15 compound 15:compound _ 15 man man NOUN NN Number=Sing 9 appos 9:appos SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ +16 , , PUNCT , _ 19 punct 19:punct _ 17 from from ADP IN _ 19 case 19:case _ 18 Doda Doda PROPN NNP Number=Sing 19 compound 19:compound _ 19 district district NOUN NN Number=Sing 15 nmod 15:nmod:from SpaceAfter=No @@ -13218,18 +13220,18 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 preliminary preliminary ADJ JJ Degree=Pos 4 amod 4:amod _ 4 interrogation interrogation NOUN NN Number=Sing 8 obl 8:obl:during SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 Lone Lone PROPN NNP Number=Sing 8 nsubj 8:nsubj|16:nsubj _ 7 ' ' PUNCT `` _ 8 punct 8:punct SpaceAfter=No -8 confessed confess VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +8 confessed confess VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 9 ' ' PUNCT '' _ 8 punct 8:punct _ -10 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 involvement involvement NOUN NN Number=Sing 8 obj 8:obj _ 12 in in ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 blasts blast NOUN NNS Number=Plur 11 nmod 11:nmod:in _ 15 and and CCONJ CC _ 16 cc 16:cc _ -16 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 conj 8:conj:and _ +16 gave give VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 conj 8:conj:and _ 17 several several ADJ JJ Degree=Pos 19 amod 19:amod _ 18 vital vital ADJ JJ Degree=Pos 19 amod 19:amod _ 19 clues clue NOUN NNS Number=Plur 16 obj 16:obj SpaceAfter=No @@ -13239,7 +13241,7 @@ # text = The India Diaries 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 India India PROPN NNP Number=Sing 3 compound 3:compound _ -3 Diaries Diaries PROPN NNPS Number=Plur 0 root 0:root _ +3 Diaries Diary PROPN NNPS Number=Plur 0 root 0:root _ # newdoc id = newsgroup-groups.google.com_CaptSpasticsJokes_4c06327c7fb39291_ENG_20050727_125600 # sent_id = newsgroup-groups.google.com_CaptSpasticsJokes_4c06327c7fb39291_ENG_20050727_125600-0001 @@ -13257,7 +13259,7 @@ # sent_id = newsgroup-groups.google.com_CaptSpasticsJokes_4c06327c7fb39291_ENG_20050727_125600-0002 # text = He-he. 1 He he INTJ UH _ 0 root 0:root SpaceAfter=No -2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 3 he he INTJ UH _ 1 discourse 1:discourse SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ @@ -13277,7 +13279,7 @@ 5 Joke Joke PROPN NNP Number=Sing 6 compound 6:compound _ 6 List List PROPN NNP Number=Sing 1 obj 1:obj _ 7 for for ADP IN _ 10 case 10:case _ -8 all all DET PDT _ 10 det:predet 10:det:predet _ +8 all all DET PDT PronType=Tot 10 det:predet 10:det:predet _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 information information NOUN NN Number=Sing 1 obl 1:obl:for _ 11 and and CCONJ CC _ 12 cc 12:cc _ @@ -13292,7 +13294,7 @@ 2-3 Spastic's _ _ _ _ _ _ _ _ 2 Spastic Spastic PROPN NNP Number=Sing 5 nmod:poss 5:nmod:poss _ 3 's 's PART POS _ 2 case 2:case _ -4 Demented Demented PROPN NNP Number=Sing 5 compound 5:compound _ +4 Demented Demented ADJ NNP Degree=Pos 5 amod 5:amod _ 5 World World PROPN NNP Number=Sing 7 nsubj:pass 7:nsubj:pass _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ 7 located locate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ @@ -13307,8 +13309,8 @@ # sent_id = newsgroup-groups.google.com_CaptSpasticsJokes_4c06327c7fb39291_ENG_20050727_125600-0007 # text = 39K Download -1 39 39 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -2 K k NOUN NN Number=Sing 3 compound 3:compound _ +1 39 39 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No +2 K K NOUN NN Number=Sing 3 compound 3:compound _ 3 Download download NOUN NN Number=Sing 0 root 0:root _ # newdoc id = newsgroup-groups.google.com_alt.animals_114e091e6bc84ab3_ENG_20040706_240600 @@ -13316,11 +13318,11 @@ # newpar id = newsgroup-groups.google.com_alt.animals_114e091e6bc84ab3_ENG_20040706_240600-p0001 # text = $5250 Deposited Directly to your PayPal account! 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 5250 5250 NUM CD NumType=Card 1 nummod 1:nummod _ -3 Deposited deposit VERB VBN Tense=Past|VerbForm=Part 1 advcl 1:advcl _ +2 5250 5250 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ +3 Deposited deposit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 acl 1:acl _ 4 Directly directly ADV RB _ 3 advmod 3:advmod _ 5 to to ADP IN _ 8 case 8:case _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 PayPal PayPal PROPN NNP Number=Sing 8 compound 8:compound _ 8 account account NOUN NN Number=Sing 3 obl 3:obl:to SpaceAfter=No 9 ! ! PUNCT . _ 1 punct 1:punct _ @@ -13328,7 +13330,7 @@ # sent_id = newsgroup-groups.google.com_alt.animals_114e091e6bc84ab3_ENG_20040706_240600-0002 # text = Try our ultimate program that will generate a blast of $10 and $8 payments deposited directly to your PayPal account. 1 Try try VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 3 ultimate ultimate ADJ JJ Degree=Pos 4 amod 4:amod _ 4 program program NOUN NN Number=Sing 1 obj 1:obj|7:nsubj _ 5 that that PRON WDT PronType=Rel 7 nsubj 4:ref _ @@ -13338,42 +13340,42 @@ 9 blast blast NOUN NN Number=Sing 7 obj 7:obj _ 10 of of ADP IN _ 16 case 16:case _ 11 $ $ SYM $ _ 16 compound 16:compound SpaceAfter=No -12 10 10 NUM CD NumType=Card 11 nummod 11:nummod _ +12 10 10 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 $ $ SYM $ _ 11 conj 11:conj:and|16:compound SpaceAfter=No -15 8 8 NUM CD NumType=Card 14 nummod 14:nummod _ +15 8 8 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 16 payments payment NOUN NNS Number=Plur 9 nmod 9:nmod:of _ -17 deposited deposit VERB VBN Tense=Past|VerbForm=Part 16 acl 16:acl _ +17 deposited deposit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 acl 16:acl _ 18 directly directly ADV RB _ 17 advmod 17:advmod _ 19 to to ADP IN _ 22 case 22:case _ -20 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +20 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 21 PayPal PayPal PROPN NNP Number=Sing 22 compound 22:compound _ 22 account account NOUN NN Number=Sing 17 obl 17:obl:to SpaceAfter=No 23 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_114e091e6bc84ab3_ENG_20040706_240600-0003 # text = All you have to do is become a member and watch your earnings grow! -1 All all DET DT _ 6 nsubj 6:nsubj _ +1 All all DET DT PronType=Tot 7 nsubj:outer 7:nsubj:outer _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 4 to to PART TO _ 5 mark 5:mark _ 5 do do VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -7 become become VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ +6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +7 become become VERB VB VerbForm=Inf 0 root 0:root _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 member member NOUN NN Number=Sing 7 xcomp 7:xcomp _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 watch watch VERB VB VerbForm=Inf 9 conj 7:xcomp|9:conj:and _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ -13 earnings earnings NOUN NNS Number=Plur 14 nsubj 14:nsubj _ -14 grow grow VERB VB VerbForm=Inf 11 ccomp 11:ccomp SpaceAfter=No -15 ! ! PUNCT . _ 6 punct 6:punct _ +11 watch watch VERB VB VerbForm=Inf 7 conj 7:conj:and _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +13 earnings earnings NOUN NNS Number=Plur 11 obj 11:obj|14:nsubj:xsubj _ +14 grow grow VERB VB VerbForm=Inf 11 xcomp 11:xcomp SpaceAfter=No +15 ! ! PUNCT . _ 7 punct 7:punct _ # newdoc id = newsgroup-groups.google.com_DorothyofOz_7933f288ff583a7f_ENG_20050607_240200 # sent_id = newsgroup-groups.google.com_DorothyofOz_7933f288ff583a7f_ENG_20050607_240200-0001 # newpar id = newsgroup-groups.google.com_DorothyofOz_7933f288ff583a7f_ENG_20050607_240200-p0001 # text = Thank you for helping us to sell out of our first issue, now let your friends and local news organizations know that a delicious reprint, with a hot spanking new cover by Greg Mannino, is available for order on our website. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 1 obj 1:obj _ 3 for for SCONJ IN _ 4 mark 4:mark _ 4 helping help VERB VBG VerbForm=Ger 1 advcl 1:advcl:for _ @@ -13382,13 +13384,13 @@ 7 sell sell VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 8 out out ADP RP _ 7 compound:prt 7:compound:prt _ 9 of of ADP IN _ 12 case 12:case _ -10 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ -11 first first ADJ JJ Degree=Pos|NumType=Ord 12 amod 12:amod _ +10 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 12 amod 12:amod _ 12 issue issue NOUN NN Number=Sing 7 obl 7:obl:of SpaceAfter=No -13 , , PUNCT , _ 1 punct 1:punct _ +13 , , PUNCT , _ 15 punct 15:punct _ 14 now now ADV RB _ 15 advmod 15:advmod _ 15 let let VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ -16 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 friends friend NOUN NNS Number=Plur 15 obj 15:obj|22:nsubj:xsubj _ 18 and and CCONJ CC _ 21 cc 21:cc _ 19 local local ADJ JJ Degree=Pos 21 amod 21:amod _ @@ -13399,7 +13401,7 @@ 24 a a DET DT Definite=Ind|PronType=Art 26 det 26:det _ 25 delicious delicious ADJ JJ Degree=Pos 26 amod 26:amod _ 26 reprint reprint NOUN NN Number=Sing 39 nsubj 39:nsubj SpaceAfter=No -27 , , PUNCT , _ 26 punct 26:punct _ +27 , , PUNCT , _ 33 punct 33:punct _ 28 with with ADP IN _ 33 case 33:case _ 29 a a DET DT Definite=Ind|PronType=Art 33 det 33:det _ 30 hot hot ADJ JJ Degree=Pos 33 amod 33:amod _ @@ -13409,13 +13411,13 @@ 34 by by ADP IN _ 35 case 35:case _ 35 Greg Greg PROPN NNP Number=Sing 33 nmod 33:nmod:by _ 36 Mannino Mannino PROPN NNP Number=Sing 35 flat 35:flat SpaceAfter=No -37 , , PUNCT , _ 39 punct 39:punct _ +37 , , PUNCT , _ 26 punct 26:punct _ 38 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 39 cop 39:cop _ 39 available available ADJ JJ Degree=Pos 22 ccomp 22:ccomp _ 40 for for ADP IN _ 41 case 41:case _ 41 order order NOUN NN Number=Sing 39 obl 39:obl:for _ 42 on on ADP IN _ 44 case 44:case _ -43 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 44 nmod:poss 44:nmod:poss _ +43 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 44 nmod:poss 44:nmod:poss _ 44 website website NOUN NN Number=Sing 39 obl 39:obl:on SpaceAfter=No 45 . . PUNCT . _ 1 punct 1:punct _ @@ -13441,21 +13443,21 @@ 9 for for SCONJ IN _ 10 mark 10:mark _ 10 compiling compile VERB VBG VerbForm=Ger 8 acl 8:acl:for _ 11 statistics statistics NOUN NNS Number=Plur 10 obj 10:obj _ -12 - - PUNCT , _ 8 punct 8:punct _ +12 - - PUNCT , _ 30 punct 30:punct _ 13 and and CCONJ CC _ 30 cc 30:cc _ -14 according accord VERB VBG VerbForm=Ger 19 case 19:case _ +14 according accord VERB VBG ExtPos=ADP|VerbForm=Ger 19 case 19:case _ 15 to to ADP IN _ 14 fixed 14:fixed _ 16 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 17 World World PROPN NNP Number=Sing 19 compound 19:compound _ 18 Conservation Conservation PROPN NNP Number=Sing 19 compound 19:compound _ -19 Union Union PROPN NNP Number=Sing 30 obl 30:obl:accord_to _ +19 Union Union PROPN NNP Number=Sing 30 obl 30:obl:according_to _ 20 ( ( PUNCT -LRB- _ 21 punct 21:punct SpaceAfter=No 21 IUCN IUCN PROPN NNP Number=Sing 19 appos 19:appos SpaceAfter=No 22 ) ) PUNCT -RRB- _ 21 punct 21:punct SpaceAfter=No -23 , , PUNCT , _ 30 punct 30:punct _ +23 , , PUNCT , _ 19 punct 19:punct _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 year year NOUN NN Number=Sing 30 nsubj 30:nsubj _ -26 2003 2003 NUM CD NumType=Card 25 appos 25:appos _ +26 2003 2003 NUM CD NumForm=Digit|NumType=Card 25 appos 25:appos _ 27 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 30 aux 30:aux _ 28 been be AUX VBN Tense=Past|VerbForm=Part 30 cop 30:cop _ 29 bad bad ADJ JJ Degree=Pos 30 amod 30:amod _ @@ -13465,12 +13467,12 @@ 33 and and CCONJ CC _ 35 cc 35:cc _ 34 non-human non-human ADJ JJ Degree=Pos 35 amod 35:amod _ 35 animals animal NOUN NNS Number=Plur 32 conj 30:nmod:for|32:conj:and SpaceAfter=No -36 , , PUNCT , _ 30 punct 30:punct _ -37 with with SCONJ IN _ 41 case 41:case _ +36 , , PUNCT , _ 41 punct 41:punct _ +37 with with SCONJ IN _ 41 mark 41:mark _ 38 many many ADJ JJ Degree=Pos 39 amod 39:amod _ 39 species species NOUN NNS Number=Plur 41 nsubj 41:nsubj _ 40 now now ADV RB _ 41 advmod 41:advmod _ -41 closer closer ADJ JJR Degree=Cmp 30 obl 30:obl:with _ +41 closer close ADJ JJR Degree=Cmp 30 acl 30:acl:with _ 42 to to ADP IN _ 43 case 43:case _ 43 extinction extinction NOUN NN Number=Sing 41 obl 41:obl:to _ 44 than than ADP IN _ 46 case 46:case _ @@ -13497,7 +13499,7 @@ 2 to to PART TO _ 3 mark 3:mark _ 3 let let VERB VB VerbForm=Inf 9 parataxis 9:parataxis _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 obj 3:obj|6:nsubj:xsubj _ -5 all all DET DT _ 4 det 4:det _ +5 all all DET DT PronType=Tot 4 det 4:det _ 6 know know VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 7 Matt Matt PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 8 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ @@ -13505,10 +13507,10 @@ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 booking booking NOUN NN Number=Sing 17 nsubj 17:nsubj _ 12 for for ADP IN _ 14 case 14:case _ -13 3rd 3rd NOUN NN Number=Sing 14 nummod 14:nummod _ -14 Dec Dec PROPN NNP Number=Sing 11 nmod 11:nmod:for _ -15 i be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ -16 s s X GW _ 15 goeswith 15:goeswith _ +13 3rd 3rd NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 14 nummod 14:nummod _ +14 Dec December PROPN NNP Abbr=Yes|Number=Sing 11 nmod 11:nmod:for _ +15 i be AUX GW Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 17 cop 17:cop _ +16 s _ X VBZ _ 15 goeswith 15:goeswith _ 17 OK ok ADJ JJ Degree=Pos 9 ccomp 9:ccomp SpaceAfter=No 18 . . PUNCT . _ 9 punct 9:punct _ @@ -13522,15 +13524,15 @@ 6 pay pay VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 £ £ SYM $ _ 6 obj 6:obj SpaceAfter=No -9 15 15 NUM CD NumType=Card 8 nummod 8:nummod _ -10 each each DET DT _ 8 nmod:npmod 8:nmod:npmod _ +9 15 15 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ +10 each each DET DT PronType=Tot 8 nmod:npmod 8:nmod:npmod _ 11 up up ADV RB _ 12 advmod 12:advmod _ 12 front front ADV RB _ 6 advmod 6:advmod _ 13 so so ADV RB _ 17 advmod 17:advmod _ -14 woul would X GW _ 17 aux 17:aux _ -15 d would AUX MD VerbForm=Fin 14 goeswith 14:goeswith _ +14 woul would AUX GW Typo=Yes|VerbForm=Fin 17 aux 17:aux _ +15 d _ X MD _ 14 goeswith 14:goeswith _ 16 be be AUX VB VerbForm=Inf 17 cop 17:cop _ -17 grateful grateful ADJ JJ Degree=Pos 4 conj 4:conj _ +17 grateful grateful ADJ JJ Degree=Pos 4 parataxis 4:parataxis _ 18 if if SCONJ IN _ 21 mark 21:mark _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 21 nsubj 21:nsubj _ 20 could could AUX MD VerbForm=Fin 21 aux 21:aux _ @@ -13542,8 +13544,8 @@ 26 as as ADV RB _ 27 advmod 27:advmod _ 27 soon soon ADV RB Degree=Pos 21 advmod 21:advmod _ 28 as as SCONJ IN _ 29 mark 29:mark _ -29 poss poss X GW _ 27 advcl 27:advcl:as _ -30 ible ible ADJ JJ Degree=Pos 29 goeswith 29:goeswith SpaceAfter=No +29 poss possible ADJ GW Degree=Pos|Typo=Yes 27 advcl 27:advcl:as _ +30 ible _ X JJ _ 29 goeswith 29:goeswith SpaceAfter=No 31 . . PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_AgeingMonkeys_37131d1864a0b950_ENG_20051114_080100-0003 @@ -13556,7 +13558,7 @@ 1 See see VERB VB VerbForm=Inf 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 climbing climb VERB VBG VerbForm=Ger 1 advcl 1:advcl _ -4 later later ADV RB _ 1 advmod 1:advmod _ +4 later late ADV RBR Degree=Cmp 1 advmod 1:advmod _ # sent_id = newsgroup-groups.google.com_AgeingMonkeys_37131d1864a0b950_ENG_20051114_080100-0005 # newpar id = newsgroup-groups.google.com_AgeingMonkeys_37131d1864a0b950_ENG_20051114_080100-p0003 @@ -13568,7 +13570,7 @@ # newpar id = newsgroup-groups.google.com_AlexandrianReligiousStudies_ebcd97e243c4440b_ENG_20051021_201800-p0001 # text = I apologize for the following inconvenience, but I have decided to move this group to Yahoo, so that we can post files and photos and other useful things. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 apologize apologize VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 apologize apologize VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 for for ADP IN _ 6 case 6:case _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 following follow VERB VBG VerbForm=Ger 6 amod 6:amod _ @@ -13576,7 +13578,7 @@ 7 , , PUNCT , _ 11 punct 11:punct _ 8 but but CCONJ CC _ 11 cc 11:cc _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj|13:nsubj:xsubj _ -10 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 decided decide VERB VBN Tense=Past|VerbForm=Part 2 conj 2:conj:but _ 12 to to PART TO _ 13 mark 13:mark _ 13 move move VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ @@ -13584,7 +13586,7 @@ 15 group group NOUN NN Number=Sing 13 obj 13:obj _ 16 to to ADP IN _ 17 case 17:case _ 17 Yahoo Yahoo PROPN NNP Number=Sing 13 obl 13:obl:to SpaceAfter=No -18 , , PUNCT , _ 13 punct 13:punct _ +18 , , PUNCT , _ 23 punct 23:punct _ 19 so so SCONJ IN _ 23 mark 23:mark _ 20 that that SCONJ IN _ 19 fixed 19:fixed _ 21 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 23 nsubj 23:nsubj _ @@ -13604,27 +13606,27 @@ 1 So so ADV RB _ 3 advmod 3:advmod _ 2 please please INTJ UH _ 3 discourse 3:discourse _ 3 update update VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -4 whatever whatever PRON WP PronType=Int 3 obj 3:obj _ +4 whatever whatever PRON WP PronType=Rel 3 obj 3:obj _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ -7 to to PART TO _ 6 xcomp 6:xcomp _ +6 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +7 to to PART TO _ 6 xcomp 6:xcomp Promoted=Yes 8 and and CCONJ CC _ 9 cc 9:cc _ 9 go go VERB VB Mood=Imp|VerbForm=Fin 3 conj 3:conj:and _ -10 to to ADP IN _ 9 obl 9:obl _ +10 to to ADP IN _ 9 obl 9:obl Promoted=Yes # sent_id = newsgroup-groups.google.com_AlexandrianReligiousStudies_ebcd97e243c4440b_ENG_20051021_201800-0003 # newpar id = newsgroup-groups.google.com_AlexandrianReligiousStudies_ebcd97e243c4440b_ENG_20051021_201800-p0002 # text = Again I apologize, but it'll be better over there. 1 Again again ADV RB _ 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 apologize apologize VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 apologize apologize VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 4 , , PUNCT , _ 9 punct 9:punct _ 5 but but CCONJ CC _ 9 cc 9:cc _ 6-7 it'll _ _ _ _ _ _ _ _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 7 'll will AUX MD VerbForm=Fin 9 aux 9:aux _ 8 be be AUX VB VerbForm=Inf 9 cop 9:cop _ -9 better better ADJ JJR Degree=Cmp 3 conj 3:conj:but _ +9 better good ADJ JJR Degree=Cmp 3 conj 3:conj:but _ 10 over over ADV RB _ 11 advmod 11:advmod _ 11 there there ADV RB PronType=Dem 9 advmod 9:advmod SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ @@ -13641,57 +13643,57 @@ # newpar id = newsgroup-groups.google.com_RagnarokOnlineII_acbece2a311cfb3c_ENG_20051119_076100-p0001 # text = Email: franz371...@gmail.com 1 Email email NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 franz371...@gmail.com franz371...@gmail.com X ADD _ 1 appos 1:appos _ # sent_id = newsgroup-groups.google.com_RagnarokOnlineII_acbece2a311cfb3c_ENG_20051119_076100-0002 # text = lol, last news message came out kinda weird, i was trying to browse the japanese website while i changed the text iwas supposed to put up but i ran out of time so there are no real pictures yet... but i'll add the links soon sry. 1 lol lol INTJ UH _ 6 discourse 6:discourse SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 last last ADJ JJ Degree=Pos 5 amod 5:amod _ 4 news news NOUN NN Number=Sing 5 compound 5:compound _ 5 message message NOUN NN Number=Sing 6 nsubj 6:nsubj|9:nsubj:xsubj _ -6 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 out out ADV RP _ 6 compound:prt 6:compound:prt _ 8 kinda kinda ADV RB _ 9 advmod 9:advmod _ 9 weird weird ADJ JJ Degree=Pos 6 xcomp 6:xcomp SpaceAfter=No -10 , , PUNCT , _ 6 punct 6:punct _ -11 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ +10 , , PUNCT , _ 13 punct 13:punct _ +11 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 13 trying try VERB VBG VerbForm=Ger 6 parataxis 6:parataxis _ 14 to to PART TO _ 15 mark 15:mark _ 15 browse browse VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -17 japanese japanese ADJ JJ Degree=Pos 18 amod 18:amod _ +17 japanese Japanese ADJ JJ Degree=Pos 18 amod 18:amod _ 18 website website NOUN NN Number=Sing 15 obj 15:obj _ 19 while while SCONJ IN _ 21 mark 21:mark _ -20 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ -21 changed change VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 advcl 15:advcl:while _ +20 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ +21 changed change VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 15 advcl 15:advcl:while _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 text text NOUN NN Number=Sing 21 obj 21:obj _ -24 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 26 nsubj 26:nsubj|28:nsubj:xsubj SpaceAfter=No -25 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 26 aux 26:aux _ -26 supposed suppose VERB VBN Tense=Past|VerbForm=Part 23 acl:relcl 23:acl:relcl _ +24 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 26 nsubj:pass 26:nsubj:pass|28:nsubj:xsubj CorrectSpaceAfter=Yes|SpaceAfter=No +25 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 26 aux:pass 26:aux:pass _ +26 supposed suppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 acl:relcl 23:acl:relcl _ 27 to to PART TO _ 28 mark 28:mark _ 28 put put VERB VB VerbForm=Inf 26 xcomp 26:xcomp _ 29 up up ADV RB _ 28 advmod 28:advmod _ 30 but but CCONJ CC _ 32 cc 32:cc _ -31 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 32 nsubj 32:nsubj _ -32 ran run VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 conj 13:conj:but _ +31 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 32 nsubj 32:nsubj _ +32 ran run VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 13 conj 13:conj:but _ 33 out out ADP RP _ 32 compound:prt 32:compound:prt _ 34 of of ADP IN _ 35 case 35:case _ 35 time time NOUN NN Number=Sing 32 obl 32:obl:of _ 36 so so ADV RB _ 38 advmod 38:advmod _ 37 there there PRON EX _ 38 expl 38:expl _ -38 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 32 conj 32:conj _ -39 no no DET DT _ 41 det 41:det _ +38 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 32 parataxis 32:parataxis _ +39 no no DET DT PronType=Neg 41 det 41:det _ 40 real real ADJ JJ Degree=Pos 41 amod 41:amod _ 41 pictures picture NOUN NNS Number=Plur 38 nsubj 38:nsubj _ 42 yet yet ADV RB _ 38 advmod 38:advmod SpaceAfter=No -43 ... ... PUNCT , _ 13 punct 13:punct _ +43 ... ... PUNCT , _ 47 punct 47:punct _ 44 but but CCONJ CC _ 47 cc 47:cc _ 45-46 i'll _ _ _ _ _ _ _ _ -45 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 47 nsubj 47:nsubj _ +45 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 47 nsubj 47:nsubj _ 46 'll will AUX MD VerbForm=Fin 47 aux 47:aux _ 47 add add VERB VB VerbForm=Inf 13 conj 13:conj:but _ 48 the the DET DT Definite=Def|PronType=Art 49 det 49:det _ @@ -13711,14 +13713,14 @@ 1 Dan Dan PROPN NNP Number=Sing 7 vocative 7:vocative _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 3 for for ADP IN _ 4 case 4:case _ -4 one one NUM CD NumType=Card 7 obl 7:obl:for _ +4 one one NUM CD NumForm=Word|NumType=Card 7 obl 7:obl:for _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 6 very very ADV RB _ 7 advmod 7:advmod _ 7 happy happy ADJ JJ Degree=Pos 0 root 0:root _ 8 to to PART TO _ 9 mark 9:mark _ 9 hear hear VERB VB VerbForm=Inf 7 advcl 7:advcl:to _ 10 about about SCONJ IN _ 12 mark 12:mark _ -11 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nsubj 12:nsubj|13:nsubj:xsubj _ +11 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nsubj 12:nsubj|13:nsubj:xsubj _ 12 quitting quit VERB VBG VerbForm=Ger 9 advcl 9:advcl:about _ 13 smoking smoking NOUN NN Number=Sing 12 xcomp 12:xcomp SpaceAfter=No 14 . . PUNCT . _ 7 punct 7:punct _ @@ -13727,7 +13729,7 @@ # text = I've never been a smoker & am a very strong anti-smoker, but I'm an over-eater & so I know how hard it is to change a habit. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj|12:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 3 never never ADV RB _ 6 advmod 6:advmod _ 4 been be AUX VBN Tense=Past|VerbForm=Part 6 cop 6:cop _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -13742,14 +13744,14 @@ 14 but but CCONJ CC _ 18 cc 18:cc _ 15-16 I'm _ _ _ _ _ _ _ _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -16 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ +16 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 17 an a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 18 over-eater over-eater NOUN NN Number=Sing 6 conj 6:conj:but _ 19 & & CCONJ CC _ 22 cc 22:cc _ 20 so so ADV RB _ 22 advmod 22:advmod _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -22 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 conj 18:conj _ -23 how how SCONJ WRB PronType=Int 24 mark 24:mark _ +22 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 18 conj 18:conj _ +23 how how ADV WRB PronType=Int 24 advmod 24:advmod _ 24 hard hard ADJ JJ Degree=Pos 22 ccomp 22:ccomp _ 25 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 24 expl 24:expl _ 26 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ @@ -13777,7 +13779,7 @@ 14 to to PART TO _ 18 mark 18:mark _ 15 be be AUX VB VerbForm=Inf 18 cop 18:cop _ 16 smoke smoke NOUN NN Number=Sing 18 compound 18:compound SpaceAfter=No -17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No 18 free free ADJ JJ Degree=Pos 13 acl 13:acl:to _ 19 :) :) SYM NFP _ 2 discourse 2:discourse _ @@ -13786,7 +13788,7 @@ # newpar id = newsgroup-groups.google.com_alt.animals.breeders.rabbits_05b1a59ca1b53df2_ENG_20031116_085000-p0001 # text = Email: "Ryan Reynolds" 1 Email email NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 4 punct 4:punct _ 3 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 4 Ryan Ryan PROPN NNP Number=Sing 1 list 1:list _ 5 Reynolds Reynolds PROPN NNP Number=Sing 4 flat 4:flat SpaceAfter=No @@ -13798,7 +13800,7 @@ # sent_id = newsgroup-groups.google.com_alt.animals.breeders.rabbits_05b1a59ca1b53df2_ENG_20031116_085000-0002 # text = Groups: alt.animals.breeders.rabbits 1 Groups group NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 alt.animals.breeders.rabbits alt.animals.breeders.rabbits NOUN NN Number=Sing 1 appos 1:appos _ # sent_id = newsgroup-groups.google.com_alt.animals.breeders.rabbits_05b1a59ca1b53df2_ENG_20031116_085000-0003 @@ -13814,15 +13816,15 @@ 8 come come VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 9 to to ADP IN _ 11 case 11:case _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -11 site site NOUN NN Number=Sing 8 obl 8:obl:to _ -12 where where SCONJ WRB PronType=Rel 15 mark 15:mark _ +11 site site NOUN NN Number=Sing 8 obl 8:obl:to|15:obl _ +12 where where ADV WRB PronType=Rel 15 advmod 11:ref _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ 14 can can AUX MD VerbForm=Fin 15 aux 15:aux _ 15 hear hear VERB VB VerbForm=Inf 11 acl:relcl 11:acl:relcl _ 16 talking talk VERB VBG VerbForm=Ger 17 amod 17:amod _ 17 parakeets parakeet NOUN NNS Number=Plur 15 obj 15:obj|22:nsubj|26:nsubj _ 18 that that PRON WDT PronType=Rel 22 nsubj 17:ref _ -19 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ +19 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ 20 not not PART RB _ 22 advmod 22:advmod _ 21 just just ADV RB _ 22 advmod 22:advmod _ 22 mimicking mimic VERB VBG VerbForm=Ger 17 acl:relcl 17:acl:relcl SpaceAfter=No @@ -13852,10 +13854,10 @@ 12 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 13 must must NOUN NN Number=Sing 16 compound 16:compound _ 14 see see NOUN NN Number=Sing 16 compound 16:compound SpaceAfter=No -15 / / PUNCT , _ 16 punct 16:punct SpaceAfter=No +15 / / PUNCT , _ 14 punct 14:punct SpaceAfter=No 16 hear hear NOUN NN Number=Sing 5 conj 5:conj:and _ 17 for for ADP IN _ 21 case 21:case _ -18 every every DET DT _ 21 det 21:det _ +18 every every DET DT PronType=Tot 21 det 21:det _ 19 animal animal NOUN NN Number=Sing 20 compound 20:compound _ 20 intelligence intelligence NOUN NN Number=Sing 21 compound 21:compound _ 21 enthusiast enthusiast NOUN NN Number=Sing 16 nmod 16:nmod:for SpaceAfter=No @@ -13870,38 +13872,38 @@ # newpar id = newsgroup-groups.google.com_RagnarokOnlineII_5730bc7888fcee99_ENG_20051122_035600-p0001 # text = Email: franz371...@gmail.com 1 Email email NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 franz371...@gmail.com franz371...@gmail.com X ADD _ 1 appos 1:appos _ # sent_id = newsgroup-groups.google.com_RagnarokOnlineII_5730bc7888fcee99_ENG_20051122_035600-0002 # text = November 22th 2005 -1 November November PROPN NNP Number=Sing 2 compound 2:compound _ -2 22th 22th NOUN NN Number=Sing 0 root 0:root _ -3 2005 2005 NUM CD NumType=Card 2 nmod:tmod 2:nmod:tmod _ +1 November November PROPN NNP Number=Sing 0 root 0:root _ +2 22th 22nd NOUN NN Number=Sing|NumForm=Combi|NumType=Ord|Typo=Yes 1 nummod 1:nummod CorrectForm=22nd +3 2005 2005 NUM CD NumForm=Digit|NumType=Card 1 nmod:tmod 1:nmod:tmod _ # sent_id = newsgroup-groups.google.com_RagnarokOnlineII_5730bc7888fcee99_ENG_20051122_035600-0003 # text = I got these pictures from tgs, look at all of them if you have time, they're preety cool... 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 these this DET DT Number=Plur|PronType=Dem 4 det 4:det _ 4 pictures picture NOUN NNS Number=Plur 2 obj 2:obj _ 5 from from ADP IN _ 6 case 6:case _ 6 tgs tgs PROPN NNP Number=Sing 2 obl 2:obl:from SpaceAfter=No -7 , , PUNCT , _ 2 punct 2:punct _ +7 , , PUNCT , _ 8 punct 8:punct _ 8 look look VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis _ 9 at at ADP IN _ 10 case 10:case _ -10 all all DET DT _ 8 obl 8:obl:at _ +10 all all DET DT PronType=Tot 8 obl 8:obl:at _ 11 of of ADP IN _ 12 case 12:case _ 12 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 10 nmod 10:nmod:of _ 13 if if SCONJ IN _ 15 mark 15:mark _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ -15 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:if _ +15 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:if _ 16 time time NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No -17 , , PUNCT , _ 2 punct 2:punct _ +17 , , PUNCT , _ 21 punct 21:punct _ 18-19 they're _ _ _ _ _ _ _ _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 21 nsubj 21:nsubj _ -19 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ -20 preety preety ADV RB _ 21 advmod 21:advmod _ +19 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ +20 preety pretty ADV RB _ 21 advmod 21:advmod _ 21 cool cool ADJ JJ Degree=Pos 2 parataxis 2:parataxis SpaceAfter=No 22 ... ... PUNCT , _ 2 punct 2:punct _ @@ -13953,10 +13955,10 @@ # newpar id = newsgroup-groups.google.com_RagnarokOnlineII_5730bc7888fcee99_ENG_20051122_035600-p0002 # text = btw, they're all from 4gamer. 1 btw btw INTJ UH _ 7 discourse 7:discourse SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 they're _ _ _ _ _ _ _ _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -4 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +4 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 5 all all ADV RB _ 7 advmod 7:advmod _ 6 from from ADP IN _ 7 case 7:case _ 7 4gamer 4gamer PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No @@ -13972,7 +13974,7 @@ # newpar id = newsgroup-groups.google.com_alt.animals.cat_04d718686843b577_ENG_20040713_101600-p0001 # text = Email: "Sean Figaro" 1 Email email NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 4 punct 4:punct _ 3 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 4 Sean Sean PROPN NNP Number=Sing 1 appos 1:appos _ 5 Figaro Figaro PROPN NNP Number=Sing 4 flat 4:flat SpaceAfter=No @@ -13984,14 +13986,14 @@ # sent_id = newsgroup-groups.google.com_alt.animals.cat_04d718686843b577_ENG_20040713_101600-0002 # text = Groups: alt.animals.cat 1 Groups group NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 alt.animals.cat alt.animals.cat NOUN NN Number=Sing 1 appos 1:appos _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_04d718686843b577_ENG_20040713_101600-0003 # newpar id = newsgroup-groups.google.com_alt.animals.cat_04d718686843b577_ENG_20040713_101600-p0002 # text = I have a friend that has to get rid of one of her cats because of allergies, he is the youngest at 3 years old black, long hair, incredibly friendly. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 friend friend NOUN NN Number=Sing 2 obj 2:obj|6:nsubj|8:nsubj:xsubj|9:nsubj:xsubj _ 5 that that PRON WDT PronType=Rel 6 nsubj 4:ref _ @@ -14000,27 +14002,27 @@ 8 get get VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 9 rid rid ADJ JJ Degree=Pos 8 xcomp 8:xcomp _ 10 of of ADP IN _ 11 case 11:case _ -11 one one NUM CD NumType=Card 9 obl 9:obl:of _ +11 one one NUM CD NumForm=Word|NumType=Card 9 obl 9:obl:of _ 12 of of ADP IN _ 14 case 14:case _ -13 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 cats cat NOUN NNS Number=Plur 11 nmod 11:nmod:of _ 15 because because ADP IN _ 17 case 17:case _ 16 of of ADP IN _ 15 fixed 15:fixed _ 17 allergies allergy NOUN NNS Number=Plur 9 obl 9:obl:because_of SpaceAfter=No -18 , , PUNCT , _ 2 punct 2:punct _ +18 , , PUNCT , _ 22 punct 22:punct _ 19 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj _ 20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -22 youngest youngest ADJ JJS Degree=Sup 2 parataxis 2:parataxis _ +22 youngest young ADJ JJS Degree=Sup 2 parataxis 2:parataxis _ 23 at at ADP IN _ 26 case 26:case _ -24 3 3 NUM CD NumType=Card 25 nummod 25:nummod _ +24 3 3 NUM CD NumForm=Digit|NumType=Card 25 nummod 25:nummod _ 25 years year NOUN NNS Number=Plur 26 obl:npmod 26:obl:npmod _ 26 old old ADJ JJ Degree=Pos 22 obl 22:obl:at _ 27 black black ADJ JJ Degree=Pos 22 parataxis 22:parataxis SpaceAfter=No -28 , , PUNCT , _ 22 punct 22:punct _ +28 , , PUNCT , _ 30 punct 30:punct _ 29 long long ADJ JJ Degree=Pos 30 amod 30:amod _ 30 hair hair NOUN NN Number=Sing 22 parataxis 22:parataxis SpaceAfter=No -31 , , PUNCT , _ 22 punct 22:punct _ +31 , , PUNCT , _ 33 punct 33:punct _ 32 incredibly incredibly ADV RB _ 33 parataxis 33:parataxis _ 33 friendly friendly ADJ JJ Degree=Pos 22 amod 22:amod SpaceAfter=No 34 . . PUNCT . _ 2 punct 2:punct _ @@ -14030,14 +14032,14 @@ 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ 2 comes come VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 with with ADP IN _ 4 case 4:case _ -4 everything everything PRON NN Number=Sing 2 obl 2:obl:with SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +4 everything everything PRON NN Number=Sing|PronType=Tot 2 obl 2:obl:with SpaceAfter=No +5 , , PUNCT , _ 7 punct 7:punct _ 6 litter litter NOUN NN Number=Sing 7 compound 7:compound _ 7 box box NOUN NN Number=Sing 4 appos 4:appos SpaceAfter=No 8 , , PUNCT , _ 9 punct 9:punct _ 9 carrier carrier NOUN NN Number=Sing 7 conj 4:appos|7:conj SpaceAfter=No 10 , , PUNCT , _ 11 punct 11:punct _ -11 ect ect X FW _ 7 conj 4:appos|7:conj SpaceAfter=No +11 ect etc. NOUN FW Abbr=Yes|Number=Plur|Typo=Yes 7 conj 4:appos|7:conj CorrectForm=etc|SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_04d718686843b577_ENG_20040713_101600-0005 @@ -14065,7 +14067,7 @@ # newpar id = newsgroup-groups.google.com_alt.animals.cat_119630d7ce2d2e9c_ENG_20051107_021600-p0001 # text = Email: "Julie" 1 Email email NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 4 punct 4:punct _ 3 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 4 Julie Julie PROPN NNP Number=Sing 1 appos 1:appos SpaceAfter=No 5 " " PUNCT '' _ 4 punct 4:punct SpaceAfter=No @@ -14076,7 +14078,7 @@ # sent_id = newsgroup-groups.google.com_alt.animals.cat_119630d7ce2d2e9c_ENG_20051107_021600-0002 # text = Groups: alt.animals.cat 1 Groups group NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 alt.animals.cat alt.animals.cat NOUN NN Number=Sing 1 appos 1:appos _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_119630d7ce2d2e9c_ENG_20051107_021600-0003 @@ -14084,11 +14086,11 @@ # text = Like you said "the kids egg him on". 1 Like like SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:like _ +3 said say VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:like _ 4 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 kids kid NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -7 egg egg VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 egg egg VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj _ 9 on on ADP RP _ 7 compound:prt 7:compound:prt SpaceAfter=No 10 " " PUNCT '' _ 7 punct 7:punct SpaceAfter=No @@ -14099,16 +14101,16 @@ 1 maybe maybe ADV RB _ 2 advmod 2:advmod _ 2 too too ADV RB _ 3 advmod 3:advmod _ 3 much much ADV RB _ 0 root 0:root _ -4 . . PUNCT . _ 1 punct 1:punct _ +4 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_119630d7ce2d2e9c_ENG_20051107_021600-0005 # text = Sounds like your cat is stressed out . 1 Sounds sound VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 like like SCONJ IN _ 6 mark 6:mark _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ -4 cat cat NOUN NN Number=Sing 6 nsubj 6:nsubj _ -5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -6 stressed stress VERB VBN Tense=Past|VerbForm=Part 1 ccomp 1:ccomp _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +4 cat cat NOUN NN Number=Sing 6 nsubj:pass 6:nsubj:pass _ +5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ +6 stressed stress VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 advcl 1:advcl:like _ 7 out out ADP RP _ 6 compound:prt 6:compound:prt _ 8 . . PUNCT . _ 1 punct 1:punct _ @@ -14122,9 +14124,9 @@ 5 want want VERB VB VerbForm=Inf 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 play play VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ -8 when when SCONJ WRB PronType=Int 10 mark 10:mark _ +8 when when ADV WRB PronType=Int 10 advmod 10:advmod _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:when _ +10 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:when _ 11 to to PART TO _ 10 xcomp 10:xcomp SpaceAfter=No 12 .. .. PUNCT . _ 5 punct 5:punct _ @@ -14132,7 +14134,7 @@ # text = He didn't take a dislike to the kids for "no" reason! 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2-3 didn't _ _ _ _ _ _ _ _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 take take VERB VB VerbForm=Inf 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -14141,24 +14143,24 @@ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 kids kid NOUN NNS Number=Plur 4 obl 4:obl:to _ 10 for for ADP IN _ 14 case 14:case _ -11 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No -12 no no DET DT _ 14 det 14:det SpaceAfter=No -13 " " PUNCT '' _ 14 punct 14:punct _ +11 " " PUNCT `` _ 12 punct 12:punct SpaceAfter=No +12 no no DET DT PronType=Neg 14 det 14:det SpaceAfter=No +13 " " PUNCT '' _ 12 punct 12:punct _ 14 reason reason NOUN NN Number=Sing 4 obl 4:obl:for SpaceAfter=No 15 ! ! PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_119630d7ce2d2e9c_ENG_20051107_021600-0008 # text = cats react to the treatment they receive, they are not toys. 1 cats cat NOUN NNS Number=Plur 2 nsubj 2:nsubj _ -2 react react VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 react react VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 treatment treatment NOUN NN Number=Sing 2 obl 2:obl:to _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 receive receive VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl SpaceAfter=No -8 , , PUNCT , _ 2 punct 2:punct _ +7 receive receive VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl SpaceAfter=No +8 , , PUNCT , _ 12 punct 12:punct _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 not not PART RB _ 12 advmod 12:advmod _ 12 toys toy NOUN NNS Number=Plur 2 parataxis 2:parataxis SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ @@ -14170,9 +14172,9 @@ 3 cat cat NOUN NN Number=Sing 4 nsubj 4:nsubj _ 4 needs need VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -6 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No +6 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 7 new new ADJ JJ Degree=Pos 9 amod 9:amod SpaceAfter=No -8 ' ' PUNCT '' _ 9 punct 9:punct _ +8 ' ' PUNCT '' _ 7 punct 7:punct _ 9 home home NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 10 ......... ......... PUNCT , _ 4 punct 4:punct SpaceAfter=No @@ -14197,15 +14199,15 @@ 11 D D PROPN NNP Number=Sing 10 obj 10:obj SpaceAfter=No 12 & & CCONJ CC _ 13 cc 13:cc SpaceAfter=No 13 D D PROPN NNP Number=Sing 11 conj 10:obj|11:conj _ -14 3.5 3.5 NUM CD NumType=Card 11 compound 11:compound _ +14 3.5 3.5 NUM CD NumForm=Digit|NumType=Frac 11 compound 11:compound _ 15 and and CCONJ CC _ 16 cc 16:cc _ -16 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 conj 5:acl:relcl|8:conj:and _ +16 live live VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 conj 5:acl:relcl|8:conj:and _ 17 in in ADP IN _ 24 case 24:case _ 18 or or CCONJ CC _ 19 cc 19:cc _ 19 around around ADP IN _ 17 conj 17:conj:or|24:case _ 20 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 21 Chillicothe Chillicothe PROPN NNP Number=Sing 23 compound 23:compound SpaceAfter=No -22 , , PUNCT , _ 23 punct 23:punct _ +22 , , PUNCT , _ 21 punct 21:punct _ 23 OH OH PROPN NNP Number=Sing 24 compound 24:compound _ 24 area area NOUN NN Number=Sing 16 obl 16:obl:around SpaceAfter=No 25 . . PUNCT . _ 3 punct 3:punct _ @@ -14213,8 +14215,8 @@ # sent_id = newsgroup-groups.google.com_DungeonsDragonsChillicotheOH45601_022e6f4a0cd6fb61_ENG_20050829_233300-0002 # text = We have two people so far, and I am able to DM...although DM's are welcome. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 two two NUM CD NumType=Card 4 nummod 4:nummod _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 two two NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 people people NOUN NNS Number=Plur 2 obj 2:obj _ 5 so so ADV RB _ 6 advmod 6:advmod _ 6 far far ADV RB Degree=Pos 2 advmod 2:advmod SpaceAfter=No @@ -14225,10 +14227,10 @@ 11 able able ADJ JJ Degree=Pos 2 conj 2:conj:and _ 12 to to PART TO _ 13 mark 13:mark _ 13 DM dm VERB VB VerbForm=Inf 11 xcomp 11:xcomp SpaceAfter=No -14 ... ... PUNCT , _ 11 punct 11:punct SpaceAfter=No +14 ... ... PUNCT , _ 18 punct 18:punct SpaceAfter=No 15 although although SCONJ IN _ 18 mark 18:mark _ -16 DM's dm' NOUN NNS Number=Plur 18 nsubj 18:nsubj _ -17 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ +16 DM's dm NOUN NNS Number=Plur 18 nsubj 18:nsubj _ +17 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 18 welcome welcome ADJ JJ Degree=Pos 11 advcl 11:advcl:although SpaceAfter=No 19 . . PUNCT . _ 2 punct 2:punct _ @@ -14242,12 +14244,12 @@ 6 take take VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 place place NOUN NN Number=Sing 6 obj 6:obj _ 8 on on ADP IN _ 9 case 9:case _ -9 Fri Fri PROPN NNP Number=Sing 6 obl 6:obl:on SpaceAfter=No +9 Fri Friday PROPN NNP Abbr=Yes|Number=Sing 6 obl 6:obl:on SpaceAfter=No 10 , , PUNCT , _ 11 punct 11:punct _ -11 Sat Sat PROPN NNP Number=Sing 9 conj 6:obl:on|9:conj:or SpaceAfter=No +11 Sat Saturday PROPN NNP Abbr=Yes|Number=Sing 9 conj 6:obl:on|9:conj:or SpaceAfter=No 12 , , PUNCT , _ 14 punct 14:punct _ 13 or or CCONJ CC _ 14 cc 14:cc _ -14 Sun Sun PROPN NNP Number=Sing 9 conj 6:obl:on|9:conj:or SpaceAfter=No +14 Sun Sunday PROPN NNP Abbr=Yes|Number=Sing 9 conj 6:obl:on|9:conj:or SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_DungeonsDragonsChillicotheOH45601_022e6f4a0cd6fb61_ENG_20050829_233300-0004 @@ -14264,23 +14266,23 @@ 10 and and CCONJ CC _ 18 cc 18:cc _ 11 if if SCONJ IN _ 13 mark 13:mark _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ -13 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:if _ -14 any any DET DT _ 15 det 15:det _ +13 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:if _ +14 any any DET DT PronType=Ind 15 det 15:det _ 15 question question NOUN NN Number=Sing 13 obj 13:obj SpaceAfter=No -16 , , PUNCT , _ 18 punct 18:punct _ +16 , , PUNCT , _ 13 punct 13:punct _ 17 please please INTJ UH _ 18 discourse 18:discourse _ 18 ask ask VERB VB Mood=Imp|VerbForm=Fin 2 conj 2:conj:and SpaceAfter=No 19 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_DungeonsDragonsChillicotheOH45601_022e6f4a0cd6fb61_ENG_20050829_233300-0005 # text = Thank you very much and we hope to hear from you soon! -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 much much ADV RB _ 1 advmod 1:advmod _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ -7 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 conj 1:conj:and _ +7 hope hope VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 1 conj 1:conj:and _ 8 to to PART TO _ 9 mark 9:mark _ 9 hear hear VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 from from ADP IN _ 11 case 11:case _ @@ -14293,9 +14295,9 @@ # newpar id = newsgroup-groups.google.com_n3td3v_a04e0c855b022009_ENG_20051207_035500-p0001 # text = Email: BBC Breaking News Alert 1 Email email NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 6 punct 6:punct _ 3 BBC BBC PROPN NNP Number=Sing 6 compound 6:compound _ -4 Breaking Breaking PROPN NNP Number=Sing 5 compound 5:compound _ +4 Breaking Break VERB NNP VerbForm=Ger 5 amod 5:amod _ 5 News News PROPN NNP Number=Sing 6 compound 6:compound _ 6 Alert Alert PROPN NNP Number=Sing 1 appos 1:appos _ 7 < < PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No @@ -14306,7 +14308,7 @@ # text = The former Iraqi leader Saddam Hussein is refusing to enter the Baghdad courtroom, in protest at how his trial is being conducted. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 2 former former ADJ JJ Degree=Pos 4 amod 4:amod _ -3 Iraqi iraqi ADJ JJ Degree=Pos 4 amod 4:amod _ +3 Iraqi Iraqi ADJ JJ Degree=Pos 4 amod 4:amod _ 4 leader leader NOUN NN Number=Sing 8 nsubj 8:nsubj|10:nsubj:xsubj _ 5 Saddam Saddam PROPN NNP Number=Sing 4 appos 4:appos _ 6 Hussein Hussein PROPN NNP Number=Sing 5 flat 5:flat _ @@ -14317,16 +14319,16 @@ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 Baghdad Baghdad PROPN NNP Number=Sing 13 compound 13:compound _ 13 courtroom courtroom NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No -14 , , PUNCT , _ 8 punct 8:punct _ +14 , , PUNCT , _ 16 punct 16:punct _ 15 in in ADP IN _ 16 case 16:case _ 16 protest protest NOUN NN Number=Sing 8 obl 8:obl:in _ 17 at at SCONJ IN _ 23 mark 23:mark _ -18 how how SCONJ WRB PronType=Int 23 mark 23:mark _ -19 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +18 how how ADV WRB PronType=Int 23 advmod 23:advmod _ +19 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 trial trial NOUN NN Number=Sing 23 nsubj:pass 23:nsubj:pass _ 21 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ 22 being be AUX VBG VerbForm=Ger 23 aux:pass 23:aux:pass _ -23 conducted conduct VERB VBN Tense=Past|VerbForm=Part 16 acl 16:acl:at SpaceAfter=No +23 conducted conduct VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 acl 16:acl:at SpaceAfter=No 24 . . PUNCT . _ 8 punct 8:punct _ # sent_id = newsgroup-groups.google.com_n3td3v_a04e0c855b022009_ENG_20051207_035500-0003 @@ -14335,7 +14337,7 @@ 1 For for ADP IN _ 3 case 3:case _ 2 more more ADJ JJR Degree=Cmp 3 amod 3:amod _ 3 details detail NOUN NNS Number=Plur 5 obl 5:obl:for SpaceAfter=No -4 : : PUNCT : _ 5 punct 5:punct _ +4 : : PUNCT : _ 3 punct 3:punct _ 5 http://www.bbc.co.uk/news http://www.bbc.co.uk/news X ADD _ 0 root 0:root _ # sent_id = newsgroup-groups.google.com_n3td3v_a04e0c855b022009_ENG_20051207_035500-0004 @@ -14356,22 +14358,22 @@ # sent_id = newsgroup-groups.google.com_n3td3v_a04e0c855b022009_ENG_20051207_035500-0006 # text = You have received this BBC Breaking News Alert because you subscribed to it or, someone forwarded it to you. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 received receive VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ 5 BBC BBC PROPN NNP Number=Sing 8 compound 8:compound _ -6 Breaking Breaking PROPN NNP Number=Sing 7 compound 7:compound _ +6 Breaking Break VERB NNP VerbForm=Ger 7 amod 7:amod _ 7 News News PROPN NNP Number=Sing 8 compound 8:compound _ 8 Alert Alert PROPN NNP Number=Sing 3 obj 3:obj _ 9 because because SCONJ IN _ 11 mark 11:mark _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -11 subscribed subscribe VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:because _ +11 subscribed subscribe VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:because _ 12 to to ADP IN _ 13 case 13:case _ 13 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obl 11:obl:to _ 14 or or CCONJ CC _ 17 cc 17:cc SpaceAfter=No -15 , , PUNCT , _ 17 punct 17:punct _ -16 someone someone PRON NN Number=Sing 17 nsubj 17:nsubj _ -17 forwarded forward VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 conj 3:advcl:because|11:conj:or _ +15 , , PUNCT , _ 14 punct 14:punct _ +16 someone someone PRON NN Number=Sing|PronType=Ind 17 nsubj 17:nsubj _ +17 forwarded forward VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 conj 3:advcl:because|11:conj:or _ 18 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 obj 17:obj _ 19 to to ADP IN _ 20 case 20:case _ 20 you you PRON PRP Case=Acc|Person=2|PronType=Prs 17 obl 17:obl:to SpaceAfter=No @@ -14381,7 +14383,7 @@ # text = To unsubscribe (or subscribe if this message was forwarded to you) go to: http://www.bbc.co.uk/email 1 To to PART TO _ 2 mark 2:mark _ 2 unsubscribe unsubscribe VERB VB VerbForm=Inf 14 advcl 14:advcl:to _ -3 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No +3 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No 4 or or CCONJ CC _ 5 cc 5:cc _ 5 subscribe subscribe VERB VB VerbForm=Inf 2 conj 2:conj:or|14:advcl:to _ 6 if if SCONJ IN _ 10 mark 10:mark _ @@ -14391,10 +14393,10 @@ 10 forwarded forward VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 advcl 5:advcl:if _ 11 to to ADP IN _ 12 case 12:case _ 12 you you PRON PRP Case=Acc|Person=2|PronType=Prs 10 obl 10:obl:to SpaceAfter=No -13 ) ) PUNCT -RRB- _ 2 punct 2:punct _ +13 ) ) PUNCT -RRB- _ 5 punct 5:punct _ 14 go go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 15 to to ADP IN _ 17 case 17:case SpaceAfter=No -16 : : PUNCT : _ 17 punct 17:punct _ +16 : : PUNCT : _ 15 punct 15:punct _ 17 http://www.bbc.co.uk/email http://www.bbc.co.uk/email X ADD _ 14 obl 14:obl:to _ # newdoc id = newsgroup-groups.google.com_hiddennook_0bfb82789af9c3c5_ENG_20050309_232400 @@ -14410,7 +14412,7 @@ # text = While there have been spasms of speculation about the Bush administration naming a replacement for O'Keefe, no nominee has been declared. 1 While while SCONJ IN _ 4 mark 4:mark _ 2 there there PRON EX _ 4 expl 4:expl _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 been be VERB VBN Tense=Past|VerbForm=Part 22 advcl 22:advcl:while _ 5 spasms spasm NOUN NNS Number=Plur 4 nsubj 4:nsubj _ 6 of of ADP IN _ 7 case 7:case _ @@ -14424,12 +14426,12 @@ 14 replacement replacement NOUN NN Number=Sing 12 obj 12:obj _ 15 for for ADP IN _ 16 case 16:case _ 16 O'Keefe O'Keefe PROPN NNP Number=Sing 14 nmod 14:nmod:for SpaceAfter=No -17 , , PUNCT , _ 22 punct 22:punct _ -18 no no DET DT _ 19 det 19:det _ +17 , , PUNCT , _ 4 punct 4:punct _ +18 no no DET DT PronType=Neg 19 det 19:det _ 19 nominee nominee NOUN NN Number=Sing 22 nsubj:pass 22:nsubj:pass _ 20 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ 21 been be AUX VBN Tense=Past|VerbForm=Part 22 aux:pass 22:aux:pass _ -22 declared declare VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No +22 declared declare VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 23 . . PUNCT . _ 22 punct 22:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_0bfb82789af9c3c5_ENG_20050309_232400-0003 @@ -14449,8 +14451,8 @@ 13 helm helm NOUN NN Number=Sing 0 root 0:root _ 14 of of ADP IN _ 19 case 19:case _ 15 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -16 18,000 18,000 NUM CD NumType=Card 18 nummod 18:nummod SpaceAfter=No -17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +16 18,000 18000 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod SpaceAfter=No +17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No 18 person person NOUN NN Number=Sing 19 compound 19:compound _ 19 agency agency NOUN NN Number=Sing 13 nmod 13:nmod:of SpaceAfter=No 20 . . PUNCT . _ 13 punct 13:punct _ @@ -14472,7 +14474,7 @@ 13 with with ADP IN _ 16 case 16:case _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 15 space space NOUN NN Number=Sing 16 compound 16:compound _ -16 tourists tourist NOUN NNS Number=Plur 2 advcl 2:advcl:with _ +16 tourists tourist NOUN NNS Number=Plur 2 advcl 2:advcl:like _ 17 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_0bfb82789af9c3c5_ENG_20050309_232400-0005 @@ -14484,14 +14486,14 @@ 5-6 NASA's _ _ _ _ _ _ _ _ 5 NASA NASA PROPN NNP Number=Sing 7 nmod:poss 7:nmod:poss _ 6 's 's PART POS _ 5 case 5:case _ -7 astronaut's astronaut' NOUN NNS Number=Plur 10 nsubj 10:nsubj _ +7 astronaut's astronaut NOUN NNS Number=Plur|Typo=Yes 10 nsubj 10:nsubj CorrectForm=astronauts 8 may may AUX MD VerbForm=Fin 10 aux 10:aux _ 9 not not PART RB _ 10 advmod 10:advmod _ 10 fly fly VERB VB VerbForm=Inf 2 advcl 2:advcl:since _ 11 in in ADP IN _ 15 case 15:case _ 12 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 13 next next ADJ JJ Degree=Pos 15 amod 15:amod _ -14 five five NUM CD NumType=Card 15 nummod 15:nummod _ +14 five five NUM CD NumForm=Word|NumType=Card 15 nummod 15:nummod _ 15 years year NOUN NNS Number=Plur 10 obl 10:obl:in SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ @@ -14501,17 +14503,17 @@ # sent_id = newsgroup-groups.google.com_hiddennook_0bfb82789af9c3c5_ENG_20050309_232400-0007 # text = Posted by Hidden Nook to Hidden Nook at 3/9/2005 11:16:00 PM -1 Posted post VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Posted post VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 by by ADP IN _ 4 case 4:case _ -3 Hidden Hidden PROPN NNP Number=Sing 4 compound 4:compound _ -4 Nook Nook PROPN NNP Number=Sing 1 obl 1:obl:by _ +3 Hidden Hidden ADJ NNP Degree=Pos 4 amod 4:amod _ +4 Nook Nook PROPN NNP Number=Sing 1 obl:agent 1:obl:agent _ 5 to to ADP IN _ 7 case 7:case _ -6 Hidden Hidden PROPN NNP Number=Sing 7 compound 7:compound _ +6 Hidden Hidden ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Nook Nook PROPN NNP Number=Sing 1 obl 1:obl:to _ 8 at at ADP IN _ 11 case 11:case _ -9 3/9/2005 3/9/2005 NUM CD NumType=Card 11 nummod 11:nummod _ -10 11:16:00 11:16:00 NUM CD NumType=Card 11 nummod 11:nummod _ -11 PM pm NOUN NN Number=Sing 1 obl 1:obl:at _ +9 3/9/2005 3/9/2005 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ +10 11:16:00 11:16:00 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ +11 PM p.m. NOUN NN Number=Sing 1 obl 1:obl:at _ # newdoc id = newsgroup-groups.google.com_JyotishRemedies_7596b7f4aa16afa6_ENG_20050713_030900 # sent_id = newsgroup-groups.google.com_JyotishRemedies_7596b7f4aa16afa6_ENG_20050713_030900-0001 @@ -14530,16 +14532,16 @@ 2 multiple multiple ADJ JJ Degree=Pos 4 amod 4:amod _ 3 planetary planetary ADJ JJ Degree=Pos 4 amod 4:amod _ 4 afflictions affliction NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 taking take VERB VBG VerbForm=Ger 0 root 0:root _ -7 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 toll toll NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No 9 . . PUNCT . _ 6 punct 6:punct _ # sent_id = newsgroup-groups.google.com_JyotishRemedies_7596b7f4aa16afa6_ENG_20050713_030900-0003 # text = Currently, Mercury and Venus is conjunct and the conjunction is being closely aspected by Rahu. 1 Currently currently ADV RB _ 7 advmod 7:advmod SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 Mercury Mercury PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 Venus Venus PROPN NNP Number=Sing 3 conj 3:conj:and|7:nsubj _ @@ -14551,9 +14553,9 @@ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 12 being be AUX VBG VerbForm=Ger 14 aux:pass 14:aux:pass _ 13 closely closely ADV RB _ 14 advmod 14:advmod _ -14 aspected aspect VERB VBN Tense=Past|VerbForm=Part 7 conj 7:conj:and _ +14 aspected aspect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 conj 7:conj:and _ 15 by by ADP IN _ 16 case 16:case _ -16 Rahu Rahu PROPN NNP Number=Sing 14 obl 14:obl:by SpaceAfter=No +16 Rahu Rahu PROPN NNP Number=Sing 14 obl:agent 14:obl:agent SpaceAfter=No 17 . . PUNCT . _ 7 punct 7:punct _ # sent_id = newsgroup-groups.google.com_JyotishRemedies_7596b7f4aa16afa6_ENG_20050713_030900-0004 @@ -14571,19 +14573,19 @@ 11 Venus Venus PROPN NNP Number=Sing 8 nmod 8:nmod:to _ 12 in in ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -14 fourth fourth ADJ JJ Degree=Pos|NumType=Ord 15 amod 15:amod _ +14 fourth fourth ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 15 amod 15:amod _ 15 house house NOUN NN Number=Sing 8 nmod 8:nmod:in _ 16 by by ADP IN _ 18 case 18:case _ 17 FMs fm NOUN NNS Number=Plur 18 compound 18:compound _ 18 Rahu Rahu PROPN NNP Number=Sing 8 nmod 8:nmod:by _ 19 and and CCONJ CC _ 20 cc 20:cc _ 20 Mercury Mercury PROPN NNP Number=Sing 18 conj 8:nmod:by|18:conj:and SpaceAfter=No -21 , , PUNCT , _ 31 punct 31:punct _ +21 , , PUNCT , _ 8 punct 8:punct _ 22 natal natal ADJ JJ Degree=Pos 23 amod 23:amod _ 23 Saturn Saturn PROPN NNP Number=Sing 31 nsubj 31:nsubj _ 24 and and CCONJ CC _ 25 cc 25:cc _ 25 Venus Venus PROPN NNP Number=Sing 23 conj 23:conj:and|31:nsubj _ -26 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 cop 31:cop _ +26 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 31 cop 31:cop _ 27 also also ADV RB _ 31 advmod 31:advmod _ 28 under under ADP IN _ 31 case 31:case _ 29 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ @@ -14607,20 +14609,20 @@ 9 in in ADP IN _ 10 case 10:case _ 10 Pakistan Pakistan PROPN NNP Number=Sing 8 nmod 8:nmod:in _ 11 involving involve VERB VBG VerbForm=Ger 8 acl 8:acl _ -12 three three NUM CD NumType=Card 13 nummod 13:nummod _ +12 three three NUM CD NumForm=Word|NumType=Card 13 nummod 13:nummod _ 13 trains train NOUN NNS Number=Plur 11 obj 11:obj _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 involving involve VERB VBG VerbForm=Ger 11 conj 8:acl|11:conj:and _ -16 more more ADJ JJR Degree=Cmp 18 advmod 18:advmod _ +16 more more ADJ JJR Degree=Cmp|ExtPos=ADV 18 advmod 18:advmod _ 17 than than ADP IN _ 16 fixed 16:fixed _ -18 300 300 NUM CD NumType=Card 19 nummod 19:nummod _ +18 300 300 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod _ 19 deaths death NOUN NNS Number=Plur 15 obj 15:obj SpaceAfter=No 20 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_JyotishRemedies_7596b7f4aa16afa6_ENG_20050713_030900-0006 # text = In Indian national chart besides the transit affliction to transit Mercury by Rahu and Venus the natal Saturn and Venus are also under the transit affliction of Rahu which has resulted into floods in many parts of the country taking toll of human lives, properties, etc. 1 In in ADP IN _ 4 case 4:case _ -2 Indian indian ADJ JJ Degree=Pos 4 amod 4:amod _ +2 Indian Indian ADJ JJ Degree=Pos 4 amod 4:amod _ 3 national national ADJ JJ Degree=Pos 4 amod 4:amod _ 4 chart chart NOUN NN Number=Sing 26 obl 26:obl:in _ 5 besides besides ADP IN _ 8 case 8:case _ @@ -14639,17 +14641,17 @@ 18 Saturn Saturn PROPN NNP Number=Sing 26 nsubj 26:nsubj _ 19 and and CCONJ CC _ 20 cc 20:cc _ 20 Venus Venus PROPN NNP Number=Sing 18 conj 18:conj:and|26:nsubj _ -21 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ +21 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ 22 also also ADV RB _ 26 advmod 26:advmod _ 23 under under ADP IN _ 26 case 26:case _ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 25 transit transit NOUN NN Number=Sing 26 compound 26:compound _ -26 affliction affliction NOUN NN Number=Sing 0 root 0:root _ +26 affliction affliction NOUN NN Number=Sing 0 root 0:root|31:nsubj _ 27 of of ADP IN _ 28 case 28:case _ 28 Rahu Rahu PROPN NNP Number=Sing 26 nmod 26:nmod:of _ -29 which which PRON WDT PronType=Int 31 nsubj 31:nsubj _ +29 which which PRON WDT PronType=Rel 31 nsubj 26:ref _ 30 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ -31 resulted result VERB VBN Tense=Past|VerbForm=Part 26 parataxis 26:parataxis _ +31 resulted result VERB VBN Tense=Past|VerbForm=Part 26 acl:relcl 26:acl:relcl _ 32 into into ADP IN _ 33 case 33:case _ 33 floods flood NOUN NNS Number=Plur 31 obl 31:obl:into _ 34 in in ADP IN _ 36 case 36:case _ @@ -14666,7 +14668,7 @@ 45 , , PUNCT , _ 46 punct 46:punct _ 46 properties property NOUN NNS Number=Plur 44 conj 41:nmod:of|44:conj SpaceAfter=No 47 , , PUNCT , _ 48 punct 48:punct _ -48 etc etc. X FW _ 44 conj 41:nmod:of|44:conj SpaceAfter=No +48 etc etc. NOUN FW Abbr=Yes|Number=Plur 44 conj 41:nmod:of|44:conj SpaceAfter=No 49 . . PUNCT . _ 26 punct 26:punct _ # sent_id = newsgroup-groups.google.com_JyotishRemedies_7596b7f4aa16afa6_ENG_20050713_030900-0007 @@ -14680,7 +14682,7 @@ # newpar id = newsgroup-groups.google.com_alt.animals.cat_0382388c4d68ddf5_ENG_20031019_125000-p0001 # text = Email: "The Cat Album" 1 Email email NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 6 punct 6:punct _ 3 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No 4 The the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 Cat Cat PROPN NNP Number=Sing 6 compound 6:compound _ @@ -14693,20 +14695,20 @@ # sent_id = newsgroup-groups.google.com_alt.animals.cat_0382388c4d68ddf5_ENG_20031019_125000-0002 # text = Groups: alt.animals.cat 1 Groups group NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 alt.animals.cat alt.animals.cat NOUN NN Number=Sing 1 appos 1:appos _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_0382388c4d68ddf5_ENG_20031019_125000-0003 # newpar id = newsgroup-groups.google.com_alt.animals.cat_0382388c4d68ddf5_ENG_20031019_125000-p0002 # text = - U P D A T E D - 1 - - PUNCT NFP _ 2 punct 2:punct _ -2 U update VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -3 P p X GW _ 2 goeswith 2:goeswith _ -4 D d X GW _ 2 goeswith 2:goeswith _ -5 A a X GW _ 2 goeswith 2:goeswith _ -6 T t X GW _ 2 goeswith 2:goeswith _ -7 E e X GW _ 2 goeswith 2:goeswith _ -8 D d X GW _ 2 goeswith 2:goeswith _ +2 U updated VERB GW Tense=Past|Typo=Yes|VerbForm=Part|Voice=Pass 0 root 0:root _ +3 P _ X GW _ 2 goeswith 2:goeswith _ +4 D _ X GW _ 2 goeswith 2:goeswith _ +5 A _ X GW _ 2 goeswith 2:goeswith _ +6 T _ X GW _ 2 goeswith 2:goeswith _ +7 E _ X GW _ 2 goeswith 2:goeswith _ +8 D _ X VBN _ 2 goeswith 2:goeswith _ 9 - - PUNCT NFP _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_0382388c4d68ddf5_ENG_20031019_125000-0004 @@ -14714,21 +14716,21 @@ # text = -Page 71, 72 and 73 with 48 new pictures of cats and kittens are added to The Cat Album today. 1 - - PUNCT NFP _ 17 punct 17:punct SpaceAfter=No 2 Page page NOUN NN Number=Sing 17 nsubj:pass 17:nsubj:pass _ -3 71 71 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No +3 71 71 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No 4 , , PUNCT , _ 5 punct 5:punct _ -5 72 72 NUM CD NumType=Card 3 conj 2:nummod|3:conj:and _ +5 72 72 NUM CD NumForm=Digit|NumType=Card 3 conj 2:nummod|3:conj:and _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 73 73 NUM CD NumType=Card 3 conj 2:nummod|3:conj:and _ +7 73 73 NUM CD NumForm=Digit|NumType=Card 3 conj 2:nummod|3:conj:and _ 8 with with ADP IN _ 11 case 11:case _ -9 48 48 NUM CD NumType=Card 11 nummod 11:nummod _ +9 48 48 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 10 new new ADJ JJ Degree=Pos 11 amod 11:amod _ 11 pictures picture NOUN NNS Number=Plur 2 nmod 2:nmod:with _ 12 of of ADP IN _ 13 case 13:case _ 13 cats cat NOUN NNS Number=Plur 11 nmod 11:nmod:of _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 kittens kitten NOUN NNS Number=Plur 13 conj 11:nmod:of|13:conj:and _ -16 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux:pass 17:aux:pass _ -17 added add VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +16 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 aux:pass 17:aux:pass _ +17 added add VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 18 to to ADP IN _ 21 case 21:case _ 19 The the DET DT Definite=Def|PronType=Art 21 det 21:det _ 20 Cat Cat PROPN NNP Number=Sing 21 compound 21:compound _ @@ -14746,9 +14748,9 @@ # sent_id = newsgroup-groups.google.com_alt.animals.cat_0382388c4d68ddf5_ENG_20031019_125000-0006 # text = Now more than 1100 pictures. 1 Now now ADV RB _ 5 advmod 5:advmod _ -2 more more ADJ JJR Degree=Cmp 4 advmod 4:advmod _ +2 more more ADJ JJR Degree=Cmp|ExtPos=ADV 4 advmod 4:advmod _ 3 than than ADP IN _ 2 fixed 2:fixed _ -4 1100 1100 NUM CD NumType=Card 5 nummod 5:nummod _ +4 1100 1100 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 pictures picture NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ @@ -14762,7 +14764,7 @@ # text = If you are new to "The Cat Album" I can tell you that you'll find more than 1100 pictures of cute cats at this site. 1 If if SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 new new ADJ JJ Degree=Pos 13 advcl 13:advcl:if _ 5 to to ADP IN _ 9 case 9:case _ 6 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No @@ -14779,9 +14781,9 @@ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ 17 'll will AUX MD VerbForm=Fin 18 aux 18:aux _ 18 find find VERB VB VerbForm=Inf 13 ccomp 13:ccomp _ -19 more more ADJ JJR Degree=Cmp 21 advmod 21:advmod _ +19 more more ADJ JJR Degree=Cmp|ExtPos=ADV 21 advmod 21:advmod _ 20 than than ADP IN _ 19 fixed 19:fixed _ -21 1100 1100 NUM CD NumType=Card 22 nummod 22:nummod _ +21 1100 1100 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod _ 22 pictures picture NOUN NNS Number=Plur 18 obj 18:obj _ 23 of of ADP IN _ 25 case 25:case _ 24 cute cute ADJ JJ Degree=Pos 25 amod 25:amod _ @@ -14796,7 +14798,7 @@ 1 Most most ADJ JJS Degree=Sup 7 nsubj 7:nsubj _ 2 of of ADP IN _ 3 case 3:case _ 3 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 1 nmod 1:nmod:of _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 5 of of ADP IN _ 7 case 7:case _ 6 high high ADJ JJ Degree=Pos 7 amod 7:amod _ 7 quality quality NOUN NN Number=Sing 0 root 0:root SpaceAfter=No @@ -14809,35 +14811,35 @@ 2 'll will AUX MD VerbForm=Fin 4 aux 4:aux _ 3 also also ADV RB _ 4 advmod 4:advmod _ 4 find find VERB VB VerbForm=Inf 0 root 0:root _ -5 some some DET DT _ 6 det 6:det _ +5 some some DET DT PronType=Ind 6 det 6:det _ 6 stories story NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No 7 . . PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_0382388c4d68ddf5_ENG_20031019_125000-0011 # text = The idea about this site is that the visitors can send in their own pictures and get them added to the album. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 idea idea NOUN NN Number=Sing 6 nsubj 6:nsubj _ +2 idea idea NOUN NN Number=Sing 11 nsubj:outer 11:nsubj:outer|17:nsubj:outer _ 3 about about ADP IN _ 5 case 5:case _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 site site NOUN NN Number=Sing 2 nmod 2:nmod:about _ -6 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 7 that that SCONJ IN _ 11 mark 11:mark _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 visitors visitor NOUN NNS Number=Plur 11 nsubj 11:nsubj|17:nsubj _ 10 can can AUX MD VerbForm=Fin 11 aux 11:aux _ -11 send send VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ +11 send send VERB VB VerbForm=Inf 0 root 0:root _ 12 in in ADV RB _ 11 advmod 11:advmod _ -13 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 14 own own ADJ JJ Degree=Pos 15 amod 15:amod _ 15 pictures picture NOUN NNS Number=Plur 11 obj 11:obj _ 16 and and CCONJ CC _ 17 cc 17:cc _ -17 get get VERB VB VerbForm=Inf 11 conj 6:ccomp|11:conj:and _ -18 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 19 nsubj 19:nsubj _ -19 added add VERB VBN Tense=Past|VerbForm=Part 17 ccomp 17:ccomp _ +17 get get VERB VB VerbForm=Inf 11 conj 0:root|11:conj:and _ +18 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 17 obj 17:obj|19:nsubj:xsubj _ +19 added add VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 xcomp 17:xcomp _ 20 to to ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 album album NOUN NN Number=Sing 19 obl 19:obl:to SpaceAfter=No -23 . . PUNCT . _ 6 punct 6:punct SpaceAfter=No +23 . . PUNCT . _ 11 punct 11:punct SpaceAfter=No # sent_id = newsgroup-groups.google.com_alt.animals.cat_0382388c4d68ddf5_ENG_20031019_125000-0012 # text = That way we'll all be part of building a huge archive of cat pictures. @@ -14864,26 +14866,26 @@ 1 And and CCONJ CC _ 12 cc 12:cc _ 2 if if SCONJ IN _ 4 mark 4:mark _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 send send VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ +4 send send VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 iobj 4:iobj _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 story story NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No -8 , , PUNCT , _ 12 punct 12:punct _ +8 , , PUNCT , _ 4 punct 4:punct _ 9 that that PRON DT Number=Sing|PronType=Dem 12 nsubj 12:nsubj _ 10 would would AUX MD VerbForm=Fin 12 aux 12:aux _ 11 be be AUX VB VerbForm=Inf 12 cop 12:cop _ 12 great great ADJ JJ Degree=Pos 0 root 0:root _ -13 to to ADV RB _ 12 advmod 12:advmod SpaceAfter=No +13 to too ADV RB Typo=Yes 12 advmod 12:advmod CorrectForm=too|SpaceAfter=No 14 ! ! PUNCT . _ 12 punct 12:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_0382388c4d68ddf5_ENG_20031019_125000-0014 # text = Please join our growing family !!!! :-) 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 join join VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 growing grow VERB VBG VerbForm=Ger 5 amod 5:amod _ 5 family family NOUN NN Number=Sing 2 obj 2:obj _ -6 !!!! !!!! PUNCT . _ 2 punct 2:punct _ +6 !!!! !!!! PUNCT . _ 7 punct 7:punct _ 7 :-) :-) SYM NFP _ 2 discourse 2:discourse _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_0382388c4d68ddf5_ENG_20031019_125000-0015 @@ -14906,7 +14908,7 @@ # newpar id = newsgroup-groups.google.com_MeninLingerie_78adf09ead5e7e87_ENG_20041219_035800-p0001 # text = Email: "Andre" 1 Email email NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 4 punct 4:punct _ 3 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 4 Andre Andre PROPN NNP Number=Sing 1 appos 1:appos SpaceAfter=No 5 " " PUNCT '' _ 4 punct 4:punct SpaceAfter=No @@ -14917,11 +14919,11 @@ # sent_id = newsgroup-groups.google.com_MeninLingerie_78adf09ead5e7e87_ENG_20041219_035800-0002 # text = Heh, yep, I like to wear silk chemises, panties even stockings with garter belt. 1 Heh heh INTJ UH _ 6 discourse 6:discourse SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 yep yep INTJ UH _ 6 discourse 6:discourse SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj|8:nsubj:xsubj _ -6 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 wear wear VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 9 silk silk NOUN NN Number=Sing 10 compound 10:compound _ @@ -14938,7 +14940,7 @@ # sent_id = newsgroup-groups.google.com_MeninLingerie_78adf09ead5e7e87_ENG_20041219_035800-0003 # text = I feel great in it. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|3:nsubj:xsubj _ -2 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 feel feel VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 great great ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ 4 in in ADP IN _ 5 case 5:case _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obl 2:obl:in SpaceAfter=No @@ -14946,10 +14948,10 @@ # sent_id = newsgroup-groups.google.com_MeninLingerie_78adf09ead5e7e87_ENG_20041219_035800-0004 # text = First time I started wearing woman's lingerie I was very young. -1 First first ADJ JJ Degree=Pos|NumType=Ord 2 amod 2:amod _ +1 First first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 2 amod 2:amod _ 2 time time NOUN NN Number=Sing 12 obl:tmod 12:obl:tmod _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|5:nsubj:xsubj _ -4 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 started start VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 wearing wear VERB VBG VerbForm=Ger 4 xcomp 4:xcomp _ 6-7 woman's _ _ _ _ _ _ _ _ 6 woman woman NOUN NN Number=Sing 8 nmod:poss 8:nmod:poss _ @@ -14965,7 +14967,7 @@ # text = I didn't fought is it good or not than. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 didn't _ _ _ _ _ _ _ _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 fought fight VERB VB VerbForm=Inf 0 root 0:root _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ @@ -14978,16 +14980,16 @@ # sent_id = newsgroup-groups.google.com_MeninLingerie_78adf09ead5e7e87_ENG_20041219_035800-0006 # text = Later on I red somewhere that it's seakness. -1 Later later ADV RB _ 2 advmod 2:advmod _ +1 Later late ADV RBR Degree=Cmp 2 advmod 2:advmod _ 2 on on ADV RB _ 4 advmod 4:advmod _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 red red VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 red read VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm=read 5 somewhere somewhere ADV RB _ 4 advmod 4:advmod _ 6 that that SCONJ IN _ 9 mark 9:mark _ 7-8 it's _ _ _ _ _ _ _ _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 8 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ -9 seakness seakness NOUN NN Number=Sing 4 ccomp 4:ccomp SpaceAfter=No +9 seakness sickness NOUN NN Number=Sing|Typo=Yes 4 ccomp 4:ccomp CorrectForm=sickness|SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_MeninLingerie_78adf09ead5e7e87_ENG_20041219_035800-0007 @@ -15001,17 +15003,17 @@ 7 friendship friendship NOUN NN Number=Sing 3 advcl 3:advcl:in _ 8 with with ADP IN _ 9 case 9:case _ 9 girls girl NOUN NNS Number=Plur 7 nmod 7:nmod:with _ -10 ... ... PUNCT , _ 3 punct 3:punct _ +10 ... ... PUNCT , _ 13 punct 13:punct _ 11 until until SCONJ IN _ 13 mark 13:mark _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 undrstood undrstood VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:until _ +13 undrstood understand VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|Typo=Yes|VerbForm=Fin 3 advcl 3:advcl:until CorrectForm=understood 14 that that SCONJ IN _ 18 mark 18:mark _ 15-16 it's _ _ _ _ _ _ _ _ 15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 16 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 17 not not PART RB _ 18 advmod 18:advmod _ 18 seakness seakness NOUN NN Number=Sing 13 ccomp 13:ccomp _ -19 as as ADV RB _ 29 cc 29:cc _ +19 as as ADV RB ExtPos=CCONJ 29 cc 29:cc _ 20 well well ADV RB Degree=Pos 19 fixed 19:fixed _ 21 as as ADP IN _ 19 fixed 19:fixed _ 22 women woman NOUN NNS Number=Plur 23 nsubj 23:nsubj _ @@ -15023,14 +15025,14 @@ 27-28 isn't _ _ _ _ _ _ _ _ 27 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 29 cop 29:cop _ 28 n't not PART RB _ 29 advmod 29:advmod _ -29 seak seak ADJ JJ Degree=Pos 18 conj 13:ccomp|18:conj:as_well_as _ +29 seak sick ADJ JJ Degree=Pos|Typo=Yes 18 conj 13:ccomp|18:conj:as_well_as CorrectForm=sick 30 :) :) SYM NFP _ 3 discourse 3:discourse _ # sent_id = newsgroup-groups.google.com_MeninLingerie_78adf09ead5e7e87_ENG_20041219_035800-0008 # text = Now I have wife and son. 1 Now now ADV RB _ 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 wife wife NOUN NN Number=Sing 3 obj 3:obj _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 son son NOUN NN Number=Sing 4 conj 3:obj|4:conj:and SpaceAfter=No @@ -15038,10 +15040,10 @@ # sent_id = newsgroup-groups.google.com_MeninLingerie_78adf09ead5e7e87_ENG_20041219_035800-0009 # text = My wife know my harmless secret and supports me. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 wife wife NOUN NN Number=Sing 3 nsubj 3:nsubj|8:nsubj _ -3 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +3 know know VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm=knows +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 harmless harmless ADJ JJ Degree=Pos 6 amod 6:amod _ 6 secret secret NOUN NN Number=Sing 3 obj 3:obj _ 7 and and CCONJ CC _ 8 cc 8:cc _ @@ -15052,13 +15054,13 @@ # sent_id = newsgroup-groups.google.com_MeninLingerie_78adf09ead5e7e87_ENG_20041219_035800-0010 # text = So, I'm Men and love to wear women's lingerie :-). 1 So so ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 I'm _ _ _ _ _ _ _ _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj|9:nsubj:xsubj _ -4 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +4 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 Men man NOUN NNS Number=Plur 0 root 0:root _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +7 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 8 to to PART TO _ 9 mark 9:mark _ 9 wear wear VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10-11 women's _ _ _ _ _ _ _ _ @@ -15076,7 +15078,7 @@ # newpar id = newsgroup-groups.google.com_MeninLingerie_78adf09ead5e7e87_ENG_20041219_035800-p0002 # text = Email: "TJO" 1 Email email NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 4 punct 4:punct _ 3 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 4 TJO TJO PROPN NNP Number=Sing 1 appos 1:appos SpaceAfter=No 5 " " PUNCT '' _ 4 punct 4:punct SpaceAfter=No @@ -15086,28 +15088,28 @@ # sent_id = newsgroup-groups.google.com_MeninLingerie_78adf09ead5e7e87_ENG_20041219_035800-0013 # text = There nothing wrong with men dressing in lingerie, when I get home at night the first thing I do is change into a nice silky nightgown or nightie, love the feel. -1 There there PRON EX _ 2 expl 2:expl _ -2 nothing nothing PRON NN Number=Sing 0 root 0:root _ +1 There there PRON EX _ 2 expl 2:expl MissingWordsAfter=is +2 nothing nothing PRON NN Number=Sing|PronType=Neg 0 root 0:root Promoted=Yes 3 wrong wrong ADJ JJ Degree=Pos 2 amod 2:amod _ 4 with with SCONJ IN _ 6 mark 6:mark _ 5 men man NOUN NNS Number=Plur 6 nsubj 6:nsubj _ 6 dressing dress VERB VBG VerbForm=Ger 3 advcl 3:advcl:with _ 7 in in ADP IN _ 8 case 8:case _ 8 lingerie lingerie NOUN NN Number=Sing 6 obl 6:obl:in SpaceAfter=No -9 , , PUNCT , _ 2 punct 2:punct _ -10 when when SCONJ WRB PronType=Int 12 mark 12:mark _ +9 , , PUNCT , _ 18 punct 18:punct _ +10 when when ADV WRB PronType=Int 12 advmod 12:advmod _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 advcl 21:advcl:when _ +12 get get VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:when _ 13 home home ADV RB _ 12 advmod 12:advmod _ 14 at at ADP IN _ 15 case 15:case _ 15 night night NOUN NN Number=Sing 12 obl 12:obl:at _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -17 first first ADJ JJ Degree=Pos|NumType=Ord 18 amod 18:amod _ -18 thing thing NOUN NN Number=Sing 21 nsubj 21:nsubj _ +17 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 18 amod 18:amod _ +18 thing thing NOUN NN Number=Sing 2 parataxis 2:parataxis|20:obj _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ -21 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ -22 change change VERB VB VerbForm=Inf 21 parataxis 21:parataxis _ +20 do do VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ +21 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ +22 change change VERB VB VerbForm=Inf 18 csubj 18:csubj _ 23 into into ADP IN _ 27 case 27:case _ 24 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 25 nice nice ADJ JJ Degree=Pos 27 amod 27:amod _ @@ -15115,8 +15117,8 @@ 27 nightgown nightgown NOUN NN Number=Sing 22 obl 22:obl:into _ 28 or or CCONJ CC _ 29 cc 29:cc _ 29 nightie nightie NOUN NN Number=Sing 27 conj 22:obl:into|27:conj:or SpaceAfter=No -30 , , PUNCT , _ 2 punct 2:punct _ -31 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +30 , , PUNCT , _ 31 punct 31:punct _ +31 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 32 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 33 feel feel NOUN NN Number=Sing 31 obj 31:obj SpaceAfter=No 34 . . PUNCT . _ 2 punct 2:punct _ @@ -15126,7 +15128,7 @@ # newpar id = newsgroup-groups.google.com_citiesguide_c6edd53b8aaceb4c_ENG_20051102_022300-p0001 # text = Email: Adelia Smith 1 Email email NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 Adelia Adelia PROPN NNP Number=Sing 1 appos 1:appos _ 4 Smith Smith PROPN NNP Number=Sing 3 flat 3:flat _ 5 < < PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No @@ -15147,12 +15149,12 @@ 2 travelers traveler NOUN NNS Number=Plur 8 nsubj 8:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 executives executive NOUN NNS Number=Plur 2 conj 2:conj:and|8:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 6 among among ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 masses mass NOUN NNS Number=Plur 0 root 0:root|10:nsubj _ 9 that that PRON WDT PronType=Rel 10 nsubj 8:ref _ -10 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +10 get get VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 lot lot NOUN NN Number=Sing 10 obj 10:obj _ 13 of of ADP IN _ 14 case 14:case _ @@ -15175,7 +15177,7 @@ 9 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 7 nmod 7:nmod:for _ 10 since since SCONJ IN _ 12 mark 12:mark _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 travel travel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:since _ +12 travel travel VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:since _ 13 very very ADV RB _ 14 advmod 14:advmod _ 14 frequently frequently ADV RB _ 12 advmod 12:advmod SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ @@ -15191,21 +15193,21 @@ # sent_id = newsgroup-groups.google.com_citiesguide_c6edd53b8aaceb4c_ENG_20051102_022300-0006 # newpar id = newsgroup-groups.google.com_citiesguide_c6edd53b8aaceb4c_ENG_20051102_022300-p0003 # text = Some of the corporate also get cheap air tickets because they tie up with some of the airlines for a certain period based on the discount and services they get from the airlines. -1 Some some DET DT _ 6 nsubj 6:nsubj _ +1 Some some DET DT PronType=Ind 6 nsubj 6:nsubj _ 2 of of ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 corporate corporate NOUN NN Number=Sing 1 nmod 1:nmod:of _ 5 also also ADV RB _ 6 advmod 6:advmod _ -6 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 get get VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 cheap cheap ADJ JJ Degree=Pos 9 amod 9:amod _ 8 air air NOUN NN Number=Sing 9 compound 9:compound _ 9 tickets ticket NOUN NNS Number=Plur 6 obj 6:obj _ 10 because because SCONJ IN _ 12 mark 12:mark _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 tie tie VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:because _ +12 tie tie VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:because _ 13 up up ADP RP _ 12 compound:prt 12:compound:prt _ 14 with with ADP IN _ 15 case 15:case _ -15 some some DET DT _ 12 obl 12:obl:with _ +15 some some DET DT PronType=Ind 12 obl 12:obl:with _ 16 of of ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 airlines airline NOUN NNS Number=Plur 15 nmod 15:nmod:of _ @@ -15213,14 +15215,14 @@ 20 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 21 certain certain ADJ JJ Degree=Pos 22 amod 22:amod _ 22 period period NOUN NN Number=Sing 12 obl 12:obl:for _ -23 based base VERB VBN Tense=Past|VerbForm=Part 26 case 26:case _ +23 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 26 case 26:case _ 24 on on ADP IN _ 26 case 26:case _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 26 discount discount NOUN NN Number=Sing 12 obl 12:obl:on _ 27 and and CCONJ CC _ 28 cc 28:cc _ 28 services service NOUN NNS Number=Plur 26 conj 12:obl:on|26:conj:and _ 29 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 30 nsubj 30:nsubj _ -30 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 acl:relcl 26:acl:relcl _ +30 get get VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 26 acl:relcl 26:acl:relcl _ 31 from from ADP IN _ 33 case 33:case _ 32 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 33 airlines airline NOUN NNS Number=Plur 30 obl 30:obl:from SpaceAfter=No @@ -15230,20 +15232,20 @@ # text = Corporate plans are clubbed with other services through some agencies to provide better service for their staff. 1 Corporate corporate ADJ JJ Degree=Pos 2 amod 2:amod _ 2 plans plan NOUN NNS Number=Plur 4 nsubj:pass 4:nsubj:pass _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 clubbed club VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 with with ADP IN _ 7 case 7:case _ 6 other other ADJ JJ Degree=Pos 7 amod 7:amod _ 7 services service NOUN NNS Number=Plur 4 obl 4:obl:with _ 8 through through ADP IN _ 10 case 10:case _ -9 some some DET DT _ 10 det 10:det _ +9 some some DET DT PronType=Ind 10 det 10:det _ 10 agencies agency NOUN NNS Number=Plur 4 obl 4:obl:through _ 11 to to PART TO _ 12 mark 12:mark _ 12 provide provide VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ -13 better better ADJ JJR Degree=Cmp 14 amod 14:amod _ +13 better good ADJ JJR Degree=Cmp 14 amod 14:amod _ 14 service service NOUN NN Number=Sing 12 obj 12:obj _ 15 for for ADP IN _ 17 case 17:case _ -16 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 staff staff NOUN NN Number=Sing 14 nmod 14:nmod:for SpaceAfter=No 18 . . PUNCT . _ 4 punct 4:punct _ @@ -15256,19 +15258,19 @@ # sent_id = newsgroup-groups.google.com_citiesguide_c6edd53b8aaceb4c_ENG_20051102_022300-0009 # newpar id = newsgroup-groups.google.com_citiesguide_c6edd53b8aaceb4c_ENG_20051102_022300-p0004 # text = Some countries like Malaysia and Singapore promote trading for foreign visitors during some part of the year. -1 Some some DET DT _ 2 det 2:det _ +1 Some some DET DT PronType=Ind 2 det 2:det _ 2 countries country NOUN NNS Number=Plur 7 nsubj 7:nsubj _ 3 like like ADP IN _ 4 case 4:case _ 4 Malaysia Malaysia PROPN NNP Number=Sing 2 nmod 2:nmod:like _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 Singapore Singapore PROPN NNP Number=Sing 4 conj 2:nmod:like|4:conj:and _ -7 promote promote VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 promote promote VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 trading trading NOUN NN Number=Sing 7 obj 7:obj _ 9 for for ADP IN _ 11 case 11:case _ 10 foreign foreign ADJ JJ Degree=Pos 11 amod 11:amod _ 11 visitors visitor NOUN NNS Number=Plur 7 obl 7:obl:for _ 12 during during ADP IN _ 14 case 14:case _ -13 some some DET DT _ 14 det 14:det _ +13 some some DET DT PronType=Ind 14 det 14:det _ 14 part part NOUN NN Number=Sing 7 obl 7:obl:during _ 15 of of ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -15280,14 +15282,14 @@ 1 During during ADP IN _ 3 case 3:case _ 2 this this DET DT Number=Sing|PronType=Dem 3 det 3:det _ 3 period period NOUN NN Number=Sing 6 obl 6:obl:during SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -6 offer offer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 offer offer VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 cheap cheap ADJ JJ Degree=Pos 9 amod 9:amod _ 8 air air NOUN NN Number=Sing 9 compound 9:compound _ 9 tickets ticket NOUN NNS Number=Plur 6 obj 6:obj _ 10 to to ADP IN _ 12 case 12:case _ -11 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 country country NOUN NN Number=Sing 9 nmod 9:nmod:to _ 13 on on ADP IN _ 15 case 15:case _ 14 certain certain ADJ JJ Degree=Pos 15 amod 15:amod _ @@ -15308,14 +15310,14 @@ 9 during during ADP IN _ 11 case 11:case _ 10 this this DET DT Number=Sing|PronType=Dem 11 det 11:det _ 11 period period NOUN NN Number=Sing 4 obl 4:obl:during SpaceAfter=No -12 , , PUNCT , _ 15 punct 15:punct _ +12 , , PUNCT , _ 4 punct 4:punct _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ 14 may may AUX MD VerbForm=Fin 15 aux 15:aux _ 15 get get VERB VB VerbForm=Inf 0 root 0:root _ 16 excellent excellent ADJ JJ Degree=Pos 18 amod 18:amod _ 17 discount discount ADJ JJ Degree=Pos 18 amod 18:amod _ 18 airfare airfare NOUN NN Number=Sing 15 obj 15:obj|23:nsubj SpaceAfter=No -19 , , PUNCT , _ 18 punct 18:punct _ +19 , , PUNCT , _ 23 punct 23:punct _ 20 which which PRON WDT PronType=Rel 23 nsubj 18:ref _ 21 may may AUX MD VerbForm=Fin 23 aux 23:aux _ 22 even even ADV RB _ 23 advmod 23:advmod _ @@ -15328,7 +15330,7 @@ 1 COMPLETE complete ADJ JJ Degree=Pos 2 amod 2:amod _ 2 ARTICLE article NOUN NN Number=Sing 0 root 0:root _ 3 AT at ADP IN _ 5 case 5:case SpaceAfter=No -4 : : PUNCT : _ 5 punct 5:punct _ +4 : : PUNCT : _ 3 punct 3:punct _ 5 http://discountairlineticket.blogspot.com/2005/10/some-techniques-to-... http://discountairlineticket.blogspot.com/2005/10/some-techniques-to-... X ADD _ 2 nmod 2:nmod:at _ # newdoc id = newsgroup-groups.google.com_homeopathyclinic_46a87f7e5ce279d5_ENG_20051107_133800 @@ -15339,7 +15341,7 @@ 2 years year NOUN NNS Number=Plur 3 obl:npmod 3:obl:npmod _ 3 ago ago ADV RB _ 5 advmod 5:advmod _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 developed develop VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 developed develop VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 7 short short ADJ JJ Degree=Pos 12 amod 12:amod _ 8 paper paper NOUN NN Number=Sing 12 compound 12:compound _ @@ -15348,14 +15350,14 @@ 11 screening screening NOUN NN Number=Sing 12 compound 12:compound _ 12 test test NOUN NN Number=Sing 5 obj 5:obj|21:nsubj _ 13 which which PRON WDT PronType=Rel 21 nsubj 12:ref SpaceAfter=No -14 , , PUNCT , _ 21 punct 21:punct _ +14 , , PUNCT , _ 13 punct 13:punct _ 15 in in ADP IN _ 19 case 19:case _ 16 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 17 small small ADJ JJ Degree=Pos 19 amod 19:amod _ 18 pilot pilot NOUN NN Number=Sing 19 compound 19:compound _ 19 study study NOUN NN Number=Sing 21 obl 21:obl:in SpaceAfter=No -20 , , PUNCT , _ 21 punct 21:punct _ -21 discriminated discriminate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +20 , , PUNCT , _ 19 punct 19:punct _ +21 discriminated discriminate VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ 22 between between ADP IN _ 23 case 23:case _ 23 ADHD adhd NOUN NN Number=Sing 21 obl 21:obl:between SpaceAfter=No 24 , , PUNCT , _ 25 punct 25:punct _ @@ -15370,7 +15372,7 @@ # text = I recently converted this test to an online test in order to norm it to a larger population and, subsequently, to make it available to any one who has access to a computer and the Internet. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 recently recently ADV RB _ 3 advmod 3:advmod _ -3 converted convert VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 converted convert VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 test test NOUN NN Number=Sing 3 obj 3:obj _ 6 to to ADP IN _ 9 case 9:case _ @@ -15384,20 +15386,20 @@ 14 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 obj 13:obj _ 15 to to ADP IN _ 18 case 18:case _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ -17 larger larger ADJ JJR Degree=Cmp 18 amod 18:amod _ +17 larger large ADJ JJR Degree=Cmp 18 amod 18:amod _ 18 population population NOUN NN Number=Sing 13 obl 13:obl:to _ 19 and and CCONJ CC _ 24 cc 24:cc SpaceAfter=No -20 , , PUNCT , _ 24 punct 24:punct _ +20 , , PUNCT , _ 19 punct 19:punct _ 21 subsequently subsequently ADV RB _ 24 advmod 24:advmod SpaceAfter=No -22 , , PUNCT , _ 24 punct 24:punct _ +22 , , PUNCT , _ 21 punct 21:punct _ 23 to to PART TO _ 24 mark 24:mark _ 24 make make VERB VB VerbForm=Inf 13 conj 3:advcl:to|13:conj:and _ 25 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 24 obj 24:obj|26:nsubj:xsubj _ 26 available available ADJ JJ Degree=Pos 24 xcomp 24:xcomp _ 27 to to ADP IN _ 28 case 28:case _ -28 any any X GW _ 26 obl 26:obl:to _ -29 one one NOUN NN Number=Sing 28 goeswith 28:goeswith|31:nsubj _ -30 who who PRON WP PronType=Rel 31 nsubj 29:ref _ +28 any anyone PRON GW Number=Sing|PronType=Ind|Typo=Yes 26 obl 26:obl:to|31:nsubj _ +29 one _ X NN _ 28 goeswith 28:goeswith _ +30 who who PRON WP PronType=Rel 31 nsubj 28:ref _ 31 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 acl:relcl 28:acl:relcl _ 32 access access NOUN NN Number=Sing 31 obj 31:obj _ 33 to to ADP IN _ 35 case 35:case _ @@ -15412,9 +15414,9 @@ # text = The test itself is what is called a substitution test. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 test test NOUN NN Number=Sing 5 nsubj 5:nsubj _ -3 itself itself PRON PRP Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nmod:npmod 2:nmod:npmod _ +3 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Emp|Reflex=Yes 2 nmod:npmod 2:nmod:npmod _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -5 what what PRON WP PronType=Int 0 root 0:root _ +5 what what PRON WP PronType=Rel 0 root 0:root|7:nsubj:pass|10:nsubj:xsubj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ 7 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl:relcl 5:acl:relcl _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ @@ -15426,25 +15428,25 @@ # text = It has two parts, both of which are timed for 90 seconds each and the differential between the resulting two scores determines the likelihood of having a learning disability or attention deficit disorder. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ 2 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 two two NUM CD NumType=Card 4 nummod 4:nummod _ -4 parts part NOUN NNS Number=Plur 2 obj 2:obj|6:nmod SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ -6 both both DET DT _ 10 nsubj:pass 10:nsubj:pass _ +3 two two NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ +4 parts part NOUN NNS Number=Plur 2 obj 2:obj|6:nmod:of SpaceAfter=No +5 , , PUNCT , _ 10 punct 10:punct _ +6 both both DET DT PronType=Tot 10 nsubj:pass 10:nsubj:pass _ 7 of of ADP IN _ 8 case 8:case _ -8 which which PRON WDT PronType=Int 6 nmod 4:ref _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ +8 which which PRON WDT PronType=Rel 6 nmod 4:ref _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ 10 timed time VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl:relcl 4:acl:relcl _ 11 for for ADP IN _ 13 case 13:case _ -12 90 90 NUM CD NumType=Card 13 nummod 13:nummod _ -13 seconds seconds NOUN NNS Number=Plur 10 obl 10:obl:for _ -14 each each DET DT _ 13 nmod:npmod 13:nmod:npmod _ +12 90 90 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ +13 seconds second NOUN NNS Number=Plur 10 obl 10:obl:for _ +14 each each DET DT PronType=Tot 13 nmod:npmod 13:nmod:npmod _ 15 and and CCONJ CC _ 23 cc 23:cc _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 differential differential NOUN NN Number=Sing 23 nsubj 23:nsubj _ 18 between between ADP IN _ 22 case 22:case _ 19 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 20 resulting result VERB VBG VerbForm=Ger 22 amod 22:amod _ -21 two two NUM CD NumType=Card 22 nummod 22:nummod _ +21 two two NUM CD NumForm=Word|NumType=Card 22 nummod 22:nummod _ 22 scores score NOUN NNS Number=Plur 17 nmod 17:nmod:between _ 23 determines determine VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ @@ -15470,7 +15472,7 @@ 6 test test NOUN NN Number=Sing 7 compound 7:compound _ 7 subjects subject NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +9 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ 11 will will AUX MD VerbForm=Fin 12 aux 12:aux _ 12 take take VERB VB VerbForm=Inf 9 ccomp 9:ccomp _ @@ -15481,13 +15483,13 @@ # text = The test, along with an information form, is available at: . 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 test test NOUN NN Number=Sing 11 nsubj 11:nsubj SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 8 punct 8:punct _ 4 along along ADP IN _ 8 case 8:case _ 5 with with ADP IN _ 8 case 8:case _ 6 an a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 information information NOUN NN Number=Sing 8 compound 8:compound _ 8 form form NOUN NN Number=Sing 2 nmod 2:nmod:with SpaceAfter=No -9 , , PUNCT , _ 11 punct 11:punct _ +9 , , PUNCT , _ 2 punct 2:punct _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 11 available available ADJ JJ Degree=Pos 0 root 0:root _ 12 at at ADP IN _ 11 obl 11:obl SpaceAfter=No @@ -15497,7 +15499,7 @@ # sent_id = newsgroup-groups.google.com_homeopathyclinic_46a87f7e5ce279d5_ENG_20051107_133800-0007 # text = I think a test like this one is much needed. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 test test NOUN NN Number=Sing 10 nsubj:pass 10:nsubj:pass _ 5 like like ADP IN _ 7 case 7:case _ @@ -15523,7 +15525,7 @@ 11 behavioral behavioral ADJ JJ Degree=Pos 12 amod 12:amod _ 12 checklists checklist NOUN NNS Number=Plur 10 obj 10:obj _ 13 or or CCONJ CC _ 15 cc 15:cc _ -14 a a DET DT Definite=Ind|PronType=Art 10 reparandum 10:reparandum _ +14 a a DET DT Definite=Ind|PronType=Art 15 reparandum 15:reparandum _ 15 completing complete VERB VBG VerbForm=Ger 10 conj 4:advcl:instead_of|10:conj:or _ 16 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 17 lengthy lengthy ADJ JJ Degree=Pos 20 amod 20:amod _ @@ -15538,25 +15540,25 @@ # text = Perhaps you are willing to recommend this site and, if you have a website, place a link on your website. 1 Perhaps perhaps ADV RB _ 4 advmod 4:advmod _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj|17:nsubj:xsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 willing willing ADJ JJ Degree=Pos 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 recommend recommend VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ 8 site site NOUN NN Number=Sing 6 obj 6:obj _ 9 and and CCONJ CC _ 17 cc 17:cc SpaceAfter=No -10 , , PUNCT , _ 17 punct 17:punct _ +10 , , PUNCT , _ 9 punct 9:punct _ 11 if if SCONJ IN _ 13 mark 13:mark _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ -13 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:if _ +13 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:if _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 website website NOUN NN Number=Sing 13 obj 13:obj SpaceAfter=No -16 , , PUNCT , _ 17 punct 17:punct _ +16 , , PUNCT , _ 13 punct 13:punct _ 17 place place VERB VB VerbForm=Inf 6 conj 4:xcomp|6:conj:and _ 18 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 19 link link NOUN NN Number=Sing 17 obj 17:obj _ 20 on on ADP IN _ 22 case 22:case _ -21 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 website website NOUN NN Number=Sing 17 obl 17:obl:on SpaceAfter=No 23 . . PUNCT . _ 4 punct 4:punct _ @@ -15564,28 +15566,28 @@ # sent_id = newsgroup-groups.google.com_alt.animals.badgers_2044a3376e5a87a5_ENG_20040529_135300-0001 # newpar id = newsgroup-groups.google.com_alt.animals.badgers_2044a3376e5a87a5_ENG_20040529_135300-p0001 # text = are there any sadists out there who share the same tastes as i do ? -1 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 there there PRON EX _ 1 expl 1:expl _ -3 any any DET DT _ 4 det 4:det _ +3 any any DET DT PronType=Ind 4 det 4:det _ 4 sadists sadist NOUN NNS Number=Plur 1 nsubj 1:nsubj|8:nsubj _ 5 out out ADV RB _ 6 advmod 6:advmod _ 6 there there ADV RB PronType=Dem 1 advmod 1:advmod _ 7 who who PRON WP PronType=Rel 8 nsubj 4:ref _ -8 share share VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +8 share share VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 same same ADJ JJ Degree=Pos 11 amod 11:amod _ 11 tastes taste NOUN NNS Number=Plur 8 obj 8:obj _ 12 as as SCONJ IN _ 14 mark 14:mark _ -13 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advmod 10:advmod _ +13 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ +14 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:as _ 15 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.badgers_2044a3376e5a87a5_ENG_20040529_135300-0002 # text = i dont know what it is , but since a very young age i have had a strange but very gratifying urge to torture or maime animals. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 dont _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ -3 nt not PART RB _ 4 advmod 4:advmod _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 nt not PART RB Typo=Yes 4 advmod 4:advmod CorrectForm=n't 4 know know VERB VB VerbForm=Inf 0 root 0:root _ 5 what what PRON WP PronType=Int 4 ccomp 4:ccomp _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ @@ -15597,8 +15599,8 @@ 12 very very ADV RB _ 13 advmod 13:advmod _ 13 young young ADJ JJ Degree=Pos 14 amod 14:amod _ 14 age age NOUN NN Number=Sing 17 obl 17:obl:since _ -15 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -16 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +15 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ +16 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 17 had have VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:but _ 18 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 19 strange strange ADJ JJ Degree=Pos 23 amod 23:amod _ @@ -15615,17 +15617,17 @@ # sent_id = newsgroup-groups.google.com_alt.animals.badgers_2044a3376e5a87a5_ENG_20040529_135300-0003 # text = i am deadly serious, i really do get sexual releif from even hearing of torture of animals, now some people may call me a brute or a coward but i cant help my true feelings. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 deadly deadly ADV RB _ 4 advmod 4:advmod _ 4 serious serious ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ -6 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ +5 , , PUNCT , _ 9 punct 9:punct _ +6 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 7 really really ADV RB _ 9 advmod 9:advmod _ -8 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +8 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 9 get get VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ 10 sexual sexual ADJ JJ Degree=Pos 11 amod 11:amod _ -11 releif releif NOUN NN Number=Sing 9 obj 9:obj _ +11 releif relief NOUN NN Number=Sing|Typo=Yes 9 obj 9:obj CorrectForm=relief 12 from from SCONJ IN _ 14 mark 14:mark _ 13 even even ADV RB _ 14 advmod 14:advmod _ 14 hearing hear VERB VBG VerbForm=Ger 9 advcl 9:advcl:from _ @@ -15633,25 +15635,25 @@ 16 torture torture NOUN NN Number=Sing 14 obl 14:obl:of _ 17 of of ADP IN _ 18 case 18:case _ 18 animals animal NOUN NNS Number=Plur 16 nmod 16:nmod:of SpaceAfter=No -19 , , PUNCT , _ 4 punct 4:punct _ +19 , , PUNCT , _ 24 punct 24:punct _ 20 now now ADV RB _ 24 advmod 24:advmod _ -21 some some DET DT _ 22 det 22:det _ +21 some some DET DT PronType=Ind 22 det 22:det _ 22 people people NOUN NNS Number=Plur 24 nsubj 24:nsubj _ 23 may may AUX MD VerbForm=Fin 24 aux 24:aux _ 24 call call VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ -25 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 24 obj 24:obj _ +25 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 24 obj 24:obj|27:nsubj:xsubj|30:nsubj:xsubj _ 26 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ -27 brute brute NOUN NN Number=Sing 25 xcomp 25:xcomp _ +27 brute brute NOUN NN Number=Sing 24 xcomp 24:xcomp _ 28 or or CCONJ CC _ 30 cc 30:cc _ 29 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ 30 coward coward NOUN NN Number=Sing 27 conj 25:xcomp|27:conj:or _ 31 but but CCONJ CC _ 35 cc 35:cc _ -32 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 35 nsubj 35:nsubj _ +32 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 35 nsubj 35:nsubj _ 33-34 cant _ _ _ _ _ _ _ _ 33 ca can AUX MD VerbForm=Fin 35 aux 35:aux _ -34 nt not PART RB _ 35 advmod 35:advmod _ +34 nt not PART RB Typo=Yes 35 advmod 35:advmod CorrectForm=n't 35 help help VERB VB VerbForm=Inf 24 conj 24:conj:but _ -36 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ +36 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ 37 true true ADJ JJ Degree=Pos 38 amod 38:amod _ 38 feelings feeling NOUN NNS Number=Plur 35 obj 35:obj SpaceAfter=No 39 . . PUNCT . _ 4 punct 4:punct _ @@ -15661,15 +15663,15 @@ 1 badger badger NOUN NN Number=Sing 2 compound 2:compound _ 2 baiting baiting NOUN NNS Number=Plur 8 nsubj 8:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ -4 natrually natrually ADV RB _ 8 advmod 8:advmod _ +4 natrually naturally ADV RB Typo=Yes 8 advmod 8:advmod CorrectForm=naturally 5 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 6 huge huge ADJ JJ Degree=Pos 8 amod 8:amod _ 7 turn turn NOUN NN Number=Sing 8 compound 8:compound _ 8 on on NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 9 , , PUNCT , _ 12 punct 12:punct _ 10 so so ADV RB _ 12 advmod 12:advmod _ -11 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 conj 8:conj _ +11 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ +12 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 8 parataxis 8:parataxis _ 13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 14 few few ADJ JJ Degree=Pos 15 amod 15:amod _ 15 words word NOUN NNS Number=Plur 20 nsubj 20:nsubj _ @@ -15678,7 +15680,7 @@ 18 group group NOUN NN Number=Sing 15 nmod 15:nmod:in _ 19 might might AUX MD VerbForm=Fin 20 aux 20:aux _ 20 uncover uncover VERB VB VerbForm=Inf 12 ccomp 12:ccomp _ -21 some some DET DT _ 23 det 23:det _ +21 some some DET DT PronType=Ind 23 det 23:det _ 22 mutual mutual ADJ JJ Degree=Pos 23 amod 23:amod _ 23 enthusiasts enthusiast NOUN NNS Number=Plur 20 obj 20:obj SpaceAfter=No 24 . . PUNCT . _ 8 punct 8:punct _ @@ -15688,15 +15690,15 @@ 1 sincere sincere ADJ JJ Degree=Pos 2 amod 2:amod _ 2 appologies appology NOUN NNS Number=Plur 0 root 0:root _ 3 to to ADP IN _ 4 case 4:case _ -4 anyone anyone PRON NN Number=Sing 2 nmod 2:nmod:to|7:nsubj:pass _ +4 anyone anyone PRON NN Number=Sing|PronType=Ind 2 nmod 2:nmod:to|7:nsubj:pass _ 5 who who PRON WP PronType=Rel 7 nsubj:pass 4:ref _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ 7 offended offend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl:relcl 4:acl:relcl _ 8 by by ADP IN _ 10 case 10:case _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ -10 request request NOUN NN Number=Sing 7 obl 7:obl:by _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +10 request request NOUN NN Number=Sing 7 obl:agent 7:obl:agent _ 11 but but CCONJ CC _ 15 cc 15:cc _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 request request NOUN NN Number=Sing 15 nsubj 15:nsubj _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 15 genuine genuine ADJ JJ Degree=Pos 2 conj 2:conj:but SpaceAfter=No @@ -15704,25 +15706,25 @@ # sent_id = newsgroup-groups.google.com_alt.animals.badgers_2044a3376e5a87a5_ENG_20040529_135300-0006 # text = ----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==---- -1 ----== ----== SYM NFP _ 2 punct 2:punct _ -2 Posted post VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 ----== ----== PUNCT NFP _ 2 punct 2:punct _ +2 Posted post VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 3 via via ADP IN _ 4 case 4:case _ 4 Newsfeed.Com newsfeed.com X ADD _ 2 obl 2:obl:via _ 5 - - PUNCT , _ 12 punct 12:punct _ 6 Unlimited unlimited ADJ JJ Degree=Pos 12 amod 12:amod SpaceAfter=No -7 - - PUNCT , _ 12 punct 12:punct SpaceAfter=No +7 - - PUNCT , _ 6 punct 6:punct SpaceAfter=No 8 Uncensored uncensored ADJ JJ Degree=Pos 12 amod 12:amod SpaceAfter=No -9 - - PUNCT , _ 12 punct 12:punct SpaceAfter=No +9 - - PUNCT , _ 8 punct 8:punct SpaceAfter=No 10 Secure secure ADJ JJ Degree=Pos 12 amod 12:amod _ 11 Usenet usenet NOUN NN Number=Sing 12 compound 12:compound _ -12 News news NOUN NN Number=Sing 2 acl 2:acl SpaceAfter=No -13 ==---- ==---- SYM NFP _ 12 punct 12:punct _ +12 News news NOUN NN Number=Sing 4 appos 4:appos SpaceAfter=No +13 ==---- ==---- PUNCT NFP _ 12 punct 12:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.badgers_2044a3376e5a87a5_ENG_20040529_135300-0007 # text = The #1 Newsgroup Service in the World! 1 The the DET DT Definite=Def|PronType=Art 5 det 5:det _ 2 # # SYM NN Number=Sing 5 compound 5:compound SpaceAfter=No -3 1 1 NUM CD NumType=Card 2 nummod 2:nummod _ +3 1 1 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 4 Newsgroup newsgroup NOUN NN Number=Sing 5 compound 5:compound _ 5 Service service NOUN NN Number=Sing 0 root 0:root _ 6 in in ADP IN _ 8 case 8:case _ @@ -15733,49 +15735,49 @@ # sent_id = newsgroup-groups.google.com_alt.animals.badgers_2044a3376e5a87a5_ENG_20040529_135300-0008 # text = >100,000 Newsgroups 1 > > SYM SYM _ 2 advmod 2:advmod SpaceAfter=No -2 100,000 100,000 NUM CD NumType=Card 3 nummod 3:nummod _ +2 100,000 100000 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 3 Newsgroups newsgroup NOUN NNS Number=Plur 0 root 0:root _ # sent_id = newsgroup-groups.google.com_alt.animals.badgers_2044a3376e5a87a5_ENG_20040529_135300-0009 # text = ---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =--- -1 ---= ---= SYM NFP _ 9 punct 9:punct _ -2 19 19 NUM CD NumType=Card 9 nummod 9:nummod _ +1 ---= ---= PUNCT NFP _ 9 punct 9:punct _ +2 19 19 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 3 East east ADJ JJ Degree=Pos 7 amod 7:amod SpaceAfter=No -4 / / PUNCT , _ 5 cc 5:cc SpaceAfter=No +4 / / SYM , _ 5 cc 5:cc SpaceAfter=No 5 West west ADJ JJ Degree=Pos 3 conj 3:conj|7:amod SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 7 Coast coast NOUN NN Number=Sing 8 obl:npmod 8:obl:npmod _ 8 Specialized specialized ADJ JJ Degree=Pos 9 amod 9:amod _ 9 Servers server NOUN NNS Number=Plur 0 root 0:root _ -10 - - PUNCT , _ 9 punct 9:punct _ +10 - - PUNCT , _ 12 punct 12:punct _ 11 Total total ADJ JJ Degree=Pos 12 amod 12:amod _ 12 Privacy privacy NOUN NN Number=Sing 9 parataxis 9:parataxis _ 13 via via ADP IN _ 14 case 14:case _ 14 Encryption encryption NOUN NN Number=Sing 12 nmod 12:nmod:via _ -15 =--- =--- SYM NFP _ 9 punct 9:punct _ +15 =--- =--- PUNCT NFP _ 9 punct 9:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.badgers_2044a3376e5a87a5_ENG_20040529_135300-0010 # newpar id = newsgroup-groups.google.com_alt.animals.badgers_2044a3376e5a87a5_ENG_20040529_135300-p0002 # text = ----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==---- -1 ----== ----== SYM NFP _ 2 punct 2:punct _ -2 Posted post VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 ----== ----== PUNCT NFP _ 2 punct 2:punct _ +2 Posted post VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 3 via via ADP IN _ 4 case 4:case _ 4 Newsfeed.Com newsfeed.com X ADD _ 2 obl 2:obl:via _ 5 - - PUNCT , _ 12 punct 12:punct _ 6 Unlimited unlimited ADJ JJ Degree=Pos 12 amod 12:amod SpaceAfter=No -7 - - PUNCT , _ 12 punct 12:punct SpaceAfter=No +7 - - PUNCT , _ 6 punct 6:punct SpaceAfter=No 8 Uncensored uncensored ADJ JJ Degree=Pos 12 amod 12:amod SpaceAfter=No -9 - - PUNCT , _ 12 punct 12:punct SpaceAfter=No +9 - - PUNCT , _ 8 punct 8:punct SpaceAfter=No 10 Secure secure ADJ JJ Degree=Pos 12 amod 12:amod _ 11 Usenet usenet NOUN NN Number=Sing 12 compound 12:compound _ -12 News news NOUN NN Number=Sing 2 acl 2:acl SpaceAfter=No -13 ==---- ==---- SYM NFP _ 12 punct 12:punct _ +12 News news NOUN NN Number=Sing 4 appos 4:appos SpaceAfter=No +13 ==---- ==---- PUNCT NFP _ 12 punct 12:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.badgers_2044a3376e5a87a5_ENG_20040529_135300-0011 # text = The #1 Newsgroup Service in the World! 1 The the DET DT Definite=Def|PronType=Art 5 det 5:det _ 2 # # SYM NN Number=Sing 5 compound 5:compound SpaceAfter=No -3 1 1 NUM CD NumType=Card 2 nummod 2:nummod _ +3 1 1 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 4 Newsgroup newsgroup NOUN NN Number=Sing 5 compound 5:compound _ 5 Service service NOUN NN Number=Sing 0 root 0:root _ 6 in in ADP IN _ 8 case 8:case _ @@ -15786,21 +15788,21 @@ # sent_id = newsgroup-groups.google.com_alt.animals.badgers_2044a3376e5a87a5_ENG_20040529_135300-0012 # text = >100,000 Newsgroups 1 > > SYM SYM _ 2 advmod 2:advmod SpaceAfter=No -2 100,000 100,000 NUM CD NumType=Card 3 nummod 3:nummod _ +2 100,000 100000 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 3 Newsgroups newsgroup NOUN NNS Number=Plur 0 root 0:root _ # sent_id = newsgroup-groups.google.com_alt.animals.badgers_2044a3376e5a87a5_ENG_20040529_135300-0013 # text = ---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =--- 1 ---= ---= PUNCT NFP _ 9 punct 9:punct _ -2 19 19 NUM CD NumType=Card 9 nummod 9:nummod _ +2 19 19 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 3 East east ADJ JJ Degree=Pos 7 amod 7:amod SpaceAfter=No 4 / / SYM , _ 5 cc 5:cc SpaceAfter=No 5 West west ADJ JJ Degree=Pos 3 conj 3:conj|7:amod SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 7 Coast coast NOUN NN Number=Sing 8 obl:npmod 8:obl:npmod _ 8 Specialized specialized ADJ JJ Degree=Pos 9 amod 9:amod _ 9 Servers server NOUN NNS Number=Plur 0 root 0:root _ -10 - - PUNCT , _ 9 punct 9:punct _ +10 - - PUNCT , _ 12 punct 12:punct _ 11 Total total ADJ JJ Degree=Pos 12 amod 12:amod _ 12 Privacy privacy NOUN NN Number=Sing 9 parataxis 9:parataxis _ 13 via via ADP IN _ 14 case 14:case _ @@ -15816,7 +15818,7 @@ # sent_id = newsgroup-groups.google.com_eHolistic_b8e32f451114ecc2_ENG_20051118_192000-0002 # text = My name is Bill Gottlieb: -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 name name NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 Bill Bill PROPN NNP Number=Sing 0 root 0:root _ @@ -15827,17 +15829,17 @@ # text = I'm a freelance journalist specializing in health, with 30 years experience. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 freelance freelance ADJ JJ Degree=Pos 5 amod 5:amod _ 5 journalist journalist NOUN NN Number=Sing 0 root 0:root _ 6 specializing specialize VERB VBG VerbForm=Ger 5 acl 5:acl _ 7 in in ADP IN _ 8 case 8:case _ 8 health health NOUN NN Number=Sing 6 obl 6:obl:in SpaceAfter=No -9 , , PUNCT , _ 5 punct 5:punct _ +9 , , PUNCT , _ 13 punct 13:punct _ 10 with with ADP IN _ 13 case 13:case _ -11 30 30 NUM CD NumType=Card 12 nummod 12:nummod _ -12 years year NOUN NNS Number=Plur 13 compound 13:compound _ +11 30 30 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ +12 years year NOUN NNS Number=Plur 13 nmod:poss 13:nmod:poss MissingWordsAfter=' 13 experience experience NOUN NN Number=Sing 5 nmod 5:nmod:with SpaceAfter=No 14 . . PUNCT . _ 5 punct 5:punct _ @@ -15845,19 +15847,19 @@ # text = I'm the author of three books (including the 1.3 million seller ALTERNATIVE CURES) and hundreds of magazine articles, and worked for 20 years at Rodale Press, as a writer and as editor-in-chief of Prevention and Rodale Books. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|24:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 author author NOUN NN Number=Sing 0 root 0:root _ 5 of of ADP IN _ 7 case 7:case _ -6 three three NUM CD NumType=Card 7 nummod 7:nummod _ +6 three three NUM CD NumForm=Word|NumType=Card 7 nummod 7:nummod _ 7 books book NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 8 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No 9 including include VERB VBG VerbForm=Ger 13 case 13:case _ 10 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -11 1.3 1.3 NUM CD NumType=Card 12 compound 12:compound _ -12 million million NUM CD NumType=Card 13 nummod 13:nummod _ -13 seller seller NOUN NN Number=Sing 7 nmod 7:nmod:include _ -14 ALTERNATIVE ALTERNATIVE PROPN NNP Number=Sing 15 compound 15:compound _ +11 1.3 1.3 NUM CD NumForm=Digit|NumType=Frac 12 compound 12:compound _ +12 million million NUM CD NumForm=Word|NumType=Card 13 nummod 13:nummod _ +13 seller seller NOUN NN Number=Sing 7 nmod 7:nmod:including _ +14 ALTERNATIVE ALTERNATIVE ADJ NNP Degree=Pos 15 amod 15:amod _ 15 CURES CURES PROPN NNPS Number=Plur 13 appos 13:appos SpaceAfter=No 16 ) ) PUNCT -RRB- _ 13 punct 13:punct _ 17 and and CCONJ CC _ 18 cc 18:cc _ @@ -15867,35 +15869,35 @@ 21 articles article NOUN NNS Number=Plur 18 nmod 18:nmod:of SpaceAfter=No 22 , , PUNCT , _ 24 punct 24:punct _ 23 and and CCONJ CC _ 24 cc 24:cc _ -24 worked work VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +24 worked work VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 25 for for ADP IN _ 27 case 27:case _ -26 20 20 NUM CD NumType=Card 27 nummod 27:nummod _ +26 20 20 NUM CD NumForm=Digit|NumType=Card 27 nummod 27:nummod _ 27 years year NOUN NNS Number=Plur 24 obl 24:obl:for _ 28 at at ADP IN _ 30 case 30:case _ 29 Rodale Rodale PROPN NNP Number=Sing 30 compound 30:compound _ 30 Press Press PROPN NNP Number=Sing 24 obl 24:obl:at SpaceAfter=No -31 , , PUNCT , _ 24 punct 24:punct _ +31 , , PUNCT , _ 34 punct 34:punct _ 32 as as ADP IN _ 34 case 34:case _ 33 a a DET DT Definite=Ind|PronType=Art 34 det 34:det _ 34 writer writer NOUN NN Number=Sing 24 obl 24:obl:as _ 35 and and CCONJ CC _ 37 cc 37:cc _ 36 as as ADP IN _ 37 case 37:case _ 37 editor editor NOUN NN Number=Sing 34 conj 24:obl:as|34:conj:and SpaceAfter=No -38 - - PUNCT HYPH _ 37 punct 37:punct SpaceAfter=No +38 - - PUNCT HYPH _ 41 punct 41:punct SpaceAfter=No 39 in in ADP IN _ 41 case 41:case SpaceAfter=No -40 - - PUNCT HYPH _ 41 punct 41:punct SpaceAfter=No +40 - - PUNCT HYPH _ 39 punct 39:punct SpaceAfter=No 41 chief chief ADJ JJ Degree=Pos 37 nmod 37:nmod:in _ 42 of of ADP IN _ 43 case 43:case _ 43 Prevention Prevention PROPN NNP Number=Sing 37 nmod 37:nmod:of _ 44 and and CCONJ CC _ 46 cc 46:cc _ 45 Rodale Rodale PROPN NNP Number=Sing 46 compound 46:compound _ -46 Books Books PROPN NNPS Number=Plur 43 conj 37:nmod:of|43:conj:and SpaceAfter=No +46 Books Book PROPN NNPS Number=Plur 43 conj 37:nmod:of|43:conj:and SpaceAfter=No 47 . . PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_eHolistic_b8e32f451114ecc2_ENG_20051118_192000-0005 # text = Currently, I am writing a book on natural supplements to aid weight loss, with Harry Preuss, MD, a Professor of Medicine at Georgetown University; it is scheduled for publication by Broadway (Random House) in January 2007. 1 Currently currently ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 writing write VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ @@ -15908,13 +15910,13 @@ 12 aid aid VERB VB VerbForm=Inf 10 acl 10:acl:to _ 13 weight weight NOUN NN Number=Sing 14 compound 14:compound _ 14 loss loss NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No -15 , , PUNCT , _ 5 punct 5:punct _ +15 , , PUNCT , _ 17 punct 17:punct _ 16 with with ADP IN _ 17 case 17:case _ 17 Harry Harry PROPN NNP Number=Sing 5 obl 5:obl:with _ 18 Preuss Preuss PROPN NNP Number=Sing 17 flat 17:flat SpaceAfter=No -19 , , PUNCT , _ 17 punct 17:punct _ +19 , , PUNCT , _ 20 punct 20:punct _ 20 MD md NOUN NN Number=Sing 17 appos 17:appos SpaceAfter=No -21 , , PUNCT , _ 17 punct 17:punct _ +21 , , PUNCT , _ 23 punct 23:punct _ 22 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 23 Professor professor NOUN NN Number=Sing 17 appos 17:appos _ 24 of of ADP IN _ 25 case 25:case _ @@ -15922,7 +15924,7 @@ 26 at at ADP IN _ 28 case 28:case _ 27 Georgetown Georgetown PROPN NNP Number=Sing 28 compound 28:compound _ 28 University University PROPN NNP Number=Sing 23 nmod 23:nmod:at SpaceAfter=No -29 ; ; PUNCT , _ 5 punct 5:punct _ +29 ; ; PUNCT , _ 32 punct 32:punct _ 30 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 32 nsubj:pass 32:nsubj:pass _ 31 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 32 aux:pass 32:aux:pass _ 32 scheduled schedule VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 parataxis 5:parataxis _ @@ -15931,12 +15933,12 @@ 35 by by ADP IN _ 36 case 36:case _ 36 Broadway Broadway PROPN NNP Number=Sing 34 nmod 34:nmod:by _ 37 ( ( PUNCT -LRB- _ 39 punct 39:punct SpaceAfter=No -38 Random Random PROPN NNP Number=Sing 39 compound 39:compound _ +38 Random Random ADJ NNP Degree=Pos 39 amod 39:amod _ 39 House House PROPN NNP Number=Sing 36 appos 36:appos SpaceAfter=No 40 ) ) PUNCT -RRB- _ 39 punct 39:punct _ 41 in in ADP IN _ 42 case 42:case _ 42 January January PROPN NNP Number=Sing 34 nmod 34:nmod:in _ -43 2007 2007 NUM CD NumType=Card 42 nummod 42:nummod SpaceAfter=No +43 2007 2007 NUM CD NumForm=Digit|NumType=Card 42 nummod 42:nummod SpaceAfter=No 44 . . PUNCT . _ 5 punct 5:punct _ # sent_id = newsgroup-groups.google.com_eHolistic_b8e32f451114ecc2_ENG_20051118_192000-0006 @@ -15946,9 +15948,9 @@ 3 seeking seek VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 anecdotes anecdote NOUN NNS Number=Plur 3 obj 3:obj _ 5 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No -6 first first ADJ JJ Degree=Pos|NumType=Ord 7 amod 7:amod _ +6 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 7 amod 7:amod _ 7 name name NOUN NN Number=Sing 4 parataxis 4:parataxis SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 10 punct 10:punct _ 9 last last ADJ JJ Degree=Pos 10 amod 10:amod _ 10 initial initial NOUN NN Number=Sing 7 parataxis 7:parataxis SpaceAfter=No 11 ) ) PUNCT -RRB- _ 7 punct 7:punct _ @@ -15956,22 +15958,22 @@ 13 dieters dieter NOUN NNS Number=Plur 3 obl 3:obl:from|16:nsubj _ 14 who who PRON WP PronType=Rel 16 nsubj 13:ref _ 15 successfully successfully ADV RB _ 16 advmod 16:advmod _ -16 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +16 used use VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 17 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 18 natural natural ADJ JJ Degree=Pos 19 amod 19:amod _ -19 supplement supplement NOUN NN Number=Sing 16 obj 16:obj|21:nsubj:xsubj _ +19 supplement supplement NOUN NN Number=Sing 16 obj 16:obj _ 20 to to PART TO _ 21 mark 21:mark _ -21 assist assist VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ -22 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +21 assist assist VERB VB VerbForm=Inf 16 advcl 16:advcl:to _ +22 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 23 weight weight NOUN NN Number=Sing 24 compound 24:compound _ 24 loss loss NOUN NN Number=Sing 21 obj 21:obj SpaceAfter=No -25 ; ; PUNCT , _ 3 punct 3:punct _ +25 ; ; PUNCT , _ 31 punct 31:punct _ 26 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 27 therapeutic therapeutic ADJ JJ Degree=Pos 28 amod 28:amod _ 28 agents agent NOUN NNS Number=Plur 31 nsubj 31:nsubj _ 29 under under ADP IN _ 30 case 30:case _ 30 discussion discussion NOUN NN Number=Sing 28 nmod 28:nmod:under _ -31 include include VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +31 include include VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 32 HCA hca NOUN NN Number=Sing 31 obj 31:obj SpaceAfter=No 33 , , PUNCT , _ 34 punct 34:punct _ 34 MCT mct NOUN NN Number=Sing 32 conj 31:obj|32:conj:and SpaceAfter=No @@ -15987,13 +15989,13 @@ 44 chromium chromium NOUN NN Number=Sing 32 conj 31:obj|32:conj:and SpaceAfter=No 45 , , PUNCT , _ 48 punct 48:punct _ 46 starch starch NOUN NN Number=Sing 48 compound 48:compound SpaceAfter=No -47 - - PUNCT HYPH _ 48 punct 48:punct SpaceAfter=No +47 - - PUNCT HYPH _ 46 punct 46:punct SpaceAfter=No 48 blockers blocker NOUN NNS Number=Plur 32 conj 31:obj|32:conj:and SpaceAfter=No 49 , , PUNCT , _ 50 punct 50:punct _ 50 chitosan chitosan NOUN NN Number=Sing 32 conj 31:obj|32:conj:and SpaceAfter=No 51 , , PUNCT , _ 54 punct 54:punct _ -52 5 5 NUM CD NumType=Card 54 nummod 54:nummod SpaceAfter=No -53 - - PUNCT HYPH _ 54 punct 54:punct SpaceAfter=No +52 5 5 NUM CD NumForm=Digit|NumType=Card 54 nummod 54:nummod SpaceAfter=No +53 - - PUNCT HYPH _ 52 punct 52:punct SpaceAfter=No 54 HTP htp NOUN NN Number=Sing 32 conj 31:obj|32:conj:and SpaceAfter=No 55 , , PUNCT , _ 56 punct 56:punct _ 56 hoodia hoodia NOUN NN Number=Sing 32 conj 31:obj|32:conj:and _ @@ -16011,41 +16013,41 @@ 1 If if SCONJ IN _ 5 mark 5:mark _ 2-3 you've _ _ _ _ _ _ _ _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -3 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 've have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 successfully successfully ADV RB _ 5 advmod 5:advmod _ 5 used use VERB VBN Tense=Past|VerbForm=Part 16 advcl 16:advcl:if _ -6 any any DET DT _ 5 obj 5:obj|11:nsubj:xsubj _ +6 any any DET DT PronType=Ind 5 obj 5:obj _ 7 of of ADP IN _ 9 case 9:case _ 8 these this DET DT Number=Plur|PronType=Dem 9 det 9:det _ 9 supplement supplement NOUN NN Number=Sing 6 nmod 6:nmod:of _ 10 to to PART TO _ 11 mark 11:mark _ -11 aid aid VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ +11 aid aid VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ 12 weight weight NOUN NN Number=Sing 13 compound 13:compound _ 13 loss loss NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No -14 , , PUNCT , _ 16 punct 16:punct _ +14 , , PUNCT , _ 5 punct 5:punct _ 15 please please INTJ UH _ 16 discourse 16:discourse _ 16 write write VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -17 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 16 obj 16:obj _ +17 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 16 iobj 16:iobj _ 18 at at ADP IN _ 19 case 19:case _ 19 gottlie...@yahoo.com gottlie...@yahoo.com X ADD _ 16 obl 16:obl:at _ 20 and and CCONJ CC _ 21 cc 21:cc _ 21 let let VERB VB Mood=Imp|VerbForm=Fin 16 conj 16:conj:and _ 22 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 21 obj 21:obj|23:nsubj:xsubj _ 23 know know VERB VB VerbForm=Inf 21 xcomp 21:xcomp SpaceAfter=No -24 , , PUNCT , _ 21 punct 21:punct _ +24 , , PUNCT , _ 25 punct 25:punct _ 25 telling tell VERB VBG VerbForm=Ger 21 advcl 21:advcl _ -26 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 25 obj 25:obj _ +26 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 25 iobj 25:iobj _ 27 about about ADP IN _ 29 case 29:case _ -28 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +28 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ 29 experience experience NOUN NN Number=Sing 25 obl 25:obl:about SpaceAfter=No 30 . . PUNCT . _ 16 punct 16:punct _ # sent_id = newsgroup-groups.google.com_eHolistic_b8e32f451114ecc2_ENG_20051118_192000-0008 # text = Thank you for your time and attention. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 for for ADP IN _ 5 case 5:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 time time NOUN NN Number=Sing 1 obl 1:obl:for _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 attention attention NOUN NN Number=Sing 5 conj 1:obl:for|5:conj:and SpaceAfter=No @@ -16066,25 +16068,25 @@ # sent_id = newsgroup-groups.google.com_eHolistic_e470976a8f836699_ENG_20050829_183800-0001 # newpar id = newsgroup-groups.google.com_eHolistic_e470976a8f836699_ENG_20050829_183800-p0001 # text = Once upon a time (in 2001, to be specific), the Coca-Cola corporation built a bottling plant in a small and remote Indian village in the state of Kerala. -1 Once once ADV RB NumType=Mult 4 advmod 4:advmod _ +1 Once once ADV RB NumForm=Word|NumType=Mult 4 advmod 4:advmod _ 2 upon upon ADP IN _ 4 case 4:case _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 time time NOUN NN Number=Sing 19 obl 19:obl:upon _ 5 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No 6 in in ADP IN _ 7 case 7:case _ -7 2001 2001 NUM CD NumType=Card 19 obl 19:obl:in SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +7 2001 2001 NUM CD NumForm=Digit|NumType=Card 19 obl 19:obl:in SpaceAfter=No +8 , , PUNCT , _ 11 punct 11:punct _ 9 to to PART TO _ 11 mark 11:mark _ 10 be be AUX VB VerbForm=Inf 11 cop 11:cop _ 11 specific specific ADJ JJ Degree=Pos 7 advcl 7:advcl:to SpaceAfter=No 12 ) ) PUNCT -RRB- _ 7 punct 7:punct SpaceAfter=No -13 , , PUNCT , _ 19 punct 19:punct _ +13 , , PUNCT , _ 7 punct 7:punct _ 14 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 15 Coca Coca PROPN NNP Number=Sing 17 compound 17:compound SpaceAfter=No -16 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No +16 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No 17 Cola Cola PROPN NNP Number=Sing 18 compound 18:compound _ 18 corporation corporation NOUN NN Number=Sing 19 nsubj 19:nsubj _ -19 built build VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +19 built build VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 20 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 21 bottling bottling NOUN NN Number=Sing 22 compound 22:compound _ 22 plant plant NOUN NN Number=Sing 19 obj 19:obj _ @@ -16093,7 +16095,7 @@ 25 small small ADJ JJ Degree=Pos 29 amod 29:amod _ 26 and and CCONJ CC _ 27 cc 27:cc _ 27 remote remote ADJ JJ Degree=Pos 25 conj 25:conj:and|29:amod _ -28 Indian indian ADJ JJ Degree=Pos 29 amod 29:amod _ +28 Indian Indian ADJ JJ Degree=Pos 29 amod 29:amod _ 29 village village NOUN NN Number=Sing 19 obl 19:obl:in _ 30 in in ADP IN _ 32 case 32:case _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ @@ -16117,11 +16119,11 @@ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 local local ADJ JJ Degree=Pos 13 amod 13:amod _ 13 land land NOUN NN Number=Sing 4 obl 4:obl:of SpaceAfter=No -14 , , PUNCT , _ 18 punct 18:punct _ +14 , , PUNCT , _ 2 punct 2:punct _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 mighty mighty ADJ JJ Degree=Pos 17 amod 17:amod _ 17 corporation corporation NOUN NN Number=Sing 18 nsubj 18:nsubj|20:nsubj:xsubj _ -18 promised promise VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +18 promised promise VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 19 to to PART TO _ 20 mark 20:mark _ 20 bring bring VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ @@ -16138,22 +16140,22 @@ 4 few few ADJ JJ Degree=Pos 6 amod 6:amod _ 5 short short ADJ JJ Degree=Pos 6 amod 6:amod _ 6 months month NOUN NNS Number=Plur 11 obl 11:obl:within SpaceAfter=No -7 , , PUNCT , _ 11 punct 11:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 village village NOUN NN Number=Sing 10 compound 10:compound _ 10 people people NOUN NNS Number=Plur 11 nsubj 11:nsubj|13:nsubj:xsubj _ -11 began begin VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +11 began begin VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 12 to to PART TO _ 13 mark 13:mark _ 13 notice notice VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ -14 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 wells well NOUN NNS Number=Plur 17 nsubj 17:nsubj|18:nsubj:xsubj _ -16 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 aux 17:aux _ +16 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 17 aux 17:aux _ 17 running run VERB VBG VerbForm=Ger 13 ccomp 13:ccomp _ 18 dry dry ADJ JJ Degree=Pos 17 xcomp 17:xcomp SpaceAfter=No 19 , , PUNCT , _ 22 punct 22:punct _ 20 so so ADV RB _ 22 advmod 22:advmod _ 21 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 22 nsubj 22:nsubj _ -22 complained complain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 conj 11:conj _ +22 complained complain VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 parataxis 11:parataxis _ 23 to to ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 corporation corporation NOUN NN Number=Sing 22 obl 22:obl:to SpaceAfter=No @@ -16162,20 +16164,20 @@ # sent_id = newsgroup-groups.google.com_eHolistic_e470976a8f836699_ENG_20050829_183800-0004 # text = Coca-Cola calmed the concerns of the people and attempted to win back their favor by giving them vast amounts of free fertilizer, saying it would grow bountiful crops beyond their wildest dreams. 1 Coca Coca PROPN NNP Number=Sing 3 compound 3:compound SpaceAfter=No -2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No +2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No 3 Cola Cola PROPN NNP Number=Sing 4 nsubj 4:nsubj|11:nsubj|13:nsubj:xsubj _ -4 calmed calm VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 calmed calm VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 concerns concern NOUN NNS Number=Plur 4 obj 4:obj _ 7 of of ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 people people NOUN NNS Number=Plur 6 nmod 6:nmod:of _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 attempted attempt VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +11 attempted attempt VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 12 to to PART TO _ 13 mark 13:mark _ 13 win win VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 14 back back ADP RP _ 13 compound:prt 13:compound:prt _ -15 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 favor favor NOUN NN Number=Sing 13 obj 13:obj _ 17 by by SCONJ IN _ 18 mark 18:mark _ 18 giving give VERB VBG VerbForm=Ger 13 advcl 13:advcl:by _ @@ -16185,7 +16187,7 @@ 22 of of ADP IN _ 24 case 24:case _ 23 free free ADJ JJ Degree=Pos 24 amod 24:amod _ 24 fertilizer fertilizer NOUN NN Number=Sing 21 nmod 21:nmod:of SpaceAfter=No -25 , , PUNCT , _ 18 punct 18:punct _ +25 , , PUNCT , _ 26 punct 26:punct _ 26 saying say VERB VBG VerbForm=Ger 18 advcl 18:advcl _ 27 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 29 nsubj 29:nsubj _ 28 would would AUX MD VerbForm=Fin 29 aux 29:aux _ @@ -16193,8 +16195,8 @@ 30 bountiful bountiful ADJ JJ Degree=Pos 31 amod 31:amod _ 31 crops crop NOUN NNS Number=Plur 29 obj 29:obj _ 32 beyond beyond ADP IN _ 35 case 35:case _ -33 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ -34 wildest wildest ADJ JJS Degree=Sup 35 amod 35:amod _ +33 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ +34 wildest wild ADJ JJS Degree=Sup 35 amod 35:amod _ 35 dreams dream NOUN NNS Number=Plur 31 nmod 31:nmod:beyond SpaceAfter=No 36 . . PUNCT . _ 4 punct 4:punct _ @@ -16205,18 +16207,18 @@ 3 years year NOUN NNS Number=Plur 8 obl 8:obl:after _ 4 of of ADP IN _ 5 case 5:case _ 5 use use NOUN NN Number=Sing 3 nmod 3:nmod:of SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 arrive arrive VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 arrive arrive VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 at at ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 present present ADJ JJ Degree=Pos 12 amod 12:amod _ -12 day day NOUN NN Number=Sing 8 obl 8:obl:at _ -13 when when SCONJ WRB PronType=Rel 19 mark 19:mark _ +12 day day NOUN NN Number=Sing 8 obl 8:obl:at|19:obl:tmod _ +13 when when ADV WRB PronType=Rel 19 advmod 12:ref _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 15 village village NOUN NN Number=Sing 16 compound 16:compound _ 16 people people NOUN NNS Number=Plur 19 nsubj 19:nsubj _ -17 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ +17 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 18 suddenly suddenly ADV RB _ 19 advmod 19:advmod _ 19 discovered discover VERB VBN Tense=Past|VerbForm=Part 12 acl:relcl 12:acl:relcl _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ @@ -16235,13 +16237,13 @@ 32 laden laden ADJ JJ Degree=Pos 29 conj 19:ccomp|29:conj:and _ 33 with with ADP IN _ 34 case 34:case _ 34 cadmium cadmium NOUN NN Number=Sing 32 obl 32:obl:with SpaceAfter=No -35 , , PUNCT , _ 34 punct 34:punct _ +35 , , PUNCT , _ 44 punct 44:punct _ 36 a a DET DT Definite=Ind|PronType=Art 44 det 44:det _ 37 highly highly ADV RB _ 38 advmod 38:advmod _ 38 toxic toxic ADJ JJ Degree=Pos 44 amod 44:amod SpaceAfter=No -39 , , PUNCT , _ 44 punct 44:punct _ +39 , , PUNCT , _ 38 punct 38:punct _ 40 cancer cancer NOUN NN Number=Sing 42 compound 42:compound SpaceAfter=No -41 - - PUNCT HYPH _ 42 punct 42:punct SpaceAfter=No +41 - - PUNCT HYPH _ 40 punct 40:punct SpaceAfter=No 42 causing cause VERB VBG VerbForm=Ger 44 amod 44:amod _ 43 heavy heavy ADJ JJ Degree=Pos 44 amod 44:amod _ 44 metal metal NOUN NN Number=Sing 34 appos 34:appos SpaceAfter=No @@ -16254,7 +16256,7 @@ 3 soil soil NOUN NN Number=Sing 10 nsubj:pass 10:nsubj:pass _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 water water NOUN NN Number=Sing 3 conj 3:conj:and|10:nsubj:pass _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ 7 now now ADV RB _ 10 advmod 10:advmod _ 8 too too ADV RB _ 9 advmod 9:advmod _ 9 heavily heavily ADV RB _ 10 advmod 10:advmod _ @@ -16269,7 +16271,7 @@ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 plant plant NOUN NN Number=Sing 21 nsubj:pass 21:nsubj:pass _ 20 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 aux:pass 21:aux:pass _ -21 shut shut VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 conj 10:conj _ +21 shut shut VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 parataxis 10:parataxis _ 22 down down ADP RP _ 21 compound:prt 21:compound:prt _ 23 last last ADJ JJ Degree=Pos 24 amod 24:amod _ 24 week week NOUN NN Number=Sing 21 obl:tmod 21:obl:tmod SpaceAfter=No @@ -16281,13 +16283,13 @@ 2 of of ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 story story NOUN NN Number=Sing 1 nmod 1:nmod:of SpaceAfter=No -5 : : PUNCT : _ 1 punct 1:punct _ +5 : : PUNCT : _ 8 punct 8:punct _ 6-7 Don't _ _ _ _ _ _ _ _ 6 Do do AUX VB Mood=Imp|VerbForm=Fin 8 aux 8:aux _ 7 n't not PART RB _ 8 advmod 8:advmod _ 8 drink drink VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ 9 Coke Coke PROPN NNP Number=Sing 8 obj 8:obj SpaceAfter=No -10 .......... .......... PUNCT , _ 8 punct 8:punct SpaceAfter=No +10 .......... .......... PUNCT , _ 11 punct 11:punct SpaceAfter=No 11 drink drink VERB VB Mood=Imp|VerbForm=Fin 8 parataxis 8:parataxis _ 12 Pepsi Pepsi PROPN NNP Number=Sing 11 obj 11:obj SpaceAfter=No 13 ! ! PUNCT . _ 1 punct 1:punct _ @@ -16296,9 +16298,9 @@ # text = Just kidding, Pepsi is actually in the process of being thrown out of India for similar crimes, as well. 1 Just just ADV RB _ 2 advmod 2:advmod _ 2 kidding kid VERB VBG VerbForm=Ger 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 5 punct 5:punct _ 4 Pepsi Pepsi PROPN NNP Number=Sing 5 nsubj 5:nsubj _ -5 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 6 actually actually ADV RB _ 5 advmod 5:advmod _ 7 in in ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -16312,7 +16314,7 @@ 16 for for ADP IN _ 18 case 18:case _ 17 similar similar ADJ JJ Degree=Pos 18 amod 18:amod _ 18 crimes crime NOUN NNS Number=Plur 12 obl 12:obl:for SpaceAfter=No -19 , , PUNCT , _ 12 punct 12:punct _ +19 , , PUNCT , _ 20 punct 20:punct _ 20 as as ADV RB _ 12 advmod 12:advmod _ 21 well well ADV RB Degree=Pos 20 fixed 20:fixed SpaceAfter=No 22 . . PUNCT . _ 2 punct 2:punct _ @@ -16322,17 +16324,17 @@ # newpar id = newsgroup-groups.google.com_KatrinaAlliance_5aa2d7f53b76354f_ENG_20051125_134100-p0001 # text = The Greater New Orleans Fair Housing Action Center (GNOFHAC) filed a housing discrimination complaint against the Housing Authority of New Orleans (HANO) last week. 1 The the DET DT Definite=Def|PronType=Art 8 det 8:det _ -2 Greater Greater PROPN NNP Number=Sing 4 compound 4:compound _ -3 New New PROPN NNP Number=Sing 4 compound 4:compound _ +2 Greater Great ADJ NNP Degree=Cmp 4 amod 4:amod _ +3 New New ADJ NNP Degree=Pos 4 amod 4:amod _ 4 Orleans Orleans PROPN NNP Number=Sing 8 compound 8:compound _ -5 Fair Fair PROPN NNP Number=Sing 6 compound 6:compound _ +5 Fair Fair ADJ NNP Degree=Pos 6 amod 6:amod _ 6 Housing Housing PROPN NNP Number=Sing 7 compound 7:compound _ 7 Action Action PROPN NNP Number=Sing 8 compound 8:compound _ 8 Center Center PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 9 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No 10 GNOFHAC GNOFHAC PROPN NNP Number=Sing 8 appos 8:appos SpaceAfter=No 11 ) ) PUNCT -RRB- _ 10 punct 10:punct _ -12 filed file VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 filed file VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 13 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 14 housing housing NOUN NN Number=Sing 15 compound 15:compound _ 15 discrimination discrimination NOUN NN Number=Sing 16 compound 16:compound _ @@ -16342,7 +16344,7 @@ 19 Housing Housing PROPN NNP Number=Sing 20 compound 20:compound _ 20 Authority Authority PROPN NNP Number=Sing 16 nmod 16:nmod:against _ 21 of of ADP IN _ 23 case 23:case _ -22 New New PROPN NNP Number=Sing 23 compound 23:compound _ +22 New New ADJ NNP Degree=Pos 23 amod 23:amod _ 23 Orleans Orleans PROPN NNP Number=Sing 20 nmod 20:nmod:of _ 24 ( ( PUNCT -LRB- _ 25 punct 25:punct SpaceAfter=No 25 HANO HANO PROPN NNP Number=Sing 20 appos 20:appos SpaceAfter=No @@ -16355,28 +16357,28 @@ # text = The complaint, filed with the United States Department of Housing and Urban Development, accuses HANO of violating a 2003 enforcement agreement entered into between former St. Thomas Housing Development residents, the City of New Orleans, HANO, and the U.S. Department of Housing and Urban Development during the HOPE VI redevelopment of St. Thomas, now known as River Garden. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 complaint complaint NOUN NN Number=Sing 16 nsubj 16:nsubj SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ -4 filed file VERB VBN Tense=Past|VerbForm=Part 2 acl 2:acl _ +3 , , PUNCT , _ 4 punct 4:punct _ +4 filed file VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 acl 2:acl _ 5 with with ADP IN _ 9 case 9:case _ 6 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -7 United United PROPN NNP Number=Sing 8 compound 8:compound _ -8 States States PROPN NNP Number=Sing 9 compound 9:compound _ +7 United United ADJ NNP Degree=Pos 8 amod 8:amod _ +8 States State PROPN NNPS Number=Plur 9 compound 9:compound _ 9 Department Department PROPN NNP Number=Sing 4 obl 4:obl:with _ 10 of of ADP IN _ 11 case 11:case _ 11 Housing Housing PROPN NNP Number=Sing 9 nmod 9:nmod:of _ 12 and and CCONJ CC _ 14 cc 14:cc _ -13 Urban Urban PROPN NNP Number=Sing 14 compound 14:compound _ +13 Urban Urban ADJ NNP Degree=Pos 14 amod 14:amod _ 14 Development Development PROPN NNP Number=Sing 11 conj 9:nmod:of|11:conj:and SpaceAfter=No -15 , , PUNCT , _ 16 punct 16:punct _ +15 , , PUNCT , _ 2 punct 2:punct _ 16 accuses accuse VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 17 HANO HANO PROPN NNP Number=Sing 16 obj 16:obj _ 18 of of SCONJ IN _ 19 mark 19:mark _ 19 violating violate VERB VBG VerbForm=Ger 16 advcl 16:advcl:of _ 20 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ -21 2003 2003 NUM CD NumType=Card 23 amod 23:amod _ +21 2003 2003 NUM CD NumForm=Digit|NumType=Card 23 compound 23:compound _ 22 enforcement enforcement NOUN NN Number=Sing 23 compound 23:compound _ 23 agreement agreement NOUN NN Number=Sing 19 obj 19:obj _ -24 entered enter VERB VBN Tense=Past|VerbForm=Part 23 acl 23:acl _ +24 entered enter VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 acl 23:acl _ 25 into into ADP IN _ 24 obl 24:obl _ 26 between between ADP IN _ 32 case 32:case _ 27 former former ADJ JJ Degree=Pos 32 amod 32:amod _ @@ -16389,7 +16391,7 @@ 34 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ 35 City City PROPN NNP Number=Sing 32 conj 24:obl:between|32:conj:and _ 36 of of ADP IN _ 38 case 38:case _ -37 New New PROPN NNP Number=Sing 38 compound 38:compound _ +37 New New ADJ NNP Degree=Pos 38 amod 38:amod _ 38 Orleans Orleans PROPN NNP Number=Sing 35 nmod 35:nmod:of SpaceAfter=No 39 , , PUNCT , _ 40 punct 40:punct _ 40 HANO HANO PROPN NNP Number=Sing 32 conj 24:obl:between|32:conj:and SpaceAfter=No @@ -16401,19 +16403,19 @@ 46 of of ADP IN _ 47 case 47:case _ 47 Housing Housing PROPN NNP Number=Sing 45 nmod 45:nmod:of _ 48 and and CCONJ CC _ 50 cc 50:cc _ -49 Urban Urban PROPN NNP Number=Sing 50 compound 50:compound _ +49 Urban Urban ADJ NNP Degree=Pos 50 amod 50:amod _ 50 Development Development PROPN NNP Number=Sing 47 conj 45:nmod:of|47:conj:and _ 51 during during ADP IN _ 55 case 55:case _ 52 the the DET DT Definite=Def|PronType=Art 55 det 55:det _ -53 HOPE HOPE PROPN NNP Number=Sing 54 compound 54:compound _ -54 VI VI PROPN NNP Number=Sing 55 compound 55:compound _ +53 HOPE HOPE PROPN NNP Number=Sing 55 compound 55:compound _ +54 VI VI NUM CD NumForm=Roman|NumType=Card 53 nummod 53:nummod _ 55 redevelopment redevelopment NOUN NN Number=Sing 24 obl 24:obl:during _ 56 of of ADP IN _ 57 case 57:case _ 57 St. St. PROPN NNP Number=Sing 55 nmod 55:nmod:of _ 58 Thomas Thomas PROPN NNP Number=Sing 57 flat 57:flat SpaceAfter=No -59 , , PUNCT , _ 57 punct 57:punct _ +59 , , PUNCT , _ 61 punct 61:punct _ 60 now now ADV RB _ 61 advmod 61:advmod _ -61 known know VERB VBN Tense=Past|VerbForm=Part 57 acl 57:acl _ +61 known know VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 57 acl 57:acl _ 62 as as ADP IN _ 64 case 64:case _ 63 River River PROPN NNP Number=Sing 64 compound 64:compound _ 64 Garden Garden PROPN NNP Number=Sing 61 obl 61:obl:as SpaceAfter=No @@ -16424,7 +16426,7 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 current current ADJ JJ Degree=Pos 3 amod 3:amod _ 3 complaints complaint NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 allege allege VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 allege allege VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 that that SCONJ IN _ 9 mark 9:mark _ 6 HANO HANO PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 7 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ @@ -16449,7 +16451,7 @@ 26 Garden Garden PROPN NNP Number=Sing 23 nmod 23:nmod:at _ 27 per per ADP IN _ 30 case 30:case _ 28 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ -29 2003 2003 NUM CD NumType=Card 30 compound 30:compound _ +29 2003 2003 NUM CD NumForm=Digit|NumType=Card 30 compound 30:compound _ 30 agreement agreement NOUN NN Number=Sing 9 obl 9:obl:per SpaceAfter=No 31 . . PUNCT . _ 4 punct 4:punct _ @@ -16458,23 +16460,23 @@ 1 Upon upon ADP IN _ 2 case 2:case _ 2 return return NOUN NN Number=Sing 16 obl 16:obl:upon _ 3 to to ADP IN _ 5 case 5:case _ -4 New New PROPN NNP Number=Sing 5 compound 5:compound _ +4 New New ADJ NNP Degree=Pos 5 amod 5:amod _ 5 Orleans Orleans PROPN NNP Number=Sing 2 nmod 2:nmod:to _ 6 after after ADP IN _ 10 case 10:case _ 7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 8 Hurricane Hurricane PROPN NNP Number=Sing 9 compound 9:compound _ 9 Katrina Katrina PROPN NNP Number=Sing 10 compound 10:compound _ 10 evacuation evacuation NOUN NN Number=Sing 2 nmod 2:nmod:after SpaceAfter=No -11 , , PUNCT , _ 16 punct 16:punct _ +11 , , PUNCT , _ 2 punct 2:punct _ 12 former former ADJ JJ Degree=Pos 13 amod 13:amod _ 13 residents resident NOUN NNS Number=Plur 16 nsubj:pass 16:nsubj:pass _ -14 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +14 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 15 been be AUX VBN Tense=Past|VerbForm=Part 16 aux:pass 16:aux:pass _ 16 informed inform VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 17 that that SCONJ IN _ 19 mark 19:mark _ 18 there there PRON EX _ 19 expl 19:expl _ -19 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 ccomp 16:ccomp _ -20 no no DET DT _ 24 det 24:det _ +19 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 ccomp 16:ccomp _ +20 no no DET DT PronType=Neg 24 det 24:det _ 21 available available ADJ JJ Degree=Pos 24 amod 24:amod _ 22 public public ADJ JJ Degree=Pos 23 amod 23:amod _ 23 housing housing NOUN NN Number=Sing 24 compound 24:compound _ @@ -16485,7 +16487,7 @@ 28 because because SCONJ IN _ 33 mark 33:mark _ 29 those that DET DT Number=Plur|PronType=Dem 30 det 30:det _ 30 units unit NOUN NNS Number=Plur 33 nsubj:pass 33:nsubj:pass _ -31 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 33 aux 33:aux _ +31 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 33 aux 33:aux _ 32 been be AUX VBN Tense=Past|VerbForm=Part 33 aux:pass 33:aux:pass _ 33 reserved reserve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 advcl 19:advcl:because _ 34 for for ADP IN _ 36 case 36:case _ @@ -16496,11 +16498,11 @@ # sent_id = newsgroup-groups.google.com_KatrinaAlliance_5aa2d7f53b76354f_ENG_20051125_134100-0005 # text = Therefore, public housing residents have been unable to secure the units for which they qualified prior to the storm and are left homeless, as a result. 1 Therefore therefore ADV RB _ 8 advmod 8:advmod SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 public public ADJ JJ Degree=Pos 4 amod 4:amod _ 4 housing housing NOUN NN Number=Sing 5 compound 5:compound _ 5 residents resident NOUN NNS Number=Plur 8 nsubj 8:nsubj|10:nsubj:xsubj|23:nsubj:pass|24:nsubj:xsubj _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 been be AUX VBN Tense=Past|VerbForm=Part 8 cop 8:cop _ 8 unable unable ADJ JJ Degree=Pos 0 root 0:root _ 9 to to PART TO _ 10 mark 10:mark _ @@ -16510,16 +16512,16 @@ 13 for for ADP IN _ 14 case 14:case _ 14 which which PRON WDT PronType=Rel 16 obl 12:ref _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -16 qualified qualify VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ -17 prior prior ADJ JJ Degree=Pos 20 case 20:case _ +16 qualified qualify VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +17 prior prior ADJ JJ Degree=Pos|ExtPos=ADP 20 case 20:case _ 18 to to ADP IN _ 17 fixed 17:fixed _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 storm storm NOUN NN Number=Sing 16 obl 16:obl:prior_to _ 21 and and CCONJ CC _ 23 cc 23:cc _ -22 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 aux:pass 23:aux:pass _ +22 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 aux:pass 23:aux:pass _ 23 left leave VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 conj 8:conj:and _ 24 homeless homeless ADJ JJ Degree=Pos 23 xcomp 23:xcomp SpaceAfter=No -25 , , PUNCT , _ 23 punct 23:punct _ +25 , , PUNCT , _ 28 punct 28:punct _ 26 as as ADP IN _ 28 case 28:case _ 27 a a DET DT Definite=Ind|PronType=Art 28 det 28:det _ 28 result result NOUN NN Number=Sing 23 obl 23:obl:as SpaceAfter=No @@ -16534,14 +16536,14 @@ 5 of of ADP IN _ 7 case 7:case _ 6 Hurricane Hurricane PROPN NNP Number=Sing 7 compound 7:compound _ 7 Katrina Katrina PROPN NNP Number=Sing 4 nmod 4:nmod:of SpaceAfter=No -8 , , PUNCT , _ 16 punct 16:punct _ +8 , , PUNCT , _ 4 punct 4:punct _ 9 affordable affordable ADJ JJ Degree=Pos 10 amod 10:amod _ 10 housing housing NOUN NN Number=Sing 16 nsubj 16:nsubj _ 11 in in ADP IN _ 13 case 13:case _ -12 New New PROPN NNP Number=Sing 13 compound 13:compound _ +12 New New ADJ NNP Degree=Pos 13 amod 13:amod _ 13 Orleans Orleans PROPN NNP Number=Sing 10 nmod 10:nmod:in _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ -15 more more ADV RBR _ 16 advmod 16:advmod _ +15 more more ADV RBR Degree=Cmp 16 advmod 16:advmod _ 16 scarce scarce ADJ JJ Degree=Pos 0 root 0:root _ 17 than than ADP IN _ 18 case 18:case _ 18 ever ever ADV RB _ 16 obl 16:obl:than SpaceAfter=No @@ -16551,25 +16553,25 @@ # text = As such, it is essential that HANO comply with 2003 enforcement agreement," said James Perry, GNOFHAC Executive Director 1 As as ADP IN _ 2 case 2:case _ 2 such such ADJ JJ Degree=Pos 6 obl 6:obl:as SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 essential essential ADJ JJ Degree=Pos 16 ccomp 16:ccomp _ 7 that that SCONJ IN _ 9 mark 9:mark _ 8 HANO HANO PROPN NNP Number=Sing 9 nsubj 9:nsubj _ -9 comply comply VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ +9 comply comply VERB VB Mood=Sub|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ 10 with with ADP IN _ 13 case 13:case _ -11 2003 2003 NUM CD NumType=Card 13 amod 13:amod _ +11 2003 2003 NUM CD NumForm=Digit|NumType=Card 13 compound 13:compound _ 12 enforcement enforcement NOUN NN Number=Sing 13 compound 13:compound _ 13 agreement agreement NOUN NN Number=Sing 9 obl 9:obl:with SpaceAfter=No -14 , , PUNCT , _ 16 punct 16:punct SpaceAfter=No -15 " " PUNCT '' _ 16 punct 16:punct _ -16 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +14 , , PUNCT , _ 6 punct 6:punct SpaceAfter=No +15 " " PUNCT '' _ 6 punct 6:punct _ +16 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 17 James James PROPN NNP Number=Sing 16 nsubj 16:nsubj _ 18 Perry Perry PROPN NNP Number=Sing 17 flat 17:flat SpaceAfter=No -19 , , PUNCT , _ 17 punct 17:punct _ +19 , , PUNCT , _ 22 punct 22:punct _ 20 GNOFHAC GNOFHAC PROPN NNP Number=Sing 22 compound 22:compound _ -21 Executive Executive PROPN NNP Number=Sing 22 compound 22:compound _ +21 Executive Executive ADJ NNP Degree=Pos 22 amod 22:amod _ 22 Director Director PROPN NNP Number=Sing 17 appos 17:appos _ # newdoc id = newsgroup-groups.google.com_marketplace_e019a6deff0a1c7f_ENG_20050922_024300 @@ -16577,23 +16579,23 @@ # newpar id = newsgroup-groups.google.com_marketplace_e019a6deff0a1c7f_ENG_20050922_024300-p0001 # text = Crude-oil prices rose Wednesday as strengthening Hurricane Rita, now a Category 5 storm, threatened to disrupt oil production in the Gulf of Mexico. 1 Crude crude ADJ JJ Degree=Pos 3 amod 3:amod SpaceAfter=No -2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No +2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No 3 oil oil NOUN NN Number=Sing 4 compound 4:compound _ 4 prices price NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -5 rose rise VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 rose rise VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 Wednesday Wednesday PROPN NNP Number=Sing 5 obl:tmod 5:obl:tmod _ 7 as as SCONJ IN _ 18 mark 18:mark _ 8 strengthening strengthen VERB VBG VerbForm=Ger 10 amod 10:amod _ 9 Hurricane Hurricane PROPN NNP Number=Sing 10 compound 10:compound _ 10 Rita Rita PROPN NNP Number=Sing 18 nsubj 18:nsubj|20:nsubj:xsubj SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 16 punct 16:punct _ 12 now now ADV RB _ 16 advmod 16:advmod _ 13 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 14 Category category NOUN NN Number=Sing 16 compound 16:compound _ -15 5 5 NUM CD NumType=Card 14 nummod 14:nummod _ -16 storm storm NOUN NN Number=Sing 10 acl:relcl 10:acl:relcl SpaceAfter=No -17 , , PUNCT , _ 18 punct 18:punct _ -18 threatened threaten VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:as _ +15 5 5 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ +16 storm storm NOUN NN Number=Sing 10 acl 10:acl SpaceAfter=No +17 , , PUNCT , _ 10 punct 10:punct _ +18 threatened threaten VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:as _ 19 to to PART TO _ 20 mark 20:mark _ 20 disrupt disrupt VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ 21 oil oil NOUN NN Number=Sing 22 compound 22:compound _ @@ -16607,13 +16609,13 @@ # sent_id = newsgroup-groups.google.com_marketplace_e019a6deff0a1c7f_ENG_20050922_024300-0002 # text = New York's main contract, light sweet crude for delivery in November rose 60 cents to close at 66.80 dollars per barrel. -1 New New PROPN NNP Number=Sing 2 compound 2:compound _ +1 New New ADJ NNP Degree=Pos 2 amod 2:amod _ 2-3 York's _ _ _ _ _ _ _ _ 2 York York PROPN NNP Number=Sing 5 nmod:poss 5:nmod:poss _ 3 's 's PART POS _ 2 case 2:case _ 4 main main ADJ JJ Degree=Pos 5 amod 5:amod _ 5 contract contract NOUN NN Number=Sing 14 nsubj 14:nsubj SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 9 punct 9:punct _ 7 light light ADJ JJ Degree=Pos 9 amod 9:amod _ 8 sweet sweet ADJ JJ Degree=Pos 9 amod 9:amod _ 9 crude crude NOUN NN Number=Sing 5 appos 5:appos _ @@ -16621,13 +16623,13 @@ 11 delivery delivery NOUN NN Number=Sing 9 nmod 9:nmod:for _ 12 in in ADP IN _ 13 case 13:case _ 13 November November PROPN NNP Number=Sing 11 nmod 11:nmod:in _ -14 rose rise VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -15 60 60 NUM CD NumType=Card 16 nummod 16:nummod _ +14 rose rise VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +15 60 60 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 16 cents cent NOUN NNS Number=Plur 14 obl:npmod 14:obl:npmod _ 17 to to PART TO _ 18 mark 18:mark _ 18 close close VERB VB VerbForm=Inf 14 advcl 14:advcl:to _ 19 at at ADP IN _ 21 case 21:case _ -20 66.80 66.80 NUM CD NumType=Card 21 nummod 21:nummod _ +20 66.80 66.80 NUM CD NumForm=Digit|NumType=Frac 21 nummod 21:nummod _ 21 dollars dollar NOUN NNS Number=Plur 18 obl 18:obl:at _ 22 per per ADP IN _ 23 case 23:case _ 23 barrel barrel NOUN NN Number=Sing 21 nmod 21:nmod:per SpaceAfter=No @@ -16637,7 +16639,7 @@ # text = In London, the price of Brent North Sea crude for November delivery advanced 53 cents to 64.73 dollars. 1 In in ADP IN _ 2 case 2:case _ 2 London London PROPN NNP Number=Sing 14 obl 14:obl:in SpaceAfter=No -3 , , PUNCT , _ 14 punct 14:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 price price NOUN NN Number=Sing 14 nsubj 14:nsubj _ 6 of of ADP IN _ 10 case 10:case _ @@ -16648,11 +16650,11 @@ 11 for for ADP IN _ 13 case 13:case _ 12 November November PROPN NNP Number=Sing 13 compound 13:compound _ 13 delivery delivery NOUN NN Number=Sing 10 nmod 10:nmod:for _ -14 advanced advance VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -15 53 53 NUM CD NumType=Card 16 nummod 16:nummod _ +14 advanced advance VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +15 53 53 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 16 cents cent NOUN NNS Number=Plur 14 obl:npmod 14:obl:npmod _ 17 to to ADP IN _ 19 case 19:case _ -18 64.73 64.73 NUM CD NumType=Card 19 nummod 19:nummod _ +18 64.73 64.73 NUM CD NumForm=Digit|NumType=Frac 19 nummod 19:nummod _ 19 dollars dollar NOUN NNS Number=Plur 14 obl 14:obl:to SpaceAfter=No 20 . . PUNCT . _ 14 punct 14:punct _ @@ -16662,23 +16664,23 @@ 2 brushing brush VERB VBG VerbForm=Ger 11 advcl 11:advcl:after _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 4 Florida Florida PROPN NNP Number=Sing 5 compound 5:compound _ -5 Keys Keys PROPN NNPS Number=Plur 6 compound 6:compound _ +5 Keys Key PROPN NNPS Number=Plur 6 compound 6:compound _ 6 islands island NOUN NNS Number=Plur 2 obj 2:obj _ 7 on on ADP IN _ 8 case 8:case _ 8 Tuesday Tuesday PROPN NNP Number=Sing 2 obl 2:obl:on SpaceAfter=No -9 , , PUNCT , _ 11 punct 11:punct _ +9 , , PUNCT , _ 2 punct 2:punct _ 10 Rita Rita PROPN NNP Number=Sing 11 nsubj 11:nsubj _ -11 packed pack VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +11 packed pack VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 12 winds wind NOUN NNS Number=Plur 11 obj 11:obj _ 13 of of ADP IN _ 16 case 16:case _ 14 about about ADV RB _ 15 advmod 15:advmod _ -15 240 240 NUM CD NumType=Card 16 nummod 16:nummod _ +15 240 240 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 16 kilometers kilometer NOUN NNS Number=Plur 12 nmod 12:nmod:of _ 17 an a DET DT Definite=Ind|PronType=Art 18 det 18:det _ -18 hour hour NOUN NN Number=Sing 16 nmod:npmod 16:nmod:npmod _ +18 hour hour NOUN NN Number=Sing 16 nmod:tmod 16:nmod:tmod _ 19 as as SCONJ IN _ 21 mark 21:mark _ 20 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj _ -21 headed head VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:as _ +21 headed head VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:as _ 22 across across ADP IN _ 24 case 24:case _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 Gulf Gulf PROPN NNP Number=Sing 21 obl 21:obl:across _ @@ -16690,10 +16692,10 @@ # text = The US National Hurricane Center said Rita was "extremely dangerous" and could become a top-level category five storm on the Saffir-Simpson scale. 1 The the DET DT Definite=Def|PronType=Art 5 det 5:det _ 2 US US PROPN NNP Number=Sing 5 compound 5:compound _ -3 National National PROPN NNP Number=Sing 5 compound 5:compound _ +3 National National ADJ NNP Degree=Pos 5 amod 5:amod _ 4 Hurricane Hurricane PROPN NNP Number=Sing 5 compound 5:compound _ 5 Center Center PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -6 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 Rita Rita PROPN NNP Number=Sing 11 nsubj 11:nsubj|15:nsubj|22:nsubj:xsubj _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ 9 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No @@ -16705,15 +16707,15 @@ 15 become become VERB VB VerbForm=Inf 11 conj 6:ccomp|11:conj:and _ 16 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 17 top top ADJ JJ Degree=Pos 19 amod 19:amod SpaceAfter=No -18 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No +18 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No 19 level level NOUN NN Number=Sing 22 compound 22:compound _ 20 category category NOUN NN Number=Sing 22 compound 22:compound _ -21 five five NUM CD NumType=Card 20 nummod 20:nummod _ +21 five five NUM CD NumForm=Word|NumType=Card 20 nummod 20:nummod _ 22 storm storm NOUN NN Number=Sing 15 xcomp 15:xcomp _ 23 on on ADP IN _ 28 case 28:case _ 24 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 25 Saffir Saffir PROPN NNP Number=Sing 28 compound 28:compound SpaceAfter=No -26 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No +26 - - PUNCT HYPH _ 27 punct 27:punct SpaceAfter=No 27 Simpson Simpson PROPN NNP Number=Sing 25 flat 25:flat _ 28 scale scale NOUN NN Number=Sing 22 nmod 22:nmod:on SpaceAfter=No 29 . . PUNCT . _ 6 punct 6:punct _ @@ -16722,24 +16724,24 @@ # text = The storm threatened oil installations in the Gulf of Mexico where about one-quarter of US oil operations are based. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 storm storm NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 threatened threaten VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 threatened threaten VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 oil oil NOUN NN Number=Sing 5 compound 5:compound _ 5 installations installation NOUN NNS Number=Plur 3 obj 3:obj _ 6 in in ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -8 Gulf Gulf PROPN NNP Number=Sing 5 nmod 5:nmod:in _ +8 Gulf Gulf PROPN NNP Number=Sing 5 nmod 5:nmod:in|21:obl _ 9 of of ADP IN _ 10 case 10:case _ 10 Mexico Mexico PROPN NNP Number=Sing 8 nmod 8:nmod:of _ -11 where where SCONJ WRB PronType=Rel 21 mark 21:mark _ +11 where where ADV WRB PronType=Rel 21 advmod 8:ref _ 12 about about ADV RB _ 15 advmod 15:advmod _ -13 one one NUM CD NumType=Card 15 compound 15:compound SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +13 one one NUM CD NumForm=Word|NumType=Card 15 compound 15:compound SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 quarter quarter NOUN NN Number=Sing 21 nsubj:pass 21:nsubj:pass _ 16 of of ADP IN _ 19 case 19:case _ 17 US US PROPN NNP Number=Sing 19 compound 19:compound _ 18 oil oil NOUN NN Number=Sing 19 compound 19:compound _ 19 operations operation NOUN NNS Number=Plur 15 nmod 15:nmod:of _ -20 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 aux:pass 21:aux:pass _ +20 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 21 aux:pass 21:aux:pass _ 21 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl:relcl 8:acl:relcl SpaceAfter=No 22 . . PUNCT . _ 3 punct 3:punct _ @@ -16747,7 +16749,7 @@ # text = Oil companies evacuated offshore facilities as the storm's progress kept global markets on tenterhooks. 1 Oil oil NOUN NN Number=Sing 2 compound 2:compound _ 2 companies company NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 evacuated evacuate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 evacuated evacuate VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 offshore offshore ADJ JJ Degree=Pos 5 amod 5:amod _ 5 facilities facility NOUN NNS Number=Plur 3 obj 3:obj _ 6 as as SCONJ IN _ 11 mark 11:mark _ @@ -16756,7 +16758,7 @@ 8 storm storm NOUN NN Number=Sing 10 nmod:poss 10:nmod:poss _ 9 's 's PART POS _ 8 case 8:case _ 10 progress progress NOUN NN Number=Sing 11 nsubj 11:nsubj _ -11 kept keep VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:as _ +11 kept keep VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:as _ 12 global global ADJ JJ Degree=Pos 13 amod 13:amod _ 13 markets market NOUN NNS Number=Plur 11 obj 11:obj _ 14 on on ADP IN _ 15 case 15:case _ @@ -16767,20 +16769,20 @@ # text = In Texas, BP shut its 460,000 barrels per day refinery and Marathon shut its 72,000 bpd plant. 1 In in ADP IN _ 2 case 2:case _ 2 Texas Texas PROPN NNP Number=Sing 5 obl 5:obl:in SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 BP BP PROPN NNP Number=Sing 5 nsubj 5:nsubj _ -5 shut shut VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -6 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ -7 460,000 460,000 NUM CD NumType=Card 8 nummod 8:nummod _ +5 shut shut VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +7 460,000 460000 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 8 barrels barrel NOUN NNS Number=Plur 11 compound 11:compound _ 9 per per ADP IN _ 10 case 10:case _ 10 day day NOUN NN Number=Sing 8 nmod 8:nmod:per _ 11 refinery refinery NOUN NN Number=Sing 5 obj 5:obj _ 12 and and CCONJ CC _ 14 cc 14:cc _ 13 Marathon Marathon PROPN NNP Number=Sing 14 nsubj 14:nsubj _ -14 shut shut VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ -15 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ -16 72,000 72,000 NUM CD NumType=Card 17 nummod 17:nummod _ +14 shut shut VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +15 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +16 72,000 72000 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod _ 17 bpd bpd NOUN NN Number=Sing 18 compound 18:compound _ 18 plant plant NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No 19 . . PUNCT . _ 5 punct 5:punct _ @@ -16788,21 +16790,21 @@ # sent_id = newsgroup-groups.google.com_marketplace_e019a6deff0a1c7f_ENG_20050922_024300-0009 # text = Valero said it was reducing rates at its 243,000 bpd Texas City refinery and its 85,000 bpd Houston refinery. 1 Valero Valero PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 5 reducing reduce VERB VBG Tense=Pres|VerbForm=Part 2 ccomp 2:ccomp _ 6 rates rate NOUN NNS Number=Plur 5 obj 5:obj _ 7 at at ADP IN _ 13 case 13:case _ -8 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ -9 243,000 243,000 NUM CD NumType=Card 10 nummod 10:nummod _ +8 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +9 243,000 243000 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 bpd bpd NOUN NN Number=Sing 13 compound 13:compound _ 11 Texas Texas PROPN NNP Number=Sing 12 compound 12:compound _ 12 City City PROPN NNP Number=Sing 13 compound 13:compound _ 13 refinery refinery NOUN NN Number=Sing 5 obl 5:obl:at _ 14 and and CCONJ CC _ 19 cc 19:cc _ -15 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ -16 85,000 85,000 NUM CD NumType=Card 17 nummod 17:nummod _ +15 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +16 85,000 85000 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod _ 17 bpd bpd NOUN NN Number=Sing 19 compound 19:compound _ 18 Houston Houston PROPN NNP Number=Sing 19 compound 19:compound _ 19 refinery refinery NOUN NN Number=Sing 13 conj 5:obl:at|13:conj:and SpaceAfter=No @@ -16812,11 +16814,11 @@ # text = Exxon Mobil released nonessential staff from two giant Texas plants. 1 Exxon Exxon PROPN NNP Number=Sing 2 compound 2:compound _ 2 Mobil Mobil PROPN NNP Number=Sing 3 nsubj 3:nsubj _ -3 released release VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 released release VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 nonessential nonessential ADJ JJ Degree=Pos 5 amod 5:amod _ 5 staff staff NOUN NN Number=Sing 3 obj 3:obj _ 6 from from ADP IN _ 10 case 10:case _ -7 two two NUM CD NumType=Card 10 nummod 10:nummod _ +7 two two NUM CD NumForm=Word|NumType=Card 10 nummod 10:nummod _ 8 giant giant ADJ JJ Degree=Pos 10 amod 10:amod _ 9 Texas Texas PROPN NNP Number=Sing 10 compound 10:compound _ 10 plants plant NOUN NNS Number=Plur 3 obl 3:obl:from SpaceAfter=No @@ -16826,23 +16828,23 @@ # text = Last month, Katrina devastated refineries in Louisiana and Mississippi and sent prices to a record high of 70.85 dollars a barrel. 1 Last last ADJ JJ Degree=Pos 2 amod 2:amod _ 2 month month NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 Katrina Katrina PROPN NNP Number=Sing 5 nsubj 5:nsubj|12:nsubj _ -5 devastated devastate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 devastated devastate VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 refineries refinery NOUN NNS Number=Plur 5 obj 5:obj _ 7 in in ADP IN _ 8 case 8:case _ 8 Louisiana Louisiana PROPN NNP Number=Sing 6 nmod 6:nmod:in _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 Mississippi Mississippi PROPN NNP Number=Sing 8 conj 6:nmod:in|8:conj:and _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +12 sent send VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 13 prices price NOUN NNS Number=Plur 12 obj 12:obj _ 14 to to ADP IN _ 17 case 17:case _ 15 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 16 record record ADJ JJ Degree=Pos 17 amod 17:amod _ 17 high high NOUN NN Number=Sing 12 obl 12:obl:to _ 18 of of ADP IN _ 20 case 20:case _ -19 70.85 70.85 NUM CD NumType=Card 20 nummod 20:nummod _ +19 70.85 70.85 NUM CD NumForm=Digit|NumType=Frac 20 nummod 20:nummod _ 20 dollars dollar NOUN NNS Number=Plur 17 nmod 17:nmod:of _ 21 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 22 barrel barrel NOUN NN Number=Sing 20 nmod:npmod 20:nmod:npmod SpaceAfter=No @@ -16857,11 +16859,11 @@ 5 bellow bellow ADV RB _ 4 advmod 4:advmod _ 6 which which PRON WDT PronType=Rel 8 nsubj 4:ref _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ -8 excelnt excelnt ADJ JJ Degree=Pos 4 acl:relcl 4:acl:relcl _ +8 excelnt excellent ADJ JJ Degree=Pos|Typo=Yes 4 acl:relcl 4:acl:relcl CorrectForm=excellent 9 , , PUNCT , _ 10 punct 10:punct SpaceAfter=No -10 thank thank NOUN NN Number=Sing 2 parataxis 2:parataxis _ +10 thank thanks NOUN NN Number=Sing 2 parataxis 2:parataxis _ 11 for for ADP IN _ 13 case 13:case _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 click click NOUN NN Number=Sing 10 nmod 10:nmod:for _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 attention attention NOUN NN Number=Sing 13 conj 10:nmod:for|13:conj:and SpaceAfter=No @@ -16872,13 +16874,13 @@ # newpar id = newsgroup-groups.google.com_hiddennook_edef226e24a57863_ENG_20051116_085200-p0001 # text = [http://www.newscientistspace.com/article.ns?id=dn8293&feedId=human-spaceflight_atom03] 1 [ [ PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No -2 http://www.newscientistspace.com/article.ns?id=dn8293&feedId=human-spaceflight_atom03 http://www.newscientistspace.com/article.ns?id=dn8293&feedid=human-spaceflight_atom03 X ADD _ 0 root 0:root SpaceAfter=No +2 http://www.newscientistspace.com/article.ns?id=dn8293&feedId=human-spaceflight_atom03 http://www.newscientistspace.com/article.ns?id=dn8293&feedId=human-spaceflight_atom03 X ADD _ 0 root 0:root SpaceAfter=No 3 ] ] PUNCT -RRB- _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_edef226e24a57863_ENG_20051116_085200-0002 # text = (New Scientist Space) 1 ( ( PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No -2 New New PROPN NNP Number=Sing 3 compound 3:compound _ +2 New New ADJ NNP Degree=Pos 3 amod 3:amod _ 3 Scientist Scientist PROPN NNP Number=Sing 4 compound 4:compound _ 4 Space Space PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No 5 ) ) PUNCT -RRB- _ 4 punct 4:punct _ @@ -16899,31 +16901,32 @@ 12 astronauts astronaut NOUN NNS Number=Plur 10 conj 8:obj|10:conj:and _ 13 to to ADP IN _ 17 case 17:case _ 14 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -15 International International PROPN NNP Number=Sing 17 compound 17:compound _ +15 International International ADJ NNP Degree=Pos 17 amod 17:amod _ 16 Space Space PROPN NNP Number=Sing 17 compound 17:compound _ 17 Station Station PROPN NNP Number=Sing 8 obl 8:obl:to SpaceAfter=No -18 , , PUNCT , _ 20 punct 20:punct _ +18 , , PUNCT , _ 3 punct 3:punct _ 19 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ -20 announced announce VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +20 announced announce VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 21 this this DET DT Number=Sing|PronType=Dem 22 det 22:det _ 22 week week NOUN NN Number=Sing 20 obl:tmod 20:obl:tmod SpaceAfter=No 23 . . PUNCT . _ 20 punct 20:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_edef226e24a57863_ENG_20051116_085200-0004 # text = [...] -1 [ [ PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No -2 ... ... PUNCT , _ 3 punct 3:punct SpaceAfter=No -3 ] ] PUNCT -RRB- _ 0 root 0:root _ +1 [ [ PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No +2 ... ... PUNCT , _ 0 root 0:root SpaceAfter=No +3 ] ] PUNCT -RRB- _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_edef226e24a57863_ENG_20051116_085200-0005 # newpar id = newsgroup-groups.google.com_hiddennook_edef226e24a57863_ENG_20051116_085200-p0002 # text = "It's not cost-effective doing station flights while at the same time focusing on getting back to the Moon," says Brett Alexander, vice-president of Transformational Space, one of the companies hoping to launch astronauts to the ISS. -1 " " PUNCT `` _ 25 punct 25:punct SpaceAfter=No -2 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 expl 7:expl SpaceAfter=No +1 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No +2-3 It's _ _ _ _ _ _ _ _ +2 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 expl 7:expl _ 3 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 not not PART RB _ 7 advmod 7:advmod _ 5 cost cost NOUN NN Number=Sing 7 obl:npmod 7:obl:npmod SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 effective effective ADJ JJ Degree=Pos 25 ccomp 25:ccomp _ 8 doing do VERB VBG VerbForm=Ger 7 csubj 7:csubj _ 9 station station NOUN NN Number=Sing 10 compound 10:compound _ @@ -16940,18 +16943,18 @@ 20 to to ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 Moon Moon PROPN NNP Number=Sing 19 obl 19:obl:to SpaceAfter=No -23 , , PUNCT , _ 25 punct 25:punct SpaceAfter=No -24 " " PUNCT '' _ 25 punct 25:punct _ +23 , , PUNCT , _ 7 punct 7:punct SpaceAfter=No +24 " " PUNCT '' _ 7 punct 7:punct _ 25 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 26 Brett Brett PROPN NNP Number=Sing 25 nsubj 25:nsubj _ 27 Alexander Alexander PROPN NNP Number=Sing 26 flat 26:flat SpaceAfter=No -28 , , PUNCT , _ 26 punct 26:punct _ +28 , , PUNCT , _ 29 punct 29:punct _ 29 vice-president vice-president NOUN NN Number=Sing 26 appos 26:appos _ 30 of of ADP IN _ 32 case 32:case _ -31 Transformational Transformational PROPN NNP Number=Sing 32 compound 32:compound _ +31 Transformational Transformational ADJ NNP Degree=Pos 32 amod 32:amod _ 32 Space Space PROPN NNP Number=Sing 29 nmod 29:nmod:of SpaceAfter=No -33 , , PUNCT , _ 32 punct 32:punct _ -34 one one NUM CD NumType=Card 32 appos 32:appos _ +33 , , PUNCT , _ 34 punct 34:punct _ +34 one one NUM CD NumForm=Word|NumType=Card 32 appos 32:appos _ 35 of of ADP IN _ 37 case 37:case _ 36 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ 37 companies company NOUN NNS Number=Plur 34 nmod 34:nmod:of _ @@ -16969,19 +16972,19 @@ 1 NASA NASA PROPN NNP Number=Sing 2 nsubj 2:nsubj _ 2 intends intend VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 upon upon SCONJ IN _ 4 mark 4:mark _ -4 retiring retire VERB VBG VerbForm=Ger 2 advcl 2:advcl:upon _ +4 retiring retire VERB VBG VerbForm=Ger 2 advcl 2:advcl:upon|13:csubj _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 space space NOUN NN Number=Sing 7 compound 7:compound _ 7 shuttles shuttle NOUN NNS Number=Plur 4 obj 4:obj _ 8 in in ADP IN _ 9 case 9:case _ -9 2010 2010 NUM CD NumType=Card 4 obl 4:obl:in SpaceAfter=No -10 , , PUNCT , _ 4 punct 4:punct _ -11 which which PRON WDT PronType=Int 13 nsubj 13:nsubj _ +9 2010 2010 NUM CD NumForm=Digit|NumType=Card 4 obl 4:obl:in SpaceAfter=No +10 , , PUNCT , _ 13 punct 13:punct _ +11 which which PRON WDT PronType=Rel 13 nsubj 4:ref _ 12 only only ADV RB _ 13 advmod 13:advmod _ -13 leaves leave VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ +13 leaves leave VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 advcl:relcl 4:advcl:relcl _ 14 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 obj 13:obj _ 15 with with ADP IN _ 17 case 17:case _ -16 18 18 NUM CD NumType=Card 17 nummod 17:nummod _ +16 18 18 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod _ 17 flights flight NOUN NNS Number=Plur 13 obl 13:obl:with _ 18 towards towards ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ @@ -16998,7 +17001,7 @@ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 wise wise ADJ JJ Degree=Pos 8 amod 8:amod _ 8 alternative alternative NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 considering consider VERB VBG VerbForm=Ger 8 advcl 8:advcl _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 accomplishments accomplishment NOUN NNS Number=Plur 10 obj 10:obj _ @@ -17009,13 +17012,13 @@ 17 regarding regard VERB VBG VerbForm=Ger 20 case 20:case _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 19 space space NOUN NN Number=Sing 20 compound 20:compound _ -20 elevator elevator NOUN NN Number=Sing 12 nmod 12:nmod:regard _ +20 elevator elevator NOUN NN Number=Sing 12 nmod 12:nmod:regarding _ 21 . . PUNCT . _ 8 punct 8:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_edef226e24a57863_ENG_20051116_085200-0008 # text = Although some may praise this as an opportunity for the private sector to finally serve the public good, NASA seems hesitant about turning over the reigns to the corporate world. 1 Although although SCONJ IN _ 4 mark 4:mark _ -2 some some DET DT _ 4 nsubj 4:nsubj _ +2 some some DET DT PronType=Ind 4 nsubj 4:nsubj _ 3 may may AUX MD VerbForm=Fin 4 aux 4:aux _ 4 praise praise VERB VB VerbForm=Inf 21 advcl 21:advcl:although _ 5 this this PRON DT Number=Sing|PronType=Dem 4 obj 4:obj _ @@ -17032,7 +17035,7 @@ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 17 public public ADJ JJ Degree=Pos 18 amod 18:amod _ 18 good good NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No -19 , , PUNCT , _ 21 punct 21:punct _ +19 , , PUNCT , _ 4 punct 4:punct _ 20 NASA NASA PROPN NNP Number=Sing 21 nsubj 21:nsubj|22:nsubj:xsubj _ 21 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 22 hesitant hesitant ADJ JJ Degree=Pos 21 xcomp 21:xcomp _ @@ -17051,7 +17054,7 @@ # newpar id = newsgroup-groups.google.com_hiddennook_edef226e24a57863_ENG_20051116_085200-p0003 # text = (New Scientist Space) 1 ( ( PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No -2 New New PROPN NNP Number=Sing 3 compound 3:compound _ +2 New New ADJ NNP Degree=Pos 3 amod 3:amod _ 3 Scientist Scientist PROPN NNP Number=Sing 4 compound 4:compound _ 4 Space Space PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No 5 ) ) PUNCT -RRB- _ 4 punct 4:punct _ @@ -17059,19 +17062,19 @@ # sent_id = newsgroup-groups.google.com_hiddennook_edef226e24a57863_ENG_20051116_085200-0010 # text = On 3 November, NASA administrator Michael Griffin told the US house science committee that the agency expects to invest about $500 million in the commercial cargo and crew project over five years. 1 On on ADP IN _ 3 case 3:case _ -2 3 3 NUM CD NumType=Card 3 nummod 3:nummod _ +2 3 3 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 3 November November PROPN NNP Number=Sing 9 obl 9:obl:on SpaceAfter=No -4 , , PUNCT , _ 9 punct 9:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 NASA NASA PROPN NNP Number=Sing 6 compound 6:compound _ 6 administrator administrator NOUN NN Number=Sing 7 compound 7:compound _ 7 Michael Michael PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 8 Griffin Griffin PROPN NNP Number=Sing 7 flat 7:flat _ -9 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 11 US US PROPN NNP Number=Sing 12 compound 12:compound _ -12 house house PROPN NNP Number=Sing 14 compound 14:compound _ -13 science science PROPN NNP Number=Sing 14 compound 14:compound _ -14 committee committee PROPN NNP Number=Sing 9 iobj 9:iobj _ +12 house House PROPN NNP Number=Sing 14 compound 14:compound _ +13 science Science PROPN NNP Number=Sing 14 compound 14:compound _ +14 committee Committee PROPN NNP Number=Sing 9 iobj 9:iobj _ 15 that that SCONJ IN _ 18 mark 18:mark _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 agency agency NOUN NN Number=Sing 18 nsubj 18:nsubj|20:nsubj:xsubj _ @@ -17080,8 +17083,8 @@ 20 invest invest VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ 21 about about ADV RB _ 22 advmod 22:advmod _ 22 $ $ SYM $ _ 20 obj 20:obj SpaceAfter=No -23 500 500 NUM CD NumType=Card 24 compound 24:compound _ -24 million million NUM CD NumType=Card 22 nummod 22:nummod _ +23 500 500 NUM CD NumForm=Digit|NumType=Card 24 compound 24:compound _ +24 million million NUM CD NumForm=Word|NumType=Card 22 nummod 22:nummod _ 25 in in ADP IN _ 31 case 31:case _ 26 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 27 commercial commercial ADJ JJ Degree=Pos 31 amod 31:amod _ @@ -17090,55 +17093,55 @@ 30 crew crew NOUN NN Number=Sing 28 conj 28:conj:and|31:compound _ 31 project project NOUN NN Number=Sing 20 obl 20:obl:in _ 32 over over ADP IN _ 34 case 34:case _ -33 five five NUM CD NumType=Card 34 nummod 34:nummod _ +33 five five NUM CD NumForm=Word|NumType=Card 34 nummod 34:nummod _ 34 years year NOUN NNS Number=Plur 20 obl 20:obl:over SpaceAfter=No 35 . . PUNCT . _ 9 punct 9:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_edef226e24a57863_ENG_20051116_085200-0011 # text = "That kind of a financial incentive [...] will be sufficient to allow substantial providers to emerge," Griffin said. -1 " " PUNCT `` _ 23 punct 23:punct SpaceAfter=No +1 " " PUNCT `` _ 13 punct 13:punct SpaceAfter=No 2 That that DET DT Number=Sing|PronType=Dem 3 det 3:det _ 3 kind kind NOUN NN Number=Sing 13 nsubj 13:nsubj _ 4 of of ADP IN _ 7 case 7:case _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 financial financial ADJ JJ Degree=Pos 7 amod 7:amod _ 7 incentive incentive NOUN NN Number=Sing 3 nmod 3:nmod:of _ -8 [ [ PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No -9 ... ... PUNCT , _ 13 punct 13:punct SpaceAfter=No -10 ] ] PUNCT -RRB- _ 13 punct 13:punct _ +8 [ [ PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No +9 ... ... PUNCT , _ 3 punct 3:punct SpaceAfter=No +10 ] ] PUNCT -RRB- _ 9 punct 9:punct _ 11 will will AUX MD VerbForm=Fin 13 aux 13:aux _ 12 be be AUX VB VerbForm=Inf 13 cop 13:cop _ 13 sufficient sufficient ADJ JJ Degree=Pos 23 ccomp 23:ccomp _ 14 to to PART TO _ 15 mark 15:mark _ 15 allow allow VERB VB VerbForm=Inf 13 advcl 13:advcl:to _ 16 substantial substantial ADJ JJ Degree=Pos 17 amod 17:amod _ -17 providers provider NOUN NNS Number=Plur 15 obj 15:obj|19:nsubj:xsubj _ +17 providers provider NOUN NNS Number=Plur 15 iobj 15:iobj|19:nsubj:xsubj _ 18 to to PART TO _ 19 mark 19:mark _ 19 emerge emerge VERB VB VerbForm=Inf 15 xcomp 15:xcomp SpaceAfter=No -20 , , PUNCT , _ 23 punct 23:punct SpaceAfter=No -21 " " PUNCT '' _ 23 punct 23:punct _ +20 , , PUNCT , _ 13 punct 13:punct SpaceAfter=No +21 " " PUNCT '' _ 13 punct 13:punct _ 22 Griffin Griffin PROPN NNP Number=Sing 23 nsubj 23:nsubj _ -23 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +23 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 24 . . PUNCT . _ 23 punct 23:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_edef226e24a57863_ENG_20051116_085200-0012 # newpar id = newsgroup-groups.google.com_hiddennook_edef226e24a57863_ENG_20051116_085200-p0004 # text = "I hope that industry, if put to the test, can do better [than the government], but I do not expect it," Griffin added. -1 " " PUNCT `` _ 31 punct 31:punct SpaceAfter=No +1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 ccomp 31:ccomp _ +3 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 31 ccomp 31:ccomp _ 4 that that SCONJ IN _ 14 mark 14:mark _ 5 industry industry NOUN NN Number=Sing 14 nsubj 14:nsubj SpaceAfter=No -6 , , PUNCT , _ 14 punct 14:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 if if SCONJ IN _ 8 mark 8:mark _ -8 put put VERB VBN Tense=Past|VerbForm=Part 14 advcl 14:advcl:if _ +8 put put VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 advcl 14:advcl:if _ 9 to to ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 test test NOUN NN Number=Sing 8 obl 8:obl:to SpaceAfter=No -12 , , PUNCT , _ 14 punct 14:punct _ +12 , , PUNCT , _ 8 punct 8:punct _ 13 can can AUX MD VerbForm=Fin 14 aux 14:aux _ 14 do do VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ -15 better better ADV RBR Degree=Cmp 14 advmod 14:advmod _ +15 better well ADV RBR Degree=Cmp 14 advmod 14:advmod _ 16 [ [ PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No 17 than than ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ @@ -17147,14 +17150,14 @@ 21 , , PUNCT , _ 26 punct 26:punct _ 22 but but CCONJ CC _ 26 cc 26:cc _ 23 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 26 nsubj 26:nsubj _ -24 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ +24 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ 25 not not PART RB _ 26 advmod 26:advmod _ 26 expect expect VERB VB VerbForm=Inf 3 conj 3:conj:but|31:ccomp _ 27 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 26 obj 26:obj SpaceAfter=No -28 , , PUNCT , _ 31 punct 31:punct SpaceAfter=No -29 " " PUNCT '' _ 31 punct 31:punct _ +28 , , PUNCT , _ 3 punct 3:punct SpaceAfter=No +29 " " PUNCT '' _ 3 punct 3:punct _ 30 Griffin Griffin PROPN NNP Number=Sing 31 nsubj 31:nsubj _ -31 added add VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +31 added add VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 32 . . PUNCT . _ 31 punct 31:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_edef226e24a57863_ENG_20051116_085200-0013 @@ -17168,18 +17171,18 @@ 6 Griffin Griffin PROPN NNP Number=Sing 8 nmod:poss 8:nmod:poss _ 7 's 's PART POS _ 6 case 6:case _ 8 expectations expectation NOUN NNS Number=Plur 11 nsubj:pass 11:nsubj:pass|13:nsubj:pass _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux:pass 11:aux:pass _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux:pass 11:aux:pass _ 10 either either CCONJ CC _ 11 cc:preconj 11:cc:preconj _ 11 exceeded exceed VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 ccomp 4:ccomp _ 12 or or CCONJ CC _ 13 cc 13:cc _ -13 confirmed confirm VERB VBN Tense=Past|VerbForm=Part 11 conj 4:ccomp|11:conj:or SpaceAfter=No +13 confirmed confirm VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 conj 4:ccomp|11:conj:or SpaceAfter=No 14 . . PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_edef226e24a57863_ENG_20051116_085200-0014 # text = But seeing how the private sector has been able to successfully transport civilians to the ISS (at about a fifth of the cost), it would come to no surprise if corporate America was able to out perform their bureaucratic friends in government. 1 But but CCONJ CC _ 29 cc 29:cc _ 2 seeing see VERB VBG VerbForm=Ger 29 advcl 29:advcl _ -3 how how SCONJ WRB PronType=Int 9 mark 9:mark _ +3 how how ADV WRB PronType=Int 9 advmod 9:advmod _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 private private ADJ JJ Degree=Pos 6 amod 6:amod _ 6 sector sector NOUN NN Number=Sing 9 nsubj 9:nsubj|12:nsubj:xsubj _ @@ -17195,19 +17198,19 @@ 16 ISS ISS PROPN NNP Number=Sing 12 obl 12:obl:to _ 17 ( ( PUNCT -LRB- _ 21 punct 21:punct SpaceAfter=No 18 at at ADP IN _ 21 case 21:case _ -19 about about ADV RB _ 20 advmod 20:advmod _ -20 a a DET DT Definite=Ind|PronType=Art 21 nummod 21:nummod _ -21 fifth fifth NOUN NN Number=Sing 12 obl 12:obl:at _ +19 about about ADV RB _ 21 advmod 21:advmod _ +20 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ +21 fifth fifth NOUN NN Number=Sing|NumForm=Word|NumType=Frac 12 obl 12:obl:at _ 22 of of ADP IN _ 24 case 24:case _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 cost cost NOUN NN Number=Sing 21 nmod 21:nmod:of SpaceAfter=No 25 ) ) PUNCT -RRB- _ 21 punct 21:punct SpaceAfter=No -26 , , PUNCT , _ 29 punct 29:punct _ +26 , , PUNCT , _ 2 punct 2:punct _ 27 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 29 nsubj 29:nsubj _ 28 would would AUX MD VerbForm=Fin 29 aux 29:aux _ 29 come come VERB VB VerbForm=Inf 0 root 0:root _ 30 to to ADP IN _ 32 case 32:case _ -31 no no DET DT _ 32 det 32:det _ +31 no no DET DT PronType=Neg 32 det 32:det _ 32 surprise surprise NOUN NN Number=Sing 29 obl 29:obl:to _ 33 if if SCONJ IN _ 37 mark 37:mark _ 34 corporate corporate ADJ JJ Degree=Pos 35 amod 35:amod _ @@ -17215,9 +17218,9 @@ 36 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 37 cop 37:cop _ 37 able able ADJ JJ Degree=Pos 29 advcl 29:advcl:if _ 38 to to PART TO _ 40 mark 40:mark _ -39 out out X AFX _ 40 advmod 40:advmod _ +39 out out ADV AFX _ 40 advmod 40:advmod _ 40 perform perform VERB VB VerbForm=Inf 37 xcomp 37:xcomp _ -41 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 43 nmod:poss 43:nmod:poss _ +41 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 43 nmod:poss 43:nmod:poss _ 42 bureaucratic bureaucratic ADJ JJ Degree=Pos 43 amod 43:amod _ 43 friends friend NOUN NNS Number=Plur 40 obj 40:obj _ 44 in in ADP IN _ 45 case 45:case _ @@ -17231,24 +17234,24 @@ # sent_id = newsgroup-groups.google.com_hiddennook_edef226e24a57863_ENG_20051116_085200-0016 # text = Posted by Hidden Nook to Hidden Nook at 11/16/2005 08:36:00 AM -1 Posted post VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Posted post VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 by by ADP IN _ 4 case 4:case _ -3 Hidden Hidden PROPN NNP Number=Sing 4 compound 4:compound _ -4 Nook Nook PROPN NNP Number=Sing 1 obl 1:obl:by _ +3 Hidden Hidden ADJ NNP Degree=Pos 4 amod 4:amod _ +4 Nook Nook PROPN NNP Number=Sing 1 obl:agent 1:obl:agent _ 5 to to ADP IN _ 7 case 7:case _ -6 Hidden Hidden PROPN NNP Number=Sing 7 compound 7:compound _ +6 Hidden Hidden ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Nook Nook PROPN NNP Number=Sing 1 obl 1:obl:to _ 8 at at ADP IN _ 9 case 9:case _ -9 11/16/2005 11/16/2005 NUM CD NumType=Card 1 obl 1:obl:at _ -10 08:36:00 08:36:00 NUM CD NumType=Card 11 nummod 11:nummod _ -11 AM am NOUN NN Number=Sing 9 nmod:tmod 9:nmod:tmod _ +9 11/16/2005 11/16/2005 NUM CD NumForm=Digit|NumType=Card 1 obl 1:obl:at _ +10 08:36:00 08:36:00 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ +11 AM a.m. NOUN NN Number=Sing 9 nmod:tmod 9:nmod:tmod _ # newdoc id = newsgroup-groups.google.com_hiddennook_23708a8afef2f3a8_ENG_20041226_230600 # sent_id = newsgroup-groups.google.com_hiddennook_23708a8afef2f3a8_ENG_20041226_230600-0001 # newpar id = newsgroup-groups.google.com_hiddennook_23708a8afef2f3a8_ENG_20041226_230600-p0001 # text = [http://seattlepi.nwsource.com/national/apmideast_story.asp?category=1107&slug=Palestinians%20Abbas] 1 [ [ PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No -2 http://seattlepi.nwsource.com/national/apmideast_story.asp?category=1107&slug=Palestinians%20Abbas http://seattlepi.nwsource.com/national/apmideast_story.asp?category=1107&slug=palestinians%20abbas X ADD _ 0 root 0:root SpaceAfter=No +2 http://seattlepi.nwsource.com/national/apmideast_story.asp?category=1107&slug=Palestinians%20Abbas http://seattlepi.nwsource.com/national/apmideast_story.asp?category=1107&slug=Palestinians%20Abbas X ADD _ 0 root 0:root SpaceAfter=No 3 ] ] PUNCT -RRB- _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_23708a8afef2f3a8_ENG_20041226_230600-0002 @@ -17261,7 +17264,7 @@ 6 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No 7 what what DET WDT PronType=Int 8 det 8:det _ 8 blogger blogger NOUN NN Number=Sing 9 nsubj 9:nsubj _ -9 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis SpaceAfter=No +9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis SpaceAfter=No 10 ) ) PUNCT -RRB- _ 9 punct 9:punct _ 11 but but CCONJ CC _ 25 cc 25:cc _ 12 on on ADP IN _ 14 case 14:case _ @@ -17272,7 +17275,7 @@ 17 source source NOUN NN Number=Sing 18 compound 18:compound _ 18 link link NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No 19 ) ) PUNCT -RRB- _ 16 punct 16:punct _ -20 Palestinian palestinian ADJ JJ Degree=Pos 21 amod 21:amod _ +20 Palestinian Palestinian ADJ JJ Degree=Pos 21 amod 21:amod _ 21 Leader leader NOUN NN Number=Sing 22 compound 22:compound _ 22 Mahmoud Mahmoud PROPN NNP Number=Sing 25 nsubj 25:nsubj _ 23 Abbas Abbas PROPN NNP Number=Sing 22 flat 22:flat _ @@ -17280,8 +17283,8 @@ 25 demanded demand VERB VBN Tense=Past|VerbForm=Part 5 conj 5:conj:but _ 26 that that SCONJ IN _ 28 mark 28:mark _ 27 Israel Israel PROPN NNP Number=Sing 28 nsubj 28:nsubj _ -28 leave leave VERB VB VerbForm=Inf 25 ccomp 25:ccomp _ -29 all all DET PDT _ 31 det:predet 31:det:predet _ +28 leave leave VERB VB Mood=Sub|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 ccomp 25:ccomp _ +29 all all DET PDT PronType=Tot 31 det:predet 31:det:predet _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 31 land land NOUN NN Number=Sing 28 obj 28:obj|34:obj|41:nsubj _ 32 that that PRON WDT PronType=Rel 34 obj 31:ref _ @@ -17289,7 +17292,7 @@ 34 occupies occupy VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 31 acl:relcl 31:acl:relcl _ 35 before before ADP IN _ 38 case 38:case _ 36 the the DET DT Definite=Def|PronType=Art 38 det 38:det _ -37 1967 1967 NUM CD NumType=Card 38 nummod 38:nummod _ +37 1967 1967 NUM CD NumForm=Digit|NumType=Card 38 nummod 38:nummod _ 38 border border NOUN NN Number=Sing 34 obl 34:obl:before _ 39 ( ( PUNCT -LRB- _ 41 punct 41:punct SpaceAfter=No 40 which which PRON WDT PronType=Rel 41 nsubj 31:ref _ @@ -17304,7 +17307,7 @@ # sent_id = newsgroup-groups.google.com_hiddennook_23708a8afef2f3a8_ENG_20041226_230600-0003 # text = One thing is certain for sure. -1 One one NUM CD NumType=Card 2 nummod 2:nummod _ +1 One one NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 thing thing NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 certain certain ADJ JJ Degree=Pos 0 root 0:root _ @@ -17334,22 +17337,22 @@ 18 as as ADV RB _ 20 advmod 20:advmod _ 19 well well ADV RB Degree=Pos 18 fixed 18:fixed _ 20 allow allow VERB VB VerbForm=Inf 12 conj 12:conj:and _ -21 Hamas Hamas PROPN NNP Number=Sing 36 nsubj 26:nsubj|36:nsubj _ +21 Hamas Hamas PROPN NNP Number=Sing 20 iobj 20:iobj|26:nsubj|36:nsubj:xsubj _ 22 ( ( PUNCT -LRB- _ 26 punct 26:punct SpaceAfter=No 23 which which PRON WDT PronType=Rel 26 nsubj 21:ref _ 24 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ 25 probably probably ADV RB _ 26 advmod 26:advmod _ 26 done do VERB VBN Tense=Past|VerbForm=Part 21 acl:relcl 21:acl:relcl _ 27 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ -28 better better ADJ JJR Degree=Cmp 29 amod 29:amod _ +28 better good ADJ JJR Degree=Cmp 29 amod 29:amod _ 29 job job NOUN NN Number=Sing 26 obj 26:obj _ 30 at at SCONJ IN _ 31 mark 31:mark _ 31 providing provide VERB VBG VerbForm=Ger 29 acl 29:acl:at _ 32 for for ADP IN _ 34 case 34:case _ 33 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ -34 Palestinians Palestinians PROPN NNPS Number=Plur 31 obl 31:obl:for SpaceAfter=No +34 Palestinians Palestinian PROPN NNPS Number=Plur 31 obl 31:obl:for SpaceAfter=No 35 ) ) PUNCT -RRB- _ 26 punct 26:punct _ -36 rule rule VERB VB VerbForm=Inf 20 ccomp 20:ccomp _ +36 rule rule VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ 37 the the DET DT Definite=Def|PronType=Art 39 det 39:det _ 38 West West PROPN NNP Number=Sing 39 compound 39:compound _ 39 Bank Bank PROPN NNP Number=Sing 36 obj 36:obj SpaceAfter=No @@ -17360,35 +17363,35 @@ # text = AP Photo/Nasser Nasser 1 AP AP PROPN NNP Number=Sing 2 compound 2:compound _ 2 Photo photo NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 / / PUNCT , _ 2 punct 2:punct SpaceAfter=No +3 / / PUNCT , _ 4 punct 4:punct SpaceAfter=No 4 Nasser Nasser PROPN NNP Number=Sing 2 list 2:list _ 5 Nasser Nasser PROPN NNP Number=Sing 4 flat 4:flat _ # sent_id = newsgroup-groups.google.com_hiddennook_23708a8afef2f3a8_ENG_20041226_230600-0006 # text = Interim Palestinian leader and the front-runner in the upcoming Jan. 9, 2005 presidential election Mahmoud Abbas talks during his first official campaign speech in the West Bank town of Ramallah, Saturday Dec. 25, 2004. 1 Interim interim ADJ JJ Degree=Pos 3 amod 3:amod _ -2 Palestinian palestinian ADJ JJ Degree=Pos 3 amod 3:amod _ +2 Palestinian Palestinian ADJ JJ Degree=Pos 3 amod 3:amod _ 3 leader leader NOUN NN Number=Sing 20 nsubj 20:nsubj _ 4 and and CCONJ CC _ 8 cc 8:cc _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 6 front front NOUN NN Number=Sing 8 compound 8:compound SpaceAfter=No -7 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No +7 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No 8 runner runner NOUN NN Number=Sing 3 conj 3:conj:and|20:nsubj _ 9 in in ADP IN _ 17 case 17:case _ 10 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 11 upcoming upcoming ADJ JJ Degree=Pos 17 amod 17:amod _ -12 Jan. Jan. PROPN NNP Number=Sing 17 compound 17:compound _ -13 9 9 NUM CD NumType=Card 12 nummod 12:nummod SpaceAfter=No +12 Jan. January PROPN NNP Abbr=Yes|Number=Sing 17 compound 17:compound _ +13 9 9 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod SpaceAfter=No 14 , , PUNCT , _ 15 punct 15:punct _ -15 2005 2005 NUM CD NumType=Card 12 nummod 12:nummod _ +15 2005 2005 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 16 presidential presidential ADJ JJ Degree=Pos 17 amod 17:amod _ 17 election election NOUN NN Number=Sing 8 nmod 8:nmod:in _ 18 Mahmoud Mahmoud PROPN NNP Number=Sing 3 appos 3:appos _ 19 Abbas Abbas PROPN NNP Number=Sing 18 flat 18:flat _ 20 talks talk VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 21 during during ADP IN _ 26 case 26:case _ -22 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ -23 first first ADJ JJ Degree=Pos|NumType=Ord 26 amod 26:amod _ +22 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +23 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 26 amod 26:amod _ 24 official official ADJ JJ Degree=Pos 26 amod 26:amod _ 25 campaign campaign NOUN NN Number=Sing 26 compound 26:compound _ 26 speech speech NOUN NN Number=Sing 20 obl 20:obl:during _ @@ -17399,12 +17402,12 @@ 31 town town NOUN NN Number=Sing 26 nmod 26:nmod:in _ 32 of of ADP IN _ 33 case 33:case _ 33 Ramallah Ramallah PROPN NNP Number=Sing 31 nmod 31:nmod:of SpaceAfter=No -34 , , PUNCT , _ 20 punct 20:punct _ +34 , , PUNCT , _ 35 punct 35:punct _ 35 Saturday Saturday PROPN NNP Number=Sing 20 obl:tmod 20:obl:tmod _ -36 Dec. Dec. PROPN NNP Number=Sing 35 compound 35:compound _ -37 25 25 NUM CD NumType=Card 36 nummod 36:nummod SpaceAfter=No -38 , , PUNCT , _ 36 punct 36:punct _ -39 2004 2004 NUM CD NumType=Card 36 nummod 36:nummod SpaceAfter=No +36 Dec. December PROPN NNP Abbr=Yes|Number=Sing 35 compound 35:compound _ +37 25 25 NUM CD NumForm=Digit|NumType=Card 36 nummod 36:nummod SpaceAfter=No +38 , , PUNCT , _ 39 punct 39:punct _ +39 2004 2004 NUM CD NumForm=Digit|NumType=Card 36 nummod 36:nummod SpaceAfter=No 40 . . PUNCT . _ 20 punct 20:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_23708a8afef2f3a8_ENG_20041226_230600-0007 @@ -17417,12 +17420,12 @@ 5 Arafat Arafat PROPN NNP Number=Sing 4 flat 4:flat _ 6 's 's PART POS _ 4 case 4:case _ 7 legacy legacy NOUN NN Number=Sing 1 obl 1:obl:in SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +8 , , PUNCT , _ 1 punct 1:punct _ 9 Abbas Abbas PROPN NNP Number=Sing 10 nsubj 10:nsubj|12:nsubj:xsubj _ -10 pledged pledge VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 pledged pledge VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 11 to to PART TO _ 12 mark 12:mark _ 12 fulfill fulfill VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ -13 Palestinian palestinian ADJ JJ Degree=Pos 14 amod 14:amod _ +13 Palestinian Palestinian ADJ JJ Degree=Pos 14 amod 14:amod _ 14 dreams dream NOUN NNS Number=Plur 12 obj 12:obj _ 15 of of ADP IN _ 16 case 16:case _ 16 statehood statehood NOUN NN Number=Sing 14 nmod 14:nmod:of SpaceAfter=No @@ -17435,7 +17438,7 @@ 2 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 15 mark 15:mark _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 Palestinian palestinian ADJ JJ Degree=Pos 6 amod 6:amod _ +5 Palestinian Palestinian ADJ JJ Degree=Pos 6 amod 6:amod _ 6 leadership leadership NOUN NN Number=Sing 15 nsubj 15:nsubj _ 7 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No 8 upcoming upcoming ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No @@ -17459,29 +17462,29 @@ 5 claims claim NOUN NNS Number=Plur 4 obj 4:obj _ 6 that that SCONJ IN _ 8 mark 8:mark _ 7 Israel Israel PROPN NNP Number=Sing 8 nsubj 8:nsubj _ -8 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl 5:acl:that _ +8 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl 5:acl:that _ 9 no no INTJ UH _ 8 obj 8:obj _ 10 to to ADP IN _ 8 obl 8:obl _ -11 not not ADV RB _ 12 advmod 12:advmod _ -12 only only ADV RB _ 10 advmod 10:advmod _ +11 not not PART RB _ 14 advmod 14:advmod _ +12 only only ADV RB _ 14 advmod 14:advmod _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 world world NOUN NN Number=Sing 10 conj 8:obl|10:conj:but SpaceAfter=No 15 , , PUNCT , _ 18 punct 18:punct _ 16 but but CCONJ CC _ 18 cc 18:cc _ 17 to to ADP IN _ 18 case 18:case _ 18 Arafat Arafat PROPN NNP Number=Sing 10 conj 8:obl:to|10:conj:but _ -19 himself himself PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes 18 appos 18:appos SpaceAfter=No +19 himself himself PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Emp|Reflex=Yes 18 nmod:npmod 18:nmod:npmod SpaceAfter=No 20 . . PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_23708a8afef2f3a8_ENG_20041226_230600-0010 # text = Listing his priorities, Abbas told supporters of the ruling Fatah party that he was determined to provide security to his people and continue the struggle against Israel's partially completed West Bank barrier. 1 Listing list VERB VBG VerbForm=Ger 6 advcl 6:advcl _ -2 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 priorities priority NOUN NNS Number=Plur 1 obj 1:obj SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 1 punct 1:punct _ 5 Abbas Abbas PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -6 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -7 supporters supporter NOUN NNS Number=Plur 6 obj 6:obj _ +6 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 supporters supporter NOUN NNS Number=Plur 6 iobj 6:iobj _ 8 of of ADP IN _ 12 case 12:case _ 9 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 10 ruling rule VERB VBG VerbForm=Ger 12 amod 12:amod _ @@ -17495,7 +17498,7 @@ 18 provide provide VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 19 security security NOUN NN Number=Sing 18 obj 18:obj _ 20 to to ADP IN _ 22 case 22:case _ -21 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 people people NOUN NNS Number=Plur 18 obl 18:obl:to _ 23 and and CCONJ CC _ 24 cc 24:cc _ 24 continue continue VERB VB VerbForm=Inf 18 conj 16:xcomp|18:conj:and _ @@ -17506,7 +17509,7 @@ 28 Israel Israel PROPN NNP Number=Sing 34 nmod:poss 34:nmod:poss _ 29 's 's PART POS _ 28 case 28:case _ 30 partially partially ADV RB _ 31 advmod 31:advmod _ -31 completed complete VERB VBN Tense=Past|VerbForm=Part 34 amod 34:amod _ +31 completed complete VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 34 amod 34:amod _ 32 West West PROPN NNP Number=Sing 33 compound 33:compound _ 33 Bank Bank PROPN NNP Number=Sing 34 compound 34:compound _ 34 barrier barrier NOUN NN Number=Sing 26 nmod 26:nmod:against SpaceAfter=No @@ -17516,7 +17519,7 @@ # text = Abbas also pledged to resolve the problem of millions of Palestinian refugees and their descendants. 1 Abbas Abbas PROPN NNP Number=Sing 3 nsubj 3:nsubj|5:nsubj:xsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 pledged pledge VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 pledged pledge VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 resolve resolve VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -17524,43 +17527,43 @@ 8 of of ADP IN _ 9 case 9:case _ 9 millions million NOUN NNS Number=Plur 7 nmod 7:nmod:of _ 10 of of ADP IN _ 12 case 12:case _ -11 Palestinian palestinian ADJ JJ Degree=Pos 12 amod 12:amod _ +11 Palestinian Palestinian ADJ JJ Degree=Pos 12 amod 12:amod _ 12 refugees refugee NOUN NNS Number=Plur 9 nmod 9:nmod:of _ 13 and and CCONJ CC _ 15 cc 15:cc _ -14 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 descendants descendant NOUN NNS Number=Plur 9 conj 7:nmod:of|9:conj:and SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_23708a8afef2f3a8_ENG_20041226_230600-0012 # text = Abbas, a refugee himself from what is today the northern Israeli city of Safed, called the refugee issue "very important and very dangerous." 1 Abbas Abbas PROPN NNP Number=Sing 17 nsubj 17:nsubj SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 4 punct 4:punct _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 refugee refugee NOUN NN Number=Sing 1 appos 1:appos _ -5 himself himself PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes 4 appos 4:appos _ -6 from from SCONJ IN _ 7 case 7:case _ -7 what what PRON WP PronType=Int 4 nmod 4:nmod:from _ +5 himself himself PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Emp|Reflex=Yes 4 nmod:npmod 4:nmod:npmod _ +6 from from ADP IN _ 7 case 7:case _ +7 what what PRON WP PronType=Rel 4 nmod 4:nmod:from|13:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 9 today today NOUN NN Number=Sing 13 obl:tmod 13:obl:tmod _ 10 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 11 northern northern ADJ JJ Degree=Pos 13 amod 13:amod _ -12 Israeli israeli ADJ JJ Degree=Pos 13 amod 13:amod _ +12 Israeli Israeli ADJ JJ Degree=Pos 13 amod 13:amod _ 13 city city NOUN NN Number=Sing 7 acl:relcl 7:acl:relcl _ 14 of of ADP IN _ 15 case 15:case _ 15 Safed Safed PROPN NNP Number=Sing 13 nmod 13:nmod:of SpaceAfter=No -16 , , PUNCT , _ 17 punct 17:punct _ -17 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +16 , , PUNCT , _ 1 punct 1:punct _ +17 called call VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 19 refugee refugee NOUN NN Number=Sing 20 compound 20:compound _ 20 issue issue NOUN NN Number=Sing 17 obj 17:obj|23:nsubj:xsubj|26:nsubj:xsubj _ -21 " " PUNCT `` _ 17 punct 17:punct SpaceAfter=No +21 " " PUNCT `` _ 23 punct 23:punct SpaceAfter=No 22 very very ADV RB _ 23 advmod 23:advmod _ 23 important important ADJ JJ Degree=Pos 17 xcomp 17:xcomp _ 24 and and CCONJ CC _ 26 cc 26:cc _ 25 very very ADV RB _ 26 advmod 26:advmod _ 26 dangerous dangerous ADJ JJ Degree=Pos 23 conj 17:xcomp|23:conj:and SpaceAfter=No -27 . . PUNCT . _ 17 punct 17:punct SpaceAfter=No -28 " " PUNCT '' _ 17 punct 17:punct _ +27 . . PUNCT . _ 23 punct 23:punct SpaceAfter=No +28 " " PUNCT '' _ 23 punct 23:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_23708a8afef2f3a8_ENG_20041226_230600-0013 # text = Having personally visited the West Bank and Israel, I can say that this new political voice is threatening to collapse the peace process. @@ -17572,7 +17575,7 @@ 6 Bank Bank PROPN NNP Number=Sing 3 obj 3:obj _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 Israel Israel PROPN NNP Number=Sing 6 conj 3:obj|6:conj:and SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ +9 , , PUNCT , _ 3 punct 3:punct _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 11 can can AUX MD VerbForm=Fin 12 aux 12:aux _ 12 say say VERB VB VerbForm=Inf 0 root 0:root _ @@ -17597,7 +17600,7 @@ 3 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 change change VERB VB VerbForm=Inf 21 advcl 21:advcl:if _ -6 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 former former ADJ JJ Degree=Pos 8 amod 8:amod _ 8 thinking thinking NOUN NN Number=Sing 5 obj 5:obj _ 9 and and CCONJ CC _ 10 cc 10:cc _ @@ -17607,7 +17610,7 @@ 13 of of ADP IN _ 14 case 14:case _ 14 Yasser Yasser PROPN NNP Number=Sing 12 nmod 12:nmod:of _ 15 Arafat Arafat PROPN NNP Number=Sing 14 flat 14:flat SpaceAfter=No -16 , , PUNCT , _ 21 punct 21:punct _ +16 , , PUNCT , _ 5 punct 5:punct _ 17 then then ADV RB PronType=Dem 21 advmod 21:advmod _ 18 there there PRON EX _ 21 expl 21:expl _ 19 will will AUX MD VerbForm=Fin 21 aux 21:aux _ @@ -17616,11 +17619,11 @@ 22 peace peace NOUN NN Number=Sing 21 nsubj 21:nsubj _ 23 in in ADP IN _ 26 case 26:case _ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -25 Holy Holy PROPN NNP Number=Sing 26 compound 26:compound _ +25 Holy Holy ADJ NNP Degree=Pos 26 amod 26:amod _ 26 Land Land PROPN NNP Number=Sing 21 obl 21:obl:in _ 27 and and CCONJ CC _ 32 cc 32:cc _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ -29 Palestinians Palestinians PROPN NNPS Number=Plur 32 nsubj 32:nsubj _ +29 Palestinians Palestinian PROPN NNPS Number=Plur 32 nsubj 32:nsubj _ 30 will will AUX MD VerbForm=Fin 32 aux 32:aux _ 31 ultimately ultimately ADV RB _ 32 advmod 32:advmod _ 32 suffer suffer VERB VB VerbForm=Inf 21 conj 21:conj:and SpaceAfter=No @@ -17638,17 +17641,17 @@ # sent_id = newsgroup-groups.google.com_hiddennook_23708a8afef2f3a8_ENG_20041226_230600-0017 # text = Posted by Hidden Nook to Hidden Nook at 12/26/2004 10:46:08 PM -1 Posted post VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Posted post VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 by by ADP IN _ 4 case 4:case _ -3 Hidden Hidden PROPN NNP Number=Sing 4 compound 4:compound _ -4 Nook Nook PROPN NNP Number=Sing 1 obl 1:obl:by _ +3 Hidden Hidden ADJ NNP Degree=Pos 4 amod 4:amod _ +4 Nook Nook PROPN NNP Number=Sing 1 obl:agent 1:obl:agent _ 5 to to ADP IN _ 7 case 7:case _ -6 Hidden Hidden PROPN NNP Number=Sing 7 compound 7:compound _ +6 Hidden Hidden ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Nook Nook PROPN NNP Number=Sing 1 obl 1:obl:to _ 8 at at ADP IN _ 9 case 9:case _ -9 12/26/2004 12/26/2004 NUM CD NumType=Card 1 obl 1:obl:at _ -10 10:46:08 10:46:08 NUM CD NumType=Card 11 nummod 11:nummod _ -11 PM pm NOUN NN Number=Sing 9 nmod:tmod 9:nmod:tmod _ +9 12/26/2004 12/26/2004 NUM CD NumForm=Digit|NumType=Card 1 obl 1:obl:at _ +10 10:46:08 10:46:08 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ +11 PM p.m. NOUN NN Number=Sing 9 nmod:tmod 9:nmod:tmod _ # newdoc id = newsgroup-groups.google.com_hiddennook_5380fdd00f8e5e56_ENG_20050926_194800 # sent_id = newsgroup-groups.google.com_hiddennook_5380fdd00f8e5e56_ENG_20050926_194800-0001 @@ -17664,10 +17667,10 @@ 1 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No 2 Hat hat NOUN NN Number=Sing 3 compound 3:compound _ 3 Tip tip NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -4 : : PUNCT : _ 3 punct 3:punct _ +4 : : PUNCT : _ 7 punct 7:punct _ 5-6 Captains _ _ _ _ _ _ _ _ 5 Captain Captain PROPN NNP Number=Sing 7 nmod:poss 7:nmod:poss _ -6 s 's PART POS _ 5 case 5:case _ +6 s 's PART POS Typo=Yes 5 case 5:case CorrectForm='s 7 Quarters Quarters PROPN NNPS Number=Plur 3 appos 3:appos _ 8 ) ) PUNCT -RRB- _ 3 punct 3:punct _ @@ -17680,7 +17683,7 @@ # sent_id = newsgroup-groups.google.com_hiddennook_5380fdd00f8e5e56_ENG_20050926_194800-0004 # text = The Palestinian militant organisation Hamas has announced an end to rocket attacks on Israel from the Gaza Strip after a weekend of escalating violence. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ -2 Palestinian palestinian ADJ JJ Degree=Pos 4 amod 4:amod _ +2 Palestinian Palestinian ADJ JJ Degree=Pos 4 amod 4:amod _ 3 militant militant ADJ JJ Degree=Pos 4 amod 4:amod _ 4 organisation organisation NOUN NN Number=Sing 7 nsubj 7:nsubj _ 5 Hamas Hamas PROPN NNP Number=Sing 4 appos 4:appos _ @@ -17707,21 +17710,21 @@ # sent_id = newsgroup-groups.google.com_hiddennook_5380fdd00f8e5e56_ENG_20050926_194800-0005 # text = Up to 40 rockets had been fired at Israel, weeks after its military withdrew from the territory. -1 Up up ADP IN _ 2 advmod 2:advmod _ -2 to to ADP IN _ 3 advmod 3:advmod _ -3 40 40 NUM CD NumType=Card 4 nummod 4:nummod _ +1 Up up ADP IN _ 3 advmod 3:advmod _ +2 to to ADP IN _ 1 fixed 1:fixed _ +3 40 40 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 rockets rocket NOUN NNS Number=Plur 7 nsubj:pass 7:nsubj:pass _ -5 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 aux 7:aux _ +5 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 aux 7:aux _ 6 been be AUX VBN Tense=Past|VerbForm=Part 7 aux:pass 7:aux:pass _ -7 fired fire VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +7 fired fire VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 8 at at ADP IN _ 9 case 9:case _ 9 Israel Israel PROPN NNP Number=Sing 7 obl 7:obl:at SpaceAfter=No -10 , , PUNCT , _ 7 punct 7:punct _ +10 , , PUNCT , _ 15 punct 15:punct _ 11 weeks week NOUN NNS Number=Plur 12 obl:npmod 12:obl:npmod _ 12 after after SCONJ IN _ 15 mark 15:mark _ -13 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 military military NOUN NN Number=Sing 15 nsubj 15:nsubj _ -15 withdrew withdraw VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:after _ +15 withdrew withdraw VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:after _ 16 from from ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 territory territory NOUN NN Number=Sing 15 obl 15:obl:from SpaceAfter=No @@ -17735,10 +17738,10 @@ 3 to to ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 rockets rocket NOUN NNS Number=Plur 2 nmod 2:nmod:to SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 2 punct 2:punct _ 7 Israel Israel PROPN NNP Number=Sing 8 nsubj 8:nsubj _ -8 resumed resume VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -9 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 resumed resume VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 policy policy NOUN NN Number=Sing 8 obj 8:obj _ 11 of of SCONJ IN _ 12 mark 12:mark _ 12 targeting target VERB VBG VerbForm=Ger 10 acl 10:acl:of _ @@ -17751,20 +17754,20 @@ # sent_id = newsgroup-groups.google.com_hiddennook_5380fdd00f8e5e56_ENG_20050926_194800-0007 # text = Authorised by Ariel Sharon to make "unrestricted" strikes, its military launched new missile attacks overnight. -1 Authorised authorise VERB VBN Tense=Past|VerbForm=Part 14 advcl 14:advcl _ +1 Authorised authorise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 advcl 14:advcl _ 2 by by ADP IN _ 3 case 3:case _ -3 Ariel Ariel PROPN NNP Number=Sing 1 obl 1:obl:by _ +3 Ariel Ariel PROPN NNP Number=Sing 1 obl:agent 1:obl:agent _ 4 Sharon Sharon PROPN NNP Number=Sing 3 flat 3:flat _ 5 to to PART TO _ 6 mark 6:mark _ 6 make make VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ -7 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No +7 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No 8 unrestricted unrestricted ADJ JJ Degree=Pos 10 amod 10:amod SpaceAfter=No -9 " " PUNCT '' _ 10 punct 10:punct _ +9 " " PUNCT '' _ 8 punct 8:punct _ 10 strikes strike NOUN NNS Number=Plur 6 obj 6:obj SpaceAfter=No -11 , , PUNCT , _ 14 punct 14:punct _ -12 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 , , PUNCT , _ 1 punct 1:punct _ +12 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 military military NOUN NN Number=Sing 14 nsubj 14:nsubj _ -14 launched launch VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +14 launched launch VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 15 new new ADJ JJ Degree=Pos 17 amod 17:amod _ 16 missile missile NOUN NN Number=Sing 17 compound 17:compound _ 17 attacks attack NOUN NNS Number=Plur 14 obj 14:obj _ @@ -17786,17 +17789,17 @@ 11 for for ADP IN _ 13 case 13:case _ 12 this this DET DT Number=Sing|PronType=Dem 13 det 13:det _ 13 round round NOUN NN Number=Sing 7 obl 7:obl:for SpaceAfter=No -14 , , PUNCT , _ 7 punct 7:punct _ +14 , , PUNCT , _ 15 punct 15:punct _ 15 unable unable ADJ JJ Degree=Pos 7 parataxis 7:parataxis _ 16 to to PART TO _ 17 mark 17:mark _ 17 take take VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 beating beating NOUN NN Number=Sing 17 obj 17:obj _ 20 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -21 Israeli Israeli PROPN NNP Number=Sing 23 compound 23:compound _ +21 Israeli Israeli ADJ NNP Degree=Pos 23 amod 23:amod _ 22 Defense Defense PROPN NNP Number=Sing 23 compound 23:compound _ -23 Forces Forces PROPN NNPS Number=Plur 25 nsubj 25:nsubj _ -24 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ +23 Forces Force PROPN NNPS Number=Plur 25 nsubj 25:nsubj _ +24 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ 25 unleashed unleash VERB VBN Tense=Past|VerbForm=Part 19 acl:relcl 19:acl:relcl _ 26 upon upon ADP IN _ 29 case 29:case _ 27 this this DET DT Number=Sing|PronType=Dem 29 det 29:det _ @@ -17808,22 +17811,22 @@ # text = Mahmoud Zahar, Hamas's leader declared the cease fire after Israel killed it's former leader, Muhammed Sheikh Khalil . 1 Mahmoud Mahmoud PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 2 Zahar Zahar PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 6 punct 6:punct _ 4-5 Hamas's _ _ _ _ _ _ _ _ 4 Hamas Hamas PROPN NNP Number=Sing 6 nmod:poss 6:nmod:poss _ 5 's 's PART POS _ 4 case 4:case _ 6 leader leader NOUN NN Number=Sing 1 appos 1:appos _ -7 declared declare VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 declared declare VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 cease cease NOUN NN Number=Sing 10 compound 10:compound _ 10 fire fire NOUN NN Number=Sing 7 obj 7:obj _ 11 after after SCONJ IN _ 13 mark 13:mark _ 12 Israel Israel PROPN NNP Number=Sing 13 nsubj 13:nsubj _ -13 killed kill VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:after _ -14 it's it's PRON PRP$ _ 16 nmod:poss 16:nmod:poss _ +13 killed kill VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:after _ +14 it's its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 16 nmod:poss 16:nmod:poss CorrectForm=its 15 former former ADJ JJ Degree=Pos 16 amod 16:amod _ 16 leader leader NOUN NN Number=Sing 13 obj 13:obj SpaceAfter=No -17 , , PUNCT , _ 16 punct 16:punct _ +17 , , PUNCT , _ 18 punct 18:punct _ 18 Muhammed Muhammed PROPN NNP Number=Sing 16 appos 16:appos _ 19 Sheikh Sheikh PROPN NNP Number=Sing 18 flat 18:flat _ 20 Khalil Khalil PROPN NNP Number=Sing 18 flat 18:flat _ @@ -17838,12 +17841,12 @@ 5 unpopular unpopular ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ 6 in in ADP IN _ 7 case 7:case _ 7 Gaza Gaza PROPN NNP Number=Sing 5 obl 5:obl:in SpaceAfter=No -8 , , PUNCT , _ 5 punct 5:punct _ +8 , , PUNCT , _ 11 punct 11:punct _ 9 as as SCONJ IN _ 11 mark 11:mark _ 10 many many ADJ JJ Degree=Pos 11 nsubj 11:nsubj _ -11 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:as _ +11 see see VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:as _ 12 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -13 Israeli israeli ADJ JJ Degree=Pos 15 amod 15:amod _ +13 Israeli Israeli ADJ JJ Degree=Pos 15 amod 15:amod _ 14 air air NOUN NN Number=Sing 15 compound 15:compound _ 15 strikes strike NOUN NNS Number=Plur 11 obj 11:obj _ 16 as as ADP IN _ 18 case 18:case _ @@ -17854,27 +17857,27 @@ 21 rocket rocket NOUN NN Number=Sing 22 compound 22:compound _ 22 attacks attack NOUN NNS Number=Plur 18 nmod 18:nmod:towards _ 23 upon upon ADP IN _ 25 case 25:case _ -24 Israeli israeli ADJ JJ Degree=Pos 25 amod 25:amod _ +24 Israeli Israeli ADJ JJ Degree=Pos 25 amod 25:amod _ 25 soil soil NOUN NN Number=Sing 22 nmod 22:nmod:upon SpaceAfter=No 26 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_5380fdd00f8e5e56_ENG_20050926_194800-0011 # text = Egypt had a role to play as they convinced Hamas to end the attacks, although the same can not be said of Islamic Jihad . 1 Egypt Egypt PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 role role NOUN NN Number=Sing 2 obj 2:obj _ 5 to to PART TO _ 6 mark 6:mark _ 6 play play VERB VB VerbForm=Inf 4 acl 4:acl:to _ 7 as as SCONJ IN _ 9 mark 9:mark _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 convinced convince VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:as _ -10 Hamas Hamas PROPN NNP Number=Sing 9 obj 9:obj|12:nsubj:xsubj _ +9 convinced convince VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:as _ +10 Hamas Hamas PROPN NNP Number=Sing 9 iobj 9:iobj|12:nsubj:xsubj _ 11 to to PART TO _ 12 mark 12:mark _ 12 end end VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 attacks attack NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No -15 , , PUNCT , _ 2 punct 2:punct _ +15 , , PUNCT , _ 22 punct 22:punct _ 16 although although SCONJ IN _ 22 mark 22:mark _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 same same ADJ JJ Degree=Pos 22 nsubj:pass 22:nsubj:pass _ @@ -17883,7 +17886,7 @@ 21 be be AUX VB VerbForm=Inf 22 aux:pass 22:aux:pass _ 22 said say VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 advcl 2:advcl:although _ 23 of of ADP IN _ 25 case 25:case _ -24 Islamic Islamic PROPN NNP Number=Sing 25 compound 25:compound _ +24 Islamic Islamic ADJ NNP Degree=Pos 25 amod 25:amod _ 25 Jihad Jihad PROPN NNP Number=Sing 22 obl 22:obl:of _ 26 . . PUNCT . _ 2 punct 2:punct _ @@ -17896,9 +17899,10 @@ # sent_id = newsgroup-groups.google.com_hiddennook_5380fdd00f8e5e56_ENG_20050926_194800-0013 # text = "We're not happy with Hamas's position at this stage and in light of the Israeli escalation against the Palestinians," commented Khader Habib, a senior Islamic Jihad official. -1 " " PUNCT `` _ 25 punct 25:punct SpaceAfter=No -2 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj SpaceAfter=No -3 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +1 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No +2-3 We're _ _ _ _ _ _ _ _ +2 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ +3 're be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 happy happy ADJ JJ Degree=Pos 25 ccomp 25:ccomp _ 6 with with ADP IN _ 9 case 9:case _ @@ -17914,20 +17918,20 @@ 15 light light NOUN NN Number=Sing 12 conj 5:obl:in|12:conj:and _ 16 of of ADP IN _ 19 case 19:case _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -18 Israeli israeli ADJ JJ Degree=Pos 19 amod 19:amod _ +18 Israeli Israeli ADJ JJ Degree=Pos 19 amod 19:amod _ 19 escalation escalation NOUN NN Number=Sing 15 nmod 15:nmod:of _ 20 against against ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -22 Palestinians Palestinians PROPN NNPS Number=Plur 19 nmod 19:nmod:against SpaceAfter=No -23 , , PUNCT , _ 25 punct 25:punct SpaceAfter=No -24 " " PUNCT '' _ 25 punct 25:punct _ -25 commented comment VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +22 Palestinians Palestinian PROPN NNPS Number=Plur 19 nmod 19:nmod:against SpaceAfter=No +23 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No +24 " " PUNCT '' _ 5 punct 5:punct _ +25 commented comment VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 26 Khader Khader PROPN NNP Number=Sing 25 nsubj 25:nsubj _ 27 Habib Habib PROPN NNP Number=Sing 26 flat 26:flat SpaceAfter=No -28 , , PUNCT , _ 26 punct 26:punct _ +28 , , PUNCT , _ 33 punct 33:punct _ 29 a a DET DT Definite=Ind|PronType=Art 33 det 33:det _ 30 senior senior ADJ JJ Degree=Pos 33 amod 33:amod _ -31 Islamic Islamic PROPN NNP Number=Sing 32 compound 32:compound _ +31 Islamic Islamic ADJ NNP Degree=Pos 32 amod 32:amod _ 32 Jihad Jihad PROPN NNP Number=Sing 33 compound 33:compound _ 33 official official NOUN NN Number=Sing 26 appos 26:appos SpaceAfter=No 34 . . PUNCT . _ 25 punct 25:punct _ @@ -17941,7 +17945,7 @@ 5 that that SCONJ IN _ 7 mark 7:mark _ 6 Hamas Hamas PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 7 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ -8 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +8 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 9 own own ADJ JJ Degree=Pos 11 amod 11:amod _ 10 political political ADJ JJ Degree=Pos 11 amod 11:amod _ 11 agenda agenda NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No @@ -17950,21 +17954,21 @@ # sent_id = newsgroup-groups.google.com_hiddennook_5380fdd00f8e5e56_ENG_20050926_194800-0015 # text = [...] -1 [ [ PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No -2 ... ... PUNCT , _ 3 punct 3:punct SpaceAfter=No -3 ] ] PUNCT -RRB- _ 0 root 0:root _ +1 [ [ PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No +2 ... ... PUNCT , _ 0 root 0:root SpaceAfter=No +3 ] ] PUNCT -RRB- _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_5380fdd00f8e5e56_ENG_20050926_194800-0016 # newpar id = newsgroup-groups.google.com_hiddennook_5380fdd00f8e5e56_ENG_20050926_194800-p0004 # text = "The problem is not with the Palestinian resistance groups but with Israel's scheme to destroy the Palestinians' infrastructure," Habib said. -1 " " PUNCT `` _ 25 punct 25:punct SpaceAfter=No +1 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No 2 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 problem problem NOUN NN Number=Sing 10 nsubj 10:nsubj|15:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 5 not not PART RB _ 10 advmod 10:advmod _ 6 with with ADP IN _ 10 case 10:case _ 7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -8 Palestinian palestinian ADJ JJ Degree=Pos 10 amod 10:amod _ +8 Palestinian Palestinian ADJ JJ Degree=Pos 10 amod 10:amod _ 9 resistance resistance NOUN NN Number=Sing 10 compound 10:compound _ 10 groups group NOUN NNS Number=Plur 25 ccomp 25:ccomp _ 11 but but CCONJ CC _ 15 cc 15:cc _ @@ -17976,13 +17980,14 @@ 16 to to PART TO _ 17 mark 17:mark _ 17 destroy destroy VERB VB VerbForm=Inf 15 acl 15:acl:to _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -19 Palestinians Palestinians PROPN NNPS Number=Plur 21 nmod:poss 21:nmod:poss SpaceAfter=No +19-20 Palestinians' _ _ _ _ _ _ _ _ +19 Palestinians Palestinian PROPN NNPS Number=Plur 21 nmod:poss 21:nmod:poss _ 20 ' 's PART POS _ 19 case 19:case _ 21 infrastructure infrastructure NOUN NN Number=Sing 17 obj 17:obj SpaceAfter=No -22 , , PUNCT , _ 25 punct 25:punct SpaceAfter=No -23 " " PUNCT '' _ 25 punct 25:punct _ +22 , , PUNCT , _ 10 punct 10:punct SpaceAfter=No +23 " " PUNCT '' _ 10 punct 10:punct _ 24 Habib Habib PROPN NNP Number=Sing 25 nsubj 25:nsubj _ -25 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +25 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 26 . . PUNCT . _ 25 punct 25:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_5380fdd00f8e5e56_ENG_20050926_194800-0017 @@ -17990,18 +17995,18 @@ 1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No 2 Hamas Hamas PROPN NNP Number=Sing 3 nsubj 3:nsubj|4:nsubj:xsubj _ 3 remains remain VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 targeted target VERB VBN Tense=Past|VerbForm=Part 3 xcomp 3:xcomp _ +4 targeted target VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 xcomp 3:xcomp _ 5 by by ADP IN _ 6 case 6:case _ -6 Israel Israel PROPN NNP Number=Sing 4 obl 4:obl:by SpaceAfter=No -7 , , PUNCT , _ 4 punct 4:punct _ -8 as as SCONJ IN _ 11 case 11:case _ +6 Israel Israel PROPN NNP Number=Sing 4 obl:agent 4:obl:agent SpaceAfter=No +7 , , PUNCT , _ 11 punct 11:punct _ +8 as as ADP IN _ 11 case 11:case _ 9 in in ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 past past NOUN NN Number=Sing 4 obl 4:obl:in SpaceAfter=No 12 , , PUNCT , _ 19 punct 19:punct _ 13 and and CCONJ CC _ 19 cc 19:cc _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -15 Israeli israeli ADJ JJ Degree=Pos 16 amod 16:amod _ +15 Israeli Israeli ADJ JJ Degree=Pos 16 amod 16:amod _ 16 occupation occupation NOUN NN Number=Sing 19 nsubj 19:nsubj _ 17 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 18 not not PART RB _ 19 advmod 19:advmod _ @@ -18009,7 +18014,7 @@ 20 excuses excuse NOUN NNS Number=Plur 19 obj 19:obj|22:nsubj:xsubj _ 21 to to PART TO _ 22 mark 22:mark _ 22 pursue pursue VERB VB VerbForm=Inf 19 xcomp 19:xcomp _ -23 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +23 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 aggression aggression NOUN NN Number=Sing 22 obj 22:obj SpaceAfter=No 25 . . PUNCT . _ 3 punct 3:punct _ @@ -18020,7 +18025,7 @@ 3 to to PART TO _ 4 mark 4:mark _ 4 drive drive VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 Palestinians Palestinians PROPN NNPS Number=Plur 4 obj 4:obj _ +6 Palestinians Palestinian PROPN NNPS Number=Plur 4 obj 4:obj _ 7 toward toward ADP IN _ 9 case 9:case _ 8 civil civil ADJ JJ Degree=Pos 9 amod 9:amod _ 9 war war NOUN NN Number=Sing 4 obl 4:obl:toward SpaceAfter=No @@ -18029,7 +18034,7 @@ # sent_id = newsgroup-groups.google.com_hiddennook_5380fdd00f8e5e56_ENG_20050926_194800-0019 # text = Islamic Jihad has refused to recognized the cease fire, and hopes to turn the Gaza strip "into a vast battlefield." -1 Islamic Islamic PROPN NNP Number=Sing 2 compound 2:compound _ +1 Islamic Islamic ADJ NNP Degree=Pos 2 amod 2:amod _ 2 Jihad Jihad PROPN NNP Number=Sing 4 nsubj 4:nsubj|6:nsubj:xsubj|12:nsubj|14:nsubj:xsubj _ 3 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 refused refuse VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ @@ -18046,13 +18051,13 @@ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 Gaza Gaza PROPN NNP Number=Sing 17 compound 17:compound _ 17 strip strip PROPN NNP Number=Sing 14 obj 14:obj _ -18 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No +18 " " PUNCT `` _ 22 punct 22:punct SpaceAfter=No 19 into into ADP IN _ 22 case 22:case _ 20 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 21 vast vast ADJ JJ Degree=Pos 22 amod 22:amod _ 22 battlefield battlefield NOUN NN Number=Sing 14 obl 14:obl:into SpaceAfter=No -23 . . PUNCT . _ 4 punct 4:punct SpaceAfter=No -24 " " PUNCT '' _ 4 punct 4:punct _ +23 . . PUNCT . _ 22 punct 22:punct SpaceAfter=No +24 " " PUNCT '' _ 22 punct 22:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_5380fdd00f8e5e56_ENG_20050926_194800-0020 # text = Unless President Mahmoud Abbas steps in, Gaza will probably look like a battle field by the time Israel is done reminding Hamas of their critical error, although currently the only thing Abbas is doing is lashing out and refusing to take responsibility for his inability to act. @@ -18062,7 +18067,7 @@ 4 Abbas Abbas PROPN NNP Number=Sing 2 flat 2:flat _ 5 steps step VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:unless _ 6 in in ADV RB _ 5 advmod 5:advmod SpaceAfter=No -7 , , PUNCT , _ 11 punct 11:punct _ +7 , , PUNCT , _ 5 punct 5:punct _ 8 Gaza Gaza PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 9 will will AUX MD VerbForm=Fin 11 aux 11:aux _ 10 probably probably ADV RB _ 11 advmod 11:advmod _ @@ -18078,30 +18083,30 @@ 20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 21 done done ADJ JJ Degree=Pos 18 acl:relcl 18:acl:relcl _ 22 reminding remind VERB VBG VerbForm=Ger 21 advcl 21:advcl _ -23 Hamas Hamas PROPN NNP Number=Sing 22 obj 22:obj _ +23 Hamas Hamas PROPN NNP Number=Sing 22 iobj 22:iobj _ 24 of of ADP IN _ 27 case 27:case _ -25 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +25 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 26 critical critical ADJ JJ Degree=Pos 27 amod 27:amod _ 27 error error NOUN NN Number=Sing 22 obl 22:obl:of SpaceAfter=No -28 , , PUNCT , _ 11 punct 11:punct _ -29 although although SCONJ IN _ 37 mark 37:mark _ -30 currently currently ADV RB _ 37 advmod 37:advmod _ +28 , , PUNCT , _ 38 punct 38:punct _ +29 although although SCONJ IN _ 38 mark 38:mark _ +30 currently currently ADV RB _ 38 advmod 38:advmod _ 31 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 32 only only ADJ JJ Degree=Pos 33 amod 33:amod _ -33 thing thing NOUN NN Number=Sing 37 nsubj 37:nsubj _ +33 thing thing NOUN NN Number=Sing 38 nsubj:outer 38:nsubj:outer|41:nsubj:outer _ 34 Abbas Abbas PROPN NNP Number=Sing 36 nsubj 36:nsubj _ 35 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 36 aux 36:aux _ 36 doing do VERB VBG Tense=Pres|VerbForm=Part 33 acl:relcl 33:acl:relcl _ -37 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:although _ -38 lashing lash VERB VBG VerbForm=Ger 37 ccomp 37:ccomp _ +37 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 38 cop 38:cop _ +38 lashing lash VERB VBG VerbForm=Ger 11 advcl 11:advcl:although _ 39 out out ADP RP _ 38 compound:prt 38:compound:prt _ 40 and and CCONJ CC _ 41 cc 41:cc _ -41 refusing refuse VERB VBG VerbForm=Ger 38 conj 37:ccomp|38:conj:and _ +41 refusing refuse VERB VBG VerbForm=Ger 38 conj 11:advcl:although|38:conj:and _ 42 to to PART TO _ 43 mark 43:mark _ 43 take take VERB VB VerbForm=Inf 41 xcomp 41:xcomp _ 44 responsibility responsibility NOUN NN Number=Sing 43 obj 43:obj _ 45 for for ADP IN _ 47 case 47:case _ -46 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 47 nmod:poss 47:nmod:poss _ +46 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 47 nmod:poss 47:nmod:poss _ 47 inability inability NOUN NN Number=Sing 44 nmod 44:nmod:for _ 48 to to PART TO _ 49 mark 49:mark _ 49 act act VERB VB VerbForm=Inf 47 acl 47:acl:to SpaceAfter=No @@ -18113,17 +18118,17 @@ # sent_id = newsgroup-groups.google.com_hiddennook_5380fdd00f8e5e56_ENG_20050926_194800-0022 # text = Posted by Hidden Nook to Hidden Nook at 9/26/2005 08:14:00 PM -1 Posted post VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Posted post VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 by by ADP IN _ 4 case 4:case _ -3 Hidden Hidden PROPN NNP Number=Sing 4 compound 4:compound _ -4 Nook Nook PROPN NNP Number=Sing 1 obl 1:obl:by _ +3 Hidden Hidden ADJ NNP Degree=Pos 4 amod 4:amod _ +4 Nook Nook PROPN NNP Number=Sing 1 obl:agent 1:obl:agent _ 5 to to ADP IN _ 7 case 7:case _ -6 Hidden Hidden PROPN NNP Number=Sing 7 compound 7:compound _ +6 Hidden Hidden ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Nook Nook PROPN NNP Number=Sing 1 obl 1:obl:to _ 8 at at ADP IN _ 11 case 11:case _ -9 9/26/2005 9/26/2005 NUM CD NumType=Card 11 nummod 11:nummod _ -10 08:14:00 08:14:00 NUM CD NumType=Card 11 nummod 11:nummod _ -11 PM pm NOUN NN Number=Sing 1 obl 1:obl:at _ +9 9/26/2005 9/26/2005 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ +10 08:14:00 08:14:00 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ +11 PM p.m. NOUN NN Number=Sing 1 obl 1:obl:at _ # newdoc id = answers-20090605110350AA2V8bW_ans # sent_id = answers-20090605110350AA2V8bW_ans-0001 @@ -18165,10 +18170,10 @@ 2 much much ADJ JJ Degree=Pos 0 root 0:root _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 cop 2:cop _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -5 big big PROPN NNP Number=Sing 6 compound 6:compound _ +5 big big ADJ NNP Degree=Pos 6 amod 6:amod _ 6 mac mac PROPN NNP Number=Sing 2 nsubj 2:nsubj _ 7 in in ADP IN _ 9 case 9:case _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 country country NOUN NN Number=Sing 2 obl 2:obl:in SpaceAfter=No 10 ? ? PUNCT . _ 2 punct 2:punct _ @@ -18176,7 +18181,7 @@ # newpar id = answers-20110909115731AAl3uzs_ans-p0002 # text = $5.76 For the Combo Meal!! 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 5.76 5.76 NUM CD NumType=Card 1 nummod 1:nummod _ +2 5.76 5.76 NUM CD NumForm=Digit|NumType=Frac 1 nummod 1:nummod _ 3 For for ADP IN _ 6 case 6:case _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 Combo Combo PROPN NNP Number=Sing 6 compound 6:compound _ @@ -18198,7 +18203,7 @@ # text = What foods do you eat in Miramar? 1 What what DET WDT PronType=Int 2 det 2:det _ 2 foods food NOUN NNS Number=Plur 5 obj 5:obj _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 5 eat eat VERB VB VerbForm=Inf 0 root 0:root _ 6 in in ADP IN _ 7 case 7:case _ @@ -18208,11 +18213,11 @@ # sent_id = answers-20090717131608AAqDfYJ_ans-0002 # newpar id = answers-20090717131608AAqDfYJ_ans-p0002 # text = Argentinian foods of course, LMAO. -1 Argentinian argentinian ADJ JJ Degree=Pos 2 amod 2:amod _ +1 Argentinian Argentinian ADJ JJ Degree=Pos 2 amod 2:amod _ 2 foods food NOUN NNS Number=Plur 0 root 0:root _ -3 of of ADV RB _ 2 discourse 2:discourse _ -4 course course ADV RB _ 3 fixed 3:fixed SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ +3 of of ADP IN ExtPos=ADV 2 advmod 2:advmod _ +4 course course NOUN NN Number=Sing 3 fixed 3:fixed SpaceAfter=No +5 , , PUNCT , _ 6 punct 6:punct _ 6 LMAO lmao INTJ UH _ 2 discourse 2:discourse SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ @@ -18230,11 +18235,11 @@ # newpar id = answers-20090717131608AAqDfYJ_ans-p0004 # text = you mean miramar florida theyy have good seafood there 1 you you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 mean mean VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 miramar miramar PROPN NNP Number=Sing 2 obj 2:obj _ -4 florida florida PROPN NNP Number=Sing 3 appos 3:appos _ -5 theyy theyy PRON PRP _ 6 nsubj 6:nsubj _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +2 mean mean VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 miramar Miramar PROPN NNP Number=Sing 2 obj 2:obj _ +4 florida Florida PROPN NNP Number=Sing 3 appos 3:appos _ +5 theyy they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs|Typo=Yes 6 nsubj 6:nsubj CorrectForm=they +6 have have VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 7 good good ADJ JJ Degree=Pos 8 amod 8:amod _ 8 seafood seafood NOUN NN Number=Sing 6 obj 6:obj _ 9 there there ADV RB PronType=Dem 6 advmod 6:advmod _ @@ -18243,10 +18248,10 @@ # sent_id = answers-20111108003939AA3pvxF_ans-0001 # newpar id = answers-20111108003939AA3pvxF_ans-p0001 # text = Have you had any knowledgement about pearl pigment.? -1 Have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 any any DET DT _ 5 det 5:det _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 knowledgement knowledgement NOUN NN Number=Sing 3 obj 3:obj _ 6 about about ADP IN _ 8 case 8:case _ 7 pearl pearl NOUN NN Number=Sing 8 compound 8:compound _ @@ -18264,13 +18269,13 @@ 6 proud proud ADJ JJ Degree=Pos 2 conj 2:conj:and _ 7 of of ADP IN _ 8 case 8:case _ 8 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 obl 6:obl:of SpaceAfter=No -9 ... ... PUNCT , _ 6 punct 6:punct SpaceAfter=No +9 ... ... PUNCT , _ 15 punct 15:punct SpaceAfter=No 10 because because SCONJ IN _ 15 mark 15:mark _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 teacher teacher NOUN NN Number=Sing 15 nsubj 15:nsubj _ 13-14 havent _ _ _ _ _ _ _ _ -13 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ -14 nt not PART RB _ 15 advmod 15:advmod _ +13 have have AUX VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 15 aux 15:aux CorrectForm=has +14 nt not PART RB Typo=Yes 15 advmod 15:advmod CorrectForm=n't 15 taught teach VERB VBN Tense=Past|VerbForm=Part 6 advcl 6:advcl:because _ 16 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 15 iobj 15:iobj _ 17 that that PRON DT Number=Sing|PronType=Dem 15 obj 15:obj _ @@ -18284,7 +18289,7 @@ 1 Can can AUX MD VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 recommend recommend VERB VB VerbForm=Inf 0 root 0:root _ -4 any any DET DT _ 5 det 5:det _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 restaurants restaurant NOUN NNS Number=Plur 3 obj 3:obj _ 6 in in ADP IN _ 8 case 8:case _ 7 Buenos Buenos PROPN NNP Number=Sing 8 compound 8:compound _ @@ -18309,11 +18314,11 @@ # sent_id = answers-20100308180028AAHCoBv_ans-0004 # text = There are several just off their beautiful beach. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 several several ADJ JJ Degree=Pos 2 nsubj 2:nsubj _ 4 just just ADV RB _ 8 advmod 8:advmod _ 5 off off ADP IN _ 8 case 8:case _ -6 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 beautiful beautiful ADJ JJ Degree=Pos 8 amod 8:amod _ 8 beach beach NOUN NN Number=Sing 2 obl 2:obl:off SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ @@ -18322,7 +18327,7 @@ # text = Enjoy yourself my friend !! 1 Enjoy enjoy VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 1 obj 1:obj _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 friend friend NOUN NN Number=Sing 1 vocative 1:vocative _ 5 !! !! PUNCT . _ 1 punct 1:punct _ @@ -18338,9 +18343,9 @@ 5 in in ADP IN _ 6 case 6:case _ 6 baguio baguio PROPN NNP Number=Sing 4 nmod 4:nmod:in _ 7 also also ADV RB _ 8 advmod 8:advmod _ -8 accomodate accommodate VERB VB Typo=Yes|VerbForm=Inf 0 root 0:root _ +8 accomodate accommodate VERB VB Typo=Yes|VerbForm=Inf 0 root 0:root CorrectForm=accommodate 9 even even ADV RB _ 11 advmod 11:advmod _ -10 1 1 NUM CD NumType=Card 11 nummod 11:nummod _ +10 1 1 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 11 person person NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No 12 ?? ?? PUNCT . _ 8 punct 8:punct SpaceAfter=No @@ -18348,16 +18353,16 @@ # text = cos ill be going to baguio alone and i have tight? 1 cos cause SCONJ IN Abbr=Yes 5 mark 5:mark _ 2-3 ill _ _ _ _ _ _ _ _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -3 ll will AUX MD VerbForm=Fin 5 aux 5:aux _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ +3 ll will AUX MD Typo=Yes|VerbForm=Fin 5 aux 5:aux CorrectForm='ll 4 be be AUX VB VerbForm=Inf 5 aux 5:aux _ 5 going go VERB VBG VerbForm=Ger 0 root 0:root _ 6 to to ADP IN _ 7 case 7:case _ 7 baguio baguio PROPN NNP Number=Sing 5 obl 5:obl:to _ 8 alone alone ADV RB _ 5 advmod 5:advmod _ 9 and and CCONJ CC _ 11 cc 11:cc _ -10 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +10 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ +11 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 12 tight tight ADJ JJ Degree=Pos 11 obj 11:obj SpaceAfter=No 13 ? ? PUNCT . _ 5 punct 5:punct _ @@ -18379,7 +18384,7 @@ # newpar id = answers-20111108082957AAzQGgo_ans-p0001 # text = What influenced Picasso's cubism style of painting? 1 What what PRON WP PronType=Int 2 nsubj 2:nsubj _ -2 influenced influence VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 influenced influence VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3-4 Picasso's _ _ _ _ _ _ _ _ 3 Picasso Picasso PROPN NNP Number=Sing 6 nmod:poss 6:nmod:poss _ 4 's 's PART POS _ 3 case 3:case _ @@ -18393,26 +18398,26 @@ # newpar id = answers-20111108082957AAzQGgo_ans-p0002 # text = i've seen that.......that does not help me at all it says what cubism influenced not what influnced cubism 1-2 i've _ _ _ _ _ _ _ _ -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 seen see VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 that that PRON DT Number=Sing|PronType=Dem 3 obj 3:obj SpaceAfter=No -5 ....... ....... PUNCT , _ 3 punct 3:punct SpaceAfter=No +5 ....... ....... PUNCT , _ 9 punct 9:punct SpaceAfter=No 6 that that PRON DT Number=Sing|PronType=Dem 9 nsubj 9:nsubj _ 7 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 not not PART RB _ 9 advmod 9:advmod _ 9 help help VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ 10 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 9 obj 9:obj _ -11 at at ADV RB _ 12 case 12:case _ -12 all all ADV RB _ 9 obl 9:obl:at _ +11 at at ADP IN _ 12 case 12:case _ +12 all all DET DT PronType=Tot 9 obl 9:obl:at _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 14 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ -15 what what PRON WP PronType=Int 14 obj 14:obj _ +15 what what PRON WP PronType=Int 17 obj 17:obj _ 16 cubism cubism NOUN NN Number=Sing 17 nsubj 17:nsubj _ -17 influenced influence VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ -18 not not ADV RB _ 19 advmod 19:advmod _ -19 what what PRON WP PronType=Int 15 conj 15:conj _ -20 influnced influnce VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ +17 influenced influence VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 ccomp 14:ccomp _ +18 not not PART RB _ 20 advmod 20:advmod _ +19 what what PRON WP PronType=Int 20 nsubj 20:nsubj _ +20 influnced influence VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|Typo=Yes|VerbForm=Fin 15 conj 14:ccomp|15:conj CorrectForm=influenced 21 cubism cubism NOUN NN Number=Sing 20 obj 20:obj _ # sent_id = answers-20111108082957AAzQGgo_ans-0003 @@ -18425,7 +18430,7 @@ # newpar id = answers-20080426141111AAgPUwU_ans-p0001 # text = What do you eat in Miramar? 1 What what PRON WP PronType=Int 4 obj 4:obj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 eat eat VERB VB VerbForm=Inf 0 root 0:root _ 5 in in ADP IN _ 6 case 6:case _ @@ -18440,9 +18445,9 @@ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 stuff stuff NOUN NN Number=Sing 1 nmod 1:nmod:like _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -6 eat eat VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +6 eat eat VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 in in ADP IN _ 9 case 9:case _ -8 Spanish spanish ADJ JJ Degree=Pos 9 amod 9:amod _ +8 Spanish Spanish ADJ JJ Degree=Pos 9 amod 9:amod _ 9 countries country NOUN NNS Number=Plur 6 obl 6:obl:in _ 10 like like ADP IN _ 11 case 11:case _ 11 tacos taco NOUN NNS Number=Plur 1 nmod 1:nmod:like SpaceAfter=No @@ -18455,7 +18460,7 @@ 18 , , PUNCT , _ 19 punct 19:punct _ 19 steak steak NOUN NN Number=Sing 11 conj 1:nmod:like|11:conj SpaceAfter=No 20 , , PUNCT , _ 21 punct 21:punct _ -21 ect ect X FW _ 11 conj 1:nmod:like|11:conj SpaceAfter=No +21 ect etc. NOUN FW Abbr=Yes|Number=Plur|Typo=Yes 11 conj 1:nmod:like|11:conj CorrectForm=etc|SpaceAfter=No 22 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20080426141111AAgPUwU_ans-0003 @@ -18472,10 +18477,10 @@ # sent_id = answers-20111106193025AA2h62V_ans-0001 # newpar id = answers-20111106193025AA2h62V_ans-p0001 # text = Anyone know of any HHa training in Delaware ? -1 Anyone anyone PRON NN Number=Sing 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Anyone anyone PRON NN Number=Sing|PronType=Ind 2 nsubj 2:nsubj _ +2 know know VERB VB VerbForm=Inf 0 root 0:root _ 3 of of ADP IN _ 6 case 6:case _ -4 any any DET DT _ 6 det 6:det _ +4 any any DET DT PronType=Ind 6 det 6:det _ 5 HHa HHa PROPN NNP Number=Sing 6 compound 6:compound _ 6 training training NOUN NN Number=Sing 2 obl 2:obl:of _ 7 in in ADP IN _ 8 case 8:case _ @@ -18486,7 +18491,7 @@ # newpar id = answers-20111106193025AA2h62V_ans-p0002 # text = I do hold a HHa certificate in the state of NY but I looking to move to Delaware anyone know how I can get certified in delaware? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 hold hold VERB VB VerbForm=Inf 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 HHa HHa PROPN NNP Number=Sing 6 compound 6:compound _ @@ -18503,13 +18508,13 @@ 16 move move VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 17 to to ADP IN _ 18 case 18:case _ 18 Delaware Delaware PROPN NNP Number=Sing 16 obl 16:obl:to _ -19 anyone anyone PRON NN Number=Sing 20 nsubj 20:nsubj _ -20 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +19 anyone anyone PRON NN Number=Sing|PronType=Ind 20 nsubj 20:nsubj _ +20 know know VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ 21 how how ADV WRB PronType=Int 25 advmod 25:advmod _ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 25 nsubj:pass 25:nsubj:pass _ 23 can can AUX MD VerbForm=Fin 25 aux 25:aux _ 24 get get AUX VB VerbForm=Inf 25 aux:pass 25:aux:pass _ -25 certified certify VERB VBN Tense=Past|VerbForm=Part 20 ccomp 20:ccomp _ +25 certified certify VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 ccomp 20:ccomp _ 26 in in ADP IN _ 27 case 27:case _ 27 delaware delaware PROPN NNP Number=Sing 25 obl 25:obl:in SpaceAfter=No 28 ? ? PUNCT . _ 3 punct 3:punct _ @@ -18518,10 +18523,10 @@ # sent_id = answers-20111108082040AAmrGJ5_ans-0001 # newpar id = answers-20111108082040AAmrGJ5_ans-p0001 # text = Any information about CRAZY HORSE SCULPTURE? -1 Any any DET DT _ 2 det 2:det _ +1 Any any DET DT PronType=Ind 2 det 2:det _ 2 information information NOUN NN Number=Sing 0 root 0:root _ 3 about about ADP IN _ 6 case 6:case _ -4 CRAZY CRAZY PROPN NNP Number=Sing 5 compound 5:compound _ +4 CRAZY CRAZY ADJ NNP Degree=Pos 5 amod 5:amod _ 5 HORSE HORSE PROPN NNP Number=Sing 6 compound 6:compound _ 6 SCULPTURE sculpture NOUN NN Number=Sing 2 nmod 2:nmod:about SpaceAfter=No 7 ? ? PUNCT . _ 2 punct 2:punct _ @@ -18529,17 +18534,17 @@ # sent_id = answers-20111108082040AAmrGJ5_ans-0002 # newpar id = answers-20111108082040AAmrGJ5_ans-p0002 # text = any? -1 any any DET DT _ 0 root 0:root SpaceAfter=No +1 any any DET DT PronType=Ind 0 root 0:root SpaceAfter=No 2 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108082040AAmrGJ5_ans-0003 # text = I assume you mean the crazy horse memorial. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 assume assume VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 assume assume VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 mean mean VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +4 mean mean VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -6 crazy crazy PROPN NNP Number=Sing 7 compound 7:compound _ +6 crazy crazy ADJ NNP Degree=Pos 7 amod 7:amod _ 7 horse horse PROPN NNP Number=Sing 8 compound 8:compound _ 8 memorial memorial NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ @@ -18547,8 +18552,8 @@ # sent_id = answers-20111108082040AAmrGJ5_ans-0004 # text = they have their own website which you can easily find using any search engine. 1 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 own own ADJ JJ Degree=Pos 5 amod 5:amod _ 5 website website NOUN NN Number=Sing 2 obj 2:obj|10:obj _ 6 which which PRON WDT PronType=Rel 10 obj 5:ref _ @@ -18557,14 +18562,14 @@ 9 easily easily ADV RB _ 10 advmod 10:advmod _ 10 find find VERB VB VerbForm=Inf 5 acl:relcl 5:acl:relcl _ 11 using use VERB VBG VerbForm=Ger 10 advcl 10:advcl _ -12 any any DET DT _ 14 det 14:det _ +12 any any DET DT PronType=Ind 14 det 14:det _ 13 search search NOUN NN Number=Sing 14 compound 14:compound _ 14 engine engine NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108082040AAmrGJ5_ans-0005 # text = http://www.google.com/search?aq=0&oq=crazy+horse+mem&gcx=w&sourceid=chrome&ie=UTF-8&q=crazy+horse+memorial -1 http://www.google.com/search?aq=0&oq=crazy+horse+mem&gcx=w&sourceid=chrome&ie=UTF-8&q=crazy+horse+memorial http://www.google.com/search?aq=0&oq=crazy+horse+mem&gcx=w&sourceid=chrome&ie=utf-8&q=crazy+horse+memorial X ADD _ 0 root 0:root _ +1 http://www.google.com/search?aq=0&oq=crazy+horse+mem&gcx=w&sourceid=chrome&ie=UTF-8&q=crazy+horse+memorial http://www.google.com/search?aq=0&oq=crazy+horse+mem&gcx=w&sourceid=chrome&ie=UTF-8&q=crazy+horse+memorial X ADD _ 0 root 0:root _ # newdoc id = answers-20111107213255AAT0HQq_ans # sent_id = answers-20111107213255AAT0HQq_ans-0001 @@ -18582,7 +18587,7 @@ 10 statue statue NOUN NN Number=Sing 3 obl 3:obl:for _ 11 of of ADP IN _ 12 case 12:case _ 12 size size NOUN NN Number=Sing 10 nmod 10:nmod:of _ -13 375 375 NUM CD NumType=Card 14 nummod 14:nummod SpaceAfter=No +13 375 375 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No 14 mm mm NOUN NNS Number=Plur 12 appos 12:appos _ 15 in in ADP IN _ 16 case 16:case _ 16 height height NOUN NN Number=Sing 14 nmod 14:nmod:in SpaceAfter=No @@ -18625,7 +18630,7 @@ # text = How many days will speed post take to reach from Delhi to Mumbai? 1 How how ADV WRB PronType=Int 2 advmod 2:advmod _ 2 many many ADJ JJ Degree=Pos 3 amod 3:amod _ -3 days day NOUN NNS Number=Plur 7 obl:tmod 7:obl:tmod _ +3 days day NOUN NNS Number=Plur 7 obj 7:obj _ 4 will will AUX MD VerbForm=Fin 7 aux 7:aux _ 5 speed speed NOUN NN Number=Sing 6 compound 6:compound _ 6 post post NOUN NN Number=Sing 7 nsubj 7:nsubj _ @@ -18643,39 +18648,39 @@ # text = Give it three days barring Sundays and holidays. 1 Give give VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 1 iobj 1:iobj _ -3 three three NUM CD NumType=Card 4 nummod 4:nummod _ +3 three three NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 days day NOUN NNS Number=Plur 1 obj 1:obj _ -5 barring bar VERB VBG VerbForm=Ger 4 acl 4:acl _ -6 Sundays Sundays PROPN NNPS Number=Plur 5 obl:tmod 5:obl:tmod _ +5 barring bar VERB VBG VerbForm=Ger 6 case 6:case _ +6 Sundays Sunday PROPN NNPS Number=Plur 4 nmod 4:nmod:barring _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 holidays holiday NOUN NNS Number=Plur 6 conj 5:obl:tmod|6:conj:and SpaceAfter=No +8 holidays holiday NOUN NNS Number=Plur 6 conj 4:nmod:barring|6:conj:and SpaceAfter=No 9 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108084633AAzZD8i_ans-0003 # newpar id = answers-20111108084633AAzZD8i_ans-p0003 # text = 3 TO 4 DAYS if you are lucky on average it takes about 6 days. -1 3 3 NUM CD NumType=Card 4 nummod 4:nummod _ +1 3 3 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 2 TO to ADP IN _ 3 case 3:case _ -3 4 4 NUM CD NumType=Card 1 nmod 1:nmod:to _ +3 4 4 NUM CD NumForm=Digit|NumType=Card 1 nmod 1:nmod:to _ 4 DAYS day NOUN NNS Number=Plur 0 root 0:root _ 5 if if SCONJ IN _ 8 mark 8:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +7 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 lucky lucky ADJ JJ Degree=Pos 4 advcl 4:advcl:if _ 9 on on ADP IN _ 10 case 10:case _ 10 average average ADJ JJ Degree=Pos 12 obl 12:obl:on _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 12 takes take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ 13 about about ADV RB _ 14 advmod 14:advmod _ -14 6 6 NUM CD NumType=Card 15 nummod 15:nummod _ -15 days day NOUN NNS Number=Plur 12 obl:tmod 12:obl:tmod SpaceAfter=No +14 6 6 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ +15 days day NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No 16 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108084633AAzZD8i_ans-0004 # newpar id = answers-20111108084633AAzZD8i_ans-p0004 # text = like 2day 1 like like INTJ UH _ 3 discourse 3:discourse _ -2 2 2 NUM CD NumType=Card 3 nummod 3:nummod SpaceAfter=No +2 2 2 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No 3 day day NOUN NN Number=Sing 0 root 0:root _ # newdoc id = answers-20111108092417AAt9bST_ans @@ -18685,12 +18690,12 @@ 1 What what PRON WP PronType=Int 0 root 0:root _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -4 nearest nearest ADJ JJS Degree=Sup 6 amod 6:amod _ -5 National National PROPN NNP Number=Sing 6 compound 6:compound _ +4 nearest near ADJ JJS Degree=Sup 6 amod 6:amod _ +5 National National ADJ NNP Degree=Pos 6 amod 6:amod _ 6 Park Park PROPN NNP Number=Sing 1 nsubj 1:nsubj _ 7 to to ADP IN _ 8 case 8:case _ 8 Birmingham Birmingham PROPN NNP Number=Sing 6 nmod 6:nmod:to SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 UK UK PROPN NNP Number=Sing 8 appos 8:appos SpaceAfter=No 11 ? ? PUNCT . _ 1 punct 1:punct _ @@ -18705,7 +18710,7 @@ 6 ) ) PUNCT -RRB- _ 5 punct 5:punct _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 closest closest ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +9 closest close ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 10 . . PUNCT . _ 9 punct 9:punct _ # sent_id = answers-20111108092417AAt9bST_ans-0003 @@ -18713,23 +18718,23 @@ 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 2 South South PROPN NNP Number=Sing 3 compound 3:compound _ 3 Shropshire Shropshire PROPN NNP Number=Sing 4 compound 4:compound _ -4 Hills Hills PROPN NNPS Number=Plur 7 nsubj 7:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +4 Hills Hill PROPN NNPS Number=Plur 7 nsubj 7:nsubj _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 far far ADV RB Degree=Pos 7 advmod 7:advmod _ -7 closer closer ADJ JJR Degree=Cmp 0 root 0:root SpaceAfter=No +7 closer close ADJ JJR Degree=Cmp 0 root 0:root SpaceAfter=No 8 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108092417AAt9bST_ans-0004 # text = They are not a national park, but are extremely beautiful. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj|11:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 3 not not PART RB _ 6 advmod 6:advmod _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 national national ADJ JJ Degree=Pos 6 amod 6:amod _ 6 park park NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 7 , , PUNCT , _ 11 punct 11:punct _ 8 but but CCONJ CC _ 11 cc 11:cc _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 extremely extremely ADV RB _ 11 advmod 11:advmod _ 11 beautiful beautiful ADJ JJ Degree=Pos 6 conj 6:conj:but SpaceAfter=No 12 . . PUNCT . _ 6 punct 6:punct _ @@ -18750,7 +18755,7 @@ 1 When when ADV WRB PronType=Int 4 advmod 4:advmod _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ 3 Miramar Miramar PROPN NNP Number=Sing 4 nsubj:pass 4:nsubj:pass _ -4 founded found VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No +4 founded found VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 5 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20090705172848AAU56mj_ans-0003 @@ -18760,11 +18765,11 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 'll will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 give give VERB VB VerbForm=Inf 0 root 0:root _ -4 best best ADJ JJS Degree=Sup 5 amod 5:amod _ +4 best good ADJ JJS Degree=Sup 5 amod 5:amod _ 5 answer answer NOUN NN Number=Sing 3 obj 3:obj _ 6 for for ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 first first ADJ JJ Degree=Pos|NumType=Ord 9 amod 9:amod _ +8 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 9 amod 9:amod _ 9 person person NOUN NN Number=Sing 3 obl 3:obl:for|11:nsubj _ 10 who who PRON WP PronType=Rel 11 nsubj 9:ref _ 11 gets get VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ @@ -18776,9 +18781,9 @@ # newpar id = answers-20090705172848AAU56mj_ans-p0003 # text = September 20, 1888? 1 September September PROPN NNP Number=Sing 0 root 0:root _ -2 20 20 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 1888 1888 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No +2 20 20 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 , , PUNCT , _ 4 punct 4:punct _ +4 1888 1888 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No 5 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20090705172848AAU56mj_ans-0005 @@ -18792,9 +18797,9 @@ 6 city city NOUN NN Number=Sing 3 obl 3:obl:as _ 7 on on ADP IN _ 8 case 8:case _ 8 May May PROPN NNP Number=Sing 3 obl 3:obl:on _ -9 26 26 NUM CD NumType=Card 8 nummod 8:nummod SpaceAfter=No -10 , , PUNCT , _ 8 punct 8:punct _ -11 1955 1955 NUM CD NumType=Card 8 nummod 8:nummod SpaceAfter=No +9 26 26 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod SpaceAfter=No +10 , , PUNCT , _ 11 punct 11:punct _ +11 1955 1955 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20090705172848AAU56mj_ans-0006 @@ -18804,18 +18809,18 @@ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ 3 founded found VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 September September PROPN NNP Number=Sing 3 obl:tmod 3:obl:tmod _ -5 20 20 NUM CD NumType=Card 4 nummod 4:nummod _ -6 1888 1888 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No +5 20 20 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +6 1888 1888 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No 7 . . PUNCT . _ 3 punct 3:punct _ # newdoc id = answers-20111108033619AAb3VQ4_ans # sent_id = answers-20111108033619AAb3VQ4_ans-0001 # newpar id = answers-20111108033619AAb3VQ4_ans-p0001 # text = Do people Bare-knuckle box in Ireland? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +1 Do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 2 people people NOUN NNS Number=Plur 6 nsubj 6:nsubj _ 3 Bare bare ADJ JJ Degree=Pos 5 amod 5:amod SpaceAfter=No -4 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No +4 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 5 knuckle knuckle NOUN NN Number=Sing 6 obl:npmod 6:obl:npmod _ 6 box box VERB VB VerbForm=Inf 0 root 0:root _ 7 in in ADP IN _ 8 case 8:case _ @@ -18831,30 +18836,30 @@ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 travelling travelling NOUN NN Number=Sing 6 compound 6:compound _ 6 community community NOUN NN Number=Sing 2 nmod 2:nmod:of _ -7 engage engage VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 engage engage VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 in in ADP IN _ 10 case 10:case _ 9 this this DET DT Number=Sing|PronType=Dem 10 det 10:det _ 10 activity activity NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No 11 , , PUNCT , _ 16 punct 16:punct _ 12 but but CCONJ CC _ 16 cc 16:cc _ -13 overall overall ADV RB _ 15 advmod 15:advmod _ -14 no no INTJ UH _ 15 discourse 15:discourse _ +13 overall overall ADV RB _ 16 advmod 16:advmod _ +14 no no INTJ UH _ 16 discourse 16:discourse _ 15 not not PART RB _ 16 advmod 16:advmod _ -16 really really ADV RB _ 7 conj 7:conj:but SpaceAfter=No +16 really really ADV RB _ 7 conj 7:conj:but Promoted=Yes|SpaceAfter=No 17 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108033619AAb3VQ4_ans-0003 # newpar id = answers-20111108033619AAb3VQ4_ans-p0003 # text = Er, no? 1 Er er INTJ UH _ 3 discourse 3:discourse SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 no no INTJ UH _ 0 root 0:root SpaceAfter=No 4 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108033619AAb3VQ4_ans-0004 # newpar id = answers-20111108033619AAb3VQ4_ans-p0004 # text = some members of the traveler community bare knuckle box. -1 some some DET DT _ 2 det 2:det _ +1 some some DET DT PronType=Ind 2 det 2:det _ 2 members member NOUN NNS Number=Plur 9 nsubj 9:nsubj _ 3 of of ADP IN _ 6 case 6:case _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -18862,7 +18867,7 @@ 6 community community NOUN NN Number=Sing 2 nmod 2:nmod:of _ 7 bare bare ADJ JJ Degree=Pos 8 amod 8:amod _ 8 knuckle knuckle NOUN NN Number=Sing 9 obl:npmod 9:obl:npmod _ -9 box box VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +9 box box VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 10 . . PUNCT . _ 9 punct 9:punct SpaceAfter=No # sent_id = answers-20111108033619AAb3VQ4_ans-0005 @@ -18870,9 +18875,9 @@ 1 other other ADV RB _ 7 advmod 7:advmod _ 2 than than ADP IN _ 3 case 3:case _ 3 that that PRON DT Number=Sing|PronType=Dem 1 obl 1:obl:than _ -4 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ +4 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 5-6 don't _ _ _ _ _ _ _ _ -5 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 n't not PART RB _ 7 advmod 7:advmod _ 7 know know VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 8 . . PUNCT . _ 7 punct 7:punct _ @@ -18882,10 +18887,10 @@ # newpar id = answers-20111105145356AAtOJyP_ans-p0001 # text = What are some GOOD 18+ clubs in the bay area? 1 What what PRON WP PronType=Int 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -3 some some DET DT _ 7 det 7:det _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +3 some some DET DT PronType=Ind 7 det 7:det _ 4 GOOD good ADJ JJ Degree=Pos 7 amod 7:amod _ -5 18 18 NUM CD NumType=Card 7 compound 7:compound SpaceAfter=No +5 18 18 NUM CD NumForm=Digit|NumType=Card 7 compound 7:compound SpaceAfter=No 6 + + SYM SYM _ 5 advmod 5:advmod _ 7 clubs club NOUN NNS Number=Plur 1 nsubj 1:nsubj _ 8 in in ADP IN _ 11 case 11:case _ @@ -18899,9 +18904,9 @@ # text = For today saturday Nov 5th. 1 For for ADP IN _ 2 case 2:case _ 2 today today NOUN NN Number=Sing 0 root 0:root _ -3 saturday saturday PROPN NNP Number=Sing 2 appos 2:appos _ -4 Nov Nov PROPN NNP Number=Sing 3 appos 3:appos _ -5 5th 5th NOUN NN Number=Sing 4 nummod 4:nummod SpaceAfter=No +3 saturday Saturday PROPN NNP Number=Sing 2 appos 2:appos _ +4 Nov November PROPN NNP Abbr=Yes|Number=Sing 3 appos 3:appos _ +5 5th 5th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 4 nummod 4:nummod SpaceAfter=No 6 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111105145356AAtOJyP_ans-0003 @@ -18921,43 +18926,43 @@ # sent_id = answers-20111105145356AAtOJyP_ans-0004 # text = I want to party hardy for my birthday :) 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 party party VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 hardy hardy ADV RB _ 4 advmod 4:advmod _ 6 for for ADP IN _ 8 case 8:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 birthday birthday NOUN NN Number=Sing 4 obl 4:obl:for _ 9 :) :) SYM NFP _ 2 discourse 2:discourse _ # sent_id = answers-20111105145356AAtOJyP_ans-0005 # newpar id = answers-20111105145356AAtOJyP_ans-p0003 # text = when you turn 21 you can party any were you want -1 when when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 when when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 turn turn VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:when _ -4 21 21 NUM CD NumType=Card 3 obj 3:obj _ +3 turn turn VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:when _ +4 21 21 NUM CD NumForm=Digit|NumType=Card 3 obj 3:obj _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ 6 can can AUX MD VerbForm=Fin 7 aux 7:aux _ 7 party party VERB VB VerbForm=Inf 0 root 0:root _ -8 any any X GW _ 7 advmod 7:advmod _ -9 were were ADV RB _ 8 goeswith 8:goeswith _ +8 any anywhere ADV GW Typo=Yes 7 advmod 7:advmod CorrectForm=anywhere +9 were _ X RB _ 8 goeswith 8:goeswith _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -11 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +11 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 advcl:relcl 8:advcl:relcl _ # newdoc id = answers-20100605133330AAeW6nm_ans # sent_id = answers-20100605133330AAeW6nm_ans-0001 # newpar id = answers-20100605133330AAeW6nm_ans-p0001 # text = I have hundreds of VHS movies lying around... what should I do with them? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 hundreds hundred NOUN NNS Number=Plur 2 obj 2:obj _ 4 of of ADP IN _ 6 case 6:case _ 5 VHS vhs NOUN NN Number=Sing 6 compound 6:compound _ 6 movies movie NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 7 lying lie VERB VBG VerbForm=Ger 3 acl 3:acl _ 8 around around ADV RB _ 7 advmod 7:advmod SpaceAfter=No -9 ... ... PUNCT , _ 2 punct 2:punct _ +9 ... ... PUNCT , _ 13 punct 13:punct _ 10 what what PRON WP PronType=Int 13 obj 13:obj _ 11 should should AUX MD VerbForm=Fin 13 aux 13:aux _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ @@ -18970,7 +18975,7 @@ # newpar id = answers-20100605133330AAeW6nm_ans-p0002 # text = They bulk up too much space 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 bulk bulk VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 bulk bulk VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 up up ADP RP _ 2 compound:prt 2:compound:prt _ 4 too too ADV RB _ 5 advmod 5:advmod _ 5 much much ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -18980,8 +18985,8 @@ # newpar id = answers-20100605133330AAeW6nm_ans-p0003 # text = I gave mine to a rest home for senior citizens and an old soldiers' home. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 mine mine PRON PRP _ 2 obj 2:obj _ +2 gave give VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 mine my PRON PRP Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 obj 2:obj _ 4 to to ADP IN _ 7 case 7:case _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 rest rest NOUN NN Number=Sing 7 compound 7:compound _ @@ -18992,7 +18997,8 @@ 11 and and CCONJ CC _ 16 cc 16:cc _ 12 an a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 old old ADJ JJ Degree=Pos 14 amod 14:amod _ -14 soldiers soldier NOUN NNS Number=Plur 16 nmod:poss 16:nmod:poss SpaceAfter=No +14-15 soldiers' _ _ _ _ _ _ _ _ +14 soldiers soldier NOUN NNS Number=Plur 16 nmod:poss 16:nmod:poss _ 15 ' 's PART POS _ 14 case 14:case _ 16 home home NOUN NN Number=Sing 7 conj 2:obl:to|7:conj:and SpaceAfter=No 17 . . PUNCT . _ 2 punct 2:punct _ @@ -19035,7 +19041,7 @@ # sent_id = answers-20111108102900AA9qsc8_ans-0002 # newpar id = answers-20111108102900AA9qsc8_ans-p0002 # text = i could call him r2 for short -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 could could AUX MD VerbForm=Fin 3 aux 3:aux _ 3 call call VERB VB VerbForm=Inf 0 root 0:root _ 4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj|5:nsubj:xsubj _ @@ -19047,15 +19053,15 @@ # newpar id = answers-20111108102900AA9qsc8_ans-p0003 # text = I have a cat named GummiBear, so no, R2D2 is not a stupid name. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 cat cat NOUN NN Number=Sing 2 obj 2:obj _ -5 named name VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +5 named name VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ 6 GummiBear GummiBear PROPN NNP Number=Sing 5 xcomp 5:xcomp SpaceAfter=No -7 , , PUNCT , _ 2 punct 2:punct _ +7 , , PUNCT , _ 16 punct 16:punct _ 8 so so ADV RB _ 16 advmod 16:advmod _ 9 no no INTJ UH _ 16 discourse 16:discourse SpaceAfter=No -10 , , PUNCT , _ 16 punct 16:punct _ +10 , , PUNCT , _ 9 punct 9:punct _ 11 R2D2 R2D2 PROPN NNP Number=Sing 16 nsubj 16:nsubj _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 13 not not PART RB _ 16 advmod 16:advmod _ @@ -19069,16 +19075,16 @@ # text = its your cat you can pick and name you want 1-2 its _ _ _ _ _ _ _ _ 1 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 4 cop 4:cop CorrectForm='s +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 cat cat NOUN NN Number=Sing 0 root 0:root _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ 6 can can AUX MD VerbForm=Fin 7 aux 7:aux _ 7 pick pick VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ -8 and a DET DT Typo=Yes 9 det 9:det _ +8 and a DET DT Definite=Ind|PronType=Art|Typo=Yes 9 det 9:det CorrectForm=a 9 name name NOUN NN Number=Sing 7 obj 7:obj _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -11 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +11 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ # sent_id = answers-20111108102900AA9qsc8_ans-0005 # newpar id = answers-20111108102900AA9qsc8_ans-p0005 @@ -19091,7 +19097,7 @@ # text = Thats a great name. 1-2 Thats _ _ _ _ _ _ _ _ 1 That that PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 5 cop 5:cop CorrectForm='s 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 great great ADJ JJ Degree=Pos 5 amod 5:amod _ 5 name name NOUN NN Number=Sing 0 root 0:root SpaceAfter=No @@ -19106,7 +19112,7 @@ # sent_id = answers-20111105140228AANN2ZV_ans-0001 # newpar id = answers-20111105140228AANN2ZV_ans-p0001 # text = What to do in San Rafael Ca? -1 What what PRON WP PronType=Int 3 nsubj 3:nsubj _ +1 What what PRON WP PronType=Int 3 obj 3:obj _ 2 to to PART TO _ 3 mark 3:mark _ 3 do do VERB VB VerbForm=Inf 0 root 0:root _ 4 in in ADP IN _ 7 case 7:case _ @@ -19120,8 +19126,8 @@ # text = okay so i live in San Rafael Ca like by the mi pueble and the Home Depot.. what are fun things to do around there? 1 okay okay INTJ UH _ 4 discourse 4:discourse _ 2 so so ADV RB _ 4 advmod 4:advmod _ -3 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +4 live live VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 in in ADP IN _ 8 case 8:case _ 6 San San PROPN NNP Number=Sing 8 compound 8:compound _ 7 Rafael Rafael PROPN NNP Number=Sing 6 flat 6:flat _ @@ -19135,30 +19141,30 @@ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 Home Home PROPN NNP Number=Sing 17 compound 17:compound _ 17 Depot Depot PROPN NNP Number=Sing 13 conj 4:obl:by|13:conj:and SpaceAfter=No -18 .. .. PUNCT , _ 4 punct 4:punct _ +18 .. .. PUNCT , _ 19 punct 19:punct _ 19 what what PRON WP PronType=Int 4 parataxis 4:parataxis _ -20 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ +20 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 21 fun fun ADJ JJ Degree=Pos 22 amod 22:amod _ 22 things thing NOUN NNS Number=Plur 19 nsubj 19:nsubj _ 23 to to PART TO _ 24 mark 24:mark _ 24 do do VERB VB VerbForm=Inf 22 acl 22:acl:to _ -25 around around ADV RB _ 26 advmod 26:advmod _ -26 there there ADV RB PronType=Dem 24 advmod 24:advmod SpaceAfter=No +25 around around ADP IN _ 26 case 26:case _ +26 there there ADV RB PronType=Dem 24 obl 24:obl:around SpaceAfter=No 27 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111105140228AANN2ZV_ans-0003 # text = like any lounges? 1 like like INTJ UH _ 3 discourse 3:discourse _ -2 any any DET DT _ 3 det 3:det _ +2 any any DET DT PronType=Ind 3 det 3:det _ 3 lounges lounge NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 4 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111105140228AANN2ZV_ans-0004 # text = im 15 btw 1-2 im _ _ _ _ _ _ _ _ -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 m be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 15 15 NUM CD NumType=Card 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +2 m be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 3 cop 3:cop CorrectForm='m +3 15 15 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ 4 btw btw ADV RB _ 3 discourse 3:discourse _ # sent_id = answers-20111105140228AANN2ZV_ans-0005 @@ -19173,7 +19179,7 @@ # sent_id = answers-20111105140228AANN2ZV_ans-0006 # text = like 4th street and stuff ? 1 like like INTJ UH _ 3 discourse 3:discourse _ -2 4th 4th NOUN NN Number=Sing 3 compound 3:compound _ +2 4th 4th ADJ NNP Degree=Pos|NumForm=Combi|NumType=Ord 3 amod 3:amod _ 3 street street NOUN NN Number=Sing 0 root 0:root _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 stuff stuff NOUN NN Number=Sing 3 conj 3:conj:and _ @@ -19183,15 +19189,16 @@ # sent_id = answers-20090625143116AAhML1y_ans-0001 # newpar id = answers-20090625143116AAhML1y_ans-p0001 # text = Which of these do you like: McDonalds, Burger King, Taco Bell, Wendys? -1 Which which PRON WDT PronType=Int 6 obj 6:obj _ +1 Which which PRON WDT PronType=Int 6 obj 6:obj ManuallyChecked=PronType 2 of of ADP IN _ 3 case 3:case _ 3 these this PRON DT Number=Plur|PronType=Dem 1 nmod 1:nmod:of _ -4 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 6 like like VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No -7 : : PUNCT : _ 6 punct 6:punct _ -8 McDonald McDonald PROPN NNP Number=Sing 6 parataxis 6:parataxis SpaceAfter=No -9 s 's PART POS _ 8 case 8:case SpaceAfter=No +7 : : PUNCT : _ 8 punct 8:punct _ +8-9 McDonalds _ _ _ _ _ _ _ SpaceAfter=No +8 McDonald McDonald PROPN NNP Number=Sing 6 parataxis 6:parataxis _ +9 s 's PART POS Typo=Yes 8 case 8:case CorrectForm='s 10 , , PUNCT , _ 12 punct 12:punct _ 11 Burger Burger PROPN NNP Number=Sing 12 compound 12:compound _ 12 King King PROPN NNP Number=Sing 8 conj 8:conj SpaceAfter=No @@ -19199,8 +19206,9 @@ 14 Taco Taco PROPN NNP Number=Sing 15 compound 15:compound _ 15 Bell Bell PROPN NNP Number=Sing 8 conj 8:conj SpaceAfter=No 16 , , PUNCT , _ 17 punct 17:punct _ -17 Wendy Wendy PROPN NNP Number=Sing 8 conj 8:conj SpaceAfter=No -18 s 's PART POS _ 17 case 17:case SpaceAfter=No +17-18 Wendys _ _ _ _ _ _ _ SpaceAfter=No +17 Wendy Wendy PROPN NNP Number=Sing 8 conj 8:conj _ +18 s 's PART POS Typo=Yes 17 case 17:case CorrectForm='s 19 ? ? PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20090625143116AAhML1y_ans-0002 @@ -19216,16 +19224,17 @@ 3 like like SCONJ IN _ 9 mark 9:mark _ 4-5 I'm _ _ _ _ _ _ _ _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -5 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +5 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 6 at at ADP IN _ 9 case 9:case _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 real real ADJ JJ Degree=Pos 9 amod 9:amod _ 9 restaurant restaurant NOUN NN Number=Sing 2 advcl 2:advcl:at _ 10 like like ADP IN _ 11 case 11:case _ -11 Applebee Applebee PROPN NNP Number=Sing 9 nmod 9:nmod:s SpaceAfter=No -12 s 's PART POS _ 11 case 11:case SpaceAfter=No -13 , , PUNCT , _ 2 punct 2:punct _ -14 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +11-12 Applebees _ _ _ _ _ _ _ SpaceAfter=No +11 Applebee Applebee PROPN NNP Number=Sing 9 nmod 9:nmod:like _ +12 s 's PART POS Typo=Yes 11 case 11:case CorrectForm='s +13 , , PUNCT , _ 19 punct 19:punct _ +14 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 food food NOUN NN Number=Sing 19 nsubj 19:nsubj _ 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 17 usually usually ADV RB _ 19 advmod 19:advmod _ @@ -19236,10 +19245,10 @@ # newpar id = answers-20090625143116AAhML1y_ans-p0003 # text = McDonals the best for me 1-2 McDonals _ _ _ _ _ _ _ _ -1 McDonal McDonal PROPN NNP Number=Sing 4 nsubj 4:nsubj _ -2 s 's PART POS _ 1 case 1:case _ +1 McDonal McDonald PROPN NNP Number=Sing|Typo=Yes 4 nsubj 4:nsubj CorrectForm=McDonald +2 s 's PART POS Typo=Yes 1 case 1:case CorrectForm='s 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 best best ADJ JJS Degree=Sup 0 root 0:root _ +4 best good ADJ JJS Degree=Sup 0 root 0:root _ 5 for for ADP IN _ 6 case 6:case _ 6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obl 4:obl:for _ @@ -19247,15 +19256,16 @@ # newpar id = answers-20090625143116AAhML1y_ans-p0004 # text = the one i like the most would be wendy's. 1 the the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 one one NUM CD NumType=Card 9 nsubj 9:nsubj _ -3 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +2 one one NOUN NN Number=Sing 9 nsubj 9:nsubj _ +3 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +4 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 most most ADV RBS _ 4 advmod 4:advmod _ +6 most most ADV RBS Degree=Sup 4 advmod 4:advmod _ 7 would would AUX MD VerbForm=Fin 9 aux 9:aux _ 8 be be AUX VB VerbForm=Inf 9 cop 9:cop _ -9 wendy wendy PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -10 's 's PART POS _ 9 case 9:case SpaceAfter=No +9-10 wendy's _ _ _ _ _ _ _ SpaceAfter=No +9 wendy wendy PROPN NNP Number=Sing 0 root 0:root _ +10 's 's PART POS _ 9 case 9:case _ 11 . . PUNCT . _ 9 punct 9:punct _ # newdoc id = answers-20111108075111AAmNees_ans @@ -19263,10 +19273,10 @@ # newpar id = answers-20111108075111AAmNees_ans-p0001 # text = would someone give me some information about migratory birds in punjab ? 1 would would AUX MD VerbForm=Fin 3 aux 3:aux _ -2 someone someone PRON NN Number=Sing 3 nsubj 3:nsubj _ +2 someone someone PRON NN Number=Sing|PronType=Ind 3 nsubj 3:nsubj _ 3 give give VERB VB VerbForm=Inf 0 root 0:root _ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 iobj 3:iobj _ -5 some some DET DT _ 6 det 6:det _ +5 some some DET DT PronType=Ind 6 det 6:det _ 6 information information NOUN NN Number=Sing 3 obj 3:obj _ 7 about about ADP IN _ 9 case 9:case _ 8 migratory migratory ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -19279,21 +19289,21 @@ # newpar id = answers-20111108075111AAmNees_ans-p0002 # text = actually i have an project on it so please give meas much as you have information about migratory birds in punjab 1 actually actually ADV RB _ 3 advmod 3:advmod _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 project project NOUN NN Number=Sing 3 obj 3:obj _ 6 on on ADP IN _ 7 case 7:case _ 7 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nmod 5:nmod:on _ 8 so so ADV RB _ 10 advmod 10:advmod _ 9 please please INTJ UH _ 10 discourse 10:discourse _ -10 give give VERB VB Mood=Imp|VerbForm=Fin 3 advcl 3:advcl _ -11 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 10 obj 10:obj SpaceAfter=No +10 give give VERB VB Mood=Imp|VerbForm=Fin 3 parataxis 3:parataxis _ +11 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 10 iobj 10:iobj CorrectSpaceAfter=Yes|SpaceAfter=No 12 as as ADV RB _ 13 advmod 13:advmod _ -13 much much ADV RB _ 17 amod 17:amod _ +13 much much ADJ JJ Degree=Pos 17 amod 17:amod _ 14 as as SCONJ IN _ 16 mark 16:mark _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -16 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:as _ +16 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:as _ 17 information information NOUN NN Number=Sing 10 obj 10:obj _ 18 about about ADP IN _ 20 case 20:case _ 19 migratory migratory ADJ JJ Degree=Pos 20 amod 20:amod _ @@ -19306,7 +19316,7 @@ # text = I don't know about birding in that part of the world but you might possibly find help at this site: http://www.wildlifeofpakistan.com/PakistanBirdClub/index.html 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 know know VERB VB VerbForm=Inf 0 root 0:root _ 5 about about ADP IN _ 6 case 6:case _ @@ -19326,7 +19336,7 @@ 19 at at ADP IN _ 21 case 21:case _ 20 this this DET DT Number=Sing|PronType=Dem 21 det 21:det _ 21 site site NOUN NN Number=Sing 17 obl 17:obl:at SpaceAfter=No -22 : : PUNCT : _ 21 punct 21:punct _ +22 : : PUNCT : _ 23 punct 23:punct _ 23 http://www.wildlifeofpakistan.com/PakistanBirdClub/index.html http://www.wildlifeofpakistan.com/pakistanbirdclub/index.html X ADD _ 21 appos 21:appos _ # newdoc id = answers-20111024210339AAIqPa3_ans @@ -19351,17 +19361,17 @@ # sent_id = answers-20111024210339AAIqPa3_ans-0002 # newpar id = answers-20111024210339AAIqPa3_ans-p0002 # text = My boyfriend's birthday is November 22nd and we are going to Del Frisco's for dinner. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2-3 boyfriend's _ _ _ _ _ _ _ _ 2 boyfriend boyfriend NOUN NN Number=Sing 4 nmod:poss 4:nmod:poss _ 3 's 's PART POS _ 2 case 2:case _ 4 birthday birthday NOUN NN Number=Sing 6 nsubj 6:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 November November PROPN NNP Number=Sing 0 root 0:root _ -7 22nd 22nd NOUN NN Number=Sing 6 nummod 6:nummod _ +7 22nd 22nd NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 6 nummod 6:nummod _ 8 and and CCONJ CC _ 11 cc 11:cc _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 going go VERB VBG VerbForm=Ger 6 conj 6:conj:and _ 12 to to ADP IN _ 13 case 13:case _ 13 Del Del PROPN NNP Number=Sing 11 obl 11:obl:to _ @@ -19377,12 +19387,12 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 unsure unsure ADJ JJ Degree=Pos 0 root 0:root _ -4 of of SCONJ IN _ 5 case 5:case _ -5 what what PRON WP PronType=Int 3 obl 3:obl:of _ +4 of of SCONJ IN _ 8 mark 8:mark _ +5 what what PRON WP PronType=Int 8 obj 8:obj _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 7 should should AUX MD VerbForm=Fin 8 aux 8:aux _ -8 wear wear VERB VB VerbForm=Inf 5 acl:relcl 5:acl:relcl SpaceAfter=No -9 , , PUNCT , _ 3 punct 3:punct _ +8 wear wear VERB VB VerbForm=Inf 3 advcl 3:advcl:of SpaceAfter=No +9 , , PUNCT , _ 11 punct 11:punct _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 11 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 12 business business NOUN NN Number=Sing 13 compound 13:compound _ @@ -19391,7 +19401,7 @@ 15 that that PRON DT Number=Sing|PronType=Dem 18 nsubj:pass 18:nsubj:pass _ 16 can can AUX MD VerbForm=Fin 18 aux 18:aux _ 17 be be AUX VB VerbForm=Inf 18 aux:pass 18:aux:pass _ -18 interpreted interpret VERB VBN Tense=Past|VerbForm=Part 11 conj 11:conj:but _ +18 interpreted interpret VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 conj 11:conj:but _ 19 in in ADP IN _ 22 case 22:case _ 20 many many ADJ JJ Degree=Pos 22 amod 22:amod _ 21 different different ADJ JJ Degree=Pos 22 amod 22:amod _ @@ -19407,8 +19417,8 @@ # sent_id = answers-20111024210339AAIqPa3_ans-0005 # newpar id = answers-20111024210339AAIqPa3_ans-p0003 # text = 5233-NT -1 5233 5233 NUM CD NumType=Card 0 root 0:root SpaceAfter=No -2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +1 5233 5233 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No +2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 3 NT nt NOUN NN Number=Sing 1 parataxis 1:parataxis _ # newdoc id = answers-20111108111203AA6gfnr_ans @@ -19433,32 +19443,32 @@ 6 Eurostar Eurostar PROPN NNP Number=Sing 7 compound 7:compound _ 7 train train NOUN NN Number=Sing 3 obl 3:obl:on _ 8 on on ADP IN _ 10 case 10:case _ -9 there there PRON PRP$ _ 10 nmod:poss 10:nmod:poss _ +9 there their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 10 nmod:poss 10:nmod:poss CorrectForm=their 10 own own ADJ JJ Degree=Pos 3 obl 3:obl:on _ 11 to to ADP IN _ 12 case 12:case _ 12 France France PROPN NNP Number=Sing 3 obl 3:obl:to _ 13 and and CCONJ CC _ 19 cc 19:cc _ -14 where where SCONJ WRB PronType=Int 15 mark 15:mark _ +14 where where ADV WRB PronType=Int 15 advmod 15:advmod _ 15 about about ADV RB _ 19 advmod 19:advmod _ 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 aux:pass 19:aux:pass _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 Eurostar Eurostar PROPN NNP Number=Sing 19 nsubj:pass 19:nsubj:pass _ -19 located locate VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:and _ +19 located locate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 conj 3:conj:and _ # sent_id = answers-20111108111203AA6gfnr_ans-0003 # text = No under 12's. -1 No no DET DT _ 3 det 3:det _ +1 No no DET DT PronType=Neg 3 det 3:det _ 2 under under ADJ JJ Degree=Pos 3 amod 3:amod _ -3 12's 12' NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No +3 12's 12 NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108111203AA6gfnr_ans-0004 # text = People aged 13-17 may be allowed to travel alone at Eurostar's discretion - you should email them for a decision. 1 People people NOUN NNS Number=Plur 8 nsubj:pass 8:nsubj:pass|10:nsubj:xsubj _ -2 aged age VERB VBN Tense=Past|VerbForm=Part 1 acl 1:acl _ -3 13 13 NUM CD NumType=Card 2 xcomp 2:xcomp SpaceAfter=No +2 aged age VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 acl 1:acl _ +3 13 13 NUM CD NumForm=Digit|NumType=Card 2 xcomp 2:xcomp SpaceAfter=No 4 - - SYM SYM _ 5 case 5:case SpaceAfter=No -5 17 17 NUM CD NumType=Card 3 nmod 3:nmod _ +5 17 17 NUM CD NumForm=Digit|NumType=Card 3 nmod 3:nmod _ 6 may may AUX MD VerbForm=Fin 8 aux 8:aux _ 7 be be AUX VB VerbForm=Inf 8 aux:pass 8:aux:pass _ 8 allowed allow VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ @@ -19470,11 +19480,11 @@ 13 Eurostar Eurostar PROPN NNP Number=Sing 15 nmod:poss 15:nmod:poss _ 14 's 's PART POS _ 13 case 13:case _ 15 discretion discretion NOUN NN Number=Sing 10 obl 10:obl:at _ -16 - - PUNCT , _ 8 punct 8:punct _ +16 - - PUNCT , _ 19 punct 19:punct _ 17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 19 nsubj 19:nsubj _ 18 should should AUX MD VerbForm=Fin 19 aux 19:aux _ 19 email email VERB VB VerbForm=Inf 8 parataxis 8:parataxis _ -20 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 19 obj 19:obj _ +20 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 19 iobj 19:iobj _ 21 for for ADP IN _ 23 case 23:case _ 22 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 23 decision decision NOUN NN Number=Sing 19 obl 19:obl:for SpaceAfter=No @@ -19502,7 +19512,7 @@ 5 code code NOUN NN Number=Sing 1 nsubj 1:nsubj _ 6 for for ADP IN _ 7 case 7:case _ 7 females female NOUN NNS Number=Plur 5 nmod 5:nmod:for _ -8 at at ADP IN _ 10 case 10:case _ +8 at at ADP IN _ 9 case 9:case _ 9 Del Del PROPN NNP Number=Sing 5 nmod 5:nmod:at _ 10-11 Frisco's _ _ _ _ _ _ _ _ 10 Frisco Frisco PROPN NNP Number=Sing 9 flat 9:flat _ @@ -19549,11 +19559,11 @@ 4 casual casual NOUN NN Number=Sing 2 obj 2:obj _ 5 but but CCONJ CC _ 7 cc 7:cc _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ +7 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ 8 this this PRON DT Number=Sing|PronType=Dem 11 nsubj:pass 11:nsubj:pass _ 9 can can AUX MD VerbForm=Fin 11 aux 11:aux _ 10 be be AUX VB VerbForm=Inf 11 aux:pass 11:aux:pass _ -11 interpreted interpret VERB VBN Tense=Past|VerbForm=Part 7 ccomp 7:ccomp _ +11 interpreted interpret VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 ccomp 7:ccomp _ 12 in in ADP IN _ 14 case 14:case _ 13 many many ADJ JJ Degree=Pos 14 amod 14:amod _ 14 ways way NOUN NNS Number=Plur 11 obl 11:obl:in SpaceAfter=No @@ -19568,8 +19578,8 @@ # sent_id = answers-20111024210025AAVtDL7_ans-0005 # newpar id = answers-20111024210025AAVtDL7_ans-p0003 # text = 5765-NTKB -1 5765 5765 NUM CD NumType=Card 0 root 0:root SpaceAfter=No -2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +1 5765 5765 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No +2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 3 NTKB ntkb NOUN NN Number=Sing 1 parataxis 1:parataxis _ # sent_id = answers-20111024210025AAVtDL7_ans-0006 @@ -19591,18 +19601,18 @@ 5 link link NOUN NN Number=Sing 3 obj 3:obj|7:nsubj _ 6 that that PRON WDT PronType=Rel 7 nsubj 5:ref _ 7 shows show VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ -8 all all DET PDT _ 11 det:predet 11:det:predet _ +8 all all DET PDT PronType=Tot 11 det:predet 11:det:predet _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 art art NOUN NN Number=Sing 11 compound 11:compound _ 11 works work NOUN NNS Number=Plur 7 obj 7:obj|15:nsubj:pass _ 12 that that PRON WDT PronType=Rel 15 nsubj:pass 11:ref _ -13 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 aux:pass 15:aux:pass _ +13 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 15 aux:pass 15:aux:pass _ 14 never never ADV RB _ 15 advmod 15:advmod _ -15 found find VERB VBN Tense=Past|VerbForm=Part 11 acl:relcl 11:acl:relcl _ +15 found find VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl:relcl 11:acl:relcl _ 16 after after SCONJ IN _ 19 mark 19:mark _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 Natzi Natzi PROPN NNP Number=Sing 19 nsubj 19:nsubj _ -19 stole steal VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 advcl 15:advcl:after _ +19 stole steal VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 advcl 15:advcl:after _ 20 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 19 obj 19:obj SpaceAfter=No 21 ? ? PUNCT . _ 3 punct 3:punct _ @@ -19610,8 +19620,8 @@ # newpar id = answers-20111108090559AAyAHCk_ans-p0002 # text = google nazi stolen art recovery... 1 google google VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 nazi nazi PROPN NNP Number=Sing 5 compound 5:compound _ -3 stolen steal VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod _ +2 nazi Nazi PROPN NNP Number=Sing 5 compound 5:compound _ +3 stolen steal VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod _ 4 art art NOUN NN Number=Sing 5 compound 5:compound _ 5 recovery recovery NOUN NN Number=Sing 1 obj 1:obj SpaceAfter=No 6 ... ... PUNCT . _ 1 punct 1:punct SpaceAfter=No @@ -19621,39 +19631,39 @@ 1 Out out ADP IN _ 8 case 8:case _ 2 of of ADP IN _ 8 case 8:case _ 3 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -4 650 650 NUM CD NumType=Card 5 compound 5:compound SpaceAfter=No -5 k k NUM CD NumType=Card 8 nummod 8:nummod _ -6 est est VERB VBN Tense=Past|VerbForm=Part 4 advmod 4:advmod _ -7 stolen steal VERB VBN Tense=Past|VerbForm=Part 8 amod 8:amod _ +4 650 650 NUM CD NumForm=Digit|NumType=Card 5 compound 5:compound SpaceAfter=No +5 k thousand NUM CD Abbr=Yes|NumForm=Word|NumType=Card 8 nummod 8:nummod _ +6 est estimate VERB VBN Abbr=Yes|Tense=Past|VerbForm=Part|Voice=Pass 8 amod 8:amod _ +7 stolen steal VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 amod 8:amod _ 8 works work NOUN NNS Number=Plur 19 obl 19:obl:of _ 9 of of ADP IN _ 10 case 10:case _ 10 art art NOUN NN Number=Sing 8 nmod 8:nmod:of _ 11 by by ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -13 Nazis Nazis PROPN NNPS Number=Plur 8 nmod 8:nmod:by SpaceAfter=No -14 ... ... PUNCT , _ 18 punct 18:punct SpaceAfter=No -15 70 70 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No -16 k k NUM CD NumType=Card 18 nsubj 18:nsubj|19:nsubj:xsubj _ +13 Nazis Nazi PROPN NNPS Number=Plur 8 nmod 8:nmod:by SpaceAfter=No +14 ... ... PUNCT , _ 8 punct 8:punct SpaceAfter=No +15 70 70 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No +16 k thousand NUM CD Abbr=Yes|NumForm=Word|NumType=Card 18 nsubj 18:nsubj|19:nsubj:xsubj _ 17 still still ADV RB _ 18 advmod 18:advmod _ -18 remain remain VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +18 remain remain VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 19 missing missing ADJ JJ Degree=Pos 18 xcomp 18:xcomp SpaceAfter=No 20 .. .. PUNCT , _ 23 punct 23:punct SpaceAfter=No 21 and and CCONJ CC _ 23 cc 23:cc _ 22 there there PRON EX _ 23 expl 23:expl _ -23 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 conj 18:xcomp|19:conj:and _ +23 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 conj 18:xcomp|19:conj:and _ 24 thousands thousand NOUN NNS Number=Plur 23 nsubj 23:nsubj|31:nsubj:pass _ 25 in in ADP IN _ 26 case 26:case _ 26 musems musem NOUN NNS Number=Plur 24 nmod 24:nmod:in _ 27 that that PRON WDT PronType=Rel 31 nsubj:pass 24:ref _ 28-29 haven't _ _ _ _ _ _ _ _ -28 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ +28 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ 29 n't not PART RB _ 31 advmod 31:advmod _ 30 been be AUX VBN Tense=Past|VerbForm=Part 31 aux:pass 31:aux:pass _ 31 returned return VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 24 acl:relcl 24:acl:relcl _ 32 to to ADP IN _ 36 case 36:case _ -33 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ -34 right right X GW _ 36 amod 36:amod _ -35 full full ADJ JJ Degree=Pos 34 goeswith 34:goeswith _ +33 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ +34 right rightful ADJ GW Degree=Pos|Typo=Yes 36 amod 36:amod CorrectForm=rightful +35 full _ X JJ _ 34 goeswith 34:goeswith _ 36 owners owner NOUN NNS Number=Plur 31 obl 31:obl:to _ 37 and and CCONJ CC _ 38 cc 38:cc _ 38 heirs heir NOUN NNS Number=Plur 36 conj 31:obl:to|36:conj:and SpaceAfter=No @@ -19668,7 +19678,7 @@ # sent_id = answers-20070723111604AAzUvhb_ans-0002 # text = are they just making these places up? -1 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +1 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 3 just just ADV RB _ 4 advmod 4:advmod _ 4 making make VERB VBG VerbForm=Ger 0 root 0:root _ @@ -19682,10 +19692,10 @@ # text = Well you say Miramar I say Piramar 1 Well well INTJ UH _ 3 discourse 3:discourse _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 say say VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 Miramar Miramar PROPN NNP Number=Sing 3 obj 3:obj _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj _ +6 say say VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj _ 7 Piramar Piramar PROPN NNP Number=Sing 6 obj 6:obj _ # sent_id = answers-20070723111604AAzUvhb_ans-0004 @@ -19700,7 +19710,7 @@ # text = Lets call the whole thing off. 1-2 Lets _ _ _ _ _ _ _ _ 1 Let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 s s PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ +2 s we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs|Typo=Yes 1 obj 1:obj|3:nsubj:xsubj CorrectForm='s 3 call call VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 whole whole ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -19718,11 +19728,11 @@ 5 , , PUNCT , _ 8 punct 8:punct _ 6 but but CCONJ CC _ 8 cc 8:cc _ 7 there there PRON EX _ 8 expl 8:expl _ -8 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ -9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det SpaceAfter=No +8 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ +9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det CorrectSpaceAfter=Yes|SpaceAfter=No 10 lot lot NOUN NN Number=Sing 8 nsubj 8:nsubj|12:nsubj _ 11 that that PRON WDT PronType=Rel 12 nsubj 10:ref _ -12 make make VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +12 make make VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ 13 you you PRON PRP Case=Acc|Person=2|PronType=Prs 12 obj 12:obj|14:nsubj:xsubj _ 14 wonder wonder VERB VB VerbForm=Inf 12 xcomp 12:xcomp SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ @@ -19731,10 +19741,10 @@ # newpar id = answers-20070723111604AAzUvhb_ans-p0004 # text = There are way more stranger names in the U.S for areas than Miramar. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 way way ADV RB _ 4 advmod 4:advmod _ -4 more more ADV RBR _ 5 advmod 5:advmod _ -5 stranger stranger ADJ JJR Degree=Cmp 6 amod 6:amod _ +4 more more ADV RBR Degree=Cmp 5 advmod 5:advmod _ +5 stranger strange ADJ JJR Degree=Cmp 6 amod 6:amod _ 6 names name NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 7 in in ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -19747,8 +19757,8 @@ # sent_id = answers-20070723111604AAzUvhb_ans-0009 # text = i think Miramar was a famous goat trainer or something. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 Miramar Miramar PROPN NNP Number=Sing 8 nsubj 8:nsubj|10:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 5 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ @@ -19756,40 +19766,40 @@ 7 goat goat NOUN NN Number=Sing 8 compound 8:compound _ 8 trainer trainer NOUN NN Number=Sing 2 ccomp 2:ccomp _ 9 or or CCONJ CC _ 10 cc 10:cc _ -10 something something PRON NN Number=Sing 8 conj 2:ccomp|8:conj:or SpaceAfter=No +10 something something PRON NN Number=Sing|PronType=Ind 8 conj 2:ccomp|8:conj:or SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20070723111604AAzUvhb_ans-0010 # text = He deserved respect 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 deserved deserve VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 deserved deserve VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 respect respect NOUN NN Number=Sing 2 obj 2:obj _ # newdoc id = answers-20081229195853AAYQ8mR_ans # sent_id = answers-20081229195853AAYQ8mR_ans-0001 # newpar id = answers-20081229195853AAYQ8mR_ans-p0001 # text = Anyone have a good recipe for an empanada cordobes? -1 Anyone anyone PRON NN Number=Sing 2 nsubj 2:nsubj _ +1 Anyone anyone PRON NN Number=Sing|PronType=Ind 2 nsubj 2:nsubj _ 2 have have VERB VB VerbForm=Inf 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 good good ADJ JJ Degree=Pos 5 amod 5:amod _ 5 recipe recipe NOUN NN Number=Sing 2 obj 2:obj _ -6 for for ADP IN _ 9 case 9:case _ -7 an a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -8 empanada empanada NOUN NN Number=Sing 9 compound 9:compound _ -9 cordobes cordobes NOUN NN Number=Sing 5 nmod 5:nmod:for SpaceAfter=No +6 for for ADP IN _ 8 case 8:case _ +7 an a DET DT Definite=Ind|PronType=Art 8 det 8:det _ +8 empanada empanada NOUN NN Foreign=Yes|Number=Sing 5 nmod 5:nmod:for _ +9 cordobes cordobes NOUN NN Foreign=Yes|Number=Sing 8 flat 8:flat SpaceAfter=No 10 ? ? PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20081229195853AAYQ8mR_ans-0002 # newpar id = answers-20081229195853AAYQ8mR_ans-p0002 # text = How about empanadas arabes or other empanadas from that area of Argentina? 1 How how ADV WRB PronType=Int 0 root 0:root _ -2 about about ADP IN _ 4 case 4:case _ -3 empanadas empanada NOUN NNS Number=Plur 4 compound 4:compound _ -4 arabes arabes NOUN NN Number=Sing 1 obl 1:obl:about _ +2 about about ADP IN _ 3 case 3:case _ +3 empanadas empanada NOUN NNS Foreign=Yes|Number=Plur 1 obl 1:obl:about _ +4 arabes arabes NOUN NN Foreign=Yes|Number=Sing 3 flat 3:flat _ 5 or or CCONJ CC _ 7 cc 7:cc _ 6 other other ADJ JJ Degree=Pos 7 amod 7:amod _ -7 empanadas empanada NOUN NNS Number=Plur 4 conj 1:obl:about|4:conj:or _ +7 empanadas empanada NOUN NNS Foreign=Yes|Number=Plur 3 conj 1:obl:about|3:conj:or _ 8 from from ADP IN _ 10 case 10:case _ 9 that that DET DT Number=Sing|PronType=Dem 10 det 10:det _ 10 area area NOUN NN Number=Sing 7 nmod 7:nmod:from _ @@ -19814,29 +19824,29 @@ # sent_id = answers-20081229195853AAYQ8mR_ans-0005 # text = 1 cup of empanadas -1 1 1 NUM CD NumType=Card 2 nummod 2:nummod _ +1 1 1 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 2 cup cup NOUN NN Number=Sing 0 root 0:root _ 3 of of ADP IN _ 4 case 4:case _ -4 empanadas empanada NOUN NNS Number=Plur 2 nmod 2:nmod:of _ +4 empanadas empanada NOUN NNS Foreign=Yes|Number=Plur 2 nmod 2:nmod:of _ # sent_id = answers-20081229195853AAYQ8mR_ans-0006 # text = 1 cup of arabes -1 1 1 NUM CD NumType=Card 2 nummod 2:nummod _ +1 1 1 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 2 cup cup NOUN NN Number=Sing 0 root 0:root _ 3 of of ADP IN _ 4 case 4:case _ -4 arabes arabes NOUN NN Number=Sing 2 nmod 2:nmod:of _ +4 arabes arabes NOUN NN Foreign=Yes|Number=Sing 2 nmod 2:nmod:of _ # sent_id = answers-20081229195853AAYQ8mR_ans-0007 # text = 1 cup of other empanadas -1 1 1 NUM CD NumType=Card 2 nummod 2:nummod _ +1 1 1 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 2 cup cup NOUN NN Number=Sing 0 root 0:root _ 3 of of ADP IN _ 5 case 5:case _ 4 other other ADJ JJ Degree=Pos 5 amod 5:amod _ -5 empanadas empanada NOUN NNS Number=Plur 2 nmod 2:nmod:of _ +5 empanadas empanada NOUN NNS Foreign=Yes|Number=Plur 2 nmod 2:nmod:of _ # sent_id = answers-20081229195853AAYQ8mR_ans-0008 # text = 1 cup of from that area of Argentina -1 1 1 NUM CD NumType=Card 2 nummod 2:nummod _ +1 1 1 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 2 cup cup NOUN NN Number=Sing 0 root 0:root _ 3 of of ADP IN _ 6 case 6:case _ 4 from from ADP IN _ 6 case 6:case _ @@ -19849,7 +19859,7 @@ # text = MIX IT ALL UP 1 MIX mix VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 IT it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 1 obj 1:obj _ -3 ALL all DET DT _ 2 det 2:det _ +3 ALL all DET DT PronType=Tot 2 det 2:det _ 4 UP up ADP RP _ 1 compound:prt 1:compound:prt _ # sent_id = answers-20081229195853AAYQ8mR_ans-0010 @@ -19868,15 +19878,15 @@ # newpar id = answers-20081229195853AAYQ8mR_ans-p0004 # text = It's just like cooking kidney, just boil the piss out of it 1-2 It's _ _ _ _ _ _ _ _ -1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj:outer 5:nsubj:outer _ +2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 just just ADV RB _ 5 advmod 5:advmod _ 4 like like SCONJ IN _ 5 mark 5:mark _ -5 cooking cook VERB VBG VerbForm=Ger 2 advcl 2:advcl:like _ +5 cooking cook VERB VBG VerbForm=Ger 0 root 0:root _ 6 kidney kidney NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No -7 , , PUNCT , _ 2 punct 2:punct _ +7 , , PUNCT , _ 9 punct 9:punct _ 8 just just ADV RB _ 9 advmod 9:advmod _ -9 boil boil VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis _ +9 boil boil VERB VB Mood=Imp|VerbForm=Fin 5 parataxis 5:parataxis _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 piss piss NOUN NN Number=Sing 9 obj 9:obj _ 12 out out ADP IN _ 14 case 14:case _ @@ -19888,23 +19898,23 @@ # newpar id = answers-20111108084227AAtbjAp_ans-p0001 # text = I sent a phone to Mobile Phone Exchange and it failed a test due to lost or stolen what should I do? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 sent send VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 phone phone NOUN NN Number=Sing 2 obj 2:obj _ 5 to to ADP IN _ 8 case 8:case _ -6 Mobile Mobile PROPN NNP Number=Sing 7 compound 7:compound _ +6 Mobile Mobile ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Phone Phone PROPN NNP Number=Sing 8 compound 8:compound _ 8 Exchange Exchange PROPN NNP Number=Sing 2 obl 2:obl:to _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 failed fail VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +11 failed fail VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 test test NOUN NN Number=Sing 11 obj 11:obj _ 14 due due ADP IN _ 16 case 16:case _ 15 to to ADP IN _ 14 fixed 14:fixed _ 16 lost lost ADJ JJ Degree=Pos 11 obl 11:obl:due_to _ 17 or or CCONJ CC _ 18 cc 18:cc _ -18 stolen steal VERB VBN Tense=Past|VerbForm=Part 16 conj 11:obl:due_to|16:conj:or _ +18 stolen steal VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 conj 11:obl:due_to|16:conj:or _ 19 what what PRON WP PronType=Int 22 obj 22:obj _ 20 should should AUX MD VerbForm=Fin 22 aux 22:aux _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ @@ -19916,24 +19926,24 @@ # text = I was sold a phone by a friend and sent it off to get it recycled what can i do? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj:pass 3:nsubj:pass|10:nsubj:pass _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ -3 sold sell VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +3 sold sell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 phone phone NOUN NN Number=Sing 3 obj 3:obj _ 6 by by ADP IN _ 8 case 8:case _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -8 friend friend NOUN NN Number=Sing 3 obl 3:obl:by _ +8 friend friend NOUN NN Number=Sing 3 obl:agent 3:obl:agent _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +10 sent send VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 obj 10:obj _ 12 off off ADP RP _ 10 compound:prt 10:compound:prt _ 13 to to PART TO _ 14 mark 14:mark _ 14 get get VERB VB VerbForm=Inf 10 advcl 10:advcl:to _ 15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 obj 14:obj|16:nsubj:xsubj _ -16 recycled recycle VERB VBN Tense=Past|VerbForm=Part 14 xcomp 14:xcomp _ +16 recycled recycle VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 xcomp 14:xcomp _ 17 what what PRON WP PronType=Int 20 obj 20:obj _ 18 can can AUX MD VerbForm=Fin 20 aux 20:aux _ -19 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 do do VERB VB VerbForm=Inf 3 ccomp 3:ccomp|10:ccomp SpaceAfter=No +19 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ +20 do do VERB VB VerbForm=Inf 3 parataxis 3:parataxis SpaceAfter=No 21 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108084227AAtbjAp_ans-0003 @@ -19950,7 +19960,7 @@ 1 hope hope VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj|9:nsubj _ 3-4 don't _ _ _ _ _ _ _ _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 call call VERB VB VerbForm=Inf 1 ccomp 1:ccomp _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -19963,23 +19973,23 @@ # text = its illegal to sell stolen property, even if you don't know its stolen. 1-2 its _ _ _ _ _ _ _ _ 1 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 expl 3:expl _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 3 cop 3:cop CorrectForm='s 3 illegal illegal ADJ JJ Degree=Pos 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 sell sell VERB VB VerbForm=Inf 3 csubj 3:csubj _ -6 stolen steal VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +6 stolen steal VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 property property NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No -8 , , PUNCT , _ 3 punct 3:punct _ +8 , , PUNCT , _ 14 punct 14:punct _ 9 even even ADV RB _ 14 advmod 14:advmod _ 10 if if SCONJ IN _ 14 mark 14:mark _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj _ 12-13 don't _ _ _ _ _ _ _ _ -12 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +12 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 n't not PART RB _ 14 advmod 14:advmod _ 14 know know VERB VB VerbForm=Inf 3 advcl 3:advcl:if _ 15-16 its _ _ _ _ _ _ _ _ 15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj:pass 17:nsubj:pass _ -16 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 aux:pass 17:aux:pass _ +16 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 17 aux:pass 17:aux:pass CorrectForm='s 17 stolen steal VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 ccomp 14:ccomp SpaceAfter=No 18 . . PUNCT . _ 3 punct 3:punct _ @@ -19993,7 +20003,7 @@ 4 can can AUX MD VerbForm=Fin 6 aux 6:aux _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 6 watch watch VERB VB VerbForm=Inf 0 root 0:root _ -7 Fair Fair PROPN NNP Number=Sing 8 compound 8:compound _ +7 Fair Fair ADJ NNP Degree=Pos 8 amod 8:amod _ 8 City City PROPN NNP Number=Sing 6 obj 6:obj _ 9 Online online ADV RB _ 6 advmod 6:advmod _ 10 in in ADP IN _ 11 case 11:case _ @@ -20004,16 +20014,17 @@ # sent_id = answers-20111107180248AAnQ3aE_ans-0002 # newpar id = answers-20111107180248AAnQ3aE_ans-p0002 # text = Ya can't. -1 Ya ya PRON PRP _ 2 nsubj 2:nsubj _ -2 ca can AUX MD VerbForm=Fin 0 root 0:root SpaceAfter=No -3 n't not PART RB _ 2 advmod 2:advmod SpaceAfter=No +1 Ya you PRON PRP Case=Acc|Person=2|PronType=Prs|Style=Coll 2 nsubj 2:nsubj _ +2-3 can't _ _ _ _ _ _ _ SpaceAfter=No +2 ca can AUX MD VerbForm=Fin 0 root 0:root _ +3 n't not PART RB _ 2 advmod 2:advmod _ 4 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111107180248AAnQ3aE_ans-0003 # text = They don't show it on RTE Player 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 show show VERB VB VerbForm=Inf 0 root 0:root _ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ @@ -20034,7 +20045,7 @@ 6 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 7 an a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 update update NOUN NN Number=Sing 5 nsubj 5:nsubj SpaceAfter=No -9 : : PUNCT : _ 2 punct 2:punct _ +9 : : PUNCT : _ 13 punct 13:punct _ 10 The the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 doctor doctor NOUN NN Number=Sing 13 nsubj 13:nsubj|15:nsubj:xsubj _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ @@ -20044,19 +20055,19 @@ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 affair affair NOUN NN Number=Sing 15 obj 15:obj _ 18 between between ADP IN _ 20 case 20:case _ -19 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 husband husband NOUN NN Number=Sing 17 nmod 17:nmod:between _ 21 and and CCONJ CC _ 22 cc 22:cc _ 22 Jo Jo PROPN NNP Number=Sing 20 conj 17:nmod:between|20:conj:and|26:nsubj|30:nsubj:xsubj _ -23 ( ( PUNCT -LRB- _ 30 punct 30:punct SpaceAfter=No +23 ( ( PUNCT -LRB- _ 26 punct 26:punct SpaceAfter=No 24 who who PRON WP PronType=Rel 26 nsubj 22:ref _ 25 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ 26 become become VERB VBN Tense=Past|VerbForm=Part 22 acl:relcl 22:acl:relcl _ -27 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +27 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 28 new new ADJ JJ Degree=Pos 30 amod 30:amod _ -29 best best ADJ JJS Degree=Sup 30 amod 30:amod _ +29 best good ADJ JJS Degree=Sup 30 amod 30:amod _ 30 friend friend NOUN NN Number=Sing 26 xcomp 26:xcomp SpaceAfter=No -31 ) ) PUNCT -RRB- _ 30 punct 30:punct SpaceAfter=No +31 ) ) PUNCT -RRB- _ 26 punct 26:punct SpaceAfter=No 32 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111107180248AAnQ3aE_ans-0005 @@ -20077,10 +20088,10 @@ # sent_id = answers-20111107180248AAnQ3aE_ans-0007 # text = Hope you don't miss it too much. -1 Hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 3-4 don't _ _ _ _ _ _ _ _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 miss miss VERB VB VerbForm=Inf 1 ccomp 1:ccomp _ 6 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 obj 5:obj _ @@ -20094,14 +20105,14 @@ # text = Im in school for photography and i want to work in forensic so what else do i need to do.? 1-2 Im _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 m be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 m be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 4 cop 4:cop CorrectForm='m 3 in in ADP IN _ 4 case 4:case _ 4 school school NOUN NN Number=Sing 0 root 0:root _ 5 for for ADP IN _ 6 case 6:case _ 6 photography photography NOUN NN Number=Sing 4 nmod 4:nmod:for _ 7 and and CCONJ CC _ 9 cc 9:cc _ -8 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj _ -9 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +8 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj _ +9 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 10 to to PART TO _ 11 mark 11:mark _ 11 work work VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 in in ADP IN _ 13 case 13:case _ @@ -20109,8 +20120,8 @@ 14 so so ADV RB _ 19 advmod 19:advmod _ 15 what what PRON WP PronType=Int 21 obj 21:obj _ 16 else else ADJ JJ Degree=Pos 15 amod 15:amod _ -17 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ -18 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj|21:nsubj:xsubj _ +17 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ +18 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj|21:nsubj:xsubj _ 19 need need VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ 20 to to PART TO _ 21 mark 21:mark _ 21 do do VERB VB VerbForm=Inf 19 xcomp 19:xcomp SpaceAfter=No @@ -20120,7 +20131,7 @@ # newpar id = answers-20111108083850AAzIsFI_ans-p0002 # text = Sciences - principally biology but also chemistry. 1 Sciences science NOUN NNS Number=Plur 0 root 0:root _ -2 - - PUNCT , _ 1 punct 1:punct _ +2 - - PUNCT , _ 4 punct 4:punct _ 3 principally principally ADV RB _ 4 advmod 4:advmod _ 4 biology biology NOUN NN Number=Sing 1 appos 1:appos _ 5 but but CCONJ CC _ 7 cc 7:cc _ @@ -20132,7 +20143,7 @@ # newpar id = answers-20111108083850AAzIsFI_ans-p0003 # text = You need a background in law enforcement. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 background background NOUN NN Number=Sing 2 obj 2:obj _ 5 in in ADP IN _ 7 case 7:case _ @@ -20157,14 +20168,14 @@ # text = Talk to your academic adviser, see what they recommend. 1 Talk talk VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 to to ADP IN _ 5 case 5:case _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 academic academic ADJ JJ Degree=Pos 5 amod 5:amod _ 5 adviser adviser NOUN NN Number=Sing 1 obl 1:obl:to SpaceAfter=No -6 , , PUNCT , _ 1 punct 1:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 see see VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ 8 what what PRON WP PronType=Int 10 obj 10:obj _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp SpaceAfter=No +10 recommend recommend VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp SpaceAfter=No 11 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108083850AAzIsFI_ans-0006 @@ -20172,11 +20183,11 @@ # text = certainly not "normal" photography... forensic photography is about the facts: 1 certainly certainly ADV RB _ 6 advmod 6:advmod _ 2 not not PART RB _ 6 advmod 6:advmod _ -3 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No +3 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 4 normal normal ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No -5 " " PUNCT '' _ 6 punct 6:punct _ +5 " " PUNCT '' _ 4 punct 4:punct _ 6 photography photography NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -7 ... ... PUNCT , _ 6 punct 6:punct _ +7 ... ... PUNCT , _ 13 punct 13:punct _ 8 forensic forensic ADJ JJ Degree=Pos 9 amod 9:amod _ 9 photography photography NOUN NN Number=Sing 13 nsubj 13:nsubj _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ @@ -20187,7 +20198,7 @@ # sent_id = answers-20111108083850AAzIsFI_ans-0007 # text = http://www.google.co.uk/search?q=forensic+photography&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&safe=active&sout=1 -1 http://www.google.co.uk/search?q=forensic+photography&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&safe=active&sout=1 http://www.google.co.uk/search?q=forensic+photography&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-us:official&client=firefox-a&safe=active&sout=1 X ADD _ 0 root 0:root _ +1 http://www.google.co.uk/search?q=forensic+photography&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&safe=active&sout=1 http://www.google.co.uk/search?q=forensic+photography&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&safe=active&sout=1 X ADD _ 0 root 0:root _ # newdoc id = answers-20111108083304AAryBu9_ans # sent_id = answers-20111108083304AAryBu9_ans-0001 @@ -20197,7 +20208,7 @@ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 iPhone iPhone PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -5 first first ADJ JJ Degree=Pos|NumType=Ord 7 amod 7:amod _ +5 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 7 amod 7:amod _ 6 Smart smart ADJ JJ Degree=Pos 7 amod 7:amod _ 7 Phone phone NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 8 ? ? PUNCT . _ 7 punct 7:punct _ @@ -20207,7 +20218,7 @@ # text = I'm writing an essay for school and I need to know if the iPhone was the first Smart Phone. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 writing write VERB VBG VerbForm=Ger 0 root 0:root _ 4 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 essay essay NOUN NN Number=Sing 3 obj 3:obj _ @@ -20215,7 +20226,7 @@ 7 school school NOUN NN Number=Sing 5 nmod 5:nmod:for _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ -10 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +10 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 11 to to PART TO _ 12 mark 12:mark _ 12 know know VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 13 if if SCONJ IN _ 20 mark 20:mark _ @@ -20223,14 +20234,14 @@ 15 iPhone iPhone PROPN NNP Number=Sing 20 nsubj 20:nsubj _ 16 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 cop 20:cop _ 17 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -18 first first ADJ JJ Degree=Pos|NumType=Ord 20 amod 20:amod _ +18 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 20 amod 20:amod _ 19 Smart smart ADJ JJ Degree=Pos 20 amod 20:amod _ -20 Phone phone NOUN NN Number=Sing 12 advcl 12:advcl:if SpaceAfter=No +20 Phone phone NOUN NN Number=Sing 12 ccomp 12:ccomp SpaceAfter=No 21 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108083304AAryBu9_ans-0003 # text = Was it? -1 Was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 1 nsubj 1:nsubj SpaceAfter=No 3 ? ? PUNCT . _ 1 punct 1:punct _ @@ -20238,14 +20249,14 @@ # newpar id = answers-20111108083304AAryBu9_ans-p0003 # text = Technically, blackberry was because it was the first with real email and games and stuff. 1 Technically technically ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 blackberry blackberry PROPN NNP Number=Sing 4 nsubj 4:nsubj _ -4 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root Promoted=Yes 5 because because SCONJ IN _ 9 mark 9:mark _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 first first ADJ JJ Degree=Pos|NumType=Ord 4 advcl 4:advcl:because _ +9 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 4 advcl 4:advcl:because _ 10 with with ADP IN _ 12 case 12:case _ 11 real real ADJ JJ Degree=Pos 12 amod 12:amod _ 12 email email NOUN NN Number=Sing 9 obl 9:obl:with _ @@ -20261,10 +20272,10 @@ 2 iPhone iphone NOUN NN Number=Sing 12 nsubj 12:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 cop 12:cop _ 4 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -5 first first ADJ JJ Degree=Pos|NumType=Ord 12 amod 12:amod _ -6 " " PUNCT `` _ 12 punct 12:punct SpaceAfter=No +5 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 12 amod 12:amod _ +6 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No 7 Officiol officiol ADJ JJ Degree=Pos 12 amod 12:amod SpaceAfter=No -8 " " PUNCT '' _ 12 punct 12:punct _ +8 " " PUNCT '' _ 7 punct 7:punct _ 9 touch touch ADJ JJ Degree=Pos 10 amod 10:amod _ 10 screen screen NOUN NN Number=Sing 12 compound 12:compound _ 11 smart smart ADJ JJ Degree=Pos 12 amod 12:amod _ @@ -20275,22 +20286,23 @@ # newpar id = answers-20111108083304AAryBu9_ans-p0004 # text = No, it wasn't. 1 No no INTJ UH _ 4 discourse 4:discourse SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -5 n't not PART RB _ 4 advmod 4:advmod SpaceAfter=No +4-5 wasn't _ _ _ _ _ _ _ SpaceAfter=No +4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 n't not PART RB _ 4 advmod 4:advmod _ 6 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108083304AAryBu9_ans-0007 # text = But it did revolutionize the way we think of as a smartphone. 1 But but CCONJ CC _ 4 cc 4:cc _ 2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +3 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 4 revolutionize revolutionize VERB VB VerbForm=Inf 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 way way NOUN NN Number=Sing 4 obj 4:obj _ 7 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +8 think think VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 9 of of ADP IN _ 12 case 12:case _ 10 as as ADP IN _ 12 case 12:case _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ @@ -20311,10 +20323,10 @@ # sent_id = answers-20111108072305AAPJTjj_ans-0002 # newpar id = answers-20111108072305AAPJTjj_ans-p0002 # text = Which one should i get ? -1 Which which DET WDT PronType=Int 2 det 2:det _ -2 one one NUM CD NumType=Card 5 obj 5:obj _ +1 Which which DET WDT PronType=Int 2 det 2:det ManuallyChecked=PronType +2 one one NOUN NN Number=Sing 5 obj 5:obj _ 3 should should AUX MD VerbForm=Fin 5 aux 5:aux _ -4 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ +4 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 5 get get VERB VB VerbForm=Inf 0 root 0:root _ 6 ? ? PUNCT . _ 5 punct 5:punct _ @@ -20322,15 +20334,15 @@ # text = Its prettty much the same $$$ , please advice !?????!!!! 1-2 Its _ _ _ _ _ _ _ _ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ -3 prettty prettty ADV RB _ 4 advmod 4:advmod _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 7 cop 7:cop CorrectForm='s +3 prettty pretty ADV RB Typo=Yes 4 advmod 4:advmod CorrectForm=pretty 4 much much ADV RB _ 7 advmod 7:advmod _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 same same ADJ JJ Degree=Pos 7 amod 7:amod _ 7 $$$ $$$ NOUN NN Number=Sing 0 root 0:root _ -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 10 punct 10:punct _ 9 please please INTJ UH _ 10 discourse 10:discourse _ -10 advice advice VERB VB Mood=Imp|VerbForm=Fin 7 parataxis 7:parataxis _ +10 advice advise VERB VB Mood=Imp|Typo=Yes|VerbForm=Fin 7 parataxis 7:parataxis CorrectForm=advise 11 !?????!!!! !?????!!!! PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108072305AAPJTjj_ans-0004 @@ -20347,50 +20359,50 @@ 1-2 It's _ _ _ _ _ _ _ _ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -3 more more ADV RBR _ 4 advmod 4:advmod _ +3 more more ADV RBR Degree=Cmp 4 advmod 4:advmod _ 4 compact compact ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 5 , , PUNCT , _ 8 punct 8:punct _ 6 ISO iso NOUN NN Number=Sing 8 compound 8:compound _ -7 6400 6400 NUM CD NumType=Card 6 nummod 6:nummod _ +7 6400 6400 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 8 capability capability NOUN NN Number=Sing 4 list 4:list _ -9 ( ( PUNCT -LRB- _ 10 punct 10:punct|10.1:punct SpaceAfter=No +9 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No 10 SX40 SX40 PROPN NNP Number=Sing 8 parataxis 8:parataxis|10.1:nsubj _ -10.1 has have VERB VBZ _ _ _ 8:parataxis CopyOf=-1 +10.1 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin _ _ 8:parataxis CopyOf=-1 11 only only ADV RB _ 12 advmod 12:advmod _ -12 3200 3200 NUM CD NumType=Card 10 orphan 10.1:obj SpaceAfter=No -13 ) ) PUNCT -RRB- _ 10 punct 10:punct|10.1:punct SpaceAfter=No +12 3200 3200 NUM CD NumForm=Digit|NumType=Card 10 orphan 10.1:obj SpaceAfter=No +13 ) ) PUNCT -RRB- _ 10 punct 10:punct SpaceAfter=No 14 , , PUNCT , _ 8 punct 8:punct _ -15 faster faster ADJ JJR Degree=Cmp 16 amod 16:amod _ +15 faster fast ADJ JJR Degree=Cmp 16 amod 16:amod _ 16 lens lens NOUN NN Number=Sing 4 list 4:list _ 17 at at ADP IN _ 18 case 18:case _ 18 f/2 f/2 NOUN NN Number=Sing 16 nmod 16:nmod:at _ 19 and and CCONJ CC _ 21 cc 21:cc|21.1:cc _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 SX40 SX40 PROPN NNP Number=Sing 16 conj 16:conj:and|21.1:nsubj _ -21.1 has have VERB VBZ _ _ _ 16:conj:and CopyOf=-1 +21.1 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin _ _ 16:conj:and CopyOf=-1 22 only only ADJ JJ Degree=Pos 23 amod 23:amod _ 23 f f NOUN NN Number=Sing 21 orphan 21.1:obj SpaceAfter=No -24 / / PUNCT , _ 23 punct 23:punct SpaceAfter=No -25 2.7 2.7 NUM CD NumType=Card 23 nummod 23:nummod SpaceAfter=No +24 / / PUNCT , _ 25 punct 25:punct SpaceAfter=No +25 2.7 2.7 NUM CD NumForm=Digit|NumType=Frac 23 nummod 23:nummod SpaceAfter=No 26 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108072305AAPJTjj_ans-0006 # text = Both have full 1080 video with stereo recording, so that doesn't matter. -1 Both both DET DT _ 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Both both DET DT PronType=Tot 2 nsubj 2:nsubj _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 full full ADJ JJ Degree=Pos 5 amod 5:amod _ -4 1080 1080 NUM CD NumType=Card 5 nummod 5:nummod _ +4 1080 1080 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 video video NOUN NN Number=Sing 2 obj 2:obj _ 6 with with ADP IN _ 8 case 8:case _ 7 stereo stereo ADJ JJ Degree=Pos 8 amod 8:amod _ 8 recording recording NOUN NN Number=Sing 5 nmod 5:nmod:with SpaceAfter=No -9 , , PUNCT , _ 2 punct 2:punct _ +9 , , PUNCT , _ 14 punct 14:punct _ 10 so so ADV RB _ 14 advmod 14:advmod _ 11 that that PRON DT Number=Sing|PronType=Dem 14 nsubj 14:nsubj _ 12-13 doesn't _ _ _ _ _ _ _ _ 12 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 n't not PART RB _ 14 advmod 14:advmod _ -14 matter matter VERB VB VerbForm=Inf 2 advcl 2:advcl SpaceAfter=No +14 matter matter VERB VB VerbForm=Inf 2 parataxis 2:parataxis SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108072305AAPJTjj_ans-0007 @@ -20400,13 +20412,13 @@ 3 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 5 slightly slightly ADV RB _ 6 advmod 6:advmod _ -6 larger larger ADJ JJR Degree=Cmp 7 amod 7:amod _ +6 larger large ADJ JJR Degree=Cmp 7 amod 7:amod _ 7 screen screen NOUN NN Number=Sing 3 obj 3:obj _ 8 and and CCONJ CC _ 13 cc 13:cc _ 9 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 10 new new ADJ JJ Degree=Pos 13 amod 13:amod _ 11 digic digic NOUN NN Number=Sing 13 compound 13:compound _ -12 5 5 NUM CD NumType=Card 11 nummod 11:nummod _ +12 5 5 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 13 processor processor NOUN NN Number=Sing 7 conj 3:obj|7:conj:and SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ @@ -20415,7 +20427,7 @@ # newpar id = answers-20111107173224AA22AwU_ans-p0001 # text = Passport needed for international boat cruise? 1 Passport passport NOUN NN Number=Sing 2 nsubj:pass 2:nsubj:pass _ -2 needed need VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +2 needed need VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 3 for for ADP IN _ 6 case 6:case _ 4 international international ADJ JJ Degree=Pos 6 amod 6:amod _ 5 boat boat NOUN NN Number=Sing 6 compound 6:compound _ @@ -20434,7 +20446,7 @@ 7 boat boat NOUN NN Number=Sing 8 compound 8:compound _ 8 cruise cruise NOUN NN Number=Sing 3 obl 3:obl:on _ 9 with with ADP IN _ 11 case 11:case _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 friends friend NOUN NNS Number=Plur 3 obl 3:obl:with _ 12 from from ADP IN _ 13 case 13:case _ 13 Florida Florida PROPN NNP Number=Sing 11 nmod 11:nmod:from SpaceAfter=No @@ -20466,14 +20478,14 @@ # text = If you are unsure whether or not you need your passport then Faz will be able to help! 1 If if SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 unsure unsure ADJ JJ Degree=Pos 16 advcl 16:advcl:if _ 5 whether whether SCONJ IN _ 9 mark 9:mark _ 6 or or CCONJ CC _ 5 fixed 5:fixed _ -7 not not ADV RB _ 5 fixed 5:fixed _ +7 not not PART RB _ 5 fixed 5:fixed _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ 9 need need VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 passport passport NOUN NN Number=Sing 9 obj 9:obj _ 12 then then ADV RB PronType=Dem 16 advmod 16:advmod _ 13 Faz Faz PROPN NNP Number=Sing 16 nsubj 16:nsubj|18:nsubj:xsubj _ @@ -20488,7 +20500,7 @@ # newpar id = answers-20111107173224AA22AwU_ans-p0004 # text = uh, where? 1 uh uh INTJ UH _ 3 discourse 3:discourse SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 where where ADV WRB PronType=Int 0 root 0:root SpaceAfter=No 4 ? ? PUNCT . _ 3 punct 3:punct _ @@ -20504,27 +20516,28 @@ # newpar id = answers-20111107173224AA22AwU_ans-p0005 # text = depends where u are going. 1 depends depend VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -2 where where SCONJ WRB PronType=Int 5 mark 5:mark _ -3 u u PRON PRP _ 5 nsubj 5:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 where where ADV WRB PronType=Int 5 advmod 5:advmod _ +3 u you PRON PRP Abbr=Yes|Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj CorrectForm=you +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 going go VERB VBG Tense=Pres|VerbForm=Part 1 advcl 1:advcl:where SpaceAfter=No 6 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111107173224AA22AwU_ans-0009 # text = If your in the USA and venture into Cuba then u need a passport 1 If if SCONJ IN _ 6 mark 6:mark _ -2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj|8:nsubj SpaceAfter=No -3 r be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +2-3 your _ _ _ _ _ _ _ _ +2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj|8:nsubj _ +3 r be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|Typo=Yes|VerbForm=Fin 6 cop 6:cop CorrectForm='re 4 in in ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 USA USA PROPN NNP Number=Sing 13 advcl 13:advcl:in _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 venture venture VERB VB VerbForm=Inf 6 conj 6:conj:and|13:advcl:in _ +8 venture venture VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and|13:advcl:in _ 9 into into ADP IN _ 10 case 10:case _ 10 Cuba Cuba PROPN NNP Number=Sing 8 obl 8:obl:into _ 11 then then ADV RB PronType=Dem 13 advmod 13:advmod _ -12 u u PRON PRP _ 13 nsubj 13:nsubj _ -13 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +12 u you PRON PRP Abbr=Yes|Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj CorrectForm=you +13 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 passport passport NOUN NN Number=Sing 13 obj 13:obj _ @@ -20534,7 +20547,7 @@ # text = How can i get Weed in Auckland? 1 How how ADV WRB PronType=Int 4 advmod 4:advmod _ 2 can can AUX MD VerbForm=Fin 4 aux 4:aux _ -3 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +3 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 4 get get VERB VB VerbForm=Inf 0 root 0:root _ 5 Weed weed NOUN NN Number=Sing 4 obj 4:obj _ 6 in in ADP IN _ 7 case 7:case _ @@ -20545,16 +20558,16 @@ # newpar id = answers-20111106210027AAhMxfE_ans-p0002 # text = Can ssome oone please tell me where i can buy some weed in auckland. 1 Can can AUX MD VerbForm=Fin 5 aux 5:aux _ -2 ssome some DET DT Typo=Yes 3 det 3:det _ -3 oone one NOUN NN Number=Sing|Typo=Yes 5 nsubj 5:nsubj _ +2 ssome some DET DT PronType=Ind|Typo=Yes 3 det 3:det CorrectForm=some +3 oone one NOUN NN Number=Sing|Typo=Yes 5 nsubj 5:nsubj CorrectForm=one 4 please please INTJ UH _ 5 discourse 5:discourse _ 5 tell tell VERB VB VerbForm=Inf 0 root 0:root _ -6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 obj 5:obj _ -7 where where SCONJ WRB PronType=Int 10 mark 10:mark _ -8 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ +6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 iobj 5:iobj _ +7 where where ADV WRB PronType=Int 10 advmod 10:advmod _ +8 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 9 can can AUX MD VerbForm=Fin 10 aux 10:aux _ 10 buy buy VERB VB VerbForm=Inf 5 advcl 5:advcl:where _ -11 some some DET DT _ 12 det 12:det _ +11 some some DET DT PronType=Ind 12 det 12:det _ 12 weed weed NOUN NN Number=Sing 10 obj 10:obj _ 13 in in ADP IN _ 14 case 14:case _ 14 auckland auckland PROPN NNP Number=Sing 10 obl 10:obl:in SpaceAfter=No @@ -20567,9 +20580,9 @@ 3 an a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 address address NOUN NN Number=Sing 1 obj 1:obj _ 5 or or CCONJ CC _ 6 cc 6:cc _ -6 something something PRON NN Number=Sing 4 conj 1:obj|4:conj:or _ +6 something something PRON NN Number=Sing|PronType=Ind 4 conj 1:obj|4:conj:or _ 7 please please INTJ UH _ 1 discourse 1:discourse _ -8 idk idk VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 discourse 1:discourse SpaceAfter=No +8 idk idk VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 discourse 1:discourse SpaceAfter=No 9 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111106210027AAhMxfE_ans-0004 @@ -20590,7 +20603,7 @@ # text = You've already asked this. 1-2 You've _ _ _ _ _ _ _ _ 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 already already ADV RB _ 4 advmod 4:advmod _ 4 asked ask VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 this this PRON DT Number=Sing|PronType=Dem 4 obj 4:obj SpaceAfter=No @@ -20598,7 +20611,7 @@ # sent_id = answers-20111106210027AAhMxfE_ans-0007 # text = Anyone who looks like a druggy or dodgy. -1 Anyone anyone PRON NN Number=Sing 0 root 0:root|3:nsubj _ +1 Anyone anyone PRON NN Number=Sing|PronType=Ind 0 root 0:root|3:nsubj _ 2 who who PRON WP PronType=Rel 3 nsubj 1:ref _ 3 looks look VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 4 like like ADP IN _ 6 case 6:case _ @@ -20613,7 +20626,7 @@ # text = Why would someone post the location of a dealer in a public place? 1 Why why ADV WRB PronType=Int 4 advmod 4:advmod _ 2 would would AUX MD VerbForm=Fin 4 aux 4:aux _ -3 someone someone PRON NN Number=Sing 4 nsubj 4:nsubj _ +3 someone someone PRON NN Number=Sing|PronType=Ind 4 nsubj 4:nsubj _ 4 post post VERB VB VerbForm=Inf 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 location location NOUN NN Number=Sing 4 obj 4:obj _ @@ -20630,7 +20643,7 @@ # text = You're an idiot. 1-2 You're _ _ _ _ _ _ _ _ 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -2 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 an a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 idiot idiot NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ @@ -20640,14 +20653,14 @@ # text = Drop by my house, I can get you some real cheap. 1 Drop drop VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 by by ADP IN _ 4 case 4:case _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 house house NOUN NN Number=Sing 1 obl 1:obl:by SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ +5 , , PUNCT , _ 8 punct 8:punct _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 7 can can AUX MD VerbForm=Fin 8 aux 8:aux _ 8 get get VERB VB VerbForm=Inf 1 parataxis 1:parataxis _ 9 you you PRON PRP Case=Acc|Person=2|PronType=Prs 8 iobj 8:iobj _ -10 some some DET DT _ 8 obj 8:obj _ +10 some some DET DT PronType=Ind 8 obj 8:obj _ 11 real real ADV RB _ 12 advmod 12:advmod _ 12 cheap cheap ADV RB _ 8 advmod 8:advmod SpaceAfter=No 13 . . PUNCT . _ 1 punct 1:punct _ @@ -20659,9 +20672,9 @@ 1 What what PRON WP PronType=Int 6 obj 6:obj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ 3 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ -4 irish irish ADJ JJ Degree=Pos 5 amod 5:amod _ +4 irish Irish ADJ JJ Degree=Pos 5 amod 5:amod _ 5 tune tune NOUN NN Number=Sing 6 nsubj:pass 6:nsubj:pass _ -6 called call VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No +6 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 7 !? !? PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111107154308AAKOZNX_ans-0002 @@ -20669,12 +20682,12 @@ # text = Its a Reel and i have danced to it before.. 1-2 Its _ _ _ _ _ _ _ _ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 4 cop 4:cop CorrectForm='s 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 Reel reel NOUN NN Number=Sing 0 root 0:root _ 5 and and CCONJ CC _ 8 cc 8:cc _ -6 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -7 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ +7 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 danced dance VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and _ 9 to to ADP IN _ 10 case 10:case _ 10 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 obl 8:obl:to _ @@ -20689,31 +20702,31 @@ 4 asked ask VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 then then ADV RB PronType=Dem 4 advmod 4:advmod _ 6 but but CCONJ CC _ 8 cc 8:cc _ -7 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ +7 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 8-9 didn't _ _ _ _ _ _ _ _ -8 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:but _ +8 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 conj 4:conj:but _ 9 n't not PART RB _ 8 advmod 8:advmod _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 only only ADJ JJ Degree=Pos 12 amod 12:amod _ 12 line line NOUN NN Number=Sing 16 nsubj 16:nsubj|21:nsubj _ -13 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 remember remember VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +13 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ +14 remember remember VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ -16 de de X FW _ 4 parataxis 4:parataxis _ -17 lunde lunde X FW _ 16 flat:foreign 16:flat:foreign _ -18 bar bar X FW _ 16 flat:foreign 16:flat:foreign SpaceAfter=No -19 .. .. PUNCT , _ 16 punct 16:punct SpaceAfter=No +16 de de X FW Foreign=Yes 4 parataxis 4:parataxis _ +17 lunde lunde X FW Foreign=Yes 16 flat 16:flat _ +18 bar bar X FW Foreign=Yes 16 flat 16:flat SpaceAfter=No +19 .. .. PUNCT , _ 21 punct 21:punct SpaceAfter=No 20 or or CCONJ CC _ 21 cc 21:cc _ -21 something something PRON NN Number=Sing 16 conj 16:conj:or _ +21 something something PRON NN Number=Sing|PronType=Ind 16 conj 16:conj:or _ 22 like like ADP IN _ 23 case 23:case _ 23 that that PRON DT Number=Sing|PronType=Dem 21 nmod 21:nmod:like SpaceAfter=No -24 .. .. PUNCT . _ 4 punct 4:punct _ +24 .. .. PUNCT . _ 27 punct 27:punct _ 25 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ -26 anybody anybody PRON NN Number=Sing 27 nsubj 27:nsubj _ +26 anybody anybody PRON NN Number=Sing|PronType=Ind 27 nsubj 27:nsubj _ 27 know know VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ -28 which which DET WDT PronType=Int 29 det 29:det _ +28 which which DET WDT PronType=Int 29 det 29:det ManuallyChecked=PronType 29 song song NOUN NN Number=Sing 32 obl 32:obl:about _ -30 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 32 nsubj 32:nsubj _ +30 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 32 nsubj 32:nsubj _ 31 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 32 aux 32:aux _ 32 talking talk VERB VBG Tense=Pres|VerbForm=Part 27 ccomp 27:ccomp _ 33 about about ADP IN _ 29 case 29:case SpaceAfter=No @@ -20723,9 +20736,9 @@ # newpar id = answers-20111107154308AAKOZNX_ans-p0003 # text = With no link provided it is hard to say. 1 With with SCONJ IN _ 4 mark 4:mark _ -2 no no DET DT _ 3 det 3:det _ -3 link link NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 provided provide VERB VBN Tense=Past|VerbForm=Part 7 advcl 7:advcl:with _ +2 no no DET DT PronType=Neg 3 det 3:det _ +3 link link NOUN NN Number=Sing 4 nsubj:pass 4:nsubj:pass _ +4 provided provide VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 advcl 7:advcl:with _ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 expl 7:expl _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 7 hard hard ADJ JJ Degree=Pos 0 root 0:root _ @@ -20743,10 +20756,10 @@ 6 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 obj 5:obj _ 7 into into ADP IN _ 8 case 8:case _ 8 youtube youtube PROPN NNP Number=Sing 5 obl 5:obl:into _ -9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj:pass 12:nsubj:pass _ -10 might might AUX MD VerbForm=Fin 12 aux 12:aux _ -11 get get VERB VB VerbForm=Inf 12 aux:pass 12:aux:pass _ -12 lucky lucky ADJ JJ Degree=Pos 1 parataxis 1:parataxis SpaceAfter=No +9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj|12:nsubj:xsubj _ +10 might might AUX MD VerbForm=Fin 11 aux 11:aux _ +11 get get VERB VB VerbForm=Inf 1 parataxis 1:parataxis _ +12 lucky lucky ADJ JJ Degree=Pos 11 xcomp 11:xcomp SpaceAfter=No 13 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111107154308AAKOZNX_ans-0006 @@ -20761,21 +20774,21 @@ 1 if if SCONJ IN _ 5 mark 5:mark _ 2-3 its _ _ _ _ _ _ _ _ 2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -3 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 5 cop 5:cop CorrectForm='s 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 reel reel NOUN NN Number=Sing 9 advcl 9:advcl:if _ 6 then then ADV RB PronType=Dem 9 advmod 9:advmod _ 7-8 its _ _ _ _ _ _ _ _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -8 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ -9 scottish scottish ADJ JJ Degree=Pos 0 root 0:root _ +8 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 9 cop 9:cop CorrectForm='s +9 scottish Scottish ADJ JJ Degree=Pos 0 root 0:root _ # newdoc id = answers-20111107080027AA9zCIG_ans # sent_id = answers-20111107080027AA9zCIG_ans-0001 # newpar id = answers-20111107080027AA9zCIG_ans-p0001 # text = Help findin a restaurant for anniversary in SF? 1 Help help NOUN NN Number=Sing 0 root 0:root _ -2 findin findin VERB VBG VerbForm=Ger 1 acl 1:acl _ +2 findin find VERB VBG Abbr=Yes|VerbForm=Ger 1 acl 1:acl CorrectForm=finding 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 restaurant restaurant NOUN NN Number=Sing 2 obj 2:obj _ 5 for for ADP IN _ 6 case 6:case _ @@ -20790,8 +20803,8 @@ 1-2 It's _ _ _ _ _ _ _ _ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj|13:nsubj _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ -4 two two NUM CD NumType=Card 5 nummod 5:nummod _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 two two NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 5 year year NOUN NN Number=Sing 6 compound 6:compound _ 6 anniversary anniversary NOUN NN Number=Sing 0 root 0:root _ 7 in in ADP IN _ 10 case 10:case _ @@ -20805,7 +20818,7 @@ 15 somone somone NOUN NN Number=Sing 17 nsubj 17:nsubj _ 16 could could AUX MD VerbForm=Fin 17 aux 17:aux _ 17 tell tell VERB VB VerbForm=Inf 13 ccomp 13:ccomp _ -18 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 17 obj 17:obj _ +18 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 17 iobj 17:iobj _ 19 about about ADP IN _ 22 case 22:case _ 20 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 21 great great ADJ JJ Degree=Pos 22 amod 22:amod _ @@ -20821,26 +20834,26 @@ # newpar id = answers-20111107080027AA9zCIG_ans-p0003 # text = I like Hayes Street Grill....another plus, it's right by Civic Center, so you can take a romantic walk around the Opera House, City Hall, Symphony Auditorium...all very beautiful. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 Hayes Hayes PROPN NNP Number=Sing 4 compound 4:compound _ 4 Street Street PROPN NNP Number=Sing 5 compound 5:compound _ 5 Grill Grill PROPN NNP Number=Sing 2 obj 2:obj SpaceAfter=No -6 .... .... PUNCT , _ 2 punct 2:punct SpaceAfter=No -7 another another DET DT _ 8 det 8:det _ +6 .... .... PUNCT , _ 15 punct 15:punct SpaceAfter=No +7 another another DET DT PronType=Ind 8 det 8:det _ 8 plus plus NOUN NN Number=Sing 15 discourse 15:discourse SpaceAfter=No -9 , , PUNCT , _ 15 punct 15:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10-11 it's _ _ _ _ _ _ _ _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 11 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 12 right right ADV RB _ 15 advmod 15:advmod _ 13 by by ADP IN _ 15 case 15:case _ -14 Civic Civic PROPN NNP Number=Sing 15 compound 15:compound _ +14 Civic Civic ADJ NNP Degree=Pos 15 amod 15:amod _ 15 Center Center PROPN NNP Number=Sing 2 parataxis 2:parataxis SpaceAfter=No 16 , , PUNCT , _ 20 punct 20:punct _ 17 so so ADV RB _ 20 advmod 20:advmod _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj _ 19 can can AUX MD VerbForm=Fin 20 aux 20:aux _ -20 take take VERB VB VerbForm=Inf 15 conj 15:conj _ +20 take take VERB VB VerbForm=Inf 15 parataxis 15:parataxis _ 21 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 22 romantic romantic ADJ JJ Degree=Pos 23 amod 23:amod _ 23 walk walk NOUN NN Number=Sing 20 obj 20:obj _ @@ -20854,8 +20867,8 @@ 31 , , PUNCT , _ 33 punct 33:punct _ 32 Symphony Symphony PROPN NNP Number=Sing 33 compound 33:compound _ 33 Auditorium Auditorium PROPN NNP Number=Sing 27 conj 23:nmod:around|27:conj SpaceAfter=No -34 ... ... PUNCT , _ 15 punct 15:punct SpaceAfter=No -35 all all DET DT _ 37 nsubj 37:nsubj _ +34 ... ... PUNCT , _ 37 punct 37:punct SpaceAfter=No +35 all all DET DT PronType=Tot 37 nsubj 37:nsubj _ 36 very very ADV RB _ 37 advmod 37:advmod _ 37 beautiful beautiful ADJ JJ Degree=Pos 15 parataxis 15:parataxis SpaceAfter=No 38 . . PUNCT . _ 2 punct 2:punct _ @@ -20863,18 +20876,18 @@ # sent_id = answers-20111107080027AA9zCIG_ans-0004 # newpar id = answers-20111107080027AA9zCIG_ans-p0004 # text = Prime Ribs -1 Prime Prime PROPN NNP Number=Sing 2 compound 2:compound _ +1 Prime Prime ADJ NNP Degree=Pos 2 amod 2:amod _ 2-3 Ribs _ _ _ _ _ _ _ _ 2 Rib Rib PROPN NNP Number=Sing 0 root 0:root _ -3 s 's PART POS _ 2 case 2:case _ +3 s 's PART POS Typo=Yes 2 case 2:case CorrectForm='s # sent_id = answers-20111107080027AA9zCIG_ans-0005 # text = its kind of expensive though 1-2 its _ _ _ _ _ _ _ _ 1 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -3 kind kind ADV RB _ 5 advmod 5:advmod _ -4 of of ADV RB _ 3 fixed 3:fixed _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 5 cop 5:cop CorrectForm='s +3 kind kind NOUN NN ExtPos=ADV|Number=Sing 5 advmod 5:advmod _ +4 of of ADP IN _ 3 fixed 3:fixed _ 5 expensive expensive ADJ JJ Degree=Pos 0 root 0:root _ 6 though though ADV RB _ 5 advmod 5:advmod _ @@ -20887,7 +20900,7 @@ 3 happen happen VERB VB VerbForm=Inf 0 root 0:root _ 4 if if SCONJ IN _ 6 mark 6:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 flew fly VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:if _ +6 flew fly VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:if _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 flag flag NOUN NN Number=Sing 6 obj 6:obj _ 9 of of ADP IN _ 11 case 11:case _ @@ -20912,7 +20925,7 @@ 8 flag flag NOUN NN Number=Sing 6 obj 6:obj _ 9 of of ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -11 Third Third PROPN NNP Number=Sing 12 compound 12:compound _ +11 Third Third ADJ NNP NumForm=Word|NumType=Ord 12 amod 12:amod _ 12 Reich Reich PROPN NNP Number=Sing 8 nmod 8:nmod:of _ 13 in in ADP IN _ 16 case 16:case _ 14 modern modern ADJ JJ Degree=Pos 15 amod 15:amod _ @@ -20940,7 +20953,7 @@ 3 would would AUX MD VerbForm=Fin 4 aux 4:aux _ 4 make make VERB VB VerbForm=Inf 0 root 0:root _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 obj 4:obj|6:nsubj:xsubj _ -6 take take VERB VBP VerbForm=Inf 4 xcomp 4:xcomp _ +6 take take VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 obj 6:obj _ 8 down down ADV RB _ 6 advmod 6:advmod _ 9 and and CCONJ CC _ 12 cc 12:cc _ @@ -20950,13 +20963,13 @@ 13 fines fine NOUN NNS Number=Plur 12 obj 12:obj _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 imprisonment imprisonment NOUN NN Number=Sing 13 conj 12:obj|13:conj:and _ -16 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No +16 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No 17 but but CCONJ CC _ 20 cc 20:cc _ 18 definitely definitely ADV RB _ 20 advmod 20:advmod _ -19 not not ADV RB _ 20 advmod 20:advmod _ +19 not not PART RB _ 20 advmod 20:advmod _ 20 execution execution NOUN NN Number=Sing 13 conj 12:obj|13:conj:and SpaceAfter=No -21 . . PUNCT . _ 4 punct 4:punct SpaceAfter=No -22 ) ) PUNCT -RRB- _ 4 punct 4:punct _ +21 . . PUNCT . _ 20 punct 20:punct SpaceAfter=No +22 ) ) PUNCT -RRB- _ 20 punct 20:punct _ # sent_id = answers-20111106032810AA43zpY_ans-0005 # text = You will also face the ire of most people there. @@ -20980,13 +20993,13 @@ 3 be be AUX VB VerbForm=Inf 4 aux:pass 4:aux:pass _ 4 imprisoned imprison VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 or or CCONJ CC _ 6 cc 6:cc _ -6 executed execute VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:or _ +6 executed execute VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 conj 4:conj:or _ # sent_id = answers-20111106032810AA43zpY_ans-0007 # newpar id = answers-20111106032810AA43zpY_ans-p0004 # text = Yes, it would be an execution punishment. 1 Yes yes INTJ UH _ 8 discourse 8:discourse SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 4 would would AUX MD VerbForm=Fin 8 aux 8:aux _ 5 be be AUX VB VerbForm=Inf 8 cop 8:cop _ @@ -21007,7 +21020,7 @@ # sent_id = answers-20111106213308AA5Nh2g_ans-0002 # text = Where do we vote? 1 Where where ADV WRB PronType=Int 4 advmod 4:advmod _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 4 vote vote VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 5 ? ? PUNCT . _ 4 punct 4:punct _ @@ -21015,7 +21028,7 @@ # sent_id = answers-20111106213308AA5Nh2g_ans-0003 # text = If anyone else has voted? 1 If if SCONJ IN _ 5 mark 5:mark _ -2 anyone anyone PRON NN Number=Sing 5 nsubj 5:nsubj _ +2 anyone anyone PRON NN Number=Sing|PronType=Ind 5 nsubj 5:nsubj _ 3 else else ADJ JJ Degree=Pos 2 amod 2:amod _ 4 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 voted vote VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No @@ -21025,7 +21038,7 @@ # newpar id = answers-20111106213308AA5Nh2g_ans-p0002 # text = Where do we vote? 1 Where where ADV WRB PronType=Int 4 advmod 4:advmod _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 4 vote vote VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 5 ? ? PUNCT . _ 4 punct 4:punct _ @@ -21034,8 +21047,8 @@ # text = Obviously because i want to vote. 1 Obviously obviously ADV RB _ 0 root 0:root _ 2 because because SCONJ IN _ 4 mark 4:mark _ -3 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -4 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:because _ +3 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ +4 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:because _ 5 to to PART TO _ 6 mark 6:mark _ 6 vote vote VERB VB VerbForm=Inf 4 xcomp 4:xcomp SpaceAfter=No 7 . . PUNCT . _ 1 punct 1:punct _ @@ -21044,13 +21057,13 @@ # text = And if anyone else has voted, what did you guys vote for? 1 And and CCONJ CC _ 12 cc 12:cc _ 2 if if SCONJ IN _ 6 mark 6:mark _ -3 anyone anyone PRON NN Number=Sing 6 nsubj 6:nsubj _ +3 anyone anyone PRON NN Number=Sing|PronType=Ind 6 nsubj 6:nsubj _ 4 else else ADJ JJ Degree=Pos 3 amod 3:amod _ 5 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 voted vote VERB VBN Tense=Past|VerbForm=Part 12 advcl 12:advcl:if SpaceAfter=No -7 , , PUNCT , _ 12 punct 12:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 what what PRON WP PronType=Int 12 obj 12:obj _ -9 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 aux 12:aux _ +9 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 12 aux 12:aux _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 det 11:det _ 11 guys guy NOUN NNS Number=Plur 12 nsubj 12:nsubj _ 12 vote vote VERB VB VerbForm=Inf 0 root 0:root _ @@ -21061,7 +21074,7 @@ # newpar id = answers-20111106213308AA5Nh2g_ans-p0003 # text = It closed on Sunday... 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 closed close VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 closed close VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 on on ADP IN _ 4 case 4:case _ 4 Sunday Sunday PROPN NNP Number=Sing 2 obl 2:obl:on SpaceAfter=No 5 ... ... PUNCT . _ 2 punct 2:punct _ @@ -21069,20 +21082,22 @@ # sent_id = answers-20111106213308AA5Nh2g_ans-0008 # text = You voted on the Dominion Posts website. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 voted vote VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 on on ADP IN _ 7 case 7:case _ -4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ +2 voted vote VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 on on ADP IN _ 8 case 8:case _ +4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 Dominion Dominion PROPN NNP Number=Sing 6 compound 6:compound _ -6 Posts Posts PROPN NNPS Number=Plur 7 compound 7:compound _ -7 website website NOUN NN Number=Sing 2 obl 2:obl:on SpaceAfter=No -8 . . PUNCT . _ 2 punct 2:punct _ +6-7 Posts _ _ _ _ _ _ _ _ +6 Post Post PROPN NNP Number=Sing 8 nmod:poss 8:nmod:poss _ +7 s 's PART POS Typo=Yes 6 case 6:case CorrectForm='s +8 website website NOUN NN Number=Sing 2 obl 2:obl:on SpaceAfter=No +9 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111106213308AA5Nh2g_ans-0009 # text = The top two are going 'head to head' in a final vote on that opens on Wednesday on - http://www.stuff.co.nz/dominion-post/ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 top top ADJ JJ Degree=Pos 3 amod 3:amod _ -3 two two NUM CD NumType=Card 5 nsubj 5:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 two two NUM CD NumForm=Word|NumType=Card 5 nsubj 5:nsubj _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 6 ' ' PUNCT `` _ 7 punct 7:punct SpaceAfter=No 7 head head NOUN NN Number=Sing 5 obl:npmod 5:obl:npmod _ @@ -21099,7 +21114,7 @@ 18 on on ADP IN _ 19 case 19:case _ 19 Wednesday Wednesday PROPN NNP Number=Sing 17 obl 17:obl:on _ 20 on on ADP IN _ 22 case 22:case _ -21 - - PUNCT HYPH _ 22 punct 22:punct _ +21 - - PUNCT HYPH _ 20 punct 20:punct _ 22 http://www.stuff.co.nz/dominion-post/ http://www.stuff.co.nz/dominion-post/ X ADD _ 17 obl 17:obl:on _ # sent_id = answers-20111106213308AA5Nh2g_ans-0010 @@ -21108,12 +21123,12 @@ 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 should should AUX MD VerbForm=Fin 3 aux 3:aux _ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ -4 one one NUM CD NumType=Card 3 obj 3:obj _ +4 one one NUM CD NumForm=Word|NumType=Card 3 obj 3:obj _ 5 for for SCONJ IN _ 9 mark 9:mark _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 All All PROPN NNP Number=Sing 8 compound 8:compound _ -8 Blacks Blacks PROPN NNPS Number=Plur 9 nsubj 9:nsubj _ -9 winning win VERB VBG VerbForm=Ger 4 advcl 4:advcl:for SpaceAfter=No +7 All All DET NNP _ 8 det 8:det _ +8 Blacks Black PROPN NNPS Number=Plur 9 nsubj 9:nsubj _ +9 winning win VERB VBG VerbForm=Ger 4 acl 4:acl:for SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111106213308AA5Nh2g_ans-0011 @@ -21129,8 +21144,8 @@ # sent_id = answers-20100416184011AAtazxe_ans-0001 # newpar id = answers-20100416184011AAtazxe_ans-p0001 # text = air asia flight attendant? -1 air air PROPN NNP Number=Sing 2 compound 2:compound _ -2 asia asia PROPN NNP Number=Sing 4 compound 4:compound _ +1 air Air PROPN NNP Number=Sing 2 compound 2:compound _ +2 asia Asia PROPN NNP Number=Sing 4 compound 4:compound _ 3 flight flight NOUN NN Number=Sing 4 compound 4:compound _ 4 attendant attendant NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 5 ? ? PUNCT . _ 4 punct 4:punct _ @@ -21140,29 +21155,30 @@ # text = Good day,I'm a foreigner living in malaysia, german citizen,21 years of age, I was wondering if air asia recruits foreigners? 1 Good good ADJ JJ Degree=Pos 2 amod 2:amod _ 2 day day NOUN NN Number=Sing 7 discourse 7:discourse SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct SpaceAfter=No -4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj SpaceAfter=No -5 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +3 , , PUNCT , _ 2 punct 2:punct SpaceAfter=No +4-5 I'm _ _ _ _ _ _ _ _ +4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ +5 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 foreigner foreigner NOUN NN Number=Sing 0 root 0:root _ 8 living live VERB VBG VerbForm=Ger 7 acl 7:acl _ 9 in in ADP IN _ 10 case 10:case _ -10 malaysia malaysia PROPN NNP Number=Sing 8 obl 8:obl:in SpaceAfter=No -11 , , PUNCT , _ 7 punct 7:punct _ -12 german german ADJ JJ Degree=Pos 13 amod 13:amod _ +10 malaysia Malaysia PROPN NNP Number=Sing 8 obl 8:obl:in SpaceAfter=No +11 , , PUNCT , _ 13 punct 13:punct _ +12 german German ADJ JJ Degree=Pos 13 amod 13:amod _ 13 citizen citizen NOUN NN Number=Sing 7 appos 7:appos SpaceAfter=No -14 , , PUNCT , _ 7 punct 7:punct SpaceAfter=No -15 21 21 NUM CD NumType=Card 16 nummod 16:nummod _ +14 , , PUNCT , _ 16 punct 16:punct SpaceAfter=No +15 21 21 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 16 years year NOUN NNS Number=Plur 7 appos 7:appos _ 17 of of ADP IN _ 18 case 18:case _ 18 age age NOUN NN Number=Sing 16 nmod 16:nmod:of SpaceAfter=No -19 , , PUNCT , _ 7 punct 7:punct _ +19 , , PUNCT , _ 22 punct 22:punct _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ 21 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 aux 22:aux _ 22 wondering wonder VERB VBG VerbForm=Ger 7 parataxis 7:parataxis _ 23 if if SCONJ IN _ 26 mark 26:mark _ -24 air air PROPN NNP Number=Sing 25 compound 25:compound _ -25 asia asia PROPN NNP Number=Sing 26 nsubj 26:nsubj _ +24 air Air PROPN NNP Number=Sing 25 compound 25:compound _ +25 asia Asia PROPN NNP Number=Sing 26 nsubj 26:nsubj _ 26 recruits recruit VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 ccomp 22:ccomp _ 27 foreigners foreigner NOUN NNS Number=Plur 26 obj 26:obj SpaceAfter=No 28 ? ? PUNCT . _ 7 punct 7:punct SpaceAfter=No @@ -21175,16 +21191,16 @@ # text = I've tried calling them a week ago,they said they can't give me those details over the phone, or let me know,keep asking me to go to some website,but there's nothing useful on it 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|4:nsubj:xsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 tried try VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 calling call VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ 5 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 4 obj 4:obj _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 week week NOUN NN Number=Sing 8 obl:npmod 8:obl:npmod _ 8 ago ago ADV RB _ 3 advmod 3:advmod SpaceAfter=No -9 , , PUNCT , _ 3 punct 3:punct SpaceAfter=No +9 , , PUNCT , _ 11 punct 11:punct SpaceAfter=No 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ +11 said say VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj|24:nsubj _ 13-14 can't _ _ _ _ _ _ _ _ 13 ca can AUX MD VerbForm=Fin 15 aux 15:aux _ @@ -21202,20 +21218,20 @@ 25 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 24 obj 24:obj|26:nsubj:xsubj _ 26 know know VERB VB VerbForm=Inf 24 xcomp 24:xcomp SpaceAfter=No 27 , , PUNCT , _ 28 punct 28:punct SpaceAfter=No -28 keep keep VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +28 keep keep VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 29 asking ask VERB VBG VerbForm=Ger 28 xcomp 28:xcomp _ -30 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 29 obj 29:obj|32:nsubj:xsubj _ +30 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 29 iobj 29:iobj|32:nsubj:xsubj _ 31 to to PART TO _ 32 mark 32:mark _ 32 go go VERB VB VerbForm=Inf 29 xcomp 29:xcomp _ 33 to to ADP IN _ 35 case 35:case _ -34 some some DET DT _ 35 det 35:det _ +34 some some DET DT PronType=Ind 35 det 35:det _ 35 website website NOUN NN Number=Sing 32 obl 32:obl:to SpaceAfter=No 36 , , PUNCT , _ 39 punct 39:punct SpaceAfter=No 37 but but CCONJ CC _ 39 cc 39:cc _ 38-39 there's _ _ _ _ _ _ _ _ 38 there there PRON EX _ 39 expl 39:expl _ 39 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 conj 28:conj:but _ -40 nothing nothing PRON NN Number=Sing 39 nsubj 39:nsubj _ +40 nothing nothing PRON NN Number=Sing|PronType=Neg 39 nsubj 39:nsubj _ 41 useful useful ADJ JJ Degree=Pos 40 amod 40:amod _ 42 on on ADP IN _ 43 case 43:case _ 43 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 39 obl 39:obl:on _ @@ -21229,8 +21245,8 @@ 4 call call VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:or SpaceAfter=No 5 ) ) PUNCT -RRB- _ 4 punct 4:punct _ 6 an a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -7 Asian asian ADJ JJ Degree=Pos 8 amod 8:amod _ -8 airline airline NOUN NN Number=Sing 1 obj 1:obj|4:obj _ +7 Asian Asian ADJ JJ Degree=Pos 8 amod 8:amod _ +8 airline airline NOUN NN Number=Sing 1 obj 1:iobj|4:iobj _ 9 directly directly ADV RB _ 1 advmod 1:advmod _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 get get VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ @@ -21247,7 +21263,7 @@ 2 kind kind NOUN NN Number=Sing 9 obj 9:obj _ 3 of of ADP IN _ 4 case 4:case _ 4 Meal meal NOUN NN Number=Sing 2 nmod 2:nmod:of _ -5 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +5 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 6 peopel peopel NOUN NNS Number=Plur 9 nsubj 9:nsubj _ 7 in in ADP IN _ 8 case 8:case _ 8 Argentina Argentina PROPN NNP Number=Sing 6 nmod 6:nmod:in _ @@ -21263,15 +21279,16 @@ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 project project NOUN NN Number=Sing 3 obj 3:obj _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +7 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 8 to to PART TO _ 9 mark 9:mark _ 9 know know VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 what what DET WDT PronType=Int 11 det 11:det _ 11 kind kind NOUN NN Number=Sing 15 obj 15:obj _ -12 food food NOUN NN Number=Sing 11 nmod:npmod 11:nmod:npmod _ +11.1 _ of ADP IN Typo=Yes _ _ 12:case CorrectForm=of +12 food food NOUN NN Number=Sing 11 nmod 11:nmod:of _ 13 Argentina Argentina PROPN NNP Number=Sing 14 compound 14:compound _ 14 people people NOUN NNS Number=Plur 15 nsubj 15:nsubj _ -15 eat eat VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ +15 eat eat VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ 16 for for ADP IN _ 17 case 17:case _ 17 breakfast breakfast NOUN NN Number=Sing 15 obl 15:obl:for SpaceAfter=No 18 , , PUNCT , _ 19 punct 19:punct _ @@ -21286,9 +21303,9 @@ 1 And and CCONJ CC _ 2 cc 2:cc _ 2 what what PRON WP PronType=Int 0 root 0:root _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 cop 2:cop _ -4 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +4 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 5 big big ADJ JJ Degree=Pos 8 amod 8:amod SpaceAfter=No -6 / / PUNCT , _ 7 cc 7:cc _ +6 / / SYM , _ 7 cc 7:cc _ 7 main main ADJ JJ Degree=Pos 5 conj 5:conj|8:amod _ 8 meal meal NOUN NN Number=Sing 2 nsubj 2:nsubj _ 9 of of ADP IN _ 11 case 11:case _ @@ -21303,7 +21320,7 @@ 3 America America PROPN NNP Number=Sing 8 obl 8:obl:in _ 4 dinner dinner NOUN NN Number=Sing 8 nsubj 8:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ -6 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 main main ADJ JJ Degree=Pos 8 amod 8:amod _ 8 meal meal NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 9 . . PUNCT . _ 8 punct 8:punct _ @@ -21315,10 +21332,10 @@ 3 what what DET WDT PronType=Int 4 det 4:det _ 4 time time NOUN NN Number=Sing 6 obl 6:obl:around _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -6 eat eat VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -7 each each DET DT _ 6 obj 6:obj _ +6 eat eat VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 each each DET DT PronType=Tot 6 obj 6:obj _ 8 of of ADP IN _ 10 case 10:case _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 meals meal NOUN NNS Number=Plur 7 nmod 7:nmod:of SpaceAfter=No 11 . . PUNCT . _ 6 punct 6:punct _ @@ -21329,8 +21346,8 @@ 2 ones one NOUN NNS Number=Plur 5 obj 5:obj SpaceAfter=No 3 , , PUNCT , _ 2 punct 2:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -6 - - PUNCT , _ 5 punct 5:punct _ +5 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 - - PUNCT , _ 7 punct 7:punct _ 7 beef beef NOUN NN Number=Sing 5 parataxis 5:parataxis SpaceAfter=No 8 , , PUNCT , _ 9 punct 9:punct _ 9 pork pork NOUN NN Number=Sing 7 conj 7:conj SpaceAfter=No @@ -21338,7 +21355,7 @@ 11 chicken chicken NOUN NN Number=Sing 7 conj 7:conj SpaceAfter=No 12 , , PUNCT , _ 13 punct 13:punct _ 13 fish fish NOUN NN Number=Sing 7 conj 7:conj SpaceAfter=No -14 ... ... PUNCT . _ 2 punct 2:punct _ +14 ... ... PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20101109081414AAZ3hSI_ans-0007 # text = Why not look it up! @@ -21353,17 +21370,17 @@ # newpar id = answers-20101109081414AAZ3hSI_ans-p0004 # text = they eat lots of grilled meat,chorizo,and such,with potatoes 1 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 eat eat VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 eat eat VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 lots lot NOUN NNS Number=Plur 2 obj 2:obj _ 4 of of ADP IN _ 6 case 6:case _ -5 grilled grill VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +5 grilled grill VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 6 meat meat NOUN NN Number=Sing 3 nmod 3:nmod:of SpaceAfter=No 7 , , PUNCT , _ 8 punct 8:punct SpaceAfter=No 8 chorizo chorizo NOUN NN Number=Sing 6 conj 3:nmod:of|6:conj:and SpaceAfter=No 9 , , PUNCT , _ 11 punct 11:punct SpaceAfter=No 10 and and CCONJ CC _ 11 cc 11:cc _ 11 such such ADJ JJ Degree=Pos 6 conj 3:nmod:of|6:conj:and SpaceAfter=No -12 , , PUNCT , _ 6 punct 6:punct SpaceAfter=No +12 , , PUNCT , _ 14 punct 14:punct SpaceAfter=No 13 with with ADP IN _ 14 case 14:case _ 14 potatoes potato NOUN NNS Number=Plur 6 nmod 6:nmod:with _ @@ -21372,8 +21389,8 @@ # newpar id = answers-20111108103447AAI7MDa_ans-p0001 # text = why do i want to do work experience at an animal center? 1 why why ADV WRB PronType=Int 4 advmod 4:advmod _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ -3 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ 4 want want VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 do do VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ @@ -21389,20 +21406,20 @@ # newpar id = answers-20111108103447AAI7MDa_ans-p0002 # text = reasons plllz 1 reasons reason NOUN NNS Number=Plur 0 root 0:root _ -2 plllz plllz INTJ UH _ 1 discourse 1:discourse _ +2 plllz please INTJ UH Abbr=Yes|Style=Expr 1 discourse 1:discourse CorrectForm=please # sent_id = answers-20111108103447AAI7MDa_ans-0003 # newpar id = answers-20111108103447AAI7MDa_ans-p0003 # text = How are strangers supposed to know why YOU want to do that sort of job? 1 How how ADV WRB PronType=Int 4 advmod 4:advmod _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ -3 strangers stranger NOUN NNS Number=Plur 4 nsubj 4:nsubj|6:nsubj:xsubj _ -4 supposed suppose VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ +3 strangers stranger NOUN NNS Number=Plur 4 nsubj:pass 4:nsubj:pass|6:nsubj:xsubj _ +4 supposed suppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 know know VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 why why SCONJ WRB PronType=Int 9 mark 9:mark _ +7 why why ADV WRB PronType=Int 9 advmod 9:advmod _ 8 YOU you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj _ -9 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl _ +9 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl _ 10 to to PART TO _ 11 mark 11:mark _ 11 do do VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 that that DET DT Number=Sing|PronType=Dem 13 det 13:det _ @@ -21418,10 +21435,10 @@ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 list list NOUN NN Number=Sing 2 obj 2:obj _ 5 of of ADP IN _ 6 case 6:case _ -6 reasons reason NOUN NNS Number=Plur 4 nmod 4:nmod:of _ -7 why why SCONJ WRB PronType=Rel 9 mark 9:mark _ +6 reasons reason NOUN NNS Number=Plur 4 nmod 4:nmod:of|9:obl _ +7 why why ADV WRB PronType=Rel 9 advmod 6:ref _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -9 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +9 like like VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 job job NOUN NN Number=Sing 9 obj 9:obj _ 12 and and CCONJ CC _ 13 cc 13:cc _ @@ -21434,9 +21451,9 @@ 19 searching searching NOUN NN Number=Sing 16 nmod 16:nmod:of _ 20 to to PART TO _ 21 mark 21:mark _ 21 see see VERB VB VerbForm=Inf 13 advcl 13:advcl:to _ -22 what what PRON WP PronType=Int 26 obj 26:obj _ +22 what what PRON WP PronType=Int 24 obj 24:obj _ 23 people people NOUN NNS Number=Plur 24 nsubj 24:nsubj _ -24 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 ccomp 21:ccomp _ +24 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 21 ccomp 21:ccomp _ 25 to to PART TO _ 26 mark 26:mark _ 26 say say VERB VB VerbForm=Inf 24 advcl 24:advcl:to _ 27 about about SCONJ IN _ 31 mark 31:mark _ @@ -21450,7 +21467,7 @@ # text = Hope you find out soon :) 1 Hope hope VERB VB VerbForm=Inf 0 root 0:root _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 find find VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp _ +3 find find VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp _ 4 out out ADP RP _ 3 compound:prt 3:compound:prt _ 5 soon soon ADV RB Degree=Pos 3 advmod 3:advmod _ 6 :) :) SYM NFP _ 1 discourse 1:discourse _ @@ -21470,13 +21487,13 @@ # sent_id = answers-20111108103447AAI7MDa_ans-0007 # newpar id = answers-20111108103447AAI7MDa_ans-p0005 # text = maybe it's beacuse you love to work with animals and you just can't be ha[[y if you weren't soing that job -1 maybe maybe ADV RB _ 3 advmod 3:advmod _ +1 maybe maybe ADV RB _ 6 advmod 6:advmod _ 2-3 it's _ _ _ _ _ _ _ _ -2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 beacuse because SCONJ IN Typo=Yes 6 mark 6:mark _ +2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj:outer 6:nsubj:outer _ +3 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +4 beacuse because SCONJ IN Typo=Yes 6 mark 6:mark CorrectForm=because 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj|8:nsubj:xsubj _ -6 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:beacuse _ +6 love love VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 work work VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 9 with with ADP IN _ 10 case 10:case _ @@ -21488,13 +21505,13 @@ 14 ca can AUX MD VerbForm=Fin 17 aux 17:aux _ 15 n't not PART RB _ 17 advmod 17:advmod _ 16 be be AUX VB VerbForm=Inf 17 cop 17:cop _ -17 ha[[y ha[[y ADJ JJ Degree=Pos 6 conj 3:advcl:beacuse|6:conj:and _ +17 ha[[y happy ADJ JJ Degree=Pos|Typo=Yes 6 conj 0:root|6:conj:and CorrectForm=happy 18 if if SCONJ IN _ 22 mark 22:mark _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ 20-21 weren't _ _ _ _ _ _ _ _ -20 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 aux 22:aux _ +20 were be AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 22 aux 22:aux _ 21 n't not PART RB _ 22 advmod 22:advmod _ -22 soing so VERB VBG Tense=Pres|VerbForm=Part 17 advcl 17:advcl:if _ +22 soing do VERB VBG Tense=Pres|Typo=Yes|VerbForm=Part 17 advcl 17:advcl:if CorrectForm=doing 23 that that DET DT Number=Sing|PronType=Dem 24 det 24:det _ 24 job job NOUN NN Number=Sing 22 obj 22:obj _ @@ -21520,11 +21537,11 @@ 3 field field NOUN NN Number=Sing 4 compound 4:compound _ 4 trip trip NOUN NN Number=Sing 11 obl 11:obl:for _ 5 with with ADP IN _ 7 case 7:case _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 orchestra orchestra NOUN NN Number=Sing 4 nmod 4:nmod:with SpaceAfter=No -8 , , PUNCT , _ 11 punct 11:punct _ +8 , , PUNCT , _ 4 punct 4:punct _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 going go VERB VBG VerbForm=Ger 0 root 0:root _ 12 to to ADP IN _ 16 case 16:case _ 13 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -21537,10 +21554,10 @@ # text = Before that, we are turned loose to get dinner. 1 Before before ADP IN _ 2 case 2:case _ 2 that that PRON DT Number=Sing|PronType=Dem 6 obl 6:obl:before SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj:pass 6:nsubj:pass|7:nsubj:xsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ -6 turned turn VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ +6 turned turn VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 loose loose ADJ JJ Degree=Pos 6 xcomp 6:xcomp _ 8 to to PART TO _ 9 mark 9:mark _ 9 get get VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ @@ -21553,14 +21570,14 @@ 2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 suburban suburban ADJ JJ Degree=Pos 4 amod 4:amod _ 4 teenager teenager NOUN NN Number=Sing 10 advcl 10:advcl SpaceAfter=No -5 , , PUNCT , _ 10 punct 10:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 7-8 don't _ _ _ _ _ _ _ _ -7 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +7 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 8 n't not PART RB _ 10 advmod 10:advmod _ 9 really really ADV RB _ 10 advmod 10:advmod _ 10 know know VERB VB VerbForm=Inf 0 root 0:root _ -11 where where SCONJ WRB PronType=Int 13 mark 13:mark _ +11 where where ADV WRB PronType=Int 13 advmod 13:advmod _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 13 cheap cheap ADJ JJ Degree=Pos 10 ccomp 10:ccomp SpaceAfter=No 14 , , PUNCT , _ 15 punct 15:punct _ @@ -21571,27 +21588,27 @@ 19 to to ADP IN _ 21 case 21:case _ 20 orchestra orchestra NOUN NN Number=Sing 21 compound 21:compound _ 21 hall hall NOUN NN Number=Sing 18 obl 18:obl:to _ -22 ( ( PUNCT -LRB- _ 21 punct 21:punct SpaceAfter=No -23 220 220 NUM CD NumType=Card 26 nummod 26:nummod _ +22 ( ( PUNCT -LRB- _ 26 punct 26:punct SpaceAfter=No +23 220 220 NUM CD NumForm=Digit|NumType=Card 26 nummod 26:nummod _ 24 South South PROPN NNP Number=Sing 26 compound 26:compound _ 25 Michigan Michigan PROPN NNP Number=Sing 26 compound 26:compound _ 26 Ave Ave PROPN NNP Number=Sing 21 appos 21:appos SpaceAfter=No -27 . . PUNCT . _ 10 punct 10:punct SpaceAfter=No -28 ) ) PUNCT -RRB- _ 10 punct 10:punct _ +27 . . PUNCT . _ 26 punct 26:punct SpaceAfter=No +28 ) ) PUNCT -RRB- _ 26 punct 26:punct _ # sent_id = answers-20111107173110AA0lVuB_ans-0005 # text = Does anyone have any ideas for restaurants within walking distance where I can't get lost? 1 Does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ -2 anyone anyone PRON NN Number=Sing 3 nsubj 3:nsubj _ +2 anyone anyone PRON NN Number=Sing|PronType=Ind 3 nsubj 3:nsubj _ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ -4 any any DET DT _ 5 det 5:det _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 ideas idea NOUN NNS Number=Plur 3 obj 3:obj _ 6 for for ADP IN _ 7 case 7:case _ -7 restaurants restaurant NOUN NNS Number=Plur 5 nmod 5:nmod:for _ +7 restaurants restaurant NOUN NNS Number=Plur 5 nmod 5:nmod:for|15:obl _ 8 within within ADP IN _ 10 case 10:case _ 9 walking walking NOUN NN Number=Sing 10 compound 10:compound _ 10 distance distance NOUN NN Number=Sing 7 nmod 7:nmod:within _ -11 where where ADV WRB PronType=Rel 15 advmod 15:advmod _ +11 where where ADV WRB PronType=Rel 15 advmod 7:ref _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj|16:nsubj:xsubj _ 13-14 can't _ _ _ _ _ _ _ _ 13 ca can AUX MD VerbForm=Fin 15 aux 15:aux _ @@ -21605,7 +21622,7 @@ # text = I don't know. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 know know VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ @@ -21615,12 +21632,12 @@ 1 Maybe maybe ADV RB _ 11 advmod 11:advmod _ 2 if if SCONJ IN _ 4 mark 4:mark _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 post post VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:if _ +4 post post VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:if _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 question question NOUN NN Number=Sing 4 obj 4:obj _ 7 again again ADV RB _ 4 advmod 4:advmod SpaceAfter=No -8 , , PUNCT , _ 11 punct 11:punct _ -9 someone someone PRON NN Number=Sing 11 nsubj 11:nsubj _ +8 , , PUNCT , _ 4 punct 4:punct _ +9 someone someone PRON NN Number=Sing|PronType=Ind 11 nsubj 11:nsubj _ 10 will will AUX MD VerbForm=Fin 11 aux 11:aux _ 11 give give VERB VB VerbForm=Inf 0 root 0:root _ 12 you you PRON PRP Case=Acc|Person=2|PronType=Prs 11 iobj 11:iobj _ @@ -21648,7 +21665,7 @@ # text = I'm suppose to start a job at Cracker Barrel, but I can't risk losing the job because I have two visible tattoos on my arm. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 suppose suppose ADJ JJ Degree=Pos 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 start start VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ @@ -21669,12 +21686,12 @@ 19 job job NOUN NN Number=Sing 17 obj 17:obj _ 20 because because SCONJ IN _ 22 mark 22:mark _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -22 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:because _ -23 two two NUM CD NumType=Card 25 nummod 25:nummod _ +22 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:because _ +23 two two NUM CD NumForm=Word|NumType=Card 25 nummod 25:nummod _ 24 visible visible ADJ JJ Degree=Pos 25 amod 25:amod _ 25 tattoos tattoo NOUN NNS Number=Plur 22 obj 22:obj _ 26 on on ADP IN _ 28 case 28:case _ -27 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +27 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ 28 arm arm NOUN NN Number=Sing 22 obl 22:obl:on SpaceAfter=No 29 . . PUNCT . _ 3 punct 3:punct _ @@ -21682,9 +21699,9 @@ # text = If you know or work there could you enlighten me? 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj _ -3 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ +3 know know VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ 4 or or CCONJ CC _ 5 cc 5:cc _ -5 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:or|9:advcl:if _ +5 work work VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 conj 3:conj:or|9:advcl:if _ 6 there there ADV RB PronType=Dem 5 advmod 5:advmod _ 7 could could AUX MD VerbForm=Fin 9 aux 9:aux _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ @@ -21697,11 +21714,11 @@ # text = Why don't you phone another location and ask♥ 1 Why why ADV WRB PronType=Int 5 advmod 5:advmod _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 n't not PART RB _ 5 advmod 5:advmod _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj|9:nsubj _ 5 phone phone VERB VB VerbForm=Inf 0 root 0:root _ -6 another another DET DT _ 7 det 7:det _ +6 another another DET DT PronType=Ind 7 det 7:det _ 7 location location NOUN NN Number=Sing 5 obj 5:obj _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 ask ask VERB VB VerbForm=Inf 5 conj 5:conj:and SpaceAfter=No @@ -21712,16 +21729,16 @@ # text = I don't think they ban if the tats aren't offensive and you should make them not noticeable at the time of the interview but once you got the job there nothing they can really say if so you have a sue/case against them 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 think think VERB VB VerbForm=Inf 0 root 0:root _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -6 ban ban VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +6 ban ban VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ 7 if if SCONJ IN _ 12 mark 12:mark _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 tats tat NOUN NNS Number=Plur 12 nsubj 12:nsubj _ 10-11 aren't _ _ _ _ _ _ _ _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 n't not PART RB _ 12 advmod 12:advmod _ 12 offensive offensive ADJ JJ Degree=Pos 6 advcl 6:advcl:if _ 13 and and CCONJ CC _ 16 cc 16:cc _ @@ -21729,7 +21746,7 @@ 15 should should AUX MD VerbForm=Fin 16 aux 16:aux _ 16 make make VERB VB VerbForm=Inf 4 conj 4:conj:and _ 17 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 16 obj 16:obj|19:nsubj:xsubj _ -18 not not ADV RB _ 19 advmod 19:advmod _ +18 not not PART RB _ 19 advmod 19:advmod _ 19 noticeable noticeable ADJ JJ Degree=Pos 16 xcomp 16:xcomp _ 20 at at ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ @@ -21740,11 +21757,11 @@ 26 but but CCONJ CC _ 33 cc 33:cc _ 27 once once SCONJ IN _ 29 mark 29:mark _ 28 you you PRON PRP Case=Nom|Person=2|PronType=Prs 29 nsubj 29:nsubj _ -29 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 33 advcl 33:advcl:once _ +29 got get VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 33 advcl 33:advcl:once _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 31 job job NOUN NN Number=Sing 29 obj 29:obj _ -32 there there PRON EX _ 33 expl 33:expl _ -33 nothing nothing PRON NN Number=Sing 4 conj 4:conj:but _ +32 there there PRON EX _ 33 expl 33:expl MissingWordsAfter=is +33 nothing nothing PRON NN Number=Sing|PronType=Neg 4 conj 4:conj:but Promoted=Yes 34 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 37 nsubj 37:nsubj _ 35 can can AUX MD VerbForm=Fin 37 aux 37:aux _ 36 really really ADV RB _ 37 advmod 37:advmod _ @@ -21752,10 +21769,10 @@ 38 if if SCONJ IN _ 39 mark 39:mark _ 39 so so ADV RB _ 41 advcl 41:advcl:if _ 40 you you PRON PRP Case=Nom|Person=2|PronType=Prs 41 nsubj 41:nsubj _ -41 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 33 parataxis 33:parataxis _ +41 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 33 parataxis 33:parataxis _ 42 a a DET DT Definite=Ind|PronType=Art 43 det 43:det _ 43 sue sue NOUN NN Number=Sing 41 obj 41:obj SpaceAfter=No -44 / / PUNCT , _ 45 cc 45:cc SpaceAfter=No +44 / / SYM , _ 45 cc 45:cc SpaceAfter=No 45 case case NOUN NN Number=Sing 43 conj 41:obj|43:conj _ 46 against against ADP IN _ 47 case 47:case _ 47 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 43 nmod 43:nmod:against _ @@ -21767,7 +21784,7 @@ 1 Privacy privacy NOUN NN Number=Sing 0 root 0:root _ 2 in in ADP IN _ 3 case 3:case _ 3 kerala kerala PROPN NNP Number=Sing 1 nmod 1:nmod:in SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct SpaceAfter=No +4 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No 5 help help VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ 6 pls pls INTJ UH _ 1 discourse 1:discourse SpaceAfter=No 7 ..? ..? PUNCT . _ 1 punct 1:punct _ @@ -21775,29 +21792,29 @@ # sent_id = answers-20111108104636AAw51HV_ans-0002 # newpar id = answers-20111108104636AAw51HV_ans-p0002 # text = i need to hav sm good time spent with my gf..in kerala..in which all places in kerala shal i expect ambience and privacy for making love..pls help .thank you -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 hav have VERB VB Abbr=Yes|VerbForm=Inf 2 xcomp 2:xcomp _ 5 sm some DET DT Abbr=Yes 7 det 7:det _ 6 good good ADJ JJ Degree=Pos 7 amod 7:amod _ 7 time time NOUN NN Number=Sing 4 obj 4:obj _ -8 spent spend VERB VBN Tense=Past|VerbForm=Part 7 acl 7:acl _ +8 spent spend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl _ 9 with with ADP IN _ 11 case 11:case _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 gf gf NOUN NN Number=Sing 8 obl 8:obl:with SpaceAfter=No -12 .. .. PUNCT , _ 8 punct 8:punct SpaceAfter=No +12 .. .. PUNCT , _ 14 punct 14:punct SpaceAfter=No 13 in in ADP IN _ 14 case 14:case _ 14 kerala kerala PROPN NNP Number=Sing 8 obl 8:obl:in SpaceAfter=No -15 .. .. PUNCT , _ 2 punct 2:punct SpaceAfter=No +15 .. .. PUNCT , _ 24 punct 24:punct SpaceAfter=No 16 in in ADP IN _ 19 case 19:case _ -17 which which DET WDT PronType=Int 18 det 18:det _ -18 all all DET DT _ 19 det 19:det _ +17 which which DET WDT PronType=Int 19 det 19:det ManuallyChecked=PronType +18 all all DET DT PronType=Tot 17 det 17:det _ 19 places place NOUN NNS Number=Plur 24 obl 24:obl:in _ 20 in in ADP IN _ 21 case 21:case _ 21 kerala kerala PROPN NNP Number=Sing 19 nmod 19:nmod:in _ 22 shal shall AUX MD Abbr=Yes|VerbForm=Fin 24 aux 24:aux _ -23 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ +23 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ 24 expect expect VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ 25 ambience ambience NOUN NN Number=Sing 24 obj 24:obj _ 26 and and CCONJ CC _ 27 cc 27:cc _ @@ -21805,11 +21822,11 @@ 28 for for SCONJ IN _ 29 mark 29:mark _ 29 making make VERB VBG VerbForm=Ger 25 acl 25:acl:for _ 30 love love NOUN NN Number=Sing 29 obj 29:obj SpaceAfter=No -31 .. .. PUNCT . _ 2 punct 2:punct SpaceAfter=No +31 .. .. PUNCT . _ 33 punct 33:punct SpaceAfter=No 32 pls pls INTJ UH _ 33 discourse 33:discourse _ 33 help help VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis _ 34 . . PUNCT . _ 2 punct 2:punct SpaceAfter=No -35 thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +35 thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 36 you you PRON PRP Case=Nom|Person=2|PronType=Prs 35 obj 35:obj _ # sent_id = answers-20111108104636AAw51HV_ans-0003 @@ -21832,11 +21849,11 @@ 15 in in ADP IN _ 16 case 16:case _ 16 kollam kollam PROPN NNP Number=Sing 14 nmod 14:nmod:in _ 17 @ @ SYM SYM _ 19 case 19:case _ -18 da the DET DT Abbr=Yes 19 det 19:det _ -19 syd side NOUN NN Abbr=Yes|Number=Sing 14 nmod 14:nmod _ -20 f of ADP IN Abbr=Yes 22 case 22:case _ +18 da the DET DT Abbr=Yes 19 det 19:det CorrectForm=the +19 syd side NOUN NN Abbr=Yes|Number=Sing 14 nmod 14:nmod CorrectForm=side +20 f of ADP IN Abbr=Yes 22 case 22:case CorrectForm=of 21 Ashtamudi Ashtamudi PROPN NNP Number=Sing 22 compound 22:compound _ -22 Lake Lake PROPN NNP Number=Sing 19 nmod 19:nmod:f _ +22 Lake Lake PROPN NNP Number=Sing 19 nmod 19:nmod:of _ 23 in in ADP IN _ 24 case 24:case _ 24 kollam kollam PROPN NNP Number=Sing 22 nmod 22:nmod:in _ @@ -21853,9 +21870,9 @@ 8 for for ADP IN _ 9 case 9:case _ 9 you you PRON PRP Case=Acc|Person=2|PronType=Prs 7 nmod 7:nmod:for SpaceAfter=No 10 , , PUNCT , _ 13 punct 13:punct _ -11 all all DET PDT _ 13 det:predet 13:det:predet _ +11 all all DET PDT PronType=Tot 13 det:predet 13:det:predet _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -13 best best ADJ JJS Degree=Sup 7 parataxis 7:parataxis SpaceAfter=No +13 best good ADJ JJS Degree=Sup 7 parataxis 7:parataxis SpaceAfter=No 14 !!! !!! PUNCT . _ 13 punct 13:punct _ # sent_id = answers-20111108104636AAw51HV_ans-0005 @@ -21863,12 +21880,12 @@ # text = Try Varkala, its a ammazing and is by the beach. 1 Try try VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 Varkala Varkala PROPN NNP Number=Sing 1 obj 1:obj SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 7 punct 7:punct _ 4-5 its _ _ _ _ _ _ _ _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj|12:nsubj _ -5 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ -6 a a X XX _ 7 reparandum 7:reparandum _ -7 ammazing amazing ADJ JJ Degree=Pos|Typo=Yes 1 parataxis 1:parataxis _ +5 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 7 cop 7:cop CorrectForm='s +6 a a X GW _ 7 reparandum 7:reparandum _ +7 ammazing amazing ADJ JJ Degree=Pos|Typo=Yes 1 parataxis 1:parataxis CorrectForm=amazing 8 and and CCONJ CC _ 12 cc 12:cc _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 10 by by ADP IN _ 12 case 12:case _ @@ -21879,17 +21896,17 @@ # sent_id = answers-20111108104636AAw51HV_ans-0006 # text = People are open minded thr since the place is frequented by Firangs. 1 People people NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 open open ADJ JJ Degree=Pos 4 amod 4:amod _ 4 minded minded ADJ JJ Degree=Pos 0 root 0:root _ -5 thr thr ADV RB _ 4 advmod 4:advmod _ +5 thr there ADV RB Typo=Yes 4 advmod 4:advmod CorrectForm=there 6 since since SCONJ IN _ 10 mark 10:mark _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 place place NOUN NN Number=Sing 10 nsubj:pass 10:nsubj:pass _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ 10 frequented frequent VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 advcl 4:advcl:since _ 11 by by ADP IN _ 12 case 12:case _ -12 Firangs Firangs PROPN NNPS Number=Plur 10 obl 10:obl:by SpaceAfter=No +12 Firangs Firang PROPN NNPS Number=Plur 10 obl:agent 10:obl:agent SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ # newdoc id = answers-20111108102531AAqeDhx_ans @@ -21897,7 +21914,7 @@ # newpar id = answers-20111108102531AAqeDhx_ans-p0001 # text = I have a male and female cockatiel, and there are 2 eggs in the bottom of the cage, will they hatch? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 4 male male ADJ JJ Degree=Pos 7 amod 7:amod _ 5 and and CCONJ CC _ 6 cc 6:cc _ @@ -21906,8 +21923,8 @@ 8 , , PUNCT , _ 11 punct 11:punct _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 there there PRON EX _ 11 expl 11:expl _ -11 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ -12 2 2 NUM CD NumType=Card 13 nummod 13:nummod _ +11 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +12 2 2 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 13 eggs egg NOUN NNS Number=Plur 11 nsubj 11:nsubj _ 14 in in ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -21924,10 +21941,10 @@ # sent_id = answers-20111108102531AAqeDhx_ans-0002 # newpar id = answers-20111108102531AAqeDhx_ans-p0002 # text = Most likely not, if there is not a bird sitting on the eggs. -1 Most most ADV RBS _ 2 advmod 2:advmod _ +1 Most most ADV RBS Degree=Sup 2 advmod 2:advmod _ 2 likely likely ADV RB _ 3 advmod 3:advmod _ -3 not not PART RB _ 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +3 not not PART RB _ 0 root 0:root Promoted=Yes|SpaceAfter=No +4 , , PUNCT , _ 7 punct 7:punct _ 5 if if SCONJ IN _ 7 mark 7:mark _ 6 there there PRON EX _ 7 expl 7:expl _ 7 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ @@ -21966,12 +21983,12 @@ 1 Just just ADV RB _ 4 advmod 4:advmod _ 2 because because SCONJ IN _ 4 mark 4:mark _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:because _ +4 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:because _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 male male NOUN NN Number=Sing 4 obj 4:obj _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 female female NOUN NN Number=Sing 6 conj 4:obj|6:conj:and SpaceAfter=No -9 , , PUNCT , _ 14 punct 14:punct _ +9 , , PUNCT , _ 4 punct 4:punct _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj:pass 14:nsubj:pass _ 11-12 cannot _ _ _ _ _ _ _ _ 11 can can AUX MD VerbForm=Fin 14 aux 14:aux _ @@ -21979,8 +21996,8 @@ 13 be be AUX VB VerbForm=Inf 14 aux:pass 14:aux:pass _ 14 guaranteed guarantee VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -16 two two NUM CD NumType=Card 17 nsubj 17:nsubj _ -17 mated mate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 ccomp 14:ccomp SpaceAfter=No +16 two two NUM CD NumForm=Word|NumType=Card 17 nsubj 17:nsubj _ +17 mated mate VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 14 ccomp 14:ccomp SpaceAfter=No 18 . . PUNCT . _ 14 punct 14:punct _ # sent_id = answers-20111108102531AAqeDhx_ans-0006 @@ -22007,15 +22024,15 @@ # text = If you see a dark spot in the egg, that means it is fertilized and will hatch if cared for properly. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ +3 see see VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 dark dark ADJ JJ Degree=Pos 6 amod 6:amod _ 6 spot spot NOUN NN Number=Sing 3 obj 3:obj _ 7 in in ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 egg egg NOUN NN Number=Sing 3 obl 3:obl:in SpaceAfter=No -10 , , PUNCT , _ 12 punct 12:punct _ -11 that that PRON WDT PronType=Dem 12 nsubj 12:nsubj _ +10 , , PUNCT , _ 3 punct 3:punct _ +11 that that PRON DT Number=Sing|PronType=Dem 12 nsubj 12:nsubj _ 12 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj|18:nsubj _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ @@ -22024,7 +22041,7 @@ 17 will will AUX MD VerbForm=Fin 18 aux 18:aux _ 18 hatch hatch VERB VB VerbForm=Inf 15 conj 12:ccomp|15:conj:and _ 19 if if SCONJ IN _ 20 mark 20:mark _ -20 cared care VERB VBN Tense=Past|VerbForm=Part 18 advcl 18:advcl:if _ +20 cared care VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 advcl 18:advcl:if _ 21 for for ADP IN _ 20 obl 20:obl _ 22 properly properly ADV RB _ 20 advmod 20:advmod SpaceAfter=No 23 . . PUNCT . _ 12 punct 12:punct _ @@ -22043,7 +22060,7 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 city city NOUN NN Number=Sing 5 nsubj:pass 5:nsubj:pass|6:nsubj:xsubj _ -5 called call VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +5 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 Miramar Miramar PROPN NNP Number=Sing 5 xcomp 5:xcomp SpaceAfter=No 7 ? ? PUNCT . _ 5 punct 5:punct _ @@ -22052,7 +22069,7 @@ # text = I'm not sure about the origin of the name but they are a lot of different cities with different and unique names like Miramar so it's just a name. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 sure sure ADJ JJ Degree=Pos 0 root 0:root _ 5 about about ADP IN _ 7 case 7:case _ @@ -22062,8 +22079,8 @@ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 name name NOUN NN Number=Sing 7 nmod 7:nmod:of _ 11 but but CCONJ CC _ 13 cc 13:cc _ -12 they there PRON EX Typo=Yes 13 expl 13:expl _ -13 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ +12 they there PRON EX Typo=Yes 13 expl 13:expl CorrectForm=there +13 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 lot lot NOUN NN Number=Sing 13 nsubj 13:nsubj _ 16 of of ADP IN _ 18 case 18:case _ @@ -22094,28 +22111,28 @@ 3 lots lot NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 4 of of ADP IN _ 5 case 5:case _ 5 towns town NOUN NNS Number=Plur 3 nmod 3:nmod:of _ -6 called call VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +6 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 7 Miramar Miramar PROPN NNP Number=Sing 6 xcomp 6:xcomp SpaceAfter=No -8 , , PUNCT , _ 2 punct 2:punct _ +8 , , PUNCT , _ 11 punct 11:punct _ 9-10 it'd _ _ _ _ _ _ _ _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 10 'd would AUX MD VerbForm=Fin 11 aux 11:aux _ 11 help help VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ -12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det SpaceAfter=No +12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det CorrectSpaceAfter=Yes|SpaceAfter=No 13 lot lot NOUN NN Number=Sing 11 obl:npmod 11:obl:npmod _ 14 if if SCONJ IN _ 16 mark 16:mark _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -16 listed list VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:if _ +16 listed list VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:if _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 18 state state NOUN NN Number=Sing 16 obj 16:obj _ 19 or or CCONJ CC _ 21 cc 21:cc _ -20 some some DET DT _ 21 det 21:det _ +20 some some DET DT PronType=Ind 21 det 21:det _ 21 sort sort NOUN NN Number=Sing 18 conj 16:obj|18:conj:or _ 22 of of ADP IN _ 23 case 23:case _ 23 context context NOUN NN Number=Sing 21 nmod 21:nmod:of _ 24-25 you're _ _ _ _ _ _ _ _ 24 you you PRON PRP Case=Nom|Person=2|PronType=Prs 26 nsubj 26:nsubj _ -25 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ +25 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ 26 looking look VERB VBG Tense=Pres|VerbForm=Part 23 acl:relcl 23:acl:relcl _ 27 for for ADP IN _ 28 case 28:case _ 28 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 26 obl 26:obl:for _ @@ -22127,7 +22144,7 @@ 1-2 Here's _ _ _ _ _ _ _ _ 1 Here here ADV RB PronType=Dem 0 root 0:root _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -3 two two NUM CD NumType=Card 4 nummod 4:nummod _ +3 two two NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 examples example NOUN NNS Number=Plur 1 nsubj 1:nsubj SpaceAfter=No 5 : : PUNCT : _ 1 punct 1:punct _ @@ -22140,7 +22157,7 @@ 4 Miramar Miramar PROPN NNP Number=Sing 2 nsubj 2:nsubj _ 5 in in ADP IN _ 6 case 6:case _ 6 Florida Florida PROPN NNP Number=Sing 2 obl 2:obl:in SpaceAfter=No -7 , , PUNCT , _ 2 punct 2:punct _ +7 , , PUNCT , _ 9 punct 9:punct _ 8 just just ADV RB _ 9 advmod 9:advmod _ 9 north north ADV RB _ 2 advmod 2:advmod _ 10 of of ADP IN _ 11 case 11:case _ @@ -22157,7 +22174,7 @@ 5 Miramar Miramar PROPN NNP Number=Sing 2 nsubj 2:nsubj _ 6 in in ADP IN _ 7 case 7:case _ 7 California California PROPN NNP Number=Sing 5 nmod 5:nmod:in SpaceAfter=No -8 , , PUNCT , _ 5 punct 5:punct _ +8 , , PUNCT , _ 10 punct 10:punct _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 site site NOUN NN Number=Sing 5 appos 5:appos _ 11 of of ADP IN _ 17 case 17:case _ @@ -22195,75 +22212,75 @@ # text = ok well i have a crush on 2 guys but unforchunitly it is almost valentines day afnd i just broke up with my and i have dated one of theguys i like and one guy lives in my naborhood guy i need your help i am a girl but i need a guys help what shoul i do? 1 ok ok INTJ UH _ 4 discourse 4:discourse _ 2 well well INTJ UH _ 4 discourse 4:discourse _ -3 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +4 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 crush crush NOUN NN Number=Sing 4 obj 4:obj _ 7 on on ADP IN _ 9 case 9:case _ -8 2 2 NUM CD NumType=Card 9 nummod 9:nummod _ +8 2 2 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 guys guy NOUN NNS Number=Plur 6 nmod 6:nmod:on _ 10 but but CCONJ CC _ 17 cc 17:cc _ -11 unforchunitly unfortunately ADV RB _ 17 advmod 17:advmod _ +11 unforchunitly unfortunately ADV RB Typo=Yes 17 advmod 17:advmod CorrectForm=unfortunately 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 14 almost almost ADV RB _ 17 advmod 17:advmod _ 15-16 valentines _ _ _ _ _ _ _ _ 15 valentine valentine PROPN NNP Number=Sing 17 nmod:poss 17:nmod:poss _ -16 s 's PART POS _ 15 case 15:case _ +16 s 's PART POS Typo=Yes 15 case 15:case CorrectForm='s 17 day day NOUN NN Number=Sing 4 conj 4:conj:but _ -18 afnd and CCONJ CC _ 21 cc 21:cc _ -19 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ +18 afnd and CCONJ CC Typo=Yes 21 cc 21:cc CorrectForm=and +19 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ 20 just just ADV RB _ 21 advmod 21:advmod _ -21 broke break VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 conj 17:conj:afnd _ +21 broke break VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 17 conj 17:conj:and _ 22 up up ADP RP _ 21 compound:prt 21:compound:prt _ 23 with with ADP IN _ 24 case 24:case _ -24 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 obl 21:obl:with _ +24 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 obl 21:obl:with _ 25 and and CCONJ CC _ 28 cc 28:cc _ -26 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 28 nsubj 28:nsubj _ -27 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ +26 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 28 nsubj 28:nsubj _ +27 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ 28 dated date VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and _ -29 one one NUM CD NumType=Card 28 obj 28:obj _ +29 one one NUM CD NumForm=Word|NumType=Card 28 obj 28:obj _ 30 of of ADP IN _ 32 case 32:case _ -31 the the DET DT Definite=Def|PronType=Art 32 det 32:det SpaceAfter=No +31 the the DET DT Definite=Def|PronType=Art 32 det 32:det CorrectSpaceAfter=Yes|SpaceAfter=No 32 guys guy NOUN NNS Number=Plur 29 nmod 29:nmod:of _ -33 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 34 nsubj 34:nsubj _ -34 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 32 acl:relcl 32:acl:relcl _ +33 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 34 nsubj 34:nsubj _ +34 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 32 acl:relcl 32:acl:relcl _ 35 and and CCONJ CC _ 38 cc 38:cc _ -36 one one NUM CD NumType=Card 37 nummod 37:nummod _ +36 one one NUM CD NumForm=Word|NumType=Card 37 nummod 37:nummod _ 37 guy guy NOUN NN Number=Sing 38 nsubj 38:nsubj _ 38 lives live VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 conj 28:conj:and _ 39 in in ADP IN _ 41 case 41:case _ -40 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 41 nmod:poss 41:nmod:poss _ -41 naborhood neighborhood NOUN NN Number=Sing 38 obl 38:obl:in _ +40 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 41 nmod:poss 41:nmod:poss _ +41 naborhood neighborhood NOUN NN Number=Sing|Typo=Yes 38 obl 38:obl:in CorrectForm=neighborhood 42 guy guy NOUN NN Number=Sing 44 vocative 44:vocative _ -43 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 44 nsubj 44:nsubj _ -44 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ -45 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 46 nmod:poss 46:nmod:poss _ +43 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 44 nsubj 44:nsubj _ +44 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ +45 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 46 nmod:poss 46:nmod:poss _ 46 help help NOUN NN Number=Sing 44 obj 44:obj _ -47 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 50 nsubj 50:nsubj _ +47 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 50 nsubj 50:nsubj _ 48 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 50 cop 50:cop _ 49 a a DET DT Definite=Ind|PronType=Art 50 det 50:det _ 50 girl girl NOUN NN Number=Sing 44 parataxis 44:parataxis _ 51 but but CCONJ CC _ 53 cc 53:cc _ -52 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 53 nsubj 53:nsubj _ -53 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 50 conj 50:conj:but _ +52 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 53 nsubj 53:nsubj _ +53 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 50 conj 50:conj:but _ 54 a a DET DT Definite=Ind|PronType=Art 55 det 55:det _ 55-56 guys _ _ _ _ _ _ _ _ 55 guy guy NOUN NN Number=Sing 57 nmod:poss 57:nmod:poss _ -56 s 's PART POS _ 55 case 55:case _ +56 s 's PART POS Typo=Yes 55 case 55:case CorrectForm='s 57 help help NOUN NN Number=Sing 53 obj 53:obj _ 58 what what PRON WP PronType=Int 61 obj 61:obj _ -59 shoul should AUX MD VerbForm=Fin 61 aux 61:aux _ -60 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 61 nsubj 61:nsubj _ +59 shoul should AUX MD Typo=Yes|VerbForm=Fin 61 aux 61:aux CorrectForm=should +60 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 61 nsubj 61:nsubj _ 61 do do VERB VB VerbForm=Inf 4 parataxis 4:parataxis SpaceAfter=No 62 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20090205181308AAZghOH_ans-0003 # text = amd i like 2 guys -1 amd and CCONJ CC Typo=Yes 3 cc 3:cc _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 2 2 NUM CD NumType=Card 5 nummod 5:nummod _ +1 amd and CCONJ CC Typo=Yes 3 cc 3:cc CorrectForm=and +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +3 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 2 2 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 guys guy NOUN NNS Number=Plur 3 obj 3:obj _ # sent_id = answers-20090205181308AAZghOH_ans-0004 @@ -22271,18 +22288,18 @@ # text = well id just come straight out and tell them how you feel 1 well well INTJ UH _ 5 discourse 5:discourse _ 2-3 id _ _ _ _ _ _ _ _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|9:nsubj _ -3 d would AUX MD VerbForm=Fin 5 aux 5:aux _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|9:nsubj _ +3 d would AUX MD Typo=Yes|VerbForm=Fin 5 aux 5:aux CorrectForm='d 4 just just ADV RB _ 5 advmod 5:advmod _ 5 come come VERB VB VerbForm=Inf 0 root 0:root _ 6 straight straight ADV RB _ 7 advmod 7:advmod _ 7 out out ADV RB _ 5 advmod 5:advmod _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 tell tell VERB VB VerbForm=Inf 5 conj 5:conj:and _ -10 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 9 obj 9:obj _ -11 how how SCONJ WRB PronType=Int 13 mark 13:mark _ +10 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 9 iobj 9:iobj _ +11 how how ADV WRB PronType=Int 13 advmod 13:advmod _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ -13 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ +13 feel feel VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ # sent_id = answers-20090205181308AAZghOH_ans-0005 # text = it may sound like a bad idea @@ -22313,24 +22330,26 @@ 2 saying say VERB VBG VerbForm=Ger 0 root 0:root _ 3 most most ADJ JJS Degree=Sup 4 amod 4:amod _ 4 men man NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -5 suck suck VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +5 suck suck VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 6 ! ! PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20090205181308AAZghOH_ans-0008 # text = whose better looking ? -1 who who PRON WP PronType=Int 4 nsubj 4:nsubj SpaceAfter=No -2 se be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ -3 better better ADV RBR Degree=Cmp 4 advmod 4:advmod _ -4 looking look ADJ VBG Degree=Pos 0 root 0:root _ +1-2 whose _ _ _ _ _ _ _ _ +1 who who PRON WP PronType=Int 4 nsubj 4:nsubj _ +2 se be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 4 cop 4:cop CorrectForm='s +3 better well ADV RBR Degree=Cmp 4 advmod 4:advmod _ +4 looking looking ADJ JJ Degree=Pos 0 root 0:root _ 5 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20090205181308AAZghOH_ans-0009 # text = cant decide ask friends -1 can can AUX MD VerbForm=Fin 3 aux 3:aux SpaceAfter=No -2 t not PART RB _ 3 advmod 3:advmod _ +1-2 cant _ _ _ _ _ _ _ _ +1 ca can AUX MD VerbForm=Fin 3 aux 3:aux _ +2 nt not PART RB Typo=Yes 3 advmod 3:advmod CorrectForm=n't 3 decide decide VERB VB VerbForm=Inf 0 root 0:root _ 4 ask ask VERB VB Mood=Imp|VerbForm=Fin 3 parataxis 3:parataxis _ -5 friends friend NOUN NNS Number=Plur 4 obj 4:obj _ +5 friends friend NOUN NNS Number=Plur 4 iobj 4:iobj _ # sent_id = answers-20090205181308AAZghOH_ans-0010 # text = good luck @@ -22361,16 +22380,16 @@ # sent_id = answers-20111108024148AAO8oFI_ans-0003 # text = because i have read that there are times its not available. 1 because because SCONJ IN _ 4 mark 4:mark _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 read read VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 that that SCONJ IN _ 7 mark 7:mark _ 6 there there PRON EX _ 7 expl 7:expl _ -7 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +7 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ 8 times time NOUN NNS Number=Plur 7 nsubj 7:nsubj _ 9-10 its _ _ _ _ _ _ _ _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -10 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +10 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 12 cop 12:cop CorrectForm='s 11 not not PART RB _ 12 advmod 12:advmod _ 12 available available ADJ JJ Degree=Pos 8 acl:relcl 8:acl:relcl SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ @@ -22380,7 +22399,7 @@ 1 if if SCONJ IN _ 5 mark 5:mark _ 2-3 its _ _ _ _ _ _ _ _ 2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -3 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 5 cop 5:cop CorrectForm='s 4 not not PART RB _ 5 advmod 5:advmod _ 5 available available ADJ JJ Degree=Pos 6 advcl 6:advcl:if _ 6 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ @@ -22389,15 +22408,15 @@ 9 alternative alternative NOUN NN Number=Sing 6 nsubj 6:nsubj _ 10 to to PART TO _ 11 mark 11:mark _ 11 store store VERB VB VerbForm=Inf 9 acl 9:acl:to _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 luggage luggage NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 14 ? ? PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111108024148AAO8oFI_ans-0005 # text = im traveling to lourdes for a day 1-2 im _ _ _ _ _ _ _ _ -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 m be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +2 m be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 3 aux 3:aux CorrectForm='m 3 traveling travel VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 to to ADP IN _ 5 case 5:case _ 5 lourdes lourdes PROPN NNP Number=Sing 3 obl 3:obl:to _ @@ -22420,7 +22439,7 @@ 1 Yes yes INTJ UH _ 8 discourse 8:discourse _ 2 storage storage NOUN NN Number=Sing 8 nsubj 8:nsubj _ 3 for for ADP IN _ 5 case 5:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 luggages luggage NOUN NNS Number=Plur 2 nmod 2:nmod:for _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 still still ADV RB _ 8 advmod 8:advmod _ @@ -22434,26 +22453,27 @@ # text = Pay attention, altough there are automatic storage, you can only pay with coins (they're now installing some where you'll be able to pay with credit card, but it's sporadic now. 1 Pay pay VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 attention attention NOUN NN Number=Sing 1 obj 1:obj SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 altough although SCONJ IN Typo=Yes 6 mark 6:mark _ +3 , , PUNCT , _ 13 punct 13:punct _ +4 altough although SCONJ IN Typo=Yes 6 mark 6:mark CorrectForm=although 5 there there PRON EX _ 6 expl 6:expl _ -6 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:altough _ +6 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:although _ 7 automatic automatic ADJ JJ Degree=Pos 8 amod 8:amod _ 8 storage storage NOUN NN Number=Sing 6 nsubj 6:nsubj SpaceAfter=No -9 , , PUNCT , _ 13 punct 13:punct _ +9 , , PUNCT , _ 6 punct 6:punct _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ 11 can can AUX MD VerbForm=Fin 13 aux 13:aux _ 12 only only ADV RB _ 13 advmod 13:advmod _ 13 pay pay VERB VB VerbForm=Inf 1 parataxis 1:parataxis _ 14 with with ADP IN _ 15 case 15:case _ 15 coins coin NOUN NNS Number=Plur 13 obl 13:obl:with _ -16 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No -17 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj SpaceAfter=No -18 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +16 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No +17-18 they're _ _ _ _ _ _ _ _ +17 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj _ +18 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 19 now now ADV RB _ 20 advmod 20:advmod _ 20 installing install VERB VBG Tense=Pres|VerbForm=Part 13 parataxis 13:parataxis _ -21 some some DET DT _ 20 obj 20:obj _ -22 where where SCONJ WRB PronType=Rel 26 mark 26:mark _ +21 some some DET DT PronType=Ind 20 obj 20:obj|28:obl _ +22 where where ADV WRB PronType=Rel 26 advmod 21:ref _ 23-24 you'll _ _ _ _ _ _ _ _ 23 you you PRON PRP Case=Nom|Person=2|PronType=Prs 26 nsubj 26:nsubj|28:nsubj:xsubj _ 24 'll will AUX MD VerbForm=Fin 26 aux 26:aux _ @@ -22476,68 +22496,68 @@ # sent_id = answers-20111108024148AAO8oFI_ans-0010 # text = Price:3,40 Euros, 5 Euros or 7,5 Euros (1) for a 72 heures lenght. 1 Price price NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct SpaceAfter=No -3 3,40 3,40 NUM CD NumType=Card 4 nummod 4:nummod _ +2 : : PUNCT : _ 4 punct 4:punct SpaceAfter=No +3 3,40 3.40 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 Euros euro NOUN NNS Number=Plur 1 appos 1:appos SpaceAfter=No 5 , , PUNCT , _ 7 punct 7:punct _ -6 5 5 NUM CD NumType=Card 7 nummod 7:nummod _ +6 5 5 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 Euros euro NOUN NNS Number=Plur 4 conj 1:appos|4:conj:or _ 8 or or CCONJ CC _ 10 cc 10:cc _ -9 7,5 7,5 NUM CD NumType=Card 10 nummod 10:nummod _ +9 7,5 7.5 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 Euros euro NOUN NNS Number=Plur 4 conj 1:appos|4:conj:or _ 11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -12 1 1 X LS _ 4 dep 4:dep SpaceAfter=No +12 1 1 NUM LS NumForm=Digit|NumType=Card 4 dep 4:dep SpaceAfter=No 13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 14 for for ADP IN _ 18 case 18:case _ 15 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ -16 72 72 NUM CD NumType=Card 17 nummod 17:nummod _ +16 72 72 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod _ 17 heures heure NOUN NNS Number=Plur 18 compound 18:compound _ -18 lenght lenght NOUN NN Number=Sing 4 nmod 4:nmod:for SpaceAfter=No +18 lenght length NOUN NN Number=Sing|Typo=Yes 4 nmod 4:nmod:for CorrectForm=length|SpaceAfter=No 19 . . PUNCT . _ 1 punct 1:punct _ # newdoc id = answers-20111108110008AA7xHnL_ans # sent_id = answers-20111108110008AA7xHnL_ans-0001 # newpar id = answers-20111108110008AA7xHnL_ans-p0001 # text = i wanna meet girls from san francisco i am from mexico? -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ 2-3 wanna _ _ _ _ _ _ _ _ -2 wan want VERB VBP Abbr=Yes|Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 wan want VERB VBP Abbr=Yes|Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 na to PART TO Abbr=Yes 4 mark 4:mark _ 4 meet meet VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 girls girl NOUN NNS Number=Plur 4 obj 4:obj _ 6 from from ADP IN _ 8 case 8:case _ -7 san san PROPN NNP Number=Sing 8 compound 8:compound _ -8 francisco francisco PROPN NNP Number=Sing 5 nmod 5:nmod:from _ -9 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ +7 san San PROPN NNP Number=Sing 8 compound 8:compound _ +8 francisco Francisco PROPN NNP Number=Sing 5 nmod 5:nmod:from _ +9 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 10 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 from from ADP IN _ 12 case 12:case _ -12 mexico mexico PROPN NNP Number=Sing 2 parataxis 2:parataxis SpaceAfter=No +12 mexico Mexico PROPN NNP Number=Sing 2 parataxis 2:parataxis SpaceAfter=No 13 ? ? PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108110008AA7xHnL_ans-0002 # newpar id = answers-20111108110008AA7xHnL_ans-p0002 # text = i am from mexico traveling to san francisco california one week i wanna meet american girls there where i can find them? -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|5:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|5:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 from from ADP IN _ 4 case 4:case _ -4 mexico mexico PROPN NNP Number=Sing 0 root 0:root _ +4 mexico Mexico PROPN NNP Number=Sing 0 root 0:root _ 5 traveling travel VERB VBG VerbForm=Ger 4 conj 4:conj _ 6 to to ADP IN _ 9 case 9:case _ -7 san san PROPN NNP Number=Sing 9 compound 9:compound _ -8 francisco francisco PROPN NNP Number=Sing 9 compound 9:compound _ -9 california california PROPN NNP Number=Sing 5 obl 5:obl:to _ -10 one one NUM CD NumType=Card 11 nummod 11:nummod _ +7 san San PROPN NNP Number=Sing 9 compound 9:compound _ +8 francisco Francisco PROPN NNP Number=Sing 9 compound 9:compound _ +9 california California PROPN NNP Number=Sing 5 obl 5:obl:to _ +10 one one NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 11 week week NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ -12 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ +12 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ 13-14 wanna _ _ _ _ _ _ _ _ -13 wan want VERB VBP Abbr=Yes|Mood=Ind|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ +13 wan want VERB VBP Abbr=Yes|Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ 14 na to PART TO Abbr=Yes 15 mark 15:mark _ 15 meet meet VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ -16 american american ADJ JJ Degree=Pos 17 amod 17:amod _ +16 american American ADJ JJ Degree=Pos 17 amod 17:amod _ 17 girls girl NOUN NNS Number=Plur 15 obj 15:obj _ 18 there there ADV RB PronType=Dem 15 advmod 15:advmod _ 19 where where ADV WRB PronType=Int 22 advmod 22:advmod _ -20 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ +20 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ 21 can can AUX MD VerbForm=Fin 22 aux 22:aux _ 22 find find VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ 23 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 22 obj 22:obj SpaceAfter=No @@ -22546,7 +22566,7 @@ # sent_id = answers-20111108110008AA7xHnL_ans-0003 # text = they r open mind for talk? 1 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 r be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 r be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 4 cop 4:cop CorrectForm='re 3 open open ADJ JJ Degree=Pos 4 amod 4:amod _ 4 mind mind NOUN NN Number=Sing 0 root 0:root _ 5 for for ADP IN _ 6 case 6:case _ @@ -22561,9 +22581,9 @@ 4 to to ADP IN _ 5 case 5:case _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obl 3:obl:to _ 6 if if SCONJ IN _ 9 mark 9:mark _ -7 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ +7 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 8 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ -9 mexican mexican ADJ JJ Degree=Pos 3 advcl 3:advcl:if SpaceAfter=No +9 mexican Mexican ADJ JJ Degree=Pos 3 advcl 3:advcl:if SpaceAfter=No 10 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108110008AA7xHnL_ans-0005 @@ -22572,7 +22592,7 @@ 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 2 can can AUX MD VerbForm=Fin 3 aux 3:aux _ 3 find find VERB VB VerbForm=Inf 0 root 0:root _ -4 American american ADJ JJ Degree=Pos 5 amod 5:amod _ +4 American American ADJ JJ Degree=Pos 5 amod 5:amod _ 5 girls girl NOUN NNS Number=Plur 3 obj 3:obj _ 6 all all ADV RB _ 9 advmod 9:advmod _ 7 over over ADP IN _ 9 case 9:case _ @@ -22586,11 +22606,11 @@ 2 long long ADV RB Degree=Pos 16 advmod 16:advmod _ 3 as as SCONJ IN _ 7 mark 7:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj|9:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +5 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -7 gentleman gentleman NOUN NN Number=Sing 1 advcl 1:advcl:as _ +7 gentleman gentleman NOUN NN Number=Sing 2 advcl 2:advcl:as _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 treat treat VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 conj 1:advcl:as|7:conj:and _ +9 treat treat VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 conj 1:advcl:as|7:conj:and _ 10 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 9 obj 9:obj _ 11 with with ADP IN _ 12 case 12:case _ 12 respect respect NOUN NN Number=Sing 9 obl 9:obl:with _ @@ -22599,23 +22619,23 @@ 14 wo will AUX MD VerbForm=Fin 16 aux 16:aux _ 15 n't not PART RB _ 16 advmod 16:advmod _ 16 have have VERB VB VerbForm=Inf 0 root 0:root _ -17 any any DET DT _ 18 det 18:det _ +17 any any DET DT PronType=Ind 18 det 18:det _ 18 problem problem NOUN NN Number=Sing 16 obj 16:obj _ 19 talking talk VERB VBG VerbForm=Ger 16 advcl 16:advcl _ 20 with with ADP IN _ 21 case 21:case _ 21 you you PRON PRP Case=Acc|Person=2|PronType=Prs 19 obl 19:obl:with _ 22 and and CCONJ CC _ 26 cc 26:cc _ -23 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +23 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 nationality nationality NOUN NN Number=Sing 26 nsubj 26:nsubj _ 25 will will AUX MD VerbForm=Fin 26 aux 26:aux _ 26 have have VERB VB VerbForm=Inf 16 conj 16:conj:and _ -27 nothing nothing PRON NN Number=Sing 26 obj 26:obj _ +27 nothing nothing PRON NN Number=Sing|PronType=Neg 26 obj 26:obj _ 28 to to PART TO _ 29 mark 29:mark _ 29 do do VERB VB VerbForm=Inf 27 acl 27:acl:to _ 30 with with SCONJ IN _ 33 mark 33:mark _ -31 how how SCONJ WRB PronType=Int 33 mark 33:mark _ +31 how how ADV WRB PronType=Int 33 advmod 33:advmod _ 32 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 33 nsubj 33:nsubj _ -33 treat treat VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 29 advcl 29:advcl:with _ +33 treat treat VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 29 advcl 29:advcl:with _ 34 you you PRON PRP Case=Acc|Person=2|PronType=Prs 33 obj 33:obj SpaceAfter=No 35 . . PUNCT . _ 16 punct 16:punct _ @@ -22627,21 +22647,21 @@ 3 LA LA PROPN NNP Number=Sing 1 obl 1:obl:to _ 4 after after ADP IN _ 6 case 6:case _ 5 say say INTJ UH _ 6 discourse 6:discourse _ -6 11:00 11:00 NUM CD NumType=Card 1 obl 1:obl:after _ +6 11:00 11:00 NUM CD NumForm=Digit|NumType=Card 1 obl 1:obl:after _ 7 search search VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 street street NOUN NN Number=Sing 10 compound 10:compound _ 10 corners corner NOUN NNS Number=Plur 7 obj 7:obj _ 11 btw btw ADV RB _ 12 advmod 12:advmod _ 12 keep keep VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ -13 ur ur PRON PRP$ _ 14 nmod:poss 14:nmod:poss _ +13 ur your PRON PRP$ Abbr=Yes|Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss CorrectForm=your 14 wallet wallet NOUN NN Number=Sing 12 obj 12:obj|15:nsubj:xsubj _ -15 locked lock VERB VBN Tense=Past|VerbForm=Part 12 xcomp 12:xcomp _ +15 locked lock VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 xcomp 12:xcomp _ 16 up up ADP RP _ 15 compound:prt 15:compound:prt _ 17 and and CCONJ CC _ 18 cc 18:cc _ 18 have have VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ 19 $ $ SYM $ _ 18 obj 18:obj SpaceAfter=No -20 200 200 NUM CD NumType=Card 19 nummod 19:nummod _ +20 200 200 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod _ 21 on on ADP IN _ 22 case 22:case _ 22 hand hand NOUN NN Number=Sing 18 obl 18:obl:on _ 23 have have VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ @@ -22660,7 +22680,7 @@ 2 to to ADP IN _ 3 case 3:case _ 3 Fiji Fiji PROPN NNP Number=Sing 1 obl 1:obl:to _ 4 and and CCONJ CC _ 8 cc 8:cc _ -5 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ +5 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 6-7 cannot _ _ _ _ _ _ _ _ 6 can can AUX MD VerbForm=Fin 8 aux 8:aux _ 7 not not PART RB _ 8 advmod 8:advmod _ @@ -22671,12 +22691,12 @@ # newpar id = answers-20111107203006AA9ojw8_ans-p0002 # text = After my last day in Sydney, I will be going to Fiji before heading back to the states. 1 After after ADP IN _ 4 case 4:case _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 3 last last ADJ JJ Degree=Pos 4 amod 4:amod _ 4 day day NOUN NN Number=Sing 11 obl 11:obl:after _ 5 in in ADP IN _ 6 case 6:case _ 6 Sydney Sydney PROPN NNP Number=Sing 4 nmod 4:nmod:in SpaceAfter=No -7 , , PUNCT , _ 11 punct 11:punct _ +7 , , PUNCT , _ 4 punct 4:punct _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 9 will will AUX MD VerbForm=Fin 11 aux 11:aux _ 10 be be AUX VB VerbForm=Inf 11 aux 11:aux _ @@ -22688,7 +22708,7 @@ 16 back back ADV RB _ 15 advmod 15:advmod _ 17 to to ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -19 states states PROPN NNP Number=Sing 16 obl 16:obl:to SpaceAfter=No +19 states State PROPN NNPS Number=Plur 16 obl 16:obl:to SpaceAfter=No 20 . . PUNCT . _ 11 punct 11:punct _ # sent_id = answers-20111107203006AA9ojw8_ans-0003 @@ -22699,12 +22719,12 @@ 4 in in ADP IN _ 5 case 5:case _ 5 Fiji Fiji PROPN NNP Number=Sing 3 obl 3:obl:in _ 6 for for ADP IN _ 8 case 8:case _ -7 four four NUM CD NumType=Card 8 nummod 8:nummod _ +7 four four NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 8 nights night NOUN NNS Number=Plur 3 obl 3:obl:for _ # sent_id = answers-20111107203006AA9ojw8_ans-0004 # text = 1) what islad of Fiji is a good island that is not TOO far from the main airpart in Fiji. -1 1 1 X LS _ 4 nummod 4:nummod SpaceAfter=No +1 1 1 NUM LS NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No 2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ 3 what what DET WDT PronType=Int 4 det 4:det _ 4 islad islad NOUN NN Number=Sing 0 root 0:root _ @@ -22718,7 +22738,7 @@ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 13 not not PART RB _ 15 advmod 15:advmod _ 14 TOO too ADV RB _ 15 advmod 15:advmod _ -15 far far ADV RB Degree=Pos 10 acl:relcl 10:acl:relcl _ +15 far far ADV RB _ 10 acl:relcl 10:acl:relcl _ 16 from from ADP IN _ 19 case 19:case _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 18 main main ADJ JJ Degree=Pos 19 amod 19:amod _ @@ -22740,13 +22760,13 @@ 9 instead instead ADV RB _ 11 mark 11:mark _ 10 of of SCONJ IN _ 9 fixed 9:fixed _ 11 taking take VERB VBG VerbForm=Ger 8 acl 8:acl:instead_of _ -12 another another DET DT _ 14 det 14:det _ +12 another another DET DT PronType=Ind 14 det 14:det _ 13 plane plane NOUN NN Number=Sing 14 compound 14:compound _ 14 ride ride NOUN NN Number=Sing 11 obj 11:obj _ # sent_id = answers-20111107203006AA9ojw8_ans-0006 # text = 2) I would like to say on a island with an a) all inclusive resort (if possible), and a beach front room -1 2 2 X LS _ 5 nummod 5:nummod SpaceAfter=No +1 2 2 NUM LS NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No 2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ 4 would would AUX MD VerbForm=Fin 5 aux 5:aux _ @@ -22758,7 +22778,7 @@ 10 island island NOUN NN Number=Sing 7 obl 7:obl:on _ 11 with with ADP IN _ 17 case 17:case _ 12 an a DET DT Definite=Ind|PronType=Art 17 det 17:det _ -13 a a X LS _ 17 nummod 17:nummod SpaceAfter=No +13 a a NUM LS _ 17 nummod 17:nummod SpaceAfter=No 14 ) ) PUNCT -RRB- _ 13 punct 13:punct _ 15 all all ADV RB _ 16 advmod 16:advmod _ 16 inclusive inclusive ADJ JJ Degree=Pos 17 amod 17:amod _ @@ -22776,19 +22796,19 @@ # sent_id = answers-20111107203006AA9ojw8_ans-0007 # text = 3) also want an island where I can do fun activities, rainforest is a must -1 3 3 X LS _ 4 nummod 4:nummod SpaceAfter=No +1 3 3 NUM LS NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No 2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ 3 also also ADV RB _ 4 advmod 4:advmod _ -4 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 an a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -6 island island NOUN NN Number=Sing 4 obj 4:obj _ -7 where where SCONJ WRB PronType=Rel 10 mark 10:mark _ +6 island island NOUN NN Number=Sing 4 obj 4:obj|10:obl _ +7 where where ADV WRB PronType=Rel 10 advmod 6:ref _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 9 can can AUX MD VerbForm=Fin 10 aux 10:aux _ 10 do do VERB VB VerbForm=Inf 6 acl:relcl 6:acl:relcl _ 11 fun fun ADJ JJ Degree=Pos 12 amod 12:amod _ 12 activities activity NOUN NNS Number=Plur 10 obj 10:obj SpaceAfter=No -13 , , PUNCT , _ 4 punct 4:punct _ +13 , , PUNCT , _ 17 punct 17:punct _ 14 rainforest rainforest NOUN NN Number=Sing 17 nsubj 17:nsubj _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 16 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ @@ -22798,7 +22818,7 @@ # newpar id = answers-20111107203006AA9ojw8_ans-p0003 # text = you need to bring me next time 1 you you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 bring bring VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obj 4:obj _ @@ -22818,7 +22838,7 @@ 7 should should AUX MD VerbForm=Fin 8 aux 8:aux _ 8 book book VERB VB VerbForm=Inf 0 root 0:root _ 9 an a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -10 earlier earlier ADJ JJR Degree=Cmp 11 amod 11:amod _ +10 earlier early ADJ JJR Degree=Cmp 11 amod 11:amod _ 11 flight flight NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No 12 . . PUNCT . _ 8 punct 8:punct _ @@ -22832,14 +22852,14 @@ 4 get get VERB VB VerbForm=Inf 0 root 0:root _ 5 morcillas morcilla NOUN NNS Number=Plur 4 obj 4:obj _ 6 in in ADP IN _ 8 case 8:case _ -7 tampa tampa PROPN NNP Number=Sing 8 compound 8:compound _ -8 bay bay PROPN NNP Number=Sing 4 obl 4:obl:in _ -9 , , PUNCT , _ 4 punct 4:punct _ +7 tampa Tampa PROPN NNP Number=Sing 8 compound 8:compound _ +8 bay Bay PROPN NNP Number=Sing 4 obl 4:obl:in _ +9 , , PUNCT , _ 12 punct 12:punct _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 11 will will AUX MD VerbForm=Fin 12 aux 12:aux _ 12 like like VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -14 argentinian argentinian ADJ JJ Degree=Pos 15 amod 15:amod _ +14 argentinian Argentinian ADJ JJ Degree=Pos 15 amod 15:amod _ 15 type type NOUN NN Number=Sing 12 obj 12:obj _ 16 , , PUNCT , _ 21 punct 21:punct _ 17 but but CCONJ CC _ 21 cc 21:cc _ @@ -22847,7 +22867,7 @@ 19 will will AUX MD VerbForm=Fin 21 aux 21:aux _ 20 to to PART TO _ 21 mark 21:mark _ 21 try try VERB VB VerbForm=Inf 12 conj 12:conj:but _ -22 anothers another NOUN NNS Number=Plur 21 obj 21:obj _ +22 anothers another DET DT PronType=Ind|Typo=Yes 21 obj 21:obj CorrectForm=another 23 please please INTJ UH _ 21 discourse 21:discourse SpaceAfter=No 24 ? ? PUNCT . _ 4 punct 4:punct _ @@ -22855,7 +22875,7 @@ # newpar id = answers-20070404104007AAY1Chs_ans-p0002 # text = I searched all over the internet, but I could not find one place in Tampa Bay that sells morcillas, also known as blood pudding, black pudding and blood sausages. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 searched search VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 searched search VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 all all ADV RB _ 6 advmod 6:advmod _ 4 over over ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -22866,7 +22886,7 @@ 10 could could AUX MD VerbForm=Fin 12 aux 12:aux _ 11 not not PART RB _ 12 advmod 12:advmod _ 12 find find VERB VB VerbForm=Inf 2 conj 2:conj:but _ -13 one one NUM CD NumType=Card 14 nummod 14:nummod _ +13 one one NUM CD NumForm=Word|NumType=Card 14 nummod 14:nummod _ 14 place place NOUN NN Number=Sing 12 obj 12:obj|19:nsubj _ 15 in in ADP IN _ 17 case 17:case _ 16 Tampa Tampa PROPN NNP Number=Sing 17 compound 17:compound _ @@ -22874,9 +22894,9 @@ 18 that that PRON WDT PronType=Rel 19 nsubj 14:ref _ 19 sells sell VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ 20 morcillas morcilla NOUN NNS Number=Plur 19 obj 19:obj SpaceAfter=No -21 , , PUNCT , _ 20 punct 20:punct _ +21 , , PUNCT , _ 23 punct 23:punct _ 22 also also ADV RB _ 23 advmod 23:advmod _ -23 known know VERB VBN Tense=Past|VerbForm=Part 20 acl 20:acl _ +23 known know VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 acl 20:acl _ 24 as as ADP IN _ 26 case 26:case _ 25 blood blood NOUN NN Number=Sing 26 compound 26:compound _ 26 pudding pudding NOUN NN Number=Sing 23 obl 23:obl:as SpaceAfter=No @@ -22891,10 +22911,10 @@ # sent_id = answers-20070404104007AAY1Chs_ans-0003 # text = I learned that morcillas are basically impossible to find all across the North American region. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 learned learn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 learned learn VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 7 mark 7:mark _ 4 morcillas morcilla NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 basically basically ADV RB _ 7 advmod 7:advmod _ 7 impossible impossible ADJ JJ Degree=Pos 2 ccomp 2:ccomp _ 8 to to PART TO _ 9 mark 9:mark _ @@ -22902,8 +22922,8 @@ 10 all all ADV RB _ 15 advmod 15:advmod _ 11 across across ADP IN _ 15 case 15:case _ 12 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -13 North North PROPN NNP Number=Sing 14 amod 14:amod _ -14 American American PROPN NNP Number=Sing 15 amod 15:amod _ +13 North North ADJ NNP Degree=Pos 14 amod 14:amod _ +14 American American ADJ NNP Degree=Pos 15 amod 15:amod _ 15 region region NOUN NN Number=Sing 7 obl 7:obl:across SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ @@ -22911,21 +22931,21 @@ # text = But I did find this website, www.igourmet.com, where they sell all types of sausages, including blood sausages! 1 But but CCONJ CC _ 4 cc 4:cc _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +3 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 4 find find VERB VB VerbForm=Inf 0 root 0:root _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ -6 website website NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +6 website website NOUN NN Number=Sing 4 obj 4:obj|12:obl SpaceAfter=No +7 , , PUNCT , _ 8 punct 8:punct _ 8 www.igourmet.com www.igourmet.com X ADD _ 6 appos 6:appos SpaceAfter=No -9 , , PUNCT , _ 6 punct 6:punct _ -10 where where SCONJ WRB PronType=Rel 12 mark 12:mark _ +9 , , PUNCT , _ 12 punct 12:punct _ +10 where where ADV WRB PronType=Rel 12 advmod 6:ref _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 sell sell VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ -13 all all DET DT _ 14 det 14:det _ +12 sell sell VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +13 all all DET DT PronType=Tot 14 det 14:det _ 14 types type NOUN NNS Number=Plur 12 obj 12:obj _ 15 of of ADP IN _ 16 case 16:case _ 16 sausages sausage NOUN NNS Number=Plur 14 nmod 14:nmod:of SpaceAfter=No -17 , , PUNCT , _ 14 punct 14:punct _ +17 , , PUNCT , _ 20 punct 20:punct _ 18 including include VERB VBG VerbForm=Ger 20 case 20:case _ 19 blood blood NOUN NN Number=Sing 20 compound 20:compound _ 20 sausages sausage NOUN NNS Number=Plur 14 nmod 14:nmod:including SpaceAfter=No @@ -22942,7 +22962,7 @@ 7 bottom bottom NOUN NN Number=Sing 4 nmod 4:nmod:at _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 buy buy VERB VB Mood=Imp|VerbForm=Fin 2 conj 2:conj:and _ -10 some some DET DT _ 12 det 12:det _ +10 some some DET DT PronType=Ind 12 det 12:det _ 11 blood blood NOUN NN Number=Sing 12 compound 12:compound _ 12 sausages sausage NOUN NNS Number=Plur 9 obj 9:obj SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ @@ -22963,34 +22983,34 @@ # text = I don't know, and it is because I don't like them, do you know that, morcillas is coagulated blood from animals, ewww 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 know know VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ -6 and and CCONJ CC _ 8 cc 8:cc _ -7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +5 , , PUNCT , _ 13 punct 13:punct _ +6 and and CCONJ CC _ 13 cc 13:cc _ +7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj:outer 13:nsubj:outer _ +8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 9 because because SCONJ IN _ 13 mark 13:mark _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 11-12 don't _ _ _ _ _ _ _ _ -11 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +11 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 n't not PART RB _ 13 advmod 13:advmod _ -13 like like VERB VB VerbForm=Inf 8 advcl 8:advcl:because _ +13 like like VERB VB VerbForm=Inf 4 conj 4:conj:and _ 14 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 13 obj 13:obj SpaceAfter=No -15 , , PUNCT , _ 4 punct 4:punct _ -16 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ +15 , , PUNCT , _ 18 punct 18:punct _ +16 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ 18 know know VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ 19 that that SCONJ IN _ 24 mark 24:mark SpaceAfter=No -20 , , PUNCT , _ 24 punct 24:punct _ +20 , , PUNCT , _ 19 punct 19:punct _ 21 morcillas morcilla NOUN NNS Number=Plur 24 nsubj 24:nsubj _ 22 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ 23 coagulated coagulated ADJ JJ Degree=Pos 24 amod 24:amod _ 24 blood blood NOUN NN Number=Sing 18 ccomp 18:ccomp _ 25 from from ADP IN _ 26 case 26:case _ 26 animals animal NOUN NNS Number=Plur 24 nmod 24:nmod:from SpaceAfter=No -27 , , PUNCT , _ 24 punct 24:punct _ -28 ewww ewww INTJ UH _ 24 discourse 24:discourse _ +27 , , PUNCT , _ 28 punct 28:punct _ +28 ewww ew INTJ UH Style=Expr 24 discourse 24:discourse CorrectForm=ew # newdoc id = answers-20111108093942AAYF9Dn_ans # sent_id = answers-20111108093942AAYF9Dn_ans-0001 @@ -22998,7 +23018,7 @@ # text = Is there any kind of public transport available between noida and greater noida? 1 Is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 there there PRON EX _ 1 expl 1:expl _ -3 any any DET DT _ 4 det 4:det _ +3 any any DET DT PronType=Ind 4 det 4:det _ 4 kind kind NOUN NN Number=Sing 1 nsubj 1:nsubj _ 5 of of ADP IN _ 7 case 7:case _ 6 public public ADJ JJ Degree=Pos 7 amod 7:amod _ @@ -23007,7 +23027,7 @@ 9 between between ADP IN _ 10 case 10:case _ 10 noida noida PROPN NNP Number=Sing 4 nmod 4:nmod:between _ 11 and and CCONJ CC _ 13 cc 13:cc _ -12 greater greater PROPN NNP Number=Sing 13 compound 13:compound _ +12 greater great ADJ NNP Degree=Cmp 13 amod 13:amod _ 13 noida noida PROPN NNP Number=Sing 10 conj 4:nmod:between|10:conj:and SpaceAfter=No 14 ? ? PUNCT . _ 1 punct 1:punct _ @@ -23015,23 +23035,23 @@ # newpar id = answers-20111108093942AAYF9Dn_ans-p0002 # text = UP Roadways buses ply frequently between Sector-37 crossing in Noida and Kasna in Greater Noida, passing through Pari Chowk. 1 UP UP PROPN NNP Number=Sing 2 compound 2:compound _ -2 Roadways Roadways PROPN NNP Number=Sing 3 compound 3:compound _ +2 Roadways Roadway PROPN NNPS Number=Plur 3 compound 3:compound _ 3 buses bus NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 ply ply VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 ply ply VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 frequently frequently ADV RB _ 4 advmod 4:advmod _ 6 between between ADP IN _ 10 case 10:case _ 7 Sector Sector PROPN NNP Number=Sing 10 compound 10:compound SpaceAfter=No -8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No -9 37 37 NUM CD NumType=Card 7 nummod 7:nummod _ +8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +9 37 37 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 10 crossing crossing NOUN NN Number=Sing 4 obl 4:obl:between _ 11 in in ADP IN _ 12 case 12:case _ -12 Noida Noida PROPN NNP Number=Sing 10 obl 10:obl:in _ +12 Noida Noida PROPN NNP Number=Sing 10 nmod 10:nmod:in _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 Kasna Kasna PROPN NNP Number=Sing 10 conj 4:obl:between|10:conj:and _ 15 in in ADP IN _ 17 case 17:case _ -16 Greater Greater PROPN NNP Number=Sing 17 compound 17:compound _ +16 Greater Great ADJ NNP Degree=Cmp 17 amod 17:amod _ 17 Noida Noida PROPN NNP Number=Sing 14 nmod 14:nmod:in SpaceAfter=No -18 , , PUNCT , _ 10 punct 10:punct _ +18 , , PUNCT , _ 19 punct 19:punct _ 19 passing pass VERB VBG VerbForm=Ger 4 advcl 4:advcl _ 20 through through ADP IN _ 22 case 22:case _ 21 Pari Pari PROPN NNP Number=Sing 22 compound 22:compound _ @@ -23044,16 +23064,16 @@ 2 from from ADP IN _ 3 case 3:case _ 3 these this PRON DT Number=Plur|PronType=Dem 1 obl 1:obl:from _ 4 there there PRON EX _ 5 expl 5:expl _ -5 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 numerous numerous ADJ JJ Degree=Pos 7 amod 7:amod _ 7 cabs cab NOUN NNS Number=Plur 5 nsubj 5:nsubj|9:nsubj _ 8 that that PRON WDT PronType=Rel 9 nsubj 7:ref _ -9 ferry ferry VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +9 ferry ferry VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 10 passengers passenger NOUN NNS Number=Plur 9 obj 9:obj _ 11 between between ADP IN _ 15 case 15:case _ 12 Sector Sector PROPN NNP Number=Sing 15 compound 15:compound SpaceAfter=No -13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No -14 37 37 NUM CD NumType=Card 12 nummod 12:nummod _ +13 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +14 37 37 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 15 crossing crossing NOUN NN Number=Sing 9 obl 9:obl:between _ 16 and and CCONJ CC _ 18 cc 18:cc _ 17 Pari Pari PROPN NNP Number=Sing 18 compound 18:compound _ @@ -23088,7 +23108,7 @@ # text = Yes dear, You can find lots of public transport options between Noida to Greater Noida. 1 Yes yes INTJ UH _ 6 discourse 6:discourse _ 2 dear dear NOUN NN Number=Sing 6 vocative 6:vocative SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 You you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 5 can can AUX MD VerbForm=Fin 6 aux 6:aux _ 6 find find VERB VB VerbForm=Inf 0 root 0:root _ @@ -23100,14 +23120,14 @@ 12 between between ADP IN _ 13 case 13:case _ 13 Noida Noida PROPN NNP Number=Sing 11 nmod 11:nmod:between _ 14 to to ADP IN _ 16 case 16:case _ -15 Greater Greater PROPN NNP Number=Sing 16 compound 16:compound _ +15 Greater Great ADJ NNP Degree=Cmp 16 amod 16:amod _ 16 Noida Noida PROPN NNP Number=Sing 13 nmod 13:nmod:to SpaceAfter=No 17 . . PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111108093942AAYF9Dn_ans-0008 # text = There are UP Govt. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 UP UP PROPN NNP Number=Sing 4 compound 4:compound _ 4 Govt Govt PROPN NNP Number=Sing 2 nsubj 2:nsubj SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ @@ -23117,23 +23137,23 @@ 1 Buses bus NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 2 , , PUNCT , _ 4 punct 4:punct _ 3 DTC DTC PROPN NNP Number=Sing 4 compound 4:compound _ -4 Buses Buses PROPN NNPS Number=Plur 1 conj 1:conj SpaceAfter=No +4 Buses Bus PROPN NNPS Number=Plur 1 conj 1:conj SpaceAfter=No 5 , , PUNCT , _ 8 punct 8:punct _ 6 Call Call PROPN NNP Number=Sing 7 compound 7:compound _ 7 Center Center PROPN NNP Number=Sing 8 compound 8:compound _ -8 Cabs Cabs PROPN NNPS Number=Plur 1 conj 1:conj SpaceAfter=No +8 Cabs Cab PROPN NNPS Number=Plur 1 conj 1:conj SpaceAfter=No 9 , , PUNCT , _ 13 punct 13:punct _ 10 Private private ADJ JJ Degree=Pos 13 amod 13:amod _ 11 white white ADJ JJ Degree=Pos 12 amod 12:amod _ 12 line line NOUN NN Number=Sing 13 compound 13:compound _ 13 buses bus NOUN NNS Number=Plur 1 conj 1:conj _ -14 most most ADV RBS _ 15 advmod 15:advmod _ +14 most most ADV RBS Degree=Sup 15 advmod 15:advmod _ 15 frequently frequently ADV RB _ 16 advmod 16:advmod _ 16 running run VERB VBG VerbForm=Ger 13 acl 13:acl _ 17 between between ADP IN _ 18 case 18:case _ 18 Noida Noida PROPN NNP Number=Sing 16 obl 16:obl:between _ 19 and and CCONJ CC _ 21 cc 21:cc _ -20 Greater Greater PROPN NNP Number=Sing 21 compound 21:compound _ +20 Greater Great ADJ NNP Degree=Cmp 21 amod 21:amod _ 21 Noida Noida PROPN NNP Number=Sing 18 conj 16:obl:between|18:conj:and SpaceAfter=No 22 . . PUNCT . _ 1 punct 1:punct _ @@ -23144,22 +23164,22 @@ 3 find find VERB VB VerbForm=Inf 0 root 0:root _ 4 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 3 obj 3:obj _ 5 From from ADP IN _ 8 case 8:case _ -6 Indian Indian PROPN NNP Number=Sing 8 compound 8:compound _ +6 Indian Indian ADJ NNP Degree=Pos 8 amod 8:amod _ 7 Oil Oil PROPN NNP Number=Sing 8 compound 8:compound _ 8 Building Building PROPN NNP Number=Sing 3 obl 3:obl:from SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 Sector Sector PROPN NNP Number=Sing 8 appos 8:appos _ -11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No -12 37 37 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No -13 , , PUNCT , _ 8 punct 8:punct _ +11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +12 37 37 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No +13 , , PUNCT , _ 16 punct 16:punct _ 14 Taj Taj PROPN NNP Number=Sing 16 compound 16:compound _ -15 Express Express PROPN NNP Number=Sing 16 compound 16:compound _ +15 Express Express ADJ NNP Degree=Pos 16 amod 16:amod _ 16 Road Road PROPN NNP Number=Sing 8 appos 8:appos SpaceAfter=No -17 ( ( PUNCT -LRB- _ 8 punct 8:punct _ +17 ( ( PUNCT -LRB- _ 19 punct 19:punct _ 18 Bus Bus PROPN NNP Number=Sing 19 compound 19:compound _ -19 Stops Stops PROPN NNPS Number=Plur 8 appos 8:appos SpaceAfter=No -20 ) ) PUNCT -RRB- _ 8 punct 8:punct _ -21 etc. etc. X FW _ 8 advmod 8:advmod _ +19 Stops Stop PROPN NNPS Number=Plur 8 appos 8:appos SpaceAfter=No +20 ) ) PUNCT -RRB- _ 19 punct 19:punct _ +21 etc. etc. NOUN FW Abbr=Yes|Number=Plur 8 conj 8:conj _ # sent_id = answers-20111108093942AAYF9Dn_ans-0011 # text = Thanks, @@ -23176,14 +23196,14 @@ 4 get get VERB VB VerbForm=Inf 0 root 0:root _ 5 wifi wifi NOUN NN Number=Sing 4 obj 4:obj _ 6 anywhere anywhere ADV RB _ 4 advmod 4:advmod _ -7 24 24 NUM CD NumType=Card 9 nummod 9:nummod SpaceAfter=No -8 / / PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No -9 7 7 NUM CD NumType=Card 4 obl:tmod 4:obl:tmod _ +7 24 24 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod SpaceAfter=No +8 / / PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +9 7 7 NUM CD NumForm=Digit|NumType=Card 4 obl:tmod 4:obl:tmod _ 10 on on ADP IN _ 15 case 15:case _ -11 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +11 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 12 apple apple PROPN NNP Number=Sing 15 compound 15:compound _ 13 ipod ipod PROPN NNP Number=Sing 15 compound 15:compound _ -14 8 8 NUM CD NumType=Card 15 nummod 15:nummod SpaceAfter=No +14 8 8 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod SpaceAfter=No 15 gb gb NOUN NN Number=Sing 4 obl 4:obl:on SpaceAfter=No 16 ? ? PUNCT . _ 4 punct 4:punct _ @@ -23191,43 +23211,43 @@ # newpar id = answers-20111108081748AAkQhGe_ans-p0002 # text = I have wifi at my house, but thats just at my house...is there anyway i can buy some card to make the ipod itself have wifi? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 wifi wifi NOUN NN Number=Sing 2 obj 2:obj _ 4 at at ADP IN _ 6 case 6:case _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 house house NOUN NN Number=Sing 2 obl 2:obl:at SpaceAfter=No 7 , , PUNCT , _ 10 punct 10:punct _ 8 but but CCONJ CC _ 10 cc 10:cc _ 9-10 thats _ _ _ _ _ _ _ _ 9 that that PRON DT Number=Sing|PronType=Dem 10 nsubj 10:nsubj _ -10 s be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ +10 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 2 conj 2:conj:but CorrectForm='s 11 just just ADV RB _ 10 advmod 10:advmod _ 12 at at ADP IN _ 14 case 14:case _ -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 house house NOUN NN Number=Sing 10 obl 10:obl:at SpaceAfter=No -15 ... ... PUNCT , _ 2 punct 2:punct SpaceAfter=No +15 ... ... PUNCT , _ 16 punct 16:punct SpaceAfter=No 16 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 17 there there PRON EX _ 16 expl 16:expl _ -18 any any DET DT _ 19 det 19:det SpaceAfter=No +18 any any DET DT PronType=Ind 19 det 19:det CorrectSpaceAfter=Yes|SpaceAfter=No 19 way way NOUN NN Number=Sing 16 nsubj 16:nsubj _ -20 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ +20 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ 21 can can AUX MD VerbForm=Fin 22 aux 22:aux _ 22 buy buy VERB VB VerbForm=Inf 19 acl:relcl 19:acl:relcl _ -23 some some DET DT _ 24 det 24:det _ +23 some some DET DT PronType=Ind 24 det 24:det _ 24 card card NOUN NN Number=Sing 22 obj 22:obj _ 25 to to PART TO _ 26 mark 26:mark _ 26 make make VERB VB VerbForm=Inf 22 advcl 22:advcl:to _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 ipod ipod PROPN NNP Number=Sing 26 obj 26:obj|30:nsubj:xsubj _ -29 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs|Reflex=Yes 28 nmod:npmod 28:nmod:npmod _ +29 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Emp|Reflex=Yes 28 nmod:npmod 28:nmod:npmod _ 30 have have VERB VB VerbForm=Inf 26 xcomp 26:xcomp _ 31 wifi wifi NOUN NN Number=Sing 30 obj 30:obj SpaceAfter=No 32 ? ? PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108081748AAkQhGe_ans-0003 # text = i want to be able to use it in my car, out n about etc...i guess like an iphone, but thats later on and ,i know what they are so no suggestions on just goin out to buy one im talking about right now just for an ipod??. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|5:nsubj:xsubj|7:nsubj:xsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|5:nsubj:xsubj|7:nsubj:xsubj _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 5 mark 5:mark _ 4 be be AUX VB VerbForm=Inf 5 cop 5:cop _ 5 able able ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ @@ -23235,46 +23255,46 @@ 7 use use VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj _ 9 in in ADP IN _ 11 case 11:case _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 car car NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No 12 , , PUNCT , _ 13 punct 13:punct _ 13 out out ADV RB _ 11 conj 7:obl:in|11:conj _ 14 n and CCONJ CC Abbr=Yes 15 cc 15:cc _ -15 about about ADV RB _ 13 conj 13:conj:n _ -16 etc etc X FW _ 11 conj 7:obl:in|11:conj SpaceAfter=No -17 ... ... PUNCT , _ 2 punct 2:punct SpaceAfter=No -18 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -19 guess guess VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +15 about about ADV RB _ 13 conj 13:conj:and _ +16 etc etc. NOUN FW Abbr=Yes|Number=Plur 11 conj 7:obl:in|11:conj SpaceAfter=No +17 ... ... PUNCT , _ 19 punct 19:punct SpaceAfter=No +18 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ +19 guess guess VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 20 like like ADP IN _ 22 case 22:case _ 21 an a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 22 iphone iphone NOUN NN Number=Sing 19 obl 19:obl:like SpaceAfter=No -23 , , PUNCT , _ 26 punct 26:punct _ -24 but but CCONJ CC _ 26 cc 26:cc _ +23 , , PUNCT , _ 27 punct 27:punct _ +24 but but CCONJ CC _ 27 cc 27:cc _ 25-26 thats _ _ _ _ _ _ _ _ -25 that that PRON DT Number=Sing|PronType=Dem 26 nsubj 26:nsubj _ -26 s be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 conj 19:obl:like|22:conj:but _ -27 later later ADV RBR Degree=Cmp 28 obj 28:obj _ -28 on on ADV RB _ 26 advmod 26:advmod _ +25 that that PRON DT Number=Sing|PronType=Dem 27 nsubj 27:nsubj _ +26 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 27 cop 27:cop CorrectForm='s +27 later late ADV RBR Degree=Cmp 22 conj 19:obl:like|22:conj:but _ +28 on on ADV RB _ 27 advmod 27:advmod _ 29 and and CCONJ CC _ 32 cc 32:cc _ -30 , , PUNCT , _ 32 punct 32:punct SpaceAfter=No -31 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 32 nsubj 32:nsubj _ -32 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 conj 26:conj:and _ +30 , , PUNCT , _ 29 punct 29:punct SpaceAfter=No +31 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 32 nsubj 32:nsubj _ +32 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 26 conj 26:conj:and _ 33 what what PRON WP PronType=Int 32 ccomp 32:ccomp _ 34 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 33 nsubj 33:nsubj _ -35 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 33 cop 33:cop _ +35 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 33 cop 33:cop _ 36 so so ADV RB _ 38 advmod 38:advmod _ -37 no no DET DT _ 38 det 38:det _ -38 suggestions suggestion NOUN NNS Number=Plur 26 advcl 26:advcl _ +37 no no DET DT PronType=Neg 38 det 38:det _ +38 suggestions suggestion NOUN NNS Number=Plur 27 parataxis 27:parataxis _ 39 on on SCONJ IN _ 41 mark 41:mark _ 40 just just ADV RB _ 41 advmod 41:advmod _ -41 goin goin VERB VBG VerbForm=Ger 38 acl 38:acl:on _ +41 goin go VERB VBG Abbr=Yes|Style=Vrnc|VerbForm=Ger 38 acl 38:acl:on _ 42 out out ADV RB _ 41 advmod 41:advmod _ 43 to to PART TO _ 44 mark 44:mark _ 44 buy buy VERB VB VerbForm=Inf 41 advcl 41:advcl:to _ -45 one one NUM CD NumType=Card 44 obj 44:obj _ +45 one one NUM CD NumForm=Word|NumType=Card 44 obj 44:obj _ 46-47 im _ _ _ _ _ _ _ _ -46 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 48 nsubj 48:nsubj _ -47 m be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 48 aux 48:aux _ +46 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 48 nsubj 48:nsubj _ +47 m be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 48 aux 48:aux CorrectForm='m 48 talking talk VERB VBG Tense=Pres|VerbForm=Part 38 parataxis 38:parataxis _ 49 about about ADP IN _ 51 case 51:case _ 50 right right ADV RB _ 51 advmod 51:advmod _ @@ -23290,7 +23310,7 @@ # text = You gotta get an iPhone for 3G...only way...actually there is a thing that you pay for monthly that gets wifi from satellite and you can connect to it anywhere but you have to Cary it with you 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ 2-3 gotta _ _ _ _ _ _ _ _ -2 got get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 got get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 ta to PART TO Abbr=Yes 4 mark 4:mark _ 4 get get VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 an a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -23300,7 +23320,7 @@ 9 ... ... PUNCT , _ 11 punct 11:punct SpaceAfter=No 10 only only ADV RB _ 11 advmod 11:advmod _ 11 way way NOUN NN Number=Sing 2 parataxis 2:parataxis SpaceAfter=No -12 ... ... PUNCT , _ 11 punct 11:punct SpaceAfter=No +12 ... ... PUNCT , _ 15 punct 15:punct SpaceAfter=No 13 actually actually ADV RB _ 15 advmod 15:advmod _ 14 there there PRON EX _ 15 expl 15:expl _ 15 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 parataxis 11:parataxis _ @@ -23308,7 +23328,7 @@ 17 thing thing NOUN NN Number=Sing 15 nsubj 15:nsubj|20:obl|24:nsubj _ 18 that that PRON WDT PronType=Rel 20 obl 17:ref _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj _ -20 pay pay VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ +20 pay pay VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ 21 for for ADP IN _ 18 case 18:case _ 22 monthly monthly ADV RB _ 20 advmod 20:advmod _ 23 that that PRON WDT PronType=Rel 24 nsubj 17:ref _ @@ -23325,7 +23345,7 @@ 34 anywhere anywhere ADV RB _ 31 advmod 31:advmod _ 35 but but CCONJ CC _ 37 cc 37:cc _ 36 you you PRON PRP Case=Nom|Person=2|PronType=Prs 37 nsubj 37:nsubj|39:nsubj:xsubj _ -37 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 conj 17:acl:relcl|24:conj:and _ +37 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 24 conj 17:acl:relcl|24:conj:and _ 38 to to PART TO _ 39 mark 39:mark _ 39 Cary cary VERB VB VerbForm=Inf 37 xcomp 37:xcomp _ 40 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 39 obj 39:obj _ @@ -23337,8 +23357,8 @@ # newpar id = answers-20111107115952AAqfsHV_ans-p0001 # text = how are vietnam and Afghanistan alike? 1 how how ADV WRB PronType=Int 6 advmod 6:advmod _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -3 vietnam vietnam PROPN NNP Number=Sing 6 nsubj 6:nsubj _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +3 vietnam Vietnam PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 Afghanistan Afghanistan PROPN NNP Number=Sing 3 conj 3:conj:and|6:nsubj _ 6 alike alike ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No @@ -23354,17 +23374,17 @@ # newpar id = answers-20111107115952AAqfsHV_ans-p0002 # text = i'm doing a report on how afghanistan and Vietam are different and alike. 1-2 i'm _ _ _ _ _ _ _ _ -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 doing do VERB VBG VerbForm=Ger 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 report report NOUN NN Number=Sing 3 obj 3:obj _ 6 on on SCONJ IN _ 12 mark 12:mark _ -7 how how SCONJ WRB PronType=Int 12 mark 12:mark _ -8 afghanistan afghanistan PROPN NNP Number=Sing 12 nsubj 12:nsubj|14:nsubj _ +7 how how ADV WRB PronType=Int 12 advmod 12:advmod _ +8 afghanistan Afghanistan PROPN NNP Number=Sing 12 nsubj 12:nsubj|14:nsubj _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 Vietam Vietam PROPN NNP Number=Sing 8 conj 8:conj:and|12:nsubj _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 12 different different ADJ JJ Degree=Pos 5 acl 5:acl:on _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 alike alike ADJ JJ Degree=Pos 12 conj 5:acl:on|12:conj:and SpaceAfter=No @@ -23373,40 +23393,40 @@ # sent_id = answers-20111107115952AAqfsHV_ans-0004 # text = ive been on the internet for 3 hours but so far i've got nothing. 1-2 ive _ _ _ _ _ _ _ _ -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -2 ve have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ +2 ve have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 6 aux 6:aux CorrectForm='ve 3 been be AUX VBN Tense=Past|VerbForm=Part 6 cop 6:cop _ 4 on on ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 internet internet NOUN NN Number=Sing 0 root 0:root _ 7 for for ADP IN _ 9 case 9:case _ -8 3 3 NUM CD NumType=Card 9 nummod 9:nummod _ +8 3 3 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 hours hour NOUN NNS Number=Plur 6 obl 6:obl:for _ 10 but but CCONJ CC _ 15 cc 15:cc _ 11 so so ADV RB _ 12 advmod 12:advmod _ 12 far far ADV RB Degree=Pos 15 advmod 15:advmod _ 13-14 i've _ _ _ _ _ _ _ _ -13 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -14 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +13 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ +14 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 15 got get VERB VBN Tense=Past|VerbForm=Part 6 conj 6:conj:but _ -16 nothing nothing PRON NN Number=Sing 15 obj 15:obj SpaceAfter=No +16 nothing nothing PRON NN Number=Sing|PronType=Neg 15 obj 15:obj SpaceAfter=No 17 . . PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111107115952AAqfsHV_ans-0005 # text = i need to know how they are different and alike in these area's -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 know know VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 how how SCONJ WRB PronType=Int 8 mark 8:mark _ +5 how how ADV WRB PronType=Int 8 advmod 8:advmod _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj|10:nsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 different different ADJ JJ Degree=Pos 4 ccomp 4:ccomp _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 alike alike ADJ JJ Degree=Pos 8 conj 4:ccomp|8:conj:and _ 11 in in ADP IN _ 13 case 13:case _ 12 these this DET DT Number=Plur|PronType=Dem 13 det 13:det _ -13 area's area' NOUN NNS Number=Plur 8 obl 8:obl:in _ +13 area's area NOUN NNS Number=Plur|Typo=Yes 8 obl 8:obl:in CorrectForm=areas # sent_id = answers-20111107115952AAqfsHV_ans-0006 # text = location and the impact of the location @@ -23436,7 +23456,7 @@ # sent_id = answers-20111107115952AAqfsHV_ans-0009 # text = who fought the wars? 1 who who PRON WP PronType=Int 2 nsubj 2:nsubj _ -2 fought fight VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 fought fight VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 wars war NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No 5 ? ? PUNCT . _ 2 punct 2:punct _ @@ -23470,14 +23490,14 @@ 4 war war NOUN NN Number=Sing 1 nmod 1:nmod:of _ 5 on on ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 American american ADJ JJ Degree=Pos 8 amod 8:amod _ +7 American American ADJ JJ Degree=Pos 8 amod 8:amod _ 8 people people NOUN NNS Number=Plur 1 nmod 1:nmod:on SpaceAfter=No 9 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111107115952AAqfsHV_ans-0013 # text = WILL SOMEONE PLZ HELP ME IT'S DUE WENSDAY!?!?! :( 1 WILL will AUX MD VerbForm=Fin 4 aux 4:aux _ -2 SOMEONE someone PRON NN Number=Sing 4 nsubj 4:nsubj _ +2 SOMEONE someone PRON NN Number=Sing|PronType=Ind 4 nsubj 4:nsubj _ 3 PLZ plz INTJ UH _ 4 discourse 4:discourse _ 4 HELP help VERB VB VerbForm=Inf 0 root 0:root _ 5 ME I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obj 4:obj _ @@ -23486,20 +23506,20 @@ 7 'S be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 DUE due ADJ JJ Degree=Pos 4 parataxis 4:parataxis _ 9 WENSDAY WENSDAY PROPN NNP Number=Sing 8 obl:tmod 8:obl:tmod SpaceAfter=No -10 !?!?! !?!?! PUNCT . _ 8 punct 8:punct _ +10 !?!?! !?!?! PUNCT . _ 11 punct 11:punct _ 11 :( :( SYM NFP _ 8 discourse 8:discourse _ # sent_id = answers-20111107115952AAqfsHV_ans-0014 # newpar id = answers-20111107115952AAqfsHV_ans-p0003 # text = Different...one was in the jungle, the other is in the high mountain deserts. 1 Different different ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -2 ... ... PUNCT , _ 1 punct 1:punct SpaceAfter=No -3 one one NUM CD NumType=Card 7 nsubj 7:nsubj _ +2 ... ... PUNCT , _ 7 punct 7:punct SpaceAfter=No +3 one one NUM CD NumForm=Word|NumType=Card 7 nsubj 7:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 5 in in ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 jungle jungle NOUN NN Number=Sing 1 parataxis 1:parataxis SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 16 punct 16:punct _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 other other ADJ JJ Degree=Pos 16 nsubj 16:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ @@ -23513,25 +23533,25 @@ # sent_id = answers-20111107115952AAqfsHV_ans-0015 # text = Alike...both were fought for securities reasons by the US (no matter what the liberal revisionist historians tell you). 1 Alike alike ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -2 ... ... PUNCT , _ 1 punct 1:punct SpaceAfter=No -3 both both DET DT _ 5 nsubj:pass 5:nsubj:pass _ -4 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ +2 ... ... PUNCT , _ 5 punct 5:punct SpaceAfter=No +3 both both DET DT PronType=Tot 5 nsubj:pass 5:nsubj:pass _ +4 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ 5 fought fight VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 parataxis 1:parataxis _ 6 for for ADP IN _ 8 case 8:case _ 7 securities security NOUN NNS Number=Plur 8 compound 8:compound _ 8 reasons reason NOUN NNS Number=Plur 5 obl 5:obl:for _ 9 by by ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -11 US US PROPN NNP Number=Sing 5 obl 5:obl:by _ +11 US US PROPN NNP Number=Sing 5 obl:agent 5:obl:agent _ 12 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No -13 no no ADV RB _ 14 advmod 14:advmod _ -14 matter matter ADV RB _ 5 advmod 5:advmod _ +13 no no DET DT PronType=Neg 14 det 14:det _ +14 matter matter NOUN NN Number=Sing 5 obl:npmod 5:obl:npmod _ 15 what what PRON WP PronType=Int 20 obj 20:obj _ 16 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 17 liberal liberal ADJ JJ Degree=Pos 19 amod 19:amod _ 18 revisionist revisionist NOUN NN Number=Sing 19 compound 19:compound _ 19 historians historian NOUN NNS Number=Plur 20 nsubj 20:nsubj _ -20 tell tell VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 ccomp 14:ccomp _ +20 tell tell VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 acl 14:acl _ 21 you you PRON PRP Case=Acc|Person=2|PronType=Prs 20 iobj 20:iobj SpaceAfter=No 22 ) ) PUNCT -RRB- _ 14 punct 14:punct SpaceAfter=No 23 . . PUNCT . _ 1 punct 1:punct _ @@ -23542,18 +23562,18 @@ # text = What is your cats name and why did you name him/her that? 1 What what PRON WP PronType=Int 0 root 0:root _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4-5 cats _ _ _ _ _ _ _ _ 4 cat cat NOUN NN Number=Sing 6 nmod:poss 6:nmod:poss _ -5 s 's PART POS _ 4 case 4:case _ +5 s 's PART POS Typo=Yes 4 case 4:case CorrectForm='s 6 name name NOUN NN Number=Sing 1 nsubj 1:nsubj _ 7 and and CCONJ CC _ 11 cc 11:cc _ 8 why why ADV WRB PronType=Int 11 advmod 11:advmod _ -9 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 aux 11:aux _ +9 did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 11 aux 11:aux _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ 11 name name VERB VB VerbForm=Inf 1 conj 1:conj:and _ 12 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj|15:nsubj:xsubj SpaceAfter=No -13 / / PUNCT , _ 14 cc 14:cc SpaceAfter=No +13 / / SYM , _ 14 cc 14:cc SpaceAfter=No 14 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 12 conj 11:obj|12:conj|15:nsubj:xsubj _ 15 that that PRON DT Number=Sing|PronType=Dem 11 xcomp 11:xcomp SpaceAfter=No 16 ? ? PUNCT . _ 1 punct 1:punct _ @@ -23563,19 +23583,19 @@ # text = If you HAVE a cat of course. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 HAVE have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 HAVE have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 cat cat NOUN NN Number=Sing 3 obj 3:obj _ -6 of of ADV RB _ 3 advmod 3:advmod _ -7 course course ADV RB _ 6 fixed 6:fixed SpaceAfter=No +6 of of ADP IN ExtPos=ADV 3 advmod 3:advmod _ +7 course course NOUN NN Number=Sing 6 fixed 6:fixed SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108105146AAtiEx7_ans-0003 # text = My cats name is Twinky. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2-3 cats _ _ _ _ _ _ _ _ 2 cat cat NOUN NN Number=Sing 4 nmod:poss 4:nmod:poss _ -3 s 's PART POS _ 2 case 2:case _ +3 s 's PART POS Typo=Yes 2 case 2:case CorrectForm='s 4 name name NOUN NN Number=Sing 6 nsubj 6:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 Twinky Twinky PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No @@ -23583,7 +23603,7 @@ # sent_id = answers-20111108105146AAtiEx7_ans-0004 # text = When she was a tiny little kitten she looked like those twinky snack cakes. -1 When when SCONJ WRB PronType=Int 7 mark 7:mark _ +1 When when ADV WRB PronType=Int 7 advmod 7:advmod _ 2 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -23591,7 +23611,7 @@ 6 little little ADJ JJ Degree=Pos 7 amod 7:amod _ 7 kitten kitten NOUN NN Number=Sing 9 advcl 9:advcl:when _ 8 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 looked look VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 looked look VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 like like ADP IN _ 14 case 14:case _ 11 those that DET DT Number=Plur|PronType=Dem 14 det 14:det _ 12 twinky twinky NOUN NN Number=Sing 14 compound 14:compound _ @@ -23609,12 +23629,12 @@ 6 and and CCONJ CC _ 9 cc 9:cc _ 7-8 I've _ _ _ _ _ _ _ _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -8 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +8 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 9 had have VERB VBN Tense=Past|VerbForm=Part 5 conj 5:conj:and _ 10 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj _ 11 for for ADP IN _ 14 case 14:case _ -12 over over ADP IN _ 13 advmod 13:advmod _ -13 2 2 NUM CD NumType=Card 14 nummod 14:nummod _ +12 over over ADV IN _ 13 advmod 13:advmod _ +13 2 2 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 14 years year NOUN NNS Number=Plur 9 obl 9:obl:for _ 15 now now ADV RB _ 9 advmod 9:advmod SpaceAfter=No 16 . . PUNCT . _ 5 punct 5:punct _ @@ -23623,14 +23643,14 @@ # newpar id = answers-20111108105146AAtiEx7_ans-p0003 # text = I have a siamese lynx name Star we called her that because she has a star pattern on her face. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ -4 siamese siamese ADJ JJ Degree=Pos 5 amod 5:amod _ +4 siamese Siamese ADJ JJ Degree=Pos 5 amod 5:amod _ 5 lynx lynx NOUN NN Number=Sing 2 obj 2:obj _ -6 name name VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +6 name name VERB VBN Tense=Past|Typo=Yes|VerbForm=Part|Voice=Pass 5 acl 5:acl CorrectForm=named 7 Star Star PROPN NNP Number=Sing 6 xcomp 6:xcomp _ 8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +9 called call VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 10 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj|11:nsubj:xsubj _ 11 that that PRON DT Number=Sing|PronType=Dem 9 xcomp 9:xcomp _ 12 because because SCONJ IN _ 14 mark 14:mark _ @@ -23640,7 +23660,7 @@ 16 star star NOUN NN Number=Sing 17 compound 17:compound _ 17 pattern pattern NOUN NN Number=Sing 14 obj 14:obj _ 18 on on ADP IN _ 20 case 20:case _ -19 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 face face NOUN NN Number=Sing 14 obl 14:obl:on SpaceAfter=No 21 . . PUNCT . _ 2 punct 2:punct _ @@ -23659,7 +23679,7 @@ # sent_id = answers-20111108105146AAtiEx7_ans-0008 # text = I love her. :) 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj SpaceAfter=No 4 . . PUNCT . _ 2 punct 2:punct _ 5 :) :) SYM NFP _ 2 discourse 2:discourse _ @@ -23668,9 +23688,9 @@ # newpar id = answers-20111108105146AAtiEx7_ans-p0004 # text = I have a Norwegian Forest Cat that is named Achilles bc as a kitten he always attacked your feet when you walked by! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -4 Norwegian norwegian ADJ JJ Degree=Pos 6 amod 6:amod _ +4 Norwegian Norwegian ADJ JJ Degree=Pos 6 amod 6:amod _ 5 Forest forest NOUN NN Number=Sing 6 compound 6:compound _ 6 Cat cat NOUN NN Number=Sing 2 obj 2:obj|9:nsubj:pass|10:nsubj:xsubj _ 7 that that PRON WDT PronType=Rel 9 nsubj:pass 6:ref _ @@ -23683,49 +23703,49 @@ 14 kitten kitten NOUN NN Number=Sing 17 obl 17:obl:as _ 15 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 16 always always ADV RB _ 17 advmod 17:advmod _ -17 attacked attack VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:bc _ -18 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +17 attacked attack VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:because _ +18 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 feet foot NOUN NNS Number=Plur 17 obj 17:obj _ -20 when when SCONJ WRB PronType=Int 22 mark 22:mark _ +20 when when ADV WRB PronType=Int 22 advmod 22:advmod _ 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ -22 walked walk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 advcl 17:advcl:when _ +22 walked walk VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 17 advcl 17:advcl:when _ 23 by by ADV RB _ 22 advmod 22:advmod SpaceAfter=No 24 ! ! PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108105146AAtiEx7_ans-0010 # newpar id = answers-20111108105146AAtiEx7_ans-p0005 # text = My cats Called Frank because the year we got him was the year Frank Sinatra died -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2-3 cats _ _ _ _ _ _ _ _ 2 cat cat NOUN NN Number=Sing 4 nsubj:pass 4:nsubj:pass|5:nsubj:xsubj _ -3 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ +3 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 4 aux:pass 4:aux:pass CorrectForm='s 4 Called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 Frank Frank PROPN NNP Number=Sing 4 xcomp 4:xcomp _ 6 because because SCONJ IN _ 14 mark 14:mark _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 year year NOUN NN Number=Sing 14 nsubj 14:nsubj _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +10 got get VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 11 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 obj 10:obj _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 year year NOUN NN Number=Sing 4 advcl 4:advcl:because _ 15 Frank Frank PROPN NNP Number=Sing 17 nsubj 17:nsubj _ 16 Sinatra Sinatra PROPN NNP Number=Sing 15 flat 15:flat _ -17 died die VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ +17 died die VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ # sent_id = answers-20111108105146AAtiEx7_ans-0011 # text = He also had bright blue eyes like Frank Sinatra did :) 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 bright bright ADJ JJ Degree=Pos 6 amod 6:amod _ 5 blue blue ADJ JJ Degree=Pos 6 amod 6:amod _ 6 eyes eye NOUN NNS Number=Plur 3 obj 3:obj _ 7 like like SCONJ IN _ 10 mark 10:mark _ 8 Frank Frank PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 9 Sinatra Sinatra PROPN NNP Number=Sing 8 flat 8:flat _ -10 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:like _ +10 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:like _ 11 :) :) SYM NFP _ 3 discourse 3:discourse _ # newdoc id = answers-20111108104131AAWUQHU_ans @@ -23736,7 +23756,7 @@ 2 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 4 mean mean VERB VB VerbForm=Inf 0 root 0:root _ -5 when when SCONJ WRB PronType=Int 11 mark 11:mark _ +5 when when ADV WRB PronType=Int 11 advmod 11:advmod _ 6 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 7 veiled veiled ADJ JJ Degree=Pos 9 amod 9:amod _ 8 chameleon chameleon NOUN NN Number=Sing 9 compound 9:compound _ @@ -23748,27 +23768,27 @@ # sent_id = answers-20111108104131AAWUQHU_ans-0002 # newpar id = answers-20111108104131AAWUQHU_ans-p0002 # text = my female chameleon just laid eggs yesterday and today some of the eggs are soft when i mean soft i mean like not like ordinary chameleon eggs. -1 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 female female ADJ JJ Degree=Pos 3 amod 3:amod _ 3 chameleon chameleon NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 just just ADV RB _ 5 advmod 5:advmod _ -5 laid lay VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 laid lay VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 eggs egg NOUN NNS Number=Plur 5 obj 5:obj _ 7 yesterday yesterday NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ 8 and and CCONJ CC _ 15 cc 15:cc _ 9 today today NOUN NN Number=Sing 15 obl:tmod 15:obl:tmod _ -10 some some DET DT _ 15 nsubj 15:nsubj _ +10 some some DET DT PronType=Ind 15 nsubj 15:nsubj _ 11 of of ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 eggs egg NOUN NNS Number=Plur 10 nmod 10:nmod:of _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 15 soft soft ADJ JJ Degree=Pos 5 conj 5:conj:and _ -16 when when SCONJ WRB PronType=Int 18 mark 18:mark _ -17 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj|19:nsubj:xsubj _ -18 mean mean VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 advcl 21:advcl:when _ +16 when when ADV WRB PronType=Int 18 advmod 18:advmod _ +17 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj|19:nsubj:xsubj _ +18 mean mean VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 21 advcl 21:advcl:when _ 19 soft soft ADJ JJ Degree=Pos 18 xcomp 18:xcomp _ -20 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ -21 mean mean VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ +20 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ +21 mean mean VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ 22 like like INTJ UH _ 21 discourse 21:discourse _ 23 not not PART RB _ 27 advmod 27:advmod _ 24 like like ADP IN _ 27 case 27:case _ @@ -23781,7 +23801,7 @@ # newpar id = answers-20111108104131AAWUQHU_ans-p0003 # text = They are probably infertile. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 probably probably ADV RB _ 4 advmod 4:advmod _ 4 infertile infertile ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ @@ -23791,10 +23811,10 @@ 1 If if SCONJ IN _ 3 mark 3:mark _ 2 there there PRON EX _ 3 expl 3:expl _ 3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ -4 no no DET DT _ 5 det 5:det _ +4 no no DET DT PronType=Neg 5 det 5:det _ 5 male male NOUN NN Number=Sing 3 nsubj 3:nsubj _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 probably probably ADV RB _ 9 advmod 9:advmod _ 9 infertile infertile ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 10 ! ! PUNCT . _ 9 punct 9:punct _ @@ -23803,20 +23823,20 @@ # text = If you take a flash light and shine it through the eggs and you see nothing throw them away! 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|8:nsubj _ -3 take take VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:if _ +3 take take VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:if _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 flash flash NOUN NN Number=Sing 6 compound 6:compound _ 6 light light NOUN NN Number=Sing 3 obj 3:obj _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 shine shine VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and|17:advcl:if _ +8 shine shine VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and|17:advcl:if _ 9 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 obj 8:obj _ 10 through through ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 eggs egg NOUN NNS Number=Plur 8 obl 8:obl:through _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ -15 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and|17:advcl:if _ -16 nothing nothing PRON NN Number=Sing 15 obj 15:obj _ +15 see see VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and|17:advcl:if _ +16 nothing nothing PRON NN Number=Sing|PronType=Neg 15 obj 15:obj _ 17 throw throw VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 18 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 17 obj 17:obj _ 19 away away ADP RP _ 17 compound:prt 17:compound:prt SpaceAfter=No @@ -23826,7 +23846,7 @@ # text = If you do not they will start to rot! 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ +3 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ 4 not not PART RB _ 3 advmod 3:advmod _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ 6 will will AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -23840,13 +23860,13 @@ 1 If if SCONJ IN _ 3 mark 3:mark _ 2 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 3 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:if _ -4 no no DET DT _ 5 det 5:det _ +4 no no DET DT PronType=Neg 5 det 5:det _ 5 male male NOUN NN Number=Sing 3 obj 3:obj _ 6 to to PART TO _ 7 mark 7:mark _ 7 fertilize fertilize VERB VB VerbForm=Inf 5 acl 5:acl:to _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 eggs egg NOUN NNS Number=Plur 7 obj 7:obj SpaceAfter=No -10 , , PUNCT , _ 16 punct 16:punct _ +10 , , PUNCT , _ 3 punct 3:punct _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 eggs egg NOUN NNS Number=Plur 16 nsubj 16:nsubj _ 13 will will AUX MD VerbForm=Fin 16 aux 16:aux _ @@ -23859,13 +23879,13 @@ # text = if you do have a male but they are not in the same cage or breeding but you touch him then her she will smell his sent and probably lay eggs. 1 if if SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 have have VERB VB VerbForm=Inf 25 advcl 25:advcl:if _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 male male NOUN NN Number=Sing 4 obj 4:obj _ 7 but but CCONJ CC _ 14 cc 14:cc _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj|16:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 10 not not PART RB _ 14 advmod 14:advmod _ 11 in in ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ @@ -23875,14 +23895,14 @@ 16 breeding breed VERB VBG VerbForm=Ger 14 conj 14:conj:or _ 17 but but CCONJ CC _ 19 cc 19:cc _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 19 nsubj 19:nsubj _ -19 touch touch VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but|25:advcl:if _ +19 touch touch VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but|25:advcl:if _ 20 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 19 obj 19:obj _ 21 then then ADV RB PronType=Dem 22 advmod 22:advmod _ -22 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 20 conj 19:obj|20:conj _ +22 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 20 parataxis 19:obj|20:parataxis _ 23 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 25 nsubj 25:nsubj|30:nsubj _ 24 will will AUX MD VerbForm=Fin 25 aux 25:aux _ 25 smell smell VERB VB VerbForm=Inf 0 root 0:root _ -26 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +26 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 27 sent sent NOUN NN Number=Sing 25 obj 25:obj _ 28 and and CCONJ CC _ 30 cc 30:cc _ 29 probably probably ADV RB _ 30 advmod 30:advmod _ @@ -23892,7 +23912,7 @@ # sent_id = answers-20111108104131AAWUQHU_ans-0009 # text = Hope she stops laying eggs because she will get really skinny! -1 Hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj|4:nsubj:xsubj _ 3 stops stop VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp _ 4 laying lay VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ @@ -23914,7 +23934,7 @@ # sent_id = answers-20111108104131AAWUQHU_ans-0011 # text = Hope this helps -1 Hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 this this PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ 3 helps help VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp _ @@ -23923,22 +23943,22 @@ # newpar id = answers-20111107155302AAXXuM1_ans-p0001 # text = I have 24hrs in San Francisco - what are the best sights to see in my short time? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 24 24 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 24 24 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No 4 hrs hour NOUN NNS Abbr=Yes|Number=Plur 2 obj 2:obj _ 5 in in ADP IN _ 6 case 6:case _ 6 San San PROPN NNP Number=Sing 2 obl 2:obl:in _ 7 Francisco Francisco PROPN NNP Number=Sing 6 flat 6:flat _ -8 - - PUNCT : _ 2 punct 2:punct _ +8 - - PUNCT : _ 9 punct 9:punct _ 9 what what PRON WP PronType=Int 2 parataxis 2:parataxis _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 best best ADJ JJS Degree=Sup 13 amod 13:amod _ +12 best good ADJ JJS Degree=Sup 13 amod 13:amod _ 13 sights sight NOUN NNS Number=Plur 9 nsubj 9:nsubj _ 14 to to PART TO _ 15 mark 15:mark _ 15 see see VERB VB VerbForm=Inf 13 acl 13:acl:to _ 16 in in ADP IN _ 19 case 19:case _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 18 short short ADJ JJ Degree=Pos 19 amod 19:amod _ 19 time time NOUN NN Number=Sing 15 obl 15:obl:in SpaceAfter=No 20 ? ? PUNCT . _ 2 punct 2:punct _ @@ -23947,22 +23967,22 @@ # newpar id = answers-20111107155302AAXXuM1_ans-p0002 # text = I have a day stop-over in San Francisco and my wife want to see some of the key sites. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 4 day day NOUN NN Number=Sing 7 compound 7:compound _ 5 stop stop NOUN NN Number=Sing 7 compound 7:compound SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 over over NOUN NN Number=Sing 2 obj 2:obj _ 8 in in ADP IN _ 9 case 9:case _ 9 San San PROPN NNP Number=Sing 2 obl 2:obl:in _ 10 Francisco Francisco PROPN NNP Number=Sing 9 flat 9:flat _ 11 and and CCONJ CC _ 14 cc 14:cc _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 wife wife NOUN NN Number=Sing 14 nsubj 14:nsubj|16:nsubj:xsubj _ -14 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +14 want want VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 2 conj 2:conj:and CorrectForm=wants 15 to to PART TO _ 16 mark 16:mark _ 16 see see VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ -17 some some DET DT _ 16 obj 16:obj _ +17 some some DET DT PronType=Ind 16 obj 16:obj _ 18 of of ADP IN _ 21 case 21:case _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 20 key key ADJ JJ Degree=Pos 21 amod 21:amod _ @@ -23972,7 +23992,7 @@ # sent_id = answers-20111107155302AAXXuM1_ans-0003 # text = We are staying next to the airport which is located next to BARTrail. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 staying stay VERB VBG VerbForm=Ger 0 root 0:root _ 4 next next ADV RB _ 3 advmod 3:advmod _ 5 to to ADP IN _ 7 case 7:case _ @@ -23980,7 +24000,7 @@ 7 airport airport NOUN NN Number=Sing 4 obl 4:obl:to|10:nsubj:pass _ 8 which which PRON WDT PronType=Rel 10 nsubj:pass 7:ref _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ -10 located locate VERB VBN Tense=Past|VerbForm=Part 7 acl:relcl 7:acl:relcl _ +10 located locate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl:relcl 7:acl:relcl _ 11 next next ADV RB _ 10 advmod 10:advmod _ 12 to to ADP IN _ 13 case 13:case _ 13 BARTrail BARTrail PROPN NNP Number=Sing 11 obl 11:obl:to SpaceAfter=No @@ -23989,22 +24009,22 @@ # sent_id = answers-20111107155302AAXXuM1_ans-0004 # text = We have limited time What are the best sights to see, geiven that we only have a short time? 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 limited limited ADJ JJ Degree=Pos 4 amod 4:amod _ 4 time time NOUN NN Number=Sing 2 obj 2:obj _ 5 What what PRON WP PronType=Int 9 nsubj 9:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 best best ADJ JJS Degree=Sup 9 amod 9:amod _ +8 best good ADJ JJS Degree=Sup 9 amod 9:amod _ 9 sights sight NOUN NNS Number=Plur 2 parataxis 2:parataxis _ 10 to to PART TO _ 11 mark 11:mark _ 11 see see VERB VB VerbForm=Inf 9 acl 9:acl:to SpaceAfter=No -12 , , PUNCT , _ 9 punct 9:punct _ -13 geiven geiven VERB VBN Tense=Past|VerbForm=Part 17 mark 17:mark _ +12 , , PUNCT , _ 17 punct 17:punct _ +13 geiven give VERB VBN Tense=Past|Typo=Yes|VerbForm=Part|Voice=Pass 17 mark 17:mark CorrectForm=given 14 that that SCONJ IN _ 17 mark 17:mark _ 15 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 17 nsubj 17:nsubj _ 16 only only ADV RB _ 17 advmod 17:advmod _ -17 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:that _ +17 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:that _ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 19 short short ADJ JJ Degree=Pos 20 amod 20:amod _ 20 time time NOUN NN Number=Sing 17 obj 17:obj SpaceAfter=No @@ -24014,13 +24034,13 @@ # text = (We check in early afternoon and we fly next day. ) 1 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No 2 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 check check VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 check check VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 in in ADP RP _ 3 compound:prt 3:compound:prt _ 5 early early ADJ JJ Degree=Pos 6 amod 6:amod _ 6 afternoon afternoon NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 fly fly VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +9 fly fly VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 10 next next ADJ JJ Degree=Pos 11 amod 11:amod _ 11 day day NOUN NN Number=Sing 9 obl:tmod 9:obl:tmod SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ @@ -24033,7 +24053,7 @@ 3 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 4 Hop hop VERB VB VerbForm=Inf 9 compound 9:compound _ 5 On on ADV RB _ 4 advmod 4:advmod SpaceAfter=No -6 / / X XX _ 7 cc 7:cc SpaceAfter=No +6 / / SYM , _ 7 cc 7:cc SpaceAfter=No 7 Hop hop VERB VB VerbForm=Inf 4 conj 4:conj|9:compound _ 8 Off off ADV RB _ 7 advmod 7:advmod _ 9 bus bus NOUN NN Number=Sing 1 obl 1:obl:onto SpaceAfter=No @@ -24047,7 +24067,7 @@ 3 take take VERB VB VerbForm=Inf 0 root 0:root _ 4 you you PRON PRP Case=Acc|Person=2|PronType=Prs 3 obj 3:obj _ 5 to to ADP IN _ 9 case 9:case _ -6 all all DET PDT _ 9 det:predet 9:det:predet _ +6 all all DET PDT PronType=Tot 9 det:predet 9:det:predet _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 major major ADJ JJ Degree=Pos 9 amod 9:amod _ 9 sites site NOUN NNS Number=Plur 3 obl 3:obl:to _ @@ -24059,16 +24079,16 @@ 15 , , PUNCT , _ 16 punct 16:punct _ 16 Chinatown Chinatown PROPN NNP Number=Sing 12 conj 9:appos|12:conj SpaceAfter=No 17 , , PUNCT , _ 18 punct 18:punct _ -18 etc etc X FW _ 12 conj 9:appos|12:conj SpaceAfter=No +18 etc etc. NOUN FW Abbr=Yes|Number=Plur 12 conj 9:appos|12:conj SpaceAfter=No 19 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 20 and and CCONJ CC _ 23 cc 23:cc _ 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 23 nsubj 23:nsubj _ 22 can can AUX MD VerbForm=Fin 23 aux 23:aux _ 23 get get VERB VB VerbForm=Inf 3 conj 3:conj:and _ 24 off off ADV RB _ 23 advmod 23:advmod _ -25 anyplace anyplace ADV RB _ 23 advmod 23:advmod _ +25 anyplace anyplace ADV RB _ 23 advmod 23:advmod|29:obl:at _ 26 you you PRON PRP Case=Nom|Person=2|PronType=Prs 27 nsubj 27:nsubj|29:nsubj:xsubj _ -27 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 acl:relcl 25:acl:relcl _ +27 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 25 advcl:relcl 25:advcl:relcl _ 28 to to PART TO _ 29 mark 29:mark _ 29 spend spend VERB VB VerbForm=Inf 27 xcomp 27:xcomp _ 30 more more ADJ JJR Degree=Cmp 31 amod 31:amod _ @@ -24087,7 +24107,7 @@ 7 for for ADP IN _ 10 case 10:case _ 8 about about ADV RB _ 10 advmod 10:advmod _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -10 third third NOUN NN Number=Sing 5 obl 5:obl:for _ +10 third third NOUN NN Number=Sing|NumForm=Word|NumType=Frac 5 obl 5:obl:for _ 11 of of ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 price price NOUN NN Number=Sing 10 nmod 10:nmod:of SpaceAfter=No @@ -24124,7 +24144,7 @@ # text = Is it better to book a cruise online or by a travel agent? 1 Is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 expl 3:expl _ -3 better better ADJ JJR Degree=Cmp 0 root 0:root _ +3 better good ADJ JJR Degree=Cmp 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 book book VERB VB VerbForm=Inf 3 csubj 3:csubj _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -24140,28 +24160,28 @@ # sent_id = answers-20111107201700AAKdymq_ans-0002 # newpar id = answers-20111107201700AAKdymq_ans-p0002 # text = First time to go on A cruise any and all info is appreciated -1 First first ADJ JJS Degree=Sup 2 amod 2:amod _ +1 First first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 2 amod 2:amod _ 2 time time NOUN NN Number=Sing 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 go go VERB VB VerbForm=Inf 2 acl 2:acl:to _ 5 on on ADP IN _ 7 case 7:case _ 6 A a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 cruise cruise NOUN NN Number=Sing 4 obl 4:obl:on _ -8 any any DET DT _ 11 det 11:det _ +8 any any DET DT PronType=Ind 11 det 11:det _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 all all DET DT _ 8 conj 8:conj:and|11:det _ +10 all all DET DT PronType=Tot 8 conj 8:conj:and|11:det _ 11 info info NOUN NN Number=Sing 13 nsubj:pass 13:nsubj:pass _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ -13 appreciated appreciate VERB VBN Tense=Past|VerbForm=Part 2 parataxis 2:parataxis _ +13 appreciated appreciate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 parataxis 2:parataxis _ # sent_id = answers-20111107201700AAKdymq_ans-0003 # newpar id = answers-20111107201700AAKdymq_ans-p0003 # text = Personally, I don't find a travel agent to be of value to me as I am willing to put in the time doing research on the internet. 1 Personally personally ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 4-5 don't _ _ _ _ _ _ _ _ -4 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 n't not PART RB _ 6 advmod 6:advmod _ 6 find find VERB VB VerbForm=Inf 0 root 0:root _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ @@ -24192,7 +24212,7 @@ # sent_id = answers-20111107201700AAKdymq_ans-0004 # text = I have not had good experience with travel agents. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 good good ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -24206,23 +24226,23 @@ # text = They don't seem to know anything but the hype they are told and the packages they have available to them. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 seem seem VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 know know VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 anything anything PRON NN Number=Sing 6 obj 6:obj _ +7 anything anything PRON NN Number=Sing|PronType=Ind 6 obj 6:obj _ 8 but but ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 hype hype NOUN NN Number=Sing 7 nmod 7:nmod:but _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj:pass 13:nsubj:pass _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ 13 told tell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 acl:relcl 10:acl:relcl _ 14 and and CCONJ CC _ 16 cc 16:cc _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 packages package NOUN NNS Number=Plur 10 conj 10:conj:and _ 17 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj|19:nsubj:xsubj _ -18 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ +18 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ 19 available available ADJ JJ Degree=Pos 18 xcomp 18:xcomp _ 20 to to ADP IN _ 21 case 21:case _ 21 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 19 obl 19:obl:to SpaceAfter=No @@ -24231,25 +24251,25 @@ # sent_id = answers-20111107201700AAKdymq_ans-0006 # text = The one time I actually booked through a travel agent I did not get all of the amenities I had paid for. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 one one NUM CD NumType=Card 3 nummod 3:nummod _ +2 one one NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 time time NOUN NN Number=Sing 14 obl:tmod 14:obl:tmod _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 5 actually actually ADV RB _ 6 advmod 6:advmod _ -6 booked book VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +6 booked book VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 7 through through ADP IN _ 10 case 10:case _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 travel travel NOUN NN Number=Sing 10 compound 10:compound _ 10 agent agent NOUN NN Number=Sing 6 obl 6:obl:through _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -12 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 aux 14:aux _ +12 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 14 aux 14:aux _ 13 not not PART RB _ 14 advmod 14:advmod _ 14 get get VERB VB VerbForm=Inf 0 root 0:root _ -15 all all DET DT _ 14 obj 14:obj _ +15 all all DET DT PronType=Tot 14 obj 14:obj _ 16 of of ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 amenities amenity NOUN NNS Number=Plur 15 nmod 15:nmod:of _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ -20 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 aux 21:aux _ +20 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 21 aux 21:aux _ 21 paid pay VERB VBN Tense=Past|VerbForm=Part 18 acl:relcl 18:acl:relcl _ 22 for for ADP IN _ 21 obl 21:obl SpaceAfter=No 23 . . PUNCT . _ 14 punct 14:punct _ @@ -24260,7 +24280,7 @@ 2 few few ADJ JJ Degree=Pos 3 amod 3:amod _ 3 times time NOUN NNS Number=Plur 13 obl:tmod 13:obl:tmod _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -5 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 consulted consult VERB VBN Tense=Past|VerbForm=Part 3 acl:relcl 3:acl:relcl _ 7 with with ADP IN _ 10 case 10:case _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ @@ -24276,16 +24296,16 @@ 18 for for ADP IN _ 19 case 19:case _ 19 less less ADJ JJR Degree=Cmp 15 obl 15:obl:for _ 20 on on ADP IN _ 22 case 22:case _ -21 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 own own ADJ JJ Degree=Pos 15 obl 15:obl:on SpaceAfter=No -23 , , PUNCT , _ 15 punct 15:punct _ +23 , , PUNCT , _ 22 punct 22:punct _ 24 and and CCONJ CC _ 26 cc 26:cc _ 25 more more ADJ JJR Degree=Cmp 26 amod 26:amod _ 26 options option NOUN NNS Number=Plur 17 conj 15:obj|17:conj:and _ -27 than than SCONJ IN _ 28 case 28:case _ -28 what what PRON WP PronType=Int 25 obl 25:obl:than _ +27 than than ADP IN _ 28 case 28:case _ +28 what what PRON WP PronType=Rel 25 obl 25:obl:than|31:obj _ 29 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 31 nsubj 31:nsubj _ -30 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 31 aux 31:aux _ +30 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 31 aux 31:aux _ 31 selling sell VERB VBG Tense=Pres|VerbForm=Part 28 acl:relcl 28:acl:relcl SpaceAfter=No 32 . . PUNCT . _ 13 punct 13:punct _ @@ -24294,19 +24314,19 @@ 1 So so ADV RB _ 6 advmod 6:advmod _ 2 now now ADV RB _ 6 advmod 6:advmod _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -4 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 not not PART RB _ 6 advmod 6:advmod _ 6 bother bother VERB VB VerbForm=Inf 0 root 0:root _ 7 with with ADP IN _ 8 case 8:case _ 8 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 6 obl 6:obl:with _ -9 at at ADV RB _ 10 case 10:case _ -10 all all ADV RB _ 6 obl 6:obl:at SpaceAfter=No +9 at at ADP IN _ 10 case 10:case _ +10 all all DET DT PronType=Tot 6 obl 6:obl:at SpaceAfter=No 11 . . PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111107201700AAKdymq_ans-0009 # newpar id = answers-20111107201700AAKdymq_ans-p0004 # text = best is using an online travel agent -1 best best ADJ JJS Degree=Sup 0 root 0:root _ +1 best good ADJ JJS Degree=Sup 0 root 0:root _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ 3 using use VERB VBG VerbForm=Ger 1 csubj 1:csubj _ 4 an a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -24318,11 +24338,11 @@ # sent_id = answers-20111108105022AA0Q5wb_ans-0001 # newpar id = answers-20111108105022AA0Q5wb_ans-p0001 # text = My Hamster escaped.... NEED HELP NOW!? -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 Hamster Hamster PROPN NNP Number=Sing 3 nsubj 3:nsubj _ -3 escaped escape VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -4 .... .... PUNCT , _ 3 punct 3:punct _ -5 NEED need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +3 escaped escape VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +4 .... .... PUNCT , _ 5 punct 5:punct _ +5 NEED need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 6 HELP help NOUN NN Number=Sing 5 obj 5:obj _ 7 NOW now ADV RB _ 5 advmod 5:advmod SpaceAfter=No 8 !? !? PUNCT . _ 3 punct 3:punct _ @@ -24331,13 +24351,13 @@ # newpar id = answers-20111108105022AA0Q5wb_ans-p0002 # text = okay.... I have a dog and my mother is really really terrified of hamsters. 1 okay okay INTJ UH _ 4 discourse 4:discourse SpaceAfter=No -2 .... .... PUNCT , _ 4 punct 4:punct _ +2 .... .... PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 dog dog NOUN NN Number=Sing 4 obj 4:obj _ 7 and and CCONJ CC _ 13 cc 13:cc _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 mother mother NOUN NN Number=Sing 13 nsubj 13:nsubj _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 11 really really ADV RB _ 13 advmod 13:advmod _ @@ -24356,12 +24376,12 @@ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 aux 7:aux _ 7 sleeping sleep VERB VBG VerbForm=Ger 11 advcl 11:advcl:while SpaceAfter=No -8 , , PUNCT , _ 11 punct 11:punct _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 , , PUNCT , _ 7 punct 7:punct _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 hamster hamster NOUN NN Number=Sing 11 nsubj 11:nsubj _ -11 escaped escape VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +11 escaped escape VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 12 from from ADP IN _ 14 case 14:case _ -13 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 cage cage NOUN NN Number=Sing 11 obl 11:obl:from SpaceAfter=No 15 . . PUNCT . _ 11 punct 11:punct _ @@ -24370,23 +24390,24 @@ 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 in in ADP IN _ 5 case 5:case _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 room room NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 6 , , PUNCT , _ 9 punct 9:punct _ 7 but but CCONJ CC _ 9 cc 9:cc _ 8 there there PRON EX _ 9 expl 9:expl _ -9 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ +9 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ 10 so so ADV RB _ 11 advmod 11:advmod _ 11 many many ADJ JJ Degree=Pos 12 amod 12:amod _ 12 things thing NOUN NNS Number=Plur 9 nsubj 9:nsubj _ 13 inside inside ADP IN _ 14 case 14:case _ 14 there there ADV RB PronType=Dem 12 nmod 12:nmod:inside SpaceAfter=No -15 , , PUNCT , _ 5 punct 5:punct _ +15 , , PUNCT , _ 19 punct 19:punct _ 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -17 du do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux 19:aux SpaceAfter=No -18 n not PART RB _ 19 advmod 19:advmod SpaceAfter=No +17-19 dunno _ _ _ _ _ _ _ _ +17 du do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ +18 n not PART RB _ 19 advmod 19:advmod _ 19 no know VERB VB VerbForm=Inf 5 parataxis 5:parataxis _ -20 what what PRON WP PronType=Int 22 nsubj 22:nsubj _ +20 what what PRON WP PronType=Int 22 obj 22:obj _ 21 to to PART TO _ 22 mark 22:mark _ 22 do do VERB VB VerbForm=Inf 19 ccomp 19:ccomp SpaceAfter=No 23 . . PUNCT . _ 5 punct 5:punct _ @@ -24394,7 +24415,7 @@ # sent_id = answers-20111108105022AA0Q5wb_ans-0005 # text = I have lots of containers in there. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 lots lot NOUN NNS Number=Plur 2 obj 2:obj _ 4 of of ADP IN _ 5 case 5:case _ 5 containers container NOUN NNS Number=Plur 3 nmod 3:nmod:of _ @@ -24404,7 +24425,7 @@ # sent_id = answers-20111108105022AA0Q5wb_ans-0006 # text = Anybody give me ideas like a trap or something? -1 Anybody anybody PRON NN Number=Sing 2 nsubj 2:nsubj _ +1 Anybody anybody PRON NN Number=Sing|PronType=Ind 2 nsubj 2:nsubj _ 2 give give VERB VB VerbForm=Inf 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 iobj 2:iobj _ 4 ideas idea NOUN NNS Number=Plur 2 obj 2:obj _ @@ -24412,7 +24433,7 @@ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 trap trap NOUN NN Number=Sing 4 nmod 4:nmod:like _ 8 or or CCONJ CC _ 9 cc 9:cc _ -9 something something PRON NN Number=Sing 7 conj 4:nmod:like|7:conj:or SpaceAfter=No +9 something something PRON NN Number=Sing|PronType=Ind 7 conj 4:nmod:like|7:conj:or SpaceAfter=No 10 ? ? PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108105022AA0Q5wb_ans-0007 @@ -24432,23 +24453,23 @@ # text = I'm not kidding , I once lost a hamster in my house 3 months later I walk down in the basement and it was as big as a rat. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 kidding kid VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 8 punct 8:punct _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -7 once once ADV RB NumType=Mult 8 advmod 8:advmod _ -8 lost lose VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ +7 once once ADV RB NumForm=Word|NumType=Mult 8 advmod 8:advmod _ +8 lost lose VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 hamster hamster NOUN NN Number=Sing 8 obj 8:obj _ 11 in in ADP IN _ 13 case 13:case _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 house house NOUN NN Number=Sing 8 obl 8:obl:in _ -14 3 3 NUM CD NumType=Card 15 nummod 15:nummod _ +14 3 3 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 15 months month NOUN NNS Number=Plur 16 obl:npmod 16:obl:npmod _ -16 later later ADV RBR Degree=Cmp 18 advmod 18:advmod _ +16 later late ADV RBR Degree=Cmp 18 advmod 18:advmod _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -18 walk walk VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ +18 walk walk VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ 19 down down ADV RB _ 18 advmod 18:advmod _ 20 in in ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ @@ -24466,7 +24487,7 @@ # sent_id = answers-20111108105022AA0Q5wb_ans-0009 # text = It had been eating dog food the whole time. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux 4:aux _ 4 eating eat VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 dog dog NOUN NN Number=Sing 6 compound 6:compound _ @@ -24482,7 +24503,7 @@ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 huge huge ADJ JJ Degree=Pos 0 root 0:root _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 scared scare VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +5 scared scare VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 crap crap NOUN NN Number=Sing 5 obj 5:obj _ 8 out out ADP IN _ 10 case 10:case _ @@ -24499,7 +24520,7 @@ 4-5 isn't _ _ _ _ _ _ _ _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 n't not PART RB _ 6 advmod 6:advmod _ -6 trapped trapped ADJ JJ Degree=Pos 1 ccomp 1:ccomp _ +6 trapped trapped ADJ JJ Degree=Pos 2 ccomp 2:ccomp _ 7 somewhere somewhere ADV RB _ 6 advmod 6:advmod _ 8 & & CCONJ CC _ 9 cc 9:cc _ 9 put put VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj _ @@ -24533,9 +24554,9 @@ # newpar id = answers-20111108102204AAIivYN_ans-p0001 # text = can i have some indoor pet ideas please!!!!!!!!!!!!!? 1 can can AUX MD VerbForm=Fin 3 aux 3:aux _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ -4 some some DET DT _ 7 det 7:det _ +4 some some DET DT PronType=Ind 7 det 7:det _ 5 indoor indoor ADJ JJ Degree=Pos 6 amod 6:amod _ 6 pet pet NOUN NN Number=Sing 7 compound 7:compound _ 7 ideas idea NOUN NNS Number=Plur 3 obj 3:obj _ @@ -24545,14 +24566,14 @@ # sent_id = answers-20111108102204AAIivYN_ans-0002 # newpar id = answers-20111108102204AAIivYN_ans-p0002 # text = i want a small indoor pet that my mother will let me have please help -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 4 small small ADJ JJ Degree=Pos 6 amod 6:amod _ 5 indoor indoor ADJ JJ Degree=Pos 6 amod 6:amod _ -6 pet pet NOUN NN Number=Sing 2 obj 2:obj _ -7 that that PRON WDT PronType=Dem 13 obj 13:obj _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +6 pet pet NOUN NN Number=Sing 2 obj 2:obj|13:obj _ +7 that that PRON WDT PronType=Rel 13 obj 6:ref _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 mother mother NOUN NN Number=Sing 11 nsubj 11:nsubj _ 10 will will AUX MD VerbForm=Fin 11 aux 11:aux _ 11 let let VERB VB VerbForm=Inf 6 acl:relcl 6:acl:relcl _ @@ -24563,28 +24584,28 @@ # sent_id = answers-20111108102204AAIivYN_ans-0003 # text = i want something cheap east to take care of and something to hopefully fit in my room -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 something something PRON NN Number=Sing 2 obj 2:obj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 something something PRON NN Number=Sing|PronType=Ind 2 obj 2:obj _ 4 cheap cheap ADJ JJ Degree=Pos 3 amod 3:amod _ -5 east east ADJ JJ Degree=Pos 4 conj 3:amod|4:conj _ +5 east easy ADJ JJ Degree=Pos|Typo=Yes 4 conj 3:amod|4:conj CorrectForm=easy 6 to to PART TO _ 7 mark 7:mark _ 7 take take VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ 8 care care NOUN NN Number=Sing 7 obj 7:obj _ 9 of of ADP IN _ 7 obl 7:obl _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 something something PRON NN Number=Sing 3 conj 2:obj|3:conj:and _ +11 something something PRON NN Number=Sing|PronType=Ind 3 conj 2:obj|3:conj:and _ 12 to to PART TO _ 14 mark 14:mark _ 13 hopefully hopefully ADV RB _ 14 advmod 14:advmod _ 14 fit fit VERB VB VerbForm=Inf 11 acl 11:acl:to _ 15 in in ADP IN _ 17 case 17:case _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 room room NOUN NN Number=Sing 14 obl 14:obl:in _ # sent_id = answers-20111108102204AAIivYN_ans-0004 # newpar id = answers-20111108102204AAIivYN_ans-p0003 # text = no pet is really easy to take care of. -1 no no DET DT _ 2 det 2:det _ +1 no no DET DT PronType=Neg 2 det 2:det _ 2 pet pet NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 really really ADV RB _ 5 advmod 5:advmod _ @@ -24598,32 +24619,32 @@ # sent_id = answers-20111108102204AAIivYN_ans-0005 # text = they all need love and attn , food, proper surroundings etc. 1 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 all all DET DT _ 1 det 1:det _ -3 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 all all DET DT PronType=Tot 1 det 1:det _ +3 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 love love NOUN NN Number=Sing 3 obj 3:obj _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 attn attn NOUN NN Number=Sing 4 conj 3:obj|4:conj:and _ +6 attn attention NOUN NN Abbr=Yes|Number=Sing 4 conj 3:obj|4:conj:and _ 7 , , PUNCT , _ 8 punct 8:punct _ 8 food food NOUN NN Number=Sing 4 conj 3:obj|4:conj:and SpaceAfter=No 9 , , PUNCT , _ 11 punct 11:punct _ 10 proper proper ADJ JJ Degree=Pos 11 amod 11:amod _ 11 surroundings surroundings NOUN NNS Number=Plur 4 conj 3:obj|4:conj:and _ -12 etc etc X FW _ 4 conj 3:obj|4:conj:and SpaceAfter=No +12 etc etc. NOUN FW Abbr=Yes|Number=Plur 4 conj 3:obj|4:conj:and SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108102204AAIivYN_ans-0006 # text = the easiest thing would be a fish - but u need to clean the tank weekly, feed it the right amt, etc etc x 1 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 easiest easiest ADJ JJS Degree=Sup 3 amod 3:amod _ +2 easiest easy ADJ JJS Degree=Sup 3 amod 3:amod _ 3 thing thing NOUN NN Number=Sing 7 nsubj 7:nsubj _ 4 would would AUX MD VerbForm=Fin 7 aux 7:aux _ 5 be be AUX VB VerbForm=Inf 7 cop 7:cop _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 fish fish NOUN NN Number=Sing 0 root 0:root _ -8 - - PUNCT , _ 7 punct 7:punct _ +8 - - PUNCT , _ 11 punct 11:punct _ 9 but but CCONJ CC _ 11 cc 11:cc _ -10 u u PRON PRP _ 11 nsubj 11:nsubj|13:nsubj:xsubj|18:nsubj:xsubj _ -11 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 conj 7:conj:but _ +10 u you PRON PRP Abbr=Yes|Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj|13:nsubj:xsubj|18:nsubj:xsubj CorrectForm=you +11 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 conj 7:conj:but _ 12 to to PART TO _ 13 mark 13:mark _ 13 clean clean VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -24634,11 +24655,11 @@ 19 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 iobj 18:iobj _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 21 right right ADJ JJ Degree=Pos 22 amod 22:amod _ -22 amt amt NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No +22 amt amount NOUN NN Abbr=Yes|Number=Sing 18 obj 18:obj SpaceAfter=No 23 , , PUNCT , _ 24 punct 24:punct _ -24 etc etc X FW _ 18 conj 18:conj _ -25 etc etc X FW _ 18 conj 18:conj _ -26 x x X XX _ 7 dep 7:dep _ +24 etc etc. NOUN FW Abbr=Yes|Number=Plur 18 conj 18:conj _ +25 etc etc. NOUN FW Abbr=Yes|Number=Plur 18 conj 18:conj _ +26 x x X GW _ 7 dep 7:dep _ # sent_id = answers-20111108102204AAIivYN_ans-0007 # newpar id = answers-20111108102204AAIivYN_ans-p0004 @@ -24657,7 +24678,7 @@ 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 2 should should AUX MD VerbForm=Fin 3 aux 3:aux _ 3 treat treat VERB VB VerbForm=Inf 0 root 0:root _ -4 all all DET DT _ 5 det 5:det _ +4 all all DET DT PronType=Tot 5 det 5:det _ 5 pets pet NOUN NNS Number=Plur 3 obj 3:obj _ 6 like like ADP IN _ 7 case 7:case _ 7 children child NOUN NNS Number=Plur 3 obl 3:obl:like SpaceAfter=No @@ -24666,17 +24687,17 @@ # sent_id = answers-20111108102204AAIivYN_ans-0009 # text = They require a lot of attention or they get fussy and tear stuff up. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 require require VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 require require VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 lot lot NOUN NN Number=Sing 2 obj 2:obj _ 5 of of ADP IN _ 6 case 6:case _ 6 attention attention NOUN NN Number=Sing 4 nmod 4:nmod:of _ -7 or or CCONJ CC _ 10 cc 10:cc _ -8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj:pass 10:nsubj:pass|12:nsubj:pass _ -9 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ -10 fussy fussy ADJ JJ Degree=Pos 2 conj 2:conj:or _ +7 or or CCONJ CC _ 9 cc 9:cc _ +8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj|10:nsubj:xsubj|12:nsubj _ +9 get get VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:or _ +10 fussy fussy ADJ JJ Degree=Pos 9 xcomp 9:xcomp _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 tear tear VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 conj 10:conj:and _ +12 tear tear VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 conj 9:conj:and _ 13 stuff stuff NOUN NN Number=Sing 12 obj 12:obj _ 14 up up ADP RP _ 12 compound:prt 12:compound:prt SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ @@ -24685,7 +24706,7 @@ # text = If you want easy then go with a gold fish or hamster. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:if _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:if _ 4 easy easy ADJ JJ Degree=Pos 3 obj 3:obj _ 5 then then ADV RB PronType=Dem 6 advmod 6:advmod _ 6 go go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ @@ -24707,7 +24728,7 @@ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 small small ADJ JJ Degree=Pos 7 amod 7:amod _ 7 rodent rodent NOUN NN Number=Sing 3 obl 3:obl:with _ -8 such such ADJ JJ Degree=Pos 11 case 11:case _ +8 such such ADJ JJ Degree=Pos|ExtPos=ADP 11 case 11:case _ 9 as as ADP IN _ 8 fixed 8:fixed _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 mouse mouse NOUN NN Number=Sing 7 nmod 7:nmod:such_as SpaceAfter=No @@ -24719,8 +24740,8 @@ 17 gerbil gerbil NOUN NN Number=Sing 11 conj 7:nmod:such_as|11:conj:or _ 18 if if SCONJ IN _ 20 mark 20:mark _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj _ -20 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ -21 something something PRON NN Number=Sing 20 obj 20:obj _ +20 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ +21 something something PRON NN Number=Sing|PronType=Ind 20 obj 20:obj _ 22 you you PRON PRP Case=Nom|Person=2|PronType=Prs 24 nsubj 24:nsubj|26:nsubj _ 23 can can AUX MD VerbForm=Fin 24 aux 24:aux _ 24 handle handle VERB VB VerbForm=Inf 21 acl:relcl 21:acl:relcl _ @@ -24731,10 +24752,10 @@ # sent_id = answers-20111108102204AAIivYN_ans-0012 # text = Fish are probably the easiest to take care of though. 1 Fish fish NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 probably probably ADV RB _ 5 advmod 5:advmod _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 easiest easiest ADJ JJS Degree=Sup 0 root 0:root _ +5 easiest easy ADJ JJS Degree=Sup 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 take take VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ 8 care care NOUN NN Number=Sing 7 obj 7:obj _ @@ -24746,7 +24767,7 @@ # sent_id = answers-20111108071348AAWu2FU_ans-0001 # newpar id = answers-20111108071348AAWu2FU_ans-p0001 # text = french male sensuality? -1 french french ADJ JJ Degree=Pos 2 amod 2:amod _ +1 french French ADJ JJ Degree=Pos 2 amod 2:amod _ 2 male male NOUN NN Number=Sing 3 compound 3:compound _ 3 sensuality sensuality NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 4 ? ? PUNCT . _ 3 punct 3:punct _ @@ -24756,14 +24777,14 @@ # text = Ive been dating a man from brittany france for a couple of months now. 1-2 Ive _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 ve have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 ve have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 4 aux 4:aux CorrectForm='ve 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux 4:aux _ 4 dating date VERB VBG VerbForm=Ger 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 man man NOUN NN Number=Sing 4 obj 4:obj _ 7 from from ADP IN _ 8 case 8:case _ -8 brittany brittany PROPN NNP Number=Sing 6 nmod 6:nmod:from _ -9 france france PROPN NNP Number=Sing 8 appos 8:appos _ +8 brittany Brittany PROPN NNP Number=Sing 6 nmod 6:nmod:from _ +9 france France PROPN NNP Number=Sing 8 appos 8:appos _ 10 for for ADP IN _ 12 case 12:case _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 couple couple NOUN NN Number=Sing 4 obl 4:obl:for _ @@ -24775,8 +24796,8 @@ # sent_id = answers-20111108071348AAWu2FU_ans-0003 # text = He's been away for a week and I was thinking of waiting for him in his apartment wearing only his dress shirt. 1-2 He's _ _ _ _ _ _ _ _ -1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ -2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ +1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ +2 's have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 cop 4:cop _ 4 away away ADV RB _ 0 root 0:root _ 5 for for ADP IN _ 7 case 7:case _ @@ -24791,11 +24812,11 @@ 14 for for ADP IN _ 15 case 15:case _ 15 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 obl 13:obl:for _ 16 in in ADP IN _ 18 case 18:case _ -17 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 apartment apartment NOUN NN Number=Sing 13 obl 13:obl:in _ 19 wearing wear VERB VBG VerbForm=Ger 13 advcl 13:advcl _ 20 only only ADV RB _ 19 advmod 19:advmod _ -21 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +21 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 22 dress dress NOUN NN Number=Sing 23 compound 23:compound _ 23 shirt shirt NOUN NN Number=Sing 19 obj 19:obj SpaceAfter=No 24 . . PUNCT . _ 4 punct 4:punct _ @@ -24804,7 +24825,7 @@ # text = Its still a fairly new relationship and we havent had sex yet so its kind of a big deal. 1-2 Its _ _ _ _ _ _ _ _ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 7 cop 7:cop CorrectForm='s 3 still still ADV RB _ 7 advmod 7:advmod _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 5 fairly fairly ADV RB _ 6 advmod 6:advmod _ @@ -24813,20 +24834,20 @@ 8 and and CCONJ CC _ 12 cc 12:cc _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 10-11 havent _ _ _ _ _ _ _ _ -10 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ -11 nt not PART RB _ 12 advmod 12:advmod _ +10 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 nt not PART RB Typo=Yes 12 advmod 12:advmod CorrectForm=n't 12 had have VERB VBN Tense=Past|VerbForm=Part 7 conj 7:conj:and _ 13 sex sex NOUN NN Number=Sing 12 obj 12:obj _ 14 yet yet ADV RB _ 12 advmod 12:advmod _ 15 so so ADV RB _ 22 advmod 22:advmod _ 16-17 its _ _ _ _ _ _ _ _ 16 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj _ -17 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ -18 kind kind ADV RB _ 22 advmod 22:advmod _ -19 of of ADV RB _ 18 fixed 18:fixed _ +17 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 22 cop 22:cop CorrectForm='s +18 kind kind NOUN NN ExtPos=ADV|Number=Sing 22 advmod 22:advmod _ +19 of of ADP IN _ 18 fixed 18:fixed _ 20 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 21 big big ADJ JJ Degree=Pos 22 amod 22:amod _ -22 deal deal NOUN NN Number=Sing 7 advmod 7:advmod SpaceAfter=No +22 deal deal NOUN NN Number=Sing 7 parataxis 7:parataxis SpaceAfter=No 23 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108071348AAWu2FU_ans-0005 @@ -24834,8 +24855,8 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj|11:nsubj:xsubj _ 2 just just ADV RB _ 5 advmod 5:advmod _ 3-4 dont _ _ _ _ _ _ _ _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ -4 nt not PART RB _ 5 advmod 5:advmod _ +3 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 nt not PART RB Typo=Yes 5 advmod 5:advmod CorrectForm=n't 5 want want VERB VB VerbForm=Inf 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 freak freak VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ @@ -24857,20 +24878,20 @@ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 woman woman NOUN NN Number=Sing 11 nsubj 11:nsubj _ 7 in in ADP IN _ 9 case 9:case _ -8 french french ADJ JJ Degree=Pos 9 amod 9:amod _ +8 french French ADJ JJ Degree=Pos 9 amod 9:amod _ 9 culture culture NOUN NN Number=Sing 11 obl 11:obl:in _ 10 to to PART TO _ 11 mark 11:mark _ 11 make make VERB VB VerbForm=Inf 3 csubj 3:csubj _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -13 first first ADJ JJ Degree=Pos|NumType=Ord 14 amod 14:amod _ +13 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 14 amod 14:amod _ 14 move move NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 15 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108071348AAWu2FU_ans-0007 # text = What do french men find sexy? 1 What what PRON WP PronType=Int 5 obj 5:obj|6:nsubj:xsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ -3 french french ADJ JJ Degree=Pos 4 amod 4:amod _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 french French ADJ JJ Degree=Pos 4 amod 4:amod _ 4 men man NOUN NNS Number=Plur 5 nsubj 5:nsubj _ 5 find find VERB VB VerbForm=Inf 0 root 0:root _ 6 sexy sexy ADJ JJ Degree=Pos 5 xcomp 5:xcomp SpaceAfter=No @@ -24879,28 +24900,28 @@ # sent_id = answers-20111108071348AAWu2FU_ans-0008 # newpar id = answers-20111108071348AAWu2FU_ans-p0003 # text = French women are the ones to say yes, the way we say it is not usually as straigthforward as you propose to do. -1 French french ADJ JJ Degree=Pos 2 amod 2:amod _ +1 French French ADJ JJ Degree=Pos 2 amod 2:amod _ 2 women woman NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 ones one NOUN NNS Number=Plur 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 say say VERB VB VerbForm=Inf 5 acl 5:acl:to _ 8 yes yes INTJ UH _ 7 discourse 7:discourse SpaceAfter=No -9 , , PUNCT , _ 5 punct 5:punct _ +9 , , PUNCT , _ 19 punct 19:punct _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 way way NOUN NN Number=Sing 19 nsubj 19:nsubj _ 12 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +13 say say VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 14 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 obj 13:obj _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 16 not not PART RB _ 19 advmod 19:advmod _ 17 usually usually ADV RB _ 19 advmod 19:advmod _ 18 as as ADV RB _ 19 advmod 19:advmod _ -19 straigthforward straightforward ADJ JJ Degree=Pos|Typo=Yes 5 parataxis 5:parataxis _ +19 straigthforward straightforward ADJ JJ Degree=Pos|Typo=Yes 5 parataxis 5:parataxis CorrectForm=straightforward 20 as as SCONJ IN _ 22 mark 22:mark _ 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj|24:nsubj:xsubj _ -22 propose propose VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:as _ +22 propose propose VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:as _ 23 to to PART TO _ 24 mark 24:mark _ 24 do do VERB VB VerbForm=Inf 22 xcomp 22:xcomp SpaceAfter=No 25 . . PUNCT . _ 5 punct 5:punct _ @@ -24926,7 +24947,7 @@ 17 light light ADJ JJ Degree=Pos 18 amod 18:amod _ 18 snack snack NOUN NN Number=Sing 11 conj 3:obl:with|11:conj:or _ 19 at at ADP IN _ 21 case 21:case _ -20 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 house house NOUN NN Number=Sing 3 obl 3:obl:at SpaceAfter=No 22 . . PUNCT . _ 3 punct 3:punct _ @@ -24934,7 +24955,7 @@ # text = And you take it up from there. 1 And and CCONJ CC _ 3 cc 3:cc _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 take take VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 take take VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 up up ADV RB _ 3 advmod 3:advmod _ 6 from from ADP IN _ 7 case 7:case _ @@ -24998,7 +25019,7 @@ # newpar id = reviews-128908-p0001 # text = I love the meat! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 meat meat NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No 5 ! ! PUNCT . _ 2 punct 2:punct _ @@ -25007,7 +25028,7 @@ # sent_id = reviews-258042-0001 # newpar id = reviews-258042-p0001 # text = Lovley food and fab chips -1 Lovley lovely ADJ JJ Degree=Pos|Typo=Yes 2 amod 2:amod _ +1 Lovley lovely ADJ JJ Degree=Pos|Typo=Yes 2 amod 2:amod CorrectForm=Lovely 2 food food NOUN NN Number=Sing 0 root 0:root _ 3 and and CCONJ CC _ 5 cc 5:cc _ 4 fab fab ADJ JJ Degree=Pos 5 amod 5:amod _ @@ -25017,7 +25038,7 @@ # sent_id = reviews-148346-0001 # newpar id = reviews-148346-p0001 # text = Best place to sleep!!!!!!! -1 Best best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Best good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 place place NOUN NN Number=Sing 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 sleep sleep VERB VB VerbForm=Inf 2 acl 2:acl:to SpaceAfter=No @@ -25027,7 +25048,7 @@ # sent_id = reviews-018268-0001 # newpar id = reviews-018268-p0001 # text = best square slice around. -1 best best ADJ JJS Degree=Sup 3 amod 3:amod _ +1 best good ADJ JJS Degree=Sup 3 amod 3:amod _ 2 square square ADJ JJ Degree=Pos 3 amod 3:amod _ 3 slice slice NOUN NN Number=Sing 0 root 0:root _ 4 around around ADV RB _ 3 advmod 3:advmod SpaceAfter=No @@ -25037,7 +25058,7 @@ # sent_id = reviews-253807-0001 # newpar id = reviews-253807-p0001 # text = Cheapest drinks in Keene! -1 Cheapest cheapest ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Cheapest cheap ADJ JJS Degree=Sup 2 amod 2:amod _ 2 drinks drink NOUN NNS Number=Plur 0 root 0:root _ 3 in in ADP IN _ 4 case 4:case _ 4 Keene Keene PROPN NNP Number=Sing 2 nmod 2:nmod:in SpaceAfter=No @@ -25047,10 +25068,10 @@ # sent_id = reviews-105719-0001 # newpar id = reviews-105719-p0001 # text = Over priced for Mexican food -1 Over over X GW _ 0 root 0:root _ -2 priced priced ADJ JJ Degree=Pos 1 goeswith 1:goeswith _ +1 Over overpriced ADJ GW Degree=Pos|Typo=Yes 0 root 0:root _ +2 priced _ X JJ _ 1 goeswith 1:goeswith _ 3 for for ADP IN _ 5 case 5:case _ -4 Mexican mexican ADJ JJ Degree=Pos 5 amod 5:amod _ +4 Mexican Mexican ADJ JJ Degree=Pos 5 amod 5:amod _ 5 food food NOUN NN Number=Sing 1 obl 1:obl:for _ # newdoc id = reviews-190389 @@ -25058,8 +25079,8 @@ # newpar id = reviews-190389-p0001 # text = very miss informed people!! 1 very very ADV RB _ 2 advmod 2:advmod _ -2 miss mis X AFX _ 4 amod 4:amod _ -3 informed informed ADJ JJ Degree=Pos 2 goeswith 2:goeswith _ +2 miss misinformed ADJ AFX Degree=Pos|Typo=Yes 4 amod 4:amod CorrectForm=misinformed +3 informed _ X JJ _ 2 goeswith 2:goeswith _ 4 people people NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 5 !! !! PUNCT . _ 4 punct 4:punct _ @@ -25068,7 +25089,7 @@ # newpar id = reviews-035932-p0001 # text = Simple, Quick take away. 1 Simple simple ADJ JJ Degree=Pos 5 amod 5:amod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 Quick quick ADJ JJ Degree=Pos 5 amod 5:amod _ 4 take take NOUN NN Number=Sing 5 compound 5:compound _ 5 away away NOUN NN Number=Sing 0 root 0:root SpaceAfter=No @@ -25089,7 +25110,7 @@ # sent_id = reviews-173758-0001 # newpar id = reviews-173758-p0001 # text = best place for snowboard eva. -1 best best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 best good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 place place NOUN NN Number=Sing 0 root 0:root _ 3 for for ADP IN _ 4 case 4:case _ 4 snowboard snowboard NOUN NN Number=Sing 2 nmod 2:nmod:for _ @@ -25101,7 +25122,7 @@ # newpar id = reviews-070492-p0001 # text = Good, friendly, reasonable service 1 Good good ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 3 punct 3:punct _ 3 friendly friendly ADJ JJ Degree=Pos 1 list 1:list SpaceAfter=No 4 , , PUNCT , _ 6 punct 6:punct _ 5 reasonable reasonable ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -25113,7 +25134,7 @@ # text = The food tasted like rat feces 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 food food NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 tasted taste VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 tasted taste VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 like like ADP IN _ 6 case 6:case _ 5 rat rat NOUN NN Number=Sing 6 compound 6:compound _ 6 feces feces NOUN NNS Number=Plur 3 obl 3:obl:like _ @@ -25126,16 +25147,16 @@ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 3 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 4 rip rip VERB VB VerbForm=Inf 1 parataxis 1:parataxis _ -5 u you PRON PRP Abbr=Yes|Case=Acc|Person=2|PronType=Prs 4 obj 4:obj _ +5 u you PRON PRP Abbr=Yes|Case=Acc|Person=2|PronType=Prs 4 obj 4:obj CorrectForm=you 6 off off ADP RP _ 4 compound:prt 4:compound:prt _ # newdoc id = reviews-077344 # sent_id = reviews-077344-0001 # newpar id = reviews-077344-p0001 # text = No service.. But good food.. -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 service service NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 .. .. PUNCT , _ 2 punct 2:punct _ +3 .. .. PUNCT , _ 6 punct 6:punct _ 4 But but CCONJ CC _ 6 cc 6:cc _ 5 good good ADJ JJ Degree=Pos 6 amod 6:amod _ 6 food food NOUN NN Number=Sing 2 conj 2:conj:but SpaceAfter=No @@ -25158,9 +25179,9 @@ # newpar id = reviews-189171-p0001 # text = A most outstanding, professional firm. 1 A a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -2 most most ADV RBS _ 3 advmod 3:advmod _ +2 most most ADV RBS Degree=Sup 3 advmod 3:advmod _ 3 outstanding outstanding ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 professional professional ADJ JJ Degree=Pos 6 amod 6:amod _ 6 firm firm NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 7 . . PUNCT . _ 6 punct 6:punct _ @@ -25170,7 +25191,7 @@ # newpar id = reviews-367586-p0001 # text = Well kept facility with friendly staff. 1 Well well ADV RB Degree=Pos 2 advmod 2:advmod _ -2 kept keep VERB VBN Tense=Past|VerbForm=Part 3 amod 3:amod _ +2 kept keep VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 amod 3:amod _ 3 facility facility NOUN NN Number=Sing 0 root 0:root _ 4 with with ADP IN _ 6 case 6:case _ 5 friendly friendly ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -25196,7 +25217,7 @@ # text = Responsive, kept me apprised of status. 1 Responsive responsive ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 2 , , PUNCT , _ 3 punct 3:punct _ -3 kept keep VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 conj 1:conj _ +3 kept keep VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 conj 1:conj _ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj 3:obj|5:nsubj:xsubj _ 5 apprised apprised ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ 6 of of ADP IN _ 7 case 7:case _ @@ -25207,10 +25228,10 @@ # sent_id = reviews-208310-0001 # newpar id = reviews-208310-p0001 # text = Whatever you order, you will LOVE! -1 Whatever whatever PRON WP PronType=Int 7 obj 7:obj _ +1 Whatever whatever PRON WP PronType=Rel 7 obj 3:obj|7:obj _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 order order VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +3 order order VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl SpaceAfter=No +4 , , PUNCT , _ 1 punct 1:punct _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ 6 will will AUX MD VerbForm=Fin 7 aux 7:aux _ 7 LOVE love VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No @@ -25222,7 +25243,7 @@ # text = Good quality Indian food in a pleasant environment 1 Good good ADJ JJ Degree=Pos 2 amod 2:amod _ 2 quality quality NOUN NN Number=Sing 4 compound 4:compound _ -3 Indian indian ADJ JJ Degree=Pos 4 amod 4:amod _ +3 Indian Indian ADJ JJ Degree=Pos 4 amod 4:amod _ 4 food food NOUN NN Number=Sing 0 root 0:root _ 5 in in ADP IN _ 8 case 8:case _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ @@ -25234,7 +25255,7 @@ # newpar id = reviews-359287-p0001 # text = High guality pup food at a good price. 1 High high ADJ JJ Degree=Pos 2 amod 2:amod _ -2 guality quality NOUN NN Number=Sing|Typo=Yes 4 compound 4:compound _ +2 guality quality NOUN NN Number=Sing|Typo=Yes 4 compound 4:compound CorrectForm=quality 3 pup pup NOUN NN Number=Sing 4 compound 4:compound _ 4 food food NOUN NN Number=Sing 0 root 0:root _ 5 at at ADP IN _ 8 case 8:case _ @@ -25255,7 +25276,7 @@ # sent_id = reviews-296406-0002 # text = But no other complaints. 1 But but CCONJ CC _ 4 cc 4:cc _ -2 no no DET DT _ 4 det 4:det _ +2 no no DET DT PronType=Neg 4 det 4:det _ 3 other other ADJ JJ Degree=Pos 4 amod 4:amod _ 4 complaints complaint NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ @@ -25309,7 +25330,7 @@ # text = There is no delivery. 1 There there PRON EX _ 2 expl 2:expl _ 2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 4 det 4:det _ +3 no no DET DT PronType=Neg 4 det 4:det _ 4 delivery delivery NOUN NN Number=Sing 2 nsubj 2:nsubj SpaceAfter=No 5 . . PUNCT . _ 2 punct 2:punct _ @@ -25318,7 +25339,7 @@ # text = There is no delivery. 1 There there PRON EX _ 2 expl 2:expl _ 2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 4 det 4:det _ +3 no no DET DT PronType=Neg 4 det 4:det _ 4 delivery delivery NOUN NN Number=Sing 2 nsubj 2:nsubj SpaceAfter=No 5 . . PUNCT . _ 2 punct 2:punct _ @@ -25359,8 +25380,10 @@ 1 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 now now ADV RB _ 4 advmod 4:advmod _ -4 bislas bislas PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -5 . . PUNCT . _ 4 punct 4:punct _ +4-5 bislas _ _ _ _ _ _ _ SpaceAfter=No +4 bisla bisla PROPN NNP Number=Sing 0 root 0:root _ +5 s 's PART POS Typo=Yes 4 case 4:case CorrectForm='s +6 . . PUNCT . _ 4 punct 4:punct _ # newdoc id = reviews-107292 # sent_id = reviews-107292-0001 @@ -25384,10 +25407,10 @@ # sent_id = reviews-330275-0001 # newpar id = reviews-330275-p0001 # text = Some of the nicest people and very good work standards -1 Some some DET DT _ 0 root 0:root _ +1 Some some DET DT PronType=Ind 0 root 0:root _ 2 of of ADP IN _ 5 case 5:case _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 nicest nicest ADJ JJ Degree=Pos 5 amod 5:amod _ +4 nicest nice ADJ JJ Degree=Pos 5 amod 5:amod _ 5 people people NOUN NNS Number=Plur 1 nmod 1:nmod:of _ 6 and and CCONJ CC _ 10 cc 10:cc _ 7 very very ADV RB _ 8 advmod 8:advmod _ @@ -25420,7 +25443,7 @@ # text = Blooming onion, the only reason to visit this restaurant. 1 Blooming bloom VERB VBG VerbForm=Ger 2 amod 2:amod _ 2 onion onion NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 6 punct 6:punct _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 only only ADJ JJ Degree=Pos 6 amod 6:amod _ 6 reason reason NOUN NN Number=Sing 2 appos 2:appos _ @@ -25448,7 +25471,7 @@ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 go go VERB VB VerbForm=Inf 0 root 0:root _ 5 to to ADP IN _ 6 case 6:case _ -6 anyone anyone PRON NN Number=Sing 4 obl 4:obl:to _ +6 anyone anyone PRON NN Number=Sing|PronType=Ind 4 obl 4:obl:to _ 7 else else ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ @@ -25467,7 +25490,7 @@ 2 job job NOUN NN Number=Sing 0 root 0:root _ 3 master master NOUN NN Number=Sing 4 obl:npmod 4:obl:npmod _ 4 keying key VERB VBG VerbForm=Ger 2 acl 2:acl _ -5 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 building building NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ @@ -25475,14 +25498,14 @@ # sent_id = reviews-115566-0001 # newpar id = reviews-115566-p0001 # text = Retired -1 Retired retire VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Retired retire VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ # sent_id = reviews-115566-0002 # newpar id = reviews-115566-p0002 # text = Dr Joseph retired. 1 Dr Dr PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 Joseph Joseph PROPN NNP Number=Sing 1 flat 1:flat _ -3 retired retire VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 retired retire VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-115566-0003 @@ -25490,7 +25513,7 @@ 1 Dr. Dr. PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 2 Dorn Dorn PROPN NNP Number=Sing 1 flat 1:flat _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -4 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 backup backup NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ @@ -25508,24 +25531,24 @@ 1 Thanks thanks NOUN NN Number=Sing 0 root 0:root _ 2 for for SCONJ IN _ 3 mark 3:mark _ 3 fixing fix VERB VBG VerbForm=Ger 1 acl 1:acl:for _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 garage garage NOUN NN Number=Sing 6 compound 6:compound _ 6 door door NOUN NN Number=Sing 3 obj 3:obj _ 7 A A SYM SYM _ 1 discourse 1:discourse SpaceAfter=No -8 ++++++++++++++++++ ++++++++++++++++++ SYM SYM _ 7 punct 7:punct _ +8 ++++++++++++++++++ ++++++++++++++++++ SYM SYM _ 7 amod 7:amod _ # newdoc id = reviews-076440 # sent_id = reviews-076440-0001 # newpar id = reviews-076440-p0001 # text = really amazing the new and exciting plays done at this theatre ! 1 really really ADV RB _ 2 advmod 2:advmod _ -2 amazing amazing ADJ JJ Degree=Pos 7 appos 7:appos _ +2 amazing amazing ADJ JJ Degree=Pos 7 nsubj 7:nsubj _ 3 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 4 new new ADJ JJ Degree=Pos 7 amod 7:amod _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 exciting exciting ADJ JJ Degree=Pos 4 conj 4:conj:and|7:amod _ 7 plays play NOUN NNS Number=Plur 0 root 0:root _ -8 done do VERB VBN Tense=Past|VerbForm=Part 7 acl 7:acl _ +8 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl _ 9 at at ADP IN _ 11 case 11:case _ 10 this this DET DT Number=Sing|PronType=Dem 11 det 11:det _ 11 theatre theatre NOUN NN Number=Sing 8 obl 8:obl:at _ @@ -25535,7 +25558,7 @@ # sent_id = reviews-365688-0001 # newpar id = reviews-365688-p0001 # text = No meat on Burger and too much pepper. -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 meat meat NOUN NN Number=Sing 0 root 0:root _ 3 on on ADP IN _ 4 case 4:case _ 4 Burger burger NOUN NN Number=Sing 2 nmod 2:nmod:on _ @@ -25547,7 +25570,7 @@ # sent_id = reviews-365688-0002 # text = no place to seat -1 no no DET DT _ 2 det 2:det _ +1 no no DET DT PronType=Neg 2 det 2:det _ 2 place place NOUN NN Number=Sing 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 seat seat VERB VB VerbForm=Inf 2 acl 2:acl:to _ @@ -25565,12 +25588,12 @@ # newpar id = reviews-235462-p0002 # text = Absolutely my favorite store in Lawrence, KS 1 Absolutely absolutely ADV RB _ 4 advmod 4:advmod _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 3 favorite favorite ADJ JJ Degree=Pos 4 amod 4:amod _ 4 store store NOUN NN Number=Sing 0 root 0:root _ 5 in in ADP IN _ 6 case 6:case _ 6 Lawrence Lawrence PROPN NNP Number=Sing 4 nmod 4:nmod:in SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 8 punct 8:punct _ 8 KS KS PROPN NNP Number=Sing 6 appos 6:appos _ # newdoc id = reviews-186135 @@ -25623,10 +25646,10 @@ 3 for for ADP IN _ 5 case 5:case _ 4 wing wing NOUN NN Number=Sing 5 compound 5:compound _ 5 night night NOUN NN Number=Sing 2 nmod 2:nmod:for SpaceAfter=No -6 , , PUNCT , _ 2 punct 2:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 food food NOUN NN Number=Sing 2 parataxis 2:parataxis _ 8 eh eh INTJ UH _ 7 discourse 7:discourse SpaceAfter=No -9 , , PUNCT , _ 2 punct 2:punct _ +9 , , PUNCT , _ 11 punct 11:punct _ 10 beer beer NOUN NN Number=Sing 11 compound 11:compound _ 11 list list NOUN NN Number=Sing 2 parataxis 2:parataxis _ 12 eh eh INTJ UH _ 11 discourse 11:discourse SpaceAfter=No @@ -25637,7 +25660,7 @@ # newpar id = reviews-356705-p0001 # text = You were extremely polite and professional. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj|6:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 cop 4:cop _ +2 were be AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 3 extremely extremely ADV RB _ 4 advmod 4:advmod _ 4 polite polite ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 6 cc 6:cc _ @@ -25670,7 +25693,7 @@ # sent_id = reviews-372582-0002 # text = Staff were pleasant. 1 Staff staff NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 cop 3:cop _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 pleasant pleasant ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ @@ -25692,15 +25715,15 @@ # newpar id = reviews-203196-p0002 # text = VISAKHA INDUSTRIAL GASES PVT. LTD., location at google maps. 1 VISAKHA VISAKHA PROPN NNP Number=Sing 5 compound 5:compound _ -2 INDUSTRIAL INDUSTRIAL PROPN NNP Number=Sing 5 compound 5:compound _ +2 INDUSTRIAL INDUSTRIAL ADJ NNP Degree=Pos 5 amod 5:amod _ 3 GASES GASES PROPN NNPS Number=Plur 5 compound 5:compound _ 4 PVT. PVT. PROPN NNP Number=Sing 5 compound 5:compound _ 5 LTD. LTD. PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 location location NOUN NN Number=Sing 5 parataxis 5:parataxis _ 8 at at ADP IN _ 10 case 10:case _ -9 google google PROPN NNP Number=Sing 10 compound 10:compound _ -10 maps maps PROPN NNPS Number=Plur 7 nmod 7:nmod:at SpaceAfter=No +9 google Google PROPN NNP Number=Sing 10 compound 10:compound _ +10 maps Map PROPN NNPS Number=Plur 7 nmod 7:nmod:at SpaceAfter=No 11 . . PUNCT . _ 5 punct 5:punct _ # newdoc id = reviews-317326 @@ -25720,7 +25743,7 @@ # sent_id = reviews-317326-0002 # text = Really enjoyed it. 1 Really really ADV RB _ 2 advmod 2:advmod _ -2 enjoyed enjoy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 enjoyed enjoy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj SpaceAfter=No 4 . . PUNCT . _ 2 punct 2:punct _ @@ -25728,7 +25751,7 @@ # sent_id = reviews-045753-0001 # newpar id = reviews-045753-p0001 # text = Compare to last decade this University is gaining more prestige in International level -1 Compare compare VERB VBN Tense=Past|VerbForm=Part 8 advcl 8:advcl _ +1 Compare compare VERB VBN Tense=Past|Typo=Yes|VerbForm=Part|Voice=Pass 8 advcl 8:advcl CorrectForm=Compared 2 to to ADP IN _ 4 case 4:case _ 3 last last ADJ JJ Degree=Pos 4 amod 4:amod _ 4 decade decade NOUN NN Number=Sing 1 obl 1:obl:to _ @@ -25749,13 +25772,13 @@ 1 If if SCONJ IN _ 4 mark 4:mark _ 2-3 you're _ _ _ _ _ _ _ _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 looking look VERB VBG VerbForm=Ger 13 advcl 13:advcl:if _ 5 for for ADP IN _ 8 case 8:case _ 6 homestyle homestyle ADJ JJ Degree=Pos 8 amod 8:amod _ -7 Japanese japanese ADJ JJ Degree=Pos 8 amod 8:amod _ +7 Japanese Japanese ADJ JJ Degree=Pos 8 amod 8:amod _ 8 food food NOUN NN Number=Sing 4 obl 4:obl:for SpaceAfter=No -9 , , PUNCT , _ 13 punct 13:punct _ +9 , , PUNCT , _ 4 punct 4:punct _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ 11-12 can't _ _ _ _ _ _ _ _ 11 ca can AUX MD VerbForm=Fin 13 aux 13:aux _ @@ -25779,7 +25802,7 @@ 4 good good ADJ JJ Degree=Pos 3 ccomp 3:ccomp _ 5 or or CCONJ CC _ 6 cc 6:cc _ 6 bad bad ADJ JJ Degree=Pos 4 conj 3:ccomp|4:conj:or SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ +7 , , PUNCT , _ 13 punct 13:punct _ 8 so so ADV RB _ 13 advmod 13:advmod _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 10 must must AUX MD VerbForm=Fin 13 aux 13:aux _ @@ -25801,21 +25824,21 @@ 1 Mercedes Mercedes PROPN NNP Number=Sing 6 nsubj 6:nsubj|9:nsubj _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 Dan Dan PROPN NNP Number=Sing 1 conj 1:conj:and|6:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 very very ADV RB _ 6 advmod 6:advmod _ 6 thorough thorough ADJ JJ Degree=Pos 0 root 0:root _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 on on ADP IN _ 9 case 9:case _ 9 top top NOUN NN Number=Sing 6 conj 6:conj:and _ 10 of of ADP IN _ 11 case 11:case _ -11 everything everything PRON NN Number=Sing 9 nmod 9:nmod:of SpaceAfter=No +11 everything everything PRON NN Number=Sing|PronType=Tot 9 nmod 9:nmod:of SpaceAfter=No 12 ! ! PUNCT . _ 6 punct 6:punct _ # newdoc id = reviews-309168 # sent_id = reviews-309168-0001 # newpar id = reviews-309168-p0001 # text = love this park -1 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 this this DET DT Number=Sing|PronType=Dem 3 det 3:det _ 3 park park NOUN NN Number=Sing 1 obj 1:obj _ @@ -25829,7 +25852,7 @@ 5 park park NOUN NN Number=Sing 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 have have VERB VB VerbForm=Inf 5 acl 5:acl:to _ -8 kids kid NOUN NNS Number=Plur 10 compound 10:compound _ +8 kids kid NOUN NNS Number=Plur 10 nmod:poss 10:nmod:poss MissingWordsAfter=' 9 birthday birthday NOUN NN Number=Sing 10 compound 10:compound _ 10 parties party NOUN NNS Number=Plur 7 obj 7:obj _ 11 at at ADP IN _ 7 obl 7:obl SpaceAfter=No @@ -25849,12 +25872,12 @@ # sent_id = reviews-138699-0002 # text = I get Microdermabrasions regularly and I love the environment 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 get get VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 Microdermabrasions microdermabrasion NOUN NNS Number=Plur 2 obj 2:obj _ 4 regularly regularly ADV RB _ 2 advmod 2:advmod _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +7 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 environment environment NOUN NN Number=Sing 7 obj 7:obj _ @@ -25904,7 +25927,7 @@ 5 free free ADJ JJ Degree=Pos 6 amod 6:amod _ 6 cola cola NOUN NN Number=Sing 3 nsubj 3:nsubj _ 7 with with ADP IN _ 9 case 9:case _ -8 every every DET DT _ 9 det 9:det _ +8 every every DET DT PronType=Tot 9 det 9:det _ 9 pizza pizza NOUN NN Number=Sing 3 obl 3:obl:with SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ @@ -25923,7 +25946,7 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 experience experience NOUN NN Number=Sing 8 nsubj 8:nsubj _ 3 with with ADP IN _ 5 case 5:case _ -4 every every DET DT _ 5 det 5:det _ +4 every every DET DT PronType=Tot 5 det 5:det _ 5 department department NOUN NN Number=Sing 2 nmod 2:nmod:with _ 6 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 been be AUX VBN Tense=Past|VerbForm=Part 8 cop 8:cop _ @@ -25932,7 +25955,7 @@ # sent_id = reviews-139456-0003 # text = No complaints! -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 complaints complaint NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 3 ! ! PUNCT . _ 2 punct 2:punct _ @@ -25940,7 +25963,7 @@ # sent_id = reviews-137883-0001 # newpar id = reviews-137883-p0001 # text = Your average crappy chain. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 2 average average ADJ JJ Degree=Pos 4 amod 4:amod _ 3 crappy crappy ADJ JJ Degree=Pos 4 amod 4:amod _ 4 chain chain NOUN NN Number=Sing 0 root 0:root SpaceAfter=No @@ -25978,9 +26001,9 @@ 2 knowledge knowledge NOUN NN Number=Sing 0 root 0:root _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 prices price NOUN NNS Number=Plur 2 conj 2:conj:and _ -5 compared compare VERB VBN Tense=Past|VerbForm=Part 7 case 7:case _ +5 compared compare VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 advcl 1:advcl _ 6 to to ADP IN _ 7 case 7:case _ -7 anyone anyone PRON NN Number=Sing 2 nmod 2:nmod:to _ +7 anyone anyone PRON NN Number=Sing|PronType=Ind 5 obl 5:obl:to _ 8 in in ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 industry industry NOUN NN Number=Sing 7 nmod 7:nmod:in SpaceAfter=No @@ -26005,7 +26028,7 @@ # text = Food drastically let's the place down though 1 Food food NOUN NN Number=Sing 3 nsubj 3:nsubj _ 2 drastically drastically ADV RB _ 3 advmod 3:advmod _ -3 let's let VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 0 root 0:root _ +3 let's let VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm=lets 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 place place NOUN NN Number=Sing 3 obj 3:obj _ 6 down down ADP RP _ 3 compound:prt 3:compound:prt _ @@ -26030,11 +26053,11 @@ # sent_id = reviews-305681-0003 # text = Most of all, my daughter loves it! -1 Most most ADV RBS _ 7 advmod 7:advmod _ +1 Most most ADV RBS Degree=Sup 7 advmod 7:advmod _ 2 of of ADP IN _ 3 case 3:case _ -3 all all DET DT _ 1 obl 1:obl:of SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +3 all all DET DT PronType=Tot 1 obl 1:obl:of SpaceAfter=No +4 , , PUNCT , _ 1 punct 1:punct _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 daughter daughter NOUN NN Number=Sing 7 nsubj 7:nsubj _ 7 loves love VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj SpaceAfter=No @@ -26054,7 +26077,7 @@ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 awesome awesome ADJ JJ Degree=Pos 0 root 0:root _ 5 twelve twelve PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -6 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ +6 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ 7 an a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 amazing amazing ADJ JJ Degree=Pos 9 amod 9:amod _ 9 job job NOUN NN Number=Sing 6 obj 6:obj _ @@ -26081,7 +26104,7 @@ 4 recommend recommend VERB VB VerbForm=Inf 0 root 0:root _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 obj 4:obj _ 6 to to ADP IN _ 7 case 7:case _ -7 anyone anyone PRON NN Number=Sing 4 obl 4:obl:to _ +7 anyone anyone PRON NN Number=Sing|PronType=Ind 4 obl 4:obl:to _ 8 in in ADP IN _ 9 case 9:case _ 9 need need NOUN NN Number=Sing 7 nmod 7:nmod:in _ 10 of of ADP IN _ 9 nmod 9:nmod _ @@ -26097,27 +26120,27 @@ # sent_id = reviews-087176-0001 # newpar id = reviews-087176-p0001 # text = A++ -1 A a SYM SYM _ 0 root 0:root SpaceAfter=No +1 A A SYM SYM _ 0 root 0:root SpaceAfter=No 2 ++ ++ SYM SYM _ 1 compound 1:compound _ # sent_id = reviews-087176-0002 # newpar id = reviews-087176-p0002 # text = They are by far the best salon in 50 miles, Trust me I know!! 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 3 by by ADP IN _ 4 case 4:case _ 4 far far ADV RB Degree=Pos 7 obl 7:obl:by _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 best best ADJ JJS Degree=Sup 7 amod 7:amod _ +6 best good ADJ JJS Degree=Sup 7 amod 7:amod _ 7 salon salon NOUN NN Number=Sing 0 root 0:root _ 8 in in ADP IN _ 10 case 10:case _ -9 50 50 NUM CD NumType=Card 10 nummod 10:nummod _ +9 50 50 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 miles mile NOUN NNS Number=Plur 7 nmod 7:nmod:in SpaceAfter=No -11 , , PUNCT , _ 7 punct 7:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 Trust trust VERB VB Mood=Imp|VerbForm=Fin 7 parataxis 7:parataxis _ -13 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 12 obj 12:obj _ +13 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 12 iobj 12:iobj _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 parataxis 12:parataxis SpaceAfter=No +15 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 parataxis 12:parataxis SpaceAfter=No 16 !! !! PUNCT . _ 7 punct 7:punct _ # newdoc id = reviews-287501 @@ -26132,7 +26155,7 @@ 1 A a DET DT Definite=Ind|PronType=Art 2 det 2:det _ 2 company company NOUN NN Number=Sing 0 root 0:root|4:nsubj _ 3 which which PRON WDT PronType=Rel 4 nsubj 2:ref _ -4 provide provide VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 provide provide VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 2 acl:relcl 2:acl:relcl CorrectForm=provides 5 good good ADJ JJ Degree=Pos 6 amod 6:amod _ 6 quality quality NOUN NN Number=Sing 7 compound 7:compound _ 7 portals portal NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No @@ -26141,25 +26164,25 @@ 10 solutions solution NOUN NNS Number=Plur 7 conj 4:obj|7:conj SpaceAfter=No 11 , , PUNCT , _ 14 punct 14:punct SpaceAfter=No 12 web web NOUN NN Number=Sing 13 obl:npmod 13:obl:npmod _ -13 based base VERB VBN Tense=Past|VerbForm=Part 14 amod 14:amod _ +13 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 amod 14:amod _ 14 MMOG mmog NOUN NN Number=Sing 7 conj 4:obj|7:conj _ -15 ... ... PUNCT , _ 7 punct 7:punct _ -16 etc etc X FW _ 7 conj 4:obj|7:conj _ +15 ... ... PUNCT , _ 16 punct 16:punct _ +16 etc etc. NOUN FW Abbr=Yes|Number=Plur 7 conj 4:obj|7:conj _ # newdoc id = reviews-255736 # sent_id = reviews-255736-0001 # newpar id = reviews-255736-p0001 # text = Remember seeing "Stop Making Sense" at Cinema 21 multiple times! -1 Remember remember VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Remember remember VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 seeing see VERB VBG VerbForm=Ger 1 xcomp 1:xcomp _ 3 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No -4 Stop stop VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ +4 Stop stop VERB VB Mood=Imp|VerbForm=Fin 2 ccomp 2:ccomp _ 5 Making make VERB VBG VerbForm=Ger 4 xcomp 4:xcomp _ 6 Sense Sense PROPN NNP Number=Sing 5 obj 5:obj SpaceAfter=No 7 " " PUNCT '' _ 4 punct 4:punct _ 8 at at ADP IN _ 9 case 9:case _ 9 Cinema Cinema PROPN NNP Number=Sing 2 obl 2:obl:at _ -10 21 21 NUM CD NumType=Card 9 nummod 9:nummod _ +10 21 21 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 11 multiple multiple ADJ JJ Degree=Pos 12 amod 12:amod _ 12 times time NOUN NNS Number=Plur 2 obl:tmod 2:obl:tmod SpaceAfter=No 13 ! ! PUNCT . _ 1 punct 1:punct _ @@ -26167,7 +26190,7 @@ # sent_id = reviews-255736-0002 # text = YAY, great theater!!! 1 YAY yay INTJ UH _ 4 discourse 4:discourse SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 great great ADJ JJ Degree=Pos 4 amod 4:amod _ 4 theater theater NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 5 !!! !!! PUNCT . _ 4 punct 4:punct _ @@ -26186,17 +26209,17 @@ 1 HAS have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 aux 2:aux _ 2 MOVED move VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 3 TO to ADP IN _ 6 case 6:case _ -4 4783 4783 NUM CD NumType=Card 6 nummod 6:nummod _ +4 4783 4783 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 5 Bay Bay PROPN NNP Number=Sing 6 compound 6:compound _ 6 Rd Rd PROPN NNP Number=Sing 2 obl 2:obl:to _ 7 Saginaw Saginaw PROPN NNP Number=Sing 6 appos 6:appos SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 9 punct 9:punct _ 9 Michigan Michigan PROPN NNP Number=Sing 7 appos 7:appos _ -10 48604 48604 NUM CD NumType=Card 6 appos 6:appos _ -11 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No -12 989 989 NUM CD NumType=Card 14 nummod 14:nummod SpaceAfter=No -13 ) ) PUNCT -RRB- _ 14 punct 14:punct SpaceAfter=No -14 755-1109 755-1109 NUM CD NumType=Card 6 list 6:list _ +10 48604 48604 NUM CD NumForm=Digit|NumType=Card 6 appos 6:appos _ +11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No +12 989 989 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No +13 ) ) PUNCT -RRB- _ 12 punct 12:punct SpaceAfter=No +14 755-1109 755-1109 NUM CD NumForm=Digit|NumType=Card 6 list 6:list _ # newdoc id = reviews-279437 # sent_id = reviews-279437-0001 @@ -26204,13 +26227,13 @@ # text = Excellent service, close to the morse redline stop. 1 Excellent excellent ADJ JJ Degree=Pos 2 amod 2:amod _ 2 service service NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 close close ADJ JJ Degree=Pos 2 parataxis 2:parataxis _ 5 to to ADP IN _ 10 case 10:case _ 6 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 7 morse morse PROPN NNP Number=Sing 10 compound 10:compound _ -8 red red PROPN NNP Number=Sing 10 amod 10:amod SpaceAfter=No -9 line line PROPN NNP Number=Sing 8 compound 8:compound _ +8 red Red ADJ NNP Number=Sing 9 amod 9:amod CorrectSpaceAfter=Yes|SpaceAfter=No +9 line Line PROPN NNP Number=Sing 10 compound 10:compound _ 10 stop stop NOUN NN Number=Sing 4 obl 4:obl:to SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ @@ -26220,9 +26243,9 @@ 2 computer computer NOUN NN Number=Sing 3 compound 3:compound _ 3 repair repair NOUN NN Number=Sing 4 compound 4:compound _ 4 store store NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 7 punct 7:punct _ 6 highly highly ADV RB _ 7 advmod 7:advmod _ -7 recommended recommend VERB VBN Tense=Past|VerbForm=Part 4 parataxis 4:parataxis SpaceAfter=No +7 recommended recommend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 parataxis 4:parataxis SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ # newdoc id = reviews-099279 @@ -26234,25 +26257,25 @@ # sent_id = reviews-099279-0002 # text = answered all my questions, and called me back when I needed something. -1 answered answer VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -2 all all DET PDT _ 4 det:predet 4:det:predet _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +1 answered answer VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 all all DET PDT PronType=Tot 4 det:predet 4:det:predet _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 questions question NOUN NNS Number=Plur 1 obj 1:obj SpaceAfter=No 5 , , PUNCT , _ 7 punct 7:punct _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 conj 1:conj:and _ +7 called call VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 conj 1:conj:and _ 8 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 7 obj 7:obj _ 9 back back ADV RB _ 7 advmod 7:advmod _ -10 when when SCONJ WRB PronType=Int 12 mark 12:mark _ +10 when when ADV WRB PronType=Int 12 advmod 12:advmod _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 needed need VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:when _ -13 something something PRON NN Number=Sing 12 obj 12:obj SpaceAfter=No +12 needed need VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:when _ +13 something something PRON NN Number=Sing|PronType=Ind 12 obj 12:obj SpaceAfter=No 14 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-099279-0003 # text = highly recommended! 1 highly highly ADV RB _ 2 advmod 2:advmod _ -2 recommended recommend VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No +2 recommended recommend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 3 ! ! PUNCT . _ 2 punct 2:punct _ # newdoc id = reviews-231724 @@ -26260,7 +26283,7 @@ # newpar id = reviews-231724-p0001 # text = Rooms were outdated, dirty, and small. 1 Rooms room NOUN NNS Number=Plur 3 nsubj 3:nsubj|5:nsubj|8:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 cop 3:cop _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 outdated outdated ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 , , PUNCT , _ 5 punct 5:punct _ 5 dirty dirty ADJ JJ Degree=Pos 3 conj 3:conj:and SpaceAfter=No @@ -26280,11 +26303,11 @@ # text = Go down 1 block to Super 8. 1 Go go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 down down ADV RB _ 1 advmod 1:advmod _ -3 1 1 NUM CD NumType=Card 4 nummod 4:nummod _ +3 1 1 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 block block NOUN NN Number=Sing 1 obl:npmod 1:obl:npmod _ -5 to to ADP IN _ 7 case 7:case _ -6 Super Super PROPN NNP Number=Sing 7 compound 7:compound _ -7 8 8 PROPN NNP Number=Sing 1 obl 1:obl:to SpaceAfter=No +5 to to ADP IN _ 6 case 6:case _ +6 Super Super ADJ NNP Degree=Pos 1 obl 1:obl:to _ +7 8 8 NUM NNP NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No 8 . . PUNCT . _ 1 punct 1:punct _ # newdoc id = reviews-103609 @@ -26304,15 +26327,16 @@ 2 more more ADJ JJR Degree=Cmp 1 amod 1:amod _ 3 can can AUX MD VerbForm=Fin 5 aux 5:aux _ 4 be be AUX VB VerbForm=Inf 5 aux:pass 5:aux:pass _ -5 said say VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No +5 said say VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 6 : : PUNCT : _ 13 punct 13:punct _ 7 " " PUNCT `` _ 13 punct 13:punct SpaceAfter=No -8 Burch Burch PROPN NNP Number=Sing 10 nmod:poss 10:nmod:poss SpaceAfter=No +8-9 Burch's _ _ _ _ _ _ _ _ +8 Burch Burch PROPN NNP Number=Sing 10 nmod:poss 10:nmod:poss _ 9 's 's PART POS _ 8 case 8:case _ 10 Karate Karate PROPN NNP Number=Sing 13 nsubj 13:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -13 GREATEST greatest ADJ JJS Degree=Sup 5 parataxis 5:parataxis SpaceAfter=No +13 GREATEST great ADJ JJS Degree=Sup 5 parataxis 5:parataxis SpaceAfter=No 14 ! ! PUNCT . _ 13 punct 13:punct SpaceAfter=No 15 " " PUNCT '' _ 13 punct 13:punct _ @@ -26363,7 +26387,7 @@ # sent_id = reviews-022900-0002 # newpar id = reviews-022900-p0002 # text = Brilll. -1 Brilll brilll ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No +1 Brilll brill ADJ JJ Degree=Pos|Style=Expr 0 root 0:root CorrectForm=Brill|SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-022900-0003 @@ -26384,18 +26408,18 @@ # newpar id = reviews-243369-p0001 # text = You are the best! 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 best best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +4 best good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 5 ! ! PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-243369-0002 # newpar id = reviews-243369-p0002 # text = Just received from your flower store. 1 Just just ADV RB _ 2 advmod 2:advmod _ -2 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 received receive VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 from from ADP IN _ 6 case 6:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 flower flower NOUN NN Number=Sing 6 compound 6:compound _ 6 store store NOUN NN Number=Sing 2 obl 2:obl:from SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ @@ -26403,14 +26427,14 @@ # sent_id = reviews-243369-0003 # text = They are sooooo beautiful. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -3 sooooo sooooo ADV RB _ 4 advmod 4:advmod _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 sooooo so ADV RB Style=Expr 4 advmod 4:advmod CorrectForm=so 4 beautiful beautiful ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-243369-0004 # text = Thank you guys. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 guys guy NOUN NNS Number=Plur 1 vocative 1:vocative SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ @@ -26419,7 +26443,7 @@ # sent_id = reviews-117893-0001 # newpar id = reviews-117893-p0001 # text = Aweesome -1 Aweesome awesome ADJ JJ Degree=Pos|Typo=Yes 0 root 0:root _ +1 Aweesome awesome ADJ JJ Degree=Pos|Typo=Yes 0 root 0:root CorrectForm=Awesome # sent_id = reviews-117893-0002 # newpar id = reviews-117893-p0002 @@ -26444,8 +26468,8 @@ # sent_id = reviews-117893-0004 # text = Loved every bit of it. :) -1 Loved love VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -2 every every DET DT _ 3 det 3:det _ +1 Loved love VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 every every DET DT PronType=Tot 3 det 3:det _ 3 bit bit NOUN NN Number=Sing 1 obj 1:obj _ 4 of of ADP IN _ 5 case 5:case _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nmod 3:nmod:of SpaceAfter=No @@ -26468,7 +26492,7 @@ 4 for for ADP IN _ 6 case 6:case _ 5 Noida Noida PROPN NNP Number=Sing 6 compound 6:compound _ 6 Location location NOUN NN Number=Sing 0 root 0:root _ -7 not not ADV RB _ 10 advmod 10:advmod _ +7 not not PART RB _ 10 advmod 10:advmod _ 8 for for ADP IN _ 10 case 10:case _ 9 Gurgaon Gurgaon PROPN NNP Number=Sing 10 compound 10:compound _ 10 Location location NOUN NN Number=Sing 6 conj 6:conj SpaceAfter=No @@ -26481,7 +26505,7 @@ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 listing listing NOUN NN Number=Sing 2 obj 2:obj _ 5 in in ADP IN _ 7 case 7:case _ -6 you you PRON PRP$ Person=2|Poss=Yes|PronType=Prs|Typo=Yes 7 nmod:poss 7:nmod:poss _ +6 you your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Typo=Yes 7 nmod:poss 7:nmod:poss CorrectForm=your 7 database database NOUN NN Number=Sing 2 obl 2:obl:in SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ @@ -26497,7 +26521,7 @@ # text = Great service- high class! 1 Great great ADJ JJ Degree=Pos 2 amod 2:amod _ 2 service service NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 - - PUNCT , _ 2 punct 2:punct _ +3 - - PUNCT , _ 5 punct 5:punct _ 4 high high ADJ JJ Degree=Pos 5 amod 5:amod _ 5 class class NOUN NN Number=Sing 2 list 2:list SpaceAfter=No 6 ! ! PUNCT . _ 2 punct 2:punct _ @@ -26513,9 +26537,9 @@ 7 area area NOUN NN Number=Sing 2 obl 2:obl:to _ 8 with with ADP IN _ 9 case 9:case _ 9 food food NOUN NN Number=Sing 7 nmod 7:nmod:with SpaceAfter=No -10 / / PUNCT , _ 11 cc 11:cc SpaceAfter=No +10 / / SYM , _ 11 cc 11:cc SpaceAfter=No 11 drinks drink NOUN NNS Number=Plur 9 conj 7:nmod:with|9:conj SpaceAfter=No -12 / / PUNCT , _ 13 cc 13:cc SpaceAfter=No +12 / / SYM , _ 13 cc 13:cc SpaceAfter=No 13 towels towel NOUN NNS Number=Plur 9 conj 7:nmod:with|9:conj SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ @@ -26530,7 +26554,7 @@ # newpar id = reviews-389136-p0002 # text = I go Disco dancing and Cheerleading. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 go go VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 Disco disco NOUN NN Number=Sing 4 obl:npmod 4:obl:npmod _ 4 dancing dance VERB VBG VerbForm=Ger 2 advcl 2:advcl _ 5 and and CCONJ CC _ 6 cc 6:cc _ @@ -26541,14 +26565,14 @@ # text = Its fab! 1-2 Its _ _ _ _ _ _ _ _ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 3 cop 3:cop CorrectForm='s 3 fab fab ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 ! ! PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-389136-0004 # text = so goand get dancing!!!!!!!!!!!!!!!!!!!!!!!!! 1 so so ADV RB _ 2 advmod 2:advmod _ -2 go go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root SpaceAfter=No +2 go go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root CorrectSpaceAfter=Yes|SpaceAfter=No 3 and and CCONJ CC _ 4 cc 4:cc _ 4 get get VERB VB Mood=Imp|VerbForm=Fin 2 conj 2:conj:and _ 5 dancing dance VERB VBG VerbForm=Ger 4 xcomp 4:xcomp SpaceAfter=No @@ -26577,13 +26601,13 @@ 4 student student NOUN NN Number=Sing 5 compound 5:compound _ 5 body body NOUN NN Number=Sing 15 nsubj 15:nsubj SpaceAfter=No 6 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No -7 African african ADJ JJ Degree=Pos 9 amod 9:amod SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No -9 American american ADJ JJ Degree=Pos 5 amod 5:amod SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ -11 Asian asian ADJ JJ Degree=Pos 9 list 9:list SpaceAfter=No -12 , , PUNCT , _ 9 punct 9:punct _ -13 ect. etc. X FW Abbr=Yes|Typo=Yes 9 advmod 9:advmod SpaceAfter=No +7 African African ADJ JJ Degree=Pos 9 amod 9:amod SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +9 American American ADJ JJ Degree=Pos 5 amod 5:amod SpaceAfter=No +10 , , PUNCT , _ 11 punct 11:punct _ +11 Asian Asian ADJ JJ Degree=Pos 9 list 9:list SpaceAfter=No +12 , , PUNCT , _ 13 punct 13:punct _ +13 ect. etc. NOUN FW Abbr=Yes|Number=Plur|Typo=Yes 9 conj 9:conj CorrectForm=etc.|SpaceAfter=No 14 ) ) PUNCT -RRB- _ 9 punct 9:punct _ 15 equals equal VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 list 2:list _ 16 kids kid NOUN NNS Number=Plur 17 nsubj 17:nsubj _ @@ -26596,9 +26620,9 @@ # newpar id = reviews-307250-p0001 # text = $9.62 excluding tip with water to drink for the buffet. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 9.62 9.62 NUM CD NumType=Card 1 nummod 1:nummod _ +2 9.62 9.62 NUM CD NumForm=Digit|NumType=Frac 1 nummod 1:nummod _ 3 excluding exclude VERB VBG VerbForm=Ger 4 case 4:case _ -4 tip tip NOUN NN Number=Sing 1 nmod 1:nmod:exclude _ +4 tip tip NOUN NN Number=Sing 1 nmod 1:nmod:excluding _ 5 with with ADP IN _ 6 case 6:case _ 6 water water NOUN NN Number=Sing 1 nmod 1:nmod:with _ 7 to to PART TO _ 8 mark 8:mark _ @@ -26610,7 +26634,7 @@ # sent_id = reviews-307250-0002 # text = Worst buffet period by far. -1 Worst worst ADJ JJS Degree=Sup 3 amod 3:amod _ +1 Worst bad ADJ JJS Degree=Sup 3 amod 3:amod _ 2 buffet buffet NOUN NN Number=Sing 3 compound 3:compound _ 3 period period NOUN NN Number=Sing 0 root 0:root _ 4 by by ADP IN _ 5 case 5:case _ @@ -26620,8 +26644,8 @@ # sent_id = reviews-307250-0003 # text = I want my money back! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 money money NOUN NN Number=Sing 2 obj 2:obj _ 5 back back ADV RB _ 2 advmod 2:advmod SpaceAfter=No 6 ! ! PUNCT . _ 2 punct 2:punct _ @@ -26631,12 +26655,12 @@ # newpar id = reviews-088914-p0001 # text = They did a vehicle wrap for my Toyota Venza that looks amazing. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 did do VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 vehicle vehicle NOUN NN Number=Sing 5 compound 5:compound _ 5 wrap wrap NOUN NN Number=Sing 2 obj 2:obj|11:nsubj|12:nsubj:xsubj _ 6 for for ADP IN _ 9 case 9:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 8 Toyota Toyota PROPN NNP Number=Sing 9 compound 9:compound _ 9 Venza Venza PROPN NNP Number=Sing 5 nmod 5:nmod:for _ 10 that that PRON WDT PronType=Rel 11 nsubj 5:ref _ @@ -26648,7 +26672,7 @@ # text = They also do banners, billboards and lots more. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 banners banner NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No 5 , , PUNCT , _ 6 punct 6:punct _ 6 billboards billboard NOUN NNS Number=Plur 4 conj 3:obj|4:conj:and _ @@ -26664,19 +26688,19 @@ 1 This this PRON DT Number=Sing|PronType=Dem 6 nsubj 6:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -4 best best ADJ JJS Degree=Sup 6 amod 6:amod _ -5 Mediterranean mediterranean ADJ JJ Degree=Pos 6 amod 6:amod _ +4 best good ADJ JJS Degree=Sup 6 amod 6:amod _ +5 Mediterranean Mediterranean ADJ JJ Degree=Pos 6 amod 6:amod _ 6 Restaurant restaurant NOUN NN Number=Sing 0 root 0:root _ 7 in in ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 West West PROPN NNP Number=Sing 10 compound 10:compound _ 10 Valley Valley PROPN NNP Number=Sing 6 nmod 6:nmod:in SpaceAfter=No -11 , , PUNCT , _ 6 punct 6:punct _ +11 , , PUNCT , _ 13 punct 13:punct _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ +13 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ 14 friend friend NOUN NN Number=Sing 13 obj 13:obj|16:nsubj _ 15 who who PRON WP PronType=Rel 16 nsubj 14:ref _ -16 drive drive VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ +16 drive drive VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 14 acl:relcl 14:acl:relcl CorrectForm=drives 17 from from ADP IN _ 19 case 19:case _ 18 central central ADJ JJ Degree=Pos 19 amod 19:amod _ 19 Phx Phoenix PROPN NNP Abbr=Yes|Number=Sing 16 obl 16:obl:from _ @@ -26690,17 +26714,17 @@ # newpar id = reviews-332972-p0001 # text = The best pizza ever im fat so ive had a ton of pizza other than pizza from chicago its the best 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 best best ADJ JJS Degree=Sup 3 amod 3:amod _ +2 best good ADJ JJS Degree=Sup 3 amod 3:amod _ 3 pizza pizza NOUN NN Number=Sing 0 root 0:root _ 4 ever ever ADV RB _ 3 advmod 3:advmod _ 5-6 im _ _ _ _ _ _ _ _ -5 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -6 m be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +5 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ +6 m be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 7 cop 7:cop CorrectForm='m 7 fat fat ADJ JJ Degree=Pos 3 parataxis 3:parataxis _ 8 so so ADV RB _ 11 advmod 11:advmod _ 9-10 ive _ _ _ _ _ _ _ _ -9 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -10 ve have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ +10 ve have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 11 aux 11:aux CorrectForm='ve 11 had have VERB VBN Tense=Past|VerbForm=Part 7 parataxis 7:parataxis _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 ton ton NOUN NN Number=Sing 11 obj 11:obj _ @@ -26710,12 +26734,12 @@ 17 than than ADP IN _ 18 case 18:case _ 18 pizza pizza NOUN NN Number=Sing 16 obl 16:obl:than _ 19 from from ADP IN _ 20 case 20:case _ -20 chicago chicago PROPN NNP Number=Sing 18 nmod 18:nmod:from _ +20 chicago Chicago PROPN NNP Number=Sing 18 nmod 18:nmod:from _ 21-22 its _ _ _ _ _ _ _ _ -21 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 24 expl 24:expl _ -22 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ +21 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 24 nsubj 24:nsubj _ +22 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 24 cop 24:cop CorrectForm='s 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -24 best best ADJ JJS Degree=Sup 3 parataxis 3:parataxis _ +24 best good ADJ JJS Degree=Sup 3 parataxis 3:parataxis _ # newdoc id = reviews-395149 # sent_id = reviews-395149-0001 @@ -26728,10 +26752,10 @@ # sent_id = reviews-395149-0002 # text = I have used them once and will use them in the future. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|8:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 used use VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 3 obj 3:obj _ -5 once once ADV RB NumType=Mult 3 advmod 3:advmod _ +5 once once ADV RB NumForm=Word|NumType=Mult 3 advmod 3:advmod _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 8 use use VERB VB VerbForm=Inf 3 conj 3:conj:and _ @@ -26758,7 +26782,7 @@ # newpar id = reviews-125522-p0001 # text = They are out of business. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 out out ADP IN _ 5 case 5:case _ 4 of of ADP IN _ 5 case 5:case _ 5 business business NOUN NN Number=Sing 0 root 0:root SpaceAfter=No @@ -26768,21 +26792,21 @@ # text = Nice people... I hear. 1 Nice nice ADJ JJ Degree=Pos 2 amod 2:amod _ 2 people people NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -3 ... ... PUNCT , _ 2 punct 2:punct _ +3 ... ... PUNCT , _ 5 punct 5:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 hear hear VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis SpaceAfter=No +5 hear hear VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis SpaceAfter=No 6 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-125522-0003 # text = Calls are now forwarded to Malcolm Smith Motorsports down the road. 1 Calls call NOUN NNS Number=Plur 4 nsubj:pass 4:nsubj:pass _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ 3 now now ADV RB _ 4 advmod 4:advmod _ -4 forwarded forward VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 forwarded forward VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 to to ADP IN _ 6 case 6:case _ 6 Malcolm Malcolm PROPN NNP Number=Sing 4 obl 4:obl:to _ 7 Smith Smith PROPN NNP Number=Sing 6 flat 6:flat _ -8 Motorsports Motorsports PROPN NNPS Number=Plur 6 flat 6:flat _ +8 Motorsports Motorsport PROPN NNPS Number=Plur 6 flat 6:flat _ 9 down down ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 road road NOUN NN Number=Sing 6 nmod 6:nmod:down SpaceAfter=No @@ -26806,21 +26830,21 @@ # sent_id = reviews-134741-0003 # text = It made me feel good to see people work so hard to take care of others belongings. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 expl 2:expl _ -2 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj|4:nsubj:xsubj|5:nsubj:xsubj _ -4 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 xcomp 2:xcomp _ +4 feel feel VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 good good ADJ JJ Degree=Pos 4 xcomp 4:xcomp _ 6 to to PART TO _ 7 mark 7:mark _ 7 see see VERB VB VerbForm=Inf 2 csubj 2:csubj _ 8 people people NOUN NNS Number=Plur 9 nsubj 9:nsubj _ -9 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ +9 work work VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ 10 so so ADV RB _ 11 advmod 11:advmod _ 11 hard hard ADV RB Degree=Pos 9 advmod 9:advmod _ 12 to to PART TO _ 13 mark 13:mark _ 13 take take VERB VB VerbForm=Inf 9 advcl 9:advcl:to _ 14 care care NOUN NN Number=Sing 13 obj 13:obj _ 15 of of ADP IN _ 17 case 17:case _ -16 others other NOUN NNS Number=Plur 17 compound 17:compound _ +16 others other NOUN NNS Number=Plur 17 nmod:poss 17:nmod:poss MissingWordsAfter=' 17 belongings belonging NOUN NNS Number=Plur 13 obl 13:obl:of SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ @@ -26837,20 +26861,20 @@ # newpar id = reviews-207783-p0002 # text = Be more careful when you write reviews- this is an accounting group, not Hollister the clothing store. 1 Be be AUX VB Mood=Imp|VerbForm=Fin 3 cop 3:cop _ -2 more more ADV RBR _ 3 advmod 3:advmod _ +2 more more ADV RBR Degree=Cmp 3 advmod 3:advmod _ 3 careful careful ADJ JJ Degree=Pos 0 root 0:root _ -4 when when SCONJ WRB PronType=Int 6 mark 6:mark _ +4 when when ADV WRB PronType=Int 6 advmod 6:advmod _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 write write VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:when _ +6 write write VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:when _ 7 reviews review NOUN NNS Number=Plur 6 obj 6:obj SpaceAfter=No -8 - - PUNCT , _ 3 punct 3:punct _ +8 - - PUNCT , _ 13 punct 13:punct _ 9 this this PRON DT Number=Sing|PronType=Dem 13 nsubj 13:nsubj|16:nsubj _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 11 an a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 accounting accounting NOUN NN Number=Sing 13 compound 13:compound _ 13 group group NOUN NN Number=Sing 3 parataxis 3:parataxis SpaceAfter=No 14 , , PUNCT , _ 16 punct 16:punct _ -15 not not ADV RB _ 16 advmod 16:advmod _ +15 not not PART RB _ 16 advmod 16:advmod _ 16 Hollister Hollister PROPN NNP Number=Sing 13 conj 13:conj _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 18 clothing clothing NOUN NN Number=Sing 19 compound 19:compound _ @@ -26866,12 +26890,12 @@ # sent_id = reviews-363633-0002 # text = Best yellow curry that I have ever tasted. -1 Best best ADJ JJS Degree=Sup 3 amod 3:amod _ +1 Best good ADJ JJS Degree=Sup 3 amod 3:amod _ 2 yellow yellow ADJ JJ Degree=Pos 3 amod 3:amod _ 3 curry curry NOUN NN Number=Sing 0 root 0:root|8:obj _ 4 that that PRON WDT PronType=Rel 8 obj 3:ref _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 ever ever ADV RB _ 8 advmod 8:advmod _ 8 tasted taste VERB VBN Tense=Past|VerbForm=Part 3 acl:relcl 3:acl:relcl SpaceAfter=No 9 . . PUNCT . _ 3 punct 3:punct _ @@ -26909,7 +26933,7 @@ 1 A a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 2 very very ADV RB _ 3 advmod 3:advmod _ 3 well well ADV RB Degree=Pos 4 advmod 4:advmod _ -4 established establish VERB VBN Tense=Past|VerbForm=Part 5 amod 5:amod _ +4 established establish VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 amod 5:amod _ 5 service service NOUN NN Number=Sing 0 root 0:root _ 6 with with ADP IN _ 9 case 9:case _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ @@ -26921,14 +26945,14 @@ # text = A well communicated and will be hireing again for another projects...... 1 A a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 2 well well ADV RB Degree=Pos 3 advmod 3:advmod _ -3 communicated communicate VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +3 communicated communicate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 and and CCONJ CC _ 7 cc 7:cc _ 5 will will AUX MD VerbForm=Fin 7 aux 7:aux _ 6 be be AUX VB VerbForm=Inf 7 aux 7:aux _ -7 hireing hire VERB VBG Typo=Yes|VerbForm=Ger 3 conj 3:conj:and _ +7 hireing hire VERB VBG Typo=Yes|VerbForm=Ger 3 conj 3:conj:and CorrectForm=hiring 8 again again ADV RB _ 7 advmod 7:advmod _ 9 for for ADP IN _ 11 case 11:case _ -10 another another DET DT _ 11 det 11:det _ +10 another another DET DT PronType=Ind 11 det 11:det _ 11 projects project NOUN NNS Number=Plur 7 obl 7:obl:for SpaceAfter=No 12 ...... ...... PUNCT . _ 3 punct 3:punct _ @@ -26941,7 +26965,7 @@ # newpar id = reviews-041925-p0001 # text = I heard the libido band play live and they are out of site!! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 heard hear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 heard hear VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 libido libido PROPN NNP Number=Sing 5 compound 5:compound _ 5 band band NOUN NN Number=Sing 2 obj 2:obj|6:nsubj:xsubj _ @@ -26949,7 +26973,7 @@ 7 live live ADV RB _ 6 advmod 6:advmod _ 8 and and CCONJ CC _ 13 cc 13:cc _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 11 out out ADP IN _ 13 case 13:case _ 12 of of ADP IN _ 13 case 13:case _ 13 site site NOUN NN Number=Sing 2 conj 2:conj:and SpaceAfter=No @@ -26961,12 +26985,12 @@ 2 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 3 be be AUX VB VerbForm=Inf 4 aux 4:aux _ 4 calling call VERB VBG VerbForm=Ger 0 root 0:root _ -5 tropics tropics PROPN NNPS Number=Plur 4 obj 4:obj _ +5 tropics Tropic PROPN NNPS Number=Plur 4 obj 4:obj _ 6 for for ADP IN _ 11 case 11:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8-9 companies _ _ _ _ _ _ _ _ -8 companie company NOUN NN Number=Sing|Typo=Yes 11 nmod:poss 11:nmod:poss _ -9 s 's PART POS _ 8 case 8:case _ +8 companie company NOUN NN Number=Sing|Typo=Yes 11 nmod:poss 11:nmod:poss CorrectForm=company +9 s 's PART POS Typo=Yes 8 case 8:case CorrectForm='s 10 next next ADJ JJ Degree=Pos 11 amod 11:amod _ 11 event event NOUN NN Number=Sing 4 obl 4:obl:for SpaceAfter=No 12 ! ! PUNCT . _ 4 punct 4:punct _ @@ -26998,15 +27022,15 @@ # sent_id = reviews-154113-0003 # text = I go to see her to have my hair cut. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 go go VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 see see VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ 5 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ 6 to to PART TO _ 7 mark 7:mark _ 7 have have VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 hair hair NOUN NN Number=Sing 7 obj 7:obj|10:nsubj:xsubj _ -10 cut cut VERB VBN Tense=Past|VerbForm=Part 7 xcomp 7:xcomp SpaceAfter=No +10 cut cut VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 xcomp 7:xcomp SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # newdoc id = reviews-149922 @@ -27021,7 +27045,7 @@ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 price price NOUN NN Number=Sing 4 obl 4:obl:for _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 cheapest cheapest ADJ JJS Degree=Sup 2 conj 2:conj:and _ +9 cheapest cheap ADJ JJS Degree=Sup 2 conj 2:conj:and _ 10 on on ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 exit exit NOUN NN Number=Sing 9 obl 9:obl:on SpaceAfter=No @@ -27057,12 +27081,12 @@ # sent_id = reviews-001961-0002 # text = Rusted out and unsafe cars sold here! -1 Rusted rust VERB VBN Tense=Past|VerbForm=Part 5 amod 5:amod _ +1 Rusted rust VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 amod 5:amod _ 2 out out ADP RP _ 1 compound 1:compound _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 unsafe unsafe ADJ JJ Degree=Pos 1 conj 1:conj:and|5:amod _ 5 cars car NOUN NNS Number=Plur 6 nsubj:pass 6:nsubj:pass _ -6 sold sell VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +6 sold sell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 here here ADV RB PronType=Dem 6 advmod 6:advmod SpaceAfter=No 8 ! ! PUNCT . _ 6 punct 6:punct _ @@ -27071,11 +27095,11 @@ 1 Have have VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 real real ADJ JJ Degree=Pos 4 amod 4:amod _ -4 mechanic mechanic NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 check check VERB VB VerbForm=Inf 1 ccomp 1:ccomp _ +4 mechanic mechanic NOUN NN Number=Sing 1 obj 1:obj|5:nsubj:xsubj _ +5 check check VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 6 before before SCONJ IN _ 8 mark 8:mark _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -8 buy buy VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:before SpaceAfter=No +8 buy buy VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:before SpaceAfter=No 9 !!!! !!!! PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-001961-0004 @@ -27111,16 +27135,16 @@ # sent_id = reviews-162662-0003 # text = I purchased four gift items there and had them all embroidered within a week. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|8:nsubj _ -2 purchased purchase VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 four four NUM CD NumType=Card 5 nummod 5:nummod _ +2 purchased purchase VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 four four NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 4 gift gift NOUN NN Number=Sing 5 compound 5:compound _ 5 items item NOUN NNS Number=Plur 2 obj 2:obj _ 6 there there ADV RB PronType=Dem 2 advmod 2:advmod _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ -9 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -10 all all DET DT _ 9 det 9:det _ -11 embroidered embroider VERB VBN Tense=Past|VerbForm=Part 8 ccomp 8:ccomp _ +8 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +9 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 8 obj 8:obj|11:nsubj:xsubj _ +10 all all DET DT PronType=Tot 9 det 9:det _ +11 embroidered embroider VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 xcomp 8:xcomp _ 12 within within ADP IN _ 14 case 14:case _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 week week NOUN NN Number=Sing 11 obl 11:obl:within SpaceAfter=No @@ -27131,7 +27155,7 @@ # newpar id = reviews-124552-p0001 # text = They have good sushi for a good price. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 good good ADJ JJ Degree=Pos 4 amod 4:amod _ 4 sushi sushi NOUN NN Number=Sing 2 obj 2:obj _ 5 for for ADP IN _ 8 case 8:case _ @@ -27142,7 +27166,7 @@ # sent_id = reviews-124552-0002 # text = My favorite so far in Bellevue. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 favorite favorite NOUN NN Number=Sing 0 root 0:root _ 3 so so ADV RB _ 4 advmod 4:advmod _ 4 far far ADV RB Degree=Pos 2 advmod 2:advmod _ @@ -27173,7 +27197,7 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj:pass 4:nsubj:pass|6:nsubj:xsubj _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ 3 now now ADV RB _ 4 advmod 4:advmod _ -4 called call VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 Sushi Sushi PROPN NNP Number=Sing 6 compound 6:compound _ 6 Lover Lover PROPN NNP Number=Sing 4 xcomp 4:xcomp SpaceAfter=No 7 . . PUNCT . _ 4 punct 4:punct _ @@ -27184,8 +27208,9 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 just just ADV RB _ 4 advmod 4:advmod _ 4 okay okay ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -5 .. .. PUNCT . _ 4 punct 4:punct SpaceAfter=No -6 wo will AUX MD VerbForm=Fin 8 aux 8:aux SpaceAfter=No +5 .. .. PUNCT . _ 8 punct 8:punct SpaceAfter=No +6-7 won't _ _ _ _ _ _ _ _ +6 wo will AUX MD VerbForm=Fin 8 aux 8:aux _ 7 n't not PART RB _ 8 advmod 8:advmod _ 8 crave crave VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 obj 8:obj SpaceAfter=No @@ -27220,8 +27245,8 @@ 1 Very very ADV RB _ 2 advmod 2:advmod _ 2 good good ADJ JJ Degree=Pos 0 root 0:root _ 3 with with ADP IN _ 8 case 8:case _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ -5 5 5 NUM CD NumType=Card 6 nummod 6:nummod _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +5 5 5 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 year year NOUN NN Number=Sing 7 obl:npmod 7:obl:npmod _ 7 old old ADJ JJ Degree=Pos 8 amod 8:amod _ 8 daughter daughter NOUN NN Number=Sing 2 obl 2:obl:with SpaceAfter=No @@ -27234,7 +27259,7 @@ 3 value value NOUN NN Number=Sing 1 parataxis 1:parataxis _ 4 wine wine NOUN NN Number=Sing 5 compound 5:compound _ 5 list list NOUN NN Number=Sing 1 parataxis 1:parataxis _ -6 to too ADV RB Typo=Yes 5 advmod 5:advmod SpaceAfter=No +6 to too ADV RB Typo=Yes 5 advmod 5:advmod CorrectForm=too|SpaceAfter=No 7 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-008635-0004 @@ -27255,9 +27280,9 @@ # sent_id = reviews-177779-0002 # newpar id = reviews-177779-p0002 # text = Not only are these people completely inefficient and ineffective, but they just don't give a darn. -1 Not not ADV RB _ 2 advmod 2:advmod _ -2 only only ADV RB _ 7 cc:preconj 7:cc:preconj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +1 Not not PART RB _ 7 advmod 7:advmod _ +2 only only ADV RB _ 7 advmod 7:advmod _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 these this DET DT Number=Plur|PronType=Dem 5 det 5:det _ 5 people people NOUN NNS Number=Plur 7 nsubj 7:nsubj|9:nsubj _ 6 completely completely ADV RB _ 7 advmod 7:advmod _ @@ -27269,7 +27294,7 @@ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 13 just just ADV RB _ 16 advmod 16:advmod _ 14-15 don't _ _ _ _ _ _ _ _ -14 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +14 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 15 n't not PART RB _ 16 advmod 16:advmod _ 16 give give VERB VB VerbForm=Inf 7 conj 7:conj:and _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ @@ -27290,7 +27315,7 @@ # sent_id = reviews-353684-0001 # newpar id = reviews-353684-p0001 # text = My favorite place to eat. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 favorite favorite ADJ JJ Degree=Pos 3 amod 3:amod _ 3 place place NOUN NN Number=Sing 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ @@ -27303,9 +27328,9 @@ 2 Atmosphere atmosphere NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 best best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No -6 .. .. PUNCT , _ 5 punct 5:punct _ -7 Italian italian ADJ JJ Degree=Pos 8 amod 8:amod _ +5 best good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +6 .. .. PUNCT , _ 8 punct 8:punct _ +7 Italian Italian ADJ JJ Degree=Pos 8 amod 8:amod _ 8 music music NOUN NN Number=Sing 5 parataxis 5:parataxis SpaceAfter=No 9 , , PUNCT , _ 10 punct 10:punct _ 10 candles candle NOUN NNS Number=Plur 8 conj 8:conj SpaceAfter=No @@ -27314,7 +27339,7 @@ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 friendly friendly ADJ JJ Degree=Pos 12 conj 12:conj:and|15:amod _ 15 staff staff NOUN NN Number=Sing 8 conj 8:conj SpaceAfter=No -16 ... ... PUNCT , _ 5 punct 5:punct _ +16 ... ... PUNCT , _ 21 punct 21:punct _ 17 And and CCONJ CC _ 21 cc 21:cc _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 food food NOUN NN Number=Sing 21 nsubj 21:nsubj _ @@ -27336,7 +27361,7 @@ # text = I'm very happy with the piano lessons Mrs. Lynda Mcmanus taught me. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 happy happy ADJ JJ Degree=Pos 0 root 0:root _ 5 with with ADP IN _ 8 case 8:case _ @@ -27346,8 +27371,8 @@ 9 Mrs. Mrs. PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 10 Lynda Lynda PROPN NNP Number=Sing 9 flat 9:flat _ 11 Mcmanus Mcmanus PROPN NNP Number=Sing 9 flat 9:flat _ -12 taught teach VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ -13 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 12 obj 12:obj SpaceAfter=No +12 taught teach VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +13 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 12 iobj 12:iobj SpaceAfter=No 14 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-343035-0003 @@ -27355,7 +27380,7 @@ 1 Now now ADV RB _ 4 advmod 4:advmod _ 2-3 I'm _ _ _ _ _ _ _ _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -3 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 able able ADJ JJ Degree=Pos 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 play play VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ @@ -27378,16 +27403,16 @@ # text = Its the only pizza place I recommend in Woodland Hills. 1-2 Its _ _ _ _ _ _ _ _ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 6 cop 6:cop CorrectForm='s 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 4 only only ADJ JJ Degree=Pos 6 amod 6:amod _ 5 pizza pizza NOUN NN Number=Sing 6 compound 6:compound _ 6 place place NOUN NN Number=Sing 0 root 0:root _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +8 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 9 in in ADP IN _ 11 case 11:case _ 10 Woodland Woodland PROPN NNP Number=Sing 11 compound 11:compound _ -11 Hills Hills PROPN NNPS Number=Plur 6 obl 6:obl:in SpaceAfter=No +11 Hills Hill PROPN NNPS Number=Plur 6 obl 6:obl:in SpaceAfter=No 12 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-194313-0003 @@ -27397,7 +27422,7 @@ # sent_id = reviews-194313-0004 # text = My wife and kids can't get enough. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 wife wife NOUN NN Number=Sing 7 nsubj 7:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 kids kid NOUN NNS Number=Plur 2 conj 2:conj:and|7:nsubj _ @@ -27411,29 +27436,29 @@ # sent_id = reviews-194313-0005 # text = Highly recommended. 1 Highly highly ADV RB _ 2 advmod 2:advmod _ -2 recommended recommend VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No +2 recommended recommend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ # newdoc id = reviews-105237 # sent_id = reviews-105237-0001 # newpar id = reviews-105237-p0001 # text = Worst place flour tortillas are always hard the beef enchiladas are discussing meat all over cooked was good many yrs ago but restaurant has gone down hill -1 Worst worst ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Worst bad ADJ JJS Degree=Sup 2 amod 2:amod _ 2 place place NOUN NN Number=Sing 0 root 0:root _ 3 flour flour NOUN NN Number=Sing 4 compound 4:compound _ 4 tortillas tortilla NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 always always ADV RB _ 7 advmod 7:advmod _ 7 hard hard ADJ JJ Degree=Pos 2 list 2:list _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 beef beef NOUN NN Number=Sing 10 compound 10:compound _ 10 enchiladas enchilada NOUN NNS Number=Plur 12 nsubj 12:nsubj _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ -12 discussing discussing ADJ JJ Degree=Pos 2 list 2:list _ -13 meat meat NOUN NN Number=Sing 14 nsubj 14:nsubj _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +12 discussing disgusting ADJ JJ Degree=Pos|Typo=Yes 2 list 2:list CorrectForm=disgusting +13 meat meat NOUN NN Number=Sing 16 nsubj:pass 16:nsubj:pass _ 14 all all ADV RB _ 16 advmod 16:advmod _ -15 over over X AFX _ 16 advmod 16:advmod _ -16 cooked cook VERB VBN Tense=Past|VerbForm=Part 2 list 2:list _ +15 over over ADV AFX _ 16 advmod 16:advmod _ +16 cooked cook VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 list 2:list _ 17 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 cop 18:cop _ 18 good good ADJ JJ Degree=Pos 2 list 2:list _ 19 many many ADJ JJ Degree=Pos 20 amod 20:amod _ @@ -27443,8 +27468,8 @@ 23 restaurant restaurant NOUN NN Number=Sing 25 nsubj 25:nsubj _ 24 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ 25 gone go VERB VBN Tense=Past|VerbForm=Part 18 conj 18:conj:but _ -26 down down X GW _ 25 advmod 25:advmod _ -27 hill hill ADV RB _ 26 goeswith 26:goeswith _ +26 down downhill ADV GW Typo=Yes 25 advmod 25:advmod _ +27 hill _ X RB _ 26 goeswith 26:goeswith _ # newdoc id = reviews-275140 # sent_id = reviews-275140-0001 @@ -27452,27 +27477,27 @@ # text = I'm really surprised by the negative reviews. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ 3 really really ADV RB _ 4 advmod 4:advmod _ -4 surprised surprise VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 surprised surprise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 by by ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 negative negative ADJ JJ Degree=Pos 8 amod 8:amod _ -8 reviews review NOUN NNS Number=Plur 4 obl 4:obl:by SpaceAfter=No +8 reviews review NOUN NNS Number=Plur 4 obl:agent 4:obl:agent SpaceAfter=No 9 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-275140-0002 # text = We've had about 5 repairs done on 3 different laptops. 1-2 We've _ _ _ _ _ _ _ _ 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 about about ADV RB _ 5 advmod 5:advmod _ -5 5 5 NUM CD NumType=Card 6 nummod 6:nummod _ +5 5 5 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 repairs repair NOUN NNS Number=Plur 3 obj 3:obj _ -7 done do VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 on on ADP IN _ 11 case 11:case _ -9 3 3 NUM CD NumType=Card 11 nummod 11:nummod _ +9 3 3 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 10 different different ADJ JJ Degree=Pos 11 amod 11:amod _ 11 laptops laptop NOUN NNS Number=Plur 7 obl 7:obl:on SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ @@ -27481,7 +27506,7 @@ # text = They've always been timely and inexpensive. 1-2 They've _ _ _ _ _ _ _ _ 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj|7:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 've have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 always always ADV RB _ 5 advmod 5:advmod _ 4 been be AUX VBN Tense=Past|VerbForm=Part 5 cop 5:cop _ 5 timely timely ADJ JJ Degree=Pos 0 root 0:root _ @@ -27493,7 +27518,7 @@ # sent_id = reviews-191597-0001 # newpar id = reviews-191597-p0001 # text = Awsome! -1 Awsome awesome ADJ JJ Degree=Pos|Typo=Yes 0 root 0:root SpaceAfter=No +1 Awsome awesome ADJ JJ Degree=Pos|Typo=Yes 0 root 0:root CorrectForm=Awesome|SpaceAfter=No 2 ! ! PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-191597-0002 @@ -27505,7 +27530,7 @@ # sent_id = reviews-191597-0003 # newpar id = reviews-191597-p0002 # text = Every thing here is good. -1 Every every DET DT _ 2 det 2:det _ +1 Every every DET DT PronType=Tot 2 det 2:det _ 2 thing thing NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 here here ADV RB PronType=Dem 2 advmod 2:advmod _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ @@ -27516,14 +27541,14 @@ # text = Fish tacos are my fave simple and filling Highly recommend Mi Pueblo. 1 Fish fish NOUN NN Number=Sing 2 compound 2:compound _ 2 tacos taco NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 fave fave NOUN NN Number=Sing 0 root 0:root _ 6 simple simple ADJ JJ Degree=Pos 5 parataxis 5:parataxis _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 filling filling ADJ JJ Degree=Pos 6 conj 6:conj:and _ 9 Highly highly ADV RB _ 10 advmod 10:advmod _ -10 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ +10 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ 11 Mi Mi PROPN NNP Number=Sing 12 compound 12:compound _ 12 Pueblo Pueblo PROPN NNP Number=Sing 10 obj 10:obj SpaceAfter=No 13 . . PUNCT . _ 5 punct 5:punct _ @@ -27542,7 +27567,7 @@ # text = Good local bikeshop 1 Good good ADJ JJ Degree=Pos 4 amod 4:amod _ 2 local local ADJ JJ Degree=Pos 4 amod 4:amod _ -3 bike bike NOUN NN Number=Sing 4 compound 4:compound SpaceAfter=No +3 bike bike NOUN NN Number=Sing 4 compound 4:compound CorrectSpaceAfter=Yes|SpaceAfter=No 4 shop shop NOUN NN Number=Sing 0 root 0:root _ # sent_id = reviews-262422-0002 @@ -27563,9 +27588,9 @@ 5 can can AUX MD VerbForm=Fin 6 aux 6:aux _ 6 do do VERB VB VerbForm=Inf 0 root 0:root _ 7 about about ADV RB _ 8 advmod 8:advmod _ -8 anything anything PRON NN Number=Sing 6 obj 6:obj _ +8 anything anything PRON NN Number=Sing|PronType=Ind 6 obj 6:obj _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -10 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl SpaceAfter=No +10 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl SpaceAfter=No 11 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-262422-0004 @@ -27573,7 +27598,7 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 shop shop NOUN NN Number=Sing 4 nsubj:pass 4:nsubj:pass _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ -4 located locate VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 located locate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 just just ADV RB _ 9 advmod 9:advmod _ 6 off off ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -27585,7 +27610,7 @@ # sent_id = reviews-064146-0001 # newpar id = reviews-064146-p0001 # text = Best Pizzas and Calzones in the City! -1 Best best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Best good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 Pizzas pizza NOUN NNS Number=Plur 0 root 0:root _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 Calzones calzone NOUN NNS Number=Plur 2 conj 2:conj:and _ @@ -27597,7 +27622,7 @@ # sent_id = reviews-064146-0002 # newpar id = reviews-064146-p0002 # text = What a hidden gem! -1 What what DET WDT PronType=Int 4 det 4:det _ +1 What what DET WDT PronType=Int 4 det:predet 4:det:predet _ 2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 hidden hidden ADJ JJ Degree=Pos 4 amod 4:amod _ 4 gem gem NOUN NN Number=Sing 0 root 0:root SpaceAfter=No @@ -27610,19 +27635,19 @@ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 superb superb ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 8 cc 8:cc _ -6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj:pass 8:nsubj:pass _ -7 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux:pass 8:aux:pass _ -8 delivered deliver VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and _ -9 nice nice ADJ JJ Degree=Pos 8 acl 8:acl _ +6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj:pass 8:nsubj:pass|9:nsubj|11:nsubj _ +7 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 aux:pass 8:aux:pass _ +8 delivered deliver VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 conj 4:conj:and _ +9 nice nice ADJ JJ Degree=Pos 6 advcl 6:advcl _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 hot hot ADJ JJ Degree=Pos 9 conj 8:acl|9:conj:and SpaceAfter=No +11 hot hot ADJ JJ Degree=Pos 9 conj 6:advcl|9:conj:and SpaceAfter=No 12 ! ! PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-064146-0004 # text = I highly recommend this place! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 highly highly ADV RB _ 3 advmod 3:advmod _ -3 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 place place NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 6 ! ! PUNCT . _ 3 punct 3:punct _ @@ -27632,12 +27657,12 @@ # newpar id = reviews-118770-p0001 # text = This place is clean and well run with great people. 1 This this DET DT Number=Sing|PronType=Dem 2 det 2:det _ -2 place place NOUN NN Number=Sing 4 nsubj:pass 4:nsubj:pass|7:nsubj:pass _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ +2 place place NOUN NN Number=Sing 4 nsubj 4:nsubj|7:nsubj:pass _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop|7:aux:pass _ 4 clean clean ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 well well ADV RB Degree=Pos 7 advmod 7:advmod _ -7 run run VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and _ +7 run run VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 conj 4:conj:and _ 8 with with ADP IN _ 10 case 10:case _ 9 great great ADJ JJ Degree=Pos 10 amod 10:amod _ 10 people people NOUN NNS Number=Plur 7 obl 7:obl:with SpaceAfter=No @@ -27650,7 +27675,7 @@ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 fresh fresh ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 taste taste VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +6 taste taste VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 4 conj 4:conj:and CorrectForm=tastes 7 great great ADJ JJ Degree=Pos 6 xcomp 6:xcomp SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ @@ -27666,7 +27691,7 @@ # text = We will be back again and again !! 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 will will AUX MD VerbForm=Fin 3 aux 3:aux _ -3 be be VERB VB VerbForm=Inf 0 root 0:root _ +3 be be AUX VB VerbForm=Inf 0 root 0:root _ 4 back back ADV RB _ 3 advmod 3:advmod _ 5 again again ADV RB _ 3 advmod 3:advmod _ 6 and and CCONJ CC _ 7 cc 7:cc _ @@ -27682,7 +27707,7 @@ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 hairstyles hairstyle NOUN NNS Number=Plur 2 conj 2:conj:and|6:nsubj _ 5 that that PRON WDT PronType=Rel 6 nsubj 4:ref _ -6 last last VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl SpaceAfter=No +6 last last VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-162992-0002 @@ -27695,8 +27720,8 @@ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 service service NOUN NN Number=Sing 3 obl 3:obl:with|9:obj _ 7 that that PRON WDT PronType=Rel 9 obj 6:ref _ -8 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +8 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ +9 get get VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 10 at at ADP IN _ 11 case 11:case _ 11 Luxe Luxe PROPN NNP Number=Sing 9 obl 9:obl:at SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ @@ -27709,7 +27734,7 @@ 4 very very ADV RB _ 5 advmod 5:advmod _ 5 pleasant pleasant ADJ JJ Degree=Pos 0 root 0:root _ 6 and and CCONJ CC _ 11 cc 11:cc _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 hair hair NOUN NN Number=Sing 11 nsubj 11:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 always always ADV RB _ 11 advmod 11:advmod _ @@ -27729,7 +27754,7 @@ # newpar id = reviews-263830-p0002 # text = They are very good teachers and nice people to meet here. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj|8:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 good good ADJ JJ Degree=Pos 5 amod 5:amod _ 5 teachers teacher NOUN NNS Number=Plur 0 root 0:root _ @@ -27744,7 +27769,7 @@ # sent_id = reviews-263830-0003 # text = I enjoyed very much to study here. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|6:nsubj:xsubj _ -2 enjoyed enjoy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 enjoyed enjoy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 much much ADV RB _ 2 advmod 2:advmod _ 5 to to PART TO _ 6 mark 6:mark _ @@ -27759,7 +27784,7 @@ 3 place place NOUN NN Number=Sing 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 improve improve VERB VB VerbForm=Inf 3 acl 3:acl:to _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 English English PROPN NNP Number=Sing 5 obj 5:obj _ # newdoc id = reviews-134617 @@ -27823,17 +27848,17 @@ 2 firing fire VERB VBG VerbForm=Ger 9 advcl 9:advcl:after _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 company company NOUN NN Number=Sing 2 obj 2:obj _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 6 next next ADJ JJ Degree=Pos 8 amod 8:amod _ 7 pool pool NOUN NN Number=Sing 8 compound 8:compound _ 8 service service NOUN NN Number=Sing 9 nsubj 9:nsubj _ -9 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 found find VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 filters filter NOUN NNS Number=Plur 15 nsubj:pass 15:nsubj:pass _ -12 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 aux 15:aux _ +12 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 15 aux 15:aux _ 13 not not PART RB _ 15 advmod 15:advmod _ 14 been be AUX VBN Tense=Past|VerbForm=Part 15 aux:pass 15:aux:pass _ -15 cleaned clean VERB VBN Tense=Past|VerbForm=Part 9 ccomp 9:ccomp _ +15 cleaned clean VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 ccomp 9:ccomp _ 16 as as SCONJ IN _ 20 mark 20:mark _ 17 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 18 should should AUX MD VerbForm=Fin 20 aux 20:aux _ @@ -27846,7 +27871,7 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 2 would would AUX MD VerbForm=Fin 3 aux 3:aux _ 3 recommend recommend VERB VB VerbForm=Inf 0 root 0:root _ -4 not not ADV RB _ 5 advmod 5:advmod _ +4 not not PART RB _ 5 advmod 5:advmod _ 5 using use VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 company company NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No @@ -27876,25 +27901,25 @@ 2 'll will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 tell tell VERB VB VerbForm=Inf 0 root 0:root _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 iobj 3:iobj _ -5 one one NUM CD NumType=Card 6 nummod 6:nummod _ +5 one one NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 6 thing thing NOUN NN Number=Sing 3 obj 3:obj _ 7 then then ADV RB PronType=Dem 11 advmod 11:advmod _ 8 $ $ SYM $ _ 10 obl:npmod 10:obl:npmod SpaceAfter=No -9 5,000 5,000 NUM CD NumType=Card 8 nummod 8:nummod _ -10 later later ADV RBR Degree=Cmp 11 advmod 11:advmod _ +9 5,000 5000 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ +10 later late ADV RBR Degree=Cmp 11 advmod 11:advmod _ 11 do do VERB VB VerbForm=Inf 3 conj 3:conj _ -12 another another DET DT _ 11 obj 11:obj SpaceAfter=No +12 another another DET DT PronType=Ind 11 obj 11:obj SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-015573-0004 # text = Lied right to my face then denied it. -1 Lied lie VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Lied lie VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 right right ADV RB _ 5 advmod 5:advmod _ 3 to to ADP IN _ 5 case 5:case _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 face face NOUN NN Number=Sing 1 obl 1:obl:to _ 6 then then ADV RB PronType=Dem 7 advmod 7:advmod _ -7 denied deny VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 conj 1:conj _ +7 denied deny VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj SpaceAfter=No 9 . . PUNCT . _ 1 punct 1:punct _ @@ -27915,23 +27940,23 @@ # newpar id = reviews-198455-p0002 # text = I had a dead battery last week and called this company since they were the closest they had very quick service for a Monday morning, thanks again guys. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|9:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 dead dead ADJ JJ Degree=Pos 5 amod 5:amod _ 5 battery battery NOUN NN Number=Sing 2 obj 2:obj _ 6 last last ADJ JJ Degree=Pos 7 amod 7:amod _ 7 week week NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +9 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 10 this this DET DT Number=Sing|PronType=Dem 11 det 11:det _ 11 company company NOUN NN Number=Sing 9 obj 9:obj _ 12 since since SCONJ IN _ 16 mark 16:mark _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -14 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 cop 16:cop _ +14 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 16 cop 16:cop _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -16 closest closest ADJ JJS Degree=Sup 9 advcl 9:advcl:since _ +16 closest close ADJ JJS Degree=Sup 9 advcl 9:advcl:since _ 17 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -18 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +18 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 19 very very ADV RB _ 20 advmod 20:advmod _ 20 quick quick ADJ JJ Degree=Pos 21 amod 21:amod _ 21 service service NOUN NN Number=Sing 18 obj 18:obj _ @@ -27939,7 +27964,7 @@ 23 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 24 Monday Monday PROPN NNP Number=Sing 25 compound 25:compound _ 25 morning morning NOUN NN Number=Sing 21 nmod 21:nmod:for SpaceAfter=No -26 , , PUNCT , _ 2 punct 2:punct _ +26 , , PUNCT , _ 27 punct 27:punct _ 27 thanks thanks NOUN NN Number=Sing 2 parataxis 2:parataxis _ 28 again again ADV RB _ 27 advmod 27:advmod _ 29 guys guy NOUN NNS Number=Plur 27 vocative 27:vocative SpaceAfter=No @@ -27950,7 +27975,7 @@ # newpar id = reviews-267982-p0001 # text = I won a golf lesson certificate with Adz through a charity auction. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 won win VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 won win VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 4 golf golf NOUN NN Number=Sing 5 compound 5:compound _ 5 lesson lesson NOUN NN Number=Sing 6 compound 6:compound _ @@ -27968,22 +27993,22 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 lesson lesson NOUN NN Number=Sing 4 nsubj:pass 4:nsubj:pass _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ -4 donated donate VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 donated donate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 by by ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -7 teacher teacher NOUN NN Number=Sing 4 obl 4:obl:by _ +7 teacher teacher NOUN NN Number=Sing 4 obl:agent 4:obl:agent _ 8 Adz Adz PROPN NNP Number=Sing 7 appos 7:appos SpaceAfter=No 9 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-267982-0003 # text = So i booked the lesson and loved it. 1 So so ADV RB _ 3 advmod 3:advmod _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|7:nsubj _ -3 booked book VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|7:nsubj _ +3 booked book VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 lesson lesson NOUN NN Number=Sing 3 obj 3:obj _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 loved love VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +7 loved love VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj SpaceAfter=No 9 . . PUNCT . _ 3 punct 3:punct _ @@ -28002,22 +28027,22 @@ # sent_id = reviews-202402-0002 # newpar id = reviews-202402-p0002 # text = When my server crashed, Greg worked from 7 PM until 4 AM and had my company up and running the next morning. -1 When when SCONJ WRB PronType=Int 4 mark 4:mark _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 When when ADV WRB PronType=Int 4 advmod 4:advmod _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 server server NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 crashed crash VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:when SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +4 crashed crash VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:when SpaceAfter=No +5 , , PUNCT , _ 4 punct 4:punct _ 6 Greg Greg PROPN NNP Number=Sing 7 nsubj 7:nsubj|15:nsubj _ -7 worked work VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 worked work VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 from from ADP IN _ 10 case 10:case _ -9 7 7 NUM CD NumType=Card 10 nummod 10:nummod _ -10 PM pm NOUN NN Number=Sing 7 obl 7:obl:from _ +9 7 7 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ +10 PM p.m. NOUN NN Number=Sing 7 obl 7:obl:from _ 11 until until ADP IN _ 13 case 13:case _ -12 4 4 NUM CD NumType=Card 13 nummod 13:nummod _ -13 AM am NOUN NN Number=Sing 7 obl 7:obl:until _ +12 4 4 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ +13 AM a.m. NOUN NN Number=Sing 7 obl 7:obl:until _ 14 and and CCONJ CC _ 15 cc 15:cc _ -15 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 company company NOUN NN Number=Sing 15 obj 15:obj|18:nsubj:xsubj|20:nsubj:xsubj _ 18 up up ADV RB _ 15 xcomp 15:xcomp _ 19 and and CCONJ CC _ 20 cc 20:cc _ @@ -28030,14 +28055,14 @@ # sent_id = reviews-202402-0003 # text = That's what I call customer service! 1-2 That's _ _ _ _ _ _ _ _ -1 That that PRON DT Number=Sing|PronType=Dem 2 nsubj 2:nsubj _ -2 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 what what PRON WP PronType=Int 5 obj 5:obj|7:nsubj:xsubj _ +1 That that PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ +2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +3 what what PRON WP PronType=Rel 0 root 0:root|5:obj _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 call call VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +5 call call VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 customer customer NOUN NN Number=Sing 7 compound 7:compound _ 7 service service NOUN NN Number=Sing 5 xcomp 5:xcomp SpaceAfter=No -8 ! ! PUNCT . _ 2 punct 2:punct _ +8 ! ! PUNCT . _ 3 punct 3:punct _ # newdoc id = reviews-021370 # sent_id = reviews-021370-0001 @@ -28059,7 +28084,7 @@ 3 fine fine ADJ JJ Degree=Pos 0 root 0:root _ 4 for for ADP IN _ 8 case 8:case _ 5 mass mass ADJ JJ Degree=Pos 7 amod 7:amod SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 market market NOUN NN Number=Sing 8 compound 8:compound _ 8 chocolate chocolate NOUN NN Number=Sing 3 obl 3:obl:for SpaceAfter=No 9 , , PUNCT , _ 28 punct 28:punct _ @@ -28073,7 +28098,7 @@ 17 TCHO TCHO PROPN NNP Number=Sing 15 conj 12:nmod:like|15:conj:and SpaceAfter=No 18 , , PUNCT , _ 23 punct 23:punct _ 19 and and CCONJ CC _ 23 cc 23:cc _ -20 smaller smaller ADJ JJS Degree=Sup 23 amod 23:amod _ +20 smaller small ADJ JJR Degree=Cmp 23 amod 23:amod _ 21 artisan artisan NOUN NN Number=Sing 23 compound 23:compound _ 22 chocolate chocolate NOUN NN Number=Sing 23 compound 23:compound _ 23 makers maker NOUN NNS Number=Plur 15 conj 12:nmod:like|15:conj:and _ @@ -28095,7 +28120,7 @@ # sent_id = reviews-147825-0002 # newpar id = reviews-147825-p0002 # text = 45p for tap water! -1 45 45 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No +1 45 45 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No 2 p p NOUN NN Number=Sing 0 root 0:root _ 3 for for ADP IN _ 5 case 5:case _ 4 tap tap NOUN NN Number=Sing 5 compound 5:compound _ @@ -28110,29 +28135,29 @@ # sent_id = reviews-147825-0004 # text = Don't think I've ever been charged before. 1-2 Don't _ _ _ _ _ _ _ _ -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 n't not PART RB _ 3 advmod 3:advmod _ 3 think think VERB VB VerbForm=Inf 0 root 0:root _ 4-5 I've _ _ _ _ _ _ _ _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj:pass 8:nsubj:pass _ -5 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +5 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 6 ever ever ADV RB _ 8 advmod 8:advmod _ 7 been be AUX VBN Tense=Past|VerbForm=Part 8 aux:pass 8:aux:pass _ -8 charged charge VERB VBN Tense=Past|VerbForm=Part 3 ccomp 3:ccomp _ +8 charged charge VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 ccomp 3:ccomp _ 9 before before ADV RB _ 8 advmod 8:advmod SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-147825-0005 # text = Oh, and salad cream, not mayonnaise, on the coleslaw. 1 Oh oh INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 and and CCONJ CC _ 5 cc 5:cc _ 4 salad salad NOUN NN Number=Sing 5 compound 5:compound _ 5 cream cream NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 6 , , PUNCT , _ 8 punct 8:punct _ -7 not not CCONJ CC _ 8 cc 8:cc _ +7 not not PART RB _ 8 advmod 8:advmod _ 8 mayonnaise mayonnaise NOUN NN Number=Sing 5 conj 5:conj:not SpaceAfter=No -9 , , PUNCT , _ 5 punct 5:punct _ +9 , , PUNCT , _ 12 punct 12:punct _ 10 on on ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 coleslaw coleslaw NOUN NN Number=Sing 5 nmod 5:nmod:on SpaceAfter=No @@ -28170,19 +28195,19 @@ # sent_id = reviews-030875-0003 # text = Their location, the northwest corner of S. 10th & Federal Sts., is now home to Slice Pizza. -1 Their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 location location NOUN NN Number=Sing 16 nsubj 16:nsubj SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 6 punct 6:punct _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 northwest northwest NOUN NN Number=Sing 6 compound 6:compound _ 6 corner corner NOUN NN Number=Sing 2 appos 2:appos _ 7 of of ADP IN _ 12 case 12:case _ 8 S. S. PROPN NNP Number=Sing 9 compound 9:compound _ -9 10th 10th PROPN NNP Number=Sing 12 compound 12:compound _ +9 10th 10th ADJ NNP NumForm=Combi|NumType=Ord 12 amod 12:amod _ 10 & & CCONJ CC _ 11 cc 11:cc _ 11 Federal Federal PROPN NNP Number=Sing 9 conj 9:conj|12:compound _ 12 Sts. Sts. PROPN NNPS Number=Plur 6 nmod 6:nmod:of SpaceAfter=No -13 , , PUNCT , _ 16 punct 16:punct _ +13 , , PUNCT , _ 2 punct 2:punct _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 15 now now ADV RB _ 16 advmod 16:advmod _ 16 home home NOUN NN Number=Sing 0 root 0:root _ @@ -28195,10 +28220,10 @@ # sent_id = reviews-379701-0001 # newpar id = reviews-379701-p0001 # text = VERYYYY!!!! VERYYY!! Good auto repair men. -1 VERYYYY veryyyy ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 !!!! !!!! PUNCT . _ 5 punct 5:punct _ -3 VERYYY veryyy ADV RB _ 5 advmod 5:advmod SpaceAfter=No -4 !! !! PUNCT . _ 5 punct 5:punct _ +1 VERYYYY very ADV RB Style=Expr 5 advmod 5:advmod CorrectForm=Very|SpaceAfter=No +2 !!!! !!!! PUNCT . _ 1 punct 1:punct _ +3 VERYYY very ADV RB Style=Expr 5 advmod 5:advmod CorrectForm=very|SpaceAfter=No +4 !! !! PUNCT . _ 3 punct 3:punct _ 5 Good good ADJ JJ Degree=Pos 8 amod 8:amod _ 6 auto auto NOUN NN Number=Sing 7 compound 7:compound _ 7 repair repair NOUN NN Number=Sing 8 compound 8:compound _ @@ -28207,7 +28232,7 @@ # sent_id = reviews-379701-0002 # text = Do the job honest and quickly as possible. -1 Do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Do do VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 job job NOUN NN Number=Sing 1 obj 1:obj _ 4 honest honest ADV RB _ 1 advmod 1:advmod _ @@ -28220,9 +28245,9 @@ # sent_id = reviews-379701-0003 # text = Would 100% recomend to others for a great service. 1 Would would AUX MD VerbForm=Fin 4 aux 4:aux _ -2 100 100 NUM CD NumType=Card 3 nummod 3:nummod SpaceAfter=No +2 100 100 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No 3 % % SYM NN Number=Sing 4 obl:npmod 4:obl:npmod _ -4 recomend recommend VERB VB Typo=Yes|VerbForm=Inf 0 root 0:root _ +4 recomend recommend VERB VB Typo=Yes|VerbForm=Inf 0 root 0:root CorrectForm=recommend 5 to to ADP IN _ 6 case 6:case _ 6 others other NOUN NNS Number=Plur 4 obl 4:obl:to _ 7 for for ADP IN _ 10 case 10:case _ @@ -28233,11 +28258,11 @@ # sent_id = reviews-379701-0004 # text = Thank You Barrys Auto Tech! -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 You you PRON PRP Case=Nom|Person=2|PronType=Prs 1 obj 1:obj _ 3-4 Barrys _ _ _ _ _ _ _ _ 3 Barry Barry PROPN NNP Number=Sing 6 nmod:poss 6:nmod:poss _ -4 s 's PART POS _ 3 case 3:case _ +4 s 's PART POS Typo=Yes 3 case 3:case CorrectForm='s 5 Auto Auto PROPN NNP Number=Sing 6 compound 6:compound _ 6 Tech Tech PROPN NNP Number=Sing 2 appos 2:appos SpaceAfter=No 7 ! ! PUNCT . _ 1 punct 1:punct _ @@ -28257,7 +28282,7 @@ 1 Ashdown Ashdown PROPN NNP Number=Sing 3 compound 3:compound _ 2 Horse Horse PROPN NNP Number=Sing 3 compound 3:compound _ 3 Transport Transport PROPN NNP Number=Sing 5 nsubj 5:nsubj _ -4 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 cop 5:cop _ +4 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 5 fantastic fantastic ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 6 ! ! PUNCT . _ 5 punct 5:punct _ @@ -28280,7 +28305,7 @@ 3 hesitate hesitate VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 recommend recommend VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 anyone anyone PRON NN Number=Sing 5 obj 5:obj SpaceAfter=No +6 anyone anyone PRON NN Number=Sing|PronType=Ind 5 obj 5:obj SpaceAfter=No 7 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-205014-0005 @@ -28293,7 +28318,7 @@ # sent_id = reviews-205014-0006 # text = PS. Love the new website! 1 PS. ps. NOUN NN Number=Sing 0 root 0:root _ -2 Love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 appos 1:appos _ +2 Love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 appos 1:appos _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 new new ADJ JJ Degree=Pos 5 amod 5:amod _ 5 website website NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No @@ -28306,7 +28331,7 @@ 1-2 Miami's _ _ _ _ _ _ _ _ 1 Miami Miami PROPN NNP Number=Sing 5 nmod:poss 5:nmod:poss _ 2 's 's PART POS _ 1 case 1:case _ -3 best best ADJ JJS Degree=Sup 5 amod 5:amod _ +3 best good ADJ JJS Degree=Sup 5 amod 5:amod _ 4 tutoring tutoring NOUN NN Number=Sing 5 compound 5:compound _ 5 service service NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 6 ! ! PUNCT . _ 5 punct 5:punct _ @@ -28314,7 +28339,7 @@ # sent_id = reviews-306740-0002 # newpar id = reviews-306740-p0002 # text = My son was able to advance a full two grades within 9 months! -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 son son NOUN NN Number=Sing 4 nsubj 4:nsubj|6:nsubj:xsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 4 able able ADJ JJ Degree=Pos 0 root 0:root _ @@ -28322,10 +28347,10 @@ 6 advance advance VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 8 full full ADJ JJ Degree=Pos 10 amod 10:amod _ -9 two two NUM CD NumType=Card 10 nummod 10:nummod _ +9 two two NUM CD NumForm=Word|NumType=Card 10 nummod 10:nummod _ 10 grades grade NOUN NNS Number=Plur 6 obj 6:obj _ 11 within within ADP IN _ 13 case 13:case _ -12 9 9 NUM CD NumType=Card 13 nummod 13:nummod _ +12 9 9 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 13 months month NOUN NNS Number=Plur 6 obl 6:obl:within SpaceAfter=No 14 ! ! PUNCT . _ 4 punct 4:punct _ @@ -28341,7 +28366,7 @@ 8 help help NOUN NN Number=Sing 7 obj 7:obj _ 9 with with ADP IN _ 14 case 14:case _ 10 elementary elementary ADJ JJ Degree=Pos 13 amod 13:amod _ -11 - - PUNCT HYPH _ 12 case 12:case _ +11 - - SYM HYPH _ 12 case 12:case _ 12 middle middle NOUN NN Number=Sing 10 obl 10:obl _ 13 school school NOUN NN Number=Sing 14 compound 14:compound _ 14 work work NOUN NN Number=Sing 8 nmod 8:nmod:with SpaceAfter=No @@ -28352,7 +28377,7 @@ # newpar id = reviews-058274-p0001 # text = Food - very good for a midnight meal that isn't fast food. 1 Food food NOUN NN Number=Sing 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +2 - - PUNCT : _ 4 punct 4:punct _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 good good ADJ JJ Degree=Pos 1 appos 1:appos _ 5 for for ADP IN _ 8 case 8:case _ @@ -28370,10 +28395,10 @@ # sent_id = reviews-058274-0002 # text = Service - the workers are usually pleasant. 1 Service service NOUN NN Number=Sing 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +2 - - PUNCT : _ 7 punct 7:punct _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 workers worker NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 usually usually ADV RB _ 7 advmod 7:advmod _ 7 pleasant pleasant ADJ JJ Degree=Pos 1 appos 1:appos SpaceAfter=No 8 . . PUNCT . _ 1 punct 1:punct _ @@ -28384,7 +28409,7 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 always always ADV RB _ 4 advmod 4:advmod _ 4 fun fun ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 10 punct 10:punct _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 assortment assortment NOUN NN Number=Sing 10 nsubj 10:nsubj _ 8 of of ADP IN _ 9 case 9:case _ @@ -28411,7 +28436,7 @@ 4 of of ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 ride ride NOUN NN Number=Sing 3 obl 3:obl:of _ -7 more more ADJ JJR Degree=Cmp 6 advmod 6:advmod _ +7 more more ADJ JJR Degree=Cmp|ExtPos=ADV 6 advmod 6:advmod _ 8 than than ADP IN _ 7 fixed 7:fixed _ 9 an a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 hour hour NOUN NN Number=Sing 6 parataxis 6:parataxis SpaceAfter=No @@ -28420,7 +28445,7 @@ # sent_id = reviews-158740-0003 # text = I had so many strawberries right on the field...strongly recomend...dont forget to try their great ice cream 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 so so ADV RB _ 4 advmod 4:advmod _ 4 many many ADJ JJ Degree=Pos 5 amod 5:amod _ 5 strawberries strawberry NOUN NNS Number=Plur 2 obj 2:obj _ @@ -28428,16 +28453,17 @@ 7 on on ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 field field NOUN NN Number=Sing 2 obl 2:obl:on SpaceAfter=No -10 ... ... PUNCT , _ 2 punct 2:punct SpaceAfter=No +10 ... ... PUNCT , _ 12 punct 12:punct SpaceAfter=No 11 strongly strongly ADV RB _ 12 advmod 12:advmod _ -12 recomend recommend VERB VBP Mood=Ind|Tense=Pres|Typo=Yes|VerbForm=Fin 2 parataxis 2:parataxis SpaceAfter=No -13 ... ... PUNCT , _ 2 punct 2:punct SpaceAfter=No -14 do do AUX VB Mood=Imp|VerbForm=Fin 16 aux 16:aux SpaceAfter=No -15 nt not PART RB _ 16 advmod 16:advmod _ +12 recomend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 2 parataxis 2:parataxis CorrectForm=recommend|SpaceAfter=No +13 ... ... PUNCT , _ 16 punct 16:punct SpaceAfter=No +14-15 dont _ _ _ _ _ _ _ _ +14 do do AUX VB Mood=Imp|VerbForm=Fin 16 aux 16:aux _ +15 nt not PART RB Typo=Yes 16 advmod 16:advmod CorrectForm=n't 16 forget forget VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis _ 17 to to PART TO _ 18 mark 18:mark _ 18 try try VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ -19 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +19 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 20 great great ADJ JJ Degree=Pos 22 amod 22:amod _ 21 ice ice NOUN NN Number=Sing 22 compound 22:compound _ 22 cream cream NOUN NN Number=Sing 18 obj 18:obj _ @@ -28455,31 +28481,31 @@ 1 this this PRON DT Number=Sing|PronType=Dem 4 nsubj 4:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 not not PART RB _ 4 advmod 4:advmod _ -4 where where ADV WRB PronType=Int 0 root 0:root _ +4 where where ADV WRB PronType=Rel 0 root 0:root|12:advmod _ 5 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -6 Blue Blue PROPN NNP Number=Sing 7 compound 7:compound _ +6 Blue Blue ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Water Water PROPN NNP Number=Sing 8 compound 8:compound _ 8 Bridge Bridge PROPN NNP Number=Sing 10 compound 10:compound _ 9 Duty Duty PROPN NNP Number=Sing 10 compound 10:compound _ 10 Free Free PROPN NNP Number=Sing 12 nsubj:pass 12:nsubj:pass _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 aux:pass 12:aux:pass _ -12 located locate VERB VBN Tense=Past|VerbForm=Part 4 acl:relcl 4:acl:relcl SpaceAfter=No +12 located locate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 advcl:relcl 4:advcl:relcl SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-090390-0003 # text = It is, surprisingly, near the Blue Water Bridges, some miles to the west of this location. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 , , PUNCT , _ 4 punct 4:punct _ 4 surprisingly surprisingly ADV RB _ 2 advmod 2:advmod SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ +5 , , PUNCT , _ 10 punct 10:punct _ 6 near near ADP IN _ 10 case 10:case _ 7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -8 Blue Blue PROPN NNP Number=Sing 9 compound 9:compound _ +8 Blue Blue ADJ NNP Degree=Pos 9 amod 9:amod _ 9 Water Water PROPN NNP Number=Sing 10 compound 10:compound _ -10 Bridges Bridges PROPN NNPS Number=Plur 2 obl 2:obl:near SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ -12 some some DET DT _ 13 det 13:det _ +10 Bridges Bridge PROPN NNPS Number=Plur 2 obl 2:obl:near SpaceAfter=No +11 , , PUNCT , _ 16 punct 16:punct _ +12 some some DET DT PronType=Ind 13 det 13:det _ 13 miles mile NOUN NNS Number=Plur 16 nmod:npmod 16:nmod:npmod _ 14 to to ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -28493,13 +28519,13 @@ # sent_id = reviews-009943-0001 # newpar id = reviews-009943-p0001 # text = such a great idea this was, so easy to load and pack, no ramp, no step up no back aches. -1 such such DET PDT _ 4 det:predet 4:det:predet _ +1 such such DET PDT PronType=Ind 4 det:predet 4:det:predet _ 2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 great great ADJ JJ Degree=Pos 4 amod 4:amod _ 4 idea idea NOUN NN Number=Sing 0 root 0:root _ 5 this this PRON DT Number=Sing|PronType=Dem 4 nsubj 4:nsubj _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop SpaceAfter=No -7 , , PUNCT , _ 4 punct 4:punct _ +7 , , PUNCT , _ 9 punct 9:punct _ 8 so so ADV RB _ 9 advmod 9:advmod _ 9 easy easy ADJ JJ Degree=Pos 4 parataxis 4:parataxis _ 10 to to PART TO _ 11 mark 11:mark _ @@ -28507,13 +28533,13 @@ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 pack pack VERB VB VerbForm=Inf 11 conj 9:ccomp|11:conj:and SpaceAfter=No 14 , , PUNCT , _ 16 punct 16:punct _ -15 no no DET DT _ 16 det 16:det _ +15 no no DET DT PronType=Neg 16 det 16:det _ 16 ramp ramp NOUN NN Number=Sing 4 parataxis 4:parataxis SpaceAfter=No -17 , , PUNCT , _ 16 punct 16:punct _ -18 no no DET DT _ 19 det 19:det _ +17 , , PUNCT , _ 19 punct 19:punct _ +18 no no DET DT PronType=Neg 19 det 19:det _ 19 step step NOUN NN Number=Sing 16 appos 16:appos _ 20 up up ADV RB _ 19 advmod 19:advmod _ -21 no no DET DT _ 23 det 23:det _ +21 no no DET DT PronType=Neg 23 det 23:det _ 22 back back NOUN NN Number=Sing 23 compound 23:compound _ 23 aches ache NOUN NNS Number=Plur 4 parataxis 4:parataxis SpaceAfter=No 24 . . PUNCT . _ 4 punct 4:punct _ @@ -28526,11 +28552,11 @@ 4 pod pod NOUN NN Number=Sing 1 obl 1:obl:with _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 6 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -7 best best ADJ JJS Degree=Sup 9 amod 9:amod _ +7 best good ADJ JJS Degree=Sup 9 amod 9:amod _ 8 moving moving NOUN NN Number=Sing 9 compound 9:compound _ 9 experience experience NOUN NN Number=Sing 0 root 0:root _ -10 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -11 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +10 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ +11 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 had have VERB VBN Tense=Past|VerbForm=Part 9 acl:relcl 9:acl:relcl SpaceAfter=No 13 . . PUNCT . _ 9 punct 9:punct _ @@ -28548,19 +28574,19 @@ 2 statement statement NOUN NN Number=Sing 13 nsubj:pass 13:nsubj:pass _ 3 about about ADP IN _ 6 case 6:case _ 4 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No -5 best best ADJ JJS Degree=Sup 6 amod 6:amod _ -6 hamburguers hamburger NOUN NNS Number=Plur|Typo=Yes 2 nmod 2:nmod:about _ +5 best good ADJ JJS Degree=Sup 6 amod 6:amod _ +6 hamburguers hamburger NOUN NNS Number=Plur|Typo=Yes 2 nmod 2:nmod:about CorrectForm=hamburgers 7 in in ADP IN _ 8 case 8:case _ 8 town town NOUN NN Number=Sing 6 nmod 6:nmod:in SpaceAfter=No 9 " " PUNCT '' _ 6 punct 6:punct _ 10 can can AUX MD VerbForm=Fin 13 aux 13:aux _ 11 be be AUX VB VerbForm=Inf 13 aux:pass 13:aux:pass _ 12 even even ADV RB _ 13 advmod 13:advmod _ -13 amplifiaed amplify VERB VBN Tense=Past|Typo=Yes|VerbForm=Part 0 root 0:root _ +13 amplifiaed amplify VERB VBN Tense=Past|Typo=Yes|VerbForm=Part|Voice=Pass 0 root 0:root CorrectForm=amplified 14 to to ADP IN _ 17 case 17:case _ 15 " " PUNCT `` _ 17 punct 17:punct SpaceAfter=No -16 best best ADJ JJS Degree=Sup 17 amod 17:amod _ -17 hamburguers hamburger NOUN NNS Number=Plur|Typo=Yes 13 obl 13:obl:to _ +16 best good ADJ JJS Degree=Sup 17 amod 17:amod _ +17 hamburguers hamburger NOUN NNS Number=Plur|Typo=Yes 13 obl 13:obl:to CorrectForm=hamburgers 18 in in ADP IN _ 19 case 19:case _ 19 world world NOUN NN Number=Sing 17 nmod 17:nmod:in SpaceAfter=No 20 " " PUNCT '' _ 17 punct 17:punct _ @@ -28583,12 +28609,12 @@ # sent_id = reviews-059088-0001 # newpar id = reviews-059088-p0001 # text = Best Cigar lounge on the blouvard. -1 Best best ADJ JJS Degree=Sup 3 amod 3:amod _ +1 Best good ADJ JJS Degree=Sup 3 amod 3:amod _ 2 Cigar cigar NOUN NN Number=Sing 3 compound 3:compound _ 3 lounge lounge NOUN NN Number=Sing 0 root 0:root _ 4 on on ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 blouvard boulevard NOUN NN Number=Sing|Typo=Yes 3 nmod 3:nmod:on SpaceAfter=No +6 blouvard boulevard NOUN NN Number=Sing|Typo=Yes 3 nmod 3:nmod:on CorrectForm=boulevard|SpaceAfter=No 7 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-059088-0002 @@ -28596,23 +28622,23 @@ 1 Encino Encino PROPN NNP Number=Sing 4 nsubj:pass 4:nsubj:pass _ 2 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux:pass 4:aux:pass _ -4 blessed bless VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 blessed bless VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 by by ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -7 opening opening NOUN NN Number=Sing 4 obl 4:obl:by _ +7 opening opening NOUN NN Number=Sing 4 obl:agent 4:obl:agent _ 8 of of ADP IN _ 11 case 11:case _ 9 this this DET DT Number=Sing|PronType=Dem 11 det 11:det _ 10 smoke smoke NOUN NN Number=Sing 11 compound 11:compound _ 11 shop shop NOUN NN Number=Sing 7 nmod 7:nmod:of _ -12 most most ADV RBS _ 13 advmod 13:advmod _ -13 definately definitely ADV RB Typo=Yes 4 advmod 4:advmod SpaceAfter=No +12 most most ADV RBS Degree=Sup 13 advmod 13:advmod _ +13 definately definitely ADV RB Typo=Yes 4 advmod 4:advmod CorrectForm=definitely|SpaceAfter=No 14 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-059088-0003 # text = If you mention the name Amir you will receive %10 off at time of purchase 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 mention mention VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ +3 mention mention VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 name name NOUN NN Number=Sing 3 obj 3:obj _ 6 Amir Amir PROPN NNP Number=Sing 5 appos 5:appos _ @@ -28620,7 +28646,7 @@ 8 will will AUX MD VerbForm=Fin 9 aux 9:aux _ 9 receive receive VERB VB VerbForm=Inf 0 root 0:root _ 10 % % SYM NN Number=Sing 9 obj 9:obj SpaceAfter=No -11 10 10 NUM CD NumType=Card 10 nummod 10:nummod _ +11 10 10 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 12 off off ADV RB _ 10 advmod 10:advmod _ 13 at at ADP IN _ 14 case 14:case _ 14 time time NOUN NN Number=Sing 9 obl 9:obl:at _ @@ -28639,20 +28665,20 @@ # sent_id = reviews-067423-0002 # newpar id = reviews-067423-p0002 # text = Our family has been trusting Doctor Hank with our teeth for the last seven years. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 family family NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 been be AUX VBN Tense=Past|VerbForm=Part 5 aux 5:aux _ 5 trusting trust VERB VBG VerbForm=Ger 0 root 0:root _ -6 Doctor Doctor PROPN NNP Number=Sing 5 obj 5:obj _ +6 Doctor Doctor PROPN NNP Number=Sing 5 iobj 5:iobj _ 7 Hank Hank PROPN NNP Number=Sing 6 flat 6:flat _ 8 with with ADP IN _ 10 case 10:case _ -9 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ -10 teeth teeth NOUN NN Number=Sing 5 obl 5:obl:with _ +9 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +10 teeth tooth NOUN NN Number=Sing 5 obl 5:obl:with _ 11 for for ADP IN _ 15 case 15:case _ 12 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 13 last last ADJ JJ Degree=Pos 15 amod 15:amod _ -14 seven seven NUM CD NumType=Card 15 nummod 15:nummod _ +14 seven seven NUM CD NumForm=Word|NumType=Card 15 nummod 15:nummod _ 15 years year NOUN NNS Number=Plur 5 obl 5:obl:for SpaceAfter=No 16 . . PUNCT . _ 5 punct 5:punct _ @@ -28664,13 +28690,13 @@ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 go go VERB VB VerbForm=Inf 0 root 0:root _ 5 to to ADP IN _ 6 case 6:case _ -6 anyone anyone PRON NN Number=Sing 4 obl 4:obl:to _ +6 anyone anyone PRON NN Number=Sing|PronType=Ind 4 obl 4:obl:to _ 7 else else ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-067423-0004 # text = Everyone on staff is very professional and friendly. -1 Everyone everyone PRON NN Number=Sing 6 nsubj 6:nsubj|8:nsubj _ +1 Everyone everyone PRON NN Number=Sing|PronType=Tot 6 nsubj 6:nsubj|8:nsubj _ 2 on on ADP IN _ 3 case 3:case _ 3 staff staff NOUN NN Number=Sing 1 nmod 1:nmod:on _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ @@ -28684,7 +28710,7 @@ # sent_id = reviews-016861-0001 # newpar id = reviews-016861-p0001 # text = Stayed in the Seaview room here in December 2009! -1 Stayed stay VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Stayed stay VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 in in ADP IN _ 5 case 5:case _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 Seaview seaview NOUN NN Number=Sing 5 compound 5:compound _ @@ -28692,7 +28718,7 @@ 6 here here ADV RB PronType=Dem 1 advmod 1:advmod _ 7 in in ADP IN _ 8 case 8:case _ 8 December December PROPN NNP Number=Sing 1 obl 1:obl:in _ -9 2009 2009 NUM CD NumType=Card 8 nummod 8:nummod SpaceAfter=No +9 2009 2009 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod SpaceAfter=No 10 ! ! PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-016861-0002 @@ -28709,7 +28735,7 @@ 2 furnishing furnishing NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 finishes finish NOUN NNS Number=Plur 2 conj 2:conj:and|6:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 great great ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 7 . . PUNCT . _ 6 punct 6:punct _ @@ -28717,12 +28743,12 @@ # text = I highly recommend Bay View if you are looking for Accommodation in Camps Bay. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 highly highly ADV RB _ 3 advmod 3:advmod _ -3 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 Bay Bay PROPN NNP Number=Sing 5 compound 5:compound _ 5 View View PROPN NNP Number=Sing 3 obj 3:obj _ 6 if if SCONJ IN _ 9 mark 9:mark _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +8 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 9 looking look VERB VBG VerbForm=Ger 3 advcl 3:advcl:if _ 10 for for ADP IN _ 11 case 11:case _ 11 Accommodation accommodation NOUN NN Number=Sing 9 obl 9:obl:for _ @@ -28736,7 +28762,7 @@ # newpar id = reviews-083849-p0001 # text = Surprisingly, this little strip mall restaurant has the best sushi I've found in the Tampa area. 1 Surprisingly surprisingly ADV RB _ 8 advmod 8:advmod SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 4 little little ADJ JJ Degree=Pos 7 amod 7:amod _ 5 strip strip NOUN NN Number=Sing 6 compound 6:compound _ @@ -28744,11 +28770,11 @@ 7 restaurant restaurant NOUN NN Number=Sing 8 nsubj 8:nsubj _ 8 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 best best ADJ JJS Degree=Sup 11 amod 11:amod _ +10 best good ADJ JJS Degree=Sup 11 amod 11:amod _ 11 sushi sushi NOUN NN Number=Sing 8 obj 8:obj _ 12-13 I've _ _ _ _ _ _ _ _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -13 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +13 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 14 found find VERB VBN Tense=Past|VerbForm=Part 11 acl:relcl 11:acl:relcl _ 15 in in ADP IN _ 18 case 18:case _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ @@ -28777,9 +28803,9 @@ 5 hour hour NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 6 just just ADV RB _ 9 advmod 9:advmod _ 7 for for ADP IN _ 9 case 9:case _ -8 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 volcano volcano NOUN NN Number=Sing 3 obl 3:obl:for SpaceAfter=No -10 , , PUNCT , _ 3 punct 3:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 yum yum INTJ UH _ 3 discourse 3:discourse SpaceAfter=No 12 ! ! PUNCT . _ 3 punct 3:punct _ @@ -28796,7 +28822,7 @@ # newpar id = reviews-380048-p0002 # text = We had a fantastic time. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 fantastic fantastic ADJ JJ Degree=Pos 5 amod 5:amod _ 5 time time NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No @@ -28804,7 +28830,7 @@ # sent_id = reviews-380048-0003 # text = Such a relaxing atmosphere and inspiring architecture. -1 Such such DET PDT _ 4 det:predet 4:det:predet _ +1 Such such DET PDT PronType=Ind 4 det:predet 4:det:predet _ 2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 relaxing relaxing ADJ JJ Degree=Pos 4 amod 4:amod _ 4 atmosphere atmosphere NOUN NN Number=Sing 0 root 0:root _ @@ -28833,12 +28859,12 @@ # sent_id = reviews-380048-0006 # text = Thank-You for sharing your cottage! -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 3 You you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 4 for for SCONJ IN _ 5 mark 5:mark _ 5 sharing share VERB VBG VerbForm=Ger 1 advcl 1:advcl:for _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 cottage cottage NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No 8 ! ! PUNCT . _ 1 punct 1:punct _ @@ -28865,7 +28891,7 @@ 2 since since SCONJ IN _ 7 mark 7:mark _ 3-4 I'm _ _ _ _ _ _ _ _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -4 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +4 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 5 on on ADP IN _ 7 case 7:case _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 budget budget NOUN NN Number=Sing 1 advcl 1:advcl:on SpaceAfter=No @@ -28875,25 +28901,25 @@ # text = But otherwise, it can feel pricey for what you get. 1 But but CCONJ CC _ 6 cc 6:cc _ 2 otherwise otherwise ADV RB _ 6 advmod 6:advmod SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj|7:nsubj:xsubj _ 5 can can AUX MD VerbForm=Fin 6 aux 6:aux _ 6 feel feel VERB VB VerbForm=Inf 0 root 0:root _ 7 pricey pricey ADJ JJ Degree=Pos 6 xcomp 6:xcomp _ -8 for for SCONJ IN _ 9 case 9:case _ -9 what what PRON WP PronType=Int 6 obl 6:obl:for _ +8 for for ADP IN _ 9 case 9:case _ +9 what what PRON WP PronType=Rel 6 obl 6:obl:for|11:obj _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -11 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl SpaceAfter=No +11 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl SpaceAfter=No 12 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-148012-0005 # text = Like the sushi, don't like the pad thai. -1 Like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 sushi sushi NOUN NN Number=Sing 1 obj 1:obj SpaceAfter=No 4 , , PUNCT , _ 7 punct 7:punct _ 5-6 don't _ _ _ _ _ _ _ _ -5 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 n't not PART RB _ 7 advmod 7:advmod _ 7 like like VERB VB VerbForm=Inf 1 conj 1:conj _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -28906,17 +28932,17 @@ # newpar id = reviews-120992-p0001 # text = Holly - the owner, knows exactly how to make you feel beautiful in clothes. 1 Holly Holly PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -2 - - PUNCT , _ 1 punct 1:punct _ +2 - - PUNCT , _ 4 punct 4:punct _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 owner owner NOUN NN Number=Sing 1 appos 1:appos SpaceAfter=No -5 , , PUNCT , _ 6 punct 6:punct _ +5 , , PUNCT , _ 1 punct 1:punct _ 6 knows know VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 exactly exactly ADV RB _ 6 advmod 6:advmod _ -8 how how SCONJ WRB PronType=Int 10 mark 10:mark _ +8 how how ADV WRB PronType=Int 10 advmod 10:advmod _ 9 to to PART TO _ 10 mark 10:mark _ 10 make make VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ -11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj|13:nsubj:xsubj _ -12 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 ccomp 10:ccomp _ +11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 obj 10:obj|12:nsubj:xsubj|13:nsubj:xsubj _ +12 feel feel VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 13 beautiful beautiful ADJ JJ Degree=Pos 12 xcomp 12:xcomp _ 14 in in ADP IN _ 15 case 15:case _ 15 clothes clothes NOUN NNS Number=Plur 12 obl 12:obl:in SpaceAfter=No @@ -28927,11 +28953,11 @@ 1 Stylish stylish ADJ JJ Degree=Pos 0 root 0:root _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 contemporary contemporary ADJ JJ Degree=Pos 1 conj 1:conj:and SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ -5 no no ADV RB _ 8 advmod 8:advmod _ -6 matter matter ADV RB _ 8 case 8:case _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ -8 size size NOUN NN Number=Sing 1 parataxis 1:parataxis _ +4 , , PUNCT , _ 6 punct 6:punct _ +5 no no DET DT PronType=Neg 6 det 6:det _ +6 matter matter NOUN NN Number=Sing 1 obl:npmod 1:obl:npmod _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +8 size size NOUN NN Number=Sing 6 nmod:npmod 6:nmod:npmod _ 9 or or CCONJ CC _ 11 cc 11:cc _ 10 personality personality NOUN NN Number=Sing 11 compound 11:compound _ 11 type type NOUN NN Number=Sing 8 conj 8:conj:or SpaceAfter=No @@ -28947,8 +28973,8 @@ 5 + + SYM SYM _ 4 amod 4:amod _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 so so ADV RB _ 4 conj 4:conj:and _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ -9 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +9 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 clothes clothes NOUN NNS Number=Plur 7 nsubj 7:nsubj SpaceAfter=No 11 ! ! PUNCT . _ 4 punct 4:punct _ @@ -28965,9 +28991,9 @@ # sent_id = reviews-335815-0002 # text = There are a couple decent people working there, but the rest are VERY dishonest, as well as rude, I have yet to hear the truth come out of their mouths. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -4 couple couple NOUN NN Number=Sing 6 compound 6:compound _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ +4 couple couple NOUN NN Number=Sing 6 nmod:npmod 6:nmod:npmod _ 5 decent decent ADJ JJ Degree=Pos 6 amod 6:amod _ 6 people people NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 7 working work VERB VBG VerbForm=Ger 6 acl 6:acl _ @@ -28976,17 +29002,17 @@ 10 but but CCONJ CC _ 15 cc 15:cc _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 rest rest ADJ JJ Degree=Pos 15 nsubj 15:nsubj|20:nsubj _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 14 VERY very ADV RB _ 15 advmod 15:advmod _ 15 dishonest dishonest ADJ JJ Degree=Pos 2 conj 2:conj:but SpaceAfter=No 16 , , PUNCT , _ 20 punct 20:punct _ -17 as as ADV RB _ 20 cc 20:cc _ +17 as as ADV RB ExtPos=CCONJ 20 cc 20:cc _ 18 well well ADV RB Degree=Pos 17 fixed 17:fixed _ 19 as as ADP IN _ 17 fixed 17:fixed _ 20 rude rude ADJ JJ Degree=Pos 15 conj 15:conj:as_well_as SpaceAfter=No 21 , , PUNCT , _ 23 punct 23:punct _ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj|26:nsubj:xsubj _ -23 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ +23 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ 24 yet yet ADV RB _ 23 advmod 23:advmod _ 25 to to PART TO _ 26 mark 26:mark _ 26 hear hear VERB VB VerbForm=Inf 23 xcomp 23:xcomp _ @@ -28995,7 +29021,7 @@ 29 come come VERB VB VerbForm=Inf 28 acl 28:acl _ 30 out out ADP IN _ 33 case 33:case _ 31 of of ADP IN _ 33 case 33:case _ -32 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 33 nmod:poss 33:nmod:poss _ +32 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 33 nmod:poss 33:nmod:poss _ 33 mouths mouth NOUN NNS Number=Plur 29 obl 29:obl:of SpaceAfter=No 34 . . PUNCT . _ 2 punct 2:punct _ @@ -29014,7 +29040,7 @@ # text = The pizzas are huge and super delicious. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 pizzas pizza NOUN NNS Number=Plur 4 nsubj 4:nsubj|7:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 huge huge ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 super super ADV RB _ 7 advmod 7:advmod _ @@ -29025,24 +29051,24 @@ # text = They're our favorite pizza place to order from... and they're a local, family owned company! 1-2 They're _ _ _ _ _ _ _ _ 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -2 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -3 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +2 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +3 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 4 favorite favorite ADJ JJ Degree=Pos 6 amod 6:amod _ 5 pizza pizza NOUN NN Number=Sing 6 compound 6:compound _ 6 place place NOUN NN Number=Sing 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 order order VERB VB VerbForm=Inf 6 acl 6:acl:to _ 9 from from ADP IN _ 8 obl 8:obl SpaceAfter=No -10 ... ... PUNCT , _ 6 punct 6:punct _ +10 ... ... PUNCT , _ 19 punct 19:punct _ 11 and and CCONJ CC _ 19 cc 19:cc _ 12-13 they're _ _ _ _ _ _ _ _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 19 nsubj 19:nsubj _ -13 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ +13 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 14 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 15 local local ADJ JJ Degree=Pos 19 amod 19:amod SpaceAfter=No -16 , , PUNCT , _ 19 punct 19:punct _ +16 , , PUNCT , _ 15 punct 15:punct _ 17 family family NOUN NN Number=Sing 18 compound 18:compound _ -18 owned own VERB VBN Tense=Past|VerbForm=Part 19 amod 19:amod _ +18 owned own VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 amod 19:amod _ 19 company company NOUN NN Number=Sing 6 conj 6:conj:and SpaceAfter=No 20 ! ! PUNCT . _ 6 punct 6:punct _ @@ -29050,7 +29076,7 @@ # text = How much better does it get?! 1 How how ADV WRB PronType=Int 2 advmod 2:advmod _ 2 much much ADV RB _ 3 advmod 3:advmod _ -3 better better ADJ JJR Degree=Cmp 6 xcomp 6:xcomp _ +3 better good ADJ JJR Degree=Cmp 6 xcomp 6:xcomp _ 4 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 3:nsubj:xsubj|6:nsubj _ 6 get get VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No @@ -29061,7 +29087,7 @@ # newpar id = reviews-077034-p0001 # text = I loved the atmosphere here and the food is good, however the tables are so close together that it feels very cramped. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 loved love VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 loved love VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 atmosphere atmosphere NOUN NN Number=Sing 2 obj 2:obj _ 5 here here ADV RB PronType=Dem 4 advmod 4:advmod _ @@ -29070,17 +29096,17 @@ 8 food food NOUN NN Number=Sing 10 nsubj 10:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 good good ADJ JJ Degree=Pos 2 conj 2:conj:and SpaceAfter=No -11 , , PUNCT , _ 2 punct 2:punct _ +11 , , PUNCT , _ 18 punct 18:punct _ 12 however however ADV RB _ 18 advmod 18:advmod _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 tables table NOUN NNS Number=Plur 18 nsubj 18:nsubj _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ +15 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 16 so so ADV RB _ 18 advmod 18:advmod _ 17 close close ADJ JJ Degree=Pos 18 amod 18:amod _ 18 together together ADJ JJ Degree=Pos 2 parataxis 2:parataxis _ 19 that that SCONJ IN _ 21 mark 21:mark _ 20 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj|23:nsubj:xsubj _ -21 feels feel VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:that _ +21 feels feel VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:that _ 22 very very ADV RB _ 23 advmod 23:advmod _ 23 cramped cramped ADJ JJ Degree=Pos 21 xcomp 21:xcomp SpaceAfter=No 24 . . PUNCT . _ 2 punct 2:punct _ @@ -29088,8 +29114,8 @@ # sent_id = reviews-077034-0002 # text = We were made to feel very welcome. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj:pass 3:nsubj:pass|5:nsubj:xsubj|7:nsubj:xsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ -3 made make VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ +3 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 feel feel VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 very very ADV RB _ 7 advmod 7:advmod _ @@ -29128,16 +29154,16 @@ # text = She answers all questions asked and provides the best service i have ever seen. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|7:nsubj _ 2 answers answer VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 all all DET DT _ 4 det 4:det _ +3 all all DET DT PronType=Tot 4 det 4:det _ 4 questions question NOUN NNS Number=Plur 2 obj 2:obj _ -5 asked ask VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +5 asked ask VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 provides provide VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -9 best best ADJ JJS Degree=Sup 10 amod 10:amod _ +9 best good ADJ JJS Degree=Sup 10 amod 10:amod _ 10 service service NOUN NN Number=Sing 7 obj 7:obj _ -11 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -12 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +11 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ +12 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 ever ever ADV RB _ 14 advmod 14:advmod _ 14 seen see VERB VBN Tense=Past|VerbForm=Part 10 acl:relcl 10:acl:relcl SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ @@ -29145,14 +29171,14 @@ # sent_id = reviews-173944-0004 # text = I have a new born daughter and she helped me with a lot. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 4 new new ADJ JJ Degree=Pos 5 amod 5:amod _ 5 born born ADJ JJ Degree=Pos 6 amod 6:amod _ 6 daughter daughter NOUN NN Number=Sing 2 obj 2:obj _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 helped help VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +9 helped help VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 10 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 9 obj 9:obj _ 11 with with ADP IN _ 13 case 13:case _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ @@ -29170,29 +29196,29 @@ # sent_id = reviews-047007-0001 # newpar id = reviews-047007-p0001 # text = Called to check if they had a product I've been using on my dog for years... the boy who answered the phone couldn't possibly have been ruder to me. -1 Called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 to to PART TO _ 3 mark 3:mark _ 3 check check VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 if if SCONJ IN _ 6 mark 6:mark _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -6 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:if _ +6 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 product product NOUN NN Number=Sing 6 obj 6:obj _ 9-10 I've _ _ _ _ _ _ _ _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -10 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +10 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 11 been be AUX VBN Tense=Past|VerbForm=Part 12 aux 12:aux _ 12 using use VERB VBG VerbForm=Ger 8 acl:relcl 8:acl:relcl _ 13 on on ADP IN _ 15 case 15:case _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 dog dog NOUN NN Number=Sing 12 obl 12:obl:on _ 16 for for ADP IN _ 17 case 17:case _ 17 years year NOUN NNS Number=Plur 12 obl 12:obl:for SpaceAfter=No -18 ... ... PUNCT , _ 1 punct 1:punct _ +18 ... ... PUNCT , _ 30 punct 30:punct _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 boy boy NOUN NN Number=Sing 30 nsubj 22:nsubj|30:nsubj _ 21 who who PRON WP PronType=Rel 22 nsubj 20:ref _ -22 answered answer VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 acl:relcl 20:acl:relcl _ +22 answered answer VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 acl:relcl 20:acl:relcl _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 phone phone NOUN NN Number=Sing 22 obj 22:obj _ 25-26 couldn't _ _ _ _ _ _ _ _ @@ -29201,7 +29227,7 @@ 27 possibly possibly ADV RB _ 30 advmod 30:advmod _ 28 have have AUX VB VerbForm=Inf 30 aux 30:aux _ 29 been be AUX VBN Tense=Past|VerbForm=Part 30 cop 30:cop _ -30 ruder ruder ADJ JJR Degree=Cmp 1 parataxis 1:parataxis _ +30 ruder rude ADJ JJR Degree=Cmp 1 parataxis 1:parataxis _ 31 to to ADP IN _ 32 case 32:case _ 32 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 30 obl 30:obl:to SpaceAfter=No 33 . . PUNCT . _ 1 punct 1:punct _ @@ -29230,33 +29256,33 @@ # sent_id = reviews-291088-0002 # text = I have visited Dr. Cooper's office twice and I am very impressed with how friendly and polite the staff is. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 visited visit VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 Dr. Dr. PROPN NNP Number=Sing 7 nmod:poss 7:nmod:poss _ 5-6 Cooper's _ _ _ _ _ _ _ _ 5 Cooper Cooper PROPN NNP Number=Sing 4 flat 4:flat _ 6 's 's PART POS _ 4 case 4:case _ 7 office office NOUN NN Number=Sing 3 obj 3:obj _ -8 twice twice ADV RB NumType=Mult 3 advmod 3:advmod _ +8 twice twice ADV RB NumForm=Word|NumType=Mult 3 advmod 3:advmod _ 9 and and CCONJ CC _ 13 cc 13:cc _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 11 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 12 very very ADV RB _ 13 advmod 13:advmod _ 13 impressed impressed ADJ JJ Degree=Pos 3 conj 3:conj:and _ -14 with with SCONJ IN _ 16 case 16:case _ -15 how how SCONJ WRB PronType=Int 16 mark 16:mark _ -16 friendly friendly ADJ JJ Degree=Pos 13 obl 13:obl:with _ +14 with with SCONJ IN _ 16 mark 16:mark _ +15 how how ADV WRB PronType=Int 16 advmod 16:advmod _ +16 friendly friendly ADJ JJ Degree=Pos 13 advcl 13:advcl:with Exclamative=Yes 17 and and CCONJ CC _ 18 cc 18:cc _ -18 polite polite ADJ JJ Degree=Pos 16 conj 13:obl:with|16:conj:and _ +18 polite polite ADJ JJ Degree=Pos 16 conj 13:advcl:with|16:conj:and _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -20 staff staff NOUN NN Number=Sing 21 nsubj 21:nsubj _ -21 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl SpaceAfter=No +20 staff staff NOUN NN Number=Sing 16 nsubj 16:nsubj _ +21 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop SpaceAfter=No 22 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-291088-0003 # text = I found the office to be very clean and professional-looking. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 office office NOUN NN Number=Sing 2 obj 2:obj|8:nsubj:xsubj|12:nsubj:xsubj _ 5 to to PART TO _ 8 mark 8:mark _ @@ -29265,7 +29291,7 @@ 8 clean clean ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ 9 and and CCONJ CC _ 12 cc 12:cc _ 10 professional professional ADJ JJ Degree=Pos 12 amod 12:amod SpaceAfter=No -11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No 12 looking look VERB VBG VerbForm=Ger 8 conj 2:xcomp|8:conj:and SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ @@ -29287,7 +29313,7 @@ 3 ca can AUX MD VerbForm=Fin 6 aux 6:aux _ 4 n't not PART RB _ 6 advmod 6:advmod _ 5 be be AUX VB VerbForm=Inf 6 aux:pass 6:aux:pass _ -6 beat beat VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +6 beat beat VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 anywhere anywhere ADV RB _ 6 advmod 6:advmod SpaceAfter=No 8 . . PUNCT . _ 6 punct 6:punct _ @@ -29301,7 +29327,7 @@ 6 miss miss NOUN NN Number=Sing 4 conj 4:conj:and _ 7 for for ADP IN _ 8 case 8:case _ 8 freshness freshness NOUN NN Number=Sing 4 nmod 4:nmod:for _ -9 - - PUNCT , _ 4 punct 4:punct _ +9 - - PUNCT , _ 13 punct 13:punct _ 10 sometimes sometimes ADV RB _ 13 advmod 13:advmod _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 broccoli broccoli NOUN NN Number=Sing 13 nsubj 13:nsubj|14:nsubj:xsubj _ @@ -29325,7 +29351,7 @@ # sent_id = reviews-009775-0005 # text = I crave those. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 crave crave VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 crave crave VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 those that PRON DT Number=Plur|PronType=Dem 2 obj 2:obj SpaceAfter=No 4 . . PUNCT . _ 2 punct 2:punct _ @@ -29336,10 +29362,10 @@ 1 Natasha Natasha PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 BEST best ADJ JJS Degree=Sup 5 amod 5:amod _ +4 BEST good ADJ JJS Degree=Sup 5 amod 5:amod _ 5 photographer photographer NOUN NN Number=Sing 0 root 0:root _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -7 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +7 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 ever ever ADV RB _ 9 advmod 9:advmod _ 9 worked work VERB VBN Tense=Past|VerbForm=Part 5 acl:relcl 5:acl:relcl _ 10 with with ADP IN _ 9 obl 9:obl SpaceAfter=No @@ -29359,9 +29385,9 @@ 10 able able ADJ JJ Degree=Pos 2 conj 2:conj:and _ 11 to to PART TO _ 12 mark 12:mark _ 12 capture capture VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ -13 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 personality personality NOUN NN Number=Sing 12 obj 12:obj _ -15 as as ADV RB _ 20 cc 20:cc _ +15 as as ADV RB ExtPos=CCONJ 20 cc 20:cc _ 16 well well ADV RB Degree=Pos 15 fixed 15:fixed _ 17 as as ADP IN _ 15 fixed 15:fixed _ 18 many many ADJ JJ Degree=Pos 20 amod 20:amod _ @@ -29377,7 +29403,7 @@ 4 be be AUX VB VerbForm=Inf 5 aux:pass 5:aux:pass _ 5 disappointed disappoint VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 with with ADP IN _ 8 case 8:case _ -7 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 work work NOUN NN Number=Sing 5 obl 5:obl:with SpaceAfter=No 9 !! !! PUNCT . _ 5 punct 5:punct _ @@ -29389,8 +29415,8 @@ 1 Ray Ray PROPN NNP Number=Sing 3 nmod:poss 3:nmod:poss _ 2 's 's PART POS _ 1 case 1:case _ 3 pizza pizza PROPN NNP Number=Sing 0 root 0:root _ -4 : : PUNCT : _ 3 punct 3:punct _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 : : PUNCT : _ 6 punct 6:punct _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 favorite favorite NOUN NN Number=Sing 3 appos 3:appos _ # sent_id = reviews-368431-0002 @@ -29409,14 +29435,14 @@ # sent_id = reviews-368431-0003 # text = I wish I could have a slice for every single meal. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 wish wish VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 wish wish VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 could could AUX MD VerbForm=Fin 5 aux 5:aux _ 5 have have VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 slice slice NOUN NN Number=Sing 5 obj 5:obj _ 8 for for ADP IN _ 11 case 11:case _ -9 every every DET DT _ 11 det 11:det _ +9 every every DET DT PronType=Tot 11 det 11:det _ 10 single single ADJ JJ Degree=Pos 11 amod 11:amod _ 11 meal meal NOUN NN Number=Sing 5 obl 5:obl:for SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ @@ -29425,10 +29451,10 @@ # text = Luckily I live very close, so I can abuse it during week-ends... 1 Luckily luckily ADV RB _ 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 live live VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 very very ADV RB _ 5 advmod 5:advmod _ 5 close close ADV RB Degree=Pos 3 advmod 3:advmod SpaceAfter=No -6 , , PUNCT , _ 3 punct 3:punct _ +6 , , PUNCT , _ 10 punct 10:punct _ 7 so so ADV RB _ 10 advmod 10:advmod _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 9 can can AUX MD VerbForm=Fin 10 aux 10:aux _ @@ -29436,7 +29462,7 @@ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 obj 10:obj _ 12 during during ADP IN _ 15 case 15:case _ 13 week week NOUN NN Number=Sing 15 compound 15:compound SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 ends end NOUN NNS Number=Plur 10 obl 10:obl:during SpaceAfter=No 16 ... ... PUNCT . _ 3 punct 3:punct _ @@ -29449,16 +29475,16 @@ 3 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 been be AUX VBN Tense=Past|VerbForm=Part 5 aux 5:aux _ 5 doing do VERB VBG VerbForm=Ger 0 root 0:root _ -6 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 insurance insurance NOUN NN Number=Sing 5 obj 5:obj _ 8 for for ADP IN _ 11 case 11:case _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -10 couple couple NOUN NN Number=Sing 11 nummod 11:nummod _ +10 couple couple NOUN NN Number=Sing 11 nmod:npmod 11:nmod:npmod _ 11 years year NOUN NNS Number=Plur 5 obl 5:obl:for _ 12 now now ADV RB _ 11 advmod 11:advmod _ 13 and and CCONJ CC _ 18 cc 18:cc _ 14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -15 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ +15 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 16 been be AUX VBN Tense=Past|VerbForm=Part 18 cop 18:cop _ 17 extremely extremely ADV RB _ 18 advmod 18:advmod _ 18 thorough thorough ADJ JJ Degree=Pos 5 conj 5:conj:and SpaceAfter=No @@ -29468,10 +29494,10 @@ # text = We've only had one urgent issue to deal with and they were very prompt in their response. 1-2 We've _ _ _ _ _ _ _ _ 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 've have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 only only ADV RB _ 4 advmod 4:advmod _ 4 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -5 one one NUM CD NumType=Card 7 nummod 7:nummod _ +5 one one NUM CD NumForm=Word|NumType=Card 7 nummod 7:nummod _ 6 urgent urgent ADJ JJ Degree=Pos 7 amod 7:amod _ 7 issue issue NOUN NN Number=Sing 4 obj 4:obj _ 8 to to PART TO _ 9 mark 9:mark _ @@ -29479,18 +29505,18 @@ 10 with with ADP IN _ 9 obl 9:obl _ 11 and and CCONJ CC _ 15 cc 15:cc _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -13 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 cop 15:cop _ +13 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ 14 very very ADV RB _ 15 advmod 15:advmod _ 15 prompt prompt ADJ JJ Degree=Pos 4 conj 4:conj:and _ 16 in in ADP IN _ 18 case 18:case _ -17 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 response response NOUN NN Number=Sing 15 obl 15:obl:in SpaceAfter=No 19 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-351840-0003 # text = Highly recommend! 1 Highly highly ADV RB _ 2 advmod 2:advmod _ -2 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +2 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 3 ! ! PUNCT . _ 2 punct 2:punct _ # newdoc id = reviews-048198 @@ -29508,9 +29534,9 @@ 4 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 5 charming charming ADJ JJ Degree=Pos 10 amod 10:amod _ 6 homely homely ADJ JJ Degree=Pos 10 amod 10:amod SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 friendly friendly ADJ JJ Degree=Pos 10 amod 10:amod SpaceAfter=No -9 , , PUNCT , _ 10 punct 10:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10 place place NOUN NN Number=Sing 0 root 0:root _ 11 to to PART TO _ 12 mark 12:mark _ 12 stay stay VERB VB VerbForm=Inf 10 acl 10:acl:to SpaceAfter=No @@ -29531,7 +29557,7 @@ # sent_id = reviews-048198-0004 # text = My room was delightful and the attention to detail was amazing. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 room room NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 4 delightful delightful ADJ JJ Degree=Pos 0 root 0:root _ @@ -29560,24 +29586,24 @@ # sent_id = reviews-163703-0001 # newpar id = reviews-163703-p0001 # text = Cheap Hotel Rome - Thanks for all your help! -1 Cheap Cheap PROPN NNP Number=Sing 2 compound 2:compound _ +1 Cheap Cheap ADJ NNP Degree=Pos 2 amod 2:amod _ 2 Hotel Hotel PROPN NNP Number=Sing 3 compound 3:compound _ 3 Rome Rome PROPN NNP Number=Sing 0 root 0:root _ -4 - - PUNCT HYPH _ 3 punct 3:punct _ +4 - - PUNCT HYPH _ 5 punct 5:punct _ 5 Thanks thanks NOUN NN Number=Sing 3 parataxis 3:parataxis _ 6 for for ADP IN _ 9 case 9:case _ -7 all all DET PDT _ 9 det:predet 9:det:predet _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 all all DET PDT PronType=Tot 9 det:predet 9:det:predet _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 help help NOUN NN Number=Sing 5 nmod 5:nmod:for SpaceAfter=No 10 ! ! PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-163703-0002 # newpar id = reviews-163703-p0002 # text = Cheap Hotel Rome - thanks for finding us a hotel at the last minute. -1 Cheap Cheap PROPN NNP Number=Sing 2 compound 2:compound _ +1 Cheap Cheap ADJ NNP Degree=Pos 2 amod 2:amod _ 2 Hotel Hotel PROPN NNP Number=Sing 3 compound 3:compound _ 3 Rome Rome PROPN NNP Number=Sing 0 root 0:root _ -4 - - PUNCT HYPH _ 3 punct 3:punct _ +4 - - PUNCT HYPH _ 5 punct 5:punct _ 5 thanks thanks NOUN NN Number=Sing 3 parataxis 3:parataxis _ 6 for for SCONJ IN _ 7 mark 7:mark _ 7 finding find VERB VBG VerbForm=Ger 5 acl 5:acl:for _ @@ -29593,12 +29619,12 @@ # sent_id = reviews-163703-0003 # text = We had a great stay, your service was excellent and we will use you again! 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 great great ADJ JJ Degree=Pos 5 amod 5:amod _ 5 stay stay NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No 6 , , PUNCT , _ 10 punct 10:punct _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 service service NOUN NN Number=Sing 10 nsubj 10:nsubj _ 9 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ 10 excellent excellent ADJ JJ Degree=Pos 2 conj 2:conj:and _ @@ -29615,7 +29641,7 @@ # newpar id = reviews-162702-p0001 # text = The best photographer in Miami 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 best best ADJ JJS Degree=Sup 3 amod 3:amod _ +2 best good ADJ JJS Degree=Sup 3 amod 3:amod _ 3 photographer photographer NOUN NN Number=Sing 0 root 0:root _ 4 in in ADP IN _ 5 case 5:case _ 5 Miami Miami PROPN NNP Number=Sing 3 nmod 3:nmod:in _ @@ -29625,7 +29651,7 @@ # text = I was soooo lucky to have used Marlon's photography services....such a creative and talented photographer and a pleasure to work with. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ -3 soooo soooo ADV RB _ 4 advmod 4:advmod _ +3 soooo so ADV RB Style=Expr 4 advmod 4:advmod CorrectForm=so 4 lucky lucky ADJ JJ Degree=Pos 0 root 0:root _ 5 to to PART TO _ 7 mark 7:mark _ 6 have have AUX VB VerbForm=Inf 7 aux 7:aux _ @@ -29636,7 +29662,7 @@ 10 photography photography NOUN NN Number=Sing 11 compound 11:compound _ 11 services service NOUN NNS Number=Plur 7 obj 7:obj SpaceAfter=No 12 .... .... PUNCT , _ 18 punct 18:punct SpaceAfter=No -13 such such DET PDT _ 18 det:predet 18:det:predet _ +13 such such DET PDT PronType=Ind 18 det:predet 18:det:predet _ 14 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 15 creative creative ADJ JJ Degree=Pos 18 amod 18:amod _ 16 and and CCONJ CC _ 17 cc 17:cc _ @@ -29654,7 +29680,7 @@ # text = The images turned out amazing. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 images image NOUN NNS Number=Plur 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 turned turn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 turned turn VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 out out ADP RP _ 3 compound:prt 3:compound:prt _ 5 amazing amazing ADJ JJ Degree=Pos 3 xcomp 3:xcomp SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ @@ -29663,7 +29689,7 @@ # text = I definitely recommend him :) 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 definitely definitely ADV RB _ 3 advmod 3:advmod _ -3 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 :) :) SYM NFP _ 3 discourse 3:discourse _ @@ -29677,7 +29703,7 @@ # sent_id = reviews-279070-0002 # newpar id = reviews-279070-p0002 # text = Happened on to this place while out of town on business, and it was great! -1 Happened happen VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Happened happen VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 on on ADP IN _ 5 case 5:case _ 3 to to ADP IN _ 5 case 5:case _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ @@ -29721,7 +29747,7 @@ 9 , , PUNCT , _ 14 punct 14:punct _ 10 but but CCONJ CC _ 14 cc 14:cc _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 discourse 6:discourse _ +12 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 14 discourse 14:discourse _ 13 well well ADV RB Degree=Pos 14 advmod 14:advmod _ 14 worth worth ADJ JJ Degree=Pos 6 conj 6:conj:but _ 15 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 obj 14:obj SpaceAfter=No @@ -29763,16 +29789,16 @@ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 friendly friendly ADJ JJ Degree=Pos 0 root 0:root _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -6 treat treat VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ +6 treat treat VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 obj 6:obj _ 8 like like ADP IN _ 11 case 11:case _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 human human ADJ JJ Degree=Pos 11 amod 11:amod _ 11 being being NOUN NN Number=Sing 6 obl 6:obl:like _ 12 and and CCONJ CC _ 16 cc 16:cc _ -13 not not ADV RB _ 16 advmod 16:advmod _ +13 not not PART RB _ 16 advmod 16:advmod _ 14 just just ADV RB _ 16 advmod 16:advmod _ -15 another another DET DT _ 16 det 16:det _ +15 another another DET DT PronType=Ind 16 det 16:det _ 16 patient patient NOUN NN Number=Sing 11 conj 6:obl:like|11:conj:and SpaceAfter=No 17 . . PUNCT . _ 4 punct 4:punct _ @@ -29791,7 +29817,7 @@ # newpar id = reviews-354860-p0001 # text = The best company in Phuket for creating website and e-commerce website. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 best best ADJ JJS Degree=Sup 3 amod 3:amod _ +2 best good ADJ JJS Degree=Sup 3 amod 3:amod _ 3 company company NOUN NN Number=Sing 0 root 0:root _ 4 in in ADP IN _ 5 case 5:case _ 5 Phuket Phuket PROPN NNP Number=Sing 3 nmod 3:nmod:in _ @@ -29806,18 +29832,18 @@ # sent_id = reviews-354860-0002 # text = From first meeting with them to launch of my website, everything went smooth and on schedule. 1 From from ADP IN _ 3 case 3:case _ -2 first first ADJ JJ Degree=Pos|NumType=Ord 3 amod 3:amod _ +2 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 3 amod 3:amod _ 3 meeting meeting NOUN NN Number=Sing 14 obl 14:obl:from _ 4 with with ADP IN _ 5 case 5:case _ 5 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 3 nmod 3:nmod:with _ 6 to to ADP IN _ 7 case 7:case _ 7 launch launch NOUN NN Number=Sing 14 obl 14:obl:to _ 8 of of ADP IN _ 10 case 10:case _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 website website NOUN NN Number=Sing 7 nmod 7:nmod:of SpaceAfter=No -11 , , PUNCT , _ 13 punct 13:punct _ -12 everything everything PRON NN Number=Sing 13 nsubj 13:nsubj _ -13 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +11 , , PUNCT , _ 7 punct 7:punct _ +12 everything everything PRON NN Number=Sing|PronType=Tot 13 nsubj 13:nsubj _ +13 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 14 smooth smooth ADV RB _ 13 advmod 13:advmod _ 15 and and CCONJ CC _ 17 cc 17:cc _ 16 on on ADP IN _ 17 case 17:case _ @@ -29827,9 +29853,9 @@ # sent_id = reviews-354860-0003 # text = Highly recommended for who wants to have website. 1 Highly highly ADV RB _ 2 advmod 2:advmod _ -2 recommended recommended ADJ JJ Degree=Pos 0 root 0:root _ -3 for for SCONJ IN _ 4 case 4:case _ -4 who who PRON WP PronType=Int 2 obl 2:obl:for _ +2 recommended recommend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ +3 for for ADP IN _ 4 case 4:case _ +4 who whoever PRON WP PronType=Rel|Typo=Yes 2 obl 2:obl:for|5:nsubj CorrectForm=whoever 5 wants want VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 6 to to PART TO _ 7 mark 7:mark _ 7 have have VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ @@ -29854,37 +29880,37 @@ 3 To to PART TO _ 4 mark 4:mark _ 4 Use use VERB VB VerbForm=Inf 2 acl 2:acl:to _ 5 The the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 Fix fix VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 appos 2:appos _ -7 appliances appliance NOUN NNS Number=Plur 6 obj 6:obj _ +6 Fix fix PROPN NNP Number=Sing 7 compound 7:compound _ +7 appliances appliance NOUN NNS Number=Plur 4 obj 4:obj _ 8 Plumbing Plumbing PROPN NNP Number=Sing 13 compound 13:compound _ 9 Air Air PROPN NNP Number=Sing 10 compound 10:compound _ 10 Conditioning Conditioning PROPN NNP Number=Sing 8 conj 8:conj|13:compound _ 11 & & CCONJ CC _ 12 cc 12:cc _ 12 Electric Electric PROPN NNP Number=Sing 8 conj 8:conj|13:compound _ -13 Problems Problems PROPN NNP Number=Sing 7 conj 6:obj|7:conj SpaceAfter=No +13 Problems Problem PROPN NNP Number=Sing 7 conj 6:obj|7:conj SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-359433-0002 # text = We have used them for plumbing & A/C and they are affordable and get the work done right. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 used use VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 3 obj 3:obj _ 5 for for ADP IN _ 6 case 6:case _ 6 plumbing plumbing NOUN NN Number=Sing 3 obl 3:obl:for _ 7 & & CCONJ CC _ 10 cc 10:cc _ -8 A a NOUN NN Number=Sing 10 compound 10:compound SpaceAfter=No -9 / / PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No -10 C c NOUN NN Number=Sing 6 conj 3:obl:for|6:conj _ +8 A A NOUN NN Number=Sing 10 compound 10:compound SpaceAfter=No +9 / / PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No +10 C C NOUN NN Number=Sing 6 conj 3:obl:for|6:conj _ 11 and and CCONJ CC _ 14 cc 14:cc _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj|16:nsubj _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 14 affordable affordable ADJ JJ Degree=Pos 3 conj 3:conj:and _ 15 and and CCONJ CC _ 16 cc 16:cc _ -16 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 conj 14:conj:and _ +16 get get VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 conj 14:conj:and _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 work work NOUN NN Number=Sing 16 obj 16:obj|19:nsubj:xsubj|20:nsubj:xsubj _ -19 done do VERB VBN Tense=Past|VerbForm=Part 16 xcomp 16:xcomp _ +19 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 xcomp 16:xcomp _ 20 right right ADJ JJ Degree=Pos 19 xcomp 19:xcomp SpaceAfter=No 21 . . PUNCT . _ 3 punct 3:punct _ @@ -29892,7 +29918,7 @@ # text = Great place 5 stars for sure. 1 Great great ADJ JJ Degree=Pos 2 amod 2:amod _ 2 place place NOUN NN Number=Sing 0 root 0:root _ -3 5 5 NUM CD NumType=Card 4 nummod 4:nummod _ +3 5 5 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 stars star NOUN NNS Number=Plur 2 parataxis 2:parataxis _ 5 for for ADP IN _ 6 case 6:case _ 6 sure sure ADJ JJ Degree=Pos 4 nmod 4:nmod:for SpaceAfter=No @@ -29909,14 +29935,14 @@ # newpar id = reviews-229142-p0001 # text = I used Birdies for our Annual Walk Against Drugs and Alcohol event. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 used use VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 Birdies Birdies PROPN NNP Number=Sing 2 obj 2:obj _ 4 for for ADP IN _ 12 case 12:case _ -5 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +5 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 6 Annual annual ADJ JJ Degree=Pos 7 amod 7:amod _ 7 Walk Walk PROPN NNP Number=Sing 12 compound 12:compound _ 8 Against against ADP IN _ 9 case 9:case _ -9 Drugs Drugs PROPN NNPS Number=Plur 7 nmod 7:nmod:against _ +9 Drugs Drug PROPN NNPS Number=Plur 7 nmod 7:nmod:against _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 Alcohol Alcohol PROPN NNP Number=Sing 9 conj 7:nmod:against|9:conj:and _ 12 event event NOUN NN Number=Sing 2 obl 2:obl:for SpaceAfter=No @@ -29925,7 +29951,7 @@ # sent_id = reviews-229142-0002 # text = They were very professional, neat and clean. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj|6:nsubj|8:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 cop 4:cop _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 professional professional ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 5 , , PUNCT , _ 6 punct 6:punct _ @@ -29937,20 +29963,20 @@ # sent_id = reviews-229142-0003 # text = They came through on all of their promises and we had a very successful day. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 came come VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 through through ADV RB _ 2 advmod 2:advmod _ 4 on on ADP IN _ 5 case 5:case _ -5 all all DET DT _ 2 obl 2:obl:on _ +5 all all DET DT PronType=Tot 2 obl 2:obl:on _ 6 of of ADP IN _ 8 case 8:case _ -7 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 promises promise NOUN NNS Number=Plur 5 nmod 5:nmod:of _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +11 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 12 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 13 very very ADV RB _ 14 advmod 14:advmod _ 14 successful successful ADJ JJ Degree=Pos 15 amod 15:amod _ -15 day day NOUN NN Number=Sing 11 obl:tmod 11:obl:tmod SpaceAfter=No +15 day day NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-229142-0004 @@ -29967,7 +29993,7 @@ # sent_id = reviews-096340-0001 # newpar id = reviews-096340-p0001 # text = ONe of a few. -1 ONe one NUM CD NumType=Card 0 root 0:root _ +1 ONe one NUM CD NumForm=Word|NumType=Card 0 root 0:root _ 2 of of ADP IN _ 4 case 4:case _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 few few ADJ JJ Degree=Pos 1 nmod 1:nmod:of SpaceAfter=No @@ -29975,29 +30001,31 @@ # sent_id = reviews-096340-0002 # text = Hancocks is one of four fabric stores in Fort Smith. -1 Hancocks Hancocks PROPN NNP Number=Sing 3 nsubj 3:nsubj _ -2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 one one NUM CD NumType=Card 0 root 0:root _ -4 of of ADP IN _ 7 case 7:case _ -5 four four NUM CD NumType=Card 7 nummod 7:nummod _ -6 fabric fabric NOUN NN Number=Sing 7 compound 7:compound _ -7 stores store NOUN NNS Number=Plur 3 nmod 3:nmod:of _ -8 in in ADP IN _ 10 case 10:case _ -9 Fort Fort PROPN NNP Number=Sing 10 compound 10:compound _ -10 Smith Smith PROPN NNP Number=Sing 7 nmod 7:nmod:in SpaceAfter=No -11 . . PUNCT . _ 3 punct 3:punct _ +1-2 Hancocks _ _ _ _ _ _ _ _ +1 Hancock Hancock PROPN NNP Number=Sing 4 nsubj 4:nsubj _ +2 s 's PART POS Typo=Yes 1 case 1:case CorrectForm='s +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +4 one one NUM CD NumForm=Word|NumType=Card 0 root 0:root _ +5 of of ADP IN _ 8 case 8:case _ +6 four four NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ +7 fabric fabric NOUN NN Number=Sing 8 compound 8:compound _ +8 stores store NOUN NNS Number=Plur 4 nmod 4:nmod:of _ +9 in in ADP IN _ 11 case 11:case _ +10 Fort Fort PROPN NNP Number=Sing 11 compound 11:compound _ +11 Smith Smith PROPN NNP Number=Sing 8 nmod 8:nmod:in SpaceAfter=No +12 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-096340-0003 # text = We have Hobby Lobby, Just for Fun Fabrics, Walmart, and Interior Mall just inside Barling. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 Hobby Hobby PROPN NNP Number=Sing 4 compound 4:compound _ 4 Lobby Lobby PROPN NNP Number=Sing 2 obj 2:obj SpaceAfter=No 5 , , PUNCT , _ 9 punct 9:punct _ 6 Just just ADV RB _ 8 advmod 8:advmod _ 7 for for ADP IN _ 8 case 8:case _ 8 Fun Fun PROPN NNP Number=Sing 9 compound 9:compound _ -9 Fabrics Fabrics PROPN NNPS Number=Plur 4 conj 2:obj|4:conj:and SpaceAfter=No +9 Fabrics Fabric PROPN NNPS Number=Plur 4 conj 2:obj|4:conj:and SpaceAfter=No 10 , , PUNCT , _ 11 punct 11:punct _ 11 Walmart Walmart PROPN NNP Number=Sing 4 conj 2:obj|4:conj:and SpaceAfter=No 12 , , PUNCT , _ 15 punct 15:punct _ @@ -30012,7 +30040,7 @@ # sent_id = reviews-096340-0004 # text = They do have a good selection of fabric and notions. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 good good ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -30030,12 +30058,12 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 ok ok ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 6 punct 6:punct _ 5 nice nice ADJ JJ Degree=Pos 6 amod 6:amod _ 6 management management NOUN NN Number=Sing 3 list 3:list SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ +7 , , PUNCT , _ 9 punct 9:punct _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 let let VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 list 3:list _ +9 let let VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 list 3:list _ 10 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 9 obj 9:obj|11:nsubj:xsubj _ 11 check check VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 in in ADP RP _ 11 compound:prt 11:compound:prt _ @@ -30106,7 +30134,7 @@ 13 but but CCONJ CC _ 17 cc 17:cc _ 14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 15 really really ADV RB _ 17 advmod 17:advmod _ -16 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 aux 17:aux _ +16 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 17 aux 17:aux _ 17 do do VERB VB VerbForm=Inf 3 conj 3:conj:but _ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 19 good good ADJ JJ Degree=Pos 20 amod 20:amod _ @@ -30118,12 +30146,12 @@ 1 The the DET DT Definite=Def|PronType=Art 5 det 5:det _ 2 chicken chicken NOUN NN Number=Sing 5 compound 5:compound _ 3 cordon cordon NOUN NN Number=Sing 5 compound 5:compound SpaceAfter=No -4 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No -5 blu bleu NOUN NN Number=Sing|Typo=Yes 7 nsubj 7:nsubj|9:nsubj _ +4 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No +5 blu bleu NOUN NN Number=Sing|Typo=Yes 7 nsubj 7:nsubj|9:nsubj CorrectForm=bleu 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 7 tasty tasty ADJ JJ Degree=Pos 0 root 0:root _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ +9 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ 10 in in ADP IN _ 14 case 14:case _ 11 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 12 huge huge ADJ JJ Degree=Pos 14 amod 14:amod _ @@ -30151,20 +30179,20 @@ # newpar id = reviews-057644-p0001 # text = find another place 1 find find VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 another another DET DT _ 3 det 3:det _ +2 another another DET DT PronType=Ind 3 det 3:det _ 3 place place NOUN NN Number=Sing 1 obj 1:obj _ # sent_id = reviews-057644-0002 # newpar id = reviews-057644-p0002 # text = Run down. -1 Run run VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Run run VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 down down ADP RP _ 1 compound:prt 1:compound:prt SpaceAfter=No 3 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-057644-0003 # text = Dark, dark main room. 1 Dark dark ADJ JJ Degree=Pos 5 amod 5:amod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 dark dark ADJ JJ Degree=Pos 5 amod 5:amod _ 4 main main ADJ JJ Degree=Pos 5 amod 5:amod _ 5 room room NOUN NN Number=Sing 0 root 0:root SpaceAfter=No @@ -30172,7 +30200,7 @@ # sent_id = reviews-057644-0004 # text = No way to read/relax. -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 way way NOUN NN Number=Sing 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 read read VERB VB VerbForm=Inf 2 acl 2:acl:to SpaceAfter=No @@ -30182,14 +30210,14 @@ # sent_id = reviews-057644-0005 # text = 'Electric' blanket on one bed did not heat. -1 ' ' PUNCT `` _ 4 punct 4:punct SpaceAfter=No +1 ' ' PUNCT `` _ 2 punct 2:punct SpaceAfter=No 2 Electric electric ADJ JJ Degree=Pos 4 amod 4:amod SpaceAfter=No -3 ' ' PUNCT '' _ 4 punct 4:punct _ +3 ' ' PUNCT '' _ 2 punct 2:punct _ 4 blanket blanket NOUN NN Number=Sing 10 nsubj 10:nsubj _ 5 on on ADP IN _ 7 case 7:case _ -6 one one NUM CD NumType=Card 7 nummod 7:nummod _ +6 one one NUM CD NumForm=Word|NumType=Card 7 nummod 7:nummod _ 7 bed bed NOUN NN Number=Sing 4 nmod 4:nmod:on _ -8 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 aux 10:aux _ +8 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 aux 10:aux _ 9 not not PART RB _ 10 advmod 10:advmod _ 10 heat heat VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 11 . . PUNCT . _ 10 punct 10:punct _ @@ -30203,12 +30231,12 @@ # sent_id = reviews-057644-0007 # text = Removing 90% of 'sit-abouts' in main room would look cleaner. 1 Removing remove VERB VBG VerbForm=Ger 14 csubj 14:csubj _ -2 90 90 NUM CD NumType=Card 3 nummod 3:nummod SpaceAfter=No +2 90 90 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No 3 % % SYM NN Number=Sing 1 obj 1:obj _ 4 of of ADP IN _ 8 case 8:case _ 5 ' ' PUNCT `` _ 8 punct 8:punct SpaceAfter=No 6 sit sit NOUN NN Number=Sing 8 compound 8:compound SpaceAfter=No -7 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No +7 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No 8 abouts about NOUN NNS Number=Plur 3 nmod 3:nmod:of SpaceAfter=No 9 ' ' PUNCT '' _ 8 punct 8:punct _ 10 in in ADP IN _ 12 case 12:case _ @@ -30216,14 +30244,14 @@ 12 room room NOUN NN Number=Sing 8 nmod 8:nmod:in _ 13 would would AUX MD VerbForm=Fin 14 aux 14:aux _ 14 look look VERB VB VerbForm=Inf 0 root 0:root _ -15 cleaner cleaner ADJ JJR Degree=Cmp 14 xcomp 14:xcomp SpaceAfter=No +15 cleaner clean ADJ JJR Degree=Cmp 14 xcomp 14:xcomp SpaceAfter=No 16 . . PUNCT . _ 14 punct 14:punct _ # newdoc id = reviews-262722 # sent_id = reviews-262722-0001 # newpar id = reviews-262722-p0001 # text = recommended -1 recommended recommended ADJ JJ Degree=Pos 0 root 0:root _ +1 recommended recommend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ # sent_id = reviews-262722-0002 # newpar id = reviews-262722-p0002 @@ -30244,14 +30272,14 @@ 1 Hyatt Hyatt PROPN NNP Number=Sing 3 compound 3:compound _ 2 web web NOUN NN Number=Sing 3 compound 3:compound _ 3 site site NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 improved improve VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +4 improved improve VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-262722-0005 # text = Accurate check-out. 1 Accurate accurate ADJ JJ Degree=Pos 4 amod 4:amod _ 2 check check NOUN NN Number=Sing 4 compound 4:compound SpaceAfter=No -3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No +3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No 4 out out NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ @@ -30263,7 +30291,7 @@ # sent_id = reviews-262722-0007 # text = Lifts quick, clean, accurate, and correctly sized. -1 Lifts lift NOUN NNS Number=Plur 2 nsubj 2:nsubj|4:nsubj|6:nsubj|10:nsubj _ +1 Lifts lift NOUN NNS Number=Plur 2 nsubj 2:nsubj|4:nsubj|6:nsubj|10:nsubj:pass _ 2 quick quick ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 3 , , PUNCT , _ 4 punct 4:punct _ 4 clean clean ADJ JJ Degree=Pos 2 conj 2:conj:and SpaceAfter=No @@ -30272,7 +30300,7 @@ 7 , , PUNCT , _ 10 punct 10:punct _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 correctly correctly ADV RB _ 10 advmod 10:advmod _ -10 sized size VERB VBN Tense=Past|VerbForm=Part 2 conj 2:conj:and SpaceAfter=No +10 sized size VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 conj 2:conj:and SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-262722-0008 @@ -30298,9 +30326,9 @@ # newpar id = reviews-323248-p0001 # text = Summary: Not cheep, but very fast, and super friendly service. 1 Summary summary NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ -3 Not not ADV RB _ 4 advmod 4:advmod _ -4 cheep cheap ADJ JJ Degree=Pos|Typo=Yes 1 parataxis 1:parataxis SpaceAfter=No +2 : : PUNCT : _ 4 punct 4:punct _ +3 Not not PART RB _ 4 advmod 4:advmod _ +4 cheep cheap ADJ JJ Degree=Pos|Typo=Yes 1 parataxis 1:parataxis CorrectForm=cheap|SpaceAfter=No 5 , , PUNCT , _ 13 punct 13:punct _ 6 but but CCONJ CC _ 13 cc 13:cc _ 7 very very ADV RB _ 8 advmod 8:advmod _ @@ -30320,27 +30348,27 @@ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 sufficient sufficient ADJ JJ Degree=Pos 0 root 0:root _ 6 but but CCONJ CC _ 8 cc 8:cc _ -7 not not ADV RB _ 8 advmod 8:advmod _ +7 not not PART RB _ 8 advmod 8:advmod _ 8 outstanding outstanding ADJ JJ Degree=Pos 5 conj 5:conj:but SpaceAfter=No 9 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-323248-0003 # text = Like all oil place changes, ask/recommend the 100 other services they have. 1 Like like ADP IN _ 5 case 5:case _ -2 all all DET DT _ 5 det 5:det _ +2 all all DET DT PronType=Tot 5 det 5:det _ 3 oil oil NOUN NN Number=Sing 4 compound 4:compound _ 4 place place NOUN NN Number=Sing 5 compound 5:compound _ 5 changes change NOUN NNS Number=Plur 7 obl 7:obl:like SpaceAfter=No -6 , , PUNCT , _ 7 punct 7:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 ask ask VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 8 / / SYM SYM _ 9 cc 9:cc SpaceAfter=No 9 recommend recommend VERB VB VerbForm=Inf 7 conj 7:conj _ 10 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -11 100 100 NUM CD NumType=Card 13 nummod 13:nummod _ +11 100 100 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 12 other other ADJ JJ Degree=Pos 13 amod 13:amod _ 13 services service NOUN NNS Number=Plur 7 obj 7:obj|9:obj _ 14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -15 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl SpaceAfter=No +15 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl SpaceAfter=No 16 . . PUNCT . _ 7 punct 7:punct _ # sent_id = reviews-323248-0004 @@ -30359,7 +30387,7 @@ # sent_id = reviews-034313-0001 # newpar id = reviews-034313-p0001 # text = criminal defense lawyer -1 criminal criminal ADJ NN Number=Sing 2 compound 2:compound _ +1 criminal criminal NOUN NN Number=Sing 2 compound 2:compound _ 2 defense defense NOUN NN Number=Sing 3 compound 3:compound _ 3 lawyer lawyer NOUN NN Number=Sing 0 root 0:root _ @@ -30372,7 +30400,7 @@ 4 an a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 5 exceptional exceptional ADJ JJ Degree=Pos 9 amod 9:amod _ 6 California California PROPN NNP Number=Sing 9 compound 9:compound _ -7 criminal criminal ADJ JJ Degree=Pos 8 amod 8:amod _ +7 criminal criminal NOUN NN Number=Sing 8 compound 8:compound _ 8 defense defense NOUN NN Number=Sing 9 compound 9:compound _ 9 lawyer lawyer NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 10 . . PUNCT . _ 9 punct 9:punct _ @@ -30380,12 +30408,12 @@ # sent_id = reviews-034313-0003 # text = He cross examined witnesses relentlessly and had them break down and tell the truth. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj|7:nsubj _ -2 cross cross VERB VB VerbForm=Inf 3 advmod 3:advmod _ -3 examined examine VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 cross cross ADV RB _ 3 advmod 3:advmod _ +3 examined examine VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 witnesses witness NOUN NNS Number=Plur 3 obj 3:obj _ 5 relentlessly relentlessly ADV RB _ 3 advmod 3:advmod _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +7 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 8 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 7 obj 7:obj|9:nsubj:xsubj|12:nsubj:xsubj _ 9 break break VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 down down ADP RP _ 9 compound:prt 9:compound:prt _ @@ -30399,18 +30427,18 @@ # text = If you want an attorney who will defend your right, contact Law Offices of Armando Villega 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ 4 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 attorney attorney NOUN NN Number=Sing 3 obj 3:obj|8:nsubj _ 6 who who PRON WP PronType=Rel 8 nsubj 5:ref _ 7 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 8 defend defend VERB VB VerbForm=Inf 5 acl:relcl 5:acl:relcl _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 right right NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No -11 , , PUNCT , _ 12 punct 12:punct _ +11 , , PUNCT , _ 3 punct 3:punct _ 12 contact contact VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 13 Law Law PROPN NNP Number=Sing 14 compound 14:compound _ -14 Offices Offices PROPN NNPS Number=Plur 12 obj 12:obj _ +14 Offices Office PROPN NNPS Number=Plur 12 obj 12:obj _ 15 of of ADP IN _ 16 case 16:case _ 16 Armando Armando PROPN NNP Number=Sing 14 nmod 14:nmod:of _ 17 Villega Villega PROPN NNP Number=Sing 16 flat 16:flat _ @@ -30419,7 +30447,7 @@ # sent_id = reviews-327766-0001 # newpar id = reviews-327766-p0001 # text = Checked in real late, but staff was very kind and helpful. -1 Checked check VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Checked check VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 in in ADP RP _ 1 compound:prt 1:compound:prt _ 3 real real ADV RB _ 4 advmod 4:advmod _ 4 late late ADV RB Degree=Pos 1 advmod 1:advmod SpaceAfter=No @@ -30439,7 +30467,7 @@ 2 very very ADV RB _ 3 advmod 3:advmod _ 3 clean clean ADJ JJ Degree=Pos 0 root 0:root _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 smelled smell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +5 smelled smell VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 6 very very ADV RB _ 7 advmod 7:advmod _ 7 fresh fresh ADJ JJ Degree=Pos 5 xcomp 5:xcomp SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ @@ -30452,14 +30480,14 @@ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 hotel hotel NOUN NN Number=Sing 3 obj 3:obj _ 6 to to ADP IN _ 7 case 7:case _ -7 anyone anyone PRON NN Number=Sing 3 obl 3:obl:to SpaceAfter=No +7 anyone anyone PRON NN Number=Sing|PronType=Ind 3 obl 3:obl:to SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-327766-0004 # text = I loved my stay here and if ever back in the area, I will be staying here again. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 loved love VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 loved love VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 stay stay NOUN NN Number=Sing 2 obj 2:obj _ 5 here here ADV RB PronType=Dem 4 advmod 4:advmod _ 6 and and CCONJ CC _ 17 cc 17:cc _ @@ -30469,7 +30497,7 @@ 10 in in ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 area area NOUN NN Number=Sing 8 obl 8:obl:in SpaceAfter=No -13 , , PUNCT , _ 17 punct 17:punct _ +13 , , PUNCT , _ 9 punct 9:punct _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ 15 will will AUX MD VerbForm=Fin 17 aux 17:aux _ 16 be be AUX VB VerbForm=Inf 17 aux 17:aux _ @@ -30494,17 +30522,17 @@ # newpar id = reviews-332785-p0002 # text = Enough said. 1 Enough enough ADJ JJ Degree=Pos 0 root 0:root _ -2 said say VERB VBN Tense=Past|VerbForm=Part 1 acl 1:acl SpaceAfter=No +2 said say VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 acl 1:acl SpaceAfter=No 3 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-332785-0003 # text = I don't steal, I wasn't acting suspiciously. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 steal steal VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 9 punct 9:punct _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 7-8 wasn't _ _ _ _ _ _ _ _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 9 aux 9:aux _ @@ -30531,16 +30559,16 @@ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 couple couple NOUN NN Number=Sing 8 conj 5:obj|8:conj:and _ 16 of of ADP IN _ 19 case 19:case _ -17 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +17 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 18 overpriced overpriced ADJ JJ Degree=Pos 19 amod 19:amod _ 19 belts belt NOUN NNS Number=Plur 15 nmod 15:nmod:of _ 20 and and CCONJ CC _ 22 cc 22:cc _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -22 walked walk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +22 walked walk VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 23 out out ADV RB _ 22 advmod 22:advmod _ 24 because because ADP IN _ 28 case 28:case _ 25 of of ADP IN _ 24 fixed 24:fixed _ -26 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +26 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ 27 obvious obvious ADJ JJ Degree=Pos 28 amod 28:amod _ 28 lurking lurking NOUN NN Number=Sing 22 obl 22:obl:because_of _ @@ -30548,7 +30576,7 @@ # sent_id = reviews-097507-0001 # newpar id = reviews-097507-p0001 # text = Best meat pies in Canada -1 Best best ADJ JJS Degree=Sup 3 amod 3:amod _ +1 Best good ADJ JJS Degree=Sup 3 amod 3:amod _ 2 meat meat NOUN NN Number=Sing 3 compound 3:compound _ 3 pies pie NOUN NNS Number=Plur 0 root 0:root _ 4 in in ADP IN _ 5 case 5:case _ @@ -30559,25 +30587,25 @@ # text = If you are looking for authentic British meat pies, then look know further. 1 If if SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 looking look VERB VBG VerbForm=Ger 12 advcl 12:advcl:if _ 5 for for ADP IN _ 9 case 9:case _ 6 authentic authentic ADJ JJ Degree=Pos 9 amod 9:amod _ -7 British british ADJ JJ Degree=Pos 9 amod 9:amod _ +7 British British ADJ JJ Degree=Pos 9 amod 9:amod _ 8 meat meat NOUN NN Number=Sing 9 compound 9:compound _ 9 pies pie NOUN NNS Number=Plur 4 obl 4:obl:for SpaceAfter=No -10 , , PUNCT , _ 12 punct 12:punct _ +10 , , PUNCT , _ 4 punct 4:punct _ 11 then then ADV RB PronType=Dem 12 advmod 12:advmod _ 12 look look VERB VB VerbForm=Inf 0 root 0:root _ -13 know no ADV RB Typo=Yes 14 advmod 14:advmod _ -14 further further ADV RBR Degree=Cmp 12 advmod 12:advmod SpaceAfter=No +13 know no ADV RB Typo=Yes 14 advmod 14:advmod CorrectForm=no +14 further far ADV RBR Degree=Cmp 12 advmod 12:advmod SpaceAfter=No 15 . . PUNCT . _ 12 punct 12:punct _ # sent_id = reviews-097507-0003 # text = I especially like the Chicken Curry pie. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 especially especially ADV RB _ 3 advmod 3:advmod _ -3 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 5 Chicken chicken NOUN NN Number=Sing 6 compound 6:compound _ 6 Curry curry NOUN NN Number=Sing 7 compound 7:compound _ @@ -30592,11 +30620,11 @@ # sent_id = reviews-097507-0005 # text = The owner/baker, "Pie Guy" is a hoot to deal with as well. -1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ +1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 owner owner NOUN NN Number=Sing 12 nsubj 12:nsubj SpaceAfter=No 3 / / SYM SYM _ 4 cc 4:cc SpaceAfter=No 4 baker baker NOUN NN Number=Sing 2 conj 2:conj|12:nsubj SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 8 punct 8:punct _ 6 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No 7 Pie Pie PROPN NNP Number=Sing 8 compound 8:compound _ 8 Guy Guy PROPN NNP Number=Sing 4 appos 4:appos SpaceAfter=No @@ -30627,7 +30655,7 @@ # sent_id = reviews-079827-0002 # newpar id = reviews-079827-p0002 # text = What a neat gem of a restaurant in a corner one wouldn't expect it. -1 What what DET WDT PronType=Int 4 det 4:det _ +1 What what DET WDT PronType=Int 4 det:predet 4:det:predet _ 2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 neat neat ADJ JJ Degree=Pos 4 amod 4:amod _ 4 gem gem NOUN NN Number=Sing 0 root 0:root _ @@ -30637,7 +30665,7 @@ 8 in in ADP IN _ 10 case 10:case _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 corner corner NOUN NN Number=Sing 4 nmod 4:nmod:in _ -11 one one PRON PRP _ 14 nsubj 14:nsubj _ +11 one one PRON PRP Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 12-13 wouldn't _ _ _ _ _ _ _ _ 12 would would AUX MD VerbForm=Fin 14 aux 14:aux _ 13 n't not PART RB _ 14 advmod 14:advmod _ @@ -30654,13 +30682,13 @@ 5 , , PUNCT , _ 4 punct 4:punct _ 6 great great ADJ JJ Degree=Pos 7 amod 7:amod _ 7 service service NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -8 . . PUNCT . _ 4 punct 4:punct _ +8 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-079827-0004 # text = Most importantly, the food was outstanding. -1 Most most ADV RBS _ 2 advmod 2:advmod _ +1 Most most ADV RBS Degree=Sup 2 advmod 2:advmod _ 2 importantly importantly ADV RB _ 7 advmod 7:advmod SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 food food NOUN NN Number=Sing 7 nsubj 7:nsubj _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ @@ -30671,7 +30699,7 @@ # text = It clearly had been prepared from fresh ingredients. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj:pass 5:nsubj:pass _ 2 clearly clearly ADV RB _ 5 advmod 5:advmod _ -3 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +3 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 4 been be AUX VBN Tense=Past|VerbForm=Part 5 aux:pass 5:aux:pass _ 5 prepared prepare VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 from from ADP IN _ 8 case 8:case _ @@ -30684,7 +30712,7 @@ 1-2 We'll _ _ _ _ _ _ _ _ 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 'll will AUX MD VerbForm=Fin 3 aux 3:aux _ -3 be be VERB VB VerbForm=Inf 0 root 0:root _ +3 be be AUX VB VerbForm=Inf 0 root 0:root _ 4 back back ADV RB _ 3 advmod 3:advmod _ 5 often often ADV RB _ 3 advmod 3:advmod SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ @@ -30712,32 +30740,32 @@ 8 Job job NOUN NN Number=Sing 5 conj 1:nmod:for|5:conj:and _ 9 You you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj _ 10 And and CCONJ CC _ 12 cc 12:cc _ -11 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 Boys boy NOUN NNS Number=Plur 9 conj 9:conj:and|14:nsubj _ -13 Have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +13 Have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 14 Done do VERB VBN Tense=Past|VerbForm=Part 5 acl:relcl 5:acl:relcl _ 15 On on ADP IN _ 19 case 19:case _ -16 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +16 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 17 New new ADJ JJ Degree=Pos 19 amod 19:amod _ 18 Solar solar ADJ JJ Degree=Pos 19 amod 19:amod _ 19 System system NOUN NN Number=Sing 14 obl 14:obl:on SpaceAfter=No -20 , , PUNCT , _ 1 punct 1:punct _ +20 , , PUNCT , _ 26 punct 26:punct _ 21 The the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 Panels panel NOUN NNS Number=Plur 26 nsubj 26:nsubj|27:nsubj:xsubj _ 23 On on ADP IN _ 25 case 25:case _ 24 The the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 Roof roof NOUN NN Number=Sing 22 nmod 22:nmod:on _ -26 Look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ +26 Look look VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ 27 Great great ADJ JJ Degree=Pos 26 xcomp 26:xcomp _ 28 And and CCONJ CC _ 40 cc 40:cc _ 29 The the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 Power power NOUN NN Number=Sing 40 nsubj 40:nsubj _ 31 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 33 nsubj 33:nsubj _ -32 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 33 aux 33:aux _ +32 Are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 33 aux 33:aux _ 33 Putting put VERB VBG VerbForm=Ger 30 acl:relcl 30:acl:relcl _ 34 Back back ADV RB _ 33 advmod 33:advmod _ -35 In in X GW _ 38 case 38:case _ -36 To to ADP IN _ 35 goeswith 35:goeswith _ +35 In into ADP GW Typo=Yes 38 case 38:case _ +36 To _ X IN _ 35 goeswith 35:goeswith _ 37 The the DET DT Definite=Def|PronType=Art 38 det 38:det _ 38 Grid grid NOUN NN Number=Sing 34 obl 34:obl:to _ 39 Is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 40 cop 40:cop _ @@ -30759,19 +30787,19 @@ # newpar id = reviews-194830-p0002 # text = The First time I walked in there with my teacup chihuahua puppy I knew I'd be here a lot. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 First first ADJ JJ Degree=Pos|NumType=Ord 3 amod 3:amod _ +2 First first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 3 amod 3:amod _ 3 time time NOUN NN Number=Sing 14 obl:tmod 14:obl:tmod _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 walked walk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +5 walked walk VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 in in ADP IN _ 7 case 7:case _ 7 there there ADV RB PronType=Dem 5 obl 5:obl:in _ 8 with with ADP IN _ 12 case 12:case _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 10 teacup teacup NOUN NN Number=Sing 11 compound 11:compound _ 11 chihuahua chihuahua NOUN NN Number=Sing 12 compound 12:compound _ 12 puppy puppy NOUN NN Number=Sing 5 obl 5:obl:with _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 knew know VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +14 knew know VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 15-16 I'd _ _ _ _ _ _ _ _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ 16 'd would AUX MD VerbForm=Fin 18 aux 18:aux _ @@ -30783,7 +30811,7 @@ # sent_id = reviews-194830-0003 # text = Pets Discount has lovely employees, a wonderful grooming service, and everything I need to keep my dog in tip top condition! -1 Pets Pets PROPN NNPS Number=Plur 2 compound 2:compound _ +1 Pets Pet PROPN NNPS Number=Plur 2 compound 2:compound _ 2 Discount Discount PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 3 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 lovely lovely ADJ JJ Degree=Pos 5 amod 5:amod _ @@ -30795,12 +30823,12 @@ 10 service service NOUN NN Number=Sing 5 conj 3:obj|5:conj:and SpaceAfter=No 11 , , PUNCT , _ 13 punct 13:punct _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 everything everything PRON NN Number=Sing 5 conj 3:obj|5:conj:and _ +13 everything everything PRON NN Number=Sing|PronType=Tot 5 conj 3:obj|5:conj:and _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj|17:nsubj:xsubj _ -15 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +15 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 16 to to PART TO _ 17 mark 17:mark _ 17 keep keep VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ -18 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 dog dog NOUN NN Number=Sing 17 obj 17:obj _ 20 in in ADP IN _ 23 case 23:case _ 21 tip tip ADJ JJ Degree=Pos 22 amod 22:amod _ @@ -30826,7 +30854,7 @@ 5 that that SCONJ IN _ 8 mark 8:mark _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 7 now now ADV RB _ 8 advmod 8:advmod _ -8 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +8 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ 9 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 10 good good ADJ JJ Degree=Pos 12 amod 12:amod _ 11 nail nail NOUN NN Number=Sing 12 compound 12:compound _ @@ -30840,7 +30868,7 @@ # sent_id = reviews-371492-0003 # text = No more having to drive to San Francisco for a great mani pedi. 1 No no ADV RB _ 2 advmod 2:advmod _ -2 more more ADV RBR _ 3 advmod 3:advmod _ +2 more more ADV RBR Degree=Cmp 3 advmod 3:advmod _ 3 having have VERB VBG VerbForm=Ger 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 drive drive VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ @@ -30860,7 +30888,7 @@ 2 Tina Tina PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 Vicky Vicky PROPN NNP Number=Sing 2 conj 2:conj:and|6:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 excellent excellent ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 7 . . PUNCT . _ 6 punct 6:punct _ @@ -30870,7 +30898,7 @@ 2 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 3 definitely definitely ADV RB _ 4 advmod 4:advmod _ 4 refer refer VERB VB VerbForm=Inf 0 root 0:root _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 friends friend NOUN NNS Number=Plur 4 obj 4:obj _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 family family NOUN NN Number=Sing 6 conj 4:obj|6:conj:and SpaceAfter=No @@ -30887,7 +30915,7 @@ # sent_id = reviews-288930-0002 # text = you get a really good view of the city and there is also attractions like simulator, short movies. 1 you you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 4 really really ADV RB _ 5 advmod 5:advmod _ 5 good good ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -30911,10 +30939,10 @@ # text = Try the 360 restraunt u spin in the cn tower with a beautiful view the sky pod elevator is about an hour line up in the summer 1 Try try VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 360 360 NUM CD NumType=Card 4 nummod 4:nummod _ -4 restraunt restaurant NOUN NN Number=Sing|Typo=Yes 1 obj 1:obj _ -5 u you PRON PRP Abbr=Yes|Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 spin spin VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ +3 360 360 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +4 restraunt restaurant NOUN NN Number=Sing|Typo=Yes 1 obj 1:obj CorrectForm=restaurant +5 u you PRON PRP Abbr=Yes|Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj CorrectForm=you +6 spin spin VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ 7 in in ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 cn cn PROPN NNP Number=Sing 10 compound 10:compound _ @@ -30928,8 +30956,8 @@ 17 pod pod NOUN NN Number=Sing 18 compound 18:compound _ 18 elevator elevator NOUN NN Number=Sing 24 nsubj 24:nsubj _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ -20 about about ADV RB _ 21 advmod 21:advmod _ -21 an a DET DT Definite=Ind|PronType=Art 22 nummod 22:nummod _ +20 about about ADV RB _ 22 advmod 22:advmod _ +21 an a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 22 hour hour NOUN NN Number=Sing 24 compound 24:compound _ 23 line line NOUN NN Number=Sing 24 compound 24:compound _ 24 up up NOUN NN Number=Sing 1 parataxis 1:parataxis _ @@ -30960,13 +30988,13 @@ # sent_id = reviews-374000-0003 # text = I love walking in and not being hassled. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|3:nsubj:xsubj|8:nsubj:xsubj _ -2 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 walking walk VERB VBG VerbForm=Ger 2 xcomp 2:xcomp _ 4 in in ADV RB _ 3 advmod 3:advmod _ 5 and and CCONJ CC _ 8 cc 8:cc _ 6 not not PART RB _ 8 advmod 8:advmod _ 7 being be AUX VBG VerbForm=Ger 8 aux:pass 8:aux:pass _ -8 hassled hassle VERB VBN Tense=Past|VerbForm=Part 3 conj 2:xcomp|3:conj:and SpaceAfter=No +8 hassled hassle VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 conj 2:xcomp|3:conj:and SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-374000-0004 @@ -30974,9 +31002,9 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 there there ADV RB PronType=Dem 0 root 0:root _ -4 when when SCONJ WRB PronType=Int 6 mark 6:mark _ +4 when when ADV WRB PronType=Int 6 advmod 6:advmod _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -6 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:when _ +6 did do VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:when _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 free free ADJ JJ Degree=Pos 9 amod 9:amod _ 9 raffle raffle NOUN NN Number=Sing 6 obj 6:obj _ @@ -30984,7 +31012,7 @@ 11 August August PROPN NNP Number=Sing 6 obl 6:obl:in _ 12 and and CCONJ CC _ 14 cc 14:cc _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 won win VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +14 won win VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 15 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 16 hard hard ADJ JJ Degree=Pos 17 amod 17:amod _ 17 drive drive NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No @@ -30993,19 +31021,19 @@ # sent_id = reviews-374000-0005 # text = The reason I go back is because the employees are sooooo nice.” 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 reason reason NOUN NN Number=Sing 6 nsubj 6:nsubj _ +2 reason reason NOUN NN Number=Sing 12 nsubj:outer 12:nsubj:outer _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 go go VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 back back ADV RB _ 4 advmod 4:advmod _ -6 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 7 because because SCONJ IN _ 12 mark 12:mark _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 employees employee NOUN NNS Number=Plur 12 nsubj 12:nsubj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ -11 sooooo so ADV RB _ 12 advmod 12:advmod _ -12 nice nice ADJ JJ Degree=Pos 6 advcl 6:advcl:because SpaceAfter=No -13 . . PUNCT . _ 6 punct 6:punct SpaceAfter=No -14 ” " PUNCT '' _ 6 punct 6:punct _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +11 sooooo so ADV RB Style=Expr 12 advmod 12:advmod CorrectForm=so +12 nice nice ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No +13 . . PUNCT . _ 12 punct 12:punct SpaceAfter=No +14 ” " PUNCT '' _ 12 punct 12:punct _ # newdoc id = reviews-061768 # sent_id = reviews-061768-0001 @@ -31019,7 +31047,7 @@ # sent_id = reviews-061768-0002 # text = I came in to get a nice gift for my wife. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 came come VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 in in ADV RB _ 2 advmod 2:advmod _ 4 to to PART TO _ 5 mark 5:mark _ 5 get get VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ @@ -31027,14 +31055,14 @@ 7 nice nice ADJ JJ Degree=Pos 8 amod 8:amod _ 8 gift gift NOUN NN Number=Sing 5 obj 5:obj _ 9 for for ADP IN _ 11 case 11:case _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 wife wife NOUN NN Number=Sing 5 obl 5:obl:for SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-061768-0003 # text = The one guy who was there, I'm guessing was the owner, was probably the least helpful person I've ever met. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 one one NUM CD NumType=Card 3 nummod 3:nummod _ +2 one one NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 guy guy NOUN NN Number=Sing 20 nsubj 6:nsubj|20:nsubj _ 4 who who PRON WP PronType=Rel 6 nsubj 3:ref _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ @@ -31042,7 +31070,7 @@ 7 , , PUNCT , _ 10 punct 10:punct _ 8-9 I'm _ _ _ _ _ _ _ _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -9 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +9 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 guessing guess VERB VBG VerbForm=Ger 3 appos 3:appos _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ @@ -31056,7 +31084,7 @@ 20 person person NOUN NN Number=Sing 0 root 0:root _ 21-22 I've _ _ _ _ _ _ _ _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ -22 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ +22 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ 23 ever ever ADV RB _ 24 advmod 24:advmod _ 24 met meet VERB VBN Tense=Past|VerbForm=Part 20 acl:relcl 20:acl:relcl SpaceAfter=No 25 . . PUNCT . _ 20 punct 20:punct _ @@ -31066,7 +31094,7 @@ 1 But but CCONJ CC _ 4 cc 4:cc _ 2 thankfully thankfully ADV RB _ 4 advmod 4:advmod _ 3 there there PRON EX _ 4 expl 4:expl _ -4 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 other other ADJ JJ Degree=Pos 7 amod 7:amod _ 6 flowers flower NOUN NNS Number=Plur 7 compound 7:compound _ 7 shops shop NOUN NNS Number=Plur 4 nsubj 4:nsubj _ @@ -31084,7 +31112,7 @@ # sent_id = reviews-072271-0002 # newpar id = reviews-072271-p0002 # text = What a joy to stroll off historic Canyon Road in Santa Fe into a gallery with a gorgeous diversity of art. -1 What what DET WDT PronType=Int 3 det 3:det _ +1 What what DET WDT PronType=Int 3 det:predet 3:det:predet _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 joy joy NOUN NN Number=Sing 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ @@ -31115,8 +31143,8 @@ 3 's 's PART POS _ 2 case 2:case _ 4 metal metal NOUN NN Number=Sing 5 compound 5:compound _ 5 sculptures sculpture NOUN NNS Number=Plur 8 nsubj 8:nsubj _ -6 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 cop 8:cop _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 favorite favorite NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 9 . . PUNCT . _ 8 punct 8:punct SpaceAfter=No @@ -31140,7 +31168,7 @@ 5 of of SCONJ IN _ 6 mark 6:mark _ 6 visiting visit VERB VBG VerbForm=Ger 4 acl 4:acl:of _ 7 Winterowd Winterowd PROPN NNP Number=Sing 9 compound 9:compound _ -8 Fine Fine PROPN NNP Number=Sing 9 compound 9:compound _ +8 Fine Fine ADJ NNP Degree=Pos 9 amod 9:amod _ 9 Art Art PROPN NNP Number=Sing 6 obj 6:obj SpaceAfter=No 10 ! ! PUNCT . _ 1 punct 1:punct _ @@ -31157,9 +31185,9 @@ # text = This is one of my favorite places to eat for lunch. 1 This this PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 one one NUM CD NumType=Card 0 root 0:root _ +3 one one NUM CD NumForm=Word|NumType=Card 0 root 0:root _ 4 of of ADP IN _ 7 case 7:case _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 favorite favorite ADJ JJ Degree=Pos 7 amod 7:amod _ 7 places place NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 8 to to PART TO _ 9 mark 9:mark _ @@ -31171,7 +31199,7 @@ # sent_id = reviews-308297-0003 # text = They offer a good portions at a great price, it's enough food to fill you up, but you don't ever feel like you ate too much. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 offer offer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 offer offer VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 good good ADJ JJ Degree=Pos 5 amod 5:amod _ 5 portions portion NOUN NNS Number=Plur 2 obj 2:obj _ @@ -31179,7 +31207,7 @@ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 great great ADJ JJ Degree=Pos 9 amod 9:amod _ 9 price price NOUN NN Number=Sing 2 obl 2:obl:at SpaceAfter=No -10 , , PUNCT , _ 2 punct 2:punct _ +10 , , PUNCT , _ 14 punct 14:punct _ 11-12 it's _ _ _ _ _ _ _ _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 12 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ @@ -31193,13 +31221,13 @@ 20 but but CCONJ CC _ 25 cc 25:cc _ 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 25 nsubj 25:nsubj _ 22-23 don't _ _ _ _ _ _ _ _ -22 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ +22 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ 23 n't not PART RB _ 25 advmod 25:advmod _ 24 ever ever ADV RB _ 25 advmod 25:advmod _ 25 feel feel VERB VB VerbForm=Inf 2 conj 2:conj:but _ 26 like like SCONJ IN _ 28 mark 28:mark _ 27 you you PRON PRP Case=Nom|Person=2|PronType=Prs 28 nsubj 28:nsubj _ -28 ate eat VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 advcl 25:advcl:like _ +28 ate eat VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 25 advcl 25:advcl:like _ 29 too too ADV RB _ 30 advmod 30:advmod _ 30 much much ADJ JJ Degree=Pos 28 obj 28:obj SpaceAfter=No 31 . . PUNCT . _ 2 punct 2:punct _ @@ -31207,7 +31235,7 @@ # sent_id = reviews-308297-0004 # text = Plus, it's super healthy! 1 Plus plus CCONJ CC _ 6 cc 6:cc SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 it's _ _ _ _ _ _ _ _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 4 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ @@ -31224,7 +31252,7 @@ 3 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 AMAZING amazing ADJ JJ Degree=Pos 5 amod 5:amod _ 5 JOB job NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -6 , , PUNCT , _ 2 punct 2:punct _ +6 , , PUNCT , _ 10 punct 10:punct _ 7 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 always always ADV RB _ 10 advmod 10:advmod _ @@ -31232,22 +31260,22 @@ 11 new new ADJ JJ Degree=Pos 12 amod 12:amod _ 12 things thing NOUN NNS Number=Plur 10 obj 10:obj _ 13 on on SCONJ IN _ 16 mark 16:mark _ -14 how how SCONJ WRB PronType=Int 16 mark 16:mark _ +14 how how ADV WRB PronType=Int 16 advmod 16:advmod _ 15 to to PART TO _ 16 mark 16:mark _ 16 use use VERB VB VerbForm=Inf 12 acl 12:acl:to _ -17 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 hands hand NOUN NNS Number=Plur 16 obj 16:obj _ 19 and and CCONJ CC _ 20 cc 20:cc _ 20 body body NOUN NN Number=Sing 18 conj 16:obj|18:conj:and SpaceAfter=No 21 , , PUNCT , _ 23 punct 23:punct _ 22 to to PART TO _ 23 mark 23:mark _ 23 give give VERB VB VerbForm=Inf 16 conj 12:acl:to|16:conj _ -24 every every DET DT _ 25 det 25:det _ +24 every every DET DT PronType=Tot 25 det 25:det _ 25 person person NOUN NN Number=Sing 23 iobj 23:iobj _ 26 an a DET DT Definite=Ind|PronType=Art 28 det 28:det _ 27 AWESOME awesome ADJ JJ Degree=Pos 28 amod 28:amod _ 28 MASSAGE massage NOUN NN Number=Sing 23 obj 23:obj SpaceAfter=No -29 , , PUNCT , _ 2 punct 2:punct _ +29 , , PUNCT , _ 30 punct 30:punct _ 30 CALL call VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis _ 31 TODAY today NOUN NN Number=Sing 30 obl:tmod 30:obl:tmod _ 32 AND and CCONJ CC _ 33 cc 33:cc _ @@ -31256,7 +31284,7 @@ 35 MUST must AUX MD VerbForm=Fin 36 aux 36:aux _ 36 SEE see VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ 37 HER she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 36 obj 36:obj SpaceAfter=No -38 , , PUNCT , _ 2 punct 2:punct _ +38 , , PUNCT , _ 41 punct 41:punct _ 39 YOU you PRON PRP Case=Nom|Person=2|PronType=Prs 41 nsubj 41:nsubj _ 40 WILL will AUX MD VerbForm=Fin 41 aux 41:aux _ 41 FALL fall VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ @@ -31265,10 +31293,10 @@ 44 SHE she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 47 nsubj 47:nsubj _ 45 IS be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 47 cop 47:cop _ 46 THE the DET DT Definite=Def|PronType=Art 47 det 47:det _ -47 BEST best ADJ JJS Degree=Sup 2 parataxis 2:parataxis _ +47 BEST good ADJ JJS Degree=Sup 2 parataxis 2:parataxis _ 48 OF of ADP IN _ 50 case 50:case _ 49 THE the DET DT Definite=Def|PronType=Art 50 det 50:det _ -50 BEST best ADJ JJS Degree=Sup 47 obl 47:obl:of _ +50 BEST good ADJ JJS Degree=Sup 47 obl 47:obl:of _ 51 ! ! PUNCT . _ 2 punct 2:punct _ # newdoc id = reviews-140164 @@ -31277,19 +31305,19 @@ # text = If you want cheaply made glass from India and China, this is not your place. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:if _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:if _ 4 cheaply cheaply ADV RB _ 5 advmod 5:advmod _ -5 made make VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +5 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 6 glass glass NOUN NN Number=Sing 3 obj 3:obj _ 7 from from ADP IN _ 8 case 8:case _ 8 India India PROPN NNP Number=Sing 6 nmod 6:nmod:from _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 China China PROPN NNP Number=Sing 8 conj 6:nmod:from|8:conj:and SpaceAfter=No -11 , , PUNCT , _ 16 punct 16:punct _ +11 , , PUNCT , _ 3 punct 3:punct _ 12 this this PRON DT Number=Sing|PronType=Dem 16 nsubj 16:nsubj _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 14 not not PART RB _ 16 advmod 16:advmod _ -15 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 place place NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 17 . . PUNCT . _ 16 punct 16:punct _ @@ -31298,18 +31326,18 @@ 1 These this DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 people people NOUN NNS Number=Plur 4 nsubj 4:nsubj _ 3 only only ADV RB _ 4 advmod 4:advmod _ -4 carry carry VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 carry carry VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 6 very very ADV RB _ 7 advmod 7:advmod _ -7 best best ADJ JJS Degree=Sup 10 amod 10:amod _ -8 American american ADJ JJ Degree=Pos 10 amod 10:amod _ -9 blown blow VERB VBN Tense=Past|VerbForm=Part 10 amod 10:amod _ +7 best good ADJ JJS Degree=Sup 10 amod 10:amod _ +8 American American ADJ JJ Degree=Pos 10 amod 10:amod _ +9 blown blow VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 amod 10:amod _ 10 glass glass NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-140164-0003 # text = Their selection is top notch and the staff is very knowledgable. -1 Their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 selection selection NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 top top ADJ JJ Degree=Pos 5 compound 5:compound _ @@ -31319,7 +31347,7 @@ 8 staff staff NOUN NN Number=Sing 11 nsubj 11:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 very very ADV RB _ 11 advmod 11:advmod _ -11 knowledgable knowledgeable ADJ JJ Degree=Pos|Typo=Yes 5 conj 5:conj:and SpaceAfter=No +11 knowledgable knowledgeable ADJ JJ Degree=Pos|Typo=Yes 5 conj 5:conj:and CorrectForm=knowledgeable|SpaceAfter=No 12 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-140164-0004 @@ -31327,11 +31355,11 @@ 1 Go go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 to to ADP IN _ 5 case 5:case _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 Looking Looking PROPN NNP Number=Sing 5 compound 5:compound _ +4 Looking Looking VERB NNP Tense=Pres|VerbForm=Part 5 amod 5:amod _ 5 Glass Glass PROPN NNP Number=Sing 1 obl 1:obl:to _ 6 for for ADP IN _ 10 case 10:case _ -7 all all DET PDT _ 10 det:predet 10:det:predet _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +7 all all DET PDT PronType=Tot 10 det:predet 10:det:predet _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 smoking smoking NOUN NN Number=Sing 10 compound 10:compound _ 10 needs need NOUN NNS Number=Plur 1 obl 1:obl:for SpaceAfter=No 11 !!!!!!!!!! !!!!!!!!!! PUNCT . _ 1 punct 1:punct _ @@ -31343,33 +31371,33 @@ 1 Chuck Chuck PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 Gretchen Gretchen PROPN NNP Number=Sing 1 conj 1:conj:and|6:nsubj _ -4 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 cop 6:cop _ +4 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 5 very very ADV RB _ 6 advmod 6:advmod _ 6 positive positive ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 7 , , PUNCT , _ 20 punct 20:punct _ 8 and and CCONJ CC _ 20 cc 20:cc _ -9 when when SCONJ WRB PronType=Int 12 mark 12:mark _ +9 when when ADV WRB PronType=Int 12 advmod 12:advmod _ 10-11 Alan's _ _ _ _ _ _ _ _ 10 Alan Alan PROPN NNP Number=Sing 12 nsubj 12:nsubj|14:nsubj:xsubj _ 11 's 's PART POS _ 10 case 10:case _ -12 refused refuse VERB VBN Tense=Past|VerbForm=Part 20 advcl 20:advcl:when _ +12 refused refuse VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 advcl 20:advcl:when _ 13 to to PART TO _ 14 mark 14:mark _ 14 work work VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 15 on on ADP IN _ 17 case 17:case _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 bike bike NOUN NN Number=Sing 14 obl 14:obl:on SpaceAfter=No -18 , , PUNCT , _ 20 punct 20:punct _ +18 , , PUNCT , _ 12 punct 12:punct _ 19 Chuck Chuck PROPN NNP Number=Sing 20 nsubj 20:nsubj|24:nsubj|28:nsubj _ -20 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ +20 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ 21 right right ADV RB _ 22 advmod 22:advmod _ 22 out out ADV RB _ 20 advmod 20:advmod _ 23 and and CCONJ CC _ 24 cc 24:cc _ -24 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 conj 20:conj:and _ +24 saw see VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 conj 20:conj:and _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 26 problem problem NOUN NN Number=Sing 24 obj 24:obj _ 27 and and CCONJ CC _ 28 cc 28:cc _ -28 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 conj 20:conj:and _ -29 what what PRON WP PronType=Int 28 obj 28:obj _ +28 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 conj 20:conj:and _ +29 what what PRON WP PronType=Rel 28 obj 28:obj|35:obj _ 30-31 Alan's _ _ _ _ _ _ _ _ 30 Alan Alan PROPN NNP Number=Sing 32 nmod:poss 32:nmod:poss _ 31 's 's PART POS _ 30 case 30:case _ @@ -31383,7 +31411,7 @@ # sent_id = reviews-063754-0002 # text = He worked on it right on the back of my car. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 worked work VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 worked work VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 on on ADP IN _ 4 case 4:case _ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obl 2:obl:on _ 5 right right ADV RB _ 8 advmod 8:advmod _ @@ -31391,7 +31419,7 @@ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 back back NOUN NN Number=Sing 2 obl 2:obl:on _ 9 of of ADP IN _ 11 case 11:case _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 car car NOUN NN Number=Sing 8 nmod 8:nmod:of SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ @@ -31413,52 +31441,53 @@ # sent_id = reviews-236648-0002 # newpar id = reviews-236648-p0002 # text = Walked in and was outta there in 10 mins with a really good deal i thought i was going to be paying alot because i had a DUI but with my DUI and Sr-22 they were able to get me the best deal out there. -1 Walked walk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Walked walk VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 in in ADV RB _ 1 advmod 1:advmod _ 3 and and CCONJ CC _ 4 cc 4:cc _ -4 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 conj 1:conj:and _ -5 out out ADP IN _ 7 case 7:case SpaceAfter=No +4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 conj 1:conj:and _ +5-6 outta _ _ _ _ _ _ _ _ +5 out out ADP IN _ 7 case 7:case _ 6 ta of ADP IN Abbr=Yes 7 case 7:case _ 7 there there ADV RB PronType=Dem 4 obl 4:obl:of _ 8 in in ADP IN _ 10 case 10:case _ -9 10 10 NUM CD NumType=Card 10 nummod 10:nummod _ +9 10 10 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 mins minute NOUN NNS Abbr=Yes|Number=Plur 4 obl 4:obl:in _ 11 with with ADP IN _ 15 case 15:case _ 12 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 13 really really ADV RB _ 14 advmod 14:advmod _ 14 good good ADJ JJ Degree=Pos 15 amod 15:amod _ 15 deal deal NOUN NN Number=Sing 4 obl 4:obl:with _ -16 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -17 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ -18 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj|23:nsubj:xsubj _ +16 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ +17 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ +18 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj|23:nsubj:xsubj _ 19 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 aux 20:aux _ 20 going go VERB VBG VerbForm=Ger 17 ccomp 17:ccomp _ 21 to to PART TO _ 23 mark 23:mark _ 22 be be AUX VB VerbForm=Inf 23 aux 23:aux _ 23 paying pay VERB VBG VerbForm=Ger 20 xcomp 20:xcomp _ -24 a a DET DT Definite=Ind|PronType=Art 25 det 25:det SpaceAfter=No +24 a a DET DT Definite=Ind|PronType=Art 25 det 25:det CorrectSpaceAfter=Yes|SpaceAfter=No 25 lot lot NOUN NN Number=Sing 23 obj 23:obj _ 26 because because SCONJ IN _ 28 mark 28:mark _ -27 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 28 nsubj 28:nsubj _ -28 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 advcl 17:advcl:because _ +27 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 28 nsubj 28:nsubj _ +28 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 17 advcl 17:advcl:because _ 29 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ 30 DUI dui NOUN NN Number=Sing 28 obj 28:obj _ 31 but but CCONJ CC _ 41 cc 41:cc _ 32 with with ADP IN _ 34 case 34:case _ -33 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ +33 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ 34 DUI dui NOUN NN Number=Sing 41 obl 41:obl:with _ 35 and and CCONJ CC _ 36 cc 36:cc _ 36 Sr sr NOUN NN Number=Sing 34 conj 34:conj:and|41:obl:with SpaceAfter=No -37 - - PUNCT HYPH _ 36 punct 36:punct SpaceAfter=No -38 22 22 NUM CD NumType=Card 36 nummod 36:nummod _ +37 - - PUNCT HYPH _ 38 punct 38:punct SpaceAfter=No +38 22 22 NUM CD NumForm=Digit|NumType=Card 36 nummod 36:nummod _ 39 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 41 nsubj 41:nsubj|43:nsubj:xsubj _ -40 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 41 cop 41:cop _ +40 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 41 cop 41:cop _ 41 able able ADJ JJ Degree=Pos 1 conj 1:conj:but _ 42 to to PART TO _ 43 mark 43:mark _ 43 get get VERB VB VerbForm=Inf 41 xcomp 41:xcomp _ 44 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 43 iobj 43:iobj _ 45 the the DET DT Definite=Def|PronType=Art 47 det 47:det _ -46 best best ADJ JJS Degree=Sup 47 amod 47:amod _ +46 best good ADJ JJS Degree=Sup 47 amod 47:amod _ 47 deal deal NOUN NN Number=Sing 43 obj 43:obj _ 48 out out ADV RB _ 49 advmod 49:advmod _ 49 there there ADV RB PronType=Dem 47 advmod 47:advmod SpaceAfter=No @@ -31491,7 +31520,7 @@ 12 ins in NOUN NNS Number=Plur 10 obj 10:obj _ 13 but but CCONJ CC _ 16 cc 16:cc _ 14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -15 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +15 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 16 have have VERB VB VerbForm=Inf 5 conj 5:conj:and _ 17 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 18 blue blue NOUN NN Number=Sing 19 compound 19:compound _ @@ -31504,12 +31533,12 @@ # text = Glad I called before I arrived with my box to ship. 1 Glad glad ADJ JJ Degree=Pos 0 root 0:root _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp _ +3 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp _ 4 before before SCONJ IN _ 6 mark 6:mark _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 arrived arrive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:before _ +6 arrived arrive VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:before _ 7 with with ADP IN _ 9 case 9:case _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 box box NOUN NN Number=Sing 6 obl 6:obl:with _ 10 to to PART TO _ 11 mark 11:mark _ 11 ship ship VERB VB VerbForm=Inf 9 acl 9:acl:to SpaceAfter=No @@ -31517,13 +31546,13 @@ # sent_id = reviews-372665-0004 # text = Thought adding a comment would save someone the hassle with a useless trip there. -1 Thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 adding add VERB VBG VerbForm=Ger 6 csubj 6:csubj _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 comment comment NOUN NN Number=Sing 2 obj 2:obj _ 5 would would AUX MD VerbForm=Fin 6 aux 6:aux _ 6 save save VERB VB VerbForm=Inf 1 ccomp 1:ccomp _ -7 someone someone PRON NN Number=Sing 6 iobj 6:iobj _ +7 someone someone PRON NN Number=Sing|PronType=Ind 6 iobj 6:iobj _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 hassle hassle NOUN NN Number=Sing 6 obj 6:obj _ 10 with with ADP IN _ 13 case 13:case _ @@ -31541,23 +31570,23 @@ 2 food food NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 mediocre mediocre ADJ JJ Degree=Pos 0 root 0:root _ -5 at at ADV RB _ 6 case 6:case _ -6 best best ADV RBS Degree=Sup 4 obl 4:obl:at SpaceAfter=No +5 at at ADP IN _ 6 case 6:case _ +6 best well ADV RBS Degree=Sup 4 obl 4:obl:at SpaceAfter=No 7 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-077213-0002 # text = the waitress took my name and then called me that all night. 1 the the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 waitress waitress NOUN NN Number=Sing 3 nsubj 3:nsubj|8:nsubj _ -3 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 name name NOUN NN Number=Sing 3 obj 3:obj _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 then then ADV RB PronType=Dem 8 advmod 8:advmod _ -8 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +8 called call VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 9 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 obj 8:obj|10:nsubj:xsubj _ 10 that that PRON DT Number=Sing|PronType=Dem 8 xcomp 8:xcomp _ -11 all all DET DT _ 12 det 12:det _ +11 all all DET DT PronType=Tot 12 det 12:det _ 12 night night NOUN NN Number=Sing 8 obl:tmod 8:obl:tmod SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ @@ -31565,12 +31594,12 @@ # text = not sure how I feel about that one. 1 not not PART RB _ 2 advmod 2:advmod _ 2 sure sure ADJ JJ Degree=Pos 0 root 0:root _ -3 how how SCONJ WRB PronType=Int 5 mark 5:mark _ +3 how how ADV WRB PronType=Int 5 advmod 5:advmod _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +5 feel feel VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 6 about about ADP IN _ 8 case 8:case _ 7 that that DET DT Number=Sing|PronType=Dem 8 det 8:det _ -8 one one NUM CD NumType=Card 5 obl 5:obl:about SpaceAfter=No +8 one one NOUN NN Number=Sing 5 obl 5:obl:about SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-077213-0004 @@ -31596,10 +31625,10 @@ # text = if you want good pizza, go to famoso. 1 if if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ 4 good good ADJ JJ Degree=Pos 5 amod 5:amod _ 5 pizza pizza NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -6 , , PUNCT , _ 7 punct 7:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 go go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 8 to to ADP IN _ 9 case 9:case _ 9 famoso famoso PROPN NNP Number=Sing 7 obl 7:obl:to SpaceAfter=No @@ -31614,7 +31643,7 @@ # sent_id = reviews-125629-0001 # newpar id = reviews-125629-p0001 # text = Anyone else find it a little suspicious that there are not only 20 reviews for this dentist (a HUGE number compared to the others in the area), but that they all have the same unique grammar structure? -1 Anyone anyone PRON NN Number=Sing 3 nsubj 3:nsubj|7:nsubj:xsubj _ +1 Anyone anyone PRON NN Number=Sing|PronType=Ind 3 nsubj 3:nsubj|7:nsubj:xsubj _ 2 else else ADJ JJ Degree=Pos 1 amod 1:amod _ 3 find find VERB VB VerbForm=Inf 0 root 0:root _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 expl 3:expl _ @@ -31623,10 +31652,10 @@ 7 suspicious suspicious ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ 8 that that SCONJ IN _ 10 mark 10:mark _ 9 there there PRON EX _ 10 expl 10:expl _ -10 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ -11 not not PART RB _ 12 advmod 12:advmod _ -12 only only ADV RB _ 10 cc:preconj 10:cc:preconj _ -13 20 20 NUM CD NumType=Card 14 nummod 14:nummod _ +10 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +11 not not PART RB _ 10 advmod 10:advmod _ +12 only only ADV RB _ 10 advmod 10:advmod _ +13 20 20 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 14 reviews review NOUN NNS Number=Plur 10 nsubj 10:nsubj _ 15 for for ADP IN _ 17 case 17:case _ 16 this this DET DT Number=Sing|PronType=Dem 17 det 17:det _ @@ -31635,10 +31664,10 @@ 19 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 20 HUGE huge ADJ JJ Degree=Pos 21 amod 21:amod _ 21 number number NOUN NN Number=Sing 14 appos 14:appos _ -22 compared compare VERB VBN Tense=Past|VerbForm=Part 25 case 25:case _ +22 compared compare VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 advcl 21:advcl _ 23 to to ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ -25 others other NOUN NNS Number=Plur 21 nmod 21:nmod:to _ +25 others other NOUN NNS Number=Plur 21 obl 21:obl:to _ 26 in in ADP IN _ 28 case 28:case _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 area area NOUN NN Number=Sing 25 nmod 25:nmod:in SpaceAfter=No @@ -31647,8 +31676,8 @@ 31 but but CCONJ CC _ 35 cc 35:cc _ 32 that that SCONJ IN _ 35 mark 35:mark _ 33 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 35 nsubj 35:nsubj _ -34 all all DET DT _ 33 det 33:det _ -35 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 conj 3:ccomp|10:conj:but _ +34 all all DET DT PronType=Tot 33 det 33:det _ +35 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 conj 3:ccomp|10:conj:but _ 36 the the DET DT Definite=Def|PronType=Art 40 det 40:det _ 37 same same ADJ JJ Degree=Pos 40 amod 40:amod _ 38 unique unique ADJ JJ Degree=Pos 40 amod 40:amod _ @@ -31660,10 +31689,10 @@ # text = And they seem to be posted at fairly regular intervals? 1 And and CCONJ CC _ 3 cc 3:cc _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|6:nsubj:xsubj _ -3 seem seem VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 seem seem VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 6 mark 6:mark _ 5 be be AUX VB VerbForm=Inf 6 aux:pass 6:aux:pass _ -6 posted post VERB VBN Tense=Past|VerbForm=Part 3 xcomp 3:xcomp _ +6 posted post VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 xcomp 3:xcomp _ 7 at at ADP IN _ 10 case 10:case _ 8 fairly fairly ADV RB _ 9 advmod 9:advmod _ 9 regular regular ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -31674,7 +31703,7 @@ # sent_id = reviews-059386-0001 # newpar id = reviews-059386-p0001 # text = Best YET! -1 Best best ADJ JJS Degree=Sup 0 root 0:root _ +1 Best good ADJ JJS Degree=Sup 0 root 0:root _ 2 YET yet ADV RB _ 1 advmod 1:advmod SpaceAfter=No 3 ! ! PUNCT . _ 1 punct 1:punct _ @@ -31682,20 +31711,20 @@ # newpar id = reviews-059386-p0002 # text = We go to Japaneiro's all the time and we have NEVER been disappointed! 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 go go VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 4 case 4:case _ 4-5 Japaneiro's _ _ _ _ _ _ _ _ 4 Japaneiro Japaneiro PROPN NNP Number=Sing 2 obl 2:obl:to _ 5 's 's PART POS _ 4 case 4:case _ -6 all all DET PDT _ 8 det:predet 8:det:predet _ +6 all all DET PDT PronType=Tot 8 det:predet 8:det:predet _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 time time NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod _ 9 and and CCONJ CC _ 14 cc 14:cc _ 10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 14 nsubj:pass 14:nsubj:pass _ -11 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +11 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 12 NEVER never ADV RB _ 14 advmod 14:advmod _ 13 been be AUX VBN Tense=Past|VerbForm=Part 14 aux:pass 14:aux:pass _ -14 disappointed disappoint VERB VBN Tense=Past|VerbForm=Part 2 conj 2:conj:and SpaceAfter=No +14 disappointed disappoint VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 conj 2:conj:and SpaceAfter=No 15 ! ! PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-059386-0003 @@ -31712,16 +31741,16 @@ 10-11 can't _ _ _ _ _ _ _ _ 10 ca can AUX MD VerbForm=Fin 12 aux 12:aux _ 11 n't not PART RB _ 12 advmod 12:advmod _ -12 decide decide VERB VB VerbForm=Inf 7 advcl 7:advcl:if|15:nsubj _ +12 decide decide VERB VB VerbForm=Inf 7 advcl 7:advcl:if|15:csubj _ 13 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No 14 which which PRON WDT PronType=Rel 15 nsubj 12:ref _ -15 happens happen VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ -16 every every DET DT _ 17 det 17:det _ +15 happens happen VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 advcl:relcl 12:advcl:relcl _ +16 every every DET DT PronType=Tot 17 det 17:det _ 17 time time NOUN NN Number=Sing 15 obl:tmod 15:obl:tmod _ 18 for for ADP IN _ 19 case 19:case _ 19 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 15 obl 15:obl:for _ 20 d due ADP IN Abbr=Yes 25 case 25:case SpaceAfter=No -21 / / PUNCT HYPH _ 20 fixed 20:fixed SpaceAfter=No +21 / / PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No 22 t to ADP IN Abbr=Yes 20 fixed 20:fixed _ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 24 huge huge ADJ JJ Degree=Pos 25 amod 25:amod _ @@ -31736,7 +31765,7 @@ # sent_id = reviews-059386-0004 # text = Soooo tasty! -1 Soooo soooo ADV RB _ 2 advmod 2:advmod _ +1 Soooo so ADV RB Style=Expr 2 advmod 2:advmod CorrectForm=So 2 tasty tasty ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 3 ! ! PUNCT . _ 2 punct 2:punct _ @@ -31746,7 +31775,7 @@ # text = Good honest wrok 1 Good good ADJ JJ Degree=Pos 3 amod 3:amod _ 2 honest honest ADJ JJ Degree=Pos 3 amod 3:amod _ -3 wrok work NOUN NN Number=Sing|Typo=Yes 0 root 0:root _ +3 wrok work NOUN NN Number=Sing|Typo=Yes 0 root 0:root CorrectForm=work # sent_id = reviews-359014-0002 # newpar id = reviews-359014-p0002 @@ -31764,7 +31793,7 @@ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 knowledgeable knowledgeable ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +6 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 time time NOUN NN Number=Sing 6 obj 6:obj _ 9 to to PART TO _ 10 mark 10:mark _ @@ -31780,29 +31809,29 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 work work NOUN NN Number=Sing 7 nsubj:pass 7:nsubj:pass _ 3 on on ADP IN _ 5 case 5:case _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 car car NOUN NN Number=Sing 2 nmod 2:nmod:on _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 aux:pass 7:aux:pass _ -7 done do VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +7 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 8 quickly quickly ADV RB _ 7 advmod 7:advmod _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ +11 felt feel VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 13 could could AUX MD VerbForm=Fin 14 aux 14:aux _ 14 trust trust VERB VB VerbForm=Inf 11 ccomp 11:ccomp _ -15 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 work work NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No 17 . . PUNCT . _ 7 punct 7:punct _ # sent_id = reviews-359014-0005 # text = I have nothing but fantastic things to say. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 nothing nothing PRON NN Number=Sing 2 obj 2:obj _ -4 but but ADP CC _ 6 cc 6:cc _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 nothing nothing PRON NN Number=Sing|PronType=Neg 2 obj 2:obj _ +4 but but ADP IN _ 6 case 6:case _ 5 fantastic fantastic ADJ JJ Degree=Pos 6 amod 6:amod _ -6 things thing NOUN NNS Number=Plur 3 conj 2:obj|3:conj:but _ +6 things thing NOUN NNS Number=Plur 3 nmod 2:obj|3:nmod:but _ 7 to to PART TO _ 8 mark 8:mark _ 8 say say VERB VB VerbForm=Inf 6 acl 6:acl:to SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ @@ -31811,8 +31840,8 @@ # text = I highly recommend his shop. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 highly highly ADV RB _ 3 advmod 3:advmod _ -3 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 shop shop NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ @@ -31820,7 +31849,7 @@ # sent_id = reviews-228944-0001 # newpar id = reviews-228944-p0001 # text = Best in Memphis -1 Best best ADJ JJS Degree=Sup 0 root 0:root _ +1 Best good ADJ JJS Degree=Sup 0 root 0:root _ 2 in in ADP IN _ 3 case 3:case _ 3 Memphis Memphis PROPN NNP Number=Sing 1 obl 1:obl:in _ @@ -31833,9 +31862,9 @@ 4 by by ADP IN _ 5 case 5:case _ 5 far far ADV RB Degree=Pos 7 obl 7:obl:by _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -7 best best ADJ JJS Degree=Sup 0 root 0:root _ +7 best good ADJ JJS Degree=Sup 0 root 0:root _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -9 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 been be AUX VBN Tense=Past|VerbForm=Part 11 cop 11:cop _ 11 to to ADP IN _ 7 acl:relcl 7:acl:relcl SpaceAfter=No 12 . . PUNCT . _ 7 punct 7:punct _ @@ -31843,54 +31872,54 @@ # sent_id = reviews-228944-0003 # text = I have a Saab...which everything is expensive on and they have been extrememly fair and price alot lower than any other shop I called. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 Saab Saab PROPN NNP Number=Sing 2 obj 2:obj|9:obl SpaceAfter=No -5 ... ... PUNCT , _ 4 punct 4:punct SpaceAfter=No +5 ... ... PUNCT , _ 9 punct 9:punct SpaceAfter=No 6 which which PRON WDT PronType=Rel 9 obl 4:ref _ -7 everything everything PRON NN Number=Sing 9 nsubj 9:nsubj _ +7 everything everything PRON NN Number=Sing|PronType=Tot 9 nsubj 9:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 9 expensive expensive ADJ JJ Degree=Pos 4 acl:relcl 4:acl:relcl _ 10 on on ADP IN _ 6 case 6:case _ 11 and and CCONJ CC _ 16 cc 16:cc _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -13 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +13 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 14 been be AUX VBN Tense=Past|VerbForm=Part 16 cop 16:cop _ -15 extrememly extremely ADV RB Typo=Yes 16 advmod 16:advmod _ +15 extrememly extremely ADV RB Typo=Yes 16 advmod 16:advmod CorrectForm=extremely 16 fair fair ADJ JJ Degree=Pos 2 conj 2:conj:and _ 17 and and CCONJ CC _ 21 cc 21:cc _ 18 price price NOUN NN Number=Sing 21 nsubj 21:nsubj _ -19 a a DET DT Definite=Ind|PronType=Art 20 det 20:det SpaceAfter=No +19 a a DET DT Definite=Ind|PronType=Art 20 det 20:det CorrectSpaceAfter=Yes|SpaceAfter=No 20 lot lot NOUN NN Number=Sing 21 obl:npmod 21:obl:npmod _ -21 lower lower ADJ JJR Degree=Cmp 2 conj 2:conj:and _ +21 lower low ADJ JJR Degree=Cmp 2 conj 2:conj:and _ 22 than than ADP IN _ 25 case 25:case _ -23 any any DET DT _ 25 det 25:det _ +23 any any DET DT PronType=Ind 25 det 25:det _ 24 other other ADJ JJ Degree=Pos 25 amod 25:amod _ 25 shop shop NOUN NN Number=Sing 21 obl 21:obl:than _ 26 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 nsubj 27:nsubj _ -27 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 acl:relcl 25:acl:relcl SpaceAfter=No +27 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 25 acl:relcl 25:acl:relcl SpaceAfter=No 28 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-228944-0004 # text = They are the only place I would take my car peiod. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 only only ADJ JJ Degree=Pos 5 amod 5:amod _ 5 place place NOUN NN Number=Sing 0 root 0:root _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 7 would would AUX MD VerbForm=Fin 8 aux 8:aux _ 8 take take VERB VB VerbForm=Inf 5 acl:relcl 5:acl:relcl _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 car car NOUN NN Number=Sing 8 obj 8:obj _ -11 peiod period NOUN NN Number=Sing|Typo=Yes 8 obl:npmod 8:obl:npmod SpaceAfter=No +11 peiod period NOUN NN Number=Sing|Typo=Yes 8 obl:npmod 8:obl:npmod CorrectForm=period|SpaceAfter=No 12 . . PUNCT . _ 5 punct 5:punct _ # newdoc id = reviews-248616 # sent_id = reviews-248616-0001 # newpar id = reviews-248616-p0001 # text = Took a laptop in for a video cable to be replaced. -1 Took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Took take VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 laptop laptop NOUN NN Number=Sing 1 obj 1:obj _ 4 in in ADV RB _ 1 advmod 1:advmod _ @@ -31900,20 +31929,20 @@ 8 cable cable NOUN NN Number=Sing 11 nsubj:pass 11:nsubj:pass _ 9 to to PART TO _ 11 mark 11:mark _ 10 be be AUX VB VerbForm=Inf 11 aux:pass 11:aux:pass _ -11 replaced replace VERB VBN Tense=Past|VerbForm=Part 1 advcl 1:advcl:to SpaceAfter=No +11 replaced replace VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 advcl 1:advcl:to SpaceAfter=No 12 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-248616-0002 # text = Everything except the display worked fine before I took it in. -1 Everything everything PRON NN Number=Sing 5 nsubj 5:nsubj _ +1 Everything everything PRON NN Number=Sing|PronType=Tot 5 nsubj 5:nsubj _ 2 except except ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 display display NOUN NN Number=Sing 1 nmod 1:nmod:except _ -5 worked work VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 worked work VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 fine fine ADV RB _ 5 advmod 5:advmod _ 7 before before SCONJ IN _ 9 mark 9:mark _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:before _ +9 took take VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:before _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj _ 11 in in ADV RB _ 9 advmod 9:advmod SpaceAfter=No 12 . . PUNCT . _ 5 punct 5:punct _ @@ -31938,21 +31967,21 @@ 1 Phone phone NOUN NN Number=Sing 2 compound 2:compound _ 2 calls call NOUN NNS Number=Plur 5 nsubj:pass 5:nsubj:pass _ 3-4 weren't _ _ _ _ _ _ _ _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 returned return VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ -6 when when SCONJ WRB PronType=Int 7 mark 7:mark _ -7 promised promise VERB VBN Tense=Past|VerbForm=Part 5 advcl 5:advcl:when _ +6 when when ADV WRB PronType=Int 7 advmod 7:advmod _ +7 promised promise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 advcl 5:advcl:when _ 8 and and CCONJ CC _ 12 cc 12:cc _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 botched botch VERB VBN Tense=Past|VerbForm=Part 11 amod 11:amod _ +10 botched botch VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 amod 11:amod _ 11 repair repair NOUN NN Number=Sing 12 nsubj 12:nsubj _ -12 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +12 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 week week NOUN NN Number=Sing 15 obl:npmod 15:obl:npmod _ -15 longer longer ADV RBR Degree=Cmp 12 advmod 12:advmod _ +15 longer long ADV RBR Degree=Cmp 12 advmod 12:advmod _ 16 than than SCONJ IN _ 17 mark 17:mark _ -17 promised promise VERB VBN Tense=Past|VerbForm=Part 15 ccomp 15:ccomp SpaceAfter=No +17 promised promise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 advcl 15:advcl:than SpaceAfter=No 18 . . PUNCT . _ 5 punct 5:punct _ # newdoc id = reviews-210019 @@ -31960,7 +31989,7 @@ # newpar id = reviews-210019-p0001 # text = We have stayed at Tanglewood for many years now. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 stayed stay VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 at at ADP IN _ 5 case 5:case _ 5 Tanglewood Tanglewood PROPN NNP Number=Sing 3 obl 3:obl:at _ @@ -31973,19 +32002,19 @@ # sent_id = reviews-210019-0002 # text = We go over about 5 times a year. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 go go VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 over over ADV RB _ 2 advmod 2:advmod _ 4 about about ADV RB _ 5 advmod 5:advmod _ -5 5 5 NUM CD NumType=Card 6 nummod 6:nummod _ +5 5 5 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 times time NOUN NNS Number=Plur 2 obl:tmod 2:obl:tmod _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -8 year year NOUN NN Number=Sing 6 nmod:npmod 6:nmod:npmod SpaceAfter=No +8 year year NOUN NN Number=Sing 6 nmod:tmod 6:nmod:tmod SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-210019-0003 # text = We have never had a problem with the cabins. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 never never ADV RB _ 4 advmod 4:advmod _ 4 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -31998,7 +32027,7 @@ # sent_id = reviews-210019-0004 # text = They are always so helpful. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 always always ADV RB _ 5 advmod 5:advmod _ 4 so so ADV RB _ 5 advmod 5:advmod _ 5 helpful helpful ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No @@ -32008,7 +32037,7 @@ # text = The cabins have always been clean. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 cabins cabin NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +3 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 4 always always ADV RB _ 6 advmod 6:advmod _ 5 been be AUX VBN Tense=Past|VerbForm=Part 6 cop 6:cop _ 6 clean clean ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No @@ -32023,14 +32052,14 @@ 5 place place NOUN NN Number=Sing 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 take take VERB VB VerbForm=Inf 5 acl 5:acl:to _ -8 you you PRON PRP$ Person=2|Poss=Yes|PronType=Prs|Typo=Yes 9 nmod:poss 9:nmod:poss _ +8 you your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Typo=Yes 9 nmod:poss 9:nmod:poss CorrectForm=your 9 family family NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No 10 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-210019-0007 # text = We recommend these cabins! 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 recommend recommend VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 these this DET DT Number=Plur|PronType=Dem 4 det 4:det _ 4 cabins cabin NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No 5 ! ! PUNCT . _ 2 punct 2:punct _ @@ -32049,7 +32078,7 @@ # newpar id = reviews-280170-p0002 # text = I used to tan down the street before I was referred to this place by one of my friends. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 used use VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 tan tan VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 down down ADP IN _ 7 case 7:case _ @@ -32058,14 +32087,14 @@ 8 before before SCONJ IN _ 11 mark 11:mark _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj:pass 11:nsubj:pass _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 aux:pass 11:aux:pass _ -11 referred refer VERB VBN Tense=Past|VerbForm=Part 4 advcl 4:advcl:before _ +11 referred refer VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 advcl 4:advcl:before _ 12 to to ADP IN _ 14 case 14:case _ 13 this this DET DT Number=Sing|PronType=Dem 14 det 14:det _ 14 place place NOUN NN Number=Sing 11 obl 11:obl:to _ 15 by by ADP IN _ 16 case 16:case _ -16 one one NUM CD NumType=Card 11 obl 11:obl:by _ +16 one one NUM CD NumForm=Word|NumType=Card 11 obl:agent 11:obl:agent _ 17 of of ADP IN _ 19 case 19:case _ -18 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 friends friend NOUN NNS Number=Plur 16 nmod 16:nmod:of SpaceAfter=No 20 . . PUNCT . _ 2 punct 2:punct _ @@ -32078,7 +32107,7 @@ # text = I didn't know what I was missing. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 didn't _ _ _ _ _ _ _ _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 know know VERB VB VerbForm=Inf 0 root 0:root _ 5 what what PRON WP PronType=Int 8 obj 8:obj _ @@ -32090,18 +32119,18 @@ # sent_id = reviews-280170-0005 # text = The lowest bed here is better than my last salons highest level. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 lowest lowest ADJ JJS Degree=Sup 3 amod 3:amod _ +2 lowest low ADJ JJS Degree=Sup 3 amod 3:amod _ 3 bed bed NOUN NN Number=Sing 6 nsubj 6:nsubj _ 4 here here ADV RB PronType=Dem 3 advmod 3:advmod _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -6 better better ADJ JJR Degree=Cmp 0 root 0:root _ +6 better good ADJ JJR Degree=Cmp 0 root 0:root _ 7 than than ADP IN _ 13 case 13:case _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 last last ADJ JJ Degree=Pos 10 amod 10:amod _ 10-11 salons _ _ _ _ _ _ _ _ 10 salon salon NOUN NN Number=Sing 13 nmod:poss 13:nmod:poss _ -11 s 's PART POS _ 10 case 10:case _ -12 highest highest ADJ JJS Degree=Sup 13 amod 13:amod _ +11 s 's PART POS Typo=Yes 10 case 10:case CorrectForm='s +12 highest high ADJ JJS Degree=Sup 13 amod 13:amod _ 13 level level NOUN NN Number=Sing 6 obl 6:obl:than SpaceAfter=No 14 . . PUNCT . _ 6 punct 6:punct _ @@ -32112,7 +32141,7 @@ 3 clean clean ADJ JJ Degree=Pos 0 root 0:root _ 4 and and CCONJ CC _ 7 cc 7:cc _ 5 girls girl NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 7 nice nice ADJ JJ Degree=Pos 3 conj 3:conj:and SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ @@ -32124,13 +32153,13 @@ 2 People people NOUN NNS Number=Plur 0 root 0:root _ 3 and and CCONJ CC _ 6 cc 6:cc _ 4 even even ADV RB _ 5 advmod 5:advmod _ -5 better better ADJ JJR Degree=Cmp 6 amod 6:amod _ +5 better good ADJ JJR Degree=Cmp 6 amod 6:amod _ 6 service service NOUN NN Number=Sing 2 conj 2:conj:and SpaceAfter=No 7 ! ! PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-251475-0002 # text = Best to deal with! -1 Best best ADJ JJS Degree=Sup 0 root 0:root _ +1 Best good ADJ JJS Degree=Sup 0 root 0:root _ 2 to to PART TO _ 3 mark 3:mark _ 3 deal deal VERB VB VerbForm=Inf 1 ccomp 1:ccomp _ 4 with with ADP IN _ 3 obl 3:obl SpaceAfter=No @@ -32143,10 +32172,10 @@ 2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 few few ADJ JJ Degree=Pos 4 amod 4:amod _ 4 words word NOUN NNS Number=Plur 9 obl 9:obl:in _ -5 ... ... PUNCT , _ 9 punct 9:punct _ +5 ... ... PUNCT , _ 4 punct 4:punct _ 6-7 I'm _ _ _ _ _ _ _ _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -7 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +7 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 pleasantly pleasantly ADV RB _ 9 advmod 9:advmod _ 9 surprised surprised ADJ JJ Degree=Pos 0 root 0:root _ 10 that that SCONJ IN _ 14 mark 14:mark _ @@ -32161,26 +32190,26 @@ 19 service service NOUN NN Number=Sing 14 obj 14:obj _ 20 out out ADV RB _ 21 advmod 21:advmod _ 21 there there ADV RB PronType=Dem 14 advmod 14:advmod _ -22 where where SCONJ WRB PronType=Int 24 mark 24:mark _ -23 company company NOUN NN Number=Sing 24 nsubj 24:nsubj _ -24 care care VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:where _ -25 more more ADV RBR _ 24 advmod 24:advmod _ +22 where where ADV WRB PronType=Int 24 advmod 24:advmod _ +23 company company NOUN NNS Number=Plur|Typo=Yes 24 nsubj 24:nsubj CorrectForm=companies +24 care care VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:where _ +25 more more ADV RBR Degree=Cmp 24 advmod 24:advmod _ 26 about about ADP IN _ 28 case 28:case _ 27 good good ADJ JJ Degree=Pos 28 amod 28:amod _ 28 name name NOUN NN Number=Sing 24 obl 24:obl:about _ 29 and and CCONJ CC _ 30 cc 30:cc _ 30 customers customer NOUN NNS Number=Plur 28 conj 24:obl:about|28:conj:and _ 31 than than ADP IN _ 33 case 33:case _ -32 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 33 nmod:poss 33:nmod:poss _ +32 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 33 nmod:poss 33:nmod:poss _ 33 pockets pocket NOUN NNS Number=Plur 25 obl 25:obl:than SpaceAfter=No 34 ... ... PUNCT . _ 9 punct 9:punct _ # sent_id = reviews-251475-0004 # text = Highly recommended people / business. 1 Highly highly ADV RB _ 2 advmod 2:advmod _ -2 recommended recommend VERB VBN Tense=Past|VerbForm=Part 5 amod 5:amod _ +2 recommended recommend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 amod 5:amod _ 3 people people NOUN NNS Number=Plur 5 compound 5:compound _ -4 / / PUNCT , _ 5 punct 5:punct _ +4 / / PUNCT , _ 3 punct 3:punct _ 5 business business NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ @@ -32205,24 +32234,24 @@ 1 If if SCONJ IN _ 2 mark 2:mark _ 2 possible possible ADJ JJ Degree=Pos 4 advcl 4:advcl:if _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 try try VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 try try VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 services service NOUN NNS Number=Plur 4 obj 4:obj _ 7 on on ADP IN _ 8 case 8:case _ 8 myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes 4 obl 4:obl:on _ 9 before before SCONJ IN _ 11 mark 11:mark _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 bring bring VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:before _ +11 bring bring VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:before _ 12 in in ADV RP _ 11 compound:prt 11:compound:prt _ -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 son son NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-313558-0003 # text = Drs. Ali work wonders. -1 Drs. Drs. PROPN NNP Number=Sing 3 nsubj 3:nsubj _ +1 Drs. Drs. PROPN NNPS Number=Plur 3 nsubj 3:nsubj _ 2 Ali Ali PROPN NNP Number=Sing 1 flat 1:flat _ -3 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 work work VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 wonders wonder NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No 5 . . PUNCT . _ 3 punct 3:punct SpaceAfter=No @@ -32231,10 +32260,10 @@ 1 Neither neither CCONJ CC _ 2 cc:preconj 2:cc:preconj _ 2 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 3 nor nor CCONJ CC _ 5 cc 5:cc _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 son son NOUN NN Number=Sing 2 conj 2:conj:nor|8:nsubj _ 6-7 haven't _ _ _ _ _ _ _ _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 n't not PART RB _ 8 advmod 8:advmod _ 8 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ @@ -32242,7 +32271,7 @@ 11 cavity cavity NOUN NN Number=Sing 8 obj 8:obj _ 12 since since SCONJ IN _ 14 mark 14:mark _ 13 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:since _ +14 started start VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:since _ 15 dental dental ADJ JJ Degree=Pos 16 amod 16:amod _ 16 care care NOUN NN Number=Sing 14 obj 14:obj _ 17 there there ADV RB PronType=Dem 14 advmod 14:advmod SpaceAfter=No @@ -32262,7 +32291,7 @@ # sent_id = reviews-313558-0006 # text = That alone makes them unique. 1 That that PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ -2 alone alone ADJ JJ Degree=Pos 1 amod 1:amod _ +2 alone alone ADV RB _ 1 advmod 1:advmod _ 3 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 3 obj 3:obj|5:nsubj:xsubj _ 5 unique unique ADJ JJ Degree=Pos 3 xcomp 3:xcomp SpaceAfter=No @@ -32275,7 +32304,7 @@ 1 This this PRON DT Number=Sing|PronType=Dem 8 nsubj 8:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 3 not not PART RB _ 8 advmod 8:advmod _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 5 usual usual ADJ JJ Degree=Pos 8 amod 8:amod _ 6 cheap cheap ADJ JJ Degree=Pos 8 amod 8:amod _ 7 hotdog hotdog NOUN NN Number=Sing 8 compound 8:compound _ @@ -32285,7 +32314,7 @@ # sent_id = reviews-287454-0002 # text = They offer a large variety of quality hotdogs and hamburgers They also offer veggie dogs. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 offer offer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 offer offer VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 large large ADJ JJ Degree=Pos 5 amod 5:amod _ 5 variety variety NOUN NN Number=Sing 2 obj 2:obj _ @@ -32296,7 +32325,7 @@ 10 hamburgers hamburger NOUN NNS Number=Plur 8 conj 5:nmod:of|8:conj:and _ 11 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 12 also also ADV RB _ 13 advmod 13:advmod _ -13 offer offer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +13 offer offer VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 14 veggie veggie NOUN NN Number=Sing 15 compound 15:compound _ 15 dogs dog NOUN NNS Number=Plur 13 obj 13:obj SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ @@ -32305,11 +32334,11 @@ # text = The fries are of good quality, the staff is friendly. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 fries fry NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 of of ADP IN _ 6 case 6:case _ 5 good good ADJ JJ Degree=Pos 6 amod 6:amod _ 6 quality quality NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 11 punct 11:punct _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 staff staff NOUN NN Number=Sing 11 nsubj 11:nsubj _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ @@ -32321,7 +32350,7 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 atmosphere atmosphere NOUN NN Number=Sing 7 nsubj 7:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 5 typical typical ADJ JJ Degree=Pos 7 amod 7:amod _ 6 indie indie ADJ JJ Degree=Pos 7 amod 7:amod _ 7 outfit outfit NOUN NN Number=Sing 0 root 0:root _ @@ -32333,28 +32362,28 @@ 13 memorabilia memorabilia NOUN NN Number=Sing 11 conj 7:nmod:with|11:conj:and _ 14 from from ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -16 70's 70' NOUN NNS Number=Plur 11 nmod 11:nmod:from _ +16 70's 70s NOUN NNS Number=Plur 11 nmod 11:nmod:from _ 17 and and CCONJ CC _ 18 cc 18:cc _ -18 80's 80' NOUN NNS Number=Plur 16 conj 11:nmod:from|16:conj:and SpaceAfter=No +18 80's 80s NOUN NNS Number=Plur 16 conj 11:nmod:from|16:conj:and SpaceAfter=No 19 . . PUNCT . _ 7 punct 7:punct _ # newdoc id = reviews-162253 # sent_id = reviews-162253-0001 # newpar id = reviews-162253-p0001 # text = Over charged. -1 Over over X AFX _ 2 advmod 2:advmod _ -2 charged charge VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No +1 Over over ADV AFX _ 2 advmod 2:advmod _ +2 charged charge VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-162253-0002 # newpar id = reviews-162253-p0002 # text = I used my card to purchase a meal on the menu and the total on my receipt was $8.95 but when I went on line to check my transaction it show $10.74. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ -4 card card NOUN NN Number=Sing 2 obj 2:obj|6:nsubj:xsubj _ +2 used use VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +4 card card NOUN NN Number=Sing 2 obj 2:obj _ 5 to to PART TO _ 6 mark 6:mark _ -6 purchase purchase VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ +6 purchase purchase VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 meal meal NOUN NN Number=Sing 6 obj 6:obj _ 9 on on ADP IN _ 11 case 11:case _ @@ -32364,38 +32393,38 @@ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 total total NOUN NN Number=Sing 19 nsubj 19:nsubj _ 15 on on ADP IN _ 17 case 17:case _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 receipt receipt NOUN NN Number=Sing 14 nmod 14:nmod:on _ 18 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 cop 19:cop _ 19 $ $ SYM $ _ 2 conj 2:conj:and SpaceAfter=No -20 8.95 8.95 NUM CD NumType=Card 19 nummod 19:nummod _ +20 8.95 8.95 NUM CD NumForm=Digit|NumType=Frac 19 nummod 19:nummod _ 21 but but CCONJ CC _ 32 cc 32:cc _ -22 when when SCONJ WRB PronType=Int 24 mark 24:mark _ +22 when when ADV WRB PronType=Int 24 advmod 24:advmod _ 23 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ -24 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 32 advcl 32:advcl:when _ +24 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 32 advcl 32:advcl:when _ 25 on on ADP IN _ 26 case 26:case _ 26 line line NOUN NN Number=Sing 24 obl 24:obl:on _ 27 to to PART TO _ 28 mark 28:mark _ 28 check check VERB VB VerbForm=Inf 24 advcl 24:advcl:to _ -29 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +29 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 30 transaction transaction NOUN NN Number=Sing 28 obj 28:obj _ 31 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 32 nsubj 32:nsubj _ -32 show show VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +32 show show VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|Typo=Yes|VerbForm=Fin 2 conj 2:conj:and CorrectForm=showed 33 $ $ SYM $ _ 32 obj 32:obj SpaceAfter=No -34 10.74 10.74 NUM CD NumType=Card 33 nummod 33:nummod SpaceAfter=No +34 10.74 10.74 NUM CD NumForm=Digit|NumType=Frac 33 nummod 33:nummod SpaceAfter=No 35 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-162253-0003 # text = There is something wrong or maybe the individual made a mistake but to me that is not integrity. 1 There there PRON EX _ 2 expl 2:expl _ 2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 something something PRON NN Number=Sing 2 nsubj 2:nsubj _ +3 something something PRON NN Number=Sing|PronType=Ind 2 nsubj 2:nsubj _ 4 wrong wrong ADJ JJ Degree=Pos 3 amod 3:amod _ 5 or or CCONJ CC _ 9 cc 9:cc _ 6 maybe maybe ADV RB _ 9 advmod 9:advmod _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 individual individual NOUN NN Number=Sing 9 nsubj 9:nsubj _ -9 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:or _ +9 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:or _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 mistake mistake NOUN NN Number=Sing 9 obj 9:obj _ 12 but but CCONJ CC _ 18 cc 18:cc _ @@ -32412,57 +32441,58 @@ # newpar id = reviews-202709-p0001 # text = Elmira, your the best! 1 Elmira Elmira PROPN NNP Number=Sing 6 vocative 6:vocative SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ -3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj SpaceAfter=No -4 r be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +2 , , PUNCT , _ 1 punct 1:punct _ +3-4 your _ _ _ _ _ _ _ _ +3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ +4 r be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|Typo=Yes|VerbForm=Fin 6 cop 6:cop CorrectForm='re 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 best best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +6 best good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 7 ! ! PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-202709-0002 # newpar id = reviews-202709-p0002 # text = All I can say is that Elmira you are the best Ive experienced, never before has the seamstress done a perfect job until i met you. -1 All all DET DT _ 5 nsubj 5:nsubj _ +1 All all DET DT PronType=Tot 11 nsubj:outer 11:nsubj:outer _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 3 can can AUX MD VerbForm=Fin 4 aux 4:aux _ 4 say say VERB VB VerbForm=Inf 1 acl:relcl 1:acl:relcl _ -5 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 6 that that SCONJ IN _ 11 mark 11:mark _ 7 Elmira Elmira PROPN NNP Number=Sing 11 vocative 11:vocative _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +9 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -11 best best ADJ JJS Degree=Sup 5 ccomp 5:ccomp _ +11 best good ADJ JJS Degree=Sup 0 root 0:root _ 12-13 Ive _ _ _ _ _ _ _ _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -13 ve have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +13 ve have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 14 aux 14:aux CorrectForm='ve 14 experienced experience VERB VBN Tense=Past|VerbForm=Part 11 acl:relcl 11:acl:relcl SpaceAfter=No -15 , , PUNCT , _ 5 punct 5:punct _ +15 , , PUNCT , _ 21 punct 21:punct _ 16 never never ADV RB _ 17 advmod 17:advmod _ 17 before before ADV RB _ 21 advmod 21:advmod _ 18 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 seamstress seamstress NOUN NN Number=Sing 21 nsubj 21:nsubj _ -21 done do VERB VBN Tense=Past|VerbForm=Part 5 parataxis 5:parataxis _ +21 done do VERB VBN Tense=Past|VerbForm=Part 11 parataxis 11:parataxis _ 22 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 23 perfect perfect ADJ JJ Degree=Pos 24 amod 24:amod _ 24 job job NOUN NN Number=Sing 21 obj 21:obj _ 25 until until SCONJ IN _ 27 mark 27:mark _ -26 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 nsubj 27:nsubj _ -27 met meet VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 advcl 21:advcl:until _ +26 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 nsubj 27:nsubj _ +27 met meet VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 21 advcl 21:advcl:until _ 28 you you PRON PRP Case=Nom|Person=2|PronType=Prs 27 obj 27:obj SpaceAfter=No -29 . . PUNCT . _ 5 punct 5:punct _ +29 . . PUNCT . _ 11 punct 11:punct _ # sent_id = reviews-202709-0003 # text = I recommend you to everyone in Calgary, as she is a professional and the cost for her was low. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 obj 2:obj _ 4 to to ADP IN _ 5 case 5:case _ -5 everyone everyone PRON NN Number=Sing 2 obl 2:obl:to _ +5 everyone everyone PRON NN Number=Sing|PronType=Tot 2 obl 2:obl:to _ 6 in in ADP IN _ 7 case 7:case _ 7 Calgary Calgary PROPN NNP Number=Sing 5 nmod 5:nmod:in SpaceAfter=No -8 , , PUNCT , _ 2 punct 2:punct _ +8 , , PUNCT , _ 13 punct 13:punct _ 9 as as SCONJ IN _ 13 mark 13:mark _ 10 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ @@ -32481,7 +32511,7 @@ # sent_id = reviews-140302-0001 # newpar id = reviews-140302-p0001 # text = 5 star detail job -1 5 5 NUM CD NumType=Card 2 nummod 2:nummod _ +1 5 5 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 2 star star NOUN NN Number=Sing 4 compound 4:compound _ 3 detail detail NOUN NN Number=Sing 4 compound 4:compound _ 4 job job NOUN NN Number=Sing 0 root 0:root _ @@ -32490,28 +32520,28 @@ # newpar id = reviews-140302-p0002 # text = I took my Mustang here and it looked amazing after they were done, they did a great job, I'm very satisfied with the results. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 took take VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 Mustang Mustang PROPN NNP Number=Sing 2 obj 2:obj _ 5 here here ADV RB PronType=Dem 2 advmod 2:advmod _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj|9:nsubj:xsubj _ -8 looked look VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +8 looked look VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 9 amazing amazing ADJ JJ Degree=Pos 8 xcomp 8:xcomp _ 10 after after SCONJ IN _ 13 mark 13:mark _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -12 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 cop 13:cop _ +12 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ 13 done done ADJ JJ Degree=Pos 8 advcl 8:advcl:after SpaceAfter=No -14 , , PUNCT , _ 2 punct 2:punct _ +14 , , PUNCT , _ 16 punct 16:punct _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -16 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +16 did do VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 17 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 18 great great ADJ JJ Degree=Pos 19 amod 19:amod _ 19 job job NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No -20 , , PUNCT , _ 2 punct 2:punct _ +20 , , PUNCT , _ 24 punct 24:punct _ 21-22 I'm _ _ _ _ _ _ _ _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ -22 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ +22 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ 23 very very ADV RB _ 24 advmod 24:advmod _ 24 satisfied satisfied ADJ JJ Degree=Pos 2 parataxis 2:parataxis _ 25 with with ADP IN _ 27 case 27:case _ @@ -32525,22 +32555,22 @@ 2 paint paint NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 wheels wheel NOUN NNS Number=Plur 2 conj 2:conj:and|5:nsubj _ -5 looked look VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 looked look VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 like like ADP IN _ 7 case 7:case _ 7 glass glass NOUN NN Number=Sing 5 obl 5:obl:like _ 8 and and CCONJ CC _ 11 cc 11:cc _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 interior interior NOUN NN Number=Sing 11 nsubj 11:nsubj|12:nsubj:xsubj _ -11 looked look VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +11 looked look VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 12 new new ADJ JJ Degree=Pos 11 xcomp 11:xcomp SpaceAfter=No 13 ! ! PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-140302-0004 # text = Also, they have great customer service and a very knowledgeable staff 1 Also also ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 great great ADJ JJ Degree=Pos 7 amod 7:amod _ 6 customer customer NOUN NN Number=Sing 7 compound 7:compound _ 7 service service NOUN NN Number=Sing 4 obj 4:obj _ @@ -32549,3 +32579,4 @@ 10 very very ADV RB _ 11 advmod 11:advmod _ 11 knowledgeable knowledgeable ADJ JJ Degree=Pos 12 amod 12:amod _ 12 staff staff NOUN NN Number=Sing 7 conj 4:obj|7:conj:and _ + diff --git a/con/dat/dep/UD_English-EWT/en_ewt-ud-dev.txt b/con/dat/dep/UD_English-EWT/en_ewt-ud-dev.txt new file mode 100644 index 0000000..7777b0c --- /dev/null +++ b/con/dat/dep/UD_English-EWT/en_ewt-ud-dev.txt @@ -0,0 +1,2741 @@ +From the AP comes this story : + +President Bush on Tuesday nominated two individuals to replace retiring jurists +on federal courts in the Washington area. Bush nominated Jennifer M. Anderson +for a 15-year term as associate judge of the Superior Court of the District of +Columbia, replacing Steffen W. Graae. *** Bush also nominated A. Noel Anketell +Kramer for a 15-year term as associate judge of the District of Columbia Court +of Appeals, replacing John Montague Steadman. + +The sheikh in wheel-chair has been attacked with a F-16-launched bomb. He could +be killed years ago and the israelians have all the reasons, since he founded +and he is the spiritual leader of Hamas, but they didn't. Today's incident +proves that Sharon has lost his patience and his hope in peace. + +Nervous people make mistakes, so I suppose there will be a wave of succesfull +arab attacks. A la guerre c'est comme a la guerre! + +In the eastern city of Baqubah, guerrillas detonated a car bomb outside a police +station, killing several people. The US lost yet another helicopter to hostile +fire near Habbaniyah in the Sunni heartland, but this time the crew was safe. + +In Fallujah, hundreds of demonstrators came out against US troops when they +briefly arrested a yound newlywed bride. (I hope that the US army got an +enormous amount of information from her relatives, because otherwise this move +was a bad, bad tradeoff). The US troops fired into the hostile crowd, killing 4. +It seems clear to me that the manhunt for high Baath officials in the Sunni +heartland is being done wrong, or at least in ways that are bad for US standing +with local Iraqis. + +Google has finally had an analyst day -- a chance to present the company's story +to the (miniscule number of) people who haven't heard it. Usually, these are +just a chance for the suckups to suck up, but this time people are actually +concerned about the company's plans. They work on Wall Street, after all, so +when they hear a company who's stated goals include "Don't be evil," they +imagine a company who's eventually history will be "Don't be profitable." It's +not quite as freewheeling an environment as you'd imagine: Sergey Brin has +actually created a mathematical 'proof' that the company's self-driven research +strategy, which gives employees one day a week to do research projects on their +own, is a good, respectable idea . Read the entire article; there's a punchline, +too. + +My opinion piece on the implications of Arafat's passing for al-Qaeda has +appeared at Newsday. Excerpt: + +"Arafat's secular nationalism was supple enough to compromise with Israel and to +imagine a two-state solution, even if the road of negotiations remained rocky. +The continued Israeli colonization of the occupied Palestinian territories +during the 1990s helped, along with terrorist attacks by radical groups such as +Hamas, to derail the peace process, which Sharon had always opposed. Arafat's +death creates a vacuum in Palestinian leadership that will not soon be filled. +Sharon's assassination of major Hamas leaders has also weakened authority +structures in that party. If the Israelis and the Palestinian leadership cannot +find a way to reinvigorate the peace process, cells of radical young +Palestinians may grow up that look to bin Laden for their cues. Even if local +Palestinian leaders remain strong enough to keep al-Qaida out, the festering +Israeli-Palestinian struggle remains among the best recruiting posters for +al-Qaida with young Muslim men. Resolving this conflict would be the most +effective weapon the United States could deploy in its war on terror." + +Xinhua reports that a wide range of Iraqi political forces on Tuesday condemned +Sharon's murder of Sheikh Ahmed Yassin, a religious leader of Hamas, the day +before. The Board of Muslim clerics in Fallujah, 50 km west of Baghdad, +"condemned the assassination and promised immediate revenge against the +coalition soldiers in Iraq." Ash-Sharq al-Awsat reports that Fallujah was closed +Tuesday in a general strike. US troops there clashed with guerrillas in a fight +that left one Iraqi dead. In Ramadi, there was a big demonstration. Radical +Shiite cleric Muqtada al-Sadr said the attack was "criminal" and that "the +Zionists have left only one choice for the Arabs, that of fighting and jihad". +The interim Governing Council issued a communique saying, "It is a proof of the +emptiness of the Israeli authority and a destruction of the peace endeavors in +the region . . . This operation would only consolidate the terrorist acts in the +world and would not bring peace to the region," the message claimed. Xinhua +alleged that "Many of the Iraqis, who suffer the American occupation of Iraq, +relate their case with that of the Palestinian people, under the Israeli +occupation." In an apparently unrelated incidents, some eleven Iraqis were +killed by snipers on Tuesday, including a group of police trainees in a bus near +Hilla and two police in Kirkuk. + +Ever since the first whispers about Google's IPO, most investors have feared +that the stock would come public at such a ridiculously high price that, even +with a spectacularly profitable business model and some nearly flawless +execution, the price would be too high for investors to make a real profit. +We've moved on. We've grown up. Now, people wonder if Google can even survive . +That's overstating it, I know. What they wonder is whether Google can be +anything more than what it's always been -- a great search engine with some real +grass-roots support, successful by the grace of simplicity. Simplicity gave it +that blessed, laudatory lack of clutter, the efficient and effective text-based +ads, and the support of anyone with a dial-up connection. The problem is that +customers attracted by a simple interface are among the least loyal you can find +-- witness the fight-for-fewest-features between low-end camera companies. The +other problem? It's tough to make money branching out when your appeal is in +your focus. As the survey cited in the above-linked article shows, most Google +users don't intend to use Gmail, and Google isn't even as popular as Yahoo! and +AOL. If they continue to add features so they can justify their likely sky-high +valuation, Google risks losing a huge chunk of their customer base to the next +keep-it-simple search engine. + +Remember when a whole lot of people had to die because a Swedish newspaper +printed those cartoons of the Prophet Mohammed? Now Iran wants to turn the +tables and is inviting cartoonists to do their best by depicting the Holocaust. +Amazingly, these idiots think a cartoon of Mohammed is comparable to what we can +expect in this new fun contest: TEHRAN (AFP) - An international contest of +cartoons on the Holocaust opened in Tehran in response to the publication in +Western papers last September of caricatures of the Prophet Mohammed. "We staged +this fair to explore the limits of freedom Westerners believe in," Masoud +Shojai, head of the country's "Iran Cartoon" association and the fair organizer, +said. "They can freely write anything they like about our prophet, but if one +raises doubts about the Holocaust he is either fined or sent to prison," he +added. "Though we do not deny that fact that Jews were killed in the (second +world) war, why should the Palestinians pay for it?" Shojai told the opening +ceremony of the month-long fair in Tehran's Palestine Contemporary Art Museum. +He added that around 1,100 cartoons were submitted by participants from more +than 60 countries and that more than 200 are on show. He said the top three +cartoons will be announced on September 2, with the winners being awarded prizes +of 12,000, 8,000 and 5,000 dollars respectively. This cute little stunt is only +going to prove just how fanatic the extremist Muslims are. When they saw a +cartoon of their prophet, people had to die. When their precious cartoons are +released I highly doubt it will look like the end of the world. + +US Marines moved into most of Fallujah on Wednesday, though they were still +meeting pockets of resistance. The Fallujah fighting has killed fair numbers of +Iraqi noncombatants, including Shaikh Abdul Wahhab al-Janabi of the respected +Association of Muslim Scholars. Armed clashes broke out in several northern +Iraqi cities on Wednesday, leaving some 22 persons dead in Mosul, Baiji, and +Tuz. Hundreds of persons mounted demonstrations against the Fallujah campaign in +Tikrit and Huwaijah, as well, according to az-Zaman . The battles and +demonstrations were provoked by the US assault on Fallujah. Guerrillas +threatened to assassinate Prime Minister Iyad Allawi and Minister of Defense +Hazem Shaalan in retaliation for the attack. Allawi's aged cousin and the man's +wife and daughter-in-law were abducted and guerrillas threaten to behead them if +the Fallujah compaign is not stopped. In Iraqi society, PM Allawi is responsible +for protecting his clan, including especially his first cousins, so this +kidnapping makes him look weak and brings substantial shame on him. The US +Marines took most of Fallujah Wednesday, but still face pockets of resistance. +If Samarra and other cities are any guide, those pockets of resistance could go +on bedeviling the US for some time to come. The intrepid Ed Wong of the NYT has +more on the Sunni boycott of the elections. He reports that the Iraqi Islamic +Party, which had earlier been absolutely committed to getting out the Sunni +vote, is now wavering and saying their position will depend on the situation. +The outbreak of demonstrations and violence throughout the Sunni Arab regions on +Wednesday did not bode well for Sunni participation in the January elections. +Jim Lobe has more on the political implications of the Fallujah assault, both in +Iraq and in Washington. For some black satire on Fallujah, see Unconfirmed +Sources which has some fun with my Weblog. [Am at a conference and can't blog +much right now but will try to catch up the next couple of days.] + +The hottest item on Christmas wish lists this year is nuclear weapons. Al-Qaeda +wants them, Iran wants them, Russia wants the better ones, and all the US wants +is to give them all a piece of coal. For the last few years there have been +tensions with Iran’s nuclear program with word coming this week that a deal was +reached through the European Union that meets with the approval of the +International Atomic Energy Agency. At the same time, an Iranian Opposition +Group released what they call proof of a covert nuclear weapons program. Arial +photos, loose connections to AQ Kahn and Libya make up the evidence that the +group presented. Russia also announced that it was seeking and building the best +nukes the world’s ever seen. President Vladimir Putin said Russia is will have +new nuclear weapons that other countries do not and will not have. With the +demand so high, the question arises on to who should be or has the right to be +the Santa of nuclear weapons. Right now that seems to be the US, EU, and IAEA. +But not always do those three agree, and not always are their decisions equal. +The US has strongly opposed a nuclear weapons program of Iran, yet Israel, which +to this day has never officially said that they posses nuclear weapons, ranks +around fifth in nuclear strength. It is estimated that Israel has over 200 +nuclear weapons yet neither the US nor any of her allies expresses the slightest +concern. North Korea’s Kim Jong Ill also has the bomb at the top of his list and +Santa seems to have already come a few years ago. It is rumored that North Korea +has at least a couple nuclear weapons. But getting past who should get them, is +who has them, and who is really close. The case against Iran has a feeling of +Déjà vu. Arial photos of the lab were uranium is being enriched, somewhat like +those of chemical weapons stockpiles in Iraq. America cried wolf in Iraq, and +what’s scary is that sooner or later, that wolf will probably get us. + +I ran across this item on the Internet. + +Sooooo. The United States goes into a war zone and evacuates a bunch of U.S. +citizens (most of whom were "dual-citizens"). Then, eschewing normal procedure, +the Department of State waived the fees that they charge for evacuating U.S. +citizen. Why? To pander to the mythical "Arab street", of course. + +Now, I would argue that one could have reasonably predicted that some form of +military violence was likely to occur in Lebanon (considering that the country +has been experiencing some form of conflict for approximately the last 32 +years). In other words, those Americans were there by their own choice, mired in +a situation that was totally predictable. Yet we didn't charge them for the +evacuation. This is unlike the situation last year in Asia when we evacuated +U.S. citizens from areas that were hit by the tsunami - a phenomenon that is +much less predictable than the Hezbollah-provoked destruction that rained down +on Lebanon. And what do we get for this effort? A lawsuit. + +That's right, folks. The American-Arab Discrimination Committee is suing +Condoleeza Rice and Donald Rumsfeld, charging that they mismanaged the +evacuation efforts. Here's an excerpt from the article: + +Nina Chahine, 19, who with her family was among the named plaintiffs in the +lawsuit, said her wedding in the southern city of Tyre was set for July 13. The +wedding had to be postponed as family members fled the outbreak of the war, she +said. "We were on the road and the first bridge was bombed and we drove home and +all the other bridges were bombed and there was absolutely no way for us to get +home," Chahine told reporters outside federal court in Detroit. "We were all +American citizens and there was no way that anybody helped us. No communications +nothing. I was on my way to my wedding fearing death, basically." Chahine said +her immediate family spent about $20,000 to return to Detroit via Syria and +Jordan. Dear Nina, + +Here's a tip: Don't get married in countries that house illegal militias that +attack other countries and hence are likely to come under counter-attack! Crap +like this sure makes me want to rush right out and rescue people from dilemmas +of their own making. + +Though I am loathe to quote other writers at legnth in this space, this little +bit from Dan Froomkin's "White House Briefing" column in the WashPost today is +just too good to pass up (read the whole column here ): At the Ask the President +event on Friday, one of the questions was about whether Bush has any thoughts +about his memoirs. This is one example of what happens when Bush gets a question +that he hasn't anticipated. "Q Thank you -- I was wondering, there's a lot of +talk right now about memoirs being written with the former President. After you +are elected in 2004, what will your memoirs say about you, what will the title +be, and what will the main theme say? "THE PRESIDENT: I appreciate that. +(Laughter.) There is a painting on my wall in the Oval -- first of all, I don't +know. I'm just speculating now. I really haven't thought about writing a book. +My life is too complicated right now trying to do my job. (Laughter.) But if -- +there's a painting on the wall in the Oval Office that shows a horseman charging +up a steep cliff, and there are at least two other horsemen following. It's a +Western scene by a guy named W.H.S. Koerner called 'A Charge to Keep.' It's on +loan, by the way, from a guy named Joe O'Neill in Midland, Texas. He was the +person, he and his wife Jan, introduced -- reintroduced me and Laura in his +backyard in July of 1977. Four months later, we were married. So he's got a -- +I'm a decision-maker and I can make good decisions. (Applause.) + +"And so we sang this hymn -- this is a long story trying to get to your answer. +(Laughter.) This is not a filibuster. (Laughter.) That's a Senate term -- +particularly on good judges. (Applause.) The hymn was sung at my first inaugural +church service as governor. Laura and I are Methodists. One of the Wesley boys +wrote the hymn. The painting is based upon the hymn called, 'A Charge to Keep.' +I have. The hymn talks about serving something greater than yourself in life. I +-- which I try to do, as best as I possibly can. (Applause.) "The book -- I +guess one way, one thing to think about it is -- one of the themes would be, I +was given a charge to keep. And I gave it all my heart, all my energy, based +upon principles that did not change once I got into the Oval Office. +(Applause.)" + +Now that's a rambling response. + +And I have to wonder: Did he forget that he already has a memoir called "A +Charge to Keep"? That was the name of his "autobiography" -- ghost-written by +adviser Karen Hughes in 1999. + +There has been random speculation about Google developiong a new browser and/or +acquiring Firefox. It is true that Google has been in acquisition mode. They +have acquired Urchin, Zipdash, Applied Semantics, Picasa, Blogger, and satellite +imaging company Keyhole, so why not Firefox? I have no inside information, but I +have been following links today that strongly indicate that Google is damn +serious about securing permanent control of the leading edge browser technology +in Firefox. Ben Goodger is the lead engineer for Mozilla Firefox. He announced +this in January: As of January 10, 2005, my source of income changed from The +Mozilla Foundation to Google, Inc. of Mountain View, California. My role with +Firefox and the Mozilla project will remain largely unchanged, I will continue +doing much the same work as I have described above - with the new goal of +successful 1.1, 1.5 and 2.0 releases. I remain devoted full-time to the +advancement of Firefox, the Mozilla platform and web browsing in general. He +also announced this in January: + +Welcome Darin! I just want to extend a big "Welcome!" to Darin Darin Fisher who +joined me at Google this week. 2005 is going to rock! Darin Fisher wrote this +response on January 25, 2005: + +Me and the big "G" Following on the heels of Ben's annoucement yesterday, I +thought I'd post that I have joined Google as well. Like Ben, I will still be +very much involved with the Mozilla project and community :-) Posted by darin + +Ben made another announcement on March 28, 2005: + +I want to use this opportunity to welcome Brian Ryner to Google! Brian has been +one of the most crucial elements to the success of Mozilla software over the +past few years,... Great to have you on board! + +Now, none of this has been confirmed by Google at the present time, but it's an +old adage that you follow the money to see who is behind something. In this +case, following the talent leads me to think that Google will be making an +announcement this year that formalizes the Google-Mozilla/Firefox relationship. +If you have not already seen the Flash movie Epic , you should take a few +minutes and view the future history of media as conceived by Robin Sloan and +Matt Thompson, with music by Aaron McLeran. In this movie Google and Amazon +(GOOGLEZON ) create a brave new world of media in 2008. This is one +thought-provoking film. Every move Google makes brings this particular future +closer. Just one small commment - it's not possible, as far as I know, for +Google to "Aquire" Firefox. They already have rights to take it, alter it, and +release those changes to the world - this is what the whole open source thing is +about. I'm inclined to say that google is doing what they can to both shape and +support the growth of the most popular non-Microsoft browser out there - by +taking on the leading lights in Firefox development, they're ensuring the +continued life of the project, and ensuring (not that I think they need to) that +their voice will be heard admidst the higher echelons of the firefox development +team. It's this sort of enlightened self interest that keeps large open source +projects alive. Fascinating viewpoint of the future in Epic. Thanks for the +link. + +Malach, What you say makes sense. Acquiring open source talent gives a company +an inexpensive way of influencing and anticipating the direction an open source +project will go. It probably gives more bang for the buck than acquiring a +private company and having to handle the inevitable culture clashes and process +mis-matches. + +The Coalition decision to provoke a fight with Muqtada al-Sadr's movement only +three months before the Coalition Provisional Authority goes out of business has +to be seen as a form of gross incompetence in governance. How did the CPA get to +the point where it has turned even Iraqi Shiites, who were initially grateful +for the removal of Saddam Hussein, against the United States? Where it risks +fighting dual Sunni Arab and Shiite insurgencies simultaneously, at a time when +US troops are rotating on a massive scale and hoping to downsize their forces in +country? At a time when the Spanish, Thai and other contingents are already +committed to leaving, and the UN is reluctant to get involved? One answer is +that the Pentagon prevented the State Department from running the CPA. State is +the body with experience in international affairs and administration. The +civilians in the Department of Defense only know how to blow things up. +Rumsfeld, Wolfowitz and Feith staffed the CPA with Neoconservatives, most of +whom had no administrative experience, no Arabic, and no respect for Muslim +culture (or knowledge about it). They actively excluded State Department Iraq +hands like Tom Warrick. (Only recently have a few experienced State Department +Arabists been allowed in to try to begin mopping up the mess.) The Neocons in +the CPA have all sorts of ulterior motives and social experiments they want to +impose on the Iraqi people, including Polish-style economic shock therapy, some +sort of sweetheart deal for Israel, and maybe even breaking the country up into +three parts. The Washington Monthly's Who's Who of Neocons in Iraq helps explain +the extreme incompetence and possibly double-dealing of many in the CPA. Sept. +11 Commission member Philip Zelikow, who is close to the Bush administration, +admitted on Sept. 10, 2002, that the ulterior motive of the Bush administration +for the Iraq War was to "protect Israel," according to the Asian Times . I have +long been a trenchant critic of the Sadrists. But they haven't been up to +anything extraordinary as far as I can see in recent weeks. Someone in the CPA +sat down and thought up ways to stir them up by closing their newspaper and +issuing 28 arrest warrants and taking in people like Yaqubi. This is either +gross incompetence or was done with dark ulterior motives that can scarcely be +guessed at. There is a classical logical fallacy, post hoc ergo propter hoc (Z +happens after X, therefore Z is caused by X), and I keep revising this posting +this evening because I don't want to fall into it. But sometimes, of course, +when Z happens after X it is because of X. So I may as well just come out with +it: It is pretty suspicious, given the Neocon predominance in the CPA and in the +upper reaches of the Defense Department that on April 2 AP reported of Muqtada: +' A radical Shiite Muslim cleric has expressed solidarity with the militant +Palestinian group Hamas and said that he should be considered the group's +"striking arm" in Iraq. "I have said and I repeat my expression of solidarity +which Hassan Nasrallah called for to stand with Hamas," Shiite cleric Muqtada +al-Sadr said Friday in a reference to Nasrallah, the leader of the militant +Lebanese Shiite group Hezbollah. Last month, Nasrallah announced that his party +would close ranks with Hamas. "Let (Hamas) consider me their striking arm in +Iraq because the fate of Iraq and Palestine is the same," al-Sadr said during a +Friday prayer sermon in Kufa, his home base south of Baghdad. He did comment on +what he meant by the phrase. ' And on April 3 his chief aide in Najaf was +suddenly arrested along with 13 other members of his organization, and the +Coalition forces are put into violent conflict with his organization, which +leaves 7 US soldiers dead. The Army is unlikely to forgive or forget; but who +provoked it and why? I'm not even in Iraq and I could have predicted to you the +consequences of doing what the CPA has been doing. Anthony Shadid of the +Washington Post reveals that the warrants for the arrests had been issued months +be for. Why were they suddenly acted on Saturday? + +i am not going unless lisa promises to get all wasted and boob out. + +I definitely could use a drink, actually a couple would probably do better. +Bryan, you're in, right? Anybody up for happy hour after work? I was thinking +Kenneally's at around 5. + +Let me know + +you don't know what that means? where did you grow up? india? + +boob out? should I be embarrassed that I haven't the slightest idea what that +means? + +i am going out tonight to get wasted if anyone is interested. jill allen +finishes her cpa today and she and her friends are going to party. + +max and jen are looking for you. call them at 303-832-8160. they haven't heard +from you in a while. + +Work it into your speech-- something along the line of, "And Jen, you come from +great people and have fantastic friends. In fact Peder and I were remarking on +how agreeable they all are as the sucked on our balls last night. Fucking +bitches!" + +i have to go to butt-fucking mississippi. i am not looking foward to that but +don't tell val. the following weekend i will be ready to rock. + +i think they are all bark and no bite. i think they could get their asses kicked +by cats. they look like they were doberman pinchers who were shrunk. you should +get a cockerspaniel. + +no, i am not kidding and no i don't want it b/c of the taco bell dog. i want it +b/c it is really small and cute. i knew someone in college who had one and i +loved it. why do you think they are mean? + +are you kidding? why would you want a chihuahua? those dogs aren't even +friendly. do you think they are cool b/c of the taco bell dog? + +"Les Spahnn" 02/13/2001 08:02 PM All: It is my understanding, +from good sources in the Govs office that the Gov will order Loretta Lynch to +expeditiously implement the provision to suspend all parties auhtority to enter +into direct access contracts. The premise with which the administartion is +acting is that if they expeditiously suspend everyone's right to bilateral +contracts quickly, it sets up a barrier which the direct access coalition must +break through. In other words the table is set. Deal your meal from where the +dishes are located. I.E. the Davis Administration wants to place all direct +access advocates in the position of having to justify why each and every party +should be the exception to the suspension rather than have a general rule +concerning how direct access should work for all parties. It clearly gives the +Admin a very strong upper hand to control who when and where direct access can +occur without having to say that they oppose direct access. Power be where power +lies. + +you aren't going in for the wedding until sunday now? + +I'm in + +Regards, + +Kevin A. Boone Accenture -- Houston Consultant -- Energy (Octel) 713.837.1638 +(Client) 281.848.1619 (C) 713.306.7940 (H) 713.864.4149 +Kevin.A.Boone@accenture.com Our web address is http://www.accenture.com + +"Lenhart, Matthew" you guys want to watch the game at woodrows tomorrow? there +will be some girls there and then we can get them to meet up with us at that +garden in the heights party later that night. plus we can be outside watching +it. This message is for the designated recipient only and may contain privileged +or confidential information. If you have received it in error, please notify the +sender immediately and delete the original. Any other use of the email by you is +prohibited. just call me on my cell phone. i am going to happy hour after work +to eat and drink. + +what do you mean i am perverted? whatever, you're the perverted old man. + +you love it when i come over. i satisfy your appetitie for lovin. + +Robert Bryngelson@AZURIX 08/16/2000 12:05 PM I just wanted to send you a quick +note to let you know that I'm outta here! + +Today is my last day in the office here at Azurix, and in the coming months, I +will start in a new position as SVP in the LNG development group at El Paso +Energy. This happened very quickly, and I wanted to make sure that I let +everyone know before I left. I don't have any contact information yet for my new +job, but if you want to reach me, you can do so at RobBrnglsn@aol.com or at +713-664-7478. I enjoyed working with all of you during the past five years at +Enron / Azurix, and I wish you all of the best. Take care. + +Rob Bryngelson + +PS -- There is a happy hour tonight at Scudeiros on Dallas Street (just west of +the Met Garage) beginning around 5:00. If you can make it, please come! + +Traci Warner@ENRON COMMUNICATIONS on 08/16/2000 03:14:14 PM Steve, Rod and Elyse +- Just wanted to confirm our meeting on Tuesday Aug 29th from 1:30 -2:30 to +discuss Uof H's endowment proposal. We will meeting Rod's office EB4054 + +I look forward to seeing you all there. + +Sincerely, Traci Traci Warner Enron Broadband Services, Inc. Phone (713) +853-3242 Cell (713) 705-7201 + +Kay Mann 04/26/2001 07:17 AM Will you be providing an execution version with +questions removed/blanks filled in? Please send it directly to +kent.shoemaker@ae.ge.com, copy to me. + +Thanks, + +Thanks, + +Kay + +"paulhastings.com" made the following annotations on 04/25/01 12:42:55 We have +changed our e-mail address. Our new domain name is paulhastings.com. In most +cases, our address is composed of conventional first name and last name plus +@paulhastings.com. Here are two examples: janesmith@paulhastings.com and +danjones@paulhastings.com. If you have any questions, please contact us at +noc@paulhastings.com. + +============================================================================== +"The information transmitted is intended only for the person or entity to which +it is addressed and may contain confidential and/or privileged material. Any +review, retransmission, dissemination or other use of, or taking of any action +in reliance upon, this information by persons or entities other than the +intended recipient is prohibited. If you received this in error, please contact +the sender and delete the material from all computers." +============================================================================== +Attached please find the GE Guarantee in Word format.? Also, we have attached a +pdf black-line of the Guarantee vs the form of guarantee in the Turbine +Contract. ? Do not hesitate to call us with any questions. ? Best regards. ? +______________________ John Staikos Direct Dial:? 203.961.7523 Direct Fax:? +203.674.7723 E-mail:? johnstaikos@paulhastings.com ? + +Sean Boyle 08/17/2000 11:21 AM I spoke to Bruce Garcey at NiMo regarding their +RFP. Bruce indicated NiMo short listed five companies who all bid higher than +ENA. However, he also mentioned we were a close sixth, that is close to the +fifth highest bid. He gave no indication on the value of the highest bid. He +also said that the other five companies making the short list all proposed +alternative structures to the proposed NiMo Tier Structure. NiMo released an +additional RFP for peaking supplies for this winter, I believe Phil should have +or be getting that RFP. Phil if you could please make copies and distribute +ASAP. Thanks, Sean Here you go. If you have any other questions, please let me +know. Scott Neal 08/16/2000 03:48 PM John Griffith@ENRON 08/15/2000 06:23 PM +SOblander@carrfut.com on 08/15/2000 06:03:48 PM The information contained herein +is based on sources that we believe to be reliable, but we do not represent that +it is accurate or complete. Nothing contained herein should be considered as an +offer to sell or a solicitation of an offer to buy any financial instruments +discussed herein. Any opinions expressed herein are solely those of the author. +As such, they may differ in material respects from those of, or expressed or +published by on behalf of Carr Futures or its officers, directors, employees or +affiliates. , 2000 Carr Futures + +The charts are now in the most recent version of Adobe Acrobat 4.0 and they +should print clearly from Adobe Acrobat Reader 3.0 or higher. Adobe Acrobat +Reader 4.0 may be downloaded for FREE from www.adobe.com. (See attached file: +UnleadedStocks.pdf)(See attached file: CrudeStocks.pdf) (See attached file: +HeatingOilStocks.pdf)(See attached file: PADDIIstocksCL.pdf)(See attached file: +PADDIstocksHO.pdf)(See attached file: PADDIstocksHU.pdf)(See attached file: +API.pdf) - UnleadedStocks.pdf - CrudeStocks.pdf - HeatingOilStocks.pdf - +PADDIIstocksCL.pdf - PADDIstocksHO.pdf - PADDIstocksHU.pdf - API.pdf + +Marlene Hilliard 10/08/99 08:52 AM On or about September 23, 1999 a request for +service was placed by the above referenced counterparty. The request was for a +Intrastate Gas Transportation Agreement and 311 Gas Transportation Agreement. +These agreements were forwarded to the counterparty, CCNG, Inc.. On or about +October 6, 1999, Kelly Cloud, Senior Vice President of CCNG, Inc. (713) +235-1972, called and informed me that the counterparty should be CCGM, L.P.. +Further, she informed me that Section 7 of the agreement, which reads in part: +Gas is free from liens and adverse claims of every kind, should be changed +because the gas that the counterparty will be transporting on HPL may and/or is +subject to liens. She was instructed to destroy the agreement and another would +be forwarded to her with the necessary corrections and re-wording of Section 7. +Attached find the agreements for the necessary changes in Section 7. Kelly Cloud +has instructed me to call with any further questions. Thanks. + +Marlene D. Hilliard + +Ginny, Please see the attached guaranty. A clean and redlined version are +attached. I revised the language based on our discussions and added the language +concerning interest which we had both previously approved. We are OK to execute +this form. Let me know if acceptable and I will go ahead and execute. Thanks. + +"Townsend, George" 03/27/2001 09:11 AM Puto, + +What's going on dude? Antigua was awesome. I survived it without a problem. +Heather moving in has been a different story. I didn't realize how much "stuff" +you could pack into a one bedroom apartment. How is your love life. The gal from +the wedding was pretty hot. Are you still chasing that? Lets get together soon. +Our extra bedroom is nicer now. My old bed got tossed in a dumpster. It smelled +like shit. + +Talk to you later GT + +How is it going? Did you survive the honeymoon? + +These look fine to me. Go ahead and forward to Brant if you are ready. + +Joan Woodson 08/10/2000 08:28 AM Enron Investment Partners Congratulations! +You've all won! + +...Now comes the fun part.... + +The following have made a team for the game show on August 17th!. + +Thanks to all who volunteered. You will remain as alternates. + +Analyst Team Participants: Analyst Team 1: Coach: Lisa Gilette Kristen Quinn, +Sarah Mulholland, Samuel Pak, Daniel Kang + +Analyst Team 2: Coach: Doug Sewell Jeffrey Synder, Ryan Hinze, Sheetal Patel, +Johnathan Anderson Associate Team Participants: + +Associate Team 1: Coach: Ben Markey Mary John, Russell Dyk, Webb Jennings, +Martin Gonzales + +Mixed A/ATeam 2: Coach: Melanie King Brandon Luna - Analyst, Bryan Hull - +Analyst, Eduardo Tellechea - Associate, Milson Mundim - Associate Alternates: +Heather Johnson, Usman Shaukat, Gerard Benitez, Matthew Almy, Travis Hanson WHO +WANTS TO HELP MILLIONS FOR UNITED WAY? We hope you do! + +How to Pledge: This year it is very easy to make your contribution. Simply type +in the following United Way link, http://unitedway.enron.com or go directly to +Internet Explorer or Netscape and type in unitedway.enron.com in the address +field. Either option should take you directly to Enron's United Way 2000 +Campaign site. PLEASE NOTE: Your pledge is to be made electronically - it only +takes minutes. No physical pledge cards. Questions: If you have any questions +regarding the pledging process, please contact Joan Woodson (3-5213), Bert +Frazier (3-5076) or Kathy Mayfield (3-3264). you know that both o'neal and matt +are out? + +Game tonight at 7, it's time to kick some ass. i have not gotten a good response +so i think shanna and i are going to stay in town. the weather is going to be +fine, hector was just blowing smoke. + +Christa Winfrey 08/08/2000 11:36 AM have you heard from anyone? also, what's the +deal with the weather this weekend? is it supposed to be storming? + +by the way, buy it now b/c it is going to 100 by year end. + +Your father never listens to me, what can I say? But, I'm very happy for you! +How are you? Any news on Aunt Toni? LU-M + +Glad to hear all is well. I meant to comment that I thought the people profiled +in the article should pull their heads out of their self important asses. It +isn't about finding the meaning of life at work. It is all about the $$$. Work +hard. Make $$$. Retire young. Things with me are great. Moving back to Calgary +in about a month which is a little sooner than I thought I would be going back +but when opportunity knocks you gotta go. Take care. I don't hear from you in +months and then you level me with such a thought provoking, soul searching +article. Thanks for thinking of me to send it to. I really enjoyed reading it. +We certainly fit into certain parts of the article. There are a few life +theories like that which working through. Its all interesting stuff. + +How are things going with you? Are you enjoying Houston? + +London has been great. Brokering over here has been pretty rewarding. Traders +over here seem to have a lot more respect for other humans. Catriona is well and +has landed herself a pretty cool job in PR. + +Keep in touch, + +Mike + +Michael J. McDermott mjmcdermott@hotmail.com +_________________________________________________________________ Get your FREE +download of MSN Explorer at http://explorer.msn.com/intl.asp + +For me it isn't about fulfillment or finding my life's purpose in my work. It's +all about the $$$. Work hard and retire early. + +Cheers + +Chris + +P.S. I am moving back to Calgary in about a month. Enron continues to feel free +to move me around at will. I am actually really looking forward to it. + +let's discuss next time we have amstel lights together. Jolene Harvey 05/22/2001 +09:25 AM + +about our lifestyle... (See attached file: TEXT.htm) + +********************************NOTICE************************************* This +transmittal and/or attachments may be a confidential attorney-client +communication or may otherwise be privileged or confidential. If you are not the +intended recipient, you are hereby notified that you have received this +transmittal in error; any review, dissemination, distribution or copying of this +transmittal is strictly prohibited. If you have received this transmittal and/or +attachments in error, please notify us immediately by reply or by telephone +(call us collect at +1 212-848-8400) and immediately delete this message and all +its attachments. Thank you. - TEXT.htm << File: TEXT.htm >> I was thinking of +converting it to a hover vehicle. I might just sell the car and get you to drive +me around all winter. How about skidoo skis for the front and tracks for the +back.. + +Lexus IS 300. Not sure if I am going to buy 17" or 16" wheels for the winter. +Jackass. + +You have always been on the move seeking affectionate, satisfying and harmonious +relationships. Your ultimate goal has been the realisation of an intimate union +in which there could be love, self-sacrifice and mutual trust. It has often been +said that "True love is just around the corner"...and maybe... if you haven't +found it as yet - you possibly soon will. In the past there have been .. and +maybe there still are many things that you have had to do without. You have now +decided to set your sights on a position or situation that could give you +greater prestige and which will afford you considerable self esteem. You wear +your heart on your sleeve ... and since you are an emotional person you are apt +to give your all ... heart and soul ... to all those that show you a little +affection ... but take care... it would appear that you have been extremely hurt +in the past...and you keep leaving yourself wide open for punishment.. Whatever +you strive to do, something always seems to be holding you back. There is no +subterfuge in you. You are a clear thinker and all you demand from life, in a +relationship, is a partner whom you can trust and with whom you can, together, +develop a foundation of trust based on understanding. You are your own person... +and you demand freedom of thought ...to follow your own convictions. You have no +interest in "two-timing" and all you seek is sincerity and "straight-dealing". +You wish to be left in peace... no more conflict and no more differences of +opinion ... In fact you just don't want to be involved in any arguments of any +shape or form ... All you want is for "them" to get on with it - and to leave +you alone.. + +John, + +sorry for not sending it to you earlier (totally forgot to open my outlook). Raw +data is on the fisrt tab of the file to the right. + +Let me know if you have any questions. + +Vladi. Hey Vladi, + +Do you still have the historical nymex settle file that you created for Lavo's +spread analysis? If you do would you send me a copy? Thanks. + +John + +Attached is a new link for employees unable to attend the all-employee meeting +today at 10 a.m. (CDT) at the Hyatt Regency Houston, Imperial Ballroom. If you +are located in London, Calgary, Toronto, Omaha, New York, Portland (ENA) or +Houston, you can access the live event at http://home.enron.com/employeemeeting. +Constance, + +I was on vacation from October 4th to October 19th and I didn't submit my +timesheet yet. I tried to do it on the HRonline web-site, but the procedure is +too complicated. Is it possible that you or somebody else in the HR department +mark the vacation time? I would really appreciate that. + +Thank you. + +Vladi Pimenov ext. 37625 + +"McGilloway, Vangie" 03/23/2001 10:13 AM Good +Morning Debra - I have attached a revised copy of the GISB Agreement and Special +Provisions for your review and consideration. I anticipate completing the review +of the Master Agreement form and submitting comments to you by Monday. In +addition, I received feedback from our Gas Desk that the access to the Gas +segment of Enron On-Line was cut off to CPS --- do you know who would handle +this at Enron that we can speak to? Greatly appreciate your prompt feedback to +this inquiry. I look forward to your feedback on the GISB. + +Regards, Vangie McGilloway Constellation Power Source, Inc. ("CPS") 111 Market +Place Ste 500 Baltimore,MD 21202 Phone 410-468-3798 Fax 410-468-3499 Email +vangie.mcgilloway@powersrc.com PS- Were you having phone system problems this +morning? Myself and Credit were calling in and none of the calls rolled into +voice mail (?). Further to our conversation, please see attached sample +agreements. Upon your review, please give me a call to discuss any questionsand +or issues you may have regarding this matter. (See attached file: Constellation +Power (GISB draft).doc)(See attached file: Sam3102.doc) Regards, Debra +Perlingiere - ENRON-CPS (GISB rev1).doc + +I have sent your question re on line trading to that area. They will contact +you. I am in the process of reviewing your special provisions. + +Best regards, + +Debra Perlingiere + +Jackie Taylor - she is located at Court House Concessionaire and under her name +in the directory. Debra Perlingiere + +Please clarify "all" do you intend 10MM for ENA as well? Thx dp Debra +Perlingiere + +Revised Article 4.6 Debra Perlingiere + +The only agreement I can find is a Master Sale Spot w/ City of Springfield. +Please let me know if you need anything else. dp + +Debra Perlingiere + +Tammi, + +Attached is an image of the GISB. As you see it was CES acquired by ENA in asset +purchase. Please let me know how you would like to proceed. + +Best regards, Debra Perlingiere + +Debra Perlingiere + +Priscilla, + +I do not find the term "Alternate Transporter Imbalance" in our agreement.. The +term "Aggregate Transporter Imbalance" is located in several sections. Could +this be what your referencing? + +Regards, Debra Perlingiere + +See attached revised Article 4.6 Masters below. + +Dp + +Debra Perlingiere Gerald Nemec These look fine to me. Go ahead and forward to +Brant if you are ready. + +Debra Perlingiere 03/27/2001 01:58 PM Revised Article 4.6 Debra Perlingiere +Kathleen, + +You are correct, I will make the appropriate changes and give you another review +before sending execution papers. Best regards, Debra Perlingiere + +4105SF + +Debra Perlingiere + +Jill: As discussed, attached is a GISB draft for Pioneer. As you can see there +are several blanks concerning administrative information for ENA Upstream. I was +able to secure a Duns# and Fed Tax ID however, I am lacking Fax and bank account +numbers. Do you have this information? + +Dp + +Debra Perlingiere + +Debra Perlingiere Jeffrey T Hodge 03/29/2001 09:01 AM Rudwell +Johnson/ENRON@enronXgate 03/28/2001 05:09 PM Jeff! + +Please find attached a credit worksheet for a Master Firm contract for the above +mentioned counterparty. Please complete agreement and forward to counterparty. +Thanks Rudwell 53596. Cindy, + +Please forward a copy of the J.M. Huber Corporation Guaranty to my attention. +The Guaranty is dated August 1, 2000. + +Thanks!! + +Debra Perlingiere + +They are taking delivery in the U.S. + +Debra Perlingiere + +Visit, + +Thanks for your message. Can you send me the data you used: I shall take a look +at it. + +Vince + +Dear All, My mane is Visit Phunnarungsi. I used to e-mail Vince Kaminski about +the advice on his article "The Challenge of Pricing and Risk Managing +Electricity Derivatives" and he had mailed me the copy. I am now modelling the +Queensland electricity spot price using Geometric Brownian Mean Reverting Jump +Diffusion Model and have followed your paper "Making the most of mean reversion" +to estimate the mean reversion speed. I use Queensland half-hourly price during +13 December, 1998-30 June 2001 giving about 44,000 price observations. However, +the result from Ordinary Least Squares was not as expected due to different sign +for both slope & intercept. The coefficient and standard error are as followed: +Intercept: -0.3931 (0.0076) Slope: 0.1171 (0.0022) R Square: 0.0585 Therefore I +could not estimate the mean reversion rate as the estimated slope has the +positive sign. I have also tried monthly data and the results are the same. It +would be appreciated if you could advice me on this matter. Kindest regards, +Visit Get your FREE download of MSN Explorer at http://explorer.msn.com << File: +'http://go.msn.com/bql/hmtag_itl_EN.asp' >> Chris, + +Plz contact Shirley Crenshaw (X 3-5290) regarding a copy of an article. Vince + +Traci, + +Thanks. This is the best solution given all the uncertainties we face. Vince + +Vince - Thanks for the message regarding a possible intern for your group. Right +now, we are in the process of evaluating both our new hire needs and our summer +needs and will be making those decisions after the first of the year. Until we +have come up with those numbers it would be premature to make any offers for the +summer. What I would like to do in this case is get the information to Jeff +Davis, who is responsible for Georgia Tech and ask him to get Sungjoo's resume +and start a file on him with a notation that you would like to hire him for +summer. When we start the summer process, we will interview the candidate and +slot him for your group. + +Is this okay with you? + +Hope all is well with you Take Care Traci Traci, + +I have visited Georgia Tech on Thursday. One of the students indicated that he +is interested in a summer internship. He came across as a very bright person, +very personable. I can take him as a summer intern. + +Vince + +Dear Dr. Vincent Kaminski, + +Hi. How are you doing? I hope you have a good flight back to home. It was a good +opportunity to know about Enron and its finance sector. Thank you for your time. + +I have already submitted my resume and cover letter right after the talk. +However, you ask me to send a copy of resume and cover letter again. Those +attachments are what I was asked. Again, it was a good chance for me to get to +know what I can do in this field and what I have to more focus on in school. I +am looking forward to hearing from you soon and have a nice day. Thank you. + +************************************************ Sungjoo Lee Stochastic +Processes and Simulation in Finance Georgia Institute of Technology School of +Industrial and Systems Engineering E-mail address: goldconn@isye.gatech.edu +gte114t@prism.gatech.edu Home : 404-449-1026 Office: Coming Soon! +************************************************ - Lisa_coverletter.doc << File: +Lisa_coverletter.doc >> - Lisa_resume.doc << File: Lisa_resume.doc >> FYI + +Vince + +P.S. Tom, Please, contact Vernon and get the details. + +Renee, + +I would like to have a meeting to go over the payment methodology. Scott Neal +and Tom Martin would like to attend as well. This afternoon at 2 PM or later +would work for us. Please let me know what time we could meet. + +Thank you, + +Phillip + +Phillip, + +This section pertains to terminated employees who are paid out in the year +following the termination event. The way the tax law works, the tax basis for +your share distribution will be based on the closing stock price the day +preceding notification to the transfer agent. As such, we will distribute net +shares calculating the proper withholding at fair market value the day prior to +notifying the transfer agent. We will be distributing the shares reflected on +your 9/30/01 statement (6,606 shares plus cash for fractional shares). If you +would prefer to settle the taxes with a personal check, we can distribute gross +shares. Please let me know you preference. + +As you know, we are in the process of transferring recordkeeping services from +NTRC to Hewitt. As such, we have a CPA, Larry Lewis, working with us to audit +and set up transition files. He has become our department expert on the PSA +account (much more knowledgeable than myself) and the various plan provision +amendments. If you would like, we can set up a conference call with you, myself, +and Larry to go over the payment methodology. Please let me know a date and time +that is convenient for you. + +Thanks, + +Renee + +Renee, + +Thank you for digging in to the issue of Deferred Phantom Stock Units. It is +clear that the payment will be made in shares. However, I still don't understand +which date will be used to determine the value and calculate how many shares. +The plan document under VII. Amount of Benefit Payments reads "The value of the +shares, and resulting payment amount will be based on the closing price of Enron +Corp. common stock on the January 1 before the date of payment, and such payment +shall be made in shares of Enron Corp. common stock." Can you help me interpret +this statement and work through the numbers on my account. + +Thank you, + +Phillip Allen + +Let me know when you get the quotes from Pauline. I am expecting to pay +something in the $3,to $5,000 range. I would like to see the quotes and a +description of the work to be done. It is my understanding that some rock will +be removed and replaced with siding. If they are getting quotes to put up new +rock then we will need to clarify. Jacques is ready to drop in a dollar amount +on the release. If the negotiations stall, it seems like I need to go ahead and +cut off the utilities. Hopefully things will go smoothly. + +Phillip + +Attendees: Pam Butler Renee Ratcliff Larry Lewis Tom Martin Scott Neal Phillip +Allen + +Greg, I faxed you the promotional on 10300 Heritage Office Building with the +Nimitz post office. The broker called back shortly after I spoke to you to let +me know that the kestrel air park building and the strip center at fm78 & walzem +had both sold. Let me know what you think of this property. Also, let me know of +any other ideas about replacement property. + +Phillip + +Jim, + +Take a look at this spreadsheet. I tried to calculate the IRR on the port +Aransas and Roma post offices. Is this how your clients usually evaluate these +properties? The Roma deal looks much better. + +Phillip Mery, + +This sounds better than the limitations you were describing in the meeting. We +should be able to work with this. + +Phillip + +Hope you enjoy the posts and feel free to jump in anywhere. + +Hope to see you soon! + +The Alaskan Knight + +All you have to do is sign up for one free offer (such as efax) and then cancel +within the offer time frame. Absolutely free. + +Email: franz371...@gmail.com Site made! and it seems this is the FIRST site of +ragnarok 2 hahaha since the site is new send me your suggestions and comments +Reply + +Email: davidr...@optonline.net Groups: alt.animals.breeders.rabbits, +alt.animals.cat, alt.animals.crab, alt.animals.dog, +alt.animals.dogs.collies.open-forum, alt.animals.dolphins, +alt.animals.eagle.bald, alt.animals.ethics.vegetarian, alt.animals.falcon + +This message was cancelled from within Mozilla. + +I took a tip from Carri and looked up Rat ASCII's on Google. Check these out: + +"...there is no companion quite so devoted, so communicative, so loving and so +mesmerizing as a rat." ~CGoehring + +for Books that Speak for Themselves.... + +Interested in audiobooks? Come visit irc server: irc.yankeedot.net and join +#audiobooks for sharing, discussion and a great trivia game! large selection of +fiction, science fiction and best sellers. + +for Books that Speak for Themselves.... + +Interested in audiobooks? Come visit irc server: irc.yankeedot.net and join +#audiobooks for sharing, discussion and a great trivia game! large selection of +fiction, science fiction and best sellers. + +Based on specific intelligence inputs, Army arrested Ghulam Mohiuddin Lone, a +LeT man, from Doda district. During the preliminary interrogation, Lone +'confessed' his involvement in the blasts and gave several vital clues. The +India Diaries + +Truly a moment that speaks for itself. He-he. + +_____ + +Visit Capt. Spastic's Joke List for all the information and options: <> Capt. +Spastic's Demented World is located at: <> Outlook.jpg 39K Download + +$5250 Deposited Directly to your PayPal account! Try our ultimate program that +will generate a blast of $10 and $8 payments deposited directly to your PayPal +account. All you have to do is become a member and watch your earnings grow! + +Thank you for helping us to sell out of our first issue, now let your friends +and local news organizations know that a delicious reprint, with a hot spanking +new cover by Greg Mannino, is available for order on our website. Share the +love! + +The end of the year is a time for compiling statistics - and according to the +World Conservation Union (IUCN), the year 2003 has been bad news for plants and +non-human animals, with many species now closer to extinction than ever before. +s Animal News Center Webmaster + +Just to let you all know Matt has confirmed the booking for 3rd Dec i s OK. He +has also had to pay the £15 each up front so woul d be grateful if you could get +the cash to him as soon as poss ible. Thanks + +See you climbing later + +Lizzie + +I apologize for the following inconvenience, but I have decided to move this +group to Yahoo, so that we can post files and photos and other useful things. So +please update whatever you need to and go to + +Again I apologize, but it'll be better over there. + +R.E. Glenn + +Email: franz371...@gmail.com lol, last news message came out kinda weird, i was +trying to browse the japanese website while i changed the text iwas supposed to +put up but i ran out of time so there are no real pictures yet... but i'll add +the links soon sry. Reply + +Dan I for one was very happy to hear about your quitting smoking. I've never +been a smoker & am a very strong anti-smoker, but I'm an over-eater & so I know +how hard it is to change a habit. Good luck w/it & will pray for you to have the +willpower to be smoke-free :) + +Email: "Ryan Reynolds" Groups: +alt.animals.breeders.rabbits + +I would like to invite you to come to a site where you can hear talking +parakeets that are not just mimicking, but actually talking in sophisticated +conversational language. This is a major breakthrough in the animal intelligence +field and a must see/hear for every animal intelligence enthusiast. +http://www.budgieresearch.com + +Email: franz371...@gmail.com November 22th 2005 I got these pictures from tgs, +look at all of them if you have time, they're preety cool... +http://www.4gamer.net/news/image/2005.09/20050920111900_21big.html +http://www.4gamer.net/news/image/2005.09/20050919032951_21big.html +http://www.4gamer.net/news/image/2005.09/20050919032951_32big.html +http://www.4gamer.net/news/image/2005.09/20050919032951_39big.html +http://www.4gamer.net/news/image/2005.09/20050919032951_42big.html +http://www.4gamer.net/news/image/2005.09/20050919032951_41big.html +http://www.4gamer.net/news/image/2005.09/20050919032951_40big.html +http://www.4gamer.net/news/image/2005.09/20050917034321_15big.html +http://www.4gamer.net/news/image/2005.09/20050917034321_2big.html +http://www.4gamer.net/news/image/2005.09/20050909152208_14big.html +http://www.4gamer.net/news/image/2005.09/20050917024918_1big.html + +btw, they're all from 4gamer. + +Reply + +Email: "Sean Figaro" Groups: alt.animals.cat + +I have a friend that has to get rid of one of her cats because of allergies, he +is the youngest at 3 years old black, long hair, incredibly friendly. He comes +with everything, litter box, carrier, ect. Needs good family in Houston or +surronding area, needs lots of attention, very loving. + +Email: "Julie" Groups: alt.animals.cat + +Like you said "the kids egg him on". maybe too much . Sounds like your cat is +stressed out . Maybe he doesn't want to play when they want to.. He didn't take +a dislike to the kids for "no" reason! cats react to the treatment they receive, +they are not toys. maybe the cat needs a "new' home.........Julie + +I am looking for people who would like to play D&D 3.5 and live in or around the +Chillicothe, OH area. We have two people so far, and I am able to DM...although +DM's are welcome. The games will have to take place on Fri, Sat, or Sun. Please +let me know if this sounds good, and if you have any question, please ask. Thank +you very much and we hope to hear from you soon! + +Email: BBC Breaking News Alert The former Iraqi +leader Saddam Hussein is refusing to enter the Baghdad courtroom, in protest at +how his trial is being conducted. + +For more details: http://www.bbc.co.uk/news +------------------------------------------------ + +This e-mail is never sent unsolicited. You have received this BBC Breaking News +Alert because you subscribed to it or, someone forwarded it to you. To +unsubscribe (or subscribe if this message was forwarded to you) go to: +http://www.bbc.co.uk/email + +[http://www.usatoday.com/tech/science/space/2005-03-09-nasa-search_x.htm?csp=34] + +While there have been spasms of speculation about the Bush administration naming +a replacement for O'Keefe, no nominee has been declared. Shuttle veteran and +longtime NASA executive Fred Gregory is temporarily at the helm of the +18,000-person agency. It looks like the future of space exploration might as +well be with the space tourists . Very sad too since NASA's astronaut's may not +fly in the next five years. -- Posted by Hidden Nook to Hidden Nook at 3/9/2005 +11:16:00 PM + +Hello dear list members, + +The multiple planetary afflictions are taking their toll. Currently, Mercury and +Venus is conjunct and the conjunction is being closely aspected by Rahu. In +Pakistan national chart besides the transit affliction to transit Venus in the +fourth house by FMs Rahu and Mercury, natal Saturn and Venus are also under the +close affliction of transit Rahu. This has resulted in a major rail accident in +Pakistan involving three trains and involving more than 300 deaths. In Indian +national chart besides the transit affliction to transit Mercury by Rahu and +Venus the natal Saturn and Venus are also under the transit affliction of Rahu +which has resulted into floods in many parts of the country taking toll of human +lives, properties, etc. V K Choudhry + +Email: "The Cat Album" Groups: alt.animals.cat + +- U P D A T E D - + +-Page 71, 72 and 73 with 48 new pictures of cats and kittens are added to The +Cat Album today. Take a look !!! Now more than 1100 pictures. + +www.thecatalbum.com + +If you are new to "The Cat Album" I can tell you that you'll find more than 1100 +pictures of cute cats at this site. Most of them are of high quality.You'll also +find some stories. The idea about this site is that the visitors can send in +their own pictures and get them added to the album.That way we'll all be part of +building a huge archive of cat pictures. And if you send me a story, that would +be great to! Please join our growing family !!!! :-) + +http://www.thecatalbum.com + +purrs + +Runar + +Email: "Andre" Heh, yep, I like to wear silk +chemises, panties even stockings with garter belt. I feel great in it. First +time I started wearing woman's lingerie I was very young. I didn't fought is it +good or not than. Later on I red somewhere that it's seakness. I was ashamed to +be in friendship with girls ... until I undrstood that it's not seakness as well +as women wearing men's pants isn't seak :) Now I have wife and son. My wife know +my harmless secret and supports me. So, I'm Men and love to wear women's +lingerie :-). http://lingerie.selectedsex.com + +Email: "TJO" There nothing wrong with men dressing in +lingerie, when I get home at night the first thing I do is change into a nice +silky nightgown or nightie, love the feel. + +Email: Adelia Smith Today's Article + +Frequent travelers and executives are among the masses that get a lot of +discount in the airfare. It is easy to get discount airfare for them since they +travel very frequently. Cheap air tickets for Corporate + +Some of the corporate also get cheap air tickets because they tie up with some +of the airlines for a certain period based on the discount and services they get +from the airlines. Corporate plans are clubbed with other services through some +agencies to provide better service for their staff. Promotional discount airfare + +Some countries like Malaysia and Singapore promote trading for foreign visitors +during some part of the year. During this period, they offer cheap air tickets +to their country on certain flights. + +If you can check with the other airlines during this period, you may get +excellent discount airfare, which may even surprise you. COMPLETE ARTICLE AT: +http://discountairlineticket.blogspot.com/2005/10/some-techniques-to-... + +Several years ago I developed a short paper and pencil screening test which, in +a small pilot study, discriminated between ADHD, LD, and control subjects. I +recently converted this test to an online test in order to norm it to a larger +population and, subsequently, to make it available to any one who has access to +a computer and the Internet. The test itself is what is called a substitution +test. It has two parts, both of which are timed for 90 seconds each and the +differential between the resulting two scores determines the likelihood of +having a learning disability or attention deficit disorder. I am in need of test +subjects and hope you will take it. The test, along with an information form, is +available at: . I think a test like this one is much needed. A person can take +it directly instead of others completing behavioral checklists or a completing a +lengthy program intensive test like TOVA. Perhaps you are willing to recommend +this site and, if you have a website, place a link on your website. + +are there any sadists out there who share the same tastes as i do ? i dont know +what it is , but since a very young age i have had a strange but very gratifying +urge to torture or maime animals. i am deadly serious, i really do get sexual +releif from even hearing of torture of animals, now some people may call me a +brute or a coward but i cant help my true feelings. badger baiting is natrually +a huge turn on, so i thought a few words in this group might uncover some mutual +enthusiasts. sincere appologies to anyone who is offended by my request but my +request is genuine. ----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure +Usenet News==---- The #1 Newsgroup Service in the World! >100,000 Newsgroups +---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =--- + +----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==---- +The #1 Newsgroup Service in the World! >100,000 Newsgroups ---= 19 +East/West-Coast Specialized Servers - Total Privacy via Encryption =--- + +Greetings. My name is Bill Gottlieb: I'm a freelance journalist specializing in +health, with 30 years experience. I'm the author of three books (including the +1.3 million seller ALTERNATIVE CURES) and hundreds of magazine articles, and +worked for 20 years at Rodale Press, as a writer and as editor-in-chief of +Prevention and Rodale Books. Currently, I am writing a book on natural +supplements to aid weight loss, with Harry Preuss, MD, a Professor of Medicine +at Georgetown University; it is scheduled for publication by Broadway (Random +House) in January 2007. I am seeking anecdotes (first name, last initial) from +dieters who successfully used a natural supplement to assist their weight loss; +the therapeutic agents under discussion include HCA, MCT, green or oolong tea +extract, CLA, chromium, starch-blockers, chitosan, 5-HTP, hoodia and caralluma, +HMB, and BCAA. If you've successfully used any of these supplement to aid weight +loss, please write me at gottlie...@yahoo.com and let me know, telling me about +your experience. Thank you for your time and attention. Warm regards, Bill +Gottlieb + +Once upon a time (in 2001, to be specific), the Coca-Cola corporation built a +bottling plant in a small and remote Indian village in the state of Kerala. In +exchange for sucking vast amounts of water out of the local land, the mighty +corporation promised to bring the people great wealth. But within a few short +months, the village people began to notice their wells were running dry, so they +complained to the corporation. Coca-Cola calmed the concerns of the people and +attempted to win back their favor by giving them vast amounts of free +fertilizer, saying it would grow bountiful crops beyond their wildest dreams. +After several years of use, we arrive at the present day when the village people +have suddenly discovered the fertilizer is actually the bottling plant's waste +sludge and is laden with cadmium, a highly toxic, cancer-causing heavy metal. +The village soil and water are now too heavily contaminated to safely occupy +human life, so the plant was shut down last week. Moral of the story: Don't +drink Coke..........drink Pepsi! Just kidding, Pepsi is actually in the process +of being thrown out of India for similar crimes, as well. + +The Greater New Orleans Fair Housing Action Center (GNOFHAC) filed a housing +discrimination complaint against the Housing Authority of New Orleans (HANO) +last week. The complaint, filed with the United States Department of Housing and +Urban Development, accuses HANO of violating a 2003 enforcement agreement +entered into between former St. Thomas Housing Development residents, the City +of New Orleans, HANO, and the U.S. Department of Housing and Urban Development +during the HOPE VI redevelopment of St. Thomas, now known as River Garden. The +current complaints allege that HANO has not provided qualified former St. Thomas +residents a preference with respect to available public housing units at River +Garden per the 2003 agreement. Upon return to New Orleans after the Hurricane +Katrina evacuation, former residents have been informed that there are no +available public housing units at River Garden because those units have been +reserved for HANO employees. Therefore, public housing residents have been +unable to secure the units for which they qualified prior to the storm and are +left homeless, as a result. "In the wake of Hurricane Katrina, affordable +housing in New Orleans is more scarce than ever. As such, it is essential that +HANO comply with 2003 enforcement agreement," said James Perry, GNOFHAC +Executive Director + +Crude-oil prices rose Wednesday as strengthening Hurricane Rita, now a Category +5 storm, threatened to disrupt oil production in the Gulf of Mexico. New York's +main contract, light sweet crude for delivery in November rose 60 cents to close +at 66.80 dollars per barrel. In London, the price of Brent North Sea crude for +November delivery advanced 53 cents to 64.73 dollars. After brushing the Florida +Keys islands on Tuesday, Rita packed winds of about 240 kilometers an hour as it +headed across the Gulf of Mexico. The US National Hurricane Center said Rita was +"extremely dangerous" and could become a top-level category five storm on the +Saffir-Simpson scale. The storm threatened oil installations in the Gulf of +Mexico where about one-quarter of US oil operations are based. Oil companies +evacuated offshore facilities as the storm's progress kept global markets on +tenterhooks. In Texas, BP shut its 460,000 barrels per day refinery and Marathon +shut its 72,000 bpd plant. Valero said it was reducing rates at its 243,000 bpd +Texas City refinery and its 85,000 bpd Houston refinery. Exxon Mobil released +nonessential staff from two giant Texas plants. Last month, Katrina devastated +refineries in Louisiana and Mississippi and sent prices to a record high of +70.85 dollars a barrel. please support the link bellow which is excelnt ,thank +for your click and attention: + +[http://www.newscientistspace.com/article.ns?id=dn8293&feedId=human-spaceflight_atom03] +(New Scientist Space) NASA is looking to private companies to launch both +supplies and astronauts to the International Space Station, it announced this +week. [...] + +"It's not cost-effective doing station flights while at the same time focusing +on getting back to the Moon," says Brett Alexander, vice-president of +Transformational Space, one of the companies hoping to launch astronauts to the +ISS. NASA intends upon retiring the space shuttles in 2010, which only leaves it +with 18 flights towards the ISS. Outsourcing these responsibilities would be a +wise alternative, considering the accomplishments of the private sector +regarding the space elevator . Although some may praise this as an opportunity +for the private sector to finally serve the public good, NASA seems hesitant +about turning over the reigns to the corporate world. + +(New Scientist Space) On 3 November, NASA administrator Michael Griffin told the +US house science committee that the agency expects to invest about $500 million +in the commercial cargo and crew project over five years. "That kind of a +financial incentive [...] will be sufficient to allow substantial providers to +emerge," Griffin said. + +"I hope that industry, if put to the test, can do better [than the government], +but I do not expect it," Griffin added. Only time will reveal whether Griffin's +expectations are either exceeded or confirmed. But seeing how the private sector +has been able to successfully transport civilians to the ISS (at about a fifth +of the cost), it would come to no surprise if corporate America was able to out +perform their bureaucratic friends in government. + +-- Posted by Hidden Nook to Hidden Nook at 11/16/2005 08:36:00 AM + +[http://seattlepi.nwsource.com/national/apmideast_story.asp?category=1107&slug=Palestinians%20Abbas] +Normally this author is semi-objective (what blogger is) but on the +Seattlepi.com (see source link) Palestinian Leader Mahmoud Abbas has demanded +that Israel leave all the land that it occupies before the 1967 border (which +includes East Jerusalem by the way). One thing is certain for sure. If Abbas +keeps up this "macho talk" he will kill potential peace talks and might as well +allow Hamas (which has probably done a better job at providing for the +Palestinians) rule the West Bank. + +AP Photo/Nasser Nasser Interim Palestinian leader and the front-runner in the +upcoming Jan. 9, 2005 presidential election Mahmoud Abbas talks during his first +official campaign speech in the West Bank town of Ramallah, Saturday Dec. 25, +2004. Cloaking himself in Yasser Arafat's legacy, Abbas pledged to fulfill +Palestinian dreams of statehood. + +It seems that the Palestinian leadership (upcoming) will not be a peace partner +with Israel. He is already demanding claims that Israel said no to not only the +world, but to Arafat himself. Listing his priorities, Abbas told supporters of +the ruling Fatah party that he was determined to provide security to his people +and continue the struggle against Israel's partially completed West Bank +barrier. Abbas also pledged to resolve the problem of millions of Palestinian +refugees and their descendants. Abbas, a refugee himself from what is today the +northern Israeli city of Safed, called the refugee issue "very important and +very dangerous." Having personally visited the West Bank and Israel, I can say +that this new political voice is threatening to collapse the peace process. If +Abbas does not change his former thinking and continues the path of Yasser +Arafat, then there will not be peace in the Holy Land and the Palestinians will +ultimately suffer. Selah! + +-- Posted by Hidden Nook to Hidden Nook at 12/26/2004 10:46:08 PM + +[http://news.bbc.co.uk/1/hi/world/middle_east/4281450.stm] + +(Hat Tip: Captains Quarters ) (BBC) The Palestinian militant organisation Hamas +has announced an end to rocket attacks on Israel from the Gaza Strip after a +weekend of escalating violence. Up to 40 rockets had been fired at Israel, weeks +after its military withdrew from the territory. + +In response to the rockets, Israel resumed its policy of targeting militant +leaders in air strikes. Authorised by Ariel Sharon to make "unrestricted" +strikes, its military launched new missile attacks overnight. It looks as if +Hamas has thrown in the towel for this round, unable to take the beating the +Israeli Defense Forces have unleashed upon this terrorist group. Mahmoud Zahar, +Hamas's leader declared the cease fire after Israel killed it's former leader, +Muhammed Sheikh Khalil . Hamas has become rather unpopular in Gaza, as many see +the Israeli air strikes as a response towards the rocket attacks upon Israeli +soil. Egypt had a role to play as they convinced Hamas to end the attacks, +although the same can not be said of Islamic Jihad . (Jerusalem Post) "We're not +happy with Hamas's position at this stage and in light of the Israeli escalation +against the Palestinians," commented Khader Habib, a senior Islamic Jihad +official. "But it seems that Hamas has its own political agenda." [...] + +"The problem is not with the Palestinian resistance groups but with Israel's +scheme to destroy the Palestinians' infrastructure," Habib said. "Hamas remains +targeted by Israel, as in the past, and the Israeli occupation does not need +excuses to pursue its aggression. Israel wants to drive the Palestinians toward +civil war." Islamic Jihad has refused to recognized the cease fire, and hopes to +turn the Gaza strip "into a vast battlefield." Unless President Mahmoud Abbas +steps in, Gaza will probably look like a battle field by the time Israel is done +reminding Hamas of their critical error, although currently the only thing Abbas +is doing is lashing out and refusing to take responsibility for his inability to +act. -- Posted by Hidden Nook to Hidden Nook at 9/26/2005 08:14:00 PM + +Iguazu is a big or a small country? + +Iguazu is NOT a country....Iguazu is in Argentina :) + +How much is a big mac in your country? + +$5.76 For the Combo Meal!! :-) \\// + +What foods do you eat in Miramar? + +Argentinian foods of course, LMAO. lol! + +seafood + +you mean miramar florida theyy have good seafood there + +Have you had any knowledgement about pearl pigment.? + +...Nope and I am proud of it...because my teacher havent taught us that yet... + +Can you recommend any restaurants in Buenos Aires? + +I will be vacationing there + +Yes. There are several just off their beautiful beach. Enjoy yourself my friend +!! + +does teacher's camp in baguio also accomodate even 1 person??cos ill be going to +baguio alone and i have tight? + +http://www.couchsurfing.org/ try couch surfing po. + +What influenced Picasso's cubism style of painting? + +i've seen that.......that does not help me at all it says what cubism influenced +not what influnced cubism + +http://en.wikipedia.org/wiki/Cubism + +What do you eat in Miramar? + +Food like the stuff they eat in Spanish countries like tacos, beans, rice, pork, +steak, ect. Try googling it for more info :) + +Anyone know of any HHa training in Delaware ? + +I do hold a HHa certificate in the state of NY but I looking to move to Delaware +anyone know how I can get certified in delaware? + +Any information about CRAZY HORSE SCULPTURE? + +any? I assume you mean the crazy horse memorial. they have their own website +which you can easily find using any search engine. +http://www.google.com/search?aq=0&oq=crazy+horse+mem&gcx=w&sourceid=chrome&ie=UTF-8&q=crazy+horse+memorial + +How to prepare a silicon rubber mould for human statue of size 375mm in height? + +Here is a product page from a company that makes mold making materials +http://www.smooth-on.com/p132/Beginner-Brushable-Mold-Rubber-Options/pages.html +It is a starting place to look + +How many days will speed post take to reach from Delhi to Mumbai? + +Give it three days barring Sundays and holidays. + +3 TO 4 DAYS if you are lucky on average it takes about 6 days. + +like 2day + +What is the nearest National Park to Birmingham, UK? + +The Peak District (Derbyshire) is the closest. The South Shropshire Hills are +far closer. They are not a national park, but are extremely beautiful. +www.visitsouthshropshire.co.uk + +Trivia! When was Miramar founded? + +I'll give best answer for the first person who gets it right! + +September 20, 1888? + +It was incorporated as a city on May 26, 1955. + +Miramar was founded September 20 1888. + +Do people Bare-knuckle box in Ireland? + +Certain elements of the travelling community engage in this activity, but +overall no not really. + +Er, no? + +some members of the traveler community bare knuckle box.other than that i don't +know. + +What are some GOOD 18+ clubs in the bay area? + +For today saturday Nov 5th. preferably in San Jose, Palo Alto, San Francisco.. I +want to party hardy for my birthday :) + +when you turn 21 you can party any were you want + +I have hundreds of VHS movies lying around... what should I do with them? + +They bulk up too much space + +I gave mine to a rest home for senior citizens and an old soldiers' home. + +Covert into DVD. + +give them to a library or burn them. + +is r2d2 a stupid name for a cat? + +i could call him r2 for short + +I have a cat named GummiBear, so no, R2D2 is not a stupid name. + +its your cat you can pick and name you want + +Hell no. Thats a great name. Kudos. + +What to do in San Rafael Ca? + +okay so i live in San Rafael Ca like by the mi pueble and the Home Depot.. what +are fun things to do around there? like any lounges? im 15 btw + +what about downtown...? like 4th street and stuff ? + +Which of these do you like: McDonalds, Burger King, Taco Bell, Wendys? + +Burger King it seems like I'm at a real restaurant like Applebees, their food is +usually that good + +McDonals the best for me + +the one i like the most would be wendy's. + +would someone give me some information about migratory birds in punjab ? + +actually i have an project on it so please give meas much as you have +information about migratory birds in punjab + +I don't know about birding in that part of the world but you might possibly find +help at this site: http://www.wildlifeofpakistan.com/PakistanBirdClub/index.html + +What is the dress code for males at Del Frisco's Philadelphia? + +My boyfriend's birthday is November 22nd and we are going to Del Frisco's for +dinner. I was unsure of what he should wear, it says business casual but that +can be interpreted in many different ways. Please help. + +5233-NT + +information on the Eurostar train? + +can children go on the Eurostar train on there own to France and where about is +the Eurostar located No under 12's. People aged 13-17 may be allowed to travel +alone at Eurostar's discretion - you should email them for a decision. Eurostar +runs from London St Pancras station. + +What is the dress code for females at Del Frisco's Philadelphia? + +I will be going to Del Frisco's in late November for dinner and I was wondering +what the dress code is for a female. It says business casual but I know this can +be interpreted in many ways. Please help. + +5765-NTKB you can view at dresscod.com + +Can you post a link that shows all the art works that were never found after the +Natzi stole them? + +google nazi stolen art recovery...Out of the 650k est stolen works of art by the +Nazis...70k still remain missing..and there are thousands in musems that haven't +been returned to their right full owners and heirs.. + +Miramar? are they just making these places up? + +Well you say Miramar I say Piramar MIRAMAR PIRAMAR Lets call the whole thing +off. + +Miramir is for real, but there are alot that make you wonder. + +There are way more stranger names in the U.S for areas than Miramar. i think +Miramar was a famous goat trainer or something. He deserved respect + +Anyone have a good recipe for an empanada cordobes? + +How about empanadas arabes or other empanadas from that area of Argentina? + +Yes. Here it is right here. 1 cup of empanadas 1 cup of arabes 1 cup of other +empanadas 1 cup of from that area of Argentina MIX IT ALL UP THEN POOP IN IT The +End + +It's just like cooking kidney, just boil the piss out of it + +I sent a phone to Mobile Phone Exchange and it failed a test due to lost or +stolen what should I do? + +I was sold a phone by a friend and sent it off to get it recycled what can i do? + +Buy a new phone + +hope they don't call the police and arrest you its illegal to sell stolen +property, even if you don't know its stolen. + +Erm ya How can I watch Fair City Online in England lols? + +Ya can't. They don't show it on RTE Player + +You can't but here's an update: The doctor is about to discover the affair +between her husband and Jo (who has become her new best friend). Deco is still +with Caoimhe. Suzanne is pregnant. Hope you don't miss it too much. + +Im in school for photography and i want to work in forensic so what else do i +need to do.? + +Sciences - principally biology but also chemistry. + +You need a background in law enforcement. It's not enough to have photography +skills. Talk to your academic adviser, see what they recommend. + +certainly not "normal" photography... forensic photography is about the facts: +http://www.google.co.uk/search?q=forensic+photography&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&safe=active&sout=1 + +Was the iPhone the first Smart Phone? + +I'm writing an essay for school and I need to know if the iPhone was the first +Smart Phone. Was it? + +Technically, blackberry was because it was the first with real email and games +and stuff. But iPhone was the first "Officiol" touch screen smart phone. + +No, it wasn't. But it did revolutionize the way we think of as a smartphone. + +Canon sx40 or canon s100 ? + +Which one should i get ? Its prettty much the same $$$ , please advice +!?????!!!! + +Go with the S100. It's more compact, ISO 6400 capability (SX40 only 3200), +faster lens at f/2 and the SX40 only f/2.7. Both have full 1080 video with +stereo recording, so that doesn't matter. The S100 has a slightly larger screen +and the new digic 5 processor. + +Passport needed for international boat cruise? + +I am going on a private boat cruise with my friends from Florida. Will stay in +the waters for few days. Will we need a passport? + +If you are unsure whether or not you need your passport then Faz will be able to +help! + +uh, where? just in the water? + +depends where u are going. If your in the USA and venture into Cuba then u need +a passport + +How can i get Weed in Auckland? + +Can ssome oone please tell me where i can buy some weed in auckland. Give me an +address or something please idk. Getting real frustrated now aye. Thanks + +You've already asked this. Anyone who looks like a druggy or dodgy. + +Why would someone post the location of a dealer in a public place? You're an +idiot. + +Drop by my house, I can get you some real cheap. + +What is this irish tune called!? + +Its a Reel and i have danced to it before..I should have asked then but i didn't +the only line i remember is de lunde bar..or something like that.. does anybody +know which song i am talking about? + +With no link provided it is hard to say. Try googling it or type it into youtube +you might get lucky. + +Link? + +if its a reel then its scottish + +Help findin a restaurant for anniversary in SF? + +It's my two year anniversary in a few days and was wondering if somone could +tell me about a great restaurant in sf or other nearby cities + +I like Hayes Street Grill....another plus, it's right by Civic Center, so you +can take a romantic walk around the Opera House, City Hall, Symphony +Auditorium...all very beautiful. + +Prime Ribs its kind of expensive though + +What would happen if you flew the flag of South Vietnam in Modern day Vietnam? + +It would be similar to flying the flag of the Third Reich in modern day Germany +or in Israel. You would be violating the law. The police would make you take it +down and you may face fines and imprisonment (but definitely not execution.) You +will also face the ire of most people there. + +They might be imprisoned or executed + +Yes, it would be an execution punishment. + +Wellington sign poll. Where do we vote? If anyone else has voted? + +Where do we vote? Obviously because i want to vote. And if anyone else has +voted, what did you guys vote for? + +It closed on Sunday... You voted on the Dominion Posts website. The top two are +going 'head to head' in a final vote on that opens on Wednesday on - +http://www.stuff.co.nz/dominion-post/ + +They should have one for the All Blacks winning. Wellywood looks rather cheap +and tacky + +air asia flight attendant? + +Good day,I'm a foreigner living in malaysia, german citizen,21 years of age, I +was wondering if air asia recruits foreigners?thanks I've tried calling them a +week ago,they said they can't give me those details over the phone, or let me +know,keep asking me to go to some website,but there's nothing useful on it + +Write (or call) an Asian airline directly and get the answer immediately. + +What kind of Meal do peopel in Argentina have? + +I am doing a project and need to know what kind food Argentina people eat for +breakfast, lunch, and dinner. And what is their big/ main meal of the day. Like +in America dinner is our main meal. and around what time they eat each of their +meals. + +Edible ones, I hope - beef, pork, chicken, fish... Why not look it up! + +they eat lots of grilled meat,chorizo,and such,with potatoes + +why do i want to do work experience at an animal center? + +reasons plllz + +How are strangers supposed to know why YOU want to do that sort of job? Just +make a list of reasons why you like the job and do a little bit of internet +searching to see what people have to say about being in the job. Hope you find +out soon :) + +you should work that out before applying. + +maybe it's beacuse you love to work with animals and you just can't be ha[[y if +you weren't soing that job + +Cheap restraunts close to Orchestra Hall in Chicago? + +For a field trip with my orchestra, we are going to the Chicago Symphony +Orchestra. Before that, we are turned loose to get dinner. Being a suburban +teenager, I don't really know where is cheap, safe, and close to orchestra hall +(220 South Michigan Ave.) Does anyone have any ideas for restaurants within +walking distance where I can't get lost? + +I don't know. Maybe if you post the question again, someone will give you a good +answer. + +Does Crack Barrel ban employees from having tattoos? + +I'm suppose to start a job at Cracker Barrel, but I can't risk losing the job +because I have two visible tattoos on my arm. If you know or work there could +you enlighten me? + +Why don't you phone another location and ask♥ + +I don't think they ban if the tats aren't offensive and you should make them not +noticeable at the time of the interview but once you got the job there nothing +they can really say if so you have a sue/case against them + +Privacy in kerala,help pls..? + +i need to hav sm good time spent with my gf..in kerala..in which all places in +kerala shal i expect ambience and privacy for making love..pls help .thank you + +house boat is a perfect place also beach resorts in trivandrum and The RAVIZ in +kollam @ da syd f Ashtamudi Lake in kollam + +Houseboat in Kerala is a good option for you, all the best!!! + +Try Varkala, its a ammazing and is by the beach. People are open minded thr +since the place is frequented by Firangs. + +I have a male and female cockatiel, and there are 2 eggs in the bottom of the +cage, will they hatch? + +Most likely not, if there is not a bird sitting on the eggs. + +This is hard to tell. Cockatiels can lay unfertilized eggs as well. Just because +you have a male and female, it cannot be guaranteed the two mated. You can try +picking up the eggs and holding it up against a very bright light. If you see a +dark spot in the egg, that means it is fertilized and will hatch if cared for +properly. Have fun. + +Why is the city called Miramar? + +I'm not sure about the origin of the name but they are a lot of different cities +with different and unique names like Miramar so it's just a name. + +There's lots of towns called Miramar, it'd help alot if you listed a state or +some sort of context you're looking for it in. Here's two examples: There's a +Miramar in Florida, just north of Miami. There's also a Miramar in California, +the site of a rather large Air Force Base...Miramar California is a bit north of +San Diego. + +Boy trouble????????????????????????????????????????????????????????? + +ok well i have a crush on 2 guys but unforchunitly it is almost valentines day +afnd i just broke up with my and i have dated one of theguys i like and one guy +lives in my naborhood guy i need your help i am a girl but i need a guys help +what shoul i do? amd i like 2 guys + +well id just come straight out and tell them how you feel it may sound like a +bad idea but in the end they might feel the same + +just saying most men suck ! whose better looking ? cant decide ask friends good +luck + +is gare montparnasse storage still available? + +is it still available? because i have read that there are times its not +available. if its not available is there nearby alternative to store my luggage? +im traveling to lourdes for a day ty + +Hi, Yes storage for your luggages is still available at Gare Montparnasse. Pay +attention, altough there are automatic storage, you can only pay with coins +(they're now installing some where you'll be able to pay with credit card, but +it's sporadic now. Price:3,40 Euros, 5 Euros or 7,5 Euros (1) for a 72 heures +lenght. + +i wanna meet girls from san francisco i am from mexico? + +i am from mexico traveling to san francisco california one week i wanna meet +american girls there where i can find them? they r open mind for talk?they will +talk to me if i am mexican? + +You can find American girls all over the city. As long as you are a gentleman +and treat them with respect they won't have any problem talking with you and +your nationality will have nothing to do with how they treat you. + +go to LA after say 11:00 search the street corners btw keep ur wallet locked up +and have $200 on hand have a gun just in case btw + +Going to Fiji and i cannot wait? + +After my last day in Sydney, I will be going to Fiji before heading back to the +states. I am staying in Fiji for four nights 1) what islad of Fiji is a good +island that is not TOO far from the main airpart in Fiji. A way I could get +there by boat instead of taking another plane ride 2) I would like to say on a +island with an a) all inclusive resort (if possible), and a beach front room 3) +also want an island where I can do fun activities, rainforest is a must + +you need to bring me next time + +If you cannot wait you should book an earlier flight. + +where can I get morcillas in tampa bay , I will like the argentinian type , but +I will to try anothers please? + +I searched all over the internet, but I could not find one place in Tampa Bay +that sells morcillas, also known as blood pudding, black pudding and blood +sausages. I learned that morcillas are basically impossible to find all across +the North American region. But I did find this website, www.igourmet.com, where +they sell all types of sausages, including blood sausages! So follow the link at +the bottom and buy some blood sausages. + +huh? + +yuck !! I don't know, and it is because I don't like them, do you know that, +morcillas is coagulated blood from animals, ewww + +Is there any kind of public transport available between noida and greater noida? + +UP Roadways buses ply frequently between Sector-37 crossing in Noida and Kasna +in Greater Noida, passing through Pari Chowk. Apart from these there are +numerous cabs that ferry passengers between Sector-37 crossing and Pari Chowk. + +Yes bus service is available. it is not frequent. + +Hi, Yes dear, You can find lots of public transport options between Noida to +Greater Noida. There are UP Govt. Buses, DTC Buses, Call Center Cabs, Private +white line buses most frequently running between Noida and Greater Noida. You +can find them From Indian Oil Building, Sector -37, Taj Express Road( Bus Stops) +etc. Thanks, + +how can you get wifi anywhere 24/7 on your apple ipod 8gb? + +I have wifi at my house, but thats just at my house...is there anyway i can buy +some card to make the ipod itself have wifi? i want to be able to use it in my +car, out n about etc...i guess like an iphone, but thats later on and ,i know +what they are so no suggestions on just goin out to buy one im talking about +right now just for an ipod??. + +You gotta get an iPhone for 3G...only way...actually there is a thing that you +pay for monthly that gets wifi from satellite and you can connect to it anywhere +but you have to Cary it with you + +how are vietnam and Afghanistan alike? and different? + +i'm doing a report on how afghanistan and Vietam are different and alike. ive +been on the internet for 3 hours but so far i've got nothing. i need to know how +they are different and alike in these area's location and the impact of the +location reasons for going into war Global reasons for conflict who fought the +wars? cost of the U.S. in money and men? political costs of the war? impact of +the war on the American people? WILL SOMEONE PLZ HELP ME IT'S DUE WENSDAY!?!?! +:( + +Different...one was in the jungle, the other is in the high mountain deserts. +Alike...both were fought for securities reasons by the US (no matter what the +liberal revisionist historians tell you). + +What is your cats name and why did you name him/her that? + +If you HAVE a cat of course. My cats name is Twinky. When she was a tiny little +kitten she looked like those twinky snack cakes. She is a creme tabby and I've +had her for over 2 years now. + +I have a siamese lynx name Star we called her that because she has a star +pattern on her face. And she is the STAR of the family. I love her. :) + +I have a Norwegian Forest Cat that is named Achilles bc as a kitten he always +attacked your feet when you walked by! + +My cats Called Frank because the year we got him was the year Frank Sinatra died +He also had bright blue eyes like Frank Sinatra did :) + +what does it mean when a veiled chameleon egg is soft? + +my female chameleon just laid eggs yesterday and today some of the eggs are soft +when i mean soft i mean like not like ordinary chameleon eggs. + +They are probably infertile. If there is no male they are probably infertile! If +you take a flash light and shine it through the eggs and you see nothing throw +them away! If you do not they will start to rot! If she has no male to fertilize +the eggs, the eggs will aways be infertile. if you do have a male but they are +not in the same cage or breeding but you touch him then her she will smell his +sent and probably lay eggs. Hope she stops laying eggs because she will get +really skinny! If she continues! Hope this helps + +I have 24hrs in San Francisco - what are the best sights to see in my short +time? + +I have a day stop-over in San Francisco and my wife want to see some of the key +sites. We are staying next to the airport which is located next to BARTrail. We +have limited time What are the best sights to see, geiven that we only have a +short time? (We check in early afternoon and we fly next day. ) Hop onto a Hop +On/Hop Off bus. It'll take you to all the major sites (GG Bridge, Haight, +Chinatown, etc) and you can get off anyplace you want to spend more time at. Go +to Goldstar.com and get tickets for about a third of the price. + +alcatraz island + +Take a ferry ride!!! It's an amazing experience! + +Is it better to book a cruise online or by a travel agent? + +First time to go on A cruise any and all info is appreciated + +Personally, I don't find a travel agent to be of value to me as I am willing to +put in the time doing research on the internet. I have not had good experience +with travel agents. They don't seem to know anything but the hype they are told +and the packages they have available to them. The one time I actually booked +through a travel agent I did not get all of the amenities I had paid for. The +few times I have consulted with a travel agent I was able to find the same for +less on my own, and more options than what they were selling. So now I do not +bother with them at all. + +best is using an online travel agent + +My Hamster escaped.... NEED HELP NOW!? + +okay.... I have a dog and my mother is really really terrified of hamsters. Well +last night while I was sleeping, my hamster escaped from his cage. He is in my +room, but there are so many things inside there, I dunno what to do. I have lots +of containers in there. Anybody give me ideas like a trap or something? + +Find him before he finds the dog food. I'm not kidding , I once lost a hamster +in my house 3 months later I walk down in the basement and it was as big as a +rat. It had been eating dog food the whole time. It was huge and scared the crap +out of me. + +Make sure he isn't trapped somewhere & put a bowl of food out. He will come and +eat + +Start cleaning and start looking. + +can i have some indoor pet ideas please!!!!!!!!!!!!!? + +i want a small indoor pet that my mother will let me have please help i want +something cheap east to take care of and something to hopefully fit in my room + +no pet is really easy to take care of. they all need love and attn , food, +proper surroundings etc. the easiest thing would be a fish - but u need to clean +the tank weekly, feed it the right amt, etc etc x + +Having a pet isn't easy. You should treat all pets like children. They require a +lot of attention or they get fussy and tear stuff up. If you want easy then go +with a gold fish or hamster. + +I would go with a small rodent such as a mouse, rat, hamster or gerbil if you +want something you can handle and hold. Fish are probably the easiest to take +care of though. + +french male sensuality? + +Ive been dating a man from brittany france for a couple of months now. He's been +away for a week and I was thinking of waiting for him in his apartment wearing +only his dress shirt. Its still a fairly new relationship and we havent had sex +yet so its kind of a big deal. I just dont want to freak him out or make him +feel uncomfortable. Is it ok for a woman in french culture to make the first +move? What do french men find sexy? + +French women are the ones to say yes, the way we say it is not usually as +straigthforward as you propose to do. Why not wait for him in a sexy dress with +lunch or dinner, or a light snack at his house. And you take it up from there. +Just make sure that it is a light meal with little alcohol. + +rug works for me + +Food is always good + +unique gifts and cards + +Great store great products + +I love the meat! + +Lovley food and fab chips + +Best place to sleep!!!!!!! + +best square slice around. + +Cheapest drinks in Keene! + +Over priced for Mexican food + +very miss informed people!! + +Simple, Quick take away. + +Wonderful staff and great service !! + +best place for snowboard eva. + +Good, friendly, reasonable service + +The food tasted like rat feces + +beware they will rip u off + +No service.. But good food.. + +Favorite DD spot in the area! + +A most outstanding, professional firm. + +Well kept facility with friendly staff. + +Good food and coffee with a nice atmosphere + +Responsive, kept me apprised of status. + +Whatever you order, you will LOVE! + +Good quality Indian food in a pleasant environment + +High guality pup food at a good price. + +Horrible tap water. But no other complaints. + +Easy registration, helpful staff and fun teachers! + +Awesome bacon egg and cheese sandwich for breakfast. + +The World's Fair museum was pretty cool. + +There is no delivery. + +There is no delivery. + +Great atmosphere, great food. Definitely a must. + +gone + +library is closed. it is now bislas. + +awesome bagels long lines on the weekends but worth it + +Some of the nicest people and very good work standards + +Bad food and bad service! Save yourself a trip! + +Blooming onion, the only reason to visit this restaurant. + +He's great! I won't go to anyone else. + +Fast and affordable. Great job master keying our building. + +Retired + +Dr Joseph retired. Dr. Dorn is his backup. + +Great Job! + +Thanks for fixing my garage door A++++++++++++++++++ + +really amazing the new and exciting plays done at this theatre ! + +No meat on Burger and too much pepper.no place to seat + +Hobbs on Mass. + +Absolutely my favorite store in Lawrence, KS + +Too Expensive + +The food's okay, but the price is outrageous. + +Nice and quiet place with cosy living room just outside the city. + +Good fun for wing night, food eh, beer list eh... + +You were extremely polite and professional. Very Impressed. Great electrician. + +Prime rib was very tough. Staff were pleasant. Won't return. + +VINGAS + +VISAKHA INDUSTRIAL GASES PVT. LTD., location at google maps. + +Midtown Reston has great location and luxurious environment. Really enjoyed it. + +Compare to last decade this University is gaining more prestige in International +level + +If you're looking for homestyle Japanese food, you can't beat this + +ok + +can't remember good or bad, so it must have been meh. + +Great job! Mercedes and Dan are very thorough and on top of everything! + +love this park + +this is a great park to have kids birthday parties at!! + +Great service and awesome prices. I get Microdermabrasions regularly and I love +the environment + +Great spot to kick back for a cup of joe and a snack. Cool ambience. + +How a pizza place should be! + there is a free cola with every pizza. + +Pleasure to work with. The experience with every department has been great. No +complaints! + +Your average crappy chain. Food is awful and the place caters to the yuppy +crowd. + +great garage and customer service. great knowledge and prices compared to anyone +in the industry. + +Clean & tidy with good atmosphere & pleasant staff. Food drastically let's the +place down though + +This is a great facility. Great instructors! Most of all, my daughter loves it! + +marisol + +this place is awesome twelve did an amazing job place is clean and staff is +friendly + +:) + +I will gladly recommend you to anyone in need of or looking for a good florist. + +A++ + +They are by far the best salon in 50 miles, Trust me I know!! + +Kliotech + +A company which provide good quality portals, E-commerce solutions,web based +MMOG ... etc + +Remember seeing "Stop Making Sense" at Cinema 21 multiple times! YAY, great +theater!!! + +LOCATION HAS CLOSED. HAS MOVED TO 4783 Bay Rd Saginaw, Michigan 48604 +(989)755-1109 + +Excellent service, close to the morse redline stop. Great computer repair store, +highly recommended. + +excellent! answered all my questions, and called me back when I needed +something. highly recommended! + +Rooms were outdated, dirty, and small. Service was horrible. Go down 1 block to +Super 8. + +Great Family Fun and Bonding + +What more can be said: "Burch's Karate is the GREATEST!" + +Not friendly, not helpful, overall poor customer service. Definitely not going +to purchase a car from here. + +Very hard work from the boys in blue there! + +Brilll. Very hard work from the boys in blue there! + +You are the best! + +Just received from your flower store. They are sooooo beautiful. Thank you guys. + +Aweesome + +Holy cow was that a delicious meal. Hot, fresh, delicious. Loved every bit of +it. :) + +Wrong Information + +The address is for Noida Location not for Gurgaon Location. Please update this +listing in you database. + +Beautiful hotel! Great service- high class! Shuttle available to a private beach +area with food/drinks/towels. + +great! + +I go Disco dancing and Cheerleading. Its fab! so goand get +dancing!!!!!!!!!!!!!!!!!!!!!!!!! By samantha Fox + +Great School! + +Teachers good Diverse student body(African-American, Asian, ect.) equals kids +staying here! + +$9.62 excluding tip with water to drink for the buffet. Worst buffet period by +far. I want my money back! + +They did a vehicle wrap for my Toyota Venza that looks amazing. They also do +banners, billboards and lots more. + +This is the best Mediterranean Restaurant in the West Valley, I have friend who +drive from central Phx to come here. + +The best pizza ever im fat so ive had a ton of pizza other than pizza from +chicago its the best + +WONDERFUL service. I have used them once and will use them in the future. +Beautiful work, fast shipping and great communication. + +They are out of business. Nice people... I hear. Calls are now forwarded to +Malcolm Smith Motorsports down the road. + +professional + +Good job very professional. It made me feel good to see people work so hard to +take care of others belongings. + +Not a clothing store + +Be more careful when you write reviews- this is an accounting group, not +Hollister the clothing store. + +Favorite Restaurant Best yellow curry that I have ever tasted. Staff is super +friendly and very attentive. Price is also very reasonable. + +Great service + +A very well established service with a satisfying outcome. A well communicated +and will be hireing again for another projects...... Thanks + +I heard the libido band play live and they are out of site!! I will be calling +tropics for my companies next event! + +A good cut! Cécile is a hairdresser and has just moved into the neighbourhood. I +go to see her to have my hair cut. + +Clean rooms, great for the price and cheapest on the exit. The front desk staff +was very pleasant and efficient. Serves FREE breakfast ! + +Buyer Beware!! Rusted out and unsafe cars sold here! Have a real mechanic check +before you buy!!!! Save money and go somewhere else! + +Great place for embroidery. Service was friendly and VERY fast. I purchased four +gift items there and had them all embroidered within a week. + +They have good sushi for a good price. My favorite so far in Bellevue. Store is +on the small side and atmosphere is just average. + +It's now called Sushi Lover. Food is just okay..won't crave it, but wouldn't +mind coming back for a quick meal. + +Good food and very friendly staff. Very good with my 5 year old daughter. +Interesting good value wine list to. Beer a bit expensive. + +Brain Dead + +Not only are these people completely inefficient and ineffective, but they just +don't give a darn. This place is a complete embarrassment. + +My favorite place to eat. The Atmosphere is the best.. Italian music, candles, +helpful and friendly staff... And the food is beautiful too ! + +Excellent piano lessons + +I'm very happy with the piano lessons Mrs. Lynda Mcmanus taught me. Now I'm able +to play the piano pretty well. + +Excellent Pizza!! + +Its the only pizza place I recommend in Woodland Hills. Yum. My wife and kids +can't get enough. Highly recommended. + +Worst place flour tortillas are always hard the beef enchiladas are discussing +meat all over cooked was good many yrs ago but restaurant has gone down hill + +I'm really surprised by the negative reviews. We've had about 5 repairs done on +3 different laptops. They've always been timely and inexpensive. + +Awsome! Great food cheap + +Every thing here is good. Fish tacos are my fave simple and filling Highly +recommend Mi Pueblo. Gets busy so come early + +Good local bikeshop + +Good local bike shop . Jason and the boys can do about anything you need. The +shop is located just off the river road . + +Best Pizzas and Calzones in the City! + +What a hidden gem! The food is superb and they were delivered nice and hot! I +highly recommend this place! + +This place is clean and well run with great people. The food is fresh and taste +great. Great value and service. We will be back again and again !! + +Great Service and hairstyles that last. + +I am pleased with the service that i get at Luxe. The staff is very pleasant and +my hair is always fresh. + +Nice teachers good school + +They are very good teachers and nice people to meet here. I enjoyed very much to +study here. A good place to improve your English + +Great Neighborhood Hangout + +Great place to catch a band or catch up with friends. Ice cold beer and good +prices. Kitchen puts out good food and has daily specials. + +Poor Service + +After firing this company my next pool service found the filters had not been +cleaned as they should have been. I would recommend not using this company. + +Buyer beware + +Do not use these guys. They'll tell you one thing then $5,000 later do another. +Lied right to my face then denied it. Run away. + +Great service + +I had a dead battery last week and called this company since they were the +closest they had very quick service for a Monday morning, thanks again guys. + +I won a golf lesson certificate with Adz through a charity auction. The lesson +was donated by the teacher Adz. So i booked the lesson and loved it. Great +teacher. + +SERVERS + +When my server crashed, Greg worked from 7 PM until 4 AM and had my company up +and running the next morning. That's what I call customer service! + +It's fine for... + +It's fine for mass-market chocolate, but with companies like Scharffen Berger, +TCHO, and smaller artisan chocolate makers in the area, why? + +Rip Off! + +45p for tap water! Ridiculous! Don't think I've ever been charged before. Oh, +and salad cream, not mayonnaise, on the coleslaw. Avoid! + +Slice Pizza at former Britt's Location + +Britt's Pizza is long gone. Their location, the northwest corner of S. 10th & +Federal Sts., is now home to Slice Pizza. + +VERYYYY!!!! VERYYY!! Good auto repair men. Do the job honest and quickly as +possible. Would 100% recomend to others for a great service. Thank You Barrys +Auto Tech! + +A Great Help! + +Ashdown Horse Transport were fantastic! Very friendly and ALWAY contactable even +at weekends. I would hesitate to recommend anyone. Thanks again Nina. PS. Love +the new website! + +Miami's best tutoring service! + +My son was able to advance a full two grades within 9 months! A wonderful +tutoring service for students needing help with elementary - middle school work. + +Food - very good for a midnight meal that isn't fast food. Service - the workers +are usually pleasant. Atmosphere is always fun, the assortment of customers adds +entertainment to the meal + +awesome place!!! it was worth of the ride more than an hour...I had so many +strawberries right on the field...strongly recomend...dont forget to try their +great ice cream + +wrong location + +this is not where the Blue Water Bridge Duty Free is located. It is, +surprisingly, near the Blue Water Bridges, some miles to the west of this +location. + +such a great idea this was, so easy to load and pack, no ramp, no step up no +back aches. moving with a pod was the best moving experience i have had. + +Totally flavored + +The statement about "best hamburguers in town" can be even amplifiaed to "best +hamburguers in world" Totally worth, juicy, big, fresh, and excellent customer +service! + +Best Cigar lounge on the blouvard. Encino has been blessed by the opening of +this smoke shop most definately. If you mention the name Amir you will receive +%10 off at time of purchase + +Doctor Hank is Amazing + +Our family has been trusting Doctor Hank with our teeth for the last seven +years. I wouldn't go to anyone else. Everyone on staff is very professional and +friendly. + +Stayed in the Seaview room here in December 2009! WOW what stunning views. The +furnishing and finishes are great. I highly recommend Bay View if you are +looking for Accommodation in Camps Bay. + +Surprisingly, this little strip mall restaurant has the best sushi I've found in +the Tampa area. It's fresh and really tasty. I'll drive an hour just for their +volcano, yum! + +Fantastic Nova Scotia Cottage + +We had a fantastic time. Such a relaxing atmosphere and inspiring architecture. +Sand Hill park was a great beach... Nice warm water. Thank-You for sharing your +cottage! + +Great lunch specials. Delivery is lightning fast. Perfect since I'm on a budget. +But otherwise, it can feel pricey for what you get. Like the sushi, don't like +the pad thai. + +Holly - the owner, knows exactly how to make you feel beautiful in clothes. +Stylish and contemporary, no matter your size or personality type. She's an A+ +and so are her clothes! + +Very poor customer service.There are a couple decent people working there, but +the rest are VERY dishonest, as well as rude, I have yet to hear the truth come +out of their mouths. + +Give them a try! + +The pizzas are huge and super delicious. They're our favorite pizza place to +order from... and they're a local, family owned company! How much better does it +get?! + +I loved the atmosphere here and the food is good, however the tables are so +close together that it feels very cramped. We were made to feel very welcome. +Well worth a visit. http://cambridgefoodfrivolity.blogspot.com/ + +Great Service + +Dr Mcdonald is wonderful. She answers all questions asked and provides the best +service i have ever seen. I have a new born daughter and she helped me with a +lot. Good Job DR. + +Called to check if they had a product I've been using on my dog for years... the +boy who answered the phone couldn't possibly have been ruder to me. I will never +come here again. + +I am a new patient. I have visited Dr. Cooper's office twice and I am very +impressed with how friendly and polite the staff is. I found the office to be +very clean and professional-looking. + +Want a great burger? The smokehouse can't be beat anywhere. Salad bar is hit and +miss for freshness - sometimes the broccoli looks browned around the edges. +Never a bad smokehouse burger though! I crave those. + +Natasha is the BEST photographer we have ever worked with. She has a great way +with children and is able to capture their personality as well as many +spontaneous images. You will not be disappointed with her work!! + +Ray's pizza : my favorite + +Ray's Pizza is just too good. I wish I could have a slice for every single meal. +Luckily I live very close, so I can abuse it during week-ends... + +Caldwell insurance has been doing our insurance for a couple years now and they +have been extremely thorough. We've only had one urgent issue to deal with and +they were very prompt in their response. Highly recommend! + +Lovely Cottage This cottage is a charming homely, friendly, place to stay. Mary +is an excellent host who does yummy breakfasts. My room was delightful and the +attention to detail was amazing. Will come again! Sophie. + +Cheap Hotel Rome - Thanks for all your help! + +Cheap Hotel Rome - thanks for finding us a hotel at the last minute. We had a +great stay, your service was excellent and we will use you again! + +The best photographer in Miami + +I was soooo lucky to have used Marlon's photography services....such a creative +and talented photographer and a pleasure to work with. The images turned out +amazing. I definitely recommend him :) + +Great Meal + +Happened on to this place while out of town on business, and it was great! The +food was excellent and the service was terrific. It is a cloth napkin kind of +place, but I thought well worth it. + +Friendly Efficient and overall great place for people in chronic intractable +pain + +Great place for people in chronic pain. Staff is very friendly they treat you +like a human being and not just another patient. Very efficient at treating +chronic pain! + +The best company in Phuket for creating website and e-commerce website. From +first meeting with them to launch of my website, everything went smooth and on +schedule. Highly recommended for who wants to have website. Great with SEO as +well. + +Great Place To Use The Fix appliances Plumbing Air Conditioning & Electric +Problems. We have used them for plumbing & A/C and they are affordable and get +the work done right. Great place 5 stars for sure. Thanks From Bill + +I used Birdies for our Annual Walk Against Drugs and Alcohol event. They were +very professional, neat and clean. They came through on all of their promises +and we had a very successful day. I will be using Bridies again. + +ONe of a few. Hancocks is one of four fabric stores in Fort Smith. We have Hobby +Lobby, Just for Fun Fabrics, Walmart, and Interior Mall just inside Barling. +They do have a good selection of fabric and notions. + +It was ok, nice management, they let us check in early, but the place was old. +It was clean, but just a little dumpy. Lots of room for big rig parking. Hard to +get into though because of road construction. + +I'll admit I wasn't expecting much from this place, but they really did do a +good job. The chicken cordon-blu was tasty and came in a huge portion size for +the money. Service was a touch slow, but friendly. + +find another place + +Run down. Dark, dark main room. No way to read/relax. 'Electric' blanket on one +bed did not heat. Quite cold. Removing 90% of 'sit-abouts' in main room would +look cleaner. + +recommended + +Excellent location. Good sports bar. Hyatt web site improved. Accurate +check-out. Rooms clean. Lifts quick, clean, accurate, and correctly sized. +Choose this hotel over the Hilton (which is on the next block). + +Summary: Not cheep, but very fast, and super friendly service. Quality of work +is sufficient but not outstanding. Like all oil place changes, ask/recommend the +100 other services they have. Will be a repeat customer with discount coupons. + +criminal defense lawyer + +Mr. Villega is an exceptional California criminal defense lawyer. He cross +examined witnesses relentlessly and had them break down and tell the truth. If +you want an attorney who will defend your right, contact Law Offices of Armando +Villega + +Checked in real late, but staff was very kind and helpful. Rooms very clean and +smelled very fresh. I would recommend this hotel to anyone. I loved my stay here +and if ever back in the area, I will be staying here again. + +Thanks for following me around the store + +Enough said. I don't steal, I wasn't acting suspiciously. I was ready to buy a +new jacket, a new sweater and a couple of your overpriced belts and I walked out +because of your obvious lurking + +Best meat pies in Canada + +If you are looking for authentic British meat pies, then look know further. I +especially like the Chicken Curry pie. Good Food. The owner/baker, "Pie Guy" is +a hoot to deal with as well. Mo + +Fantastic fresh food! + +What a neat gem of a restaurant in a corner one wouldn't expect it. Cozy, warm +atmosphere, great service. Most importantly, the food was outstanding. It +clearly had been prepared from fresh ingredients. We'll be back often. + +Thanks For A Great Job + +Thanks For The Prompt Service And Great Job You And Your Boys Have Done On Our +New Solar System, The Panels On The Roof Look Great And The Power We Are Putting +Back In To The Grid Is Great, Great Job Thanks + +impressive truly impressive + +The First time I walked in there with my teacup chihuahua puppy I knew I'd be +here a lot. Pets Discount has lovely employees, a wonderful grooming service, +and everything I need to keep my dog in tip top condition! + +Excellent service! + +I am so glad that we now have a good nail shop on San Mateo Avenue! No more +having to drive to San Francisco for a great mani pedi. Both Tina and Vicky are +excellent. I will definitely refer my friends and family:) + +great! :P you get a really good view of the city and there is also attractions +like simulator, short movies. Try the 360 restraunt u spin in the cn tower with +a beautiful view the sky pod elevator is about an hour line up in the summer + +GREAT Store GREAT Service! + +“This store is great!! I love walking in and not being hassled. I was there when +they did a free raffle in August and I won a hard drive! The reason I go back is +because the employees are sooooo nice.” + +Horrible customer service. I came in to get a nice gift for my wife. The one guy +who was there, I'm guessing was the owner, was probably the least helpful person +I've ever met. But thankfully there are other flowers shops around Norman. + +Pure Beauty + +What a joy to stroll off historic Canyon Road in Santa Fe into a gallery with a +gorgeous diversity of art. Destiny Allison's metal sculptures were my +favorite.The owner Karla is welcoming and fun. Give yourself the gift of +visiting Winterowd Fine Art! + +Great Place! + +This is one of my favorite places to eat for lunch. They offer a good portions +at a great price, it's enough food to fill you up, but you don't ever feel like +you ate too much. Plus, it's super healthy! + +Barb does an AMAZING JOB, she is always learning new things on how to use her +hands and body, to give every person an AWESOME MASSAGE, CALL TODAY AND SCHEDULE +YOU MUST SEE HER, YOU WILL FALL IN LOVE SHE IS THE BEST OF THE BEST ! + +If you want cheaply made glass from India and China, this is not your place. +These people only carry the very best American blown glass. Their selection is +top notch and the staff is very knowledgable. Go to the Looking Glass for all +your smoking needs!!!!!!!!!! + +Chuck and Gretchen were very positive, and when Alan's refused to work on my +bike, Chuck came right out and saw the problem and did what Alan's mechanic +wouldn't do. He worked on it right on the back of my car. I am extremely pleased + +Quick and Cheap + +Walked in and was outta there in 10 mins with a really good deal i thought i was +going to be paying alot because i had a DUI but with my DUI and Sr-22 they were +able to get me the best deal out there. + +Is not a service office + +This is a delivery office only and does not take walk ins but they do have a +blue box out front. Glad I called before I arrived with my box to ship. Thought +adding a comment would save someone the hassle with a useless trip there. + +the food is mediocre at best. the waitress took my name and then called me that +all night. not sure how I feel about that one. it's passable as a pub, but the +pizza is not that great. if you want good pizza, go to famoso. seriously. + +Anyone else find it a little suspicious that there are not only 20 reviews for +this dentist (a HUGE number compared to the others in the area), but that they +all have the same unique grammar structure? And they seem to be posted at fairly +regular intervals? + +Best YET! + +We go to Japaneiro's all the time and we have NEVER been disappointed! Wait +staff is always ready to help if you can't decide (which happens every time for +me d/t the huge menu of rolls) and always courteous! Soooo tasty! + +Good honest wrok + +Harlan provides great service. He is very knowledgeable and took the time to +explain the repairs to me. The work on my car was done quickly and I felt I +could trust his work. I have nothing but fantastic things to say. I highly +recommend his shop. + +Best in Memphis + +This shop is by far the best I have been to. I have a Saab...which everything is +expensive on and they have been extrememly fair and price alot lower than any +other shop I called. They are the only place I would take my car peiod. + +Took a laptop in for a video cable to be replaced. Everything except the display +worked fine before I took it in. The video cable was replaced and suddenly the +motherboard was dead. Phone calls weren't returned when promised and the botched +repair took a week longer than promised. + +We have stayed at Tanglewood for many years now. We go over about 5 times a +year. We have never had a problem with the cabins. They are always so helpful. +The cabins have always been clean. Helen is a wonderful place to take you +family. We recommend these cabins! + +Can't say enough + +I used to tan down the street before I was referred to this place by one of my +friends. WOW! I didn't know what I was missing. The lowest bed here is better +than my last salons highest level. Salon is clean and girls are nice. + +Great People and even better service! Best to deal with! + +In a few words ... I'm pleasantly surprised that you can still find "old school" +service out there where company care more about good name and customers than +their pockets... Highly recommended people / business. Thanks Josh! + +Dentist you can trust + +If possible I try the services on myself before I bring in my son. Drs. Ali work +wonders.Neither me nor my son haven't had a single cavity since we started +dental care there. The team focus is prevention and education. That alone makes +them unique. + +This is not your usual cheap hotdog place. They offer a large variety of quality +hotdogs and hamburgers They also offer veggie dogs. The fries are of good +quality, the staff is friendly. The atmosphere is your typical indie outfit with +old movie posters and memorabilia from the 70's and 80's. + +Over charged. + +I used my card to purchase a meal on the menu and the total on my receipt was +$8.95 but when I went on line to check my transaction it show $10.74. There is +something wrong or maybe the individual made a mistake but to me that is not +integrity. + +Elmira, your the best! + +All I can say is that Elmira you are the best Ive experienced, never before has +the seamstress done a perfect job until i met you. I recommend you to everyone +in Calgary, as she is a professional and the cost for her was low. + +5 star detail job + +I took my Mustang here and it looked amazing after they were done, they did a +great job, I'm very satisfied with the results. The paint and wheels looked like +glass and the interior looked new! Also, they have great customer service and a +very knowledgeable staff diff --git a/con/dat/dep/UD_English-EWT/en_ewt-ud-test.conllu b/con/dat/dep/UD_English-EWT/en_ewt-ud-test.conllu index 4db213e..7a58dfc 100644 --- a/con/dat/dep/UD_English-EWT/en_ewt-ud-test.conllu +++ b/con/dat/dep/UD_English-EWT/en_ewt-ud-test.conllu @@ -5,7 +5,7 @@ 1 What what PRON WP PronType=Int 0 root 0:root _ 2 if if SCONJ IN _ 4 mark 4:mark _ 3 Google Google PROPN NNP Number=Sing 4 nsubj 4:nsubj _ -4 Morphed morph VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 advcl 1:advcl:if _ +4 Morphed morph VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 advcl 1:advcl:if _ 5 Into into ADP IN _ 6 case 6:case _ 6 GoogleOS GoogleOS PROPN NNP Number=Sing 4 obl 4:obl:into SpaceAfter=No 7 ? ? PUNCT . _ 4 punct 4:punct _ @@ -15,22 +15,22 @@ 1 What what PRON WP PronType=Int 0 root 0:root _ 2 if if SCONJ IN _ 4 mark 4:mark _ 3 Google Google PROPN NNP Number=Sing 4 nsubj 4:nsubj _ -4 expanded expand VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 advcl 1:advcl:if _ +4 expanded expand VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 advcl 1:advcl:if _ 5 on on ADP IN _ 15 case 15:case _ -6 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +6 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 7 search search NOUN NN Number=Sing 9 compound 9:compound SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 engine engine NOUN NN Number=Sing 15 compound 15:compound _ -10 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No +10 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No 11 and and CCONJ CC _ 13 cc 13:cc _ 12 now now ADV RB _ 13 advmod 13:advmod _ 13 e-mail e-mail NOUN NN Number=Sing 9 conj 9:conj:and|15:compound SpaceAfter=No -14 ) ) PUNCT -RRB- _ 15 punct 15:punct _ +14 ) ) PUNCT -RRB- _ 13 punct 13:punct _ 15 wares wares NOUN NNS Number=Plur 4 obl 4:obl:on _ 16 into into ADP IN _ 22 case 22:case _ 17 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 18 full full ADV RB _ 20 advmod 20:advmod SpaceAfter=No -19 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No +19 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No 20 fledged fledged ADJ JJ Degree=Pos 22 amod 22:amod _ 21 operating operating NOUN NN Number=Sing 22 compound 22:compound _ 22 system system NOUN NN Number=Sing 4 obl 4:obl:into SpaceAfter=No @@ -54,13 +54,13 @@ # text = (And, by the way, is anybody else just a little nostalgic for the days when that was a good thing?) 1 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No 2 And and CCONJ CC _ 14 cc 14:cc SpaceAfter=No -3 , , PUNCT , _ 14 punct 14:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 by by ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 way way NOUN NN Number=Sing 14 obl 14:obl:by SpaceAfter=No -7 , , PUNCT , _ 14 punct 14:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ -9 anybody anybody PRON NN Number=Sing 14 nsubj 14:nsubj _ +9 anybody anybody PRON NN Number=Sing|PronType=Ind 14 nsubj 14:nsubj _ 10 else else ADJ JJ Degree=Pos 9 amod 9:amod _ 11 just just ADV RB _ 13 advmod 13:advmod _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ @@ -68,9 +68,9 @@ 14 nostalgic nostalgic NOUN NN Number=Sing 0 root 0:root _ 15 for for ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -17 days day NOUN NNS Number=Plur 14 nmod 14:nmod:for|23:nsubj _ -18 when when ADV WRB PronType=Rel 23 advmod 23:advmod _ -19 that that PRON DT Number=Sing|PronType=Dem 23 nsubj 17:ref _ +17 days day NOUN NNS Number=Plur 14 nmod 14:nmod:for|23:obl:npmod _ +18 when when ADV WRB PronType=Rel 23 advmod 17:ref _ +19 that that PRON DT Number=Sing|PronType=Dem 23 nsubj 23:nsubj _ 20 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 23 cop 23:cop _ 21 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 22 good good ADJ JJ Degree=Pos 23 amod 23:amod _ @@ -92,24 +92,24 @@ 9 toward toward ADP IN _ 10 case 10:case _ 10 ubiquity ubiquity NOUN NN Number=Sing 8 nmod 8:nmod:toward _ 11 might might AUX MD VerbForm=Fin 12 aux 12:aux _ -12 backfire backfire VERB VB VerbForm=Inf 4 ccomp 4:ccomp|18:obj _ -13 -- -- PUNCT , _ 12 punct 12:punct _ +12 backfire backfire VERB VB VerbForm=Inf 4 ccomp 4:ccomp|18:ccomp _ +13 -- -- PUNCT , _ 18 punct 18:punct _ 14 which which PRON WDT PronType=Rel 18 obj 12:ref _ 15-16 we've _ _ _ _ _ _ _ _ 15 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -16 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ +16 've have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 17 all all ADV RB _ 18 advmod 18:advmod _ -18 heard hear VERB VBN Tense=Past|VerbForm=Part 12 acl:relcl 12:acl:relcl _ +18 heard hear VERB VBN Tense=Past|VerbForm=Part 12 advcl:relcl 12:advcl:relcl _ 19 before before ADV RB _ 18 advmod 18:advmod SpaceAfter=No 20 , , PUNCT , _ 27 punct 27:punct _ 21 but but CCONJ CC _ 27 cc 27:cc _ 22-23 it's _ _ _ _ _ _ _ _ 22 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 27 nsubj:pass 27:nsubj:pass _ -23 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ +23 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 27 aux:pass 27:aux:pass _ 24 particularly particularly ADV RB _ 27 advmod 27:advmod _ 25 well well ADV RB Degree=Pos 27 advmod 27:advmod SpaceAfter=No -26 - - PUNCT HYPH _ 27 punct 27:punct SpaceAfter=No -27 put put VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:but _ +26 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No +27 put put VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 conj 4:conj:but _ 28 in in ADP IN _ 30 case 30:case _ 29 this this DET DT Number=Sing|PronType=Dem 30 det 30:det _ 30 post post NOUN NN Number=Sing 27 obl 27:obl:in SpaceAfter=No @@ -128,22 +128,22 @@ # sent_id = weblog-blogspot.com_marketview_20050511222700_ENG_20050511_222700-0004 # text = Does anybody use it for anything else? 1 Does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ -2 anybody anybody PRON NN Number=Sing 3 nsubj 3:nsubj _ +2 anybody anybody PRON NN Number=Sing|PronType=Ind 3 nsubj 3:nsubj _ 3 use use VERB VB VerbForm=Inf 0 root 0:root _ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 for for ADP IN _ 6 case 6:case _ -6 anything anything PRON NN Number=Sing 3 obl 3:obl:for _ +6 anything anything PRON NN Number=Sing|PronType=Ind 3 obl 3:obl:for _ 7 else else ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No 8 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_marketview_20050511222700_ENG_20050511_222700-0005 # text = They own blogger, of course. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 own own VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 own own VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 blogger blogger PROPN NNP Number=Sing 2 obj 2:obj SpaceAfter=No -4 , , PUNCT , _ 2 punct 2:punct _ -5 of of ADV RB _ 2 advmod 2:advmod _ -6 course course ADV RB _ 5 fixed 5:fixed SpaceAfter=No +4 , , PUNCT , _ 5 punct 5:punct _ +5 of of ADP IN ExtPos=ADV 2 advmod 2:advmod _ +6 course course NOUN NN Number=Sing 5 fixed 5:fixed SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_marketview_20050511222700_ENG_20050511_222700-0006 @@ -160,7 +160,7 @@ # text = I'm staying away from the stock. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 staying stay VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 away away ADV RB _ 3 advmod 3:advmod _ 5 from from ADP IN _ 7 case 7:case _ @@ -173,16 +173,16 @@ # newpar id = weblog-blogspot.com_floppingaces_20041126180010_ENG_20041126_180010-p0001 # text = I doubt the very few who actually read my blog have not come across this yet, but I figured I would put it out there anyways. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 doubt doubt VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 doubt doubt VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 very very ADV RB _ 5 advmod 5:advmod _ 5 few few ADJ JJ Degree=Pos 13 nsubj 8:nsubj|13:nsubj _ 6 who who PRON WP PronType=Rel 8 nsubj 5:ref _ 7 actually actually ADV RB _ 8 advmod 8:advmod _ -8 read read VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 read read VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 blog blog NOUN NN Number=Sing 8 obj 8:obj _ -11 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +11 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 not not PART RB _ 13 advmod 13:advmod _ 13 come come VERB VBN Tense=Past|VerbForm=Part 2 ccomp 2:ccomp _ 14 across across ADP IN _ 15 case 15:case _ @@ -191,7 +191,7 @@ 17 , , PUNCT , _ 20 punct 20:punct _ 18 but but CCONJ CC _ 20 cc 20:cc _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 figured figure VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:but _ +20 figured figure VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:but _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ 22 would would AUX MD VerbForm=Fin 23 aux 23:aux _ 23 put put VERB VB VerbForm=Inf 20 ccomp 20:ccomp _ @@ -214,16 +214,16 @@ 9 excellent excellent ADJ JJ Degree=Pos 11 amod 11:amod _ 10 slide slide NOUN NN Number=Sing 11 compound 11:compound _ 11 show show NOUN NN Number=Sing 6 obj 6:obj _ -12 on on SCONJ IN _ 13 case 13:case _ -13 what what PRON WP PronType=Int 11 nmod 11:nmod:on _ +12 on on SCONJ IN _ 16 mark 16:mark _ +13 what what PRON WP PronType=Int 16 nsubj:pass 16:nsubj:pass|18:nsubj:pass _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 aux:pass 16:aux:pass _ 15 actually actually ADV RB _ 16 advmod 16:advmod _ -16 found find VERB VBN Tense=Past|VerbForm=Part 13 acl:relcl 13:acl:relcl _ +16 found find VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl 11:acl:on _ 17 and and CCONJ CC _ 18 cc 18:cc _ -18 fought fight VERB VBN Tense=Past|VerbForm=Part 16 conj 13:acl:relcl|16:conj:and _ +18 fought fight VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 conj 11:acl|16:conj:and _ 19 for for ADP IN _ 18 obl 18:obl _ 20 in in ADP IN _ 21 case 21:case _ -21 Fallujah Fallujah PROPN NNP Number=Sing 16 obl 16:obl:in SpaceAfter=No +21 Fallujah Fallujah PROPN NNP Number=Sing 16 obl 16:obl:in|18:obl:in SpaceAfter=No 22 . . PUNCT . _ 6 punct 6:punct _ # sent_id = weblog-blogspot.com_floppingaces_20041126180010_ENG_20041126_180010-0003 @@ -240,7 +240,7 @@ # text = He makes some good observations on a few of the pic's. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ 2 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 some some DET DT _ 5 det 5:det _ +3 some some DET DT PronType=Ind 5 det 5:det _ 4 good good ADJ JJ Degree=Pos 5 amod 5:amod _ 5 observations observation NOUN NNS Number=Plur 2 obj 2:obj _ 6 on on ADP IN _ 8 case 8:case _ @@ -248,12 +248,12 @@ 8 few few ADJ JJ Degree=Pos 5 nmod 5:nmod:on _ 9 of of ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -11 pic's pic' NOUN NNS Number=Plur 8 obl 8:obl:of SpaceAfter=No +11 pic's pic NOUN NNS Number=Plur 8 nmod 8:nmod:of SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_floppingaces_20041126180010_ENG_20041126_180010-0005 # text = One of the pictures shows a flag that was found in Fallujah. -1 One one NUM CD NumType=Card 5 nsubj 5:nsubj _ +1 One one NUM CD NumForm=Word|NumType=Card 5 nsubj 5:nsubj _ 2 of of ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 pictures picture NOUN NNS Number=Plur 1 nmod 1:nmod:of _ @@ -272,15 +272,15 @@ 1 On on ADP IN _ 5 case 5:case _ 2 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 3 next next ADJ JJ Degree=Pos 5 amod 5:amod _ -4 two two NUM CD NumType=Card 5 nummod 5:nummod _ +4 two two NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 5 pictures picture NOUN NNS Number=Plur 7 obl 7:obl:on _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 screenshots screenshot NOUN NNS Number=Plur 7 obj 7:obj _ 9 of of ADP IN _ 12 case 12:case _ -10 two two NUM CD NumType=Card 12 nummod 12:nummod _ +10 two two NUM CD NumForm=Word|NumType=Card 12 nummod 12:nummod _ 11 beheading beheading NOUN NN Number=Sing 12 compound 12:compound _ -12 video's video' NOUN NNS Number=Plur 8 nmod 8:nmod:of SpaceAfter=No +12 video's video NOUN NNS Number=Plur|Typo=Yes 8 nmod 8:nmod:of CorrectForm=videos|SpaceAfter=No 13 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-blogspot.com_floppingaces_20041126180010_ENG_20041126_180010-0007 @@ -298,15 +298,15 @@ # newpar id = weblog-blogspot.com_floppingaces_20041126180010_ENG_20041126_180010-p0003 # text = You have to see these slides....they are amazing. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 see see VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 these this DET DT Number=Plur|PronType=Dem 6 det 6:det _ 6 slides slide NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No -7 .... .... PUNCT , _ 2 punct 2:punct SpaceAfter=No +7 .... .... PUNCT , _ 10 punct 10:punct SpaceAfter=No 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ -10 amazing amazing ADJ JJ Degree=Pos 2 ccomp 2:ccomp SpaceAfter=No +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +10 amazing amazing ADJ JJ Degree=Pos 2 parataxis 2:parataxis SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_floppingaces_20041126180010_ENG_20041126_180010-0009 @@ -314,20 +314,20 @@ 1 This this DET DT Number=Sing|PronType=Dem 3 det 3:det _ 2 Fallujah Fallujah PROPN NNP Number=Sing 3 compound 3:compound _ 3 operation operation NOUN NN Number=Sing 5 nsubj 5:nsubj|12:nsubj:xsubj _ -4 my may AUX MD Typo=Yes|VerbForm=Fin 5 aux 5:aux _ +4 my may AUX MD Typo=Yes|VerbForm=Fin 5 aux 5:aux CorrectForm=may 5 turn turn VERB VB VerbForm=Inf 0 root 0:root _ 6 out out ADP RP _ 5 compound:prt 5:compound:prt _ 7 to to PART TO _ 12 mark 12:mark _ 8 be be AUX VB VerbForm=Inf 12 cop 12:cop _ 9 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -10 most most ADV RBS _ 11 advmod 11:advmod _ +10 most most ADV RBS Degree=Sup 11 advmod 11:advmod _ 11 important important ADJ JJ Degree=Pos 12 amod 12:amod _ 12 operation operation NOUN NN Number=Sing 5 xcomp 5:xcomp _ -13 done do VERB VBN Tense=Past|VerbForm=Part 12 advcl 12:advcl _ +13 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 advcl 12:advcl _ 14 by by ADP IN _ 17 case 17:case _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 US US PROPN NNP Number=Sing 17 compound 17:compound _ -17 Military military NOUN NN Number=Sing 13 obl 13:obl:by _ +17 Military military NOUN NN Number=Sing 13 obl:agent 13:obl:agent _ 18 since since ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 end end NOUN NN Number=Sing 13 obl 13:obl:since _ @@ -353,20 +353,20 @@ 10 's 's PART POS _ 9 case 9:case _ 11 new new ADJ JJ Degree=Pos 12 amod 12:amod _ 12 toolbar toolbar NOUN NN Number=Sing 7 nmod 7:nmod:over|23:nsubj|35:nsubj _ -13 , , PUNCT , _ 12 punct 12:punct _ +13 , , PUNCT , _ 23 punct 23:punct _ 14 which which PRON WDT PronType=Rel 23 nsubj 12:ref SpaceAfter=No -15 , , PUNCT , _ 23 punct 23:punct _ +15 , , PUNCT , _ 14 punct 14:punct _ 16 as as SCONJ IN _ 17 mark 17:mark _ -17 noted note VERB VBN Tense=Past|VerbForm=Part 23 advcl 23:advcl:as _ +17 noted note VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 advcl 23:advcl:as _ 18 in in ADP IN _ 21 case 21:case _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -20 linked link VERB VBN Tense=Past|VerbForm=Part 21 amod 21:amod _ +20 linked link VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 amod 21:amod _ 21 article article NOUN NN Number=Sing 17 obl 17:obl:in SpaceAfter=No -22 , , PUNCT , _ 23 punct 23:punct _ +22 , , PUNCT , _ 17 punct 17:punct _ 23 commits commit VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ 24 just just ADV RB _ 25 advmod 25:advmod _ 25 about about ADV RB _ 27 advmod 27:advmod _ -26 every every DET DT _ 27 det 27:det _ +26 every every DET DT PronType=Tot 27 det 27:det _ 27 sin sin NOUN NN Number=Sing 23 obj 23:obj _ 28 an a DET DT Definite=Ind|PronType=Art 30 det 30:det _ 29 online online ADJ JJ Degree=Pos 30 amod 30:amod _ @@ -388,15 +388,15 @@ # text = I'm not fond of the Google-hates-privacy argument 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 fond fond ADJ JJ Degree=Pos 0 root 0:root _ 5 of of ADP IN _ 12 case 12:case _ 6 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 7 Google Google PROPN NNP Number=Sing 9 nsubj 9:nsubj SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 hates hate VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 compound 12:compound SpaceAfter=No -10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 11 privacy privacy NOUN NN Number=Sing 9 obj 9:obj _ 12 argument argument NOUN NN Number=Sing 4 obl 4:obl:of _ @@ -405,34 +405,34 @@ 1 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No 2 You you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ 3-4 don't _ _ _ _ _ _ _ _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 need need VERB VB VerbForm=Inf 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 use use VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ -8 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 site site NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No 10 , , PUNCT , _ 13 punct 13:punct _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ 12 can can AUX MD VerbForm=Fin 13 aux 13:aux _ 13 opt opt VERB VB VerbForm=Inf 5 conj 5:conj:and SpaceAfter=No -14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No 15 out out ADP RP _ 13 compound:prt 13:compound:prt _ 16 of of SCONJ IN _ 17 mark 17:mark _ 17 sharing share VERB VBG VerbForm=Ger 13 advcl 13:advcl:of _ -18 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 information information NOUN NN Number=Sing 17 obj 17:obj SpaceAfter=No 20 , , PUNCT , _ 24 punct 24:punct _ 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 24 nsubj 24:nsubj|26:nsubj:xsubj _ 22-23 don't _ _ _ _ _ _ _ _ -22 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ +22 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ 23 n't not PART RB _ 24 advmod 24:advmod _ 24 need need VERB VB VerbForm=Inf 5 conj 5:conj:and _ 25 to to PART TO _ 26 mark 26:mark _ 26 send send VERB VB VerbForm=Inf 24 xcomp 24:xcomp _ 27 stuff stuff NOUN NN Number=Sing 26 obj 26:obj _ 28 to to ADP IN _ 29 case 29:case _ -29 anyone anyone PRON NN Number=Sing 26 obl 26:obl:to _ +29 anyone anyone PRON NN Number=Sing|PronType=Ind 26 obl 26:obl:to _ 30 with with ADP IN _ 33 case 33:case _ 31 a a DET DT Definite=Ind|PronType=Art 33 det 33:det _ 32 Gmail Gmail PROPN NNP Number=Sing 33 compound 33:compound _ @@ -440,29 +440,29 @@ 34 , , PUNCT , _ 70 punct 70:punct _ 35 and and CCONJ CC _ 70 cc 70:cc _ 36 if if SCONJ IN _ 44 mark 44:mark _ -37 -- -- PUNCT , _ 44 punct 44:punct _ +37 -- -- PUNCT , _ 36 punct 36:punct _ 38 wonder wonder NOUN NN Number=Sing 44 parataxis 44:parataxis _ 39 of of ADP IN _ 40 case 40:case _ 40 wonders wonder NOUN NNS Number=Plur 38 nmod 38:nmod:of _ -41 -- -- PUNCT , _ 44 punct 44:punct _ +41 -- -- PUNCT , _ 38 punct 38:punct _ 42-43 you're _ _ _ _ _ _ _ _ 42 you you PRON PRP Case=Nom|Person=2|PronType=Prs 44 nsubj 44:nsubj _ -43 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 44 cop 44:cop _ +43 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 44 cop 44:cop _ 44 worried worried ADJ JJ Degree=Pos 70 advcl 70:advcl:if _ 45 that that SCONJ IN _ 48 mark 48:mark _ 46 you you PRON PRP Case=Nom|Person=2|PronType=Prs 48 nsubj 48:nsubj _ 47 might might AUX MD VerbForm=Fin 48 aux 48:aux _ 48 send send VERB VB VerbForm=Inf 44 ccomp 44:ccomp _ -49 something something PRON NN Number=Sing 48 obj 48:obj _ +49 something something PRON NN Number=Sing|PronType=Ind 48 obj 48:obj _ 50 to to ADP IN _ 51 case 51:case _ -51 someone someone PRON NN Number=Sing 48 obl 48:obl:to|54:nsubj _ +51 someone someone PRON NN Number=Sing|PronType=Ind 48 obl 48:obl:to|54:nsubj _ 52 who who PRON WP PronType=Rel 54 nsubj 51:ref _ 53 would would AUX MD VerbForm=Fin 54 aux 54:aux _ 54 forward forward VERB VB VerbForm=Inf 51 acl:relcl 51:acl:relcl _ 55 an a DET DT Definite=Ind|PronType=Art 56 det 56:det _ 56 excerpt excerpt NOUN NN Number=Sing 54 obj 54:obj _ 57 to to ADP IN _ 58 case 58:case _ -58 someone someone PRON NN Number=Sing 54 obl 54:obl:to|62:nsubj _ +58 someone someone PRON NN Number=Sing|PronType=Ind 54 obl 54:obl:to|62:nsubj _ 59 who who PRON WP PronType=Rel 62 nsubj 58:ref _ 60 would would AUX MD VerbForm=Fin 62 aux 62:aux _ 61 then then ADV RB PronType=Dem 62 advmod 62:advmod _ @@ -472,17 +472,17 @@ 65 a a DET DT Definite=Ind|PronType=Art 67 det 67:det _ 66 Gmail Gmail PROPN NNP Number=Sing 67 compound 67:compound _ 67 account account NOUN NN Number=Sing 62 obl 62:obl:on SpaceAfter=No -68 ... ... PUNCT , _ 70 punct 70:punct _ +68 ... ... PUNCT , _ 44 punct 44:punct _ 69 you you PRON PRP Case=Nom|Person=2|PronType=Prs 70 nsubj 70:nsubj _ -70 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +70 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 71 far far ADV RB Degree=Pos 75 advmod 75:advmod SpaceAfter=No -72 , , PUNCT , _ 75 punct 75:punct _ +72 , , PUNCT , _ 71 punct 71:punct _ 73 far far ADV RB Degree=Pos 75 advmod 75:advmod _ 74 too too ADV RB _ 75 advmod 75:advmod _ 75 much much ADJ JJ Degree=Pos 76 amod 76:amod _ 76 time time NOUN NN Number=Sing 70 obj 70:obj _ 77 on on ADP IN _ 79 case 79:case _ -78 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 79 nmod:poss 79:nmod:poss _ +78 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 79 nmod:poss 79:nmod:poss _ 79 hands hand NOUN NNS Number=Plur 70 obl 70:obl:on SpaceAfter=No 80 ) ) PUNCT -RRB- _ 5 punct 5:punct SpaceAfter=No 81 . . PUNCT . _ 5 punct 5:punct _ @@ -490,7 +490,7 @@ # sent_id = weblog-blogspot.com_marketview_20050224181500_ENG_20050224_181500-0004 # text = However, this toolbar is really bad news. 1 However however ADV RB _ 8 advmod 8:advmod SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 toolbar toolbar NOUN NN Number=Sing 8 nsubj 8:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ @@ -505,7 +505,7 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 other other ADJ JJ Degree=Pos 4 amod 4:amod _ 4 hand hand NOUN NN Number=Sing 7 obl 7:obl:on SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ 7 looks look VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 pretty pretty ADV RB _ 9 advmod 9:advmod _ @@ -532,24 +532,24 @@ # sent_id = weblog-blogspot.com_grandpasgripes_20060413051000_ENG_20060413_051000-0002 # text = The United States doesn't believe the Iranian Government. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 United United PROPN NNP Number=Sing 3 compound 3:compound _ -3 States States PROPN NNP Number=Sing 6 nsubj 6:nsubj _ +2 United United ADJ NNP Degree=Pos 3 amod 3:amod _ +3 States State PROPN NNPS Number=Plur 6 nsubj 6:nsubj _ 4-5 doesn't _ _ _ _ _ _ _ _ 4 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 n't not PART RB _ 6 advmod 6:advmod _ 6 believe believe VERB VB VerbForm=Inf 0 root 0:root _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 Iranian iranian ADJ JJ Degree=Pos 9 amod 9:amod _ -9 Government government NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No +8 Iranian Iranian ADJ JJ Degree=Pos 9 amod 9:amod _ +9 Government government NOUN NN Number=Sing 6 iobj 6:iobj SpaceAfter=No 10 . . PUNCT . _ 6 punct 6:punct _ # sent_id = weblog-blogspot.com_grandpasgripes_20060413051000_ENG_20060413_051000-0003 # text = One can suspect the Iranian Government. -1 One one PRON PRP _ 3 nsubj 3:nsubj _ +1 One one PRON PRP Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 can can AUX MD VerbForm=Fin 3 aux 3:aux _ 3 suspect suspect VERB VB VerbForm=Inf 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 Iranian iranian ADJ JJ Degree=Pos 6 amod 6:amod _ +5 Iranian Iranian ADJ JJ Degree=Pos 6 amod 6:amod _ 6 Government government NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 7 . . PUNCT . _ 3 punct 3:punct _ @@ -558,14 +558,14 @@ 1 But but CCONJ CC _ 3 cc 3:cc _ 2 there there PRON EX _ 3 expl 3:expl _ 3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 no no DET DT _ 5 det 5:det _ +4 no no DET DT PronType=Neg 5 det 5:det _ 5 proof proof NOUN NN Number=Sing 3 nsubj 3:nsubj _ 6 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_grandpasgripes_20060413051000_ENG_20060413_051000-0005 # text = I read an Article in Time magazine accusing the Iranian Government of being willing to start a nuclear war and I sympathise with the Article. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 read read VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 read read VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 an a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 Article article NOUN NN Number=Sing 2 obj 2:obj _ 5 in in ADP IN _ 7 case 7:case _ @@ -573,7 +573,7 @@ 7 magazine magazine PROPN NNP Number=Sing 4 nmod 4:nmod:in _ 8 accusing accuse VERB VBG VerbForm=Ger 4 acl 4:acl _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 Iranian iranian ADJ JJ Degree=Pos 11 amod 11:amod _ +10 Iranian Iranian ADJ JJ Degree=Pos 11 amod 11:amod _ 11 Government government NOUN NN Number=Sing 8 obj 8:obj _ 12 of of SCONJ IN _ 14 mark 14:mark _ 13 being be AUX VBG VerbForm=Ger 14 cop 14:cop _ @@ -585,7 +585,7 @@ 19 war war NOUN NN Number=Sing 16 obj 16:obj _ 20 and and CCONJ CC _ 22 cc 22:cc _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -22 sympathise sympathise VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +22 sympathise sympathise VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 23 with with ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 Article article NOUN NN Number=Sing 22 obl 22:obl:with SpaceAfter=No @@ -594,14 +594,14 @@ # sent_id = weblog-blogspot.com_grandpasgripes_20060413051000_ENG_20060413_051000-0006 # text = They are certainly being nasty to the United Nations Security Council in connection with the anti-proliferation treaty. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 certainly certainly ADV RB _ 5 advmod 5:advmod _ 4 being be AUX VBG VerbForm=Ger 5 cop 5:cop _ 5 nasty nasty ADJ JJ Degree=Pos 0 root 0:root _ 6 to to ADP IN _ 11 case 11:case _ 7 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -8 United United PROPN NNP Number=Sing 9 compound 9:compound _ -9 Nations Nations PROPN NNP Number=Sing 11 compound 11:compound _ +8 United United ADJ NNP Degree=Pos 9 amod 9:amod _ +9 Nations Nation PROPN NNPS Number=Plur 11 compound 11:compound _ 10 Security Security PROPN NNP Number=Sing 11 compound 11:compound _ 11 Council Council PROPN NNP Number=Sing 5 obl 5:obl:to _ 12 in in ADP IN _ 13 case 13:case _ @@ -625,17 +625,17 @@ 9 to to PART TO _ 10 mark 10:mark _ 10 see see VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 Israel Israel PROPN NNP Number=Sing 10 obj 10:obj|12:nsubj:xsubj _ -12 wiped wipe VERB VBN Tense=Past|VerbForm=Part 10 xcomp 10:xcomp _ +12 wiped wipe VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 xcomp 10:xcomp|23:xcomp _ 13 off off ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 map map NOUN NN Number=Sing 12 obl 12:obl:off _ -16 which which PRON WDT PronType=Int 12 obj 12:obj _ +16 which which PRON WDT PronType=Rel 23 obj 12:ref _ 17 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj|23:nsubj:xsubj _ 18-19 couldn't _ _ _ _ _ _ _ _ 18 could could AUX MD VerbForm=Fin 21 aux 21:aux _ 19 n't not PART RB _ 21 advmod 21:advmod _ 20 even even ADV RB _ 21 advmod 21:advmod _ -21 begin begin VERB VB VerbForm=Inf 10 advcl 10:advcl _ +21 begin begin VERB VB VerbForm=Inf 12 advcl:relcl 12:advcl:relcl _ 22 to to PART TO _ 23 mark 23:mark _ 23 try try VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ 24 without without ADP IN _ 26 case 26:case _ @@ -663,16 +663,16 @@ # text = Many people want to use diplomacy with Iran rather than military pressure. 1 Many many ADJ JJ Degree=Pos 2 amod 2:amod _ 2 people people NOUN NNS Number=Plur 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 use use VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 diplomacy diplomacy NOUN NN Number=Sing 5 obj 5:obj _ 7 with with ADP IN _ 8 case 8:case _ 8 Iran Iran PROPN NNP Number=Sing 5 obl 5:obl:with _ -9 rather rather ADP IN _ 12 case 12:case _ +9 rather rather ADP IN _ 12 cc 12:cc _ 10 than than ADP IN _ 9 fixed 9:fixed _ 11 military military ADJ JJ Degree=Pos 12 amod 12:amod _ -12 pressure pressure NOUN NN Number=Sing 5 obl 5:obl:rather_than SpaceAfter=No +12 pressure pressure NOUN NN Number=Sing 6 conj 6:conj:rather_than SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_grandpasgripes_20060413051000_ENG_20060413_051000-0010 @@ -687,7 +687,7 @@ # text = And can anyone use military pressure without proof? 1 And and CCONJ CC _ 4 cc 4:cc _ 2 can can AUX MD VerbForm=Fin 4 aux 4:aux _ -3 anyone anyone PRON NN Number=Sing 4 nsubj 4:nsubj _ +3 anyone anyone PRON NN Number=Sing|PronType=Ind 4 nsubj 4:nsubj _ 4 use use VERB VB VerbForm=Inf 0 root 0:root _ 5 military military ADJ JJ Degree=Pos 6 amod 6:amod _ 6 pressure pressure NOUN NN Number=Sing 4 obj 4:obj _ @@ -697,22 +697,22 @@ # sent_id = weblog-blogspot.com_grandpasgripes_20060413051000_ENG_20060413_051000-0012 # text = One reader pointed out that the President watched the Americans in the embassy when they took them hostage. -1 One one NUM CD NumType=Card 2 nummod 2:nummod _ +1 One one NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 reader reader NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 pointed point VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 pointed point VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 out out ADP RP _ 3 compound:prt 3:compound:prt _ 5 that that SCONJ IN _ 8 mark 8:mark _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 President President PROPN NNP Number=Sing 8 nsubj 8:nsubj _ -8 watched watch VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +8 watched watch VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -10 Americans Americans PROPN NNPS Number=Plur 8 obj 8:obj _ +10 Americans American PROPN NNPS Number=Plur 8 obj 8:obj _ 11 in in ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 embassy embassy NOUN NN Number=Sing 10 nmod 10:nmod:in _ -14 when when SCONJ WRB PronType=Int 16 mark 16:mark _ +14 when when ADV WRB PronType=Int 16 advmod 16:advmod _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -16 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:when _ +16 took take VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:when _ 17 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 16 obj 16:obj|18:nsubj:xsubj _ 18 hostage hostage NOUN NN Number=Sing 16 xcomp 16:xcomp SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ @@ -729,12 +729,12 @@ # text = We don't have to believe him. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 have have VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 believe believe VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 obj 6:obj SpaceAfter=No +7 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 iobj 6:iobj SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_grandpasgripes_20060413051000_ENG_20060413_051000-0015 @@ -754,13 +754,13 @@ 2 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 seem seem VERB VB VerbForm=Inf 0 root 0:root _ 4 that that SCONJ IN _ 7 mark 7:mark _ -5 Iranians Iranians PROPN NNPS Number=Plur 7 nsubj 7:nsubj|11:nsubj _ +5 Iranians Iranian PROPN NNPS Number=Plur 7 nsubj 7:nsubj|11:nsubj _ 6 frequently frequently ADV RB _ 7 advmod 7:advmod _ -7 make make VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +7 make make VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 8 statements statement NOUN NNS Number=Plur 7 obj 7:obj _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 then then ADV RB PronType=Dem 11 advmod 11:advmod _ -11 hide hide VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 conj 3:ccomp|7:conj:and _ +11 hide hide VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 conj 3:ccomp|7:conj:and _ 12 behind behind ADP IN _ 13 case 13:case _ 13 lack lack NOUN NN Number=Sing 11 obl 11:obl:behind _ 14 of of ADP IN _ 15 case 15:case _ @@ -773,8 +773,8 @@ # text = Angry crowds chanted anti-American slogans in the western city of Falluja (pop. 256,000) as the security police killed in a friendly fire incident by US troops were buried on Saturday. 1 Angry angry ADJ JJ Degree=Pos 2 amod 2:amod _ 2 crowds crowd NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 chanted chant VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 anti-American anti-american ADJ JJ Degree=Pos 5 amod 5:amod _ +3 chanted chant VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 anti-American anti-American ADJ JJ Degree=Pos 5 amod 5:amod _ 5 slogans slogan NOUN NNS Number=Plur 3 obj 3:obj _ 6 in in ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -784,13 +784,13 @@ 11 Falluja Falluja PROPN NNP Number=Sing 9 nmod 9:nmod:of _ 12 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No 13 pop. pop. NOUN NN Number=Sing 11 appos 11:appos _ -14 256,000 256,000 NUM CD NumType=Card 13 appos 13:appos SpaceAfter=No +14 256,000 256000 NUM CD NumForm=Digit|NumType=Card 13 appos 13:appos SpaceAfter=No 15 ) ) PUNCT -RRB- _ 13 punct 13:punct _ 16 as as SCONJ IN _ 30 mark 30:mark _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 18 security security NOUN NN Number=Sing 19 compound 19:compound _ 19 police police NOUN NNS Number=Plur 30 nsubj:pass 30:nsubj:pass _ -20 killed kill VERB VBN Tense=Past|VerbForm=Part 19 acl 19:acl _ +20 killed kill VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 acl 19:acl _ 21 in in ADP IN _ 25 case 25:case _ 22 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 23 friendly friendly ADJ JJ Degree=Pos 24 amod 24:amod _ @@ -798,9 +798,9 @@ 25 incident incident NOUN NN Number=Sing 20 obl 20:obl:in _ 26 by by ADP IN _ 28 case 28:case _ 27 US US PROPN NNP Number=Sing 28 compound 28:compound _ -28 troops troops NOUN NNS Number=Plur 20 obl 20:obl:by _ -29 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 30 aux 30:aux _ -30 buried bury VERB VBN Tense=Past|VerbForm=Part 3 advcl 3:advcl:as _ +28 troops troops NOUN NNS Number=Plur 20 obl:agent 20:obl:agent _ +29 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 30 aux:pass 30:aux:pass _ +30 buried bury VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 advcl 3:advcl:as _ 31 on on ADP IN _ 32 case 32:case _ 32 Saturday Saturday PROPN NNP Number=Sing 30 obl 30:obl:on SpaceAfter=No 33 . . PUNCT . _ 3 punct 3:punct _ @@ -808,15 +808,15 @@ # sent_id = weblog-juancole.com_juancole_20030914114200_ENG_20030914_114200-0002 # text = Reuters reported that "Sunni clerics in the town issued a 'Declaration by the people of Fallujah' condemning the deaths of the security guards and police, announcing three days of mourning, and calling for a general strike today." 1 Reuters Reuters PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 reported report VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 reported report VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 10 mark 10:mark _ 4 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No -5 Sunni sunni ADJ JJ Degree=Pos 6 amod 6:amod _ +5 Sunni Sunni ADJ JJ Degree=Pos 6 amod 6:amod _ 6 clerics cleric NOUN NNS Number=Plur 10 nsubj 10:nsubj _ 7 in in ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 town town NOUN NN Number=Sing 6 nmod 6:nmod:in _ -10 issued issue VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +10 issued issue VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 ' ' PUNCT `` _ 13 punct 13:punct SpaceAfter=No 13 Declaration declaration NOUN NN Number=Sing 10 obj 10:obj _ @@ -837,7 +837,7 @@ 28 police police NOUN NNS Number=Plur 26 conj 22:nmod:of|26:conj:and SpaceAfter=No 29 , , PUNCT , _ 30 punct 30:punct _ 30 announcing announce VERB VBG VerbForm=Ger 20 conj 13:acl|20:conj:and _ -31 three three NUM CD NumType=Card 32 nummod 32:nummod _ +31 three three NUM CD NumForm=Word|NumType=Card 32 nummod 32:nummod _ 32 days day NOUN NNS Number=Plur 30 obj 30:obj _ 33 of of ADP IN _ 34 case 34:case _ 34 mourning mourning NOUN NN Number=Sing 32 nmod 32:nmod:of SpaceAfter=No @@ -849,25 +849,25 @@ 40 general general ADJ JJ Degree=Pos 41 amod 41:amod _ 41 strike strike NOUN NN Number=Sing 37 obl 37:obl:for _ 42 today today NOUN NN Number=Sing 41 nmod:tmod 41:nmod:tmod SpaceAfter=No -43 . . PUNCT . _ 2 punct 2:punct SpaceAfter=No -44 " " PUNCT '' _ 2 punct 2:punct _ +43 . . PUNCT . _ 10 punct 10:punct SpaceAfter=No +44 " " PUNCT '' _ 10 punct 10:punct _ # sent_id = weblog-juancole.com_juancole_20030914114200_ENG_20030914_114200-0003 # text = It read, "The people of Fallujah condemn the massacre which was committed on Friday against people dedicated to the protection of Fallujah. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 read read VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ -4 " " PUNCT `` _ 2 punct 2:punct SpaceAfter=No +2 read read VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 , , PUNCT , _ 9 punct 9:punct _ +4 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No 5 The the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 people people NOUN NNS Number=Plur 9 nsubj 9:nsubj _ 7 of of ADP IN _ 8 case 8:case _ 8 Fallujah Fallujah PROPN NNP Number=Sing 6 nmod 6:nmod:of _ -9 condemn condemn VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +9 condemn condemn VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 massacre massacre NOUN NN Number=Sing 9 obj 9:obj|14:nsubj:pass _ 12 which which PRON WDT PronType=Rel 14 nsubj:pass 11:ref _ -13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 aux 14:aux _ -14 committed commit VERB VBN Tense=Past|VerbForm=Part 11 acl:relcl 11:acl:relcl _ +13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 aux:pass 14:aux:pass _ +14 committed commit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl:relcl 11:acl:relcl _ 15 on on ADP IN _ 16 case 16:case _ 16 Friday Friday PROPN NNP Number=Sing 14 obl 14:obl:on _ 17 against against ADP IN _ 18 case 18:case _ @@ -885,15 +885,15 @@ 1 Let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 aggressive aggressive ADJ JJ Degree=Pos 6 amod 6:amod _ 3 ( ( PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No -4 American american ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No +4 American American ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No 5 ) ) PUNCT -RRB- _ 4 punct 4:punct _ 6 leaders leader NOUN NNS Number=Plur 1 obj 1:obj|9:nsubj:xsubj _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 soldiers soldier NOUN NNS Number=Plur 6 conj 1:obj|6:conj:and|9:nsubj:xsubj _ 9 know know VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 10 that that SCONJ IN _ 13 mark 13:mark _ -11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj|24:nsubj|27:nsubj:xsubj _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj|24:nsubj _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 13 capable capable ADJ JJ Degree=Pos 9 ccomp 9:ccomp _ 14 of of SCONJ IN _ 15 mark 15:mark _ 15 protecting protect VERB VBG VerbForm=Ger 13 advcl 13:advcl:of _ @@ -906,11 +906,11 @@ 21 safety safety NOUN NN Number=Sing 19 conj 15:obj|19:conj:and SpaceAfter=No 22 , , PUNCT , _ 24 punct 24:punct _ 23 and and CCONJ CC _ 24 cc 24:cc _ -24 ask ask VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 conj 9:ccomp|13:conj:and _ -25 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 24 iobj 24:iobj _ +24 ask ask VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 13 conj 9:ccomp|13:conj:and _ +25 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 24 iobj 24:iobj|27:nsubj:xsubj _ 26 to to PART TO _ 27 mark 27:mark _ 27 lift lift VERB VB VerbForm=Inf 24 xcomp 24:xcomp _ -28 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +28 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ 29 hands hand NOUN NNS Number=Plur 27 obj 27:obj _ 30 from from ADP IN _ 32 case 32:case _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ @@ -922,7 +922,7 @@ # text = The clerics demanded talks with local US commanders. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 clerics cleric NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 demanded demand VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 demanded demand VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 talks talk NOUN NNS Number=Plur 3 obj 3:obj _ 5 with with ADP IN _ 8 case 8:case _ 6 local local ADJ JJ Degree=Pos 8 amod 8:amod _ @@ -935,30 +935,30 @@ 1 Falluja Falluja PROPN NNP Number=Sing 5 nsubj:pass 5:nsubj:pass _ 2 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 long long ADV RB Degree=Pos 5 advmod 5:advmod _ -4 been be AUX VBN Tense=Past|VerbForm=Part 5 aux 5:aux _ -5 roiled roil VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 been be AUX VBN Tense=Past|VerbForm=Part 5 aux:pass 5:aux:pass _ +5 roiled roil VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 by by ADP IN _ 8 case 8:case _ 7 tense tense ADJ JJ Degree=Pos 8 amod 8:amod _ -8 relations relation NOUN NNS Number=Plur 5 obl 5:obl:by _ +8 relations relation NOUN NNS Number=Plur 5 obl:agent 5:obl:agent _ 9 with with ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 US US PROPN NNP Number=Sing 12 compound 12:compound _ 12 soldiers soldier NOUN NNS Number=Plur 8 nmod 8:nmod:with _ 13 there there ADV RB PronType=Dem 12 advmod 12:advmod SpaceAfter=No -14 , , PUNCT , _ 5 punct 5:punct _ +14 , , PUNCT , _ 19 punct 19:punct _ 15 since since SCONJ IN _ 19 mark 19:mark _ 16 local local ADJ JJ Degree=Pos 17 amod 17:amod _ -17 Sunnis Sunnis PROPN NNPS Number=Plur 19 nsubj 19:nsubj|20:nsubj:xsubj|26:nsubj:xsubj|28:nsubj:xsubj|31:nsubj:xsubj _ +17 Sunnis Sunni PROPN NNPS Number=Plur 19 nsubj 19:nsubj|20:nsubj:xsubj|26:nsubj:xsubj|28:nsubj:xsubj|31:nsubj:xsubj _ 18 either either CCONJ CC _ 20 cc:preconj 20:cc:preconj _ -19 remain remain VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:since _ +19 remain remain VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:since _ 20 committed committed ADJ JJ Degree=Pos 19 xcomp 19:xcomp _ 21 to to ADP IN _ 23 case 23:case _ -22 Arab arab ADJ JJ Degree=Pos 23 amod 23:amod _ +22 Arab Arab ADJ JJ Degree=Pos 23 amod 23:amod _ 23 nationalism nationalism NOUN NN Number=Sing 20 obl 20:obl:to _ 24 or or CCONJ CC _ 26 cc 26:cc _ -25 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ +25 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ 26 become become VERB VBN Tense=Past|VerbForm=Part 20 conj 19:xcomp|20:conj:or _ -27 Sunni sunni ADJ JJ Degree=Pos 28 amod 28:amod _ +27 Sunni Sunni ADJ JJ Degree=Pos 28 amod 28:amod _ 28 fundamentalists fundamentalist NOUN NNS Number=Plur 26 xcomp 26:xcomp _ 29 or or CCONJ CC _ 31 cc 31:cc _ 30 even even ADV RB _ 31 advmod 31:advmod _ @@ -968,16 +968,16 @@ # sent_id = weblog-juancole.com_juancole_20030914114200_ENG_20030914_114200-0007 # text = Cities such as Falluja received special treatment from Saddam and enjoyed a disproportionate share of the country's wealth and power. 1 Cities city NOUN NNS Number=Plur 5 nsubj 5:nsubj|11:nsubj _ -2 such such ADJ JJ Degree=Pos 4 case 4:case _ +2 such such ADJ JJ Degree=Pos|ExtPos=ADP 4 case 4:case _ 3 as as ADP IN _ 2 fixed 2:fixed _ 4 Falluja Falluja PROPN NNP Number=Sing 1 nmod 1:nmod:such_as _ -5 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 received receive VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 special special ADJ JJ Degree=Pos 7 amod 7:amod _ 7 treatment treatment NOUN NN Number=Sing 5 obj 5:obj _ 8 from from ADP IN _ 9 case 9:case _ 9 Saddam Saddam PROPN NNP Number=Sing 5 obl 5:obl:from _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 enjoyed enjoy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +11 enjoyed enjoy VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 disproportionate disproportionate ADJ JJ Degree=Pos 14 amod 14:amod _ 14 share share NOUN NN Number=Sing 11 obj 11:obj _ @@ -994,10 +994,10 @@ # sent_id = weblog-juancole.com_juancole_20030914114200_ENG_20030914_114200-0008 # text = They know that the American advent implies for them a demotion, and an elevation of the Shiites and Kurds, and they refuse to go quietly. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 7 mark 7:mark _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 American american ADJ JJ Degree=Pos 6 amod 6:amod _ +5 American American ADJ JJ Degree=Pos 6 amod 6:amod _ 6 advent advent NOUN NN Number=Sing 7 nsubj 7:nsubj _ 7 implies imply VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 8 for for ADP IN _ 9 case 9:case _ @@ -1010,13 +1010,13 @@ 15 elevation elevation NOUN NN Number=Sing 11 conj 7:obj|11:conj:and _ 16 of of ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -18 Shiites Shiites PROPN NNPS Number=Plur 15 nmod 15:nmod:of _ +18 Shiites Shiite PROPN NNPS Number=Plur 15 nmod 15:nmod:of _ 19 and and CCONJ CC _ 20 cc 20:cc _ -20 Kurds Kurds PROPN NNPS Number=Plur 18 conj 15:nmod:of|18:conj:and SpaceAfter=No +20 Kurds Kurd PROPN NNPS Number=Plur 18 conj 15:nmod:of|18:conj:and SpaceAfter=No 21 , , PUNCT , _ 24 punct 24:punct _ 22 and and CCONJ CC _ 24 cc 24:cc _ 23 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 24 nsubj 24:nsubj|26:nsubj:xsubj _ -24 refuse refuse VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +24 refuse refuse VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 25 to to PART TO _ 26 mark 26:mark _ 26 go go VERB VB VerbForm=Inf 24 xcomp 24:xcomp _ 27 quietly quietly ADV RB _ 26 advmod 26:advmod SpaceAfter=No @@ -1025,24 +1025,24 @@ # sent_id = weblog-juancole.com_juancole_20030914114200_ENG_20030914_114200-0009 # text = See http://www.gulf-news.com/Articles/news.asp?ArticleID=97508 1 See see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 http://www.gulf-news.com/Articles/news.asp?ArticleID=97508 http://www.gulf-news.com/articles/news.asp?articleid=97508 X ADD _ 1 obj 1:obj _ +2 http://www.gulf-news.com/Articles/news.asp?ArticleID=97508 http://www.gulf-news.com/Articles/news.asp?ArticleID=97508 X ADD _ 1 obj 1:obj _ # newdoc id = weblog-blogspot.com_aggressivevoicedaily_20060629164800_ENG_20060629_164800 # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060629164800_ENG_20060629_164800-0001 # newpar id = weblog-blogspot.com_aggressivevoicedaily_20060629164800_ENG_20060629_164800-p0001 # text = The Supreme Court announced its ruling today in Hamdan v. Rumsfeld divided along idelogical lines with John Roberts abstaining due to his involvement at the D.C. Circuit level and Anthony Kennedy joining the liberals in a 5-3 decision that is 185 pages long. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 Supreme Supreme PROPN NNP Number=Sing 3 compound 3:compound _ +2 Supreme Supreme ADJ NNP Degree=Pos 3 amod 3:amod|12:nsubj:pass _ 3 Court Court PROPN NNP Number=Sing 4 nsubj 4:nsubj _ -4 announced announce VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -5 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 announced announce VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 ruling ruling NOUN NN Number=Sing 4 obj 4:obj _ 7 today today NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod _ 8 in in ADP IN _ 9 case 9:case _ 9 Hamdan Hamdan PROPN NNP Number=Sing 6 nmod 6:nmod:in _ 10 v. v. ADP IN _ 11 case 11:case _ 11 Rumsfeld Rumsfeld PROPN NNP Number=Sing 9 nmod 9:nmod:versus _ -12 divided divide VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ +12 divided divide VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 advcl 4:advcl _ 13 along along ADP IN _ 15 case 15:case _ 14 idelogical idelogical ADJ JJ Degree=Pos 15 amod 15:amod _ 15 lines line NOUN NNS Number=Plur 12 obl 12:obl:along _ @@ -1052,7 +1052,7 @@ 19 abstaining abstain VERB VBG VerbForm=Ger 12 advcl 12:advcl:with _ 20 due due ADP IN _ 23 case 23:case _ 21 to to ADP IN _ 20 fixed 20:fixed _ -22 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 involvement involvement NOUN NN Number=Sing 19 obl 19:obl:due_to _ 24 at at ADP IN _ 28 case 28:case _ 25 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ @@ -1067,13 +1067,13 @@ 34 liberals liberal NOUN NNS Number=Plur 32 obj 32:obj _ 35 in in ADP IN _ 40 case 40:case _ 36 a a DET DT Definite=Ind|PronType=Art 40 det 40:det _ -37 5 5 NUM CD NumType=Card 40 compound 40:compound SpaceAfter=No +37 5 5 NUM CD NumForm=Digit|NumType=Card 40 compound 40:compound SpaceAfter=No 38 - - SYM SYM _ 39 nmod 39:nmod SpaceAfter=No -39 3 3 NUM CD NumType=Card 37 nmod 37:nmod _ +39 3 3 NUM CD NumForm=Digit|NumType=Card 37 nmod 37:nmod _ 40 decision decision NOUN NN Number=Sing 4 obl 4:obl:in|45:nsubj _ 41 that that PRON WDT PronType=Rel 45 nsubj 40:ref _ 42 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 45 cop 45:cop _ -43 185 185 NUM CD NumType=Card 44 nummod 44:nummod _ +43 185 185 NUM CD NumForm=Digit|NumType=Card 44 nummod 44:nummod _ 44 pages page NOUN NNS Number=Plur 45 obl:npmod 45:obl:npmod _ 45 long long ADJ JJ Degree=Pos 40 acl:relcl 40:acl:relcl SpaceAfter=No 46 . . PUNCT . _ 4 punct 4:punct _ @@ -1095,11 +1095,11 @@ 2 with with ADP IN _ 3 case 3:case _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 1 obl 1:obl:with _ 4 now now ADV RB _ 1 advmod 1:advmod SpaceAfter=No -5 : : PUNCT : _ 1 punct 1:punct _ +5 : : PUNCT : _ 9 punct 9:punct _ 6 John John PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 7 Paul Paul PROPN NNP Number=Sing 6 flat 6:flat _ -8 STEVENS STEVENS PROPN NNP Number=Sing 6 flat 6:flat _ -9 delivered deliver VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ +8 STEVENS Stevens PROPN NNP Number=Sing 6 flat 6:flat _ +9 delivered deliver VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 opinion opinion NOUN NN Number=Sing 9 obj 9:obj|50:obl _ 12 of of ADP IN _ 14 case 14:case _ @@ -1109,186 +1109,186 @@ 16 respect respect NOUN NN Number=Sing 11 nmod 11:nmod:with _ 17 to to ADP IN _ 18 case 18:case _ 18 Parts part NOUN NNS Number=Plur 16 nmod 16:nmod:to _ -19 I i NUM CD NumType=Card 18 nummod 18:nummod _ +19 I I NUM CD NumForm=Roman|NumType=Card 18 nummod 18:nummod _ 20 through through ADP IN _ 21 case 21:case _ -21 IV iv NUM CD NumType=Card 19 nmod 19:nmod:through SpaceAfter=No +21 IV IV NUM CD NumForm=Roman|NumType=Card 19 nmod 19:nmod:through SpaceAfter=No 22 , , PUNCT , _ 23 punct 23:punct _ -23 VI vi NUM CD NumType=Card 19 conj 18:nummod|19:conj:and _ +23 VI VI NUM CD NumForm=Roman|NumType=Card 19 conj 18:nummod|19:conj:and _ 24 through through ADP IN _ 29 case 29:case _ -25 VI vi NUM CD NumType=Card 27 compound 27:compound SpaceAfter=No -26 - - PUNCT HYPH _ 27 punct 27:punct SpaceAfter=No -27 D d NOUN NN Number=Sing 29 compound 29:compound SpaceAfter=No -28 - - PUNCT HYPH _ 29 punct 29:punct SpaceAfter=No -29 iii iii NUM CD NumType=Card 23 nmod 23:nmod:through SpaceAfter=No +25 VI VI NUM CD NumForm=Roman|NumType=Card 27 compound 27:compound SpaceAfter=No +26 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No +27 D D NOUN NN Number=Sing 29 compound 29:compound SpaceAfter=No +28 - - PUNCT HYPH _ 27 punct 27:punct SpaceAfter=No +29 iii iii NUM CD NumForm=Roman|NumType=Card 23 nmod 23:nmod:through SpaceAfter=No 30 , , PUNCT , _ 35 punct 35:punct _ -31 VI vi NUM CD NumType=Card 33 compound 33:compound SpaceAfter=No -32 - - PUNCT HYPH _ 33 punct 33:punct SpaceAfter=No -33 D d NOUN NN Number=Sing 35 compound 35:compound SpaceAfter=No -34 - - PUNCT HYPH _ 35 punct 35:punct SpaceAfter=No -35 v v NUM CD NumType=Card 19 conj 18:nummod|19:conj:and SpaceAfter=No +31 VI VI NUM CD NumForm=Roman|NumType=Card 33 compound 33:compound SpaceAfter=No +32 - - PUNCT HYPH _ 31 punct 31:punct SpaceAfter=No +33 D D NOUN NN Number=Sing 35 compound 35:compound SpaceAfter=No +34 - - PUNCT HYPH _ 33 punct 33:punct SpaceAfter=No +35 v v NUM CD NumForm=Roman|NumType=Card 19 conj 18:nummod|19:conj:and SpaceAfter=No 36 , , PUNCT , _ 38 punct 38:punct _ 37 and and CCONJ CC _ 38 cc 38:cc _ -38 VII vii NUM CD NumType=Card 19 conj 18:nummod|19:conj:and SpaceAfter=No -39 , , PUNCT , _ 19 punct 19:punct _ +38 VII VII NUM CD NumForm=Roman|NumType=Card 19 conj 18:nummod|19:conj:and SpaceAfter=No +39 , , PUNCT , _ 50 punct 50:punct _ 40 in in ADP IN _ 41 case 41:case _ 41 which which PRON WDT PronType=Rel 50 obl 11:ref _ -42 KENNEDY KENNEDY PROPN NNP Number=Sing 50 nsubj 50:nsubj SpaceAfter=No +42 KENNEDY Kennedy PROPN NNP Number=Sing 50 nsubj 50:nsubj SpaceAfter=No 43 , , PUNCT , _ 44 punct 44:punct _ -44 SOUTER SOUTER PROPN NNP Number=Sing 42 conj 42:conj:and|50:nsubj SpaceAfter=No +44 SOUTER Souter PROPN NNP Number=Sing 42 conj 42:conj:and|50:nsubj SpaceAfter=No 45 , , PUNCT , _ 46 punct 46:punct _ -46 GINSBURG GINSBURG PROPN NNP Number=Sing 42 conj 42:conj:and|50:nsubj SpaceAfter=No +46 GINSBURG Ginsburg PROPN NNP Number=Sing 42 conj 42:conj:and|50:nsubj SpaceAfter=No 47 , , PUNCT , _ 49 punct 49:punct _ 48 and and CCONJ CC _ 49 cc 49:cc _ -49 BREYER BREYER PROPN NNP Number=Sing 42 conj 42:conj:and|50:nsubj _ -50 joined join VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl SpaceAfter=No +49 BREYER Breyer PROPN NNP Number=Sing 42 conj 42:conj:and|50:nsubj _ +50 joined join VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl SpaceAfter=No 51 , , PUNCT , _ 54 punct 54:punct _ 52 and and CCONJ CC _ 54 cc 54:cc _ 53 an a DET DT Definite=Ind|PronType=Art 54 det 54:det _ -54 opinion opinion NOUN NN Number=Sing 11 conj 11:conj:and|75:obl _ +54 opinion opinion NOUN NN Number=Sing 11 conj 11:conj:and|75:obl:in _ 55 with with ADP IN _ 56 case 56:case _ 56 respect respect NOUN NN Number=Sing 54 nmod 54:nmod:with _ 57 to to ADP IN _ 58 case 58:case _ 58 Parts part NOUN NNS Number=Plur 56 nmod 56:nmod:to _ -59 V v NUM CD NumType=Card 58 nummod 58:nummod _ +59 V V NUM CD NumForm=Roman|NumType=Card 58 nummod 58:nummod _ 60 and and CCONJ CC _ 61 cc 61:cc _ -61 VI vi NUM CD NumType=Card 59 conj 58:nummod|59:conj:and SpaceAfter=No -62 - - PUNCT HYPH _ 61 punct 61:punct SpaceAfter=No -63 D d NOUN NN Number=Sing 61 compound 61:compound SpaceAfter=No -64 - - PUNCT HYPH _ 61 punct 61:punct SpaceAfter=No -65 iv iv NUM CD NumType=Card 61 compound 61:compound SpaceAfter=No -66 , , PUNCT , _ 54 punct 54:punct _ +61 VI VI NUM CD NumForm=Roman|NumType=Card 59 conj 58:nummod|59:conj:and SpaceAfter=No +62 - - PUNCT HYPH _ 63 punct 63:punct SpaceAfter=No +63 D D NOUN NN Number=Sing 61 compound 61:compound SpaceAfter=No +64 - - PUNCT HYPH _ 65 punct 65:punct SpaceAfter=No +65 iv iv NUM CD NumForm=Roman|NumType=Card 61 compound 61:compound SpaceAfter=No +66 , , PUNCT , _ 75 punct 75:punct _ 67 in in ADP IN _ 68 case 68:case _ -68 which which PRON WDT PronType=Int 75 obl 54:ref _ -69 SOUTER SOUTER PROPN NNP Number=Sing 75 nsubj 75:nsubj SpaceAfter=No +68 which which PRON WDT PronType=Rel 75 obl 54:ref _ +69 SOUTER Souter PROPN NNP Number=Sing 75 nsubj 75:nsubj SpaceAfter=No 70 , , PUNCT , _ 71 punct 71:punct _ -71 GINSBURG GINSBURG PROPN NNP Number=Sing 69 conj 69:conj:and|75:nsubj SpaceAfter=No +71 GINSBURG Ginsburg PROPN NNP Number=Sing 69 conj 69:conj:and|75:nsubj SpaceAfter=No 72 , , PUNCT , _ 74 punct 74:punct _ 73 and and CCONJ CC _ 74 cc 74:cc _ -74 BREYER BREYER PROPN NNP Number=Sing 69 conj 69:conj:and|75:nsubj _ -75 joined join VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 54 acl:relcl 54:acl:relcl SpaceAfter=No +74 BREYER Breyer PROPN NNP Number=Sing 69 conj 69:conj:and|75:nsubj _ +75 joined join VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 54 acl:relcl 54:acl:relcl SpaceAfter=No 76 . . PUNCT . _ 1 punct 1:punct _ # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060629164800_ENG_20060629_164800-0004 # text = BREYER filed a concurring opinion, in which KENNEDY, SOUTER, and GINSBURG joined. -1 BREYER breyer NOUN NNS Number=Plur 2 nsubj 2:nsubj _ -2 filed file VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 BREYER Breyer NOUN NNS Number=Plur 2 nsubj 2:nsubj _ +2 filed file VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 concurring concur VERB VBG VerbForm=Ger 5 amod 5:amod _ -5 opinion opinion NOUN NN Number=Sing 2 obj 2:obj|15:obl SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +5 opinion opinion NOUN NN Number=Sing 2 obj 2:obj|15:obl:in SpaceAfter=No +6 , , PUNCT , _ 15 punct 15:punct _ 7 in in ADP IN _ 8 case 8:case _ -8 which which PRON WDT PronType=Int 15 obl 5:ref _ -9 KENNEDY KENNEDY PROPN NNP Number=Sing 15 nsubj 15:nsubj SpaceAfter=No +8 which which PRON WDT PronType=Rel 15 obl 5:ref _ +9 KENNEDY Kennedy PROPN NNP Number=Sing 15 nsubj 15:nsubj SpaceAfter=No 10 , , PUNCT , _ 11 punct 11:punct _ -11 SOUTER SOUTER PROPN NNP Number=Sing 9 conj 9:conj:and|15:nsubj SpaceAfter=No +11 SOUTER Souter PROPN NNP Number=Sing 9 conj 9:conj:and|15:nsubj SpaceAfter=No 12 , , PUNCT , _ 14 punct 14:punct _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 GINSBURG GINSBURG PROPN NNP Number=Sing 9 conj 9:conj:and|15:nsubj _ -15 joined join VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl SpaceAfter=No +14 GINSBURG Ginsburg PROPN NNP Number=Sing 9 conj 9:conj:and|15:nsubj _ +15 joined join VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060629164800_ENG_20060629_164800-0005 # text = KENNEDY filed an opinion concurring in part, in which SOUTER, GINSBURG, and BREYER joined as to Parts I and II. -1 KENNEDY KENNEDY PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 filed file VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 KENNEDY Kennedy PROPN NNP Number=Sing 2 nsubj 2:nsubj _ +2 filed file VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 an a DET DT Definite=Ind|PronType=Art 4 det 4:det _ -4 opinion opinion NOUN NN Number=Sing 2 obj 2:obj|17:obl _ +4 opinion opinion NOUN NN Number=Sing 2 obj 2:obj|17:obl:in _ 5 concurring concur VERB VBG VerbForm=Ger 4 acl 4:acl _ 6 in in ADP IN _ 7 case 7:case _ 7 part part NOUN NN Number=Sing 5 obl 5:obl:in SpaceAfter=No -8 , , PUNCT , _ 4 punct 4:punct _ +8 , , PUNCT , _ 17 punct 17:punct _ 9 in in ADP IN _ 10 case 10:case _ -10 which which PRON WDT PronType=Int 17 obl 4:ref _ -11 SOUTER SOUTER PROPN NNP Number=Sing 17 nsubj 17:nsubj SpaceAfter=No +10 which which PRON WDT PronType=Rel 17 obl 4:ref _ +11 SOUTER Souter PROPN NNP Number=Sing 17 nsubj 17:nsubj SpaceAfter=No 12 , , PUNCT , _ 13 punct 13:punct _ -13 GINSBURG GINSBURG PROPN NNP Number=Sing 11 conj 11:conj:and|17:nsubj SpaceAfter=No +13 GINSBURG Ginsburg PROPN NNP Number=Sing 11 conj 11:conj:and|17:nsubj SpaceAfter=No 14 , , PUNCT , _ 16 punct 16:punct _ 15 and and CCONJ CC _ 16 cc 16:cc _ -16 BREYER BREYER PROPN NNP Number=Sing 11 conj 11:conj:and|17:nsubj _ -17 joined join VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +16 BREYER Breyer PROPN NNP Number=Sing 11 conj 11:conj:and|17:nsubj _ +17 joined join VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 18 as as ADP IN _ 20 case 20:case _ 19 to to ADP IN _ 18 fixed 18:fixed _ 20 Parts part NOUN NNS Number=Plur 17 obl 17:obl:as_to _ -21 I i NUM CD NumType=Card 20 compound 20:compound _ +21 I I NUM CD NumForm=Roman|NumType=Card 20 compound 20:compound _ 22 and and CCONJ CC _ 23 cc 23:cc _ -23 II ii NUM CD NumType=Card 21 conj 20:compound|21:conj:and SpaceAfter=No +23 II II NUM CD NumForm=Roman|NumType=Card 21 conj 20:compound|21:conj:and SpaceAfter=No 24 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060629164800_ENG_20060629_164800-0006 # text = SCALIA filed a dissenting opinion, in which THOMAS and ALITO joined. -1 SCALIA SCALIA PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 filed file VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 SCALIA Scalia PROPN NNP Number=Sing 2 nsubj 2:nsubj _ +2 filed file VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 dissenting dissent VERB VBG VerbForm=Ger 5 amod 5:amod _ -5 opinion opinion NOUN NN Number=Sing 2 obj 2:obj|12:obl SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +5 opinion opinion NOUN NN Number=Sing 2 obj 2:obj|12:obl:in SpaceAfter=No +6 , , PUNCT , _ 12 punct 12:punct _ 7 in in ADP IN _ 8 case 8:case _ -8 which which PRON WDT PronType=Int 12 obl 5:ref _ -9 THOMAS THOMAS PROPN NNP Number=Sing 12 nsubj 12:nsubj _ +8 which which PRON WDT PronType=Rel 12 obl 5:ref _ +9 THOMAS Thomas PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 ALITO ALITO PROPN NNP Number=Sing 9 conj 9:conj:and|12:nsubj _ -12 joined join VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl SpaceAfter=No +11 ALITO Alito PROPN NNP Number=Sing 9 conj 9:conj:and|12:nsubj _ +12 joined join VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060629164800_ENG_20060629_164800-0007 # text = THOMAS filed a dissenting opinion, in which SCALIA joined, and in which ALITO joined as to all but Parts I, II-C-1, and III-B-2. -1 THOMAS THOMAS PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 filed file VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 THOMAS Thomas PROPN NNP Number=Sing 2 nsubj 2:nsubj _ +2 filed file VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 dissenting dissent VERB VBG VerbForm=Ger 5 amod 5:amod _ -5 opinion opinion NOUN NN Number=Sing 2 obj 2:obj|10:obl SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +5 opinion opinion NOUN NN Number=Sing 2 obj 2:obj|10:obl|16:obl:in SpaceAfter=No +6 , , PUNCT , _ 10 punct 10:punct _ 7 in in ADP IN _ 8 case 8:case _ 8 which which PRON WDT PronType=Rel 10 obl 5:ref _ -9 SCALIA SCALIA PROPN NNP Number=Sing 10 nsubj 10:nsubj _ -10 joined join VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl SpaceAfter=No +9 SCALIA Scalia PROPN NNP Number=Sing 10 nsubj 10:nsubj _ +10 joined join VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl SpaceAfter=No 11 , , PUNCT , _ 16 punct 16:punct _ 12 and and CCONJ CC _ 16 cc 16:cc _ 13 in in ADP IN _ 14 case 14:case _ -14 which which PRON WDT PronType=Int 16 obl 16:obl:in _ -15 ALITO ALITO PROPN NNP Number=Sing 16 nsubj 16:nsubj _ -16 joined join VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 conj 5:acl:relcl|10:conj:and _ +14 which which PRON WDT PronType=Rel 16 obl 5:ref _ +15 ALITO Alito PROPN NNP Number=Sing 16 nsubj 16:nsubj _ +16 joined join VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 conj 5:acl:relcl|10:conj:and _ 17 as as ADP IN _ 19 case 19:case _ 18 to to ADP IN _ 17 fixed 17:fixed _ -19 all all DET DT _ 16 obl 16:obl:as_to _ +19 all all DET DT PronType=Tot 16 obl 16:obl:as_to _ 20 but but ADP CC _ 21 case 21:case _ 21 Parts part NOUN NNS Number=Plur 19 nmod 19:nmod:but _ -22 I i NUM CD NumType=Card 21 compound 21:compound SpaceAfter=No +22 I I NUM CD NumForm=Roman|NumType=Card 21 compound 21:compound SpaceAfter=No 23 , , PUNCT , _ 24 punct 24:punct _ -24 II ii NUM CD NumType=Card 22 conj 21:compound|22:conj:and SpaceAfter=No -25 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No -26 C c NOUN NN Number=Sing 24 compound 24:compound SpaceAfter=No -27 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No -28 1 1 NUM CD NumType=Card 24 compound 24:compound SpaceAfter=No +24 II II NUM CD NumForm=Roman|NumType=Card 22 conj 21:compound|22:conj:and SpaceAfter=No +25 - - PUNCT HYPH _ 26 punct 26:punct SpaceAfter=No +26 C C NOUN NN Number=Sing 24 compound 24:compound SpaceAfter=No +27 - - PUNCT HYPH _ 28 punct 28:punct SpaceAfter=No +28 1 1 NUM CD NumForm=Digit|NumType=Card 24 compound 24:compound SpaceAfter=No 29 , , PUNCT , _ 31 punct 31:punct _ 30 and and CCONJ CC _ 31 cc 31:cc _ -31 III iii NUM CD NumType=Card 22 conj 21:compound|22:conj:and SpaceAfter=No -32 - - PUNCT HYPH _ 31 punct 31:punct SpaceAfter=No -33 B b NOUN NN Number=Sing 31 compound 31:compound SpaceAfter=No -34 - - PUNCT HYPH _ 31 punct 31:punct SpaceAfter=No -35 2 2 NUM CD NumType=Card 31 compound 31:compound SpaceAfter=No +31 III III NUM CD NumForm=Roman|NumType=Card 22 conj 21:compound|22:conj:and SpaceAfter=No +32 - - PUNCT HYPH _ 33 punct 33:punct SpaceAfter=No +33 B B NOUN NN Number=Sing 31 compound 31:compound SpaceAfter=No +34 - - PUNCT HYPH _ 35 punct 35:punct SpaceAfter=No +35 2 2 NUM CD NumForm=Digit|NumType=Card 31 compound 31:compound SpaceAfter=No 36 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060629164800_ENG_20060629_164800-0008 # text = ALITO filed a dissenting opinion, in which SCALIA and THOMAS joined as to Parts I through III. -1 ALITO ALITO PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 filed file VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 ALITO Alito PROPN NNP Number=Sing 2 nsubj 2:nsubj _ +2 filed file VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 dissenting dissent VERB VBG VerbForm=Ger 5 amod 5:amod _ -5 opinion opinion NOUN NN Number=Sing 2 obj 2:obj|12:obl SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +5 opinion opinion NOUN NN Number=Sing 2 obj 2:obj|12:obl:in SpaceAfter=No +6 , , PUNCT , _ 12 punct 12:punct _ 7 in in ADP IN _ 8 case 8:case _ -8 which which PRON WDT PronType=Int 12 obl 5:ref _ -9 SCALIA SCALIA PROPN NNP Number=Sing 12 nsubj 12:nsubj _ +8 which which PRON WDT PronType=Rel 12 obl 5:ref _ +9 SCALIA Scalia PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 THOMAS THOMAS PROPN NNP Number=Sing 9 conj 9:conj:and|12:nsubj _ -12 joined join VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +11 THOMAS Thomas PROPN NNP Number=Sing 9 conj 9:conj:and|12:nsubj _ +12 joined join VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 13 as as ADP IN _ 15 case 15:case _ 14 to to ADP IN _ 13 fixed 13:fixed _ 15 Parts part NOUN NNS Number=Plur 12 obl 12:obl:as_to _ -16 I i NUM CD NumType=Card 15 compound 15:compound _ +16 I I NUM CD NumForm=Roman|NumType=Card 15 compound 15:compound _ 17 through through ADP IN _ 18 case 18:case _ -18 III iii NUM CD NumType=Card 16 nmod 16:nmod:through SpaceAfter=No +18 III III NUM CD NumForm=Roman|NumType=Card 16 nmod 16:nmod:through SpaceAfter=No 19 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060629164800_ENG_20060629_164800-0009 @@ -1309,7 +1309,7 @@ 14 but but CCONJ CC _ 17 cc 17:cc _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ 16 rarely rarely ADV RB _ 17 advmod 17:advmod _ -17 agree agree VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ +17 agree agree VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ 18 with with ADP IN _ 23 case 23:case _ 19 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 20 John John PROPN NNP Number=Sing 23 compound 23:compound _ @@ -1330,10 +1330,10 @@ 7 opinion opinion NOUN NN Number=Sing 4 nmod 4:nmod:from _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 dissents dissent NOUN NNS Number=Plur 7 conj 4:nmod:from|7:conj:and _ -10 when when SCONJ WRB PronType=Int 13 mark 13:mark _ +10 when when ADV WRB PronType=Int 13 advmod 13:advmod _ 11-12 I'm _ _ _ _ _ _ _ _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -12 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +12 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 13 finished finished ADJ JJ Degree=Pos 3 advcl 3:advcl:when SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ @@ -1343,7 +1343,7 @@ # text = Important news such as President Bush's miniscule calibrations on his marriage amendment/anti-gay (update: he's not against gays in the bedroom, just at the altar, where of course their relationships should not only be frowned upon but should be constitutionally excluded) has pushed Sudan not just off the front pages, or the A section, but out of the NY Times and Washington Post completely. 1 Important important ADJ JJ Degree=Pos 2 amod 2:amod _ 2 news news NOUN NN Number=Sing 51 nsubj 51:nsubj _ -3 such such ADJ JJ Degree=Pos 9 case 9:case _ +3 such such ADJ JJ Degree=Pos|ExtPos=ADP 9 case 9:case _ 4 as as ADP IN _ 3 fixed 3:fixed _ 5 President President PROPN NNP Number=Sing 9 nmod:poss 9:nmod:poss _ 6-7 Bush's _ _ _ _ _ _ _ _ @@ -1352,14 +1352,14 @@ 8 miniscule miniscule ADJ JJ Degree=Pos 9 amod 9:amod _ 9 calibrations calibration NOUN NNS Number=Plur 2 nmod 2:nmod:such_as _ 10 on on ADP IN _ 13 case 13:case _ -11 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 12 marriage marriage NOUN NN Number=Sing 13 compound 13:compound _ 13 amendment amendment NOUN NN Number=Sing 9 nmod 9:nmod:on SpaceAfter=No 14 / / SYM SYM _ 15 cc 15:cc SpaceAfter=No 15 anti-gay anti-gay ADJ JJ Degree=Pos 13 conj 9:nmod:on|13:conj _ 16 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No 17 update update NOUN NN Number=Sing 15 parataxis 15:parataxis SpaceAfter=No -18 : : PUNCT : _ 17 punct 17:punct _ +18 : : PUNCT : _ 23 punct 23:punct _ 19-20 he's _ _ _ _ _ _ _ _ 19 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 23 nsubj 23:nsubj _ 20 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ @@ -1373,30 +1373,30 @@ 28 just just ADV RB _ 31 advmod 31:advmod _ 29 at at ADP IN _ 31 case 31:case _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ -31 altar altar NOUN NN Number=Sing 26 parataxis 26:parataxis SpaceAfter=No -32 , , PUNCT , _ 31 punct 31:punct _ -33 where where SCONJ WRB PronType=Rel 42 mark 42:mark _ -34 of of ADV RB _ 42 advmod 42:advmod _ -35 course course ADV RB _ 34 fixed 34:fixed _ -36 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ +31 altar altar NOUN NN Number=Sing 26 parataxis 26:parataxis|42:obl:at SpaceAfter=No +32 , , PUNCT , _ 42 punct 42:punct _ +33 where where ADV WRB PronType=Rel 42 advmod 31:ref _ +34 of of ADP IN ExtPos=ADV 42 advmod 42:advmod _ +35 course course NOUN NN Number=Sing 34 fixed 34:fixed _ +36 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ 37 relationships relationship NOUN NNS Number=Plur 42 nsubj:pass 42:nsubj:pass|48:nsubj:pass _ 38 should should AUX MD VerbForm=Fin 42 aux 42:aux _ -39 not not PART RB _ 40 advmod 40:advmod _ +39 not not PART RB _ 42 advmod 42:advmod _ 40 only only ADV RB _ 42 advmod 42:advmod _ 41 be be AUX VB VerbForm=Inf 42 aux:pass 42:aux:pass _ -42 frowned frown VERB VBN Tense=Past|VerbForm=Part 31 acl:relcl 31:acl:relcl _ +42 frowned frown VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 31 acl:relcl 31:acl:relcl _ 43 upon upon ADP IN _ 42 obl 42:obl _ 44 but but CCONJ CC _ 48 cc 48:cc _ 45 should should AUX MD VerbForm=Fin 48 aux 48:aux _ 46 be be AUX VB VerbForm=Inf 48 aux:pass 48:aux:pass _ 47 constitutionally constitutionally ADV RB _ 48 advmod 48:advmod _ -48 excluded exclude VERB VBN Tense=Past|VerbForm=Part 42 conj 31:acl:relcl|42:conj:but SpaceAfter=No +48 excluded exclude VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 42 conj 31:acl:relcl|42:conj:but SpaceAfter=No 49 ) ) PUNCT -RRB- _ 17 punct 17:punct _ 50 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 51 aux 51:aux _ 51 pushed push VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 52 Sudan Sudan PROPN NNP Number=Sing 51 obj 51:obj _ -53 not not ADV RB _ 54 advmod 54:advmod _ -54 just just ADV RB _ 58 cc:preconj 58:cc:preconj _ +53 not not PART RB _ 58 advmod 58:advmod _ +54 just just ADV RB _ 58 advmod 58:advmod _ 55 off off ADP IN _ 58 case 58:case _ 56 the the DET DT Definite=Def|PronType=Art 58 det 58:det _ 57 front front ADJ JJ Degree=Pos 58 amod 58:amod _ @@ -1404,7 +1404,7 @@ 59 , , PUNCT , _ 63 punct 63:punct _ 60 or or CCONJ CC _ 63 cc 63:cc _ 61 the the DET DT Definite=Def|PronType=Art 63 det 63:det _ -62 A a NOUN NN Number=Sing 63 compound 63:compound _ +62 A A NOUN NN Number=Sing 63 compound 63:compound _ 63 section section NOUN NN Number=Sing 58 conj 51:obl:off|58:conj:or SpaceAfter=No 64 , , PUNCT , _ 70 punct 70:punct _ 65 but but CCONJ CC _ 70 cc 70:cc _ @@ -1422,7 +1422,7 @@ # sent_id = weblog-blogspot.com_tacitusproject_20040715092419_ENG_20040715_092419-0002 # text = I had to go to the BBC for this report . 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 go go VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 to to ADP IN _ 7 case 7:case _ @@ -1441,27 +1441,27 @@ 3 symptomatic symptomatic ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 , , PUNCT , _ 6 punct 6:punct _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 suppose suppose VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis SpaceAfter=No +6 suppose suppose VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis SpaceAfter=No 7 , , PUNCT , _ 6 punct 6:punct _ 8 of of ADP IN _ 19 case 19:case _ -9 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +9 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 10 fast fast ADJ JJ Degree=Pos 12 compound 12:compound SpaceAfter=No -11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No -12 paced pace VERB VBN Tense=Past|VerbForm=Part 19 amod 19:amod SpaceAfter=No -13 , , PUNCT , _ 19 punct 19:punct _ -14 24 24 NUM CD NumType=Card 15 compound 15:compound _ +11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +12 paced pace VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 amod 19:amod SpaceAfter=No +13 , , PUNCT , _ 12 punct 12:punct _ +14 24 24 NUM CD NumForm=Digit|NumType=Card 15 compound 15:compound _ 15 hour hour NOUN NN Number=Sing 18 compound 18:compound _ 16 news news NOUN NN Number=Sing 18 compound 18:compound SpaceAfter=No -17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No 18 cycle cycle NOUN NN Number=Sing 19 compound 19:compound _ 19 lives life NOUN NNS Number=Plur 3 obl 3:obl:of SpaceAfter=No -20 , , PUNCT , _ 3 punct 3:punct _ +20 , , PUNCT , _ 35 punct 35:punct _ 21 that that SCONJ IN _ 35 mark 35:mark _ 22 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ -23 biggest biggest ADJ JJS Degree=Sup 28 amod 28:amod _ -24 short short ADJ JJ Degree=Pos 26 compound 26:compound SpaceAfter=No -25 - - PUNCT HYPH _ 26 punct 26:punct SpaceAfter=No -26 term term NOUN NN Number=Sing 28 amod 28:amod _ +23 biggest big ADJ JJS Degree=Sup 28 amod 28:amod _ +24 short short ADJ JJ Degree=Pos 26 amod 26:amod SpaceAfter=No +25 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No +26 term term NOUN NN Number=Sing 28 compound 28:compound _ 27 humanitarian humanitarian ADJ JJ Degree=Pos 28 amod 28:amod _ 28 crisis crisis NOUN NN Number=Sing 35 nsubj:pass 35:nsubj:pass _ 29 in in ADP IN _ 31 case 31:case _ @@ -1471,19 +1471,19 @@ 33 quickly quickly ADV RB _ 35 advmod 35:advmod _ 34 be be AUX VB VerbForm=Inf 35 aux:pass 35:aux:pass _ 35 eclipsed eclipse VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 csubj 3:csubj SpaceAfter=No -36 , , PUNCT , _ 35 punct 35:punct _ +36 , , PUNCT , _ 43 punct 43:punct _ 37 once once SCONJ IN _ 43 mark 43:mark _ -38 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ +38 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ 39 Secretary Secretary PROPN NNP Number=Sing 43 nsubj 43:nsubj _ 40 of of ADP IN _ 41 case 41:case _ 41 State State PROPN NNP Number=Sing 39 nmod 39:nmod:of _ 42 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 43 cop 43:cop _ 43 finished finished ADJ JJ Degree=Pos 35 advcl 35:advcl:once _ 44 with with ADP IN _ 47 case 47:case _ -45 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 47 nmod:poss 47:nmod:poss _ +45 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 47 nmod:poss 47:nmod:poss _ 46 whirlwind whirlwind NOUN NN Number=Sing 47 compound 47:compound _ 47 tour tour NOUN NN Number=Sing 43 obl 43:obl:with SpaceAfter=No -48 , , PUNCT , _ 35 punct 35:punct _ +48 , , PUNCT , _ 51 punct 51:punct _ 49 from from ADP IN _ 51 case 51:case _ 50 the the DET DT Definite=Def|PronType=Art 51 det 51:det _ 51 newspapers newspaper NOUN NNS Number=Plur 35 obl 35:obl:from SpaceAfter=No @@ -1500,11 +1500,11 @@ # sent_id = weblog-blogspot.com_tacitusproject_20040715092419_ENG_20040715_092419-0005 # text = Most troubling, however, is the fact that the political will to end the crisis expressed a few short weeks ago seems to have ebbed. -1 Most most ADV RBS _ 2 advmod 2:advmod _ +1 Most most ADV RBS Degree=Sup 2 advmod 2:advmod _ 2 troubling troubling ADJ JJ Degree=Pos 8 nsubj 8:nsubj SpaceAfter=No -3 , , PUNCT , _ 8 punct 8:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 however however ADV RB _ 8 advmod 8:advmod SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 fact fact NOUN NN Number=Sing 0 root 0:root _ @@ -1516,7 +1516,7 @@ 14 end end VERB VB VerbForm=Inf 12 acl 12:acl:to _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 crisis crisis NOUN NN Number=Sing 14 obj 14:obj _ -17 expressed express VERB VBN Tense=Past|VerbForm=Part 12 acl 12:acl _ +17 expressed express VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 acl 12:acl _ 18 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 19 few few ADJ JJ Degree=Pos 21 amod 21:amod _ 20 short short ADJ JJ Degree=Pos 21 amod 21:amod _ @@ -1533,15 +1533,15 @@ 1 At at ADP IN _ 3 case 3:case _ 2 that that DET DT Number=Sing|PronType=Dem 3 det 3:det _ 3 time time NOUN NN Number=Sing 10 obl 10:obl:at SpaceAfter=No -4 , , PUNCT , _ 10 punct 10:punct _ -5 UN UN PROPN NNP Number=Sing 7 compound 7:compound _ -6 Secretary Secretary PROPN NNP Number=Sing 7 compound 7:compound _ -7 General General PROPN NNP Number=Sing 8 compound 8:compound _ -8 Kofi Kofi PROPN NNP Number=Sing 10 nsubj 10:nsubj _ +4 , , PUNCT , _ 3 punct 3:punct _ +5 UN UN PROPN NNP Number=Sing 6 compound 6:compound _ +6 Secretary Secretary PROPN NNP Number=Sing 10 nsubj 10:nsubj _ +7 General General ADJ NNP Degree=Pos 6 amod 6:amod _ +8 Kofi Kofi PROPN NNP Number=Sing 6 flat 6:flat _ 9 Annan Annan PROPN NNP Number=Sing 8 flat 8:flat _ -10 demanded demand VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 demanded demand VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 11 steps step NOUN NNS Number=Plur 13 nsubj:pass 13:nsubj:pass _ -12 be be AUX VB VerbForm=Inf 13 aux:pass 13:aux:pass _ +12 be be AUX VB Mood=Sub|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ 13 taken take VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 ccomp 10:ccomp _ 14 to to PART TO _ 15 mark 15:mark _ 15 end end VERB VB VerbForm=Inf 13 advcl 13:advcl:to _ @@ -1551,15 +1551,15 @@ 19 in in ADP IN _ 20 case 20:case _ 20 Darfur Darfur PROPN NNP Number=Sing 18 nmod 18:nmod:in _ 21 within within ADP IN _ 23 case 23:case _ -22 48 48 NUM CD NumType=Card 23 nummod 23:nummod _ +22 48 48 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ 23 hours hour NOUN NNS Number=Plur 15 obl 15:obl:within SpaceAfter=No 24 . . PUNCT . _ 10 punct 10:punct _ # sent_id = weblog-blogspot.com_tacitusproject_20040715092419_ENG_20040715_092419-0007 # text = Two weeks later, and the violence continues. -1 Two two NUM CD NumType=Card 2 nummod 2:nummod _ +1 Two two NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 weeks week NOUN NNS Number=Plur 3 obl:npmod 3:obl:npmod _ -3 later later ADV RB _ 0 root 0:root SpaceAfter=No +3 later late ADV RBR Degree=Cmp 0 root 0:root SpaceAfter=No 4 , , PUNCT , _ 8 punct 8:punct _ 5 and and CCONJ CC _ 8 cc 8:cc _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -1570,7 +1570,7 @@ # sent_id = weblog-blogspot.com_tacitusproject_20040715092419_ENG_20040715_092419-0008 # text = The African Union is clearly not up to the task of keeping the peace, pledging 300 troops to an area that will need 15,000, according to analysts. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 African African PROPN NNP Number=Sing 3 compound 3:compound _ +2 African African ADJ NNP Degree=Pos 3 amod 3:amod _ 3 Union Union PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 5 clearly clearly ADV RB _ 10 advmod 10:advmod _ @@ -1583,9 +1583,9 @@ 12 keeping keep VERB VBG VerbForm=Ger 10 acl 10:acl:of _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 peace peace NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No -15 , , PUNCT , _ 10 punct 10:punct _ +15 , , PUNCT , _ 16 punct 16:punct _ 16 pledging pledge VERB VBG VerbForm=Ger 10 advcl 10:advcl _ -17 300 300 NUM CD NumType=Card 18 nummod 18:nummod _ +17 300 300 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ 18 troops troops NOUN NNS Number=Plur 16 obj 16:obj _ 19 to to ADP IN _ 21 case 21:case _ 20 an a DET DT Definite=Ind|PronType=Art 21 det 21:det _ @@ -1593,11 +1593,11 @@ 22 that that PRON WDT PronType=Rel 24 nsubj 21:ref _ 23 will will AUX MD VerbForm=Fin 24 aux 24:aux _ 24 need need VERB VB VerbForm=Inf 21 acl:relcl 21:acl:relcl _ -25 15,000 15,000 NUM CD NumType=Card 24 obj 24:obj SpaceAfter=No -26 , , PUNCT , _ 24 punct 24:punct _ -27 according accord VERB VBG VerbForm=Ger 29 case 29:case _ +25 15,000 15000 NUM CD NumForm=Digit|NumType=Card 24 obj 24:obj SpaceAfter=No +26 , , PUNCT , _ 29 punct 29:punct _ +27 according accord VERB VBG ExtPos=ADP|VerbForm=Ger 29 case 29:case _ 28 to to ADP IN _ 27 fixed 27:fixed _ -29 analysts analyst NOUN NNS Number=Plur 24 obl 24:obl:accord_to SpaceAfter=No +29 analysts analyst NOUN NNS Number=Plur 24 obl 24:obl:according_to SpaceAfter=No 30 . . PUNCT . _ 10 punct 10:punct _ # sent_id = weblog-blogspot.com_tacitusproject_20040715092419_ENG_20040715_092419-0009 @@ -1605,10 +1605,10 @@ 1 And and CCONJ CC _ 5 cc 5:cc _ 2 international international ADJ JJ Degree=Pos 3 amod 3:amod _ 3 donors donor NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -4 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 given give VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 6 only only ADV RB _ 7 advmod 7:advmod _ -7 half half NOUN NN Number=Sing 5 obj 5:obj _ +7 half half NOUN NN Number=Sing|NumForm=Word|NumType=Frac 5 obj 5:obj _ 8 of of ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 relief relief NOUN NN Number=Sing 11 compound 11:compound _ @@ -1616,32 +1616,32 @@ 12 that that PRON WDT PronType=Rel 14 obj 11:ref _ 13 Darfur Darfur PROPN NNP Number=Sing 14 nsubj 14:nsubj _ 14 needs need VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl SpaceAfter=No -15 , , PUNCT , _ 5 punct 5:punct _ -16 according accord VERB VBG VerbForm=Ger 21 case 21:case _ +15 , , PUNCT , _ 21 punct 21:punct _ +16 according accord VERB VBG ExtPos=ADP|VerbForm=Ger 21 case 21:case _ 17 to to ADP IN _ 16 fixed 16:fixed _ 18 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 19 local local ADJ JJ Degree=Pos 21 amod 21:amod _ 20 UN UN PROPN NNP Number=Sing 21 compound 21:compound _ -21 officials official NOUN NNS Number=Plur 5 obl 5:obl:accord_to SpaceAfter=No +21 officials official NOUN NNS Number=Plur 5 obl 5:obl:according_to SpaceAfter=No 22 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_tacitusproject_20040715092419_ENG_20040715_092419-0010 # text = So hear we are, two weeks later, after that dazzling PR display two weeks ago by Powell and Annan, and the situation on the ground in Darfur appears basically unchanged. 1 So so ADV RB _ 4 advmod 4:advmod _ -2 hear hear ADV RB _ 4 advmod 4:advmod _ +2 hear here ADV RB Typo=Yes 4 advmod 4:advmod CorrectForm=here 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ -6 two two NUM CD NumType=Card 7 nummod 7:nummod _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +5 , , PUNCT , _ 8 punct 8:punct _ +6 two two NUM CD NumForm=Word|NumType=Card 7 nummod 7:nummod _ 7 weeks week NOUN NNS Number=Plur 8 obl:npmod 8:obl:npmod _ -8 later later ADV RB _ 4 advmod 4:advmod SpaceAfter=No -9 , , PUNCT , _ 4 punct 4:punct _ +8 later late ADV RBR Degree=Cmp 4 advmod 4:advmod SpaceAfter=No +9 , , PUNCT , _ 14 punct 14:punct _ 10 after after ADP IN _ 14 case 14:case _ 11 that that DET DT Number=Sing|PronType=Dem 14 det 14:det _ 12 dazzling dazzling ADJ JJ Degree=Pos 14 amod 14:amod _ 13 PR PR PROPN NNP Number=Sing 14 compound 14:compound _ 14 display display NOUN NN Number=Sing 4 obl 4:obl:after _ -15 two two NUM CD NumType=Card 16 nummod 16:nummod _ +15 two two NUM CD NumForm=Word|NumType=Card 16 nummod 16:nummod _ 16 weeks week NOUN NNS Number=Plur 17 obl:npmod 17:obl:npmod _ 17 ago ago ADV RB _ 14 advmod 14:advmod _ 18 by by ADP IN _ 19 case 19:case _ @@ -1671,12 +1671,12 @@ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 giving give VERB VBG VerbForm=Ger 0 root 0:root _ 5 away away ADP RP _ 4 compound:prt 4:compound:prt _ -6 85 85 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No +6 85 85 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No 7 % % SYM NN Number=Sing 4 obj 4:obj _ 8 of of ADP IN _ 10 case 10:case _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 wealth wealth NOUN NN Number=Sing 7 nmod 7:nmod:of _ -11 , , PUNCT , _ 4 punct 4:punct _ +11 , , PUNCT , _ 19 punct 19:punct _ 12 mostly mostly ADV RB _ 19 advmod 19:advmod _ 13 to to ADP IN _ 19 case 19:case _ 14 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ @@ -1698,48 +1698,48 @@ 6 really really ADV RB _ 7 advmod 7:advmod _ 7 worries worry VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 8 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 7 obj 7:obj SpaceAfter=No -9 ; ; PUNCT , _ 4 punct 4:punct _ +9 ; ; PUNCT , _ 25 punct 25:punct _ 10-11 Buffett's _ _ _ _ _ _ _ _ 10 Buffett Buffett PROPN NNP Number=Sing 13 nmod:poss 13:nmod:poss _ 11 's 's PART POS _ 10 case 10:case _ 12 usual usual ADJ JJ Degree=Pos 13 amod 13:amod _ -13 justification justification NOUN NN Number=Sing 20 nsubj 20:nsubj _ +13 justification justification NOUN NN Number=Sing 25 nsubj:outer 25:nsubj:outer _ 14 for for SCONJ IN _ 15 mark 15:mark _ 15 keeping keep VERB VBG VerbForm=Ger 13 acl 13:acl:for _ 16 most most ADJ JJS Degree=Sup 15 obj 15:obj _ 17 of of ADP IN _ 19 case 19:case _ -18 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 money money NOUN NN Number=Sing 16 nmod 16:nmod:of _ -20 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ +20 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 cop 25:cop _ 21 that that SCONJ IN _ 25 mark 25:mark _ 22 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 25 nsubj 25:nsubj _ 23 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 aux 25:aux _ 24 still still ADV RB _ 25 advmod 25:advmod _ -25 compounding compound VERB VBG VerbForm=Ger 20 ccomp 20:ccomp _ +25 compounding compound VERB VBG VerbForm=Ger 4 parataxis 4:parataxis _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 value value NOUN NN Number=Sing 25 obj 25:obj _ 28 of of ADP IN _ 30 case 30:case _ -29 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +29 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 30 fortune fortune NOUN NN Number=Sing 27 nmod 27:nmod:of _ 31 at at ADP IN _ 35 case 35:case _ 32 a a DET DT Definite=Ind|PronType=Art 35 det 35:det _ 33 pretty pretty ADV RB _ 34 advmod 34:advmod _ 34 high high ADJ JJ Degree=Pos 35 amod 35:amod _ 35 rate rate NOUN NN Number=Sing 25 obl 25:obl:at SpaceAfter=No -36 , , PUNCT , _ 25 punct 25:punct _ +36 , , PUNCT , _ 42 punct 42:punct _ 37 so so ADV RB _ 42 advmod 42:advmod _ -38 any any DET DT _ 39 det 39:det _ +38 any any DET DT PronType=Ind 39 det 39:det _ 39 gifts gift NOUN NNS Number=Plur 42 nsubj 42:nsubj _ 40 now now ADV RB _ 39 advmod 39:advmod _ 41 would would AUX MD VerbForm=Fin 42 aux 42:aux _ -42 mean mean VERB VB VerbForm=Inf 25 advcl 25:advcl _ +42 mean mean VERB VB VerbForm=Inf 25 parataxis 25:parataxis _ 43 significantly significantly ADV RB _ 44 advmod 44:advmod _ -44 less less ADJ JJ Degree=Pos 45 amod 45:amod _ +44 less less ADJ JJR Degree=Cmp 45 amod 45:amod _ 45 money money NOUN NN Number=Sing 42 obj 42:obj _ 46 for for ADP IN _ 48 case 48:case _ 47 the the DET DT Definite=Def|PronType=Art 48 det 48:det _ 48 foundation foundation NOUN NN Number=Sing 45 nmod 45:nmod:for _ -49 later later ADV RB _ 45 advmod 45:advmod SpaceAfter=No +49 later late ADV RBR Degree=Cmp 45 advmod 45:advmod SpaceAfter=No 50 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_marketview_20060625150800_ENG_20060625_150800-0003 @@ -1752,28 +1752,28 @@ 5 hard hard ADJ JJ Degree=Pos 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 parse parse VERB VB VerbForm=Inf 5 ccomp 5:ccomp SpaceAfter=No -8 , , PUNCT , _ 16 punct 16:punct _ -9 but but CCONJ CC _ 16 cc 16:cc _ +8 , , PUNCT , _ 25 punct 25:punct _ +9 but but CCONJ CC _ 25 cc 25:cc _ 10 at at ADP IN _ 12 case 12:case _ 11 this this DET DT Number=Sing|PronType=Dem 12 det 12:det _ -12 point point NOUN NN Number=Sing 16 obl 16:obl:at _ -13 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +12 point point NOUN NN Number=Sing 25 obl 25:obl:at _ +13 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 14 ostensible ostensible ADJ JJ Degree=Pos 15 amod 15:amod _ -15 view view NOUN NN Number=Sing 16 nsubj 16:nsubj _ -16 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ +15 view view NOUN NN Number=Sing 25 nsubj:outer 25:nsubj:outer _ +16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ 17 that that SCONJ IN _ 25 mark 25:mark _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -19 Gateses Gateses PROPN NNPS Number=Plur 25 nsubj 25:nsubj _ -20 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ +19 Gateses Gates PROPN NNPS Number=Plur 25 nsubj 25:nsubj _ +20 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ 21 very very ADV RB _ 22 advmod 22:advmod _ 22 good good ADJ JJ Degree=Pos 25 amod 25:amod _ 23 money money NOUN NN Number=Sing 25 compound 25:compound SpaceAfter=No -24 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No -25 redistributors redistributor NOUN NNS Number=Plur 16 ccomp 16:ccomp SpaceAfter=No +24 - - PUNCT HYPH _ 23 punct 23:punct SpaceAfter=No +25 redistributors redistributor NOUN NNS Number=Plur 5 conj 5:conj:but SpaceAfter=No 26 , , PUNCT , _ 29 punct 29:punct _ 27 and and CCONJ CC _ 29 cc 29:cc _ 28 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 29 nsubj 29:nsubj _ -29 wants want VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 conj 16:conj:and _ +29 wants want VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 conj 25:conj:and _ 30 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 29 obj 29:obj|32:nsubj:xsubj _ 31 to to PART TO _ 32 mark 32:mark _ 32 have have VERB VB VerbForm=Inf 29 xcomp 29:xcomp _ @@ -1782,12 +1782,12 @@ 35 as as ADV RB _ 36 advmod 36:advmod _ 36 soon soon ADV RB Degree=Pos 32 advmod 32:advmod _ 37 as as SCONJ IN _ 38 mark 38:mark _ -38 possible possible ADJ JJ Degree=Pos 35 advcl 35:advcl:as SpaceAfter=No +38 possible possible ADJ JJ Degree=Pos 36 advcl 36:advcl:as SpaceAfter=No 39 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_marketview_20060625150800_ENG_20060625_150800-0004 # text = Which essentially sounds like he's worried that Bill or Melinda are going to die soon. -1 Which which PRON WDT PronType=Int 3 nsubj 3:nsubj _ +1 Which which PRON WDT PronType=Rel 3 nsubj 3:nsubj _ 2 essentially essentially ADV RB _ 3 advmod 3:advmod _ 3 sounds sound VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 like like SCONJ IN _ 7 mark 7:mark _ @@ -1799,7 +1799,7 @@ 9 Bill Bill PROPN NNP Number=Sing 13 nsubj 13:nsubj|15:nsubj:xsubj _ 10 or or CCONJ CC _ 11 cc 11:cc _ 11 Melinda Melinda PROPN NNP Number=Sing 9 conj 9:conj:or|13:nsubj|15:nsubj:xsubj _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 going go VERB VBG Tense=Pres|VerbForm=Part 7 ccomp 7:ccomp _ 14 to to PART TO _ 15 mark 15:mark _ 15 die die VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ @@ -1809,16 +1809,16 @@ # sent_id = weblog-blogspot.com_marketview_20060625150800_ENG_20060625_150800-0005 # text = I assume his actual reason is that he's worried that Berkshire Hathaway just can't grow quickly enough to justify his usual charity policy. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 assume assume VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 assume assume VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 actual actual ADJ JJ Degree=Pos 5 amod 5:amod _ -5 reason reason NOUN NN Number=Sing 6 nsubj 6:nsubj _ -6 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +5 reason reason NOUN NN Number=Sing 10 nsubj:outer 10:nsubj:outer _ +6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 7 that that SCONJ IN _ 10 mark 10:mark _ 8-9 he's _ _ _ _ _ _ _ _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 9 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ -10 worried worried ADJ JJ Degree=Pos 6 ccomp 6:ccomp _ +10 worried worried ADJ JJ Degree=Pos 2 ccomp 2:ccomp _ 11 that that SCONJ IN _ 17 mark 17:mark _ 12 Berkshire Berkshire PROPN NNP Number=Sing 13 compound 13:compound _ 13 Hathaway Hathaway PROPN NNP Number=Sing 17 nsubj 17:nsubj _ @@ -1827,11 +1827,11 @@ 15 ca can AUX MD VerbForm=Fin 17 aux 17:aux _ 16 n't not PART RB _ 17 advmod 17:advmod _ 17 grow grow VERB VB VerbForm=Inf 10 ccomp 10:ccomp _ -18 quickly quickly ADV RB _ 19 advmod 19:advmod _ -19 enough enough ADV RB _ 17 advmod 17:advmod _ +18 quickly quickly ADV RB _ 17 advmod 17:advmod _ +19 enough enough ADV RB _ 18 advmod 18:advmod _ 20 to to PART TO _ 21 mark 21:mark _ 21 justify justify VERB VB VerbForm=Inf 18 advcl 18:advcl:to _ -22 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +22 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 23 usual usual ADJ JJ Degree=Pos 25 amod 25:amod _ 24 charity charity NOUN NN Number=Sing 25 compound 25:compound _ 25 policy policy NOUN NN Number=Sing 21 obj 21:obj SpaceAfter=No @@ -1841,10 +1841,10 @@ # text = I'm not sure how the market will react. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 sure sure ADJ JJ Degree=Pos 0 root 0:root _ -5 how how SCONJ WRB PronType=Int 9 mark 9:mark _ +5 how how ADV WRB PronType=Int 9 advmod 9:advmod _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 market market NOUN NN Number=Sing 9 nsubj 9:nsubj _ 8 will will AUX MD VerbForm=Fin 9 aux 9:aux _ @@ -1870,7 +1870,7 @@ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 article article NOUN NN Number=Sing 15 nsubj 15:nsubj _ 15 notes note VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 advcl 21:advcl:as SpaceAfter=No -16 , , PUNCT , _ 21 punct 21:punct _ +16 , , PUNCT , _ 15 punct 15:punct _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 company company NOUN NN Number=Sing 21 nsubj:pass 21:nsubj:pass _ 19 might might AUX MD VerbForm=Fin 21 aux 21:aux _ @@ -1883,8 +1883,8 @@ 26 once once SCONJ IN _ 29 mark 29:mark _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 shares share NOUN NNS Number=Plur 29 nsubj 29:nsubj|31:nsubj:xsubj _ -29 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 advcl 21:advcl:once _ -30 more more ADV RBR _ 29 advmod 29:advmod _ +29 get get VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 21 advcl 21:advcl:once _ +30 more more ADV RBR Degree=Cmp 29 advmod 29:advmod _ 31 liquid liquid ADJ JJ Degree=Pos 29 xcomp 29:xcomp SpaceAfter=No 32 . . PUNCT . _ 4 punct 4:punct _ @@ -1894,7 +1894,7 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 other other ADJ JJ Degree=Pos 4 amod 4:amod _ 4 hand hand NOUN NN Number=Sing 10 obl 10:obl:on SpaceAfter=No -5 , , PUNCT , _ 10 punct 10:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 this this PRON DT Number=Sing|PronType=Dem 10 nsubj 10:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 8 essentially essentially ADV RB _ 10 advmod 10:advmod _ @@ -1911,14 +1911,14 @@ 19 who who PRON WP PronType=Rel 20 nsubj 18:ref _ 20 knows know VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ 21 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 obj 20:obj _ -22 best best ADV RBS Degree=Sup 20 advmod 20:advmod _ -23 -- -- PUNCT , _ 20 punct 20:punct _ +22 best well ADV RBS Degree=Sup 20 advmod 20:advmod _ +23 -- -- PUNCT , _ 25 punct 25:punct _ 24 and and CCONJ CC _ 25 cc 25:cc _ 25 happens happen VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 conj 18:acl:relcl|20:conj:and _ 26 to to PART TO _ 30 mark 30:mark _ 27 be be AUX VB VerbForm=Inf 30 cop 30:cop _ 28 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ -29 best best ADJ JJS Degree=Sup 30 amod 30:amod _ +29 best good ADJ JJS Degree=Sup 30 amod 30:amod _ 30 investor investor NOUN NN Number=Sing 25 xcomp 25:xcomp _ 31 of of ADP IN _ 34 case 34:case _ 32 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ @@ -1929,9 +1929,9 @@ # sent_id = weblog-blogspot.com_marketview_20060625150800_ENG_20060625_150800-0009 # text = em ... no ... the Gates foundation mainly invests in medical research and education, that means donating now adds a tremendous value compared to donating in ten years. 1 em em INTJ UH _ 9 discourse 9:discourse _ -2 ... ... PUNCT , _ 9 punct 9:punct _ +2 ... ... PUNCT , _ 1 punct 1:punct _ 3 no no INTJ UH _ 9 discourse 9:discourse _ -4 ... ... PUNCT , _ 9 punct 9:punct _ +4 ... ... PUNCT , _ 3 punct 3:punct _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 Gates Gates PROPN NNP Number=Sing 7 compound 7:compound _ 7 foundation foundation NOUN NN Number=Sing 9 nsubj 9:nsubj _ @@ -1942,7 +1942,7 @@ 12 research research NOUN NN Number=Sing 9 obl 9:obl:in _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 education education NOUN NN Number=Sing 12 conj 9:obl:in|12:conj:and SpaceAfter=No -15 , , PUNCT , _ 9 punct 9:punct _ +15 , , PUNCT , _ 17 punct 17:punct _ 16 that that PRON DT Number=Sing|PronType=Dem 17 nsubj 17:nsubj _ 17 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 parataxis 9:parataxis _ 18 donating donate VERB VBG VerbForm=Ger 20 csubj 20:csubj _ @@ -1951,11 +1951,11 @@ 21 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 22 tremendous tremendous ADJ JJ Degree=Pos 23 amod 23:amod _ 23 value value NOUN NN Number=Sing 20 obj 20:obj _ -24 compared compare VERB VBN Tense=Past|VerbForm=Part 26 mark 26:mark _ +24 compared compare VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 advcl 20:advcl _ 25 to to SCONJ IN _ 26 mark 26:mark _ -26 donating donate VERB VBG VerbForm=Ger 20 obl 20:obl _ +26 donating donate VERB VBG VerbForm=Ger 24 advcl 24:advcl _ 27 in in ADP IN _ 29 case 29:case _ -28 ten ten NUM CD NumType=Card 29 nummod 29:nummod _ +28 ten ten NUM CD NumForm=Word|NumType=Card 29 nummod 29:nummod _ 29 years year NOUN NNS Number=Plur 26 obl 26:obl:in SpaceAfter=No 30 . . PUNCT . _ 9 punct 9:punct _ @@ -1963,7 +1963,7 @@ # text = Because the 10.000.000 people dying from malaria will otherwise be dead. 1 Because because SCONJ IN _ 11 mark 11:mark _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 10.000.000 10.000.000 NUM CD NumType=Card 4 nummod 4:nummod _ +3 10.000.000 10.000.000 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 people people NOUN NNS Number=Plur 11 nsubj 11:nsubj _ 5 dying die VERB VBG VerbForm=Ger 4 acl 4:acl _ 6 from from ADP IN _ 7 case 7:case _ @@ -1987,44 +1987,44 @@ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 giving give VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -5 85 85 NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No +5 85 85 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No 6 % % SYM NN Number=Sing 4 obj 4:obj _ 7 away away ADP RP _ 4 compound:prt 4:compound:prt SpaceAfter=No -8 , , PUNCT , _ 4 punct 4:punct _ +8 , , PUNCT , _ 11 punct 11:punct _ 9-10 he's _ _ _ _ _ _ _ _ 9 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 10 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ -11 giving give VERB VBG Tense=Pres|VerbForm=Part 4 ccomp 4:ccomp _ +11 giving give VERB VBG Tense=Pres|VerbForm=Part 4 parataxis 4:parataxis _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 number number NOUN NN Number=Sing 11 obj 11:obj _ 14 of of ADP IN _ 15 case 15:case _ 15 shares share NOUN NNS Number=Plur 13 nmod 13:nmod:of|19:nsubj _ -16 each each DET DT _ 17 det 17:det _ +16 each each DET DT PronType=Tot 17 det 17:det _ 17 year year NOUN NN Number=Sing 11 obl:tmod 11:obl:tmod _ 18 that that PRON WDT PronType=Rel 19 nsubj 15:ref _ -19 decrease decrease VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ +19 decrease decrease VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ 20 in in ADP IN _ 21 case 21:case _ 21 number number NOUN NN Number=Sing 19 obl 19:obl:in _ 22 at at ADP IN _ 24 case 24:case _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 rate rate NOUN NN Number=Sing 19 obl 19:obl:at _ 25 of of ADP IN _ 27 case 27:case _ -26 5 5 NUM CD NumType=Card 27 nummod 27:nummod SpaceAfter=No +26 5 5 NUM CD NumForm=Digit|NumType=Card 27 nummod 27:nummod SpaceAfter=No 27 % % SYM NN Number=Sing 24 nmod 24:nmod:of _ 28 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ 29 year year NOUN NN Number=Sing 27 nmod:tmod 27:nmod:tmod _ -30 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No +30 ( ( PUNCT -LRB- _ 32 punct 32:punct SpaceAfter=No 31 until until SCONJ IN _ 32 mark 32:mark _ 32 gone gone ADJ JJ Degree=Pos 19 advcl 19:advcl:until SpaceAfter=No -33 ? ? PUNCT . _ 4 punct 4:punct SpaceAfter=No -34 ) ) PUNCT -RRB- _ 4 punct 4:punct SpaceAfter=No +33 ? ? PUNCT . _ 32 punct 32:punct SpaceAfter=No +34 ) ) PUNCT -RRB- _ 32 punct 32:punct SpaceAfter=No 35 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_marketview_20060625150800_ENG_20060625_150800-0013 # text = He mentions his wife's death having an effect on him. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ 2 mentions mention VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4-5 wife's _ _ _ _ _ _ _ _ 4 wife wife NOUN NN Number=Sing 6 nmod:poss 6:nmod:poss _ 5 's 's PART POS _ 4 case 4:case _ @@ -2051,12 +2051,12 @@ 10 Bill Bill PROPN NNP Number=Sing 13 nsubj 13:nsubj _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 Melinda Melinda PROPN NNP Number=Sing 10 conj 10:conj:and|13:nsubj _ -13 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 ccomp 8:ccomp _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 ccomp 8:ccomp _ 14 at at ADP IN _ 17 case 17:case _ 15 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 16 prime prime ADJ JJ Degree=Pos 17 amod 17:amod _ 17 spot spot NOUN NN Number=Sing 13 obl 13:obl:at SpaceAfter=No -18 , , PUNCT , _ 13 punct 13:punct _ +18 , , PUNCT , _ 28 punct 28:punct _ 19 so so ADV RB _ 28 advmod 28:advmod _ 20 starting start VERB VBG VerbForm=Ger 28 csubj 28:csubj _ 21 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ @@ -2066,7 +2066,7 @@ 25 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ 26 a a DET DT Definite=Ind|PronType=Art 28 det 28:det _ 27 good good ADJ JJ Degree=Pos 28 amod 28:amod _ -28 idea idea NOUN NN Number=Sing 13 advcl 13:advcl SpaceAfter=No +28 idea idea NOUN NN Number=Sing 2 parataxis 2:parataxis SpaceAfter=No 29 , , PUNCT , _ 34 punct 34:punct _ 30 but but CCONJ CC _ 34 cc 34:cc _ 31 Buffet Buffet PROPN NNP Number=Sing 34 nsubj 34:nsubj _ @@ -2075,12 +2075,12 @@ 34 keeping keep VERB VBG Tense=Pres|VerbForm=Part 2 conj 2:conj:but _ 35 most most ADJ JJS Degree=Sup 34 obj 34:obj|41:nsubj:xsubj _ 36 of of ADP IN _ 38 case 38:case _ -37 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ +37 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ 38 donation donation NOUN NN Number=Sing 35 nmod 35:nmod:of _ 39 inside inside ADP IN _ 41 case 41:case _ 40 of of ADP IN _ 41 case 41:case _ -41 Berkshire Berkshire PROPN NNP Number=Sing 34 xcomp 34:xcomp _ -42 where where SCONJ WRB PronType=Rel 45 mark 45:mark _ +41 Berkshire Berkshire PROPN NNP Number=Sing 34 xcomp 34:xcomp|45:obl:inside _ +42 where where ADV WRB PronType=Rel 45 advmod 41:ref _ 43 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 45 nsubj 45:nsubj _ 44 will will AUX MD VerbForm=Fin 45 aux 45:aux _ 45 compound compound VERB VB VerbForm=Inf 41 acl:relcl 41:acl:relcl SpaceAfter=No @@ -2094,28 +2094,28 @@ 2 over over ADV RB _ 6 advmod 6:advmod _ 3 at at ADP IN _ 6 case 6:case _ 4 The the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 Fourth Fourth PROPN NNP Number=Sing 6 compound 6:compound _ +5 Fourth Fourth ADJ NNP Degree=Pos|NumForm=Word|NumType=Ord 6 amod 6:amod _ 6 Rail Rail PROPN NNP Number=Sing 1 nmod 1:nmod:at _ 7 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 an a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 excellent excellent ADJ JJ Degree=Pos 10 amod 10:amod _ 10 essay essay NOUN NN Number=Sing 7 obj 7:obj _ 11 on on SCONJ IN _ 28 mark 28:mark _ -12 how how SCONJ WRB PronType=Int 28 mark 28:mark _ +12 how how ADV WRB PronType=Int 28 advmod 28:advmod _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 MSM MSM PROPN NNP Number=Sing 28 nsubj 28:nsubj _ 15 and and CCONJ CC _ 17 cc 17:cc _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 UN UN PROPN NNP Number=Sing 14 conj 14:conj:and|28:nsubj SpaceAfter=No -18 , , PUNCT , _ 14 punct 14:punct _ +18 , , PUNCT , _ 22 punct 22:punct _ 19 even even ADV RB _ 22 advmod 22:advmod _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 21 leftist leftist ADJ JJ Degree=Pos 22 amod 22:amod _ 22 countries country NOUN NNS Number=Plur 14 appos 14:appos _ 23 in in ADP IN _ 24 case 24:case _ 24 Europe Europe PROPN NNP Number=Sing 22 nmod 22:nmod:in SpaceAfter=No -25 , , PUNCT , _ 28 punct 28:punct _ -26 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ +25 , , PUNCT , _ 14 punct 14:punct _ +26 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ 27 basically basically ADV RB _ 28 advmod 28:advmod _ 28 accepting accept VERB VBG VerbForm=Ger 10 acl 10:acl:on _ 29 terrorist terrorist ADJ JJ Degree=Pos 30 amod 30:amod _ @@ -2135,15 +2135,15 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 same same ADJ JJ Degree=Pos 4 amod 4:amod _ 4 day day NOUN NN Number=Sing 19 obl 19:obl:on _ -5 Palestinians Palestinians PROPN NNPS Number=Plur 6 nsubj 6:nsubj _ -6 protest protest VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +5 Palestinians Palestinian PROPN NNPS Number=Plur 6 nsubj 6:nsubj _ +6 protest protest VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 in in ADP IN _ 8 case 8:case _ 8 support support NOUN NN Number=Sing 6 obl 6:obl:in _ 9 of of ADP IN _ 10 case 10:case _ 10 Hezbollah Hezbollah PROPN NNP Number=Sing 8 nmod 8:nmod:of _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 Syria Syria PROPN NNP Number=Sing 10 conj 8:nmod:of|10:conj:and _ -13 , , PUNCT , _ 19 punct 19:punct _ +13 , , PUNCT , _ 4 punct 4:punct _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 15 terrorist terrorist ADJ JJ Degree=Pos 16 amod 16:amod _ 16 group group NOUN NN Number=Sing 19 nsubj 19:nsubj _ @@ -2155,7 +2155,7 @@ 22 participate participate VERB VB VerbForm=Inf 19 ccomp 19:ccomp _ 23 in in ADP IN _ 28 case 28:case _ 24 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ -25 scheduled schedule VERB VBN Tense=Past|VerbForm=Part 28 amod 28:amod _ +25 scheduled schedule VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 28 amod 28:amod _ 26 upcoming upcoming ADJ JJ Degree=Pos 28 amod 28:amod _ 27 Parliamentary parliamentary ADJ JJ Degree=Pos 28 amod 28:amod _ 28 elections election NOUN NNS Number=Plur 22 obl 22:obl:in _ @@ -2168,7 +2168,7 @@ 3 north north NOUN NN Number=Sing 8 obl 8:obl:to _ 4 in in ADP IN _ 5 case 5:case _ 5 Lebanon Lebanon PROPN NNP Number=Sing 8 obl 8:obl:in SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 there there PRON EX _ 8 expl 8:expl _ 8 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 serious serious ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -2178,7 +2178,7 @@ 13 about about SCONJ IN _ 14 mark 14:mark _ 14 entering enter VERB VBG VerbForm=Ger 10 acl 10:acl:about _ 15 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -16 Lebanese lebanese ADJ JJ Degree=Pos 18 amod 18:amod _ +16 Lebanese Lebanese ADJ JJ Degree=Pos 18 amod 18:amod _ 17 political political ADJ JJ Degree=Pos 18 amod 18:amod _ 18 process process NOUN NN Number=Sing 14 obj 14:obj _ 19 in in ADP IN _ 20 case 20:case _ @@ -2187,7 +2187,7 @@ 22-23 Syria's _ _ _ _ _ _ _ _ 22 Syria Syria PROPN NNP Number=Sing 25 nmod:poss 25:nmod:poss _ 23 's 's PART POS _ 22 case 22:case _ -24 promised promise VERB VBN Tense=Past|VerbForm=Part 25 amod 25:amod _ +24 promised promise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 amod 25:amod _ 25 withdrawal withdrawal NOUN NN Number=Sing 20 nmod 20:nmod:of SpaceAfter=No 26 . . PUNCT . _ 8 punct 8:punct _ @@ -2201,13 +2201,13 @@ 6 under under ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 conditions condition NOUN NNS Number=Plur 5 obl 5:obl:under _ -9 set set VERB VBN Tense=Past|VerbForm=Part 8 acl 8:acl _ +9 set set VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl 8:acl _ 10 forth forth ADV RB _ 9 advmod 9:advmod _ 11 in in ADP IN _ 13 case 13:case _ 12 UNSC UNSC PROPN NNP Number=Sing 13 compound 13:compound _ 13 Resolution Resolution PROPN NNP Number=Sing 9 obl 9:obl:in|19:nsubj _ -14 1559 1559 NUM CD NumType=Card 13 nummod 13:nummod _ -15 , , PUNCT , _ 13 punct 13:punct _ +14 1559 1559 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ +15 , , PUNCT , _ 19 punct 19:punct _ 16 which which PRON WDT PronType=Rel 19 nsubj 13:ref _ 17 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 18 already already ADV RB _ 19 advmod 19:advmod _ @@ -2216,11 +2216,11 @@ # sent_id = weblog-blogspot.com_floppingaces_20050313182621_ENG_20050313_182621-0005 # text = UN Secretary-General Kofi Annan has indicated it is time to "recognize Hezbollah" after easily being duped by "the message on the placards they are using". -1 UN UN PROPN NNP Number=Sing 4 compound 4:compound _ -2 Secretary Secretary PROPN NNP Number=Sing 4 compound 4:compound SpaceAfter=No +1 UN UN PROPN NNP Number=Sing 2 compound 2:compound _ +2 Secretary Secretary PROPN NNP Number=Sing 8 nsubj 8:nsubj SpaceAfter=No 3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No -4 General General PROPN NNP Number=Sing 5 compound 5:compound _ -5 Kofi Kofi PROPN NNP Number=Sing 8 nsubj 8:nsubj _ +4 General General ADJ NNP Degree=Pos 2 amod 2:amod _ +5 Kofi Kofi PROPN NNP Number=Sing 2 flat 2:flat _ 6 Annan Annan PROPN NNP Number=Sing 5 flat 5:flat _ 7 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 indicated indicate VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ @@ -2239,12 +2239,12 @@ 21 by by ADP IN _ 24 case 24:case _ 22 " " PUNCT `` _ 24 punct 24:punct SpaceAfter=No 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -24 message message NOUN NN Number=Sing 20 obl 20:obl:by _ +24 message message NOUN NN Number=Sing 20 obl:agent 20:obl:agent _ 25 on on ADP IN _ 27 case 27:case _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 placards placard NOUN NNS Number=Plur 24 nmod 24:nmod:on _ 28 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 30 nsubj 30:nsubj _ -29 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 30 aux 30:aux _ +29 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 30 aux 30:aux _ 30 using use VERB VBG Tense=Pres|VerbForm=Part 27 acl:relcl 27:acl:relcl SpaceAfter=No 31 " " PUNCT '' _ 24 punct 24:punct SpaceAfter=No 32 . . PUNCT . _ 8 punct 8:punct _ @@ -2267,8 +2267,8 @@ 14 tumor tumor NOUN NN Number=Sing 0 root 0:root _ 15 on on ADP IN _ 18 case 18:case _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -17 United United PROPN NNP Number=Sing 18 compound 18:compound _ -18 Nations Nations PROPN NNP Number=Sing 14 nmod 14:nmod:on _ +17 United United ADJ NNP Degree=Pos 18 amod 18:amod _ +18 Nations Nation PROPN NNPS Number=Plur 14 nmod 14:nmod:on _ 19 and and CCONJ CC _ 21 cc 21:cc _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 media media NOUN NN Number=Sing 18 conj 14:nmod:on|18:conj:and SpaceAfter=No @@ -2277,17 +2277,17 @@ # sent_id = weblog-blogspot.com_floppingaces_20050313182621_ENG_20050313_182621-0007 # text = Over three years after 9-11, the United Nations, despite their attempts to project strength in fighting terrorism , still cannot properly define the word "terrorist" , waffling over the issue of whether the murder of innocent civilians are terrorist acts. 1 Over over ADV RB _ 2 advmod 2:advmod _ -2 three three NUM CD NumType=Card 3 nummod 3:nummod _ +2 three three NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 years year NOUN NNS Number=Plur 5 nmod:npmod 5:nmod:npmod _ 4 after after ADP IN _ 5 case 5:case _ -5 9-11 9-11 NUM CD NumType=Card 25 obl 25:obl:after SpaceAfter=No -6 , , PUNCT , _ 25 punct 25:punct _ +5 9-11 9-11 NUM CD NumForm=Digit|NumType=Card 25 obl 25:obl:after SpaceAfter=No +6 , , PUNCT , _ 5 punct 5:punct _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 United United PROPN NNP Number=Sing 9 compound 9:compound _ -9 Nations Nations PROPN NNP Number=Sing 25 nsubj 25:nsubj SpaceAfter=No -10 , , PUNCT , _ 25 punct 25:punct _ +8 United United ADJ NNP Degree=Pos 9 amod 9:amod _ +9 Nations Nation PROPN NNPS Number=Plur 25 nsubj 25:nsubj SpaceAfter=No +10 , , PUNCT , _ 9 punct 9:punct _ 11 despite despite ADP IN _ 13 case 13:case _ -12 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 attempts attempt NOUN NNS Number=Plur 25 obl 25:obl:despite _ 14 to to PART TO _ 15 mark 15:mark _ 15 project project VERB VB VerbForm=Inf 13 acl 13:acl:to _ @@ -2295,7 +2295,7 @@ 17 in in SCONJ IN _ 18 mark 18:mark _ 18 fighting fight VERB VBG VerbForm=Ger 16 acl 16:acl:in _ 19 terrorism terrorism NOUN NN Number=Sing 18 obj 18:obj _ -20 , , PUNCT , _ 25 punct 25:punct _ +20 , , PUNCT , _ 13 punct 13:punct _ 21 still still ADV RB _ 25 advmod 25:advmod _ 22-23 cannot _ _ _ _ _ _ _ _ 22 can can AUX MD VerbForm=Fin 25 aux 25:aux _ @@ -2307,7 +2307,7 @@ 28 " " PUNCT `` _ 29 punct 29:punct SpaceAfter=No 29 terrorist terrorist NOUN NN Number=Sing 27 appos 27:appos SpaceAfter=No 30 " " PUNCT '' _ 29 punct 29:punct _ -31 , , PUNCT , _ 25 punct 25:punct _ +31 , , PUNCT , _ 32 punct 32:punct _ 32 waffling waffle VERB VBG VerbForm=Ger 25 advcl 25:advcl _ 33 over over ADP IN _ 35 case 35:case _ 34 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ @@ -2319,7 +2319,7 @@ 40 of of ADP IN _ 42 case 42:case _ 41 innocent innocent ADJ JJ Degree=Pos 42 amod 42:amod _ 42 civilians civilian NOUN NNS Number=Plur 39 nmod 39:nmod:of _ -43 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 45 cop 45:cop _ +43 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 45 cop 45:cop _ 44 terrorist terrorist ADJ JJ Degree=Pos 45 amod 45:amod _ 45 acts act NOUN NNS Number=Plur 35 acl 35:acl:whether SpaceAfter=No 46 . . PUNCT . _ 25 punct 25:punct _ @@ -2337,7 +2337,7 @@ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 legitimate legitimate ADJ JJ Degree=Pos 11 amod 11:amod _ 11 resistance resistance NOUN NN Number=Sing 8 conj 6:nmod:between|8:conj:and SpaceAfter=No -12 , , PUNCT , _ 4 punct 4:punct _ +12 , , PUNCT , _ 25 punct 25:punct _ 13 as as SCONJ IN _ 25 mark 25:mark _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 15 recent recent ADJ JJ Degree=Pos 16 amod 16:amod _ @@ -2347,7 +2347,7 @@ 19 Okrent Okrent PROPN NNP Number=Sing 18 flat 18:flat _ 20 of of ADP IN _ 24 case 24:case _ 21 The the DET DT Definite=Def|PronType=Art 24 det 24:det _ -22 New New PROPN NNP Number=Sing 23 compound 23:compound _ +22 New New ADJ NNP Degree=Pos 23 amod 23:amod _ 23 York York PROPN NNP Number=Sing 24 compound 24:compound _ 24 Times Times PROPN NNP Number=Sing 18 nmod 18:nmod:of _ 25 demonstrates demonstrate VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:as _ @@ -2391,7 +2391,7 @@ 29 Hamas Hamas PROPN NNP Number=Sing 27 nmod 27:nmod:of _ 30 and and CCONJ CC _ 31 cc 31:cc _ 31 Hezbollah Hezbollah PROPN NNP Number=Sing 29 conj 27:nmod:of|29:conj:and _ -32 exploit exploit VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 advcl 21:advcl:as _ +32 exploit exploit VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 21 advcl 21:advcl:as _ 33 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ 34 inherent inherent ADJ JJ Degree=Pos 35 amod 35:amod _ 35 weakness weakness NOUN NN Number=Sing 32 obj 32:obj _ @@ -2407,7 +2407,7 @@ # text = I've been fuming over this fact for a few weeks now, ever since some organizations and governments suggested we need to accept the fact that Hezbollah will get involved in running Lebanon. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux 4:aux _ 4 fuming fume VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 over over ADP IN _ 7 case 7:case _ @@ -2418,16 +2418,16 @@ 10 few few ADJ JJ Degree=Pos 11 amod 11:amod _ 11 weeks week NOUN NNS Number=Plur 4 obl 4:obl:for _ 12 now now ADV RB _ 4 advmod 4:advmod SpaceAfter=No -13 , , PUNCT , _ 4 punct 4:punct _ +13 , , PUNCT , _ 20 punct 20:punct _ 14 ever ever ADV RB _ 20 advmod 20:advmod _ 15 since since SCONJ IN _ 20 mark 20:mark _ -16 some some DET DT _ 17 det 17:det _ +16 some some DET DT PronType=Ind 17 det 17:det _ 17 organizations organization NOUN NNS Number=Plur 20 nsubj 20:nsubj _ 18 and and CCONJ CC _ 19 cc 19:cc _ 19 governments government NOUN NNS Number=Plur 17 conj 17:conj:and|20:nsubj _ -20 suggested suggest VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +20 suggested suggest VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:since _ 21 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 22 nsubj 22:nsubj|24:nsubj:xsubj _ -22 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 ccomp 20:ccomp _ +22 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 20 ccomp 20:ccomp _ 23 to to PART TO _ 24 mark 24:mark _ 24 accept accept VERB VB VerbForm=Inf 22 xcomp 22:xcomp _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ @@ -2444,7 +2444,7 @@ # sent_id = weblog-blogspot.com_floppingaces_20050313182621_ENG_20050313_182621-0012 # text = Wtf is this? -1 Wtf wtf PRON WP PronType=Int 0 root 0:root _ +1 Wtf wtf PRON WP PronType=Int|Style=Expr 0 root 0:root _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ 3 this this PRON DT Number=Sing|PronType=Dem 1 nsubj 1:nsubj SpaceAfter=No 4 ? ? PUNCT . _ 1 punct 1:punct _ @@ -2468,19 +2468,19 @@ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 organization organization NOUN NN Number=Sing 0 root 0:root|6:nsubj|13:nsubj _ 5 that that PRON WDT PronType=Rel 6 nsubj 4:ref _ -6 bombed bomb VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ -7 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +6 bombed bomb VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +7 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 8 Marine Marine PROPN NNP Number=Sing 9 compound 9:compound _ 9 barracks barracks NOUN NNS Number=Plur 6 obj 6:obj _ 10 in in ADP IN _ 11 case 11:case _ -11 1983 1983 NUM CD NumType=Card 6 obl 6:obl:in SpaceAfter=No +11 1983 1983 NUM CD NumForm=Digit|NumType=Card 6 obl 6:obl:in SpaceAfter=No 12 , , PUNCT , _ 13 punct 13:punct _ -13 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 4:acl:relcl|6:conj _ -14 Americans Americans PROPN NNPS Number=Plur 13 obj 13:obj|15:nsubj:xsubj _ +13 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 conj 4:acl:relcl|6:conj _ +14 Americans American PROPN NNPS Number=Plur 13 obj 13:obj|15:nsubj:xsubj _ 15 hostage hostage NOUN NN Number=Sing 13 xcomp 13:xcomp _ 16 throughout throughout ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -18 80's 80' NOUN NNS Number=Plur 13 obl 13:obl:throughout _ +18 80's 80s NOUN NNS Number=Plur 13 obl 13:obl:throughout _ 19 and and CCONJ CC _ 24 cc 24:cc _ 20 now now ADV RB _ 24 advmod 24:advmod _ 21 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 24 nsubj:pass 24:nsubj:pass|27:nsubj:xsubj _ @@ -2497,19 +2497,19 @@ 1 This this PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 just just ADV RB _ 5 advmod 5:advmod _ -4 another another DET DT _ 5 det 5:det _ +4 another another DET DT PronType=Ind 5 det 5:det _ 5 reason reason NOUN NN Number=Sing 0 root 0:root _ 6 to to PART TO _ 8 mark 8:mark _ 7 never never ADV RB _ 8 advmod 8:advmod _ 8 trust trust VERB VB VerbForm=Inf 5 acl 5:acl:to _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -10 MSM MSM PROPN NNP Number=Sing 8 obj 8:obj SpaceAfter=No +10 MSM MSM PROPN NNP Number=Sing 8 iobj 8:iobj SpaceAfter=No 11 , , PUNCT , _ 16 punct 16:punct _ 12 and and CCONJ CC _ 16 cc 16:cc _ 13 certainly certainly ADV RB _ 16 advmod 16:advmod _ -14 not not ADV RB _ 16 advmod 16:advmod _ +14 not not PART RB _ 16 advmod 16:advmod _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -16 Europeans Europeans PROPN NNPS Number=Plur 10 conj 8:obj|10:conj:and SpaceAfter=No +16 Europeans European PROPN NNPS Number=Plur 10 conj 8:obj|10:conj:and SpaceAfter=No 17 . . PUNCT . _ 5 punct 5:punct _ # newdoc id = weblog-juancole.com_juancole_20041109060653_ENG_20041109_060653 @@ -2517,22 +2517,22 @@ # newpar id = weblog-juancole.com_juancole_20041109060653_ENG_20041109_060653-p0001 # text = The Iraqi Islamic Party lead by Muhsin Abdul Hamid, has been among the few Sunni Muslim groups willing to cooperate (even if rather lukewarmly) with the Americans. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ -2 Iraqi Iraqi PROPN NNP Number=Sing 4 compound 4:compound _ -3 Islamic Islamic PROPN NNP Number=Sing 4 compound 4:compound _ +2 Iraqi Iraqi ADJ NNP Degree=Pos 4 amod 4:amod _ +3 Islamic Islamic ADJ NNP Degree=Pos 4 amod 4:amod _ 4 Party Party PROPN NNP Number=Sing 18 nsubj 18:nsubj _ -5 lead lead VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +5 lead lead VERB VBN Tense=Past|Typo=Yes|VerbForm=Part|Voice=Pass 4 acl 4:acl CorrectForm=led 6 by by ADP IN _ 7 case 7:case _ -7 Muhsin Muhsin PROPN NNP Number=Sing 5 obl 5:obl:by _ +7 Muhsin Muhsin PROPN NNP Number=Sing 5 obl:agent 5:obl:agent _ 8 Abdul Abdul PROPN NNP Number=Sing 7 flat 7:flat _ 9 Hamid Hamid PROPN NNP Number=Sing 7 flat 7:flat SpaceAfter=No -10 , , PUNCT , _ 18 punct 18:punct _ +10 , , PUNCT , _ 4 punct 4:punct _ 11 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 12 been be AUX VBN Tense=Past|VerbForm=Part 18 cop 18:cop _ 13 among among ADP IN _ 18 case 18:case _ 14 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 15 few few ADJ JJ Degree=Pos 18 amod 18:amod _ -16 Sunni sunni ADJ JJ Degree=Pos 18 amod 18:amod _ -17 Muslim muslim ADJ JJ Degree=Pos 18 amod 18:amod _ +16 Sunni Sunni ADJ JJ Degree=Pos 18 amod 18:amod _ +17 Muslim Muslim ADJ JJ Degree=Pos 18 amod 18:amod _ 18 groups group NOUN NNS Number=Plur 0 root 0:root _ 19 willing willing ADJ JJ Degree=Pos 18 amod 18:amod _ 20 to to PART TO _ 21 mark 21:mark _ @@ -2545,7 +2545,7 @@ 27 ) ) PUNCT -RRB- _ 26 punct 26:punct _ 28 with with ADP IN _ 30 case 30:case _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ -30 Americans Americans PROPN NNPS Number=Plur 21 obl 21:obl:with SpaceAfter=No +30 Americans American PROPN NNPS Number=Plur 21 obl 21:obl:with SpaceAfter=No 31 . . PUNCT . _ 18 punct 18:punct _ # sent_id = weblog-juancole.com_juancole_20041109060653_ENG_20041109_060653-0002 @@ -2568,26 +2568,26 @@ # text = The IIP had also been the main force urging Sunni Arabs to participate in the elections scheduled for January, and had been opposed in this stance by the Association of Muslim Scholars. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 IIP IIP PROPN NNP Number=Sing 8 nsubj 8:nsubj|24:nsubj:pass _ -3 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux 8:aux _ +3 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 4 also also ADV RB _ 8 advmod 8:advmod _ 5 been be AUX VBN Tense=Past|VerbForm=Part 8 cop 8:cop _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 main main ADJ JJ Degree=Pos 8 amod 8:amod _ 8 force force NOUN NN Number=Sing 0 root 0:root _ 9 urging urge VERB VBG VerbForm=Ger 8 acl 8:acl _ -10 Sunni sunni ADJ JJ Degree=Pos 11 amod 11:amod _ -11 Arabs Arabs PROPN NNPS Number=Plur 9 obj 9:obj|13:nsubj:xsubj _ +10 Sunni Sunni ADJ JJ Degree=Pos 11 amod 11:amod _ +11 Arabs Arab PROPN NNPS Number=Plur 9 iobj 9:iobj|13:nsubj:xsubj _ 12 to to PART TO _ 13 mark 13:mark _ 13 participate participate VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 14 in in ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 elections election NOUN NNS Number=Plur 13 obl 13:obl:in _ -17 scheduled schedule VERB VBN Tense=Past|VerbForm=Part 16 acl 16:acl _ +17 scheduled schedule VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 acl 16:acl _ 18 for for ADP IN _ 19 case 19:case _ 19 January January PROPN NNP Number=Sing 17 obl 17:obl:for SpaceAfter=No 20 , , PUNCT , _ 24 punct 24:punct _ 21 and and CCONJ CC _ 24 cc 24:cc _ -22 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 aux 24:aux _ +22 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 aux 24:aux _ 23 been be AUX VBN Tense=Past|VerbForm=Part 24 aux:pass 24:aux:pass _ 24 opposed oppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 conj 8:conj:and _ 25 in in ADP IN _ 27 case 27:case _ @@ -2595,18 +2595,18 @@ 27 stance stance NOUN NN Number=Sing 24 obl 24:obl:in _ 28 by by ADP IN _ 30 case 30:case _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ -30 Association Association PROPN NNP Number=Sing 24 obl 24:obl:by _ +30 Association Association PROPN NNP Number=Sing 24 obl:agent 24:obl:agent _ 31 of of ADP IN _ 33 case 33:case _ -32 Muslim Muslim PROPN NNP Number=Sing 33 compound 33:compound _ -33 Scholars Scholars PROPN NNPS Number=Plur 30 nmod 30:nmod:of SpaceAfter=No +32 Muslim Muslim ADJ NNP Degree=Pos 33 amod 33:amod _ +33 Scholars Scholar PROPN NNPS Number=Plur 30 nmod 30:nmod:of SpaceAfter=No 34 . . PUNCT . _ 8 punct 8:punct _ # sent_id = weblog-juancole.com_juancole_20041109060653_ENG_20041109_060653-0004 # text = That the Iraqi Islamic Party is now contemplating leaving the Allawi government raises the question of whether a mass Sunni Arab boycott of the elections is in the offing, thus fatally weakening the legitimacy of any new government. 1 That that SCONJ IN _ 8 mark 8:mark _ 2 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -3 Iraqi Iraqi PROPN NNP Number=Sing 5 compound 5:compound _ -4 Islamic Islamic PROPN NNP Number=Sing 5 compound 5:compound _ +3 Iraqi Iraqi ADJ NNP Degree=Pos 5 amod 5:amod _ +4 Islamic Islamic ADJ NNP Degree=Pos 5 amod 5:amod _ 5 Party Party PROPN NNP Number=Sing 8 nsubj 8:nsubj|9:nsubj:xsubj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 now now ADV RB _ 8 advmod 8:advmod _ @@ -2622,7 +2622,7 @@ 17 whether whether SCONJ IN _ 29 mark 29:mark _ 18 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 19 mass mass ADJ JJ Degree=Pos 22 amod 22:amod _ -20 Sunni sunni ADJ JJ Degree=Pos 22 amod 22:amod _ +20 Sunni Sunni ADJ JJ Degree=Pos 22 amod 22:amod _ 21 Arab Arab PROPN NNP Number=Sing 22 compound 22:compound _ 22 boycott boycott NOUN NN Number=Sing 29 nsubj 29:nsubj _ 23 of of ADP IN _ 25 case 25:case _ @@ -2632,14 +2632,14 @@ 27 in in ADP IN _ 29 case 29:case _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 29 offing offing NOUN NN Number=Sing 15 acl 15:acl:in SpaceAfter=No -30 , , PUNCT , _ 29 punct 29:punct _ +30 , , PUNCT , _ 33 punct 33:punct _ 31 thus thus ADV RB _ 33 advmod 33:advmod _ 32 fatally fatally ADV RB _ 33 advmod 33:advmod _ -33 weakening weaken VERB VBG VerbForm=Ger 29 advcl 29:advcl _ +33 weakening weaken VERB VBG VerbForm=Ger 13 parataxis 13:parataxis _ 34 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ 35 legitimacy legitimacy NOUN NN Number=Sing 33 obj 33:obj _ 36 of of ADP IN _ 39 case 39:case _ -37 any any DET DT _ 39 det 39:det _ +37 any any DET DT PronType=Ind 39 det 39:det _ 38 new new ADJ JJ Degree=Pos 39 amod 39:amod _ 39 government government NOUN NN Number=Sing 35 nmod 35:nmod:of SpaceAfter=No 40 . . PUNCT . _ 13 punct 13:punct _ @@ -2647,16 +2647,16 @@ # sent_id = weblog-juancole.com_juancole_20041109060653_ENG_20041109_060653-0005 # text = Az-Zaman : The Association of Muslim Scholars forbade Iraqis to participate in the attack on Fallujah with the Americans. 1 Az Az PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 3 Zaman Zaman PROPN NNP Number=Sing 1 flat 1:flat _ -4 : : PUNCT : _ 1 punct 1:punct _ +4 : : PUNCT : _ 10 punct 10:punct _ 5 The the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 Association Association PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 7 of of ADP IN _ 9 case 9:case _ -8 Muslim Muslim PROPN NNP Number=Sing 9 compound 9:compound _ -9 Scholars Scholars PROPN NNPS Number=Plur 6 nmod 6:nmod:of _ -10 forbade forbid VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ -11 Iraqis Iraqis PROPN NNPS Number=Plur 10 obj 10:obj|13:nsubj:xsubj _ +8 Muslim Muslim ADJ NNP Degree=Pos 9 amod 9:amod _ +9 Scholars Scholar PROPN NNPS Number=Plur 6 nmod 6:nmod:of _ +10 forbade forbid VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ +11 Iraqis Iraqi PROPN NNPS Number=Plur 10 obj 10:obj|13:nsubj:xsubj _ 12 to to PART TO _ 13 mark 13:mark _ 13 participate participate VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 14 in in ADP IN _ 16 case 16:case _ @@ -2666,7 +2666,7 @@ 18 Fallujah Fallujah PROPN NNP Number=Sing 16 nmod 16:nmod:on _ 19 with with ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -21 Americans Americans PROPN NNPS Number=Plur 13 obl 13:obl:with SpaceAfter=No +21 Americans American PROPN NNPS Number=Plur 13 obl 13:obl:with SpaceAfter=No 22 . . PUNCT . _ 1 punct 1:punct _ # sent_id = weblog-juancole.com_juancole_20041109060653_ENG_20041109_060653-0006 @@ -2674,13 +2674,13 @@ 1 In in ADP IN _ 3 case 3:case _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 communique communique NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 AMS AMS PROPN NNP Number=Sing 7 nsubj 7:nsubj _ -7 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 that that SCONJ IN _ 39 mark 39:mark _ 9 for for SCONJ IN _ 12 mark 12:mark _ -10 Iraqis Iraqis PROPN NNPS Number=Plur 12 nsubj 12:nsubj _ +10 Iraqis Iraqi PROPN NNPS Number=Plur 12 nsubj 12:nsubj _ 11 to to PART TO _ 12 mark 12:mark _ 12 take take VERB VB VerbForm=Inf 39 csubj:pass 39:csubj:pass _ 13 part part NOUN NN Number=Sing 12 obj 12:obj _ @@ -2694,16 +2694,16 @@ 21 assault assault NOUN NN Number=Sing 12 obl 12:obl:in _ 22 on on ADP IN _ 24 case 24:case _ 23 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ -24 city city NOUN NN Number=Sing 21 nmod 21:nmod:on|27:nmod:on SpaceAfter=No -25 , , PUNCT , _ 24 punct 24:punct _ +24 city city NOUN NN Number=Sing 21 nmod 21:nmod:on|27:nmod:of SpaceAfter=No +25 , , PUNCT , _ 31 punct 31:punct _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 population population NOUN NN Number=Sing 31 nsubj 31:nsubj _ 28 of of ADP IN _ 29 case 29:case _ -29 which which PRON WDT PronType=Int 27 nmod 24:ref _ +29 which which PRON WDT PronType=Rel 27 nmod 24:ref _ 30 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 31 cop 31:cop _ -31 Muslim muslim ADJ JJ Degree=Pos 24 acl:relcl 24:acl:relcl _ +31 Muslim Muslim ADJ JJ Degree=Pos 24 acl:relcl 24:acl:relcl _ 32 ( ( PUNCT -LRB- _ 35 punct 35:punct SpaceAfter=No -33 such such ADJ JJ Degree=Pos 35 case 35:case _ +33 such such ADJ JJ Degree=Pos|ExtPos=ADP 35 case 35:case _ 34 as as ADP IN _ 33 fixed 33:fixed _ 35 Fallujah Fallujah PROPN NNP Number=Sing 24 nmod 24:nmod:such_as SpaceAfter=No 36 ) ) PUNCT -RRB- _ 35 punct 35:punct _ @@ -2711,7 +2711,7 @@ 38 be be AUX VB VerbForm=Inf 39 aux:pass 39:aux:pass _ 39 considered consider VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 ccomp 7:ccomp _ 40 the the DET DT Definite=Def|PronType=Art 42 det 42:det _ -41 most most ADV RBS _ 42 advmod 42:advmod _ +41 most most ADV RBS Degree=Sup 42 advmod 42:advmod _ 42 mortal mortal ADJ JJ Degree=Pos 39 xcomp 39:xcomp _ 43 of of ADP IN _ 45 case 45:case _ 44 mortal mortal ADJ JJ Degree=Pos 45 amod 45:amod _ @@ -2721,17 +2721,17 @@ # sent_id = weblog-juancole.com_juancole_20041109060653_ENG_20041109_060653-0007 # text = The Sunni AMS told Iraqis, "You sinned when you participated with occupation forces in the assault on Najaf, and beware lest you repeat this same sin in Fallujah. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 Sunni sunni ADJ JJ Degree=Pos 3 amod 3:amod _ +2 Sunni Sunni ADJ JJ Degree=Pos 3 amod 3:amod _ 3 AMS AMS PROPN NNP Number=Sing 4 nsubj 4:nsubj _ -4 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -5 Iraqis Iraqis PROPN NNPS Number=Plur 4 obj 4:obj SpaceAfter=No -6 , , PUNCT , _ 4 punct 4:punct _ -7 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No +4 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 Iraqis Iraqi PROPN NNPS Number=Plur 4 iobj 4:iobj SpaceAfter=No +6 , , PUNCT , _ 9 punct 9:punct _ +7 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No 8 You you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj|23:nsubj _ -9 sinned sin VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ -10 when when SCONJ WRB PronType=Int 12 mark 12:mark _ +9 sinned sin VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +10 when when ADV WRB PronType=Int 12 advmod 12:advmod _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ -12 participated participate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:when _ +12 participated participate VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:when _ 13 with with ADP IN _ 15 case 15:case _ 14 occupation occupation NOUN NN Number=Sing 15 compound 15:compound _ 15 forces force NOUN NNS Number=Plur 12 obl 12:obl:with _ @@ -2745,7 +2745,7 @@ 23 beware beware VERB VB Mood=Imp|VerbForm=Fin 9 conj 4:ccomp|9:conj:and _ 24 lest lest SCONJ IN _ 26 mark 26:mark _ 25 you you PRON PRP Case=Nom|Person=2|PronType=Prs 26 nsubj 26:nsubj _ -26 repeat repeat VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 advcl 23:advcl:lest _ +26 repeat repeat VERB VB Mood=Sub|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 23 advcl 23:advcl:lest _ 27 this this DET DT Number=Sing|PronType=Dem 29 det 29:det _ 28 same same ADJ JJ Degree=Pos 29 amod 29:amod _ 29 sin sin NOUN NN Number=Sing 26 obj 26:obj _ @@ -2769,24 +2769,24 @@ # text = The radical Shiite Sadr movement issued a statement forbidding the participation of Iraqi troops in the attack on Fallujah, as well. 1 The the DET DT Definite=Def|PronType=Art 5 det 5:det _ 2 radical radical ADJ JJ Degree=Pos 5 amod 5:amod _ -3 Shiite shiite ADJ JJ Degree=Pos 5 amod 5:amod _ +3 Shiite Shiite ADJ JJ Degree=Pos 5 amod 5:amod _ 4 Sadr Sadr PROPN NNP Number=Sing 5 compound 5:compound _ 5 movement movement NOUN NN Number=Sing 6 nsubj 6:nsubj _ -6 issued issue VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 issued issue VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 statement statement NOUN NN Number=Sing 6 obj 6:obj _ 9 forbidding forbid VERB VBG VerbForm=Ger 8 acl 8:acl _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 participation participation NOUN NN Number=Sing 9 obj 9:obj _ 12 of of ADP IN _ 14 case 14:case _ -13 Iraqi iraqi ADJ JJ Degree=Pos 14 amod 14:amod _ +13 Iraqi Iraqi ADJ JJ Degree=Pos 14 amod 14:amod _ 14 troops troops NOUN NNS Number=Plur 11 nmod 11:nmod:of _ 15 in in ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 attack attack NOUN NN Number=Sing 9 obl 9:obl:in _ 18 on on ADP IN _ 19 case 19:case _ 19 Fallujah Fallujah PROPN NNP Number=Sing 17 nmod 17:nmod:on SpaceAfter=No -20 , , PUNCT , _ 9 punct 9:punct _ +20 , , PUNCT , _ 21 punct 21:punct _ 21 as as ADV RB _ 9 advmod 9:advmod _ 22 well well ADV RB Degree=Pos 21 fixed 21:fixed SpaceAfter=No 23 . . PUNCT . _ 6 punct 6:punct _ @@ -2795,33 +2795,33 @@ # text = The statement said, "We direct an appeal at the men in the Iraqi forces, whether national guards or others, the majority of whom are Muslim, calling upon them to refrain for commiting this enormous sin under the banner of forces that do not respect our religion or any principles of basic humanity, and we ask them to view this war as illegal." 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 statement statement NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ -5 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No +3 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +4 , , PUNCT , _ 7 punct 7:punct _ +5 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No 6 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 direct direct VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +7 direct direct VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 8 an a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 appeal appeal NOUN NN Number=Sing 7 obj 7:obj _ 10 at at ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -12 men man NOUN NNS Number=Plur 7 obl 7:obl:at|25:nmod:at _ +12 men man NOUN NNS Number=Plur 7 obl 7:obl:at|25:nmod:of _ 13 in in ADP IN _ 16 case 16:case _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -15 Iraqi iraqi ADJ JJ Degree=Pos 16 amod 16:amod _ +15 Iraqi Iraqi ADJ JJ Degree=Pos 16 amod 16:amod _ 16 forces force NOUN NNS Number=Plur 12 nmod 12:nmod:in SpaceAfter=No -17 , , PUNCT , _ 16 punct 16:punct _ +17 , , PUNCT , _ 20 punct 20:punct _ 18 whether whether SCONJ IN _ 20 mark 20:mark _ 19 national national ADJ JJ Degree=Pos 20 amod 20:amod _ 20 guards guard NOUN NNS Number=Plur 12 acl 12:acl:whether _ 21 or or CCONJ CC _ 22 cc 22:cc _ 22 others other NOUN NNS Number=Plur 20 conj 12:acl:whether|20:conj:or SpaceAfter=No -23 , , PUNCT , _ 12 punct 12:punct _ +23 , , PUNCT , _ 29 punct 29:punct _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 majority majority NOUN NN Number=Sing 29 nsubj 29:nsubj _ 26 of of ADP IN _ 27 case 27:case _ -27 whom whom PRON WP PronType=Int 25 nmod 12:ref _ -28 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 29 cop 29:cop _ -29 Muslim muslim ADJ JJ Degree=Pos 12 acl:relcl 12:acl:relcl SpaceAfter=No +27 whom whom PRON WP PronType=Rel 25 nmod 12:ref _ +28 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 29 cop 29:cop _ +29 Muslim Muslim ADJ JJ Degree=Pos 12 acl:relcl 12:acl:relcl SpaceAfter=No 30 , , PUNCT , _ 12 punct 12:punct _ 31 calling call VERB VBG VerbForm=Ger 9 acl 9:acl _ 32 upon upon ADP IN _ 33 case 33:case _ @@ -2839,13 +2839,13 @@ 44 of of ADP IN _ 45 case 45:case _ 45 forces force NOUN NNS Number=Plur 43 nmod 43:nmod:of|49:nsubj _ 46 that that PRON WDT PronType=Rel 49 nsubj 45:ref _ -47 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 49 aux 49:aux _ +47 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 49 aux 49:aux _ 48 not not PART RB _ 49 advmod 49:advmod _ 49 respect respect VERB VB VerbForm=Inf 45 acl:relcl 45:acl:relcl _ -50 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 51 nmod:poss 51:nmod:poss _ +50 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 51 nmod:poss 51:nmod:poss _ 51 religion religion NOUN NN Number=Sing 49 obj 49:obj _ 52 or or CCONJ CC _ 54 cc 54:cc _ -53 any any DET DT _ 54 det 54:det _ +53 any any DET DT PronType=Ind 54 det 54:det _ 54 principles principle NOUN NNS Number=Plur 51 conj 49:obj|51:conj:or _ 55 of of ADP IN _ 57 case 57:case _ 56 basic basic ADJ JJ Degree=Pos 57 amod 57:amod _ @@ -2853,21 +2853,21 @@ 58 , , PUNCT , _ 61 punct 61:punct _ 59 and and CCONJ CC _ 61 cc 61:cc _ 60 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 61 nsubj 61:nsubj _ -61 ask ask VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 conj 3:ccomp|7:conj:and _ -62 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 61 obj 61:obj|64:nsubj:xsubj _ +61 ask ask VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 7 conj 3:ccomp|7:conj:and _ +62 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 61 iobj 61:iobj|64:nsubj:xsubj _ 63 to to PART TO _ 64 mark 64:mark _ 64 view view VERB VB VerbForm=Inf 61 xcomp 61:xcomp _ 65 this this DET DT Number=Sing|PronType=Dem 66 det 66:det _ 66 war war NOUN NN Number=Sing 64 obj 64:obj _ 67 as as ADP IN _ 68 mark 68:mark _ 68 illegal illegal ADJ JJ Degree=Pos 64 xcomp 64:xcomp SpaceAfter=No -69 . . PUNCT . _ 3 punct 3:punct SpaceAfter=No -70 " " PUNCT '' _ 3 punct 3:punct _ +69 . . PUNCT . _ 7 punct 7:punct SpaceAfter=No +70 " " PUNCT '' _ 7 punct 7:punct _ # sent_id = weblog-juancole.com_juancole_20041109060653_ENG_20041109_060653-0011 # text = It called a "ploy" the assertaion that the attack was merely on foreign fighters at Fallujah. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 called call VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 5 ploy ploy NOUN NN Number=Sing 2 xcomp 2:xcomp SpaceAfter=No @@ -2894,17 +2894,17 @@ 4 views view NOUN NNS Number=Plur 2 nmod 2:nmod:of _ 5 among among ADP IN _ 11 case 11:case _ 6 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -7 more more ADV RBR _ 8 advmod 8:advmod _ +7 more more ADV RBR Degree=Cmp 8 advmod 8:advmod _ 8 militant militant ADJ JJ Degree=Pos 11 amod 11:amod _ -9 Sunni sunni ADJ JJ Degree=Pos 11 amod 11:amod _ -10 Muslim muslim ADJ JJ Degree=Pos 11 amod 11:amod _ +9 Sunni Sunni ADJ JJ Degree=Pos 11 amod 11:amod _ +10 Muslim Muslim ADJ JJ Degree=Pos 11 amod 11:amod _ 11 clerics cleric NOUN NNS Number=Plur 4 nmod 4:nmod:among _ 12 of of ADP IN _ 13 case 13:case _ 13 AMS AMS PROPN NNP Number=Sing 11 nmod 11:nmod:of _ 14 and and CCONJ CC _ 17 cc 17:cc _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 radical radical ADJ JJ Degree=Pos 17 amod 17:amod _ -17 Shiites Shiites PROPN NNPS Number=Plur 11 conj 4:nmod:among|11:conj:and _ +17 Shiites Shiite PROPN NNPS Number=Plur 11 conj 4:nmod:among|11:conj:and _ 18 of of ADP IN _ 21 case 21:case _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 20 Sadr Sadr PROPN NNP Number=Sing 21 compound 21:compound _ @@ -2913,7 +2913,7 @@ 23 been be AUX VBN Tense=Past|VerbForm=Part 24 aux:pass 24:aux:pass _ 24 seen see VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 25 before before ADV RB _ 24 advmod 24:advmod SpaceAfter=No -26 , , PUNCT , _ 24 punct 24:punct _ +26 , , PUNCT , _ 28 punct 28:punct _ 27 last last ADJ JJ Degree=Pos 28 amod 28:amod _ 28 spring spring NOUN NN Number=Sing 24 obl:tmod 24:obl:tmod _ 29 during during ADP IN _ 33 case 33:case _ @@ -2939,11 +2939,11 @@ # sent_id = weblog-juancole.com_juancole_20041109060653_ENG_20041109_060653-0013 # text = Most Shiites, however, are still reluctant to take major risks to support the Sunnis of Fallujah, many of whom had supported Saddam and his anti-Shiite pogroms. 1 Most most ADJ JJS Degree=Sup 2 amod 2:amod _ -2 Shiites Shiites PROPN NNPS Number=Plur 8 nsubj 8:nsubj|10:nsubj:xsubj SpaceAfter=No -3 , , PUNCT , _ 8 punct 8:punct _ +2 Shiites Shiite PROPN NNPS Number=Plur 8 nsubj 8:nsubj|10:nsubj:xsubj SpaceAfter=No +3 , , PUNCT , _ 2 punct 2:punct _ 4 however however ADV RB _ 8 advmod 8:advmod SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +5 , , PUNCT , _ 4 punct 4:punct _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 still still ADV RB _ 8 advmod 8:advmod _ 8 reluctant reluctant ADJ JJ Degree=Pos 0 root 0:root _ 9 to to PART TO _ 10 mark 10:mark _ @@ -2953,19 +2953,19 @@ 13 to to PART TO _ 14 mark 14:mark _ 14 support support VERB VB VerbForm=Inf 10 advcl 10:advcl:to _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -16 Sunnis Sunnis PROPN NNPS Number=Plur 14 obj 14:obj|20:nmod _ +16 Sunnis Sunni PROPN NNPS Number=Plur 14 obj 14:obj|20:nmod:of _ 17 of of ADP IN _ 18 case 18:case _ 18 Fallujah Fallujah PROPN NNP Number=Sing 16 nmod 16:nmod:of SpaceAfter=No -19 , , PUNCT , _ 16 punct 16:punct _ +19 , , PUNCT , _ 24 punct 24:punct _ 20 many many ADJ JJ Degree=Pos 24 nsubj 24:nsubj _ 21 of of ADP IN _ 22 case 22:case _ -22 whom whom PRON WP PronType=Int 20 nmod 16:ref _ -23 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 aux 24:aux _ +22 whom whom PRON WP PronType=Rel 20 nmod 16:ref _ +23 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 24 aux 24:aux _ 24 supported support VERB VBN Tense=Past|VerbForm=Part 16 acl:relcl 16:acl:relcl _ 25 Saddam Saddam PROPN NNP Number=Sing 24 obj 24:obj _ 26 and and CCONJ CC _ 29 cc 29:cc _ -27 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ -28 anti-Shiite anti-shiite ADJ JJ Degree=Pos 29 amod 29:amod _ +27 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +28 anti-Shiite anti-Shiite ADJ JJ Degree=Pos 29 amod 29:amod _ 29 pogroms pogrom NOUN NNS Number=Plur 25 conj 24:obj|25:conj:and SpaceAfter=No 30 . . PUNCT . _ 8 punct 8:punct _ @@ -2975,13 +2975,13 @@ # text = President Bush pinched a few nerves yesterday with his choice of words: 1 President President PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 Bush Bush PROPN NNP Number=Sing 1 flat 1:flat _ -3 pinched pinch VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 pinched pinch VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 few few ADJ JJ Degree=Pos 6 amod 6:amod _ 6 nerves nerve NOUN NNS Number=Plur 3 obj 3:obj _ 7 yesterday yesterday NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 8 with with ADP IN _ 10 case 10:case _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 choice choice NOUN NN Number=Sing 3 obl 3:obl:with _ 11 of of ADP IN _ 12 case 12:case _ 12 words word NOUN NNS Number=Plur 10 nmod 10:nmod:of SpaceAfter=No @@ -2998,9 +2998,9 @@ # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060811122000_ENG_20060811_122000-0003 # text = U.S. Muslim groups criticized President Bush on Thursday for calling a foiled plot to blow up airplanes part of a "war with Islamic fascists," saying the term could inflame anti-Muslim tensions. 1 U.S. U.S. PROPN NNP Number=Sing 3 compound 3:compound _ -2 Muslim muslim ADJ JJ Degree=Pos 3 amod 3:amod _ +2 Muslim Muslim ADJ JJ Degree=Pos 3 amod 3:amod _ 3 groups group NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 criticized criticize VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 criticized criticize VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 President President PROPN NNP Number=Sing 4 obj 4:obj _ 6 Bush Bush PROPN NNP Number=Sing 5 flat 5:flat _ 7 on on ADP IN _ 8 case 8:case _ @@ -3008,7 +3008,7 @@ 9 for for SCONJ IN _ 10 mark 10:mark _ 10 calling call VERB VBG VerbForm=Ger 4 advcl 4:advcl:for _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -12 foiled foil VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ +12 foiled foil VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod _ 13 plot plot NOUN NN Number=Sing 10 obj 10:obj _ 14 to to PART TO _ 15 mark 15:mark _ 15 blow blow VERB VB VerbForm=Inf 13 acl 13:acl:to _ @@ -3020,16 +3020,16 @@ 21 " " PUNCT `` _ 22 punct 22:punct SpaceAfter=No 22 war war NOUN NN Number=Sing 18 nmod 18:nmod:of _ 23 with with ADP IN _ 25 case 25:case _ -24 Islamic islamic ADJ JJ Degree=Pos 25 amod 25:amod _ +24 Islamic Islamic ADJ JJ Degree=Pos 25 amod 25:amod _ 25 fascists fascist NOUN NNS Number=Plur 22 nmod 22:nmod:with SpaceAfter=No -26 , , PUNCT , _ 4 punct 4:punct SpaceAfter=No -27 " " PUNCT '' _ 4 punct 4:punct _ +26 , , PUNCT , _ 22 punct 22:punct SpaceAfter=No +27 " " PUNCT '' _ 22 punct 22:punct _ 28 saying say VERB VBG VerbForm=Ger 4 advcl 4:advcl _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 term term NOUN NN Number=Sing 32 nsubj 32:nsubj _ 31 could could AUX MD VerbForm=Fin 32 aux 32:aux _ 32 inflame inflame VERB VB VerbForm=Inf 28 ccomp 28:ccomp _ -33 anti-Muslim anti-muslim ADJ JJ Degree=Pos 34 amod 34:amod _ +33 anti-Muslim anti-Muslim ADJ JJ Degree=Pos 34 amod 34:amod _ 34 tensions tension NOUN NNS Number=Plur 32 obj 32:obj SpaceAfter=No 35 . . PUNCT . _ 4 punct 4:punct _ @@ -3037,15 +3037,15 @@ # text = U.S. officials have said the plot, thwarted by Britain, to blow up several aircraft over the Atlantic bore many of the hallmarks of al Qaeda. 1 U.S. U.S. PROPN NNP Number=Sing 2 compound 2:compound _ 2 officials official NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 said say VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 plot plot NOUN NN Number=Sing 20 nsubj 20:nsubj SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ -8 thwarted thwart VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 , , PUNCT , _ 8 punct 8:punct _ +8 thwarted thwart VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 9 by by ADP IN _ 10 case 10:case _ -10 Britain Britain PROPN NNP Number=Sing 8 obl 8:obl:by SpaceAfter=No -11 , , PUNCT , _ 6 punct 6:punct _ +10 Britain Britain PROPN NNP Number=Sing 8 obl:agent 8:obl:agent SpaceAfter=No +11 , , PUNCT , _ 13 punct 13:punct _ 12 to to PART TO _ 13 mark 13:mark _ 13 blow blow VERB VB VerbForm=Inf 6 acl 6:acl:to _ 14 up up ADP RP _ 13 compound:prt 13:compound:prt _ @@ -3054,11 +3054,11 @@ 17 over over ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 Atlantic Atlantic PROPN NNP Number=Sing 13 obl 13:obl:over _ -20 bore bear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +20 bore bear VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ 21 many many ADJ JJ Degree=Pos 20 obj 20:obj _ 22 of of ADP IN _ 24 case 24:case _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -24 hallmarks hallmark NOUN NNS Number=Plur 21 obl 21:obl:of _ +24 hallmarks hallmark NOUN NNS Number=Plur 21 nmod 21:nmod:of _ 25 of of ADP IN _ 27 case 27:case _ 26 al al PROPN NNP Number=Sing 27 compound 27:compound _ 27 Qaeda Qaeda PROPN NNP Number=Sing 24 nmod 24:nmod:of SpaceAfter=No @@ -3066,19 +3066,19 @@ # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060811122000_ENG_20060811_122000-0005 # text = "We believe this is an ill-advised term and we believe that it is counterproductive to associate Islam or Muslims with fascism," said Nihad Awad, executive director of the Council on American-Islamic Relations advocacy group. -1 " " PUNCT `` _ 27 punct 27:punct SpaceAfter=No +1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No 2 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 ccomp 27:ccomp _ +3 believe believe VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 27 ccomp 27:ccomp _ 4 this this PRON DT Number=Sing|PronType=Dem 10 nsubj 10:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 6 an a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 7 ill ill ADV RB _ 9 compound 9:compound SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No -9 advised advise VERB VBN Tense=Past|VerbForm=Part 10 amod 10:amod _ +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +9 advised advise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 amod 10:amod _ 10 term term NOUN NN Number=Sing 3 ccomp 3:ccomp _ 11 and and CCONJ CC _ 13 cc 13:cc _ 12 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and|27:ccomp _ +13 believe believe VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and|27:ccomp _ 14 that that SCONJ IN _ 17 mark 17:mark _ 15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 expl 17:expl _ 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ @@ -3087,24 +3087,24 @@ 19 associate associate VERB VB VerbForm=Inf 17 csubj 17:csubj _ 20 Islam Islam PROPN NNP Number=Sing 19 obj 19:obj _ 21 or or CCONJ CC _ 22 cc 22:cc _ -22 Muslims Muslims PROPN NNPS Number=Plur 20 conj 19:obj|20:conj:or _ +22 Muslims Muslim PROPN NNPS Number=Plur 20 conj 19:obj|20:conj:or _ 23 with with ADP IN _ 24 case 24:case _ 24 fascism fascism NOUN NN Number=Sing 19 obl 19:obl:with SpaceAfter=No -25 , , PUNCT , _ 27 punct 27:punct SpaceAfter=No -26 " " PUNCT '' _ 27 punct 27:punct _ -27 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +25 , , PUNCT , _ 3 punct 3:punct SpaceAfter=No +26 " " PUNCT '' _ 3 punct 3:punct _ +27 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 28 Nihad Nihad PROPN NNP Number=Sing 27 nsubj 27:nsubj _ 29 Awad Awad PROPN NNP Number=Sing 28 flat 28:flat SpaceAfter=No -30 , , PUNCT , _ 28 punct 28:punct _ +30 , , PUNCT , _ 32 punct 32:punct _ 31 executive executive ADJ JJ Degree=Pos 32 amod 32:amod _ 32 director director NOUN NN Number=Sing 28 appos 28:appos _ 33 of of ADP IN _ 42 case 42:case _ 34 the the DET DT Definite=Def|PronType=Art 42 det 42:det _ 35 Council Council PROPN NNP Number=Sing 42 compound 42:compound _ 36 on on ADP IN _ 40 case 40:case _ -37 American American PROPN NNP Number=Sing 40 amod 40:amod SpaceAfter=No -38 - - PUNCT HYPH _ 39 cc 39:cc SpaceAfter=No -39 Islamic Islamic PROPN NNP Number=Sing 37 conj 37:conj|40:amod _ +37 American American ADJ NNP Degree=Pos 39 amod 39:amod SpaceAfter=No +38 - - PUNCT HYPH _ 37 punct 37:punct SpaceAfter=No +39 Islamic Islamic ADJ NNP Degree=Pos 40 amod 40:amod _ 40 Relations Relations PROPN NNPS Number=Plur 35 nmod 35:nmod:on _ 41 advocacy advocacy NOUN NN Number=Sing 42 compound 42:compound _ 42 group group NOUN NN Number=Sing 32 nmod 32:nmod:of SpaceAfter=No @@ -3112,21 +3112,21 @@ # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060811122000_ENG_20060811_122000-0006 # text = Which is why he didn't say we're at war with Islamic people. -1 Which which PRON WDT PronType=Int 3 nsubj 3:nsubj _ +1 Which which PRON WDT PronType=Rel 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 why why ADV WRB PronType=Int 0 root 0:root _ +3 why why ADV WRB PronType=Rel 0 root 0:root|7:advmod _ 4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 5-6 didn't _ _ _ _ _ _ _ _ -5 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 aux 7:aux _ +5 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 aux 7:aux _ 6 n't not PART RB _ 7 advmod 7:advmod _ -7 say say VERB VB VerbForm=Inf 3 acl:relcl 3:acl:relcl _ +7 say say VERB VB VerbForm=Inf 3 advcl:relcl 3:advcl:relcl _ 8-9 we're _ _ _ _ _ _ _ _ 8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -9 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +9 're be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 at at ADP IN _ 11 case 11:case _ 11 war war NOUN NN Number=Sing 7 ccomp 7:ccomp _ 12 with with ADP IN _ 14 case 14:case _ -13 Islamic islamic ADJ JJ Degree=Pos 14 amod 14:amod _ +13 Islamic Islamic ADJ JJ Degree=Pos 14 amod 14:amod _ 14 people people NOUN NNS Number=Plur 11 nmod 11:nmod:with SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ @@ -3134,11 +3134,11 @@ # text = We're at war with Islamic fascists. 1-2 We're _ _ _ _ _ _ _ _ 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 're be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 at at ADP IN _ 4 case 4:case _ 4 war war NOUN NN Number=Sing 0 root 0:root _ 5 with with ADP IN _ 7 case 7:case _ -6 Islamic islamic ADJ JJ Degree=Pos 7 amod 7:amod _ +6 Islamic Islamic ADJ JJ Degree=Pos 7 amod 7:amod _ 7 fascists fascist NOUN NNS Number=Plur 4 nmod 4:nmod:with SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ @@ -3149,7 +3149,7 @@ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 word word NOUN NN Number=Sing 2 obj 2:obj _ 5 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No -6 Islamic islamic ADJ JJ Degree=Pos 4 appos 4:appos SpaceAfter=No +6 Islamic Islamic ADJ JJ Degree=Pos 4 appos 4:appos SpaceAfter=No 7 " " PUNCT '' _ 6 punct 6:punct _ 8 as as ADP IN _ 10 case 10:case _ 9 an a DET DT Definite=Ind|PronType=Art 10 det 10:det _ @@ -3159,10 +3159,10 @@ 13 purposely purposely ADV RB _ 15 advmod 15:advmod _ 14 not not PART RB _ 15 advmod 15:advmod _ 15 associating associate VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -16 Muslims Muslims PROPN NNPS Number=Plur 15 obj 15:obj _ +16 Muslims Muslim PROPN NNPS Number=Plur 15 obj 15:obj _ 17 with with ADP IN _ 18 case 18:case _ 18 fascism fascism NOUN NN Number=Sing 15 obl 15:obl:with SpaceAfter=No -19 , , PUNCT , _ 15 punct 15:punct _ +19 , , PUNCT , _ 22 punct 22:punct _ 20 hence hence ADV RB _ 22 advmod 22:advmod _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 qualifier qualifier NOUN NN Number=Sing 15 parataxis 15:parataxis SpaceAfter=No @@ -3174,19 +3174,19 @@ 2 if if SCONJ IN _ 6 mark 6:mark _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 4-5 haven't _ _ _ _ _ _ _ _ -4 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 n't not PART RB _ 6 advmod 6:advmod _ 6 heard hear VERB VBN Tense=Past|VerbForm=Part 15 advcl 15:advcl:if _ 7 by by ADP IN _ 8 case 8:case _ 8 now now ADV RB _ 6 obl 6:obl:by SpaceAfter=No -9 , , PUNCT , _ 15 punct 15:punct _ +9 , , PUNCT , _ 6 punct 6:punct _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 roster roster NOUN NN Number=Sing 15 nsubj 15:nsubj _ 12 of of ADP IN _ 14 case 14:case _ -13 suspected suspect VERB VBN Tense=Past|VerbForm=Part 14 amod 14:amod _ +13 suspected suspect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 amod 14:amod _ 14 terrorists terrorist NOUN NNS Number=Plur 11 nmod 11:nmod:of _ 15 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -16 not not ADV RB _ 15 advmod 15:advmod _ +16 not not PART RB _ 15 advmod 15:advmod _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 18 Tom Tom PROPN NNP Number=Sing 15 obj 15:obj SpaceAfter=No 19 , , PUNCT , _ 20 punct 20:punct _ @@ -3201,9 +3201,9 @@ # text = Umir Hussain, 24, London E14 1 Umir Umir PROPN NNP Number=Sing 0 root 0:root _ 2 Hussain Hussain PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 24 24 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ +4 24 24 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +5 , , PUNCT , _ 7 punct 7:punct _ 6 London London PROPN NNP Number=Sing 7 compound 7:compound _ 7 E14 E14 PROPN NNP Number=Sing 1 list 1:list _ @@ -3213,9 +3213,9 @@ 1 Muhammed Muhammed PROPN NNP Number=Sing 0 root 0:root _ 2 Usman Usman PROPN NNP Number=Sing 1 flat 1:flat _ 3 Saddique Saddique PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ -5 24 24 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -6 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ +5 24 24 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +6 , , PUNCT , _ 8 punct 8:punct _ 7 London London PROPN NNP Number=Sing 8 compound 8:compound _ 8 E17 E17 PROPN NNP Number=Sing 1 list 1:list _ @@ -3224,9 +3224,9 @@ # text = Waheed Zaman, 22, London E17 1 Waheed Waheed PROPN NNP Number=Sing 0 root 0:root _ 2 Zaman Zaman PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 22 22 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ +4 22 22 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +5 , , PUNCT , _ 7 punct 7:punct _ 6 London London PROPN NNP Number=Sing 7 compound 7:compound _ 7 E17 E17 PROPN NNP Number=Sing 1 list 1:list _ @@ -3236,9 +3236,9 @@ 1 Assan Assan PROPN NNP Number=Sing 0 root 0:root _ 2 Abdullah Abdullah PROPN NNP Number=Sing 1 flat 1:flat _ 3 Khan Khan PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ -5 22 22 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -6 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ +5 22 22 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +6 , , PUNCT , _ 8 punct 8:punct _ 7 London London PROPN NNP Number=Sing 8 compound 8:compound _ 8 E17 E17 PROPN NNP Number=Sing 1 list 1:list _ @@ -3247,10 +3247,10 @@ # text = Waseem Kayani, 28, High Wycombe 1 Waseem Waseem PROPN NNP Number=Sing 0 root 0:root _ 2 Kayani Kayani PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 28 28 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ -6 High High PROPN NNP Number=Sing 7 compound 7:compound _ +3 , , PUNCT , _ 4 punct 4:punct _ +4 28 28 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +5 , , PUNCT , _ 7 punct 7:punct _ +6 High High ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Wycombe Wycombe PROPN NNP Number=Sing 1 list 1:list _ # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060811122000_ENG_20060811_122000-0015 @@ -3259,9 +3259,9 @@ 1 Waheed Waheed PROPN NNP Number=Sing 0 root 0:root _ 2 Arafat Arafat PROPN NNP Number=Sing 1 flat 1:flat _ 3 Khan Khan PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ -5 24 24 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -6 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ +5 24 24 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +6 , , PUNCT , _ 8 punct 8:punct _ 7 London London PROPN NNP Number=Sing 8 compound 8:compound _ 8 E17 E17 PROPN NNP Number=Sing 1 list 1:list _ @@ -3270,9 +3270,9 @@ # text = Cossor Ali, 24, London E17 1 Cossor Cossor PROPN NNP Number=Sing 0 root 0:root _ 2 Ali Ali PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 24 24 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ +4 24 24 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +5 , , PUNCT , _ 7 punct 7:punct _ 6 London London PROPN NNP Number=Sing 7 compound 7:compound _ 7 E17 E17 PROPN NNP Number=Sing 1 list 1:list _ @@ -3281,9 +3281,9 @@ # text = Tayib Rauf, 21, Birmingham 1 Tayib Tayib PROPN NNP Number=Sing 2 compound 2:compound _ 2 Rauf Rauf PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ -4 21 21 NUM CD NumType=Card 2 list 2:list SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ +4 21 21 NUM CD NumForm=Digit|NumType=Card 2 list 2:list SpaceAfter=No +5 , , PUNCT , _ 6 punct 6:punct _ 6 Birmingham Birmingham PROPN NNP Number=Sing 2 list 2:list _ # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060811122000_ENG_20060811_122000-0018 @@ -3291,9 +3291,9 @@ # text = Ibrahim Savant, 26, London E17 1 Ibrahim Ibrahim PROPN NNP Number=Sing 0 root 0:root _ 2 Savant Savant PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 26 26 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ +4 26 26 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +5 , , PUNCT , _ 7 punct 7:punct _ 6 London London PROPN NNP Number=Sing 7 compound 7:compound _ 7 E17 E17 PROPN NNP Number=Sing 1 list 1:list _ @@ -3303,9 +3303,9 @@ 1 Osman Osman PROPN NNP Number=Sing 0 root 0:root _ 2 Adam Adam PROPN NNP Number=Sing 1 flat 1:flat _ 3 Khatib Khatib PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ -5 20 20 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -6 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ +5 20 20 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +6 , , PUNCT , _ 8 punct 8:punct _ 7 London London PROPN NNP Number=Sing 8 compound 8:compound _ 8 E17 E17 PROPN NNP Number=Sing 1 list 1:list _ @@ -3315,9 +3315,9 @@ 1 Shamin Shamin PROPN NNP Number=Sing 0 root 0:root _ 2 Mohammed Mohammed PROPN NNP Number=Sing 1 flat 1:flat _ 3 Uddin Uddin PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ -5 36 36 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -6 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ +5 36 36 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +6 , , PUNCT , _ 8 punct 8:punct _ 7 Stoke Stoke PROPN NNP Number=Sing 8 compound 8:compound _ 8 Newington Newington PROPN NNP Number=Sing 1 list 1:list _ @@ -3327,9 +3327,9 @@ 1 Amin Amin PROPN NNP Number=Sing 0 root 0:root _ 2 Asmin Asmin PROPN NNP Number=Sing 1 flat 1:flat _ 3 Tariq Tariq PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ -5 23 23 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -6 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ +5 23 23 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +6 , , PUNCT , _ 8 punct 8:punct _ 7 London London PROPN NNP Number=Sing 8 compound 8:compound _ 8 E17 E17 PROPN NNP Number=Sing 1 list 1:list _ @@ -3339,10 +3339,10 @@ 1 Shazad Shazad PROPN NNP Number=Sing 0 root 0:root _ 2 Khuram Khuram PROPN NNP Number=Sing 1 flat 1:flat _ 3 Ali Ali PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ -5 27 27 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -6 , , PUNCT , _ 1 punct 1:punct _ -7 High High PROPN NNP Number=Sing 8 compound 8:compound _ +4 , , PUNCT , _ 5 punct 5:punct _ +5 27 27 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +6 , , PUNCT , _ 8 punct 8:punct _ +7 High High ADJ NNP Degree=Pos 8 amod 8:amod _ 8 Wycombe Wycombe PROPN NNP Number=Sing 1 list 1:list _ # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060811122000_ENG_20060811_122000-0023 @@ -3350,9 +3350,9 @@ # text = Tanvir Hussain, 24, London E10 1 Tanvir Tanvir PROPN NNP Number=Sing 0 root 0:root _ 2 Hussain Hussain PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 24 24 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ +4 24 24 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +5 , , PUNCT , _ 7 punct 7:punct _ 6 London London PROPN NNP Number=Sing 7 compound 7:compound _ 7 E10 E10 PROPN NNP Number=Sing 1 list 1:list _ @@ -3361,15 +3361,15 @@ # text = Umar Islam, 28, (born Brian Young) High Wycombe 1 Umar Umar PROPN NNP Number=Sing 2 compound 2:compound _ 2 Islam Islam PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ -4 28 28 NUM CD NumType=Card 2 list 2:list SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ +4 28 28 NUM CD NumForm=Digit|NumType=Card 2 list 2:list SpaceAfter=No +5 , , PUNCT , _ 7 punct 7:punct _ 6 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No -7 born bear VERB VBN Tense=Past|VerbForm=Part 2 acl 2:acl _ +7 born bear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 acl 2:acl _ 8 Brian Brian PROPN NNP Number=Sing 7 xcomp 7:xcomp _ 9 Young Young PROPN NNP Number=Sing 8 flat 8:flat SpaceAfter=No 10 ) ) PUNCT -RRB- _ 7 punct 7:punct _ -11 High High PROPN NNP Number=Sing 12 compound 12:compound _ +11 High High ADJ NNP Degree=Pos 12 amod 12:amod _ 12 Wycombe Wycombe PROPN NNP Number=Sing 2 list 2:list _ # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060811122000_ENG_20060811_122000-0025 @@ -3377,10 +3377,10 @@ # text = Assad Sarwar, 25, High Wycombe 1 Assad Assad PROPN NNP Number=Sing 0 root 0:root _ 2 Sarwar Sarwar PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 25 25 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ -6 High High PROPN NNP Number=Sing 7 compound 7:compound _ +3 , , PUNCT , _ 4 punct 4:punct _ +4 25 25 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +5 , , PUNCT , _ 7 punct 7:punct _ +6 High High ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Wycombe Wycombe PROPN NNP Number=Sing 1 list 1:list _ # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060811122000_ENG_20060811_122000-0026 @@ -3388,9 +3388,9 @@ # text = Abdullah Ali, 26, London E17 1 Abdullah Abdullah PROPN NNP Number=Sing 0 root 0:root _ 2 Ali Ali PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 26 26 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ +4 26 26 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +5 , , PUNCT , _ 7 punct 7:punct _ 6 London London PROPN NNP Number=Sing 7 compound 7:compound _ 7 E17 E17 PROPN NNP Number=Sing 1 list 1:list _ @@ -3400,9 +3400,9 @@ 1 Abdul Abdul PROPN NNP Number=Sing 0 root 0:root _ 2 Muneem Muneem PROPN NNP Number=Sing 1 flat 1:flat _ 3 Patel Patel PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ -5 17 17 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -6 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ +5 17 17 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +6 , , PUNCT , _ 8 punct 8:punct _ 7 London London PROPN NNP Number=Sing 8 compound 8:compound _ 8 E5 E5 PROPN NNP Number=Sing 1 list 1:list _ @@ -3411,23 +3411,23 @@ # text = Nabeel Hussain, 21, Waltham Forest Lest you be confused with the suspects from an earlier plot foiled in Canada a few months ago: Fahim Ahmad, 21, Toronto; 1 Nabeel Nabeel PROPN NNP Number=Sing 0 root 0:root _ 2 Hussain Hussain PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 21 21 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ +4 21 21 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +5 , , PUNCT , _ 7 punct 7:punct _ 6 Waltham Waltham PROPN NNP Number=Sing 7 compound 7:compound _ 7 Forest Forest PROPN NNP Number=Sing 1 list 1:list _ 8 Lest lest SCONJ IN _ 11 mark 11:mark _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -10 be be AUX VB VerbForm=Inf 11 cop 11:cop _ +10 be be AUX VB Mood=Sub|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 11 confused confused ADJ JJ Degree=Pos 1 parataxis 1:parataxis _ 12 with with ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 suspects suspect NOUN NNS Number=Plur 11 obl 11:obl:with _ 15 from from ADP IN _ 18 case 18:case _ 16 an a DET DT Definite=Ind|PronType=Art 18 det 18:det _ -17 earlier earlier ADJ JJR Degree=Cmp 18 amod 18:amod _ +17 earlier early ADJ JJR Degree=Cmp 18 amod 18:amod _ 18 plot plot NOUN NN Number=Sing 14 nmod 14:nmod:from _ -19 foiled foil VERB VBN Tense=Past|VerbForm=Part 18 acl 18:acl _ +19 foiled foil VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 acl 18:acl _ 20 in in ADP IN _ 21 case 21:case _ 21 Canada Canada PROPN NNP Number=Sing 19 obl 19:obl:in _ 22 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ @@ -3437,9 +3437,9 @@ 26 : : PUNCT : _ 27 punct 27:punct _ 27 Fahim Fahim PROPN NNP Number=Sing 1 parataxis 1:parataxis _ 28 Ahmad Ahmad PROPN NNP Number=Sing 27 flat 27:flat SpaceAfter=No -29 , , PUNCT , _ 27 punct 27:punct _ -30 21 21 NUM CD NumType=Card 27 list 27:list SpaceAfter=No -31 , , PUNCT , _ 27 punct 27:punct _ +29 , , PUNCT , _ 30 punct 30:punct _ +30 21 21 NUM CD NumForm=Digit|NumType=Card 27 list 27:list SpaceAfter=No +31 , , PUNCT , _ 32 punct 32:punct _ 32 Toronto Toronto PROPN NNP Number=Sing 27 list 27:list SpaceAfter=No 33 ; ; PUNCT , _ 1 punct 1:punct _ @@ -3447,11 +3447,11 @@ # text = Zakaria Amara, 20, Mississauga, Ont.; 1 Zakaria Zakaria PROPN NNP Number=Sing 0 root 0:root _ 2 Amara Amara PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 20 20 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ +4 20 20 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +5 , , PUNCT , _ 6 punct 6:punct _ 6 Mississauga Mississauga PROPN NNP Number=Sing 1 list 1:list SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 8 punct 8:punct _ 8 Ont. Ont. PROPN NNP Number=Sing 6 appos 6:appos SpaceAfter=No 9 ; ; PUNCT , _ 1 punct 1:punct _ @@ -3460,9 +3460,9 @@ # text = Asad Ansari, 21, Mississauga; 1 Asad Asad PROPN NNP Number=Sing 0 root 0:root _ 2 Ansari Ansari PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 21 21 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ +4 21 21 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +5 , , PUNCT , _ 6 punct 6:punct _ 6 Mississauga Mississauga PROPN NNP Number=Sing 1 list 1:list SpaceAfter=No 7 ; ; PUNCT , _ 1 punct 1:punct _ @@ -3471,9 +3471,9 @@ # text = Shareef Abdelhaleen, 30, Mississauga; 1 Shareef Shareef PROPN NNP Number=Sing 0 root 0:root _ 2 Abdelhaleen Abdelhaleen PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 30 30 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ +4 30 30 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +5 , , PUNCT , _ 6 punct 6:punct _ 6 Mississauga Mississauga PROPN NNP Number=Sing 1 list 1:list SpaceAfter=No 7 ; ; PUNCT , _ 1 punct 1:punct _ @@ -3483,9 +3483,9 @@ 1 Qayyum Qayyum PROPN NNP Number=Sing 0 root 0:root _ 2 Abdul Abdul PROPN NNP Number=Sing 1 flat 1:flat _ 3 Jamal Jamal PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ -5 43 43 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -6 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ +5 43 43 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +6 , , PUNCT , _ 7 punct 7:punct _ 7 Mississauga Mississauga PROPN NNP Number=Sing 1 list 1:list SpaceAfter=No 8 ; ; PUNCT , _ 1 punct 1:punct _ @@ -3494,11 +3494,11 @@ # text = Mohammed Dirie, 22, Kingston, Ont.; 1 Mohammed Mohammed PROPN NNP Number=Sing 0 root 0:root _ 2 Dirie Dirie PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 22 22 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ +4 22 22 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +5 , , PUNCT , _ 6 punct 6:punct _ 6 Kingston Kingston PROPN NNP Number=Sing 1 list 1:list SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 8 punct 8:punct _ 8 Ont. Ont. PROPN NNP Number=Sing 6 appos 6:appos SpaceAfter=No 9 ; ; PUNCT , _ 1 punct 1:punct _ @@ -3508,9 +3508,9 @@ 1 Yasim Yasim PROPN NNP Number=Sing 0 root 0:root _ 2 Abdi Abdi PROPN NNP Number=Sing 1 flat 1:flat _ 3 Mohamed Mohamed PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ -5 24 24 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -6 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ +5 24 24 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +6 , , PUNCT , _ 7 punct 7:punct _ 7 Kingston Kingston PROPN NNP Number=Sing 1 list 1:list SpaceAfter=No 8 ; ; PUNCT , _ 1 punct 1:punct _ @@ -3519,9 +3519,9 @@ # text = Jahmaal James, 23, Toronto; 1 Jahmaal Jahmaal PROPN NNP Number=Sing 0 root 0:root _ 2 James James PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 23 23 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ +4 23 23 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +5 , , PUNCT , _ 6 punct 6:punct _ 6 Toronto Toronto PROPN NNP Number=Sing 1 list 1:list SpaceAfter=No 7 ; ; PUNCT , _ 1 punct 1:punct _ @@ -3531,9 +3531,9 @@ 1 Amin Amin PROPN NNP Number=Sing 0 root 0:root _ 2 Mohamed Mohamed PROPN NNP Number=Sing 1 flat 1:flat _ 3 Durrani Durrani PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ -5 19 19 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -6 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ +5 19 19 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +6 , , PUNCT , _ 7 punct 7:punct _ 7 Toronto Toronto PROPN NNP Number=Sing 1 list 1:list SpaceAfter=No 8 ; ; PUNCT , _ 1 punct 1:punct _ @@ -3543,12 +3543,12 @@ 1 Steven Steven PROPN NNP Number=Sing 0 root 0:root _ 2 Vikash Vikash PROPN NNP Number=Sing 1 flat 1:flat _ 3 Chand Chand PROPN NNP Number=Sing 1 flat 1:flat _ -4 alias alias NOUN NN Number=Sing 1 acl 1:acl _ -5 Abdul Abdul PROPN NNP Number=Sing 4 nmod:npmod 4:nmod:npmod _ +4 alias alias NOUN NN Number=Sing 1 parataxis 1:parataxis _ +5 Abdul Abdul PROPN NNP Number=Sing 4 appos 4:appos _ 6 Shakur Shakur PROPN NNP Number=Sing 5 flat 5:flat SpaceAfter=No -7 , , PUNCT , _ 1 punct 1:punct _ -8 25 25 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -9 , , PUNCT , _ 1 punct 1:punct _ +7 , , PUNCT , _ 8 punct 8:punct _ +8 25 25 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +9 , , PUNCT , _ 10 punct 10:punct _ 10 Toronto Toronto PROPN NNP Number=Sing 1 list 1:list SpaceAfter=No 11 ; ; PUNCT , _ 1 punct 1:punct _ @@ -3558,9 +3558,9 @@ 1 Ahmad Ahmad PROPN NNP Number=Sing 0 root 0:root _ 2 Mustafa Mustafa PROPN NNP Number=Sing 1 flat 1:flat _ 3 Ghany Ghany PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ -5 21 21 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -6 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ +5 21 21 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +6 , , PUNCT , _ 7 punct 7:punct _ 7 Mississauga Mississauga PROPN NNP Number=Sing 1 list 1:list SpaceAfter=No 8 ; ; PUNCT , _ 1 punct 1:punct _ @@ -3569,13 +3569,13 @@ # text = Saad Khalid, 19, of Eclipse Avenue, Mississauga. 1 Saad Saad PROPN NNP Number=Sing 0 root 0:root _ 2 Khalid Khalid PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 19 19 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ +4 19 19 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +5 , , PUNCT , _ 8 punct 8:punct _ 6 of of ADP IN _ 8 case 8:case _ 7 Eclipse Eclipse PROPN NNP Number=Sing 8 compound 8:compound _ 8 Avenue Avenue PROPN NNP Number=Sing 1 nmod 1:nmod:of SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 Mississauga Mississauga PROPN NNP Number=Sing 8 appos 8:appos SpaceAfter=No 11 . . PUNCT . _ 1 punct 1:punct _ @@ -3583,31 +3583,31 @@ # text = We've got a Steven, the one word that didn't crash my spell-check, despite it being followed by a Vikash Chand Abdul Shakur. 1-2 We've _ _ _ _ _ _ _ _ 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 got get VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 Steven Steven PROPN NNP Number=Sing 3 obj 3:obj SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 9 punct 9:punct _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 one one NUM CD NumType=Card 9 nummod 9:nummod _ +8 one one NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 9 word word NOUN NN Number=Sing 5 appos 5:appos|13:nsubj _ 10 that that PRON WDT PronType=Rel 13 nsubj 9:ref _ 11-12 didn't _ _ _ _ _ _ _ _ -11 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 aux 13:aux _ +11 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 12 n't not PART RB _ 13 advmod 13:advmod _ 13 crash crash VERB VB VerbForm=Inf 9 acl:relcl 9:acl:relcl _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 15 spell spell NOUN NN Number=Sing 17 compound 17:compound SpaceAfter=No -16 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No +16 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No 17 check check NOUN NN Number=Sing 13 obj 13:obj SpaceAfter=No -18 , , PUNCT , _ 13 punct 13:punct _ +18 , , PUNCT , _ 22 punct 22:punct _ 19 despite despite SCONJ IN _ 22 mark 22:mark _ 20 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 nsubj:pass 22:nsubj:pass _ 21 being be AUX VBG VerbForm=Ger 22 aux:pass 22:aux:pass _ 22 followed follow VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 advcl 13:advcl:despite _ 23 by by ADP IN _ 25 case 25:case _ 24 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ -25 Vikash Vikash PROPN NNP Number=Sing 22 obl 22:obl:by _ +25 Vikash Vikash PROPN NNP Number=Sing 22 obl:agent 22:obl:agent _ 26 Chand Chand PROPN NNP Number=Sing 25 flat 25:flat _ 27 Abdul Abdul PROPN NNP Number=Sing 25 flat 25:flat _ 28 Shakur Shakur PROPN NNP Number=Sing 25 flat 25:flat SpaceAfter=No @@ -3616,31 +3616,31 @@ # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060811122000_ENG_20060811_122000-0041 # text = Folks, if it's Islamic, and fascist, it's an Islamic fascist. 1 Folks folk NOUN NNS Number=Plur 15 vocative 15:vocative SpaceAfter=No -2 , , PUNCT , _ 15 punct 15:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 if if SCONJ IN _ 6 mark 6:mark _ 4-5 it's _ _ _ _ _ _ _ _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj|9:nsubj _ 5 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -6 Islamic islamic ADJ JJ Degree=Pos 15 advcl 15:advcl:if SpaceAfter=No +6 Islamic Islamic ADJ JJ Degree=Pos 15 advcl 15:advcl:if SpaceAfter=No 7 , , PUNCT , _ 9 punct 9:punct _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 fascist fascist ADJ JJ Degree=Pos 6 conj 6:conj:and|15:advcl:if SpaceAfter=No -10 , , PUNCT , _ 15 punct 15:punct _ +10 , , PUNCT , _ 6 punct 6:punct _ 11-12 it's _ _ _ _ _ _ _ _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 12 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 13 an a DET DT Definite=Ind|PronType=Art 15 det 15:det _ -14 Islamic islamic ADJ JJ Degree=Pos 15 amod 15:amod _ +14 Islamic Islamic ADJ JJ Degree=Pos 15 amod 15:amod _ 15 fascist fascist NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 16 . . PUNCT . _ 15 punct 15:punct _ # sent_id = weblog-blogspot.com_aggressivevoicedaily_20060811122000_ENG_20060811_122000-0042 # text = But because we don't want to sound hateful we must pretend everyone's a possible suspect and make airline travel more miserable than it's ever been. -1 But but CCONJ CC _ 19 cc 19:cc _ +1 But but CCONJ CC _ 12 cc 12:cc _ 2 because because SCONJ IN _ 6 mark 6:mark _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj|8:nsubj:xsubj|9:nsubj:xsubj _ 4-5 don't _ _ _ _ _ _ _ _ -4 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 n't not PART RB _ 6 advmod 6:advmod _ 6 want want VERB VB VerbForm=Inf 12 advcl 12:advcl:because _ 7 to to PART TO _ 8 mark 8:mark _ @@ -3650,7 +3650,7 @@ 11 must must AUX MD VerbForm=Fin 12 aux 12:aux _ 12 pretend pretend VERB VB VerbForm=Inf 0 root 0:root _ 13-14 everyone's _ _ _ _ _ _ _ _ -13 everyone everyone PRON NN Number=Sing 17 nsubj 17:nsubj _ +13 everyone everyone PRON NN Number=Sing|PronType=Tot 17 nsubj 17:nsubj _ 14 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 15 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 16 possible possible ADJ JJ Degree=Pos 17 amod 17:amod _ @@ -3659,7 +3659,7 @@ 19 make make VERB VB VerbForm=Inf 12 conj 12:conj:and _ 20 airline airline NOUN NN Number=Sing 21 compound 21:compound _ 21 travel travel NOUN NN Number=Sing 19 obj 19:obj|23:nsubj:xsubj _ -22 more more ADV RBR _ 23 advmod 23:advmod _ +22 more more ADV RBR Degree=Cmp 23 advmod 23:advmod _ 23 miserable miserable ADJ JJ Degree=Pos 19 xcomp 19:xcomp _ 24 than than SCONJ IN _ 28 mark 28:mark _ 25-26 it's _ _ _ _ _ _ _ _ @@ -3680,39 +3680,39 @@ 5 of of ADP IN _ 6 case 6:case _ 6 Monotheism Monotheism PROPN NNP Number=Sing 4 nmod 4:nmod:of _ 7 and and CCONJ CC _ 9 cc 9:cc _ -8 Holy Holy PROPN NNP Number=Sing 9 compound 9:compound _ +8 Holy Holy ADJ NNP Degree=Pos 9 amod 9:amod _ 9 War War PROPN NNP Number=Sing 6 conj 4:nmod:of|6:conj:and _ 10 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No 11 al al PROPN NNP Number=Sing 17 compound 17:compound SpaceAfter=No -12 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 Tawhid Tawhid PROPN NNP Number=Sing 17 compound 17:compound _ 14 wa wa PROPN NNP Number=Sing 17 compound 17:compound _ 15 al al PROPN NNP Number=Sing 17 compound 17:compound SpaceAfter=No -16 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No +16 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No 17 Jihad Jihad PROPN NNP Number=Sing 6 appos 6:appos SpaceAfter=No 18 ) ) PUNCT -RRB- _ 17 punct 17:punct _ -19 , , PUNCT , _ 23 punct 23:punct _ +19 , , PUNCT , _ 4 punct 4:punct _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 group group NOUN NN Number=Sing 23 nsubj 23:nsubj _ 22 allegedly allegedly ADV RB _ 23 advmod 23:advmod _ -23 declared declare VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -24 , , PUNCT , _ 23 punct 23:punct _ -25 " " PUNCT `` _ 23 punct 23:punct SpaceAfter=No +23 declared declare VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +24 , , PUNCT , _ 27 punct 27:punct _ +25 " " PUNCT `` _ 27 punct 27:punct SpaceAfter=No 26 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 27 nsubj 27:nsubj _ -27 announce announce VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 ccomp 23:ccomp _ +27 announce announce VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 23 ccomp 23:ccomp _ 28 that that SCONJ IN _ 41 mark 41:mark _ 29 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 30 Tawhid Tawhid PROPN NNP Number=Sing 33 compound 33:compound _ 31 and and CCONJ CC _ 32 cc 32:cc _ 32 Jihad Jihad PROPN NNP Number=Sing 30 conj 30:conj:and|33:compound _ 33 Group Group PROPN NNP Number=Sing 41 nsubj 41:nsubj SpaceAfter=No -34 , , PUNCT , _ 33 punct 33:punct _ -35 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ +34 , , PUNCT , _ 36 punct 36:punct _ +35 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ 36 prince prince NOUN NN Number=Sing 33 appos 33:appos _ 37 and and CCONJ CC _ 38 cc 38:cc _ 38 soldiers soldier NOUN NNS Number=Plur 36 conj 33:appos|36:conj:and SpaceAfter=No -39 , , PUNCT , _ 41 punct 41:punct _ -40 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 41 aux 41:aux _ +39 , , PUNCT , _ 33 punct 33:punct _ +40 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 41 aux 41:aux _ 41 pledged pledge VERB VBN Tense=Past|VerbForm=Part 27 ccomp 27:ccomp _ 42 allegiance allegiance NOUN NN Number=Sing 41 obj 41:obj _ 43 to to ADP IN _ 45 case 45:case _ @@ -3724,8 +3724,8 @@ 49 Osama Osama PROPN NNP Number=Sing 45 appos 45:appos _ 50 bin bin PROPN NNP Number=Sing 49 flat 49:flat _ 51 Laden Laden PROPN NNP Number=Sing 49 flat 49:flat SpaceAfter=No -52 . . PUNCT . _ 23 punct 23:punct SpaceAfter=No -53 " " PUNCT '' _ 23 punct 23:punct _ +52 . . PUNCT . _ 27 punct 27:punct SpaceAfter=No +53 " " PUNCT '' _ 27 punct 27:punct _ # sent_id = weblog-juancole.com_juancole_20041018060600_ENG_20041018_060600-0002 # text = This pledge is a new development. @@ -3742,12 +3742,12 @@ 1 Abu Abu PROPN NNP Number=Sing 10 nsubj:pass 10:nsubj:pass|15:nsubj:xsubj _ 2 Musab Musab PROPN NNP Number=Sing 1 flat 1:flat _ 3 al al PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -4 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +4 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 5 Zarqawi Zarqawi PROPN NNP Number=Sing 1 flat 1:flat _ 6 and and CCONJ CC _ 8 cc 8:cc _ -7 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 group group NOUN NN Number=Sing 1 conj 1:conj:and|10:nsubj:pass|15:nsubj:xsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ 10 said say VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 11 to to PART TO _ 15 mark 15:mark _ 12 have have AUX VB VerbForm=Inf 15 aux 15:aux _ @@ -3756,18 +3756,18 @@ 15 rivals rival NOUN NNS Number=Plur 10 xcomp 10:xcomp _ 16 of of ADP IN _ 19 case 19:case _ 17 al al PROPN NNP Number=Sing 19 compound 19:compound SpaceAfter=No -18 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No +18 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No 19 Qaeda Qaeda PROPN NNP Number=Sing 15 nmod 15:nmod:of _ 20 during during ADP IN _ 24 case 24:case _ 21 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -22 Afghan afghan ADJ JJ Degree=Pos 24 amod 24:amod _ +22 Afghan Afghan ADJ JJ Degree=Pos 24 amod 24:amod _ 23 resistance resistance NOUN NN Number=Sing 24 compound 24:compound _ 24 days day NOUN NNS Number=Plur 15 obl 15:obl:during SpaceAfter=No 25 . . PUNCT . _ 10 punct 10:punct _ # sent_id = weblog-juancole.com_juancole_20041018060600_ENG_20041018_060600-0004 # text = One witness at the Moutasaddiq trial in Germany alleged that Zarqawi had not allowed Monotheism and Holy War to share resources with al-Qaeda in the early zeroes of the 21st century. -1 One one NUM CD NumType=Card 2 nummod 2:nummod _ +1 One one NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 witness witness NOUN NN Number=Sing 9 nsubj 9:nsubj _ 3 at at ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ @@ -3775,22 +3775,22 @@ 6 trial trial NOUN NN Number=Sing 5 flat 5:flat _ 7 in in ADP IN _ 8 case 8:case _ 8 Germany Germany PROPN NNP Number=Sing 5 nmod 5:nmod:in _ -9 alleged allege VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 alleged allege VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 that that SCONJ IN _ 14 mark 14:mark _ 11 Zarqawi Zarqawi PROPN NNP Number=Sing 14 nsubj 14:nsubj _ -12 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 aux 14:aux _ +12 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 aux 14:aux _ 13 not not PART RB _ 14 advmod 14:advmod _ 14 allowed allow VERB VBN Tense=Past|VerbForm=Part 9 ccomp 9:ccomp _ -15 Monotheism Monotheism PROPN NNP Number=Sing 14 obj 14:obj|20:nsubj:xsubj _ +15 Monotheism Monotheism PROPN NNP Number=Sing 14 iobj 14:iobj|20:nsubj:xsubj _ 16 and and CCONJ CC _ 18 cc 18:cc _ -17 Holy Holy PROPN NNP Number=Sing 18 compound 18:compound _ -18 War War PROPN NNP Number=Sing 15 conj 14:obj|15:conj:and|20:nsubj:xsubj _ +17 Holy Holy ADJ NNP Degree=Pos 18 amod 18:amod _ +18 War War PROPN NNP Number=Sing 15 conj 14:iobj|15:conj:and|20:nsubj:xsubj _ 19 to to PART TO _ 20 mark 20:mark _ 20 share share VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 21 resources resource NOUN NNS Number=Plur 20 obj 20:obj _ 22 with with ADP IN _ 25 case 25:case _ 23 al al PROPN NNP Number=Sing 25 compound 25:compound SpaceAfter=No -24 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No +24 - - PUNCT HYPH _ 23 punct 23:punct SpaceAfter=No 25 Qaeda Qaeda PROPN NNP Number=Sing 20 obl 20:obl:with _ 26 in in ADP IN _ 29 case 29:case _ 27 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ @@ -3798,7 +3798,7 @@ 29 zeroes zero NOUN NNS Number=Plur 20 obl 20:obl:in _ 30 of of ADP IN _ 33 case 33:case _ 31 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ -32 21st 21st ADJ JJ Degree=Pos|NumType=Ord 33 amod 33:amod _ +32 21st 21st ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 33 amod 33:amod _ 33 century century NOUN NN Number=Sing 29 nmod 29:nmod:of SpaceAfter=No 34 . . PUNCT . _ 9 punct 9:punct _ @@ -3809,7 +3809,7 @@ 3 statement statement NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 true true ADJ JJ Degree=Pos 11 advcl 11:advcl:if SpaceAfter=No -6 , , PUNCT , _ 11 punct 11:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ @@ -3818,12 +3818,12 @@ 12 that that SCONJ IN _ 23 mark 23:mark _ 13 even even ADV RB _ 19 advmod 19:advmod _ 14 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -15 divided divide VERB VBN Tense=Past|VerbForm=Part 19 amod 19:amod _ +15 divided divide VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 amod 19:amod _ 16 small small ADJ JJ Degree=Pos 19 amod 19:amod _ 17 radical radical ADJ JJ Degree=Pos 19 amod 19:amod _ 18 guerrilla guerrilla NOUN NN Number=Sing 19 compound 19:compound _ 19 groups group NOUN NNS Number=Plur 23 nsubj:pass 23:nsubj:pass _ -20 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ +20 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ 21 being be AUX VBG VerbForm=Ger 23 aux:pass 23:aux:pass _ 22 " " PUNCT `` _ 23 punct 23:punct SpaceAfter=No 23 picked pick VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl 11:acl:that _ @@ -3831,8 +3831,8 @@ 25 " " PUNCT '' _ 23 punct 23:punct _ 26 by by ADP IN _ 29 case 29:case _ 27 al al PROPN NNP Number=Sing 29 compound 29:compound SpaceAfter=No -28 - - PUNCT HYPH _ 29 punct 29:punct SpaceAfter=No -29 Qaeda Qaeda PROPN NNP Number=Sing 23 obl 23:obl:by SpaceAfter=No +28 - - PUNCT HYPH _ 27 punct 27:punct SpaceAfter=No +29 Qaeda Qaeda PROPN NNP Number=Sing 23 obl:agent 23:obl:agent SpaceAfter=No 30 . . PUNCT . _ 11 punct 11:punct _ # sent_id = weblog-juancole.com_juancole_20041018060600_ENG_20041018_060600-0006 @@ -3877,7 +3877,7 @@ # newpar id = weblog-juancole.com_juancole_20041018060600_ENG_20041018_060600-p0002 # text = Al-Qaeda in Afghanistan was a group of only a few hundred "Afghan Arabs" who pledged personal loyalty to Usamah Bin Laden. 1 Al Al PROPN NNP Number=Sing 3 compound 3:compound SpaceAfter=No -2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No +2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No 3 Qaeda Qaeda PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 4 in in ADP IN _ 5 case 5:case _ 5 Afghanistan Afghanistan PROPN NNP Number=Sing 3 nmod 3:nmod:in _ @@ -3888,13 +3888,13 @@ 10 only only ADV RB _ 13 advmod 13:advmod _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 few few ADJ JJ Degree=Pos 13 amod 13:amod _ -13 hundred hundred NUM CD NumType=Card 16 nummod 16:nummod _ +13 hundred hundred NUM CD NumForm=Word|NumType=Card 16 nummod 16:nummod _ 14 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No -15 Afghan afghan ADJ JJ Degree=Pos 16 amod 16:amod _ -16 Arabs Arabs PROPN NNPS Number=Plur 8 nmod 8:nmod:of|19:nsubj SpaceAfter=No +15 Afghan Afghan ADJ JJ Degree=Pos 16 amod 16:amod _ +16 Arabs Arab PROPN NNPS Number=Plur 8 nmod 8:nmod:of|19:nsubj SpaceAfter=No 17 " " PUNCT '' _ 16 punct 16:punct _ 18 who who PRON WP PronType=Rel 19 nsubj 16:ref _ -19 pledged pledge VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ +19 pledged pledge VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ 20 personal personal ADJ JJ Degree=Pos 21 amod 21:amod _ 21 loyalty loyalty NOUN NN Number=Sing 19 obj 19:obj _ 22 to to ADP IN _ 23 case 23:case _ @@ -3913,18 +3913,18 @@ 6 to to PART TO _ 7 mark 7:mark _ 7 encompass encompass VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ 8 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -9 5,000 5,000 NUM CD NumType=Card 11 compound 11:compound SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +9 5,000 5000 NUM CD NumForm=Digit|NumType=Card 11 compound 11:compound SpaceAfter=No +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 11 strong strong ADJ JJ Degree=Pos 14 amod 14:amod _ 12 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No -13 55th 55th PROPN NNP Number=Sing 14 compound 14:compound _ +13 55th 55th ADJ NNP NumForm=Combi|NumType=Ord 14 amod 14:amod _ 14 Brigade Brigade PROPN NNP Number=Sing 7 obj 7:obj SpaceAfter=No 15 " " PUNCT '' _ 14 punct 14:punct _ 16 of of ADP IN _ 19 case 19:case _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 18 Taliban Taliban PROPN NNP Number=Sing 19 compound 19:compound _ 19 regime regime NOUN NN Number=Sing 14 nmod 14:nmod:of SpaceAfter=No -20 , , PUNCT , _ 7 punct 7:punct _ +20 , , PUNCT , _ 27 punct 27:punct _ 21 though though SCONJ IN _ 27 mark 27:mark _ 22 this this PRON DT Number=Sing|PronType=Dem 27 nsubj 27:nsubj _ 23 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ @@ -3939,23 +3939,23 @@ 1 Because because SCONJ IN _ 4 mark 4:mark _ 2 Usamah Usamah PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -4 Saudi saudi ADJ JJ Degree=Pos 8 advcl 8:advcl:because SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ -7 guess guess NOUN NN Number=Sing 8 nsubj 8:nsubj _ -8 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 Saudi Saudi ADJ JJ Degree=Pos 13 advcl 13:advcl:because SpaceAfter=No +5 , , PUNCT , _ 4 punct 4:punct _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +7 guess guess NOUN NN Number=Sing 13 nsubj:outer 13:nsubj:outer _ +8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 9 that that SCONJ IN _ 13 mark 13:mark _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj:pass 13:nsubj:pass _ -11 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 aux:pass 13:aux:pass _ +11 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 aux:pass 13:aux:pass _ 12 especially especially ADV RB _ 13 advmod 13:advmod _ -13 influenced influence VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 ccomp 8:ccomp _ +13 influenced influence VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 14 by by ADP IN _ 17 case 17:case _ 15 an a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 16 extremist extremist NOUN NN Number=Sing 17 compound 17:compound _ -17 form form NOUN NN Number=Sing 13 obl 13:obl:by _ +17 form form NOUN NN Number=Sing 13 obl:agent 13:obl:agent _ 18 of of ADP IN _ 21 case 21:case _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -20 Wahhabi wahhabi ADJ JJ Degree=Pos 21 amod 21:amod _ +20 Wahhabi Wahhabi ADJ JJ Degree=Pos 21 amod 21:amod _ 21 school school NOUN NN Number=Sing 17 nmod 17:nmod:of|25:nsubj _ 22 of of ADP IN _ 23 case 23:case _ 23 Islam Islam PROPN NNP Number=Sing 21 nmod 21:nmod:of _ @@ -3965,44 +3965,44 @@ 27-28 Saudia's _ _ _ _ _ _ _ _ 27 Saudia Saudia PROPN NNP Number=Sing 32 nmod:poss 32:nmod:poss _ 28 's 's PART POS _ 27 case 27:case _ -29 some some DET DT _ 31 advmod 31:advmod _ -30 15 15 NUM CD NumType=Card 31 compound 31:compound _ -31 million million NUM CD NumType=Card 32 nummod 32:nummod _ +29 some some DET DT PronType=Ind 31 advmod 31:advmod _ +30 15 15 NUM CD NumForm=Digit|NumType=Card 31 compound 31:compound _ +31 million million NUM CD NumForm=Word|NumType=Card 32 nummod 32:nummod _ 32 citizens citizen NOUN NNS Number=Plur 25 obl 25:obl:among SpaceAfter=No -33 . . PUNCT . _ 8 punct 8:punct _ +33 . . PUNCT . _ 13 punct 13:punct _ # sent_id = weblog-juancole.com_juancole_20041018060600_ENG_20041018_060600-0011 # text = In 1998 they were joined by Egyptians from the al-Jihad al-Islami group of Ayman al-Zawahiri (many of these were from Upper Egypt, especially Asyut and environs). 1 In in ADP IN _ 2 case 2:case _ -2 1998 1998 NUM CD NumType=Card 5 obl 5:obl:in _ +2 1998 1998 NUM CD NumForm=Digit|NumType=Card 5 obl 5:obl:in _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj:pass 5:nsubj:pass _ -4 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ +4 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ 5 joined join VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 by by ADP IN _ 7 case 7:case _ -7 Egyptians Egyptians PROPN NNPS Number=Plur 5 obl 5:obl:by _ +7 Egyptians Egyptian PROPN NNPS Number=Plur 5 obl:agent 5:obl:agent _ 8 from from ADP IN _ 16 case 16:case _ 9 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 10 al al PROPN NNP Number=Sing 12 compound 12:compound SpaceAfter=No -11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No 12 Jihad Jihad PROPN NNP Number=Sing 15 compound 15:compound _ 13 al al PROPN NNP Number=Sing 15 compound 15:compound SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 Islami Islami PROPN NNP Number=Sing 16 compound 16:compound _ 16 group group NOUN NN Number=Sing 7 nmod 7:nmod:from _ 17 of of ADP IN _ 18 case 18:case _ 18 Ayman Ayman PROPN NNP Number=Sing 16 nmod 16:nmod:of _ 19 al al PROPN NNP Number=Sing 18 flat 18:flat SpaceAfter=No -20 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +20 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No 21 Zawahiri Zawahiri PROPN NNP Number=Sing 18 flat 18:flat _ 22 ( ( PUNCT -LRB- _ 29 punct 29:punct SpaceAfter=No 23 many many ADJ JJ Degree=Pos 29 nsubj 29:nsubj _ 24 of of ADP IN _ 25 case 25:case _ 25 these this PRON DT Number=Plur|PronType=Dem 23 nmod 23:nmod:of _ -26 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 29 cop 29:cop _ +26 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 29 cop 29:cop _ 27 from from ADP IN _ 29 case 29:case _ -28 Upper Upper PROPN NNP Number=Sing 29 compound 29:compound _ +28 Upper Upper ADJ NNP Degree=Pos 29 amod 29:amod _ 29 Egypt Egypt PROPN NNP Number=Sing 5 ccomp 5:ccomp SpaceAfter=No -30 , , PUNCT , _ 29 punct 29:punct _ +30 , , PUNCT , _ 32 punct 32:punct _ 31 especially especially ADV RB _ 32 advmod 32:advmod _ 32 Asyut Asyut PROPN NNP Number=Sing 29 appos 29:appos _ 33 and and CCONJ CC _ 34 cc 34:cc _ @@ -4015,9 +4015,9 @@ 1 After after ADP IN _ 3 case 3:case _ 2 that that DET DT Number=Sing|PronType=Dem 3 det 3:det _ 3 point point NOUN NN Number=Sing 11 obl 11:obl:after SpaceAfter=No -4 , , PUNCT , _ 11 punct 11:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 al al PROPN NNP Number=Sing 7 compound 7:compound SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 Qaeda Qaeda PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ @@ -4025,22 +4025,22 @@ 11 enterprise enterprise NOUN NN Number=Sing 0 root 0:root _ 12 between between ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -14 Egyptian egyptian ADJ JJ Degree=Pos 15 amod 15:amod _ +14 Egyptian Egyptian ADJ JJ Degree=Pos 15 amod 15:amod _ 15 extremists extremist NOUN NNS Number=Plur 11 nmod 11:nmod:between _ 16 and and CCONJ CC _ 19 cc 19:cc _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 18 polyglot polyglot NOUN NN Number=Sing 19 compound 19:compound _ -19 Arabs Arabs PROPN NNPS Number=Plur 15 conj 11:nmod:between|15:conj:and|25:nmod:between _ +19 Arabs Arab PROPN NNPS Number=Plur 15 conj 11:nmod:between|15:conj:and|25:nmod:of _ 20 around around ADP IN _ 21 case 21:case _ 21 Bin Bin PROPN NNP Number=Sing 19 nmod 19:nmod:around _ 22 Laden Laden PROPN NNP Number=Sing 21 flat 21:flat SpaceAfter=No -23 , , PUNCT , _ 19 punct 19:punct _ +23 , , PUNCT , _ 29 punct 29:punct _ 24 only only ADV RB _ 25 advmod 25:advmod _ -25 some some DET DT _ 29 nsubj 29:nsubj _ +25 some some DET DT PronType=Ind 29 nsubj 29:nsubj _ 26 of of ADP IN _ 27 case 27:case _ -27 whom whom PRON WP PronType=Int 25 nmod 19:ref _ -28 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 29 cop 29:cop _ -29 Saudi saudi ADJ JJ Degree=Pos 19 acl:relcl 19:acl:relcl SpaceAfter=No +27 whom whom PRON WP PronType=Rel 25 nmod 19:ref _ +28 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 29 cop 29:cop _ +29 Saudi Saudi ADJ JJ Degree=Pos 19 acl:relcl 19:acl:relcl SpaceAfter=No 30 . . PUNCT . _ 11 punct 11:punct _ # sent_id = weblog-juancole.com_juancole_20041018060600_ENG_20041018_060600-0013 @@ -4051,38 +4051,38 @@ 4 Jordanian Jordanian PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No 5 , , PUNCT , _ 16 punct 16:punct _ 6 and and CCONJ CC _ 16 cc 16:cc _ -7 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +7 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 8 Monotheism Monotheism PROPN NNP Number=Sing 12 compound 12:compound _ 9 and and CCONJ CC _ 11 cc 11:cc _ -10 Holy Holy PROPN NNP Number=Sing 11 compound 11:compound _ +10 Holy Holy ADJ NNP Degree=Pos 11 amod 11:amod _ 11 War War PROPN NNP Number=Sing 8 conj 8:conj:and|12:compound _ 12 group group NOUN NN Number=Sing 16 nsubj 16:nsubj _ 13 in in ADP IN _ 14 case 14:case _ 14 Afghanistan Afghanistan PROPN NNP Number=Sing 12 nmod 12:nmod:in _ 15 probably probably ADV RB _ 16 advmod 16:advmod _ -16 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +16 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 17 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 18 distinctive distinctive ADJ JJ Degree=Pos 19 amod 19:amod _ 19 coloration coloration NOUN NN Number=Sing 16 obj 16:obj _ 20 as as ADP IN _ 22 case 22:case _ 21 mainly mainly ADV RB _ 22 advmod 22:advmod _ -22 Jordanian jordanian ADJ JJ Degree=Pos 19 nmod 19:nmod:as SpaceAfter=No +22 Jordanian Jordanian ADJ JJ Degree=Pos 19 nmod 19:nmod:as SpaceAfter=No 23 , , PUNCT , _ 24 punct 24:punct _ -24 Palestinian palestinian ADJ JJ Degree=Pos 22 conj 19:nmod:as|22:conj:and _ +24 Palestinian Palestinian ADJ JJ Degree=Pos 22 conj 19:nmod:as|22:conj:and _ 25 and and CCONJ CC _ 26 cc 26:cc _ -26 Syrian syrian ADJ JJ Degree=Pos 22 conj 19:nmod:as|22:conj:and SpaceAfter=No +26 Syrian Syrian ADJ JJ Degree=Pos 22 conj 19:nmod:as|22:conj:and SpaceAfter=No 27 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-juancole.com_juancole_20041018060600_ENG_20041018_060600-0014 # text = They also had a special connection to some extremists in Jordan and Germany. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 special special ADJ JJ Degree=Pos 6 amod 6:amod _ 6 connection connection NOUN NN Number=Sing 3 obj 3:obj _ 7 to to ADP IN _ 9 case 9:case _ -8 some some DET DT _ 9 det 9:det _ +8 some some DET DT PronType=Ind 9 det 9:det _ 9 extremists extremist NOUN NNS Number=Plur 6 nmod 6:nmod:to _ 10 in in ADP IN _ 11 case 11:case _ 11 Jordan Jordan PROPN NNP Number=Sing 9 nmod 9:nmod:in _ @@ -4093,7 +4093,7 @@ # sent_id = weblog-juancole.com_juancole_20041018060600_ENG_20041018_060600-0015 # text = They are probably especially oriented toward the Salafi school of modern Islamic thought, which has a Protestant-like emphasis on going back to the original practice of the early companions of the Prophet Muhammad. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj:pass 5:nsubj:pass _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ 3 probably probably ADV RB _ 5 advmod 5:advmod _ 4 especially especially ADV RB _ 5 advmod 5:advmod _ 5 oriented orient VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ @@ -4103,14 +4103,14 @@ 9 school school NOUN NN Number=Sing 5 obl 5:obl:toward|16:nsubj _ 10 of of ADP IN _ 13 case 13:case _ 11 modern modern ADJ JJ Degree=Pos 13 amod 13:amod _ -12 Islamic islamic ADJ JJ Degree=Pos 13 amod 13:amod _ +12 Islamic Islamic ADJ JJ Degree=Pos 13 amod 13:amod _ 13 thought thought NOUN NN Number=Sing 9 nmod 9:nmod:of SpaceAfter=No -14 , , PUNCT , _ 9 punct 9:punct _ +14 , , PUNCT , _ 16 punct 16:punct _ 15 which which PRON WDT PronType=Rel 16 nsubj 9:ref _ 16 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 17 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 18 Protestant Protestant PROPN NNP Number=Sing 20 compound 20:compound SpaceAfter=No -19 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No +19 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No 20 like like ADJ JJ Degree=Pos 21 amod 21:amod _ 21 emphasis emphasis NOUN NN Number=Sing 16 obj 16:obj _ 22 on on SCONJ IN _ 23 mark 23:mark _ @@ -4134,26 +4134,26 @@ # text = (Most Salafis are not militant or violent, though they tend to be rather narrow-minded in my experience, on the order of Protestant Pietists). 1 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No 2 Most most ADJ JJS Degree=Sup 3 amod 3:amod _ -3 Salafis Salafis PROPN NNPS Number=Plur 6 nsubj 6:nsubj|8:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +3 Salafis Salafi PROPN NNPS Number=Plur 6 nsubj 6:nsubj|8:nsubj _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 not not PART RB _ 6 advmod 6:advmod _ 6 militant militant ADJ JJ Degree=Pos 0 root 0:root _ 7 or or CCONJ CC _ 8 cc 8:cc _ 8 violent violent ADJ JJ Degree=Pos 6 conj 6:conj:or SpaceAfter=No -9 , , PUNCT , _ 6 punct 6:punct _ +9 , , PUNCT , _ 12 punct 12:punct _ 10 though though SCONJ IN _ 12 mark 12:mark _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj|18:nsubj:xsubj _ -12 tend tend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:though _ +12 tend tend VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:though _ 13 to to PART TO _ 18 mark 18:mark _ 14 be be AUX VB VerbForm=Inf 18 cop 18:cop _ 15 rather rather ADV RB _ 18 advmod 18:advmod _ 16 narrow narrow ADJ JJ Degree=Pos 18 amod 18:amod SpaceAfter=No -17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No 18 minded minded ADJ JJ Degree=Pos 12 xcomp 12:xcomp _ 19 in in ADP IN _ 21 case 21:case _ -20 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 experience experience NOUN NN Number=Sing 18 obl 18:obl:in SpaceAfter=No -22 , , PUNCT , _ 18 punct 18:punct _ +22 , , PUNCT , _ 25 punct 25:punct _ 23 on on ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 order order NOUN NN Number=Sing 18 obl 18:obl:on _ @@ -4167,7 +4167,7 @@ # text = Monotheism and Holy War obviously does have a violent interpretation of Salafism, rather as the the leaders of the so-called German Peasant Rebellion among early Protestants did. 1 Monotheism Monotheism PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 2 and and CCONJ CC _ 4 cc 4:cc _ -3 Holy Holy PROPN NNP Number=Sing 4 compound 4:compound _ +3 Holy Holy ADJ NNP Degree=Pos 4 amod 4:amod _ 4 War War PROPN NNP Number=Sing 1 conj 1:conj:and|7:nsubj _ 5 obviously obviously ADV RB _ 7 advmod 7:advmod _ 6 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ @@ -4177,7 +4177,7 @@ 10 interpretation interpretation NOUN NN Number=Sing 7 obj 7:obj _ 11 of of ADP IN _ 12 case 12:case _ 12 Salafism Salafism PROPN NNP Number=Sing 10 nmod 10:nmod:of SpaceAfter=No -13 , , PUNCT , _ 7 punct 7:punct _ +13 , , PUNCT , _ 30 punct 30:punct _ 14 rather rather ADV RB _ 30 advmod 30:advmod _ 15 as as SCONJ IN _ 30 mark 30:mark _ 16 the the DET DT Definite=Def|PronType=Art 30 reparandum 30:reparandum _ @@ -4186,61 +4186,61 @@ 19 of of ADP IN _ 26 case 26:case _ 20 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 21 so so ADV RB _ 23 compound 23:compound SpaceAfter=No -22 - - PUNCT HYPH _ 23 punct 23:punct SpaceAfter=No -23 called call VERB VBN Tense=Past|VerbForm=Part 26 amod 26:amod _ -24 German German PROPN NNP Number=Sing 25 compound 25:compound _ +22 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No +23 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 26 amod 26:amod _ +24 German German ADJ NNP Degree=Pos 25 amod 25:amod _ 25 Peasant Peasant PROPN NNP Number=Sing 26 compound 26:compound _ 26 Rebellion Rebellion PROPN NNP Number=Sing 18 nmod 18:nmod:of _ 27 among among ADP IN _ 29 case 29:case _ 28 early early ADJ JJ Degree=Pos 29 amod 29:amod _ -29 Protestants Protestants PROPN NNPS Number=Plur 18 nmod 18:nmod:among _ -30 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:as SpaceAfter=No +29 Protestants Protestant PROPN NNPS Number=Plur 18 nmod 18:nmod:among _ +30 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:as SpaceAfter=No 31 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-juancole.com_juancole_20041018060600_ENG_20041018_060600-0018 # text = Another worrisome sign is that local Iraqi Sunni fundamentalists opposed to the US presence in Iraq have begun joining Monotheism and Holy War, and wearing its distinctive orange and black insignia. -1 Another another DET DT _ 3 det 3:det _ +1 Another another DET DT PronType=Ind 3 det 3:det _ 2 worrisome worrisome ADJ JJ Degree=Pos 3 amod 3:amod _ -3 sign sign NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 sign sign NOUN NN Number=Sing 18 nsubj:outer 18:nsubj:outer _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 5 that that SCONJ IN _ 18 mark 18:mark _ 6 local local ADJ JJ Degree=Pos 9 amod 9:amod _ -7 Iraqi iraqi ADJ JJ Degree=Pos 9 amod 9:amod _ -8 Sunni sunni ADJ JJ Degree=Pos 9 amod 9:amod _ +7 Iraqi Iraqi ADJ JJ Degree=Pos 9 amod 9:amod _ +8 Sunni Sunni ADJ JJ Degree=Pos 9 amod 9:amod _ 9 fundamentalists fundamentalist NOUN NNS Number=Plur 18 nsubj 18:nsubj|19:nsubj:xsubj|26:nsubj:xsubj _ -10 opposed oppose VERB VBN Tense=Past|VerbForm=Part 9 acl 9:acl _ +10 opposed oppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 acl 9:acl _ 11 to to ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 US US PROPN NNP Number=Sing 14 compound 14:compound _ 14 presence presence NOUN NN Number=Sing 10 obl 10:obl:to _ 15 in in ADP IN _ 16 case 16:case _ 16 Iraq Iraq PROPN NNP Number=Sing 14 nmod 14:nmod:in _ -17 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ -18 begun begin VERB VBN Tense=Past|VerbForm=Part 4 ccomp 4:ccomp _ +17 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ +18 begun begin VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 19 joining join VERB VBG VerbForm=Ger 18 xcomp 18:xcomp _ 20 Monotheism Monotheism PROPN NNP Number=Sing 19 obj 19:obj _ 21 and and CCONJ CC _ 23 cc 23:cc _ -22 Holy Holy PROPN NNP Number=Sing 23 compound 23:compound _ +22 Holy Holy ADJ NNP Degree=Pos 23 amod 23:amod _ 23 War War PROPN NNP Number=Sing 20 conj 19:obj|20:conj:and SpaceAfter=No 24 , , PUNCT , _ 26 punct 26:punct _ 25 and and CCONJ CC _ 26 cc 26:cc _ 26 wearing wear VERB VBG VerbForm=Ger 19 conj 18:xcomp|19:conj:and _ -27 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ +27 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ 28 distinctive distinctive ADJ JJ Degree=Pos 32 amod 32:amod _ 29 orange orange ADJ JJ Degree=Pos 32 amod 32:amod _ 30 and and CCONJ CC _ 31 cc 31:cc _ 31 black black ADJ JJ Degree=Pos 29 conj 29:conj:and|32:amod _ 32 insignia insignia NOUN NN Number=Sing 26 obj 26:obj SpaceAfter=No -33 . . PUNCT . _ 4 punct 4:punct _ +33 . . PUNCT . _ 18 punct 18:punct _ # sent_id = weblog-juancole.com_juancole_20041018060600_ENG_20041018_060600-0019 # text = These have been sighted among Iraqi crowds on Haifa Street in Baghdad and in Samarra. 1 These this PRON DT Number=Plur|PronType=Dem 4 nsubj:pass 4:nsubj:pass _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux:pass 4:aux:pass _ 4 sighted sight VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 among among ADP IN _ 7 case 7:case _ -6 Iraqi iraqi ADJ JJ Degree=Pos 7 amod 7:amod _ +6 Iraqi Iraqi ADJ JJ Degree=Pos 7 amod 7:amod _ 7 crowds crowd NOUN NNS Number=Plur 4 obl 4:obl:among _ 8 on on ADP IN _ 10 case 10:case _ 9 Haifa Haifa PROPN NNP Number=Sing 10 compound 10:compound _ @@ -4257,18 +4257,18 @@ 1 So so ADV RB _ 4 advmod 4:advmod _ 2 now now ADV RB _ 4 advmod 4:advmod _ 3 there there PRON EX _ 4 expl 4:expl _ -4 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 hundreds hundred NOUN NNS Number=Plur 4 nsubj 4:nsubj _ 6 of of ADP IN _ 10 case 10:case _ 7 al al PROPN NNP Number=Sing 9 compound 9:compound SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 Qaeda Qaeda PROPN NNP Number=Sing 10 compound 10:compound _ 10 members member NOUN NNS Number=Plur 5 nmod 5:nmod:of _ 11 in in ADP IN _ 12 case 12:case _ -12 Iraq Iraq PROPN NNP Number=Sing 10 nmod 10:nmod:in _ -13 where where SCONJ WRB PronType=Rel 16 mark 16:mark _ +12 Iraq Iraq PROPN NNP Number=Sing 10 nmod 10:nmod:in|16:obl:in _ +13 where where ADV WRB PronType=Rel 16 advmod 12:ref _ 14 there there PRON EX _ 16 expl 16:expl _ -15 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 aux 16:aux _ +15 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 aux 16:aux _ 16 been be VERB VBN Tense=Past|VerbForm=Part 12 acl:relcl 12:acl:relcl _ 17 none none NOUN NN Number=Sing 16 nsubj 16:nsubj _ 18 before before ADV RB _ 16 advmod 16:advmod SpaceAfter=No @@ -4279,14 +4279,14 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 consolidation consolidation NOUN NN Number=Sing 16 nsubj:pass 16:nsubj:pass _ 3 of of ADP IN _ 8 case 8:case _ -4 smaller smaller ADJ JJR Degree=Cmp 8 amod 8:amod _ +4 smaller small ADJ JJR Degree=Cmp 8 amod 8:amod _ 5 local local ADJ JJ Degree=Pos 8 amod 8:amod _ 6 radical radical ADJ JJ Degree=Pos 8 amod 8:amod _ 7 fundamentalist fundamentalist ADJ JJ Degree=Pos 8 amod 8:amod _ 8 groups group NOUN NNS Number=Plur 2 nmod 2:nmod:of _ 9 with with ADP IN _ 12 case 12:case _ 10 al al PROPN NNP Number=Sing 12 compound 12:compound SpaceAfter=No -11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No 12 Qaeda Qaeda PROPN NNP Number=Sing 2 nmod 2:nmod:with _ 13 can can AUX MD VerbForm=Fin 16 aux 16:aux _ 14 also also ADV RB _ 16 advmod 16:advmod _ @@ -4302,21 +4302,21 @@ 24 in in ADP IN _ 25 case 25:case _ 25 Tangiers tangier NOUN NNS Number=Plur 16 obl 16:obl:in|27:nsubj _ 26 that that PRON WDT PronType=Rel 27 nsubj 25:ref _ -27 morphed morph VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 acl:relcl 25:acl:relcl _ +27 morphed morph VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 acl:relcl 25:acl:relcl _ 28 into into SCONJ IN _ 35 mark 35:mark _ 29 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 30 Moroccan Moroccan PROPN NNP Number=Sing 33 compound 33:compound _ -31 Islamic Islamic PROPN NNP Number=Sing 32 compound 32:compound _ +31 Islamic Islamic ADJ NNP Degree=Pos 32 amod 32:amod _ 32 Combatant Combatant PROPN NNP Number=Sing 33 compound 33:compound _ 33 Group Group PROPN NNP Number=Sing 35 nsubj 35:nsubj _ -34 , , PUNCT , _ 35 punct 35:punct _ -35 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 27 advcl 27:advcl:into _ +34 , , PUNCT , _ 33 punct 33:punct _ +35 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 27 advcl 27:advcl:into _ 36 members member NOUN NNS Number=Plur 35 obj 35:obj|38:nsubj|51:nsubj _ 37 who who PRON WP PronType=Rel 38 nsubj 36:ref _ -38 met meet VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 36 acl:relcl 36:acl:relcl _ +38 met meet VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 36 acl:relcl 36:acl:relcl _ 39 with with ADP IN _ 42 case 42:case _ 40 September September PROPN NNP Number=Sing 42 compound 42:compound _ -41 11 11 NUM CD NumType=Card 40 nummod 40:nummod _ +41 11 11 NUM CD NumForm=Digit|NumType=Card 40 nummod 40:nummod _ 42 ringleader ringleader NOUN NN Number=Sing 38 obl 38:obl:with _ 43 Muhammad Muhammad PROPN NNP Number=Sing 42 appos 42:appos _ 44 Atta Atta PROPN NNP Number=Sing 43 flat 43:flat SpaceAfter=No @@ -4340,11 +4340,11 @@ # text = The September 11 Panel will issue its findings on Thursday. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 2 September September PROPN NNP Number=Sing 4 compound 4:compound _ -3 11 11 PROPN NNP Number=Sing 2 nummod 2:nummod _ +3 11 11 NUM NNP NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 4 Panel Panel PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 5 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 6 issue issue VERB VB VerbForm=Inf 0 root 0:root _ -7 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 findings finding NOUN NNS Number=Plur 6 obj 6:obj _ 9 on on ADP IN _ 10 case 10:case _ 10 Thursday Thursday PROPN NNP Number=Sing 6 obl 6:obl:on SpaceAfter=No @@ -4354,13 +4354,13 @@ # text = It notes 10 points at which the US made key mistakes that might have stopped Bin Laden's plot. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ 2 notes note VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 10 10 NUM CD NumType=Card 4 nummod 4:nummod _ +3 10 10 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 points point NOUN NNS Number=Plur 2 obj 2:obj|9:obl _ 5 at at ADP IN _ 6 case 6:case _ 6 which which PRON WDT PronType=Rel 9 obl 4:ref _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 US US PROPN NNP Number=Sing 9 nsubj 9:nsubj _ -9 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +9 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 10 key key ADJ JJ Degree=Pos 11 amod 11:amod _ 11 mistakes mistake NOUN NNS Number=Plur 9 obj 9:obj|15:nsubj _ 12 that that PRON WDT PronType=Rel 15 nsubj 11:ref _ @@ -4376,14 +4376,14 @@ # sent_id = weblog-juancole.com_juancole_20040722101300_ENG_20040722_101300-0003 # text = Four of these were under Clinton and 6 under Bush. -1 Four four NUM CD NumType=Card 6 nsubj 6:nsubj _ +1 Four four NUM CD NumForm=Word|NumType=Card 6 nsubj 6:nsubj _ 2 of of ADP IN _ 3 case 3:case _ 3 these this PRON DT Number=Plur|PronType=Dem 1 nmod 1:nmod:of _ -4 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 cop 6:cop _ +4 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 5 under under ADP IN _ 6 case 6:case _ 6 Clinton Clinton PROPN NNP Number=Sing 0 root 0:root _ 7 and and CCONJ CC _ 10 cc 10:cc _ -8 6 6 NUM CD NumType=Card 10 nsubj 10:nsubj _ +8 6 6 NUM CD NumForm=Digit|NumType=Card 10 nsubj 10:nsubj _ 9 under under ADP IN _ 10 case 10:case _ 10 Bush Bush PROPN NNP Number=Sing 6 conj 6:conj:and SpaceAfter=No 11 . . PUNCT . _ 6 punct 6:punct _ @@ -4392,25 +4392,25 @@ # newpar id = weblog-juancole.com_juancole_20040722101300_ENG_20040722_101300-p0002 # text = Bush came out today and said that if he had known what was coming, he would have expended every effort to stop it, and that so would have Clinton. 1 Bush Bush PROPN NNP Number=Sing 2 nsubj 2:nsubj|6:nsubj _ -2 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 out out ADV RB _ 2 advmod 2:advmod _ 4 today today NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +6 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 7 that that SCONJ IN _ 19 mark 19:mark _ 8 if if SCONJ IN _ 11 mark 11:mark _ 9 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -10 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 aux 11:aux _ +10 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 aux 11:aux _ 11 known know VERB VBN Tense=Past|VerbForm=Part 19 advcl 19:advcl:if _ 12 what what PRON WP PronType=Int 14 nsubj 14:nsubj _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 aux 14:aux _ 14 coming come VERB VBG Tense=Pres|VerbForm=Part 11 ccomp 11:ccomp SpaceAfter=No -15 , , PUNCT , _ 19 punct 19:punct _ +15 , , PUNCT , _ 11 punct 11:punct _ 16 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj _ 17 would would AUX MD VerbForm=Fin 19 aux 19:aux _ 18 have have AUX VB VerbForm=Inf 19 aux 19:aux _ 19 expended expend VERB VBN Tense=Past|VerbForm=Part 6 ccomp 6:ccomp _ -20 every every DET DT _ 21 det 21:det _ +20 every every DET DT PronType=Tot 21 det 21:det _ 21 effort effort NOUN NN Number=Sing 19 obj 19:obj _ 22 to to PART TO _ 23 mark 23:mark _ 23 stop stop VERB VB VerbForm=Inf 19 advcl 19:advcl:to _ @@ -4420,7 +4420,7 @@ 27 that that SCONJ IN _ 30 mark 30:mark _ 28 so so ADV RB _ 30 advmod 30:advmod _ 29 would would AUX MD VerbForm=Fin 30 aux 30:aux _ -30 have have VERB VB VerbForm=Inf 19 conj 6:ccomp|19:conj:and _ +30 have have AUX VB VerbForm=Inf 19 conj 6:ccomp|19:conj:and _ 31 Clinton Clinton PROPN NNP Number=Sing 30 nsubj 30:nsubj SpaceAfter=No 32 . . PUNCT . _ 2 punct 2:punct _ @@ -4429,15 +4429,15 @@ 1 This this DET DT Number=Sing|PronType=Dem 2 det 2:det _ 2 statement statement NOUN NN Number=Sing 16 nsubj 16:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop SpaceAfter=No -4 , , PUNCT , _ 16 punct 16:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 despite despite ADP IN _ 7 case 7:case _ -6 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 facade facade NOUN NN Number=Sing 16 obl 16:obl:despite _ 8 of of ADP IN _ 11 case 11:case _ 9 fair fair ADJ JJ Degree=Pos 11 amod 11:amod SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 11 mindedness mindedness NOUN NN Number=Sing 7 nmod 7:nmod:of SpaceAfter=No -12 , , PUNCT , _ 16 punct 16:punct _ +12 , , PUNCT , _ 7 punct 7:punct _ 13 so so ADV RB _ 14 advmod 14:advmod _ 14 many many ADJ JJ Degree=Pos 16 amod 16:amod _ 15 weasel weasel NOUN NN Number=Sing 16 compound 16:compound _ @@ -4446,18 +4446,18 @@ # sent_id = weblog-juancole.com_juancole_20040722101300_ENG_20040722_101300-0006 # text = Of course Bush would have tried to stop 9/11 if he had known it was coming. -1 Of of ADV RB _ 6 advmod 6:advmod _ -2 course course ADV RB _ 1 fixed 1:fixed _ +1 Of of ADP IN ExtPos=ADV 6 advmod 6:advmod _ +2 course course NOUN NN Number=Sing 1 fixed 1:fixed _ 3 Bush Bush PROPN NNP Number=Sing 6 nsubj 6:nsubj|8:nsubj:xsubj _ 4 would would AUX MD VerbForm=Fin 6 aux 6:aux _ 5 have have AUX VB VerbForm=Inf 6 aux 6:aux _ 6 tried try VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 stop stop VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ -9 9/11 9/11 NUM CD NumType=Card 8 obj 8:obj _ +9 9/11 9/11 NUM CD NumForm=Digit|NumType=Card 8 obj 8:obj _ 10 if if SCONJ IN _ 13 mark 13:mark _ 11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -12 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 aux 13:aux _ +12 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 13 known know VERB VBN Tense=Past|VerbForm=Part 6 advcl 6:advcl:if _ 14 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 15 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 aux 16:aux _ @@ -4467,19 +4467,19 @@ # sent_id = weblog-juancole.com_juancole_20040722101300_ENG_20040722_101300-0007 # text = The question is, "Should he have known it was coming?" 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 question question NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +2 question question NOUN NN Number=Sing 9 nsubj:outer 9:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop SpaceAfter=No 4 , , PUNCT , _ 3 punct 3:punct _ -5 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No +5 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No 6 Should should AUX MD VerbForm=Fin 9 aux 9:aux _ 7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 8 have have AUX VB VerbForm=Inf 9 aux 9:aux _ -9 known know VERB VBN Tense=Past|VerbForm=Part 3 ccomp 3:ccomp _ +9 known know VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 aux 12:aux _ 12 coming come VERB VBG Tense=Pres|VerbForm=Part 9 ccomp 9:ccomp SpaceAfter=No -13 ? ? PUNCT . _ 3 punct 3:punct SpaceAfter=No -14 " " PUNCT '' _ 3 punct 3:punct _ +13 ? ? PUNCT . _ 9 punct 9:punct SpaceAfter=No +14 " " PUNCT '' _ 9 punct 9:punct _ # sent_id = weblog-juancole.com_juancole_20040722101300_ENG_20040722_101300-0008 # newpar id = weblog-juancole.com_juancole_20040722101300_ENG_20040722_101300-p0003 @@ -4487,7 +4487,7 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 answer answer NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 " " PUNCT '' _ 6 punct 6:punct SpaceAfter=No 6 Yes yes INTJ UH _ 0 root 0:root SpaceAfter=No 7 ! ! PUNCT . _ 6 punct 6:punct SpaceAfter=No @@ -4498,13 +4498,13 @@ # text = We now know that Bush and his administration came into office obsessed with Iraq. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 now now ADV RB _ 3 advmod 3:advmod _ -3 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 know know VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 that that SCONJ IN _ 9 mark 9:mark _ 5 Bush Bush PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 6 and and CCONJ CC _ 8 cc 8:cc _ -7 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 administration administration NOUN NN Number=Sing 5 conj 5:conj:and|9:nsubj _ -9 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +9 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ 10 into into ADP IN _ 11 case 11:case _ 11 office office NOUN NN Number=Sing 9 obl 9:obl:into _ 12 obsessed obsessed ADJ JJ Degree=Pos 9 advcl 9:advcl _ @@ -4531,35 +4531,35 @@ 15 US US PROPN NNP Number=Sing 16 compound 16:compound _ 16 companies company NOUN NNS Number=Plur 13 nmod 13:nmod:for _ 17 there there ADV RB PronType=Dem 13 advmod 13:advmod SpaceAfter=No -18 , , PUNCT , _ 11 punct 11:punct _ +18 , , PUNCT , _ 19 punct 19:punct _ 19 already already ADV RB _ 11 advmod 11:advmod _ 20 in in ADP IN _ 21 case 21:case _ 21 January January PROPN NNP Number=Sing 11 obl 11:obl:in _ 22 or or CCONJ CC _ 23 cc 23:cc _ 23 February February PROPN NNP Number=Sing 21 conj 11:obl:in|21:conj:or _ 24 of of ADP IN _ 25 case 25:case _ -25 2001 2001 NUM CD NumType=Card 21 nmod 21:nmod:of SpaceAfter=No +25 2001 2001 NUM CD NumForm=Digit|NumType=Card 21 nmod 21:nmod:of SpaceAfter=No 26 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-juancole.com_juancole_20040722101300_ENG_20040722_101300-0011 # text = Wolfowitz contradicted counter-terrorism czar Richard Clarke when the latter spoke of the al-Qaeda threat, insisting that the preeminent threat of terrorism against the US came from Iraq, and indicating he accepted Laurie Mylroie's crackpot conspiracy theory that Saddam was behind the 1993 World Trade Towers bombing. 1 Wolfowitz Wolfowitz PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 contradicted contradict VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 contradicted contradict VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 counter-terrorism counter-terrorism NOUN NN Number=Sing 4 compound 4:compound _ 4 czar czar NOUN NN Number=Sing 5 compound 5:compound _ 5 Richard Richard PROPN NNP Number=Sing 2 obj 2:obj _ 6 Clarke Clarke PROPN NNP Number=Sing 5 flat 5:flat _ -7 when when SCONJ WRB PronType=Int 10 mark 10:mark _ +7 when when ADV WRB PronType=Int 10 advmod 10:advmod _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 latter latter ADJ JJ Degree=Pos 10 nsubj 10:nsubj _ -10 spoke speak VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:when _ +10 spoke speak VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:when _ 11 of of ADP IN _ 16 case 16:case _ 12 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 13 al al PROPN NNP Number=Sing 15 compound 15:compound SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 Qaeda Qaeda PROPN NNP Number=Sing 16 compound 16:compound _ 16 threat threat NOUN NN Number=Sing 10 obl 10:obl:of SpaceAfter=No -17 , , PUNCT , _ 2 punct 2:punct _ +17 , , PUNCT , _ 18 punct 18:punct _ 18 insisting insist VERB VBG VerbForm=Ger 2 advcl 2:advcl _ 19 that that SCONJ IN _ 28 mark 28:mark _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ @@ -4570,14 +4570,14 @@ 25 against against ADP IN _ 27 case 27:case _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 US US PROPN NNP Number=Sing 24 nmod 24:nmod:against _ -28 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 ccomp 18:ccomp _ +28 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 ccomp 18:ccomp _ 29 from from ADP IN _ 30 case 30:case _ 30 Iraq Iraq PROPN NNP Number=Sing 28 obl 28:obl:from SpaceAfter=No 31 , , PUNCT , _ 33 punct 33:punct _ 32 and and CCONJ CC _ 33 cc 33:cc _ 33 indicating indicate VERB VBG VerbForm=Ger 18 conj 2:advcl|18:conj:and _ 34 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 35 nsubj 35:nsubj _ -35 accepted accept VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 33 ccomp 33:ccomp _ +35 accepted accept VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 33 ccomp 33:ccomp _ 36 Laurie Laurie PROPN NNP Number=Sing 41 nmod:poss 41:nmod:poss _ 37-38 Mylroie's _ _ _ _ _ _ _ _ 37 Mylroie Mylroie PROPN NNP Number=Sing 36 flat 36:flat _ @@ -4590,10 +4590,10 @@ 44 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 51 cop 51:cop _ 45 behind behind ADP IN _ 51 case 51:case _ 46 the the DET DT Definite=Def|PronType=Art 51 det 51:det _ -47 1993 1993 NUM CD NumType=Card 51 nummod 51:nummod _ +47 1993 1993 NUM CD NumForm=Digit|NumType=Card 51 nummod 51:nummod _ 48 World World PROPN NNP Number=Sing 49 compound 49:compound _ 49 Trade Trade PROPN NNP Number=Sing 50 compound 50:compound _ -50 Towers Towers PROPN NNPS Number=Plur 51 compound 51:compound _ +50 Towers Tower PROPN NNPS Number=Plur 51 compound 51:compound _ 51 bombing bombing NOUN NN Number=Sing 41 acl 41:acl:behind SpaceAfter=No 52 . . PUNCT . _ 2 punct 2:punct _ @@ -4601,7 +4601,7 @@ # text = If you believe crackpot theories instead of focusing on the reality--that was an al-Qaeda operation mainly carried out by al-Gamaa al-Islamiyyah, an Egyptian terrorist component allied with Bin Laden-- then you will concentrate on the wrong threat. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 43 advcl 43:advcl:if _ +3 believe believe VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 43 advcl 43:advcl:if _ 4 crackpot crackpot NOUN NN Number=Sing 5 compound 5:compound _ 5 theories theory NOUN NNS Number=Plur 3 obj 3:obj _ 6 instead instead ADV RB _ 8 mark 8:mark _ @@ -4615,25 +4615,25 @@ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 cop 19:cop _ 15 an a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 16 al al PROPN NNP Number=Sing 18 compound 18:compound SpaceAfter=No -17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No 18 Qaeda Qaeda PROPN NNP Number=Sing 19 compound 19:compound _ 19 operation operation NOUN NN Number=Sing 11 appos 11:appos _ 20 mainly mainly ADV RB _ 21 advmod 21:advmod _ -21 carried carry VERB VBN Tense=Past|VerbForm=Part 19 acl 19:acl _ +21 carried carry VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 acl 19:acl _ 22 out out ADP RP _ 21 compound:prt 21:compound:prt _ 23 by by ADP IN _ 24 case 24:case _ -24 al al PROPN NNP Number=Sing 21 obl 21:obl:by SpaceAfter=No -25 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No +24 al al PROPN NNP Number=Sing 21 obl:agent 21:obl:agent SpaceAfter=No +25 - - PUNCT HYPH _ 26 punct 26:punct SpaceAfter=No 26 Gamaa Gamaa PROPN NNP Number=Sing 24 flat 24:flat _ 27 al al PROPN NNP Number=Sing 24 flat 24:flat SpaceAfter=No -28 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No +28 - - PUNCT HYPH _ 29 punct 29:punct SpaceAfter=No 29 Islamiyyah Islamiyyah PROPN NNP Number=Sing 24 flat 24:flat SpaceAfter=No -30 , , PUNCT , _ 24 punct 24:punct _ +30 , , PUNCT , _ 34 punct 34:punct _ 31 an a DET DT Definite=Ind|PronType=Art 34 det 34:det _ -32 Egyptian egyptian ADJ JJ Degree=Pos 34 amod 34:amod _ +32 Egyptian Egyptian ADJ JJ Degree=Pos 34 amod 34:amod _ 33 terrorist terrorist NOUN NN Number=Sing 34 compound 34:compound _ 34 component component NOUN NN Number=Sing 24 appos 24:appos _ -35 allied ally VERB VBN Tense=Past|VerbForm=Part 34 acl 34:acl _ +35 allied ally VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 34 acl 34:acl _ 36 with with ADP IN _ 37 case 37:case _ 37 Bin Bin PROPN NNP Number=Sing 35 obl 35:obl:with _ 38 Laden Laden PROPN NNP Number=Sing 37 flat 37:flat SpaceAfter=No @@ -4656,8 +4656,8 @@ 4 attacks attack NOUN NNS Number=Plur 11 obl 11:obl:after _ 5 on on ADP IN _ 6 case 6:case _ 6 September September PROPN NNP Number=Sing 4 nmod 4:nmod:on _ -7 11 11 NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No -8 , , PUNCT , _ 11 punct 11:punct _ +7 11 11 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No +8 , , PUNCT , _ 4 punct 4:punct _ 9 Bush Bush PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 aux 11:aux _ 11 obsessing obsess VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ @@ -4668,18 +4668,18 @@ # sent_id = weblog-juancole.com_juancole_20040722101300_ENG_20040722_101300-0014 # text = Wolfowitz lied to him and said that there was a 10 to 50% chance that Iraq was behind them. 1 Wolfowitz Wolfowitz PROPN NNP Number=Sing 2 nsubj 2:nsubj|6:nsubj _ -2 lied lie VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 lied lie VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 4 case 4:case _ 4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 obl 2:obl:to _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +6 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 7 that that SCONJ IN _ 9 mark 9:mark _ 8 there there PRON EX _ 9 expl 9:expl _ 9 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp _ 10 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ -11 10 10 NUM CD NumType=Card 14 nummod 14:nummod _ +11 10 10 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 12 to to ADP IN _ 13 case 13:case _ -13 50 50 NUM CD NumType=Card 11 nmod 11:nmod:to SpaceAfter=No +13 50 50 NUM CD NumForm=Digit|NumType=Card 11 nmod 11:nmod:to SpaceAfter=No 14 % % SYM NN Number=Sing 15 compound 15:compound _ 15 chance chance NOUN NN Number=Sing 9 nsubj 9:nsubj _ 16 that that SCONJ IN _ 20 mark 20:mark _ @@ -4701,23 +4701,23 @@ # text = The hijackers were obviously al-Qaeda, and no operational links between al-Qaeda and Iraq had ever been found). 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 hijackers hijacker NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 cop 7:cop _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 4 obviously obviously ADV RB _ 7 advmod 7:advmod _ 5 al al PROPN NNP Number=Sing 7 compound 7:compound SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 Qaeda Qaeda PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No 8 , , PUNCT , _ 22 punct 22:punct _ 9 and and CCONJ CC _ 22 cc 22:cc _ -10 no no DET DT _ 12 det 12:det _ +10 no no DET DT PronType=Neg 12 det 12:det _ 11 operational operational ADJ JJ Degree=Pos 12 amod 12:amod _ 12 links link NOUN NNS Number=Plur 22 nsubj:pass 22:nsubj:pass _ 13 between between ADP IN _ 16 case 16:case _ 14 al al PROPN NNP Number=Sing 16 compound 16:compound SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 Qaeda Qaeda PROPN NNP Number=Sing 12 nmod 12:nmod:between _ 17 and and CCONJ CC _ 18 cc 18:cc _ 18 Iraq Iraq PROPN NNP Number=Sing 16 conj 12:nmod:between|16:conj:and _ -19 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 aux 22:aux _ +19 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 22 aux 22:aux _ 20 ever ever ADV RB _ 22 advmod 22:advmod _ 21 been be AUX VBN Tense=Past|VerbForm=Part 22 aux:pass 22:aux:pass _ 22 found find VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 conj 7:conj:and SpaceAfter=No @@ -4728,22 +4728,22 @@ # text = Rumsfeld initially rejected an attack on al-Qaeda bases in Afghanistan, saying there were "no good targets" in Afghanistan. 1 Rumsfeld Rumsfeld PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 initially initially ADV RB _ 3 advmod 3:advmod _ -3 rejected reject VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 rejected reject VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 attack attack NOUN NN Number=Sing 3 obj 3:obj _ 6 on on ADP IN _ 10 case 10:case _ 7 al al PROPN NNP Number=Sing 9 compound 9:compound SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 Qaeda Qaeda PROPN NNP Number=Sing 10 compound 10:compound _ 10 bases basis NOUN NNS Number=Plur 5 nmod 5:nmod:on _ 11 in in ADP IN _ 12 case 12:case _ 12 Afghanistan Afghanistan PROPN NNP Number=Sing 10 nmod 10:nmod:in SpaceAfter=No -13 , , PUNCT , _ 3 punct 3:punct _ +13 , , PUNCT , _ 14 punct 14:punct _ 14 saying say VERB VBG VerbForm=Ger 3 advcl 3:advcl _ 15 there there PRON EX _ 16 expl 16:expl _ -16 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 ccomp 14:ccomp _ +16 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 ccomp 14:ccomp _ 17 " " PUNCT `` _ 20 punct 20:punct SpaceAfter=No -18 no no DET DT _ 20 det 20:det _ +18 no no DET DT PronType=Neg 20 det 20:det _ 19 good good ADJ JJ Degree=Pos 20 amod 20:amod _ 20 targets target NOUN NNS Number=Plur 16 nsubj 16:nsubj SpaceAfter=No 21 " " PUNCT '' _ 20 punct 20:punct _ @@ -4756,16 +4756,16 @@ 1 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No 2 What what PRON WP PronType=Int 0 root 0:root _ 3 about about ADP IN _ 8 case 8:case _ -4 40 40 NUM CD NumType=Card 8 nummod 8:nummod _ +4 40 40 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 5 al al PROPN NNP Number=Sing 7 compound 7:compound SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 Qaeda Qaeda PROPN NNP Number=Sing 8 compound 8:compound _ 8 bases basis NOUN NNS Number=Plur 2 nmod 2:nmod:about|11:nsubj _ 9 that that PRON WDT PronType=Rel 11 nsubj 8:ref _ -10 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 aux 11:aux _ +10 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 aux 11:aux _ 11 trained train VERB VBN Tense=Past|VerbForm=Part 8 acl:relcl 8:acl:relcl _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -13 9/11 9/11 NUM CD NumType=Card 14 nummod 14:nummod _ +13 9/11 9/11 NUM CD NumForm=Digit|NumType=Card 14 compound 14:compound _ 14 hijackers hijacker NOUN NNS Number=Plur 11 obj 11:obj _ 15 and and CCONJ CC _ 17 cc 17:cc _ 16 other other ADJ JJ Degree=Pos 17 amod 17:amod _ @@ -4773,8 +4773,8 @@ 18 gunning gun VERB VBG VerbForm=Ger 17 acl 17:acl _ 19 for for ADP IN _ 22 case 22:case _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -21 United United PROPN NNP Number=Sing 22 compound 22:compound _ -22 States States PROPN NNP Number=Sing 18 obl 18:obl:for SpaceAfter=No +21 United United ADJ NNP Degree=Pos 22 amod 22:amod _ +22 States State PROPN NNPS Number=Plur 18 obl 18:obl:for SpaceAfter=No 23 ?? ?? PUNCT . _ 2 punct 2:punct SpaceAfter=No 24 ) ) PUNCT -RRB- _ 2 punct 2:punct _ @@ -4782,7 +4782,7 @@ # text = The Pentagon did not even have a plan for dealing with Afghanistan or al-Qaeda that it could pull off the shelf, according to Bob Woodward. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 Pentagon Pentagon PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +3 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 4 not not PART RB _ 6 advmod 6:advmod _ 5 even even ADV RB _ 6 advmod 6:advmod _ 6 have have VERB VB VerbForm=Inf 0 root 0:root _ @@ -4794,7 +4794,7 @@ 12 Afghanistan Afghanistan PROPN NNP Number=Sing 10 obl 10:obl:with _ 13 or or CCONJ CC _ 16 cc 16:cc _ 14 al al PROPN NNP Number=Sing 16 compound 16:compound SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 Qaeda Qaeda PROPN NNP Number=Sing 12 conj 10:obl:with|12:conj:or _ 17 that that PRON WDT PronType=Rel 20 obj 8:ref _ 18 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ @@ -4803,20 +4803,20 @@ 21 off off ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 shelf shelf NOUN NN Number=Sing 20 obl 20:obl:off SpaceAfter=No -24 , , PUNCT , _ 6 punct 6:punct _ -25 according accord VERB VBG VerbForm=Ger 27 case 27:case _ +24 , , PUNCT , _ 27 punct 27:punct _ +25 according accord VERB VBG ExtPos=ADP|VerbForm=Ger 27 case 27:case _ 26 to to ADP IN _ 25 fixed 25:fixed _ -27 Bob Bob PROPN NNP Number=Sing 6 obl 6:obl:accord_to _ +27 Bob Bob PROPN NNP Number=Sing 6 obl 6:obl:according_to _ 28 Woodward Woodward PROPN NNP Number=Sing 27 flat 27:flat SpaceAfter=No 29 . . PUNCT . _ 6 punct 6:punct _ # sent_id = weblog-juancole.com_juancole_20040722101300_ENG_20040722_101300-0020 # text = Bush did not have his eye on the ball. 1 Bush Bush PROPN NNP Number=Sing 4 nsubj 4:nsubj _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 have have VERB VB VerbForm=Inf 0 root 0:root _ -5 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 eye eye NOUN NN Number=Sing 4 obj 4:obj _ 7 on on ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -4826,7 +4826,7 @@ # sent_id = weblog-juancole.com_juancole_20040722101300_ENG_20040722_101300-0021 # text = Neither did Cheney, Rumsfeld, or Wolfowitz. 1 Neither neither CCONJ CC _ 2 cc 2:cc _ -2 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 Cheney Cheney PROPN NNP Number=Sing 2 nsubj 2:nsubj SpaceAfter=No 4 , , PUNCT , _ 5 punct 5:punct _ 5 Rumsfeld Rumsfeld PROPN NNP Number=Sing 3 conj 2:nsubj|3:conj:or SpaceAfter=No @@ -4838,7 +4838,7 @@ # sent_id = weblog-juancole.com_juancole_20040722101300_ENG_20040722_101300-0022 # text = They were playing Captain Ahab to Saddam's great white whale. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 playing play VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 Captain Captain PROPN NNP Number=Sing 5 compound 5:compound _ 5 Ahab Ahab PROPN NNP Number=Sing 3 obj 3:obj _ @@ -4873,7 +4873,7 @@ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 19 US US PROPN NNP Number=Sing 20 compound 20:compound _ 20 government government NOUN NN Number=Sing 15 nmod 15:nmod:in _ -21 knew know VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl 5:acl:that _ +21 knew know VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 acl 5:acl:that _ 22 all all ADV RB _ 24 advmod 24:advmod _ 23 about about ADP IN _ 24 case 24:case _ 24 Bin Bin PROPN NNP Number=Sing 21 obl 21:obl:about _ @@ -4882,45 +4882,45 @@ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 threat threat NOUN NN Number=Sing 24 conj 21:obl:about|24:conj:and _ 29 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 30 nsubj 30:nsubj _ -30 posed pose VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 28 acl:relcl 28:acl:relcl SpaceAfter=No +30 posed pose VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 28 acl:relcl 28:acl:relcl SpaceAfter=No 31 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-juancole.com_juancole_20040722101300_ENG_20040722_101300-0024 # text = They were from all accounts marginalized and not listened to. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj:pass 6:nsubj:pass|9:nsubj:pass _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ 3 from from ADP IN _ 5 case 5:case _ -4 all all DET DT _ 5 det 5:det _ +4 all all DET DT PronType=Tot 5 det 5:det _ 5 accounts account NOUN NNS Number=Plur 6 obl 6:obl:from _ 6 marginalized marginalize VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 not not PART RB _ 9 advmod 9:advmod _ -9 listened listen VERB VBN Tense=Past|VerbForm=Part 6 conj 6:conj:and _ +9 listened listen VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 conj 6:conj:and _ 10 to to ADP IN _ 9 obl 9:obl SpaceAfter=No 11 . . PUNCT . _ 6 punct 6:punct _ # sent_id = weblog-juancole.com_juancole_20040722101300_ENG_20040722_101300-0025 # text = Bush demoted Dick Clarke, among the most vocal and focused of the al-Qaeda experts, from his cabinet. 1 Bush Bush PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 demoted demote VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 demoted demote VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 Dick Dick PROPN NNP Number=Sing 2 obj 2:obj _ 4 Clarke Clarke PROPN NNP Number=Sing 3 flat 3:flat SpaceAfter=No -5 , , PUNCT , _ 3 punct 3:punct _ +5 , , PUNCT , _ 9 punct 9:punct _ 6 among among ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 most most ADV RBS _ 9 advmod 9:advmod _ +8 most most ADV RBS Degree=Sup 9 advmod 9:advmod _ 9 vocal vocal ADJ JJ Degree=Pos 3 nmod 3:nmod:among _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 focused focused ADJ JJ Degree=Pos 9 conj 3:nmod:among|9:conj:and _ 12 of of ADP IN _ 17 case 17:case _ 13 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 14 al al PROPN NNP Number=Sing 16 compound 16:compound SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 Qaeda Qaeda PROPN NNP Number=Sing 17 compound 17:compound _ 17 experts expert NOUN NNS Number=Plur 9 obl 9:obl:of SpaceAfter=No -18 , , PUNCT , _ 2 punct 2:punct _ +18 , , PUNCT , _ 21 punct 21:punct _ 19 from from ADP IN _ 21 case 21:case _ -20 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 cabinet cabinet NOUN NN Number=Sing 2 obl 2:obl:from SpaceAfter=No 22 . . PUNCT . _ 2 punct 2:punct _ @@ -4931,16 +4931,16 @@ 3 never never ADV RB _ 5 advmod 5:advmod _ 4 thereafter thereafter ADV RB _ 5 advmod 5:advmod _ 5 get get VERB VB VerbForm=Inf 0 root 0:root _ -6 any any DET DT _ 8 det 8:det _ +6 any any DET DT PronType=Ind 8 det 8:det _ 7 real real ADJ JJ Degree=Pos 8 amod 8:amod _ 8 cooperation cooperation NOUN NN Number=Sing 5 obj 5:obj _ 9 from from ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 cabinet cabinet NOUN NN Number=Sing 12 compound 12:compound _ 12 officers officer NOUN NNS Number=Plur 8 nmod 8:nmod:from|15:nsubj SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ +13 , , PUNCT , _ 15 punct 15:punct _ 14 who who PRON WP PronType=Rel 15 nsubj 12:ref _ -15 outranked outrank VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +15 outranked outrank VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ 16 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 obj 15:obj SpaceAfter=No 17 , , PUNCT , _ 22 punct 22:punct _ 18 and and CCONJ CC _ 22 cc 22:cc _ @@ -4948,7 +4948,7 @@ 20 could could AUX MD VerbForm=Fin 22 aux 22:aux _ 21 not not PART RB _ 22 advmod 22:advmod _ 22 convince convince VERB VB VerbForm=Inf 5 conj 5:conj:and _ -23 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 22 obj 22:obj|25:nsubj:xsubj _ +23 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 22 iobj 22:iobj|25:nsubj:xsubj _ 24 to to PART TO _ 25 mark 25:mark _ 25 go go VERB VB VerbForm=Inf 22 xcomp 22:xcomp _ 26 to to ADP IN _ 28 case 28:case _ @@ -4958,8 +4958,8 @@ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 31 summer summer NOUN NN Number=Sing 25 obl 25:obl:in _ 32 of of ADP IN _ 33 case 33:case _ -33 2001 2001 NUM CD NumType=Card 31 nmod 31:nmod:of _ -34 when when SCONJ WRB PronType=Int 42 mark 42:mark _ +33 2001 2001 NUM CD NumForm=Digit|NumType=Card 31 nmod 31:nmod:of _ +34 when when ADV WRB PronType=Int 42 advmod 42:advmod _ 35 George George PROPN NNP Number=Sing 38 nmod:poss 38:nmod:poss _ 36-37 Tenet's _ _ _ _ _ _ _ _ 36 Tenet Tenet PROPN NNP Number=Sing 35 flat 35:flat _ @@ -4992,41 +4992,41 @@ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 Clinton Clinton PROPN NNP Number=Sing 7 obl 7:obl:as_for _ 5 administration administration NOUN NN Number=Sing 4 flat 4:flat SpaceAfter=No -6 , , PUNCT , _ 7 punct 7:punct _ +6 , , PUNCT , _ 4 punct 4:punct _ 7 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 8 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 7 obj 7:obj|9:nsubj:xsubj _ 9 say say VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ -10 one one NUM CD NumType=Card 11 nummod 11:nummod _ +10 one one NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 11 thing thing NOUN NN Number=Sing 9 obj 9:obj _ 12 in in ADP IN _ 14 case 14:case _ -13 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 defense defense NOUN NN Number=Sing 11 nmod 11:nmod:in SpaceAfter=No 15 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-juancole.com_juancole_20040722101300_ENG_20040722_101300-0028 # text = Clinton had worked out a deal with Pakistani Prime Minister Nawaz Sharif in summer of 1999 that would have allowed the US to send a Special Ops team in after Bin Laden in Qandahar, based from Pakistan. 1 Clinton Clinton PROPN NNP Number=Sing 3 nsubj 3:nsubj _ -2 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +2 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 worked work VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 out out ADP RP _ 3 compound:prt 3:compound:prt _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 deal deal NOUN NN Number=Sing 3 obj 3:obj|20:nsubj _ 7 with with ADP IN _ 10 case 10:case _ -8 Pakistani pakistani ADJ JJ Degree=Pos 10 amod 10:amod _ -9 Prime Prime PROPN NNP Number=Sing 10 compound 10:compound _ +8 Pakistani Pakistani ADJ JJ Degree=Pos 10 amod 10:amod _ +9 Prime Prime ADJ NNP Degree=Pos 10 amod 10:amod _ 10 Minister Minister PROPN NNP Number=Sing 6 nmod 6:nmod:with _ 11 Nawaz Nawaz PROPN NNP Number=Sing 10 flat 10:flat _ 12 Sharif Sharif PROPN NNP Number=Sing 10 flat 10:flat _ 13 in in ADP IN _ 14 case 14:case _ 14 summer summer NOUN NN Number=Sing 3 obl 3:obl:in _ 15 of of ADP IN _ 16 case 16:case _ -16 1999 1999 NUM CD NumType=Card 14 nmod 14:nmod:of _ +16 1999 1999 NUM CD NumForm=Digit|NumType=Card 14 nmod 14:nmod:of _ 17 that that PRON WDT PronType=Rel 20 nsubj 6:ref _ 18 would would AUX MD VerbForm=Fin 20 aux 20:aux _ 19 have have AUX VB VerbForm=Inf 20 aux 20:aux _ 20 allowed allow VERB VBN Tense=Past|VerbForm=Part 6 acl:relcl 6:acl:relcl _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -22 US US PROPN NNP Number=Sing 20 obj 20:obj|24:nsubj:xsubj _ +22 US US PROPN NNP Number=Sing 20 iobj 20:iobj|24:nsubj:xsubj _ 23 to to PART TO _ 24 mark 24:mark _ 24 send send VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ 25 a a DET DT Definite=Ind|PronType=Art 28 det 28:det _ @@ -5039,8 +5039,8 @@ 32 Laden Laden PROPN NNP Number=Sing 31 flat 31:flat _ 33 in in ADP IN _ 34 case 34:case _ 34 Qandahar Qandahar PROPN NNP Number=Sing 24 obl 24:obl:in SpaceAfter=No -35 , , PUNCT , _ 24 punct 24:punct _ -36 based base VERB VBN Tense=Past|VerbForm=Part 24 advcl 24:advcl _ +35 , , PUNCT , _ 36 punct 36:punct _ +36 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 24 advcl 24:advcl _ 37 from from ADP IN _ 38 case 38:case _ 38 Pakistan Pakistan PROPN NNP Number=Sing 36 obl 36:obl:from SpaceAfter=No 39 . . PUNCT . _ 3 punct 3:punct _ @@ -5048,9 +5048,9 @@ # sent_id = weblog-juancole.com_juancole_20040722101300_ENG_20040722_101300-0029 # text = I presume you need the Pakistan base for rescue operations in case anything went wrong. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 presume presume VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 presume presume VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +4 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 Pakistan Pakistan PROPN NNP Number=Sing 7 compound 7:compound _ 7 base base NOUN NN Number=Sing 4 obj 4:obj _ @@ -5059,8 +5059,8 @@ 10 operations operation NOUN NNS Number=Plur 4 obl 4:obl:for _ 11 in in SCONJ IN _ 14 mark 14:mark _ 12 case case NOUN NN Number=Sing 11 fixed 11:fixed _ -13 anything anything PRON NN Number=Sing 14 nsubj 14:nsubj|15:nsubj:xsubj _ -14 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:in_case _ +13 anything anything PRON NN Number=Sing|PronType=Ind 14 nsubj 14:nsubj|15:nsubj:xsubj _ +14 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:in_case _ 15 wrong wrong ADJ JJ Degree=Pos 14 xcomp 14:xcomp SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ @@ -5068,8 +5068,8 @@ # text = You also need Pakistani air space. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 Pakistani pakistani ADJ JJ Degree=Pos 6 amod 6:amod _ +3 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 Pakistani Pakistani ADJ JJ Degree=Pos 6 amod 6:amod _ 5 air air NOUN NN Number=Sing 6 compound 6:compound _ 6 space space NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 7 . . PUNCT . _ 3 punct 3:punct _ @@ -5093,12 +5093,12 @@ 2 in in ADP IN _ 3 case 3:case _ 3 fall fall NOUN NN Number=Sing 10 obl 10:obl:in _ 4 of of ADP IN _ 5 case 5:case _ -5 1999 1999 NUM CD NumType=Card 3 nmod 3:nmod:of SpaceAfter=No -6 , , PUNCT , _ 10 punct 10:punct _ +5 1999 1999 NUM CD NumForm=Digit|NumType=Card 3 nmod 3:nmod:of SpaceAfter=No +6 , , PUNCT , _ 3 punct 3:punct _ 7 Gen. Gen. PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 8 Pervez Pervez PROPN NNP Number=Sing 7 flat 7:flat _ 9 Musharraf Musharraf PROPN NNP Number=Sing 7 flat 7:flat _ -10 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 coup coup NOUN NN Number=Sing 10 obj 10:obj _ 13 against against ADP IN _ 14 case 14:case _ @@ -5109,7 +5109,7 @@ # sent_id = weblog-juancole.com_juancole_20040722101300_ENG_20040722_101300-0033 # text = The Pakistani army was rife with elements protective of the Taliban, and the new military government reneged on the deal. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 Pakistani pakistani ADJ JJ Degree=Pos 3 amod 3:amod _ +2 Pakistani Pakistani ADJ JJ Degree=Pos 3 amod 3:amod _ 3 army army NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 5 rife rife ADJ JJ Degree=Pos 0 root 0:root _ @@ -5125,7 +5125,7 @@ 15 new new ADJ JJ Degree=Pos 17 amod 17:amod _ 16 military military ADJ JJ Degree=Pos 17 amod 17:amod _ 17 government government NOUN NN Number=Sing 18 nsubj 18:nsubj _ -18 reneged renege VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +18 reneged renege VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 19 on on ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 deal deal NOUN NN Number=Sing 18 obl 18:obl:on SpaceAfter=No @@ -5134,14 +5134,14 @@ # sent_id = weblog-juancole.com_juancole_20040722101300_ENG_20040722_101300-0034 # text = Musharraf told Clinton he couldn't use Pakistani soil or air space to send the team in against Bin Laden. 1 Musharraf Musharraf PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 Clinton Clinton PROPN NNP Number=Sing 2 obj 2:obj _ +2 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 Clinton Clinton PROPN NNP Number=Sing 2 iobj 2:iobj _ 4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 5-6 couldn't _ _ _ _ _ _ _ _ 5 could could AUX MD VerbForm=Fin 7 aux 7:aux _ 6 n't not PART RB _ 7 advmod 7:advmod _ 7 use use VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ -8 Pakistani pakistani ADJ JJ Degree=Pos 9 amod 9:amod _ +8 Pakistani Pakistani ADJ JJ Degree=Pos 9 amod 9:amod _ 9 soil soil NOUN NN Number=Sing 7 obj 7:obj _ 10 or or CCONJ CC _ 12 cc 12:cc _ 11 air air NOUN NN Number=Sing 12 compound 12:compound _ @@ -5164,35 +5164,35 @@ 4 map map NOUN NN Number=Sing 1 obl 1:obl:at _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ -7 try try VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 conj 1:conj:and _ +7 try try VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 conj 1:conj:and _ 8 to to PART TO _ 9 mark 9:mark _ 9 figure figure VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 out out ADP RP _ 9 compound:prt 9:compound:prt _ -11 how how SCONJ WRB PronType=Int 21 mark 21:mark SpaceAfter=No -12 , , PUNCT , _ 21 punct 21:punct _ +11 how how ADV WRB PronType=Int 21 advmod 21:advmod SpaceAfter=No +12 , , PUNCT , _ 11 punct 11:punct _ 13 in in ADP IN _ 14 case 14:case _ 14 fall fall NOUN NN Number=Sing 21 obl 21:obl:in _ 15 of of ADP IN _ 16 case 16:case _ -16 1999 1999 NUM CD NumType=Card 14 nmod 14:nmod:of SpaceAfter=No -17 , , PUNCT , _ 21 punct 21:punct _ +16 1999 1999 NUM CD NumForm=Digit|NumType=Card 14 nmod 14:nmod:of SpaceAfter=No +17 , , PUNCT , _ 14 punct 14:punct _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 21 nsubj 21:nsubj _ 19 could could AUX MD VerbForm=Fin 21 aux 21:aux _ 20 possibly possibly ADV RB _ 21 advmod 21:advmod _ 21 pull pull VERB VB VerbForm=Inf 9 ccomp 9:ccomp _ 22 off off ADP RP _ 21 compound:prt 21:compound:prt _ -23 such such DET PDT _ 25 det:predet 25:det:predet _ +23 such such DET PDT PronType=Ind 25 det:predet 25:det:predet _ 24 an a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 25 operation operation NOUN NN Number=Sing 21 obj 21:obj _ 26 without without ADP IN _ 28 case 28:case _ -27 Pakistani pakistani ADJ JJ Degree=Pos 28 amod 28:amod _ +27 Pakistani Pakistani ADJ JJ Degree=Pos 28 amod 28:amod _ 28 facilities facility NOUN NNS Number=Plur 21 obl 21:obl:without SpaceAfter=No 29 . . PUNCT . _ 1 punct 1:punct _ # sent_id = weblog-juancole.com_juancole_20040722101300_ENG_20040722_101300-0036 # text = Of course, you could just go in by main force. -1 Of of ADV RB _ 7 advmod 7:advmod _ -2 course course ADV RB _ 1 fixed 1:fixed SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +1 Of of ADP IN ExtPos=ADV 7 advmod 7:advmod _ +2 course course NOUN NN Number=Sing 1 fixed 1:fixed SpaceAfter=No +3 , , PUNCT , _ 1 punct 1:punct _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ 5 could could AUX MD VerbForm=Fin 7 aux 7:aux _ 6 just just ADV RB _ 7 advmod 7:advmod _ @@ -5210,11 +5210,11 @@ 3 those that PRON DT Number=Plur|PronType=Dem 12 obl 12:obl:for _ 4 of of ADP IN _ 5 case 5:case _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 3 nmod 3:nmod:of _ -6 tempted tempt VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ +6 tempted tempt VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ 7 in in ADP IN _ 9 case 9:case _ 8 that that DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 direction direction NOUN NN Number=Sing 6 obl 6:obl:in SpaceAfter=No -10 , , PUNCT , _ 12 punct 12:punct _ +10 , , PUNCT , _ 3 punct 3:punct _ 11 please please INTJ UH _ 12 discourse 12:discourse _ 12 look look VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 13 up up ADP RP _ 12 compound:prt 12:compound:prt _ @@ -5237,10 +5237,10 @@ # sent_id = weblog-juancole.com_juancole_20040722101300_ENG_20040722_101300-0039 # text = Clinton tried, and tried hard. 1 Clinton Clinton PROPN NNP Number=Sing 2 nsubj 2:nsubj|5:nsubj _ -2 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +2 tried try VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 3 , , PUNCT , _ 5 punct 5:punct _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +5 tried try VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 6 hard hard ADV RB Degree=Pos 5 advmod 5:advmod SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ @@ -5249,24 +5249,24 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 gods god NOUN NNS Number=Plur 3 nsubj 3:nsubj _ 3-4 weren't _ _ _ _ _ _ _ _ -3 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 n't not PART RB _ 3 advmod 3:advmod _ 5 with with ADP IN _ 6 case 6:case _ 6 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 3 obl 3:obl:with _ 7 on on ADP IN _ 9 case 9:case _ 8 that that DET DT Number=Sing|PronType=Dem 9 det 9:det _ -9 one one NUM CD NumType=Card 3 obl 3:obl:on SpaceAfter=No +9 one one NOUN NN Number=Sing 3 obl 3:obl:on SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ # newdoc id = email-enronsent23_09 # sent_id = email-enronsent23_09-0001 # newpar id = email-enronsent23_09-p0001 # text = that is how i want you to refer to me as "the king" -1 that that PRON DT Number=Sing|PronType=Dem 2 nsubj 2:nsubj _ -2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 how how SCONJ WRB PronType=Int 5 mark 5:mark _ -4 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +1 that that PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ +2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +3 how how ADV WRB PronType=Rel 0 root 0:root|8:xcomp _ +4 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ +5 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 advcl:relcl 3:advcl:relcl _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 obj 5:obj|8:nsubj:xsubj _ 7 to to PART TO _ 8 mark 8:mark _ 8 refer refer VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ @@ -5275,15 +5275,15 @@ 11 as as ADP IN _ 14 case 14:case _ 12 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -14 king king NOUN NN Number=Sing 2 obl 2:obl:as SpaceAfter=No +14 king king NOUN NN Number=Sing 3 parataxis 3:parataxis SpaceAfter=No 15 " " PUNCT '' _ 14 punct 14:punct _ # sent_id = email-enronsent23_09-0002 # newpar id = email-enronsent23_09-p0002 # text = i don't think so. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 think think VERB VB VerbForm=Inf 0 root 0:root _ 5 so so ADV RB _ 4 advmod 4:advmod SpaceAfter=No @@ -5293,8 +5293,8 @@ # newpar id = email-enronsent23_09-p0003 # text = i'm the king 1-2 i'm _ _ _ _ _ _ _ _ -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 king king NOUN NN Number=Sing 0 root 0:root _ @@ -5322,8 +5322,8 @@ 7 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obl 3:obl:with _ 8 before before SCONJ IN _ 10 mark 10:mark _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -10 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:before _ -11 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +10 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:before _ +11 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 12 ' ' PUNCT `` _ 14 punct 14:punct SpaceAfter=No 13 matt matt PROPN NNP Number=Sing 14 compound 14:compound _ 14 time time NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No @@ -5332,8 +5332,9 @@ # sent_id = email-enronsent23_10-0004 # text = probablyl gonna just kick it -1 probablyl probablyl ADV RB _ 2 advmod 2:advmod _ -2 gon go VERB VBG Abbr=Yes|Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No +1 probablyl probably ADV RB Typo=Yes 2 advmod 2:advmod CorrectForm=probably +2-3 gonna _ _ _ _ _ _ _ _ +2 gon go VERB VBG Abbr=Yes|Tense=Pres|VerbForm=Part 0 root 0:root _ 3 na to PART TO Abbr=Yes 5 mark 5:mark _ 4 just just ADV RB _ 5 advmod 5:advmod _ 5 kick kick VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ @@ -5344,25 +5345,25 @@ # newpar id = email-enronsent23_01-p0001 # text = you know, whatever. 1 you you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ -4 whatever whatever PRON WP PronType=Int 2 parataxis 2:parataxis SpaceAfter=No +2 know know VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 , , PUNCT , _ 4 punct 4:punct _ +4 whatever whatever INTJ WP _ 2 parataxis 2:parataxis SpaceAfter=No 5 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent23_01-0002 # text = i will let you know later. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 will will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 let let VERB VB VerbForm=Inf 0 root 0:root _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 obj 3:obj|5:nsubj:xsubj _ 5 know know VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 later later ADV RB _ 3 advmod 3:advmod SpaceAfter=No +6 later late ADV RBR Degree=Cmp 3 advmod 3:advmod SpaceAfter=No 7 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent23_01-0003 # text = what are you doing tonight. 1 what what PRON WP PronType=Int 4 obj 4:obj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 doing do VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 tonight tonight NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod SpaceAfter=No @@ -5378,7 +5379,7 @@ # sent_id = email-enronsent23_01-0005 # newpar id = email-enronsent23_01-p0003 # text = i can think of a few things -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 can can AUX MD VerbForm=Fin 3 aux 3:aux _ 3 think think VERB VB VerbForm=Inf 0 root 0:root _ 4 of of ADP IN _ 7 case 7:case _ @@ -5390,24 +5391,25 @@ # sent_id = email-enronsent23_05-0001 # newpar id = email-enronsent23_05-p0001 # text = your retarded. -1 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj SpaceAfter=No -2 r be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +1-2 your _ _ _ _ _ _ _ _ +1 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ +2 r be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|Typo=Yes|VerbForm=Fin 3 cop 3:cop CorrectForm='re 3 retarded retarded ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent23_05-0002 # text = i used to have one. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ +2 used use VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 have have VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 one one NUM CD NumType=Card 4 obj 4:obj SpaceAfter=No +5 one one NUM CD NumForm=Word|NumType=Card 4 obj 4:obj SpaceAfter=No 6 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent23_05-0003 # text = they are great dogs. 1 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 great great ADJ JJ Degree=Pos 4 amod 4:amod _ 4 dogs dog NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ @@ -5415,22 +5417,22 @@ # sent_id = email-enronsent23_05-0004 # newpar id = email-enronsent23_05-p0002 # text = cockerspaniels are retarded. -1 cocker cocker NOUN NN Number=Sing 2 compound 2:compound SpaceAfter=No +1 cocker cocker NOUN NN Number=Sing 2 compound 2:compound CorrectSpaceAfter=Yes|SpaceAfter=No 2 spaniels spaniel NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 retarded retarded ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent23_05-0005 # text = why do you think i should get one of those? 1 why why ADV WRB PronType=Int 4 advmod 4:advmod _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 think think VERB VB VerbForm=Inf 0 root 0:root _ -5 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ +5 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 6 should should AUX MD VerbForm=Fin 7 aux 7:aux _ 7 get get VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ -8 one one NUM CD NumType=Card 7 obj 7:obj _ +8 one one NUM CD NumForm=Word|NumType=Card 7 obj 7:obj _ 9 of of ADP IN _ 10 case 10:case _ 10 those that PRON DT Number=Plur|PronType=Dem 8 nmod 8:nmod:of SpaceAfter=No 11 ? ? PUNCT . _ 4 punct 4:punct _ @@ -5444,7 +5446,7 @@ 2 n't not PART RB _ 3 advmod 3:advmod _ 3 believe believe VERB VB VerbForm=Inf 0 root 0:root _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +5 left leave VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ 6 last last ADJ JJ Degree=Pos 7 amod 7:amod _ 7 night night NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ @@ -5462,20 +5464,20 @@ 1 that that PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 fine fine ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ -5 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ +4 , , PUNCT , _ 8 punct 8:punct _ +5 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ 6-7 don't _ _ _ _ _ _ _ _ -6 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 n't not PART RB _ 8 advmod 8:advmod _ 8 want want VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ 9 to to PART TO _ 10 mark 10:mark _ 10 see see VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 you you PRON PRP Case=Acc|Person=2|PronType=Prs 10 obj 10:obj _ 12 either either ADV RB _ 8 advmod 8:advmod SpaceAfter=No -13 , , PUNCT , _ 3 punct 3:punct _ -14 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj|18:nsubj:xsubj _ +13 , , PUNCT , _ 16 punct 16:punct _ +14 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj|18:nsubj:xsubj _ 15 just just ADV RB _ 16 advmod 16:advmod _ -16 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +16 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 17 to to PART TO _ 18 mark 18:mark _ 18 make make VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 19 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ @@ -5484,7 +5486,7 @@ # sent_id = email-enronsent23_12-0004 # text = i can't wait -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 can't _ _ _ _ _ _ _ _ 2 ca can AUX MD VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ @@ -5494,7 +5496,7 @@ # sent_id = email-enronsent23_02-0001 # newpar id = email-enronsent23_02-p0001 # text = i was thinking somewhere that requires a jacket, like tony's. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 thinking think VERB VBG VerbForm=Ger 0 root 0:root _ 4 somewhere somewhere NOUN NN Number=Sing 3 obj 3:obj|6:nsubj _ @@ -5502,10 +5504,11 @@ 6 requires require VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 jacket jacket NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No -9 , , PUNCT , _ 4 punct 4:punct _ +9 , , PUNCT , _ 11 punct 11:punct _ 10 like like ADP IN _ 11 case 11:case _ -11 tony tony PROPN NNP Number=Sing 4 nmod 4:nmod:like SpaceAfter=No -12 's 's PART POS _ 11 case 11:case SpaceAfter=No +11-12 tony's _ _ _ _ _ _ _ SpaceAfter=No +11 tony tony PROPN NNP Number=Sing 4 nmod 4:nmod:like _ +12 's 's PART POS _ 11 case 11:case _ 13 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent23_02-0002 @@ -5515,7 +5518,7 @@ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 like like ADP IN _ 5 case 5:case _ 5 $ $ SYM $ _ 1 acl:relcl 1:acl:relcl SpaceAfter=No -6 30 30 NUM CD NumType=Card 5 nummod 5:nummod _ +6 30 30 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 7 an a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 entree entree NOUN NN Number=Sing 5 nmod:npmod 5:nmod:npmod SpaceAfter=No 9 . . PUNCT . _ 1 punct 1:punct _ @@ -5524,14 +5527,15 @@ # newpar id = email-enronsent23_02-p0002 # text = yeah, i was thinking somewhere like mcdonald's. 1 yeah yeah INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ -3 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 5 thinking think VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 6 somewhere somewhere NOUN NN Number=Sing 5 obj 5:obj _ 7 like like ADP IN _ 8 case 8:case _ -8 mcdonald mcdonald PROPN NNP Number=Sing 6 nmod 6:nmod:like SpaceAfter=No -9 's 's PART POS _ 8 case 8:case SpaceAfter=No +8-9 mcdonald's _ _ _ _ _ _ _ SpaceAfter=No +8 mcdonald McDonald PROPN NNP Number=Sing 6 nmod 6:nmod:like _ +9 's 's PART POS _ 8 case 8:case _ 10 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent23_02-0004 @@ -5547,7 +5551,7 @@ # sent_id = email-enronsent23_02-0005 # text = what do you think? 1 what what PRON WP PronType=Int 4 obj 4:obj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 think think VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 5 ? ? PUNCT . _ 4 punct 4:punct _ @@ -5558,13 +5562,13 @@ 1 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 can can AUX MD VerbForm=Fin 3 aux 3:aux _ 3 go go VERB VB VerbForm=Inf 0 root 0:root _ -4 somewhere somewhere NOUN NN Number=Sing 3 advmod 3:advmod _ +4 somewhere somewhere NOUN NN Number=Sing 3 obl 3:obl _ 5 nice nice ADJ JJ Degree=Pos 4 amod 4:amod SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent23_02-0007 # text = real nice. -1 real real ADJ RB _ 2 advmod 2:advmod _ +1 real real ADV RB _ 2 advmod 2:advmod _ 2 nice nice NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ @@ -5577,25 +5581,25 @@ # sent_id = email-enronsent23_06-0002 # text = my bad. -1 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 bad bad NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent23_06-0003 # text = i must have had you messed up with some other girl i made the bet with. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2 must must AUX MD VerbForm=Fin 4 aux 4:aux _ 3 have have AUX VB VerbForm=Inf 4 aux 4:aux _ 4 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 messed mess VERB VBN Tense=Past|VerbForm=Part 4 ccomp 4:ccomp _ +5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 obj 4:obj|6:nsubj:xsubj _ +6 messed mess VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 xcomp 4:xcomp _ 7 up up ADP RP _ 6 compound:prt 6:compound:prt _ 8 with with ADP IN _ 11 case 11:case _ -9 some some DET DT _ 11 det 11:det _ +9 some some DET DT PronType=Ind 11 det 11:det _ 10 other other ADJ JJ Degree=Pos 11 amod 11:amod _ 11 girl girl NOUN NN Number=Sing 6 obl 6:obl:with _ -12 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +12 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ +13 made make VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 bet bet NOUN NN Number=Sing 13 obj 13:obj _ 16 with with ADP IN _ 13 obl 13:obl SpaceAfter=No @@ -5609,16 +5613,16 @@ # sent_id = email-enronsent23_06-0005 # text = really, i have no idea what you're talking about. 1 really really ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ -3 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 no no DET DT _ 6 det 6:det _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +4 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 no no DET DT PronType=Neg 6 det 6:det _ 6 idea idea NOUN NN Number=Sing 4 obj 4:obj _ 7 what what PRON WP PronType=Int 10 obl 10:obl:about _ 8-9 you're _ _ _ _ _ _ _ _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -9 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ -10 talking talk VERB VBG Tense=Pres|VerbForm=Part 6 acl 6:acl _ +9 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +10 talking talk VERB VBG Tense=Pres|VerbForm=Part 4 ccomp 4:ccomp _ 11 about about ADP IN _ 7 case 7:case SpaceAfter=No 12 . . PUNCT . _ 4 punct 4:punct _ @@ -5629,21 +5633,21 @@ 3 be be AUX VB VerbForm=Inf 4 aux 4:aux _ 4 thinking think VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 of of ADP IN _ 6 case 6:case _ -6 someone someone PRON NN Number=Sing 4 obl 4:obl:of _ +6 someone someone PRON NN Number=Sing|PronType=Ind 4 obl 4:obl:of _ 7 else else ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent23_06-0007 # text = i don't even like a&m, i wouldn't bet on them. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 n't not PART RB _ 5 advmod 5:advmod _ 4 even even ADV RB _ 5 advmod 5:advmod _ 5 like like VERB VB VerbForm=Inf 0 root 0:root _ -6 a&m a&m PROPN NNP Number=Sing 5 obj 5:obj SpaceAfter=No -7 , , PUNCT , _ 5 punct 5:punct _ -8 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ +6 a&m A&M PROPN NNP Number=Sing 5 obj 5:obj SpaceAfter=No +7 , , PUNCT , _ 11 punct 11:punct _ +8 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 9-10 wouldn't _ _ _ _ _ _ _ _ 9 would would AUX MD VerbForm=Fin 11 aux 11:aux _ 10 n't not PART RB _ 11 advmod 11:advmod _ @@ -5655,18 +5659,18 @@ # sent_id = email-enronsent23_06-0008 # newpar id = email-enronsent23_06-p0002 # text = colorado beat texas a&m. -1 colorado colorado PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 beat beat VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 texas texas PROPN NNP Number=Sing 4 compound 4:compound _ -4 a&m a&m PROPN NNP Number=Sing 2 obj 2:obj SpaceAfter=No +1 colorado Colorado PROPN NNP Number=Sing 2 nsubj 2:nsubj _ +2 beat beat VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 texas Texas PROPN NNP Number=Sing 4 compound 4:compound _ +4 a&m A&M PROPN NNP Number=Sing 2 obj 2:obj SpaceAfter=No 5 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent23_06-0009 # text = i know you remember the bet. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 remember remember VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +4 remember remember VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 bet bet NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ @@ -5680,17 +5684,17 @@ # sent_id = email-enronsent23_07-0002 # text = i got her number though. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 number number NOUN NN Number=Sing 2 obj 2:obj _ 5 though though ADV RB _ 2 discourse 2:discourse SpaceAfter=No 6 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent23_07-0003 # text = i want to hook up with that girl paige in the brown leather jacket. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 hook hook VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 up up ADP RP _ 4 compound:prt 4:compound:prt _ @@ -5708,15 +5712,15 @@ # sent_id = email-enronsent23_07-0004 # text = what happened to you? 1 what what PRON WP PronType=Int 2 nsubj 2:nsubj _ -2 happened happen VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 happened happen VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 4 case 4:case _ 4 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 obl 2:obl:to SpaceAfter=No 5 ? ? PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent23_07-0005 # text = i had a blast that night. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 blast blast NOUN NN Number=Sing 2 obj 2:obj _ 5 that that DET DT Number=Sing|PronType=Dem 6 det 6:det _ @@ -5726,7 +5730,7 @@ # sent_id = email-enronsent23_07-0006 # newpar id = email-enronsent23_07-p0002 # text = did you hook up with that blonde chick saturday night? -1 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +1 did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 hook hook VERB VB VerbForm=Inf 0 root 0:root _ 4 up up ADP RP _ 3 compound:prt 3:compound:prt _ @@ -5734,7 +5738,7 @@ 6 that that DET DT Number=Sing|PronType=Dem 8 det 8:det _ 7 blonde blonde ADJ JJ Degree=Pos 8 amod 8:amod _ 8 chick chick NOUN NN Number=Sing 3 obl 3:obl:with _ -9 saturday saturday PROPN NNP Number=Sing 10 compound 10:compound _ +9 saturday Saturday PROPN NNP Number=Sing 10 compound 10:compound _ 10 night night NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod SpaceAfter=No 11 ? ? PUNCT . _ 3 punct 3:punct _ @@ -5742,7 +5746,7 @@ # newpar id = email-enronsent23_07-p0003 # text = no i am not lying. 1 no no INTJ UH _ 5 discourse 5:discourse _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 3 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 lying lie VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No @@ -5750,8 +5754,8 @@ # sent_id = email-enronsent23_07-0008 # text = i flew here last night. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 flew fly VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 flew fly VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 here here ADV RB PronType=Dem 2 advmod 2:advmod _ 4 last last ADJ JJ Degree=Pos 5 amod 5:amod _ 5 night night NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod SpaceAfter=No @@ -5759,7 +5763,7 @@ # sent_id = email-enronsent23_07-0009 # text = are you lying? -1 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 lying lie VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No 4 ? ? PUNCT . _ 3 punct 3:punct _ @@ -5767,7 +5771,7 @@ # sent_id = email-enronsent23_07-0010 # newpar id = email-enronsent23_07-p0004 # text = i am out of town. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 out out ADP IN _ 5 case 5:case _ 4 of of ADP IN _ 5 case 5:case _ @@ -5776,7 +5780,7 @@ # sent_id = email-enronsent23_07-0011 # text = i am in portland. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 in in ADP IN _ 4 case 4:case _ 4 portland portland PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No @@ -5789,9 +5793,9 @@ 3 buy buy VERB VB VerbForm=Inf 0 root 0:root _ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 iobj 3:iobj _ 5 dinner dinner NOUN NN Number=Sing 3 obj 3:obj _ -6 when when SCONJ WRB PronType=Int 8 mark 8:mark _ +6 when when ADV WRB PronType=Int 8 advmod 8:advmod _ 7 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:when _ +8 get get VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:when _ 9 back back ADV RB _ 8 advmod 8:advmod SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ @@ -5799,11 +5803,11 @@ # sent_id = email-enronsent23_03-0001 # newpar id = email-enronsent23_03-p0001 # text = i am sure they are. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 sure sure ADJ JJ Degree=Pos 0 root 0:root _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -5 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp SpaceAfter=No +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent23_03-0002 @@ -5820,7 +5824,7 @@ 9 of of ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 layoffs layoff NOUN NNS Number=Plur 8 nmod 8:nmod:of _ -12 affect affect VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:because _ +12 affect affect VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:because _ 13 satelite satelite NOUN NN Number=Sing 14 compound 14:compound _ 14 offices office NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No 15 . . PUNCT . _ 6 punct 6:punct _ @@ -5862,7 +5866,7 @@ # sent_id = email-enronsent23_03-0006 # text = I heard that more may be going up for sale in the next month or do. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 heard hear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 heard hear VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 7 mark 7:mark _ 4 more more ADJ JJR Degree=Cmp 7 nsubj 7:nsubj _ 5 may may AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -5876,13 +5880,13 @@ 13 next next ADJ JJ Degree=Pos 14 amod 14:amod _ 14 month month NOUN NN Number=Sing 7 obl 7:obl:in _ 15 or or CCONJ CC _ 16 cc 16:cc _ -16 do do ADV RB _ 14 nummod 14:nummod SpaceAfter=No +16 do so ADV RB Typo=Yes 14 conj 14:conj:or CorrectForm=so|SpaceAfter=No 17 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent23_03-0007 # text = Someone told me that Chase is planning a shitload of layoffs. -1 Someone someone PRON NN Number=Sing 2 nsubj 2:nsubj _ -2 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Someone someone PRON NN Number=Sing|PronType=Ind 2 nsubj 2:nsubj _ +2 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 iobj 2:iobj _ 4 that that SCONJ IN _ 7 mark 7:mark _ 5 Chase Chase PROPN NNP Number=Sing 7 nsubj 7:nsubj _ @@ -5900,11 +5904,11 @@ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 sure sure ADJ JJ Degree=Pos 0 root 0:root _ -5 how how SCONJ WRB PronType=Int 6 mark 6:mark _ +5 how how ADV WRB PronType=Int 6 advmod 6:advmod _ 6 reliable reliable ADJ JJ Degree=Pos 4 ccomp 4:ccomp _ 7 that that PRON DT Number=Sing|PronType=Dem 6 nsubj 6:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop SpaceAfter=No -9 , , PUNCT , _ 4 punct 4:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 though though ADV RB _ 4 discourse 4:discourse SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ @@ -5932,8 +5936,8 @@ # sent_id = email-enronsent27_02-0002 # text = 07/06/2000 14:57 -1 07/06/2000 07/06/2000 NUM CD NumType=Card 0 root 0:root _ -2 14:57 14:57 NUM CD NumType=Card 1 nmod:tmod 1:nmod:tmod _ +1 07/06/2000 07/06/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 14:57 14:57 NUM CD NumForm=Digit|NumType=Card 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent27_02-0003 # text = John, @@ -5953,13 +5957,13 @@ # text = I just got your email and I certainly concur with Jeff making the call. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 email email NOUN NN Number=Sing 3 obj 3:obj _ 6 and and CCONJ CC _ 9 cc 9:cc _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 8 certainly certainly ADV RB _ 9 advmod 9:advmod _ -9 concur concur VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +9 concur concur VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 10 with with SCONJ IN _ 12 mark 12:mark _ 11 Jeff Jeff PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 12 making make VERB VBG VerbForm=Ger 9 advcl 9:advcl:with _ @@ -5987,10 +5991,10 @@ 4 risk risk NOUN NN Number=Sing 0 root 0:root|7:obj _ 5 that that PRON WDT PronType=Rel 7 obj 4:ref _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +7 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 8 but but CCONJ CC _ 11 cc 11:cc _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -10 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 aux 11:aux _ +10 did do AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 11 aux 11:aux _ 11 have have VERB VB VerbForm=Inf 4 conj 4:conj:but|7:obj _ 12 assurances assurance NOUN NNS Number=Plur 11 obj 11:obj _ 13 from from ADP IN _ 14 case 14:case _ @@ -6003,10 +6007,10 @@ # text = I don't know how much it will help however. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 know know VERB VB VerbForm=Inf 0 root 0:root _ -5 how how SCONJ WRB PronType=Int 6 mark 6:mark _ +5 how how ADV WRB PronType=Int 6 advmod 6:advmod _ 6 much much ADV RB _ 9 advmod 9:advmod _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 8 will will AUX MD VerbForm=Fin 9 aux 9:aux _ @@ -6024,7 +6028,7 @@ 6 Browning Browning PROPN NNP Number=Sing 4 flat 4:flat _ 7 may may AUX MD VerbForm=Fin 8 aux 8:aux _ 8 have have VERB VB VerbForm=Inf 0 root 0:root _ -9 some some DET DT _ 10 det 10:det _ +9 some some DET DT PronType=Ind 10 det 10:det _ 10 ideas idea NOUN NNS Number=Plur 8 obj 8:obj _ 11 here here ADV RB PronType=Dem 8 advmod 8:advmod _ 12 but but CCONJ CC _ 15 cc 15:cc _ @@ -6033,7 +6037,7 @@ 15 sure sure ADJ JJ Degree=Pos 8 conj 8:conj:but _ 16-17 you've _ _ _ _ _ _ _ _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 19 nsubj 19:nsubj _ -17 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ +17 've have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 18 already already ADV RB _ 19 advmod 19:advmod _ 19 gone go VERB VBN Tense=Past|VerbForm=Part 15 ccomp 15:ccomp _ 20 through through ADP IN _ 21 case 21:case _ @@ -6047,10 +6051,10 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 amazed amazed ADJ JJ Degree=Pos 0 root 0:root _ -4 how how SCONJ WRB PronType=Int 7 mark 7:mark _ +4 how how ADV WRB PronType=Int 7 advmod 7:advmod _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 details detail NOUN NNS Number=Plur 7 nsubj 7:nsubj|8:nsubj:xsubj _ -7 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +7 get get VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 8 fuzzy fuzzy ADJ JJ Degree=Pos 7 xcomp 7:xcomp _ 9 on on ADP IN _ 12 case 12:case _ 10 an a DET DT Definite=Ind|PronType=Art 12 det 12:det _ @@ -6060,27 +6064,27 @@ # sent_id = email-enronsent27_02-0011 # text = When you discussed it, i was trying to think back to our remedies and discussions but the 3 years have made it difficult. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 discussed discuss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:when _ +3 discussed discuss VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:when _ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ -6 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ +5 , , PUNCT , _ 3 punct 3:punct _ +6 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 8 trying try VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 9 to to PART TO _ 10 mark 10:mark _ 10 think think VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 back back ADV RB _ 10 advmod 10:advmod _ 12 to to ADP IN _ 14 case 14:case _ -13 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 remedies remedy NOUN NNS Number=Plur 11 obl 11:obl:to _ 15 and and CCONJ CC _ 16 cc 16:cc _ 16 discussions discussion NOUN NNS Number=Plur 14 conj 11:obl:to|14:conj:and _ 17 but but CCONJ CC _ 22 cc 22:cc _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -19 3 3 NUM CD NumType=Card 20 nummod 20:nummod _ +19 3 3 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ 20 years year NOUN NNS Number=Plur 22 nsubj 22:nsubj _ -21 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ +21 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ 22 made make VERB VBN Tense=Past|VerbForm=Part 8 conj 8:conj:but _ 23 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 obj 22:obj|24:nsubj:xsubj _ 24 difficult difficult ADJ JJ Degree=Pos 22 xcomp 22:xcomp SpaceAfter=No @@ -6090,20 +6094,20 @@ # text = I don't know if there is anything I can do but I'm always willing to help. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 know know VERB VB VerbForm=Inf 0 root 0:root _ 5 if if SCONJ IN _ 7 mark 7:mark _ 6 there there PRON EX _ 7 expl 7:expl _ -7 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ -8 anything anything PRON NN Number=Sing 7 nsubj 7:nsubj _ +7 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +8 anything anything PRON NN Number=Sing|PronType=Ind 7 nsubj 7:nsubj _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 10 can can AUX MD VerbForm=Fin 11 aux 11:aux _ 11 do do VERB VB VerbForm=Inf 8 acl:relcl 8:acl:relcl _ 12 but but CCONJ CC _ 16 cc 16:cc _ 13-14 I'm _ _ _ _ _ _ _ _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj|18:nsubj:xsubj _ -14 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +14 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 15 always always ADV RB _ 16 advmod 16:advmod _ 16 willing willing ADJ JJ Degree=Pos 4 conj 4:conj:but _ 17 to to PART TO _ 18 mark 18:mark _ @@ -6127,7 +6131,7 @@ # text = These guys tried the Ken Lay route. 1 These this DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 guys guy NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 tried try VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 5 Ken Ken PROPN NNP Number=Sing 7 compound 7:compound _ 6 Lay Lay PROPN NNP Number=Sing 5 flat 5:flat _ @@ -6138,10 +6142,10 @@ # text = Now they are part of your working group. 1 Now now ADV RB _ 4 advmod 4:advmod _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 part part NOUN NN Number=Sing 0 root 0:root _ 5 of of ADP IN _ 8 case 8:case _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 working working NOUN NN Number=Sing 8 compound 8:compound _ 8 group group NOUN NN Number=Sing 4 nmod 4:nmod:of SpaceAfter=No 9 . . PUNCT . _ 4 punct 4:punct _ @@ -6160,13 +6164,13 @@ 9 & & CCONJ CC _ 10 cc 10:cc _ 10 Advisory advisory NOUN NN Number=Sing 8 conj 8:conj _ 11 Phone phone NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -12 : : PUNCT : _ 1 punct 1:punct _ -13 212-902-3724 212-902-3724 NUM CD NumType=Card 1 appos 1:appos _ +12 : : PUNCT : _ 13 punct 13:punct _ +13 212-902-3724 212-902-3724 NUM CD NumForm=Digit|NumType=Card 1 appos 1:appos _ 14 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -15 : : PUNCT : _ 1 punct 1:punct _ -16 212-428-1181 212-428-1181 NUM CD NumType=Card 1 appos 1:appos _ +15 : : PUNCT : _ 16 punct 16:punct _ +16 212-428-1181 212-428-1181 NUM CD NumForm=Digit|NumType=Card 1 appos 1:appos _ 17 E-Mail e-mail NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -18 : : PUNCT : _ 1 punct 1:punct _ +18 : : PUNCT : _ 19 punct 19:punct _ 19 hilary.ackermann@gs.com hilary.ackermann@gs.com X ADD _ 1 appos 1:appos _ # sent_id = email-enronsent21_01-0004 @@ -6182,7 +6186,7 @@ 1 Following follow VERB VBG VerbForm=Ger 16 advcl 16:advcl _ 2 up up ADP RP _ 1 compound:prt 1:compound:prt _ 3 on on ADP IN _ 9 case 9:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 Ken Ken PROPN NNP Number=Sing 4 conj 4:conj:and|9:nmod:poss _ 7-8 Lay's _ _ _ _ _ _ _ _ @@ -6192,7 +6196,7 @@ 10 with with ADP IN _ 11 case 11:case _ 11 Gary Gary PROPN NNP Number=Sing 9 nmod 9:nmod:with _ 12 Cohn Cohn PROPN NNP Number=Sing 11 flat 11:flat SpaceAfter=No -13 , , PUNCT , _ 16 punct 16:punct _ +13 , , PUNCT , _ 1 punct 1:punct _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj|18:nsubj:xsubj _ 15 would would AUX MD VerbForm=Fin 16 aux 16:aux _ 16 like like VERB VB VerbForm=Inf 0 root 0:root _ @@ -6201,17 +6205,17 @@ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 20 following follow VERB VBG VerbForm=Ger 21 amod 21:amod _ 21 proposal proposal NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No -22 , , PUNCT , _ 18 punct 18:punct _ +22 , , PUNCT , _ 23 punct 23:punct _ 23 acting act VERB VBG VerbForm=Ger 18 advcl 18:advcl _ 24 for for ADP IN _ 25 case 25:case _ -25 each each DET DT _ 23 obl 23:obl:for _ +25 each each DET DT PronType=Tot 23 obl 23:obl:for _ 26 of of ADP IN _ 30 case 30:case _ 27 Goldman Goldman PROPN NNP Number=Sing 28 compound 28:compound _ 28 Sachs Sachs PROPN NNP Number=Sing 30 compound 30:compound _ 29 Capital Capital PROPN NNP Number=Sing 30 compound 30:compound _ -30 Markets Markets PROPN NNPS Number=Plur 25 nmod 25:nmod:of _ +30 Markets Market PROPN NNPS Number=Plur 25 nmod 25:nmod:of _ 31 and and CCONJ CC _ 32 cc 32:cc _ -32 J. J. PROPN NNP Number=Sing 30 conj 25:nmod:of|30:conj:and SpaceAfter=No +32 J. J. PROPN NNP Number=Sing 30 conj 25:nmod:of|30:conj:and CorrectSpaceAfter=Yes|SpaceAfter=No 33 Aron Aron PROPN NNP Number=Sing 32 flat 32:flat SpaceAfter=No 34 . . PUNCT . _ 16 punct 16:punct _ @@ -6228,13 +6232,13 @@ 9 & & CCONJ CC _ 10 cc 10:cc _ 10 Advisory advisory NOUN NN Number=Sing 8 conj 8:conj _ 11 Phone phone NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -12 : : PUNCT : _ 1 punct 1:punct _ -13 212-902-3724 212-902-3724 NUM CD NumType=Card 1 appos 1:appos _ +12 : : PUNCT : _ 13 punct 13:punct _ +13 212-902-3724 212-902-3724 NUM CD NumForm=Digit|NumType=Card 1 appos 1:appos _ 14 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -15 : : PUNCT : _ 1 punct 1:punct _ -16 212-428-1181 212-428-1181 NUM CD NumType=Card 1 appos 1:appos _ +15 : : PUNCT : _ 16 punct 16:punct _ +16 212-428-1181 212-428-1181 NUM CD NumForm=Digit|NumType=Card 1 appos 1:appos _ 17 E-Mail e-mail NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -18 : : PUNCT : _ 1 punct 1:punct _ +18 : : PUNCT : _ 19 punct 19:punct _ 19 hilary.ackermann@gs.com hilary.ackermann@gs.com X ADD _ 1 appos 1:appos _ # sent_id = email-enronsent21_01-0007 @@ -6254,28 +6258,28 @@ # newpar id = email-enronsent21_01-p0005 # text = I know you must be going nuts with all the events, so I have not called. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj|7:nsubj:xsubj _ 4 must must AUX MD VerbForm=Fin 6 aux 6:aux _ 5 be be AUX VB VerbForm=Inf 6 aux 6:aux _ 6 going go VERB VBG Tense=Pres|VerbForm=Part 2 ccomp 2:ccomp _ 7 nuts nuts ADJ JJ Degree=Pos 6 xcomp 6:xcomp _ 8 with with ADP IN _ 11 case 11:case _ -9 all all DET PDT _ 11 det:predet 11:det:predet _ +9 all all DET PDT PronType=Tot 11 det:predet 11:det:predet _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 events event NOUN NNS Number=Plur 6 obl 6:obl:with SpaceAfter=No 12 , , PUNCT , _ 17 punct 17:punct _ 13 so so ADV RB _ 17 advmod 17:advmod _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -15 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +15 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 16 not not PART RB _ 17 advmod 17:advmod _ -17 called call VERB VBN Tense=Past|VerbForm=Part 2 conj 2:conj SpaceAfter=No +17 called call VERB VBN Tense=Past|VerbForm=Part 2 parataxis 2:parataxis SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent21_01-0010 # newpar id = email-enronsent21_01-p0006 # text = Hope you will be sorted. -1 Hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj:pass 5:nsubj:pass _ 3 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 4 be be AUX VB VerbForm=Inf 5 aux:pass 5:aux:pass _ @@ -6288,7 +6292,7 @@ 2 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 1 obj 1:obj _ 3 if if SCONJ IN _ 5 mark 5:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:if _ +5 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:if _ 6 time time NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No 7 . . PUNCT . _ 1 punct 1:punct _ @@ -6313,15 +6317,15 @@ # sent_id = email-enronsent21_01-0015 # text = There are only two counterparties at this time who have overdue margin: 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root|10:nsubj _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 only only ADV RB _ 5 advmod 5:advmod _ -4 two two NUM CD NumType=Card 5 nummod 5:nummod _ -5 counterparties counterparty NOUN NNS Number=Plur 2 nsubj 2:nsubj _ +4 two two NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ +5 counterparties counterparty NOUN NNS Number=Plur 2 nsubj 2:nsubj|10:nsubj _ 6 at at ADP IN _ 8 case 8:case _ 7 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ 8 time time NOUN NN Number=Sing 2 obl 2:obl:at _ -9 who who PRON WP PronType=Rel 10 nsubj 2:ref _ -10 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +9 who who PRON WP PronType=Rel 10 nsubj 5:ref _ +10 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 11 overdue overdue ADJ JJ Degree=Pos 12 amod 12:amod _ 12 margin margin NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 13 : : PUNCT : _ 2 punct 2:punct _ @@ -6341,17 +6345,17 @@ 1 Kinder Kinder PROPN NNP Number=Sing 2 compound 2:compound _ 2 Morgan Morgan PROPN NNP Number=Sing 0 root 0:root _ 3 $ $ SYM $ _ 2 parataxis 2:parataxis _ -4 3,500,000 3,500,000 NUM CD NumType=Card 3 nummod 3:nummod _ +4 3,500,000 3500000 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 5 $ $ SYM $ _ 2 parataxis 2:parataxis _ -6 1,250,000 1,250,000 NUM CD NumType=Card 5 nummod 5:nummod _ +6 1,250,000 1250000 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ # sent_id = email-enronsent21_01-0018 # text = AEP $19,250,000 $38,750,000 1 AEP AEP PROPN NNP Number=Sing 0 root 0:root _ 2 $ $ SYM $ _ 1 parataxis 1:parataxis SpaceAfter=No -3 19,250,000 19,250,000 NUM CD NumType=Card 2 nummod 2:nummod _ +3 19,250,000 19250000 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 4 $ $ SYM $ _ 1 parataxis 1:parataxis SpaceAfter=No -5 38,750,000 38,750,000 NUM CD NumType=Card 4 nummod 4:nummod _ +5 38,750,000 38750000 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ # sent_id = email-enronsent21_01-0019 # text = ------------------------------ @@ -6361,9 +6365,9 @@ # text = Totals $22,750,000 $40,000,000 1 Totals total NOUN NNS Number=Plur 0 root 0:root _ 2 $ $ SYM $ _ 1 parataxis 1:parataxis SpaceAfter=No -3 22,750,000 22,750,000 NUM CD NumType=Card 2 nummod 2:nummod _ +3 22,750,000 22750000 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 4 $ $ SYM $ _ 1 parataxis 1:parataxis SpaceAfter=No -5 40,000,000 40,000,000 NUM CD NumType=Card 4 nummod 4:nummod _ +5 40,000,000 40000000 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ # sent_id = email-enronsent21_01-0021 # text = Please let us know if you need any additional information. @@ -6373,8 +6377,8 @@ 4 know know VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 if if SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ -8 any any DET DT _ 10 det 10:det _ +7 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +8 any any DET DT PronType=Ind 10 det 10:det _ 9 additional additional ADJ JJ Degree=Pos 10 amod 10:amod _ 10 information information NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ @@ -6391,14 +6395,14 @@ 2 sure sure ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 3 , , PUNCT , _ 6 punct 6:punct _ 4 but but CCONJ CC _ 6 cc 6:cc _ -5 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 assume assume VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ +5 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ +6 assume assume VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ 7 that that SCONJ IN _ 12 mark 12:mark _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 bluegrass bluegrass NOUN NN Number=Sing 10 compound 10:compound _ 10 songbook songbook NOUN NN Number=Sing 12 nsubj 12:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ -12 mine mine PRON PRP _ 6 ccomp 6:ccomp SpaceAfter=No +12 mine my PRON PRP Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 ccomp 6:ccomp SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent04_02-0002 @@ -6427,7 +6431,7 @@ 3 try try VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 get get VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 back back ADV RB _ 5 compound:prt 5:compound:prt _ +6 back back ADV RB _ 5 advmod 5:advmod _ 7 to to ADP IN _ 8 case 8:case _ 8 you you PRON PRP Case=Acc|Person=2|PronType=Prs 6 obl 6:obl:to _ 9 pronto pronto ADV RB _ 5 advmod 5:advmod SpaceAfter=No @@ -6442,7 +6446,7 @@ # sent_id = email-enronsent04_02-0006 # text = We have this report? 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 report report NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No 5 ? ? PUNCT . _ 2 punct 2:punct _ @@ -6456,7 +6460,7 @@ # sent_id = email-enronsent04_02-0008 # text = Thought that you might be interested. -1 Thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 that that SCONJ IN _ 6 mark 6:mark _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 4 might might AUX MD VerbForm=Fin 6 aux 6:aux _ @@ -6467,7 +6471,7 @@ # sent_id = email-enronsent04_02-0009 # newpar id = email-enronsent04_02-p0004 # text = Best, -1 Best best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +1 Best good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 2 , , PUNCT , _ 1 punct 1:punct _ # sent_id = email-enronsent04_02-0010 @@ -6478,15 +6482,15 @@ # newpar id = email-enronsent04_02-p0005 # text = Well, he launched today. 1 Well well INTJ UH _ 4 discourse 4:discourse SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 launched launch VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 launched launch VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 today today NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod SpaceAfter=No 6 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent04_02-0012 # text = Have you seen the materials from the press conference that he launched today? -1 Have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 seen see VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ @@ -6497,41 +6501,41 @@ 9 conference conference NOUN NN Number=Sing 5 nmod 5:nmod:from|12:obj _ 10 that that PRON WDT PronType=Rel 12 obj 9:ref _ 11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 launched launch VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +12 launched launch VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 13 today today NOUN NN Number=Sing 12 obl:tmod 12:obl:tmod SpaceAfter=No 14 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent04_02-0013 # text = I think this is actually a good thing--makes our proposal look like a much more preferable alternative by comparison, makes our support in the process more important, and sets Harvey up as the Ralph Nader equivalent in the election to fix California's broken system---a potential spoiler. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 this this PRON DT Number=Sing|PronType=Dem 8 nsubj 8:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 5 actually actually ADV RB _ 8 advmod 8:advmod _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 good good ADJ JJ Degree=Pos 8 amod 8:amod _ 8 thing thing NOUN NN Number=Sing 2 ccomp 2:ccomp SpaceAfter=No -9 -- -- PUNCT , _ 2 punct 2:punct SpaceAfter=No +9 -- -- PUNCT , _ 10 punct 10:punct SpaceAfter=No 10 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ -11 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ -12 proposal proposal NOUN NN Number=Sing 13 nsubj 13:nsubj _ -13 look look VERB VB VerbForm=Inf 10 ccomp 10:ccomp _ +11 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +12 proposal proposal NOUN NN Number=Sing 10 obj 10:obj|13:nsubj:xsubj _ +13 look look VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 14 like like ADP IN _ 19 case 19:case _ 15 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 16 much much ADV RB _ 17 advmod 17:advmod _ -17 more more ADV RBR _ 18 advmod 18:advmod _ +17 more more ADV RBR Degree=Cmp 18 advmod 18:advmod _ 18 preferable preferable ADJ JJ Degree=Pos 19 amod 19:amod _ 19 alternative alternative NOUN NN Number=Sing 13 obl 13:obl:like _ 20 by by ADP IN _ 21 case 21:case _ 21 comparison comparison NOUN NN Number=Sing 13 obl 13:obl:by SpaceAfter=No 22 , , PUNCT , _ 23 punct 23:punct _ 23 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 conj 10:conj:and _ -24 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 support support NOUN NN Number=Sing 23 obj 23:obj|30:nsubj:xsubj _ 26 in in ADP IN _ 28 case 28:case _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 process process NOUN NN Number=Sing 25 nmod 25:nmod:in _ -29 more more ADV RBR _ 30 advmod 30:advmod _ +29 more more ADV RBR Degree=Cmp 30 advmod 30:advmod _ 30 important important ADJ JJ Degree=Pos 23 xcomp 23:xcomp SpaceAfter=No 31 , , PUNCT , _ 33 punct 33:punct _ 32 and and CCONJ CC _ 33 cc 33:cc _ @@ -6553,7 +6557,7 @@ 47 's 's PART POS _ 46 case 46:case _ 48 broken broken ADJ JJ Degree=Pos 49 amod 49:amod _ 49 system system NOUN NN Number=Sing 45 obj 45:obj SpaceAfter=No -50 --- --- PUNCT , _ 33 punct 33:punct SpaceAfter=No +50 --- --- PUNCT , _ 53 punct 53:punct SpaceAfter=No 51 a a DET DT Definite=Ind|PronType=Art 53 det 53:det _ 52 potential potential ADJ JJ Degree=Pos 53 amod 53:amod _ 53 spoiler spoiler NOUN NN Number=Sing 33 parataxis 33:parataxis SpaceAfter=No @@ -6567,7 +6571,7 @@ # sent_id = email-enronsent04_02-0015 # text = Well, wouldn't you know it. 1 Well well INTJ UH _ 6 discourse 6:discourse SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 wouldn't _ _ _ _ _ _ _ _ 3 would would AUX MD VerbForm=Fin 6 aux 6:aux _ 4 n't not PART RB _ 6 advmod 6:advmod _ @@ -6580,14 +6584,14 @@ # text = I'm not driving tonite, but I bet that we could hitch a ride back with Anil. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 driving drive VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 tonite tonite NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod SpaceAfter=No 6 , , PUNCT , _ 9 punct 9:punct _ 7 but but CCONJ CC _ 9 cc 9:cc _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 bet bet VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ +9 bet bet VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ 10 that that SCONJ IN _ 13 mark 13:mark _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 12 could could AUX MD VerbForm=Fin 13 aux 13:aux _ @@ -6603,21 +6607,21 @@ # text = I'm not sure, but I think that he's got class tonite, too. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 sure sure ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 5 , , PUNCT , _ 8 punct 8:punct _ 6 but but CCONJ CC _ 8 cc 8:cc _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ +8 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ 9 that that SCONJ IN _ 12 mark 12:mark _ 10-11 he's _ _ _ _ _ _ _ _ 10 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -11 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 's have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 got get VERB VBN Tense=Past|VerbForm=Part 8 ccomp 8:ccomp _ 13 class class NOUN NN Number=Sing 12 obj 12:obj _ 14 tonite tonite NOUN NN Number=Sing 12 obl:tmod 12:obl:tmod SpaceAfter=No -15 , , PUNCT , _ 12 punct 12:punct _ +15 , , PUNCT , _ 16 punct 16:punct _ 16 too too ADV RB _ 12 advmod 12:advmod SpaceAfter=No 17 . . PUNCT . _ 4 punct 4:punct _ @@ -6640,7 +6644,7 @@ 14 if if SCONJ IN _ 17 mark 17:mark _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ 16 can can AUX MD VerbForm=Fin 17 aux 17:aux _ -17 set set VERB VB VerbForm=Inf 13 advcl 13:advcl:if _ +17 set set VERB VB VerbForm=Inf 13 ccomp 13:ccomp _ 18 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 obj 17:obj _ 19 up up ADP RP _ 17 compound:prt 17:compound:prt SpaceAfter=No 20 . . PUNCT . _ 3 punct 3:punct _ @@ -6658,23 +6662,23 @@ # sent_id = email-enronsent23_04-0002 # text = we are finished. 1 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 finished finished ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent23_04-0003 # text = i need to now get a job at house of pies b/c that is the only way to pay the bills. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|5:nsubj:xsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|5:nsubj:xsubj _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 5 mark 5:mark _ 4 now now ADV RB _ 5 advmod 5:advmod _ 5 get get VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 job job NOUN NN Number=Sing 5 obj 5:obj _ 8 at at ADP IN _ 9 case 9:case _ -9 house house PROPN NNP Number=Sing 7 nmod 7:nmod:at _ +9 house House PROPN NNP Number=Sing 7 nmod 7:nmod:at _ 10 of of ADP IN _ 11 case 11:case _ -11 pies pies PROPN NNPS Number=Plur 9 nmod 9:nmod:of _ +11 pies Pie PROPN NNPS Number=Plur 9 nmod 9:nmod:of _ 12 b/c because SCONJ IN Abbr=Yes 17 mark 17:mark _ 13 that that PRON DT Number=Sing|PronType=Dem 17 nsubj 17:nsubj _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ @@ -6694,10 +6698,10 @@ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 down down ADV RB _ 0 root 0:root _ 5 and and CCONJ CC _ 14 cc 14:cc _ -6 when when SCONJ WRB PronType=Int 8 mark 8:mark _ +6 when when ADV WRB PronType=Int 8 advmod 8:advmod _ 7 enron enron PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 8 collapses collapse VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:when SpaceAfter=No -9 , , PUNCT , _ 14 punct 14:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 energy energy NOUN NN Number=Sing 12 compound 12:compound _ 12 industry industry NOUN NN Number=Sing 14 nsubj 14:nsubj|19:nsubj:xsubj _ @@ -6714,7 +6718,7 @@ # sent_id = email-enronsent23_04-0005 # text = not to mention the market is going to be flooded with enron folks . -1 not not ADV RB _ 7 cc 7:cc _ +1 not not PART RB _ 7 cc 7:cc _ 2 to to PART TO _ 1 fixed 1:fixed _ 3 mention mention VERB VB VerbForm=Inf 1 fixed 1:fixed _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ @@ -6723,7 +6727,7 @@ 7 going go VERB VBG VerbForm=Ger 0 root 0:root _ 8 to to PART TO _ 10 mark 10:mark _ 9 be be AUX VB VerbForm=Inf 10 aux:pass 10:aux:pass _ -10 flooded flood VERB VBN Tense=Past|VerbForm=Part 7 xcomp 7:xcomp _ +10 flooded flood VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 xcomp 7:xcomp _ 11 with with ADP IN _ 13 case 13:case _ 12 enron enron PROPN NNP Number=Sing 13 compound 13:compound _ 13 folks folk NOUN NNS Number=Plur 10 obl 10:obl:with _ @@ -6736,13 +6740,13 @@ 2 n't not PART RB _ 3 advmod 3:advmod _ 3 go go VERB VB VerbForm=Inf 0 root 0:root _ 4 to to ADP IN _ 8 case 8:case _ -5 any any DET DT _ 8 det 8:det SpaceAfter=No +5 any any DET DT PronType=Ind 8 det 8:det CorrectSpaceAfter=Yes|SpaceAfter=No 6 more more ADJ JJR Degree=Cmp 8 amod 8:amod _ 7 lsu lsu PROPN NNP Number=Sing 8 compound 8:compound _ 8 games game NOUN NNS Number=Plur 3 obl 3:obl:to _ 9 unless unless SCONJ IN _ 11 mark 11:mark _ -10 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:unless _ +10 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ +11 get get VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:unless _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 free free ADJ JJ Degree=Pos 14 amod 14:amod _ 14 ticket ticket NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No @@ -6756,13 +6760,13 @@ 4 gone go VERB VBN Tense=Past|VerbForm=Part 10 advcl 10:advcl:since _ 5 to to ADP IN _ 6 case 6:case _ 6 hell hell NOUN NN Number=Sing 4 obl 4:obl:to SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +7 , , PUNCT , _ 4 punct 4:punct _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ 9 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 hoping hope VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 11 to to PART TO _ 12 mark 12:mark _ 12 find find VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ -13 some some DET DT _ 14 det 14:det _ +13 some some DET DT PronType=Ind 14 det 14:det _ 14 excitement excitement NOUN NN Number=Sing 12 obj 12:obj _ 15 in in ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -6775,27 +6779,27 @@ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 24 Cotton Cotton PROPN NNP Number=Sing 25 compound 25:compound _ 25 Bowl Bowl PROPN NNP Number=Sing 21 obl 21:obl:in _ -26 ( ( PUNCT -LRB- _ 21 punct 21:punct SpaceAfter=No +26 ( ( PUNCT -LRB- _ 33 punct 33:punct SpaceAfter=No 27 if if SCONJ IN _ 33 mark 33:mark _ 28 Rohan Rohan PROPN NNP Number=Sing 33 nsubj 33:nsubj _ -29 " " PUNCT `` _ 28 punct 28:punct SpaceAfter=No +29 " " PUNCT `` _ 30 punct 30:punct SpaceAfter=No 30 Alabama Alabama PROPN NNP Number=Sing 28 flat 28:flat SpaceAfter=No -31 " " PUNCT '' _ 28 punct 28:punct _ +31 " " PUNCT '' _ 30 punct 30:punct _ 32 Davey Davey PROPN NNP Number=Sing 28 flat 28:flat _ 33 shows show VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 advcl 21:advcl:if _ 34 up up ADP RP _ 33 compound:prt 33:compound:prt _ 35 for for ADP IN _ 39 case 39:case _ 36 the the DET DT Definite=Def|PronType=Art 39 det 39:det _ 37 next next ADJ JJ Degree=Pos 39 amod 39:amod _ -38 3 3 NUM CD NumType=Card 39 nummod 39:nummod _ +38 3 3 NUM CD NumForm=Digit|NumType=Card 39 nummod 39:nummod _ 39 games game NOUN NNS Number=Plur 33 obl 33:obl:for SpaceAfter=No -40 . . PUNCT . _ 10 punct 10:punct SpaceAfter=No -41 ) ) PUNCT -RRB- _ 10 punct 10:punct _ +40 . . PUNCT . _ 33 punct 33:punct SpaceAfter=No +41 ) ) PUNCT -RRB- _ 33 punct 33:punct _ # sent_id = email-enronsent23_04-0008 # text = However, do not purchase tickets until it is a done deal - a lesson I learned following the Ark game last season. 1 However however ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 do do AUX VB Mood=Imp|VerbForm=Fin 5 aux 5:aux _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 purchase purchase VERB VB Mood=Imp|VerbForm=Fin 15 parataxis 15:parataxis _ @@ -6806,11 +6810,11 @@ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 11 done done ADJ JJ Degree=Pos 12 amod 12:amod _ 12 deal deal NOUN NN Number=Sing 5 advcl 5:advcl:until _ -13 - - PUNCT , _ 15 punct 15:punct _ +13 - - PUNCT , _ 5 punct 5:punct _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 lesson lesson NOUN NN Number=Sing 0 root 0:root _ 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -17 learned learn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ +17 learned learn VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ 18 following follow VERB VBG VerbForm=Ger 21 case 21:case _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 20 Ark Ark PROPN NNP Number=Sing 21 compound 21:compound _ @@ -6822,11 +6826,11 @@ # sent_id = email-enronsent23_04-0009 # newpar id = email-enronsent23_04-p0002 # text = http://www.theadvocate.com/sports/story.asp?StoryID=16473 -1 http://www.theadvocate.com/sports/story.asp?StoryID=16473 http://www.theadvocate.com/sports/story.asp?storyid=16473 X ADD _ 0 root 0:root _ +1 http://www.theadvocate.com/sports/story.asp?StoryID=16473 http://www.theadvocate.com/sports/story.asp?StoryID=16473 X ADD _ 0 root 0:root _ # sent_id = email-enronsent23_04-0010 # text = http://www.theadvocate.com/sports/story.asp?StoryID=16475 -1 http://www.theadvocate.com/sports/story.asp?StoryID=16475 http://www.theadvocate.com/sports/story.asp?storyid=16475 X ADD _ 0 root 0:root _ +1 http://www.theadvocate.com/sports/story.asp?StoryID=16475 http://www.theadvocate.com/sports/story.asp?StoryID=16475 X ADD _ 0 root 0:root _ # sent_id = email-enronsent23_04-0011 # text = http://www.nola.com/lsu/t-p/football/index.ssf?/lsustory/lsunotes08.html @@ -6843,40 +6847,40 @@ # sent_id = email-enronsent23_04-0014 # newpar id = email-enronsent23_04-p0003 # text = i have stronger will than you think. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 stronger stronger ADJ JJR Degree=Cmp 4 amod 4:amod _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 stronger strong ADJ JJR Degree=Cmp 4 amod 4:amod _ 4 will will NOUN NN Number=Sing 2 obj 2:obj _ 5 than than SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:than SpaceAfter=No +7 think think VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:than SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent23_04-0015 # text = house of pies here i come. -1 house house PROPN NNP Number=Sing 6 vocative 6:vocative _ +1 house House PROPN NNP Number=Sing 6 vocative 6:vocative _ 2 of of ADP IN _ 3 case 3:case _ -3 pies pies PROPN NNPS Number=Plur 1 nmod 1:nmod:of _ +3 pies Pie PROPN NNPS Number=Plur 1 nmod 1:nmod:of _ 4 here here ADV RB PronType=Dem 6 advmod 6:advmod _ -5 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 come come VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +5 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ +6 come come VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 7 . . PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent23_04-0016 # newpar id = email-enronsent23_04-p0004 # text = i am sure i could have persuaded you to give me some action. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 sure sure ADJ JJ Degree=Pos 0 root 0:root _ -4 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ +4 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 5 could could AUX MD VerbForm=Fin 7 aux 7:aux _ 6 have have AUX VB VerbForm=Inf 7 aux 7:aux _ 7 persuaded persuade VERB VBN Tense=Past|VerbForm=Part 3 ccomp 3:ccomp _ -8 you you PRON PRP Case=Acc|Person=2|PronType=Prs 7 obj 7:obj|10:nsubj:xsubj _ +8 you you PRON PRP Case=Acc|Person=2|PronType=Prs 7 iobj 7:iobj|10:nsubj:xsubj _ 9 to to PART TO _ 10 mark 10:mark _ 10 give give VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 11 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 10 iobj 10:iobj _ -12 some some DET DT _ 13 det 13:det _ +12 some some DET DT PronType=Ind 13 det 13:det _ 13 action action NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ @@ -6891,9 +6895,9 @@ # sent_id = email-enronsent23_04-0018 # text = i didn't want you to go. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 didn't _ _ _ _ _ _ _ _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 want want VERB VB VerbForm=Inf 0 root 0:root _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 obj 4:obj|7:nsubj:xsubj _ @@ -6903,7 +6907,7 @@ # sent_id = email-enronsent23_04-0019 # text = i was just going to sleep anyway. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 just just ADV RB _ 4 advmod 4:advmod _ 4 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ @@ -6914,14 +6918,14 @@ # sent_id = email-enronsent23_04-0020 # text = i was too tired to give you any action. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 3 too too ADV RB _ 4 advmod 4:advmod _ 4 tired tired ADJ JJ Degree=Pos 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 give give VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ 7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 6 iobj 6:iobj _ -8 any any DET DT _ 9 det 9:det _ +8 any any DET DT PronType=Ind 9 det 9:det _ 9 action action NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ @@ -6943,7 +6947,7 @@ # sent_id = email-enronsent18_01-0002 # text = We are still trying to work the PSE swap transaction, now that the forex desk has been able to find a fix for CPI in the market. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 still still ADV RB _ 4 advmod 4:advmod _ 4 trying try VERB VBG VerbForm=Ger 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ @@ -6952,7 +6956,7 @@ 8 PSE pse NOUN NN Number=Sing 9 compound 9:compound _ 9 swap swap NOUN NN Number=Sing 10 compound 10:compound _ 10 transaction transaction NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No -11 , , PUNCT , _ 6 punct 6:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 now now ADV RB _ 6 advmod 6:advmod _ 13 that that SCONJ IN _ 19 mark 19:mark _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -6976,14 +6980,14 @@ # text = Further to my voicemail, our colleagues in credit are calculating the reserve on the PSE swap. 1 Further further ADV RB _ 11 advmod 11:advmod _ 2 to to ADP IN _ 4 case 4:case _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 voicemail voicemail NOUN NN Number=Sing 1 obl 1:obl:to SpaceAfter=No -5 , , PUNCT , _ 11 punct 11:punct _ -6 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 , , PUNCT , _ 1 punct 1:punct _ +6 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 colleagues colleague NOUN NNS Number=Plur 11 nsubj 11:nsubj _ 8 in in ADP IN _ 9 case 9:case _ 9 credit credit NOUN NN Number=Sing 7 nmod 7:nmod:in _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 calculating calculate VERB VBG VerbForm=Ger 0 root 0:root _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 reserve reserve NOUN NN Number=Sing 11 obj 11:obj _ @@ -6996,18 +7000,18 @@ # sent_id = email-enronsent18_01-0004 # text = They are currently using 9.5% fixed based on the 1 year implied volatility. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 currently currently ADV RB _ 4 advmod 4:advmod _ 4 using use VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -5 9.5 9.5 NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No +5 9.5 9.5 NUM CD NumForm=Digit|NumType=Frac 6 nummod 6:nummod SpaceAfter=No 6 % % SYM NN Number=Sing 4 obj 4:obj _ -7 fixed fix VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ -8 based base VERB VBN Tense=Past|VerbForm=Part 14 case 14:case _ +7 fixed fix VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ +8 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 case 14:case _ 9 on on ADP IN _ 14 case 14:case _ 10 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -11 1 1 NUM CD NumType=Card 12 nummod 12:nummod _ +11 1 1 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 12 year year NOUN NN Number=Sing 14 compound 14:compound _ -13 implied imply VERB VBN Tense=Past|VerbForm=Part 14 amod 14:amod _ +13 implied imply VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 amod 14:amod _ 14 volatility volatility NOUN NN Number=Sing 4 obl 4:obl:on SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ @@ -7016,7 +7020,7 @@ 1 Volatility volatility NOUN NN Number=Sing 10 nsubj 10:nsubj _ 2 of of ADP IN _ 5 case 5:case _ 3 USD usd NOUN NN Number=Sing 5 compound 5:compound SpaceAfter=No -4 / / PUNCT , _ 5 punct 5:punct SpaceAfter=No +4 / / PUNCT , _ 3 punct 3:punct SpaceAfter=No 5 DM dm NOUN NN Number=Sing 1 nmod 1:nmod:of _ 6 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 7 been be AUX VBN Tense=Past|VerbForm=Part 10 cop 10:cop _ @@ -7025,38 +7029,38 @@ 10 range range NOUN NN Number=Sing 0 root 0:root _ 11 of of ADP IN _ 14 case 14:case _ 12 between between ADP IN _ 14 case 14:case _ -13 7 7 NUM CD NumType=Card 14 nummod 14:nummod SpaceAfter=No +13 7 7 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No 14 % % SYM NN Number=Sing 10 nmod 10:nmod:between _ 15 and and CCONJ CC _ 17 cc 17:cc _ -16 11 11 NUM CD NumType=Card 17 nummod 17:nummod SpaceAfter=No +16 11 11 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod SpaceAfter=No 17 % % SYM NN Number=Sing 14 conj 10:nmod:between|14:conj:and SpaceAfter=No 18 . . PUNCT . _ 10 punct 10:punct _ # sent_id = email-enronsent18_01-0006 # text = Can one of your research staff justify a suitable 20 year volalatility number for USD/Euro. 1 Can can AUX MD VerbForm=Fin 7 aux 7:aux _ -2 one one NUM CD NumType=Card 7 nsubj 7:nsubj _ +2 one one NUM CD NumForm=Word|NumType=Card 7 nsubj 7:nsubj _ 3 of of ADP IN _ 6 case 6:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 research research NOUN NN Number=Sing 6 compound 6:compound _ 6 staff staff NOUN NNS Number=Plur 2 nmod 2:nmod:of _ 7 justify justify VERB VB VerbForm=Inf 0 root 0:root _ 8 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 9 suitable suitable ADJ JJ Degree=Pos 13 amod 13:amod _ -10 20 20 NUM CD NumType=Card 11 nummod 11:nummod _ +10 20 20 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 11 year year NOUN NN Number=Sing 12 compound 12:compound _ 12 volalatility volalatility NOUN NN Number=Sing 13 compound 13:compound _ 13 number number NOUN NN Number=Sing 7 obj 7:obj _ 14 for for ADP IN _ 17 case 17:case _ 15 USD usd NOUN NN Number=Sing 17 compound 17:compound SpaceAfter=No -16 / / PUNCT , _ 17 punct 17:punct SpaceAfter=No +16 / / PUNCT , _ 15 punct 15:punct SpaceAfter=No 17 Euro euro NOUN NN Number=Sing 13 nmod 13:nmod:for SpaceAfter=No 18 . . PUNCT . _ 7 punct 7:punct _ # sent_id = email-enronsent18_01-0007 # text = Ideally, we would like a fast turnaround. 1 Ideally ideally ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 would would AUX MD VerbForm=Fin 5 aux 5:aux _ 5 like like VERB VB VerbForm=Inf 0 root 0:root _ @@ -7069,10 +7073,10 @@ # text = In addition, is there someone who could consider the correlation between US CPI and the $/euro exchange rate. 1 In in ADP IN _ 2 case 2:case _ 2 addition addition NOUN NN Number=Sing 4 obl 4:obl:in SpaceAfter=No -3 , , PUNCT , _ 4 punct 4:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 there there PRON EX _ 4 expl 4:expl _ -6 someone someone PRON NN Number=Sing 4 nsubj 4:nsubj|9:nsubj _ +6 someone someone PRON NN Number=Sing|PronType=Ind 4 nsubj 4:nsubj|9:nsubj _ 7 who who PRON WP PronType=Rel 9 nsubj 6:ref _ 8 could could AUX MD VerbForm=Fin 9 aux 9:aux _ 9 consider consider VERB VB VerbForm=Inf 6 acl:relcl 6:acl:relcl _ @@ -7084,7 +7088,7 @@ 15 and and CCONJ CC _ 21 cc 21:cc _ 16 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 17 $ $ NOUN NN Number=Sing 19 compound 19:compound SpaceAfter=No -18 / / PUNCT , _ 19 punct 19:punct SpaceAfter=No +18 / / PUNCT , _ 17 punct 17:punct SpaceAfter=No 19 euro euro NOUN NN Number=Sing 21 compound 21:compound _ 20 exchange exchange NOUN NN Number=Sing 21 compound 21:compound _ 21 rate rate NOUN NN Number=Sing 14 conj 11:nmod:between|14:conj:and SpaceAfter=No @@ -7095,13 +7099,13 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 credit credit NOUN NN Number=Sing 3 compound 3:compound _ 3 guys guy NOUN NNS Number=Plur 6 nsubj 6:nsubj|17:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 currently currently ADV RB _ 6 advmod 6:advmod _ 6 assuming assume VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 7 that that SCONJ IN _ 9 mark 9:mark _ 8 there there PRON EX _ 9 expl 9:expl _ 9 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ -10 no no DET DT _ 11 det 11:det _ +10 no no DET DT PronType=Neg 11 det 11:det _ 11 correlation correlation NOUN NN Number=Sing 9 nsubj 9:nsubj _ 12 and and CCONJ CC _ 17 cc 17:cc _ 13 may may AUX MD VerbForm=Fin 17 aux 17:aux _ @@ -7122,7 +7126,7 @@ # text = Grateful for any help or suggestions you could provide. 1 Grateful grateful ADJ JJ Degree=Pos 0 root 0:root _ 2 for for ADP IN _ 4 case 4:case _ -3 any any DET DT _ 4 det 4:det _ +3 any any DET DT PronType=Ind 4 det 4:det _ 4 help help NOUN NN Number=Sing 1 obl 1:obl:for _ 5 or or CCONJ CC _ 6 cc 6:cc _ 6 suggestions suggestion NOUN NNS Number=Plur 4 conj 1:obl:for|4:conj:or _ @@ -7144,7 +7148,7 @@ # newpar id = email-enronsent18_01-p0002 # text = I met you at the Risk conference last week in Houston. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 met meet VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 met meet VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 obj 2:obj _ 4 at at ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -7159,8 +7163,8 @@ # sent_id = email-enronsent18_01-0014 # text = I enjoyed your presentations very much. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 enjoyed enjoy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 enjoyed enjoy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 presentations presentation NOUN NNS Number=Plur 2 obj 2:obj _ 5 very very ADV RB _ 6 advmod 6:advmod _ 6 much much ADV RB _ 2 advmod 2:advmod SpaceAfter=No @@ -7174,9 +7178,9 @@ 4 if if SCONJ IN _ 7 mark 7:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ 6 could could AUX MD VerbForm=Fin 7 aux 7:aux _ -7 give give VERB VB VerbForm=Inf 3 advcl 3:advcl:if _ +7 give give VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ 8 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 7 iobj 7:iobj _ -9 some some DET DT _ 10 det 10:det _ +9 some some DET DT PronType=Ind 10 det 10:det _ 10 references reference NOUN NNS Number=Plur 7 obj 7:obj _ 11 regarding regard VERB VBG VerbForm=Ger 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ @@ -7192,7 +7196,7 @@ # sent_id = email-enronsent18_01-0016 # text = Thank you. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No 3 . . PUNCT . _ 1 punct 1:punct _ @@ -7213,28 +7217,28 @@ 12 PHB PHB PROPN NNP Number=Sing 1 list 1:list _ 13 Hagler Hagler PROPN NNP Number=Sing 12 flat 12:flat _ 14 Bailly Bailly PROPN NNP Number=Sing 12 flat 12:flat SpaceAfter=No -15 , , PUNCT , _ 12 punct 12:punct _ +15 , , PUNCT , _ 16 punct 16:punct _ 16 Inc. Inc. PROPN NNP Number=Sing 12 flat 12:flat _ -17 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No -18 202 202 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No -19 ) ) PUNCT -RRB- _ 20 punct 20:punct _ -20 828-3933 828-3933 NUM CD NumType=Card 1 list 1:list _ +17 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No +18 202 202 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No +19 ) ) PUNCT -RRB- _ 18 punct 18:punct _ +20 828-3933 828-3933 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 21 direct direct ADJ JJ Degree=Pos 22 amod 22:amod _ 22 dial dial NOUN NN Number=Sing 20 appos 20:appos _ -23 1776 1776 NUM CD NumType=Card 27 nummod 27:nummod _ +23 1776 1776 NUM CD NumForm=Digit|NumType=Card 27 nummod 27:nummod _ 24 Eye Eye PROPN NNP Number=Sing 27 compound 27:compound _ 25 Street Street PROPN NNP Number=Sing 27 compound 27:compound SpaceAfter=No -26 , , PUNCT , _ 27 punct 27:punct _ +26 , , PUNCT , _ 25 punct 25:punct _ 27 N.W. N.W. PROPN NNP Number=Sing 1 list 1:list _ -28 ( ( PUNCT -LRB- _ 31 punct 31:punct SpaceAfter=No -29 202 202 NUM CD NumType=Card 31 nummod 31:nummod SpaceAfter=No -30 ) ) PUNCT -RRB- _ 31 punct 31:punct _ -31 296-3858 296-3858 NUM CD NumType=Card 1 list 1:list _ +28 ( ( PUNCT -LRB- _ 29 punct 29:punct SpaceAfter=No +29 202 202 NUM CD NumForm=Digit|NumType=Card 31 nummod 31:nummod SpaceAfter=No +30 ) ) PUNCT -RRB- _ 29 punct 29:punct _ +31 296-3858 296-3858 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 32 facsimile facsimile NOUN NN Number=Sing 31 appos 31:appos _ 33 Washington Washington PROPN NNP Number=Sing 1 list 1:list SpaceAfter=No -34 , , PUNCT , _ 33 punct 33:punct _ +34 , , PUNCT , _ 35 punct 35:punct _ 35 D.C. D.C. PROPN NNP Number=Sing 33 appos 33:appos _ -36 20006-3700 20006-3700 NUM CD NumType=Card 33 appos 33:appos _ +36 20006-3700 20006-3700 NUM CD NumForm=Digit|NumType=Card 33 appos 33:appos _ 37 mvanbell@haglerbailly.com mvanbell@haglerbailly.com X ADD _ 1 list 1:list _ 38 e-mail e-mail NOUN NN Number=Sing 37 appos 37:appos _ @@ -7247,20 +7251,20 @@ # sent_id = email-enronsent32_02-0002 # text = 06/02/2001 10:53 AM -1 06/02/2001 06/02/2001 NUM CD NumType=Card 0 root 0:root _ -2 10:53 10:53 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 06/02/2001 06/02/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 10:53 10:53 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent32_02-0003 # text = I have settled the Ecogas/Enron/Randy Maffett lawsuit. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 settled settle VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 5 Ecogas Ecogas PROPN NNP Number=Sing 11 compound 11:compound SpaceAfter=No -6 / / PUNCT , _ 7 cc 7:cc SpaceAfter=No +6 / / SYM , _ 7 cc 7:cc SpaceAfter=No 7 Enron Enron PROPN NNP Number=Sing 5 conj 5:conj|11:compound SpaceAfter=No -8 / / PUNCT , _ 9 cc 9:cc SpaceAfter=No +8 / / SYM , _ 9 cc 9:cc SpaceAfter=No 9 Randy Randy PROPN NNP Number=Sing 5 conj 5:conj|11:compound _ 10 Maffett Maffett PROPN NNP Number=Sing 9 flat 9:flat _ 11 lawsuit lawsuit NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No @@ -7268,12 +7272,12 @@ # sent_id = email-enronsent32_02-0004 # text = No need to thank me,just send me gifts. -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 need need NOUN NN Number=Sing 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 thank thank VERB VB VerbForm=Inf 2 acl 2:acl:to _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obj 4:obj SpaceAfter=No -6 , , PUNCT , _ 2 punct 2:punct SpaceAfter=No +6 , , PUNCT , _ 8 punct 8:punct SpaceAfter=No 7 just just ADV RB _ 8 advmod 8:advmod _ 8 send send VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis _ 9 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 iobj 8:iobj _ @@ -7283,9 +7287,9 @@ # sent_id = email-enronsent32_02-0005 # text = Seriously, I talked this morning with Tom Hall and we agreed that Ecogas would pay him $53,000. 1 Seriously seriously ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 talked talk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 talked talk VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 morning morning NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod _ 7 with with ADP IN _ 8 case 8:case _ @@ -7293,14 +7297,14 @@ 9 Hall Hall PROPN NNP Number=Sing 8 flat 8:flat _ 10 and and CCONJ CC _ 12 cc 12:cc _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 agreed agree VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +12 agreed agree VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 13 that that SCONJ IN _ 16 mark 16:mark _ 14 Ecogas Ecogas PROPN NNP Number=Sing 16 nsubj 16:nsubj _ 15 would would AUX MD VerbForm=Fin 16 aux 16:aux _ 16 pay pay VERB VB VerbForm=Inf 12 ccomp 12:ccomp _ 17 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 16 iobj 16:iobj _ 18 $ $ SYM $ _ 16 obj 16:obj SpaceAfter=No -19 53,000 53,000 NUM CD NumType=Card 18 nummod 18:nummod SpaceAfter=No +19 53,000 53000 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod SpaceAfter=No 20 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent32_02-0006 @@ -7316,7 +7320,7 @@ 9 , , PUNCT , _ 10 punct 10:punct _ 10 Maffett Maffett PROPN NNP Number=Sing 6 conj 5:obj|6:conj:and _ 11 and and CCONJ CC _ 13 cc 13:cc _ -12 every every DET DT _ 13 det 13:det _ +12 every every DET DT PronType=Tot 13 det 13:det _ 13 affiliate affiliate NOUN NN Number=Sing 6 conj 5:obj|6:conj:and SpaceAfter=No 14 , , PUNCT , _ 16 punct 16:punct _ 15 related related ADJ JJ Degree=Pos 16 amod 16:amod _ @@ -7331,9 +7335,9 @@ 2 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 3 also also ADV RB _ 4 advmod 4:advmod _ 4 release release VERB VB VerbForm=Inf 0 root 0:root _ -5 any any DET DT _ 9 det 9:det _ +5 any any DET DT PronType=Ind 9 det 9:det _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 all all DET DT _ 5 conj 5:conj:and|9:det _ +7 all all DET DT PronType=Tot 5 conj 5:conj:and|9:det _ 8 patent patent NOUN NN Number=Sing 9 compound 9:compound _ 9 issues issue NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ @@ -7341,7 +7345,7 @@ # sent_id = email-enronsent32_02-0008 # text = The goal is for him to move on with his life and for us to move on as well. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 goal goal NOUN NN Number=Sing 7 nsubj 7:nsubj _ +2 goal goal NOUN NN Number=Sing 7 nsubj:outer 7:nsubj:outer _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 for for SCONJ IN _ 7 mark 7:mark _ 5 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ @@ -7349,7 +7353,7 @@ 7 move move VERB VB VerbForm=Inf 0 root 0:root _ 8 on on ADP RP _ 7 compound:prt 7:compound:prt _ 9 with with ADP IN _ 11 case 11:case _ -10 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 life life NOUN NN Number=Sing 7 obl 7:obl:with _ 12 and and CCONJ CC _ 16 cc 16:cc _ 13 for for SCONJ IN _ 16 mark 16:mark _ @@ -7364,17 +7368,17 @@ # sent_id = email-enronsent32_02-0009 # text = I have asked Doug Daniels to prepare the settlement papers reflecting such an agreement. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 asked ask VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 Doug Doug PROPN NNP Number=Sing 3 obj 3:obj|7:nsubj:xsubj _ +4 Doug Doug PROPN NNP Number=Sing 3 iobj 3:iobj|7:nsubj:xsubj _ 5 Daniels Daniels PROPN NNP Number=Sing 4 flat 4:flat _ 6 to to PART TO _ 7 mark 7:mark _ 7 prepare prepare VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 settlement settlement NOUN NN Number=Sing 10 compound 10:compound _ -10 papers papers NOUN NNS Number=Plur 7 obj 7:obj _ +10 papers paper NOUN NNS Number=Plur 7 obj 7:obj _ 11 reflecting reflect VERB VBG VerbForm=Ger 10 acl 10:acl _ -12 such such DET PDT _ 14 det:predet 14:det:predet _ +12 such such DET PDT PronType=Ind 14 det:predet 14:det:predet _ 13 an a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 agreement agreement NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ @@ -7392,14 +7396,14 @@ # sent_id = email-enronsent32_02-0012 # text = 06/12/2000 10:20 AM -1 06/12/2000 06/12/2000 NUM CD NumType=Card 0 root 0:root _ -2 10:20 10:20 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 06/12/2000 06/12/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 10:20 10:20 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent32_02-0013 # text = Richard, below is a list of oc invoices sent to you for approval on 5/30/00. 1 Richard Richard PROPN NNP Number=Sing 3 vocative 3:vocative SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 below below ADV RB _ 0 root 0:root _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -7407,13 +7411,13 @@ 7 of of ADP IN _ 9 case 9:case _ 8 oc oc NOUN NN Number=Sing 9 compound 9:compound _ 9 invoices invoice NOUN NNS Number=Plur 6 nmod 6:nmod:of _ -10 sent send VERB VBN Tense=Past|VerbForm=Part 9 acl 9:acl _ +10 sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 acl 9:acl _ 11 to to ADP IN _ 12 case 12:case _ 12 you you PRON PRP Case=Acc|Person=2|PronType=Prs 10 obl 10:obl:to _ 13 for for ADP IN _ 14 case 14:case _ 14 approval approval NOUN NN Number=Sing 10 obl 10:obl:for _ 15 on on ADP IN _ 16 case 16:case _ -16 5/30/00 5/30/00 NUM CD NumType=Card 10 obl 10:obl:on SpaceAfter=No +16 5/30/00 5/30/00 NUM CD NumForm=Digit|NumType=Card 10 obl 10:obl:on SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent32_02-0014 @@ -7422,17 +7426,17 @@ 2 verify verify VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 receipt receipt NOUN NN Number=Sing 2 obj 2:obj _ 4 at at ADP IN _ 7 case 7:case _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ -6 earliest earliest ADJ JJS Degree=Sup 7 amod 7:amod _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 earliest early ADJ JJS Degree=Sup 7 amod 7:amod _ 7 convenience convenience NOUN NN Number=Sing 2 obl 2:obl:at SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent32_02-0015 # text = Thank you for your help in tracking these invoices. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 for for ADP IN _ 5 case 5:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 help help NOUN NN Number=Sing 1 obl 1:obl:for _ 6 in in SCONJ IN _ 7 mark 7:mark _ 7 tracking track VERB VBG VerbForm=Ger 5 acl 5:acl:in _ @@ -7445,13 +7449,13 @@ 1 Holland Holland PROPN NNP Number=Sing 5 compound 5:compound _ 2 & & CCONJ CC _ 3 cc 3:cc _ 3 Hart Hart PROPN NNP Number=Sing 1 conj 1:conj|5:compound SpaceAfter=No -4 , , PUNCT , _ 5 punct 5:punct _ +4 , , PUNCT , _ 1 punct 1:punct _ 5 LLP LLP PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -6 ; ; PUNCT , _ 5 punct 5:punct _ +6 ; ; PUNCT , _ 7 punct 7:punct _ 7 # # SYM NN Number=Sing 5 appos 5:appos SpaceAfter=No -8 432785 432785 NUM CD NumType=Card 7 nummod 7:nummod _ -9 dated date VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ -10 4/14/00 4/14/00 NUM CD NumType=Card 9 obl:tmod 9:obl:tmod _ +8 432785 432785 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ +9 dated date VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ +10 4/14/00 4/14/00 NUM CD NumForm=Digit|NumType=Card 9 obl:tmod 9:obl:tmod _ # sent_id = email-enronsent32_02-0017 # text = Michael L. Beatty & Associates, PC; #10461, #10469 & #10468 dated 5/28/00. @@ -7459,20 +7463,20 @@ 2 L. L. PROPN NNP Number=Sing 3 compound 3:compound _ 3 Beatty Beatty PROPN NNP Number=Sing 0 root 0:root _ 4 & & CCONJ CC _ 7 cc 7:cc _ -5 Associates Associates PROPN NNPS Number=Plur 7 compound 7:compound SpaceAfter=No -6 , , PUNCT , _ 7 punct 7:punct _ +5 Associates Associate PROPN NNPS Number=Plur 7 compound 7:compound SpaceAfter=No +6 , , PUNCT , _ 5 punct 5:punct _ 7 PC PC PROPN NNP Number=Sing 3 conj 3:conj SpaceAfter=No -8 ; ; PUNCT , _ 3 punct 3:punct _ +8 ; ; PUNCT , _ 9 punct 9:punct _ 9 # # SYM NN Number=Sing 3 appos 3:appos SpaceAfter=No -10 10461 10461 NUM CD NumType=Card 9 nummod 9:nummod SpaceAfter=No -11 , , PUNCT , _ 9 punct 9:punct _ +10 10461 10461 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod SpaceAfter=No +11 , , PUNCT , _ 12 punct 12:punct _ 12 # # SYM NN Number=Sing 9 appos 9:appos SpaceAfter=No -13 10469 10469 NUM CD NumType=Card 12 nummod 12:nummod _ +13 10469 10469 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 14 & & CCONJ CC _ 15 cc 15:cc _ 15 # # SYM NN Number=Sing 9 conj 3:appos|9:conj SpaceAfter=No -16 10468 10468 NUM CD NumType=Card 15 nummod 15:nummod _ -17 dated date VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ -18 5/28/00 5/28/00 NUM CD NumType=Card 17 obl:tmod 17:obl:tmod SpaceAfter=No +16 10468 10468 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ +17 dated date VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ +18 5/28/00 5/28/00 NUM CD NumForm=Digit|NumType=Card 17 obl:tmod 17:obl:tmod SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent32_02-0018 @@ -7483,12 +7487,12 @@ 3 Stephens Stephens PROPN NNP Number=Sing 1 flat 1:flat _ 4 Litigation litigation NOUN NN Number=Sing 5 compound 5:compound _ 5 Unit unit NOUN NN Number=Sing 1 appos 1:appos SpaceAfter=No -6 , , PUNCT , _ 1 punct 1:punct _ +6 , , PUNCT , _ 8 punct 8:punct _ 7 Enron Enron PROPN NNP Number=Sing 8 compound 8:compound _ 8 Corp. Corp. PROPN NNP Number=Sing 1 appos 1:appos _ -9 713/853-5025 713/853-5025 NUM CD NumType=Card 10 nummod 10:nummod _ +9 713/853-5025 713/853-5025 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 EB EB PROPN NNP Number=Sing 1 list 1:list SpaceAfter=No -11 4809 4809 NUM CD NumType=Card 10 nummod 10:nummod _ +11 4809 4809 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ # sent_id = email-enronsent32_02-0019 # text = I am on board. @@ -7506,13 +7510,13 @@ 4 comes come VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ 5 back back ADV RB _ 4 advmod 4:advmod _ 6 again again ADV RB _ 4 advmod 4:advmod SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +7 , , PUNCT , _ 4 punct 4:punct _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 9 will will AUX MD VerbForm=Fin 10 aux 10:aux _ 10 call call VERB VB VerbForm=Inf 0 root 0:root _ -11 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +11 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 12 in in ADP IN _ 14 case 14:case SpaceAfter=No -13 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No 14 house house NOUN NN Number=Sing 15 compound 15:compound _ 15 attys atty NOUN NNS Number=Plur 10 obj 10:obj SpaceAfter=No 16 . . PUNCT . _ 10 punct 10:punct _ @@ -7522,14 +7526,14 @@ # text = Christian Yoder/ENRON@enronXgate 1 Christian Christian PROPN NNP Number=Sing 0 root 0:root _ 2 Yoder Yoder PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 / / PUNCT , _ 1 punct 1:punct SpaceAfter=No +3 / / PUNCT , _ 4 punct 4:punct SpaceAfter=No 4 ENRON@enronXgate enron@enronxgate X ADD _ 1 list 1:list _ # sent_id = email-enronsent32_02-0022 # text = 06/04/2001 05:54 PM -1 06/04/2001 06/04/2001 NUM CD NumType=Card 0 root 0:root _ -2 05:54 05:54 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 06/04/2001 06/04/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 05:54 05:54 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent32_02-0023 # text = Can you pass this along to Elizabeth to ensure Sanders is on board as well? @@ -7553,10 +7557,10 @@ # sent_id = email-enronsent32_02-0024 # text = We are renewing our L/C's on a month to month basis for the PX per Sanders. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 renewing renew VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -4 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -5 L/C's l/c's NOUN NNS Number=Plur 3 obj 3:obj _ +4 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +5 L/C's l/c NOUN NNS Number=Plur 3 obj 3:obj _ 6 on on ADP IN _ 11 case 11:case _ 7 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 8 month month NOUN NN Number=Sing 11 compound 11:compound _ @@ -7572,15 +7576,15 @@ # sent_id = email-enronsent32_02-0025 # text = However, the request below is to "replenish" the CASH that was drawn down...please advise. -1 However however ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +1 However however ADV RB _ 9 advmod 9:advmod SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 request request NOUN NN Number=Sing 6 nsubj 6:nsubj _ +4 request request NOUN NN Number=Sing 9 nsubj:outer 9:nsubj:outer _ 5 below below ADV RB _ 4 advmod 4:advmod _ -6 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 7 to to PART TO _ 9 mark 9:mark _ 8 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No -9 replenish replenish VERB VB VerbForm=Inf 6 ccomp 6:ccomp SpaceAfter=No +9 replenish replenish VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 10 " " PUNCT '' _ 9 punct 9:punct _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 CASH cash NOUN NN Number=Sing 9 obj 9:obj|15:nsubj:pass _ @@ -7588,23 +7592,23 @@ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 aux:pass 15:aux:pass _ 15 drawn draw VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 acl:relcl 12:acl:relcl _ 16 down down ADV RB _ 15 advmod 15:advmod SpaceAfter=No -17 ... ... PUNCT , _ 6 punct 6:punct SpaceAfter=No +17 ... ... PUNCT , _ 19 punct 19:punct SpaceAfter=No 18 please please INTJ UH _ 19 discourse 19:discourse _ -19 advise advise VERB VB Mood=Imp|VerbForm=Fin 6 parataxis 6:parataxis SpaceAfter=No -20 . . PUNCT . _ 6 punct 6:punct _ +19 advise advise VERB VB Mood=Imp|VerbForm=Fin 9 parataxis 9:parataxis SpaceAfter=No +20 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent32_02-0026 # text = I agree with Steve's position stated in his separate e'mail. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 agree agree VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 agree agree VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 with with ADP IN _ 6 case 6:case _ 4-5 Steve's _ _ _ _ _ _ _ _ 4 Steve Steve PROPN NNP Number=Sing 6 nmod:poss 6:nmod:poss _ 5 's 's PART POS _ 4 case 4:case _ 6 position position NOUN NN Number=Sing 2 obl 2:obl:with _ -7 stated state VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 stated state VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 in in ADP IN _ 11 case 11:case _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 separate separate ADJ JJ Degree=Pos 11 amod 11:amod _ 11 e'mail e'mail NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ @@ -7630,8 +7634,8 @@ # newpar id = email-enronsent32_02-p0004 # text = Tracy, Do we have concerns here. 1 Tracy Tracy PROPN NNP Number=Sing 5 vocative 5:vocative SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ -3 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 Do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 5 have have VERB VB VerbForm=Inf 0 root 0:root _ 6 concerns concern NOUN NNS Number=Plur 5 obj 5:obj _ @@ -7641,7 +7645,7 @@ # sent_id = email-enronsent32_02-0030 # text = We pointed out to the PX that there was excess credit. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 pointed point VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 pointed point VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 out out ADP RP _ 2 compound:prt 2:compound:prt _ 4 to to ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -7657,16 +7661,16 @@ # text = By using collateral to pay these bills are we not keeping required levels available? 1 By by SCONJ IN _ 2 mark 2:mark _ 2 using use VERB VBG VerbForm=Ger 11 advcl 11:advcl:by _ -3 collateral collateral NOUN NN Number=Sing 2 obj 2:obj|5:nsubj:xsubj _ +3 collateral collateral NOUN NN Number=Sing 2 obj 2:obj _ 4 to to PART TO _ 5 mark 5:mark _ -5 pay pay VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ +5 pay pay VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ 6 these this DET DT Number=Plur|PronType=Dem 7 det 7:det _ 7 bills bill NOUN NNS Number=Plur 5 obj 5:obj _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 10 not not PART RB _ 11 advmod 11:advmod _ 11 keeping keep VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -12 required require VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ +12 required require VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod _ 13 levels level NOUN NNS Number=Plur 11 obj 11:obj|14:nsubj:xsubj _ 14 available available ADJ JJ Degree=Pos 11 xcomp 11:xcomp SpaceAfter=No 15 ? ? PUNCT . _ 11 punct 11:punct _ @@ -7681,16 +7685,17 @@ # sent_id = email-enronsent36_01-0002 # newpar id = email-enronsent36_01-p0002 # text = Attached below is Davis Thames' presentation regarding the proposed Project Bruin. -1 Attached attach VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 below below ADV RB _ 1 advmod 1:advmod _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ 4 Davis Davis PROPN NNP Number=Sing 7 nmod:poss 7:nmod:poss _ -5 Thames Thames PROPN NNP Number=Sing 4 flat 4:flat SpaceAfter=No +5-6 Thames' _ _ _ _ _ _ _ _ +5 Thames Thames PROPN NNP Number=Sing 4 flat 4:flat _ 6 ' 's PART POS _ 4 case 4:case _ 7 presentation presentation NOUN NN Number=Sing 1 nsubj:pass 1:nsubj:pass _ 8 regarding regard VERB VBG VerbForm=Ger 12 case 12:case _ 9 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -10 proposed propose VERB VBN Tense=Past|VerbForm=Part 12 amod 12:amod _ +10 proposed propose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 amod 12:amod _ 11 Project Project PROPN NNP Number=Sing 12 compound 12:compound _ 12 Bruin Bruin PROPN NNP Number=Sing 7 nmod 7:nmod:regarding SpaceAfter=No 13 . . PUNCT . _ 1 punct 1:punct _ @@ -7718,7 +7723,7 @@ # newpar id = email-enronsent36_01-p0004 # text = Team, sorry for the delay on getting this around. 1 Team team NOUN NN Number=Sing 3 vocative 3:vocative SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 sorry sorry ADJ JJ Degree=Pos 0 root 0:root _ 4 for for ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -7733,7 +7738,7 @@ # text = Please advise when you can meet to discuss issues related to your area. 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 advise advise VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 when when SCONJ WRB PronType=Int 6 mark 6:mark _ +3 when when ADV WRB PronType=Int 6 advmod 6:advmod _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 5 can can AUX MD VerbForm=Fin 6 aux 6:aux _ 6 meet meet VERB VB VerbForm=Inf 2 advcl 2:advcl:when _ @@ -7742,7 +7747,7 @@ 9 issues issue NOUN NNS Number=Plur 8 obj 8:obj _ 10 related related ADJ JJ Degree=Pos 9 amod 9:amod _ 11 to to ADP IN _ 13 case 13:case _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 area area NOUN NN Number=Sing 10 obl 10:obl:to SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ @@ -7763,34 +7768,34 @@ # sent_id = email-enronsent36_01-0010 # text = I spoke with Mike Collins [203-719-8385 (phone) and 203-719-7031 (fax)] who conrfirmed to me that the cap included the remaining 2.5+million remaining shares. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 spoke speak VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 spoke speak VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 with with ADP IN _ 4 case 4:case _ 4 Mike Mike PROPN NNP Number=Sing 2 obl 2:obl:with|18:nsubj _ 5 Collins Collins PROPN NNP Number=Sing 4 flat 4:flat _ 6 [ [ PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No -7 203-719-8385 203-719-8385 NUM CD NumType=Card 4 parataxis 4:parataxis _ +7 203-719-8385 203-719-8385 NUM CD NumForm=Digit|NumType=Card 4 parataxis 4:parataxis _ 8 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No 9 phone phone NOUN NN Number=Sing 7 appos 7:appos SpaceAfter=No 10 ) ) PUNCT -RRB- _ 9 punct 9:punct _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 203-719-7031 203-719-7031 NUM CD NumType=Card 7 conj 7:conj:and _ +12 203-719-7031 203-719-7031 NUM CD NumForm=Digit|NumType=Card 7 conj 7:conj:and _ 13 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No 14 fax fax NOUN NN Number=Sing 12 appos 12:appos SpaceAfter=No 15 ) ) PUNCT -RRB- _ 14 punct 14:punct SpaceAfter=No 16 ] ] PUNCT -RRB- _ 7 punct 7:punct _ 17 who who PRON WP PronType=Rel 18 nsubj 4:ref _ -18 conrfirmed conrfirm VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +18 conrfirmed conrfirm VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 19 to to ADP IN _ 20 case 20:case _ 20 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 18 obl 18:obl:to _ 21 that that SCONJ IN _ 24 mark 24:mark _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 cap cap NOUN NN Number=Sing 24 nsubj 24:nsubj _ -24 included include VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 ccomp 18:ccomp _ +24 included include VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 ccomp 18:ccomp _ 25 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 26 remaining remain VERB VBG VerbForm=Ger 31 amod 31:amod _ -27 2.5 2.5 NUM CD NumType=Card 29 compound 29:compound SpaceAfter=No +27 2.5 2.5 NUM CD NumForm=Digit|NumType=Frac 29 compound 29:compound SpaceAfter=No 28 + + SYM SYM _ 27 advmod 27:advmod SpaceAfter=No -29 million million NUM CD NumType=Card 31 nummod 31:nummod _ +29 million million NUM CD NumForm=Word|NumType=Card 31 nummod 31:nummod _ 30 remaining remain VERB VBG VerbForm=Ger 31 amod 31:amod _ 31 shares share NOUN NNS Number=Plur 24 obj 24:obj SpaceAfter=No 32 . . PUNCT . _ 2 punct 2:punct _ @@ -7801,7 +7806,7 @@ 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 return return VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ -4 executed execute VERB VBN Tense=Past|VerbForm=Part 5 amod 5:amod _ +4 executed execute VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 amod 5:amod _ 5 copy copy NOUN NN Number=Sing 2 obj 2:obj _ 6 of of ADP IN _ 7 case 7:case _ 7 confirm confirm NOUN NN Number=Sing 5 nmod 5:nmod:of _ @@ -7822,7 +7827,7 @@ # sent_id = email-enronsent36_01-0014 # newpar id = email-enronsent36_01-p0007 # text = My assistant Joanne Rozycki has cell, car numbers to reach me. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 assistant assistant NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 Joanne Joanne PROPN NNP Number=Sing 2 appos 2:appos _ 4 Rozycki Rozycki PROPN NNP Number=Sing 3 flat 3:flat _ @@ -7855,28 +7860,28 @@ 3 Enron Enron PROPN NNP Number=Sing 5 compound 5:compound _ 4 Wholesale wholesale ADJ JJ Degree=Pos 5 amod 5:amod _ 5 Services service NOUN NNS Number=Plur 1 list 1:list _ -6 1400 1400 NUM CD NumType=Card 8 nummod 8:nummod _ +6 1400 1400 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 7 Smith Smith PROPN NNP Number=Sing 8 compound 8:compound _ 8 Street Street PROPN NNP Number=Sing 1 list 1:list SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 EB EB PROPN NNP Number=Sing 8 appos 8:appos SpaceAfter=No -11 3801a 3801a NUM CD NumType=Card 10 nummod 10:nummod _ +11 3801a 3801a PROPN NNP Number=Sing 10 flat 10:flat _ 12 Houston Houston PROPN NNP Number=Sing 8 appos 8:appos SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ +13 , , PUNCT , _ 14 punct 14:punct _ 14 TX TX PROPN NNP Number=Sing 12 appos 12:appos _ -15 77002 77002 NUM CD NumType=Card 8 appos 8:appos _ +15 77002 77002 NUM CD NumForm=Digit|NumType=Card 8 appos 8:appos _ 16 Ph ph NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -17 : : PUNCT : _ 16 punct 16:punct _ -18 ( ( PUNCT -LRB- _ 21 punct 21:punct SpaceAfter=No -19 713 713 NUM CD NumType=Card 21 nummod 21:nummod SpaceAfter=No -20 ) ) PUNCT -RRB- _ 21 punct 21:punct _ -21 853-5620 853-5620 NUM CD NumType=Card 16 appos 16:appos _ +17 : : PUNCT : _ 21 punct 21:punct _ +18 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No +19 713 713 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod SpaceAfter=No +20 ) ) PUNCT -RRB- _ 19 punct 19:punct _ +21 853-5620 853-5620 NUM CD NumForm=Digit|NumType=Card 16 appos 16:appos _ 22 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -23 : : PUNCT : _ 22 punct 22:punct _ -24 ( ( PUNCT -LRB- _ 27 punct 27:punct SpaceAfter=No -25 713 713 NUM CD NumType=Card 27 nummod 27:nummod SpaceAfter=No -26 ) ) PUNCT -RRB- _ 27 punct 27:punct _ -27 646-3490 646-3490 NUM CD NumType=Card 22 appos 22:appos _ +23 : : PUNCT : _ 27 punct 27:punct _ +24 ( ( PUNCT -LRB- _ 25 punct 25:punct SpaceAfter=No +25 713 713 NUM CD NumForm=Digit|NumType=Card 27 nummod 27:nummod SpaceAfter=No +26 ) ) PUNCT -RRB- _ 25 punct 25:punct _ +27 646-3490 646-3490 NUM CD NumForm=Digit|NumType=Card 22 appos 22:appos _ # sent_id = email-enronsent36_01-0017 # text = Thanks. @@ -7898,38 +7903,38 @@ # text = Currently we have a blank "sample" for our Paragraph 13s which are attached to our sample ISDAs for (a) US Corporate, (b) Hedge Funds, (c) Municipal. 1 Currently currently ADV RB _ 3 advmod 3:advmod _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 5 blank blank ADJ JJ Degree=Pos 7 amod 7:amod _ 6 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No 7 sample sample NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 8 " " PUNCT '' _ 7 punct 7:punct _ 9 for for ADP IN _ 12 case 12:case _ -10 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 Paragraph paragraph NOUN NN Number=Sing 12 compound 12:compound _ 12 13s 13 NOUN NNS Number=Plur 7 nmod 7:nmod:for|15:nsubj:pass _ 13 which which PRON WDT PronType=Rel 15 nsubj:pass 12:ref _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux:pass 15:aux:pass _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 15 aux:pass 15:aux:pass CorrectForm=is 15 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 acl:relcl 12:acl:relcl _ 16 to to ADP IN _ 19 case 19:case _ -17 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +17 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 18 sample sample ADJ JJ Degree=Pos 19 amod 19:amod _ 19 ISDAs isda NOUN NNS Number=Plur 15 obl 15:obl:to _ 20 for for ADP IN _ 25 case 25:case _ 21 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No -22 a a X LS _ 25 nummod 25:nummod SpaceAfter=No +22 a a NUM LS _ 25 nummod 25:nummod SpaceAfter=No 23 ) ) PUNCT -RRB- _ 22 punct 22:punct _ 24 US US PROPN NNP Number=Sing 25 compound 25:compound _ 25 Corporate corporate ADJ JJ Degree=Pos 19 nmod 19:nmod:for SpaceAfter=No 26 , , PUNCT , _ 31 punct 31:punct _ 27 ( ( PUNCT -LRB- _ 28 punct 28:punct SpaceAfter=No -28 b b X LS _ 31 nummod 31:nummod SpaceAfter=No +28 b b NUM LS _ 31 nummod 31:nummod SpaceAfter=No 29 ) ) PUNCT -RRB- _ 28 punct 28:punct _ 30 Hedge hedge NOUN NN Number=Sing 31 compound 31:compound _ 31 Funds fund NOUN NNS Number=Plur 25 conj 19:nmod:for|25:conj SpaceAfter=No 32 , , PUNCT , _ 36 punct 36:punct _ 33 ( ( PUNCT -LRB- _ 34 punct 34:punct SpaceAfter=No -34 c c X LS _ 36 nummod 36:nummod SpaceAfter=No +34 c c NUM LS _ 36 nummod 36:nummod SpaceAfter=No 35 ) ) PUNCT -RRB- _ 34 punct 34:punct _ 36 Municipal municipal ADJ JJ Degree=Pos 25 conj 19:nmod:for|25:conj SpaceAfter=No 37 . . PUNCT . _ 3 punct 3:punct _ @@ -7946,16 +7951,16 @@ 8 US US PROPN NNP Number=Sing 10 compound 10:compound _ 9 corporate corporate ADJ JJ Degree=Pos 10 amod 10:amod _ 10 Paragraph paragraph NOUN NN Number=Sing 5 nmod 5:nmod:for _ -11 13 13 NUM CD NumType=Card 10 nummod 10:nummod _ +11 13 13 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 email email VERB VB VerbForm=Inf 3 conj 3:conj:and _ 14 to to ADP IN _ 16 case 16:case _ -15 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 contact contact NOUN NN Number=Sing 13 obl 13:obl:to _ 17 @ @ ADP IN _ 20 case 20:case _ -18 First First PROPN NNP Number=Sing 19 compound 19:compound _ +18 First First ADJ NNP NumForm=Word|NumType=Ord 19 amod 19:amod _ 19 Union Union PROPN NNP Number=Sing 20 compound 20:compound _ -20 Securities Securities PROPN NNPS Number=Plur 16 nmod 16:nmod SpaceAfter=No +20 Securities Security PROPN NNPS Number=Plur 16 nmod 16:nmod SpaceAfter=No 21 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent36_01-0022 @@ -7964,7 +7969,7 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 sample sample NOUN NN Number=Sing 3 nsubj 3:nsubj _ 3 includes include VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No 6 caveat caveat NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 7 " " PUNCT '' _ 6 punct 6:punct SpaceAfter=No @@ -7973,7 +7978,7 @@ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 11 should should AUX MD VerbForm=Fin 13 aux 13:aux _ 12 be be AUX VB VerbForm=Inf 13 cop 13:cop _ -13 fine fine ADJ JJ Degree=Pos 3 conj 3:conj SpaceAfter=No +13 fine fine ADJ JJ Degree=Pos 3 parataxis 3:parataxis SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent36_01-0023 @@ -7993,7 +7998,7 @@ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 reviewing review VERB VBG Tense=Pres|VerbForm=Part 10 advcl 10:advcl:while _ 5 credit credit NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No -6 , , PUNCT , _ 10 punct 10:punct _ +6 , , PUNCT , _ 4 punct 4:punct _ 7 can can AUX MD VerbForm=Fin 10 aux 10:aux _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ 9 please please INTJ UH _ 10 discourse 10:discourse _ @@ -8003,7 +8008,7 @@ 13 blank blank ADJ JJ Degree=Pos 15 amod 15:amod _ 14 form form NOUN NN Number=Sing 15 compound 15:compound _ 15 Paragraph paragraph NOUN NN Number=Sing 10 obj 10:obj _ -16 13 13 NUM CD NumType=Card 15 nummod 15:nummod SpaceAfter=No +16 13 13 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod SpaceAfter=No 17 " " PUNCT '' _ 15 punct 15:punct _ 18 for for ADP IN _ 20 case 20:case _ 19 this this DET DT Number=Sing|PronType=Dem 20 det 20:det _ @@ -8013,14 +8018,14 @@ # sent_id = email-enronsent36_01-0026 # text = Just our standard. 1 Just just ADV RB _ 3 advmod 3:advmod _ -2 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 standard standard ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent36_01-0027 # text = Caveat: subject to credit review even though there are blanks. 1 Caveat caveat NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 subject subject ADJ JJ Degree=Pos 1 appos 1:appos _ 4 to to ADP IN _ 6 case 6:case _ 5 credit credit NOUN NN Number=Sing 6 compound 6:compound _ @@ -8028,7 +8033,7 @@ 7 even even ADV RB _ 10 advmod 10:advmod _ 8 though though SCONJ IN _ 10 mark 10:mark _ 9 there there PRON EX _ 10 expl 10:expl _ -10 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:though _ +10 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:though _ 11 blanks blank NOUN NNS Number=Plur 10 nsubj 10:nsubj SpaceAfter=No 12 . . PUNCT . _ 1 punct 1:punct _ @@ -8043,10 +8048,10 @@ # sent_id = email-enronsent36_01-0030 # text = First Union Securities, Inc. -1 First First PROPN NNP Number=Sing 2 compound 2:compound _ +1 First First ADJ NNP NumForm=Word|NumType=Ord 2 amod 2:amod _ 2 Union Union PROPN NNP Number=Sing 5 compound 5:compound _ 3 Securities Securities PROPN NNPS Number=Plur 5 compound 5:compound SpaceAfter=No -4 , , PUNCT , _ 5 punct 5:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 Inc Inc PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ @@ -8062,7 +8067,7 @@ # text = I just wanted to follow up on whether you will have a chance to send a draft Credit Support Annex (similar in form to the one previously executed with ENA). 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 follow follow VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 up up ADP RP _ 5 compound:prt 5:compound:prt _ @@ -8070,7 +8075,7 @@ 8 whether whether SCONJ IN _ 11 mark 11:mark _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ 10 will will AUX MD VerbForm=Fin 11 aux 11:aux _ -11 have have VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ +11 have have VERB VB VerbForm=Inf 5 advcl 5:advcl:on _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 chance chance NOUN NN Number=Sing 11 obj 11:obj _ 14 to to PART TO _ 15 mark 15:mark _ @@ -8088,7 +8093,7 @@ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 one one NOUN NN Number=Sing 22 obl 22:obl:to _ 28 previously previously ADV RB _ 29 advmod 29:advmod _ -29 executed execute VERB VBN Tense=Past|VerbForm=Part 27 acl 27:acl _ +29 executed execute VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 27 acl 27:acl _ 30 with with ADP IN _ 31 case 31:case _ 31 ENA ENA PROPN NNP Number=Sing 29 obl 29:obl:with SpaceAfter=No 32 ) ) PUNCT -RRB- _ 22 punct 22:punct SpaceAfter=No @@ -8097,7 +8102,7 @@ # sent_id = email-enronsent36_01-0033 # text = I understand you may not have credit approval yet so perhaps we can leave the appropriate sections blank in the meantime. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 understand understand VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 understand understand VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 4 may may AUX MD VerbForm=Fin 6 aux 6:aux _ 5 not not PART RB _ 6 advmod 6:advmod _ @@ -8109,7 +8114,7 @@ 11 perhaps perhaps ADV RB _ 14 advmod 14:advmod _ 12 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 13 can can AUX MD VerbForm=Fin 14 aux 14:aux _ -14 leave leave VERB VB VerbForm=Inf 2 conj 2:conj _ +14 leave leave VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 appropriate appropriate ADJ JJ Degree=Pos 17 amod 17:amod _ 17 sections section NOUN NNS Number=Plur 14 obj 14:obj|18:nsubj:xsubj _ @@ -8136,27 +8141,27 @@ 5 President president NOUN NN Number=Sing 1 list 1:list _ 6 Equity equity NOUN NN Number=Sing 7 compound 7:compound _ 7 Derivatives derivative NOUN NNS Number=Plur 1 list 1:list _ -8 First First PROPN NNP Number=Sing 9 compound 9:compound _ +8 First First ADJ NNP NumForm=Word|NumType=Ord 9 amod 9:amod _ 9 Union Union PROPN NNP Number=Sing 12 compound 12:compound _ -10 Securities Securities PROPN NNPS Number=Plur 12 compound 12:compound SpaceAfter=No -11 , , PUNCT , _ 12 punct 12:punct _ +10 Securities Security PROPN NNPS Number=Plur 12 compound 12:compound SpaceAfter=No +11 , , PUNCT , _ 10 punct 10:punct _ 12 Inc. Inc. PROPN NNP Number=Sing 1 list 1:list _ 13 Telephone telephone NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -14 : : PUNCT : _ 13 punct 13:punct _ -15 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No -16 212 212 NUM CD NumType=Card 18 nummod 18:nummod SpaceAfter=No -17 ) ) PUNCT -RRB- _ 18 punct 18:punct _ -18 909-0951 909-0951 NUM CD NumType=Card 13 appos 13:appos _ +14 : : PUNCT : _ 18 punct 18:punct _ +15 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No +16 212 212 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod SpaceAfter=No +17 ) ) PUNCT -RRB- _ 16 punct 16:punct _ +18 909-0951 909-0951 NUM CD NumForm=Digit|NumType=Card 13 appos 13:appos _ 19 Facsimile facsimile NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -20 : : PUNCT : _ 19 punct 19:punct _ -21 ( ( PUNCT -LRB- _ 24 punct 24:punct SpaceAfter=No -22 212 212 NUM CD NumType=Card 24 nummod 24:nummod SpaceAfter=No -23 ) ) PUNCT -RRB- _ 24 punct 24:punct _ -24 891-5042 891-5042 NUM CD NumType=Card 19 appos 19:appos _ +20 : : PUNCT : _ 24 punct 24:punct _ +21 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No +22 212 212 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod SpaceAfter=No +23 ) ) PUNCT -RRB- _ 22 punct 22:punct _ +24 891-5042 891-5042 NUM CD NumForm=Digit|NumType=Card 19 appos 19:appos _ 25 email email NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -26 : : PUNCT : _ 25 punct 25:punct _ +26 : : PUNCT : _ 27 punct 27:punct _ 27 vijay.suchdev@funb.com vijay.suchdev@funb.com X ADD _ 25 appos 25:appos _ -28 < < PUNCT -LRB- _ 27 punct 27:punct SpaceAfter=No +28 < < PUNCT -LRB- _ 29 punct 29:punct SpaceAfter=No 29 mailto:vijay.suchdev@funb.com mailto:vijay.suchdev@funb.com X ADD _ 27 appos 27:appos SpaceAfter=No 30 > > PUNCT -RRB- _ 27 punct 27:punct _ @@ -8169,9 +8174,9 @@ # sent_id = email-enronsent09_02-0002 # text = 12/07/2000 02:29 PM -1 12/07/2000 12/07/2000 NUM CD NumType=Card 0 root 0:root _ -2 02:29 02:29 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 12/07/2000 12/07/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 02:29 02:29 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent09_02-0003 # text = Daren, @@ -8185,18 +8190,18 @@ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 wondering wonder VERB VBG VerbForm=Ger 0 root 0:root _ 4 if if SCONJ IN _ 8 mark 8:mark _ -5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ +5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 expl 8:expl _ 6 would would AUX MD VerbForm=Fin 8 aux 8:aux _ 7 be be AUX VB VerbForm=Inf 8 cop 8:cop _ -8 OK ok ADJ JJ Degree=Pos 3 advcl 3:advcl:if _ +8 OK ok ADJ JJ Degree=Pos 3 ccomp 3:ccomp _ 9 for for SCONJ IN _ 12 mark 12:mark _ 10 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 11 to to PART TO _ 12 mark 12:mark _ -12 sit sit VERB VB VerbForm=Inf 8 advcl 8:advcl:to _ +12 sit sit VERB VB VerbForm=Inf 8 csubj 8:csubj _ 13 in in ADV RB _ 12 advmod 12:advmod _ 14 with with ADP IN _ 15 case 15:case _ 15 you you PRON PRP Case=Acc|Person=2|PronType=Prs 12 obl 12:obl:with _ -16 one one NUM CD NumType=Card 17 nummod 17:nummod _ +16 one one NUM CD NumForm=Word|NumType=Card 17 nummod 17:nummod _ 17 day day NOUN NN Number=Sing 12 obl:tmod 12:obl:tmod _ 18 to to PART TO _ 19 mark 19:mark _ 19 get get VERB VB VerbForm=Inf 12 advcl 12:advcl:to _ @@ -8204,7 +8209,7 @@ 21 general general ADJ JJ Degree=Pos 22 amod 22:amod _ 22 feel feel NOUN NN Number=Sing 19 obj 19:obj _ 23 of of ADP IN _ 25 case 25:case _ -24 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 end end NOUN NN Number=Sing 22 nmod 22:nmod:of _ 26 of of ADP IN _ 28 case 28:case _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ @@ -8214,18 +8219,18 @@ # sent_id = email-enronsent09_02-0005 # text = Pat had told me before he left that it would help me better grasp the process as a whole. 1 Pat Pat PROPN NNP Number=Sing 3 nsubj 3:nsubj _ -2 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +2 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 told tell VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj 3:obj _ +4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 iobj 3:iobj _ 5 before before SCONJ IN _ 7 mark 7:mark _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:before _ +7 left leave VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:before _ 8 that that SCONJ IN _ 11 mark 11:mark _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 10 would would AUX MD VerbForm=Fin 11 aux 11:aux _ 11 help help VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ 12 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 11 obj 11:obj|14:nsubj:xsubj _ -13 better better ADV RBR Degree=Cmp 14 advmod 14:advmod _ +13 better well ADV RBR Degree=Cmp 14 advmod 14:advmod _ 14 grasp grasp VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 process process NOUN NN Number=Sing 14 obj 14:obj _ @@ -8237,7 +8242,7 @@ # sent_id = email-enronsent09_02-0006 # text = I understand the imminent cold weather is making things crazy, so now may not be the best time to be in your way. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 understand understand VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 understand understand VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 4 imminent imminent ADJ JJ Degree=Pos 6 amod 6:amod _ 5 cold cold ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -8248,17 +8253,17 @@ 10 crazy crazy ADJ JJ Degree=Pos 8 xcomp 8:xcomp SpaceAfter=No 11 , , PUNCT , _ 13 punct 13:punct _ 12 so so ADV RB _ 13 advmod 13:advmod _ -13 now now ADV RB _ 8 conj 2:ccomp|8:conj _ +13 now now ADV RB _ 8 parataxis 8:parataxis _ 14 may may AUX MD VerbForm=Fin 13 aux 13:aux _ 15 not not PART RB _ 13 advmod 13:advmod _ 16 be be AUX VB VerbForm=Inf 13 cop 13:cop _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -18 best best ADJ JJS Degree=Sup 19 amod 19:amod _ +18 best good ADJ JJS Degree=Sup 19 amod 19:amod _ 19 time time NOUN NN Number=Sing 13 nsubj 13:nsubj _ 20 to to PART TO _ 24 mark 24:mark _ 21 be be AUX VB VerbForm=Inf 24 cop 24:cop _ 22 in in ADP IN _ 24 case 24:case _ -23 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +23 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 way way NOUN NN Number=Sing 19 acl 19:acl:in SpaceAfter=No 25 . . PUNCT . _ 2 punct 2:punct _ @@ -8271,7 +8276,7 @@ 5 if if SCONJ IN _ 8 mark 8:mark _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 7 can can AUX MD VerbForm=Fin 8 aux 8:aux _ -8 spend spend VERB VB VerbForm=Inf 4 advcl 4:advcl:if _ +8 spend spend VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 day day NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No 11 , , PUNCT , _ 12 punct 12:punct _ @@ -8286,7 +8291,7 @@ 20 there there ADV RB PronType=Dem 8 advmod 8:advmod _ 21 with with ADP IN _ 22 case 22:case _ 22 you you PRON PRP Case=Acc|Person=2|PronType=Prs 8 obl 8:obl:with _ -23 whenever whenever SCONJ WRB PronType=Int 28 mark 28:mark _ +23 whenever whenever ADV WRB PronType=Int 28 advmod 28:advmod _ 24 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 28 nsubj 28:nsubj _ 25 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ 26 a a DET DT Definite=Ind|PronType=Art 28 det 28:det _ @@ -8297,7 +8302,7 @@ # sent_id = email-enronsent09_02-0008 # text = I think it will help me very much in my role. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 4 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 5 help help VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ @@ -8305,7 +8310,7 @@ 7 very very ADV RB _ 8 advmod 8:advmod _ 8 much much ADV RB _ 5 advmod 5:advmod _ 9 in in ADP IN _ 11 case 11:case _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 role role NOUN NN Number=Sing 5 obl 5:obl:in SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ @@ -8325,14 +8330,14 @@ # text = The new fixed price deal with Equistar is #365013. 1 The the DET DT Definite=Def|PronType=Art 5 det 5:det _ 2 new new ADJ JJ Degree=Pos 5 amod 5:amod _ -3 fixed fix VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod _ +3 fixed fix VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod _ 4 price price NOUN NN Number=Sing 5 compound 5:compound _ 5 deal deal NOUN NN Number=Sing 9 nsubj 9:nsubj _ 6 with with ADP IN _ 7 case 7:case _ 7 Equistar Equistar PROPN NNP Number=Sing 5 nmod 5:nmod:with _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 9 # # SYM NN Number=Sing 0 root 0:root SpaceAfter=No -10 365013 365013 NUM CD NumType=Card 9 nummod 9:nummod SpaceAfter=No +10 365013 365013 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod SpaceAfter=No 11 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent09_02-0012 @@ -8350,7 +8355,7 @@ # text = We just did a deal for the rest of the month for 10,000/d at meter # 1552 QE-1 @ $4.355 .... can you let me and Robert Lloyd know what the sitara # is? 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 did do VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 deal deal NOUN NN Number=Sing 3 obj 3:obj _ 6 for for ADP IN _ 8 case 8:case _ @@ -8360,20 +8365,20 @@ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 month month NOUN NN Number=Sing 8 nmod 8:nmod:of _ 12 for for ADP IN _ 13 case 13:case _ -13 10,000 10,000 NUM CD NumType=Card 5 nmod 5:nmod:for SpaceAfter=No +13 10,000 10000 NUM CD NumForm=Digit|NumType=Card 5 nmod 5:nmod:for SpaceAfter=No 14 / / SYM SYM _ 15 case 15:case SpaceAfter=No 15 d d NOUN NN Number=Sing 13 nmod 13:nmod _ 16 at at ADP IN _ 20 case 20:case _ 17 meter meter NOUN NN Number=Sing 20 compound 20:compound _ 18 # # SYM NN Number=Sing 20 compound 20:compound _ -19 1552 1552 NUM CD NumType=Card 20 nummod 20:nummod _ +19 1552 1552 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ 20 QE qe NOUN NN Number=Sing 13 nmod 13:nmod:at SpaceAfter=No -21 - - PUNCT , _ 20 punct 20:punct SpaceAfter=No -22 1 1 NUM CD NumType=Card 20 nummod 20:nummod _ +21 - - PUNCT , _ 22 punct 22:punct SpaceAfter=No +22 1 1 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ 23 @ @ ADP IN _ 24 case 24:case _ 24 $ $ SYM $ _ 20 nmod 20:nmod SpaceAfter=No -25 4.355 4.355 NUM CD NumType=Card 24 nummod 24:nummod _ -26 .... .... PUNCT , _ 3 punct 3:punct _ +25 4.355 4.355 NUM CD NumForm=Digit|NumType=Frac 24 nummod 24:nummod _ +26 .... .... PUNCT , _ 29 punct 29:punct _ 27 can can AUX MD VerbForm=Fin 29 aux 29:aux _ 28 you you PRON PRP Case=Nom|Person=2|PronType=Prs 29 nsubj 29:nsubj _ 29 let let VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ @@ -8402,18 +8407,18 @@ # sent_id = email-enronsent09_02-0017 # text = I show that we also had 20.000 at LS HPL for the 13th. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 show show VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 show show VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 6 mark 6:mark _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 5 also also ADV RB _ 6 advmod 6:advmod _ -6 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ -7 20.000 20.000 NUM CD NumType=Card 6 obj 6:obj _ +6 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +7 20.000 20.000 NUM CD NumForm=Digit|NumType=Frac 6 obj 6:obj _ 8 at at ADP IN _ 10 case 10:case _ 9 LS ls NOUN NN Number=Sing 10 compound 10:compound _ 10 HPL hpl NOUN NN Number=Sing 6 obl 6:obl:at _ 11 for for ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -13 13th 13th NOUN NN Number=Sing 6 obl 6:obl:for SpaceAfter=No +13 13th 13th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 6 obl 6:obl:for SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent09_02-0018 @@ -8425,22 +8430,22 @@ # newpar id = email-enronsent09_02-p0011 # text = August 11,2000 1 August August PROPN NNP Number=Sing 0 root 0:root _ -2 11 11 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct SpaceAfter=No -4 2000 2000 NUM CD NumType=Card 1 nummod 1:nummod _ +2 11 11 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 , , PUNCT , _ 4 punct 4:punct SpaceAfter=No +4 2000 2000 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ # sent_id = email-enronsent09_02-0020 # newpar id = email-enronsent09_02-p0012 # text = Teco Tap 108.333 / HPL IFERC ; 20.000 / Enron 1 Teco Teco PROPN NNP Number=Sing 2 compound 2:compound _ 2 Tap Tap PROPN NNP Number=Sing 0 root 0:root _ -3 108.333 108.333 NUM CD NumType=Card 2 list 2:list _ -4 / / PUNCT , _ 2 punct 2:punct _ +3 108.333 108.333 NUM CD NumForm=Digit|NumType=Frac 2 list 2:list _ +4 / / PUNCT , _ 6 punct 6:punct _ 5 HPL HPL PROPN NNP Number=Sing 6 compound 6:compound _ 6 IFERC IFERC PROPN NNP Number=Sing 2 list 2:list _ -7 ; ; PUNCT , _ 2 punct 2:punct _ -8 20.000 20.000 NUM CD NumType=Card 2 list 2:list _ -9 / / PUNCT , _ 2 punct 2:punct _ +7 ; ; PUNCT , _ 8 punct 8:punct _ +8 20.000 20.000 NUM CD NumForm=Digit|NumType=Frac 2 list 2:list _ +9 / / PUNCT , _ 10 punct 10:punct _ 10 Enron Enron PROPN NNP Number=Sing 2 list 2:list _ # sent_id = email-enronsent09_02-0021 @@ -8449,29 +8454,29 @@ 2 HPL HPL PROPN NNP Number=Sing 4 compound 4:compound _ 3 LSK LSK PROPN NNP Number=Sing 4 compound 4:compound _ 4 IC IC PROPN NNP Number=Sing 0 root 0:root _ -5 20.000 20.000 NUM CD NumType=Card 4 list 4:list _ -6 / / PUNCT , _ 4 punct 4:punct _ +5 20.000 20.000 NUM CD NumForm=Digit|NumType=Frac 4 list 4:list _ +6 / / PUNCT , _ 7 punct 7:punct _ 7 Enron Enron PROPN NNP Number=Sing 4 list 4:list _ # sent_id = email-enronsent09_02-0022 # text = August 12, 2000 1 August August PROPN NNP Number=Sing 0 root 0:root _ -2 12 12 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 2000 2000 NUM CD NumType=Card 1 nummod 1:nummod _ +2 12 12 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 , , PUNCT , _ 4 punct 4:punct _ +4 2000 2000 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ # sent_id = email-enronsent09_02-0023 # newpar id = email-enronsent09_02-p0013 # text = Teco Tap 85.000 / HPL IFERC ; 20.000 / Enron 1 Teco Teco PROPN NNP Number=Sing 2 compound 2:compound _ 2 Tap Tap PROPN NNP Number=Sing 0 root 0:root _ -3 85.000 85.000 NUM CD NumType=Card 2 list 2:list _ -4 / / PUNCT , _ 2 punct 2:punct _ +3 85.000 85.000 NUM CD NumForm=Digit|NumType=Frac 2 list 2:list _ +4 / / PUNCT , _ 6 punct 6:punct _ 5 HPL HPL PROPN NNP Number=Sing 6 compound 6:compound _ 6 IFERC IFERC PROPN NNP Number=Sing 2 list 2:list _ -7 ; ; PUNCT , _ 2 punct 2:punct _ -8 20.000 20.000 NUM CD NumType=Card 2 list 2:list _ -9 / / PUNCT , _ 2 punct 2:punct _ +7 ; ; PUNCT , _ 8 punct 8:punct _ +8 20.000 20.000 NUM CD NumForm=Digit|NumType=Frac 2 list 2:list _ +9 / / PUNCT , _ 10 punct 10:punct _ 10 Enron Enron PROPN NNP Number=Sing 2 list 2:list _ # sent_id = email-enronsent09_02-0024 @@ -8480,36 +8485,36 @@ 2 HPL HPL PROPN NNP Number=Sing 4 compound 4:compound _ 3 LSK LSK PROPN NNP Number=Sing 4 compound 4:compound _ 4 IC IC PROPN NNP Number=Sing 0 root 0:root _ -5 20.000 20.000 NUM CD NumType=Card 4 list 4:list _ -6 / / PUNCT , _ 4 punct 4:punct _ +5 20.000 20.000 NUM CD NumForm=Digit|NumType=Frac 4 list 4:list _ +6 / / PUNCT , _ 7 punct 7:punct _ 7 Enron Enron PROPN NNP Number=Sing 4 list 4:list _ # sent_id = email-enronsent09_02-0025 # text = August 13, 2000 1 August August PROPN NNP Number=Sing 0 root 0:root _ -2 13 13 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 2000 2000 NUM CD NumType=Card 1 nummod 1:nummod _ +2 13 13 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 , , PUNCT , _ 4 punct 4:punct _ +4 2000 2000 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ # sent_id = email-enronsent09_02-0026 # newpar id = email-enronsent09_02-p0014 # text = Teco Tap 32.500 / HPL IFERC ; 20.000 / Enron 1 Teco Teco PROPN NNP Number=Sing 2 compound 2:compound _ 2 Tap Tap PROPN NNP Number=Sing 0 root 0:root _ -3 32.500 32.500 NUM CD NumType=Card 2 list 2:list _ -4 / / PUNCT , _ 2 punct 2:punct _ +3 32.500 32.500 NUM CD NumForm=Digit|NumType=Frac 2 list 2:list _ +4 / / PUNCT , _ 6 punct 6:punct _ 5 HPL HPL PROPN NNP Number=Sing 6 compound 6:compound _ 6 IFERC IFERC PROPN NNP Number=Sing 2 list 2:list _ -7 ; ; PUNCT , _ 2 punct 2:punct _ -8 20.000 20.000 NUM CD NumType=Card 2 list 2:list _ -9 / / PUNCT , _ 2 punct 2:punct _ +7 ; ; PUNCT , _ 8 punct 8:punct _ +8 20.000 20.000 NUM CD NumForm=Digit|NumType=Frac 2 list 2:list _ +9 / / PUNCT , _ 10 punct 10:punct _ 10 Enron Enron PROPN NNP Number=Sing 2 list 2:list _ # sent_id = email-enronsent09_02-0027 # text = I'm working hard for you! 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 working work VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 hard hard ADV RB Degree=Pos 3 advmod 3:advmod _ 5 for for ADP IN _ 6 case 6:case _ @@ -8520,37 +8525,37 @@ # text = Now at 83.5. 1 Now now ADV RB _ 0 root 0:root _ 2 at at ADP IN _ 3 case 3:case _ -3 83.5 83.5 NUM CD NumType=Card 1 obl 1:obl:at SpaceAfter=No +3 83.5 83.5 NUM CD NumForm=Digit|NumType=Frac 1 obl 1:obl:at SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent09_02-0029 # text = I need a new lawnmower, so I'll try to bump it up a little more. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 new new ADJ JJ Degree=Pos 5 amod 5:amod _ 5 lawnmower lawnmower NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -6 , , PUNCT , _ 2 punct 2:punct _ +6 , , PUNCT , _ 10 punct 10:punct _ 7 so so ADV RB _ 10 advmod 10:advmod _ 8-9 I'll _ _ _ _ _ _ _ _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ 9 'll will AUX MD VerbForm=Fin 10 aux 10:aux _ -10 try try VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ +10 try try VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ 11 to to PART TO _ 12 mark 12:mark _ 12 bump bump VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 13 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 obj 12:obj _ 14 up up ADV RB _ 12 advmod 12:advmod _ 15 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 16 little little ADJ JJ Degree=Pos 17 obl:npmod 17:obl:npmod _ -17 more more ADV RBR _ 12 advmod 12:advmod SpaceAfter=No +17 more more ADV RBR Degree=Cmp 12 advmod 12:advmod SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent09_02-0030 # text = Hope you're doing good. -1 Hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2-3 you're _ _ _ _ _ _ _ _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 doing do VERB VBG Tense=Pres|VerbForm=Part 1 ccomp 1:ccomp _ 5 good good ADV RB _ 4 advmod 4:advmod SpaceAfter=No 6 . . PUNCT . _ 1 punct 1:punct _ @@ -8583,11 +8588,11 @@ 1 WE we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2 AT at ADP IN _ 3 case 3:case _ 3 HOME home NOUN NN Number=Sing 1 nmod 1:nmod:at _ -4 LOVE love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 LOVE love VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 IT it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ 6 AT at ADP IN _ 7 case 7:case _ 7 $ $ SYM $ _ 4 obl 4:obl:at SpaceAfter=No -8 80 80 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No +8 80 80 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No 9 +++ +++ SYM SYM _ 7 advmod 7:advmod _ # sent_id = email-enronsent09_02-0036 @@ -8602,7 +8607,7 @@ # newpar id = email-enronsent09_02-p0017 # text = These have been sold. 1 These this PRON DT Number=Plur|PronType=Dem 4 nsubj:pass 4:nsubj:pass _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux:pass 4:aux:pass _ 4 sold sell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ @@ -8628,7 +8633,7 @@ 2 like like SCONJ IN _ 5 mark 5:mark _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 kids kid NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -5 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 advcl 1:advcl:like _ +5 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 1 advcl 1:advcl:like _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 great great ADJ JJ Degree=Pos 8 amod 8:amod _ 8 time time NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No @@ -8638,17 +8643,17 @@ # newpar id = email-enronsent09_02-p0020 # text = I hope you don't mind, but I've taken liberty to turn them into a web photo album at http://24.27.98.30/pictures/08-05_Garrett_Gayle_Bday. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 4-5 don't _ _ _ _ _ _ _ _ -4 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 n't not PART RB _ 6 advmod 6:advmod _ 6 mind mind VERB VB VerbForm=Inf 2 ccomp 2:ccomp SpaceAfter=No 7 , , PUNCT , _ 11 punct 11:punct _ 8 but but CCONJ CC _ 11 cc 11:cc _ 9-10 I've _ _ _ _ _ _ _ _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -10 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 taken take VERB VBN Tense=Past|VerbForm=Part 2 conj 2:conj:but _ 12 liberty liberty NOUN NN Number=Sing 11 obj 11:obj _ 13 to to PART TO _ 14 mark 14:mark _ @@ -8667,7 +8672,7 @@ # text = If you want to pass this web site address along to other folks, feel free. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:if _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:if _ 4 to to PART TO _ 5 mark 5:mark _ 5 pass pass VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ @@ -8678,7 +8683,7 @@ 11 to to ADP IN _ 13 case 13:case _ 12 other other ADJ JJ Degree=Pos 13 amod 13:amod _ 13 folks folk NOUN NNS Number=Plur 5 obl 5:obl:to SpaceAfter=No -14 , , PUNCT , _ 15 punct 15:punct _ +14 , , PUNCT , _ 3 punct 3:punct _ 15 feel feel VERB VB VerbForm=Inf 0 root 0:root _ 16 free free ADJ JJ Degree=Pos 15 xcomp 15:xcomp SpaceAfter=No 17 . . PUNCT . _ 15 punct 15:punct _ @@ -8687,7 +8692,7 @@ # text = If you want a CD copy of this web site, give me a yell. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 CD cd NOUN NN Number=Sing 6 compound 6:compound _ 6 copy copy NOUN NN Number=Sing 3 obj 3:obj _ @@ -8695,7 +8700,7 @@ 8 this this DET DT Number=Sing|PronType=Dem 10 det 10:det _ 9 web web NOUN NN Number=Sing 10 compound 10:compound _ 10 site site NOUN NN Number=Sing 6 nmod 6:nmod:of SpaceAfter=No -11 , , PUNCT , _ 12 punct 12:punct _ +11 , , PUNCT , _ 3 punct 3:punct _ 12 give give VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 13 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 12 iobj 12:iobj _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ @@ -8713,53 +8718,53 @@ # text = Ram Tackett, (mailto:rtackett@abacustech.net) Owner, Abacus Technologies 17611 Loring Lane, Spring, TX 77388-5746 (281)651-7106;Fax(281)528-8636 Web: http://www.abacustech.net 1 Ram Ram PROPN NNP Number=Sing 0 root 0:root _ 2 Tackett Tackett PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 5 punct 5:punct _ 4 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No 5 mailto:rtackett@abacustech.net mailto:rtackett@abacustech.net X ADD _ 1 list 1:list SpaceAfter=No 6 ) ) PUNCT -RRB- _ 5 punct 5:punct _ 7 Owner owner NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 10 punct 10:punct _ 9 Abacus Abacus PROPN NNP Number=Sing 10 compound 10:compound _ -10 Technologies Technologies PROPN NNPS Number=Plur 7 list 7:list _ -11 17611 17611 NUM CD NumType=Card 12 nummod 12:nummod _ +10 Technologies Technology PROPN NNPS Number=Plur 7 list 7:list _ +11 17611 17611 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 12 Loring Loring PROPN NNP Number=Sing 1 list 1:list _ 13 Lane Lane PROPN NNP Number=Sing 12 flat 12:flat SpaceAfter=No -14 , , PUNCT , _ 12 punct 12:punct _ +14 , , PUNCT , _ 15 punct 15:punct _ 15 Spring Spring PROPN NNP Number=Sing 12 appos 12:appos SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ +16 , , PUNCT , _ 17 punct 17:punct _ 17 TX TX PROPN NNP Number=Sing 15 appos 15:appos _ -18 77388-5746 77388-5746 NUM CD NumType=Card 15 appos 15:appos _ -19 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No -20 281 281 NUM CD NumType=Card 22 nummod 22:nummod SpaceAfter=No -21 ) ) PUNCT -RRB- _ 22 punct 22:punct SpaceAfter=No -22 651-7106 651-7106 NUM CD NumType=Card 1 list 1:list SpaceAfter=No -23 ; ; PUNCT , _ 1 punct 1:punct SpaceAfter=No +18 77388-5746 77388-5746 NUM CD NumForm=Digit|NumType=Card 15 appos 15:appos _ +19 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No +20 281 281 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod SpaceAfter=No +21 ) ) PUNCT -RRB- _ 20 punct 20:punct SpaceAfter=No +22 651-7106 651-7106 NUM CD NumForm=Digit|NumType=Card 1 list 1:list SpaceAfter=No +23 ; ; PUNCT , _ 24 punct 24:punct SpaceAfter=No 24 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -25 ( ( PUNCT -LRB- _ 28 punct 28:punct SpaceAfter=No -26 281 281 NUM CD NumType=Card 28 nummod 28:nummod SpaceAfter=No -27 ) ) PUNCT -RRB- _ 28 punct 28:punct SpaceAfter=No -28 528-8636 528-8636 NUM CD NumType=Card 24 appos 24:appos _ +25 ( ( PUNCT -LRB- _ 26 punct 26:punct SpaceAfter=No +26 281 281 NUM CD NumForm=Digit|NumType=Card 28 nummod 28:nummod SpaceAfter=No +27 ) ) PUNCT -RRB- _ 26 punct 26:punct SpaceAfter=No +28 528-8636 528-8636 NUM CD NumForm=Digit|NumType=Card 24 appos 24:appos _ 29 Web web NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -30 : : PUNCT : _ 29 punct 29:punct _ +30 : : PUNCT : _ 31 punct 31:punct _ 31 http://www.abacustech.net http://www.abacustech.net X ADD _ 29 appos 29:appos _ # sent_id = email-enronsent09_02-0047 # text = - Ram Tackett (E-mail).vcf 4222 1 - - PUNCT NFP _ 2 punct 2:punct _ 2 Ram Ram NOUN GW Number=Sing 0 root 0:root _ -3 Tackett Tackett X GW _ 2 goeswith 2:goeswith _ -4 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No -5 E-mail e-mail X GW _ 2 goeswith 2:goeswith SpaceAfter=No -6 ) ) PUNCT -RRB- _ 2 punct 2:punct SpaceAfter=No -7 .vcf .vcf X NN _ 2 goeswith 2:goeswith _ -8 4222 4222 NUM CD NumType=Card 2 nummod 2:nummod _ +3 Tackett Tackett X GW _ 2 flat 2:flat _ +4 ( ( X -LRB- _ 2 flat 2:flat SpaceAfter=No +5 E-mail e-mail X GW _ 2 flat 2:flat SpaceAfter=No +6 ) ) X -RRB- _ 2 flat 2:flat SpaceAfter=No +7 .vcf .vcf X NN _ 2 flat 2:flat _ +8 4222 4222 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ # newdoc id = email-enronsent29_02 # sent_id = email-enronsent29_02-0001 # newpar id = email-enronsent29_02-p0001 # text = Debra Perlingiere -1 Debra Debra PROPN NNP Number=Sing 2 compound 2:compound _ -2 Perlingiere Perlingiere PROPN NNP Number=Sing 0 root 0:root _ +1 Debra Debra PROPN NNP Number=Sing 0 root 0:root _ +2 Perlingiere Perlingiere PROPN NNP Number=Sing 1 flat 1:flat _ # sent_id = email-enronsent29_02-0002 # newpar id = email-enronsent29_02-p0002 @@ -8771,26 +8776,26 @@ 5 call call NOUN NN Number=Sing 2 obj 2:obj _ 6 to to PART TO _ 7 mark 7:mark _ 7 discuss discuss VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ -8 Nov Nov PROPN NNP Number=Sing 9 compound 9:compound _ +8 Nov November PROPN NNP Abbr=Yes|Number=Sing 9 compound 9:compound _ 9 transaction transaction NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent29_02-0003 # newpar id = email-enronsent29_02-p0003 # text = Debra Perlingiere -1 Debra Debra PROPN NNP Number=Sing 2 compound 2:compound _ -2 Perlingiere Perlingiere PROPN NNP Number=Sing 0 root 0:root _ +1 Debra Debra PROPN NNP Number=Sing 0 root 0:root _ +2 Perlingiere Perlingiere PROPN NNP Number=Sing 1 flat 1:flat _ # sent_id = email-enronsent29_02-0004 # newpar id = email-enronsent29_02-p0004 # text = Are you free for lunch some day this week? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +1 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 free free ADJ JJ Degree=Pos 0 root 0:root _ 4 for for ADP IN _ 5 case 5:case _ 5 lunch lunch NOUN NN Number=Sing 3 obl 3:obl:for _ -6 some some DET DT _ 7 det 7:det _ -7 day day NOUN NN Number=Sing 3 obl:npmod 3:obl:npmod _ +6 some some DET DT PronType=Ind 7 det 7:det _ +7 day day NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 8 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 week week NOUN NN Number=Sing 7 nmod:tmod 7:nmod:tmod SpaceAfter=No 10 ? ? PUNCT . _ 3 punct 3:punct _ @@ -8798,22 +8803,22 @@ # sent_id = email-enronsent29_02-0005 # text = Also, I have an extra ticket for the Comets game on Sat. you said you wanted to go? 1 Also also ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 an a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 extra extra ADJ JJ Degree=Pos 7 amod 7:amod _ 7 ticket ticket NOUN NN Number=Sing 4 obj 4:obj _ 8 for for ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 Comets Comets PROPN NNPS Number=Plur 11 compound 11:compound _ +10 Comets Comet PROPN NNPS Number=Plur 11 compound 11:compound _ 11 game game NOUN NN Number=Sing 7 nmod 7:nmod:for _ 12 on on ADP IN _ 13 case 13:case _ -13 Sat. Sat. PROPN NNP Number=Sing 11 nmod 11:nmod:on _ +13 Sat. Saturday PROPN NNP Abbr=Yes|Number=Sing 11 nmod 11:nmod:on _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ -15 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ +15 said say VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj|19:nsubj:xsubj _ -17 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 ccomp 15:ccomp _ +17 wanted want VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 15 ccomp 15:ccomp _ 18 to to PART TO _ 19 mark 19:mark _ 19 go go VERB VB VerbForm=Inf 17 xcomp 17:xcomp SpaceAfter=No 20 ? ? PUNCT . _ 4 punct 4:punct _ @@ -8824,9 +8829,9 @@ 2 game game NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 at at ADP IN _ 5 case 5:case _ -5 12 12 NUM CD NumType=Card 0 root 0:root SpaceAfter=No -6 : : PUNCT : _ 5 punct 5:punct SpaceAfter=No -7 Sat Sat PROPN NNP Number=Sing 5 nmod:npmod 5:nmod:npmod _ +5 12 12 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No +6 : : PUNCT : _ 7 punct 7:punct SpaceAfter=No +7 Sat Saturday PROPN NNP Abbr=Yes|Number=Sing 5 nmod:npmod 5:nmod:npmod _ 8 @ @ ADP IN _ 10 case 10:case _ 9 Compaq Compaq PROPN NNP Number=Sing 10 compound 10:compound _ 10 Center Center PROPN NNP Number=Sing 5 obl 5:obl SpaceAfter=No @@ -8848,9 +8853,9 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 bringing bring VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -4 two two NUM CD NumType=Card 3 obj 3:obj _ +4 two two NUM CD NumForm=Word|NumType=Card 3 obj 3:obj _ 5 of of ADP IN _ 7 case 7:case _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 girlfriends girlfriend NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 8 from from ADP IN _ 9 case 9:case _ 9 LJ LJ PROPN NNP Number=Sing 4 nmod 4:nmod:from SpaceAfter=No @@ -8871,7 +8876,7 @@ 5 Master master NOUN NN Number=Sing 6 compound 6:compound _ 6 draft draft NOUN NN Number=Sing 2 nsubj 2:nsubj _ 7 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 discussed discuss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl SpaceAfter=No +8 discussed discuss VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent29_02-0011 @@ -8895,7 +8900,7 @@ # newpar id = email-enronsent29_02-p0007 # text = Could one of you please email me a copy of the standard template you use for Enfolio gas purchase agreements? 1 Could could AUX MD VerbForm=Fin 6 aux 6:aux _ -2 one one NUM CD NumType=Card 6 nsubj 6:nsubj _ +2 one one NUM CD NumForm=Word|NumType=Card 6 nsubj 6:nsubj _ 3 of of ADP IN _ 4 case 4:case _ 4 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 nmod 2:nmod:of _ 5 please please INTJ UH _ 6 discourse 6:discourse _ @@ -8908,7 +8913,7 @@ 12 standard standard ADJ JJ Degree=Pos 13 amod 13:amod _ 13 template template NOUN NN Number=Sing 9 nmod 9:nmod:of _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ -15 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +15 use use VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 16 for for ADP IN _ 20 case 20:case _ 17 Enfolio Enfolio PROPN NNP Number=Sing 20 compound 20:compound _ 18 gas gas NOUN NN Number=Sing 19 compound 19:compound _ @@ -8921,7 +8926,7 @@ 1 As as SCONJ IN _ 4 mark 4:mark _ 2-3 we're _ _ _ _ _ _ _ _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -3 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 're be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 getting get VERB VBG Tense=Pres|VerbForm=Part 14 advcl 14:advcl:as _ 5 more more ADJ JJR Degree=Cmp 4 obj 4:obj _ 6 and and CCONJ CC _ 7 cc 7:cc _ @@ -8929,7 +8934,7 @@ 8 of of ADP IN _ 10 case 10:case _ 9 those that DET DT Number=Plur|PronType=Dem 10 det 10:det _ 10 agreements agreement NOUN NNS Number=Plur 5 obl 5:obl:of SpaceAfter=No -11 , , PUNCT , _ 14 punct 14:punct _ +11 , , PUNCT , _ 4 punct 4:punct _ 12-13 I'd _ _ _ _ _ _ _ _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj|16:nsubj:xsubj _ 13 'd would AUX MD VerbForm=Fin 14 aux 14:aux _ @@ -8957,26 +8962,26 @@ 4 Enron Enron PROPN NNP Number=Sing 8 compound 8:compound _ 5 Net Net PROPN NNP Number=Sing 8 compound 8:compound _ 6 Works Works PROPN NNPS Number=Plur 8 compound 8:compound SpaceAfter=No -7 , , PUNCT , _ 8 punct 8:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 LLC LLC PROPN NNP Number=Sing 3 list 3:list _ -9 - - PUNCT , _ 3 punct 3:punct _ +9 - - PUNCT , _ 11 punct 11:punct _ 10 Global global ADJ JJ Degree=Pos 11 amod 11:amod _ 11 Contracts contract NOUN NNS Number=Plur 3 list 3:list _ 12 Stacey.Richardson@enron.com stacey.richardson@enron.com X ADD _ 3 list 3:list _ -13 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No -14 713 713 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No -15 ) ) PUNCT -RRB- _ 16 punct 16:punct _ -16 853-0569 853-0569 NUM CD NumType=Card 3 list 3:list _ +13 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No +14 713 713 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No +15 ) ) PUNCT -RRB- _ 14 punct 14:punct _ +16 853-0569 853-0569 NUM CD NumForm=Digit|NumType=Card 3 list 3:list _ 17 Office office NOUN NN Number=Sing 16 appos 16:appos _ -18 ( ( PUNCT -LRB- _ 21 punct 21:punct SpaceAfter=No -19 713 713 NUM CD NumType=Card 21 nummod 21:nummod SpaceAfter=No -20 ) ) PUNCT -RRB- _ 21 punct 21:punct _ -21 646-2495 646-2495 NUM CD NumType=Card 3 list 3:list _ +18 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No +19 713 713 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod SpaceAfter=No +20 ) ) PUNCT -RRB- _ 19 punct 19:punct _ +21 646-2495 646-2495 NUM CD NumForm=Digit|NumType=Card 3 list 3:list _ 22 Fax fax NOUN NN Number=Sing 21 appos 21:appos _ -23 ( ( PUNCT -LRB- _ 26 punct 26:punct SpaceAfter=No -24 713 713 NUM CD NumType=Card 26 nummod 26:nummod SpaceAfter=No -25 ) ) PUNCT -RRB- _ 26 punct 26:punct _ -26 710-6084 710-6084 NUM CD NumType=Card 3 list 3:list _ +23 ( ( PUNCT -LRB- _ 24 punct 24:punct SpaceAfter=No +24 713 713 NUM CD NumForm=Digit|NumType=Card 26 nummod 26:nummod SpaceAfter=No +25 ) ) PUNCT -RRB- _ 24 punct 24:punct _ +26 710-6084 710-6084 NUM CD NumForm=Digit|NumType=Card 3 list 3:list _ 27 Pager pager NOUN NN Number=Sing 26 appos 26:appos _ # sent_id = email-enronsent29_02-0017 @@ -8984,7 +8989,7 @@ 1 Today today NOUN NN Number=Sing 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 good good ADJ JJ Degree=Pos 4 parataxis 4:parataxis _ -4 12:30 12:30 NUM CD NumType=Card 0 root 0:root _ +4 12:30 12:30 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ 5 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent29_02-0018 @@ -8999,9 +9004,9 @@ # text = I'm free any day but Tuesday. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 free free ADJ JJ Degree=Pos 0 root 0:root _ -4 any any DET DT _ 5 det 5:det _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 day day NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 6 but but CCONJ CC _ 7 cc 7:cc _ 7 Tuesday Tuesday PROPN NNP Number=Sing 5 conj 3:obl:tmod|5:conj:but SpaceAfter=No @@ -9010,19 +9015,19 @@ # sent_id = email-enronsent29_02-0020 # text = I better pass on the Comets game. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 better better ADV RB _ 3 aux 3:aux _ +2 better well ADV RBR Degree=Cmp 3 advmod 3:advmod _ 3 pass pass VERB VB VerbForm=Inf 0 root 0:root _ 4 on on ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 Comets Comets PROPN NNPS Number=Plur 7 compound 7:compound _ +6 Comets Comet PROPN NNPS Number=Plur 7 compound 7:compound _ 7 game game NOUN NN Number=Sing 3 obl 3:obl:on SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent29_02-0021 # text = My weekends seem to be taken up with condo matters, house hunting. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 weekends weekend NOUN NNS Number=Plur 3 nsubj 3:nsubj|6:nsubj:xsubj _ -3 seem seem VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 seem seem VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 6 mark 6:mark _ 5 be be AUX VB VerbForm=Inf 6 aux:pass 6:aux:pass _ 6 taken take VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 xcomp 3:xcomp _ @@ -9030,21 +9035,21 @@ 8 with with ADP IN _ 10 case 10:case _ 9 condo condo NOUN NN Number=Sing 10 compound 10:compound _ 10 matters matter NOUN NNS Number=Plur 6 obl 6:obl:with SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 13 punct 13:punct _ 12 house house NOUN NN Number=Sing 13 compound 13:compound _ 13 hunting hunting NOUN NN Number=Sing 10 appos 10:appos SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent29_02-0022 # text = Thank you though. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 though though ADV RB _ 1 advmod 1:advmod SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent29_02-0023 # text = Are you free for lunch today. -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +1 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 free free ADJ JJ Degree=Pos 0 root 0:root _ 4 for for ADP IN _ 5 case 5:case _ @@ -9055,7 +9060,7 @@ # sent_id = email-enronsent29_02-0024 # text = I want to go to the cafeteria for vegetables. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 go go VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 to to ADP IN _ 7 case 7:case _ @@ -9072,8 +9077,8 @@ 3 know know VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 if if SCONJ IN _ 7 mark 7:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ -7 interested interested ADJ JJ Degree=Pos 3 advcl 3:advcl:if SpaceAfter=No +6 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +7 interested interested ADJ JJ Degree=Pos 3 ccomp 3:ccomp SpaceAfter=No 8 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent29_02-0026 @@ -9084,34 +9089,34 @@ 4 Coordinator coordinator NOUN NN Number=Sing 1 appos 1:appos _ 5 EWS EWS PROPN NNP Number=Sing 6 compound 6:compound _ 6 Legal Legal PROPN NNP Number=Sing 1 list 1:list SpaceAfter=No -7 , , PUNCT , _ 1 punct 1:punct _ -8 EB3326 eb3326 NOUN NN Number=Sing 1 list 1:list _ +7 , , PUNCT , _ 8 punct 8:punct _ +8 EB3326 EB3326 NOUN NN Number=Sing 1 list 1:list _ 9 Telephone telephone NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -10 : : PUNCT : _ 9 punct 9:punct _ -11 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No -12 713 713 NUM CD NumType=Card 14 nummod 14:nummod SpaceAfter=No -13 ) ) PUNCT -RRB- _ 14 punct 14:punct _ -14 853-7906 853-7906 NUM CD NumType=Card 9 appos 9:appos _ +10 : : PUNCT : _ 14 punct 14:punct _ +11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No +12 713 713 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No +13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ +14 853-7906 853-7906 NUM CD NumForm=Digit|NumType=Card 9 appos 9:appos _ 15 Facsimile facsimile NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -16 : : PUNCT : _ 15 punct 15:punct _ -17 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No -18 713 713 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No -19 ) ) PUNCT -RRB- _ 20 punct 20:punct _ -20 646-2600 646-2600 NUM CD NumType=Card 15 appos 15:appos _ +16 : : PUNCT : _ 20 punct 20:punct _ +17 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No +18 713 713 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No +19 ) ) PUNCT -RRB- _ 18 punct 18:punct _ +20 646-2600 646-2600 NUM CD NumForm=Digit|NumType=Card 15 appos 15:appos _ 21 e-mail e-mail NOUN NN Number=Sing 22 compound 22:compound _ 22 address address NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -23 : : PUNCT : _ 22 punct 22:punct _ +23 : : PUNCT : _ 24 punct 24:punct _ 24 janette.elbertson@enron.com janette.elbertson@enron.com X ADD _ 22 appos 22:appos _ # sent_id = email-enronsent29_02-0027 # text = Are you free for lunch some day this week? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +1 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 free free ADJ JJ Degree=Pos 0 root 0:root _ 4 for for ADP IN _ 5 case 5:case _ 5 lunch lunch NOUN NN Number=Sing 3 obl 3:obl:for _ -6 some some DET DT _ 7 det 7:det _ -7 day day NOUN NN Number=Sing 3 obl:npmod 3:obl:npmod _ +6 some some DET DT PronType=Ind 7 det 7:det _ +7 day day NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 8 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 week week NOUN NN Number=Sing 7 nmod:tmod 7:nmod:tmod SpaceAfter=No 10 ? ? PUNCT . _ 3 punct 3:punct _ @@ -9119,22 +9124,22 @@ # sent_id = email-enronsent29_02-0028 # text = Also, I have an extra ticket for the Comets game on Sat. you said you wanted to go? 1 Also also ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 an a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 extra extra ADJ JJ Degree=Pos 7 amod 7:amod _ 7 ticket ticket NOUN NN Number=Sing 4 obj 4:obj _ 8 for for ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 Comets Comets PROPN NNPS Number=Plur 11 compound 11:compound _ +10 Comets Comet PROPN NNPS Number=Plur 11 compound 11:compound _ 11 game game NOUN NN Number=Sing 7 nmod 7:nmod:for _ 12 on on ADP IN _ 13 case 13:case _ -13 Sat. Sat. PROPN NNP Number=Sing 11 nmod 11:nmod:on _ +13 Sat. Saturday PROPN NNP Abbr=Yes|Number=Sing 11 nmod 11:nmod:on _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ -15 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ +15 said say VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj|19:nsubj:xsubj _ -17 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 ccomp 15:ccomp _ +17 wanted want VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 15 ccomp 15:ccomp _ 18 to to PART TO _ 19 mark 19:mark _ 19 go go VERB VB VerbForm=Inf 17 xcomp 17:xcomp SpaceAfter=No 20 ? ? PUNCT . _ 4 punct 4:punct _ @@ -9145,9 +9150,9 @@ 2 game game NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 at at ADP IN _ 5 case 5:case _ -5 12 12 NUM CD NumType=Card 0 root 0:root SpaceAfter=No -6 : : PUNCT : _ 5 punct 5:punct SpaceAfter=No -7 Sat Sat PROPN NNP Number=Sing 5 nmod:npmod 5:nmod:npmod _ +5 12 12 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No +6 : : PUNCT : _ 7 punct 7:punct SpaceAfter=No +7 Sat Saturday PROPN NNP Abbr=Yes|Number=Sing 5 nmod:npmod 5:nmod:npmod _ 8 @ @ ADP IN _ 10 case 10:case _ 9 Compaq Compaq PROPN NNP Number=Sing 10 compound 10:compound _ 10 Center Center PROPN NNP Number=Sing 5 obl 5:obl SpaceAfter=No @@ -9169,9 +9174,9 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 bringing bring VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -4 two two NUM CD NumType=Card 3 obj 3:obj _ +4 two two NUM CD NumForm=Word|NumType=Card 3 obj 3:obj _ 5 of of ADP IN _ 7 case 7:case _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 girlfriends girlfriend NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 8 from from ADP IN _ 9 case 9:case _ 9 LJ LJ PROPN NNP Number=Sing 4 nmod 4:nmod:from SpaceAfter=No @@ -9193,7 +9198,7 @@ # newpar id = email-enronsent29_02-p0011 # text = Maybe 12:15? 1 Maybe maybe ADV RB _ 2 advmod 2:advmod _ -2 12:15 12:15 NUM CD NumType=Card 0 root 0:root SpaceAfter=No +2 12:15 12:15 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No 3 ? ? PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent29_02-0035 @@ -9205,23 +9210,23 @@ 4 Coordinator coordinator NOUN NN Number=Sing 1 appos 1:appos _ 5 EWS EWS PROPN NNP Number=Sing 6 compound 6:compound _ 6 Legal Legal PROPN NNP Number=Sing 1 list 1:list SpaceAfter=No -7 , , PUNCT , _ 1 punct 1:punct _ -8 EB3326 eb3326 NOUN NN Number=Sing 1 list 1:list _ +7 , , PUNCT , _ 8 punct 8:punct _ +8 EB3326 EB3326 NOUN NN Number=Sing 1 list 1:list _ 9 Telephone telephone NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -10 : : PUNCT : _ 9 punct 9:punct _ -11 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No -12 713 713 NUM CD NumType=Card 14 nummod 14:nummod SpaceAfter=No -13 ) ) PUNCT -RRB- _ 14 punct 14:punct _ -14 853-7906 853-7906 NUM CD NumType=Card 9 appos 9:appos _ +10 : : PUNCT : _ 14 punct 14:punct _ +11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No +12 713 713 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No +13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ +14 853-7906 853-7906 NUM CD NumForm=Digit|NumType=Card 9 appos 9:appos _ 15 Facsimile facsimile NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -16 : : PUNCT : _ 15 punct 15:punct _ -17 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No -18 713 713 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No -19 ) ) PUNCT -RRB- _ 20 punct 20:punct _ -20 646-2600 646-2600 NUM CD NumType=Card 15 appos 15:appos _ +16 : : PUNCT : _ 20 punct 20:punct _ +17 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No +18 713 713 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No +19 ) ) PUNCT -RRB- _ 18 punct 18:punct _ +20 646-2600 646-2600 NUM CD NumForm=Digit|NumType=Card 15 appos 15:appos _ 21 e-mail e-mail NOUN NN Number=Sing 22 compound 22:compound _ 22 address address NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -23 : : PUNCT : _ 22 punct 22:punct _ +23 : : PUNCT : _ 24 punct 24:punct _ 24 janette.elbertson@enron.com janette.elbertson@enron.com X ADD _ 22 appos 22:appos _ # sent_id = email-enronsent29_02-0036 @@ -9229,7 +9234,7 @@ 1 Today today NOUN NN Number=Sing 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 good good ADJ JJ Degree=Pos 4 parataxis 4:parataxis _ -4 12:30 12:30 NUM CD NumType=Card 0 root 0:root _ +4 12:30 12:30 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ 5 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent29_02-0037 @@ -9244,9 +9249,9 @@ # text = I'm free any day but Tuesday. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 free free ADJ JJ Degree=Pos 0 root 0:root _ -4 any any DET DT _ 5 det 5:det _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 day day NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 6 but but CCONJ CC _ 7 cc 7:cc _ 7 Tuesday Tuesday PROPN NNP Number=Sing 5 conj 3:obl:tmod|5:conj:but SpaceAfter=No @@ -9255,19 +9260,19 @@ # sent_id = email-enronsent29_02-0039 # text = I better pass on the Comets game. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 better better ADV RB _ 3 aux 3:aux _ +2 better well ADV RBR Degree=Cmp 3 advmod 3:advmod _ 3 pass pass VERB VB VerbForm=Inf 0 root 0:root _ 4 on on ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 Comets Comets PROPN NNPS Number=Plur 7 compound 7:compound _ +6 Comets Comet PROPN NNPS Number=Plur 7 compound 7:compound _ 7 game game NOUN NN Number=Sing 3 obl 3:obl:on SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent29_02-0040 # text = My weekends seem to be taken up with condo matters, house hunting. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 weekends weekend NOUN NNS Number=Plur 3 nsubj 3:nsubj|6:nsubj:xsubj _ -3 seem seem VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 seem seem VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 6 mark 6:mark _ 5 be be AUX VB VerbForm=Inf 6 aux:pass 6:aux:pass _ 6 taken take VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 xcomp 3:xcomp _ @@ -9275,21 +9280,21 @@ 8 with with ADP IN _ 10 case 10:case _ 9 condo condo NOUN NN Number=Sing 10 compound 10:compound _ 10 matters matter NOUN NNS Number=Plur 6 obl 6:obl:with SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 13 punct 13:punct _ 12 house house NOUN NN Number=Sing 13 compound 13:compound _ 13 hunting hunting NOUN NN Number=Sing 10 appos 10:appos SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent29_02-0041 # text = Thank you though. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 though though ADV RB _ 1 advmod 1:advmod SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent29_02-0042 # text = Are you free for lunch today. -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +1 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 free free ADJ JJ Degree=Pos 0 root 0:root _ 4 for for ADP IN _ 5 case 5:case _ @@ -9300,7 +9305,7 @@ # sent_id = email-enronsent29_02-0043 # text = I want to go to the cafeteria for vegetables. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 go go VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 to to ADP IN _ 7 case 7:case _ @@ -9317,8 +9322,8 @@ 3 know know VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 if if SCONJ IN _ 7 mark 7:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ -7 interested interested ADJ JJ Degree=Pos 3 advcl 3:advcl:if SpaceAfter=No +6 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +7 interested interested ADJ JJ Degree=Pos 3 ccomp 3:ccomp SpaceAfter=No 8 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent29_02-0045 @@ -9329,23 +9334,23 @@ 4 Coordinator coordinator NOUN NN Number=Sing 1 appos 1:appos _ 5 EWS EWS PROPN NNP Number=Sing 6 compound 6:compound _ 6 Legal Legal PROPN NNP Number=Sing 1 list 1:list SpaceAfter=No -7 , , PUNCT , _ 1 punct 1:punct _ -8 EB3326 eb3326 NOUN NN Number=Sing 1 list 1:list _ +7 , , PUNCT , _ 8 punct 8:punct _ +8 EB3326 EB3326 NOUN NN Number=Sing 1 list 1:list _ 9 Telephone telephone NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -10 : : PUNCT : _ 9 punct 9:punct _ -11 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No -12 713 713 NUM CD NumType=Card 14 nummod 14:nummod SpaceAfter=No -13 ) ) PUNCT -RRB- _ 14 punct 14:punct _ -14 853-7906 853-7906 NUM CD NumType=Card 9 appos 9:appos _ +10 : : PUNCT : _ 14 punct 14:punct _ +11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No +12 713 713 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No +13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ +14 853-7906 853-7906 NUM CD NumForm=Digit|NumType=Card 9 appos 9:appos _ 15 Facsimile facsimile NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -16 : : PUNCT : _ 15 punct 15:punct _ -17 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No -18 713 713 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No -19 ) ) PUNCT -RRB- _ 20 punct 20:punct _ -20 646-2600 646-2600 NUM CD NumType=Card 15 appos 15:appos _ +16 : : PUNCT : _ 20 punct 20:punct _ +17 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No +18 713 713 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No +19 ) ) PUNCT -RRB- _ 18 punct 18:punct _ +20 646-2600 646-2600 NUM CD NumForm=Digit|NumType=Card 15 appos 15:appos _ 21 e-mail e-mail NOUN NN Number=Sing 22 compound 22:compound _ 22 address address NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -23 : : PUNCT : _ 22 punct 22:punct _ +23 : : PUNCT : _ 24 punct 24:punct _ 24 janette.elbertson@enron.com janette.elbertson@enron.com X ADD _ 22 appos 22:appos _ # newdoc id = email-enronsent28_01 @@ -9356,28 +9361,28 @@ # sent_id = email-enronsent28_01-0002 # text = 09/20/2000 03:22 PM -1 09/20/2000 09/20/2000 NUM CD NumType=Card 0 root 0:root _ -2 03:22 03:22 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 09/20/2000 09/20/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 03:22 03:22 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent28_01-0003 # text = Sent by: John Salinardo@ENRON -1 Sent send VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -2 by by ADP IN _ 5 case 5:case SpaceAfter=No|CheckAttachment=4 -3 : : PUNCT : _ 5 punct 5:punct _|CheckAttachment=4 -4 John john X GW _ 5 compound 5:compound _|CheckAttachment=1|CheckReln=obl -5 Salinardo@ENRON salinardo@enron X ADD _ 1 obl 1:obl:by _|CheckAttachment=4|CheckReln=goeswith +1 Sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ +2 by by ADP IN _ 5 case 5:case CheckAttachment=4|SpaceAfter=No +3 : : PUNCT : _ 2 punct 2:punct CheckAttachment=4 +4 John john X GW _ 5 compound 5:compound CheckAttachment=1|CheckReln=obl +5 Salinardo@ENRON salinardo@enron X ADD _ 1 obl:agent 1:obl:agent CheckAttachment=4|CheckReln=goeswith # sent_id = email-enronsent28_01-0004 # text = it is to late for me to add changes. -1 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _|CheckReln=expl +1 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 expl 4:expl _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -3 to to ADV RB _ 4 advmod 4:advmod _ +3 to too ADV RB Typo=Yes 4 advmod 4:advmod CorrectForm=too 4 late late ADJ JJ Degree=Pos 0 root 0:root _ 5 for for SCONJ IN _ 8 mark 8:mark _ 6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 7 to to PART TO _ 8 mark 8:mark _ -8 add add VERB VB VerbForm=Inf 4 advcl 4:advcl:to _|CheckReln=csubj +8 add add VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ 9 changes change NOUN NNS Number=Plur 8 obj 8:obj SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ @@ -9396,10 +9401,10 @@ # sent_id = email-enronsent28_01-0006 # text = Thank you for you patience. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ -3 for for ADP IN _ 5 case 5:case _|CheckAttachment=4 -4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nmod:poss 5:nmod:poss _|CheckAttachment=1|CheckReln=obl +3 for for ADP IN _ 5 case 5:case CheckAttachment=4 +4 you your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Typo=Yes 5 nmod:poss 5:nmod:poss CorrectForm=your 5 patience patience NOUN NN Number=Sing 1 obl 1:obl:for SpaceAfter=No 6 . . PUNCT . _ 1 punct 1:punct _ @@ -9408,14 +9413,14 @@ # text = The Dow topped out in February of 1966 at 995. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 Dow Dow PROPN NNP Number=Sing 3 nsubj 3:nsubj _ -3 topped top VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 topped top VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 out out ADP RP _ 3 compound:prt 3:compound:prt _ 5 in in ADP IN _ 6 case 6:case _ 6 February February PROPN NNP Number=Sing 3 obl 3:obl:in _ 7 of of ADP IN _ 8 case 8:case _ -8 1966 1966 NUM CD NumType=Card 6 nmod 6:nmod:of _ +8 1966 1966 NUM CD NumForm=Digit|NumType=Card 6 nmod 6:nmod:of _ 9 at at ADP IN _ 10 case 10:case _ -10 995 995 NUM CD NumType=Card 3 obl 3:obl:at SpaceAfter=No +10 995 995 NUM CD NumForm=Digit|NumType=Card 3 obl 3:obl:at SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent28_01-0008 @@ -9427,10 +9432,10 @@ 5 year year NOUN NN Number=Sing 2 nmod 2:nmod:of _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 Dow Dow PROPN NNP Number=Sing 9 nsubj 9:nsubj _ -8 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +8 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 9 tumbled tumble VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 10 to to ADP IN _ 11 case 11:case _ -11 744 744 NUM CD NumType=Card 9 obl 9:obl:to SpaceAfter=No +11 744 744 NUM CD NumForm=Digit|NumType=Card 9 obl 9:obl:to SpaceAfter=No 12 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent28_01-0009 @@ -9438,16 +9443,16 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 Dow Dow PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 3 then then ADV RB PronType=Dem 4 advmod 4:advmod _ -4 rallied rally VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 rallied rally VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 to to ADP IN _ 7 case 7:case _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 high high NOUN NN Number=Sing 4 obl 4:obl:to _ 8 of of ADP IN _ 9 case 9:case _ -9 943 943 NUM CD NumType=Card 7 nmod 7:nmod:of _ +9 943 943 NUM CD NumForm=Digit|NumType=Card 7 nmod 7:nmod:of _ 10 in in ADP IN _ 11 case 11:case _ 11 September September PROPN NNP Number=Sing 4 obl 4:obl:in _ 12 of of ADP IN _ 13 case 13:case _ -13 '67 '67 NUM CD NumType=Card 11 nmod 11:nmod:of SpaceAfter=No +13 '67 '67 NUM CD NumForm=Digit|NumType=Card 11 nmod 11:nmod:of SpaceAfter=No 14 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent28_01-0010 @@ -9455,14 +9460,14 @@ 1 By by ADP IN _ 2 case 2:case _ 2 March March PROPN NNP Number=Sing 8 obl 8:obl:by _ 3 of of ADP IN _ 4 case 4:case _ -4 '68 '68 NUM CD NumType=Card 2 nmod 2:nmod:of _ +4 '68 '68 NUM CD NumForm=Digit|NumType=Card 2 nmod 2:nmod:of _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 Dow Dow PROPN NNP Number=Sing 8 nsubj 8:nsubj _ -7 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux 8:aux _ +7 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 8 fallen fall VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 9 to to ADP IN _ 10 case 10:case _ -10 825 825 NUM CD NumType=Card 8 obl 8:obl:to SpaceAfter=No -11 , , PUNCT , _ 8 punct 8:punct _ +10 825 825 NUM CD NumForm=Digit|NumType=Card 8 obl 8:obl:to SpaceAfter=No +11 , , PUNCT , _ 14 punct 14:punct _ 12 only only ADV RB _ 14 advmod 14:advmod _ 13 to to PART TO _ 14 mark 14:mark _ 14 climb climb VERB VB VerbForm=Inf 8 advcl 8:advcl:to _ @@ -9472,11 +9477,11 @@ 18 speculative speculative ADJ JJ Degree=Pos 19 amod 19:amod _ 19 peak peak NOUN NN Number=Sing 14 obl 14:obl:to _ 20 of of ADP IN _ 21 case 21:case _ -21 985 985 NUM CD NumType=Card 19 nmod 19:nmod:of _ +21 985 985 NUM CD NumForm=Digit|NumType=Card 19 nmod 19:nmod:of _ 22 in in ADP IN _ 23 case 23:case _ 23 December December PROPN NNP Number=Sing 14 obl 14:obl:in _ 24 of of ADP IN _ 25 case 25:case _ -25 '68 '68 NUM CD NumType=Card 23 nmod 23:nmod:of SpaceAfter=No +25 '68 '68 NUM CD NumForm=Digit|NumType=Card 23 nmod 23:nmod:of SpaceAfter=No 26 . . PUNCT . _ 8 punct 8:punct _ # sent_id = email-enronsent28_01-0011 @@ -9484,13 +9489,13 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 Dow Dow PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 3 then then ADV RB PronType=Dem 4 advmod 4:advmod _ -4 sank sink VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 sank sink VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 to to ADP IN _ 6 case 6:case _ -6 631 631 NUM CD NumType=Card 4 obl 4:obl:to _ +6 631 631 NUM CD NumForm=Digit|NumType=Card 4 obl 4:obl:to _ 7 in in ADP IN _ 8 case 8:case _ 8 December December PROPN NNP Number=Sing 4 obl 4:obl:in _ 9 of of ADP IN _ 10 case 10:case _ -10 '70 '70 NUM CD NumType=Card 8 nmod 8:nmod:of SpaceAfter=No +10 '70 '70 NUM CD NumForm=Digit|NumType=Card 8 nmod 8:nmod:of SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent28_01-0012 @@ -9498,24 +9503,24 @@ 1 By by ADP IN _ 2 case 2:case _ 2 April April PROPN NNP Number=Sing 8 obl 8:obl:by _ 3 of of ADP IN _ 4 case 4:case _ -4 '71 '71 NUM CD NumType=Card 2 nmod 2:nmod:of _ +4 '71 '71 NUM CD NumForm=Digit|NumType=Card 2 nmod 2:nmod:of _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 Dow Dow PROPN NNP Number=Sing 8 nsubj 8:nsubj _ -7 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux 8:aux _ +7 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 8 climbed climb VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 9 back back ADV RB _ 8 advmod 8:advmod _ 10 to to ADP IN _ 11 case 11:case _ -11 950 950 NUM CD NumType=Card 8 obl 8:obl:to SpaceAfter=No|CheckAttachment=9 -12 , , PUNCT , _ 8 punct 8:punct _ +11 950 950 NUM CD NumForm=Digit|NumType=Card 8 obl 8:obl:to CheckAttachment=9|SpaceAfter=No +12 , , PUNCT , _ 15 punct 15:punct _ 13 only only ADV RB _ 15 advmod 15:advmod _ 14 to to PART TO _ 15 mark 15:mark _ 15 fall fall VERB VB VerbForm=Inf 8 advcl 8:advcl:to _ 16 to to ADP IN _ 17 case 17:case _ -17 869 869 NUM CD NumType=Card 15 obl 15:obl:to _ +17 869 869 NUM CD NumForm=Digit|NumType=Card 15 obl 15:obl:to _ 18 in in ADP IN _ 19 case 19:case _ 19 February February PROPN NNP Number=Sing 15 obl 15:obl:in _ 20 of of ADP IN _ 21 case 21:case _ -21 '72 '72 NUM CD NumType=Card 19 nmod 19:nmod:of SpaceAfter=No +21 '72 '72 NUM CD NumForm=Digit|NumType=Card 19 nmod 19:nmod:of SpaceAfter=No 22 . . PUNCT . _ 8 punct 8:punct _ # sent_id = email-enronsent28_01-0013 @@ -9524,26 +9529,26 @@ 2 big big ADJ JJ Degree=Pos 3 amod 3:amod _ 3 rally rally NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 then then ADV RB PronType=Dem 5 advmod 5:advmod _ -5 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 Dow Dow PROPN NNP Number=Sing 5 obj 5:obj _ 8 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No -9 unconfirmed unconfirmed ADJ JJ Degree=Pos 7 amod 7:amod SpaceAfter=No|CheckReln=appos +9 unconfirmed unconfirmed ADJ JJ Degree=Pos 7 amod 7:amod CheckReln=appos|SpaceAfter=No 10 ) ) PUNCT -RRB- _ 9 punct 9:punct _ 11 to to ADP IN _ 14 case 14:case _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 record record ADJ JJ Degree=Pos 14 amod 14:amod _ 14 high high NOUN NN Number=Sing 5 obl 5:obl:to _ 15 of of ADP IN _ 16 case 16:case _ -16 1051 1051 NUM CD NumType=Card 14 nmod 14:nmod:of _ +16 1051 1051 NUM CD NumForm=Digit|NumType=Card 14 nmod 14:nmod:of _ 17 in in ADP IN _ 18 case 18:case _ 18 January January PROPN NNP Number=Sing 5 obl 5:obl:in _ 19 of of ADP IN _ 20 case 20:case _ -20 '73 '73 NUM CD NumType=Card 18 nmod 18:nmod:of SpaceAfter=No -21 , , PUNCT , _ 5 punct 5:punct _ +20 '73 '73 NUM CD NumForm=Digit|NumType=Card 18 nmod 18:nmod:of SpaceAfter=No +21 , , PUNCT , _ 22 punct 22:punct _ 22 turning turn VERB VBG VerbForm=Ger 5 advcl 5:advcl _ -23 everyone everyone PRON NN Number=Sing 22 obj 22:obj|24:nsubj:xsubj _ -24 bullish bullish ADJ JJ Degree=Pos 22 xcomp 22:xcomp SpaceAfter=No|CheckAttachment=23|CheckReln=amod +23 everyone everyone PRON NN Number=Sing|PronType=Tot 22 obj 22:obj|24:nsubj:xsubj _ +24 bullish bullish ADJ JJ Degree=Pos 22 xcomp 22:xcomp CheckAttachment=23|CheckReln=amod|SpaceAfter=No 25 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent28_01-0014 @@ -9552,29 +9557,29 @@ 2 by by ADP IN _ 3 case 3:case _ 3 December December PROPN NNP Number=Sing 9 obl 9:obl:by _ 4 of of ADP IN _ 5 case 5:case _ -5 '73 '73 NUM CD NumType=Card 3 nmod 3:nmod:of _ +5 '73 '73 NUM CD NumForm=Digit|NumType=Card 3 nmod 3:nmod:of _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 Dow Dow PROPN NNP Number=Sing 9 nsubj 9:nsubj _ -8 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +8 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 9 collapsed collapse VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 10 to to ADP IN _ 11 case 11:case _ -11 788 788 NUM CD NumType=Card 9 obl 9:obl:to SpaceAfter=No +11 788 788 NUM CD NumForm=Digit|NumType=Card 9 obl 9:obl:to SpaceAfter=No 12 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent28_01-0015 # text = Think that was bad - by December of '74 the Dow had sunk to a bear market low of 577. -1 Think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 that that PRON DT Number=Sing|PronType=Dem 4 nsubj 4:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 4 bad bad ADJ JJ Degree=Pos 1 ccomp 1:ccomp _ -5 - - PUNCT , _ 13 punct 13:punct _|CheckAttachment=1 +5 - - PUNCT , _ 13 punct 13:punct CheckAttachment=1 6 by by ADP IN _ 7 case 7:case _ 7 December December PROPN NNP Number=Sing 13 obl 13:obl:by _ 8 of of ADP IN _ 9 case 9:case _ -9 '74 '74 NUM CD NumType=Card 7 nmod 7:nmod:of _ +9 '74 '74 NUM CD NumForm=Digit|NumType=Card 7 nmod 7:nmod:of _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 Dow Dow PROPN NNP Number=Sing 13 nsubj 13:nsubj _ -12 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 aux 13:aux _ +12 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 13 sunk sink VERB VBN Tense=Past|VerbForm=Part 1 parataxis 1:parataxis _ 14 to to ADP IN _ 18 case 18:case _ 15 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ @@ -9582,15 +9587,15 @@ 17 market market NOUN NN Number=Sing 18 compound 18:compound _ 18 low low NOUN NN Number=Sing 13 obl 13:obl:to _ 19 of of ADP IN _ 20 case 20:case _ -20 577 577 NUM CD NumType=Card 18 nmod 18:nmod:of SpaceAfter=No -21 . . PUNCT . _ 13 punct 13:punct _|CheckAttachment=1 +20 577 577 NUM CD NumForm=Digit|NumType=Card 18 nmod 18:nmod:of SpaceAfter=No +21 . . PUNCT . _ 13 punct 13:punct CheckAttachment=1 # sent_id = email-enronsent28_01-0016 # text = At that time, the gurus and geniuses of Wall Street were predicting a 250 Dow and many were talking openly about the end of capitalism. 1 At at ADP IN _ 3 case 3:case _ 2 that that DET DT Number=Sing|PronType=Dem 3 det 3:det _ 3 time time NOUN NN Number=Sing 13 obl 13:obl:at SpaceAfter=No -4 , , PUNCT , _ 13 punct 13:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 gurus guru NOUN NNS Number=Plur 13 nsubj 13:nsubj _ 7 and and CCONJ CC _ 8 cc 8:cc _ @@ -9598,16 +9603,16 @@ 9 of of ADP IN _ 11 case 11:case _ 10 Wall Wall PROPN NNP Number=Sing 11 compound 11:compound _ 11 Street Street PROPN NNP Number=Sing 6 nmod 6:nmod:of _ -12 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 aux 13:aux _ +12 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 13 predicting predict VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ -15 250 250 NUM CD NumType=Card 16 nummod 16:nummod _ +15 250 250 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 16 Dow Dow PROPN NNP Number=Sing 13 obj 13:obj _ 17 and and CCONJ CC _ 20 cc 20:cc _ 18 many many ADJ JJ Degree=Pos 20 nsubj 20:nsubj _ -19 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 aux 20:aux _ +19 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 20 aux 20:aux _ 20 talking talk VERB VBG Tense=Pres|VerbForm=Part 13 conj 13:conj:and _ -21 openly openly ADV RB _ 20 advmod 20:advmod _|CheckAttachment=24 +21 openly openly ADV RB _ 20 advmod 20:advmod CheckAttachment=24 22 about about ADP IN _ 24 case 24:case _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 end end NOUN NN Number=Sing 20 obl 20:obl:about _ @@ -9617,9 +9622,9 @@ # sent_id = email-enronsent28_01-0017 # text = Of course, that was the bottom -1 Of of ADV RB _ 7 advmod 7:advmod _ -2 course course ADV RB _ 1 fixed 1:fixed SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +1 Of of ADP IN ExtPos=ADV 7 advmod 7:advmod _ +2 course course NOUN NN Number=Sing 1 fixed 1:fixed SpaceAfter=No +3 , , PUNCT , _ 1 punct 1:punct _ 4 that that PRON DT Number=Sing|PronType=Dem 7 nsubj 7:nsubj _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -9635,14 +9640,14 @@ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 way way NOUN NN Number=Sing 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -7 greatest greatest ADJ JJS Degree=Sup 9 amod 9:amod _ +7 greatest great ADJ JJS Degree=Sup 9 amod 9:amod _ 8 bear bear NOUN NN Number=Sing 9 compound 9:compound _ 9 market market NOUN NN Number=Sing 13 nsubj 13:nsubj _ 10 since since ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 Depression Depression PROPN NNP Number=Sing 9 nmod 9:nmod:since _ -13 worked work VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ -14 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 worked work VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +14 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 way way NOUN NN Number=Sing 13 obj 13:obj _ 16 down down ADV RB _ 13 advmod 13:advmod SpaceAfter=No 17 . . PUNCT . _ 5 punct 5:punct _ @@ -9651,39 +9656,39 @@ # text = By late 1974 investors were dizzy, they were desperate, they were wrung-out, they had left Wall Street, many for good. 1 By by ADP IN _ 3 case 3:case _ 2 late late ADJ JJ Degree=Pos 3 amod 3:amod _ -3 1974 1974 NUM CD NumType=Card 6 obl 6:obl:by _ +3 1974 1974 NUM CD NumForm=Digit|NumType=Card 6 obl 6:obl:by _ 4 investors investor NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -5 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 cop 6:cop _ +5 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 6 dizzy dizzy ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _|CheckAttachment=6 +7 , , PUNCT , _ 10 punct 10:punct CheckAttachment=6 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -9 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 cop 10:cop _ -10 desperate desperate ADJ JJ Degree=Pos 6 conj 6:conj SpaceAfter=No|CheckReln=parataxis -11 , , PUNCT , _ 14 punct 14:punct _|CheckAttachment=10 +9 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ +10 desperate desperate ADJ JJ Degree=Pos 6 conj 6:conj CheckReln=parataxis|SpaceAfter=No +11 , , PUNCT , _ 14 punct 14:punct CheckAttachment=10 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj:pass 14:nsubj:pass _ -13 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 aux:pass 14:aux:pass _ -14 wrung wring VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 conj 6:conj SpaceAfter=No|CheckReln=parataxis -15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +13 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 14 aux:pass 14:aux:pass _ +14 wrung wring VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 conj 6:conj CheckReln=parataxis|SpaceAfter=No +15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No 16 out out ADP RP _ 14 compound:prt 14:compound:prt SpaceAfter=No -17 , , PUNCT , _ 20 punct 20:punct _|CheckAttachment=6 +17 , , PUNCT , _ 20 punct 20:punct CheckAttachment=6 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj _ -19 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 aux 20:aux _ -20 left leave VERB VBN Tense=Past|VerbForm=Part 6 conj 6:conj _|CheckReln=parataxis +19 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 20 aux 20:aux _ +20 left leave VERB VBN Tense=Past|VerbForm=Part 6 conj 6:conj CheckReln=parataxis 21 Wall Wall PROPN NNP Number=Sing 22 compound 22:compound _ 22 Street Street PROPN NNP Number=Sing 20 obj 20:obj SpaceAfter=No -23 , , PUNCT , _ 20 punct 20:punct _|CheckAttachment=22 -24 many many ADJ JJ Degree=Pos 6 parataxis 6:parataxis|24.1:nsubj _|CheckAttachment=22|CheckReln=appos -24.1 left left VERB VBN Tense=Past|VerbForm=Part _ _ 6:parataxis CopyOf=6 +23 , , PUNCT , _ 20 punct 20:punct CheckAttachment=22 +24 many many ADJ JJ Degree=Pos 6 parataxis 6:parataxis|24.1:nsubj CheckAttachment=22|CheckReln=appos +24.1 left left VERB VBN Tense=Past|VerbForm=Part|Voice=Pass _ _ 6:parataxis CopyOf=6 25 for for ADP IN _ 26 case 26:case _ -26 good good ADJ JJ Degree=Pos 24 orphan 24.1:obl:for SpaceAfter=No|CheckReln=nmod +26 good good ADJ JJ Degree=Pos 24 orphan 24.1:obl:for CheckReln=nmod|SpaceAfter=No 27 . . PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent28_01-0020 # text = great, we look forward to seeing you. 1 great great INTJ UH _ 4 discourse 4:discourse SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 look look VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 forward forward ADV RB _ 4 advmod 4:advmod _ 6 to to SCONJ IN _ 7 mark 7:mark _ 7 seeing see VERB VBG VerbForm=Ger 4 advcl 4:advcl:to _ @@ -9693,14 +9698,14 @@ # sent_id = email-enronsent28_01-0021 # newpar id = email-enronsent28_01-p0004 # text = DEBRA PERLINGIERE -1 DEBRA DEBRA PROPN NNP Number=Sing 2 compound 2:compound _|CheckAttachment=0|CheckReln=root -2 PERLINGIERE PERLINGIERE PROPN NNP Number=Sing 0 root 0:root _|CheckAttachment=1|CheckReln=flat +1 DEBRA Debra PROPN NNP Number=Sing 0 root 0:root _ +2 PERLINGIERE Perlingiere PROPN NNP Number=Sing 1 flat 1:flat _ # sent_id = email-enronsent28_01-0022 # text = 09/20/2000 09:32 AM -1 09/20/2000 09/20/2000 NUM CD NumType=Card 0 root 0:root _ -2 09:32 09:32 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 09/20/2000 09/20/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 09:32 09:32 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent28_01-0023 # text = I will not be there at 7:30, but will see you arond 9:30 on Tuesday. @@ -9710,14 +9715,14 @@ 4 be be AUX VB VerbForm=Inf 5 cop 5:cop _ 5 there there ADV RB PronType=Dem 0 root 0:root _ 6 at at ADP IN _ 7 case 7:case _ -7 7:30 7:30 NUM CD NumType=Card 5 obl 5:obl:at SpaceAfter=No +7 7:30 7:30 NUM CD NumForm=Digit|NumType=Card 5 obl 5:obl:at SpaceAfter=No 8 , , PUNCT , _ 11 punct 11:punct _ 9 but but CCONJ CC _ 11 cc 11:cc _ 10 will will AUX MD VerbForm=Fin 11 aux 11:aux _ 11 see see VERB VB VerbForm=Inf 5 conj 5:conj:but _ 12 you you PRON PRP Case=Acc|Person=2|PronType=Prs 11 obj 11:obj _ -13 arond arond ADV RB _ 14 advmod 14:advmod _ -14 9:30 9:30 NUM CD NumType=Card 11 obl:tmod 11:obl:tmod _ +13 arond around ADP IN Typo=Yes 14 case 14:case CorrectForm=around +14 9:30 9:30 NUM CD NumForm=Digit|NumType=Card 11 obl 11:obl:around _ 15 on on ADP IN _ 16 case 16:case _ 16 Tuesday Tuesday PROPN NNP Number=Sing 11 obl 11:obl:on SpaceAfter=No 17 . . PUNCT . _ 5 punct 5:punct _ @@ -9743,9 +9748,9 @@ # sent_id = email-enronsent28_01-0027 # text = 09/08/2000 09:55 AM -1 09/08/2000 09/08/2000 NUM CD NumType=Card 0 root 0:root _ -2 09:55 09:55 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 09/08/2000 09/08/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 09:55 09:55 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent28_01-0028 # text = FYI, @@ -9758,7 +9763,7 @@ 1 Per per ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 memo memo NOUN NN Number=Sing 11 obl 11:obl:per SpaceAfter=No -4 , , PUNCT , _ 11 punct 11:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5-6 ENA's _ _ _ _ _ _ _ _ 5 ENA ENA PROPN NNP Number=Sing 8 nmod:poss 8:nmod:poss _ 6 's 's PART POS _ 5 case 5:case _ @@ -9768,7 +9773,7 @@ 10 be be AUX VB VerbForm=Inf 11 aux:pass 11:aux:pass _ 11 REDUCED reduce VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 12 by by ADP IN _ 14 case 14:case _ -13 420,588 420,588 NUM CD NumType=Card 14 nummod 14:nummod _ +13 420,588 420588 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 14 mmbtu mmbtu NOUN NNS Number=Plur 11 obl 11:obl:by SpaceAfter=No 15 !!!!!! !!!!!! PUNCT . _ 11 punct 11:punct _ @@ -9781,9 +9786,9 @@ # sent_id = email-enronsent28_01-0031 # text = 09/08/2000 09:36 AM -1 09/08/2000 09/08/2000 NUM CD NumType=Card 0 root 0:root _ -2 09:36 09:36 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 09/08/2000 09/08/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 09:36 09:36 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent28_01-0032 # text = The results of the February 26th PVT test conducted on Nville have been discussed with each of you over the last three months. @@ -9792,23 +9797,23 @@ 3 of of ADP IN _ 8 case 8:case _ 4 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 5 February February PROPN NNP Number=Sing 8 compound 8:compound _ -6 26th 26th NOUN NN Number=Sing 5 nummod 5:nummod _|CheckAttachment=7|CheckReln=compound +6 26th 26th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 5 nummod 5:nummod CheckAttachment=7|CheckReln=compound 7 PVT pvt NOUN NN Number=Sing 8 compound 8:compound _ 8 test test NOUN NN Number=Sing 2 nmod 2:nmod:of _ -9 conducted conduct VERB VBN Tense=Past|VerbForm=Part 8 acl 8:acl _ +9 conducted conduct VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl 8:acl _ 10 on on ADP IN _ 11 case 11:case _ 11 Nville Nville PROPN NNP Number=Sing 9 obl 9:obl:on _ -12 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +12 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 been be AUX VBN Tense=Past|VerbForm=Part 14 aux:pass 14:aux:pass _ 14 discussed discuss VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 15 with with ADP IN _ 16 case 16:case _ -16 each each DET DT _ 14 obl 14:obl:with _ +16 each each DET DT PronType=Tot 14 obl 14:obl:with _ 17 of of ADP IN _ 18 case 18:case _ 18 you you PRON PRP Case=Acc|Person=2|PronType=Prs 16 nmod 16:nmod:of _ 19 over over ADP IN _ 23 case 23:case _ 20 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 21 last last ADJ JJ Degree=Pos 23 amod 23:amod _ -22 three three NUM CD NumType=Card 23 nummod 23:nummod _ +22 three three NUM CD NumForm=Word|NumType=Card 23 nummod 23:nummod _ 23 months month NOUN NNS Number=Plur 14 obl 14:obl:over SpaceAfter=No 24 . . PUNCT . _ 14 punct 14:punct _ @@ -9816,13 +9821,13 @@ # text = As we have discussed....effective Sep 13th, Anita will make the adjustments to Enron's inventory and pad gas to reflect the February 26th results. 1 As as SCONJ IN _ 4 mark 4:mark _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 discussed discuss VERB VBN Tense=Past|VerbForm=Part 12 advcl 12:advcl:as SpaceAfter=No -5 .... .... PUNCT , _ 12 punct 12:punct SpaceAfter=No -6 effective effective ADJ JJ Degree=Pos 12 advmod 12:advmod _|CheckAttachment=8|CheckReln=amod -7 Sep Sep PROPN NNP Number=Sing 6 obl:tmod 6:obl:tmod _|CheckAttachment=8|CheckReln=compound -8 13th 13th NOUN NN Number=Sing 7 nummod 7:nummod SpaceAfter=No|CheckAttachment=4|CheckReln=obj -9 , , PUNCT , _ 12 punct 12:punct _ +5 .... .... PUNCT , _ 4 punct 4:punct SpaceAfter=No +6 effective effective ADJ JJ Degree=Pos 12 advmod 12:advmod CheckAttachment=8|CheckReln=amod +7 Sep September PROPN NNP Abbr=Yes|Number=Sing 6 obl:tmod 6:obl:tmod CheckAttachment=8|CheckReln=compound +8 13th 13th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 7 nummod 7:nummod CheckAttachment=4|CheckReln=obj|SpaceAfter=No +9 , , PUNCT , _ 6 punct 6:punct _ 10 Anita Anita PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 11 will will AUX MD VerbForm=Fin 12 aux 12:aux _ 12 make make VERB VB VerbForm=Inf 0 root 0:root _ @@ -9840,35 +9845,35 @@ 23 reflect reflect VERB VB VerbForm=Inf 12 advcl 12:advcl:to _ 24 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 25 February February PROPN NNP Number=Sing 27 compound 27:compound _ -26 26th 26th NOUN NN Number=Sing 25 nummod 25:nummod _|CheckAttachment=27|CheckReln=compound +26 26th 26th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 25 nummod 25:nummod CheckAttachment=27|CheckReln=compound 27 results result NOUN NNS Number=Plur 23 obj 23:obj SpaceAfter=No 28 . . PUNCT . _ 12 punct 12:punct _ # sent_id = email-enronsent28_01-0034 # text = I talked with Gary Wilson, and he confirmed that the revised values are correct. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 talked talk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 talked talk VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 with with ADP IN _ 4 case 4:case _ 4 Gary Gary PROPN NNP Number=Sing 2 obl 2:obl:with _ 5 Wilson Wilson PROPN NNP Number=Sing 4 flat 4:flat SpaceAfter=No 6 , , PUNCT , _ 9 punct 9:punct _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 confirmed confirm VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +9 confirmed confirm VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 10 that that SCONJ IN _ 15 mark 15:mark _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 revised revise VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ +12 revised revise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod _ 13 values value NOUN NNS Number=Plur 15 nsubj 15:nsubj _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 15 correct correct ADJ JJ Degree=Pos 9 ccomp 9:ccomp SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent28_01-0035 # text = Attached is a spreadsheet that contains the values. -1 Attached attach VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _|CheckReln=aux:pass +1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ +2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ -4 spreadsheet spreadsheet NOUN NN Number=Sing 1 nsubj 1:nsubj|6:nsubj _|CheckReln=nsubj:pass +4 spreadsheet spreadsheet NOUN NN Number=Sing 1 nsubj:pass 1:nsubj:pass|6:nsubj _ 5 that that PRON WDT PronType=Rel 6 nsubj 4:ref _ 6 contains contain VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -9885,7 +9890,7 @@ 5 working work VERB VBG VerbForm=Ger 6 amod 6:amod _ 6 gas gas NOUN NN Number=Sing 2 nmod 2:nmod:to _ 7 includes include VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -8 TWO two NUM CD NumType=Card 9 nummod 9:nummod _ +8 TWO two NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 9 corrections correction NOUN NNS Number=Plur 7 obj 7:obj SpaceAfter=No 10 . . PUNCT . _ 7 punct 7:punct _ @@ -9896,14 +9901,14 @@ 3 of of ADP IN _ 7 case 7:case _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 5 February February PROPN NNP Number=Sing 7 compound 7:compound _ -6 26th 26th NOUN NN Number=Sing 5 nummod 5:nummod _|CheckAttachment=7|CheckReln=compound +6 26th 26th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 5 nummod 5:nummod CheckAttachment=7|CheckReln=compound 7 test test NOUN NN Number=Sing 2 nmod 2:nmod:of _ 8 reduces reduce VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 working work VERB VBG VerbForm=Ger 11 amod 11:amod _ 11 gas gas NOUN NN Number=Sing 8 obj 8:obj _ 12 by by ADP IN _ 14 case 14:case _ -13 398,487 398,487 NUM CD NumType=Card 14 nummod 14:nummod SpaceAfter=No +13 398,487 398487 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No 14 MMBTU mmbtu NOUN NNS Number=Plur 8 obl 8:obl:by SpaceAfter=No 15 . . PUNCT . _ 8 punct 8:punct _ @@ -9911,13 +9916,13 @@ # text = In addition, there is a reduction of 22,101MMBTU which is the difference between the SCADA values (Best Available) that Anita showed on the February 29th Storage Sheet and the "official" February 29th values that Gary Wilson received from MIPS. 1 In in ADP IN _ 2 case 2:case _ 2 addition addition NOUN NN Number=Sing 5 obl 5:obl:in SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 there there PRON EX _ 5 expl 5:expl _ 5 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 reduction reduction NOUN NN Number=Sing 5 nsubj 5:nsubj _ 8 of of ADP IN _ 10 case 10:case _ -9 22,101 22,101 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No +9 22,101 22101 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No 10 MMBTU mmbtu NOUN NNS Number=Plur 7 nmod 7:nmod:of|14:nsubj _ 11 which which PRON WDT PronType=Rel 14 nsubj 10:ref _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ @@ -9928,30 +9933,30 @@ 17 SCADA scada NOUN NN Number=Sing 18 compound 18:compound _ 18 values value NOUN NNS Number=Plur 14 nmod 14:nmod:between|25:obj _ 19 ( ( PUNCT -LRB- _ 21 punct 21:punct SpaceAfter=No -20 Best best ADJ JJS Degree=Sup 21 advmod 21:advmod _|CheckReln=amod -21 Available available ADJ JJ Degree=Pos 18 appos 18:appos SpaceAfter=No|CheckReln=amod +20 Best good ADJ JJS Degree=Sup 21 advmod 21:advmod CheckReln=amod +21 Available available ADJ JJ Degree=Pos 18 appos 18:appos CheckReln=amod|SpaceAfter=No 22 ) ) PUNCT -RRB- _ 21 punct 21:punct _ 23 that that PRON WDT PronType=Rel 25 obj 18:ref _ 24 Anita Anita PROPN NNP Number=Sing 25 nsubj 25:nsubj _ -25 showed show VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ +25 showed show VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ 26 on on ADP IN _ 31 case 31:case _ 27 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 28 February February PROPN NNP Number=Sing 31 compound 31:compound _ -29 29th 29th NOUN NN Number=Sing 28 nummod 28:nummod _|CheckAttachment=30|CheckReln=compound +29 29th 29th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 28 nummod 28:nummod CheckAttachment=30|CheckReln=compound 30 Storage storage NOUN NN Number=Sing 31 compound 31:compound _ 31 Sheet sheet NOUN NN Number=Sing 25 obl 25:obl:on _ 32 and and CCONJ CC _ 39 cc 39:cc _ 33 the the DET DT Definite=Def|PronType=Art 39 det 39:det _ -34 " " PUNCT `` _ 39 punct 39:punct SpaceAfter=No +34 " " PUNCT `` _ 35 punct 35:punct SpaceAfter=No 35 official official ADJ JJ Degree=Pos 39 amod 39:amod SpaceAfter=No -36 " " PUNCT '' _ 39 punct 39:punct _|CheckAttachment=37 +36 " " PUNCT '' _ 35 punct 35:punct CheckAttachment=37 37 February February PROPN NNP Number=Sing 39 compound 39:compound _ -38 29th 29th NOUN NN Number=Sing 37 nummod 37:nummod _ -39 values value NOUN NNS Number=Plur 18 conj 18:conj:and|43:obj _|CheckAttachment=31 +38 29th 29th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 37 nummod 37:nummod _ +39 values value NOUN NNS Number=Plur 18 conj 18:conj:and|43:obj CheckAttachment=31 40 that that PRON WDT PronType=Rel 43 obj 39:ref _ 41 Gary Gary PROPN NNP Number=Sing 43 nsubj 43:nsubj _ 42 Wilson Wilson PROPN NNP Number=Sing 41 flat 41:flat _ -43 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 39 acl:relcl 39:acl:relcl _ +43 received receive VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 39 acl:relcl 39:acl:relcl _ 44 from from ADP IN _ 45 case 45:case _ 45 MIPS mips NOUN NN Number=Sing 43 obl 43:obl:from SpaceAfter=No 46 . . PUNCT . _ 5 punct 5:punct _ @@ -9959,8 +9964,8 @@ # sent_id = email-enronsent28_01-0039 # text = To summarize: Enron's pad gas will now be 3,993,310MMBTU, instead of 4,223,000MMBTU. 1 To to PART TO _ 2 mark 2:mark _ -2 summarize summarize VERB VB VerbForm=Inf 12 parataxis 12:parataxis SpaceAfter=No|CheckReln=advcl -3 : : PUNCT : _ 12 punct 12:punct _ +2 summarize summarize VERB VB VerbForm=Inf 12 parataxis 12:parataxis CheckReln=advcl|SpaceAfter=No +3 : : PUNCT : _ 2 punct 2:punct _ 4-5 Enron's _ _ _ _ _ _ _ _ 4 Enron Enron PROPN NNP Number=Sing 7 nmod:poss 7:nmod:poss _ 5 's 's PART POS _ 4 case 4:case _ @@ -9969,13 +9974,13 @@ 8 will will AUX MD VerbForm=Fin 12 aux 12:aux _ 9 now now ADV RB _ 12 advmod 12:advmod _ 10 be be AUX VB VerbForm=Inf 12 cop 12:cop _ -11 3,993,310 3,993,310 NUM CD NumType=Card 12 nummod 12:nummod SpaceAfter=No +11 3,993,310 3993310 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod SpaceAfter=No 12 MMBTU mmbtu NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ +13 , , PUNCT , _ 17 punct 17:punct _ 14 instead instead ADV RB _ 17 case 17:case _ 15 of of ADP IN _ 14 fixed 14:fixed _ -16 4,223,000 4,223,000 NUM CD NumType=Card 17 nummod 17:nummod SpaceAfter=No -17 MMBTU mmbtu NOUN NNS Number=Plur 12 nmod 12:nmod:instead_of SpaceAfter=No|CheckReln=obl +16 4,223,000 4223000 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod SpaceAfter=No +17 MMBTU mmbtu NOUN NNS Number=Plur 12 nmod 12:nmod:instead_of CheckReln=obl|SpaceAfter=No 18 . . PUNCT . _ 12 punct 12:punct _ # sent_id = email-enronsent28_01-0040 @@ -9989,7 +9994,7 @@ 6 be be AUX VB VerbForm=Inf 7 aux:pass 7:aux:pass _ 7 reduced reduce VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 8 by by ADP IN _ 10 case 10:case _ -9 420,588 420,588 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No +9 420,588 420588 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No 10 MMBTU mmbtu NOUN NNS Number=Plur 7 obl 7:obl:by SpaceAfter=No 11 . . PUNCT . _ 7 punct 7:punct _ @@ -10000,35 +10005,35 @@ 2 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 1 obj 1:obj _ 3 if if SCONJ IN _ 5 mark 5:mark _ 4 there there PRON EX _ 5 expl 5:expl _ -5 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:if _ -6 any any DET DT _ 7 det 7:det _ +5 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:if _ +6 any any DET DT PronType=Ind 7 det 7:det _ 7 questions question NOUN NNS Number=Plur 5 nsubj 5:nsubj SpaceAfter=No 8 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent28_01-0042 # newpar id = email-enronsent28_01-p0012 # text = fyi -1 fyi fyi ADV RB _ 0 root 0:root SpaceAfter=No +1 fyi fyi ADV RB _ 0 root 0:root _ # newdoc id = email-enronsent04_01 # sent_id = email-enronsent04_01-0001 # newpar id = email-enronsent04_01-p0001 # text = yeah i got yelled at also. 1 yeah yeah INTJ UH _ 4 discourse 4:discourse _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ -3 got get AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ -4 yelled yell VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ +3 got get AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ +4 yelled yell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 at at ADP IN _ 4 obl 4:obl _ 6 also also ADV RB _ 4 advmod 4:advmod SpaceAfter=No 7 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent04_01-0002 # text = i tried to say i wasn't that drunk but z wasn't having any of that conversation. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ +2 tried try VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 say say VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ +5 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 6-7 wasn't _ _ _ _ _ _ _ _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 7 n't not PART RB _ 9 advmod 9:advmod _ @@ -10040,7 +10045,7 @@ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 aux 14:aux _ 13 n't not PART RB _ 14 advmod 14:advmod _ 14 having have VERB VBG VerbForm=Ger 2 conj 2:conj:but _ -15 any any DET DT _ 14 obj 14:obj _ +15 any any DET DT PronType=Ind 14 obj 14:obj _ 16 of of ADP IN _ 18 case 18:case _ 17 that that DET DT Number=Sing|PronType=Dem 18 det 18:det _ 18 conversation conversation NOUN NN Number=Sing 15 nmod 15:nmod:of SpaceAfter=No @@ -10049,16 +10054,16 @@ # sent_id = email-enronsent04_01-0003 # text = she told me that after friday and saturday she felt i was slowly regressing. 1 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 iobj 2:iobj _ 4 that that SCONJ IN _ 10 mark 10:mark _ 5 after after ADP IN _ 6 case 6:case _ -6 friday friday PROPN NNP Number=Sing 10 obl 10:obl:after _ +6 friday Friday PROPN NNP Number=Sing 10 obl 10:obl:after _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 saturday saturday PROPN NNP Number=Sing 6 conj 6:conj:and|10:obl:after _ +8 saturday Saturday PROPN NNP Number=Sing 6 conj 6:conj:and|10:obl:after _ 9 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ -11 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ +10 felt feel VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +11 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 14 aux 14:aux _ 13 slowly slowly ADV RB _ 14 advmod 14:advmod _ 14 regressing regress VERB VBG Tense=Pres|VerbForm=Part 10 ccomp 10:ccomp SpaceAfter=No @@ -10067,12 +10072,12 @@ # sent_id = email-enronsent04_01-0004 # text = then i told her i felt i should be able to screw missy just once. 1 then then ADV RB PronType=Dem 3 advmod 3:advmod _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +3 told tell VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 3 iobj 3:iobj _ -5 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ -7 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ +5 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ +6 felt feel VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +7 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ 8 should should AUX MD VerbForm=Fin 10 aux 10:aux _ 9 be be AUX VB VerbForm=Inf 10 cop 10:cop _ 10 able able ADJ JJ Degree=Pos 6 ccomp 6:ccomp _ @@ -10080,13 +10085,13 @@ 12 screw screw VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 13 missy missy PROPN NNP Number=Sing 12 obj 12:obj _ 14 just just ADV RB _ 15 advmod 15:advmod _ -15 once once ADV RB NumType=Mult 12 advmod 12:advmod SpaceAfter=No +15 once once ADV RB NumForm=Word|NumType=Mult 12 advmod 12:advmod SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent04_01-0005 # text = she said that was ok. 1 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 5 ok ok ADJ JJ Degree=Pos 2 ccomp 2:ccomp SpaceAfter=No @@ -10095,7 +10100,7 @@ # sent_id = email-enronsent04_01-0006 # newpar id = email-enronsent04_01-p0002 # text = Did you get in as much trouble as I did this weekend - Lori seems to think I need to get help - I told her it's normal to drink all day at a bar, then go to dinner where you don't know half the people there and proceed to get extremely fucked up -1 Did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +1 Did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 get get VERB VB VerbForm=Inf 15 parataxis 15:parataxis _ 4 in in ADP IN _ 7 case 7:case _ @@ -10104,22 +10109,22 @@ 7 trouble trouble NOUN NN Number=Sing 3 obl 3:obl:in _ 8 as as SCONJ IN _ 10 mark 10:mark _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:as _ +10 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:as _ 11 this this DET DT Number=Sing|PronType=Dem 12 det 12:det _ 12 weekend weekend NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ -13 - - PUNCT , _ 15 punct 15:punct _ +13 - - PUNCT , _ 3 punct 3:punct _ 14 Lori Lori PROPN NNP Number=Sing 15 nsubj 15:nsubj|17:nsubj:xsubj _ 15 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 16 to to PART TO _ 17 mark 17:mark _ 17 think think VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj|21:nsubj:xsubj _ -19 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 ccomp 17:ccomp _ +19 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 ccomp 17:ccomp _ 20 to to PART TO _ 21 mark 21:mark _ 21 get get VERB VB VerbForm=Inf 19 xcomp 19:xcomp _ 22 help help NOUN NN Number=Sing 21 obj 21:obj _ -23 - - PUNCT , _ 15 punct 15:punct _ +23 - - PUNCT , _ 25 punct 25:punct _ 24 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 25 nsubj 25:nsubj _ -25 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 parataxis 15:parataxis _ +25 told tell VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 15 parataxis 15:parataxis _ 26 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 25 iobj 25:iobj _ 27-28 it's _ _ _ _ _ _ _ _ 27 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 29 expl 29:expl _ @@ -10127,28 +10132,28 @@ 29 normal normal ADJ JJ Degree=Pos 25 ccomp 25:ccomp _ 30 to to PART TO _ 31 mark 31:mark _ 31 drink drink VERB VB VerbForm=Inf 29 csubj 29:csubj _ -32 all all DET DT _ 33 det 33:det _ +32 all all DET DT PronType=Tot 33 det 33:det _ 33 day day NOUN NN Number=Sing 31 obl:tmod 31:obl:tmod _ 34 at at ADP IN _ 36 case 36:case _ 35 a a DET DT Definite=Ind|PronType=Art 36 det 36:det _ 36 bar bar NOUN NN Number=Sing 31 obl 31:obl:at SpaceAfter=No 37 , , PUNCT , _ 39 punct 39:punct _ 38 then then ADV RB PronType=Dem 39 advmod 39:advmod _ -39 go go VERB VB VerbForm=Inf 31 conj 29:csubj|31:conj:and _ +39 go go VERB VB VerbForm=Inf 31 parataxis 31:parataxis _ 40 to to ADP IN _ 41 case 41:case _ 41 dinner dinner NOUN NN Number=Sing 39 obl 39:obl:to _ -42 where where SCONJ WRB PronType=Rel 46 mark 46:mark _ +42 where where ADV WRB PronType=Int 46 advmod 46:advmod _ 43 you you PRON PRP Case=Nom|Person=2|PronType=Prs 46 nsubj 46:nsubj _ 44-45 don't _ _ _ _ _ _ _ _ -44 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 46 aux 46:aux _ +44 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 46 aux 46:aux _ 45 n't not PART RB _ 46 advmod 46:advmod _ -46 know know VERB VB VerbForm=Inf 41 acl:relcl 41:acl:relcl _ -47 half half DET PDT _ 49 det:predet 49:det:predet _ +46 know know VERB VB VerbForm=Inf 41 acl 41:acl:where _ +47 half half DET PDT NumForm=Word|NumType=Frac|PronType=Ind 49 det:predet 49:det:predet _ 48 the the DET DT Definite=Def|PronType=Art 49 det 49:det _ 49 people people NOUN NNS Number=Plur 46 obj 46:obj _ 50 there there ADV RB PronType=Dem 49 advmod 49:advmod _ 51 and and CCONJ CC _ 52 cc 52:cc _ -52 proceed proceed VERB VB VerbForm=Inf 31 conj 29:csubj|31:conj:and _ +52 proceed proceed VERB VB VerbForm=Inf 39 conj 39:conj:and _ 53 to to PART TO _ 56 mark 56:mark _ 54 get get AUX VB VerbForm=Inf 56 aux:pass 56:aux:pass _ 55 extremely extremely ADV RB _ 56 advmod 56:advmod _ @@ -10168,7 +10173,7 @@ # newpar id = email-enronsent04_01-p0003 # text = Privileged/Confidential Information may be contained in this message. 1 Privileged privileged ADJ JJ Degree=Pos 4 amod 4:amod SpaceAfter=No -2 / / PUNCT , _ 4 punct 4:punct SpaceAfter=No +2 / / PUNCT , _ 1 punct 1:punct SpaceAfter=No 3 Confidential confidential ADJ JJ Degree=Pos 4 amod 4:amod _ 4 Information information NOUN NN Number=Sing 7 nsubj:pass 7:nsubj:pass _ 5 may may AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -10183,15 +10188,15 @@ # text = If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not copy or deliver this message to anyone. 1 If if SCONJ IN _ 6 mark 6:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj|13:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 not not PART RB _ 6 advmod 6:advmod _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 addressee addressee NOUN NN Number=Sing 27 advcl 27:advcl:if _ -7 indicated indicate VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 indicated indicate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 in in ADP IN _ 10 case 10:case _ 9 this this DET DT Number=Sing|PronType=Dem 10 det 10:det _ 10 message message NOUN NN Number=Sing 7 obl 7:obl:in _ -11 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No +11 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No 12 or or CCONJ CC _ 13 cc 13:cc _ 13 responsible responsible ADJ JJ Degree=Pos 6 conj 6:conj:or|27:advcl:if _ 14 for for ADP IN _ 15 case 15:case _ @@ -10203,7 +10208,7 @@ 20 such such ADJ JJ Degree=Pos 21 amod 21:amod _ 21 person person NOUN NN Number=Sing 18 nmod 18:nmod:to SpaceAfter=No 22 ) ) PUNCT -RRB- _ 13 punct 13:punct SpaceAfter=No -23 , , PUNCT , _ 27 punct 27:punct _ +23 , , PUNCT , _ 6 punct 6:punct _ 24 you you PRON PRP Case=Nom|Person=2|PronType=Prs 27 nsubj 27:nsubj|29:nsubj _ 25 may may AUX MD VerbForm=Fin 27 aux 27:aux _ 26 not not PART RB _ 27 advmod 27:advmod _ @@ -10213,7 +10218,7 @@ 30 this this DET DT Number=Sing|PronType=Dem 31 det 31:det _ 31 message message NOUN NN Number=Sing 27 obj 27:obj|29:obj _ 32 to to ADP IN _ 33 case 33:case _ -33 anyone anyone PRON NN Number=Sing 27 obl 27:obl:to SpaceAfter=No +33 anyone anyone PRON NN Number=Sing|PronType=Ind 27 obl 27:obl:to SpaceAfter=No 34 . . PUNCT . _ 27 punct 27:punct _ # sent_id = email-enronsent04_01-0010 @@ -10221,7 +10226,7 @@ 1 In in ADP IN _ 3 case 3:case _ 2 such such ADJ JJ Degree=Pos 3 amod 3:amod _ 3 case case NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj|12:nsubj _ 6 should should AUX MD VerbForm=Fin 7 aux 7:aux _ 7 destroy destroy VERB VB VerbForm=Inf 0 root 0:root _ @@ -10231,7 +10236,7 @@ 11 kindly kindly ADV RB _ 12 advmod 12:advmod _ 12 notify notify VERB VB VerbForm=Inf 7 conj 7:conj:and _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -14 sender sender NOUN NN Number=Sing 12 obj 12:obj _ +14 sender sender NOUN NN Number=Sing 12 iobj 12:iobj _ 15 by by ADP IN _ 17 case 17:case _ 16 reply reply NOUN NN Number=Sing 17 compound 17:compound _ 17 email email NOUN NN Number=Sing 12 obl 12:obl:by SpaceAfter=No @@ -10245,9 +10250,9 @@ 4 if if SCONJ IN _ 11 mark 11:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ 6 or or CCONJ CC _ 8 cc 8:cc _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 employer employer NOUN NN Number=Sing 5 conj 5:conj:or|11:nsubj _ -9 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 not not PART RB _ 11 advmod 11:advmod _ 11 consent consent VERB VB VerbForm=Inf 2 advcl 2:advcl:if _ 12 to to ADP IN _ 14 case 14:case _ @@ -10272,7 +10277,7 @@ 8 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 message message NOUN NN Number=Sing 1 nmod 1:nmod:in _ 10 that that PRON WDT PronType=Rel 13 nsubj 1:ref _ -11 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +11 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 not not PART RB _ 13 advmod 13:advmod _ 13 relate relate VERB VB VerbForm=Inf 1 acl:relcl 1:acl:relcl _ 14 to to ADP IN _ 17 case 17:case _ @@ -10280,51 +10285,51 @@ 16 official official ADJ JJ Degree=Pos 17 amod 17:amod _ 17 business business NOUN NN Number=Sing 13 obl 13:obl:to _ 18 of of ADP IN _ 20 case 20:case _ -19 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 firm firm NOUN NN Number=Sing 17 nmod 17:nmod:of _ 21 shall shall AUX MD VerbForm=Fin 23 aux 23:aux _ 22 be be AUX VB VerbForm=Inf 23 aux:pass 23:aux:pass _ 23 understood understand VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 24 as as SCONJ IN _ 26 mark 26:mark _ 25 neither neither CCONJ CC _ 26 cc:preconj 26:cc:preconj _ -26 given give VERB VBN Tense=Past|VerbForm=Part 23 advcl 23:advcl:as _ +26 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 advcl 23:advcl:as _ 27 nor nor CCONJ CC _ 28 cc 28:cc _ -28 endorsed endorse VERB VBN Tense=Past|VerbForm=Part 26 conj 23:advcl:as|26:conj:nor _ +28 endorsed endorse VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 26 conj 23:advcl:as|26:conj:nor _ 29 by by ADP IN _ 30 case 30:case _ -30 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 26 obl 26:obl:by SpaceAfter=No +30 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 26 obl:agent 26:obl:agent SpaceAfter=No 31 . . PUNCT . _ 23 punct 23:punct _ # sent_id = email-enronsent04_01-0013 # text = Job ID: J12746KM 1 Job job NOUN NN Number=Sing 2 compound 2:compound _ 2 ID id NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ -4 J12746KM j12746km NOUN NN Number=Sing 2 appos 2:appos _ +3 : : PUNCT : _ 4 punct 4:punct _ +4 J12746KM J12746KM NOUN NN Number=Sing 2 appos 2:appos _ # sent_id = email-enronsent04_01-0014 # text = Job Title: Attorney 1 Job job NOUN NN Number=Sing 2 compound 2:compound _ 2 Title title NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 4 punct 4:punct _ 4 Attorney attorney NOUN NN Number=Sing 2 appos 2:appos _ # sent_id = email-enronsent04_01-0015 # text = Location: Houston, Texas USA 1 Location location NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 Houston Houston PROPN NNP Number=Sing 1 appos 1:appos SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ 5 Texas Texas PROPN NNP Number=Sing 3 appos 3:appos _ 6 USA USA PROPN NNP Number=Sing 5 appos 5:appos _ # sent_id = email-enronsent04_01-0016 # text = Compensation: $60000 - 70000 1 Compensation compensation NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 $ $ SYM $ _ 1 appos 1:appos SpaceAfter=No -4 60000 60000 NUM CD NumType=Card 3 compound 3:compound _ +4 60000 60000 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 5 - - SYM SYM _ 6 case 6:case _ -6 70000 70000 NUM CD NumType=Card 3 nmod 3:nmod _ +6 70000 70000 NUM CD NumForm=Digit|NumType=Card 3 nmod 3:nmod _ # sent_id = email-enronsent04_01-0017 # text = Description: @@ -10333,7 +10338,7 @@ # sent_id = email-enronsent04_01-0018 # text = Our client is a small law firm that is looking for an individual to join their team handling toxic tort with some minor PI defense. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 client client NOUN NN Number=Sing 7 nsubj 7:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -10348,13 +10353,13 @@ 13 individual individual NOUN NN Number=Sing 10 obl 10:obl:for _ 14 to to PART TO _ 15 mark 15:mark _ 15 join join VERB VB VerbForm=Inf 13 acl 13:acl:to _ -16 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 team team NOUN NN Number=Sing 15 obj 15:obj _ 18 handling handle VERB VBG VerbForm=Ger 15 advcl 15:advcl _ 19 toxic toxic ADJ JJ Degree=Pos 20 amod 20:amod _ 20 tort tort NOUN NN Number=Sing 18 obj 18:obj _ 21 with with ADP IN _ 25 case 25:case _ -22 some some DET DT _ 25 det 25:det _ +22 some some DET DT PronType=Ind 25 det 25:det _ 23 minor minor ADJ JJ Degree=Pos 25 amod 25:amod _ 24 PI pi NOUN NN Number=Sing 25 compound 25:compound _ 25 defense defense NOUN NN Number=Sing 18 obl 18:obl:with SpaceAfter=No @@ -10363,7 +10368,7 @@ # sent_id = email-enronsent04_01-0019 # text = They offer an exceptional compensation package including a healthy salary, comprehensive benefits program, and ample room for associates to grow within the firm. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 offer offer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 offer offer VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 an a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 4 exceptional exceptional ADJ JJ Degree=Pos 6 amod 6:amod _ 5 compensation compensation NOUN NN Number=Sing 6 compound 6:compound _ @@ -10407,10 +10412,10 @@ 4 able able ADJ JJ Degree=Pos 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 use use VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ -8 1 1 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +8 1 1 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No 9 - - SYM SYM _ 10 case 10:case SpaceAfter=No -10 4 4 NUM CD NumType=Card 8 nmod 8:nmod _ +10 4 4 NUM CD NumForm=Digit|NumType=Card 8 nmod 8:nmod _ 11 years year NOUN NNS Number=Plur 6 obj 6:obj _ 12 of of ADP IN _ 13 case 13:case _ 13 experience experience NOUN NN Number=Sing 11 nmod 11:nmod:of _ @@ -10419,7 +10424,7 @@ 16 Tort tort NOUN NN Number=Sing 13 nmod 13:nmod:with _ 17 to to PART TO _ 18 mark 18:mark _ 18 complement complement VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ -19 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 desire desire NOUN NN Number=Sing 18 obj 18:obj _ 21 to to PART TO _ 22 mark 22:mark _ 22 stay stay VERB VB VerbForm=Inf 20 acl 20:acl:to _ @@ -10436,29 +10441,29 @@ # sent_id = email-enronsent04_01-0024 # text = Marvel Consultants, Inc. 28601 Chagrin Blvd. Cleveland, Ohio 44122 USA Email: recruiters@marvelconsultants.com Phone: 216-292-2855 Fax: 216-292-7207 1 Marvel Marvel PROPN NNP Number=Sing 4 compound 4:compound _ -2 Consultants Consultants PROPN NNPS Number=Plur 4 compound 4:compound SpaceAfter=No -3 , , PUNCT , _ 4 punct 4:punct _ +2 Consultants Consultant PROPN NNPS Number=Plur 4 compound 4:compound SpaceAfter=No +3 , , PUNCT , _ 2 punct 2:punct _ 4 Inc. Inc. PROPN NNP Number=Sing 0 root 0:root _ -5 28601 28601 NUM CD NumType=Card 7 nummod 7:nummod _ +5 28601 28601 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 6 Chagrin Chagrin PROPN NNP Number=Sing 7 compound 7:compound _ 7 Blvd. Blvd. PROPN NNP Number=Sing 4 list 4:list _ 8 Cleveland Cleveland PROPN NNP Number=Sing 7 appos 7:appos SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 Ohio Ohio PROPN NNP Number=Sing 8 appos 8:appos _ -11 44122 44122 NUM CD NumType=Card 7 appos 7:appos _ +11 44122 44122 NUM CD NumForm=Digit|NumType=Card 7 appos 7:appos _ 12 USA USA PROPN NNP Number=Sing 10 appos 10:appos _ 13 Email email NOUN NN Number=Sing 4 list 4:list SpaceAfter=No -14 : : PUNCT : _ 13 punct 13:punct _ +14 : : PUNCT : _ 15 punct 15:punct _ 15 recruiters@marvelconsultants.com recruiters@marvelconsultants.com X ADD _ 13 appos 13:appos _ 16 < < PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No 17 mailto:recruiters@marvelconsultants.com mailto:recruiters@marvelconsultants.com X ADD _ 15 appos 15:appos SpaceAfter=No 18 > > PUNCT -RRB- _ 17 punct 17:punct _ 19 Phone phone NOUN NN Number=Sing 4 list 4:list SpaceAfter=No -20 : : PUNCT : _ 19 punct 19:punct _ -21 216-292-2855 216-292-2855 NUM CD NumType=Card 19 appos 19:appos _ +20 : : PUNCT : _ 21 punct 21:punct _ +21 216-292-2855 216-292-2855 NUM CD NumForm=Digit|NumType=Card 19 appos 19:appos _ 22 Fax fax NOUN NN Number=Sing 4 list 4:list SpaceAfter=No -23 : : PUNCT : _ 22 punct 22:punct _ -24 216-292-7207 216-292-7207 NUM CD NumType=Card 22 appos 22:appos _ +23 : : PUNCT : _ 24 punct 24:punct _ +24 216-292-7207 216-292-7207 NUM CD NumForm=Digit|NumType=Card 22 appos 22:appos _ # sent_id = email-enronsent04_01-0025 # text = thanks @@ -10468,7 +10473,7 @@ # text = I've thought about you a few times in the last few months, didn't want to intrude upon an already bad situation with my bullshit questions. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|17:nsubj|19:nsubj:xsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 thought think VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 about about ADP IN _ 5 case 5:case _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 3 obl 3:obl:about _ @@ -10482,7 +10487,7 @@ 13 months month NOUN NNS Number=Plur 3 obl 3:obl:in SpaceAfter=No 14 , , PUNCT , _ 17 punct 17:punct _ 15-16 didn't _ _ _ _ _ _ _ _ -15 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 aux 17:aux _ +15 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 17 aux 17:aux _ 16 n't not PART RB _ 17 advmod 17:advmod _ 17 want want VERB VB VerbForm=Inf 3 conj 3:conj _ 18 to to PART TO _ 19 mark 19:mark _ @@ -10493,7 +10498,7 @@ 23 bad bad ADJ JJ Degree=Pos 24 amod 24:amod _ 24 situation situation NOUN NN Number=Sing 19 obl 19:obl:upon _ 25 with with ADP IN _ 28 case 28:case _ -26 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +26 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ 27 bullshit bullshit NOUN NN Number=Sing 28 compound 28:compound _ 28 questions question NOUN NNS Number=Plur 19 obl 19:obl:with SpaceAfter=No 29 . . PUNCT . _ 3 punct 3:punct _ @@ -10502,9 +10507,9 @@ # text = I'm hearing some pretty depressing stuff from the people I know at ENE. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 hearing hear VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -4 some some DET DT _ 7 det 7:det _ +4 some some DET DT PronType=Ind 7 det 7:det _ 5 pretty pretty ADV RB _ 6 advmod 6:advmod _ 6 depressing depressing ADJ JJ Degree=Pos 7 amod 7:amod _ 7 stuff stuff NOUN NN Number=Sing 3 obj 3:obj _ @@ -10512,7 +10517,7 @@ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 people people NOUN NNS Number=Plur 3 obl 3:obl:from _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +12 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ 13 at at ADP IN _ 14 case 14:case _ 14 ENE ENE PROPN NNP Number=Sing 12 obl 12:obl:at SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ @@ -10520,14 +10525,14 @@ # sent_id = email-enronsent04_01-0028 # text = I wish I had the capital to open my own shop? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 wish wish VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 wish wish VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +4 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 capital capital NOUN NN Number=Sing 4 obj 4:obj _ 7 to to PART TO _ 8 mark 8:mark _ 8 open open VERB VB VerbForm=Inf 6 acl 6:acl:to _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 own own ADJ JJ Degree=Pos 11 amod 11:amod _ 11 shop shop NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No 12 ? ? PUNCT . _ 2 punct 2:punct SpaceAfter=No @@ -10540,8 +10545,8 @@ 4 talent talent NOUN NN Number=Sing 3 nsubj 3:nsubj _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 opportunity opportunity NOUN NN Number=Sing 4 conj 3:nsubj|4:conj:and _ -7 a a ADV RB _ 8 advmod 8:advmod _ -8 plenty plenty ADV RB _ 4 amod 4:amod _ +7 a aplenty ADJ GW Degree=Pos|Typo=Yes 4 amod 4:amod _ +8 plenty _ X JJ _ 7 goeswith 7:goeswith _ 9 on on ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 market market NOUN NN Number=Sing 4 nmod 4:nmod:on _ @@ -10561,19 +10566,19 @@ # text = I've got some friends at Duke and Dynegy from B-school, the Gianoucous (spelling??) brothers (John and Dimitri?from elementary school) started their own outfit a while back, and my old man is at Schlumberger and has good contacts in general (if you aren't married to a trading environment). 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 got get VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 some some DET DT _ 5 det 5:det _ +4 some some DET DT PronType=Ind 5 det 5:det _ 5 friends friend NOUN NNS Number=Plur 3 obj 3:obj _ 6 at at ADP IN _ 7 case 7:case _ 7 Duke Duke PROPN NNP Number=Sing 5 nmod 5:nmod:at _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 Dynegy Dynegy PROPN NNP Number=Sing 7 conj 5:nmod:at|7:conj:and _ 10 from from ADP IN _ 13 case 13:case _ -11 B b NOUN NN Number=Sing 13 compound 13:compound SpaceAfter=No -12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +11 B B NOUN NN Number=Sing 13 compound 13:compound SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 school school NOUN NN Number=Sing 5 nmod 5:nmod:from SpaceAfter=No -14 , , PUNCT , _ 5 punct 5:punct _ +14 , , PUNCT , _ 31 punct 31:punct _ 15 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 16 Gianoucous Gianoucous PROPN NNP Number=Sing 21 compound 21:compound _ 17 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No @@ -10590,8 +10595,8 @@ 28 elementary elementary ADJ JJ Degree=Pos 29 amod 29:amod _ 29 school school NOUN NN Number=Sing 23 nmod 23:nmod:from SpaceAfter=No 30 ) ) PUNCT -RRB- _ 23 punct 23:punct _ -31 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ -32 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ +31 started start VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +32 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ 33 own own ADJ JJ Degree=Pos 34 amod 34:amod _ 34 outfit outfit NOUN NN Number=Sing 31 obj 31:obj _ 35 a a DET DT Definite=Ind|PronType=Art 36 det 36:det _ @@ -10599,7 +10604,7 @@ 37 back back ADV RB _ 31 advmod 31:advmod SpaceAfter=No 38 , , PUNCT , _ 45 punct 45:punct _ 39 and and CCONJ CC _ 45 cc 45:cc _ -40 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 42 nmod:poss 42:nmod:poss _ +40 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 42 nmod:poss 42:nmod:poss _ 41 old old ADJ JJ Degree=Pos 42 amod 42:amod _ 42 man man NOUN NN Number=Sing 45 nsubj 45:nsubj|47:nsubj _ 43 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 45 cop 45:cop _ @@ -10611,18 +10616,18 @@ 49 contacts contact NOUN NNS Number=Plur 47 obj 47:obj _ 50 in in ADP IN _ 51 case 51:case _ 51 general general ADJ JJ Degree=Pos 47 obl 47:obl:in _ -52 ( ( PUNCT -LRB- _ 47 punct 47:punct SpaceAfter=No +52 ( ( PUNCT -LRB- _ 57 punct 57:punct SpaceAfter=No 53 if if SCONJ IN _ 57 mark 57:mark _ 54 you you PRON PRP Case=Nom|Person=2|PronType=Prs 57 nsubj 57:nsubj _ 55-56 aren't _ _ _ _ _ _ _ _ -55 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 57 cop 57:cop _ +55 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 57 cop 57:cop _ 56 n't not PART RB _ 57 advmod 57:advmod _ 57 married married ADJ JJ Degree=Pos 47 advcl 47:advcl:if _ 58 to to ADP IN _ 61 case 61:case _ 59 a a DET DT Definite=Ind|PronType=Art 61 det 61:det _ 60 trading trading NOUN NN Number=Sing 61 compound 61:compound _ 61 environment environment NOUN NN Number=Sing 57 obl 57:obl:to SpaceAfter=No -62 ) ) PUNCT -RRB- _ 47 punct 47:punct SpaceAfter=No +62 ) ) PUNCT -RRB- _ 57 punct 57:punct SpaceAfter=No 63 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent04_01-0032 @@ -10648,10 +10653,10 @@ # sent_id = email-enronsent04_01-0034 # text = you guys have any job opening for ex natural gas traders that made their now almost defunctc ompany over 40 million in the last two years? -1 you you PRON PRP Case=Nom|Person=2|PronType=Prs 2 vocative 2:vocative _ +1 you you PRON PRP Case=Nom|Person=2|PronType=Prs 2 det 2:det _ 2 guys guy NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 any any DET DT _ 6 det 6:det _ +3 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 any any DET DT PronType=Ind 6 det 6:det _ 5 job job NOUN NN Number=Sing 6 compound 6:compound _ 6 opening opening NOUN NN Number=Sing 3 obj 3:obj _ 7 for for ADP IN _ 11 case 11:case _ @@ -10660,19 +10665,19 @@ 10 gas gas NOUN NN Number=Sing 11 compound 11:compound _ 11 traders trader NOUN NNS Number=Plur 6 nmod 6:nmod:for|13:nsubj _ 12 that that PRON WDT PronType=Rel 13 nsubj 11:ref _ -13 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ -14 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +13 made make VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +14 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 15 now now ADV RB _ 17 advmod 17:advmod _ 16 almost almost ADV RB _ 17 advmod 17:advmod _ -17 defunctc defunctc ADJ JJ Degree=Pos 18 amod 18:amod _ +17 defunctc defunct ADJ JJ Degree=Pos|Typo=Yes 18 amod 18:amod CorrectForm=defunct 18 ompany ompany NOUN NN Number=Sing 13 iobj 13:iobj _ 19 over over ADV RB _ 21 advmod 21:advmod _ -20 40 40 NUM CD NumType=Card 21 compound 21:compound _ -21 million million NUM CD NumType=Card 13 obj 13:obj _ +20 40 40 NUM CD NumForm=Digit|NumType=Card 21 compound 21:compound _ +21 million million NUM CD NumForm=Word|NumType=Card 13 obj 13:obj _ 22 in in ADP IN _ 26 case 26:case _ 23 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 24 last last ADJ JJ Degree=Pos 26 amod 26:amod _ -25 two two NUM CD NumType=Card 26 nummod 26:nummod _ +25 two two NUM CD NumForm=Word|NumType=Card 26 nummod 26:nummod _ 26 years year NOUN NNS Number=Plur 13 obl 13:obl:in SpaceAfter=No 27 ? ? PUNCT . _ 3 punct 3:punct _ @@ -10680,9 +10685,9 @@ # text = not sure how much longer ene is going to be around and i'm checking out my options! 1 not not PART RB _ 2 advmod 2:advmod _ 2 sure sure ADJ JJ Degree=Pos 0 root 0:root _ -3 how how SCONJ WRB PronType=Int 4 mark 4:mark _ +3 how how ADV WRB PronType=Int 4 advmod 4:advmod _ 4 much much ADV RB _ 8 advmod 8:advmod _ -5 longer longer ADV RBR Degree=Cmp 4 advmod 4:advmod _ +5 longer long ADV RBR Degree=Cmp 4 advmod 4:advmod _ 6 ene ene PROPN NNP Number=Sing 8 nsubj 8:nsubj|11:nsubj:xsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 going go VERB VBG Tense=Pres|VerbForm=Part 2 ccomp 2:ccomp _ @@ -10691,11 +10696,11 @@ 11 around around ADV RB _ 8 xcomp 8:xcomp _ 12 and and CCONJ CC _ 15 cc 15:cc _ 13-14 i'm _ _ _ _ _ _ _ _ -13 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -14 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +13 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ +14 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 15 checking check VERB VBG Tense=Pres|VerbForm=Part 2 conj 2:conj:and _ 16 out out ADP RP _ 15 compound:prt 15:compound:prt _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 options option NOUN NNS Number=Plur 15 obj 15:obj SpaceAfter=No 19 ! ! PUNCT . _ 2 punct 2:punct _ @@ -10709,16 +10714,16 @@ # text = As we discussed, here is a first effort at a revised TVA offer letter. 1 As as SCONJ IN _ 3 mark 3:mark _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 discussed discuss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:as SpaceAfter=No -4 , , PUNCT , _ 5 punct 5:punct _ +3 discussed discuss VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:as SpaceAfter=No +4 , , PUNCT , _ 3 punct 3:punct _ 5 here here ADV RB PronType=Dem 0 root 0:root _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -8 first first ADJ JJ Degree=Pos|NumType=Ord 9 amod 9:amod _ +8 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 9 amod 9:amod _ 9 effort effort NOUN NN Number=Sing 5 nsubj 5:nsubj _ 10 at at ADP IN _ 15 case 15:case _ 11 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ -12 revised revise VERB VBN Tense=Past|VerbForm=Part 15 amod 15:amod _ +12 revised revise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 amod 15:amod _ 13 TVA tva NOUN NN Number=Sing 15 compound 15:compound _ 14 offer offer NOUN NN Number=Sing 15 compound 15:compound _ 15 letter letter NOUN NN Number=Sing 9 nmod 9:nmod:at SpaceAfter=No @@ -10727,7 +10732,7 @@ # sent_id = email-enronsent32_01-0003 # text = I drafted the Into TVA Option as a series of calls tied to the MOPA delivery term and quantity - not sure if this anything close to what you all had in mind. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 drafted draft VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 drafted draft VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 4 Into into ADP IN _ 5 case 5:case _ 5 TVA tva NOUN NN Number=Sing 6 compound 6:compound _ @@ -10737,7 +10742,7 @@ 9 series series NOUN NN Number=Sing 2 obl 2:obl:as _ 10 of of ADP IN _ 11 case 11:case _ 11 calls call NOUN NNS Number=Plur 9 nmod 9:nmod:of _ -12 tied tie VERB VBN Tense=Past|VerbForm=Part 11 acl 11:acl _ +12 tied tie VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl 11:acl _ 13 to to ADP IN _ 17 case 17:case _ 14 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 15 MOPA mopa NOUN NN Number=Sing 17 compound 17:compound _ @@ -10750,13 +10755,13 @@ 22 sure sure ADJ JJ Degree=Pos 2 parataxis 2:parataxis _ 23 if if SCONJ IN _ 25 mark 25:mark _ 24 this this PRON DT Number=Sing|PronType=Dem 25 nsubj 25:nsubj _ -25 anything anything PRON NN Number=Sing 22 ccomp 22:ccomp _ +25 anything anything PRON NN Number=Sing|PronType=Ind 22 ccomp 22:ccomp _ 26 close close ADJ JJ Degree=Pos 25 amod 25:amod _ -27 to to SCONJ IN _ 28 case 28:case _ -28 what what PRON WP PronType=Int 26 obl 26:obl:to _ +27 to to ADP IN _ 28 case 28:case _ +28 what what PRON WP PronType=Rel 26 obl 26:obl:to|31:obj _ 29 you you PRON PRP Case=Nom|Person=2|PronType=Prs 31 nsubj 31:nsubj _ -30 all all DET DT _ 29 det 29:det _ -31 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 28 acl:relcl 28:acl:relcl _ +30 all all DET DT PronType=Tot 29 det 29:det _ +31 had have VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 28 acl:relcl 28:acl:relcl _ 32 in in ADP IN _ 33 case 33:case _ 33 mind mind NOUN NN Number=Sing 31 obl 31:obl:in SpaceAfter=No 34 . . PUNCT . _ 2 punct 2:punct _ @@ -10768,10 +10773,10 @@ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj|4:nsubj:xsubj _ 4 know know VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 what what DET WDT PronType=Int 6 det 6:det _ -6 shape shape NOUN NN Number=Sing 9 obj 9:obj _ +6 shape shape NOUN NN Number=Sing 14 obj 14:obj _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -8 all all DET DT _ 7 det 7:det _ -9 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +8 all all DET DT PronType=Tot 7 det 7:det _ +9 think think VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 offer offer NOUN NN Number=Sing 12 nsubj 12:nsubj|14:nsubj:xsubj _ 12 ought ought AUX MD VerbForm=Fin 9 ccomp 9:ccomp _ @@ -10791,7 +10796,7 @@ # sent_id = email-enronsent32_01-0006 # text = Elizabeth 36349 1 Elizabeth Elizabeth PROPN NNP Number=Sing 0 root 0:root _ -2 36349 36349 NUM CD NumType=Card 1 list 1:list _ +2 36349 36349 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ # sent_id = email-enronsent32_01-0007 # newpar id = email-enronsent32_01-p0002 @@ -10800,10 +10805,10 @@ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 there there ADV RB PronType=Dem 1 advmod 1:advmod _ 4 at at ADP IN _ 5 case 5:case _ -5 4:00 4:00 NUM CD NumType=Card 1 obl 1:obl:at _ +5 4:00 4:00 NUM CD NumForm=Digit|NumType=Card 1 obl 1:obl:at _ 6 unless unless SCONJ IN _ 8 mark 8:mark _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 call call VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:unless _ +8 call call VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:unless _ 9 you you PRON PRP Case=Acc|Person=2|PronType=Prs 8 obj 8:obj _ # sent_id = email-enronsent32_01-0008 @@ -10815,17 +10820,17 @@ # sent_id = email-enronsent32_01-0009 # text = Sent by: Janette Elbertson -1 Sent send VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 by by ADP IN _ 4 case 4:case SpaceAfter=No -3 : : PUNCT : _ 4 punct 4:punct _ -4 Janette Janette PROPN NNP Number=Sing 1 obl 1:obl:by _ +3 : : PUNCT : _ 2 punct 2:punct _ +4 Janette Janette PROPN NNP Number=Sing 1 obl:agent 1:obl:agent _ 5 Elbertson Elbertson PROPN NNP Number=Sing 4 flat 4:flat _ # sent_id = email-enronsent32_01-0010 # text = 02/28/2001 03:16 PM -1 02/28/2001 02/28/2001 NUM CD NumType=Card 0 root 0:root _ -2 03:16 03:16 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 02/28/2001 02/28/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 03:16 03:16 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent32_01-0011 # text = Please use the form attached when preparing the top ten risks for your businesses. @@ -10833,15 +10838,15 @@ 2 use use VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 form form NOUN NN Number=Sing 2 obj 2:obj _ -5 attached attach VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ -6 when when SCONJ WRB PronType=Int 7 mark 7:mark _ +5 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ +6 when when ADV WRB PronType=Int 7 advmod 7:advmod _ 7 preparing prepare VERB VBG VerbForm=Ger 2 advcl 2:advcl:when _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 9 top top ADJ JJ Degree=Pos 11 amod 11:amod _ -10 ten ten NUM CD NumType=Card 9 compound 9:compound _ +10 ten ten NUM CD NumForm=Word|NumType=Card 9 compound 9:compound _ 11 risks risk NOUN NNS Number=Plur 7 obj 7:obj _ 12 for for ADP IN _ 14 case 14:case _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 businesses business NOUN NNS Number=Plur 11 nmod 11:nmod:for SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ @@ -10861,24 +10866,24 @@ # sent_id = email-enronsent32_01-0014 # text = Sent by: Janette Elbertson -1 Sent send VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 by by ADP IN _ 4 case 4:case SpaceAfter=No -3 : : PUNCT : _ 4 punct 4:punct _ -4 Janette Janette PROPN NNP Number=Sing 1 obl 1:obl:by _ +3 : : PUNCT : _ 2 punct 2:punct _ +4 Janette Janette PROPN NNP Number=Sing 1 obl:agent 1:obl:agent _ 5 Elbertson Elbertson PROPN NNP Number=Sing 4 flat 4:flat _ # sent_id = email-enronsent32_01-0015 # text = 02/28/2001 04:41 PM -1 02/28/2001 02/28/2001 NUM CD NumType=Card 0 root 0:root _ -2 04:41 04:41 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 02/28/2001 02/28/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 04:41 04:41 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent32_01-0016 # text = Please update the attached Legal Risk Report. 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 update update VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -4 attached attach VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +4 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 5 Legal legal ADJ JJ Degree=Pos 6 amod 6:amod _ 6 Risk risk NOUN NN Number=Sing 7 compound 7:compound _ 7 Report report NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No @@ -10888,7 +10893,7 @@ # text = Send the revised report by e-mail. 1 Send send VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 revised revise VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod _ +3 revised revise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod _ 4 report report NOUN NN Number=Sing 1 obj 1:obj _ 5 by by ADP IN _ 6 case 6:case _ 6 e-mail e-mail NOUN NN Number=Sing 1 obl 1:obl:by SpaceAfter=No @@ -10896,7 +10901,7 @@ # sent_id = email-enronsent32_01-0018 # text = Thank you. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No 3 . . PUNCT . _ 1 punct 1:punct _ @@ -10908,9 +10913,9 @@ # sent_id = email-enronsent32_01-0020 # text = 11/14/2000 11:37 AM -1 11/14/2000 11/14/2000 NUM CD NumType=Card 0 root 0:root _ -2 11:37 11:37 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/14/2000 11/14/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 11:37 11:37 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent32_01-0021 # text = With Elizabeth's comments added to summary... @@ -10918,8 +10923,8 @@ 2-3 Elizabeth's _ _ _ _ _ _ _ _ 2 Elizabeth Elizabeth PROPN NNP Number=Sing 4 nmod:poss 4:nmod:poss _ 3 's 's PART POS _ 2 case 2:case _ -4 comments comment NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -5 added add VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 comments comment NOUN NNS Number=Plur 5 nsubj:pass 5:nsubj:pass _ +5 added add VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 to to ADP IN _ 7 case 7:case _ 7 summary summary NOUN NN Number=Sing 5 obl 5:obl:to SpaceAfter=No 8 ... ... PUNCT . _ 5 punct 5:punct _ @@ -10953,9 +10958,9 @@ 10 and and CCONJ CC _ 13 cc 13:cc _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 traders trader NOUN NNS Number=Plur 13 nsubj 13:nsubj _ -13 scheduled schedule VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +13 scheduled schedule VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ -15 430 430 NUM CD NumType=Card 16 nummod 16:nummod _ +15 430 430 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 16 call call NOUN NN Number=Sing 13 obj 13:obj _ 17 to to PART TO _ 18 mark 18:mark _ 18 wrap wrap VERB VB VerbForm=Inf 16 acl 16:acl:to _ @@ -10965,20 +10970,20 @@ # sent_id = email-enronsent32_01-0025 # text = don't they know we have better things to do 1-2 don't _ _ _ _ _ _ _ _ -1 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +1 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 2 n't not PART RB _ 4 advmod 4:advmod _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 4 know know VERB VB VerbForm=Inf 0 root 0:root _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ -7 better better ADJ JJR Degree=Cmp 8 amod 8:amod _ +6 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +7 better good ADJ JJR Degree=Cmp 8 amod 8:amod _ 8 things thing NOUN NNS Number=Plur 6 obj 6:obj _ 9 to to PART TO _ 10 mark 10:mark _ 10 do do VERB VB VerbForm=Inf 8 acl 8:acl:to _ # sent_id = email-enronsent32_01-0026 # text = here is to getting back on track after thanksgiving -1 here here ADV RB PronType=Dem 4 nsubj 4:nsubj _ +1 here here ADV RB PronType=Dem 4 nsubj:outer 4:nsubj:outer _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 to to SCONJ IN _ 4 mark 4:mark _ 4 getting get VERB VBG VerbForm=Ger 0 root 0:root _ @@ -10997,7 +11002,7 @@ # newpar id = email-enronsent32_01-p0007 # text = per my vm 1 per per ADP IN _ 3 case 3:case _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 vm vm NOUN NN Number=Sing 0 root 0:root _ # sent_id = email-enronsent32_01-0029 @@ -11007,17 +11012,17 @@ # sent_id = email-enronsent32_01-0030 # text = 11/15/2000 11:58 AM -1 11/15/2000 11/15/2000 NUM CD NumType=Card 0 root 0:root _ -2 11:58 11:58 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/15/2000 11/15/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 11:58 11:58 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent32_01-0031 # text = Attached are clean and blacklined drafts of the Enron guaranties to be made in support of EPMI's obligations under the Indian Mesa II Renewable Energy Purchase Agreement ("PPA") and Green Premium Sharing Agreement ("GSPA").? 1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ 3 clean clean ADJ JJ Degree=Pos 6 amod 6:amod _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 blacklined blackline VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:and|6:amod _ +5 blacklined blackline VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 conj 3:conj:and|6:amod _ 6 drafts draft NOUN NNS Number=Plur 1 nsubj:pass 1:nsubj:pass _ 7 of of ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -11035,10 +11040,10 @@ 19 obligations obligation NOUN NNS Number=Plur 15 nmod 15:nmod:of _ 20 under under ADP IN _ 28 case 28:case _ 21 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ -22 Indian Indian PROPN NNP Number=Sing 24 compound 24:compound _ -23 Mesa Mesa PROPN NNP Number=Sing 24 compound 24:compound _ -24 II II PROPN NNP Number=Sing 28 compound 28:compound _ -25 Renewable Renewable PROPN NNP Number=Sing 26 compound 26:compound _ +22 Indian Indian ADJ NNP Degree=Pos 23 amod 23:amod _ +23 Mesa Mesa PROPN NNP Number=Sing 28 compound 28:compound _ +24 II II NUM CD NumForm=Roman|NumType=Card 23 nummod 23:nummod _ +25 Renewable Renewable ADJ NNP Degree=Pos 26 amod 26:amod _ 26 Energy Energy PROPN NNP Number=Sing 28 compound 28:compound _ 27 Purchase Purchase PROPN NNP Number=Sing 28 compound 28:compound _ 28 Agreement Agreement PROPN NNP Number=Sing 13 obl 13:obl:under _ @@ -11048,7 +11053,7 @@ 32 " " PUNCT '' _ 31 punct 31:punct SpaceAfter=No 33 ) ) PUNCT -RRB- _ 31 punct 31:punct _ 34 and and CCONJ CC _ 38 cc 38:cc _ -35 Green Green PROPN NNP Number=Sing 38 compound 38:compound _ +35 Green Green ADJ NNP Degree=Pos 38 amod 38:amod _ 36 Premium Premium PROPN NNP Number=Sing 38 compound 38:compound _ 37 Sharing Sharing PROPN NNP Number=Sing 38 compound 38:compound _ 38 Agreement Agreement PROPN NNP Number=Sing 28 conj 13:obl:under|28:conj:and _ @@ -11067,7 +11072,7 @@ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 PPA PPA PROPN NNP Number=Sing 2 nmod 2:nmod:for _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ -7 blacklined blackline VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ +7 blacklined blackline VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root|21:csubj:pass _ 8 against against ADP IN _ 13 case 13:case _ 9 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 10 Enron Enron PROPN NNP Number=Sing 13 compound 13:compound _ @@ -11079,13 +11084,13 @@ 16 of of ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 banks bank NOUN NNS Number=Plur 15 nmod 15:nmod:of _ -19 which which PRON WDT PronType=Int 21 nsubj:pass 21:nsubj:pass _ +19 which which PRON WDT PronType=Rel 21 nsubj:pass 7:ref _ 20 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 aux:pass 21:aux:pass _ -21 granted grant VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 parataxis 7:parataxis _ +21 granted grant VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 advcl:relcl 7:advcl:relcl _ 22 in in ADP IN _ 23 case 23:case _ 23 connection connection NOUN NN Number=Sing 21 obl 21:obl:in _ 24 with with ADP IN _ 29 case 29:case _ -25 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +25 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ 26 Cabazon Cabazon PROPN NNP Number=Sing 28 compound 28:compound _ 27 Wind Wind PROPN NNP Number=Sing 28 compound 28:compound _ 28 Power Power PROPN NNP Number=Sing 29 compound 29:compound _ @@ -11093,11 +11098,11 @@ 30 ( ( PUNCT -LRB- _ 32 punct 32:punct SpaceAfter=No 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 32 project project NOUN NN Number=Sing 29 appos 29:appos _ -33 most most ADV RBS _ 34 advmod 34:advmod _ +33 most most ADV RBS Degree=Sup 34 advmod 34:advmod _ 34 recently recently ADV RB _ 35 advmod 35:advmod _ -35 financed finance VERB VBN Tense=Past|VerbForm=Part 32 acl 32:acl _ +35 financed finance VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 32 acl 32:acl _ 36 by by ADP IN _ 37 case 37:case _ -37 EWC EWC PROPN NNP Number=Sing 35 obl 35:obl:by SpaceAfter=No +37 EWC EWC PROPN NNP Number=Sing 35 obl:agent 35:obl:agent SpaceAfter=No 38 ) ) PUNCT -RRB- _ 32 punct 32:punct _ 39 and and CCONJ CC _ 44 cc 44:cc _ 40 the the DET DT Definite=Def|PronType=Art 42 det 42:det _ @@ -11115,10 +11120,10 @@ # text = As we discussed last week, since the Enron guaranties will need to be in a form that will acceptable to our project lenders and equity participants, we thought that we should start with a form that was used in our last financing and that was negotiated by Enron and the banks. 1 As as SCONJ IN _ 3 mark 3:mark _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 discussed discuss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 30 advcl 30:advcl:as _ +3 discussed discuss VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 30 advcl 30:advcl:as _ 4 last last ADJ JJ Degree=Pos 5 amod 5:amod _ 5 week week NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod SpaceAfter=No -6 , , PUNCT , _ 30 punct 30:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 since since SCONJ IN _ 12 mark 12:mark _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 Enron Enron PROPN NNP Number=Sing 10 compound 10:compound _ @@ -11134,44 +11139,44 @@ 19 will will AUX MD VerbForm=Fin 20 aux 20:aux _ 20 acceptable acceptable ADJ JJ Degree=Pos 17 acl:relcl 17:acl:relcl _ 21 to to ADP IN _ 24 case 24:case _ -22 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +22 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 23 project project NOUN NN Number=Sing 24 compound 24:compound _ 24 lenders lender NOUN NNS Number=Plur 20 obl 20:obl:to _ 25 and and CCONJ CC _ 27 cc 27:cc _ 26 equity equity NOUN NN Number=Sing 27 compound 27:compound _ 27 participants participant NOUN NNS Number=Plur 24 conj 20:obl:to|24:conj:and SpaceAfter=No -28 , , PUNCT , _ 30 punct 30:punct _ +28 , , PUNCT , _ 12 punct 12:punct _ 29 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 30 nsubj 30:nsubj _ -30 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +30 thought think VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 31 that that SCONJ IN _ 34 mark 34:mark _ 32 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 34 nsubj 34:nsubj _ 33 should should AUX MD VerbForm=Fin 34 aux 34:aux _ 34 start start VERB VB VerbForm=Inf 30 ccomp 30:ccomp _ 35 with with ADP IN _ 37 case 37:case _ 36 a a DET DT Definite=Ind|PronType=Art 37 det 37:det _ -37 form form NOUN NN Number=Sing 34 obl 34:obl:with|40:nsubj:pass _ +37 form form NOUN NN Number=Sing 34 obl 34:obl:with|40:nsubj:pass|48:nsubj:pass _ 38 that that PRON WDT PronType=Rel 40 nsubj:pass 37:ref _ 39 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 40 aux:pass 40:aux:pass _ 40 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 37 acl:relcl 37:acl:relcl _ 41 in in ADP IN _ 44 case 44:case _ -42 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 44 nmod:poss 44:nmod:poss _ +42 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 44 nmod:poss 44:nmod:poss _ 43 last last ADJ JJ Degree=Pos 44 amod 44:amod _ 44 financing financing NOUN NN Number=Sing 40 obl 40:obl:in _ 45 and and CCONJ CC _ 48 cc 48:cc _ -46 that that PRON WDT PronType=Dem 48 nsubj:pass 48:nsubj:pass _ +46 that that PRON WDT PronType=Rel 48 nsubj:pass 37:ref _ 47 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 48 aux:pass 48:aux:pass _ 48 negotiated negotiate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 40 conj 37:acl:relcl|40:conj:and _ 49 by by ADP IN _ 50 case 50:case _ -50 Enron Enron PROPN NNP Number=Sing 48 obl 48:obl:by _ +50 Enron Enron PROPN NNP Number=Sing 48 obl:agent 48:obl:agent _ 51 and and CCONJ CC _ 53 cc 53:cc _ 52 the the DET DT Definite=Def|PronType=Art 53 det 53:det _ -53 banks bank NOUN NNS Number=Plur 50 conj 48:obl:by|50:conj:and SpaceAfter=No +53 banks bank NOUN NNS Number=Plur 50 conj 48:obl:agent|50:conj:and SpaceAfter=No 54 . . PUNCT . _ 30 punct 30:punct _ # sent_id = email-enronsent32_01-0034 # text = We plan to use the same basic form for the Enron guaranty that will be made in favor of EPMI with respect to the seller's obligations under the PPA. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 plan plan VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 plan plan VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 use use VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -11215,7 +11220,7 @@ 8 guaranty guaranty NOUN NN Number=Sing 5 nmod 5:nmod:of _ 9 to to ADP IN _ 10 case 10:case _ 10 you you PRON PRP Case=Acc|Person=2|PronType=Prs 3 obl 3:obl:to _ -11 later later ADV RB _ 12 advmod 12:advmod _ +11 later late ADV RBR Degree=Cmp 12 advmod 12:advmod _ 12 today today NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ @@ -11231,18 +11236,18 @@ 8 call call NOUN NN Number=Sing 5 obj 5:obj _ 9 if if SCONJ IN _ 11 mark 11:mark _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -11 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:if _ -12 any any DET DT _ 13 det 13:det _ +11 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:if _ +12 any any DET DT PronType=Ind 13 det 13:det _ 13 questions question NOUN NNS Number=Plur 11 obj 11:obj _ 14 concerning concern VERB VBG VerbForm=Ger 17 case 17:case _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -16 attached attach VERB VBN Tense=Past|VerbForm=Part 17 amod 17:amod _ +16 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 amod 17:amod _ 17 guaranties guaranty NOUN NNS Number=Plur 13 nmod 13:nmod:concerning SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent32_01-0037 # text = Thank you. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No 3 . . PUNCT . _ 1 punct 1:punct _ @@ -11250,28 +11255,28 @@ # newpar id = email-enronsent32_01-p0008 # text = - PPA Guaranty.doc 1 - - PUNCT NFP _ 2 punct 2:punct _ -2 PPA ppa X GW _ 0 root 0:root _ -3 Guaranty.doc guaranty.doc NOUN NN Number=Sing 2 goeswith 2:goeswith _ +2 PPA ppa NOUN GW _ 0 root 0:root _ +3 Guaranty.doc guaranty.doc X NN Number=Sing 2 flat 2:flat _ # sent_id = email-enronsent32_01-0039 # text = - GPSA Guaranty.doc 1 - - PUNCT NFP _ 2 punct 2:punct _ -2 GPSA gpsa X GW _ 0 root 0:root _ -3 Guaranty.doc guaranty.doc NOUN NN Number=Sing 2 goeswith 2:goeswith _ +2 GPSA gpsa NOUN GW _ 0 root 0:root _ +3 Guaranty.doc guaranty.doc X NN Number=Sing 2 flat 2:flat _ # sent_id = email-enronsent32_01-0040 # text = - REDLINE GPSA Guaranty.doc 1 - - PUNCT NFP _ 2 punct 2:punct _ -2 REDLINE redline X GW _ 0 root 0:root _ -3 GPSA gpsa X GW _ 2 goeswith 2:goeswith _ -4 Guaranty.doc guaranty.doc NOUN NN Number=Sing 2 goeswith 2:goeswith _ +2 REDLINE redline NOUN GW _ 0 root 0:root _ +3 GPSA gpsa X GW _ 2 flat 2:flat _ +4 Guaranty.doc guaranty.doc X NN Number=Sing 2 flat 2:flat _ # sent_id = email-enronsent32_01-0041 # text = - REDLINE PPA Guaranty.doc 1 - - PUNCT NFP _ 2 punct 2:punct _ -2 REDLINE redline X GW _ 0 root 0:root _ -3 PPA ppa X GW _ 2 goeswith 2:goeswith _ -4 Guaranty.doc guaranty.doc NOUN NN Number=Sing 2 goeswith 2:goeswith _ +2 REDLINE redline NOUN GW _ 0 root 0:root _ +3 PPA ppa X GW _ 2 flat 2:flat _ +4 Guaranty.doc guaranty.doc X NN Number=Sing 2 flat 2:flat _ # sent_id = email-enronsent32_01-0042 # newpar id = email-enronsent32_01-p0009 @@ -11286,9 +11291,9 @@ # sent_id = email-enronsent32_01-0044 # text = 03/26/2001 08:58 PM -1 03/26/2001 03/26/2001 NUM CD NumType=Card 0 root 0:root _ -2 08:58 08:58 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 03/26/2001 03/26/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 08:58 08:58 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent32_01-0045 # text = Mary Hain @@ -11297,9 +11302,9 @@ # sent_id = email-enronsent32_01-0046 # text = 03/23/2001 12:24 PM -1 03/23/2001 03/23/2001 NUM CD NumType=Card 0 root 0:root _ -2 12:24 12:24 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 03/23/2001 03/23/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 12:24 12:24 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent32_01-0047 # text = I am going to be the Senior Regulatory Counsel at ISO New England starting on April 9, 2001. @@ -11312,21 +11317,21 @@ 7 Senior senior ADJ JJ Degree=Pos 9 amod 9:amod _ 8 Regulatory regulatory ADJ JJ Degree=Pos 9 amod 9:amod _ 9 Counsel counsel NOUN NN Number=Sing 3 xcomp 3:xcomp _ -10 at at SCONJ IN _ 13 case 13:case _ +10 at at ADP IN _ 13 case 13:case _ 11 ISO ISO PROPN NNP Number=Sing 13 compound 13:compound _ -12 New New PROPN NNP Number=Sing 13 compound 13:compound _ +12 New New ADJ NNP Degree=Pos 13 amod 13:amod _ 13 England England PROPN NNP Number=Sing 9 nmod 9:nmod:at _ 14 starting start VERB VBG VerbForm=Ger 9 advcl 9:advcl _ 15 on on ADP IN _ 16 case 16:case _ 16 April April PROPN NNP Number=Sing 14 obl 14:obl:on _ -17 9 9 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No -18 , , PUNCT , _ 16 punct 16:punct _ -19 2001 2001 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No +17 9 9 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No +18 , , PUNCT , _ 19 punct 19:punct _ +19 2001 2001 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No 20 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent32_01-0048 # text = My last day in the Portland area will be March 31, 2001. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 last last ADJ JJ Degree=Pos 3 amod 3:amod _ 3 day day NOUN NN Number=Sing 10 nsubj 10:nsubj _ 4 in in ADP IN _ 7 case 7:case _ @@ -11336,55 +11341,56 @@ 8 will will AUX MD VerbForm=Fin 10 aux 10:aux _ 9 be be AUX VB VerbForm=Inf 10 cop 10:cop _ 10 March March PROPN NNP Number=Sing 0 root 0:root _ -11 31 31 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No -12 , , PUNCT , _ 10 punct 10:punct _ -13 2001 2001 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No +11 31 31 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No +12 , , PUNCT , _ 13 punct 13:punct _ +13 2001 2001 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No 14 . . PUNCT . _ 10 punct 10:punct _ # sent_id = email-enronsent32_01-0049 # text = I enjoyed working with you and wish you the best of everything. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|3:nsubj:xsubj|7:nsubj _ -2 enjoyed enjoy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 enjoyed enjoy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 working work VERB VBG VerbForm=Ger 2 xcomp 2:xcomp _ 4 with with ADP IN _ 5 case 5:case _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 3 obl 3:obl:with _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 wish wish VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +7 wish wish VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 8 you you PRON PRP Case=Acc|Person=2|PronType=Prs 7 iobj 7:iobj _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -10 best best ADJ JJS Degree=Sup 7 obj 7:obj _ +10 best good ADJ JJS Degree=Sup 7 obj 7:obj _ 11 of of ADP IN _ 12 case 12:case _ -12 everything everything PRON NN Number=Sing 10 obl 10:obl:of SpaceAfter=No +12 everything everything PRON NN Number=Sing|PronType=Tot 10 obl 10:obl:of SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent32_01-0050 # text = My new address will be: Mary Hain Senior Regulatory Counsel ISO New England Inc.One Sullivan Road Holyoke, MA 01040-2841 (413) 535-4000 mhain@ISO-NE.com -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 new new ADJ JJ Degree=Pos 3 amod 3:amod _ 3 address address NOUN NN Number=Sing 8 nsubj 8:nsubj _ 4 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 5 be be AUX VB VerbForm=Inf 8 cop 8:cop SpaceAfter=No -6 : : PUNCT : _ 8 punct 8:punct _ +6 : : PUNCT : _ 5 punct 5:punct _ 7 Mary Mary PROPN NNP Number=Sing 8 compound 8:compound _ 8 Hain Hain PROPN NNP Number=Sing 0 root 0:root _ 9 Senior senior ADJ JJ Degree=Pos 11 amod 11:amod _ 10 Regulatory regulatory ADJ JJ Degree=Pos 11 amod 11:amod _ 11 Counsel counsel NOUN NN Number=Sing 8 list 8:list _ 12 ISO ISO PROPN NNP Number=Sing 15 compound 15:compound _ -13 New New PROPN NNP Number=Sing 15 compound 15:compound _ +13 New New ADJ NNP Degree=Pos 14 amod 14:amod _ 14 England England PROPN NNP Number=Sing 15 compound 15:compound _ -15 Inc.One Inc.One PROPN NNP Number=Sing 8 list 8:list _ -16 Sullivan Sullivan PROPN NNP Number=Sing 17 compound 17:compound _ -17 Road Road PROPN NNP Number=Sing 8 list 8:list _ -18 Holyoke Holyoke PROPN NNP Number=Sing 17 appos 17:appos SpaceAfter=No -19 , , PUNCT , _ 18 punct 18:punct _ -20 MA MA PROPN NNP Number=Sing 18 appos 18:appos _ -21 01040-2841 01040-2841 NUM CD NumType=Card 17 appos 17:appos _ -22 ( ( PUNCT -LRB- _ 25 punct 25:punct SpaceAfter=No -23 413 413 NUM CD NumType=Card 25 nummod 25:nummod SpaceAfter=No -24 ) ) PUNCT -RRB- _ 25 punct 25:punct _ -25 535-4000 535-4000 NUM CD NumType=Card 8 list 8:list _ -26 mhain@ISO-NE.com mhain@iso-ne.com X ADD _ 8 list 8:list _ +15 Inc. Inc. PROPN NNP Number=Sing 8 list 8:list CorrectSpaceAfter=Yes|SpaceAfter=No +16 One One NUM NNP NumForm=Word|NumType=Card 17 nummod 17:nummod _ +17 Sullivan Sullivan PROPN NNP Number=Sing 18 compound 18:compound _ +18 Road Road PROPN NNP Number=Sing 8 list 8:list _ +19 Holyoke Holyoke PROPN NNP Number=Sing 18 appos 18:appos SpaceAfter=No +20 , , PUNCT , _ 21 punct 21:punct _ +21 MA MA PROPN NNP Number=Sing 19 appos 19:appos _ +22 01040-2841 01040-2841 NUM CD NumForm=Digit|NumType=Card 18 appos 18:appos _ +23 ( ( PUNCT -LRB- _ 24 punct 24:punct SpaceAfter=No +24 413 413 NUM CD NumForm=Digit|NumType=Card 26 nummod 26:nummod SpaceAfter=No +25 ) ) PUNCT -RRB- _ 24 punct 24:punct _ +26 535-4000 535-4000 NUM CD NumForm=Digit|NumType=Card 8 list 8:list _ +27 mhain@ISO-NE.com mhain@iso-ne.com X ADD _ 8 list 8:list _ # sent_id = email-enronsent32_01-0051 # text = Mark @@ -11396,7 +11402,7 @@ 1 Here here ADV RB PronType=Dem 0 root 0:root _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ -4 revised revise VERB VBN Tense=Past|VerbForm=Part 5 amod 5:amod _ +4 revised revise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 amod 5:amod _ 5 draft draft NOUN NN Number=Sing 1 nsubj 1:nsubj _ 6 of of ADP IN _ 10 case 10:case _ 7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -11408,7 +11414,7 @@ # sent_id = email-enronsent32_01-0053 # text = Events change everyday. 1 Events event NOUN NNS Number=Plur 2 nsubj 2:nsubj _ -2 change change VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 change change VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 everyday everyday NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod SpaceAfter=No 4 . . PUNCT . _ 2 punct 2:punct _ @@ -11425,14 +11431,14 @@ 8 rate rate NOUN NN Number=Sing 9 compound 9:compound _ 9 increase increase NOUN NN Number=Sing 15 nsubj:pass 15:nsubj:pass _ 10 of of ADP IN _ 12 case 12:case _ -11 40 40 NUM CD NumType=Card 12 nummod 12:nummod SpaceAfter=No +11 40 40 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod SpaceAfter=No 12 % % SYM NN Number=Sing 9 nmod 9:nmod:of _ 13 may may AUX MD VerbForm=Fin 15 aux 15:aux _ 14 be be AUX VB VerbForm=Inf 15 aux:pass 15:aux:pass _ 15 imposed impose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 ccomp 5:ccomp _ 16 by by ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -18 CDWR CDWR PROPN NNP Number=Sing 15 obl 15:obl:by _ +18 CDWR CDWR PROPN NNP Number=Sing 15 obl:agent 15:obl:agent _ 19 as as ADV RB _ 20 advmod 20:advmod _ 20 early early ADV RB Degree=Pos 15 advmod 15:advmod _ 21 as as ADP IN _ 22 case 22:case _ @@ -11447,15 +11453,15 @@ 30 purported purport VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 conj 5:conj:and _ 31 to to PART TO _ 34 mark 34:mark _ 32 be be AUX VB VerbForm=Inf 34 cop 34:cop _ -33 16 16 NUM CD NumType=Card 34 nummod 34:nummod _ -34 billion billion NUM CD NumType=Card 30 xcomp 30:xcomp _ +33 16 16 NUM CD NumForm=Digit|NumType=Card 34 nummod 34:nummod _ +34 billion billion NUM CD NumForm=Word|NumType=Card 30 xcomp 30:xcomp _ 35 ( ( PUNCT -LRB- _ 39 punct 39:punct SpaceAfter=No -36 rather rather ADV RB _ 39 case 39:case _ +36 rather rather ADV RB _ 39 cc 39:cc _ 37 than than ADP IN _ 36 fixed 36:fixed _ 38 the the DET DT Definite=Def|PronType=Art 39 det 39:det _ -39 10 10 NUM CD NumType=Card 34 nmod 34:nmod:rather_than _ +39 10 10 NUM CD NumForm=Digit|NumType=Card 34 conj 34:conj _ 40 initially initially ADV RB _ 41 advmod 41:advmod _ -41 discussed discuss VERB VBN Tense=Past|VerbForm=Part 39 acl 39:acl SpaceAfter=No +41 discussed discuss VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 39 acl 39:acl SpaceAfter=No 42 ) ) PUNCT -RRB- _ 39 punct 39:punct _ # sent_id = email-enronsent32_01-0055 @@ -11466,8 +11472,8 @@ # text = As we discussed, here is a copy of the draft memo. 1 As as SCONJ IN _ 3 mark 3:mark _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 discussed discuss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:as SpaceAfter=No -4 , , PUNCT , _ 5 punct 5:punct _ +3 discussed discuss VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:as SpaceAfter=No +4 , , PUNCT , _ 3 punct 3:punct _ 5 here here ADV RB PronType=Dem 0 root 0:root _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ @@ -11485,7 +11491,7 @@ # sent_id = email-enronsent32_01-0058 # text = Elizabeth 36349 1 Elizabeth Elizabeth PROPN NNP Number=Sing 0 root 0:root _ -2 36349 36349 NUM CD NumType=Card 1 list 1:list _ +2 36349 36349 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ # sent_id = email-enronsent32_01-0059 # text = see you there on court 10 @@ -11494,11 +11500,11 @@ 3 there there ADV RB PronType=Dem 1 advmod 1:advmod _ 4 on on ADP IN _ 5 case 5:case _ 5 court court NOUN NN Number=Sing 1 obl 1:obl:on _ -6 10 10 NUM CD NumType=Card 5 nummod 5:nummod _ +6 10 10 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ # sent_id = email-enronsent32_01-0060 # text = ps I may have to come back to work for a 615 call -1 ps ps NOUN NN Number=Sing 4 advmod 4:advmod _ +1 ps ps NOUN NN Number=Sing 4 discourse 4:discourse _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ 3 may may AUX MD VerbForm=Fin 4 aux 4:aux _ 4 have have VERB VB VerbForm=Inf 0 root 0:root _ @@ -11509,7 +11515,7 @@ 9 work work NOUN NN Number=Sing 7 obl 7:obl:to _ 10 for for ADP IN _ 13 case 13:case _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -12 615 615 NUM CD NumType=Card 13 compound 13:compound _ +12 615 615 NUM CD NumForm=Digit|NumType=Card 13 compound 13:compound _ 13 call call NOUN NN Number=Sing 6 obl 6:obl:for _ # sent_id = email-enronsent32_01-0061 @@ -11517,7 +11523,7 @@ # text = Here is latest draft of risk memo (STILL IN DRAFT FORM). 1 Here here ADV RB PronType=Dem 0 root 0:root _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -3 latest latest ADJ JJS Degree=Sup 4 amod 4:amod _ +3 latest late ADJ JJS Degree=Sup 4 amod 4:amod _ 4 draft draft NOUN NN Number=Sing 1 nsubj 1:nsubj _ 5 of of ADP IN _ 7 case 7:case _ 6 risk risk NOUN NN Number=Sing 7 compound 7:compound _ @@ -11526,14 +11532,14 @@ 9 STILL still ADV RB _ 12 advmod 12:advmod _ 10 IN in ADP IN _ 12 case 12:case _ 11 DRAFT draft NOUN NN Number=Sing 12 compound 12:compound _ -12 FORM form NOUN NN Number=Sing 4 acl:relcl 4:acl:relcl SpaceAfter=No +12 FORM form NOUN NN Number=Sing 7 acl 7:acl SpaceAfter=No 13 ) ) PUNCT -RRB- _ 12 punct 12:punct SpaceAfter=No 14 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent32_01-0062 # text = I faxed comments to you on dash. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 faxed fax VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 faxed fax VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 comments comment NOUN NNS Number=Plur 2 obj 2:obj _ 4 to to ADP IN _ 5 case 5:case _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 obl 2:obl:to _ @@ -11543,10 +11549,10 @@ # sent_id = email-enronsent32_01-0063 # text = Do you have any current info on deal status? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ -4 any any DET DT _ 6 det 6:det _ +4 any any DET DT PronType=Ind 6 det 6:det _ 5 current current ADJ JJ Degree=Pos 6 amod 6:amod _ 6 info info NOUN NN Number=Sing 3 obj 3:obj _ 7 on on ADP IN _ 9 case 9:case _ @@ -11562,7 +11568,7 @@ # sent_id = email-enronsent32_01-0065 # text = Elizabeth 36349 1 Elizabeth Elizabeth PROPN NNP Number=Sing 0 root 0:root _ -2 36349 36349 NUM CD NumType=Card 1 list 1:list _ +2 36349 36349 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ # newdoc id = email-enronsent18_02 # sent_id = email-enronsent18_02-0001 @@ -11573,7 +11579,7 @@ # sent_id = email-enronsent18_02-0002 # text = Are you going to be able to make the power VAR meeting on Thursday? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|6:nsubj:xsubj|8:nsubj:xsubj _ 3 going go VERB VBG VerbForm=Ger 0 root 0:root _ 4 to to PART TO _ 6 mark 6:mark _ @@ -11604,7 +11610,7 @@ # newpar id = email-enronsent18_02-p0004 # text = I have just checked with RAC (David Gorte) and we have a green light to go ahead with the project. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 just just ADV RB _ 4 advmod 4:advmod _ 4 checked check VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 with with ADP IN _ 6 case 6:case _ @@ -11615,7 +11621,7 @@ 10 ) ) PUNCT -RRB- _ 8 punct 8:punct _ 11 and and CCONJ CC _ 13 cc 13:cc _ 12 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +13 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 15 green green ADJ JJ Degree=Pos 16 amod 16:amod _ 16 light light NOUN NN Number=Sing 13 obj 13:obj _ @@ -11630,7 +11636,7 @@ # sent_id = email-enronsent18_02-0006 # text = I shall you tomorrow to discuss the details. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 shall shall AUX MD VerbForm=Fin 0 root 0:root _ +2 shall shall AUX MD VerbForm=Fin 0 root 0:root MissingWordAfter=Yes|Promoted=Yes 3 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 obj 2:obj _ 4 tomorrow tomorrow NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod _ 5 to to PART TO _ 6 mark 6:mark _ @@ -11653,9 +11659,9 @@ 4 titman@mail.utexas.edu titman@mail.utexas.edu X ADD _ 1 list 1:list SpaceAfter=No 5 > > PUNCT -RRB- _ 4 punct 4:punct _ 6 on on ADP IN _ 7 case 7:case _ -7 01/24/2001 01/24/2001 NUM CD NumType=Card 1 nmod 1:nmod:on _ -8 02:45:50 02:45:50 NUM CD NumType=Card 9 nummod 9:nummod _ -9 PM pm NOUN NN Number=Sing 7 nmod:tmod 7:nmod:tmod _ +7 01/24/2001 01/24/2001 NUM CD NumForm=Digit|NumType=Card 1 nmod 1:nmod:on _ +8 02:45:50 02:45:50 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ +9 PM p.m. NOUN NN Number=Sing 7 nmod:tmod 7:nmod:tmod _ # sent_id = email-enronsent18_02-0009 # text = Vince: @@ -11667,7 +11673,7 @@ # text = I just wanted to check with you regarding the consulting arrangement we discussed a couple of weeks ago. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 check check VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 with with ADP IN _ 7 case 7:case _ @@ -11677,7 +11683,7 @@ 10 consulting consulting NOUN NN Number=Sing 11 compound 11:compound _ 11 arrangement arrangement NOUN NN Number=Sing 5 obl 5:obl:regarding _ 12 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 discussed discuss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +13 discussed discuss VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 couple couple NOUN NN Number=Sing 18 obl:npmod 18:obl:npmod _ 16 of of ADP IN _ 17 case 17:case _ @@ -11688,22 +11694,22 @@ # sent_id = email-enronsent18_02-0011 # text = Perhaps, we should start with just a 1 or 2 day contract where I give some thoughts to the kind of issues that we discussed and come to Houston to present my preliminary thoughts and possible avenues for additional work. 1 Perhaps perhaps ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 should should AUX MD VerbForm=Fin 5 aux 5:aux _ 5 start start VERB VB VerbForm=Inf 0 root 0:root _ 6 with with ADP IN _ 13 case 13:case _ 7 just just ADV RB _ 13 advmod 13:advmod _ 8 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -9 1 1 NUM CD NumType=Card 12 nummod 12:nummod _ +9 1 1 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 10 or or CCONJ CC _ 11 cc 11:cc _ -11 2 2 NUM CD NumType=Card 9 conj 9:conj:or|12:nummod _ +11 2 2 NUM CD NumForm=Digit|NumType=Card 9 conj 9:conj:or|12:nummod _ 12 day day NOUN NN Number=Sing 13 compound 13:compound _ -13 contract contract NOUN NN Number=Sing 5 obl 5:obl:with _ -14 where where SCONJ WRB PronType=Rel 16 mark 16:mark _ +13 contract contract NOUN NN Number=Sing 5 obl 5:obl:with|16:obl|28:obl _ +14 where where ADV WRB PronType=Rel 16 advmod 13:ref _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj|28:nsubj _ -16 give give VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ -17 some some DET DT _ 18 det 18:det _ +16 give give VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +17 some some DET DT PronType=Ind 18 det 18:det _ 18 thoughts thought NOUN NNS Number=Plur 16 obj 16:obj _ 19 to to ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ @@ -11712,14 +11718,14 @@ 23 issues issue NOUN NNS Number=Plur 21 nmod 21:nmod:of _ 24 that that PRON WDT PronType=Rel 26 obj 21:ref _ 25 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 26 nsubj 26:nsubj _ -26 discussed discuss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 acl:relcl 21:acl:relcl _ +26 discussed discuss VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 21 acl:relcl 21:acl:relcl _ 27 and and CCONJ CC _ 28 cc 28:cc _ -28 come come VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 conj 13:acl:relcl|16:conj:and _ +28 come come VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 16 conj 13:acl:relcl|16:conj:and _ 29 to to ADP IN _ 30 case 30:case _ 30 Houston Houston PROPN NNP Number=Sing 28 obl 28:obl:to _ 31 to to PART TO _ 32 mark 32:mark _ 32 present present VERB VB VerbForm=Inf 28 advcl 28:advcl:to _ -33 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ +33 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ 34 preliminary preliminary ADJ JJ Degree=Pos 35 amod 35:amod _ 35 thoughts thought NOUN NNS Number=Plur 32 obj 32:obj _ 36 and and CCONJ CC _ 38 cc 38:cc _ @@ -11755,14 +11761,14 @@ 11 of of ADP IN _ 12 case 12:case _ 12 Texas Texas PROPN NNP Number=Sing 10 nmod 10:nmod:of _ 13 Austin Austin PROPN NNP Number=Sing 2 list 2:list SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ +14 , , PUNCT , _ 15 punct 15:punct _ 15 Texas Texas PROPN NNP Number=Sing 13 appos 13:appos _ -16 78712-1179 78712-1179 NUM CD NumType=Card 2 list 2:list _ -17 512-232-2787 512-232-2787 NUM CD NumType=Card 2 list 2:list _ +16 78712-1179 78712-1179 NUM CD NumForm=Digit|NumType=Card 2 list 2:list _ +17 512-232-2787 512-232-2787 NUM CD NumForm=Digit|NumType=Card 2 list 2:list _ 18 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No 19 phone phone NOUN NN Number=Sing 17 appos 17:appos SpaceAfter=No 20 ) ) PUNCT -RRB- _ 19 punct 19:punct _ -21 512-471-5073 512-471-5073 NUM CD NumType=Card 2 list 2:list _ +21 512-471-5073 512-471-5073 NUM CD NumForm=Digit|NumType=Card 2 list 2:list _ 22 ( ( PUNCT -LRB- _ 23 punct 23:punct SpaceAfter=No 23 fax fax NOUN NN Number=Sing 21 appos 21:appos SpaceAfter=No 24 ) ) PUNCT -RRB- _ 23 punct 23:punct _ @@ -11776,7 +11782,7 @@ # sent_id = email-enronsent18_02-0016 # newpar id = email-enronsent18_02-p0009 # text = Did you have a chance to take a look at the resume I sent you? -1 Did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +1 Did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ @@ -11789,20 +11795,20 @@ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 resume resume NOUN NN Number=Sing 9 nmod 9:nmod:at _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ -15 you you PRON PRP Case=Acc|Person=2|PronType=Prs 14 obj 14:obj SpaceAfter=No +14 sent send VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +15 you you PRON PRP Case=Acc|Person=2|PronType=Prs 14 iobj 14:iobj SpaceAfter=No 16 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent18_02-0017 # text = He looked like a great guy for your group. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 looked look VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 looked look VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 like like ADP IN _ 6 case 6:case _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 great great ADJ JJ Degree=Pos 6 amod 6:amod _ 6 guy guy NOUN NN Number=Sing 2 obl 2:obl:like _ 7 for for ADP IN _ 9 case 9:case _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 group group NOUN NN Number=Sing 6 nmod 6:nmod:for SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ @@ -11826,7 +11832,7 @@ # sent_id = email-enronsent18_02-0021 # text = We discussed a few days ago a consulting arrangement with Prof. Sheridan Titman from UT. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 discussed discuss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 discussed discuss VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 few few ADJ JJ Degree=Pos 5 amod 5:amod _ 5 days day NOUN NNS Number=Plur 6 obl:npmod 6:obl:npmod _ @@ -11844,7 +11850,7 @@ # sent_id = email-enronsent18_02-0022 # text = Any feedback from Rick Buy? -1 Any any DET DT _ 2 det 2:det _ +1 Any any DET DT PronType=Ind 2 det 2:det _ 2 feedback feedback NOUN NN Number=Sing 0 root 0:root _ 3 from from ADP IN _ 4 case 4:case _ 4 Rick Rick PROPN NNP Number=Sing 2 nmod 2:nmod:from _ @@ -11854,7 +11860,7 @@ # sent_id = email-enronsent18_02-0023 # text = Please, let me know. 1 Please please INTJ UH _ 3 discourse 3:discourse SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj 3:obj|5:nsubj:xsubj _ 5 know know VERB VB VerbForm=Inf 3 xcomp 3:xcomp SpaceAfter=No @@ -11862,7 +11868,7 @@ # sent_id = email-enronsent18_02-0024 # text = 42299 -1 42299 42299 NUM CD NumType=Card 0 root 0:root _ +1 42299 42299 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ # sent_id = email-enronsent18_02-0025 # text = Vince @@ -11871,19 +11877,19 @@ # sent_id = email-enronsent18_02-0026 # newpar id = email-enronsent18_02-p0012 # text = Kevin Kindall@ENRON -1 Kevin kevin X GW _ 0 root 0:root _ -2 Kindall@ENRON kindall@enron X ADD _ 1 goeswith 1:goeswith _ +1 Kevin kevinkindall@enron X GW Typo=Yes 0 root 0:root _ +2 Kindall@ENRON _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent18_02-0027 # text = 01/24/2001 03:51 PM -1 01/24/2001 01/24/2001 NUM CD NumType=Card 0 root 0:root _ -2 03:51 03:51 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 01/24/2001 01/24/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 03:51 03:51 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent18_02-0028 # text = Per our conversation yesterday... 1 Per per ADP IN _ 3 case 3:case _ -2 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 conversation conversation NOUN NN Number=Sing 0 root 0:root _ 4 yesterday yesterday NOUN NN Number=Sing 3 nmod:tmod 3:nmod:tmod SpaceAfter=No 5 ... ... PUNCT , _ 3 punct 3:punct _ @@ -11900,19 +11906,19 @@ # text = Further to your call attached is a presentation I gave at the Canadian Risk Managers Conference in Edmonton in the fall of 2000. 1 Further further ADV RB _ 5 advmod 5:advmod _ 2 to to ADP IN _ 4 case 4:case _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 call call NOUN NN Number=Sing 1 obl 1:obl:to _ 5 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 presentation presentation NOUN NN Number=Sing 5 nsubj:pass 5:nsubj:pass _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +10 gave give VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 11 at at ADP IN _ 16 case 16:case _ 12 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -13 Canadian Canadian PROPN NNP Number=Sing 16 compound 16:compound _ +13 Canadian Canadian ADJ NNP Degree=Pos 16 amod 16:amod _ 14 Risk Risk PROPN NNP Number=Sing 15 compound 15:compound _ -15 Managers Managers PROPN NNPS Number=Plur 16 compound 16:compound _ +15 Managers Manager PROPN NNPS Number=Plur 16 compound 16:compound _ 16 Conference Conference PROPN NNP Number=Sing 10 obl 10:obl:at _ 17 in in ADP IN _ 18 case 18:case _ 18 Edmonton Edmonton PROPN NNP Number=Sing 10 obl 10:obl:in _ @@ -11920,7 +11926,7 @@ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 fall fall NOUN NN Number=Sing 10 obl 10:obl:in _ 22 of of ADP IN _ 23 case 23:case _ -23 2000 2000 NUM CD NumType=Card 21 nmod 21:nmod:of SpaceAfter=No +23 2000 2000 NUM CD NumForm=Digit|NumType=Card 21 nmod 21:nmod:of SpaceAfter=No 24 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent18_02-0031 @@ -11931,17 +11937,18 @@ 3 try try VERB VB VerbForm=Inf 0 root 0:root _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 send send VERB VB VerbForm=Inf 3 conj 3:conj:and _ -6 one one NUM CD NumType=Card 5 obj 5:obj _ +6 one one NUM CD NumForm=Word|NumType=Card 5 obj 5:obj _ 7 of of ADP IN _ 8 case 8:case _ 8 Peter Peter PROPN NNP Number=Sing 6 nmod 6:nmod:of _ -9 Cox Cox PROPN NNP Number=Sing 8 flat 8:flat SpaceAfter=No -10 ' 's PART POS _ 8 case 8:case _ +9-10 Cox' _ _ _ _ _ _ _ _ +9 Cox Cox PROPN NNP Number=Sing 8 flat 8:flat _ +10 ' 's PART POS Typo=Yes 8 case 8:case CorrectForm='s 11 as as ADV RB _ 5 advmod 5:advmod _ 12 well well ADV RB Degree=Pos 11 fixed 11:fixed _ 13 but but CCONJ CC _ 15 cc 15:cc _ 14 may may AUX MD VerbForm=Fin 15 aux 15:aux _ 15 have have VERB VB VerbForm=Inf 3 conj 3:conj:but _ -16 some some DET DT _ 17 det 17:det _ +16 some some DET DT PronType=Ind 17 det 17:det _ 17 problems problem NOUN NNS Number=Plur 15 obj 15:obj _ 18 due due ADP IN _ 21 case 21:case _ 19 to to ADP IN _ 18 fixed 18:fixed _ @@ -11952,10 +11959,10 @@ # sent_id = email-enronsent18_02-0032 # text = In any event, my presentation should give you a starting point. 1 In in ADP IN _ 3 case 3:case _ -2 any any DET DT _ 3 det 3:det _ +2 any any DET DT PronType=Ind 3 det 3:det _ 3 event event NOUN NN Number=Sing 8 obl 8:obl:in SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 , , PUNCT , _ 3 punct 3:punct _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 presentation presentation NOUN NN Number=Sing 8 nsubj 8:nsubj _ 7 should should AUX MD VerbForm=Fin 8 aux 8:aux _ 8 give give VERB VB VerbForm=Inf 0 root 0:root _ @@ -11995,20 +12002,20 @@ 1 A a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 2 quick quick ADJ JJ Degree=Pos 3 amod 3:amod _ 3 question question NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -4 : : PUNCT : _ 3 punct 3:punct _ +4 : : PUNCT : _ 8 punct 8:punct _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 6-7 haven't _ _ _ _ _ _ _ _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 n't not PART RB _ 8 advmod 8:advmod _ 8 received receive VERB VBN Tense=Past|VerbForm=Part 3 appos 3:appos _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 invoice invoice NOUN NN Number=Sing 8 obj 8:obj _ 11 for for ADP IN _ 18 case 18:case _ 12 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 13 last last ADJ JJ Degree=Pos 18 amod 18:amod _ 14 few few ADJ JJ Degree=Pos 18 amod 18:amod _ 15 model model NOUN NN Number=Sing 17 compound 17:compound _ -16 / / PUNCT , _ 17 punct 17:punct _ +16 / / PUNCT , _ 15 punct 15:punct _ 17 paper paper NOUN NN Number=Sing 18 compound 18:compound _ 18 reviews review NOUN NNS Number=Plur 10 nmod 10:nmod:for SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ @@ -12016,12 +12023,12 @@ # sent_id = email-enronsent18_02-0038 # text = Please, make sure that we are billed. 1 Please please INTJ UH _ 3 discourse 3:discourse SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 make make VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 sure sure ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ 5 that that SCONJ IN _ 8 mark 8:mark _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj:pass 8:nsubj:pass _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux:pass 8:aux:pass _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 8 aux:pass 8:aux:pass _ 8 billed bill VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 ccomp 4:ccomp SpaceAfter=No 9 . . PUNCT . _ 3 punct 3:punct _ @@ -12029,7 +12036,7 @@ # newpar id = email-enronsent18_02-p0019 # text = Clewlow/Strickland book is out. 1 Clewlow Clewlow PROPN NNP Number=Sing 4 compound 4:compound SpaceAfter=No -2 / / PUNCT , _ 1 punct 1:punct SpaceAfter=No +2 / / PUNCT , _ 3 punct 3:punct SpaceAfter=No 3 Strickland Strickland PROPN NNP Number=Sing 1 flat 1:flat _ 4 book book NOUN NN Number=Sing 6 nsubj 6:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ @@ -12061,9 +12068,9 @@ 4 duffie@Stanford.EDU duffie@stanford.edu X ADD _ 1 list 1:list SpaceAfter=No 5 > > PUNCT -RRB- _ 4 punct 4:punct _ 6 on on ADP IN _ 7 case 7:case _ -7 01/24/2001 01/24/2001 NUM CD NumType=Card 1 nmod 1:nmod:on _ -8 03:17:01 03:17:01 NUM CD NumType=Card 9 nummod 9:nummod _ -9 PM pm NOUN NN Number=Sing 7 nmod:tmod 7:nmod:tmod _ +7 01/24/2001 01/24/2001 NUM CD NumForm=Digit|NumType=Card 1 nmod 1:nmod:on _ +8 03:17:01 03:17:01 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ +9 PM p.m. NOUN NN Number=Sing 7 nmod:tmod 7:nmod:tmod _ # sent_id = email-enronsent18_02-0043 # text = Please respond to Darrell Duffie @@ -12079,7 +12086,7 @@ # sent_id = email-enronsent18_02-0044 # text = Vince/ Taiichi 1 Vince Vince PROPN NNP Number=Sing 3 compound 3:compound SpaceAfter=No -2 / / PUNCT , _ 3 punct 3:punct _ +2 / / PUNCT , _ 1 punct 1:punct _ 3 Taiichi Taiichi PROPN NNP Number=Sing 0 root 0:root _ # sent_id = email-enronsent18_02-0045 @@ -12088,11 +12095,11 @@ 1 In in ADP IN _ 5 mark 5:mark _ 2 case case NOUN NN Number=Sing 1 fixed 1:fixed _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +4 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 interested interested ADJ JJ Degree=Pos 8 advcl 8:advcl:in_case SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 attach attach VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 attach attach VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 this this DET DT Number=Sing|PronType=Dem 10 det 10:det _ 10 paper paper NOUN NN Number=Sing 8 obj 8:obj _ 11 on on ADP IN _ 15 case 15:case _ @@ -12104,7 +12111,7 @@ # sent_id = email-enronsent18_02-0046 # text = Best, -1 Best best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +1 Best good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 2 , , PUNCT , _ 1 punct 1:punct _ # sent_id = email-enronsent18_02-0047 @@ -12124,16 +12131,16 @@ 4 GSB GSB PROPN NNP Number=Sing 3 appos 3:appos _ 5 Stanford Stanford PROPN NNP Number=Sing 4 appos 4:appos _ 6 CA CA PROPN NNP Number=Sing 5 appos 5:appos _ -7 94305-5015 94305-5015 NUM CD NumType=Card 5 appos 5:appos _ +7 94305-5015 94305-5015 NUM CD NumForm=Digit|NumType=Card 5 appos 5:appos _ 8 USA USA PROPN NNP Number=Sing 6 appos 6:appos _ 9 phone phone NOUN NN Number=Sing 1 list 1:list _ -10 650 650 NUM CD NumType=Card 12 nummod 12:nummod _ -11 723 723 NUM CD NumType=Card 12 nummod 12:nummod _ -12 1976 1976 NUM CD NumType=Card 9 appos 9:appos _ +10 650 650 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ +11 723 723 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ +12 1976 1976 NUM CD NumForm=Digit|NumType=Card 9 appos 9:appos _ 13 fax fax NOUN NN Number=Sing 1 list 1:list _ -14 650 650 NUM CD NumType=Card 16 nummod 16:nummod _ -15 725 725 NUM CD NumType=Card 16 nummod 16:nummod _ -16 7979 7979 NUM CD NumType=Card 13 appos 13:appos _ +14 650 650 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ +15 725 725 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ +16 7979 7979 NUM CD NumForm=Digit|NumType=Card 13 appos 13:appos _ 17 email email NOUN NN Number=Sing 1 list 1:list _ 18 duffie@stanford.edu duffie@stanford.edu X ADD _ 17 appos 17:appos _ 19 web web NOUN NN Number=Sing 1 list 1:list _ @@ -12146,7 +12153,7 @@ # sent_id = email-enronsent18_02-0051 # text = - Paper4.pdf 1 - - PUNCT NFP _ 2 punct 2:punct _ -2 Paper4.pdf paper4.pdf X ADD _ 0 root 0:root _ +2 Paper4.pdf Paper4.pdf X ADD _ 0 root 0:root _ # sent_id = email-enronsent18_02-0052 # newpar id = email-enronsent18_02-p0024 @@ -12158,7 +12165,7 @@ # newpar id = email-enronsent18_02-p0025 # text = I have spoken with Mark Lay and he is interested. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 spoken speak VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 with with ADP IN _ 5 case 5:case _ 5 Mark Mark PROPN NNP Number=Sing 3 obl 3:obl:with _ @@ -12182,7 +12189,7 @@ 8 here here ADV RB PronType=Dem 6 advmod 6:advmod _ 9 in in ADP IN _ 10 case 10:case _ 10 Enron Enron PROPN NNP Number=Sing 8 obl 8:obl:in SpaceAfter=No -11 , , PUNCT , _ 15 punct 15:punct _ +11 , , PUNCT , _ 6 punct 6:punct _ 12 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj|17:nsubj:xsubj _ 13 may may AUX MD VerbForm=Fin 15 aux 15:aux _ 14 be be AUX VB VerbForm=Inf 15 cop 15:cop _ @@ -12203,13 +12210,13 @@ # sent_id = email-enronsent18_02-0055 # text = Please, call him directly and give my name as a reference. 1 Please please INTJ UH _ 3 discourse 3:discourse SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 call call VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 directly directly ADV RB _ 3 advmod 3:advmod _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 give give VERB VB Mood=Imp|VerbForm=Fin 3 conj 3:conj:and _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 name name NOUN NN Number=Sing 7 obj 7:obj _ 10 as as ADP IN _ 12 case 12:case _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ @@ -12218,10 +12225,10 @@ # sent_id = email-enronsent18_02-0056 # text = (713) 853-7408 -1 ( ( PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No -2 713 713 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No -3 ) ) PUNCT -RRB- _ 4 punct 4:punct _ -4 853-7408 853-7408 NUM CD NumType=Card 0 root 0:root _ +1 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No +2 713 713 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No +3 ) ) PUNCT -RRB- _ 2 punct 2:punct _ +4 853-7408 853-7408 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ # sent_id = email-enronsent18_02-0057 # newpar id = email-enronsent18_02-p0026 @@ -12244,9 +12251,9 @@ # sent_id = email-enronsent18_02-0060 # text = 01/24/2001 11:21 AM -1 01/24/2001 01/24/2001 NUM CD NumType=Card 0 root 0:root _ -2 11:21 11:21 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 01/24/2001 01/24/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 11:21 11:21 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent18_02-0061 # text = Al, @@ -12257,7 +12264,7 @@ # newpar id = email-enronsent18_02-p0029 # text = I have called Mark Lay and left a message on his voice mail. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|7:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 called call VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 Mark Mark PROPN NNP Number=Sing 3 obj 3:obj _ 5 Lay Lay PROPN NNP Number=Sing 4 flat 4:flat _ @@ -12266,7 +12273,7 @@ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 message message NOUN NN Number=Sing 7 obj 7:obj _ 10 on on ADP IN _ 13 case 13:case _ -11 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 12 voice voice NOUN NN Number=Sing 13 compound 13:compound _ 13 mail mail NOUN NN Number=Sing 7 obl 7:obl:on SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ @@ -12285,9 +12292,9 @@ 4 arfsten@bflassociates.com arfsten@bflassociates.com X ADD _ 1 list 1:list SpaceAfter=No 5 > > PUNCT -RRB- _ 4 punct 4:punct _ 6 on on ADP IN _ 7 case 7:case _ -7 01/24/2001 01/24/2001 NUM CD NumType=Card 1 nmod 1:nmod:on _ -8 11:16:25 11:16:25 NUM CD NumType=Card 9 nummod 9:nummod _ -9 AM am NOUN NN Number=Sing 7 nmod:tmod 7:nmod:tmod _ +7 01/24/2001 01/24/2001 NUM CD NumForm=Digit|NumType=Card 1 nmod 1:nmod:on _ +8 11:16:25 11:16:25 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ +9 AM a.m. NOUN NN Number=Sing 7 nmod:tmod 7:nmod:tmod _ # sent_id = email-enronsent18_02-0065 # text = Vince: @@ -12296,15 +12303,15 @@ # sent_id = email-enronsent18_02-0066 # text = Your suggestion to introduce the concept discussed with one of the Lays is welcomed. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 suggestion suggestion NOUN NN Number=Sing 14 nsubj:pass 14:nsubj:pass _ 3 to to PART TO _ 4 mark 4:mark _ 4 introduce introduce VERB VB VerbForm=Inf 2 acl 2:acl:to _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 concept concept NOUN NN Number=Sing 4 obj 4:obj _ -7 discussed discuss VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 discussed discuss VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 with with ADP IN _ 9 case 9:case _ -9 one one NUM CD NumType=Card 7 obl 7:obl:with _ +9 one one NUM CD NumForm=Word|NumType=Card 7 obl 7:obl:with _ 10 of of ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 Lays Lays PROPN NNPS Number=Plur 9 nmod 9:nmod:of _ @@ -12315,7 +12322,7 @@ # sent_id = email-enronsent18_02-0067 # text = I hope that this would mean that you would remain involved at some level. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 6 mark 6:mark _ 4 this this PRON DT Number=Sing|PronType=Dem 6 nsubj 6:nsubj _ 5 would would AUX MD VerbForm=Fin 6 aux 6:aux _ @@ -12326,7 +12333,7 @@ 10 remain remain VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ 11 involved involved ADJ JJ Degree=Pos 10 xcomp 10:xcomp _ 12 at at ADP IN _ 14 case 14:case _ -13 some some DET DT _ 14 det 14:det _ +13 some some DET DT PronType=Ind 14 det 14:det _ 14 level level NOUN NN Number=Sing 11 obl 11:obl:at SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ @@ -12338,7 +12345,7 @@ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 model model NOUN NN Number=Sing 2 nmod 2:nmod:of _ 6 and and CCONJ CC _ 9 cc 9:cc _ -7 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 8 potential potential ADJ JJ Degree=Pos 9 amod 9:amod _ 9 economics economics NOUN NNS Number=Plur 2 conj 2:conj:and|12:nsubj _ 10 could could AUX MD VerbForm=Fin 12 aux 12:aux _ @@ -12384,15 +12391,15 @@ 4 matters matter NOUN NNS Number=Plur 3 obj 3:obj _ 5 as as SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj|8:nsubj:xsubj _ -7 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:as _ -8 best best ADJ JJS Degree=Sup 7 xcomp 7:xcomp _ +7 think think VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:as _ +8 best good ADJ JJS Degree=Sup 7 xcomp 7:xcomp _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 advise advise VERB VB Mood=Imp|VerbForm=Fin 3 conj 3:conj:and _ -11 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 10 obj 10:obj _ +11 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 10 iobj 10:iobj _ 12 of of ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 interest interest NOUN NN Number=Sing 10 obl 10:obl:of _ -15 generated generate VERB VBN Tense=Past|VerbForm=Part 14 acl 14:acl SpaceAfter=No +15 generated generate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 acl 14:acl SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent18_02-0071 @@ -12405,18 +12412,18 @@ 5 meet meet VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 there there ADV RB PronType=Dem 5 advmod 5:advmod _ 7 at at ADP IN _ 9 case 9:case _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 building building NOUN NN Number=Sing 6 obl 6:obl:at _ 10 or or CCONJ CC _ 11 cc 11:cc _ 11 elsewhere elsewhere ADV RB _ 6 conj 5:advmod|6:conj:or|14:nsubj _ 12 that that PRON WDT PronType=Rel 14 nsubj 11:ref _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ -14 appropriate appropriate ADJ JJ Degree=Pos 11 acl:relcl 11:acl:relcl SpaceAfter=No +14 appropriate appropriate ADJ JJ Degree=Pos 11 advcl:relcl 11:advcl:relcl SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent18_02-0072 # text = Best regards, -1 Best best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Best good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 regards regards NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 3 , , PUNCT , _ 2 punct 2:punct _ @@ -12424,9 +12431,9 @@ # text = Al Arfsten 713 965 2158 1 Al Al PROPN NNP Number=Sing 0 root 0:root _ 2 Arfsten Arfsten PROPN NNP Number=Sing 1 flat 1:flat _ -3 713 713 NUM CD NumType=Card 5 nummod 5:nummod _ -4 965 965 NUM CD NumType=Card 5 nummod 5:nummod _ -5 2158 2158 NUM CD NumType=Card 1 list 1:list _ +3 713 713 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ +4 965 965 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ +5 2158 2158 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ # sent_id = email-enronsent18_02-0074 # newpar id = email-enronsent18_02-p0033 @@ -12437,16 +12444,16 @@ # sent_id = email-enronsent18_02-0075 # newpar id = email-enronsent18_02-p0034 # text = No problem. -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 problem problem NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent18_02-0076 # text = Please, ask Stinson as well. 1 Please please INTJ UH _ 3 discourse 3:discourse SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 ask ask VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -4 Stinson Stinson PROPN NNP Number=Sing 3 obj 3:obj _ +4 Stinson Stinson PROPN NNP Number=Sing 3 iobj 3:iobj _ 5 as as ADV RB _ 3 advmod 3:advmod _ 6 well well ADV RB Degree=Pos 5 fixed 5:fixed SpaceAfter=No 7 . . PUNCT . _ 3 punct 3:punct _ @@ -12460,7 +12467,7 @@ # newpar id = email-enronsent18_02-p0036 # text = I thought that since Chonawee has an optimization background, he would be good to have him go to dinner with Dr. Lasdon on Thrusday as well. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 14 mark 14:mark _ 4 since since SCONJ IN _ 6 mark 6:mark _ 5 Chonawee Chonawee PROPN NNP Number=Sing 6 nsubj 6:nsubj _ @@ -12468,22 +12475,22 @@ 7 an a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 optimization optimization NOUN NN Number=Sing 9 compound 9:compound _ 9 background background NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No -10 , , PUNCT , _ 14 punct 14:punct _ +10 , , PUNCT , _ 6 punct 6:punct _ 11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 12 would would AUX MD VerbForm=Fin 14 aux 14:aux _ 13 be be AUX VB VerbForm=Inf 14 cop 14:cop _ 14 good good ADJ JJ Degree=Pos 2 ccomp 2:ccomp _ 15 to to PART TO _ 16 mark 16:mark _ 16 have have VERB VB VerbForm=Inf 14 advcl 14:advcl:to _ -17 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -18 go go VERB VB VerbForm=Inf 16 ccomp 16:ccomp _ +17 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 16 obj 16:obj|18:nsubj:xsubj _ +18 go go VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 19 to to ADP IN _ 20 case 20:case _ 20 dinner dinner NOUN NN Number=Sing 18 obl 18:obl:to _ 21 with with ADP IN _ 22 case 22:case _ 22 Dr. Dr. PROPN NNP Number=Sing 18 obl 18:obl:with _ 23 Lasdon Lasdon PROPN NNP Number=Sing 22 flat 22:flat _ 24 on on ADP IN _ 25 case 25:case _ -25 Thrusday Thrusday PROPN NNP Number=Sing 18 obl 18:obl:on _ +25 Thrusday Thursday PROPN NNP Number=Sing|Typo=Yes 18 obl 18:obl:on CorrectForm=Thursday 26 as as ADV RB _ 18 advmod 18:advmod _ 27 well well ADV RB Degree=Pos 26 fixed 26:fixed SpaceAfter=No 28 . . PUNCT . _ 2 punct 2:punct _ @@ -12510,13 +12517,13 @@ # newpar id = email-enronsent21_02-p0001 # text = We are still trying to figure out some of the cash traders. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 still still ADV RB _ 4 advmod 4:advmod _ 4 trying try VERB VBG VerbForm=Ger 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 figure figure VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 out out ADP RP _ 6 compound:prt 6:compound:prt _ -8 some some DET DT _ 6 obj 6:obj _ +8 some some DET DT PronType=Ind 6 obj 6:obj _ 9 of of ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 cash cash NOUN NN Number=Sing 12 compound 12:compound _ @@ -12527,7 +12534,7 @@ # text = Once we get the word from Lavo we'll let you know. 1 Once once SCONJ IN _ 3 mark 3:mark _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:once _ +3 get get VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:once _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 word word NOUN NN Number=Sing 3 obj 3:obj _ 6 from from ADP IN _ 7 case 7:case _ @@ -12558,9 +12565,9 @@ # sent_id = email-enronsent21_02-0006 # newpar id = email-enronsent21_02-p0004 # text = Are there any new developments in the trader world? -1 Are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 there there PRON EX _ 1 expl 1:expl _ -3 any any DET DT _ 5 det 5:det _ +3 any any DET DT PronType=Ind 5 det 5:det _ 4 new new ADJ JJ Degree=Pos 5 amod 5:amod _ 5 developments development NOUN NNS Number=Plur 1 nsubj 1:nsubj _ 6 in in ADP IN _ 9 case 9:case _ @@ -12573,25 +12580,25 @@ # text = We still have the traders and books that you provided last week, but need to know if there are any changes to this. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|15:nsubj|17:nsubj:xsubj _ 2 still still ADV RB _ 3 advmod 3:advmod _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 traders trader NOUN NNS Number=Plur 3 obj 3:obj|10:obj _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 books book NOUN NNS Number=Plur 5 conj 3:obj|5:conj:and|10:obj _ 8 that that PRON WDT PronType=Rel 10 obj 5:ref _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -10 provided provide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +10 provided provide VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 11 last last ADJ JJ Degree=Pos 12 amod 12:amod _ 12 week week NOUN NN Number=Sing 10 obl:tmod 10:obl:tmod SpaceAfter=No 13 , , PUNCT , _ 15 punct 15:punct _ 14 but but CCONJ CC _ 15 cc 15:cc _ -15 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ +15 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ 16 to to PART TO _ 17 mark 17:mark _ 17 know know VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ 18 if if SCONJ IN _ 20 mark 20:mark _ 19 there there PRON EX _ 20 expl 20:expl _ -20 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:if _ -21 any any DET DT _ 22 det 22:det _ +20 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 ccomp 17:ccomp _ +21 any any DET DT PronType=Ind 22 det 22:det _ 22 changes change NOUN NNS Number=Plur 20 nsubj 20:nsubj _ 23 to to ADP IN _ 24 case 24:case _ 24 this this PRON DT Number=Sing|PronType=Dem 22 nmod 22:nmod:to SpaceAfter=No @@ -12605,7 +12612,7 @@ 4 know know VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 if if SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ +7 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 change change NOUN NN Number=Sing 7 obj 7:obj _ 10 so so SCONJ IN _ 15 mark 15:mark _ @@ -12646,14 +12653,14 @@ 5 have have VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 to to PART TO _ 7 mark 7:mark _ 7 miss miss VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 wedding wedding NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent21_02-0013 # text = Unfortunately, I will be in Plano that weekend. 1 Unfortunately unfortunately ADV RB _ 7 advmod 7:advmod SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 4 will will AUX MD VerbForm=Fin 7 aux 7:aux _ 5 be be AUX VB VerbForm=Inf 7 cop 7:cop _ @@ -12666,7 +12673,7 @@ # sent_id = email-enronsent21_02-0014 # text = I wish I could make it. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 wish wish VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 wish wish VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 could could AUX MD VerbForm=Fin 5 aux 5:aux _ 5 make make VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ @@ -12695,13 +12702,13 @@ 3 gone go VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 anywhere anywhere ADV RB _ 3 advmod 3:advmod _ 5 or or CCONJ CC _ 12 cc 12:cc _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 other other ADJ JJ Degree=Pos 9 amod 9:amod _ 9 possibilities possibility NOUN NNS Number=Plur 12 nsubj 12:nsubj _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -11 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ -12 better better ADJ JJR Degree=Cmp 3 conj 3:conj:or SpaceAfter=No +11 had have VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +12 better good ADJ JJR Degree=Cmp 3 conj 3:conj:or SpaceAfter=No 13 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent21_02-0017 @@ -12733,24 +12740,24 @@ 3 being be AUX VBG VerbForm=Ger 4 aux:pass 4:aux:pass _ 4 told tell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 by by ADP IN _ 8 case 8:case _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ -7 better better ADJ JJR Degree=Cmp 8 amod 8:amod _ -8 half half NOUN NN Number=Sing 4 obl 4:obl:by _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 better good ADJ JJR Degree=Cmp 8 amod 8:amod _ +8 half half NOUN NN Number=Sing|NumForm=Word|NumType=Frac 4 obl:agent 4:obl:agent _ 9 that that SCONJ IN _ 11 mark 11:mark _ 10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj|13:nsubj:xsubj _ -11 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +11 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ 12 to to PART TO _ 13 mark 13:mark _ 13 get get VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 14 an a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 15 accurate accurate ADJ JJ Degree=Pos 17 amod 17:amod _ 16 head head NOUN NN Number=Sing 17 compound 17:compound _ 17 count count NOUN NN Number=Sing 13 obj 13:obj _ -18 of of SCONJ IN _ 19 case 19:case _ -19 who who PRON WP PronType=Int 17 nmod 17:nmod:of _ +18 of of SCONJ IN _ 22 mark 22:mark _ +19 who who PRON WP PronType=Int 22 nsubj 22:nsubj _ 20 will will AUX MD VerbForm=Fin 22 aux 22:aux _ 21 be be AUX VB VerbForm=Inf 22 aux 22:aux _ -22 attending attend VERB VBG Tense=Pres|VerbForm=Part 19 acl:relcl 19:acl:relcl _ -23 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +22 attending attend VERB VBG Tense=Pres|VerbForm=Part 17 acl 17:acl:of _ +23 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 wedding wedding NOUN NN Number=Sing 22 obj 22:obj SpaceAfter=No 25 . . PUNCT . _ 4 punct 4:punct _ @@ -12762,7 +12769,7 @@ 4 be be AUX VB VerbForm=Inf 6 cop 6:cop _ 5 so so ADV RB _ 6 advmod 6:advmod _ 6 kind kind ADJ JJ Degree=Pos 11 advcl 11:advcl:if SpaceAfter=No -7 , , PUNCT , _ 11 punct 11:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 could could AUX MD VerbForm=Fin 11 aux 11:aux _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ 10 possibly possibly ADV RB _ 11 advmod 11:advmod _ @@ -12770,7 +12777,7 @@ 12 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 11 obj 11:obj|13:nsubj:xsubj _ 13 know know VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 14 of of ADP IN _ 16 case 16:case _ -15 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 status status NOUN NN Number=Sing 13 obl 13:obl:of _ 17 over over ADP IN _ 20 case 20:case _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ @@ -12788,13 +12795,13 @@ 4 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 nmod 2:nmod:of _ 5 who who PRON WP PronType=Rel 7 nsubj 2:ref _ 6 already already ADV RB _ 7 advmod 7:advmod _ -7 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +7 sent send VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 8 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 7 iobj 7:iobj _ 9 an a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 RSVP rsvp NOUN NN Number=Sing 11 compound 11:compound _ 11 response response NOUN NN Number=Sing 7 obj 7:obj _ 12 recently recently ADV RB _ 7 advmod 7:advmod SpaceAfter=No -13 , , PUNCT , _ 15 punct 15:punct _ +13 , , PUNCT , _ 2 punct 2:punct _ 14 please please INTJ UH _ 15 discourse 15:discourse _ 15 disregard disregard VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root SpaceAfter=No 16 . . PUNCT . _ 15 punct 15:punct _ @@ -12803,7 +12810,7 @@ # text = Thanks for your help! 1 Thanks thanks NOUN NN Number=Sing 0 root 0:root _ 2 for for ADP IN _ 4 case 4:case _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 help help NOUN NN Number=Sing 1 nmod 1:nmod:for SpaceAfter=No 5 ! ! PUNCT . _ 1 punct 1:punct _ @@ -12830,14 +12837,14 @@ 4 those that DET DT Number=Plur|PronType=Dem 8 det 8:det _ 5 additional additional ADJ JJ Degree=Pos 8 amod 8:amod _ 6 post post NOUN NN Number=Sing 8 compound 8:compound SpaceAfter=No -7 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No -8 id's id' NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No +7 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +8 id's id NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No 9 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent21_02-0027 # text = There are deals in the Aruba book so I'm not sure why you aren't picking those up. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 deals deal NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 4 in in ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -12846,13 +12853,13 @@ 8 so so ADV RB _ 12 advmod 12:advmod _ 9-10 I'm _ _ _ _ _ _ _ _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -10 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +10 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 not not PART RB _ 12 advmod 12:advmod _ -12 sure sure ADJ JJ Degree=Pos 2 ccomp 2:ccomp _ -13 why why SCONJ WRB PronType=Int 17 mark 17:mark _ +12 sure sure ADJ JJ Degree=Pos 2 parataxis 2:parataxis _ +13 why why ADV WRB PronType=Int 17 advmod 17:advmod _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ 15-16 aren't _ _ _ _ _ _ _ _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +15 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 16 n't not PART RB _ 17 advmod 17:advmod _ 17 picking pick VERB VBG Tense=Pres|VerbForm=Part 12 ccomp 12:ccomp _ 18 those that PRON DT Number=Plur|PronType=Dem 17 obj 17:obj _ @@ -12863,7 +12870,7 @@ # text = The deals are listed below. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 deals deal NOUN NNS Number=Plur 4 nsubj:pass 4:nsubj:pass _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 listed list VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 below below ADV RB _ 4 advmod 4:advmod SpaceAfter=No 6 . . PUNCT . _ 4 punct 4:punct _ @@ -12875,124 +12882,124 @@ # sent_id = email-enronsent21_02-0030 # newpar id = email-enronsent21_02-p0015 # text = EY4096.1 PERFORMANCE 01-Feb-02 P 6,363,217 -$ 250,393 -1 EY4096.1 ey4096.1 NOUN NN Number=Sing 0 root 0:root _ +1 EY4096.1 EY4096.1 NOUN NN Number=Sing 0 root 0:root _ 2 PERFORMANCE performance NOUN NN Number=Sing 1 compound 1:compound _ -3 01-Feb-02 01-feb-02 NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ -4 P p NOUN NN Number=Sing 1 list 1:list _ -5 6,363,217 6,363,217 NUM CD NumType=Card 1 list 1:list _ -6 - - PUNCT : _ 1 punct 1:punct SpaceAfter=No +3 01-Feb-02 01-Feb-02 NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +4 P P NOUN NN Number=Sing 1 list 1:list _ +5 6,363,217 6363217 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ +6 - - PUNCT : _ 7 punct 7:punct SpaceAfter=No 7 $ $ SYM $ _ 1 list 1:list _ -8 250,393 250,393 NUM CD NumType=Card 7 nummod 7:nummod _ +8 250,393 250393 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ # sent_id = email-enronsent21_02-0031 # text = EY4096.3 PERFORMANCE 01-Feb-02 P 202,989 $ 195,610 -1 EY4096.3 ey4096.3 NOUN NN Number=Sing 0 root 0:root _ +1 EY4096.3 EY4096.3 NOUN NN Number=Sing 0 root 0:root _ 2 PERFORMANCE performance NOUN NN Number=Sing 1 list 1:list _ -3 01-Feb-02 01-feb-02 NOUN NN Number=Sing 1 list 1:list _ -4 P p NOUN NN Number=Sing 1 list 1:list _ -5 202,989 202,989 NUM CD NumType=Card 1 list 1:list _ +3 01-Feb-02 01-Feb-02 NOUN NN Number=Sing 1 list 1:list _ +4 P P NOUN NN Number=Sing 1 list 1:list _ +5 202,989 202989 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 6 $ $ SYM $ _ 1 list 1:list _ -7 195,610 195,610 NUM CD NumType=Card 6 nummod 6:nummod _ +7 195,610 195610 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ # sent_id = email-enronsent21_02-0032 # text = EY4096.4 PERFORMANCE 01-Feb-02 F 0 $ 31,180 -1 EY4096.4 ey4096.4 NOUN NN Number=Sing 0 root 0:root _ +1 EY4096.4 EY4096.4 NOUN NN Number=Sing 0 root 0:root _ 2 PERFORMANCE performance NOUN NN Number=Sing 1 list 1:list _ -3 01-Feb-02 01-feb-02 NOUN NN Number=Sing 1 list 1:list _ +3 01-Feb-02 01-Feb-02 NOUN NN Number=Sing 1 list 1:list _ 4 F F PROPN NNP Number=Sing 1 list 1:list _ -5 0 0 NUM CD NumType=Card 1 list 1:list _ +5 0 0 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 6 $ $ SYM $ _ 1 list 1:list _ -7 31,180 31,180 NUM CD NumType=Card 6 nummod 6:nummod _ +7 31,180 31180 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ # sent_id = email-enronsent21_02-0033 # text = EY4096.7 PERFORMANCE 01-Feb-02 P -6,363,217 -$ 55,678 -1 EY4096.7 ey4096.7 NOUN NN Number=Sing 0 root 0:root _ +1 EY4096.7 EY4096.7 NOUN NN Number=Sing 0 root 0:root _ 2 PERFORMANCE performance NOUN NN Number=Sing 1 list 1:list _ -3 01-Feb-02 01-feb-02 NOUN NN Number=Sing 1 list 1:list _ -4 P p NOUN NN Number=Sing 1 list 1:list _ +3 01-Feb-02 01-Feb-02 NOUN NN Number=Sing 1 list 1:list _ +4 P P NOUN NN Number=Sing 1 list 1:list _ 5 - - SYM SYM _ 1 list 1:list SpaceAfter=No -6 6,363,217 6,363,217 NUM CD NumType=Card 1 list 1:list _ +6 6,363,217 6363217 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 7 - - SYM SYM _ 1 list 1:list SpaceAfter=No 8 $ $ SYM $ _ 1 list 1:list _ -9 55,678 55,678 NUM CD NumType=Card 8 nummod 8:nummod _ +9 55,678 55678 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ # sent_id = email-enronsent21_02-0034 # text = EY4106.6 PERFORMANCE 01-Feb-02 P -1,993,045 -$ 32,387 -1 EY4106.6 ey4106.6 NOUN NN Number=Sing 0 root 0:root _ +1 EY4106.6 EY4106.6 NOUN NN Number=Sing 0 root 0:root _ 2 PERFORMANCE performance NOUN NN Number=Sing 1 list 1:list _ -3 01-Feb-02 01-feb-02 NOUN NN Number=Sing 1 list 1:list _ +3 01-Feb-02 01-Feb-02 NOUN NN Number=Sing 1 list 1:list _ 4 P P PROPN NNP Number=Sing 1 list 1:list _ -5 - - PUNCT : _ 1 punct 1:punct SpaceAfter=No -6 1,993,045 1,993,045 NUM CD NumType=Card 1 list 1:list _ -7 - - PUNCT : _ 1 punct 1:punct SpaceAfter=No +5 - - PUNCT : _ 6 punct 6:punct SpaceAfter=No +6 1,993,045 1993045 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ +7 - - PUNCT : _ 8 punct 8:punct SpaceAfter=No 8 $ $ SYM $ _ 1 list 1:list _ -9 32,387 32,387 NUM CD NumType=Card 8 nummod 8:nummod _ +9 32,387 32387 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ # sent_id = email-enronsent21_02-0035 # text = EY4106.7 PERFORMANCE 01-Feb-02 P 1,993,045 -$ 43,548 -1 EY4106.7 ey4106.7 NOUN NN Number=Sing 0 root 0:root _ +1 EY4106.7 EY4106.7 NOUN NN Number=Sing 0 root 0:root _ 2 PERFORMANCE performance NOUN NN Number=Sing 1 list 1:list _ -3 01-Feb-02 01-feb-02 NOUN NN Number=Sing 1 list 1:list _ -4 P p NOUN NN Number=Sing 1 list 1:list _ -5 1,993,045 1,993,045 NUM CD NumType=Card 1 list 1:list _ +3 01-Feb-02 01-Feb-02 NOUN NN Number=Sing 1 list 1:list _ +4 P P NOUN NN Number=Sing 1 list 1:list _ +5 1,993,045 1993045 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 6 - - SYM SYM _ 1 list 1:list SpaceAfter=No 7 $ $ SYM $ _ 1 list 1:list _ -8 43,548 43,548 NUM CD NumType=Card 7 nummod 7:nummod _ +8 43,548 43548 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ # sent_id = email-enronsent21_02-0036 # text = EY4106.9 PERFORMANCE 01-Feb-02 P 27,886 $ 27,361 -1 EY4106.9 ey4106.9 NOUN NN Number=Sing 0 root 0:root _ +1 EY4106.9 EY4106.9 NOUN NN Number=Sing 0 root 0:root _ 2 PERFORMANCE performance NOUN NN Number=Sing 1 list 1:list _ -3 01-Feb-02 01-feb-02 NOUN NN Number=Sing 1 list 1:list _ -4 P p NOUN NN Number=Sing 1 list 1:list _ -5 27,886 27,886 NUM CD NumType=Card 1 list 1:list _ +3 01-Feb-02 01-Feb-02 NOUN NN Number=Sing 1 list 1:list _ +4 P P NOUN NN Number=Sing 1 list 1:list _ +5 27,886 27886 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 6 $ $ SYM $ _ 1 list 1:list _ -7 27,361 27,361 NUM CD NumType=Card 6 nummod 6:nummod _ +7 27,361 27361 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ # sent_id = email-enronsent21_02-0037 # text = EY4108.E PERFORMANCE 01-Feb-02 P 12,514,373 -$ 265,932 -1 EY4108.E ey4108.e NOUN NN Number=Sing 0 root 0:root _ +1 EY4108.E EY4108.E NOUN NN Number=Sing 0 root 0:root _ 2 PERFORMANCE performance NOUN NN Number=Sing 1 list 1:list _ -3 01-Feb-02 01-feb-02 NOUN NN Number=Sing 1 list 1:list _ -4 P p NOUN NN Number=Sing 1 list 1:list _ -5 12,514,373 12,514,373 NUM CD NumType=Card 1 list 1:list _ -6 - - PUNCT : _ 1 punct 1:punct SpaceAfter=No +3 01-Feb-02 01-Feb-02 NOUN NN Number=Sing 1 list 1:list _ +4 P P NOUN NN Number=Sing 1 list 1:list _ +5 12,514,373 12514373 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ +6 - - PUNCT : _ 7 punct 7:punct SpaceAfter=No 7 $ $ SYM $ _ 1 list 1:list _ -8 265,932 265,932 NUM CD NumType=Card 7 nummod 7:nummod _ +8 265,932 265932 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ # sent_id = email-enronsent21_02-0038 # text = EY4108.F PERFORMANCE 01-Feb-02 P 112,610 $ 110,555 -1 EY4108.F ey4108.f NOUN NN Number=Sing 0 root 0:root _ +1 EY4108.F EY4108.F NOUN NN Number=Sing 0 root 0:root _ 2 PERFORMANCE performance NOUN NN Number=Sing 1 list 1:list _ -3 01-Feb-02 01-feb-02 NOUN NN Number=Sing 1 list 1:list _ -4 P p NOUN NN Number=Sing 1 list 1:list _ -5 112,610 112,610 NUM CD NumType=Card 1 list 1:list _ +3 01-Feb-02 01-Feb-02 NOUN NN Number=Sing 1 list 1:list _ +4 P P NOUN NN Number=Sing 1 list 1:list _ +5 112,610 112610 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 6 $ $ SYM $ _ 1 list 1:list _ -7 110,555 110,555 NUM CD NumType=Card 6 nummod 6:nummod _ +7 110,555 110555 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ # sent_id = email-enronsent21_02-0039 # text = EY4108.H PERFORMANCE 01-Feb-02 P -2,239,879 -$ 36,398 -1 EY4108.H ey4108.h NOUN NN Number=Sing 0 root 0:root _ +1 EY4108.H EY4108.H NOUN NN Number=Sing 0 root 0:root _ 2 PERFORMANCE performance NOUN NN Number=Sing 1 list 1:list _ -3 01-Feb-02 01-feb-02 NOUN NN Number=Sing 1 list 1:list _ -4 P p NOUN NN Number=Sing 1 list 1:list _ -5 - - PUNCT : _ 1 punct 1:punct SpaceAfter=No -6 2,239,879 2,239,879 NUM CD NumType=Card 1 list 1:list _ -7 - - PUNCT : _ 1 punct 1:punct SpaceAfter=No +3 01-Feb-02 01-Feb-02 NOUN NN Number=Sing 1 list 1:list _ +4 P P NOUN NN Number=Sing 1 list 1:list _ +5 - - PUNCT : _ 6 punct 6:punct SpaceAfter=No +6 2,239,879 2239879 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ +7 - - PUNCT : _ 8 punct 8:punct SpaceAfter=No 8 $ $ SYM $ _ 1 list 1:list _ -9 36,398 36,398 NUM CD NumType=Card 8 nummod 8:nummod _ +9 36,398 36398 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ # sent_id = email-enronsent21_02-0040 # text = EY4108.I PERFORMANCE 01-Feb-02 P -10,274,494 -$ 166,960 -1 EY4108.I ey4108.i NOUN NN Number=Sing 0 root 0:root _ +1 EY4108.I EY4108.I NOUN NN Number=Sing 0 root 0:root _ 2 PERFORMANCE performance NOUN NN Number=Sing 1 list 1:list _ -3 01-Feb-02 01-feb-02 NOUN NN Number=Sing 1 list 1:list _ -4 P p NOUN NN Number=Sing 1 list 1:list _ -5 - - PUNCT : _ 1 punct 1:punct SpaceAfter=No -6 10,274,494 10,274,494 NUM CD NumType=Card 1 list 1:list _ -7 - - PUNCT : _ 1 punct 1:punct SpaceAfter=No +3 01-Feb-02 01-Feb-02 NOUN NN Number=Sing 1 list 1:list _ +4 P P NOUN NN Number=Sing 1 list 1:list _ +5 - - PUNCT : _ 6 punct 6:punct SpaceAfter=No +6 10,274,494 10274494 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ +7 - - PUNCT : _ 8 punct 8:punct SpaceAfter=No 8 $ $ SYM $ _ 1 list 1:list _ -9 166,960 166,960 NUM CD NumType=Card 8 nummod 8:nummod _ +9 166,960 166960 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ # sent_id = email-enronsent21_02-0041 # text = Thanks @@ -13002,7 +13009,7 @@ # newpar id = email-enronsent21_02-p0016 # text = As seen below, 1 As as SCONJ IN _ 2 mark 2:mark _ -2 seen see VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +2 seen see VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 3 below below ADV RB _ 2 advmod 2:advmod SpaceAfter=No 4 , , PUNCT , _ 2 punct 2:punct _ @@ -13014,15 +13021,15 @@ 4 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 5 ENA ena NOUN NN Number=Sing 6 compound 6:compound _ 6 DPR dpr NOUN NN Number=Sing 8 compound 8:compound _ -7 0102 0102 NUM CD NumType=Card 6 nummod 6:nummod _ +7 0102 0102 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 8 file file NOUN NN Number=Sing 3 obj 3:obj _ -9 rather rather ADV RB _ 15 case 15:case _ +9 rather rather ADV RB _ 15 cc 15:cc _ 10 than than ADP IN _ 9 fixed 9:fixed _ 11 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 12 EWS ews NOUN NN Number=Sing 13 compound 13:compound _ 13 DPR dpr NOUN NN Number=Sing 15 compound 15:compound _ -14 2002 2002 NUM CD NumType=Card 13 nummod 13:nummod _ -15 file file NOUN NN Number=Sing 8 nmod 8:nmod:rather_than _ +14 2002 2002 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ +15 file file NOUN NN Number=Sing 8 conj 8:conj:rather_than _ 16 to to PART TO _ 17 mark 17:mark _ 17 send send VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ 18 to to ADP IN _ 19 case 19:case _ @@ -13033,14 +13040,15 @@ # text = The positions needed to be divided to reflect BCF's. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 positions position NOUN NNS Number=Plur 3 nsubj 3:nsubj|6:nsubj:xsubj _ -3 needed need VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 needed need VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 6 mark 6:mark _ 5 be be AUX VB VerbForm=Inf 6 aux:pass 6:aux:pass _ 6 divided divide VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 xcomp 3:xcomp _ 7 to to PART TO _ 8 mark 8:mark _ 8 reflect reflect VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ -9 BCF bcf NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No -10 's 's PART POS _ 9 case 9:case SpaceAfter=No +9-10 BCF's _ _ _ _ _ _ _ SpaceAfter=No +9 BCF bcf NOUN NN Number=Sing 8 obj 8:obj _ +10 's 's PART POS _ 9 case 9:case _ 11 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent21_02-0045 @@ -13057,21 +13065,21 @@ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 3 also also ADV RB _ 4 advmod 4:advmod _ 4 CC cc VERB VB VerbForm=Inf 0 root 0:root _ -5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obj 4:obj _ +5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 iobj 4:iobj _ 6 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -7 first first ADJ JJ Degree=Pos|NumType=Ord 9 amod 9:amod _ +7 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 9 amod 9:amod _ 8 few few ADJ JJ Degree=Pos 9 amod 9:amod _ -9 times time NOUN NNS Number=Plur 4 obl:npmod 4:obl:npmod _ +9 times time NOUN NNS Number=Plur 4 obl:tmod 4:obl:tmod _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -11 send send VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +11 send send VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 12 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj SpaceAfter=No 13 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent21_02-0048 # text = While our established schedules of Tuesday and Friday DPR's would have us reporting tomorrow's activity on Monday, we will change that for month end. 1 While while SCONJ IN _ 11 mark 11:mark _ -2 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ -3 established establish VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod _ +2 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 established establish VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod _ 4 schedules schedule NOUN NNS Number=Plur 11 nsubj 11:nsubj _ 5 of of ADP IN _ 9 case 9:case _ 6 Tuesday Tuesday PROPN NNP Number=Sing 9 compound 9:compound _ @@ -13080,15 +13088,15 @@ 9 DPR's dpr's NOUN NN Number=Sing 4 nmod 4:nmod:of _ 10 would would AUX MD VerbForm=Fin 11 aux 11:aux _ 11 have have VERB VB VerbForm=Inf 22 advcl 22:advcl:while _ -12 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 reporting report VERB VBG VerbForm=Ger 11 ccomp 11:ccomp _ +12 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 11 obj 11:obj|13:nsubj:xsubj _ +13 reporting report VERB VBG VerbForm=Ger 11 xcomp 11:xcomp _ 14-15 tomorrow's _ _ _ _ _ _ _ _ 14 tomorrow tomorrow NOUN NN Number=Sing 16 nmod:poss 16:nmod:poss _ 15 's 's PART POS _ 14 case 14:case _ 16 activity activity NOUN NN Number=Sing 13 obj 13:obj _ 17 on on ADP IN _ 18 case 18:case _ 18 Monday Monday PROPN NNP Number=Sing 13 obl 13:obl:on SpaceAfter=No -19 , , PUNCT , _ 22 punct 22:punct _ +19 , , PUNCT , _ 11 punct 11:punct _ 20 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 22 nsubj 22:nsubj _ 21 will will AUX MD VerbForm=Fin 22 aux 22:aux _ 22 change change VERB VB VerbForm=Inf 0 root 0:root _ @@ -13104,15 +13112,15 @@ 2 email email VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 4 January January PROPN NNP Number=Sing 7 compound 7:compound _ -5 31st 31st NOUN NN Number=Sing 4 nummod 4:nummod _ +5 31st 31st NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 4 nummod 4:nummod _ 6 DPR dpr NOUN NN Number=Sing 7 compound 7:compound _ 7 information information NOUN NN Number=Sing 2 obj 2:obj _ 8 for for ADP IN _ 11 case 11:case _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 respective respective ADJ JJ Degree=Pos 11 amod 11:amod _ 11 groups group NOUN NNS Number=Plur 7 nmod 7:nmod:for _ 12 to to ADP IN _ 14 case 14:case _ -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 attention attention NOUN NN Number=Sing 2 obl 2:obl:to _ 15 by by ADP IN _ 16 case 16:case _ 16 noon noon NOUN NN Number=Sing 2 obl 2:obl:by _ @@ -13129,16 +13137,16 @@ 5 same same ADJ JJ Degree=Pos 7 amod 7:amod _ 6 spreadsheet spreadsheet NOUN NN Number=Sing 7 compound 7:compound _ 7 format format NOUN NN Number=Sing 3 obj 3:obj _ -8 used use VERB VBN Tense=Past|VerbForm=Part 7 acl 7:acl _ +8 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl _ 9 for for ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -11 1/29/02 1/29/02 NUM CD NumType=Card 12 nummod 12:nummod _ +11 1/29/02 1/29/02 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 12 DPR dpr NOUN NN Number=Sing 8 obl 8:obl:for SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent21_02-0051 # text = All p&l and PRMA numbers should be in $'000's. -1 All all DET DT _ 5 det 5:det _ +1 All all DET DT PronType=Tot 5 det 5:det _ 2 p&l p&l NOUN NN Number=Sing 5 compound 5:compound _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 PRMA prma NOUN NN Number=Sing 2 conj 2:conj:and|5:compound _ @@ -13147,7 +13155,7 @@ 7 be be AUX VB VerbForm=Inf 10 cop 10:cop _ 8 in in ADP IN _ 10 case 10:case _ 9 $ $ SYM $ _ 10 compound 10:compound SpaceAfter=No -10 '000's '000' NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No +10 '000's 000 NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 11 . . PUNCT . _ 10 punct 10:punct _ # sent_id = email-enronsent21_02-0052 @@ -13155,7 +13163,7 @@ 1 Starting start VERB VBG VerbForm=Ger 8 advcl 8:advcl _ 2 in in ADP IN _ 3 case 3:case _ 3 February February PROPN NNP Number=Sing 1 obl 1:obl:in SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +4 , , PUNCT , _ 1 punct 1:punct _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ 6 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 7 be be AUX VB VerbForm=Inf 8 cop 8:cop _ @@ -13164,11 +13172,11 @@ 10 export export VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 data data NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No -13 , , PUNCT , _ 10 punct 10:punct _ -14 as as SCONJ IN _ 10 obl 10:obl _ -15 opposed oppose VERB VBN Tense=Past|VerbForm=Part 14 fixed 14:fixed _ -16 to to SCONJ IN _ 17 mark 17:mark _ -17 using use VERB VBG VerbForm=Ger 14 fixed 14:fixed _ +13 , , PUNCT , _ 17 punct 17:punct _ +14 as as SCONJ IN _ 17 mark 17:mark _ +15 opposed oppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 fixed 14:fixed _ +16 to to SCONJ IN _ 14 fixed 14:fixed _ +17 using use VERB VBG VerbForm=Ger 10 advcl 10:advcl _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 spreadsheets spreadsheet NOUN NNS Number=Plur 17 obj 17:obj SpaceAfter=No 20 . . PUNCT . _ 8 punct 8:punct _ @@ -13183,9 +13191,9 @@ 1 Chris Chris PROPN NNP Number=Sing 0 root 0:root _ 2 Abel Abel PROPN NNP Number=Sing 1 flat 1:flat _ 3 Manager manager NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 6 punct 6:punct _ 5 Risk risk NOUN NN Number=Sing 6 compound 6:compound _ -6 Controls control NOUN NNS Number=Plur 9 compound 9:compound _ +6 Controls control NOUN NNS Number=Plur 1 list 1:list _ 7 Global global ADJ JJ Degree=Pos 9 amod 9:amod _ 8 Risk risk NOUN NN Number=Sing 9 compound 9:compound _ 9 Operations operation NOUN NNS Number=Plur 1 list 1:list _ @@ -13193,7 +13201,7 @@ 11 < < PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No 12 mailto:chris.abel@enron.com mailto:chris.abel@enron.com X ADD _ 10 appos 10:appos SpaceAfter=No 13 > > PUNCT -RRB- _ 12 punct 12:punct _ -14 713.853.3102 713.853.3102 NUM CD NumType=Card 1 list 1:list _ +14 713.853.3102 713.853.3102 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ # sent_id = email-enronsent21_02-0055 # text = Kristen, @@ -13204,8 +13212,8 @@ # newpar id = email-enronsent21_02-p0017 # text = Attached are all live financial deals by risk type. 1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ -3 all all DET DT _ 6 det 6:det _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ +3 all all DET DT PronType=Tot 6 det 6:det _ 4 live live ADJ JJ Degree=Pos 6 amod 6:amod _ 5 financial financial ADJ JJ Degree=Pos 6 amod 6:amod _ 6 deals deal NOUN NNS Number=Plur 1 nsubj:pass 1:nsubj:pass _ @@ -13220,7 +13228,7 @@ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 3 can can AUX MD VerbForm=Fin 4 aux 4:aux _ 4 see see VERB VB VerbForm=Inf 11 advcl 11:advcl:as SpaceAfter=No -5 , , PUNCT , _ 11 punct 11:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 price price NOUN NN Number=Sing 8 compound 8:compound _ 8 data data NOUN NN Number=Sing 11 nsubj 11:nsubj _ @@ -13230,7 +13238,7 @@ 12 to to PART TO _ 13 mark 13:mark _ 13 fit fit VERB VB VerbForm=Inf 11 advcl 11:advcl:to _ 14 into into ADP IN _ 16 case 16:case _ -15 one one NUM CD NumType=Card 16 nummod 16:nummod _ +15 one one NUM CD NumForm=Word|NumType=Card 16 nummod 16:nummod _ 16 tab tab NOUN NN Number=Sing 13 obl 13:obl:into SpaceAfter=No 17 . . PUNCT . _ 11 punct 11:punct _ @@ -13238,11 +13246,11 @@ # text = After tomorrow, I will no longer have access to the estate files. 1 After after ADP IN _ 2 case 2:case _ 2 tomorrow tomorrow NOUN NN Number=Sing 8 obl 8:obl:after SpaceAfter=No -3 , , PUNCT , _ 8 punct 8:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 5 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 6 no no ADV RB _ 7 advmod 7:advmod _ -7 longer longer ADV RBR Degree=Cmp 8 advmod 8:advmod _ +7 longer long ADV RBR Degree=Cmp 8 advmod 8:advmod _ 8 have have VERB VB VerbForm=Inf 0 root 0:root _ 9 access access NOUN NN Number=Sing 8 obj 8:obj _ 10 to to ADP IN _ 13 case 13:case _ @@ -13274,7 +13282,7 @@ 19 assist assist VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ 20 you you PRON PRP Case=Acc|Person=2|PronType=Prs 19 obj 19:obj _ 21 with with ADP IN _ 23 case 23:case _ -22 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 requests request NOUN NNS Number=Plur 19 obl 19:obl:with _ 24 going go VERB VBG VerbForm=Ger 17 advcl 17:advcl _ 25 forward forward ADV RB _ 24 advmod 24:advmod SpaceAfter=No @@ -13318,30 +13326,30 @@ 1 After after ADP IN _ 3 case 3:case _ 2 this this DET DT Number=Sing|PronType=Dem 3 det 3:det _ 3 weekend weekend NOUN NN Number=Sing 9 obl 9:obl:after SpaceAfter=No -4 , , PUNCT , _ 9 punct 9:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 6 will will AUX MD VerbForm=Fin 9 aux 9:aux _ 7 no no ADV RB _ 8 advmod 8:advmod _ -8 longer longer ADV RBR Degree=Cmp 9 advmod 9:advmod _ +8 longer long ADV RBR Degree=Cmp 9 advmod 9:advmod _ 9 have have VERB VB VerbForm=Inf 0 root 0:root _ 10 access access NOUN NN Number=Sing 9 obj 9:obj _ 11 to to ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 estate estate NOUN NN Number=Sing 14 compound 14:compound _ 14 files file NOUN NNS Number=Plur 10 nmod 10:nmod:to SpaceAfter=No -15 , , PUNCT , _ 9 punct 9:punct _ +15 , , PUNCT , _ 20 punct 20:punct _ 16 these this DET DT Number=Plur|PronType=Dem 17 det 17:det _ 17 people people NOUN NNS Number=Plur 20 nsubj 20:nsubj|22:nsubj:xsubj _ 18 will will AUX MD VerbForm=Fin 20 aux 20:aux _ 19 be be AUX VB VerbForm=Inf 20 cop 20:cop _ -20 able able ADJ JJ Degree=Pos 9 ccomp 9:ccomp _ +20 able able ADJ JJ Degree=Pos 9 parataxis 9:parataxis _ 21 to to PART TO _ 22 mark 22:mark _ 22 help help VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ 23 you you PRON PRP Case=Acc|Person=2|PronType=Prs 22 obj 22:obj _ 24 with with ADP IN _ 25 case 25:case _ -25 any any DET DT _ 22 obl 22:obl:with _ +25 any any DET DT PronType=Ind 22 obl 22:obl:with _ 26 of of ADP IN _ 28 case 28:case _ -27 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +27 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ 28 questions question NOUN NNS Number=Plur 25 nmod 25:nmod:of SpaceAfter=No 29 . . PUNCT . _ 9 punct 9:punct _ @@ -13356,7 +13364,7 @@ 7 assist assist VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ 8 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 7 obj 7:obj _ 9 if if SCONJ IN _ 10 mark 10:mark _ -10 needed need VERB VBN Tense=Past|VerbForm=Part 7 advcl 7:advcl:if SpaceAfter=No +10 needed need VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 advcl 7:advcl:if SpaceAfter=No 11 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent21_02-0066 @@ -13374,7 +13382,7 @@ # text = Here you go... 1 Here here ADV RB PronType=Dem 3 advmod 3:advmod _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 go go VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 4 ... ... PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent21_02-0069 @@ -13397,24 +13405,24 @@ 5 list list NOUN NN Number=Sing 3 obj 3:obj _ 6 of of ADP IN _ 9 case 9:case _ 7 post post NOUN NN Number=Sing 9 compound 9:compound SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No -9 id's id' NOUN NNS Number=Plur 5 nmod 5:nmod:of _ +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +9 id's id NOUN NNS Number=Plur 5 nmod 5:nmod:of _ 10 for for ADP IN _ 11 case 11:case _ 11 you you PRON PRP Case=Acc|Person=2|PronType=Prs 5 nmod 5:nmod:for _ 12 by by ADP IN _ 13 case 13:case _ -13 4:30 4:30 NUM CD NumType=Card 3 obl 3:obl:by _ +13 4:30 4:30 NUM CD NumForm=Digit|NumType=Card 3 obl 3:obl:by _ 14 today today NOUN NN Number=Sing 13 nmod:tmod 13:nmod:tmod SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent21_02-0072 # text = After friday, I will no longer have access to the estate, so if you could shoot this off over night so I could have something in the morning to work with I would appreciate it. 1 After after ADP IN _ 2 case 2:case _ -2 friday friday PROPN NNP Number=Sing 8 obl 8:obl:after SpaceAfter=No -3 , , PUNCT , _ 8 punct 8:punct _ +2 friday Friday PROPN NNP Number=Sing 8 obl 8:obl:after SpaceAfter=No +3 , , PUNCT , _ 2 punct 2:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 5 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 6 no no ADV RB _ 7 advmod 7:advmod _ -7 longer longer ADV RBR Degree=Cmp 8 advmod 8:advmod _ +7 longer long ADV RBR Degree=Cmp 8 advmod 8:advmod _ 8 have have VERB VB VerbForm=Inf 0 root 0:root _ 9 access access NOUN NN Number=Sing 8 obj 8:obj _ 10 to to ADP IN _ 12 case 12:case _ @@ -13428,13 +13436,13 @@ 18 shoot shoot VERB VB VerbForm=Inf 36 advcl 36:advcl:if _ 19 this this PRON DT Number=Sing|PronType=Dem 18 obj 18:obj _ 20 off off ADP RP _ 18 compound:prt 18:compound:prt _ -21 over over X GW _ 18 advmod 18:advmod _ -22 night night ADV RB _ 21 goeswith 21:goeswith _ +21 over overnight ADV GW Typo=Yes 18 advmod 18:advmod _ +22 night _ X RB _ 21 goeswith 21:goeswith _ 23 so so SCONJ IN _ 26 mark 26:mark _ 24 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 26 nsubj 26:nsubj _ 25 could could AUX MD VerbForm=Fin 26 aux 26:aux _ 26 have have VERB VB VerbForm=Inf 18 advcl 18:advcl:so _ -27 something something PRON NN Number=Sing 26 obj 26:obj|32:nsubj:xsubj _ +27 something something PRON NN Number=Sing|PronType=Ind 26 obj 26:obj|32:nsubj:xsubj _ 28 in in ADP IN _ 30 case 30:case _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 morning morning NOUN NN Number=Sing 26 obl 26:obl:in _ @@ -13443,7 +13451,7 @@ 33 with with ADP IN _ 32 obl 32:obl _ 34 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 36 nsubj 36:nsubj _ 35 would would AUX MD VerbForm=Fin 36 aux 36:aux _ -36 appreciate appreciate VERB VB VerbForm=Inf 8 conj 8:conj _ +36 appreciate appreciate VERB VB VerbForm=Inf 8 parataxis 8:parataxis _ 37 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 36 obj 36:obj SpaceAfter=No 38 . . PUNCT . _ 8 punct 8:punct _ @@ -13457,7 +13465,7 @@ 6-7 doesn't _ _ _ _ _ _ _ _ 6 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 n't not PART RB _ 8 advmod 8:advmod _ -8 seem seem VERB VB VerbForm=Inf 3 advcl 3:advcl:if _ +8 seem seem VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ 9 possible possible ADJ JJ Degree=Pos 8 xcomp 8:xcomp SpaceAfter=No 10 . . PUNCT . _ 1 punct 1:punct _ @@ -13475,18 +13483,19 @@ # newpar id = newsgroup-groups.google.com_HarryPotterAppreciationSociety_a3adbf6ac3dc191c_ENG_20050921_061800-p0001 # text = Hi I´m from Brazil and I want to know of book 06. 1 Hi hi INTJ UH _ 5 discourse 5:discourse _ -2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj SpaceAfter=No -3 ´m be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2-3 I´m _ _ _ _ _ _ _ _ +2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ +3 ´m be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 5 cop 5:cop CorrectForm='m 4 from from ADP IN _ 5 case 5:case _ 5 Brazil Brazil PROPN NNP Number=Sing 0 root 0:root _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ -8 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +8 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 9 to to PART TO _ 10 mark 10:mark _ 10 know know VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 of of ADP IN _ 12 case 12:case _ 12 book book NOUN NN Number=Sing 10 obl 10:obl:of _ -13 06 06 NUM CD NumType=Card 12 nummod 12:nummod SpaceAfter=No +13 06 06 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod SpaceAfter=No 14 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No # sent_id = newsgroup-groups.google.com_HarryPotterAppreciationSociety_a3adbf6ac3dc191c_ENG_20050921_061800-0002 @@ -13502,7 +13511,7 @@ 1-2 what's _ _ _ _ _ _ _ _ 1 what what PRON WP PronType=Int 4 nsubj 4:nsubj _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 opinion opinion NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 5 ? ? PUNCT . _ 4 punct 4:punct SpaceAfter=No @@ -13519,13 +13528,13 @@ # text = its good. 1-2 its _ _ _ _ _ _ _ _ 1 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 3 cop 3:cop CorrectForm='s 3 good good ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_HarryPotterAppreciationSociety_a3adbf6ac3dc191c_ENG_20050921_061800-0007 # text = u must read it. -1 u you PRON PRP Abbr=Yes|Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ +1 u you PRON PRP Abbr=Yes|Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj CorrectForm=you 2 must must AUX MD VerbForm=Fin 3 aux 3:aux _ 3 read read VERB VB VerbForm=Inf 0 root 0:root _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj SpaceAfter=No @@ -13547,30 +13556,30 @@ # text = Its awesome- better than book 5 1-2 Its _ _ _ _ _ _ _ _ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 3 cop 3:cop CorrectForm='s 3 awesome awesome ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -4 - - PUNCT , _ 3 punct 3:punct _ -5 better better ADJ JJR Degree=Cmp 3 parataxis 3:parataxis _ +4 - - PUNCT , _ 5 punct 5:punct _ +5 better good ADJ JJR Degree=Cmp 3 parataxis 3:parataxis _ 6 than than ADP IN _ 7 case 7:case _ 7 book book NOUN NN Number=Sing 5 obl 5:obl:than _ -8 5 5 NUM CD NumType=Card 7 nummod 7:nummod _ +8 5 5 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ # newdoc id = newsgroup-groups.google.com_alt.animals_0b4766087b0d36b7_ENG_20031231_183500 # sent_id = newsgroup-groups.google.com_alt.animals_0b4766087b0d36b7_ENG_20031231_183500-0001 # newpar id = newsgroup-groups.google.com_alt.animals_0b4766087b0d36b7_ENG_20031231_183500-p0001 # text = An orphaned, two-month old African elephant named Olly received an extremely uplifting Christmas present this year: an airplane ride just for him, courtesy of the International Fund for Animal Welfare and their friends 'The Bateleurs'. 1 An a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -2 orphaned orphan VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod SpaceAfter=No -3 , , PUNCT , _ 9 punct 9:punct _ -4 two two NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +2 orphaned orphan VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod SpaceAfter=No +3 , , PUNCT , _ 2 punct 2:punct _ +4 two two NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 6 month month NOUN NN Number=Sing 7 obl:npmod 7:obl:npmod _ 7 old old ADJ JJ Degree=Pos 9 amod 9:amod _ 8 African African ADJ JJ Degree=Pos 9 amod 9:amod _ 9 elephant elephant NOUN NN Number=Sing 12 nsubj 12:nsubj _ -10 named name VERB VBN Tense=Past|VerbForm=Part 9 acl 9:acl _ +10 named name VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 acl 9:acl _ 11 Olly Olly PROPN NNP Number=Sing 10 xcomp 10:xcomp _ -12 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 received receive VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 13 an a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 14 extremely extremely ADV RB _ 15 advmod 15:advmod _ 15 uplifting uplifting ADJ JJ Degree=Pos 17 amod 17:amod _ @@ -13578,28 +13587,28 @@ 17 present present NOUN NN Number=Sing 12 obj 12:obj _ 18 this this DET DT Number=Sing|PronType=Dem 19 det 19:det _ 19 year year NOUN NN Number=Sing 12 obl:tmod 12:obl:tmod SpaceAfter=No -20 : : PUNCT , _ 12 punct 12:punct _ +20 : : PUNCT , _ 19 punct 19:punct _ 21 an a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 22 airplane airplane NOUN NN Number=Sing 23 compound 23:compound _ 23 ride ride NOUN NN Number=Sing 17 appos 17:appos _ 24 just just ADV RB _ 26 advmod 26:advmod _ 25 for for ADP IN _ 26 case 26:case _ 26 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 23 nmod 23:nmod:for SpaceAfter=No -27 , , PUNCT , _ 23 punct 23:punct _ +27 , , PUNCT , _ 28 punct 28:punct _ 28 courtesy courtesy NOUN NN Number=Sing 23 appos 23:appos _ 29 of of ADP IN _ 32 case 32:case _ 30 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ -31 International International PROPN NNP Number=Sing 32 compound 32:compound _ +31 International International ADJ NNP Degree=Pos 32 amod 32:amod _ 32 Fund Fund PROPN NNP Number=Sing 28 nmod 28:nmod:of _ 33 for for ADP IN _ 35 case 35:case _ 34 Animal Animal PROPN NNP Number=Sing 35 compound 35:compound _ 35 Welfare Welfare PROPN NNP Number=Sing 32 nmod 32:nmod:for _ 36 and and CCONJ CC _ 38 cc 38:cc _ -37 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ +37 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ 38 friends friend NOUN NNS Number=Plur 32 conj 28:nmod:of|32:conj:and _ 39 ' ' PUNCT `` _ 41 punct 41:punct SpaceAfter=No 40 The the DET DT Definite=Def|PronType=Art 41 det 41:det _ -41 Bateleurs Bateleurs PROPN NNPS Number=Plur 38 appos 38:appos SpaceAfter=No +41 Bateleurs Bateleur PROPN NNPS Number=Plur 38 appos 38:appos SpaceAfter=No 42 ' ' PUNCT '' _ 41 punct 41:punct SpaceAfter=No 43 . . PUNCT . _ 12 punct 12:punct _ @@ -13621,7 +13630,7 @@ # newpar id = newsgroup-groups.google.com_JyotishRemedies_cc96334336b9368b_ENG_20050623_013400-p0002 # text = We have started a new forum for an interactive and absorbing discussion on Astrology & Palmistry and everything in between including Gemology, Feng Shui/Vaastu Shastra. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 started start VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 new new ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -13637,26 +13646,26 @@ 15 & & CCONJ CC _ 16 cc 16:cc _ 16 Palmistry palmistry NOUN NN Number=Sing 14 conj 12:nmod:on|14:conj:and _ 17 and and CCONJ CC _ 18 cc 18:cc _ -18 everything everything PRON NN Number=Sing 14 conj 12:nmod:on|14:conj:and _ -19 in in ADP IN _ 20 case 20:case _ -20 between between ADV RB _ 18 nmod 18:nmod:in _ +18 everything everything PRON NN Number=Sing|PronType=Tot 14 conj 12:nmod:on|14:conj:and _ +19 in in ADP IN _ 18 advmod 18:advmod _ +20 between between ADP IN _ 19 fixed 19:fixed _ 21 including include VERB VBG VerbForm=Ger 22 case 22:case _ -22 Gemology gemology NOUN NN Number=Sing 18 nmod 18:nmod:include SpaceAfter=No +22 Gemology gemology NOUN NN Number=Sing 18 nmod 18:nmod:including SpaceAfter=No 23 , , PUNCT , _ 25 punct 25:punct _ 24 Feng feng NOUN NN Number=Sing 25 compound 25:compound _ -25 Shui shui NOUN NN Number=Sing 22 conj 18:nmod:include|22:conj SpaceAfter=No +25 Shui shui NOUN NN Number=Sing 22 conj 18:nmod:including|22:conj SpaceAfter=No 26 / / SYM , _ 28 cc 28:cc SpaceAfter=No 27 Vaastu vaastu NOUN NN Number=Sing 28 compound 28:compound _ -28 Shastra shastra NOUN NN Number=Sing 22 conj 18:nmod:include|22:conj SpaceAfter=No +28 Shastra shastra NOUN NN Number=Sing 22 conj 18:nmod:including|22:conj SpaceAfter=No 29 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_JyotishRemedies_cc96334336b9368b_ENG_20050623_013400-0003 # text = We look forward to your active participation to make this forum an exciting meeting place for like minded individuals. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 look look VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 forward forward ADV RB _ 2 advmod 2:advmod _ 4 to to ADP IN _ 7 case 7:case _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 active active ADJ JJ Degree=Pos 7 amod 7:amod _ 7 participation participation NOUN NN Number=Sing 2 obl 2:obl:to _ 8 to to PART TO _ 9 mark 9:mark _ @@ -13687,11 +13696,11 @@ # newpar id = newsgroup-groups.google.com_8TRACKGROUPFORCOOLPEOPLE_3b43577fb9121c9f_ENG_20050320_090500-p0001 # text = Play your CD's, 8-tracks, reel to reels, cassettes, vinyl 33/45's, and shellac 78's through this little integrated amp, you'll get a big eye opener ! 1 Play play VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ -3 CD's cd' NOUN NNS Number=Plur 1 obj 1:obj SpaceAfter=No +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +3 CD's cd NOUN NNS Number=Plur 1 obj 1:obj SpaceAfter=No 4 , , PUNCT , _ 7 punct 7:punct _ -5 8 8 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +5 8 8 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 tracks track NOUN NNS Number=Plur 3 conj 1:obj|3:conj:and SpaceAfter=No 8 , , PUNCT , _ 9 punct 9:punct _ 9 reel reel NOUN NN Number=Sing 3 conj 1:obj|3:conj:and _ @@ -13701,19 +13710,19 @@ 13 cassettes cassette NOUN NNS Number=Plur 3 conj 1:obj|3:conj:and SpaceAfter=No 14 , , PUNCT , _ 16 punct 16:punct _ 15 vinyl vinyl NOUN NN Number=Sing 16 compound 16:compound _ -16 33 33 NUM CD NumType=Card 3 conj 1:obj|3:conj:and SpaceAfter=No +16 33 33 NUM CD NumForm=Digit|NumType=Card 3 conj 1:obj|3:conj:and SpaceAfter=No 17 / / SYM SYM _ 18 cc 18:cc SpaceAfter=No -18 45's 45' NOUN NNS Number=Plur 16 conj 16:conj SpaceAfter=No +18 45's 45 NOUN NNS Number=Plur 16 conj 16:conj SpaceAfter=No 19 , , PUNCT , _ 22 punct 22:punct _ 20 and and CCONJ CC _ 22 cc 22:cc _ 21 shellac shellac NOUN NN Number=Sing 22 compound 22:compound _ -22 78's 78' NOUN NNS Number=Plur 3 conj 1:obj|3:conj:and _ +22 78's 78 NOUN NNS Number=Plur 3 conj 1:obj|3:conj:and _ 23 through through ADP IN _ 27 case 27:case _ 24 this this DET DT Number=Sing|PronType=Dem 27 det 27:det _ 25 little little ADJ JJ Degree=Pos 27 amod 27:amod _ 26 integrated integrated ADJ JJ Degree=Pos 27 amod 27:amod _ 27 amp amp NOUN NN Number=Sing 1 obl 1:obl:through SpaceAfter=No -28 , , PUNCT , _ 1 punct 1:punct _ +28 , , PUNCT , _ 31 punct 31:punct _ 29-30 you'll _ _ _ _ _ _ _ _ 29 you you PRON PRP Case=Nom|Person=2|PronType=Prs 31 nsubj 31:nsubj _ 30 'll will AUX MD VerbForm=Fin 31 aux 31:aux _ @@ -13731,17 +13740,17 @@ 3 original original ADJ JJ Degree=Pos 5 amod 5:amod _ 4 Magnavox Magnavox PROPN NNP Number=Sing 5 compound 5:compound _ 5 tubes tube NOUN NNS Number=Plur 1 obl 1:obl:with SpaceAfter=No -6 - - PUNCT , _ 1 punct 1:punct _ -7 all all DET DT _ 8 det 8:det _ +6 - - PUNCT , _ 11 punct 11:punct _ +7 all all DET DT PronType=Tot 8 det 8:det _ 8 tubes tube NOUN NNS Number=Plur 11 nsubj:pass 11:nsubj:pass _ -9 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 been be AUX VBN Tense=Past|VerbForm=Part 11 aux:pass 11:aux:pass _ -11 tested test VERB VBN Tense=Past|VerbForm=Part 1 parataxis 1:parataxis _ +11 tested test VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 parataxis 1:parataxis _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 14 all all ADV RB _ 15 advmod 15:advmod _ 15 good good ADJ JJ Degree=Pos 11 parataxis 11:parataxis SpaceAfter=No -16 - - PUNCT , _ 1 punct 1:punct _ +16 - - PUNCT , _ 18 punct 18:punct _ 17 stereo stereo NOUN NN Number=Sing 18 compound 18:compound _ 18 amp amp NOUN NN Number=Sing 1 parataxis 1:parataxis _ @@ -13751,7 +13760,7 @@ # text = Heterosexuals increasingly back gay marriage 1 Heterosexuals heterosexual NOUN NNS Number=Plur 3 nsubj 3:nsubj _ 2 increasingly increasingly ADV RB _ 3 advmod 3:advmod _ -3 back back VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 back back VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 gay gay ADJ JJ Degree=Pos 5 amod 5:amod _ 5 marriage marriage NOUN NN Number=Sing 3 obj 3:obj _ @@ -13773,7 +13782,7 @@ # sent_id = newsgroup-groups.google.com_GayNews_0f9e221229ed0ee5_ENG_20050307_110600-0004 # text = When Baptist Pastor Stephen Jones talks about what makes for a happy marriage with Janice, his wife of 35 years, one special ingredient might surprise you: Double-dating with coupled friends who happen to be gay. -1 When when SCONJ WRB PronType=Int 6 mark 6:mark _ +1 When when ADV WRB PronType=Int 6 advmod 6:advmod _ 2 Baptist baptist ADJ JJ Degree=Pos 3 amod 3:amod _ 3 Pastor pastor NOUN NN Number=Sing 4 compound 4:compound _ 4 Stephen Stephen PROPN NNP Number=Sing 6 nsubj 6:nsubj _ @@ -13788,28 +13797,28 @@ 13 marriage marriage NOUN NN Number=Sing 9 obl 9:obl:for _ 14 with with ADP IN _ 15 case 15:case _ 15 Janice Janice PROPN NNP Number=Sing 13 nmod 13:nmod:with SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ -17 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +16 , , PUNCT , _ 18 punct 18:punct _ +17 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 wife wife NOUN NN Number=Sing 15 appos 15:appos _ 19 of of ADP IN _ 21 case 21:case _ -20 35 35 NUM CD NumType=Card 21 nummod 21:nummod _ +20 35 35 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod _ 21 years year NOUN NNS Number=Plur 18 nmod 18:nmod:of SpaceAfter=No -22 , , PUNCT , _ 27 punct 27:punct _ -23 one one NUM CD NumType=Card 25 nummod 25:nummod _ +22 , , PUNCT , _ 6 punct 6:punct _ +23 one one NUM CD NumForm=Word|NumType=Card 25 nummod 25:nummod _ 24 special special ADJ JJ Degree=Pos 25 amod 25:amod _ 25 ingredient ingredient NOUN NN Number=Sing 27 nsubj 27:nsubj _ 26 might might AUX MD VerbForm=Fin 27 aux 27:aux _ 27 surprise surprise VERB VB VerbForm=Inf 0 root 0:root _ 28 you you PRON PRP Case=Nom|Person=2|PronType=Prs 27 obj 27:obj SpaceAfter=No -29 : : PUNCT : _ 27 punct 27:punct _ +29 : : PUNCT : _ 32 punct 32:punct _ 30 Double double ADJ JJ Degree=Pos 32 amod 32:amod SpaceAfter=No -31 - - PUNCT HYPH _ 32 punct 32:punct SpaceAfter=No -32 dating dating NOUN NN Number=Sing 27 appos 27:appos _ +31 - - PUNCT HYPH _ 30 punct 30:punct SpaceAfter=No +32 dating dating NOUN NN Number=Sing 27 parataxis 27:parataxis _ 33 with with ADP IN _ 35 case 35:case _ 34 coupled coupled ADJ JJ Degree=Pos 35 amod 35:amod _ 35 friends friend NOUN NNS Number=Plur 32 nmod 32:nmod:with|37:nsubj|40:nsubj:xsubj _ 36 who who PRON WP PronType=Rel 37 nsubj 35:ref _ -37 happen happen VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 35 acl:relcl 35:acl:relcl _ +37 happen happen VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 35 acl:relcl 35:acl:relcl _ 38 to to PART TO _ 40 mark 40:mark _ 39 be be AUX VB VerbForm=Inf 40 cop 40:cop _ 40 gay gay ADJ JJ Degree=Pos 37 xcomp 37:xcomp SpaceAfter=No @@ -13829,30 +13838,30 @@ 3 lazy lazy ADJ JJ Degree=Pos 4 amod 4:amod _ 4 star star NOUN NN Number=Sing 1 vocative 1:vocative _ 5 Kitna kitna X FW Foreign=Yes 1 parataxis 1:parataxis _ -6 soyega soyega X FW Foreign=Yes 5 flat:foreign 5:flat:foreign _ -7 uthja uthja X FW Foreign=Yes 5 flat:foreign 5:flat:foreign _ -8 yaar yaar X FW Foreign=Yes 5 flat:foreign 5:flat:foreign SpaceAfter=No -9 , , PUNCT , _ 1 punct 1:punct _ +6 soyega soyega X FW Foreign=Yes 5 flat 5:flat _ +7 uthja uthja X FW Foreign=Yes 5 flat 5:flat _ +8 yaar yaar X FW Foreign=Yes 5 flat 5:flat SpaceAfter=No +9 , , PUNCT , _ 19 punct 19:punct _ 10 up up ADV RB _ 19 advmod 19:advmod _ 11 above above ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 world world NOUN NN Number=Sing 19 obl 19:obl:above _ 14 so so ADV RB _ 15 advmod 15:advmod _ 15 high high ADV RB Degree=Pos 19 advmod 19:advmod SpaceAfter=No -16 , , PUNCT , _ 19 punct 19:punct _ +16 , , PUNCT , _ 15 punct 15:punct _ 17 sun sun NOUN NN Number=Sing 19 nsubj 19:nsubj _ 18 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 19 risen rise VERB VBN Tense=Past|VerbForm=Part 1 parataxis 1:parataxis _ 20 in in ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 sky sky NOUN NN Number=Sing 19 obl 19:obl:in SpaceAfter=No -23 , , PUNCT , _ 1 punct 1:punct _ +23 , , PUNCT , _ 24 punct 24:punct _ 24 uthke uthke X FW Foreign=Yes 1 parataxis 1:parataxis _ -25 jaldi jaldi X FW Foreign=Yes 24 flat:foreign 24:flat:foreign _ -26 pee pee X FW Foreign=Yes 24 flat:foreign 24:flat:foreign _ -27 le le X FW Foreign=Yes 24 flat:foreign 24:flat:foreign _ -28 chai chai X FW Foreign=Yes 24 flat:foreign 24:flat:foreign SpaceAfter=No -29 , , PUNCT , _ 1 punct 1:punct _ +25 jaldi jaldi X FW Foreign=Yes 24 flat 24:flat _ +26 pee pee X FW Foreign=Yes 24 flat 24:flat _ +27 le le X FW Foreign=Yes 24 flat 24:flat _ +28 chai chai X FW Foreign=Yes 24 flat 24:flat SpaceAfter=No +29 , , PUNCT , _ 31 punct 31:punct _ 30 then then ADV RB PronType=Dem 31 advmod 31:advmod _ 31 call call VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ 32 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 31 obj 31:obj _ @@ -13912,8 +13921,8 @@ # sent_id = newsgroup-groups.google.com_HumorUniversity_00dd93cc9545deb3_ENG_20051130_122700-0012 # text = 81K Download -1 81 81 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -2 K k NUM CD NumType=Card 3 nmod:npmod 3:nmod:npmod _ +1 81 81 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No +2 K thousand NUM CD Abbr=Yes|NumForm=Word|NumType=Card 3 nmod:npmod 3:nmod:npmod _ 3 Download download NOUN NN Number=Sing 0 root 0:root _ # newdoc id = newsgroup-groups.google.com_GUHarryPotterReaders_75faa7d55aff9230_ENG_20050715_234000 @@ -13922,7 +13931,7 @@ # text = I just finish reading a really good book (it was actually a ebook) from some new series called the The Tale of Terra. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|4:nsubj:xsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 finish finish VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 finish finish VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 reading read VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ 5 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 6 really really ADV RB _ 7 advmod 7:advmod _ @@ -13936,10 +13945,10 @@ 14 ebook ebook NOUN NN Number=Sing 8 parataxis 8:parataxis SpaceAfter=No 15 ) ) PUNCT -RRB- _ 14 punct 14:punct _ 16 from from ADP IN _ 19 case 19:case _ -17 some some DET DT _ 19 det 19:det _ +17 some some DET DT PronType=Ind 19 det 19:det _ 18 new new ADJ JJ Degree=Pos 19 amod 19:amod _ 19 series series NOUN NN Number=Sing 8 nmod 8:nmod:from _ -20 called call VERB VBN Tense=Past|VerbForm=Part 19 acl 19:acl _ +20 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 acl 19:acl _ 21 the the DET DT Definite=Def|PronType=Art 23 reparandum 23:reparandum _ 22 The the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 Tale Tale PROPN NNP Number=Sing 20 xcomp 20:xcomp _ @@ -13951,15 +13960,15 @@ # text = The story had brillant battle scenes, lovable heroes and villians, a compelling story line, and it left me dying for the next part of the series:) go to taleofterra.com to learn more aboout it 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 story story NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 brillant brilliant ADJ JJ Degree=Pos|Typo=Yes 6 amod 6:amod _ +3 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 brillant brilliant ADJ JJ Degree=Pos|Typo=Yes 6 amod 6:amod CorrectForm=brilliant 5 battle battle NOUN NN Number=Sing 6 compound 6:compound _ 6 scenes scene NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No 7 , , PUNCT , _ 9 punct 9:punct _ 8 lovable lovable ADJ JJ Degree=Pos 9 amod 9:amod _ 9 heroes hero NOUN NNS Number=Plur 6 conj 3:obj|6:conj _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 villians villain NOUN NNS Number=Plur|Typo=Yes 9 conj 9:conj:and SpaceAfter=No +11 villians villain NOUN NNS Number=Plur|Typo=Yes 9 conj 9:conj:and CorrectForm=villains|SpaceAfter=No 12 , , PUNCT , _ 16 punct 16:punct _ 13 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 14 compelling compelling ADJ JJ Degree=Pos 16 amod 16:amod _ @@ -13968,7 +13977,7 @@ 17 , , PUNCT , _ 20 punct 20:punct _ 18 and and CCONJ CC _ 20 cc 20:cc _ 19 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ -20 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +20 left leave VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 21 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 20 obj 20:obj|22:nsubj:xsubj _ 22 dying dying ADJ JJ Degree=Pos 20 xcomp 20:xcomp _ 23 for for ADP IN _ 26 case 26:case _ @@ -13980,12 +13989,12 @@ 29 series series NOUN NN Number=Sing 26 nmod 26:nmod:of SpaceAfter=No 30 :) :) SYM NFP _ 3 discourse 3:discourse _ 31 go go VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ -32 to to ADP IN _ 31 obl 31:obl _ -33 taleofterra.com taleofterra.com X ADD _ 32 advcl 32:advcl _ +32 to to ADP IN _ 33 case 33:case _ +33 taleofterra.com taleofterra.com X ADD _ 31 obl 31:obl _ 34 to to PART TO _ 35 mark 35:mark _ 35 learn learn VERB VB VerbForm=Inf 31 advcl 31:advcl:to _ 36 more more ADJ JJR Degree=Cmp 35 obj 35:obj _ -37 aboout about ADP IN Typo=Yes 38 case 38:case _ +37 aboout about ADP IN Typo=Yes 38 case 38:case CorrectForm=about 38 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 36 obl 36:obl:about _ # newdoc id = newsgroup-groups.google.com_alt.animals.cat_0e976a5d400ddce1_ENG_20040103_090500 @@ -13993,7 +14002,7 @@ # newpar id = newsgroup-groups.google.com_alt.animals.cat_0e976a5d400ddce1_ENG_20040103_090500-p0001 # text = Email: Roving Mouse 1 Email email NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 4 punct 4:punct _ 3 Roving Roving PROPN NNP Number=Sing 4 compound 4:compound _ 4 Mouse Mouse PROPN NNP Number=Sing 1 appos 1:appos _ 5 < < PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No @@ -14003,21 +14012,21 @@ # sent_id = newsgroup-groups.google.com_alt.animals.cat_0e976a5d400ddce1_ENG_20040103_090500-0002 # text = Groups: alt.animals, alt.animals.cat, alt.animals.ethics.vegetarian, talk.politics.animals 1 Groups group NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 alt.animals alt.animals NOUN NN Number=Sing 1 appos 1:appos SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ 5 alt.animals.cat alt.animals.cat NOUN NN Number=Sing 3 list 3:list SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 alt.animals.ethics.vegetarian alt.animals.ethics.vegetarian NOUN NN Number=Sing 5 list 5:list SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 9 punct 9:punct _ 9 talk.politics.animals talk.politics.animals NOUN NN Number=Sing 7 list 7:list _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_0e976a5d400ddce1_ENG_20040103_090500-0003 # text = Followup-To: alt.animals 1 Followup followup VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root SpaceAfter=No -2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +2 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 3 To to ADP IN _ 5 case 5:case SpaceAfter=No -4 : : PUNCT : _ 5 punct 5:punct _ +4 : : PUNCT : _ 3 punct 3:punct _ 5 alt.animals alt.animals NOUN NN Number=Sing 1 obl 1:obl:to _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_0e976a5d400ddce1_ENG_20040103_090500-0004 @@ -14030,8 +14039,8 @@ 5 fascinating fascinating ADJ JJ Degree=Pos 6 amod 6:amod _ 6 links link NOUN NNS Number=Plur 4 obj 4:obj _ 7 at at ADP IN _ 11 case 11:case SpaceAfter=No -8 : : PUNCT : _ 11 punct 11:punct _ -9 Extreme Extreme PROPN NNP Number=Sing 11 compound 11:compound _ +8 : : PUNCT : _ 7 punct 7:punct _ +9 Extreme Extreme ADJ NNP Degree=Pos 11 amod 11:amod _ 10 Web Web PROPN NNP Number=Sing 11 compound 11:compound _ 11 Surfs Surfs PROPN NNPS Number=Plur 4 obl 4:obl:at _ 12 http://extremewebsurfs.blogspot.com/ http://extremewebsurfs.blogspot.com/ X ADD _ 11 appos 11:appos _ @@ -14076,63 +14085,63 @@ # newpar id = newsgroup-groups.google.com_RagnarokOnlineII_9a68fd122989608b_ENG_20051110_012200-p0001 # text = Email: franz371...@gmail.com 1 Email email NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 franz371...@gmail.com franz371...@gmail.com X ADD _ 1 appos 1:appos _ # sent_id = newsgroup-groups.google.com_RagnarokOnlineII_9a68fd122989608b_ENG_20051110_012200-0002 # text = WE HAVE A DATE FOR THE RELEASE OF RAGNAROK ONLINE 2 (beta anyway)September 16-18, this was announced by Gravity CEO Kim Jung-Ryool on either 16th or 17th of july and as i don't want to take someone's credit's i got it here^^GameSpot 1 WE we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 HAVE have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 HAVE have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 A a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 DATE date NOUN NN Number=Sing 2 obj 2:obj _ 5 FOR for ADP IN _ 7 case 7:case _ 6 THE the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 RELEASE release NOUN NN Number=Sing 4 nmod 4:nmod:for _ -8 OF of ADP IN _ 11 case 11:case _ -9 RAGNAROK RAGNAROK PROPN NNP Number=Sing 11 compound 11:compound _ -10 ONLINE ONLINE PROPN NNP Number=Sing 11 compound 11:compound _ -11 2 2 PROPN NNP Number=Sing 7 nmod 7:nmod:of _ +8 OF of ADP IN _ 9 case 9:case _ +9 RAGNAROK Ragnarok PROPN NNP Number=Sing 7 nmod 7:nmod:of _ +10 ONLINE Online ADJ NNP Degree=Pos 9 amod 9:amod _ +11 2 2 NUM NNP NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 12 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No 13 beta beta NOUN NN Number=Sing 2 parataxis 2:parataxis _ 14 anyway anyway ADV RB _ 13 advmod 13:advmod SpaceAfter=No 15 ) ) PUNCT -RRB- _ 13 punct 13:punct SpaceAfter=No 16 September September PROPN NNP Number=Sing 2 parataxis 2:parataxis _ -17 16 16 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No +17 16 16 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No 18 - - SYM SYM _ 19 case 19:case SpaceAfter=No -19 18 18 NUM CD NumType=Card 17 nmod 17:nmod SpaceAfter=No -20 , , PUNCT , _ 17 punct 17:punct _ +19 18 18 NUM CD NumForm=Digit|NumType=Card 17 nmod 17:nmod SpaceAfter=No +20 , , PUNCT , _ 23 punct 23:punct _ 21 this this PRON DT Number=Sing|PronType=Dem 23 nsubj:pass 23:nsubj:pass _ 22 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 23 aux:pass 23:aux:pass _ -23 announced announce VERB VBN Tense=Past|VerbForm=Part 17 parataxis 17:parataxis _ +23 announced announce VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 parataxis 17:parataxis _ 24 by by ADP IN _ 27 case 27:case _ 25 Gravity Gravity PROPN NNP Number=Sing 26 compound 26:compound _ 26 CEO ceo NOUN NN Number=Sing 27 compound 27:compound _ -27 Kim Kim PROPN NNP Number=Sing 23 obl 23:obl:by _ +27 Kim Kim PROPN NNP Number=Sing 23 obl:agent 23:obl:agent _ 28 Jung Jung PROPN NNP Number=Sing 27 flat 27:flat SpaceAfter=No -29 - - PUNCT HYPH _ 27 punct 27:punct SpaceAfter=No +29 - - PUNCT HYPH _ 30 punct 30:punct SpaceAfter=No 30 Ryool Ryool PROPN NNP Number=Sing 27 flat 27:flat _ 31 on on ADP IN _ 33 case 33:case _ 32 either either CCONJ CC _ 33 cc:preconj 33:cc:preconj _ -33 16th 16th NOUN NN Number=Sing 23 obl 23:obl:on _ +33 16th 16th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 23 obl 23:obl:on _ 34 or or CCONJ CC _ 35 cc 35:cc _ -35 17th 17th NOUN NN Number=Sing 33 conj 23:obl:on|33:conj:or _ +35 17th 17th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 33 conj 23:obl:on|33:conj:or _ 36 of of ADP IN _ 37 case 37:case _ -37 july july PROPN NNP Number=Sing 33 nmod 33:nmod:of _ +37 july July PROPN NNP Number=Sing 33 nmod 33:nmod:of _ 38 and and CCONJ CC _ 50 cc 50:cc _ 39 as as SCONJ IN _ 43 mark 43:mark _ -40 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 43 nsubj 43:nsubj|45:nsubj:xsubj _ +40 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 43 nsubj 43:nsubj|45:nsubj:xsubj _ 41-42 don't _ _ _ _ _ _ _ _ -41 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 43 aux 43:aux _ +41 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 43 aux 43:aux _ 42 n't not PART RB _ 43 advmod 43:advmod _ 43 want want VERB VB VerbForm=Inf 50 advcl 50:advcl:as _ 44 to to PART TO _ 45 mark 45:mark _ 45 take take VERB VB VerbForm=Inf 43 xcomp 43:xcomp _ 46-47 someone's _ _ _ _ _ _ _ _ -46 someone someone PRON NN Number=Sing 48 nmod:poss 48:nmod:poss _ +46 someone someone PRON NN Number=Sing|PronType=Ind 48 nmod:poss 48:nmod:poss _ 47 's 's PART POS _ 46 case 46:case _ -48 credit's credit' NOUN NNS Number=Plur 45 obj 45:obj _ -49 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 50 nsubj 50:nsubj _ -50 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 23 conj 23:conj:and _ +48 credit's credit NOUN NNS Number=Plur|Typo=Yes 45 obj 45:obj CorrectForm=credits +49 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 50 nsubj 50:nsubj _ +50 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 23 conj 23:conj:and _ 51 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 50 obj 50:obj _ 52 here here ADV RB PronType=Dem 50 advmod 50:advmod SpaceAfter=No 53 ^^ ^^ SYM NFP _ 52 discourse 52:discourse SpaceAfter=No @@ -14145,7 +14154,7 @@ 3 way way NOUN NN Number=Sing 6 obl 6:obl:by _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 5 now now ADV RB _ 6 advmod 6:advmod _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No 9 forum forum NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No @@ -14164,7 +14173,7 @@ # newpar id = newsgroup-groups.google.com_alt.animals.cat_0f877e44e3521d27_ENG_20040131_084700-p0001 # text = Email: "Ian" 1 Email email NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 4 punct 4:punct _ 3 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 4 Ian Ian PROPN NNP Number=Sing 1 appos 1:appos SpaceAfter=No 5 " " PUNCT '' _ 4 punct 4:punct SpaceAfter=No @@ -14175,16 +14184,16 @@ # sent_id = newsgroup-groups.google.com_alt.animals.cat_0f877e44e3521d27_ENG_20040131_084700-0002 # text = Groups: alt.animals.cat 1 Groups group NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 alt.animals.cat alt.animals.cat NOUN NN Number=Sing 1 appos 1:appos _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_0f877e44e3521d27_ENG_20040131_084700-0003 # newpar id = newsgroup-groups.google.com_alt.animals.cat_0f877e44e3521d27_ENG_20040131_084700-p0002 # text = We have updated our site to include a LOST and FOUND page and you can now join our branch and make a secure on-line donation to the charity. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 updated update VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 site site NOUN NN Number=Sing 3 obj 3:obj _ 6 to to PART TO _ 7 mark 7:mark _ 7 include include VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ @@ -14198,14 +14207,14 @@ 15 can can AUX MD VerbForm=Fin 17 aux 17:aux _ 16 now now ADV RB _ 17 advmod 17:advmod _ 17 join join VERB VB VerbForm=Inf 3 conj 3:conj:and _ -18 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 branch branch NOUN NN Number=Sing 17 obj 17:obj _ 20 and and CCONJ CC _ 21 cc 21:cc _ 21 make make VERB VB VerbForm=Inf 17 conj 17:conj:and _ 22 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 23 secure secure ADJ JJ Degree=Pos 27 amod 27:amod _ 24 on on ADP IN _ 26 case 26:case SpaceAfter=No -25 - - PUNCT HYPH _ 26 punct 26:punct SpaceAfter=No +25 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No 26 line line NOUN NN Number=Sing 27 compound 27:compound _ 27 donation donation NOUN NN Number=Sing 21 obj 21:obj _ 28 to to ADP IN _ 30 case 30:case _ @@ -14232,10 +14241,10 @@ # sent_id = newsgroup-groups.google.com_alt.animals.cat_0f877e44e3521d27_ENG_20040131_084700-0005 # text = PS - we also have more cats coming in for re-homing see our 'Homes Wanted' page 1 PS ps NOUN NN Number=Sing 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +2 - - PUNCT : _ 5 punct 5:punct _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 also also ADV RB _ 5 advmod 5:advmod _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 appos 1:appos _ +5 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 1 appos 1:appos _ 6 more more ADJ JJR Degree=Cmp 7 amod 7:amod _ 7 cats cat NOUN NNS Number=Plur 5 obj 5:obj _ 8 coming come VERB VBG VerbForm=Ger 7 acl 7:acl _ @@ -14243,10 +14252,10 @@ 10 for for ADP IN _ 11 case 11:case _ 11 re-homing re-homing NOUN NN Number=Sing 8 obl 8:obl:for _ 12 see see VERB VB Mood=Imp|VerbForm=Fin 5 parataxis 5:parataxis _ -13 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +13 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 14 ' ' PUNCT `` _ 15 punct 15:punct SpaceAfter=No 15 Homes home NOUN NNS Number=Plur 18 compound 18:compound _ -16 Wanted want VERB VBN Tense=Past|VerbForm=Part 15 acl 15:acl SpaceAfter=No +16 Wanted want VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 acl 15:acl SpaceAfter=No 17 ' ' PUNCT '' _ 15 punct 15:punct _ 18 page page NOUN NN Number=Sing 12 obj 12:obj _ @@ -14260,7 +14269,7 @@ # newpar id = newsgroup-groups.google.com_alt.animals.cat_0f877e44e3521d27_ENG_20040131_084700-p0003 # text = Ian - Webmaster www.southbhamcats.org.uk 1 Ian Ian PROPN NNP Number=Sing 0 root 0:root _ -2 - - PUNCT , _ 1 punct 1:punct _ +2 - - PUNCT , _ 3 punct 3:punct _ 3 Webmaster webmaster NOUN NN Number=Sing 1 appos 1:appos _ 4 www.southbhamcats.org.uk www.southbhamcats.org.uk X ADD _ 3 list 3:list _ @@ -14271,8 +14280,8 @@ 1 Key key ADJ JJ Degree=Pos 2 amod 2:amod _ 2 Delhi Delhi PROPN NNP Number=Sing 3 compound 3:compound _ 3 blast blast NOUN NN Number=Sing 4 compound 4:compound _ -4 suspect suspect NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 arrested arrest VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 suspect suspect NOUN NN Number=Sing 5 nsubj:pass 5:nsubj:pass _ +5 arrested arrest VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ # sent_id = newsgroup-groups.google.com_IndiaNewsWindow_8945cbef01f41435_ENG_20051113_092500-0002 # newpar id = newsgroup-groups.google.com_IndiaNewsWindow_8945cbef01f41435_ENG_20051113_092500-p0002 @@ -14280,15 +14289,15 @@ 1 Police police NOUN NNS Number=Plur 7 nsubj 7:nsubj _ 2 in in ADP IN _ 5 case 5:case _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 Indian indian ADJ JJ Degree=Pos 5 amod 5:amod _ +4 Indian Indian ADJ JJ Degree=Pos 5 amod 5:amod _ 5 capital capital NOUN NN Number=Sing 1 nmod 1:nmod:in _ 6 Delhi Delhi PROPN NNP Number=Sing 5 appos 5:appos _ -7 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 say say VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -9 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +9 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 arrested arrest VERB VBN Tense=Past|VerbForm=Part 7 ccomp 7:ccomp _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 suspected suspect VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ +12 suspected suspect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod _ 13 co-ordinator co-ordinator NOUN NN Number=Sing 10 obj 10:obj _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 financier financier NOUN NN Number=Sing 13 conj 10:obj|13:conj:and _ @@ -14310,10 +14319,10 @@ 1 Delhi Delhi PROPN NNP Number=Sing 3 compound 3:compound _ 2 police police NOUN NN Number=Sing 3 compound 3:compound _ 3 chief chief NOUN NN Number=Sing 4 compound 4:compound _ -4 K K PROPN NNP Number=Sing 7 nsubj 7:nsubj|16:nsubj SpaceAfter=No +4 K K PROPN NNP Number=Sing 7 nsubj 7:nsubj|16:nsubj CorrectSpaceAfter=Yes|SpaceAfter=No 5 K K PROPN NNP Number=Sing 4 flat 4:flat _ 6 Paul Paul PROPN NNP Number=Sing 4 flat 4:flat _ -7 named name VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 named name VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 man man NOUN NN Number=Sing 7 obj 7:obj _ 10 as as ADP IN _ 11 case 11:case _ @@ -14322,40 +14331,40 @@ 13 Dar Dar PROPN NNP Number=Sing 11 flat 11:flat SpaceAfter=No 14 , , PUNCT , _ 16 punct 16:punct _ 15 and and CCONJ CC _ 16 cc 16:cc _ -16 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ +16 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ 17 police police NOUN NNS Number=Plur 19 nsubj 19:nsubj _ -18 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 aux 19:aux _ +18 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 19 aux 19:aux _ 19 hunting hunt VERB VBG Tense=Pres|VerbForm=Part 16 ccomp 16:ccomp _ 20 for for ADP IN _ 22 case 22:case _ -21 four four NUM CD NumType=Card 22 nummod 22:nummod _ +21 four four NUM CD NumForm=Word|NumType=Card 22 nummod 22:nummod _ 22 accomplices accomplice NOUN NNS Number=Plur 19 obl 19:obl:for SpaceAfter=No 23 . . PUNCT . _ 7 punct 7:punct _ # sent_id = newsgroup-groups.google.com_IndiaNewsWindow_8945cbef01f41435_ENG_20051113_092500-0004 # text = He said Mr Dar, 33, was arrested in Indian-administered Kashmir and belonged to the outlawed Lashkar-e-Toiba militant group. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 Mr Mr PROPN NNP Number=Sing 4 compound 4:compound _ 4 Dar Dar PROPN NNP Number=Sing 9 nsubj:pass 9:nsubj:pass|16:nsubj:pass SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ -6 33 33 NUM CD NumType=Card 4 amod 4:amod SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ +6 33 33 NUM CD NumForm=Digit|NumType=Card 4 amod 4:amod SpaceAfter=No +7 , , PUNCT , _ 4 punct 4:punct _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ 9 arrested arrest VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 ccomp 2:ccomp _ 10 in in ADP IN _ 14 case 14:case _ -11 Indian indian ADJ JJ Degree=Pos 13 compound 13:compound SpaceAfter=No -12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No -13 administered administer VERB VBN Tense=Past|VerbForm=Part 14 amod 14:amod _ +11 Indian Indian ADJ JJ Degree=Pos 13 compound 13:compound SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +13 administered administer VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 amod 14:amod _ 14 Kashmir Kashmir PROPN NNP Number=Sing 9 obl 9:obl:in _ 15 and and CCONJ CC _ 16 cc 16:cc _ -16 belonged belong VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 conj 2:ccomp|9:conj:and _ +16 belonged belong VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 conj 2:ccomp|9:conj:and _ 17 to to ADP IN _ 26 case 26:case _ 18 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -19 outlawed outlaw VERB VBN Tense=Past|VerbForm=Part 26 amod 26:amod _ +19 outlawed outlaw VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 26 amod 26:amod _ 20 Lashkar Lashkar PROPN NNP Number=Sing 24 compound 24:compound SpaceAfter=No -21 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No +21 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No 22 e e PROPN NNP Number=Sing 24 compound 24:compound SpaceAfter=No -23 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No +23 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No 24 Toiba Toiba PROPN NNP Number=Sing 26 compound 26:compound _ 25 militant militant ADJ JJ Degree=Pos 26 amod 26:amod _ 26 group group NOUN NN Number=Sing 16 obl 16:obl:to SpaceAfter=No @@ -14366,14 +14375,14 @@ # text = The India Diaries 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 India India PROPN NNP Number=Sing 3 compound 3:compound _ -3 Diaries Diaries PROPN NNPS Number=Plur 0 root 0:root _ +3 Diaries Diary PROPN NNPS Number=Plur 0 root 0:root _ # newdoc id = newsgroup-groups.google.com_HistoricalLinguistics_f65a1220aacc96f3_ENG_20050517_153400 # sent_id = newsgroup-groups.google.com_HistoricalLinguistics_f65a1220aacc96f3_ENG_20050517_153400-0001 # newpar id = newsgroup-groups.google.com_HistoricalLinguistics_f65a1220aacc96f3_ENG_20050517_153400-p0001 # text = I like the way Otto Jespersen (in 'Language: Its Nature, Development and Origin') aptly summarised the nature of language changes by comparing it with one of the theories of the Manchester School of Economics: 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 way way NOUN NN Number=Sing 2 obj 2:obj _ 5 Otto Otto PROPN NNP Number=Sing 21 nsubj 21:nsubj _ @@ -14382,8 +14391,8 @@ 8 in in ADP IN _ 10 case 10:case _ 9 ' ' PUNCT `` _ 10 punct 10:punct SpaceAfter=No 10 Language Language PROPN NNP Number=Sing 21 obl 21:obl:in SpaceAfter=No -11 : : PUNCT : _ 10 punct 10:punct _ -12 Its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 : : PUNCT : _ 13 punct 13:punct _ +12 Its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 Nature Nature PROPN NNP Number=Sing 10 appos 10:appos SpaceAfter=No 14 , , PUNCT , _ 15 punct 15:punct _ 15 Development Development PROPN NNP Number=Sing 13 conj 10:appos|13:conj:and _ @@ -14392,7 +14401,7 @@ 18 ' ' PUNCT '' _ 10 punct 10:punct SpaceAfter=No 19 ) ) PUNCT -RRB- _ 10 punct 10:punct _ 20 aptly aptly ADV RB _ 21 advmod 21:advmod _ -21 summarised summarise VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +21 summarised summarise VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 nature nature NOUN NN Number=Sing 21 obj 21:obj _ 24 of of ADP IN _ 26 case 26:case _ @@ -14402,7 +14411,7 @@ 28 comparing compare VERB VBG VerbForm=Ger 21 advcl 21:advcl:by _ 29 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 28 obj 28:obj _ 30 with with ADP IN _ 31 case 31:case _ -31 one one NUM CD NumType=Card 28 obl 28:obl:with _ +31 one one NUM CD NumForm=Word|NumType=Card 28 obl 28:obl:with _ 32 of of ADP IN _ 34 case 34:case _ 33 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ 34 theories theory NOUN NNS Number=Plur 31 nmod 31:nmod:of _ @@ -14417,25 +14426,25 @@ # sent_id = newsgroup-groups.google.com_HistoricalLinguistics_f65a1220aacc96f3_ENG_20050517_153400-0002 # text = 'Everything is for the best in the best of all possible worlds if only no artificial hindrances are put in the way of free exchange, for demand and supply will regulate everything better than any Government would be able to.' 1 ' ' PUNCT `` _ 6 punct 6:punct SpaceAfter=No -2 Everything everything PRON NN Number=Sing 6 nsubj 6:nsubj _ +2 Everything everything PRON NN Number=Sing|PronType=Tot 6 nsubj 6:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 for for ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 best best ADJ JJS Degree=Sup 0 root 0:root _ +6 best good ADJ JJS Degree=Sup 0 root 0:root _ 7 in in ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 best best ADJ JJS Degree=Sup 6 obl 6:obl:in _ +9 best good ADJ JJS Degree=Sup 6 obl 6:obl:in _ 10 of of ADP IN _ 13 case 13:case _ -11 all all DET DT _ 13 det 13:det _ +11 all all DET DT PronType=Tot 13 det 13:det _ 12 possible possible ADJ JJ Degree=Pos 13 amod 13:amod _ 13 worlds world NOUN NNS Number=Plur 9 obl 9:obl:of _ 14 if if SCONJ IN _ 20 mark 20:mark _ 15 only only ADV RB _ 20 advmod 20:advmod _ -16 no no DET DT _ 18 det 18:det _ +16 no no DET DT PronType=Neg 18 det 18:det _ 17 artificial artificial ADJ JJ Degree=Pos 18 amod 18:amod _ 18 hindrances hindrance NOUN NNS Number=Plur 20 nsubj:pass 20:nsubj:pass _ -19 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux:pass 20:aux:pass _ -20 put put VERB VBN Tense=Past|VerbForm=Part 6 advcl 6:advcl:if _ +19 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 aux:pass 20:aux:pass _ +20 put put VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 advcl 6:advcl:if _ 21 in in ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 way way NOUN NN Number=Sing 20 obl 20:obl:in _ @@ -14449,10 +14458,10 @@ 31 supply supply NOUN NN Number=Sing 29 conj 29:conj:and|33:nsubj _ 32 will will AUX MD VerbForm=Fin 33 aux 33:aux _ 33 regulate regulate VERB VB VerbForm=Inf 6 conj 6:conj:for _ -34 everything everything PRON NN Number=Sing 33 obj 33:obj _ -35 better better ADV RBR Degree=Cmp 33 advmod 33:advmod _ +34 everything everything PRON NN Number=Sing|PronType=Tot 33 obj 33:obj _ +35 better well ADV RBR Degree=Cmp 33 advmod 33:advmod _ 36 than than SCONJ IN _ 41 mark 41:mark _ -37 any any DET DT _ 38 det 38:det _ +37 any any DET DT PronType=Ind 38 det 38:det _ 38 Government government NOUN NN Number=Sing 41 nsubj 41:nsubj _ 39 would would AUX MD VerbForm=Fin 41 aux 41:aux _ 40 be be AUX VB VerbForm=Inf 41 cop 41:cop _ @@ -14486,17 +14495,17 @@ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 portion portion NOUN NN Number=Sing 10 nsubj 10:nsubj _ 4 of of ADP IN _ 6 case 6:case _ -5 each each DET DT _ 6 det 6:det _ +5 each each DET DT PronType=Tot 6 det 6:det _ 6 package package NOUN NN Number=Sing 3 nmod 3:nmod:of _ 7 or or CCONJ CC _ 8 cc 8:cc _ 8 memorial memorial NOUN NN Number=Sing 6 conj 3:nmod:of|6:conj:or _ -9 purchased purchase VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +9 purchased purchase VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 10 goes go VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 11 to to ADP IN _ 13 case 13:case _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 charity charity NOUN NN Number=Sing 10 obl 10:obl:to _ 14 on on ADP IN _ 16 case 16:case _ -15 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 database database NOUN NN Number=Sing 13 nmod 13:nmod:on SpaceAfter=No 17 . . PUNCT . _ 10 punct 10:punct _ @@ -14508,7 +14517,7 @@ 3 sure sure ADJ JJ Degree=Pos 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 get get VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7-8 pet's _ _ _ _ _ _ _ _ 7 pet pet NOUN NN Number=Sing 9 nmod:poss 9:nmod:poss _ 8 's 's PART POS _ 7 case 7:case _ @@ -14519,25 +14528,25 @@ 13 and and CCONJ CC _ 22 cc 22:cc _ 14 if if SCONJ IN _ 16 mark 16:mark _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -16 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:if _ +16 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:if _ 17 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 18 charity charity NOUN NN Number=Sing 20 compound 20:compound _ -19 / / PUNCT , _ 20 punct 20:punct _ +19 / / PUNCT , _ 18 punct 18:punct _ 20 rescue rescue NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No -21 , , PUNCT , _ 22 punct 22:punct _ +21 , , PUNCT , _ 16 punct 16:punct _ 22 make make VERB VB Mood=Imp|VerbForm=Fin 3 conj 3:conj:and _ 23 sure sure ADJ JJ Degree=Pos 22 xcomp 22:xcomp _ 24 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 26 nsubj:pass 26:nsubj:pass _ 25 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 aux:pass 26:aux:pass _ -26 listed list VERB VBN Tense=Past|VerbForm=Part 23 ccomp 23:ccomp _ +26 listed list VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 ccomp 23:ccomp _ 27 on on ADP IN _ 29 case 29:case _ -28 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +28 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ 29 database database NOUN NN Number=Sing 26 obl 26:obl:on _ 30 so so SCONJ IN _ 33 mark 33:mark _ 31 you you PRON PRP Case=Nom|Person=2|PronType=Prs 33 nsubj 33:nsubj _ 32 can can AUX MD VerbForm=Fin 33 aux 33:aux _ 33 receive receive VERB VB VerbForm=Inf 26 advcl 26:advcl:so _ -34 some some DET DT _ 33 obj 33:obj _ +34 some some DET DT PronType=Ind 33 obj 33:obj _ 35 of of ADP IN _ 37 case 37:case _ 36 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ 37 profits profit NOUN NNS Number=Plur 34 nmod 34:nmod:of _ @@ -14549,7 +14558,7 @@ # sent_id = newsgroup-groups.google.com_APassionforRats_207517af35c166ef_ENG_20050526_150700-0004 # newpar id = newsgroup-groups.google.com_APassionforRats_207517af35c166ef_ENG_20050526_150700-p0003 # text = Best, -1 Best best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +1 Best good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 2 , , PUNCT , _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_APassionforRats_207517af35c166ef_ENG_20050526_150700-0005 @@ -14563,7 +14572,7 @@ 2 ... ... PUNCT , _ 4 punct 4:punct SpaceAfter=No 3 there there PRON EX _ 4 expl 4:expl _ 4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 no no DET DT _ 6 det 6:det _ +5 no no DET DT PronType=Neg 6 det 6:det _ 6 companion companion NOUN NN Number=Sing 4 nsubj 4:nsubj _ 7 quite quite ADV RB _ 9 advmod 9:advmod _ 8 so so ADV RB _ 9 advmod 9:advmod _ @@ -14593,18 +14602,18 @@ # newpar id = newsgroup-groups.google.com_CognitiveScienceNews_05a0175fc6ece48b_ENG_20050828_091900-p0001 # text = Email: Anthony Beavers 1 Email email NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ -3 Anthony Anthony PROPN NNP Number=Sing 6 compound 6:compound _ -4 Beavers Beavers PROPN NNP Number=Sing 1 parataxis 1:parataxis _ +2 : : PUNCT : _ 3 punct 3:punct _ +3 Anthony Anthony PROPN NNP Number=Sing 1 appos 1:appos _ +4 Beavers Beavers PROPN NNP Number=Sing 3 flat 3:flat _ 5 < < PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No -6 CognitiveScienceN...@gmail.com cognitivesciencen...@gmail.com X ADD _ 4 xcomp 4:xcomp SpaceAfter=No +6 CognitiveScienceN...@gmail.com cognitivesciencen...@gmail.com X ADD _ 3 appos 3:appos SpaceAfter=No 7 > > PUNCT -RRB- _ 6 punct 6:punct _ # sent_id = newsgroup-groups.google.com_CognitiveScienceNews_05a0175fc6ece48b_ENG_20050828_091900-0002 # text = Inhibitory Systems Control the Pattern of Activity in the Cortex 1 Inhibitory inhibitory ADJ JJ Degree=Pos 2 amod 2:amod _ 2 Systems system NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 Control control VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 Control control VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 Pattern pattern NOUN NN Number=Sing 3 obj 3:obj _ 6 of of ADP IN _ 7 case 7:case _ @@ -14619,7 +14628,7 @@ 1 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 2 Inhibitory inhibitory ADJ JJ Degree=Pos 3 amod 3:amod _ 3 systems system NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 essential essential ADJ JJ Degree=Pos 0 root 0:root _ 6 for for SCONJ IN _ 7 mark 7:mark _ 7 controlling control VERB VBG VerbForm=Ger 5 advcl 5:advcl:for _ @@ -14630,7 +14639,7 @@ 12 in in ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 cortex cortex NOUN NN Number=Sing 9 nmod 9:nmod:in SpaceAfter=No -15 , , PUNCT , _ 9 punct 9:punct _ +15 , , PUNCT , _ 17 punct 17:punct _ 16 which which PRON WDT PronType=Rel 17 nsubj 9:ref _ 17 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 18 important important ADJ JJ Degree=Pos 19 amod 19:amod _ @@ -14641,15 +14650,15 @@ 23 of of ADP IN _ 25 case 25:case _ 24 cortical cortical ADJ JJ Degree=Pos 25 amod 25:amod _ 25 operation operation NOUN NN Number=Sing 22 nmod 22:nmod:of SpaceAfter=No -26 , , PUNCT , _ 5 punct 5:punct _ -27 according accord VERB VBG VerbForm=Ger 34 case 34:case _ +26 , , PUNCT , _ 34 punct 34:punct _ +27 according accord VERB VBG ExtPos=ADP|VerbForm=Ger 34 case 34:case _ 28 to to ADP IN _ 27 fixed 27:fixed _ 29 a a DET DT Definite=Ind|PronType=Art 34 det 34:det _ 30 Yale Yale PROPN NNP Number=Sing 31 compound 31:compound _ 31 School School PROPN NNP Number=Sing 34 compound 34:compound _ 32 of of ADP IN _ 33 case 33:case _ 33 Medicine Medicine PROPN NNP Number=Sing 31 nmod 31:nmod:of _ -34 study study NOUN NN Number=Sing 5 obl 5:obl:accord_to _ +34 study study NOUN NN Number=Sing 5 obl 5:obl:according_to _ 35 in in ADP IN _ 36 case 36:case _ 36 Neuron Neuron PROPN NNP Number=Sing 34 nmod 34:nmod:in SpaceAfter=No 37 .... .... PUNCT , _ 5 punct 5:punct _ @@ -14658,7 +14667,7 @@ # text = The findings demonstrate the inhibitory network is central to controlling not only the amplitude, extent and duration of activation of recurrent excitatory cortical networks, but also the precise timing of action potentials, and, thus, network synchronization..." 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 findings finding NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 demonstrate demonstrate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 demonstrate demonstrate VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 inhibitory inhibitory ADJ JJ Degree=Pos 6 amod 6:amod _ 6 network network NOUN NN Number=Sing 8 nsubj 8:nsubj _ @@ -14666,8 +14675,8 @@ 8 central central ADJ JJ Degree=Pos 3 ccomp 3:ccomp _ 9 to to SCONJ IN _ 10 mark 10:mark _ 10 controlling control VERB VBG VerbForm=Ger 8 advcl 8:advcl:to _ -11 not not ADV RB _ 12 advmod 12:advmod _ -12 only only ADV RB _ 14 cc:preconj 14:cc:preconj _ +11 not not PART RB _ 14 advmod 14:advmod _ +12 only only ADV RB _ 14 advmod 14:advmod _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 amplitude amplitude NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 15 , , PUNCT , _ 16 punct 16:punct _ @@ -14692,9 +14701,9 @@ 34 potentials potential NOUN NNS Number=Plur 31 nmod 31:nmod:of SpaceAfter=No 35 , , PUNCT , _ 41 punct 41:punct _ 36 and and CCONJ CC _ 41 cc 41:cc SpaceAfter=No -37 , , PUNCT , _ 41 punct 41:punct _ +37 , , PUNCT , _ 36 punct 36:punct _ 38 thus thus ADV RB _ 41 advmod 41:advmod SpaceAfter=No -39 , , PUNCT , _ 41 punct 41:punct _ +39 , , PUNCT , _ 38 punct 38:punct _ 40 network network NOUN NN Number=Sing 41 compound 41:compound _ 41 synchronization synchronization NOUN NN Number=Sing 31 conj 31:conj:and SpaceAfter=No 42 ... ... PUNCT , _ 3 punct 3:punct SpaceAfter=No @@ -14707,25 +14716,25 @@ # sent_id = newsgroup-groups.google.com_CognitiveScienceNews_05a0175fc6ece48b_ENG_20050828_091900-0006 # text = Posted by Anthony Beavers to Cognitive Science News at 8/28/2005 07:18:20 AM -1 Posted post VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Posted post VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 by by ADP IN _ 3 case 3:case _ -3 Anthony Anthony PROPN NNP Number=Sing 1 obl 1:obl:by _ +3 Anthony Anthony PROPN NNP Number=Sing 1 obl:agent 1:obl:agent _ 4 Beavers Beavers PROPN NNP Number=Sing 3 flat 3:flat _ 5 to to ADP IN _ 8 case 8:case _ -6 Cognitive Cognitive PROPN NNP Number=Sing 7 compound 7:compound _ +6 Cognitive Cognitive ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Science Science PROPN NNP Number=Sing 8 compound 8:compound _ 8 News News PROPN NNP Number=Sing 1 obl 1:obl:to _ 9 at at ADP IN _ 10 case 10:case _ -10 8/28/2005 8/28/2005 NUM CD NumType=Card 1 obl 1:obl:at _ -11 07:18:20 07:18:20 NUM CD NumType=Card 12 nummod 12:nummod _ -12 AM am NOUN NN Number=Sing 10 parataxis 10:parataxis _ +10 8/28/2005 8/28/2005 NUM CD NumForm=Digit|NumType=Card 1 obl 1:obl:at _ +11 07:18:20 07:18:20 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ +12 AM a.m. NOUN NN Number=Sing 10 parataxis 10:parataxis _ # newdoc id = newsgroup-groups.google.com_civilization_1201f7692b7769fb_ENG_20050908_010400 # sent_id = newsgroup-groups.google.com_civilization_1201f7692b7769fb_ENG_20050908_010400-0001 # newpar id = newsgroup-groups.google.com_civilization_1201f7692b7769fb_ENG_20050908_010400-p0001 # text = Email: "engin i. erdem" 1 Email email NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 6 punct 6:punct _ 3 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No 4 engin engin PROPN NNP Number=Sing 6 compound 6:compound _ 5 i. i. PROPN NNP Number=Sing 6 compound 6:compound _ @@ -14747,10 +14756,10 @@ 4 Catastrophe catastrophe NOUN NN Number=Sing 12 nsubj 12:nsubj _ 5 Will will AUX MD VerbForm=Fin 12 aux 12:aux _ 6 Be be AUX VB VerbForm=Inf 12 cop 12:cop _ -7 Most most ADV RBS _ 8 advmod 8:advmod _ +7 Most most ADV RBS Degree=Sup 8 advmod 8:advmod _ 8 Costly costly ADJ JJ Degree=Pos 12 amod 12:amod _ 9 Weather weather NOUN NN Number=Sing 11 compound 11:compound SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 11 Related related ADJ JJ Degree=Pos 12 amod 12:amod _ 12 Disaster disaster NOUN NN Number=Sing 3 ccomp 3:ccomp _ 13 in in ADP IN _ 14 case 14:case _ @@ -14761,7 +14770,7 @@ # text = *Washington, D.C.-* 1 * * PUNCT NFP _ 2 punct 2:punct SpaceAfter=No 2 Washington Washington PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 D.C. D.C. PROPN NNP Number=Sing 2 appos 2:appos SpaceAfter=No 5 - - PUNCT NFP _ 2 punct 2:punct SpaceAfter=No 6 * * PUNCT NFP _ 2 punct 2:punct _ @@ -14777,7 +14786,7 @@ 7 of of ADP IN _ 9 case 9:case _ 8 Hurricane Hurricane PROPN NNP Number=Sing 9 compound 9:compound _ 9 Katrina Katrina PROPN NNP Number=Sing 6 nmod 6:nmod:of _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 powerful powerful ADJ JJ Degree=Pos 12 amod 12:amod _ 12 evidence evidence NOUN NN Number=Sing 0 root 0:root _ 13 that that SCONJ IN _ 27 mark 27:mark _ @@ -14785,37 +14794,37 @@ 15 and and CCONJ CC _ 16 cc 16:cc _ 16 economic economic ADJ JJ Degree=Pos 14 conj 14:conj:and|17:amod _ 17 decisions decision NOUN NNS Number=Plur 27 nsubj 27:nsubj|29:nsubj:xsubj _ -18 made make VERB VBN Tense=Past|VerbForm=Part 17 acl 17:acl _ +18 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 acl 17:acl _ 19 in in ADP IN _ 22 case 22:case _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -21 United United PROPN NNP Number=Sing 22 compound 22:compound _ -22 States States PROPN NNP Number=Sing 18 obl 18:obl:in _ +21 United United ADJ NNP Degree=Pos 22 amod 22:amod _ +22 States State PROPN NNPS Number=Plur 18 obl 18:obl:in _ 23 and and CCONJ CC _ 25 cc 25:cc _ 24 other other ADJ JJ Degree=Pos 25 amod 25:amod _ 25 countries country NOUN NNS Number=Plur 22 conj 18:obl:in|22:conj:and _ -26 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ +26 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ 27 failed fail VERB VBN Tense=Past|VerbForm=Part 12 acl 12:acl:that _ 28 to to PART TO _ 29 mark 29:mark _ 29 account account VERB VB VerbForm=Inf 27 xcomp 27:xcomp _ 30 for for ADP IN _ 32 case 32:case _ -31 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ +31 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ 32 dependence dependence NOUN NN Number=Sing 29 obl 29:obl:for _ 33 on on ADP IN _ 37 case 37:case _ 34 a a DET DT Definite=Ind|PronType=Art 37 det 37:det _ 35 healthy healthy ADJ JJ Degree=Pos 37 amod 37:amod _ 36 resource resource NOUN NN Number=Sing 37 compound 37:compound _ 37 base base NOUN NN Number=Sing 32 nmod 32:nmod:on SpaceAfter=No -38 , , PUNCT , _ 27 punct 27:punct _ -39 according accord VERB VBG VerbForm=Ger 42 case 42:case _ +38 , , PUNCT , _ 42 punct 42:punct _ +39 according accord VERB VBG ExtPos=ADP|VerbForm=Ger 42 case 42:case _ 40 to to ADP IN _ 39 fixed 39:fixed _ 41 an a DET DT Definite=Ind|PronType=Art 42 det 42:det _ -42 assessment assessment NOUN NN Number=Sing 27 obl 27:obl:accord_to _ -43 released release VERB VBN Tense=Past|VerbForm=Part 42 acl 42:acl _ +42 assessment assessment NOUN NN Number=Sing 27 obl 27:obl:according_to _ +43 released release VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 42 acl 42:acl _ 44 today today NOUN NN Number=Sing 43 obl:tmod 43:obl:tmod _ 45 by by ADP IN _ 48 case 48:case _ 46 the the DET DT Definite=Def|PronType=Art 48 det 48:det _ 47 Worldwatch Worldwatch PROPN NNP Number=Sing 48 compound 48:compound _ -48 Institute Institute PROPN NNP Number=Sing 43 obl 43:obl:by SpaceAfter=No +48 Institute Institute PROPN NNP Number=Sing 43 obl:agent 43:obl:agent SpaceAfter=No 49 . . PUNCT . _ 12 punct 12:punct _ # sent_id = newsgroup-groups.google.com_civilization_1201f7692b7769fb_ENG_20050908_010400-0006 @@ -14831,14 +14840,14 @@ 9 of of ADP IN _ 10 case 10:case _ 10 wetlands wetland NOUN NNS Number=Plur 8 nmod 8:nmod:of _ 11 at at ADP IN _ 13 case 13:case _ -12 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 mouth mouth NOUN NN Number=Sing 10 nmod 10:nmod:at _ -14 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +14 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 15 left leave VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 area area NOUN NN Number=Sing 15 obj 15:obj|22:nsubj:xsubj _ 18 around around ADP IN _ 20 case 20:case _ -19 New New PROPN NNP Number=Sing 20 compound 20:compound _ +19 New New ADJ NNP Degree=Pos 20 amod 20:amod _ 20 Orleans Orleans PROPN NNP Number=Sing 17 nmod 17:nmod:around _ 21 abnormally abnormally ADV RB _ 22 advmod 22:advmod _ 22 vulnerable vulnerable ADJ JJ Degree=Pos 15 xcomp 15:xcomp _ @@ -14851,19 +14860,19 @@ # sent_id = newsgroup-groups.google.com_civilization_1201f7692b7769fb_ENG_20050908_010400-0007 # text = According to many scientists, the early results of global warming—90 degree Fahrenheit water temperatures in the Gulf and rising sea levels—may have exacerbated the destructive power of Katrina. -1 According accord VERB VBG VerbForm=Ger 4 case 4:case _ -2 to to ADP IN _ 4 case 4:case _ +1 According accord VERB VBG ExtPos=ADP|VerbForm=Ger 4 case 4:case _ +2 to to ADP IN _ 1 fixed 1:fixed _ 3 many many ADJ JJ Degree=Pos 4 amod 4:amod _ -4 scientists scientist NOUN NNS Number=Plur 28 obl 28:obl:to SpaceAfter=No -5 , , PUNCT , _ 28 punct 28:punct _ +4 scientists scientist NOUN NNS Number=Plur 28 obl 28:obl:according_to SpaceAfter=No +5 , , PUNCT , _ 4 punct 4:punct _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 early early ADJ JJ Degree=Pos 8 amod 8:amod _ 8 results result NOUN NNS Number=Plur 28 nsubj 28:nsubj _ 9 of of ADP IN _ 11 case 11:case _ 10 global global ADJ JJ Degree=Pos 11 amod 11:amod _ 11 warming warming NOUN NN Number=Sing 8 nmod 8:nmod:of SpaceAfter=No -12 — - PUNCT , _ 8 punct 8:punct SpaceAfter=No -13 90 90 NUM CD NumType=Card 14 nummod 14:nummod _ +12 — - PUNCT , _ 17 punct 17:punct SpaceAfter=No +13 90 90 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 14 degree degree NOUN NN Number=Sing 15 compound 15:compound _ 15 Fahrenheit Fahrenheit PROPN NNP Number=Sing 17 compound 17:compound _ 16 water water NOUN NN Number=Sing 17 compound 17:compound _ @@ -14875,7 +14884,7 @@ 22 rising rise VERB VBG VerbForm=Ger 24 amod 24:amod _ 23 sea sea NOUN NN Number=Sing 24 compound 24:compound _ 24 levels level NOUN NNS Number=Plur 17 conj 8:appos|17:conj:and SpaceAfter=No -25 — - PUNCT , _ 28 punct 28:punct SpaceAfter=No +25 — - PUNCT , _ 8 punct 8:punct SpaceAfter=No 26 may may AUX MD VerbForm=Fin 28 aux 28:aux _ 27 have have AUX VB VerbForm=Inf 28 aux 28:aux _ 28 exacerbated exacerbate VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ @@ -14902,7 +14911,7 @@ # newpar id = newsgroup-groups.google.com_n3td3v_e874a1e5eb995654_ENG_20060120_052200-p0001 # text = Email: n3td3v 1 Email email NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 n3td3v n3td3v PROPN NNP Number=Sing 1 list 1:list _ 4 < < PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No 5 xploita...@gmail.com xploita...@gmail.com X ADD _ 3 appos 3:appos SpaceAfter=No @@ -14911,7 +14920,7 @@ # sent_id = newsgroup-groups.google.com_n3td3v_e874a1e5eb995654_ENG_20060120_052200-0002 # text = n3td3v saw this story on BBC News Online and thought you should see it. 1 n3td3v n3td3v PROPN NNP Number=Sing 2 nsubj 2:nsubj|10:nsubj _ -2 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 saw see VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 story story NOUN NN Number=Sing 2 obj 2:obj _ 5 on on ADP IN _ 8 case 8:case _ @@ -14919,7 +14928,7 @@ 7 News News PROPN NNP Number=Sing 8 compound 8:compound _ 8 Online Online PROPN NNP Number=Sing 2 obl 2:obl:on _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +10 thought think VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ 12 should should AUX MD VerbForm=Fin 13 aux 13:aux _ 13 see see VERB VB VerbForm=Inf 10 ccomp 10:ccomp _ @@ -14954,11 +14963,11 @@ 13 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 obj 12:obj|15:nsubj:xsubj _ 14 to to PART TO _ 15 mark 15:mark _ 15 reveal reveal VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ -16 what what PRON WP PronType=Int 15 obj 15:obj _ +16 what what PRON WP PronType=Int 19 obl 19:obl:for _ 17 users user NOUN NNS Number=Plur 19 nsubj 19:nsubj _ -18 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ -19 searching search VERB VBG Tense=Pres|VerbForm=Part 16 acl:relcl 16:acl:relcl _ -20 for for ADP IN _ 19 obl 19:obl SpaceAfter=No +18 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ +19 searching search VERB VBG Tense=Pres|VerbForm=Part 15 ccomp 15:ccomp _ +20 for for ADP IN _ 16 case 16:case SpaceAfter=No 21 . . PUNCT . _ 5 punct 5:punct _ # sent_id = newsgroup-groups.google.com_n3td3v_e874a1e5eb995654_ENG_20060120_052200-0005 @@ -14971,7 +14980,7 @@ # text = ** BBC Daily E-mail ** 1 ** ** PUNCT NFP _ 4 punct 4:punct _ 2 BBC BBC PROPN NNP Number=Sing 4 compound 4:compound _ -3 Daily Daily PROPN NNP Number=Sing 4 compound 4:compound _ +3 Daily Daily ADJ NNP Degree=Pos 4 amod 4:amod _ 4 E-mail E-mail PROPN NNP Number=Sing 0 root 0:root _ 5 ** ** PUNCT NFP _ 4 punct 4:punct _ @@ -14984,16 +14993,16 @@ 5 sport sport NOUN NN Number=Sing 3 conj 3:conj:and|6:compound _ 6 headlines headline NOUN NNS Number=Plur 1 obj 1:obj _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -8 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ -9 - - PUNCT , _ 1 punct 1:punct _ -10 when when SCONJ WRB PronType=Int 12 mark 12:mark _ +8 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +9 - - PUNCT , _ 12 punct 12:punct _ +10 when when ADV WRB PronType=Int 12 advmod 12:advmod _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ -12 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:when _ +12 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:when _ 13 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 12 obj 12:obj SpaceAfter=No -14 , , PUNCT , _ 1 punct 1:punct _ +14 , , PUNCT , _ 19 punct 19:punct _ 15 all all ADV RB _ 19 advmod 19:advmod _ 16 in in ADP IN _ 19 case 19:case _ -17 one one NUM CD NumType=Card 19 nummod 19:nummod _ +17 one one NUM CD NumForm=Word|NumType=Card 19 nummod 19:nummod _ 18 daily daily ADJ JJ Degree=Pos 19 amod 19:amod _ 19 e-mail e-mail NOUN NN Number=Sing 1 obl 1:obl:in _ @@ -15024,8 +15033,8 @@ 11 e-mail e-mail NOUN NN Number=Sing 8 nmod 8:nmod:of SpaceAfter=No 12 , , PUNCT , _ 22 punct 22:punct _ 13 and and CCONJ CC _ 22 cc 22:cc _ -14 anything anything PRON NN Number=Sing 22 nsubj 22:nsubj _ -15 written write VERB VBN Tense=Past|VerbForm=Part 14 acl 14:acl _ +14 anything anything PRON NN Number=Sing|PronType=Ind 22 nsubj 22:nsubj _ +15 written write VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 acl 14:acl _ 16 in in ADP IN _ 18 case 18:case _ 17 this this DET DT Number=Sing|PronType=Dem 18 det 18:det _ 18 e-mail e-mail NOUN NN Number=Sing 15 obl 15:obl:in _ @@ -15056,7 +15065,7 @@ 10 of of ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 sender sender NOUN NN Number=Sing 7 nmod 7:nmod:of _ -13 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +13 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 aux 15:aux SpacesAfter=\u00A0 14 been be AUX VBN Tense=Past|VerbForm=Part 15 aux:pass 15:aux:pass _ 15 verified verify VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 ccomp 2:ccomp SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ @@ -15066,7 +15075,7 @@ # text = If you do not wish to receive such e-mails in the future or want to know more about the BBC's Email a Friend service, please read our frequently asked questions. 1 If if SCONJ IN _ 5 mark 5:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj|14:nsubj|16:nsubj:xsubj _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 wish wish VERB VB VerbForm=Inf 28 advcl 28:advcl:if _ 6 to to PART TO _ 7 mark 7:mark _ @@ -15077,7 +15086,7 @@ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 future future NOUN NN Number=Sing 7 obl 7:obl:in _ 13 or or CCONJ CC _ 14 cc 14:cc _ -14 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:or|28:advcl:if _ +14 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 conj 5:conj:or|28:advcl:if _ 15 to to PART TO _ 16 mark 16:mark _ 16 know know VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 17 more more ADJ JJR Degree=Cmp 16 obj 16:obj _ @@ -15088,14 +15097,14 @@ 21 's 's PART POS _ 20 case 20:case _ 22 Email email VERB VB Mood=Imp|VerbForm=Fin 25 compound 25:compound _ 23 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ -24 Friend friend NOUN NN Number=Sing 22 obj 22:obj _ +24 Friend friend NOUN NN Number=Sing 22 iobj 22:iobj _ 25 service service NOUN NN Number=Sing 17 obl 17:obl:about SpaceAfter=No -26 , , PUNCT , _ 28 punct 28:punct _ +26 , , PUNCT , _ 5 punct 5:punct _ 27 please please INTJ UH _ 28 discourse 28:discourse _ 28 read read VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -29 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ +29 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ 30 frequently frequently ADV RB _ 31 advmod 31:advmod _ -31 asked ask VERB VBN Tense=Past|VerbForm=Part 32 amod 32:amod _ +31 asked ask VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 32 amod 32:amod _ 32 questions question NOUN NNS Number=Plur 28 obj 28:obj SpaceAfter=No 33 . . PUNCT . _ 28 punct 28:punct _ @@ -15108,7 +15117,7 @@ # newpar id = newsgroup-groups.google.com_hiddennook_f50294175d32a8ac_ENG_20041120_152800-p0001 # text = [http://www.reuters.co.uk/newsPackageArticle.jhtml?type=worldNews&storyID=624569§ion=news] 1 [ [ PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No -2 http://www.reuters.co.uk/newsPackageArticle.jhtml?type=worldNews&storyID=624569§ion=news http://www.reuters.co.uk/newspackagearticle.jhtml?type=worldnews&storyid=624569§ion=news X ADD _ 0 root 0:root SpaceAfter=No +2 http://www.reuters.co.uk/newsPackageArticle.jhtml?type=worldNews&storyID=624569§ion=news http://www.reuters.co.uk/newsPackageArticle.jhtml?type=worldNews&storyID=624569§ion=news X ADD _ 0 root 0:root SpaceAfter=No 3 ] ] PUNCT -RRB- _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_f50294175d32a8ac_ENG_20041120_152800-0002 @@ -15119,7 +15128,7 @@ 4 on on ADP RP _ 3 compound:prt 3:compound:prt _ 5 in in ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 Chilean chilean ADJ JJ Degree=Pos 8 amod 8:amod _ +7 Chilean Chilean ADJ JJ Degree=Pos 8 amod 8:amod _ 8 capital capital NOUN NN Number=Sing 3 obl 3:obl:in _ 9 of of ADP IN _ 10 case 10:case _ 10 Santiago Santiago PROPN NNP Number=Sing 8 nmod 8:nmod:of _ @@ -15129,11 +15138,11 @@ 14 economic economic ADJ JJ Degree=Pos 15 amod 15:amod _ 15 summit summit NOUN NN Number=Sing 3 obl 3:obl:from SpaceAfter=No 16 ) ) PUNCT -RRB- _ 15 punct 15:punct SpaceAfter=No -17 , , PUNCT , _ 20 punct 20:punct _ +17 , , PUNCT , _ 3 punct 3:punct _ 18 President President PROPN NNP Number=Sing 20 nsubj 20:nsubj _ 19 Bush Bush PROPN NNP Number=Sing 18 flat 18:flat _ -20 visited visit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -21 Chinese chinese ADJ JJ Degree=Pos 22 amod 22:amod _ +20 visited visit VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +21 Chinese Chinese ADJ JJ Degree=Pos 22 amod 22:amod _ 22 President President PROPN NNP Number=Sing 20 obj 20:obj _ 23 Hu Hu PROPN NNP Number=Sing 22 flat 22:flat _ 24 Jintao Jintao PROPN NNP Number=Sing 22 flat 22:flat _ @@ -15154,7 +15163,7 @@ 5 day day NOUN NN Number=Sing 2 nmod 2:nmod:of _ 6 besides besides ADP IN _ 11 case 11:case _ 7 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -8 more more ADV RBR _ 9 advmod 9:advmod _ +8 more more ADV RBR Degree=Cmp 9 advmod 9:advmod _ 9 level level ADJ JJ Degree=Pos 11 amod 11:amod _ 10 playing playing NOUN NN Number=Sing 11 compound 11:compound _ 11 field field NOUN NN Number=Sing 16 obl 16:obl:besides _ @@ -15186,8 +15195,8 @@ 17 hoping hope VERB VBG Tense=Pres|VerbForm=Part 6 conj 6:conj:and _ 18 that that SCONJ IN _ 24 mark 24:mark _ 19 with with ADP IN _ 21 case 21:case _ -20 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ -21 cooperation cooperation NOUN NN Number=Sing 28 nmod 28:nmod:with _ +20 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +21 cooperation cooperation NOUN NN Number=Sing 24 obl 24:obl:with _ 22 Korea Korea PROPN NNP Number=Sing 24 nsubj 24:nsubj|28:nsubj:xsubj _ 23 can can AUX MD VerbForm=Fin 24 aux 24:aux _ 24 become become VERB VB VerbForm=Inf 17 ccomp 17:ccomp _ @@ -15201,7 +15210,7 @@ # newpar id = newsgroup-groups.google.com_hiddennook_f50294175d32a8ac_ENG_20041120_152800-p0002 # text = REUTERS/Jason Reed 1 REUTERS REUTERS PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 / / PUNCT , _ 1 punct 1:punct SpaceAfter=No +2 / / PUNCT , _ 3 punct 3:punct SpaceAfter=No 3 Jason Jason PROPN NNP Number=Sing 1 parataxis 1:parataxis _ 4 Reed Reed PROPN NNP Number=Sing 3 flat 3:flat _ @@ -15215,7 +15224,7 @@ 6 shakes shake VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 hands hand NOUN NNS Number=Plur 6 obj 6:obj _ 8 with with ADP IN _ 10 case 10:case _ -9 Chinese chinese ADJ JJ Degree=Pos 10 amod 10:amod _ +9 Chinese Chinese ADJ JJ Degree=Pos 10 amod 10:amod _ 10 President President PROPN NNP Number=Sing 6 obl 6:obl:with _ 11 Hu Hu PROPN NNP Number=Sing 10 flat 10:flat _ 12 Jintao Jintao PROPN NNP Number=Sing 10 flat 10:flat _ @@ -15237,9 +15246,9 @@ 6 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 7 annual annual ADJ JJ Degree=Pos 17 amod 17:amod _ 8 Asia Asia PROPN NNP Number=Sing 10 compound 10:compound SpaceAfter=No -9 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +9 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No 10 Pacific Pacific PROPN NNP Number=Sing 12 compound 12:compound _ -11 Economic Economic PROPN NNP Number=Sing 12 compound 12:compound _ +11 Economic Economic ADJ NNP Degree=Pos 12 amod 12:amod _ 12 Cooperation Cooperation PROPN NNP Number=Sing 17 compound 17:compound _ 13 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No 14 APEC APEC PROPN NNP Number=Sing 12 appos 12:appos SpaceAfter=No @@ -15256,21 +15265,21 @@ 4 can can AUX MD VerbForm=Fin 5 aux 5:aux _ 5 accomplish accomplish VERB VB VerbForm=Inf 0 root 0:root _ 6 these this DET DT Number=Plur|PronType=Dem 7 det 7:det _ -7 goals goal NOUN NNS Number=Plur 5 obj 5:obj|9:nsubj|12:nsubj:xsubj|21:nsubj|22:nsubj:xsubj _ -8 which which PRON WDT PronType=Rel 9 nsubj 7:ref _ -9 will will AUX MD VerbForm=Fin 7 acl:relcl 7:acl:relcl _ -10 not not ADV RB _ 11 advmod 11:advmod _ -11 only only ADV RB _ 8 cc:preconj 8:cc:preconj _ -12 help help VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ -13 strengthen strengthen VERB VB VerbForm=Inf 12 ccomp 12:ccomp _ -14 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ -15 Chinese chinese ADJ JJ Degree=Pos 16 amod 16:amod _ +7 goals goal NOUN NNS Number=Plur 5 obj 5:obj|12:nsubj|21:nsubj _ +8 which which PRON WDT PronType=Rel 12 nsubj 7:ref _ +9 will will AUX MD VerbForm=Fin 12 aux 12:aux _ +10 not not PART RB _ 12 advmod 12:advmod _ +11 only only ADV RB _ 12 advmod 12:advmod _ +12 help help VERB VB VerbForm=Inf 7 acl:relcl 7:acl:relcl _ +13 strengthen strengthen VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ +14 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 Chinese Chinese ADJ JJ Degree=Pos 16 amod 16:amod _ 16 allies ally NOUN NNS Number=Plur 13 obj 13:obj SpaceAfter=No 17 , , PUNCT , _ 21 punct 21:punct _ 18 but but CCONJ CC _ 21 cc 21:cc _ 19 will will AUX MD VerbForm=Fin 21 aux 21:aux _ 20 also also ADV RB _ 21 advmod 21:advmod _ -21 help help VERB VB VerbForm=Inf 9 conj 7:acl:relcl|9:conj:but _ +21 help help VERB VB VerbForm=Inf 12 conj 7:acl:relcl|12:conj:but _ 22 fight fight VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 war war NOUN NN Number=Sing 22 obj 22:obj _ @@ -15290,24 +15299,24 @@ # sent_id = newsgroup-groups.google.com_hiddennook_f50294175d32a8ac_ENG_20041120_152800-0011 # text = Posted by Hidden Nook to Hidden Nook at 11/20/2004 03:10:35 PM -1 Posted post VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Posted post VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 by by ADP IN _ 4 case 4:case _ -3 Hidden Hidden PROPN NNP Number=Sing 4 compound 4:compound _ -4 Nook Nook PROPN NNP Number=Sing 1 obl 1:obl:by _ +3 Hidden Hidden ADJ NNP Degree=Pos 4 amod 4:amod _ +4 Nook Nook PROPN NNP Number=Sing 1 obl:agent 1:obl:agent _ 5 to to ADP IN _ 7 case 7:case _ -6 Hidden Hidden PROPN NNP Number=Sing 7 compound 7:compound _ +6 Hidden Hidden ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Nook Nook PROPN NNP Number=Sing 1 obl 1:obl:to _ 8 at at ADP IN _ 9 case 9:case _ -9 11/20/2004 11/20/2004 NUM CD NumType=Card 1 obl 1:obl:at _ -10 03:10:35 03:10:35 NUM CD NumType=Card 11 nummod 11:nummod _ -11 PM pm NOUN NN Number=Sing 9 nmod:tmod 9:nmod:tmod _ +9 11/20/2004 11/20/2004 NUM CD NumForm=Digit|NumType=Card 1 obl 1:obl:at _ +10 03:10:35 03:10:35 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ +11 PM p.m. NOUN NN Number=Sing 9 nmod:tmod 9:nmod:tmod _ # newdoc id = newsgroup-groups.google.com_alt.animals.cat_003362349f033873_ENG_20040712_077100 # sent_id = newsgroup-groups.google.com_alt.animals.cat_003362349f033873_ENG_20040712_077100-0001 # newpar id = newsgroup-groups.google.com_alt.animals.cat_003362349f033873_ENG_20040712_077100-p0001 # text = Email: BlackBayou 1 Email email NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 BlackBayou BlackBayou PROPN NNP Number=Sing 1 appos 1:appos _ 4 < < PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No 5 BlackBa...@excite.com blackba...@excite.com X ADD _ 3 list 3:list SpaceAfter=No @@ -15316,36 +15325,36 @@ # sent_id = newsgroup-groups.google.com_alt.animals.cat_003362349f033873_ENG_20040712_077100-0002 # text = Groups: alt.animals.cat 1 Groups group NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 alt.animals.cat alt.animals.cat NOUN NN Number=Sing 1 appos 1:appos _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_003362349f033873_ENG_20040712_077100-0003 # newpar id = newsgroup-groups.google.com_alt.animals.cat_003362349f033873_ENG_20040712_077100-p0002 # text = I started this page to help with my boredom. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 started start VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ -4 page page NOUN NN Number=Sing 2 obj 2:obj|6:nsubj:xsubj _ +4 page page NOUN NN Number=Sing 2 obj 2:obj _ 5 to to PART TO _ 6 mark 6:mark _ -6 help help VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ +6 help help VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ 7 with with ADP IN _ 9 case 9:case _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 boredom boredom NOUN NN Number=Sing 6 obl 6:obl:with SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_003362349f033873_ENG_20040712_077100-0004 # text = I have Chronic Lyme disease, so I'm stuck at home. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 Chronic chronic ADJ JJ Degree=Pos 5 amod 5:amod _ 4 Lyme Lyme PROPN NNP Number=Sing 5 compound 5:compound _ 5 disease disease NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -6 , , PUNCT , _ 2 punct 2:punct _ +6 , , PUNCT , _ 10 punct 10:punct _ 7 so so ADV RB _ 10 advmod 10:advmod _ 8-9 I'm _ _ _ _ _ _ _ _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -9 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ -10 stuck stuck ADJ JJ Degree=Pos 2 advcl 2:advcl _ +9 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +10 stuck stuck ADJ JJ Degree=Pos 2 parataxis 2:parataxis _ 11 at at ADP IN _ 12 case 12:case _ 12 home home NOUN NN Number=Sing 10 obl 10:obl:at SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ @@ -15353,7 +15362,7 @@ # sent_id = newsgroup-groups.google.com_alt.animals.cat_003362349f033873_ENG_20040712_077100-0005 # text = I started collecting animations & jokes just to help with my boredom and depression. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|3:nsubj:xsubj _ -2 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 started start VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 collecting collect VERB VBG VerbForm=Ger 2 xcomp 2:xcomp _ 4 animations animation NOUN NNS Number=Plur 3 obj 3:obj _ 5 & & CCONJ CC _ 6 cc 6:cc _ @@ -15362,7 +15371,7 @@ 8 to to PART TO _ 9 mark 9:mark _ 9 help help VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ 10 with with ADP IN _ 12 case 12:case _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 boredom boredom NOUN NN Number=Sing 9 obl 9:obl:with _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 depression depression NOUN NN Number=Sing 12 conj 9:obl:with|12:conj:and SpaceAfter=No @@ -15372,16 +15381,16 @@ # newpar id = newsgroup-groups.google.com_alt.animals.cat_003362349f033873_ENG_20040712_077100-p0003 # text = I enjoyed the animations and wanted to share them with my friends. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|6:nsubj|8:nsubj:xsubj _ -2 enjoyed enjoy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 enjoyed enjoy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 animations animation NOUN NNS Number=Plur 2 obj 2:obj _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +6 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 7 to to PART TO _ 8 mark 8:mark _ 8 share share VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 9 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 8 obj 8:obj _ 10 with with ADP IN _ 12 case 12:case _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 friends friend NOUN NNS Number=Plur 8 obl 8:obl:with SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ @@ -15389,14 +15398,14 @@ # text = So I started a small mailing list and added their addresses to it. 1 So so ADV RB _ 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|9:nsubj _ -3 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 started start VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 5 small small ADJ JJ Degree=Pos 7 amod 7:amod _ 6 mailing mailing NOUN NN Number=Sing 7 compound 7:compound _ 7 list list NOUN NN Number=Sing 3 obj 3:obj _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 added add VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 added add VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 addresses address NOUN NNS Number=Plur 9 obj 9:obj _ 12 to to ADP IN _ 13 case 13:case _ 13 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 obl 9:obl:to SpaceAfter=No @@ -15411,7 +15420,7 @@ 5 on on ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 page page NOUN NN Number=Sing 4 nmod 4:nmod:on _ -8 for for ADP IN _ 11 mark 11:mark _ +8 for for SCONJ IN _ 11 mark 11:mark _ 9 those that PRON DT Number=Plur|PronType=Dem 11 nsubj 11:nsubj _ 10 to to PART TO _ 11 mark 11:mark _ 11 join join VERB VB VerbForm=Inf 4 acl 4:acl:to _ @@ -15423,9 +15432,9 @@ # sent_id = newsgroup-groups.google.com_alt.animals.cat_003362349f033873_ENG_20040712_077100-0009 # text = I started with 21 email addresses. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 started start VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 with with ADP IN _ 6 case 6:case _ -4 21 21 NUM CD NumType=Card 6 nummod 6:nummod _ +4 21 21 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 5 email email NOUN NN Number=Sing 6 compound 6:compound _ 6 addresses address NOUN NNS Number=Plur 2 obl 2:obl:with SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ @@ -15434,15 +15443,15 @@ # text = We now have over 5000 addresses. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 now now ADV RB _ 3 advmod 3:advmod _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 over over ADV RB _ 5 advmod 5:advmod _ -5 5000 5000 NUM CD NumType=Card 6 nummod 6:nummod _ +5 5000 5000 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 addresses address NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No 7 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_003362349f033873_ENG_20040712_077100-0011 # text = My wife and I would love for you to come and visit our page -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 wife wife NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 conj 2:conj:and|6:nsubj _ @@ -15454,14 +15463,14 @@ 10 come come VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 visit visit VERB VB VerbForm=Inf 10 conj 6:advcl:to|10:conj:and _ -13 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 page page NOUN NN Number=Sing 12 obj 12:obj _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_003362349f033873_ENG_20040712_077100-0012 # newpar id = newsgroup-groups.google.com_alt.animals.cat_003362349f033873_ENG_20040712_077100-p0004 # text = http://www.myshutter.com/flash.htm our collection of comedy 1 http://www.myshutter.com/flash.htm http://www.myshutter.com/flash.htm X ADD _ 0 root 0:root _ -2 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 collection collection NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 comedy comedy NOUN NN Number=Sing 3 nmod 3:nmod:of _ @@ -15472,26 +15481,26 @@ 2 Before before SCONJ IN _ 3 mark 3:mark _ 3 becoming become VERB VBG VerbForm=Ger 11 advcl 11:advcl:before _ 4 disabled disabled ADJ JJ Degree=Pos 3 xcomp 3:xcomp SpaceAfter=No -5 , , PUNCT , _ 11 punct 11:punct _ +5 , , PUNCT , _ 3 punct 3:punct _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ 8 an a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 9 AVID avid ADJ JJ Degree=Pos 11 amod 11:amod _ 10 amateur amateur NOUN NN Number=Sing 11 compound 11:compound _ 11 photographer photographer NOUN NN Number=Sing 1 parataxis 1:parataxis SpaceAfter=No -12 .. .. PUNCT , _ 11 punct 11:punct _ +12 .. .. PUNCT , _ 13 punct 13:punct _ 13 come come VERB VB Mood=Imp|VerbForm=Fin 11 parataxis 11:parataxis _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 visit visit VERB VB Mood=Imp|VerbForm=Fin 13 conj 13:conj:and _ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 sign sign VERB VB Mood=Imp|VerbForm=Fin 13 conj 13:conj:and _ -18 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 guestbook guestbook NOUN NN Number=Sing 17 obj 17:obj _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_003362349f033873_ENG_20040712_077100-0014 # text = -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- 1 -----= -----= PUNCT NFP _ 2 punct 2:punct _ -2 Posted post VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +2 Posted post VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 3 via via ADP IN _ 4 case 4:case _ 4 Newsfeeds.Com newsfeeds.com X ADD _ 2 obl 2:obl:via SpaceAfter=No 5 , , PUNCT , _ 8 punct 8:punct _ @@ -15503,10 +15512,10 @@ # sent_id = newsgroup-groups.google.com_alt.animals.cat_003362349f033873_ENG_20040712_077100-0015 # text = http://www.newsfeeds.com - The #1 Newsgroup Service in the World! 1 http://www.newsfeeds.com http://www.newsfeeds.com X ADD _ 0 root 0:root _ -2 - - PUNCT , _ 1 punct 1:punct _ +2 - - PUNCT , _ 7 punct 7:punct _ 3 The the DET DT Definite=Def|PronType=Art 7 det 7:det _ 4 # # SYM NN Number=Sing 7 compound 7:compound SpaceAfter=No -5 1 1 NUM CD NumType=Card 4 nummod 4:nummod _ +5 1 1 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 6 Newsgroup newsgroup NOUN NN Number=Sing 7 compound 7:compound _ 7 Service service NOUN NN Number=Sing 1 parataxis 1:parataxis _ 8 in in ADP IN _ 10 case 10:case _ @@ -15518,10 +15527,10 @@ # text = -----== Over 100,000 Newsgroups - 19 Different Servers! =----- 1 -----== -----== PUNCT NFP _ 4 punct 4:punct _ 2 Over over ADV RB _ 3 advmod 3:advmod _ -3 100,000 100,000 NUM CD NumType=Card 4 nummod 4:nummod _ +3 100,000 100000 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 Newsgroups newsgroup NOUN NNS Number=Plur 0 root 0:root _ -5 - - PUNCT , _ 4 punct 4:punct _ -6 19 19 NUM CD NumType=Card 8 nummod 8:nummod _ +5 - - PUNCT , _ 8 punct 8:punct _ +6 19 19 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 7 Different different ADJ JJ Degree=Pos 8 amod 8:amod _ 8 Servers server NOUN NNS Number=Plur 4 parataxis 4:parataxis SpaceAfter=No 9 ! ! PUNCT . _ 4 punct 4:punct _ @@ -15531,11 +15540,11 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_07e0e03c803ffdbd_ENG_20040217_113500-0001 # newpar id = newsgroup-groups.google.com_alt.animals.bears_07e0e03c803ffdbd_ENG_20040217_113500-p0001 # text = Handcrafted Furry Animals Wholesale, Call for a Catalog NOW! -1 Handcrafted handcraft VERB VBN Tense=Past|VerbForm=Part 3 amod 3:amod _ +1 Handcrafted handcraft VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 amod 3:amod _ 2 Furry furry ADJ JJ Degree=Pos 3 amod 3:amod _ 3 Animals animal NOUN NNS Number=Plur 0 root 0:root _ -4 Wholesale wholesale ADV RB _ 3 amod 3:amod SpaceAfter=No -5 , , PUNCT , _ 3 punct 3:punct _ +4 Wholesale wholesale ADJ JJ Degree=Pos 3 amod 3:amod SpaceAfter=No +5 , , PUNCT , _ 6 punct 6:punct _ 6 Call call VERB VB Mood=Imp|VerbForm=Fin 3 parataxis 3:parataxis _ 7 for for ADP IN _ 9 case 9:case _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ @@ -15545,7 +15554,7 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_07e0e03c803ffdbd_ENG_20040217_113500-0002 # text = 732-657-3416 -1 732-657-3416 732-657-3416 NUM CD NumType=Card 0 root 0:root _ +1 732-657-3416 732-657-3416 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_07e0e03c803ffdbd_ENG_20040217_113500-0003 # newpar id = newsgroup-groups.google.com_alt.animals.bears_07e0e03c803ffdbd_ENG_20040217_113500-p0002 @@ -15556,7 +15565,7 @@ 4 animal animal NOUN NN Number=Sing 6 compound 6:compound _ 5 wholesale wholesale ADJ JJ Degree=Pos 6 amod 6:amod _ 6 figurines figurine NOUN NNS Number=Plur 1 obj 1:obj _ -7 made make VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 from from ADP IN _ 12 case 12:case _ 9 rabbit rabbit NOUN NN Number=Sing 12 compound 12:compound _ 10 and and CCONJ CC _ 11 cc 11:cc _ @@ -15567,7 +15576,7 @@ 15 and and CCONJ CC _ 18 cc 18:cc _ 16-17 sheeps _ _ _ _ _ _ _ _ 16 sheep sheep NOUN NN Number=Sing 18 nmod:poss 18:nmod:poss _ -17 s 's PART POS _ 16 case 16:case _ +17 s 's PART POS Typo=Yes 16 case 16:case CorrectForm='s 18 wool wool NOUN NN Number=Sing 12 conj 7:obl:from|12:conj:and SpaceAfter=No 19 . . PUNCT . _ 1 punct 1:punct _ @@ -15584,20 +15593,20 @@ 9 moose moose NOUN NNS Number=Plur 1 conj 1:conj SpaceAfter=No 10 , , PUNCT , _ 11 punct 11:punct _ 11 horses horse NOUN NNS Number=Plur 1 conj 1:conj SpaceAfter=No -12 , , PUNCT , _ 18 punct 18:punct _ +12 , , PUNCT , _ 1 punct 1:punct _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj _ -14 name name VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl _ +14 name name VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl _ 15 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 obj 14:obj SpaceAfter=No -16 , , PUNCT , _ 18 punct 18:punct _ +16 , , PUNCT , _ 14 punct 14:punct _ 17 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -18 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +18 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 19 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 obj 18:obj SpaceAfter=No 20 . . PUNCT . _ 18 punct 18:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_07e0e03c803ffdbd_ENG_20040217_113500-0005 # text = People love to buy these cute cuddly little animals for gifts and collectables. 1 People people NOUN NNS Number=Plur 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 love love VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 buy buy VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 these this DET DT Number=Plur|PronType=Dem 9 det 9:det _ @@ -15613,11 +15622,11 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_07e0e03c803ffdbd_ENG_20040217_113500-0006 # text = They are very well made and realistic. -1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj|7:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj:pass 5:nsubj:pass|7:nsubj _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 well well ADV RB Degree=Pos 5 advmod 5:advmod _ -5 made make VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +5 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 realistic realistic ADJ JJ Degree=Pos 5 conj 5:conj:and SpaceAfter=No 8 . . PUNCT . _ 5 punct 5:punct _ @@ -15634,11 +15643,11 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_07e0e03c803ffdbd_ENG_20040217_113500-0008 # text = We are looking to expand our Wholesale Clients across the Nation. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 looking look VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 expand expand VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 Wholesale wholesale ADJ JJ Degree=Pos 8 amod 8:amod _ 8 Clients client NOUN NNS Number=Plur 5 obj 5:obj _ 9 across across ADP IN _ 11 case 11:case _ @@ -15650,12 +15659,12 @@ # text = If you own a Retail Store or are a Professional Vendor who exhibits at Sport, Hunting, or Craft Shows and are interested in selling our products,please give us a call! 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|11:nsubj|24:nsubj _ -3 own own VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 advcl 31:advcl:if _ +3 own own VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 31 advcl 31:advcl:if _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 Retail retail NOUN NN Number=Sing 6 compound 6:compound _ 6 Store store NOUN NN Number=Sing 3 obj 3:obj _ 7 or or CCONJ CC _ 11 cc 11:cc _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +8 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 Professional professional ADJ JJ Degree=Pos 11 amod 11:amod _ 11 Vendor vendor NOUN NN Number=Sing 3 conj 3:conj:or|13:nsubj|31:advcl:if _ @@ -15670,13 +15679,13 @@ 20 Craft craft NOUN NN Number=Sing 15 conj 15:conj:or|21:compound _ 21 Shows show NOUN NNS Number=Plur 13 obl 13:obl:at _ 22 and and CCONJ CC _ 24 cc 24:cc _ -23 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ +23 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ 24 interested interested ADJ JJ Degree=Pos 3 conj 3:conj:or|31:advcl:if _ 25 in in SCONJ IN _ 26 mark 26:mark _ 26 selling sell VERB VBG VerbForm=Ger 24 advcl 24:advcl:in _ -27 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +27 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ 28 products product NOUN NNS Number=Plur 26 obj 26:obj SpaceAfter=No -29 , , PUNCT , _ 31 punct 31:punct SpaceAfter=No +29 , , PUNCT , _ 3 punct 3:punct SpaceAfter=No 30 please please INTJ UH _ 31 discourse 31:discourse _ 31 give give VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 32 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 31 iobj 31:iobj _ @@ -15686,12 +15695,12 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_07e0e03c803ffdbd_ENG_20040217_113500-0010 # text = 732-657-3416 -1 732-657-3416 732-657-3416 NUM CD NumType=Card 0 root 0:root _ +1 732-657-3416 732-657-3416 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_07e0e03c803ffdbd_ENG_20040217_113500-0011 # text = We have a Full Color Catalog and Wholesale Price List ready to mail to you today! 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 4 Full full ADJ JJ Degree=Pos 5 amod 5:amod _ 5 Color color NOUN NN Number=Sing 6 compound 6:compound _ @@ -15710,7 +15719,7 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_07e0e03c803ffdbd_ENG_20040217_113500-0012 # text = No minimum order amount. -1 No no DET DT _ 4 det 4:det _ +1 No no DET DT PronType=Neg 4 det 4:det _ 2 minimum minimum ADJ JJ Degree=Pos 3 amod 3:amod _ 3 order order NOUN NN Number=Sing 4 compound 4:compound _ 4 amount amount NOUN NN Number=Sing 0 root 0:root SpaceAfter=No @@ -15718,66 +15727,64 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_07e0e03c803ffdbd_ENG_20040217_113500-0013 # text = Any orders at or over $500.00 an additional 10% off the total order. -1 Any any DET DT _ 2 det 2:det _ -2 orders order NOUN NNS Number=Plur 0 root 0:root _ +1 Any any DET DT PronType=Ind 2 det 2:det _ +2 orders order NOUN NNS Number=Plur 11 nsubj 11:nsubj _ 3 at at ADP IN _ 6 case 6:case _ 4 or or CCONJ CC _ 5 cc 5:cc _ 5 over over ADP IN _ 3 conj 3:conj:or|6:case _ 6 $ $ SYM $ _ 2 nmod 2:nmod:over SpaceAfter=No -7 500.00 500.00 NUM CD NumType=Card 6 nummod 6:nummod _ +7 500.00 500.00 NUM CD NumForm=Digit|NumType=Frac 6 nummod 6:nummod _ 8 an a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 9 additional additional ADJ JJ Degree=Pos 11 amod 11:amod _ -10 10 10 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No -11 % % SYM NN Number=Sing 2 nmod:npmod 2:nmod:npmod _ +10 10 10 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No +11 % % SYM NN Number=Sing 0 root 0:root _ 12 off off ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 14 total total ADJ JJ Degree=Pos 15 amod 15:amod _ 15 order order NOUN NN Number=Sing 11 nmod 11:nmod:off SpaceAfter=No -16 . . PUNCT . _ 2 punct 2:punct _ +16 . . PUNCT . _ 11 punct 11:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_07e0e03c803ffdbd_ENG_20040217_113500-0014 # text = We accecpt: Visa, MasterCard, Amex, Dinners Club/Carte Blanche, & Personal Checks/Money Orders. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 accecpt accecpt VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +2 accecpt accecpt VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 : : PUNCT : _ 4 punct 4:punct _ 4 Visa Visa PROPN NNP Number=Sing 2 obj 2:obj SpaceAfter=No 5 , , PUNCT , _ 6 punct 6:punct _ 6 MasterCard MasterCard PROPN NNP Number=Sing 4 conj 2:obj|4:conj SpaceAfter=No 7 , , PUNCT , _ 8 punct 8:punct _ 8 Amex Amex PROPN NNP Number=Sing 4 conj 2:obj|4:conj SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ -10-11 Dinners _ _ _ _ _ _ _ _ -10 Dinner Dinner PROPN NNP Number=Sing 12 nmod:poss 12:nmod:poss _ -11 s 's PART POS _ 10 case 10:case _ -12 Club Club PROPN NNP Number=Sing 4 conj 2:obj|4:conj SpaceAfter=No -13 / / SYM , _ 15 cc 15:cc SpaceAfter=No -14 Carte Carte PROPN NNP Number=Sing 15 compound 15:compound _ -15 Blanche Blanche PROPN NNP Number=Sing 12 conj 12:conj SpaceAfter=No -16 , , PUNCT , _ 19 punct 19:punct _ -17 & & CCONJ CC _ 19 cc 19:cc _ -18 Personal personal ADJ JJ Degree=Pos 19 amod 19:amod _ -19 Checks check NOUN NNS Number=Plur 4 conj 2:obj|4:conj SpaceAfter=No -20 / / SYM , _ 22 cc 22:cc SpaceAfter=No -21 Money money NOUN NN Number=Sing 22 compound 22:compound _ -22 Orders order NOUN NNS Number=Plur 19 conj 19:conj SpaceAfter=No -23 . . PUNCT . _ 2 punct 2:punct _ +9 , , PUNCT , _ 11 punct 11:punct _ +10 Dinners Diner PROPN NNPS Number=Plur|Typo=Yes 11 compound 11:compound CorrectForm=Diners +11 Club Club PROPN NNP Number=Sing 4 conj 2:obj|4:conj SpaceAfter=No +12 / / SYM , _ 14 cc 14:cc SpaceAfter=No +13 Carte Carte PROPN NNP Number=Sing 14 compound 14:compound _ +14 Blanche Blanche PROPN NNP Number=Sing 11 conj 11:conj SpaceAfter=No +15 , , PUNCT , _ 18 punct 18:punct _ +16 & & CCONJ CC _ 18 cc 18:cc _ +17 Personal personal ADJ JJ Degree=Pos 18 amod 18:amod _ +18 Checks check NOUN NNS Number=Plur 4 conj 2:obj|4:conj SpaceAfter=No +19 / / SYM , _ 21 cc 21:cc SpaceAfter=No +20 Money money NOUN NN Number=Sing 21 compound 21:compound _ +21 Orders order NOUN NNS Number=Plur 18 conj 18:conj SpaceAfter=No +22 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_07e0e03c803ffdbd_ENG_20040217_113500-0015 # text = Animals R Us.Net Bill Schmidt animalsr...@aol.com 732-657-3416 1027 Jolson Court Manchester, N.J. 08759 1 Animals animals X ADD _ 3 compound 3:compound _ -2 R r X ADD _ 3 compound 3:compound _ +2 R R X ADD _ 3 compound 3:compound _ 3 Us.Net us.net X ADD _ 0 root 0:root _ 4 Bill Bill PROPN NNP Number=Sing 3 list 3:list _ 5 Schmidt Schmidt PROPN NNP Number=Sing 4 flat 4:flat _ 6 animalsr...@aol.com animalsr...@aol.com X ADD _ 3 list 3:list _ -7 732-657-3416 732-657-3416 NUM CD NumType=Card 3 list 3:list _ -8 1027 1027 NUM CD NumType=Card 10 nummod 10:nummod _ +7 732-657-3416 732-657-3416 NUM CD NumForm=Digit|NumType=Card 3 list 3:list _ +8 1027 1027 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 9 Jolson Jolson PROPN NNP Number=Sing 10 compound 10:compound _ 10 Court Court PROPN NNP Number=Sing 3 list 3:list _ 11 Manchester Manchester PROPN NNP Number=Sing 3 list 3:list SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ +12 , , PUNCT , _ 13 punct 13:punct _ 13 N.J. N.J. PROPN NNP Number=Sing 11 appos 11:appos _ -14 08759 08759 NUM CD NumType=Card 3 list 3:list _ +14 08759 08759 NUM CD NumForm=Digit|NumType=Card 3 list 3:list _ # newdoc id = newsgroup-groups.google.com_fineart_0339fc0ed4e53c5a_ENG_20050930_025500 # sent_id = newsgroup-groups.google.com_fineart_0339fc0ed4e53c5a_ENG_20050930_025500-0001 @@ -15794,7 +15801,7 @@ # text = Wei Ligang, a rising star of modern art in China, just had an exhibition in mid-July, 2005 in Hong Kong. 1 Wei Wei PROPN NNP Number=Sing 14 nsubj 14:nsubj _ 2 Ligang Ligang PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 6 punct 6:punct _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 rising rise VERB VBG VerbForm=Ger 6 amod 6:amod _ 6 star star NOUN NN Number=Sing 1 appos 1:appos _ @@ -15803,15 +15810,15 @@ 9 art art NOUN NN Number=Sing 6 nmod 6:nmod:of _ 10 in in ADP IN _ 11 case 11:case _ 11 China China PROPN NNP Number=Sing 6 nmod 6:nmod:in SpaceAfter=No -12 , , PUNCT , _ 14 punct 14:punct _ +12 , , PUNCT , _ 1 punct 1:punct _ 13 just just ADV RB _ 14 advmod 14:advmod _ -14 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +14 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 15 an a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 16 exhibition exhibition NOUN NN Number=Sing 14 obj 14:obj _ 17 in in ADP IN _ 18 case 18:case _ 18 mid-July mid-July PROPN NNP Number=Sing 14 obl 14:obl:in SpaceAfter=No -19 , , PUNCT , _ 18 punct 18:punct _ -20 2005 2005 NUM CD NumType=Card 18 nummod 18:nummod _ +19 , , PUNCT , _ 20 punct 20:punct _ +20 2005 2005 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ 21 in in ADP IN _ 23 case 23:case _ 22 Hong Hong PROPN NNP Number=Sing 23 compound 23:compound _ 23 Kong Kong PROPN NNP Number=Sing 14 obl 14:obl:in SpaceAfter=No @@ -15829,13 +15836,13 @@ # sent_id = newsgroup-groups.google.com_fineart_0339fc0ed4e53c5a_ENG_20050930_025500-0004 # text = His art perfectly combines painting and Chinese calligraphy. -1 His he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 His his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 art art NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 perfectly perfectly ADV RB _ 4 advmod 4:advmod _ 4 combines combine VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 painting painting NOUN NN Number=Sing 4 obj 4:obj _ 6 and and CCONJ CC _ 8 cc 8:cc _ -7 Chinese chinese ADJ JJ Degree=Pos 8 amod 8:amod _ +7 Chinese Chinese ADJ JJ Degree=Pos 8 amod 8:amod _ 8 calligraphy calligraphy NOUN NN Number=Sing 5 conj 4:obj|5:conj:and SpaceAfter=No 9 . . PUNCT . _ 4 punct 4:punct _ @@ -15845,12 +15852,12 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ 3 regarded regard VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 as as ADP IN _ 5 case 5:case _ -5 one one NUM CD NumType=Card 3 obl 3:obl:as _ +5 one one NUM CD NumForm=Word|NumType=Card 3 obl 3:obl:as _ 6 of of ADP IN _ 12 case 12:case _ 7 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 8 leading lead VERB VBG VerbForm=Ger 12 amod 12:amod _ 9 Avant avant NOUN NN Number=Sing 11 compound 11:compound SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 11 Garde garde NOUN NN Number=Sing 12 compound 12:compound _ 12 artist artist NOUN NN Number=Sing 5 nmod 5:nmod:of _ 13 of of ADP IN _ 15 case 15:case _ @@ -15860,33 +15867,33 @@ # sent_id = newsgroup-groups.google.com_fineart_0339fc0ed4e53c5a_ENG_20050930_025500-0006 # text = His artworks were selected and exhibited in British Museum in 2002. -1 His he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 His his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 artworks artwork NOUN NNS Number=Plur 4 nsubj:pass 4:nsubj:pass|6:nsubj:pass _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 selected select VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 exhibited exhibit VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and _ +6 exhibited exhibit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 conj 4:conj:and _ 7 in in ADP IN _ 9 case 9:case _ -8 British British PROPN NNP Number=Sing 9 compound 9:compound _ +8 British British ADJ NNP Degree=Pos 9 amod 9:amod _ 9 Museum Museum PROPN NNP Number=Sing 4 obl 4:obl:in _ 10 in in ADP IN _ 11 case 11:case _ -11 2002 2002 NUM CD NumType=Card 4 obl 4:obl:in SpaceAfter=No +11 2002 2002 NUM CD NumForm=Digit|NumType=Card 4 obl 4:obl:in SpaceAfter=No 12 . . PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_fineart_0339fc0ed4e53c5a_ENG_20050930_025500-0007 # text = "Wei has given some virtuoso performances with brush and ink, often incorporating several different techniques into a single work," said Gordon S. Barrass, curator of the exhibition. -1 " " PUNCT `` _ 24 punct 24:punct SpaceAfter=No +1 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 2 Wei Wei PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 3 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 given give VERB VBN Tense=Past|VerbForm=Part 24 ccomp 24:ccomp _ -5 some some DET DT _ 7 det 7:det _ +5 some some DET DT PronType=Ind 7 det 7:det _ 6 virtuoso virtuoso NOUN NN Number=Sing 7 compound 7:compound _ 7 performances performance NOUN NNS Number=Plur 4 obj 4:obj _ 8 with with ADP IN _ 9 case 9:case _ 9 brush brush NOUN NN Number=Sing 4 obl 4:obl:with _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 ink ink NOUN NN Number=Sing 9 conj 4:obl:with|9:conj:and SpaceAfter=No -12 , , PUNCT , _ 4 punct 4:punct _ +12 , , PUNCT , _ 14 punct 14:punct _ 13 often often ADV RB _ 14 advmod 14:advmod _ 14 incorporating incorporate VERB VBG VerbForm=Ger 4 advcl 4:advcl _ 15 several several ADJ JJ Degree=Pos 17 amod 17:amod _ @@ -15896,13 +15903,13 @@ 19 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 20 single single ADJ JJ Degree=Pos 21 amod 21:amod _ 21 work work NOUN NN Number=Sing 14 obl 14:obl:into SpaceAfter=No -22 , , PUNCT , _ 24 punct 24:punct SpaceAfter=No -23 " " PUNCT '' _ 24 punct 24:punct _ -24 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +22 , , PUNCT , _ 4 punct 4:punct SpaceAfter=No +23 " " PUNCT '' _ 4 punct 4:punct _ +24 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 25 Gordon Gordon PROPN NNP Number=Sing 24 nsubj 24:nsubj _ 26 S. S. PROPN NNP Number=Sing 25 flat 25:flat _ 27 Barrass Barrass PROPN NNP Number=Sing 25 flat 25:flat SpaceAfter=No -28 , , PUNCT , _ 25 punct 25:punct _ +28 , , PUNCT , _ 29 punct 29:punct _ 29 curator curator NOUN NN Number=Sing 25 appos 25:appos _ 30 of of ADP IN _ 32 case 32:case _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ @@ -15916,30 +15923,31 @@ 3 world world NOUN NN Number=Sing 13 obl 13:obl:in _ 4 of of ADP IN _ 9 case 9:case _ 5 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No -6 Wei Wei PROPN NNP Number=Sing 9 nmod:poss 9:nmod:poss SpaceAfter=No +6-7 Wei's _ _ _ _ _ _ _ _ +6 Wei Wei PROPN NNP Number=Sing 9 nmod:poss 9:nmod:poss _ 7 's 's PART POS _ 6 case 6:case _ 8 magic magic ADJ JJ Degree=Pos 9 amod 9:amod _ 9 cubes cube NOUN NNS Number=Plur 3 nmod 3:nmod:of SpaceAfter=No -10 , , PUNCT , _ 13 punct 13:punct SpaceAfter=No -11 " " PUNCT '' _ 13 punct 13:punct _ -12 all all DET DT _ 13 nsubj 13:nsubj|17:nsubj:xsubj|19:nsubj:xsubj _ -13 seem seem VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +10 , , PUNCT , _ 9 punct 9:punct SpaceAfter=No +11 " " PUNCT '' _ 9 punct 9:punct _ +12 all all DET DT PronType=Tot 13 nsubj 13:nsubj|17:nsubj:xsubj|19:nsubj:xsubj _ +13 seem seem VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 14 to to PART TO _ 17 mark 17:mark _ -15 be be AUX VB VerbForm=Inf 17 cop 17:cop _ +15 be be AUX VB VerbForm=Inf 17 aux:pass 17:aux:pass _ 16 ingeniously ingeniously ADV RB _ 17 advmod 17:advmod _ -17 planned plan VERB VBN Tense=Past|VerbForm=Part 13 xcomp 13:xcomp _ +17 planned plan VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 xcomp 13:xcomp _ 18 and and CCONJ CC _ 19 cc 19:cc _ 19 tricky tricky ADJ JJ Degree=Pos 17 conj 13:xcomp|17:conj:and SpaceAfter=No 20 . . PUNCT . _ 13 punct 13:punct _ # sent_id = newsgroup-groups.google.com_fineart_0339fc0ed4e53c5a_ENG_20050930_025500-0009 # text = All are mathematical, all are linguistic. -1 All all DET DT _ 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +1 All all DET DT PronType=Tot 3 nsubj 3:nsubj _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 mathematical mathematical ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 , , PUNCT , _ 7 punct 7:punct _ -5 all all DET DT _ 7 nsubj 7:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +5 all all DET DT PronType=Tot 7 nsubj 7:nsubj _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 7 linguistic linguistic ADJ JJ Degree=Pos 3 conj 3:conj SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ @@ -15950,7 +15958,7 @@ 2 Wei Wei PROPN NNP Number=Sing 4 nmod:poss 4:nmod:poss _ 3 's 's PART POS _ 2 case 2:case _ 4 art art NOUN NN Number=Sing 9 obl 9:obl:in SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 logician logician NOUN NN Number=Sing 9 nsubj 9:nsubj _ 8 could could AUX MD VerbForm=Fin 9 aux 9:aux _ @@ -15965,7 +15973,7 @@ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 18 ripple ripple NOUN NN Number=Sing 16 obj 16:obj _ 19 of of ADP IN _ 22 case 22:case _ -20 nine nine NUM CD NumType=Card 22 nummod 22:nummod _ +20 nine nine NUM CD NumForm=Word|NumType=Card 22 nummod 22:nummod _ 21 bass bass ADJ JJ Degree=Pos 22 amod 22:amod _ 22 notes note NOUN NNS Number=Plur 16 obl 16:obl:of SpaceAfter=No 23 , , PUNCT , _ 28 punct 28:punct _ @@ -15981,33 +15989,33 @@ 33 Potter Potter PROPN NNP Number=Sing 32 flat 32:flat _ 34 could could AUX MD VerbForm=Fin 35 aux 35:aux _ 35 see see VERB VB VerbForm=Inf 9 conj 9:conj:and _ -36 two two NUM CD NumType=Card 39 nummod 39:nummod _ -37 accompanied accompany VERB VBN Tense=Past|VerbForm=Part 39 amod 39:amod _ +36 two two NUM CD NumForm=Word|NumType=Card 39 nummod 39:nummod _ +37 accompanied accompany VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 39 amod 39:amod _ 38 green green ADJ JJ Degree=Pos 39 amod 39:amod _ 39 blazes blaze NOUN NNS Number=Plur 35 obj 35:obj SpaceAfter=No 40 . . PUNCT . _ 9 punct 9:punct _ # sent_id = newsgroup-groups.google.com_fineart_0339fc0ed4e53c5a_ENG_20050930_025500-0011 # text = "...to gaze at Wei's art is like entering a floating world of dreams." -1 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No -2 ... ... PUNCT , _ 9 punct 9:punct SpaceAfter=No +1 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No +2 ... ... PUNCT , _ 11 punct 11:punct SpaceAfter=No 3 to to PART TO _ 4 mark 4:mark _ -4 gaze gaze VERB VB VerbForm=Inf 9 csubj 9:csubj _ +4 gaze gaze VERB VB VerbForm=Inf 11 csubj:outer 11:csubj:outer _ 5 at at ADP IN _ 8 case 8:case _ 6-7 Wei's _ _ _ _ _ _ _ _ 6 Wei Wei PROPN NNP Number=Sing 8 nmod:poss 8:nmod:poss _ 7 's 's PART POS _ 6 case 6:case _ 8 art art NOUN NN Number=Sing 4 obl 4:obl:at _ -9 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 like like SCONJ IN _ 11 mark 11:mark _ -11 entering enter VERB VBG VerbForm=Ger 9 advcl 9:advcl:like _ +11 entering enter VERB VBG VerbForm=Ger 0 root 0:root _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 floating float VERB VBG VerbForm=Ger 14 amod 14:amod _ 14 world world NOUN NN Number=Sing 11 obj 11:obj _ 15 of of ADP IN _ 16 case 16:case _ 16 dreams dream NOUN NNS Number=Plur 14 nmod 14:nmod:of SpaceAfter=No -17 . . PUNCT . _ 9 punct 9:punct SpaceAfter=No -18 " " PUNCT '' _ 9 punct 9:punct _ +17 . . PUNCT . _ 11 punct 11:punct SpaceAfter=No +18 " " PUNCT '' _ 11 punct 11:punct _ # sent_id = newsgroup-groups.google.com_fineart_0339fc0ed4e53c5a_ENG_20050930_025500-0012 # text = --- The Art of Calligraphy in Modern China (British Museum Press, 2002) @@ -16017,15 +16025,15 @@ 4 of of ADP IN _ 5 case 5:case _ 5 Calligraphy Calligraphy PROPN NNP Number=Sing 3 nmod 3:nmod:of _ 6 in in ADP IN _ 8 case 8:case _ -7 Modern Modern PROPN NNP Number=Sing 8 compound 8:compound _ +7 Modern modern ADJ NNP Number=Sing 8 compound 8:compound _ 8 China China PROPN NNP Number=Sing 3 nmod 3:nmod:in _ -9 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No -10 British British PROPN NNP Number=Sing 11 compound 11:compound _ +9 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No +10 British British ADJ NNP Degree=Pos 11 amod 11:amod _ 11 Museum Museum PROPN NNP Number=Sing 12 compound 12:compound _ 12 Press Press PROPN NNP Number=Sing 3 list 3:list SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ -14 2002 2002 NUM CD NumType=Card 12 nmod:tmod 12:nmod:tmod SpaceAfter=No -15 ) ) PUNCT -RRB- _ 3 punct 3:punct _ +13 , , PUNCT , _ 14 punct 14:punct _ +14 2002 2002 NUM CD NumForm=Digit|NumType=Card 12 nmod:tmod 12:nmod:tmod SpaceAfter=No +15 ) ) PUNCT -RRB- _ 12 punct 12:punct _ # newdoc id = newsgroup-groups.google.com_hiddennook_1fd8f731ae7ffaa0_ENG_20050214_192900 # sent_id = newsgroup-groups.google.com_hiddennook_1fd8f731ae7ffaa0_ENG_20050214_192900-0001 @@ -16048,7 +16056,7 @@ 1 Wiki Wiki PROPN NNP Number=Sing 3 compound 3:compound _ 2 Media Media PROPN NNP Number=Sing 3 compound 3:compound _ 3 Foundation Foundation PROPN NNP Number=Sing 14 nsubj 14:nsubj SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 6 punct 6:punct _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 group group NOUN NN Number=Sing 3 appos 3:appos _ 7 behind behind ADP IN _ 12 case 12:case _ @@ -16057,8 +16065,8 @@ 10 online online ADJ JJ Degree=Pos 11 amod 11:amod _ 11 encyclopedia encyclopedia NOUN NN Number=Sing 12 compound 12:compound _ 12 project project NOUN NN Number=Sing 6 nmod 6:nmod:behind SpaceAfter=No -13 , , PUNCT , _ 14 punct 14:punct _ -14 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +13 , , PUNCT , _ 3 punct 3:punct _ +14 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 15 Friday Friday PROPN NNP Number=Sing 14 obl:tmod 14:obl:tmod _ 16 that that SCONJ IN _ 21 mark 21:mark _ 17 search search NOUN NN Number=Sing 18 compound 18:compound _ @@ -16068,9 +16076,9 @@ 21 volunteered volunteer VERB VBN Tense=Past|VerbForm=Part 14 ccomp 14:ccomp _ 22 to to PART TO _ 23 mark 23:mark _ 23 host host VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ -24 some some DET DT _ 23 obj 23:obj _ +24 some some DET DT PronType=Ind 23 obj 23:obj _ 25 of of ADP IN _ 27 case 27:case _ -26 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +26 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 27 content content NOUN NN Number=Sing 24 nmod 24:nmod:of _ 28 on on ADP IN _ 30 case 30:case _ 29 company company NOUN NN Number=Sing 30 compound 30:compound _ @@ -16107,17 +16115,17 @@ # text = Microsoft is 4-0 (they took down Netscape, Suns Systems, MAC and IBM) and Google may be their next target. 1 Microsoft Microsoft PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 4 4 NUM CD NumType=Card 0 root 0:root SpaceAfter=No +3 4 4 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No 4 - - SYM SYM _ 5 case 5:case SpaceAfter=No -5 0 0 NUM CD NumType=Card 3 nmod 3:nmod _ +5 0 0 NUM CD NumForm=Digit|NumType=Card 3 nmod 3:nmod _ 6 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ +8 took take VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ 9 down down ADP RP _ 8 compound:prt 8:compound:prt _ 10 Netscape Netscape PROPN NNP Number=Sing 8 obj 8:obj SpaceAfter=No 11 , , PUNCT , _ 13 punct 13:punct _ 12 Suns Suns PROPN NNPS Number=Plur 13 compound 13:compound _ -13 Systems Systems PROPN NNPS Number=Plur 10 conj 8:obj|10:conj:and SpaceAfter=No +13 Systems System PROPN NNPS Number=Plur 10 conj 8:obj|10:conj:and SpaceAfter=No 14 , , PUNCT , _ 15 punct 15:punct _ 15 MAC MAC PROPN NNP Number=Sing 10 conj 8:obj|10:conj:and _ 16 and and CCONJ CC _ 17 cc 17:cc _ @@ -16127,7 +16135,7 @@ 20 Google Google PROPN NNP Number=Sing 25 nsubj 25:nsubj _ 21 may may AUX MD VerbForm=Fin 25 aux 25:aux _ 22 be be AUX VB VerbForm=Inf 25 cop 25:cop _ -23 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +23 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 24 next next ADJ JJ Degree=Pos 25 amod 25:amod _ 25 target target NOUN NN Number=Sing 3 conj 3:conj:and SpaceAfter=No 26 . . PUNCT . _ 3 punct 3:punct _ @@ -16139,15 +16147,15 @@ 3 probably probably ADV RB _ 4 advmod 4:advmod _ 4 making make VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ -6 move move NOUN NN Number=Sing 4 obj 4:obj|8:nsubj:xsubj _ +6 move move NOUN NN Number=Sing 4 obj 4:obj _ 7 to to PART TO _ 8 mark 8:mark _ -8 counter counter VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ +8 counter counter VERB VB VerbForm=Inf 4 advcl 4:advcl _ 9 Microsoft Microsoft PROPN NNP Number=Sing 10 compound 10:compound _ -10 Search Search PROPN NNP Number=Sing 8 obj 8:obj _ -11 using use VERB VBG VerbForm=Ger 10 acl 10:acl _ +10 Search Search PROPN NNP Number=Sing 11 nsubj 11:nsubj _ +11 using use VERB VBG VerbForm=Ger 8 ccomp 8:ccomp _ 12 Encarta Encarta PROPN NNP Number=Sing 11 obj 11:obj _ 13 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No -14 it's it's PRON PRP$ _ 16 nmod:poss 16:nmod:poss _ +14 it's its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 16 nmod:poss 16:nmod:poss CorrectForm=its 15 online online ADJ JJ Degree=Pos 16 amod 16:amod _ 16 dictionary dictionary NOUN NN Number=Sing 12 appos 12:appos SpaceAfter=No 17 ) ) PUNCT -RRB- _ 16 punct 16:punct SpaceAfter=No @@ -16171,7 +16179,7 @@ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 n't not PART RB _ 8 advmod 8:advmod _ 8 opening open VERB VBG Tense=Pres|VerbForm=Part 3 advcl 3:advcl:like _ -9 it's it's PRON PRP$ _ 10 nmod:poss 10:nmod:poss _ +9 it's its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 10 nmod:poss 10:nmod:poss CorrectForm=its 10 mouth mouth NOUN NN Number=Sing 8 obj 8:obj _ 11 about about ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ @@ -16191,21 +16199,21 @@ 2 While while SCONJ IN _ 6 mark 6:mark _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 4-5 don't _ _ _ _ _ _ _ _ -4 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 n't not PART RB _ 6 advmod 6:advmod _ 6 have have VERB VB VerbForm=Inf 20 advcl 20:advcl:while _ -7 anything anything PRON NN Number=Sing 6 obj 6:obj _ +7 anything anything PRON NN Number=Sing|PronType=Ind 6 obj 6:obj _ 8 specific specific ADJ JJ Degree=Pos 7 amod 7:amod _ 9 to to PART TO _ 10 mark 10:mark _ 10 announce announce VERB VB VerbForm=Inf 7 acl 7:acl:to _ 11 today today NOUN NN Number=Sing 10 obl:tmod 10:obl:tmod SpaceAfter=No -12 , , PUNCT , _ 20 punct 20:punct _ +12 , , PUNCT , _ 6 punct 6:punct _ 13 Google Google PROPN NNP Number=Sing 20 nsubj 20:nsubj _ 14 and and CCONJ CC _ 17 cc 17:cc _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 Wikimedia Wikimedia PROPN NNP Number=Sing 17 compound 17:compound _ 17 Foundation Foundation PROPN NNP Number=Sing 13 conj 13:conj:and|20:nsubj _ -18 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +18 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 19 collaboratively collaboratively ADV RB _ 20 advmod 20:advmod _ 20 evaluating evaluate VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 21 creative creative ADJ JJ Degree=Pos 22 amod 22:amod _ @@ -16214,7 +16222,7 @@ 24 support support VERB VB VerbForm=Inf 22 acl 22:acl:to _ 25 Wikipedia.org wikipedia.org X ADD _ 24 obj 24:obj _ 26 and and CCONJ CC _ 28 cc 28:cc _ -27 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +27 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ 28 community community NOUN NN Number=Sing 25 conj 24:obj|25:conj:and SpaceAfter=No 29 . . PUNCT . _ 20 punct 20:punct SpaceAfter=No 30 " " PUNCT '' _ 20 punct 20:punct _ @@ -16223,7 +16231,7 @@ # text = Sure Google, although this would put it on coarse for global domination of the internet by 2014. 1 Sure sure INTJ UH _ 7 discourse 7:discourse _ 2 Google Google PROPN NNP Number=Sing 7 vocative 7:vocative SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 although although SCONJ IN _ 7 mark 7:mark _ 5 this this PRON DT Number=Sing|PronType=Dem 7 nsubj 7:nsubj _ 6 would would AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -16238,7 +16246,7 @@ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 internet internet NOUN NN Number=Sing 13 nmod 13:nmod:of _ 17 by by ADP IN _ 18 case 18:case _ -18 2014 2014 NUM CD NumType=Card 13 nmod 13:nmod:by SpaceAfter=No +18 2014 2014 NUM CD NumForm=Digit|NumType=Card 13 nmod 13:nmod:by SpaceAfter=No 19 . . PUNCT . _ 7 punct 7:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_1fd8f731ae7ffaa0_ENG_20050214_192900-0012 @@ -16251,7 +16259,7 @@ 6 see see VERB VB VerbForm=Inf 4 csubj 4:csubj _ 7 whether whether SCONJ IN _ 13 mark 13:mark _ 8 or or CCONJ CC _ 7 fixed 7:fixed _ -9 not not ADV RB _ 7 fixed 7:fixed _ +9 not not PART RB _ 7 fixed 7:fixed _ 10 Google Google PROPN NNP Number=Sing 13 nsubj 13:nsubj _ 11 will will AUX MD VerbForm=Fin 13 aux 13:aux _ 12 finally finally ADV RB _ 13 advmod 13:advmod _ @@ -16259,18 +16267,18 @@ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 15 Microsoft Microsoft PROPN NNP Number=Sing 16 compound 16:compound _ 16 Goliath goliath NOUN NN Number=Sing 13 obj 13:obj|20:nsubj|25:nsubj|27:nsubj:xsubj SpaceAfter=No -17 , , PUNCT , _ 16 punct 16:punct _ +17 , , PUNCT , _ 20 punct 20:punct _ 18 who who PRON WP PronType=Rel 20 nsubj 16:ref _ 19 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 20 known know VERB VBN Tense=Past|VerbForm=Part 16 acl:relcl 16:acl:relcl _ -21 no no DET DT _ 23 det 23:det _ +21 no no DET DT PronType=Neg 23 det 23:det _ 22 major major ADJ JJ Degree=Pos 23 amod 23:amod _ 23 defeat defeat NOUN NN Number=Sing 20 obj 20:obj _ 24 and and CCONJ CC _ 25 cc 25:cc _ 25 seeks seek VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 conj 16:acl:relcl|20:conj:and _ 26 to to PART TO _ 27 mark 27:mark _ 27 vanquish vanquish VERB VB VerbForm=Inf 25 xcomp 25:xcomp _ -28 all all DET DT _ 29 det 29:det _ +28 all all DET DT PronType=Tot 29 det 29:det _ 29 competition competition NOUN NN Number=Sing 27 obj 27:obj SpaceAfter=No 30 . . PUNCT . _ 4 punct 4:punct _ @@ -16286,24 +16294,24 @@ # sent_id = newsgroup-groups.google.com_hiddennook_1fd8f731ae7ffaa0_ENG_20050214_192900-0015 # text = Posted by Hidden Nook to Hidden Nook at 2/14/2005 07:03:00 PM -1 Posted post VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Posted post VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 by by ADP IN _ 4 case 4:case _ -3 Hidden Hidden PROPN NNP Number=Sing 4 compound 4:compound _ -4 Nook Nook PROPN NNP Number=Sing 1 obl 1:obl:by _ +3 Hidden Hidden ADJ NNP Degree=Pos 4 amod 4:amod _ +4 Nook Nook PROPN NNP Number=Sing 1 obl:agent 1:obl:agent _ 5 to to ADP IN _ 7 case 7:case _ -6 Hidden Hidden PROPN NNP Number=Sing 7 compound 7:compound _ +6 Hidden Hidden ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Nook Nook PROPN NNP Number=Sing 1 obl 1:obl:to _ 8 at at ADP IN _ 11 case 11:case _ -9 2/14/2005 2/14/2005 NUM CD NumType=Card 11 nummod 11:nummod _ -10 07:03:00 07:03:00 NUM CD NumType=Card 11 nummod 11:nummod _ -11 PM pm NOUN NN Number=Sing 1 obl 1:obl:at _ +9 2/14/2005 2/14/2005 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ +10 07:03:00 07:03:00 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ +11 PM p.m. NOUN NN Number=Sing 1 obl 1:obl:at _ # newdoc id = newsgroup-groups.google.com_chantonline_3e01677617c74720_ENG_20060112_102000 # sent_id = newsgroup-groups.google.com_chantonline_3e01677617c74720_ENG_20060112_102000-0001 # newpar id = newsgroup-groups.google.com_chantonline_3e01677617c74720_ENG_20060112_102000-p0001 # text = Email: "Ruth" 1 Email email NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 4 punct 4:punct _ 3 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 4 Ruth Ruth PROPN NNP Number=Sing 1 appos 1:appos SpaceAfter=No 5 " " PUNCT '' _ 4 punct 4:punct SpaceAfter=No @@ -16328,13 +16336,13 @@ 7 for for ADP IN _ 8 case 8:case _ 8 people people NOUN NNS Number=Plur 6 nmod 6:nmod:for|11:nsubj _ 9 who who PRON WP PronType=Rel 11 nsubj 8:ref _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 taking take VERB VBG VerbForm=Ger 8 acl:relcl 8:acl:relcl _ 12 action action NOUN NN Number=Sing 11 obj 11:obj _ 13 on on ADP IN _ 14 case 14:case _ 14 issues issue NOUN NNS Number=Plur 11 obl 11:obl:on|16:nsubj _ 15 that that PRON WDT PronType=Rel 16 nsubj 14:ref _ -16 concern concern VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ +16 concern concern VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ 17 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 16 obj 16:obj SpaceAfter=No 18 . . PUNCT . _ 6 punct 6:punct _ @@ -16342,13 +16350,13 @@ # text = I'm getting in touch because I think it could be useful to people campaigning about hospital closures. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 getting get VERB VBG VerbForm=Ger 0 root 0:root _ 4 in in ADP IN _ 5 case 5:case _ 5 touch touch NOUN NN Number=Sing 3 obl 3:obl:in _ 6 because because SCONJ IN _ 8 mark 8:mark _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:because _ +8 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:because _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 10 could could AUX MD VerbForm=Fin 12 aux 12:aux _ 11 be be AUX VB VerbForm=Inf 12 cop 12:cop _ @@ -16365,25 +16373,25 @@ # text = We've got a page dedicated to issues around hospitals ( http://www.bbc.co.uk/dna/actionnetwork/C55153 ) and a group called NHS SOS have already put up a campaign about ward closures in Cumbria. 1-2 We've _ _ _ _ _ _ _ _ 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 got get VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 page page NOUN NN Number=Sing 3 obj 3:obj _ -6 dedicated dedicate VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +6 dedicated dedicate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 7 to to ADP IN _ 8 case 8:case _ 8 issues issue NOUN NNS Number=Plur 6 obl 6:obl:to _ 9 around around ADP IN _ 10 case 10:case _ 10 hospitals hospital NOUN NNS Number=Plur 8 nmod 8:nmod:around _ 11 ( ( PUNCT -LRB- _ 12 punct 12:punct _ -12 http://www.bbc.co.uk/dna/actionnetwork/C55153 http://www.bbc.co.uk/dna/actionnetwork/c55153 X ADD _ 5 appos 5:appos _ +12 http://www.bbc.co.uk/dna/actionnetwork/C55153 http://www.bbc.co.uk/dna/actionnetwork/C55153 X ADD _ 5 appos 5:appos _ 13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 14 and and CCONJ CC _ 22 cc 22:cc _ 15 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 16 group group NOUN NN Number=Sing 22 nsubj 22:nsubj _ -17 called call VERB VBN Tense=Past|VerbForm=Part 16 acl 16:acl _ +17 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 acl 16:acl _ 18 NHS NHS PROPN NNP Number=Sing 19 compound 19:compound _ 19 SOS SOS PROPN NNP Number=Sing 17 xcomp 17:xcomp _ -20 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ +20 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ 21 already already ADV RB _ 22 advmod 22:advmod _ 22 put put VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:and _ 23 up up ADP RP _ 22 compound:prt 22:compound:prt _ @@ -16400,7 +16408,7 @@ # text = I'm hoping to build this up to be a hub for all the campaigners - a place where people can exchange ideas and advice. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 hoping hope VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 build build VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ @@ -16411,13 +16419,13 @@ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 hub hub NOUN NN Number=Sing 5 advcl 5:advcl:to _ 12 for for ADP IN _ 15 case 15:case _ -13 all all DET PDT _ 15 det:predet 15:det:predet _ +13 all all DET PDT PronType=Tot 15 det:predet 15:det:predet _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 campaigners campaigner NOUN NNS Number=Plur 11 nmod 11:nmod:for _ -16 - - PUNCT , _ 11 punct 11:punct _ +16 - - PUNCT , _ 18 punct 18:punct _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ -18 place place NOUN NN Number=Sing 11 appos 11:appos _ -19 where where SCONJ WRB PronType=Rel 22 mark 22:mark _ +18 place place NOUN NN Number=Sing 11 appos 11:appos|22:obl _ +19 where where ADV WRB PronType=Rel 22 advmod 18:ref _ 20 people people NOUN NNS Number=Plur 22 nsubj 22:nsubj _ 21 can can AUX MD VerbForm=Fin 22 aux 22:aux _ 22 exchange exchange VERB VB VerbForm=Inf 18 acl:relcl 18:acl:relcl _ @@ -16438,7 +16446,7 @@ 8 from from ADP IN _ 9 case 9:case _ 9 CHANT CHANT PROPN NNP Number=Sing 7 nmod 7:nmod:from _ 10 who who PRON WP PronType=Rel 11 nsubj 7:ref _ -11 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +11 started start VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 12 this this DET DT Number=Sing|PronType=Dem 13 det 13:det _ 13 page page NOUN NN Number=Sing 11 obj 11:obj _ 14 would would AUX MD VerbForm=Fin 15 aux 15:aux _ @@ -16488,12 +16496,12 @@ 20 group group NOUN NN Number=Sing 17 obj 17:obj _ 21 if if SCONJ IN _ 23 mark 23:mark _ 22 you you PRON PRP Case=Nom|Person=2|PronType=Prs 23 nsubj 23:nsubj|25:nsubj:xsubj _ -23 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:if _ +23 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:if _ 24 to to PART TO _ 25 mark 25:mark _ 25 take take VERB VB VerbForm=Inf 23 xcomp 23:xcomp _ 26 action action NOUN NN Number=Sing 25 obj 25:obj _ 27 in in ADP IN _ 29 case 29:case _ -28 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +28 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ 29 area area NOUN NN Number=Sing 25 obl 25:obl:in SpaceAfter=No 30 . . PUNCT . _ 7 punct 7:punct _ @@ -16502,24 +16510,24 @@ 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 2 can can AUX MD VerbForm=Fin 3 aux 3:aux _ 3 attach attach VERB VB VerbForm=Inf 0 root 0:root _ -4 anything anything PRON NN Number=Sing 3 obj 3:obj _ +4 anything anything PRON NN Number=Sing|PronType=Ind 3 obj 3:obj _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 write write VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +6 write write VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 to to ADP IN _ 8 case 8:case _ 8 pages page NOUN NNS Number=Plur 3 obl 3:obl:to _ 9 for for ADP IN _ 12 case 12:case _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 local local ADJ JJ Degree=Pos 12 amod 12:amod _ 12 area area NOUN NN Number=Sing 8 nmod 8:nmod:for SpaceAfter=No 13 , , PUNCT , _ 22 punct 22:punct _ -14 as as ADV RB _ 22 cc 22:cc _ +14 as as ADV RB ExtPos=CCONJ 22 cc 22:cc _ 15 well well ADV RB Degree=Pos 14 fixed 14:fixed _ 16 as as ADP IN _ 14 fixed 14:fixed _ 17 to to ADP IN _ 22 case 22:case _ 18 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -19 ' ' PUNCT `` _ 22 punct 22:punct SpaceAfter=No +19 ' ' PUNCT `` _ 20 punct 20:punct SpaceAfter=No 20 issue issue NOUN NN Number=Sing 22 compound 22:compound SpaceAfter=No -21 ' ' PUNCT '' _ 22 punct 22:punct _ +21 ' ' PUNCT '' _ 20 punct 20:punct _ 22 pages page NOUN NNS Number=Plur 8 conj 3:obl:to|8:conj:as_well_as SpaceAfter=No 23 . . PUNCT . _ 3 punct 3:punct _ @@ -16527,7 +16535,7 @@ # text = I'm more than happy to help people with the site or answer any questions about Action Network - just drop me a message. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 more more ADJ JJR Degree=Cmp 0 root 0:root _ 4 than than ADP IN _ 5 case 5:case _ 5 happy happy ADJ JJ Degree=Pos 3 obl 3:obl:than _ @@ -16539,12 +16547,12 @@ 11 site site NOUN NN Number=Sing 7 obl 7:obl:with _ 12 or or CCONJ CC _ 13 cc 13:cc _ 13 answer answer VERB VB VerbForm=Inf 7 conj 5:advcl:to|7:conj:or _ -14 any any DET DT _ 15 det 15:det _ +14 any any DET DT PronType=Ind 15 det 15:det _ 15 questions question NOUN NNS Number=Plur 13 obj 13:obj _ 16 about about ADP IN _ 18 case 18:case _ 17 Action Action PROPN NNP Number=Sing 18 compound 18:compound _ 18 Network Network PROPN NNP Number=Sing 15 nmod 15:nmod:about _ -19 - - PUNCT , _ 3 punct 3:punct _ +19 - - PUNCT , _ 21 punct 21:punct _ 20 just just ADV RB _ 21 advmod 21:advmod _ 21 drop drop VERB VB Mood=Imp|VerbForm=Fin 3 parataxis 3:parataxis _ 22 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 21 iobj 21:iobj _ @@ -16555,8 +16563,8 @@ # sent_id = newsgroup-groups.google.com_chantonline_3e01677617c74720_ENG_20060112_102000-0011 # text = Otherwise, hope to see you there! 1 Otherwise otherwise ADV RB _ 3 advmod 3:advmod SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ -3 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 see see VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 you you PRON PRP Case=Acc|Person=2|PronType=Prs 5 obj 5:obj _ @@ -16590,15 +16598,15 @@ # newpar id = newsgroup-groups.google.com_jokecity_0566f0ba3b5f748f_ENG_20051125_240500-p0002 # text = In one class, he asks the students if anyone can give him an example of a "tragedy". 1 In in ADP IN _ 3 case 3:case _ -2 one one NUM CD NumType=Card 3 nummod 3:nummod _ +2 one one NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 class class NOUN NN Number=Sing 6 obl 6:obl:in SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 6 asks ask VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -8 students student NOUN NNS Number=Plur 6 obj 6:obj _ +8 students student NOUN NNS Number=Plur 6 iobj 6:iobj _ 9 if if SCONJ IN _ 12 mark 12:mark _ -10 anyone anyone PRON NN Number=Sing 12 nsubj 12:nsubj _ +10 anyone anyone PRON NN Number=Sing|PronType=Ind 12 nsubj 12:nsubj _ 11 can can AUX MD VerbForm=Fin 12 aux 12:aux _ 12 give give VERB VB VerbForm=Inf 6 advcl 6:advcl:if _ 13 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 iobj 12:iobj _ @@ -16613,19 +16621,19 @@ # sent_id = newsgroup-groups.google.com_jokecity_0566f0ba3b5f748f_ENG_20051125_240500-0003 # text = One little boy stands up and offersthat, "if my best friend who lives next door was playing in the street when a car came along and killed him, that would be a tragedy". -1 One one NUM CD NumType=Card 3 nummod 3:nummod _ +1 One one NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 2 little little ADJ JJ Degree=Pos 3 amod 3:amod _ 3 boy boy NOUN NN Number=Sing 4 nsubj 4:nsubj|7:nsubj _ 4 stands stand VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 up up ADV RB _ 4 advmod 4:advmod _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 offers offer VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and SpaceAfter=No +7 offers offer VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and CorrectSpaceAfter=Yes|SpaceAfter=No 8 that that SCONJ IN _ 37 mark 37:mark SpaceAfter=No -9 , , PUNCT , _ 37 punct 37:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10 " " PUNCT `` _ 37 punct 37:punct SpaceAfter=No 11 if if SCONJ IN _ 20 mark 20:mark _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ -13 best best ADJ JJS Degree=Sup 14 amod 14:amod _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 best good ADJ JJS Degree=Sup 14 amod 14:amod _ 14 friend friend NOUN NN Number=Sing 20 nsubj 16:nsubj|20:nsubj _ 15 who who PRON WP PronType=Rel 16 nsubj 14:ref _ 16 lives live VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ @@ -16636,15 +16644,15 @@ 21 in in ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 street street NOUN NN Number=Sing 20 obl 20:obl:in _ -24 when when SCONJ WRB PronType=Int 27 mark 27:mark _ +24 when when ADV WRB PronType=Int 27 advmod 27:advmod _ 25 a a DET DT Definite=Ind|PronType=Art 26 det 26:det _ 26 car car NOUN NN Number=Sing 27 nsubj 27:nsubj|30:nsubj _ -27 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 advcl 20:advcl:when _ +27 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 advcl 20:advcl:when _ 28 along along ADV RB _ 27 advmod 27:advmod _ 29 and and CCONJ CC _ 30 cc 30:cc _ -30 killed kill VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 27 conj 20:advcl:when|27:conj:and _ +30 killed kill VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 27 conj 20:advcl:when|27:conj:and _ 31 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 30 obj 30:obj SpaceAfter=No -32 , , PUNCT , _ 37 punct 37:punct _ +32 , , PUNCT , _ 20 punct 20:punct _ 33 that that PRON DT Number=Sing|PronType=Dem 37 nsubj 37:nsubj _ 34 would would AUX MD VerbForm=Fin 37 aux 37:aux _ 35 be be AUX VB VerbForm=Inf 37 cop 37:cop _ @@ -16655,13 +16663,13 @@ # sent_id = newsgroup-groups.google.com_jokecity_0566f0ba3b5f748f_ENG_20051125_240500-0004 # text = "No," Winston says, "That would be an ACCIDENT." -1 " " PUNCT `` _ 13 punct 13:punct SpaceAfter=No +1 " " PUNCT `` _ 2 punct 2:punct SpaceAfter=No 2 No no INTJ UH _ 13 discourse 13:discourse SpaceAfter=No -3 , , PUNCT , _ 13 punct 13:punct SpaceAfter=No -4 " " PUNCT '' _ 13 punct 13:punct _ +3 , , PUNCT , _ 2 punct 2:punct SpaceAfter=No +4 " " PUNCT '' _ 2 punct 2:punct _ 5 Winston Winston PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 6 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 parataxis 13:parataxis SpaceAfter=No -7 , , PUNCT , _ 13 punct 13:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 " " PUNCT `` _ 13 punct 13:punct SpaceAfter=No 9 That that PRON DT Number=Sing|PronType=Dem 13 nsubj 13:nsubj _ 10 would would AUX MD VerbForm=Fin 13 aux 13:aux _ @@ -16676,7 +16684,7 @@ 1 A a DET DT Definite=Ind|PronType=Art 2 det 2:det _ 2 girl girl NOUN NN Number=Sing 3 nsubj 3:nsubj _ 3 raises raise VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 hand hand NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ @@ -16688,17 +16696,17 @@ 4 school school NOUN NN Number=Sing 5 compound 5:compound _ 5 bus bus NOUN NN Number=Sing 9 nsubj 9:nsubj _ 6 carrying carry VERB VBG VerbForm=Ger 5 acl 5:acl _ -7 fifty fifty NUM CD NumType=Card 8 nummod 8:nummod _ +7 fifty fifty NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 8 children child NOUN NNS Number=Plur 6 obj 6:obj _ -9 drove drive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 advcl 22:advcl:if _ +9 drove drive VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 advcl 22:advcl:if _ 10 off off ADP IN _ 12 case 12:case _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 cliff cliff NOUN NN Number=Sing 9 obl 9:obl:off SpaceAfter=No -13 , , PUNCT , _ 9 punct 9:punct _ +13 , , PUNCT , _ 14 punct 14:punct _ 14 killing kill VERB VBG VerbForm=Ger 9 advcl 9:advcl _ -15 everyone everyone PRON NN Number=Sing 14 obj 14:obj _ +15 everyone everyone PRON NN Number=Sing|PronType=Tot 14 obj 14:obj _ 16 involved involved ADJ JJ Degree=Pos 15 amod 15:amod SpaceAfter=No -17 ... ... PUNCT , _ 22 punct 22:punct _ +17 ... ... PUNCT , _ 9 punct 9:punct _ 18 that that PRON DT Number=Sing|PronType=Dem 22 nsubj 22:nsubj _ 19 would would AUX MD VerbForm=Fin 22 aux 22:aux _ 20 be be AUX VB VerbForm=Inf 22 cop 22:cop _ @@ -16710,19 +16718,20 @@ # sent_id = newsgroup-groups.google.com_jokecity_0566f0ba3b5f748f_ENG_20051125_240500-0007 # text = "I'm afraid not, "explains Winston, "that is what we would call a GREAT LOSS." 1 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No -2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj SpaceAfter=No -3 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2-3 I'm _ _ _ _ _ _ _ _ +2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +3 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 afraid afraid ADJ JJ Degree=Pos 0 root 0:root _ 5 not not PART RB _ 4 ccomp 4:ccomp SpaceAfter=No 6 , , PUNCT , _ 4 punct 4:punct _ 7 " " PUNCT '' _ 4 punct 4:punct SpaceAfter=No 8 explains explain VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ 9 Winston Winston PROPN NNP Number=Sing 8 nsubj 8:nsubj SpaceAfter=No -10 , , PUNCT , _ 4 punct 4:punct _ +10 , , PUNCT , _ 14 punct 14:punct _ 11 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No 12 that that PRON DT Number=Sing|PronType=Dem 14 nsubj 14:nsubj _ -13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _|CheckUPOS=VERB -14 what what PRON WP PronType=Int 4 parataxis 4:parataxis _ +13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +14 what what PRON WP PronType=Rel 4 parataxis 4:parataxis|17:obj|20:nsubj:xsubj _ 15 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 17 nsubj 17:nsubj|20:nsubj:xsubj _ 16 would would AUX MD VerbForm=Fin 17 aux 17:aux _ 17 call call VERB VB VerbForm=Inf 14 acl:relcl 14:acl:relcl _ @@ -16738,30 +16747,31 @@ 2 room room NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 silent silent ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 11 punct 11:punct _ 6 none none NOUN NN Number=Sing 11 nsubj 11:nsubj _ 7 of of ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 other other ADJ JJ Degree=Pos 10 amod 10:amod _ 10 children child NOUN NNS Number=Plur 6 nmod 6:nmod:of _ -11 volunteer volunteer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis SpaceAfter=No +11 volunteer volunteer VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis SpaceAfter=No 12 . . PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_jokecity_0566f0ba3b5f748f_ENG_20051125_240500-0009 # text = "What?" asks Winston, "isn't there any one here who can give me an example of a tragedy?" -1 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No +1 " " PUNCT `` _ 2 punct 2:punct SpaceAfter=No 2 What what PRON WP PronType=Int 5 ccomp 5:ccomp SpaceAfter=No -3 ? ? PUNCT . _ 5 punct 5:punct SpaceAfter=No -4 " " PUNCT '' _ 5 punct 5:punct _ +3 ? ? PUNCT . _ 2 punct 2:punct SpaceAfter=No +4 " " PUNCT '' _ 2 punct 2:punct _ 5 asks ask VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 Winston Winston PROPN NNP Number=Sing 5 nsubj 5:nsubj SpaceAfter=No 7 , , PUNCT , _ 9 punct 9:punct _ 8 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No -9 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis SpaceAfter=No +9-10 isn't _ _ _ _ _ _ _ _ +9 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ 10 n't not PART RB _ 9 advmod 9:advmod _ 11 there there PRON EX _ 9 expl 9:expl _ -12 any any X GW _ 9 nsubj 9:nsubj|17:nsubj _ -13 one one NOUN NN Number=Sing 12 goeswith 12:goeswith _ +12 any anyone PRON GW Number=Sing|PronType=Ind|Typo=Yes 9 nsubj 9:nsubj|17:nsubj _ +13 one _ X NN _ 12 goeswith 12:goeswith _ 14 here here ADV RB PronType=Dem 12 advmod 12:advmod _ 15 who who PRON WP PronType=Rel 17 nsubj 12:ref _ 16 can can AUX MD VerbForm=Fin 17 aux 17:aux _ @@ -16778,14 +16788,14 @@ # sent_id = newsgroup-groups.google.com_jokecity_0566f0ba3b5f748f_ENG_20051125_240500-0010 # text = Finally, a boy in the back raises his hand. 1 Finally finally ADV RB _ 8 advmod 8:advmod SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 boy boy NOUN NN Number=Sing 8 nsubj 8:nsubj _ 5 in in ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 back back NOUN NN Number=Sing 4 nmod 4:nmod:in _ 8 raises raise VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 hand hand NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No 11 . . PUNCT . _ 8 punct 8:punct _ @@ -16795,10 +16805,10 @@ 2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 timid timid ADJ JJ Degree=Pos 4 amod 4:amod _ 4 voice voice NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 7 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -8 : : PUNCT : _ 7 punct 7:punct _ +8 : : PUNCT : _ 27 punct 27:punct _ 9 " " PUNCT `` _ 27 punct 27:punct SpaceAfter=No 10 If if SCONJ IN _ 17 mark 17:mark _ 11 an a DET DT Definite=Ind|PronType=Art 12 det 12:det _ @@ -16811,8 +16821,8 @@ 18 up up ADP RP _ 17 compound:prt 17:compound:prt _ 19 by by ADP IN _ 21 case 21:case _ 20 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ -21 bomb bomb NOUN NN Number=Sing 17 obl 17:obl:by SpaceAfter=No -22 , , PUNCT , _ 27 punct 27:punct _ +21 bomb bomb NOUN NN Number=Sing 17 obl:agent 17:obl:agent SpaceAfter=No +22 , , PUNCT , _ 17 punct 17:punct _ 23 THAT that PRON DT Number=Sing|PronType=Dem 27 nsubj 27:nsubj _ 24 would would AUX MD VerbForm=Fin 27 aux 27:aux _ 25 be be AUX VB VerbForm=Inf 27 cop 27:cop _ @@ -16823,10 +16833,10 @@ # sent_id = newsgroup-groups.google.com_jokecity_0566f0ba3b5f748f_ENG_20051125_240500-0012 # text = "Wonderful!" Winston beams. -1 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No +1 " " PUNCT `` _ 2 punct 2:punct SpaceAfter=No 2 Wonderful wonderful ADJ JJ Degree=Pos 6 parataxis 6:parataxis SpaceAfter=No -3 ! ! PUNCT . _ 6 punct 6:punct SpaceAfter=No -4 " " PUNCT '' _ 6 punct 6:punct _ +3 ! ! PUNCT . _ 2 punct 2:punct SpaceAfter=No +4 " " PUNCT '' _ 2 punct 2:punct _ 5 Winston Winston PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 6 beams beam VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 7 . . PUNCT . _ 6 punct 6:punct _ @@ -16855,10 +16865,10 @@ # sent_id = newsgroup-groups.google.com_jokecity_0566f0ba3b5f748f_ENG_20051125_240500-0015 # text = "Well," says the boy, "because it wouldn't be an accident, and it certainly wouldn't be a great loss!" -1 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No +1 " " PUNCT `` _ 2 punct 2:punct SpaceAfter=No 2 Well well INTJ UH _ 16 discourse 16:discourse SpaceAfter=No -3 , , PUNCT , _ 16 punct 16:punct SpaceAfter=No -4 " " PUNCT '' _ 16 punct 16:punct _ +3 , , PUNCT , _ 2 punct 2:punct SpaceAfter=No +4 " " PUNCT '' _ 2 punct 2:punct _ 5 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 parataxis 16:parataxis _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 boy boy NOUN NN Number=Sing 5 nsubj 5:nsubj SpaceAfter=No @@ -16913,10 +16923,10 @@ 2 looks look VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 like like SCONJ IN _ 11 mark 11:mark _ 4 The the DET DT Definite=Def|PronType=Art 9 det 9:det _ -5 Lunar Lunar PROPN NNP Number=Sing 9 compound 9:compound _ +5 Lunar Lunar ADJ NNP Degree=Pos 9 amod 9:amod _ 6 Transportation Transportation PROPN NNP Number=Sing 9 compound 9:compound _ -7 Systems Systems PROPN NNPS Number=Plur 9 compound 9:compound SpaceAfter=No -8 , , PUNCT , _ 9 punct 9:punct _ +7 Systems System PROPN NNPS Number=Plur 9 compound 9:compound SpaceAfter=No +8 , , PUNCT , _ 7 punct 7:punct _ 9 Inc. Inc. PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 visualizing visualize VERB VBG VerbForm=Ger 2 advcl 2:advcl:like _ @@ -16940,8 +16950,8 @@ # sent_id = newsgroup-groups.google.com_hiddennook_88969236563fa748_ENG_20050215_173600-0005 # text = "Our new lunar transportation system utilizes a unique architecture that will establish the equivalent of a two-way highway between the Earth and the Moon," Kistler told SPACE.com. -1 " " PUNCT `` _ 31 punct 31:punct SpaceAfter=No -2 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +1 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No +2 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 3 new new ADJ JJ Degree=Pos 6 amod 6:amod _ 4 lunar lunar ADJ JJ Degree=Pos 5 amod 5:amod _ 5 transportation transportation NOUN NN Number=Sing 6 compound 6:compound _ @@ -16957,8 +16967,8 @@ 15 equivalent equivalent NOUN NN Number=Sing 13 obj 13:obj _ 16 of of ADP IN _ 21 case 21:case _ 17 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ -18 two two NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No -19 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No +18 two two NUM CD NumForm=Word|NumType=Card 20 nummod 20:nummod SpaceAfter=No +19 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No 20 way way NOUN NN Number=Sing 21 compound 21:compound _ 21 highway highway NOUN NN Number=Sing 15 nmod 15:nmod:of _ 22 between between ADP IN _ 24 case 24:case _ @@ -16967,19 +16977,19 @@ 25 and and CCONJ CC _ 27 cc 27:cc _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 Moon Moon PROPN NNP Number=Sing 24 conj 21:nmod:between|24:conj:and SpaceAfter=No -28 , , PUNCT , _ 31 punct 31:punct SpaceAfter=No -29 " " PUNCT '' _ 31 punct 31:punct _ +28 , , PUNCT , _ 7 punct 7:punct SpaceAfter=No +29 " " PUNCT '' _ 7 punct 7:punct _ 30 Kistler Kistler PROPN NNP Number=Sing 31 nsubj 31:nsubj _ -31 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -32 SPACE.com space.com X ADD _ 31 obj 31:obj SpaceAfter=No +31 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +32 SPACE.com space.com X ADD _ 31 iobj 31:iobj SpaceAfter=No 33 . . PUNCT . _ 31 punct 31:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_88969236563fa748_ENG_20050215_173600-0006 # text = "Our plans include raising private capital to develop, build, flight test, and operate this Earth-Moon highway for the benefit of the country and the benefit of our investors." 1 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No -2 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 plans plan NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 include include VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 include include VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 raising raise VERB VBG VerbForm=Ger 4 ccomp 4:ccomp _ 6 private private ADJ JJ Degree=Pos 7 amod 7:amod _ 7 capital capital NOUN NN Number=Sing 5 obj 5:obj _ @@ -16995,7 +17005,7 @@ 17 operate operate VERB VB VerbForm=Inf 9 conj 5:advcl:to|9:conj:and _ 18 this this DET DT Number=Sing|PronType=Dem 22 det 22:det _ 19 Earth Earth PROPN NNP Number=Sing 21 compound 21:compound SpaceAfter=No -20 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No +20 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No 21 Moon Moon PROPN NNP Number=Sing 22 compound 22:compound _ 22 highway highway NOUN NN Number=Sing 9 obj 9:obj|11:obj|14:obj|17:obj _ 23 for for ADP IN _ 25 case 25:case _ @@ -17008,7 +17018,7 @@ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 31 benefit benefit NOUN NN Number=Sing 25 conj 9:obl:for|25:conj:and _ 32 of of ADP IN _ 34 case 34:case _ -33 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ +33 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ 34 investors investor NOUN NNS Number=Plur 31 nmod 31:nmod:of SpaceAfter=No 35 . . PUNCT . _ 4 punct 4:punct SpaceAfter=No 36 " " PUNCT '' _ 4 punct 4:punct _ @@ -17023,9 +17033,10 @@ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 private private ADJ JJ Degree=Pos 8 amod 8:amod _ 8 sector sector NOUN NN Number=Sing 4 obl 4:obl:through SpaceAfter=No -9 -- -- PUNCT , _ 2 punct 2:punct SpaceAfter=No -10 NASA NASA PROPN NNP Number=Sing 12 compound 12:compound SpaceAfter=No -11 's 's PART POS _ 12 case 12:case _ +9 -- -- PUNCT , _ 16 punct 16:punct SpaceAfter=No +10-11 NASA's _ _ _ _ _ _ _ _ +10 NASA NASA PROPN NNP Number=Sing 12 nmod:poss 12:nmod:poss _ +11 's 's PART POS _ 10 case 10:case _ 12 budget budget NOUN NN Number=Sing 16 nsubj 16:nsubj _ 13 may may AUX MD VerbForm=Fin 16 aux 16:aux _ 14 be be AUX VB VerbForm=Inf 16 cop 16:cop _ @@ -17054,9 +17065,9 @@ # sent_id = newsgroup-groups.google.com_hiddennook_88969236563fa748_ENG_20050215_173600-0009 # text = The Lunar Transporatation Systems (LTS) is actually being funded by two space businessmen, Walter Kistler and Bob Citron. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ -2 Lunar Lunar PROPN NNP Number=Sing 3 compound 3:compound _ +2 Lunar Lunar ADJ NNP Degree=Pos 3 amod 3:amod _ 3 Transporatation Transporatation PROPN NNP Number=Sing 4 compound 4:compound _ -4 Systems Systems PROPN NNPS Number=Plur 11 nsubj:pass 11:nsubj:pass _ +4 Systems System PROPN NNPS Number=Plur 11 nsubj:pass 11:nsubj:pass _ 5 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No 6 LTS LTS PROPN NNP Number=Sing 4 appos 4:appos SpaceAfter=No 7 ) ) PUNCT -RRB- _ 6 punct 6:punct _ @@ -17065,10 +17076,10 @@ 10 being be AUX VBG VerbForm=Ger 11 aux:pass 11:aux:pass _ 11 funded fund VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 12 by by ADP IN _ 15 case 15:case _ -13 two two NUM CD NumType=Card 15 nummod 15:nummod _ +13 two two NUM CD NumForm=Word|NumType=Card 15 nummod 15:nummod _ 14 space space NOUN NN Number=Sing 15 compound 15:compound _ -15 businessmen businessman NOUN NNS Number=Plur 11 obl 11:obl:by SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ +15 businessmen businessman NOUN NNS Number=Plur 11 obl:agent 11:obl:agent SpaceAfter=No +16 , , PUNCT , _ 17 punct 17:punct _ 17 Walter Walter PROPN NNP Number=Sing 15 appos 15:appos _ 18 Kistler Kistler PROPN NNP Number=Sing 17 flat 17:flat _ 19 and and CCONJ CC _ 20 cc 20:cc _ @@ -17078,11 +17089,11 @@ # sent_id = newsgroup-groups.google.com_hiddennook_88969236563fa748_ENG_20050215_173600-0010 # text = Both of these men are heavily involved in the private sector of the space industry, and both are also involved with another space company called SPACEHAB . -1 Both both DET DT _ 7 nsubj 7:nsubj _ +1 Both both DET DT PronType=Tot 7 nsubj 7:nsubj _ 2 of of ADP IN _ 4 case 4:case _ 3 these this DET DT Number=Plur|PronType=Dem 4 det 4:det _ 4 men man NOUN NNS Number=Plur 1 nmod 1:nmod:of _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 heavily heavily ADV RB _ 7 advmod 7:advmod _ 7 involved involved ADJ JJ Degree=Pos 0 root 0:root _ 8 in in ADP IN _ 11 case 11:case _ @@ -17095,22 +17106,22 @@ 15 industry industry NOUN NN Number=Sing 11 nmod 11:nmod:of SpaceAfter=No 16 , , PUNCT , _ 21 punct 21:punct _ 17 and and CCONJ CC _ 21 cc 21:cc _ -18 both both DET DT _ 21 nsubj 21:nsubj _ -19 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ +18 both both DET DT PronType=Tot 21 nsubj 21:nsubj _ +19 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 20 also also ADV RB _ 21 advmod 21:advmod _ 21 involved involved ADJ JJ Degree=Pos 7 conj 7:conj:and _ 22 with with ADP IN _ 25 case 25:case _ -23 another another DET DT _ 25 det 25:det _ +23 another another DET DT PronType=Ind 25 det 25:det _ 24 space space NOUN NN Number=Sing 25 compound 25:compound _ 25 company company NOUN NN Number=Sing 21 obl 21:obl:with _ -26 called call VERB VBN Tense=Past|VerbForm=Part 25 acl 25:acl _ +26 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 acl 25:acl _ 27 SPACEHAB SPACEHAB PROPN NNP Number=Sing 26 xcomp 26:xcomp _ 28 . . PUNCT . _ 7 punct 7:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_88969236563fa748_ENG_20050215_173600-0011 # text = They want to use LTS to tie into NASA's vision for Space Exploration, and seem pleased that the White House is moving in that direction. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj|17:nsubj|18:nsubj:xsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 use use VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 LTS LTS PROPN NNP Number=Sing 4 obj 4:obj _ @@ -17126,11 +17137,11 @@ 14 Exploration exploration NOUN NN Number=Sing 11 nmod 11:nmod:for SpaceAfter=No 15 , , PUNCT , _ 17 punct 17:punct _ 16 and and CCONJ CC _ 17 cc 17:cc _ -17 seem seem VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +17 seem seem VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 18 pleased pleased ADJ JJ Degree=Pos 17 xcomp 17:xcomp _ 19 that that SCONJ IN _ 24 mark 24:mark _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -21 White White PROPN NNP Number=Sing 22 compound 22:compound _ +21 White White ADJ NNP Degree=Pos 22 amod 22:amod _ 22 House House PROPN NNP Number=Sing 24 nsubj 24:nsubj _ 23 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ 24 moving move VERB VBG Tense=Pres|VerbForm=Part 18 ccomp 18:ccomp _ @@ -17141,14 +17152,14 @@ # sent_id = newsgroup-groups.google.com_hiddennook_88969236563fa748_ENG_20050215_173600-0012 # text = "We are so excited that the White House and the recent new government space policy underscores the need to involve the private sector in assisting NASA develop its plans for the new Vision for Space Exploration," said Walter Kistler, LTS co-founder and Chairman. -1 " " PUNCT `` _ 40 punct 40:punct SpaceAfter=No +1 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 2 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 so so ADV RB _ 5 advmod 5:advmod _ 5 excited excited ADJ JJ Degree=Pos 40 ccomp 40:ccomp _ 6 that that SCONJ IN _ 17 mark 17:mark _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 White White PROPN NNP Number=Sing 9 compound 9:compound _ +8 White White ADJ NNP Degree=Pos 9 amod 9:amod _ 9 House House PROPN NNP Number=Sing 17 nsubj 17:nsubj _ 10 and and CCONJ CC _ 16 cc 16:cc _ 11 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -17167,9 +17178,9 @@ 24 sector sector NOUN NN Number=Sing 21 obj 21:obj _ 25 in in SCONJ IN _ 26 mark 26:mark _ 26 assisting assist VERB VBG VerbForm=Ger 21 advcl 21:advcl:in _ -27 NASA NASA PROPN NNP Number=Sing 28 nsubj 28:nsubj _ -28 develop develop VERB VB VerbForm=Inf 26 ccomp 26:ccomp _ -29 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +27 NASA NASA PROPN NNP Number=Sing 26 obj 26:obj|28:nsubj:xsubj _ +28 develop develop VERB VB VerbForm=Inf 26 xcomp 26:xcomp _ +29 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 30 plans plan NOUN NNS Number=Plur 28 obj 28:obj _ 31 for for ADP IN _ 34 case 34:case _ 32 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ @@ -17178,12 +17189,12 @@ 35 for for ADP IN _ 37 case 37:case _ 36 Space space NOUN NN Number=Sing 37 compound 37:compound _ 37 Exploration exploration NOUN NN Number=Sing 34 nmod 34:nmod:for SpaceAfter=No -38 , , PUNCT , _ 40 punct 40:punct SpaceAfter=No -39 " " PUNCT '' _ 40 punct 40:punct _ -40 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +38 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No +39 " " PUNCT '' _ 5 punct 5:punct _ +40 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 41 Walter Walter PROPN NNP Number=Sing 40 nsubj 40:nsubj _ 42 Kistler Kistler PROPN NNP Number=Sing 41 flat 41:flat SpaceAfter=No -43 , , PUNCT , _ 41 punct 41:punct _ +43 , , PUNCT , _ 45 punct 45:punct _ 44 LTS LTS PROPN NNP Number=Sing 45 compound 45:compound _ 45 co-founder co-founder NOUN NN Number=Sing 41 appos 41:appos _ 46 and and CCONJ CC _ 47 cc 47:cc _ @@ -17193,17 +17204,17 @@ # sent_id = newsgroup-groups.google.com_hiddennook_88969236563fa748_ENG_20050215_173600-0013 # text = With their proposal of a "Earth-Moon" highway, it looks like space tourism may become a reality sooner than we think. 1 With with ADP IN _ 3 case 3:case _ -2 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 proposal proposal NOUN NN Number=Sing 14 obl 14:obl:with _ 4 of of ADP IN _ 11 case 11:case _ 5 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 6 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No 7 Earth Earth PROPN NNP Number=Sing 9 compound 9:compound SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 Moon Moon PROPN NNP Number=Sing 11 compound 11:compound SpaceAfter=No 10 " " PUNCT '' _ 9 punct 9:punct _ 11 highway highway NOUN NN Number=Sing 3 nmod 3:nmod:of SpaceAfter=No -12 , , PUNCT , _ 14 punct 14:punct _ +12 , , PUNCT , _ 3 punct 3:punct _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 14 looks look VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 15 like like SCONJ IN _ 19 mark 19:mark _ @@ -17213,10 +17224,10 @@ 19 become become VERB VB VerbForm=Inf 14 advcl 14:advcl:like _ 20 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 21 reality reality NOUN NN Number=Sing 19 xcomp 19:xcomp _ -22 sooner sooner ADV RBR Degree=Cmp 19 advmod 19:advmod _ +22 sooner soon ADV RBR Degree=Cmp 19 advmod 19:advmod _ 23 than than SCONJ IN _ 25 mark 25:mark _ 24 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 25 nsubj 25:nsubj _ -25 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:than SpaceAfter=No +25 think think VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:than SpaceAfter=No 26 . . PUNCT . _ 14 punct 14:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_88969236563fa748_ENG_20050215_173600-0014 @@ -17231,17 +17242,17 @@ # sent_id = newsgroup-groups.google.com_hiddennook_88969236563fa748_ENG_20050215_173600-0016 # text = Posted by Hidden Nook to Hidden Nook at 2/15/2005 05:12:00 PM -1 Posted post VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Posted post VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 by by ADP IN _ 4 case 4:case _ -3 Hidden Hidden PROPN NNP Number=Sing 4 compound 4:compound _ -4 Nook Nook PROPN NNP Number=Sing 1 obl 1:obl:by _ +3 Hidden Hidden ADJ NNP Degree=Pos 4 amod 4:amod _ +4 Nook Nook PROPN NNP Number=Sing 1 obl:agent 1:obl:agent _ 5 to to ADP IN _ 7 case 7:case _ -6 Hidden Hidden PROPN NNP Number=Sing 7 compound 7:compound _ +6 Hidden Hidden ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Nook Nook PROPN NNP Number=Sing 1 obl 1:obl:to _ 8 at at ADP IN _ 11 case 11:case _ -9 2/15/2005 2/15/2005 NUM CD NumType=Card 11 nummod 11:nummod _ -10 05:12:00 05:12:00 NUM CD NumType=Card 11 nummod 11:nummod _ -11 PM pm NOUN NN Number=Sing 1 obl 1:obl:at _ +9 2/15/2005 2/15/2005 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ +10 05:12:00 05:12:00 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ +11 PM p.m. NOUN NN Number=Sing 1 obl 1:obl:at _ # newdoc id = newsgroup-groups.google.com_hiddennook_e21e429b3ad58235_ENG_20050830_214700 # sent_id = newsgroup-groups.google.com_hiddennook_e21e429b3ad58235_ENG_20050830_214700-0001 @@ -17269,18 +17280,18 @@ 7 moon moon NOUN NN Number=Sing 4 obl 4:obl:to _ 8 on on ADP IN _ 15 case 15:case _ 9 sleek sleek ADJ JJ Degree=Pos 15 amod 15:amod SpaceAfter=No -10 , , PUNCT , _ 11 punct 11:punct _ +10 , , PUNCT , _ 9 punct 9:punct _ 11 single single ADJ JJ Degree=Pos 15 amod 15:amod SpaceAfter=No -12 , , PUNCT , _ 15 punct 15:punct _ +12 , , PUNCT , _ 11 punct 11:punct _ 13 shuttle shuttle NOUN NN Number=Sing 14 compound 14:compound _ 14 booster booster NOUN NN Number=Sing 15 compound 15:compound _ 15 rockets rocket NOUN NNS Number=Plur 4 obl 4:obl:on _ 16 and and CCONJ CC _ 23 cc 23:cc _ 17 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -18 first first ADJ JJ Degree=Pos|NumType=Ord 23 amod 23:amod _ +18 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 23 amod 23:amod _ 19 new new ADJ JJ Degree=Pos 23 amod 23:amod _ 20 upper upper ADJ JJ Degree=Pos 22 amod 22:amod SpaceAfter=No -21 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No +21 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No 22 stage stage NOUN NN Number=Sing 23 compound 23:compound _ 23 rocket rocket NOUN NN Number=Sing 15 conj 4:obl:on|15:conj:and _ 24 this this DET DT Number=Sing|PronType=Dem 25 det 25:det _ @@ -17288,20 +17299,20 @@ 26 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ 27 developed develop VERB VBN Tense=Past|VerbForm=Part 23 acl:relcl 23:acl:relcl _ 28 in in ADP IN _ 32 case 32:case _ -29 more more ADJ JJR Degree=Cmp 32 advmod 32:advmod _ +29 more more ADJ JJR Degree=Cmp|ExtPos=ADV 32 advmod 32:advmod _ 30 than than ADP IN _ 29 fixed 29:fixed _ 31 a a DET DT Definite=Ind|PronType=Art 32 det 32:det _ 32 decade decade NOUN NN Number=Sing 27 obl 27:obl:in SpaceAfter=No -33 , , PUNCT , _ 39 punct 39:punct _ +33 , , PUNCT , _ 4 punct 4:punct _ 34 NASA NASA PROPN NNP Number=Sing 39 nsubj 39:nsubj _ 35 and and CCONJ CC _ 37 cc 37:cc _ 36 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ 37 Pentagon Pentagon PROPN NNP Number=Sing 34 conj 34:conj:and|39:nsubj _ -38 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 39 aux 39:aux _ +38 have have AUX VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 39 aux 39:aux _ 39 told tell VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 40 the the DET DT Definite=Def|PronType=Art 42 det 42:det _ -41 White White PROPN NNP Number=Sing 42 compound 42:compound _ -42 House House PROPN NNP Number=Sing 39 obj 39:obj SpaceAfter=No +41 White White ADJ NNP Degree=Pos 42 amod 42:amod _ +42 House House PROPN NNP Number=Sing 39 iobj 39:iobj SpaceAfter=No 43 . . PUNCT . _ 39 punct 39:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_e21e429b3ad58235_ENG_20050830_214700-0004 @@ -17312,7 +17323,7 @@ 3 and and CCONJ CC _ 5 cc 5:cc _ 4 other other ADJ JJ Degree=Pos 5 amod 5:amod _ 5 gear gear NOUN NN Number=Sing 2 conj 2:conj:and|15:nsubj:pass _ -6 needed need VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +6 needed need VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 7 for for ADP IN _ 9 case 9:case _ 8 extended extended ADJ JJ Degree=Pos 9 amod 9:amod _ 9 visits visit NOUN NNS Number=Plur 6 obl 6:obl:for _ @@ -17321,26 +17332,26 @@ 12 moon moon PROPN NNP Number=Sing 9 nmod 9:nmod:to _ 13 will will AUX MD VerbForm=Fin 15 aux 15:aux _ 14 be be AUX VB VerbForm=Inf 15 aux:pass 15:aux:pass _ -15 lofted loft VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +15 lofted loft VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 16 by by ADP IN _ 18 case 18:case _ 17 gargantuan gargantuan ADJ JJ Degree=Pos 18 amod 18:amod _ -18 launchers launcher NOUN NNS Number=Plur 15 obl 15:obl:by _ +18 launchers launcher NOUN NNS Number=Plur 15 obl:agent 15:obl:agent _ 19 as as ADV RB _ 20 advmod 20:advmod _ 20 big big ADJ JJ Degree=Pos 18 amod 18:amod _ -21 as as ADP IN _ 27 case 27:case _ -22 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ +21 as as ADP IN _ 26 case 26:case _ +22 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 23 Apollo Apollo PROPN NNP Number=Sing 25 compound 25:compound SpaceAfter=No -24 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No -25 era era NOUN NN Number=Sing 27 compound 27:compound _ -26 Saturn Saturn PROPN NNP Number=Sing 27 compound 27:compound _ -27 5 5 PROPN NNP Number=Sing 19 obl 19:obl:as SpaceAfter=No -28 , , PUNCT , _ 27 punct 27:punct _ +24 - - PUNCT HYPH _ 23 punct 23:punct SpaceAfter=No +25 era era NOUN NN Number=Sing 26 compound 26:compound _ +26 Saturn Saturn PROPN NNP Number=Sing 20 obl 20:obl:as _ +27 5 5 NUM NNP NumForm=Digit|NumType=Card 26 nummod 26:nummod SpaceAfter=No +28 , , PUNCT , _ 32 punct 32:punct _ 29 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ -30 most most ADV RBS _ 31 advmod 31:advmod _ +30 most most ADV RBS Degree=Sup 31 advmod 31:advmod _ 31 powerful powerful ADJ JJ Degree=Pos 32 amod 32:amod _ -32 rockets rocket NOUN NNS Number=Plur 27 appos 27:appos _ +32 rockets rocket NOUN NNS Number=Plur 26 appos 26:appos _ 33 ever ever ADV RB _ 34 advmod 34:advmod _ -34 flown fly VERB VBN Tense=Past|VerbForm=Part 32 acl 32:acl SpaceAfter=No +34 flown fly VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 32 acl 32:acl SpaceAfter=No 35 . . PUNCT . _ 15 punct 15:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_e21e429b3ad58235_ENG_20050830_214700-0005 @@ -17357,13 +17368,13 @@ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 shuttle shuttle NOUN NN Number=Sing 12 compound 12:compound _ 12 model model NOUN NN Number=Sing 7 obl 7:obl:from SpaceAfter=No -13 , , PUNCT , _ 7 punct 7:punct _ +13 , , PUNCT , _ 20 punct 20:punct _ 14 as as SCONJ IN _ 20 mark 20:mark _ 15 in in ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 past past NOUN NN Number=Sing 20 obl 20:obl:in _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj|24:nsubj:xsubj _ -19 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +19 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 20 proven prove VERB VBN Tense=Past|VerbForm=Part 7 advcl 7:advcl:as _ 21 to to PART TO _ 24 mark 24:mark _ 22 be be AUX VB VerbForm=Inf 24 cop 24:cop _ @@ -17382,11 +17393,11 @@ 2 these this DET DT Number=Plur|PronType=Dem 4 det 4:det _ 3 new new ADJ JJ Degree=Pos 4 amod 4:amod _ 4 rockets rocket NOUN NNS Number=Plur 8 nsubj 8:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 6 probably probably ADV RB _ 8 advmod 8:advmod _ -7 more more ADV RBR _ 8 advmod 8:advmod _ +7 more more ADV RBR Degree=Cmp 8 advmod 8:advmod _ 8 expensive expensive ADJ JJ Degree=Pos 13 advcl 13:advcl:although SpaceAfter=No -9 , , PUNCT , _ 13 punct 13:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ 11 will will AUX MD VerbForm=Fin 13 aux 13:aux _ 12 be be AUX VB VerbForm=Inf 13 cop 13:cop _ @@ -17396,18 +17407,18 @@ 16 at at ADP IN _ 20 case 20:case _ 17 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 18 much much ADV RB _ 19 advmod 19:advmod _ -19 greater greater ADJ JJR Degree=Cmp 20 amod 20:amod _ +19 greater great ADJ JJR Degree=Cmp 20 amod 20:amod _ 20 range range NOUN NN Number=Sing 15 obl 15:obl:at _ 21 than than ADP IN _ 24 case 24:case _ -22 it's it's PRON PRP$ _ 24 nmod:poss 24:nmod:poss _ +22 it's its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 24 nmod:poss 24:nmod:poss CorrectForm=its 23 shuttle shuttle NOUN NN Number=Sing 24 compound 24:compound _ 24 cousins cousin NOUN NNS Number=Plur 20 nmod 20:nmod:than SpaceAfter=No -25 , , PUNCT , _ 13 punct 13:punct _ +25 , , PUNCT , _ 31 punct 31:punct _ 26 as as SCONJ IN _ 31 mark 31:mark _ 27 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 31 nsubj 31:nsubj|32:nsubj:xsubj|37:nsubj _ 28 can can AUX MD VerbForm=Fin 31 aux 31:aux _ -29 not not ADV RB _ 30 advmod 30:advmod _ -30 only only ADV RB _ 31 cc:preconj 31:cc:preconj _ +29 not not PART RB _ 31 advmod 31:advmod _ +30 only only ADV RB _ 31 advmod 31:advmod _ 31 break break VERB VB VerbForm=Inf 13 advcl 13:advcl:as _ 32 free free ADJ JJ Degree=Pos 31 xcomp 31:xcomp _ 33 from from ADP IN _ 35 case 35:case _ @@ -17424,7 +17435,7 @@ # sent_id = newsgroup-groups.google.com_hiddennook_e21e429b3ad58235_ENG_20050830_214700-0007 # newpar id = newsgroup-groups.google.com_hiddennook_e21e429b3ad58235_ENG_20050830_214700-p0004 # text = "NASA will initiate development of a Crew Launch Vehicle derived from space shuttle solid rocket boosters with a new upper stage for human spaceflight," said the letter, signed by NASA Administrator Mike Griffin and the Pentagon's top space official, ex-astronaut Ron Sega... -1 " " PUNCT `` _ 28 punct 28:punct SpaceAfter=No +1 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 2 NASA NASA PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 3 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 4 initiate initiate VERB VB VerbForm=Inf 28 ccomp 28:ccomp _ @@ -17434,7 +17445,7 @@ 8 Crew crew NOUN NN Number=Sing 9 compound 9:compound _ 9 Launch launch NOUN NN Number=Sing 10 compound 10:compound _ 10 Vehicle vehicle NOUN NN Number=Sing 5 nmod 5:nmod:of _ -11 derived derive VERB VBN Tense=Past|VerbForm=Part 10 acl 10:acl _ +11 derived derive VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 acl 10:acl _ 12 from from ADP IN _ 17 case 17:case _ 13 space space NOUN NN Number=Sing 14 compound 14:compound _ 14 shuttle shuttle NOUN NN Number=Sing 17 compound 17:compound _ @@ -17449,17 +17460,17 @@ 23 for for ADP IN _ 25 case 25:case _ 24 human human ADJ JJ Degree=Pos 25 amod 25:amod _ 25 spaceflight spaceflight NOUN NN Number=Sing 22 nmod 22:nmod:for SpaceAfter=No -26 , , PUNCT , _ 28 punct 28:punct SpaceAfter=No -27 " " PUNCT '' _ 28 punct 28:punct _ -28 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +26 , , PUNCT , _ 4 punct 4:punct SpaceAfter=No +27 " " PUNCT '' _ 4 punct 4:punct _ +28 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 letter letter NOUN NN Number=Sing 28 nsubj 28:nsubj SpaceAfter=No -31 , , PUNCT , _ 30 punct 30:punct _ -32 signed sign VERB VBN Tense=Past|VerbForm=Part 30 acl 30:acl _ +31 , , PUNCT , _ 32 punct 32:punct _ +32 signed sign VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 30 acl 30:acl _ 33 by by ADP IN _ 36 case 36:case _ 34 NASA NASA PROPN NNP Number=Sing 35 compound 35:compound _ 35 Administrator administrator NOUN NN Number=Sing 36 compound 36:compound _ -36 Mike Mike PROPN NNP Number=Sing 32 obl 32:obl:by _ +36 Mike Mike PROPN NNP Number=Sing 32 obl:agent 32:obl:agent _ 37 Griffin Griffin PROPN NNP Number=Sing 36 flat 36:flat _ 38 and and CCONJ CC _ 44 cc 44:cc _ 39 the the DET DT Definite=Def|PronType=Art 40 det 40:det _ @@ -17468,8 +17479,8 @@ 41 's 's PART POS _ 40 case 40:case _ 42 top top ADJ JJ Degree=Pos 44 amod 44:amod _ 43 space space NOUN NN Number=Sing 44 compound 44:compound _ -44 official official NOUN NN Number=Sing 36 conj 32:obl:by|36:conj:and SpaceAfter=No -45 , , PUNCT , _ 44 punct 44:punct _ +44 official official NOUN NN Number=Sing 36 conj 32:obl:agent|36:conj:and SpaceAfter=No +45 , , PUNCT , _ 47 punct 47:punct _ 46 ex-astronaut ex-astronaut NOUN NN Number=Sing 47 compound 47:compound _ 47 Ron Ron PROPN NNP Number=Sing 44 appos 44:appos _ 48 Sega Sega PROPN NNP Number=Sing 47 flat 47:flat SpaceAfter=No @@ -17478,7 +17489,7 @@ # sent_id = newsgroup-groups.google.com_hiddennook_e21e429b3ad58235_ENG_20050830_214700-0008 # newpar id = newsgroup-groups.google.com_hiddennook_e21e429b3ad58235_ENG_20050830_214700-p0005 # text = "NASA then plans to develop a new 100-metric-ton-class launch vehicle derived from existing capabilities with the space shuttle external tanks and solid rocket boosters for future missions to the moon," the letter said. -1 " " PUNCT `` _ 42 punct 42:punct SpaceAfter=No +1 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 2 NASA NASA PROPN NNP Number=Sing 4 nsubj 4:nsubj|6:nsubj:xsubj _ 3 then then ADV RB PronType=Dem 4 advmod 4:advmod _ 4 plans plan VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 42 ccomp 42:ccomp _ @@ -17486,16 +17497,16 @@ 6 develop develop VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 8 new new ADJ JJ Degree=Pos 17 amod 17:amod _ -9 100 100 NUM CD NumType=Card 13 nummod 13:nummod SpaceAfter=No -10 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +9 100 100 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod SpaceAfter=No +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 11 metric metric ADJ JJ Degree=Pos 13 amod 13:amod SpaceAfter=No -12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 ton ton NOUN NN Number=Sing 15 compound 15:compound SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 class class NOUN NN Number=Sing 17 compound 17:compound _ 16 launch launch NOUN NN Number=Sing 17 compound 17:compound _ 17 vehicle vehicle NOUN NN Number=Sing 6 obj 6:obj _ -18 derived derive VERB VBN Tense=Past|VerbForm=Part 17 acl 17:acl _ +18 derived derive VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 acl 17:acl _ 19 from from ADP IN _ 21 case 21:case _ 20 existing exist VERB VBG VerbForm=Ger 21 amod 21:amod _ 21 capabilities capability NOUN NNS Number=Plur 18 obl 18:obl:from _ @@ -17515,11 +17526,11 @@ 35 to to ADP IN _ 37 case 37:case _ 36 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ 37 moon moon PROPN NNP Number=Sing 34 nmod 34:nmod:to SpaceAfter=No -38 , , PUNCT , _ 42 punct 42:punct SpaceAfter=No -39 " " PUNCT '' _ 42 punct 42:punct _ +38 , , PUNCT , _ 4 punct 4:punct SpaceAfter=No +39 " " PUNCT '' _ 4 punct 4:punct _ 40 the the DET DT Definite=Def|PronType=Art 41 det 41:det _ 41 letter letter NOUN NN Number=Sing 42 nsubj 42:nsubj _ -42 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +42 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 43 . . PUNCT . _ 42 punct 42:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_e21e429b3ad58235_ENG_20050830_214700-0009 @@ -17537,7 +17548,7 @@ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 current current ADJ JJ Degree=Pos 13 amod 13:amod _ 13 models model NOUN NNS Number=Plur 10 obj 10:obj SpaceAfter=No -14 , , PUNCT , _ 10 punct 10:punct _ +14 , , PUNCT , _ 18 punct 18:punct _ 15 with with SCONJ IN _ 18 mark 18:mark _ 16 industry industry NOUN NN Number=Sing 17 compound 17:compound _ 17 forecasters forecaster NOUN NNS Number=Plur 18 nsubj 18:nsubj _ @@ -17547,7 +17558,7 @@ 21 as as ADV RB _ 22 advmod 22:advmod _ 22 early early ADJ JJ Degree=Pos 20 amod 20:amod _ 23 as as ADP IN _ 24 case 24:case _ -24 2014 2014 NUM CD NumType=Card 21 obl 21:obl:as SpaceAfter=No +24 2014 2014 NUM CD NumForm=Digit|NumType=Card 22 obl 22:obl:as SpaceAfter=No 25 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_e21e429b3ad58235_ENG_20050830_214700-0010 @@ -17560,9 +17571,9 @@ 6 differ differ VERB VB VerbForm=Inf 0 root 0:root _ 7 slightly slightly ADV RB _ 6 advmod 6:advmod _ 8 from from ADP IN _ 10 case 10:case _ -9 it's it's PRON PRP$ _ 10 nmod:poss 10:nmod:poss _ +9 it's its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 10 nmod:poss 10:nmod:poss CorrectForm=its 10 predecessors predecessor NOUN NNS Number=Plur 6 obl 6:obl:from SpaceAfter=No -11 , , PUNCT , _ 6 punct 6:punct _ +11 , , PUNCT , _ 14 punct 14:punct _ 12 in in ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 fact fact NOUN NN Number=Sing 6 obl 6:obl:in _ @@ -17575,16 +17586,16 @@ 21 launch launch VERB VB VerbForm=Inf 14 acl 14:acl:that _ 22 separately separately ADV RB _ 21 advmod 21:advmod _ 23 from from ADP IN _ 26 case 26:case _ -24 two two NUM CD NumType=Card 26 nummod 26:nummod _ +24 two two NUM CD NumForm=Word|NumType=Card 26 nummod 26:nummod _ 25 different different ADJ JJ Degree=Pos 26 amod 26:amod _ 26 rockets rocket NOUN NNS Number=Plur 21 obl 21:obl:from _ -27 each each DET DT _ 21 obl:npmod 21:obl:npmod _ +27 each each DET DT PronType=Tot 21 obl:npmod 21:obl:npmod _ 28 and and CCONJ CC _ 29 cc 29:cc _ 29 join join VERB VB VerbForm=Inf 21 conj 14:acl:that|21:conj:and _ 30 up up ADP RP _ 29 compound:prt 29:compound:prt _ 31 in in ADP IN _ 32 case 32:case _ 32 space space NOUN NN Number=Sing 29 obl 29:obl:in _ -33 later later ADV RB _ 34 advmod 34:advmod _ +33 later late ADV RBR Degree=Cmp 34 advmod 34:advmod _ 34 on on ADV RB _ 29 advmod 29:advmod SpaceAfter=No 35 . . PUNCT . _ 6 punct 6:punct _ @@ -17598,7 +17609,7 @@ 6 avoid avoid VERB VB VerbForm=Inf 0 root 0:root _ 7 future future ADJ JJ Degree=Pos 8 amod 8:amod _ 8 disasters disaster NOUN NNS Number=Plur 6 obj 6:obj SpaceAfter=No -9 , , PUNCT , _ 6 punct 6:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 giving give VERB VBG VerbForm=Ger 6 advcl 6:advcl _ 11 more more ADJ JJR Degree=Cmp 12 amod 12:amod _ 12 support support NOUN NN Number=Sing 10 obj 10:obj _ @@ -17616,17 +17627,17 @@ # sent_id = newsgroup-groups.google.com_hiddennook_e21e429b3ad58235_ENG_20050830_214700-0013 # text = Posted by Hidden Nook to Hidden Nook at 8/30/2005 09:36:00 PM -1 Posted post VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Posted post VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 by by ADP IN _ 4 case 4:case _ -3 Hidden Hidden PROPN NNP Number=Sing 4 compound 4:compound _ -4 Nook Nook PROPN NNP Number=Sing 1 obl 1:obl:by _ +3 Hidden Hidden ADJ NNP Degree=Pos 4 amod 4:amod _ +4 Nook Nook PROPN NNP Number=Sing 1 obl:agent 1:obl:agent _ 5 to to ADP IN _ 7 case 7:case _ -6 Hidden Hidden PROPN NNP Number=Sing 7 compound 7:compound _ +6 Hidden Hidden ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Nook Nook PROPN NNP Number=Sing 1 obl 1:obl:to _ 8 at at ADP IN _ 11 case 11:case _ -9 8/30/2005 8/30/2005 NUM CD NumType=Card 11 nummod 11:nummod _ -10 09:36:00 09:36:00 NUM CD NumType=Card 11 nummod 11:nummod _ -11 PM pm NOUN NN Number=Sing 1 obl 1:obl:at _ +9 8/30/2005 8/30/2005 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ +10 09:36:00 09:36:00 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ +11 PM p.m. NOUN NN Number=Sing 1 obl 1:obl:at _ # newdoc id = newsgroup-groups.google.com_JokeEruption_df151b356f94881c_ENG_20050819_155700 # sent_id = newsgroup-groups.google.com_JokeEruption_df151b356f94881c_ENG_20050819_155700-0001 @@ -17643,8 +17654,8 @@ # sent_id = newsgroup-groups.google.com_JokeEruption_df151b356f94881c_ENG_20050819_155700-0003 # text = 51K Download -1 51 51 NUM CD NumType=Card 2 compound 2:compound SpaceAfter=No -2 K k NUM CD NumType=Card 3 nummod 3:nummod _ +1 51 51 NUM CD NumForm=Digit|NumType=Card 2 compound 2:compound SpaceAfter=No +2 K thousand NUM CD Abbr=Yes|NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 Download download NOUN NN Number=Sing 0 root 0:root _ # sent_id = newsgroup-groups.google.com_JokeEruption_df151b356f94881c_ENG_20050819_155700-0004 @@ -17655,9 +17666,9 @@ # sent_id = newsgroup-groups.google.com_JokeEruption_df151b356f94881c_ENG_20050819_155700-0005 # newpar id = newsgroup-groups.google.com_JokeEruption_df151b356f94881c_ENG_20050819_155700-p0003 # text = lifted from another list -1 lifted lift VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 lifted lift VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 from from ADP IN _ 4 case 4:case _ -3 another another DET DT _ 4 det 4:det _ +3 another another DET DT PronType=Ind 4 det 4:det _ 4 list list NOUN NN Number=Sing 1 obl 1:obl:from _ # sent_id = newsgroup-groups.google.com_JokeEruption_df151b356f94881c_ENG_20050819_155700-0006 @@ -17684,10 +17695,10 @@ 8 down down ADP RP _ 4 compound:prt 4:compound:prt _ 9 if if SCONJ IN _ 11 mark 11:mark _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj|13:nsubj:xsubj _ -11 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:if _ +11 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:if _ 12 to to PART TO _ 13 mark 13:mark _ 13 work work VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ -14 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 way way NOUN NN Number=Sing 13 obj 13:obj _ 16 through through ADP IN _ 17 case 17:case _ 17 Congress Congress PROPN NNP Number=Sing 13 obl 13:obl:through SpaceAfter=No @@ -17704,10 +17715,10 @@ # newpar id = newsgroup-groups.google.com_JokeEruption_df151b356f94881c_ENG_20050819_155700-p0008 # text = I had a rose named after me and I was very flattered. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 rose rose NOUN NN Number=Sing 2 obj 2:obj|5:nsubj:xsubj _ -5 named name VERB VBN Tense=Past|VerbForm=Part 2 xcomp 2:xcomp _ +5 named name VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 xcomp 2:xcomp _ 6 after after ADP IN _ 7 case 7:case _ 7 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 obl 5:obl:after _ 8 and and CCONJ CC _ 12 cc 12:cc _ @@ -17774,9 +17785,9 @@ 1 Visit visit VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 people people NOUN NNS Number=Plur 1 obj 1:obj _ 3 only only ADV RB _ 4 advmod 4:advmod _ -4 once once ADV RB NumType=Mult 1 advmod 1:advmod _ +4 once once ADV RB NumForm=Word|NumType=Mult 1 advmod 1:advmod _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -6 year year NOUN NN Number=Sing 4 obl:npmod 4:obl:npmod SpaceAfter=No +6 year year NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod SpaceAfter=No 7 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_JokeEruption_df151b356f94881c_ENG_20050819_155700-0016 @@ -17796,9 +17807,9 @@ # text = "By all means, marry. 1 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No 2 By by ADP IN _ 4 case 4:case _ -3 all all DET DT _ 4 det 4:det _ +3 all all DET DT PronType=Tot 4 det 4:det _ 4 means means NOUN NNS Number=Plur 6 obl 6:obl:by SpaceAfter=No -5 , , PUNCT , _ 6 punct 6:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 marry marry VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 7 . . PUNCT . _ 6 punct 6:punct _ @@ -17806,24 +17817,24 @@ # text = If you get a good wife, you'll become happy; if you get a bad one, you'll become a philosopher. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ +3 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 good good ADJ JJ Degree=Pos 6 amod 6:amod _ 6 wife wife NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8-9 you'll _ _ _ _ _ _ _ _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj|11:nsubj:xsubj _ 9 'll will AUX MD VerbForm=Fin 10 aux 10:aux _ 10 become become VERB VB VerbForm=Inf 0 root 0:root _ 11 happy happy ADJ JJ Degree=Pos 10 xcomp 10:xcomp SpaceAfter=No -12 ; ; PUNCT , _ 11 punct 11:punct _ +12 ; ; PUNCT , _ 22 punct 22:punct _ 13 if if SCONJ IN _ 15 mark 15:mark _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ -15 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:if _ +15 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:if _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 bad bad ADJ JJ Degree=Pos 18 amod 18:amod _ 18 one one NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No -19 , , PUNCT , _ 22 punct 22:punct _ +19 , , PUNCT , _ 15 punct 15:punct _ 20-21 you'll _ _ _ _ _ _ _ _ 20 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj|24:nsubj:xsubj _ 21 'll will AUX MD VerbForm=Fin 22 aux 22:aux _ @@ -17851,7 +17862,7 @@ 3 married marry VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 by by ADP IN _ 6 case 6:case _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -6 judge judge NOUN NN Number=Sing 3 obl 3:obl:by SpaceAfter=No +6 judge judge NOUN NN Number=Sing 3 obl:agent 3:obl:agent SpaceAfter=No 7 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_JokeEruption_df151b356f94881c_ENG_20050819_155700-0023 @@ -17880,14 +17891,14 @@ # sent_id = newsgroup-groups.google.com_JokeEruption_df151b356f94881c_ENG_20050819_155700-0026 # newpar id = newsgroup-groups.google.com_JokeEruption_df151b356f94881c_ENG_20050819_155700-p0019 # text = My wife has a slight impediment in her speech. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 wife wife NOUN NN Number=Sing 3 nsubj 3:nsubj _ 3 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 slight slight ADJ JJ Degree=Pos 6 amod 6:amod _ 6 impediment impediment NOUN NN Number=Sing 3 obj 3:obj _ 7 in in ADP IN _ 9 case 9:case _ -8 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 speech speech NOUN NN Number=Sing 6 nmod 6:nmod:in SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ @@ -17919,7 +17930,7 @@ # newpar id = newsgroup-groups.google.com_JokeEruption_df151b356f94881c_ENG_20050819_155700-p0022 # text = I have never hated a man enough to give his diamonds back. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 never never ADV RB _ 4 advmod 4:advmod _ 4 hated hate VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -17927,7 +17938,7 @@ 7 enough enough ADV RB _ 4 advmod 4:advmod _ 8 to to PART TO _ 9 mark 9:mark _ 9 give give VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ -10 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 diamonds diamond NOUN NNS Number=Plur 9 obj 9:obj _ 12 back back ADP RP _ 9 compound:prt 9:compound:prt SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ @@ -17949,19 +17960,19 @@ # newpar id = newsgroup-groups.google.com_JokeEruption_df151b356f94881c_ENG_20050819_155700-p0025 # text = Only Irish coffee provides in a single glass all four essential food groups: alcohol, caffeine, sugar and fat. 1 Only only ADV RB _ 3 advmod 3:advmod _ -2 Irish irish ADJ JJ Degree=Pos 3 amod 3:amod _ +2 Irish Irish ADJ JJ Degree=Pos 3 amod 3:amod _ 3 coffee coffee NOUN NN Number=Sing 4 nsubj 4:nsubj _ 4 provides provide VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 in in ADP IN _ 8 case 8:case _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 single single ADJ JJ Degree=Pos 8 amod 8:amod _ 8 glass glass NOUN NN Number=Sing 4 obl 4:obl:in _ -9 all all DET DT _ 13 det 13:det _ -10 four four NUM CD NumType=Card 13 nummod 13:nummod _ +9 all all DET DT PronType=Tot 13 det 13:det _ +10 four four NUM CD NumForm=Word|NumType=Card 13 nummod 13:nummod _ 11 essential essential ADJ JJ Degree=Pos 13 amod 13:amod _ 12 food food NOUN NN Number=Sing 13 compound 13:compound _ 13 groups group NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No -14 : : PUNCT : _ 13 punct 13:punct _ +14 : : PUNCT : _ 15 punct 15:punct _ 15 alcohol alcohol NOUN NN Number=Sing 13 appos 13:appos SpaceAfter=No 16 , , PUNCT , _ 17 punct 17:punct _ 17 caffeine caffeine NOUN NN Number=Sing 15 conj 13:appos|15:conj:and SpaceAfter=No @@ -17993,14 +18004,14 @@ 4 buy buy VERB VB VerbForm=Inf 0 root 0:root _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 iobj 4:iobj _ 6 happiness happiness NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No -7 ... ... PUNCT , _ 4 punct 4:punct _ +7 ... ... PUNCT , _ 11 punct 11:punct _ 8 but but CCONJ CC _ 11 cc 11:cc _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 10 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 bring bring VERB VB VerbForm=Inf 4 conj 4:conj:but _ 12 you you PRON PRP Case=Acc|Person=2|PronType=Prs 11 iobj 11:iobj _ 13 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ -14 more more ADV RBR _ 15 advmod 15:advmod _ +14 more more ADV RBR Degree=Cmp 15 advmod 15:advmod _ 15 pleasant pleasant ADJ JJ Degree=Pos 16 amod 16:amod _ 16 form form NOUN NN Number=Sing 11 obj 11:obj _ 17 of of ADP IN _ 18 case 18:case _ @@ -18025,14 +18036,14 @@ 1 Until until SCONJ IN _ 4 mark 4:mark _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ -4 thirteen thirteen NUM CD NumType=Card 7 advcl 7:advcl:until SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +4 thirteen thirteen NUM CD NumForm=Word|NumType=Card 7 advcl 7:advcl:until SpaceAfter=No +5 , , PUNCT , _ 4 punct 4:punct _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ -9 name name NOUN NN Number=Sing 10 nsubj 10:nsubj _ -10 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 ccomp 7:ccomp _ -11 shut shut VERB VB VerbForm=Inf 10 ccomp 10:ccomp _ +7 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +9 name name NOUN NN Number=Sing 11 nsubj:outer 11:nsubj:outer _ +10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ +11 shut shut VERB VB VerbForm=Inf 7 ccomp 7:ccomp _ 12 up up ADP RP _ 11 compound:prt 11:compound:prt SpaceAfter=No 13 . . PUNCT . _ 7 punct 7:punct _ @@ -18059,10 +18070,10 @@ 6 state state NOUN NN Number=Sing 0 root 0:root _ 7 if if SCONJ IN _ 9 mark 9:mark _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:if _ +9 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:if _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 little little ADJ JJ Degree=Pos 12 obl:npmod 12:obl:npmod _ -12 later later ADV RBR Degree=Cmp 9 advmod 9:advmod _ +12 later late ADV RBR Degree=Cmp 9 advmod 9:advmod _ 13 in in ADP IN _ 14 case 14:case _ 14 life life NOUN NN Number=Sing 12 obl 12:obl:in SpaceAfter=No 15 . . PUNCT . _ 6 punct 6:punct _ @@ -18085,7 +18096,7 @@ # text = I don't feel old. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|5:nsubj:xsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 feel feel VERB VB VerbForm=Inf 0 root 0:root _ 5 old old ADJ JJ Degree=Pos 4 xcomp 4:xcomp SpaceAfter=No @@ -18095,10 +18106,10 @@ # text = I don't feel anything until noon. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 feel feel VERB VB VerbForm=Inf 0 root 0:root _ -5 anything anything PRON NN Number=Sing 4 obj 4:obj _ +5 anything anything PRON NN Number=Sing|PronType=Ind 4 obj 4:obj _ 6 until until ADP IN _ 7 case 7:case _ 7 noon noon NOUN NN Number=Sing 4 obl 4:obl:until SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ @@ -18111,7 +18122,7 @@ 3 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 time time NOUN NN Number=Sing 0 root 0:root _ 5 for for ADP IN _ 7 case 7:case _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 nap nap NOUN NN Number=Sing 4 nmod 4:nmod:for SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ @@ -18137,12 +18148,12 @@ 4 about about SCONJ IN _ 5 mark 5:mark _ 5 avoiding avoid VERB VBG VerbForm=Ger 3 advcl 3:advcl:about _ 6 temptation temptation NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No -7 ... ... PUNCT , _ 3 punct 3:punct _ +7 ... ... PUNCT , _ 15 punct 15:punct _ 8 as as SCONJ IN _ 10 mark 10:mark _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj|11:nsubj:xsubj _ -10 grow grow VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:as _ -11 older older ADJ JJR Degree=Cmp 10 xcomp 10:xcomp SpaceAfter=No -12 , , PUNCT , _ 15 punct 15:punct _ +10 grow grow VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:as _ +11 older old ADJ JJR Degree=Cmp 10 xcomp 10:xcomp SpaceAfter=No +12 , , PUNCT , _ 10 punct 10:punct _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 14 will will AUX MD VerbForm=Fin 15 aux 15:aux _ 15 avoid avoid VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ @@ -18173,10 +18184,10 @@ 6 life life NOUN NN Number=Sing 7 nsubj 7:nsubj _ 7 begins begin VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ 8 at at ADP IN _ 9 case 9:case _ -9 fifty fifty NUM CD NumType=Card 7 obl 7:obl:at SpaceAfter=No -10 ... ... PUNCT , _ 4 punct 4:punct _ +9 fifty fifty NUM CD NumForm=Word|NumType=Card 7 obl 7:obl:at SpaceAfter=No +10 ... ... PUNCT , _ 14 punct 14:punct _ 11 but but CCONJ CC _ 14 cc 14:cc _ -12 everything everything PRON NN Number=Sing 14 nsubj 14:nsubj|16:nsubj:xsubj|19:nsubj:xsubj|23:nsubj:xsubj _ +12 everything everything PRON NN Number=Sing|PronType=Tot 14 nsubj 14:nsubj|16:nsubj:xsubj|19:nsubj:xsubj|23:nsubj:xsubj _ 13 else else ADJ JJ Degree=Pos 12 amod 12:amod _ 14 starts start VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ 15 to to PART TO _ 16 mark 16:mark _ @@ -18216,9 +18227,9 @@ 8 enough enough ADV RB _ 7 advmod 7:advmod _ 9 to to PART TO _ 10 mark 10:mark _ 10 watch watch VERB VB VerbForm=Inf 7 advcl 7:advcl:to _ -11 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 step step NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No -13 , , PUNCT , _ 17 punct 17:punct _ +13 , , PUNCT , _ 3 punct 3:punct _ 14-15 he's _ _ _ _ _ _ _ _ 14 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 15 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ @@ -18243,7 +18254,7 @@ # sent_id = newsgroup-groups.google.com_JokeEruption_df151b356f94881c_ENG_20050819_155700-0059 # text = Do You Yahoo!? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 Yahoo! yahoo! VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 4 ? ? PUNCT . _ 3 punct 3:punct _ @@ -18261,7 +18272,7 @@ 2 Mail Mail PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 3 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -5 best best ADJ JJS Degree=Sup 7 amod 7:amod _ +5 best good ADJ JJS Degree=Sup 7 amod 7:amod _ 6 spam spam NOUN NN Number=Sing 7 compound 7:compound _ 7 protection protection NOUN NN Number=Sing 3 obj 3:obj _ 8 around around ADV RB _ 7 advmod 7:advmod _ @@ -18273,8 +18284,8 @@ # sent_id = newsgroup-groups.google.com_JokeEruption_df151b356f94881c_ENG_20050819_155700-0063 # text = 52K Download -1 52 52 NUM CD NumType=Card 2 compound 2:compound SpaceAfter=No -2 K k NUM CD NumType=Card 3 nummod 3:nummod _ +1 52 52 NUM CD NumForm=Digit|NumType=Card 2 compound 2:compound SpaceAfter=No +2 K thousand NUM CD Abbr=Yes|NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 Download download NOUN NN Number=Sing 0 root 0:root _ # newdoc id = answers-20090605110621AA3jC62_ans @@ -18284,7 +18295,7 @@ 1 What what DET WDT PronType=Int 2 det 2:det _ 2 language language NOUN NN Number=Sing 4 nsubj:pass 4:nsubj:pass _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ -4 talked talk VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 talked talk VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 in in ADP IN _ 6 case 6:case _ 6 Iguazu Iguazu PROPN NNP Number=Sing 4 obl 4:obl:in SpaceAfter=No 7 ? ? PUNCT . _ 4 punct 4:punct _ @@ -18292,11 +18303,11 @@ # sent_id = answers-20090605110621AA3jC62_ans-0002 # newpar id = answers-20090605110621AA3jC62_ans-p0002 # text = portuguese -1 portuguese portuguese PROPN NNP Number=Sing 0 root 0:root _ +1 portuguese Portuguese PROPN NNP Number=Sing 0 root 0:root _ # sent_id = answers-20090605110621AA3jC62_ans-0003 # text = spanish -1 spanish spanish PROPN NNP Number=Sing 0 root 0:root _ +1 spanish Spanish PROPN NNP Number=Sing 0 root 0:root _ # newdoc id = answers-20090203211448AAoG2yX_ans # sent_id = answers-20090203211448AAoG2yX_ans-0001 @@ -18353,9 +18364,9 @@ # newpar id = answers-20090716131314AA4W9uJ_ans-p0001 # text = Does anyone know any good restaurants in cordoba? 1 Does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ -2 anyone anyone PRON NN Number=Sing 3 nsubj 3:nsubj _ +2 anyone anyone PRON NN Number=Sing|PronType=Ind 3 nsubj 3:nsubj _ 3 know know VERB VB VerbForm=Inf 0 root 0:root _ -4 any any DET DT _ 6 det 6:det _ +4 any any DET DT PronType=Ind 6 det 6:det _ 5 good good ADJ JJ Degree=Pos 6 amod 6:amod _ 6 restaurants restaurant NOUN NNS Number=Plur 3 obj 3:obj _ 7 in in ADP IN _ 8 case 8:case _ @@ -18375,10 +18386,10 @@ # newpar id = answers-20090716131753AAhQKkW_ans-p0001 # text = Does anyone know of any good food in iguazu? 1 Does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ -2 anyone anyone PRON NN Number=Sing 3 nsubj 3:nsubj _ +2 anyone anyone PRON NN Number=Sing|PronType=Ind 3 nsubj 3:nsubj _ 3 know know VERB VB VerbForm=Inf 0 root 0:root _ 4 of of ADP IN _ 7 case 7:case _ -5 any any DET DT _ 7 det 7:det _ +5 any any DET DT PronType=Ind 7 det 7:det _ 6 good good ADJ JJ Degree=Pos 7 amod 7:amod _ 7 food food NOUN NN Number=Sing 3 obl 3:obl:of _ 8 in in ADP IN _ 9 case 9:case _ @@ -18397,17 +18408,17 @@ # sent_id = answers-20111107173321AASNJjc_ans-0001 # newpar id = answers-20111107173321AASNJjc_ans-p0001 # text = Which wonderful contact of mine is thumbs upping all my best answers ^^? -1 Which which DET WDT PronType=Int 3 det 3:det _ +1 Which which DET WDT PronType=Int 3 det 3:det ManuallyChecked=PronType 2 wonderful wonderful ADJ JJ Degree=Pos 3 amod 3:amod _ 3 contact contact NOUN NN Number=Sing 8 nsubj 8:nsubj _ 4 of of ADP IN _ 5 case 5:case _ -5 mine mine PRON PRP _ 3 nmod 3:nmod:of _ +5 mine my PRON PRP Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod 3:nmod:of _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 thumbs thumb NOUN NNS Number=Plur 8 obl:npmod 8:obl:npmod _ 8 upping up VERB VBG VerbForm=Ger 0 root 0:root _ -9 all all DET PDT _ 12 det:predet 12:det:predet _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ -11 best best ADJ JJS Degree=Sup 12 amod 12:amod _ +9 all all DET PDT PronType=Tot 12 det:predet 12:det:predet _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 best good ADJ JJS Degree=Sup 12 amod 12:amod _ 12 answers answer NOUN NNS Number=Plur 8 obj 8:obj _ 13 ^^ ^^ SYM NFP _ 8 discourse 8:discourse SpaceAfter=No 14 ? ? PUNCT . _ 8 punct 8:punct _ @@ -18422,8 +18433,8 @@ # newpar id = answers-20111107144434AA0lJDI_ans-p0001 # text = What are some Major land forms in Ireland? 1 What what PRON WP PronType=Int 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -3 some some DET DT _ 6 det 6:det _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +3 some some DET DT PronType=Ind 6 det 6:det _ 4 Major major ADJ JJ Degree=Pos 6 amod 6:amod _ 5 land land NOUN NN Number=Sing 6 compound 6:compound _ 6 forms form NOUN NNS Number=Plur 1 nsubj 1:nsubj _ @@ -18447,7 +18458,7 @@ # sent_id = answers-20111108044633AAdN4ph_ans-0001 # newpar id = answers-20111108044633AAdN4ph_ans-p0001 # text = Do you know the online streaming link for Red FM 93.5 delhi ? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 know know VERB VB VerbForm=Inf 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -18455,15 +18466,15 @@ 6 streaming streaming NOUN NN Number=Sing 7 compound 7:compound _ 7 link link NOUN NN Number=Sing 3 obj 3:obj _ 8 for for ADP IN _ 10 case 10:case _ -9 Red Red PROPN NNP Number=Sing 10 compound 10:compound _ +9 Red Red ADJ NNP Degree=Pos 10 amod 10:amod _ 10 FM FM PROPN NNP Number=Sing 7 nmod 7:nmod:for _ -11 93.5 93.5 NUM CD NumType=Card 10 nummod 10:nummod _ +11 93.5 93.5 NUM CD NumForm=Digit|NumType=Frac 10 nummod 10:nummod _ 12 delhi delhi PROPN NNP Number=Sing 10 compound 10:compound _ 13 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108044633AAdN4ph_ans-0002 # text = any format url ? -1 any any DET DT _ 3 det 3:det _ +1 any any DET DT PronType=Ind 3 det 3:det _ 2 format format NOUN NN Number=Sing 3 compound 3:compound _ 3 url url NOUN NN Number=Sing 0 root 0:root _ 4 ? ? PUNCT . _ 3 punct 3:punct _ @@ -18471,7 +18482,7 @@ # sent_id = answers-20111108044633AAdN4ph_ans-0003 # newpar id = answers-20111108044633AAdN4ph_ans-p0002 # text = Υes. -1 Υes yes INTJ UH _ 0 root 0:root SpaceAfter=No +1 Υes yes INTJ UH Typo=Yes 0 root 0:root CorrectForm=Yes|SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ # newdoc id = answers-20111108063043AAOhkv9_ans @@ -18481,16 +18492,16 @@ 1 how how ADV WRB PronType=Int 2 advmod 2:advmod _ 2 fare fare NOUN NN Number=Sing 0 root 0:root _ 3 of of ADP IN _ 4 case 4:case _ -4 kolkatta kolkatta PROPN NNP Number=Sing 2 nmod 2:nmod:of SpaceAfter=No +4 kolkatta Kolkata PROPN NNP Number=Sing 2 nmod 2:nmod:of SpaceAfter=No 5 ? ? PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108063043AAOhkv9_ans-0002 # newpar id = answers-20111108063043AAOhkv9_ans-p0002 # text = kolkatta is an Indian State. -1 kolkatta kolkatta PROPN NNP Number=Sing 5 nsubj 5:nsubj _ +1 kolkatta Kolkata PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ -4 Indian indian ADJ JJ Degree=Pos 5 amod 5:amod _ +4 Indian Indian ADJ JJ Degree=Pos 5 amod 5:amod _ 5 State state NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ @@ -18498,7 +18509,7 @@ # newpar id = answers-20111108063043AAOhkv9_ans-p0003 # text = lol... Kolkata is not for sale!!!!!! 1 lol lol INTJ UH _ 7 discourse 7:discourse SpaceAfter=No -2 ... ... PUNCT , _ 7 punct 7:punct _ +2 ... ... PUNCT , _ 1 punct 1:punct _ 3 Kolkata Kolkata PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 5 not not PART RB _ 7 advmod 7:advmod _ @@ -18514,8 +18525,8 @@ # sent_id = answers-20090801154222AA09uXV_ans-0001 # newpar id = answers-20090801154222AA09uXV_ans-p0001 # text = Which do you prefer Crab or Shrimp? -1 Which which PRON WDT PronType=Int 4 obj 4:obj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +1 Which which PRON WDT PronType=Int 4 obj 4:obj ManuallyChecked=PronType +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 prefer prefer VERB VB VerbForm=Inf 0 root 0:root _ 5 Crab crab NOUN NN Number=Sing 1 appos 1:appos _ @@ -18527,15 +18538,15 @@ # newpar id = answers-20090801154222AA09uXV_ans-p0002 # text = I like shrimp,fried,grilled,or steamed. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 shrimp shrimp NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No 4 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No -5 fried fry VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl SpaceAfter=No +5 fried fry VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl SpaceAfter=No 6 , , PUNCT , _ 7 punct 7:punct SpaceAfter=No -7 grilled grill VERB VBN Tense=Past|VerbForm=Part 5 conj 3:acl|5:conj:or SpaceAfter=No +7 grilled grill VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 conj 3:acl|5:conj:or SpaceAfter=No 8 , , PUNCT , _ 10 punct 10:punct SpaceAfter=No 9 or or CCONJ CC _ 10 cc 10:cc _ -10 steamed steam VERB VBN Tense=Past|VerbForm=Part 5 conj 3:acl|5:conj:or SpaceAfter=No +10 steamed steam VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 conj 3:acl|5:conj:or SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20090801154222AA09uXV_ans-0003 @@ -18559,9 +18570,9 @@ 5 cost cost VERB VB VerbForm=Inf 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 join join VERB VB VerbForm=Inf 5 csubj 5:csubj _ -8 world world PROPN NNP Number=Sing 10 compound 10:compound _ -9 resorts resorts PROPN NNPS Number=Plur 10 compound 10:compound _ -10 international international PROPN NNP Number=Sing 7 obj 7:obj SpaceAfter=No +8 world World PROPN NNP Number=Sing 10 compound 10:compound _ +9 resorts Resort PROPN NNPS Number=Plur 10 compound 10:compound _ +10 international International PROPN NNP Number=Sing 7 obj 7:obj SpaceAfter=No 11 ? ? PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108044917AALAHtc_ans-0002 @@ -18570,14 +18581,14 @@ 1 could could AUX MD VerbForm=Fin 3 aux 3:aux _ 2 not not PART RB _ 3 advmod 3:advmod _ 3 find find VERB VB VerbForm=Inf 0 root 0:root _ -4 any any DET DT _ 5 det 5:det _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 info info NOUN NN Number=Sing 3 obj 3:obj _ 6 online online ADV RB _ 3 advmod 3:advmod _ # sent_id = answers-20111108044917AALAHtc_ans-0003 # text = email them at address below 1 email email VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 1 obj 1:obj _ +2 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 1 iobj 1:iobj _ 3 at at ADP IN _ 4 case 4:case _ 4 address address NOUN NN Number=Sing 1 obl 1:obl:at _ 5 below below ADV RB _ 4 advmod 4:advmod _ @@ -18585,7 +18596,7 @@ # sent_id = answers-20111108044917AALAHtc_ans-0004 # text = E-mail: memberservices@worldresortsinternational.com 1 E-mail e-mail NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 memberservices@worldresortsinternational.com memberservices@worldresortsinternational.com X ADD _ 1 appos 1:appos _ # sent_id = answers-20111108044917AALAHtc_ans-0005 @@ -18608,16 +18619,16 @@ # sent_id = answers-20111108075238AAOhbL0_ans-0002 # newpar id = answers-20111108075238AAOhbL0_ans-p0002 # text = http://www.kettererkunst.com/bio/GuntherUecker-1930.shtml -1 http://www.kettererkunst.com/bio/GuntherUecker-1930.shtml http://www.kettererkunst.com/bio/guntheruecker-1930.shtml X ADD _ 0 root 0:root _ +1 http://www.kettererkunst.com/bio/GuntherUecker-1930.shtml http://www.kettererkunst.com/bio/GuntherUecker-1930.shtml X ADD _ 0 root 0:root _ # sent_id = answers-20111108075238AAOhbL0_ans-0003 # text = His work -1 His he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 His his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 work work NOUN NN Number=Sing 0 root 0:root _ # sent_id = answers-20111108075238AAOhbL0_ans-0004 # text = http://www.google.com/search?hl=en&rlz=1G1GGLQ_ENUS359&q=gunther+uecker+biography&gs_sm=c&gs_upl=484l484l0l5093l1l1l0l0l0l0l328l328l3-1l1l0&um=1&ie=UTF-8&tbm=isch&source=og&sa=N&tab=wi&biw=1221&bih=756&sei=XVG5TqrrGoXK2AXG0ry-Bw#um=1&hl=en&rlz=1G1GGLQ_ENUS359&tbm=isch&sa=1&q=gunther+uecker+artist&pbx=1&oq=gunther+uecker+&aq=1S&aqi=g1g-S3&aql=&gs_sm=c&gs_upl=10219l10219l0l13797l1l1l0l0l0l0l125l125l0.1l1l0&bav=on.2,or.r_gc.r_pw.,cf.osb&fp=13ddcdc64cbf5fd&biw=1221&bih=756 -1 http://www.google.com/search?hl=en&rlz=1G1GGLQ_ENUS359&q=gunther+uecker+biography&gs_sm=c&gs_upl=484l484l0l5093l1l1l0l0l0l0l328l328l3-1l1l0&um=1&ie=UTF-8&tbm=isch&source=og&sa=N&tab=wi&biw=1221&bih=756&sei=XVG5TqrrGoXK2AXG0ry-Bw#um=1&hl=en&rlz=1G1GGLQ_ENUS359&tbm=isch&sa=1&q=gunther+uecker+artist&pbx=1&oq=gunther+uecker+&aq=1S&aqi=g1g-S3&aql=&gs_sm=c&gs_upl=10219l10219l0l13797l1l1l0l0l0l0l125l125l0.1l1l0&bav=on.2,or.r_gc.r_pw.,cf.osb&fp=13ddcdc64cbf5fd&biw=1221&bih=756 http://www.google.com/search?hl=en&rlz=1g1gglq_enus359&q=gunther+uecker+biography&gs_sm=c&gs_upl=484l484l0l5093l1l1l0l0l0l0l328l328l3-1l1l0&um=1&ie=utf-8&tbm=isch&source=og&sa=n&tab=wi&biw=1221&bih=756&sei=xvg5tqrrgoxk2axg0ry-bw#um=1&hl=en&rlz=1g1gglq_enus359&tbm=isch&sa=1&q=gunther+uecker+artist&pbx=1&oq=gunther+uecker+&aq=1s&aqi=g1g-s3&aql=&gs_sm=c&gs_upl=10219l10219l0l13797l1l1l0l0l0l0l125l125l0.1l1l0&bav=on.2,or.r_gc.r_pw.,cf.osb&fp=13ddcdc64cbf5fd&biw=1221&bih=756 X ADD _ 0 root 0:root _ +1 http://www.google.com/search?hl=en&rlz=1G1GGLQ_ENUS359&q=gunther+uecker+biography&gs_sm=c&gs_upl=484l484l0l5093l1l1l0l0l0l0l328l328l3-1l1l0&um=1&ie=UTF-8&tbm=isch&source=og&sa=N&tab=wi&biw=1221&bih=756&sei=XVG5TqrrGoXK2AXG0ry-Bw#um=1&hl=en&rlz=1G1GGLQ_ENUS359&tbm=isch&sa=1&q=gunther+uecker+artist&pbx=1&oq=gunther+uecker+&aq=1S&aqi=g1g-S3&aql=&gs_sm=c&gs_upl=10219l10219l0l13797l1l1l0l0l0l0l125l125l0.1l1l0&bav=on.2,or.r_gc.r_pw.,cf.osb&fp=13ddcdc64cbf5fd&biw=1221&bih=756 http://www.google.com/search?hl=en&rlz=1G1GGLQ_ENUS359&q=gunther+uecker+biography&gs_sm=c&gs_upl=484l484l0l5093l1l1l0l0l0l0l328l328l3-1l1l0&um=1&ie=UTF-8&tbm=isch&source=og&sa=N&tab=wi&biw=1221&bih=756&sei=XVG5TqrrGoXK2AXG0ry-Bw#um=1&hl=en&rlz=1G1GGLQ_ENUS359&tbm=isch&sa=1&q=gunther+uecker+artist&pbx=1&oq=gunther+uecker+&aq=1S&aqi=g1g-S3&aql=&gs_sm=c&gs_upl=10219l10219l0l13797l1l1l0l0l0l0l125l125l0.1l1l0&bav=on.2,or.r_gc.r_pw.,cf.osb&fp=13ddcdc64cbf5fd&biw=1221&bih=756 X ADD _ 0 root 0:root _ # newdoc id = answers-20110828235728AAvFDPs_ans # sent_id = answers-20110828235728AAvFDPs_ans-0001 @@ -18631,11 +18642,11 @@ 6 to to PART TO _ 7 mark 7:mark _ 7 buy buy VERB VB VerbForm=Inf 5 csubj 5:csubj _ 8 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -9 Big Big PROPN NNP Number=Sing 10 compound 10:compound _ +9 Big Big ADJ NNP Degree=Pos 10 amod 10:amod _ 10 Mac Mac PROPN NNP Number=Sing 11 compound 11:compound _ 11 meal meal NOUN NN Number=Sing 7 obj 7:obj _ 12 in in ADP IN _ 14 case 14:case _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 area area NOUN NN Number=Sing 5 obl 5:obl:in SpaceAfter=No 15 ? ? PUNCT . _ 5 punct 5:punct _ @@ -18646,16 +18657,16 @@ 2 in in ADP IN _ 3 case 3:case _ 3 Indiana Indiana PROPN NNP Number=Sing 1 obl 1:obl:in _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 parataxis 9:parataxis _ +5 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 parataxis 9:parataxis _ 6-7 it's _ _ _ _ _ _ _ _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj|12:nsubj _ 7 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 like like INTJ UH _ 9 discourse 9:discourse _ 9 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -10 3 3 NUM CD NumType=Card 9 nummod 9:nummod _ +10 3 3 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 11 or or CCONJ CC _ 12 cc 12:cc _ 12 $ $ SYM $ _ 9 conj 9:conj:or SpaceAfter=No -13 4 4 NUM CD NumType=Card 12 nummod 12:nummod _ +13 4 4 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 14 for for ADP IN _ 16 case 16:case _ 15 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 16 meal meal NOUN NN Number=Sing 9 nmod 9:nmod:for SpaceAfter=No @@ -18667,40 +18678,40 @@ # text = in n out of the chicago area? 1 in in PROPN NNP Number=Sing 0 root 0:root _ 2 n and CCONJ CC Abbr=Yes 3 cc 3:cc _ -3 out out PROPN NNP Number=Sing 1 conj 1:conj:n _ +3 out out PROPN NNP Number=Sing 1 conj 1:conj:and _ 4 of of ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 chicago chicago PROPN NNP Number=Sing 7 compound 7:compound _ +6 chicago Chicago PROPN NNP Number=Sing 7 compound 7:compound _ 7 area area NOUN NN Number=Sing 1 nmod 1:nmod:of SpaceAfter=No 8 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111106112223AAmR2im_ans-0002 # newpar id = answers-20111106112223AAmR2im_ans-p0002 # text = which burger chain do you think is as good as in n out or better in the chicago area besides five guys and smashburger? -1 which which DET WDT PronType=Int 3 det 3:det _ +1 which which DET WDT PronType=Int 3 det 3:det ManuallyChecked=PronType 2 burger burger NOUN NN Number=Sing 3 compound 3:compound _ -3 chain chain NOUN NN Number=Sing 6 obj 6:obj _ -4 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +3 chain chain NOUN NN Number=Sing 9 nsubj 9:nsubj _ +4 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 6 think think VERB VB VerbForm=Inf 0 root 0:root _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 as as ADV RB _ 9 advmod 9:advmod _ 9 good good ADJ JJ Degree=Pos 6 ccomp 6:ccomp _ 10 as as ADP IN _ 11 case 11:case _ -11 in in PROPN NNP Number=Sing 8 obl 8:obl:as _ +11 in in PROPN NNP Number=Sing 9 obl 9:obl:as _ 12 n and CCONJ CC Abbr=Yes 13 cc 13:cc _ -13 out out PROPN NNP Number=Sing 11 conj 8:obl:as|11:conj:n _ +13 out out PROPN NNP Number=Sing 11 conj 8:obl:as|11:conj:and _ 14 or or CCONJ CC _ 15 cc 15:cc _ -15 better better ADJ JJR Degree=Cmp 9 conj 6:ccomp|9:conj:or _ +15 better good ADJ JJR Degree=Cmp 9 conj 6:ccomp|9:conj:or _ 16 in in ADP IN _ 19 case 19:case _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -18 chicago chicago PROPN NNP Number=Sing 19 compound 19:compound _ +18 chicago Chicago PROPN NNP Number=Sing 19 compound 19:compound _ 19 area area NOUN NN Number=Sing 9 obl 9:obl:in _ 20 besides besides ADP IN _ 22 case 22:case _ -21 five five PROPN NNP Number=Sing 22 compound 22:compound _ -22 guys guys PROPN NNPS Number=Plur 9 obl 9:obl:besides _ +21 five Five PROPN NNP Number=Sing 22 compound 22:compound _ +22 guys Guy PROPN NNPS Number=Plur 9 obl 9:obl:besides _ 23 and and CCONJ CC _ 24 cc 24:cc _ -24 smashburger smashburger PROPN NNP Number=Sing 22 conj 9:obl:besides|22:conj:and SpaceAfter=No +24 smashburger Smashburger PROPN NNP Number=Sing 22 conj 9:obl:besides|22:conj:and SpaceAfter=No 25 ? ? PUNCT . _ 6 punct 6:punct _ # newdoc id = answers-20111108051957AALVg5J_ans @@ -18719,15 +18730,15 @@ # sent_id = answers-20111108051957AALVg5J_ans-0002 # newpar id = answers-20111108051957AALVg5J_ans-p0002 # text = Any particular shop that you know of AND their number. -1 Any any DET DT _ 3 det 3:det _ +1 Any any DET DT PronType=Ind 3 det 3:det _ 2 particular particular ADJ JJ Degree=Pos 3 amod 3:amod _ 3 shop shop NOUN NN Number=Sing 0 root 0:root|6:obl _ 4 that that PRON WDT PronType=Rel 6 obl 3:ref _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +6 know know VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 7 of of ADP IN _ 4 case 4:case _ 8 AND and CCONJ CC _ 10 cc 10:cc _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 number number NOUN NN Number=Sing 3 conj 3:conj:and|6:obl SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ @@ -18736,7 +18747,7 @@ # text = Atal Pharmacy, Karol Bag. 1 Atal Atal PROPN NNP Number=Sing 0 root 0:root _ 2 Pharmacy Pharmacy PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 5 punct 5:punct _ 4 Karol Karol PROPN NNP Number=Sing 5 compound 5:compound _ 5 Bag Bag PROPN NNP Number=Sing 1 parataxis 1:parataxis SpaceAfter=No 6 . . PUNCT . _ 1 punct 1:punct _ @@ -18757,13 +18768,13 @@ # sent_id = answers-20090709103651AAwwZKx_ans-0001 # newpar id = answers-20090709103651AAwwZKx_ans-p0001 # text = Do you think there are any koreans in Miramar? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 think think VERB VB VerbForm=Inf 0 root 0:root _ 4 there there PRON EX _ 5 expl 5:expl _ -5 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ -6 any any DET DT _ 7 det 7:det _ -7 koreans koreans PROPN NNPS Number=Plur 5 nsubj 5:nsubj _ +5 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +6 any any DET DT PronType=Ind 7 det 7:det _ +7 koreans Korean PROPN NNPS Number=Plur 5 nsubj 5:nsubj _ 8 in in ADP IN _ 9 case 9:case _ 9 Miramar Miramar PROPN NNP Number=Sing 5 obl 5:obl:in SpaceAfter=No 10 ? ? PUNCT . _ 3 punct 3:punct _ @@ -18775,30 +18786,30 @@ 2 there there PRON EX _ 4 expl 4:expl _ 3 must must AUX MD VerbForm=Fin 4 aux 4:aux _ 4 be be VERB VB VerbForm=Inf 0 root 0:root _ -5 at at ADV RB _ 6 case 6:case _ -6 least least ADV RBS Degree=Sup 7 nmod 7:nmod:at _ -7 1 1 NUM CD NumType=Card 8 nummod 8:nummod _ -8 korean korean PROPN NNP Number=Sing 4 nsubj 4:nsubj SpaceAfter=No +5 at at ADP IN _ 6 case 6:case _ +6 least least ADJ JJS Degree=Sup 7 nmod 7:nmod:at _ +7 1 1 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ +8 korean Korean PROPN NNP Number=Sing 4 nsubj 4:nsubj SpaceAfter=No 9 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20090709103651AAwwZKx_ans-0003 # newpar id = answers-20090709103651AAwwZKx_ans-p0003 # text = No, but I do believe some Koreans reside in the country of HA-ha! 1 No no INTJ UH _ 6 discourse 6:discourse SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 but but CCONJ CC _ 6 cc 6:cc _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -5 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 believe believe VERB VB VerbForm=Inf 0 root 0:root _ -7 some some DET DT _ 8 det 8:det _ -8 Koreans Koreans PROPN NNPS Number=Plur 9 nsubj 9:nsubj _ -9 reside reside VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ +7 some some DET DT PronType=Ind 8 det 8:det _ +8 Koreans Korean PROPN NNPS Number=Plur 9 nsubj 9:nsubj _ +9 reside reside VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ 10 in in ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 country country NOUN NN Number=Sing 9 obl 9:obl:in _ 13 of of ADP IN _ 16 case 16:case _ 14 HA HA PROPN NNP Number=Sing 16 compound 16:compound SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 ha ha PROPN NNP Number=Sing 12 nmod 12:nmod:of SpaceAfter=No 17 ! ! PUNCT . _ 6 punct 6:punct _ @@ -18812,13 +18823,13 @@ 4 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 5 ' ' PUNCT `` _ 6 punct 6:punct SpaceAfter=No 6 find find VERB VB VerbForm=Inf 10 compound 10:compound _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 phone phone NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No 9 ' ' PUNCT '' _ 6 punct 6:punct _ 10 feature feature NOUN NN Number=Sing 3 obj 3:obj _ 11 to to PART TO _ 12 mark 12:mark _ 12 track track VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ -13 someone someone PRON NN Number=Sing 16 nmod:poss 16:nmod:poss _ +13 someone someone PRON NN Number=Sing|PronType=Ind 16 nmod:poss 16:nmod:poss _ 14-15 else's _ _ _ _ _ _ _ _ 14 else else ADJ JJ Degree=Pos 13 amod 13:amod _ 15 's 's PART POS _ 13 case 13:case _ @@ -18832,22 +18843,22 @@ 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 2 'd would AUX MD VerbForm=Fin 3 aux 3:aux _ 3 need need VERB VB VerbForm=Inf 0 root 0:root _ -4 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 Apple Apple PROPN NNP Number=Sing 6 compound 6:compound _ 6 ID id NOUN NN Number=Sing 3 obj 3:obj _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 password password NOUN NN Number=Sing 6 conj 3:obj|6:conj:and SpaceAfter=No -9 , , PUNCT , _ 3 punct 3:punct _ +9 , , PUNCT , _ 18 punct 18:punct _ 10 if if SCONJ IN _ 12 mark 12:mark _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ -12 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 advcl 18:advcl:if _ +12 had have VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 18 advcl 18:advcl:if _ 13 that that PRON DT Number=Sing|PronType=Dem 12 obj 12:obj _ 14 then then ADV RB PronType=Dem 18 advmod 18:advmod _ 15 yes yes INTJ UH _ 18 discourse 18:discourse _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ 17 can can AUX MD VerbForm=Fin 18 aux 18:aux _ 18 track track VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ -19 any any DET DT _ 20 det 20:det _ +19 any any DET DT PronType=Ind 20 det 20:det _ 20 iPhone iPhone PROPN NNP Number=Sing 18 obj 18:obj SpaceAfter=No 21 . . PUNCT . _ 3 punct 3:punct _ @@ -18859,10 +18870,10 @@ 2 eating eat VERB VBG VerbForm=Ger 10 advcl 10:advcl:besides _ 3 good good ADJ JJ Degree=Pos 4 amod 4:amod _ 4 foods food NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No -5 , , PUNCT , _ 10 punct 10:punct _ +5 , , PUNCT , _ 2 punct 2:punct _ 6 what what PRON WP PronType=Int 10 obj 10:obj _ -7 else else ADV RB _ 6 amod 6:amod _ -8 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +7 else else ADJ JJ Degree=Pos 6 amod 6:amod _ +8 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 people people NOUN NNS Number=Plur 10 nsubj 10:nsubj _ 10 do do VERB VB VerbForm=Inf 0 root 0:root _ 11 in in ADP IN _ 12 case 12:case _ @@ -18873,22 +18884,22 @@ # newpar id = answers-20090717131703AARh8u2_ans-p0002 # text = Well, they have a variety of sports that they play like basketball, soccer, etc. 1 Well well INTJ UH _ 4 discourse 4:discourse SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 variety variety NOUN NN Number=Sing 4 obj 4:obj|11:obj _ 7 of of ADP IN _ 8 case 8:case _ 8 sports sport NOUN NNS Number=Plur 6 nmod 6:nmod:of _ 9 that that PRON WDT PronType=Rel 11 obj 6:ref _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 play play VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +11 play play VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 12 like like ADP IN _ 13 case 13:case _ 13 basketball basketball NOUN NN Number=Sing 6 nmod 6:nmod:like SpaceAfter=No 14 , , PUNCT , _ 15 punct 15:punct _ 15 soccer soccer NOUN NN Number=Sing 13 conj 6:nmod:like|13:conj SpaceAfter=No 16 , , PUNCT , _ 17 punct 17:punct _ -17 etc etc X FW _ 13 conj 6:nmod:like|13:conj SpaceAfter=No +17 etc etc. NOUN FW Abbr=Yes|Number=Plur 13 conj 6:nmod:like|13:conj SpaceAfter=No 18 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20090717131703AARh8u2_ans-0003 @@ -18896,7 +18907,7 @@ # text = Well they play the Wii like me :) 1 Well well INTJ UH _ 3 discourse 3:discourse _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 play play VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 play play VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 Wii Wii PROPN NNP Number=Sing 3 obj 3:obj _ 6 like like ADP IN _ 7 case 7:case _ @@ -18920,7 +18931,7 @@ 2 Hank Hank PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 3 Green Green PROPN NNP Number=Sing 2 flat 2:flat _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +5 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 hardly hardly ADV RB _ 8 advmod 8:advmod _ 8 awesome awesome ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No @@ -18936,28 +18947,28 @@ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 8 picks pick VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 nose nose NOUN NN Number=Sing 8 obj 8:obj _ -11 all all DET PDT _ 13 det:predet 13:det:predet _ +11 all all DET PDT PronType=Tot 13 det:predet 13:det:predet _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 time time NOUN NN Number=Sing 8 obl:tmod 8:obl:tmod SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20110101171252AA43jJo_ans-0004 # text = He is at his best when he is doing his Nerd impression... -1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ +2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 at at ADP IN _ 5 case 5:case _ -4 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -5 best best ADJ JJS Degree=Sup 2 obl 2:obl:at _ -6 when when SCONJ WRB PronType=Int 9 mark 9:mark _ +4 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +5 best good ADJ JJS Degree=Sup 0 root 0:root _ +6 when when ADV WRB PronType=Int 9 advmod 9:advmod _ 7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ -9 doing do VERB VBG VerbForm=Ger 2 advcl 2:advcl:when _ -10 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +9 doing do VERB VBG VerbForm=Ger 5 advcl 5:advcl:when _ +10 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 Nerd nerd NOUN NN Number=Sing 12 compound 12:compound _ 12 impression impression NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No -13 ... ... PUNCT . _ 2 punct 2:punct _ +13 ... ... PUNCT . _ 5 punct 5:punct _ # newdoc id = answers-20111108101906AA2JJqq_ans # sent_id = answers-20111108101906AA2JJqq_ans-0001 @@ -18965,7 +18976,7 @@ # text = weather in december in Tremblant? 1 weather weather NOUN NN Number=Sing 0 root 0:root _ 2 in in ADP IN _ 3 case 3:case _ -3 december december PROPN NNP Number=Sing 1 nmod 1:nmod:in _ +3 december December PROPN NNP Number=Sing 1 nmod 1:nmod:in _ 4 in in ADP IN _ 5 case 5:case _ 5 Tremblant Tremblant PROPN NNP Number=Sing 1 nmod 1:nmod:in SpaceAfter=No 6 ? ? PUNCT . _ 1 punct 1:punct _ @@ -18982,20 +18993,20 @@ # sent_id = answers-20111108101906AA2JJqq_ans-0003 # text = There may or may not be snow, depending on local weather conditions. -1 There there PRON EX _ 2 expl 2:expl _ -2 may may AUX MD VerbForm=Fin 0 root 0:root _ +1 There there PRON EX _ 6 expl 6:expl _ +2 may may AUX MD VerbForm=Fin 6 aux 6:aux _ 3 or or CCONJ CC _ 4 cc 4:cc _ -4 may may AUX MD VerbForm=Fin 6 aux 6:aux _ -5 not not PART RB _ 6 advmod 6:advmod _ -6 be be VERB VB VerbForm=Inf 2 conj 2:conj:or _ +4 may may AUX MD VerbForm=Fin 2 conj 2:conj:or _ +5 not not PART RB _ 4 advmod 4:advmod _ +6 be be VERB VB VerbForm=Inf 0 root 0:root _ 7 snow snow NOUN NN Number=Sing 6 nsubj 2:nsubj|6:nsubj SpaceAfter=No -8 , , PUNCT , _ 2 punct 2:punct _ +8 , , PUNCT , _ 13 punct 13:punct _ 9 depending depend VERB VBG VerbForm=Ger 13 case 13:case _ 10 on on ADP IN _ 13 case 13:case _ 11 local local ADJ JJ Degree=Pos 13 amod 13:amod _ 12 weather weather NOUN NN Number=Sing 13 compound 13:compound _ -13 conditions condition NOUN NNS Number=Plur 2 obl 2:obl:on SpaceAfter=No -14 . . PUNCT . _ 2 punct 2:punct _ +13 conditions condition NOUN NNS Number=Plur 6 obl 6:obl:on SpaceAfter=No +14 . . PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111108101906AA2JJqq_ans-0004 # text = In the ski resort areas, there will likely be man-made snow on the slopes. @@ -19003,46 +19014,46 @@ 2 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 3 ski ski NOUN NN Number=Sing 4 compound 4:compound _ 4 resort resort NOUN NN Number=Sing 5 compound 5:compound _ -5 areas area NOUN NNS Number=Plur 14 obl 14:obl:in SpaceAfter=No -6 , , PUNCT , _ 14 punct 14:punct _ -7 there there PRON EX _ 14 expl 14:expl _ -8 will will AUX MD VerbForm=Fin 14 aux 14:aux _ -9 likely likely ADV RB _ 14 advmod 14:advmod _ -10 be be AUX VB VerbForm=Inf 14 cop 14:cop _ +5 areas area NOUN NNS Number=Plur 10 obl 10:obl:in SpaceAfter=No +6 , , PUNCT , _ 5 punct 5:punct _ +7 there there PRON EX _ 10 expl 10:expl _ +8 will will AUX MD VerbForm=Fin 10 aux 10:aux _ +9 likely likely ADV RB _ 10 advmod 10:advmod _ +10 be be VERB VB VerbForm=Inf 0 root 0:root _ 11 man man NOUN NN Number=Sing 13 obl:npmod 13:obl:npmod SpaceAfter=No -12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No -13 made make VERB VBN Tense=Past|VerbForm=Part 14 amod 14:amod _ -14 snow snow NOUN NN Number=Sing 0 root 0:root _ +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +13 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 amod 14:amod _ +14 snow snow NOUN NN Number=Sing 10 nsubj 10:nsubj _ 15 on on ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -17 slopes slope NOUN NNS Number=Plur 14 obl 14:obl:on SpaceAfter=No -18 . . PUNCT . _ 14 punct 14:punct _ +17 slopes slope NOUN NNS Number=Plur 10 obl 10:obl:on SpaceAfter=No +18 . . PUNCT . _ 10 punct 10:punct _ # newdoc id = answers-20111108073410AAlpgTl_ans # sent_id = answers-20111108073410AAlpgTl_ans-0001 # newpar id = answers-20111108073410AAlpgTl_ans-p0001 # text = jay is it necessary to varnish my oil paintings or just leave them be ? -1 jay jay PROPN NNP Number=Sing 4 discourse 4:discourse _ +1 jay Jay PROPN NNP Number=Sing 4 vocative 4:vocative _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 expl 4:expl _ 4 necessary necessary ADJ JJ Degree=Pos 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 varnish varnish VERB VB VerbForm=Inf 4 csubj 4:csubj _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 8 oil oil NOUN NN Number=Sing 9 compound 9:compound _ 9 paintings painting NOUN NNS Number=Plur 6 obj 6:obj _ 10 or or CCONJ CC _ 12 cc 12:cc _ 11 just just ADV RB _ 12 advmod 12:advmod _ 12 leave leave VERB VB VerbForm=Inf 6 conj 4:csubj|6:conj:or _ -13 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -14 be be VERB VB VerbForm=Inf 12 ccomp 12:ccomp _ +13 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 12 obj 12:obj|14:nsubj:xsubj _ +14 be be AUX VB VerbForm=Inf 12 xcomp 12:xcomp _ 15 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108073410AAlpgTl_ans-0002 # text = thx for your ans.? 1 thx thx NOUN NN Number=Sing 0 root 0:root _ 2 for for ADP IN _ 4 case 4:case _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 ans ans NOUN NN Number=Sing 1 nmod 1:nmod:for SpaceAfter=No 5 .? .? PUNCT . _ 1 punct 1:punct _ @@ -19054,7 +19065,7 @@ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 old old ADJ JJ Degree=Pos 5 amod 5:amod _ 5 days day NOUN NNS Number=Plur 10 obl 10:obl:in SpaceAfter=No -6 , , PUNCT , _ 10 punct 10:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 varnish varnish NOUN NN Number=Sing 10 nsubj:pass 10:nsubj:pass _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ 9 often often ADV RB _ 10 advmod 10:advmod _ @@ -19072,7 +19083,7 @@ 21 , , PUNCT , _ 22 punct 22:punct _ 22 smoke smoke NOUN NN Number=Sing 18 conj 16:nmod:of|18:conj SpaceAfter=No 23 , , PUNCT , _ 24 punct 24:punct _ -24 etc etc X FW _ 18 conj 16:nmod:of|18:conj SpaceAfter=No +24 etc etc. NOUN FW Abbr=Yes|Number=Plur 18 conj 16:nmod:of|18:conj SpaceAfter=No 25 . . PUNCT . _ 10 punct 10:punct _ # newdoc id = answers-20111108090345AAQiffR_ans @@ -19090,7 +19101,7 @@ # text = I'm looking for websites like flickr.com tumblr.com and autocorrects.com but ones that aren't very common and have a variety of funny pictures! 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 looking look VERB VBG VerbForm=Ger 0 root 0:root _ 4 for for ADP IN _ 5 case 5:case _ 5 websites website NOUN NNS Number=Plur 3 obl 3:obl:for _ @@ -19103,12 +19114,12 @@ 12 ones one NOUN NNS Number=Plur 5 conj 3:obl:for|5:conj:but|17:nsubj|19:nsubj _ 13 that that PRON WDT PronType=Rel 17 nsubj 12:ref _ 14-15 aren't _ _ _ _ _ _ _ _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 15 n't not PART RB _ 17 advmod 17:advmod _ 16 very very ADV RB _ 17 advmod 17:advmod _ 17 common common ADJ JJ Degree=Pos 12 acl:relcl 12:acl:relcl _ 18 and and CCONJ CC _ 19 cc 19:cc _ -19 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 conj 12:acl:relcl|17:conj:and _ +19 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 conj 12:acl:relcl|17:conj:and _ 20 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 21 variety variety NOUN NN Number=Sing 19 obj 19:obj _ 22 of of ADP IN _ 24 case 24:case _ @@ -19132,7 +19143,7 @@ # sent_id = answers-20111108090345AAQiffR_ans-0004 # text = Thank you (: -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 (: (: SYM NFP _ 1 discourse 1:discourse _ @@ -19146,7 +19157,7 @@ # newpar id = answers-20111107201117AANg07J_ans-p0001 # text = how do you mold silicone or rubber into a mermaid tail? 1 how how ADV WRB PronType=Int 4 advmod 4:advmod _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 mold mold VERB VB VerbForm=Inf 0 root 0:root _ 5 silicone silicone NOUN NN Number=Sing 4 obj 4:obj _ @@ -19162,10 +19173,10 @@ # newpar id = answers-20111107201117AANg07J_ans-p0002 # text = Carve one in your chosen medium. 1 Carve carve VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 one one NUM CD NumType=Card 1 obj 1:obj _ +2 one one NUM CD NumForm=Word|NumType=Card 1 obj 1:obj _ 3 in in ADP IN _ 6 case 6:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ -5 chosen choose VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 chosen choose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 6 medium medium NOUN NN Number=Sing 1 obl 1:obl:in SpaceAfter=No 7 . . PUNCT . _ 1 punct 1:punct _ @@ -19186,7 +19197,7 @@ 1 Depending depend VERB VBG VerbForm=Ger 3 case 3:case _ 2 on on ADP IN _ 3 case 3:case _ 3 scale scale NOUN NN Number=Sing 6 obl 6:obl:on SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 just just ADV RB _ 6 advmod 6:advmod _ 6 buy buy VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ @@ -19201,7 +19212,7 @@ # sent_id = answers-20111107201117AANg07J_ans-0006 # text = They sell these kits in most hobby and craft stores. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 sell sell VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 sell sell VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 these this DET DT Number=Plur|PronType=Dem 4 det 4:det _ 4 kits kit NOUN NNS Number=Plur 2 obj 2:obj _ 5 in in ADP IN _ 10 case 10:case _ @@ -19216,7 +19227,7 @@ # sent_id = answers-20090730195539AAVSpaH_ans-0001 # newpar id = answers-20090730195539AAVSpaH_ans-p0001 # text = Do you prefer ham, bacon or sausages with your breakfast? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 prefer prefer VERB VB VerbForm=Inf 0 root 0:root _ 4 ham ham NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No @@ -19225,7 +19236,7 @@ 7 or or CCONJ CC _ 8 cc 8:cc _ 8 sausages sausage NOUN NNS Number=Plur 4 conj 3:obj|4:conj:or _ 9 with with ADP IN _ 11 case 11:case _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 breakfast breakfast NOUN NN Number=Sing 3 obl 3:obl:with SpaceAfter=No 12 ? ? PUNCT . _ 3 punct 3:punct _ @@ -19235,7 +19246,7 @@ 1 Without without ADP IN _ 3 case 3:case _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 doubt doubt NOUN NN Number=Sing 5 nmod 5:nmod:without SpaceAfter=No -4 ..... ..... PUNCT , _ 5 punct 5:punct _ +4 ..... ..... PUNCT , _ 3 punct 3:punct _ 5 bacon bacon NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 6 ! ! PUNCT . _ 5 punct 5:punct _ 7 :) :) SYM NFP _ 5 discourse 5:discourse _ @@ -19244,7 +19255,7 @@ # newpar id = answers-20090730195539AAVSpaH_ans-p0003 # text = thick cut bacon or really good sausages 1 thick thick ADV RB _ 2 compound 2:compound _ -2 cut cut VERB VBN Tense=Past|VerbForm=Part 3 amod 3:amod _ +2 cut cut VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 amod 3:amod _ 3 bacon bacon NOUN NN Number=Sing 0 root 0:root _ 4 or or CCONJ CC _ 7 cc 7:cc _ 5 really really ADV RB _ 6 advmod 6:advmod _ @@ -19255,16 +19266,16 @@ # newpar id = answers-20090730195539AAVSpaH_ans-p0004 # text = with my breakfast I like bacon and sausage when I having a big breakfast like a grand slam with pancakes and the works. 1 with with ADP IN _ 3 case 3:case _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 breakfast breakfast NOUN NN Number=Sing 5 obl 5:obl:with _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 bacon bacon NOUN NN Number=Sing 5 obj 5:obj _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 sausage sausage NOUN NN Number=Sing 6 conj 5:obj|6:conj:and _ -9 when when SCONJ WRB PronType=Int 11 mark 11:mark _ +9 when when ADV WRB PronType=Int 11 advmod 11:advmod _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 having have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:when _ +11 having have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:when _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 big big ADJ JJ Degree=Pos 14 amod 14:amod _ 14 breakfast breakfast NOUN NN Number=Sing 11 obj 11:obj _ @@ -19293,7 +19304,7 @@ 8 if if SCONJ IN _ 11 mark 11:mark _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj:pass 11:nsubj:pass _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 aux:pass 11:aux:pass _ -11 switched switch VERB VBN Tense=Past|VerbForm=Part 3 advcl 3:advcl:if _ +11 switched switch VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 advcl 3:advcl:if _ 12 off off ADP RP _ 11 compound:prt 11:compound:prt SpaceAfter=No 13 ? ? PUNCT . _ 3 punct 3:punct _ @@ -19310,7 +19321,7 @@ 8 if if SCONJ IN _ 11 mark 11:mark _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj:pass 11:nsubj:pass _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 aux:pass 11:aux:pass _ -11 switched switch VERB VBN Tense=Past|VerbForm=Part 3 advcl 3:advcl:if _ +11 switched switch VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 advcl 3:advcl:if _ 12 off off ADP RP _ 11 compound:prt 11:compound:prt SpaceAfter=No 13 ? ? PUNCT . _ 3 punct 3:punct _ @@ -19320,13 +19331,14 @@ 1 Yeah yeah INTJ UH _ 3 discourse 3:discourse _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 3-4 gotta _ _ _ _ _ _ _ _ -3 got get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 got get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 ta to PART TO Abbr=Yes 5 mark 5:mark _ 5 burn burn VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 obj 5:obj SpaceAfter=No -7 .. .. PUNCT , _ 3 punct 3:punct SpaceAfter=No -8 that that PRON DT Number=Sing|PronType=Dem 12 nsubj 12:nsubj SpaceAfter=No -9 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +7 .. .. PUNCT , _ 12 punct 12:punct SpaceAfter=No +8-9 thats _ _ _ _ _ _ _ _ +8 that that PRON DT Number=Sing|PronType=Dem 12 nsubj 12:nsubj _ +9 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 12 cop 12:cop CorrectForm='s 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 only only ADJ JJ Degree=Pos 12 amod 12:amod _ 12 way way NOUN NN Number=Sing 3 parataxis 3:parataxis _ @@ -19335,14 +19347,14 @@ # newpar id = answers-20111108084149AAbQBhq_ans-p0004 # text = Yes , they all have secret locator chips , just like gps 1 Yes yes INTJ UH _ 5 discourse 5:discourse _ -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -4 all all DET DT _ 3 det 3:det _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 all all DET DT PronType=Tot 3 det 3:det _ +5 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 secret secret ADJ JJ Degree=Pos 8 amod 8:amod _ 7 locator locator NOUN NN Number=Sing 8 compound 8:compound _ 8 chips chip NOUN NNS Number=Plur 5 obj 5:obj _ -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 12 punct 12:punct _ 10 just just ADV RB _ 12 advmod 12:advmod _ 11 like like ADP IN _ 12 case 12:case _ 12 gps gps NOUN NN Number=Sing 8 nmod 8:nmod:like _ @@ -19361,12 +19373,12 @@ 1 mazzoni mazzoni PROPN NNP Number=Sing 3 nmod:poss 3:nmod:poss _ 2 's 's PART POS _ 1 case 1:case _ 3 deli deli PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -4 best best ADJ JJS Degree=Sup 6 amod 6:amod _ -5 italian italian ADJ JJ Degree=Pos 6 amod 6:amod _ +4 best good ADJ JJS Degree=Sup 6 amod 6:amod _ +5 italian Italian ADJ JJ Degree=Pos 6 amod 6:amod _ 6 food food NOUN NN Number=Sing 0 root 0:root _ 7 in in ADP IN _ 8 case 8:case _ -8 phila phila PROPN NNP Number=Sing 6 nmod 6:nmod:in _ -9 pa pa PROPN NNP Number=Sing 8 appos 8:appos SpaceAfter=No +8 phila Phila PROPN NNP Abbr=Yes|Number=Sing 6 nmod 6:nmod:in _ +9 pa PA PROPN NNP Number=Sing 8 appos 8:appos SpaceAfter=No 10 ? ? PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111024202518AA18Sg7_ans-0002 @@ -19378,16 +19390,16 @@ 3 's 's PART POS _ 2 case 2:case _ 4 deli deli PROPN NNP Number=Sing 16 nsubj 16:nsubj _ 5 at at ADP IN _ 8 case 8:case _ -6 3901 3901 NUM CD NumType=Card 8 nummod 8:nummod _ +6 3901 3901 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 7 conshocken conshocken PROPN NNP Number=Sing 8 compound 8:compound _ 8 ave ave NOUN NN Number=Sing 4 nmod 4:nmod:at _ 9 in in ADP IN _ 10 case 10:case _ -10 phila phila PROPN NNP Number=Sing 8 nmod 8:nmod:in _ -11 pa pa PROPN NNP Number=Sing 10 appos 10:appos _ +10 phila Phila PROPN NNP Abbr=Yes|Number=Sing 8 nmod 8:nmod:in _ +11 pa PA PROPN NNP Number=Sing 10 appos 10:appos _ 12 really really ADV RB _ 16 advmod 16:advmod _ 13 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -14 best best ADJ JJS Degree=Sup 16 amod 16:amod _ -15 italian italian ADJ JJ Degree=Pos 16 amod 16:amod _ +14 best good ADJ JJS Degree=Sup 16 amod 16:amod _ +15 italian Italian ADJ JJ Degree=Pos 16 amod 16:amod _ 16 food food NOUN NN Number=Sing 0 root 0:root _ 17 in in ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ @@ -19397,27 +19409,27 @@ # sent_id = answers-20111024202518AA18Sg7_ans-0003 # text = because all of the food blogs Ive read say so and I will travel from maryland if thats true 1 because because SCONJ IN _ 10 mark 10:mark _ -2 all all DET DT _ 10 nsubj 10:nsubj _ +2 all all DET DT PronType=Tot 10 nsubj 10:nsubj _ 3 of of ADP IN _ 6 case 6:case _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 food food NOUN NN Number=Sing 6 compound 6:compound _ 6 blogs blog NOUN NNS Number=Plur 2 nmod 2:nmod:of _ 7-8 Ive _ _ _ _ _ _ _ _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -8 ve have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +8 ve have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 9 aux 9:aux CorrectForm='ve 9 read read VERB VBN Tense=Past|VerbForm=Part 6 acl:relcl 6:acl:relcl _ -10 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +10 say say VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 11 so so ADV RB _ 10 advmod 10:advmod _ 12 and and CCONJ CC _ 15 cc 15:cc _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ 14 will will AUX MD VerbForm=Fin 15 aux 15:aux _ 15 travel travel VERB VB VerbForm=Inf 10 conj 10:conj:and _ 16 from from ADP IN _ 17 case 17:case _ -17 maryland maryland PROPN NNP Number=Sing 15 obl 15:obl:from _ +17 maryland Maryland PROPN NNP Number=Sing 15 obl 15:obl:from _ 18 if if SCONJ IN _ 21 mark 21:mark _ 19-20 thats _ _ _ _ _ _ _ _ 19 that that PRON DT Number=Sing|PronType=Dem 21 nsubj 21:nsubj _ -20 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ +20 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 21 cop 21:cop CorrectForm='s 21 true true ADJ JJ Degree=Pos 15 advcl 15:advcl:if _ # sent_id = answers-20111024202518AA18Sg7_ans-0004 @@ -19441,26 +19453,26 @@ # text = I'm under 21+ and looking for a nice place to take my boyfriend out for dinner where they play music and there is a dance floor. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|7:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 under under ADP IN _ 4 case 4:case _ -4 21 21 NUM CD NumType=Card 0 root 0:root SpaceAfter=No +4 21 21 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No 5 + + SYM SYM _ 4 advmod 4:advmod _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 looking look VERB VBG VerbForm=Ger 4 conj 4:conj:and _ 8 for for ADP IN _ 11 case 11:case _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 nice nice ADJ JJ Degree=Pos 11 amod 11:amod _ -11 place place NOUN NN Number=Sing 7 obl 7:obl:for _ +11 place place NOUN NN Number=Sing 7 obl 7:obl:for|21:obl|25:obl _ 12 to to PART TO _ 13 mark 13:mark _ 13 take take VERB VB VerbForm=Inf 11 acl 11:acl:to _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 boyfriend boyfriend NOUN NN Number=Sing 13 obj 13:obj _ 16 out out ADV RB _ 13 advmod 13:advmod _ 17 for for ADP IN _ 18 case 18:case _ 18 dinner dinner NOUN NN Number=Sing 13 obl 13:obl:for _ -19 where where SCONJ WRB PronType=Rel 21 mark 21:mark _ +19 where where ADV WRB PronType=Rel 21 advmod 11:ref _ 20 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 21 nsubj 21:nsubj _ -21 play play VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +21 play play VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 22 music music NOUN NN Number=Sing 21 obj 21:obj _ 23 and and CCONJ CC _ 25 cc 25:cc _ 24 there there PRON EX _ 25 expl 25:expl _ @@ -19482,12 +19494,12 @@ 6 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 little little ADJ JJ Degree=Pos 9 obl:npmod 9:obl:npmod _ -9 pricier pricier ADJ JJR Degree=Cmp 3 advcl 3:advcl:if SpaceAfter=No +9 pricier pricy ADJ JJR Degree=Cmp 3 advcl 3:advcl:if SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111105235047AAgQW4l_ans-0004 # text = Any good suggestions would really be appreciated. -1 Any any DET DT _ 3 det 3:det _ +1 Any any DET DT PronType=Ind 3 det 3:det _ 2 good good ADJ JJ Degree=Pos 3 amod 3:amod _ 3 suggestions suggestion NOUN NNS Number=Plur 7 nsubj:pass 7:nsubj:pass _ 4 would would AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -19522,22 +19534,22 @@ 5 So so ADV RB _ 7 advmod 7:advmod _ 6 in in ADP IN _ 7 case 7:case _ 7 Louvre Louvre PROPN NNP Number=Sing 3 appos 3:appos _ -8 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +8 Are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 9 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 10 Two Two PROPN NNP Number=Sing 9 appos 9:appos SpaceAfter=No 11 " " PUNCT '' _ 7 punct 7:punct SpaceAfter=No -12 , , PUNCT , _ 19 punct 19:punct _ +12 , , PUNCT , _ 3 punct 3:punct _ 13 How how ADV WRB PronType=Int 14 advmod 14:advmod _ -14 many many ADJ JJ Degree=Pos 18 amod 18:amod _ -15 diffrent diffrent ADJ JJ Degree=Pos 16 amod 16:amod _ +14 many many ADJ JJ Degree=Pos 16 amod 16:amod _ +15 diffrent different ADJ JJ Degree=Pos|Typo=Yes 16 amod 16:amod CorrectForm=different 16 painting painting NOUN NN Number=Sing 19 nsubj 19:nsubj SpaceAfter=No 17 / / SYM , _ 18 cc 18:cc SpaceAfter=No -18 scupltures scuplture NOUN NNS Number=Plur 16 conj 16:conj|19:nsubj _ -19 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -20 their there PRON EX Typo=Yes 19 expl 19:expl _ +18 scupltures sculpture NOUN NNS Number=Plur|Typo=Yes 16 conj 16:conj|19:nsubj CorrectForm=sculptures +19 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +20 their there PRON EX Typo=Yes 19 expl 19:expl CorrectForm=there 21 and and CCONJ CC _ 22 cc 22:cc _ 22 who who PRON WP PronType=Int 19 conj 19:conj:and _ -23 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ +23 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 artists artist NOUN NNS Number=Plur 22 nsubj 22:nsubj SpaceAfter=No 26 ? ? PUNCT . _ 19 punct 19:punct _ @@ -19547,8 +19559,8 @@ 1 Link link NOUN NN Number=Sing 0 root 0:root _ 2 to to ADP IN _ 3 case 3:case _ 3 video video NOUN NN Number=Sing 1 nmod 1:nmod:to SpaceAfter=No -4 : : PUNCT : _ 1 punct 1:punct _ -5 http://www.livevideo.com/video/C8F5BBEC570C4A4DBC326F694D79942A/courage-the-cowardly-dog-so-.aspx http://www.livevideo.com/video/c8f5bbec570c4a4dbc326f694d79942a/courage-the-cowardly-dog-so-.aspx X ADD _ 1 parataxis 1:parataxis _ +4 : : PUNCT : _ 5 punct 5:punct _ +5 http://www.livevideo.com/video/C8F5BBEC570C4A4DBC326F694D79942A/courage-the-cowardly-dog-so-.aspx http://www.livevideo.com/video/C8F5BBEC570C4A4DBC326F694D79942A/courage-the-cowardly-dog-so-.aspx X ADD _ 1 parataxis 1:parataxis _ # sent_id = answers-20111108075412AA4d7Up_ans-0004 # newpar id = answers-20111108075412AA4d7Up_ans-p0003 @@ -19567,25 +19579,25 @@ # sent_id = answers-20111108075412AA4d7Up_ans-0005 # text = Theyre probably just drawn for the show anyways. 1-2 Theyre _ _ _ _ _ _ _ _ -1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 re be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 probably probably ADV RB _ 2 advmod 2:advmod _ +1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj:pass 5:nsubj:pass _ +2 re be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 5 aux:pass 5:aux:pass CorrectForm='re +3 probably probably ADV RB _ 5 advmod 5:advmod _ 4 just just ADV RB _ 5 advmod 5:advmod _ -5 drawn draw VERB VBN Tense=Past|VerbForm=Part 2 advcl 2:advcl _ +5 drawn draw VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 for for ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 show show NOUN NN Number=Sing 5 obl 5:obl:for _ 9 anyways anyways ADV RB _ 5 advmod 5:advmod SpaceAfter=No -10 . . PUNCT . _ 2 punct 2:punct _ +10 . . PUNCT . _ 5 punct 5:punct _ # newdoc id = answers-20111107163942AA08rP5_ans # sent_id = answers-20111107163942AA08rP5_ans-0001 # newpar id = answers-20111107163942AA08rP5_ans-p0001 # text = Name something you find at a carnival that comes on a stick? 1 Name name VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 something something PRON NN Number=Sing 1 obj 1:obj|9:nsubj _ +2 something something PRON NN Number=Sing|PronType=Ind 1 obj 1:obj|9:nsubj _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 find find VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 find find VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 at at ADP IN _ 7 case 7:case _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 carnival carnival NOUN NN Number=Sing 4 obl 4:obl:at _ @@ -19639,7 +19651,7 @@ # sent_id = answers-20111107163942AA08rP5_ans-0007 # newpar id = answers-20111107163942AA08rP5_ans-p0004 # text = All of those ;D -1 All all DET DT _ 0 root 0:root _ +1 All all DET DT PronType=Tot 0 root 0:root _ 2 of of ADP IN _ 3 case 3:case _ 3 those that PRON DT Number=Plur|PronType=Dem 1 nmod 1:nmod:of _ 4 ;D ;d SYM NFP _ 1 discourse 1:discourse _ @@ -19655,7 +19667,7 @@ # text = What country are we talking about? 1 What what DET WDT PronType=Int 2 det 2:det _ 2 country country NOUN NN Number=Sing 5 obl 5:obl:about _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 5 talking talk VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 6 about about ADP IN _ 2 case 2:case SpaceAfter=No @@ -19664,8 +19676,8 @@ # sent_id = answers-20111107163942AA08rP5_ans-0010 # text = I like my Monkey Brain on a stick for sure. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 Monkey monkey NOUN NN Number=Sing 5 compound 5:compound _ 5 Brain brain NOUN NN Number=Sing 2 obj 2:obj _ 6 on on ADP IN _ 8 case 8:case _ @@ -19681,12 +19693,12 @@ # text = How come no one bothers to ask any questions in this section? 1 How how ADV WRB PronType=Int 5 advmod 5:advmod _ 2 come come VERB VB VerbForm=Inf 1 fixed 1:fixed _ -3 no no DET DT _ 4 det 4:det _ -4 one one NOUN NN Number=Sing 5 nsubj 5:nsubj|7:nsubj:xsubj _ +3 no no DET DT PronType=Neg 4 det 4:det _ +4 one one PRON NN Number=Sing|PronType=Neg 5 nsubj 5:nsubj|7:nsubj:xsubj _ 5 bothers bother VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 ask ask VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ -8 any any DET DT _ 9 det 9:det _ +8 any any DET DT PronType=Ind 9 det 9:det _ 9 questions question NOUN NNS Number=Plur 7 obj 7:obj _ 10 in in ADP IN _ 12 case 12:case _ 11 this this DET DT Number=Sing|PronType=Dem 12 det 12:det _ @@ -19697,11 +19709,11 @@ # newpar id = answers-20090717130909AAPrVWu_ans-p0002 # text = I mean besides me of course. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 mean mean VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 mean mean VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 besides besides ADP IN _ 4 case 4:case _ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obl 2:obl:besides _ -5 of of ADV RB _ 2 discourse 2:discourse _ -6 course course ADV RB _ 5 fixed 5:fixed SpaceAfter=No +5 of of ADP IN ExtPos=ADV 2 advmod 2:advmod _ +6 course course NOUN NN Number=Sing 5 fixed 5:fixed SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20090717130909AAPrVWu_ans-0003 @@ -19711,7 +19723,7 @@ 2 obviously obviously ADV RB _ 8 advmod 8:advmod _ 3 most most ADJ JJS Degree=Sup 4 amod 4:amod _ 4 people people NOUN NNS Number=Plur 8 nsubj 8:nsubj _ -5 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +5 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 6 never never ADV RB _ 8 advmod 8:advmod _ 7 even even ADV RB _ 8 advmod 8:advmod _ 8 heard hear VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ @@ -19723,17 +19735,17 @@ # sent_id = answers-20090717130909AAPrVWu_ans-0004 # newpar id = answers-20090717130909AAPrVWu_ans-p0004 # text = Someone had to be first. -1 Someone someone PRON NN Number=Sing 2 nsubj 2:nsubj|5:nsubj:xsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Someone someone PRON NN Number=Sing|PronType=Ind 2 nsubj 2:nsubj|5:nsubj:xsubj _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 5 mark 5:mark _ 4 be be AUX VB VerbForm=Inf 5 cop 5:cop _ -5 first first ADJ JJ Degree=Pos|NumType=Ord 2 xcomp 2:xcomp SpaceAfter=No +5 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 2 xcomp 2:xcomp SpaceAfter=No 6 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20090717130909AAPrVWu_ans-0005 # text = I have never been there. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 never never ADV RB _ 5 advmod 5:advmod _ 4 been be AUX VBN Tense=Past|VerbForm=Part 5 cop 5:cop _ 5 there there ADV RB PronType=Dem 0 root 0:root SpaceAfter=No @@ -19743,20 +19755,20 @@ # newpar id = answers-20090717130909AAPrVWu_ans-p0005 # text = well, I don't ask questions here because I have no clue what "Iguazu" is... 1 well well INTJ UH _ 6 discourse 6:discourse SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 4-5 don't _ _ _ _ _ _ _ _ -4 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 n't not PART RB _ 6 advmod 6:advmod _ 6 ask ask VERB VB VerbForm=Inf 0 root 0:root _ 7 questions question NOUN NNS Number=Plur 6 obj 6:obj _ 8 here here ADV RB PronType=Dem 6 advmod 6:advmod _ 9 because because SCONJ IN _ 11 mark 11:mark _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:because _ -12 no no DET DT _ 13 det 13:det _ +11 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:because _ +12 no no DET DT PronType=Neg 13 det 13:det _ 13 clue clue NOUN NN Number=Sing 11 obj 11:obj _ -14 what what PRON WP PronType=Int 13 acl:relcl 13:acl:relcl _ +14 what what PRON WP PronType=Int 11 ccomp 11:ccomp _ 15 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No 16 Iguazu Iguazu PROPN NNP Number=Sing 14 nsubj 14:nsubj SpaceAfter=No 17 " " PUNCT '' _ 16 punct 16:punct _ @@ -19768,7 +19780,7 @@ # newpar id = answers-20111108064636AAvIKDE_ans-p0001 # text = What do you think of Air France? 1 What what PRON WP PronType=Int 4 obj 4:obj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 think think VERB VB VerbForm=Inf 0 root 0:root _ 5 of of ADP IN _ 7 case 7:case _ @@ -19780,28 +19792,28 @@ # newpar id = answers-20111108064636AAvIKDE_ans-p0002 # text = I love Air France! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 Air Air PROPN NNP Number=Sing 4 compound 4:compound _ 4 France France PROPN NNP Number=Sing 2 obj 2:obj SpaceAfter=No 5 ! ! PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108064636AAvIKDE_ans-0003 # text = Their service is top-notch and I especially love the free French champagne served even in Economy. -1 Their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 service service NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 top top ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 6 notch notch NOUN NN Number=Sing 0 root 0:root _ 7 and and CCONJ CC _ 10 cc 10:cc _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 9 especially especially ADV RB _ 10 advmod 10:advmod _ -10 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ +10 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ 11 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 12 free free ADJ JJ Degree=Pos 14 amod 14:amod _ -13 French french ADJ JJ Degree=Pos 14 amod 14:amod _ +13 French French ADJ JJ Degree=Pos 14 amod 14:amod _ 14 champagne champagne NOUN NN Number=Sing 10 obj 10:obj _ -15 served serve VERB VBN Tense=Past|VerbForm=Part 14 acl 14:acl _ +15 served serve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 acl 14:acl _ 16 even even ADV RB _ 18 advmod 18:advmod _ 17 in in ADP IN _ 18 case 18:case _ 18 Economy economy NOUN NN Number=Sing 15 obl 15:obl:in SpaceAfter=No @@ -19811,11 +19823,11 @@ # text = I also find their food way better than many other airlines. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 find find VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 find find VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 food food NOUN NN Number=Sing 3 obj 3:obj|7:nsubj:xsubj _ 6 way way ADV RB _ 7 advmod 7:advmod _ -7 better better ADJ JJR Degree=Cmp 3 xcomp 3:xcomp _ +7 better good ADJ JJR Degree=Cmp 3 xcomp 3:xcomp _ 8 than than ADP IN _ 11 case 11:case _ 9 many many ADJ JJ Degree=Pos 11 amod 11:amod _ 10 other other ADJ JJ Degree=Pos 11 amod 11:amod _ @@ -19826,7 +19838,7 @@ # text = Plus you land in a preferential terminal... 1 Plus plus CCONJ CC _ 3 cc 3:cc _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 land land VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 land land VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 in in ADP IN _ 7 case 7:case _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 preferential preferential ADJ JJ Degree=Pos 7 amod 7:amod _ @@ -19836,10 +19848,10 @@ # sent_id = answers-20111108064636AAvIKDE_ans-0006 # text = I go out of my way to use Air France. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 go go VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 out out ADP IN _ 6 case 6:case _ 4 of of ADP IN _ 6 case 6:case _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 way way NOUN NN Number=Sing 2 obl 2:obl:of _ 7 to to PART TO _ 8 mark 8:mark _ 8 use use VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ @@ -19862,12 +19874,12 @@ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 difference difference NOUN NN Number=Sing 1 nsubj 1:nsubj _ 5 between between ADP IN _ 9 case 9:case _ -6 Indian indian ADJ JJ Degree=Pos 9 amod 9:amod _ +6 Indian Indian ADJ JJ Degree=Pos 9 amod 9:amod _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 African african ADJ JJ Degree=Pos 6 conj 6:conj:and|9:amod _ +8 African African ADJ JJ Degree=Pos 6 conj 6:conj:and|9:amod _ 9 ringnecks ringneck NOUN NNS Number=Plur 4 nmod 4:nmod:between _ 10 and and CCONJ CC _ 12 cc 12:cc _ -11 alexandrine alexandrine ADJ JJ Degree=Pos 12 amod 12:amod _ +11 alexandrine Alexandrine ADJ JJ Degree=Pos 12 amod 12:amod _ 12 parrots parrot NOUN NNS Number=Plur 9 conj 4:nmod:between|9:conj:and SpaceAfter=No 13 ? ? PUNCT . _ 1 punct 1:punct _ 14 ? ? PUNCT . _ 1 punct 1:punct _ @@ -19881,28 +19893,29 @@ 4 to to PART TO _ 5 mark 5:mark _ 5 buy buy VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ 6 an a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -7 indian indian ADJ JJ Degree=Pos 8 amod 8:amod _ +7 indian Indian ADJ JJ Degree=Pos 8 amod 8:amod _ 8 ringneck ringneck NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No 9 , , PUNCT , _ 10 punct 10:punct _ -10 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj _ +10 did do VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 bunch bunch NOUN NN Number=Sing 10 obj 10:obj _ 13 of of ADP IN _ 14 case 14:case _ 14 research research NOUN NN Number=Sing 12 nmod 12:nmod:of SpaceAfter=No -15 , , PUNCT , _ 3 punct 3:punct _ +15 , , PUNCT , _ 23 punct 23:punct _ 16 ( ( PUNCT -LRB- _ 23 punct 23:punct SpaceAfter=No -17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj SpaceAfter=No -18 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ +17-18 I'm _ _ _ _ _ _ _ _ +17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ +18 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ 19 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 20 very very ADV RB _ 21 advmod 21:advmod _ 21 experienced experienced ADJ JJ Degree=Pos 23 amod 23:amod _ 22 bird bird NOUN NN Number=Sing 23 compound 23:compound _ 23 owner owner NOUN NN Number=Sing 3 parataxis 3:parataxis SpaceAfter=No -24 , , PUNCT , _ 23 punct 23:punct _ +24 , , PUNCT , _ 25 punct 25:punct _ 25 macaws macaw NOUN NNS Number=Plur 23 parataxis 23:parataxis SpaceAfter=No -26 , , PUNCT , _ 25 punct 25:punct _ +26 , , PUNCT , _ 27 punct 27:punct _ 27 cockatoos cockatoo NOUN NNS Number=Plur 25 list 25:list SpaceAfter=No -28 , , PUNCT , _ 25 punct 25:punct _ +28 , , PUNCT , _ 29 punct 29:punct _ 29 amazons amazon NOUN NNS Number=Plur 25 list 25:list SpaceAfter=No 30 ) ) PUNCT -RRB- _ 23 punct 23:punct SpaceAfter=No 31 , , PUNCT , _ 3 punct 3:punct _ @@ -19910,12 +19923,12 @@ # sent_id = answers-20111108102612AASRNao_ans-0003 # text = And noticed two other breeds that look a lot alike. 1 And and CCONJ CC _ 2 cc 2:cc _ -2 noticed notice VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 two two NUM CD NumType=Card 5 nummod 5:nummod _ +2 noticed notice VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 two two NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 4 other other ADJ JJ Degree=Pos 5 amod 5:amod _ 5 breeds breed NOUN NNS Number=Plur 2 obj 2:obj|7:nsubj|10:nsubj:xsubj _ 6 that that PRON WDT PronType=Rel 7 nsubj 5:ref _ -7 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 look look VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 lot lot NOUN NN Number=Sing 10 obl:npmod 10:obl:npmod _ 10 alike alike ADJ JJ Degree=Pos 7 xcomp 7:xcomp SpaceAfter=No @@ -19925,7 +19938,7 @@ # text = So does anyone know what the difference is? 1 So so ADV RB _ 4 advmod 4:advmod _ 2 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ -3 anyone anyone PRON NN Number=Sing 4 nsubj 4:nsubj _ +3 anyone anyone PRON NN Number=Sing|PronType=Ind 4 nsubj 4:nsubj _ 4 know know VERB VB VerbForm=Inf 0 root 0:root _ 5 what what PRON WP PronType=Int 4 ccomp 4:ccomp _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -19942,14 +19955,14 @@ # newpar id = answers-20111108084122AAYLqSQ_ans-p0001 # text = if i preorder a game at gamestop can someone else pick it up for me? 1 if if SCONJ IN _ 3 mark 3:mark _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 preorder preorder VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:if _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +3 preorder preorder VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:if _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 game game NOUN NN Number=Sing 3 obj 3:obj _ 6 at at ADP IN _ 7 case 7:case _ 7 gamestop gamestop PROPN NNP Number=Sing 3 obl 3:obl:at _ 8 can can AUX MD VerbForm=Fin 11 aux 11:aux _ -9 someone someone PRON NN Number=Sing 11 nsubj 11:nsubj _ +9 someone someone PRON NN Number=Sing|PronType=Ind 11 nsubj 11:nsubj _ 10 else else ADJ JJ Degree=Pos 9 amod 9:amod _ 11 pick pick VERB VB VerbForm=Inf 0 root 0:root _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj _ @@ -19961,10 +19974,10 @@ # sent_id = answers-20111108084122AAYLqSQ_ans-0002 # newpar id = answers-20111108084122AAYLqSQ_ans-p0002 # text = i put $5 bucks down for it too. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 put put VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 put put VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 $ $ SYM $ _ 5 compound 5:compound SpaceAfter=No -4 5 5 NUM CD NumType=Card 5 nummod 5:nummod _ +4 5 5 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 bucks buck NOUN NNS Number=Plur 2 obj 2:obj _ 6 down down ADP RP _ 2 compound:prt 2:compound:prt _ 7 for for ADP IN _ 8 case 8:case _ @@ -19979,23 +19992,23 @@ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 3-4 wont _ _ _ _ _ _ _ _ 3 wo will AUX MD VerbForm=Fin 6 aux 6:aux _ -4 nt not PART RB _ 6 advmod 6:advmod _ +4 nt not PART RB Typo=Yes 6 advmod 6:advmod CorrectForm=n't 5 be be AUX VB VerbForm=Inf 6 cop 6:cop _ 6 able able ADJ JJ Degree=Pos 0 root 0:root _ 7 to to PART TO _ 6 xcomp 6:xcomp _ -8 some some DET DT _ 9 det 9:det _ -9 gamestops gamestops PROPN NNPS Number=Plur 12 nsubj 12:nsubj _ +8 some some DET DT PronType=Ind 9 det 9:det _ +9 gamestops Gamestop PROPN NNPS Number=Plur 12 nsubj 12:nsubj _ 10-11 dont _ _ _ _ _ _ _ _ -10 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ -11 nt not PART RB _ 12 advmod 12:advmod _ +10 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 nt not PART RB Typo=Yes 12 advmod 12:advmod CorrectForm=n't 12 check check VERB VB VerbForm=Inf 6 parataxis 6:parataxis _ 13 ID id NOUN NN Number=Sing 12 obj 12:obj _ 14 for for ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 pre-order pre-order NOUN NN Number=Sing 12 obl 12:obl:for _ 17 so so ADV RB _ 21 advmod 21:advmod _ -18 some some DET DT _ 19 det 19:det _ -19 ppl ppl NOUN NNS Number=Plur 21 nsubj 21:nsubj _ +18 some some DET DT PronType=Ind 19 det 19:det _ +19 ppl people NOUN NNS Abbr=Yes|Number=Plur 21 nsubj 21:nsubj CorrectForm=people 20 can can AUX MD VerbForm=Fin 21 aux 21:aux _ 21 get get VERB VB VerbForm=Inf 12 parataxis 12:parataxis _ 22 away away ADV RB _ 21 advmod 21:advmod _ @@ -20003,19 +20016,19 @@ 24 doing do VERB VBG VerbForm=Ger 21 advcl 21:advcl:with _ 25 this this PRON DT Number=Sing|PronType=Dem 24 obj 24:obj _ 26 but but CCONJ CC _ 31 cc 31:cc _ -27 a a DET DT Definite=Ind|PronType=Art 28 det 28:det SpaceAfter=No +27 a a DET DT Definite=Ind|PronType=Art 28 det 28:det CorrectSpaceAfter=Yes|SpaceAfter=No 28 lot lot NOUN NN Number=Sing 31 nsubj 31:nsubj|33:nsubj:xsubj _ 29 of of ADP IN _ 30 case 30:case _ -30 store store NOUN NN Number=Sing 28 nmod 28:nmod:of _ -31 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 conj 12:conj:but _ +30 store store NOUN NNS Number=Plur|Typo=Yes 28 nmod 28:nmod:of CorrectForm=stores +31 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 conj 12:conj:but _ 32 to to PART TO _ 33 mark 33:mark _ 33 see see VERB VB VerbForm=Inf 31 xcomp 31:xcomp _ -34 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ +34 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ 35 id id NOUN NN Number=Sing 33 obj 33:obj _ -36 and and CCONJ CC _ 38 cc 38:cc SpaceAfter=No -37 / / PUNCT , _ 38 punct 38:punct SpaceAfter=No -38 or or CCONJ CC _ 40 cc 40:cc _ -39 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 40 nmod:poss 40:nmod:poss _ +36 and and CCONJ CC _ 40 cc 40:cc SpaceAfter=No +37 / / SYM SYM _ 38 cc 38:cc SpaceAfter=No +38 or or CCONJ CC _ 36 conj 36:conj:slash|40:cc _ +39 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 40 nmod:poss 40:nmod:poss _ 40 reciept reciept NOUN NN Number=Sing 35 conj 33:obj|35:conj:and_or _ 41 of of ADP IN _ 43 case 43:case _ 42 the the DET DT Definite=Def|PronType=Art 43 det 43:det _ @@ -20026,13 +20039,13 @@ # newpar id = answers-20111107214231AA68BMD_ans-p0001 # text = Has anyone ever worked for steiner leisure cruises? 1 Has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ -2 anyone anyone PRON NN Number=Sing 4 nsubj 4:nsubj _ +2 anyone anyone PRON NN Number=Sing|PronType=Ind 4 nsubj 4:nsubj _ 3 ever ever ADV RB _ 4 advmod 4:advmod _ 4 worked work VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 for for ADP IN _ 8 case 8:case _ -6 steiner steiner PROPN NNP Number=Sing 8 compound 8:compound _ -7 leisure leisure PROPN NNP Number=Sing 8 compound 8:compound _ -8 cruises cruises PROPN NNPS Number=Plur 4 obl 4:obl:for SpaceAfter=No +6 steiner Steiner PROPN NNP Number=Sing 8 compound 8:compound _ +7 leisure Leisure PROPN NNP Number=Sing 8 compound 8:compound _ +8 cruises Cruise PROPN NNPS Number=Plur 4 obl 4:obl:for SpaceAfter=No 9 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111107214231AA68BMD_ans-0002 @@ -20040,7 +20053,7 @@ # text = I'm considering taking a job with Steiner and noticed I have to pay for all my travel. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|4:nsubj:xsubj|10:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 considering consider VERB VBG VerbForm=Ger 0 root 0:root _ 4 taking take VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -20048,30 +20061,30 @@ 7 with with ADP IN _ 8 case 8:case _ 8 Steiner Steiner PROPN NNP Number=Sing 6 nmod 6:nmod:with _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 noticed notice VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +10 noticed notice VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj|14:nsubj:xsubj _ -12 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 ccomp 10:ccomp _ +12 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 ccomp 10:ccomp _ 13 to to PART TO _ 14 mark 14:mark _ 14 pay pay VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 15 for for ADP IN _ 18 case 18:case _ -16 all all DET PDT _ 18 det:predet 18:det:predet _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +16 all all DET PDT PronType=Tot 18 det:predet 18:det:predet _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 travel travel NOUN NN Number=Sing 14 obl 14:obl:for SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111107214231AA68BMD_ans-0003 # text = Was wondering if anyone knew a rough estimate of how much it costs with travel and training -1 Was be AUX VBD Mood=Ind|Number=Sing|Tense=Past|VerbForm=Fin 2 aux 2:aux _ +1 Was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 aux 2:aux _ 2 wondering wonder VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 3 if if SCONJ IN _ 5 mark 5:mark _ -4 anyone anyone PRON NN Number=Sing 5 nsubj 5:nsubj _ -5 knew know VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:if _ +4 anyone anyone PRON NN Number=Sing|PronType=Ind 5 nsubj 5:nsubj _ +5 knew know VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 rough rough ADJ JJ Degree=Pos 8 amod 8:amod _ 8 estimate estimate NOUN NN Number=Sing 5 obj 5:obj _ 9 of of SCONJ IN _ 13 mark 13:mark _ -10 how how SCONJ WRB PronType=Int 11 mark 11:mark _ -11 much much ADJ JJ Degree=Pos 13 advmod 13:advmod _ +10 how how ADV WRB PronType=Int 11 advmod 11:advmod _ +11 much much ADJ JJ Degree=Pos 13 obj 13:obj _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 13 costs cost VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 acl 8:acl:of _ 14 with with ADP IN _ 15 case 15:case _ @@ -20082,21 +20095,21 @@ # sent_id = answers-20111107214231AA68BMD_ans-0004 # newpar id = answers-20111107214231AA68BMD_ans-p0003 # text = I haven't personally but I know a couple of people who have. -1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ 2-3 haven't _ _ _ _ _ _ _ _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ -3 n't not PART RB _ 4 advmod 4:advmod _ -4 personally personally ADV RB _ 0 root 0:root _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root Promoted=Yes +3 n't not PART RB _ 2 advmod 2:advmod _ +4 personally personally ADV RB _ 2 advmod 2:advmod _ 5 but but CCONJ CC _ 7 cc 7:cc _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ +7 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 couple couple NOUN NN Number=Sing 7 obj 7:obj|13:nsubj _ 10 of of ADP IN _ 11 case 11:case _ 11 people people NOUN NNS Number=Plur 9 nmod 9:nmod:of _ 12 who who PRON WP PronType=Rel 13 nsubj 9:ref _ -13 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl SpaceAfter=No -14 . . PUNCT . _ 4 punct 4:punct _ +13 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl Promoted=Yes|SpaceAfter=No +14 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111107214231AA68BMD_ans-0005 # text = Wendi has worked for them have a look at her blog. @@ -20109,7 +20122,7 @@ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 look look NOUN NN Number=Sing 6 obj 6:obj _ 9 at at ADP IN _ 11 case 11:case _ -10 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 blog blog NOUN NN Number=Sing 8 nmod 8:nmod:at SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ @@ -20117,7 +20130,7 @@ # sent_id = answers-20111024111513AAAQhAO_ans-0001 # newpar id = answers-20111024111513AAAQhAO_ans-p0001 # text = Best POS system in Philadelphia ? -1 Best best ADJ JJS Degree=Sup 3 amod 3:amod _ +1 Best good ADJ JJS Degree=Sup 3 amod 3:amod _ 2 POS pos NOUN NN Number=Sing 3 compound 3:compound _ 3 system system NOUN NN Number=Sing 0 root 0:root _ 4 in in ADP IN _ 5 case 5:case _ @@ -20130,22 +20143,22 @@ 1 What what PRON WP PronType=Int 6 nsubj 6:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -4 best best ADJ JJS Degree=Sup 6 amod 6:amod _ +4 best good ADJ JJS Degree=Sup 6 amod 6:amod _ 5 pos pos NOUN NN Number=Sing 6 compound 6:compound _ 6 system system NOUN NN Number=Sing 0 root 0:root _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 8 can can AUX MD VerbForm=Fin 9 aux 9:aux _ 9 buy buy VERB VB VerbForm=Inf 6 acl:relcl 6:acl:relcl _ 10 in in ADP IN _ 11 case 11:case _ -11 philadelphia philadelphia PROPN NNP Number=Sing 9 obl 9:obl:in _ -12 pa pa PROPN NNP Number=Sing 11 appos 11:appos SpaceAfter=No +11 philadelphia Philadelphia PROPN NNP Number=Sing 9 obl 9:obl:in _ +12 pa PA PROPN NNP Number=Sing 11 appos 11:appos SpaceAfter=No 13 ? ? PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111024111513AAAQhAO_ans-0003 # text = I need something reliable and good looking. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 something something PRON NN Number=Sing 2 obj 2:obj _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 something something PRON NN Number=Sing|PronType=Ind 2 obj 2:obj _ 4 reliable reliable ADJ JJ Degree=Pos 3 amod 3:amod _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 good good ADJ JJ Degree=Pos 7 amod 7:amod _ @@ -20159,7 +20172,7 @@ 2 POS POS PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 3 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -5 best best ADJ JJS Degree=Sup 7 amod 7:amod _ +5 best good ADJ JJS Degree=Sup 7 amod 7:amod _ 6 pos pos NOUN NN Number=Sing 7 compound 7:compound _ 7 systems system NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ @@ -20167,14 +20180,14 @@ # sent_id = answers-20111024111513AAAQhAO_ans-0005 # text = I use them for my restaurant and always get compliments on the sleek look of the mac system not to mention how good the support is. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|9:nsubj _ -2 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 use use VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 2 obj 2:obj _ 4 for for ADP IN _ 6 case 6:case _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 restaurant restaurant NOUN NN Number=Sing 2 obl 2:obl:for _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 always always ADV RB _ 9 advmod 9:advmod _ -9 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +9 get get VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 10 compliments compliment NOUN NNS Number=Plur 9 obj 9:obj _ 11 on on ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ @@ -20184,10 +20197,10 @@ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 17 mac mac NOUN NN Number=Sing 18 compound 18:compound _ 18 system system NOUN NN Number=Sing 14 nmod 14:nmod:of _ -19 not not ADV RB _ 23 cc 23:cc _ +19 not not PART RB _ 23 cc 23:cc _ 20 to to PART TO _ 19 fixed 19:fixed _ 21 mention mention VERB VB VerbForm=Inf 19 fixed 19:fixed _ -22 how how SCONJ WRB PronType=Int 23 mark 23:mark _ +22 how how ADV WRB PronType=Int 23 advmod 23:advmod _ 23 good good ADJ JJ Degree=Pos 2 conj 2:conj:and _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 support support NOUN NN Number=Sing 23 nsubj 23:nsubj _ @@ -20216,10 +20229,10 @@ # newpar id = answers-20111108081519AAdHz5c_ans-p0001 # text = What are "good" speakers? 1 What what PRON WP PronType=Int 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -3 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +3 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 4 good good ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No -5 " " PUNCT `` _ 6 punct 6:punct _ +5 " " PUNCT `` _ 4 punct 4:punct _ 6 speakers speaker NOUN NNS Number=Plur 1 nsubj 1:nsubj SpaceAfter=No 7 ? ? PUNCT . _ 1 punct 1:punct _ @@ -20228,7 +20241,7 @@ # text = I've been looking at the bose sound dock 10 ive currently got a jvc mini hifi system, i was wondering what would be a good set of speakers. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux 4:aux _ 4 looking look VERB VBG VerbForm=Ger 0 root 0:root _ 5 at at ADP IN _ 9 case 9:case _ @@ -20236,10 +20249,10 @@ 7 bose bose PROPN NNP Number=Sing 9 compound 9:compound _ 8 sound sound PROPN NNP Number=Sing 9 compound 9:compound _ 9 dock dock PROPN NNP Number=Sing 4 obl 4:obl:at _ -10 10 10 NUM CD NumType=Card 9 nummod 9:nummod _ +10 10 10 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 11-12 ive _ _ _ _ _ _ _ _ -11 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -12 ve have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +11 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ +12 ve have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 14 aux 14:aux CorrectForm='ve 13 currently currently ADV RB _ 14 advmod 14:advmod _ 14 got get VERB VBN Tense=Past|VerbForm=Part 4 parataxis 4:parataxis _ 15 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ @@ -20247,8 +20260,8 @@ 17 mini mini X AFX _ 19 compound 19:compound _ 18 hifi hifi NOUN NN Number=Sing 19 compound 19:compound _ 19 system system NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No -20 , , PUNCT , _ 4 punct 4:punct _ -21 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ +20 , , PUNCT , _ 23 punct 23:punct _ +21 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ 22 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 23 aux 23:aux _ 23 wondering wonder VERB VBG VerbForm=Ger 4 parataxis 4:parataxis _ 24 what what PRON WP PronType=Int 29 nsubj 29:nsubj _ @@ -20264,7 +20277,7 @@ # sent_id = answers-20111108081519AAdHz5c_ans-0003 # text = I like music very loud and with a lot of bass. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 music music NOUN NN Number=Sing 2 obj 2:obj|5:nsubj:xsubj|9:nsubj:xsubj _ 4 very very ADV RB _ 5 advmod 5:advmod _ 5 loud loud ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ @@ -20279,21 +20292,21 @@ # sent_id = answers-20111108081519AAdHz5c_ans-0004 # text = also i was wondering, is it true that the bigger the speakers are the better. 1 also also ADV RB _ 4 advmod 4:advmod _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 4 wondering wonder VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ -6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +5 , , PUNCT , _ 8 punct 8:punct _ +6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 expl 8:expl _ 8 true true ADJ JJ Degree=Pos 4 ccomp 4:ccomp _ 9 that that SCONJ IN _ 16 mark 16:mark _ -10 the the DET DT Definite=Def|PronType=Art 11 mark 11:mark _ -11 bigger bigger ADJ JJR Degree=Cmp 16 advcl 16:advcl:the _ +10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ +11 bigger big ADJ JJR Degree=Cmp 16 advcl 16:advcl:the _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 speakers speaker NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ -15 the the DET DT Definite=Def|PronType=Art 16 mark 16:mark _ -16 better better ADJ JJR Degree=Cmp 8 ccomp 8:ccomp SpaceAfter=No +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ +16 better good ADJ JJR Degree=Cmp 8 csubj 8:csubj SpaceAfter=No 17 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108081519AAdHz5c_ans-0005 @@ -20303,9 +20316,9 @@ # sent_id = answers-20111108081519AAdHz5c_ans-0006 # newpar id = answers-20111108081519AAdHz5c_ans-p0003 # text = B&w. -1 B b ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No +1 B B ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 2 & & CCONJ CC _ 3 cc 3:cc SpaceAfter=No -3 w w ADJ JJ Degree=Pos 1 conj 1:conj SpaceAfter=No +3 w W ADJ JJ Degree=Pos 1 conj 1:conj SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108081519AAdHz5c_ans-0007 @@ -20323,7 +20336,7 @@ 2 Delivery delivery NOUN NN Number=Sing 0 root 0:root _ 3 in in ADP IN _ 4 case 4:case _ 4 Auckland Auckland PROPN NNP Number=Sing 2 nmod 2:nmod:in SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct SpaceAfter=No +5 , , PUNCT , _ 6 punct 6:punct SpaceAfter=No 6 NZ NZ PROPN NNP Number=Sing 4 appos 4:appos SpaceAfter=No 7 ? ? PUNCT . _ 2 punct 2:punct _ @@ -20331,21 +20344,21 @@ # newpar id = answers-20111108071652AA8GAZw_ans-p0002 # text = I have ordered Bose Headfones worth 300USD. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 ordered order VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 Bose Bose PROPN NNP Number=Sing 5 compound 5:compound _ 5 Headfones headfone NOUN NNS Number=Plur 3 obj 3:obj _ 6 worth worth ADJ JJ Degree=Pos 5 amod 5:amod _ -7 300 300 NUM CD NumType=Card 8 nummod 8:nummod SpaceAfter=No +7 300 300 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod SpaceAfter=No 8 USD usd NOUN NNS Number=Plur 6 obj 6:obj SpaceAfter=No 9 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108071652AA8GAZw_ans-0003 # text = They have been shipped using USPS Priority Mail International Parcels. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux:pass 4:aux:pass _ -4 shipped ship VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 shipped ship VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 using use VERB VBG VerbForm=Ger 4 advcl 4:advcl _ 6 USPS USPS PROPN NNP Number=Sing 7 compound 7:compound _ 7 Priority priority NOUN NN Number=Sing 8 compound 8:compound _ @@ -20357,7 +20370,7 @@ # sent_id = answers-20111108071652AA8GAZw_ans-0004 # text = will i have to pay customs in NZ. 1 will will AUX MD VerbForm=Fin 3 aux 3:aux _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 pay pay VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ @@ -20370,11 +20383,11 @@ # text = its a gift from my brother. 1-2 its _ _ _ _ _ _ _ _ 1 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 4 cop 4:cop CorrectForm='s 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 gift gift NOUN NN Number=Sing 0 root 0:root _ 5 from from ADP IN _ 7 case 7:case _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 brother brother NOUN NN Number=Sing 4 nmod 4:nmod:from SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ @@ -20382,7 +20395,7 @@ # text = why will hav to pay customs if it is a gift...?? 1 why why ADV WRB PronType=Int 3 advmod 3:advmod _ 2 will will AUX MD VerbForm=Fin 3 aux 3:aux _ -3 hav hav VERB VB VerbForm=Inf 0 root 0:root _ +3 hav have VERB VB Abbr=Yes|VerbForm=Inf 0 root 0:root CorrectForm=have 4 to to PART TO _ 5 mark 5:mark _ 5 pay pay VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 customs custom NOUN NNS Number=Plur 5 obj 5:obj _ @@ -20396,13 +20409,13 @@ # sent_id = answers-20111108071652AA8GAZw_ans-0007 # text = i always thought theres no custom charges for gifts. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 always always ADV RB _ 3 advmod 3:advmod _ -3 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4-5 theres _ _ _ _ _ _ _ _ 4 there there PRON EX _ 5 expl 5:expl _ -5 s be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ -6 no no DET DT _ 8 det 8:det _ +5 s be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 3 ccomp 3:ccomp CorrectForm='s +6 no no DET DT PronType=Neg 8 det 8:det _ 7 custom custom NOUN NN Number=Sing 8 compound 8:compound _ 8 charges charge NOUN NNS Number=Plur 5 nsubj 5:nsubj _ 9 for for ADP IN _ 10 case 10:case _ @@ -20419,7 +20432,7 @@ # newpar id = answers-20111108071652AA8GAZw_ans-p0004 # text = Yes,you must pay customs duties. 1 Yes yes INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct SpaceAfter=No 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 4 must must AUX MD VerbForm=Fin 5 aux 5:aux _ 5 pay pay VERB VB VerbForm=Inf 0 root 0:root _ @@ -20431,7 +20444,7 @@ # sent_id = answers-20111107035344AAdi9dS_ans-0001 # newpar id = answers-20111107035344AAdi9dS_ans-p0001 # text = 24 hour fast resturants near by? -1 24 24 NUM CD NumType=Card 2 nummod 2:nummod _ +1 24 24 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 2 hour hour NOUN NN Number=Sing 4 compound 4:compound _ 3 fast fast ADJ JJ Degree=Pos 4 amod 4:amod _ 4 resturants resturant NOUN NNS Number=Plur 0 root 0:root _ @@ -20445,31 +20458,31 @@ 1 Well well INTJ UH _ 3 discourse 3:discourse _ 2-3 theres _ _ _ _ _ _ _ _ 2 there there PRON EX _ 3 expl 3:expl _ -3 s be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 Mc. Mc. PROPN NNP Number=Sing 5 compound 5:compound SpaceAfter=No -5 Donald Donald PROPN NNP Number=Sing 3 nsubj 3:nsubj SpaceAfter=No -6 s 's PART POS _ 5 case 5:case SpaceAfter=No -7 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No -8 Taco Taco PROPN NNP Number=Sing 9 compound 9:compound _ -9 Bell Bell PROPN NNP Number=Sing 5 appos 5:appos SpaceAfter=No -10 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No -11 Burger Burger PROPN NNP Number=Sing 12 compound 12:compound _ -12 King King PROPN NNP Number=Sing 5 appos 5:appos SpaceAfter=No -13 ..... ..... PUNCT . _ 3 punct 3:punct SpaceAfter=No +3 s be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm='s +4-5 Mc.Donalds _ _ _ _ _ _ _ SpaceAfter=No +4 Mc.Donald McDonald PROPN NNP Number=Sing|Typo=Yes 3 nsubj 3:nsubj CorrectForm=McDonald +5 s 's PART POS Typo=Yes 4 case 4:case CorrectForm='s +6 , , PUNCT , _ 8 punct 8:punct SpaceAfter=No +7 Taco Taco PROPN NNP Number=Sing 8 compound 8:compound _ +8 Bell Bell PROPN NNP Number=Sing 4 conj 4:conj SpaceAfter=No +9 , , PUNCT , _ 11 punct 11:punct SpaceAfter=No +10 Burger Burger PROPN NNP Number=Sing 11 compound 11:compound _ +11 King King PROPN NNP Number=Sing 4 conj 4:conj SpaceAfter=No +12 ..... ..... PUNCT . _ 3 punct 3:punct SpaceAfter=No # sent_id = answers-20111107035344AAdi9dS_ans-0003 # text = But my resturant is way better than all of them...and it's quite close. -1 But but CCONJ CC _ 16 cc 16:cc _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 But but CCONJ CC _ 6 cc 6:cc _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 resturant resturant NOUN NN Number=Sing 6 nsubj 6:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 way way ADV RB _ 6 advmod 6:advmod _ -6 better better ADJ JJR Degree=Cmp 0 root 0:root _ +6 better good ADJ JJR Degree=Cmp 0 root 0:root _ 7 than than ADP IN _ 8 case 8:case _ -8 all all DET DT _ 6 obl 6:obl:than _ +8 all all DET DT PronType=Tot 6 obl 6:obl:than _ 9 of of ADP IN _ 10 case 10:case _ 10 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 8 nmod 8:nmod:of SpaceAfter=No -11 ... ... PUNCT , _ 6 punct 6:punct SpaceAfter=No +11 ... ... PUNCT , _ 16 punct 16:punct SpaceAfter=No 12 and and CCONJ CC _ 16 cc 16:cc _ 13-14 it's _ _ _ _ _ _ _ _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ @@ -20532,11 +20545,11 @@ # newpar id = answers-20111107035344AAdi9dS_ans-p0004 # text = PORTILLO'S OR WHITE CASTLE! :D 1-2 PORTILLO'S _ _ _ _ _ _ _ _ -1 PORTILLO PORTILLO PROPN NNP Number=Sing 0 root 0:root _ +1 PORTILLO Portillo PROPN NNP Number=Sing 0 root 0:root _ 2 'S 's PART POS _ 1 case 1:case _ -3 OR OR CCONJ CC _ 5 cc 5:cc _ -4 WHITE WHITE PROPN NNP Number=Sing 5 compound 5:compound _ -5 CASTLE CASTLE PROPN NNP Number=Sing 1 conj 1:conj:or SpaceAfter=No +3 OR or CCONJ CC _ 5 cc 5:cc _ +4 WHITE White ADJ NNP Degree=Pos 5 amod 5:amod _ +5 CASTLE Castle PROPN NNP Number=Sing 1 conj 1:conj:or SpaceAfter=No 6 ! ! PUNCT . _ 1 punct 1:punct _ 7 :D :d SYM NFP _ 1 discourse 1:discourse _ @@ -20544,15 +20557,15 @@ # sent_id = answers-20111106022931AAwpqXm_ans-0001 # newpar id = answers-20111106022931AAwpqXm_ans-p0001 # text = NZers: Have you decided who you're going to vote for? -1 NZers NZers PROPN NNPS Number=Plur 5 vocative 5:vocative SpaceAfter=No -2 : : PUNCT : _ 5 punct 5:punct _ -3 Have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +1 NZers NZer PROPN NNPS Abbr=Yes|Number=Plur 5 vocative 5:vocative SpaceAfter=No +2 : : PUNCT : _ 1 punct 1:punct _ +3 Have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 5 decided decide VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 6 who who PRON WP PronType=Int 11 obl 11:obl:for _ 7-8 you're _ _ _ _ _ _ _ _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj _ -8 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +8 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 9 going go VERB VBG VerbForm=Ger 5 ccomp 5:ccomp _ 10 to to PART TO _ 11 mark 11:mark _ 11 vote vote VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ @@ -20575,7 +20588,7 @@ # text = I'm just curious. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 just just ADV RB _ 4 advmod 4:advmod _ 4 curious curious ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ @@ -20585,8 +20598,8 @@ 1 Bay Bay PROPN NNP Number=Sing 8 vocative 8:vocative _ 2 of of ADP IN _ 3 case 3:case _ 3 Plenty Plenty PROPN NNP Number=Sing 1 nmod 1:nmod:of SpaceAfter=No -4 - - PUNCT : _ 8 punct 8:punct _ -5 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +4 - - PUNCT : _ 1 punct 1:punct _ +5 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ 7 even even ADV RB _ 8 advmod 8:advmod _ 8 old old ADJ JJ Degree=Pos 0 root 0:root _ @@ -20631,24 +20644,24 @@ 5 busy busy ADJ JJ Degree=Pos 0 root 0:root _ 6 looking look VERB VBG VerbForm=Ger 5 advcl 5:advcl _ 7 after after ADP IN _ 10 case 10:case _ -8 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 rich rich ADJ JJ Degree=Pos 10 amod 10:amod _ 10 mates mate NOUN NNS Number=Plur 6 obl 6:obl:after SpaceAfter=No -11 , , PUNCT , _ 6 punct 6:punct _ +11 , , PUNCT , _ 17 punct 17:punct _ 12 while while SCONJ IN _ 17 mark 17:mark _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 rest rest NOUN NN Number=Sing 17 nsubj 17:nsubj _ 15 of of ADP IN _ 16 case 16:case _ 16 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 14 nmod 14:nmod:of _ -17 pay pay VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:while SpaceAfter=No +17 pay pay VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:while SpaceAfter=No 18 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111106022931AAwpqXm_ans-0010 # text = Yes, I have usually voted National. 1 Yes yes INTJ UH _ 6 discourse 6:discourse SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -4 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 usually usually ADV RB _ 6 advmod 6:advmod _ 6 voted vote VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 7 National National PROPN NNP Number=Sing 6 obj 6:obj SpaceAfter=No @@ -20657,7 +20670,7 @@ # sent_id = answers-20111106022931AAwpqXm_ans-0011 # text = I do see myself as a conservative 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 see see VERB VB VerbForm=Inf 0 root 0:root _ 4 myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes 3 obj 3:obj _ 5 as as ADP IN _ 7 case 7:case _ @@ -20685,14 +20698,14 @@ 1 Will will AUX MD VerbForm=Fin 4 aux 4:aux _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj:pass 4:nsubj:pass|6:nsubj:xsubj _ 3 be be AUX VB VerbForm=Inf 4 aux:pass 4:aux:pass _ -4 allowed allow VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 allowed allow VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 take take VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 duty duty NOUN NN Number=Sing 8 obl:npmod 8:obl:npmod _ 8 free free ADJ JJ Degree=Pos 9 amod 9:amod _ 9 bottles bottle NOUN NNS Number=Plur 6 obj 6:obj _ 10 onto onto ADP IN _ 13 case 13:case _ -11 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 12 connecting connect VERB VBG VerbForm=Ger 13 amod 13:amod _ 13 flight flight NOUN NN Number=Sing 6 obl 6:obl:onto _ 14 to to ADP IN _ 15 case 15:case _ @@ -20702,19 +20715,19 @@ # sent_id = answers-20111107143529AAW8bjR_ans-0003 # text = In our hand luggage or do we have to put it into our checked luggage? 1 In in ADP IN _ 4 case 4:case _ -2 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 3 hand hand NOUN NN Number=Sing 4 compound 4:compound _ 4 luggage luggage NOUN NN Number=Sing 0 root 0:root _ 5 or or CCONJ CC _ 8 cc 8:cc _ -6 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ 8 have have VERB VB VerbForm=Inf 4 conj 4:conj:or _ 9 to to PART TO _ 10 mark 10:mark _ 10 put put VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 obj 10:obj _ 12 into into ADP IN _ 15 case 15:case _ -13 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ -14 checked check VERB VBN Tense=Past|VerbForm=Part 15 amod 15:amod _ +13 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 checked check VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 amod 15:amod _ 15 luggage luggage NOUN NN Number=Sing 10 obl 10:obl:into SpaceAfter=No 16 ? ? PUNCT . _ 4 punct 4:punct _ @@ -20728,7 +20741,7 @@ # text = I don't think it matters 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 think think VERB VB VerbForm=Inf 0 root 0:root _ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ @@ -20755,7 +20768,7 @@ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 3 can can AUX MD VerbForm=Fin 4 aux 4:aux _ 4 carry carry VERB VB VerbForm=Inf 0 root 0:root _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 6 duty duty NOUN NN Number=Sing 7 obl:npmod 7:obl:npmod _ 7 free free ADJ JJ Degree=Pos 8 amod 8:amod _ 8 bottles bottle NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No @@ -20763,7 +20776,7 @@ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 liquids liquid NOUN NNS Number=Plur 8 conj 4:obj|8:conj:and _ 12 onto onto ADP IN _ 14 case 14:case _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 connection connection NOUN NN Number=Sing 4 obl 4:obl:onto _ 15 as as SCONJ IN _ 21 mark 21:mark _ 16 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj _ @@ -20781,7 +20794,7 @@ 1 Studying study VERB VBG VerbForm=Ger 0 root 0:root _ 2 in in ADP IN _ 3 case 3:case _ 3 Quebec Quebec PROPN NNP Number=Sing 1 obl 1:obl:in SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct SpaceAfter=No +4 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No 5 Canada Canada PROPN NNP Number=Sing 3 appos 3:appos SpaceAfter=No 6 ? ? PUNCT . _ 1 punct 1:punct _ @@ -20790,7 +20803,7 @@ # text = If I went into the "pre-university" direction with business administration in mind. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 into into ADP IN _ 9 case 9:case _ 5 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 6 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No @@ -20801,24 +20814,24 @@ 11 business business NOUN NN Number=Sing 12 compound 12:compound _ 12 administration administration NOUN NN Number=Sing 14 nsubj 14:nsubj _ 13 in in ADP IN _ 14 case 14:case _ -14 mind mind NOUN NN Number=Sing 3 advcl 3:advcl:in SpaceAfter=No +14 mind mind NOUN NN Number=Sing 3 advcl 3:advcl:with SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108100703AAo53QA_ans-0003 # text = Say after I finished those 2 years and I found a job. -1 Say say VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ +1 Say say VERB VB Mood=Imp|VerbForm=Fin 4 discourse 4:discourse _ 2 after after SCONJ IN _ 4 mark 4:mark _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 finished finish VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp _ +4 finished finish VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 those that DET DT Number=Plur|PronType=Dem 7 det 7:det _ -6 2 2 NUM CD NumType=Card 7 nummod 7:nummod _ +6 2 2 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 years year NOUN NNS Number=Plur 4 obj 4:obj _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 1:ccomp|4:conj:and _ +10 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 job job NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No -13 . . PUNCT . _ 1 punct 1:punct _ +13 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108100703AAo53QA_ans-0004 # text = would I be able to go back to school after a year break at a university to get a Bachelors degree in business administration? @@ -20843,7 +20856,7 @@ 19 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 20-21 Bachelors _ _ _ _ _ _ _ _ 20 Bachelor Bachelor PROPN NNP Number=Sing 22 nmod:poss 22:nmod:poss _ -21 s 's PART POS _ 20 case 20:case _ +21 s 's PART POS Typo=Yes 20 case 20:case CorrectForm='s 22 degree degree NOUN NN Number=Sing 18 obj 18:obj _ 23 in in ADP IN _ 25 case 25:case _ 24 business business NOUN NN Number=Sing 25 compound 25:compound _ @@ -20852,7 +20865,7 @@ # sent_id = answers-20111108100703AAo53QA_ans-0005 # text = Any information would help. -1 Any any DET DT _ 2 det 2:det _ +1 Any any DET DT PronType=Ind 2 det 2:det _ 2 information information NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 would would AUX MD VerbForm=Fin 4 aux 4:aux _ 4 help help VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No @@ -20860,7 +20873,7 @@ # sent_id = answers-20111108100703AAo53QA_ans-0006 # text = Thank you -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ # sent_id = answers-20111108100703AAo53QA_ans-0007 @@ -20871,7 +20884,7 @@ 3 be be AUX VB VerbForm=Inf 4 cop 4:cop _ 4 able able ADJ JJ Degree=Pos 0 root 0:root _ 5 to to PART TO _ 4 xcomp 4:xcomp _ -6 no no DET DT _ 7 det 7:det _ +6 no no DET DT PronType=Neg 7 det 7:det _ 7 problem problem NOUN NN Number=Sing 4 obl:npmod 4:obl:npmod SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ @@ -20884,23 +20897,23 @@ 5 whatever whatever DET WDT PronType=Int 6 det 6:det _ 6 age age NOUN NN Number=Sing 3 obl:npmod 3:obl:npmod _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -8 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl SpaceAfter=No +8 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl SpaceAfter=No 9 . . PUNCT . _ 3 punct 3:punct _ # newdoc id = answers-20111108074555AAFT8Aj_ans # sent_id = answers-20111108074555AAFT8Aj_ans-0001 # newpar id = answers-20111108074555AAFT8Aj_ans-p0001 # text = What would you call the device that hold up your photography backdrop? -1 What what PRON WP PronType=Int 4 obj 4:obj _ +1 What what PRON WP PronType=Int 4 xcomp 4:xcomp _ 2 would would AUX MD VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 call call VERB VB VerbForm=Inf 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 device device NOUN NN Number=Sing 4 obj 4:obj|8:nsubj _ 7 that that PRON WDT PronType=Rel 8 nsubj 6:ref _ -8 hold hold VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +8 hold hold VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 6 acl:relcl 6:acl:relcl CorrectForm=holds 9 up up ADP RP _ 8 compound:prt 8:compound:prt _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 photography photography NOUN NN Number=Sing 12 compound 12:compound _ 12 backdrop backdrop NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No 13 ? ? PUNCT . _ 4 punct 4:punct _ @@ -20935,7 +20948,7 @@ 1 buy buy VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 1 obj 1:obj _ 3 in in ADP IN _ 8 case 8:case _ -4 any any DET DT _ 8 det 8:det _ +4 any any DET DT PronType=Ind 8 det 8:det _ 5 good good ADJ JJ Degree=Pos 8 amod 8:amod _ 6 photography photography NOUN NN Number=Sing 7 compound 7:compound _ 7 supplies supplies NOUN NNS Number=Plur 8 compound 8:compound _ @@ -20968,7 +20981,7 @@ # sent_id = answers-20111108074555AAFT8Aj_ans-0009 # text = http://www.google.co.uk/search?q=backdrop+frame&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&safe=active&sout=1 -1 http://www.google.co.uk/search?q=backdrop+frame&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&safe=active&sout=1 http://www.google.co.uk/search?q=backdrop+frame&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-us:official&client=firefox-a&safe=active&sout=1 X ADD _ 0 root 0:root _ +1 http://www.google.co.uk/search?q=backdrop+frame&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&safe=active&sout=1 http://www.google.co.uk/search?q=backdrop+frame&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&safe=active&sout=1 X ADD _ 0 root 0:root _ # sent_id = answers-20111108074555AAFT8Aj_ans-0010 # newpar id = answers-20111108074555AAFT8Aj_ans-p0005 @@ -20994,14 +21007,14 @@ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 14 search search NOUN NN Number=Sing 15 compound 15:compound _ 15 box box NOUN NN Number=Sing 10 obl 10:obl:in _ -16 ( ( PUNCT -LRB- _ 1 punct 1:punct SpaceAfter=No +16 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No 17 or or CCONJ CC _ 18 cc 18:cc _ 18 look look VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:or _ 19 for for ADP IN _ 22 case 22:case _ 20 studio studio NOUN NN Number=Sing 21 compound 21:compound _ 21 equipment equipment NOUN NN Number=Sing 22 compound 22:compound _ 22 supplies supplies NOUN NNS Number=Plur 18 obl 18:obl:for SpaceAfter=No -23 ) ) PUNCT -RRB- _ 1 punct 1:punct SpaceAfter=No +23 ) ) PUNCT -RRB- _ 18 punct 18:punct SpaceAfter=No 24 . . PUNCT . _ 1 punct 1:punct _ # newdoc id = answers-20111107155815AA6LXXJ_ans @@ -21010,20 +21023,20 @@ # text = out of carnival, royal caribbean, and norweigan (cruises) which is the best and why? 1 out out ADP IN _ 3 case 3:case _ 2 of of ADP IN _ 3 case 3:case _ -3 carnival carnival PROPN NNP Number=Sing 16 obl 16:obl:of SpaceAfter=No +3 carnival Carnival PROPN NNP Number=Sing 16 obl 16:obl:of SpaceAfter=No 4 , , PUNCT , _ 6 punct 6:punct _ -5 royal royal PROPN NNP Number=Sing 6 compound 6:compound _ -6 caribbean caribbean PROPN NNP Number=Sing 3 conj 3:conj:and|16:obl:of SpaceAfter=No +5 royal Royal ADJ NNP Degree=Pos 6 amod 6:amod _ +6 caribbean Caribbean PROPN NNP Number=Sing 3 conj 3:conj:and|16:obl:of SpaceAfter=No 7 , , PUNCT , _ 9 punct 9:punct _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 norweigan norweigan PROPN NNP Number=Sing 3 conj 3:conj:and|16:obl:of _ +9 norweigan Norwegian PROPN NNP Number=Sing|Typo=Yes 3 conj 3:conj:and|16:obl:of CorrectForm=Norwegian 10 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 11 cruises cruise NOUN NNS Number=Plur 3 appos 3:appos SpaceAfter=No 12 ) ) PUNCT -RRB- _ 11 punct 11:punct _ -13 which which PRON WDT PronType=Int 16 nsubj 16:nsubj|18:nsubj _ +13 which which PRON WDT PronType=Int 16 nsubj 16:nsubj|18:nsubj ManuallyChecked=PronType 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -16 best best ADJ JJS Degree=Sup 0 root 0:root _ +16 best good ADJ JJS Degree=Sup 0 root 0:root _ 17 and and CCONJ CC _ 18 cc 18:cc _ 18 why why ADV WRB PronType=Int 16 conj 16:conj:and SpaceAfter=No 19 ? ? PUNCT . _ 16 punct 16:punct _ @@ -21032,13 +21045,13 @@ # newpar id = answers-20111107155815AA6LXXJ_ans-p0002 # text = I prefer Royal Caribbean out of all these. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 prefer prefer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 Royal Royal PROPN NNP Number=Sing 4 compound 4:compound _ +2 prefer prefer VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 Royal Royal ADJ NNP Degree=Pos 4 amod 4:amod _ 4 Caribbean Caribbean PROPN NNP Number=Sing 2 obj 2:obj _ 5 out out ADP IN _ 8 case 8:case _ 6 of of ADP IN _ 8 case 8:case _ -7 all all DET PDT _ 8 det:predet 8:det:predet _ -8 these this DET DT Number=Plur|PronType=Dem 2 obl 2:obl:of SpaceAfter=No +7 all all DET PDT PronType=Tot 8 det:predet 8:det:predet _ +8 these this PRON DT Number=Plur|PronType=Dem 2 obl 2:obl:of SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111107155815AA6LXXJ_ans-0003 @@ -21061,11 +21074,11 @@ 5 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 sound sound VERB VB VerbForm=Inf 0 root 0:root _ 7 amazing amazing ADJ JJ Degree=Pos 6 xcomp 6:xcomp SpaceAfter=No -8 , , PUNCT , _ 6 punct 6:punct _ +8 , , PUNCT , _ 13 punct 13:punct _ 9 although although SCONJ IN _ 13 mark 13:mark _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 11-12 haven't _ _ _ _ _ _ _ _ -11 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +11 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 n't not PART RB _ 13 advmod 13:advmod _ 13 sailed sail VERB VBN Tense=Past|VerbForm=Part 6 advcl 6:advcl:although _ 14 on on ADP IN _ 15 case 15:case _ @@ -21087,14 +21100,14 @@ # text = Of THESE three, it's a toss-up between Royal and Carnival. 1 Of of ADP IN _ 3 case 3:case _ 2 THESE this DET DT Number=Plur|PronType=Dem 3 det 3:det _ -3 three three NUM CD NumType=Card 10 obl 10:obl:of SpaceAfter=No -4 , , PUNCT , _ 10 punct 10:punct _ +3 three three NUM CD NumForm=Word|NumType=Card 10 obl 10:obl:of SpaceAfter=No +4 , , PUNCT , _ 3 punct 3:punct _ 5-6 it's _ _ _ _ _ _ _ _ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 6 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 7 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 8 toss toss NOUN NN Number=Sing 10 compound 10:compound SpaceAfter=No -9 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +9 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No 10 up up NOUN NN Number=Sing 0 root 0:root _ 11 between between ADP IN _ 12 case 12:case _ 12 Royal Royal PROPN NNP Number=Sing 10 nmod 10:nmod:between _ @@ -21105,12 +21118,12 @@ # sent_id = answers-20111107155815AA6LXXJ_ans-0007 # text = NCL is a notch below either, in terms of quality and service. 1 NCL NCL PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 notch notch NOUN NN Number=Sing 6 nmod:npmod 6:nmod:npmod _ 5 below below ADP IN _ 6 case 6:case _ -6 either either DET DT _ 2 obl 2:obl:below SpaceAfter=No -7 , , PUNCT , _ 2 punct 2:punct _ +6 either either DET DT PronType=Ind 2 obl 2:obl:below SpaceAfter=No +7 , , PUNCT , _ 9 punct 9:punct _ 8 in in ADP IN _ 9 case 9:case _ 9 terms term NOUN NNS Number=Plur 2 obl 2:obl:in _ 10 of of ADP IN _ 11 case 11:case _ @@ -21134,29 +21147,29 @@ 9 if if SCONJ IN _ 12 mark 12:mark _ 10-11 they're _ _ _ _ _ _ _ _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj:pass 12:nsubj:pass _ -11 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux:pass 12:aux:pass _ -12 hooked hook VERB VBN Tense=Past|VerbForm=Part 7 advcl 7:advcl:if _ +11 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux:pass 12:aux:pass _ +12 hooked hook VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 advcl 7:advcl:if _ 13 up up ADP RP _ 12 compound:prt 12:compound:prt _ 14 to to ADP IN _ 16 case 16:case _ 15 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 16 computer computer NOUN NN Number=Sing 12 obl 12:obl:to|19:nsubj:pass _ 17 that that PRON WDT PronType=Rel 19 nsubj:pass 16:ref _ 18 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 aux:pass 19:aux:pass _ -19 turned turn VERB VBN Tense=Past|VerbForm=Part 16 acl:relcl 16:acl:relcl _ +19 turned turn VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 acl:relcl 16:acl:relcl _ 20 off off ADP RP _ 19 compound:prt 19:compound:prt SpaceAfter=No 21 ? ? PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108084036AAh8Ws9_ans-0002 # newpar id = answers-20111108084036AAh8Ws9_ans-p0002 # text = Mine does. -1 Mine mine PRON PRP _ 2 nsubj 2:nsubj _ -2 does do VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +1 Mine my PRON PRP Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nsubj 2:nsubj _ +2 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108084036AAh8Ws9_ans-0003 # text = I have the HTC Evo. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 HTC HTC PROPN NNP Number=Sing 5 compound 5:compound _ 5 Evo Evo PROPN NNP Number=Sing 2 obj 2:obj SpaceAfter=No @@ -21179,39 +21192,39 @@ 5 completely completely ADV RB _ 6 advmod 6:advmod _ 6 shut shut VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 advcl 14:advcl:if _ 7 off off ADP RP _ 6 compound:prt 6:compound:prt SpaceAfter=No -8 , , PUNCT , _ 14 punct 14:punct _ +8 , , PUNCT , _ 6 punct 6:punct _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 USB USB NOUN NN Number=Sing 11 compound 11:compound _ 11 ports port NOUN NNS Number=Plur 14 nsubj 14:nsubj _ 12-13 aren't _ _ _ _ _ _ _ _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 n't not PART RB _ 14 advmod 14:advmod _ 14 getting get VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 15 power power NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No -16 , , PUNCT , _ 14 punct 14:punct _ +16 , , PUNCT , _ 21 punct 21:punct _ 17 so so ADV RB _ 21 advmod 21:advmod _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 21 nsubj 21:nsubj _ 19-20 won't _ _ _ _ _ _ _ _ 19 wo will AUX MD VerbForm=Fin 21 aux 21:aux _ 20 n't not PART RB _ 21 advmod 21:advmod _ 21 charge charge VERB VB VerbForm=Inf 14 parataxis 14:parataxis _ -22 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 phone phone NOUN NN Number=Sing 21 obj 21:obj _ # sent_id = answers-20111108084036AAh8Ws9_ans-0006 # text = many PCs have sleep & charge now, that allow the PC to go into sleep mode, and still allow the USB ports to charge things like phones. 1 many many ADJ JJ Degree=Pos 2 amod 2:amod _ 2 PCs pc NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 sleep sleep NOUN NN Number=Sing 3 obj 3:obj|10:nsubj _ 5 & & CCONJ CC _ 6 cc 6:cc _ 6 charge charge NOUN NN Number=Sing 4 conj 3:obj|4:conj|10:nsubj _ 7 now now ADV RB _ 3 advmod 3:advmod SpaceAfter=No -8 , , PUNCT , _ 3 punct 3:punct _ +8 , , PUNCT , _ 10 punct 10:punct _ 9 that that PRON WDT PronType=Rel 10 nsubj 4:ref _ -10 allow allow VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +10 allow allow VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -12 PC pc NOUN NN Number=Sing 10 obj 10:obj|14:nsubj:xsubj|21:nsubj:xsubj _ +12 PC pc NOUN NN Number=Sing 10 iobj 10:iobj|14:nsubj:xsubj|21:nsubj:xsubj _ 13 to to PART TO _ 14 mark 14:mark _ 14 go go VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 15 into into ADP IN _ 17 case 17:case _ @@ -21220,10 +21233,10 @@ 18 , , PUNCT , _ 21 punct 21:punct _ 19 and and CCONJ CC _ 21 cc 21:cc _ 20 still still ADV RB _ 21 advmod 21:advmod _ -21 allow allow VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 conj 10:xcomp|14:conj:and _ +21 allow allow VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 conj 10:xcomp|14:conj:and _ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 23 USB USB NOUN NN Number=Sing 24 compound 24:compound _ -24 ports port NOUN NNS Number=Plur 21 obj 21:obj|26:nsubj:xsubj _ +24 ports port NOUN NNS Number=Plur 21 iobj 21:iobj|26:nsubj:xsubj _ 25 to to PART TO _ 26 mark 26:mark _ 26 charge charge VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ 27 things thing NOUN NNS Number=Plur 26 obj 26:obj _ @@ -21242,7 +21255,7 @@ 5 slogan slogan NOUN NN Number=Sing 1 nsubj 1:nsubj _ 6 for for ADP IN _ 9 case 9:case _ 7 an a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -8 Argentinian argentinian ADJ JJ Degree=Pos 9 amod 9:amod _ +8 Argentinian Argentinian ADJ JJ Degree=Pos 9 amod 9:amod _ 9 restaurant restaurant NOUN NN Number=Sing 5 nmod 5:nmod:for SpaceAfter=No 10 ? ? PUNCT . _ 1 punct 1:punct _ @@ -21252,24 +21265,24 @@ 1 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No 2 In in ADP IN _ 3 case 3:case _ 3 Argentina Argentina PROPN NNP Number=Sing 7 obl 7:obl:in SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 beef beef NOUN NN Number=Sing 7 nsubj:pass 7:nsubj:pass|9:nsubj:pass|12:nsubj:pass _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ -7 revered revere VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No +7 revered revere VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 8 , , PUNCT , _ 9 punct 9:punct _ -9 respected respect VERB VBN Tense=Past|VerbForm=Part 7 conj 7:conj:and SpaceAfter=No +9 respected respect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 conj 7:conj:and SpaceAfter=No 10 , , PUNCT , _ 12 punct 12:punct _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 praised praise VERB VBN Tense=Past|VerbForm=Part 7 conj 7:conj:and SpaceAfter=No +12 praised praise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 conj 7:conj:and SpaceAfter=No 13 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20081218053636AA9vV0u_ans-0003 # text = Come see how we continue this tradition." 1 Come come VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 see see VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ -3 how how SCONJ WRB PronType=Int 5 mark 5:mark _ +3 how how ADV WRB PronType=Int 5 advmod 5:advmod _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 continue continue VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +5 continue continue VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 tradition tradition NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No 8 . . PUNCT . _ 1 punct 1:punct SpaceAfter=No @@ -21287,11 +21300,11 @@ # sent_id = answers-20081218053636AA9vV0u_ans-0005 # text = Here are some articles that discuss the details of slogan writing. 1 Here here ADV RB PronType=Dem 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -3 some some DET DT _ 4 det 4:det _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +3 some some DET DT PronType=Ind 4 det 4:det _ 4 articles article NOUN NNS Number=Plur 1 nsubj 1:nsubj|6:nsubj _ 5 that that PRON WDT PronType=Rel 6 nsubj 4:ref _ -6 discuss discuss VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +6 discuss discuss VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 details detail NOUN NNS Number=Plur 6 obj 6:obj _ 9 of of ADP IN _ 11 case 11:case _ @@ -21301,15 +21314,16 @@ # sent_id = answers-20081218053636AA9vV0u_ans-0006 # text = Why certain slogans work and why some don't. -1 Why why SCONJ WRB PronType=Int 4 mark 4:mark _ +1 Why why ADV WRB PronType=Int 4 advmod 4:advmod _ 2 certain certain ADJ JJ Degree=Pos 3 amod 3:amod _ 3 slogans slogan NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 work work VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 and and CCONJ CC _ 8 cc 8:cc _ -6 why why SCONJ WRB PronType=Int 8 mark 8:mark _ -7 some some DET DT _ 8 nsubj 8:nsubj _ -8 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and SpaceAfter=No -9 n't not PART RB _ 8 advmod 8:advmod SpaceAfter=No +6 why why ADV WRB PronType=Int 8 advmod 8:advmod _ +7 some some DET DT PronType=Ind 8 nsubj 8:nsubj _ +8-9 don't _ _ _ _ _ _ _ SpaceAfter=No +8 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +9 n't not PART RB _ 8 advmod 8:advmod _ 10 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20081218053636AA9vV0u_ans-0007 @@ -21332,7 +21346,7 @@ 2 Look look NOUN NN Number=Sing 0 root 0:root _ 3 at at ADP IN _ 4 case 4:case _ 4 Slogans slogan NOUN NNS Number=Plur 2 nmod 2:nmod:at _ -5 - - PUNCT : _ 2 punct 2:punct _ +5 - - PUNCT : _ 6 punct 6:punct _ 6 http://www.small-business-software.net/look-at-slogans.htm http://www.small-business-software.net/look-at-slogans.htm X ADD _ 2 appos 2:appos _ # sent_id = answers-20081218053636AA9vV0u_ans-0009 @@ -21340,22 +21354,22 @@ 1 Unique unique ADJ JJ Degree=Pos 3 amod 3:amod _ 2 Selling selling NOUN NN Number=Sing 3 compound 3:compound _ 3 Proposition proposition NOUN NN Number=Sing 0 root 0:root _ -4 - - PUNCT : _ 3 punct 3:punct _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 http://www.small-business-software.net/unique-selling-proposition.htm http://www.small-business-software.net/unique-selling-proposition.htm X ADD _ 3 appos 3:appos _ # sent_id = answers-20081218053636AA9vV0u_ans-0010 # text = Goodluck! -1 Good good ADJ JJ Degree=Pos 2 amod 2:amod SpaceAfter=No +1 Good good ADJ JJ Degree=Pos 2 amod 2:amod CorrectSpaceAfter=Yes|SpaceAfter=No 2 luck luck NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 3 ! ! PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20081218053636AA9vV0u_ans-0011 # newpar id = answers-20081218053636AA9vV0u_ans-p0004 # text = No Mad Cow --- Guaranteed! -1 No no DET DT _ 3 det 3:det _ +1 No no DET DT PronType=Neg 3 det 3:det _ 2 Mad mad ADJ JJ Degree=Pos 3 amod 3:amod _ 3 Cow cow NOUN NN Number=Sing 0 root 0:root _ -4 --- --- PUNCT , _ 3 punct 3:punct _ +4 --- --- PUNCT , _ 5 punct 5:punct _ 5 Guaranteed guaranteed ADJ JJ Degree=Pos 3 parataxis 3:parataxis SpaceAfter=No 6 ! ! PUNCT . _ 3 punct 3:punct _ @@ -21363,7 +21377,7 @@ # sent_id = answers-20111108083559AAp6Jfq_ans-0001 # newpar id = answers-20111108083559AAp6Jfq_ans-p0001 # text = Which Compact System Camera Should I Get...? -1 Which which DET WDT PronType=Int 4 det 4:det _ +1 Which which DET WDT PronType=Int 4 det 4:det ManuallyChecked=PronType 2 Compact compact ADJ JJ Degree=Pos 3 amod 3:amod _ 3 System system NOUN NN Number=Sing 4 compound 4:compound _ 4 Camera camera NOUN NN Number=Sing 7 obj 7:obj _ @@ -21378,7 +21392,7 @@ # text = I'm looking for a camera that has really good zoom during a video and pictures; and good quality pictures /videos 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 looking look VERB VBG VerbForm=Ger 0 root 0:root _ 4 for for ADP IN _ 6 case 6:case _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -21393,19 +21407,19 @@ 14 video video NOUN NN Number=Sing 11 nmod 11:nmod:during _ 15 and and CCONJ CC _ 16 cc 16:cc _ 16 pictures picture NOUN NNS Number=Plur 14 conj 11:nmod:during|14:conj:and SpaceAfter=No -17 ; ; PUNCT , _ 11 punct 11:punct _ +17 ; ; PUNCT , _ 18 punct 18:punct _ 18 and and CCONJ CC _ 23 cc 23:cc _ 19 good good ADJ JJ Degree=Pos 20 amod 20:amod _ 20 quality quality NOUN NN Number=Sing 23 compound 23:compound _ -21 pictures picture NOUN NNS Number=Plur 23 compound 23:compound _ -22 / / PUNCT , _ 23 punct 23:punct SpaceAfter=No -23 videos video NOUN NNS Number=Plur 11 conj 8:obj|11:conj:and _ +21 pictures picture NOUN NNS Number=Plur 11 conj 8:obj|11:conj:and _ +22 / / SYM SYM _ 23 cc 23:cc SpaceAfter=No +23 videos video NOUN NNS Number=Plur 11 conj 8:obj|11:conj:and|21:conj:slash _ # sent_id = answers-20111108083559AAp6Jfq_ans-0003 # text = I'm planning on buying a compact system camera at best buy ; so please list the one(s) I should purchase. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 planning plan VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 on on SCONJ IN _ 5 mark 5:mark _ 5 buying buy VERB VBG VerbForm=Ger 3 advcl 3:advcl:on _ @@ -21414,17 +21428,17 @@ 8 system system NOUN NN Number=Sing 9 compound 9:compound _ 9 camera camera NOUN NN Number=Sing 5 obj 5:obj _ 10 at at ADP IN _ 12 case 12:case _ -11 best best PROPN NNP Number=Sing 12 compound 12:compound _ +11 best good ADJ NNP Degree=Sup 12 amod 12:amod _ 12 buy buy PROPN NNP Number=Sing 5 obl 5:obl:at _ -13 ; ; PUNCT , _ 3 punct 3:punct _ +13 ; ; PUNCT , _ 16 punct 16:punct _ 14 so so ADV RB _ 16 advmod 16:advmod _ 15 please please INTJ UH _ 16 discourse 16:discourse _ 16 list list VERB VB Mood=Imp|VerbForm=Fin 3 parataxis 3:parataxis _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 one one NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No -19 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No +19 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No 20 s s X AFX _ 18 compound 18:compound SpaceAfter=No -21 ) ) PUNCT -RRB- _ 18 punct 18:punct _ +21 ) ) PUNCT -RRB- _ 20 punct 20:punct _ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ 23 should should AUX MD VerbForm=Fin 24 aux 24:aux _ 24 purchase purchase VERB VB VerbForm=Inf 18 acl:relcl 18:acl:relcl SpaceAfter=No @@ -21434,8 +21448,8 @@ # text = Also how much do compact system cameras drop on boxing day? 1 Also also ADV RB _ 8 advmod 8:advmod _ 2 how how ADV WRB PronType=Int 3 advmod 3:advmod _ -3 much much ADJ JJ Degree=Pos 8 advmod 8:advmod _ -4 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +3 much much ADJ JJ Degree=Pos 8 obl:npmod 8:obl:npmod _ +4 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 5 compact compact ADJ JJ Degree=Pos 6 amod 6:amod _ 6 system system NOUN NN Number=Sing 7 compound 7:compound _ 7 cameras camera NOUN NNS Number=Plur 8 nsubj 8:nsubj _ @@ -21449,10 +21463,10 @@ # text = **and i can upload my pictures and videos on the computer (facebook) 1 ** ** PUNCT NFP _ 5 punct 5:punct SpaceAfter=No 2 and and CCONJ CC _ 3 cc 3:cc _ -3 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ +3 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 can can AUX MD VerbForm=Fin 5 aux 5:aux _ 5 upload upload VERB VB VerbForm=Inf 0 root 0:root _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 pictures picture NOUN NNS Number=Plur 5 obj 5:obj _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 videos video NOUN NNS Number=Plur 7 conj 5:obj|7:conj:and _ @@ -21478,7 +21492,7 @@ # newpar id = answers-20111108082432AAph0C0_ans-p0001 # text = I need creative art ideas? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 creative creative ADJ JJ Degree=Pos 5 amod 5:amod _ 4 art art NOUN NN Number=Sing 5 compound 5:compound _ 5 ideas idea NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No @@ -21488,15 +21502,15 @@ # newpar id = answers-20111108082432AAph0C0_ans-p0002 # text = What are some cool ideas for making a postor usint the word MAD on a white paper in a weird or artsy way? 1 What what PRON WP PronType=Int 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -3 some some DET DT _ 5 det 5:det _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +3 some some DET DT PronType=Ind 5 det 5:det _ 4 cool cool ADJ JJ Degree=Pos 5 amod 5:amod _ 5 ideas idea NOUN NNS Number=Plur 1 nsubj 1:nsubj _ 6 for for SCONJ IN _ 7 mark 7:mark _ 7 making make VERB VBG VerbForm=Ger 5 acl 5:acl:for _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 postor poster NOUN NN Number=Sing 7 obj 7:obj _ -10 usint using VERB VBG VerbForm=Ger 9 acl 9:acl _ +10 usint use VERB VBG Typo=Yes|VerbForm=Ger 9 acl 9:acl CorrectForm=using 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 word word NOUN NN Number=Sing 10 obj 10:obj _ 13 MAD mad NOUN NN Number=Sing 12 compound 12:compound _ @@ -21527,7 +21541,7 @@ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 cover cover NOUN NN Number=Sing 7 xcomp 7:xcomp _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 incorporated incorporate VERB VBN Tense=Past|VerbForm=Part 12 conj 7:xcomp|12:conj:and _ +14 incorporated incorporate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 conj 7:xcomp|12:conj:and _ 15 into into ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 image image NOUN NN Number=Sing 14 obl 14:obl:into SpaceAfter=No @@ -21542,22 +21556,22 @@ 4 , , PUNCT , _ 6 punct 6:punct _ 5 or or CCONJ CC _ 6 cc 6:cc _ 6 angry angry ADJ JJ Degree=Pos 3 conj 2:obj|3:conj:or SpaceAfter=No -7 , , PUNCT , _ 2 punct 2:punct _ +7 , , PUNCT , _ 10 punct 10:punct _ 8 so so ADV RB _ 10 advmod 10:advmod _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -10 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl _ +10 do do VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 lot lot NOUN NN Number=Sing 10 obj 10:obj _ 13 with with ADP IN _ 14 case 14:case _ 14 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 obl 10:obl:with SpaceAfter=No -15 , , PUNCT , _ 2 punct 2:punct _ -16 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj|29:nsubj _ +15 , , PUNCT , _ 18 punct 18:punct _ +16 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj|29:nsubj _ 17 would would AUX MD VerbForm=Fin 18 aux 18:aux _ 18 put put VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ 19 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ -20 gorrilla gorrilla NOUN NN Number=Sing 18 obj 18:obj _ +20 gorrilla gorilla NOUN NN Number=Sing|Typo=Yes 18 obj 18:obj CorrectForm=gorilla 21 screaming scream VERB VBG VerbForm=Ger 20 acl 20:acl _ -22 , , PUNCT , _ 20 punct 20:punct _ +22 , , PUNCT , _ 25 punct 25:punct _ 23 just just ADV RB _ 25 advmod 25:advmod _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 face face NOUN NN Number=Sing 20 parataxis 20:parataxis SpaceAfter=No @@ -21570,9 +21584,9 @@ 32 lot lot NOUN NN Number=Sing 29 obj 29:obj _ 33 of of ADP IN _ 34 case 34:case _ 34 brushes brush NOUN NNS Number=Plur 32 nmod 32:nmod:of _ -35 fifferent fifferent ADJ JJ Degree=Pos 36 amod 36:amod _ +35 fifferent different ADJ JJ Degree=Pos|Typo=Yes 36 amod 36:amod CorrectForm=different 36 colors color NOUN NNS Number=Plur 34 parataxis 34:parataxis SpaceAfter=No -37 , , PUNCT , _ 29 punct 29:punct _ +37 , , PUNCT , _ 38 punct 38:punct _ 38 make make VERB VB VerbForm=Inf 29 parataxis 29:parataxis _ 39 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 38 obj 38:obj|40:nsubj:xsubj|41:nsubj:xsubj _ 40 look look VERB VB VerbForm=Inf 38 xcomp 38:xcomp _ @@ -21588,7 +21602,7 @@ # sent_id = answers-20111108082432AAph0C0_ans-0006 # newpar id = answers-20111108082432AAph0C0_ans-p0004 # text = tttthhhhh Madonna! -1 tttthhhhh tttthhhhh NOUN NN Number=Sing 2 dep 2:dep _ +1 tttthhhhh the DET DT Definite=Def|PronType=Art|Typo=Yes 2 det 2:det CorrectForm=The 2 Madonna Madonna PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No 3 ! ! PUNCT . _ 2 punct 2:punct _ @@ -21608,16 +21622,16 @@ # newpar id = answers-20111107164802AAq8nhF_ans-p0002 # text = can anyone tell me exactly what it is and what took place? 1 can can AUX MD VerbForm=Fin 3 aux 3:aux _ -2 anyone anyone PRON NN Number=Sing 3 nsubj 3:nsubj _ +2 anyone anyone PRON NN Number=Sing|PronType=Ind 3 nsubj 3:nsubj _ 3 tell tell VERB VB VerbForm=Inf 0 root 0:root _ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 iobj 3:iobj _ 5 exactly exactly ADV RB _ 6 advmod 6:advmod _ -6 what what PRON WP PronType=Int 3 obj 3:obj _ -7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ -9 and and CCONJ CC _ 10 cc 10:cc _ -10 what what PRON WP PronType=Int 6 conj 6:conj:and _ -11 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +6 what what PRON WP PronType=Int 3 ccomp 3:ccomp _ +7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ +8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +9 and and CCONJ CC _ 11 cc 11:cc _ +10 what what PRON WP PronType=Int 11 nsubj 11:nsubj _ +11 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 conj 3:ccomp|6:conj:and _ 12 place place NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 13 ? ? PUNCT . _ 3 punct 3:punct _ @@ -21626,9 +21640,9 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 cant _ _ _ _ _ _ _ _ 2 ca can AUX MD VerbForm=Fin 4 aux 4:aux _ -3 nt not PART RB _ 4 advmod 4:advmod _ +3 nt not PART RB Typo=Yes 4 advmod 4:advmod CorrectForm=n't 4 find find VERB VB VerbForm=Inf 0 root 0:root _ -5 any any DET DT _ 6 det 6:det _ +5 any any DET DT PronType=Ind 6 det 6:det _ 6 information information NOUN NN Number=Sing 4 obj 4:obj _ 7 about about ADP IN _ 8 case 8:case _ 8 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nmod 6:nmod:about _ @@ -21636,27 +21650,27 @@ # sent_id = answers-20111107164802AAq8nhF_ans-0004 # newpar id = answers-20111107164802AAq8nhF_ans-p0003 # text = When the French returned to Indochina at the end of WW II the Viet Minh were in control of the Red River Delta. -1 When when SCONJ WRB PronType=Int 4 mark 4:mark _ +1 When when ADV WRB PronType=Int 4 advmod 4:advmod _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 French French PROPN NNPS Number=Plur 4 nsubj 4:nsubj _ -4 returned return VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 advcl 18:advcl:when _ +4 returned return VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 18 advcl 18:advcl:when _ 5 to to ADP IN _ 6 case 6:case _ 6 Indochina Indochina PROPN NNP Number=Sing 4 obl 4:obl:to _ 7 at at ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 end end NOUN NN Number=Sing 4 obl 4:obl:at _ -10 of of ADP IN _ 12 case 12:case _ -11 WW WW PROPN NNP Number=Sing 12 compound 12:compound _ -12 II II PROPN NNP Number=Sing 9 nmod 9:nmod:of _ +10 of of ADP IN _ 11 case 11:case _ +11 WW WW PROPN NNP Number=Sing 9 nmod 9:nmod:of _ +12 II II NUM CD NumForm=Roman|NumType=Card 11 nummod 11:nummod _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 14 Viet Viet PROPN NNP Number=Sing 15 compound 15:compound _ 15 Minh Minh PROPN NNP Number=Sing 18 nsubj 18:nsubj _ -16 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 cop 18:cop _ +16 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 cop 18:cop _ 17 in in ADP IN _ 18 case 18:case _ 18 control control NOUN NN Number=Sing 0 root 0:root _ 19 of of ADP IN _ 23 case 23:case _ 20 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -21 Red Red PROPN NNP Number=Sing 22 compound 22:compound _ +21 Red Red ADJ NNP Degree=Pos 22 amod 22:amod _ 22 River River PROPN NNP Number=Sing 23 compound 23:compound _ 23 Delta Delta PROPN NNP Number=Sing 18 nmod 18:nmod:of SpaceAfter=No 24 . . PUNCT . _ 18 punct 18:punct _ @@ -21664,9 +21678,9 @@ # sent_id = answers-20111107164802AAq8nhF_ans-0005 # text = They chased the Communists out of the capital (Hanoi) and retook control. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|13:nsubj _ -2 chased chase VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 chased chase VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 Communists Communists PROPN NNPS Number=Plur 2 obj 2:obj _ +4 Communists Communist PROPN NNPS Number=Plur 2 obj 2:obj _ 5 out out ADP IN _ 8 case 8:case _ 6 of of ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -21675,7 +21689,7 @@ 10 Hanoi Hanoi PROPN NNP Number=Sing 8 appos 8:appos SpaceAfter=No 11 ) ) PUNCT -RRB- _ 10 punct 10:punct _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 retook retake VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +13 retook retake VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 14 control control NOUN NN Number=Sing 13 obj 13:obj SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ @@ -21683,37 +21697,37 @@ # text = Is that what you are referring to? 1 Is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 2 that that PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ -3 what what PRON WP PronType=Int 0 root 0:root _ +3 what what PRON WP PronType=Rel 0 root 0:root|6:obl:to _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 referring refer VERB VBG Tense=Pres|VerbForm=Part 3 acl:relcl 3:acl:relcl _ -7 to to ADP IN _ 6 obl 6:obl SpaceAfter=No +7 to to ADP IN _ 6 obl 3:case SpaceAfter=No 8 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111107164802AAq8nhF_ans-0007 # text = You need to check out the French Indochina War (1946-1954) not the Vietnam War (1957-1975). 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 check check VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 out out ADP RP _ 4 compound:prt 4:compound:prt _ 6 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -7 French french ADJ JJ Degree=Pos 9 amod 9:amod _ +7 French French ADJ JJ Degree=Pos 9 amod 9:amod _ 8 Indochina Indochina PROPN NNP Number=Sing 9 compound 9:compound _ 9 War War PROPN NNP Number=Sing 4 obj 4:obj _ 10 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No -11 1946 1946 NUM CD NumType=Card 9 nmod:tmod 9:nmod:tmod SpaceAfter=No +11 1946 1946 NUM CD NumForm=Digit|NumType=Card 9 nmod:tmod 9:nmod:tmod SpaceAfter=No 12 - - SYM SYM _ 13 case 13:case SpaceAfter=No -13 1954 1954 NUM CD NumType=Card 11 nmod 11:nmod SpaceAfter=No +13 1954 1954 NUM CD NumForm=Digit|NumType=Card 11 nmod 11:nmod SpaceAfter=No 14 ) ) PUNCT -RRB- _ 11 punct 11:punct _ -15 not not CCONJ CC _ 18 cc 18:cc _ +15 not not PART RB _ 18 advmod 18:advmod _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 17 Vietnam Vietnam PROPN NNP Number=Sing 18 compound 18:compound _ 18 War War PROPN NNP Number=Sing 9 conj 4:obj|9:conj:not _ 19 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No -20 1957 1957 NUM CD NumType=Card 18 nmod:tmod 18:nmod:tmod SpaceAfter=No +20 1957 1957 NUM CD NumForm=Digit|NumType=Card 18 nmod:tmod 18:nmod:tmod SpaceAfter=No 21 - - SYM SYM _ 22 case 22:case SpaceAfter=No -22 1975 1975 NUM CD NumType=Card 20 nmod 20:nmod SpaceAfter=No +22 1975 1975 NUM CD NumForm=Digit|NumType=Card 20 nmod 20:nmod SpaceAfter=No 23 ) ) PUNCT -RRB- _ 20 punct 20:punct SpaceAfter=No 24 . . PUNCT . _ 2 punct 2:punct _ @@ -21736,7 +21750,7 @@ # text = Or maybe something humid or heat? 1 Or or CCONJ CC _ 3 cc 3:cc _ 2 maybe maybe ADV RB _ 3 advmod 3:advmod _ -3 something something PRON NN Number=Sing 0 root 0:root _ +3 something something PRON NN Number=Sing|PronType=Ind 0 root 0:root _ 4 humid humid ADJ JJ Degree=Pos 3 amod 3:amod _ 5 or or CCONJ CC _ 6 cc 6:cc _ 6 heat heat NOUN NN Number=Sing 4 conj 3:amod|4:conj:or SpaceAfter=No @@ -21746,9 +21760,9 @@ # newpar id = answers-20111108104957AAsMzvU_ans-p0003 # text = I assume you are talking about a pacman frog. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 assume assume VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 assume assume VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 talking talk VERB VBG VerbForm=Ger 2 ccomp 2:ccomp _ 6 about about ADP IN _ 9 case 9:case _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ @@ -21759,26 +21773,26 @@ # sent_id = answers-20111108104957AAsMzvU_ans-0004 # text = No, technically they do not need a UVB light; they are nocturnal. 1 No no INTJ UH _ 7 discourse 7:discourse SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 technically technically ADV RB _ 7 advmod 7:advmod _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -5 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 not not PART RB _ 7 advmod 7:advmod _ 7 need need VERB VB VerbForm=Inf 0 root 0:root _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 UVB uvb NOUN NN Number=Sing 10 compound 10:compound _ 10 light light NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No -11 ; ; PUNCT , _ 7 punct 7:punct _ +11 ; ; PUNCT , _ 14 punct 14:punct _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 14 nocturnal nocturnal ADJ JJ Degree=Pos 7 parataxis 7:parataxis SpaceAfter=No 15 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108104957AAsMzvU_ans-0005 # text = However, it certainly wouldn't hurt if you wanted to provide one. 1 However however ADV RB _ 7 advmod 7:advmod SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ -3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 expl 7:expl _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 4 certainly certainly ADV RB _ 7 advmod 7:advmod _ 5-6 wouldn't _ _ _ _ _ _ _ _ 5 would would AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -21786,10 +21800,10 @@ 7 hurt hurt VERB VB VerbForm=Inf 0 root 0:root _ 8 if if SCONJ IN _ 10 mark 10:mark _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ -10 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 csubj 7:csubj _ +10 wanted want VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:if _ 11 to to PART TO _ 12 mark 12:mark _ 12 provide provide VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ -13 one one NUM CD NumType=Card 12 obj 12:obj SpaceAfter=No +13 one one NUM CD NumForm=Word|NumType=Card 12 obj 12:obj SpaceAfter=No 14 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108104957AAsMzvU_ans-0006 @@ -21810,14 +21824,14 @@ 14 in in ADP IN _ 18 case 18:case _ 15 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 16 upper upper ADJ JJ Degree=Pos 18 amod 18:amod _ -17 80's 80' NOUN NNS Number=Plur 18 compound 18:compound _ +17 80's 80s NOUN NNS Number=Plur 18 compound 18:compound _ 18 F F PROPN NNP Number=Sing 10 obl 10:obl:in _ 19 for for ADP IN _ 25 case 25:case _ -20 at at ADV RB _ 25 advmod 25:advmod _ -21 least least ADV RBS Degree=Sup 20 fixed 20:fixed _ -22 10 10 NUM CD NumType=Card 25 nummod 25:nummod _ +20 at at ADP IN _ 21 case 21:case _ +21 least least ADJ JJS Degree=Sup 22 nmod 22:nmod:at _ +22 10 10 NUM CD NumForm=Digit|NumType=Card 25 nummod 25:nummod _ 23 - - SYM SYM _ 24 case 24:case _ -24 12 12 NUM CD NumType=Card 22 nmod 22:nmod _ +24 12 12 NUM CD NumForm=Digit|NumType=Card 22 nmod 22:nmod _ 25 hours hour NOUN NNS Number=Plur 10 obl 10:obl:for _ 26 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 27 day day NOUN NN Number=Sing 25 nmod:tmod 25:nmod:tmod SpaceAfter=No @@ -21834,13 +21848,13 @@ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 calcium calcium NOUN NN Number=Sing 8 compound 8:compound _ 8 supplement supplement NOUN NN Number=Sing 5 obj 5:obj _ -9 twice twice ADV RB NumType=Mult 11 case 11:case _ +9 twice twice ADV RB NumForm=Word|NumType=Mult 5 advmod 5:advmod _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -11 week week NOUN NN Number=Sing 5 advmod 5:advmod SpaceAfter=No -12 ; ; PUNCT , _ 3 punct 3:punct _ +11 week week NOUN NN Number=Sing 9 obl:tmod 9:obl:tmod SpaceAfter=No +12 ; ; PUNCT , _ 16 punct 16:punct _ 13 captive captive ADJ JJ Degree=Pos 14 amod 14:amod _ 14 reptiles reptile NOUN NNS Number=Plur 16 nsubj 16:nsubj _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +15 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 16 prone prone ADJ JJ Degree=Pos 3 parataxis 3:parataxis _ 17 to to ADP IN _ 19 case 19:case _ 18 calcium calcium NOUN NN Number=Sing 19 compound 19:compound _ @@ -21856,8 +21870,8 @@ 3 cheap cheap ADJ JJ Degree=Pos 4 amod 4:amod _ 4 date date NOUN NN Number=Sing 5 compound 5:compound _ 5 night night NOUN NN Number=Sing 0 root 0:root _ -6 san san PROPN NNP Number=Sing 5 nmod:npmod 5:nmod:npmod _ -7 francisco francisco PROPN NNP Number=Sing 6 flat 6:flat SpaceAfter=No +6 san San PROPN NNP Number=Sing 5 nmod:npmod 5:nmod:npmod _ +7 francisco Francisco PROPN NNP Number=Sing 6 flat 6:flat SpaceAfter=No 8 ? ? PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111104115933AA30CRJ_ans-0002 @@ -21870,7 +21884,7 @@ 5 spot spot NOUN NN Number=Sing 1 obl 1:obl:for _ 6 to to PART TO _ 7 mark 7:mark _ 7 take take VERB VB VerbForm=Inf 5 acl 5:acl:to _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 bf bf NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No 10 . . PUNCT . _ 1 punct 1:punct _ @@ -21883,19 +21897,19 @@ 5 nice nice ADJ JJ Degree=Pos 0 root 0:root _ 6 but but CCONJ CC _ 8 cc 8:cc _ 7 also also ADV RB _ 8 advmod 8:advmod _ -8 something something PRON NN Number=Sing 5 conj 5:conj:but _ +8 something something PRON NN Number=Sing|PronType=Ind 5 conj 5:conj:but _ 9 extremely extremely ADV RB _ 10 advmod 10:advmod _ 10 unique unique ADJ JJ Degree=Pos 8 amod 8:amod SpaceAfter=No 11 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111104115933AA30CRJ_ans-0004 # text = i would like to have one of those super random surprisingly nice nights out...suggestions? -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 2 would would AUX MD VerbForm=Fin 3 aux 3:aux _ 3 like like VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 have have VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 one one NUM CD NumType=Card 5 obj 5:obj _ +6 one one NUM CD NumForm=Word|NumType=Card 5 obj 5:obj _ 7 of of ADP IN _ 13 case 13:case _ 8 those that DET DT Number=Plur|PronType=Dem 13 det 13:det _ 9 super super ADV RB _ 10 advmod 10:advmod _ @@ -21904,7 +21918,7 @@ 12 nice nice ADJ JJ Degree=Pos 13 amod 13:amod _ 13 nights night NOUN NNS Number=Plur 6 nmod 6:nmod:of _ 14 out out ADV RB _ 13 advmod 13:advmod SpaceAfter=No -15 ... ... PUNCT , _ 3 punct 3:punct SpaceAfter=No +15 ... ... PUNCT , _ 16 punct 16:punct SpaceAfter=No 16 suggestions suggestion NOUN NNS Number=Plur 3 parataxis 3:parataxis SpaceAfter=No 17 ? ? PUNCT . _ 3 punct 3:punct _ @@ -21912,25 +21926,26 @@ # text = o and the cheaper the better (we are trying to save money now, sooo..thatd b helpful) thanks 1 o o INTJ UH _ 6 discourse 6:discourse _ 2 and and CCONJ CC _ 6 cc 6:cc _ -3 the the DET DT Definite=Def|PronType=Art 4 mark 4:mark _ -4 cheaper cheaper ADJ JJR Degree=Cmp 6 advcl 6:advcl:the _ -5 the the DET DT Definite=Def|PronType=Art 6 mark 6:mark _ -6 better better ADJ JJR Degree=Cmp 0 root 0:root _ +3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ +4 cheaper cheap ADJ JJR Degree=Cmp 6 advcl 6:advcl:the _ +5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ +6 better good ADJ JJR Degree=Cmp 0 root 0:root _ 7 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No 8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 trying try VERB VBG Tense=Pres|VerbForm=Part 6 parataxis 6:parataxis _ 11 to to PART TO _ 12 mark 12:mark _ 12 save save VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 13 money money NOUN NN Number=Sing 12 obj 12:obj _ 14 now now ADV RB _ 12 advmod 12:advmod SpaceAfter=No 15 , , PUNCT , _ 21 punct 21:punct _ -16 sooo sooo ADV RB _ 21 advmod 21:advmod SpaceAfter=No -17 .. .. PUNCT . _ 21 punct 21:punct SpaceAfter=No -18 that that PRON DT Number=Sing|PronType=Dem 21 nsubj 21:nsubj SpaceAfter=No -19 d would AUX MD VerbForm=Fin 21 aux 21:aux _ +16 sooo so ADV RB Style=Expr 21 advmod 21:advmod CorrectForm=so|SpaceAfter=No +17 .. .. PUNCT . _ 16 punct 16:punct SpaceAfter=No +18-19 thatd _ _ _ _ _ _ _ _ +18 that that PRON DT Number=Sing|PronType=Dem 21 nsubj 21:nsubj _ +19 d would AUX MD Typo=Yes|VerbForm=Fin 21 aux 21:aux CorrectForm='d 20 b be AUX VB Abbr=Yes|VerbForm=Inf 21 cop 21:cop _ -21 helpful helpful ADJ JJ Degree=Pos 10 conj 10:conj SpaceAfter=No +21 helpful helpful ADJ JJ Degree=Pos 10 parataxis 10:parataxis SpaceAfter=No 22 ) ) PUNCT -RRB- _ 10 punct 10:punct _ 23 thanks thanks NOUN NN Number=Sing 6 discourse 6:discourse _ @@ -21972,7 +21987,7 @@ # newpar id = answers-20111104115933AA30CRJ_ans-p0004 # text = There are plenty of cheap restaurants. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 plenty plenty NOUN NN Number=Sing 2 nsubj 2:nsubj _ 4 of of ADP IN _ 6 case 6:case _ 5 cheap cheap ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -21988,12 +22003,12 @@ # sent_id = answers-20111108103704AAB0G7y_ans-0001 # newpar id = answers-20111108103704AAB0G7y_ans-p0001 # text = my lhasa apso hind legs are not working? -1 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 lhasa lhasa NOUN NN Number=Sing 3 compound 3:compound _ 3 apso apso NOUN NN Number=Sing 5 compound 5:compound _ 4 hind hind ADJ JJ Degree=Pos 5 amod 5:amod _ 5 legs leg NOUN NNS Number=Plur 8 nsubj 8:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 not not PART RB _ 8 advmod 8:advmod _ 8 working work VERB VBG VerbForm=Ger 0 root 0:root SpaceAfter=No 9 ? ? PUNCT . _ 8 punct 8:punct _ @@ -22013,17 +22028,17 @@ 10 and and CCONJ CC _ 13 cc 13:cc _ 11-12 wont _ _ _ _ _ _ _ _ 11 wo will AUX MD VerbForm=Fin 13 aux 13:aux _ -12 nt not PART RB _ 13 advmod 13:advmod _ +12 nt not PART RB Typo=Yes 13 advmod 13:advmod CorrectForm=n't 13 eat eat VERB VB VerbForm=Inf 9 conj 9:conj:and _ 14 but but CCONJ CC _ 17 cc 17:cc _ 15 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 16 could could AUX MD VerbForm=Fin 17 aux 17:aux _ 17 walk walk VERB VB VerbForm=Inf 9 conj 9:conj:and _ 18 now now ADV RB _ 24 advmod 24:advmod _ -19 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ -20 hid hind ADJ JJ Degree=Pos|Typo=Yes 21 amod 21:amod _ +19 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 hid hind ADJ JJ Degree=Pos|Typo=Yes 21 amod 21:amod CorrectForm=hind 21 legs leg NOUN NNS Number=Plur 24 nsubj 24:nsubj _ -22 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ +22 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ 23 not not PART RB _ 24 advmod 24:advmod _ 24 working work VERB VBG VerbForm=Ger 9 parataxis 9:parataxis _ 25 but but CCONJ CC _ 28 cc 28:cc _ @@ -22031,12 +22046,12 @@ 27 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ 28 back back ADV RB _ 24 conj 24:conj:but _ 29 to to ADP IN _ 31 case 31:case _ -30 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ +30 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ 31 self self NOUN NN Number=Sing 28 obl 28:obl:to _ -32 .. .. PUNCT , _ 9 punct 9:punct _ +32 .. .. PUNCT , _ 36 punct 36:punct _ 33 what what PRON WP PronType=Int 36 obj 36:obj _ 34 should should AUX MD VerbForm=Fin 36 aux 36:aux _ -35 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 36 nsubj 36:nsubj _ +35 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 36 nsubj 36:nsubj _ 36 do do VERB VB VerbForm=Inf 9 parataxis 9:parataxis _ 37 .? .? PUNCT . _ 9 punct 9:punct _ @@ -22046,16 +22061,16 @@ 1 just just ADV RB _ 2 advmod 2:advmod _ 2 pray pray VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 for for ADP IN _ 4 case 4:case _ -4 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 obl 2:obl:for _ -5 ad=nd and CCONJ CC Typo=Yes 6 cc 6:cc _ +4 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 obl 2:obl:for _ +5 ad=nd and CCONJ CC Typo=Yes 6 cc 6:cc CorrectForm=and 6 try try VERB VB Mood=Imp|VerbForm=Fin 2 conj 2:conj:and _ 7 to to PART TO _ 8 mark 8:mark _ -8 hlep help VERB VB Typo=Yes|VerbForm=Inf 6 xcomp 6:xcomp _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 hlep help VERB VB Typo=Yes|VerbForm=Inf 6 xcomp 6:xcomp CorrectForm=help +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 dog dog NOUN NN Number=Sing 8 obj 8:obj _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 do do VERB VB Mood=Imp|VerbForm=Fin 2 conj 2:conj:and _ -13 some some DET DT _ 15 det 15:det _ +13 some some DET DT PronType=Ind 15 det 15:det _ 14 physical physical ADJ JJ Degree=Pos 15 amod 15:amod _ 15 therapy therapy NOUN NN Number=Sing 12 obj 12:obj _ 16 on on ADP IN _ 19 case 19:case _ @@ -22069,27 +22084,27 @@ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 vet vet NOUN NN Number=Sing 21 obl 21:obl:to _ 26 and and CCONJ CC _ 33 cc 33:cc _ -27 ig ig SCONJ IN Abbr=Yes 29 mark 29:mark _ +27 ig if SCONJ IN Typo=Yes 29 mark 29:mark CorrectForm=if 28 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 29 nsubj 29:nsubj _ -29 costs cost VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 33 advcl 33:advcl:ig _ +29 costs cost VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 33 advcl 33:advcl:if _ 30 a a DET DT Definite=Ind|PronType=Art 32 det 32:det _ 31 whole whole ADJ JJ Degree=Pos 32 amod 32:amod _ 32 lot lot NOUN NN Number=Sing 29 obj 29:obj _ 33 ask ask VERB VB Mood=Imp|VerbForm=Fin 2 conj 2:conj:and _ -34 hlep help NOUN NN Number=Sing|Typo=Yes 33 obj 33:obj _ +34 hlep help NOUN NN Number=Sing|Typo=Yes 33 obj 33:obj CorrectForm=help 35 from from ADP IN _ 37 case 37:case _ -36 you you PRON PRP Case=Nom|Person=2|PronType=Prs 37 nmod:poss 37:nmod:poss _ +36 you your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Typo=Yes 37 nmod:poss 37:nmod:poss CorrectForm=your 37 friends friend NOUN NNS Number=Plur 33 obl 33:obl:from _ 38 and and CCONJ CC _ 39 cc 39:cc _ 39 family family NOUN NN Number=Sing 37 conj 33:obl:from|37:conj:and _ -40 adn and CCONJ CC Typo=Yes 46 cc 46:cc _ +40 adn and CCONJ CC Typo=Yes 46 cc 46:cc CorrectForm=and 41 since since SCONJ IN _ 45 mark 45:mark _ 42-43 shes _ _ _ _ _ _ _ _ 42 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 45 nsubj 45:nsubj _ -43 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 45 aux 45:aux _ +43 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 45 aux 45:aux CorrectForm='s 44 not not PART RB _ 45 advmod 45:advmod _ 45 eating eat VERB VBG Tense=Pres|VerbForm=Part 46 advcl 46:advcl:since _ -46 feed feed VERB VB Mood=Imp|VerbForm=Fin 2 conj 2:conj:adn _ +46 feed feed VERB VB Mood=Imp|VerbForm=Fin 2 conj 2:conj:and _ 47 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 46 obj 46:obj _ 48 by by ADP IN _ 49 case 49:case _ 49 hand hand NOUN NN Number=Sing 46 obl 46:obl:by _ @@ -22129,12 +22144,12 @@ 9 take take VERB VB VerbForm=Inf 5 csubj 5:csubj _ 10 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 9 obj 9:obj _ 11 and and CCONJ CC _ 13 cc 13:cc _ -12 three three NUM CD NumType=Card 13 nummod 13:nummod _ +12 three three NUM CD NumForm=Word|NumType=Card 13 nummod 13:nummod _ 13 friends friend NOUN NNS Number=Plur 10 conj 9:obj|10:conj:and _ 14 to to ADP IN _ 17 case 17:case _ 15-16 Andiamos _ _ _ _ _ _ _ _ 15 Andiamo Andiamo PROPN NNP Number=Sing 17 nmod:poss 17:nmod:poss _ -16 s 's PART POS _ 15 case 15:case _ +16 s 's PART POS Typo=Yes 15 case 15:case CorrectForm='s 17 restaurant restaurant NOUN NN Number=Sing 9 obl 9:obl:to _ 18 for for ADP IN _ 19 case 19:case _ 19 dinner dinner NOUN NN Number=Sing 9 obl 9:obl:for SpaceAfter=No @@ -22144,33 +22159,33 @@ # newpar id = answers-20111106130843AA7yj7U_ans-p0002 # text = Hi, i'm looking to take myself and my best friend and his girl friend and this girl i really like out to dinner for my birthday. 1 Hi hi INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 i'm _ _ _ _ _ _ _ _ -3 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ -4 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ +4 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 looking look VERB VBG VerbForm=Ger 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 take take VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes 7 obj 7:obj _ 9 and and CCONJ CC _ 12 cc 12:cc _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ -11 best best ADJ JJS Degree=Sup 12 amod 12:amod _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 best good ADJ JJS Degree=Sup 12 amod 12:amod _ 12 friend friend NOUN NN Number=Sing 8 conj 7:obj|8:conj:and _ 13 and and CCONJ CC _ 16 cc 16:cc _ -14 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +14 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 15 girl girl NOUN NN Number=Sing 16 compound 16:compound _ 16 friend friend NOUN NN Number=Sing 8 conj 7:obj|8:conj:and _ 17 and and CCONJ CC _ 19 cc 19:cc _ 18 this this DET DT Number=Sing|PronType=Dem 19 det 19:det _ 19 girl girl NOUN NN Number=Sing 8 conj 7:obj|8:conj:and _ -20 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ +20 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ 21 really really ADV RB _ 22 advmod 22:advmod _ -22 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ +22 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ 23 out out ADP RP _ 7 compound:prt 7:compound:prt _ 24 to to ADP IN _ 25 case 25:case _ 25 dinner dinner NOUN NN Number=Sing 7 obl 7:obl:to _ 26 for for ADP IN _ 28 case 28:case _ -27 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +27 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ 28 birthday birthday NOUN NN Number=Sing 7 obl 7:obl:for SpaceAfter=No 29 . . PUNCT . _ 5 punct 5:punct _ @@ -22178,29 +22193,29 @@ # text = I really want to go to andiamos for my birthday and i was just wondering how much it would cost for the four of us to eat there 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 2 really really ADV RB _ 3 advmod 3:advmod _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 go go VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 to to ADP IN _ 7 case 7:case _ 7-8 andiamos _ _ _ _ _ _ _ _ -7 andiamo andiamo PROPN NNP Number=Sing 5 obl 5:obl:s _ -8 s 's PART POS _ 7 case 7:case _ +7 andiamo andiamo PROPN NNP Number=Sing 5 obl 5:obl:to _ +8 s 's PART POS Typo=Yes 7 case 7:case CorrectForm='s 9 for for ADP IN _ 11 case 11:case _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 birthday birthday NOUN NN Number=Sing 5 obl 5:obl:for _ 12 and and CCONJ CC _ 16 cc 16:cc _ -13 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ +13 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 16 aux 16:aux _ 15 just just ADV RB _ 16 advmod 16:advmod _ 16 wondering wonder VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj:and _ -17 how how SCONJ WRB PronType=Int 18 mark 18:mark _ -18 much much ADJ JJ Degree=Pos 21 advmod 21:advmod _ -19 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj _ +17 how how ADV WRB PronType=Int 18 advmod 18:advmod _ +18 much much ADJ JJ Degree=Pos 21 obj 21:obj _ +19 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 expl 21:expl _ 20 would would AUX MD VerbForm=Fin 21 aux 21:aux _ 21 cost cost VERB VB VerbForm=Inf 16 ccomp 16:ccomp _ 22 for for SCONJ IN _ 28 mark 28:mark _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -24 four four NUM CD NumType=Card 28 nsubj 28:nsubj _ +24 four four NUM CD NumForm=Word|NumType=Card 28 nsubj 28:nsubj _ 25 of of ADP IN _ 26 case 26:case _ 26 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 24 nmod 24:nmod:of _ 27 to to PART TO _ 28 mark 28:mark _ @@ -22210,33 +22225,33 @@ # sent_id = answers-20111106130843AA7yj7U_ans-0004 # newpar id = answers-20111106130843AA7yj7U_ans-p0003 # text = Have no idea what kind of restaurant this is or where it is. -1 Have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -2 no no DET DT _ 3 det 3:det _ +1 Have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 no no DET DT PronType=Neg 3 det 3:det _ 3 idea idea NOUN NN Number=Sing 1 obj 1:obj _ 4 what what DET WDT PronType=Int 5 det 5:det _ -5 kind kind NOUN NN Number=Sing 9 acl 9:acl _ +5 kind kind NOUN NN Number=Sing 1 ccomp 1:ccomp _ 6 of of ADP IN _ 7 case 7:case _ 7 restaurant restaurant NOUN NN Number=Sing 5 nmod 5:nmod:of _ -8 this this PRON DT Number=Sing|PronType=Dem 9 nsubj 9:nsubj _ -9 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 acl 3:acl _ +8 this this PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ +9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 10 or or CCONJ CC _ 11 cc 11:cc _ -11 where where ADV WRB PronType=Int 9 conj 3:acl|9:conj:or _ +11 where where ADV WRB PronType=Int 5 conj 1:ccomp|5:conj:or _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop SpaceAfter=No 14 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111106130843AA7yj7U_ans-0005 # text = Best count on $50 per person no matter what. -1 Best best ADV RBS Degree=Sup 2 advmod 2:advmod _ +1 Best well ADV RBS Degree=Sup 2 advmod 2:advmod _ 2 count count VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 on on ADP IN _ 4 case 4:case _ 4 $ $ SYM $ _ 2 obl 2:obl:on SpaceAfter=No -5 50 50 NUM CD NumType=Card 4 nummod 4:nummod _ +5 50 50 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 6 per per ADP IN _ 7 case 7:case _ 7 person person NOUN NN Number=Sing 4 nmod 4:nmod:per _ -8 no no ADV RB _ 9 advmod 9:advmod _ -9 matter matter ADV RB _ 2 advmod 2:advmod _ -10 what what PRON WP PronType=Int 9 acl:relcl 9:acl:relcl SpaceAfter=No +8 no no DET DT PronType=Neg 9 det 9:det _ +9 matter matter NOUN NN Number=Sing 2 obl:npmod 2:obl:npmod _ +10 what what PRON WP PronType=Int 9 acl 9:acl SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111106130843AA7yj7U_ans-0006 @@ -22245,7 +22260,7 @@ 2 more more ADJ JJR Degree=Cmp 0 root 0:root _ 3 if if SCONJ IN _ 5 mark 5:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:if _ +5 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:if _ 6 drinks drink NOUN NNS Number=Plur 5 obj 5:obj SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ @@ -22254,7 +22269,7 @@ # newpar id = answers-20111107221352AAlIioO_ans-p0001 # text = I need suggestions for San Francisco restaurants with good food and good catering service.? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 suggestions suggestion NOUN NNS Number=Plur 2 obj 2:obj _ 4 for for ADP IN _ 7 case 7:case _ 5 San San PROPN NNP Number=Sing 7 compound 7:compound _ @@ -22273,7 +22288,7 @@ # newpar id = answers-20111107221352AAlIioO_ans-p0002 # text = I need suggestions on restaurants in San Francisco with good food and good catering service. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 suggestions suggestion NOUN NNS Number=Plur 2 obj 2:obj _ 4 on on ADP IN _ 5 case 5:case _ 5 restaurants restaurant NOUN NNS Number=Plur 3 nmod 3:nmod:on _ @@ -22292,36 +22307,36 @@ # sent_id = answers-20111107221352AAlIioO_ans-0003 # text = I have two upcoming events one is for 200 and another is for 21. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 two two NUM CD NumType=Card 5 nummod 5:nummod _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 two two NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 4 upcoming upcoming ADJ JJ Degree=Pos 5 amod 5:amod _ 5 events event NOUN NNS Number=Plur 2 obj 2:obj _ -6 one one NUM CD NumType=Card 9 nsubj 9:nsubj _ +6 one one NUM CD NumForm=Word|NumType=Card 9 nsubj 9:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 for for ADP IN _ 9 case 9:case _ -9 200 200 NUM CD NumType=Card 2 parataxis 2:parataxis _ +9 200 200 NUM CD NumForm=Digit|NumType=Card 2 parataxis 2:parataxis _ 10 and and CCONJ CC _ 14 cc 14:cc _ -11 another another DET DT _ 14 nsubj 14:nsubj _ +11 another another DET DT PronType=Ind 14 nsubj 14:nsubj _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 13 for for ADP IN _ 14 case 14:case _ -14 21 21 NUM CD NumType=Card 2 conj 2:conj:and SpaceAfter=No +14 21 21 NUM CD NumForm=Digit|NumType=Card 2 conj 2:conj:and SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111107221352AAlIioO_ans-0004 # text = American Food, Soul Food, Mexican, Italian, and Chinese are the options. -1 American american ADJ JJ Degree=Pos 2 amod 2:amod _ +1 American American ADJ JJ Degree=Pos 2 amod 2:amod _ 2 Food food NOUN NN Number=Sing 15 nsubj 15:nsubj SpaceAfter=No 3 , , PUNCT , _ 5 punct 5:punct _ 4 Soul soul NOUN NN Number=Sing 5 compound 5:compound _ 5 Food food NOUN NN Number=Sing 2 conj 2:conj:and|15:nsubj SpaceAfter=No 6 , , PUNCT , _ 7 punct 7:punct _ -7 Mexican mexican ADJ JJ Degree=Pos 2 conj 2:conj:and|15:nsubj SpaceAfter=No +7 Mexican Mexican ADJ JJ Degree=Pos 2 conj 2:conj:and|15:nsubj SpaceAfter=No 8 , , PUNCT , _ 9 punct 9:punct _ -9 Italian italian ADJ JJ Degree=Pos 2 conj 2:conj:and|15:nsubj SpaceAfter=No +9 Italian Italian ADJ JJ Degree=Pos 2 conj 2:conj:and|15:nsubj SpaceAfter=No 10 , , PUNCT , _ 12 punct 12:punct _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 Chinese chinese ADJ JJ Degree=Pos 2 conj 2:conj:and|15:nsubj _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +12 Chinese Chinese ADJ JJ Degree=Pos 2 conj 2:conj:and|15:nsubj _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 options option NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 16 . . PUNCT . _ 15 punct 15:punct _ @@ -22349,47 +22364,47 @@ # text = well since i dont know your budget, i recommend Hakka Restaurant for chinese food 1 well well INTJ UH _ 11 discourse 11:discourse _ 2 since since SCONJ IN _ 6 mark 6:mark _ -3 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ +3 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 4-5 dont _ _ _ _ _ _ _ _ -4 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ -5 nt not PART RB _ 6 advmod 6:advmod _ +4 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 nt not PART RB Typo=Yes 6 advmod 6:advmod CorrectForm=n't 6 know know VERB VB VerbForm=Inf 11 advcl 11:advcl:since _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 budget budget NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No -9 , , PUNCT , _ 11 punct 11:punct _ -10 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +9 , , PUNCT , _ 6 punct 6:punct _ +10 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ +11 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 12 Hakka Hakka PROPN NNP Number=Sing 13 compound 13:compound _ 13 Restaurant Restaurant PROPN NNP Number=Sing 11 obj 11:obj _ 14 for for ADP IN _ 16 case 16:case _ -15 chinese chinese ADJ JJ Degree=Pos 16 amod 16:amod _ +15 chinese Chinese ADJ JJ Degree=Pos 16 amod 16:amod _ 16 food food NOUN NN Number=Sing 11 obl 11:obl:for _ # sent_id = answers-20111107221352AAlIioO_ans-0008 # text = its cheap and its good! 1-2 its _ _ _ _ _ _ _ _ 1 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 3 cop 3:cop CorrectForm='s 3 cheap cheap ADJ JJ Degree=Pos 0 root 0:root _ 4 and and CCONJ CC _ 7 cc 7:cc _ 5-6 its _ _ _ _ _ _ _ _ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -6 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +6 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 7 cop 7:cop CorrectForm='s 7 good good ADJ JJ Degree=Pos 3 conj 3:conj:and SpaceAfter=No 8 ! ! PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111107221352AAlIioO_ans-0009 # text = prime ribs have very good food but its super expensive -1 prime prime PROPN NNP Number=Sing 2 compound 2:compound _ -2 ribs ribs PROPN NNPS Number=Plur 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 prime Prime ADJ NNP Degree=Pos 2 amod 2:amod _ +2 ribs Rib PROPN NNPS Number=Plur 3 nsubj 3:nsubj _ +3 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 very very ADV RB _ 5 advmod 5:advmod _ 5 good good ADJ JJ Degree=Pos 6 amod 6:amod _ 6 food food NOUN NN Number=Sing 3 obj 3:obj _ 7 but but CCONJ CC _ 11 cc 11:cc _ 8-9 its _ _ _ _ _ _ _ _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -9 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +9 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 11 cop 11:cop CorrectForm='s 10 super super ADV RB _ 11 advmod 11:advmod _ 11 expensive expensive ADJ JJ Degree=Pos 3 conj 3:conj:but _ @@ -22409,7 +22424,7 @@ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 pint pint NOUN NN Number=Sing 3 nmod 3:nmod:in _ 7 in in ADP IN _ 8 case 8:case _ -8 ireland ireland PROPN NNP Number=Sing 3 nmod 3:nmod:in SpaceAfter=No +8 ireland Ireland PROPN NNP Number=Sing 3 nmod 3:nmod:in SpaceAfter=No 9 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111107211645AA391wC_ans-0002 @@ -22423,11 +22438,11 @@ # sent_id = answers-20111107211645AA391wC_ans-0003 # text = Ounces measure weight, pints measure volume. 1 Ounces ounce NOUN NNS Number=Plur 2 nsubj 2:nsubj _ -2 measure measure VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 measure measure VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 weight weight NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -4 , , PUNCT , _ 2 punct 2:punct _ +4 , , PUNCT , _ 6 punct 6:punct _ 5 pints pint NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -6 measure measure VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +6 measure measure VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 7 volume volume NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ @@ -22435,17 +22450,17 @@ # text = If you mean fluid ounces, 20, as opposed to the 16 in America. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 mean mean VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ +3 mean mean VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ 4 fluid fluid ADJ JJ Degree=Pos 5 amod 5:amod _ 5 ounces ounce NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -6 , , PUNCT , _ 7 punct 7:punct _ -7 20 20 NUM CD NumType=Card 0 root 0:root SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ +7 20 20 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No +8 , , PUNCT , _ 13 punct 13:punct _ 9 as as ADP IN _ 13 case 13:case _ -10 opposed oppose VERB VBN Tense=Past|VerbForm=Part 9 fixed 9:fixed _ +10 opposed oppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 fixed 9:fixed _ 11 to to ADP IN _ 9 fixed 9:fixed _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -13 16 16 NUM CD NumType=Card 7 nmod 7:nmod:as_opposed_to _ +13 16 16 NUM CD NumForm=Digit|NumType=Card 7 nmod 7:nmod:as_opposed_to _ 14 in in ADP IN _ 15 case 15:case _ 15 America America PROPN NNP Number=Sing 13 nmod 13:nmod:in SpaceAfter=No 16 . . PUNCT . _ 7 punct 7:punct _ @@ -22453,10 +22468,10 @@ # sent_id = answers-20111107211645AA391wC_ans-0005 # text = An Irish pint is larger than a US one. 1 An a DET DT Definite=Ind|PronType=Art 3 det 3:det _ -2 Irish irish ADJ JJ Degree=Pos 3 amod 3:amod _ +2 Irish Irish ADJ JJ Degree=Pos 3 amod 3:amod _ 3 pint pint NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -5 larger larger ADJ JJR Degree=Cmp 0 root 0:root _ +5 larger large ADJ JJR Degree=Cmp 0 root 0:root _ 6 than than ADP IN _ 9 case 9:case _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 US US PROPN NNP Number=Sing 9 compound 9:compound _ @@ -22466,7 +22481,7 @@ # sent_id = answers-20111107211645AA391wC_ans-0006 # newpar id = answers-20111107211645AA391wC_ans-p0003 # text = 20 fluid ounces in a Pint in Ireland -1 20 20 NUM CD NumType=Card 3 nummod 3:nummod _ +1 20 20 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 2 fluid fluid ADJ JJ Degree=Pos 3 amod 3:amod _ 3 ounces ounce NOUN NNS Number=Plur 0 root 0:root _ 4 in in ADP IN _ 6 case 6:case _ @@ -22479,17 +22494,17 @@ # text = as R-G said, there are only 16 in an American one. 1 as as SCONJ IN _ 5 mark 5:mark _ 2 R R PROPN NNP Number=Sing 4 compound 4:compound SpaceAfter=No -3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No +3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No 4 G G PROPN NNP Number=Sing 5 nsubj 5:nsubj _ -5 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:as SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +5 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:as SpaceAfter=No +6 , , PUNCT , _ 5 punct 5:punct _ 7 there there PRON EX _ 8 expl 8:expl _ -8 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 only only ADV RB _ 10 advmod 10:advmod _ -10 16 16 NUM CD NumType=Card 8 nsubj 8:nsubj _ +10 16 16 NUM CD NumForm=Digit|NumType=Card 8 nsubj 8:nsubj _ 11 in in ADP IN _ 14 case 14:case _ 12 an a DET DT Definite=Ind|PronType=Art 14 det 14:det _ -13 American american ADJ JJ Degree=Pos 14 amod 14:amod _ +13 American American ADJ JJ Degree=Pos 14 amod 14:amod _ 14 one one NOUN NN Number=Sing 8 obl 8:obl:in SpaceAfter=No 15 . . PUNCT . _ 8 punct 8:punct _ @@ -22500,26 +22515,26 @@ 3 well well ADV RB Degree=Pos 1 advmod 1:advmod _ 4 because because SCONJ IN _ 6 mark 6:mark _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 remember remember VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:because _ +6 remember remember VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:because _ 7 an a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -8 ' ' PUNCT `` _ 11 punct 11:punct SpaceAfter=No -9 irish irish ADJ JJ Degree=Pos 11 amod 11:amod SpaceAfter=No -10 ' ' PUNCT '' _ 11 punct 11:punct _ +8 ' ' PUNCT `` _ 9 punct 9:punct SpaceAfter=No +9 irish Irish ADJ JJ Degree=Pos 11 amod 11:amod SpaceAfter=No +10 ' ' PUNCT '' _ 9 punct 9:punct _ 11 pub pub NOUN NN Number=Sing 21 nsubj 21:nsubj|23:nsubj:xsubj _ 12 in in ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 town town NOUN NN Number=Sing 11 nmod 11:nmod:in _ 15 in in ADP IN _ 16 case 16:case _ -16 canada canada PROPN NNP Number=Sing 14 nmod 14:nmod:in _ -17 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -18 grew grow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ +16 canada Canada PROPN NNP Number=Sing 14 nmod 14:nmod:in _ +17 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ +18 grew grow VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ 19 up up ADP RP _ 18 compound:prt 18:compound:prt _ 20 in in ADP IN _ 18 obl 18:obl _ -21 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp _ +21 used use VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp _ 22 to to PART TO _ 23 mark 23:mark _ 23 advertise advertise VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -25 cheapest cheapest ADJ JJS Degree=Sup 26 amod 26:amod _ +25 cheapest cheap ADJ JJS Degree=Sup 26 amod 26:amod _ 26 pints pint NOUN NNS Number=Plur 23 obj 23:obj _ 27 of of ADP IN _ 28 case 28:case _ 28 guinness guinness PROPN NNP Number=Sing 26 nmod 26:nmod:of _ @@ -22528,10 +22543,10 @@ 31 , , PUNCT , _ 34 punct 34:punct _ 32 but but CCONJ CC _ 34 cc 34:cc _ 33 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 34 nsubj 34:nsubj _ -34 served serve VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 conj 6:ccomp|21:conj:but _ +34 served serve VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 21 conj 6:ccomp|21:conj:but _ 35 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 34 obj 34:obj _ 36 in in ADP IN _ 39 case 39:case _ -37 american american ADJ JJ Degree=Pos 38 amod 38:amod _ +37 american American ADJ JJ Degree=Pos 38 amod 38:amod _ 38 sized sized ADJ JJ Degree=Pos 39 amod 39:amod _ 39 pints pint NOUN NNS Number=Plur 34 obl 34:obl:in SpaceAfter=No 40 . . PUNCT . _ 1 punct 1:punct _ @@ -22541,95 +22556,95 @@ 1 That that DET DT Number=Sing|PronType=Dem 2 det 2:det _ 2 place place NOUN NN Number=Sing 5 nsubj 5:nsubj|6:nsubj:xsubj _ 3-4 didn't _ _ _ _ _ _ _ _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +3 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 stay stay VERB VB VerbForm=Inf 0 root 0:root _ 6 open open ADJ JJ Degree=Pos 5 xcomp 5:xcomp _ 7 too too ADV RB _ 8 advmod 8:advmod _ -8 long long ADV RB Degree=Pos 6 obl:tmod 6:obl:tmod _ +8 long long ADV RB Degree=Pos 6 advmod 6:advmod _ 9 :D :d SYM NFP _ 6 discourse 6:discourse _ # newdoc id = answers-20111107155845AAE3kCA_ans # sent_id = answers-20111107155845AAE3kCA_ans-0001 # newpar id = answers-20111107155845AAE3kCA_ans-p0001 # text = need help finding irish music? -1 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 help help NOUN NN Number=Sing 1 obj 1:obj _ 3 finding find VERB VBG VerbForm=Ger 2 acl 2:acl _ -4 irish irish ADJ JJ Degree=Pos 5 amod 5:amod _ +4 irish Irish ADJ JJ Degree=Pos 5 amod 5:amod _ 5 music music NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 6 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111107155845AAE3kCA_ans-0002 # newpar id = answers-20111107155845AAE3kCA_ans-p0002 # text = i love The Script and know there from iraland. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|6:nsubj _ -2 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|6:nsubj _ +2 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 Script Script PROPN NNP Number=Sing 2 obj 2:obj _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 know know VERB VB VerbForm=Inf 2 conj 2:conj:and _ 7-8 there _ _ _ _ _ _ _ _ -7 the they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs|Typo=Yes 10 nsubj 10:nsubj _ -8 re be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +7 the they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs|Typo=Yes 10 nsubj 10:nsubj CorrectForm=they +8 re be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 10 cop 10:cop CorrectForm='re 9 from from ADP IN _ 10 case 10:case _ -10 iraland iraland PROPN NNP Number=Sing 6 ccomp 6:ccomp SpaceAfter=No +10 iraland Ireland PROPN NNP Number=Sing|Typo=Yes 6 ccomp 6:ccomp CorrectForm=Ireland|SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111107155845AAE3kCA_ans-0003 # text = i would like more bands like them pleasseee -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 would would AUX MD VerbForm=Fin 3 aux 3:aux _ 3 like like VERB VB VerbForm=Inf 0 root 0:root _ 4 more more ADJ JJR Degree=Cmp 5 amod 5:amod _ 5 bands band NOUN NNS Number=Plur 3 obj 3:obj _ 6 like like ADP IN _ 7 case 7:case _ 7 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 5 nmod 5:nmod:like _ -8 pleasseee pleasseee INTJ UH _ 3 discourse 3:discourse _ +8 pleasseee please INTJ UH Style=Expr 3 discourse 3:discourse CorrectForm=please # sent_id = answers-20111107155845AAE3kCA_ans-0004 # newpar id = answers-20111107155845AAE3kCA_ans-p0003 # text = The thing about The Script is they do not sound that Irish, I was surprised to hear they were from Dublin. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 thing thing NOUN NN Number=Sing 6 nsubj 6:nsubj _ +2 thing thing NOUN NN Number=Sing 10 nsubj:outer 10:nsubj:outer _ 3 about about ADP IN _ 5 case 5:case _ 4 The the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 Script Script PROPN NNP Number=Sing 2 nmod 2:nmod:about _ -6 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ -8 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +8 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 not not PART RB _ 10 advmod 10:advmod _ -10 sound sound VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ +10 sound sound VERB VB VerbForm=Inf 0 root 0:root _ 11 that that ADV RB _ 12 advmod 12:advmod _ -12 Irish irish ADJ JJ Degree=Pos 10 xcomp 10:xcomp SpaceAfter=No -13 , , PUNCT , _ 6 punct 6:punct _ +12 Irish Irish ADJ JJ Degree=Pos 10 xcomp 10:xcomp SpaceAfter=No +13 , , PUNCT , _ 16 punct 16:punct _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj:pass 16:nsubj:pass _ 15 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 16 aux:pass 16:aux:pass _ -16 surprised surprise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 parataxis 6:parataxis _ +16 surprised surprise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 parataxis 10:parataxis _ 17 to to PART TO _ 18 mark 18:mark _ 18 hear hear VERB VB VerbForm=Inf 16 advcl 16:advcl:to _ 19 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 22 nsubj 22:nsubj _ -20 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 cop 22:cop _ +20 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 22 cop 22:cop _ 21 from from ADP IN _ 22 case 22:case _ 22 Dublin Dublin PROPN NNP Number=Sing 18 ccomp 18:ccomp SpaceAfter=No -23 . . PUNCT . _ 6 punct 6:punct _ +23 . . PUNCT . _ 10 punct 10:punct _ # sent_id = answers-20111107155845AAE3kCA_ans-0005 # text = Well if you are interested, I suggest you have a look at General Fiasco, Two Door Cinema Club and Wallis Bird. 1 Well well INTJ UH _ 8 discourse 8:discourse _ 2 if if SCONJ IN _ 5 mark 5:mark _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +4 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 interested interested ADJ JJ Degree=Pos 8 advcl 8:advcl:if SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 suggest suggest VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 suggest suggest VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -10 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 ccomp 8:ccomp _ +10 have have VERB VB Mood=Sub|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 ccomp 8:ccomp _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 look look NOUN NN Number=Sing 10 obj 10:obj _ 13 at at ADP IN _ 15 case 15:case _ -14 General General PROPN NNP Number=Sing 15 compound 15:compound _ +14 General General ADJ NNP Degree=Pos 15 amod 15:amod _ 15 Fiasco Fiasco PROPN NNP Number=Sing 12 nmod 12:nmod:at SpaceAfter=No 16 , , PUNCT , _ 20 punct 20:punct _ 17 Two Two PROPN NNP Number=Sing 18 compound 18:compound _ @@ -22644,7 +22659,7 @@ # sent_id = answers-20111107155845AAE3kCA_ans-0006 # text = I think you will be pleased. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 4 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 5 be be AUX VB VerbForm=Inf 6 cop 6:cop _ @@ -22655,7 +22670,7 @@ # newpar id = answers-20111107155845AAE3kCA_ans-p0004 # text = I doubt you will get a sensible answer in the "TRAVEL" section. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 doubt doubt VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 doubt doubt VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 4 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 5 get get VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ @@ -22664,9 +22679,9 @@ 8 answer answer NOUN NN Number=Sing 5 obj 5:obj _ 9 in in ADP IN _ 14 case 14:case _ 10 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -11 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No +11 " " PUNCT `` _ 12 punct 12:punct SpaceAfter=No 12 TRAVEL travel NOUN NN Number=Sing 14 compound 14:compound SpaceAfter=No -13 " " PUNCT '' _ 14 punct 14:punct _ +13 " " PUNCT '' _ 12 punct 12:punct _ 14 section section NOUN NN Number=Sing 5 obl 5:obl:in SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ @@ -22682,9 +22697,9 @@ 2-3 there's _ _ _ _ _ _ _ _ 2 there there PRON EX _ 3 expl 3:expl _ 3 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 nothing nothing PRON NN Number=Sing 3 nsubj 3:nsubj _ +4 nothing nothing PRON NN Number=Sing|PronType=Neg 3 nsubj 3:nsubj _ 5 distinctly distinctly ADV RB _ 6 advmod 6:advmod _ -6 Irish irish ADJ JJ Degree=Pos 4 amod 4:amod _ +6 Irish Irish ADJ JJ Degree=Pos 4 amod 4:amod _ 7 about about ADP IN _ 8 case 8:case _ 8 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 4 nmod 4:nmod:about SpaceAfter=No 9 . . PUNCT . _ 3 punct 3:punct _ @@ -22700,7 +22715,7 @@ 6 to to ADP IN _ 7 case 7:case _ 7 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 5 nmod 5:nmod:to _ 8 that that PRON WDT PronType=Rel 12 nsubj 5:ref _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 10 from from ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 UK UK PROPN NNP Number=Sing 5 acl:relcl 5:acl:relcl _ @@ -22717,12 +22732,12 @@ 2 's 's PART POS _ 1 case 1:case _ 3 rain rain NOUN NN Number=Sing 4 compound 4:compound _ 4 coat coat NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -5 ... ... PUNCT , _ 4 punct 4:punct SpaceAfter=No +5 ... ... PUNCT , _ 9 punct 9:punct SpaceAfter=No 6 where where ADV WRB PronType=Int 9 advmod 9:advmod _ 7 can can AUX MD VerbForm=Fin 9 aux 9:aux _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 9 find find VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ -10 one one NUM CD NumType=Card 9 obj 9:obj SpaceAfter=No +10 one one NUM CD NumForm=Word|NumType=Card 9 obj 9:obj SpaceAfter=No 11 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108105137AA9BNtk_ans-0002 @@ -22730,7 +22745,7 @@ # text = I'm going on a trip to Europe soon, and I need to find a good, quality raincoat. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 going go VERB VBG VerbForm=Ger 0 root 0:root _ 4 on on ADP IN _ 6 case 6:case _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -22741,12 +22756,12 @@ 10 , , PUNCT , _ 13 punct 13:punct _ 11 and and CCONJ CC _ 13 cc 13:cc _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ -13 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +13 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 14 to to PART TO _ 15 mark 15:mark _ 15 find find VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 16 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 17 good good ADJ JJ Degree=Pos 20 amod 20:amod SpaceAfter=No -18 , , PUNCT , _ 20 punct 20:punct _ +18 , , PUNCT , _ 17 punct 17:punct _ 19 quality quality ADJ JJ Degree=Pos 20 amod 20:amod _ 20 raincoat raincoat NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No 21 . . PUNCT . _ 3 punct 3:punct _ @@ -22755,7 +22770,7 @@ # text = I've looked and looked, but cannot find one anywhere! 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj|10:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 looked look VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 looked look VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:and SpaceAfter=No @@ -22765,7 +22780,7 @@ 8 can can AUX MD VerbForm=Fin 10 aux 10:aux _ 9 not not PART RB _ 10 advmod 10:advmod _ 10 find find VERB VB VerbForm=Inf 3 conj 3:conj:but _ -11 one one NUM CD NumType=Card 10 obj 10:obj _ +11 one one NUM CD NumForm=Word|NumType=Card 10 obj 10:obj _ 12 anywhere anywhere ADV RB _ 10 advmod 10:advmod SpaceAfter=No 13 ! ! PUNCT . _ 3 punct 3:punct _ @@ -22776,7 +22791,7 @@ 3 prefer prefer VERB VB VerbForm=Inf 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 5 simple simple ADJ JJ Degree=Pos 9 amod 9:amod SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 fitted fitted ADJ JJ Degree=Pos 9 amod 9:amod _ 8 black black ADJ JJ Degree=Pos 9 amod 9:amod _ 9 one one NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No @@ -22791,21 +22806,21 @@ 5 be be AUX VB VerbForm=Inf 7 cop 7:cop _ 6 relatively relatively ADV RB _ 7 advmod 7:advmod _ 7 waterproof waterproof ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ -8 - - PUNCT , _ 3 punct 3:punct _ +8 - - PUNCT , _ 14 punct 14:punct _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 last last ADJ JJ Degree=Pos 11 amod 11:amod _ -11 one one NUM CD NumType=Card 14 nsubj 14:nsubj|16:nsubj:xsubj _ +11 one one NOUN NN Number=Sing 14 nsubj 13:obj|14:nsubj _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 bought buy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ -14 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ -15 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 16 obj 16:obj _ +13 bought buy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +14 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ +15 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 14 obj 14:obj|16:nsubj:xsubj _ 16 soaked soaked ADJ JJ Degree=Pos 14 xcomp 14:xcomp _ 17 in in ADP IN _ 18 case 18:case _ -18 anything anything PRON NN Number=Sing 16 obl 16:obl:in _ +18 anything anything PRON NN Number=Sing|PronType=Ind 16 obl 16:obl:in _ 19 more more ADJ JJR Degree=Cmp 18 amod 18:amod _ 20 than than ADP IN _ 24 case 24:case _ 21 light light ADJ JJ Degree=Pos 24 amod 24:amod SpaceAfter=No -22 / / PUNCT , _ 24 punct 24:punct SpaceAfter=No +22 / / PUNCT , _ 21 punct 21:punct SpaceAfter=No 23 moderate moderate ADJ JJ Degree=Pos 24 amod 24:amod _ 24 rain rain NOUN NN Number=Sing 19 obl 19:obl:than SpaceAfter=No 25 . . PUNCT . _ 3 punct 3:punct _ @@ -22818,14 +22833,14 @@ 3 pay pay VERB VB VerbForm=Inf 0 root 0:root _ 4 up up ADP IN _ 6 advmod 6:advmod _ 5 to to ADP IN _ 4 fixed 4:fixed _ -6 200 200 NUM CD NumType=Card 3 obj 3:obj SpaceAfter=No +6 200 200 NUM CD NumForm=Digit|NumType=Card 3 obj 3:obj SpaceAfter=No 7 - - SYM SYM _ 8 case 8:case SpaceAfter=No -8 250 250 NUM CD NumType=Card 6 nmod 6:nmod _ +8 250 250 NUM CD NumForm=Digit|NumType=Card 6 nmod 6:nmod _ 9 for for ADP IN _ 10 case 10:case _ 10 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obl 3:obl:for _ 11 if if SCONJ IN _ 13 mark 13:mark _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ +13 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ 14 to to PART TO _ 13 xcomp 13:xcomp SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ @@ -22848,8 +22863,8 @@ # sent_id = answers-20111108105137AA9BNtk_ans-0009 # text = they do some good waterproof raincoats 1 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 some some DET DT _ 6 det 6:det _ +2 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 some some DET DT PronType=Ind 6 det 6:det _ 4 good good ADJ JJ Degree=Pos 6 amod 6:amod _ 5 waterproof waterproof ADJ JJ Degree=Pos 6 amod 6:amod _ 6 raincoats raincoat NOUN NNS Number=Plur 2 obj 2:obj _ @@ -22858,37 +22873,37 @@ # text = heres the link: 1-2 heres _ _ _ _ _ _ _ _ 1 here here ADV RB PronType=Dem 4 advmod 4:advmod _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 4 cop 4:cop CorrectForm='s 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 link link NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 5 : : PUNCT : _ 4 punct 4:punct _ # sent_id = answers-20111108105137AA9BNtk_ans-0011 # text = http://www.debenhams.com/women/craghoppers#catalogId=10001&lid=//productsuniverse/en_GB/product_online0Y/categories%3C0productsuniverse_186610/brand_description0.000000E+000craghoppers0/categories%3C0productsuniverse_18661_186820&ps=default&sfn=Categories&sfv=Coats+%26amp0+jackets&storeId=10001 -1 http://www.debenhams.com/women/craghoppers#catalogId=10001&lid=//productsuniverse/en_GB/product_online0Y/categories%3C0productsuniverse_186610/brand_description0.000000E+000craghoppers0/categories%3C0productsuniverse_18661_186820&ps=default&sfn=Categories&sfv=Coats+%26amp0+jackets&storeId=10001 http://www.debenhams.com/women/craghoppers#catalogid=10001&lid=//productsuniverse/en_gb/product_online0y/categories%3c0productsuniverse_186610/brand_description0.000000e+000craghoppers0/categories%3c0productsuniverse_18661_186820&ps=default&sfn=categories&sfv=coats+%26amp0+jackets&storeid=10001 X ADD _ 0 root 0:root _ +1 http://www.debenhams.com/women/craghoppers#catalogId=10001&lid=//productsuniverse/en_GB/product_online0Y/categories%3C0productsuniverse_186610/brand_description0.000000E+000craghoppers0/categories%3C0productsuniverse_18661_186820&ps=default&sfn=Categories&sfv=Coats+%26amp0+jackets&storeId=10001 http://www.debenhams.com/women/craghoppers#catalogId=10001&lid=//productsuniverse/en_GB/product_online0Y/categories%3C0productsuniverse_186610/brand_description0.000000E+000craghoppers0/categories%3C0productsuniverse_18661_186820&ps=default&sfn=Categories&sfv=Coats+%26amp0+jackets&storeId=10001 X ADD _ 0 root 0:root _ # newdoc id = answers-20111108081911AAy6QeW_ans # sent_id = answers-20111108081911AAy6QeW_ans-0001 # newpar id = answers-20111108081911AAy6QeW_ans-p0001 # text = I have a Kodak Camera (10.2 Megapixels)... Kodak AF 5x OPTICAL LENS... how do I pause it while recording? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 Kodak Kodak PROPN NNP Number=Sing 5 compound 5:compound _ 5 Camera camera NOUN NN Number=Sing 2 obj 2:obj _ 6 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No -7 10.2 10.2 NUM CD NumType=Card 8 nummod 8:nummod _ +7 10.2 10.2 NUM CD NumForm=Digit|NumType=Frac 8 nummod 8:nummod _ 8 Megapixels megapixel NOUN NNS Number=Plur 5 appos 5:appos SpaceAfter=No 9 ) ) PUNCT -RRB- _ 8 punct 8:punct SpaceAfter=No -10 ... ... PUNCT , _ 5 punct 5:punct _ +10 ... ... PUNCT , _ 15 punct 15:punct _ 11 Kodak Kodak PROPN NNP Number=Sing 15 compound 15:compound _ 12 AF AF PROPN NNP Number=Sing 15 compound 15:compound _ 13 5x 5x PROPN NNP Number=Sing 15 compound 15:compound _ 14 OPTICAL optical ADJ JJ Degree=Pos 15 amod 15:amod _ 15 LENS lens NOUN NN Number=Sing 5 appos 5:appos SpaceAfter=No -16 ... ... PUNCT , _ 2 punct 2:punct _ +16 ... ... PUNCT , _ 20 punct 20:punct _ 17 how how ADV WRB PronType=Int 20 advmod 20:advmod _ -18 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +18 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ 20 pause pause VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ 21 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 obj 20:obj _ @@ -22900,23 +22915,23 @@ # newpar id = answers-20111108081911AAy6QeW_ans-p0002 # text = I have a Kodak Camera (10.2 Megapixels)... Kodak AF 5x OPTICAL LENS... how do I pause it while recording? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 Kodak Kodak PROPN NNP Number=Sing 5 compound 5:compound _ 5 Camera camera NOUN NN Number=Sing 2 obj 2:obj _ 6 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No -7 10.2 10.2 NUM CD NumType=Card 8 nummod 8:nummod _ +7 10.2 10.2 NUM CD NumForm=Digit|NumType=Frac 8 nummod 8:nummod _ 8 Megapixels megapixel NOUN NNS Number=Plur 5 appos 5:appos SpaceAfter=No 9 ) ) PUNCT -RRB- _ 8 punct 8:punct SpaceAfter=No -10 ... ... PUNCT , _ 5 punct 5:punct _ +10 ... ... PUNCT , _ 15 punct 15:punct _ 11 Kodak Kodak PROPN NNP Number=Sing 15 compound 15:compound _ 12 AF AF PROPN NNP Number=Sing 15 compound 15:compound _ 13 5x 5x PROPN NNP Number=Sing 15 compound 15:compound _ 14 OPTICAL optical ADJ JJ Degree=Pos 15 amod 15:amod _ 15 LENS lens NOUN NN Number=Sing 5 appos 5:appos SpaceAfter=No -16 ... ... PUNCT , _ 2 punct 2:punct _ +16 ... ... PUNCT , _ 20 punct 20:punct _ 17 how how ADV WRB PronType=Int 20 advmod 20:advmod _ -18 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +18 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ 20 pause pause VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ 21 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 obj 20:obj _ @@ -22928,13 +22943,14 @@ # newpar id = answers-20111108081911AAy6QeW_ans-p0003 # text = You don't... there's no such thing as "pause" in digital recording. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -3 n't not PART RB _ 2 advmod 2:advmod SpaceAfter=No -4 ... ... PUNCT , _ 2 punct 2:punct _ +2-3 don't _ _ _ _ _ _ _ SpaceAfter=No +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 n't not PART RB _ 2 advmod 2:advmod _ +4 ... ... PUNCT , _ 6 punct 6:punct _ 5-6 there's _ _ _ _ _ _ _ _ 5 there there PRON EX _ 6 expl 6:expl _ 6 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ -7 no no DET DT _ 9 det 9:det _ +7 no no DET DT PronType=Neg 9 det 9:det _ 8 such such ADJ JJ Degree=Pos 9 amod 9:amod _ 9 thing thing NOUN NN Number=Sing 6 nsubj 6:nsubj _ 10 as as ADP IN _ 12 case 12:case _ @@ -22975,14 +22991,14 @@ # sent_id = answers-20111108081911AAy6QeW_ans-0005 # text = When you press the button to stop recording the data is moved from the buffer to the memory card - no pause. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 press press VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:when _ +3 press press VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:when _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 button button NOUN NN Number=Sing 3 obj 3:obj _ 6 to to PART TO _ 7 mark 7:mark _ 7 stop stop VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ -8 recording record VERB VBG VerbForm=Ger 7 obj 7:obj _ +8 recording record VERB VBG VerbForm=Ger 7 xcomp 7:xcomp _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 data data NOUN NN Number=Sing 12 nsubj:pass 12:nsubj:pass _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 aux:pass 12:aux:pass _ @@ -22995,38 +23011,38 @@ 18 memory memory NOUN NN Number=Sing 19 compound 19:compound _ 19 card card NOUN NN Number=Sing 12 obl 12:obl:to _ 20 - - PUNCT , _ 22 punct 22:punct _ -21 no no DET DT _ 22 det 22:det _ +21 no no DET DT PronType=Neg 22 det 22:det _ 22 pause pause NOUN NN Number=Sing 12 parataxis 12:parataxis SpaceAfter=No 23 . . PUNCT . _ 22 punct 22:punct _ # sent_id = answers-20111108081911AAy6QeW_ans-0006 # text = All you can do is take each section (individual video) and edit them together on software. -1 All all DET DT _ 5 nsubj 5:nsubj _ +1 All all DET DT PronType=Tot 6 nsubj:outer 6:nsubj:outer|14:nsubj:outer _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 3 can can AUX MD VerbForm=Fin 4 aux 4:aux _ 4 do do VERB VB VerbForm=Inf 1 acl:relcl 1:acl:relcl _ -5 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -6 take take VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ -7 each each DET DT _ 8 det 8:det _ +5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +6 take take VERB VB VerbForm=Inf 0 root 0:root _ +7 each each DET DT PronType=Tot 8 det 8:det _ 8 section section NOUN NN Number=Sing 6 obj 6:obj _ 9 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 10 individual individual ADJ JJ Degree=Pos 11 amod 11:amod _ 11 video video NOUN NN Number=Sing 8 appos 8:appos SpaceAfter=No 12 ) ) PUNCT -RRB- _ 11 punct 11:punct _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 edit edit VERB VB VerbForm=Inf 6 conj 5:ccomp|6:conj:and _ +14 edit edit VERB VB VerbForm=Inf 6 conj 0:root|6:conj:and _ 15 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 14 obj 14:obj _ 16 together together ADV RB _ 14 advmod 14:advmod _ 17 on on ADP IN _ 18 case 18:case _ 18 software software NOUN NN Number=Sing 14 obl 14:obl:on SpaceAfter=No -19 . . PUNCT . _ 5 punct 5:punct _ +19 . . PUNCT . _ 6 punct 6:punct _ # newdoc id = answers-20110320195750AAkPbFG_ans # sent_id = answers-20110320195750AAkPbFG_ans-0001 # newpar id = answers-20110320195750AAkPbFG_ans-p0001 # text = I have a Nacho Libre question.? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 4 Nacho Nacho PROPN NNP Number=Sing 5 compound 5:compound _ 5 Libre Libre PROPN NNP Number=Sing 6 compound 6:compound _ @@ -23036,7 +23052,7 @@ # sent_id = answers-20110320195750AAkPbFG_ans-0002 # newpar id = answers-20110320195750AAkPbFG_ans-p0002 # text = When nacho is driving to cure the influenza guy does he say to the man with the cow i like your blouse or I like your cow because my friend thinks he says I like your blouse, but that wouldn't make sense. -1 When when SCONJ WRB PronType=Int 4 mark 4:mark _ +1 When when ADV WRB PronType=Int 4 advmod 4:advmod _ 2 nacho nacho PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 driving drive VERB VBG VerbForm=Ger 12 advcl 12:advcl:when _ @@ -23054,24 +23070,24 @@ 16 with with ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 cow cow NOUN NN Number=Sing 15 nmod 15:nmod:with _ -19 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 ccomp 12:ccomp _ -21 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +19 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ +20 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 ccomp 12:ccomp _ +21 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 blouse blouse NOUN NN Number=Sing 20 obj 20:obj _ 23 or or CCONJ CC _ 25 cc 25:cc _ 24 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 25 nsubj 25:nsubj _ -25 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 conj 12:ccomp|20:conj:or _ -26 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +25 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 20 conj 12:ccomp|20:conj:or _ +26 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 27 cow cow NOUN NN Number=Sing 25 obj 25:obj _ 28 because because SCONJ IN _ 31 mark 31:mark _ -29 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +29 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 30 friend friend NOUN NN Number=Sing 31 nsubj 31:nsubj _ 31 thinks think VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:because _ 32 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 33 nsubj 33:nsubj _ 33 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 31 ccomp 31:ccomp _ 34 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 35 nsubj 35:nsubj _ -35 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 33 ccomp 33:ccomp _ -36 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ +35 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 33 ccomp 33:ccomp _ +36 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ 37 blouse blouse NOUN NN Number=Sing 35 obj 35:obj SpaceAfter=No 38 , , PUNCT , _ 43 punct 43:punct _ 39 but but CCONJ CC _ 43 cc 43:cc _ @@ -23086,31 +23102,31 @@ # sent_id = answers-20110320195750AAkPbFG_ans-0003 # text = I know its in the wrong catagory, but still, I wrote this question for a reason, not for you to critisize me. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3-4 its _ _ _ _ _ _ _ _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -4 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +4 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 8 cop 8:cop CorrectForm='s 5 in in ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 wrong wrong ADJ JJ Degree=Pos 8 amod 8:amod _ -8 catagory category NOUN NN Number=Sing|Typo=Yes 2 ccomp 2:ccomp SpaceAfter=No +8 catagory category NOUN NN Number=Sing|Typo=Yes 2 ccomp 2:ccomp CorrectForm=category|SpaceAfter=No 9 , , PUNCT , _ 14 punct 14:punct _ 10 but but CCONJ CC _ 14 cc 14:cc _ 11 still still ADV RB _ 14 advmod 14:advmod SpaceAfter=No -12 , , PUNCT , _ 14 punct 14:punct _ +12 , , PUNCT , _ 11 punct 11:punct _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 wrote write VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:but _ +14 wrote write VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:but _ 15 this this DET DT Number=Sing|PronType=Dem 16 det 16:det _ 16 question question NOUN NN Number=Sing 14 obj 14:obj _ 17 for for ADP IN _ 19 case 19:case _ 18 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 19 reason reason NOUN NN Number=Sing 14 obl 14:obl:for SpaceAfter=No -20 , , PUNCT , _ 14 punct 14:punct _ -21 not not ADV RB _ 25 advmod 25:advmod _ +20 , , PUNCT , _ 25 punct 25:punct _ +21 not not PART RB _ 25 advmod 25:advmod _ 22 for for SCONJ IN _ 25 mark 25:mark _ 23 you you PRON PRP Case=Nom|Person=2|PronType=Prs 25 nsubj 25:nsubj _ 24 to to PART TO _ 25 mark 25:mark _ -25 critisize criticize VERB VB Typo=Yes|VerbForm=Inf 14 advcl 14:advcl:to _ +25 critisize criticize VERB VB Typo=Yes|VerbForm=Inf 14 advcl 14:advcl:to CorrectForm=criticize 26 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 25 obj 25:obj SpaceAfter=No 27 . . PUNCT . _ 2 punct 2:punct _ @@ -23118,23 +23134,23 @@ # newpar id = answers-20110320195750AAkPbFG_ans-p0003 # text = Okay, FIRST, you have posted a question about an American movie, set in Mexico, in the Dining Out in Argentina category. 1 Okay okay INTJ UH _ 7 discourse 7:discourse SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ -3 FIRST first ADV RB _ 7 advmod 7:advmod SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 FIRST first ADV RB NumForm=Word|NumType=Ord 7 advmod 7:advmod SpaceAfter=No +4 , , PUNCT , _ 3 punct 3:punct _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 posted post VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 question question NOUN NN Number=Sing 7 obj 7:obj _ 10 about about ADP IN _ 13 case 13:case _ 11 an a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -12 American american ADJ JJ Degree=Pos 13 amod 13:amod _ +12 American American ADJ JJ Degree=Pos 13 amod 13:amod _ 13 movie movie NOUN NN Number=Sing 9 nmod 9:nmod:about SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ -15 set set VERB VBN Tense=Past|VerbForm=Part 13 acl 13:acl _ +14 , , PUNCT , _ 15 punct 15:punct _ +15 set set VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 acl 13:acl _ 16 in in ADP IN _ 17 case 17:case _ 17 Mexico Mexico PROPN NNP Number=Sing 15 obl 15:obl:in SpaceAfter=No -18 , , PUNCT , _ 7 punct 7:punct _ +18 , , PUNCT , _ 25 punct 25:punct _ 19 in in ADP IN _ 25 case 25:case _ 20 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 21 Dining dine VERB VBG VerbForm=Ger 25 compound 25:compound _ @@ -23146,7 +23162,7 @@ # sent_id = answers-20110320195750AAkPbFG_ans-0005 # text = Do you get what's wrong with this picture? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 get get VERB VB VerbForm=Inf 0 root 0:root _ 4-5 what's _ _ _ _ _ _ _ _ @@ -23161,16 +23177,17 @@ # sent_id = answers-20110320195750AAkPbFG_ans-0006 # text = No...that's all. 1 No no INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 ... ... PUNCT , _ 5 punct 5:punct SpaceAfter=No -3 that that PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj SpaceAfter=No +2 ... ... PUNCT , _ 1 punct 1:punct SpaceAfter=No +3-4 that's _ _ _ _ _ _ _ _ +3 that that PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 4 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -5 all all DET DT _ 0 root 0:root SpaceAfter=No +5 all all DET DT PronType=Tot 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20110320195750AAkPbFG_ans-0007 # text = No second. -1 No no DET DT _ 2 det 2:det _ -2 second second ADJ JJ Degree=Pos|NumType=Ord 0 root 0:root SpaceAfter=No +1 No no DET DT PronType=Neg 2 det 2:det _ +2 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 0 root 0:root SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20110320195750AAkPbFG_ans-0008 @@ -23179,16 +23196,16 @@ 1 Nacho Nacho PROPN NNP Number=Sing 2 compound 2:compound _ 2 Libre Libre PROPN NNP Number=Sing 4 nsubj:pass 4:nsubj:pass|7:nsubj:xsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ -4 suppose suppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ +4 suppose suppose VERB VBN Tense=Past|Typo=Yes|VerbForm=Part|Voice=Pass 0 root 0:root CorrectForm=supposed 5 to to PART TO _ 7 mark 7:mark _ 6 be be AUX VB VerbForm=Inf 7 aux:pass 7:aux:pass _ 7 inspired inspire VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 xcomp 4:xcomp _ 8 in in ADP IN _ 9 case 9:case _ -9 Mexicans Mexicans PROPN NNPS Number=Plur 7 obl 7:obl:in SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ -11 not not ADV RB _ 13 advmod 13:advmod _ +9 Mexicans Mexican PROPN NNPS Number=Plur 7 obl 7:obl:in SpaceAfter=No +10 , , PUNCT , _ 13 punct 13:punct _ +11 not not PART RB _ 13 advmod 13:advmod _ 12 in in ADP IN _ 13 case 13:case _ -13 Argentineans Argentineans PROPN NNPS Number=Plur 9 nmod 9:nmod:in SpaceAfter=No +13 Argentineans Argentinean PROPN NNPS Number=Plur 9 nmod 9:nmod:in SpaceAfter=No 14 . . PUNCT . _ 4 punct 4:punct _ # newdoc id = answers-20111106015552AAj6rCu_ans @@ -23197,20 +23214,20 @@ # text = is there any good places to get an ice-cream sundae from in Invercargill New Zealand? 1 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 there there PRON EX _ 1 expl 1:expl _ -3 any any DET DT _ 5 det 5:det _ +3 any any DET DT PronType=Ind 5 det 5:det _ 4 good good ADJ JJ Degree=Pos 5 amod 5:amod _ 5 places place NOUN NNS Number=Plur 1 nsubj 1:nsubj _ 6 to to PART TO _ 7 mark 7:mark _ 7 get get VERB VB VerbForm=Inf 5 acl 5:acl:to _ 8 an a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 9 ice ice NOUN NN Number=Sing 11 compound 11:compound SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 11 cream cream NOUN NN Number=Sing 12 compound 12:compound _ 12 sundae sundae NOUN NN Number=Sing 7 obj 7:obj _ 13 from from ADP IN _ 7 obl 7:obl _ 14 in in ADP IN _ 15 case 15:case _ 15 Invercargill Invercargill PROPN NNP Number=Sing 1 obl 1:obl:in _ -16 New New PROPN NNP Number=Sing 17 compound 17:compound _ +16 New New ADJ NNP Degree=Pos 17 amod 17:amod _ 17 Zealand Zealand PROPN NNP Number=Sing 15 compound 15:compound SpaceAfter=No 18 ? ? PUNCT . _ 1 punct 1:punct _ @@ -23218,37 +23235,37 @@ # newpar id = answers-20111106015552AAj6rCu_ans-p0002 # text = so i live in Invercargill New Zealand and i want to know if there are any good places to buy an ice-cream sundae from other than mc donalds lol 1 so so ADV RB _ 3 advmod 3:advmod _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +3 live live VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 in in ADP IN _ 5 case 5:case _ 5 Invercargill Invercargill PROPN NNP Number=Sing 3 obl 3:obl:in _ -6 New New PROPN NNP Number=Sing 7 compound 7:compound _ +6 New New ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Zealand Zealand PROPN NNP Number=Sing 5 compound 5:compound _ 8 and and CCONJ CC _ 10 cc 10:cc _ -9 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ -10 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +9 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ +10 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 11 to to PART TO _ 12 mark 12:mark _ 12 know know VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 13 if if SCONJ IN _ 15 mark 15:mark _ 14 there there PRON EX _ 15 expl 15:expl _ -15 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ -16 any any DET DT _ 18 det 18:det _ +15 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 ccomp 12:ccomp _ +16 any any DET DT PronType=Ind 18 det 18:det _ 17 good good ADJ JJ Degree=Pos 18 amod 18:amod _ 18 places place NOUN NNS Number=Plur 15 nsubj 15:nsubj _ 19 to to PART TO _ 20 mark 20:mark _ 20 buy buy VERB VB VerbForm=Inf 18 acl 18:acl:to _ 21 an a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 22 ice ice NOUN NN Number=Sing 24 compound 24:compound SpaceAfter=No -23 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No +23 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No 24 cream cream NOUN NN Number=Sing 25 compound 25:compound _ 25 sundae sundae NOUN NN Number=Sing 20 obj 20:obj _ 26 from from ADP IN _ 20 obl 20:obl _ 27 other other ADJ JJ Degree=Pos 18 amod 18:amod _ -28 than than ADP IN _ 30 case 30:case _ -29 mc mc PROPN NNP Number=Sing 30 compound 30:compound _ +28 than than ADP IN _ 29 case 29:case _ +29 mc McDonald PROPN GW Number=Sing|Typo=Yes 27 obl 27:obl:than _ 30-31 donalds _ _ _ _ _ _ _ _ -30 donald donald PROPN NNP Number=Sing 27 obl 27:obl:s _ -31 s 's PART POS _ 30 case 30:case _ +30 donald _ X NNP _ 29 goeswith 29:goeswith _ +31 s 's PART POS Typo=Yes 29 case 29:case CorrectForm='s 32 lol lol INTJ UH _ 12 discourse 12:discourse _ # sent_id = answers-20111106015552AAj6rCu_ans-0003 @@ -23265,15 +23282,15 @@ # newpar id = answers-20111106015552AAj6rCu_ans-p0003 # text = you live in NZ and you eat McDonalds ice cream? 1 you you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 live live VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 in in ADP IN _ 4 case 4:case _ 4 NZ NZ PROPN NNP Number=Sing 2 obl 2:obl:in _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 eat eat VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +7 eat eat VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 8-9 McDonalds _ _ _ _ _ _ _ _ 8 McDonald McDonald PROPN NNP Number=Sing 11 nmod:poss 11:nmod:poss _ -9 s 's PART POS _ 8 case 8:case _ +9 s 's PART POS Typo=Yes 8 case 8:case CorrectForm='s 10 ice ice NOUN NN Number=Sing 11 compound 11:compound _ 11 cream cream NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No 12 ? ? PUNCT . _ 2 punct 2:punct _ @@ -23282,23 +23299,23 @@ # text = you're mad! 1-2 you're _ _ _ _ _ _ _ _ 1 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -2 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 mad mad ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 ! ! PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111106015552AAj6rCu_ans-0006 # text = Any of the tip-top places have great ice-cream, get them to mix it up. -1 Any any DET DT _ 8 nsubj 8:nsubj|14:nsubj _ +1 Any any DET DT PronType=Ind 8 nsubj 8:nsubj|14:nsubj _ 2 of of ADP IN _ 7 case 7:case _ 3 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 4 tip tip ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 6 top top ADJ JJ Degree=Pos 7 amod 7:amod _ 7 places place NOUN NNS Number=Plur 1 nmod 1:nmod:of _ -8 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 great great ADJ JJ Degree=Pos 12 amod 12:amod _ 10 ice ice NOUN NN Number=Sing 12 compound 12:compound SpaceAfter=No -11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No 12 cream cream NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No 13 , , PUNCT , _ 14 punct 14:punct _ 14 get get VERB VB Mood=Imp|VerbForm=Fin 8 conj 8:conj _ @@ -23312,41 +23329,41 @@ # sent_id = answers-20111106015552AAj6rCu_ans-0007 # newpar id = answers-20111106015552AAj6rCu_ans-p0004 # text = any Ice Cream In NZ no matter where as New Zealand has the best bl**dy ice cream in the world I was in NZ for a few weeks had some Ice Cream and really enjoyed it I will go back just to eat some Ice Cream -1 any any DET DT _ 3 det 3:det _ +1 any any DET DT PronType=Ind 3 det 3:det _ 2 Ice ice NOUN NN Number=Sing 3 compound 3:compound _ 3 Cream cream NOUN NN Number=Sing 0 root 0:root _ 4 In in ADP IN _ 5 case 5:case _ 5 NZ NZ PROPN NNP Number=Sing 3 nmod 3:nmod:in _ -6 no no ADV RB _ 7 advmod 7:advmod _ -7 matter matter ADV RB _ 3 advmod 3:advmod _ -8 where where ADV WRB PronType=Int 7 acl:relcl 7:acl:relcl _ +6 no no DET DT PronType=Neg 7 det 7:det _ +7 matter matter NOUN NN Number=Sing 3 nmod:npmod 3:nmod:npmod _ +8 where where ADV WRB PronType=Int 7 acl 7:acl _ 9 as as SCONJ IN _ 12 mark 12:mark _ -10 New New PROPN NNP Number=Sing 11 compound 11:compound _ +10 New New ADJ NNP Degree=Pos 11 amod 11:amod _ 11 Zealand Zealand PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 12 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:as _ 13 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -14 best best ADJ JJS Degree=Sup 17 amod 17:amod _ -15 bl**dy bl**dy ADJ JJ Degree=Pos 17 amod 17:amod _ +14 best good ADJ JJS Degree=Sup 17 amod 17:amod _ +15 bl**dy bloody ADJ JJ Degree=Pos|Style=Expr 17 amod 17:amod CorrectForm=bloody 16 ice ice NOUN NN Number=Sing 17 compound 17:compound _ 17 cream cream NOUN NN Number=Sing 12 obj 12:obj _ 18 in in ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 world world NOUN NN Number=Sing 17 nmod 17:nmod:in _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj|29:nsubj|35:nsubj _ -22 was be VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ +22 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ 23 in in ADP IN _ 24 case 24:case _ 24 NZ NZ PROPN NNP Number=Sing 22 obl 22:obl:in _ 25 for for ADP IN _ 28 case 28:case _ 26 a a DET DT Definite=Ind|PronType=Art 28 det 28:det _ 27 few few ADJ JJ Degree=Pos 28 amod 28:amod _ 28 weeks week NOUN NNS Number=Plur 22 obl 22:obl:for _ -29 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 conj 22:conj:and _ -30 some some DET DT _ 32 det 32:det _ +29 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 22 conj 22:conj:and _ +30 some some DET DT PronType=Ind 32 det 32:det _ 31 Ice ice NOUN NN Number=Sing 32 compound 32:compound _ 32 Cream cream NOUN NN Number=Sing 29 obj 29:obj _ 33 and and CCONJ CC _ 35 cc 35:cc _ 34 really really ADV RB _ 35 advmod 35:advmod _ -35 enjoyed enjoy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 conj 22:conj:and _ +35 enjoyed enjoy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 22 conj 22:conj:and _ 36 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 35 obj 35:obj _ 37 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 39 nsubj 39:nsubj _ 38 will will AUX MD VerbForm=Fin 39 aux 39:aux _ @@ -23355,7 +23372,7 @@ 41 just just ADV RB _ 43 advmod 43:advmod _ 42 to to PART TO _ 43 mark 43:mark _ 43 eat eat VERB VB VerbForm=Inf 39 advcl 39:advcl:to _ -44 some some DET DT _ 46 det 46:det _ +44 some some DET DT PronType=Ind 46 det 46:det _ 45 Ice ice NOUN NN Number=Sing 46 compound 46:compound _ 46 Cream cream NOUN NN Number=Sing 43 obj 43:obj _ @@ -23363,7 +23380,7 @@ # sent_id = answers-20111106103415AAqdokn_ans-0001 # newpar id = answers-20111106103415AAqdokn_ans-p0001 # text = best burger chain in the Chicago area? -1 best best ADJ JJS Degree=Sup 3 amod 3:amod _ +1 best good ADJ JJS Degree=Sup 3 amod 3:amod _ 2 burger burger NOUN NN Number=Sing 3 compound 3:compound _ 3 chain chain NOUN NN Number=Sing 0 root 0:root _ 4 in in ADP IN _ 7 case 7:case _ @@ -23375,38 +23392,39 @@ # sent_id = answers-20111106103415AAqdokn_ans-0002 # newpar id = answers-20111106103415AAqdokn_ans-p0002 # text = which is the best burger chain in the chicago metro area like for example burger king portillos white castle which one do like the best? -1 which which PRON WDT PronType=Int 0 root 0:root _ +1 which which PRON WDT PronType=Int 0 root 0:root ManuallyChecked=PronType 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -4 best best ADJ JJS Degree=Sup 6 amod 6:amod _ +4 best good ADJ JJS Degree=Sup 6 amod 6:amod _ 5 burger burger NOUN NN Number=Sing 6 compound 6:compound _ 6 chain chain NOUN NN Number=Sing 1 nsubj 1:nsubj _ 7 in in ADP IN _ 11 case 11:case _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -9 chicago chicago PROPN NNP Number=Sing 11 compound 11:compound _ +9 chicago Chicago PROPN NNP Number=Sing 11 compound 11:compound _ 10 metro metro ADJ JJ Degree=Pos 11 amod 11:amod _ 11 area area NOUN NN Number=Sing 6 nmod 6:nmod:in _ -12 like like INTJ UH _ 16 case 16:case _ +12 like like INTJ UH _ 16 discourse 16:discourse _ 13 for for ADP IN _ 14 case 14:case _ 14 example example NOUN NN Number=Sing 16 nmod 16:nmod:for _ 15 burger burger PROPN NNP Number=Sing 16 compound 16:compound _ -16 king king PROPN NNP Number=Sing 6 nmod 6:nmod:like _ +16 king king PROPN NNP Number=Sing 1 parataxis 1:parataxis _ 17-18 portillos _ _ _ _ _ _ _ _ -17 portillo portillo PROPN NNP Number=Sing 16 conj 6:nmod:s|16:conj _ -18 s 's PART POS _ 17 case 17:case _ -19 white white PROPN NNP Number=Sing 20 compound 20:compound _ -20 castle castle PROPN NNP Number=Sing 16 conj 6:nmod:like|16:conj _ -21 which which DET WDT PronType=Int 22 det 22:det _ -22 one one NOUN NN Number=Sing 24 nsubj 24:nsubj _ -23 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ +17 portillo portillo PROPN NNP Number=Sing 16 conj 16:conj _ +18 s 's PART POS Typo=Yes 17 case 17:case CorrectForm='s +19 white white ADJ NNP Degree=Pos 20 amod 20:amod _ +20 castle castle PROPN NNP Number=Sing 16 conj 16:conj _ +21 which which DET WDT PronType=Int 22 det 22:det ManuallyChecked=PronType +22 one one NOUN NN Number=Sing 24 obj 24:obj _ +23 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ +23.1 you you PRON PRP Case=Nom|Person=2|PronType=Prs _ _ 24:nsubj _ 24 like like VERB VB VerbForm=Inf 1 parataxis 1:parataxis _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -26 best best ADV NN Number=Sing 24 obl:npmod 24:obl:npmod SpaceAfter=No +26 best well ADV RBS Degree=Sup 24 obl:npmod 24:obl:npmod SpaceAfter=No 27 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111106103415AAqdokn_ans-0003 # text = Red Robin. -1 Red Red PROPN NNP Number=Sing 2 compound 2:compound _ +1 Red Red ADJ NNP Degree=Pos 2 amod 2:amod _ 2 Robin Robin PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ @@ -23414,26 +23432,25 @@ # text = Onion Rings are great and the fries are endless. 1 Onion onion NOUN NN Number=Sing 2 compound 2:compound _ 2 Rings ring NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 great great ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 9 cc 9:cc _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -7 fries fries NOUN NNS Number=Plur 9 nsubj 9:nsubj _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +7 fries fry NOUN NNS Number=Plur 9 nsubj 9:nsubj _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 9 endless endless ADJ JJ Degree=Pos 4 conj 4:conj:and SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111106103415AAqdokn_ans-0005 # text = Fudruckers. -1 Fudrucker Fudrucker PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 s 's PART POS _ 1 case 1:case SpaceAfter=No -3 . . PUNCT . _ 1 punct 1:punct _ +1 Fudruckers Fuddruckers PROPN NNP Number=Sing|Typo=Yes 0 root 0:root CorrectForm=Fuddruckers|SpaceAfter=No +2 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111106103415AAqdokn_ans-0006 # newpar id = answers-20111106103415AAqdokn_ans-p0003 # text = idk ur choice -1 idk idk VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 discourse 3:discourse _ -2 ur ur PRON PRP$ _ 3 nmod:poss 3:nmod:poss _ +1 idk idk VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 discourse 3:discourse _ +2 ur your PRON PRP$ Abbr=Yes|Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss CorrectForm=your 3 choice choice NOUN NN Number=Sing 0 root 0:root _ # sent_id = answers-20111106103415AAqdokn_ans-0007 @@ -23445,7 +23462,7 @@ # sent_id = answers-20111106103415AAqdokn_ans-0008 # text = Does 5 make a chain? 1 Does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ -2 5 5 NUM CD NumType=Card 3 nsubj 3:nsubj _ +2 5 5 NUM CD NumForm=Digit|NumType=Card 3 nsubj 3:nsubj _ 3 make make VERB VB VerbForm=Inf 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 chain chain NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No @@ -23462,9 +23479,9 @@ 6 burger burger NOUN NN Number=Sing 7 compound 7:compound _ 7 formula formula NOUN NN Number=Sing 3 obj 3:obj|9:nsubj _ 8 that that PRON WDT PronType=Rel 9 nsubj 7:ref _ -9 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ -10 about about ADP IN _ 11 advmod 11:advmod _ -11 80 80 NUM CD NumType=Card 12 nummod 12:nummod _ +9 started start VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +10 about about ADV IN _ 11 advmod 11:advmod _ +11 80 80 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 12 years year NOUN NNS Number=Plur 13 obl:npmod 13:obl:npmod _ 13 ago ago ADV RB _ 9 advmod 9:advmod SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ @@ -23472,9 +23489,9 @@ # sent_id = answers-20111106103415AAqdokn_ans-0010 # text = There are currently 5 locations: 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 currently currently ADV RB _ 2 advmod 2:advmod _ -4 5 5 NUM CD NumType=Card 5 nummod 5:nummod _ +4 5 5 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 locations location NOUN NNS Number=Plur 2 nsubj 2:nsubj SpaceAfter=No 6 : : PUNCT : _ 2 punct 2:punct _ @@ -23485,7 +23502,7 @@ # sent_id = answers-20111106103415AAqdokn_ans-0012 # text = The latest spot for a real Hackney's is Printers' Row: 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 latest latest ADJ JJS Degree=Sup 3 amod 3:amod _ +2 latest late ADJ JJS Degree=Sup 3 amod 3:amod _ 3 spot spot NOUN NN Number=Sing 12 nsubj 12:nsubj _ 4 for for ADP IN _ 7 case 7:case _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -23494,7 +23511,8 @@ 7 Hackney Hackney PROPN NNP Number=Sing 3 nmod 3:nmod:for _ 8 's 's PART POS _ 7 case 7:case _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ -10 Printers Printers PROPN NNPS Number=Plur 12 nmod:poss 12:nmod:poss SpaceAfter=No +10-11 Printers' _ _ _ _ _ _ _ _ +10 Printers Printer PROPN NNPS Number=Plur 12 nmod:poss 12:nmod:poss _ 11 ' 's PART POS _ 10 case 10:case _ 12 Row Row PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No 13 : : PUNCT : _ 12 punct 12:punct _ @@ -23510,7 +23528,7 @@ 3 DD DD PROPN NNP Number=Sing 6 nsubj 6:nsubj SpaceAfter=No 4 & & CCONJ CC _ 5 cc 5:cc SpaceAfter=No 5 D D PROPN NNP Number=Sing 3 conj 3:conj|6:nsubj _ -6 showed show VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp _ +6 showed show VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp _ 7 at at ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 original original ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -23524,7 +23542,7 @@ # sent_id = answers-20111106103415AAqdokn_ans-0015 # text = http://www.youtube.com/watch?v=q2lDF0XU3NI -1 http://www.youtube.com/watch?v=q2lDF0XU3NI http://www.youtube.com/watch?v=q2ldf0xu3ni X ADD _ 0 root 0:root _ +1 http://www.youtube.com/watch?v=q2lDF0XU3NI http://www.youtube.com/watch?v=q2lDF0XU3NI X ADD _ 0 root 0:root _ # sent_id = answers-20111106103415AAqdokn_ans-0016 # text = Along with the great burger try a brick of onion rings if you are with someone. @@ -23541,9 +23559,9 @@ 11 rings ring NOUN NNS Number=Plur 8 nmod 8:nmod:of _ 12 if if SCONJ IN _ 16 mark 16:mark _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +14 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 15 with with ADP IN _ 16 case 16:case _ -16 someone someone PRON NN Number=Sing 6 advcl 6:advcl:with SpaceAfter=No +16 someone someone PRON NN Number=Sing|PronType=Ind 6 advcl 6:advcl:if SpaceAfter=No 17 . . PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111106103415AAqdokn_ans-0017 @@ -23565,7 +23583,7 @@ # sent_id = answers-20111108111112AAAjhoy_ans-0001 # newpar id = answers-20111108111112AAAjhoy_ans-p0001 # text = My dog has threw up yellow bile for two days but does not have dhirea. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 dog dog NOUN NN Number=Sing 4 nsubj 4:nsubj|14:nsubj _ 3 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 threw throw VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ @@ -23573,13 +23591,13 @@ 6 yellow yellow ADJ JJ Degree=Pos 7 amod 7:amod _ 7 bile bile NOUN NN Number=Sing 4 obj 4:obj _ 8 for for ADP IN _ 10 case 10:case _ -9 two two NUM CD NumType=Card 10 nummod 10:nummod _ +9 two two NUM CD NumForm=Word|NumType=Card 10 nummod 10:nummod _ 10 days day NOUN NNS Number=Plur 4 obl 4:obl:for _ 11 but but CCONJ CC _ 14 cc 14:cc _ 12 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 not not PART RB _ 14 advmod 14:advmod _ 14 have have VERB VB VerbForm=Inf 4 conj 4:conj:but _ -15 dhirea diarrhea NOUN NN Number=Sing|Typo=Yes 14 obj 14:obj SpaceAfter=No +15 dhirea diarrhea NOUN NN Number=Sing|Typo=Yes 14 obj 14:obj CorrectForm=diarrhea|SpaceAfter=No 16 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108111112AAAjhoy_ans-0002 @@ -23595,7 +23613,7 @@ # text = I've tried bland white rice but he wont eat anything. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 tried try VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 bland bland ADJ JJ Degree=Pos 6 amod 6:amod _ 5 white white ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -23604,9 +23622,9 @@ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 9-10 wont _ _ _ _ _ _ _ _ 9 wo will AUX MD VerbForm=Fin 11 aux 11:aux _ -10 nt not PART RB _ 11 advmod 11:advmod _ +10 nt not PART RB Typo=Yes 11 advmod 11:advmod CorrectForm=n't 11 eat eat VERB VB VerbForm=Inf 3 conj 3:conj:but _ -12 anything anything PRON NN Number=Sing 11 obj 11:obj SpaceAfter=No +12 anything anything PRON NN Number=Sing|PronType=Ind 11 obj 11:obj SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108111112AAAjhoy_ans-0004 @@ -23652,51 +23670,51 @@ # text = plz bring your dog to the vet ASAP!!! 1 plz plz INTJ UH _ 2 discourse 2:discourse _ 2 bring bring VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 dog dog NOUN NN Number=Sing 2 obj 2:obj _ 5 to to ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 vet vet NOUN NN Number=Sing 2 obl 2:obl:to _ -8 ASAP asap ADV RB _ 2 advmod 2:advmod SpaceAfter=No +8 ASAP ASAP ADV RB _ 2 advmod 2:advmod SpaceAfter=No 9 !!! !!! PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108111112AAAjhoy_ans-0009 # text = esp if not eating - if it had only happened once and could get him to eat right away - it could have been you missed his meal time and he needed to eat - since it sounds like it has happened several times over two days - then he may have gotten int to something that needs to be attended to RIGHT AWAY!!! -1 esp esp ADV RB _ 3 advmod 3:advmod _ +1 esp esp ADV RB _ 4 advmod 4:advmod _ 2 if if SCONJ IN _ 4 mark 4:mark _ 3 not not PART RB _ 4 advmod 4:advmod _ -4 eating eat VERB VBG VerbForm=Ger 24 advcl 24:advcl:if _ -5 - - PUNCT , _ 24 punct 24:punct _ +4 eating eat VERB VBG VerbForm=Ger 26 advcl 26:advcl:if _ +5 - - PUNCT , _ 4 punct 4:punct _ 6 if if SCONJ IN _ 10 mark 10:mark _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj|14:nsubj _ -8 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 aux 10:aux _ +8 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 aux 10:aux _ 9 only only ADV RB _ 10 advmod 10:advmod _ -10 happened happen VERB VBN Tense=Past|VerbForm=Part 24 advcl 24:advcl:if _ -11 once once ADV RB NumType=Mult 10 advmod 10:advmod _ +10 happened happen VERB VBN Tense=Past|VerbForm=Part 26 advcl 26:advcl:if _ +11 once once ADV RB NumForm=Word|NumType=Mult 10 advmod 10:advmod _ 12 and and CCONJ CC _ 14 cc 14:cc _ 13 could could AUX MD VerbForm=Fin 14 aux 14:aux _ -14 get get VERB VB VerbForm=Inf 10 conj 10:conj:and|24:advcl:if _ +14 get get VERB VB VerbForm=Inf 10 conj 10:conj:and|26:advcl:if _ 15 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 obj 14:obj|17:nsubj:xsubj _ 16 to to PART TO _ 17 mark 17:mark _ 17 eat eat VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 18 right right ADV RB _ 19 advmod 19:advmod _ 19 away away ADV RB _ 17 advmod 17:advmod _ -20 - - PUNCT , _ 24 punct 24:punct _ -21 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 24 nsubj 24:nsubj _ -22 could could AUX MD VerbForm=Fin 24 aux 24:aux _ -23 have have AUX VB VerbForm=Inf 24 aux 24:aux _ -24 been be VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +20 - - PUNCT , _ 10 punct 10:punct _ +21 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 26 nsubj:outer 26:nsubj:outer|32:nsubj:outer _ +22 could could AUX MD VerbForm=Fin 26 aux 26:aux _ +23 have have AUX VB VerbForm=Inf 26 aux 26:aux _ +24 been be AUX VBN Tense=Past|VerbForm=Part 26 cop 26:cop _ 25 you you PRON PRP Case=Nom|Person=2|PronType=Prs 26 nsubj 26:nsubj _ -26 missed miss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 ccomp 24:ccomp _ -27 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ -28 meal meal ADJ JJ Degree=Pos 29 amod 29:amod _ +26 missed miss VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 0 root 0:root _ +27 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +28 meal meal NOUN NN Number=Sing 29 compound 29:compound _ 29 time time NOUN NN Number=Sing 26 obj 26:obj _ 30 and and CCONJ CC _ 32 cc 32:cc _ 31 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 32 nsubj 32:nsubj|34:nsubj:xsubj _ -32 needed need VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 26 conj 24:ccomp|26:conj:and _ +32 needed need VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 26 conj 0:root|26:conj:and _ 33 to to PART TO _ 34 mark 34:mark _ 34 eat eat VERB VB VerbForm=Inf 32 xcomp 32:xcomp _ -35 - - PUNCT , _ 24 punct 24:punct _ +35 - - PUNCT , _ 53 punct 53:punct _ 36 since since SCONJ IN _ 38 mark 38:mark _ 37 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 38 expl 38:expl _ 38 sounds sound VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 53 advcl 53:advcl:since _ @@ -23707,17 +23725,17 @@ 43 several several ADJ JJ Degree=Pos 44 amod 44:amod _ 44 times time NOUN NNS Number=Plur 42 obj 42:obj _ 45 over over ADP IN _ 47 case 47:case _ -46 two two NUM CD NumType=Card 47 nummod 47:nummod _ +46 two two NUM CD NumForm=Word|NumType=Card 47 nummod 47:nummod _ 47 days day NOUN NNS Number=Plur 42 obl 42:obl:over _ -48 - - PUNCT , _ 53 punct 53:punct _ +48 - - PUNCT , _ 38 punct 38:punct _ 49 then then ADV RB PronType=Dem 53 advmod 53:advmod _ 50 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 53 nsubj 53:nsubj _ 51 may may AUX MD VerbForm=Fin 53 aux 53:aux _ 52 have have AUX VB VerbForm=Inf 53 aux 53:aux _ -53 gotten get VERB VBN Tense=Past|VerbForm=Part 24 parataxis 24:parataxis _ -54 int int X GW _ 56 case 56:case _ -55 to to ADP IN _ 54 goeswith 54:goeswith _ -56 something something PRON NN Number=Sing 53 obl 53:obl:to|58:nsubj|61:nsubj:xsubj _ +53 gotten get VERB VBN Tense=Past|VerbForm=Part 26 parataxis 26:parataxis _ +54 int into ADP GW Typo=Yes 56 case 56:case CorrectForm=into +55 to _ X IN _ 54 goeswith 54:goeswith _ +56 something something PRON NN Number=Sing|PronType=Ind 53 obl 53:obl:to|58:nsubj|61:nsubj:xsubj _ 57 that that PRON WDT PronType=Rel 58 nsubj 56:ref _ 58 needs need VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 56 acl:relcl 56:acl:relcl _ 59 to to PART TO _ 61 mark 61:mark _ @@ -23726,14 +23744,14 @@ 62 to to ADP IN _ 61 obl 61:obl _ 63 RIGHT right ADV RB _ 64 advmod 64:advmod _ 64 AWAY away ADV RB _ 61 advmod 61:advmod SpaceAfter=No -65 !!! !!! PUNCT . _ 24 punct 24:punct _ +65 !!! !!! PUNCT . _ 26 punct 26:punct _ # sent_id = answers-20111108111112AAAjhoy_ans-0010 # text = or has acquired some type of disease and that too needs to be attended to... -1 or or CCONJ CC _ 11 cc 11:cc _ +1 or or CCONJ CC _ 3 cc 3:cc _ 2 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 acquired acquire VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 some some DET DT _ 5 det 5:det _ +4 some some DET DT PronType=Ind 5 det 5:det _ 5 type type NOUN NN Number=Sing 3 obj 3:obj _ 6 of of ADP IN _ 7 case 7:case _ 7 disease disease NOUN NN Number=Sing 5 nmod 5:nmod:of _ @@ -23752,9 +23770,9 @@ # newpar id = answers-20111107200249AAIyCy5_ans-p0001 # text = why are there two statues of David? 1 why why ADV WRB PronType=Int 2 advmod 2:advmod _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 there there PRON EX _ 2 expl 2:expl _ -4 two two NUM CD NumType=Card 5 nummod 5:nummod _ +4 two two NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 5 statues statue NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 6 of of ADP IN _ 7 case 7:case _ 7 David David PROPN NNP Number=Sing 5 nmod 5:nmod:of SpaceAfter=No @@ -23763,7 +23781,7 @@ # sent_id = answers-20111107200249AAIyCy5_ans-0002 # newpar id = answers-20111107200249AAIyCy5_ans-p0002 # text = i doing a research paper on donatello and i notice that there are two statues of David, a bronze one and marble one. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ 2 doing do VERB VBG VerbForm=Ger 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 research research NOUN NN Number=Sing 5 compound 5:compound _ @@ -23771,16 +23789,16 @@ 6 on on ADP IN _ 7 case 7:case _ 7 donatello donatello PROPN NNP Number=Sing 5 nmod 5:nmod:on _ 8 and and CCONJ CC _ 10 cc 10:cc _ -9 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 notice notice VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +9 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ +10 notice notice VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 11 that that SCONJ IN _ 13 mark 13:mark _ 12 there there PRON EX _ 13 expl 13:expl _ -13 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 ccomp 10:ccomp _ -14 two two NUM CD NumType=Card 15 nummod 15:nummod _ +13 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 ccomp 10:ccomp _ +14 two two NUM CD NumForm=Word|NumType=Card 15 nummod 15:nummod _ 15 statues statue NOUN NNS Number=Plur 13 nsubj 13:nsubj _ 16 of of ADP IN _ 17 case 17:case _ 17 David David PROPN NNP Number=Sing 15 nmod 15:nmod:of SpaceAfter=No -18 , , PUNCT , _ 15 punct 15:punct _ +18 , , PUNCT , _ 21 punct 21:punct _ 19 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 20 bronze bronze NOUN NN Number=Sing 21 compound 21:compound _ 21 one one NOUN NN Number=Sing 15 appos 15:appos _ @@ -23792,38 +23810,38 @@ # sent_id = answers-20111107200249AAIyCy5_ans-0003 # text = Michelangelo made the marble one but why did he do another if Donatello had already made one? 1 Michelangelo Michelangelo PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 marble marble NOUN NN Number=Sing 5 compound 5:compound _ 5 one one NOUN NN Number=Sing 2 obj 2:obj _ 6 but but CCONJ CC _ 10 cc 10:cc _ 7 why why ADV WRB PronType=Int 10 advmod 10:advmod _ -8 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 aux 10:aux _ +8 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 aux 10:aux _ 9 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 10 do do VERB VB VerbForm=Inf 2 conj 2:conj:but _ -11 another another DET DT _ 10 obj 10:obj _ +11 another another DET DT PronType=Ind 10 obj 10:obj _ 12 if if SCONJ IN _ 16 mark 16:mark _ 13 Donatello Donatello PROPN NNP Number=Sing 16 nsubj 16:nsubj _ -14 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 aux 16:aux _ +14 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 aux 16:aux _ 15 already already ADV RB _ 16 advmod 16:advmod _ 16 made make VERB VBN Tense=Past|VerbForm=Part 10 advcl 10:advcl:if _ -17 one one NUM CD NumType=Card 16 obj 16:obj SpaceAfter=No +17 one one NUM CD NumForm=Word|NumType=Card 16 obj 16:obj SpaceAfter=No 18 ? ? PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111107200249AAIyCy5_ans-0004 # text = so im a little confused , why is there two statues of David? 1 so so ADV RB _ 6 advmod 6:advmod _ 2-3 im _ _ _ _ _ _ _ _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -3 m be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ +3 m be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 6 cop 6:cop CorrectForm='m 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 little little ADJ JJ Degree=Pos 6 obl:npmod 6:obl:npmod _ 6 confused confused ADJ JJ Degree=Pos 0 root 0:root _ -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 9 punct 9:punct _ 8 why why ADV WRB PronType=Int 9 advmod 9:advmod _ 9 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ 10 there there PRON EX _ 9 expl 9:expl _ -11 two two NUM CD NumType=Card 12 nummod 12:nummod _ +11 two two NUM CD NumForm=Word|NumType=Card 12 nummod 12:nummod _ 12 statues statue NOUN NNS Number=Plur 9 nsubj 9:nsubj _ 13 of of ADP IN _ 14 case 14:case _ 14 David David PROPN NNP Number=Sing 12 nmod 12:nmod:of SpaceAfter=No @@ -23834,7 +23852,7 @@ # text = different generations , the donatello is of a boy david as a young sheep Herder, the Michelangelo is the grown up man david as slayer and king 1 different different ADJ JJ Degree=Pos 2 amod 2:amod _ 2 generations generation NOUN NNS Number=Plur 0 root 0:root _ -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 10 punct 10:punct _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 donatello donatello PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ @@ -23847,12 +23865,12 @@ 13 young young ADJ JJ Degree=Pos 15 amod 15:amod _ 14 sheep sheep NOUN NN Number=Sing 15 compound 15:compound _ 15 Herder herder NOUN NN Number=Sing 10 nmod 10:nmod:as SpaceAfter=No -16 , , PUNCT , _ 10 punct 10:punct _ +16 , , PUNCT , _ 24 punct 24:punct _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 Michelangelo Michelangelo PROPN NNP Number=Sing 24 nsubj 24:nsubj _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ 20 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -21 grown grow VERB VBN Tense=Past|VerbForm=Part 23 amod 23:amod _ +21 grown grow VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 amod 23:amod _ 22 up up ADP RP _ 21 compound 21:compound _ 23 man man NOUN NN Number=Sing 24 compound 24:compound _ 24 david david PROPN NNP Number=Sing 10 parataxis 10:parataxis _ @@ -23866,7 +23884,7 @@ # text = Because he liked making statues of David! :D 1 Because because SCONJ IN _ 3 mark 3:mark _ 2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj|4:nsubj:xsubj _ -3 liked like VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 liked like VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 making make VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ 5 statues statue NOUN NNS Number=Plur 4 obj 4:obj _ 6 of of ADP IN _ 7 case 7:case _ @@ -23878,15 +23896,15 @@ # newpar id = answers-20111107200249AAIyCy5_ans-p0005 # text = Obviously, he should have been arrested and jailed - imagine making a statue or painting on the same subject as another artist - clearly insulting and disrespecting - wasted time that could have been used making a statue with clothes on. 1 Obviously obviously ADV RB _ 7 advmod 7:advmod SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj:pass 7:nsubj:pass|9:nsubj:pass _ 4 should should AUX MD VerbForm=Fin 7 aux 7:aux _ 5 have have AUX VB VerbForm=Inf 7 aux 7:aux _ 6 been be AUX VBN Tense=Past|VerbForm=Part 7 aux:pass 7:aux:pass _ 7 arrested arrest VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 jailed jail VERB VBN Tense=Past|VerbForm=Part 7 conj 7:conj:and _ -10 - - PUNCT , _ 7 punct 7:punct _ +9 jailed jail VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 conj 7:conj:and _ +10 - - PUNCT , _ 11 punct 11:punct _ 11 imagine imagine VERB VB Mood=Imp|VerbForm=Fin 7 parataxis 7:parataxis _ 12 making make VERB VBG VerbForm=Ger 11 xcomp 11:xcomp _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ @@ -23898,22 +23916,22 @@ 19 same same ADJ JJ Degree=Pos 20 amod 20:amod _ 20 subject subject NOUN NN Number=Sing 14 nmod 14:nmod:on _ 21 as as ADP IN _ 23 case 23:case _ -22 another another DET DT _ 23 det 23:det _ +22 another another DET DT PronType=Ind 23 det 23:det _ 23 artist artist NOUN NN Number=Sing 20 nmod 20:nmod:as _ -24 - - PUNCT , _ 7 punct 7:punct _ +24 - - PUNCT , _ 26 punct 26:punct _ 25 clearly clearly ADV RB _ 26 advmod 26:advmod _ 26 insulting insulting ADJ JJ Degree=Pos 12 advcl 12:advcl _ 27 and and CCONJ CC _ 28 cc 28:cc _ 28 disrespecting disrespecting ADJ JJ Degree=Pos 26 conj 12:advcl|26:conj:and _ 29 - - PUNCT , _ 31 punct 31:punct _ -30 wasted waste VERB VBN Tense=Past|VerbForm=Part 31 amod 31:amod _ -31 time time NOUN NN Number=Sing 7 parataxis 7:parataxis|36:nsubj:pass|37:nsubj:xsubj _ +30 wasted waste VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 31 amod 31:amod _ +31 time time NOUN NN Number=Sing 7 parataxis 7:parataxis|36:nsubj:pass _ 32 that that PRON WDT PronType=Rel 36 nsubj:pass 31:ref _ 33 could could AUX MD VerbForm=Fin 36 aux 36:aux _ 34 have have AUX VB VerbForm=Inf 36 aux 36:aux _ 35 been be AUX VBN Tense=Past|VerbForm=Part 36 aux:pass 36:aux:pass _ 36 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 31 acl:relcl 31:acl:relcl _ -37 making make VERB VBG VerbForm=Ger 36 xcomp 36:xcomp _ +37 making make VERB VBG VerbForm=Ger 36 advcl 36:advcl _ 38 a a DET DT Definite=Ind|PronType=Art 39 det 39:det _ 39 statue statue NOUN NN Number=Sing 37 obj 37:obj _ 40 with with ADP IN _ 41 case 41:case _ @@ -23938,7 +23956,7 @@ # newpar id = answers-20111107082312AAPNaxb_ans-p0002 # text = I have a friend out in Chicago this week, and I am trying to remember the name of an awesome hibachi style restaurant i visited while out there a couple years ago. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 friend friend NOUN NN Number=Sing 2 obj 2:obj _ 5 out out ADV RB _ 4 advmod 4:advmod _ @@ -23961,13 +23979,13 @@ 22 hibachi hibachi NOUN NN Number=Sing 23 compound 23:compound _ 23 style style NOUN NN Number=Sing 24 compound 24:compound _ 24 restaurant restaurant NOUN NN Number=Sing 18 nmod 18:nmod:of _ -25 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 26 nsubj 26:nsubj _ -26 visited visit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 acl:relcl 24:acl:relcl _ +25 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 26 nsubj 26:nsubj _ +26 visited visit VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 24 acl:relcl 24:acl:relcl _ 27 while while SCONJ IN _ 29 mark 29:mark _ 28 out out ADV RB _ 29 advmod 29:advmod _ 29 there there ADV RB PronType=Dem 26 advcl 26:advcl:while _ 30 a a DET DT Definite=Ind|PronType=Art 31 det 31:det _ -31 couple couple NOUN NN Number=Sing 32 nmod 32:nmod _ +31 couple couple NOUN NN Number=Sing 32 nmod:npmod 32:nmod:npmod _ 32 years year NOUN NNS Number=Plur 33 obl:npmod 33:obl:npmod _ 33 ago ago ADV RB _ 26 advmod 26:advmod SpaceAfter=No 34 . . PUNCT . _ 2 punct 2:punct _ @@ -23975,7 +23993,7 @@ # sent_id = answers-20111107082312AAPNaxb_ans-0003 # text = I think it was in the Lincoln Square area but don't quote me on that. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|13:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 5 in in ADP IN _ 9 case 9:case _ @@ -23995,24 +24013,24 @@ # sent_id = answers-20111107082312AAPNaxb_ans-0004 # text = It's 'gimmick' was that you fill your bowl cafeteria-style from raw ingredients and leave it on the counter with a chopstick listing your table number on it. -1 It's it's PRON PRP$ _ 3 nmod:poss 3:nmod:poss _ +1 It's its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 3 nmod:poss 3:nmod:poss CorrectForm=Its 2 ' ' PUNCT `` _ 3 punct 3:punct SpaceAfter=No -3 gimmick gimmick NOUN NN Number=Sing 5 nsubj 5:nsubj SpaceAfter=No +3 gimmick gimmick NOUN NN Number=Sing 8 nsubj:outer 8:nsubj:outer|18:nsubj:outer SpaceAfter=No 4 ' ' PUNCT '' _ 3 punct 3:punct _ -5 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 6 that that SCONJ IN _ 8 mark 8:mark _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj|18:nsubj _ -8 fill fill VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 fill fill VERB VB VerbForm=Inf 0 root 0:root _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 bowl bowl NOUN NN Number=Sing 8 obj 8:obj _ 11 cafeteria cafeteria NOUN NN Number=Sing 13 compound 13:compound SpaceAfter=No -12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 style style NOUN NN Number=Sing 8 obl:npmod 8:obl:npmod _ 14 from from ADP IN _ 16 case 16:case _ 15 raw raw ADJ JJ Degree=Pos 16 amod 16:amod _ 16 ingredients ingredient NOUN NNS Number=Plur 8 obl 8:obl:from _ 17 and and CCONJ CC _ 18 cc 18:cc _ -18 leave leave VERB VB VerbForm=Inf 8 conj 5:ccomp|8:conj:and _ +18 leave leave VERB VB VerbForm=Inf 8 conj 0:root|8:conj:and _ 19 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 obj 18:obj _ 20 on on ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ @@ -24021,16 +24039,16 @@ 24 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 25 chopstick chopstick NOUN NN Number=Sing 18 obl 18:obl:with _ 26 listing list VERB VBG VerbForm=Ger 25 acl 25:acl _ -27 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +27 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ 28 table table NOUN NN Number=Sing 29 compound 29:compound _ 29 number number NOUN NN Number=Sing 26 obj 26:obj _ 30 on on ADP IN _ 31 case 31:case _ 31 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 26 obl 26:obl:on SpaceAfter=No -32 . . PUNCT . _ 5 punct 5:punct _ +32 . . PUNCT . _ 8 punct 8:punct _ # sent_id = answers-20111107082312AAPNaxb_ans-0005 # text = Four guys around a large square open hibachi cook your food, and when it's finished a server brings it to your table. -1 Four four NUM CD NumType=Card 2 nummod 2:nummod _ +1 Four four NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 guys guy NOUN NNS Number=Plur 9 nsubj 9:nsubj _ 3 around around ADP IN _ 8 case 8:case _ 4 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ @@ -24038,12 +24056,12 @@ 6 square square NOUN NN Number=Sing 8 compound 8:compound _ 7 open open ADJ JJ Degree=Pos 8 amod 8:amod _ 8 hibachi hibachi NOUN NN Number=Sing 2 nmod 2:nmod:around _ -9 cook cook VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 cook cook VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 food food NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No 12 , , PUNCT , _ 20 punct 20:punct _ 13 and and CCONJ CC _ 20 cc 20:cc _ -14 when when SCONJ WRB PronType=Int 17 mark 17:mark _ +14 when when ADV WRB PronType=Int 17 advmod 17:advmod _ 15-16 it's _ _ _ _ _ _ _ _ 15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj:pass 17:nsubj:pass _ 16 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 aux:pass 17:aux:pass _ @@ -24053,17 +24071,17 @@ 20 brings bring VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 conj 9:conj:and _ 21 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 obj 20:obj _ 22 to to ADP IN _ 24 case 24:case _ -23 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +23 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 table table NOUN NN Number=Sing 20 obl 20:obl:to SpaceAfter=No 25 . . PUNCT . _ 9 punct 9:punct _ # sent_id = answers-20111107082312AAPNaxb_ans-0006 # text = All-you can-eat style deal. -1 All all DET DT _ 7 compound 7:compound SpaceAfter=No -2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +1 All all DET DT PronType=Tot 7 compound 7:compound SpaceAfter=No +2 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 4 can can AUX MD VerbForm=Fin 6 aux 6:aux SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 6 eat eat VERB VB VerbForm=Inf 1 acl:relcl 1:acl:relcl _ 7 style style NOUN NN Number=Sing 8 compound 8:compound _ 8 deal deal NOUN NN Number=Sing 0 root 0:root SpaceAfter=No @@ -24077,20 +24095,20 @@ 4 epic epic ADJ JJ Degree=Pos 0 root 0:root _ 5 as as SCONJ IN _ 7 mark 7:mark _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 remember remember VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:as _ +7 remember remember VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:as _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 would would AUX MD VerbForm=Fin 10 aux 10:aux _ 10 love love VERB VB VerbForm=Inf 4 conj 4:conj:and _ 11 to to PART TO _ 12 mark 12:mark _ 12 send send VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 friend friend NOUN NN Number=Sing 12 obj 12:obj _ 15 there there ADV RB PronType=Dem 12 advmod 12:advmod SpaceAfter=No 16 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111107082312AAPNaxb_ans-0008 # text = Any help? -1 Any any DET DT _ 2 det 2:det _ +1 Any any DET DT PronType=Ind 2 det 2:det _ 2 help help NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 3 ? ? PUNCT . _ 2 punct 2:punct _ @@ -24099,8 +24117,8 @@ # text = That is Flat Top Grill 1 That that PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -3 Flat Flat PROPN NNP Number=Sing 4 compound 4:compound _ -4 Top Top PROPN NNP Number=Sing 5 compound 5:compound _ +3 Flat Flat ADJ NNP Degree=Pos 4 amod 4:amod _ +4 Top Top ADJ NNP Degree=Pos 5 amod 5:amod _ 5 Grill Grill PROPN NNP Number=Sing 0 root 0:root _ # newdoc id = answers-20111108050147AAOkFgL_ans @@ -24111,7 +24129,7 @@ 1 What what PRON WP PronType=Int 0 root 0:root _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 best best ADJ JJS Degree=Sup 5 amod 5:amod _ +4 best good ADJ JJS Degree=Sup 5 amod 5:amod _ 5 time time NOUN NN Number=Sing 1 nsubj 1:nsubj _ 6 to to PART TO _ 7 mark 7:mark _ 7 start start VERB VB VerbForm=Inf 5 acl 5:acl:to _ @@ -24126,22 +24144,23 @@ # newpar id = answers-20111108050147AAOkFgL_ans-p0002 # text = Well,I'm about to graduate in less then a year,and I'm planning to study medical school. 1 Well well INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No -3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj SpaceAfter=No -4 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -5 about about ADV RB _ 0 root 0:root _ +2 , , PUNCT , _ 1 punct 1:punct SpaceAfter=No +3-4 I'm _ _ _ _ _ _ _ _ +3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ +4 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +5 about about ADJ JJ Degree=Pos 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 graduate graduate VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 in in ADP IN _ 12 case 12:case _ -9 less less ADV RBR Degree=Cmp 12 case 12:case _ -10 then than ADP IN Typo=Yes 12 nmod 12:nmod _ -11 a a DET DT Definite=Ind|PronType=Art 12 nummod 12:nummod _ -12 year year NOUN NN Number=Sing 7 obl 7:obl:less SpaceAfter=No +9 less less ADJ JJR Degree=Cmp|ExtPos=ADV 12 advmod 12:advmod _ +10 then than ADP IN Typo=Yes 9 fixed 9:fixed CorrectForm=than +11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ +12 year year NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No 13 , , PUNCT , _ 17 punct 17:punct SpaceAfter=No 14 and and CCONJ CC _ 17 cc 17:cc _ 15-16 I'm _ _ _ _ _ _ _ _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj|19:nsubj:xsubj _ -16 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +16 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 17 planning plan VERB VBG VerbForm=Ger 5 conj 5:conj:and _ 18 to to PART TO _ 19 mark 19:mark _ 19 study study VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ @@ -24151,32 +24170,32 @@ # sent_id = answers-20111108050147AAOkFgL_ans-0003 # text = But since in my country it lasts for minimum 6 years,and I want to go aground the world,what do you think,should I do it before or after medical school? -1 But but CCONJ CC _ 29 cc 29:cc _ +1 But but CCONJ CC _ 25 cc 25:cc _ 2 since since SCONJ IN _ 7 mark 7:mark _ 3 in in ADP IN _ 5 case 5:case _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 country country NOUN NN Number=Sing 7 obl 7:obl:in _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 7 lasts last VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 advcl 25:advcl:since _ 8 for for ADP IN _ 9 case 9:case _ 9 minimum minimum NOUN NN Number=Sing 7 obl 7:obl:for _ -10 6 6 NUM CD NumType=Card 11 nummod 11:nummod _ +10 6 6 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 11 years year NOUN NNS Number=Plur 7 obl:tmod 7:obl:tmod SpaceAfter=No 12 , , PUNCT , _ 15 punct 15:punct SpaceAfter=No 13 and and CCONJ CC _ 15 cc 15:cc _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj|17:nsubj:xsubj _ -15 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 conj 7:conj:and|25:advcl:since _ +15 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 conj 7:conj:and|25:advcl:since _ 16 to to PART TO _ 17 mark 17:mark _ 17 go go VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ -18 aground around ADP IN Typo=Yes 20 case 20:case _ +18 aground around ADP IN Typo=Yes 20 case 20:case CorrectForm=around 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -20 world world NOUN NN Number=Sing 17 obl 17:obl:aground SpaceAfter=No -21 , , PUNCT , _ 25 punct 25:punct SpaceAfter=No +20 world world NOUN NN Number=Sing 17 obl 17:obl:around SpaceAfter=No +21 , , PUNCT , _ 7 punct 7:punct CorrectSpaceAfter=Yes|SpaceAfter=No 22 what what PRON WP PronType=Int 25 obj 25:obj _ -23 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ +23 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ 24 you you PRON PRP Case=Nom|Person=2|PronType=Prs 25 nsubj 25:nsubj _ 25 think think VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No -26 , , PUNCT , _ 25 punct 25:punct SpaceAfter=No +26 , , PUNCT , _ 29 punct 29:punct CorrectSpaceAfter=Yes|SpaceAfter=No 27 should should AUX MD VerbForm=Fin 29 aux 29:aux _ 28 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 29 nsubj 29:nsubj _ 29 do do VERB VB VerbForm=Inf 25 parataxis 25:parataxis _ @@ -24198,12 +24217,12 @@ 5 to to PART TO _ 6 mark 6:mark _ 6 go go VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 before before ADV RB _ 6 advmod 6:advmod SpaceAfter=No -8 , , PUNCT , _ 14 punct 14:punct _ +8 , , PUNCT , _ 4 punct 4:punct _ 9 then then ADV RB PronType=Dem 14 advmod 14:advmod _ 10 by by ADP IN _ 12 case 12:case _ -11 all all DET DT _ 12 det 12:det _ +11 all all DET DT PronType=Tot 12 det 12:det _ 12 means means NOUN NNS Number=Plur 14 obl 14:obl:by SpaceAfter=No -13 , , PUNCT , _ 14 punct 14:punct _ +13 , , PUNCT , _ 12 punct 12:punct _ 14 GO go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root SpaceAfter=No 15 . . PUNCT . _ 14 punct 14:punct _ @@ -24211,15 +24230,15 @@ # text = If you have to wait, due to financial reasons, then wait. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ 4 to to PART TO _ 5 mark 5:mark _ 5 wait wait VERB VB VerbForm=Inf 3 xcomp 3:xcomp SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 10 punct 10:punct _ 7 due due ADP IN _ 10 case 10:case _ 8 to to ADP IN _ 7 fixed 7:fixed _ 9 financial financial ADJ JJ Degree=Pos 10 amod 10:amod _ 10 reasons reason NOUN NNS Number=Plur 5 obl 5:obl:due_to SpaceAfter=No -11 , , PUNCT , _ 13 punct 13:punct _ +11 , , PUNCT , _ 3 punct 3:punct _ 12 then then ADV RB PronType=Dem 13 advmod 13:advmod _ 13 wait wait VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root SpaceAfter=No 14 . . PUNCT . _ 13 punct 13:punct _ @@ -24247,14 +24266,14 @@ 19 as as SCONJ IN _ 22 mark 22:mark _ 20-21 I'm _ _ _ _ _ _ _ _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -21 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ +21 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 22 sure sure ADJ JJ Degree=Pos 13 advcl 13:advcl:as _ 23 this this DET DT Number=Sing|PronType=Dem 24 det 24:det _ 24 trip trip NOUN NN Number=Sing 26 nsubj:pass 26:nsubj:pass|28:nsubj:xsubj _ 25 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 aux:pass 26:aux:pass _ 26 intended intend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 ccomp 22:ccomp _ 27 to to PART TO _ 28 mark 28:mark _ -28 be be VERB VB VerbForm=Inf 26 xcomp 26:xcomp SpaceAfter=No +28 be be AUX VB VerbForm=Inf 26 xcomp 26:xcomp SpaceAfter=No 29 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108050147AAOkFgL_ans-0007 @@ -24266,20 +24285,20 @@ 5 incredibly incredibly ADV RB _ 6 advmod 6:advmod _ 6 expensive expensive ADJ JJ Degree=Pos 0 root 0:root _ 7 so so ADV RB _ 8 advmod 8:advmod _ -8 make make VERB VB Mood=Imp|VerbForm=Fin 6 ccomp 6:ccomp _ +8 make make VERB VB Mood=Imp|VerbForm=Fin 6 parataxis 6:parataxis _ 9 sure sure ADJ JJ Degree=Pos 8 xcomp 8:xcomp _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -11 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ +11 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 money money NOUN NN Number=Sing 11 obj 11:obj _ 14 and and CCONJ CC _ 18 cc 18:cc _ -15 of of ADV RB _ 17 advmod 17:advmod _ -16 course course ADV RB _ 15 fixed 15:fixed _ +15 of of ADP IN ExtPos=ADV 17 advmod 17:advmod _ +16 course course NOUN NN Number=Sing 15 fixed 15:fixed _ 17 free free ADJ JJ Degree=Pos 18 amod 18:amod _ 18 time time NOUN NN Number=Sing 13 conj 11:obj|13:conj:and _ 19 to to PART TO _ 20 mark 20:mark _ 20 take take VERB VB VerbForm=Inf 13 acl 13:acl:to _ -21 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 time time NOUN NN Number=Sing 20 obj 20:obj _ 23 and and CCONJ CC _ 24 cc 24:cc _ 24 have have VERB VB VerbForm=Inf 20 conj 13:acl:to|20:conj:and _ @@ -24301,7 +24320,7 @@ # sent_id = answers-20111108074455AAiMwmn_ans-0002 # newpar id = answers-20111108074455AAiMwmn_ans-p0002 # text = My canon t2i stops working at times as in the power bottom is switched to "on" but the camera does not respond to any function. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 canon canon PROPN NNP Number=Sing 3 compound 3:compound _ 3 t2i t2i PROPN NNP Number=Sing 4 nsubj 4:nsubj|5:nsubj:xsubj _ 4 stops stop VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ @@ -24312,9 +24331,9 @@ 9 in in SCONJ IN _ 8 fixed 8:fixed _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 power power NOUN NN Number=Sing 12 compound 12:compound _ -12 bottom bottom NOUN NN Number=Sing 14 nsubj:pass 14:nsubj:pass _ +12 bottom button NOUN NN Number=Sing|Typo=Yes 14 nsubj:pass 14:nsubj:pass CorrectForm=button 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 aux:pass 14:aux:pass _ -14 switched switch VERB VBN Tense=Past|VerbForm=Part 4 advcl 4:advcl:as_in _ +14 switched switch VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 advcl 4:advcl:as_in _ 15 to to ADP IN _ 17 case 17:case _ 16 " " PUNCT `` _ 17 punct 17:punct SpaceAfter=No 17 on on NOUN NN Number=Sing 14 obl 14:obl:to SpaceAfter=No @@ -24326,7 +24345,7 @@ 23 not not PART RB _ 24 advmod 24:advmod _ 24 respond respond VERB VB VerbForm=Inf 14 conj 4:advcl:as_in|14:conj:but _ 25 to to ADP IN _ 27 case 27:case _ -26 any any DET DT _ 27 det 27:det _ +26 any any DET DT PronType=Ind 27 det 27:det _ 27 function function NOUN NN Number=Sing 24 obl 24:obl:to SpaceAfter=No 28 . . PUNCT . _ 4 punct 4:punct _ @@ -24339,14 +24358,14 @@ 5 to to PART TO _ 6 mark 6:mark _ 6 work work VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 again again ADV RB _ 6 advmod 6:advmod _ -8 when when SCONJ WRB PronType=Int 10 mark 10:mark _ -9 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj|15:nsubj _ -10 take take VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:when _ +8 when when ADV WRB PronType=Int 10 advmod 10:advmod _ +9 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj|15:nsubj _ +10 take take VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:when _ 11 out out ADP RP _ 10 compound:prt 10:compound:prt _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 battery battery NOUN NN Number=Sing 10 obj 10:obj _ 14 and and CCONJ CC _ 15 cc 15:cc _ -15 put put VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 conj 4:advcl:when|10:conj:and _ +15 put put VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 conj 4:advcl:when|10:conj:and _ 16 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 obj 15:obj _ 17 back back ADV RB _ 15 advmod 15:advmod _ 18 in in ADV RB _ 15 advmod 15:advmod SpaceAfter=No @@ -24354,8 +24373,8 @@ # sent_id = answers-20111108074455AAiMwmn_ans-0004 # text = did anyone have this issue? -1 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ -2 anyone anyone PRON NN Number=Sing 3 nsubj 3:nsubj _ +1 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +2 anyone anyone PRON NN Number=Sing|PronType=Ind 3 nsubj 3:nsubj _ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 issue issue NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No @@ -24384,25 +24403,25 @@ # text = Sounds simple enough to me . 1 Sounds sound VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 simple simple ADJ JJ Degree=Pos 1 xcomp 1:xcomp _ -3 enough enough ADJ JJ Degree=Pos 2 advmod 2:advmod _ +3 enough enough ADV RB _ 2 advmod 2:advmod _ 4 to to ADP IN _ 5 case 5:case _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 1 obl 1:obl:to _ 6 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108074455AAiMwmn_ans-0008 # text = Your camera isn't acting normally, you got warranty, let Canon deal with it. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 camera camera NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3-4 isn't _ _ _ _ _ _ _ _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 acting act VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 6 normally normally ADV RB _ 5 advmod 5:advmod SpaceAfter=No -7 , , PUNCT , _ 5 punct 5:punct _ +7 , , PUNCT , _ 9 punct 9:punct _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -9 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 parataxis 5:parataxis _ +9 got get VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 5 parataxis 5:parataxis _ 10 warranty warranty NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No -11 , , PUNCT , _ 5 punct 5:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 let let VERB VB Mood=Imp|VerbForm=Fin 5 parataxis 5:parataxis _ 13 Canon Canon PROPN NNP Number=Sing 12 obj 12:obj|14:nsubj:xsubj _ 14 deal deal VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ @@ -24421,15 +24440,15 @@ # sent_id = answers-20111108074455AAiMwmn_ans-0010 # text = I shoot a t1i and haven't had such an issue. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|8:nsubj _ -2 shoot shoot VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 shoot shoot VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 t1i t1i PROPN NNP Number=Sing 2 obj 2:obj _ 5 and and CCONJ CC _ 8 cc 8:cc _ 6-7 haven't _ _ _ _ _ _ _ _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 n't not PART RB _ 8 advmod 8:advmod _ 8 had have VERB VBN Tense=Past|VerbForm=Part 2 conj 2:conj:and _ -9 such such DET PDT _ 11 det:predet 11:det:predet _ +9 such such DET PDT PronType=Ind 11 det:predet 11:det:predet _ 10 an a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 issue issue NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ @@ -24438,14 +24457,14 @@ # text = I also agree it's under warranty so get in touch with Canon. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 agree agree VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 agree agree VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4-5 it's _ _ _ _ _ _ _ _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 5 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 under under ADP IN _ 7 case 7:case _ 7 warranty warranty NOUN NN Number=Sing 3 ccomp 3:ccomp _ 8 so so ADV RB _ 9 advmod 9:advmod _ -9 get get VERB VB Mood=Imp|VerbForm=Fin 3 advcl 3:advcl _ +9 get get VERB VB Mood=Imp|VerbForm=Fin 3 parataxis 3:parataxis _ 10 in in ADP IN _ 11 case 11:case _ 11 touch touch NOUN NN Number=Sing 9 obl 9:obl:in _ 12 with with ADP IN _ 13 case 13:case _ @@ -24467,13 +24486,13 @@ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 re-boot re-boot NOUN NN Number=Sing 10 obj 10:obj _ 13 just just ADV RB _ 15 advmod 15:advmod _ -14 like like SCONJ IN _ 15 case 15:case _ -15 what what PRON WP PronType=Int 10 obl 10:obl:like _ +14 like like ADP IN _ 15 case 15:case _ +15 what what PRON WP PronType=Rel 10 obl 10:obl:like|16:nsubj _ 16 happens happen VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ 17 in in ADP IN _ 19 case 19:case _ 18 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 19 computer computer NOUN NN Number=Sing 16 obl 16:obl:in _ -20 - - PUNCT , _ 2 punct 2:punct _ +20 - - PUNCT , _ 21 punct 21:punct _ 21 needs need VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 22 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 23 re-start re-start NOUN NN Number=Sing 21 obj 21:obj _ @@ -24502,7 +24521,7 @@ # sent_id = answers-20111108102205AArwNzY_ans-0001 # newpar id = answers-20111108102205AArwNzY_ans-p0001 # text = Cheapest airline ticket from Raleigh to Philippines? -1 Cheapest cheapest ADJ JJS Degree=Sup 3 amod 3:amod _ +1 Cheapest cheap ADJ JJS Degree=Sup 3 amod 3:amod _ 2 airline airline NOUN NN Number=Sing 3 compound 3:compound _ 3 ticket ticket NOUN NN Number=Sing 0 root 0:root _ 4 from from ADP IN _ 5 case 5:case _ @@ -24516,7 +24535,7 @@ # text = I'm going on a vacation to the Philippines in May 2012, and I'm starting from Raleigh, NC (RDU Airport). 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 going go VERB VBG VerbForm=Ger 0 root 0:root _ 4 on on ADP IN _ 6 case 6:case _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -24526,26 +24545,26 @@ 9 Philippines Philippines PROPN NNPS Number=Plur 6 nmod 6:nmod:to _ 10 in in ADP IN _ 11 case 11:case _ 11 May May PROPN NNP Number=Sing 3 obl 3:obl:in _ -12 2012 2012 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No +12 2012 2012 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No 13 , , PUNCT , _ 17 punct 17:punct _ 14 and and CCONJ CC _ 17 cc 17:cc _ 15-16 I'm _ _ _ _ _ _ _ _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -16 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +16 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 17 starting start VERB VBG VerbForm=Ger 3 conj 3:conj:and _ 18 from from ADP IN _ 19 case 19:case _ 19 Raleigh Raleigh PROPN NNP Number=Sing 17 obl 17:obl:from SpaceAfter=No -20 , , PUNCT , _ 19 punct 19:punct _ +20 , , PUNCT , _ 21 punct 21:punct _ 21 NC NC PROPN NNP Number=Sing 19 appos 19:appos _ -22 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No +22 ( ( PUNCT -LRB- _ 24 punct 24:punct SpaceAfter=No 23 RDU RDU PROPN NNP Number=Sing 24 compound 24:compound _ 24 Airport Airport PROPN NNP Number=Sing 19 appos 19:appos SpaceAfter=No -25 ) ) PUNCT -RRB- _ 19 punct 19:punct SpaceAfter=No +25 ) ) PUNCT -RRB- _ 24 punct 24:punct SpaceAfter=No 26 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108102205AArwNzY_ans-0003 # text = Which airlines should I look into and when should I buy my ticket? -1 Which which DET WDT PronType=Int 2 det 2:det _ +1 Which which DET WDT PronType=Int 2 det 2:det ManuallyChecked=PronType 2 airlines airline NOUN NNS Number=Plur 5 obl 5:obl:into _ 3 should should AUX MD VerbForm=Fin 5 aux 5:aux _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ @@ -24556,17 +24575,17 @@ 9 should should AUX MD VerbForm=Fin 11 aux 11:aux _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 11 buy buy VERB VB VerbForm=Inf 5 conj 5:conj:and _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 ticket ticket NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 14 ? ? PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108102205AArwNzY_ans-0004 # newpar id = answers-20111108102205AArwNzY_ans-p0003 # text = The sooner the better but I'd probably wait until after the holidays. -1 The the DET DT Definite=Def|PronType=Art 2 mark 2:mark _ -2 sooner sooner ADV RBR Degree=Cmp 4 advcl 4:advcl:the _ -3 the the DET DT Definite=Def|PronType=Art 4 mark 4:mark _ -4 better better ADV RBR Degree=Cmp 0 root 0:root _ +1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ +2 sooner soon ADV RBR Degree=Cmp 4 advcl 4:advcl:the _ +3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ +4 better well ADV RBR Degree=Cmp 0 root 0:root _ 5 but but CCONJ CC _ 9 cc 9:cc _ 6-7 I'd _ _ _ _ _ _ _ _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ @@ -24589,22 +24608,22 @@ 6 see see VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ 7 what what PRON WP PronType=Int 9 obl 9:obl:with _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -9 come come VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ +9 come come VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ 10 up up ADV RB _ 9 advmod 9:advmod _ 11 with with ADP IN _ 7 case 7:case SpaceAfter=No 12 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108102205AArwNzY_ans-0006 # text = My friend goes to the Phils every 6 months or so and she has found that Korean Air has had the cheapest fares lately. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 friend friend NOUN NN Number=Sing 3 nsubj 3:nsubj _ 3 goes go VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 Phils Phils PROPN NNP Number=Sing 3 obl 3:obl:to _ -7 every every DET DT _ 9 det 9:det _ -8 6 6 NUM CD NumType=Card 9 nummod 9:nummod _ -9 months month NOUN NNS Number=Plur 3 obl:npmod 3:obl:npmod _ +7 every every DET DT PronType=Tot 9 det 9:det _ +8 6 6 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ +9 months month NOUN NNS Number=Plur 3 obl:tmod 3:obl:tmod _ 10 or or CCONJ CC _ 11 cc 11:cc _ 11 so so ADV RB _ 9 conj 3:obl:npmod|9:conj:or _ 12 and and CCONJ CC _ 15 cc 15:cc _ @@ -24617,7 +24636,7 @@ 19 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 20 had have VERB VBN Tense=Past|VerbForm=Part 15 ccomp 15:ccomp _ 21 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -22 cheapest cheapest ADJ JJS Degree=Sup 23 amod 23:amod _ +22 cheapest cheap ADJ JJS Degree=Sup 23 amod 23:amod _ 23 fares fare NOUN NNS Number=Plur 20 obj 20:obj _ 24 lately lately ADV RB _ 20 advmod 20:advmod SpaceAfter=No 25 . . PUNCT . _ 3 punct 3:punct _ @@ -24643,7 +24662,7 @@ 1 Compare compare VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 compare compare VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj _ 3 compare compare VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj _ -4 - - PUNCT , _ 1 punct 1:punct _ +4 - - PUNCT , _ 8 punct 8:punct _ 5-6 that's _ _ _ _ _ _ _ _ 5 that that PRON DT Number=Sing|PronType=Dem 8 nsubj 8:nsubj _ 6 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ @@ -24652,7 +24671,7 @@ 9 to to SCONJ IN _ 10 mark 10:mark _ 10 getting get VERB VBG VerbForm=Ger 8 acl 8:acl:to _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 best best ADJ JJS Degree=Sup 13 amod 13:amod _ +12 best good ADJ JJS Degree=Sup 13 amod 13:amod _ 13 deal deal NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 14 . . PUNCT . _ 1 punct 1:punct _ @@ -24662,40 +24681,40 @@ 1 Ask ask VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 travel travel NOUN NN Number=Sing 4 compound 4:compound _ -4 agent agent NOUN NN Number=Sing 1 obj 1:obj SpaceAfter=No +4 agent agent NOUN NN Number=Sing 1 iobj 1:iobj SpaceAfter=No 5 ! ! PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108102205AArwNzY_ans-0010 # newpar id = answers-20111108102205AArwNzY_ans-p0005 # text = On my last 6 trips here from the states I used "Fly genesis" based in Seattle, Wa. 1 On on ADP IN _ 5 case 5:case _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 3 last last ADJ JJ Degree=Pos 5 amod 5:amod _ -4 6 6 NUM CD NumType=Card 5 nummod 5:nummod _ +4 6 6 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 trips trip NOUN NNS Number=Plur 11 obl 11:obl:on _ 6 here here ADV RB PronType=Dem 5 advmod 5:advmod _ 7 from from ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 states states PROPN NNP Number=Sing 5 nmod 5:nmod:from _ +9 states State PROPN NNPS Number=Plur 5 nmod 5:nmod:from _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +11 used use VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 12 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No 13 Fly Fly PROPN NNP Number=Sing 14 compound 14:compound _ 14 genesis genesis PROPN NNP Number=Sing 11 obj 11:obj SpaceAfter=No 15 " " PUNCT '' _ 14 punct 14:punct _ -16 based base VERB VBN Tense=Past|VerbForm=Part 14 acl 14:acl _ +16 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 acl 14:acl _ 17 in in ADP IN _ 18 case 18:case _ 18 Seattle Seattle PROPN NNP Number=Sing 16 obl 16:obl:in SpaceAfter=No -19 , , PUNCT , _ 18 punct 18:punct _ +19 , , PUNCT , _ 20 punct 20:punct _ 20 Wa Wa PROPN NNP Number=Sing 18 appos 18:appos SpaceAfter=No 21 . . PUNCT . _ 11 punct 11:punct _ # sent_id = answers-20111108102205AArwNzY_ans-0011 # text = They gave the best service & rates I could find. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 gave give VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 best best ADJ JJS Degree=Sup 5 amod 5:amod _ +4 best good ADJ JJS Degree=Sup 5 amod 5:amod _ 5 service service NOUN NN Number=Sing 2 obj 2:obj _ 6 & & CCONJ CC _ 7 cc 7:cc _ 7 rates rate NOUN NNS Number=Plur 5 conj 2:obj|5:conj _ @@ -24711,7 +24730,7 @@ 1 What what PRON WP PronType=Int 5 nsubj 5:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 best best ADJ JJS Degree=Sup 5 amod 5:amod _ +4 best good ADJ JJS Degree=Sup 5 amod 5:amod _ 5 place place NOUN NN Number=Sing 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 get get VERB VB VerbForm=Inf 5 acl 5:acl:to _ @@ -24727,7 +24746,7 @@ # text = I just moved into the city, and I'm wondering if there's a place I can get good deals on restaurants here. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 moved move VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 moved move VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 into into ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 city city NOUN NN Number=Sing 3 obl 3:obl:into SpaceAfter=No @@ -24735,12 +24754,12 @@ 8 and and CCONJ CC _ 11 cc 11:cc _ 9-10 I'm _ _ _ _ _ _ _ _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -10 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 wondering wonder VERB VBG VerbForm=Ger 3 conj 3:conj:and _ 12 if if SCONJ IN _ 14 mark 14:mark _ 13-14 there's _ _ _ _ _ _ _ _ 13 there there PRON EX _ 14 expl 14:expl _ -14 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:if _ +14 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 ccomp 11:ccomp _ 15 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 16 place place NOUN NN Number=Sing 14 nsubj 14:nsubj _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ @@ -24757,7 +24776,7 @@ # text = I don't want to have to deal with those deal-a-day websites like Groupon. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj|8:nsubj:xsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 want want VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ @@ -24767,9 +24786,9 @@ 9 with with ADP IN _ 16 case 16:case _ 10 those that DET DT Number=Plur|PronType=Dem 16 det 16:det _ 11 deal deal NOUN NN Number=Sing 15 compound 15:compound SpaceAfter=No -12 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 day day NOUN NN Number=Sing 16 compound 16:compound _ 16 websites website NOUN NNS Number=Plur 8 obl 8:obl:with _ 17 like like ADP IN _ 18 case 18:case _ @@ -24780,7 +24799,7 @@ # text = I just want a simple way to get a good deal to whatever Restaurant I want, whenever I want. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 simple simple ADJ JJ Degree=Pos 6 amod 6:amod _ 6 way way NOUN NN Number=Sing 3 obj 3:obj _ @@ -24793,22 +24812,22 @@ 13 whatever whatever DET WDT PronType=Int 14 det 14:det _ 14 Restaurant restaurant NOUN NN Number=Sing 11 nmod 11:nmod:to _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -16 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 acl:relcl 14:acl:relcl SpaceAfter=No -17 , , PUNCT , _ 8 punct 8:punct _ -18 whenever whenever SCONJ WRB PronType=Int 20 mark 20:mark _ +16 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 acl:relcl 14:acl:relcl SpaceAfter=No +17 , , PUNCT , _ 20 punct 20:punct _ +18 whenever whenever ADV WRB PronType=Int 20 advmod 20:advmod _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:whenever SpaceAfter=No +20 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl SpaceAfter=No 21 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111103205154AAOod9K_ans-0005 # text = Any suggestions would be really helpful, thanks! -1 Any any DET DT _ 2 det 2:det _ +1 Any any DET DT PronType=Ind 2 det 2:det _ 2 suggestions suggestion NOUN NNS Number=Plur 6 nsubj 6:nsubj _ 3 would would AUX MD VerbForm=Fin 6 aux 6:aux _ 4 be be AUX VB VerbForm=Inf 6 cop 6:cop _ 5 really really ADV RB _ 6 advmod 6:advmod _ 6 helpful helpful ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 8 punct 8:punct _ 8 thanks thanks NOUN NN Number=Sing 6 discourse 6:discourse SpaceAfter=No 9 ! ! PUNCT . _ 6 punct 6:punct _ @@ -24817,7 +24836,7 @@ # text = I usually use ZebraKlub. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 usually usually ADV RB _ 3 advmod 3:advmod _ -3 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 use use VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 ZebraKlub ZebraKlub PROPN NNP Number=Sing 3 obj 3:obj SpaceAfter=No 5 . . PUNCT . _ 3 punct 3:punct _ @@ -24825,7 +24844,7 @@ # text = They basically buy daily deals from Groupon, Living Social, and all sorts of other places. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 basically basically ADV RB _ 3 advmod 3:advmod _ -3 buy buy VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 buy buy VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 daily daily ADJ JJ Degree=Pos 5 amod 5:amod _ 5 deals deal NOUN NNS Number=Plur 3 obj 3:obj _ 6 from from ADP IN _ 7 case 7:case _ @@ -24835,7 +24854,7 @@ 10 Social Social PROPN NNP Number=Sing 7 conj 3:obl:from|7:conj:and SpaceAfter=No 11 , , PUNCT , _ 14 punct 14:punct _ 12 and and CCONJ CC _ 14 cc 14:cc _ -13 all all DET DT _ 14 det 14:det _ +13 all all DET DT PronType=Tot 14 det 14:det _ 14 sorts sort NOUN NNS Number=Plur 7 conj 3:obl:from|7:conj:and _ 15 of of ADP IN _ 17 case 17:case _ 16 other other ADJ JJ Degree=Pos 17 amod 17:amod _ @@ -24853,7 +24872,7 @@ 7 whatever whatever DET WDT PronType=Int 8 det 8:det _ 8 deal deal NOUN NN Number=Sing 6 obj 6:obj _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -10 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +10 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 11 anytime anytime NOUN NN Number=Sing 6 obl:tmod 6:obl:tmod SpaceAfter=No 12 . . PUNCT . _ 6 punct 6:punct _ @@ -24863,19 +24882,19 @@ 2 of of ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 deals deal NOUN NNS Number=Plur 1 nmod 1:nmod:of _ -5 let let VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 let let VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 obj 5:obj|7:nsubj:xsubj _ 7 eat eat VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 for for ADP IN _ 10 case 10:case _ -9 500 500 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No +9 500 500 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No 10 ff ff NOUN NNS Number=Plur 7 obl 7:obl:for SpaceAfter=No 11 , , PUNCT , _ 19 punct 19:punct _ 12 and and CCONJ CC _ 19 cc 19:cc _ -13 some some DET DT _ 19 nsubj 19:nsubj _ +13 some some DET DT PronType=Ind 19 nsubj 19:nsubj _ 14 of of ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 deals deal NOUN NNS Number=Plur 13 nmod 13:nmod:of _ -17 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ +17 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 18 even even ADV RB _ 19 advmod 19:advmod _ 19 free free ADJ JJ Degree=Pos 5 conj 5:conj:and SpaceAfter=No 20 . . PUNCT . _ 5 punct 5:punct _ @@ -24884,21 +24903,21 @@ # text = If you want to eat cheaply without worrying about all those daily deal emails every day, ZebraKlub should be perfect for you. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 advcl 21:advcl:if _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 21 advcl 21:advcl:if _ 4 to to PART TO _ 5 mark 5:mark _ 5 eat eat VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 cheaply cheaply ADV RB _ 5 advmod 5:advmod _ 7 without without SCONJ IN _ 8 mark 8:mark _ 8 worrying worry VERB VBG VerbForm=Ger 5 advcl 5:advcl:without _ 9 about about ADP IN _ 14 case 14:case _ -10 all all DET PDT _ 14 det:predet 14:det:predet _ +10 all all DET PDT PronType=Tot 14 det:predet 14:det:predet _ 11 those that DET DT Number=Plur|PronType=Dem 14 det 14:det _ 12 daily daily ADJ JJ Degree=Pos 13 amod 13:amod _ 13 deal deal NOUN NN Number=Sing 14 compound 14:compound _ 14 emails email NOUN NNS Number=Plur 8 obl 8:obl:about _ -15 every every DET DT _ 16 det 16:det _ +15 every every DET DT PronType=Tot 16 det 16:det _ 16 day day NOUN NN Number=Sing 8 obl:tmod 8:obl:tmod SpaceAfter=No -17 , , PUNCT , _ 21 punct 21:punct _ +17 , , PUNCT , _ 3 punct 3:punct _ 18 ZebraKlub ZebraKlub PROPN NNP Number=Sing 21 nsubj 21:nsubj _ 19 should should AUX MD VerbForm=Fin 21 aux 21:aux _ 20 be be AUX VB VerbForm=Inf 21 cop 21:cop _ @@ -24917,7 +24936,7 @@ 4 go go VERB VB VerbForm=Inf 0 root 0:root _ 5 on on ADP IN _ 8 case 8:case _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -7 first first ADJ JJ Degree=Pos|NumType=Ord 8 amod 8:amod _ +7 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 8 amod 8:amod _ 8 date date NOUN NN Number=Sing 4 obl 4:obl:on _ 9 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No 10 adults adult NOUN NNS Number=Plur 4 parataxis 4:parataxis SpaceAfter=No @@ -24929,14 +24948,14 @@ # text = Looking for something on the casual side and we want it to be fun. 1 Looking look VERB VBG VerbForm=Ger 0 root 0:root _ 2 for for ADP IN _ 3 case 3:case _ -3 something something PRON NN Number=Sing 1 obl 1:obl:for _ +3 something something PRON NN Number=Sing|PronType=Ind 1 obl 1:obl:for _ 4 on on ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 casual casual ADJ JJ Degree=Pos 7 amod 7:amod _ 7 side side NOUN NN Number=Sing 3 nmod 3:nmod:on _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 conj 1:conj:and _ +10 want want VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 1 conj 1:conj:and _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 obj 10:obj|14:nsubj:xsubj _ 12 to to PART TO _ 14 mark 14:mark _ 13 be be AUX VB VerbForm=Inf 14 cop 14:cop _ @@ -24949,11 +24968,11 @@ 1 May may AUX MD VerbForm=Fin 2 aux 2:aux _ 2 seem seem VERB VB VerbForm=Inf 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ -4 little little NOUN NN Number=Sing 5 obl:npmod 5:obl:npmod _ +4 little little ADJ JJ Degree=Pos 5 obl:npmod 5:obl:npmod _ 5 silly silly ADJ JJ Degree=Pos 2 xcomp 2:xcomp SpaceAfter=No 6 , , PUNCT , _ 26 punct 26:punct _ 7 but but CCONJ CC _ 26 cc 26:cc SpaceAfter=No -8 , , PUNCT , _ 26 punct 26:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 taking take VERB VBG VerbForm=Ger 26 csubj 26:csubj _ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 11 long long ADJ JJ Degree=Pos 12 amod 12:amod _ @@ -24964,9 +24983,9 @@ 16 system system NOUN NN Number=Sing 9 obl 9:obl:on _ 17 or or CCONJ CC _ 22 cc 22:cc _ 18 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -19 " " PUNCT `` _ 22 punct 22:punct SpaceAfter=No +19 " " PUNCT `` _ 20 punct 20:punct SpaceAfter=No 20 L L PROPN NNP Number=Sing 22 compound 22:compound SpaceAfter=No -21 " " PUNCT '' _ 22 punct 22:punct _ +21 " " PUNCT '' _ 20 punct 20:punct _ 22 system system NOUN NN Number=Sing 16 conj 9:obl:on|16:conj:or _ 23 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ 24 a a DET DT Definite=Ind|PronType=Art 26 det 26:det _ @@ -24992,8 +25011,8 @@ 4 visiting visit VERB VBG VerbForm=Ger 2 advcl 2:advcl:about _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 6 Chicago Chicago PROPN NNP Number=Sing 8 compound 8:compound _ -7 Botanical Botanical PROPN NNP Number=Sing 8 compound 8:compound _ -8 Gardens Gardens PROPN NNPS Number=Plur 4 obj 4:obj _ +7 Botanical Botanical ADJ NNP Degree=Pos 8 amod 8:amod _ +8 Gardens Garden PROPN NNPS Number=Plur 4 obj 4:obj _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 see see VERB VB VerbForm=Inf 4 conj 2:advcl:about|4:conj:and _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -25004,22 +25023,22 @@ 16 enjoy enjoy VERB VB VerbForm=Inf 10 conj 10:conj:and _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 air air NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No -19 , , PUNCT , _ 2 punct 2:punct _ +19 , , PUNCT , _ 22 punct 22:punct _ 20 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 22 nsubj 22:nsubj _ 21 also also ADV RB _ 22 advmod 22:advmod _ -22 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +22 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 23 many many ADJ JJ Degree=Pos 25 amod 25:amod _ 24 inside inside ADJ JJ Degree=Pos 25 amod 25:amod _ 25 exhibits exhibit NOUN NNS Number=Plur 22 obj 22:obj _ 26 you you PRON PRP Case=Nom|Person=2|PronType=Prs 28 nsubj 28:nsubj _ 27 might might AUX MD VerbForm=Fin 28 aux 28:aux _ 28 enjoy enjoy VERB VB VerbForm=Inf 25 acl:relcl 25:acl:relcl SpaceAfter=No -29 , , PUNCT , _ 2 punct 2:punct _ +29 , , PUNCT , _ 33 punct 33:punct _ 30 food food NOUN NN Number=Sing 33 nsubj 33:nsubj _ 31 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 33 cop 33:cop _ 32 pretty pretty ADV RB _ 33 advmod 33:advmod _ 33 good good ADJ JJ Degree=Pos 2 parataxis 2:parataxis _ -34 to to ADV RB _ 33 advmod 33:advmod SpaceAfter=No +34 to too ADV RB Typo=Yes 33 advmod 33:advmod CorrectForm=too|SpaceAfter=No 35 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111106230959AAuYQ5Q_ans-0005 @@ -25030,11 +25049,11 @@ 3 starbucks starbucks PROPN NNP Number=Sing 1 obl 1:obl _ 4-5 dont _ _ _ _ _ _ _ _ 4 do do AUX VB Mood=Imp|VerbForm=Fin 6 aux 6:aux _ -5 nt not PART RB _ 6 advmod 6:advmod _ +5 nt not PART RB Typo=Yes 6 advmod 6:advmod CorrectForm=n't 6 spend spend VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ -7 more more ADJ JJR Degree=Cmp 9 advmod 9:advmod _ +7 more more ADJ JJR Degree=Cmp|ExtPos=ADV 9 advmod 9:advmod _ 8 than than ADP IN _ 7 fixed 7:fixed _ -9 20 20 NUM CD NumType=Card 10 nummod 10:nummod _ +9 20 20 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 bucks buck NOUN NNS Number=Plur 6 obj 6:obj _ 11 :) :) SYM NFP _ 1 discourse 1:discourse _ @@ -25046,21 +25065,21 @@ 3 in in ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 park park NOUN NN Number=Sing 2 nmod 2:nmod:in SpaceAfter=No -6 , , PUNCT , _ 2 punct 2:punct _ -7 followed follow VERB VBN Tense=Past|VerbForm=Part 2 acl 2:acl _ +6 , , PUNCT , _ 7 punct 7:punct _ +7 followed follow VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 acl 2:acl _ 8 by by ADP IN _ 9 case 9:case _ -9 coffee coffee NOUN NN Number=Sing 7 obl 7:obl:by SpaceAfter=No +9 coffee coffee NOUN NN Number=Sing 7 obl:agent 7:obl:agent SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111106230959AAuYQ5Q_ans-0007 # text = You are busy, you don't have to sit face to face to try 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 busy busy ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 8 punct 8:punct _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ 6-7 don't _ _ _ _ _ _ _ _ -6 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 n't not PART RB _ 8 advmod 8:advmod _ 8 have have VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ 9 to to PART TO _ 10 mark 10:mark _ @@ -25076,7 +25095,7 @@ 1 to to PART TO _ 2 mark 2:mark _ 2 make make VERB VB VerbForm=Inf 0 root 0:root _ 3 convo convo NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -4 , , PUNCT , _ 2 punct 2:punct _ +4 , , PUNCT , _ 7 punct 7:punct _ 5-6 it's _ _ _ _ _ _ _ _ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 6 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ @@ -25085,11 +25104,11 @@ 9 so so ADV RB _ 16 advmod 16:advmod _ 10 if if SCONJ IN _ 12 mark 12:mark _ 11 things thing NOUN NNS Number=Plur 12 nsubj 12:nsubj _ -12 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:if _ +12 go go VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:if _ 13 great great ADV RB _ 12 advmod 12:advmod SpaceAfter=No -14 , , PUNCT , _ 16 punct 16:punct _ +14 , , PUNCT , _ 12 punct 12:punct _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -16 can can AUX MD VerbForm=Fin 7 conj 7:conj _ +16 can can AUX MD VerbForm=Fin 7 parataxis 7:parataxis _ # sent_id = answers-20111106230959AAuYQ5Q_ans-0009 # text = extend, and if you want to end it, you just say bye, @@ -25098,11 +25117,11 @@ 3 and and CCONJ CC _ 13 cc 13:cc _ 4 if if SCONJ IN _ 6 mark 6:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj|8:nsubj:xsubj _ -6 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ +6 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ 7 to to PART TO _ 8 mark 8:mark _ 8 end end VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 9 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 obj 8:obj SpaceAfter=No -10 , , PUNCT , _ 13 punct 13:punct _ +10 , , PUNCT , _ 6 punct 6:punct _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ 12 just just ADV RB _ 13 advmod 13:advmod _ 13 say say VERB VB VerbForm=Inf 1 conj 1:conj:and _ @@ -25122,14 +25141,14 @@ # newpar id = answers-20111108104517AAw5v4L_ans-p0001 # text = I decided to get a 150 gal aquarium, what can I fill it with? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 decided decide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 decided decide VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 get get VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -6 150 150 NUM CD NumType=Card 7 nummod 7:nummod _ +6 150 150 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 gal gal NOUN NN Number=Sing 8 compound 8:compound _ 8 aquarium aquarium NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No -9 , , PUNCT , _ 2 punct 2:punct _ +9 , , PUNCT , _ 13 punct 13:punct _ 10 what what PRON WP PronType=Int 13 obl 13:obl:with _ 11 can can AUX MD VerbForm=Fin 13 aux 13:aux _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ @@ -25153,21 +25172,21 @@ 2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 freshwater freshwater NOUN NN Number=Sing 4 compound 4:compound _ 4 tank tank NOUN NN Number=Sing 0 root 0:root _ -5 with with ADP IN _ 7 case 7:case _ +5 with with SCONJ IN _ 12 mark 12:mark _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -7 ton ton NOUN NN Number=Sing 4 nmod 4:nmod:with _ +7 ton ton NOUN NN Number=Sing 12 nsubj 12:nsubj _ 8 of of ADP IN _ 10 case 10:case _ 9 different different ADJ JJ Degree=Pos 10 amod 10:amod _ 10 species species NOUN NNS Number=Plur 7 nmod 7:nmod:of _ 11 in in ADP IN _ 12 case 12:case _ -12 there there ADV RB PronType=Dem 7 nmod 7:nmod:in SpaceAfter=No +12 there there ADV RB PronType=Dem 4 acl 4:acl:with SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108104517AAw5v4L_ans-0004 # text = I've never kept cichlids though. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 never never ADV RB _ 4 advmod 4:advmod _ 4 kept keep VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 cichlids cichlid NOUN NNS Number=Plur 4 obj 4:obj _ @@ -25177,12 +25196,12 @@ # sent_id = answers-20111108104517AAw5v4L_ans-0005 # text = I know saltwater is a possibility, can you give me a possible stocking option for that too? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 saltwater saltwater NOUN NN Number=Sing 6 nsubj 6:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 possibility possibility NOUN NN Number=Sing 2 ccomp 2:ccomp SpaceAfter=No -7 , , PUNCT , _ 2 punct 2:punct _ +7 , , PUNCT , _ 10 punct 10:punct _ 8 can can AUX MD VerbForm=Fin 10 aux 10:aux _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ 10 give give VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ @@ -25207,11 +25226,11 @@ 6 that that PRON WDT PronType=Rel 7 nsubj 5:ref _ 7 sounds sound VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 best best ADV RBS Degree=Sup 7 advmod 7:advmod _ +9 best well ADV RBS Degree=Sup 7 advmod 7:advmod _ 10 after after SCONJ IN _ 11 mark 11:mark _ 11 looking look VERB VBG VerbForm=Ger 7 advcl 7:advcl:after _ 12 into into ADP IN _ 15 case 15:case _ -13 all all DET PDT _ 15 det:predet 15:det:predet _ +13 all all DET PDT PronType=Tot 15 det:predet 15:det:predet _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 fish fish NOUN NNS Number=Plur 11 obl 11:obl:into _ 16 :) :) SYM NFP _ 3 discourse 3:discourse _ @@ -25224,15 +25243,15 @@ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 stocking stocking NOUN NN Number=Sing 1 nsubj 1:nsubj _ 5 for for ADP IN _ 9 case 9:case _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ -7 150 150 NUM CD NumType=Card 8 nummod 8:nummod _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 150 150 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 8 gallon gallon NOUN NN Number=Sing 9 compound 9:compound _ 9 tank tank NOUN NN Number=Sing 4 nmod 4:nmod:for _ -10 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 upgraded upgrade VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ +10 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ +11 upgraded upgrade VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ 12 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj _ 13 to to ADP IN _ 14 case 14:case _ -14 200 200 NUM CD NumType=Card 11 obl 11:obl:to _ +14 200 200 NUM CD NumForm=Digit|NumType=Card 11 obl 11:obl:to _ 15 at at ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 weekend weekend NOUN NN Number=Sing 11 obl 11:obl:at _ @@ -25241,10 +25260,10 @@ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 clownloach clownloach NOUN NN Number=Sing 11 obl 11:obl:because_of _ 22 A a DET DT Definite=Ind|PronType=Art 24 det 24:det _ -23 200 200 NUM CD NumType=Card 24 nummod 24:nummod _ +23 200 200 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod _ 24 gallon gallon NOUN NN Number=Sing 1 parataxis 1:parataxis _ 25 with with ADP IN _ 27 case 27:case _ -26 6 6 NUM CD NumType=Card 27 nummod 27:nummod _ +26 6 6 NUM CD NumForm=Digit|NumType=Card 27 nummod 27:nummod _ 27 pairs pair NOUN NNS Number=Plur 24 nmod 24:nmod:with _ 28 of of ADP IN _ 31 case 31:case _ 29 Breeding breeding NOUN NN Number=Sing 30 compound 30:compound _ @@ -25254,31 +25273,31 @@ 33 mouth mouth NOUN NN Number=Sing 35 compound 35:compound _ 34 honey honey NOUN NN Number=Sing 35 compound 35:compound _ 35 Gouramis gourami NOUN NNS Number=Plur 27 conj 24:nmod:with|27:conj:and _ -36 5 5 NUM CD NumType=Card 39 nummod 39:nummod _ -37 8 8 NUM CD NumType=Card 38 nummod 38:nummod _ +36 5 5 NUM CD NumForm=Digit|NumType=Card 39 nummod 39:nummod _ +37 8 8 NUM CD NumForm=Digit|NumType=Card 38 nummod 38:nummod _ 38 inch inch NOUN NN Number=Sing 39 compound 39:compound _ 39 clownloach clownloach NOUN NN Number=Sing 27 conj 24:nmod:with|27:conj:and _ 40 a a DET DT Definite=Ind|PronType=Art 41 det 41:det _ 41 Krib krib NOUN NN Number=Sing 27 conj 24:nmod:with|27:conj:and _ 42 and and CCONJ CC _ 47 cc 47:cc _ -43 5 5 NUM CD NumType=Card 47 nummod 47:nummod _ -44 1 1 NUM CD NumType=Card 45 nummod 45:nummod _ +43 5 5 NUM CD NumForm=Digit|NumType=Card 47 nummod 47:nummod _ +44 1 1 NUM CD NumForm=Digit|NumType=Card 45 nummod 45:nummod _ 45 inch inch NOUN NN Number=Sing 47 compound 47:compound _ 46 clown clown NOUN NN Number=Sing 47 compound 47:compound _ 47 loach loach NOUN NN Number=Sing 27 conj 24:nmod:with|27:conj:and _ 48 with with ADP IN _ 51 case 51:case _ -49 16 16 NUM CD NumType=Card 51 nummod 51:nummod _ +49 16 16 NUM CD NumForm=Digit|NumType=Card 51 nummod 51:nummod _ 50 cory cory NOUN NN Number=Sing 51 compound 51:compound _ 51 cats cat NOUN NNS Number=Plur 27 nmod 27:nmod:with _ -52 5 5 NUM CD NumType=Card 54 nummod 54:nummod _ -53 Australian australian ADJ JJ Degree=Pos 54 amod 54:amod _ +52 5 5 NUM CD NumForm=Digit|NumType=Card 54 nummod 54:nummod _ +53 Australian Australian ADJ JJ Degree=Pos 54 amod 54:amod _ 54 Rainbows rainbow NOUN NNS Number=Plur 51 conj 27:nmod:with|51:conj _ # sent_id = answers-20111108104517AAw5v4L_ans-0008 # text = If you took out the clown loach it would make a nice 150 gallon tank. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:if _ +3 took take VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:if _ 4 out out ADP RP _ 3 compound:prt 3:compound:prt _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 clown clown NOUN NN Number=Sing 7 compound 7:compound _ @@ -25288,7 +25307,7 @@ 10 make make VERB VB VerbForm=Inf 0 root 0:root _ 11 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 12 nice nice NOUN NN Number=Sing 15 compound 15:compound _ -13 150 150 NUM CD NumType=Card 14 nummod 14:nummod _ +13 150 150 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 14 gallon gallon NOUN NN Number=Sing 15 compound 15:compound _ 15 tank tank NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 16 . . PUNCT . _ 10 punct 10:punct _ @@ -25311,13 +25330,13 @@ 3 tank tank NOUN NN Number=Sing 8 obl 8:obl:for _ 4 that that DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 size size NOUN NN Number=Sing 3 nmod:npmod 3:nmod:npmod _ -6 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ +6 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 7 would would AUX MD VerbForm=Fin 8 aux 8:aux _ 8 suggest suggest VERB VB VerbForm=Inf 0 root 0:root _ 9 oscars oscar NOUN NNS Number=Plur 8 obj 8:obj _ 10 or or CCONJ CC _ 11 cc 11:cc _ 11 piranha piranha NOUN NN Number=Sing 9 conj 8:obj|9:conj:or _ -12 every every DET DT _ 13 det 13:det _ +12 every every DET DT PronType=Tot 13 det 13:det _ 13 time time NOUN NN Number=Sing 8 obl:tmod 8:obl:tmod _ 14 awesome awesome ADJ JJ Degree=Pos 15 amod 15:amod _ 15 fish fish NOUN NNS Number=Plur 8 parataxis 8:parataxis SpaceAfter=No @@ -25328,10 +25347,10 @@ # newpar id = reviews-219984-p0001 # text = never response the phone call 1 never never ADV RB _ 2 advmod 2:advmod _ -2 response response VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 response respond VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root CorrectForm=responded|MissingWordsAfter=to 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 phone phone NOUN NN Number=Sing 5 compound 5:compound _ -5 call call NOUN NN Number=Sing 2 obj 2:obj _ +5 call call NOUN NN Number=Sing 2 obl 2:obl:to _ # newdoc id = reviews-334808 # sent_id = reviews-334808-0001 @@ -25363,7 +25382,7 @@ 2 White White PROPN NNP Number=Sing 1 flat 1:flat _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 best best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +5 best good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 6 ! ! PUNCT . _ 5 punct 5:punct _ # newdoc id = reviews-327867 @@ -25408,7 +25427,7 @@ 2 A a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 GREAT great ADJ JJ Degree=Pos 4 amod 4:amod _ 4 DEAL deal NOUN NN Number=Sing 0 root 0:root _ -5 THANK thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ +5 THANK thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ 6 YOU you PRON PRP Case=Nom|Person=2|PronType=Prs 5 obj 5:obj _ # newdoc id = reviews-166983 @@ -25416,19 +25435,19 @@ # newpar id = reviews-166983-p0001 # text = The pancakes are to die for. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 pancakes pancake NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 pancakes pancake NOUN NNS Number=Plur 5 nsubj:outer 5:nsubj:outer _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 to to PART TO _ 5 mark 5:mark _ -5 die die VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +5 die die VERB VB VerbForm=Inf 0 root 0:root _ 6 for for ADP IN _ 5 obl 5:obl SpaceAfter=No -7 . . PUNCT . _ 3 punct 3:punct _ +7 . . PUNCT . _ 5 punct 5:punct _ # newdoc id = reviews-081116 # sent_id = reviews-081116-0001 # newpar id = reviews-081116-p0001 # text = Best fried shrimp in the state! -1 Best best ADJ JJS Degree=Sup 3 amod 3:amod _ -2 fried fry VERB VBN Tense=Past|VerbForm=Part 3 amod 3:amod _ +1 Best good ADJ JJS Degree=Sup 3 amod 3:amod _ +2 fried fry VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 amod 3:amod _ 3 shrimp shrimp NOUN NN Number=Sing 0 root 0:root _ 4 in in ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -25451,10 +25470,10 @@ # sent_id = reviews-061079-0001 # newpar id = reviews-061079-p0001 # text = Friendliest place I have ever stayed! -1 Friendliest friendliest ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Friendliest friendly ADJ JJS Degree=Sup 2 amod 2:amod _ 2 place place NOUN NN Number=Sing 0 root 0:root _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -4 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 ever ever ADV RB _ 6 advmod 6:advmod _ 6 stayed stay VERB VBN Tense=Past|VerbForm=Part 2 acl:relcl 2:acl:relcl SpaceAfter=No 7 ! ! PUNCT . _ 2 punct 2:punct _ @@ -25464,7 +25483,7 @@ # newpar id = reviews-314938-p0001 # text = The best pilates on the Gold Coast! 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 best best ADJ JJS Degree=Sup 3 amod 3:amod _ +2 best good ADJ JJS Degree=Sup 3 amod 3:amod _ 3 pilates pilates NOUN NN Number=Sing 0 root 0:root _ 4 on on ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -25477,8 +25496,8 @@ # newpar id = reviews-058009-p0001 # text = It taste better than In and Out.... 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|3:nsubj:xsubj _ -2 taste taste VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 better better ADJ JJR Degree=Cmp 2 xcomp 2:xcomp _ +2 taste taste VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm=tastes +3 better good ADJ JJR Degree=Cmp 2 xcomp 2:xcomp _ 4 than than ADP IN _ 5 case 5:case _ 5 In In PROPN NNP Number=Sing 3 obl 3:obl:than _ 6 and and CCONJ CC _ 7 cc 7:cc _ @@ -25492,9 +25511,9 @@ 1 Good good ADJ JJ Degree=Pos 3 amod 3:amod _ 2 local local ADJ JJ Degree=Pos 3 amod 3:amod _ 3 steakhouse steakhouse NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 6 punct 6:punct _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +6 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 obj 6:obj SpaceAfter=No 8 ! ! PUNCT . _ 3 punct 3:punct _ @@ -25522,8 +25541,8 @@ 1 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ -4 little little NOUN NN Number=Sing 5 advmod 5:advmod _ -5 to too ADV RB Typo=Yes 6 advmod 6:advmod _ +4 little little ADJ JJ Degree=Pos 5 advmod 5:advmod _ +5 to too ADV RB Typo=Yes 6 advmod 6:advmod CorrectForm=too 6 high high ADJ JJ Degree=Pos 7 amod 7:amod _ 7 dollar dollar NOUN NN Number=Sing 0 root 0:root _ 8 for for ADP IN _ 9 case 9:case _ @@ -25537,7 +25556,7 @@ 2 Informative informative ADJ JJ Degree=Pos 3 amod 3:amod _ 3 website website NOUN NN Number=Sing 0 root 0:root _ 4 with with ADP IN _ 6 case 6:case _ -5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det SpaceAfter=No +5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det CorrectSpaceAfter=Yes|SpaceAfter=No 6 lot lot NOUN NN Number=Sing 3 nmod 3:nmod:with _ 7 of of ADP IN _ 9 case 9:case _ 8 good good ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -25555,10 +25574,10 @@ # sent_id = reviews-184290-0002 # text = the bast cab in minneapolis 1 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 bast best ADJ JJS Degree=Sup|Typo=Yes 3 amod 3:amod _ +2 bast good ADJ JJS Degree=Sup|Typo=Yes 3 amod 3:amod CorrectForm=best 3 cab cab NOUN NN Number=Sing 0 root 0:root _ 4 in in ADP IN _ 5 case 5:case _ -5 minneapolis minneapolis PROPN NNP Number=Sing 3 nmod 3:nmod:in _ +5 minneapolis Minneapolis PROPN NNP Number=Sing 3 nmod 3:nmod:in _ # newdoc id = reviews-362073 # sent_id = reviews-362073-0001 @@ -25616,11 +25635,11 @@ # newpar id = reviews-255757-p0001 # text = they recovered the pics geeksquad deleted. 1 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 recovered recover VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 recovered recover VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 pics pic NOUN NNS Number=Plur 2 obj 2:obj _ 5 geeksquad geeksquad PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -6 deleted delete VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl SpaceAfter=No +6 deleted delete VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-255757-0002 @@ -25640,7 +25659,7 @@ # text = home team - thanks 4 playin!!! 1 home home NOUN NN Number=Sing 2 compound 2:compound _ 2 team team NOUN NN Number=Sing 0 root 0:root _ -3 - - PUNCT , _ 2 punct 2:punct _ +3 - - PUNCT , _ 4 punct 4:punct _ 4 thanks thanks NOUN NN Number=Sing 2 parataxis 2:parataxis _ 5 4 for SCONJ IN Abbr=Yes 6 mark 6:mark _ 6 playin playing VERB VBG Abbr=Yes|VerbForm=Ger 2 acl 2:acl:for SpaceAfter=No @@ -25652,7 +25671,7 @@ # text = Great Service, Thanks Don. 1 Great great ADJ JJ Degree=Pos 2 amod 2:amod _ 2 Service service NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 Thanks thanks NOUN NN Number=Sing 2 parataxis 2:parataxis _ 5 Don Don PROPN NNP Number=Sing 4 vocative 4:vocative SpaceAfter=No 6 . . PUNCT . _ 2 punct 2:punct _ @@ -25668,12 +25687,12 @@ # sent_id = reviews-211709-0001 # newpar id = reviews-211709-p0001 # text = Best ceviche that I'd had so far! :) -1 Best best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Best good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 ceviche ceviche NOUN NN Number=Sing 0 root 0:root|6:obj _ 3 that that PRON WDT PronType=Rel 6 obj 2:ref _ 4-5 I'd _ _ _ _ _ _ _ _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -5 'd have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +5 'd have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 6 had have VERB VBN Tense=Past|VerbForm=Part 2 acl:relcl 2:acl:relcl _ 7 so so ADV RB _ 8 advmod 8:advmod _ 8 far far ADV RB Degree=Pos 6 advmod 6:advmod SpaceAfter=No @@ -25695,7 +25714,7 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 architecture architecture NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -4 simplz simply ADV RB Typo=Yes 5 advmod 5:advmod _ +4 simplz simply ADV RB Typo=Yes 5 advmod 5:advmod CorrectForm=simply 5 splendid splendid ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ @@ -25714,7 +25733,7 @@ 1 and and CCONJ CC _ 5 cc 5:cc _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 people people NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 sweet sweet ADJ JJ Degree=Pos 0 root 0:root _ 6 :) :) SYM NFP _ 5 discourse 5:discourse _ @@ -25724,11 +25743,11 @@ # text = Yeah they ruined some shirts I had too. 1 Yeah yeah INTJ UH _ 3 discourse 3:discourse _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 ruined ruin VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 some some DET DT _ 5 det 5:det _ +3 ruined ruin VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 some some DET DT PronType=Ind 5 det 5:det _ 5 shirts shirt NOUN NNS Number=Plur 3 obj 3:obj _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 too too ADV RB _ 3 advmod 3:advmod SpaceAfter=No 9 . . PUNCT . _ 3 punct 3:punct _ @@ -25748,8 +25767,8 @@ # sent_id = reviews-283903-0002 # text = quick in & out. -1 quick quick ADJ JJ Degree=Pos 2 amod 2:amod _ -2 in in ADV RB _ 0 root 0:root _ +1 quick quick ADJ JJ Degree=Pos 0 root 0:root _ +2 in in ADV RB _ 1 advmod 1:advmod _ 3 & & CCONJ CC _ 4 cc 4:cc _ 4 out out ADV RB _ 2 conj 2:conj SpaceAfter=No 5 . . PUNCT . _ 1 punct 1:punct _ @@ -25766,7 +25785,7 @@ # text = This is my favorite coffee store. 1 This this PRON DT Number=Sing|PronType=Dem 6 nsubj 6:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 4 favorite favorite ADJ JJ Degree=Pos 6 amod 6:amod _ 5 coffee coffee NOUN NN Number=Sing 6 compound 6:compound _ 6 store store NOUN NN Number=Sing 0 root 0:root SpaceAfter=No @@ -25776,8 +25795,8 @@ # text = Just ask American Express 1 Just just ADV RB _ 2 advmod 2:advmod _ 2 ask ask VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 American American PROPN NNP Number=Sing 4 compound 4:compound _ -4 Express Express PROPN NNP Number=Sing 2 obj 2:obj _ +3 American American ADJ NNP Degree=Pos 4 amod 4:amod _ +4 Express Express PROPN NNP Number=Sing 2 iobj 2:iobj _ # newdoc id = reviews-388121 # sent_id = reviews-388121-0001 @@ -25800,14 +25819,14 @@ # sent_id = reviews-034858-0001 # newpar id = reviews-034858-p0001 # text = Thank you for fixing the leak on my bathroom! -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 1 obj 1:obj _ 3 for for SCONJ IN _ 4 mark 4:mark _ 4 fixing fix VERB VBG VerbForm=Ger 1 advcl 1:advcl:for _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 leak leak NOUN NN Number=Sing 4 obj 4:obj _ 7 on on ADP IN _ 9 case 9:case _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 bathroom bathroom NOUN NN Number=Sing 6 nmod 6:nmod:on SpaceAfter=No 10 ! ! PUNCT . _ 1 punct 1:punct _ @@ -25823,16 +25842,16 @@ 1 this this PRON DT Number=Sing|PronType=Dem 7 nsubj 7:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 3 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -4 worst worst ADJ JJS Degree=Sup 7 amod 7:amod _ +4 worst bad ADJ JJS Degree=Sup 7 amod 7:amod _ 5-6 Sams _ _ _ _ _ _ _ _ 5 Sam Sam PROPN NNP Number=Sing 7 nmod:poss 7:nmod:poss _ -6 s 's PART POS _ 5 case 5:case _ +6 s 's PART POS Typo=Yes 5 case 5:case CorrectForm='s 7 club club NOUN NN Number=Sing 0 root 0:root _ 8-9 I've _ _ _ _ _ _ _ _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -9 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 ever ever ADV RB _ 11 advmod 11:advmod _ -11 been be VERB VBN Tense=Past|VerbForm=Part 7 acl:relcl 7:acl:relcl _ +11 been be AUX VBN Tense=Past|VerbForm=Part 7 acl:relcl 7:acl:relcl _ 12 to to ADP IN _ 11 obl 11:obl _ # newdoc id = reviews-343336 @@ -25848,7 +25867,7 @@ # sent_id = reviews-343336-0002 # text = Everyone is relaxed and having fun!!! -1 Everyone everyone PRON NN Number=Sing 3 nsubj 3:nsubj|5:nsubj _ +1 Everyone everyone PRON NN Number=Sing|PronType=Tot 3 nsubj 3:nsubj|5:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 relaxed relaxed ADJ JJ Degree=Pos 0 root 0:root _ 4 and and CCONJ CC _ 5 cc 5:cc _ @@ -25901,7 +25920,7 @@ # sent_id = reviews-286172-0003 # text = Definetely going back -1 Definetely definitely ADV RB Typo=Yes 2 advmod 2:advmod _ +1 Definetely definitely ADV RB Typo=Yes 2 advmod 2:advmod CorrectForm=Definitely 2 going go VERB VBG VerbForm=Ger 0 root 0:root _ 3 back back ADV RB _ 2 advmod 2:advmod _ @@ -25919,10 +25938,10 @@ # sent_id = reviews-124492-0002 # newpar id = reviews-124492-p0002 # text = Installed Biometrics and Got Excellent Service. -1 Installed install VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -2 Biometrics Biometrics PROPN NNP Number=Sing 1 obj 1:obj _ +1 Installed install VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 Biometrics Biometrics PROPN NNPS Number=Plur 1 obj 1:obj _ 3 and and CCONJ CC _ 4 cc 4:cc _ -4 Got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 conj 1:conj:and _ +4 Got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 1 conj 1:conj:and _ 5 Excellent excellent ADJ JJ Degree=Pos 6 amod 6:amod _ 6 Service service NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 7 . . PUNCT . _ 1 punct 1:punct _ @@ -25934,7 +25953,7 @@ 1 Feels feel VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 like like SCONJ IN _ 6 mark 6:mark _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +4 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 in in ADP IN _ 6 case 6:case _ 6 Brooklyn Brooklyn PROPN NNP Number=Sing 1 advcl 1:advcl:in SpaceAfter=No 7 , , PUNCT , _ 12 punct 12:punct _ @@ -25983,7 +26002,7 @@ 1 Doctor Doctor PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 Bogomilsky Bogomilsky PROPN NNP Number=Sing 1 flat 1:flat _ 3 knows know VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 stuff stuff NOUN NN Number=Sing 3 obj 3:obj _ 6 too too ADV RB _ 3 advmod 3:advmod SpaceAfter=No 7 . . PUNCT . _ 3 punct 3:punct _ @@ -25993,14 +26012,14 @@ # newpar id = reviews-277703-p0001 # text = The best Supermarket in Bay Ridge have everything what a customer needs. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 best best ADJ JJS Degree=Sup 3 amod 3:amod _ +2 best good ADJ JJS Degree=Sup 3 amod 3:amod _ 3 Supermarket supermarket NOUN NN Number=Sing 7 nsubj 7:nsubj _ 4 in in ADP IN _ 6 case 6:case _ 5 Bay Bay PROPN NNP Number=Sing 6 compound 6:compound _ 6 Ridge Ridge PROPN NNP Number=Sing 3 nmod 3:nmod:in _ -7 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -8 everything everything PRON NN Number=Sing 7 obj 7:obj|12:obj _ -9 what what DET WDT PronType=Rel 12 obj 8:ref _ +7 have have VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm=has +8 everything everything PRON NN Number=Sing|PronType=Tot 7 obj 7:obj|12:obj _ +9 what what PRON WP PronType=Rel 12 obj 8:ref _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 customer customer NOUN NN Number=Sing 12 nsubj 12:nsubj _ 12 needs need VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl SpaceAfter=No @@ -26019,12 +26038,12 @@ # newpar id = reviews-086914-p0002 # text = I refer to VNHH often and love you guys. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|7:nsubj _ -2 refer refer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 refer refer VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 4 case 4:case _ 4 VNHH VNHH PROPN NNP Number=Sing 2 obl 2:obl:to _ 5 often often ADV RB _ 2 advmod 2:advmod _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +7 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 det 9:det _ 9 guys guy NOUN NNS Number=Plur 7 obj 7:obj SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ @@ -26033,13 +26052,13 @@ # sent_id = reviews-346074-0001 # newpar id = reviews-346074-p0001 # text = Did a great job of removing my tree in Conyers. -1 Did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Did do VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 great great ADJ JJ Degree=Pos 4 amod 4:amod _ 4 job job NOUN NN Number=Sing 1 obj 1:obj _ 5 of of SCONJ IN _ 6 mark 6:mark _ 6 removing remove VERB VBG VerbForm=Ger 4 acl 4:acl:of _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 tree tree NOUN NN Number=Sing 6 obj 6:obj _ 9 in in ADP IN _ 10 case 10:case _ 10 Conyers Conyers PROPN NNPS Number=Plur 6 obl 6:obl:in SpaceAfter=No @@ -26058,8 +26077,8 @@ 1 Nice nice ADJ JJ Degree=Pos 6 amod 6:amod _ 2 little little ADJ JJ Degree=Pos 6 amod 6:amod _ 3 locally locally ADV RB _ 4 compound 4:compound _ -4 owned own VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ -5 greek greek ADJ JJ Degree=Pos 6 amod 6:amod _ +4 owned own VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ +5 greek Greek ADJ JJ Degree=Pos 6 amod 6:amod _ 6 bar bar NOUN NN Number=Sing 0 root 0:root _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 grill grill NOUN NN Number=Sing 6 conj 6:conj:and SpaceAfter=No @@ -26095,7 +26114,7 @@ 3 impossible impossible ADJ JJ Degree=Pos 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 understand understand VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ -6 how how SCONJ WRB PronType=Int 10 mark 10:mark _ +6 how how ADV WRB PronType=Int 10 advmod 10:advmod _ 7 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ 8 place place NOUN NN Number=Sing 10 nsubj 10:nsubj _ 9 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ @@ -26107,8 +26126,8 @@ # newpar id = reviews-266955-p0001 # text = The finest German bedding and linens store. 1 The the DET DT Definite=Def|PronType=Art 7 det 7:det _ -2 finest finest ADJ JJS Degree=Sup 7 amod 7:amod _ -3 German german ADJ JJ Degree=Pos 7 amod 7:amod _ +2 finest fine ADJ JJS Degree=Sup 7 amod 7:amod _ +3 German German ADJ JJ Degree=Pos 7 amod 7:amod _ 4 bedding bedding NOUN NN Number=Sing 7 compound 7:compound _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 linens linen NOUN NNS Number=Plur 4 conj 4:conj:and|7:compound _ @@ -26120,8 +26139,8 @@ 1 Quality quality NOUN NN Number=Sing 4 nsubj 4:nsubj _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 service service NOUN NN Number=Sing 1 conj 1:conj:and|4:nsubj _ -4 come come VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 first first ADV RB _ 4 advmod 4:advmod _ +4 come come VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 first first ADV RB NumForm=Word|NumType=Ord 4 advmod 4:advmod _ 6 here here ADV RB PronType=Dem 4 advmod 4:advmod SpaceAfter=No 7 . . PUNCT . _ 4 punct 4:punct _ @@ -26137,8 +26156,8 @@ # sent_id = reviews-212369-0002 # text = We got upgraded to a corner suite! 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|3:nsubj:xsubj _ -2 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 upgraded upgrade VERB VBN Tense=Past|VerbForm=Part 2 xcomp 2:xcomp _ +2 got get VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 upgraded upgrade VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 xcomp 2:xcomp _ 4 to to ADP IN _ 7 case 7:case _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 corner corner NOUN NN Number=Sing 7 compound 7:compound _ @@ -26159,7 +26178,7 @@ 1 hard hard ADJ JJ Degree=Pos 0 root 0:root _ 2 to to PART TO _ 3 mark 3:mark _ 3 forgive forgive VERB VB VerbForm=Inf 1 ccomp 1:ccomp _ -4 such such DET PDT _ 7 det:predet 7:det:predet _ +4 such such DET PDT PronType=Ind 7 det:predet 7:det:predet _ 5 an a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 awful awful ADJ JJ Degree=Pos 7 amod 7:amod _ 7 margarita margarita NOUN NN Number=Sing 3 obj 3:obj _ @@ -26197,7 +26216,7 @@ 2 customer customer NOUN NN Number=Sing 3 compound 3:compound _ 3 service service NOUN NN Number=Sing 0 root 0:root _ 4 and and CCONJ CC _ 6 cc 6:cc _ -5 quality quality ADJ JJ Degree=Pos 6 amod 6:amod _ +5 quality quality NOUN NN Number=Sing 6 compound 6:compound _ 6 work work NOUN NN Number=Sing 3 conj 3:conj:and SpaceAfter=No 7 . . PUNCT . _ 3 punct 3:punct _ @@ -26206,7 +26225,7 @@ # newpar id = reviews-223040-p0001 # text = I love this place lots of people to talk to and school is across the street! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 place place NOUN NN Number=Sing 2 obj 2:obj _ 5 lots lot NOUN NNS Number=Plur 2 parataxis 2:parataxis _ @@ -26227,18 +26246,18 @@ # sent_id = reviews-224117-0001 # newpar id = reviews-224117-p0001 # text = Drove all the way over from the highway... closed at 7. -1 Drove drive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -2 all all DET PDT _ 4 det:predet 4:det:predet _ +1 Drove drive VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 all all DET PDT PronType=Tot 4 det:predet 4:det:predet _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 way way NOUN NN Number=Sing 1 obl:npmod 1:obl:npmod _ 5 over over ADV RB _ 4 advmod 4:advmod _ 6 from from ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 highway highway NOUN NN Number=Sing 1 obl 1:obl:from SpaceAfter=No -9 ... ... PUNCT , _ 1 punct 1:punct _ -10 closed close VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ +9 ... ... PUNCT , _ 10 punct 10:punct _ +10 closed close VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ 11 at at ADP IN _ 12 case 12:case _ -12 7 7 NUM CD NumType=Card 10 obl 10:obl:at SpaceAfter=No +12 7 7 NUM CD NumForm=Digit|NumType=Card 10 obl 10:obl:at SpaceAfter=No 13 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-224117-0002 @@ -26253,10 +26272,10 @@ # newpar id = reviews-232278-p0001 # text = You are the only one auto glass repair shop in the area I would count on. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 3 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 4 only only ADJ JJ Degree=Pos 9 amod 9:amod _ -5 one one NUM CD NumType=Card 9 nummod 9:nummod _ +5 one one NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 6 auto auto NOUN NN Number=Sing 7 compound 7:compound _ 7 glass glass NOUN NN Number=Sing 8 compound 8:compound _ 8 repair repair NOUN NN Number=Sing 9 compound 9:compound _ @@ -26277,7 +26296,7 @@ 1 Great great ADJ JJ Degree=Pos 2 amod 2:amod _ 2 job job NOUN NN Number=Sing 0 root 0:root _ 3 on on ADP IN _ 5 case 5:case _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 roof roof NOUN NN Number=Sing 2 nmod 2:nmod:on _ 6 and and CCONJ CC _ 10 cc 10:cc _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -26313,12 +26332,12 @@ # sent_id = reviews-192399-0003 # text = Listened to my problem and took care of it. -1 Listened listen VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Listened listen VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 to to ADP IN _ 4 case 4:case _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 problem problem NOUN NN Number=Sing 1 obl 1:obl:to _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 conj 1:conj:and _ +6 took take VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 1 conj 1:conj:and _ 7 care care NOUN NN Number=Sing 6 obj 6:obj _ 8 of of ADP IN _ 9 case 9:case _ 9 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 obl 6:obl:of SpaceAfter=No @@ -26346,7 +26365,7 @@ 5 OILY oily ADJ JJ Degree=Pos 6 amod 6:amod _ 6 sauces sauce NOUN NNS Number=Plur 4 obj 4:obj _ 7 on on ADP IN _ 9 case 9:case _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 food food NOUN NN Number=Sing 4 obl 4:obl:on _ 10 to to PART TO _ 11 mark 11:mark _ 11 make make VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ @@ -26374,7 +26393,7 @@ # text = I just called this number and it is a Ralph's Market. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 number number NOUN NN Number=Sing 3 obj 3:obj _ 6 and and CCONJ CC _ 12 cc 12:cc _ @@ -26399,8 +26418,8 @@ # text = Very good hospitality offered.! 1 Very very ADV RB _ 2 advmod 2:advmod _ 2 good good ADJ JJ Degree=Pos 3 amod 3:amod _ -3 hospitality hospitality NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 offered offer VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No +3 hospitality hospitality NOUN NN Number=Sing 4 nsubj:pass 4:nsubj:pass _ +4 offered offer VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 5 .! .! PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-139152-0003 @@ -26425,9 +26444,9 @@ # text = Close to my house, this is the only reason I would go to this particular QT. 1 Close close ADJ JJ Degree=Pos 0 root 0:root _ 2 to to ADP IN _ 4 case 4:case _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 house house NOUN NN Number=Sing 1 obl 1:obl:to SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ +5 , , PUNCT , _ 10 punct 10:punct _ 6 this this PRON DT Number=Sing|PronType=Dem 10 nsubj 10:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -26447,25 +26466,25 @@ # newpar id = reviews-046500-p0001 # text = Mens and Boys Barbers, on the number 9 Bus route. 1-2 Mens _ _ _ _ _ _ _ _ -1 Men man NOUN NNS Number=Plur 5 compound 5:compound _ -2 s 's PART POS _ 1 case 1:case _ +1 Men man NOUN NNS Number=Plur 5 nmod:poss 5:nmod:poss _ +2 s 's PART POS Typo=Yes 1 case 1:case CorrectForm='s 3 and and CCONJ CC _ 4 cc 4:cc _ -4 Boys boy NOUN NNS Number=Plur 1 conj 1:conj:and|5:compound _ +4 Boys boy NOUN NNS Number=Plur 1 conj 1:conj:and|5:nmod:poss MissingWordsAfter=' 5 Barbers barber NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 12 punct 12:punct _ 7 on on ADP IN _ 12 case 12:case _ 8 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 9 number number NOUN NN Number=Sing 12 compound 12:compound _ -10 9 9 NUM CD NumType=Card 9 nummod 9:nummod _ +10 9 9 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 11 Bus bus NOUN NN Number=Sing 12 compound 12:compound _ 12 route route NOUN NN Number=Sing 5 nmod 5:nmod:on SpaceAfter=No 13 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-046500-0002 # text = Ladies room, Open Sundays -1 Ladies lady NOUN NNS Number=Plur 2 compound 2:compound _ +1 Ladies lady NOUN NNS Number=Plur 2 nmod:poss 2:nmod:poss MissingWordsAfter=' 2 room room NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 Open open ADJ JJ Degree=Pos 2 parataxis 2:parataxis _ 5 Sundays Sunday PROPN NNPS Number=Plur 2 nmod:tmod 2:nmod:tmod _ @@ -26487,13 +26506,13 @@ # newpar id = reviews-138110-p0002 # text = I had to get a permit here, it was cool 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 get get VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 permit permit NOUN NN Number=Sing 4 obj 4:obj _ 7 here here ADV RB PronType=Dem 4 advmod 4:advmod SpaceAfter=No -8 , , PUNCT , _ 2 punct 2:punct _ +8 , , PUNCT , _ 11 punct 11:punct _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ 11 cool cool ADJ JJ Degree=Pos 2 parataxis 2:parataxis _ @@ -26502,16 +26521,16 @@ # sent_id = reviews-104703-0001 # newpar id = reviews-104703-p0001 # text = best -1 best best ADJ JJS Degree=Sup 0 root 0:root _ +1 best good ADJ JJS Degree=Sup 0 root 0:root _ # sent_id = reviews-104703-0002 # text = Best pedi mani Ive ever had. -1 Best best ADJ JJS Degree=Sup 3 amod 3:amod _ +1 Best good ADJ JJS Degree=Sup 3 amod 3:amod _ 2 pedi pedi NOUN NN Number=Sing 3 compound 3:compound _ 3 mani mani NOUN NN Number=Sing 0 root 0:root _ 4-5 Ive _ _ _ _ _ _ _ _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -5 ve have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 ve have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 7 aux 7:aux CorrectForm='ve 6 ever ever ADV RB _ 7 advmod 7:advmod _ 7 had have VERB VBN Tense=Past|VerbForm=Part 3 acl:relcl 3:acl:relcl SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ @@ -26521,13 +26540,13 @@ 1 Darla Darla PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 amazing amazing ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 7 punct 7:punct _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 6 would would AUX MD VerbForm=Fin 7 aux 7:aux _ -7 recoment recommend VERB VB Typo=Yes|VerbForm=Inf 3 parataxis 3:parataxis _ +7 recoment recommend VERB VB Typo=Yes|VerbForm=Inf 3 parataxis 3:parataxis CorrectForm=recommend 8 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj _ 9 to to ADP IN _ 10 case 10:case _ -10 anyone anyone PRON NN Number=Sing 7 obl 7:obl:to SpaceAfter=No +10 anyone anyone PRON NN Number=Sing|PronType=Ind 7 obl 7:obl:to SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ # newdoc id = reviews-103878 @@ -26536,8 +26555,8 @@ # text = You guys do everything wonderful! 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 det 2:det _ 2 guys guy NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 everything everything PRON NN Number=Sing 3 obj 3:obj _ +3 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 everything everything PRON NN Number=Sing|PronType=Tot 3 obj 3:obj _ 5 wonderful wonderful ADV RB _ 3 advmod 3:advmod SpaceAfter=No 6 ! ! PUNCT . _ 3 punct 3:punct _ @@ -26551,11 +26570,11 @@ 5 think think VERB VB VerbForm=Inf 0 root 0:root _ 6 of of ADP IN _ 9 case 9:case _ 7 even even ADV RB _ 9 advmod 9:advmod _ -8 1 1 NUM CD NumType=Card 9 nummod 9:nummod _ +8 1 1 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 thing thing NOUN NN Number=Sing 5 obl 5:obl:of _ 10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 11-12 didn't _ _ _ _ _ _ _ _ -11 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 aux 13:aux _ +11 did do AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 12 n't not PART RB _ 13 advmod 13:advmod _ 13 like like VERB VB VerbForm=Inf 9 acl:relcl 9:acl:relcl SpaceAfter=No 14 ! ! PUNCT . _ 5 punct 5:punct _ @@ -26564,7 +26583,7 @@ # sent_id = reviews-200668-0001 # newpar id = reviews-200668-p0001 # text = kudos to Allentown Post Office staff -1 kudos kudos NOUN NNS Number=Plur 0 root 0:root _ +1 kudos kudos NOUN NN Number=Sing 0 root 0:root _ 2 to to ADP IN _ 6 case 6:case _ 3 Allentown Allentown PROPN NNP Number=Sing 5 compound 5:compound _ 4 Post Post PROPN NNP Number=Sing 5 compound 5:compound _ @@ -26578,7 +26597,7 @@ 2 staff staff NOUN NNS Number=Plur 6 nsubj 6:nsubj|8:nsubj|11:nsubj _ 3 in in ADP IN _ 4 case 4:case _ 4 Allentown Allentown PROPN NNP Number=Sing 2 nmod 2:nmod:in _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 friendly friendly ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 7 , , PUNCT , _ 8 punct 8:punct _ 8 helpful helpful ADJ JJ Degree=Pos 6 conj 6:conj:and _ @@ -26594,9 +26613,9 @@ # newpar id = reviews-155050-p0001 # text = amazing, fun, great beers. 1 amazing amazing ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 fun fun ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 great great ADJ JJ Degree=Pos 6 amod 6:amod _ 6 beers beer NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 7 . . PUNCT . _ 6 punct 6:punct _ @@ -26607,12 +26626,12 @@ 2 could could AUX MD VerbForm=Fin 6 aux 6:aux _ 3 be be AUX VB VerbForm=Inf 6 cop 6:cop _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ -5 little little NOUN NN Number=Sing 6 obl:npmod 6:obl:npmod _ -6 better better ADJ JJR Degree=Cmp 0 root 0:root _ +5 little little ADJ JJ Degree=Pos 6 obl:npmod 6:obl:npmod _ +6 better good ADJ JJR Degree=Cmp 0 root 0:root _ 7 but but CCONJ CC _ 14 cc 14:cc _ 8-9 its _ _ _ _ _ _ _ _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -9 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +9 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 14 cop 14:cop CorrectForm='s 10 an a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 11 all all ADV RB _ 12 advmod 12:advmod _ 12 round round ADV RB _ 13 advmod 13:advmod _ @@ -26632,9 +26651,9 @@ # text = I just had the best experience at this Kal Tire location. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 best best ADJ JJS Degree=Sup 6 amod 6:amod _ +5 best good ADJ JJS Degree=Sup 6 amod 6:amod _ 6 experience experience NOUN NN Number=Sing 3 obj 3:obj _ 7 at at ADP IN _ 11 case 11:case _ 8 this this DET DT Number=Sing|PronType=Dem 11 det 11:det _ @@ -26664,11 +26683,11 @@ 6 years year NOUN NNS Number=Plur 3 obl 3:obl:over SpaceAfter=No 7 , , PUNCT , _ 16 punct 16:punct _ 8 but but CCONJ CC _ 16 cc 16:cc _ -9 still still ADV RB _ 11 advmod 11:advmod _ +9 still still ADV RB _ 16 advmod 16:advmod _ 10 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -11 best best ADJ JJS Degree=Sup 16 amod 16:amod _ +11 best good ADJ JJS Degree=Sup 16 amod 16:amod _ 12 go go VERB VB VerbForm=Inf 16 amod 16:amod SpaceAfter=No -13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +13 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 14 to to ADP IN _ 12 obl 12:obl _ 15 burger burger NOUN NN Number=Sing 16 compound 16:compound _ 16 place place NOUN NN Number=Sing 3 conj 3:conj:but _ @@ -26700,18 +26719,18 @@ # sent_id = reviews-241108-0004 # text = Did services I asked them NOTto do and was still charged. -1 Did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Did do VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 services service NOUN NNS Number=Plur 1 obj 1:obj _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ -5 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 4 obj 4:obj|8:nsubj:xsubj _ -6 NOT not ADV RB _ 8 advmod 8:advmod SpaceAfter=No +4 asked ask VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +5 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 4 iobj 4:iobj|8:nsubj:xsubj _ +6 NOT not PART RB _ 8 advmod 8:advmod CorrectSpaceAfter=Yes|SpaceAfter=No 7 to to PART TO _ 8 mark 8:mark _ 8 do do VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 9 and and CCONJ CC _ 12 cc 12:cc _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 aux:pass 12:aux:pass _ 11 still still ADV RB _ 12 advmod 12:advmod _ -12 charged charge VERB VBN Tense=Past|VerbForm=Part 1 conj 1:conj:and SpaceAfter=No +12 charged charge VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 conj 1:conj:and SpaceAfter=No 13 . . PUNCT . _ 1 punct 1:punct _ # newdoc id = reviews-001325 @@ -26719,13 +26738,13 @@ # newpar id = reviews-001325-p0001 # text = Highly recommended 1 Highly highly ADV RB _ 2 advmod 2:advmod _ -2 recommended recommend VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +2 recommended recommend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ # sent_id = reviews-001325-0002 # newpar id = reviews-001325-p0002 # text = My 8 year old daughter loves this place. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -2 8 8 NUM CD NumType=Card 3 nummod 3:nummod _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 8 8 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 3 year year NOUN NN Number=Sing 4 obl:npmod 4:obl:npmod _ 4 old old ADJ JJ Degree=Pos 5 amod 5:amod _ 5 daughter daughter NOUN NN Number=Sing 6 nsubj 6:nsubj _ @@ -26737,7 +26756,7 @@ # sent_id = reviews-001325-0003 # text = The best climbing club around. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ -2 best best ADJ JJS Degree=Sup 4 amod 4:amod _ +2 best good ADJ JJS Degree=Sup 4 amod 4:amod _ 3 climbing climbing NOUN NN Number=Sing 4 compound 4:compound _ 4 club club NOUN NN Number=Sing 0 root 0:root _ 5 around around ADV RB _ 4 advmod 4:advmod SpaceAfter=No @@ -26767,14 +26786,14 @@ # sent_id = reviews-363482-0002 # text = How do you run a cafe, with no refills on coffee-? 1 How how ADV WRB PronType=Int 4 advmod 4:advmod _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 run run VERB VB VerbForm=Inf 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 cafe cafe NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No -7 , , PUNCT , _ 4 punct 4:punct _ +7 , , PUNCT , _ 10 punct 10:punct _ 8 with with ADP IN _ 10 case 10:case _ -9 no no DET DT _ 10 det 10:det _ +9 no no DET DT PronType=Neg 10 det 10:det _ 10 refills refill NOUN NNS Number=Plur 4 obl 4:obl:with _ 11 on on ADP IN _ 12 case 12:case _ 12 coffee coffee NOUN NN Number=Sing 10 nmod 10:nmod:on SpaceAfter=No @@ -26796,22 +26815,22 @@ 3 number number NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 incorrect incorrect ADJ JJ Degree=Pos 0 root 0:root _ -6 - - PUNCT , _ 5 punct 5:punct _ -7 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +6 - - PUNCT , _ 12 punct 12:punct _ +7 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 8 new new ADJ JJ Degree=Pos 10 amod 10:amod _ 9 mobile mobile ADJ JJ Degree=Pos 10 amod 10:amod _ 10 number number NOUN NN Number=Sing 12 nsubj 12:nsubj|14:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ -12 07551310002 07551310002 NUM CD NumType=Card 5 parataxis 5:parataxis _ +12 07551310002 07551310002 NUM CD NumForm=Digit|NumType=Card 5 parataxis 5:parataxis _ 13 or or CCONJ CC _ 14 cc 14:cc _ 14 landline landline NOUN NN Number=Sing 12 conj 12:conj:or _ -15 01634 01634 NUM CD NumType=Card 16 list 16:list _ -16 710033 710033 NUM CD NumType=Card 14 appos 14:appos SpaceAfter=No +15 01634 01634 NUM CD NumForm=Digit|NumType=Card 14 appos 14:appos _ +16 710033 710033 NUM CD NumForm=Digit|NumType=Card 15 flat 15:flat SpaceAfter=No 17 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-002317-0003 # text = thank you -1 thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 1 obj 1:obj _ # newdoc id = reviews-059655 @@ -26832,14 +26851,14 @@ # sent_id = reviews-059655-0002 # text = and did great job . 1 and and CCONJ CC _ 2 cc 2:cc _ -2 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 great great ADJ JJ Degree=Pos 4 amod 4:amod _ 4 job job NOUN NN Number=Sing 2 obj 2:obj _ 5 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-059655-0003 # text = i was very pleased with the service. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 pleased pleased ADJ JJ Degree=Pos 0 root 0:root _ @@ -26853,10 +26872,10 @@ # newpar id = reviews-390330-p0001 # text = I appreciate the quick, good service and the reasonable prices and will definitely use American Pride Irrigation & Landscaping again. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|15:nsubj _ -2 appreciate appreciate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 appreciate appreciate VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 4 quick quick ADJ JJ Degree=Pos 7 amod 7:amod SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 good good ADJ JJ Degree=Pos 7 amod 7:amod _ 7 service service NOUN NN Number=Sing 2 obj 2:obj _ 8 and and CCONJ CC _ 11 cc 11:cc _ @@ -26867,7 +26886,7 @@ 13 will will AUX MD VerbForm=Fin 15 aux 15:aux _ 14 definitely definitely ADV RB _ 15 advmod 15:advmod _ 15 use use VERB VB VerbForm=Inf 2 conj 2:conj:and _ -16 American American PROPN NNP Number=Sing 17 compound 17:compound _ +16 American American ADJ NNP Degree=Pos 17 amod 17:amod _ 17 Pride Pride PROPN NNP Number=Sing 18 compound 18:compound _ 18 Irrigation Irrigation PROPN NNP Number=Sing 15 obj 15:obj _ 19 & & CCONJ CC _ 20 cc 20:cc _ @@ -26880,17 +26899,17 @@ # newpar id = reviews-126086-p0001 # text = I like I Move CA - Los Angeles Movers, they moved me before, but this time they were awesome :) 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 Move move VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 compound 9:compound _ +4 Move move VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 compound 9:compound _ 5 CA CA PROPN NNP Number=Sing 9 compound 9:compound _ -6 - - PUNCT HYPH _ 9 punct 9:punct _ +6 - - PUNCT HYPH _ 5 punct 5:punct _ 7 Los Los PROPN NNP Number=Sing 8 compound 8:compound _ 8 Angeles Angeles PROPN NNP Number=Sing 9 compound 9:compound _ -9 Movers Movers PROPN NNPS Number=Plur 2 obj 2:obj SpaceAfter=No -10 , , PUNCT , _ 2 punct 2:punct _ +9 Movers Mover PROPN NNPS Number=Plur 2 obj 2:obj SpaceAfter=No +10 , , PUNCT , _ 12 punct 12:punct _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 moved move VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +12 moved move VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 13 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 12 obj 12:obj _ 14 before before ADV RB _ 12 advmod 12:advmod SpaceAfter=No 15 , , PUNCT , _ 21 punct 21:punct _ @@ -26898,7 +26917,7 @@ 17 this this DET DT Number=Sing|PronType=Dem 18 det 18:det _ 18 time time NOUN NN Number=Sing 21 obl:tmod 21:obl:tmod _ 19 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 21 nsubj 21:nsubj _ -20 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 cop 21:cop _ +20 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 21 cop 21:cop _ 21 awesome awesome ADJ JJ Degree=Pos 12 conj 12:conj:but _ 22 :) :) SYM NFP _ 2 discourse 2:discourse _ @@ -26914,15 +26933,15 @@ # text = There is no lower rating for Noonan's Liquor, owners and employees. 1 There there PRON EX _ 2 expl 2:expl _ 2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 5 det 5:det _ -4 lower lower ADJ JJR Degree=Cmp 5 amod 5:amod _ +3 no no DET DT PronType=Neg 5 det 5:det _ +4 lower low ADJ JJR Degree=Cmp 5 amod 5:amod _ 5 rating rating NOUN NN Number=Sing 2 nsubj 2:nsubj _ 6 for for ADP IN _ 9 case 9:case _ 7-8 Noonan's _ _ _ _ _ _ _ _ 7 Noonan Noonan PROPN NNP Number=Sing 9 nmod:poss 9:nmod:poss _ 8 's 's PART POS _ 7 case 7:case _ 9 Liquor Liquor PROPN NNP Number=Sing 5 nmod 5:nmod:for SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 owners owner NOUN NNS Number=Plur 9 vocative 9:vocative _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 employees employee NOUN NNS Number=Plur 11 conj 11:conj:and SpaceAfter=No @@ -26957,8 +26976,8 @@ # sent_id = reviews-025516-0002 # text = Sent scented flowers home instead of postcards. -1 Sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -2 scented scent VERB VBN Tense=Past|VerbForm=Part 3 amod 3:amod _ +1 Sent send VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 scented scent VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 amod 3:amod _ 3 flowers flower NOUN NNS Number=Plur 1 obj 1:obj _ 4 home home ADV RB _ 1 advmod 1:advmod _ 5 instead instead ADV RB _ 7 case 7:case _ @@ -26968,9 +26987,9 @@ # sent_id = reviews-025516-0003 # text = Recommend you call in for a look. -1 Recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 call call VERB VB VerbForm=Inf 1 ccomp 1:ccomp _ +3 call call VERB VB Mood=Sub|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp _ 4 in in ADP RP _ 3 compound:prt 3:compound:prt _ 5 for for ADP IN _ 7 case 7:case _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -26981,7 +27000,7 @@ # sent_id = reviews-396046-0001 # newpar id = reviews-396046-p0001 # text = Worst experience ever like a sardine can and the bartender downstairs is the rudest person I have ever met. -1 Worst worst ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Worst bad ADJ JJS Degree=Sup 2 amod 2:amod _ 2 experience experience NOUN NN Number=Sing 0 root 0:root _ 3 ever ever ADV RB _ 2 advmod 2:advmod _ 4 like like ADP IN _ 7 case 7:case _ @@ -26994,10 +27013,10 @@ 11 downstairs downstairs ADV RB _ 10 advmod 10:advmod _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -14 rudest rudest ADJ JJS Degree=Sup 15 amod 15:amod _ +14 rudest rude ADJ JJS Degree=Sup 15 amod 15:amod _ 15 person person NOUN NN Number=Sing 2 conj 2:conj:and _ 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -17 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ +17 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 18 ever ever ADV RB _ 19 advmod 19:advmod _ 19 met meet VERB VBN Tense=Past|VerbForm=Part 15 acl:relcl 15:acl:relcl SpaceAfter=No 20 . . PUNCT . _ 2 punct 2:punct _ @@ -27006,7 +27025,7 @@ # text = DONt Go here 1-2 DONt _ _ _ _ _ _ _ _ 1 DO do AUX VB Mood=Imp|VerbForm=Fin 3 aux 3:aux _ -2 Nt not PART RB _ 3 advmod 3:advmod _ +2 Nt not PART RB Typo=Yes 3 advmod 3:advmod CorrectForm=N'T 3 Go go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 here here ADV RB PronType=Dem 3 advmod 3:advmod _ @@ -27018,22 +27037,22 @@ 2 on on ADP IN _ 3 case 3:case _ 3 top top NOUN NN Number=Sing 1 nmod 1:nmod:on _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ -5 renovated renovate VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +5 renovated renovate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No +6 , , PUNCT , _ 9 punct 9:punct _ 7 food food NOUN NN Number=Sing 9 nsubj 9:nsubj _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 9 decent decent ADJ JJ Degree=Pos 5 list 5:list SpaceAfter=No -10 , , PUNCT , _ 5 punct 5:punct _ +10 , , PUNCT , _ 15 punct 15:punct _ 11 price price NOUN NN Number=Sing 15 nsubj 15:nsubj _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ 13 way way ADV RB _ 15 advmod 15:advmod _ -14 to too ADV RB Typo=Yes 15 advmod 15:advmod _ +14 to too ADV RB Typo=Yes 15 advmod 15:advmod CorrectForm=too 15 high high ADJ JJ Degree=Pos 5 list 5:list _ 16 for for ADP IN _ 17 case 17:case _ 17 Duluth Duluth PROPN NNP Number=Sing 15 obl 15:obl:for _ 18 for for ADP IN _ 19 case 19:case _ 19 quality quality NOUN NN Number=Sing 15 obl 15:obl:for SpaceAfter=No -20 , , PUNCT , _ 5 punct 5:punct _ +20 , , PUNCT , _ 23 punct 23:punct _ 21 new new ADJ JJ Degree=Pos 22 amod 22:amod _ 22 decor decor NOUN NN Number=Sing 23 nsubj 23:nsubj|24:nsubj:xsubj _ 23 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 list 5:list _ @@ -27052,10 +27071,10 @@ # text = These guys took Customer Service 101 from a Neanderthal. 1 These this DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 guys guy NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 took take VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 Customer customer NOUN NN Number=Sing 5 compound 5:compound _ 5 Service service NOUN NN Number=Sing 3 obj 3:obj _ -6 101 101 NUM CD NumType=Card 5 nummod 5:nummod _ +6 101 101 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 7 from from ADP IN _ 9 case 9:case _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 Neanderthal Neanderthal PROPN NNP Number=Sing 3 obl 3:obl:from SpaceAfter=No @@ -27064,7 +27083,7 @@ # sent_id = reviews-245928-0003 # text = They are especially rude to women. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 especially especially ADV RB _ 4 advmod 4:advmod _ 4 rude rude ADJ JJ Degree=Pos 0 root 0:root _ 5 to to ADP IN _ 6 case 6:case _ @@ -27076,7 +27095,7 @@ 1 Do do AUX VB Mood=Imp|VerbForm=Fin 3 aux 3:aux _ 2 not not PART RB _ 3 advmod 3:advmod _ 3 trust trust VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -4 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 3 obj 3:obj SpaceAfter=No +4 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 3 iobj 3:iobj SpaceAfter=No 5 ! ! PUNCT . _ 3 punct 3:punct _ # newdoc id = reviews-022273 @@ -27100,7 +27119,7 @@ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 servers server NOUN NNS Number=Plur 6 nsubj 6:nsubj _ 4-5 don't _ _ _ _ _ _ _ _ -4 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 n't not PART RB _ 6 advmod 6:advmod _ 6 pay pay VERB VB VerbForm=Inf 0 root 0:root _ 7 attention attention NOUN NN Number=Sing 6 obj 6:obj _ @@ -27119,15 +27138,15 @@ # sent_id = reviews-334928-0001 # newpar id = reviews-334928-p0001 # text = One of the better vegetarian sandwiches I've had in Seattle. -1 One one NUM CD NumType=Card 0 root 0:root _ +1 One one NUM CD NumForm=Word|NumType=Card 0 root 0:root _ 2 of of ADP IN _ 6 case 6:case _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -4 better better ADJ JJR Degree=Cmp 6 amod 6:amod _ +4 better good ADJ JJR Degree=Cmp 6 amod 6:amod _ 5 vegetarian vegetarian ADJ JJ Degree=Pos 6 amod 6:amod _ 6 sandwiches sandwich NOUN NNS Number=Plur 1 nmod 1:nmod:of _ 7-8 I've _ _ _ _ _ _ _ _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -8 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +8 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 9 had have VERB VBN Tense=Past|VerbForm=Part 6 acl:relcl 6:acl:relcl _ 10 in in ADP IN _ 11 case 11:case _ 11 Seattle Seattle PROPN NNP Number=Sing 9 obl 9:obl:in SpaceAfter=No @@ -27145,7 +27164,7 @@ 8 high high ADJ JJ Degree=Pos 9 amod 9:amod _ 9 quality quality NOUN NN Number=Sing 10 compound 10:compound _ 10 meat meat NOUN NN Number=Sing 6 obl 6:obl:in SpaceAfter=No -11 , , PUNCT , _ 6 punct 6:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 too too ADV RB _ 6 advmod 6:advmod SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ @@ -27156,11 +27175,11 @@ 1 Old old ADJ JJ Degree=Pos 2 amod 2:amod _ 2 time time NOUN NN Number=Sing 3 compound 3:compound _ 3 grocery grocery NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ -5 best best ADJ JJS Degree=Sup 6 amod 6:amod _ +4 , , PUNCT , _ 6 punct 6:punct _ +5 best good ADJ JJS Degree=Sup 6 amod 6:amod _ 6 steaks steak NOUN NNS Number=Plur 3 appos 3:appos _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -8 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +8 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 ever ever ADV RB _ 10 advmod 10:advmod _ 10 had have VERB VBN Tense=Past|VerbForm=Part 6 acl:relcl 6:acl:relcl SpaceAfter=No 11 ! ! PUNCT . _ 3 punct 3:punct _ @@ -27168,11 +27187,11 @@ # sent_id = reviews-314024-0002 # text = Great meats that are already cooked, easy to take home for dinner. 1 Great great ADJ JJ Degree=Pos 2 amod 2:amod _ -2 meats meat NOUN NNS Number=Plur 0 root 0:root|6:nsubj|8:nsubj _ -3 that that PRON WDT PronType=Rel 6 nsubj 2:ref _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +2 meats meat NOUN NNS Number=Plur 0 root 0:root|6:nsubj:pass|8:nsubj _ +3 that that PRON WDT PronType=Rel 6 nsubj:pass 2:ref _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ 5 already already ADV RB _ 6 advmod 6:advmod _ -6 cooked cook VERB VBN Tense=Past|VerbForm=Part 2 acl:relcl 2:acl:relcl SpaceAfter=No +6 cooked cook VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 acl:relcl 2:acl:relcl SpaceAfter=No 7 , , PUNCT , _ 8 punct 8:punct _ 8 easy easy ADJ JJ Degree=Pos 6 conj 2:acl:relcl|6:conj _ 9 to to PART TO _ 10 mark 10:mark _ @@ -27206,7 +27225,7 @@ 12 Web web NOUN NN Number=Sing 13 compound 13:compound _ 13 Promotion promotion NOUN NN Number=Sing 1 conj 1:conj SpaceAfter=No 14 , , PUNCT , _ 15 punct 15:punct _ -15 B2B b2b NOUN NN Number=Sing 1 conj 1:conj SpaceAfter=No +15 B2B B2B NOUN NN Number=Sing 1 conj 1:conj SpaceAfter=No 16 , , PUNCT , _ 18 punct 18:punct _ 17 Business business NOUN NN Number=Sing 18 compound 18:compound _ 18 Promotion promotion NOUN NN Number=Sing 1 conj 1:conj SpaceAfter=No @@ -27229,7 +27248,7 @@ 2 Top top ADJ JJ Degree=Pos 3 amod 3:amod _ 3 Quality quality NOUN NN Number=Sing 4 compound 4:compound _ 4 Sandwich sandwich NOUN NN Number=Sing 0 root 0:root _ -5 made make VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +5 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ 6 to to ADP IN _ 8 case 8:case _ 7 artistic artistic ADJ JJ Degree=Pos 8 amod 8:amod _ 8 standards standard NOUN NNS Number=Plur 5 obl 5:obl:to SpaceAfter=No @@ -27238,7 +27257,7 @@ # sent_id = reviews-128808-0003 # text = The best darlington has to offer in contemporary sandwicheering. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 best best ADJ JJS Degree=Sup 0 root 0:root _ +2 best good ADJ JJS Degree=Sup 0 root 0:root _ 3 darlington darlington PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 4 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 to to PART TO _ 6 mark 6:mark _ @@ -27279,14 +27298,14 @@ # text = The workers sped up and down the street with no mind to the small children playing. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 workers worker NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 sped speed VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 sped speed VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 up up ADP IN _ 8 case 8:case _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 down down ADP IN _ 4 conj 4:conj:and|8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 street street NOUN NN Number=Sing 3 obl 3:obl:down _ 9 with with ADP IN _ 11 case 11:case _ -10 no no DET DT _ 11 det 11:det _ +10 no no DET DT PronType=Neg 11 det 11:det _ 11 mind mind NOUN NN Number=Sing 3 obl 3:obl:with _ 12 to to ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -27300,15 +27319,15 @@ # newpar id = reviews-171877-p0001 # text = ipad reiew 1 ipad ipad PROPN NNP Number=Sing 2 compound 2:compound _ -2 reiew review NOUN NN Number=Sing|Typo=Yes 0 root 0:root _ +2 reiew review NOUN NN Number=Sing|Typo=Yes 0 root 0:root CorrectForm=review # sent_id = reviews-171877-0002 # newpar id = reviews-171877-p0002 # text = they are the best orthodontics in the world. 1 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 best best ADJ JJS Degree=Sup 5 amod 5:amod _ +4 best good ADJ JJS Degree=Sup 5 amod 5:amod _ 5 orthodontics orthodontics NOUN NNS Number=Plur 0 root 0:root _ 6 in in ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -27317,24 +27336,24 @@ # sent_id = reviews-171877-0003 # text = i went there since i was four. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 there there ADV RB PronType=Dem 2 advmod 2:advmod _ 4 since since SCONJ IN _ 7 mark 7:mark _ -5 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ +5 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ -7 four four NUM CD NumType=Card 2 advcl 2:advcl:since SpaceAfter=No +7 four four NUM CD NumForm=Word|NumType=Card 2 advcl 2:advcl:since SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-171877-0004 # text = now i will have really straight teeth. 1 now now ADV RB _ 4 advmod 4:advmod _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 3 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 4 have have VERB VB VerbForm=Inf 0 root 0:root _ 5 really really ADV RB _ 6 advmod 6:advmod _ 6 straight straight ADJ JJ Degree=Pos 7 amod 7:amod _ -7 teeth teeth NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No +7 teeth tooth NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ # newdoc id = reviews-363428 @@ -27365,19 +27384,19 @@ # sent_id = reviews-363428-0004 # text = Nothing too much trouble for Ian, thanks for a great stay. -1 Nothing nothing PRON NN Number=Sing 4 nsubj 4:nsubj _ +1 Nothing nothing PRON NN Number=Sing|PronType=Neg 4 nsubj 4:nsubj _ 2 too too ADV RB _ 3 advmod 3:advmod _ 3 much much ADJ JJ Degree=Pos 4 amod 4:amod _ 4 trouble trouble NOUN NN Number=Sing 0 root 0:root _ 5 for for ADP IN _ 6 case 6:case _ 6 Ian Ian PROPN NNP Number=Sing 4 nmod 4:nmod:for SpaceAfter=No -7 , , PUNCT , _ 4 punct 4:punct _ -8 thanks thanks NOUN NN Number=Sing 1 parataxis 1:parataxis _ +7 , , PUNCT , _ 8 punct 8:punct _ +8 thanks thanks NOUN NN Number=Sing 4 parataxis 4:parataxis _ 9 for for ADP IN _ 12 case 12:case _ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 11 great great ADJ JJ Degree=Pos 12 amod 12:amod _ 12 stay stay NOUN NN Number=Sing 8 nmod 8:nmod:for SpaceAfter=No -13 . . PUNCT . _ 1 punct 1:punct _ +13 . . PUNCT . _ 4 punct 4:punct _ # newdoc id = reviews-014764 # sent_id = reviews-014764-0001 @@ -27385,10 +27404,10 @@ # text = Daniel and his assistant both did a great job. 1 Daniel Daniel PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 2 and and CCONJ CC _ 4 cc 4:cc _ -3 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 assistant assistant NOUN NN Number=Sing 1 conj 1:conj:and|6:nsubj _ -5 both both DET DT _ 1 advmod 1:advmod _ -6 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 both both ADV RB Degree=Pos 6 advmod 6:advmod _ +6 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 great great ADJ JJ Degree=Pos 9 amod 9:amod _ 9 job job NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No @@ -27410,9 +27429,9 @@ 3 from from ADP IN _ 4 case 4:case _ 4 myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes 2 nmod 2:nmod:from _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 all all DET DT _ 4 conj 2:nmod:from|4:conj:and _ +6 all all DET DT PronType=Tot 4 conj 2:nmod:from|4:conj:and _ 7 of of ADP IN _ 10 case 10:case _ -8 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 wedding wedding NOUN NN Number=Sing 10 compound 10:compound _ 10 guests guest NOUN NNS Number=Plur 6 nmod 6:nmod:of SpaceAfter=No 11 ! ! PUNCT . _ 2 punct 2:punct _ @@ -27421,9 +27440,9 @@ # sent_id = reviews-171255-0001 # newpar id = reviews-171255-p0001 # text = what a mindblowing servicing -1 what what DET WDT PronType=Int 5 det 5:det _ +1 what what DET WDT PronType=Int 5 det:predet 5:det:predet _ 2 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ -3 mind mind NOUN NN Number=Sing 4 compound 4:compound SpaceAfter=No +3 mind mind NOUN NN Number=Sing 4 compound 4:compound CorrectSpaceAfter=Yes|SpaceAfter=No 4 blowing blow VERB VBG VerbForm=Ger 5 amod 5:amod _ 5 servicing servicing NOUN NN Number=Sing 0 root 0:root _ @@ -27431,15 +27450,15 @@ # newpar id = reviews-171255-p0002 # text = They treat there employees with respect and concern and expect that they will extend the same politeness to there customers. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|10:nsubj _ -2 treat treat VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 there they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 4 nmod:poss 4:nmod:poss _ +2 treat treat VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 there their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 4 nmod:poss 4:nmod:poss CorrectForm=their 4 employees employee NOUN NNS Number=Plur 2 obj 2:obj _ 5 with with ADP IN _ 6 case 6:case _ 6 respect respect NOUN NN Number=Sing 2 obl 2:obl:with _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 concern concern NOUN NN Number=Sing 6 conj 2:obl:with|6:conj:and _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 expect expect VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +10 expect expect VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 11 that that SCONJ IN _ 14 mark 14:mark _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 13 will will AUX MD VerbForm=Fin 14 aux 14:aux _ @@ -27448,7 +27467,7 @@ 16 same same ADJ JJ Degree=Pos 17 amod 17:amod _ 17 politeness politeness NOUN NN Number=Sing 14 obj 14:obj _ 18 to to ADP IN _ 20 case 20:case _ -19 there they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 20 nmod:poss 20:nmod:poss _ +19 there their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 20 nmod:poss 20:nmod:poss CorrectForm=their 20 customers customer NOUN NNS Number=Plur 14 obl 14:obl:to SpaceAfter=No 21 . . PUNCT . _ 2 punct 2:punct _ @@ -27460,9 +27479,9 @@ 2 fantastic fantastic ADJ JJ Degree=Pos 3 amod 3:amod _ 3 experience experience NOUN NN Number=Sing 0 root 0:root _ 4 getting get VERB VBG VerbForm=Ger 3 acl 3:acl _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 iphone iphone NOUN NN Number=Sing 4 obj 4:obj _ -7 upgraded upgrade VERB VBN Tense=Past|VerbForm=Part 5 xcomp 5:xcomp _ +7 upgraded upgrade VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 xcomp 4:xcomp _ 8 at at ADP IN _ 9 case 9:case _ 9 Zion Zion PROPN NNP Number=Sing 7 obl 7:obl:at _ 10 ... ... PUNCT . _ 3 punct 3:punct _ @@ -27474,13 +27493,13 @@ 3 to to SCONJ IN _ 4 mark 4:mark _ 4 getting get VERB VBG VerbForm=Ger 2 acl 2:acl:to _ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj|6:nsubj:xsubj _ -6 done do VERB VBN Tense=Past|VerbForm=Part 4 xcomp 4:xcomp _ +6 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 xcomp 4:xcomp _ 7 at at ADP IN _ 9 case 9:case _ 8 karol karol PROPN NNP Number=Sing 9 compound 9:compound _ 9 bagh bagh PROPN NNP Number=Sing 6 obl 6:obl:at|12:nsubj:pass _ 10 which which PRON WDT PronType=Rel 12 nsubj:pass 9:ref _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 aux:pass 12:aux:pass _ -12 done do VERB VBN Tense=Past|VerbForm=Part 9 acl:relcl 9:acl:relcl _ +12 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 acl:relcl 9:acl:relcl _ 13 under under ADP IN _ 16 case 16:case _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 15 wooden wooden ADJ JJ Degree=Pos 16 amod 16:amod _ @@ -27494,7 +27513,7 @@ 2 place place NOUN NN Number=Sing 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 stay stay VERB VB VerbForm=Inf 2 acl 2:acl:to SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ +5 , , PUNCT , _ 8 punct 8:punct _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 7 would would AUX MD VerbForm=Fin 8 aux 8:aux _ 8 stay stay VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ @@ -27505,9 +27524,9 @@ # sent_id = reviews-122514-0002 # text = Rooms were clean, plenty of things to do near hotel, and safe part of town. 1 Rooms room NOUN NNS Number=Plur 3 nsubj 3:nsubj|15:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 cop 3:cop _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 clean clean ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 9 punct 9:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ 5 plenty plenty NOUN NN Number=Sing 3 parataxis 3:parataxis _ 6 of of ADP IN _ 7 case 7:case _ 7 things thing NOUN NNS Number=Plur 5 nmod 5:nmod:of _ @@ -27527,7 +27546,7 @@ # sent_id = reviews-329807-0001 # newpar id = reviews-329807-p0001 # text = Best Electrician in Florence -1 Best best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Best good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 Electrician electrician NOUN NN Number=Sing 0 root 0:root _ 3 in in ADP IN _ 4 case 4:case _ 4 Florence Florence PROPN NNP Number=Sing 2 nmod 2:nmod:in _ @@ -27536,7 +27555,7 @@ # newpar id = reviews-329807-p0002 # text = I have been using Steele Electric for years. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux 4:aux _ 4 using use VERB VBG VerbForm=Ger 0 root 0:root _ 5 Steele Steele PROPN NNP Number=Sing 6 compound 6:compound _ @@ -27548,7 +27567,7 @@ # sent_id = reviews-329807-0003 # text = They have always done a great job at a reasonable price. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 always always ADV RB _ 4 advmod 4:advmod _ 4 done do VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -27563,14 +27582,14 @@ # sent_id = reviews-329807-0004 # text = Highly recommended. 1 Highly highly ADV RB _ 2 advmod 2:advmod _ -2 recommended recommend VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No -3 . . PUNCT . _ 1 punct 1:punct _ +2 recommended recommend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No +3 . . PUNCT . _ 2 punct 2:punct _ # newdoc id = reviews-325330 # sent_id = reviews-325330-0001 # newpar id = reviews-325330-p0001 # text = Not impressed. -1 Not not ADV RB _ 2 advmod 2:advmod _ +1 Not not PART RB _ 2 advmod 2:advmod _ 2 impressed impressed ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ @@ -27580,17 +27599,17 @@ 2 and and CCONJ CC _ 5 cc 5:cc _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 doctor doctor NOUN NN Number=Sing 5 nsubj 5:nsubj|6:nsubj:xsubj|8:nsubj _ -5 acted act VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 conj 1:conj:and _ +5 acted act VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 conj 1:conj:and _ 6 arrogant arrogant ADJ JJ Degree=Pos 5 xcomp 5:xcomp _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 rushed rush VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +8 rushed rush VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 9 at at ADP IN _ 11 case 11:case _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 time time NOUN NN Number=Sing 8 obl 8:obl:at _ -12 when when SCONJ WRB PronType=Int 14 mark 14:mark _ +12 when when ADV WRB PronType=Int 14 advmod 14:advmod _ 13 there there PRON EX _ 14 expl 14:expl _ 14 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:when _ -15 very very ADV RB _ 17 advmod 17:advmod _ +15 very very ADV RB _ 16 advmod 16:advmod _ 16 few few ADJ JJ Degree=Pos 17 amod 17:amod _ 17 clients client NOUN NNS Number=Plur 14 nsubj 14:nsubj _ 18 in in ADP IN _ 20 case 20:case _ @@ -27615,26 +27634,26 @@ 2 thoroughly thoroughly ADV RB _ 3 advmod 3:advmod _ 3 comprehensive comprehensive ADJ JJ Degree=Pos 4 amod 4:amod _ 4 service service NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -5 ; ; PUNCT , _ 4 punct 4:punct _ +5 ; ; PUNCT , _ 7 punct 7:punct _ 6 excellent excellent ADJ JJ Degree=Pos 7 amod 7:amod _ 7 communication communication NOUN NN Number=Sing 4 parataxis 4:parataxis _ 8 and and CCONJ CC _ 13 cc 13:cc _ -9 best best ADV RBS Degree=Sup 13 advmod 13:advmod _ +9 best well ADV RBS Degree=Sup 13 advmod 13:advmod _ 10 of of ADP IN _ 9 obl 9:obl _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 13 transparent transparent ADJ JJ Degree=Pos 7 conj 7:conj:and _ 14 with with ADP IN _ 16 case 16:case _ -15 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 fee fee NOUN NN Number=Sing 13 obl 13:obl:with _ 17 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No -18 ie ie X FW _ 22 advmod 22:advmod _ -19 nothing nothing PRON NN Number=Sing 22 nsubj:pass 22:nsubj:pass|24:nsubj:pass _ +18 ie i.e. ADV FW Abbr=Yes|Typo=Yes 22 advmod 22:advmod CorrectForm=i.e. +19 nothing nothing PRON NN Number=Sing|PronType=Neg 22 nsubj:pass 22:nsubj:pass|24:nsubj:pass _ 20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 aux:pass 22:aux:pass _ 21 simply simply ADV RB _ 22 advmod 22:advmod _ -22 implied imply VERB VBN Tense=Past|VerbForm=Part 13 parataxis 13:parataxis _ +22 implied imply VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 parataxis 13:parataxis _ 23 or or CCONJ CC _ 24 cc 24:cc _ -24 assumed assume VERB VBN Tense=Past|VerbForm=Part 22 conj 22:conj:or SpaceAfter=No +24 assumed assume VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 conj 22:conj:or SpaceAfter=No 25 ) ) PUNCT -RRB- _ 22 punct 22:punct SpaceAfter=No 26 . . PUNCT . _ 4 punct 4:punct _ @@ -27643,13 +27662,13 @@ # newpar id = reviews-313126-p0001 # text = I gave Dr. Rohatgi 2 stars because her assistant was very pleasant. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 gave give VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 Dr. Dr. PROPN NNP Number=Sing 2 iobj 2:iobj _ 4 Rohatgi Rohatgi PROPN NNP Number=Sing 3 flat 3:flat _ -5 2 2 NUM CD NumType=Card 6 nummod 6:nummod _ +5 2 2 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 stars star NOUN NNS Number=Plur 2 obj 2:obj _ 7 because because SCONJ IN _ 12 mark 12:mark _ -8 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 assistant assistant NOUN NN Number=Sing 12 nsubj 12:nsubj _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 cop 12:cop _ 11 very very ADV RB _ 12 advmod 12:advmod _ @@ -27659,16 +27678,16 @@ # sent_id = reviews-313126-0002 # text = However, I did not find her very helpful and her receptionist was rude. 1 However however ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -4 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +4 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 5 not not PART RB _ 6 advmod 6:advmod _ 6 find find VERB VB VerbForm=Inf 0 root 0:root _ 7 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 6 obj 6:obj|9:nsubj:xsubj _ 8 very very ADV RB _ 9 advmod 9:advmod _ 9 helpful helpful ADJ JJ Degree=Pos 6 xcomp 6:xcomp _ 10 and and CCONJ CC _ 14 cc 14:cc _ -11 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 receptionist receptionist NOUN NN Number=Sing 14 nsubj 14:nsubj _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ 14 rude rude ADJ JJ Degree=Pos 6 conj 6:conj:and SpaceAfter=No @@ -27694,17 +27713,17 @@ # sent_id = reviews-392826-0003 # text = My fries weren't fully cooked last time I went there. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 fries fry NOUN NNS Number=Plur 6 nsubj:pass 6:nsubj:pass _ 3-4 weren't _ _ _ _ _ _ _ _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ 4 n't not PART RB _ 6 advmod 6:advmod _ 5 fully fully ADV RB _ 6 advmod 6:advmod _ -6 cooked cook VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +6 cooked cook VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 last last ADJ JJ Degree=Pos 8 amod 8:amod _ 8 time time NOUN NN Number=Sing 6 obl:tmod 6:obl:tmod _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +10 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 11 there there ADV RB PronType=Dem 10 advmod 10:advmod SpaceAfter=No 12 . . PUNCT . _ 6 punct 6:punct _ @@ -27714,7 +27733,7 @@ 2 spendy spendy ADJ JJ Degree=Pos 0 root 0:root _ 3 for for ADP IN _ 7 case 7:case _ 4 really really ADV RB _ 6 advmod 6:advmod _ -5 not not ADV RB _ 6 advmod 6:advmod _ +5 not not PART RB _ 6 advmod 6:advmod _ 6 great great ADJ JJ Degree=Pos 7 amod 7:amod _ 7 quality quality NOUN NN Number=Sing 2 obl 2:obl:for _ @@ -27726,19 +27745,19 @@ 2 management management NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 staff staff NOUN NNS Number=Plur 2 conj 2:conj:and|6:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 superb superb ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 7 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-369608-0002 # text = I worked with Sam Mones who took great care of me. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 worked work VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 worked work VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 with with ADP IN _ 4 case 4:case _ 4 Sam Sam PROPN NNP Number=Sing 2 obl 2:obl:with|7:nsubj _ 5 Mones Mones PROPN NNP Number=Sing 4 flat 4:flat _ 6 who who PRON WP PronType=Rel 7 nsubj 4:ref _ -7 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +7 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 8 great great ADJ JJ Degree=Pos 9 amod 9:amod _ 9 care care NOUN NN Number=Sing 7 obj 7:obj _ 10 of of ADP IN _ 11 case 11:case _ @@ -27752,8 +27771,8 @@ 3 by by ADP IN _ 4 case 4:case _ 4 far far ADV RB Degree=Pos 8 obl 8:obl:by _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -6 best best ADV RBS Degree=Sup 7 advmod 7:advmod _ -7 run run VERB VBN Tense=Past|VerbForm=Part 8 amod 8:amod _ +6 best well ADV RBS Degree=Sup 7 advmod 7:advmod _ +7 run run VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 amod 8:amod _ 8 dealership dealership NOUN NN Number=Sing 0 root 0:root _ 9 in in ADP IN _ 10 case 10:case _ 10 Miami Miami PROPN NNP Number=Sing 8 nmod 8:nmod:in SpaceAfter=No @@ -27764,33 +27783,33 @@ # newpar id = reviews-097548-p0001 # text = The company gets busy but you never have to wait long because they ARE orginizied, so you are in, out, and paid well for your scrap 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 company company NOUN NN Number=Sing 4 nsubj 4:nsubj _ -3 gets get VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ -4 busy busy ADJ JJ Degree=Pos 0 root 0:root _ +2 company company NOUN NN Number=Sing 3 nsubj 3:nsubj|4:nsubj:xsubj _ +3 gets get VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 busy busy ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ 5 but but CCONJ CC _ 8 cc 8:cc _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ 7 never never ADV RB _ 8 advmod 8:advmod _ -8 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ +8 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ 9 to to PART TO _ 10 mark 10:mark _ 10 wait wait VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 long long ADV RB Degree=Pos 10 advmod 10:advmod _ 12 because because SCONJ IN _ 15 mark 15:mark _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -14 ARE be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ -15 orginizied organized ADJ JJ Degree=Pos|Typo=Yes 8 advcl 8:advcl:because SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ +14 ARE be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +15 orginizied organized ADJ JJ Degree=Pos|Typo=Yes 8 advcl 8:advcl:because CorrectForm=organized|SpaceAfter=No +16 , , PUNCT , _ 19 punct 19:punct _ 17 so so ADV RB _ 19 advmod 19:advmod _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 19 nsubj 19:nsubj _ -19 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl _ +19 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 20 in in ADV RB _ 19 advmod 19:advmod SpaceAfter=No 21 , , PUNCT , _ 22 punct 22:punct _ 22 out out ADV RB _ 20 conj 19:advmod|20:conj:and SpaceAfter=No 23 , , PUNCT , _ 25 punct 25:punct _ 24 and and CCONJ CC _ 25 cc 25:cc _ -25 paid pay VERB VBN Tense=Past|VerbForm=Part 20 conj 19:advmod|20:conj:and _ +25 paid pay VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 conj 19:advmod|20:conj:and _ 26 well well ADV RB Degree=Pos 25 advmod 25:advmod _ 27 for for ADP IN _ 29 case 29:case _ -28 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +28 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ 29 scrap scrap NOUN NN Number=Sing 25 obl 25:obl:for _ # newdoc id = reviews-181696 @@ -27806,16 +27825,16 @@ # text = The only 10.0 "Perfect Score" AVVO Rated Attorney I Have Ever Met. 1 The the DET DT Definite=Def|PronType=Art 10 det 10:det _ 2 only only ADJ JJ Degree=Pos 10 amod 10:amod _ -3 10.0 10.0 NUM CD NumType=Card 10 nummod 10:nummod _ +3 10.0 10.0 NUM CD NumForm=Digit|NumType=Frac 10 nummod 10:nummod _ 4 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No 5 Perfect perfect ADJ JJ Degree=Pos 6 amod 6:amod _ 6 Score score NOUN NN Number=Sing 10 compound 10:compound SpaceAfter=No 7 " " PUNCT '' _ 6 punct 6:punct _ 8 AVVO AVVO PROPN NNP Number=Sing 9 compound 9:compound _ -9 Rated rate VERB VBN Tense=Past|VerbForm=Part 10 amod 10:amod _ +9 Rated rate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 amod 10:amod _ 10 Attorney attorney NOUN NN Number=Sing 0 root 0:root _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -12 Have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +12 Have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 Ever ever ADV RB _ 14 advmod 14:advmod _ 14 Met meet VERB VBN Tense=Past|VerbForm=Part 10 acl:relcl 10:acl:relcl SpaceAfter=No 15 . . PUNCT . _ 10 punct 10:punct _ @@ -27824,8 +27843,8 @@ # text = I Highly Recommend, The Law Offices Of Dale Gribow!! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 Highly highly ADV RB _ 3 advmod 3:advmod _ -3 Recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +3 Recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +4 , , PUNCT , _ 7 punct 7:punct _ 5 The the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 Law law NOUN NN Number=Sing 7 compound 7:compound _ 7 Offices office NOUN NNS Number=Plur 3 obj 3:obj _ @@ -27849,7 +27868,7 @@ 1 Sanctuary Sanctuary PROPN NNP Number=Sing 2 nsubj 2:nsubj _ 2 serves serve VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 delicious delicious ADJ JJ Degree=Pos 7 amod 7:amod SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 somewhat somewhat ADV RB _ 6 advmod 6:advmod _ 6 healthy healthy ADJ JJ Degree=Pos 7 amod 7:amod _ 7 food food NOUN NN Number=Sing 2 obj 2:obj _ @@ -27857,7 +27876,7 @@ 9 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 10 great great ADJ JJ Degree=Pos 15 amod 15:amod _ 11 restaurant restaurant NOUN NN Number=Sing 15 compound 15:compound SpaceAfter=No -12 / / PUNCT , _ 14 cc 14:cc SpaceAfter=No +12 / / SYM , _ 14 cc 14:cc SpaceAfter=No 13 fast fast ADJ JJ Degree=Pos 14 amod 14:amod _ 14 food food NOUN NN Number=Sing 11 conj 11:conj|15:compound _ 15 style style NOUN NN Number=Sing 2 obl 2:obl:in SpaceAfter=No @@ -27867,7 +27886,7 @@ # text = The employees are really friendly. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 employees employee NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 really really ADV RB _ 5 advmod 5:advmod _ 5 friendly friendly ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ @@ -27876,7 +27895,7 @@ # text = And they deliver! 1 And and CCONJ CC _ 3 cc 3:cc _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 deliver deliver VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 deliver deliver VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 4 ! ! PUNCT . _ 3 punct 3:punct _ # newdoc id = reviews-336285 @@ -27893,13 +27912,13 @@ # text = If you want the best for your child, don't hesitate in visiting this wornderful school. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 best best ADJ JJS Degree=Sup 3 obj 3:obj _ +5 best good ADJ JJS Degree=Sup 3 obj 3:obj _ 6 for for ADP IN _ 8 case 8:case _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 child child NOUN NN Number=Sing 5 obl 5:obl:for SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ +9 , , PUNCT , _ 3 punct 3:punct _ 10-11 don't _ _ _ _ _ _ _ _ 10 do do AUX VB Mood=Imp|VerbForm=Fin 12 aux 12:aux _ 11 n't not PART RB _ 12 advmod 12:advmod _ @@ -27907,7 +27926,7 @@ 13 in in SCONJ IN _ 14 mark 14:mark _ 14 visiting visit VERB VBG VerbForm=Ger 12 advcl 12:advcl:in _ 15 this this DET DT Number=Sing|PronType=Dem 17 det 17:det _ -16 wornderful wonderful ADJ JJ Degree=Pos|Typo=Yes 17 amod 17:amod _ +16 wornderful wonderful ADJ JJ Degree=Pos|Typo=Yes 17 amod 17:amod CorrectForm=wonderful 17 school school NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No 18 . . PUNCT . _ 12 punct 12:punct _ @@ -27917,7 +27936,7 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 very very ADV RB _ 5 advmod 5:advmod _ -5 best best ADJ JJS Degree=Sup 0 root 0:root _ +5 best good ADJ JJS Degree=Sup 0 root 0:root _ 6 in in ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 Gables Gables PROPN NNP Number=Sing 5 obl 5:obl:in SpaceAfter=No @@ -27927,7 +27946,7 @@ # sent_id = reviews-061721-0001 # newpar id = reviews-061721-p0001 # text = What a Dump! -1 What what DET WDT PronType=Int 3 det 3:det _ +1 What what DET WDT PronType=Int 3 det:predet 3:det:predet _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 Dump dump NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 4 ! ! PUNCT . _ 3 punct 3:punct _ @@ -27987,13 +28006,13 @@ # text = Mrs. Tolchin provided us with excellent service and came with a great deal of knowledge and professionalism! 1 Mrs. Mrs. PROPN NNP Number=Sing 3 nsubj 3:nsubj|9:nsubj _ 2 Tolchin Tolchin PROPN NNP Number=Sing 1 flat 1:flat _ -3 provided provide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 provided provide VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 3 obj 3:obj _ 5 with with ADP IN _ 7 case 7:case _ 6 excellent excellent ADJ JJ Degree=Pos 7 amod 7:amod _ 7 service service NOUN NN Number=Sing 3 obl 3:obl:with _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +9 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 10 with with ADP IN _ 13 case 13:case _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 great great ADJ JJ Degree=Pos 13 amod 13:amod _ @@ -28006,11 +28025,11 @@ # sent_id = reviews-169610-0003 # text = Her flexibility and accessibility made for an easy closing. -1 Her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 flexibility flexibility NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 accessibility accessibility NOUN NN Number=Sing 2 conj 2:conj:and|5:nsubj _ -5 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 for for ADP IN _ 9 case 9:case _ 7 an a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 easy easy ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -28026,22 +28045,22 @@ 3 often often ADV RB _ 4 advmod 4:advmod _ 4 expired expired ADJ JJ Degree=Pos 0 root 0:root _ 5 so so ADV RB _ 6 advmod 6:advmod _ -6 check check VERB VB Mood=Imp|VerbForm=Fin 4 advcl 4:advcl _ +6 check check VERB VB Mood=Imp|VerbForm=Fin 4 parataxis 4:parataxis _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 dates date NOUN NNS Number=Plur 6 obj 6:obj _ -9 every every DET DT _ 10 det 10:det _ +9 every every DET DT PronType=Tot 10 det 10:det _ 10 time time NOUN NN Number=Sing 6 obl:tmod 6:obl:tmod SpaceAfter=No 11 ! ! PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-034995-0002 # text = Also more often than not you end up with a healthy dose of nasty rude attitude from the employees! 1 Also also ADV RB _ 7 advmod 7:advmod _ -2 more more ADV RBR _ 3 advmod 3:advmod _ +2 more more ADV RBR Degree=Cmp 3 advmod 3:advmod _ 3 often often ADV RB _ 7 advmod 7:advmod _ 4 than than SCONJ IN _ 5 mark 5:mark _ -5 not not PART RB _ 2 ccomp 2:ccomp _ +5 not not PART RB _ 3 advcl 3:advcl:than _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 end end VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 end end VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 up up ADP RP _ 7 compound:prt 7:compound:prt _ 9 with with ADP IN _ 12 case 12:case _ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ @@ -28060,21 +28079,21 @@ # sent_id = reviews-101864-0001 # newpar id = reviews-101864-p0001 # text = No complaints -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 complaints complaint NOUN NNS Number=Plur 0 root 0:root _ # sent_id = reviews-101864-0002 # newpar id = reviews-101864-p0002 # text = I have no complaints about the service I received. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 4 det 4:det _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 no no DET DT PronType=Neg 4 det 4:det _ 4 complaints complaint NOUN NNS Number=Plur 2 obj 2:obj _ 5 about about ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 service service NOUN NN Number=Sing 4 nmod 4:nmod:about _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl SpaceAfter=No +9 received receive VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct SpaceAfter=No # sent_id = reviews-101864-0003 @@ -28095,10 +28114,10 @@ # text = I never felt worried and walked away satisfied. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|4:nsubj:xsubj|6:nsubj|8:nsubj:xsubj _ 2 never never ADV RB _ 3 advmod 3:advmod _ -3 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 felt feel VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 worried worried ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 walked walk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +6 walked walk VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 7 away away ADV RB _ 6 advmod 6:advmod _ 8 satisfied satisfied ADJ JJ Degree=Pos 6 xcomp 6:xcomp SpaceAfter=No 9 . . PUNCT . _ 3 punct 3:punct _ @@ -28115,21 +28134,21 @@ # sent_id = reviews-200566-0002 # text = ALL OF THE TEACHERS THERE ARE SO MEAN THEY GET MAD AT YOU FOR NOTHING!!!!!!!!!!!!!!!!!!! -1 ALL all DET DT _ 8 nsubj 8:nsubj _ +1 ALL all DET DT PronType=Tot 8 nsubj 8:nsubj _ 2 OF of ADP IN _ 4 case 4:case _ 3 THE the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 TEACHERS teacher NOUN NNS Number=Plur 1 nmod 1:nmod:of _ 5 THERE there ADV RB PronType=Dem 1 advmod 1:advmod _ -6 ARE be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +6 ARE be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 SO so ADV RB _ 8 advmod 8:advmod _ 8 MEAN mean ADJ JJ Degree=Pos 0 root 0:root _ -9 THEY they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -10 GET get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ -11 MAD mad ADJ JJ Degree=Pos 8 parataxis 8:parataxis _ +9 THEY they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj|11:nsubj:xsubj _ +10 GET get VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 parataxis 8:parataxis _ +11 MAD mad ADJ JJ Degree=Pos 10 xcomp 10:xcomp _ 12 AT at ADP IN _ 13 case 13:case _ 13 YOU you PRON PRP Case=Acc|Person=2|PronType=Prs 11 obl 11:obl:at _ 14 FOR for ADP IN _ 15 case 15:case _ -15 NOTHING nothing PRON NN Number=Sing 11 obl 11:obl:for SpaceAfter=No +15 NOTHING nothing PRON NN Number=Sing|PronType=Neg 10 obl 10:obl:for SpaceAfter=No 16 !!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!! PUNCT . _ 8 punct 8:punct _ # sent_id = reviews-200566-0003 @@ -28137,11 +28156,11 @@ 1 THIS this PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 2 IS be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 THE the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 WORST worst ADJ JJS Degree=Sup 5 amod 5:amod _ +4 WORST bad ADJ JJS Degree=Sup 5 amod 5:amod _ 5 SCHOOL school NOUN NN Number=Sing 0 root 0:root _ 6-7 IVE _ _ _ _ _ _ _ _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -7 VE have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +7 VE have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 9 aux 9:aux CorrectForm='VE 8 BEEN be AUX VBN Tense=Past|VerbForm=Part 9 cop 9:cop _ 9 TO to ADP IN _ 5 acl:relcl 5:acl:relcl SpaceAfter=No 10 !!!!!! !!!!!! PUNCT . _ 5 punct 5:punct _ @@ -28152,27 +28171,27 @@ # text = Staten Island Computers 1 Staten Staten PROPN NNP Number=Sing 2 compound 2:compound _ 2 Island Island PROPN NNP Number=Sing 3 compound 3:compound _ -3 Computers Computers PROPN NNPS Number=Plur 0 root 0:root _ +3 Computers Computer PROPN NNPS Number=Plur 0 root 0:root _ # sent_id = reviews-270889-0002 # newpar id = reviews-270889-p0002 # text = Superior work - always comes through when we need him. 1 Superior superior ADJ JJ Degree=Pos 2 amod 2:amod _ 2 work work NOUN NN Number=Sing 0 root 0:root _ -3 - - PUNCT , _ 2 punct 2:punct _ +3 - - PUNCT , _ 5 punct 5:punct _ 4 always always ADV RB _ 5 advmod 5:advmod _ 5 comes come VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 6 through through ADP RP _ 5 compound:prt 5:compound:prt _ -7 when when SCONJ WRB PronType=Int 9 mark 9:mark _ +7 when when ADV WRB PronType=Int 9 advmod 9:advmod _ 8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:when _ +9 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:when _ 10 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-270889-0003 # text = We have tried many different computer people until now - we will stick with Qualitech Computers!!! 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 tried try VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 many many ADJ JJ Degree=Pos 7 amod 7:amod _ 5 different different ADJ JJ Degree=Pos 7 amod 7:amod _ @@ -28180,13 +28199,13 @@ 7 people people NOUN NNS Number=Plur 3 obj 3:obj _ 8 until until ADP IN _ 9 case 9:case _ 9 now now ADV RB _ 3 obl 3:obl:until _ -10 - - PUNCT , _ 3 punct 3:punct _ +10 - - PUNCT , _ 13 punct 13:punct _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 12 will will AUX MD VerbForm=Fin 13 aux 13:aux _ 13 stick stick VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ 14 with with ADP IN _ 16 case 16:case _ 15 Qualitech Qualitech PROPN NNP Number=Sing 16 compound 16:compound _ -16 Computers Computers PROPN NNPS Number=Plur 13 obl 13:obl:with SpaceAfter=No +16 Computers Computer PROPN NNPS Number=Plur 13 obl 13:obl:with SpaceAfter=No 17 !!! !!! PUNCT . _ 3 punct 3:punct _ # newdoc id = reviews-294978 @@ -28206,10 +28225,10 @@ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 fine fine ADJ JJ Degree=Pos 5 amod 5:amod _ 5 place place NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 12 punct 12:punct _ 7-8 I'm _ _ _ _ _ _ _ _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -8 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +8 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 9 just just ADV RB _ 12 advmod 12:advmod _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 little little ADJ JJ Degree=Pos 12 obl:npmod 12:obl:npmod _ @@ -28222,13 +28241,13 @@ # sent_id = reviews-294978-0003 # text = Nothing wrong with it, just better options at this price point. -1 Nothing nothing PRON NN Number=Sing 0 root 0:root _ +1 Nothing nothing PRON NN Number=Sing|PronType=Neg 0 root 0:root _ 2 wrong wrong ADJ JJ Degree=Pos 1 amod 1:amod _ 3 with with ADP IN _ 4 case 4:case _ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obl 2:obl:with SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ +5 , , PUNCT , _ 8 punct 8:punct _ 6 just just ADV RB _ 8 advmod 8:advmod _ -7 better better ADJ JJR Degree=Cmp 8 amod 8:amod _ +7 better good ADJ JJR Degree=Cmp 8 amod 8:amod _ 8 options option NOUN NNS Number=Plur 1 parataxis 1:parataxis _ 9 at at ADP IN _ 12 case 12:case _ 10 this this DET DT Number=Sing|PronType=Dem 12 det 12:det _ @@ -28240,13 +28259,13 @@ # sent_id = reviews-217747-0001 # newpar id = reviews-217747-p0001 # text = exelent Job -1 exelent excellent ADJ JJ Degree=Pos|Typo=Yes 2 amod 2:amod _ +1 exelent excellent ADJ JJ Degree=Pos|Typo=Yes 2 amod 2:amod CorrectForm=excellent 2 Job job NOUN NN Number=Sing 0 root 0:root _ # sent_id = reviews-217747-0002 # text = "Thank you so much for the superior job well done. 1 " " PUNCT `` _ 2 punct 2:punct SpaceAfter=No -2 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 2 obj 2:obj _ 4 so so ADV RB _ 5 advmod 5:advmod _ 5 much much ADV RB _ 2 advmod 2:advmod _ @@ -28255,14 +28274,14 @@ 8 superior superior ADJ JJ Degree=Pos 9 amod 9:amod _ 9 job job NOUN NN Number=Sing 2 obl 2:obl:for _ 10 well well ADV RB Degree=Pos 11 advmod 11:advmod _ -11 done do VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod SpaceAfter=No +11 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-217747-0003 # text = We love everything about the fence. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 everything everything PRON NN Number=Sing 2 obj 2:obj _ +2 love love VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 everything everything PRON NN Number=Sing|PronType=Tot 2 obj 2:obj _ 4 about about ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 fence fence NOUN NN Number=Sing 3 nmod 3:nmod:about SpaceAfter=No @@ -28270,7 +28289,7 @@ # sent_id = reviews-217747-0004 # text = You company and services will be recommended by us to everyone." -1 You you PRON PRP$ Person=2|Poss=Yes|PronType=Prs|Typo=Yes 2 nmod:poss 2:nmod:poss _ +1 You your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Typo=Yes 2 nmod:poss 2:nmod:poss CorrectForm=Your 2 company company NOUN NN Number=Sing 7 nsubj:pass 7:nsubj:pass _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 services service NOUN NNS Number=Plur 2 conj 2:conj:and|7:nsubj:pass _ @@ -28278,9 +28297,9 @@ 6 be be AUX VB VerbForm=Inf 7 aux:pass 7:aux:pass _ 7 recommended recommend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 8 by by ADP IN _ 9 case 9:case _ -9 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 7 obl 7:obl:by _ +9 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 7 obl:agent 7:obl:agent _ 10 to to ADP IN _ 11 case 11:case _ -11 everyone everyone PRON NN Number=Sing 7 obl 7:obl:to SpaceAfter=No +11 everyone everyone PRON NN Number=Sing|PronType=Tot 7 obl 7:obl:to SpaceAfter=No 12 . . PUNCT . _ 7 punct 7:punct SpaceAfter=No 13 " " PUNCT '' _ 7 punct 7:punct _ @@ -28299,8 +28318,8 @@ # newpar id = reviews-264993-p0002 # text = I schedule my weekly appointment here just to get a chance to lie comfortably on my tummy. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 schedule schedule VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 schedule schedule VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 weekly weekly ADJ JJ Degree=Pos 5 amod 5:amod _ 5 appointment appointment NOUN NN Number=Sing 2 obj 2:obj _ 6 here here ADV RB PronType=Dem 2 advmod 2:advmod _ @@ -28313,7 +28332,7 @@ 13 lie lie VERB VB VerbForm=Inf 11 acl 11:acl:to _ 14 comfortably comfortably ADV RB _ 13 advmod 13:advmod _ 15 on on ADP IN _ 17 case 17:case _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 tummy tummy NOUN NN Number=Sing 13 obl 13:obl:on SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ @@ -28322,7 +28341,7 @@ 1 And and CCONJ CC _ 5 cc 5:cc _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 massages massage NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 heavenly heavenly ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 6 ! ! PUNCT . _ 5 punct 5:punct _ @@ -28337,7 +28356,7 @@ # sent_id = reviews-256677-0001 # newpar id = reviews-256677-p0001 # text = Love Hop City -1 Love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 Hop Hop PROPN NNP Number=Sing 3 compound 3:compound _ 3 City City PROPN NNP Number=Sing 1 obj 1:obj _ @@ -28355,21 +28374,21 @@ 1 Craig Craig PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 Nate Nate PROPN NNP Number=Sing 1 conj 1:conj:and|5:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 wonderful wonderful ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-256677-0004 # text = I know now where to get all of my wine and beer. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 now now ADV RB _ 2 advmod 2:advmod _ -4 where where SCONJ WRB PronType=Int 6 mark 6:mark _ +4 where where ADV WRB PronType=Int 6 advmod 6:advmod _ 5 to to PART TO _ 6 mark 6:mark _ 6 get get VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ -7 all all DET DT _ 6 obj 6:obj _ +7 all all DET DT PronType=Tot 6 obj 6:obj _ 8 of of ADP IN _ 10 case 10:case _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 wine wine NOUN NN Number=Sing 7 nmod 7:nmod:of _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 beer beer NOUN NN Number=Sing 10 conj 7:nmod:of|10:conj:and SpaceAfter=No @@ -28377,7 +28396,7 @@ # sent_id = reviews-256677-0005 # text = No need to go to a grocer again. -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 need need NOUN NN Number=Sing 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 go go VERB VB VerbForm=Inf 2 acl 2:acl:to _ @@ -28403,10 +28422,10 @@ 2 's 's PART POS _ 1 case 1:case _ 3 Corona Corona PROPN NNP Number=Sing 4 compound 4:compound _ 4 dryers dryer NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -5 remove remove VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -6 at at ADV RB _ 7 case 7:case _ -7 least least ADV RBS Degree=Sup 8 obl 8:obl:at _ -8 twice twice ADV RB NumType=Mult 9 advmod 9:advmod _ +5 remove remove VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 at at ADP IN _ 7 case 7:case _ +7 least least ADJ JJS Degree=Sup 8 obl 8:obl:at _ +8 twice twice ADV RB NumForm=Word|NumType=Mult 9 advmod 9:advmod _ 9 as as ADV RB _ 10 advmod 10:advmod _ 10 much much ADJ JJ Degree=Pos 11 amod 11:amod _ 11 water water NOUN NN Number=Sing 5 obj 5:obj _ @@ -28414,14 +28433,14 @@ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 14 previous previous ADJ JJ Degree=Pos 15 amod 15:amod _ 15 dryers dryer NOUN NNS Number=Plur 7 obl 7:obl:as SpaceAfter=No -16 , , PUNCT , _ 5 punct 5:punct _ +16 , , PUNCT , _ 17 punct 17:punct _ 17 allowing allow VERB VBG VerbForm=Ger 5 advcl 5:advcl _ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 19 production production NOUN NN Number=Sing 20 compound 20:compound _ 20 increase increase NOUN NN Number=Sing 17 obj 17:obj _ 21 of of ADP IN _ 24 case 24:case _ -22 over over ADP IN _ 23 advmod 23:advmod _ -23 10 10 NUM CD NumType=Card 24 nummod 24:nummod SpaceAfter=No +22 over over ADV IN _ 23 advmod 23:advmod _ +23 10 10 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod SpaceAfter=No 24 % % SYM NN Number=Sing 20 nmod 20:nmod:of _ 25 and and CCONJ CC _ 29 cc 29:cc _ 26 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ @@ -28439,12 +28458,12 @@ 3 like like VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 thank thank VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 emergency emergency NOUN NN Number=Sing 8 compound 8:compound _ 8 plumbers plumber NOUN NNS Number=Plur 5 obj 5:obj|10:nsubj _ 9 who who PRON WP PronType=Rel 10 nsubj 8:ref _ -10 visted visit VERB VBD Mood=Ind|Tense=Past|Typo=Yes|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ -11 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 visted visit VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|Typo=Yes|VerbForm=Fin 8 acl:relcl 8:acl:relcl CorrectForm=visited +11 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 shop shop NOUN NN Number=Sing 10 obj 10:obj _ 13 in in ADP IN _ 15 case 15:case _ 14 Morningside Morningside PROPN NNP Number=Sing 15 compound 15:compound _ @@ -28457,15 +28476,15 @@ 1 A a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 2 fast fast ADJ JJ Degree=Pos 3 amod 3:amod _ 3 service service NOUN NN Number=Sing 5 nsubj 5:nsubj SpaceAfter=No -4 , , PUNCT , _ 5 punct 5:punct _ -5 saved save VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 , , PUNCT , _ 3 punct 3:punct _ +5 saved save VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 bad bad ADJ JJ Degree=Pos 8 amod 8:amod _ 8 situation situation NOUN NN Number=Sing 5 obj 5:obj _ -9 getting get VERB VBG VerbForm=Ger 12 aux 12:aux _ -10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det SpaceAfter=No +9 getting get VERB VBG VerbForm=Ger 8 acl 8:acl _ +10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det CorrectSpaceAfter=Yes|SpaceAfter=No 11 lot lot NOUN NN Number=Sing 12 obl:npmod 12:obl:npmod _ -12 worse worse ADJ JJR Degree=Cmp 8 acl 8:acl SpaceAfter=No +12 worse bad ADJ JJR Degree=Cmp 9 xcomp 9:xcomp SpaceAfter=No 13 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-083563-0003 @@ -28480,17 +28499,17 @@ # newpar id = reviews-060396-p0001 # text = The best Thai food I've ever had in Australia, very fresh and so much favor of authentic Thai . 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ -2 best best ADJ JJS Degree=Sup 4 amod 4:amod _ -3 Thai thai ADJ JJ Degree=Pos 4 amod 4:amod _ +2 best good ADJ JJS Degree=Sup 4 amod 4:amod _ +3 Thai Thai ADJ JJ Degree=Pos 4 amod 4:amod _ 4 food food NOUN NN Number=Sing 0 root 0:root _ 5-6 I've _ _ _ _ _ _ _ _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -6 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 ever ever ADV RB _ 8 advmod 8:advmod _ 8 had have VERB VBN Tense=Past|VerbForm=Part 4 acl:relcl 4:acl:relcl _ 9 in in ADP IN _ 10 case 10:case _ 10 Australia Australia PROPN NNP Number=Sing 8 obl 8:obl:in SpaceAfter=No -11 , , PUNCT , _ 4 punct 4:punct _ +11 , , PUNCT , _ 13 punct 13:punct _ 12 very very ADV RB _ 13 advmod 13:advmod _ 13 fresh fresh ADJ JJ Degree=Pos 4 parataxis 4:parataxis _ 14 and and CCONJ CC _ 17 cc 17:cc _ @@ -28499,7 +28518,7 @@ 17 favor favor NOUN NN Number=Sing 13 conj 13:conj:and _ 18 of of ADP IN _ 20 case 20:case _ 19 authentic authentic ADJ JJ Degree=Pos 20 amod 20:amod _ -20 Thai thai ADJ JJ Degree=Pos 17 nmod 17:nmod:of _ +20 Thai Thai ADJ JJ Degree=Pos 17 nmod 17:nmod:of _ 21 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-060396-0002 @@ -28508,15 +28527,15 @@ 2 restaurant restaurant NOUN NN Number=Sing 8 nsubj 8:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 4 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -5 most most ADV RBS _ 6 advmod 6:advmod _ +5 most most ADV RBS Degree=Sup 6 advmod 6:advmod _ 6 beautiful beautiful ADJ JJ Degree=Pos 8 compound 8:compound _ -7 thai thai ADJ JJ Degree=Pos 8 amod 8:amod _ +7 thai Thai ADJ JJ Degree=Pos 8 amod 8:amod _ 8 restaurant restaurant NOUN NN Number=Sing 0 root 0:root _ 9 in in ADP IN _ 10 case 10:case _ 10 Geelong Geelong PROPN NNP Number=Sing 8 nmod 8:nmod:in SpaceAfter=No -11 ... ... PUNCT , _ 8 punct 8:punct _ +11 ... ... PUNCT , _ 13 punct 13:punct _ 12 just just ADV RB _ 13 advmod 13:advmod _ -13 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 parataxis 8:parataxis _ +13 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 parataxis 8:parataxis _ 14 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 obj 13:obj _ # newdoc id = reviews-034320 @@ -28525,7 +28544,7 @@ # text = Fresh and unic! 1 Fresh fresh ADJ JJ Degree=Pos 0 root 0:root _ 2 and and CCONJ CC _ 3 cc 3:cc _ -3 unic unique ADJ JJ Degree=Pos|Typo=Yes 1 conj 1:conj:and SpaceAfter=No +3 unic unique ADJ JJ Degree=Pos|Typo=Yes 1 conj 1:conj:and CorrectForm=unique|SpaceAfter=No 4 ! ! PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-034320-0002 @@ -28536,7 +28555,7 @@ 3 , , PUNCT , _ 4 punct 4:punct _ 4 talented talented ADJ JJ Degree=Pos 2 conj 2:conj:and|9:amod SpaceAfter=No 5 , , PUNCT , _ 6 punct 6:punct _ -6 unic unique ADJ JJ Degree=Pos|Typo=Yes 2 conj 2:conj:and|9:amod _ +6 unic unique ADJ JJ Degree=Pos|Typo=Yes 2 conj 2:conj:and|9:amod CorrectForm=unique 7 and and CCONJ CC _ 8 cc 8:cc _ 8 fresh fresh ADJ JJ Degree=Pos 2 conj 2:conj:and|9:amod _ 9 work work NOUN NN Number=Sing 0 root 0:root SpaceAfter=No @@ -28560,7 +28579,7 @@ 14 combine combine VERB VB VerbForm=Inf 12 acl 12:acl:to _ 15 art art NOUN NN Number=Sing 14 obj 14:obj _ 16 to to ADP IN _ 20 case 20:case _ -17 / / PUNCT HYPH _ 18 cc 18:cc _ +17 / / SYM HYPH _ 18 cc 18:cc _ 18 with with ADP IN _ 16 conj 16:conj|20:case _ 19 commercial commercial ADJ JJ Degree=Pos 20 amod 20:amod _ 20 purpose purpose NOUN NN Number=Sing 14 obl 14:obl:with SpaceAfter=No @@ -28577,7 +28596,7 @@ # text = OK Food, Slow service 1 OK ok ADJ JJ Degree=Pos 2 amod 2:amod _ 2 Food food NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 5 punct 5:punct _ 4 Slow slow ADJ JJ Degree=Pos 5 amod 5:amod _ 5 service service NOUN NN Number=Sing 2 parataxis 2:parataxis _ @@ -28593,18 +28612,18 @@ # sent_id = reviews-005760-0003 # text = Their Thali was not brought out as described (no saag). -1 Their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 Thali thali NOUN NN Number=Sing 5 nsubj:pass 5:nsubj:pass _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ 4 not not PART RB _ 5 advmod 5:advmod _ -5 brought bring VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +5 brought bring VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 out out ADV RB _ 5 advmod 5:advmod _ 7 as as SCONJ IN _ 8 mark 8:mark _ -8 described describe VERB VBN Tense=Past|VerbForm=Part 5 advcl 5:advcl:as _ -9 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No -10 no no DET DT _ 11 det 11:det _ -11 saag saag NOUN NN Number=Sing 8 appos 8:appos SpaceAfter=No -12 ) ) PUNCT -RRB- _ 10 punct 10:punct SpaceAfter=No +8 described describe VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 advcl 5:advcl:as _ +9 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No +10 no no DET DT PronType=Neg 11 det 11:det _ +11 saag saag NOUN NN Number=Sing 8 parataxis 8:parataxis SpaceAfter=No +12 ) ) PUNCT -RRB- _ 11 punct 11:punct SpaceAfter=No 13 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-005760-0004 @@ -28636,14 +28655,14 @@ 1 These this DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 guys guy NOUN NNS Number=Plur 4 nsubj 4:nsubj _ 3 really really ADV RB _ 4 advmod 4:advmod _ -4 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 know know VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 stuff stuff NOUN NN Number=Sing 4 obj 4:obj _ -7 .. .. PUNCT , _ 4 punct 4:punct _ +7 .. .. PUNCT , _ 9 punct 9:punct _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ +9 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ 10 almost almost ADV RB _ 11 advmod 11:advmod _ -11 anything anything PRON NN Number=Sing 9 obj 9:obj _ +11 anything anything PRON NN Number=Sing|PronType=Ind 9 obj 9:obj _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj _ 13 could could AUX MD VerbForm=Fin 14 aux 14:aux _ 14 want want VERB VB VerbForm=Inf 11 acl:relcl 11:acl:relcl _ @@ -28652,18 +28671,18 @@ 17 of of ADP IN _ 21 case 21:case _ 18 spy spy NOUN NN Number=Sing 21 compound 21:compound _ 19 and and CCONJ CC _ 20 cc 20:cc _ -20 surviellance surveillance NOUN NN Number=Sing|Typo=Yes 18 conj 18:conj:and|21:compound _ +20 surviellance surveillance NOUN NN Number=Sing|Typo=Yes 18 conj 18:conj:and|21:compound CorrectForm=surveillance 21 equipment equipment NOUN NN Number=Sing 16 nmod 16:nmod:of SpaceAfter=No 22 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-080814-0003 # text = Truly james bond style stuff ... would recommend 1 Truly truly ADV RB _ 5 advmod 5:advmod _ -2 james james PROPN NNP Number=Sing 3 compound 3:compound _ -3 bond bond PROPN NNP Number=Sing 4 compound 4:compound _ +2 james James PROPN NNP Number=Sing 3 compound 3:compound _ +3 bond Bond PROPN NNP Number=Sing 4 compound 4:compound _ 4 style style NOUN NN Number=Sing 5 compound 5:compound _ 5 stuff stuff NOUN NN Number=Sing 0 root 0:root _ -6 ... ... PUNCT , _ 5 punct 5:punct _ +6 ... ... PUNCT , _ 8 punct 8:punct _ 7 would would AUX MD VerbForm=Fin 8 aux 8:aux _ 8 recommend recommend VERB VB VerbForm=Inf 5 parataxis 5:parataxis _ @@ -28677,7 +28696,7 @@ # sent_id = reviews-287360-0002 # text = What a group! -1 What what PRON WP PronType=Int 3 det:predet 3:det:predet _ +1 What what PRON WDT PronType=Int 3 det:predet 3:det:predet _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 group group NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 4 ! ! PUNCT . _ 3 punct 3:punct _ @@ -28689,11 +28708,11 @@ 2 would would AUX MD VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 want want VERB VB VerbForm=Inf 0 root 0:root _ -5 any any DET DT _ 7 det 7:det _ +5 any any DET DT PronType=Ind 7 det 7:det _ 6 other other ADJ JJ Degree=Pos 7 amod 7:amod _ 7 company company NOUN NN Number=Sing 4 obj 4:obj _ 8 in in ADP IN _ 10 case 10:case _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 time time NOUN NN Number=Sing 4 obl 4:obl:in _ 11 of of ADP IN _ 12 case 12:case _ 12 need need NOUN NN Number=Sing 10 nmod 10:nmod:of SpaceAfter=No @@ -28715,11 +28734,11 @@ # text = These guys know what they're doing! 1 These this DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 guys guy NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 know know VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 what what PRON WP PronType=Int 7 obj 7:obj _ 5-6 they're _ _ _ _ _ _ _ _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -6 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 doing do VERB VBG VerbForm=Ger 3 ccomp 3:ccomp SpaceAfter=No 8 ! ! PUNCT . _ 3 punct 3:punct _ @@ -28741,33 +28760,33 @@ # sent_id = reviews-299169-0002 # newpar id = reviews-299169-p0002 # text = Fried rice has NO flavor, it literally taste like water. -1 Fried fry VERB VBN Tense=Past|VerbForm=Part 2 amod 2:amod _ +1 Fried fry VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 amod 2:amod _ 2 rice rice NOUN NN Number=Sing 3 nsubj 3:nsubj _ 3 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 NO no DET DT _ 5 det 5:det _ +4 NO no DET DT PronType=Neg 5 det 5:det _ 5 flavor flavor NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -6 , , PUNCT , _ 3 punct 3:punct _ +6 , , PUNCT , _ 9 punct 9:punct _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 8 literally literally ADV RB _ 9 advmod 9:advmod _ -9 taste taste VERB VBP Mood=Ind|Tense=Pres|Typo=Yes|VerbForm=Fin 3 parataxis 3:parataxis _ +9 taste taste VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 3 parataxis 3:parataxis CorrectForm=taste 10 like like ADP IN _ 11 case 11:case _ 11 water water NOUN NN Number=Sing 9 obl 9:obl:like SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-299169-0003 # text = When I tried to return it they refused, so I had to leave without a refund and still hungry. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:when _ +3 tried try VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:when _ 4 to to PART TO _ 5 mark 5:mark _ 5 return return VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 obj 5:obj _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 refused refuse VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +8 refused refuse VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +9 , , PUNCT , _ 12 punct 12:punct _ 10 so so ADV RB _ 12 advmod 12:advmod _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj|14:nsubj:xsubj _ -12 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 parataxis 8:parataxis _ +12 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 8 parataxis 8:parataxis _ 13 to to PART TO _ 14 mark 14:mark _ 14 leave leave VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 15 without without ADP IN _ 17 case 17:case _ @@ -28783,10 +28802,10 @@ # newpar id = reviews-186235-p0001 # text = wow, the representative went way above and beyond in helping me with my account set up. 1 wow wow INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 representative representative NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 way way ADV RB _ 7 advmod 7:advmod _ 7 above above ADV RB _ 5 advmod 5:advmod _ 8 and and CCONJ CC _ 9 cc 9:cc _ @@ -28795,7 +28814,7 @@ 11 helping help VERB VBG VerbForm=Ger 5 advcl 5:advcl:in _ 12 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 11 obj 11:obj _ 13 with with ADP IN _ 17 case 17:case _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 15 account account NOUN NN Number=Sing 17 compound 17:compound _ 16 set set NOUN NN Number=Sing 17 compound 17:compound _ 17 up up NOUN NN Number=Sing 11 obl 11:obl:with SpaceAfter=No @@ -28803,17 +28822,17 @@ # sent_id = reviews-186235-0002 # text = i wish the other utilities i had to set up had people to work with like this.. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 wish wish VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 wish wish VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 other other ADJ JJ Degree=Pos 5 amod 5:amod _ 5 utilities utility NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -6 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ -7 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +6 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ +7 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 to to PART TO _ 9 mark 9:mark _ 9 set set VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 up up ADP RP _ 9 compound:prt 9:compound:prt _ -11 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +11 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 12 people people NOUN NNS Number=Plur 11 obj 11:obj _ 13 to to PART TO _ 14 mark 14:mark _ 14 work work VERB VB VerbForm=Inf 12 acl 12:acl:to _ @@ -28832,7 +28851,7 @@ # sent_id = reviews-343813-0002 # newpar id = reviews-343813-p0002 # text = Definately won't be returning. -1 Definately definitely ADV RB Typo=Yes 5 advmod 5:advmod _ +1 Definately definitely ADV RB Typo=Yes 5 advmod 5:advmod CorrectForm=Definitely 2-3 won't _ _ _ _ _ _ _ _ 2 wo will AUX MD VerbForm=Fin 5 aux 5:aux _ 3 n't not PART RB _ 5 advmod 5:advmod _ @@ -28842,8 +28861,8 @@ # sent_id = reviews-343813-0003 # text = Travelled 40mins after calling to see if a product was in stock. -1 Travelled travel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -2 40 40 NUM CD NumType=Card 3 nummod 3:nummod SpaceAfter=No +1 Travelled travel VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 40 40 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No 3 mins minute NOUN NNS Abbr=Yes|Number=Plur 1 obj 1:obj _ 4 after after SCONJ IN _ 5 mark 5:mark _ 5 calling call VERB VBG VerbForm=Ger 1 advcl 1:advcl:after _ @@ -28854,31 +28873,31 @@ 10 product product NOUN NN Number=Sing 13 nsubj 13:nsubj _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ 12 in in ADP IN _ 13 case 13:case _ -13 stock stock NOUN NN Number=Sing 7 advcl 7:advcl:in SpaceAfter=No +13 stock stock NOUN NN Number=Sing 7 ccomp 7:ccomp SpaceAfter=No 14 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-343813-0004 # text = Told that they had plenty. -1 Told tell VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Told tell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 that that SCONJ IN _ 4 mark 4:mark _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp _ +4 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp _ 5 plenty plenty NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 6 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-343813-0005 # text = Get there and there was nothing. -1 Get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Get get VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 there there ADV RB PronType=Dem 1 advmod 1:advmod _ 3 and and CCONJ CC _ 5 cc 5:cc _ 4 there there PRON EX _ 5 expl 5:expl _ -5 was be VERB VBD Mood=Ind|Number=Sing|Tense=Past|VerbForm=Fin 1 conj 1:conj:and _ -6 nothing nothing PRON NN Number=Sing 5 nsubj 5:nsubj SpaceAfter=No +5 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 conj 1:conj:and _ +6 nothing nothing PRON NN Number=Sing|PronType=Neg 5 nsubj 5:nsubj SpaceAfter=No 7 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-343813-0006 # text = Not impressed!!! -1 Not not ADV RB _ 2 advmod 2:advmod _ +1 Not not PART RB _ 2 advmod 2:advmod _ 2 impressed impressed ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 3 !!! !!! PUNCT . _ 2 punct 2:punct _ @@ -28904,7 +28923,7 @@ # sent_id = reviews-332068-0002 # text = his clinic is very very dirty he is a real disaster to go totally not organized for every step he take . -1 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 clinic clinic NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 very very ADV RB _ 5 advmod 5:advmod _ @@ -28918,25 +28937,25 @@ 12 to to PART TO _ 13 mark 13:mark _ 13 go go VERB VB VerbForm=Inf 11 advcl 11:advcl:to _ 14 totally totally ADV RB _ 16 advmod 16:advmod _ -15 not not ADV RB _ 16 advmod 16:advmod _ +15 not not PART RB _ 16 advmod 16:advmod _ 16 organized organized ADJ JJ Degree=Pos 11 conj 11:conj _ 17 for for ADP IN _ 19 case 19:case _ -18 every every DET DT _ 19 det 19:det _ +18 every every DET DT PronType=Tot 19 det 19:det _ 19 step step NOUN NN Number=Sing 16 obl 16:obl:for _ 20 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj _ -21 take take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ +21 take take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 19 acl:relcl 19:acl:relcl CorrectForm=takes 22 . . PUNCT . _ 6 punct 6:punct _ # newdoc id = reviews-307170 # sent_id = reviews-307170-0001 # newpar id = reviews-307170-p0001 # text = Best Limo Limousine service in all of Dallas -1 Best best ADJ JJS Degree=Sup 4 amod 4:amod _ +1 Best good ADJ JJS Degree=Sup 4 amod 4:amod _ 2 Limo limo NOUN NN Number=Sing 4 compound 4:compound _ 3 Limousine limousine NOUN NN Number=Sing 4 compound 4:compound _ 4 service service NOUN NN Number=Sing 0 root 0:root _ 5 in in ADP IN _ 6 case 6:case _ -6 all all DET DT _ 4 nmod 4:nmod:in _ +6 all all DET DT PronType=Tot 4 nmod 4:nmod:in _ 7 of of ADP IN _ 8 case 8:case _ 8 Dallas Dallas PROPN NNP Number=Sing 6 nmod 6:nmod:of _ @@ -28944,10 +28963,10 @@ # newpar id = reviews-307170-p0002 # text = Great Limos company int he DFW fort Worth Metro area. 1 Great Great PROPN NNP Number=Sing 3 compound 3:compound _ -2 Limos Limos PROPN NNP Number=Sing 3 compound 3:compound _ +2 Limos Limo PROPN NNP Number=Sing 3 compound 3:compound _ 3 company company NOUN NN Number=Sing 0 root 0:root _ -4 int in ADP IN Typo=Yes 10 case 10:case _ -5 he the DET DT Typo=Yes 10 det 10:det _ +4 int in ADP IN Typo=Yes 10 case 10:case CorrectForm=in +5 he the DET DT Definite=Def|PronType=Art|Typo=Yes 10 det 10:det CorrectForm=the 6 DFW DFW PROPN NNP Number=Sing 8 compound 8:compound _ 7 fort fort PROPN NNP Number=Sing 8 compound 8:compound _ 8 Worth Worth PROPN NNP Number=Sing 10 compound 10:compound _ @@ -28958,14 +28977,14 @@ # sent_id = reviews-307170-0003 # text = I use their limo services for all of my airport car services and airport transportation needs 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 use use VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 limo limo NOUN NN Number=Sing 5 compound 5:compound _ 5 services service NOUN NNS Number=Plur 2 obj 2:obj _ 6 for for ADP IN _ 7 case 7:case _ -7 all all DET DT _ 2 obl 2:obl:for _ +7 all all DET DT PronType=Tot 2 obl 2:obl:for _ 8 of of ADP IN _ 12 case 12:case _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 10 airport airport NOUN NN Number=Sing 12 compound 12:compound _ 11 car car NOUN NN Number=Sing 12 compound 12:compound _ 12 services service NOUN NNS Number=Plur 7 nmod 7:nmod:of _ @@ -28990,11 +29009,11 @@ # sent_id = reviews-012047-0002 # text = They specialize in financial institutions, medical, and retail projects. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 specialize specialize VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 specialize specialize VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 in in ADP IN _ 5 case 5:case _ 4 financial financial ADJ JJ Degree=Pos 5 amod 5:amod _ 5 institutions institution NOUN NNS Number=Plur 2 obl 2:obl:in SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 11 punct 11:punct _ 7 medical medical ADJ JJ Degree=Pos 11 amod 11:amod SpaceAfter=No 8 , , PUNCT , _ 10 punct 10:punct _ 9 and and CCONJ CC _ 10 cc 10:cc _ @@ -29006,20 +29025,20 @@ # text = These guys know what they're doing and helped me in all phases of our project. 1 These this DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 guys guy NOUN NNS Number=Plur 3 nsubj 3:nsubj|9:nsubj _ -3 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 know know VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 what what PRON WP PronType=Int 7 obj 7:obj _ 5-6 they're _ _ _ _ _ _ _ _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -6 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 doing do VERB VBG VerbForm=Ger 3 ccomp 3:ccomp _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 helped help VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +9 helped help VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 10 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 9 obj 9:obj _ 11 in in ADP IN _ 13 case 13:case _ -12 all all DET DT _ 13 det 13:det _ +12 all all DET DT PronType=Tot 13 det 13:det _ 13 phases phase NOUN NNS Number=Plur 9 obl 9:obl:in _ 14 of of ADP IN _ 16 case 16:case _ -15 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 project project NOUN NN Number=Sing 13 nmod 13:nmod:of SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ @@ -29033,17 +29052,17 @@ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 really really ADV RB _ 6 advmod 6:advmod _ 6 friendly friendly ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 13 punct 13:punct _ 8-9 its _ _ _ _ _ _ _ _ -8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 s be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ +8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj:outer 13:nsubj:outer _ +9 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 13 cop 13:cop CorrectForm='s 10 like like SCONJ IN _ 13 mark 13:mark _ -11 every every DET DT _ 12 det 12:det _ +11 every every DET DT PronType=Tot 12 det 12:det _ 12 one one NOUN NN Number=Sing 13 nsubj 13:nsubj _ -13 knows know VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ -14 each each DET DT _ 15 det 15:det _ -15 other other ADJ JJ Degree=Pos 13 obj 13:obj SpaceAfter=No -16 , , PUNCT , _ 6 punct 6:punct _ +13 knows know VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ +14 each each DET DT ExtPos=PRON|PronType=Rcp 13 obj 13:obj _ +15 other other ADJ JJ Degree=Pos 14 fixed 14:fixed SpaceAfter=No +16 , , PUNCT , _ 21 punct 21:punct _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 manager manager NOUN NN Number=Sing 21 nsubj 21:nsubj|24:nsubj _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ @@ -29052,9 +29071,9 @@ 22 and and CCONJ CC _ 24 cc 24:cc _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 food food NOUN NN Number=Sing 21 conj 21:conj:and SpaceAfter=No -25 .. .. PUNCT , _ 24 punct 24:punct SpaceAfter=No +25 .. .. PUNCT , _ 26 punct 26:punct SpaceAfter=No 26 well well INTJ UH _ 24 discourse 24:discourse _ -27 no no DET DT _ 28 det 28:det _ +27 no no DET DT PronType=Neg 28 det 28:det _ 28 complaints complaint NOUN NNS Number=Plur 24 parataxis 24:parataxis _ 29 from from ADP IN _ 30 case 30:case _ 30 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 28 nmod 28:nmod:from SpaceAfter=No @@ -29063,10 +29082,10 @@ # sent_id = reviews-039173-0002 # text = Yes, its that good. 1 Yes yes INTJ UH _ 6 discourse 6:discourse SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 its _ _ _ _ _ _ _ _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -4 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +4 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 6 cop 6:cop CorrectForm='s 5 that that ADV RB _ 6 advmod 6:advmod _ 6 good good ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 7 . . PUNCT . _ 6 punct 6:punct _ @@ -29076,11 +29095,11 @@ # newpar id = reviews-035993-p0001 # text = They have fresh flowers, lasted a long while in the vase, and the two ladies at the shop know the business well. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 fresh fresh ADJ JJ Degree=Pos 4 amod 4:amod _ 4 flowers flower NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ -6 lasted last VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +5 , , PUNCT , _ 6 punct 6:punct _ +6 lasted last VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 long long ADJ JJ Degree=Pos 9 amod 9:amod _ 9 while while NOUN NN Number=Sing 6 obl:tmod 6:obl:tmod _ @@ -29090,12 +29109,12 @@ 13 , , PUNCT , _ 21 punct 21:punct _ 14 and and CCONJ CC _ 21 cc 21:cc _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -16 two two NUM CD NumType=Card 17 nummod 17:nummod _ +16 two two NUM CD NumForm=Word|NumType=Card 17 nummod 17:nummod _ 17 ladies lady NOUN NNS Number=Plur 21 nsubj 21:nsubj _ 18 at at ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 shop shop NOUN NN Number=Sing 17 nmod 17:nmod:at _ -21 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +21 know know VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 business business NOUN NN Number=Sing 21 obj 21:obj _ 24 well well ADV RB Degree=Pos 21 advmod 21:advmod SpaceAfter=No @@ -29104,11 +29123,11 @@ # sent_id = reviews-035993-0002 # text = I had no problem with my delivery. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 4 det 4:det _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 no no DET DT PronType=Neg 4 det 4:det _ 4 problem problem NOUN NN Number=Sing 2 obj 2:obj _ 5 with with ADP IN _ 7 case 7:case _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 delivery delivery NOUN NN Number=Sing 4 nmod 4:nmod:with SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ @@ -29134,12 +29153,12 @@ # newpar id = reviews-290238-p0002 # text = I think this location is no longer in business. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 location location NOUN NN Number=Sing 9 nsubj 9:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 6 no no ADV RB _ 7 advmod 7:advmod _ -7 longer longer ADV RBR Degree=Cmp 9 advmod 9:advmod _ +7 longer long ADV RBR Degree=Cmp 9 advmod 9:advmod _ 8 in in ADP IN _ 9 case 9:case _ 9 business business NOUN NN Number=Sing 2 ccomp 2:ccomp SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ @@ -29148,12 +29167,12 @@ # text = If you check RecWarehouse.com, they don't list this as a location. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 check check VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ +3 check check VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ 4 RecWarehouse.com recwarehouse.com X ADD _ 3 obj 3:obj SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct _ +5 , , PUNCT , _ 3 punct 3:punct _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 7-8 don't _ _ _ _ _ _ _ _ -7 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +7 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 n't not PART RB _ 9 advmod 9:advmod _ 9 list list VERB VB VerbForm=Inf 0 root 0:root _ 10 this this PRON DT Number=Sing|PronType=Dem 9 obj 9:obj _ @@ -29170,10 +29189,10 @@ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 drive drive VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 10 10 NUM CD NumType=Card 7 nummod 7:nummod _ +6 10 10 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 miles mile NOUN NNS Number=Plur 9 nmod:npmod 9:nmod:npmod _ 8 down down ADP IN _ 9 case 9:case _ -9 75 75 NUM CD NumType=Card 5 obl 5:obl:down _ +9 75 75 NUM CD NumForm=Digit|NumType=Card 5 obl 5:obl:down _ 10 to to ADP IN _ 11 case 11:case _ 11 Allen Allen PROPN NNP Number=Sing 5 obl 5:obl:to SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ @@ -29191,9 +29210,9 @@ # text = MFJ Inc transformed our run down back yard into a place of beauty. 1 MFJ MFJ PROPN NNP Number=Sing 2 compound 2:compound _ 2 Inc Inc PROPN NNP Number=Sing 3 nsubj 3:nsubj _ -3 transformed transform VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ -5 run run VERB VBN Tense=Past|VerbForm=Part 8 amod 8:amod _ +3 transformed transform VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +5 run run VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 amod 8:amod _ 6 down down ADP RP _ 5 compound 5:compound _ 7 back back ADJ JJ Degree=Pos 8 amod 8:amod _ 8 yard yard NOUN NN Number=Sing 3 obj 3:obj _ @@ -29209,15 +29228,15 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 work work NOUN NN Number=Sing 4 nsubj:pass 4:nsubj:pass _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ -4 completed complete VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 completed complete VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 within within ADP IN _ 7 case 7:case _ -6 one one NUM CD NumType=Card 7 nummod 7:nummod _ +6 one one NUM CD NumForm=Word|NumType=Card 7 nummod 7:nummod _ 7 week week NOUN NN Number=Sing 4 obl 4:obl:within SpaceAfter=No 8 , , PUNCT , _ 12 punct 12:punct _ 9 and and CCONJ CC _ 12 cc 12:cc _ -10 everything everything PRON NN Number=Sing 12 nsubj:pass 12:nsubj:pass _ +10 everything everything PRON NN Number=Sing|PronType=Tot 12 nsubj:pass 12:nsubj:pass _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 aux:pass 12:aux:pass _ -12 cleaned clean VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and _ +12 cleaned clean VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 conj 4:conj:and _ 13 up up ADP RP _ 12 compound:prt 12:compound:prt _ 14 on on ADP IN _ 15 case 15:case _ 15 completion completion NOUN NN Number=Sing 12 obl 12:obl:on SpaceAfter=No @@ -29226,7 +29245,7 @@ # sent_id = reviews-085009-0004 # text = Highly recommended landscaper!!! 1 Highly highly ADV RB _ 2 advmod 2:advmod _ -2 recommended recommend VERB VBN Tense=Past|VerbForm=Part 3 amod 3:amod _ +2 recommended recommend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 amod 3:amod _ 3 landscaper landscaper NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 4 !!! !!! PUNCT . _ 3 punct 3:punct _ @@ -29244,10 +29263,10 @@ 2 kebab kebab NOUN NN Number=Sing 3 compound 3:compound _ 3 shop shop NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -5 one one NUM CD NumType=Card 0 root 0:root _ +5 one one NUM CD NumForm=Word|NumType=Card 0 root 0:root _ 6 of of ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -8 best best ADJ JJS Degree=Sup 5 nmod 5:nmod:of _ +8 best good ADJ JJS Degree=Sup 5 nmod 5:nmod:of _ 9 around around ADV RB _ 8 advmod 8:advmod _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 meat meat NOUN NN Number=Sing 13 nsubj 13:nsubj|15:nsubj _ @@ -29261,8 +29280,8 @@ 19 sauce sauce NOUN NN Number=Sing 22 nsubj 22:nsubj _ 20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -22 best best ADJ JJS Degree=Sup 13 conj 13:conj:and SpaceAfter=No -23 , , PUNCT , _ 5 punct 5:punct _ +22 best good ADJ JJS Degree=Sup 13 conj 13:conj:and SpaceAfter=No +23 , , PUNCT , _ 24 punct 24:punct _ 24 keep keep VERB VB Mood=Imp|VerbForm=Fin 5 parataxis 5:parataxis _ 25 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 27 det 27:det _ 26 lovely lovely ADJ JJ Degree=Pos 27 amod 27:amod _ @@ -29274,7 +29293,7 @@ 32 new new ADJ JJ Degree=Pos 33 amod 33:amod _ 33 year year NOUN NN Number=Sing 24 conj 24:conj:and _ 34 to to ADP IN _ 37 case 37:case _ -35 all all DET PDT _ 37 det:predet 37:det:predet _ +35 all all DET PDT PronType=Tot 37 det:predet 37:det:predet _ 36 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ 37 staff staff NOUN NN Number=Sing 33 nmod 33:nmod:to _ @@ -29282,7 +29301,7 @@ # sent_id = reviews-045972-0001 # newpar id = reviews-045972-p0001 # text = Feel good -1 Feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Feel feel VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 good good ADJ JJ Degree=Pos 1 xcomp 1:xcomp _ # sent_id = reviews-045972-0002 @@ -29290,10 +29309,10 @@ # text = I just wanted to try your clinic because I was not totally happy with my current therapist I regularly see. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 try try VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 clinic clinic NOUN NN Number=Sing 5 obj 5:obj _ 8 because because SCONJ IN _ 13 mark 13:mark _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ @@ -29302,12 +29321,12 @@ 12 totally totally ADV RB _ 13 advmod 13:advmod _ 13 happy happy ADJ JJ Degree=Pos 3 advcl 3:advcl:because _ 14 with with ADP IN _ 17 case 17:case _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 16 current current ADJ JJ Degree=Pos 17 amod 17:amod _ 17 therapist therapist NOUN NN Number=Sing 13 obl 13:obl:with _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ 19 regularly regularly ADV RB _ 20 advmod 20:advmod _ -20 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 acl:relcl 17:acl:relcl SpaceAfter=No +20 see see VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 acl:relcl 17:acl:relcl SpaceAfter=No 21 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-045972-0003 @@ -29315,25 +29334,25 @@ 1 Now now ADV RB _ 4 advmod 4:advmod _ 2-3 I've _ _ _ _ _ _ _ _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -3 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 found find VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -5 someone someone PRON NN Number=Sing 4 obj 4:obj|8:nsubj|10:nsubj:xsubj _ +5 someone someone PRON NN Number=Sing|PronType=Ind 4 obj 4:obj|8:nsubj|10:nsubj:xsubj _ 6 who who PRON WP PronType=Rel 8 nsubj 5:ref _ 7 can can AUX MD VerbForm=Fin 8 aux 8:aux _ 8 manage manage VERB VB VerbForm=Inf 5 acl:relcl 5:acl:relcl _ 9 to to PART TO _ 10 mark 10:mark _ 10 do do VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ -11 what what PRON WP PronType=Int 10 obj 10:obj _ +11 what what PRON WP PronType=Rel 10 obj 10:obj _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 13 really really ADV RB _ 14 advmod 14:advmod _ -14 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl SpaceAfter=No +14 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ # newdoc id = reviews-024306 # sent_id = reviews-024306-0001 # newpar id = reviews-024306-p0001 # text = Worst Tasting Pizza -1 Worst worst ADV RBS Degree=Sup 2 advmod 2:advmod _ +1 Worst bad ADV RBS Degree=Sup 2 advmod 2:advmod _ 2 Tasting taste VERB VBG VerbForm=Ger 3 amod 3:amod _ 3 Pizza pizza NOUN NN Number=Sing 0 root 0:root _ @@ -29342,24 +29361,24 @@ # text = This place had the worst tasting pizza I have ever tasted it was possible the worst food I've ever eaten. 1 This this DET DT Number=Sing|PronType=Dem 2 det 2:det _ 2 place place NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -5 worst worst ADV RBS Degree=Sup 6 advmod 6:advmod _ +5 worst bad ADV RBS Degree=Sup 6 advmod 6:advmod _ 6 tasting taste VERB VBG VerbForm=Ger 7 amod 7:amod _ 7 pizza pizza NOUN NN Number=Sing 3 obj 3:obj _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -9 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 ever ever ADV RB _ 11 advmod 11:advmod _ 11 tasted taste VERB VBN Tense=Past|VerbForm=Part 7 acl:relcl 7:acl:relcl _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 cop 17:cop _ -14 possible possibly ADV RB Typo=Yes 17 advmod 17:advmod _ +14 possible possibly ADV RB Typo=Yes 17 advmod 17:advmod CorrectForm=possibly 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -16 worst worst ADJ JJS Degree=Sup 17 amod 17:amod _ +16 worst bad ADJ JJS Degree=Sup 17 amod 17:amod _ 17 food food NOUN NN Number=Sing 3 parataxis 3:parataxis _ 18-19 I've _ _ _ _ _ _ _ _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ -19 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ +19 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ 20 ever ever ADV RB _ 21 advmod 21:advmod _ 21 eaten eat VERB VBN Tense=Past|VerbForm=Part 17 acl:relcl 17:acl:relcl SpaceAfter=No 22 . . PUNCT . _ 3 punct 3:punct _ @@ -29368,16 +29387,16 @@ # text = I don't recommend this place to anyone or even anything to eat. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 recommend recommend VERB VB VerbForm=Inf 0 root 0:root _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ -6 place place NOUN NN Number=Sing 4 obj 4:obj|13:nsubj:xsubj _ +6 place place NOUN NN Number=Sing 4 obj 4:obj _ 7 to to ADP IN _ 8 case 8:case _ -8 anyone anyone PRON NN Number=Sing 4 obl 4:obl:to _ +8 anyone anyone PRON NN Number=Sing|PronType=Ind 4 obl 4:obl:to _ 9 or or CCONJ CC _ 11 cc 11:cc _ 10 even even ADV RB _ 11 advmod 11:advmod _ -11 anything anything PRON NN Number=Sing 8 conj 4:obl:to|8:conj:or _ +11 anything anything PRON NN Number=Sing|PronType=Ind 8 conj 4:obl:to|8:conj:or _ 12 to to PART TO _ 13 mark 13:mark _ 13 eat eat VERB VB VerbForm=Inf 11 acl 11:acl:to SpaceAfter=No 14 . . PUNCT . _ 4 punct 4:punct _ @@ -29386,14 +29405,14 @@ # sent_id = reviews-341750-0001 # newpar id = reviews-341750-p0001 # text = Not so good -1 Not not ADV RB _ 3 advmod 3:advmod _ +1 Not not PART RB _ 3 advmod 3:advmod _ 2 so so ADV RB _ 3 advmod 3:advmod _ 3 good good ADJ JJ Degree=Pos 0 root 0:root _ # sent_id = reviews-341750-0002 # newpar id = reviews-341750-p0002 # text = Not worth the money. -1 Not not ADV RB _ 2 advmod 2:advmod _ +1 Not not PART RB _ 2 advmod 2:advmod _ 2 worth worth ADJ JJ Degree=Pos 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 money money NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No @@ -29403,22 +29422,22 @@ # text = Bland and over cooked. 1 Bland bland ADJ JJ Degree=Pos 0 root 0:root _ 2 and and CCONJ CC _ 3 cc 3:cc _ -3 over over X GW _ 1 conj 1:conj:and _ -4 cooked cooked ADJ JJ Degree=Pos 3 goeswith 3:goeswith SpaceAfter=No +3 over overcooked ADJ GW Degree=Pos|Typo=Yes 1 conj 1:conj:and _ +4 cooked _ X JJ _ 3 goeswith 3:goeswith SpaceAfter=No 5 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-341750-0004 # text = I felt as if I was in an over priced Olive Garden. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 felt feel VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 as as SCONJ IN _ 12 mark 12:mark _ 4 if if SCONJ IN _ 12 mark 12:mark _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 cop 12:cop _ 7 in in ADP IN _ 12 case 12:case _ 8 an a DET DT Definite=Ind|PronType=Art 12 det 12:det _ -9 over over X GW _ 12 amod 12:amod _ -10 priced priced ADJ JJ Degree=Pos 9 goeswith 9:goeswith _ +9 over overpriced ADJ GW Degree=Pos|Typo=Yes 12 amod 12:amod _ +10 priced _ X JJ _ 9 goeswith 9:goeswith _ 11 Olive Olive PROPN NNP Number=Sing 12 compound 12:compound _ 12 Garden Garden PROPN NNP Number=Sing 2 advcl 2:advcl:in SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ @@ -29443,49 +29462,49 @@ 1 But but CCONJ CC _ 2 cc 2:cc _ 2 not not PART RB _ 3 advmod 3:advmod _ 3 so so ADV RB _ 0 root 0:root SpaceAfter=No -4 . . PUNCT . _ 2 punct 2:punct _ +4 . . PUNCT . _ 3 punct 3:punct _ # newdoc id = reviews-214912 # sent_id = reviews-214912-0001 # newpar id = reviews-214912-p0001 # text = I have used Bright Futures for the last 7 years. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 used use VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 Bright Bright PROPN NNP Number=Sing 5 compound 5:compound _ -5 Futures Futures PROPN NNPS Number=Plur 3 obj 3:obj _ +4 Bright Bright ADJ NNP Degree=Pos 5 amod 5:amod _ +5 Futures Future PROPN NNPS Number=Plur 3 obj 3:obj _ 6 for for ADP IN _ 10 case 10:case _ 7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 8 last last ADJ JJ Degree=Pos 10 amod 10:amod _ -9 7 7 NUM CD NumType=Card 10 nummod 10:nummod _ +9 7 7 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 years year NOUN NNS Number=Plur 3 obl 3:obl:for SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-214912-0002 # text = I have 3 children there and they are the Best. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 3 3 NUM CD NumType=Card 4 nummod 4:nummod _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 3 3 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 children child NOUN NNS Number=Plur 2 obj 2:obj _ 5 there there ADV RB PronType=Dem 4 advmod 4:advmod _ 6 and and CCONJ CC _ 10 cc 10:cc _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -10 Best best ADJ JJS Degree=Sup 2 conj 2:conj:and SpaceAfter=No +10 Best good ADJ JJS Degree=Sup 2 conj 2:conj:and SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-214912-0003 # text = They are like family. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 like like ADP IN _ 4 case 4:case _ 4 family family NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-214912-0004 # text = Your children will be taken care of and loved by a professional staff. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 children child NOUN NNS Number=Plur 5 nsubj:pass 5:nsubj:pass|9:nsubj:pass _ 3 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 4 be be AUX VB VerbForm=Inf 5 aux:pass 5:aux:pass _ @@ -29493,11 +29512,11 @@ 6 care care NOUN NN Number=Sing 5 obj 5:obj _ 7 of of ADP IN _ 5 obl 5:obl _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 loved love VERB VBN Tense=Past|VerbForm=Part 5 conj 5:conj:and _ +9 loved love VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 conj 5:conj:and _ 10 by by ADP IN _ 13 case 13:case _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 professional professional ADJ JJ Degree=Pos 13 amod 13:amod _ -13 staff staff NOUN NN Number=Sing 9 obl 9:obl:by SpaceAfter=No +13 staff staff NOUN NN Number=Sing 9 obl:agent 9:obl:agent SpaceAfter=No 14 . . PUNCT . _ 5 punct 5:punct _ # newdoc id = reviews-263909 @@ -29513,22 +29532,22 @@ # newpar id = reviews-263909-p0002 # text = Bisconti wanted over $300 to fix my laptop and these guys fixed it for $90! 1 Bisconti Bisconti PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 wanted want VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 over over ADV RB _ 4 advmod 4:advmod _ 4 $ $ SYM $ _ 2 obj 2:obj|7:nsubj:xsubj SpaceAfter=No -5 300 300 NUM CD NumType=Card 4 compound 4:compound _ +5 300 300 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 6 to to PART TO _ 7 mark 7:mark _ 7 fix fix VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 laptop laptop NOUN NN Number=Sing 7 obj 7:obj _ 10 and and CCONJ CC _ 13 cc 13:cc _ 11 these this DET DT Number=Plur|PronType=Dem 12 det 12:det _ 12 guys guy NOUN NNS Number=Plur 13 nsubj 13:nsubj _ -13 fixed fix VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +13 fixed fix VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 14 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 obj 13:obj _ 15 for for ADP IN _ 16 case 16:case _ 16 $ $ SYM $ _ 13 obl 13:obl:for SpaceAfter=No -17 90 90 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No +17 90 90 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No 18 ! ! PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-263909-0003 @@ -29540,20 +29559,20 @@ # sent_id = reviews-263909-0004 # text = Had it fixed within a few days (had to order a part). -1 Had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ -3 fixed fix VERB VBN Tense=Past|VerbForm=Part 1 xcomp 1:xcomp _ +3 fixed fix VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 xcomp 1:xcomp _ 4 within within ADP IN _ 7 case 7:case _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 few few ADJ JJ Degree=Pos 7 amod 7:amod _ 7 days day NOUN NNS Number=Plur 3 obl 3:obl:within _ -8 ( ( PUNCT -LRB- _ 1 punct 1:punct SpaceAfter=No -9 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ +8 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No +9 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ 10 to to PART TO _ 11 mark 11:mark _ 11 order order VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 part part NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No -14 ) ) PUNCT -RRB- _ 1 punct 1:punct SpaceAfter=No +14 ) ) PUNCT -RRB- _ 9 punct 9:punct SpaceAfter=No 15 . . PUNCT . _ 1 punct 1:punct _ # newdoc id = reviews-353891 @@ -29578,16 +29597,16 @@ # sent_id = reviews-353891-0003 # text = My nails looked great for the better part of 2 weeks! -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 nails nail NOUN NNS Number=Plur 3 nsubj 3:nsubj|4:nsubj:xsubj _ -3 looked look VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 looked look VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 great great ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ 5 for for ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 better better ADJ JJR Degree=Cmp 8 amod 8:amod _ +7 better good ADJ JJR Degree=Cmp 8 amod 8:amod _ 8 part part NOUN NN Number=Sing 3 obl 3:obl:for _ 9 of of ADP IN _ 11 case 11:case _ -10 2 2 NUM CD NumType=Card 11 nummod 11:nummod _ +10 2 2 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 11 weeks week NOUN NNS Number=Plur 8 nmod 8:nmod:of SpaceAfter=No 12 ! ! PUNCT . _ 3 punct 3:punct _ @@ -29599,15 +29618,15 @@ 4 and and CCONJ CC _ 18 cc 18:cc _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 stylists stylist NOUN NNS Number=Plur 18 nsubj 18:nsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 8 not not PART RB _ 18 advmod 18:advmod _ 9 in in ADP IN _ 18 case 18:case _ 10 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 11 " " PUNCT `` _ 13 punct 13:punct SpaceAfter=No 12 been be AUX VBN Tense=Past|VerbForm=Part 13 cop 13:cop _ 13 there there ADV RB PronType=Dem 18 compound 18:compound SpaceAfter=No -14 / / X XX _ 15 cc 15:cc SpaceAfter=No -15 done do VERB VBN Tense=Past|VerbForm=Part 13 conj 13:conj|18:compound _ +14 / / SYM , _ 15 cc 15:cc SpaceAfter=No +15 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 conj 13:conj|18:compound _ 16 that that PRON DT Number=Sing|PronType=Dem 15 obj 15:obj SpaceAfter=No 17 " " PUNCT '' _ 13 punct 13:punct _ 18 mood mood NOUN NN Number=Sing 3 conj 3:conj:and SpaceAfter=No @@ -29619,25 +29638,25 @@ # text = Fast Service Called them one hour ago and they just left my house five minutes ago. 1 Fast fast ADJ JJ Degree=Pos 2 amod 2:amod _ 2 Service service NOUN NN Number=Sing 0 root 0:root _ -3 Called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +3 Called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 4 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 3 obj 3:obj _ -5 one one NUM CD NumType=Card 6 nummod 6:nummod _ +5 one one NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 6 hour hour NOUN NN Number=Sing 7 obl:npmod 7:obl:npmod _ 7 ago ago ADV RB _ 3 advmod 3:advmod _ 8 and and CCONJ CC _ 11 cc 11:cc _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 10 just just ADV RB _ 11 advmod 11:advmod _ -11 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 left leave VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 house house NOUN NN Number=Sing 11 obj 11:obj _ -14 five five NUM CD NumType=Card 15 nummod 15:nummod _ +14 five five NUM CD NumForm=Word|NumType=Card 15 nummod 15:nummod _ 15 minutes minute NOUN NNS Number=Plur 16 obl:npmod 16:obl:npmod _ 16 ago ago ADV RB _ 11 advmod 11:advmod SpaceAfter=No 17 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-130216-0002 # text = My house already feels fresh and good thanks to the Battery Park Pest I'm enjoying my time indoors much better. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 house house NOUN NN Number=Sing 4 nsubj 4:nsubj|5:nsubj:xsubj|7:nsubj _ 3 already already ADV RB _ 4 advmod 4:advmod _ 4 feels feel VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ @@ -29652,20 +29671,20 @@ 13 Pest Pest PROPN NNP Number=Sing 8 nmod 8:nmod:to _ 14-15 I'm _ _ _ _ _ _ _ _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -15 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +15 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 16 enjoying enjoy VERB VBG VerbForm=Ger 4 conj 4:conj:and _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 time time NOUN NN Number=Sing 16 obj 16:obj _ 19 indoors indoors ADV RB _ 18 advmod 18:advmod _ 20 much much ADV RB _ 21 advmod 21:advmod _ -21 better better ADV RBR Degree=Cmp 16 advmod 16:advmod SpaceAfter=No +21 better well ADV RBR Degree=Cmp 16 advmod 16:advmod SpaceAfter=No 22 . . PUNCT . _ 4 punct 4:punct _ # newdoc id = reviews-252791 # sent_id = reviews-252791-0001 # newpar id = reviews-252791-p0001 # text = no feathers in stock!!!! -1 no no DET DT _ 2 det 2:det _ +1 no no DET DT PronType=Neg 2 det 2:det _ 2 feathers feather NOUN NNS Number=Plur 0 root 0:root _ 3 in in ADP IN _ 4 case 4:case _ 4 stock stock NOUN NN Number=Sing 2 nmod 2:nmod:in SpaceAfter=No @@ -29677,16 +29696,16 @@ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 upset upset ADJ JJ Degree=Pos 0 root 0:root _ -5 when when SCONJ WRB PronType=Int 7 mark 7:mark _ +5 when when ADV WRB PronType=Int 7 advmod 7:advmod _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:when _ +7 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:when _ 8 to to ADP IN _ 9 case 9:case _ 9 Mother Mother PROPN NNP Number=Sing 7 obl 7:obl:to _ 10 Plucker Plucker PROPN NNP Number=Sing 9 flat 9:flat SpaceAfter=No 11 , , PUNCT , _ 13 punct 13:punct _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ -14 NO no DET DT _ 15 det 15:det _ +13 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +14 NO no DET DT PronType=Neg 15 det 15:det _ 15 FEATHERS feather NOUN NNS Number=Plur 13 obj 13:obj _ 16 and and CCONJ CC _ 20 cc 20:cc _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ @@ -29698,7 +29717,7 @@ # sent_id = reviews-252791-0003 # text = I had to dig in a bag to find one nice feather, what a joke! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 dig dig VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 in in ADP IN _ 7 case 7:case _ @@ -29706,11 +29725,11 @@ 7 bag bag NOUN NN Number=Sing 4 obl 4:obl:in _ 8 to to PART TO _ 9 mark 9:mark _ 9 find find VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ -10 one one NUM CD NumType=Card 12 nummod 12:nummod _ +10 one one NUM CD NumForm=Word|NumType=Card 12 nummod 12:nummod _ 11 nice nice ADJ JJ Degree=Pos 12 amod 12:amod _ 12 feather feather NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No -13 , , PUNCT , _ 2 punct 2:punct _ -14 what what PRON WP PronType=Int 16 det 16:det _ +13 , , PUNCT , _ 16 punct 16:punct _ +14 what what PRON WDT PronType=Int 16 det:predet 16:det:predet _ 15 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 16 joke joke NOUN NN Number=Sing 2 parataxis 2:parataxis SpaceAfter=No 17 ! ! PUNCT . _ 2 punct 2:punct _ @@ -29728,22 +29747,22 @@ # newpar id = reviews-193257-p0002 # text = We have utilized Mr. Pozza and his firm twice now in our family and both times have been very pleased. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|20:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 utilized utilize VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 Mr. Mr. PROPN NNP Number=Sing 3 obj 3:obj _ 5 Pozza Pozza PROPN NNP Number=Sing 4 flat 4:flat _ 6 and and CCONJ CC _ 8 cc 8:cc _ -7 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 firm firm NOUN NN Number=Sing 4 conj 3:obj|4:conj:and _ -9 twice twice ADV RB NumType=Mult 3 advmod 3:advmod _ +9 twice twice ADV RB NumForm=Word|NumType=Mult 3 advmod 3:advmod _ 10 now now ADV RB _ 3 advmod 3:advmod _ 11 in in ADP IN _ 13 case 13:case _ -12 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 family family NOUN NN Number=Sing 3 obl 3:obl:in _ 14 and and CCONJ CC _ 20 cc 20:cc _ -15 both both DET DT _ 16 det 16:det _ +15 both both DET DT PronType=Tot 16 det 16:det _ 16 times time NOUN NNS Number=Plur 20 obl:tmod 20:obl:tmod _ -17 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +17 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 18 been be AUX VBN Tense=Past|VerbForm=Part 20 cop 20:cop _ 19 very very ADV RB _ 20 advmod 20:advmod _ 20 pleased pleased ADJ JJ Degree=Pos 3 conj 3:conj:and SpaceAfter=No @@ -29763,7 +29782,7 @@ 10 refer refer VERB VB VerbForm=Inf 6 conj 4:xcomp|6:conj:or _ 11 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 obj 10:obj _ 12 to to ADP IN _ 14 case 14:case _ -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 family family NOUN NN Number=Sing 10 obl 10:obl:to _ 15 or or CCONJ CC _ 16 cc 16:cc _ 16 friends friend NOUN NNS Number=Plur 14 conj 10:obl:to|14:conj:or SpaceAfter=No @@ -29787,16 +29806,16 @@ # text = I'm pleased that someone referred me to them for my commercial business. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 pleased pleased ADJ JJ Degree=Pos 0 root 0:root _ 4 that that SCONJ IN _ 6 mark 6:mark _ -5 someone someone PRON NN Number=Sing 6 nsubj 6:nsubj _ -6 referred refer VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +5 someone someone PRON NN Number=Sing|PronType=Ind 6 nsubj 6:nsubj _ +6 referred refer VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ 7 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 6 obj 6:obj _ 8 to to ADP IN _ 9 case 9:case _ 9 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 6 obl 6:obl:to _ 10 for for ADP IN _ 13 case 13:case _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 12 commercial commercial ADJ JJ Degree=Pos 13 amod 13:amod _ 13 business business NOUN NN Number=Sing 6 obl 6:obl:for SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ @@ -29804,13 +29823,13 @@ # sent_id = reviews-028996-0003 # text = I own a property management firm and need a contractor with the credentials that Farrell Electric has. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|8:nsubj _ -2 own own VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 own own VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 4 property property NOUN NN Number=Sing 5 compound 5:compound _ 5 management management NOUN NN Number=Sing 6 compound 6:compound _ 6 firm firm NOUN NN Number=Sing 2 obj 2:obj _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +8 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 contractor contractor NOUN NN Number=Sing 8 obj 8:obj _ 11 with with ADP IN _ 13 case 13:case _ @@ -29826,20 +29845,20 @@ # sent_id = reviews-335490-0001 # newpar id = reviews-335490-p0001 # text = Cleanest guesthouse i have been to -1 Cleanest cleanest ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Cleanest clean ADJ JJS Degree=Sup 2 amod 2:amod _ 2 guesthouse guesthouse NOUN NN Number=Sing 0 root 0:root _ -3 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -4 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +3 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ +4 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 been be AUX VBN Tense=Past|VerbForm=Part 6 cop 6:cop _ 6 to to ADP IN _ 2 acl:relcl 2:acl:relcl _ # sent_id = reviews-335490-0002 # newpar id = reviews-335490-p0002 # text = Stayed here for 2 nights. -1 Stayed stay VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Stayed stay VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 here here ADV RB PronType=Dem 1 advmod 1:advmod _ 3 for for ADP IN _ 5 case 5:case _ -4 2 2 NUM CD NumType=Card 5 nummod 5:nummod _ +4 2 2 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 nights night NOUN NNS Number=Plur 1 obl 1:obl:for SpaceAfter=No 6 . . PUNCT . _ 1 punct 1:punct _ @@ -29858,7 +29877,7 @@ # text = The rooms were very clean and the breakfast was excellent. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 rooms room NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 cop 5:cop _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 4 very very ADV RB _ 5 advmod 5:advmod _ 5 clean clean ADJ JJ Degree=Pos 0 root 0:root _ 6 and and CCONJ CC _ 10 cc 10:cc _ @@ -29876,8 +29895,8 @@ 4 off off ADP IN _ 5 case 5:case _ 5 road road NOUN NN Number=Sing 6 compound 6:compound _ 6 parking parking NOUN NN Number=Sing 2 conj 2:conj:and|7:nsubj _ -7 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -8 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 stay stay NOUN NN Number=Sing 7 obj 7:obj|11:nsubj:xsubj _ 10 very very ADV RB _ 11 advmod 11:advmod _ 11 convenient convenient ADJ JJ Degree=Pos 7 xcomp 7:xcomp SpaceAfter=No @@ -29889,7 +29908,7 @@ # text = These guys do great work at VERY reasonable prices. 1 These this DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 guys guy NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 great great ADJ JJ Degree=Pos 5 amod 5:amod _ 5 work work NOUN NN Number=Sing 3 obj 3:obj _ 6 at at ADP IN _ 9 case 9:case _ @@ -29901,11 +29920,11 @@ # sent_id = reviews-138249-0002 # text = I have use them four times for fixing items from pushing out a dent in a bumper to fixing the fender on my beloved Miata. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ -3 use use VERB VBN Tense=Past|Typo=Yes|VerbForm=Part 0 root 0:root _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +3 use use VERB VBN Tense=Past|Typo=Yes|VerbForm=Part 0 root 0:root CorrectForm=used 4 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 3 obj 3:obj _ -5 four four NUM CD NumType=Card 6 nummod 6:nummod _ -6 times time NOUN NNS Number=Plur 3 obl:npmod 3:obl:npmod _ +5 four four NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ +6 times time NOUN NNS Number=Plur 3 obl:tmod 3:obl:tmod _ 7 for for SCONJ IN _ 8 mark 8:mark _ 8 fixing fix VERB VBG VerbForm=Ger 3 advcl 3:advcl:for _ 9 items item NOUN NNS Number=Plur 8 obj 8:obj _ @@ -29922,7 +29941,7 @@ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 fender fender NOUN NN Number=Sing 19 obj 19:obj _ 22 on on ADP IN _ 25 case 25:case _ -23 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +23 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 24 beloved beloved ADJ JJ Degree=Pos 25 amod 25:amod _ 25 Miata Miata PROPN NNP Number=Sing 21 nmod 21:nmod:on SpaceAfter=No 26 . . PUNCT . _ 3 punct 3:punct _ @@ -29930,10 +29949,10 @@ # sent_id = reviews-138249-0003 # text = I have never been disappointed. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj:pass 5:nsubj:pass _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 never never ADV RB _ 5 advmod 5:advmod _ 4 been be AUX VBN Tense=Past|VerbForm=Part 5 aux:pass 5:aux:pass _ -5 disappointed disappoint VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No +5 disappointed disappoint VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ # newdoc id = reviews-257735 @@ -29944,7 +29963,7 @@ 1 Do do AUX VB Mood=Imp|VerbForm=Fin 3 aux 3:aux _ 2 n't not PART RB _ 3 advmod 3:advmod _ 3 waste waste VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 money money NOUN NN Number=Sing 3 obj 3:obj _ 6 on on ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -29963,11 +29982,11 @@ 8 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 little little ADJ JJ Degree=Pos 11 amod 11:amod _ -11 console console NOUN NN Number=Sing 8 obj 8:obj _ +11 console console NOUN NN Number=Sing 8 obj 8:obj|18:obl _ 12 behind behind ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 bar bar NOUN NN Number=Sing 11 nmod 11:nmod:behind _ -15 where where SCONJ WRB PronType=Rel 18 mark 18:mark _ +15 where where ADV WRB PronType=Rel 18 advmod 11:ref _ 16 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 17 can can AUX MD VerbForm=Fin 18 aux 18:aux _ 18 delete delete VERB VB VerbForm=Inf 11 acl:relcl 11:acl:relcl _ @@ -29980,7 +29999,7 @@ 24 , , PUNCT , _ 27 punct 27:punct _ 25 and and CCONJ CC _ 27 cc 27:cc _ 26 you you PRON PRP Case=Nom|Person=2|PronType=Prs 27 nsubj 27:nsubj|29:nsubj:xsubj _ -27 end end VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +27 end end VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 28 up up ADP RP _ 27 compound:prt 27:compound:prt _ 29 paying pay VERB VBG VerbForm=Ger 27 xcomp 27:xcomp _ 30 for for ADP IN _ 31 case 31:case _ @@ -29989,7 +30008,7 @@ # sent_id = reviews-257735-0003 # text = Not enough seating. -1 Not not ADV RB _ 2 advmod 2:advmod _ +1 Not not PART RB _ 2 advmod 2:advmod _ 2 enough enough ADJ JJ Degree=Pos 3 amod 3:amod _ 3 seating seating NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ @@ -29998,9 +30017,9 @@ # sent_id = reviews-145645-0001 # newpar id = reviews-145645-p0001 # text = spoken english rushi -1 spoken speak VERB VBN Tense=Past|VerbForm=Part 2 amod 2:amod _ -2 english english PROPN NNP Number=Sing 3 compound 3:compound _ -3 rushi rushi PROPN NNP Number=Sing 0 root 0:root _ +1 spoken speak VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 amod 2:amod _ +2 english English ADJ NNP Degree=Pos 3 amod 3:amod _ +3 rushi Rushi PROPN NNP Number=Sing 0 root 0:root _ # sent_id = reviews-145645-0002 # newpar id = reviews-145645-p0002 @@ -30012,11 +30031,11 @@ 5 forget forget VERB VB VerbForm=Inf 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 training training NOUN NN Number=Sing 5 obj 5:obj|11:nsubj _ -8 undergone undergo VERB VBN Tense=Past|VerbForm=Part 7 acl 7:acl _ +8 undergone undergo VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl _ 9 here here ADV RB PronType=Dem 8 advmod 8:advmod _ 10 which which PRON WDT PronType=Rel 11 nsubj 7:ref _ -11 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 life life NOUN NN Number=Sing 11 obj 11:obj|14:nsubj:xsubj _ 14 step step VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 15 onto onto ADP IN _ 18 case 18:case _ @@ -30024,7 +30043,7 @@ 17 successful successful ADJ JJ Degree=Pos 18 amod 18:amod _ 18 job job NOUN NN Number=Sing 14 obl 14:obl:onto _ 19 without without ADP IN _ 21 case 21:case _ -20 any any DET DT _ 21 det 21:det _ +20 any any DET DT PronType=Ind 21 det 21:det _ 21 hurdles hurdle NOUN NNS Number=Plur 14 obl 14:obl:without SpaceAfter=No 22 . . PUNCT . _ 5 punct 5:punct _ @@ -30034,7 +30053,7 @@ 2 staff staff NOUN NN Number=Sing 18 nsubj 18:nsubj SpaceAfter=No 3 , , PUNCT , _ 4 punct 4:punct _ 4 material material NOUN NN Number=Sing 2 conj 2:conj|18:nsubj _ -5 provided provide VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl SpaceAfter=No +5 provided provide VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl SpaceAfter=No 6 , , PUNCT , _ 8 punct 8:punct _ 7 infra infra X AFX _ 8 compound 8:compound _ 8 structure structure NOUN NN Number=Sing 2 conj 2:conj|18:nsubj SpaceAfter=No @@ -30058,8 +30077,8 @@ # sent_id = reviews-042085-0002 # newpar id = reviews-042085-p0002 # text = Took 1+ hour to deliver to Chatham, hair in food, driver didn't know area. -1 Took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -2 1 1 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No +1 Took take VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 1 1 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No 3 + + SYM SYM _ 2 advmod 2:advmod _ 4 hour hour NOUN NN Number=Sing 1 obj 1:obj _ 5 to to PART TO _ 6 mark 6:mark _ @@ -30073,27 +30092,27 @@ 13 , , PUNCT , _ 10 punct 10:punct _ 14 driver driver NOUN NN Number=Sing 17 nsubj 17:nsubj _ 15-16 didn't _ _ _ _ _ _ _ _ -15 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 aux 17:aux _ +15 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 aux 17:aux _ 16 n't not PART RB _ 17 advmod 17:advmod _ 17 know know VERB VB VerbForm=Inf 1 parataxis 1:parataxis _ 18 area area NOUN NN Number=Sing 17 obj 17:obj SpaceAfter=No -19 . . PUNCT . _ 10 punct 10:punct _ +19 . . PUNCT . _ 17 punct 17:punct _ # sent_id = reviews-042085-0003 # text = Noticed a few of these Cookie cutter places opening in Summit and New Providence. -1 Noticed notice VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Noticed notice VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ -3 few few NOUN NN Number=Sing 1 obj 1:obj _ +3 few few ADJ JJ Degree=Pos 1 obj 1:obj|9:nsubj _ 4 of of ADP IN _ 8 case 8:case _ 5 these this DET DT Number=Plur|PronType=Dem 8 det 8:det _ 6 Cookie cookie NOUN NN Number=Sing 7 compound 7:compound _ 7 cutter cutter NOUN NN Number=Sing 8 compound 8:compound _ 8 places place NOUN NNS Number=Plur 3 nmod 3:nmod:of _ -9 opening open VERB VBG VerbForm=Ger 3 acl 3:acl _ +9 opening open VERB VBG VerbForm=Ger 1 xcomp 1:xcomp _ 10 in in ADP IN _ 11 case 11:case _ 11 Summit Summit PROPN NNP Number=Sing 9 obl 9:obl:in _ 12 and and CCONJ CC _ 14 cc 14:cc _ -13 New New PROPN NNP Number=Sing 14 compound 14:compound _ +13 New New ADJ NNP Degree=Pos 14 amod 14:amod _ 14 Providence Providence PROPN NNP Number=Sing 11 conj 9:obl:in|11:conj:and SpaceAfter=No 15 . . PUNCT . _ 1 punct 1:punct _ @@ -30103,8 +30122,8 @@ 2 to to ADP IN _ 3 case 3:case _ 3 Hop Hop PROPN NNP Number=Sing 1 obl 1:obl:to _ 4 Hing Hing PROPN NNP Number=Sing 3 flat 3:flat SpaceAfter=No -5 , , PUNCT , _ 3 punct 3:punct _ -6 20 20 NUM CD NumType=Card 7 nummod 7:nummod _ +5 , , PUNCT , _ 9 punct 9:punct _ +6 20 20 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 year year NOUN NN Number=Sing 9 compound 9:compound SpaceAfter=No 8 + + SYM SYM _ 7 advmod 7:advmod _ 9 resident resident NOUN NN Number=Sing 3 appos 3:appos SpaceAfter=No @@ -30136,13 +30155,13 @@ 4 inexpensive inexpensive ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 so so ADV RB _ 4 conj 4:conj:and _ -7 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 cop 6:cop _ +7 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 salon salon NOUN NN Number=Sing 10 compound 10:compound _ 10 services service NOUN NNS Number=Plur 6 nsubj 6:nsubj _ 11 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No 12 eyebrows eyebrow NOUN NNS Number=Plur 14 nsubj 14:nsubj _ -13 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 cop 14:cop _ +13 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ 14 cheap cheap ADJ JJ Degree=Pos 4 parataxis 4:parataxis SpaceAfter=No 15 ! ! PUNCT . _ 14 punct 14:punct SpaceAfter=No 16 ) ) PUNCT -RRB- _ 14 punct 14:punct SpaceAfter=No @@ -30155,13 +30174,13 @@ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 3 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 4 nice nice ADJ JJ Degree=Pos 7 amod 7:amod SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 relaxed relaxed ADJ JJ Degree=Pos 7 amod 7:amod _ 7 place place NOUN NN Number=Sing 0 root 0:root _ 8 to to PART TO _ 9 mark 9:mark _ 9 get get VERB VB VerbForm=Inf 7 acl 7:acl:to _ 10 stuff stuff NOUN NN Number=Sing 9 obj 9:obj|11:nsubj:xsubj _ -11 done do VERB VBN Tense=Past|VerbForm=Part 9 xcomp 9:xcomp _ +11 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 xcomp 9:xcomp _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 relax relax VERB VB VerbForm=Inf 9 conj 7:acl:to|9:conj:and SpaceAfter=No 14 . . PUNCT . _ 7 punct 7:punct _ @@ -30169,7 +30188,7 @@ # sent_id = reviews-302465-0005 # text = I plan on going again. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 plan plan VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 plan plan VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 on on SCONJ IN _ 4 mark 4:mark _ 4 going go VERB VBG VerbForm=Ger 2 advcl 2:advcl:on _ 5 again again ADV RB _ 4 advmod 4:advmod SpaceAfter=No @@ -30187,18 +30206,18 @@ # newpar id = reviews-030430-p0002 # text = I think the women at this salon know that their business is based primarily from referrals. :) 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 women woman NOUN NNS Number=Plur 8 nsubj 8:nsubj _ 5 at at ADP IN _ 7 case 7:case _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 salon salon NOUN NN Number=Sing 4 nmod 4:nmod:at _ -8 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +8 know know VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 9 that that SCONJ IN _ 13 mark 13:mark _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 business business NOUN NN Number=Sing 13 nsubj:pass 13:nsubj:pass _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ -13 based base VERB VBN Tense=Past|VerbForm=Part 8 ccomp 8:ccomp _ +13 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 ccomp 8:ccomp _ 14 primarily primarily ADV RB _ 16 advmod 16:advmod _ 15 from from ADP IN _ 16 case 16:case _ 16 referrals referral NOUN NNS Number=Plur 13 obl 13:obl:from SpaceAfter=No @@ -30208,7 +30227,7 @@ # sent_id = reviews-030430-0003 # text = They were amazingly hospitable. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 cop 4:cop _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 3 amazingly amazingly ADV RB _ 4 advmod 4:advmod _ 4 hospitable hospitable ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ @@ -30218,12 +30237,12 @@ 1 Edit Edit PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -4 best best ADJ JJS Degree=Sup 6 amod 6:amod _ +4 best good ADJ JJS Degree=Sup 6 amod 6:amod _ 5 massage massage NOUN NN Number=Sing 6 compound 6:compound _ 6 therapist therapist NOUN NN Number=Sing 0 root 0:root _ 7-8 I've _ _ _ _ _ _ _ _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -8 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +8 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 ever ever ADV RB _ 10 advmod 10:advmod _ 10 had have VERB VBN Tense=Past|VerbForm=Part 6 acl:relcl 6:acl:relcl _ 11 and and CCONJ CC _ 15 cc 15:cc _ @@ -30238,11 +30257,11 @@ # sent_id = reviews-122564-0001 # newpar id = reviews-122564-p0001 # text = good outside, bad inside -1 good good ADJ JJ Degree=Pos 2 amod 2:amod _ -2 outside outside ADV RB _ 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ -4 bad bad ADJ JJ Degree=Pos 5 amod 5:amod _ -5 inside inside ADV RB _ 2 conj 2:conj _ +1 good good ADJ JJ Degree=Pos 0 root 0:root _ +2 outside outside ADV RB _ 1 advmod 1:advmod SpaceAfter=No +3 , , PUNCT , _ 4 punct 4:punct _ +4 bad bad ADJ JJ Degree=Pos 1 conj 1:conj _ +5 inside inside ADV RB _ 4 advmod 4:advmod _ # sent_id = reviews-122564-0002 # newpar id = reviews-122564-p0002 @@ -30252,8 +30271,8 @@ 3 only only ADV RB _ 4 advmod 4:advmod _ 4 looks look VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 good good ADJ JJ Degree=Pos 4 xcomp 4:xcomp _ -6 outsize outside ADV RB Typo=Yes 4 advmod 4:advmod SpaceAfter=No -7 , , PUNCT , _ 4 punct 4:punct _ +6 outsize outside ADV RB Typo=Yes 4 advmod 4:advmod CorrectForm=outside|SpaceAfter=No +7 , , PUNCT , _ 11 punct 11:punct _ 8 inside inside NOUN NN Number=Sing 11 nsubj 11:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 too too ADV RB _ 11 advmod 11:advmod _ @@ -30265,7 +30284,7 @@ 1 too too ADV RB _ 2 advmod 2:advmod _ 2 many many ADJ JJ Degree=Pos 3 amod 3:amod _ 3 bugs bug NOUN NNS Number=Plur 0 root 0:root _ -4 some some DET DT _ 3 appos 3:appos _ +4 some some DET DT PronType=Ind 3 appos 3:appos _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ 6 even even ADV RB _ 8 advmod 8:advmod _ 7 never never ADV RB _ 8 advmod 8:advmod _ @@ -30278,21 +30297,21 @@ 1 the the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 attitude attitude NOUN NN Number=Sing 7 nsubj 7:nsubj _ 3 of of ADP IN _ 5 case 5:case _ -4 some some DET DT _ 5 det 5:det _ +4 some some DET DT PronType=Ind 5 det 5:det _ 5 staff staff NOUN NN Number=Sing 2 nmod 2:nmod:of _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 7 terrible terrible ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ -9 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 aux 11:aux _ +8 , , PUNCT , _ 11 punct 11:punct _ +9 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 aux 11:aux _ 10 not not PART RB _ 11 advmod 11:advmod _ 11 solve solve VERB VB VerbForm=Inf 7 parataxis 7:parataxis _ -12 anything anything PRON NN Number=Sing 11 obj 11:obj _ +12 anything anything PRON NN Number=Sing|PronType=Ind 11 obj 11:obj _ 13 only only ADV RB _ 14 advmod 14:advmod _ -14 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 parataxis 11:parataxis _ -15 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ +14 say say VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 parataxis 11:parataxis _ +15 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ 16 can can AUX MD VerbForm=Fin 17 aux 17:aux _ 17 do do VERB VB VerbForm=Inf 14 ccomp 14:ccomp _ -18 nothing nothing PRON NN Number=Sing 17 obj 17:obj SpaceAfter=No +18 nothing nothing PRON NN Number=Sing|PronType=Neg 17 obj 17:obj SpaceAfter=No 19 . . PUNCT . _ 7 punct 7:punct _ # newdoc id = reviews-384229 @@ -30312,8 +30331,8 @@ 4 verizon verizon PROPN NNP Number=Sing 0 root 0:root _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 checked check VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 checked check VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 service service NOUN NN Number=Sing 7 obj 7:obj _ 10 with with ADP IN _ 11 case 11:case _ 11 tmobile tmobile PROPN NNP Number=Sing 7 obl 7:obl:with _ @@ -30323,7 +30342,7 @@ 15 great great ADJ JJ Degree=Pos 4 conj 4:conj:and _ 16 so so ADV RB _ 18 advmod 18:advmod _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -18 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +18 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ 20 would would AUX MD VerbForm=Fin 21 aux 21:aux _ 21 try try VERB VB VerbForm=Inf 18 ccomp 18:ccomp _ @@ -30333,7 +30352,7 @@ # sent_id = reviews-384229-0003 # text = It turned out being very good quality tmobile service and I was happy with the new tmobile phone. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|9:nsubj:xsubj _ -2 turned turn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 turned turn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 out out ADP RP _ 2 compound:prt 2:compound:prt _ 4 being be AUX VBG VerbForm=Ger 9 cop 9:cop _ 5 very very ADV RB _ 6 advmod 6:advmod _ @@ -30363,20 +30382,20 @@ # sent_id = reviews-087368-0002 # newpar id = reviews-087368-p0002 # text = My pharmacy order is always correct and promptly delivered but the pharmacy staff are always very short with me and don't seem to like answering questions. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 pharmacy pharmacy NOUN NN Number=Sing 3 compound 3:compound _ -3 order order NOUN NN Number=Sing 6 nsubj:pass 6:nsubj:pass|9:nsubj:pass _ -4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ +3 order order NOUN NN Number=Sing 6 nsubj 6:nsubj|9:nsubj:pass _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop|9:aux:pass _ 5 always always ADV RB _ 6 advmod 6:advmod _ 6 correct correct ADJ JJ Degree=Pos 0 root 0:root _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 promptly promptly ADV RB _ 9 advmod 9:advmod _ -9 delivered deliver VERB VBN Tense=Past|VerbForm=Part 6 conj 6:conj:and _ +9 delivered deliver VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 conj 6:conj:and _ 10 but but CCONJ CC _ 17 cc 17:cc _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 pharmacy pharmacy NOUN NN Number=Sing 13 compound 13:compound _ 13 staff staff NOUN NNS Number=Plur 17 nsubj 17:nsubj|23:nsubj|25:nsubj:xsubj|26:nsubj:xsubj _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 15 always always ADV RB _ 17 advmod 17:advmod _ 16 very very ADV RB _ 17 advmod 17:advmod _ 17 short short ADJ JJ Degree=Pos 6 conj 6:conj:and _ @@ -30384,7 +30403,7 @@ 19 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 17 obl 17:obl:with _ 20 and and CCONJ CC _ 23 cc 23:cc _ 21-22 don't _ _ _ _ _ _ _ _ -21 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ +21 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ 22 n't not PART RB _ 23 advmod 23:advmod _ 23 seem seem VERB VB VerbForm=Inf 17 conj 17:conj:and _ 24 to to PART TO _ 25 mark 25:mark _ @@ -30397,10 +30416,10 @@ # text = Clean store, friendly check-out staff up front. 1 Clean clean ADJ JJ Degree=Pos 2 amod 2:amod _ 2 store store NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 8 punct 8:punct _ 4 friendly friendly ADV RB _ 8 advmod 8:advmod _ 5 check check VERB VB VerbForm=Inf 8 compound 8:compound SpaceAfter=No -6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No +6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 7 out out ADP RP _ 5 compound 5:compound _ 8 staff staff NOUN NN Number=Sing 2 list 2:list _ 9 up up ADV RB _ 10 advmod 10:advmod _ @@ -30424,7 +30443,7 @@ # sent_id = reviews-229100-0002 # newpar id = reviews-229100-p0002 # text = Love this place!! -1 Love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 this this DET DT Number=Sing|PronType=Dem 3 det 3:det _ 3 place place NOUN NN Number=Sing 1 obj 1:obj SpaceAfter=No 4 !! !! PUNCT . _ 1 punct 1:punct _ @@ -30432,7 +30451,7 @@ # sent_id = reviews-229100-0003 # text = Has another store in the st. charles mall. 1 Has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -2 another another DET DT _ 3 det 3:det _ +2 another another DET DT PronType=Ind 3 det 3:det _ 3 store store NOUN NN Number=Sing 1 obj 1:obj _ 4 in in ADP IN _ 8 case 8:case _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -30456,16 +30475,16 @@ # text = Dont go to the one by pepco, I got confused!!! 1-2 Dont _ _ _ _ _ _ _ _ 1 Do do AUX VB Mood=Imp|VerbForm=Fin 3 aux 3:aux _ -2 nt not PART RB _ 3 advmod 3:advmod _ +2 nt not PART RB Typo=Yes 3 advmod 3:advmod CorrectForm=n't 3 go go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 to to ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 one one NOUN NN Number=Sing 3 obl 3:obl:to _ 7 by by ADP IN _ 8 case 8:case _ 8 pepco pepco PROPN NNP Number=Sing 6 nmod 6:nmod:by SpaceAfter=No -9 , , PUNCT , _ 3 punct 3:punct _ +9 , , PUNCT , _ 11 punct 11:punct _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ +11 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ 12 confused confused ADJ JJ Degree=Pos 11 obj 11:obj SpaceAfter=No 13 !!! !!! PUNCT . _ 3 punct 3:punct _ @@ -30486,7 +30505,7 @@ # sent_id = reviews-229100-0008 # text = I love them!!! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 2 obj 2:obj SpaceAfter=No 4 !!! !!! PUNCT . _ 2 punct 2:punct _ @@ -30494,7 +30513,7 @@ # sent_id = reviews-227515-0001 # newpar id = reviews-227515-p0001 # text = BEST DENTIST EVER - -1 BEST best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 BEST good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 DENTIST dentist NOUN NN Number=Sing 0 root 0:root _ 3 EVER ever ADV RB _ 2 advmod 2:advmod _ 4 - - PUNCT , _ 2 punct 2:punct _ @@ -30512,12 +30531,12 @@ # sent_id = reviews-227515-0003 # text = I have had several dentists in my life, but Dr. Deters is by far my favorite. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 several several ADJ JJ Degree=Pos 5 amod 5:amod _ 5 dentists dentist NOUN NNS Number=Plur 3 obj 3:obj _ 6 in in ADP IN _ 8 case 8:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 life life NOUN NN Number=Sing 3 obl 3:obl:in SpaceAfter=No 9 , , PUNCT , _ 17 punct 17:punct _ 10 but but CCONJ CC _ 17 cc 17:cc _ @@ -30526,7 +30545,7 @@ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 14 by by ADP IN _ 15 case 15:case _ 15 far far ADV RB Degree=Pos 17 obl 17:obl:by _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 favorite favorite NOUN NN Number=Sing 3 conj 3:conj:but SpaceAfter=No 18 . . PUNCT . _ 3 punct 3:punct _ @@ -30539,14 +30558,14 @@ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 waiting waiting NOUN NN Number=Sing 7 compound 7:compound _ 7 room room NOUN NN Number=Sing 3 obl 3:obl:in _ -8 more more ADJ JJR Degree=Cmp 10 advmod 10:advmod _ +8 more more ADJ JJR Degree=Cmp|ExtPos=ADV 10 advmod 10:advmod _ 9 than than ADP IN _ 8 fixed 8:fixed _ -10 two two NUM CD NumType=Card 11 nummod 11:nummod _ -11 minutes minute NOUN NNS Number=Plur 3 obl:npmod 3:obl:npmod _ +10 two two NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ +11 minutes minute NOUN NNS Number=Plur 3 obl:tmod 3:obl:tmod _ 12 and and CCONJ CC _ 16 cc 16:cc _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 cleanings cleaning NOUN NNS Number=Plur 16 nsubj 16:nsubj|18:nsubj _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +15 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 16 quick quick ADJ JJ Degree=Pos 3 conj 3:conj:and _ 17 and and CCONJ CC _ 18 cc 18:cc _ 18 painless painless ADJ JJ Degree=Pos 16 conj 16:conj:and SpaceAfter=No @@ -30569,7 +30588,7 @@ # text = I've been a regular customer at this store since it opened, and love the fact that all of the employees are friendly locals. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj|15:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 6 cop 6:cop _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 regular regular ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -30579,18 +30598,18 @@ 9 store store NOUN NN Number=Sing 6 nmod 6:nmod:at _ 10 since since SCONJ IN _ 12 mark 12:mark _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 opened open VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:since SpaceAfter=No +12 opened open VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:since SpaceAfter=No 13 , , PUNCT , _ 15 punct 15:punct _ 14 and and CCONJ CC _ 15 cc 15:cc _ -15 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ +15 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 fact fact NOUN NN Number=Sing 15 obj 15:obj _ 18 that that SCONJ IN _ 25 mark 25:mark _ -19 all all DET DT _ 25 nsubj 25:nsubj _ +19 all all DET DT PronType=Tot 25 nsubj 25:nsubj _ 20 of of ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 employees employee NOUN NNS Number=Plur 19 nmod 19:nmod:of _ -23 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ +23 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ 24 friendly friendly ADJ JJ Degree=Pos 25 amod 25:amod _ 25 locals local NOUN NNS Number=Plur 17 acl 17:acl:that SpaceAfter=No 26 . . PUNCT . _ 6 punct 6:punct _ @@ -30599,7 +30618,7 @@ # text = Particularly the lady who operates the front register, she's very kind! 1 Particularly particularly ADV RB _ 3 advmod 3:advmod _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ -3 lady lady NOUN NN Number=Sing 13 dislocated 5:nsubj|13:dislocated _ +3 lady lady NOUN NN Number=Sing 0 root 0:root|5:nsubj _ 4 who who PRON WP PronType=Rel 5 nsubj 3:ref _ 5 operates operate VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -30610,8 +30629,8 @@ 10 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 11 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 12 very very ADV RB _ 13 advmod 13:advmod _ -13 kind kind ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -14 ! ! PUNCT . _ 13 punct 13:punct _ +13 kind kind ADJ JJ Degree=Pos 3 parataxis 3:parataxis SpaceAfter=No +14 ! ! PUNCT . _ 3 punct 3:punct _ # newdoc id = reviews-374344 # sent_id = reviews-374344-0001 @@ -30625,7 +30644,7 @@ 1 Absoul Absoul PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -4 greatest greatest ADJ JJS Degree=Sup 6 amod 6:amod _ +4 greatest great ADJ JJS Degree=Sup 6 amod 6:amod _ 5 donair donair NOUN NN Number=Sing 6 compound 6:compound _ 6 man man NOUN NN Number=Sing 0 root 0:root _ 7 on on ADP IN _ 9 case 9:case _ @@ -30636,17 +30655,17 @@ # sent_id = reviews-374344-0003 # text = Highly recommended. 1 Highly highly ADV RB _ 2 advmod 2:advmod _ -2 recommended recommend VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No -3 . . PUNCT . _ 1 punct 1:punct _ +2 recommended recommend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No +3 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-374344-0004 # text = If you enjoy amazing things, you must go to World's Finest Donair. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 enjoy enjoy VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ +3 enjoy enjoy VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ 4 amazing amazing ADJ JJ Degree=Pos 5 amod 5:amod _ 5 things thing NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ 8 must must AUX MD VerbForm=Fin 9 aux 9:aux _ 9 go go VERB VB VerbForm=Inf 0 root 0:root _ @@ -30654,7 +30673,7 @@ 11-12 World's _ _ _ _ _ _ _ _ 11 World World PROPN NNP Number=Sing 14 nmod:poss 14:nmod:poss _ 12 's 's PART POS _ 11 case 11:case _ -13 Finest Finest PROPN NNP Number=Sing 14 compound 14:compound _ +13 Finest Finest ADJ NNP Degree=Pos 14 amod 14:amod _ 14 Donair Donair PROPN NNP Number=Sing 9 obl 9:obl:to SpaceAfter=No 15 . . PUNCT . _ 9 punct 9:punct _ @@ -30662,32 +30681,32 @@ # text = Lest you be lame!!! 1 Lest lest SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 be be AUX VB VerbForm=Inf 4 cop 4:cop _ +3 be be AUX VB Mood=Sub|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 lame lame ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 5 !!! !!! PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-374344-0006 # text = I give this place 11/10. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 give give VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 give give VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 place place NOUN NN Number=Sing 2 iobj 2:iobj _ -5 11 11 NUM CD NumType=Card 2 obj 2:obj SpaceAfter=No +5 11 11 NUM CD NumForm=Digit|NumType=Card 2 obj 2:obj SpaceAfter=No 6 / / SYM SYM _ 7 case 7:case SpaceAfter=No -7 10 10 NUM CD NumType=Card 5 nmod 5:nmod SpaceAfter=No +7 10 10 NUM CD NumForm=Digit|NumType=Card 5 nmod 5:nmod SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-374344-0007 # text = 3 thumbs up. -1 3 3 NUM CD NumType=Card 2 nummod 2:nummod _ +1 3 3 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 2 thumbs thumb NOUN NNS Number=Plur 0 root 0:root _ 3 up up ADV RB _ 2 advmod 2:advmod SpaceAfter=No 4 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-374344-0008 # text = Bon appetit! -1 Bon bon INTJ JJ Degree=Pos 2 amod 2:amod _ -2 appetit appetit INTJ NN Number=Sing 0 root 0:root SpaceAfter=No +1 Bon bon INTJ FW Degree=Pos|Foreign=Yes 0 root 0:root _ +2 appetit appetit X FW Foreign=Yes|Number=Sing 1 flat 1:flat SpaceAfter=No 3 ! ! PUNCT . _ 1 punct 1:punct _ # newdoc id = reviews-389298 @@ -30731,7 +30750,7 @@ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 installation installation NOUN NN Number=Sing 7 compound 7:compound _ 7 staff staff NOUN NNS Number=Plur 3 conj 3:conj:and|10:nsubj _ -8 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 cop 10:cop _ +8 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ 9 all all ADV RB _ 10 advmod 10:advmod _ 10 easy easy ADJ JJ Degree=Pos 0 root 0:root _ 11 to to PART TO _ 12 mark 12:mark _ @@ -30744,11 +30763,11 @@ # text = I highly recommend Garage Pros to my friends. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 highly highly ADV RB _ 3 advmod 3:advmod _ -3 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 Garage Garage PROPN NNP Number=Sing 5 compound 5:compound _ -5 Pros Pros PROPN NNPS Number=Plur 3 obj 3:obj _ +5 Pros Pro PROPN NNPS Number=Plur 3 obj 3:obj _ 6 to to ADP IN _ 8 case 8:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 friends friend NOUN NNS Number=Plur 3 obl 3:obl:to SpaceAfter=No 9 . . PUNCT . _ 3 punct 3:punct _ @@ -30763,11 +30782,11 @@ # newpar id = reviews-103519-p0002 # text = okay, I dont have a review, but why in the hell would you name your business something that has the initials KKK....is there something behind the scenes at this place? 1 okay okay INTJ UH _ 6 discourse 6:discourse SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 4-5 dont _ _ _ _ _ _ _ _ -4 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ -5 nt not PART RB _ 6 advmod 6:advmod _ +4 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 nt not PART RB Typo=Yes 6 advmod 6:advmod CorrectForm=n't 6 have have VERB VB VerbForm=Inf 0 root 0:root _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 review review NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No @@ -30780,18 +30799,18 @@ 15 would would AUX MD VerbForm=Fin 17 aux 17:aux _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ 17 name name VERB VB VerbForm=Inf 6 conj 6:conj:but _ -18 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 business business NOUN NN Number=Sing 17 iobj 17:iobj _ -20 something something PRON NN Number=Sing 17 obj 17:obj|22:nsubj _ +20 something something PRON NN Number=Sing|PronType=Ind 17 obj 17:obj|22:nsubj _ 21 that that PRON WDT PronType=Rel 22 nsubj 20:ref _ 22 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 acl:relcl 20:acl:relcl _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 initials initial NOUN NNS Number=Plur 22 obj 22:obj _ 25 KKK KKK PROPN NNP Number=Sing 24 appos 24:appos SpaceAfter=No -26 .... .... PUNCT , _ 6 punct 6:punct SpaceAfter=No +26 .... .... PUNCT , _ 27 punct 27:punct SpaceAfter=No 27 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ 28 there there PRON EX _ 27 expl 27:expl _ -29 something something PRON NN Number=Sing 27 nsubj 27:nsubj _ +29 something something PRON NN Number=Sing|PronType=Ind 27 nsubj 27:nsubj _ 30 behind behind ADP IN _ 32 case 32:case _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 32 scenes scene NOUN NNS Number=Plur 29 nmod 29:nmod:behind _ @@ -30805,13 +30824,13 @@ 1 Like like INTJ UH _ 5 discourse 5:discourse _ 2-3 I'm _ _ _ _ _ _ _ _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -3 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 legitimately legitimately ADV RB _ 5 advmod 5:advmod _ 5 concerned concerned ADJ JJ Degree=Pos 0 root 0:root _ 6 at at ADP IN _ 8 case 8:case _ 7 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ 8 point point NOUN NN Number=Sing 5 obl 5:obl:at SpaceAfter=No -9 ... ... PUNCT , _ 5 punct 5:punct SpaceAfter=No +9 ... ... PUNCT , _ 10 punct 10:punct SpaceAfter=No 10 lol lol INTJ UH _ 5 discourse 5:discourse _ # newdoc id = reviews-153921 @@ -30827,17 +30846,17 @@ # newpar id = reviews-153921-p0002 # text = We order take out from here all the time and we are never disappointed. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 order order VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 order order VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 take take NOUN NN Number=Sing 4 compound 4:compound _ 4 out out NOUN NN Number=Sing 2 obj 2:obj _ 5 from from ADP IN _ 6 case 6:case _ 6 here here ADV RB PronType=Dem 2 obl 2:obl:from _ -7 all all DET PDT _ 9 det:predet 9:det:predet _ +7 all all DET PDT PronType=Tot 9 det:predet 9:det:predet _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 time time NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod _ 10 and and CCONJ CC _ 14 cc 14:cc _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 13 never never ADV RB _ 14 advmod 14:advmod _ 14 disappointed disappointed ADJ JJ Degree=Pos 2 conj 2:conj:and SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ @@ -30859,7 +30878,7 @@ 2 can can AUX MD VerbForm=Fin 9 aux 9:aux _ 3 be be AUX VB VerbForm=Inf 9 cop 9:cop _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ -5 little little NOUN NN Number=Sing 9 obl:npmod 9:obl:npmod _ +5 little little ADJ JJ Degree=Pos 9 obl:npmod 9:obl:npmod _ 6 on on ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 spicy spicy ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -30869,12 +30888,12 @@ 12 ask ask VERB VB Mood=Imp|VerbForm=Fin 9 conj 9:conj:but _ 13 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 12 iobj 12:iobj _ 14 exactly exactly ADV RB _ 17 advmod 17:advmod _ -15 what what PRON WP PronType=Int 12 obj 12:obj _ +15 what what PRON WP PronType=Rel 12 obj 12:obj|17:obj _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ -17 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ +17 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ 18 and and CCONJ CC _ 22 cc 22:cc _ 19 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 22 nsubj 22:nsubj _ -20 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ +20 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 21 very very ADV RB _ 22 advmod 22:advmod _ 22 helpful helpful ADJ JJ Degree=Pos 12 conj 12:conj:and SpaceAfter=No 23 . . PUNCT . _ 9 punct 9:punct _ @@ -30885,14 +30904,14 @@ # text = I really want to like this place since I work right around the corner. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 2 really really ADV RB _ 3 advmod 3:advmod _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 like like VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 place place NOUN NN Number=Sing 5 obj 5:obj _ 8 since since SCONJ IN _ 10 mark 10:mark _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:since _ +10 work work VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:since _ 11 right right ADV RB _ 14 advmod 14:advmod _ 12 around around ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ @@ -30902,10 +30921,10 @@ # sent_id = reviews-118679-0002 # text = Unfortunately, I've given it a couple of tries at different times and decided to stop going. 1 Unfortunately unfortunately ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 I've _ _ _ _ _ _ _ _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|15:nsubj|17:nsubj:xsubj|18:nsubj:xsubj _ -4 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 given give VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 iobj 5:iobj _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ @@ -30916,7 +30935,7 @@ 12 different different ADJ JJ Degree=Pos 13 amod 13:amod _ 13 times time NOUN NNS Number=Plur 5 obl 5:obl:at _ 14 and and CCONJ CC _ 15 cc 15:cc _ -15 decided decide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +15 decided decide VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 16 to to PART TO _ 17 mark 17:mark _ 17 stop stop VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ 18 going go VERB VBG VerbForm=Ger 17 xcomp 17:xcomp SpaceAfter=No @@ -30927,15 +30946,15 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 employees employee NOUN NNS Number=Plur 6 nsubj 6:nsubj|8:nsubj:xsubj _ 3-4 don't _ _ _ _ _ _ _ _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +3 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 4 n't not PART RB _ 6 advmod 6:advmod _ 5 really really ADV RB _ 6 advmod 6:advmod _ 6 seem seem VERB VB VerbForm=Inf 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 enjoy enjoy VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ -9 what what PRON WP PronType=Int 8 obj 8:obj _ +9 what what PRON WP PronType=Rel 8 obj 8:obj|12:obj _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 doing do VERB VBG VerbForm=Ger 9 acl:relcl 9:acl:relcl _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ @@ -30965,7 +30984,7 @@ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj:pass 14:nsubj:pass|21:nsubj:pass|23:nsubj:xsubj _ 12 would would AUX MD VerbForm=Fin 14 aux 14:aux _ 13 get get AUX VB VerbForm=Inf 14 aux:pass 14:aux:pass _ -14 charged charge VERB VBN Tense=Past|VerbForm=Part 10 ccomp 10:ccomp _ +14 charged charge VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 ccomp 10:ccomp _ 15 an a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 16 arm arm NOUN NN Number=Sing 14 obj 14:obj _ 17 and and CCONJ CC _ 19 cc 19:cc _ @@ -30981,14 +31000,14 @@ # sent_id = reviews-325741-0003 # text = They picked my car up in Yarmouth and towed to Bath for a great price. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|9:nsubj _ -2 picked pick VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 picked pick VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 car car NOUN NN Number=Sing 2 obj 2:obj _ 5 up up ADP RP _ 2 compound:prt 2:compound:prt _ 6 in in ADP IN _ 7 case 7:case _ 7 Yarmouth Yarmouth PROPN NNP Number=Sing 2 obl 2:obl:in _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 towed tow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +9 towed tow VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 10 to to ADP IN _ 11 case 11:case _ 11 Bath Bath PROPN NNP Number=Sing 9 obl 9:obl:to _ 12 for for ADP IN _ 15 case 15:case _ @@ -31021,33 +31040,33 @@ 2 at at ADP IN _ 5 case 5:case _ 3 R&L R&L PROPN NNP Number=Sing 5 compound 5:compound _ 4 Plumbing Plumbing PROPN NNP Number=Sing 5 compound 5:compound _ -5 Services Services PROPN NNP Number=Sing 1 nmod 1:nmod:at _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +5 Services Service PROPN NNP Number=Sing 1 nmod 1:nmod:at _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 7 pleased pleased ADJ JJ Degree=Pos 0 root 0:root _ 8 with with ADP IN _ 10 case 10:case _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 professionalism professionalism NOUN NN Number=Sing 7 obl 7:obl:with _ 11 and and CCONJ CC _ 14 cc 14:cc _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 extra extra ADJ JJ Degree=Pos 14 amod 14:amod _ 14 mile mile NOUN NN Number=Sing 10 conj 7:obl:with|10:conj:and _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -16 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ +16 went go VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ 17 to to PART TO _ 18 mark 18:mark _ 18 get get VERB VB VerbForm=Inf 16 advcl 16:advcl:to _ -19 out our PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs|Typo=Yes 20 nmod:poss 20:nmod:poss _ +19 out our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs|Typo=Yes 20 nmod:poss 20:nmod:poss CorrectForm=our 20 computers computer NOUN NNS Number=Plur 18 obj 18:obj|21:nsubj:xsubj _ 21 working work VERB VBG VerbForm=Ger 18 xcomp 18:xcomp _ 22 correctly correctly ADV RB _ 21 advmod 21:advmod SpaceAfter=No -23 , , PUNCT , _ 7 punct 7:punct _ +23 , , PUNCT , _ 29 punct 29:punct _ 24 you you PRON PRP Case=Nom|Person=2|PronType=Prs 29 nsubj 29:nsubj _ 25 will will AUX MD VerbForm=Fin 29 aux 29:aux _ 26 be be AUX VB VerbForm=Inf 29 cop 29:cop _ -27 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ -28 first first ADJ JJ Degree=Pos|NumType=Ord 29 amod 29:amod _ +27 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +28 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 29 amod 29:amod _ 29 call call NOUN NN Number=Sing 7 parataxis 7:parataxis _ 30 if if SCONJ IN _ 32 mark 32:mark _ -31 anything anything PRON NN Number=Sing 32 nsubj 32:nsubj _ +31 anything anything PRON NN Number=Sing|PronType=Ind 32 nsubj 32:nsubj _ 32 happens happen VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 29 advcl 29:advcl:if _ 33 again again ADV RB _ 32 advmod 32:advmod _ 34 and and CCONJ CC _ 37 cc 37:cc _ @@ -31059,7 +31078,7 @@ 40 other other ADJ JJ Degree=Pos 41 amod 41:amod _ 41 people people NOUN NNS Number=Plur 37 obl 37:obl:to _ 42 with with ADP IN _ 44 case 44:case _ -43 computer computer ADJ JJ Degree=Pos 44 amod 44:amod _ +43 computer computer NOUN NN Number=Sing 44 compound 44:compound _ 44 issues issue NOUN NNS Number=Plur 41 nmod 41:nmod:with SpaceAfter=No 45 . . PUNCT . _ 7 punct 7:punct _ @@ -31074,7 +31093,7 @@ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 book book NOUN NN Number=Sing 3 obj 3:obj _ 6 by by ADP IN _ 8 case 8:case _ -7 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 cover cover NOUN NN Number=Sing 3 obl 3:obl:by _ # sent_id = reviews-048644-0002 @@ -31099,7 +31118,7 @@ 2 could could AUX MD VerbForm=Fin 5 aux 5:aux _ 3 n't not PART RB _ 5 advmod 5:advmod _ 4 be be AUX VB VerbForm=Inf 5 cop 5:cop _ -5 farther farther ADV RBR Degree=Cmp 0 root 0:root _ +5 farther far ADV RBR Degree=Cmp 0 root 0:root _ 6 from from ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 truth truth NOUN NN Number=Sing 5 obl 5:obl:from SpaceAfter=No @@ -31131,7 +31150,7 @@ 5 , , PUNCT , _ 8 punct 8:punct _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +8 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 great great ADJ JJ Degree=Pos 11 amod 11:amod _ 11 selection selection NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No @@ -31154,7 +31173,7 @@ 4 Gulf Gulf PROPN NNP Number=Sing 5 compound 5:compound _ 5 Coast Coast PROPN NNP Number=Sing 6 compound 6:compound _ 6 Siding Siding PROPN NNP Number=Sing 2 nmod 2:nmod:at _ -7 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 cop 9:cop _ +7 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 8 very very ADV RB _ 9 advmod 9:advmod _ 9 easy easy ADJ JJ Degree=Pos 0 root 0:root _ 10 and and CCONJ CC _ 11 cc 11:cc _ @@ -31167,30 +31186,30 @@ # sent_id = reviews-354474-0003 # text = They walked me through all the steps involved in the the installation project so that there were no surprises. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 walked walk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 walked walk VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj _ 4 through through ADP IN _ 7 case 7:case _ -5 all all DET PDT _ 7 det:predet 7:det:predet _ +5 all all DET PDT PronType=Tot 7 det:predet 7:det:predet _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 steps step NOUN NNS Number=Plur 2 obl 2:obl:through _ 8 involved involved ADJ JJ Degree=Pos 7 amod 7:amod _ 9 in in ADP IN _ 13 case 13:case _ -10 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ +10 the the DET DT Definite=Def|PronType=Art 13 reparandum 13:reparandum _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 installation installation NOUN NN Number=Sing 13 compound 13:compound _ 13 project project NOUN NN Number=Sing 8 obl 8:obl:in _ 14 so so SCONJ IN _ 17 mark 17:mark _ 15 that that SCONJ IN _ 14 fixed 14:fixed _ 16 there there PRON EX _ 17 expl 17:expl _ -17 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:so_that _ -18 no no DET DT _ 19 det 19:det _ +17 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:so_that _ +18 no no DET DT PronType=Neg 19 det 19:det _ 19 surprises surprise NOUN NNS Number=Plur 17 nsubj 17:nsubj SpaceAfter=No 20 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-354474-0004 # text = I found them extremely professional and would highly recommend them. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|9:nsubj _ -2 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 2 obj 2:obj|5:nsubj:xsubj _ 4 extremely extremely ADV RB _ 5 advmod 5:advmod _ 5 professional professional ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ @@ -31230,7 +31249,7 @@ 4 reliable reliable ADJ JJ Degree=Pos 2 conj 2:conj:and SpaceAfter=No 5 , , PUNCT , _ 9 punct 9:punct _ 6 sessions session NOUN NNS Number=Plur 9 nsubj 9:nsubj|12:nsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 good good ADJ JJ Degree=Pos 9 amod 9:amod _ 9 fun fun NOUN NN Number=Sing 2 parataxis 2:parataxis _ 10 and and CCONJ CC _ 12 cc 12:cc _ @@ -31244,12 +31263,12 @@ 2 really really ADV RB _ 3 advmod 3:advmod _ 3 listens listen VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to ADP IN _ 5 case 5:case _ -5 what what PRON WP PronType=Int 3 obl 3:obl:to _ -6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 expl 10:expl _ -7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +5 what what PRON WP PronType=Rel 3 obl 3:obl:to|12:obj _ +6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 expl 7:expl _ +7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl Promoted=Yes 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ 9 would would AUX MD VerbForm=Fin 10 aux 10:aux _ -10 like like VERB VB VerbForm=Inf 5 acl:relcl 5:acl:relcl _ +10 like like VERB VB VerbForm=Inf 5 advcl:relcl 5:advcl:relcl _ 11 to to PART TO _ 12 mark 12:mark _ 12 achieve achieve VERB VB VerbForm=Inf 10 xcomp 10:xcomp SpaceAfter=No 13 , , PUNCT , _ 18 punct 18:punct _ @@ -31259,7 +31278,7 @@ 17 very very ADV RB _ 18 advmod 18:advmod _ 18 happy happy ADJ JJ Degree=Pos 3 conj 3:conj:and _ 19 with with ADP IN _ 21 case 21:case _ -20 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 results result NOUN NNS Number=Plur 18 obl 18:obl:with SpaceAfter=No 22 . . PUNCT . _ 3 punct 3:punct _ @@ -31269,7 +31288,7 @@ 2 would would AUX MD VerbForm=Fin 4 aux 4:aux _ 3 highly highly ADV RB _ 4 advmod 4:advmod _ 4 recommend recommend VERB VB VerbForm=Inf 0 root 0:root _ -5 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 services service NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No 7 . . PUNCT . _ 4 punct 4:punct _ @@ -31284,14 +31303,14 @@ # newpar id = reviews-309258-p0002 # text = I used to take my cars there all thetime, but management changes hands too frequently, the service has been slow, and they often try to "add on" extra services, which sometimes is not needed. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 used use VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 take take VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 cars car NOUN NNS Number=Plur 4 obj 4:obj _ 7 there there ADV RB PronType=Dem 4 advmod 4:advmod _ -8 all all DET PDT _ 10 det:predet 10:det:predet _ -9 the the DET DT Definite=Def|PronType=Art 10 det 10:det SpaceAfter=No +8 all all DET PDT PronType=Tot 10 det:predet 10:det:predet _ +9 the the DET DT Definite=Def|PronType=Art 10 det 10:det CorrectSpaceAfter=Yes|SpaceAfter=No 10 time time NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod SpaceAfter=No 11 , , PUNCT , _ 14 punct 14:punct _ 12 but but CCONJ CC _ 14 cc 14:cc _ @@ -31310,7 +31329,7 @@ 25 and and CCONJ CC _ 28 cc 28:cc _ 26 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 28 nsubj 28:nsubj|31:nsubj:xsubj _ 27 often often ADV RB _ 28 advmod 28:advmod _ -28 try try VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ +28 try try VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ 29 to to PART TO _ 31 mark 31:mark _ 30 " " PUNCT `` _ 31 punct 31:punct SpaceAfter=No 31 add add VERB VB VerbForm=Inf 28 xcomp 28:xcomp _ @@ -31318,20 +31337,20 @@ 33 " " PUNCT '' _ 31 punct 31:punct _ 34 extra extra ADJ JJ Degree=Pos 35 amod 35:amod _ 35 services service NOUN NNS Number=Plur 31 obj 31:obj|41:nsubj:pass SpaceAfter=No -36 , , PUNCT , _ 35 punct 35:punct _ +36 , , PUNCT , _ 41 punct 41:punct _ 37 which which PRON WDT PronType=Rel 41 nsubj:pass 35:ref _ 38 sometimes sometimes ADV RB _ 41 advmod 41:advmod _ 39 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 41 aux:pass 41:aux:pass _ 40 not not PART RB _ 41 advmod 41:advmod _ -41 needed need VERB VBN Tense=Past|VerbForm=Part 35 acl:relcl 35:acl:relcl SpaceAfter=No +41 needed need VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 35 acl:relcl 35:acl:relcl SpaceAfter=No 42 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-309258-0003 # text = I dont go there anymore 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 dont _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ -3 nt not PART RB _ 4 advmod 4:advmod _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 nt not PART RB Typo=Yes 4 advmod 4:advmod CorrectForm=n't 4 go go VERB VB VerbForm=Inf 0 root 0:root _ 5 there there ADV RB PronType=Dem 4 advmod 4:advmod _ 6 anymore anymore ADV RB _ 4 advmod 4:advmod _ @@ -31348,18 +31367,18 @@ # text = These people were so helpful this week and did everything to sort out my windscreen and insurance. 1 These this DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 people people NOUN NNS Number=Plur 5 nsubj 5:nsubj|9:nsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 cop 5:cop _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 4 so so ADV RB _ 5 advmod 5:advmod _ 5 helpful helpful ADJ JJ Degree=Pos 0 root 0:root _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 week week NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ -10 everything everything PRON NN Number=Sing 9 obj 9:obj _ +9 did do VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +10 everything everything PRON NN Number=Sing|PronType=Tot 9 obj 9:obj _ 11 to to PART TO _ 12 mark 12:mark _ 12 sort sort VERB VB VerbForm=Inf 9 advcl 9:advcl:to _ 13 out out ADP RP _ 12 compound:prt 12:compound:prt _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 windscreen windscreen NOUN NN Number=Sing 12 obj 12:obj _ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 insurance insurance NOUN NN Number=Sing 15 conj 12:obj|15:conj:and SpaceAfter=No @@ -31370,33 +31389,33 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ 3 all all ADV RB _ 4 advmod 4:advmod _ -4 sorted sort VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 sorted sort VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 with with ADP IN _ 7 case 7:case _ -6 no no DET DT _ 7 det 7:det _ +6 no no DET DT PronType=Neg 7 det 7:det _ 7 hassle hassle NOUN NN Number=Sing 4 obl 4:obl:with _ -8 at at ADV RB _ 9 case 9:case _ -9 all all ADV RB _ 7 nmod 7:nmod:at _ +8 at at ADP IN _ 9 case 9:case _ +9 all all DET DT PronType=Tot 7 nmod 7:nmod:at _ 10 and and CCONJ CC _ 14 cc 14:cc _ 11-12 I'm _ _ _ _ _ _ _ _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -12 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +12 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 13 really really ADV RB _ 14 advmod 14:advmod _ 14 grateful grateful ADJ JJ Degree=Pos 4 conj 4:conj:and _ -15 - - PUNCT : _ 4 punct 4:punct _ +15 - - PUNCT : _ 18 punct 18:punct _ 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -17 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 cop 18:cop _ +17 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 18 cop 18:cop _ 18 fab fab ADJ JJ Degree=Pos 4 parataxis 4:parataxis SpaceAfter=No 19 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-163250-0004 # text = The best customer service I've come across for long time. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ -2 best best ADJ JJS Degree=Sup 4 amod 4:amod _ +2 best good ADJ JJS Degree=Sup 4 amod 4:amod _ 3 customer customer NOUN NN Number=Sing 4 compound 4:compound _ 4 service service NOUN NN Number=Sing 0 root 0:root _ 5-6 I've _ _ _ _ _ _ _ _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -6 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 come come VERB VBN Tense=Past|VerbForm=Part 4 acl:relcl 4:acl:relcl _ 8 across across ADP IN _ 7 obl 7:obl _ 9 for for ADP IN _ 11 case 11:case _ @@ -31419,19 +31438,19 @@ 1 Susanna Susanna PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 3 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -4 best best ADJ JJS Degree=Sup 8 amod 8:amod _ +4 best good ADJ JJS Degree=Sup 8 amod 8:amod _ 5 dress dress NOUN NN Number=Sing 6 compound 6:compound _ 6 maker maker NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -7 / / PUNCT , _ 8 cc 8:cc SpaceAfter=No +7 / / SYM , _ 8 cc 8:cc SpaceAfter=No 8 tailor tailor NOUN NN Number=Sing 6 conj 6:conj _ 9-10 I've _ _ _ _ _ _ _ _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -10 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +10 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 11 ever ever ADV RB _ 12 advmod 12:advmod _ 12 come come VERB VBN Tense=Past|VerbForm=Part 8 acl:relcl 8:acl:relcl _ 13 across across ADP IN _ 12 obl 12:obl _ 14 in in ADP IN _ 17 case 17:case _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 16 whole whole ADJ JJ Degree=Pos 17 amod 17:amod _ 17 life life NOUN NN Number=Sing 12 obl 12:obl:in SpaceAfter=No 18 ! ! PUNCT . _ 8 punct 8:punct _ @@ -31440,9 +31459,9 @@ # text = She makes every item fit you perfectly. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ 2 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 every every DET DT _ 4 det 4:det _ -4 item item NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 fit fit VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ +3 every every DET DT PronType=Tot 4 det 4:det _ +4 item item NOUN NN Number=Sing 2 obj 2:obj|5:nsubj:xsubj _ +5 fit fit VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 obj 5:obj _ 7 perfectly perfectly ADV RB _ 5 advmod 5:advmod SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ @@ -31453,17 +31472,17 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 always always ADV RB _ 5 advmod 5:advmod _ 4 so so ADV RB _ 5 advmod 5:advmod _ -5 busy busy ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +5 busy busy ADJ JJ Degree=Pos 0 root 0:root|13:csubj SpaceAfter=No +6 , , PUNCT , _ 7 punct 7:punct _ 7 too too ADV RB _ 5 advmod 5:advmod SpaceAfter=No -8 , , PUNCT , _ 5 punct 5:punct _ -9 which which PRON WDT PronType=Int 13 nsubj 13:nsubj _ +8 , , PUNCT , _ 13 punct 13:punct _ +9 which which PRON WDT PronType=Rel 13 nsubj 5:ref _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 good good ADJ JJ Degree=Pos 13 amod 13:amod _ -13 indication indication NOUN NN Number=Sing 5 parataxis 5:parataxis _ +13 indication indication NOUN NN Number=Sing 5 advcl:relcl 5:advcl:relcl _ 14 of of ADP IN _ 16 case 16:case _ -15 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 talent talent NOUN NN Number=Sing 13 nmod 13:nmod:of SpaceAfter=No 17 . . PUNCT . _ 5 punct 5:punct _ @@ -31473,7 +31492,7 @@ 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 best best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +4 best good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 5 ! ! PUNCT . _ 4 punct 4:punct _ # newdoc id = reviews-275595 @@ -31487,22 +31506,22 @@ # text = this dentist want to pull the tooth out always.. always wants to do the cheapest for his benefit.. not unless he knows you. 1 this this DET DT Number=Sing|PronType=Dem 2 det 2:det _ 2 dentist dentist NOUN NN Number=Sing 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm=wants 4 to to PART TO _ 5 mark 5:mark _ 5 pull pull VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 tooth tooth NOUN NN Number=Sing 5 obj 5:obj _ 8 out out ADV RB _ 5 advmod 5:advmod _ 9 always always ADV RB _ 3 advmod 3:advmod SpaceAfter=No -10 .. .. PUNCT , _ 3 punct 3:punct _ +10 .. .. PUNCT , _ 12 punct 12:punct _ 11 always always ADV RB _ 12 advmod 12:advmod _ 12 wants want VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 13 to to PART TO _ 14 mark 14:mark _ 14 do do VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -16 cheapest cheapest ADJ JJS Degree=Sup 14 obj 14:obj _ +16 cheapest cheap ADJ JJS Degree=Sup 14 obj 14:obj _ 17 for for ADP IN _ 19 case 19:case _ -18 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 benefit benefit NOUN NN Number=Sing 14 obl 14:obl:for SpaceAfter=No 20 .. .. PUNCT , _ 21 punct 21:punct _ 21 not not PART RB _ 24 advmod 24:advmod _ @@ -31510,14 +31529,14 @@ 23 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 24 nsubj 24:nsubj _ 24 knows know VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 25 you you PRON PRP Case=Nom|Person=2|PronType=Prs 24 obj 24:obj SpaceAfter=No -26 . . PUNCT . _ 21 punct 21:punct _ +26 . . PUNCT . _ 24 punct 24:punct _ # sent_id = reviews-275595-0003 # text = and hopefully you do not know the same people because he tells others about you payment status. 1 and and CCONJ CC _ 6 cc 6:cc _ 2 hopefully hopefully ADV RB _ 6 advmod 6:advmod _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -4 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 not not PART RB _ 6 advmod 6:advmod _ 6 know know VERB VB VerbForm=Inf 0 root 0:root _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -31526,16 +31545,16 @@ 10 because because SCONJ IN _ 12 mark 12:mark _ 11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 12 tells tell VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:because _ -13 others other NOUN NNS Number=Plur 12 obj 12:obj _ +13 others other NOUN NNS Number=Plur 12 iobj 12:iobj _ 14 about about ADP IN _ 17 case 17:case _ -15 you you PRON PRP$ Person=2|Poss=Yes|PronType=Prs|Typo=Yes 17 nmod:poss 17:nmod:poss _ +15 you your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Typo=Yes 17 nmod:poss 17:nmod:poss CorrectForm=your 16 payment payment NOUN NN Number=Sing 17 compound 17:compound _ 17 status status NOUN NN Number=Sing 12 obl 12:obl:about SpaceAfter=No 18 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-275595-0004 # text = Which should be a private issue -1 Which which PRON WDT PronType=Int 6 nsubj 6:nsubj _ +1 Which which PRON WDT PronType=Rel 6 nsubj 6:nsubj _ 2 should should AUX MD VerbForm=Fin 6 aux 6:aux _ 3 be be AUX VB VerbForm=Inf 6 cop 6:cop _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -31547,12 +31566,12 @@ # newpar id = reviews-254908-p0001 # text = I hired this company to unlock my car. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 hired hire VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 hired hire VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 company company NOUN NN Number=Sing 2 obj 2:obj _ 5 to to PART TO _ 6 mark 6:mark _ 6 unlock unlock VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 car car NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ @@ -31561,12 +31580,12 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 price price NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 gave give VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 6 good good ADJ JJ Degree=Pos 0 root 0:root _ 7 so so ADV RB _ 9 mark 9:mark _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:so _ +9 said say VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:so _ 10 hey hey INTJ UH _ 12 discourse 12:discourse _ 11 this this PRON DT Number=Sing|PronType=Dem 12 nsubj 12:nsubj|13:nsubj:xsubj _ 12 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ @@ -31577,22 +31596,22 @@ # text = After they showed up there was a little trouble to get my car unlocked, it took quite a bit of time but the job was well done. 1 After after SCONJ IN _ 3 mark 3:mark _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 showed show VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:after _ +3 showed show VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:after _ 4 up up ADP RP _ 3 compound:prt 3:compound:prt _ 5 there there PRON EX _ 6 expl 6:expl _ -6 was be AUX VBD Mood=Ind|Number=Sing|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 little little ADJ JJ Degree=Pos 9 amod 9:amod _ 9 trouble trouble NOUN NN Number=Sing 6 nsubj 6:nsubj _ 10 to to PART TO _ 11 mark 11:mark _ 11 get get VERB VB VerbForm=Inf 9 acl 9:acl:to _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 car car NOUN NN Number=Sing 11 obj 11:obj|14:nsubj:xsubj _ -14 unlocked unlock VERB VBN Tense=Past|VerbForm=Part 11 xcomp 11:xcomp SpaceAfter=No +14 unlocked unlock VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 xcomp 11:xcomp SpaceAfter=No 15 , , PUNCT , _ 17 punct 17:punct _ 16 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ -17 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 6:conj:but _ -18 quite quite DET PDT _ 20 det:predet 20:det:predet _ +17 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 conj 6:conj:but _ +18 quite quite DET PDT PronType=Ind 20 det:predet 20:det:predet _ 19 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 20 bit bit NOUN NN Number=Sing 17 obj 17:obj _ 21 of of ADP IN _ 22 case 22:case _ @@ -31602,7 +31621,7 @@ 25 job job NOUN NN Number=Sing 28 nsubj:pass 28:nsubj:pass _ 26 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 28 aux:pass 28:aux:pass _ 27 well well ADV RB Degree=Pos 28 advmod 28:advmod _ -28 done do VERB VBN Tense=Past|VerbForm=Part 6 conj 6:conj:but SpaceAfter=No +28 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 conj 6:conj:but SpaceAfter=No 29 . . PUNCT . _ 6 punct 6:punct _ # newdoc id = reviews-210875 @@ -31611,7 +31630,7 @@ # text = Bulwark regarding service by Eric 1 Bulwark bulwark NOUN NN Number=Sing 0 root 0:root _ 2 regarding regard VERB VBG VerbForm=Ger 3 case 3:case _ -3 service service NOUN NN Number=Sing 1 nmod 1:nmod:regard _ +3 service service NOUN NN Number=Sing 1 nmod 1:nmod:regarding _ 4 by by ADP IN _ 5 case 5:case _ 5 Eric Eric PROPN NNP Number=Sing 3 nmod 3:nmod:by _ @@ -31619,20 +31638,20 @@ # newpar id = reviews-210875-p0002 # text = Just wanted you to know that Eric came by as scheduled today and sprayed our house for scorpions. 1 Just just ADV RB _ 2 advmod 2:advmod _ -2 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 2 obj 2:obj|5:nsubj:xsubj _ 4 to to PART TO _ 5 mark 5:mark _ 5 know know VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 6 that that SCONJ IN _ 8 mark 8:mark _ 7 Eric Eric PROPN NNP Number=Sing 8 nsubj 8:nsubj|14:nsubj _ -8 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 ccomp 5:ccomp _ +8 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 ccomp 5:ccomp _ 9 by by ADV RB _ 8 advmod 8:advmod _ 10 as as SCONJ IN _ 11 mark 11:mark _ -11 scheduled schedule VERB VBN Tense=Past|VerbForm=Part 8 advcl 8:advcl:as _ +11 scheduled schedule VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 advcl 8:advcl:as _ 12 today today NOUN NN Number=Sing 8 obl:tmod 8:obl:tmod _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 sprayed spray VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 conj 5:ccomp|8:conj:and _ -15 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +14 sprayed spray VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 conj 5:ccomp|8:conj:and _ +15 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 house house NOUN NN Number=Sing 14 obj 14:obj _ 17 for for ADP IN _ 18 case 18:case _ 18 scorpions scorpion NOUN NNS Number=Plur 14 obl 14:obl:for SpaceAfter=No @@ -31641,10 +31660,10 @@ # sent_id = reviews-210875-0003 # text = He seemed to understand how important it was for us to make sure the whole house was sprayed so he took his time. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 seemed seem VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 seemed seem VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 understand understand VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 how how SCONJ WRB PronType=Int 6 mark 6:mark _ +5 how how ADV WRB PronType=Int 6 advmod 6:advmod _ 6 important important ADJ JJ Degree=Pos 4 ccomp 4:ccomp _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 expl 6:expl _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ @@ -31660,14 +31679,14 @@ 18 sprayed spray VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 ccomp 13:ccomp _ 19 so so ADV RB _ 21 mark 21:mark _ 20 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj _ -21 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:so _ -22 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +21 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:so _ +22 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 time time NOUN NN Number=Sing 21 obj 21:obj SpaceAfter=No 24 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-210875-0004 # text = Thank you! -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No 3 ! ! PUNCT . _ 1 punct 1:punct _ @@ -31683,7 +31702,7 @@ # sent_id = reviews-346563-0002 # text = I remain unhappy. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|3:nsubj:xsubj _ -2 remain remain VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 remain remain VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 unhappy unhappy ADJ JJ Degree=Pos 2 xcomp 2:xcomp SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ @@ -31691,7 +31710,7 @@ # text = I still have noticeable scarring. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 still still ADV RB _ 3 advmod 3:advmod _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 noticeable noticeable ADJ JJ Degree=Pos 5 amod 5:amod _ 5 scarring scarring NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ @@ -31700,25 +31719,25 @@ # text = I still have surgically induced hair loss. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 still still ADV RB _ 3 advmod 3:advmod _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 surgically surgically ADV RB _ 5 advmod 5:advmod _ -5 induced induce VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +5 induced induce VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 6 hair hair NOUN NN Number=Sing 7 compound 7:compound _ 7 loss loss NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-346563-0005 # text = My results were just AWFUL. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 results result NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 cop 5:cop _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 4 just just ADV RB _ 5 advmod 5:advmod _ 5 AWFUL awful ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-346563-0006 # text = My post-op treatment was TERRIBLE. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 post-op post-op ADJ JJ Degree=Pos 3 amod 3:amod _ 3 treatment treatment NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ @@ -31761,7 +31780,7 @@ # text = Strip mall asian it is not! 1 Strip strip NOUN NN Number=Sing 2 compound 2:compound _ 2 mall mall NOUN NN Number=Sing 0 root 0:root _ -3 asian asian ADJ JJ Degree=Pos 2 amod 2:amod _ +3 asian Asian ADJ JJ Degree=Pos 2 amod 2:amod _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 cop 2:cop _ 6 not not PART RB _ 2 advmod 2:advmod SpaceAfter=No @@ -31777,7 +31796,7 @@ 6 not not PART RB _ 7 advmod 7:advmod _ 7 think think VERB VB VerbForm=Inf 1 conj 1:conj:and _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +9 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 in in ADP IN _ 11 case 11:case _ 11 Chesapeake Chesapeake PROPN NNP Number=Sing 7 ccomp 7:ccomp SpaceAfter=No 12 . . PUNCT . _ 1 punct 1:punct _ @@ -31805,7 +31824,7 @@ # sent_id = reviews-118668-0005 # text = Get great service, fantastic menu, and relax. -1 Get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Get get VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 great great ADJ JJ Degree=Pos 3 amod 3:amod _ 3 service service NOUN NN Number=Sing 1 obj 1:obj SpaceAfter=No 4 , , PUNCT , _ 6 punct 6:punct _ @@ -31813,12 +31832,12 @@ 6 menu menu NOUN NN Number=Sing 3 conj 1:obj|3:conj SpaceAfter=No 7 , , PUNCT , _ 9 punct 9:punct _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 relax relax VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 conj 1:conj:and SpaceAfter=No +9 relax relax VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 conj 1:conj:and SpaceAfter=No 10 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-118668-0006 # text = Best in HR so far! -1 Best best ADJ JJS Degree=Sup 0 root 0:root _ +1 Best good ADJ JJS Degree=Sup 0 root 0:root _ 2 in in ADP IN _ 3 case 3:case _ 3 HR HR PROPN NNP Number=Sing 1 obl 1:obl:in _ 4 so so ADV RB _ 5 advmod 5:advmod _ @@ -31837,13 +31856,13 @@ # sent_id = reviews-178726-0002 # text = Highly recommend 1 Highly highly ADV RB _ 2 advmod 2:advmod _ -2 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ # sent_id = reviews-178726-0003 # newpar id = reviews-178726-p0002 # text = I went to this urgent care center and was blown away with their service. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|10:nsubj:pass _ -2 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 7 case 7:case _ 4 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 5 urgent urgent ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -31851,10 +31870,10 @@ 7 center center NOUN NN Number=Sing 2 obl 2:obl:to _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 aux:pass 10:aux:pass _ -10 blown blow VERB VBN Tense=Past|VerbForm=Part 2 conj 2:conj:and _ +10 blown blow VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 conj 2:conj:and _ 11 away away ADV RB _ 10 advmod 10:advmod _ 12 with with ADP IN _ 14 case 14:case _ -13 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 service service NOUN NN Number=Sing 10 obl 10:obl:with SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ @@ -31864,7 +31883,7 @@ 2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 convenient convenient ADJ JJ Degree=Pos 4 amod 4:amod _ 4 place place NOUN NN Number=Sing 0 root 0:root _ -5 close close ADV RB Degree=Pos 4 acl 4:acl _ +5 close close ADJ JJ Degree=Pos 4 amod 4:amod _ 6 to to ADP IN _ 7 case 7:case _ 7 home home NOUN NN Number=Sing 5 obl 5:obl:to SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ @@ -31899,9 +31918,9 @@ 2 definitely definitely ADV RB _ 3 advmod 3:advmod _ 3 go go VERB VB VerbForm=Inf 0 root 0:root _ 4 back back ADV RB _ 3 advmod 3:advmod _ -5 when when SCONJ WRB PronType=Int 7 mark 7:mark _ +5 when when ADV WRB PronType=Int 7 advmod 7:advmod _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:when _ +7 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:when _ 8 medical medical ADJ JJ Degree=Pos 9 amod 9:amod _ 9 care care NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ @@ -31917,22 +31936,23 @@ # sent_id = reviews-107608-0002 # newpar id = reviews-107608-p0002 # text = Iv just had my bmw z3 rear window replaced by the guys at kelvin trimmers. -1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj SpaceAfter=No -2 v have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +1-2 Iv _ _ _ _ _ _ _ _ +1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +2 v have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 4 aux 4:aux CorrectForm='ve 3 just just ADV RB _ 4 advmod 4:advmod _ 4 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 6 bmw bmw PROPN NNP Number=Sing 7 compound 7:compound _ 7 z3 z3 PROPN NNP Number=Sing 9 compound 9:compound _ 8 rear rear ADJ JJ Degree=Pos 9 amod 9:amod _ 9 window window NOUN NN Number=Sing 4 obj 4:obj|10:nsubj:xsubj _ -10 replaced replace VERB VBN Tense=Past|VerbForm=Part 4 xcomp 4:xcomp _ +10 replaced replace VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 xcomp 4:xcomp _ 11 by by ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -13 guys guy NOUN NNS Number=Plur 10 obl 10:obl:by _ +13 guys guy NOUN NNS Number=Plur 10 obl:agent 10:obl:agent _ 14 at at ADP IN _ 16 case 16:case _ 15 kelvin kelvin PROPN NNP Number=Sing 16 compound 16:compound _ -16 trimmers trimmers PROPN NNPS Number=Plur 13 nmod 13:nmod:at SpaceAfter=No +16 trimmers trimmer PROPN NNPS Number=Plur 13 nmod 13:nmod:at SpaceAfter=No 17 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-107608-0003 @@ -31940,10 +31960,10 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 team team NOUN NN Number=Sing 7 nsubj 4:nsubj|7:nsubj|9:nsubj|12:nsubj|15:nsubj _ 3 who who PRON WP PronType=Rel 4 nsubj 2:ref _ -4 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 work work VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 there there ADV RB PronType=Dem 4 advmod 4:advmod _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ -7 helpfull helpful ADJ JJ Degree=Pos|Typo=Yes 0 root 0:root SpaceAfter=No +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +7 helpfull helpful ADJ JJ Degree=Pos|Typo=Yes 0 root 0:root CorrectForm=helpful|SpaceAfter=No 8 , , PUNCT , _ 9 punct 9:punct _ 9 friendly friendly ADJ JJ Degree=Pos 7 conj 7:conj:and _ 10 and and CCONJ CC _ 12 cc 12:cc _ @@ -31957,9 +31977,9 @@ 18 much much ADV RB _ 15 advmod 15:advmod _ 19 as as SCONJ IN _ 21 mark 21:mark _ 20 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 21 nsubj 21:nsubj _ -21 can can AUX MD VerbForm=Fin 17 advcl 17:advcl:as _ +21 can can AUX MD VerbForm=Fin 18 advcl 18:advcl:as _ 22 with with ADP IN _ 24 case 24:case _ -23 thier they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 24 nmod:poss 24:nmod:poss _ +23 thier their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 24 nmod:poss 24:nmod:poss CorrectForm=their 24 years year NOUN NNS Number=Plur 15 obl 15:obl:with _ 25 of of ADP IN _ 28 case 28:case _ 26 hands hand NOUN NNS Number=Plur 28 compound 28:compound _ @@ -31970,14 +31990,14 @@ # sent_id = reviews-107608-0004 # text = Highly recomended. 1 Highly highly ADV RB _ 2 advmod 2:advmod _ -2 recomended recommend VERB VBN Tense=Past|Typo=Yes|VerbForm=Part 0 root 0:root SpaceAfter=No -3 . . PUNCT . _ 1 punct 1:punct _ +2 recomended recommend VERB VBN Tense=Past|Typo=Yes|VerbForm=Part|Voice=Pass 0 root 0:root CorrectForm=recommended|SpaceAfter=No +3 . . PUNCT . _ 2 punct 2:punct _ # newdoc id = reviews-225861 # sent_id = reviews-225861-0001 # newpar id = reviews-225861-p0001 # text = My favorite place... -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 favorite favorite ADJ JJ Degree=Pos 3 amod 3:amod _ 3 place place NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 4 ... ... PUNCT , _ 3 punct 3:punct _ @@ -31985,19 +32005,19 @@ # sent_id = reviews-225861-0002 # newpar id = reviews-225861-p0002 # text = My daughter and I stayed here again from the 7th to the 14th of December. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 daughter daughter NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 conj 2:conj:and|5:nsubj _ -5 stayed stay VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 stayed stay VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 here here ADV RB PronType=Dem 5 advmod 5:advmod _ 7 again again ADV RB _ 5 advmod 5:advmod _ 8 from from ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -10 7th 7th NOUN NN Number=Sing 5 obl 5:obl:from _ +10 7th 7th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 5 obl 5:obl:from _ 11 to to ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -13 14th 14th NOUN NN Number=Sing 5 obl 5:obl:to _ +13 14th 14th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 5 obl 5:obl:to _ 14 of of ADP IN _ 15 case 15:case _ 15 December December PROPN NNP Number=Sing 13 nmod 13:nmod:of SpaceAfter=No 16 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No @@ -32012,7 +32032,7 @@ 6 great great ADJ JJ Degree=Pos 7 amod 7:amod _ 7 stay stay NOUN NN Number=Sing 0 root 0:root _ 8 from from ADP IN _ 9 case 9:case _ -9 begiinning beginning NOUN NN Number=Sing|Typo=Yes 7 obl 7:obl:from _ +9 begiinning beginning NOUN NN Number=Sing|Typo=Yes 7 obl 7:obl:from CorrectForm=beginning 10 to to ADP IN _ 11 case 11:case _ 11 end end NOUN NN Number=Sing 7 obl 7:obl:to SpaceAfter=No 12 . . PUNCT . _ 7 punct 7:punct SpaceAfter=No @@ -32020,7 +32040,7 @@ # sent_id = reviews-225861-0004 # text = Okay our room was at times noisy but we were in a mega busy city at an extremely busy time of year. 1 Okay okay INTJ UH _ 7 discourse 7:discourse _ -2 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 room room NOUN NN Number=Sing 7 nsubj 7:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 5 at at ADP IN _ 6 case 6:case _ @@ -32028,10 +32048,10 @@ 7 noisy noisy ADJ JJ Degree=Pos 0 root 0:root _ 8 but but CCONJ CC _ 10 cc 10:cc _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 conj 7:conj:but _ +10 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 7 conj 7:conj:but _ 11 in in ADP IN _ 15 case 15:case _ 12 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ -13 mega mega X AFX _ 14 advmod 14:advmod _ +13 mega mega ADV AFX _ 14 advmod 14:advmod _ 14 busy busy ADJ JJ Degree=Pos 15 amod 15:amod _ 15 city city NOUN NN Number=Sing 10 obl 10:obl:in _ 16 at at ADP IN _ 20 case 20:case _ @@ -32066,7 +32086,7 @@ # text = Expect either undercooked or mushy food and lackluster service. 1 Expect expect VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 either either CCONJ CC _ 3 cc:preconj 3:cc:preconj _ -3 undercooked undercook VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +3 undercooked undercook VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 4 or or CCONJ CC _ 5 cc 5:cc _ 5 mushy mushy ADJ JJ Degree=Pos 3 conj 3:conj:or|6:amod _ 6 food food NOUN NN Number=Sing 1 obj 1:obj _ @@ -32079,17 +32099,17 @@ # text = The investors put big bucks into the building but are clueless about what makes a good dining or bar experience. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 investors investor NOUN NNS Number=Plur 3 nsubj 3:nsubj|11:nsubj _ -3 put put VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 put put VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 big big ADJ JJ Degree=Pos 5 amod 5:amod _ 5 bucks buck NOUN NNS Number=Plur 3 obj 3:obj _ 6 into into ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 building building NOUN NN Number=Sing 3 obl 3:obl:into _ 9 but but CCONJ CC _ 11 cc 11:cc _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 11 clueless clueless ADJ JJ Degree=Pos 3 conj 3:conj:but _ -12 about about SCONJ IN _ 13 case 13:case _ -13 what what PRON WP PronType=Int 11 obl 11:obl:about _ +12 about about ADP IN _ 13 case 13:case _ +13 what what PRON WP PronType=Rel 11 obl 11:obl:about|14:nsubj _ 14 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 15 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 16 good good ADJ JJ Degree=Pos 20 amod 20:amod _ @@ -32108,12 +32128,13 @@ 5 diner diner NOUN NN Number=Sing 7 nsubj 7:nsubj|10:nsubj:xsubj _ 6 would would AUX MD VerbForm=Fin 7 aux 7:aux _ 7 know know VERB VB VerbForm=Inf 0 root 0:root _ -8 not not ADV RB _ 10 advmod 10:advmod _ +8 not not PART RB _ 10 advmod 10:advmod _ 9 to to PART TO _ 10 mark 10:mark _ 10 eat eat VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 11 at at ADP IN _ 12 case 12:case _ -12 Sprecher Sprecher PROPN NNP Number=Sing 10 obl 10:obl:at SpaceAfter=No -13 's 's PART POS _ 12 case 12:case SpaceAfter=No +12-13 Sprecher's _ _ _ _ _ _ _ SpaceAfter=No +12 Sprecher Sprecher PROPN NNP Number=Sing 10 obl 10:obl:at _ +13 's 's PART POS _ 12 case 12:case _ 14 . . PUNCT . _ 7 punct 7:punct _ # newdoc id = reviews-268952 @@ -32127,7 +32148,7 @@ # newpar id = reviews-268952-p0002 # text = I have been going there since I was a little girl and love the friendly and relaxing atmosphere. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|13:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux 4:aux _ 4 going go VERB VBG VerbForm=Ger 0 root 0:root _ 5 there there ADV RB PronType=Dem 4 advmod 4:advmod _ @@ -32138,7 +32159,7 @@ 10 little little ADJ JJ Degree=Pos 11 amod 11:amod _ 11 girl girl NOUN NN Number=Sing 4 advcl 4:advcl:since _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +13 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 14 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 15 friendly friendly ADJ JJ Degree=Pos 18 amod 18:amod _ 16 and and CCONJ CC _ 17 cc 17:cc _ @@ -32167,7 +32188,7 @@ 4 Bayside Bayside PROPN NNP Number=Sing 5 compound 5:compound _ 5 Chiropractic Chiropractic PROPN NNP Number=Sing 3 obj 3:obj _ 6 to to ADP IN _ 7 case 7:case _ -7 anyone anyone PRON NN Number=Sing 3 obl 3:obl:to|11:nsubj|18:nsubj _ +7 anyone anyone PRON NN Number=Sing|PronType=Ind 3 obl 3:obl:to|11:nsubj|18:nsubj _ 8 who who PRON WP PronType=Rel 11 nsubj 7:ref _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 in in ADP IN _ 11 case 11:case _ @@ -32206,52 +32227,52 @@ 9 guide guide NOUN NN Number=Sing 13 nsubj 13:nsubj _ 10 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 11 been be AUX VBN Tense=Past|VerbForm=Part 13 cop 13:cop _ -12 most most ADV RBS _ 13 advmod 13:advmod _ +12 most most ADV RBS Degree=Sup 13 advmod 13:advmod _ 13 helpful helpful ADJ JJ Degree=Pos 1 conj 1:conj:but _ 14 to to ADP IN _ 17 case 17:case _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 16 family family NOUN NN Number=Sing 17 compound 17:compound _ 17 members member NOUN NNS Number=Plur 13 obl 13:obl:to|19:nsubj|23:nsubj _ 18 that that PRON WDT PronType=Rel 19 nsubj 17:ref _ -19 visit visit VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ +19 visit visit VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ 20 and and CCONJ CC _ 23 cc 23:cc _ 21-22 don't _ _ _ _ _ _ _ _ -21 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ +21 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ 22 n't not PART RB _ 23 advmod 23:advmod _ 23 know know VERB VB VerbForm=Inf 19 conj 17:acl:relcl|19:conj:and _ -24 where where SCONJ WRB PronType=Int 26 mark 26:mark _ +24 where where ADV WRB PronType=Int 26 advmod 26:advmod _ 25 to to PART TO _ 26 mark 26:mark _ 26 start start VERB VB VerbForm=Inf 23 ccomp 23:ccomp _ -27 when when SCONJ WRB PronType=Int 29 mark 29:mark _ +27 when when ADV WRB PronType=Int 29 advmod 29:advmod _ 28 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 29 nsubj 29:nsubj _ 29 comes come VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 advcl 26:advcl:when _ 30 to to SCONJ IN _ 31 mark 31:mark _ 31 watching watch VERB VBG VerbForm=Ger 29 advcl 29:advcl:to _ 32 satellite satellite NOUN NN Number=Sing 33 compound 33:compound _ -33 tv tv NOUN NN Number=Sing 31 obj 31:obj SpaceAfter=No +33 tv TV NOUN NN Number=Sing 31 obj 31:obj SpaceAfter=No 34 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-235190-0003 # text = I just give them guide and they can find anything they need. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 give give VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 give give VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 3 iobj 3:iobj _ 5 guide guide NOUN NN Number=Sing 3 obj 3:obj _ 6 and and CCONJ CC _ 9 cc 9:cc _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 8 can can AUX MD VerbForm=Fin 9 aux 9:aux _ 9 find find VERB VB VerbForm=Inf 3 conj 3:conj:and _ -10 anything anything PRON NN Number=Sing 9 obj 9:obj _ +10 anything anything PRON NN Number=Sing|PronType=Ind 9 obj 9:obj _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl SpaceAfter=No +12 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-235190-0004 # text = Thanks again, Directv. 1 Thanks thanks NOUN NN Number=Sing 0 root 0:root _ 2 again again ADV RB _ 1 advmod 1:advmod SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 Directv Directv PROPN NNP Number=Sing 1 vocative 1:vocative SpaceAfter=No 5 . . PUNCT . _ 1 punct 1:punct _ @@ -32260,12 +32281,12 @@ # newpar id = reviews-165032-p0001 # text = Michael helped shoot the majority of my firm's website and we could not have been happier. 1 Michael Michael PROPN NNP Number=Sing 2 nsubj 2:nsubj|3:nsubj:xsubj _ -2 helped help VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 helped help VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 shoot shoot VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 majority majority NOUN NN Number=Sing 3 obj 3:obj _ 6 of of ADP IN _ 10 case 10:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8-9 firm's _ _ _ _ _ _ _ _ 8 firm firm NOUN NN Number=Sing 10 nmod:poss 10:nmod:poss _ 9 's 's PART POS _ 8 case 8:case _ @@ -32276,15 +32297,15 @@ 14 not not PART RB _ 17 advmod 17:advmod _ 15 have have AUX VB VerbForm=Inf 17 aux 17:aux _ 16 been be AUX VBN Tense=Past|VerbForm=Part 17 cop 17:cop _ -17 happier happier ADJ JJR Degree=Cmp 2 conj 2:conj:and SpaceAfter=No +17 happier happy ADJ JJR Degree=Cmp 2 conj 2:conj:and SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-165032-0002 # text = We went through six photographers to find the right photographers that would represent our firm in the light we wished to and Michael and his team made that happen. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 went go VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 through through ADP IN _ 5 case 5:case _ -4 six six NUM CD NumType=Card 5 nummod 5:nummod _ +4 six six NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 5 photographers photographer NOUN NNS Number=Plur 2 obl 2:obl:through _ 6 to to PART TO _ 7 mark 7:mark _ 7 find find VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ @@ -32294,22 +32315,22 @@ 11 that that PRON WDT PronType=Rel 13 nsubj 10:ref _ 12 would would AUX MD VerbForm=Fin 13 aux 13:aux _ 13 represent represent VERB VB VerbForm=Inf 10 acl:relcl 10:acl:relcl _ -14 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 firm firm NOUN NN Number=Sing 13 obj 13:obj _ 16 in in ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 light light NOUN NN Number=Sing 13 obl 13:obl:in _ 19 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 wished wish VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ +20 wished wish VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ 21 to to PART TO _ 20 xcomp 20:xcomp _ 22 and and CCONJ CC _ 27 cc 27:cc _ 23 Michael Michael PROPN NNP Number=Sing 27 nsubj 27:nsubj _ 24 and and CCONJ CC _ 26 cc 26:cc _ -25 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 team team NOUN NN Number=Sing 23 conj 23:conj:and|27:nsubj _ -27 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ -28 that that PRON DT Number=Sing|PronType=Dem 29 nsubj 29:nsubj _ -29 happen happen VERB VB VerbForm=Inf 27 ccomp 27:ccomp SpaceAfter=No +27 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +28 that that PRON DT Number=Sing|PronType=Dem 27 obj 27:obj|29:nsubj:xsubj _ +29 happen happen VERB VB VerbForm=Inf 27 xcomp 27:xcomp SpaceAfter=No 30 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-165032-0003 @@ -32318,7 +32339,7 @@ 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 worth worth ADJ JJ Degree=Pos 0 root 0:root _ -4 every every DET DT _ 5 det 5:det _ +4 every every DET DT PronType=Tot 5 det 5:det _ 5 penny penny NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ @@ -32337,41 +32358,41 @@ # newpar id = reviews-025894-p0002 # text = I have eaten here several times and everytime the service is slower than slow. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 eaten eat VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 here here ADV RB PronType=Dem 3 advmod 3:advmod _ 5 several several ADJ JJ Degree=Pos 6 amod 6:amod _ 6 times time NOUN NNS Number=Plur 3 obl:tmod 3:obl:tmod _ 7 and and CCONJ CC _ 13 cc 13:cc _ -8 every every DET DT _ 9 det 9:det SpaceAfter=No +8 every every DET DT PronType=Tot 9 det 9:det CorrectSpaceAfter=Yes|SpaceAfter=No 9 time time NOUN NN Number=Sing 13 obl:tmod 13:obl:tmod _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 service service NOUN NN Number=Sing 13 nsubj 13:nsubj _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ -13 slower slower ADJ JJR Degree=Cmp 3 conj 3:conj:and _ +13 slower slow ADJ JJR Degree=Cmp 3 conj 3:conj:and _ 14 than than ADP IN _ 15 case 15:case _ 15 slow slow ADJ JJ Degree=Pos 13 obl 13:obl:than SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-025894-0003 # text = One time we even left after sitting at the table for 20 minutes and not being greeted with a drink order. -1 One one NUM CD NumType=Card 2 nummod 2:nummod _ +1 One one NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 time time NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 even even ADV RB _ 5 advmod 5:advmod _ -5 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 left leave VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 after after SCONJ IN _ 7 mark 7:mark _ 7 sitting sit VERB VBG VerbForm=Ger 5 advcl 5:advcl:after _ 8 at at ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 table table NOUN NN Number=Sing 7 obl 7:obl:at _ 11 for for ADP IN _ 13 case 13:case _ -12 20 20 NUM CD NumType=Card 13 nummod 13:nummod _ +12 20 20 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 13 minutes minute NOUN NNS Number=Plur 7 obl 7:obl:for _ 14 and and CCONJ CC _ 17 cc 17:cc _ 15 not not PART RB _ 17 advmod 17:advmod _ 16 being be AUX VBG VerbForm=Ger 17 aux:pass 17:aux:pass _ -17 greeted greet VERB VBN Tense=Past|VerbForm=Part 7 conj 5:advcl:after|7:conj:and _ +17 greeted greet VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 conj 5:advcl:after|7:conj:and _ 18 with with ADP IN _ 21 case 21:case _ 19 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 20 drink drink NOUN NN Number=Sing 21 compound 21:compound _ @@ -32389,8 +32410,8 @@ 2 must must AUX MD VerbForm=Fin 3 aux 3:aux _ 3 be be VERB VB VerbForm=Inf 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -5 better better ADJ JJR Degree=Cmp 7 amod 7:amod _ -6 mexican mexican ADJ JJ Degree=Pos 7 amod 7:amod _ +5 better good ADJ JJR Degree=Cmp 7 amod 7:amod _ +6 mexican Mexican ADJ JJ Degree=Pos 7 amod 7:amod _ 7 place place NOUN NN Number=Sing 3 nsubj 3:nsubj _ 8 in in ADP IN _ 9 case 9:case _ 9 Rockland Rockland PROPN NNP Number=Sing 3 obl 3:obl:in SpaceAfter=No @@ -32417,10 +32438,10 @@ 1 Last last ADJ JJ Degree=Pos 2 amod 2:amod _ 2 time time NOUN NN Number=Sing 10 obl:tmod 10:obl:tmod _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 however however ADV RB _ 10 advmod 10:advmod SpaceAfter=No -6 , , PUNCT , _ 10 punct 10:punct _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 , , PUNCT , _ 5 punct 5:punct _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 beer beer NOUN NN Number=Sing 10 nsubj 10:nsubj _ 9 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ 10 warm warm ADJ JJ Degree=Pos 0 root 0:root _ @@ -32429,14 +32450,14 @@ 13 service service NOUN NN Number=Sing 17 nsubj 17:nsubj _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 cop 17:cop _ 15 so so ADJ JJ Degree=Pos 17 amod 17:amod SpaceAfter=No -16 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No +16 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No 17 so so ADJ JJ Degree=Pos 10 conj 10:conj:and SpaceAfter=No 18 . . PUNCT . _ 10 punct 10:punct _ # sent_id = reviews-314880-0003 # text = I get that careless teenager kind of treatment from some of their staff...perhaps they should hire more serious adults to help serve/cook. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 get get VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that DET DT Number=Sing|PronType=Dem 6 det 6:det _ 4 careless careless ADJ JJ Degree=Pos 6 amod 6:amod _ 5 teenager teenager NOUN NN Number=Sing 6 compound 6:compound _ @@ -32444,22 +32465,22 @@ 7 of of ADP IN _ 8 case 8:case _ 8 treatment treatment NOUN NN Number=Sing 6 nmod 6:nmod:of _ 9 from from ADP IN _ 10 case 10:case _ -10 some some DET DT _ 2 obl 2:obl:from _ +10 some some DET DT PronType=Ind 2 obl 2:obl:from _ 11 of of ADP IN _ 13 case 13:case _ -12 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 staff staff NOUN NN Number=Sing 10 nmod 10:nmod:of SpaceAfter=No -14 ... ... PUNCT , _ 2 punct 2:punct SpaceAfter=No +14 ... ... PUNCT , _ 18 punct 18:punct SpaceAfter=No 15 perhaps perhaps ADV RB _ 18 advmod 18:advmod _ 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 17 should should AUX MD VerbForm=Fin 18 aux 18:aux _ 18 hire hire VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ -19 more more ADV RBR _ 20 advmod 20:advmod _ +19 more more ADV RBR Degree=Cmp 20 advmod 20:advmod _ 20 serious serious ADJ JJ Degree=Pos 21 amod 21:amod _ -21 adults adult NOUN NNS Number=Plur 18 obj 18:obj _ +21 adults adult NOUN NNS Number=Plur 18 obj 18:obj|24:nsubj:xsubj|26:nsubj:xsubj _ 22 to to PART TO _ 23 mark 23:mark _ 23 help help VERB VB VerbForm=Inf 21 acl 21:acl:to _ -24 serve serve VERB VB VerbForm=Inf 23 ccomp 23:ccomp SpaceAfter=No -25 / / PUNCT , _ 26 cc 26:cc SpaceAfter=No +24 serve serve VERB VB VerbForm=Inf 23 xcomp 23:xcomp SpaceAfter=No +25 / / SYM , _ 26 cc 26:cc SpaceAfter=No 26 cook cook VERB VB VerbForm=Inf 24 conj 23:ccomp|24:conj SpaceAfter=No 27 . . PUNCT . _ 2 punct 2:punct _ @@ -32479,11 +32500,11 @@ 1 there there PRON EX _ 3 expl 3:expl _ 2 might might AUX MD VerbForm=Fin 3 aux 3:aux _ 3 be be VERB VB VerbForm=Inf 0 root 0:root _ -4 bigger bigger ADJ JJR Degree=Cmp 10 amod 10:amod _ +4 bigger big ADJ JJR Degree=Cmp 10 amod 10:amod _ 5 and and CCONJ CC _ 8 cc 8:cc _ -6 more more ADV RBR _ 8 advmod 8:advmod _ +6 more more ADV RBR Degree=Cmp 8 advmod 8:advmod _ 7 well well ADV RB Degree=Pos 8 advmod 8:advmod _ -8 known know VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and|10:amod _ +8 known know VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 conj 4:conj:and|10:amod _ 9 bagel bagel NOUN NN Number=Sing 10 compound 10:compound _ 10 places place NOUN NNS Number=Plur 3 nsubj 3:nsubj _ 11 in in ADP IN _ 13 case 13:case _ @@ -32491,8 +32512,8 @@ 13 area area NOUN NN Number=Sing 10 nmod 10:nmod:in _ 14 but but CCONJ CC _ 19 cc 19:cc _ 15 Family Family PROPN NNP Number=Sing 16 compound 16:compound _ -16 Bagels Bagels PROPN NNPS Number=Plur 19 nsubj 19:nsubj|22:nsubj|25:nsubj _ -17 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ +16 Bagels Bagel PROPN NNPS Number=Plur 19 nsubj 19:nsubj|22:nsubj|25:nsubj _ +17 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 18 nice nice ADJ JJ Degree=Pos 19 amod 19:amod _ 19 people people NOUN NNS Number=Plur 10 conj 3:nsubj|10:conj:but SpaceAfter=No 20 , , PUNCT , _ 22 punct 22:punct _ @@ -32517,7 +32538,7 @@ 10 Town Town PROPN NNP Number=Sing 11 compound 11:compound _ 11 Bagel Bagel PROPN NNP Number=Sing 6 obl 6:obl:at _ 12 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 14 happy happy ADJ JJ Degree=Pos 0 root 0:root _ 15 with with ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -32525,10 +32546,10 @@ 18 and and CCONJ CC _ 19 cc 19:cc _ 19 service service NOUN NN Number=Sing 17 conj 14:obl:with|17:conj:and _ 20 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 21 nsubj 21:nsubj _ -21 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ +21 get get VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ 22 at at ADP IN _ 24 case 24:case _ 23 Family Family PROPN NNP Number=Sing 24 compound 24:compound _ -24 Bagels Bagels PROPN NNPS Number=Plur 21 obl 21:obl:at _ +24 Bagels Bagel PROPN NNPS Number=Plur 21 obl 21:obl:at _ # newdoc id = reviews-048201 # sent_id = reviews-048201-0001 @@ -32544,11 +32565,11 @@ # text = The Donuts were very over proofed, making them stale and bready. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 Donuts donut NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 cop 6:cop _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 4 very very ADV RB _ 6 advmod 6:advmod _ 5 over over ADV RB _ 6 advmod 6:advmod _ 6 proofed proofed ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 8 punct 8:punct _ 8 making make VERB VBG VerbForm=Ger 6 advcl 6:advcl _ 9 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 8 obj 8:obj|10:nsubj:xsubj|12:nsubj:xsubj _ 10 stale stale ADJ JJ Degree=Pos 8 xcomp 8:xcomp _ @@ -32570,13 +32591,13 @@ 10 just just ADV RB _ 13 advmod 13:advmod _ 11-12 doesnt _ _ _ _ _ _ _ _ 11 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ -12 nt not PART RB _ 13 advmod 13:advmod _ +12 nt not PART RB Typo=Yes 13 advmod 13:advmod CorrectForm=n't 13 make make VERB VB VerbForm=Inf 4 conj 4:conj:but _ 14 up up ADP RP _ 13 compound:prt 13:compound:prt _ 15 for for ADP IN _ 20 case 20:case _ 16 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 17 lack lack ADJ JJ Degree=Pos 19 amod 19:amod SpaceAfter=No -18 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No +18 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No 19 luster luster ADJ JJ Degree=Pos 20 amod 20:amod _ 20 product product NOUN NN Number=Sing 13 obl 13:obl:for SpaceAfter=No 21 . . PUNCT . _ 4 punct 4:punct _ @@ -32584,21 +32605,21 @@ # sent_id = reviews-048201-0004 # text = We tried 4 different style of donuts, they were all the same when it came to quality. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 4 4 NUM CD NumType=Card 5 nummod 5:nummod _ +2 tried try VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 4 4 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 4 different different ADJ JJ Degree=Pos 5 amod 5:amod _ 5 style style NOUN NN Number=Sing 2 obj 2:obj _ 6 of of ADP IN _ 7 case 7:case _ 7 donuts donut NOUN NNS Number=Plur 5 nmod 5:nmod:of SpaceAfter=No -8 , , PUNCT , _ 2 punct 2:punct _ +8 , , PUNCT , _ 13 punct 13:punct _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -10 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 cop 13:cop _ +10 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ 11 all all ADV RB _ 13 advmod 13:advmod _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 same same ADJ JJ Degree=Pos 2 parataxis 2:parataxis _ -14 when when SCONJ WRB PronType=Int 16 mark 16:mark _ +14 when when ADV WRB PronType=Int 16 advmod 16:advmod _ 15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -16 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:when _ +16 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:when _ 17 to to ADP IN _ 18 case 18:case _ 18 quality quality NOUN NN Number=Sing 16 obl 16:obl:to SpaceAfter=No 19 . . PUNCT . _ 2 punct 2:punct _ @@ -32615,7 +32636,7 @@ # newpar id = reviews-042530-p0002 # text = I live in the neighborhood and this place is one of my favorites for a tasty, quick and inexpensive meal. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 live live VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 in in ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 neighborhood neighborhood NOUN NN Number=Sing 2 obl 2:obl:in _ @@ -32623,9 +32644,9 @@ 7 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ 8 place place NOUN NN Number=Sing 10 nsubj 10:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ -10 one one NUM CD NumType=Card 2 conj 2:conj:and _ +10 one one NUM CD NumForm=Word|NumType=Card 2 conj 2:conj:and _ 11 of of ADP IN _ 13 case 13:case _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 favorites favorite NOUN NNS Number=Plur 10 nmod 10:nmod:of _ 14 for for ADP IN _ 21 case 21:case _ 15 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ @@ -32643,16 +32664,16 @@ 2 out out ADP RP _ 1 compound:prt 1:compound:prt _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 try try VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ -5 something something PRON NN Number=Sing 4 obj 4:obj _ +5 something something PRON NN Number=Sing|PronType=Ind 4 obj 4:obj _ 6 other other ADJ JJ Degree=Pos 5 amod 5:amod _ 7 than than ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 Pad Pad PROPN NNP Number=Sing 10 compound 10:compound _ 10 Thai Thai PROPN NNP Number=Sing 6 obl 6:obl:than SpaceAfter=No -11 , , PUNCT , _ 1 punct 1:punct _ +11 , , PUNCT , _ 15 punct 15:punct _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 curries curry NOUN NNS Number=Plur 15 nsubj 15:nsubj _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 15 fantastic fantastic ADJ JJ Degree=Pos 1 parataxis 1:parataxis SpaceAfter=No 16 . . PUNCT . _ 1 punct 1:punct _ @@ -32662,14 +32683,14 @@ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 friendly friendly ADJ JJ Degree=Pos 1 conj 1:conj:and|4:amod _ 4 service service NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 7 punct 7:punct _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 know know VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 order order NOUN NN Number=Sing 7 obj 7:obj _ -10 when when SCONJ WRB PronType=Int 12 mark 12:mark _ +10 when when ADV WRB PronType=Int 12 advmod 12:advmod _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 walk walk VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:when _ +12 walk walk VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:when _ 13 in in ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 door door NOUN NN Number=Sing 12 obl 12:obl:in SpaceAfter=No @@ -32691,23 +32712,23 @@ # newpar id = reviews-216281-p0002 # text = I called over the weekend due to clogged kitchen sink. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 over over ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 weekend weekend NOUN NN Number=Sing 2 obl 2:obl:over _ 6 due due ADP IN _ 10 case 10:case _ 7 to to ADP IN _ 6 fixed 6:fixed _ -8 clogged clog VERB VBN Tense=Past|VerbForm=Part 10 amod 10:amod _ +8 clogged clog VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 amod 10:amod _ 9 kitchen kitchen NOUN NN Number=Sing 10 compound 10:compound _ 10 sink sink NOUN NN Number=Sing 2 obl 2:obl:due_to SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-216281-0003 # text = Scheduled appointment for 8:30 Monday morning. -1 Scheduled schedule VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Scheduled schedule VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 appointment appointment NOUN NN Number=Sing 1 obj 1:obj _ 3 for for ADP IN _ 6 case 6:case _ -4 8:30 8:30 NUM CD NumType=Card 6 nummod 6:nummod _ +4 8:30 8:30 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 5 Monday Monday PROPN NNP Number=Sing 6 compound 6:compound _ 6 morning morning NOUN NN Number=Sing 2 nmod 2:nmod:for SpaceAfter=No 7 . . PUNCT . _ 1 punct 1:punct _ @@ -32719,7 +32740,7 @@ 3 here here ADV RB PronType=Dem 0 root 0:root _ 4 before before ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 scheduled schedule VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +6 scheduled schedule VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 time time NOUN NN Number=Sing 3 obl 3:obl:before SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ @@ -32736,7 +32757,7 @@ 9 work work VERB VB VerbForm=Inf 7 advcl 7:advcl:to _ 10 with with ADP IN _ 9 obl 9:obl _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +12 gave give VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 13 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 14 very very ADV RB _ 15 advmod 15:advmod _ 15 reasonable reasonable ADJ JJ Degree=Pos 16 amod 16:amod _ @@ -32746,7 +32767,7 @@ # sent_id = reviews-216281-0006 # text = HIGHLY recommend. 1 HIGHLY highly ADV RB _ 2 advmod 2:advmod _ -2 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +2 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-216281-0007 @@ -32790,7 +32811,7 @@ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 pain pain NOUN NN Number=Sing 9 obj 9:obj _ 12 in in ADP IN _ 14 case 14:case _ -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 neck neck NOUN NN Number=Sing 11 nmod 11:nmod:in _ 15 and and CCONJ CC _ 16 cc 16:cc _ 16 shoulders shoulder NOUN NNS Number=Plur 14 conj 11:nmod:in|14:conj:and _ @@ -32827,3 +32848,4 @@ 18 to to PART TO _ 19 mark 19:mark _ 19 use use VERB VB VerbForm=Inf 17 acl 17:acl:to SpaceAfter=No 20 . . PUNCT . _ 2 punct 2:punct _ + diff --git a/con/dat/dep/UD_English-EWT/en_ewt-ud-test.txt b/con/dat/dep/UD_English-EWT/en_ewt-ud-test.txt new file mode 100644 index 0000000..5d6d91f --- /dev/null +++ b/con/dat/dep/UD_English-EWT/en_ewt-ud-test.txt @@ -0,0 +1,2911 @@ +What if Google Morphed Into GoogleOS? What if Google expanded on its +search-engine (and now e-mail) wares into a full-fledged operating system? [via +Microsoft Watch from Mary Jo Foley ] + +(And, by the way, is anybody else just a little nostalgic for the days when that +was a good thing?) This BuzzMachine post argues that Google's rush toward +ubiquity might backfire -- which we've all heard before, but it's particularly +well-put in this post. Google is a nice search engine. Does anybody use it for +anything else? They own blogger, of course. Is that a money maker? + +I'm staying away from the stock. + +I doubt the very few who actually read my blog have not come across this yet, +but I figured I would put it out there anyways. John Donovan from Argghhh! has +put out a excellent slide show on what was actually found and fought for in +Fallujah. Click here To view it. + +He makes some good observations on a few of the pic's. One of the pictures shows +a flag that was found in Fallujah. On the next two pictures he took screenshots +of two beheading video's. Compare the flags to the Fallujah one. + +You have to see these slides....they are amazing. This Fallujah operation my +turn out to be the most important operation done by the US Military since the +end of the war. + +Let me join the chorus of annoyance over Google's new toolbar , which, as noted +in the linked article, commits just about every sin an online marketer could +commit, and makes up a few new ones besides. I'm not fond of the +Google-hates-privacy argument (You don't need to use their site, you can opt-out +of sharing your information, you don't need to send stuff to anyone with a Gmail +account, and if -- wonder of wonders -- you're worried that you might send +something to someone who would forward an excerpt to someone who would then +store it on a Gmail account... you have far, far too much time on your hands). +However, this toolbar is really bad news. On the other hand, it looks pretty +cool. + +Iran says it is creating nuclear energy without wanting nuclear weapons. The +United States doesn't believe the Iranian Government. One can suspect the +Iranian Government. But there is no proof . I read an Article in Time magazine +accusing the Iranian Government of being willing to start a nuclear war and I +sympathise with the Article. They are certainly being nasty to the United +Nations Security Council in connection with the anti-proliferation treaty. The +President has also said he would like to see Israel wiped off the map which he +couldn't even begin to try without nuclear weapons. But he has insisted that he +wants nuclear power for peaceful purposes. Many people want to use diplomacy +with Iran rather than military pressure. But will diplomacy work? And can anyone +use military pressure without proof? One reader pointed out that the President +watched the Americans in the embassy when they took them hostage. He has denied +this. We don't have to believe him. But we can't prove it. It does seem that +Iranians frequently make statements and then hide behind lack of proof. + +Angry crowds chanted anti-American slogans in the western city of Falluja (pop. +256,000) as the security police killed in a friendly fire incident by US troops +were buried on Saturday. Reuters reported that "Sunni clerics in the town issued +a 'Declaration by the people of Fallujah' condemning the deaths of the security +guards and police, announcing three days of mourning, and calling for a general +strike today." It read, "The people of Fallujah condemn the massacre which was +committed on Friday against people dedicated to the protection of Fallujah. Let +aggressive (American) leaders and soldiers know that we are capable of +protecting the city's security and safety, and ask them to lift their hands from +the city." The clerics demanded talks with local US commanders. Falluja has long +been roiled by tense relations with the US soldiers there, since local Sunnis +either remain committed to Arab nationalism or have become Sunni fundamentalists +or even radicals. Cities such as Falluja received special treatment from Saddam +and enjoyed a disproportionate share of the country's wealth and power. They +know that the American advent implies for them a demotion, and an elevation of +the Shiites and Kurds, and they refuse to go quietly. See +http://www.gulf-news.com/Articles/news.asp?ArticleID=97508 + +The Supreme Court announced its ruling today in Hamdan v. Rumsfeld divided along +idelogical lines with John Roberts abstaining due to his involvement at the D.C. +Circuit level and Anthony Kennedy joining the liberals in a 5-3 decision that is +185 pages long. The actual vote is a little confusing. Stay with me now: John +Paul STEVENS delivered the opinion of the Court with respect to Parts I through +IV, VI through VI-D-iii, VI-D-v, and VII, in which KENNEDY, SOUTER, GINSBURG, +and BREYER joined, and an opinion with respect to Parts V and VI-D-iv, in which +SOUTER, GINSBURG, and BREYER joined. BREYER filed a concurring opinion, in which +KENNEDY, SOUTER, and GINSBURG joined. KENNEDY filed an opinion concurring in +part, in which SOUTER, GINSBURG, and BREYER joined as to Parts I and II. SCALIA +filed a dissenting opinion, in which THOMAS and ALITO joined. THOMAS filed a +dissenting opinion, in which SCALIA joined, and in which ALITO joined as to all +but Parts I, II-C-1, and III-B-2. ALITO filed a dissenting opinion, in which +SCALIA and THOMAS joined as to Parts I through III. It will take me a little +while to read the whole thing, but I rarely agree with a John Paul Stevens +opinion. I'll post highlights from the opinion and dissents when I'm finished. + +Important news such as President Bush's miniscule calibrations on his marriage +amendment/anti-gay (update: he's not against gays in the bedroom, just at the +altar, where of course their relationships should not only be frowned upon but +should be constitutionally excluded) has pushed Sudan not just off the front +pages, or the A section, but out of the NY Times and Washington Post completely. +I had to go to the BBC for this report . It's symptomatic, I suppose, of our +fast-paced, 24 hour news-cycle lives, that the biggest short-term humanitarian +crisis in the world would quickly be eclipsed, once our Secretary of State was +finished with his whirlwind tour, from the newspapers. It's just disappointing. +Most troubling, however, is the fact that the political will to end the crisis +expressed a few short weeks ago seems to have ebbed. At that time, UN Secretary +General Kofi Annan demanded steps be taken to end the ethnic violence in Darfur +within 48 hours. Two weeks later, and the violence continues. The African Union +is clearly not up to the task of keeping the peace, pledging 300 troops to an +area that will need 15,000, according to analysts. And international donors have +given only half of the relief aid that Darfur needs, according to the local UN +officials. So hear we are, two weeks later, after that dazzling PR display two +weeks ago by Powell and Annan, and the situation on the ground in Darfur appears +basically unchanged. + +Warren Buffett is giving away 85% of his wealth , mostly to the Bill and Melinda +Gates Foundation. It's a move that really worries me; Buffett's usual +justification for keeping most of his money was that he was still compounding +the value of his fortune at a pretty high rate, so any gifts now would mean +significantly less money for the foundation later. It's a little hard to parse, +but at this point his ostensible view is that the Gateses are very good +money-redistributors, and he wants them to have the money as soon as possible. +Which essentially sounds like he's worried that Bill or Melinda are going to die +soon. I assume his actual reason is that he's worried that Berkshire Hathaway +just can't grow quickly enough to justify his usual charity policy. I'm not sure +how the market will react. It doesn't change the company's intrinsic worth, and +as the article notes, the company might be added to a major index once the +shares get more liquid. On the other hand, this is essentially a statement that +the company is overpriced from the guy who knows it best -- and happens to be +the best investor of the last century. em ... no ... the Gates foundation mainly +invests in medical research and education, that means donating now adds a +tremendous value compared to donating in ten years. Because the 10.000.000 +people dying from malaria will otherwise be dead. i.e. + +He's not giving 85% away, he's giving a number of shares each year that decrease +in number at the rate of 5% a year (until gone?). He mentions his wife's death +having an effect on him. It sounds pretty rational that he's saying that Bill +and Melinda are at a prime spot, so starting the money hose now is a good idea, +but Buffet is still keeping most of his donation inside of Berkshire where it +will compound. + +Bill over at The Fourth Rail has an excellent essay on how the MSM and the UN, +even the leftist countries in Europe, are basically accepting terrorist +organizations as legitimate forms of a political party: On the same day +Palestinians protest in support of Hezbollah and Syria , the terrorist group +Hamas has indicated it will participate in the scheduled upcoming Parliamentary +elections . To the north in Lebanon, there is serious debate within Hezbollah +about entering the Lebanese political process in light of Syria's promised +withdrawal. Syria has agreed to withdraw under the conditions set forth in UNSC +Resolution 1559 , which has already begun . UN Secretary-General Kofi Annan has +indicated it is time to "recognize Hezbollah" after easily being duped by "the +message on the placards they are using". This acceptance of blatantly terrorist +groups as legitimate freedom movements is a cancerous tumor on the United +Nations and the media. Over three years after 9-11, the United Nations, despite +their attempts to project strength in fighting terrorism , still cannot properly +define the word "terrorist" , waffling over the issue of whether the murder of +innocent civilians are terrorist acts. The media routinely obscures the lines +between terrorism and legitimate resistance, as the recent article by Daniel +Okrent of The New York Times demonstrates . ... + +The decision to sidestep the obvious to satisfy the need to avoid confrontation +does not bring peace, but only delays the eventual conflict as the predators of +Hamas and Hezbollah exploit the inherent weakness of the internationals and the +media. I've been fuming over this fact for a few weeks now, ever since some +organizations and governments suggested we need to accept the fact that +Hezbollah will get involved in running Lebanon. Wtf is this? This is a terrorist +organization plain and simple. This is the organization that bombed our Marine +barracks in 1983, took Americans hostage throughout the 80's and now they should +be considered a legitimate organization? This is just another reason to never +trust the MSM, and certainly not the Europeans. + +The Iraqi Islamic Party lead by Muhsin Abdul Hamid, has been among the few Sunni +Muslim groups willing to cooperate (even if rather lukewarmly) with the +Americans. It is now threatening to pull out of the Allawi caretaker government. +The IIP had also been the main force urging Sunni Arabs to participate in the +elections scheduled for January, and had been opposed in this stance by the +Association of Muslim Scholars. That the Iraqi Islamic Party is now +contemplating leaving the Allawi government raises the question of whether a +mass Sunni Arab boycott of the elections is in the offing, thus fatally +weakening the legitimacy of any new government. Az-Zaman : The Association of +Muslim Scholars forbade Iraqis to participate in the attack on Fallujah with the +Americans. In a communique, the AMS said that for Iraqis to take part with +"raiding forces" in the assault on a city, the population of which is Muslim +(such as Fallujah) would be considered the most mortal of mortal sins. The Sunni +AMS told Iraqis, "You sinned when you participated with occupation forces in the +assault on Najaf, and beware lest you repeat this same sin in Fallujah. Remember +that the Occupation is emphemeral." + +The radical Shiite Sadr movement issued a statement forbidding the participation +of Iraqi troops in the attack on Fallujah, as well. The statement said, "We +direct an appeal at the men in the Iraqi forces, whether national guards or +others, the majority of whom are Muslim, calling upon them to refrain for +commiting this enormous sin under the banner of forces that do not respect our +religion or any principles of basic humanity, and we ask them to view this war +as illegal." It called a "ploy" the assertaion that the attack was merely on +foreign fighters at Fallujah. The convergence of views among the more militant +Sunni Muslim clerics of AMS and the radical Shiites of the Sadr movement has +been seen before, last spring during the initial US assault on Fallujah and +during the US attack on Mahdi Army militiamen in Najaf. Most Shiites, however, +are still reluctant to take major risks to support the Sunnis of Fallujah, many +of whom had supported Saddam and his anti-Shiite pogroms. + +President Bush pinched a few nerves yesterday with his choice of words: +WASHINGTON (Reuters) - U.S. Muslim groups criticized President Bush on Thursday +for calling a foiled plot to blow up airplanes part of a "war with Islamic +fascists," saying the term could inflame anti-Muslim tensions. U.S. officials +have said the plot, thwarted by Britain, to blow up several aircraft over the +Atlantic bore many of the hallmarks of al Qaeda. "We believe this is an +ill-advised term and we believe that it is counterproductive to associate Islam +or Muslims with fascism," said Nihad Awad, executive director of the Council on +American-Islamic Relations advocacy group. Which is why he didn't say we're at +war with Islamic people. We're at war with Islamic fascists. By using the word +"Islamic" as an adjective Bush was purposely not associating Muslims with +fascism, hence the qualifier. And if you haven't heard by now, the roster of +suspected terrorists has not a Tom, Dick or Harry among them: Umir Hussain, 24, +London E14 + +Muhammed Usman Saddique, 24, London E17 + +Waheed Zaman, 22, London E17 + +Assan Abdullah Khan, 22, London E17 + +Waseem Kayani, 28, High Wycombe + +Waheed Arafat Khan, 24, London E17 + +Cossor Ali, 24, London E17 + +Tayib Rauf, 21, Birmingham + +Ibrahim Savant, 26, London E17 + +Osman Adam Khatib, 20, London E17 + +Shamin Mohammed Uddin, 36, Stoke Newington + +Amin Asmin Tariq, 23, London E17 + +Shazad Khuram Ali, 27, High Wycombe + +Tanvir Hussain, 24, London E10 + +Umar Islam, 28, (born Brian Young) High Wycombe + +Assad Sarwar, 25, High Wycombe + +Abdullah Ali, 26, London E17 + +Abdul Muneem Patel, 17, London E5 + +Nabeel Hussain, 21, Waltham Forest Lest you be confused with the suspects from +an earlier plot foiled in Canada a few months ago: Fahim Ahmad, 21, Toronto; +Zakaria Amara, 20, Mississauga, Ont.; + +Asad Ansari, 21, Mississauga; + +Shareef Abdelhaleen, 30, Mississauga; + +Qayyum Abdul Jamal, 43, Mississauga; + +Mohammed Dirie, 22, Kingston, Ont.; + +Yasim Abdi Mohamed, 24, Kingston; + +Jahmaal James, 23, Toronto; + +Amin Mohamed Durrani, 19, Toronto; + +Steven Vikash Chand alias Abdul Shakur, 25, Toronto; + +Ahmad Mustafa Ghany, 21, Mississauga; + +Saad Khalid, 19, of Eclipse Avenue, Mississauga. We've got a Steven, the one +word that didn't crash my spell-check, despite it being followed by a Vikash +Chand Abdul Shakur. Folks, if it's Islamic, and fascist, it's an Islamic +fascist. But because we don't want to sound hateful we must pretend everyone's a +possible suspect and make airline travel more miserable than it's ever been. + +On the internet site of Monotheism and Holy War (al-Tawhid wa al-Jihad) , the +group allegedly declared, "We announce that the Tawhid and Jihad Group, its +prince and soldiers, have pledged allegiance to the sheikh of the mujahideen +Osama bin Laden." This pledge is a new development. Abu Musab al-Zarqawi and his +group are said to have been bitter rivals of al-Qaeda during the Afghan +resistance days. One witness at the Moutasaddiq trial in Germany alleged that +Zarqawi had not allowed Monotheism and Holy War to share resources with al-Qaeda +in the early zeroes of the 21st century. If the statement is true, it is a +worrying sign that even the divided small radical guerrilla groups are being +"picked up" by al-Qaeda. This consolidation is obviously a result of Bush's +aggressive invasion of Iraq and of the botching of the aftermath. It is a +setback for the war on terror. + +Al-Qaeda in Afghanistan was a group of only a few hundred "Afghan Arabs" who +pledged personal loyalty to Usamah Bin Laden. It could notionally be expanded to +encompass the 5,000-strong "55th Brigade" of the Taliban regime, though this is +not the technical definition. Because Usamah is Saudi, my guess is that they +were especially influenced by an extremist form of the Wahhabi school of Islam +that predominates among Saudia's some 15 million citizens. In 1998 they were +joined by Egyptians from the al-Jihad al-Islami group of Ayman al-Zawahiri (many +of these were from Upper Egypt, especially Asyut and environs). After that +point, al-Qaeda was a joint enterprise between the Egyptian extremists and the +polyglot Arabs around Bin Laden, only some of whom were Saudi. Zarqawi is a +Jordanian, and his Monotheism and Holy War group in Afghanistan probably had a +distinctive coloration as mainly Jordanian, Palestinian and Syrian. They also +had a special connection to some extremists in Jordan and Germany. They are +probably especially oriented toward the Salafi school of modern Islamic thought, +which has a Protestant-like emphasis on going back to the original practice of +the early companions of the Prophet Muhammad. (Most Salafis are not militant or +violent, though they tend to be rather narrow-minded in my experience, on the +order of Protestant Pietists). Monotheism and Holy War obviously does have a +violent interpretation of Salafism, rather as the the leaders of the so-called +German Peasant Rebellion among early Protestants did. Another worrisome sign is +that local Iraqi Sunni fundamentalists opposed to the US presence in Iraq have +begun joining Monotheism and Holy War, and wearing its distinctive orange and +black insignia. These have been sighted among Iraqi crowds on Haifa Street in +Baghdad and in Samarra. So now there are hundreds of al-Qaeda members in Iraq +where there had been none before. The consolidation of smaller local radical +fundamentalist groups with al-Qaeda can also be seen in the case of the Fizazi +group in Tangiers that morphed into the Moroccan Islamic Combatant Group , had +members who met with September 11 ringleader Muhammad Atta, and ultimately was +in part responsible for the Madrid train bombings. + +The September 11 Panel will issue its findings on Thursday. It notes 10 points +at which the US made key mistakes that might have stopped Bin Laden's plot. Four +of these were under Clinton and 6 under Bush. + +Bush came out today and said that if he had known what was coming, he would have +expended every effort to stop it, and that so would have Clinton. This statement +is, despite its facade of fair-mindedness, so many weasel words. Of course Bush +would have tried to stop 9/11 if he had known it was coming. The question is, +"Should he have known it was coming?" + +The answer is, "Yes!" + +We now know that Bush and his administration came into office obsessed with +Iraq. Cheney was looking at maps of Iraq oil fields and muttering about +opportunities for US companies there, already in January or February of 2001. +Wolfowitz contradicted counter-terrorism czar Richard Clarke when the latter +spoke of the al-Qaeda threat, insisting that the preeminent threat of terrorism +against the US came from Iraq, and indicating he accepted Laurie Mylroie's +crackpot conspiracy theory that Saddam was behind the 1993 World Trade Towers +bombing. If you believe crackpot theories instead of focusing on the +reality--that was an al-Qaeda operation mainly carried out by al-Gamaa +al-Islamiyyah, an Egyptian terrorist component allied with Bin Laden-- then you +will concentrate on the wrong threat. Even after the attacks on September 11, +Bush was obsessing about Iraq. Wolfowitz lied to him and said that there was a +10 to 50% chance that Iraq was behind them. (On what evidence? The hijackers +were obviously al-Qaeda, and no operational links between al-Qaeda and Iraq had +ever been found). Rumsfeld initially rejected an attack on al-Qaeda bases in +Afghanistan, saying there were "no good targets" in Afghanistan. (What about 40 +al-Qaeda bases that had trained the 9/11 hijackers and other terrorists gunning +for the United States??) The Pentagon did not even have a plan for dealing with +Afghanistan or al-Qaeda that it could pull off the shelf, according to Bob +Woodward. Bush did not have his eye on the ball. Neither did Cheney, Rumsfeld, +or Wolfowitz. They were playing Captain Ahab to Saddam's great white whale. +Imperial Hubris makes the case that lots of people in the CIA and +counter-terrorism divisions elsewhere in the US government knew all about Bin +Laden and the threat he posed. They were from all accounts marginalized and not +listened to. Bush demoted Dick Clarke, among the most vocal and focused of the +al-Qaeda experts, from his cabinet. Dick could never thereafter get any real +cooperation from the cabinet officers, who outranked him, and he could not +convince them to go to battle stations in the summer of 2001 when George Tenet's +hair was "on fire" about the excited chatter the CIA was picking up from radical +Islamist terrorists. As for the Clinton administration, let me say one thing in +its defense. Clinton had worked out a deal with Pakistani Prime Minister Nawaz +Sharif in summer of 1999 that would have allowed the US to send a Special Ops +team in after Bin Laden in Qandahar, based from Pakistan. I presume you need the +Pakistan base for rescue operations in case anything went wrong. You also need +Pakistani air space. The plan was all set and could have succeeded. But in fall +of 1999, Gen. Pervez Musharraf made a coup against Nawaz Sharif. The Pakistani +army was rife with elements protective of the Taliban, and the new military +government reneged on the deal. Musharraf told Clinton he couldn't use Pakistani +soil or air space to send the team in against Bin Laden. Look at a map and you +try to figure out how, in fall of 1999, you could possibly pull off such an +operation without Pakistani facilities. Of course, you could just go in by main +force. But for those of you tempted in that direction, please look up Carter's +Tabas operation. It should be easily googled. Clinton tried, and tried hard. The +gods weren't with us on that one. + +that is how i want you to refer to me as "the king" + +i don't think so. + +i'm the king + +yeah + +sounds exciting. want to go to dinner with me before you have your 'matt time'? +probablyl gonna just kick it + +you know, whatever. i will let you know later. what are you doing tonight. + +like what? + +i can think of a few things + +your retarded. i used to have one. they are great dogs. + +cockerspaniels are retarded. why do you think i should get one of those? + +can't believe you left last night. + +nice sarcasm. that's fine, i don't want to see you either, i just need to make a +cd. i can't wait + +i was thinking somewhere that requires a jacket, like tony's. someplace that is +like $30 an entree. + +yeah, i was thinking somewhere like mcdonald's. that may be too nice though. +what do you think? + +we can go somewhere nice. real nice. + +oh. my bad. i must have had you messed up with some other girl i made the bet +with. bet? really, i have no idea what you're talking about. you must be +thinking of someone else. i don't even like a&m, i wouldn't bet on them. + +colorado beat texas a&m. i know you remember the bet. + +no. i got her number though. i want to hook up with that girl paige in the brown +leather jacket. what happened to you? i had a blast that night. + +did you hook up with that blonde chick saturday night? + +no i am not lying. i flew here last night. are you lying? + +i am out of town. i am in portland. you can buy me dinner when we get back. + +i am sure they are. houston won't be too affected b/c most of the layoffs affect +satelite offices. economy should be good here. + +hopefully she doesn't hose you. + +I'll probably start looking next weekend. I heard that more may be going up for +sale in the next month or do. Someone told me that Chase is planning a shitload +of layoffs. I am not sure how reliable that is, though. + +she is waiting to see if she can get financing. + +Mike McConnell 07/06/2000 14:57 John, + +Hello from South America. I just got your email and I certainly concur with Jeff +making the call. He has maintained a good relationship with Mulva. This was a +risk that we had but we did have assurances from Phillips regarding performance. +I don't know how much it will help however. Richard Harper and Mary Nell +Browning may have some ideas here but I am sure you've already gone through it +with them. I am amazed how the details get fuzzy on an old project. When you +discussed it, i was trying to think back to our remedies and discussions but the +3 years have made it difficult. I don't know if there is anything I can do but +I'm always willing to help. + +Good luck, Mike + +These guys tried the Ken Lay route. Now they are part of your working group. + +Hilary E. Ackermann Goldman Sachs Credit Risk Management & Advisory Phone: +212-902-3724 Fax: 212-428-1181 E-Mail: hilary.ackermann@gs.com Dear Mr. +Lavorato: + +Following up on your and Ken Lay's conversation with Gary Cohn, I would like to +forward the following proposal, acting for each of Goldman Sachs Capital Markets +and J.Aron. Hilary E. Ackermann Goldman Sachs Credit Risk Management & Advisory +Phone: 212-902-3724 Fax: 212-428-1181 E-Mail: hilary.ackermann@gs.com Not going +well + +Hello Louise, + +I know you must be going nuts with all the events, so I have not called. + +Hope you will be sorted. Call me if you have time. + +M + +Please update daily + +Louise, There are only two counterparties at this time who have overdue margin: + +Original Margin Call Margin Due Today Kinder Morgan $ 3,500,000 $ 1,250,000 AEP +$19,250,000 $38,750,000 ------------------------------ Totals $22,750,000 +$40,000,000 Please let us know if you need any additional information. Stephanie + +not sure, but i assume that the bluegrass songbook is mine. is it for guitar? +I'll need to ponder. I'll try to get back to you pronto. + +FYI. We have this report? + +Hi David: Thought that you might be interested. + +Best, Jeff + +Well, he launched today. Have you seen the materials from the press conference +that he launched today? I think this is actually a good thing--makes our +proposal look like a much more preferable alternative by comparison, makes our +support in the process more important, and sets Harvey up as the Ralph Nader +equivalent in the election to fix California's broken system---a potential +spoiler. Hi. Well, wouldn't you know it. I'm not driving tonite, but I bet that +we could hitch a ride back with Anil. I'm not sure, but I think that he's got +class tonite, too. I'll search him out before class or after that break and see +if I can set it up. + +daily dose on enron - we are finished. i need to now get a job at house of pies +b/c that is the only way to pay the bills. the economy is down and when enron +collapses, the energy industry is going to be in a world of hurt. not to mention +the market is going to be flooded with enron folks . can't go to anymore lsu +games unless i get a free ticket. Since work has gone to hell, I am hoping to +find some excitement in the possibility that LSU may play in the Cotton Bowl (if +Rohan "Alabama" Davey shows up for the next 3 games.) However, do not purchase +tickets until it is a done deal - a lesson I learned following the Ark game last +season. + +http://www.theadvocate.com/sports/story.asp?StoryID=16473 +http://www.theadvocate.com/sports/story.asp?StoryID=16475 +http://www.nola.com/lsu/t-p/football/index.ssf?/lsustory/lsunotes08.html +http://www.nola.com/lsu/t-p/football/index.ssf?/lsustory/secnotes08.html +http://www.nola.com/lsu/t-p/football/index.ssf?/lsustory/lsufoe08.html + +i have stronger will than you think. house of pies here i come. + +i am sure i could have persuaded you to give me some action. why is enron +blowing up? i didn't want you to go. i was just going to sleep anyway. i was too +tired to give you any action. enron is blowing up. + +Vince, We are still trying to work the PSE swap transaction, now that the forex +desk has been able to find a fix for CPI in the market. Further to my voicemail, +our colleagues in credit are calculating the reserve on the PSE swap. They are +currently using 9.5% fixed based on the 1 year implied volatility. Volatility of +USD/DM has been in the range of between 7% and 11%. Can one of your research +staff justify a suitable 20 year volalatility number for USD/Euro. Ideally, we +would like a fast turnaround. In addition, is there someone who could consider +the correlation between US CPI and the $/euro exchange rate. The credit guys are +currently assuming that there is no correlation and may consequently be double +dipping the credit reserve on this basis too. Grateful for any help or +suggestions you could provide. Sid Vincent, + +I met you at the Risk conference last week in Houston. I enjoyed your +presentations very much. I was wondering if you could give me some references +regarding the calculation of correlation coefficients from a GARCH model. Thank +you. + +Magali Van Belle Consultant PHB Hagler Bailly MANAGEMENT AND ECONOMIC +CONSULTANTS PHB Hagler Bailly, Inc. (202) 828-3933 direct dial 1776 Eye Street, +N.W. (202) 296-3858 facsimile Washington, D.C. 20006-3700 +mvanbell@haglerbailly.com e-mail + +Andrew Edison@ENRON 06/02/2001 10:53 AM I have settled the Ecogas/Enron/Randy +Maffett lawsuit. No need to thank me,just send me gifts. Seriously, I talked +this morning with Tom Hall and we agreed that Ecogas would pay him $53,000. Hall +has agreed to release Enron, Ecogas, Maffett and every affiliate, related party +and subsidiary. He will also release any and all patent issues. The goal is for +him to move on with his life and for us to move on as well. I have asked Doug +Daniels to prepare the settlement papers reflecting such an agreement. Please +handle. Becky Stephens@ENRON 06/12/2000 10:20 AM Richard, below is a list of oc +invoices sent to you for approval on 5/30/00. Please verify receipt at your +earliest convenience. Thank you for your help in tracking these invoices. +Holland & Hart, LLP; #432785 dated 4/14/00 Michael L. Beatty & Associates, PC; +#10461, #10469 & #10468 dated 5/28/00. + +Becky A. Stephens Litigation Unit, Enron Corp. 713/853-5025 EB4809 I am on +board. If the PX comes back again, I will call their in-house attys. + +Christian Yoder/ENRON@enronXgate 06/04/2001 05:54 PM Can you pass this along to +Elizabeth to ensure Sanders is on board as well? We are renewing our L/C's on a +month to month basis for the PX per Sanders. However, the request below is to +"replenish" the CASH that was drawn down...please advise. I agree with Steve's +position stated in his separate e'mail. Don't give these guys a penny.----cgy + +Tracy, Do we have concerns here. We pointed out to the PX that there was excess +credit. By using collateral to pay these bills are we not keeping required +levels available? + +Sara, + +Attached below is Davis Thames' presentation regarding the proposed Project +Bruin. I will forward the draft Bear Stearns term sheet separately. + +Paul + +Team, sorry for the delay on getting this around. Please advise when you can +meet to discuss issues related to your area. Thanks - Davis Clint: I spoke with +Mike Collins [203-719-8385 (phone) and 203-719-7031 (fax)] who conrfirmed to me +that the cap included the remaining 2.5+million remaining shares. + +Please return an executed copy of confirm to me. + +Thanks. sara + +My assistant Joanne Rozycki has cell, car numbers to reach me. I'll be back on +Monday. + +Sara Shackleton Enron Wholesale Services 1400 Smith Street, EB3801a Houston, TX +77002 Ph: (713) 853-5620 Fax: (713) 646-3490 Thanks. SS + +Sara, + +Currently we have a blank "sample" for our Paragraph 13s which are attached to +our sample ISDAs for (a) US Corporate, (b) Hedge Funds, (c) Municipal. I will +extract the one for the US corporate Paragraph 13 and email to your contact @ +First Union Securities. + +The sample includes our "caveat", so it should be fine. + +Susan Susan: While Tanya is reviewing credit, can you please send a "blank form +Paragraph 13" for this master. Just our standard. Caveat: subject to credit +review even though there are blanks. Thanks. Sara First Union Securities, Inc. + +Hi Sara, + +I just wanted to follow up on whether you will have a chance to send a draft +Credit Support Annex (similar in form to the one previously executed with ENA). +I understand you may not have credit approval yet so perhaps we can leave the +appropriate sections blank in the meantime. Thanks and regards, + +Vijay K. Suchdev Vice President Equity Derivatives First Union Securities, Inc. +Telephone: (212) 909-0951 Facsimile: (212) 891-5042 email: +vijay.suchdev@funb.com + +Michael Olsen@ENRON 12/07/2000 02:29 PM Daren, + +I was wondering if it would be OK for me to sit in with you one day to get a +general feel of your end of the process. Pat had told me before he left that it +would help me better grasp the process as a whole. I understand the imminent +cold weather is making things crazy, so now may not be the best time to be in +your way. But let me know if I can spend a day, morning, or even just an +afternoon down there with you whenever it is a good time. I think it will help +me very much in my role. + +Thanks. + +Mike + +The new fixed price deal with Equistar is #365013. + +D + +Daren + +We just did a deal for the rest of the month for 10,000/d at meter # 1552 QE-1 @ +$4.355 .... can you let me and Robert Lloyd know what the sitara # is? Thanks + +Melissa, I show that we also had 20.000 at LS HPL for the 13th. + +Daren + +August 11,2000 + +Teco Tap 108.333 / HPL IFERC ; 20.000 / Enron LS HPL LSK IC 20.000 / Enron +August 12, 2000 + +Teco Tap 85.000 / HPL IFERC ; 20.000 / Enron LS HPL LSK IC 20.000 / Enron August +13, 2000 + +Teco Tap 32.500 / HPL IFERC ; 20.000 / Enron I'm working hard for you! Now at +83.5. I need a new lawnmower, so I'll try to bump it up a little more. Hope +you're doing good. + +D + +??? KEEP UP THE GOOD WORK. ? WE AT HOME LOVE IT AT $80+++ ? KEN + +These have been sold. + +Geoff, + +Thanks for the pictures. Looks like the kids had a great time! + +I hope you don't mind, but I've taken liberty to turn them into a web photo +album at http://24.27.98.30/pictures/08-05_Garrett_Gayle_Bday. If you want to +pass this web site address along to other folks, feel free. If you want a CD +copy of this web site, give me a yell. + +Thanks, + +Ram Tackett, (mailto:rtackett@abacustech.net) Owner, Abacus Technologies 17611 +Loring Lane, Spring, TX 77388-5746 (281)651-7106;Fax(281)528-8636 Web: +http://www.abacustech.net - Ram Tackett (E-mail).vcf 4222 + +Debra Perlingiere + +Please give me a call to discuss Nov transaction. + +Debra Perlingiere + +Are you free for lunch some day this week? Also, I have an extra ticket for the +Comets game on Sat. you said you wanted to go? The game is at 12:Sat @ Compaq +Center. Would love for you to join us. I am bringing two of my girlfriends from +LJ. Debra Perlingiere + +Stacey here is the Master draft we discussed. I am sending you a version with +comments. + +dp + +Could one of you please email me a copy of the standard template you use for +Enfolio gas purchase agreements? As we're getting more and more of those +agreements, I'd like to add a template in Global Contracts. Thanks! + +Stacey Barclay Richardson Enron Net Works, LLC - Global Contracts +Stacey.Richardson@enron.com (713) 853-0569 Office (713) 646-2495 Fax (713) +710-6084 Pager Today is good 12:30 ? Cafeteria is fine. + +I'm free any day but Tuesday. I better pass on the Comets game. My weekends seem +to be taken up with condo matters, house hunting. Thank you though. Are you free +for lunch today. I want to go to the cafeteria for vegetables. Let me know if +you are interested. Janette Elbertson Administrative Coordinator EWS Legal, +EB3326 Telephone: (713) 853-7906 Facsimile: (713) 646-2600 e-mail address: +janette.elbertson@enron.com Are you free for lunch some day this week? Also, I +have an extra ticket for the Comets game on Sat. you said you wanted to go? The +game is at 12:Sat @ Compaq Center. Would love for you to join us. I am bringing +two of my girlfriends from LJ. Debra Perlingiere + +ok call me + +Maybe 12:15? + +Janette Elbertson Administrative Coordinator EWS Legal, EB3326 Telephone: (713) +853-7906 Facsimile: (713) 646-2600 e-mail address: janette.elbertson@enron.com +Today is good 12:30 ? Cafeteria is fine. + +I'm free any day but Tuesday. I better pass on the Comets game. My weekends seem +to be taken up with condo matters, house hunting. Thank you though. Are you free +for lunch today. I want to go to the cafeteria for vegetables. Let me know if +you are interested. Janette Elbertson Administrative Coordinator EWS Legal, +EB3326 Telephone: (713) 853-7906 Facsimile: (713) 646-2600 e-mail address: +janette.elbertson@enron.com + +Move-Team@ENRON 09/20/2000 03:22 PM Sent by: John Salinardo@ENRON it is to late +for me to add changes. We will have to correct them after the churn. Thank you +for you patience. + +The Dow topped out in February of 1966 at 995. By September of that year the Dow +had tumbled to 744. The Dow then rallied to a high of 943 in September of '67. +By March of '68 the Dow had fallen to 825, only to climb to a highly speculative +peak of 985 in December of '68. The Dow then sank to 631 in December of '70. By +April of '71 the Dow had climbed back to 950, only to fall to 869 in February of +'72. A big rally then took the Dow (unconfirmed) to a record high of 1051 in +January of '73, turning everyone bullish. But by December of '73 the Dow had +collapsed to 788. Think that was bad - by December of '74 the Dow had sunk to a +bear market low of 577. At that time, the gurus and geniuses of Wall Street were +predicting a 250 Dow and many were talking openly about the end of capitalism. +Of course, that was the bottom + +And that's the way the greatest bear market since the Depression worked its way +down. By late 1974 investors were dizzy, they were desperate, they were +wrung-out, they had left Wall Street, many for good. great, we look forward to +seeing you. + +DEBRA PERLINGIERE 09/20/2000 09:32 AM I will not be there at 7:30, but will see +you arond 9:30 on Tuesday. + +Many thanks! + +Debra Perlingiere + +Edward Terry 09/08/2000 09:55 AM FYI, + +Per the memo, ENA's storage account will be REDUCED by 420,588 mmbtu!!!!!! + +Robert D Morgan 09/08/2000 09:36 AM The results of the February 26th PVT test +conducted on Nville have been discussed with each of you over the last three +months. As we have discussed....effective Sep 13th, Anita will make the +adjustments to Enron's inventory and pad gas to reflect the February 26th +results. I talked with Gary Wilson, and he confirmed that the revised values are +correct. Attached is a spreadsheet that contains the values. + +The correction to the working gas includes TWO corrections. The results of the +February 26th test reduces the working gas by 398,487MMBTU. In addition, there +is a reduction of 22,101MMBTU which is the difference between the SCADA values +(Best Available) that Anita showed on the February 29th Storage Sheet and the +"official" February 29th values that Gary Wilson received from MIPS. To +summarize: Enron's pad gas will now be 3,993,310MMBTU, instead of +4,223,000MMBTU. Enron's working gas will be reduced by 420,588MMBTU. + +Call me if there are any questions. + +fyi + +yeah i got yelled at also. i tried to say i wasn't that drunk but z wasn't +having any of that conversation. she told me that after friday and saturday she +felt i was slowly regressing. then i told her i felt i should be able to screw +missy just once. she said that was ok. + +Did you get in as much trouble as I did this weekend - Lori seems to think I +need to get help - I told her it's normal to drink all day at a bar, then go to +dinner where you don't know half the people there and proceed to get extremely +fucked up *******************Internet Email Confidentiality +Footer******************* + +Privileged/Confidential Information may be contained in this message. If you are +not the addressee indicated in this message (or responsible for delivery of the +message to such person), you may not copy or deliver this message to anyone. In +such case, you should destroy this message and kindly notify the sender by reply +email. Please advise immediately if you or your employer do not consent to +Internet email for messages of this kind. Opinions, conclusions and other +information in this message that do not relate to the official business of my +firm shall be understood as neither given nor endorsed by it. Job ID: J12746KM +Job Title: Attorney Location: Houston, Texas USA Compensation: $60000 - 70000 +Description: Our client is a small law firm that is looking for an individual to +join their team handling toxic tort with some minor PI defense. They offer an +exceptional compensation package including a healthy salary, comprehensive +benefits program, and ample room for associates to grow within the firm. KM +Requirements: You'll be able to use your 1-4 years of experience with Toxic Tort +to complement your desire to stay with the firm. Company: Marvel Consultants, +Inc. 28601 Chagrin Blvd. Cleveland, Ohio 44122 USA Email: +recruiters@marvelconsultants.com +Phone: 216-292-2855 Fax: 216-292-7207 thanks I've thought about you a few times +in the last few months, didn't want to intrude upon an already bad situation +with my bullshit questions. I'm hearing some pretty depressing stuff from the +people I know at ENE. I wish I had the capital to open my own shop?there will be +talent and opportunity a plenty on the market soon. I'll ask around?I've got +some friends at Duke and Dynegy from B-school, the Gianoucous (spelling??) +brothers (John and Dimitri?from elementary school) started their own outfit a +while back, and my old man is at Schlumberger and has good contacts in general +(if you aren't married to a trading environment). Give me a few days, and I'll +be in touch. Michael you guys have any job opening for ex natural gas traders +that made their now almost defunctc ompany over 40 million in the last two +years? not sure how much longer ene is going to be around and i'm checking out +my options! + +Rodgers As we discussed, here is a first effort at a revised TVA offer letter. I +drafted the Into TVA Option as a series of calls tied to the MOPA delivery term +and quantity - not sure if this anything close to what you all had in mind. +Please let me know what shape you all think the offer ought to take and we can +revise accordingly. Thanks Elizabeth 36349 + +see you there at 4:00 unless I call you + +Mark E Haedicke Sent by: Janette Elbertson 02/28/2001 03:16 PM Please use the +form attached when preparing the top ten risks for your businesses. Please be +brief! + +Mark E Haedicke Sent by: Janette Elbertson 02/28/2001 04:41 PM Please update the +attached Legal Risk Report. Send the revised report by e-mail. Thank you. + +Mike Curry 11/14/2000 11:37 AM With Elizabeth's comments added to summary... + +yuk. so sorry to have to cancel that deal is making like it wants to close and +the traders scheduled a 430 call to wrap it up don't they know we have better +things to do here is to getting back on track after thanksgiving sorry again + +per my vm John Lamb@ENRON 11/15/2000 11:58 AM Attached are clean and blacklined +drafts of the Enron guaranties to be made in support of EPMI's obligations under +the Indian Mesa II Renewable Energy Purchase Agreement ("PPA") and Green Premium +Sharing Agreement ("GSPA").? The guaranty for the PPA is blacklined against the +Enron EPC Contract guaranty in favor of the banks which was granted in +connection with our Cabazon Wind Power Project (the project most recently +financed by EWC) and the GPSA guaranty is blacklined against the PPA guaranty. +As we discussed last week, since the Enron guaranties will need to be in a form +that will acceptable to our project lenders and equity participants, we thought +that we should start with a form that was used in our last financing and that +was negotiated by Enron and the banks. We plan to use the same basic form for +the Enron guaranty that will be made in favor of EPMI with respect to the +seller's obligations under the PPA. We will forward the draft of that guaranty +to you later today. Please feel free to give me a call if you have any questions +concerning the attached guaranties. Thank you. + +- PPA Guaranty.doc - GPSA Guaranty.doc - REDLINE GPSA Guaranty.doc - REDLINE PPA +Guaranty.doc + +? + +Sheila Tweed 03/26/2001 08:58 PM Mary Hain 03/23/2001 12:24 PM I am going to be +the Senior Regulatory Counsel at ISO New England starting on April 9, 2001. My +last day in the Portland area will be March 31, 2001. I enjoyed working with you +and wish you the best of everything. My new address will be: Mary Hain Senior +Regulatory Counsel ISO New England Inc.One Sullivan Road Holyoke, MA 01040-2841 +(413) 535-4000 mhain@ISO-NE.com Mark + +Here is a revised draft of the CDWR risk memo. Events change everyday. This +morning's paper reports that a rate increase of 40% may be imposed by the CDWR +as early as today and the new bond issue amount is purported to be 16 billion +(rather than the 10 initially discussed) Mark As we discussed, here is a copy of +the draft memo. Thanks Elizabeth 36349 see you there on court 10 ps I may have +to come back to work for a 615 call + +Here is latest draft of risk memo (STILL IN DRAFT FORM). I faxed comments to you +on dash. Do you have any current info on deal status? + +Thanks Elizabeth 36349 + +Vince, Are you going to be able to make the power VAR meeting on Thursday? + +Frank + +Sheridan, + +I have just checked with RAC (David Gorte) and we have a green light to go ahead +with the project. I shall you tomorrow to discuss the details. + +Vince + +Sheridan Titman on 01/24/2001 02:45:50 PM Vince: + +I just wanted to check with you regarding the consulting arrangement we +discussed a couple of weeks ago. Perhaps, we should start with just a 1 or 2 day +contract where I give some thoughts to the kind of issues that we discussed and +come to Houston to present my preliminary thoughts and possible avenues for +additional work. regards, + +Sheridan Sheridan Titman Department of Finance College of Business +Administration University of Texas Austin, Texas 78712-1179 512-232-2787 (phone) +512-471-5073 (fax) titman@mail.utexas.edu Bryan, + +Did you have a chance to take a look at the resume I sent you? He looked like a +great guy for your group. + +Vince + +David, A reminder. We discussed a few days ago a consulting arrangement with +Prof. Sheridan Titman from UT. Any feedback from Rick Buy? Please, let me know. +42299 Vince + +Kevin Kindall@ENRON 01/24/2001 03:51 PM Per our conversation yesterday... + +Hi Kevin, + +Further to your call attached is a presentation I gave at the Canadian Risk +Managers Conference in Edmonton in the fall of 2000. I'll try and send one of +Peter Cox' as well but may have some problems due to file size. In any event, my +presentation should give you a starting point. + +Mike + +- Cfoforum.ppt + +Darrell, + +Thanks a lot. A quick question: we haven't received your invoice for the last +few model / paper reviews. Please, make sure that we are billed. + +Clewlow/Strickland book is out. I shall send you a copy today. + +Vince + +Darrell Duffie on 01/24/2001 03:17:01 PM Please respond to +Darrell Duffie Vince/ Taiichi + +In case you are interested, I attach this paper on gas Storage value modeling. +Best, Darrell + +_____________________________________________ Darrell Duffie mail GSB Stanford +CA 94305-5015 USA phone 650 723 1976 fax 650 725 7979 email duffie@stanford.edu +web http://www.stanford.edu/~duffie/ +_____________________________________________ - Paper4.pdf + +Al, + +I have spoken with Mark Lay and he is interested. Even if we cannot help you +here in Enron, he may be able to put you in touch with other CV groups in town. +Please, call him directly and give my name as a reference. (713) 853-7408 + +Good luck. + +Vince + +Vince J Kaminski 01/24/2001 11:21 AM Al, + +I have called Mark Lay and left a message on his voice mail. + +Vince + +Al Arfsten on 01/24/2001 11:16:25 AM Vince: Your +suggestion to introduce the concept discussed with one of the Lays is welcomed. +I hope that this would mean that you would remain involved at some level. The +design of the model and its potential economics could be key to how worthy the +effort might be. Enron could be an ideal environment from which to the concept +enhancement through to commercialization could be successfully accomplished. +Please confidentially share matters as you think best and advise me of the +interest generated. + +I am ready to meet there at your building or elsewhere that is appropriate. Best +regards, Al Arfsten 713 965 2158 + +Martin, + +No problem. Please, ask Stinson as well. + +Vince + +I thought that since Chonawee has an optimization background, he would be good +to have him go to dinner with Dr. Lasdon on Thrusday as well. Would this be +fine? Thanks, Martin + +We are still trying to figure out some of the cash traders. Once we get the word +from Lavo we'll let you know. Thanks + +KK + +Kam, + +Are there any new developments in the trader world? We still have the traders +and books that you provided last week, but need to know if there are any changes +to this. Please let us know if you need a change so that the deals will bridge +with the correct books. + +Thanks, Dawn + +Hey, + +I am going to have to miss your wedding. Unfortunately, I will be in Plano that +weekend. I wish I could make it. + +What's going on with the UBS weather position? Has that gone anywhere or are the +other possibilities you had better? + +Talk to you soon, + +Kam + +Hey guys, + +I am being told by my better half that we need to get an accurate head count of +who will be attending our wedding. If you would be so kind, could you possibly +let me know of your status over the next couple of days? For those of you who +already sent us an RSVP response recently, please disregard. Thanks for your +help! + +Jeff + +WT Cal has been added. Could you run those additional post-id's? There are deals +in the Aruba book so I'm not sure why you aren't picking those up. The deals are +listed below. Thanks + +EY4096.1 PERFORMANCE 01-Feb-02 P 6,363,217 -$ 250,393 EY4096.3 PERFORMANCE +01-Feb-02 P 202,989 $ 195,610 EY4096.4 PERFORMANCE 01-Feb-02 F 0 $ 31,180 +EY4096.7 PERFORMANCE 01-Feb-02 P -6,363,217 -$ 55,678 EY4106.6 PERFORMANCE +01-Feb-02 P -1,993,045 -$ 32,387 EY4106.7 PERFORMANCE 01-Feb-02 P 1,993,045 -$ +43,548 EY4106.9 PERFORMANCE 01-Feb-02 P 27,886 $ 27,361 EY4108.E PERFORMANCE +01-Feb-02 P 12,514,373 -$ 265,932 EY4108.F PERFORMANCE 01-Feb-02 P 112,610 $ +110,555 EY4108.H PERFORMANCE 01-Feb-02 P -2,239,879 -$ 36,398 EY4108.I +PERFORMANCE 01-Feb-02 P -10,274,494 -$ 166,960 Thanks + +As seen below, Please start using the ENA DPR 0102 file rather than the EWS DPR +2002 file to send to Chris. The positions needed to be divided to reflect BCF's. +Thanks Kam could you also CC me the first few times you send it? While our +established schedules of Tuesday and Friday DPR's would have us reporting +tomorrow's activity on Monday, we will change that for month end. Please email +the January 31st DPR information for your respective groups to my attention by +noon on Friday. You should use the same spreadsheet format used for the 1/29/02 +DPR. All p&l and PRMA numbers should be in $'000's. Starting in February, you +will be able to export the data, as opposed to using the spreadsheets. Thanks, +Chris Abel Manager, Risk Controls Global Risk Operations chris.abel@enron.com + 713.853.3102 Kristen, + +Attached are all live financial deals by risk type. As you can see, the price +data is too large to fit into one tab. After tomorrow, I will no longer have +access to the estate files. Greg Couch will be taking over the responsibility +for the estate risk group and will be able to assist you with your requests +going forward. Thanks + +Kam + +Ed, Here is a list of the risk people that will be with the estate. After this +weekend, we will no longer have access to the estate files, these people will be +able to help you with any of your questions. We will still be around to assist +them if needed. + +Thanks + +KK + +Here you go... + +AC Sanjeev, + +I should have a list of post-id's for you by 4:30 today. After friday, I will no +longer have access to the estate, so if you could shoot this off over night so I +could have something in the morning to work with I would appreciate it. Let me +know if that doesn't seem possible. Thanks + +Kam + +Hi I´m from Brazil and I want to know of book 06.Is good or bad?what's your +opinion?kisses leli + +its good. u must read it. pairing up of harry and ginny is cool + +Its awesome- better than book 5 + +An orphaned, two-month old African elephant named Olly received an extremely +uplifting Christmas present this year: an airplane ride just for him, courtesy +of the International Fund for Animal Welfare and their friends 'The Bateleurs'. +Animal News Center Webmaster + +Hello, + +We have started a new forum for an interactive and absorbing discussion on +Astrology & Palmistry and everything in between including Gemology, Feng +Shui/Vaastu Shastra. We look forward to your active participation to make this +forum an exciting meeting place for like minded individuals. Regards + +Swetha + +Play your CD's, 8-tracks, reel to reels, cassettes, vinyl 33/45's, and shellac +78's through this little integrated amp, you'll get a big eye opener ! complete +with original Magnavox tubes- all tubes have been tested they are all good- +stereo amp + +Heterosexuals increasingly back gay marriage + +By Deb Price / The Detroit News Deb Price When Baptist Pastor Stephen Jones +talks about what makes for a happy marriage with Janice, his wife of 35 years, +one special ingredient might surprise you: Double-dating with coupled friends +who happen to be gay. + +* + +Twinkle Twinkle lazy star Kitna soyega uthja yaar, up above the world so high, +sun has risen in the sky, uthke jaldi pee le chai, then call me up and say "HI" +** + +Good Morning* * Have a Nice Day* ** ** -- Thanks and Regard Rajendra +rajendra.o...@gmail.com image_gif_part 81K Download + +I just finish reading a really good book (it was actually a ebook) from some new +series called the The Tale of Terra. The story had brillant battle scenes, +lovable heroes and villians, a compelling story line, and it left me dying for +the next part of the series:) go to taleofterra.com to learn more aboout it + +Email: Roving Mouse Groups: alt.animals, alt.animals.cat, +alt.animals.ethics.vegetarian, talk.politics.animals Followup-To: alt.animals + +You will always find fascinating links at: Extreme Web Surfs +http://extremewebsurfs.blogspot.com/ (nice urban wildlife post today) & Me and +the Web http://maartenvt.blogspot.com/ Arts, History,Animals, Music,Games +,Politics,Technology, Fun and more! .. + +Email: franz371...@gmail.com WE HAVE A DATE FOR THE RELEASE OF RAGNAROK ONLINE 2 +(beta anyway)September 16-18, this was announced by Gravity CEO Kim Jung-Ryool +on either 16th or 17th of july and as i don't want to take someone's credit's i +got it here^^GameSpot By the way we now have a "forum" in the post link Reply + +Email: "Ian" Groups: alt.animals.cat + +We have updated our site to include a LOST and FOUND page and you can now join +our branch and make a secure on-line donation to the charity. Please do visit us +and feel free to browse the site at www.southbhamcats.org.uk PS - we also have +more cats coming in for re-homing see our 'Homes Wanted' page Thanks for looking + +Ian - Webmaster www.southbhamcats.org.uk + +Key Delhi blast suspect arrested + +Police in the Indian capital Delhi say they have arrested the suspected +co-ordinator and financier of last month's deadly bomb blasts in the city. Delhi +police chief KK Paul named the man as Tariq Ahmed Dar, and said police were +hunting for four accomplices. He said Mr Dar, 33, was arrested in +Indian-administered Kashmir and belonged to the outlawed Lashkar-e-Toiba +militant group. + +The India Diaries + +I like the way Otto Jespersen (in 'Language: Its Nature, Development and +Origin') aptly summarised the nature of language changes by comparing it with +one of the theories of the Manchester School of Economics: 'Everything is for +the best in the best of all possible worlds if only no artificial hindrances are +put in the way of free exchange, for demand and supply will regulate everything +better than any Government would be able to.' Portia + +This is a beautiful site and a wonderful idea. And a portion of each package or +memorial purchased goes to a charity on their database. + +So be sure to get your pet's memorial on the site and if you have a charity / +rescue, make sure it is listed on their database so you can receive some of the +profits from the site. + +Best, Cindy + +"...there is no companion quite so devoted, so communicative, so loving and so +mesmerizing as a rat." ~CGoehring + +Email: Anthony Beavers Inhibitory Systems +Control the Pattern of Activity in the Cortex + +"Inhibitory systems are essential for controlling the pattern of activity in the +cortex, which has important implications for the mechanisms of cortical +operation, according to a Yale School of Medicine study in Neuron.... The +findings demonstrate the inhibitory network is central to controlling not only +the amplitude, extent and duration of activation of recurrent excitatory +cortical networks, but also the precise timing of action potentials, and, thus, +network synchronization..." + +-- Posted by Anthony Beavers to Cognitive Science News at 8/28/2005 07:18:20 AM + +Email: "engin i. erdem" ** *Worldwatch Projects +Catastrophe Will Be Most Costly Weather-Related Disaster in History* +*Washington, D.C.-* The overwhelming human and financial impacts of Hurricane +Katrina are powerful evidence that political and economic decisions made in the +United States and other countries have failed to account for our dependence on a +healthy resource base, according to an assessment released today by the +Worldwatch Institute. Alteration of the Mississippi River and the destruction of +wetlands at its mouth have left the area around New Orleans abnormally +vulnerable to the forces of nature. According to many scientists, the early +results of global warming—90 degree Fahrenheit water temperatures in the Gulf +and rising sea levels—may have exacerbated the destructive power of Katrina. +*...* + +http://reflectioncafe.blogspot.com/2005/09/unnatural-disasterthe-less... + +Email: n3td3v n3td3v saw this story on BBC News Online +and thought you should see it. ** Google defies US over search data ** Web giant +Google is resisting an attempt by the US to force it to reveal what users are +searching for. < http://news.bbc.co.uk/go/em/fr/-/1/hi/technology/4630694.stm> +** BBC Daily E-mail ** Choose the news and sport headlines you want - when you +want them, all in one daily e-mail < http://www.bbc.co.uk/dailyemail/> ** +Disclaimer ** The BBC is not responsible for the content of this e-mail, and +anything written in this e-mail does not necessarily reflect the BBC's views or +opinions. Please note that neither the e-mail address nor name of the sender +have been verified. + +If you do not wish to receive such e-mails in the future or want to know more +about the BBC's Email a Friend service, please read our frequently asked +questions. http://news.bbc.co.uk/1/hi/help/4162471.stm + +[http://www.reuters.co.uk/newsPackageArticle.jhtml?type=worldNews&storyID=624569§ion=news] +With protests going on in the Chilean capital of Santiago (from the economic +summit), President Bush visited Chinese President Hu Jintao and other key allies +in Santiago. The talk of the day besides a more level playing field with China +was North Korea. China has been a great help at getting North Korea to the table +and Bush is hoping that with their cooperation Korea can become a nuclear free +peninsula. + +REUTERS/Jason Reed U.S. President George W. Bush shakes hands with Chinese +President Hu Jintao in a bilateral meeting in Santiago. Bush is in Santiago for +the annual Asia-Pacific Economic Cooperation (APEC) leaders meeting. Hopefully +President Bush can accomplish these goals which will not only help strengthen +our Chinese allies, but will also help fight the war on terror. Selah! + +-- Posted by Hidden Nook to Hidden Nook at 11/20/2004 03:10:35 PM + +Email: BlackBayou Groups: alt.animals.cat + +I started this page to help with my boredom. I have Chronic Lyme disease, so I'm +stuck at home. I started collecting animations & jokes just to help with my +boredom and depression. + +I enjoyed the animations and wanted to share them with my friends. So I started +a small mailing list and added their addresses to it. Along with an area on the +page for those to join the mailing list. I started with 21 email addresses. We +now have over 5000 addresses. My wife and I would love for you to come and visit +our page + +http://www.myshutter.com/flash.htm our collection of comedy +http://www.myshutter.com Before becoming disabled, I was an AVID amateur +photographer.. come and visit and sign our guestbook -----= Posted via +Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 +Newsgroup Service in the World! -----== Over 100,000 Newsgroups - 19 Different +Servers! =----- + +Handcrafted Furry Animals Wholesale, Call for a Catalog NOW! 732-657-3416 + +has life like animal wholesale figurines made from rabbit and goat fur, feathers +and sheeps wool. Dogs, cats, rabbits, wolves, moose, horses, you name it, we +have it. People love to buy these cute cuddly little animals for gifts and +collectables. They are very well made and realistic. Attention Retail Stores & +Vendors: We are looking to expand our Wholesale Clients across the Nation. If +you own a Retail Store or are a Professional Vendor who exhibits at Sport, +Hunting, or Craft Shows and are interested in selling our products,please give +us a call! 732-657-3416 We have a Full Color Catalog and Wholesale Price List +ready to mail to you today! No minimum order amount. Any orders at or over +$500.00 an additional 10% off the total order. We accecpt: Visa, MasterCard, +Amex, Dinners Club/Carte Blanche, & Personal Checks/Money Orders. Animals R +Us.Net Bill Schmidt animalsr...@aol.com 732-657-3416 1027 Jolson Court +Manchester, N.J. 08759 + +Wei's Magic Cubes + +Wei Ligang, a rising star of modern art in China, just had an exhibition in +mid-July, 2005 in Hong Kong. He is now lecturing in USA. His art perfectly +combines painting and Chinese calligraphy. He is regarded as one of the leading +Avant-Garde artist of modern calligraphy. His artworks were selected and +exhibited in British Museum in 2002. "Wei has given some virtuoso performances +with brush and ink, often incorporating several different techniques into a +single work," said Gordon S. Barrass, curator of the exhibition. In the world of +"Wei's magic cubes," all seem to be ingeniously planned and tricky. All are +mathematical, all are linguistic. In Wei's art, a logician could see +mathematical logic, a cellist could see a ripple of nine bass notes, a country +girl could see straw, and Harry Potter could see two accompanied green blazes. +"...to gaze at Wei's art is like entering a floating world of dreams." --- The +Art of Calligraphy in Modern China (British Museum Press, 2002) + +[http://news.zdnet.co.uk/internet/0,39020369,39187928,00.htm] + +Photo from Technology News Wiki Media Foundation, the group behind the Wikipedia +online encyclopedia project, said Friday that search giant Google has +volunteered to host some of its content on company servers. (ZD Net) It looks +like the war between Microsoft and Google is quickly brewing on the horizon. +Microsoft is 4-0 (they took down Netscape, Suns Systems, MAC and IBM) and Google +may be their next target. Google is probably making this move to counter +Microsoft Search using Encarta (it's online dictionary). More below. + +But it looks like Google isn't opening it's mouth about the reason behind the +offer as Linux News reports: "While we don't have anything specific to announce +today, Google and the Wikimedia Foundation are collaboratively evaluating +creative ways to support Wikipedia.org and its community." Sure Google, although +this would put it on coarse for global domination of the internet by 2014. It +will be interesting to see whether or not Google will finally slay the Microsoft +Goliath, who has known no major defeat and seeks to vanquish all competition. +Selah! + +-- Posted by Hidden Nook to Hidden Nook at 2/14/2005 07:03:00 PM + +Email: "Ruth" Hello there + +Action Network is a BBC website for people who are taking action on issues that +concern them. I'm getting in touch because I think it could be useful to people +campaigning about hospital closures. We've got a page dedicated to issues around +hospitals ( http://www.bbc.co.uk/dna/actionnetwork/C55153 ) and a group called +NHS SOS have already put up a campaign about ward closures in Cumbria. I'm +hoping to build this up to be a hub for all the campaigners - a place where +people can exchange ideas and advice. It would be great if the person from CHANT +who started this page would put up a short description of the campaign and a +list to this group page on the Action Network site. Action Network is also a +good place to post details of events, or try to rally together a group if you +want to take action in your area. You can attach anything you write to pages for +your local area, as well as to the 'issue' pages. I'm more than happy to help +people with the site or answer any questions about Action Network - just drop me +a message. Otherwise, hope to see you there! Kind regards Ruth Penycate +www.bbc.co.uk/actionnetwork + +Winston Peters is visiting a school. + +In one class, he asks the students if anyone can give him an example of a +"tragedy". One little boy stands up and offersthat, "if my best friend who lives +next door was playing in the street when a car came along and killed him, that +would be a tragedy". "No," Winston says, "That would be an ACCIDENT." A girl +raises her hand. "If a school bus carrying fifty children drove off a cliff, +killing everyone involved... that would be a tragedy". "I'm afraid not, +"explains Winston, "that is what we would call a GREAT LOSS." The room is +silent, none of the other children volunteer. "What?" asks Winston, "isn't there +any one here who can give me an example of a tragedy?" Finally, a boy in the +back raises his hand. In a timid voice, he says: "If an airplane carrying +Winston Peters was blown up by a bomb, THAT would be a tragedy". "Wonderful!" +Winston beams. "Marvelous! And can you tell me WHY that would be a +tragedy?""Well," says the boy, "because it wouldn't be an accident, and it +certainly wouldn't be a great loss!" + +[http://www.space.com/astronotes/astronotes.html] + +Photo from Space.com (Space.com) It looks like The Lunar Transportation Systems, +Inc. is visualizing a "space highway" going from the moon to Earth (and back +again). "Our new lunar transportation system utilizes a unique architecture that +will establish the equivalent of a two-way highway between the Earth and the +Moon," Kistler told SPACE.com. "Our plans include raising private capital to +develop, build, flight test, and operate this Earth-Moon highway for the benefit +of the country and the benefit of our investors." Wise decision to go through +the private sector--NASA's budget may be kinda tight to fund a project like +this. + +This group does sound pretty interesting though. The Lunar Transporatation +Systems (LTS) is actually being funded by two space businessmen, Walter Kistler +and Bob Citron. Both of these men are heavily involved in the private sector of +the space industry, and both are also involved with another space company called +SPACEHAB . They want to use LTS to tie into NASA's vision for Space Exploration, +and seem pleased that the White House is moving in that direction. "We are so +excited that the White House and the recent new government space policy +underscores the need to involve the private sector in assisting NASA develop its +plans for the new Vision for Space Exploration," said Walter Kistler, LTS +co-founder and Chairman. With their proposal of a "Earth-Moon" highway, it looks +like space tourism may become a reality sooner than we think. Selah! + +-- Posted by Hidden Nook to Hidden Nook at 2/15/2005 05:12:00 PM + +[http://www.space.com/missionlaunches/ft_050829_ksc_spacefuture.html] + +(Space.com) U.S. astronauts will launch to the moon on sleek, single, shuttle +booster rockets and the first new upper-stage rocket this country has developed +in more than a decade, NASA and the Pentagon have told the White House. + +Lunar landers and other gear needed for extended visits to the moon will be +lofted by gargantuan launchers as big as the Apollo-era Saturn 5, the most +powerful rockets ever flown. It looks as if NASA is transitioning away from the +shuttle model, as in the past they have proven to be quite dangerous as Columbia +has recently proved. Although these new rockets are probably more expensive, +they will be able to go at a much greater range than it's shuttle cousins, as +they can not only break free from the atmosphere but reach the moon as well. + +"NASA will initiate development of a Crew Launch Vehicle derived from space +shuttle solid rocket boosters with a new upper stage for human spaceflight," +said the letter, signed by NASA Administrator Mike Griffin and the Pentagon's +top space official, ex-astronaut Ron Sega... + +"NASA then plans to develop a new 100-metric-ton-class launch vehicle derived +from existing capabilities with the space shuttle external tanks and solid +rocket boosters for future missions to the moon," the letter said. NASA is +planning on using these new shuttles to replace the current models, with +industry forecasters predicting a launch as early as 2014. The new rocket design +will differ slightly from it's predecessors, in the fact that the crew and cargo +would launch separately from two different rockets each and join up in space +later on. Launching this way will hopefully avoid future disasters, giving more +support towards NASA revisiting the stars. + +-- Posted by Hidden Nook to Hidden Nook at 8/30/2005 09:36:00 PM + +George and Lynne + +image001.jpg 51K Download Funny stuff + +lifted from another list + +Amy:-) + +------ + +We could certainly slow the aging process down if it had to work its way through +Congress. + +- Will Rogers + +I had a rose named after me and I was very flattered. But I was not pleased to +read the description in the catalog: "No good in a bed, but fine against a +wall." - Eleanor Roosevelt + +------ + +Santa Claus has the right idea. Visit people only once a year. + +- Victor Borge + +------ + +"By all means, marry. If you get a good wife, you'll become happy; if you get a +bad one, you'll become a philosopher. + +- Socrates + +------ + +I was married by a judge. I should have asked for a jury. + +- Groucho Marx + +------ + +My wife has a slight impediment in her speech. Every now and then she stops to +breathe. + +- Jimmy Durante + +------ + +I have never hated a man enough to give his diamonds back. + +- Zsa Zsa Gabor + +------ + +Only Irish coffee provides in a single glass all four essential food groups: +alcohol, caffeine, sugar and fat. + +- Alex Levine + +------ + +Money can't buy you happiness... but it does bring you a more pleasant form of +misery. + +- Spike Milligan + +------ + +Until I was thirteen, I thought my name was shut up. + +- Joe Namath + +------ + +Youth would be an ideal state if it came a little later in life. + +- Herbert Henry Asquith + +------ + +I don't feel old. I don't feel anything until noon. Then it's time for my nap. + +- Bob Hope + +------ + +Don't worry about avoiding temptation... as you grow older, it will avoid you. + +- Winston Churchill + +------ + +Maybe it's true that life begins at fifty... but everything else starts to wear +out, fall out, or spread out. + +- Phyllis Diller + +------ + +By the time a man is wise enough to watch his step, he's too old to go anywhere. + +- Billy Crystal + +__________________________________________________ Do You Yahoo!? Tired of spam? +Yahoo! Mail has the best spam protection around + +image_jpg_part 52K Download + +What language is talked in Iguazu? + +portuguese spanish + +Green Tea Or White Tea? + +Green + +Green Tea. + +Green tea + +What is this Miramar? + +It is a place in Argentina lol + +Does anyone know any good restaurants in cordoba? + +Not me sorry. + +Does anyone know of any good food in iguazu? + +Not me sorry. + +Which wonderful contact of mine is thumbs upping all my best answers ^^? + +=) + +What are some Major land forms in Ireland? + +Mountains, cliffs, peat bogs, valleys + +Do you know the online streaming link for Red FM 93.5 delhi ? any format url ? + +Υes. + +how fare of kolkatta? + +kolkatta is an Indian State. + +lol... Kolkata is not for sale!!!!!! roflmao + +Which do you prefer Crab or Shrimp? + +I like shrimp,fried,grilled,or steamed. + +crab + +shrimp + +how much does it cost to join world resorts international? + +could not find any info online email them at address below E-mail: +memberservices@worldresortsinternational.com m + +Who is artist Gunther Uecker;explain? + +http://www.kettererkunst.com/bio/GuntherUecker-1930.shtml His work +http://www.google.com/search?hl=en&rlz=1G1GGLQ_ENUS359&q=gunther+uecker+biography&gs_sm=c&gs_upl=484l484l0l5093l1l1l0l0l0l0l328l328l3-1l1l0&um=1&ie=UTF-8&tbm=isch&source=og&sa=N&tab=wi&biw=1221&bih=756&sei=XVG5TqrrGoXK2AXG0ry-Bw#um=1&hl=en&rlz=1G1GGLQ_ENUS359&tbm=isch&sa=1&q=gunther+uecker+artist&pbx=1&oq=gunther+uecker+&aq=1S&aqi=g1g-S3&aql=&gs_sm=c&gs_upl=10219l10219l0l13797l1l1l0l0l0l0l125l125l0.1l1l0&bav=on.2,or.r_gc.r_pw.,cf.osb&fp=13ddcdc64cbf5fd&biw=1221&bih=756 + +How much does it cost to buy a Big Mac meal in your area? + +Here in Indiana I think it's like $3 or $4 for a meal. + +in n out of the chicago area? + +which burger chain do you think is as good as in n out or better in the chicago +area besides five guys and smashburger? + +Where to buy bodybuilding supplements in Delhi? + +Any particular shop that you know of AND their number. + +Atal Pharmacy, Karol Bag. + +kindly contact laxmi nagar zim in delhi.. + +Do you think there are any koreans in Miramar? + +Heck there must be at least 1 korean. + +No, but I do believe some Koreans reside in the country of HA-ha! + +Can you use the 'find my phone' feature to track someone else's phone? + +You'd need their Apple ID and password, if you had that then yes you can track +any iPhone. + +Besides eating good foods, what else do people do in Miramar? + +Well, they have a variety of sports that they play like basketball, soccer, etc. + +Well they play the Wii like me :) + +Is Hank Green Awesome? + +The Hank Green I know is hardly awesome. He needs a shower, and he picks his +nose all the time. He is at his best when he is doing his Nerd impression... + +weather in december in Tremblant? + +Typically it's cold. There may or may not be snow, depending on local weather +conditions. In the ski resort areas, there will likely be man-made snow on the +slopes. + +jay is it necessary to varnish my oil paintings or just leave them be ? thx for +your ans.? + +As in the old days, varnish is often used as a protective film against years of +dirt, grease, smoke, etc. + +Fun picture websites (:? + +I'm looking for websites like flickr.com tumblr.com and autocorrects.com but +ones that aren't very common and have a variety of funny pictures! Please give +me lots of links and places to look! Thank you (: + +Ifunny.com + +how do you mold silicone or rubber into a mermaid tail? + +Carve one in your chosen medium. Make a mold. Cast. Depending on scale, just buy +a fish and make a mold from that They sell these kits in most hobby and craft +stores. + +Do you prefer ham, bacon or sausages with your breakfast? + +Without a doubt..... bacon! :) + +thick cut bacon or really good sausages + +with my breakfast I like bacon and sausage when I having a big breakfast like a +grand slam with pancakes and the works. + +Can police trace a cell phone even if it is switched off? + +Can police trace a cell phone even if it is switched off? + +Yeah you gotta burn it..thats the only way + +Yes , they all have secret locator chips , just like gps + +Yes. + +mazzoni's deli best italian food in phila pa? + +is mazzoni's deli at 3901 conshocken ave in phila pa really the best italian +food in the country??? because all of the food blogs Ive read say so and I will +travel from maryland if thats true + +yep + +Dinner and dancing in Chicago? + +I'm under 21+ and looking for a nice place to take my boyfriend out for dinner +where they play music and there is a dance floor. It's okay if it's a little +pricier. Any good suggestions would really be appreciated. + +Rumba Room + +Courage the cowardly dog? + +In the Episode "So in Louvre Are We Two", How many diffrent painting/scupltures +are their and who are the artists? Link to video: +http://www.livevideo.com/video/C8F5BBEC570C4A4DBC326F694D79942A/courage-the-cowardly-dog-so-.aspx + +You should really ask this in the art section. Theyre probably just drawn for +the show anyways. + +Name something you find at a carnival that comes on a stick? + +Cotton Candy Corn Dog Candy Apple Meat Kabob + +Ship on a Stick (Prize at various trivia type contests on board.) + +All of those ;D + +Monkey Brain. What country are we talking about? I like my Monkey Brain on a +stick for sure. + +How come no one bothers to ask any questions in this section? + +I mean besides me of course. + +Because obviously most people have never even heard of this section. + +Someone had to be first. I have never been there. + +well, I don't ask questions here because I have no clue what "Iguazu" is... + +What do you think of Air France? + +I love Air France! Their service is top-notch and I especially love the free +French champagne served even in Economy. I also find their food way better than +many other airlines. Plus you land in a preferential terminal... I go out of my +way to use Air France. + +expensive + +What's the difference between Indian and African ringnecks and alexandrine +parrots? ? + +I was fixing to buy an indian ringneck, did a bunch of research, (I'm a very +experienced bird owner, macaws, cockatoos, amazons), And noticed two other +breeds that look a lot alike. So does anyone know what the difference is? Thanks + +if i preorder a game at gamestop can someone else pick it up for me? + +i put $5 bucks down for it too. + +no they wont be able to some gamestops dont check ID for the pre-order so some +ppl can get away with doing this but alot of store want to see your id and/or +your reciept of the pre-order + +Has anyone ever worked for steiner leisure cruises? + +I'm considering taking a job with Steiner and noticed I have to pay for all my +travel. Was wondering if anyone knew a rough estimate of how much it costs with +travel and training + +I haven't personally but I know a couple of people who have. Wendi has worked +for them have a look at her blog. + +Best POS system in Philadelphia ? + +What is the best pos system I can buy in philadelphia pa? I need something +reliable and good looking. + +Prosperity POS makes the best pos systems. I use them for my restaurant and +always get compliments on the sleek look of the mac system not to mention how +good the support is. Do yourself a favor and give them a call. +http://www.prosperitypos.com?p=ya + +What are "good" speakers? + +I've been looking at the bose sound dock 10 ive currently got a jvc mini hifi +system, i was wondering what would be a good set of speakers. I like music very +loud and with a lot of bass. also i was wondering, is it true that the bigger +the speakers are the better. thanks + +B&w. Bose is not good + +USPS Delivery in Auckland,NZ? + +I have ordered Bose Headfones worth 300USD. They have been shipped using USPS +Priority Mail International Parcels. will i have to pay customs in NZ. its a +gift from my brother. why will hav to pay customs if it is a gift...?? i always +thought theres no custom charges for gifts. + +Yup. + +Yes,you must pay customs duties. + +24 hour fast resturants near by? + +Well theres Mc.Donalds,Taco Bell,Burger King.....But my resturant is way better +than all of them...and it's quite close. It's just up the highway and right +around the corner.... + +Nearby what? Loop, North Side, South Side, near suburbs, far suburbs? Chicago's +a big area. + +PORTILLO'S OR WHITE CASTLE! :D + +NZers: Have you decided who you're going to vote for? + +And has this changed from previous years? I'm just curious. Bay of Plenty- Are +you even old enough to vote? hahaha + +not sure yet + +John Key, and no + +Maybe Labour. John Key is too busy looking after his rich mates, while the rest +of us pay. Yes, I have usually voted National. I do see myself as a conservative + +Arriving in Auckland on a direct flight from Canada.? + +Will we be allowed to take duty free bottles onto our connecting flight to +Christchurch? In our hand luggage or do we have to put it into our checked +luggage? + +Yes. I don't think it matters + +We'll see you on 'Border Patrol' + +Yes you can carry your duty free bottles, and liquids onto your connection as it +is only a domestic flight :-) + +Studying in Quebec,Canada? + +If I went into the "pre-university" direction with business administration in +mind. Say after I finished those 2 years and I found a job. would I be able to +go back to school after a year break at a university to get a Bachelors degree +in business administration? Any information would help. Thank you + +You should be able to no problem. Universities will take you whatever age you +are. + +What would you call the device that hold up your photography backdrop? + +and where can I find them? + +Background support systems. Or background stands buy them in any good +photography supplies shop. + +frame thumbs down??? odd considering this is a search on the net: +http://www.google.co.uk/search?q=backdrop+frame&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&safe=active&sout=1 + +Backdrop stand. Google the term or find photography supplies websites and put it +in the search box (or look for studio equipment supplies). + +out of carnival, royal caribbean, and norweigan (cruises) which is the best and +why? + +I prefer Royal Caribbean out of all these. There is so much to do onboard. The +new NCL Epic does sound amazing, although I haven't sailed on her yet. + +None of the above. + +Of THESE three, it's a toss-up between Royal and Carnival. NCL is a notch below +either, in terms of quality and service. + +Will USB cell phone chargers still charge even if they're hooked up to a +computer that is turned off? + +Mine does. I have the HTC Evo. + +depends on the computer if the computer is completely shut off, the USB ports +aren't getting power, so they won't charge your phone many PCs have sleep & +charge now, that allow the PC to go into sleep mode, and still allow the USB +ports to charge things like phones. + +what is a good slogan for an Argentinian restaurant? + +"In Argentina, beef is revered, respected, and praised. Come see how we continue +this tradition." + +A taste of Argentina. Here are some articles that discuss the details of slogan +writing. Why certain slogans work and why some don't. You will find these +helpful in writing a new slogan. A Look at Slogans - +http://www.small-business-software.net/look-at-slogans.htm Unique Selling +Proposition - +http://www.small-business-software.net/unique-selling-proposition.htm Goodluck! + +No Mad Cow --- Guaranteed! + +Which Compact System Camera Should I Get...? + +I'm looking for a camera that has really good zoom during a video and pictures; +and good quality pictures /videos I'm planning on buying a compact system camera +at best buy ; so please list the one(s) I should purchase. Also how much do +compact system cameras drop on boxing day? **and i can upload my pictures and +videos on the computer (facebook) + +have a look at sony wx10 + +I need creative art ideas? + +What are some cool ideas for making a postor usint the word MAD on a white paper +in a weird or artsy way? The actual word "MAD" has to be on the cover and +incorporated into the image. + +MAD means crazy, or angry, so you do a lot with it, i would put a gorrilla +screaming , just the face, and just throw in a lot of brushes fifferent colors, +make it look artistic. use photoshop. + +tttthhhhh Madonna! + +what is the fall of hanoi? + +can anyone tell me exactly what it is and what took place? I cant find any +information about it + +When the French returned to Indochina at the end of WW II the Viet Minh were in +control of the Red River Delta. They chased the Communists out of the capital +(Hanoi) and retook control. Is that what you are referring to? You need to check +out the French Indochina War (1946-1954) not the Vietnam War (1957-1975). + +Does a pacman absolutely need a uv lamp? + +Or maybe something humid or heat? + +I assume you are talking about a pacman frog. No, technically they do not need a +UVB light; they are nocturnal. However, it certainly wouldn't hurt if you wanted +to provide one. A pacman frog will need a heat source that creates a basking +temp in the upper 80's F for at least 10 - 12 hours a day. don't forget to use a +calcium supplement twice a week; captive reptiles are prone to calcium +deficiency. + +surprise romantic cheap date night san francisco? + +looking for a surprise spot to take my bf. a bar would be nice but also +something extremely unique. i would like to have one of those super random +surprisingly nice nights out...suggestions? o and the cheaper the better (we are +trying to save money now, sooo..thatd b helpful) thanks + +Why not put together a bottle of champagne, a picnic and have a date on Treasure +Island. Cheap, great view, time together. + +There are plenty of cheap restaurants. Try SanFranGuide.com + +my lhasa apso hind legs are not working? + +for the past few days she has been shivering and wont eat but she could walk now +her hid legs are not working but she is back to her self .. what should i do .? + +just pray for her ad=nd try to hlep your dog and do some physical therapy on the +hind legs and take her to the vet and ig it costs a whole lot ask hlep from you +friends and family adn since shes not eating feed her by hand + +Take her to the vet. + +obviously take her to the vet + +How much would it cost for me to take me and three friends to Andiamos +restaurant for dinner? + +Hi, i'm looking to take myself and my best friend and his girl friend and this +girl i really like out to dinner for my birthday. I really want to go to +andiamos for my birthday and i was just wondering how much it would cost for the +four of us to eat there + +Have no idea what kind of restaurant this is or where it is. Best count on $50 +per person no matter what. Or more if you have drinks. + +I need suggestions for San Francisco restaurants with good food and good +catering service.? + +I need suggestions on restaurants in San Francisco with good food and good +catering service. I have two upcoming events one is for 200 and another is for +21. American Food, Soul Food, Mexican, Italian, and Chinese are the options. +Here is a great list of different restaurants in San Francisco +http://sanfranguide.com/restaurants/ + +well since i dont know your budget, i recommend Hakka Restaurant for chinese +food its cheap and its good! prime ribs have very good food but its super +expensive try yelp.com + +how many ounces in a pint in ireland? + +Depends of what. Ounces measure weight, pints measure volume. If you mean fluid +ounces, 20, as opposed to the 16 in America. An Irish pint is larger than a US +one. + +20 fluid ounces in a Pint in Ireland as R-G said, there are only 16 in an +American one. Know this well because I remember an 'irish' pub in the town in +canada i grew up in used to advertise the cheapest pints of guinness in town, +but they served them in american sized pints. That place didn't stay open too +long :D + +need help finding irish music? + +i love The Script and know there from iraland. i would like more bands like them +pleasseee + +The thing about The Script is they do not sound that Irish, I was surprised to +hear they were from Dublin. Well if you are interested, I suggest you have a +look at General Fiasco, Two Door Cinema Club and Wallis Bird. I think you will +be pleased. + +I doubt you will get a sensible answer in the "TRAVEL" section. + +*Ireland And there's nothing distinctly Irish about them. You'd find similar +bands to them that are from the UK and US. + +Women's rain coat...where can I find one? + +I'm going on a trip to Europe soon, and I need to find a good, quality raincoat. +I've looked and looked, but cannot find one anywhere! I would prefer a simple, +fitted black one. It actually needs to be relatively waterproof - the last one I +bought had me soaked in anything more than light/moderate rain. I'll pay up to +200-250 for it if I have to. + +Look on the debenhams website in the craghoppers section they do some good +waterproof raincoats heres the link: +http://www.debenhams.com/women/craghoppers#catalogId=10001&lid=//productsuniverse/en_GB/product_online0Y/categories%3C0productsuniverse_186610/brand_description0.000000E+000craghoppers0/categories%3C0productsuniverse_18661_186820&ps=default&sfn=Categories&sfv=Coats+%26amp0+jackets&storeId=10001 + +I have a Kodak Camera (10.2 Megapixels)... Kodak AF 5x OPTICAL LENS... how do I +pause it while recording? + +I have a Kodak Camera (10.2 Megapixels)... Kodak AF 5x OPTICAL LENS... how do I +pause it while recording? + +You don't... there's no such thing as "pause" in digital recording. That's +because of the buffer that holds the data until it's ready to be recorded to the +memory card. When you press the button to stop recording the data is moved from +the buffer to the memory card - no pause. All you can do is take each section +(individual video) and edit them together on software. + +I have a Nacho Libre question.? + +When nacho is driving to cure the influenza guy does he say to the man with the +cow i like your blouse or I like your cow because my friend thinks he says I +like your blouse, but that wouldn't make sense. I know its in the wrong +catagory, but still, I wrote this question for a reason, not for you to +critisize me. + +Okay, FIRST, you have posted a question about an American movie, set in Mexico, +in the Dining Out in Argentina category. Do you get what's wrong with this +picture? No...that's all. No second. + +Nacho Libre is suppose to be inspired in Mexicans, not in Argentineans. + +is there any good places to get an ice-cream sundae from in Invercargill New +Zealand? + +so i live in Invercargill New Zealand and i want to know if there are any good +places to buy an ice-cream sundae from other than mc donalds lol Fast food +chains, supermarkets, dairies + +you live in NZ and you eat McDonalds ice cream? you're mad! Any of the tip-top +places have great ice-cream, get them to mix it up. + +any Ice Cream In NZ no matter where as New Zealand has the best bl**dy ice cream +in the world I was in NZ for a few weeks had some Ice Cream and really enjoyed +it I will go back just to eat some Ice Cream + +best burger chain in the Chicago area? + +which is the best burger chain in the chicago metro area like for example burger +king portillos white castle which one do like the best? Red Robin. Onion Rings +are great and the fries are endless. Fudruckers. + +idk ur choice + +Chain? Does 5 make a chain? Hackney's has a great burger formula that started +about 80 years ago. There are currently 5 locations: http://www.hackneys.net/ +The latest spot for a real Hackney's is Printers' Row: +http://www.hackneysprintersrow.net/ See what DD&D showed at the original place +on Harms Rd in Glenview: http://www.youtube.com/watch?v=q2lDF0XU3NI Along with +the great burger try a brick of onion rings if you are with someone. Otherwise a +1/2 brick will be fine: http://www.flickr.com/photos/jellybeanjill13/532522805/ + +My dog has threw up yellow bile for two days but does not have dhirea. What +should I do? + +I've tried bland white rice but he wont eat anything. What could it be? Should I +be concerned? + +Call a vet would be a good idea with a sick dog + +VERY CONCERNED!!! plz bring your dog to the vet ASAP!!! esp if not eating - if +it had only happened once and could get him to eat right away - it could have +been you missed his meal time and he needed to eat - since it sounds like it has +happened several times over two days - then he may have gotten int to something +that needs to be attended to RIGHT AWAY!!! or has acquired some type of disease +and that too needs to be attended to... + +why are there two statues of David? + +i doing a research paper on donatello and i notice that there are two statues of +David, a bronze one and marble one. Michelangelo made the marble one but why did +he do another if Donatello had already made one? so im a little confused , why +is there two statues of David? + +different generations , the donatello is of a boy david as a young sheep Herder, +the Michelangelo is the grown up man david as slayer and king + +Because he liked making statues of David! :D + +Obviously, he should have been arrested and jailed - imagine making a statue or +painting on the same subject as another artist - clearly insulting and +disrespecting - wasted time that could have been used making a statue with +clothes on. + +Name of specific Hibachi restaurant in Chicago? + +I have a friend out in Chicago this week, and I am trying to remember the name +of an awesome hibachi style restaurant i visited while out there a couple years +ago. I think it was in the Lincoln Square area but don't quote me on that. It's +'gimmick' was that you fill your bowl cafeteria-style from raw ingredients and +leave it on the counter with a chopstick listing your table number on it. Four +guys around a large square open hibachi cook your food, and when it's finished a +server brings it to your table. All-you can-eat style deal. It was pretty epic +as I remember and would love to send my friend there. Any help? + +That is Flat Top Grill + +What's the best time to start a trip around the world? + +Well,I'm about to graduate in less then a year,and I'm planning to study medical +school.But since in my country it lasts for minimum 6 years,and I want to go +aground the world,what do you think,should I do it before or after medical +school? + +If you can afford to go before, then by all means, GO. If you have to wait, due +to financial reasons, then wait. I would much rather put it off until I can +afford to have the vacation of a lifetime as I'm sure this trip is intended to +be. Airfare alone will be incredibly expensive so make sure you have the money +and of course free time to take your time and have a great time. + +canon t2i stops working? + +My canon t2i stops working at times as in the power bottom is switched to "on" +but the camera does not respond to any function. the camera only begins to work +again when i take out the battery and put it back in. did anyone have this +issue? is it worthy to send in for warranty repair? thanks! + +Sounds simple enough to me . Your camera isn't acting normally, you got +warranty, let Canon deal with it. + +I would agree. I shoot a t1i and haven't had such an issue. I also agree it's +under warranty so get in touch with Canon. It sounds like a firmware issue and +the camera requires a re-boot just like what happens in a computer - needs a +re-start from time to time but it shouldn't be happening in a camera. Call Canon + +Cheapest airline ticket from Raleigh to Philippines? + +I'm going on a vacation to the Philippines in May 2012, and I'm starting from +Raleigh, NC (RDU Airport). Which airlines should I look into and when should I +buy my ticket? + +The sooner the better but I'd probably wait until after the holidays. Use +Travelocity or Expedia and see what you come up with. My friend goes to the +Phils every 6 months or so and she has found that Korean Air has had the +cheapest fares lately. Raleigh to Chicago, Chicago to Seoul and then Seoul to +Manila. Compare compare compare - that's the key to getting the best deal. + +Ask a travel agent! + +On my last 6 trips here from the states I used "Fly genesis" based in Seattle, +Wa. They gave the best service & rates I could find. + +What is the best place to get discounts for San Francisco restaurants? + +I just moved into the city, and I'm wondering if there's a place I can get good +deals on restaurants here. I don't want to have to deal with those deal-a-day +websites like Groupon. I just want a simple way to get a good deal to whatever +Restaurant I want, whenever I want. Any suggestions would be really helpful, +thanks! + +I usually use ZebraKlub. They basically buy daily deals from Groupon, Living +Social, and all sorts of other places. So you can pretty much get whatever deal +you want anytime. Most of the deals let you eat for 500ff, and some of the deals +are even free. If you want to eat cheaply without worrying about all those daily +deal emails every day, ZebraKlub should be perfect for you. + +Where can I go on a first date (adults)? + +Looking for something on the casual side and we want it to be fun. + +May seem a little silly, but, taking a long ride on the Metra system or the "L" +system is a great way to see the city and sites without spending a fortune. Or +how about visiting the Chicago Botanical Gardens and see the change of colors +and enjoy the air, They also have many inside exhibits you might enjoy, food is +pretty good to. + +go 2 starbucks dont spend more than 20 bucks :) + +Bike ride in the park, followed by coffee. You are busy, you don't have to sit +face to face to try to make convo, it's short, so if things go great, you can +extend, and if you want to end it, you just say bye, gotta go. + +I decided to get a 150 gal aquarium, what can I fill it with? + +I was thinking cichlids? Possibly a freshwater tank with a ton of different +species in there. I've never kept cichlids though. I know saltwater is a +possibility, can you give me a possible stocking option for that too? I'll +choose the one that sounds the best after looking into all the fish :) + +Here is the stocking for my 150 gallon tank i upgraded it to 200 at the weekend +because of the clownloach A 200 gallon with 6 pairs of Breeding Angel fish fire +mouth honey Gouramis 5 8 inch clownloach a Krib and 5 1 inch clown loach with 16 +cory cats 5 Australian Rainbows If you took out the clown loach it would make a +nice 150 gallon tank. + +fill it with water :) lol + +for a tank that size i would suggest oscars or piranha every time awesome fish!! + +never response the phone call + +Great deals, great pizza! + +Great gym and great services. + +Dr. White is the best! + +Good clean store nice car wash + +It's well cool. :) + +Awesome service with a smile :) + +WHAT A GREAT DEAL THANK YOU + +The pancakes are to die for. + +Best fried shrimp in the state! + +Fast and great service on pool covers + +Friendliest place I have ever stayed! + +The best pilates on the Gold Coast! + +It taste better than In and Out.... + +Good local steakhouse, I recommend it! + +Dessert was good. Rest was too oily. + +it was a little to high dollar for me + +Very Informative website with alot of good work + +wow wow wow. the bast cab in minneapolis + +Great food and nice people very pleasant experience. + +Tire Gooroo + +David Bundren is the Tire GooRoo. + +good + +it is a cute little nice and quiet library + +they recovered the pics geeksquad deleted. many thanks + +local crew!!! home team - thanks 4 playin!!! + +Great Service, Thanks Don. Nice Top Lights. + +Best ceviche that I'd had so far! :) + +A very nice park. The architecture is simplz splendid. + +the service is quick. and the people are sweet :) + +Yeah they ruined some shirts I had too. Horrible! + +very reasonable prices. quick in & out. Friendly service. + +This is my favorite coffee store. Just ask American Express + +Too many kids, too many knifings, too many taserings. + +Thank you for fixing the leak on my bathroom! Thanks! + +this is the worst Sams club I've ever been to + +Got to love this place. Everyone is relaxed and having fun!!! + +Friendly service. Attentive to the needs of customer. Thanks again! + +This place is awesome + +Great work, good price. Definetely going back + +Great product, great service!!! + +Installed Biometrics and Got Excellent Service. + +Feels like you are in Brooklyn, but people watching is entertaining. + +green curry and red curry is awesome! remember to ask for extra vege + +Usually very quick and timely. Doctor Bogomilsky knows her stuff too. + +The best Supermarket in Bay Ridge have everything what a customer needs. + +Wonderful Wonderful People! + +I refer to VNHH often and love you guys. + +Did a great job of removing my tree in Conyers. Thanks Southland. + +Nice little locally owned greek bar and grill. Good food. Great wings! + +Don't bother. It's impossible to understand how this place has survived. + +The finest German bedding and linens store. Quality and service come first here. + +Place is legit. We got upgraded to a corner suite! Room was amazing. + +hard to forgive such an awful margarita and steep prices but the food can be +good + +Linda + +I would highly recommend Landscape by Hiro. Excellent customer service and +quality work. + +I love this place lots of people to talk to and school is across the street! + +Drove all the way over from the highway... closed at 7. Who does that?! + +You are the only one auto glass repair shop in the area I would count on. + +Great job on my roof and the pricing was fair. Will use again in the future. + +Kyle with Bullwark + +Great job! Listened to my problem and took care of it. Thanks! + +AWESOME food! Make sure to put OILY sauces on your food to make it moist! YUM + +This is a Ralph's + +I just called this number and it is a Ralph's Market. + +Hospitality.! + +Very good hospitality offered.! Keep it up. - Shree Ghatkopar Bhatia Mitra +Mandal + +Close to my house, this is the only reason I would go to this particular QT. + +Mens and Boys Barbers, on the number 9 Bus route. Ladies room, Open Sundays + +This is a great place to get a permit + +I had to get a permit here, it was cool + +best Best pedi mani Ive ever had. Darla is amazing, I would recoment her to +anyone. + +You guys do everything wonderful! We honestly cannot think of even 1 thing we +didn't like! + +kudos to Allentown Post Office staff + +The staff in Allentown are friendly, helpful and a delight to know.. + +amazing, fun, great beers. service could be a little better but its an all round +good place + +Amazing service! + +I just had the best experience at this Kal Tire location. Courteous, fast and +friendly. + +Quality has fallen over the years, but still the best go-to burger place on the +East Bay. + +STAY AWAY + +Horrible service. Absolutely rude. Did services I asked them NOTto do and was +still charged. + +Highly recommended + +My 8 year old daughter loves this place. The best climbing club around. Hooray +for Craggy. + +The food is excellent, but very overpriced. How do you run a cafe, with no +refills on coffee-? + +telephone number + +the telephone number is incorrect - our new mobile number is 07551310002 or +landline 01634 710033. thank you + +the team at barton car wash was very friendly . and did great job . i was very +pleased with the service. + +I appreciate the quick, good service and the reasonable prices and will +definitely use American Pride Irrigation & Landscaping again. + +I like I Move CA - Los Angeles Movers, they moved me before, but this time they +were awesome :) + +Poor Taste + +There is no lower rating for Noonan's Liquor, owners and employees. A negative +number is not available. CLH + +Very friendly people offering a brilliant service. Sent scented flowers home +instead of postcards. Recommend you call in for a look. + +Worst experience ever like a sardine can and the bartender downstairs is the +rudest person I have ever met. DONt Go here + +Restaurant on top was renovated, food was decent, price was way to high for +Duluth for quality, new decor seems tacky + +Rude and Untrustworthy + +These guys took Customer Service 101 from a Neanderthal. They are especially +rude to women. Do not trust them! + +Good food, good location, and good prices. But the servers don't pay attention +to you whether it's busy or not. + +One of the better vegetarian sandwiches I've had in Seattle. And from a place +that specializes in high quality meat, too. + +Old time grocery, best steaks I have ever had! Great meats that are already +cooked, easy to take home for dinner. + +Inford Media + +Media, Software, Fun and Games, Website design, Web Promotion, B2B, Business +Promotion, Search Engine Optimization. + +Relish + +A Top Quality Sandwich made to artistic standards. The best darlington has to +offer in contemporary sandwicheering. Drum and bass as standard. + +Will never use again. Very rude and unprofessional. The workers sped up and down +the street with no mind to the small children playing. + +ipad reiew + +they are the best orthodontics in the world. i went there since i was four. now +i will have really straight teeth. + +Pam the Pom + +Fantastic couple of days. Breathtaking views and fabulous accommodation. Nothing +too much trouble for Ian, thanks for a great stay. + +Daniel and his assistant both did a great job. Very professional and great +results. Many thanks from myself and all of our wedding guests! + +what a mindblowing servicing + +They treat there employees with respect and concern and expect that they will +extend the same politeness to there customers. + +absolutely fantastic experience getting my iphone upgraded at Zion ... Sheer +contrast to getting it done at karol bagh which is done under the wooden plank + +Decent place to stay, I would stay there again. Rooms were clean, plenty of +things to do near hotel, and safe part of town. + +Best Electrician in Florence + +I have been using Steele Electric for years. They have always done a great job +at a reasonable price. Highly recommended. + +Not impressed. Overpriced and the doctor acted arrogant and rushed at a time +when there was very few clients in the facility. I won't return. + +A thoroughly comprehensive service; excellent communication and best of they are +transparent with their fee (ie nothing is simply implied or assumed). + +I gave Dr. Rohatgi 2 stars because her assistant was very pleasant. However, I +did not find her very helpful and her receptionist was rude. + +Extremely greasy. Hit or miss on the service. My fries weren't fully cooked last +time I went there. Pretty spendy for really not great quality + +The management and staff are superb. I worked with Sam Mones who took great care +of me. This is by far the best run dealership in Miami. + +The company gets busy but you never have to wait long because they ARE +orginizied, so you are in, out, and paid well for your scrap + +Winning Attorney! + +The only 10.0 "Perfect Score" AVVO Rated Attorney I Have Ever Met. I Highly +Recommend, The Law Offices Of Dale Gribow!! + +Sanctuary is amazing! + +Sanctuary serves delicious, somewhat healthy food in a great restaurant/fast +food style. The employees are really friendly. And they deliver! + +What a Preschool! + +If you want the best for your child, don't hesitate in visiting this wornderful +school. This is the very best in the Gables. + +What a Dump! + +The food is terrible. The place smells and the owner is very very rude! I could +go on and on! Just don't go there. + +house closing + +Mrs. Tolchin provided us with excellent service and came with a great deal of +knowledge and professionalism! Her flexibility and accessibility made for an +easy closing. + +Food is often expired so check the dates every time! Also more often than not +you end up with a healthy dose of nasty rude attitude from the employees! + +No complaints + +I have no complaints about the service I received.This man was polite, +professional, clean and quick. I never felt worried and walked away satisfied. + +THE TEACHING THERE SUCKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ALL OF THE +TEACHERS THERE ARE SO MEAN THEY GET MAD AT YOU FOR NOTHING!!!!!!!!!!!!!!!!!!! +THIS IS THE WORST SCHOOL IVE BEEN TO!!!!!! + +Staten Island Computers + +Superior work - always comes through when we need him. We have tried many +different computer people until now - we will stick with Qualitech Computers!!! + +not impressive enough + +It's a fine place, I'm just a little mystified about the Michelin star. Nothing +wrong with it, just better options at this price point. + +exelent Job "Thank you so much for the superior job well done. We love +everything about the fence. You company and services will be recommended by us +to everyone." + +An Hour Of Prego Bliss! + +I schedule my weekly appointment here just to get a chance to lie comfortably on +my tummy. And the massages are heavenly! Very friendly place. + +Love Hop City + +This place is great! Craig and Nate are wonderful. I know now where to get all +of my wine and beer. No need to go to a grocer again. + +Excellent energy efficiency + +Compact's Corona dryers remove at least twice as much water as the previous +dryers, allowing a production increase of over 10% and a significant energy +saving. + +We would like to thank our emergency plumbers who visted our shop in Morningside +Road today. A fast service, saved a bad situation getting alot worse. many +thanks 2scompany... + +The best Thai food I've ever had in Australia, very fresh and so much favor of +authentic Thai . The restaurant is the most beautiful thai restaurant in +Geelong... just love it + +Fresh and unic! + +Very professional, talented, unic and fresh work. Paula has an amazing gift for +creativity, vision and the ability to combine art to / with commercial purpose. +Bravo! + +OK Food, Slow service + +The food was incredibly bland. Their Thali was not brought out as described (no +saag). Expensive for the level of food and the quality of service. + +Fantastic professional service - These guys really know their stuff .. they have +almost anything you could want in terms of spy and surviellance equipment. Truly +james bond style stuff ... would recommend + +So delightful. What a group! I wouldn't want any other company in my time of +need. Great people! So professional! These guys know what they're doing! Way to +go! + +Terrible customer service + +Fried rice has NO flavor, it literally taste like water. When I tried to return +it they refused, so I had to leave without a refund and still hungry. + +wow, the representative went way above and beyond in helping me with my account +set up. i wish the other utilities i had to set up had people to work with like +this.. + +Bad Service + +Definately won't be returning. Travelled 40mins after calling to see if a +product was in stock. Told that they had plenty. Get there and there was +nothing. Not impressed!!! + +Would not recommend I Was in a fair amount of pain for several weeks. his clinic +is very very dirty he is a real disaster to go totally not organized for every +step he take . + +Best Limo Limousine service in all of Dallas + +Great Limos company int he DFW fort Worth Metro area. I use their limo services +for all of my airport car services and airport transportation needs + +Very knowledgeable and friendly design build firm. They specialize in financial +institutions, medical, and retail projects. These guys know what they're doing +and helped me in all phases of our project. + +The waiting staff is really friendly, its like every one knows each other, the +manager is really sweet and the food..well no complaints from me. Yes, its that +good. + +They have fresh flowers, lasted a long while in the vase, and the two ladies at +the shop know the business well. I had no problem with my delivery. I will go +there again. + +Out of business? + +I think this location is no longer in business. If you check RecWarehouse.com, +they don't list this as a location. You'll have to drive 10 miles down 75 to +Allen. + +Awesome Landscaping Job + +MFJ Inc transformed our run down back yard into a place of beauty. The work was +completed within one week, and everything was cleaned up on completion. Highly +recommended landscaper!!! + +spot on + +this kebab shop is one of the best around the meat is good and fresh and the +chilly sauce is the best, keep them lovely kebabs coming and a happy new year to +all the staff + +Feel good + +I just wanted to try your clinic because I was not totally happy with my current +therapist I regularly see. Now I've found someone who can manage to do what I +really want. + +Worst Tasting Pizza + +This place had the worst tasting pizza I have ever tasted it was possible the +worst food I've ever eaten. I don't recommend this place to anyone or even +anything to eat. + +Not so good + +Not worth the money. Bland and over cooked. I felt as if I was in an over priced +Olive Garden. I was hoping to have found a regular place to eat. But not so. + +I have used Bright Futures for the last 7 years. I have 3 children there and +they are the Best. They are like family. Your children will be taken care of and +loved by a professional staff. + +Great Service Great People + +Bisconti wanted over $300 to fix my laptop and these guys fixed it for $90! Call +them today! Had it fixed within a few days (had to order a part). + +Great Manicure + +This place offers a great manicure and pedicure. My nails looked great for the +better part of 2 weeks! Also very friendly and the stylists are not in the "been +there/done that" mood! + +Fast Service Called them one hour ago and they just left my house five minutes +ago. My house already feels fresh and good thanks to the Battery Park Pest I'm +enjoying my time indoors much better. + +no feathers in stock!!!! I was very upset when I went to Mother Plucker, they +had NO FEATHERS and the quality is TERRIBLE. I had to dig in a bag to find one +nice feather, what a joke! + +Gets the Job Done + +We have utilized Mr. Pozza and his firm twice now in our family and both times +have been very pleased. I would not hesitate to use him again or refer him to my +family or friends. + +Farrell Electric is a very good electrical contractor. I'm pleased that someone +referred me to them for my commercial business. I own a property management firm +and need a contractor with the credentials that Farrell Electric has. + +Cleanest guesthouse i have been to + +Stayed here for 2 nights. The owner was very friendly and helpful. The rooms +were very clean and the breakfast was excellent. Good location and off road +parking made our stay very convenient. + +These guys do great work at VERY reasonable prices. I have use them four times +for fixing items from pushing out a dent in a bumper to fixing the fender on my +beloved Miata. I have never been disappointed. + +Don't waste your money on the jukebox + +The bartender is a douchebag and he has a little console behind the bar where he +can delete songs he doesn't like, and you end up paying for it. Not enough +seating. + +spoken english rushi + +can ever & never forget the training undergone here which made my life step onto +the successful job without any hurdles. The staff, material provided, infra +structure, environment &low fees totally above the satisfactory mark + +Rubbish + +Took 1+ hour to deliver to Chatham, hair in food, driver didn't know area. +Noticed a few of these Cookie cutter places opening in Summit and New +Providence. Stick to Hop Hing, 20 year+ resident. + +Great place + +Really great service and kind staff. The haircut was inexpensive and so were the +salon services (eyebrows were cheap!). It's a nice, relaxed place to get stuff +done and relax. I plan on going again. + +Amazing customer service + +I think the women at this salon know that their business is based primarily from +referrals. :) They were amazingly hospitable. Edit was the best massage +therapist I've ever had and I would HIGHLY recommend her! + +good outside, bad inside + +the apartment only looks good outsize, inside is too bad. too many bugs some you +even never seen before. the attitude of some staff is terrible, did not solve +anything only say i can do nothing. + +great tmobile service + +I was with verizon and I checked my service with tmobile and it was great so I +thought I would try tmobile. It turned out being very good quality tmobile +service and I was happy with the new tmobile phone. + +Walgreens on University + +My pharmacy order is always correct and promptly delivered but the pharmacy +staff are always very short with me and don't seem to like answering questions. +Clean store, friendly check-out staff up front. Good selection. + +Great Place! + +Love this place!! Has another store in the st. charles mall. Place is next to +carval and walmart. Dont go to the one by pepco, I got confused!!! Bad place. Go +to ATLANTIC WIRELESS!! I love them!!! + +BEST DENTIST EVER - + +Very fast and efficient service. I have had several dentists in my life, but Dr. +Deters is by far my favorite. I never wait in the waiting room more than two +minutes and the cleanings are quick and painless. + +This is a great place to shop. I've been a regular customer at this store since +it opened, and love the fact that all of the employees are friendly locals. +Particularly the lady who operates the front register, she's very kind! + +AMAZING + +Absoul is the greatest donair man on the planet. Highly recommended. If you +enjoy amazing things, you must go to World's Finest Donair. Lest you be lame!!! +I give this place 11/10. 3 thumbs up. Bon appetit! + +Great quality doors and great quality people! The door is easy to use and it +keeps the cold out during the winter. The sales staff and the installation staff +were all easy to get along with. I highly recommend Garage Pros to my friends. + +umm... + +okay, I dont have a review, but why in the hell would you name your business +something that has the initials KKK....is there something behind the scenes at +this place? Like I'm legitimately concerned at this point...lol + +Fresh and Excellent Quality + +We order take out from here all the time and we are never disappointed. The food +is always fresh and delicious. It can be a little on the spicy side but just ask +them exactly what you want and they are very helpful. + +I really want to like this place since I work right around the corner. +Unfortunately, I've given it a couple of tries at different times and decided to +stop going. The employees don't really seem to enjoy what they are doing and it +shows. + +Class act. It was late in the day and I was worried I would get charged an arm +and a leg and have to wait forever. They picked my car up in Yarmouth and towed +to Bath for a great price. Would do business with them again. + +Great service + +We at R&L Plumbing Services are pleased with your professionalism and the extra +mile you went to get out computers working correctly, you will be our first call +if anything happens again and we will refer you to other people with computer +issues. + +Don't judge a book by its cover + +From the outside Ichiban looks like it will be terrible. This couldn't be +farther from the truth. The food is amazing, and the prices cannot be beat. The +sushi is great, and they have a great selection. + +Great work! + +The people at Gulf Coast Siding were very easy and clear to work with. They +walked me through all the steps involved in the the installation project so that +there were no surprises. I found them extremely professional and would highly +recommend them. Thanks + +Natasha + +A real pleasure training with Natasha. Always professional and reliable, +sessions are good fun and suitably challenging. She really listens to what it is +you would like to achieve, and I am very happy with my results. I would highly +recommend her services. + +slow service + +I used to take my cars there all thetime, but management changes hands too +frequently, the service has been slow, and they often try to "add on" extra +services, which sometimes is not needed. I dont go there anymore + +Great service + +These people were so helpful this week and did everything to sort out my +windscreen and insurance. It was all sorted with no hassle at all and I'm really +grateful - they were fab. The best customer service I've come across for long +time. + +Absolutely amazing job! + +Susanna is the best dress maker/tailor I've ever come across in my whole life! +She makes every item fit you perfectly. She is always so busy, too, which is a +good indication of her talent. She's the best! + +teeth + +this dentist want to pull the tooth out always.. always wants to do the cheapest +for his benefit.. not unless he knows you. and hopefully you do not know the +same people because he tells others about you payment status. Which should be a +private issue + +I hired this company to unlock my car. The price they gave was good so I said +hey this seems great. After they showed up there was a little trouble to get my +car unlocked, it took quite a bit of time but the job was well done. + +Bulwark regarding service by Eric + +Just wanted you to know that Eric came by as scheduled today and sprayed our +house for scorpions. He seemed to understand how important it was for us to make +sure the whole house was sprayed so he took his time. Thank you! + +A TERRIBLE EXPERIENCE! I remain unhappy. I still have noticeable scarring. I +still have surgically induced hair loss. My results were just AWFUL. My post-op +treatment was TERRIBLE. I wouldn't recommend this place last year, and I +certainly wouldn't recommend them this year. + +Hidden Treasure. Strip mall asian it is not! Go in and you will not think you +are in Chesapeake. The setting feels like a Sushi bar in NYC; small, cozy, but +with flair. Get great service, fantastic menu, and relax. Best in HR so far! + +Excellent medical care!!!!!! Highly recommend + +I went to this urgent care center and was blown away with their service. Finally +a convenient place close to home. Wonderful staff and physician. Clean and +superb. Thanks for the great care!!!! Will definitely go back when I need +medical care. + +excellence in glasgow + +Iv just had my bmw z3 rear window replaced by the guys at kelvin trimmers. The +team who work there are helpfull, friendly and extremely knowledgeable and will +help you as much as they can with thier years of hands on practice. Highly +recomended. + +My favorite place... + +My daughter and I stayed here again from the 7th to the 14th of December.yet +again it was a great stay from begiinning to end.Okay our room was at times +noisy but we were in a mega busy city at an extremely busy time of year. + +A Definite No + +Incompetent servers, kitchen and management. Expect either undercooked or mushy +food and lackluster service. The investors put big bucks into the building but +are clueless about what makes a good dining or bar experience. Even the least +discriminating diner would know not to eat at Sprecher's. + +Wonderful Atmosphere + +I have been going there since I was a little girl and love the friendly and +relaxing atmosphere. Dr. Stiefvater has always been very professional and +helpful. I would recommend Bayside Chiropractic to anyone who is in need of a +regular adjustment or is suffering from a chronic condition. + +Channel Guide + +Believe it or not, but the channel guide has been most helpful to my family +members that visit and don't know where to start when it comes to watching +satellite tv. I just give them guide and they can find anything they need. +Thanks again, Directv. + +Michael helped shoot the majority of my firm's website and we could not have +been happier. We went through six photographers to find the right photographers +that would represent our firm in the light we wished to and Michael and his team +made that happen. He's worth every penny. + +Average food and deathly slow service + +I have eaten here several times and everytime the service is slower than slow. +One time we even left after sitting at the table for 20 minutes and not being +greeted with a drink order. Ridiculous. There must be a better mexican place in +Rockland. + +I am in love with the giant plate of nachos! Last time I went however, my beer +was warm and the service was so-so. I get that careless teenager kind of +treatment from some of their staff...perhaps they should hire more serious +adults to help serve/cook. + +nice friendly local bagel place + +there might be bigger and more well known bagel places in the area but Family +Bagels are nice people, small shop and incredibly friendly. While other may be +ok waiting in line at Town Bagel we are happy with the quality and service we +get at Family Bagels + +Very Mediocre donuts! + +The Donuts were very over proofed, making them stale and bready. The service was +friendly and fast, but this just doesnt make up for the lack-luster product. We +tried 4 different style of donuts, they were all the same when it came to +quality. + +a staple! + +I live in the neighborhood and this place is one of my favorites for a tasty, +quick and inexpensive meal. Branch out and try something other than the Pad +Thai, the curries are fantastic. Fast and friendly service, they know my order +when I walk in the door! + +On time, Clean and very nice + +I called over the weekend due to clogged kitchen sink. Scheduled appointment for +8:30 Monday morning. Rich was here before the scheduled time. He was very clean, +very nice to work with and gave a very reasonable price. HIGHLY recommend. +thanks Rich Seth K. + +Deep tissue massage helps with pain in neck and shoulders + +Seth provides deep tissue massage which has significantly reduced the pain in my +neck and shoulders and added flexibility and movement back to the area. He +listens and is excellent in diagnosing, addressing and explaining the specific +issues and suggesting exercises to use. diff --git a/con/dat/dep/UD_English-EWT/en_ewt-ud-train.conllu b/con/dat/dep/UD_English-EWT/en_ewt-ud-train.conllu index 2cb93fb..799958f 100644 --- a/con/dat/dep/UD_English-EWT/en_ewt-ud-train.conllu +++ b/con/dat/dep/UD_English-EWT/en_ewt-ud-train.conllu @@ -3,32 +3,32 @@ # newpar id = weblog-juancole.com_juancole_20051126063000_ENG_20051126_063000-p0001 # text = Al-Zaman : American forces killed Shaikh Abdullah al-Ani, the preacher at the mosque in the town of Qaim, near the Syrian border. 1 Al Al PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 3 Zaman Zaman PROPN NNP Number=Sing 1 flat 1:flat _ -4 : : PUNCT : _ 1 punct 1:punct _ -5 American american ADJ JJ Degree=Pos 6 amod 6:amod _ +4 : : PUNCT : _ 7 punct 7:punct _ +5 American American ADJ JJ Degree=Pos 6 amod 6:amod _ 6 forces force NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -7 killed kill VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ +7 killed kill VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ 8 Shaikh Shaikh PROPN NNP Number=Sing 7 obj 7:obj _ 9 Abdullah Abdullah PROPN NNP Number=Sing 8 flat 8:flat _ 10 al al PROPN NNP Number=Sing 8 flat 8:flat SpaceAfter=No -11 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No +11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No 12 Ani Ani PROPN NNP Number=Sing 8 flat 8:flat SpaceAfter=No -13 , , PUNCT , _ 8 punct 8:punct _ +13 , , PUNCT , _ 15 punct 15:punct _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 preacher preacher NOUN NN Number=Sing 8 appos 8:appos _ 16 at at ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -18 mosque mosque NOUN NN Number=Sing 7 obl 7:obl:at _ +18 mosque mosque NOUN NN Number=Sing 15 nmod 15:nmod:at _ 19 in in ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 town town NOUN NN Number=Sing 18 nmod 18:nmod:in _ 22 of of ADP IN _ 23 case 23:case _ 23 Qaim Qaim PROPN NNP Number=Sing 21 nmod 21:nmod:of SpaceAfter=No -24 , , PUNCT , _ 21 punct 21:punct _ +24 , , PUNCT , _ 28 punct 28:punct _ 25 near near ADP IN _ 28 case 28:case _ 26 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ -27 Syrian syrian ADJ JJ Degree=Pos 28 amod 28:amod _ +27 Syrian Syrian ADJ JJ Degree=Pos 28 amod 28:amod _ 28 border border NOUN NN Number=Sing 21 nmod 21:nmod:near SpaceAfter=No 29 . . PUNCT . _ 1 punct 1:punct _ @@ -56,16 +56,16 @@ # sent_id = weblog-juancole.com_juancole_20051126063000_ENG_20051126_063000-0003 # text = DPA: Iraqi authorities announced that they had busted up 3 terrorist cells operating in Baghdad. 1 DPA DPA PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ -3 Iraqi iraqi ADJ JJ Degree=Pos 4 amod 4:amod _ +2 : : PUNCT : _ 5 punct 5:punct _ +3 Iraqi Iraqi ADJ JJ Degree=Pos 4 amod 4:amod _ 4 authorities authority NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -5 announced announce VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ +5 announced announce VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ 6 that that SCONJ IN _ 9 mark 9:mark _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -8 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +8 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 9 busted bust VERB VBN Tense=Past|VerbForm=Part 5 ccomp 5:ccomp _ 10 up up ADP RP _ 9 compound:prt 9:compound:prt _ -11 3 3 NUM CD NumType=Card 13 nummod 13:nummod _ +11 3 3 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 12 terrorist terrorist ADJ JJ Degree=Pos 13 amod 13:amod _ 13 cells cell NOUN NNS Number=Plur 9 obj 9:obj _ 14 operating operate VERB VBG VerbForm=Ger 13 acl 13:acl _ @@ -75,15 +75,15 @@ # sent_id = weblog-juancole.com_juancole_20051126063000_ENG_20051126_063000-0004 # text = Two of them were being run by 2 officials of the Ministry of the Interior! -1 Two two NUM CD NumType=Card 6 nsubj:pass 6:nsubj:pass _ +1 Two two NUM CD NumForm=Word|NumType=Card 6 nsubj:pass 6:nsubj:pass _ 2 of of ADP IN _ 3 case 3:case _ 3 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 1 nmod 1:nmod:of _ -4 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +4 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 5 being be AUX VBG VerbForm=Ger 6 aux:pass 6:aux:pass _ 6 run run VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 by by ADP IN _ 9 case 9:case _ -8 2 2 NUM CD NumType=Card 9 nummod 9:nummod _ -9 officials official NOUN NNS Number=Plur 6 obl 6:obl:by _ +8 2 2 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ +9 officials official NOUN NNS Number=Plur 6 obl:agent 6:obl:agent _ 10 of of ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 Ministry Ministry PROPN NNP Number=Sing 9 nmod 9:nmod:of _ @@ -104,18 +104,18 @@ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 US US PROPN NNP Number=Sing 10 compound 10:compound _ 10 FBI FBI PROPN NNP Number=Sing 6 obl 6:obl:to SpaceAfter=No -11 , , PUNCT , _ 6 punct 6:punct _ +11 , , PUNCT , _ 17 punct 17:punct _ 12 so so ADV RB _ 17 advmod 17:advmod _ -13 this this PRON DT Number=Sing|PronType=Dem 15 nsubj 15:nsubj _ -14 would would AUX MD VerbForm=Fin 15 aux 15:aux _ -15 be be VERB VB VerbForm=Inf 6 parataxis 6:parataxis _ +13 this this PRON DT Number=Sing|PronType=Dem 17 nsubj:outer 17:nsubj:outer _ +14 would would AUX MD VerbForm=Fin 17 aux 17:aux _ +15 be be AUX VB VerbForm=Inf 17 cop 17:cop _ 16 like like SCONJ IN _ 17 mark 17:mark _ -17 having have VERB VBG VerbForm=Ger 15 advcl 15:advcl:like _ -18 J. J. PROPN NNP Number=Sing 22 nsubj 22:nsubj _ +17 having have VERB VBG VerbForm=Ger 6 parataxis 6:parataxis _ +18 J. J. PROPN NNP Number=Sing 17 obj 17:obj|22:nsubj:xsubj _ 19 Edgar Edgar PROPN NNP Number=Sing 18 flat 18:flat _ 20 Hoover Hoover PROPN NNP Number=Sing 18 flat 18:flat _ 21 unwittingly unwittingly ADV RB _ 22 advmod 22:advmod _ -22 employ employ VERB VB VerbForm=Inf 17 ccomp 17:ccomp _ +22 employ employ VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ 23 at at ADP IN _ 26 case 26:case _ 24 a a DET DT Definite=Ind|PronType=Art 26 det 26:det _ 25 high high ADJ JJ Degree=Pos 26 amod 26:amod _ @@ -128,19 +128,19 @@ 32 back back ADV RB _ 35 advmod 35:advmod _ 33 in in ADP IN _ 35 case 35:case _ 34 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ -35 1960s 1960 NOUN NNS Number=Plur 22 obl 22:obl:in SpaceAfter=No +35 1960s 1960s NOUN NNS Number=Plur|NumForm=Digit|NumType=Card 22 obl 22:obl:in SpaceAfter=No 36 . . PUNCT . _ 6 punct 6:punct _ # sent_id = weblog-juancole.com_juancole_20051126063000_ENG_20051126_063000-0006 # text = The third was being run by the head of an investment firm. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 third third ADJ JJ Degree=Pos|NumType=Ord 5 nsubj:pass 5:nsubj:pass _ +2 third third ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 5 nsubj:pass 5:nsubj:pass _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 4 being be AUX VBG VerbForm=Ger 5 aux:pass 5:aux:pass _ 5 run run VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 by by ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -8 head head NOUN NN Number=Sing 5 obl 5:obl:by _ +8 head head NOUN NN Number=Sing 5 obl:agent 5:obl:agent _ 9 of of ADP IN _ 12 case 12:case _ 10 an a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 11 investment investment NOUN NN Number=Sing 12 compound 12:compound _ @@ -150,7 +150,7 @@ # sent_id = weblog-juancole.com_juancole_20051126063000_ENG_20051126_063000-0007 # text = You wonder if he was manipulating the market with his bombing targets. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 wonder wonder VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 wonder wonder VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 if if SCONJ IN _ 6 mark 6:mark _ 4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 aux 6:aux _ @@ -158,7 +158,7 @@ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 market market NOUN NN Number=Sing 6 obj 6:obj _ 9 with with ADP IN _ 12 case 12:case _ -10 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 bombing bombing NOUN NN Number=Sing 12 compound 12:compound _ 12 targets target NOUN NNS Number=Plur 6 obl 6:obl:with SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ @@ -167,14 +167,14 @@ # text = The cells were operating in the Ghazaliyah and al-Jihad districts of the capital. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 cells cell NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 4 operating operate VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 in in ADP IN _ 12 case 12:case _ 6 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 7 Ghazaliyah Ghazaliyah PROPN NNP Number=Sing 12 compound 12:compound _ 8 and and CCONJ CC _ 11 cc 11:cc _ 9 al al PROPN NNP Number=Sing 11 compound 11:compound SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 11 Jihad Jihad PROPN NNP Number=Sing 7 conj 7:conj:and|12:compound _ 12 districts district NOUN NNS Number=Plur 4 obl 4:obl:in _ 13 of of ADP IN _ 15 case 15:case _ @@ -200,22 +200,22 @@ 14 up up ADP RP _ 13 compound:prt 13:compound:prt _ 15 terror terror NOUN NN Number=Sing 16 compound 16:compound _ 16 cells cell NOUN NNS Number=Plur 11 obj 11:obj|13:obj SpaceAfter=No -17 , , PUNCT , _ 21 punct 21:punct _ +17 , , PUNCT , _ 6 punct 6:punct _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ 19-20 don't _ _ _ _ _ _ _ _ -19 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ +19 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ 20 n't not PART RB _ 21 advmod 21:advmod _ 21 find find VERB VB VerbForm=Inf 0 root 0:root _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 news news NOUN NN Number=Sing 21 obj 21:obj|34:nsubj:xsubj _ 24 that that SCONJ IN _ 27 mark 27:mark _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -26 Baathists Baathists PROPN NNPS Number=Plur 27 nsubj 27:nsubj|29:nsubj:xsubj _ -27 continue continue VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 acl 23:acl:that _ +26 Baathists Baathist PROPN NNPS Number=Plur 27 nsubj 27:nsubj|29:nsubj:xsubj _ +27 continue continue VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 acl 23:acl:that _ 28 to to PART TO _ 29 mark 29:mark _ 29 penetrate penetrate VERB VB VerbForm=Inf 27 xcomp 27:xcomp _ 30 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ -31 Iraqi iraqi ADJ JJ Degree=Pos 32 amod 32:amod _ +31 Iraqi Iraqi ADJ JJ Degree=Pos 32 amod 32:amod _ 32 government government NOUN NN Number=Sing 29 obj 29:obj _ 33 very very ADV RB _ 34 advmod 34:advmod _ 34 hopeful hopeful ADJ JJ Degree=Pos 21 xcomp 21:xcomp SpaceAfter=No @@ -225,7 +225,7 @@ # text = It reminds me too much of the ARVN officers who were secretly working for the other side in Vietnam. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ 2 reminds remind VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj _ +3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 iobj 2:iobj _ 4 too too ADV RB _ 5 advmod 5:advmod _ 5 much much ADV RB _ 2 advmod 2:advmod _ 6 of of ADP IN _ 9 case 9:case _ @@ -233,7 +233,7 @@ 8 ARVN ARVN PROPN NNP Number=Sing 9 compound 9:compound _ 9 officers officer NOUN NNS Number=Plur 2 obl 2:obl:of|13:nsubj _ 10 who who PRON WP PronType=Rel 13 nsubj 9:ref _ -11 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 aux 13:aux _ +11 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 12 secretly secretly ADV RB _ 13 advmod 13:advmod _ 13 working work VERB VBG Tense=Pres|VerbForm=Part 9 acl:relcl 9:acl:relcl _ 14 for for ADP IN _ 17 case 17:case _ @@ -247,17 +247,17 @@ # sent_id = weblog-juancole.com_juancole_20051126063000_ENG_20051126_063000-0011 # text = Al-Zaman : Guerrillas killed a member of the Kurdistan Democratic Party after kidnapping him in Mosul. 1 Al Al PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 3 Zaman Zaman PROPN NNP Number=Sing 1 flat 1:flat _ -4 : : PUNCT : _ 1 punct 1:punct _ +4 : : PUNCT : _ 6 punct 6:punct _ 5 Guerrillas guerrilla NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -6 killed kill VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ +6 killed kill VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 member member NOUN NN Number=Sing 6 obj 6:obj _ 9 of of ADP IN _ 13 case 13:case _ 10 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 11 Kurdistan Kurdistan PROPN NNP Number=Sing 13 compound 13:compound _ -12 Democratic Democratic PROPN NNP Number=Sing 13 compound 13:compound _ +12 Democratic Democratic ADJ NNP Degree=Pos 13 amod 13:amod _ 13 Party Party PROPN NNP Number=Sing 8 nmod 8:nmod:of _ 14 after after SCONJ IN _ 15 mark 15:mark _ 15 kidnapping kidnap VERB VBG VerbForm=Ger 6 advcl 6:advcl:after _ @@ -274,19 +274,19 @@ 4 of of ADP IN _ 6 case 6:case _ 5 Ninevah Ninevah PROPN NNP Number=Sing 6 compound 6:compound _ 6 Province Province PROPN NNP Number=Sing 3 nmod 3:nmod:of _ -7 announced announce VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 announced announce VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 that that SCONJ IN _ 11 mark 11:mark _ 9 bombings bombing NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -10 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 aux 11:aux _ +10 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 aux 11:aux _ 11 declined decline VERB VBN Tense=Past|VerbForm=Part 7 ccomp 7:ccomp _ -12 80 80 NUM CD NumType=Card 13 nummod 13:nummod _ +12 80 80 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 13 percent percent NOUN NN Number=Sing 11 obj 11:obj _ 14 in in ADP IN _ 15 case 15:case _ 15 Mosul Mosul PROPN NNP Number=Sing 11 obl 11:obl:in SpaceAfter=No -16 , , PUNCT , _ 11 punct 11:punct _ +16 , , PUNCT , _ 20 punct 20:punct _ 17 whereas whereas SCONJ IN _ 20 mark 20:mark _ 18 there there PRON EX _ 20 expl 20:expl _ -19 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 aux 20:aux _ +19 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 aux 20:aux _ 20 been be VERB VBN Tense=Past|VerbForm=Part 11 advcl 11:advcl:whereas _ 21 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 22 big big ADJ JJ Degree=Pos 23 amod 23:amod _ @@ -303,19 +303,19 @@ 1 On on ADP IN _ 2 case 2:case _ 2 Wednesday Wednesday PROPN NNP Number=Sing 5 obl 5:obl:on _ 3 guerrillas guerrilla NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -4 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +4 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 5 kidnapped kidnap VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 cosmetic cosmetic ADJ JJ Degree=Pos 8 amod 8:amod _ 8 surgeon surgeon NOUN NN Number=Sing 5 obj 5:obj _ 9 and and CCONJ CC _ 11 cc 11:cc _ -10 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 wife wife NOUN NN Number=Sing 8 conj 5:obj|8:conj:and _ 12 while while SCONJ IN _ 17 mark 17:mark _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 17 nsubj 17:nsubj _ -14 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 cop 17:cop _ +14 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 17 cop 17:cop _ 15 on on ADP IN _ 17 case 17:case _ -16 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 way way NOUN NN Number=Sing 5 advcl 5:advcl:on _ 18 home home ADV RB _ 17 advmod 17:advmod SpaceAfter=No 19 . . PUNCT . _ 5 punct 5:punct _ @@ -324,14 +324,14 @@ # text = In Suwayrah, Kut Province, two car bombs were discovered before they could be detonated. 1 In in ADP IN _ 2 case 2:case _ 2 Suwayrah Suwayrah PROPN NNP Number=Sing 11 obl 11:obl:in SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 5 punct 5:punct _ 4 Kut Kut PROPN NNP Number=Sing 5 compound 5:compound _ 5 Province Province PROPN NNP Number=Sing 2 appos 2:appos SpaceAfter=No -6 , , PUNCT , _ 11 punct 11:punct _ -7 two two NUM CD NumType=Card 9 nummod 9:nummod _ +6 , , PUNCT , _ 2 punct 2:punct _ +7 two two NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 8 car car NOUN NN Number=Sing 9 compound 9:compound _ 9 bombs bombs NOUN NN Number=Sing 11 nsubj:pass 11:nsubj:pass _ -10 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 aux:pass 11:aux:pass _ +10 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 aux:pass 11:aux:pass _ 11 discovered discover VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 12 before before SCONJ IN _ 16 mark 16:mark _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj:pass 16:nsubj:pass _ @@ -352,11 +352,11 @@ 8 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ 9 an a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 10 overwhelmingly overwhelmingly ADV RB _ 11 advmod 11:advmod _ -11 Shiite shiite ADJ JJ Degree=Pos 12 amod 12:amod _ +11 Shiite Shiite ADJ JJ Degree=Pos 12 amod 12:amod _ 12 population population NOUN NN Number=Sing 8 obj 8:obj|18:nsubj|24:nsubj SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ +13 , , PUNCT , _ 18 punct 18:punct _ 14 who who PRON WP PronType=Rel 18 nsubj 12:ref _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ +15 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 16 on on ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 lookout lookout NOUN NN Number=Sing 12 acl:relcl 12:acl:relcl _ @@ -365,7 +365,7 @@ 21 saboteurs saboteur NOUN NNS Number=Plur 18 nmod 18:nmod:for _ 22 and and CCONJ CC _ 24 cc 24:cc _ 23 willingly willingly ADV RB _ 24 advmod 24:advmod _ -24 turn turn VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 conj 12:acl:relcl|18:conj:and _ +24 turn turn VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 conj 12:acl:relcl|18:conj:and _ 25 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 24 obj 24:obj _ 26 in in ADP RP _ 24 compound:prt 24:compound:prt SpaceAfter=No 27 . . PUNCT . _ 6 punct 6:punct _ @@ -387,12 +387,12 @@ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 south south NOUN NN Number=Sing 11 nmod 11:nmod:in _ 15 as as SCONJ IN _ 21 case 21:case _ -16 opposed oppose VERB VBN Tense=Past|VerbForm=Part 15 fixed 15:fixed _ +16 opposed oppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 fixed 15:fixed _ 17 to to ADP IN _ 15 fixed 15:fixed _ 18 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 19 center center NOUN NN Number=Sing 21 compound 21:compound SpaceAfter=No -20 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No -21 north north NOUN NN Number=Sing 14 nmod 14:nmod:as_oppose_to _ +20 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No +21 north north NOUN NN Number=Sing 14 nmod 14:nmod:as_opposed_to _ 22 of of ADP IN _ 24 case 24:case _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 country country NOUN NN Number=Sing 21 nmod 21:nmod:of SpaceAfter=No @@ -406,7 +406,7 @@ 3 Kadhim Kadhim PROPN NNP Number=Sing 19 nsubj:pass 19:nsubj:pass _ 4 Talal Talal PROPN NNP Number=Sing 3 flat 3:flat _ 5 Husain Husain PROPN NNP Number=Sing 3 flat 3:flat SpaceAfter=No -6 , , PUNCT , _ 3 punct 3:punct _ +6 , , PUNCT , _ 8 punct 8:punct _ 7 assistant assistant ADJ JJ Degree=Pos 8 amod 8:amod _ 8 dean dean NOUN NN Number=Sing 3 appos 3:appos _ 9 at at ADP IN _ 11 case 11:case _ @@ -417,11 +417,11 @@ 14 at at ADP IN _ 16 case 16:case _ 15 Mustansiriyah Mustansiriyah PROPN NNP Number=Sing 16 compound 16:compound _ 16 University University PROPN NNP Number=Sing 11 nmod 11:nmod:at SpaceAfter=No -17 , , PUNCT , _ 19 punct 19:punct _ +17 , , PUNCT , _ 3 punct 3:punct _ 18 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 aux:pass 19:aux:pass _ 19 assassinated assassinate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 20 with with ADP IN _ 22 case 22:case _ -21 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 driver driver NOUN NN Number=Sing 19 obl 19:obl:with _ 23 in in ADP IN _ 26 case 26:case _ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ @@ -432,13 +432,13 @@ # sent_id = weblog-juancole.com_juancole_20051126063000_ENG_20051126_063000-0018 # text = Guerrillas killed an engineer, Asi Ali, from Tikrit. 1 Guerrillas guerrilla NOUN NNS Number=Plur 2 nsubj 2:nsubj _ -2 killed kill VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 killed kill VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 an a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 engineer engineer NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 Asi Asi PROPN NNP Number=Sing 4 appos 4:appos _ 7 Ali Ali PROPN NNP Number=Sing 6 flat 6:flat SpaceAfter=No -8 , , PUNCT , _ 4 punct 4:punct _ +8 , , PUNCT , _ 10 punct 10:punct _ 9 from from ADP IN _ 10 case 10:case _ 10 Tikrit Tikrit PROPN NNP Number=Sing 4 nmod 4:nmod:from SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ @@ -447,11 +447,11 @@ # text = They also killed Shaikh Hamid 'Akkab, a clan elder of a branch of the Dulaim tribe in Tikrit. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 killed kill VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 killed kill VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 Shaikh Shaikh PROPN NNP Number=Sing 3 obj 3:obj _ 5 Hamid Hamid PROPN NNP Number=Sing 4 flat 4:flat _ 6 'Akkab 'Akkab PROPN NNP Number=Sing 4 flat 4:flat SpaceAfter=No -7 , , PUNCT , _ 4 punct 4:punct _ +7 , , PUNCT , _ 10 punct 10:punct _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 clan clan NOUN NN Number=Sing 10 compound 10:compound _ 10 elder elder NOUN NN Number=Sing 4 appos 4:appos _ @@ -468,7 +468,7 @@ # sent_id = weblog-juancole.com_juancole_20051126063000_ENG_20051126_063000-0020 # text = His mother was also killed in the attack. -1 His he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 His his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 mother mother NOUN NN Number=Sing 5 nsubj:pass 5:nsubj:pass _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ 4 also also ADV RB _ 5 advmod 5:advmod _ @@ -480,11 +480,11 @@ # sent_id = weblog-juancole.com_juancole_20051126063000_ENG_20051126_063000-0021 # text = Two other Dulaim leaders have been killed in the past week and a half. -1 Two two NUM CD NumType=Card 4 nummod 4:nummod _ +1 Two two NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 2 other other ADJ JJ Degree=Pos 4 amod 4:amod _ 3 Dulaim Dulaim PROPN NNP Number=Sing 4 compound 4:compound _ 4 leaders leader NOUN NNS Number=Plur 7 nsubj:pass 7:nsubj:pass _ -5 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 been be AUX VBN Tense=Past|VerbForm=Part 7 aux:pass 7:aux:pass _ 7 killed kill VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 8 in in ADP IN _ 11 case 11:case _ @@ -493,7 +493,7 @@ 11 week week NOUN NN Number=Sing 7 obl 7:obl:in _ 12 and and CCONJ CC _ 14 cc 14:cc _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ -14 half half NOUN NN Number=Sing 11 nummod 11:nummod SpaceAfter=No +14 half half NOUN NN Number=Sing|NumForm=Word|NumType=Frac 11 conj 11:conj:and SpaceAfter=No 15 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-juancole.com_juancole_20051126063000_ENG_20051126_063000-0022 @@ -502,23 +502,23 @@ 1 Guerrillas guerrilla NOUN NNS Number=Plur 4 nsubj 4:nsubj _ 2 near near ADP IN _ 3 case 3:case _ 3 Hawijah Hawijah PROPN NNP Number=Sing 1 nmod 1:nmod:near _ -4 launched launch VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 launched launch VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 an a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 attack attack NOUN NN Number=Sing 4 obj 4:obj|8:nsubj _ 7 that that PRON WDT PronType=Rel 8 nsubj 6:ref _ -8 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ -9 6 6 NUM CD NumType=Card 8 obj 8:obj|10:nsubj:xsubj _ +8 left leave VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +9 6 6 NUM CD NumForm=Digit|NumType=Card 8 obj 8:obj|10:nsubj:xsubj _ 10 dead dead ADJ JJ Degree=Pos 8 xcomp 8:xcomp SpaceAfter=No -11 , , PUNCT , _ 8 punct 8:punct _ +11 , , PUNCT , _ 10 punct 10:punct _ 12 including include VERB VBG VerbForm=Ger 15 case 15:case _ -13 4 4 NUM CD NumType=Card 15 nummod 15:nummod _ -14 Iraqi iraqi ADJ JJ Degree=Pos 15 amod 15:amod _ -15 soldiers soldier NOUN NNS Number=Plur 9 nmod 9:nmod:include SpaceAfter=No +13 4 4 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ +14 Iraqi Iraqi ADJ JJ Degree=Pos 15 amod 15:amod _ +15 soldiers soldier NOUN NNS Number=Plur 9 nmod 9:nmod:including SpaceAfter=No 16 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-juancole.com_juancole_20051126063000_ENG_20051126_063000-0023 # text = One of them was from the Jubur tribe and was deputy commander of the Hawijah garrison. -1 One one NUM CD NumType=Card 7 nsubj 7:nsubj|12:nsubj _ +1 One one NUM CD NumForm=Word|NumType=Card 7 nsubj 7:nsubj|12:nsubj _ 2 of of ADP IN _ 3 case 3:case _ 3 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 1 nmod 1:nmod:of _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ @@ -538,8 +538,8 @@ # sent_id = weblog-juancole.com_juancole_20051126063000_ENG_20051126_063000-0024 # text = Two hundred members of the Batawi clan of the Dulaim demonstrated in Baghdad on Friday, protesting the killing of their clan elder, Shaikh Kadhim Sarhid and 4 of his sons, by gunmen wearing Iraqi army uniforms. -1 Two two NUM CD NumType=Card 2 compound 2:compound _ -2 hundred hundred NUM CD NumType=Card 3 nummod 3:nummod _ +1 Two two NUM CD NumForm=Word|NumType=Card 2 compound 2:compound _ +2 hundred hundred NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 members member NOUN NNS Number=Plur 11 nsubj 11:nsubj _ 4 of of ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -548,33 +548,33 @@ 8 of of ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 Dulaim Dulaim PROPN NNP Number=Sing 6 nmod 6:nmod:of _ -11 demonstrated demonstrate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +11 demonstrated demonstrate VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 12 in in ADP IN _ 13 case 13:case _ 13 Baghdad Baghdad PROPN NNP Number=Sing 11 obl 11:obl:in _ 14 on on ADP IN _ 15 case 15:case _ 15 Friday Friday PROPN NNP Number=Sing 11 obl 11:obl:on SpaceAfter=No -16 , , PUNCT , _ 11 punct 11:punct _ +16 , , PUNCT , _ 17 punct 17:punct _ 17 protesting protest VERB VBG VerbForm=Ger 11 advcl 11:advcl _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 killing killing NOUN NN Number=Sing 17 obj 17:obj _ 20 of of ADP IN _ 23 case 23:case _ -21 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +21 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 22 clan clan NOUN NN Number=Sing 23 compound 23:compound _ 23 elder elder NOUN NN Number=Sing 19 nmod 19:nmod:of SpaceAfter=No -24 , , PUNCT , _ 23 punct 23:punct _ +24 , , PUNCT , _ 25 punct 25:punct _ 25 Shaikh Shaikh PROPN NNP Number=Sing 23 appos 23:appos _ 26 Kadhim Kadhim PROPN NNP Number=Sing 25 flat 25:flat _ 27 Sarhid Sarhid PROPN NNP Number=Sing 25 flat 25:flat _ 28 and and CCONJ CC _ 29 cc 29:cc _ -29 4 4 NUM CD NumType=Card 23 conj 19:nmod:of|23:conj:and _ +29 4 4 NUM CD NumForm=Digit|NumType=Card 23 conj 19:nmod:of|23:conj:and _ 30 of of ADP IN _ 32 case 32:case _ -31 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ +31 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ 32 sons son NOUN NNS Number=Plur 29 nmod 29:nmod:of SpaceAfter=No -33 , , PUNCT , _ 19 punct 19:punct _ +33 , , PUNCT , _ 35 punct 35:punct _ 34 by by ADP IN _ 35 case 35:case _ 35 gunmen gunman NOUN NNS Number=Plur 19 nmod 19:nmod:by _ 36 wearing wear VERB VBG VerbForm=Ger 35 acl 35:acl _ -37 Iraqi iraqi ADJ JJ Degree=Pos 39 amod 39:amod _ +37 Iraqi Iraqi ADJ JJ Degree=Pos 39 amod 39:amod _ 38 army army NOUN NN Number=Sing 39 compound 39:compound _ 39 uniforms uniform NOUN NNS Number=Plur 36 obj 36:obj SpaceAfter=No 40 . . PUNCT . _ 11 punct 11:punct _ @@ -586,17 +586,17 @@ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 4 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 5 largely largely ADV RB _ 8 advmod 8:advmod _ -6 Sunni sunni ADJ JJ Degree=Pos 8 amod 8:amod _ -7 Arab arab ADJ JJ Degree=Pos 8 amod 8:amod _ +6 Sunni Sunni ADJ JJ Degree=Pos 8 amod 8:amod _ +7 Arab Arab ADJ JJ Degree=Pos 8 amod 8:amod _ 8 clan clan NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 9 , , PUNCT , _ 15 punct 15:punct _ 10 and and CCONJ CC _ 15 cc 15:cc _ -11 some some DET DT _ 13 det 13:det _ -12 Sunni sunni ADJ JJ Degree=Pos 13 amod 13:amod _ +11 some some DET DT PronType=Ind 13 det 13:det _ +12 Sunni Sunni ADJ JJ Degree=Pos 13 amod 13:amod _ 13 observers observer NOUN NNS Number=Plur 15 nsubj 15:nsubj _ -14 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +14 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 15 accused accuse VERB VBN Tense=Past|VerbForm=Part 8 conj 8:conj:and _ -16 Shiite shiite ADJ JJ Degree=Pos 17 amod 17:amod _ +16 Shiite Shiite ADJ JJ Degree=Pos 17 amod 17:amod _ 17 elements element NOUN NNS Number=Plur 15 obj 15:obj _ 18 in in ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ @@ -606,16 +606,16 @@ 23 behind behind ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 assassination assassination NOUN NN Number=Sing 15 advcl 15:advcl:behind SpaceAfter=No -26 ; ; PUNCT , _ 8 punct 8:punct _ +26 ; ; PUNCT , _ 32 punct 32:punct _ 27 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 32 nsubj 32:nsubj _ 28 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 32 cop 32:cop _ -29 more more ADV RBR _ 30 advmod 30:advmod _ +29 more more ADV RBR Degree=Cmp 30 advmod 30:advmod _ 30 likely likely ADV RB _ 32 advmod 32:advmod _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 32 work work NOUN NN Number=Sing 8 parataxis 8:parataxis _ 33 of of ADP IN _ 36 case 36:case _ -34 Sunni sunni ADJ JJ Degree=Pos 36 amod 36:amod _ -35 Arab arab ADJ JJ Degree=Pos 36 amod 36:amod _ +34 Sunni Sunni ADJ JJ Degree=Pos 36 amod 36:amod _ +35 Arab Arab ADJ JJ Degree=Pos 36 amod 36:amod _ 36 guerrillas guerrilla NOUN NNS Number=Plur 32 nmod 32:nmod:of _ 37 punishing punish VERB VBG VerbForm=Ger 36 acl 36:acl _ 38 the the DET DT Definite=Def|PronType=Art 39 det 39:det _ @@ -625,8 +625,8 @@ 42 cooperating cooperate VERB VBG VerbForm=Ger 39 acl 39:acl:for _ 43 with with ADP IN _ 47 case 47:case _ 44 the the DET DT Definite=Def|PronType=Art 47 det 47:det _ -45 Dec. Dec. PROPN NNP Number=Sing 47 compound 47:compound _ -46 15 15 NUM CD NumType=Card 45 nummod 45:nummod _ +45 Dec. December PROPN NNP Abbr=Yes|Number=Sing 47 compound 47:compound _ +46 15 15 NUM CD NumForm=Digit|NumType=Card 45 nummod 45:nummod _ 47 elections election NOUN NNS Number=Plur 42 obl 42:obl:with SpaceAfter=No 48 . . PUNCT . _ 8 punct 8:punct SpaceAfter=No 49 ) ) PUNCT -RRB- _ 8 punct 8:punct _ @@ -634,17 +634,17 @@ # sent_id = weblog-juancole.com_juancole_20051126063000_ENG_20051126_063000-0026 # text = Al-Zaman : The Iraqi High Electoral Commission on Friday denied a request of the Debaathification Commission to exclude 51 individuals from running on party lists in the Dec. 15 elections on grounds of having been sufficiently involved in Baath activities to warrant their being excluded from civil office. 1 Al Al PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 3 Zaman Zaman PROPN NNP Number=Sing 1 flat 1:flat _ -4 : : PUNCT : _ 1 punct 1:punct _ +4 : : PUNCT : _ 12 punct 12:punct _ 5 The the DET DT Definite=Def|PronType=Art 9 det 9:det _ -6 Iraqi iraqi ADJ JJ Degree=Pos 9 amod 9:amod _ -7 High High PROPN NNP Number=Sing 9 compound 9:compound _ -8 Electoral Electoral PROPN NNP Number=Sing 9 compound 9:compound _ +6 Iraqi Iraqi ADJ JJ Degree=Pos 9 amod 9:amod _ +7 High High ADJ NNP Degree=Pos 9 amod 9:amod _ +8 Electoral Electoral ADJ NNP Degree=Pos 9 amod 9:amod _ 9 Commission Commission PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 10 on on ADP IN _ 11 case 11:case _ 11 Friday Friday PROPN NNP Number=Sing 12 obl 12:obl:on _ -12 denied deny VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ +12 denied deny VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 request request NOUN NN Number=Sing 12 obj 12:obj _ 15 of of ADP IN _ 18 case 18:case _ @@ -653,7 +653,7 @@ 18 Commission Commission PROPN NNP Number=Sing 14 nmod 14:nmod:of _ 19 to to PART TO _ 20 mark 20:mark _ 20 exclude exclude VERB VB VerbForm=Inf 14 acl 14:acl:to _ -21 51 51 NUM CD NumType=Card 22 nummod 22:nummod _ +21 51 51 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod _ 22 individuals individual NOUN NNS Number=Plur 20 obj 20:obj _ 23 from from SCONJ IN _ 24 mark 24:mark _ 24 running run VERB VBG VerbForm=Ger 20 advcl 20:advcl:from _ @@ -662,8 +662,8 @@ 27 lists list NOUN NNS Number=Plur 24 obl 24:obl:on _ 28 in in ADP IN _ 32 case 32:case _ 29 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ -30 Dec. Dec. PROPN NNP Number=Sing 32 compound 32:compound _ -31 15 15 NUM CD NumType=Card 30 nummod 30:nummod _ +30 Dec. December PROPN NNP Abbr=Yes|Number=Sing 32 compound 32:compound _ +31 15 15 NUM CD NumForm=Digit|NumType=Card 30 nummod 30:nummod _ 32 elections election NOUN NNS Number=Plur 27 nmod 27:nmod:in _ 33 on on ADP IN _ 34 case 34:case _ 34 grounds grounds NOUN NNS Number=Plur 24 obl 24:obl:on _ @@ -676,8 +676,8 @@ 41 Baath Baath PROPN NNP Number=Sing 42 compound 42:compound _ 42 activities activity NOUN NNS Number=Plur 39 obl 39:obl:in _ 43 to to PART TO _ 44 mark 44:mark _ -44 warrant warrant VERB VB VerbForm=Inf 38 xcomp 38:xcomp _ -45 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 47 nsubj:pass 47:nsubj:pass _ +44 warrant warrant VERB VB VerbForm=Inf 39 advcl 39:advcl:to _ +45 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 47 nsubj:pass 47:nsubj:pass _ 46 being be AUX VBG VerbForm=Ger 47 aux:pass 47:aux:pass _ 47 excluded exclude VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 44 ccomp 44:ccomp _ 48 from from ADP IN _ 50 case 50:case _ @@ -689,14 +689,14 @@ # text = The Commission said it had no legal grounds for such an exclusion. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 Commission commission NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -5 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ -6 no no DET DT _ 8 det 8:det _ +5 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +6 no no DET DT PronType=Neg 8 det 8:det _ 7 legal legal ADJ JJ Degree=Pos 8 amod 8:amod _ 8 grounds grounds NOUN NNS Number=Plur 5 obj 5:obj _ 9 for for ADP IN _ 12 case 12:case _ -10 such such DET PDT _ 12 det:predet 12:det:predet _ +10 such such DET PDT PronType=Ind 12 det:predet 12:det:predet _ 11 an a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 exclusion exclusion NOUN NN Number=Sing 8 nmod 8:nmod:for SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ @@ -704,21 +704,21 @@ # sent_id = weblog-juancole.com_juancole_20051126063000_ENG_20051126_063000-0028 # text = This item is a small one and easily missed. 1 This this DET DT Number=Sing|PronType=Dem 2 det 2:det _ -2 item item NOUN NN Number=Sing 6 nsubj 6:nsubj|9:nsubj _ +2 item item NOUN NN Number=Sing 6 nsubj 6:nsubj|9:nsubj:pass _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 small small ADJ JJ Degree=Pos 6 amod 6:amod _ 6 one one NOUN NN Number=Sing 0 root 0:root _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 easily easily ADV RB _ 9 advmod 9:advmod _ -9 missed miss VERB VBN Tense=Past|VerbForm=Part 6 conj 6:conj:and SpaceAfter=No +9 missed miss VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 conj 6:conj:and SpaceAfter=No 10 . . PUNCT . _ 6 punct 6:punct _ # sent_id = weblog-juancole.com_juancole_20051126063000_ENG_20051126_063000-0029 # text = But in my view it is highly significant. 1 But but CCONJ CC _ 8 cc 8:cc _ 2 in in ADP IN _ 4 case 4:case _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 view view NOUN NN Number=Sing 8 obl 8:obl:in _ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ @@ -731,26 +731,26 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 Debaathification Debaathification PROPN NNP Number=Sing 3 compound 3:compound _ 3 Commission Commission PROPN NNP Number=Sing 6 nsubj:pass 6:nsubj:pass|20:nsubj:pass _ -4 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +4 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 5 been be AUX VBN Tense=Past|VerbForm=Part 6 aux:pass 6:aux:pass _ 6 pushed push VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 by by ADP IN _ 8 case 8:case _ -8 Ahmad Ahmad PROPN NNP Number=Sing 6 obl 6:obl:by _ +8 Ahmad Ahmad PROPN NNP Number=Sing 6 obl:agent 6:obl:agent _ 9 Chalabi Chalabi PROPN NNP Number=Sing 8 flat 8:flat _ 10 and and CCONJ CC _ 14 cc 14:cc _ -11 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ -12 Iraqi Iraqi PROPN NNP Number=Sing 14 compound 14:compound _ -13 National National PROPN NNP Number=Sing 14 compound 14:compound _ -14 Congress Congress PROPN NNP Number=Sing 8 conj 6:obl:by|8:conj:and _ +11 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 Iraqi Iraqi ADJ NNP Degree=Pos 14 amod 14:amod _ +13 National National ADJ NNP Degree=Pos 14 amod 14:amod _ +14 Congress Congress PROPN NNP Number=Sing 8 conj 6:obl:agent|8:conj:and _ 15 very very ADV RB _ 16 advmod 16:advmod _ 16 hard hard ADV RB Degree=Pos 6 advmod 6:advmod SpaceAfter=No 17 , , PUNCT , _ 20 punct 20:punct _ 18 and and CCONJ CC _ 20 cc 20:cc _ -19 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 aux 20:aux _ +19 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 aux 20:aux _ 20 pushed push VERB VBN Tense=Past|VerbForm=Part 6 conj 6:conj:and _ 21 many many ADJ JJ Degree=Pos 23 amod 23:amod _ -22 Sunni sunni ADJ JJ Degree=Pos 23 amod 23:amod _ -23 Arabs Arabs PROPN NNPS Number=Plur 20 obj 20:obj _ +22 Sunni Sunni ADJ JJ Degree=Pos 23 amod 23:amod _ +23 Arabs Arab PROPN NNPS Number=Plur 20 obj 20:obj _ 24 into into ADP IN _ 26 case 26:case _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 26 arms arm NOUN NNS Number=Plur 20 obl 20:obl:into _ @@ -768,11 +768,11 @@ 5 marginalized marginalize VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 within within ADP IN _ 7 case 7:case _ 7 Iraq Iraq PROPN NNP Number=Sing 5 obl 5:obl:within SpaceAfter=No -8 , , PUNCT , _ 5 punct 5:punct _ +8 , , PUNCT , _ 9 punct 9:punct _ 9 however however ADV RB _ 5 advmod 5:advmod SpaceAfter=No -10 , , PUNCT , _ 5 punct 5:punct _ +10 , , PUNCT , _ 13 punct 13:punct _ 11 despite despite ADP IN _ 13 case 13:case _ -12 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 ties tie NOUN NNS Number=Plur 5 obl 5:obl:despite _ 14 of of ADP IN _ 15 case 15:case _ 15 clientelage clientelage NOUN NN Number=Sing 13 nmod 13:nmod:of _ @@ -787,16 +787,16 @@ 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj|19:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 3 no no ADV RB _ 4 advmod 4:advmod _ -4 longer longer ADV RBR Degree=Cmp 7 advmod 7:advmod _ +4 longer long ADV RBR Degree=Cmp 9 advmod 9:advmod _ 5 in in ADP IN _ 9 case 9:case _ 6 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 7 dominant dominant ADJ JJ Degree=Pos 9 amod 9:amod _ -8 Shiite shiite ADJ JJ Degree=Pos 9 amod 9:amod _ +8 Shiite Shiite ADJ JJ Degree=Pos 9 amod 9:amod _ 9 list list NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 14 punct 14:punct _ 11 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -12 United United PROPN NNP Number=Sing 14 compound 14:compound _ -13 Iraqi Iraqi PROPN NNP Number=Sing 14 compound 14:compound _ +12 United United ADJ NNP Degree=Pos 14 amod 14:amod _ +13 Iraqi Iraqi ADJ NNP Degree=Pos 14 amod 14:amod _ 14 Alliance Alliance PROPN NNP Number=Sing 9 appos 9:appos SpaceAfter=No 15 , , PUNCT , _ 19 punct 19:punct _ 16 and and CCONJ CC _ 19 cc 19:cc _ @@ -814,8 +814,8 @@ # sent_id = weblog-juancole.com_juancole_20051126063000_ENG_20051126_063000-0033 # text = Some 2,000 junior officers of the old Baath army have been recalled to duty in recent months, something Chalabi would have blocked if he could have. -1 Some some DET DT _ 4 det 4:det _ -2 2,000 2,000 NUM CD NumType=Card 4 nummod 4:nummod _ +1 Some some DET DT PronType=Ind 4 det 4:det _ +2 2,000 2000 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 3 junior junior ADJ JJ Degree=Pos 4 amod 4:amod _ 4 officers officer NOUN NNS Number=Plur 12 nsubj:pass 12:nsubj:pass _ 5 of of ADP IN _ 9 case 9:case _ @@ -823,7 +823,7 @@ 7 old old ADJ JJ Degree=Pos 9 amod 9:amod _ 8 Baath Baath PROPN NNP Number=Sing 9 compound 9:compound _ 9 army army NOUN NN Number=Sing 4 nmod 4:nmod:of _ -10 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +10 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 11 been be AUX VBN Tense=Past|VerbForm=Part 12 aux:pass 12:aux:pass _ 12 recalled recall VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 13 to to ADP IN _ 14 case 14:case _ @@ -831,8 +831,8 @@ 15 in in ADP IN _ 17 case 17:case _ 16 recent recent ADJ JJ Degree=Pos 17 amod 17:amod _ 17 months month NOUN NNS Number=Plur 12 obl 12:obl:in SpaceAfter=No -18 , , PUNCT , _ 12 punct 12:punct _ -19 something something PRON NN Number=Sing 12 obl:npmod 12:obl:npmod _ +18 , , PUNCT , _ 19 punct 19:punct _ +19 something something PRON NN Number=Sing|PronType=Ind 12 obl:npmod 12:obl:npmod _ 20 Chalabi Chalabi PROPN NNP Number=Sing 23 nsubj 23:nsubj _ 21 would would AUX MD VerbForm=Fin 23 aux 23:aux _ 22 have have AUX VB VerbForm=Inf 23 aux 23:aux _ @@ -840,14 +840,14 @@ 24 if if SCONJ IN _ 27 mark 27:mark _ 25 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 27 nsubj 27:nsubj _ 26 could could AUX MD VerbForm=Fin 27 aux 27:aux _ -27 have have VERB VB VerbForm=Inf 23 advcl 23:advcl:if SpaceAfter=No +27 have have AUX VB VerbForm=Inf 23 advcl 23:advcl:if SpaceAfter=No 28 . . PUNCT . _ 12 punct 12:punct _ # sent_id = weblog-juancole.com_juancole_20051126063000_ENG_20051126_063000-0034 # text = Now the Electoral Commission is refusing to punish people for mere past Baath Party membership. 1 Now now ADV RB _ 6 advmod 6:advmod _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 Electoral Electoral PROPN NNP Number=Sing 4 compound 4:compound _ +3 Electoral Electoral ADJ NNP Degree=Pos 4 amod 4:amod _ 4 Commission Commission PROPN NNP Number=Sing 6 nsubj 6:nsubj|8:nsubj:xsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 refusing refuse VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ @@ -873,21 +873,21 @@ 7 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 8 to to PART TO _ 9 mark 9:mark _ 9 get get VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ -10 better better ADJ JJR Degree=Cmp 9 xcomp 9:xcomp _ +10 better good ADJ JJR Degree=Cmp 9 xcomp 9:xcomp _ 11 this this DET DT Number=Sing|PronType=Dem 12 det 12:det _ -12 way way NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No +12 way way NOUN NN Number=Sing 10 obl:npmod 10:obl:npmod SpaceAfter=No 13 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-juancole.com_juancole_20051126063000_ENG_20051126_063000-0036 # text = If someone committed a crime against humanity, prosecute the person. 1 If if SCONJ IN _ 3 mark 3:mark _ -2 someone someone PRON NN Number=Sing 3 nsubj 3:nsubj _ -3 committed commit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:if _ +2 someone someone PRON NN Number=Sing|PronType=Ind 3 nsubj 3:nsubj _ +3 committed commit VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:if _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 crime crime NOUN NN Number=Sing 3 obj 3:obj _ 6 against against ADP IN _ 7 case 7:case _ 7 humanity humanity NOUN NN Number=Sing 5 nmod 5:nmod:against SpaceAfter=No -8 , , PUNCT , _ 9 punct 9:punct _ +8 , , PUNCT , _ 3 punct 3:punct _ 9 prosecute prosecute VERB VB VerbForm=Inf 0 root 0:root _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 person person NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No @@ -899,29 +899,29 @@ 2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 3 or or CCONJ CC _ 4 cc 4:cc _ 4 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 conj 2:conj:or|5:nsubj _ -5 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:if _ +5 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:if _ 6 not not PART RB _ 5 advmod 5:advmod SpaceAfter=No -7 , , PUNCT , _ 11 punct 11:punct _ +7 , , PUNCT , _ 5 punct 5:punct _ 8 then then ADV RB PronType=Dem 11 advmod 11:advmod _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 10 should should AUX MD VerbForm=Fin 11 aux 11:aux _ 11 have have VERB VB VerbForm=Inf 0 root 0:root _ -12 all all DET PDT _ 15 det:predet 15:det:predet _ +12 all all DET PDT PronType=Tot 15 det:predet 15:det:predet _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 14 same same ADJ JJ Degree=Pos 15 amod 15:amod _ -15 rights rights NOUN NNS Number=Plur 11 obj 11:obj _ +15 rights right NOUN NNS Number=Plur 11 obj 11:obj _ 16 as as ADP IN _ 18 case 18:case _ 17 other other ADJ JJ Degree=Pos 18 amod 18:amod _ -18 Iraqis Iraqis PROPN NNPS Number=Plur 15 nmod 15:nmod:as SpaceAfter=No +18 Iraqis Iraqi PROPN NNPS Number=Plur 15 nmod 15:nmod:as SpaceAfter=No 19 . . PUNCT . _ 11 punct 11:punct _ # sent_id = weblog-juancole.com_juancole_20051126063000_ENG_20051126_063000-0038 # text = Al-Sharq al-Awsat reports that a key eyewitness in the trial of Saddam Hussein for a 1982 massacre at Dujail has died. 1 Al Al PROPN NNP Number=Sing 7 nsubj 7:nsubj SpaceAfter=No -2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 3 Sharq Sharq PROPN NNP Number=Sing 1 flat 1:flat _ 4 al al PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -5 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No 6 Awsat Awsat PROPN NNP Number=Sing 1 flat 1:flat _ 7 reports report VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 that that SCONJ IN _ 25 mark 25:mark _ @@ -936,7 +936,7 @@ 17 Hussein Hussein PROPN NNP Number=Sing 16 flat 16:flat _ 18 for for ADP IN _ 21 case 21:case _ 19 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ -20 1982 1982 NUM CD NumType=Card 21 nummod 21:nummod _ +20 1982 1982 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod _ 21 massacre massacre NOUN NN Number=Sing 14 nmod 14:nmod:for _ 22 at at ADP IN _ 23 case 23:case _ 23 Dujail Dujail PROPN NNP Number=Sing 21 nmod 21:nmod:at _ @@ -951,14 +951,14 @@ 3 from from ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 court court NOUN NN Number=Sing 2 nmod 2:nmod:from _ -6 managed manage VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 managed manage VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 take take VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 deposition deposition NOUN NN Number=Sing 8 obj 8:obj _ 11 before before SCONJ IN _ 13 mark 13:mark _ 12 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 died die VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:before SpaceAfter=No +13 died die VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:before SpaceAfter=No 14 . . PUNCT . _ 6 punct 6:punct _ # sent_id = weblog-juancole.com_juancole_20051126063000_ENG_20051126_063000-0040 @@ -967,8 +967,8 @@ 2 trial trial NOUN NN Number=Sing 3 nsubj 3:nsubj _ 3 begins begin VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 again again ADV RB _ 3 advmod 3:advmod _ -5 Nov. Nov. PROPN NNP Number=Sing 3 obl:tmod 3:obl:tmod SpaceAfter=No -6 28 28 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No +5 Nov. November PROPN NNP Abbr=Yes|Number=Sing 3 obl:tmod 3:obl:tmod SpaceAfter=No +6 28 28 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No 7 . . PUNCT . _ 3 punct 3:punct _ # newdoc id = weblog-blogspot.com_healingiraq_20040409053012_ENG_20040409_053012 @@ -984,7 +984,7 @@ 7 in in ADP IN _ 9 case 9:case _ 8 several several ADJ JJ Degree=Pos 9 amod 9:amod _ 9 areas area NOUN NNS Number=Plur 6 obl 6:obl:in SpaceAfter=No -10 , , PUNCT , _ 6 punct 6:punct _ +10 , , PUNCT , _ 14 punct 14:punct _ 11 mostly mostly ADV RB _ 14 advmod 14:advmod _ 12 in in ADP IN _ 14 case 14:case _ 13 Sadr Sadr PROPN NNP Number=Sing 14 compound 14:compound _ @@ -995,27 +995,27 @@ # sent_id = weblog-blogspot.com_healingiraq_20040409053012_ENG_20040409_053012-0002 # text = Baghdadis don't venture much out of their neighbourhoods any more, you never know where you might get stuck. -1 Baghdadis Baghdadis PROPN NNPS Number=Plur 4 nsubj 4:nsubj _ +1 Baghdadis Baghdadi PROPN NNPS Number=Plur 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 venture venture VERB VB VerbForm=Inf 0 root 0:root _ 5 much much ADV RB _ 4 advmod 4:advmod _ 6 out out ADP IN _ 9 case 9:case _ 7 of of ADP IN _ 9 case 9:case _ -8 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 neighbourhoods neighbourhood NOUN NNS Number=Plur 4 obl 4:obl:of _ 10 any any ADV RB _ 11 advmod 11:advmod _ -11 more more ADV RBR _ 4 advmod 4:advmod SpaceAfter=No -12 , , PUNCT , _ 4 punct 4:punct _ +11 more more ADV RBR Degree=Cmp 4 advmod 4:advmod SpaceAfter=No +12 , , PUNCT , _ 15 punct 15:punct _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ 14 never never ADV RB _ 15 advmod 15:advmod _ -15 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ -16 where where SCONJ WRB PronType=Int 20 mark 20:mark _ -17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj:pass 20:nsubj:pass _ -18 might might AUX MD VerbForm=Fin 20 aux 20:aux _ -19 get get VERB VB VerbForm=Inf 20 aux:pass 20:aux:pass _ -20 stuck stuck ADJ JJ Degree=Pos 15 ccomp 15:ccomp SpaceAfter=No +15 know know VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +16 where where ADV WRB PronType=Int 19 advmod 19:advmod _ +17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 19 nsubj 19:nsubj _ +18 might might AUX MD VerbForm=Fin 19 aux 19:aux _ +19 get get VERB VB VerbForm=Inf 15 ccomp 15:ccomp _ +20 stuck stuck ADJ JJ Degree=Pos 19 xcomp 19:xcomp SpaceAfter=No 21 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_healingiraq_20040409053012_ENG_20040409_053012-0003 @@ -1030,31 +1030,31 @@ 8 curfew curfew NOUN NN Number=Sing 11 nsubj:pass 11:nsubj:pass _ 9 might might AUX MD VerbForm=Fin 11 aux 11:aux _ 10 be be AUX VB VerbForm=Inf 11 aux:pass 11:aux:pass _ -11 implemented implement VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl:that _ +11 implemented implement VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl:that _ 12 again again ADV RB _ 11 advmod 11:advmod SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_healingiraq_20040409053012_ENG_20040409_053012-0004 # text = My neighbourhood has been surrounded by American troops for three days now, helicopters have been circling over our heads non-stop. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 neighbourhood neighbourhood NOUN NN Number=Sing 5 nsubj:pass 5:nsubj:pass _ 3 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 been be AUX VBN Tense=Past|VerbForm=Part 5 aux:pass 5:aux:pass _ 5 surrounded surround VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 by by ADP IN _ 8 case 8:case _ -7 American american ADJ JJ Degree=Pos 8 amod 8:amod _ -8 troops troops NOUN NNS Number=Plur 5 obl 5:obl:by _ +7 American American ADJ JJ Degree=Pos 8 amod 8:amod _ +8 troops troops NOUN NNS Number=Plur 5 obl:agent 5:obl:agent _ 9 for for ADP IN _ 11 case 11:case _ -10 three three NUM CD NumType=Card 11 nummod 11:nummod _ +10 three three NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 11 days day NOUN NNS Number=Plur 5 obl 5:obl:for _ 12 now now ADV RB _ 5 advmod 5:advmod SpaceAfter=No -13 , , PUNCT , _ 5 punct 5:punct _ +13 , , PUNCT , _ 17 punct 17:punct _ 14 helicopters helicopter NOUN NNS Number=Plur 17 nsubj 17:nsubj _ -15 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +15 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 16 been be AUX VBN Tense=Past|VerbForm=Part 17 aux 17:aux _ 17 circling circle VERB VBG Tense=Pres|VerbForm=Part 5 parataxis 5:parataxis _ 18 over over ADP IN _ 20 case 20:case _ -19 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 heads head NOUN NNS Number=Plur 17 obl 17:obl:over _ 21 non-stop non-stop ADV RB _ 17 advmod 17:advmod SpaceAfter=No 22 . . PUNCT . _ 5 punct 5:punct _ @@ -1062,7 +1062,7 @@ # sent_id = weblog-blogspot.com_healingiraq_20040409053012_ENG_20040409_053012-0005 # text = Fedayeen are now visible on the street and they have become bolder than ever. 1 Fedayeen fedayeen NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 now now ADV RB _ 4 advmod 4:advmod _ 4 visible visible ADJ JJ Degree=Pos 0 root 0:root _ 5 on on ADP IN _ 7 case 7:case _ @@ -1070,9 +1070,9 @@ 7 street street NOUN NN Number=Sing 4 obl 4:obl:on _ 8 and and CCONJ CC _ 11 cc 11:cc _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj|12:nsubj:xsubj _ -10 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 become become VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and _ -12 bolder bolder ADJ JJR Degree=Cmp 11 xcomp 11:xcomp _ +12 bolder bold ADJ JJR Degree=Cmp 11 xcomp 11:xcomp _ 13 than than ADP IN _ 14 case 14:case _ 14 ever ever ADV RB _ 12 obl 12:obl:than SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ @@ -1081,7 +1081,7 @@ # text = Yesterday there were tens of them putting road blocks on our street and setting up mortars, they only come out in the open when Americans leave the area, then they start firing mortars indiscriminately and shooting their AK-47's in the air. 1 Yesterday yesterday NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 2 there there PRON EX _ 3 expl 3:expl _ -3 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 tens ten NOUN NNS Number=Plur 3 nsubj 3:nsubj _ 5 of of ADP IN _ 6 case 6:case _ 6 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 4 nmod 4:nmod:of _ @@ -1089,26 +1089,26 @@ 8 road road NOUN NN Number=Sing 9 compound 9:compound _ 9 blocks block NOUN NNS Number=Plur 7 obj 7:obj _ 10 on on ADP IN _ 12 case 12:case _ -11 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 street street NOUN NN Number=Sing 7 obl 7:obl:on _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 setting set VERB VBG VerbForm=Ger 7 conj 4:acl|7:conj:and _ 15 up up ADP RP _ 14 compound:prt 14:compound:prt _ 16 mortars mortar NOUN NNS Number=Plur 14 obj 14:obj SpaceAfter=No -17 , , PUNCT , _ 3 punct 3:punct _ +17 , , PUNCT , _ 20 punct 20:punct _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 19 only only ADV RB _ 20 advmod 20:advmod _ -20 come come VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +20 come come VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 21 out out ADV RB _ 20 advmod 20:advmod _ 22 in in ADP IN _ 24 case 24:case _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 open open ADJ JJ Degree=Pos 20 obl 20:obl:in _ -25 when when SCONJ WRB PronType=Int 27 mark 27:mark _ -26 Americans Americans PROPN NNPS Number=Plur 27 nsubj 27:nsubj _ -27 leave leave VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 advcl 20:advcl:when _ +25 when when ADV WRB PronType=Int 27 advmod 27:advmod _ +26 Americans American PROPN NNPS Number=Plur 27 nsubj 27:nsubj _ +27 leave leave VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 advcl 20:advcl:when _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 29 area area NOUN NN Number=Sing 27 obj 27:obj SpaceAfter=No -30 , , PUNCT , _ 20 punct 20:punct _ +30 , , PUNCT , _ 33 punct 33:punct _ 31 then then ADV RB PronType=Dem 33 advmod 33:advmod _ 32 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 33 nsubj 33:nsubj|34:nsubj:xsubj|38:nsubj:xsubj _ 33 start start VERB VB VerbForm=Inf 20 parataxis 20:parataxis _ @@ -1117,10 +1117,10 @@ 36 indiscriminately indiscriminately ADV RB _ 34 advmod 34:advmod _ 37 and and CCONJ CC _ 38 cc 38:cc _ 38 shooting shoot VERB VBG VerbForm=Ger 34 conj 33:xcomp|34:conj:and _ -39 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 42 nmod:poss 42:nmod:poss _ +39 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 42 nmod:poss 42:nmod:poss _ 40 AK ak NOUN NN Number=Sing 42 compound 42:compound SpaceAfter=No -41 - - PUNCT HYPH _ 42 punct 42:punct SpaceAfter=No -42 47's 47' NOUN NNS Number=Plur 38 obj 38:obj _ +41 - - PUNCT HYPH _ 40 punct 40:punct SpaceAfter=No +42 47's 47 NOUN NNS Number=Plur 38 obj 38:obj _ 43 in in ADP IN _ 45 case 45:case _ 44 the the DET DT Definite=Def|PronType=Art 45 det 45:det _ 45 air air NOUN NN Number=Sing 38 obl 38:obl:in SpaceAfter=No @@ -1129,8 +1129,8 @@ # sent_id = weblog-blogspot.com_healingiraq_20040409053012_ENG_20040409_053012-0007 # text = They are setting the road blocks at the exact same positions they were during the war last year, which indicates they are the same people. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ -3 setting set VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +3 setting set VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root|21:csubj _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 road road NOUN NN Number=Sing 6 compound 6:compound _ 6 blocks block NOUN NNS Number=Plur 3 obj 3:obj _ @@ -1140,17 +1140,17 @@ 10 same same ADJ JJ Degree=Pos 11 amod 11:amod _ 11 positions position NOUN NNS Number=Plur 3 obl 3:obl:at _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +13 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 14 during during ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 war war NOUN NN Number=Sing 13 obl 13:obl:during _ 17 last last ADJ JJ Degree=Pos 18 amod 18:amod _ 18 year year NOUN NN Number=Sing 16 nmod:tmod 16:nmod:tmod SpaceAfter=No -19 , , PUNCT , _ 3 punct 3:punct _ -20 which which PRON WDT PronType=Rel 21 nsubj 21:nsubj _ -21 indicates indicate VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl _ +19 , , PUNCT , _ 21 punct 21:punct _ +20 which which PRON WDT PronType=Rel 21 nsubj 3:ref _ +21 indicates indicate VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 advcl:relcl 3:advcl:relcl _ 22 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 26 nsubj 26:nsubj _ -23 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ +23 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 25 same same ADJ JJ Degree=Pos 26 amod 26:amod _ 26 people people NOUN NNS Number=Plur 21 ccomp 21:ccomp SpaceAfter=No @@ -1161,26 +1161,26 @@ 1 And and CCONJ CC _ 3 cc 3:cc _ 2 there there PRON EX _ 3 expl 3:expl _ 3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 nothing nothing PRON NN Number=Sing 3 nsubj 3:nsubj _ +4 nothing nothing PRON NN Number=Sing|PronType=Neg 3 nsubj 3:nsubj _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 6 can can AUX MD VerbForm=Fin 7 aux 7:aux _ 7 do do VERB VB VerbForm=Inf 4 acl:relcl 4:acl:relcl _ 8 about about ADP IN _ 9 case 9:case _ 9 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obl 7:obl:about _ 10 really really ADV RB _ 7 advmod 7:advmod SpaceAfter=No -11 , , PUNCT , _ 3 punct 3:punct _ +11 , , PUNCT , _ 24 punct 24:punct _ 12 people people NOUN NNS Number=Plur 24 nsubj 15:nsubj|24:nsubj _ 13 who who PRON WP PronType=Rel 15 nsubj 12:ref _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 15 suggesting suggest VERB VBG Tense=Pres|VerbForm=Part 12 acl:relcl 12:acl:relcl _ 16 that that SCONJ IN _ 18 mark 18:mark _ 17 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 18 nsubj 18:nsubj|21:nsubj _ -18 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 ccomp 15:ccomp _ +18 go go VERB VB Mood=Sub|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 15 ccomp 15:ccomp _ 19 out out ADV RB _ 18 advmod 18:advmod _ 20 and and CCONJ CC _ 21 cc 21:cc _ -21 fight fight VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 conj 15:ccomp|18:conj:and _ +21 fight fight VERB VB Mood=Sub|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 18 conj 15:ccomp|18:conj:and _ 22 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 21 obj 21:obj _ -23 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ +23 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ 24 living live VERB VBG Tense=Pres|VerbForm=Part 3 parataxis 3:parataxis _ 25 in in ADP IN _ 27 case 27:case _ 26 dream dream NOUN NN Number=Sing 27 compound 27:compound _ @@ -1194,28 +1194,28 @@ 3 IP IP PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 ICDC ICDC PROPN NNP Number=Sing 3 conj 3:conj:and|7:nsubj _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 abandoned abandon VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 neighbourhood neighbourhood NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No 10 , , PUNCT , _ 14 punct 14:punct _ 11 and and CCONJ CC _ 14 cc 14:cc _ 12 those that PRON DT Number=Plur|PronType=Dem 14 nsubj 14:nsubj|16:nsubj _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 14 trained trained ADJ JJ Degree=Pos 7 conj 7:conj:and _ 15 and and CCONJ CC _ 16 cc 16:cc _ 16 armed armed ADJ JJ Degree=Pos 14 conj 14:conj:and SpaceAfter=No -17 , , PUNCT , _ 7 punct 7:punct _ +17 , , PUNCT , _ 21 punct 21:punct _ 18 so so ADV RB _ 21 advmod 21:advmod _ 19-20 don't _ _ _ _ _ _ _ _ -19 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ +19 do do AUX VB Mood=Imp|VerbForm=Fin 21 aux 21:aux _ 20 n't not PART RB _ 21 advmod 21:advmod _ 21 expect expect VERB VB Mood=Imp|VerbForm=Fin 7 parataxis 7:parataxis _ 22 scared scared ADJ JJ Degree=Pos 23 amod 23:amod _ 23 civilians civilian NOUN NNS Number=Plur 21 obj 21:obj|25:nsubj:xsubj _ 24 to to PART TO _ 25 mark 25:mark _ 25 do do VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ -26 anything anything PRON NN Number=Sing 25 obj 25:obj _ +26 anything anything PRON NN Number=Sing|PronType=Ind 25 obj 25:obj _ 27 except except SCONJ IN _ 29 mark 29:mark _ 28 to to PART TO _ 29 mark 29:mark _ 29 hide hide VERB VB VerbForm=Inf 26 acl 26:acl:to _ @@ -1236,8 +1236,8 @@ 43 and and CCONJ CC _ 49 cc 49:cc _ 44 also also ADV RB _ 49 advmod 49:advmod _ 45 how how ADV WRB PronType=Int 49 advmod 49:advmod _ -46 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 49 aux 49:aux _ -47 American american ADJ JJ Degree=Pos 48 amod 48:amod _ +46 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 49 aux 49:aux _ +47 American American ADJ JJ Degree=Pos 48 amod 48:amod _ 48 soldiers soldier NOUN NNS Number=Plur 49 nsubj 49:nsubj|51:nsubj:xsubj _ 49 going go VERB VBG Tense=Pres|VerbForm=Part 7 conj 7:conj:and _ 50 to to PART TO _ 51 mark 51:mark _ @@ -1254,20 +1254,20 @@ # sent_id = weblog-blogspot.com_healingiraq_20040409053012_ENG_20040409_053012-0010 # text = Everyone is apprehensive, there is some talk that April 9th and 10th are going to be bloody days. -1 Everyone everyone PRON NN Number=Sing 3 nsubj 3:nsubj _ +1 Everyone everyone PRON NN Number=Sing|PronType=Tot 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 apprehensive apprehensive ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 6 punct 6:punct _ 5 there there PRON EX _ 6 expl 6:expl _ 6 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ -7 some some DET DT _ 8 det 8:det _ +7 some some DET DT PronType=Ind 8 det 8:det _ 8 talk talk NOUN NN Number=Sing 6 nsubj 6:nsubj _ 9 that that SCONJ IN _ 15 mark 15:mark _ 10 April April PROPN NNP Number=Sing 15 nsubj 15:nsubj|19:nsubj:xsubj _ -11 9th 9th NOUN NN Number=Sing 10 nummod 10:nummod _ +11 9th 9th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 10 nummod 10:nummod _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 10th 10th NOUN NN Number=Sing 11 conj 10:nummod|11:conj:and _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +13 10th 10th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 11 conj 10:nummod|11:conj:and _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 15 going go VERB VBG Tense=Pres|VerbForm=Part 8 acl 8:acl:that _ 16 to to PART TO _ 19 mark 19:mark _ 17 be be AUX VB VerbForm=Inf 19 cop 19:cop _ @@ -1280,7 +1280,7 @@ 1 Most most ADJ JJS Degree=Sup 2 amod 2:amod _ 2 people people NOUN NNS Number=Plur 5 nsubj 5:nsubj _ 3-4 haven't _ _ _ _ _ _ _ _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 gone go VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 6 to to ADP IN _ 7 case 7:case _ @@ -1289,7 +1289,7 @@ 9 last last ADJ JJ Degree=Pos 11 amod 11:amod _ 10 few few ADJ JJ Degree=Pos 11 amod 11:amod _ 11 days day NOUN NNS Number=Plur 5 obl:tmod 5:obl:tmod SpaceAfter=No -12 , , PUNCT , _ 5 punct 5:punct _ +12 , , PUNCT , _ 15 punct 15:punct _ 13 although although SCONJ IN _ 15 mark 15:mark _ 14 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 expl 15:expl _ 15 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:although _ @@ -1307,16 +1307,16 @@ 27 you you PRON PRP Case=Nom|Person=2|PronType=Prs 29 nsubj 29:nsubj _ 28 can can AUX MD VerbForm=Fin 29 aux 29:aux _ 29 define define VERB VB VerbForm=Inf 23 advcl 23:advcl:if _ -30 what what PRON WP PronType=Int 29 obj 29:obj _ +30 what what PRON WP PronType=Rel 29 obj 29:obj _ 31 normal normal NOUN NN Number=Sing 32 nsubj 32:nsubj _ -32 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 30 acl:relcl 30:acl:relcl SpaceAfter=No +32 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 30 acl:relcl 30:acl:relcl Promoted=Yes|SpaceAfter=No 33 ) ) PUNCT -RRB- _ 29 punct 29:punct SpaceAfter=No 34 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_healingiraq_20040409053012_ENG_20040409_053012-0012 # text = There are rumours about preparations by slum dwellers for another looting spree against banks, governmental and public property similar to the one that took place last April, and I have already overheard youngsters in my neighbourhood joking about it and saying things like "This time we will be the first to loot, we didn't get anything the last time". 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 rumours rumour NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 4 about about ADP IN _ 5 case 5:case _ 5 preparations preparation NOUN NNS Number=Plur 3 nmod 3:nmod:about _ @@ -1324,12 +1324,12 @@ 7 slum slum NOUN NN Number=Sing 8 compound 8:compound _ 8 dwellers dweller NOUN NNS Number=Plur 5 nmod 5:nmod:by _ 9 for for ADP IN _ 12 case 12:case _ -10 another another DET DT _ 12 det 12:det _ +10 another another DET DT PronType=Ind 12 det 12:det _ 11 looting looting NOUN NN Number=Sing 12 compound 12:compound _ 12 spree spree NOUN NN Number=Sing 5 nmod 5:nmod:for _ 13 against against ADP IN _ 14 case 14:case _ 14 banks bank NOUN NNS Number=Plur 12 nmod 12:nmod:against SpaceAfter=No -15 , , PUNCT , _ 14 punct 14:punct _ +15 , , PUNCT , _ 19 punct 19:punct _ 16 governmental governmental ADJ JJ Degree=Pos 19 amod 19:amod _ 17 and and CCONJ CC _ 18 cc 18:cc _ 18 public public ADJ JJ Degree=Pos 16 conj 16:conj:and|19:amod _ @@ -1339,19 +1339,19 @@ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 one one NOUN NN Number=Sing 20 obl 20:obl:to|25:nsubj _ 24 that that PRON WDT PronType=Rel 25 nsubj 23:ref _ -25 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 23 acl:relcl 23:acl:relcl _ +25 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 23 acl:relcl 23:acl:relcl _ 26 place place NOUN NN Number=Sing 25 obj 25:obj _ 27 last last ADJ JJ Degree=Pos 28 amod 28:amod _ 28 April April PROPN NNP Number=Sing 25 obl:tmod 25:obl:tmod SpaceAfter=No 29 , , PUNCT , _ 34 punct 34:punct _ 30 and and CCONJ CC _ 34 cc 34:cc _ 31 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 34 nsubj 34:nsubj _ -32 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 34 aux 34:aux _ +32 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 34 aux 34:aux _ 33 already already ADV RB _ 34 advmod 34:advmod _ 34 overheard overhear VERB VBN Tense=Past|VerbForm=Part 2 conj 2:conj:and _ 35 youngsters youngster NOUN NNS Number=Plur 39 nsubj 39:nsubj|43:nsubj _ 36 in in ADP IN _ 38 case 38:case _ -37 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ +37 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ 38 neighbourhood neighbourhood NOUN NN Number=Sing 35 nmod 35:nmod:in _ 39 joking joke VERB VBG VerbForm=Ger 34 ccomp 34:ccomp _ 40 about about ADP IN _ 41 case 41:case _ @@ -1367,16 +1367,16 @@ 50 will will AUX MD VerbForm=Fin 53 aux 53:aux _ 51 be be AUX VB VerbForm=Inf 53 cop 53:cop _ 52 the the DET DT Definite=Def|PronType=Art 53 det 53:det _ -53 first first ADJ JJ Degree=Pos|NumType=Ord 44 acl 44:acl:like _ +53 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 44 acl 44:acl:like _ 54 to to PART TO _ 55 mark 55:mark _ 55 loot loot VERB VB VerbForm=Inf 53 advcl 53:advcl:to SpaceAfter=No -56 , , PUNCT , _ 53 punct 53:punct _ +56 , , PUNCT , _ 60 punct 60:punct _ 57 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 60 nsubj 60:nsubj _ 58-59 didn't _ _ _ _ _ _ _ _ -58 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 60 aux 60:aux _ +58 did do AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 60 aux 60:aux _ 59 n't not PART RB _ 60 advmod 60:advmod _ 60 get get VERB VB VerbForm=Inf 53 parataxis 53:parataxis _ -61 anything anything PRON NN Number=Sing 60 obj 60:obj _ +61 anything anything PRON NN Number=Sing|PronType=Ind 60 obj 60:obj _ 62 the the DET DT Definite=Def|PronType=Art 64 det 64:det _ 63 last last ADJ JJ Degree=Pos 64 amod 64:amod _ 64 time time NOUN NN Number=Sing 60 obl:tmod 60:obl:tmod SpaceAfter=No @@ -1386,7 +1386,7 @@ # sent_id = weblog-blogspot.com_healingiraq_20040409053012_ENG_20040409_053012-0013 # text = Mosques are calling for donating blood, food, and medicine for Fallujah, and several convoys have already headed out for Fallujah, most of them returned later though. 1 Mosques mosque NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 calling call VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 for for SCONJ IN _ 5 mark 5:mark _ 5 donating donate VERB VBG VerbForm=Ger 3 advcl 3:advcl:for _ @@ -1402,18 +1402,18 @@ 15 and and CCONJ CC _ 20 cc 20:cc _ 16 several several ADJ JJ Degree=Pos 17 amod 17:amod _ 17 convoys convoy NOUN NNS Number=Plur 20 nsubj 20:nsubj _ -18 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +18 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 19 already already ADV RB _ 20 advmod 20:advmod _ 20 headed head VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:and _ 21 out out ADV RB _ 20 advmod 20:advmod _ 22 for for ADP IN _ 23 case 23:case _ 23 Fallujah Fallujah PROPN NNP Number=Sing 21 obl 21:obl:for SpaceAfter=No -24 , , PUNCT , _ 3 punct 3:punct _ +24 , , PUNCT , _ 28 punct 28:punct _ 25 most most ADJ JJS Degree=Sup 28 nsubj 28:nsubj _ 26 of of ADP IN _ 27 case 27:case _ 27 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 25 nmod 25:nmod:of _ -28 returned return VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ -29 later later ADV RB _ 28 advmod 28:advmod _ +28 returned return VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ +29 later late ADV RBR Degree=Cmp 28 advmod 28:advmod _ 30 though though ADV RB _ 28 advmod 28:advmod SpaceAfter=No 31 . . PUNCT . _ 3 punct 3:punct _ @@ -1430,14 +1430,14 @@ 9 solidarity solidarity NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 10 ' ' PUNCT '' _ 9 punct 9:punct _ 11 between between ADP IN _ 15 case 15:case _ -12 Sunni sunni ADJ JJ Degree=Pos 15 amod 15:amod _ +12 Sunni Sunni ADJ JJ Degree=Pos 15 amod 15:amod _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 Shi'ite shi'ite ADJ JJ Degree=Pos 12 conj 12:conj:and|15:amod _ 15 clerics cleric NOUN NNS Number=Plur 9 nmod 9:nmod:between SpaceAfter=No -16 , , PUNCT , _ 9 punct 9:punct _ +16 , , PUNCT , _ 19 punct 19:punct _ 17 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -18 all all DET DT _ 17 det 17:det _ -19 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 parataxis 9:parataxis _ +18 all all DET DT PronType=Tot 17 det 17:det _ +19 know know VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 9 parataxis 9:parataxis _ 20 that that SCONJ IN _ 24 mark 24:mark _ 21 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 24 nsubj 24:nsubj _ 22 would would AUX MD VerbForm=Fin 24 aux 24:aux _ @@ -1446,40 +1446,40 @@ 25 to to PART TO _ 26 mark 26:mark _ 26 get get VERB VB VerbForm=Inf 24 advcl 24:advcl:to _ 27 at at ADP IN _ 31 case 31:case _ -28 each each DET DT _ 29 det 29:det _ +28 each each DET DT ExtPos=PRON|PronType=Rcp 31 nmod:poss 31:nmod:poss _ 29-30 others _ _ _ _ _ _ _ _ -29 other other ADJ JJ Degree=Pos 31 nmod:poss 31:nmod:poss _ -30 s 's PART POS _ 29 case 29:case _ +29 other other ADJ JJ Degree=Pos 28 fixed 28:fixed _ +30 s 's PART POS Typo=Yes 28 case 28:case CorrectForm='s 31 throats throat NOUN NNS Number=Plur 26 obl 26:obl:at _ -32 when when SCONJ WRB PronType=Int 34 mark 34:mark _ +32 when when ADV WRB PronType=Int 34 advmod 34:advmod _ 33 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 34 nsubj 34:nsubj _ -34 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 advcl 26:advcl:when _ +34 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 26 advcl 26:advcl:when _ 35 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ 36 chance chance NOUN NN Number=Sing 34 obj 34:obj SpaceAfter=No 37 , , PUNCT , _ 42 punct 42:punct _ 38 and and CCONJ CC _ 42 cc 42:cc _ 39 Shia shia ADJ JJ Degree=Pos 40 amod 40:amod _ 40 clerics cleric NOUN NNS Number=Plur 42 nsubj 42:nsubj _ -41 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 42 aux 42:aux _ +41 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 42 aux 42:aux _ 42 describing describe VERB VBG Tense=Pres|VerbForm=Part 19 conj 19:conj:and _ 43 Fallujan fallujan ADJ JJ Degree=Pos 44 amod 44:amod _ 44 insurgents insurgents NOUN NN Number=Sing 42 obj 42:obj _ 45 as as ADP IN _ 55 case 55:case _ -46 ' ' PUNCT `` _ 55 punct 55:punct SpaceAfter=No -47 Ba'athists Ba'athists PROPN NNPS Number=Plur 55 compound 55:compound SpaceAfter=No -48 ' ' PUNCT '' _ 55 punct 55:punct SpaceAfter=No +46 ' ' PUNCT `` _ 47 punct 47:punct SpaceAfter=No +47 Ba'athists Ba'athist PROPN NNPS Number=Plur 42 obl 42:obl:as SpaceAfter=No +48 ' ' PUNCT '' _ 47 punct 47:punct SpaceAfter=No 49 , , PUNCT , _ 51 punct 51:punct _ -50 ' ' PUNCT `` _ 55 punct 55:punct SpaceAfter=No -51 Saddamites Saddamites PROPN NNPS Number=Plur 55 compound 55:compound SpaceAfter=No -52 ' ' PUNCT '' _ 55 punct 55:punct SpaceAfter=No +50 ' ' PUNCT `` _ 51 punct 51:punct SpaceAfter=No +51 Saddamites Saddamite PROPN NNPS Number=Plur 47 conj 42:obl:as|47:conj SpaceAfter=No +52 ' ' PUNCT '' _ 51 punct 51:punct SpaceAfter=No 53 , , PUNCT , _ 55 punct 55:punct _ 54 ' ' PUNCT `` _ 55 punct 55:punct SpaceAfter=No -55 Wahhabis Wahhabis PROPN NNPS Number=Plur 42 obl 42:obl:as SpaceAfter=No +55 Wahhabis Wahhabi PROPN NNPS Number=Plur 47 conj 42:obl:as|47:conj SpaceAfter=No 56 ' ' PUNCT '' _ 55 punct 55:punct SpaceAfter=No 57 , , PUNCT , _ 60 punct 60:punct _ 58 and and CCONJ CC _ 60 cc 60:cc _ 59 ' ' PUNCT `` _ 60 punct 60:punct SpaceAfter=No -60 terrorists terrorist NOUN NNS Number=Plur 55 conj 42:obl:as|55:conj:and SpaceAfter=No +60 terrorists terrorist NOUN NNS Number=Plur 47 conj 42:obl:as|47:conj:and SpaceAfter=No 61 ' ' PUNCT '' _ 60 punct 60:punct _ 62 just just ADV RB _ 65 advmod 65:advmod _ 63 a a DET DT Definite=Ind|PronType=Art 65 det 65:det _ @@ -1492,13 +1492,13 @@ # text = So what happened? 1 So so ADV RB _ 3 advmod 3:advmod _ 2 what what PRON WP PronType=Int 3 nsubj 3:nsubj _ -3 happened happen VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 happened happen VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 4 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_healingiraq_20040409053012_ENG_20040409_053012-0016 # text = I guess it's just the old new Arab 'Me against my brother, me and my brother against my cousin, me and my cousin against my enemy', or 'The enemy of my enemy is my friend' thing going on again. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 guess guess VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 guess guess VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3-4 it's _ _ _ _ _ _ _ _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 44 nsubj 44:nsubj _ 4 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 44 cop 44:cop _ @@ -1506,27 +1506,27 @@ 6 the the DET DT Definite=Def|PronType=Art 44 det 44:det _ 7 old old ADJ JJ Degree=Pos 44 amod 44:amod _ 8 new new ADJ JJ Degree=Pos 44 amod 44:amod _ -9 Arab arab ADJ JJ Degree=Pos 44 amod 44:amod _ +9 Arab Arab ADJ JJ Degree=Pos 44 amod 44:amod _ 10 ' ' PUNCT `` _ 11 punct 11:punct SpaceAfter=No 11 Me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 44 compound 44:compound _ 12 against against ADP IN _ 14 case 14:case _ -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 brother brother NOUN NN Number=Sing 11 nmod 11:nmod:against SpaceAfter=No 15 , , PUNCT , _ 16 punct 16:punct _ 16 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 11 conj 11:conj:or|44:compound _ 17 and and CCONJ CC _ 19 cc 19:cc _ -18 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 brother brother NOUN NN Number=Sing 16 conj 16:conj:and _ 20 against against ADP IN _ 22 case 22:case _ -21 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 cousin cousin NOUN NN Number=Sing 16 nmod 16:nmod:against SpaceAfter=No 23 , , PUNCT , _ 24 punct 24:punct _ 24 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 11 conj 11:conj:or|44:compound _ 25 and and CCONJ CC _ 27 cc 27:cc _ -26 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +26 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 27 cousin cousin NOUN NN Number=Sing 24 conj 24:conj:and _ 28 against against ADP IN _ 30 case 30:case _ -29 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +29 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 30 enemy enemy NOUN NN Number=Sing 24 nmod 24:nmod:against SpaceAfter=No 31 ' ' PUNCT '' _ 11 punct 11:punct SpaceAfter=No 32 , , PUNCT , _ 42 punct 42:punct _ @@ -1535,10 +1535,10 @@ 35 The the DET DT Definite=Def|PronType=Art 36 det 36:det _ 36 enemy enemy NOUN NN Number=Sing 42 nsubj 42:nsubj _ 37 of of ADP IN _ 39 case 39:case _ -38 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ +38 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ 39 enemy enemy NOUN NN Number=Sing 36 nmod 36:nmod:of _ 40 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 42 cop 42:cop _ -41 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 42 nmod:poss 42:nmod:poss _ +41 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 42 nmod:poss 42:nmod:poss _ 42 friend friend NOUN NN Number=Sing 11 conj 11:conj:or|44:compound SpaceAfter=No 43 ' ' PUNCT '' _ 42 punct 42:punct _ 44 thing thing NOUN NN Number=Sing 2 ccomp 2:ccomp _ @@ -1552,18 +1552,18 @@ 1 Speaking speak VERB VBG VerbForm=Ger 6 advcl 6:advcl _ 2 of of ADP IN _ 3 case 3:case _ 3 Fallujah Fallujah PROPN NNP Number=Sing 1 obl 1:obl:of SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 1 punct 1:punct _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 only only ADV RB _ 10 advmod 10:advmod _ 8 Al Al PROPN NNP Number=Sing 10 compound 10:compound SpaceAfter=No -9 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +9 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No 10 Jazeera Jazeera PROPN NNP Number=Sing 6 obj 6:obj _ 11 to to PART TO _ 12 mark 12:mark _ 12 rely rely VERB VB VerbForm=Inf 10 acl 10:acl:to _ 13 on on ADP IN _ 12 obl 12:obl _ 14 for for ADP IN _ 16 case 16:case _ -15 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 news news NOUN NN Number=Sing 12 obl 12:obl:for _ 17 from from ADP IN _ 18 case 18:case _ 18 there there ADV RB PronType=Dem 16 nmod 16:nmod:from SpaceAfter=No @@ -1572,10 +1572,10 @@ # sent_id = weblog-blogspot.com_healingiraq_20040409053012_ENG_20040409_053012-0018 # text = They have sent over their top reporter Ahmed Mansour to the town, and he is spouting all kinds of propaganda hourly reminding me of Al-Sahhaf. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 sent send VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 over over ADV RB _ 3 advmod 3:advmod _ -5 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 top top ADJ JJ Degree=Pos 7 amod 7:amod _ 7 reporter reporter NOUN NN Number=Sing 3 obj 3:obj _ 8 Ahmed Ahmed PROPN NNP Number=Sing 7 appos 7:appos _ @@ -1588,33 +1588,33 @@ 15 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 17 spouting spout VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj:and _ -18 all all DET DT _ 19 det 19:det _ +18 all all DET DT PronType=Tot 19 det 19:det _ 19 kinds kind NOUN NNS Number=Plur 17 obj 17:obj _ 20 of of ADP IN _ 21 case 21:case _ 21 propaganda propaganda NOUN NN Number=Sing 19 nmod 19:nmod:of _ 22 hourly hourly ADV RB _ 17 advmod 17:advmod _ 23 reminding remind VERB VBG VerbForm=Ger 17 advcl 17:advcl _ -24 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 23 obj 23:obj _ +24 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 23 iobj 23:iobj _ 25 of of ADP IN _ 26 case 26:case _ 26 Al Al PROPN NNP Number=Sing 23 obl 23:obl:of SpaceAfter=No -27 - - PUNCT HYPH _ 26 punct 26:punct SpaceAfter=No +27 - - PUNCT HYPH _ 28 punct 28:punct SpaceAfter=No 28 Sahhaf Sahhaf PROPN NNP Number=Sing 26 flat 26:flat SpaceAfter=No 29 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_healingiraq_20040409053012_ENG_20040409_053012-0019 # text = "They are targetting ambulances", "American snipers are shooting children and pregnant women", and "They are using cluster bombs against civilians" is all you get to hear from him. 1 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No -2 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 csubj 4:csubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ -4 targetting targett VERB VBG Tense=Pres|VerbForm=Part 30 nsubj 30:nsubj _ +2 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +4 targetting target VERB VBG Tense=Pres|Typo=Yes|VerbForm=Part 30 csubj 30:csubj CorrectForm=targeting 5 ambulances ambulance NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No 6 " " PUNCT '' _ 4 punct 4:punct SpaceAfter=No 7 , , PUNCT , _ 12 punct 12:punct _ 8 " " PUNCT `` _ 12 punct 12:punct SpaceAfter=No -9 American american ADJ JJ Degree=Pos 10 amod 10:amod _ +9 American American ADJ JJ Degree=Pos 10 amod 10:amod _ 10 snipers sniper NOUN NNS Number=Plur 12 nsubj 12:nsubj _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ -12 shooting shoot VERB VBG Tense=Pres|VerbForm=Part 4 conj 4:conj:and|30:nsubj _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +12 shooting shoot VERB VBG Tense=Pres|VerbForm=Part 4 conj 4:conj:and|30:csubj _ 13 children child NOUN NNS Number=Plur 12 obj 12:obj _ 14 and and CCONJ CC _ 16 cc 16:cc _ 15 pregnant pregnant ADJ JJ Degree=Pos 16 amod 16:amod _ @@ -1624,17 +1624,17 @@ 19 and and CCONJ CC _ 23 cc 23:cc _ 20 " " PUNCT `` _ 23 punct 23:punct SpaceAfter=No 21 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 23 nsubj 23:nsubj _ -22 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ -23 using use VERB VBG Tense=Pres|VerbForm=Part 4 conj 4:conj:and|30:nsubj _ +22 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ +23 using use VERB VBG Tense=Pres|VerbForm=Part 4 conj 4:conj:and|30:csubj _ 24 cluster cluster NOUN NN Number=Sing 25 compound 25:compound _ 25 bombs bomb NOUN NNS Number=Plur 23 obj 23:obj _ 26 against against ADP IN _ 27 case 27:case _ 27 civilians civilian NOUN NNS Number=Plur 23 obl 23:obl:against SpaceAfter=No 28 " " PUNCT '' _ 23 punct 23:punct _ 29 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 30 cop 30:cop _ -30 all all DET DT _ 0 root 0:root _ +30 all all DET DT PronType=Tot 0 root 0:root|34:obj _ 31 you you PRON PRP Case=Nom|Person=2|PronType=Prs 32 nsubj 32:nsubj|34:nsubj:xsubj _ -32 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 30 acl:relcl 30:acl:relcl _ +32 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 30 acl:relcl 30:acl:relcl _ 33 to to PART TO _ 34 mark 34:mark _ 34 hear hear VERB VB VerbForm=Inf 32 xcomp 32:xcomp _ 35 from from ADP IN _ 36 case 36:case _ @@ -1644,23 +1644,23 @@ # sent_id = weblog-blogspot.com_healingiraq_20040409053012_ENG_20040409_053012-0020 # text = He did once make an unforgivable error when he mentioned that Fallujan militants were shooting at the Marines from the roofs of mosques and houses in Hay Al-Golan, but of course that is okay for Al-Jazeera. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ -3 once once ADV RB NumType=Mult 4 advmod 4:advmod _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +3 once once ADV RB NumForm=Word|NumType=Mult 4 advmod 4:advmod _ 4 make make VERB VB VerbForm=Inf 0 root 0:root _ 5 an a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 unforgivable unforgivable ADJ JJ Degree=Pos 7 amod 7:amod _ 7 error error NOUN NN Number=Sing 4 obj 4:obj _ -8 when when SCONJ WRB PronType=Int 10 mark 10:mark _ +8 when when ADV WRB PronType=Int 10 advmod 10:advmod _ 9 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 mentioned mention VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:when _ +10 mentioned mention VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:when _ 11 that that SCONJ IN _ 15 mark 15:mark _ 12 Fallujan fallujan ADJ JJ Degree=Pos 13 amod 13:amod _ 13 militants militant NOUN NNS Number=Plur 15 nsubj 15:nsubj _ -14 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 aux 15:aux _ +14 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 15 aux 15:aux _ 15 shooting shoot VERB VBG Tense=Pres|VerbForm=Part 10 ccomp 10:ccomp _ 16 at at ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -18 Marines Marines PROPN NNPS Number=Plur 15 obl 15:obl:at _ +18 Marines Marine PROPN NNPS Number=Plur 15 obl 15:obl:at _ 19 from from ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 roofs roof NOUN NNS Number=Plur 15 obl 15:obl:from _ @@ -1671,26 +1671,26 @@ 26 in in ADP IN _ 30 case 30:case _ 27 Hay Hay PROPN NNP Number=Sing 30 compound 30:compound _ 28 Al Al PROPN NNP Number=Sing 30 compound 30:compound SpaceAfter=No -29 - - PUNCT HYPH _ 30 punct 30:punct SpaceAfter=No +29 - - PUNCT HYPH _ 28 punct 28:punct SpaceAfter=No 30 Golan Golan PROPN NNP Number=Sing 15 obl 15:obl:in SpaceAfter=No 31 , , PUNCT , _ 37 punct 37:punct _ 32 but but CCONJ CC _ 37 cc 37:cc _ -33 of of ADV RB _ 37 advmod 37:advmod _ -34 course course ADV RB _ 33 fixed 33:fixed _ +33 of of ADP IN ExtPos=ADV 37 advmod 37:advmod _ +34 course course NOUN NN Number=Sing 33 fixed 33:fixed _ 35 that that PRON DT Number=Sing|PronType=Dem 37 nsubj 37:nsubj _ 36 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 37 cop 37:cop _ 37 okay okay ADJ JJ Degree=Pos 4 conj 4:conj:but _ 38 for for ADP IN _ 41 case 41:case _ 39 Al Al PROPN NNP Number=Sing 41 compound 41:compound SpaceAfter=No -40 - - PUNCT HYPH _ 41 punct 41:punct SpaceAfter=No +40 - - PUNCT HYPH _ 39 punct 39:punct SpaceAfter=No 41 Jazeera Jazeera PROPN NNP Number=Sing 37 obl 37:obl:for SpaceAfter=No 42 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_healingiraq_20040409053012_ENG_20040409_053012-0021 # text = Someone who called himself Abu Hafs from the Ibn Al-Khattab Brigades (another new group) was on Al-Jazeera describing the enormous casualties among the Marines and he sweared that American soldiers were mutilating the bodies of dead insurgents. -1 Someone someone PRON NN Number=Sing 23 nsubj 3:nsubj|23:nsubj _ +1 Someone someone PRON NN Number=Sing|PronType=Ind 23 nsubj 3:nsubj|23:nsubj _ 2 who who PRON WP PronType=Rel 3 nsubj 1:ref _ -3 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +3 called call VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 4 himself himself PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes 3 obj 3:obj|5:nsubj:xsubj _ 5 Abu Abu PROPN NNP Number=Sing 3 xcomp 3:xcomp _ 6 Hafs Hafs PROPN NNP Number=Sing 5 flat 5:flat _ @@ -1698,18 +1698,18 @@ 8 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 9 Ibn Ibn PROPN NNP Number=Sing 12 compound 12:compound _ 10 Al Al PROPN NNP Number=Sing 12 compound 12:compound SpaceAfter=No -11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No 12 Khattab Khattab PROPN NNP Number=Sing 13 compound 13:compound _ -13 Brigades Brigades PROPN NNPS Number=Plur 1 nmod 1:nmod:from _ +13 Brigades Brigade PROPN NNPS Number=Plur 1 nmod 1:nmod:from _ 14 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No -15 another another DET DT _ 17 det 17:det _ +15 another another DET DT PronType=Ind 17 det 17:det _ 16 new new ADJ JJ Degree=Pos 17 amod 17:amod _ 17 group group NOUN NN Number=Sing 13 appos 13:appos SpaceAfter=No 18 ) ) PUNCT -RRB- _ 17 punct 17:punct _ 19 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 23 cop 23:cop _ 20 on on ADP IN _ 23 case 23:case _ 21 Al Al PROPN NNP Number=Sing 23 compound 23:compound SpaceAfter=No -22 - - PUNCT HYPH _ 23 punct 23:punct SpaceAfter=No +22 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No 23 Jazeera Jazeera PROPN NNP Number=Sing 0 root 0:root _ 24 describing describe VERB VBG VerbForm=Ger 1 acl 1:acl _ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ @@ -1717,14 +1717,14 @@ 27 casualties casualty NOUN NNS Number=Plur 24 obj 24:obj _ 28 among among ADP IN _ 30 case 30:case _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ -30 Marines Marines PROPN NNPS Number=Plur 27 nmod 27:nmod:among _ +30 Marines Marine PROPN NNPS Number=Plur 27 nmod 27:nmod:among _ 31 and and CCONJ CC _ 33 cc 33:cc _ 32 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 33 nsubj 33:nsubj _ -33 sweared swear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 23 conj 23:conj:and _ +33 sweared swear VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 23 conj 23:conj:and _ 34 that that SCONJ IN _ 38 mark 38:mark _ -35 American american ADJ JJ Degree=Pos 36 amod 36:amod _ +35 American American ADJ JJ Degree=Pos 36 amod 36:amod _ 36 soldiers soldier NOUN NNS Number=Plur 38 nsubj 38:nsubj _ -37 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 38 aux 38:aux _ +37 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 38 aux 38:aux _ 38 mutilating mutilate VERB VBG Tense=Pres|VerbForm=Part 33 ccomp 33:ccomp _ 39 the the DET DT Definite=Def|PronType=Art 40 det 40:det _ 40 bodies body NOUN NNS Number=Plur 38 obj 38:obj _ @@ -1736,13 +1736,13 @@ # sent_id = weblog-blogspot.com_healingiraq_20040409053012_ENG_20040409_053012-0022 # text = Over 300 Iraqis are reported dead and 500 wounded in Fallujah alone. 1 Over over ADV RB _ 2 advmod 2:advmod _ -2 300 300 NUM CD NumType=Card 3 nummod 3:nummod _ -3 Iraqis Iraqis PROPN NNPS Number=Plur 5 nsubj:pass 5:nsubj:pass|6:nsubj:xsubj|8:nsubj:pass _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ +2 300 300 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 Iraqis Iraqi PROPN NNPS Number=Plur 5 nsubj:pass 5:nsubj:pass|6:nsubj:xsubj|8:nsubj:pass _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ 5 reported report VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 dead dead ADJ JJ Degree=Pos 5 xcomp 5:xcomp _ 7 and and CCONJ CC _ 8 cc 8:cc|8.1:cc _ -8 500 500 NUM CD NumType=Card 5 conj 5:conj:and|8.1:nsubj:pass|9:nsubj:xsubj _ +8 500 500 NUM CD NumForm=Digit|NumType=Card 5 conj 5:conj:and|8.1:nsubj:pass|9:nsubj:xsubj _ 8.1 reported report VERB VBN Tense=Past|VerbForm=Part|Voice=Pass _ _ 5:conj:and CopyOf=5 9 wounded wounded ADJ JJ Degree=Pos 8 orphan 8.1:xcomp _ 10 in in ADP IN _ 11 case 11:case _ @@ -1753,13 +1753,13 @@ # sent_id = weblog-blogspot.com_healingiraq_20040409053012_ENG_20040409_053012-0023 # text = Al-Iraqiyah tv said that ICDC were controlling Ramadi. 1 Al Al PROPN NNP Number=Sing 4 compound 4:compound SpaceAfter=No -2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 3 Iraqiyah Iraqiyah PROPN NNP Number=Sing 1 flat 1:flat _ -4 tv tv PROPN NNP Number=Sing 5 nsubj 5:nsubj _ -5 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 tv TV PROPN NNP Number=Sing 5 nsubj 5:nsubj _ +5 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 that that SCONJ IN _ 9 mark 9:mark _ 7 ICDC ICDC PROPN NNPS Number=Plur 9 nsubj 9:nsubj _ -8 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +8 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 9 controlling control VERB VBG Tense=Pres|VerbForm=Part 5 ccomp 5:ccomp _ 10 Ramadi Ramadi PROPN NNP Number=Sing 9 obj 9:obj SpaceAfter=No 11 . . PUNCT . _ 5 punct 5:punct _ @@ -1769,27 +1769,27 @@ # text = Azzaman newspaper mentioned an announcement signed by Abdul Aziz bin Muqrin, an Al-Qaeda operative in Saudi Arabia on an Islamic website 'the voice of Jihad', in which he stated that "although mutilating dead bodies is not originally permitted in Islam, but in this case it is allowed if Muslims use it against infidels to deter them from committing criminal actions". 1 Azzaman Azzaman PROPN NNP Number=Sing 2 compound 2:compound _ 2 newspaper newspaper NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 mentioned mention VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 mentioned mention VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 announcement announcement NOUN NN Number=Sing 3 obj 3:obj|35:obl _ -6 signed sign VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +6 signed sign VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 7 by by ADP IN _ 8 case 8:case _ -8 Abdul Abdul PROPN NNP Number=Sing 6 obl 6:obl:by _ +8 Abdul Abdul PROPN NNP Number=Sing 6 obl:agent 6:obl:agent _ 9 Aziz Aziz PROPN NNP Number=Sing 8 flat 8:flat _ 10 bin bin PROPN NNP Number=Sing 8 flat 8:flat _ 11 Muqrin Muqrin PROPN NNP Number=Sing 8 flat 8:flat SpaceAfter=No -12 , , PUNCT , _ 8 punct 8:punct _ +12 , , PUNCT , _ 17 punct 17:punct _ 13 an a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 14 Al Al PROPN NNP Number=Sing 16 compound 16:compound SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 Qaeda Qaeda PROPN NNP Number=Sing 17 compound 17:compound _ 17 operative operative NOUN NN Number=Sing 8 appos 8:appos _ 18 in in ADP IN _ 20 case 20:case _ -19 Saudi Saudi PROPN NNP Number=Sing 20 compound 20:compound _ +19 Saudi Saudi ADJ NNP Degree=Pos 20 amod 20:amod _ 20 Arabia Arabia PROPN NNP Number=Sing 17 nmod 17:nmod:in _ 21 on on ADP IN _ 24 case 24:case _ 22 an a DET DT Definite=Ind|PronType=Art 24 det 24:det _ -23 Islamic islamic ADJ JJ Degree=Pos 24 amod 24:amod _ +23 Islamic Islamic ADJ JJ Degree=Pos 24 amod 24:amod _ 24 website website NOUN NN Number=Sing 6 obl 6:obl:on _ 25 ' ' PUNCT `` _ 27 punct 27:punct SpaceAfter=No 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ @@ -1797,11 +1797,11 @@ 28 of of ADP IN _ 29 case 29:case _ 29 Jihad Jihad PROPN NNP Number=Sing 27 nmod 27:nmod:of SpaceAfter=No 30 ' ' PUNCT '' _ 27 punct 27:punct SpaceAfter=No -31 , , PUNCT , _ 5 punct 5:punct _ +31 , , PUNCT , _ 35 punct 35:punct _ 32 in in ADP IN _ 33 case 33:case _ 33 which which PRON WDT PronType=Rel 35 obl 5:ref _ 34 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 35 nsubj 35:nsubj _ -35 stated state VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +35 stated state VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 36 that that SCONJ IN _ 55 mark 55:mark _ 37 " " PUNCT `` _ 55 punct 55:punct SpaceAfter=No 38 although although SCONJ IN _ 45 mark 45:mark _ @@ -1814,8 +1814,8 @@ 45 permitted permit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 55 advcl 55:advcl:although _ 46 in in ADP IN _ 47 case 47:case _ 47 Islam Islam PROPN NNP Number=Sing 45 obl 45:obl:in SpaceAfter=No -48 , , PUNCT , _ 55 punct 55:punct _ -49 but but ADV CC _ 55 advmod 55:advmod _ +48 , , PUNCT , _ 45 punct 45:punct _ +49 but but CCONJ CC _ 55 cc 55:cc _ 50 in in ADP IN _ 52 case 52:case _ 51 this this DET DT Number=Sing|PronType=Dem 52 det 52:det _ 52 case case NOUN NN Number=Sing 55 obl 55:obl:in _ @@ -1823,8 +1823,8 @@ 54 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 55 aux:pass 55:aux:pass _ 55 allowed allow VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 35 ccomp 35:ccomp _ 56 if if SCONJ IN _ 58 mark 58:mark _ -57 Muslims Muslims PROPN NNPS Number=Plur 58 nsubj 58:nsubj _ -58 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 55 advcl 55:advcl:if _ +57 Muslims Muslim PROPN NNPS Number=Plur 58 nsubj 58:nsubj _ +58 use use VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 55 advcl 55:advcl:if _ 59 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 58 obj 58:obj _ 60 against against ADP IN _ 61 case 61:case _ 61 infidels infidel NOUN NNS Number=Plur 58 obl 58:obl:against _ @@ -1841,14 +1841,14 @@ # sent_id = weblog-blogspot.com_healingiraq_20040409053012_ENG_20040409_053012-0025 # text = He added that "America does not understand anything except the language of force and retaliation, they were kicked out of Somalia in humiliation after that soldier was dragged in Mogadishu for the whole world to see", and that "the day will come when the dead bodies of Americans and Jews would be dragged, defiled, and stepped on in the Arabian peninsula together with their agents and supporters". 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 added add VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 added add VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 8 mark 8:mark _ 4 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No 5 America America PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 6 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 not not PART RB _ 8 advmod 8:advmod _ 8 understand understand VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ -9 anything anything PRON NN Number=Sing 8 obj 8:obj _ +9 anything anything PRON NN Number=Sing|PronType=Ind 8 obj 8:obj _ 10 except except ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 language language NOUN NN Number=Sing 9 nmod 9:nmod:except _ @@ -1858,7 +1858,7 @@ 16 retaliation retaliation NOUN NN Number=Sing 14 conj 12:nmod:of|14:conj:and SpaceAfter=No 17 , , PUNCT , _ 20 punct 20:punct _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj:pass 20:nsubj:pass _ -19 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 aux:pass 20:aux:pass _ +19 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 20 aux:pass 20:aux:pass _ 20 kicked kick VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 parataxis 8:parataxis _ 21 out out ADP IN _ 23 case 23:case _ 22 of of ADP IN _ 23 case 23:case _ @@ -1887,30 +1887,30 @@ 45 day day NOUN NN Number=Sing 47 nsubj 47:nsubj _ 46 will will AUX MD VerbForm=Fin 47 aux 47:aux _ 47 come come VERB VB VerbForm=Inf 8 conj 2:ccomp|8:conj:and _ -48 when when SCONJ WRB PronType=Int 58 mark 58:mark _ +48 when when ADV WRB PronType=Int 58 advmod 58:advmod _ 49 the the DET DT Definite=Def|PronType=Art 51 det 51:det _ 50 dead dead ADJ JJ Degree=Pos 51 amod 51:amod _ 51 bodies body NOUN NNS Number=Plur 58 nsubj:pass 58:nsubj:pass|60:nsubj:pass|63:nsubj:pass _ 52 of of ADP IN _ 53 case 53:case _ -53 Americans Americans PROPN NNPS Number=Plur 51 nmod 51:nmod:of _ +53 Americans American PROPN NNPS Number=Plur 51 nmod 51:nmod:of _ 54 and and CCONJ CC _ 55 cc 55:cc _ -55 Jews Jews PROPN NNPS Number=Plur 53 conj 51:nmod:of|53:conj:and _ +55 Jews Jew PROPN NNPS Number=Plur 53 conj 51:nmod:of|53:conj:and _ 56 would would AUX MD VerbForm=Fin 58 aux 58:aux _ 57 be be AUX VB VerbForm=Inf 58 aux:pass 58:aux:pass _ 58 dragged drag VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 47 advcl 47:advcl:when SpaceAfter=No 59 , , PUNCT , _ 60 punct 60:punct _ -60 defiled defile VERB VBN Tense=Past|VerbForm=Part 58 conj 47:advcl:when|58:conj:and SpaceAfter=No +60 defiled defile VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 58 conj 47:advcl:when|58:conj:and SpaceAfter=No 61 , , PUNCT , _ 63 punct 63:punct _ 62 and and CCONJ CC _ 63 cc 63:cc _ -63 stepped step VERB VBN Tense=Past|VerbForm=Part 58 conj 47:advcl:when|58:conj:and _ +63 stepped step VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 58 conj 47:advcl:when|58:conj:and _ 64 on on ADP IN _ 68 case 68:case _ 65 in in ADP IN _ 68 case 68:case _ 66 the the DET DT Definite=Def|PronType=Art 68 det 68:det _ -67 Arabian Arabian PROPN NNP Number=Sing 68 compound 68:compound _ +67 Arabian Arabian ADJ NNP Degree=Pos 68 amod 68:amod _ 68 peninsula peninsula PROPN NNP Number=Sing 63 obl 63:obl:in _ 69 together together ADV RB _ 58 advmod 58:advmod _ 70 with with ADP IN _ 72 case 72:case _ -71 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 72 nmod:poss 72:nmod:poss _ +71 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 72 nmod:poss 72:nmod:poss _ 72 agents agent NOUN NNS Number=Plur 69 obl 69:obl:with _ 73 and and CCONJ CC _ 74 cc 74:cc _ 74 supporters supporter NOUN NNS Number=Plur 72 conj 69:obl:with|72:conj:and SpaceAfter=No @@ -1935,10 +1935,10 @@ 11 revived revive VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 12 interest interest NOUN NN Number=Sing 11 obj 11:obj _ 13 in in ADP IN _ 14 case 14:case _ -14 one one NUM CD NumType=Card 12 nmod 12:nmod:in _ +14 one one NUM CD NumForm=Word|NumType=Card 12 nmod 12:nmod:in _ 15 of of ADP IN _ 20 case 20:case _ 16 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -17 most most ADV RBS _ 18 advmod 18:advmod _ +17 most most ADV RBS Degree=Sup 18 advmod 18:advmod _ 18 serious serious ADJ JJ Degree=Pos 20 amod 20:amod _ 19 nuclear nuclear ADJ JJ Degree=Pos 20 amod 20:amod _ 20 disasters disaster NOUN NNS Number=Plur 14 nmod 14:nmod:of _ @@ -1949,28 +1949,28 @@ # sent_id = weblog-typepad.com_ripples_20040407125600_ENG_20040407_125600-0002 # text = We all know what happened, but even to this day, there are many different versions and opinions on how it happened and what effect Chernobyl will have on the health of people affected by the fallout. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 all all DET DT _ 1 det 1:det _ -3 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 all all DET DT PronType=Tot 1 det 1:det _ +3 know know VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 what what PRON WP PronType=Int 5 nsubj 5:nsubj _ -5 happened happen VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp SpaceAfter=No +5 happened happen VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp SpaceAfter=No 6 , , PUNCT , _ 14 punct 14:punct _ 7 but but CCONJ CC _ 14 cc 14:cc _ 8 even even ADV RB _ 11 advmod 11:advmod _ 9 to to ADP IN _ 11 case 11:case _ 10 this this DET DT Number=Sing|PronType=Dem 11 det 11:det _ 11 day day NOUN NN Number=Sing 14 obl 14:obl:to SpaceAfter=No -12 , , PUNCT , _ 14 punct 14:punct _ +12 , , PUNCT , _ 11 punct 11:punct _ 13 there there PRON EX _ 14 expl 14:expl _ -14 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ +14 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ 15 many many ADJ JJ Degree=Pos 17 amod 17:amod _ 16 different different ADJ JJ Degree=Pos 17 amod 17:amod _ 17 versions version NOUN NNS Number=Plur 14 nsubj 14:nsubj _ 18 and and CCONJ CC _ 19 cc 19:cc _ 19 opinions opinion NOUN NNS Number=Plur 17 conj 14:nsubj|17:conj:and _ 20 on on ADP IN _ 23 mark 23:mark _ -21 how how SCONJ WRB PronType=Int 23 mark 23:mark _ +21 how how ADV WRB PronType=Int 23 advmod 23:advmod _ 22 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 23 nsubj 23:nsubj _ -23 happened happen VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 acl 17:acl:on _ +23 happened happen VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 acl 17:acl:on _ 24 and and CCONJ CC _ 29 cc 29:cc _ 25 what what DET WDT PronType=Int 26 det 26:det _ 26 effect effect NOUN NN Number=Sing 29 obj 29:obj _ @@ -1982,10 +1982,10 @@ 32 health health NOUN NN Number=Sing 29 obl 29:obl:on _ 33 of of ADP IN _ 34 case 34:case _ 34 people people NOUN NNS Number=Plur 32 nmod 32:nmod:of _ -35 affected affect VERB VBN Tense=Past|VerbForm=Part 34 acl 34:acl _ +35 affected affect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 34 acl 34:acl _ 36 by by ADP IN _ 38 case 38:case _ 37 the the DET DT Definite=Def|PronType=Art 38 det 38:det _ -38 fallout fallout NOUN NN Number=Sing 35 obl 35:obl:by SpaceAfter=No +38 fallout fallout NOUN NN Number=Sing 35 obl:agent 35:obl:agent SpaceAfter=No 39 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-typepad.com_ripples_20040407125600_ENG_20040407_125600-0003 @@ -2002,7 +2002,7 @@ 5 Chernobyl Chernobyl PROPN NNP Number=Sing 4 obj 4:obj _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 write write VERB VB VerbForm=Inf 4 conj 4:conj:and _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 own own ADJ JJ Degree=Pos 10 amod 10:amod _ 10 story story NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ @@ -2017,7 +2017,7 @@ 5 post post NOUN NN Number=Sing 0 root 0:root _ 6 about about ADP IN _ 9 case 9:case _ 7 fault fault NOUN NN Number=Sing 9 compound 9:compound SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 finding finding NOUN NN Number=Sing 5 nmod 5:nmod:about _ 10 or or CCONJ CC _ 11 cc 11:cc _ 11 assigning assign VERB VBG VerbForm=Ger 9 conj 5:nmod:about|9:conj:or _ @@ -2033,9 +2033,9 @@ 5 to to PART TO _ 6 mark 6:mark _ 6 learn learn VERB VB VerbForm=Inf 4 acl 4:acl:to _ 7 what what PRON WP PronType=Int 8 nsubj 8:nsubj _ -8 happened happen VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp _ +8 happened happen VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp _ 9 and and CCONJ CC _ 13 cc 13:cc _ -10 how how SCONJ WRB PronType=Int 13 mark 13:mark _ +10 how how ADV WRB PronType=Int 13 advmod 13:advmod _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 12 may may AUX MD VerbForm=Fin 13 aux 13:aux _ 13 affect affect VERB VB VerbForm=Inf 8 conj 6:ccomp|8:conj:and _ @@ -2046,26 +2046,26 @@ # sent_id = weblog-typepad.com_ripples_20040407125600_ENG_20040407_125600-0007 # text = There was a soothing authoritative UNSCEAR (United Nations Scientific Committee on the Effects of Atomic Radiation ) report in 2000 on the health effects of Chernobyl confirming that there was no scientific evidence of any significant radiation-related health effects to most people exposed. 1 There there PRON EX _ 2 expl 2:expl _ -2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 4 soothing soothing ADJ JJ Degree=Pos 19 amod 19:amod _ 5 authoritative authoritative ADJ JJ Degree=Pos 19 amod 19:amod _ 6 UNSCEAR UNSCEAR PROPN NNP Number=Sing 19 compound 19:compound _ 7 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No -8 United United PROPN NNP Number=Sing 9 compound 9:compound _ -9 Nations Nations PROPN NNP Number=Sing 11 compound 11:compound _ -10 Scientific Scientific PROPN NNP Number=Sing 11 compound 11:compound _ +8 United United ADJ NNP Degree=Pos 9 amod 9:amod _ +9 Nations Nation PROPN NNPS Number=Plur 11 compound 11:compound _ +10 Scientific Scientific ADJ NNP Degree=Pos 11 amod 11:amod _ 11 Committee Committee PROPN NNP Number=Sing 6 appos 6:appos _ 12 on on ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -14 Effects Effects PROPN NNPS Number=Plur 11 nmod 11:nmod:on _ +14 Effects Effect PROPN NNPS Number=Plur 11 nmod 11:nmod:on _ 15 of of ADP IN _ 17 case 17:case _ -16 Atomic Atomic PROPN NNP Number=Sing 17 compound 17:compound _ +16 Atomic Atomic ADJ NNP Degree=Pos 17 amod 17:amod _ 17 Radiation Radiation PROPN NNP Number=Sing 14 nmod 14:nmod:of _ 18 ) ) PUNCT -RRB- _ 11 punct 11:punct _ 19 report report NOUN NN Number=Sing 2 nsubj 2:nsubj _ 20 in in ADP IN _ 21 case 21:case _ -21 2000 2000 NUM CD NumType=Card 2 obl 2:obl:in _ +21 2000 2000 NUM CD NumForm=Digit|NumType=Card 2 obl 2:obl:in _ 22 on on ADP IN _ 25 case 25:case _ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 24 health health NOUN NN Number=Sing 25 compound 25:compound _ @@ -2076,21 +2076,21 @@ 29 that that SCONJ IN _ 31 mark 31:mark _ 30 there there PRON EX _ 31 expl 31:expl _ 31 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 28 ccomp 28:ccomp _ -32 no no DET DT _ 34 det 34:det _ +32 no no DET DT PronType=Neg 34 det 34:det _ 33 scientific scientific ADJ JJ Degree=Pos 34 amod 34:amod _ 34 evidence evidence NOUN NN Number=Sing 31 nsubj 31:nsubj _ 35 of of ADP IN _ 42 case 42:case _ -36 any any DET DT _ 42 det 42:det _ +36 any any DET DT PronType=Ind 42 det 42:det _ 37 significant significant ADJ JJ Degree=Pos 42 amod 42:amod _ 38 radiation radiation NOUN NN Number=Sing 40 obl:npmod 40:obl:npmod SpaceAfter=No -39 - - PUNCT HYPH _ 40 punct 40:punct SpaceAfter=No +39 - - PUNCT HYPH _ 38 punct 38:punct SpaceAfter=No 40 related related ADJ JJ Degree=Pos 42 amod 42:amod _ 41 health health NOUN NN Number=Sing 42 compound 42:compound _ 42 effects effect NOUN NNS Number=Plur 34 nmod 34:nmod:of _ 43 to to ADP IN _ 45 case 45:case _ 44 most most ADJ JJS Degree=Sup 45 amod 45:amod _ 45 people people NOUN NNS Number=Plur 42 nmod 42:nmod:to _ -46 exposed expose VERB VBN Tense=Past|VerbForm=Part 45 acl 45:acl SpaceAfter=No +46 exposed expose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 45 acl 45:acl SpaceAfter=No 47 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-typepad.com_ripples_20040407125600_ENG_20040407_125600-0008 @@ -2104,34 +2104,34 @@ 7 Australasian Australasian PROPN NNP Number=Sing 10 compound 10:compound _ 8 Radiation Radiation PROPN NNP Number=Sing 9 compound 9:compound _ 9 Protection Protection PROPN NNP Number=Sing 10 compound 10:compound _ -10 Society Society PROPN NNP Number=Sing 4 obl 4:obl:by _ +10 Society Society PROPN NNP Number=Sing 4 obl:agent 4:obl:agent _ 11 in in ADP IN _ 14 case 14:case _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 press press NOUN NN Number=Sing 14 compound 14:compound _ 14 release release NOUN NN Number=Sing 4 obl 4:obl:in|21:nsubj _ -15 titled title VERB VBN Tense=Past|VerbForm=Part 14 acl 14:acl _ +15 titled title VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 acl 14:acl _ 16 THE the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 MYTHS MYTHS PROPN NNPS Number=Plur 15 obj 15:obj _ 18 OF of ADP IN _ 19 case 19:case _ 19 CHERNOBYL CHERNOBYL PROPN NNP Number=Sing 17 nmod 17:nmod:of _ 20 which which PRON WDT PronType=Rel 21 nsubj 14:ref _ -21 contained contain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ -22 the the DET DT Definite=Def|PronType=Art 21 obj 21:obj _ -23 following follow VERB VBG VerbForm=Ger 22 amod 22:amod SpaceAfter=No +21 contained contain VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ +22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ +23 following follow VERB VBG VerbForm=Ger 21 obj 21:obj SpaceAfter=No 24 : : PUNCT : _ 4 punct 4:punct _ # sent_id = weblog-typepad.com_ripples_20040407125600_ENG_20040407_125600-0009 # text = One of the most widespread myths of recent times is that the Chernobyl nuclear reactor accident in 1986 caused many thousands of extra cancer deaths in neighbouring regions, and that public health has been severely affected by exposure to radiation. -1 One one NUM CD NumType=Card 10 nsubj 10:nsubj _ +1 One one NUM CD NumForm=Word|NumType=Card 19 nsubj:outer 19:nsubj:outer|37:nsubj:outer _ 2 of of ADP IN _ 6 case 6:case _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -4 most most ADV RBS _ 5 advmod 5:advmod _ +4 most most ADV RBS Degree=Sup 5 advmod 5:advmod _ 5 widespread widespread ADJ JJ Degree=Pos 6 amod 6:amod _ 6 myths myth NOUN NNS Number=Plur 1 nmod 1:nmod:of _ 7 of of ADP IN _ 9 case 9:case _ 8 recent recent ADJ JJ Degree=Pos 9 amod 9:amod _ 9 times time NOUN NNS Number=Plur 6 nmod 6:nmod:of _ -10 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 11 that that SCONJ IN _ 19 mark 19:mark _ 12 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 13 Chernobyl Chernobyl PROPN NNP Number=Sing 16 compound 16:compound _ @@ -2139,8 +2139,8 @@ 15 reactor reactor NOUN NN Number=Sing 16 compound 16:compound _ 16 accident accident NOUN NN Number=Sing 19 nsubj 19:nsubj _ 17 in in ADP IN _ 18 case 18:case _ -18 1986 1986 NUM CD NumType=Card 16 nmod 16:nmod:in _ -19 caused cause VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 ccomp 10:ccomp _ +18 1986 1986 NUM CD NumForm=Digit|NumType=Card 16 nmod 16:nmod:in _ +19 caused cause VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 20 many many ADJ JJ Degree=Pos 21 amod 21:amod _ 21 thousands thousand NOUN NNS Number=Plur 19 obj 19:obj _ 22 of of ADP IN _ 25 case 25:case _ @@ -2158,24 +2158,24 @@ 34 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 37 aux 37:aux _ 35 been be AUX VBN Tense=Past|VerbForm=Part 37 aux:pass 37:aux:pass _ 36 severely severely ADV RB _ 37 advmod 37:advmod _ -37 affected affect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 conj 10:ccomp|19:conj:and _ +37 affected affect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 conj 0:root|19:conj:and _ 38 by by ADP IN _ 39 case 39:case _ -39 exposure exposure NOUN NN Number=Sing 37 obl 37:obl:by _ +39 exposure exposure NOUN NN Number=Sing 37 obl:agent 37:obl:agent _ 40 to to ADP IN _ 41 case 41:case _ 41 radiation radiation NOUN NN Number=Sing 39 nmod 39:nmod:to SpaceAfter=No -42 . . PUNCT . _ 10 punct 10:punct _ +42 . . PUNCT . _ 19 punct 19:punct _ # sent_id = weblog-typepad.com_ripples_20040407125600_ENG_20040407_125600-0010 # text = Many people still believe that to be true, even though the Ministry of Russian Federation on Civil Defence, Emergencies and Elimination of Conseguences of Natural Disasters (EMERCOM of Russia) reported this in 1996: 1 Many many ADJ JJ Degree=Pos 2 amod 2:amod _ 2 people people NOUN NNS Number=Plur 4 nsubj 4:nsubj _ 3 still still ADV RB _ 4 advmod 4:advmod _ -4 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 believe believe VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 that that PRON DT Number=Sing|PronType=Dem 4 obj 4:obj|8:nsubj:xsubj _ 6 to to PART TO _ 8 mark 8:mark _ 7 be be AUX VB VerbForm=Inf 8 cop 8:cop _ 8 true true ADJ JJ Degree=Pos 4 xcomp 4:xcomp SpaceAfter=No -9 , , PUNCT , _ 4 punct 4:punct _ +9 , , PUNCT , _ 34 punct 34:punct _ 10 even even ADV RB _ 34 advmod 34:advmod _ 11 though though SCONJ IN _ 34 mark 34:mark _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ @@ -2184,34 +2184,34 @@ 15 Russian Russian PROPN NNP Number=Sing 16 compound 16:compound _ 16 Federation federation NOUN NN Number=Sing 13 nmod 13:nmod:of _ 17 on on ADP IN _ 19 case 19:case _ -18 Civil Civil PROPN NNP Number=Sing 19 compound 19:compound _ +18 Civil Civil ADJ NNP Degree=Pos 19 amod 19:amod _ 19 Defence Defence PROPN NNP Number=Sing 16 nmod 16:nmod:on SpaceAfter=No 20 , , PUNCT , _ 21 punct 21:punct _ -21 Emergencies Emergencies PROPN NNPS Number=Plur 19 conj 16:nmod:on|19:conj:and _ +21 Emergencies Emergency PROPN NNPS Number=Plur 19 conj 16:nmod:on|19:conj:and _ 22 and and CCONJ CC _ 23 cc 23:cc _ 23 Elimination Elimination PROPN NNP Number=Sing 19 conj 16:nmod:on|19:conj:and _ 24 of of ADP IN _ 25 case 25:case _ -25 Conseguences Conseguences PROPN NNPS Number=Plur 23 nmod 23:nmod:of _ +25 Conseguences Conseguence PROPN NNPS Number=Plur 23 nmod 23:nmod:of _ 26 of of ADP IN _ 28 case 28:case _ -27 Natural Natural PROPN NNP Number=Sing 28 compound 28:compound _ -28 Disasters Disasters PROPN NNPS Number=Plur 25 nmod 25:nmod:of _ +27 Natural Natural ADJ NNP Degree=Pos 28 amod 28:amod _ +28 Disasters Disaster PROPN NNPS Number=Plur 25 nmod 25:nmod:of _ 29 ( ( PUNCT -LRB- _ 30 punct 30:punct SpaceAfter=No 30 EMERCOM EMERCOM PROPN NNP Number=Sing 13 appos 13:appos _ 31 of of ADP IN _ 32 case 32:case _ 32 Russia Russia PROPN NNP Number=Sing 30 nmod 30:nmod:of SpaceAfter=No 33 ) ) PUNCT -RRB- _ 30 punct 30:punct _ -34 reported report VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:though _ +34 reported report VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:though _ 35 this this PRON DT Number=Sing|PronType=Dem 34 obj 34:obj _ 36 in in ADP IN _ 37 case 37:case _ -37 1996 1996 NUM CD NumType=Card 34 obl 34:obl:in SpaceAfter=No +37 1996 1996 NUM CD NumForm=Digit|NumType=Card 34 obl 34:obl:in SpaceAfter=No 38 : : PUNCT : _ 4 punct 4:punct _ # sent_id = weblog-typepad.com_ripples_20040407125600_ENG_20040407_125600-0011 # text = CHERNOBYL ACCIDENT: TEN YEARS ON 1 CHERNOBYL CHERNOBYL PROPN NNP Number=Sing 2 compound 2:compound _ 2 ACCIDENT accident NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ -4 TEN ten NUM CD NumType=Card 5 nummod 5:nummod _ +3 : : PUNCT : _ 5 punct 5:punct _ +4 TEN ten NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 5 YEARS year NOUN NNS Number=Plur 2 parataxis 2:parataxis _ 6 ON on ADV RB _ 5 advmod 5:advmod _ @@ -2221,7 +2221,7 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 last last ADJ JJ Degree=Pos 4 amod 4:amod _ 4 decade decade NOUN NN Number=Sing 13 nmod 13:nmod:in SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 there there PRON EX _ 8 expl 8:expl _ 7 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 been be VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ @@ -2233,19 +2233,19 @@ 14 in in ADP IN _ 24 case 24:case _ 15 childhood childhood NOUN NN Number=Sing 24 compound 24:compound _ 16 and and CCONJ CC _ 23 cc 23:cc SpaceAfter=No -17 , , PUNCT , _ 23 punct 23:punct _ +17 , , PUNCT , _ 16 punct 16:punct _ 18 to to ADP IN _ 21 case 21:case _ 19 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 20 certain certain ADJ JJ Degree=Pos 21 amod 21:amod _ 21 extent extent NOUN NN Number=Sing 23 nmod 23:nmod:to SpaceAfter=No -22 , , PUNCT , _ 23 punct 23:punct _ +22 , , PUNCT , _ 21 punct 21:punct _ 23 adult adult NOUN NN Number=Sing 15 conj 15:conj:and|24:compound _ 24 carcinoma carcinoma NOUN NN Number=Sing 13 nmod 13:nmod:in _ 25 of of ADP IN _ 27 case 27:case _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 thyroid thyroid NOUN NN Number=Sing 24 nmod 24:nmod:of _ 28 in in ADP IN _ 30 case 30:case _ -29 contaminated contaminate VERB VBN Tense=Past|VerbForm=Part 30 amod 30:amod _ +29 contaminated contaminate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 30 amod 30:amod _ 30 regions region NOUN NNS Number=Plur 13 nmod 13:nmod:in _ 31 of of ADP IN _ 35 case 35:case _ 32 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ @@ -2264,7 +2264,7 @@ 45 Chernobyl Chernobyl PROPN NNP Number=Sing 46 compound 46:compound _ 46 accident accident NOUN NN Number=Sing 42 obl 42:obl:to _ 47 until until SCONJ IN _ 48 mark 48:mark _ -48 proven prove VERB VBN Tense=Past|VerbForm=Part 42 advcl 42:advcl:until _ +48 proven prove VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 42 advcl 42:advcl:until _ 49 otherwise otherwise ADV RB _ 48 xcomp 48:xcomp SpaceAfter=No 50 . . PUNCT . _ 8 punct 8:punct _ @@ -2274,12 +2274,12 @@ 2 prestigious prestigious ADJ JJ Degree=Pos 3 amod 3:amod _ 3 IAEA IAEA PROPN NNP Number=Sing 10 nsubj 10:nsubj|25:nsubj _ 4 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No -5 International International PROPN NNP Number=Sing 8 compound 8:compound _ -6 Atomic Atomic PROPN NNP Number=Sing 7 compound 7:compound _ +5 International International ADJ NNP Degree=Pos 8 amod 8:amod _ +6 Atomic Atomic ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Energy Energy PROPN NNP Number=Sing 8 compound 8:compound _ 8 Agency Agency PROPN NNP Number=Sing 3 appos 3:appos SpaceAfter=No 9 ) ) PUNCT -RRB- _ 8 punct 8:punct _ -10 published publish VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 published publish VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 11 an a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 early early ADJ JJ Degree=Pos 13 amod 13:amod _ 13 report report NOUN NN Number=Sing 10 obj 10:obj|18:nsubj:pass _ @@ -2291,14 +2291,14 @@ 19 on on ADP IN _ 20 case 20:case _ 20 information information NOUN NN Number=Sing 18 obl 18:obl:on _ 21 from from ADP IN _ 23 case 23:case _ -22 Russian russian ADJ JJ Degree=Pos 23 amod 23:amod _ +22 Russian Russian ADJ JJ Degree=Pos 23 amod 23:amod _ 23 sources source NOUN NNS Number=Plur 20 nmod 20:nmod:from _ 24 and and CCONJ CC _ 25 cc 25:cc _ -25 stated state VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 conj 10:conj:and _ +25 stated state VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 conj 10:conj:and _ 26 that that SCONJ IN _ 28 mark 28:mark _ 27 there there PRON EX _ 28 expl 28:expl _ 28 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 ccomp 25:ccomp _ -29 no no DET DT _ 32 det 32:det _ +29 no no DET DT PronType=Neg 32 det 32:det _ 30 significant significant ADJ JJ Degree=Pos 32 amod 32:amod _ 31 health health NOUN NN Number=Sing 32 compound 32:compound _ 32 effects effect NOUN NNS Number=Plur 28 nsubj 28:nsubj SpaceAfter=No @@ -2307,36 +2307,36 @@ # sent_id = weblog-typepad.com_ripples_20040407125600_ENG_20040407_125600-0014 # text = However, in April 2001, the IAEA published Fifteen Years after the Chernobyl Accident - Lessons learned. which contradict the earlier reports. 1 However however ADV RB _ 9 advmod 9:advmod SpaceAfter=No -2 , , PUNCT , _ 9 punct 9:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 in in ADP IN _ 4 case 4:case _ 4 April April PROPN NNP Number=Sing 9 obl 9:obl:in _ -5 2001 2001 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +5 2001 2001 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No +6 , , PUNCT , _ 4 punct 4:punct _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 IAEA IAEA PROPN NNP Number=Sing 9 nsubj 9:nsubj _ -9 published publish VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -10 Fifteen Fifteen PROPN NNP Number=Sing 11 compound 11:compound _ -11 Years Years PROPN NNPS Number=Plur 15 nmod:tmod 15:nmod:tmod _ +9 published publish VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 Fifteen Fifteen NUM NNP NumForm=Word|NumType=Card 11 nummod 11:nummod _ +11 Years Year PROPN NNPS Number=Plur 15 nmod:tmod 15:nmod:tmod _ 12 after after ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 14 Chernobyl Chernobyl PROPN NNP Number=Sing 15 compound 15:compound _ 15 Accident Accident PROPN NNP Number=Sing 17 nmod 17:nmod:after _ -16 - - PUNCT : _ 17 punct 17:punct _ -17 Lessons Lessons PROPN NNPS Number=Plur 9 obj 9:obj|21:nsubj _ -18 learned learn VERB VBN Tense=Past|VerbForm=Part 17 acl 17:acl SpaceAfter=No +16 - - PUNCT : _ 15 punct 15:punct _ +17 Lessons Lesson PROPN NNPS Number=Plur 9 obj 9:obj|21:nsubj _ +18 learned learn VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 acl 17:acl SpaceAfter=No 19 . . PUNCT . _ 17 punct 17:punct _ 20 which which PRON WDT PronType=Rel 21 nsubj 17:ref _ -21 contradict contradict VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ +21 contradict contradict VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 17 acl:relcl 17:acl:relcl CorrectForm=contradicts 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -23 earlier earlier ADJ JJR Degree=Cmp 24 amod 24:amod _ +23 earlier early ADJ JJR Degree=Cmp 24 amod 24:amod _ 24 reports report NOUN NNS Number=Plur 21 obj 21:obj SpaceAfter=No 25 . . PUNCT . _ 9 punct 9:punct _ # sent_id = weblog-typepad.com_ripples_20040407125600_ENG_20040407_125600-0015 # text = Here are some excerpts: 1 Here here ADV RB PronType=Dem 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -3 some some DET DT _ 4 det 4:det _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +3 some some DET DT PronType=Ind 4 det 4:det _ 4 excerpts excerpt NOUN NNS Number=Plur 1 nsubj 1:nsubj SpaceAfter=No 5 : : PUNCT : _ 1 punct 1:punct _ @@ -2348,8 +2348,8 @@ 3 increase increase NOUN NN Number=Sing 29 nsubj 25:nsubj:pass|29:nsubj _ 4 in in ADP IN _ 9 case 9:case _ 5 radiation radiation NOUN NN Number=Sing 7 compound 7:compound SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No -7 induced induce VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod _ +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No +7 induced induce VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod _ 8 thyroid thyroid NOUN NN Number=Sing 9 compound 9:compound _ 9 cancers cancer NOUN NNS Number=Plur 3 nmod 3:nmod:in _ 10 in in ADP IN _ 11 case 11:case _ @@ -2363,14 +2363,14 @@ 18 , , PUNCT , _ 20 punct 20:punct _ 19 and and CCONJ CC _ 20 cc 20:cc _ 20 Ukraine Ukraine PROPN NNP Number=Sing 15 conj 3:nmod:in|15:conj:and SpaceAfter=No -21 , , PUNCT , _ 3 punct 3:punct _ +21 , , PUNCT , _ 25 punct 25:punct _ 22 which which PRON WDT PronType=Rel 25 nsubj:pass 3:ref _ -23 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ +23 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ 24 been be AUX VBN Tense=Past|VerbForm=Part 25 aux:pass 25:aux:pass _ 25 observed observe VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl:relcl 3:acl:relcl _ 26 since since ADP IN _ 27 case 27:case _ -27 1991 1991 NUM CD NumType=Card 25 obl 25:obl:since SpaceAfter=No -28 , , PUNCT , _ 29 punct 29:punct _ +27 1991 1991 NUM CD NumForm=Digit|NumType=Card 25 obl 25:obl:since SpaceAfter=No +28 , , PUNCT , _ 3 punct 3:punct _ 29 continues continue VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 30 to to ADP IN _ 32 case 32:case _ 31 this this DET DT Number=Sing|PronType=Dem 32 det 32:det _ @@ -2426,23 +2426,23 @@ 9 health health NOUN NN Number=Sing 7 nmod 7:nmod:of _ 10 of of ADP IN _ 11 case 11:case _ 11 children child NOUN NNS Number=Plur 9 nmod 9:nmod:of _ -12 affected affect VERB VBN Tense=Past|VerbForm=Part 11 acl 11:acl _ +12 affected affect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl 11:acl _ 13 by by ADP IN _ 16 case 16:case _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 15 Chernobyl Chernobyl PROPN NNP Number=Sing 16 compound 16:compound _ -16 accident accident NOUN NN Number=Sing 12 obl 12:obl:by _ +16 accident accident NOUN NN Number=Sing 12 obl:agent 12:obl:agent _ 17 in in ADP IN _ 20 case 20:case _ -18 all all DET DT _ 20 det 20:det _ -19 three three NUM CD NumType=Card 20 nummod 20:nummod _ +18 all all DET DT PronType=Tot 20 det 20:det _ +19 three three NUM CD NumForm=Word|NumType=Card 20 nummod 20:nummod _ 20 countries country NOUN NNS Number=Plur 7 nmod 7:nmod:in _ -21 - - PUNCT , _ 20 punct 20:punct _ +21 - - PUNCT , _ 22 punct 22:punct _ 22 Belarus Belarus PROPN NNP Number=Sing 20 appos 20:appos SpaceAfter=No 23 , , PUNCT , _ 24 punct 24:punct _ 24 Russia Russia PROPN NNP Number=Sing 22 conj 20:appos|22:conj:and SpaceAfter=No 25 , , PUNCT , _ 27 punct 27:punct _ 26 and and CCONJ CC _ 27 cc 27:cc _ 27 Ukraine Ukraine PROPN NNP Number=Sing 22 conj 20:appos|22:conj:and _ -28 - - PUNCT , _ 7 punct 7:punct _ +28 - - PUNCT , _ 32 punct 32:punct _ 29 in in ADP IN _ 32 case 32:case _ 30 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 31 post-accident post-accident ADJ JJ Degree=Pos 32 amod 32:amod _ @@ -2452,8 +2452,8 @@ 35 by by ADP IN _ 38 case 38:case _ 36 persistent persistent ADJ JJ Degree=Pos 38 amod 38:amod _ 37 negative negative ADJ JJ Degree=Pos 38 amod 38:amod _ -38 tendencies tendency NOUN NNS Number=Plur 34 obl 34:obl:by SpaceAfter=No -39 : : PUNCT : _ 34 punct 34:punct _ +38 tendencies tendency NOUN NNS Number=Plur 34 obl:agent 34:obl:agent SpaceAfter=No +39 : : PUNCT : _ 44 punct 44:punct _ 40 the the DET DT Definite=Def|PronType=Art 42 det 42:det _ 41 morbidity morbidity NOUN NN Number=Sing 42 compound 42:compound _ 42 rate rate NOUN NN Number=Sing 44 nsubj 44:nsubj _ @@ -2481,22 +2481,22 @@ 1 As as ADP IN _ 3 case 3:case _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 parent parent NOUN NN Number=Sing 8 obl 8:obl:as SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 6 can can AUX MD VerbForm=Fin 8 aux 8:aux _ 7 well well ADV RB Degree=Pos 8 advmod 8:advmod _ 8 imagine imagine VERB VB VerbForm=Inf 0 root 0:root _ -9 how how SCONJ WRB PronType=Int 10 mark 10:mark _ -10 painful painful ADJ JJ Degree=Pos 8 obj 8:obj _ +9 how how ADV WRB PronType=Int 10 advmod 10:advmod _ +10 painful painful ADJ JJ Degree=Pos 8 ccomp 8:ccomp _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 expl 10:expl _ 12 must must AUX MD VerbForm=Fin 10 aux 10:aux _ 13 be be AUX VB VerbForm=Inf 10 cop 10:cop _ 14 for for ADP IN _ 16 case 16:case _ 15 those that DET DT Number=Plur|PronType=Dem 16 det 16:det _ 16 families family NOUN NNS Number=Plur 10 obl 10:obl:for|18:nmod:poss _ -17 whose whose PRON WP$ Poss=Yes|PronType=Int 18 nmod:poss 16:ref _ +17 whose whose PRON WP$ Poss=Yes|PronType=Rel 18 nmod:poss 16:ref _ 18 children child NOUN NNS Number=Plur 20 nsubj 20:nsubj _ -19 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +19 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 20 succumbing succumb VERB VBG Tense=Pres|VerbForm=Part 16 acl:relcl 16:acl:relcl _ 21 to to ADP IN _ 23 case 23:case _ 22 radiation radiation NOUN NN Number=Sing 23 compound 23:compound _ @@ -2517,9 +2517,9 @@ # sent_id = weblog-typepad.com_ripples_20040407125600_ENG_20040407_125600-0021 # text = Being well-informed will give you certainty and that is desirable in a world of conflicting reports. -1 Being be VERB VBG VerbForm=Ger 4 aux:pass 4:aux:pass _ +1 Being be AUX VBG VerbForm=Ger 4 aux:pass 4:aux:pass _ 2 well well ADV RB Degree=Pos 4 advmod 4:advmod SpaceAfter=No -3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No +3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No 4 informed inform VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 csubj 6:csubj _ 5 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 6 give give VERB VB VerbForm=Inf 0 root 0:root _ @@ -2540,7 +2540,7 @@ # sent_id = weblog-typepad.com_ripples_20040407125600_ENG_20040407_125600-0022 # text = There are a wealth of references on Chernobyl. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 wealth wealth NOUN NN Number=Sing 2 nsubj 2:nsubj _ 5 of of ADP IN _ 6 case 6:case _ @@ -2552,14 +2552,14 @@ # sent_id = weblog-typepad.com_ripples_20040407125600_ENG_20040407_125600-0023 # text = Read some of the following links and draw your own conclusions. 1 Read read VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 some some DET DT _ 1 obj 1:obj _ +2 some some DET DT PronType=Ind 1 obj 1:obj _ 3 of of ADP IN _ 6 case 6:case _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 following follow VERB VBG VerbForm=Ger 6 amod 6:amod _ 6 links link NOUN NNS Number=Plur 2 nmod 2:nmod:of _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 draw draw VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 own own ADJ JJ Degree=Pos 11 amod 11:amod _ 11 conclusions conclusion NOUN NNS Number=Plur 8 obj 8:obj SpaceAfter=No 12 . . PUNCT . _ 1 punct 1:punct _ @@ -2568,19 +2568,19 @@ # text = These links present the many viewpoints that existed and still exist about the disaster called Chernobyl: 1 These this DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 links link NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 present present VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 present present VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 many many ADJ JJ Degree=Pos 6 amod 6:amod _ 6 viewpoints viewpoint NOUN NNS Number=Plur 3 obj 3:obj|8:nsubj|11:nsubj _ 7 that that PRON WDT PronType=Rel 8 nsubj 6:ref _ -8 existed exist VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +8 existed exist VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 still still ADV RB _ 11 advmod 11:advmod _ -11 exist exist VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 conj 6:acl:relcl|8:conj:and _ +11 exist exist VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 conj 6:acl:relcl|8:conj:and _ 12 about about ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 disaster disaster NOUN NN Number=Sing 6 nmod 6:nmod:about _ -15 called call VERB VBN Tense=Past|VerbForm=Part 14 acl 14:acl _ +15 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 acl 14:acl _ 16 Chernobyl Chernobyl PROPN NNP Number=Sing 15 obj 15:obj SpaceAfter=No 17 : : PUNCT : _ 3 punct 3:punct _ @@ -2588,8 +2588,8 @@ # text = IAEA Report Lessons learned 1 IAEA IAEA PROPN NNP Number=Sing 2 compound 2:compound _ 2 Report report NOUN NN Number=Sing 0 root 0:root _ -3 Lessons Lessons PROPN NNPS Number=Plur 2 appos 2:appos _ -4 learned learn VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ +3 Lessons Lesson PROPN NNPS Number=Plur 2 appos 2:appos _ +4 learned learn VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ # sent_id = weblog-typepad.com_ripples_20040407125600_ENG_20040407_125600-0026 # text = http://www.ibiblio.org/expo/soviet.exhibit/chernobyl.html @@ -2597,7 +2597,7 @@ # sent_id = weblog-typepad.com_ripples_20040407125600_ENG_20040407_125600-0027 # text = http://www.ibrae.ac.ru/IBRAE/eng/chernobyl/nat_rep/nat_repe.htm#24 -1 http://www.ibrae.ac.ru/IBRAE/eng/chernobyl/nat_rep/nat_repe.htm#24 http://www.ibrae.ac.ru/ibrae/eng/chernobyl/nat_rep/nat_repe.htm#24 X ADD _ 0 root 0:root _ +1 http://www.ibrae.ac.ru/IBRAE/eng/chernobyl/nat_rep/nat_repe.htm#24 http://www.ibrae.ac.ru/IBRAE/eng/chernobyl/nat_rep/nat_repe.htm#24 X ADD _ 0 root 0:root _ # sent_id = weblog-typepad.com_ripples_20040407125600_ENG_20040407_125600-0028 # text = http://www.nsrl.ttu.edu/chernobyl/wildlifepreserve.htm @@ -2629,7 +2629,7 @@ # sent_id = weblog-typepad.com_ripples_20040407125600_ENG_20040407_125600-0035 # text = http://www.calguard.ca.gov/ia/Chernobyl-15%20years.htm -1 http://www.calguard.ca.gov/ia/Chernobyl-15%20years.htm http://www.calguard.ca.gov/ia/chernobyl-15%20years.htm X ADD _ 0 root 0:root _ +1 http://www.calguard.ca.gov/ia/Chernobyl-15%20years.htm http://www.calguard.ca.gov/ia/Chernobyl-15%20years.htm X ADD _ 0 root 0:root _ # sent_id = weblog-typepad.com_ripples_20040407125600_ENG_20040407_125600-0036 # text = http://www.infoukes.com/history/chornobyl/gregorovich/index.html @@ -2701,17 +2701,17 @@ 5 in in SCONJ IN _ 6 mark 6:mark _ 6 hearing hear VERB VBG VerbForm=Ger 4 advcl 4:advcl:in _ 7 what what DET WDT PronType=Int 8 det 8:det _ -8 conclusions conclusion NOUN NNS Number=Plur 6 obj 6:obj _ +8 conclusions conclusion NOUN NNS Number=Plur 10 obj 10:obj _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -10 reached reach VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ -11 and and CCONJ CC _ 12 cc 12:cc _ -12 what what PRON WP PronType=Int 8 conj 8:conj:and _ +10 reached reach VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp _ +11 and and CCONJ CC _ 14 cc 14:cc _ +12 what what PRON WP PronType=Int 14 obj 14:obj|18:nsubj _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj _ -14 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ -15 that that PRON WDT PronType=Dem 18 nsubj 18:nsubj _ +14 found find VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 10 conj 10:conj:and _ +15 that that PRON WDT PronType=Rel 18 nsubj 12:ref _ 16 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 cop 18:cop _ -17 most most ADV RBS _ 18 advmod 18:advmod _ -18 convincing convincing ADJ JJ Degree=Pos 14 ccomp 14:ccomp SpaceAfter=No +17 most most ADV RBS Degree=Sup 18 advmod 18:advmod _ +18 convincing convincing ADJ JJ Degree=Pos 12 acl:relcl 12:acl:relcl SpaceAfter=No 19 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-typepad.com_ripples_20040407125600_ENG_20040407_125600-0052 @@ -2726,9 +2726,9 @@ 3 child child NOUN NN Number=Sing 8 obl 8:obl:as _ 4 in in ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 50's 50' NOUN NNS Number=Plur 3 nmod 3:nmod:in _ +6 50's 50s NOUN NNS Number=Plur 3 nmod 3:nmod:in _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 lot lot NOUN NN Number=Sing 8 obj 8:obj _ 11 of of ADP IN _ 13 case 13:case _ @@ -2736,7 +2736,7 @@ 13 problems problem NOUN NNS Number=Plur 10 nmod 10:nmod:of _ 14 and and CCONJ CC _ 16 cc 16:cc _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj|28:nsubj _ -16 treated treat VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 conj 8:conj:and _ +16 treated treat VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 conj 8:conj:and _ 17 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 obj 16:obj _ 18 with with ADP IN _ 20 case 20:case _ 19 radiation radiation NOUN NN Number=Sing 20 compound 20:compound _ @@ -2744,28 +2744,28 @@ 21 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No 22 primitive primitive ADJ JJ Degree=Pos 20 acl:relcl 20:acl:relcl _ 23 at at ADP IN _ 24 case 24:case _ -24 best best ADJ JJS Degree=Sup 22 obl 22:obl:at SpaceAfter=No +24 best good ADJ JJS Degree=Sup 22 obl 22:obl:at SpaceAfter=No 25 ! ! PUNCT . _ 22 punct 22:punct SpaceAfter=No 26 ) ) PUNCT -RRB- _ 22 punct 22:punct _ 27 and and CCONJ CC _ 28 cc 28:cc _ -28 stopped stop VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 conj 16:conj:and _ -29 when when SCONJ WRB PronType=Int 35 mark 35:mark _ +28 stopped stop VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 16 conj 16:conj:and _ +29 when when ADV WRB PronType=Int 35 advmod 35:advmod _ 30 a a DET DT Definite=Ind|PronType=Art 31 det 31:det _ 31 lesion lesion NOUN NN Number=Sing 35 nsubj 35:nsubj|36:nsubj:xsubj _ 32 on on ADP IN _ 34 case 34:case _ -33 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ +33 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ 34 neck neck NOUN NN Number=Sing 31 nmod 31:nmod:on _ -35 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 28 advcl 28:advcl:when _ +35 started start VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 28 advcl 28:advcl:when _ 36 enlarging enlarge VERB VBG VerbForm=Ger 35 xcomp 35:xcomp SpaceAfter=No -37 -- -- PUNCT , _ 8 punct 8:punct SpaceAfter=No +37 -- -- PUNCT , _ 39 punct 39:punct SpaceAfter=No 38 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 39 nsubj 39:nsubj|45:nsubj _ -39 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 parataxis 8:parataxis _ +39 said say VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 parataxis 8:parataxis _ 40 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 43 nsubj 43:nsubj _ 41 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 43 cop 43:cop _ 42 not not PART RB _ 43 advmod 43:advmod _ 43 CA ca NOUN NN Number=Sing 39 ccomp 39:ccomp _ 44 but but CCONJ CC _ 45 cc 45:cc _ -45 stopped stop VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 39 conj 39:conj:but _ +45 stopped stop VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 39 conj 39:conj:but _ 46 the the DET DT Definite=Def|PronType=Art 47 det 47:det _ 47 treatments treatment NOUN NNS Number=Plur 45 obj 45:obj SpaceAfter=No 48 .... .... PUNCT . _ 8 punct 8:punct _ @@ -2775,8 +2775,8 @@ 1 Remember remember VERB VB VerbForm=Inf 0 root 0:root _ 2 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 3 old old ADJ JJ Degree=Pos 6 amod 6:amod _ -4 shoe shoe NOUN NN Number=Sing 6 compound 6:compound _ -5 sizing size VERB VBG VerbForm=Ger 4 amod 4:amod _ +4 shoe shoe NOUN NN Number=Sing 5 compound 5:compound _ +5 sizing size VERB VBG VerbForm=Ger 6 compound 6:compound _ 6 machines machine NOUN NNS Number=Plur 1 obj 1:obj|10:nsubj _ 7 that that PRON WDT PronType=Rel 10 nsubj 6:ref _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ @@ -2798,7 +2798,7 @@ # sent_id = weblog-typepad.com_ripples_20040407125600_ENG_20040407_125600-0056 # text = Don't have to mention what radiation has done and is still doing to Hirsohima & Nagaski folks--there can be no doubts about the effects of radiation in Chernobyl....... 1-2 Don't _ _ _ _ _ _ _ _ -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 n't not PART RB _ 3 advmod 3:advmod _ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ @@ -2812,15 +2812,15 @@ 12 still still ADV RB _ 13 advmod 13:advmod _ 13 doing do VERB VBG Tense=Pres|VerbForm=Part 9 conj 5:ccomp|9:conj:and _ 14 to to ADP IN _ 18 case 18:case _ -15 Hirsohima Hiroshima PROPN NNP Number=Sing|Typo=Yes 18 compound 18:compound _ +15 Hirsohima Hiroshima PROPN NNP Number=Sing|Typo=Yes 18 compound 18:compound CorrectForm=Hiroshima 16 & & CCONJ CC _ 17 cc 17:cc _ -17 Nagaski Nagasaki PROPN NNP Number=Sing|Typo=Yes 15 conj 15:conj|18:compound _ +17 Nagaski Nagasaki PROPN NNP Number=Sing|Typo=Yes 15 conj 15:conj|18:compound CorrectForm=Nagasaki 18 folks folk NOUN NNS Number=Plur 9 obl 9:obl:to SpaceAfter=No -19 -- -- PUNCT , _ 3 punct 3:punct SpaceAfter=No +19 -- -- PUNCT , _ 22 punct 22:punct SpaceAfter=No 20 there there PRON EX _ 22 expl 22:expl _ 21 can can AUX MD VerbForm=Fin 22 aux 22:aux _ 22 be be VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ -23 no no DET DT _ 24 det 24:det _ +23 no no DET DT PronType=Neg 24 det 24:det _ 24 doubts doubt NOUN NNS Number=Plur 22 nsubj 22:nsubj _ 25 about about ADP IN _ 27 case 27:case _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ @@ -2856,7 +2856,7 @@ # sent_id = weblog-typepad.com_ripples_20040407125600_ENG_20040407_125600-0058 # text = One of them is the Rest and Recuperation Program, wherein a child can come to the US for a few weeks in the summer. -1 One one NUM CD NumType=Card 9 nsubj 9:nsubj _ +1 One one NUM CD NumForm=Word|NumType=Card 9 nsubj 9:nsubj _ 2 of of ADP IN _ 3 case 3:case _ 3 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 1 nmod 1:nmod:of _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ @@ -2864,9 +2864,9 @@ 6 Rest Rest PROPN NNP Number=Sing 9 compound 9:compound _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 Recuperation Recuperation PROPN NNP Number=Sing 6 conj 6:conj:and|9:compound _ -9 Program Program PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ -11 wherein wherein ADV WRB PronType=Rel 15 advmod 15:advmod _ +9 Program Program PROPN NNP Number=Sing 0 root 0:root|15:obl SpaceAfter=No +10 , , PUNCT , _ 15 punct 15:punct _ +11 wherein wherein ADV WRB PronType=Rel 15 advmod 9:ref _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 child child NOUN NN Number=Sing 15 nsubj 15:nsubj _ 14 can can AUX MD VerbForm=Fin 15 aux 15:aux _ @@ -2889,23 +2889,23 @@ 2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 little little ADJ JJ Degree=Pos 4 amod 4:amod _ 4 time time NOUN NN Number=Sing 18 nsubj 18:nsubj _ -5 spent spend VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +5 spent spend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ 6 receiving receive VERB VBG VerbForm=Ger 5 advcl 5:advcl _ 7 wholesome wholesome ADJ JJ Degree=Pos 10 amod 10:amod SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 uncontaminated uncontaminated ADJ JJ Degree=Pos 10 amod 10:amod _ 10 food food NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 14 punct 14:punct _ 12 good good ADJ JJ Degree=Pos 14 amod 14:amod _ 13 medical medical ADJ JJ Degree=Pos 14 amod 14:amod _ 14 care care NOUN NN Number=Sing 10 conj 10:conj SpaceAfter=No -15 , , PUNCT , _ 10 punct 10:punct _ -16 etc. etc. X FW _ 10 conj 10:conj _ +15 , , PUNCT , _ 16 punct 16:punct _ +16 etc. etc. NOUN FW Abbr=Yes|Number=Plur 10 conj 10:conj _ 17 can can AUX MD VerbForm=Fin 18 aux 18:aux _ 18 add add VERB VB VerbForm=Inf 0 root 0:root _ -19 years year NOUN NNS Number=Plur 18 obl:tmod 18:obl:tmod _ +19 years year NOUN NNS Number=Plur 18 obj 18:obj _ 20 to to ADP IN _ 22 case 22:case _ -21 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 lives life NOUN NNS Number=Plur 18 obl 18:obl:to SpaceAfter=No 23 . . PUNCT . _ 18 punct 18:punct _ @@ -2914,7 +2914,7 @@ 1 S. S. PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 1 conj 1:conj:and|4:nsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 an a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 acquaintance acquaintance NOUN NN Number=Sing 4 obj 4:obj|9:nsubj _ 7 who who PRON WP PronType=Rel 9 nsubj 6:ref _ @@ -2927,7 +2927,7 @@ 14 for for ADP IN _ 16 case 16:case _ 15 many many ADJ JJ Degree=Pos 16 amod 16:amod _ 16 years year NOUN NNS Number=Plur 9 obl 9:obl:for SpaceAfter=No -17 ; ; PUNCT , _ 4 punct 4:punct _ +17 ; ; PUNCT , _ 23 punct 23:punct _ 18 to to PART TO _ 19 mark 19:mark _ 19 see see VERB VB VerbForm=Inf 23 csubj 23:csubj _ 20 these this DET DT Number=Plur|PronType=Dem 22 det 22:det _ @@ -2947,7 +2947,7 @@ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 gather gather VERB VB VerbForm=Inf 4 conj 2:acl:to|4:conj:and _ 7 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 4 obj 4:obj|6:obj _ -8 all all DET DT _ 7 det 7:det _ +8 all all DET DT PronType=Tot 7 det 7:det _ 9 in in ADV RB _ 4 advmod 4:advmod _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 almost almost ADV RB _ 12 advmod 12:advmod _ @@ -2956,31 +2956,31 @@ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 conj 12:conj:and _ 16 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 15 obj 15:obj|18:nsubj:xsubj _ -17 more more ADV RBR _ 18 advmod 18:advmod _ +17 more more ADV RBR Degree=Cmp 18 advmod 18:advmod _ 18 grateful grateful ADJ JJ Degree=Pos 15 xcomp 15:xcomp _ 19 for for ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 blessings blessing NOUN NNS Number=Plur 18 obl 18:obl:for _ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ -23 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 acl:relcl 21:acl:relcl SpaceAfter=No +23 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 21 acl:relcl 21:acl:relcl SpaceAfter=No 24 . . PUNCT . _ 12 punct 12:punct _ # sent_id = weblog-typepad.com_ripples_20040407125600_ENG_20040407_125600-0062 # text = Take care, my friend, Linda 1 Take take VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 care care NOUN NN Number=Sing 1 obj 1:obj SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -5 friend friend NOUN NN Number=Sing 1 obj 1:obj SpaceAfter=No -6 , , PUNCT , _ 1 punct 1:punct _ -7 Linda Linda PROPN NNP Number=Sing 1 vocative 1:vocative _ +3 , , PUNCT , _ 5 punct 5:punct _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +5 friend friend NOUN NN Number=Sing 1 vocative 1:vocative SpaceAfter=No +6 , , PUNCT , _ 7 punct 7:punct _ +7 Linda Linda PROPN NNP Number=Sing 5 appos 5:appos _ # sent_id = weblog-typepad.com_ripples_20040407125600_ENG_20040407_125600-0063 # newpar id = weblog-typepad.com_ripples_20040407125600_ENG_20040407_125600-p0005 # text = I'm sorry to say Elena's story has been revealed to be a fake. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 sorry sorry ADJ JJ Degree=Pos 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 say say VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ @@ -3002,11 +3002,11 @@ # newpar id = weblog-juancole.com_juancole_20030911085700_ENG_20030911_085700-p0001 # text = What do the new al-Qaeda videotape and audio speeches of Bin Laden and Ayman al-Zawahiri tell us about the hopes of the remaining top leadership of the organization? 1 What what PRON WP PronType=Int 20 obj 20:obj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 3 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 4 new new ADJ JJ Degree=Pos 11 amod 11:amod _ 5 al al PROPN NNP Number=Sing 7 compound 7:compound SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 Qaeda Qaeda PROPN NNP Number=Sing 11 compound 11:compound _ 8 videotape videotape NOUN NN Number=Sing 11 compound 11:compound _ 9 and and CCONJ CC _ 10 cc 10:cc _ @@ -3018,7 +3018,7 @@ 15 and and CCONJ CC _ 16 cc 16:cc _ 16 Ayman Ayman PROPN NNP Number=Sing 13 conj 11:nmod:of|13:conj:and _ 17 al al PROPN NNP Number=Sing 16 flat 16:flat SpaceAfter=No -18 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +18 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No 19 Zawahiri Zawahiri PROPN NNP Number=Sing 16 flat 16:flat _ 20 tell tell VERB VB VerbForm=Inf 0 root 0:root _ 21 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 20 iobj 20:iobj _ @@ -3042,36 +3042,36 @@ 3 US US PROPN NNP Number=Sing 7 nsubj 7:nsubj|9:nsubj:xsubj|11:nsubj:xsubj _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 Pakistan Pakistan PROPN NNP Number=Sing 3 conj 3:conj:and|7:nsubj|9:nsubj:xsubj|11:nsubj:xsubj _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 managed manage VERB VBN Tense=Past|VerbForm=Part 32 advcl 32:advcl:because _ 8 to to PART TO _ 9 mark 9:mark _ 9 capture capture VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 or or CCONJ CC _ 11 cc 11:cc _ 11 kill kill VERB VB VerbForm=Inf 9 conj 7:xcomp|9:conj:or _ 12 about about ADV RB _ 15 advmod 15:advmod _ -13 2 2 NUM CD NumType=Card 15 compound 15:compound SpaceAfter=No -14 / / PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +13 2 2 NUM CD NumForm=Digit|NumType=Card 15 compound 15:compound SpaceAfter=No +14 / / PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 3s 3 NOUN NNS Number=Plur 9 obj 9:obj|11:obj _ 16 of of ADP IN _ 23 case 23:case _ 17 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 18 top top ADJ JJ Degree=Pos 23 amod 23:amod _ -19 25 25 NUM CD NumType=Card 23 nummod 23:nummod _ +19 25 25 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ 20 al al PROPN NNP Number=Sing 22 compound 22:compound SpaceAfter=No -21 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No +21 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No 22 Qaeda Qaeda PROPN NNP Number=Sing 23 compound 23:compound _ 23 commanders commander NOUN NNS Number=Plur 15 nmod 15:nmod:of SpaceAfter=No -24 , , PUNCT , _ 32 punct 32:punct _ +24 , , PUNCT , _ 7 punct 7:punct _ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 26 middle middle ADJ JJ Degree=Pos 27 amod 27:amod _ 27 managers manager NOUN NNS Number=Plur 32 nsubj 32:nsubj _ -28 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 32 cop 32:cop _ +28 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 32 cop 32:cop _ 29 not not PART RB _ 32 advmod 32:advmod _ 30 in in ADP IN _ 32 case 32:case _ 31 close close ADJ JJ Degree=Pos 32 amod 32:amod _ 32 contact contact NOUN NN Number=Sing 0 root 0:root _ 33 with with ADP IN _ 36 case 36:case _ 34 al al PROPN NNP Number=Sing 36 compound 36:compound SpaceAfter=No -35 - - PUNCT HYPH _ 36 punct 36:punct SpaceAfter=No +35 - - PUNCT HYPH _ 34 punct 34:punct SpaceAfter=No 36 Zawahiri Zawahiri PROPN NNP Number=Sing 32 nmod 32:nmod:with _ 37 and and CCONJ CC _ 38 cc 38:cc _ 38 Bin Bin PROPN NNP Number=Sing 36 conj 32:nmod:with|36:conj:and _ @@ -3093,48 +3093,48 @@ # sent_id = weblog-juancole.com_juancole_20030911085700_ENG_20030911_085700-0004 # newpar id = weblog-juancole.com_juancole_20030911085700_ENG_20030911_085700-p0002 # text = These are 1) Assassinate or overthrow Gen. Pervez Musharraf, the Pakistani military "president" who had made a coup in 1999 and has thrown in his lot with the United States against the Taliban and al-Qaeda. -1 These this PRON DT Number=Plur|PronType=Dem 2 nsubj 2:nsubj _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 1 1 X LS _ 5 nummod 5:nummod SpaceAfter=No +1 These this PRON DT Number=Plur|PronType=Dem 5 nsubj:outer 5:nsubj:outer|7:nsubj:outer _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 1 1 NUM LS NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No 4 ) ) PUNCT -RRB- _ 3 punct 3:punct _ -5 Assassinate assassinate VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ +5 Assassinate assassinate VERB VB VerbForm=Inf 0 root 0:root _ 6 or or CCONJ CC _ 7 cc 7:cc _ -7 overthrow overthrow VERB VB VerbForm=Inf 5 conj 2:ccomp|5:conj:or _ +7 overthrow overthrow VERB VB VerbForm=Inf 5 conj 0:root|5:conj:or _ 8 Gen. Gen. PROPN NNP Number=Sing 5 obj 5:obj|7:obj _ 9 Pervez Pervez PROPN NNP Number=Sing 8 flat 8:flat _ 10 Musharraf Musharraf PROPN NNP Number=Sing 8 flat 8:flat SpaceAfter=No -11 , , PUNCT , _ 8 punct 8:punct _ +11 , , PUNCT , _ 16 punct 16:punct _ 12 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -13 Pakistani pakistani ADJ JJ Degree=Pos 16 amod 16:amod _ +13 Pakistani Pakistani ADJ JJ Degree=Pos 16 amod 16:amod _ 14 military military ADJ JJ Degree=Pos 16 amod 16:amod _ 15 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No 16 president president NOUN NN Number=Sing 8 appos 8:appos|20:nsubj|27:nsubj SpaceAfter=No 17 " " PUNCT '' _ 16 punct 16:punct _ 18 who who PRON WP PronType=Rel 20 nsubj 16:ref _ -19 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 aux 20:aux _ +19 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 aux 20:aux _ 20 made make VERB VBN Tense=Past|VerbForm=Part 16 acl:relcl 16:acl:relcl _ 21 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 22 coup coup NOUN NN Number=Sing 20 obj 20:obj _ 23 in in ADP IN _ 24 case 24:case _ -24 1999 1999 NUM CD NumType=Card 20 obl 20:obl:in _ +24 1999 1999 NUM CD NumForm=Digit|NumType=Card 20 obl 20:obl:in _ 25 and and CCONJ CC _ 27 cc 27:cc _ 26 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ 27 thrown throw VERB VBN Tense=Past|VerbForm=Part 20 conj 16:acl:relcl|20:conj:and _ 28 in in ADV RB _ 27 advmod 27:advmod _ -29 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +29 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 30 lot lot NOUN NN Number=Sing 27 obj 27:obj _ 31 with with ADP IN _ 34 case 34:case _ 32 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ -33 United United PROPN NNP Number=Sing 34 compound 34:compound _ -34 States States PROPN NNP Number=Sing 27 obl 27:obl:with _ +33 United United ADJ NNP Degree=Pos 34 amod 34:amod _ +34 States State PROPN NNPS Number=Plur 27 obl 27:obl:with _ 35 against against ADP IN _ 37 case 37:case _ 36 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ 37 Taliban Taliban PROPN NNP Number=Sing 27 obl 27:obl:against _ 38 and and CCONJ CC _ 41 cc 41:cc _ 39 al al PROPN NNP Number=Sing 41 compound 41:compound SpaceAfter=No -40 - - PUNCT HYPH _ 41 punct 41:punct SpaceAfter=No +40 - - PUNCT HYPH _ 39 punct 39:punct SpaceAfter=No 41 Qaeda Qaeda PROPN NNP Number=Sing 37 conj 27:obl:against|37:conj:and SpaceAfter=No -42 . . PUNCT . _ 2 punct 2:punct _ +42 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-juancole.com_juancole_20030911085700_ENG_20030911_085700-0005 # text = Musharraf has been trying to purge his officer corps of the substantial number of al-Qaeda sympathizers. @@ -3144,7 +3144,7 @@ 4 trying try VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 purge purge VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 8 officer officer NOUN NN Number=Sing 9 compound 9:compound _ 9 corps corps NOUN NN Number=Sing 6 obj 6:obj _ 10 of of ADP IN _ 13 case 13:case _ @@ -3153,14 +3153,14 @@ 13 number number NOUN NN Number=Sing 6 obl 6:obl:of _ 14 of of ADP IN _ 18 case 18:case _ 15 al al PROPN NNP Number=Sing 17 compound 17:compound SpaceAfter=No -16 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No +16 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No 17 Qaeda Qaeda PROPN NNP Number=Sing 18 compound 18:compound _ 18 sympathizers sympathizer NOUN NNS Number=Plur 13 nmod 13:nmod:of SpaceAfter=No 19 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-juancole.com_juancole_20030911085700_ENG_20030911_085700-0006 # text = His military intelligence has captured major figures like Abu Zubayda and Khalid Shaykh Muhammad, as well as nearly 500 other al-Qaeda operatives, over 400 of whom the Pakistanis have turned over to the US. -1 His he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 His his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 military military ADJ JJ Degree=Pos 3 amod 3:amod _ 3 intelligence intelligence NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ @@ -3175,24 +3175,24 @@ 13 Shaykh Shaykh PROPN NNP Number=Sing 12 flat 12:flat _ 14 Muhammad Muhammad PROPN NNP Number=Sing 12 flat 12:flat SpaceAfter=No 15 , , PUNCT , _ 25 punct 25:punct _ -16 as as ADV RB _ 25 cc 25:cc _ +16 as as ADV RB ExtPos=CCONJ 25 cc 25:cc _ 17 well well ADV RB Degree=Pos 16 fixed 16:fixed _ 18 as as ADP IN _ 16 fixed 16:fixed _ 19 nearly nearly ADV RB _ 20 advmod 20:advmod _ -20 500 500 NUM CD NumType=Card 25 nummod 25:nummod _ +20 500 500 NUM CD NumForm=Digit|NumType=Card 25 nummod 25:nummod _ 21 other other ADJ JJ Degree=Pos 25 amod 25:amod _ 22 al al PROPN NNP Number=Sing 24 compound 24:compound SpaceAfter=No -23 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No +23 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No 24 Qaeda Qaeda PROPN NNP Number=Sing 25 compound 25:compound _ -25 operatives operative NOUN NNS Number=Plur 9 conj 7:nmod:like|9:conj:and|28:nmod:like SpaceAfter=No -26 , , PUNCT , _ 25 punct 25:punct _ +25 operatives operative NOUN NNS Number=Plur 9 conj 7:nmod:like|9:conj:and|28:nmod:of SpaceAfter=No +26 , , PUNCT , _ 34 punct 34:punct _ 27 over over ADV RB _ 28 advmod 28:advmod _ -28 400 400 NUM CD NumType=Card 34 obj 34:obj _ +28 400 400 NUM CD NumForm=Digit|NumType=Card 34 obj 34:obj _ 29 of of ADP IN _ 30 case 30:case _ -30 whom whom PRON WP PronType=Int 28 nmod 25:ref _ +30 whom whom PRON WP PronType=Rel 28 nmod 25:ref _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ -32 Pakistanis Pakistanis PROPN NNPS Number=Plur 34 nsubj 34:nsubj _ -33 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 34 aux 34:aux _ +32 Pakistanis Pakistani PROPN NNPS Number=Plur 34 nsubj 34:nsubj _ +33 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 34 aux 34:aux _ 34 turned turn VERB VBN Tense=Past|VerbForm=Part 25 acl:relcl 25:acl:relcl _ 35 over over ADP RP _ 34 compound:prt 34:compound:prt _ 36 to to ADP IN _ 38 case 38:case _ @@ -3203,39 +3203,39 @@ # sent_id = weblog-juancole.com_juancole_20030911085700_ENG_20030911_085700-0007 # text = Musharraf held elections in October of 2002, in which center-right parties did well, but in which nearly 20 percent of parliament seats went to the fundamentalist religious party coalition, MMA. 1 Musharraf Musharraf PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 held hold VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 elections election NOUN NNS Number=Plur 2 obj 2:obj|15:obl _ +2 held hold VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 elections election NOUN NNS Number=Plur 2 obj 2:obj|15:obl:in|27:obl:in _ 4 in in ADP IN _ 5 case 5:case _ 5 October October PROPN NNP Number=Sing 2 obl 2:obl:in _ 6 of of ADP IN _ 7 case 7:case _ -7 2002 2002 NUM CD NumType=Card 5 nmod 5:nmod:of SpaceAfter=No -8 , , PUNCT , _ 2 punct 2:punct _ +7 2002 2002 NUM CD NumForm=Digit|NumType=Card 5 nmod 5:nmod:of SpaceAfter=No +8 , , PUNCT , _ 5 punct 5:punct _ 9 in in ADP IN _ 10 case 10:case _ 10 which which PRON WDT PronType=Rel 15 obl 3:ref _ 11 center center NOUN NN Number=Sing 14 compound 14:compound SpaceAfter=No -12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 13 right right ADJ JJ Degree=Pos 11 amod 11:amod _ 14 parties party NOUN NNS Number=Plur 15 nsubj 15:nsubj _ -15 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +15 did do VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 16 well well ADV RB Degree=Pos 15 advmod 15:advmod SpaceAfter=No 17 , , PUNCT , _ 27 punct 27:punct _ 18 but but CCONJ CC _ 27 cc 27:cc _ 19 in in ADP IN _ 20 case 20:case _ -20 which which PRON WDT PronType=Int 27 obl 27:obl:in _ +20 which which PRON WDT PronType=Rel 27 obl 3:ref _ 21 nearly nearly ADV RB _ 22 advmod 22:advmod _ -22 20 20 NUM CD NumType=Card 23 nummod 23:nummod _ +22 20 20 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ 23 percent percent NOUN NN Number=Sing 27 nsubj 27:nsubj _ 24 of of ADP IN _ 26 case 26:case _ 25 parliament parliament NOUN NN Number=Sing 26 compound 26:compound _ 26 seats seat NOUN NNS Number=Plur 23 nmod 23:nmod:of _ -27 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 conj 3:acl:relcl|15:conj:but _ +27 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 conj 3:acl:relcl|15:conj:but _ 28 to to ADP IN _ 33 case 33:case _ 29 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 30 fundamentalist fundamentalist ADJ JJ Degree=Pos 32 amod 32:amod _ 31 religious religious ADJ JJ Degree=Pos 32 amod 32:amod _ 32 party party NOUN NN Number=Sing 33 compound 33:compound _ 33 coalition coalition NOUN NN Number=Sing 27 obl 27:obl:to SpaceAfter=No -34 , , PUNCT , _ 33 punct 33:punct _ +34 , , PUNCT , _ 35 punct 35:punct _ 35 MMA MMA PROPN NNP Number=Sing 33 appos 33:appos SpaceAfter=No 36 . . PUNCT . _ 2 punct 2:punct _ @@ -3243,12 +3243,12 @@ # text = MMA also captured the Northwest Frontier Province, which probably shelters Bin Laden and al-Zawahiri, and is in a joint government of Baluchistan Province, also on the Afghanistan border. 1 MMA MMA PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 captured capture VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 captured capture VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 5 Northwest Northwest PROPN NNP Number=Sing 6 compound 6:compound _ 6 Frontier Frontier PROPN NNP Number=Sing 7 compound 7:compound _ 7 Province Province PROPN NNP Number=Sing 3 obj 3:obj|11:nsubj|24:nsubj SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 11 punct 11:punct _ 9 which which PRON WDT PronType=Rel 11 nsubj 7:ref _ 10 probably probably ADV RB _ 11 advmod 11:advmod _ 11 shelters shelter VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ @@ -3256,7 +3256,7 @@ 13 Laden Laden PROPN NNP Number=Sing 12 flat 12:flat _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 al al PROPN NNP Number=Sing 12 conj 11:obj|12:conj:and SpaceAfter=No -16 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +16 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No 17 Zawahiri Zawahiri PROPN NNP Number=Sing 15 flat 15:flat SpaceAfter=No 18 , , PUNCT , _ 24 punct 24:punct _ 19 and and CCONJ CC _ 24 cc 24:cc _ @@ -3268,7 +3268,7 @@ 25 of of ADP IN _ 27 case 27:case _ 26 Baluchistan Baluchistan PROPN NNP Number=Sing 27 compound 27:compound _ 27 Province Province PROPN NNP Number=Sing 24 nmod 24:nmod:of SpaceAfter=No -28 , , PUNCT , _ 27 punct 27:punct _ +28 , , PUNCT , _ 33 punct 33:punct _ 29 also also ADV RB _ 33 advmod 33:advmod _ 30 on on ADP IN _ 33 case 33:case _ 31 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ @@ -3280,7 +3280,7 @@ # text = If al-Qaeda can kill Musharraf or instigate a military coup against him by Islamist junior officers, they can hope to catapult the MMA to power as political allies and hosts. 1 If if SCONJ IN _ 6 mark 6:mark _ 2 al al PROPN NNP Number=Sing 4 compound 4:compound SpaceAfter=No -3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No +3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No 4 Qaeda Qaeda PROPN NNP Number=Sing 6 nsubj 6:nsubj|9:nsubj _ 5 can can AUX MD VerbForm=Fin 6 aux 6:aux _ 6 kill kill VERB VB VerbForm=Inf 22 advcl 22:advcl:if _ @@ -3296,7 +3296,7 @@ 16 Islamist Islamist PROPN NNP Number=Sing 18 compound 18:compound _ 17 junior junior ADJ JJ Degree=Pos 18 amod 18:amod _ 18 officers officer NOUN NNS Number=Plur 12 nmod 12:nmod:by SpaceAfter=No -19 , , PUNCT , _ 22 punct 22:punct _ +19 , , PUNCT , _ 6 punct 6:punct _ 20 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 22 nsubj 22:nsubj|24:nsubj:xsubj _ 21 can can AUX MD VerbForm=Fin 22 aux 22:aux _ 22 hope hope VERB VB VerbForm=Inf 0 root 0:root _ @@ -3327,7 +3327,7 @@ 10 for for ADP IN _ 12 case 12:case _ 11 terrorist terrorist ADJ JJ Degree=Pos 12 amod 12:amod _ 12 operations operation NOUN NNS Number=Plur 9 nmod 9:nmod:for SpaceAfter=No -13 , , PUNCT , _ 9 punct 9:punct _ +13 , , PUNCT , _ 19 punct 19:punct _ 14 which which PRON WDT PronType=Rel 19 nsubj 9:ref _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 16 also also ADV RB _ 19 advmod 19:advmod _ @@ -3338,17 +3338,17 @@ # sent_id = weblog-juancole.com_juancole_20030911085700_ENG_20030911_085700-0011 # text = All this is highly unlikely, as with most al-Qaeda crackpot schemes. -1 All all DET PDT _ 2 det:predet 2:det:predet _ -2 this this DET DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ +1 All all DET PDT PronType=Tot 2 det:predet 2:det:predet _ +2 this this PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 highly highly ADV RB _ 5 advmod 5:advmod _ 5 unlikely unlikely ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 14 punct 14:punct _ 7 as as ADP IN _ 14 case 14:case _ 8 with with ADP IN _ 14 case 14:case _ 9 most most ADJ JJS Degree=Sup 14 amod 14:amod _ 10 al al PROPN NNP Number=Sing 12 compound 12:compound SpaceAfter=No -11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No 12 Qaeda Qaeda PROPN NNP Number=Sing 14 compound 14:compound _ 13 crackpot crackpot NOUN NN Number=Sing 14 compound 14:compound _ 14 schemes scheme NOUN NNS Number=Plur 5 obl 5:obl:with SpaceAfter=No @@ -3366,7 +3366,7 @@ 8 small small ADJ JJ Degree=Pos 9 amod 9:amod _ 9 group group NOUN NN Number=Sing 15 nsubj 15:nsubj _ 10 of of ADP IN _ 12 case 12:case _ -11 Arab arab ADJ JJ Degree=Pos 12 amod 12:amod _ +11 Arab Arab ADJ JJ Degree=Pos 12 amod 12:amod _ 12 mujahidin mujahidin NOUN NNS Number=Plur 9 nmod 9:nmod:of _ 13 would would AUX MD VerbForm=Fin 15 aux 15:aux _ 14 virtually virtually ADV RB _ 15 advmod 15:advmod _ @@ -3378,21 +3378,21 @@ # sent_id = weblog-juancole.com_juancole_20030911085700_ENG_20030911_085700-0013 # text = Response: The US must do whatever it can to strengthen the legitimacy of the Pakistani government. 1 Response response NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 6 punct 6:punct _ 3 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 US US PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 5 must must AUX MD VerbForm=Fin 6 aux 6:aux _ 6 do do VERB VB VerbForm=Inf 1 appos 1:appos _ -7 whatever whatever PRON WP PronType=Int 6 obj 6:obj _ +7 whatever whatever PRON WP PronType=Rel 6 obj 6:obj _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 can can AUX MD VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +9 can can AUX MD VerbForm=Fin 7 acl:relcl 7:acl:relcl Promoted=Yes 10 to to PART TO _ 11 mark 11:mark _ 11 strengthen strengthen VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 legitimacy legitimacy NOUN NN Number=Sing 11 obj 11:obj _ 14 of of ADP IN _ 17 case 17:case _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -16 Pakistani pakistani ADJ JJ Degree=Pos 17 amod 17:amod _ +16 Pakistani Pakistani ADJ JJ Degree=Pos 17 amod 17:amod _ 17 government government NOUN NN Number=Sing 13 nmod 13:nmod:of SpaceAfter=No 18 . . PUNCT . _ 1 punct 1:punct _ @@ -3400,17 +3400,17 @@ # text = On the one hand, it should pressure Musharraf to take off his uniform and run for president in a fair election, and to repeal the contentious "Legal Framework Order" that essentially perpetuates his dictatorship. 1 On on ADP IN _ 4 case 4:case _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 one one NUM CD NumType=Card 4 nummod 4:nummod _ +3 one one NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 hand hand NOUN NN Number=Sing 11 obl 11:obl:on SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ -6 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 obj 8:obj|11:nsubj:xsubj|16:nsubj:xsubj|26:nsubj:xsubj _ +5 , , PUNCT , _ 4 punct 4:punct _ +6 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 7 should should AUX MD VerbForm=Fin 8 aux 8:aux _ 8 pressure pressure VERB VB VerbForm=Inf 0 root 0:root _ 9 Musharraf Musharraf PROPN NNP Number=Sing 8 obj 8:obj|11:nsubj:xsubj|16:nsubj:xsubj|26:nsubj:xsubj _ 10 to to PART TO _ 11 mark 11:mark _ 11 take take VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 12 off off ADP RP _ 11 compound:prt 11:compound:prt _ -13 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 uniform uniform NOUN NN Number=Sing 11 obj 11:obj _ 15 and and CCONJ CC _ 16 cc 16:cc _ 16 run run VERB VB VerbForm=Inf 11 conj 8:xcomp|11:conj:and _ @@ -3427,14 +3427,14 @@ 27 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 28 contentious contentious ADJ JJ Degree=Pos 32 amod 32:amod _ 29 " " PUNCT `` _ 32 punct 32:punct SpaceAfter=No -30 Legal Legal PROPN NNP Number=Sing 31 compound 31:compound _ +30 Legal Legal ADJ NNP Degree=Pos 31 amod 31:amod _ 31 Framework Framework PROPN NNP Number=Sing 32 compound 32:compound _ 32 Order Order PROPN NNP Number=Sing 26 obj 26:obj|36:nsubj SpaceAfter=No 33 " " PUNCT '' _ 32 punct 32:punct _ 34 that that PRON WDT PronType=Rel 36 nsubj 32:ref _ 35 essentially essentially ADV RB _ 36 advmod 36:advmod _ 36 perpetuates perpetuate VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 32 acl:relcl 32:acl:relcl _ -37 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ +37 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ 38 dictatorship dictatorship NOUN NN Number=Sing 36 obj 36:obj SpaceAfter=No 39 . . PUNCT . _ 11 punct 11:punct _ @@ -3443,7 +3443,7 @@ 1 On on ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 other other ADJ JJ Degree=Pos 8 obl 8:obl:on SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 restrictions restriction NOUN NNS Number=Plur 8 nsubj:pass 8:nsubj:pass _ 6 should should AUX MD VerbForm=Fin 8 aux 8:aux _ 7 be be AUX VB VerbForm=Inf 8 aux:pass 8:aux:pass _ @@ -3451,9 +3451,9 @@ 9 on on ADP IN _ 15 case 15:case _ 10 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 11 mainstream mainstream ADJ JJ Degree=Pos 15 amod 15:amod _ -12 Muslim Muslim PROPN NNP Number=Sing 15 compound 15:compound _ +12 Muslim Muslim ADJ NNP Degree=Pos 15 amod 15:amod _ 13 League League PROPN NNP Number=Sing 15 compound 15:compound SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 N N PROPN NNP Number=Sing 8 obl 8:obl:on|24:nsubj _ 16 and and CCONJ CC _ 20 cc 20:cc _ 17 Pakistan Pakistan PROPN NNP Number=Sing 18 compound 18:compound _ @@ -3461,7 +3461,7 @@ 18 People People PROPN NNPS Number=Plur 20 nmod:poss 20:nmod:poss _ 19 's 's PART POS _ 18 case 18:case _ 20 Party Party PROPN NNP Number=Sing 15 conj 8:obl:on|15:conj:and|24:nsubj SpaceAfter=No -21 , , PUNCT , _ 15 punct 15:punct _ +21 , , PUNCT , _ 24 punct 24:punct _ 22 who who PRON WP PronType=Rel 24 nsubj 15:ref _ 23 can can AUX MD VerbForm=Fin 24 aux 24:aux _ 24 defeat defeat VERB VB VerbForm=Inf 15 acl:relcl 15:acl:relcl _ @@ -3471,12 +3471,12 @@ 28 fair fair ADJ JJ Degree=Pos 29 amod 29:amod _ 29 elections election NOUN NNS Number=Plur 24 obl 24:obl:in _ 30 if if SCONJ IN _ 32 mark 32:mark _ -31 not not ADV RB _ 32 advmod 32:advmod _ -32 hogtied hogtie VERB VBN Tense=Past|VerbForm=Part 24 advcl 24:advcl:if _ +31 not not PART RB _ 32 advmod 32:advmod _ +32 hogtied hogtie VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 24 advcl 24:advcl:if _ 33 by by ADP IN _ 36 case 36:case _ 34 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ 35 secret secret ADJ JJ Degree=Pos 36 amod 36:amod _ -36 police police NOUN NN Number=Sing 32 obl 32:obl:by SpaceAfter=No +36 police police NOUN NN Number=Sing 32 obl:agent 32:obl:agent SpaceAfter=No 37 . . PUNCT . _ 8 punct 8:punct _ # sent_id = weblog-juancole.com_juancole_20030911085700_ENG_20030911_085700-0016 @@ -3485,12 +3485,12 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 other other ADJ JJ Degree=Pos 4 amod 4:amod _ 4 hand hand NOUN NN Number=Sing 11 obl 11:obl:on SpaceAfter=No -5 , , PUNCT , _ 11 punct 11:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 US US PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 8 should should AUX MD VerbForm=Fin 11 aux 11:aux _ 9 strong strong ADJ JJ Degree=Pos 11 advmod 11:advmod SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 11 arm arm VERB VB VerbForm=Inf 0 root 0:root _ 12 India India PROPN NNP Number=Sing 11 obj 11:obj _ 13 and and CCONJ CC _ 14 cc 14:cc _ @@ -3508,9 +3508,9 @@ # sent_id = weblog-juancole.com_juancole_20030911085700_ENG_20030911_085700-0017 # text = Al-Zawahiri attempted to use Musharraf's lack of progress in helping the Muslims of that Indian state as a justification for his overthrow. 1 Al Al PROPN NNP Number=Sing 4 nsubj 4:nsubj|6:nsubj:xsubj SpaceAfter=No -2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 3 Zawahiri Zawahiri PROPN NNP Number=Sing 1 flat 1:flat _ -4 attempted attempt VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 attempted attempt VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 use use VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7-8 Musharraf's _ _ _ _ _ _ _ _ @@ -3522,16 +3522,16 @@ 12 in in SCONJ IN _ 13 mark 13:mark _ 13 helping help VERB VBG VerbForm=Ger 11 acl 11:acl:in _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -15 Muslims Muslims PROPN NNPS Number=Plur 13 obj 13:obj _ +15 Muslims Muslim PROPN NNPS Number=Plur 13 obj 13:obj _ 16 of of ADP IN _ 19 case 19:case _ 17 that that DET DT Number=Sing|PronType=Dem 19 det 19:det _ -18 Indian indian ADJ JJ Degree=Pos 19 amod 19:amod _ +18 Indian Indian ADJ JJ Degree=Pos 19 amod 19:amod _ 19 state state NOUN NN Number=Sing 15 nmod 15:nmod:of _ 20 as as ADP IN _ 22 case 22:case _ 21 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 22 justification justification NOUN NN Number=Sing 6 obl 6:obl:as _ 23 for for ADP IN _ 25 case 25:case _ -24 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 overthrow overthrow NOUN NN Number=Sing 22 nmod 22:nmod:for SpaceAfter=No 26 . . PUNCT . _ 4 punct 4:punct _ @@ -3552,27 +3552,27 @@ 13 of of ADP IN _ 15 case 15:case _ 14 nuclear nuclear ADJ JJ Degree=Pos 15 amod 15:amod _ 15 war war NOUN NN Number=Sing 12 nmod 12:nmod:of SpaceAfter=No -16 , , PUNCT , _ 7 punct 7:punct _ +16 , , PUNCT , _ 20 punct 20:punct _ 17 than than SCONJ IN _ 20 mark 20:mark _ 18 Iraq Iraq PROPN NNP Number=Sing 20 nsubj 20:nsubj _ 19 ever ever ADV RB _ 20 advmod 20:advmod _ -20 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:than SpaceAfter=No +20 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:than SpaceAfter=No 21 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-juancole.com_juancole_20030911085700_ENG_20030911_085700-0019 # text = 2) Target Israel and encourage the worst elements of the Palestinians by playing on the iron fist policies of the Sharon government. -1 2 2 X LS _ 3 nummod 3:nummod SpaceAfter=No +1 2 2 NUM LS NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No 2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ 3 Target target VERB VB VerbForm=Inf 0 root 0:root _ 4 Israel Israel PROPN NNP Number=Sing 3 obj 3:obj _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 encourage encourage VERB VB VerbForm=Inf 3 conj 3:conj:and _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 worst worst ADJ JJS Degree=Sup 9 amod 9:amod _ +8 worst bad ADJ JJS Degree=Sup 9 amod 9:amod _ 9 elements element NOUN NNS Number=Plur 6 obj 6:obj _ 10 of of ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -12 Palestinians Palestinians PROPN NNPS Number=Plur 9 nmod 9:nmod:of _ +12 Palestinians Palestinian PROPN NNPS Number=Plur 9 nmod 9:nmod:of _ 13 by by SCONJ IN _ 14 mark 14:mark _ 14 playing play VERB VBG VerbForm=Ger 6 advcl 6:advcl:by _ 15 on on ADP IN _ 19 case 19:case _ @@ -3589,7 +3589,7 @@ # sent_id = weblog-juancole.com_juancole_20030911085700_ENG_20030911_085700-0020 # text = Response: The US has succeeded in politically isolating Hamas, and started the process of cutting off its funding. 1 Response response NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 6 punct 6:punct _ 3 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 US US PROPN NNP Number=Sing 6 nsubj 6:nsubj|13:nsubj _ 5 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ @@ -3606,7 +3606,7 @@ 16 of of SCONJ IN _ 17 mark 17:mark _ 17 cutting cut VERB VBG VerbForm=Ger 15 acl 15:acl:of _ 18 off off ADP RP _ 17 compound:prt 17:compound:prt _ -19 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 funding funding NOUN NN Number=Sing 17 obj 17:obj SpaceAfter=No 21 . . PUNCT . _ 1 punct 1:punct _ @@ -3621,7 +3621,7 @@ 7 pull pull VERB VB VerbForm=Inf 0 root 0:root _ 8 off off ADP RP _ 7 compound:prt 7:compound:prt _ 9 far far ADV RB Degree=Pos 10 advmod 10:advmod _ -10 less less ADV RBS _ 11 advmod 11:advmod _ +10 less less ADV RBR Degree=Cmp 11 advmod 11:advmod _ 11 sophisticated sophisticated ADJ JJ Degree=Pos 12 amod 12:amod _ 12 bombings bombing NOUN NNS Number=Plur 7 obj 7:obj _ 13 and and CCONJ CC _ 14 cc 14:cc _ @@ -3640,7 +3640,7 @@ # sent_id = weblog-juancole.com_juancole_20030911085700_ENG_20030911_085700-0023 # text = But Sharon's iron fist is simply not working as a means of establishing general peace, and the Bush administration will have to finally apply effective pressure on Sharon to stop his outrages in and colonization of the West Bank and Gaza. -1 But but CCONJ CC _ 23 cc 23:cc _ +1 But but CCONJ CC _ 9 cc 9:cc _ 2-3 Sharon's _ _ _ _ _ _ _ _ 2 Sharon Sharon PROPN NNP Number=Sing 5 nmod:poss 5:nmod:poss _ 3 's 's PART POS _ 2 case 2:case _ @@ -3673,7 +3673,7 @@ 30 Sharon Sharon PROPN NNP Number=Sing 28 nmod 28:nmod:on _ 31 to to PART TO _ 32 mark 32:mark _ 32 stop stop VERB VB VerbForm=Inf 28 acl 28:acl:to _ -33 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ +33 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ 34 outrages outrage NOUN NNS Number=Plur 32 obj 32:obj _ 35 in in ADP IN _ 34 nmod 34:nmod _ 36 and and CCONJ CC _ 37 cc 37:cc _ @@ -3706,29 +3706,29 @@ 14 ratchet ratchet VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ 15 up up ADP RP _ 14 compound:prt 14:compound:prt _ 16 tensions tension NOUN NNS Number=Plur 14 obj 14:obj|22:nsubj|29:nsubj _ -17 further further ADV RBR Degree=Cmp 14 advmod 14:advmod _ +17 further far ADV RBR Degree=Cmp 14 advmod 14:advmod _ 18 and and CCONJ CC _ 19 cc 19:cc _ -19 further further ADV RBR Degree=Cmp 17 conj 14:advmod|17:conj:and SpaceAfter=No -20 , , PUNCT , _ 14 punct 14:punct _ +19 further far ADV RBR Degree=Cmp 17 conj 14:advmod|17:conj:and SpaceAfter=No +20 , , PUNCT , _ 17 punct 17:punct _ 21 which which PRON WDT PronType=Rel 22 nsubj 16:ref _ -22 spill spill VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ +22 spill spill VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ 23 over over ADV RB _ 22 advmod 22:advmod _ 24 into into ADP IN _ 27 case 27:case _ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ -26 Muslim muslim ADJ JJ Degree=Pos 27 amod 27:amod _ +26 Muslim Muslim ADJ JJ Degree=Pos 27 amod 27:amod _ 27 world world NOUN NN Number=Sing 22 obl 22:obl:into _ 28 and and CCONJ CC _ 29 cc 29:cc _ -29 serve serve VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 conj 16:acl:relcl|22:conj:and _ +29 serve serve VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 conj 16:acl:relcl|22:conj:and _ 30 as as ADP IN _ 33 case 33:case _ 31 a a DET DT Definite=Ind|PronType=Art 33 det 33:det _ 32 recruiting recruiting NOUN NN Number=Sing 33 compound 33:compound _ 33 tool tool NOUN NN Number=Sing 29 obl 29:obl:as _ 34 for for ADP IN _ 37 case 37:case _ 35 al al PROPN NNP Number=Sing 37 compound 37:compound SpaceAfter=No -36 - - PUNCT HYPH _ 37 punct 37:punct SpaceAfter=No +36 - - PUNCT HYPH _ 35 punct 35:punct SpaceAfter=No 37 Qaeda Qaeda PROPN NNP Number=Sing 33 nmod 33:nmod:for _ 38 in in ADP IN _ 40 case 40:case _ -39 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 40 nmod:poss 40:nmod:poss _ +39 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 40 nmod:poss 40:nmod:poss _ 40 search search NOUN NN Number=Sing 33 nmod 33:nmod:in _ 41 for for ADP IN _ 42 case 42:case _ 42 agents agent NOUN NNS Number=Plur 40 nmod 40:nmod:for _ @@ -3736,8 +3736,8 @@ 44 to to PART TO _ 45 mark 45:mark _ 45 hit hit VERB VB VerbForm=Inf 43 xcomp 43:xcomp _ 46 the the DET DT Definite=Def|PronType=Art 48 det 48:det _ -47 United United PROPN NNP Number=Sing 48 compound 48:compound _ -48 States States PROPN NNP Number=Sing 45 obj 45:obj SpaceAfter=No +47 United United ADJ NNP Degree=Pos 48 amod 48:amod _ +48 States State PROPN NNPS Number=Plur 45 obj 45:obj SpaceAfter=No 49 . . PUNCT . _ 6 punct 6:punct _ # sent_id = weblog-juancole.com_juancole_20030911085700_ENG_20030911_085700-0025 @@ -3745,10 +3745,10 @@ 1 Israel Israel PROPN NNP Number=Sing 2 nsubj 2:nsubj _ 2 owes owe VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 United United PROPN NNP Number=Sing 5 compound 5:compound _ -5 States States PROPN NNP Number=Sing 2 iobj 2:iobj _ -6 at at ADV RB _ 7 case 7:case _ -7 least least ADV RBS Degree=Sup 9 obl 9:obl:at _ +4 United United ADJ NNP Degree=Pos 5 amod 5:amod _ +5 States State PROPN NNPS Number=Plur 2 iobj 2:iobj _ +6 at at ADP IN _ 7 case 7:case _ +7 least least ADJ JJS Degree=Sup 9 obl 9:obl:at _ 8 this this ADV RB _ 9 advmod 9:advmod _ 9 much much ADJ JJ Degree=Pos 2 obj 2:obj SpaceAfter=No 10 , , PUNCT , _ 9 punct 9:punct _ @@ -3769,16 +3769,16 @@ # sent_id = weblog-juancole.com_juancole_20030911085700_ENG_20030911_085700-0026 # text = 3) Make Iraq another Afghanistan, using the Republican Right's own tactics against them. -1 3 3 X LS _ 3 nummod 3:nummod SpaceAfter=No +1 3 3 NUM LS NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No 2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ 3 Make make VERB VB VerbForm=Inf 0 root 0:root _ -4 Iraq Iraq PROPN NNP Number=Sing 3 obj 3:obj|6:nsubj:xsubj|8:nsubj:xsubj _ -5 another another DET DT _ 6 det 6:det _ +4 Iraq Iraq PROPN NNP Number=Sing 3 obj 3:obj|6:nsubj:xsubj _ +5 another another DET DT PronType=Ind 6 det 6:det _ 6 Afghanistan Afghanistan PROPN NNP Number=Sing 3 xcomp 3:xcomp SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ -8 using use VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ +7 , , PUNCT , _ 8 punct 8:punct _ +8 using use VERB VBG VerbForm=Ger 3 advcl 3:advcl _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 Republican Republican PROPN NNP Number=Sing 11 compound 11:compound _ +10 Republican Republican ADJ NNP Degree=Pos 11 amod 11:amod _ 11-12 Right's _ _ _ _ _ _ _ _ 11 Right Right PROPN NNP Number=Sing 14 nmod:poss 14:nmod:poss _ 12 's 's PART POS _ 11 case 11:case _ @@ -3791,7 +3791,7 @@ # sent_id = weblog-juancole.com_juancole_20030911085700_ENG_20030911_085700-0027 # text = Response: Iraq is actually hostile territory for al-Qaeda, and without Iraqi sympathizers it cannot succeed there. 1 Response response NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 7 punct 7:punct _ 3 Iraq Iraq PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 5 actually actually ADV RB _ 7 advmod 7:advmod _ @@ -3799,12 +3799,12 @@ 7 territory territory NOUN NN Number=Sing 1 appos 1:appos _ 8 for for ADP IN _ 11 case 11:case _ 9 al al PROPN NNP Number=Sing 11 compound 11:compound SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 11 Qaeda Qaeda PROPN NNP Number=Sing 7 nmod 7:nmod:for SpaceAfter=No 12 , , PUNCT , _ 20 punct 20:punct _ 13 and and CCONJ CC _ 20 cc 20:cc _ 14 without without ADP IN _ 16 case 16:case _ -15 Iraqi iraqi ADJ JJ Degree=Pos 16 amod 16:amod _ +15 Iraqi Iraqi ADJ JJ Degree=Pos 16 amod 16:amod _ 16 sympathizers sympathizer NOUN NNS Number=Plur 20 obl 20:obl:without _ 17 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 18-19 cannot _ _ _ _ _ _ _ _ @@ -3820,14 +3820,14 @@ 2 moving move VERB VBG VerbForm=Ger 17 advcl 17:advcl:by _ 3 quickly quickly ADV RB _ 2 advmod 2:advmod _ 4 to to ADP IN _ 6 case 6:case _ -5 Iraqi iraqi ADJ JJ Degree=Pos 6 amod 6:amod _ +5 Iraqi Iraqi ADJ JJ Degree=Pos 6 amod 6:amod _ 6 sovereignty sovereignty NOUN NN Number=Sing 2 obl 2:obl:to _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 improvement improvement NOUN NN Number=Sing 6 conj 2:obl:to|6:conj:and _ 9 of of ADP IN _ 11 case 11:case _ -10 Iraqi iraqi ADJ JJ Degree=Pos 11 amod 11:amod _ +10 Iraqi Iraqi ADJ JJ Degree=Pos 11 amod 11:amod _ 11 lives life NOUN NNS Number=Plur 8 nmod 8:nmod:of SpaceAfter=No -12 , , PUNCT , _ 17 punct 17:punct _ +12 , , PUNCT , _ 2 punct 2:punct _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 US US PROPN NNP Number=Sing 17 nsubj 17:nsubj|19:nsubj:xsubj _ 15 may may AUX MD VerbForm=Fin 17 aux 17:aux _ @@ -3835,15 +3835,15 @@ 17 able able ADJ JJ Degree=Pos 0 root 0:root _ 18 to to PART TO _ 19 mark 19:mark _ 19 get get VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ -20 Iraqis Iraqis PROPN NNPS Number=Plur 19 obj 19:obj|23:nsubj:xsubj _ +20 Iraqis Iraqi PROPN NNPS Number=Plur 19 obj 19:obj|23:nsubj:xsubj _ 21 on on ADP IN _ 23 case 23:case _ -22 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 side side NOUN NN Number=Sing 19 xcomp 19:xcomp SpaceAfter=No -24 , , PUNCT , _ 19 punct 19:punct _ +24 , , PUNCT , _ 28 punct 28:punct _ 25 so so SCONJ IN _ 28 mark 28:mark _ 26 that that SCONJ IN _ 25 fixed 25:fixed _ 27 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 28 nsubj 28:nsubj _ -28 turn turn VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:so_that _ +28 turn turn VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:so_that _ 29 in in ADP RP _ 28 compound:prt 28:compound:prt _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 31 foreigners foreigner NOUN NNS Number=Plur 28 obj 28:obj SpaceAfter=No @@ -3852,13 +3852,13 @@ # sent_id = weblog-juancole.com_juancole_20030911085700_ENG_20030911_085700-0029 # text = Certainly, the Shiites already hate al-Qaeda and would help; likewise the Kurds. 1 Certainly certainly ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 Shiites Shiites PROPN NNPS Number=Plur 6 nsubj 6:nsubj|12:nsubj _ +4 Shiites Shiite PROPN NNPS Number=Plur 6 nsubj 6:nsubj|12:nsubj _ 5 already already ADV RB _ 6 advmod 6:advmod _ -6 hate hate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 hate hate VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 al al PROPN NNP Number=Sing 9 compound 9:compound SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 Qaeda Qaeda PROPN NNP Number=Sing 6 obj 6:obj _ 10 and and CCONJ CC _ 12 cc 12:cc _ 11 would would AUX MD VerbForm=Fin 12 aux 12:aux _ @@ -3866,7 +3866,7 @@ 13 ; ; PUNCT , _ 16 punct 16:punct _ 14 likewise likewise ADV RB _ 16 advmod 16:advmod _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -16 Kurds Kurds PROPN NNPS Number=Plur 6 parataxis 6:parataxis SpaceAfter=No +16 Kurds Kurd PROPN NNPS Number=Plur 6 parataxis 6:parataxis SpaceAfter=No 17 . . PUNCT . _ 6 punct 6:punct _ # sent_id = weblog-juancole.com_juancole_20030911085700_ENG_20030911_085700-0030 @@ -3876,10 +3876,10 @@ 3 of of SCONJ IN _ 4 mark 4:mark _ 4 mollifying mollify VERB VBG VerbForm=Ger 2 acl 2:acl:of _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 Sunnis Sunnis PROPN NNPS Number=Plur 4 obj 4:obj SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +6 Sunnis Sunni PROPN NNPS Number=Plur 4 obj 4:obj SpaceAfter=No +7 , , PUNCT , _ 2 punct 2:punct _ 8 though though ADV RB _ 10 advmod 10:advmod SpaceAfter=No -9 , , PUNCT , _ 10 punct 10:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 11 to to PART TO _ 13 mark 13:mark _ 12 be be AUX VB VerbForm=Inf 13 aux:pass 13:aux:pass _ @@ -3888,7 +3888,7 @@ 15 avoid avoid VERB VB VerbForm=Inf 13 advcl 13:advcl:to _ 16 giving give VERB VBG VerbForm=Ger 15 xcomp 15:xcomp _ 17 al al PROPN NNP Number=Sing 19 compound 19:compound SpaceAfter=No -18 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No +18 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No 19 Qaeda Qaeda PROPN NNP Number=Sing 16 iobj 16:iobj _ 20 an a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 21 entrée entrée NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No @@ -3897,14 +3897,14 @@ # sent_id = weblog-juancole.com_juancole_20030911085700_ENG_20030911_085700-0031 # text = The Americans have to put away their free-market fetishism for a while and find ways of creating jobs and pumping money into Iraqi households. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 Americans Americans PROPN NNPS Number=Plur 3 nsubj 3:nsubj|5:nsubj:xsubj|16:nsubj:xsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 Americans American PROPN NNPS Number=Plur 3 nsubj 3:nsubj|5:nsubj:xsubj|16:nsubj:xsubj _ +3 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 put put VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 away away ADV RB _ 5 advmod 5:advmod _ -7 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +7 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 8 free free ADJ JJ Degree=Pos 10 amod 10:amod SpaceAfter=No -9 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +9 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No 10 market market NOUN NN Number=Sing 11 compound 11:compound _ 11 fetishism fetishism NOUN NN Number=Sing 5 obj 5:obj _ 12 for for ADP IN _ 14 case 14:case _ @@ -3920,20 +3920,20 @@ 22 pumping pump VERB VBG VerbForm=Ger 19 conj 17:acl:of|19:conj:and _ 23 money money NOUN NN Number=Sing 22 obj 22:obj _ 24 into into ADP IN _ 26 case 26:case _ -25 Iraqi iraqi ADJ JJ Degree=Pos 26 amod 26:amod _ +25 Iraqi Iraqi ADJ JJ Degree=Pos 26 amod 26:amod _ 26 households household NOUN NNS Number=Plur 22 obl 22:obl:into SpaceAfter=No 27 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-juancole.com_juancole_20030911085700_ENG_20030911_085700-0032 # text = We need an FDR in Iraq, not a Ronald Reagan. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 an a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 FDR FDR PROPN NNP Number=Sing 2 obj 2:obj _ 5 in in ADP IN _ 6 case 6:case _ 6 Iraq Iraq PROPN NNP Number=Sing 2 obl 2:obl:in SpaceAfter=No 7 , , PUNCT , _ 10 punct 10:punct _ -8 not not ADV RB _ 10 advmod 10:advmod _ +8 not not PART RB _ 10 advmod 10:advmod _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 Ronald Ronald PROPN NNP Number=Sing 4 conj 2:obj|4:conj _ 11 Reagan Reagan PROPN NNP Number=Sing 10 flat 10:flat SpaceAfter=No @@ -3941,11 +3941,11 @@ # sent_id = weblog-juancole.com_juancole_20030911085700_ENG_20030911_085700-0033 # text = Of course, the sooner the US soldiers can be withdrawn in favor of less-provocative local or international forces, the better. -1 Of of ADV RB _ 24 advmod 24:advmod _ -2 course course ADV RB _ 1 fixed 1:fixed SpaceAfter=No -3 , , PUNCT , _ 24 punct 24:punct _ -4 the the DET DT Definite=Def|PronType=Art 5 mark 5:mark _ -5 sooner sooner ADV RBR Degree=Cmp 24 advmod 24:advmod _ +1 Of of ADP IN ExtPos=ADV 24 advmod 24:advmod _ +2 course course NOUN NN Number=Sing 1 fixed 1:fixed SpaceAfter=No +3 , , PUNCT , _ 1 punct 1:punct _ +4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ +5 sooner soon ADV RBR Degree=Cmp 24 advmod 24:advmod _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 US US PROPN NNP Number=Sing 8 compound 8:compound _ 8 soldiers soldier NOUN NNS Number=Plur 11 nsubj:pass 11:nsubj:pass _ @@ -3956,22 +3956,22 @@ 13 favor favor NOUN NN Number=Sing 11 obl 11:obl:in _ 14 of of ADP IN _ 21 case 21:case _ 15 less less ADV RBR Degree=Cmp 17 advmod 17:advmod SpaceAfter=No -16 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No +16 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No 17 provocative provocative ADJ JJ Degree=Pos 21 amod 21:amod _ 18 local local ADJ JJ Degree=Pos 21 amod 21:amod _ 19 or or CCONJ CC _ 20 cc 20:cc _ 20 international international ADJ JJ Degree=Pos 18 conj 18:conj:or|21:amod _ 21 forces force NOUN NNS Number=Plur 13 nmod 13:nmod:of SpaceAfter=No -22 , , PUNCT , _ 24 punct 24:punct _ -23 the the DET DT Definite=Def|PronType=Art 24 mark 24:mark _ -24 better better ADJ JJR Degree=Cmp 0 root 0:root SpaceAfter=No +22 , , PUNCT , _ 5 punct 5:punct _ +23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ +24 better good ADJ JJR Degree=Cmp 0 root 0:root SpaceAfter=No 25 . . PUNCT . _ 24 punct 24:punct _ # sent_id = weblog-juancole.com_juancole_20030911085700_ENG_20030911_085700-0034 # text = Getting the Spanish out of Iraq isn't nearly as good a rallying cry for al-Qaeda in the Arab world as getting the Americans and British out. 1 Getting get VERB VBG VerbForm=Ger 14 csubj 14:csubj _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ -3 Spanish spanish ADJ JJ Degree=Pos 1 obj 1:obj|6:nsubj:xsubj _ +3 Spanish Spanish ADJ JJ Degree=Pos 1 obj 1:obj|6:nsubj:xsubj _ 4 out out ADP IN _ 6 case 6:case _ 5 of of ADP IN _ 6 case 6:case _ 6 Iraq Iraq PROPN NNP Number=Sing 1 xcomp 1:xcomp _ @@ -3986,46 +3986,46 @@ 14 cry cry NOUN NN Number=Sing 0 root 0:root _ 15 for for ADP IN _ 18 case 18:case _ 16 al al PROPN NNP Number=Sing 18 compound 18:compound SpaceAfter=No -17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No 18 Qaeda Qaeda PROPN NNP Number=Sing 14 nmod 14:nmod:for _ 19 in in ADP IN _ 22 case 22:case _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -21 Arab arab ADJ JJ Degree=Pos 22 amod 22:amod _ +21 Arab Arab ADJ JJ Degree=Pos 22 amod 22:amod _ 22 world world NOUN NN Number=Sing 14 nmod 14:nmod:in _ 23 as as SCONJ IN _ 24 mark 24:mark _ -24 getting get VERB VBG VerbForm=Ger 10 advcl 10:advcl:as _ +24 getting get VERB VBG VerbForm=Ger 11 advcl 11:advcl:as _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -26 Americans Americans PROPN NNPS Number=Plur 24 obj 24:obj|29:nsubj:xsubj _ +26 Americans American PROPN NNPS Number=Plur 24 obj 24:obj|29:nsubj:xsubj _ 27 and and CCONJ CC _ 28 cc 28:cc _ -28 British british ADJ JJ Degree=Pos 26 conj 24:obj|26:conj:and|29:nsubj:xsubj _ +28 British British ADJ JJ Degree=Pos 26 conj 24:obj|26:conj:and|29:nsubj:xsubj _ 29 out out ADV RB _ 24 xcomp 24:xcomp SpaceAfter=No 30 . . PUNCT . _ 14 punct 14:punct _ # sent_id = weblog-juancole.com_juancole_20030911085700_ENG_20030911_085700-0035 # text = The thing to keep in mind is that Sunni Arab nationalists and Baathists and local Sunni radicals are likely to remain far more dangerous to the US in Iraq than al-Qaeda infiltrators, and it would be dangerous to take one's eyes off the former ball. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 thing thing NOUN NN Number=Sing 7 nsubj 7:nsubj _ +2 thing thing NOUN NN Number=Sing 19 nsubj:outer 19:nsubj:outer|40:nsubj:outer _ 3 to to PART TO _ 4 mark 4:mark _ 4 keep keep VERB VB VerbForm=Inf 2 acl 2:acl:to _ 5 in in ADP IN _ 6 case 6:case _ 6 mind mind NOUN NN Number=Sing 4 obl 4:obl:in _ -7 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 8 that that SCONJ IN _ 19 mark 19:mark _ -9 Sunni sunni ADJ JJ Degree=Pos 11 amod 11:amod _ -10 Arab arab ADJ JJ Degree=Pos 11 amod 11:amod _ +9 Sunni Sunni ADJ JJ Degree=Pos 11 amod 11:amod _ +10 Arab Arab ADJ JJ Degree=Pos 11 amod 11:amod _ 11 nationalists nationalist NOUN NNS Number=Plur 19 nsubj 19:nsubj|21:nsubj:xsubj|24:nsubj:xsubj _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 Baathists Baathists PROPN NNPS Number=Plur 11 conj 11:conj:and|19:nsubj|21:nsubj:xsubj|24:nsubj:xsubj _ +13 Baathists Baathist PROPN NNPS Number=Plur 11 conj 11:conj:and|19:nsubj|21:nsubj:xsubj|24:nsubj:xsubj _ 14 and and CCONJ CC _ 17 cc 17:cc _ 15 local local ADJ JJ Degree=Pos 17 amod 17:amod _ -16 Sunni sunni ADJ JJ Degree=Pos 17 amod 17:amod _ +16 Sunni Sunni ADJ JJ Degree=Pos 17 amod 17:amod _ 17 radicals radical NOUN NNS Number=Plur 11 conj 11:conj:and|19:nsubj|21:nsubj:xsubj|24:nsubj:xsubj _ -18 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ -19 likely likely ADJ JJ Degree=Pos 7 ccomp 7:ccomp _ +18 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ +19 likely likely ADJ JJ Degree=Pos 0 root 0:root _ 20 to to PART TO _ 21 mark 21:mark _ 21 remain remain VERB VB VerbForm=Inf 19 xcomp 19:xcomp _ 22 far far ADV RB Degree=Pos 21 advmod 21:advmod _ -23 more more ADV RBR _ 21 advmod 21:advmod _ +23 more more ADV RBR Degree=Cmp 21 advmod 21:advmod _ 24 dangerous dangerous ADJ JJ Degree=Pos 21 xcomp 21:xcomp _ 25 to to ADP IN _ 27 case 27:case _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ @@ -4034,7 +4034,7 @@ 29 Iraq Iraq PROPN NNP Number=Sing 27 nmod 27:nmod:in _ 30 than than ADP IN _ 34 case 34:case _ 31 al al PROPN NNP Number=Sing 33 compound 33:compound SpaceAfter=No -32 - - PUNCT HYPH _ 33 punct 33:punct SpaceAfter=No +32 - - PUNCT HYPH _ 31 punct 31:punct SpaceAfter=No 33 Qaeda Qaeda PROPN NNP Number=Sing 34 compound 34:compound _ 34 infiltrators infiltrator NOUN NNS Number=Plur 24 obl 24:obl:than SpaceAfter=No 35 , , PUNCT , _ 40 punct 40:punct _ @@ -4042,18 +4042,18 @@ 37 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 40 expl 40:expl _ 38 would would AUX MD VerbForm=Fin 40 aux 40:aux _ 39 be be AUX VB VerbForm=Inf 40 cop 40:cop _ -40 dangerous dangerous ADJ JJ Degree=Pos 19 conj 7:ccomp|19:conj:and _ +40 dangerous dangerous ADJ JJ Degree=Pos 19 conj 0:root|19:conj:and _ 41 to to PART TO _ 42 mark 42:mark _ 42 take take VERB VB VerbForm=Inf 40 csubj 40:csubj _ 43-44 one's _ _ _ _ _ _ _ _ -43 one one PRON PRP _ 45 nmod:poss 45:nmod:poss _ +43 one one PRON PRP Number=Sing|Person=3|PronType=Prs 45 nmod:poss 45:nmod:poss _ 44 's 's PART POS _ 43 case 43:case _ 45 eyes eye NOUN NNS Number=Plur 42 obj 42:obj _ 46 off off ADP IN _ 49 case 49:case _ 47 the the DET DT Definite=Def|PronType=Art 49 det 49:det _ 48 former former ADJ JJ Degree=Pos 49 amod 49:amod _ 49 ball ball NOUN NN Number=Sing 42 obl 42:obl:off SpaceAfter=No -50 . . PUNCT . _ 7 punct 7:punct _ +50 . . PUNCT . _ 19 punct 19:punct _ # newdoc id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175 # sent_id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-0001 @@ -4062,7 +4062,7 @@ 1 George George PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 2 W. W. PROPN NNP Number=Sing 1 flat 1:flat _ 3 Bush Bush PROPN NNP Number=Sing 1 flat 1:flat _ -4 alleged allege VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 alleged allege VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 Thursday Thursday PROPN NNP Number=Sing 4 obl:tmod 4:obl:tmod _ 6 that that SCONJ IN _ 9 mark 9:mark _ 7 John John PROPN NNP Number=Sing 9 nsubj 9:nsubj _ @@ -4079,26 +4079,26 @@ # sent_id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-0002 # text = The problem with this argument is that Bush lacked the experience necessary to be president when he ran in 2000, so this sort of cheap shot just hoists him by his own petard. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 problem problem NOUN NN Number=Sing 6 nsubj 6:nsubj _ +2 problem problem NOUN NN Number=Sing 9 nsubj:outer 9:nsubj:outer _ 3 with with ADP IN _ 5 case 5:case _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 argument argument NOUN NN Number=Sing 2 nmod 2:nmod:with _ -6 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 7 that that SCONJ IN _ 9 mark 9:mark _ 8 Bush Bush PROPN NNP Number=Sing 9 nsubj 9:nsubj _ -9 lacked lack VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp _ +9 lacked lack VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 experience experience NOUN NN Number=Sing 9 obj 9:obj _ 12 necessary necessary ADJ JJ Degree=Pos 11 amod 11:amod _ 13 to to PART TO _ 15 mark 15:mark _ 14 be be AUX VB VerbForm=Inf 15 cop 15:cop _ 15 president president NOUN NN Number=Sing 12 advcl 12:advcl:to _ -16 when when SCONJ WRB PronType=Int 18 mark 18:mark _ +16 when when ADV WRB PronType=Int 18 advmod 18:advmod _ 17 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -18 ran run VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:when _ +18 ran run VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:when _ 19 in in ADP IN _ 20 case 20:case _ -20 2000 2000 NUM CD NumType=Card 18 obl 18:obl:in SpaceAfter=No -21 , , PUNCT , _ 9 punct 9:punct _ +20 2000 2000 NUM CD NumForm=Digit|NumType=Card 18 obl 18:obl:in SpaceAfter=No +21 , , PUNCT , _ 29 punct 29:punct _ 22 so so ADV RB _ 29 advmod 29:advmod _ 23 this this DET DT Number=Sing|PronType=Dem 24 det 24:det _ 24 sort sort NOUN NN Number=Sing 29 nsubj 29:nsubj _ @@ -4109,16 +4109,16 @@ 29 hoists hoist VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 parataxis 9:parataxis _ 30 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 29 obj 29:obj _ 31 by by ADP IN _ 34 case 34:case _ -32 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ +32 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ 33 own own ADJ JJ Degree=Pos 34 amod 34:amod _ 34 petard petard NOUN NN Number=Sing 29 obl 29:obl:by SpaceAfter=No -35 . . PUNCT . _ 6 punct 6:punct _ +35 . . PUNCT . _ 9 punct 9:punct _ # sent_id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-0003 # text = Let's just remember a seminal Bush moment in 1999: 1-2 Let's _ _ _ _ _ _ _ _ 1 Let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 's 's PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 obj 1:obj|4:nsubj:xsubj _ +2 's we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 obj 1:obj|4:nsubj:xsubj _ 3 just just ADV RB _ 4 advmod 4:advmod _ 4 remember remember VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -4126,7 +4126,7 @@ 7 Bush Bush PROPN NNP Number=Sing 4 obj 4:obj _ 8 moment moment NOUN NN Number=Sing 7 flat 7:flat _ 9 in in ADP IN _ 10 case 10:case _ -10 1999 1999 NUM CD NumType=Card 7 nmod 7:nmod:in SpaceAfter=No +10 1999 1999 NUM CD NumForm=Digit|NumType=Card 7 nmod 7:nmod:in SpaceAfter=No 11 : : PUNCT : _ 1 punct 1:punct _ # sent_id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-0004 @@ -4147,22 +4147,22 @@ # newpar id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-p0002 # text = November 5, 1999 1 November November PROPN NNP Number=Sing 0 root 0:root _ -2 5 5 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 1999 1999 NUM CD NumType=Card 1 nummod 1:nummod _ +2 5 5 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 , , PUNCT , _ 4 punct 4:punct _ +4 1999 1999 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ # sent_id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-0006 # newpar id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-p0003 # text = Web posted at: 3:29 p.m. EST (2029 GMT) 1 Web web NOUN NN Number=Sing 2 obl:npmod 2:obl:npmod _ -2 posted post VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +2 posted post VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 3 at at ADP IN _ 6 case 6:case SpaceAfter=No -4 : : PUNCT : _ 6 punct 6:punct _ -5 3:29 3:29 NUM CD NumType=Card 6 nummod 6:nummod _ +4 : : PUNCT : _ 3 punct 3:punct _ +5 3:29 3:29 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 p.m. p.m. NOUN NN Number=Sing 2 obl 2:obl:at _ 7 EST EST PROPN NNP Number=Sing 6 nmod:npmod 6:nmod:npmod _ 8 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No -9 2029 2029 NUM CD NumType=Card 6 appos 6:appos _ +9 2029 2029 NUM CD NumForm=Digit|NumType=Card 6 appos 6:appos _ 10 GMT GMT PROPN NNP Number=Sing 9 nmod:npmod 9:nmod:npmod SpaceAfter=No 11 ) ) PUNCT -RRB- _ 9 punct 9:punct _ @@ -4194,7 +4194,7 @@ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 leaders leader NOUN NNS Number=Plur 14 obj 14:obj _ 17 of of ADP IN _ 22 case 22:case _ -18 four four NUM CD NumType=Card 22 nummod 22:nummod _ +18 four four NUM CD NumForm=Word|NumType=Card 22 nummod 22:nummod _ 19 current current ADJ JJ Degree=Pos 22 amod 22:amod _ 20 world world NOUN NN Number=Sing 22 compound 22:compound _ 21 hot hot ADJ JJ Degree=Pos 22 amod 22:amod _ @@ -4205,15 +4205,15 @@ 26 Bill Bill PROPN NNP Number=Sing 25 flat 25:flat _ 27 Clinton Clinton PROPN NNP Number=Sing 25 flat 25:flat _ 28 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 conj 7:conj:but _ -29 Bush Bush PROPN NNP Number=Sing 31 nsubj 31:nsubj|35:nsubj|37:nsubj _ -30 " " PUNCT `` _ 31 punct 31:punct SpaceAfter=No -31 should should AUX MD VerbForm=Fin 28 ccomp 28:ccomp SpaceAfter=No +29 Bush Bush PROPN NNP Number=Sing 37 nsubj 37:nsubj _ +30 " " PUNCT `` _ 37 punct 37:punct SpaceAfter=No +31 should should AUX MD VerbForm=Fin 37 aux 37:aux SpaceAfter=No 32 , , PUNCT , _ 35 punct 35:punct _ 33 and and CCONJ CC _ 35 cc 35:cc _ 34 probably probably ADV RB _ 35 advmod 35:advmod _ -35 will will AUX MD VerbForm=Fin 31 conj 28:ccomp|31:conj:and SpaceAfter=No -36 , , PUNCT , _ 37 punct 37:punct _ -37 pick pick VERB VB VerbForm=Inf 31 conj 28:ccomp|31:conj:and _ +35 will will AUX MD VerbForm=Fin 31 conj 31:conj:and SpaceAfter=No +36 , , PUNCT , _ 35 punct 35:punct _ +37 pick pick VERB VB VerbForm=Inf 28 ccomp 28:ccomp _ 38 up up ADP RP _ 37 compound:prt 37:compound:prt SpaceAfter=No 39 " " PUNCT `` _ 37 punct 37:punct _ 40 those that DET DT Number=Plur|PronType=Dem 41 det 41:det _ @@ -4224,15 +4224,15 @@ # text = The front-runner for the 2000 Republican presidential nomination faltered Thursday in an international affairs pop quiz posed by Andy Hiller, a political reporter for WHDH-TV in Boston. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 2 front front ADJ JJ Degree=Pos 4 amod 4:amod SpaceAfter=No -3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No +3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No 4 runner runner NOUN NN Number=Sing 11 nsubj 11:nsubj _ 5 for for ADP IN _ 10 case 10:case _ 6 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -7 2000 2000 NUM CD NumType=Card 10 nummod 10:nummod _ -8 Republican republican ADJ JJ Degree=Pos 10 amod 10:amod _ +7 2000 2000 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ +8 Republican Republican ADJ JJ Degree=Pos 10 amod 10:amod _ 9 presidential presidential ADJ JJ Degree=Pos 10 amod 10:amod _ 10 nomination nomination NOUN NN Number=Sing 4 nmod 4:nmod:for _ -11 faltered falter VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +11 faltered falter VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 12 Thursday Thursday PROPN NNP Number=Sing 11 obl:tmod 11:obl:tmod _ 13 in in ADP IN _ 18 case 18:case _ 14 an a DET DT Definite=Ind|PronType=Art 18 det 18:det _ @@ -4240,17 +4240,17 @@ 16 affairs affair NOUN NNS Number=Plur 18 compound 18:compound _ 17 pop pop NOUN NN Number=Sing 18 compound 18:compound _ 18 quiz quiz NOUN NN Number=Sing 11 obl 11:obl:in _ -19 posed pose VERB VBN Tense=Past|VerbForm=Part 18 acl 18:acl _ +19 posed pose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 acl 18:acl _ 20 by by ADP IN _ 21 case 21:case _ -21 Andy Andy PROPN NNP Number=Sing 19 obl 19:obl:by _ +21 Andy Andy PROPN NNP Number=Sing 19 obl:agent 19:obl:agent _ 22 Hiller Hiller PROPN NNP Number=Sing 21 flat 21:flat SpaceAfter=No -23 , , PUNCT , _ 21 punct 21:punct _ +23 , , PUNCT , _ 26 punct 26:punct _ 24 a a DET DT Definite=Ind|PronType=Art 26 det 26:det _ 25 political political ADJ JJ Degree=Pos 26 amod 26:amod _ 26 reporter reporter NOUN NN Number=Sing 21 appos 21:appos _ 27 for for ADP IN _ 30 case 30:case _ 28 WHDH WHDH PROPN NNP Number=Sing 30 compound 30:compound SpaceAfter=No -29 - - PUNCT HYPH _ 30 punct 30:punct SpaceAfter=No +29 - - PUNCT HYPH _ 28 punct 28:punct SpaceAfter=No 30 TV TV PROPN NNP Number=Sing 26 nmod 26:nmod:for _ 31 in in ADP IN _ 32 case 32:case _ 32 Boston Boston PROPN NNP Number=Sing 30 nmod 30:nmod:in SpaceAfter=No @@ -4263,8 +4263,8 @@ # sent_id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-0011 # text = Hiller asked Bush to name the leaders of Chechnya, Taiwan, India and Pakistan. 1 Hiller Hiller PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 Bush Bush PROPN NNP Number=Sing 2 obj 2:obj|5:nsubj:xsubj _ +2 asked ask VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 Bush Bush PROPN NNP Number=Sing 2 iobj 2:iobj|5:nsubj:xsubj _ 4 to to PART TO _ 5 mark 5:mark _ 5 name name VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -4298,21 +4298,21 @@ 15 leader leader NOUN NN Number=Sing 12 nmod 12:nmod:on _ 16 of of ADP IN _ 17 case 17:case _ 17 Taiwan Taiwan PROPN NNP Number=Sing 15 nmod 15:nmod:of SpaceAfter=No -18 , , PUNCT , _ 6 punct 6:punct _ +18 , , PUNCT , _ 19 punct 19:punct _ 19 referring refer VERB VBG VerbForm=Ger 6 advcl 6:advcl _ 20 to to ADP IN _ 22 case 22:case _ -21 Taiwanese taiwanese ADJ JJ Degree=Pos 22 amod 22:amod _ +21 Taiwanese Taiwanese ADJ JJ Degree=Pos 22 amod 22:amod _ 22 President President PROPN NNP Number=Sing 19 obl 19:obl:to _ 23 Lee Lee PROPN NNP Number=Sing 22 flat 22:flat _ 24 Teng Teng PROPN NNP Number=Sing 22 flat 22:flat SpaceAfter=No -25 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No +25 - - PUNCT HYPH _ 26 punct 26:punct SpaceAfter=No 26 hui hui PROPN NNP Number=Sing 22 flat 22:flat _ 27 simply simply ADV RB _ 30 advmod 30:advmod _ 28 as as ADP IN _ 30 case 30:case _ 29 " " PUNCT `` _ 30 punct 30:punct SpaceAfter=No 30 Lee Lee PROPN NNP Number=Sing 19 obl 19:obl:as SpaceAfter=No -31 . . PUNCT . _ 4 punct 4:punct SpaceAfter=No -32 " " PUNCT '' _ 4 punct 4:punct _ +31 . . PUNCT . _ 30 punct 30:punct SpaceAfter=No +32 " " PUNCT '' _ 30 punct 30:punct _ # sent_id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-0013 # text = He could not name the others. @@ -4344,39 +4344,39 @@ # sent_id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-0015 # text = Hiller asked, inquiring about Gen. Pervaiz Musharraf, who seized control of the country October 12. -1 Hiller Hiller PROPN NNP Number=Sing 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ -4 inquiring inquire VERB VBG VerbForm=Ger 2 xcomp 2:xcomp _ +1 Hiller Hiller PROPN NNP Number=Sing 2 nsubj 2:nsubj _ +2 asked ask VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 , , PUNCT , _ 4 punct 4:punct _ +4 inquiring inquire VERB VBG VerbForm=Ger 2 advcl 2:advcl _ 5 about about ADP IN _ 6 case 6:case _ 6 Gen. Gen. PROPN NNP Number=Sing 4 obl 4:obl:about|11:nsubj _ 7 Pervaiz Pervaiz PROPN NNP Number=Sing 6 flat 6:flat _ 8 Musharraf Musharraf PROPN NNP Number=Sing 6 flat 6:flat SpaceAfter=No -9 , , PUNCT , _ 6 punct 6:punct _ +9 , , PUNCT , _ 11 punct 11:punct _ 10 who who PRON WP PronType=Rel 11 nsubj 6:ref _ -11 seized seize VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +11 seized seize VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 12 control control NOUN NN Number=Sing 11 obj 11:obj _ 13 of of ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 country country NOUN NN Number=Sing 12 nmod 12:nmod:of _ 16 October October PROPN NNP Number=Sing 11 obl:tmod 11:obl:tmod _ -17 12 12 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No +17 12 12 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-0016 # text = "Wait, wait, is this 50 questions?" asked Bush. 1 " " PUNCT `` _ 2 punct 2:punct SpaceAfter=No 2 Wait wait VERB VB Mood=Imp|VerbForm=Fin 12 ccomp 12:ccomp SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 wait wait VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ +5 , , PUNCT , _ 9 punct 9:punct _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 7 this this PRON DT Number=Sing|PronType=Dem 9 nsubj 9:nsubj _ -8 50 50 NUM CD NumType=Card 9 nummod 9:nummod _ +8 50 50 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 questions question NOUN NNS Number=Plur 2 parataxis 2:parataxis SpaceAfter=No 10 ? ? PUNCT . _ 2 punct 2:punct SpaceAfter=No 11 " " PUNCT '' _ 2 punct 2:punct _ -12 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 asked ask VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 13 Bush Bush PROPN NNP Number=Sing 12 nsubj 12:nsubj SpaceAfter=No 14 . . PUNCT . _ 12 punct 12:punct _ @@ -4384,25 +4384,25 @@ # newpar id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-p0006 # text = Hiller replied: "No, it's four questions of four leaders in four hot spots." . . . 1 Hiller Hiller PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 replied reply VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ -4 " " PUNCT `` _ 2 punct 2:punct SpaceAfter=No +2 replied reply VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 : : PUNCT : _ 10 punct 10:punct _ +4 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No 5 No no INTJ UH _ 10 discourse 10:discourse SpaceAfter=No -6 , , PUNCT , _ 10 punct 10:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7-8 it's _ _ _ _ _ _ _ _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 8 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ -9 four four NUM CD NumType=Card 10 nummod 10:nummod _ +9 four four NUM CD NumForm=Word|NumType=Card 10 nummod 10:nummod _ 10 questions question NOUN NNS Number=Plur 2 ccomp 2:ccomp _ 11 of of ADP IN _ 13 case 13:case _ -12 four four NUM CD NumType=Card 13 nummod 13:nummod _ +12 four four NUM CD NumForm=Word|NumType=Card 13 nummod 13:nummod _ 13 leaders leader NOUN NNS Number=Plur 10 nmod 10:nmod:of _ 14 in in ADP IN _ 17 case 17:case _ -15 four four NUM CD NumType=Card 17 nummod 17:nummod _ +15 four four NUM CD NumForm=Word|NumType=Card 17 nummod 17:nummod _ 16 hot hot ADJ JJ Degree=Pos 17 amod 17:amod _ 17 spots spot NOUN NNS Number=Plur 13 nmod 13:nmod:in SpaceAfter=No -18 . . PUNCT . _ 2 punct 2:punct SpaceAfter=No -19 " " PUNCT '' _ 2 punct 2:punct _ +18 . . PUNCT . _ 10 punct 10:punct SpaceAfter=No +19 " " PUNCT '' _ 10 punct 10:punct _ 20 . . PUNCT . _ 2 punct 2:punct _ 21 . . PUNCT . _ 2 punct 2:punct _ 22 . . PUNCT . _ 2 punct 2:punct _ @@ -4410,7 +4410,7 @@ # sent_id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-0018 # text = Bush, in answering the question about the leader of Pakistan, also said: "The new Pakistani general, he's just been elected -- not elected, this guy took over office. 1 Bush Bush PROPN NNP Number=Sing 14 nsubj 14:nsubj SpaceAfter=No -2 , , PUNCT , _ 14 punct 14:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 in in SCONJ IN _ 4 mark 4:mark _ 4 answering answer VERB VBG VerbForm=Ger 14 advcl 14:advcl:in _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -4420,29 +4420,29 @@ 9 leader leader NOUN NN Number=Sing 6 nmod 6:nmod:about _ 10 of of ADP IN _ 11 case 11:case _ 11 Pakistan Pakistan PROPN NNP Number=Sing 9 nmod 9:nmod:of SpaceAfter=No -12 , , PUNCT , _ 14 punct 14:punct _ +12 , , PUNCT , _ 4 punct 4:punct _ 13 also also ADV RB _ 14 advmod 14:advmod _ -14 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -15 : : PUNCT : _ 14 punct 14:punct _ -16 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No +14 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +15 : : PUNCT : _ 33 punct 33:punct _ +16 " " PUNCT `` _ 33 punct 33:punct SpaceAfter=No 17 The the DET DT Definite=Def|PronType=Art 20 det 20:det _ 18 new new ADJ JJ Degree=Pos 20 amod 20:amod _ -19 Pakistani pakistani ADJ JJ Degree=Pos 20 amod 20:amod _ -20 general general NOUN NN Number=Sing 32 dislocated 32:dislocated SpaceAfter=No +19 Pakistani Pakistani ADJ JJ Degree=Pos 20 amod 20:amod _ +20 general general NOUN NN Number=Sing 33 dislocated 33:dislocated SpaceAfter=No 21 , , PUNCT , _ 20 punct 20:punct _ 22-23 he's _ _ _ _ _ _ _ _ 22 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 26 nsubj:pass 26:nsubj:pass _ -23 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 aux:pass 26:aux:pass _ +23 's have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ 24 just just ADV RB _ 26 advmod 26:advmod _ 25 been be AUX VBN Tense=Past|VerbForm=Part 26 aux:pass 26:aux:pass _ 26 elected elect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 33 reparandum 33:reparandum _ -27 -- -- PUNCT , _ 33 punct 33:punct _ -28 not not ADV RB _ 29 advmod 29:advmod _ -29 elected elect VERB VBN Tense=Past|VerbForm=Part 33 advcl 33:advcl SpaceAfter=No -30 , , PUNCT , _ 33 punct 33:punct _ +27 -- -- PUNCT , _ 26 punct 26:punct _ +28 not not PART RB _ 29 advmod 29:advmod _ +29 elected elect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 33 advcl 33:advcl SpaceAfter=No +30 , , PUNCT , _ 29 punct 29:punct _ 31 this this DET DT Number=Sing|PronType=Dem 32 det 32:det _ 32 guy guy NOUN NN Number=Sing 33 nsubj 33:nsubj _ -33 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 ccomp 14:ccomp _ +33 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 ccomp 14:ccomp _ 34 over over ADP RP _ 33 compound:prt 33:compound:prt _ 35 office office NOUN NN Number=Sing 33 obj 33:obj SpaceAfter=No 36 . . PUNCT . _ 14 punct 14:punct _ @@ -4463,7 +4463,7 @@ 12 country country NOUN NN Number=Sing 8 obl 8:obl:to _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +15 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 16-17 that's _ _ _ _ _ _ _ _ 16 that that PRON DT Number=Sing|PronType=Dem 19 nsubj 19:nsubj _ 17 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ @@ -4478,7 +4478,7 @@ # sent_id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-0020 # text = Gore released a statement Friday taking Bush to task for his comments on Pakistan's recent coup. 1 Gore Gore PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 released release VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 released release VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 statement statement NOUN NN Number=Sing 2 obj 2:obj _ 5 Friday Friday PROPN NNP Number=Sing 2 obl:tmod 2:obl:tmod _ @@ -4487,7 +4487,7 @@ 8 to to ADP IN _ 9 case 9:case _ 9 task task NOUN NN Number=Sing 6 obl 6:obl:to _ 10 for for ADP IN _ 12 case 12:case _ -11 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 comments comment NOUN NNS Number=Plur 6 obl 6:obl:for _ 13 on on ADP IN _ 17 case 17:case _ 14-15 Pakistan's _ _ _ _ _ _ _ _ @@ -4499,9 +4499,9 @@ # sent_id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-0021 # text = "I find it troubling that a candidate for president in our country -- the world's oldest democracy -- would characterize the military takeover as "good news," Gore said. -1 " " PUNCT `` _ 33 punct 33:punct SpaceAfter=No +1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 find find VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 33 ccomp 33:ccomp _ +3 find find VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 33 ccomp 33:ccomp _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 expl 3:expl _ 5 troubling troubling ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ 6 that that SCONJ IN _ 22 mark 22:mark _ @@ -4510,45 +4510,45 @@ 9 for for ADP IN _ 10 case 10:case _ 10 president president NOUN NN Number=Sing 8 nmod 8:nmod:for _ 11 in in ADP IN _ 13 case 13:case _ -12 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 country country NOUN NN Number=Sing 8 nmod 8:nmod:in _ -14 -- -- PUNCT , _ 13 punct 13:punct _ +14 -- -- PUNCT , _ 19 punct 19:punct _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16-17 world's _ _ _ _ _ _ _ _ 16 world world NOUN NN Number=Sing 19 nmod:poss 19:nmod:poss _ 17 's 's PART POS _ 16 case 16:case _ -18 oldest oldest ADJ JJS Degree=Sup 19 amod 19:amod _ +18 oldest old ADJ JJS Degree=Sup 19 amod 19:amod _ 19 democracy democracy NOUN NN Number=Sing 13 appos 13:appos _ -20 -- -- PUNCT , _ 22 punct 22:punct _ +20 -- -- PUNCT , _ 8 punct 8:punct _ 21 would would AUX MD VerbForm=Fin 22 aux 22:aux _ 22 characterize characterize VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 24 military military ADJ JJ Degree=Pos 25 amod 25:amod _ 25 takeover takeover NOUN NN Number=Sing 22 obj 22:obj _ 26 as as ADP IN _ 29 case 29:case _ -27 " " PUNCT `` _ 29 punct 29:punct SpaceAfter=No +27 " " PUNCT `` _ 26 punct 26:punct SpaceAfter=No 28 good good ADJ JJ Degree=Pos 29 amod 29:amod _ 29 news news NOUN NN Number=Sing 22 obl 22:obl:as SpaceAfter=No -30 , , PUNCT , _ 33 punct 33:punct SpaceAfter=No -31 " " PUNCT '' _ 33 punct 33:punct _ +30 , , PUNCT , _ 3 punct 3:punct SpaceAfter=No +31 " " PUNCT '' _ 3 punct 3:punct _ 32 Gore Gore PROPN NNP Number=Sing 33 nsubj 33:nsubj _ -33 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +33 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 34 . . PUNCT . _ 33 punct 33:punct _ # sent_id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-0022 # text = "Further, I find it even more disturbing that he made these comments about a nation that just last year tested nuclear weapons -- shortly after voicing his public opposition to the Comprehensive Test Ban Treaty. 1 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 2 Further further ADV RB _ 5 advmod 5:advmod SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|9:nsubj:xsubj _ -5 find find VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 find find VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 expl 5:expl _ 7 even even ADV RB _ 8 advmod 8:advmod _ -8 more more ADV RBR _ 9 advmod 9:advmod _ +8 more more ADV RBR Degree=Cmp 9 advmod 9:advmod _ 9 disturbing disturbing ADJ JJ Degree=Pos 5 xcomp 5:xcomp _ 10 that that SCONJ IN _ 12 mark 12:mark _ 11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 ccomp 5:ccomp _ +12 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 ccomp 5:ccomp _ 13 these this DET DT Number=Plur|PronType=Dem 14 det 14:det _ 14 comments comment NOUN NNS Number=Plur 12 obj 12:obj _ 15 about about ADP IN _ 17 case 17:case _ @@ -4558,19 +4558,19 @@ 19 just just ADV RB _ 21 advmod 21:advmod _ 20 last last ADJ JJ Degree=Pos 21 amod 21:amod _ 21 year year NOUN NN Number=Sing 22 obl:tmod 22:obl:tmod _ -22 tested test VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ +22 tested test VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ 23 nuclear nuclear ADJ JJ Degree=Pos 24 amod 24:amod _ 24 weapons weapon NOUN NNS Number=Plur 22 obj 22:obj _ -25 -- -- PUNCT , _ 12 punct 12:punct _ +25 -- -- PUNCT , _ 28 punct 28:punct _ 26 shortly shortly ADV RB _ 28 advmod 28:advmod _ 27 after after SCONJ IN _ 28 mark 28:mark _ 28 voicing voice VERB VBG VerbForm=Ger 12 advcl 12:advcl:after _ -29 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ +29 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ 30 public public ADJ JJ Degree=Pos 31 amod 31:amod _ 31 opposition opposition NOUN NN Number=Sing 28 obj 28:obj _ 32 to to ADP IN _ 37 case 37:case _ 33 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ -34 Comprehensive Comprehensive PROPN NNP Number=Sing 37 compound 37:compound _ +34 Comprehensive Comprehensive ADJ NNP Degree=Pos 37 amod 37:amod _ 35 Test Test PROPN NNP Number=Sing 36 compound 36:compound _ 36 Ban Ban PROPN NNP Number=Sing 37 compound 37:compound _ 37 Treaty Treaty PROPN NNP Number=Sing 31 nmod 31:nmod:to SpaceAfter=No @@ -4584,7 +4584,7 @@ 4 President President PROPN NNP Number=Sing 2 nmod 2:nmod:for _ 5 Clinton Clinton PROPN NNP Number=Sing 4 flat 4:flat _ 6 also also ADV RB _ 7 advmod 7:advmod _ -7 criticized criticize VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 criticized criticize VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8-9 Bush's _ _ _ _ _ _ _ _ 8 Bush Bush PROPN NNP Number=Sing 10 nmod:poss 10:nmod:poss _ 9 's 's PART POS _ 8 case 8:case _ @@ -4594,7 +4594,7 @@ # sent_id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-0024 # newpar id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-p0007 # text = "It is very dangerous for this country to condone the overthrow of democratically elected governments," said David Leavy, spokesman for the National Security Council. -1 " " PUNCT `` _ 19 punct 19:punct SpaceAfter=No +1 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 2 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 expl 5:expl _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 very very ADV RB _ 5 advmod 5:advmod _ @@ -4608,27 +4608,27 @@ 12 overthrow overthrow NOUN NN Number=Sing 10 obj 10:obj _ 13 of of ADP IN _ 16 case 16:case _ 14 democratically democratically ADV RB _ 15 advmod 15:advmod _ -15 elected elect VERB VBN Tense=Past|VerbForm=Part 16 amod 16:amod _ +15 elected elect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 amod 16:amod _ 16 governments government NOUN NNS Number=Plur 12 nmod 12:nmod:of SpaceAfter=No -17 , , PUNCT , _ 19 punct 19:punct SpaceAfter=No -18 " " PUNCT '' _ 19 punct 19:punct _ -19 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +17 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No +18 " " PUNCT '' _ 5 punct 5:punct _ +19 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 20 David David PROPN NNP Number=Sing 19 nsubj 19:nsubj _ 21 Leavy Leavy PROPN NNP Number=Sing 20 flat 20:flat SpaceAfter=No -22 , , PUNCT , _ 20 punct 20:punct _ +22 , , PUNCT , _ 23 punct 23:punct _ 23 spokesman spokesman NOUN NN Number=Sing 20 appos 20:appos _ 24 for for ADP IN _ 28 case 28:case _ 25 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ -26 National National PROPN NNP Number=Sing 27 compound 27:compound _ +26 National National ADJ NNP Degree=Pos 27 amod 27:amod _ 27 Security Security PROPN NNP Number=Sing 28 compound 28:compound _ 28 Council Council PROPN NNP Number=Sing 23 nmod 23:nmod:for SpaceAfter=No 29 . . PUNCT . _ 19 punct 19:punct _ # sent_id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-0025 # text = Not only did Bush not know who General Pervez Musharraf was, he seems to have confused coup-making with "taking office," and moreover went on to suggest that the overthrow of an elected prime minister and the installation in power of the Pakistan military, then the world's strongest supporter of the Taliban, would bring "stability!" -1 Not not ADV RB _ 2 advmod 2:advmod _ +1 Not not PART RB _ 6 advmod 6:advmod _ 2 only only ADV RB _ 6 advmod 6:advmod _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +3 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 4 Bush Bush PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 5 not not PART RB _ 6 advmod 6:advmod _ 6 know know VERB VB VerbForm=Inf 14 parataxis 14:parataxis _ @@ -4637,24 +4637,24 @@ 9 Pervez Pervez PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 10 Musharraf Musharraf PROPN NNP Number=Sing 9 flat 9:flat _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop SpaceAfter=No -12 , , PUNCT , _ 14 punct 14:punct _ +12 , , PUNCT , _ 6 punct 6:punct _ 13 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj|17:nsubj:xsubj|29:nsubj|32:nsubj:xsubj _ 14 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 15 to to PART TO _ 17 mark 17:mark _ 16 have have AUX VB VerbForm=Inf 17 aux 17:aux _ 17 confused confuse VERB VBN Tense=Past|VerbForm=Part 14 xcomp 14:xcomp _ 18 coup coup NOUN NN Number=Sing 20 compound 20:compound SpaceAfter=No -19 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No +19 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No 20 making making NOUN NN Number=Sing 17 obj 17:obj _ 21 with with ADP IN _ 23 mark 23:mark _ 22 " " PUNCT `` _ 23 punct 23:punct SpaceAfter=No 23 taking take VERB VBG VerbForm=Ger 17 advcl 17:advcl:with _ 24 office office NOUN NN Number=Sing 23 obj 23:obj SpaceAfter=No -25 , , PUNCT , _ 14 punct 14:punct SpaceAfter=No -26 " " PUNCT '' _ 14 punct 14:punct _ +25 , , PUNCT , _ 23 punct 23:punct SpaceAfter=No +26 " " PUNCT '' _ 23 punct 23:punct _ 27 and and CCONJ CC _ 29 cc 29:cc _ 28 moreover moreover ADV RB _ 29 advmod 29:advmod _ -29 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 conj 14:conj:and _ +29 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 conj 14:conj:and _ 30 on on ADV RB _ 29 advmod 29:advmod _ 31 to to PART TO _ 32 mark 32:mark _ 32 suggest suggest VERB VB VerbForm=Inf 29 xcomp 29:xcomp _ @@ -4663,7 +4663,7 @@ 35 overthrow overthrow NOUN NN Number=Sing 62 nsubj 62:nsubj _ 36 of of ADP IN _ 40 case 40:case _ 37 an a DET DT Definite=Ind|PronType=Art 40 det 40:det _ -38 elected elect VERB VBN Tense=Past|VerbForm=Part 40 amod 40:amod _ +38 elected elect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 40 amod 40:amod _ 39 prime prime ADJ JJ Degree=Pos 40 amod 40:amod _ 40 minister minister NOUN NN Number=Sing 35 nmod 35:nmod:of _ 41 and and CCONJ CC _ 43 cc 43:cc _ @@ -4675,31 +4675,31 @@ 47 the the DET DT Definite=Def|PronType=Art 49 det 49:det _ 48 Pakistan Pakistan PROPN NNP Number=Sing 49 compound 49:compound _ 49 military military NOUN NN Number=Sing 43 nmod 43:nmod:of SpaceAfter=No -50 , , PUNCT , _ 49 punct 49:punct _ +50 , , PUNCT , _ 56 punct 56:punct _ 51 then then ADV RB PronType=Dem 56 advmod 56:advmod _ 52 the the DET DT Definite=Def|PronType=Art 53 det 53:det _ 53-54 world's _ _ _ _ _ _ _ _ 53 world world NOUN NN Number=Sing 56 nmod:poss 56:nmod:poss _ 54 's 's PART POS _ 53 case 53:case _ -55 strongest strongest ADJ JJS Degree=Sup 56 amod 56:amod _ +55 strongest strong ADJ JJS Degree=Sup 56 amod 56:amod _ 56 supporter supporter NOUN NN Number=Sing 49 appos 49:appos _ 57 of of ADP IN _ 59 case 59:case _ 58 the the DET DT Definite=Def|PronType=Art 59 det 59:det _ 59 Taliban Taliban PROPN NNP Number=Sing 56 nmod 56:nmod:of SpaceAfter=No -60 , , PUNCT , _ 62 punct 62:punct _ +60 , , PUNCT , _ 35 punct 35:punct _ 61 would would AUX MD VerbForm=Fin 62 aux 62:aux _ 62 bring bring VERB VB VerbForm=Inf 32 ccomp 32:ccomp _ -63 " " PUNCT `` _ 62 punct 62:punct SpaceAfter=No +63 " " PUNCT `` _ 64 punct 64:punct SpaceAfter=No 64 stability stability NOUN NN Number=Sing 62 obj 62:obj SpaceAfter=No -65 ! ! PUNCT . _ 14 punct 14:punct SpaceAfter=No -66 " " PUNCT '' _ 14 punct 14:punct _ +65 ! ! PUNCT . _ 64 punct 64:punct SpaceAfter=No +66 " " PUNCT '' _ 64 punct 64:punct _ # sent_id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-0026 # newpar id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-p0008 # text = Musharraf made his coup in part because of the military's anger over Prime Minister Nawaz Sharif's willingness to back down from confronting India over Kashmir, so that he explicitly came to power as a warmonger. 1 Musharraf Musharraf PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 coup coup NOUN NN Number=Sing 2 obj 2:obj _ 5 in in ADP IN _ 6 case 6:case _ 6 part part NOUN NN Number=Sing 2 obl 2:obl:in _ @@ -4711,7 +4711,7 @@ 11 's 's PART POS _ 10 case 10:case _ 12 anger anger NOUN NN Number=Sing 2 obl 2:obl:because_of _ 13 over over ADP IN _ 19 case 19:case _ -14 Prime Prime PROPN NNP Number=Sing 15 compound 15:compound _ +14 Prime Prime ADJ NNP Degree=Pos 15 amod 15:amod _ 15 Minister Minister PROPN NNP Number=Sing 19 nmod:poss 19:nmod:poss _ 16 Nawaz Nawaz PROPN NNP Number=Sing 15 flat 15:flat _ 17-18 Sharif's _ _ _ _ _ _ _ _ @@ -4726,12 +4726,12 @@ 25 India India PROPN NNP Number=Sing 24 obj 24:obj _ 26 over over ADP IN _ 27 case 27:case _ 27 Kashmir Kashmir PROPN NNP Number=Sing 24 obl 24:obl:over SpaceAfter=No -28 , , PUNCT , _ 2 punct 2:punct _ +28 , , PUNCT , _ 33 punct 33:punct _ 29 so so SCONJ IN _ 33 mark 33:mark _ 30 that that SCONJ IN _ 29 fixed 29:fixed _ 31 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 33 nsubj 33:nsubj _ 32 explicitly explicitly ADV RB _ 33 advmod 33:advmod _ -33 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:so_that _ +33 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:so_that _ 34 to to ADP IN _ 35 case 35:case _ 35 power power NOUN NN Number=Sing 33 obl 33:obl:to _ 36 as as ADP IN _ 38 case 38:case _ @@ -4746,11 +4746,11 @@ 2 ca can AUX MD VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 tell tell VERB VB VerbForm=Inf 0 root 0:root _ -5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 obj 4:obj _ -6 how how SCONJ WRB PronType=Int 7 mark 7:mark _ +5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 iobj 4:iobj _ +6 how how ADV WRB PronType=Int 7 advmod 7:advmod _ 7 ominous ominous ADJ JJ Degree=Pos 9 xcomp 9:xcomp _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +9 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ 10-11 Bush's _ _ _ _ _ _ _ _ 10 Bush Bush PROPN NNP Number=Sing 12 nmod:poss 12:nmod:poss _ 11 's 's PART POS _ 10 case 10:case _ @@ -4765,14 +4765,14 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 still still ADV RB _ 3 advmod 3:advmod _ 3 remember remember VERB VB VerbForm=Inf 0 root 0:root _ -4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj|5:nsubj:xsubj _ -5 stuttering stutter VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ +4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ +5 stuttering stutter VERB VBG VerbForm=Ger 3 ccomp 3:ccomp _ 6 about about ADP IN _ 9 case 9:case _ 7 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 General general NOUN NN Number=Sing 5 obl 5:obl:about SpaceAfter=No -10 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No -11 " " PUNCT '' _ 5 punct 5:punct _ +10 , , PUNCT , _ 9 punct 9:punct SpaceAfter=No +11 " " PUNCT '' _ 9 punct 9:punct _ 12 unable unable ADJ JJ Degree=Pos 5 parataxis 5:parataxis _ 13 to to PART TO _ 14 mark 14:mark _ 14 remember remember VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ @@ -4786,23 +4786,23 @@ # text = He obviously had no idea what he was talking about, though he demonstrated a number of ill-fated instincts. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 obviously obviously ADV RB _ 3 advmod 3:advmod _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 no no DET DT _ 5 det 5:det _ +3 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 no no DET DT PronType=Neg 5 det 5:det _ 5 idea idea NOUN NN Number=Sing 3 obj 3:obj _ 6 what what PRON WP PronType=Int 9 obl 9:obl:about _ 7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 9 talking talk VERB VBG Tense=Pres|VerbForm=Part 3 ccomp 3:ccomp _ 10 about about ADP IN _ 6 case 6:case SpaceAfter=No -11 , , PUNCT , _ 3 punct 3:punct _ +11 , , PUNCT , _ 14 punct 14:punct _ 12 though though SCONJ IN _ 14 mark 14:mark _ 13 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -14 demonstrated demonstrate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:though _ +14 demonstrated demonstrate VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:though _ 15 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 16 number number NOUN NN Number=Sing 14 obj 14:obj _ 17 of of ADP IN _ 21 case 21:case _ 18 ill ill ADJ JJ Degree=Pos 20 amod 20:amod SpaceAfter=No -19 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No +19 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No 20 fated fated ADJ JJ Degree=Pos 21 amod 21:amod _ 21 instincts instinct NOUN NNS Number=Plur 16 nmod 16:nmod:of SpaceAfter=No 22 . . PUNCT . _ 3 punct 3:punct _ @@ -4812,41 +4812,41 @@ # text = He obviously liked authoritarian rule better than democracy, equating dictatorship with "stability." 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 obviously obviously ADV RB _ 3 advmod 3:advmod _ -3 liked like VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 liked like VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 authoritarian authoritarian ADJ JJ Degree=Pos 5 amod 5:amod _ 5 rule rule NOUN NN Number=Sing 3 obj 3:obj _ -6 better better ADV RBR Degree=Cmp 3 advmod 3:advmod _ +6 better well ADV RBR Degree=Cmp 3 advmod 3:advmod _ 7 than than ADP IN _ 8 case 8:case _ 8 democracy democracy NOUN NN Number=Sing 6 obl 6:obl:than SpaceAfter=No -9 , , PUNCT , _ 3 punct 3:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 equating equate VERB VBG VerbForm=Ger 3 advcl 3:advcl _ 11 dictatorship dictatorship NOUN NN Number=Sing 10 obj 10:obj _ 12 with with ADP IN _ 14 case 14:case _ 13 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No 14 stability stability NOUN NN Number=Sing 10 obl 10:obl:with SpaceAfter=No -15 . . PUNCT . _ 3 punct 3:punct SpaceAfter=No -16 " " PUNCT '' _ 3 punct 3:punct _ +15 . . PUNCT . _ 14 punct 14:punct SpaceAfter=No +16 " " PUNCT '' _ 14 punct 14:punct _ # sent_id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-0031 # text = And, he didn't think he needed to know anything about South Asia, with its nuclear giants and radical religious politics--the latter a dire security threat to the US. 1 And and CCONJ CC _ 6 cc 6:cc SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 4-5 didn't _ _ _ _ _ _ _ _ -4 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +4 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 5 n't not PART RB _ 6 advmod 6:advmod _ 6 think think VERB VB VerbForm=Inf 0 root 0:root _ 7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ -8 needed need VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp _ +8 needed need VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp _ 9 to to PART TO _ 10 mark 10:mark _ 10 know know VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ -11 anything anything PRON NN Number=Sing 10 obj 10:obj _ +11 anything anything PRON NN Number=Sing|PronType=Ind 10 obj 10:obj _ 12 about about ADP IN _ 14 case 14:case _ 13 South South PROPN NNP Number=Sing 14 compound 14:compound _ 14 Asia Asia PROPN NNP Number=Sing 11 nmod 11:nmod:about SpaceAfter=No -15 , , PUNCT , _ 14 punct 14:punct _ +15 , , PUNCT , _ 19 punct 19:punct _ 16 with with ADP IN _ 19 case 19:case _ -17 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +17 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 18 nuclear nuclear ADJ JJ Degree=Pos 19 amod 19:amod _ 19 giants giant NOUN NNS Number=Plur 14 nmod 14:nmod:with _ 20 and and CCONJ CC _ 23 cc 23:cc _ @@ -4872,22 +4872,22 @@ 2 could could AUX MD VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 tell tell VERB VB VerbForm=Inf 0 root 0:root _ -5 when when SCONJ WRB PronType=Int 8 mark 8:mark _ +5 when when ADV WRB PronType=Int 8 advmod 8:advmod _ 6 things thing NOUN NNS Number=Plur 8 nsubj 8:nsubj|10:nsubj:xsubj _ -7 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux 8:aux _ +7 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 8 becoming become VERB VBG Tense=Pres|VerbForm=Part 4 advcl 4:advcl:when _ -9 more more ADV RBR _ 10 advmod 10:advmod _ +9 more more ADV RBR Degree=Cmp 10 advmod 10:advmod _ 10 unstable unstable ADJ JJ Degree=Pos 8 xcomp 8:xcomp _ -11 as as SCONJ IN _ 9 obl 9:obl _ -12 opposed oppose VERB VBN Tense=Past|VerbForm=Part 11 fixed 11:fixed _ -13 to to ADP IN _ 14 case 14:case _ -14 less less ADJ JJR Degree=Cmp 11 fixed 11:fixed SpaceAfter=No +11 as as SCONJ IN _ 14 case 14:case _ +12 opposed oppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 fixed 11:fixed _ +13 to to ADP IN _ 11 fixed 11:fixed _ +14 less less ADJ JJR Degree=Cmp 8 obl 8:obl SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-0033 # text = Musharraf went on to play nuclear brinkmanship with India in 2002, risking war twice that year. 1 Musharraf Musharraf PROPN NNP Number=Sing 2 nsubj 2:nsubj|5:nsubj:xsubj _ -2 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 on on ADV RB _ 2 advmod 2:advmod _ 4 to to PART TO _ 5 mark 5:mark _ 5 play play VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ @@ -4896,11 +4896,11 @@ 8 with with ADP IN _ 9 case 9:case _ 9 India India PROPN NNP Number=Sing 5 obl 5:obl:with _ 10 in in ADP IN _ 11 case 11:case _ -11 2002 2002 NUM CD NumType=Card 5 obl 5:obl:in SpaceAfter=No -12 , , PUNCT , _ 5 punct 5:punct _ +11 2002 2002 NUM CD NumForm=Digit|NumType=Card 5 obl 5:obl:in SpaceAfter=No +12 , , PUNCT , _ 13 punct 13:punct _ 13 risking risk VERB VBG VerbForm=Ger 5 advcl 5:advcl _ 14 war war NOUN NN Number=Sing 13 obj 13:obj _ -15 twice twice ADV RB NumType=Mult 13 advmod 13:advmod _ +15 twice twice ADV RB NumForm=Word|NumType=Mult 13 advmod 13:advmod _ 16 that that DET DT Number=Sing|PronType=Dem 17 det 17:det _ 17 year year NOUN NN Number=Sing 13 obl:tmod 13:obl:tmod SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ @@ -4909,33 +4909,33 @@ # text = Although Musharraf did turn against the Taliban after September 11, under extreme duress from the US, elements of his military continued to support radical Islamism and have recently been implicated in assassination attempts on Musharraf himself. 1 Although although SCONJ IN _ 4 mark 4:mark _ 2 Musharraf Musharraf PROPN NNP Number=Sing 4 nsubj 4:nsubj _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +3 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 4 turn turn VERB VB VerbForm=Inf 23 advcl 23:advcl:although _ 5 against against ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 Taliban Taliban PROPN NNP Number=Sing 4 obl 4:obl:against _ 8 after after ADP IN _ 9 case 9:case _ 9 September September PROPN NNP Number=Sing 4 obl 4:obl:after _ -10 11 11 NUM CD NumType=Card 9 nummod 9:nummod SpaceAfter=No -11 , , PUNCT , _ 4 punct 4:punct _ +10 11 11 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod SpaceAfter=No +11 , , PUNCT , _ 14 punct 14:punct _ 12 under under ADP IN _ 14 case 14:case _ 13 extreme extreme ADJ JJ Degree=Pos 14 amod 14:amod _ 14 duress duress NOUN NN Number=Sing 4 obl 4:obl:under _ 15 from from ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 US US PROPN NNP Number=Sing 14 nmod 14:nmod:from SpaceAfter=No -18 , , PUNCT , _ 23 punct 23:punct _ +18 , , PUNCT , _ 4 punct 4:punct _ 19 elements element NOUN NNS Number=Plur 23 nsubj 23:nsubj|25:nsubj:xsubj|32:nsubj:pass _ 20 of of ADP IN _ 22 case 22:case _ -21 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 military military NOUN NN Number=Sing 19 nmod 19:nmod:of _ -23 continued continue VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +23 continued continue VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 24 to to PART TO _ 25 mark 25:mark _ 25 support support VERB VB VerbForm=Inf 23 xcomp 23:xcomp _ 26 radical radical ADJ JJ Degree=Pos 27 amod 27:amod _ 27 Islamism Islamism PROPN NNP Number=Sing 25 obj 25:obj _ 28 and and CCONJ CC _ 32 cc 32:cc _ -29 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 32 aux 32:aux _ +29 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 32 aux 32:aux _ 30 recently recently ADV RB _ 32 advmod 32:advmod _ 31 been be AUX VBN Tense=Past|VerbForm=Part 32 aux:pass 32:aux:pass _ 32 implicated implicate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 conj 23:conj:and _ @@ -4944,7 +4944,7 @@ 35 attempts attempt NOUN NNS Number=Plur 32 obl 32:obl:in _ 36 on on ADP IN _ 37 case 37:case _ 37 Musharraf Musharraf PROPN NNP Number=Sing 35 nmod 35:nmod:on _ -38 himself himself PRON PRP Gender=Masc|Number=Sing|Person=3|PronType=Prs 37 nmod:npmod 37:nmod:npmod SpaceAfter=No +38 himself himself PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Emp|Reflex=Yes 37 nmod:npmod 37:nmod:npmod SpaceAfter=No 39 . . PUNCT . _ 23 punct 23:punct _ # sent_id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-0035 @@ -4952,10 +4952,10 @@ 1 This this PRON DT Number=Sing|PronType=Dem 4 nsubj 4:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 body body NOUN NN Number=Sing 0 root 0:root|7:obj _ -5 that that PRON WDT PronType=Rel 7 obj 4:ref _ +4 body body NOUN NN Number=Sing 0 root 0:root|9:nsubj _ +5 that that PRON WDT PronType=Rel 9 nsubj 4:ref _ 6 Bush Bush PROPN NNP Number=Sing 7 nsubj 7:nsubj _ -7 proclaimed proclaim VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +7 proclaimed proclaim VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 9 bringing bring VERB VBG Tense=Pres|VerbForm=Part 7 ccomp 7:ccomp _ 10 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No @@ -4967,15 +4967,15 @@ 16 in in ADP IN _ 17 case 17:case _ 17 fall fall NOUN NN Number=Sing 9 obl 9:obl:in _ 18 of of ADP IN _ 19 case 19:case _ -19 1999 1999 NUM CD NumType=Card 17 nmod 17:nmod:of SpaceAfter=No +19 1999 1999 NUM CD NumForm=Digit|NumType=Card 17 nmod 17:nmod:of SpaceAfter=No 20 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-0036 # text = So, one answer to Bush's charge about Edwards is that if it had any merit, Bush should have declined to run himself. -1 So so ADV RB _ 11 advmod 11:advmod SpaceAfter=No -2 , , PUNCT , _ 11 punct 11:punct _ -3 one one NUM CD NumType=Card 4 nummod 4:nummod _ -4 answer answer NOUN NN Number=Sing 11 nsubj 11:nsubj _ +1 So so ADV RB _ 22 advmod 22:advmod SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ +3 one one NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ +4 answer answer NOUN NN Number=Sing 22 nsubj:outer 22:nsubj:outer _ 5 to to ADP IN _ 8 case 8:case _ 6-7 Bush's _ _ _ _ _ _ _ _ 6 Bush Bush PROPN NNP Number=Sing 8 nmod:poss 8:nmod:poss _ @@ -4983,53 +4983,53 @@ 8 charge charge NOUN NN Number=Sing 4 nmod 4:nmod:to _ 9 about about ADP IN _ 10 case 10:case _ 10 Edwards Edwards PROPN NNP Number=Sing 8 nmod 8:nmod:about _ -11 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 12 that that SCONJ IN _ 22 mark 22:mark _ 13 if if SCONJ IN _ 15 mark 15:mark _ 14 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -15 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 advcl 22:advcl:if _ -16 any any DET DT _ 17 det 17:det _ +15 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 advcl 22:advcl:if _ +16 any any DET DT PronType=Ind 17 det 17:det _ 17 merit merit NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No -18 , , PUNCT , _ 22 punct 22:punct _ +18 , , PUNCT , _ 15 punct 15:punct _ 19 Bush Bush PROPN NNP Number=Sing 22 nsubj 22:nsubj|24:nsubj:xsubj _ 20 should should AUX MD VerbForm=Fin 22 aux 22:aux _ 21 have have AUX VB VerbForm=Inf 22 aux 22:aux _ -22 declined decline VERB VBN Tense=Past|VerbForm=Part 11 ccomp 11:ccomp _ +22 declined decline VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 23 to to PART TO _ 24 mark 24:mark _ 24 run run VERB VB VerbForm=Inf 22 xcomp 22:xcomp _ -25 himself himself PRON PRP Gender=Masc|Number=Sing|Person=3|PronType=Prs 24 obl:npmod 24:obl:npmod SpaceAfter=No -26 . . PUNCT . _ 11 punct 11:punct _ +25 himself himself PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Emp|Reflex=Yes 24 obl:npmod 24:obl:npmod SpaceAfter=No +26 . . PUNCT . _ 22 punct 22:punct _ # sent_id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-0037 # text = Another answer is that Edwards certainly knows far more about foreign affairs now than Bush did then. -1 Another another DET DT _ 2 det 2:det _ -2 answer answer NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Another another DET DT PronType=Ind 2 det 2:det _ +2 answer answer NOUN NN Number=Sing 7 nsubj:outer 7:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 that that SCONJ IN _ 7 mark 7:mark _ 5 Edwards Edwards PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 6 certainly certainly ADV RB _ 7 advmod 7:advmod _ -7 knows know VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +7 knows know VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 far far ADV RB Degree=Pos 9 advmod 9:advmod _ 9 more more ADJ JJR Degree=Cmp 7 obj 7:obj _ 10 about about ADP IN _ 12 case 12:case _ 11 foreign foreign ADJ JJ Degree=Pos 12 amod 12:amod _ 12 affairs affair NOUN NNS Number=Plur 9 obl 9:obl:about _ 13 now now ADV RB _ 7 advmod 7:advmod _ -14 than than SCONJ IN _ 17 mark 17:mark _ -15 Bush Bush PROPN NNP Number=Sing 17 nsubj 17:nsubj _ -16 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl _ +14 than than SCONJ IN _ 16 mark 16:mark _ +15 Bush Bush PROPN NNP Number=Sing 16 nsubj 16:nsubj _ +16 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 advcl 9:advcl _ 17 then then ADV RB PronType=Dem 16 advmod 16:advmod SpaceAfter=No -18 . . PUNCT . _ 3 punct 3:punct _ +18 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-0038 # text = Indeed, given how Bush has rampaged around the world alienating allies and ignoring vital conflicts with the potential to blow back on the US, one might well argue that Edwards knows more now than Bush does. 1 Indeed indeed ADV RB _ 30 advmod 30:advmod SpaceAfter=No -2 , , PUNCT , _ 30 punct 30:punct _ -3 given give VERB VBN Tense=Past|VerbForm=Part 7 mark 7:mark _ -4 how how SCONJ WRB PronType=Int 7 mark 7:mark _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 mark 7:mark _ +4 how how ADV WRB PronType=Int 7 advmod 7:advmod _ 5 Bush Bush PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 6 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ -7 rampaged rampage VERB VBN Tense=Past|VerbForm=Part 30 advcl 30:advcl:give _ +7 rampaged rampage VERB VBN Tense=Past|VerbForm=Part 30 advcl 30:advcl:given _ 8 around around ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 world world NOUN NN Number=Sing 7 obl 7:obl:around _ @@ -5048,8 +5048,8 @@ 23 on on ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 US US PROPN NNP Number=Sing 21 obl 21:obl:on SpaceAfter=No -26 , , PUNCT , _ 30 punct 30:punct _ -27 one one PRON PRP _ 30 nsubj 30:nsubj _ +26 , , PUNCT , _ 7 punct 7:punct _ +27 one one PRON PRP Number=Sing|Person=3|PronType=Prs 30 nsubj 30:nsubj _ 28 might might AUX MD VerbForm=Fin 30 aux 30:aux _ 29 well well ADV RB Degree=Pos 30 advmod 30:advmod _ 30 argue argue VERB VB VerbForm=Inf 0 root 0:root _ @@ -5060,24 +5060,25 @@ 35 now now ADV RB _ 33 advmod 33:advmod _ 36 than than SCONJ IN _ 38 mark 38:mark _ 37 Bush Bush PROPN NNP Number=Sing 38 nsubj 38:nsubj _ -38 does do VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 34 advcl 34:advcl:than SpaceAfter=No +38 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 34 advcl 34:advcl:than SpaceAfter=No 39 . . PUNCT . _ 30 punct 30:punct _ # sent_id = weblog-juancole.com_juancole_20040708181175_ENG_20040708_181175-0039 # text = This is what Edwards' campaign literature said about his positions: "Edwards believes that the U.S. must be an active leader to help resolve conflicts, from reducing tensions between India and Pakistan to the peace process in Northern Ireland. 1 This this PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ -2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _|CheckUPOS=VERB -3 what what PRON WP PronType=Int 0 root 0:root _ -4 Edwards Edwards PROPN NNP Number=Sing 7 nmod:poss 7:nmod:poss SpaceAfter=No +2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +3 what what PRON WP PronType=Rel 0 root 0:root|8:obj _ +4-5 Edwards' _ _ _ _ _ _ _ _ +4 Edwards Edwards PROPN NNP Number=Sing 7 nmod:poss 7:nmod:poss _ 5 ' 's PART POS _ 4 case 4:case _ 6 campaign campaign NOUN NN Number=Sing 7 compound 7:compound _ 7 literature literature NOUN NN Number=Sing 8 nsubj 8:nsubj _ -8 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +8 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 9 about about ADP IN _ 11 case 11:case _ -10 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 positions position NOUN NNS Number=Plur 8 obl 8:obl:about SpaceAfter=No -12 : : PUNCT : _ 3 punct 3:punct _ -13 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No +12 : : PUNCT : _ 15 punct 15:punct _ +13 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No 14 Edwards Edwards PROPN NNP Number=Sing 15 nsubj 15:nsubj _ 15 believes believe VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 16 that that SCONJ IN _ 23 mark 23:mark _ @@ -5092,7 +5093,7 @@ 25 help help VERB VB VerbForm=Inf 23 advcl 23:advcl:to _ 26 resolve resolve VERB VB VerbForm=Inf 25 xcomp 25:xcomp _ 27 conflicts conflict NOUN NNS Number=Plur 26 obj 26:obj SpaceAfter=No -28 , , PUNCT , _ 27 punct 27:punct _ +28 , , PUNCT , _ 30 punct 30:punct _ 29 from from SCONJ IN _ 30 mark 30:mark _ 30 reducing reduce VERB VBG VerbForm=Ger 27 acl 27:acl:from _ 31 tensions tension NOUN NNS Number=Plur 30 obj 30:obj _ @@ -5105,7 +5106,7 @@ 38 peace peace NOUN NN Number=Sing 39 compound 39:compound _ 39 process process NOUN NN Number=Sing 27 nmod 27:nmod:to _ 40 in in ADP IN _ 42 case 42:case _ -41 Northern Northern PROPN NNP Number=Sing 42 compound 42:compound _ +41 Northern Northern ADJ NNP Degree=Pos 42 amod 42:amod _ 42 Ireland Ireland PROPN NNP Number=Sing 39 nmod 39:nmod:in SpaceAfter=No 43 . . PUNCT . _ 3 punct 3:punct _ @@ -5133,10 +5134,10 @@ 20 peace peace NOUN NN Number=Sing 19 obj 19:obj _ 21 between between ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -23 Israelis Israelis PROPN NNPS Number=Plur 20 nmod 20:nmod:between _ +23 Israelis Israeli PROPN NNPS Number=Plur 20 nmod 20:nmod:between _ 24 and and CCONJ CC _ 26 cc 26:cc _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -26 Palestinians Palestinians PROPN NNPS Number=Plur 23 conj 20:nmod:between|23:conj:and SpaceAfter=No +26 Palestinians Palestinian PROPN NNPS Number=Plur 23 conj 20:nmod:between|23:conj:and SpaceAfter=No 27 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No 28 " " PUNCT '' _ 5 punct 5:punct _ @@ -5144,12 +5145,12 @@ # text = I don't see Bush doing any of this. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 see see VERB VB VerbForm=Inf 0 root 0:root _ -5 Bush Bush PROPN NNP Number=Sing 4 obj 4:obj|6:nsubj:xsubj _ -6 doing do VERB VBG VerbForm=Ger 4 xcomp 4:xcomp _ -7 any any DET DT _ 6 obj 6:obj _ +5 Bush Bush PROPN NNP Number=Sing 6 nsubj 6:nsubj _ +6 doing do VERB VBG VerbForm=Ger 4 ccomp 4:ccomp _ +7 any any DET DT PronType=Ind 6 obj 6:obj _ 8 of of ADP IN _ 9 case 9:case _ 9 this this PRON DT Number=Sing|PronType=Dem 7 nmod 7:nmod:of SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ @@ -5162,7 +5163,7 @@ 2-3 Friday's _ _ _ _ _ _ _ _ 2 Friday Friday PROPN NNP Number=Sing 5 nmod:poss 5:nmod:poss _ 3 's 's PART POS _ 2 case 2:case _ -4 Daily Daily PROPN NNP Number=Sing 5 compound 5:compound _ +4 Daily Daily ADJ NNP Degree=Pos 5 amod 5:amod _ 5 Star Star PROPN NNP Number=Sing 0 root 0:root _ # sent_id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-0002 @@ -5176,18 +5177,18 @@ # newpar id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-p0003 # text = Friday, June 04, 2004 1 Friday Friday PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 3 punct 3:punct _ 3 June June PROPN NNP Number=Sing 1 appos 1:appos _ -4 04 04 NUM CD NumType=Card 3 nummod 3:nummod SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ -6 2004 2004 NUM CD NumType=Card 1 nmod:tmod 1:nmod:tmod _ +4 04 04 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No +5 , , PUNCT , _ 6 punct 6:punct _ +6 2004 2004 NUM CD NumForm=Digit|NumType=Card 1 nmod:tmod 1:nmod:tmod _ # sent_id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-0004 # newpar id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-p0004 # text = As the American public gradually wearies of the Iraq crisis, some have begun worrying that the war could blow back on the US by creating the conditions for anti-American terrorism. 1 As as SCONJ IN _ 6 mark 6:mark _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 American american ADJ JJ Degree=Pos 4 amod 4:amod _ +3 American American ADJ JJ Degree=Pos 4 amod 4:amod _ 4 public public NOUN NN Number=Sing 6 nsubj 6:nsubj _ 5 gradually gradually ADV RB _ 6 advmod 6:advmod _ 6 wearies weary VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:as _ @@ -5195,9 +5196,9 @@ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 Iraq Iraq PROPN NNP Number=Sing 10 compound 10:compound _ 10 crisis crisis NOUN NN Number=Sing 6 obl 6:obl:of SpaceAfter=No -11 , , PUNCT , _ 14 punct 14:punct _ -12 some some DET DT _ 14 nsubj 14:nsubj|15:nsubj:xsubj _ -13 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +11 , , PUNCT , _ 6 punct 6:punct _ +12 some some DET DT PronType=Ind 14 nsubj 14:nsubj|15:nsubj:xsubj _ +13 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 14 begun begin VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 15 worrying worry VERB VBG VerbForm=Ger 14 xcomp 14:xcomp _ 16 that that SCONJ IN _ 20 mark 20:mark _ @@ -5214,19 +5215,19 @@ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 conditions condition NOUN NNS Number=Plur 26 obj 26:obj _ 29 for for ADP IN _ 31 case 31:case _ -30 anti-American anti-american ADJ JJ Degree=Pos 31 amod 31:amod _ +30 anti-American anti-American ADJ JJ Degree=Pos 31 amod 31:amod _ 31 terrorism terrorism NOUN NN Number=Sing 28 nmod 28:nmod:for SpaceAfter=No 32 . . PUNCT . _ 14 punct 14:punct _ # sent_id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-0005 # text = Israel, however, is much closer to Iraq and is likely to suffer from Iraqi instability much more acutely than will the United States. 1 Israel Israel PROPN NNP Number=Sing 7 nsubj 7:nsubj|12:nsubj|14:nsubj:xsubj SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 however however ADV RB _ 7 advmod 7:advmod SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 much much ADV RB _ 7 advmod 7:advmod _ -7 closer closer ADJ JJR Degree=Cmp 0 root 0:root _ +7 closer close ADJ JJR Degree=Cmp 0 root 0:root _ 8 to to ADP IN _ 9 case 9:case _ 9 Iraq Iraq PROPN NNP Number=Sing 7 obl 7:obl:to _ 10 and and CCONJ CC _ 12 cc 12:cc _ @@ -5235,38 +5236,38 @@ 13 to to PART TO _ 14 mark 14:mark _ 14 suffer suffer VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 15 from from ADP IN _ 17 case 17:case _ -16 Iraqi iraqi ADJ JJ Degree=Pos 17 amod 17:amod _ +16 Iraqi Iraqi ADJ JJ Degree=Pos 17 amod 17:amod _ 17 instability instability NOUN NN Number=Sing 14 obl 14:obl:from _ 18 much much ADV RB _ 19 advmod 19:advmod _ -19 more more ADV RBR _ 14 advmod 14:advmod _ +19 more more ADV RBR Degree=Cmp 14 advmod 14:advmod _ 20 acutely acutely ADV RB _ 19 advmod 19:advmod _ 21 than than SCONJ IN _ 22 mark 22:mark _ 22 will will AUX MD VerbForm=Fin 20 advcl 20:advcl:than _ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ -24 United United PROPN NNP Number=Sing 25 compound 25:compound _ -25 States States PROPN NNP Number=Sing 22 nsubj 22:nsubj SpaceAfter=No +24 United United ADJ NNP Degree=Pos 25 amod 25:amod _ +25 States State PROPN NNPS Number=Plur 22 nsubj 22:nsubj SpaceAfter=No 26 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-0006 # text = Ironically, among the strongest proponents of war in Iraq were Israeli Prime Minister Ariel Sharon and his neoconservative supporters in the US. 1 Ironically ironically ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 among among ADP IN _ 6 case 6:case _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 strongest strongest ADJ JJS Degree=Sup 6 amod 6:amod _ +5 strongest strong ADJ JJS Degree=Sup 6 amod 6:amod _ 6 proponents proponent NOUN NNS Number=Plur 0 root 0:root _ 7 of of ADP IN _ 8 case 8:case _ 8 war war NOUN NN Number=Sing 6 nmod 6:nmod:of _ 9 in in ADP IN _ 10 case 10:case _ 10 Iraq Iraq PROPN NNP Number=Sing 8 nmod 8:nmod:in _ -11 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 cop 6:cop _ -12 Israeli israeli ADJ JJ Degree=Pos 14 amod 14:amod _ -13 Prime Prime PROPN NNP Number=Sing 14 compound 14:compound _ +11 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ +12 Israeli Israeli ADJ JJ Degree=Pos 14 amod 14:amod _ +13 Prime Prime ADJ NNP Degree=Pos 14 amod 14:amod _ 14 Minister Minister PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 15 Ariel Ariel PROPN NNP Number=Sing 14 flat 14:flat _ 16 Sharon Sharon PROPN NNP Number=Sing 14 flat 14:flat _ 17 and and CCONJ CC _ 20 cc 20:cc _ -18 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +18 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 19 neoconservative neoconservative ADJ JJ Degree=Pos 20 amod 20:amod _ 20 supporters supporter NOUN NNS Number=Plur 14 conj 6:nsubj|14:conj:and _ 21 in in ADP IN _ 23 case 23:case _ @@ -5276,26 +5277,26 @@ # sent_id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-0007 # text = Have they, however, actually weakened Israeli security? -1 Have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +1 Have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 however however ADV RB _ 7 advmod 7:advmod SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 actually actually ADV RB _ 7 advmod 7:advmod _ 7 weakened weaken VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -8 Israeli israeli ADJ JJ Degree=Pos 9 amod 9:amod _ +8 Israeli Israeli ADJ JJ Degree=Pos 9 amod 9:amod _ 9 security security NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No 10 ? ? PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-0008 # text = The biggest threat Israel faces is not from conventional armies but from the asymmetrical tactics of Palestinian national liberation movements. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 biggest biggest ADJ JJS Degree=Sup 3 amod 3:amod _ +2 biggest big ADJ JJS Degree=Sup 3 amod 3:amod _ 3 threat threat NOUN NN Number=Sing 10 nsubj 10:nsubj|15:nsubj _ 4 Israel Israel PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 5 faces face VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ -7 not not ADV RB _ 10 advmod 10:advmod _ +7 not not PART RB _ 10 advmod 10:advmod _ 8 from from ADP IN _ 10 case 10:case _ 9 conventional conventional ADJ JJ Degree=Pos 10 amod 10:amod _ 10 armies army NOUN NNS Number=Plur 0 root 0:root _ @@ -5305,7 +5306,7 @@ 14 asymmetrical asymmetrical ADJ JJ Degree=Pos 15 amod 15:amod _ 15 tactics tactic NOUN NNS Number=Plur 10 conj 10:conj:but _ 16 of of ADP IN _ 20 case 20:case _ -17 Palestinian palestinian ADJ JJ Degree=Pos 20 amod 20:amod _ +17 Palestinian Palestinian ADJ JJ Degree=Pos 20 amod 20:amod _ 18 national national ADJ JJ Degree=Pos 19 amod 19:amod _ 19 liberation liberation NOUN NN Number=Sing 20 compound 20:compound _ 20 movements movement NOUN NNS Number=Plur 15 nmod 15:nmod:of SpaceAfter=No @@ -5323,14 +5324,14 @@ 8 by by ADP IN _ 13 case 13:case _ 9 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 10 hard hard ADJ JJ Degree=Pos 12 amod 12:amod SpaceAfter=No -11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No 12 line line NOUN NN Number=Sing 13 compound 13:compound _ 13 policies policy NOUN NNS Number=Plur 2 nmod 2:nmod:by _ 14 of of ADP IN _ 15 case 15:case _ 15 Sharon Sharon PROPN NNP Number=Sing 13 nmod 13:nmod:of _ 16 and and CCONJ CC _ 19 cc 19:cc _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -18 Palestinian palestinian ADJ JJ Degree=Pos 19 amod 19:amod _ +18 Palestinian Palestinian ADJ JJ Degree=Pos 19 amod 19:amod _ 19 intifada intifada NOUN NN Number=Sing 15 conj 13:nmod:of|15:conj:and _ 20 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ 21 encouraged encourage VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ @@ -5341,10 +5342,10 @@ # sent_id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-0010 # text = This, in turn, has discouraged international investment in Israel and has made it less likely that immigrants to the country will actually remain there. 1 This this PRON DT Number=Sing|PronType=Dem 7 nsubj 7:nsubj SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 in in ADP IN _ 4 case 4:case _ 4 turn turn NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 discouraged discourage VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 8 international international ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -5372,22 +5373,22 @@ # text = Although Israel withdrew from Lebanese territory in May 2000, the radical Lebanese Shiite party, Hizbullah, has not been mollified. 1 Although although SCONJ IN _ 3 mark 3:mark _ 2 Israel Israel PROPN NNP Number=Sing 3 nsubj 3:nsubj _ -3 withdrew withdraw VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 advcl 22:advcl:although _ +3 withdrew withdraw VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 advcl 22:advcl:although _ 4 from from ADP IN _ 6 case 6:case _ -5 Lebanese lebanese ADJ JJ Degree=Pos 6 amod 6:amod _ +5 Lebanese Lebanese ADJ JJ Degree=Pos 6 amod 6:amod _ 6 territory territory NOUN NN Number=Sing 3 obl 3:obl:from _ 7 in in ADP IN _ 8 case 8:case _ 8 May May PROPN NNP Number=Sing 3 obl 3:obl:in _ -9 2000 2000 NUM CD NumType=Card 8 nummod 8:nummod SpaceAfter=No -10 , , PUNCT , _ 22 punct 22:punct _ +9 2000 2000 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod SpaceAfter=No +10 , , PUNCT , _ 3 punct 3:punct _ 11 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 12 radical radical ADJ JJ Degree=Pos 15 amod 15:amod _ -13 Lebanese lebanese ADJ JJ Degree=Pos 15 amod 15:amod _ -14 Shiite shiite ADJ JJ Degree=Pos 15 amod 15:amod _ +13 Lebanese Lebanese ADJ JJ Degree=Pos 15 amod 15:amod _ +14 Shiite Shiite ADJ JJ Degree=Pos 15 amod 15:amod _ 15 party party NOUN NN Number=Sing 22 nsubj:pass 22:nsubj:pass SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ +16 , , PUNCT , _ 17 punct 17:punct _ 17 Hizbullah Hizbullah PROPN NNP Number=Sing 15 appos 15:appos SpaceAfter=No -18 , , PUNCT , _ 22 punct 22:punct _ +18 , , PUNCT , _ 15 punct 15:punct _ 19 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ 20 not not PART RB _ 22 advmod 22:advmod _ 21 been be AUX VBN Tense=Past|VerbForm=Part 22 aux:pass 22:aux:pass _ @@ -5401,18 +5402,18 @@ 3 estimated estimate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 have have VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 some some DET DT _ 9 det 9:det _ -7 5,000 5,000 NUM CD NumType=Card 9 nummod 9:nummod _ +6 some some DET DT PronType=Ind 9 det 9:det _ +7 5,000 5000 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 8 armed armed ADJ JJ Degree=Pos 9 amod 9:amod _ 9 fighters fighter NOUN NNS Number=Plur 5 obj 5:obj SpaceAfter=No 10 , , PUNCT , _ 14 punct 14:punct _ 11 and and CCONJ CC _ 14 cc 14:cc _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -13 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +13 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 14 pursued pursue VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:and _ 15 attacks attack NOUN NNS Number=Plur 14 obj 14:obj _ 16 against against ADP IN _ 18 case 18:case _ -17 Israeli israeli ADJ JJ Degree=Pos 18 amod 18:amod _ +17 Israeli Israeli ADJ JJ Degree=Pos 18 amod 18:amod _ 18 forces force NOUN NNS Number=Plur 15 nmod 15:nmod:against _ 19 to to PART TO _ 20 mark 20:mark _ 20 compel compel VERB VB VerbForm=Inf 14 advcl 14:advcl:to _ @@ -5422,25 +5423,25 @@ 24 from from ADP IN _ 27 case 27:case _ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 26 Shebaa Shebaa PROPN NNP Number=Sing 27 compound 27:compound _ -27 Farms Farms PROPN NNPS Number=Plur 23 obl 23:obl:from SpaceAfter=No -28 , , PUNCT , _ 27 punct 27:punct _ +27 Farms Farm PROPN NNPS Number=Plur 23 obl 23:obl:from SpaceAfter=No +28 , , PUNCT , _ 30 punct 30:punct _ 29 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ 30 sliver sliver NOUN NN Number=Sing 27 appos 27:appos|36:obj _ 31 of of ADP IN _ 33 case 33:case _ -32 Syrian syrian ADJ JJ Degree=Pos 33 amod 33:amod _ +32 Syrian Syrian ADJ JJ Degree=Pos 33 amod 33:amod _ 33 territory territory NOUN NN Number=Sing 30 nmod 30:nmod:of _ 34 that that PRON WDT PronType=Rel 36 obj 30:ref _ 35 Israel Israel PROPN NNP Number=Sing 36 nsubj 36:nsubj _ -36 annexed annex VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 30 acl:relcl 30:acl:relcl _ +36 annexed annex VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 30 acl:relcl 30:acl:relcl _ 37 after after ADP IN _ 40 case 40:case _ 38 the the DET DT Definite=Def|PronType=Art 40 det 40:det _ -39 1967 1967 NUM CD NumType=Card 40 nummod 40:nummod _ +39 1967 1967 NUM CD NumForm=Digit|NumType=Card 40 nummod 40:nummod _ 40 war war NOUN NN Number=Sing 36 obl 36:obl:after SpaceAfter=No 41 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-0013 # text = Any thorough assessment of the impact of the Iraq war and its aftermath on Israel's security environment must, therefore, closely examine its likely effect on the conduct of asymmetrical warfare. -1 Any any DET DT _ 3 det 3:det _ +1 Any any DET DT PronType=Ind 3 det 3:det _ 2 thorough thorough ADJ JJ Degree=Pos 3 amod 3:amod _ 3 assessment assessment NOUN NN Number=Sing 24 nsubj 24:nsubj _ 4 of of ADP IN _ 6 case 6:case _ @@ -5451,7 +5452,7 @@ 9 Iraq Iraq PROPN NNP Number=Sing 10 compound 10:compound _ 10 war war NOUN NN Number=Sing 6 nmod 6:nmod:of _ 11 and and CCONJ CC _ 13 cc 13:cc _ -12 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 aftermath aftermath NOUN NN Number=Sing 6 conj 3:nmod:of|6:conj:and _ 14 on on ADP IN _ 18 case 18:case _ 15-16 Israel's _ _ _ _ _ _ _ _ @@ -5460,12 +5461,12 @@ 17 security security NOUN NN Number=Sing 18 compound 18:compound _ 18 environment environment NOUN NN Number=Sing 13 nmod 13:nmod:on _ 19 must must AUX MD VerbForm=Fin 24 aux 24:aux SpaceAfter=No -20 , , PUNCT , _ 24 punct 24:punct _ +20 , , PUNCT , _ 19 punct 19:punct _ 21 therefore therefore ADV RB _ 24 advmod 24:advmod SpaceAfter=No -22 , , PUNCT , _ 24 punct 24:punct _ +22 , , PUNCT , _ 21 punct 21:punct _ 23 closely closely ADV RB _ 24 advmod 24:advmod _ 24 examine examine VERB VB VerbForm=Inf 0 root 0:root _ -25 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +25 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 26 likely likely ADJ JJ Degree=Pos 27 amod 27:amod _ 27 effect effect NOUN NN Number=Sing 24 obj 24:obj _ 28 on on ADP IN _ 30 case 30:case _ @@ -5491,21 +5492,21 @@ 11 that that SCONJ IN _ 14 mark 14:mark _ 12 Saddam Saddam PROPN NNP Number=Sing 14 nsubj 14:nsubj|25:nsubj _ 13 Hussein Hussein PROPN NNP Number=Sing 12 flat 12:flat _ -14 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 csubj:pass 5:csubj:pass _ +14 gave give VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 csubj:pass 5:csubj:pass _ 15 money money NOUN NN Number=Sing 14 obj 14:obj _ 16 to to ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 families family NOUN NNS Number=Plur 14 obl 14:obl:to _ 19 of of ADP IN _ 22 case 22:case _ -20 Palestinian palestinian ADJ JJ Degree=Pos 22 amod 22:amod _ +20 Palestinian Palestinian ADJ JJ Degree=Pos 22 amod 22:amod _ 21 suicide suicide NOUN NN Number=Sing 22 compound 22:compound _ 22 bombers bomber NOUN NNS Number=Plur 18 nmod 18:nmod:of _ 23 and and CCONJ CC _ 25 cc 25:cc _ 24 so so ADV RB _ 25 advmod 25:advmod _ -25 encouraged encourage VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 conj 5:csubj:pass|14:conj:and _ +25 encouraged encourage VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 conj 5:csubj:pass|14:conj:and _ 26 asymmetrical asymmetrical ADJ JJ Degree=Pos 27 amod 27:amod _ 27 warfare warfare NOUN NN Number=Sing 25 obj 25:obj SpaceAfter=No -28 , , PUNCT , _ 32 punct 32:punct _ +28 , , PUNCT , _ 5 punct 5:punct _ 29 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 32 expl 32:expl _ 30 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 32 cop 32:cop _ 31 not not PART RB _ 32 advmod 32:advmod _ @@ -5513,7 +5514,7 @@ 33 that that SCONJ IN _ 36 mark 36:mark _ 34 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 36 nsubj 36:nsubj _ 35 actually actually ADV RB _ 36 advmod 36:advmod _ -36 posed pose VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 32 csubj 32:csubj _ +36 posed pose VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 32 csubj 32:csubj _ 37 a a DET DT Definite=Ind|PronType=Art 38 det 38:det _ 38 danger danger NOUN NN Number=Sing 36 obj 36:obj _ 39 to to ADP IN _ 40 case 40:case _ @@ -5523,9 +5524,9 @@ # sent_id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-0015 # text = The Palestinians who have been willing to kill themselves to end the Israeli occupation of the Gaza Strip and the West Bank were not driven by economic considerations. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 Palestinians Palestinians PROPN NNPS Number=Plur 25 nsubj:pass 6:nsubj|8:nsubj:xsubj|25:nsubj:pass _ +2 Palestinians Palestinian PROPN NNPS Number=Plur 25 nsubj:pass 6:nsubj|8:nsubj:xsubj|25:nsubj:pass _ 3 who who PRON WP PronType=Rel 6 nsubj 2:ref _ -4 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 been be AUX VBN Tense=Past|VerbForm=Part 6 cop 6:cop _ 6 willing willing ADJ JJ Degree=Pos 2 acl:relcl 2:acl:relcl _ 7 to to PART TO _ 8 mark 8:mark _ @@ -5534,7 +5535,7 @@ 10 to to PART TO _ 11 mark 11:mark _ 11 end end VERB VB VerbForm=Inf 8 advcl 8:advcl:to _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -13 Israeli israeli ADJ JJ Degree=Pos 14 amod 14:amod _ +13 Israeli Israeli ADJ JJ Degree=Pos 14 amod 14:amod _ 14 occupation occupation NOUN NN Number=Sing 11 obj 11:obj _ 15 of of ADP IN _ 18 case 18:case _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ @@ -5544,55 +5545,55 @@ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 21 West West PROPN NNP Number=Sing 22 compound 22:compound _ 22 Bank Bank PROPN NNP Number=Sing 18 conj 14:nmod:of|18:conj:and _ -23 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 aux:pass 25:aux:pass _ +23 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 25 aux:pass 25:aux:pass _ 24 not not PART RB _ 25 advmod 25:advmod _ 25 driven drive VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 26 by by ADP IN _ 28 case 28:case _ 27 economic economic ADJ JJ Degree=Pos 28 amod 28:amod _ -28 considerations consideration NOUN NNS Number=Plur 25 obl 25:obl:by SpaceAfter=No +28 considerations consideration NOUN NNS Number=Plur 25 obl:agent 25:obl:agent SpaceAfter=No 29 . . PUNCT . _ 25 punct 25:punct _ # sent_id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-0016 # text = Saddam never did anything practical to help the Palestinians. 1 Saddam Saddam PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 never never ADV RB _ 3 advmod 3:advmod _ -3 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 anything anything PRON NN Number=Sing 3 obj 3:obj _ +3 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 anything anything PRON NN Number=Sing|PronType=Ind 3 obj 3:obj _ 5 practical practical ADJ JJ Degree=Pos 4 amod 4:amod _ 6 to to PART TO _ 7 mark 7:mark _ 7 help help VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 Palestinians Palestinians PROPN NNPS Number=Plur 7 obj 7:obj SpaceAfter=No +9 Palestinians Palestinian PROPN NNPS Number=Plur 7 obj 7:obj SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-0017 # text = At some points, as in the late 1980s, he reportedly made behind-the-scenes overtures to the Israelis to arrive at some sort of a deal. 1 At at ADP IN _ 3 case 3:case _ -2 some some DET DT _ 3 det 3:det _ +2 some some DET DT PronType=Ind 3 det 3:det _ 3 points point NOUN NNS Number=Plur 13 obl 13:obl:at SpaceAfter=No -4 , , PUNCT , _ 13 punct 13:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 as as ADP IN _ 9 case 9:case _ 6 in in ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 late late ADJ JJ Degree=Pos 9 amod 9:amod _ -9 1980s 1980 NOUN NNS Number=Plur 13 obl 13:obl:in SpaceAfter=No -10 , , PUNCT , _ 13 punct 13:punct _ +9 1980s 1980s NOUN NNS Number=Plur|NumForm=Digit|NumType=Card 13 obl 13:obl:in SpaceAfter=No +10 , , PUNCT , _ 9 punct 9:punct _ 11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 12 reportedly reportedly ADV RB _ 13 advmod 13:advmod _ -13 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +13 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 14 behind behind ADP IN _ 18 case 18:case SpaceAfter=No -15 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det SpaceAfter=No -17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No 18 scenes scene NOUN NNS Number=Plur 19 compound 19:compound _ -19 overtures overture NOUN NNS Number=Plur 13 obj 13:obj|24:nsubj:xsubj _ +19 overtures overture NOUN NNS Number=Plur 13 obj 13:obj _ 20 to to ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -22 Israelis Israelis PROPN NNPS Number=Plur 13 obl 13:obl:to _ +22 Israelis Israeli PROPN NNPS Number=Plur 13 obl 13:obl:to _ 23 to to PART TO _ 24 mark 24:mark _ -24 arrive arrive VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ +24 arrive arrive VERB VB VerbForm=Inf 13 advcl 13:advcl:to _ 25 at at ADP IN _ 27 case 27:case _ -26 some some DET DT _ 27 det 27:det _ +26 some some DET DT PronType=Ind 27 det 27:det _ 27 sort sort NOUN NN Number=Sing 24 obl 24:obl:at _ 28 of of ADP IN _ 30 case 30:case _ 29 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ @@ -5602,11 +5603,11 @@ # sent_id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-0018 # text = He did not allow Palestinian radicals to launch operations against Israel from Iraq. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 allow allow VERB VB VerbForm=Inf 0 root 0:root _ -5 Palestinian palestinian ADJ JJ Degree=Pos 6 amod 6:amod _ -6 radicals radical NOUN NNS Number=Plur 4 obj 4:obj|8:nsubj:xsubj _ +5 Palestinian Palestinian ADJ JJ Degree=Pos 6 amod 6:amod _ +6 radicals radical NOUN NNS Number=Plur 4 iobj 4:iobj|8:nsubj:xsubj _ 7 to to PART TO _ 8 mark 8:mark _ 8 launch launch VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 9 operations operation NOUN NNS Number=Plur 8 obj 8:obj _ @@ -5621,11 +5622,11 @@ 1 By by ADP IN _ 4 case 4:case _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 late late ADJ JJ Degree=Pos 4 amod 4:amod _ -4 1990s 1990 NOUN NNS Number=Plur 7 obl 7:obl:by SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +4 1990s 1990s NOUN NNS Number=Plur 7 obl 7:obl:by SpaceAfter=No +5 , , PUNCT , _ 4 punct 4:punct _ 6 Iraq Iraq PROPN NNP Number=Sing 7 nsubj 7:nsubj|17:nsubj _ -7 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -8 no no DET DT _ 13 det 13:det _ +7 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 no no DET DT PronType=Neg 13 det 13:det _ 9 nuclear nuclear ADJ JJ Degree=Pos 12 amod 12:amod _ 10 or or CCONJ CC _ 11 cc 11:cc _ 11 biological biological ADJ JJ Degree=Pos 9 conj 9:conj:or|12:amod _ @@ -5633,9 +5634,9 @@ 13 program program NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No 14 , , PUNCT , _ 17 punct 17:punct _ 15 and and CCONJ CC _ 17 cc 17:cc _ -16 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 aux 17:aux _ +16 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 aux 17:aux _ 17 destroyed destroy VERB VBN Tense=Past|VerbForm=Part 7 conj 7:conj:and _ -18 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +18 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 19 chemical chemical ADJ JJ Degree=Pos 20 amod 20:amod _ 20 weapons weapon NOUN NNS Number=Plur 21 compound 21:compound _ 21 stockpiles stockpile NOUN NNS Number=Plur 17 obj 17:obj SpaceAfter=No @@ -5643,18 +5644,18 @@ # sent_id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-0020 # text = Its ramshackle army had virtually collapsed before the American invasion in 2003. -1 Its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 ramshackle ramshackle ADJ JJ Degree=Pos 3 amod 3:amod _ 3 army army NOUN NN Number=Sing 6 nsubj 6:nsubj _ -4 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +4 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 5 virtually virtually ADV RB _ 6 advmod 6:advmod _ 6 collapsed collapse VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 7 before before ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -9 American american ADJ JJ Degree=Pos 10 amod 10:amod _ +9 American American ADJ JJ Degree=Pos 10 amod 10:amod _ 10 invasion invasion NOUN NN Number=Sing 6 obl 6:obl:before _ 11 in in ADP IN _ 12 case 12:case _ -12 2003 2003 NUM CD NumType=Card 10 nmod 10:nmod:in SpaceAfter=No +12 2003 2003 NUM CD NumForm=Digit|NumType=Card 10 nmod 10:nmod:in SpaceAfter=No 13 . . PUNCT . _ 6 punct 6:punct _ # sent_id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-0021 @@ -5665,16 +5666,16 @@ 4 hard hard ADJ JJ Degree=Pos 21 advcl 21:advcl:if _ 5 to to PART TO _ 6 mark 6:mark _ 6 see see VERB VB VerbForm=Inf 4 csubj 4:csubj _ -7 how how SCONJ WRB PronType=Int 10 mark 10:mark _ -8 Baathist baathist ADJ JJ Degree=Pos 9 amod 9:amod _ +7 how how ADV WRB PronType=Int 10 advmod 10:advmod _ +8 Baathist Baathist ADJ JJ Degree=Pos 9 amod 9:amod _ 9 Iraq Iraq PROPN NNP Number=Sing 10 nsubj 10:nsubj _ -10 posed pose VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 csubj 6:csubj _ -11 any any DET DT _ 13 det 13:det _ +10 posed pose VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 csubj 6:csubj _ +11 any any DET DT PronType=Ind 13 det 13:det _ 12 real real ADJ JJ Degree=Pos 13 amod 13:amod _ 13 threat threat NOUN NN Number=Sing 10 obj 10:obj _ 14 to to ADP IN _ 15 case 15:case _ 15 Israel Israel PROPN NNP Number=Sing 13 nmod 13:nmod:to SpaceAfter=No -16 , , PUNCT , _ 21 punct 21:punct _ +16 , , PUNCT , _ 4 punct 4:punct _ 17 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 expl 21:expl _ 18 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 19 not not PART RB _ 21 advmod 21:advmod _ @@ -5701,11 +5702,11 @@ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 Bush Bush PROPN NNP Number=Sing 2 nmod 2:nmod:by _ 9 administration administration NOUN NN Number=Sing 8 flat 8:flat _ -10 created create VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 created create VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 11 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 12 weak weak ADJ JJ Degree=Pos 15 amod 15:amod _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 failed fail VERB VBN Tense=Past|VerbForm=Part 12 conj 12:conj:and|15:amod _ +14 failed fail VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 conj 12:conj:and|15:amod _ 15 state state NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 16 . . PUNCT . _ 10 punct 10:punct _ @@ -5713,21 +5714,21 @@ # text = Armed militias, many staffed by former Iraqi military men with substantial training and experience, have proliferated. 1 Armed armed ADJ JJ Degree=Pos 2 amod 2:amod _ 2 militias militia NOUN NNS Number=Plur 18 nsubj 18:nsubj SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ -4 many many ADJ JJ Degree=Pos 2 appos 2:appos _ -5 staffed staff VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +3 , , PUNCT , _ 5 punct 5:punct _ +4 many many ADJ JJ Degree=Pos 5 nsubj:pass 5:nsubj:pass _ +5 staffed staff VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 acl 2:acl _ 6 by by ADP IN _ 10 case 10:case _ 7 former former ADJ JJ Degree=Pos 10 amod 10:amod _ -8 Iraqi iraqi ADJ JJ Degree=Pos 10 amod 10:amod _ +8 Iraqi Iraqi ADJ JJ Degree=Pos 10 amod 10:amod _ 9 military military ADJ JJ Degree=Pos 10 amod 10:amod _ -10 men man NOUN NNS Number=Plur 5 obl 5:obl:by _ +10 men man NOUN NNS Number=Plur 5 obl:agent 5:obl:agent _ 11 with with ADP IN _ 13 case 13:case _ 12 substantial substantial ADJ JJ Degree=Pos 13 amod 13:amod _ 13 training training NOUN NN Number=Sing 10 nmod 10:nmod:with _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 experience experience NOUN NN Number=Sing 13 conj 10:nmod:with|13:conj:and SpaceAfter=No -16 , , PUNCT , _ 18 punct 18:punct _ -17 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ +16 , , PUNCT , _ 2 punct 2:punct _ +17 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 18 proliferated proliferate VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No 19 . . PUNCT . _ 18 punct 18:punct _ @@ -5735,7 +5736,7 @@ # text = The US chose to ally itself with such groups as the Supreme Council for the Islamic Revolution in Iraq, whose 15,000-strong Badr Corps paramilitary was trained by the Iranian Revolutionary Guards. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 US US PROPN NNP Number=Sing 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 chose choose VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 chose choose VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 ally ally VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs|Reflex=Yes 5 obj 5:obj _ @@ -5744,18 +5745,18 @@ 9 groups group NOUN NNS Number=Plur 5 obl 5:obl:with _ 10 as as ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 Supreme Supreme PROPN NNP Number=Sing 13 compound 13:compound _ +12 Supreme Supreme ADJ NNP Degree=Pos 13 amod 13:amod _ 13 Council Council PROPN NNP Number=Sing 9 nmod 9:nmod:as|27:nmod:poss _ 14 for for ADP IN _ 17 case 17:case _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -16 Islamic Islamic PROPN NNP Number=Sing 17 compound 17:compound _ +16 Islamic Islamic ADJ NNP Degree=Pos 17 amod 17:amod _ 17 Revolution Revolution PROPN NNP Number=Sing 13 nmod 13:nmod:for _ 18 in in ADP IN _ 19 case 19:case _ 19 Iraq Iraq PROPN NNP Number=Sing 17 nmod 17:nmod:in SpaceAfter=No -20 , , PUNCT , _ 13 punct 13:punct _ -21 whose whose PRON WP$ Poss=Yes|PronType=Int 27 nmod:poss 13:ref _ -22 15,000 15,000 NUM CD NumType=Card 24 compound 24:compound SpaceAfter=No -23 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No +20 , , PUNCT , _ 29 punct 29:punct _ +21 whose whose PRON WP$ Poss=Yes|PronType=Rel 27 nmod:poss 13:ref _ +22 15,000 15000 NUM CD NumForm=Digit|NumType=Card 24 compound 24:compound SpaceAfter=No +23 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No 24 strong strong ADJ JJ Degree=Pos 27 amod 27:amod _ 25 Badr Badr PROPN NNP Number=Sing 26 compound 26:compound _ 26 Corps Corps PROPN NNP Number=Sing 27 compound 27:compound _ @@ -5764,23 +5765,23 @@ 29 trained train VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 acl:relcl 13:acl:relcl _ 30 by by ADP IN _ 34 case 34:case _ 31 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ -32 Iranian Iranian PROPN NNP Number=Sing 34 compound 34:compound _ -33 Revolutionary Revolutionary PROPN NNP Number=Sing 34 compound 34:compound _ -34 Guards Guards PROPN NNPS Number=Plur 29 obl 29:obl:by SpaceAfter=No +32 Iranian Iranian ADJ NNP Degree=Pos 34 amod 34:amod _ +33 Revolutionary Revolutionary ADJ NNP Degree=Pos 34 amod 34:amod _ +34 Guards Guard PROPN NNPS Number=Plur 29 obl:agent 29:obl:agent SpaceAfter=No 35 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-0025 # text = Anti-Israeli and pro-Palestinian feeling is strong among several major Iraqi ideological groups and currents. -1 Anti-Israeli anti-israeli ADJ JJ Degree=Pos 4 amod 4:amod _ +1 Anti-Israeli anti-Israeli ADJ JJ Degree=Pos 4 amod 4:amod _ 2 and and CCONJ CC _ 3 cc 3:cc _ -3 pro-Palestinian pro-palestinian ADJ JJ Degree=Pos 1 conj 1:conj:and|4:amod _ +3 pro-Palestinian pro-Palestinian ADJ JJ Degree=Pos 1 conj 1:conj:and|4:amod _ 4 feeling feeling NOUN NN Number=Sing 6 nsubj 6:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 strong strong ADJ JJ Degree=Pos 0 root 0:root _ 7 among among ADP IN _ 12 case 12:case _ 8 several several ADJ JJ Degree=Pos 12 amod 12:amod _ 9 major major ADJ JJ Degree=Pos 12 amod 12:amod _ -10 Iraqi iraqi ADJ JJ Degree=Pos 12 amod 12:amod _ +10 Iraqi Iraqi ADJ JJ Degree=Pos 12 amod 12:amod _ 11 ideological ideological ADJ JJ Degree=Pos 12 amod 12:amod _ 12 groups group NOUN NNS Number=Plur 6 obl 6:obl:among _ 13 and and CCONJ CC _ 14 cc 14:cc _ @@ -5790,13 +5791,13 @@ # sent_id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-0026 # text = The more radical Shiites, who generally follow the theocratic notions of Iran's Ayatollah Ruhollah Khomeini, routinely chant and demonstrate against Israel. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ -2 more more ADV RBR _ 3 advmod 3:advmod _ +2 more more ADV RBR Degree=Cmp 3 advmod 3:advmod _ 3 radical radical ADJ JJ Degree=Pos 4 amod 4:amod _ -4 Shiites Shiites PROPN NNPS Number=Plur 20 nsubj 8:nsubj|20:nsubj|22:nsubj SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +4 Shiites Shiite PROPN NNPS Number=Plur 20 nsubj 8:nsubj|20:nsubj|22:nsubj SpaceAfter=No +5 , , PUNCT , _ 8 punct 8:punct _ 6 who who PRON WP PronType=Rel 8 nsubj 4:ref _ 7 generally generally ADV RB _ 8 advmod 8:advmod _ -8 follow follow VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +8 follow follow VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 theocratic theocratic ADJ JJ Degree=Pos 11 amod 11:amod _ 11 notions notion NOUN NNS Number=Plur 8 obj 8:obj _ @@ -5807,11 +5808,11 @@ 15 Ayatollah Ayatollah PROPN NNP Number=Sing 11 nmod 11:nmod:of _ 16 Ruhollah Ruhollah PROPN NNP Number=Sing 15 flat 15:flat _ 17 Khomeini Khomeini PROPN NNP Number=Sing 15 flat 15:flat SpaceAfter=No -18 , , PUNCT , _ 20 punct 20:punct _ +18 , , PUNCT , _ 4 punct 4:punct _ 19 routinely routinely ADV RB _ 20 advmod 20:advmod _ -20 chant chant VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +20 chant chant VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 21 and and CCONJ CC _ 22 cc 22:cc _ -22 demonstrate demonstrate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 conj 20:conj:and _ +22 demonstrate demonstrate VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 conj 20:conj:and _ 23 against against ADP IN _ 24 case 24:case _ 24 Israel Israel PROPN NNP Number=Sing 20 obl 20:obl:against SpaceAfter=No 25 . . PUNCT . _ 20 punct 20:punct _ @@ -5820,33 +5821,33 @@ # text = They vehemently protested the Israeli assassination of Sheikh Ahmed Yassin, the leader of Hamas, last March. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 vehemently vehemently ADV RB _ 3 advmod 3:advmod _ -3 protested protest VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 protested protest VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 Israeli israeli ADJ JJ Degree=Pos 6 amod 6:amod _ +5 Israeli Israeli ADJ JJ Degree=Pos 6 amod 6:amod _ 6 assassination assassination NOUN NN Number=Sing 3 obj 3:obj _ 7 of of ADP IN _ 9 case 9:case _ 8 Sheikh Sheikh PROPN NNP Number=Sing 9 compound 9:compound _ 9 Ahmed Ahmed PROPN NNP Number=Sing 6 nmod 6:nmod:of _ 10 Yassin Yassin PROPN NNP Number=Sing 9 flat 9:flat SpaceAfter=No -11 , , PUNCT , _ 9 punct 9:punct _ +11 , , PUNCT , _ 13 punct 13:punct _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 leader leader NOUN NN Number=Sing 9 appos 9:appos _ 14 of of ADP IN _ 15 case 15:case _ 15 Hamas Hamas PROPN NNP Number=Sing 13 nmod 13:nmod:of SpaceAfter=No -16 , , PUNCT , _ 3 punct 3:punct _ +16 , , PUNCT , _ 18 punct 18:punct _ 17 last last ADJ JJ Degree=Pos 18 amod 18:amod _ 18 March March PROPN NNP Number=Sing 3 obl:tmod 3:obl:tmod SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-0028 # text = Worse for Israel, the assassination drew a denunciation even from the moderate and cautious Grand Ayatollah Ali Sistani, who wields enormous moral authority over Iraqi Shiites. -1 Worse worse ADJ JJR Degree=Cmp 7 advmod 7:advmod _ +1 Worse bad ADJ JJR Degree=Cmp 7 advmod 7:advmod _ 2 for for ADP IN _ 3 case 3:case _ 3 Israel Israel PROPN NNP Number=Sing 1 obl 1:obl:for SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +4 , , PUNCT , _ 1 punct 1:punct _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 assassination assassination NOUN NN Number=Sing 7 nsubj 7:nsubj _ -7 drew draw VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 drew draw VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 denunciation denunciation NOUN NN Number=Sing 7 obj 7:obj _ 10 even even ADV RB _ 16 advmod 16:advmod _ @@ -5859,23 +5860,23 @@ 17 Ayatollah Ayatollah PROPN NNP Number=Sing 16 flat 16:flat _ 18 Ali Ali PROPN NNP Number=Sing 16 flat 16:flat _ 19 Sistani Sistani PROPN NNP Number=Sing 16 flat 16:flat SpaceAfter=No -20 , , PUNCT , _ 16 punct 16:punct _ +20 , , PUNCT , _ 22 punct 22:punct _ 21 who who PRON WP PronType=Rel 22 nsubj 16:ref _ 22 wields wield VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ 23 enormous enormous ADJ JJ Degree=Pos 25 amod 25:amod _ 24 moral moral ADJ JJ Degree=Pos 25 amod 25:amod _ 25 authority authority NOUN NN Number=Sing 22 obj 22:obj _ 26 over over ADP IN _ 28 case 28:case _ -27 Iraqi iraqi ADJ JJ Degree=Pos 28 amod 28:amod _ -28 Shiites Shiites PROPN NNPS Number=Plur 25 nmod 25:nmod:over SpaceAfter=No +27 Iraqi Iraqi ADJ JJ Degree=Pos 28 amod 28:amod _ +28 Shiites Shiite PROPN NNPS Number=Plur 25 nmod 25:nmod:over SpaceAfter=No 29 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-0029 # text = These Shiite movements had been suppressed by Saddam Hussein's regime, but have now organized and armed themselves. 1 These this DET DT Number=Plur|PronType=Dem 3 det 3:det _ -2 Shiite shiite ADJ JJ Degree=Pos 3 amod 3:amod _ +2 Shiite Shiite ADJ JJ Degree=Pos 3 amod 3:amod _ 3 movements movement NOUN NNS Number=Plur 6 nsubj:pass 6:nsubj:pass|16:nsubj:pass _ -4 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +4 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 5 been be AUX VBN Tense=Past|VerbForm=Part 6 aux:pass 6:aux:pass _ 6 suppressed suppress VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 by by ADP IN _ 11 case 11:case _ @@ -5883,10 +5884,10 @@ 9-10 Hussein's _ _ _ _ _ _ _ _ 9 Hussein Hussein PROPN NNP Number=Sing 8 flat 8:flat _ 10 's 's PART POS _ 8 case 8:case _ -11 regime regime NOUN NN Number=Sing 6 obl 6:obl:by SpaceAfter=No +11 regime regime NOUN NN Number=Sing 6 obl:agent 6:obl:agent SpaceAfter=No 12 , , PUNCT , _ 16 punct 16:punct _ 13 but but CCONJ CC _ 16 cc 16:cc _ -14 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +14 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 15 now now ADV RB _ 16 advmod 16:advmod _ 16 organized organize VERB VBN Tense=Past|VerbForm=Part 6 conj 6:conj:but _ 17 and and CCONJ CC _ 18 cc 18:cc _ @@ -5897,17 +5898,17 @@ # sent_id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-0030 # text = They have also reestablished their historical links with Lebanese and Iranian Shiites. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 also also ADV RB _ 4 advmod 4:advmod _ 4 reestablished reestablish VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -5 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 historical historical ADJ JJ Degree=Pos 7 amod 7:amod _ 7 links link NOUN NNS Number=Plur 4 obj 4:obj _ 8 with with ADP IN _ 12 case 12:case _ -9 Lebanese lebanese ADJ JJ Degree=Pos 12 amod 12:amod _ +9 Lebanese Lebanese ADJ JJ Degree=Pos 12 amod 12:amod _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 Iranian iranian ADJ JJ Degree=Pos 9 conj 9:conj:and|12:amod _ -12 Shiites Shiites PROPN NNPS Number=Plur 7 nmod 7:nmod:with SpaceAfter=No +11 Iranian Iranian ADJ JJ Degree=Pos 9 conj 9:conj:and|12:amod _ +12 Shiites Shiite PROPN NNPS Number=Plur 7 nmod 7:nmod:with SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-0031 @@ -5917,12 +5918,12 @@ 3 inevitable inevitable ADJ JJ Degree=Pos 0 root 0:root _ 4 that that SCONJ IN _ 9 mark 9:mark _ 5 most most ADJ JJS Degree=Sup 7 amod 7:amod _ -6 Iraqi iraqi ADJ JJ Degree=Pos 7 amod 7:amod _ -7 Shiites Shiites PROPN NNPS Number=Plur 9 nsubj 9:nsubj _ +6 Iraqi Iraqi ADJ JJ Degree=Pos 7 amod 7:amod _ +7 Shiites Shiite PROPN NNPS Number=Plur 9 nsubj 9:nsubj _ 8 will will AUX MD VerbForm=Fin 9 aux 9:aux _ 9 side side VERB VB VerbForm=Inf 3 csubj 3:csubj _ 10 with with ADP IN _ 13 case 13:case _ -11 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 12 Hizbullah Hizbullah PROPN NNP Number=Sing 13 compound 13:compound _ 13 coreligionists coreligionist NOUN NNS Number=Plur 9 obl 9:obl:with _ 14 against against ADP IN _ 15 case 15:case _ @@ -5933,14 +5934,14 @@ 19 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 20 likely likely ADJ JJ Degree=Pos 19 xcomp 19:xcomp _ 21 that that SCONJ IN _ 25 mark 25:mark _ -22 Iraqi iraqi ADJ JJ Degree=Pos 23 amod 23:amod _ -23 Shiites Shiites PROPN NNPS Number=Plur 25 nsubj 25:nsubj|26:nsubj:xsubj _ +22 Iraqi Iraqi ADJ JJ Degree=Pos 23 amod 23:amod _ +23 Shiites Shiite PROPN NNPS Number=Plur 25 nsubj 25:nsubj|26:nsubj:xsubj _ 24 will will AUX MD VerbForm=Fin 25 aux 25:aux _ 25 get get VERB VB VerbForm=Inf 19 csubj 19:csubj _ 26 rich rich ADJ JJ Degree=Pos 25 xcomp 25:xcomp _ 27 enough enough ADV RB _ 26 advmod 26:advmod _ 28 from from ADP IN _ 31 case 31:case _ -29 Iraqi iraqi ADJ JJ Degree=Pos 31 amod 31:amod _ +29 Iraqi Iraqi ADJ JJ Degree=Pos 31 amod 31:amod _ 30 petroleum petroleum NOUN NN Number=Sing 31 compound 31:compound _ 31 sales sale NOUN NNS Number=Plur 25 obl 25:obl:from _ 32 in in ADP IN _ 34 case 34:case _ @@ -5956,21 +5957,21 @@ 42 position position NOUN NN Number=Sing 26 advcl 26:advcl:in _ 43 to to PART TO _ 44 mark 44:mark _ 44 bankroll bankroll VERB VB VerbForm=Inf 42 acl 42:acl:to _ -45 Lebanese lebanese ADJ JJ Degree=Pos 47 amod 47:amod _ -46 Shiite shiite ADJ JJ Degree=Pos 47 amod 47:amod _ +45 Lebanese Lebanese ADJ JJ Degree=Pos 47 amod 47:amod _ +46 Shiite Shiite ADJ JJ Degree=Pos 47 amod 47:amod _ 47 radicals radical NOUN NNS Number=Plur 44 obj 44:obj SpaceAfter=No 48 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-0032 # text = Sunni Arab fundamentalists deeply sympathize with the Palestinians and with Hamas, and those in Iraq have deep historical inks with fundamentalists in Jordan and Palestine. -1 Sunni sunni ADJ JJ Degree=Pos 2 amod 2:amod _ -2 Arab arab ADJ JJ Degree=Pos 3 amod 3:amod _ +1 Sunni Sunni ADJ JJ Degree=Pos 2 amod 2:amod _ +2 Arab Arab ADJ JJ Degree=Pos 3 amod 3:amod _ 3 fundamentalists fundamentalist NOUN NNS Number=Plur 5 nsubj 5:nsubj _ 4 deeply deeply ADV RB _ 5 advmod 5:advmod _ -5 sympathize sympathize VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 sympathize sympathize VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 with with ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -8 Palestinians Palestinians PROPN NNPS Number=Plur 5 obl 5:obl:with _ +8 Palestinians Palestinian PROPN NNPS Number=Plur 5 obl 5:obl:with _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 with with ADP IN _ 11 case 11:case _ 11 Hamas Hamas PROPN NNP Number=Sing 8 conj 5:obl:with|8:conj:and SpaceAfter=No @@ -5979,10 +5980,10 @@ 14 those that PRON DT Number=Plur|PronType=Dem 17 nsubj 17:nsubj _ 15 in in ADP IN _ 16 case 16:case _ 16 Iraq Iraq PROPN NNP Number=Sing 14 nmod 14:nmod:in _ -17 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ -18 deep deep VERB VBN Tense=Past|VerbForm=Part 20 amod 20:amod _ +17 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +18 deep deep ADJ JJ Degree=Pos 20 amod 20:amod _ 19 historical historical ADJ JJ Degree=Pos 20 amod 20:amod _ -20 inks ink NOUN NNS Number=Plur 17 obj 17:obj _ +20 inks link NOUN NNS Number=Plur|Typo=Yes 17 obj 17:obj CorrectForm=links 21 with with ADP IN _ 22 case 22:case _ 22 fundamentalists fundamentalist NOUN NNS Number=Plur 20 nmod 20:nmod:with _ 23 in in ADP IN _ 24 case 24:case _ @@ -5993,14 +5994,14 @@ # sent_id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-0033 # text = Iraqi cities such as Fallujah and Ramadi were on the truck route from Amman to Baghdad, and so came under the influence of the Salafi movement, which is popular in Jordan. -1 Iraqi iraqi ADJ JJ Degree=Pos 2 amod 2:amod _ +1 Iraqi Iraqi ADJ JJ Degree=Pos 2 amod 2:amod _ 2 cities city NOUN NNS Number=Plur 12 nsubj 12:nsubj|20:nsubj _ -3 such such ADJ JJ Degree=Pos 5 case 5:case _ +3 such such ADJ JJ Degree=Pos|ExtPos=ADP 5 case 5:case _ 4 as as ADP IN _ 3 fixed 3:fixed _ 5 Fallujah Fallujah PROPN NNP Number=Sing 2 nmod 2:nmod:such_as _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 Ramadi Ramadi PROPN NNP Number=Sing 5 conj 2:nmod:such_as|5:conj:and _ -8 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 cop 12:cop _ +8 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 12 cop 12:cop _ 9 on on ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 truck truck NOUN NN Number=Sing 12 compound 12:compound _ @@ -6012,7 +6013,7 @@ 17 , , PUNCT , _ 20 punct 20:punct _ 18 and and CCONJ CC _ 20 cc 20:cc _ 19 so so ADV RB _ 20 advmod 20:advmod _ -20 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 conj 12:conj:and _ +20 came come VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 12 conj 12:conj:and _ 21 under under ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 influence influence NOUN NN Number=Sing 20 obl 20:obl:under _ @@ -6020,7 +6021,7 @@ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 26 Salafi Salafi PROPN NNP Number=Sing 27 compound 27:compound _ 27 movement movement NOUN NN Number=Sing 23 nmod 23:nmod:of|31:nsubj SpaceAfter=No -28 , , PUNCT , _ 27 punct 27:punct _ +28 , , PUNCT , _ 31 punct 31:punct _ 29 which which PRON WDT PronType=Rel 31 nsubj 27:ref _ 30 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 31 cop 31:cop _ 31 popular popular ADJ JJ Degree=Pos 27 acl:relcl 27:acl:relcl _ @@ -6031,23 +6032,23 @@ # sent_id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-0034 # text = Secular Arab nationalist groups also universally sympathize with the Palestinians, and those in post-Saddam Iraq are no exception. 1 Secular secular ADJ JJ Degree=Pos 4 amod 4:amod _ -2 Arab arab ADJ JJ Degree=Pos 3 amod 3:amod _ +2 Arab Arab ADJ JJ Degree=Pos 3 amod 3:amod _ 3 nationalist nationalist NOUN NN Number=Sing 4 compound 4:compound _ 4 groups group NOUN NNS Number=Plur 7 nsubj 7:nsubj _ 5 also also ADV RB _ 7 advmod 7:advmod _ 6 universally universally ADV RB _ 7 advmod 7:advmod _ -7 sympathize sympathize VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 sympathize sympathize VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 with with ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -10 Palestinians Palestinians PROPN NNPS Number=Plur 7 obl 7:obl:with SpaceAfter=No +10 Palestinians Palestinian PROPN NNPS Number=Plur 7 obl 7:obl:with SpaceAfter=No 11 , , PUNCT , _ 19 punct 19:punct _ 12 and and CCONJ CC _ 19 cc 19:cc _ 13 those that PRON DT Number=Plur|PronType=Dem 19 nsubj 19:nsubj _ 14 in in ADP IN _ 16 case 16:case _ -15 post-Saddam post-saddam ADJ JJ Degree=Pos 16 amod 16:amod _ +15 post-Saddam post-Saddam ADJ JJ Degree=Pos 16 amod 16:amod _ 16 Iraq Iraq PROPN NNP Number=Sing 13 nmod 13:nmod:in _ -17 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ -18 no no DET DT _ 19 det 19:det _ +17 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ +18 no no DET DT PronType=Neg 19 det 19:det _ 19 exception exception NOUN NN Number=Sing 7 conj 7:conj:and SpaceAfter=No 20 . . PUNCT . _ 7 punct 7:punct _ @@ -6059,19 +6060,19 @@ 3 Hussein Hussein PROPN NNP Number=Sing 2 flat 2:flat _ 4 's 's PART POS _ 2 case 2:case _ 5 dictatorship dictatorship NOUN NN Number=Sing 6 nsubj 6:nsubj _ -6 ensured ensure VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 advcl 20:advcl:whereas _ +6 ensured ensure VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 advcl 20:advcl:whereas _ 7 that that SCONJ IN _ 12 mark 12:mark _ 8 such such ADJ JJ Degree=Pos 10 amod 10:amod _ 9 populist populist ADJ JJ Degree=Pos 10 amod 10:amod _ 10 currents current NOUN NNS Number=Plur 12 nsubj:pass 12:nsubj:pass|15:nsubj:xsubj _ -11 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 aux:pass 12:aux:pass _ +11 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 12 aux:pass 12:aux:pass _ 12 kept keep VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 ccomp 6:ccomp _ 13 firmly firmly ADV RB _ 15 advmod 15:advmod _ 14 under under ADP IN _ 15 case 15:case _ 15 control control NOUN NN Number=Sing 12 xcomp 12:xcomp SpaceAfter=No -16 , , PUNCT , _ 20 punct 20:punct _ +16 , , PUNCT , _ 6 punct 6:punct _ 17 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj _ -18 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ +18 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 19 now now ADV RB _ 20 advmod 20:advmod _ 20 free free ADJ JJ Degree=Pos 0 root 0:root _ 21 to to PART TO _ 22 mark 22:mark _ @@ -6089,7 +6090,7 @@ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 nationalist nationalist ADJ JJ Degree=Pos 6 conj 6:conj:and|9:amod _ 9 militias militia NOUN NNS Number=Plur 10 nsubj 10:nsubj _ -10 proliferate proliferate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +10 proliferate proliferate VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 12 inevitably inevitably ADV RB _ 15 advmod 15:advmod _ 13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ @@ -6114,8 +6115,8 @@ 11 returned return VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 advcl 19:advcl:if _ 12 to to ADP IN _ 13 case 13:case _ 13 Iraq Iraq PROPN NNP Number=Sing 11 obl 11:obl:to SpaceAfter=No -14 , , PUNCT , _ 19 punct 19:punct _ -15 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +14 , , PUNCT , _ 11 punct 11:punct _ +15 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 citizens citizen NOUN NNS Number=Plur 19 nsubj 19:nsubj|21:nsubj:xsubj _ 17 will will AUX MD VerbForm=Fin 19 aux 19:aux _ 18 be be AUX VB VerbForm=Inf 19 cop 19:cop _ @@ -6144,11 +6145,11 @@ 9 aid aid NOUN NN Number=Sing 7 obl 7:obl:into _ 10 for for ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -12 Palestinians Palestinians PROPN NNPS Number=Plur 9 nmod 9:nmod:for _ +12 Palestinians Palestinian PROPN NNPS Number=Plur 9 nmod 9:nmod:for _ 13 and and CCONJ CC _ 16 cc 16:cc _ 14 for for ADP IN _ 16 case 16:case _ -15 Lebanese lebanese ADJ JJ Degree=Pos 16 amod 16:amod _ -16 Shiites Shiites PROPN NNPS Number=Plur 12 conj 9:nmod:for|12:conj:and SpaceAfter=No +15 Lebanese Lebanese ADJ JJ Degree=Pos 16 amod 16:amod _ +16 Shiites Shiite PROPN NNPS Number=Plur 12 conj 9:nmod:for|12:conj:and SpaceAfter=No 17 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-0039 @@ -6158,15 +6159,15 @@ 2 's 's PART POS _ 1 case 1:case _ 3 security security NOUN NN Number=Sing 4 compound 4:compound _ 4 interests interest NOUN NNS Number=Plur 7 nsubj:pass 7:nsubj:pass _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ -6 best best ADV RBS Degree=Sup 7 advmod 7:advmod _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ +6 best well ADV RBS Degree=Sup 7 advmod 7:advmod _ 7 served serve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 8 by by ADP IN _ 9 case 9:case _ -9 peace peace NOUN NN Number=Sing 7 obl 7:obl:by|18:nsubj:pass _ +9 peace peace NOUN NN Number=Sing 7 obl:agent 7:obl:agent|18:nsubj:pass _ 10 with with ADP IN _ 12 case 12:case _ -11 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 neighbors neighbor NOUN NNS Number=Plur 9 nmod 9:nmod:with SpaceAfter=No -13 , , PUNCT , _ 9 punct 9:punct _ +13 , , PUNCT , _ 18 punct 18:punct _ 14 which which PRON WDT PronType=Rel 18 nsubj:pass 9:ref _ 15 can can AUX MD VerbForm=Fin 18 aux 18:aux _ 16 only only ADV RB _ 18 advmod 18:advmod _ @@ -6179,7 +6180,7 @@ 23 peace peace NOUN NN Number=Sing 20 obl 20:obl:for _ 24 with with ADP IN _ 26 case 26:case _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -26 Palestinians Palestinians PROPN NNPS Number=Plur 20 obl 20:obl:with SpaceAfter=No +26 Palestinians Palestinian PROPN NNPS Number=Plur 20 obl 20:obl:with SpaceAfter=No 27 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-0040 @@ -6193,21 +6194,21 @@ 6 annexation annexation NOUN NN Number=Sing 24 nsubj 24:nsubj _ 7 of of ADP IN _ 9 case 9:case _ 8 almost almost ADV RB _ 9 advmod 9:advmod _ -9 half half NOUN NN Number=Sing 6 nmod 6:nmod:of _ +9 half half NOUN NN Number=Sing|NumForm=Word|NumType=Frac 6 nmod 6:nmod:of _ 10 of of ADP IN _ 14 case 14:case _ 11 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -12 occupied occupy VERB VBN Tense=Past|VerbForm=Part 14 amod 14:amod _ +12 occupied occupy VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 amod 14:amod _ 13 West West PROPN NNP Number=Sing 14 compound 14:compound _ 14 Bank Bank PROPN NNP Number=Sing 9 nmod 9:nmod:of _ 15 and and CCONJ CC _ 18 cc 18:cc _ -16 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +16 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 17 indefinite indefinite ADJ JJ Degree=Pos 18 amod 18:amod _ 18 postponement postponement NOUN NN Number=Sing 6 conj 6:conj:and|24:nsubj _ 19 of of ADP IN _ 22 case 22:case _ -20 any any DET DT _ 22 det 22:det _ -21 Palestinian palestinian ADJ JJ Degree=Pos 22 amod 22:amod _ +20 any any DET DT PronType=Ind 22 det 22:det _ +21 Palestinian Palestinian ADJ JJ Degree=Pos 22 amod 22:amod _ 22 state state NOUN NN Number=Sing 18 nmod 18:nmod:of _ -23 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ +23 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ 24 created create VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 25 unprecedented unprecedented ADJ JJ Degree=Pos 26 amod 26:amod _ 26 rage rage NOUN NN Number=Sing 24 obj 24:obj _ @@ -6223,11 +6224,11 @@ 4 spread spread VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 throughout throughout ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 Muslim muslim ADJ JJ Degree=Pos 8 amod 8:amod _ +7 Muslim Muslim ADJ JJ Degree=Pos 8 amod 8:amod _ 8 world world NOUN NN Number=Sing 4 obl 4:obl:throughout SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 11 punct 11:punct _ 10 including include VERB VBG VerbForm=Ger 11 case 11:case _ -11 Iraq Iraq PROPN NNP Number=Sing 8 nmod 8:nmod:include SpaceAfter=No +11 Iraq Iraq PROPN NNP Number=Sing 8 nmod 8:nmod:including SpaceAfter=No 12 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-0042 @@ -6236,12 +6237,12 @@ 2 promotion promotion NOUN NN Number=Sing 21 nsubj 21:nsubj _ 3 by by ADP IN _ 6 case 6:case _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 pro-Zionist pro-zionist ADJ JJ Degree=Pos 6 amod 6:amod _ +5 pro-Zionist pro-Zionist ADJ JJ Degree=Pos 6 amod 6:amod _ 6 right right NOUN NN Number=Sing 2 nmod 2:nmod:by _ 7 of of ADP IN _ 9 case 9:case _ 8 twin twin NOUN NN Number=Sing 9 compound 9:compound _ 9 occupations occupation NOUN NNS Number=Plur 2 nmod 2:nmod:of _ -10 - - PUNCT , _ 9 punct 9:punct _ +10 - - PUNCT , _ 14 punct 14:punct _ 11 in in ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 West West PROPN NNP Number=Sing 14 compound 14:compound _ @@ -6249,15 +6250,15 @@ 15 and and CCONJ CC _ 17 cc 17:cc _ 16 in in ADP IN _ 17 case 17:case _ 17 Iraq Iraq PROPN NNP Number=Sing 14 conj 9:nmod:in|14:conj:and _ -18 - - PUNCT , _ 21 punct 21:punct _ +18 - - PUNCT , _ 2 punct 2:punct _ 19 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ 20 profoundly profoundly ADV RB _ 21 advmod 21:advmod _ 21 weakened weaken VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No -22 , , PUNCT , _ 21 punct 21:punct _ +22 , , PUNCT , _ 24 punct 24:punct _ 23 not not PART RB _ 24 advmod 24:advmod _ -24 strengthened strengthen VERB VBN Tense=Past|VerbForm=Part 21 parataxis 21:parataxis SpaceAfter=No -25 , , PUNCT , _ 21 punct 21:punct _ -26 Israeli israeli ADJ JJ Degree=Pos 27 amod 27:amod _ +24 strengthened strengthen VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 parataxis 21:parataxis SpaceAfter=No +25 , , PUNCT , _ 27 punct 27:punct _ +26 Israeli Israeli ADJ JJ Degree=Pos 27 amod 27:amod _ 27 security security NOUN NN Number=Sing 21 obj 21:obj SpaceAfter=No 28 . . PUNCT . _ 21 punct 21:punct _ @@ -6273,7 +6274,7 @@ 8 professor professor NOUN NN Number=Sing 0 root 0:root _ 9 of of ADP IN _ 13 case 13:case _ 10 modern modern ADJ JJ Degree=Pos 13 amod 13:amod _ -11 Middle Middle PROPN NNP Number=Sing 12 compound 12:compound _ +11 Middle Middle ADJ NNP Degree=Pos 12 amod 12:amod _ 12 East East PROPN NNP Number=Sing 13 compound 13:compound _ 13 history history NOUN NN Number=Sing 8 nmod 8:nmod:of _ 14 at at ADP IN _ 16 case 16:case _ @@ -6285,24 +6286,24 @@ 20 author author NOUN NN Number=Sing 8 conj 8:conj:and _ 21 of of ADP IN _ 24 case 24:case _ 22 " " PUNCT `` _ 24 punct 24:punct SpaceAfter=No -23 Sacred Sacred PROPN NNP Number=Sing 24 compound 24:compound _ +23 Sacred Sacred ADJ NNP Degree=Pos 24 amod 24:amod _ 24 Space Space PROPN NNP Number=Sing 20 nmod 20:nmod:of _ 25 and and CCONJ CC _ 27 cc 27:cc _ -26 Holy Holy PROPN NNP Number=Sing 27 compound 27:compound _ +26 Holy Holy ADJ NNP Degree=Pos 27 amod 27:amod _ 27 War War PROPN NNP Number=Sing 24 conj 20:nmod:of|24:conj:and SpaceAfter=No 28 " " PUNCT '' _ 24 punct 24:punct _ 29 ( ( PUNCT -LRB- _ 30 punct 30:punct SpaceAfter=No 30 I.B. I.B. PROPN NNP Number=Sing 24 appos 24:appos _ 31 Tauris Tauris PROPN NNP Number=Sing 30 flat 30:flat SpaceAfter=No -32 , , PUNCT , _ 30 punct 30:punct _ -33 2002 2002 NUM CD NumType=Card 30 nmod:tmod 30:nmod:tmod SpaceAfter=No +32 , , PUNCT , _ 33 punct 33:punct _ +33 2002 2002 NUM CD NumForm=Digit|NumType=Card 30 nmod:tmod 30:nmod:tmod SpaceAfter=No 34 ) ) PUNCT -RRB- _ 30 punct 30:punct SpaceAfter=No 35 . . PUNCT . _ 8 punct 8:punct _ # sent_id = weblog-juancole.com_juancole_20040604210986_ENG_20040604_210986-0044 # text = THE DAILY STAR publishes this commentary in agreement with Agence Global 1 THE the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 DAILY DAILY PROPN NNP Number=Sing 3 compound 3:compound _ +2 DAILY DAILY ADJ NNP Degree=Pos 3 amod 3:amod _ 3 STAR STAR PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 4 publishes publish VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ @@ -6317,11 +6318,11 @@ # sent_id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-0001 # newpar id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-p0001 # text = Tamils feel that the proposed defense agreement between India and Sri Lanka would encourage Sinhala rulers to prepare for another war abandoning the current peace process -1 Tamils Tamils PROPN NNPS Number=Plur 2 nsubj 2:nsubj _ -2 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Tamils Tamil PROPN NNPS Number=Plur 2 nsubj 2:nsubj _ +2 feel feel VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 14 mark 14:mark _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -5 proposed propose VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +5 proposed propose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 6 defense defense NOUN NN Number=Sing 7 compound 7:compound _ 7 agreement agreement NOUN NN Number=Sing 14 nsubj 14:nsubj _ 8 between between ADP IN _ 9 case 9:case _ @@ -6331,12 +6332,12 @@ 12 Lanka Lanka PROPN NNP Number=Sing 9 conj 7:nmod:between|9:conj:and _ 13 would would AUX MD VerbForm=Fin 14 aux 14:aux _ 14 encourage encourage VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ -15 Sinhala sinhala ADJ JJ Degree=Pos 16 amod 16:amod _ +15 Sinhala Sinhala ADJ JJ Degree=Pos 16 amod 16:amod _ 16 rulers ruler NOUN NNS Number=Plur 14 obj 14:obj|18:nsubj:xsubj _ 17 to to PART TO _ 18 mark 18:mark _ 18 prepare prepare VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 19 for for ADP IN _ 21 case 21:case _ -20 another another DET DT _ 21 det 21:det _ +20 another another DET DT PronType=Ind 21 det 21:det _ 21 war war NOUN NN Number=Sing 18 obl 18:obl:for _ 22 abandoning abandon VERB VBG VerbForm=Ger 18 advcl 18:advcl _ 23 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ @@ -6348,7 +6349,7 @@ # text = But there are strong hints in the country that a new Indo-Sri Lanka defense deal could be in the making. 1 But but CCONJ CC _ 3 cc 3:cc _ 2 there there PRON EX _ 3 expl 3:expl _ -3 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 strong strong ADJ JJ Degree=Pos 5 amod 5:amod _ 5 hints hint NOUN NNS Number=Plur 3 nsubj 3:nsubj _ 6 in in ADP IN _ 8 case 8:case _ @@ -6357,8 +6358,8 @@ 9 that that SCONJ IN _ 22 mark 22:mark _ 10 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 11 new new ADJ JJ Degree=Pos 17 amod 17:amod _ -12 Indo indo X AFX _ 15 compound 15:compound SpaceAfter=No -13 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +12 Indo Indo X AFX _ 15 compound 15:compound SpaceAfter=No +13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No 14 Sri Sri PROPN NNP Number=Sing 15 compound 15:compound _ 15 Lanka Lanka PROPN NNP Number=Sing 17 compound 17:compound _ 16 defense defense NOUN NN Number=Sing 17 compound 17:compound _ @@ -6380,8 +6381,8 @@ 6 protests protest NOUN NNS Number=Plur 5 obj 5:obj _ 7 from from ADP IN _ 11 case 11:case _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -9 Tamil Tamil PROPN NNP Number=Sing 11 compound 11:compound _ -10 National National PROPN NNP Number=Sing 11 compound 11:compound _ +9 Tamil Tamil ADJ NNP Degree=Pos 11 amod 11:amod _ +10 National National ADJ NNP Degree=Pos 11 amod 11:amod _ 11 Alliance Alliance PROPN NNP Number=Sing 5 obl 5:obl:from|17:nsubj:pass _ 12 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No 13 TNA TNA PROPN NNP Number=Sing 11 appos 11:appos SpaceAfter=No @@ -6391,13 +6392,13 @@ 17 backed back VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl:relcl 11:acl:relcl _ 18 by by ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -20 LTTE LTTE PROPN NNP Number=Sing 17 obl 17:obl:by _ +20 LTTE LTTE PROPN NNP Number=Sing 17 obl:agent 17:obl:agent _ 21 in in ADP IN _ 25 case 25:case _ 22 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 23 April April PROPN NNP Number=Sing 25 compound 25:compound _ 24 general general ADJ JJ Degree=Pos 25 amod 25:amod _ 25 elections election NOUN NNS Number=Plur 17 obl 17:obl:in _ -26 held hold VERB VBN Tense=Past|VerbForm=Part 25 acl 25:acl _ +26 held hold VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 acl 25:acl _ 27 in in ADP IN _ 29 case 29:case _ 28 Sri Sri PROPN NNP Number=Sing 29 compound 29:compound _ 29 Lanka Lanka PROPN NNP Number=Sing 26 obl 26:obl:in SpaceAfter=No @@ -6408,42 +6409,42 @@ 1 Apart apart ADV RB _ 17 advmod 17:advmod _ 2 from from ADP IN _ 6 case 6:case _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -4 1,200 1,200 NUM CD NumType=Card 6 nummod 6:nummod _ -5 Indian indian ADJ JJ Degree=Pos 6 amod 6:amod _ +4 1,200 1200 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ +5 Indian Indian ADJ JJ Degree=Pos 6 amod 6:amod _ 6 lives life NOUN NNS Number=Plur 1 obl 1:obl:from _ -7 lost lose VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 lost lose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 in in ADP IN _ 9 case 9:case _ -9 1987 1987 NUM CD NumType=Card 7 obl 7:obl:in SpaceAfter=No -10 , , PUNCT , _ 17 punct 17:punct _ +9 1987 1987 NUM CD NumForm=Digit|NumType=Card 7 obl 7:obl:in SpaceAfter=No +10 , , PUNCT , _ 1 punct 1:punct _ 11 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -12 Indian indian ADJ JJ Degree=Pos 14 amod 14:amod _ +12 Indian Indian ADJ JJ Degree=Pos 14 amod 14:amod _ 13 peacekeeping peacekeeping NOUN NN Number=Sing 14 compound 14:compound _ 14 force force NOUN NN Number=Sing 17 nsubj 17:nsubj _ 15 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 cop 17:cop _ 16 immensely immensely ADV RB _ 17 advmod 17:advmod _ 17 unpopular unpopular ADJ JJ Degree=Pos 0 root 0:root _ -18 not not ADV RB _ 19 advmod 19:advmod _ -19 only only ADV RB _ 22 cc:preconj 22:cc:preconj _ +18 not not PART RB _ 22 advmod 22:advmod _ +19 only only ADV RB _ 22 advmod 22:advmod _ 20 in in ADP IN _ 22 case 22:case _ -21 Tamil Tamil PROPN NNP Number=Sing 22 compound 22:compound _ +21 Tamil Tamil ADJ NNP Degree=Pos 22 amod 22:amod _ 22 Nadu Nadu PROPN NNP Number=Sing 17 obl 17:obl:in _ 23 and and CCONJ CC _ 26 cc 26:cc _ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 25 Jaffna Jaffna PROPN NNP Number=Sing 26 compound 26:compound _ 26 peninsula peninsula NOUN NN Number=Sing 22 conj 17:obl:in|22:conj:and _ -27 but but CCONJ CC _ 28 cc 28:cc _ -28 also also ADV RB _ 32 cc 32:cc _ +27 but but CCONJ CC _ 32 cc 32:cc _ +28 also also ADV RB _ 32 advmod 32:advmod _ 29 among among ADP IN _ 32 case 32:case _ 30 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ -31 Sinhalese sinhalese ADJ JJ Degree=Pos 32 amod 32:amod _ +31 Sinhalese Sinhalese ADJ JJ Degree=Pos 32 amod 32:amod _ 32 majority majority NOUN NN Number=Sing 22 conj 17:obl:among|22:conj:and|34:nsubj|37:nsubj:xsubj _ 33 who who PRON WP PronType=Rel 34 nsubj 32:ref _ -34 considered consider VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 32 acl:relcl 32:acl:relcl _ -35 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 37 expl 37:expl _ +34 considered consider VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 32 acl:relcl 32:acl:relcl _ +35 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 34 obj 34:obj _ 36 a a DET DT Definite=Ind|PronType=Art 37 det 37:det _ 37 violation violation NOUN NN Number=Sing 34 xcomp 34:xcomp _ 38 of of ADP IN _ 42 case 42:case _ -39 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 40 nmod:poss 40:nmod:poss _ +39 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 40 nmod:poss 40:nmod:poss _ 40-41 country's _ _ _ _ _ _ _ _ 40 country country NOUN NN Number=Sing 42 nmod:poss 42:nmod:poss _ 41 's 's PART POS _ 40 case 40:case _ @@ -6468,7 +6469,7 @@ # sent_id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-0007 # newpar id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-p0003 # text = NEW DELHI - -1 NEW NEW PROPN NNP Number=Sing 2 compound 2:compound _ +1 NEW NEW ADJ NNP Degree=Pos 2 amod 2:amod _ 2 DELHI DELHI PROPN NNP Number=Sing 0 root 0:root _ 3 - - PUNCT , _ 2 punct 2:punct _ @@ -6490,7 +6491,7 @@ 14 with with ADP IN _ 16 case 16:case _ 15 Sri Sri PROPN NNP Number=Sing 16 compound 16:compound _ 16 Lanka Lanka PROPN NNP Number=Sing 12 nmod 12:nmod:with SpaceAfter=No -17 , , PUNCT , _ 20 punct 20:punct _ +17 , , PUNCT , _ 4 punct 4:punct _ 18 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 20 wary wary ADJ JJ Degree=Pos 0 root 0:root _ @@ -6498,7 +6499,7 @@ 22 being be AUX VBG VerbForm=Ger 23 aux:pass 23:aux:pass _ 23 drawn draw VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 advcl 20:advcl:of _ 24 into into ADP IN _ 27 case 27:case _ -25 any any DET DT _ 27 det 27:det _ +25 any any DET DT PronType=Ind 27 det 27:det _ 26 military military ADJ JJ Degree=Pos 27 amod 27:amod _ 27 involvement involvement NOUN NN Number=Sing 23 obl 23:obl:into _ 28 in in ADP IN _ 38 case 38:case _ @@ -6507,9 +6508,9 @@ 31-32 nation's _ _ _ _ _ _ _ _ 31 nation nation NOUN NN Number=Sing 38 nmod:poss 38:nmod:poss _ 32 's 's PART POS _ 31 case 31:case _ -33 two two NUM CD NumType=Card 34 nummod 34:nummod _ +33 two two NUM CD NumForm=Word|NumType=Card 34 nummod 34:nummod _ 34 decades decade NOUN NNS Number=Plur 36 obl:npmod 36:obl:npmod SpaceAfter=No -35 - - PUNCT HYPH _ 36 punct 36:punct SpaceAfter=No +35 - - PUNCT HYPH _ 34 punct 34:punct SpaceAfter=No 36 old old ADJ JJ Degree=Pos 38 amod 38:amod _ 37 civil civil ADJ JJ Degree=Pos 38 amod 38:amod _ 38 war war NOUN NN Number=Sing 27 nmod 27:nmod:in|41:nsubj _ @@ -6520,18 +6521,18 @@ 43 strife strife NOUN NN Number=Sing 41 obj 41:obj _ 44 between between ADP IN _ 46 case 46:case _ 45 ethnic ethnic ADJ JJ Degree=Pos 46 amod 46:amod _ -46 Tamils Tamils PROPN NNPS Number=Plur 43 nmod 43:nmod:between _ +46 Tamils Tamil PROPN NNPS Number=Plur 43 nmod 43:nmod:between _ 47 and and CCONJ CC _ 50 cc 50:cc _ 48 the the DET DT Definite=Def|PronType=Art 50 det 50:det _ -49 Sinhalese sinhalese ADJ JJ Degree=Pos 50 amod 50:amod _ +49 Sinhalese Sinhalese ADJ JJ Degree=Pos 50 amod 50:amod _ 50 majority majority NOUN NN Number=Sing 46 conj 43:nmod:between|46:conj:and _ -51 - - PUNCT , _ 43 punct 43:punct _ +51 - - PUNCT , _ 52 punct 52:punct _ 52 leaving leave VERB VBG VerbForm=Ger 43 acl 43:acl _ 53 over over ADV RB _ 54 advmod 54:advmod _ -54 60,000 60,000 NUM CD NumType=Card 52 obj 52:obj|55:nsubj:xsubj _ +54 60,000 60000 NUM CD NumForm=Digit|NumType=Card 52 obj 52:obj|55:nsubj:xsubj _ 55 dead dead ADJ JJ Degree=Pos 52 xcomp 52:xcomp _ 56 on on ADP IN _ 58 case 58:case _ -57 both both DET DT _ 58 det 58:det _ +57 both both DET DT PronType=Tot 58 det 58:det _ 58 sides side NOUN NNS Number=Plur 52 obl 52:obl:on SpaceAfter=No 59 . . PUNCT . _ 20 punct 20:punct _ @@ -6563,8 +6564,8 @@ 24-25 Kumaratunga's _ _ _ _ _ _ _ _ 24 Kumaratunga Kumaratunga PROPN NNP Number=Sing 22 flat 22:flat _ 25 's 's PART POS _ 22 case 22:case _ -26 four four NUM CD NumType=Card 28 nummod 28:nummod SpaceAfter=No -27 - - PUNCT HYPH _ 28 punct 28:punct SpaceAfter=No +26 four four NUM CD NumForm=Word|NumType=Card 28 nummod 28:nummod SpaceAfter=No +27 - - PUNCT HYPH _ 26 punct 26:punct SpaceAfter=No 28 day day NOUN NN Number=Sing 29 compound 29:compound _ 29 visit visit NOUN NN Number=Sing 18 nmod 18:nmod:of _ 30 to to ADP IN _ 31 case 31:case _ @@ -6574,13 +6575,13 @@ # sent_id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-0010 # text = According to Professor S D Muni, South Asia expert at the Jawaharal Nehru University, the two-year peace talks between Colombo and the Liberation Tigers of Tamil Eelam (LTTE) are stalemated. -1 According accord VERB VBG VerbForm=Ger 3 case 3:case _ -2 to to ADP IN _ 3 case 3:case _ -3 Professor Professor PROPN NNP Number=Sing 36 obl 36:obl:to _ +1 According accord VERB VBG ExtPos=ADP|VerbForm=Ger 3 case 3:case _ +2 to to ADP IN _ 1 fixed 1:fixed _ +3 Professor Professor PROPN NNP Number=Sing 36 obl 36:obl:according_to _ 4 S S PROPN NNP Number=Sing 3 flat 3:flat _ 5 D D PROPN NNP Number=Sing 3 flat 3:flat _ 6 Muni Muni PROPN NNP Number=Sing 3 flat 3:flat SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ +7 , , PUNCT , _ 10 punct 10:punct _ 8 South South PROPN NNP Number=Sing 9 compound 9:compound _ 9 Asia Asia PROPN NNP Number=Sing 10 compound 10:compound _ 10 expert expert NOUN NN Number=Sing 3 appos 3:appos _ @@ -6589,10 +6590,10 @@ 13 Jawaharal Jawaharal PROPN NNP Number=Sing 14 compound 14:compound _ 14 Nehru Nehru PROPN NNP Number=Sing 15 compound 15:compound _ 15 University University PROPN NNP Number=Sing 10 nmod 10:nmod:at SpaceAfter=No -16 , , PUNCT , _ 36 punct 36:punct _ +16 , , PUNCT , _ 3 punct 3:punct _ 17 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -18 two two NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No -19 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No +18 two two NUM CD NumForm=Word|NumType=Card 20 nummod 20:nummod SpaceAfter=No +19 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No 20 year year NOUN NN Number=Sing 22 compound 22:compound _ 21 peace peace NOUN NN Number=Sing 22 compound 22:compound _ 22 talks talk NOUN NNS Number=Plur 36 nsubj:pass 36:nsubj:pass _ @@ -6601,14 +6602,14 @@ 25 and and CCONJ CC _ 28 cc 28:cc _ 26 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 27 Liberation Liberation PROPN NNP Number=Sing 28 compound 28:compound _ -28 Tigers Tigers PROPN NNPS Number=Plur 24 conj 22:nmod:between|24:conj:and _ +28 Tigers Tiger PROPN NNPS Number=Plur 24 conj 22:nmod:between|24:conj:and _ 29 of of ADP IN _ 31 case 31:case _ -30 Tamil Tamil PROPN NNP Number=Sing 31 compound 31:compound _ +30 Tamil Tamil ADJ NNP Degree=Pos 31 amod 31:amod _ 31 Eelam Eelam PROPN NNP Number=Sing 28 nmod 28:nmod:of _ 32 ( ( PUNCT -LRB- _ 33 punct 33:punct SpaceAfter=No 33 LTTE LTTE PROPN NNP Number=Sing 28 appos 28:appos SpaceAfter=No 34 ) ) PUNCT -RRB- _ 33 punct 33:punct _ -35 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 36 aux:pass 36:aux:pass _ +35 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 36 aux:pass 36:aux:pass _ 36 stalemated stalemate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 37 . . PUNCT . _ 36 punct 36:punct _ @@ -6617,23 +6618,23 @@ 1 For for ADP IN _ 3 case 3:case _ 2 that that DET DT Number=Sing|PronType=Dem 3 det 3:det _ 3 reason reason NOUN NN Number=Sing 12 obl 12:obl:for SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -6 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +6 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +7 , , PUNCT , _ 12 punct 12:punct _ 8-9 Kumaratunga's _ _ _ _ _ _ _ _ 8 Kumaratunga Kumaratunga PROPN NNP Number=Sing 10 nmod:poss 10:nmod:poss _ 9 's 's PART POS _ 8 case 8:case _ -10 government government NOUN NN Number=Sing 12 nsubj 12:nsubj _ +10 government government NOUN NN Number=Sing 12 nsubj 12:nsubj|14:nsubj:xsubj _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 cop 12:cop _ 12 keen keen ADJ JJ Degree=Pos 6 ccomp 6:ccomp _ 13 to to PART TO _ 14 mark 14:mark _ -14 beef beef VERB VB VerbForm=Inf 12 advcl 12:advcl:to _ +14 beef beef VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 15 up up ADP RP _ 14 compound:prt 14:compound:prt _ 16 military military ADJ JJ Degree=Pos 17 amod 17:amod _ 17 preparedness preparedness NOUN NN Number=Sing 14 obj 14:obj _ 18 with with ADP IN _ 20 case 20:case _ -19 Indian indian ADJ JJ Degree=Pos 20 amod 20:amod _ +19 Indian Indian ADJ JJ Degree=Pos 20 amod 20:amod _ 20 support support NOUN NN Number=Sing 14 obl 14:obl:with SpaceAfter=No 21 . . PUNCT . _ 12 punct 12:punct _ @@ -6661,50 +6662,50 @@ 20 LTTE LTTE PROPN NNP Number=Sing 18 obj 18:obj _ 21 from from SCONJ IN _ 22 mark 22:mark _ 22 starting start VERB VBG VerbForm=Ger 18 advcl 18:advcl:from _ -23 one one NUM CD NumType=Card 22 obj 22:obj SpaceAfter=No +23 one one NUM CD NumForm=Word|NumType=Card 22 obj 22:obj SpaceAfter=No 24 . . PUNCT . _ 8 punct 8:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-0013 # text = And the Tigers look as if they are on the brink of launching another offensive," Muni told IPS. 1 And and CCONJ CC _ 19 cc 19:cc _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ -3 Tigers Tigers PROPN NNPS Number=Plur 4 nsubj 4:nsubj _ -4 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 ccomp 19:ccomp _ +3 Tigers Tiger PROPN NNPS Number=Plur 4 nsubj 4:nsubj _ +4 look look VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 ccomp 19:ccomp _ 5 as as SCONJ IN _ 11 mark 11:mark _ 6 if if SCONJ IN _ 11 mark 11:mark _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 9 on on ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 brink brink NOUN NN Number=Sing 4 advcl 4:advcl:on _ 12 of of SCONJ IN _ 13 mark 13:mark _ 13 launching launch VERB VBG VerbForm=Ger 11 acl 11:acl:of _ -14 another another DET DT _ 15 det 15:det _ +14 another another DET DT PronType=Ind 15 det 15:det _ 15 offensive offensive NOUN NN Number=Sing 13 obj 13:obj SpaceAfter=No -16 , , PUNCT , _ 19 punct 19:punct SpaceAfter=No -17 " " PUNCT '' _ 19 punct 19:punct _ +16 , , PUNCT , _ 4 punct 4:punct SpaceAfter=No +17 " " PUNCT '' _ 4 punct 4:punct _ 18 Muni Muni PROPN NNP Number=Sing 19 nsubj 19:nsubj _ -19 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -20 IPS IPS PROPN NNP Number=Sing 19 obj 19:obj SpaceAfter=No +19 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +20 IPS IPS PROPN NNP Number=Sing 19 iobj 19:iobj SpaceAfter=No 21 . . PUNCT . _ 19 punct 19:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-0014 # text = Colombo held six rounds of talks with the Tigers between September 2002 and March 2003. 1 Colombo Colombo PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 held hold VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 six six NUM CD NumType=Card 4 nummod 4:nummod _ +2 held hold VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 six six NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 rounds round NOUN NNS Number=Plur 2 obj 2:obj _ 5 of of ADP IN _ 6 case 6:case _ 6 talks talk NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 7 with with ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 Tigers Tigers PROPN NNPS Number=Plur 6 nmod 6:nmod:with _ +9 Tigers Tiger PROPN NNPS Number=Plur 6 nmod 6:nmod:with _ 10 between between ADP IN _ 11 case 11:case _ 11 September September PROPN NNP Number=Sing 2 obl 2:obl:between _ -12 2002 2002 NUM CD NumType=Card 11 nummod 11:nummod _ +12 2002 2002 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 March March PROPN NNP Number=Sing 11 conj 2:obl:between|11:conj:and _ -15 2003 2003 NUM CD NumType=Card 14 nummod 14:nummod SpaceAfter=No +15 2003 2003 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-0015 @@ -6712,25 +6713,25 @@ 1 But but CCONJ CC _ 8 cc 8:cc _ 2 last last ADJ JJ Degree=Pos 3 amod 3:amod _ 3 April April PROPN NNP Number=Sing 8 obl:tmod 8:obl:tmod SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 rebels rebel NOUN NNS Number=Plur 8 nsubj 8:nsubj _ 7 abruptly abruptly ADV RB _ 8 advmod 8:advmod _ -8 pulled pull VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 pulled pull VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 out out ADP RP _ 8 compound:prt 8:compound:prt _ 10 of of ADP IN _ 11 case 11:case _ 11 negotiations negotiation NOUN NNS Number=Plur 8 obl 8:obl:of _ 12 demanding demand VERB VBG VerbForm=Ger 8 advcl 8:advcl _ 13 recognition recognition NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ -15 first first ADV RB _ 13 advmod 13:advmod SpaceAfter=No -16 , , PUNCT , _ 13 punct 13:punct _ +14 , , PUNCT , _ 15 punct 15:punct _ +15 first first ADV RB NumForm=Word|NumType=Ord 13 advmod 13:advmod SpaceAfter=No +16 , , PUNCT , _ 19 punct 19:punct _ 17 for for ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 right right NOUN NN Number=Sing 13 nmod 13:nmod:for _ 20 to to ADP IN _ 23 case 23:case _ 21 self self NOUN NN Number=Sing 23 compound 23:compound SpaceAfter=No -22 - - PUNCT HYPH _ 23 punct 23:punct SpaceAfter=No +22 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No 23 rule rule NOUN NN Number=Sing 19 nmod 19:nmod:to _ 24 before before SCONJ IN _ 25 mark 25:mark _ 25 proceeding proceed VERB VBG VerbForm=Ger 12 advcl 12:advcl:before _ @@ -6745,18 +6746,18 @@ 2 's 's PART POS _ 1 case 1:case _ 3 India India PROPN NNP Number=Sing 4 compound 4:compound _ 4 tour tour NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 preceded precede VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 preceded precede VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -7 three three NUM CD NumType=Card 9 nummod 9:nummod SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +7 three three NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 day day NOUN NN Number=Sing 10 compound 10:compound _ 10 visit visit NOUN NN Number=Sing 5 obj 5:obj _ 11 to to ADP IN _ 13 case 13:case _ 12 Sri Sri PROPN NNP Number=Sing 13 compound 13:compound _ 13 Lanka Lanka PROPN NNP Number=Sing 10 nmod 10:nmod:to _ 14 by by ADP IN _ 17 case 17:case _ -15 Norwegian norwegian ADJ JJ Degree=Pos 17 amod 17:amod _ -16 Foreign Foreign PROPN NNP Number=Sing 17 compound 17:compound _ +15 Norwegian Norwegian ADJ JJ Degree=Pos 17 amod 17:amod _ +16 Foreign Foreign ADJ NNP Degree=Pos 17 amod 17:amod _ 17 Minister Minister PROPN NNP Number=Sing 10 nmod 10:nmod:by _ 18 Jan Jan PROPN NNP Number=Sing 17 flat 17:flat _ 19 Petersen Petersen PROPN NNP Number=Sing 17 flat 17:flat _ @@ -6768,10 +6769,10 @@ 25 revive revive VERB VB VerbForm=Inf 23 acl 23:acl:to _ 26 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 27 peace peace NOUN NN Number=Sing 28 compound 28:compound _ -28 talks talk NOUN NNS Number=Plur 25 obj 25:obj|31:nsubj|33:nsubj:xsubj _ -29 that that PRON WDT PronType=Rel 31 nsubj 28:ref _ -30 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 31 aux 31:aux _ -31 supposed suppose VERB VBN Tense=Past|VerbForm=Part 28 acl:relcl 28:acl:relcl _ +28 talks talk NOUN NNS Number=Plur 25 obj 25:obj|31:nsubj:pass|33:nsubj:xsubj _ +29 that that PRON WDT PronType=Rel 31 nsubj:pass 28:ref _ +30 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 31 aux:pass 31:aux:pass _ +31 supposed suppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 28 acl:relcl 28:acl:relcl _ 32 to to PART TO _ 33 mark 33:mark _ 33 follow follow VERB VB VerbForm=Inf 31 xcomp 31:xcomp _ 34 a a DET DT Definite=Ind|PronType=Art 35 det 35:det _ @@ -6779,16 +6780,16 @@ 36 that that PRON WDT PronType=Rel 39 obj 35:ref _ 37 Oslo Oslo PROPN NNP Number=Sing 39 nsubj 39:nsubj _ 38 successfully successfully ADV RB _ 39 advmod 39:advmod _ -39 brokered broker VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 35 acl:relcl 35:acl:relcl _ +39 brokered broker VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 35 acl:relcl 35:acl:relcl _ 40 in in ADP IN _ 41 case 41:case _ 41 February February PROPN NNP Number=Sing 39 obl 39:obl:in _ -42 2002 2002 NUM CD NumType=Card 41 nummod 41:nummod SpaceAfter=No +42 2002 2002 NUM CD NumForm=Digit|NumType=Card 41 nummod 41:nummod SpaceAfter=No 43 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-0017 # text = Petersen held discussions with both Kumaratunga and the reclusive LTTE leader Velupillai Prabhakaran in the rebel stronghold of Kilinochchi without success, and chief Tamil rebel negotiator Anton Balasingham and Norwegian envoy Erik Solheim held closed-door talks at the international airport late Saturday in an effort to keep the salvage effort on track, diplomatic sources said. 1 Petersen Petersen PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 held hold VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 59 ccomp 59:ccomp _ +2 held hold VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 59 ccomp 59:ccomp _ 3 discussions discussion NOUN NNS Number=Plur 2 obj 2:obj _ 4 with with ADP IN _ 6 case 6:case _ 5 both both CCONJ CC _ 6 cc:preconj 6:cc:preconj _ @@ -6811,19 +6812,19 @@ 22 , , PUNCT , _ 35 punct 35:punct _ 23 and and CCONJ CC _ 35 cc 35:cc _ 24 chief chief ADJ JJ Degree=Pos 27 amod 27:amod _ -25 Tamil tamil ADJ JJ Degree=Pos 26 amod 26:amod _ +25 Tamil Tamil ADJ JJ Degree=Pos 26 amod 26:amod _ 26 rebel rebel NOUN NN Number=Sing 27 compound 27:compound _ 27 negotiator negotiator NOUN NN Number=Sing 28 compound 28:compound _ 28 Anton Anton PROPN NNP Number=Sing 35 nsubj 35:nsubj _ 29 Balasingham Balasingham PROPN NNP Number=Sing 28 flat 28:flat _ 30 and and CCONJ CC _ 33 cc 33:cc _ -31 Norwegian norwegian ADJ JJ Degree=Pos 32 amod 32:amod _ +31 Norwegian Norwegian ADJ JJ Degree=Pos 32 amod 32:amod _ 32 envoy envoy NOUN NN Number=Sing 33 compound 33:compound _ 33 Erik Erik PROPN NNP Number=Sing 28 conj 28:conj:and|35:nsubj _ 34 Solheim Solheim PROPN NNP Number=Sing 33 flat 33:flat _ -35 held hold VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and|59:ccomp _ -36 closed close VERB VBN Tense=Past|VerbForm=Part 38 amod 38:amod SpaceAfter=No -37 - - PUNCT HYPH _ 38 punct 38:punct SpaceAfter=No +35 held hold VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and|59:ccomp _ +36 closed close VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 38 amod 38:amod SpaceAfter=No +37 - - PUNCT HYPH _ 36 punct 36:punct SpaceAfter=No 38 door door NOUN NN Number=Sing 39 compound 39:compound _ 39 talks talk NOUN NNS Number=Plur 35 obj 35:obj _ 40 at at ADP IN _ 43 case 43:case _ @@ -6842,29 +6843,29 @@ 53 effort effort NOUN NN Number=Sing 50 obj 50:obj _ 54 on on ADP IN _ 55 case 55:case _ 55 track track NOUN NN Number=Sing 50 obl 50:obl:on SpaceAfter=No -56 , , PUNCT , _ 59 punct 59:punct _ +56 , , PUNCT , _ 2 punct 2:punct _ 57 diplomatic diplomatic ADJ JJ Degree=Pos 58 amod 58:amod _ 58 sources source NOUN NNS Number=Plur 59 nsubj 59:nsubj _ -59 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +59 said say VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 60 . . PUNCT . _ 59 punct 59:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-0018 # text = But they, too, failed. 1 But but CCONJ CC _ 6 cc 6:cc _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 too too ADV RB _ 6 advmod 6:advmod SpaceAfter=No -5 , , PUNCT , _ 6 punct 6:punct _ -6 failed fail VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +5 , , PUNCT , _ 4 punct 4:punct _ +6 failed fail VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 7 . . PUNCT . _ 6 punct 6:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-0019 # newpar id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-p0004 # text = Colombo, too, seems to be in an intractable position. 1 Colombo Colombo PROPN NNP Number=Sing 5 nsubj 5:nsubj|11:nsubj:xsubj SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 too too ADV RB _ 5 advmod 5:advmod SpaceAfter=No -4 , , PUNCT , _ 5 punct 5:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 to to PART TO _ 11 mark 11:mark _ 7 be be AUX VB VerbForm=Inf 11 cop 11:cop _ @@ -6876,16 +6877,16 @@ # sent_id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-0020 # text = According to former Indian army general A S Kalkat, the difficulty for Kumaratunga's government lay in the fact that the LTTE had become a de jure power in the north and east of the island and was running every aspect of civil administration in the areas within its control. -1 According accord VERB VBG VerbForm=Ger 9 case 9:case _ -2 to to ADP IN _ 9 case 9:case _ +1 According accord VERB VBG ExtPos=ADP|VerbForm=Ger 9 case 9:case _ +2 to to ADP IN _ 1 fixed 1:fixed _ 3 former former ADJ JJ Degree=Pos 6 amod 6:amod _ -4 Indian indian ADJ JJ Degree=Pos 5 amod 5:amod _ +4 Indian Indian ADJ JJ Degree=Pos 5 amod 5:amod _ 5 army army NOUN NN Number=Sing 6 compound 6:compound _ 6 general general NOUN NN Number=Sing 9 compound 9:compound _ 7 A A PROPN NNP Number=Sing 9 compound 9:compound _ 8 S S PROPN NNP Number=Sing 9 compound 9:compound _ -9 Kalkat Kalkat PROPN NNP Number=Sing 17 obl 17:obl:to SpaceAfter=No -10 , , PUNCT , _ 17 punct 17:punct _ +9 Kalkat Kalkat PROPN NNP Number=Sing 17 obl 17:obl:according_to SpaceAfter=No +10 , , PUNCT , _ 9 punct 9:punct _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 difficulty difficulty NOUN NN Number=Sing 17 nsubj 17:nsubj _ 13 for for ADP IN _ 16 case 16:case _ @@ -6893,18 +6894,18 @@ 14 Kumaratunga Kumaratunga PROPN NNP Number=Sing 16 nmod:poss 16:nmod:poss _ 15 's 's PART POS _ 14 case 14:case _ 16 government government NOUN NN Number=Sing 12 nmod 12:nmod:for _ -17 lay lay VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +17 lay lie VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 18 in in ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 fact fact NOUN NN Number=Sing 17 obl 17:obl:in _ 21 that that SCONJ IN _ 25 mark 25:mark _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 LTTE LTTE PROPN NNP Number=Sing 25 nsubj 25:nsubj|29:nsubj:xsubj|40:nsubj:xsubj _ -24 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 aux 25:aux _ +24 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 aux 25:aux _ 25 become become VERB VBN Tense=Past|VerbForm=Part 20 acl 20:acl:that _ 26 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ 27 de de X FW Foreign=Yes 29 amod 29:amod _ -28 jure jure X FW Foreign=Yes 27 flat:foreign 27:flat:foreign _ +28 jure jure X FW Foreign=Yes 27 flat 27:flat _ 29 power power NOUN NN Number=Sing 25 xcomp 25:xcomp _ 30 in in ADP IN _ 32 case 32:case _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ @@ -6917,7 +6918,7 @@ 38 and and CCONJ CC _ 40 cc 40:cc _ 39 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 40 aux 40:aux _ 40 running run VERB VBG Tense=Pres|VerbForm=Part 29 conj 25:xcomp|29:conj:and _ -41 every every DET DT _ 42 det 42:det _ +41 every every DET DT PronType=Tot 42 det 42:det _ 42 aspect aspect NOUN NN Number=Sing 40 obj 40:obj _ 43 of of ADP IN _ 45 case 45:case _ 44 civil civil ADJ JJ Degree=Pos 45 amod 45:amod _ @@ -6926,14 +6927,14 @@ 47 the the DET DT Definite=Def|PronType=Art 48 det 48:det _ 48 areas area NOUN NNS Number=Plur 45 nmod 45:nmod:in _ 49 within within ADP IN _ 51 case 51:case _ -50 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 51 nmod:poss 51:nmod:poss _ +50 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 51 nmod:poss 51:nmod:poss _ 51 control control NOUN NN Number=Sing 48 nmod 48:nmod:within SpaceAfter=No 52 . . PUNCT . _ 17 punct 17:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-0021 # text = A veteran of India's military intervention in the Jaffna peninsula to help implement the 1987 Indo-Sri Lanka Peace Accord - which ambitiously provided for the disarming of the formidable LTTE - Kalkat said the new defense deal would essentially be a reiteration of the older one minus its military commitment. 1 A a DET DT Definite=Ind|PronType=Art 2 det 2:det _ -2 veteran veteran NOUN NN Number=Sing 36 ccomp 36:ccomp _ +2 veteran veteran NOUN NN Number=Sing 36 dislocated 36:dislocated _ 3 of of ADP IN _ 7 case 7:case _ 4-5 India's _ _ _ _ _ _ _ _ 4 India India PROPN NNP Number=Sing 7 nmod:poss 7:nmod:poss _ @@ -6946,19 +6947,19 @@ 11 peninsula peninsula NOUN NN Number=Sing 7 nmod 7:nmod:in _ 12 to to PART TO _ 13 mark 13:mark _ 13 help help VERB VB VerbForm=Inf 7 acl 7:acl:to _ -14 implement implement VERB VB VerbForm=Inf 13 ccomp 13:ccomp _ +14 implement implement VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 15 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -16 1987 1987 NUM CD NumType=Card 22 nummod 22:nummod _ -17 Indo indo X AFX _ 20 compound 20:compound SpaceAfter=No -18 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No +16 1987 1987 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod _ +17 Indo Indo X AFX _ 20 compound 20:compound SpaceAfter=No +18 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No 19 Sri Sri PROPN NNP Number=Sing 20 compound 20:compound _ 20 Lanka Lanka PROPN NNP Number=Sing 22 compound 22:compound _ 21 Peace Peace PROPN NNP Number=Sing 22 compound 22:compound _ 22 Accord Accord PROPN NNP Number=Sing 14 obj 14:obj|26:nsubj _ -23 - - PUNCT , _ 22 punct 22:punct _ +23 - - PUNCT , _ 26 punct 26:punct _ 24 which which PRON WDT PronType=Rel 26 nsubj 22:ref _ 25 ambitiously ambitiously ADV RB _ 26 advmod 26:advmod _ -26 provided provide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 acl:relcl 22:acl:relcl _ +26 provided provide VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 acl:relcl 22:acl:relcl _ 27 for for ADP IN _ 29 case 29:case _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 29 disarming disarming NOUN NN Number=Sing 26 obl 26:obl:for _ @@ -6966,9 +6967,9 @@ 31 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 32 formidable formidable ADJ JJ Degree=Pos 33 amod 33:amod _ 33 LTTE LTTE PROPN NNP Number=Sing 29 nmod 29:nmod:of _ -34 - - PUNCT , _ 36 punct 36:punct _ +34 - - PUNCT , _ 2 punct 2:punct _ 35 Kalkat Kalkat PROPN NNP Number=Sing 36 nsubj 36:nsubj _ -36 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +36 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 37 the the DET DT Definite=Def|PronType=Art 40 det 40:det _ 38 new new ADJ JJ Degree=Pos 40 amod 40:amod _ 39 defense defense NOUN NN Number=Sing 40 compound 40:compound _ @@ -6980,10 +6981,10 @@ 45 reiteration reiteration NOUN NN Number=Sing 36 ccomp 36:ccomp _ 46 of of ADP IN _ 49 case 49:case _ 47 the the DET DT Definite=Def|PronType=Art 49 det 49:det _ -48 older older ADJ JJR Degree=Cmp 49 amod 49:amod _ +48 older old ADJ JJR Degree=Cmp 49 amod 49:amod _ 49 one one NOUN NN Number=Sing 45 nmod 45:nmod:of _ 50 minus minus CCONJ CC _ 53 cc 53:cc _ -51 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 53 nmod:poss 53:nmod:poss _ +51 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 53 nmod:poss 53:nmod:poss _ 52 military military ADJ JJ Degree=Pos 53 amod 53:amod _ 53 commitment commitment NOUN NN Number=Sing 45 conj 36:ccomp|45:conj:minus SpaceAfter=No 54 . . PUNCT . _ 36 punct 36:punct _ @@ -6991,28 +6992,28 @@ # sent_id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-0022 # text = Kalkat, who currently chairs the independent US-based International Council on Conflict Resolution, said despite the failure of the Indian army to disarm or even subdue the Tigers, India remained the only power capable of influencing the course of the current peace talks. 1 Kalkat Kalkat PROPN NNP Number=Sing 17 nsubj 5:nsubj|17:nsubj SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 5 punct 5:punct _ 3 who who PRON WP PronType=Rel 5 nsubj 1:ref _ 4 currently currently ADV RB _ 5 advmod 5:advmod _ 5 chairs chair VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 6 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 7 independent independent ADJ JJ Degree=Pos 12 amod 12:amod _ 8 US US PROPN NNP Number=Sing 10 compound 10:compound SpaceAfter=No -9 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No -10 based base VERB VBN Tense=Past|VerbForm=Part 12 amod 12:amod _ -11 International International PROPN NNP Number=Sing 12 compound 12:compound _ +9 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No +10 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 amod 12:amod _ +11 International International ADJ NNP Degree=Pos 12 amod 12:amod _ 12 Council Council PROPN NNP Number=Sing 5 obj 5:obj _ 13 on on ADP IN _ 15 case 15:case _ 14 Conflict Conflict PROPN NNP Number=Sing 15 compound 15:compound _ 15 Resolution Resolution PROPN NNP Number=Sing 12 nmod 12:nmod:on SpaceAfter=No -16 , , PUNCT , _ 17 punct 17:punct _ -17 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +16 , , PUNCT , _ 1 punct 1:punct _ +17 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 18 despite despite ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 failure failure NOUN NN Number=Sing 37 nmod 37:nmod:despite _ 21 of of ADP IN _ 24 case 24:case _ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -23 Indian indian ADJ JJ Degree=Pos 24 amod 24:amod _ +23 Indian Indian ADJ JJ Degree=Pos 24 amod 24:amod _ 24 army army NOUN NN Number=Sing 20 nmod 20:nmod:of _ 25 to to PART TO _ 26 mark 26:mark _ 26 disarm disarm VERB VB VerbForm=Inf 20 acl 20:acl:to _ @@ -7020,10 +7021,10 @@ 28 even even ADV RB _ 29 advmod 29:advmod _ 29 subdue subdue VERB VB VerbForm=Inf 26 conj 20:acl:to|26:conj:or _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ -31 Tigers Tigers PROPN NNPS Number=Plur 26 obj 26:obj|29:obj SpaceAfter=No -32 , , PUNCT , _ 34 punct 34:punct _ +31 Tigers Tiger PROPN NNPS Number=Plur 26 obj 26:obj|29:obj SpaceAfter=No +32 , , PUNCT , _ 20 punct 20:punct _ 33 India India PROPN NNP Number=Sing 34 nsubj 34:nsubj|37:nsubj:xsubj _ -34 remained remain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 ccomp 17:ccomp _ +34 remained remain VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 ccomp 17:ccomp _ 35 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ 36 only only ADJ JJ Degree=Pos 37 amod 37:amod _ 37 power power NOUN NN Number=Sing 34 xcomp 34:xcomp _ @@ -7041,13 +7042,13 @@ # sent_id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-0023 # text = "The Norwegians mean well but their role is limited to that of honest broker and the LTTE is keenly aware that they do not have the power [unlike India] to underwrite any arrangement," Kalkat told IPS in an interview. -1 " " PUNCT `` _ 40 punct 40:punct SpaceAfter=No +1 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 2 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -3 Norwegians Norwegians PROPN NNPS Number=Plur 4 nsubj 4:nsubj _ -4 mean mean VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 40 ccomp 40:ccomp _ +3 Norwegians Norwegian PROPN NNPS Number=Plur 4 nsubj 4:nsubj _ +4 mean mean VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 40 ccomp 40:ccomp _ 5 well well ADV RB Degree=Pos 4 advmod 4:advmod _ 6 but but CCONJ CC _ 10 cc 10:cc _ -7 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 role role NOUN NN Number=Sing 10 nsubj 10:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 limited limited ADJ JJ Degree=Pos 4 conj 4:conj:but|40:ccomp _ @@ -7064,7 +7065,7 @@ 21 aware aware ADJ JJ Degree=Pos 10 conj 10:conj:and _ 22 that that SCONJ IN _ 26 mark 26:mark _ 23 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 26 nsubj 26:nsubj _ -24 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ +24 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ 25 not not PART RB _ 26 advmod 26:advmod _ 26 have have VERB VB VerbForm=Inf 21 ccomp 21:ccomp _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ @@ -7075,13 +7076,13 @@ 32 ] ] PUNCT -RRB- _ 31 punct 31:punct _ 33 to to PART TO _ 34 mark 34:mark _ 34 underwrite underwrite VERB VB VerbForm=Inf 26 xcomp 26:xcomp _ -35 any any DET DT _ 36 det 36:det _ +35 any any DET DT PronType=Ind 36 det 36:det _ 36 arrangement arrangement NOUN NN Number=Sing 34 obj 34:obj SpaceAfter=No -37 , , PUNCT , _ 40 punct 40:punct SpaceAfter=No -38 " " PUNCT '' _ 40 punct 40:punct _ +37 , , PUNCT , _ 4 punct 4:punct SpaceAfter=No +38 " " PUNCT '' _ 4 punct 4:punct _ 39 Kalkat Kalkat PROPN NNP Number=Sing 40 nsubj 40:nsubj _ -40 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -41 IPS IPS PROPN NNP Number=Sing 40 obj 40:obj _ +40 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +41 IPS IPS PROPN NNP Number=Sing 40 iobj 40:iobj _ 42 in in ADP IN _ 44 case 44:case _ 43 an a DET DT Definite=Ind|PronType=Art 44 det 44:det _ 44 interview interview NOUN NN Number=Sing 40 obl 40:obl:in SpaceAfter=No @@ -7090,18 +7091,18 @@ # sent_id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-0024 # text = In 1987, the Tamil Tigers reluctantly accepted the peace accord under Indian pressure. 1 In in ADP IN _ 2 case 2:case _ -2 1987 1987 NUM CD NumType=Card 8 obl 8:obl:in SpaceAfter=No -3 , , PUNCT , _ 8 punct 8:punct _ +2 1987 1987 NUM CD NumForm=Digit|NumType=Card 8 obl 8:obl:in SpaceAfter=No +3 , , PUNCT , _ 2 punct 2:punct _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 Tamil Tamil PROPN NNP Number=Sing 6 compound 6:compound _ -6 Tigers Tigers PROPN NNPS Number=Plur 8 nsubj 8:nsubj _ +5 Tamil Tamil ADJ NNP Degree=Pos 6 amod 6:amod _ +6 Tigers Tiger PROPN NNPS Number=Plur 8 nsubj 8:nsubj _ 7 reluctantly reluctantly ADV RB _ 8 advmod 8:advmod _ -8 accepted accept VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 accepted accept VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 peace peace NOUN NN Number=Sing 11 compound 11:compound _ 11 accord accord NOUN NN Number=Sing 8 obj 8:obj _ 12 under under ADP IN _ 14 case 14:case _ -13 Indian indian ADJ JJ Degree=Pos 14 amod 14:amod _ +13 Indian Indian ADJ JJ Degree=Pos 14 amod 14:amod _ 14 pressure pressure NOUN NN Number=Sing 8 obl 8:obl:under SpaceAfter=No 15 . . PUNCT . _ 8 punct 8:punct _ @@ -7110,7 +7111,7 @@ 1 Under under ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 accord accord NOUN NN Number=Sing 11 obl 11:obl:under SpaceAfter=No -4 , , PUNCT , _ 11 punct 11:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 6 new new ADJ JJ Degree=Pos 9 amod 9:amod _ 7 northeastern northeastern ADJ JJ Degree=Pos 8 amod 8:amod _ @@ -7120,7 +7121,7 @@ 11 formed form VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 12 and and CCONJ CC _ 17 cc 17:cc _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -14 Indian indian ADJ JJ Degree=Pos 15 amod 15:amod _ +14 Indian Indian ADJ JJ Degree=Pos 15 amod 15:amod _ 15 army army NOUN NN Number=Sing 17 nsubj:pass 17:nsubj:pass _ 16 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 aux:pass 17:aux:pass _ 17 deployed deploy VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 conj 11:conj:and _ @@ -7136,16 +7137,16 @@ # sent_id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-0026 # text = However, differences between India and LTTE soon surfaced and led to clashes between Tiger guerrillas and the Indian peace keeping force. 1 However however ADV RB _ 9 advmod 9:advmod SpaceAfter=No -2 , , PUNCT , _ 9 punct 9:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 differences difference NOUN NNS Number=Plur 9 nsubj 9:nsubj|11:nsubj _ 4 between between ADP IN _ 5 case 5:case _ 5 India India PROPN NNP Number=Sing 3 nmod 3:nmod:between _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 LTTE LTTE PROPN NNP Number=Sing 5 conj 3:nmod:between|5:conj:and _ 8 soon soon ADV RB Degree=Pos 9 advmod 9:advmod _ -9 surfaced surface VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 surfaced surface VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 led lead VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 conj 9:conj:and _ +11 led lead VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 conj 9:conj:and _ 12 to to ADP IN _ 13 case 13:case _ 13 clashes clash NOUN NNS Number=Plur 11 obl 11:obl:to _ 14 between between ADP IN _ 16 case 16:case _ @@ -7153,7 +7154,7 @@ 16 guerrillas guerrilla NOUN NNS Number=Plur 13 nmod 13:nmod:between _ 17 and and CCONJ CC _ 22 cc 22:cc _ 18 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -19 Indian indian ADJ JJ Degree=Pos 22 amod 22:amod _ +19 Indian Indian ADJ JJ Degree=Pos 22 amod 22:amod _ 20 peace peace NOUN NN Number=Sing 21 compound 21:compound _ 21 keeping keeping NOUN NN Number=Sing 22 compound 22:compound _ 22 force force NOUN NN Number=Sing 16 conj 13:nmod:between|16:conj:and SpaceAfter=No @@ -7162,10 +7163,10 @@ # sent_id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-0027 # text = About 1,200 Indian soldiers were killed during this phase of the conflict. 1 About about ADV RB _ 2 advmod 2:advmod _ -2 1,200 1,200 NUM CD NumType=Card 4 nummod 4:nummod _ -3 Indian indian ADJ JJ Degree=Pos 4 amod 4:amod _ +2 1,200 1200 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +3 Indian Indian ADJ JJ Degree=Pos 4 amod 4:amod _ 4 soldiers soldier NOUN NNS Number=Plur 6 nsubj:pass 6:nsubj:pass _ -5 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ +5 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ 6 killed kill VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 during during ADP IN _ 9 case 9:case _ 8 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ @@ -7178,29 +7179,29 @@ # sent_id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-0028 # text = India had to pull back its forces from Sri Lanka in 1989 following the election of Ranasinghe Premadasa, a strong critic of Indian mediation. 1 India India PROPN NNP Number=Sing 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 pull pull VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 back back ADV RB _ 4 advmod 4:advmod _ -6 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 forces force NOUN NNS Number=Plur 4 obj 4:obj _ 8 from from ADP IN _ 10 case 10:case _ 9 Sri Sri PROPN NNP Number=Sing 10 compound 10:compound _ 10 Lanka Lanka PROPN NNP Number=Sing 4 obl 4:obl:from _ 11 in in ADP IN _ 12 case 12:case _ -12 1989 1989 NUM CD NumType=Card 4 obl 4:obl:in _ +12 1989 1989 NUM CD NumForm=Digit|NumType=Card 4 obl 4:obl:in _ 13 following follow VERB VBG VerbForm=Ger 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -15 election election NOUN NN Number=Sing 4 obl 4:obl:follow _ +15 election election NOUN NN Number=Sing 4 obl 4:obl:following _ 16 of of ADP IN _ 17 case 17:case _ 17 Ranasinghe Ranasinghe PROPN NNP Number=Sing 15 nmod 15:nmod:of _ 18 Premadasa Premadasa PROPN NNP Number=Sing 17 flat 17:flat SpaceAfter=No -19 , , PUNCT , _ 17 punct 17:punct _ +19 , , PUNCT , _ 22 punct 22:punct _ 20 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 21 strong strong ADJ JJ Degree=Pos 22 amod 22:amod _ 22 critic critic NOUN NN Number=Sing 17 appos 17:appos _ 23 of of ADP IN _ 25 case 25:case _ -24 Indian indian ADJ JJ Degree=Pos 25 amod 25:amod _ +24 Indian Indian ADJ JJ Degree=Pos 25 amod 25:amod _ 25 mediation mediation NOUN NN Number=Sing 22 nmod 22:nmod:of SpaceAfter=No 26 . . PUNCT . _ 2 punct 2:punct _ @@ -7208,17 +7209,17 @@ # text = Last June, an international initiative led by Japan to persuade the LTTE to come back to the negotiating table failed despite an aid package offer of US$4.5 billion. 1 Last last ADJ JJ Degree=Pos 2 amod 2:amod _ 2 June June PROPN NNP Number=Sing 21 obl:tmod 21:obl:tmod SpaceAfter=No -3 , , PUNCT , _ 21 punct 21:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 an a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 international international ADJ JJ Degree=Pos 6 amod 6:amod _ 6 initiative initiative NOUN NN Number=Sing 21 nsubj 21:nsubj _ -7 led lead VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 led lead VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 by by ADP IN _ 9 case 9:case _ -9 Japan Japan PROPN NNP Number=Sing 7 obl 7:obl:by _ +9 Japan Japan PROPN NNP Number=Sing 7 obl:agent 7:obl:agent _ 10 to to PART TO _ 11 mark 11:mark _ 11 persuade persuade VERB VB VerbForm=Inf 6 acl 6:acl:to _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -13 LTTE LTTE PROPN NNP Number=Sing 11 obj 11:obj|15:nsubj:xsubj _ +13 LTTE LTTE PROPN NNP Number=Sing 11 iobj 11:iobj|15:nsubj:xsubj _ 14 to to PART TO _ 15 mark 15:mark _ 15 come come VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 16 back back ADV RB _ 15 advmod 15:advmod _ @@ -7226,16 +7227,16 @@ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 19 negotiating negotiating NOUN NN Number=Sing 20 compound 20:compound _ 20 table table NOUN NN Number=Sing 16 obl 16:obl:to _ -21 failed fail VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +21 failed fail VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 22 despite despite ADP IN _ 26 case 26:case _ 23 an a DET DT Definite=Ind|PronType=Art 26 det 26:det _ 24 aid aid NOUN NN Number=Sing 25 compound 25:compound _ 25 package package NOUN NN Number=Sing 26 compound 26:compound _ 26 offer offer NOUN NN Number=Sing 21 obl 21:obl:despite _ 27 of of ADP IN _ 28 case 28:case _ -28 US$ us$ SYM $ _ 26 nmod 26:nmod:of SpaceAfter=No -29 4.5 4.5 NUM CD NumType=Card 28 compound 28:compound _ -30 billion billion NUM CD NumType=Card 28 compound 28:compound SpaceAfter=No +28 US$ US$ SYM $ _ 26 nmod 26:nmod:of SpaceAfter=No +29 4.5 4.5 NUM CD NumForm=Digit|NumType=Frac 30 compound 30:compound _ +30 billion billion NUM CD NumForm=Word|NumType=Card 28 nummod 28:nummod SpaceAfter=No 31 . . PUNCT . _ 21 punct 21:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-0030 @@ -7245,12 +7246,12 @@ 2 's 's PART POS _ 1 case 1:case _ 3 special special ADJ JJ Degree=Pos 4 amod 4:amod _ 4 envoy envoy NOUN NN Number=Sing 25 nsubj 10:nsubj|25:nsubj|38:nsubj:xsubj SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 Yasushi Yasushi PROPN NNP Number=Sing 4 appos 4:appos _ 7 Akashi Akashi PROPN NNP Number=Sing 6 flat 6:flat SpaceAfter=No -8 , , PUNCT , _ 4 punct 4:punct _ +8 , , PUNCT , _ 10 punct 10:punct _ 9 who who PRON WP PronType=Rel 10 nsubj 4:ref _ -10 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +10 called call VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 11 for for ADP IN _ 13 case 13:case _ 12 tangible tangible ADJ JJ Degree=Pos 13 amod 13:amod _ 13 progress progress NOUN NN Number=Sing 10 obl 10:obl:for _ @@ -7264,8 +7265,8 @@ 21 would would AUX MD VerbForm=Fin 23 aux 23:aux _ 22 be be AUX VB VerbForm=Inf 23 aux:pass 23:aux:pass _ 23 released release VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 advcl 10:advcl:before SpaceAfter=No -24 , , PUNCT , _ 25 punct 25:punct _ -25 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +24 , , PUNCT , _ 4 punct 4:punct _ +25 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 26 back back ADV RB _ 25 advmod 25:advmod _ 27 from from ADP IN _ 28 case 28:case _ 28 visits visit NOUN NNS Number=Plur 26 obl 26:obl:from _ @@ -7284,7 +7285,7 @@ # sent_id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-0031 # text = He complained about the "visible lack of progress" and reaching an impasse in talks with both sides. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 complained complain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 complained complain VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 about about ADP IN _ 7 case 7:case _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 5 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No @@ -7300,21 +7301,22 @@ 15 in in ADP IN _ 16 case 16:case _ 16 talks talk NOUN NNS Number=Plur 12 obl 12:obl:in _ 17 with with ADP IN _ 19 case 19:case _ -18 both both DET DT _ 19 det 19:det _ +18 both both DET DT PronType=Tot 19 det 19:det _ 19 sides side NOUN NNS Number=Plur 16 nmod 16:nmod:with SpaceAfter=No 20 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-0032 # text = The Tigers' chief ideologue, Balasingham, sniffed at the proposal saying that "a solution to the ethnic conflict cannot be predetermined by the resolutions or declarations of donor conferences, but has to be negotiated by the parties in conflict without the constraints of external forces." 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 Tigers Tigers PROPN NNPS Number=Plur 5 nmod:poss 5:nmod:poss SpaceAfter=No +2-3 Tigers' _ _ _ _ _ _ _ _ +2 Tigers Tiger PROPN NNPS Number=Plur 5 nmod:poss 5:nmod:poss _ 3 ' 's PART POS _ 2 case 2:case _ 4 chief chief ADJ JJ Degree=Pos 5 amod 5:amod _ 5 ideologue ideologue NOUN NN Number=Sing 9 nsubj 9:nsubj SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 Balasingham Balasingham PROPN NNP Number=Sing 5 appos 5:appos SpaceAfter=No -8 , , PUNCT , _ 9 punct 9:punct _ -9 sniffed sniff VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 , , PUNCT , _ 5 punct 5:punct _ +9 sniffed sniff VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 at at ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 proposal proposal NOUN NN Number=Sing 9 obl 9:obl:at _ @@ -7334,9 +7336,9 @@ 25 predetermined predetermine VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 ccomp 13:ccomp _ 26 by by ADP IN _ 28 case 28:case _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ -28 resolutions resolution NOUN NNS Number=Plur 25 obl 25:obl:by _ +28 resolutions resolution NOUN NNS Number=Plur 25 obl:agent 25:obl:agent _ 29 or or CCONJ CC _ 30 cc 30:cc _ -30 declarations declaration NOUN NNS Number=Plur 28 conj 25:obl:by|28:conj:or _ +30 declarations declaration NOUN NNS Number=Plur 28 conj 25:obl:agent|28:conj:or _ 31 of of ADP IN _ 33 case 33:case _ 32 donor donor NOUN NN Number=Sing 33 compound 33:compound _ 33 conferences conference NOUN NNS Number=Plur 28 nmod 28:nmod:of SpaceAfter=No @@ -7348,7 +7350,7 @@ 39 negotiated negotiate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 36 xcomp 36:xcomp _ 40 by by ADP IN _ 42 case 42:case _ 41 the the DET DT Definite=Def|PronType=Art 42 det 42:det _ -42 parties party NOUN NNS Number=Plur 39 obl 39:obl:by _ +42 parties party NOUN NNS Number=Plur 39 obl:agent 39:obl:agent _ 43 in in ADP IN _ 44 case 44:case _ 44 conflict conflict NOUN NN Number=Sing 42 nmod 42:nmod:in _ 45 without without ADP IN _ 47 case 47:case _ @@ -7357,14 +7359,14 @@ 48 of of ADP IN _ 50 case 50:case _ 49 external external ADJ JJ Degree=Pos 50 amod 50:amod _ 50 forces force NOUN NNS Number=Plur 47 nmod 47:nmod:of SpaceAfter=No -51 . . PUNCT . _ 9 punct 9:punct SpaceAfter=No -52 " " PUNCT '' _ 9 punct 9:punct _ +51 . . PUNCT . _ 25 punct 25:punct SpaceAfter=No +52 " " PUNCT '' _ 25 punct 25:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-0033 # text = But there are strong hints in the country that a new Indo-Sri Lanka defense deal could be in the making. 1 But but CCONJ CC _ 3 cc 3:cc _ 2 there there PRON EX _ 3 expl 3:expl _ -3 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 strong strong ADJ JJ Degree=Pos 5 amod 5:amod _ 5 hints hint NOUN NNS Number=Plur 3 nsubj 3:nsubj _ 6 in in ADP IN _ 8 case 8:case _ @@ -7373,8 +7375,8 @@ 9 that that SCONJ IN _ 22 mark 22:mark _ 10 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 11 new new ADJ JJ Degree=Pos 17 amod 17:amod _ -12 Indo indo X AFX _ 15 compound 15:compound SpaceAfter=No -13 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +12 Indo Indo X AFX _ 15 compound 15:compound SpaceAfter=No +13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No 14 Sri Sri PROPN NNP Number=Sing 15 compound 15:compound _ 15 Lanka Lanka PROPN NNP Number=Sing 17 compound 17:compound _ 16 defense defense NOUN NN Number=Sing 17 compound 17:compound _ @@ -7396,8 +7398,8 @@ 6 protests protest NOUN NNS Number=Plur 5 obj 5:obj _ 7 from from ADP IN _ 11 case 11:case _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -9 Tamil Tamil PROPN NNP Number=Sing 11 compound 11:compound _ -10 National National PROPN NNP Number=Sing 11 compound 11:compound _ +9 Tamil Tamil ADJ NNP Degree=Pos 11 amod 11:amod _ +10 National National ADJ NNP Degree=Pos 11 amod 11:amod _ 11 Alliance Alliance PROPN NNP Number=Sing 5 obl 5:obl:from|17:nsubj:pass _ 12 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No 13 TNA TNA PROPN NNP Number=Sing 11 appos 11:appos SpaceAfter=No @@ -7407,13 +7409,13 @@ 17 backed back VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl:relcl 11:acl:relcl _ 18 by by ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -20 LTTE LTTE PROPN NNP Number=Sing 17 obl 17:obl:by _ +20 LTTE LTTE PROPN NNP Number=Sing 17 obl:agent 17:obl:agent _ 21 in in ADP IN _ 25 case 25:case _ 22 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 23 April April PROPN NNP Number=Sing 25 compound 25:compound _ 24 general general ADJ JJ Degree=Pos 25 amod 25:amod _ 25 elections election NOUN NNS Number=Plur 17 obl 17:obl:in _ -26 held hold VERB VBN Tense=Past|VerbForm=Part 25 acl 25:acl _ +26 held hold VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 acl 25:acl _ 27 in in ADP IN _ 29 case 29:case _ 28 Sri Sri PROPN NNP Number=Sing 29 compound 29:compound _ 29 Lanka Lanka PROPN NNP Number=Sing 26 obl 26:obl:in SpaceAfter=No @@ -7421,12 +7423,12 @@ # sent_id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-0035 # text = "Tamils feel that the proposed defense agreement between India and Sri Lanka would encourage Sinhala rulers to prepare for another war abandoning the current peace process," TNA member of parliament P Sithamparanathan was quoted as saying in a statement. -1 " " PUNCT `` _ 37 punct 37:punct SpaceAfter=No -2 Tamils Tamils PROPN NNPS Number=Plur 3 nsubj 3:nsubj _ -3 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 37 ccomp 37:ccomp _ +1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No +2 Tamils Tamil PROPN NNPS Number=Plur 3 nsubj 3:nsubj _ +3 feel feel VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 37 ccomp 37:ccomp _ 4 that that SCONJ IN _ 15 mark 15:mark _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -6 proposed propose VERB VBN Tense=Past|VerbForm=Part 8 amod 8:amod _ +6 proposed propose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 amod 8:amod _ 7 defense defense NOUN NN Number=Sing 8 compound 8:compound _ 8 agreement agreement NOUN NN Number=Sing 15 nsubj 15:nsubj _ 9 between between ADP IN _ 10 case 10:case _ @@ -7436,20 +7438,20 @@ 13 Lanka Lanka PROPN NNP Number=Sing 10 conj 8:nmod:between|10:conj:and _ 14 would would AUX MD VerbForm=Fin 15 aux 15:aux _ 15 encourage encourage VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ -16 Sinhala Sinhala PROPN NNP Number=Sing 17 compound 17:compound _ -17 rulers ruler NOUN NNS Number=Plur 15 obj 15:obj|19:nsubj:xsubj|23:nsubj:xsubj _ +16 Sinhala Sinhala ADJ NNP Degree=Pos 17 amod 17:amod _ +17 rulers ruler NOUN NNS Number=Plur 15 obj 15:obj|19:nsubj:xsubj _ 18 to to PART TO _ 19 mark 19:mark _ 19 prepare prepare VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ 20 for for ADP IN _ 22 case 22:case _ -21 another another DET DT _ 22 det 22:det _ +21 another another DET DT PronType=Ind 22 det 22:det _ 22 war war NOUN NN Number=Sing 19 obl 19:obl:for _ -23 abandoning abandon VERB VBG VerbForm=Ger 19 xcomp 19:xcomp _ +23 abandoning abandon VERB VBG VerbForm=Ger 19 advcl 19:advcl _ 24 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 25 current current ADJ JJ Degree=Pos 27 amod 27:amod _ 26 peace peace NOUN NN Number=Sing 27 compound 27:compound _ 27 process process NOUN NN Number=Sing 23 obj 23:obj SpaceAfter=No -28 , , PUNCT , _ 37 punct 37:punct SpaceAfter=No -29 " " PUNCT '' _ 37 punct 37:punct _ +28 , , PUNCT , _ 3 punct 3:punct SpaceAfter=No +29 " " PUNCT '' _ 3 punct 3:punct _ 30 TNA TNA PROPN NNP Number=Sing 31 compound 31:compound _ 31 member member NOUN NN Number=Sing 35 compound 35:compound _ 32 of of ADP IN _ 33 case 33:case _ @@ -7468,7 +7470,7 @@ # sent_id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-0036 # text = She added that recent visits to the island by India's top military brass including army chief General Nirmal Chander Vij have "caused apprehension among Tamils that preparations are under way for another war in the island". 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 added add VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 added add VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 24 mark 24:mark _ 4 recent recent ADJ JJ Degree=Pos 5 amod 5:amod _ 5 visits visit NOUN NNS Number=Plur 24 nsubj 24:nsubj _ @@ -7486,22 +7488,22 @@ 16 army army NOUN NN Number=Sing 17 compound 17:compound _ 17 chief chief NOUN NN Number=Sing 19 compound 19:compound _ 18 General General PROPN NNP Number=Sing 19 compound 19:compound _ -19 Nirmal Nirmal PROPN NNP Number=Sing 14 nmod 14:nmod:include _ +19 Nirmal Nirmal PROPN NNP Number=Sing 14 nmod 14:nmod:including _ 20 Chander Chander PROPN NNP Number=Sing 19 flat 19:flat _ 21 Vij Vij PROPN NNP Number=Sing 19 flat 19:flat _ -22 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ +22 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ 23 " " PUNCT `` _ 24 punct 24:punct SpaceAfter=No 24 caused cause VERB VBN Tense=Past|VerbForm=Part 2 ccomp 2:ccomp _ 25 apprehension apprehension NOUN NN Number=Sing 24 obj 24:obj _ 26 among among ADP IN _ 27 case 27:case _ -27 Tamils Tamils PROPN NNPS Number=Plur 25 nmod 25:nmod:among _ +27 Tamils Tamil PROPN NNPS Number=Plur 25 nmod 25:nmod:among _ 28 that that SCONJ IN _ 32 mark 32:mark _ 29 preparations preparation NOUN NNS Number=Plur 32 nsubj 32:nsubj _ -30 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 32 cop 32:cop _ +30 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 32 cop 32:cop _ 31 under under ADP IN _ 32 case 32:case _ 32 way way NOUN NN Number=Sing 25 acl 25:acl:under _ 33 for for ADP IN _ 35 case 35:case _ -34 another another DET DT _ 35 det 35:det _ +34 another another DET DT PronType=Ind 35 det 35:det _ 35 war war NOUN NN Number=Sing 32 nmod 32:nmod:for _ 36 in in ADP IN _ 38 case 38:case _ 37 the the DET DT Definite=Def|PronType=Art 38 det 38:det _ @@ -7513,22 +7515,22 @@ # text = But Kalkat pointed out that India would be ill-advised to be involved again, militarily, with Sri Lanka if only because it still had to consider the sentiments of 45 million ethnic Tamils in the Indian state of Tamil Nadu - separated from Sri Lanka's Jaffna peninsula by the narrow Palk Straits. 1 But but CCONJ CC _ 3 cc 3:cc _ 2 Kalkat Kalkat PROPN NNP Number=Sing 3 nsubj 3:nsubj _ -3 pointed point VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 pointed point VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 out out ADP RP _ 3 compound:prt 3:compound:prt _ 5 that that SCONJ IN _ 11 mark 11:mark _ 6 India India PROPN NNP Number=Sing 11 nsubj:pass 11:nsubj:pass|14:nsubj:xsubj _ 7 would would AUX MD VerbForm=Fin 11 aux 11:aux _ -8 be be VERB VB VerbForm=Inf 11 aux:pass 11:aux:pass _ +8 be be AUX VB VerbForm=Inf 11 aux:pass 11:aux:pass _ 9 ill ill ADV RB _ 11 advmod 11:advmod SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 11 advised advise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 ccomp 3:ccomp _ 12 to to PART TO _ 14 mark 14:mark _ 13 be be AUX VB VerbForm=Inf 14 cop 14:cop _ 14 involved involved ADJ JJ Degree=Pos 11 xcomp 11:xcomp _ 15 again again ADV RB _ 14 advmod 14:advmod SpaceAfter=No -16 , , PUNCT , _ 14 punct 14:punct _ +16 , , PUNCT , _ 17 punct 17:punct _ 17 militarily militarily ADV RB _ 14 advmod 14:advmod SpaceAfter=No -18 , , PUNCT , _ 14 punct 14:punct _ +18 , , PUNCT , _ 21 punct 21:punct _ 19 with with ADP IN _ 21 case 21:case _ 20 Sri Sri PROPN NNP Number=Sing 21 compound 21:compound _ 21 Lanka Lanka PROPN NNP Number=Sing 14 obl 14:obl:with _ @@ -7537,25 +7539,25 @@ 24 because because SCONJ IN _ 27 mark 27:mark _ 25 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 27 nsubj 27:nsubj|29:nsubj:xsubj _ 26 still still ADV RB _ 27 advmod 27:advmod _ -27 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:because _ +27 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:because _ 28 to to PART TO _ 29 mark 29:mark _ 29 consider consider VERB VB VerbForm=Inf 27 xcomp 27:xcomp _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 31 sentiments sentiment NOUN NNS Number=Plur 29 obj 29:obj _ 32 of of ADP IN _ 36 case 36:case _ -33 45 45 NUM CD NumType=Card 34 compound 34:compound _ -34 million million NUM CD NumType=Card 36 nummod 36:nummod _ +33 45 45 NUM CD NumForm=Digit|NumType=Card 34 compound 34:compound _ +34 million million NUM CD NumForm=Word|NumType=Card 36 nummod 36:nummod _ 35 ethnic ethnic ADJ JJ Degree=Pos 36 amod 36:amod _ -36 Tamils Tamils PROPN NNPS Number=Plur 31 nmod 31:nmod:of _ +36 Tamils Tamil PROPN NNPS Number=Plur 31 nmod 31:nmod:of _ 37 in in ADP IN _ 40 case 40:case _ 38 the the DET DT Definite=Def|PronType=Art 40 det 40:det _ -39 Indian indian ADJ JJ Degree=Pos 40 amod 40:amod _ +39 Indian Indian ADJ JJ Degree=Pos 40 amod 40:amod _ 40 state state NOUN NN Number=Sing 36 nmod 36:nmod:in _ 41 of of ADP IN _ 43 case 43:case _ -42 Tamil Tamil PROPN NNP Number=Sing 43 compound 43:compound _ +42 Tamil Tamil ADJ NNP Degree=Pos 43 amod 43:amod _ 43 Nadu Nadu PROPN NNP Number=Sing 40 nmod 40:nmod:of _ -44 - - PUNCT , _ 36 punct 36:punct _ -45 separated separate VERB VBN Tense=Past|VerbForm=Part 36 acl 36:acl _ +44 - - PUNCT , _ 45 punct 45:punct _ +45 separated separate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 36 acl 36:acl _ 46 from from ADP IN _ 51 case 51:case _ 47 Sri Sri PROPN NNP Number=Sing 48 compound 48:compound _ 48-49 Lanka's _ _ _ _ _ _ _ _ @@ -7567,7 +7569,7 @@ 53 the the DET DT Definite=Def|PronType=Art 56 det 56:det _ 54 narrow narrow ADJ JJ Degree=Pos 56 amod 56:amod _ 55 Palk Palk PROPN NNP Number=Sing 56 compound 56:compound _ -56 Straits Straits PROPN NNPS Number=Plur 45 obl 45:obl:by SpaceAfter=No +56 Straits Strait PROPN NNPS Number=Plur 45 obl:agent 45:obl:agent SpaceAfter=No 57 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-0038 @@ -7575,42 +7577,42 @@ 1 Apart apart ADV RB _ 17 advmod 17:advmod _ 2 from from ADP IN _ 6 case 6:case _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -4 1,200 1,200 NUM CD NumType=Card 6 nummod 6:nummod _ -5 Indian indian ADJ JJ Degree=Pos 6 amod 6:amod _ +4 1,200 1200 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ +5 Indian Indian ADJ JJ Degree=Pos 6 amod 6:amod _ 6 lives life NOUN NNS Number=Plur 1 obl 1:obl:from _ -7 lost lose VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 lost lose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 in in ADP IN _ 9 case 9:case _ -9 1987 1987 NUM CD NumType=Card 7 obl 7:obl:in SpaceAfter=No -10 , , PUNCT , _ 17 punct 17:punct _ +9 1987 1987 NUM CD NumForm=Digit|NumType=Card 7 obl 7:obl:in SpaceAfter=No +10 , , PUNCT , _ 1 punct 1:punct _ 11 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -12 Indian indian ADJ JJ Degree=Pos 14 amod 14:amod _ +12 Indian Indian ADJ JJ Degree=Pos 14 amod 14:amod _ 13 peacekeeping peacekeeping NOUN NN Number=Sing 14 compound 14:compound _ 14 force force NOUN NN Number=Sing 17 nsubj 17:nsubj _ 15 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 cop 17:cop _ 16 immensely immensely ADV RB _ 17 advmod 17:advmod _ 17 unpopular unpopular ADJ JJ Degree=Pos 0 root 0:root _ -18 not not ADV RB _ 19 advmod 19:advmod _ -19 only only ADV RB _ 22 cc:preconj 22:cc:preconj _ +18 not not PART RB _ 22 advmod 22:advmod _ +19 only only ADV RB _ 22 advmod 22:advmod _ 20 in in ADP IN _ 22 case 22:case _ -21 Tamil Tamil PROPN NNP Number=Sing 22 compound 22:compound _ +21 Tamil Tamil ADJ NNP Degree=Pos 22 amod 22:amod _ 22 Nadu Nadu PROPN NNP Number=Sing 17 obl 17:obl:in _ 23 and and CCONJ CC _ 26 cc 26:cc _ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 25 Jaffna Jaffna PROPN NNP Number=Sing 26 compound 26:compound _ 26 peninsula peninsula NOUN NN Number=Sing 22 conj 17:obl:in|22:conj:and _ -27 but but CCONJ CC _ 28 cc 28:cc _ -28 also also ADV RB _ 32 cc 32:cc _ +27 but but CCONJ CC _ 32 cc 32:cc _ +28 also also ADV RB _ 32 advmod 32:advmod _ 29 among among ADP IN _ 32 case 32:case _ 30 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ -31 Sinhalese sinhalese ADJ JJ Degree=Pos 32 amod 32:amod _ +31 Sinhalese Sinhalese ADJ JJ Degree=Pos 32 amod 32:amod _ 32 majority majority NOUN NN Number=Sing 22 conj 17:obl:among|22:conj:and|34:nsubj _ 33 who who PRON WP PronType=Rel 34 nsubj 32:ref _ -34 considered consider VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 32 acl:relcl 32:acl:relcl _ +34 considered consider VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 32 acl:relcl 32:acl:relcl _ 35 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 34 obj 34:obj|37:nsubj:xsubj _ 36 a a DET DT Definite=Ind|PronType=Art 37 det 37:det _ 37 violation violation NOUN NN Number=Sing 34 xcomp 34:xcomp _ 38 of of ADP IN _ 42 case 42:case _ -39 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 40 nmod:poss 40:nmod:poss _ +39 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 40 nmod:poss 40:nmod:poss _ 40-41 country's _ _ _ _ _ _ _ _ 40 country country NOUN NN Number=Sing 42 nmod:poss 42:nmod:poss _ 41 's 's PART POS _ 40 case 40:case _ @@ -7620,33 +7622,33 @@ # sent_id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-0039 # text = The best option, now, under the present difficult circumstances is for Colombo to do its own dirty work, although New Delhi can always be counted on to render good neighborly help because of the shared belief that religion, ethnicity and language cannot be the basis for secession. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 best best ADJ JJS Degree=Sup 3 amod 3:amod _ -3 option option NOUN NN Number=Sing 12 nsubj 12:nsubj SpaceAfter=No -4 , , PUNCT , _ 12 punct 12:punct _ -5 now now ADV RB _ 12 advmod 12:advmod SpaceAfter=No -6 , , PUNCT , _ 12 punct 12:punct _ +2 best good ADJ JJS Degree=Sup 3 amod 3:amod _ +3 option option NOUN NN Number=Sing 16 nsubj:outer 16:nsubj:outer SpaceAfter=No +4 , , PUNCT , _ 3 punct 3:punct _ +5 now now ADV RB _ 16 advmod 16:advmod SpaceAfter=No +6 , , PUNCT , _ 5 punct 5:punct _ 7 under under ADP IN _ 11 case 11:case _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 9 present present ADJ JJ Degree=Pos 11 amod 11:amod _ 10 difficult difficult ADJ JJ Degree=Pos 11 amod 11:amod _ -11 circumstances circumstance NOUN NNS Number=Plur 12 obl 12:obl:under _ -12 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +11 circumstances circumstance NOUN NNS Number=Plur 16 obl 16:obl:under _ +12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 13 for for SCONJ IN _ 16 mark 16:mark _ 14 Colombo Colombo PROPN NNP Number=Sing 16 nsubj 16:nsubj _ 15 to to PART TO _ 16 mark 16:mark _ -16 do do VERB VB VerbForm=Inf 12 ccomp 12:ccomp _ -17 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +16 do do VERB VB VerbForm=Inf 0 root 0:root _ +17 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 18 own own ADJ JJ Degree=Pos 20 amod 20:amod _ 19 dirty dirty ADJ JJ Degree=Pos 20 amod 20:amod _ 20 work work NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No -21 , , PUNCT , _ 12 punct 12:punct _ +21 , , PUNCT , _ 28 punct 28:punct _ 22 although although SCONJ IN _ 28 mark 28:mark _ -23 New New PROPN NNP Number=Sing 24 compound 24:compound _ +23 New New ADJ NNP Degree=Pos 24 amod 24:amod _ 24 Delhi Delhi PROPN NNP Number=Sing 28 nsubj:pass 28:nsubj:pass _ 25 can can AUX MD VerbForm=Fin 28 aux 28:aux _ 26 always always ADV RB _ 28 advmod 28:advmod _ 27 be be AUX VB VerbForm=Inf 28 aux:pass 28:aux:pass _ -28 counted count VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 advcl 12:advcl:although _ +28 counted count VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 advcl 16:advcl:although _ 29 on on ADP IN _ 28 obl 28:obl _ 30 to to PART TO _ 31 mark 31:mark _ 31 render render VERB VB VerbForm=Inf 28 advcl 28:advcl:to _ @@ -7656,7 +7658,7 @@ 35 because because ADP IN _ 39 case 39:case _ 36 of of ADP IN _ 35 fixed 35:fixed _ 37 the the DET DT Definite=Def|PronType=Art 39 det 39:det _ -38 shared share VERB VBN Tense=Past|VerbForm=Part 39 amod 39:amod _ +38 shared share VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 39 amod 39:amod _ 39 belief belief NOUN NN Number=Sing 28 obl 28:obl:because_of _ 40 that that SCONJ IN _ 50 mark 50:mark _ 41 religion religion NOUN NN Number=Sing 50 nsubj 50:nsubj SpaceAfter=No @@ -7672,20 +7674,20 @@ 50 basis basis NOUN NN Number=Sing 39 acl 39:acl:that _ 51 for for ADP IN _ 52 case 52:case _ 52 secession secession NOUN NN Number=Sing 50 nmod 50:nmod:for SpaceAfter=No -53 . . PUNCT . _ 12 punct 12:punct _ +53 . . PUNCT . _ 16 punct 16:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-0040 # text = In any case, Kalkat puts it succinctly: "There cannot be a military option to what is a political situation." 1 In in ADP IN _ 3 case 3:case _ -2 any any DET DT _ 3 det 3:det _ +2 any any DET DT PronType=Ind 3 det 3:det _ 3 case case NOUN NN Number=Sing 6 obl 6:obl:in SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 Kalkat Kalkat PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 6 puts put VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 expl 6:expl _ 8 succinctly succinctly ADV RB _ 6 advmod 6:advmod SpaceAfter=No -9 : : PUNCT : _ 6 punct 6:punct _ -10 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No +9 : : PUNCT : _ 14 punct 14:punct _ +10 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No 11 There there PRON EX _ 14 expl 14:expl _ 12-13 cannot _ _ _ _ _ _ _ _ 12 can can AUX MD VerbForm=Fin 14 aux 14:aux _ @@ -7694,32 +7696,32 @@ 15 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 16 military military ADJ JJ Degree=Pos 17 amod 17:amod _ 17 option option NOUN NN Number=Sing 14 nsubj 14:nsubj _ -18 to to SCONJ IN _ 19 case 19:case _ -19 what what PRON WP PronType=Int 17 nmod 17:nmod:to _ +18 to to ADP IN _ 19 case 19:case _ +19 what what PRON WP PronType=Rel 17 nmod 17:nmod:to|23:nsubj _ 20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ 21 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 22 political political ADJ JJ Degree=Pos 23 amod 23:amod _ 23 situation situation NOUN NN Number=Sing 19 acl:relcl 19:acl:relcl SpaceAfter=No -24 . . PUNCT . _ 6 punct 6:punct SpaceAfter=No -25 " " PUNCT '' _ 6 punct 6:punct _ +24 . . PUNCT . _ 14 punct 14:punct SpaceAfter=No +25 " " PUNCT '' _ 14 punct 14:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041119231111_ENG_20041119_231111-0041 # text = Asia Times Online 16/11/2004 1 Asia Asia PROPN NNP Number=Sing 2 compound 2:compound _ 2 Times Times PROPN NNP Number=Sing 3 compound 3:compound _ 3 Online Online PROPN NNP Number=Sing 0 root 0:root _ -4 16/11/2004 16/11/2004 NUM CD NumType=Card 3 nmod:tmod 3:nmod:tmod _ +4 16/11/2004 16/11/2004 NUM CD NumForm=Digit|NumType=Card 3 nmod:tmod 3:nmod:tmod _ # newdoc id = weblog-blogspot.com_dakbangla_20041028153019_ENG_20041028_153019 # sent_id = weblog-blogspot.com_dakbangla_20041028153019_ENG_20041028_153019-0001 # newpar id = weblog-blogspot.com_dakbangla_20041028153019_ENG_20041028_153019-p0001 # text = Unreported by the international media, the Valley of Kashmir has seen an ethnic and cultural genocide that has resulted in the fleeing from the valley of almost all the Hindu families who have been living there since human habitation was first recorded. -1 Unreported unreport VERB VBN Tense=Past|VerbForm=Part 12 advcl 12:advcl _ +1 Unreported unreport VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 advcl 12:advcl _ 2 by by ADP IN _ 5 case 5:case _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 international international ADJ JJ Degree=Pos 5 amod 5:amod _ -5 media media NOUN NN Number=Sing 1 obl 1:obl:by SpaceAfter=No -6 , , PUNCT , _ 12 punct 12:punct _ +5 media media NOUN NN Number=Sing 1 obl:agent 1:obl:agent SpaceAfter=No +6 , , PUNCT , _ 1 punct 1:punct _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 Valley Valley PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 9 of of ADP IN _ 10 case 10:case _ @@ -7742,12 +7744,12 @@ 26 valley valley NOUN NN Number=Sing 23 nmod 23:nmod:from _ 27 of of ADP IN _ 32 case 32:case _ 28 almost almost ADV RB _ 29 advmod 29:advmod _ -29 all all DET PDT _ 32 det:predet 32:det:predet _ +29 all all DET PDT PronType=Tot 32 det:predet 32:det:predet _ 30 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 31 Hindu hindu ADJ JJ Degree=Pos 32 amod 32:amod _ 32 families family NOUN NNS Number=Plur 23 nmod 23:nmod:of|36:nsubj _ 33 who who PRON WP PronType=Rel 36 nsubj 32:ref _ -34 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 36 aux 36:aux _ +34 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 36 aux 36:aux _ 35 been be AUX VBN Tense=Past|VerbForm=Part 36 aux 36:aux _ 36 living live VERB VBG VerbForm=Ger 32 acl:relcl 32:acl:relcl _ 37 there there ADV RB PronType=Dem 36 advmod 36:advmod _ @@ -7755,35 +7757,35 @@ 39 human human ADJ JJ Degree=Pos 40 amod 40:amod _ 40 habitation habitation NOUN NN Number=Sing 43 nsubj:pass 43:nsubj:pass _ 41 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 43 aux:pass 43:aux:pass _ -42 first first ADV RB _ 43 advmod 43:advmod _ -43 recorded record VERB VBN Tense=Past|VerbForm=Part 36 advcl 36:advcl:since SpaceAfter=No +42 first first ADV RB NumForm=Word|NumType=Ord 43 advmod 43:advmod _ +43 recorded record VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 36 advcl 36:advcl:since SpaceAfter=No 44 . . PUNCT . _ 12 punct 12:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041028153019_ENG_20041028_153019-0002 # text = Over nine dozen temples that had served the Hindu population have been destroyed, with some used as building material and others as urinals. 1 Over over ADV RB _ 3 advmod 3:advmod _ -2 nine nine NUM CD NumType=Card 3 compound 3:compound _ -3 dozen dozen NOUN NN Number=Sing 4 nummod 4:nummod _ +2 nine nine NUM CD NumForm=Word|NumType=Card 3 compound 3:compound _ +3 dozen dozen NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 temples temple NOUN NNS Number=Plur 13 nsubj:pass 7:nsubj|13:nsubj:pass _ 5 that that PRON WDT PronType=Rel 7 nsubj 4:ref _ -6 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 aux 7:aux _ +6 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 aux 7:aux _ 7 served serve VERB VBN Tense=Past|VerbForm=Part 4 acl:relcl 4:acl:relcl _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 Hindu hindu ADJ JJ Degree=Pos 10 amod 10:amod _ 10 population population NOUN NN Number=Sing 7 obj 7:obj _ -11 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +11 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 been be AUX VBN Tense=Past|VerbForm=Part 13 aux:pass 13:aux:pass _ -13 destroyed destroy VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ +13 destroyed destroy VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No +14 , , PUNCT , _ 17 punct 17:punct _ 15 with with SCONJ IN _ 17 mark 17:mark _ -16 some some DET DT _ 17 nsubj 17:nsubj|22:nsubj _ -17 used use VERB VBN Tense=Past|VerbForm=Part 13 advcl 13:advcl:with _ +16 some some DET DT PronType=Ind 17 nsubj:pass 17:nsubj:pass|22.1:nsubj:pass _ +17 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 advcl 13:advcl:with _ 18 as as ADP IN _ 20 case 20:case _ 19 building building NOUN NN Number=Sing 20 compound 20:compound _ 20 material material NOUN NN Number=Sing 17 obl 17:obl:as _ 21 and and CCONJ CC _ 22 cc 22:cc|22.1:cc _ 22 others other NOUN NNS Number=Plur 17 conj 13:advcl:with|17:conj:and|22.1:nsubj _ -22.1 used use VERB VBN Tense=Past|VerbForm=Part _ _ 13:advcl:with|17:conj:and CopyOf=17 +22.1 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass _ _ 13:advcl:with|17:conj:and CopyOf=17 23 as as ADP IN _ 24 case 24:case _ 24 urinals urinal NOUN NNS Number=Plur 22 orphan 22.1:obl:as SpaceAfter=No 25 . . PUNCT . _ 13 punct 13:punct _ @@ -7792,25 +7794,25 @@ # text = Thus far, none of the many "human rights" busybodies across the world have bothered to even notice such a development. 1 Thus thus ADV RB _ 2 advmod 2:advmod _ 2 far far ADV RB Degree=Pos 17 advmod 17:advmod SpaceAfter=No -3 , , PUNCT , _ 17 punct 17:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 none none NOUN NN Number=Sing 17 nsubj 17:nsubj|20:nsubj:xsubj _ 5 of of ADP IN _ 12 case 12:case _ 6 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 7 many many ADJ JJ Degree=Pos 12 amod 12:amod _ 8 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No 9 human human ADJ JJ Degree=Pos 10 amod 10:amod _ -10 rights rights NOUN NNS Number=Plur 12 compound 12:compound SpaceAfter=No +10 rights right NOUN NNS Number=Plur 12 compound 12:compound SpaceAfter=No 11 " " PUNCT '' _ 10 punct 10:punct _ 12 busybodies busybody NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 13 across across ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 world world NOUN NN Number=Sing 12 nmod 12:nmod:across _ -16 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +16 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 17 bothered bother VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 18 to to PART TO _ 20 mark 20:mark _ 19 even even ADV RB _ 20 advmod 20:advmod _ 20 notice notice VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ -21 such such DET PDT _ 23 det:predet 23:det:predet _ +21 such such DET PDT PronType=Ind 23 det:predet 23:det:predet _ 22 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 23 development development NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No 24 . . PUNCT . _ 17 punct 17:punct _ @@ -7837,28 +7839,28 @@ 4 secretaries secretary NOUN NNS Number=Plur 14 nsubj 14:nsubj _ 5 of of ADP IN _ 6 case 6:case _ 6 state state NOUN NN Number=Sing 4 nmod 4:nmod:of _ -7 -- -- PUNCT , _ 4 punct 4:punct _ +7 -- -- PUNCT , _ 10 punct 10:punct _ 8 save save ADP IN _ 10 case 10:case _ 9 perhaps perhaps ADV RB _ 10 advmod 10:advmod _ 10 Dean Dean PROPN NNP Number=Sing 4 nmod 4:nmod:save _ 11 Rusk Rusk PROPN NNP Number=Sing 10 flat 10:flat _ 12 -- -- PUNCT , _ 4 punct 4:punct _ -13 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +13 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 14 gobbled gobble VERB VBN Tense=Past|VerbForm=Part 31 advcl 31:advcl:while _ 15 up up ADP RP _ 14 compound:prt 14:compound:prt _ 16 credit credit NOUN NN Number=Sing 14 obj 14:obj _ 17 for for ADP IN _ 18 case 18:case _ -18 outcomes outcome NOUN NNS Number=Plur 14 obl 14:obl:for|21:obj _ -19 that that PRON WDT PronType=Rel 21 obj 18:ref _ +18 outcomes outcome NOUN NNS Number=Plur 14 obl 14:obl:for|24:obl:with _ +19 that that PRON WDT PronType=Rel 24 obl 18:ref _ 20 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 21 nsubj 21:nsubj _ -21 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ +21 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ 22 little little ADJ JJ Degree=Pos 21 obj 21:obj _ 23 to to PART TO _ 24 mark 24:mark _ 24 do do VERB VB VerbForm=Inf 22 advcl 22:advcl:to _ -25 with with ADP IN _ 24 obl 24:obl SpaceAfter=No -26 , , PUNCT , _ 31 punct 31:punct _ +25 with with ADP IN _ 19 case 18:case SpaceAfter=No +26 , , PUNCT , _ 14 punct 14:punct _ 27 few few ADJ JJ Degree=Pos 31 nsubj 31:nsubj _ -28 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ +28 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ 29 been be AUX VBN Tense=Past|VerbForm=Part 31 cop 31:cop _ 30 as as ADV RB _ 31 advmod 31:advmod _ 31 brazen brazen ADJ JJ Degree=Pos 0 root 0:root _ @@ -7869,17 +7871,17 @@ # sent_id = weblog-blogspot.com_dakbangla_20041028153019_ENG_20041028_153019-0007 # text = Two years ago, Pakistani President Pervez Musharraf was surprised when the leader of the main Islamist alliance -- Maulana Fazlur Rahman -- visited India and issued a series of highly conciliatory statements. -1 Two two NUM CD NumType=Card 2 nummod 2:nummod _ +1 Two two NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 years year NOUN NNS Number=Plur 3 obl:npmod 3:obl:npmod _ 3 ago ago ADV RB _ 10 advmod 10:advmod SpaceAfter=No -4 , , PUNCT , _ 10 punct 10:punct _ -5 Pakistani pakistani ADJ JJ Degree=Pos 6 amod 6:amod _ +4 , , PUNCT , _ 3 punct 3:punct _ +5 Pakistani Pakistani ADJ JJ Degree=Pos 6 amod 6:amod _ 6 President President PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 7 Pervez Pervez PROPN NNP Number=Sing 6 flat 6:flat _ 8 Musharraf Musharraf PROPN NNP Number=Sing 6 flat 6:flat _ 9 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ 10 surprised surprised ADJ JJ Degree=Pos 0 root 0:root _ -11 when when SCONJ WRB PronType=Int 24 mark 24:mark _ +11 when when ADV WRB PronType=Int 24 advmod 24:advmod _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 leader leader NOUN NN Number=Sing 24 nsubj 24:nsubj|27:nsubj _ 14 of of ADP IN _ 18 case 18:case _ @@ -7887,15 +7889,15 @@ 16 main main ADJ JJ Degree=Pos 18 amod 18:amod _ 17 Islamist Islamist PROPN NNP Number=Sing 18 compound 18:compound _ 18 alliance alliance NOUN NN Number=Sing 13 nmod 13:nmod:of _ -19 -- -- PUNCT , _ 13 punct 13:punct _ +19 -- -- PUNCT , _ 20 punct 20:punct _ 20 Maulana Maulana PROPN NNP Number=Sing 13 appos 13:appos _ 21 Fazlur Fazlur PROPN NNP Number=Sing 20 flat 20:flat _ 22 Rahman Rahman PROPN NNP Number=Sing 20 flat 20:flat _ 23 -- -- PUNCT , _ 13 punct 13:punct _ -24 visited visit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:when _ +24 visited visit VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:when _ 25 India India PROPN NNP Number=Sing 24 obj 24:obj _ 26 and and CCONJ CC _ 27 cc 27:cc _ -27 issued issue VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 conj 10:advcl:when|24:conj:and _ +27 issued issue VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 conj 10:advcl:when|24:conj:and _ 28 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ 29 series series NOUN NN Number=Sing 27 obj 27:obj _ 30 of of ADP IN _ 33 case 33:case _ @@ -7911,12 +7913,12 @@ 2 Pakistan Pakistan PROPN NNP Number=Sing 4 nmod:poss 4:nmod:poss _ 3 's 's PART POS _ 2 case 2:case _ 4 president president NOUN NN Number=Sing 7 nsubj 7:nsubj _ -5 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 aux 7:aux _ +5 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 aux 7:aux _ 6 been be AUX VBN Tense=Past|VerbForm=Part 7 aux 7:aux _ 7 telling tell VERB VBG Tense=Pres|VerbForm=Part 33 advcl 33:advcl:as _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -9 United United PROPN NNP Number=Sing 10 compound 10:compound _ -10 States States PROPN NNP Number=Sing 7 obj 7:obj _ +9 United United ADJ NNP Degree=Pos 10 amod 10:amod _ +10 States State PROPN NNPS Number=Plur 7 iobj 7:iobj _ 11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 nsubj:pass 14:nsubj:pass _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 aux:pass 14:aux:pass _ 13 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No @@ -7932,10 +7934,10 @@ 23 precisely precisely ADV RB _ 26 advmod 26:advmod _ 24 by by ADP IN _ 26 case 26:case _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -26 likes likes NOUN NN Number=Sing 14 obl 14:obl:by _ +26 likes likes NOUN NN Number=Sing 14 obl:agent 14:obl:agent _ 27 of of ADP IN _ 28 case 28:case _ 28 Rahman Rahman PROPN NNP Number=Sing 26 nmod 26:nmod:of SpaceAfter=No -29 , , PUNCT , _ 33 punct 33:punct _ +29 , , PUNCT , _ 7 punct 7:punct _ 30 this this PRON DT Number=Sing|PronType=Dem 33 nsubj 33:nsubj _ 31 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 33 cop 33:cop _ 32 an a DET DT Definite=Ind|PronType=Art 33 det 33:det _ @@ -7945,15 +7947,15 @@ # sent_id = weblog-blogspot.com_dakbangla_20041028153019_ENG_20041028_153019-0009 # text = The reality is that India is no longer the enemy of choice for the people of Pakistan. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 reality reality NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 reality reality NOUN NN Number=Sing 10 nsubj:outer 10:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 4 that that SCONJ IN _ 10 mark 10:mark _ 5 India India PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 7 no no ADV RB _ 8 advmod 8:advmod _ -8 longer longer ADV RBR Degree=Cmp 10 advmod 10:advmod _ +8 longer long ADV RBR Degree=Cmp 10 advmod 10:advmod _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -10 enemy enemy NOUN NN Number=Sing 3 ccomp 3:ccomp _ +10 enemy enemy NOUN NN Number=Sing 0 root 0:root _ 11 of of ADP IN _ 12 case 12:case _ 12 choice choice NOUN NN Number=Sing 10 nmod 10:nmod:of _ 13 for for ADP IN _ 15 case 15:case _ @@ -7961,7 +7963,7 @@ 15 people people NOUN NNS Number=Plur 10 nmod 10:nmod:for _ 16 of of ADP IN _ 17 case 17:case _ 17 Pakistan Pakistan PROPN NNP Number=Sing 15 nmod 15:nmod:of SpaceAfter=No -18 . . PUNCT . _ 3 punct 3:punct _ +18 . . PUNCT . _ 10 punct 10:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041028153019_ENG_20041028_153019-0010 # text = That distinction has now gone to the United States. @@ -7972,8 +7974,8 @@ 5 gone go VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 6 to to ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 United United PROPN NNP Number=Sing 9 compound 9:compound _ -9 States States PROPN NNP Number=Sing 5 obl 5:obl:to SpaceAfter=No +8 United United ADJ NNP Degree=Pos 9 amod 9:amod _ +9 States State PROPN NNPS Number=Plur 5 obl 5:obl:to SpaceAfter=No 10 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041028153019_ENG_20041028_153019-0011 @@ -7989,34 +7991,34 @@ 8 of of ADP IN _ 14 case 14:case _ 9 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 10 U.S. U.S. PROPN NNP Number=Sing 14 compound 14:compound _ -11 Democratic democratic ADJ JJ Degree=Pos 14 amod 14:amod _ +11 Democratic Democratic ADJ JJ Degree=Pos 14 amod 14:amod _ 12 foreign foreign ADJ JJ Degree=Pos 13 amod 13:amod _ 13 policy policy NOUN NN Number=Sing 14 compound 14:compound _ 14 establishment establishment NOUN NN Number=Sing 7 nmod 7:nmod:of _ -15 such such ADJ JJ Degree=Pos 17 case 17:case _ +15 such such ADJ JJ Degree=Pos|ExtPos=ADP 17 case 17:case _ 16 as as ADP IN _ 15 fixed 15:fixed _ 17 Strobe Strobe PROPN NNP Number=Sing 7 nmod 7:nmod:such_as _ 18 Talbott Talbott PROPN NNP Number=Sing 17 flat 17:flat SpaceAfter=No -19 , , PUNCT , _ 7 punct 7:punct _ +19 , , PUNCT , _ 23 punct 23:punct _ 20 who who PRON WP PronType=Rel 23 nsubj 7:ref _ -21 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ +21 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ 22 long long ADV RB Degree=Pos 23 advmod 23:advmod _ 23 sought seek VERB VBN Tense=Past|VerbForm=Part 7 acl:relcl 7:acl:relcl _ 24 to to PART TO _ 25 mark 25:mark _ 25 divest divest VERB VB VerbForm=Inf 23 xcomp 23:xcomp _ 26 India India PROPN NNP Number=Sing 25 obj 25:obj _ 27 of of ADP IN _ 30 case 30:case _ -28 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +28 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 29 defensive defensive ADJ JJ Degree=Pos 30 amod 30:amod _ 30 capability capability NOUN NN Number=Sing 25 obl 25:obl:of _ 31 against against ADP IN _ 34 case 34:case _ -32 another another DET DT _ 34 det 34:det _ +32 another another DET DT PronType=Ind 34 det 34:det _ 33 nuclear nuclear ADJ JJ Degree=Pos 34 amod 34:amod _ 34 power power NOUN NN Number=Sing 30 nmod 30:nmod:against _ 35 in in ADP IN _ 36 case 36:case _ 36 Asia Asia PROPN NNP Number=Sing 34 nmod 34:nmod:in SpaceAfter=No 37 , , PUNCT , _ 6 punct 6:punct _ -38 understand understand VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +38 understand understand VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 39 the the DET DT Definite=Def|PronType=Art 42 det 42:det _ 40 only only ADV RB _ 42 advmod 42:advmod _ 41 feasible feasible ADJ JJ Degree=Pos 42 amod 42:amod _ @@ -8052,19 +8054,19 @@ 16 of of ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 territory territory NOUN NN Number=Sing 15 nmod 15:nmod:of _ -19 three three NUM CD NumType=Card 20 nummod 20:nummod _ +19 three three NUM CD NumForm=Word|NumType=Card 20 nummod 20:nummod _ 20 decades decade NOUN NNS Number=Plur 21 obl:npmod 21:obl:npmod _ 21 ago ago ADV RB _ 13 advmod 13:advmod SpaceAfter=No 22 ) ) PUNCT -RRB- _ 13 punct 13:punct _ -23 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:while _ +23 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:while _ 24 likewise likewise ADV RB _ 23 advmod 23:advmod SpaceAfter=No 25 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041028153019_ENG_20041028_153019-0013 # text = Simultaneously, New Delhi would ensure a degree of autonomy for the state that would help cut popular support off from jihadis attempting to convert Kashmir into a second Afghanistan. 1 Simultaneously simultaneously ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ -3 New New PROPN NNP Number=Sing 4 compound 4:compound _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 New New ADJ NNP Degree=Pos 4 amod 4:amod _ 4 Delhi Delhi PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 5 would would AUX MD VerbForm=Fin 6 aux 6:aux _ 6 ensure ensure VERB VB VerbForm=Inf 0 root 0:root _ @@ -8090,7 +8092,7 @@ 26 Kashmir Kashmir PROPN NNP Number=Sing 25 obj 25:obj _ 27 into into ADP IN _ 30 case 30:case _ 28 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ -29 second second ADJ JJ Degree=Pos|NumType=Ord 30 amod 30:amod _ +29 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 30 amod 30:amod _ 30 Afghanistan Afghanistan PROPN NNP Number=Sing 25 obl 25:obl:into SpaceAfter=No 31 . . PUNCT . _ 6 punct 6:punct _ @@ -8098,18 +8100,18 @@ # text = Bill Clinton understood this at the end of his term in office yet, under Colin Powell (who appears to have an affinity for generals active in politics), the pendulum of U.S. policy has once again swung toward a quixotic effort to prize at least the Valley of Kashmir loose from India. 1 Bill Bill PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 Clinton Clinton PROPN NNP Number=Sing 1 flat 1:flat _ -3 understood understand VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 understood understand VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 this this PRON DT Number=Sing|PronType=Dem 3 obj 3:obj _ 5 at at ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 end end NOUN NN Number=Sing 3 obl 3:obl:at _ 8 of of ADP IN _ 10 case 10:case _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 term term NOUN NN Number=Sing 7 nmod 7:nmod:of _ 11 in in ADP IN _ 12 case 12:case _ 12 office office NOUN NN Number=Sing 10 nmod 10:nmod:in _ 13 yet yet CCONJ CC _ 40 cc 40:cc SpaceAfter=No -14 , , PUNCT , _ 3 punct 3:punct _ +14 , , PUNCT , _ 13 punct 13:punct _ 15 under under ADP IN _ 16 case 16:case _ 16 Colin Colin PROPN NNP Number=Sing 40 obl 20:nsubj|22:nsubj:xsubj|40:obl:under _ 17 Powell Powell PROPN NNP Number=Sing 16 flat 16:flat _ @@ -8126,14 +8128,14 @@ 28 in in ADP IN _ 29 case 29:case _ 29 politics politics NOUN NNS Number=Plur 27 obl 27:obl:in SpaceAfter=No 30 ) ) PUNCT -RRB- _ 20 punct 20:punct SpaceAfter=No -31 , , PUNCT , _ 40 punct 40:punct _ +31 , , PUNCT , _ 16 punct 16:punct _ 32 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 33 pendulum pendulum NOUN NN Number=Sing 40 nsubj 40:nsubj _ 34 of of ADP IN _ 36 case 36:case _ 35 U.S. U.S. PROPN NNP Number=Sing 36 compound 36:compound _ 36 policy policy NOUN NN Number=Sing 33 nmod 33:nmod:of _ 37 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 40 aux 40:aux _ -38 once once ADV RB NumType=Mult 39 advmod 39:advmod _ +38 once once ADV RB NumForm=Word|NumType=Mult 39 advmod 39:advmod _ 39 again again ADV RB _ 40 advmod 40:advmod _ 40 swung swing VERB VBN Tense=Past|VerbForm=Part 3 parataxis 3:parataxis _ 41 toward toward ADP IN _ 44 case 44:case _ @@ -8142,8 +8144,8 @@ 44 effort effort NOUN NN Number=Sing 40 obl 40:obl:toward _ 45 to to PART TO _ 46 mark 46:mark _ 46 prize prize VERB VB VerbForm=Inf 44 acl 44:acl:to _ -47 at at ADV RB _ 46 advmod 46:advmod _ -48 least least ADV RBS Degree=Sup 47 fixed 47:fixed _ +47 at at ADP IN ExtPos=ADV 46 advmod 46:advmod _ +48 least least ADJ JJS Degree=Sup 47 fixed 47:fixed _ 49 the the DET DT Definite=Def|PronType=Art 50 det 50:det _ 50 Valley Valley PROPN NNP Number=Sing 46 obj 46:obj _ 51 of of ADP IN _ 52 case 52:case _ @@ -8189,12 +8191,12 @@ 3 also also ADV RB _ 5 advmod 5:advmod _ 4 far far ADV RB Degree=Pos 5 advmod 5:advmod _ 5 more more ADJ JJR Degree=Cmp 0 root 0:root _ -6 than than SCONJ IN _ 7 case 7:case _ -7 what what PRON WP PronType=Int 5 obl 5:obl:than _ -8 any any DET DT _ 9 det 9:det _ +6 than than ADP IN _ 7 case 7:case _ +7 what what PRON WP PronType=Rel 5 obl 5:obl:than|14:obj _ +8 any any DET DT PronType=Ind 9 det 9:det _ 9 administration administration NOUN NN Number=Sing 14 nsubj 14:nsubj _ 10 in in ADP IN _ 12 case 12:case _ -11 New New PROPN NNP Number=Sing 12 compound 12:compound _ +11 New New ADJ NNP Degree=Pos 12 amod 12:amod _ 12 Delhi Delhi PROPN NNP Number=Sing 9 nmod 9:nmod:in _ 13 can can AUX MD VerbForm=Fin 14 aux 14:aux _ 14 deliver deliver VERB VB VerbForm=Inf 7 acl:relcl 7:acl:relcl SpaceAfter=No @@ -8209,7 +8211,7 @@ 5 years year NOUN NNS Number=Plur 6 obl 6:obl:for _ 6 regarded regard VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 best best ADJ JJS Degree=Sup 9 amod 9:amod _ +8 best good ADJ JJS Degree=Sup 9 amod 9:amod _ 9 solution solution NOUN NN Number=Sing 6 obj 6:obj _ 10 to to ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ @@ -8221,7 +8223,7 @@ 17 trifurcation trifurcation NOUN NN Number=Sing 6 advcl 6:advcl:as _ 18 of of ADP IN _ 21 case 21:case _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -20 Indian indian ADJ JJ Degree=Pos 21 amod 21:amod _ +20 Indian Indian ADJ JJ Degree=Pos 21 amod 21:amod _ 21 part part NOUN NN Number=Sing 17 nmod 17:nmod:of _ 22 of of ADP IN _ 24 case 24:case _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ @@ -8229,30 +8231,31 @@ 25 into into ADP IN _ 30 case 30:case _ 26 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ 27 Hindu hindu ADJ JJ Degree=Pos 29 amod 29:amod SpaceAfter=No -28 - - PUNCT HYPH _ 29 punct 29:punct SpaceAfter=No +28 - - PUNCT HYPH _ 27 punct 27:punct SpaceAfter=No 29 majority majority NOUN NN Number=Sing 30 compound 30:compound _ 30 Jammu Jammu PROPN NNP Number=Sing 17 nmod 17:nmod:into SpaceAfter=No 31 , , PUNCT , _ 36 punct 36:punct _ 32 a a DET DT Definite=Ind|PronType=Art 36 det 36:det _ 33 Buddhist Buddhist PROPN NNP Number=Sing 35 obl:npmod 35:obl:npmod SpaceAfter=No -34 - - PUNCT HYPH _ 35 punct 35:punct SpaceAfter=No -35 dominated dominate VERB VBN Tense=Past|VerbForm=Part 36 amod 36:amod _ +34 - - PUNCT HYPH _ 33 punct 33:punct SpaceAfter=No +35 dominated dominate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 36 amod 36:amod _ 36 Ladakh Ladakh PROPN NNP Number=Sing 30 conj 17:nmod:into|30:conj:and _ 37 and and CCONJ CC _ 42 cc 42:cc _ 38 the the DET DT Definite=Def|PronType=Art 42 det 42:det _ 39 overwhelmingly overwhelmingly ADV RB _ 40 advmod 40:advmod _ -40 Muslim muslim ADJ JJ Degree=Pos 42 amod 42:amod _ +40 Muslim Muslim ADJ JJ Degree=Pos 42 amod 42:amod _ 41 Kashmir Kashmir PROPN NNP Number=Sing 42 compound 42:compound _ 42 Valley Valley PROPN NNP Number=Sing 30 conj 17:nmod:into|30:conj:and SpaceAfter=No -43 , , PUNCT , _ 17 punct 17:punct _ +43 , , PUNCT , _ 48 punct 48:punct _ 44 with with SCONJ IN _ 48 mark 48:mark _ 45 the the DET DT Definite=Def|PronType=Art 47 det 47:det _ -46 third third ADJ JJ Degree=Pos|NumType=Ord 47 amod 47:amod _ -47 state state NOUN NN Number=Sing 48 nsubj 48:nsubj _ -48 given give VERB VBN Tense=Past|VerbForm=Part 17 advcl 17:advcl:with _ -49 little little NOUN NN Number=Sing 48 obj 48:obj _ +46 third third ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 47 amod 47:amod _ +47 state state NOUN NN Number=Sing 48 nsubj:pass 48:nsubj:pass _ +48 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 advcl 17:advcl:with _ +49 little little ADJ JJ Degree=Pos 48 obj 48:obj _ 50 of of ADP IN _ 53 case 53:case _ -51 taxpayers taxpayer NOUN NNS Number=Plur 53 nmod:poss 53:nmod:poss SpaceAfter=No +51-52 taxpayers' _ _ _ _ _ _ _ _ +51 taxpayers taxpayer NOUN NNS Number=Plur 53 nmod:poss 53:nmod:poss _ 52 ' 's PART POS _ 51 case 51:case _ 53 money money NOUN NN Number=Sing 49 nmod 49:nmod:of _ 54 but but CCONJ CC _ 56 cc 56:cc _ @@ -8264,7 +8267,7 @@ # text = With luck, the Kashmir Valley can attract investment from the Middle East and other locations where Muslims are dominant and become a tourist, education and services haven within India. 1 With with ADP IN _ 2 case 2:case _ 2 luck luck NOUN NN Number=Sing 8 obl 8:obl:with SpaceAfter=No -3 , , PUNCT , _ 8 punct 8:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 Kashmir Kashmir PROPN NNP Number=Sing 6 compound 6:compound _ 6 Valley Valley PROPN NNP Number=Sing 8 nsubj 8:nsubj|22:nsubj|29:nsubj:xsubj _ @@ -8273,14 +8276,14 @@ 9 investment investment NOUN NN Number=Sing 8 obj 8:obj _ 10 from from ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 Middle Middle PROPN NNP Number=Sing 13 compound 13:compound _ +12 Middle Middle ADJ NNP Degree=Pos 13 amod 13:amod _ 13 East East PROPN NNP Number=Sing 9 nmod 9:nmod:from _ 14 and and CCONJ CC _ 16 cc 16:cc _ 15 other other ADJ JJ Degree=Pos 16 amod 16:amod _ -16 locations location NOUN NNS Number=Plur 13 conj 9:nmod:from|13:conj:and _ -17 where where SCONJ WRB PronType=Rel 20 mark 20:mark _ -18 Muslims Muslims PROPN NNPS Number=Plur 20 nsubj 20:nsubj _ -19 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ +16 locations location NOUN NNS Number=Plur 13 conj 9:nmod:from|13:conj:and|20:obl _ +17 where where ADV WRB PronType=Rel 20 advmod 16:ref _ +18 Muslims Muslim PROPN NNPS Number=Plur 20 nsubj 20:nsubj _ +19 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 20 dominant dominant ADJ JJ Degree=Pos 16 acl:relcl 16:acl:relcl _ 21 and and CCONJ CC _ 22 cc 22:cc _ 22 become become VERB VB VerbForm=Inf 8 conj 8:conj:and _ @@ -8301,34 +8304,34 @@ 2 overwhelming overwhelming ADJ JJ Degree=Pos 3 amod 3:amod _ 3 majority majority NOUN NN Number=Sing 10 nsubj 10:nsubj _ 4 of of ADP IN _ 5 case 5:case _ -5 Muslims Muslims PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ +5 Muslims Muslim PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ 6 in in ADP IN _ 7 case 7:case _ 7 Kashmir Kashmir PROPN NNP Number=Sing 5 nmod 5:nmod:in _ 8 would would AUX MD VerbForm=Fin 10 aux 10:aux _ 9 be be AUX VB VerbForm=Inf 10 cop 10:cop _ 10 happy happy ADJ JJ Degree=Pos 0 root 0:root _ 11 with with ADP IN _ 14 case 14:case _ -12 such such DET PDT _ 14 det:predet 14:det:predet _ +12 such such DET PDT PronType=Ind 14 det:predet 14:det:predet _ 13 an a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 outcome outcome NOUN NN Number=Sing 10 obl 10:obl:with SpaceAfter=No -15 , , PUNCT , _ 10 punct 10:punct _ +15 , , PUNCT , _ 21 punct 21:punct _ 16 except except ADP IN _ 21 case 21:case _ 17 for for ADP IN _ 21 case 21:case _ 18 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 19 tiny tiny ADJ JJ Degree=Pos 21 amod 21:amod _ 20 jihadi jihadi ADJ JJ Degree=Pos 21 amod 21:amod _ 21 segment segment NOUN NN Number=Sing 10 obl 10:obl:for|35:nsubj|37:nsubj:xsubj _ -22 patronized patronize VERB VBN Tense=Past|VerbForm=Part 21 acl 21:acl _ +22 patronized patronize VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 acl 21:acl _ 23 by by ADP IN _ 27 case 27:case _ 24 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 25 U.S. U.S. PROPN NNP Number=Sing 27 compound 27:compound _ 26 State State PROPN NNP Number=Sing 27 compound 27:compound _ -27 Department Department PROPN NNP Number=Sing 22 obl 22:obl:by _ +27 Department Department PROPN NNP Number=Sing 22 obl:agent 22:obl:agent _ 28 and and CCONJ CC _ 31 cc 31:cc _ 29 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 30 Pakistan Pakistan PROPN NNP Number=Sing 31 compound 31:compound _ -31 Army Army PROPN NNP Number=Sing 27 conj 22:obl:by|27:conj:and SpaceAfter=No -32 , , PUNCT , _ 21 punct 21:punct _ +31 Army Army PROPN NNP Number=Sing 27 conj 22:obl:agent|27:conj:and SpaceAfter=No +32 , , PUNCT , _ 35 punct 35:punct _ 33 which which PRON WDT PronType=Rel 35 nsubj 21:ref _ 34 would would AUX MD VerbForm=Fin 35 aux 35:aux _ 35 like like VERB VB VerbForm=Inf 21 acl:relcl 21:acl:relcl _ @@ -8339,23 +8342,23 @@ 40 with with ADP IN _ 41 case 41:case _ 41 India India PROPN NNP Number=Sing 37 obl 37:obl:with _ 42 for for ADP IN _ 45 case 45:case _ -43 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 45 nmod:poss 45:nmod:poss _ +43 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 45 nmod:poss 45:nmod:poss _ 44 catastrophic catastrophic ADJ JJ Degree=Pos 45 amod 45:amod _ 45 defeat defeat NOUN NN Number=Sing 37 obl 37:obl:for _ 46 in in ADP IN _ 47 case 47:case _ 47 Bangladesh Bangladesh PROPN NNP Number=Sing 45 nmod 45:nmod:in _ 48 in in ADP IN _ 49 case 49:case _ -49 1971 1971 NUM CD NumType=Card 45 nmod 45:nmod:in SpaceAfter=No +49 1971 1971 NUM CD NumForm=Digit|NumType=Card 45 nmod 45:nmod:in SpaceAfter=No 50 . . PUNCT . _ 10 punct 10:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041028153019_ENG_20041028_153019-0020 # text = Unreported by the international media, the Valley of Kashmir has seen an ethnic and cultural genocide that has resulted in the fleeing from the valley of almost all the Hindu families who have been living there since human habitation was first recorded. -1 Unreported unreport VERB VBN Tense=Past|VerbForm=Part 12 advcl 12:advcl _ +1 Unreported unreport VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 advcl 12:advcl _ 2 by by ADP IN _ 5 case 5:case _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 international international ADJ JJ Degree=Pos 5 amod 5:amod _ -5 media media NOUN NN Number=Sing 1 obl 1:obl:by SpaceAfter=No -6 , , PUNCT , _ 12 punct 12:punct _ +5 media media NOUN NN Number=Sing 1 obl:agent 1:obl:agent SpaceAfter=No +6 , , PUNCT , _ 1 punct 1:punct _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 Valley Valley PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 9 of of ADP IN _ 10 case 10:case _ @@ -8378,12 +8381,12 @@ 26 valley valley NOUN NN Number=Sing 23 nmod 23:nmod:from _ 27 of of ADP IN _ 32 case 32:case _ 28 almost almost ADV RB _ 32 advmod 32:advmod _ -29 all all DET PDT _ 32 det:predet 32:det:predet _ +29 all all DET PDT PronType=Tot 32 det:predet 32:det:predet _ 30 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 31 Hindu Hindu PROPN NNP Number=Sing 32 compound 32:compound _ 32 families family NOUN NNS Number=Plur 23 nmod 23:nmod:of|36:nsubj _ 33 who who PRON WP PronType=Rel 36 nsubj 32:ref _ -34 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 36 aux 36:aux _ +34 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 36 aux 36:aux _ 35 been be AUX VBN Tense=Past|VerbForm=Part 36 aux 36:aux _ 36 living live VERB VBG Tense=Pres|VerbForm=Part 32 acl:relcl 32:acl:relcl _ 37 there there ADV RB PronType=Dem 36 advmod 36:advmod _ @@ -8391,35 +8394,35 @@ 39 human human ADJ JJ Degree=Pos 40 amod 40:amod _ 40 habitation habitation NOUN NN Number=Sing 43 nsubj:pass 43:nsubj:pass _ 41 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 43 aux:pass 43:aux:pass _ -42 first first ADV RB _ 43 advmod 43:advmod _ +42 first first ADV RB NumForm=Word|NumType=Ord 43 advmod 43:advmod _ 43 recorded record VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 36 advcl 36:advcl:since SpaceAfter=No 44 . . PUNCT . _ 12 punct 12:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041028153019_ENG_20041028_153019-0021 # text = Over nine dozen temples that had served the Hindu population have been destroyed, with some used as building material and others as urinals. 1 Over over ADV RB _ 3 advmod 3:advmod _ -2 nine nine NUM CD NumType=Card 3 compound 3:compound _ -3 dozen dozen NOUN NN Number=Sing 4 nummod 4:nummod _ +2 nine nine NUM CD NumForm=Word|NumType=Card 3 compound 3:compound _ +3 dozen dozen NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 temples temple NOUN NNS Number=Plur 13 nsubj:pass 7:nsubj|13:nsubj:pass _ 5 that that PRON WDT PronType=Rel 7 nsubj 4:ref _ -6 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 aux 7:aux _ +6 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 aux 7:aux _ 7 served serve VERB VBN Tense=Past|VerbForm=Part 4 acl:relcl 4:acl:relcl _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 Hindu hindu ADJ JJ Degree=Pos 10 amod 10:amod _ 10 population population NOUN NN Number=Sing 7 obj 7:obj _ -11 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +11 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 been be AUX VBN Tense=Past|VerbForm=Part 13 aux:pass 13:aux:pass _ -13 destroyed destroy VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ +13 destroyed destroy VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No +14 , , PUNCT , _ 17 punct 17:punct _ 15 with with SCONJ IN _ 17 mark 17:mark _ -16 some some DET DT _ 17 nsubj 17:nsubj|22:nsubj _ -17 used use VERB VBN Tense=Past|VerbForm=Part 13 advcl 13:advcl:with _ +16 some some DET DT PronType=Ind 17 nsubj:pass 17:nsubj:pass|22.1:nsubj:pass _ +17 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 advcl 13:advcl:with _ 18 as as ADP IN _ 20 case 20:case _ 19 building building NOUN NN Number=Sing 20 compound 20:compound _ 20 material material NOUN NN Number=Sing 17 obl 17:obl:as _ 21 and and CCONJ CC _ 22 cc 22:cc|22.1:cc _ 22 others other NOUN NNS Number=Plur 17 conj 13:advcl:with|17:conj:and|22.1:nsubj _ -22.1 used use VERB VBN Tense=Past|VerbForm=Part _ _ 13:advcl:with|17:conj:and CopyOf=17 +22.1 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass _ _ 13:advcl:with|17:conj:and CopyOf=17 23 as as ADP IN _ 24 case 24:case _ 24 urinals urinal NOUN NNS Number=Plur 22 orphan 22.1:obl:as SpaceAfter=No 25 . . PUNCT . _ 13 punct 13:punct _ @@ -8428,25 +8431,25 @@ # text = Thus far, none of the many "human rights" busybodies across the world have bothered to even notice such a development. 1 Thus thus ADV RB _ 2 advmod 2:advmod _ 2 far far ADV RB Degree=Pos 17 advmod 17:advmod SpaceAfter=No -3 , , PUNCT , _ 17 punct 17:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 none none NOUN NN Number=Sing 17 nsubj 17:nsubj|20:nsubj:xsubj _ 5 of of ADP IN _ 12 case 12:case _ 6 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 7 many many ADJ JJ Degree=Pos 12 amod 12:amod _ 8 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No 9 human human ADJ JJ Degree=Pos 10 amod 10:amod _ -10 rights rights NOUN NNS Number=Plur 12 compound 12:compound SpaceAfter=No +10 rights right NOUN NNS Number=Plur 12 compound 12:compound SpaceAfter=No 11 " " PUNCT '' _ 10 punct 10:punct _ 12 busybodies busybody NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 13 across across ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 world world NOUN NN Number=Sing 12 nmod 12:nmod:across _ -16 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +16 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 17 bothered bother VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 18 to to PART TO _ 20 mark 20:mark _ 19 even even ADV RB _ 20 advmod 20:advmod _ 20 notice notice VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ -21 such such DET PDT _ 23 det:predet 23:det:predet _ +21 such such DET PDT PronType=Ind 23 det:predet 23:det:predet _ 22 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 23 development development NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No 24 . . PUNCT . _ 17 punct 17:punct _ @@ -8454,10 +8457,10 @@ # sent_id = weblog-blogspot.com_dakbangla_20041028153019_ENG_20041028_153019-0023 # text = Indeed, their reports are filled with tales of the "atrocities" of Indian troops on the innocent jihadis. 1 Indeed indeed ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ -3 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 reports report NOUN NNS Number=Plur 6 nsubj:pass 6:nsubj:pass _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ 6 filled fill VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 with with ADP IN _ 8 case 8:case _ 8 tales tale NOUN NNS Number=Plur 6 obl 6:obl:with _ @@ -8467,7 +8470,7 @@ 12 atrocities atrocity NOUN NNS Number=Plur 8 nmod 8:nmod:of SpaceAfter=No 13 " " PUNCT '' _ 12 punct 12:punct _ 14 of of ADP IN _ 16 case 16:case _ -15 Indian indian ADJ JJ Degree=Pos 16 amod 16:amod _ +15 Indian Indian ADJ JJ Degree=Pos 16 amod 16:amod _ 16 troops troops NOUN NNS Number=Plur 12 nmod 12:nmod:of _ 17 on on ADP IN _ 20 case 20:case _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ @@ -8478,19 +8481,19 @@ # sent_id = weblog-blogspot.com_dakbangla_20041028153019_ENG_20041028_153019-0024 # text = Despite Sept. 11, the United States still supports the Kashmir groups that back jihad as part of the price Washington is paying to keep Pervez Musharraf happy. 1 Despite despite ADP IN _ 2 case 2:case _ -2 Sept. Sept. PROPN NNP Number=Sing 9 obl 9:obl:despite _ -3 11 11 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -4 , , PUNCT , _ 9 punct 9:punct _ +2 Sept. September PROPN NNP Abbr=Yes|Number=Sing 9 obl 9:obl:despite _ +3 11 11 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No +4 , , PUNCT , _ 2 punct 2:punct _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 United United PROPN NNP Number=Sing 7 compound 7:compound _ -7 States States PROPN NNP Number=Sing 9 nsubj 9:nsubj _ +6 United United ADJ NNP Degree=Pos 7 amod 7:amod _ +7 States State PROPN NNPS Number=Plur 9 nsubj 9:nsubj _ 8 still still ADV RB _ 9 advmod 9:advmod _ 9 supports support VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 Kashmir Kashmir PROPN NNP Number=Sing 12 compound 12:compound _ 12 groups group NOUN NNS Number=Plur 9 obj 9:obj|14:nsubj _ 13 that that PRON WDT PronType=Rel 14 nsubj 12:ref _ -14 back back VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +14 back back VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ 15 jihad jihad NOUN NN Number=Sing 14 obj 14:obj _ 16 as as ADP IN _ 17 case 17:case _ 17 part part NOUN NN Number=Sing 9 obl 9:obl:as _ @@ -8512,7 +8515,7 @@ 1 Unfortunately unfortunately ADV RB _ 8 advmod 8:advmod _ 2 for for ADP IN _ 3 case 3:case _ 3 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 1 obl 1:obl:for SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +4 , , PUNCT , _ 1 punct 1:punct _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 general general NOUN NN Number=Sing 8 nsubj 8:nsubj|10:nsubj:xsubj _ 7 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ @@ -8527,15 +8530,15 @@ 15 frequent frequent ADJ JJ Degree=Pos 16 amod 16:amod _ 16 boasts boast NOUN NNS Number=Plur 10 obj 10:obj _ 17 that that SCONJ IN _ 22 mark 22:mark _ -18 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj _ +18 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 expl 22:expl _ 19 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 cop 22:cop _ 20 on on ADP IN _ 22 case 22:case _ -21 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ -22 nudging nudging NOUN NN Number=Sing 16 acl 16:acl:on|26:obl:on _ -23 that that ADV WRB PronType=Rel 26 obl 22:ref _ +21 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +22 nudging nudging NOUN NN Number=Sing 16 acl 16:acl:that|26:obl:on _ +23 that that PRON WDT PronType=Rel 26 obl 22:ref _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ -25 Indians Indians PROPN NNPS Number=Plur 26 nsubj 26:nsubj _ -26 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 acl:relcl 22:acl:relcl _ +25 Indians Indian PROPN NNPS Number=Plur 26 nsubj 26:nsubj _ +26 made make VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 22 advcl:relcl 22:advcl:relcl _ 27 conciliatory conciliatory ADJ JJ Degree=Pos 28 amod 28:amod _ 28 gestures gesture NOUN NNS Number=Plur 26 obj 26:obj _ 29 toward toward ADP IN _ 30 case 30:case _ @@ -8550,26 +8553,26 @@ 4 Department Department PROPN NNP Number=Sing 15 nsubj 15:nsubj _ 5 and and CCONJ CC _ 9 cc 9:cc _ 6 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -7 misnamed misname VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod _ +7 misnamed misname VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod _ 8 think think NOUN NN Number=Sing 9 compound 9:compound _ 9 tanks tank NOUN NNS Number=Plur 4 conj 4:conj:and|11:nsubj|15:nsubj _ 10 that that PRON WDT PronType=Rel 11 nsubj 9:ref _ -11 follow follow VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ -12 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 follow follow VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +12 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 lead lead NOUN NN Number=Sing 11 obj 11:obj _ -14 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +14 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 15 held hold VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 16 numerous numerous ADJ JJ Degree=Pos 17 amod 17:amod _ 17 conferences conference NOUN NNS Number=Plur 15 obj 15:obj _ 18 on on ADP IN _ 19 case 19:case _ 19 Kashmir Kashmir PROPN NNP Number=Sing 17 nmod 17:nmod:on _ 20 and and CCONJ CC _ 34 cc 34:cc SpaceAfter=No -21 , , PUNCT , _ 34 punct 34:punct _ +21 , , PUNCT , _ 20 punct 20:punct _ 22 in in ADP IN _ 23 case 23:case _ 23 most most ADJ JJS Degree=Sup 34 obl 34:obl:in _ 24 of of ADP IN _ 25 case 25:case _ 25 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 23 nmod 23:nmod:of SpaceAfter=No -26 , , PUNCT , _ 34 punct 34:punct _ +26 , , PUNCT , _ 23 punct 23:punct _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 solution solution NOUN NN Number=Sing 34 nsubj 31:nsubj|34:nsubj _ 29 that that PRON WDT PronType=Rel 31 nsubj 28:ref _ @@ -8578,14 +8581,14 @@ 32 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 34 cop 34:cop _ 33 a a DET DT Definite=Ind|PronType=Art 34 det 34:det _ 34 valley valley NOUN NN Number=Sing 15 conj 15:conj:and _ -35 prized prize VERB VBN Tense=Past|VerbForm=Part 34 acl 34:acl _ +35 prized prize VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 34 acl 34:acl _ 36 loose loose ADV RB _ 35 advmod 35:advmod _ 37 from from ADP IN _ 39 case 39:case _ -38 Indian indian ADJ JJ Degree=Pos 39 amod 39:amod _ +38 Indian Indian ADJ JJ Degree=Pos 39 amod 39:amod _ 39 control control NOUN NN Number=Sing 35 obl 35:obl:from _ 40 and and CCONJ CC _ 44 cc 44:cc _ 41 under under ADP IN _ 44 case 44:case _ -42 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 44 nmod:poss 44:nmod:poss _ +42 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 44 nmod:poss 44:nmod:poss _ 43 own own ADJ JJ Degree=Pos 44 amod 44:amod _ 44 version version NOUN NN Number=Sing 35 conj 34:acl:under|35:conj:and _ 45 of of ADP IN _ 46 case 46:case _ @@ -8605,32 +8608,32 @@ 8 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 9 " " PUNCT `` _ 12 punct 12:punct SpaceAfter=No 10 foreigner foreigner NOUN NN Number=Sing 12 compound 12:compound SpaceAfter=No -11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No -12 led lead VERB VBN Tense=Past|VerbForm=Part 16 amod 16:amod SpaceAfter=No +11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +12 led lead VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 amod 16:amod SpaceAfter=No 13 " " PUNCT '' _ 12 punct 12:punct _ -14 Indian Indian PROPN NNP Number=Sing 16 compound 16:compound _ -15 National National PROPN NNP Number=Sing 16 compound 16:compound _ +14 Indian Indian ADJ NNP Degree=Pos 16 amod 16:amod _ +15 National National ADJ NNP Degree=Pos 16 amod 16:amod _ 16 Congress Congress PROPN NNP Number=Sing 19 nsubj 19:nsubj|21:nsubj:xsubj _ 17 can can AUX MD VerbForm=Fin 19 aux 19:aux _ 18 least least ADV RBS Degree=Sup 19 advmod 19:advmod _ 19 afford afford VERB VB VerbForm=Inf 5 conj 5:conj:and|27:csubj _ 20 to to PART TO _ 21 mark 21:mark _ 21 ignore ignore VERB VB VerbForm=Inf 19 xcomp 19:xcomp _ -22 Indian indian ADJ JJ Degree=Pos 23 amod 23:amod _ +22 Indian Indian ADJ JJ Degree=Pos 23 amod 23:amod _ 23 nationalism nationalism NOUN NN Number=Sing 21 obj 21:obj SpaceAfter=No -24 , , PUNCT , _ 27 punct 27:punct _ +24 , , PUNCT , _ 5 punct 5:punct _ 25 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ 26 not not PART RB _ 27 advmod 27:advmod _ -27 struck strike VERB VB VerbForm=Inf 0 root 0:root _ +27 struck strike VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 29 conferees conferee NOUN NNS Number=Plur 27 obj 27:obj SpaceAfter=No -30 , , PUNCT , _ 29 punct 29:punct _ +30 , , PUNCT , _ 32 punct 32:punct _ 31 among among ADP IN _ 32 case 32:case _ -32 whom whom PRON WP PronType=Int 29 acl:relcl 29:acl:relcl _ -33 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 32 aux 32:aux _ +32 whom whom PRON WP PronType=Rel 29 acl:relcl 29:acl:relcl _ +33 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 32 aux 32:aux _ 34 been be AUX VBN Tense=Past|VerbForm=Part 32 cop 32:cop _ 35 several several ADJ JJ Degree=Pos 38 amod 38:amod _ -36 Indian indian ADJ JJ Degree=Pos 38 amod 38:amod _ +36 Indian Indian ADJ JJ Degree=Pos 38 amod 38:amod _ 37 " " PUNCT `` _ 38 punct 38:punct SpaceAfter=No 38 scholars scholar NOUN NNS Number=Plur 32 nsubj 32:nsubj SpaceAfter=No 39 " " PUNCT '' _ 38 punct 38:punct _ @@ -8643,7 +8646,7 @@ 46 say say VERB VB VerbForm=Inf 44 xcomp 44:xcomp _ 47 and and CCONJ CC _ 48 cc 48:cc _ 48 endorse endorse VERB VB VerbForm=Inf 46 conj 44:xcomp|46:conj:and _ -49 anything anything PRON NN Number=Sing 46 obj 46:obj|48:obj _ +49 anything anything PRON NN Number=Sing|PronType=Ind 46 obj 46:obj|48:obj _ 50 for for ADP IN _ 52 case 52:case _ 51 the the DET DT Definite=Def|PronType=Art 52 det 52:det _ 52 sake sake NOUN NN Number=Sing 46 obl 46:obl:for _ @@ -8652,7 +8655,7 @@ 55 free free ADJ JJ Degree=Pos 56 amod 56:amod _ 56 trip trip NOUN NN Number=Sing 52 nmod 52:nmod:of _ 57 to to ADP IN _ 59 case 59:case _ -58 New New PROPN NNP Number=Sing 59 compound 59:compound _ +58 New New ADJ NNP Degree=Pos 59 amod 59:amod _ 59 York York PROPN NNP Number=Sing 56 nmod 56:nmod:to _ 60 or or CCONJ CC _ 61 cc 61:cc _ 61 Vienna Vienna PROPN NNP Number=Sing 59 conj 56:nmod:to|59:conj:or SpaceAfter=No @@ -8663,12 +8666,12 @@ 1 Despite despite ADP IN _ 3 case 3:case _ 2 many many ADJ JJ Degree=Pos 3 amod 3:amod _ 3 wrinkles wrinkle NOUN NNS Number=Plur 10 nmod 10:nmod:despite SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ -5 India India PROPN NNP Number=Sing 6 nsubj 6:nsubj|10:nsubj:xsubj|28:nsubj:xsubj _ +4 , , PUNCT , _ 3 punct 3:punct _ +5 India India PROPN NNP Number=Sing 6 nsubj 6:nsubj|10:nsubj:xsubj _ 6 remains remain VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 8 part part NOUN NN Number=Sing 10 compound 10:compound SpaceAfter=No -9 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +9 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No 10 democracy democracy NOUN NN Number=Sing 6 xcomp 6:xcomp _ 11 and and CCONJ CC _ 28 cc 28:cc _ 12 merely merely ADV RB _ 13 advmod 13:advmod _ @@ -8693,10 +8696,10 @@ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 32 trouble trouble NOUN NN Number=Sing 28 obl 28:obl:into|47:obl:into _ 33 that that PRON WDT PronType=Rel 47 obl 32:ref _ -34 writing write VERB VBG VerbForm=Ger 48 csubj 48:csubj _ +34 writing write VERB VBG VerbForm=Ger 47 csubj 47:csubj _ 35 an a DET DT Definite=Ind|PronType=Art 39 det 39:det _ 36 op op NOUN NN Number=Sing 38 compound 38:compound SpaceAfter=No -37 - - PUNCT HYPH _ 38 punct 38:punct SpaceAfter=No +37 - - PUNCT HYPH _ 36 punct 36:punct SpaceAfter=No 38 ed ed NOUN NN Number=Sing 39 compound 39:compound _ 39 piece piece NOUN NN Number=Sing 34 obj 34:obj _ 40 against against ADP IN _ 41 case 41:case _ @@ -8720,11 +8723,11 @@ 6 in in ADP IN _ 7 case 7:case _ 7 India India PROPN NNP Number=Sing 5 nmod 5:nmod:in _ 8 that that PRON WDT PronType=Rel 9 nsubj 5:ref _ -9 stepped step VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +9 stepped step VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 advcl:relcl 5:advcl:relcl _ 10 in in ADP RP _ 9 compound:prt 9:compound:prt _ 11 after after SCONJ IN _ 13 mark 13:mark _ 12 Vajpayee Vajpayee PROPN NNP Number=Sing 13 nsubj 13:nsubj _ -13 indulged indulge VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:after _ +13 indulged indulge VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:after _ 14 in in ADP IN _ 17 case 17:case _ 15 an a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 16 empty empty ADJ JJ Degree=Pos 17 amod 17:amod _ @@ -8733,8 +8736,8 @@ 19 saber saber NOUN NN Number=Sing 20 compound 20:compound _ 20 rattling rattling NOUN NN Number=Sing 17 nmod 17:nmod:of _ 21 in in ADP IN _ 22 case 22:case _ -22 2002 2002 NUM CD NumType=Card 13 obl 13:obl:in SpaceAfter=No -23 , , PUNCT , _ 9 punct 9:punct _ +22 2002 2002 NUM CD NumForm=Digit|NumType=Card 13 obl 13:obl:in SpaceAfter=No +23 , , PUNCT , _ 24 punct 24:punct _ 24 pointing point VERB VBG VerbForm=Ger 9 advcl 9:advcl _ 25 out out ADP RP _ 24 compound:prt 24:compound:prt _ 26 that that SCONJ IN _ 49 mark 49:mark _ @@ -8745,20 +8748,20 @@ 31 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 32 mythical mythical ADJ JJ Degree=Pos 33 amod 33:amod _ 33 perception perception NOUN NN Number=Sing 29 nmod 29:nmod:of _ -34 that that SCONJ IN _ 42 mark 42:mark _ -35 war war NOUN NN Number=Sing 42 nsubj 42:nsubj _ +34 that that SCONJ IN _ 44 mark 44:mark _ +35 war war NOUN NN Number=Sing 44 nsubj 44:nsubj _ 36 -- -- PUNCT , _ 39 punct 39:punct _ 37 especially especially ADV RB _ 39 advmod 39:advmod _ 38 nuclear nuclear ADJ JJ Degree=Pos 39 amod 39:amod _ 39 war war NOUN NN Number=Sing 35 nmod:npmod 35:nmod:npmod _ 40 -- -- PUNCT , _ 39 punct 39:punct _ -41 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 42 cop 42:cop _ -42 around around ADP IN _ 33 acl 33:acl:that _ +41 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 44 cop 44:cop _ +42 around around ADP IN _ 44 case 44:case _ 43 the the DET DT Definite=Def|PronType=Art 44 det 44:det _ -44 corner corner NOUN NN Number=Sing 42 acl 42:acl _ +44 corner corner NOUN NN Number=Sing 33 acl 33:acl:that _ 45 in in ADP IN _ 47 case 47:case _ 46 the the DET DT Definite=Def|PronType=Art 47 det 47:det _ -47 subcontinent subcontinent NOUN NN Number=Sing 42 obl 42:obl:in _ +47 subcontinent subcontinent NOUN NN Number=Sing 44 nmod 44:nmod:in _ 48 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 49 cop 49:cop _ 49 China China PROPN NNP Number=Sing 24 ccomp 24:ccomp SpaceAfter=No 50 . . PUNCT . _ 5 punct 5:punct _ @@ -8766,14 +8769,14 @@ # sent_id = weblog-blogspot.com_dakbangla_20041028153019_ENG_20041028_153019-0030 # text = The reason for this is that India is emerging as an alternative investment destination to China, hence the favor that the generals in Islamabad do to their trusty supplier of nukes and missiles by creating a scare about war involving India when in fact the real flashpoints are the Taiwan Straits and North Korea. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 reason reason NOUN NN Number=Sing 5 nsubj 5:nsubj _ +2 reason reason NOUN NN Number=Sing 9 nsubj:outer 9:nsubj:outer _ 3 for for ADP IN _ 4 case 4:case _ 4 this this PRON DT Number=Sing|PronType=Dem 2 nmod 2:nmod:for _ -5 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 6 that that SCONJ IN _ 9 mark 9:mark _ 7 India India PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ -9 emerging emerge VERB VBG Tense=Pres|VerbForm=Part 5 ccomp 5:ccomp _ +9 emerging emerge VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 10 as as ADP IN _ 14 case 14:case _ 11 an a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 12 alternative alternative ADJ JJ Degree=Pos 14 amod 14:amod _ @@ -8792,7 +8795,7 @@ 25 Islamabad Islamabad PROPN NNP Number=Sing 23 nmod 23:nmod:in _ 26 do do VERB VB VerbForm=Inf 20 acl:relcl 20:acl:relcl _ 27 to to ADP IN _ 30 case 30:case _ -28 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +28 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 29 trusty trusty ADJ JJ Degree=Pos 30 amod 30:amod _ 30 supplier supplier NOUN NN Number=Sing 26 obl 26:obl:to _ 31 of of ADP IN _ 32 case 32:case _ @@ -8807,26 +8810,26 @@ 40 war war NOUN NN Number=Sing 38 nmod 38:nmod:about _ 41 involving involve VERB VBG VerbForm=Ger 40 acl 40:acl _ 42 India India PROPN NNP Number=Sing 41 obj 41:obj _ -43 when when SCONJ WRB PronType=Int 52 mark 52:mark _ +43 when when ADV WRB PronType=Int 52 advmod 52:advmod _ 44 in in ADP IN _ 45 case 45:case _ 45 fact fact NOUN NN Number=Sing 52 obl 52:obl:in _ 46 the the DET DT Definite=Def|PronType=Art 48 det 48:det _ 47 real real ADJ JJ Degree=Pos 48 amod 48:amod _ 48 flashpoints flashpoint NOUN NNS Number=Plur 52 nsubj 52:nsubj|55:nsubj _ -49 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 52 cop 52:cop _ +49 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 52 cop 52:cop _ 50 the the DET DT Definite=Def|PronType=Art 52 det 52:det _ 51 Taiwan Taiwan PROPN NNP Number=Sing 52 compound 52:compound _ -52 Straits Straits PROPN NNPS Number=Plur 36 advcl 36:advcl:when _ +52 Straits Strait PROPN NNPS Number=Plur 36 advcl 36:advcl:when _ 53 and and CCONJ CC _ 55 cc 55:cc _ 54 North North PROPN NNP Number=Sing 55 compound 55:compound _ 55 Korea Korea PROPN NNP Number=Sing 52 conj 36:advcl:when|52:conj:and SpaceAfter=No -56 . . PUNCT . _ 5 punct 5:punct _ +56 . . PUNCT . _ 9 punct 9:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041028153019_ENG_20041028_153019-0031 # text = Since then, India has talked peace while always signaling that only the status quo would be acceptable as a final settlement: a line of action that is followed in the case of disputes with China as well. 1 Since since ADP IN _ 2 case 2:case _ 2 then then ADV RB PronType=Dem 6 obl 6:obl:since SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 India India PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 5 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 talked talk VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ @@ -8885,7 +8888,7 @@ 16 in in ADP IN _ 18 case 18:case _ 17 South South PROPN NNP Number=Sing 18 compound 18:compound _ 18 Asia Asia PROPN NNP Number=Sing 15 nmod 15:nmod:in SpaceAfter=No -19 , , PUNCT , _ 24 punct 24:punct _ +19 , , PUNCT , _ 1 punct 1:punct _ 20 Pervez Pervez PROPN NNP Number=Sing 24 nsubj 24:nsubj _ 21 Musharraf Musharraf PROPN NNP Number=Sing 20 flat 20:flat _ 22 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ @@ -8896,22 +8899,22 @@ 26 Powell Powell PROPN NNP Number=Sing 25 flat 25:flat _ 27 's 's PART POS _ 25 case 25:case _ 28 bluff bluff NOUN NN Number=Sing 24 obj 24:obj SpaceAfter=No -29 , , PUNCT , _ 24 punct 24:punct _ +29 , , PUNCT , _ 30 punct 30:punct _ 30 challenging challenge VERB VBG VerbForm=Ger 24 advcl 24:advcl _ 31 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 30 obj 30:obj|33:nsubj:xsubj _ 32 to to PART TO _ 33 mark 33:mark _ 33 deliver deliver VERB VB VerbForm=Inf 30 xcomp 30:xcomp _ 34 on on ADP IN _ 37 case 37:case _ -35 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ +35 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ 36 frequent frequent ADJ JJ Degree=Pos 37 amod 37:amod _ 37 statements statement NOUN NNS Number=Plur 33 obl 33:obl:on _ 38 implying imply VERB VBG VerbForm=Ger 37 acl 37:acl _ 39 that that SCONJ IN _ 42 mark 42:mark _ 40 the the DET DT Definite=Def|PronType=Art 41 det 41:det _ -41 Indians Indians PROPN NNPS Number=Plur 42 nsubj 42:nsubj _ -42 jump jump VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 38 ccomp 38:ccomp _ +41 Indians Indian PROPN NNPS Number=Plur 42 nsubj 42:nsubj _ +42 jump jump VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 38 ccomp 38:ccomp _ 43 to to ADP IN _ 45 case 45:case _ -44 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 45 nmod:poss 45:nmod:poss _ +44 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 45 nmod:poss 45:nmod:poss _ 45 commands command NOUN NNS Number=Plur 42 obl 42:obl:to SpaceAfter=No 46 . . PUNCT . _ 24 punct 24:punct _ @@ -8930,7 +8933,7 @@ 11 appetite appetite NOUN NN Number=Sing 9 obj 9:obj _ 12 for for ADP IN _ 13 case 13:case _ 13 suicide suicide NOUN NN Number=Sing 11 nmod 11:nmod:for SpaceAfter=No -14 , , PUNCT , _ 17 punct 17:punct _ +14 , , PUNCT , _ 6 punct 6:punct _ 15 Musharraf Musharraf PROPN NNP Number=Sing 17 nsubj 17:nsubj _ 16 will will AUX MD VerbForm=Fin 17 aux 17:aux _ 17 face face VERB VB VerbForm=Inf 0 root 0:root _ @@ -8938,13 +8941,13 @@ 19 moment moment NOUN NN Number=Sing 17 obj 17:obj _ 20 of of ADP IN _ 21 case 21:case _ 21 truth truth NOUN NN Number=Sing 19 nmod 19:nmod:of SpaceAfter=No -22 : : PUNCT : _ 17 punct 17:punct _ +22 : : PUNCT : _ 23 punct 23:punct _ 23 accept accept VERB VB Mood=Imp|VerbForm=Fin 17 parataxis 17:parataxis _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 inevitable inevitable ADJ JJ Degree=Pos 23 obj 23:obj SpaceAfter=No 26 , , PUNCT , _ 30 punct 30:punct _ 27 or or CCONJ CC _ 30 cc 30:cc _ -28 once once ADV RB NumType=Mult 29 advmod 29:advmod _ +28 once once ADV RB NumForm=Word|NumType=Mult 29 advmod 29:advmod _ 29 again again ADV RB _ 30 advmod 30:advmod _ 30 ramp ramp VERB VB Mood=Imp|VerbForm=Fin 23 conj 23:conj:or _ 31 up up ADP RP _ 30 compound:prt 30:compound:prt _ @@ -8960,11 +8963,11 @@ 41 that that PRON WDT PronType=Rel 43 nsubj 40:ref _ 42 can can AUX MD VerbForm=Fin 43 aux 43:aux _ 43 hit hit VERB VB VerbForm=Inf 40 acl:relcl 40:acl:relcl _ -44 not not ADV RB _ 45 advmod 45:advmod _ -45 merely merely ADV RB _ 46 cc:preconj 46:cc:preconj _ +44 not not PART RB _ 46 advmod 46:advmod _ +45 merely merely ADV RB _ 46 advmod 46:advmod _ 46 Mumbai Mumbai PROPN NNP Number=Sing 43 obj 43:obj _ 47 and and CCONJ CC _ 49 cc 49:cc _ -48 New New PROPN NNP Number=Sing 49 compound 49:compound _ +48 New New ADJ NNP Degree=Pos 49 amod 49:amod _ 49 Delhi Delhi PROPN NNP Number=Sing 46 conj 43:obj|46:conj:and _ 50 but but CCONJ CC _ 51 cc 51:cc _ 51 London London PROPN NNP Number=Sing 46 conj 43:obj|46:conj:but _ @@ -8977,7 +8980,7 @@ # sent_id = weblog-blogspot.com_dakbangla_20041028153019_ENG_20041028_153019-0034 # text = The one country that has shown that it understands the realities in South Asia is China. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 one one NUM CD NumType=Card 3 nummod 3:nummod _ +2 one one NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 country country NOUN NN Number=Sing 16 nsubj 6:nsubj|16:nsubj _ 4 that that PRON WDT PronType=Rel 6 nsubj 3:ref _ 5 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ @@ -9000,16 +9003,16 @@ 2 President President PROPN NNP Number=Sing 8 obl 8:obl:under _ 3 Hu Hu PROPN NNP Number=Sing 2 flat 2:flat _ 4 Jintao Jintao PROPN NNP Number=Sing 2 flat 2:flat SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +5 , , PUNCT , _ 2 punct 2:punct _ 6 Beijing Beijing PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 7 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 opened open VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 9 out out ADP RP _ 8 compound:prt 8:compound:prt _ 10 to to ADP IN _ 12 case 12:case _ -11 New New PROPN NNP Number=Sing 12 compound 12:compound _ +11 New New ADJ NNP Degree=Pos 12 amod 12:amod _ 12 Delhi Delhi PROPN NNP Number=Sing 8 obl 8:obl:to _ 13 and and CCONJ CC _ 19 cc 19:cc _ -14 Prime Prime PROPN NNP Number=Sing 15 compound 15:compound _ +14 Prime Prime ADJ NNP Degree=Pos 15 amod 15:amod _ 15 Minister Minister PROPN NNP Number=Sing 19 nsubj:pass 19:nsubj:pass|21:nsubj:xsubj _ 16 Wen Wen PROPN NNP Number=Sing 15 flat 15:flat _ 17 Jiabao Jiabao PROPN NNP Number=Sing 15 flat 15:flat _ @@ -9020,7 +9023,7 @@ 22 early early ADV RB Degree=Pos 24 advmod 24:advmod _ 23 next next ADJ JJ Degree=Pos 24 amod 24:amod _ 24 year year NOUN NN Number=Sing 21 obl:tmod 21:obl:tmod SpaceAfter=No -25 , , PUNCT , _ 21 punct 21:punct _ +25 , , PUNCT , _ 26 punct 26:punct _ 26 making make VERB VBG VerbForm=Ger 21 advcl 21:advcl _ 27 friends friend NOUN NNS Number=Plur 26 obj 26:obj _ 28 by by SCONJ IN _ 30 mark 30:mark _ @@ -9043,9 +9046,9 @@ 45 U.N. U.N. PROPN NNP Number=Sing 47 compound 47:compound _ 46 Security Security PROPN NNP Number=Sing 47 compound 47:compound _ 47 Council Council PROPN NNP Number=Sing 42 nmod 42:nmod:of _ -48 -- -- PUNCT , _ 37 punct 37:punct _ +48 -- -- PUNCT , _ 50 punct 50:punct _ 49 thus thus ADV RB _ 50 advmod 50:advmod _ -50 leaving leave VERB VBG VerbForm=Ger 37 advcl 37:advcl _ +50 leaving leave VERB VBG VerbForm=Ger 37 parataxis 37:parataxis _ 51 Washington Washington PROPN NNP Number=Sing 50 obj 50:obj _ 52 as as ADP IN _ 55 case 55:case _ 53 the the DET DT Definite=Def|PronType=Art 55 det 55:det _ @@ -9055,7 +9058,7 @@ 57 the the DET DT Definite=Def|PronType=Art 60 det 60:det _ 58 " " PUNCT `` _ 60 punct 60:punct SpaceAfter=No 59 permanent permanent ADJ JJ Degree=Pos 60 amod 60:amod _ -60 five five NUM CD NumType=Card 55 nmod 55:nmod:of SpaceAfter=No +60 five five NUM CD NumForm=Word|NumType=Card 55 nmod 55:nmod:of SpaceAfter=No 61 " " PUNCT '' _ 60 punct 60:punct _ 62 that that PRON WDT PronType=Rel 66 nsubj 55:ref _ 63 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 66 aux 66:aux _ @@ -9067,15 +9070,15 @@ # sent_id = weblog-blogspot.com_dakbangla_20041028153019_ENG_20041028_153019-0036 # text = With Colin Powell around, the U.S. has no need of an Osama bin Laden -1 With with SCONJ IN _ 2 mark 2:mark _ -2 Colin Colin PROPN NNP Number=Sing 8 advcl 8:advcl:with _ +1 With with SCONJ IN _ 4 mark 4:mark _ +2 Colin Colin PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 3 Powell Powell PROPN NNP Number=Sing 2 flat 2:flat _ -4 around around ADV RB _ 2 advmod 2:advmod SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +4 around around ADV RB _ 8 advcl 8:advcl:with SpaceAfter=No +5 , , PUNCT , _ 4 punct 4:punct _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 U.S. U.S. PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 8 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -9 no no DET DT _ 10 det 10:det _ +9 no no DET DT PronType=Neg 10 det 10:det _ 10 need need NOUN NN Number=Sing 8 obj 8:obj _ 11 of of ADP IN _ 13 case 13:case _ 12 an a DET DT Definite=Ind|PronType=Art 13 det 13:det _ @@ -9088,12 +9091,12 @@ # text = M.D. Nalapat, an expert on jihad, is professor of geopolitics at the Manipal Academy of Higher Education, India. 1 M.D. M.D. PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 2 Nalapat Nalapat PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 5 punct 5:punct _ 4 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 expert expert NOUN NN Number=Sing 1 appos 1:appos _ 6 on on ADP IN _ 7 case 7:case _ 7 jihad jihad NOUN NN Number=Sing 5 nmod 5:nmod:on SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +8 , , PUNCT , _ 1 punct 1:punct _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 professor professor NOUN NN Number=Sing 0 root 0:root _ 11 of of ADP IN _ 12 case 12:case _ @@ -9103,9 +9106,9 @@ 15 Manipal Manipal PROPN NNP Number=Sing 16 compound 16:compound _ 16 Academy Academy PROPN NNP Number=Sing 10 nmod 10:nmod:at _ 17 of of ADP IN _ 19 case 19:case _ -18 Higher Higher PROPN NNP Number=Sing 19 compound 19:compound _ +18 Higher High ADJ NNP Degree=Cmp 19 amod 19:amod _ 19 Education Education PROPN NNP Number=Sing 16 nmod 16:nmod:of SpaceAfter=No -20 , , PUNCT , _ 16 punct 16:punct _ +20 , , PUNCT , _ 21 punct 21:punct _ 21 India India PROPN NNP Number=Sing 16 appos 16:appos SpaceAfter=No 22 . . PUNCT . _ 10 punct 10:punct _ @@ -9113,7 +9116,7 @@ # text = Washington Times 28/10/2004 1 Washington Washington PROPN NNP Number=Sing 2 compound 2:compound _ 2 Times Times PROPN NNP Number=Sing 0 root 0:root _ -3 28/10/2004 28/10/2004 NUM CD NumType=Card 2 nmod:tmod 2:nmod:tmod _ +3 28/10/2004 28/10/2004 NUM CD NumForm=Digit|NumType=Card 2 nmod:tmod 2:nmod:tmod _ # newdoc id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700 # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0001 @@ -9125,106 +9128,106 @@ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0002 # text = We all know that John Kerry served in Vietnam. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 all all DET DT _ 1 det 1:det _ -3 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 all all DET DT PronType=Tot 1 det 1:det _ +3 know know VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 that that SCONJ IN _ 7 mark 7:mark _ 5 John John PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 6 Kerry Kerry PROPN NNP Number=Sing 5 flat 5:flat _ -7 served serve VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +7 served serve VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ 8 in in ADP IN _ 9 case 9:case _ 9 Vietnam Vietnam PROPN NNP Number=Sing 7 obl 7:obl:in SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0003 # text = Four whole months, after which he took advantage of a little-known, little-invoked regulation that allowed him to desert his "band of brothers". -1 Four four NUM CD NumType=Card 3 nummod 3:nummod _ +1 Four four NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 2 whole whole ADJ JJ Degree=Pos 3 amod 3:amod _ 3 months month NOUN NNS Number=Plur 0 root 0:root|8:obl SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 8 punct 8:punct _ 5 after after ADP IN _ 6 case 6:case _ 6 which which PRON WDT PronType=Rel 8 obl 3:ref _ 7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +8 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 9 advantage advantage NOUN NN Number=Sing 8 obj 8:obj _ 10 of of ADP IN _ 19 case 19:case _ 11 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 12 little little ADV RB Degree=Pos 14 advmod 14:advmod SpaceAfter=No -13 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No -14 known know VERB VBN Tense=Past|VerbForm=Part 19 amod 19:amod SpaceAfter=No -15 , , PUNCT , _ 19 punct 19:punct _ +13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +14 known know VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 amod 19:amod SpaceAfter=No +15 , , PUNCT , _ 14 punct 14:punct _ 16 little little ADV RB Degree=Pos 18 advmod 18:advmod SpaceAfter=No -17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No -18 invoked invoke VERB VBN Tense=Past|VerbForm=Part 19 amod 19:amod _ +17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +18 invoked invoke VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 amod 19:amod _ 19 regulation regulation NOUN NN Number=Sing 8 obl 8:obl:of|21:nsubj _ 20 that that PRON WDT PronType=Rel 21 nsubj 19:ref _ -21 allowed allow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ -22 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 21 obj 21:obj|24:nsubj:xsubj _ +21 allowed allow VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ +22 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 21 iobj 21:iobj|24:nsubj:xsubj _ 23 to to PART TO _ 24 mark 24:mark _ 24 desert desert VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ -25 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +25 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 26 " " PUNCT `` _ 27 punct 27:punct SpaceAfter=No 27 band band NOUN NN Number=Sing 24 obj 24:obj _ 28 of of ADP IN _ 29 case 29:case _ 29 brothers brother NOUN NNS Number=Plur 27 nmod 27:nmod:of SpaceAfter=No -30 " " PUNCT '' _ 3 punct 3:punct SpaceAfter=No +30 " " PUNCT '' _ 27 punct 27:punct SpaceAfter=No 31 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0004 # text = We also know how Dan Rather libeled George Bush and impugned his service in the Texas Air National Guard on a "60 Minutes II" report based largely on forged documents. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 how how SCONJ WRB PronType=Int 7 mark 7:mark _ +3 know know VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 how how ADV WRB PronType=Int 7 advmod 7:advmod _ 5 Dan Dan PROPN NNP Number=Sing 7 nsubj 7:nsubj|11:nsubj _ 6 Rather Rather PROPN NNP Number=Sing 5 flat 5:flat _ -7 libeled libel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +7 libeled libel VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ 8 George George PROPN NNP Number=Sing 7 obj 7:obj _ 9 Bush Bush PROPN NNP Number=Sing 8 flat 8:flat _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 impugned impugn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 conj 3:ccomp|7:conj:and _ -12 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 impugned impugn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 conj 3:ccomp|7:conj:and _ +12 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 service service NOUN NN Number=Sing 11 obj 11:obj _ 14 in in ADP IN _ 19 case 19:case _ 15 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 16 Texas Texas PROPN NNP Number=Sing 19 compound 19:compound _ 17 Air Air PROPN NNP Number=Sing 19 compound 19:compound _ -18 National National PROPN NNP Number=Sing 19 compound 19:compound _ +18 National National ADJ NNP Degree=Pos 19 amod 19:amod _ 19 Guard Guard PROPN NNP Number=Sing 13 nmod 13:nmod:in _ 20 on on ADP IN _ 27 case 27:case _ 21 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 22 " " PUNCT `` _ 24 punct 24:punct SpaceAfter=No -23 60 60 NUM CD NumType=Card 24 nummod 24:nummod _ -24 Minutes Minutes PROPN NNPS Number=Plur 27 compound 27:compound _ -25 II ii NUM CD NumType=Card 24 nummod 24:nummod SpaceAfter=No +23 60 60 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod _ +24 Minutes Minute PROPN NNPS Number=Plur 27 compound 27:compound _ +25 II II NUM CD NumForm=Roman|NumType=Card 24 nummod 24:nummod SpaceAfter=No 26 " " PUNCT '' _ 24 punct 24:punct _ 27 report report NOUN NN Number=Sing 11 obl 11:obl:on _ -28 based base VERB VBN Tense=Past|VerbForm=Part 32 case 32:case _ +28 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 32 case 32:case _ 29 largely largely ADV RB _ 32 advmod 32:advmod _ 30 on on ADP IN _ 32 case 32:case _ -31 forged forge VERB VBN Tense=Past|VerbForm=Part 32 amod 32:amod _ +31 forged forge VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 32 amod 32:amod _ 32 documents document NOUN NNS Number=Plur 11 obl 11:obl:on SpaceAfter=No 33 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0005 # text = During his time in the Guard, George Bush flew the F-102 Delta Dagger fighter-interceptor. 1 During during ADP IN _ 3 case 3:case _ -2 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 time time NOUN NN Number=Sing 10 obl 10:obl:during _ 4 in in ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 Guard Guard PROPN NNP Number=Sing 3 nmod 3:nmod:in SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 George George PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 9 Bush Bush PROPN NNP Number=Sing 8 flat 8:flat _ -10 flew fly VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 flew fly VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 11 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 12 F F PROPN NNP Number=Sing 16 compound 16:compound SpaceAfter=No -13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No -14 102 102 NUM CD NumType=Card 12 nummod 12:nummod _ +13 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +14 102 102 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 15 Delta Delta PROPN NNP Number=Sing 16 compound 16:compound _ 16 Dagger Dagger PROPN NNP Number=Sing 19 compound 19:compound _ 17 fighter fighter NOUN NN Number=Sing 19 compound 19:compound SpaceAfter=No -18 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No +18 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No 19 interceptor interceptor NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 20 . . PUNCT . _ 10 punct 10:punct _ @@ -9232,9 +9235,9 @@ # text = The F-102 saw service in the Vietnam theater between March 1962 and December 1969. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 F F PROPN NNP Number=Sing 5 nsubj 5:nsubj SpaceAfter=No -3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No -4 102 102 NUM CD NumType=Card 2 nummod 2:nummod _ -5 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No +4 102 102 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ +5 saw see VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 service service NOUN NN Number=Sing 5 obj 5:obj _ 7 in in ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -9242,10 +9245,10 @@ 10 theater theater NOUN NN Number=Sing 5 obl 5:obl:in _ 11 between between ADP IN _ 12 case 12:case _ 12 March March PROPN NNP Number=Sing 5 obl 5:obl:between _ -13 1962 1962 NUM CD NumType=Card 12 nummod 12:nummod _ +13 1962 1962 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 December December PROPN NNP Number=Sing 12 conj 5:obl:between|12:conj:and _ -16 1969 1969 NUM CD NumType=Card 15 nummod 15:nummod SpaceAfter=No +16 1969 1969 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod SpaceAfter=No 17 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0007 @@ -9253,12 +9256,12 @@ 1 During during ADP IN _ 3 case 3:case _ 2 this this DET DT Number=Sing|PronType=Dem 3 det 3:det _ 3 time time NOUN NN Number=Sing 10 obl 10:obl:during SpaceAfter=No -4 , , PUNCT , _ 10 punct 10:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 F F PROPN NNP Number=Sing 8 compound 8:compound SpaceAfter=No -6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No -7 102 102 NUM CD NumType=Card 5 nummod 5:nummod _ +6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +7 102 102 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 8 squadrons squadron NOUN NNS Number=Plur 10 nsubj:pass 10:nsubj:pass _ -9 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 aux:pass 10:aux:pass _ +9 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 10 aux:pass 10:aux:pass _ 10 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 11 out out ADP IN _ 15 case 15:case _ 12 of of ADP IN _ 15 case 15:case _ @@ -9301,11 +9304,11 @@ 3 as as SCONJ IN _ 6 mark 6:mark _ 4 George George PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 5 Bush Bush PROPN NNP Number=Sing 4 flat 4:flat _ -6 knew know VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 advcl 1:advcl:as SpaceAfter=No -7 , , PUNCT , _ 15 punct 15:punct _ +6 knew know VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:as SpaceAfter=No +7 , , PUNCT , _ 2 punct 2:punct _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 nsubj:pass 15:nsubj:pass _ 9 and and CCONJ CC _ 11 cc 11:cc _ -10 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 unit unit NOUN NN Number=Sing 8 conj 8:conj:and|15:nsubj:pass _ 12 could could AUX MD VerbForm=Fin 15 aux 15:aux _ 13 have have AUX VB VerbForm=Inf 15 aux 15:aux _ @@ -9318,22 +9321,22 @@ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0010 # text = In all this so-called controversy, has anyone considered that perhaps George Bush just wanted to fly jets? 1 In in ADP IN _ 7 case 7:case _ -2 all all DET PDT _ 7 det:predet 7:det:predet _ +2 all all DET PDT PronType=Tot 7 det:predet 7:det:predet _ 3 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 4 so so ADV RB _ 6 compound 6:compound SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No -6 called call VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No +6 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 controversy controversy NOUN NN Number=Sing 11 obl 11:obl:in SpaceAfter=No -8 , , PUNCT , _ 11 punct 11:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ -10 anyone anyone PRON NN Number=Sing 11 nsubj 11:nsubj _ +10 anyone anyone PRON NN Number=Sing|PronType=Ind 11 nsubj 11:nsubj _ 11 considered consider VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 12 that that SCONJ IN _ 17 mark 17:mark _ 13 perhaps perhaps ADV RB _ 17 advmod 17:advmod _ 14 George George PROPN NNP Number=Sing 17 nsubj 17:nsubj|19:nsubj:xsubj _ 15 Bush Bush PROPN NNP Number=Sing 14 flat 14:flat _ 16 just just ADV RB _ 17 advmod 17:advmod _ -17 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 ccomp 11:ccomp _ +17 wanted want VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 ccomp 11:ccomp _ 18 to to PART TO _ 19 mark 19:mark _ 19 fly fly VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ 20 jets jet NOUN NNS Number=Plur 19 obj 19:obj SpaceAfter=No @@ -9342,12 +9345,12 @@ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0011 # text = And, let's remember, flying supersonic fighter jets is dangerous! 1 And and CCONJ CC _ 3 cc 3:cc SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 let's _ _ _ _ _ _ _ _ 3 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -4 's 's PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 3 obj 3:obj|5:nsubj:xsubj _ +4 's we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 3 obj 3:obj|5:nsubj:xsubj _ 5 remember remember VERB VB VerbForm=Inf 3 xcomp 3:xcomp SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 12 punct 12:punct _ 7 flying fly VERB VBG VerbForm=Ger 12 csubj 12:csubj _ 8 supersonic supersonic ADJ JJ Degree=Pos 10 amod 10:amod _ 9 fighter fighter NOUN NN Number=Sing 10 compound 10:compound _ @@ -9360,11 +9363,11 @@ # text = They don't let just anybody do it. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 let let VERB VB VerbForm=Inf 0 root 0:root _ 5 just just ADV RB _ 6 advmod 6:advmod _ -6 anybody anybody PRON NN Number=Sing 4 obj 4:obj|7:nsubj:xsubj _ +6 anybody anybody PRON NN Number=Sing|PronType=Ind 4 obj 4:obj|7:nsubj:xsubj _ 7 do do VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 8 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj SpaceAfter=No 9 . . PUNCT . _ 4 punct 4:punct _ @@ -9372,19 +9375,19 @@ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0013 # newpar id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-p0003 # text = Some reporters (you know, the ones with journalistic ethics) have actually uncovered the truth about George Bush's service in the Texas Air National Guard. -1 Some some DET DT _ 2 det 2:det _ +1 Some some DET DT PronType=Ind 2 det 2:det _ 2 reporters reporter NOUN NNS Number=Plur 15 nsubj 15:nsubj _ -3 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No +3 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis SpaceAfter=No -6 , , PUNCT , _ 2 punct 2:punct _ +5 know know VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis SpaceAfter=No +6 , , PUNCT , _ 8 punct 8:punct _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 ones one NOUN NNS Number=Plur 2 appos 2:appos _ 9 with with ADP IN _ 11 case 11:case _ 10 journalistic journalistic ADJ JJ Degree=Pos 11 amod 11:amod _ 11 ethics ethic NOUN NNS Number=Plur 8 nmod 8:nmod:with SpaceAfter=No -12 ) ) PUNCT -RRB- _ 2 punct 2:punct _ -13 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +12 ) ) PUNCT -RRB- _ 8 punct 8:punct _ +13 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 14 actually actually ADV RB _ 15 advmod 15:advmod _ 15 uncovered uncover VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -9399,7 +9402,7 @@ 24 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 25 Texas Texas PROPN NNP Number=Sing 28 compound 28:compound _ 26 Air Air PROPN NNP Number=Sing 28 compound 28:compound _ -27 National National PROPN NNP Number=Sing 28 compound 28:compound _ +27 National National ADJ NNP Degree=Pos 28 amod 28:amod _ 28 Guard Guard PROPN NNP Number=Sing 22 nmod 22:nmod:in SpaceAfter=No 29 . . PUNCT . _ 15 punct 15:punct _ @@ -9407,14 +9410,14 @@ # text = For example, did you know that George Bush spent considerably more time in uniform than John Kerry? 1 For for ADP IN _ 2 case 2:case _ 2 example example NOUN NN Number=Sing 6 obl 6:obl:for SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ -4 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +3 , , PUNCT , _ 2 punct 2:punct _ +4 did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 6 know know VERB VB VerbForm=Inf 0 root 0:root _ 7 that that SCONJ IN _ 10 mark 10:mark _ 8 George George PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 9 Bush Bush PROPN NNP Number=Sing 8 flat 8:flat _ -10 spent spend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp _ +10 spent spend VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp _ 11 considerably considerably ADV RB _ 12 advmod 12:advmod _ 12 more more ADJ JJR Degree=Cmp 13 amod 13:amod _ 13 time time NOUN NN Number=Sing 10 obj 10:obj _ @@ -9427,22 +9430,22 @@ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0015 # text = What follows is the text of an e-mail sent to me by a friend of mine (thanks to Dave Manzano). -1 What what PRON WP PronType=Int 2 nsubj 2:nsubj _ -2 follows follow VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 nsubj 5:nsubj _ +1 What what PRON WP PronType=Rel 5 nsubj 2:nsubj|5:nsubj _ +2 follows follow VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 text text NOUN NN Number=Sing 0 root 0:root _ 6 of of ADP IN _ 8 case 8:case _ 7 an a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 e-mail e-mail NOUN NN Number=Sing 5 nmod 5:nmod:of _ -9 sent send VERB VBN Tense=Past|VerbForm=Part 8 acl 8:acl _ +9 sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl 8:acl _ 10 to to ADP IN _ 11 case 11:case _ 11 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 9 obl 9:obl:to _ 12 by by ADP IN _ 14 case 14:case _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ -14 friend friend NOUN NN Number=Sing 9 obl 9:obl:by _ +14 friend friend NOUN NN Number=Sing 9 obl:agent 9:obl:agent _ 15 of of ADP IN _ 16 case 16:case _ -16 mine mine PRON PRP _ 14 nmod 14:nmod:of _ +16 mine my PRON PRP Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod 14:nmod:of _ 17 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No 18 thanks thanks NOUN NN Number=Sing 5 parataxis 5:parataxis _ 19 to to ADP IN _ 20 case 20:case _ @@ -9472,7 +9475,7 @@ 1-2 Bush’s _ _ _ _ _ _ _ _ 1 Bush Bush PROPN NNP Number=Sing 5 nmod:poss 5:nmod:poss _ 2 ’s 's PART POS _ 1 case 1:case _ -3 National National PROPN NNP Number=Sing 4 compound 4:compound _ +3 National National ADJ NNP Degree=Pos 4 amod 4:amod _ 4 Guard Guard PROPN NNP Number=Sing 5 compound 5:compound _ 5 years year NOUN NNS Number=Plur 0 root 0:root _ @@ -9481,14 +9484,15 @@ # text = Before you fall for Dems’ spin, here are the facts 1 Before before SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 fall fall VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:before _ +3 fall fall VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:before _ 4 for for ADP IN _ 7 case 7:case _ -5 Dems Dems PROPN NNPS Number=Plur 7 nmod:poss 7:nmod:poss SpaceAfter=No +5-6 Dems’ _ _ _ _ _ _ _ _ +5 Dems Dem PROPN NNPS Number=Plur 7 nmod:poss 7:nmod:poss _ 6 ’ 's PART POS _ 5 case 5:case _ 7 spin spin NOUN NN Number=Sing 3 obl 3:obl:for SpaceAfter=No -8 , , PUNCT , _ 9 punct 9:punct _ +8 , , PUNCT , _ 3 punct 3:punct _ 9 here here ADV RB PronType=Dem 0 root 0:root _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 facts fact NOUN NNS Number=Plur 9 nsubj 9:nsubj _ @@ -9496,7 +9500,7 @@ # newpar id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-p0007 # text = What do you really know about George W. Bush’s time in the Air National Guard? 1 What what PRON WP PronType=Int 5 obj 5:obj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 4 really really ADV RB _ 5 advmod 5:advmod _ 5 know know VERB VB VerbForm=Inf 0 root 0:root _ @@ -9510,7 +9514,7 @@ 12 in in ADP IN _ 16 case 16:case _ 13 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 14 Air Air PROPN NNP Number=Sing 16 compound 16:compound _ -15 National National PROPN NNP Number=Sing 16 compound 16:compound _ +15 National National ADJ NNP Degree=Pos 16 amod 16:amod _ 16 Guard Guard PROPN NNP Number=Sing 11 nmod 11:nmod:in SpaceAfter=No 17 ? ? PUNCT . _ 5 punct 5:punct _ @@ -9519,7 +9523,7 @@ 1 That that SCONJ IN _ 5 mark 5:mark _ 2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 3-4 didn’t _ _ _ _ _ _ _ _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +3 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 4 n’t not PART RB _ 5 advmod 5:advmod _ 5 show show VERB VB VerbForm=Inf 0 root 0:root _ 6 up up ADP RP _ 5 compound:prt 5:compound:prt _ @@ -9533,7 +9537,7 @@ # text = That he missed a physical? 1 That that SCONJ IN _ 3 mark 3:mark _ 2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 missed miss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 missed miss VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 physical physical NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 6 ? ? PUNCT . _ 3 punct 3:punct _ @@ -9541,9 +9545,9 @@ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0023 # text = That his daddy got him in? 1 That that SCONJ IN _ 4 mark 4:mark _ -2 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 daddy daddy NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 got get VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ 6 in in ADV RP _ 4 compound:prt 4:compound:prt SpaceAfter=No 7 ? ? PUNCT . _ 4 punct 4:punct _ @@ -9567,19 +9571,19 @@ 13 to to PART TO _ 14 mark 14:mark _ 14 focus focus VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 15 on on ADP IN _ 18 case 18:case _ -16 one one NUM CD NumType=Card 18 nummod 18:nummod _ +16 one one NUM CD NumForm=Word|NumType=Card 18 nummod 18:nummod _ 17 brief brief ADJ JJ Degree=Pos 18 amod 18:amod _ 18 portion portion NOUN NN Number=Sing 14 obl 14:obl:on _ 19 of of ADP IN _ 21 case 21:case _ 20 that that DET DT Number=Sing|PronType=Dem 21 det 21:det _ 21 time time NOUN NN Number=Sing 18 nmod 18:nmod:of _ -22 — - PUNCT , _ 14 punct 14:punct _ +22 — - PUNCT , _ 25 punct 25:punct _ 23 to to ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 exclusion exclusion NOUN NN Number=Sing 14 obl 14:obl:to _ 26 of of ADP IN _ 28 case 28:case _ 27 virtually virtually ADV RB _ 28 advmod 28:advmod _ -28 everything everything PRON NN Number=Sing 25 nmod 25:nmod:of _ +28 everything everything PRON NN Number=Sing|PronType=Tot 25 nmod 25:nmod:of _ 29 else else ADJ JJ Degree=Pos 28 amod 28:amod SpaceAfter=No 30 . . PUNCT . _ 12 punct 12:punct _ @@ -9590,16 +9594,16 @@ 3 for for ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 record record NOUN NN Number=Sing 7 obl 7:obl:for SpaceAfter=No -6 , , PUNCT , _ 7 punct 7:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 here here ADV RB PronType=Dem 0 root 0:root SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 10 punct 10:punct _ 9 in in ADP IN _ 10 case 10:case _ 10 full full ADJ JJ Degree=Pos 7 obl 7:obl:in SpaceAfter=No -11 , , PUNCT , _ 7 punct 7:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 13 what what PRON WP PronType=Int 15 obj 15:obj _ 14 Bush Bush PROPN NNP Number=Sing 15 nsubj 15:nsubj _ -15 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 csubj 7:csubj SpaceAfter=No +15 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 csubj 7:csubj SpaceAfter=No 16 : : PUNCT : _ 7 punct 7:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0026 @@ -9607,21 +9611,21 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 future future ADJ JJ Degree=Pos 3 amod 3:amod _ 3 president president NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 joined join VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 joined join VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 Guard Guard PROPN NNP Number=Sing 4 obj 4:obj _ 7 in in ADP IN _ 8 case 8:case _ 8 May May PROPN NNP Number=Sing 4 obl 4:obl:in _ -9 1968 1968 NUM CD NumType=Card 8 nummod 8:nummod SpaceAfter=No +9 1968 1968 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0027 # text = Almost immediately, he began an extended period of training. 1 Almost almost ADV RB _ 2 advmod 2:advmod _ 2 immediately immediately ADV RB _ 5 advmod 5:advmod SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -5 began begin VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 began begin VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 an a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 extended extended ADJ JJ Degree=Pos 8 amod 8:amod _ 8 period period NOUN NN Number=Sing 5 obj 5:obj _ @@ -9631,7 +9635,7 @@ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0028 # text = Six weeks of basic training. -1 Six six NUM CD NumType=Card 2 nummod 2:nummod _ +1 Six six NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 weeks week NOUN NNS Number=Plur 0 root 0:root _ 3 of of ADP IN _ 5 case 5:case _ 4 basic basic ADJ JJ Degree=Pos 5 amod 5:amod _ @@ -9640,9 +9644,9 @@ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0029 # text = Fifty-three weeks of flight training. -1 Fifty fifty NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No -3 three three NUM CD NumType=Card 4 nummod 4:nummod _ +1 Fifty fifty NUM CD NumForm=Word|NumType=Card 3 compound 3:compound SpaceAfter=No +2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +3 three three NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 weeks week NOUN NNS Number=Plur 0 root 0:root _ 5 of of ADP IN _ 7 case 7:case _ 6 flight flight NOUN NN Number=Sing 7 compound 7:compound _ @@ -9651,13 +9655,13 @@ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0030 # text = Twenty-one weeks of fighter-interceptor training. -1 Twenty twenty NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No -3 one one NUM CD NumType=Card 4 nummod 4:nummod _ +1 Twenty twenty NUM CD NumForm=Word|NumType=Card 3 compound 3:compound SpaceAfter=No +2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +3 one one NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 weeks week NOUN NNS Number=Plur 0 root 0:root _ 5 of of ADP IN _ 9 case 9:case _ 6 fighter fighter NOUN NN Number=Sing 8 compound 8:compound SpaceAfter=No -7 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No +7 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No 8 interceptor interceptor NOUN NN Number=Sing 9 compound 9:compound _ 9 training training NOUN NN Number=Sing 4 nmod 4:nmod:of SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ @@ -9666,7 +9670,7 @@ # text = That was 80 weeks to begin with, and there were other training periods thrown in as well. 1 That that PRON DT Number=Sing|PronType=Dem 4 nsubj 4:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ -3 80 80 NUM CD NumType=Card 4 nummod 4:nummod _ +3 80 80 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 weeks week NOUN NNS Number=Plur 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 begin begin VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ @@ -9674,11 +9678,11 @@ 8 , , PUNCT , _ 11 punct 11:punct _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 there there PRON EX _ 11 expl 11:expl _ -11 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +11 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 12 other other ADJ JJ Degree=Pos 14 amod 14:amod _ 13 training training NOUN NN Number=Sing 14 compound 14:compound _ 14 periods period NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -15 thrown throw VERB VBN Tense=Past|VerbForm=Part 14 acl 14:acl _ +15 thrown throw VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 acl 14:acl _ 16 in in ADV RB _ 15 advmod 15:advmod _ 17 as as ADV RB _ 15 advmod 15:advmod _ 18 well well ADV RB Degree=Pos 17 fixed 17:fixed SpaceAfter=No @@ -9689,7 +9693,7 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 3 full full ADJ JJ Degree=Pos 5 amod 5:amod SpaceAfter=No -4 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No +4 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 5 time time NOUN NN Number=Sing 6 compound 6:compound _ 6 work work NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 7 . . PUNCT . _ 6 punct 6:punct _ @@ -9702,19 +9706,19 @@ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 6 over over ADV RB _ 3 acl:relcl 3:acl:relcl SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 Bush Bush PROPN NNP Number=Sing 10 nsubj 10:nsubj _ -9 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 aux 10:aux _ +9 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 aux 10:aux _ 10 served serve VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 11 nearly nearly ADV RB _ 12 advmod 12:advmod _ -12 two two NUM CD NumType=Card 13 nummod 13:nummod _ +12 two two NUM CD NumForm=Word|NumType=Card 13 nummod 13:nummod _ 13 years year NOUN NNS Number=Plur 10 obl:tmod 10:obl:tmod SpaceAfter=No 14 . . PUNCT . _ 10 punct 10:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0034 # text = Not two years of weekends. -1 Not not ADV RB _ 3 advmod 3:advmod _ -2 two two NUM CD NumType=Card 3 nummod 3:nummod _ +1 Not not PART RB _ 3 advmod 3:advmod _ +2 two two NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 years year NOUN NNS Number=Plur 0 root 0:root _ 4 of of ADP IN _ 5 case 5:case _ 5 weekends weekend NOUN NNS Number=Plur 3 nmod 3:nmod:of SpaceAfter=No @@ -9722,7 +9726,7 @@ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0035 # text = Two years. -1 Two two NUM CD NumType=Card 2 nummod 2:nummod _ +1 Two two NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 years year NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ @@ -9731,11 +9735,11 @@ # text = After training, Bush kept flying, racking up hundreds of hours in F-102 jets. 1 After after ADP IN _ 2 case 2:case _ 2 training training NOUN NN Number=Sing 5 obl 5:obl:after SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 Bush Bush PROPN NNP Number=Sing 5 nsubj 5:nsubj|6:nsubj:xsubj _ -5 kept keep VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 kept keep VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 flying fly VERB VBG VerbForm=Ger 5 xcomp 5:xcomp SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 8 punct 8:punct _ 8 racking rack VERB VBG VerbForm=Ger 6 advcl 6:advcl _ 9 up up ADP RP _ 8 compound:prt 8:compound:prt _ 10 hundreds hundred NOUN NNS Number=Plur 8 obj 8:obj _ @@ -9743,8 +9747,8 @@ 12 hours hour NOUN NNS Number=Plur 10 nmod 10:nmod:of _ 13 in in ADP IN _ 17 case 17:case _ 14 F F PROPN NNP Number=Sing 17 compound 17:compound SpaceAfter=No -15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No -16 102 102 NUM CD NumType=Card 14 nummod 14:nummod _ +15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +16 102 102 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 17 jets jet NOUN NNS Number=Plur 10 nmod 10:nmod:in SpaceAfter=No 18 . . PUNCT . _ 5 punct 5:punct _ @@ -9752,14 +9756,14 @@ # text = As he did, he accumulated points toward his National Guard service requirements. 1 As as SCONJ IN _ 3 mark 3:mark _ 2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:as SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +3 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:as SpaceAfter=No +4 , , PUNCT , _ 3 punct 3:punct _ 5 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -6 accumulated accumulate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 accumulated accumulate VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 points point NOUN NNS Number=Plur 6 obj 6:obj _ 8 toward toward ADP IN _ 13 case 13:case _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ -10 National National PROPN NNP Number=Sing 11 compound 11:compound _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +10 National National ADJ NNP Degree=Pos 11 amod 11:amod _ 11 Guard Guard PROPN NNP Number=Sing 12 compound 12:compound _ 12 service service NOUN NN Number=Sing 13 compound 13:compound _ 13 requirements requirement NOUN NNS Number=Plur 7 nmod 7:nmod:toward SpaceAfter=No @@ -9770,57 +9774,57 @@ 1 At at ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 time time NOUN NN Number=Sing 7 obl 7:obl:at SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 guardsmen guardsman NOUN NNS Number=Plur 7 nsubj:pass 7:nsubj:pass|9:nsubj:xsubj _ -6 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 aux:pass 7:aux:pass _ +6 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 aux:pass 7:aux:pass _ 7 required require VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 8 to to PART TO _ 9 mark 9:mark _ 9 accumulate accumulate VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 minimum minimum NOUN NN Number=Sing 9 obj 9:obj _ 12 of of ADP IN _ 14 case 14:case _ -13 50 50 NUM CD NumType=Card 14 nummod 14:nummod _ +13 50 50 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 14 points point NOUN NNS Number=Plur 11 nmod 11:nmod:of _ 15 to to PART TO _ 16 mark 16:mark _ 16 meet meet VERB VB VerbForm=Inf 9 advcl 9:advcl:to _ -17 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +17 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 18 yearly yearly ADJ JJ Degree=Pos 19 amod 19:amod _ 19 obligation obligation NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No 20 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0039 # text = According to records released earlier this year, Bush earned 253 points in his first year, May 1968 to May 1969 (since he joined in May 1968, his service thereafter was measured on a May-to-May basis). -1 According accord VERB VBG VerbForm=Ger 3 case 3:case _ -2 to to ADP IN _ 3 case 3:case _ -3 records record NOUN NNS Number=Plur 10 obl 10:obl:to _ -4 released release VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ -5 earlier earlier ADV RBR Degree=Cmp 7 advmod 7:advmod _ +1 According accord VERB VBG ExtPos=ADP|VerbForm=Ger 3 case 3:case _ +2 to to ADP IN _ 1 fixed 1:fixed _ +3 records record NOUN NNS Number=Plur 10 obl 10:obl:according_to _ +4 released release VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ +5 earlier early ADV RBR Degree=Cmp 7 advmod 7:advmod _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 year year NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +8 , , PUNCT , _ 3 punct 3:punct _ 9 Bush Bush PROPN NNP Number=Sing 10 nsubj 10:nsubj _ -10 earned earn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -11 253 253 NUM CD NumType=Card 12 nummod 12:nummod _ +10 earned earn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +11 253 253 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 12 points point NOUN NNS Number=Plur 10 obj 10:obj _ 13 in in ADP IN _ 16 case 16:case _ -14 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ -15 first first ADJ JJ Degree=Pos|NumType=Ord 16 amod 16:amod _ +14 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 16 amod 16:amod _ 16 year year NOUN NN Number=Sing 10 obl 10:obl:in SpaceAfter=No -17 , , PUNCT , _ 10 punct 10:punct _ +17 , , PUNCT , _ 18 punct 18:punct _ 18 May May PROPN NNP Number=Sing 10 obl:tmod 10:obl:tmod _ -19 1968 1968 NUM CD NumType=Card 18 nummod 18:nummod _ +19 1968 1968 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ 20 to to ADP IN _ 21 case 21:case _ 21 May May PROPN NNP Number=Sing 18 nmod 18:nmod:to _ -22 1969 1969 NUM CD NumType=Card 21 nummod 21:nummod _ +22 1969 1969 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod _ 23 ( ( PUNCT -LRB- _ 35 punct 35:punct SpaceAfter=No 24 since since SCONJ IN _ 26 mark 26:mark _ 25 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 26 nsubj 26:nsubj _ -26 joined join VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 35 advcl 35:advcl:since _ +26 joined join VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 35 advcl 35:advcl:since _ 27 in in ADP IN _ 28 case 28:case _ 28 May May PROPN NNP Number=Sing 26 obl 26:obl:in _ -29 1968 1968 NUM CD NumType=Card 28 nummod 28:nummod SpaceAfter=No -30 , , PUNCT , _ 35 punct 35:punct _ -31 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ +29 1968 1968 NUM CD NumForm=Digit|NumType=Card 28 nummod 28:nummod SpaceAfter=No +30 , , PUNCT , _ 26 punct 26:punct _ +31 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ 32 service service NOUN NN Number=Sing 35 nsubj:pass 35:nsubj:pass _ 33 thereafter thereafter ADV RB _ 35 advmod 35:advmod _ 34 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 35 aux:pass 35:aux:pass _ @@ -9828,9 +9832,9 @@ 36 on on ADP IN _ 43 case 43:case _ 37 a a DET DT Definite=Ind|PronType=Art 43 det 43:det _ 38 May May PROPN NNP Number=Sing 43 compound 43:compound SpaceAfter=No -39 - - PUNCT HYPH _ 38 punct 38:punct SpaceAfter=No +39 - - PUNCT HYPH _ 42 punct 42:punct SpaceAfter=No 40 to to ADP IN _ 42 case 42:case SpaceAfter=No -41 - - PUNCT HYPH _ 42 punct 42:punct SpaceAfter=No +41 - - PUNCT HYPH _ 40 punct 40:punct SpaceAfter=No 42 May May PROPN NNP Number=Sing 38 nmod 38:nmod:to _ 43 basis basis NOUN NN Number=Sing 35 obl 35:obl:on SpaceAfter=No 44 ) ) PUNCT -RRB- _ 35 punct 35:punct SpaceAfter=No @@ -9839,13 +9843,13 @@ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0040 # text = Bush earned 340 points in 1969-1970. 1 Bush Bush PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 earned earn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 340 340 NUM CD NumType=Card 4 nummod 4:nummod _ +2 earned earn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 340 340 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 points point NOUN NNS Number=Plur 2 obj 2:obj _ 5 in in ADP IN _ 6 case 6:case _ -6 1969 1969 NUM CD NumType=Card 2 obl 2:obl:in SpaceAfter=No +6 1969 1969 NUM CD NumForm=Digit|NumType=Card 2 obl 2:obl:in SpaceAfter=No 7 - - SYM SYM _ 8 case 8:case SpaceAfter=No -8 1970 1970 NUM CD NumType=Card 6 nmod 6:nmod SpaceAfter=No +8 1970 1970 NUM CD NumForm=Digit|NumType=Card 6 nmod 6:nmod SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0041 @@ -9854,9 +9858,9 @@ 2 In in ADP IN _ 4 case 4:case _ 3 other other ADJ JJ Degree=Pos 4 amod 4:amod _ 4 words word NOUN NNS Number=Plur 7 obl 7:obl:in SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 Bush Bush PROPN NNP Number=Sing 7 nsubj 7:nsubj _ -7 earned earn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 earned earn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 enough enough ADJ JJ Degree=Pos 9 amod 9:amod _ 9 points point NOUN NNS Number=Plur 7 obj 7:obj _ 10 to to PART TO _ 11 mark 11:mark _ @@ -9864,15 +9868,15 @@ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 requirements requirement NOUN NNS Number=Plur 11 obj 11:obj _ 14 for for ADP IN _ 19 case 19:case _ -15 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +15 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 16 entire entire ADJ JJ Degree=Pos 19 amod 19:amod _ -17 six six NUM CD NumType=Card 18 nummod 18:nummod _ +17 six six NUM CD NumForm=Word|NumType=Card 18 nummod 18:nummod _ 18 year year NOUN NN Number=Sing 19 compound 19:compound _ 19 hitch hitch NOUN NN Number=Sing 13 nmod 13:nmod:for _ 20 in in ADP IN _ 21 case 21:case _ -21 1969 1969 NUM CD NumType=Card 7 obl 7:obl:in SpaceAfter=No +21 1969 1969 NUM CD NumForm=Digit|NumType=Card 7 obl 7:obl:in SpaceAfter=No 22 - - SYM SYM _ 23 case 23:case SpaceAfter=No -23 1970 1970 NUM CD NumType=Card 21 nmod 21:nmod _ +23 1970 1970 NUM CD NumForm=Digit|NumType=Card 21 nmod 21:nmod _ 24 alone alone ADV RB _ 21 advmod 21:advmod SpaceAfter=No 25 . . PUNCT . _ 7 punct 7:punct _ @@ -9885,48 +9889,48 @@ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0043 # text = He earned 137 points in 1970-1971. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 earned earn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 137 137 NUM CD NumType=Card 4 nummod 4:nummod _ +2 earned earn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 137 137 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 points point NOUN NNS Number=Plur 2 obj 2:obj _ 5 in in ADP IN _ 6 case 6:case _ -6 1970 1970 NUM CD NumType=Card 2 obl 2:obl:in SpaceAfter=No +6 1970 1970 NUM CD NumForm=Digit|NumType=Card 2 obl 2:obl:in SpaceAfter=No 7 - - SYM SYM _ 8 case 8:case SpaceAfter=No -8 1971 1971 NUM CD NumType=Card 6 nmod 6:nmod SpaceAfter=No +8 1971 1971 NUM CD NumForm=Digit|NumType=Card 6 nmod 6:nmod SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0044 # text = And he earned 112 points in 1971-1972. 1 And and CCONJ CC _ 3 cc 3:cc _ 2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 earned earn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 112 112 NUM CD NumType=Card 5 nummod 5:nummod _ +3 earned earn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 112 112 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 points point NOUN NNS Number=Plur 3 obj 3:obj _ 6 in in ADP IN _ 7 case 7:case _ -7 1971 1971 NUM CD NumType=Card 3 obl 3:obl:in SpaceAfter=No +7 1971 1971 NUM CD NumForm=Digit|NumType=Card 3 obl 3:obl:in SpaceAfter=No 8 - - SYM SYM _ 9 case 9:case SpaceAfter=No -9 1972 1972 NUM CD NumType=Card 7 nmod 7:nmod SpaceAfter=No +9 1972 1972 NUM CD NumForm=Digit|NumType=Card 7 nmod 7:nmod SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0045 # text = The numbers indicate that in his first four years, Bush not only showed up, he showed up a lot. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 numbers number NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 indicate indicate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 indicate indicate VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 that that SCONJ IN _ 14 mark 14:mark _ 5 in in ADP IN _ 9 case 9:case _ -6 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ -7 first first ADJ JJ Degree=Pos|NumType=Ord 9 amod 9:amod _ -8 four four NUM CD NumType=Card 9 nummod 9:nummod _ +6 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 9 amod 9:amod _ +8 four four NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 9 years year NOUN NNS Number=Plur 14 obl 14:obl:in SpaceAfter=No -10 , , PUNCT , _ 14 punct 14:punct _ +10 , , PUNCT , _ 9 punct 9:punct _ 11 Bush Bush PROPN NNP Number=Sing 14 nsubj 14:nsubj _ -12 not not PART RB _ 13 advmod 13:advmod _ +12 not not PART RB _ 14 advmod 14:advmod _ 13 only only ADV RB _ 14 advmod 14:advmod _ -14 showed show VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +14 showed show VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ 15 up up ADP RP _ 14 compound:prt 14:compound:prt SpaceAfter=No 16 , , PUNCT , _ 18 punct 18:punct _ 17 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -18 showed show VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 conj 3:ccomp|14:conj _ +18 showed show VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 conj 3:ccomp|14:conj _ 19 up up ADP RP _ 18 compound:prt 18:compound:prt _ 20 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 21 lot lot NOUN NN Number=Sing 18 obl:npmod 18:obl:npmod SpaceAfter=No @@ -9934,7 +9938,7 @@ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0046 # text = Did you know that? -1 Did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +1 Did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 know know VERB VB VerbForm=Inf 0 root 0:root _ 4 that that PRON DT Number=Sing|PronType=Dem 3 obj 3:obj SpaceAfter=No @@ -9949,8 +9953,8 @@ 4 story story NOUN NN Number=Sing 2 obj 2:obj _ 5 to to ADP IN _ 6 case 6:case _ 6 May May PROPN NNP Number=Sing 2 obl 2:obl:to _ -7 1972 1972 NUM CD NumType=Card 6 nummod 6:nummod _ -8 — - PUNCT , _ 6 punct 6:punct _ +7 1972 1972 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ +8 — - PUNCT , _ 10 punct 10:punct _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 time time NOUN NN Number=Sing 6 appos 6:appos|15:nsubj _ 11 that that PRON WDT PronType=Rel 15 nsubj 10:ref _ @@ -9963,36 +9967,36 @@ 18 many many ADJ JJ Degree=Pos 20 amod 20:amod _ 19 news news NOUN NN Number=Sing 20 compound 20:compound _ 20 reports report NOUN NNS Number=Plur 15 nmod 15:nmod:of _ -21 — - PUNCT , _ 6 punct 6:punct _ -22 when when SCONJ WRB PronType=Int 25 mark 25:mark _ +21 — - PUNCT , _ 25 punct 25:punct _ +22 when when ADV WRB PronType=Int 25 advmod 25:advmod _ 23 Bush Bush PROPN NNP Number=Sing 25 nsubj 25:nsubj|36:nsubj|38:nsubj:xsubj _ 24 “ " PUNCT `` _ 25 punct 25:punct SpaceAfter=No -25 deserted desert VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:when SpaceAfter=No +25 deserted desert VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 acl 6:acl:when SpaceAfter=No 26 ” " PUNCT '' _ 25 punct 25:punct _ 27 ( ( PUNCT -LRB- _ 32 punct 32:punct SpaceAfter=No -28 according accord VERB VBG VerbForm=Ger 32 case 32:case _ +28 according accord VERB VBG ExtPos=ADP|VerbForm=Ger 32 case 32:case _ 29 to to ADP IN _ 28 fixed 28:fixed _ 30 anti-Bush anti-bush ADJ JJ Degree=Pos 31 amod 31:amod _ 31 filmmaker filmmaker NOUN NN Number=Sing 32 compound 32:compound _ -32 Michael Michael PROPN NNP Number=Sing 25 obl 25:obl:accord_to _ +32 Michael Michael PROPN NNP Number=Sing 25 obl 25:obl:according_to _ 33 Moore Moore PROPN NNP Number=Sing 32 flat 32:flat SpaceAfter=No 34 ) ) PUNCT -RRB- _ 32 punct 32:punct _ 35 or or CCONJ CC _ 36 cc 36:cc _ -36 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 conj 6:advcl:when|25:conj:or _ +36 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 conj 6:advcl:when|25:conj:or _ 37 “ " PUNCT `` _ 38 punct 38:punct SpaceAfter=No 38 AWOL awol ADJ JJ Degree=Pos 36 xcomp 36:xcomp SpaceAfter=No 39 ” " PUNCT '' _ 38 punct 38:punct _ 40 ( ( PUNCT -LRB- _ 43 punct 43:punct SpaceAfter=No -41 according accord VERB VBG VerbForm=Ger 43 case 43:case _ +41 according accord VERB VBG ExtPos=ADP|VerbForm=Ger 43 case 43:case _ 42 to to ADP IN _ 41 fixed 41:fixed _ -43 Terry Terry PROPN NNP Number=Sing 36 obl 36:obl:accord_to _ +43 Terry Terry PROPN NNP Number=Sing 36 obl 36:obl:according_to _ 44 McAuliffe McAuliffe PROPN NNP Number=Sing 43 flat 43:flat SpaceAfter=No -45 , , PUNCT , _ 43 punct 43:punct _ +45 , , PUNCT , _ 46 punct 46:punct _ 46 chairman chairman NOUN NN Number=Sing 43 appos 43:appos _ 47 of of ADP IN _ 51 case 51:case _ 48 the the DET DT Definite=Def|PronType=Art 51 det 51:det _ -49 Democratic Democratic PROPN NNP Number=Sing 51 compound 51:compound _ -50 National National PROPN NNP Number=Sing 51 compound 51:compound _ +49 Democratic Democratic ADJ NNP Degree=Pos 51 amod 51:amod _ +50 National National ADJ NNP Degree=Pos 51 amod 51:amod _ 51 Committee Committee PROPN NNP Number=Sing 46 nmod 46:nmod:of SpaceAfter=No 52 ) ) PUNCT -RRB- _ 43 punct 43:punct SpaceAfter=No 53 . . PUNCT . _ 2 punct 2:punct _ @@ -10000,7 +10004,7 @@ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0048 # text = Bush asked for permission to go to Alabama to work on a Senate campaign. 1 Bush Bush PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 asked ask VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 for for ADP IN _ 4 case 4:case _ 4 permission permission NOUN NN Number=Sing 2 obl 2:obl:for _ 5 to to PART TO _ 6 mark 6:mark _ @@ -10017,10 +10021,10 @@ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0049 # text = His superior officers said OK. -1 His he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 His his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 superior superior ADJ JJ Degree=Pos 3 amod 3:amod _ 3 officers officer NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 said say VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 OK ok INTJ UH _ 4 obj 4:obj SpaceAfter=No 6 . . PUNCT . _ 4 punct 4:punct _ @@ -10030,32 +10034,32 @@ 2 like like ADP IN _ 3 case 3:case _ 3 that that PRON DT Number=Sing|PronType=Dem 1 nmod 1:nmod:like _ 4-5 weren’t _ _ _ _ _ _ _ _ -4 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 cop 6:cop _ +4 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 5 n’t not PART RB _ 6 advmod 6:advmod _ 6 unusual unusual ADJ JJ Degree=Pos 8 ccomp 8:ccomp SpaceAfter=No -7 , , PUNCT , _ 8 punct 8:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -9 retired retire VERB VBN Tense=Past|VerbForm=Part 10 amod 10:amod _ +9 retired retire VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 amod 10:amod _ 10 Col. Col. PROPN NNP Number=Sing 8 nsubj 8:nsubj|15:nsubj _ 11 William William PROPN NNP Number=Sing 10 flat 10:flat _ 12 Campenni Campenni PROPN NNP Number=Sing 10 flat 10:flat SpaceAfter=No -13 , , PUNCT , _ 10 punct 10:punct _ +13 , , PUNCT , _ 15 punct 15:punct _ 14 who who PRON WP PronType=Rel 15 nsubj 10:ref _ -15 flew fly VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +15 flew fly VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ 16 with with ADP IN _ 17 case 17:case _ 17 Bush Bush PROPN NNP Number=Sing 15 obl 15:obl:with _ 18 in in ADP IN _ 19 case 19:case _ -19 1970 1970 NUM CD NumType=Card 15 obl 15:obl:in _ +19 1970 1970 NUM CD NumForm=Digit|NumType=Card 15 obl 15:obl:in _ 20 and and CCONJ CC _ 21 cc 21:cc _ -21 1971 1971 NUM CD NumType=Card 19 conj 15:obl:in|19:conj:and SpaceAfter=No +21 1971 1971 NUM CD NumForm=Digit|NumType=Card 19 conj 15:obl:in|19:conj:and SpaceAfter=No 22 . . PUNCT . _ 8 punct 8:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0051 # text = “In 1972, there was an enormous glut of pilots,” Campenni says. -1 “ " PUNCT `` _ 15 punct 15:punct SpaceAfter=No +1 “ " PUNCT `` _ 6 punct 6:punct SpaceAfter=No 2 In in ADP IN _ 3 case 3:case _ -3 1972 1972 NUM CD NumType=Card 6 obl 6:obl:in SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +3 1972 1972 NUM CD NumForm=Digit|NumType=Card 6 obl 6:obl:in SpaceAfter=No +4 , , PUNCT , _ 3 punct 3:punct _ 5 there there PRON EX _ 6 expl 6:expl _ 6 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 ccomp 15:ccomp _ 7 an a DET DT Definite=Ind|PronType=Art 9 det 9:det _ @@ -10063,8 +10067,8 @@ 9 glut glut NOUN NN Number=Sing 6 nsubj 6:nsubj _ 10 of of ADP IN _ 11 case 11:case _ 11 pilots pilot NOUN NNS Number=Plur 9 nmod 9:nmod:of SpaceAfter=No -12 , , PUNCT , _ 15 punct 15:punct SpaceAfter=No -13 ” " PUNCT '' _ 15 punct 15:punct _ +12 , , PUNCT , _ 6 punct 6:punct SpaceAfter=No +13 ” " PUNCT '' _ 6 punct 6:punct _ 14 Campenni Campenni PROPN NNP Number=Sing 15 nsubj 15:nsubj _ 15 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 16 . . PUNCT . _ 15 punct 15:punct _ @@ -10094,32 +10098,32 @@ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0053 # text = In ’72 or ’73, if you were a pilot, active or Guard, and you had an obligation and wanted to get out, no problem. 1 In in ADP IN _ 2 case 2:case _ -2 ’72 '72 NUM CD NumType=Card 10 obl 10:obl:in _ +2 ’72 '72 NUM CD NumForm=Digit|NumType=Card 10 obl 10:obl:in _ 3 or or CCONJ CC _ 4 cc 4:cc _ -4 ’73 '73 NUM CD NumType=Card 2 conj 2:conj:or|10:obl:in SpaceAfter=No -5 , , PUNCT , _ 10 punct 10:punct _ +4 ’73 '73 NUM CD NumForm=Digit|NumType=Card 2 conj 2:conj:or|10:obl:in SpaceAfter=No +5 , , PUNCT , _ 2 punct 2:punct _ 6 if if SCONJ IN _ 10 mark 10:mark _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -8 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 cop 10:cop _ +8 were be AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 10 cop 10:cop _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 pilot pilot NOUN NN Number=Sing 28 advcl 28:advcl:if SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 active active ADJ JJ Degree=Pos 10 amod 10:amod _ 13 or or CCONJ CC _ 14 cc 14:cc _ 14 Guard Guard PROPN NNP Number=Sing 12 conj 10:amod|12:conj:or SpaceAfter=No 15 , , PUNCT , _ 18 punct 18:punct _ 16 and and CCONJ CC _ 18 cc 18:cc _ 17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj|22:nsubj|24:nsubj:xsubj _ -18 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 conj 10:conj:and|28:advcl:if _ +18 had have VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 10 conj 10:conj:and|28:advcl:if _ 19 an a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 20 obligation obligation NOUN NN Number=Sing 18 obj 18:obj _ 21 and and CCONJ CC _ 22 cc 22:cc _ -22 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 conj 18:conj:and _ +22 wanted want VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 18 conj 18:conj:and _ 23 to to PART TO _ 24 mark 24:mark _ 24 get get VERB VB VerbForm=Inf 22 xcomp 22:xcomp _ 25 out out ADV RB _ 24 advmod 24:advmod SpaceAfter=No -26 , , PUNCT , _ 28 punct 28:punct _ -27 no no DET DT _ 28 det 28:det _ +26 , , PUNCT , _ 10 punct 10:punct _ +27 no no DET DT PronType=Neg 28 det 28:det _ 28 problem problem NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 29 . . PUNCT . _ 28 punct 28:punct _ @@ -10127,13 +10131,13 @@ # text = In fact, you were helping them solve their problem.” 1 In in ADP IN _ 2 case 2:case _ 2 fact fact NOUN NN Number=Sing 6 obl 6:obl:in SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -5 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +5 were be AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 6 helping help VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 7 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 6 obj 6:obj|8:nsubj:xsubj _ 8 solve solve VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 problem problem NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No 11 . . PUNCT . _ 6 punct 6:punct SpaceAfter=No 12 ” " PUNCT '' _ 6 punct 6:punct _ @@ -10142,7 +10146,7 @@ # text = So Bush stopped flying. 1 So so ADV RB _ 3 advmod 3:advmod _ 2 Bush Bush PROPN NNP Number=Sing 3 nsubj 3:nsubj|4:nsubj:xsubj _ -3 stopped stop VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 stopped stop VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 flying fly VERB VBG VerbForm=Ger 3 xcomp 3:xcomp SpaceAfter=No 5 . . PUNCT . _ 3 punct 3:punct _ @@ -10150,38 +10154,38 @@ # text = From May 1972 to May 1973, he earned just 56 points — not much, but enough to meet his requirement. 1 From from ADP IN _ 2 case 2:case _ 2 May May PROPN NNP Number=Sing 9 obl 9:obl:from _ -3 1972 1972 NUM CD NumType=Card 2 nummod 2:nummod _ +3 1972 1972 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 4 to to ADP IN _ 5 case 5:case _ 5 May May PROPN NNP Number=Sing 2 nmod 2:nmod:to _ -6 1973 1973 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +6 1973 1973 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +7 , , PUNCT , _ 2 punct 2:punct _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 earned earn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 earned earn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 just just ADV RB _ 12 advmod 12:advmod _ -11 56 56 NUM CD NumType=Card 12 nummod 12:nummod _ +11 56 56 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 12 points point NOUN NNS Number=Plur 9 obj 9:obj _ -13 — - PUNCT : _ 12 punct 12:punct _ -14 not not ADV RB _ 15 advmod 15:advmod _ +13 — - PUNCT : _ 15 punct 15:punct _ +14 not not PART RB _ 15 advmod 15:advmod _ 15 much much ADJ JJ Degree=Pos 12 amod 12:amod SpaceAfter=No 16 , , PUNCT , _ 18 punct 18:punct _ 17 but but CCONJ CC _ 18 cc 18:cc _ 18 enough enough ADJ JJ Degree=Pos 15 conj 12:amod|15:conj:but _ 19 to to PART TO _ 20 mark 20:mark _ 20 meet meet VERB VB VerbForm=Inf 18 advcl 18:advcl:to _ -21 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 requirement requirement NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No 23 . . PUNCT . _ 9 punct 9:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0057 # text = Then, in 1973, as Bush made plans to leave the Guard and go to Harvard Business School, he again started showing up frequently. 1 Then then ADV RB PronType=Dem 23 advmod 23:advmod SpaceAfter=No -2 , , PUNCT , _ 23 punct 23:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 in in ADP IN _ 4 case 4:case _ -4 1973 1973 NUM CD NumType=Card 23 obl 23:obl:in SpaceAfter=No -5 , , PUNCT , _ 23 punct 23:punct _ +4 1973 1973 NUM CD NumForm=Digit|NumType=Card 23 obl 23:obl:in SpaceAfter=No +5 , , PUNCT , _ 4 punct 4:punct _ 6 as as SCONJ IN _ 8 mark 8:mark _ 7 Bush Bush PROPN NNP Number=Sing 8 nsubj 8:nsubj _ -8 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 23 advcl 23:advcl:as _ +8 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 23 advcl 23:advcl:as _ 9 plans plan NOUN NNS Number=Plur 8 obj 8:obj _ 10 to to PART TO _ 11 mark 11:mark _ 11 leave leave VERB VB VerbForm=Inf 9 acl 9:acl:to _ @@ -10193,10 +10197,10 @@ 17 Harvard Harvard PROPN NNP Number=Sing 19 compound 19:compound _ 18 Business Business PROPN NNP Number=Sing 19 compound 19:compound _ 19 School School PROPN NNP Number=Sing 15 obl 15:obl:to SpaceAfter=No -20 , , PUNCT , _ 23 punct 23:punct _ +20 , , PUNCT , _ 8 punct 8:punct _ 21 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 23 nsubj 23:nsubj|24:nsubj:xsubj _ 22 again again ADV RB _ 23 advmod 23:advmod _ -23 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +23 started start VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 24 showing show VERB VBG VerbForm=Ger 23 xcomp 23:xcomp _ 25 up up ADP RP _ 24 compound:prt 24:compound:prt _ 26 frequently frequently ADV RB _ 24 advmod 24:advmod SpaceAfter=No @@ -10209,35 +10213,35 @@ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 July July PROPN NNP Number=Sing 2 conj 2:conj:and|9:obl:in _ 5 of of ADP IN _ 6 case 6:case _ -6 1973 1973 NUM CD NumType=Card 2 nmod 2:nmod:of SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +6 1973 1973 NUM CD NumForm=Digit|NumType=Card 2 nmod 2:nmod:of SpaceAfter=No +7 , , PUNCT , _ 2 punct 2:punct _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 accumulated accumulate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -10 56 56 NUM CD NumType=Card 11 nummod 11:nummod _ +9 accumulated accumulate VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 56 56 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 11 points point NOUN NNS Number=Plur 9 obj 9:obj SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ +12 , , PUNCT , _ 13 punct 13:punct _ 13 enough enough ADJ JJ Degree=Pos 11 amod 11:amod _ 14 to to PART TO _ 15 mark 15:mark _ 15 meet meet VERB VB VerbForm=Inf 13 advcl 13:advcl:to _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -17 minimum minimum NOUN NN Number=Sing 18 compound 18:compound _ +17 minimum minimum ADJ JJ Degree=Pos 18 amod 18:amod _ 18 requirement requirement NOUN NN Number=Sing 15 obj 15:obj _ 19 for for ADP IN _ 24 case 24:case _ 20 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -21 1973 1973 NUM CD NumType=Card 24 compound 24:compound SpaceAfter=No +21 1973 1973 NUM CD NumForm=Digit|NumType=Card 24 compound 24:compound SpaceAfter=No 22 - - SYM SYM _ 23 case 23:case SpaceAfter=No -23 1974 1974 NUM CD NumType=Card 21 nmod 21:nmod _ +23 1974 1974 NUM CD NumForm=Digit|NumType=Card 21 nmod 21:nmod _ 24 year year NOUN NN Number=Sing 18 nmod 18:nmod:for SpaceAfter=No 25 . . PUNCT . _ 9 punct 9:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0059 # text = Then, at his request, he was given permission to go. 1 Then then ADV RB PronType=Dem 9 advmod 9:advmod SpaceAfter=No -2 , , PUNCT , _ 9 punct 9:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 at at ADP IN _ 5 case 5:case _ -4 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 request request NOUN NN Number=Sing 9 obl 9:obl:at SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj:pass 9:nsubj:pass _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ 9 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ @@ -10249,25 +10253,25 @@ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0060 # text = Bush received an honorable discharge after serving five years, four months and five days of his original six-year commitment. 1 Bush Bush PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 received receive VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 honorable honorable ADJ JJ Degree=Pos 5 amod 5:amod _ 5 discharge discharge NOUN NN Number=Sing 2 obj 2:obj _ 6 after after SCONJ IN _ 7 mark 7:mark _ 7 serving serve VERB VBG VerbForm=Ger 2 advcl 2:advcl:after _ -8 five five NUM CD NumType=Card 9 nummod 9:nummod _ +8 five five NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 9 years year NOUN NNS Number=Plur 7 obj 7:obj SpaceAfter=No 10 , , PUNCT , _ 12 punct 12:punct _ -11 four four NUM CD NumType=Card 12 nummod 12:nummod _ +11 four four NUM CD NumForm=Word|NumType=Card 12 nummod 12:nummod _ 12 months month NOUN NNS Number=Plur 9 conj 7:obj|9:conj:and _ 13 and and CCONJ CC _ 15 cc 15:cc _ -14 five five NUM CD NumType=Card 15 nummod 15:nummod _ +14 five five NUM CD NumForm=Word|NumType=Card 15 nummod 15:nummod _ 15 days day NOUN NNS Number=Plur 9 conj 7:obj|9:conj:and _ 16 of of ADP IN _ 22 case 22:case _ -17 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +17 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 18 original original ADJ JJ Degree=Pos 22 amod 22:amod _ -19 six six NUM CD NumType=Card 21 nummod 21:nummod SpaceAfter=No -20 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No +19 six six NUM CD NumForm=Word|NumType=Card 21 nummod 21:nummod SpaceAfter=No +20 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No 21 year year NOUN NN Number=Sing 22 compound 22:compound _ 22 commitment commitment NOUN NN Number=Sing 9 nmod 9:nmod:of SpaceAfter=No 23 . . PUNCT . _ 2 punct 2:punct _ @@ -10277,20 +10281,20 @@ 1 By by ADP IN _ 3 case 3:case _ 2 that that DET DT Number=Sing|PronType=Dem 3 det 3:det _ 3 time time NOUN NN Number=Sing 9 obl 9:obl:by SpaceAfter=No -4 , , PUNCT , _ 9 punct 9:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 however however ADV RB _ 9 advmod 9:advmod SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -8 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +8 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 9 accumulated accumulate VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 10 enough enough ADJ JJ Degree=Pos 11 amod 11:amod _ 11 points point NOUN NNS Number=Plur 9 obj 9:obj _ 12 in in ADP IN _ 14 case 14:case _ -13 each each DET DT _ 14 det 14:det _ +13 each each DET DT PronType=Tot 14 det 14:det _ 14 year year NOUN NN Number=Sing 9 obl 9:obl:in _ 15 to to PART TO _ 16 mark 16:mark _ 16 cover cover VERB VB VerbForm=Inf 10 advcl 10:advcl:to _ -17 six six NUM CD NumType=Card 18 nummod 18:nummod _ +17 six six NUM CD NumForm=Word|NumType=Card 18 nummod 18:nummod _ 18 years year NOUN NNS Number=Plur 16 obj 16:obj _ 19 of of ADP IN _ 20 case 20:case _ 20 service service NOUN NN Number=Sing 18 nmod 18:nmod:of SpaceAfter=No @@ -10299,11 +10303,11 @@ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0062 # text = During his service, Bush received high marks as a pilot. 1 During during ADP IN _ 3 case 3:case _ -2 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 service service NOUN NN Number=Sing 6 obl 6:obl:during SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 Bush Bush PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -6 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 received receive VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 high high ADJ JJ Degree=Pos 8 amod 8:amod _ 8 marks mark NOUN NNS Number=Plur 6 obj 6:obj _ 9 as as ADP IN _ 11 case 11:case _ @@ -10314,9 +10318,9 @@ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0063 # text = A 1970 evaluation said Bush “clearly stands out as a top notch fighter interceptor pilot” and was “a natural leader whom his contemporaries look to for leadership.” 1 A a DET DT Definite=Ind|PronType=Art 3 det 3:det _ -2 1970 1970 NUM CD NumType=Card 3 nummod 3:nummod _ +2 1970 1970 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 3 evaluation evaluation NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 Bush Bush PROPN NNP Number=Sing 8 nsubj 8:nsubj|23:nsubj _ 6 “ " PUNCT `` _ 8 punct 8:punct SpaceAfter=No 7 clearly clearly ADV RB _ 8 advmod 8:advmod _ @@ -10337,21 +10341,21 @@ 22 natural natural ADJ JJ Degree=Pos 23 amod 23:amod _ 23 leader leader NOUN NN Number=Sing 8 conj 4:ccomp|8:conj:and|27:obl _ 24 whom whom PRON WP PronType=Rel 27 obl 23:ref _ -25 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 contemporaries contemporary NOUN NNS Number=Plur 27 nsubj 27:nsubj _ -27 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 acl:relcl 23:acl:relcl _ +27 look look VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 acl:relcl 23:acl:relcl _ 28 to to ADP IN _ 24 case 24:case _ 29 for for ADP IN _ 30 case 30:case _ 30 leadership leadership NOUN NN Number=Sing 27 obl 27:obl:for SpaceAfter=No -31 . . PUNCT . _ 4 punct 4:punct SpaceAfter=No -32 ” " PUNCT '' _ 4 punct 4:punct _ +31 . . PUNCT . _ 23 punct 23:punct SpaceAfter=No +32 ” " PUNCT '' _ 23 punct 23:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0064 # text = A 1971 evaluation called Bush “an exceptionally fine young officer and pilot” who “continually flies intercept missions with the unit to increase his proficiency even further.” 1 A a DET DT Definite=Ind|PronType=Art 3 det 3:det _ -2 1971 1971 NUM CD NumType=Card 3 nummod 3:nummod _ +2 1971 1971 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 3 evaluation evaluation NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 called call VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 Bush Bush PROPN NNP Number=Sing 4 obj 4:obj|11:nsubj:xsubj|13:nsubj:xsubj _ 6 “ " PUNCT `` _ 11 punct 11:punct SpaceAfter=No 7 an a DET DT Definite=Ind|PronType=Art 11 det 11:det _ @@ -10361,7 +10365,7 @@ 11 officer officer NOUN NN Number=Sing 4 xcomp 4:xcomp|18:nsubj _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 pilot pilot NOUN NN Number=Sing 11 conj 4:xcomp|11:conj:and|18:nsubj SpaceAfter=No -14 ” " PUNCT '' _ 13 punct 13:punct _ +14 ” " PUNCT '' _ 11 punct 11:punct _ 15 who who PRON WP PronType=Rel 18 nsubj 11:ref _ 16 “ " PUNCT `` _ 18 punct 18:punct SpaceAfter=No 17 continually continually ADV RB _ 18 advmod 18:advmod _ @@ -10373,22 +10377,22 @@ 23 unit unit NOUN NN Number=Sing 18 obl 18:obl:with _ 24 to to PART TO _ 25 mark 25:mark _ 25 increase increase VERB VB VerbForm=Inf 18 advcl 18:advcl:to _ -26 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +26 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 27 proficiency proficiency NOUN NN Number=Sing 25 obj 25:obj _ 28 even even ADV RB _ 29 advmod 29:advmod _ -29 further further ADV RB _ 25 advmod 25:advmod SpaceAfter=No -30 . . PUNCT . _ 4 punct 4:punct SpaceAfter=No -31 ” " PUNCT '' _ 4 punct 4:punct _ +29 further far ADV RBR Degree=Cmp 25 advmod 25:advmod SpaceAfter=No +30 . . PUNCT . _ 18 punct 18:punct SpaceAfter=No +31 ” " PUNCT '' _ 18 punct 18:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0065 # text = And a 1972 evaluation called Bush “an exceptional fighter interceptor pilot and officer.” 1 And and CCONJ CC _ 5 cc 5:cc _ 2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ -3 1972 1972 NUM CD NumType=Card 4 nummod 4:nummod _ +3 1972 1972 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 evaluation evaluation NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 called call VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 Bush Bush PROPN NNP Number=Sing 5 obj 5:obj|12:nsubj:xsubj|14:nsubj:xsubj _ -7 “ " PUNCT `` _ 5 punct 5:punct SpaceAfter=No +7 “ " PUNCT `` _ 12 punct 12:punct SpaceAfter=No 8 an a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 9 exceptional exceptional ADJ JJ Degree=Pos 12 amod 12:amod _ 10 fighter fighter NOUN NN Number=Sing 11 compound 11:compound _ @@ -10396,13 +10400,13 @@ 12 pilot pilot NOUN NN Number=Sing 5 xcomp 5:xcomp _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 officer officer NOUN NN Number=Sing 12 conj 5:xcomp|12:conj:and SpaceAfter=No -15 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No -16 ” " PUNCT '' _ 5 punct 5:punct _ +15 . . PUNCT . _ 12 punct 12:punct SpaceAfter=No +16 ” " PUNCT '' _ 12 punct 12:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0066 # text = Now, it is only natural that news reports questioning Bush’s service — in The Boston Globe and The New York Times, on CBS and in other outlets — would come out now. 1 Now now ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 expl 6:expl _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 only only ADV RB _ 6 advmod 6:advmod _ @@ -10415,14 +10419,14 @@ 11 Bush Bush PROPN NNP Number=Sing 13 nmod:poss 13:nmod:poss _ 12 ’s 's PART POS _ 11 case 11:case _ 13 service service NOUN NN Number=Sing 10 obj 10:obj _ -14 — - PUNCT , _ 9 punct 9:punct _ +14 — - PUNCT , _ 18 punct 18:punct _ 15 in in ADP IN _ 18 case 18:case _ 16 The the DET DT Definite=Def|PronType=Art 18 det 18:det _ 17 Boston Boston PROPN NNP Number=Sing 18 compound 18:compound _ 18 Globe Globe PROPN NNP Number=Sing 9 nmod 9:nmod:in _ 19 and and CCONJ CC _ 23 cc 23:cc _ 20 The the DET DT Definite=Def|PronType=Art 23 det 23:det _ -21 New New PROPN NNP Number=Sing 22 compound 22:compound _ +21 New New ADJ NNP Degree=Pos 22 amod 22:amod _ 22 York York PROPN NNP Number=Sing 23 compound 23:compound _ 23 Times Times PROPN NNP Number=Sing 18 conj 9:nmod:in|18:conj:and SpaceAfter=No 24 , , PUNCT , _ 26 punct 26:punct _ @@ -10432,7 +10436,7 @@ 28 in in ADP IN _ 30 case 30:case _ 29 other other ADJ JJ Degree=Pos 30 amod 30:amod _ 30 outlets outlet NOUN NNS Number=Plur 18 conj 9:nmod:in|18:conj:and _ -31 — - PUNCT , _ 33 punct 33:punct _ +31 — - PUNCT , _ 9 punct 9:punct _ 32 would would AUX MD VerbForm=Fin 33 aux 33:aux _ 33 come come VERB VB VerbForm=Inf 6 csubj 6:csubj _ 34 out out ADV RB _ 33 advmod 33:advmod _ @@ -10441,8 +10445,8 @@ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0067 # text = Democrats are spitting mad over attacks on John Kerry’s record by the group Swift Boat Veterans for Truth. -1 Democrats Democrats PROPN NNPS Number=Plur 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +1 Democrats Democrat PROPN NNPS Number=Plur 4 nsubj 4:nsubj _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 spitting spitting ADV RB _ 4 advmod 4:advmod _ 4 mad mad ADJ JJ Degree=Pos 0 root 0:root _ 5 over over ADP IN _ 6 case 6:case _ @@ -10466,13 +10470,13 @@ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0068 # text = And, as it is with Kerry, it’s reasonable to look at a candidate’s entire record, including his military service — or lack of it. 1 And and CCONJ CC _ 11 cc 11:cc SpaceAfter=No -2 , , PUNCT , _ 11 punct 11:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 as as SCONJ IN _ 5 mark 5:mark _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 expl 5:expl _ -5 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:as _ +5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:as _ 6 with with ADP IN _ 7 case 7:case _ 7 Kerry Kerry PROPN NNP Number=Sing 5 obl 5:obl:with SpaceAfter=No -8 , , PUNCT , _ 11 punct 11:punct _ +8 , , PUNCT , _ 5 punct 5:punct _ 9-10 it’s _ _ _ _ _ _ _ _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 expl 11:expl _ 10 ’s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ @@ -10486,14 +10490,14 @@ 17 ’s 's PART POS _ 16 case 16:case _ 18 entire entire ADJ JJ Degree=Pos 19 amod 19:amod _ 19 record record NOUN NN Number=Sing 13 obl 13:obl:at SpaceAfter=No -20 , , PUNCT , _ 19 punct 19:punct _ +20 , , PUNCT , _ 24 punct 24:punct _ 21 including include VERB VBG VerbForm=Ger 24 case 24:case _ -22 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +22 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 23 military military ADJ JJ Degree=Pos 24 amod 24:amod _ -24 service service NOUN NN Number=Sing 19 nmod 19:nmod:include _ -25 — - PUNCT , _ 24 punct 24:punct _ +24 service service NOUN NN Number=Sing 19 nmod 19:nmod:including _ +25 — - PUNCT , _ 27 punct 27:punct _ 26 or or CCONJ CC _ 27 cc 27:cc _ -27 lack lack NOUN NN Number=Sing 24 conj 19:nmod:include|24:conj:or _ +27 lack lack NOUN NN Number=Sing 24 conj 19:nmod:including|24:conj:or _ 28 of of ADP IN _ 29 case 29:case _ 29 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 27 nmod 27:nmod:of SpaceAfter=No 30 . . PUNCT . _ 11 punct 11:punct _ @@ -10501,7 +10505,7 @@ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0069 # text = Voters are perfectly able to decide whether it’s important or not in November. 1 Voters voter NOUN NNS Number=Plur 4 nsubj 4:nsubj|6:nsubj:xsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 perfectly perfectly ADV RB _ 4 advmod 4:advmod _ 4 able able ADJ JJ Degree=Pos 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ @@ -10528,12 +10532,13 @@ 7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 8 Swift Swift PROPN NNP Number=Sing 10 compound 10:compound _ 9 boat boat PROPN NNP Number=Sing 8 flat 8:flat _ -10 veterans veteran PROPN NNPS Number=Plur 12 nmod:poss 12:nmod:poss SpaceAfter=No +10-11 veterans’ _ _ _ _ _ _ _ _ +10 veterans veteran PROPN NNPS Number=Plur 12 nmod:poss 12:nmod:poss _ 11 ’ 's PART POS _ 10 case 10:case _ 12 attack attack NOUN NN Number=Sing 4 obl 4:obl:for SpaceAfter=No 13 , , PUNCT , _ 25 punct 25:punct _ 14 but but CCONJ CC _ 25 cc 25:cc _ -15 anyone anyone PRON NN Number=Sing 25 nsubj 18:nsubj|25:nsubj _ +15 anyone anyone PRON NN Number=Sing|PronType=Ind 25 nsubj 18:nsubj|25:nsubj _ 16 who who PRON WP PronType=Rel 18 nsubj 15:ref _ 17 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 18 spent spend VERB VBN Tense=Past|VerbForm=Part 15 acl:relcl 15:acl:relcl _ @@ -10548,12 +10553,12 @@ 27 sense sense NOUN NN Number=Sing 25 obj 25:obj _ 28 that that SCONJ IN _ 31 mark 31:mark _ 29 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 31 nsubj 31:nsubj _ -30 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ +30 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ 31 doing do VERB VBG Tense=Pres|VerbForm=Part 27 acl 27:acl:that _ 32 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 31 obj 31:obj _ 33 entirely entirely ADV RB _ 37 advmod 37:advmod _ 34 for for ADP IN _ 37 case 37:case _ -35 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ +35 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ 36 own own ADJ JJ Degree=Pos 37 amod 37:amod _ 37 reasons reason NOUN NNS Number=Plur 31 obl 31:obl:for SpaceAfter=No 38 . . PUNCT . _ 4 punct 4:punct _ @@ -10571,39 +10576,40 @@ 9 Kerry Kerry PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 10 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 11 personally personally ADV RB _ 12 advmod 12:advmod _ -12 questioned question VERB VBN Tense=Past|VerbForm=Part 5 ccomp 5:ccomp _ +12 questioned question VERB VBN Tense=Past|VerbForm=Part 5 csubj:pass 5:csubj:pass _ 13-14 Bush’s _ _ _ _ _ _ _ _ 13 Bush Bush PROPN NNP Number=Sing 15 nmod:poss 15:nmod:poss _ 14 ’s 's PART POS _ 13 case 13:case _ 15 service service NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No -16 , , PUNCT , _ 12 punct 12:punct _ +16 , , PUNCT , _ 22 punct 22:punct _ 17 while while SCONJ IN _ 22 mark 22:mark _ 18 Bush Bush PROPN NNP Number=Sing 22 nsubj 22:nsubj _ 19 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ 20 not not PART RB _ 22 advmod 22:advmod _ 21 personally personally ADV RB _ 22 advmod 22:advmod _ 22 questioned question VERB VBN Tense=Past|VerbForm=Part 12 advcl 12:advcl:while _ -23 Kerry Kerry PROPN NNP Number=Sing 22 obj 22:obj SpaceAfter=No -24 ’s 's PART POS _ 23 case 23:case SpaceAfter=No +23-24 Kerry’s _ _ _ _ _ _ _ SpaceAfter=No +23 Kerry Kerry PROPN NNP Number=Sing 22 obj 22:obj _ +24 ’s 's PART POS _ 23 case 23:case _ 25 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0072 # text = In April — before the Swift boat veterans had said a word — Kerry said Bush “has yet to explain to America whether or not, and tell the truth, about whether he showed up for duty.” 1 In in ADP IN _ 2 case 2:case _ 2 April April PROPN NNP Number=Sing 15 obl 15:obl:in _ -3 — - PUNCT , _ 15 punct 15:punct _ +3 — - PUNCT , _ 2 punct 2:punct _ 4 before before SCONJ IN _ 10 mark 10:mark _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 6 Swift Swift PROPN NNP Number=Sing 7 compound 7:compound _ 7 boat boat PROPN NNP Number=Sing 8 compound 8:compound _ -8 veterans veterans PROPN NNPS Number=Plur 10 nsubj 10:nsubj _ -9 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 aux 10:aux _ +8 veterans veteran PROPN NNPS Number=Plur 10 nsubj 10:nsubj _ +9 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 10 aux 10:aux _ 10 said say VERB VBN Tense=Past|VerbForm=Part 15 advcl 15:advcl:before _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 word word NOUN NN Number=Sing 10 obj 10:obj _ -13 — - PUNCT , _ 15 punct 15:punct _ +13 — - PUNCT , _ 10 punct 10:punct _ 14 Kerry Kerry PROPN NNP Number=Sing 15 nsubj 15:nsubj _ -15 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +15 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 16 Bush Bush PROPN NNP Number=Sing 18 nsubj 18:nsubj|21:nsubj:xsubj|29:nsubj:xsubj _ 17 “ " PUNCT `` _ 18 punct 18:punct SpaceAfter=No 18 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 ccomp 15:ccomp _ @@ -10614,60 +10620,60 @@ 23 America America PROPN NNP Number=Sing 21 obl 21:obl:to _ 24 whether whether SCONJ IN _ 21 ccomp 21:ccomp _ 25 or or CCONJ CC _ 24 fixed 24:fixed _ -26 not not ADV RB _ 24 fixed 24:fixed SpaceAfter=No +26 not not PART RB _ 24 fixed 24:fixed SpaceAfter=No 27 , , PUNCT , _ 29 punct 29:punct _ 28 and and CCONJ CC _ 29 cc 29:cc _ 29 tell tell VERB VB VerbForm=Inf 21 conj 18:xcomp|21:conj:and _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 31 truth truth NOUN NN Number=Sing 29 obj 29:obj SpaceAfter=No -32 , , PUNCT , _ 31 punct 31:punct _ +32 , , PUNCT , _ 36 punct 36:punct _ 33 about about SCONJ IN _ 36 mark 36:mark _ 34 whether whether SCONJ IN _ 36 mark 36:mark _ 35 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 36 nsubj 36:nsubj _ -36 showed show VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 31 acl 31:acl:whether _ +36 showed show VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 31 acl 31:acl:whether _ 37 up up ADP RP _ 36 compound:prt 36:compound:prt _ 38 for for ADP IN _ 39 case 39:case _ 39 duty duty NOUN NN Number=Sing 36 obl 36:obl:for SpaceAfter=No -40 . . PUNCT . _ 15 punct 15:punct SpaceAfter=No -41 ” " PUNCT '' _ 15 punct 15:punct _ +40 . . PUNCT . _ 18 punct 18:punct SpaceAfter=No +41 ” " PUNCT '' _ 18 punct 18:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0073 # text = Earlier, Kerry said, “Just because you get an honorable discharge does not, in fact, answer that question.” -1 Earlier earlier ADV RBR Degree=Cmp 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +1 Earlier early ADV RBR Degree=Cmp 4 advmod 4:advmod SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ 3 Kerry Kerry PROPN NNP Number=Sing 4 nsubj 4:nsubj _ -4 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ -6 “ " PUNCT `` _ 4 punct 4:punct SpaceAfter=No +4 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +5 , , PUNCT , _ 20 punct 20:punct _ +6 “ " PUNCT `` _ 20 punct 20:punct SpaceAfter=No 7 Just just ADV RB _ 10 advmod 10:advmod _ 8 because because SCONJ IN _ 10 mark 10:mark _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -10 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 csubj 20:csubj _ +10 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 20 csubj 20:csubj _ 11 an a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 honorable honorable ADJ JJ Degree=Pos 13 amod 13:amod _ 13 discharge discharge NOUN NN Number=Sing 10 obj 10:obj _ 14 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 15 not not PART RB _ 20 advmod 20:advmod SpaceAfter=No -16 , , PUNCT , _ 20 punct 20:punct _ +16 , , PUNCT , _ 15 punct 15:punct _ 17 in in ADP IN _ 18 case 18:case _ 18 fact fact NOUN NN Number=Sing 20 obl 20:obl:in SpaceAfter=No -19 , , PUNCT , _ 20 punct 20:punct _ +19 , , PUNCT , _ 18 punct 18:punct _ 20 answer answer VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ 21 that that DET DT Number=Sing|PronType=Dem 22 det 22:det _ 22 question question NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No -23 . . PUNCT . _ 4 punct 4:punct SpaceAfter=No -24 ” " PUNCT '' _ 4 punct 4:punct _ +23 . . PUNCT . _ 20 punct 20:punct SpaceAfter=No +24 ” " PUNCT '' _ 20 punct 20:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0074 # text = Now, after the Swift boat episode, the spotlight has returned to Bush. 1 Now now ADV RB _ 12 advmod 12:advmod SpaceAfter=No -2 , , PUNCT , _ 12 punct 12:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 after after ADP IN _ 7 case 7:case _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 5 Swift Swift PROPN NNP Number=Sing 6 compound 6:compound _ 6 boat boat PROPN NNP Number=Sing 7 compound 7:compound _ 7 episode episode NOUN NN Number=Sing 12 obl 12:obl:after SpaceAfter=No -8 , , PUNCT , _ 12 punct 12:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 spotlight spotlight NOUN NN Number=Sing 12 nsubj 12:nsubj _ 11 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ @@ -10707,7 +10713,7 @@ 6 release release VERB VB VerbForm=Inf 0 root 0:root _ 7 more more ADJ JJR Degree=Cmp 6 obj 6:obj _ 8 of of ADP IN _ 11 case 11:case _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 military military ADJ JJ Degree=Pos 11 amod 11:amod _ 11 records record NOUN NNS Number=Plur 7 obl 7:obl:of _ 12 as as ADV RB _ 6 advmod 6:advmod _ @@ -10720,23 +10726,23 @@ 2 York York PROPN NNP Number=Sing 1 flat 1:flat _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -5 White White PROPN NNP Number=Sing 6 compound 6:compound _ +5 White White ADJ NNP Degree=Pos 6 amod 6:amod _ 6 House House PROPN NNP Number=Sing 7 compound 7:compound _ 7 correspondent correspondent NOUN NN Number=Sing 0 root 0:root _ 8 for for ADP IN _ 10 case 10:case _ -9 National National PROPN NNP Number=Sing 10 compound 10:compound _ +9 National National ADJ NNP Degree=Pos 10 amod 10:amod _ 10 Review Review PROPN NNP Number=Sing 7 nmod 7:nmod:for SpaceAfter=No 11 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20040929103700_ENG_20040929_103700-0079 # text = His column appears in The Hill each week. -1 His he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 His his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 column column NOUN NN Number=Sing 3 nsubj 3:nsubj _ 3 appears appear VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 in in ADP IN _ 6 case 6:case _ 5 The the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 Hill Hill PROPN NNP Number=Sing 3 obl 3:obl:in _ -7 each each DET DT _ 8 det 8:det _ +7 each each DET DT PronType=Tot 8 det 8:det _ 8 week week NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod SpaceAfter=No 9 . . PUNCT . _ 3 punct 3:punct _ @@ -10744,7 +10750,7 @@ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0001 # newpar id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-p0001 # text = One week to elections day and the general atmosphere in the capital is eerie, yet strikingly familiar. -1 One one NUM CD NumType=Card 2 nummod 2:nummod _ +1 One one NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 week week NOUN NN Number=Sing 0 root 0:root _ 3 to to ADP IN _ 5 case 5:case _ 4 elections election NOUN NNS Number=Plur 5 compound 5:compound _ @@ -10767,7 +10773,7 @@ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0002 # text = I suspect the streets of Baghdad will look as if a war is looming this week. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 suspect suspect VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 suspect suspect VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 streets street NOUN NNS Number=Plur 8 nsubj 8:nsubj _ 5 of of ADP IN _ 6 case 6:case _ @@ -10788,31 +10794,31 @@ # text = There is no doubt that many Iraqis regard the date of 30 January as a day of renewed hope, one they have been awaiting all their lives, but at the same time, many others are already dreading it. 1 There there PRON EX _ 2 expl 2:expl _ 2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 4 det 4:det _ +3 no no DET DT PronType=Neg 4 det 4:det _ 4 doubt doubt NOUN NN Number=Sing 2 nsubj 2:nsubj _ 5 that that SCONJ IN _ 8 mark 8:mark _ 6 many many ADJ JJ Degree=Pos 7 amod 7:amod _ -7 Iraqis Iraqis PROPN NNPS Number=Plur 8 nsubj 8:nsubj _ -8 regard regard VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl 4:acl:that _ +7 Iraqis Iraqi PROPN NNPS Number=Plur 8 nsubj 8:nsubj _ +8 regard regard VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 acl 4:acl:that _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 date date NOUN NN Number=Sing 8 obj 8:obj _ 11 of of ADP IN _ 13 case 13:case _ -12 30 30 NUM CD NumType=Card 13 nummod 13:nummod _ +12 30 30 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 13 January January PROPN NNP Number=Sing 10 nmod 10:nmod:of _ 14 as as ADP IN _ 16 case 16:case _ 15 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 16 day day NOUN NN Number=Sing 8 obl 8:obl:as _ 17 of of ADP IN _ 19 case 19:case _ -18 renewed renew VERB VBN Tense=Past|VerbForm=Part 19 amod 19:amod _ +18 renewed renew VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 amod 19:amod _ 19 hope hope NOUN NN Number=Sing 16 nmod 16:nmod:of SpaceAfter=No -20 , , PUNCT , _ 16 punct 16:punct _ -21 one one NUM CD NumType=Card 16 appos 16:appos _ +20 , , PUNCT , _ 21 punct 21:punct _ +21 one one NUM CD NumForm=Word|NumType=Card 16 appos 16:appos _ 22 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 25 nsubj 25:nsubj _ -23 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ +23 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ 24 been be AUX VBN Tense=Past|VerbForm=Part 25 aux 25:aux _ 25 awaiting await VERB VBG VerbForm=Ger 21 acl:relcl 21:acl:relcl _ -26 all all DET PDT _ 28 det:predet 28:det:predet _ -27 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +26 all all DET PDT PronType=Tot 28 det:predet 28:det:predet _ +27 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ 28 lives life NOUN NNS Number=Plur 25 obl:tmod 25:obl:tmod SpaceAfter=No 29 , , PUNCT , _ 40 punct 40:punct _ 30 but but CCONJ CC _ 40 cc 40:cc _ @@ -10820,10 +10826,10 @@ 32 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ 33 same same ADJ JJ Degree=Pos 34 amod 34:amod _ 34 time time NOUN NN Number=Sing 40 obl 40:obl:at SpaceAfter=No -35 , , PUNCT , _ 40 punct 40:punct _ +35 , , PUNCT , _ 34 punct 34:punct _ 36 many many ADJ JJ Degree=Pos 37 amod 37:amod _ 37 others other NOUN NNS Number=Plur 40 nsubj 40:nsubj _ -38 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 40 aux 40:aux _ +38 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 40 aux 40:aux _ 39 already already ADV RB _ 40 advmod 40:advmod _ 40 dreading dread VERB VBG VerbForm=Ger 2 conj 2:conj:but _ 41 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 40 obj 40:obj SpaceAfter=No @@ -10851,19 +10857,19 @@ 18 , , PUNCT , _ 21 punct 21:punct _ 19 but but CCONJ CC _ 21 cc 21:cc _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj|23:nsubj:xsubj _ -21 fail fail VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ +21 fail fail VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ 22 to to PART TO _ 23 mark 23:mark _ 23 see see VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ -24 how how SCONJ WRB PronType=Int 28 mark 28:mark _ +24 how how ADV WRB PronType=Int 28 advmod 28:advmod _ 25 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 28 nsubj 28:nsubj|30:nsubj:xsubj _ 26 will will AUX MD VerbForm=Fin 28 aux 28:aux _ 27 be be AUX VB VerbForm=Inf 28 cop 28:cop _ 28 able able ADJ JJ Degree=Pos 23 ccomp 23:ccomp _ 29 to to PART TO _ 30 mark 30:mark _ 30 protect protect VERB VB VerbForm=Inf 28 xcomp 28:xcomp _ -31 all all DET DT _ 38 det 38:det _ -32 5,000 5,000 NUM CD NumType=Card 38 nummod 38:nummod _ -33 ( ( PUNCT -LRB- _ 32 punct 32:punct SpaceAfter=No +31 all all DET DT PronType=Tot 38 det 38:det _ +32 5,000 5000 NUM CD NumForm=Digit|NumType=Card 38 nummod 38:nummod _ +33 ( ( PUNCT -LRB- _ 35 punct 35:punct SpaceAfter=No 34 or or CCONJ CC _ 35 cc 35:cc _ 35 so so ADV RB _ 32 conj 32:conj:or|38:nummod SpaceAfter=No 36 ) ) PUNCT -RRB- _ 35 punct 35:punct _ @@ -10876,13 +10882,13 @@ 1 Many many ADJ JJ Degree=Pos 3 amod 3:amod _ 2 voting voting NOUN NN Number=Sing 3 compound 3:compound _ 3 centres centre NOUN NNS Number=Plur 8 nsubj:pass 8:nsubj:pass|10:nsubj:pass _ -4 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +4 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 5 already already ADV RB _ 8 advmod 8:advmod _ 6 been be AUX VBN Tense=Past|VerbForm=Part 8 aux:pass 8:aux:pass _ 7 successfully successfully ADV RB _ 8 advmod 8:advmod _ 8 attacked attack VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 9 or or CCONJ CC _ 10 cc 10:cc _ -10 destroyed destroy VERB VBN Tense=Past|VerbForm=Part 8 conj 8:conj:or _ +10 destroyed destroy VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 conj 8:conj:or _ 11 in in ADP IN _ 13 case 13:case _ 12 many many ADJ JJ Degree=Pos 13 amod 13:amod _ 13 areas area NOUN NNS Number=Plur 8 obl 8:obl:in SpaceAfter=No @@ -10896,18 +10902,18 @@ 4 picture picture NOUN NN Number=Sing 6 nsubj 6:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 clear clear ADJ JJ Degree=Pos 1 ccomp 1:ccomp SpaceAfter=No -7 , , PUNCT , _ 13 punct 13:punct _ +7 , , PUNCT , _ 1 punct 1:punct _ 8 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -9 two two NUM CD NumType=Card 12 nummod 12:nummod _ +9 two two NUM CD NumForm=Word|NumType=Card 12 nummod 12:nummod _ 10 main main ADJ JJ Degree=Pos 12 amod 12:amod _ 11 competing compete VERB VBG VerbForm=Ger 12 amod 12:amod _ 12 lists list NOUN NNS Number=Plur 13 nsubj 13:nsubj|20:nsubj:xsubj|27:nsubj:xsubj _ -13 seem seem VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +13 seem seem VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 14 to to PART TO _ 20 mark 20:mark _ 15 be be AUX VB VerbForm=Inf 20 cop 20:cop _ 16 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -17 United United PROPN NNP Number=Sing 19 compound 19:compound _ -18 Iraqi Iraqi PROPN NNP Number=Sing 19 compound 19:compound _ +17 United United ADJ NNP Degree=Pos 19 amod 19:amod _ +18 Iraqi Iraqi ADJ NNP Degree=Pos 19 amod 19:amod _ 19 Coalition Coalition PROPN NNP Number=Sing 20 compound 20:compound _ 20 list list NOUN NN Number=Sing 13 xcomp 13:xcomp _ 21 and and CCONJ CC _ 27 cc 27:cc _ @@ -10915,7 +10921,7 @@ 22 Allawi Allawi PROPN NNP Number=Sing 27 nmod:poss 27:nmod:poss _ 23 's 's PART POS _ 22 case 22:case _ 24 Al Al PROPN NNP Number=Sing 26 compound 26:compound SpaceAfter=No -25 - - PUNCT HYPH _ 26 punct 26:punct SpaceAfter=No +25 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No 26 Iraqiya Iraqiya PROPN NNP Number=Sing 27 compound 27:compound _ 27 list list NOUN NN Number=Sing 20 conj 13:xcomp|20:conj:and SpaceAfter=No 28 . . PUNCT . _ 13 punct 13:punct _ @@ -10930,14 +10936,14 @@ 6 ministers minister NOUN NNS Number=Plur 1 conj 1:conj:and|15:nsubj _ 7 running run VERB VBG VerbForm=Ger 6 acl 6:acl _ 8 on on ADP IN _ 10 case 10:case _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 list list NOUN NN Number=Sing 7 obl 7:obl:on SpaceAfter=No -11 , , PUNCT , _ 15 punct 15:punct _ -12 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +11 , , PUNCT , _ 1 punct 1:punct _ +12 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 13 quite quite ADV RB _ 14 advmod 14:advmod _ 14 expectedly expectedly ADV RB _ 15 advmod 15:advmod _ 15 used use VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -16 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +16 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 17 governmental governmental ADJ JJ Degree=Pos 18 amod 18:amod _ 18 positions position NOUN NNS Number=Plur 15 obj 15:obj _ 19 in in ADP IN _ 20 case 20:case _ @@ -10946,12 +10952,12 @@ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0008 # text = One minister reportedly handed out 100 dollar 'gifts' to journalists attending a press conference for Allawi, a practice that brings back bad memories to many Iraqis. -1 One one NUM CD NumType=Card 2 nummod 2:nummod _ +1 One one NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 minister minister NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 reportedly reportedly ADV RB _ 4 advmod 4:advmod _ -4 handed hand VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 handed hand VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 out out ADP RP _ 4 compound:prt 4:compound:prt _ -6 100 100 NUM CD NumType=Card 7 nummod 7:nummod _ +6 100 100 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 dollar dollar NOUN NN Number=Sing 9 compound 9:compound _ 8 ' ' PUNCT `` _ 9 punct 9:punct SpaceAfter=No 9 gifts gift NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No @@ -10964,7 +10970,7 @@ 16 conference conference NOUN NN Number=Sing 13 obj 13:obj _ 17 for for ADP IN _ 18 case 18:case _ 18 Allawi Allawi PROPN NNP Number=Sing 16 nmod 16:nmod:for SpaceAfter=No -19 , , PUNCT , _ 4 punct 4:punct _ +19 , , PUNCT , _ 21 punct 21:punct _ 20 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 21 practice practice NOUN NN Number=Sing 4 obl:npmod 4:obl:npmod|23:nsubj _ 22 that that PRON WDT PronType=Rel 23 nsubj 21:ref _ @@ -10974,7 +10980,7 @@ 26 memories memory NOUN NNS Number=Plur 23 obj 23:obj _ 27 to to ADP IN _ 29 case 29:case _ 28 many many ADJ JJ Degree=Pos 29 amod 29:amod _ -29 Iraqis Iraqis PROPN NNPS Number=Plur 23 obl 23:obl:to SpaceAfter=No +29 Iraqis Iraqi PROPN NNPS Number=Plur 23 obl 23:obl:to SpaceAfter=No 30 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0009 @@ -10982,26 +10988,26 @@ 1 Sheikh Sheikh PROPN NNP Number=Sing 2 compound 2:compound _ 2 Naji Naji PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 3 Al Al PROPN NNP Number=Sing 2 flat 2:flat SpaceAfter=No -4 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No +4 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 5 Abbudi Abbudi PROPN NNP Number=Sing 2 flat 2:flat SpaceAfter=No -6 , , PUNCT , _ 2 punct 2:punct _ +6 , , PUNCT , _ 8 punct 8:punct _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 spokesman spokesman NOUN NN Number=Sing 2 appos 2:appos _ 9 for for ADP IN _ 10 case 10:case _ 10 Sistani Sistani PROPN NNP Number=Sing 8 nmod 8:nmod:for SpaceAfter=No -11 , , PUNCT , _ 12 punct 12:punct _ -12 affirmed affirm VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +11 , , PUNCT , _ 2 punct 2:punct _ +12 affirmed affirm VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 claims claim NOUN NNS Number=Plur 12 obj 12:obj _ 15 that that SCONJ IN _ 20 mark 20:mark _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -17 Grand Grand PROPN NNP Number=Sing 18 compound 18:compound _ +17 Grand Grand ADJ NNP Degree=Pos 18 amod 18:amod _ 18 Ayatollah Ayatollah PROPN NNP Number=Sing 20 nsubj 20:nsubj _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 20 backing back VERB VBG Tense=Pres|VerbForm=Part 14 acl 14:acl:that _ 21 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ -22 United United PROPN NNP Number=Sing 24 compound 24:compound _ -23 Iraqi Iraqi PROPN NNP Number=Sing 24 compound 24:compound _ +22 United United ADJ NNP Degree=Pos 24 amod 24:amod _ +23 Iraqi Iraqi ADJ NNP Degree=Pos 24 amod 24:amod _ 24 Coalition Coalition PROPN NNP Number=Sing 25 compound 25:compound _ 25 list list NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No 26 . . PUNCT . _ 12 punct 12:punct _ @@ -11009,7 +11015,7 @@ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0010 # text = Indeed, Sistani's agents all over the country have been quite active in educating Iraqi Shia on the merits of elections, which has led to the assassination of at least two of them. 1 Indeed indeed ADV RB _ 13 advmod 13:advmod SpaceAfter=No -2 , , PUNCT , _ 13 punct 13:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 Sistani's _ _ _ _ _ _ _ _ 3 Sistani Sistani PROPN NNP Number=Sing 5 nmod:poss 5:nmod:poss _ 4 's 's PART POS _ 3 case 3:case _ @@ -11018,30 +11024,30 @@ 7 over over ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 country country NOUN NN Number=Sing 5 nmod 5:nmod:over _ -10 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +10 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 11 been be AUX VBN Tense=Past|VerbForm=Part 13 cop 13:cop _ 12 quite quite ADV RB _ 13 advmod 13:advmod _ -13 active active ADJ JJ Degree=Pos 0 root 0:root _ +13 active active ADJ JJ Degree=Pos 0 root 0:root|26:csubj _ 14 in in SCONJ IN _ 15 mark 15:mark _ 15 educating educate VERB VBG VerbForm=Ger 13 advcl 13:advcl:in _ -16 Iraqi iraqi ADJ JJ Degree=Pos 17 amod 17:amod _ +16 Iraqi Iraqi ADJ JJ Degree=Pos 17 amod 17:amod _ 17 Shia Shia PROPN NNPS Number=Plur 15 obj 15:obj _ 18 on on ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 merits merit NOUN NNS Number=Plur 15 obl 15:obl:on _ 21 of of ADP IN _ 22 case 22:case _ 22 elections election NOUN NNS Number=Plur 20 nmod 20:nmod:of SpaceAfter=No -23 , , PUNCT , _ 13 punct 13:punct _ -24 which which PRON WDT PronType=Int 26 nsubj 26:nsubj _ +23 , , PUNCT , _ 26 punct 26:punct _ +24 which which PRON WDT PronType=Rel 26 nsubj 13:ref _ 25 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ -26 led lead VERB VBN Tense=Past|VerbForm=Part 13 ccomp 13:ccomp _ +26 led lead VERB VBN Tense=Past|VerbForm=Part 13 advcl:relcl 13:advcl:relcl _ 27 to to ADP IN _ 29 case 29:case _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 29 assassination assassination NOUN NN Number=Sing 26 obl 26:obl:to _ 30 of of ADP IN _ 33 case 33:case _ -31 at at ADV RB _ 32 case 32:case _ -32 least least ADV RBS Degree=Sup 33 nmod 33:nmod:at _ -33 two two NUM CD NumType=Card 29 nmod 29:nmod:of _ +31 at at ADP IN _ 32 case 32:case _ +32 least least ADJ JJS Degree=Sup 33 nmod 33:nmod:at _ +33 two two NUM CD NumForm=Word|NumType=Card 29 nmod 29:nmod:of _ 34 of of ADP IN _ 35 case 35:case _ 35 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 33 nmod 33:nmod:of SpaceAfter=No 36 . . PUNCT . _ 13 punct 13:punct _ @@ -11049,15 +11055,15 @@ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0011 # text = Al-Abbudi stated that "His Emminence" decided to openly support the list because "others" (obviously a reference to Allawi) have been abusing official state positions and media outlets in their campaigning. 1 Al Al PROPN NNP Number=Sing 4 nsubj 4:nsubj SpaceAfter=No -2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 3 Abbudi Abbudi PROPN NNP Number=Sing 1 flat 1:flat _ -4 stated state VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 stated state VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 that that SCONJ IN _ 10 mark 10:mark _ 6 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No -7 His he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 His his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 Emminence Emminence PROPN NNP Number=Sing 10 nsubj 10:nsubj|13:nsubj:xsubj SpaceAfter=No 9 " " PUNCT '' _ 8 punct 8:punct _ -10 decided decide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +10 decided decide VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ 11 to to PART TO _ 13 mark 13:mark _ 12 openly openly ADV RB _ 13 advmod 13:advmod _ 13 support support VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ @@ -11074,7 +11080,7 @@ 24 to to ADP IN _ 25 case 25:case _ 25 Allawi Allawi PROPN NNP Number=Sing 23 nmod 23:nmod:to SpaceAfter=No 26 ) ) PUNCT -RRB- _ 23 punct 23:punct _ -27 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 29 aux 29:aux _ +27 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 29 aux 29:aux _ 28 been be AUX VBN Tense=Past|VerbForm=Part 29 aux 29:aux _ 29 abusing abuse VERB VBG Tense=Pres|VerbForm=Part 10 advcl 10:advcl:because _ 30 official official ADJ JJ Degree=Pos 32 amod 32:amod _ @@ -11084,7 +11090,7 @@ 34 media media NOUN NN Number=Sing 35 compound 35:compound _ 35 outlets outlet NOUN NNS Number=Plur 32 conj 29:obj|32:conj:and _ 36 in in ADP IN _ 38 case 38:case _ -37 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ +37 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ 38 campaigning campaigning NOUN NN Number=Sing 29 obl 29:obl:in SpaceAfter=No 39 . . PUNCT . _ 4 punct 4:punct _ @@ -11092,10 +11098,10 @@ # text = Again there is no official written statement from Sistani's office confirming this allegation, which I think is intentional. 1 Again again ADV RB _ 3 advmod 3:advmod _ 2 there there PRON EX _ 3 expl 3:expl _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root|18:obj _ -4 no no DET DT _ 7 det 7:det _ +3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root|20:csubj _ +4 no no DET DT PronType=Neg 7 det 7:det _ 5 official official ADJ JJ Degree=Pos 7 amod 7:amod _ -6 written write VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +6 written write VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 statement statement NOUN NN Number=Sing 3 nsubj 3:nsubj _ 8 from from ADP IN _ 11 case 11:case _ 9-10 Sistani's _ _ _ _ _ _ _ _ @@ -11105,10 +11111,10 @@ 12 confirming confirm VERB VBG VerbForm=Ger 7 acl 7:acl _ 13 this this DET DT Number=Sing|PronType=Dem 14 det 14:det _ 14 allegation allegation NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No -15 , , PUNCT , _ 3 punct 3:punct _ -16 which which PRON WDT PronType=Rel 18 obj 3:ref _ +15 , , PUNCT , _ 18 punct 18:punct _ +16 which which PRON WDT PronType=Rel 20 nsubj 3:ref _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -18 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +18 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 advcl:relcl 3:advcl:relcl _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 20 intentional intentional ADJ JJ Degree=Pos 18 ccomp 18:ccomp SpaceAfter=No 21 . . PUNCT . _ 3 punct 3:punct _ @@ -11117,16 +11123,16 @@ # text = Ahmed Al-Chalabi and defense minister Hazim Al-Sha'lan have been engaging in shrill public attacks over the media. 1 Ahmed Ahmed PROPN NNP Number=Sing 14 nsubj 14:nsubj _ 2 Al Al PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 4 Chalabi Chalabi PROPN NNP Number=Sing 1 flat 1:flat _ 5 and and CCONJ CC _ 8 cc 8:cc _ 6 defense defense NOUN NN Number=Sing 7 compound 7:compound _ 7 minister minister NOUN NN Number=Sing 8 compound 8:compound _ 8 Hazim Hazim PROPN NNP Number=Sing 1 conj 1:conj:and|14:nsubj _ 9 Al Al PROPN NNP Number=Sing 8 flat 8:flat SpaceAfter=No -10 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No +10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 11 Sha'lan Sha'lan PROPN NNP Number=Sing 8 flat 8:flat _ -12 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +12 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 been be AUX VBN Tense=Past|VerbForm=Part 14 aux 14:aux _ 14 engaging engage VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 15 in in ADP IN _ 18 case 18:case _ @@ -11159,8 +11165,8 @@ 17 and and CCONJ CC _ 19 cc 19:cc _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 CIA CIA PROPN NNP Number=Sing 16 conj 14:nmod:for|16:conj:and SpaceAfter=No -20 " " PUNCT '' _ 7 punct 7:punct SpaceAfter=No -21 , , PUNCT , _ 2 punct 2:punct _ +20 " " PUNCT '' _ 14 punct 14:punct SpaceAfter=No +21 , , PUNCT , _ 24 punct 24:punct _ 22 while while SCONJ IN _ 24 mark 24:mark _ 23 Sha'lan Sha'lan PROPN NNP Number=Sing 24 nsubj 24:nsubj _ 24 dismisses dismiss VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:while _ @@ -11173,33 +11179,33 @@ 31 and and CCONJ CC _ 35 cc 35:cc _ 32 an a DET DT Definite=Ind|PronType=Art 35 det 35:det _ 33 " " PUNCT `` _ 35 punct 35:punct SpaceAfter=No -34 Iranian iranian ADJ JJ Degree=Pos 35 amod 35:amod _ +34 Iranian Iranian ADJ JJ Degree=Pos 35 amod 35:amod _ 35 stooge stooge NOUN NN Number=Sing 29 conj 24:obl:as|29:conj:and|37:nsubj _ 36 who who PRON WP PronType=Rel 37 nsubj 35:ref _ 37 longs long VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 35 acl:relcl 35:acl:relcl _ 38 for for ADP IN _ 41 case 41:case _ -39 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 41 nmod:poss 41:nmod:poss _ +39 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 41 nmod:poss 41:nmod:poss _ 40 own own ADJ JJ Degree=Pos 41 amod 41:amod _ 41 origins origin NOUN NNS Number=Plur 37 obl 37:obl:for _ 42 by by SCONJ IN _ 43 mark 43:mark _ 43 defending defend VERB VBG VerbForm=Ger 37 advcl 37:advcl:by _ 44 Iran Iran PROPN NNP Number=Sing 43 obj 43:obj SpaceAfter=No -45 " " PUNCT '' _ 2 punct 2:punct SpaceAfter=No +45 " " PUNCT '' _ 35 punct 35:punct SpaceAfter=No 46 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0015 # text = One remark made by Sha'lan on Al-Arabiya TV, that he couldn't say more about Chalabi because he would embarrass himself and the viewers almost made me roll on the floor. -1 One one NUM CD NumType=Card 2 nummod 2:nummod _ +1 One one NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 remark remark NOUN NN Number=Sing 29 nsubj 29:nsubj _ -3 made make VERB VBN Tense=Past|VerbForm=Part 2 acl 2:acl _ +3 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 acl 2:acl _ 4 by by ADP IN _ 5 case 5:case _ -5 Sha'lan Sha'lan PROPN NNP Number=Sing 3 obl 3:obl:by _ +5 Sha'lan Sha'lan PROPN NNP Number=Sing 3 obl:agent 3:obl:agent _ 6 on on ADP IN _ 10 case 10:case _ 7 Al Al PROPN NNP Number=Sing 9 compound 9:compound SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 Arabiya Arabiya PROPN NNP Number=Sing 10 compound 10:compound _ 10 TV TV PROPN NNP Number=Sing 3 obl 3:obl:on SpaceAfter=No -11 , , PUNCT , _ 2 punct 2:punct _ +11 , , PUNCT , _ 16 punct 16:punct _ 12 that that SCONJ IN _ 16 mark 16:mark _ 13 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 14-15 couldn't _ _ _ _ _ _ _ _ @@ -11218,9 +11224,9 @@ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 viewers viewer NOUN NNS Number=Plur 24 conj 23:obj|24:conj:and _ 28 almost almost ADV RB _ 29 advmod 29:advmod _ -29 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -30 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 31 nsubj 31:nsubj _ -31 roll roll VERB VB VerbForm=Inf 29 ccomp 29:ccomp _ +29 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +30 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 29 obj 29:obj|31:nsubj:xsubj _ +31 roll roll VERB VB VerbForm=Inf 29 xcomp 29:xcomp _ 32 on on ADP IN _ 34 case 34:case _ 33 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ 34 floor floor NOUN NN Number=Sing 31 obl 31:obl:on SpaceAfter=No @@ -11234,18 +11240,18 @@ 4 extremely extremely ADV RB _ 5 advmod 5:advmod _ 5 amusing amusing ADJ JJ Degree=Pos 6 amod 6:amod _ 6 episode episode NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 8 punct 8:punct _ 8 watching watch VERB VBG VerbForm=Ger 6 parataxis 6:parataxis _ -9 Chalabi Chalabi PROPN NNP Number=Sing 8 obj 8:obj _ -10 looking look VERB VBG VerbForm=Ger 9 acl 9:acl _ +9 Chalabi Chalabi PROPN NNP Number=Sing 10 nsubj 10:nsubj|15:nsubj:pass _ +10 looking look VERB VBG VerbForm=Ger 8 ccomp 8:ccomp _ 11 smug smug ADJ JJ Degree=Pos 10 xcomp 10:xcomp _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 amused amused ADJ JJ Degree=Pos 11 conj 10:xcomp|11:conj:and SpaceAfter=No -14 , , PUNCT , _ 10 punct 10:punct _ -15 contrasted contrast VERB VBN Tense=Past|VerbForm=Part 9 acl 9:acl _ +14 , , PUNCT , _ 15 punct 15:punct _ +15 contrasted contrast VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 advcl 10:advcl _ 16 with with ADP IN _ 17 case 17:case _ 17 Sha'lan Sha'lan PROPN NNP Number=Sing 15 obl 15:obl:with SpaceAfter=No -18 , , PUNCT , _ 17 punct 17:punct _ +18 , , PUNCT , _ 20 punct 20:punct _ 19 all all ADV RB _ 20 advmod 20:advmod _ 20 serious serious ADJ JJ Degree=Pos 17 amod 17:amod _ 21 and and CCONJ CC _ 23 cc 23:cc _ @@ -11259,7 +11265,7 @@ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0017 # text = Fistfights, please. 1 Fistfights fistfight NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 3 punct 3:punct _ 3 please please INTJ UH _ 1 discourse 1:discourse SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ @@ -11268,13 +11274,13 @@ # text = Hazim Al-Sha'lan, by the way, is the son of the late Sheikh of Al-Khaza'il in Diwaniya and has the potential to replace former information minister, M.S. Al-Sahaf, in his nonsensical media statements, which can be passed as jokes. 1 Hazim Hazim PROPN NNP Number=Sing 12 nsubj 12:nsubj|24:nsubj _ 2 Al Al PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 4 Sha'lan Sha'lan PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -5 , , PUNCT , _ 12 punct 12:punct _ +5 , , PUNCT , _ 1 punct 1:punct _ 6 by by ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 way way NOUN NN Number=Sing 12 obl 12:obl:by SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 son son NOUN NN Number=Sing 0 root 0:root _ @@ -11284,7 +11290,7 @@ 16 Sheikh Sheikh PROPN NNP Number=Sing 12 nmod 12:nmod:of _ 17 of of ADP IN _ 18 case 18:case _ 18 Al Al PROPN NNP Number=Sing 16 nmod 16:nmod:of SpaceAfter=No -19 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +19 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No 20 Khaza'il Khaza'il PROPN NNP Number=Sing 18 flat 18:flat _ 21 in in ADP IN _ 22 case 22:case _ 22 Diwaniya Diwaniya PROPN NNP Number=Sing 18 nmod 18:nmod:in _ @@ -11297,18 +11303,18 @@ 29 former former ADJ JJ Degree=Pos 31 amod 31:amod _ 30 information information NOUN NN Number=Sing 31 compound 31:compound _ 31 minister minister NOUN NN Number=Sing 33 compound 33:compound SpaceAfter=No -32 , , PUNCT , _ 33 punct 33:punct _ +32 , , PUNCT , _ 31 punct 31:punct _ 33 M.S. M.S. PROPN NNP Number=Sing 28 obj 28:obj _ 34 Al Al PROPN NNP Number=Sing 33 flat 33:flat SpaceAfter=No -35 - - PUNCT HYPH _ 33 punct 33:punct SpaceAfter=No +35 - - PUNCT HYPH _ 36 punct 36:punct SpaceAfter=No 36 Sahaf Sahaf PROPN NNP Number=Sing 33 flat 33:flat SpaceAfter=No -37 , , PUNCT , _ 28 punct 28:punct _ +37 , , PUNCT , _ 42 punct 42:punct _ 38 in in ADP IN _ 42 case 42:case _ -39 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 42 nmod:poss 42:nmod:poss _ +39 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 42 nmod:poss 42:nmod:poss _ 40 nonsensical nonsensical ADJ JJ Degree=Pos 42 amod 42:amod _ 41 media media NOUN NN Number=Sing 42 compound 42:compound _ 42 statements statement NOUN NNS Number=Plur 28 obl 28:obl:in|47:nsubj:pass SpaceAfter=No -43 , , PUNCT , _ 42 punct 42:punct _ +43 , , PUNCT , _ 47 punct 47:punct _ 44 which which PRON WDT PronType=Rel 47 nsubj:pass 42:ref _ 45 can can AUX MD VerbForm=Fin 47 aux 47:aux _ 46 be be AUX VB VerbForm=Inf 47 aux:pass 47:aux:pass _ @@ -11321,20 +11327,20 @@ # text = The main Kurdish coalition list (PUK and KDP) is barely mentioned outside the Kurdish region. 1 The the DET DT Definite=Def|PronType=Art 5 det 5:det _ 2 main main ADJ JJ Degree=Pos 5 amod 5:amod _ -3 Kurdish kurdish ADJ JJ Degree=Pos 4 amod 4:amod _ +3 Kurdish Kurdish ADJ JJ Degree=Pos 4 amod 4:amod _ 4 coalition coalition NOUN NN Number=Sing 5 compound 5:compound _ 5 list list NOUN NN Number=Sing 13 nsubj:pass 13:nsubj:pass _ 6 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No 7 PUK PUK PROPN NNP Number=Sing 5 appos 5:appos _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 KDP KDP PROPN NNP Number=Sing 7 conj 5:appos|7:conj:and SpaceAfter=No -10 ) ) PUNCT -RRB- _ 9 punct 9:punct _ +10 ) ) PUNCT -RRB- _ 7 punct 7:punct _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ 12 barely barely ADV RB _ 13 advmod 13:advmod _ 13 mentioned mention VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 14 outside outside ADP IN _ 17 case 17:case _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -16 Kurdish kurdish ADJ JJ Degree=Pos 17 amod 17:amod _ +16 Kurdish Kurdish ADJ JJ Degree=Pos 17 amod 17:amod _ 17 region region NOUN NN Number=Sing 13 obl 13:obl:outside SpaceAfter=No 18 . . PUNCT . _ 13 punct 13:punct _ @@ -11342,16 +11348,16 @@ # text = Even there, many Kurds look and act as if they are going to grab the chance to vote them out of power. 1 Even even ADV RB _ 2 advmod 2:advmod _ 2 there there ADV RB PronType=Dem 6 advmod 6:advmod SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 many many ADJ JJ Degree=Pos 5 amod 5:amod _ -5 Kurds Kurds PROPN NNPS Number=Plur 6 nsubj 6:nsubj|8:nsubj _ -6 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 Kurds Kurd PROPN NNPS Number=Plur 6 nsubj 6:nsubj|8:nsubj _ +6 look look VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 act act VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ +8 act act VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ 9 as as SCONJ IN _ 13 mark 13:mark _ 10 if if SCONJ IN _ 13 mark 13:mark _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 going go VERB VBG Tense=Pres|VerbForm=Part 6 advcl 6:advcl:if _ 14 to to PART TO _ 15 mark 15:mark _ 15 grab grab VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ @@ -11368,7 +11374,7 @@ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0021 # text = I doubt that will be the outcome though. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 doubt doubt VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 doubt doubt VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that PRON DT Number=Sing|PronType=Dem 7 nsubj 7:nsubj _ 4 will will AUX MD VerbForm=Fin 7 aux 7:aux _ 5 be be AUX VB VerbForm=Inf 7 cop 7:cop _ @@ -11380,23 +11386,23 @@ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0022 # text = Many Iraqis, including conservative and religious Iraqis, are surprisingly rooting for the Iraqi Communist party, probably in an attempt to counter the influence of Islamists in the forthcoming National Assembly. 1 Many many ADJ JJ Degree=Pos 2 amod 2:amod _ -2 Iraqis Iraqis PROPN NNPS Number=Plur 12 nsubj 12:nsubj SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +2 Iraqis Iraqi PROPN NNPS Number=Plur 12 nsubj 12:nsubj SpaceAfter=No +3 , , PUNCT , _ 8 punct 8:punct _ 4 including include VERB VBG VerbForm=Ger 8 case 8:case _ 5 conservative conservative ADJ JJ Degree=Pos 8 amod 8:amod _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 religious religious ADJ JJ Degree=Pos 5 conj 5:conj:and|8:amod _ -8 Iraqis Iraqis PROPN NNPS Number=Plur 2 nmod 2:nmod:include SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +8 Iraqis Iraqi PROPN NNPS Number=Plur 2 nmod 2:nmod:including SpaceAfter=No +9 , , PUNCT , _ 2 punct 2:punct _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 11 surprisingly surprisingly ADV RB _ 12 advmod 12:advmod _ 12 rooting root VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 13 for for ADP IN _ 17 case 17:case _ 14 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -15 Iraqi Iraqi PROPN NNP Number=Sing 17 compound 17:compound _ -16 Communist Communist PROPN NNP Number=Sing 17 compound 17:compound _ +15 Iraqi Iraqi ADJ NNP Degree=Pos 17 amod 17:amod _ +16 Communist Communist ADJ NNP Degree=Pos 17 amod 17:amod _ 17 party party PROPN NNP Number=Sing 12 obl 12:obl:for SpaceAfter=No -18 , , PUNCT , _ 12 punct 12:punct _ +18 , , PUNCT , _ 22 punct 22:punct _ 19 probably probably ADV RB _ 22 advmod 22:advmod _ 20 in in ADP IN _ 22 case 22:case _ 21 an a DET DT Definite=Ind|PronType=Art 22 det 22:det _ @@ -11406,25 +11412,25 @@ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 26 influence influence NOUN NN Number=Sing 24 obj 24:obj _ 27 of of ADP IN _ 28 case 28:case _ -28 Islamists Islamists PROPN NNPS Number=Plur 26 nmod 26:nmod:of _ +28 Islamists Islamist PROPN NNPS Number=Plur 26 nmod 26:nmod:of _ 29 in in ADP IN _ 33 case 33:case _ 30 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 31 forthcoming forthcoming ADJ JJ Degree=Pos 33 amod 33:amod _ -32 National National PROPN NNP Number=Sing 33 compound 33:compound _ +32 National National ADJ NNP Degree=Pos 33 amod 33:amod _ 33 Assembly Assembly PROPN NNP Number=Sing 26 nmod 26:nmod:in SpaceAfter=No 34 . . PUNCT . _ 12 punct 12:punct _ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0023 # text = The Communist party has the largest number of registered party members in the country and can be considered as the oldest popular political party in Iraq. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 Communist Communist PROPN NNP Number=Sing 3 compound 3:compound _ +2 Communist Communist ADJ NNP Degree=Pos 3 amod 3:amod _ 3 party party PROPN NNP Number=Sing 4 nsubj 4:nsubj|18:nsubj:pass _ 4 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 largest largest ADJ JJS Degree=Sup 7 amod 7:amod _ +6 largest large ADJ JJS Degree=Sup 7 amod 7:amod _ 7 number number NOUN NN Number=Sing 4 obj 4:obj _ 8 of of ADP IN _ 11 case 11:case _ -9 registered register VERB VBN Tense=Past|VerbForm=Part 11 amod 11:amod _ +9 registered register VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 amod 11:amod _ 10 party party NOUN NN Number=Sing 11 compound 11:compound _ 11 members member NOUN NNS Number=Plur 7 nmod 7:nmod:of _ 12 in in ADP IN _ 14 case 14:case _ @@ -11436,7 +11442,7 @@ 18 considered consider VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 conj 4:conj:and _ 19 as as ADP IN _ 24 case 24:case _ 20 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -21 oldest oldest ADJ JJS Degree=Sup 24 amod 24:amod _ +21 oldest old ADJ JJS Degree=Sup 24 amod 24:amod _ 22 popular popular ADJ JJ Degree=Pos 24 amod 24:amod _ 23 political political ADJ JJ Degree=Pos 24 amod 24:amod _ 24 party party NOUN NN Number=Sing 18 obl 18:obl:as _ @@ -11446,16 +11452,16 @@ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0024 # text = Its support base is much larger than what it seems. -1 Its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 support support NOUN NN Number=Sing 3 compound 3:compound _ 3 base base NOUN NN Number=Sing 6 nsubj 6:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 much much ADV RB _ 6 advmod 6:advmod _ -6 larger larger ADJ JJR Degree=Cmp 0 root 0:root _ -7 than than SCONJ IN _ 10 mark 10:mark _ -8 what what PRON WP PronType=Int 10 obj 10:obj _ +6 larger large ADJ JJR Degree=Cmp 0 root 0:root _ +7 than than ADP IN _ 8 case 8:case _ +8 what what PRON WP PronType=Rel 6 obl 6:obl:than|10:xcomp _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:than SpaceAfter=No +10 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl SpaceAfter=No 11 . . PUNCT . _ 6 punct 6:punct _ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0025 @@ -11467,31 +11473,31 @@ # text = Several candidates were assassinated and targeted these last two weeks, others have been forced under threats to withdraw and to follow the example of the Islamic party. 1 Several several ADJ JJ Degree=Pos 2 amod 2:amod _ 2 candidates candidate NOUN NNS Number=Plur 4 nsubj:pass 4:nsubj:pass|6:nsubj:pass _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 assassinated assassinate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 targeted target VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and _ +6 targeted target VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 conj 4:conj:and _ 7 these this DET DT Number=Plur|PronType=Dem 10 det 10:det _ 8 last last ADJ JJ Degree=Pos 10 amod 10:amod _ -9 two two NUM CD NumType=Card 10 nummod 10:nummod _ +9 two two NUM CD NumForm=Word|NumType=Card 10 nummod 10:nummod _ 10 weeks week NOUN NNS Number=Plur 4 obl:tmod 4:obl:tmod SpaceAfter=No -11 , , PUNCT , _ 4 punct 4:punct _ -12 others other NOUN NNS Number=Plur 15 nsubj:pass 15:nsubj:pass _ -13 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +11 , , PUNCT , _ 15 punct 15:punct _ +12 others other NOUN NNS Number=Plur 15 nsubj:pass 15:nsubj:pass|19:nsubj:xsubj|22:nsubj:xsubj _ +13 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 14 been be AUX VBN Tense=Past|VerbForm=Part 15 aux:pass 15:aux:pass _ 15 forced force VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 ccomp 4:ccomp|6:ccomp _ 16 under under ADP IN _ 17 case 17:case _ 17 threats threat NOUN NNS Number=Plur 15 obl 15:obl:under _ 18 to to PART TO _ 19 mark 19:mark _ -19 withdraw withdraw VERB VB VerbForm=Inf 15 ccomp 15:ccomp _ +19 withdraw withdraw VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ 20 and and CCONJ CC _ 22 cc 22:cc _ 21 to to PART TO _ 22 mark 22:mark _ -22 follow follow VERB VB VerbForm=Inf 19 conj 15:ccomp|19:conj:and _ +22 follow follow VERB VB VerbForm=Inf 19 conj 15:xcomp|19:conj:and _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 example example NOUN NN Number=Sing 22 obj 22:obj _ 25 of of ADP IN _ 28 case 28:case _ 26 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ -27 Islamic Islamic PROPN NNP Number=Sing 28 compound 28:compound _ +27 Islamic Islamic ADJ NNP Degree=Pos 28 amod 28:amod _ 28 party party PROPN NNP Number=Sing 24 nmod 24:nmod:of SpaceAfter=No 29 . . PUNCT . _ 4 punct 4:punct _ @@ -11499,18 +11505,18 @@ # text = Sectarian tensions are at their highest since April, 2004, with Sunni insurgents now openly attacking Husseiniyas and Shia mosques. 1 Sectarian sectarian ADJ JJ Degree=Pos 2 amod 2:amod _ 2 tensions tension NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 at at ADP IN _ 6 case 6:case _ -5 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ -6 highest highest ADJ JJS Degree=Sup 0 root 0:root _ +5 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +6 highest high ADJ JJS Degree=Sup 0 root 0:root _ 7 since since ADP IN _ 8 case 8:case _ 8 April April PROPN NNP Number=Sing 6 obl 6:obl:since SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ -10 2004 2004 NUM CD NumType=Card 8 nummod 8:nummod SpaceAfter=No -11 , , PUNCT , _ 6 punct 6:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ +10 2004 2004 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod SpaceAfter=No +11 , , PUNCT , _ 17 punct 17:punct _ 12 with with SCONJ IN _ 17 mark 17:mark _ -13 Sunni sunni ADJ JJ Degree=Pos 14 amod 14:amod _ -14 insurgents insurgent VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 nsubj 17:nsubj _ +13 Sunni Sunni ADJ JJ Degree=Pos 14 amod 14:amod _ +14 insurgents insurgent NOUN NNS Number=Plur 17 nsubj 17:nsubj _ 15 now now ADV RB _ 17 advmod 17:advmod _ 16 openly openly ADV RB _ 17 advmod 17:advmod _ 17 attacking attack VERB VBG VerbForm=Ger 6 advcl 6:advcl:with _ @@ -11523,19 +11529,19 @@ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0028 # text = I had an interesting conversation with a middle-aged taxi driver who used to live in Fallujah and is now at relatives in Amiriya, Baghdad. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 interesting interesting ADJ JJ Degree=Pos 5 amod 5:amod _ 5 conversation conversation NOUN NN Number=Sing 2 obj 2:obj _ 6 with with ADP IN _ 12 case 12:case _ 7 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 8 middle middle ADJ NN Number=Sing 10 obl:npmod 10:obl:npmod SpaceAfter=No -9 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +9 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No 10 aged aged ADJ JJ Degree=Pos 12 amod 12:amod _ 11 taxi taxi NOUN NN Number=Sing 12 compound 12:compound _ 12 driver driver NOUN NN Number=Sing 5 nmod 5:nmod:with|14:nsubj|16:nsubj:xsubj|23:nsubj _ 13 who who PRON WP PronType=Rel 14 nsubj 12:ref _ -14 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +14 used use VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ 15 to to PART TO _ 16 mark 16:mark _ 16 live live VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 17 in in ADP IN _ 18 case 18:case _ @@ -11547,7 +11553,7 @@ 23 relatives relative NOUN NNS Number=Plur 14 conj 12:acl:relcl|14:conj:and _ 24 in in ADP IN _ 25 case 25:case _ 25 Amiriya Amiriya PROPN NNP Number=Sing 23 nmod 23:nmod:in SpaceAfter=No -26 , , PUNCT , _ 25 punct 25:punct _ +26 , , PUNCT , _ 27 punct 27:punct _ 27 Baghdad Baghdad PROPN NNP Number=Sing 25 appos 25:appos SpaceAfter=No 28 . . PUNCT . _ 2 punct 2:punct _ @@ -11555,32 +11561,32 @@ # text = After asking me which tribe I belong to (thus assessing my sectarian background) he started hurling abuses at the Shia, calling them Persians, Majoos (fire worshippers), rabid dogs and a handful of other descriptions that I can't mention here. 1 After after SCONJ IN _ 2 mark 2:mark _ 2 asking ask VERB VBG VerbForm=Ger 17 advcl 17:advcl:after _ -3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj _ -4 which which DET WDT PronType=Int 5 det 5:det _ +3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 iobj 2:iobj _ +4 which which DET WDT PronType=Int 5 det 5:det ManuallyChecked=PronType 5 tribe tribe NOUN NN Number=Sing 7 obl 7:obl:to _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 belong belong VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +7 belong belong VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 8 to to ADP IN _ 5 case 5:case _ 9 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 10 thus thus ADV RB _ 11 advmod 11:advmod _ 11 assessing assess VERB VBG VerbForm=Ger 2 advcl 2:advcl _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 13 sectarian sectarian ADJ JJ Degree=Pos 14 amod 14:amod _ 14 background background NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 15 ) ) PUNCT -RRB- _ 11 punct 11:punct _ 16 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj|18:nsubj:xsubj _ -17 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +17 started start VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 18 hurling hurl VERB VBG VerbForm=Ger 17 xcomp 17:xcomp _ 19 abuses abuse NOUN NNS Number=Plur 18 obj 18:obj _ 20 at at ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 Shia Shia PROPN NNPS Number=Plur 18 obl 18:obl:at SpaceAfter=No -23 , , PUNCT , _ 18 punct 18:punct _ +23 , , PUNCT , _ 24 punct 24:punct _ 24 calling call VERB VBG VerbForm=Ger 18 advcl 18:advcl _ 25 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 24 obj 24:obj|26:nsubj:xsubj|28:nsubj:xsubj|35:nsubj:xsubj|38:nsubj:xsubj _ -26 Persians Persians PROPN NNPS Number=Plur 24 xcomp 24:xcomp SpaceAfter=No +26 Persians Persian PROPN NNPS Number=Plur 24 xcomp 24:xcomp SpaceAfter=No 27 , , PUNCT , _ 28 punct 28:punct _ -28 Majoos Majoos PROPN NNPS Number=Plur 26 conj 24:xcomp|26:conj:and _ +28 Majoos Majoo PROPN NNPS Number=Plur 26 conj 24:xcomp|26:conj:and _ 29 ( ( PUNCT -LRB- _ 31 punct 31:punct SpaceAfter=No 30 fire fire NOUN NN Number=Sing 31 compound 31:compound _ 31 worshippers worshipper NOUN NNS Number=Plur 28 appos 28:appos SpaceAfter=No @@ -11606,7 +11612,7 @@ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0030 # text = He described Allawi's face as that of a f*ed horse and he dismissed the whole government as a band of thieves and traitors. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 described describe VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 described describe VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3-4 Allawi's _ _ _ _ _ _ _ _ 3 Allawi Allawi PROPN NNP Number=Sing 5 nmod:poss 5:nmod:poss _ 4 's 's PART POS _ 3 case 3:case _ @@ -11615,11 +11621,11 @@ 7 that that PRON DT Number=Sing|PronType=Dem 2 obl 2:obl:as _ 8 of of ADP IN _ 11 case 11:case _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -10 f*ed f*ed VERB VBN Tense=Past|VerbForm=Part 11 amod 11:amod _ +10 f*ed fuck VERB VBN Style=Expr|Tense=Past|VerbForm=Part|Voice=Pass 11 amod 11:amod _ 11 horse horse NOUN NN Number=Sing 7 nmod 7:nmod:of _ 12 and and CCONJ CC _ 14 cc 14:cc _ 13 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -14 dismissed dismiss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +14 dismissed dismiss VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 whole whole ADJ JJ Degree=Pos 17 amod 17:amod _ 17 government government NOUN NN Number=Sing 14 obj 14:obj _ @@ -11636,18 +11642,18 @@ # text = I didn't argue with him but I asked him what he believed would be a viable solution to this mess. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 didn't _ _ _ _ _ _ _ _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 argue argue VERB VB VerbForm=Inf 0 root 0:root _ 5 with with ADP IN _ 6 case 6:case _ 6 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 obl 4:obl:with _ 7 but but CCONJ CC _ 9 cc 9:cc _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:but _ -10 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj _ +9 asked ask VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 conj 4:conj:but _ +10 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 iobj 9:iobj _ 11 what what PRON WP PronType=Int 18 nsubj 18:nsubj _ 12 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 believed believe VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 ccomp 9:ccomp _ +13 believed believe VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 ccomp 9:ccomp _ 14 would would AUX MD VerbForm=Fin 18 aux 18:aux _ 15 be be AUX VB VerbForm=Inf 18 cop 18:cop _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ @@ -11661,7 +11667,7 @@ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0032 # text = He said that resistance was the only commonsense solution. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 9 mark 9:mark _ 4 resistance resistance NOUN NN Number=Sing 9 nsubj 9:nsubj _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ @@ -11673,12 +11679,12 @@ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0033 # text = First driving out the Americans, then fighting the Shia back into submission (as in 1991). -1 First first ADV RB _ 2 advmod 2:advmod _ +1 First first ADV RB NumForm=Word|NumType=Ord 2 advmod 2:advmod _ 2 driving drive VERB VBG VerbForm=Ger 0 root 0:root _ 3 out out ADP RP _ 2 compound:prt 2:compound:prt _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 Americans Americans PROPN NNPS Number=Plur 2 obj 2:obj SpaceAfter=No -6 , , PUNCT , _ 2 punct 2:punct _ +5 Americans American PROPN NNPS Number=Plur 2 obj 2:obj SpaceAfter=No +6 , , PUNCT , _ 8 punct 8:punct _ 7 then then ADV RB PronType=Dem 8 advmod 8:advmod _ 8 fighting fight VERB VBG VerbForm=Ger 2 parataxis 2:parataxis _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -11689,18 +11695,18 @@ 14 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No 15 as as ADP IN _ 17 case 17:case _ 16 in in ADP IN _ 17 case 17:case _ -17 1991 1991 NUM CD NumType=Card 8 obl 8:obl:as SpaceAfter=No +17 1991 1991 NUM CD NumForm=Digit|NumType=Card 8 obl 8:obl:as SpaceAfter=No 18 ) ) PUNCT -RRB- _ 17 punct 17:punct SpaceAfter=No 19 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0034 # text = Sunni Iraqis contend that elections are impossible to hold under occupation. -1 Sunni sunni ADJ JJ Degree=Pos 2 amod 2:amod _ -2 Iraqis Iraqis PROPN NNPS Number=Plur 3 nsubj 3:nsubj _ -3 contend contend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Sunni Sunni ADJ JJ Degree=Pos 2 amod 2:amod _ +2 Iraqis Iraqi PROPN NNPS Number=Plur 3 nsubj 3:nsubj _ +3 contend contend VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 that that SCONJ IN _ 7 mark 7:mark _ 5 elections election NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 7 impossible impossible ADJ JJ Degree=Pos 3 ccomp 3:ccomp _ 8 to to PART TO _ 9 mark 9:mark _ 9 hold hold VERB VB VerbForm=Inf 7 ccomp 7:ccomp _ @@ -11725,37 +11731,37 @@ 13 in in ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 region region NOUN NN Number=Sing 12 nmod 12:nmod:in SpaceAfter=No -16 , , PUNCT , _ 20 punct 20:punct _ -17 Sunnis Sunnis PROPN NNPS Number=Plur 20 nsubj 20:nsubj _ -18 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +16 , , PUNCT , _ 1 punct 1:punct _ +17 Sunnis Sunni PROPN NNPS Number=Plur 20 nsubj 20:nsubj _ +18 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 19 never never ADV RB _ 20 advmod 20:advmod _ -20 offered offer VERB VBN Tense=Past|VerbForm=Part 0 root 0:root|27:nsubj _ +20 offered offer VERB VBN Tense=Past|VerbForm=Part 0 root 0:root|27:csubj _ 21 an a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 22 alternative alternative ADJ JJ Degree=Pos 23 amod 23:amod _ 23 choice choice NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No -24 , , PUNCT , _ 20 punct 20:punct _ +24 , , PUNCT , _ 27 punct 27:punct _ 25 which which PRON WDT PronType=Rel 27 nsubj 20:ref _ 26 eventually eventually ADV RB _ 27 advmod 27:advmod _ -27 leads lead VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 acl:relcl 20:acl:relcl _ -28 one one PRON PRP _ 27 obj 27:obj|30:nsubj:xsubj _ +27 leads lead VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 advcl:relcl 20:advcl:relcl _ +28 one one PRON PRP Number=Sing|Person=3|PronType=Prs 27 obj 27:obj|30:nsubj:xsubj _ 29 to to PART TO _ 30 mark 30:mark _ 30 guess guess VERB VB VerbForm=Inf 27 xcomp 27:xcomp _ -31 that that SCONJ IN _ 41 mark 41:mark _ +31 that that SCONJ IN _ 43 mark 43:mark _ 32 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ -33 opinion opinion NOUN NN Number=Sing 41 nsubj 41:nsubj _ -34 held hold VERB VBN Tense=Past|VerbForm=Part 33 acl 33:acl _ +33 opinion opinion NOUN NN Number=Sing 43 nsubj 43:nsubj _ +34 held hold VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 33 acl 33:acl _ 35 by by ADP IN _ 39 case 39:case _ 36 the the DET DT Definite=Def|PronType=Art 39 det 39:det _ 37 Fallujan fallujan ADJ JJ Degree=Pos 39 amod 39:amod _ 38 taxi taxi NOUN NN Number=Sing 39 compound 39:compound _ -39 driver driver NOUN NN Number=Sing 34 obl 34:obl:by _ +39 driver driver NOUN NN Number=Sing 34 obl:agent 34:obl:agent _ 40 above above ADV RB _ 39 advmod 39:advmod _ -41 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 30 ccomp 30:ccomp _ +41 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 43 cop 43:cop _ 42 precisely precisely ADV RB _ 43 advmod 43:advmod _ -43 what what PRON WP PronType=Int 46 obj 46:obj|48:nsubj:xsubj _ +43 what what PRON WP PronType=Rel 30 ccomp 30:ccomp|48:obj _ 44 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 46 nsubj 46:nsubj _ -45 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 46 aux 46:aux _ -46 planning plan VERB VBG Tense=Pres|VerbForm=Part 41 ccomp 41:ccomp _ +45 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 46 aux 46:aux _ +46 planning plan VERB VBG Tense=Pres|VerbForm=Part 43 acl:relcl 43:acl:relcl _ 47 to to PART TO _ 48 mark 48:mark _ 48 implement implement VERB VB VerbForm=Inf 46 xcomp 46:xcomp SpaceAfter=No 49 . . PUNCT . _ 20 punct 20:punct _ @@ -11763,30 +11769,30 @@ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0036 # text = I had another conversation some months ago with a retired Ba'athist old-timer who claimed that Ba'athists have the means to stage a third coup d'etat and return to power within 10 hours of an American withdrawal. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 another another DET DT _ 4 det 4:det _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 another another DET DT PronType=Ind 4 det 4:det _ 4 conversation conversation NOUN NN Number=Sing 2 obj 2:obj _ -5 some some DET DT _ 6 det 6:det _ +5 some some DET DT PronType=Ind 6 det 6:det _ 6 months month NOUN NNS Number=Plur 7 obl:npmod 7:obl:npmod _ 7 ago ago ADV RB _ 2 advmod 2:advmod _ 8 with with ADP IN _ 14 case 14:case _ 9 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ -10 retired retire VERB VBN Tense=Past|VerbForm=Part 14 amod 14:amod _ +10 retired retire VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 amod 14:amod _ 11 Ba'athist Ba'athist PROPN NNP Number=Sing 14 compound 14:compound _ 12 old old ADJ JJ Degree=Pos 14 amod 14:amod SpaceAfter=No -13 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No 14 timer timer NOUN NN Number=Sing 2 obl 2:obl:with|16:nsubj _ 15 who who PRON WP PronType=Rel 16 nsubj 14:ref _ -16 claimed claim VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ +16 claimed claim VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ 17 that that SCONJ IN _ 19 mark 19:mark _ -18 Ba'athists Ba'athists PROPN NNPS Number=Plur 19 nsubj 19:nsubj _ -19 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 ccomp 16:ccomp _ +18 Ba'athists Ba'athist PROPN NNPS Number=Plur 19 nsubj 19:nsubj _ +19 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 ccomp 16:ccomp _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 means means NOUN NNS Number=Plur 19 obj 19:obj _ 22 to to PART TO _ 23 mark 23:mark _ 23 stage stage VERB VB VerbForm=Inf 21 acl 21:acl:to _ 24 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ -25 third third ADJ JJ Degree=Pos|NumType=Ord 27 amod 27:amod _ +25 third third ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 27 amod 27:amod _ 26 coup coup NOUN NN Number=Sing 27 compound 27:compound _ 27 d'etat d'etat NOUN NN Number=Sing 23 obj 23:obj _ 28 and and CCONJ CC _ 29 cc 29:cc _ @@ -11794,11 +11800,11 @@ 30 to to ADP IN _ 31 case 31:case _ 31 power power NOUN NN Number=Sing 29 obl 29:obl:to _ 32 within within ADP IN _ 34 case 34:case _ -33 10 10 NUM CD NumType=Card 34 nummod 34:nummod _ +33 10 10 NUM CD NumForm=Digit|NumType=Card 34 nummod 34:nummod _ 34 hours hour NOUN NNS Number=Plur 29 obl 29:obl:within _ 35 of of ADP IN _ 38 case 38:case _ 36 an a DET DT Definite=Ind|PronType=Art 38 det 38:det _ -37 American american ADJ JJ Degree=Pos 38 amod 38:amod _ +37 American American ADJ JJ Degree=Pos 38 amod 38:amod _ 38 withdrawal withdrawal NOUN NN Number=Sing 34 nmod 34:nmod:of SpaceAfter=No 39 . . PUNCT . _ 2 punct 2:punct _ @@ -11806,19 +11812,19 @@ # text = On sensing my incredulity to his statement he asserted that Ba'athist cells exist in all parts of the country and that they do have a central command, even though many have formed seperate cells (often under Islamic labels) with their own leaderships. 1 On on SCONJ IN _ 2 mark 2:mark _ 2 sensing sense VERB VBG VerbForm=Ger 9 advcl 9:advcl:on _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 incredulity incredulity NOUN NN Number=Sing 2 obj 2:obj _ 5 to to ADP IN _ 7 case 7:case _ -6 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 statement statement NOUN NN Number=Sing 4 nmod 4:nmod:to _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 asserted assert VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 asserted assert VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 that that SCONJ IN _ 13 mark 13:mark _ 11 Ba'athist Ba'athist PROPN NNP Number=Sing 12 compound 12:compound _ 12 cells cell NOUN NNS Number=Plur 13 nsubj 13:nsubj _ -13 exist exist VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ +13 exist exist VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ 14 in in ADP IN _ 16 case 16:case _ -15 all all DET DT _ 16 det 16:det _ +15 all all DET DT PronType=Tot 16 det 16:det _ 16 parts part NOUN NNS Number=Plur 13 obl 13:obl:in _ 17 of of ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ @@ -11826,27 +11832,27 @@ 20 and and CCONJ CC _ 24 cc 24:cc _ 21 that that SCONJ IN _ 24 mark 24:mark _ 22 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 24 nsubj 24:nsubj _ -23 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ +23 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ 24 have have VERB VB VerbForm=Inf 13 conj 9:ccomp|13:conj:and _ 25 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 26 central central ADJ JJ Degree=Pos 27 amod 27:amod _ 27 command command NOUN NN Number=Sing 24 obj 24:obj SpaceAfter=No -28 , , PUNCT , _ 24 punct 24:punct _ +28 , , PUNCT , _ 33 punct 33:punct _ 29 even even ADV RB _ 33 advmod 33:advmod _ 30 though though SCONJ IN _ 33 mark 33:mark _ 31 many many ADJ JJ Degree=Pos 33 nsubj 33:nsubj _ -32 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 33 aux 33:aux _ +32 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 33 aux 33:aux _ 33 formed form VERB VBN Tense=Past|VerbForm=Part 24 advcl 24:advcl:though _ 34 seperate seperate ADJ JJ Degree=Pos 35 amod 35:amod _ 35 cells cell NOUN NNS Number=Plur 33 obj 33:obj _ 36 ( ( PUNCT -LRB- _ 40 punct 40:punct SpaceAfter=No 37 often often ADV RB _ 40 advmod 40:advmod _ 38 under under ADP IN _ 40 case 40:case _ -39 Islamic islamic ADJ JJ Degree=Pos 40 amod 40:amod _ +39 Islamic Islamic ADJ JJ Degree=Pos 40 amod 40:amod _ 40 labels label NOUN NNS Number=Plur 35 nmod 35:nmod:under SpaceAfter=No 41 ) ) PUNCT -RRB- _ 40 punct 40:punct _ 42 with with ADP IN _ 45 case 45:case _ -43 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 45 nmod:poss 45:nmod:poss _ +43 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 45 nmod:poss 45:nmod:poss _ 44 own own ADJ JJ Degree=Pos 45 amod 45:amod _ 45 leaderships leadership NOUN NNS Number=Plur 35 nmod 35:nmod:with SpaceAfter=No 46 . . PUNCT . _ 9 punct 9:punct _ @@ -11854,16 +11860,16 @@ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0038 # text = He said that they have the training and the funding as well as the support of neighbouring and regional governments. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 5 mark 5:mark _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +5 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 training training NOUN NN Number=Sing 5 obj 5:obj _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 funding funding NOUN NN Number=Sing 7 conj 5:obj|7:conj:and _ -11 as as ADV RB _ 15 cc 15:cc _ +11 as as ADV RB ExtPos=CCONJ 15 cc 15:cc _ 12 well well ADV RB Degree=Pos 11 fixed 11:fixed _ 13 as as ADP IN _ 11 fixed 11:fixed _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -11878,37 +11884,37 @@ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0039 # text = I concur that Ba'athists and former security forces are capable of immediately controlling at least 5 out of 18 governorates, along with the capital, if Americans are to be removed from the picture entirely. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 concur concur VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 concur concur VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 10 mark 10:mark _ -4 Ba'athists Ba'athists PROPN NNPS Number=Plur 10 nsubj 10:nsubj _ +4 Ba'athists Ba'athist PROPN NNPS Number=Plur 10 nsubj 10:nsubj _ 5 and and CCONJ CC _ 8 cc 8:cc _ 6 former former ADJ JJ Degree=Pos 8 amod 8:amod _ 7 security security NOUN NN Number=Sing 8 compound 8:compound _ 8 forces force NOUN NNS Number=Plur 4 conj 4:conj:and|10:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 capable capable ADJ JJ Degree=Pos 2 ccomp 2:ccomp _ 11 of of SCONJ IN _ 13 mark 13:mark _ 12 immediately immediately ADV RB _ 13 advmod 13:advmod _ 13 controlling control VERB VBG VerbForm=Ger 10 advcl 10:advcl:of _ -14 at at ADV RB _ 15 case 15:case _ -15 least least ADV RBS Degree=Sup 16 nmod 16:nmod:at _ -16 5 5 NUM CD NumType=Card 13 obj 13:obj _ +14 at at ADP IN _ 15 case 15:case _ +15 least least ADJ JJS Degree=Sup 16 nmod 16:nmod:at _ +16 5 5 NUM CD NumForm=Digit|NumType=Card 13 obj 13:obj _ 17 out out ADP IN _ 20 case 20:case _ 18 of of ADP IN _ 20 case 20:case _ -19 18 18 NUM CD NumType=Card 20 nummod 20:nummod _ +19 18 18 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ 20 governorates governorate NOUN NNS Number=Plur 16 nmod 16:nmod:of SpaceAfter=No -21 , , PUNCT , _ 16 punct 16:punct _ +21 , , PUNCT , _ 25 punct 25:punct _ 22 along along ADP IN _ 25 case 25:case _ 23 with with ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 capital capital NOUN NN Number=Sing 16 nmod 16:nmod:with SpaceAfter=No -26 , , PUNCT , _ 13 punct 13:punct _ -27 if if SCONJ IN _ 29 mark 29:mark _ -28 Americans Americans PROPN NNPS Number=Plur 29 nsubj 29:nsubj|32:nsubj:xsubj _ -29 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ +26 , , PUNCT , _ 32 punct 32:punct _ +27 if if SCONJ IN _ 32 mark 32:mark _ +28 Americans American PROPN NNPS Number=Plur 32 nsubj:pass 32:nsubj:pass _ +29 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 32 aux 32:aux _ 30 to to PART TO _ 32 mark 32:mark _ 31 be be AUX VB VerbForm=Inf 32 aux:pass 32:aux:pass _ -32 removed remove VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 29 xcomp 29:xcomp _ +32 removed remove VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 advcl 13:advcl _ 33 from from ADP IN _ 35 case 35:case _ 34 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ 35 picture picture NOUN NN Number=Sing 32 obl 32:obl:from _ @@ -11920,23 +11926,23 @@ 1 But but CCONJ CC _ 4 cc 4:cc _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 3 also also ADV RB _ 4 advmod 4:advmod _ -4 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 see see VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 that that PRON DT Number=Sing|PronType=Dem 4 obj 4:obj _ 6 as as ADP IN _ 9 case 9:case _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 fatal fatal ADJ JJ Degree=Pos 9 amod 9:amod _ 9 misconception misconception NOUN NN Number=Sing 4 obl 4:obl:as|13:nsubj SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 13 punct 13:punct _ 11 which which PRON WDT PronType=Rel 13 nsubj 9:ref _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 doing do VERB VBG Tense=Pres|VerbForm=Part 9 acl:relcl 9:acl:relcl _ -14 Sunnis Sunnis PROPN NNPS Number=Plur 13 iobj 13:iobj _ +14 Sunnis Sunni PROPN NNPS Number=Plur 13 iobj 13:iobj _ 15 harm harm NOUN NN Number=Sing 13 obj 13:obj SpaceAfter=No -16 , , PUNCT , _ 4 punct 4:punct _ +16 , , PUNCT , _ 21 punct 21:punct _ 17 because because SCONJ IN _ 21 mark 21:mark _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ 19-20 don't _ _ _ _ _ _ _ _ -19 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ +19 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ 20 n't not PART RB _ 21 advmod 21:advmod _ 21 believe believe VERB VB VerbForm=Inf 4 advcl 4:advcl:because _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ @@ -11950,7 +11956,7 @@ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0041 # text = Any government that assumes power after the elections also realises this, so not even Sistani is going to call the US to withdraw its troops, despite what he is saying now, not until they are ensured the insurgency is out of the picture, or that they have an alternative foreign power (in this case Iran) to back them up. -1 Any any DET DT _ 2 det 2:det _ +1 Any any DET DT PronType=Ind 2 det 2:det _ 2 government government NOUN NN Number=Sing 10 nsubj 4:nsubj|10:nsubj _ 3 that that PRON WDT PronType=Rel 4 nsubj 2:ref _ 4 assumes assume VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ @@ -11963,32 +11969,32 @@ 11 this this PRON DT Number=Sing|PronType=Dem 10 obj 10:obj SpaceAfter=No 12 , , PUNCT , _ 18 punct 18:punct _ 13 so so ADV RB _ 18 advmod 18:advmod _ -14 not not ADV RB _ 16 advmod 16:advmod _ +14 not not PART RB _ 16 advmod 16:advmod _ 15 even even ADV RB _ 16 advmod 16:advmod _ 16 Sistani Sistani PROPN NNP Number=Sing 18 nsubj 18:nsubj|20:nsubj:xsubj _ 17 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ -18 going go VERB VBG Tense=Pres|VerbForm=Part 4 advcl 4:advcl _ +18 going go VERB VBG Tense=Pres|VerbForm=Part 10 parataxis 10:parataxis _ 19 to to PART TO _ 20 mark 20:mark _ 20 call call VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 US US PROPN NNP Number=Sing 20 obj 20:obj|24:nsubj:xsubj _ 23 to to PART TO _ 24 mark 24:mark _ 24 withdraw withdraw VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ -25 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 troops troops NOUN NNS Number=Plur 24 obj 24:obj SpaceAfter=No -27 , , PUNCT , _ 20 punct 20:punct _ -28 despite despite SCONJ IN _ 29 case 29:case _ -29 what what PRON WP PronType=Int 20 obl 20:obl:despite _ +27 , , PUNCT , _ 29 punct 29:punct _ +28 despite despite ADP IN _ 29 case 29:case _ +29 what what PRON WP PronType=Rel 18 obl 18:obl:despite|32:obj _ 30 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 32 nsubj 32:nsubj _ 31 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 32 aux 32:aux _ 32 saying say VERB VBG Tense=Pres|VerbForm=Part 29 acl:relcl 29:acl:relcl _ 33 now now ADV RB _ 32 advmod 32:advmod SpaceAfter=No -34 , , PUNCT , _ 35 punct 35:punct _ -35 not not PART RB _ 18 parataxis 18:parataxis _ +34 , , PUNCT , _ 39 punct 39:punct _ +35 not not PART RB _ 39 advmod 39:advmod _ 36 until until SCONJ IN _ 39 mark 39:mark _ 37 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 39 nsubj:pass 39:nsubj:pass _ -38 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 39 aux:pass 39:aux:pass _ -39 ensured ensure VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 35 ccomp 35:ccomp _ +38 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 39 aux:pass 39:aux:pass _ +39 ensured ensure VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 advcl 18:advcl:until _ 40 the the DET DT Definite=Def|PronType=Art 41 det 41:det _ 41 insurgency insurgency NOUN NN Number=Sing 46 nsubj 46:nsubj _ 42 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 46 cop 46:cop _ @@ -12000,7 +12006,7 @@ 48 or or CCONJ CC _ 51 cc 51:cc _ 49 that that SCONJ IN _ 51 mark 51:mark _ 50 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 51 nsubj 51:nsubj _ -51 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 46 conj 39:ccomp|46:conj:or _ +51 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 46 conj 39:ccomp|46:conj:or _ 52 an a DET DT Definite=Ind|PronType=Art 55 det 55:det _ 53 alternative alternative ADJ JJ Degree=Pos 55 amod 55:amod _ 54 foreign foreign ADJ JJ Degree=Pos 55 amod 55:amod _ @@ -12015,26 +12021,26 @@ 63 back back VERB VB VerbForm=Inf 55 acl 55:acl:to _ 64 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 63 obj 63:obj _ 65 up up ADP RP _ 63 compound:prt 63:compound:prt SpaceAfter=No -66 . . PUNCT . _ 35 punct 35:punct _ +66 . . PUNCT . _ 10 punct 10:punct _ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0042 # text = The only hope now is that, following the elections, the National Assembly would offer the hand of peace and reconciliation to the dissenting parties. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 only only ADJ JJ Degree=Pos 3 amod 3:amod _ -3 hope hope NOUN NN Number=Sing 5 nsubj 5:nsubj _ -4 now now ADV RB _ 5 advmod 5:advmod _ -5 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 hope hope NOUN NN Number=Sing 16 nsubj:outer 16:nsubj:outer _ +4 now now ADV RB _ 16 advmod 16:advmod _ +5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 6 that that SCONJ IN _ 16 mark 16:mark SpaceAfter=No -7 , , PUNCT , _ 16 punct 16:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 following follow VERB VBG VerbForm=Ger 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -10 elections election NOUN NNS Number=Plur 16 obl 16:obl:follow SpaceAfter=No -11 , , PUNCT , _ 16 punct 16:punct _ +10 elections election NOUN NNS Number=Plur 16 obl 16:obl:following SpaceAfter=No +11 , , PUNCT , _ 10 punct 10:punct _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -13 National National PROPN NNP Number=Sing 14 compound 14:compound _ +13 National National ADJ NNP Degree=Pos 14 amod 14:amod _ 14 Assembly Assembly PROPN NNP Number=Sing 16 nsubj 16:nsubj _ 15 would would AUX MD VerbForm=Fin 16 aux 16:aux _ -16 offer offer VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ +16 offer offer VERB VB VerbForm=Inf 0 root 0:root _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 hand hand NOUN NN Number=Sing 16 obj 16:obj _ 19 of of ADP IN _ 20 case 20:case _ @@ -12045,39 +12051,39 @@ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 25 dissenting dissent VERB VBG VerbForm=Ger 26 amod 26:amod _ 26 parties party NOUN NNS Number=Plur 16 obl 16:obl:to SpaceAfter=No -27 . . PUNCT . _ 5 punct 5:punct _ +27 . . PUNCT . _ 16 punct 16:punct _ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0043 # text = I would suggest going for tribal Sheikhs rather than clerics, since they have the upper hand in their areas and can effectively root out any Ba'athists in their midst in return for a promise of sharing power and authority. -1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|4:nsubj:xsubj _ +1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 would would AUX MD VerbForm=Fin 3 aux 3:aux _ 3 suggest suggest VERB VB VerbForm=Inf 0 root 0:root _ 4 going go VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ 5 for for ADP IN _ 7 case 7:case _ 6 tribal tribal ADJ JJ Degree=Pos 7 amod 7:amod _ 7 Sheikhs sheikh NOUN NNS Number=Plur 4 obl 4:obl:for _ -8 rather rather ADP IN _ 10 case 10:case _ +8 rather rather ADP IN _ 10 cc 10:cc _ 9 than than ADP IN _ 8 fixed 8:fixed _ -10 clerics cleric NOUN NNS Number=Plur 7 nmod 7:nmod:rather_than SpaceAfter=No -11 , , PUNCT , _ 4 punct 4:punct _ +10 clerics cleric NOUN NNS Number=Plur 7 conj 7:conj:rather_than SpaceAfter=No +11 , , PUNCT , _ 14 punct 14:punct _ 12 since since SCONJ IN _ 14 mark 14:mark _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj|24:nsubj _ -14 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:since _ +14 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:since _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 upper upper ADJ JJ Degree=Pos 17 amod 17:amod _ 17 hand hand NOUN NN Number=Sing 14 obj 14:obj _ 18 in in ADP IN _ 20 case 20:case _ -19 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 areas area NOUN NNS Number=Plur 14 obl 14:obl:in _ 21 and and CCONJ CC _ 24 cc 24:cc _ 22 can can AUX MD VerbForm=Fin 24 aux 24:aux _ 23 effectively effectively ADV RB _ 24 advmod 24:advmod _ 24 root root VERB VB VerbForm=Inf 14 conj 4:advcl:since|14:conj:and _ 25 out out ADP RP _ 24 compound:prt 24:compound:prt _ -26 any any DET DT _ 27 det 27:det _ -27 Ba'athists Ba'athists PROPN NNPS Number=Plur 24 obj 24:obj _ +26 any any DET DT PronType=Ind 27 det 27:det _ +27 Ba'athists Ba'athist PROPN NNPS Number=Plur 24 obj 24:obj _ 28 in in ADP IN _ 30 case 30:case _ -29 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +29 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 30 midst midst NOUN NN Number=Sing 27 nmod 27:nmod:in _ 31 in in ADP IN _ 32 case 32:case _ 32 return return NOUN NN Number=Sing 24 obl 24:obl:in _ @@ -12097,15 +12103,15 @@ 2 of of ADP IN _ 4 case 4:case _ 3 these this DET DT Number=Plur|PronType=Dem 4 det 4:det _ 4 Sheikhs sheikh NOUN NNS Number=Plur 1 nmod 1:nmod:of _ -5 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 been be AUX VBN Tense=Past|VerbForm=Part 7 aux:pass 7:aux:pass _ 7 disenfranchised disenfranchise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 abused abuse VERB VBN Tense=Past|VerbForm=Part 7 conj 7:conj:and _ +9 abused abuse VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 conj 7:conj:and _ 10 over over ADP IN _ 14 case 14:case _ 11 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 12 last last ADJ JJ Degree=Pos 14 amod 14:amod _ -13 two two NUM CD NumType=Card 14 nummod 14:nummod _ +13 two two NUM CD NumForm=Word|NumType=Card 14 nummod 14:nummod _ 14 years year NOUN NNS Number=Plur 7 obl 7:obl:over SpaceAfter=No 15 . . PUNCT . _ 7 punct 7:punct _ @@ -12113,14 +12119,14 @@ # text = Very recently, US forces in Al-Anbar made a terrible blunder by accidentally killing Abdul-Razaq Inad Al-Gu'ud, Sheikh of the Al-Bu Nimr clan from the powerful Dulaym tribe. 1 Very very ADV RB _ 2 advmod 2:advmod _ 2 recently recently ADV RB _ 10 advmod 10:advmod SpaceAfter=No -3 , , PUNCT , _ 10 punct 10:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 US US PROPN NNP Number=Sing 5 compound 5:compound _ 5 forces force NOUN NNS Number=Plur 10 nsubj 10:nsubj _ 6 in in ADP IN _ 9 case 9:case _ 7 Al Al PROPN NNP Number=Sing 9 compound 9:compound SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 Anbar Anbar PROPN NNP Number=Sing 5 nmod 5:nmod:in _ -10 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 made make VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 terrible terrible ADJ JJ Degree=Pos 13 amod 13:amod _ 13 blunder blunder NOUN NN Number=Sing 10 obj 10:obj _ @@ -12128,18 +12134,18 @@ 15 accidentally accidentally ADV RB _ 16 advmod 16:advmod _ 16 killing kill VERB VBG VerbForm=Ger 10 advcl 10:advcl:by _ 17 Abdul Abdul PROPN NNP Number=Sing 16 obj 16:obj SpaceAfter=No -18 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No +18 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No 19 Razaq Razaq PROPN NNP Number=Sing 17 flat 17:flat _ 20 Inad Inad PROPN NNP Number=Sing 17 flat 17:flat _ 21 Al Al PROPN NNP Number=Sing 17 flat 17:flat SpaceAfter=No -22 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No +22 - - PUNCT HYPH _ 23 punct 23:punct SpaceAfter=No 23 Gu'ud Gu'ud PROPN NNP Number=Sing 17 flat 17:flat SpaceAfter=No -24 , , PUNCT , _ 17 punct 17:punct _ +24 , , PUNCT , _ 25 punct 25:punct _ 25 Sheikh Sheikh PROPN NNP Number=Sing 17 appos 17:appos _ 26 of of ADP IN _ 32 case 32:case _ 27 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 28 Al Al PROPN NNP Number=Sing 30 compound 30:compound SpaceAfter=No -29 - - PUNCT HYPH _ 30 punct 30:punct SpaceAfter=No +29 - - PUNCT HYPH _ 28 punct 28:punct SpaceAfter=No 30 Bu Bu PROPN NNP Number=Sing 31 compound 31:compound _ 31 Nimr Nimr PROPN NNP Number=Sing 32 compound 32:compound _ 32 clan clan NOUN NN Number=Sing 25 nmod 25:nmod:of _ @@ -12153,9 +12159,9 @@ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0046 # text = Al-Gu'ud had favoured elections and was in good terms with the government. 1 Al Al PROPN NNP Number=Sing 5 nsubj 5:nsubj|11:nsubj SpaceAfter=No -2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 3 Gu'ud Gu'ud PROPN NNP Number=Sing 1 flat 1:flat _ -4 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +4 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 5 favoured favour VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 6 elections election NOUN NNS Number=Plur 5 obj 5:obj _ 7 and and CCONJ CC _ 11 cc 11:cc _ @@ -12174,7 +12180,7 @@ 2 Gu'ud Gu'ud PROPN NNP Number=Sing 3 compound 3:compound _ 3 family family NOUN NN Number=Sing 5 nsubj 5:nsubj|8:nsubj:xsubj _ 4 even even ADV RB _ 5 advmod 5:advmod _ -5 accepted accept VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 accepted accept VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 to to PART TO _ 8 mark 8:mark _ 7 be be AUX VB VerbForm=Inf 8 aux:pass 8:aux:pass _ 8 offered offer VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 xcomp 5:xcomp _ @@ -12182,10 +12188,10 @@ 10 seat seat NOUN NN Number=Sing 8 obj 8:obj _ 11 of of ADP IN _ 15 case 15:case _ 12 Al Al PROPN NNP Number=Sing 14 compound 14:compound SpaceAfter=No -13 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No 14 Anbar Anbar PROPN NNP Number=Sing 15 compound 15:compound _ 15 governor governor NOUN NN Number=Sing 10 nmod 10:nmod:of _ -16 some some DET DT _ 17 det 17:det _ +16 some some DET DT PronType=Ind 17 det 17:det _ 17 months month NOUN NNS Number=Plur 18 obl:npmod 18:obl:npmod _ 18 back back ADV RB _ 8 advmod 8:advmod SpaceAfter=No 19 . . PUNCT . _ 5 punct 5:punct _ @@ -12194,40 +12200,40 @@ # text = The Al-Bu Nimr in Ramadi and Al-Qaim rose in arms against Saddam in the mid-nineties following the execution of Thamir Madhlum Al-Dulaymi, an Air Force general belonging to their tribe. 1 The the DET DT Definite=Def|PronType=Art 5 det 5:det _ 2 Al Al PROPN NNP Number=Sing 4 compound 4:compound SpaceAfter=No -3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No +3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No 4 Bu Bu PROPN NNP Number=Sing 5 compound 5:compound _ 5 Nimr Nimr PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 6 in in ADP IN _ 7 case 7:case _ 7 Ramadi Ramadi PROPN NNP Number=Sing 5 nmod 5:nmod:in _ 8 and and CCONJ CC _ 11 cc 11:cc _ 9 Al Al PROPN NNP Number=Sing 11 compound 11:compound SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 11 Qaim Qaim PROPN NNP Number=Sing 7 conj 5:nmod:in|7:conj:and _ -12 rose rise VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 rose rise VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 13 in in ADP IN _ 14 case 14:case _ 14 arms arm NOUN NNS Number=Plur 12 obl 12:obl:in _ 15 against against ADP IN _ 16 case 16:case _ 16 Saddam Saddam PROPN NNP Number=Sing 12 obl 12:obl:against _ 17 in in ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -19 mid-nineties mid-ninety NOUN NNS Number=Plur 12 obl 12:obl:in _ +19 mid-nineties mid-nineties NOUN NNS Number=Plur 12 obl 12:obl:in _ 20 following follow VERB VBG VerbForm=Ger 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -22 execution execution NOUN NN Number=Sing 12 obl 12:obl:follow _ +22 execution execution NOUN NN Number=Sing 12 obl 12:obl:following _ 23 of of ADP IN _ 24 case 24:case _ 24 Thamir Thamir PROPN NNP Number=Sing 22 nmod 22:nmod:of _ 25 Madhlum Madhlum PROPN NNP Number=Sing 24 flat 24:flat _ 26 Al Al PROPN NNP Number=Sing 24 flat 24:flat SpaceAfter=No -27 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No +27 - - PUNCT HYPH _ 28 punct 28:punct SpaceAfter=No 28 Dulaymi Dulaymi PROPN NNP Number=Sing 24 flat 24:flat SpaceAfter=No -29 , , PUNCT , _ 24 punct 24:punct _ +29 , , PUNCT , _ 33 punct 33:punct _ 30 an a DET DT Definite=Ind|PronType=Art 33 det 33:det _ 31 Air Air PROPN NNP Number=Sing 32 compound 32:compound _ 32 Force Force PROPN NNP Number=Sing 33 compound 33:compound _ 33 general general NOUN NN Number=Sing 24 appos 24:appos _ 34 belonging belong VERB VBG VerbForm=Ger 33 acl 33:acl _ 35 to to ADP IN _ 37 case 37:case _ -36 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ +36 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ 37 tribe tribe NOUN NN Number=Sing 34 obl 34:obl:to SpaceAfter=No 38 . . PUNCT . _ 12 punct 12:punct _ @@ -12235,21 +12241,21 @@ # text = The revolt took two weeks to be suppressed by the Republican Guard. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 revolt revolt NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 two two NUM CD NumType=Card 5 nummod 5:nummod _ -5 weeks week NOUN NNS Number=Plur 3 obl:tmod 3:obl:tmod _ +3 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 two two NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ +5 weeks week NOUN NNS Number=Plur 3 obj 3:obj _ 6 to to PART TO _ 8 mark 8:mark _ 7 be be AUX VB VerbForm=Inf 8 aux:pass 8:aux:pass _ 8 suppressed suppress VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 advcl 3:advcl:to _ 9 by by ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -11 Republican Republican PROPN NNP Number=Sing 12 compound 12:compound _ -12 Guard Guard PROPN NNP Number=Sing 8 obl 8:obl:by SpaceAfter=No +11 Republican Republican ADJ NNP Degree=Pos 12 amod 12:amod _ +12 Guard Guard PROPN NNP Number=Sing 8 obl:agent 8:obl:agent SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0050 # text = Another bad step was the recent arrest of Sheikh Hassan Al-Lihabi, of the Lihaib tribe which is scattered between the governorates of Al-Anbar, Mosul and Salah Al-Din. -1 Another another DET DT _ 3 det 3:det _ +1 Another another DET DT PronType=Ind 3 det 3:det _ 2 bad bad ADJ JJ Degree=Pos 3 amod 3:amod _ 3 step step NOUN NN Number=Sing 7 nsubj 7:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ @@ -12260,9 +12266,9 @@ 9 Sheikh Sheikh PROPN NNP Number=Sing 10 compound 10:compound _ 10 Hassan Hassan PROPN NNP Number=Sing 7 nmod 7:nmod:of _ 11 Al Al PROPN NNP Number=Sing 10 flat 10:flat SpaceAfter=No -12 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 13 Lihabi Lihabi PROPN NNP Number=Sing 10 flat 10:flat SpaceAfter=No -14 , , PUNCT , _ 10 punct 10:punct _ +14 , , PUNCT , _ 18 punct 18:punct _ 15 of of ADP IN _ 18 case 18:case _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 17 Lihaib Lihaib PROPN NNP Number=Sing 18 compound 18:compound _ @@ -12275,21 +12281,21 @@ 24 governorates governorate NOUN NNS Number=Plur 21 obl 21:obl:between _ 25 of of ADP IN _ 28 case 28:case _ 26 Al Al PROPN NNP Number=Sing 28 compound 28:compound SpaceAfter=No -27 - - PUNCT HYPH _ 28 punct 28:punct SpaceAfter=No +27 - - PUNCT HYPH _ 26 punct 26:punct SpaceAfter=No 28 Anbar Anbar PROPN NNP Number=Sing 24 nmod 24:nmod:of SpaceAfter=No 29 , , PUNCT , _ 30 punct 30:punct _ 30 Mosul Mosul PROPN NNP Number=Sing 28 conj 24:nmod:of|28:conj:and _ 31 and and CCONJ CC _ 35 cc 35:cc _ 32 Salah Salah PROPN NNP Number=Sing 35 compound 35:compound _ 33 Al Al PROPN NNP Number=Sing 35 compound 35:compound SpaceAfter=No -34 - - PUNCT HYPH _ 35 punct 35:punct SpaceAfter=No +34 - - PUNCT HYPH _ 33 punct 33:punct SpaceAfter=No 35 Din Din PROPN NNP Number=Sing 28 conj 24:nmod:of|28:conj:and SpaceAfter=No 36 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0051 # text = Al-Lihaibi was running in elections and is now said to have withdrawn following this incident. 1 Al Al PROPN NNP Number=Sing 5 nsubj 5:nsubj|11:nsubj:pass|14:nsubj:xsubj SpaceAfter=No -2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 3 Lihaibi Lihaibi PROPN NNP Number=Sing 1 flat 1:flat _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 5 running run VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ @@ -12304,13 +12310,13 @@ 14 withdrawn withdraw VERB VBN Tense=Past|VerbForm=Part 11 xcomp 11:xcomp _ 15 following follow VERB VBG VerbForm=Ger 17 case 17:case _ 16 this this DET DT Number=Sing|PronType=Dem 17 det 17:det _ -17 incident incident NOUN NN Number=Sing 14 obl 14:obl:follow SpaceAfter=No +17 incident incident NOUN NN Number=Sing 14 obl 14:obl:following SpaceAfter=No 18 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0052 # text = I believe national reconciliation to be the only path forward to a new Iraq. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 believe believe VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 national national ADJ JJ Degree=Pos 4 amod 4:amod _ 4 reconciliation reconciliation NOUN NN Number=Sing 2 obj 2:obj|9:nsubj:xsubj _ 5 to to PART TO _ 9 mark 9:mark _ @@ -12335,7 +12341,7 @@ 5 live live VERB VB VerbForm=Inf 0 root 0:root _ 6 without without ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -8 Sunnis Sunnis PROPN NNPS Number=Plur 5 obl 5:obl:without SpaceAfter=No +8 Sunnis Sunni PROPN NNPS Number=Plur 5 obl 5:obl:without SpaceAfter=No 9 , , PUNCT , _ 12 punct 12:punct _ 10 and and CCONJ CC _ 12 cc 12:cc _ 11 vice vice ADV RB _ 12 advmod 12:advmod _ @@ -12344,26 +12350,26 @@ # sent_id = weblog-blogspot.com_healingiraq_20050121235804_ENG_20050121_235804-0054 # text = Both have shared this country for the last 14 centuries and there is no possible way that one can live without the other. -1 Both both DET DT _ 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Both both DET DT PronType=Tot 3 nsubj 3:nsubj _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 shared share VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 country country NOUN NN Number=Sing 3 obj 3:obj _ 6 for for ADP IN _ 10 case 10:case _ 7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 8 last last ADJ JJ Degree=Pos 10 amod 10:amod _ -9 14 14 NUM CD NumType=Card 10 nummod 10:nummod _ +9 14 14 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 centuries century NOUN NNS Number=Plur 3 obl 3:obl:for _ 11 and and CCONJ CC _ 13 cc 13:cc _ 12 there there PRON EX _ 13 expl 13:expl _ 13 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ -14 no no DET DT _ 16 det 16:det _ +14 no no DET DT PronType=Neg 16 det 16:det _ 15 possible possible ADJ JJ Degree=Pos 16 amod 16:amod _ 16 way way NOUN NN Number=Sing 13 nsubj 13:nsubj _ -17 that that ADV WRB PronType=Dem 20 advmod 20:advmod _ -18 one one NUM CD NumType=Card 20 nsubj 20:nsubj _ +17 that that SCONJ IN _ 20 mark 20:mark _ +18 one one NUM CD NumForm=Word|NumType=Card 20 nsubj 20:nsubj _ 19 can can AUX MD VerbForm=Fin 20 aux 20:aux _ -20 live live VERB VB VerbForm=Inf 16 acl 16:acl _ +20 live live VERB VB VerbForm=Inf 16 acl:relcl 16:acl:relcl _ 21 without without ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 other other ADJ JJ Degree=Pos 20 obl 20:obl:without SpaceAfter=No @@ -12377,15 +12383,15 @@ 4 not not PART RB _ 6 advmod 6:advmod _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 possibility possibility NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 9 punct 9:punct _ 8 there there PRON EX _ 9 expl 9:expl _ -9 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ -10 no no DET DT _ 12 det 12:det _ +9 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ +10 no no DET DT PronType=Neg 12 det 12:det _ 11 clear clear ADJ JJ Degree=Pos 12 amod 12:amod _ 12 borders border NOUN NNS Number=Plur 9 nsubj 9:nsubj _ 13 between between ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -15 two two NUM CD NumType=Card 12 nmod 12:nmod:between SpaceAfter=No +15 two two NUM CD NumForm=Word|NumType=Card 12 nmod 12:nmod:between SpaceAfter=No 16 . . PUNCT . _ 6 punct 6:punct _ # newdoc id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500 @@ -12420,8 +12426,8 @@ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 luxury luxury NOUN NN Number=Sing 18 compound 18:compound _ 18 condo condo NOUN NN Number=Sing 6 nmod 6:nmod:in SpaceAfter=No -19 , , PUNCT , _ 6 punct 6:punct _ -20 published publish VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +19 , , PUNCT , _ 20 punct 20:punct _ +20 published publish VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 21 yesterday yesterday NOUN NN Number=Sing 20 obl:tmod 20:obl:tmod SpaceAfter=No 22 . . PUNCT . _ 1 punct 1:punct _ @@ -12429,10 +12435,10 @@ # text = ("At first I hid a lot. 1 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No 2 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No -3 At at ADV RB _ 4 advmod 4:advmod _ -4 first first ADV RB _ 6 advmod 6:advmod _ +3 At at ADP IN _ 4 case 4:case _ +4 first first ADV RB NumForm=Word|NumType=Ord 6 obl 6:obl:at _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 hid hide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 hid hide VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 lot lot NOUN NN Number=Sing 6 obl:npmod 6:obl:npmod SpaceAfter=No 9 . . PUNCT . _ 6 punct 6:punct _ @@ -12440,7 +12446,7 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0004 # text = I thought the US government was looking for me. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 US US PROPN NNP Number=Sing 5 compound 5:compound _ 5 government government NOUN NN Number=Sing 7 nsubj 7:nsubj _ @@ -12454,7 +12460,7 @@ # text = Now I hide a lot less.") 1 Now now ADV RB _ 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 hide hide VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 hide hide VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 lot lot NOUN NN Number=Sing 6 obl:npmod 6:obl:npmod _ 6 less less ADV RBR Degree=Cmp 3 advmod 3:advmod SpaceAfter=No @@ -12468,7 +12474,7 @@ 2 of of ADP IN _ 1 fixed 1:fixed _ 3 such such ADJ JJ Degree=Pos 4 amod 4:amod _ 4 talk talk NOUN NN Number=Sing 9 obl 9:obl:because_of SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 Posada Posada PROPN NNP Number=Sing 9 nsubj:pass 9:nsubj:pass _ 7 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 been be AUX VBN Tense=Past|VerbForm=Part 9 aux:pass 9:aux:pass _ @@ -12477,7 +12483,7 @@ 11 custody custody NOUN NN Number=Sing 9 obl 9:obl:into _ 12 by by ADP IN _ 14 case 14:case _ 13 Immigration immigration NOUN NN Number=Sing 14 compound 14:compound _ -14 officials official NOUN NNS Number=Plur 9 obl 9:obl:by SpaceAfter=No +14 officials official NOUN NNS Number=Plur 9 obl:agent 9:obl:agent SpaceAfter=No 15 . . PUNCT . _ 9 punct 9:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0007 @@ -12488,7 +12494,7 @@ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 imagine imagine VERB VB VerbForm=Inf 0 root 0:root _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj|8:nsubj:xsubj _ -6 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +6 wanted want VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ 7 to to PART TO _ 8 mark 8:mark _ 8 do do VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 9 this this PRON DT Number=Sing|PronType=Dem 8 obj 8:obj SpaceAfter=No @@ -12521,17 +12527,17 @@ 2 recently recently ADV RB _ 9 advmod 9:advmod _ 3 as as ADP IN _ 5 case 5:case _ 4 last last ADJ JJ Degree=Pos 5 amod 5:amod _ -5 week week NOUN NN Number=Sing 1 obl 1:obl:as _ +5 week week NOUN NN Number=Sing 2 obl 2:obl:as _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 official official ADJ JJ Degree=Pos 8 amod 8:amod _ 8 line line NOUN NN Number=Sing 9 nsubj 9:nsubj _ -9 stated state VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 stated state VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 ccomp 9:ccomp _ -12 no no DET DT _ 13 det 13:det _ +11 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 ccomp 9:ccomp _ +12 no no DET DT PronType=Neg 13 det 13:det _ 13 knowledge knowledge NOUN NN Number=Sing 11 obj 11:obj _ 14 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -15 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 aux 16:aux _ +15 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 aux 16:aux _ 16 entered enter VERB VBN Tense=Past|VerbForm=Part 13 acl 13:acl _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 country country NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No @@ -12539,22 +12545,22 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0010 # text = But comfortable among the thugs, Posada overplayed his hand and embarrassed his old patron, the US government. -1 But but CCONJ CC _ 12 cc 12:cc _ +1 But but CCONJ CC _ 8 cc 8:cc _ 2 comfortable comfortable ADJ JJ Degree=Pos 8 advcl 8:advcl _ 3 among among ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 thugs thug NOUN NNS Number=Plur 2 obl 2:obl:among SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 2 punct 2:punct _ 7 Posada Posada PROPN NNP Number=Sing 8 nsubj 8:nsubj|12:nsubj _ -8 overplayed overplay VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 overplayed overplay VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 hand hand NOUN NN Number=Sing 8 obj 8:obj _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 embarrassed embarrass VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 conj 8:conj:and _ -13 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +12 embarrassed embarrass VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 conj 8:conj:and _ +13 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 14 old old ADJ JJ Degree=Pos 15 amod 15:amod _ 15 patron patron NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ +16 , , PUNCT , _ 19 punct 19:punct _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 18 US US PROPN NNP Number=Sing 19 compound 19:compound _ 19 government government NOUN NN Number=Sing 15 appos 15:appos SpaceAfter=No @@ -12566,16 +12572,16 @@ 2 though though SCONJ IN _ 8 mark 8:mark _ 3-4 he'd _ _ _ _ _ _ _ _ 3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -4 'd have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux 8:aux _ +4 'd have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 5 been be AUX VBN Tense=Past|VerbForm=Part 8 cop 8:cop _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 faithful faithful ADJ JJ Degree=Pos 8 amod 8:amod _ 8 servant servant NOUN NN Number=Sing 15 advcl 15:advcl:though SpaceAfter=No -9 , , PUNCT , _ 15 punct 15:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ 12 not not PART RB _ 15 advmod 15:advmod _ -13 such such DET PDT _ 15 det:predet 15:det:predet _ +13 such such DET PDT PronType=Ind 15 det:predet 15:det:predet _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 player player NOUN NN Number=Sing 0 root 0:root _ 16 that that SCONJ IN _ 19 mark 19:mark _ @@ -12596,17 +12602,17 @@ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 cue cue NOUN NN Number=Sing 4 obj 4:obj _ 7 from from ADP IN _ 9 case 9:case _ -8 another another DET DT _ 9 det 9:det _ -9 bomber bomber NOUN NN Number=Sing 4 obl 4:obl:from _ -10 some some DET DT _ 15 det 15:det _ +8 another another DET DT PronType=Ind 9 det 9:det _ +9 bomber bomber NOUN NN Number=Sing 4 obl 4:obl:from|16:obj|17:nsubj:xsubj _ +10 some some DET DT PronType=Ind 15 det 15:det _ 11 pesky pesky ADJ JJ Degree=Pos 15 amod 15:amod _ 12 dark dark ADJ JJ Degree=Pos 14 amod 14:amod SpaceAfter=No -13 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No 14 skinned skinned ADJ JJ Degree=Pos 15 amod 15:amod _ -15 foreigners foreigner NOUN NNS Number=Plur 16 nsubj 16:nsubj|17:nsubj:xsubj _ -16 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ -17 extradited extradite VERB VBN Tense=Past|VerbForm=Part 16 xcomp 16:xcomp SpaceAfter=No -18 , , PUNCT , _ 9 punct 9:punct _ +15 foreigners foreigner NOUN NNS Number=Plur 16 nsubj 16:nsubj _ +16 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +17 extradited extradite VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 xcomp 16:xcomp SpaceAfter=No +18 , , PUNCT , _ 21 punct 21:punct _ 19 CIA CIA PROPN NNP Number=Sing 20 compound 20:compound _ 20 operative operative NOUN NN Number=Sing 21 compound 21:compound _ 21 Michael Michael PROPN NNP Number=Sing 9 appos 9:appos _ @@ -12619,30 +12625,30 @@ 2 should should AUX MD VerbForm=Fin 4 aux 4:aux _ 3 have have AUX VB VerbForm=Inf 4 aux 4:aux _ 4 told tell VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -5 any any DET DT _ 7 det 7:det _ +5 any any DET DT PronType=Ind 7 det 7:det _ 6 inquisitive inquisitive ADJ JJ Degree=Pos 7 amod 7:amod _ 7 journalist journalist NOUN NN Number=Sing 4 iobj 4:iobj _ 8 at at ADP IN _ 10 case 10:case _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 doorstep doorstep NOUN NN Number=Sing 7 nmod 7:nmod:at _ -11 something something PRON NN Number=Sing 4 obj 4:obj _ +11 something something PRON NN Number=Sing|PronType=Ind 4 obj 4:obj _ 12 like like SCONJ IN _ 14 mark 14:mark _ 13 Meiring Meiring PROPN NNP Number=Sing 14 nsubj 14:nsubj _ -14 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:like _ +14 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:like _ 15 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 16 single single ADJ JJ Degree=Pos 18 amod 18:amod _ -17 American american ADJ JJ Degree=Pos 18 amod 18:amod _ -18 reporter reporter NOUN NN Number=Sing 14 obj 14:obj|20:nsubj|21:nsubj:xsubj _ +17 American American ADJ JJ Degree=Pos 18 amod 18:amod _ +18 reporter reporter NOUN NN Number=Sing 14 iobj 14:iobj|20:nsubj|21:nsubj:xsubj _ 19 who who PRON WP PronType=Rel 20 nsubj 18:ref _ -20 bothered bother VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ +20 bothered bother VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ 21 following follow VERB VBG VerbForm=Ger 20 xcomp 20:xcomp _ -22 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +22 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 23 bloody bloody ADJ JJ Degree=Pos 24 amod 24:amod _ 24 trail trail NOUN NN Number=Sing 21 obj 21:obj _ 25 from from ADP IN _ 27 case 27:case _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 Philippines Philippines PROPN NNPS Number=Plur 21 obl 21:obl:from SpaceAfter=No -28 , , PUNCT , _ 14 punct 14:punct _ +28 , , PUNCT , _ 41 punct 41:punct _ 29 that that SCONJ IN _ 41 mark 41:mark _ 30 " " PUNCT `` _ 41 punct 41:punct SpaceAfter=No 31 If if SCONJ IN _ 33 mark 33:mark _ @@ -12650,13 +12656,13 @@ 33 harms harm VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 41 advcl 41:advcl:if _ 34 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 33 obj 33:obj _ 35 in in ADP IN _ 37 case 37:case _ -36 any any DET DT _ 37 det 37:det _ +36 any any DET DT PronType=Ind 37 det 37:det _ 37 way way NOUN NN Number=Sing 33 obl 33:obl:in SpaceAfter=No -38 , , PUNCT , _ 41 punct 41:punct _ +38 , , PUNCT , _ 33 punct 33:punct _ 39 you you PRON PRP Case=Nom|Person=2|PronType=Prs 41 nsubj 41:nsubj _ 40 will will AUX MD VerbForm=Fin 41 aux 41:aux _ 41 find find VERB VB VerbForm=Inf 14 ccomp 14:ccomp _ -42 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 43 nmod:poss 43:nmod:poss _ +42 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 43 nmod:poss 43:nmod:poss _ 43 power power NOUN NN Number=Sing 41 obj 41:obj _ 44 then then ADV RB PronType=Dem 41 advmod 41:advmod SpaceAfter=No 45 , , PUNCT , _ 49 punct 49:punct _ @@ -12669,14 +12675,14 @@ 51 who who PRON WP PronType=Int 49 ccomp 49:ccomp _ 52 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 51 nsubj 51:nsubj _ 53 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 51 cop 51:cop SpaceAfter=No -54 . . PUNCT . _ 4 punct 4:punct SpaceAfter=No -55 " " PUNCT '' _ 4 punct 4:punct _ +54 . . PUNCT . _ 41 punct 41:punct SpaceAfter=No +55 " " PUNCT '' _ 41 punct 41:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0014 # text = But then, maybe that wouldn't have saved him either, because Posada is not Meiring. 1 But but CCONJ CC _ 9 cc 9:cc _ 2 then then ADV RB PronType=Dem 9 advmod 9:advmod SpaceAfter=No -3 , , PUNCT , _ 9 punct 9:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 maybe maybe ADV RB _ 9 advmod 9:advmod _ 5 that that PRON DT Number=Sing|PronType=Dem 9 nsubj 9:nsubj _ 6-7 wouldn't _ _ _ _ _ _ _ _ @@ -12686,7 +12692,7 @@ 9 saved save VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 10 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj _ 11 either either ADV RB _ 9 advmod 9:advmod SpaceAfter=No -12 , , PUNCT , _ 9 punct 9:punct _ +12 , , PUNCT , _ 17 punct 17:punct _ 13 because because SCONJ IN _ 17 mark 17:mark _ 14 Posada Posada PROPN NNP Number=Sing 17 nsubj 17:nsubj _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ @@ -12704,8 +12710,9 @@ 6 , , PUNCT , _ 9 punct 9:punct _ 7 but but CCONJ CC _ 9 cc 9:cc _ 8 Meiring Meiring PROPN NNP Number=Sing 9 nsubj 9:nsubj _ -9 ca can AUX MD VerbForm=Fin 4 conj 4:conj:but SpaceAfter=No -10 n't not PART RB _ 9 advmod 9:advmod SpaceAfter=No +9-10 can't _ _ _ _ _ _ _ SpaceAfter=No +9 ca can AUX MD VerbForm=Fin 4 conj 4:conj:but _ +10 n't not PART RB _ 9 advmod 9:advmod _ 11 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0016 @@ -12714,11 +12721,11 @@ 1 Meiring Meiring PROPN NNP Number=Sing 3 nmod:poss 3:nmod:poss _ 2 's 's PART POS _ 1 case 1:case _ 3 crimes crime NOUN NNS Number=Plur 5 nsubj 5:nsubj|8:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 fresh fresh ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 6 , , PUNCT , _ 8 punct 8:punct _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 wave wave VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +8 wave wave VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 false false ADJ JJ Degree=Pos 11 amod 11:amod _ 11 flag flag NOUN NN Number=Sing 8 obj 8:obj|16:nsubj _ @@ -12729,21 +12736,21 @@ 16 War war NOUN NN Number=Sing 11 acl:relcl 11:acl:relcl _ 17 on on ADP IN _ 18 case 18:case _ 18 Terror terror NOUN NN Number=Sing 16 nmod 16:nmod:on SpaceAfter=No -19 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No -20 " " PUNCT '' _ 5 punct 5:punct _ +19 . . PUNCT . _ 16 punct 16:punct SpaceAfter=No +20 " " PUNCT '' _ 16 punct 16:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0017 # text = They happened in the Philippines which, like Pakistan, is an important and vulnerable node for the business which intelligence agencies and terrorist organizations conduct with each other. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 happened happen VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 happened happen VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 in in ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 Philippines Philippines PROPN NNPS Number=Plur 2 obl 2:obl:in|16:nsubj _ 6 which which PRON WDT PronType=Rel 16 nsubj 5:ref SpaceAfter=No -7 , , PUNCT , _ 16 punct 16:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 like like ADP IN _ 9 case 9:case _ 9 Pakistan Pakistan PROPN NNP Number=Sing 16 obl 16:obl:like SpaceAfter=No -10 , , PUNCT , _ 16 punct 16:punct _ +10 , , PUNCT , _ 9 punct 9:punct _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 12 an a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 13 important important ADJ JJ Degree=Pos 16 amod 16:amod _ @@ -12759,17 +12766,17 @@ 23 and and CCONJ CC _ 25 cc 25:cc _ 24 terrorist terrorist NOUN NN Number=Sing 25 compound 25:compound _ 25 organizations organization NOUN NNS Number=Plur 22 conj 22:conj:and|26:nsubj _ -26 conduct conduct VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ -27 with with ADP IN _ 29 case 29:case _ -28 each each DET DT _ 29 det 29:det _ -29 other other ADJ JJ Degree=Pos 26 obl 26:obl:with SpaceAfter=No +26 conduct conduct VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ +27 with with ADP IN _ 28 case 28:case _ +28 each each DET DT ExtPos=PRON|PronType=Rcp 26 obl 26:obl:with _ +29 other other ADJ JJ Degree=Pos 28 fixed 28:fixed SpaceAfter=No 30 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0018 # text = (Ask Terry Nichols about the Philippines.) 1 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No 2 Ask ask VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 Terry Terry PROPN NNP Number=Sing 2 obj 2:obj _ +3 Terry Terry PROPN NNP Number=Sing 2 iobj 2:iobj _ 4 Nichols Nichols PROPN NNP Number=Sing 3 flat 3:flat _ 5 about about ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -12781,19 +12788,19 @@ # text = The bombings implicated Muslims, and exacerbated regional tensions which the Bush regime and its friends wearing the brass in the Philippine military sought to exploit. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 bombings bombing NOUN NNS Number=Plur 3 nsubj 3:nsubj|7:nsubj _ -3 implicated implicate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 Muslims Muslims PROPN NNPS Number=Plur 3 obj 3:obj SpaceAfter=No +3 implicated implicate VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 Muslims Muslim PROPN NNPS Number=Plur 3 obj 3:obj SpaceAfter=No 5 , , PUNCT , _ 7 punct 7:punct _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 exacerbated exacerbate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +7 exacerbated exacerbate VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 8 regional regional ADJ JJ Degree=Pos 9 amod 9:amod _ -9 tensions tension NOUN NNS Number=Plur 7 obj 7:obj _ -10 which which PRON WDT PronType=Int 26 obj 26:obj _ +9 tensions tension NOUN NNS Number=Plur 7 obj 7:obj|26:obj _ +10 which which PRON WDT PronType=Rel 26 obj 9:ref _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 Bush Bush PROPN NNP Number=Sing 24 nsubj 24:nsubj|26:nsubj:xsubj _ 13 regime regime NOUN NN Number=Sing 12 flat 12:flat _ 14 and and CCONJ CC _ 16 cc 16:cc _ -15 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 friends friend NOUN NNS Number=Plur 12 conj 12:conj:and|24:nsubj|26:nsubj:xsubj _ 17 wearing wear VERB VBG VerbForm=Ger 16 acl 16:acl _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ @@ -12802,7 +12809,7 @@ 21 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 22 Philippine philippine ADJ JJ Degree=Pos 23 amod 23:amod _ 23 military military NOUN NN Number=Sing 17 obl 17:obl:in _ -24 sought seek VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +24 sought seek VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 25 to to PART TO _ 26 mark 26:mark _ 26 exploit exploit VERB VB VerbForm=Inf 24 xcomp 24:xcomp SpaceAfter=No 27 . . PUNCT . _ 3 punct 3:punct _ @@ -12813,28 +12820,28 @@ 1 Posada Posada PROPN NNP Number=Sing 3 nmod:poss 3:nmod:poss _ 2 's 's PART POS _ 1 case 1:case _ 3 crimes crime NOUN NNS Number=Plur 11 nsubj 11:nsubj SpaceAfter=No -4 , , PUNCT , _ 11 punct 11:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 on on ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 other other ADJ JJ Degree=Pos 8 amod 8:amod _ 8 hand hand NOUN NN Number=Sing 11 obl 11:obl:on SpaceAfter=No -9 , , PUNCT , _ 11 punct 11:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10 must must AUX MD VerbForm=Fin 11 aux 11:aux _ 11 seem seem VERB VB VerbForm=Inf 0 root 0:root _ 12 like like ADP IN _ 14 case 14:case _ 13 ancient ancient ADJ JJ Degree=Pos 14 amod 14:amod _ 14 history history NOUN NN Number=Sing 11 obl 11:obl:like SpaceAfter=No -15 , , PUNCT , _ 11 punct 11:punct _ +15 , , PUNCT , _ 19 punct 19:punct _ 16 especially especially ADV RB _ 19 advmod 19:advmod _ 17 to to ADP IN _ 19 case 19:case _ 18 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 19 people people NOUN NN Number=Sing 11 obl 11:obl:to|23:nsubj _ 20 who who PRON WP PronType=Rel 23 nsubj 19:ref _ 21-22 don't _ _ _ _ _ _ _ _ -21 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ +21 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ 22 n't not PART RB _ 23 advmod 23:advmod _ 23 know know VERB VB VerbForm=Inf 19 acl:relcl 19:acl:relcl _ -24 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 history history NOUN NN Number=Sing 23 obj 23:obj SpaceAfter=No 26 . . PUNCT . _ 11 punct 11:punct _ @@ -12845,16 +12852,16 @@ 3 those that PRON DT Number=Plur|PronType=Dem 14 nmod 8:nsubj|14:nmod:to _ 4 who who PRON WP PronType=Rel 8 nsubj 3:ref _ 5-6 don't _ _ _ _ _ _ _ _ -5 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +5 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 6 n't not PART RB _ 8 advmod 8:advmod _ 7 even even ADV RB _ 8 advmod 8:advmod _ 8 know know VERB VB VerbForm=Inf 3 acl:relcl 3:acl:relcl _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 crimes crime NOUN NNS Number=Plur 8 obj 8:obj SpaceAfter=No -11 , , PUNCT , _ 14 punct 14:punct _ +11 , , PUNCT , _ 3 punct 3:punct _ 12 not not PART RB _ 14 advmod 14:advmod _ 13 even even ADV RB _ 14 advmod 14:advmod _ -14 that that DET DT Number=Sing|PronType=Dem 0 root 0:root SpaceAfter=No +14 that that PRON DT Number=Sing|PronType=Dem 0 root 0:root SpaceAfter=No 15 . . PUNCT . _ 14 punct 14:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0022 @@ -12870,20 +12877,20 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0023 # text = I doubt he will be extradited to Venezuela, which is the only way that question could be answered with a Yes. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 doubt doubt VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 doubt doubt VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj:pass 6:nsubj:pass _ 4 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 5 be be AUX VB VerbForm=Inf 6 aux:pass 6:aux:pass _ -6 extradited extradite VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 ccomp 2:ccomp _ +6 extradited extradite VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 ccomp 2:ccomp|14:csubj _ 7 to to ADP IN _ 8 case 8:case _ 8 Venezuela Venezuela PROPN NNP Number=Sing 6 obl 6:obl:to SpaceAfter=No -9 , , PUNCT , _ 2 punct 2:punct _ -10 which which PRON WDT PronType=Int 14 nsubj 14:nsubj _ +9 , , PUNCT , _ 14 punct 14:punct _ +10 which which PRON WDT PronType=Rel 14 nsubj 6:ref _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 only only ADJ JJ Degree=Pos 14 amod 14:amod _ -14 way way NOUN NN Number=Sing 2 ccomp 2:ccomp|16:det _ -15 that that DET DT Number=Sing|PronType=Dem 16 det 14:ref _ +14 way way NOUN NN Number=Sing 6 advcl:relcl 6:advcl:relcl|19:obl:npmod _ +15 that that DET DT Number=Sing|PronType=Dem 16 det 16:det _ 16 question question NOUN NN Number=Sing 19 nsubj:pass 19:nsubj:pass _ 17 could could AUX MD VerbForm=Fin 19 aux 19:aux _ 18 be be AUX VB VerbForm=Inf 19 aux:pass 19:aux:pass _ @@ -12896,13 +12903,13 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0024 # text = I expect it will be determined that, under "Strong Man" Hugo Chavez, Posada could not be guaranteed a fair trial. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 expect expect VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 expect expect VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj:pass 6:nsubj:pass _ 4 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 5 be be AUX VB VerbForm=Inf 6 aux:pass 6:aux:pass _ 6 determined determine VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 ccomp 2:ccomp _ 7 that that SCONJ IN _ 21 mark 21:mark SpaceAfter=No -8 , , PUNCT , _ 21 punct 21:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 under under ADP IN _ 14 case 14:case _ 10 " " PUNCT `` _ 12 punct 12:punct SpaceAfter=No 11 Strong strong ADJ JJ Degree=Pos 12 amod 12:amod _ @@ -12910,7 +12917,7 @@ 13 " " PUNCT '' _ 12 punct 12:punct _ 14 Hugo Hugo PROPN NNP Number=Sing 21 obl 21:obl:under _ 15 Chavez Chavez PROPN NNP Number=Sing 14 flat 14:flat SpaceAfter=No -16 , , PUNCT , _ 21 punct 21:punct _ +16 , , PUNCT , _ 14 punct 14:punct _ 17 Posada Posada PROPN NNP Number=Sing 21 nsubj:pass 21:nsubj:pass _ 18 could could AUX MD VerbForm=Fin 21 aux 21:aux _ 19 not not PART RB _ 21 advmod 21:advmod _ @@ -12924,41 +12931,41 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0025 # text = The hope may be that Posada can soon be offered to a post-Chavez Allawi-like puppet in Caracas. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 hope hope NOUN NN Number=Sing 4 nsubj 4:nsubj _ -3 may may AUX MD VerbForm=Fin 4 aux 4:aux _ -4 be be VERB VB VerbForm=Inf 0 root 0:root _ +2 hope hope NOUN NN Number=Sing 10 nsubj:outer 10:nsubj:outer _ +3 may may AUX MD VerbForm=Fin 10 aux 10:aux _ +4 be be AUX VB VerbForm=Inf 10 cop 10:cop _ 5 that that SCONJ IN _ 10 mark 10:mark _ 6 Posada Posada PROPN NNP Number=Sing 10 nsubj:pass 10:nsubj:pass _ 7 can can AUX MD VerbForm=Fin 10 aux 10:aux _ 8 soon soon ADV RB Degree=Pos 10 advmod 10:advmod _ 9 be be AUX VB VerbForm=Inf 10 aux:pass 10:aux:pass _ -10 offered offer VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 ccomp 4:ccomp _ +10 offered offer VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 11 to to ADP IN _ 17 case 17:case _ 12 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ -13 post-Chavez post-chavez ADJ JJ Degree=Pos 17 amod 17:amod _ +13 post-Chavez post-Chavez ADJ JJ Degree=Pos 17 amod 17:amod _ 14 Allawi Allawi PROPN NNP Number=Sing 16 obl:npmod 16:obl:npmod SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 like like ADJ JJ Degree=Pos 17 amod 17:amod _ 17 puppet puppet NOUN NN Number=Sing 10 obl 10:obl:to _ 18 in in ADP IN _ 19 case 19:case _ 19 Caracas Caracas PROPN NNP Number=Sing 17 nmod 17:nmod:in SpaceAfter=No -20 . . PUNCT . _ 4 punct 4:punct _ +20 . . PUNCT . _ 10 punct 10:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0026 # text = Whether such an offer were accepted or declined would make no difference; justice would not be served then. 1 Whether whether SCONJ IN _ 6 mark 6:mark _ -2 such such DET PDT _ 4 det:predet 4:det:predet _ +2 such such DET PDT PronType=Ind 4 det:predet 4:det:predet _ 3 an a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 offer offer NOUN NN Number=Sing 6 nsubj:pass 6:nsubj:pass|8:nsubj:pass _ -5 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ +5 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ 6 accepted accept VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 csubj 10:csubj _ 7 or or CCONJ CC _ 8 cc 8:cc _ -8 declined decline VERB VBN Tense=Past|VerbForm=Part 6 conj 6:conj:or|10:csubj _ +8 declined decline VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 conj 6:conj:or|10:csubj _ 9 would would AUX MD VerbForm=Fin 10 aux 10:aux _ 10 make make VERB VB VerbForm=Inf 18 ccomp 18:ccomp _ -11 no no DET DT _ 12 det 12:det _ +11 no no DET DT PronType=Neg 12 det 12:det _ 12 difference difference NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No -13 ; ; PUNCT , _ 18 punct 18:punct _ +13 ; ; PUNCT , _ 10 punct 10:punct _ 14 justice justice NOUN NN Number=Sing 18 nsubj:pass 18:nsubj:pass _ 15 would would AUX MD VerbForm=Fin 18 aux 18:aux _ 16 not not PART RB _ 18 advmod 18:advmod _ @@ -12969,18 +12976,18 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0027 # text = But Posada's nearly 80 years old, and the Venezuelan people will ensure that's a vain hope. -1 But but CCONJ CC _ 14 cc 14:cc _ +1 But but CCONJ CC _ 7 cc 7:cc _ 2-3 Posada's _ _ _ _ _ _ _ _ 2 Posada Posada PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 3 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 nearly nearly ADV RB _ 5 advmod 5:advmod _ -5 80 80 NUM CD NumType=Card 6 nummod 6:nummod _ +5 80 80 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 years year NOUN NNS Number=Plur 7 obl:npmod 7:obl:npmod _ 7 old old ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 8 , , PUNCT , _ 14 punct 14:punct _ 9 and and CCONJ CC _ 14 cc 14:cc _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -11 Venezuelan venezuelan ADJ JJ Degree=Pos 12 amod 12:amod _ +11 Venezuelan Venezuelan ADJ JJ Degree=Pos 12 amod 12:amod _ 12 people people NOUN NNS Number=Plur 14 nsubj 14:nsubj _ 13 will will AUX MD VerbForm=Fin 14 aux 14:aux _ 14 ensure ensure VERB VB VerbForm=Inf 7 conj 7:conj:and _ @@ -13001,7 +13008,7 @@ 5 be be AUX VB VerbForm=Inf 6 aux:pass 6:aux:pass _ 6 held hold VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 indefinitely indefinitely ADV RB _ 6 advmod 6:advmod SpaceAfter=No -8 , , PUNCT , _ 6 punct 6:punct _ +8 , , PUNCT , _ 11 punct 11:punct _ 9 in in ADP IN _ 11 case 11:case _ 10 comfortable comfortable ADJ JJ Degree=Pos 11 amod 11:amod _ 11 custody custody NOUN NN Number=Sing 6 obl 6:obl:in SpaceAfter=No @@ -13015,23 +13022,23 @@ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 US US PROPN NNP Number=Sing 2 nmod 2:nmod:to _ 6 still still ADV RB _ 2 advmod 2:advmod SpaceAfter=No -7 , , PUNCT , _ 2 punct 2:punct _ -8 just just ADV RB _ 9 advmod 9:advmod _ +7 , , PUNCT , _ 11 punct 11:punct _ +8 just just ADV RB _ 11 advmod 11:advmod _ 9 not not PART RB _ 11 advmod 11:advmod _ 10 as as ADV RB _ 11 advmod 11:advmod _ 11 embarrassing embarrassing ADJ JJ Degree=Pos 2 parataxis 2:parataxis _ 12 as as SCONJ IN _ 13 mark 13:mark _ -13 having have VERB VBG VerbForm=Ger 10 advcl 10:advcl:as _ +13 having have VERB VBG VerbForm=Ger 11 advcl 11:advcl:as _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 15 old old ADJ JJ Degree=Pos 16 amod 16:amod _ -16 killer killer NOUN NN Number=Sing 17 nsubj 17:nsubj _ -17 strut strut VERB VB VerbForm=Inf 13 ccomp 13:ccomp _ +16 killer killer NOUN NN Number=Sing 13 obj 13:obj|17:nsubj:xsubj|21:nsubj _ +17 strut strut VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 18 about about ADP IN _ 19 case 19:case _ 19 Miami Miami PROPN NNP Number=Sing 17 obl 17:obl:about SpaceAfter=No -20 , , PUNCT , _ 17 punct 17:punct _ +20 , , PUNCT , _ 21 punct 21:punct _ 21 gloating gloat VERB VBG VerbForm=Ger 17 advcl 17:advcl _ 22 in in ADP IN _ 24 case 24:case _ -23 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +23 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 freedom freedom NOUN NN Number=Sing 21 obl 21:obl:in SpaceAfter=No 25 . . PUNCT . _ 2 punct 2:punct _ @@ -13047,7 +13054,7 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0031 # text = His case threatens the consensus fiction of the "War on Terror." -1 His he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 His his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 case case NOUN NN Number=Sing 3 nsubj 3:nsubj _ 3 threatens threaten VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -13059,13 +13066,13 @@ 10 War war NOUN NN Number=Sing 6 nmod 6:nmod:of _ 11 on on ADP IN _ 12 case 12:case _ 12 Terror terror NOUN NN Number=Sing 10 nmod 10:nmod:on SpaceAfter=No -13 . . PUNCT . _ 3 punct 3:punct SpaceAfter=No -14 " " PUNCT '' _ 3 punct 3:punct _ +13 . . PUNCT . _ 10 punct 10:punct SpaceAfter=No +14 " " PUNCT '' _ 10 punct 10:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0032 # text = So his name will remain unspoken. 1 So so ADV RB _ 5 advmod 5:advmod _ -2 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 name name NOUN NN Number=Sing 5 nsubj 5:nsubj|6:nsubj:xsubj _ 4 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 5 remain remain VERB VB VerbForm=Inf 0 root 0:root _ @@ -13074,28 +13081,28 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0033 # text = Another connection to Philippine terror and weapons smuggling- dating from the 1980s- is alleged in the book Disposable Patriot, by Jack Terrell. -1 Another another DET DT _ 2 det 2:det _ +1 Another another DET DT PronType=Ind 2 det 2:det _ 2 connection connection NOUN NN Number=Sing 16 nsubj:pass 16:nsubj:pass _ 3 to to ADP IN _ 5 case 5:case _ 4 Philippine philippine ADJ JJ Degree=Pos 5 amod 5:amod _ 5 terror terror NOUN NN Number=Sing 2 nmod 2:nmod:to _ -6 and and CCONJ CC _ 7 cc 7:cc _ -7 weapons weapon NOUN NNS Number=Plur 5 conj 2:nmod:to|5:conj:and _ -8 smuggling smuggle VERB VBG VerbForm=Ger 7 amod 7:amod SpaceAfter=No -9 - - PUNCT , _ 5 punct 5:punct _ +6 and and CCONJ CC _ 8 cc 8:cc _ +7 weapons weapon NOUN NNS Number=Plur 8 compound 8:compound _ +8 smuggling smuggling NOUN NN Number=Sing 5 conj 2:nmod:to|5:conj:and SpaceAfter=No +9 - - PUNCT , _ 10 punct 10:punct _ 10 dating date VERB VBG VerbForm=Ger 5 acl 5:acl _ 11 from from ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -13 1980s 1980 NOUN NNS Number=Plur 10 obl 10:obl:from SpaceAfter=No -14 - - PUNCT , _ 16 punct 16:punct _ +13 1980s 1980s NOUN NNS Number=Plur 10 obl 10:obl:from SpaceAfter=No +14 - - PUNCT , _ 2 punct 2:punct _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 aux:pass 16:aux:pass _ 16 alleged allege VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 17 in in ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 book book NOUN NN Number=Sing 16 obl 16:obl:in _ -20 Disposable Disposable PROPN NNP Number=Sing 21 compound 21:compound _ +20 Disposable Disposable ADJ NNP Degree=Pos 21 amod 21:amod _ 21 Patriot Patriot PROPN NNP Number=Sing 19 appos 19:appos SpaceAfter=No -22 , , PUNCT , _ 19 punct 19:punct _ +22 , , PUNCT , _ 24 punct 24:punct _ 23 by by ADP IN _ 24 case 24:case _ 24 Jack Jack PROPN NNP Number=Sing 19 nmod 19:nmod:by _ 25 Terrell Terrell PROPN NNP Number=Sing 24 flat 24:flat SpaceAfter=No @@ -13104,17 +13111,17 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0034 # text = Terrell, a CIA asset originally recruited for the Contra effort, identifies the man attempting to recruit him into the Philippine scheme as Oliver North... 1 Terrell Terrell PROPN NNP Number=Sing 13 nsubj 13:nsubj SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 5 punct 5:punct _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 CIA CIA PROPN NNP Number=Sing 5 compound 5:compound _ 5 asset asset NOUN NN Number=Sing 1 appos 1:appos _ 6 originally originally ADV RB _ 7 advmod 7:advmod _ -7 recruited recruit VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +7 recruited recruit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 8 for for ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 Contra Contra PROPN NNP Number=Sing 11 compound 11:compound _ 11 effort effort NOUN NN Number=Sing 7 obl 7:obl:for SpaceAfter=No -12 , , PUNCT , _ 13 punct 13:punct _ +12 , , PUNCT , _ 1 punct 1:punct _ 13 identifies identify VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 man man NOUN NN Number=Sing 13 obj 13:obj _ @@ -13134,51 +13141,51 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0035 # text = I seem to recall the object was to smuggle explosives. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 seem seem VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 seem seem VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 recall recall VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 object object NOUN NN Number=Sing 7 nsubj 7:nsubj _ -7 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +6 object object NOUN NN Number=Sing 9 nsubj:outer 9:nsubj:outer _ +7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 8 to to PART TO _ 9 mark 9:mark _ -9 smuggle smuggle VERB VB VerbForm=Inf 7 ccomp 7:ccomp _ +9 smuggle smuggle VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ 10 explosives explosive NOUN NNS Number=Plur 9 obj 9:obj SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0036 # text = http://www.amazon.ca/exec/obidos/ASIN/0915765381/701-3377456-8181939 -1 http://www.amazon.ca/exec/obidos/ASIN/0915765381/701-3377456-8181939 http://www.amazon.ca/exec/obidos/asin/0915765381/701-3377456-8181939 X ADD _ 0 root 0:root _ +1 http://www.amazon.ca/exec/obidos/ASIN/0915765381/701-3377456-8181939 http://www.amazon.ca/exec/obidos/ASIN/0915765381/701-3377456-8181939 X ADD _ 0 root 0:root _ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0037 # newpar id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-p0003 # text = I've read the book- it's a first person memoir with the ring of truth, especially since so much of the wider context has confirmed the allegations of Contra drug connections that led to Terrell becoming a target for discrediting by the TWIG counterintelligence group that ran interference for the Contra effort, staffed by covert ops types including Ollie North, Robert Owen, Vince Cannistaro and Buck Revell. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 read read VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 book book NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -6 - - PUNCT , _ 3 punct 3:punct _ +6 - - PUNCT , _ 12 punct 12:punct _ 7-8 it's _ _ _ _ _ _ _ _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 8 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 9 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ -10 first first ADJ JJ Degree=Pos|NumType=Ord 11 amod 11:amod _ +10 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 11 amod 11:amod _ 11 person person NOUN NN Number=Sing 12 compound 12:compound _ -12 memoir memoir NOUN NN Number=Sing 3 ccomp 3:ccomp _ +12 memoir memoir NOUN NN Number=Sing 3 parataxis 3:parataxis _ 13 with with ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 ring ring NOUN NN Number=Sing 12 nmod 12:nmod:with _ 16 of of ADP IN _ 17 case 17:case _ 17 truth truth NOUN NN Number=Sing 15 nmod 15:nmod:of SpaceAfter=No -18 , , PUNCT , _ 12 punct 12:punct _ +18 , , PUNCT , _ 28 punct 28:punct _ 19 especially especially ADV RB _ 28 advmod 28:advmod _ 20 since since SCONJ IN _ 28 mark 28:mark _ 21 so so ADV RB _ 22 advmod 22:advmod _ 22 much much ADJ JJ Degree=Pos 28 nsubj 28:nsubj _ 23 of of ADP IN _ 26 case 26:case _ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -25 wider wider ADJ JJR Degree=Cmp 26 amod 26:amod _ +25 wider wide ADJ JJR Degree=Cmp 26 amod 26:amod _ 26 context context NOUN NN Number=Sing 22 obl 22:obl:of _ 27 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ 28 confirmed confirm VERB VBN Tense=Past|VerbForm=Part 12 advcl 12:advcl:since _ @@ -13189,7 +13196,7 @@ 33 drug drug NOUN NN Number=Sing 34 compound 34:compound _ 34 connections connection NOUN NNS Number=Plur 30 nmod 30:nmod:of|36:nsubj _ 35 that that PRON WDT PronType=Rel 36 nsubj 34:ref _ -36 led lead VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 34 acl:relcl 34:acl:relcl _ +36 led lead VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 34 acl:relcl 34:acl:relcl _ 37 to to SCONJ IN _ 39 mark 39:mark _ 38 Terrell Terrell PROPN NNP Number=Sing 39 nsubj 39:nsubj|41:nsubj:xsubj _ 39 becoming become VERB VBG VerbForm=Ger 36 advcl 36:advcl:to _ @@ -13203,29 +13210,29 @@ 47 counterintelligence counterintelligence NOUN NN Number=Sing 48 compound 48:compound _ 48 group group NOUN NN Number=Sing 43 nmod 43:nmod:by|50:nsubj _ 49 that that PRON WDT PronType=Rel 50 nsubj 48:ref _ -50 ran run VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 48 acl:relcl 48:acl:relcl _ +50 ran run VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 48 acl:relcl 48:acl:relcl _ 51 interference interference NOUN NN Number=Sing 50 obj 50:obj _ 52 for for ADP IN _ 55 case 55:case _ 53 the the DET DT Definite=Def|PronType=Art 55 det 55:det _ 54 Contra Contra PROPN NNP Number=Sing 55 compound 55:compound _ 55 effort effort NOUN NN Number=Sing 50 obl 50:obl:for SpaceAfter=No -56 , , PUNCT , _ 48 punct 48:punct _ -57 staffed staff VERB VBN Tense=Past|VerbForm=Part 48 acl 48:acl _ +56 , , PUNCT , _ 57 punct 57:punct _ +57 staffed staff VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 48 acl 48:acl _ 58 by by ADP IN _ 61 case 61:case _ 59 covert covert ADJ JJ Degree=Pos 60 amod 60:amod _ 60 ops op NOUN NNS Number=Plur 61 compound 61:compound _ -61 types type NOUN NNS Number=Plur 57 obl 57:obl:by _ +61 types type NOUN NNS Number=Plur 57 obl:agent 57:obl:agent _ 62 including include VERB VBG VerbForm=Ger 63 case 63:case _ -63 Ollie Ollie PROPN NNP Number=Sing 61 nmod 61:nmod:include _ +63 Ollie Ollie PROPN NNP Number=Sing 61 nmod 61:nmod:including _ 64 North North PROPN NNP Number=Sing 63 flat 63:flat SpaceAfter=No 65 , , PUNCT , _ 66 punct 66:punct _ -66 Robert Robert PROPN NNP Number=Sing 63 conj 61:nmod:include|63:conj:and _ +66 Robert Robert PROPN NNP Number=Sing 63 conj 61:nmod:including|63:conj:and _ 67 Owen Owen PROPN NNP Number=Sing 66 flat 66:flat SpaceAfter=No 68 , , PUNCT , _ 69 punct 69:punct _ -69 Vince Vince PROPN NNP Number=Sing 63 conj 61:nmod:include|63:conj:and _ +69 Vince Vince PROPN NNP Number=Sing 63 conj 61:nmod:including|63:conj:and _ 70 Cannistaro Cannistaro PROPN NNP Number=Sing 69 flat 69:flat _ 71 and and CCONJ CC _ 72 cc 72:cc _ -72 Buck Buck PROPN NNP Number=Sing 63 conj 61:nmod:include|63:conj:and _ +72 Buck Buck PROPN NNP Number=Sing 63 conj 61:nmod:including|63:conj:and _ 73 Revell Revell PROPN NNP Number=Sing 72 flat 72:flat SpaceAfter=No 74 . . PUNCT . _ 3 punct 3:punct _ @@ -13238,7 +13245,7 @@ 5 an a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 account account NOUN NN Number=Sing 4 obj 4:obj _ 7 of of SCONJ IN _ 13 mark 13:mark _ -8 how how SCONJ WRB PronType=Int 13 mark 13:mark _ +8 how how ADV WRB PronType=Int 13 advmod 13:advmod _ 9-10 Terrell's _ _ _ _ _ _ _ _ 9 Terrell Terrell PROPN NNP Number=Sing 11 nmod:poss 11:nmod:poss _ 10 's 's PART POS _ 9 case 9:case _ @@ -13246,9 +13253,9 @@ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux:pass 13:aux:pass _ 13 stifled stifle VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl:of _ 14 by by ADP IN _ 15 case 15:case _ -15 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 13 obl 13:obl:by _ +15 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 13 obl:agent 13:obl:agent _ 16 in in ADP IN _ 18 case 18:case _ -17 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 book book NOUN NN Number=Sing 13 obl 13:obl:in _ 19 Cocaine Cocaine PROPN NNP Number=Sing 20 compound 20:compound _ 20 Politics Politics PROPN NNP Number=Sing 18 appos 18:appos SpaceAfter=No @@ -13272,20 +13279,20 @@ 4 Judge judge NOUN NN Number=Sing 9 nsubj 9:nsubj _ 5 in in ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 1983 1983 NUM CD NumType=Card 8 nummod 8:nummod _ +7 1983 1983 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 8 case case NOUN NN Number=Sing 4 nmod 4:nmod:in _ 9 ruling rule VERB VBG VerbForm=Ger 31 advcl 31:advcl:due_to _ 10 that that SCONJ IN _ 16 mark 16:mark _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 CIA CIA PROPN NNP Number=Sing 13 compound 13:compound _ -13 agent agent NOUN NN Number=Sing 16 nsubj 16:nsubj|17:nsubj:xsubj _ +13 agent agent NOUN NN Number=Sing 16 nsubj 16:nsubj _ 14 could could AUX MD VerbForm=Fin 16 aux 16:aux _ 15 not not PART RB _ 16 advmod 16:advmod _ 16 testify testify VERB VB VerbForm=Inf 9 ccomp 9:ccomp _ -17 using use VERB VBG VerbForm=Ger 16 xcomp 16:xcomp _ +17 using use VERB VBG VerbForm=Ger 16 advcl 16:advcl _ 18 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 19 pseudonym pseudonym NOUN NN Number=Sing 17 obj 17:obj SpaceAfter=No -20 , , PUNCT , _ 9 punct 9:punct _ +20 , , PUNCT , _ 22 punct 22:punct _ 21 therefore therefore ADV RB _ 22 advmod 22:advmod _ 22 opening open VERB VBG VerbForm=Ger 9 advcl 9:advcl _ 23 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 22 obj 22:obj _ @@ -13293,10 +13300,10 @@ 25 cross-examination cross-examination NOUN NN Number=Sing 22 obl 22:obl:to _ 26 by by ADP IN _ 27 case 27:case _ 27 Wilson Wilson PROPN NNP Number=Sing 25 nmod 25:nmod:by SpaceAfter=No -28 , , PUNCT , _ 31 punct 31:punct _ +28 , , PUNCT , _ 9 punct 9:punct _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 prosecution prosecution NOUN NN Number=Sing 31 nsubj 31:nsubj _ -31 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +31 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 32 a a DET DT Definite=Ind|PronType=Art 33 det 33:det _ 33 problem problem NOUN NN Number=Sing 31 obj 31:obj SpaceAfter=No 34 . . PUNCT . _ 31 punct 31:punct _ @@ -13304,20 +13311,20 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0041 # text = They needed someone that could convince the jury they had been able to see all relevant documents in CIA files on Wilson. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 needed need VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 someone someone PRON NN Number=Sing 2 obj 2:obj|6:nsubj _ +2 needed need VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 someone someone PRON NN Number=Sing|PronType=Ind 2 obj 2:obj|6:nsubj _ 4 that that PRON WDT PronType=Rel 6 nsubj 3:ref _ 5 could could AUX MD VerbForm=Fin 6 aux 6:aux _ 6 convince convince VERB VB VerbForm=Inf 3 acl:relcl 3:acl:relcl _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -8 jury jury NOUN NN Number=Sing 6 obj 6:obj _ +8 jury jury NOUN NN Number=Sing 6 iobj 6:iobj _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj|14:nsubj:xsubj _ -10 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 aux 12:aux _ +10 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 12 aux 12:aux _ 11 been be AUX VBN Tense=Past|VerbForm=Part 12 cop 12:cop _ 12 able able ADJ JJ Degree=Pos 6 ccomp 6:ccomp _ 13 to to PART TO _ 14 mark 14:mark _ 14 see see VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ -15 all all DET DT _ 17 det 17:det _ +15 all all DET DT PronType=Tot 17 det 17:det _ 16 relevant relevant ADJ JJ Degree=Pos 17 amod 17:amod _ 17 documents document NOUN NNS Number=Plur 14 obj 14:obj _ 18 in in ADP IN _ 20 case 20:case _ @@ -13334,19 +13341,19 @@ 3 claiming claim VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 that that SCONJ IN _ 8 mark 8:mark _ 5 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -6 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux 8:aux _ +6 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 7 been be AUX VBN Tense=Past|VerbForm=Part 8 aux 8:aux _ 8 working work VERB VBG Tense=Pres|VerbForm=Part 3 ccomp 3:ccomp _ 9 for for ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 CIA CIA PROPN NNP Number=Sing 8 obl 8:obl:for _ -12 when when SCONJ WRB PronType=Int 14 mark 14:mark _ +12 when when ADV WRB PronType=Int 14 advmod 14:advmod _ 13 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -14 sold sell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:when _ +14 sold sell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:when _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -16 C c NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No -17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No -18 4 4 NUM CD NumType=Card 16 nummod 16:nummod _ +16 C C NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No +17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +18 4 4 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 19 to to ADP IN _ 20 case 20:case _ 20 Quaddaffi Quaddaffi PROPN NNP Number=Sing 14 obl 14:obl:to SpaceAfter=No 21 . . PUNCT . _ 3 punct 3:punct _ @@ -13362,7 +13369,7 @@ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 rogue rogue NOUN NN Number=Sing 4 ccomp 4:ccomp _ 9 using use VERB VBG VerbForm=Ger 8 acl 8:acl _ -10 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 contacts contact NOUN NNS Number=Plur 9 obj 9:obj _ 12 from from ADP IN _ 14 case 14:case _ 13 former former ADJ JJ Degree=Pos 14 amod 14:amod _ @@ -13375,15 +13382,15 @@ 20 ' ' PUNCT `` _ 21 punct 21:punct SpaceAfter=No 21 Office Office PROPN NNP Number=Sing 17 conj 14:nmod:in|17:conj:and _ 22 of of ADP IN _ 24 case 24:case _ -23 Naval Naval PROPN NNP Number=Sing 24 compound 24:compound _ +23 Naval Naval ADJ NNP Degree=Pos 24 amod 24:amod _ 24 Intelligence Intelligence PROPN NNP Number=Sing 21 nmod 21:nmod:of SpaceAfter=No -25 ' ' PUNCT '' _ 4 punct 4:punct SpaceAfter=No +25 ' ' PUNCT '' _ 21 punct 21:punct SpaceAfter=No 26 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0044 # text = Wilson had been able to show that he'd had more than 80 "non-social contacts" with the CIA since his retirement in 1971, leaving the prosecution's case in turmoil. -1 Wilson Wilson PROPN NNP Number=Sing 4 nsubj 4:nsubj|6:nsubj:xsubj|27:nsubj:xsubj _ -2 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +1 Wilson Wilson PROPN NNP Number=Sing 4 nsubj 4:nsubj|6:nsubj:xsubj _ +2 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 cop 4:cop _ 4 able able ADJ JJ Degree=Pos 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ @@ -13391,11 +13398,11 @@ 7 that that SCONJ IN _ 10 mark 10:mark _ 8-9 he'd _ _ _ _ _ _ _ _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -9 'd would AUX MD VerbForm=Fin 10 aux 10:aux _ +9 'd have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 aux 10:aux _ 10 had have VERB VBN Tense=Past|VerbForm=Part 6 ccomp 6:ccomp _ -11 more more ADJ JJR Degree=Cmp 13 advmod 13:advmod _ +11 more more ADJ JJR Degree=Cmp|ExtPos=ADV 13 advmod 13:advmod _ 12 than than ADP IN _ 11 fixed 11:fixed _ -13 80 80 NUM CD NumType=Card 16 nummod 16:nummod _ +13 80 80 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 14 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No 15 non-social non-social ADJ JJ Degree=Pos 16 amod 16:amod _ 16 contacts contact NOUN NNS Number=Plur 10 obj 10:obj SpaceAfter=No @@ -13404,12 +13411,12 @@ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 CIA CIA PROPN NNP Number=Sing 16 nmod 16:nmod:with _ 21 since since ADP IN _ 23 case 23:case _ -22 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 retirement retirement NOUN NN Number=Sing 10 obl 10:obl:since _ 24 in in ADP IN _ 25 case 25:case _ -25 1971 1971 NUM CD NumType=Card 23 nmod 23:nmod:in SpaceAfter=No -26 , , PUNCT , _ 4 punct 4:punct _ -27 leaving leave VERB VBG VerbForm=Ger 4 xcomp 4:xcomp _ +25 1971 1971 NUM CD NumForm=Digit|NumType=Card 23 nmod 23:nmod:in SpaceAfter=No +26 , , PUNCT , _ 27 punct 27:punct _ +27 leaving leave VERB VBG VerbForm=Ger 4 advcl 4:advcl _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 29-30 prosecution's _ _ _ _ _ _ _ _ 29 prosecution prosecution NOUN NN Number=Sing 31 nmod:poss 31:nmod:poss _ @@ -13425,7 +13432,7 @@ 2 Charles Charles PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 3 A. A. PROPN NNP Number=Sing 2 flat 2:flat _ 4 Briggs Briggs PROPN NNP Number=Sing 2 flat 2:flat _ -5 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 to to ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 rescue rescue NOUN NN Number=Sing 5 obl 5:obl:to SpaceAfter=No @@ -13433,43 +13440,43 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0046 # text = Third ranking CIA officer, Briggs signed a declaration on February 3rd, 1983, that on November 8th, 1982, he had authorized a search of CIA records "for any material that in any way pertains to Edwin P. Wilson, or the various allegations concerning his activities after February 28th, 1971, when he retired from the CIA." -1 Third third ADV RB _ 2 advmod 2:advmod _ +1 Third third ADV RB NumForm=Word|NumType=Ord 2 advmod 2:advmod _ 2 ranking rank VERB VBG VerbForm=Ger 4 amod 4:amod _ 3 CIA CIA PROPN NNP Number=Sing 4 compound 4:compound _ 4 officer officer NOUN NN Number=Sing 6 compound 6:compound SpaceAfter=No -5 , , PUNCT , _ 6 punct 6:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 Briggs Briggs PROPN NNP Number=Sing 7 nsubj 7:nsubj _ -7 signed sign VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 signed sign VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 declaration declaration NOUN NN Number=Sing 7 obj 7:obj _ 10 on on ADP IN _ 11 case 11:case _ 11 February February PROPN NNP Number=Sing 7 obl 7:obl:on _ -12 3rd 3rd NOUN NN Number=Sing 11 nummod 11:nummod SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ -14 1983 1983 NUM CD NumType=Card 12 nummod 12:nummod SpaceAfter=No -15 , , PUNCT , _ 7 punct 7:punct _ +12 3rd 3rd NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 11 nummod 11:nummod SpaceAfter=No +13 , , PUNCT , _ 14 punct 14:punct _ +14 1983 1983 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod SpaceAfter=No +15 , , PUNCT , _ 11 punct 11:punct _ 16 that that SCONJ IN _ 25 mark 25:mark _ 17 on on ADP IN _ 18 case 18:case _ 18 November November PROPN NNP Number=Sing 25 obl 25:obl:on _ -19 8th 8th NOUN NN Number=Sing 18 nummod 18:nummod SpaceAfter=No -20 , , PUNCT , _ 19 punct 19:punct _ -21 1982 1982 NUM CD NumType=Card 19 nummod 19:nummod SpaceAfter=No -22 , , PUNCT , _ 25 punct 25:punct _ +19 8th 8th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 18 nummod 18:nummod SpaceAfter=No +20 , , PUNCT , _ 21 punct 21:punct _ +21 1982 1982 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod SpaceAfter=No +22 , , PUNCT , _ 18 punct 18:punct _ 23 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 25 nsubj 25:nsubj _ -24 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 aux 25:aux _ +24 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 aux 25:aux _ 25 authorized authorize VERB VBN Tense=Past|VerbForm=Part 9 acl 9:acl:that _ 26 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 27 search search NOUN NN Number=Sing 25 obj 25:obj _ 28 of of ADP IN _ 30 case 30:case _ 29 CIA CIA PROPN NNP Number=Sing 30 compound 30:compound _ 30 records record NOUN NNS Number=Plur 27 nmod 27:nmod:of _ -31 " " PUNCT `` _ 27 punct 27:punct SpaceAfter=No +31 " " PUNCT `` _ 34 punct 34:punct SpaceAfter=No 32 for for ADP IN _ 34 case 34:case _ -33 any any DET DT _ 34 det 34:det _ +33 any any DET DT PronType=Ind 34 det 34:det _ 34 material material NOUN NN Number=Sing 27 nmod 27:nmod:for|39:nsubj _ 35 that that PRON WDT PronType=Rel 39 nsubj 34:ref _ 36 in in ADP IN _ 38 case 38:case _ -37 any any DET DT _ 38 det 38:det _ +37 any any DET DT PronType=Ind 38 det 38:det _ 38 way way NOUN NN Number=Sing 39 obl 39:obl:in _ 39 pertains pertain VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 34 acl:relcl 34:acl:relcl _ 40 to to ADP IN _ 41 case 41:case _ @@ -13482,22 +13489,22 @@ 47 various various ADJ JJ Degree=Pos 48 amod 48:amod _ 48 allegations allegation NOUN NNS Number=Plur 41 conj 39:obl:to|41:conj:or _ 49 concerning concern VERB VBG VerbForm=Ger 48 acl 48:acl _ -50 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 51 nmod:poss 51:nmod:poss _ +50 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 51 nmod:poss 51:nmod:poss _ 51 activities activity NOUN NNS Number=Plur 49 obj 49:obj _ 52 after after ADP IN _ 54 case 54:case _ 53 February February PROPN NNP Number=Sing 54 compound 54:compound _ -54 28th 28th NOUN NN Number=Sing 51 nmod 51:nmod:after SpaceAfter=No -55 , , PUNCT , _ 54 punct 54:punct _ -56 1971 1971 NUM CD NumType=Card 54 nmod:tmod 54:nmod:tmod SpaceAfter=No -57 , , PUNCT , _ 54 punct 54:punct _ -58 when when SCONJ WRB PronType=Rel 60 mark 60:mark _ +54 28th 28th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 51 nmod 51:nmod:after|60:obl:tmod SpaceAfter=No +55 , , PUNCT , _ 56 punct 56:punct _ +56 1971 1971 NUM CD NumForm=Digit|NumType=Card 54 nmod:tmod 54:nmod:tmod SpaceAfter=No +57 , , PUNCT , _ 60 punct 60:punct _ +58 when when ADV WRB PronType=Rel 60 advmod 54:ref _ 59 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 60 nsubj 60:nsubj _ -60 retired retire VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 54 acl:relcl 54:acl:relcl _ +60 retired retire VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 54 acl:relcl 54:acl:relcl _ 61 from from ADP IN _ 63 case 63:case _ 62 the the DET DT Definite=Def|PronType=Art 63 det 63:det _ 63 CIA CIA PROPN NNP Number=Sing 60 obl 60:obl:from SpaceAfter=No -64 . . PUNCT . _ 7 punct 7:punct SpaceAfter=No -65 " " PUNCT '' _ 7 punct 7:punct _ +64 . . PUNCT . _ 34 punct 34:punct SpaceAfter=No +65 " " PUNCT '' _ 34 punct 34:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0047 # text = The Briggs Declaration states that with one exception in 1972, Wilson did not work "directly or indirectly" for the CIA since retiring. @@ -13507,13 +13514,13 @@ 4 states state VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 that that SCONJ IN _ 15 mark 15:mark _ 6 with with ADP IN _ 8 case 8:case _ -7 one one NUM CD NumType=Card 8 nummod 8:nummod _ +7 one one NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 8 exception exception NOUN NN Number=Sing 15 obl 15:obl:with _ 9 in in ADP IN _ 10 case 10:case _ -10 1972 1972 NUM CD NumType=Card 8 nmod 8:nmod:in SpaceAfter=No -11 , , PUNCT , _ 15 punct 15:punct _ +10 1972 1972 NUM CD NumForm=Digit|NumType=Card 8 nmod 8:nmod:in SpaceAfter=No +11 , , PUNCT , _ 8 punct 8:punct _ 12 Wilson Wilson PROPN NNP Number=Sing 15 nsubj 15:nsubj _ -13 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 aux 15:aux _ +13 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 aux 15:aux _ 14 not not PART RB _ 15 advmod 15:advmod _ 15 work work VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ 16 " " PUNCT `` _ 17 punct 17:punct SpaceAfter=No @@ -13537,24 +13544,24 @@ # text = Last week, Federal District Judge Lynn Hughes in Huston, Texas, threw out Wilson's two-decades old conviction. 1 Last last ADJ JJ Degree=Pos 2 amod 2:amod _ 2 week week NOUN NN Number=Sing 14 obl:tmod 14:obl:tmod SpaceAfter=No -3 , , PUNCT , _ 14 punct 14:punct _ -4 Federal Federal PROPN NNP Number=Sing 5 compound 5:compound _ +3 , , PUNCT , _ 2 punct 2:punct _ +4 Federal Federal ADJ NNP Degree=Pos 5 amod 5:amod _ 5 District District PROPN NNP Number=Sing 6 compound 6:compound _ 6 Judge Judge PROPN NNP Number=Sing 14 nsubj 14:nsubj _ 7 Lynn Lynn PROPN NNP Number=Sing 6 flat 6:flat _ 8 Hughes Hughes PROPN NNP Number=Sing 6 flat 6:flat _ 9 in in ADP IN _ 10 case 10:case _ 10 Huston Huston PROPN NNP Number=Sing 6 nmod 6:nmod:in SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 Texas Texas PROPN NNP Number=Sing 10 appos 10:appos SpaceAfter=No -13 , , PUNCT , _ 14 punct 14:punct _ -14 threw throw VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +13 , , PUNCT , _ 6 punct 6:punct _ +14 threw throw VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 15 out out ADP RP _ 14 compound:prt 14:compound:prt _ 16-17 Wilson's _ _ _ _ _ _ _ _ 16 Wilson Wilson PROPN NNP Number=Sing 22 nmod:poss 22:nmod:poss _ 17 's 's PART POS _ 16 case 16:case _ -18 two two NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No -19 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No +18 two two NUM CD NumForm=Word|NumType=Card 20 nummod 20:nummod SpaceAfter=No +19 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No 20 decades decade NOUN NNS Number=Plur 21 obl:npmod 21:obl:npmod _ 21 old old ADJ JJ Degree=Pos 22 amod 22:amod _ 22 conviction conviction NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No @@ -13564,27 +13571,27 @@ # text = Judge Hughes wrote: `government knowingly used false evidence against him,' concluding `honesty comes hard to government.' 1 Judge Judge PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 Hughes Hughes PROPN NNP Number=Sing 1 flat 1:flat _ -3 wrote write VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -4 : : PUNCT : _ 3 punct 3:punct _ -5 ` ` PUNCT `` _ 3 punct 3:punct SpaceAfter=No +3 wrote write VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +4 : : PUNCT : _ 8 punct 8:punct _ +5 ` ` PUNCT `` _ 8 punct 8:punct SpaceAfter=No 6 government government NOUN NN Number=Sing 8 nsubj 8:nsubj _ 7 knowingly knowingly ADV RB _ 8 advmod 8:advmod _ -8 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +8 used use VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ 9 false false ADJ JJ Degree=Pos 10 amod 10:amod _ 10 evidence evidence NOUN NN Number=Sing 8 obj 8:obj _ 11 against against ADP IN _ 12 case 12:case _ 12 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 obl 8:obl:against SpaceAfter=No -13 , , PUNCT , _ 3 punct 3:punct SpaceAfter=No -14 ' ' PUNCT '' _ 3 punct 3:punct _ +13 , , PUNCT , _ 15 punct 15:punct SpaceAfter=No +14 ' ' PUNCT '' _ 15 punct 15:punct _ 15 concluding conclude VERB VBG VerbForm=Ger 3 advcl 3:advcl _ -16 ` ` PUNCT `` _ 15 punct 15:punct SpaceAfter=No +16 ` ` PUNCT `` _ 18 punct 18:punct SpaceAfter=No 17 honesty honesty NOUN NN Number=Sing 18 nsubj 18:nsubj _ 18 comes come VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 ccomp 15:ccomp _ 19 hard hard ADV RB Degree=Pos 18 advmod 18:advmod _ 20 to to ADP IN _ 21 case 21:case _ 21 government government NOUN NN Number=Sing 18 obl 18:obl:to SpaceAfter=No -22 . . PUNCT . _ 3 punct 3:punct SpaceAfter=No -23 ' ' PUNCT '' _ 3 punct 3:punct _ +22 . . PUNCT . _ 15 punct 15:punct SpaceAfter=No +23 ' ' PUNCT '' _ 15 punct 15:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0051 # text = http://www.bigeye.com/111003.htm @@ -13603,7 +13610,7 @@ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 rearing rear VERB VBG Tense=Pres|VerbForm=Part 1 advcl 1:advcl:like _ -6 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 head head NOUN NN Number=Sing 5 obj 5:obj _ 8 again again ADV RB _ 5 advmod 5:advmod _ 9 in in ADP IN _ 10 case 10:case _ @@ -13614,10 +13621,10 @@ # newpar id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-p0007 # text = Former Pastor, Deputy Implicated In Church Child Sex Abuse 1 Former former ADJ JJ Degree=Pos 2 amod 2:amod _ -2 Pastor pastor NOUN NN Number=Sing 5 nsubj 5:nsubj SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +2 Pastor pastor NOUN NN Number=Sing 5 nsubj:pass 5:nsubj:pass SpaceAfter=No +3 , , PUNCT , _ 4 punct 4:punct _ 4 Deputy deputy NOUN NN Number=Sing 2 appos 2:appos _ -5 Implicated implicate VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +5 Implicated implicate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 In in ADP IN _ 10 case 10:case _ 7 Church church NOUN NN Number=Sing 10 compound 10:compound _ 8 Child child NOUN NN Number=Sing 10 compound 10:compound _ @@ -13628,7 +13635,7 @@ # newpar id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-p0008 # text = PONCHATOULA, La. -- 1 PONCHATOULA PONCHATOULA PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 3 punct 3:punct _ 3 La. La. PROPN NNP Number=Sing 1 appos 1:appos _ 4 -- -- PUNCT , _ 1 punct 1:punct _ @@ -13640,9 +13647,9 @@ 3 deputies deputy NOUN NNS Number=Plur 6 nsubj 6:nsubj _ 4 in in ADP IN _ 5 case 5:case _ 5 Louisiana Louisiana PROPN NNP Number=Sing 3 nmod 3:nmod:in _ -6 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 made make VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -8 third third ADJ JJ Degree=Pos|NumType=Ord 9 amod 9:amod _ +8 third third ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 9 amod 9:amod _ 9 arrest arrest NOUN NN Number=Sing 6 obj 6:obj _ 10 Wednesday Wednesday PROPN NNP Number=Sing 6 obl:tmod 6:obl:tmod _ 11 in in ADP IN _ 14 case 14:case _ @@ -13664,9 +13671,9 @@ 27 at at ADP IN _ 33 case 33:case _ 28 a a DET DT Definite=Ind|PronType=Art 33 det 33:det _ 29 Ponchatoula Ponchatoula PROPN NNP Number=Sing 33 compound 33:compound SpaceAfter=No -30 , , PUNCT , _ 29 punct 29:punct _ +30 , , PUNCT , _ 31 punct 31:punct _ 31 La. La. PROPN NNP Number=Sing 29 appos 29:appos SpaceAfter=No -32 , , PUNCT , _ 33 punct 33:punct _ +32 , , PUNCT , _ 29 punct 29:punct _ 33 church church NOUN NN Number=Sing 18 obl 18:obl:at SpaceAfter=No 34 . . PUNCT . _ 6 punct 6:punct _ @@ -13675,17 +13682,17 @@ 1 Austin Austin PROPN NNP Number=Sing 9 nsubj:pass 9:nsubj:pass _ 2 Aaron Aaron PROPN NNP Number=Sing 1 flat 1:flat _ 3 Bernard Bernard PROPN NNP Number=Sing 1 flat 1:flat _ -4 III III PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ -6 36 36 NUM CD NumType=Card 1 amod 1:amod SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +4 III III NUM CD NumForm=Roman|NumType=Card 1 nummod 1:nummod SpaceAfter=No +5 , , PUNCT , _ 6 punct 6:punct _ +6 36 36 NUM CD NumForm=Digit|NumType=Card 1 amod 1:amod SpaceAfter=No +7 , , PUNCT , _ 1 punct 1:punct _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ 9 arrested arrest VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 10 on on ADP IN _ 12 case 12:case _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 charge charge NOUN NN Number=Sing 9 obl 9:obl:on _ 13 of of ADP IN _ 15 case 15:case _ -14 aggravated aggravate VERB VBN Tense=Past|VerbForm=Part 15 amod 15:amod _ +14 aggravated aggravate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 amod 15:amod _ 15 rape rape NOUN NN Number=Sing 12 nmod 12:nmod:of _ 16 of of ADP IN _ 18 case 18:case _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ @@ -13694,20 +13701,20 @@ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 age age NOUN NN Number=Sing 18 nmod 18:nmod:under _ 22 of of ADP IN _ 23 case 23:case _ -23 13 13 NUM CD NumType=Card 21 nmod 21:nmod:of SpaceAfter=No +23 13 13 NUM CD NumForm=Digit|NumType=Card 21 nmod 21:nmod:of SpaceAfter=No 24 . . PUNCT . _ 9 punct 9:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0058 # text = Police said Bernard confessed to detectives that he had sex with a young girl in November 2002 and admitted to knowing about sexual acts involving children and a dog that occurred at Hosanna Church. 1 Police police NOUN NNS Number=Plur 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 Bernard Bernard PROPN NNP Number=Sing 4 nsubj 4:nsubj|19:nsubj _ -4 confessed confess VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +4 confessed confess VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 5 to to ADP IN _ 6 case 6:case _ 6 detectives detective NOUN NNS Number=Plur 4 obl 4:obl:to _ 7 that that SCONJ IN _ 9 mark 9:mark _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +9 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ 10 sex sex NOUN NN Number=Sing 9 obj 9:obj _ 11 with with ADP IN _ 14 case 14:case _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ @@ -13715,9 +13722,9 @@ 14 girl girl NOUN NN Number=Sing 9 obl 9:obl:with _ 15 in in ADP IN _ 16 case 16:case _ 16 November November PROPN NNP Number=Sing 9 obl 9:obl:in _ -17 2002 2002 NUM CD NumType=Card 16 nummod 16:nummod _ +17 2002 2002 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 18 and and CCONJ CC _ 19 cc 19:cc _ -19 admitted admit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 2:ccomp|4:conj:and _ +19 admitted admit VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 2:ccomp|4:conj:and _ 20 to to SCONJ IN _ 21 mark 21:mark _ 21 knowing know VERB VBG VerbForm=Ger 19 advcl 19:advcl:to _ 22 about about ADP IN _ 24 case 24:case _ @@ -13729,7 +13736,7 @@ 28 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ 29 dog dog NOUN NN Number=Sing 26 conj 25:obj|26:conj:and _ 30 that that PRON WDT PronType=Rel 31 nsubj 24:ref _ -31 occurred occur VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 acl:relcl 24:acl:relcl _ +31 occurred occur VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 24 acl:relcl 24:acl:relcl _ 32 at at ADP IN _ 34 case 34:case _ 33 Hosanna Hosanna PROPN NNP Number=Sing 34 compound 34:compound _ 34 Church Church PROPN NNP Number=Sing 31 obl 31:obl:at SpaceAfter=No @@ -13746,20 +13753,20 @@ 6 Christopher Christopher PROPN NNP Number=Sing 13 nsubj:pass 13:nsubj:pass _ 7 Blair Blair PROPN NNP Number=Sing 6 flat 6:flat _ 8 Labat Labat PROPN NNP Number=Sing 6 flat 6:flat SpaceAfter=No -9 , , PUNCT , _ 6 punct 6:punct _ -10 24 24 NUM CD NumType=Card 6 amod 6:amod SpaceAfter=No -11 , , PUNCT , _ 13 punct 13:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ +10 24 24 NUM CD NumForm=Digit|NumType=Card 6 amod 6:amod SpaceAfter=No +11 , , PUNCT , _ 6 punct 6:punct _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux:pass 13:aux:pass _ 13 booked book VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 14 Tuesday Tuesday PROPN NNP Number=Sing 13 obl:tmod 13:obl:tmod _ 15 on on ADP IN _ 17 case 17:case _ -16 one one NUM CD NumType=Card 17 nummod 17:nummod _ +16 one one NUM CD NumForm=Word|NumType=Card 17 nummod 17:nummod _ 17 count count NOUN NN Number=Sing 13 obl 13:obl:on _ 18 of of ADP IN _ 20 case 20:case _ -19 aggravated aggravate VERB VBN Tense=Past|VerbForm=Part 20 amod 20:amod _ +19 aggravated aggravate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 amod 20:amod _ 20 rape rape NOUN NN Number=Sing 17 nmod 17:nmod:of _ 21 and and CCONJ CC _ 23 cc 23:cc _ -22 one one NUM CD NumType=Card 23 nummod 23:nummod _ +22 one one NUM CD NumForm=Word|NumType=Card 23 nummod 23:nummod _ 23 count count NOUN NN Number=Sing 17 conj 13:obl:on|17:conj:and _ 24 of of ADP IN _ 25 case 25:case _ 25 crime crime NOUN NN Number=Sing 23 nmod 23:nmod:of _ @@ -13771,29 +13778,29 @@ # text = On Monday, Louis Lamonica, 45, the former pastor of Hosanna Church, was booked with two counts of aggravated rape and one count of crime against nature after he walked in to the Livingston Parish Sheriff's Office and said he could implicate others in a situation at the church that reportedly occurred two years ago. 1 On on ADP IN _ 2 case 2:case _ 2 Monday Monday PROPN NNP Number=Sing 17 obl 17:obl:on SpaceAfter=No -3 , , PUNCT , _ 17 punct 17:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 Louis Louis PROPN NNP Number=Sing 17 nsubj:pass 17:nsubj:pass _ 5 Lamonica Lamonica PROPN NNP Number=Sing 4 flat 4:flat SpaceAfter=No -6 , , PUNCT , _ 4 punct 4:punct _ -7 45 45 NUM CD NumType=Card 4 amod 4:amod SpaceAfter=No -8 , , PUNCT , _ 4 punct 4:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ +7 45 45 NUM CD NumForm=Digit|NumType=Card 4 amod 4:amod SpaceAfter=No +8 , , PUNCT , _ 11 punct 11:punct _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 former former ADJ JJ Degree=Pos 11 amod 11:amod _ 11 pastor pastor NOUN NN Number=Sing 4 appos 4:appos _ 12 of of ADP IN _ 14 case 14:case _ 13 Hosanna Hosanna PROPN NNP Number=Sing 14 compound 14:compound _ 14 Church Church PROPN NNP Number=Sing 11 nmod 11:nmod:of SpaceAfter=No -15 , , PUNCT , _ 17 punct 17:punct _ +15 , , PUNCT , _ 4 punct 4:punct _ 16 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 aux:pass 17:aux:pass _ 17 booked book VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 18 with with ADP IN _ 20 case 20:case _ -19 two two NUM CD NumType=Card 20 nummod 20:nummod _ +19 two two NUM CD NumForm=Word|NumType=Card 20 nummod 20:nummod _ 20 counts count NOUN NNS Number=Plur 17 obl 17:obl:with _ 21 of of ADP IN _ 23 case 23:case _ -22 aggravated aggravate VERB VBN Tense=Past|VerbForm=Part 23 amod 23:amod _ +22 aggravated aggravate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 amod 23:amod _ 23 rape rape NOUN NN Number=Sing 20 nmod 20:nmod:of _ 24 and and CCONJ CC _ 26 cc 26:cc _ -25 one one NUM CD NumType=Card 26 nummod 26:nummod _ +25 one one NUM CD NumForm=Word|NumType=Card 26 nummod 26:nummod _ 26 count count NOUN NN Number=Sing 20 conj 17:obl:with|20:conj:and _ 27 of of ADP IN _ 28 case 28:case _ 28 crime crime NOUN NN Number=Sing 26 nmod 26:nmod:of _ @@ -13801,7 +13808,7 @@ 30 nature nature NOUN NN Number=Sing 28 nmod 28:nmod:against _ 31 after after SCONJ IN _ 33 mark 33:mark _ 32 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 33 nsubj 33:nsubj|43:nsubj _ -33 walked walk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 advcl 17:advcl:after _ +33 walked walk VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 advcl 17:advcl:after _ 34 in in ADP IN _ 41 case 41:case _ 35 to to ADP IN _ 41 case 41:case _ 36 the the DET DT Definite=Def|PronType=Art 39 det 39:det _ @@ -13812,7 +13819,7 @@ 40 's 's PART POS _ 39 case 39:case _ 41 Office Office PROPN NNP Number=Sing 33 obl 33:obl:to _ 42 and and CCONJ CC _ 43 cc 43:cc _ -43 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 33 conj 17:advcl:after|33:conj:and _ +43 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 33 conj 17:advcl:after|33:conj:and _ 44 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 46 nsubj 46:nsubj _ 45 could could AUX MD VerbForm=Fin 46 aux 46:aux _ 46 implicate implicate VERB VB VerbForm=Inf 43 ccomp 43:ccomp _ @@ -13825,8 +13832,8 @@ 53 church church NOUN NN Number=Sing 50 nmod 50:nmod:at _ 54 that that PRON WDT PronType=Rel 56 nsubj 50:ref _ 55 reportedly reportedly ADV RB _ 56 advmod 56:advmod _ -56 occurred occur VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 50 acl:relcl 50:acl:relcl _ -57 two two NUM CD NumType=Card 58 nummod 58:nummod _ +56 occurred occur VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 50 acl:relcl 50:acl:relcl _ +57 two two NUM CD NumForm=Word|NumType=Card 58 nummod 58:nummod _ 58 years year NOUN NNS Number=Plur 59 obl:tmod 59:obl:tmod _ 59 ago ago ADV RB _ 56 advmod 56:advmod SpaceAfter=No 60 . . PUNCT . _ 17 punct 17:punct _ @@ -13834,11 +13841,11 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0061 # text = We have a similar case unravelling up here in the northwest with a murder of a family and missing children taken for some purpose. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 similar similar ADJ JJ Degree=Pos 5 amod 5:amod _ -5 case case NOUN NN Number=Sing 6 nsubj 6:nsubj _ -6 unravelling unravel VERB VBG VerbForm=Ger 2 ccomp 2:ccomp _ +5 case case NOUN NN Number=Sing 2 obj 2:obj|6:nsubj:xsubj _ +6 unravelling unravel VERB VBG VerbForm=Ger 2 xcomp 2:xcomp _ 7 up up ADV RB _ 8 advmod 8:advmod _ 8 here here ADV RB PronType=Dem 2 advmod 2:advmod _ 9 in in ADP IN _ 11 case 11:case _ @@ -13853,9 +13860,9 @@ 18 and and CCONJ CC _ 20 cc 20:cc _ 19 missing missing ADJ JJ Degree=Pos 20 amod 20:amod _ 20 children child NOUN NNS Number=Plur 14 conj 2:obl:with|14:conj:and _ -21 taken take VERB VBN Tense=Past|VerbForm=Part 20 acl 20:acl _ +21 taken take VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 acl 20:acl _ 22 for for ADP IN _ 24 case 24:case _ -23 some some DET DT _ 24 det 24:det _ +23 some some DET DT PronType=Ind 24 det 24:det _ 24 purpose purpose NOUN NN Number=Sing 21 obl 21:obl:for SpaceAfter=No 25 . . PUNCT . _ 2 punct 2:punct _ @@ -13883,7 +13890,7 @@ # newpar id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-p0009 # text = yeah, "things"... 1 yeah yeah INTJ UH _ 4 discourse 4:discourse SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 4 things thing NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 5 " " PUNCT '' _ 4 punct 4:punct SpaceAfter=No @@ -13894,7 +13901,7 @@ # text = Yesterday evening, the Posada story was featured in the public television news show in Germany (ARD, Tagesthemen). 1 Yesterday yesterday NOUN NN Number=Sing 2 compound 2:compound _ 2 evening evening NOUN NN Number=Sing 8 obl:tmod 8:obl:tmod SpaceAfter=No -3 , , PUNCT , _ 8 punct 8:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 Posada Posada PROPN NNP Number=Sing 8 nsubj:pass 8:nsubj:pass _ 6 story story NOUN NN Number=Sing 5 flat 5:flat _ @@ -13910,7 +13917,7 @@ 16 Germany Germany PROPN NNP Number=Sing 8 obl 8:obl:in _ 17 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No 18 ARD ARD PROPN NNP Number=Sing 8 obj 8:obj SpaceAfter=No -19 , , PUNCT , _ 18 punct 18:punct _ +19 , , PUNCT , _ 20 punct 20:punct _ 20 Tagesthemen Tagesthemen PROPN NNP Number=Sing 18 appos 18:appos SpaceAfter=No 21 ) ) PUNCT -RRB- _ 18 punct 18:punct SpaceAfter=No 22 . . PUNCT . _ 8 punct 8:punct _ @@ -13919,18 +13926,18 @@ # text = The newly released papers, showing him complicit in the airliner bombing, were mentioned 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 2 newly newly ADV RB _ 3 advmod 3:advmod _ -3 released release VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod _ -4 papers papers NOUN NNS Number=Plur 15 nsubj:pass 15:nsubj:pass SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +3 released release VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod _ +4 papers paper NOUN NNS Number=Plur 15 nsubj:pass 15:nsubj:pass SpaceAfter=No +5 , , PUNCT , _ 6 punct 6:punct _ 6 showing show VERB VBG VerbForm=Ger 4 acl 4:acl _ -7 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 obj 6:obj _ -8 complicit complicit ADJ JJ Degree=Pos 7 acl 7:acl _ +7 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 obj 6:obj|8:nsubj:xsubj _ +8 complicit complicit ADJ JJ Degree=Pos 6 xcomp 6:xcomp _ 9 in in ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 airliner airliner NOUN NN Number=Sing 12 compound 12:compound _ 12 bombing bombing NOUN NN Number=Sing 8 obl 8:obl:in SpaceAfter=No -13 , , PUNCT , _ 15 punct 15:punct _ -14 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 aux:pass 15:aux:pass _ +13 , , PUNCT , _ 4 punct 4:punct _ +14 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 15 aux:pass 15:aux:pass _ 15 mentioned mention VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0066 @@ -13956,12 +13963,12 @@ # text = You really got me thinking, I enjoy reading this blog. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 2 really really ADV RB _ 3 advmod 3:advmod _ -3 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 got get VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj 3:obj|5:nsubj:xsubj _ 5 thinking think VERB VBG VerbForm=Ger 3 xcomp 3:xcomp SpaceAfter=No -6 , , PUNCT , _ 3 punct 3:punct _ +6 , , PUNCT , _ 8 punct 8:punct _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|9:nsubj:xsubj _ -8 enjoy enjoy VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +8 enjoy enjoy VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ 9 reading read VERB VBG VerbForm=Ger 8 xcomp 8:xcomp _ 10 this this DET DT Number=Sing|PronType=Dem 11 det 11:det _ 11 blog blog NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No @@ -13971,17 +13978,17 @@ # text = I don't know how others feel, but I'm definitely looking into immigration to Canada as an option. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 know know VERB VB VerbForm=Inf 0 root 0:root _ -5 how how SCONJ WRB PronType=Int 7 mark 7:mark _ +5 how how ADV WRB PronType=Int 7 advmod 7:advmod _ 6 others other NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -7 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp SpaceAfter=No +7 feel feel VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp SpaceAfter=No 8 , , PUNCT , _ 13 punct 13:punct _ 9 but but CCONJ CC _ 13 cc 13:cc _ 10-11 I'm _ _ _ _ _ _ _ _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -11 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +11 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 definitely definitely ADV RB _ 13 advmod 13:advmod _ 13 looking look VERB VBG Tense=Pres|VerbForm=Part 4 conj 4:conj:but _ 14 into into ADP IN _ 15 case 15:case _ @@ -13997,25 +14004,25 @@ # text = The good ól US of A aint what it used to be. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 2 good good ADJ JJ Degree=Pos 4 amod 4:amod _ -3 ól old ADJ JJ Degree=Pos 4 amod 4:amod _ +3 ól old ADJ JJ Degree=Pos|Typo=Yes 4 amod 4:amod CorrectForm=old 4 US US PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 5 of of ADP IN _ 6 case 6:case _ -6 A A PROPN NNP Number=Sing 4 nmod 4:nmod:of _ +6 A America PROPN NNP Abbr=Yes|Number=Sing 4 nmod 4:nmod:of _ 7-8 aint _ _ _ _ _ _ _ _ -7 ai be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ -8 nt not PART RB _ 9 advmod 9:advmod _ -9 what what PRON WP PronType=Int 0 root 0:root _ +7 ai be AUX VBZ Mood=Ind|Number=Sing|Person=3|Style=Vrnc|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +8 nt not PART RB Typo=Yes 9 advmod 9:advmod CorrectForm=n't +9 what what PRON WP PronType=Rel 0 root 0:root _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj|13:nsubj:xsubj _ -11 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +11 used use VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 12 to to PART TO _ 13 mark 13:mark _ -13 be be VERB VB VerbForm=Inf 11 xcomp 11:xcomp SpaceAfter=No +13 be be AUX VB VerbForm=Inf 11 xcomp 11:xcomp Promoted=Yes|SpaceAfter=No 14 . . PUNCT . _ 9 punct 9:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0071 # text = I like yuor blog. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 yuor your PRON PRP$ _ 4 nmod:poss 4:nmod:poss _ +2 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 yuor your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Typo=Yes 4 nmod:poss 4:nmod:poss CorrectForm=your 4 blog blog NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No 5 . . PUNCT . _ 2 punct 2:punct _ @@ -14024,9 +14031,9 @@ 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 check check VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 out out ADP RP _ 2 compound:prt 2:compound:prt _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 5 who who PRON WP PronType=Int 6 nsubj 6:nsubj _ -6 let let VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 compound 10:compound _ +6 let let VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 compound 10:compound _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 dog dog NOUN NN Number=Sing 6 obj 6:obj _ 9 out out ADP RP _ 6 compound:prt 6:compound:prt _ @@ -14043,15 +14050,15 @@ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 great great ADJ JJ Degree=Pos 6 amod 6:amod _ 6 blog blog NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 10 punct 10:punct _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 9 also also ADV RB _ 10 advmod 10:advmod _ -10 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ +10 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 site site NOUN NN Number=Sing 10 obj 10:obj _ 13 about about ADP IN _ 17 case 17:case _ -14 los los PROPN NNP Number=Sing 15 compound 15:compound _ -15 angeles angeles PROPN NNP Number=Sing 17 compound 17:compound _ +14 los Los PROPN NNP Number=Sing 15 compound 15:compound _ +15 angeles Angeles PROPN NNP Number=Sing 17 compound 17:compound _ 16 online online ADJ JJ Degree=Pos 17 amod 17:amod _ 17 dating dating NOUN NN Number=Sing 12 nmod 12:nmod:about _ @@ -14063,8 +14070,8 @@ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 out out ADP RP _ 3 compound:prt 3:compound:prt _ 6 : : PUNCT : _ 10 punct 10:punct _ -7 los los PROPN NNP Number=Sing 8 compound 8:compound _ -8 angeles angeles PROPN NNP Number=Sing 10 compound 10:compound _ +7 los Los PROPN NNP Number=Sing 8 compound 8:compound _ +8 angeles Angeles PROPN NNP Number=Sing 10 compound 10:compound _ 9 online online ADJ JJ Degree=Pos 10 amod 10:amod _ 10 dating dating NOUN NN Number=Sing 4 appos 4:appos _ @@ -14096,7 +14103,7 @@ 6 to to ADP IN _ 7 case 7:case _ 7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 5 nmod 5:nmod:to _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ +9 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ 10 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 11 free free ADJ JJ Degree=Pos 14 amod 14:amod _ 12 online online ADJ JJ Degree=Pos 14 amod 14:amod _ @@ -14133,8 +14140,8 @@ 1 Hey hey INTJ UH _ 4 discourse 4:discourse _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 3 just just ADV RB _ 4 advmod 4:advmod _ -4 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 blog blog NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 7 . . PUNCT . _ 4 punct 4:punct _ @@ -14142,7 +14149,7 @@ # text = I also have a dating advice blog/site. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 5 dating dating NOUN NN Number=Sing 6 compound 6:compound _ 6 advice advice NOUN NN Number=Sing 9 compound 9:compound _ @@ -14171,7 +14178,7 @@ 6 out out ADP RP _ 4 compound:prt 4:compound:prt _ 7 if if SCONJ IN _ 9 mark 9:mark _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -9 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ +9 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 time time NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No 12 ! ! PUNCT . _ 2 punct 2:punct _ @@ -14187,7 +14194,7 @@ 6 food food NOUN NN Number=Sing 7 compound 7:compound _ 7 info info NOUN NN Number=Sing 3 obl 3:obl:for _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +9 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 10 this this DET DT Number=Sing|PronType=Dem 11 det 11:det _ 11 post post NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ @@ -14195,7 +14202,7 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0085 # text = I agree totally! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 agree agree VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 agree agree VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 totally totally ADV RB _ 2 advmod 2:advmod SpaceAfter=No 4 ! ! PUNCT . _ 2 punct 2:punct _ @@ -14224,15 +14231,15 @@ 16 That that PRON WDT PronType=Rel 20 nsubj:pass 15:ref _ 17 Is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 aux:pass 20:aux:pass _ 18 Custom custom NOUN NN Number=Sing 20 obl:npmod 20:obl:npmod SpaceAfter=No -19 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No +19 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No 20 Designed design VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 acl:relcl 15:acl:relcl _ 21 To to ADP IN _ 23 case 23:case _ -22 YOUR you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 YOUR your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 Specifications specification NOUN NNS Number=Plur 20 obl 20:obl:to SpaceAfter=No -24 ......... ......... PUNCT , _ 23 punct 23:punct SpaceAfter=No +24 ......... ......... PUNCT , _ 28 punct 28:punct SpaceAfter=No 25 And and CCONJ CC _ 28 cc 28:cc _ 26 At at ADP IN _ 28 case 28:case _ -27 NO no DET DT _ 28 det 28:det _ +27 NO no DET DT PronType=Neg 28 det 28:det _ 28 COST cost NOUN NN Number=Sing 23 conj 20:obl:at|23:conj:and _ 29 To to ADP IN _ 30 case 30:case _ 30 You you PRON PRP Case=Acc|Person=2|PronType=Prs 28 nmod 28:nmod:to SpaceAfter=No @@ -14256,11 +14263,11 @@ 5 Hard hard ADJ JJ Degree=Pos 0 root 0:root _ 6 To to PART TO _ 7 mark 7:mark _ 7 Do do VERB VB VerbForm=Inf 5 csubj 5:csubj SpaceAfter=No -8 .... .... PUNCT , _ 5 punct 5:punct _ +8 .... .... PUNCT , _ 11 punct 11:punct _ 9 IF if SCONJ IN _ 11 mark 11:mark _ 10 You you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -11 Know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:if _ -12 HOW how SCONJ WRB PronType=Int 11 mark 11:mark SpaceAfter=No +11 Know know VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:if _ +12 HOW how ADV WRB PronType=Int 11 advmod 11:advmod SpaceAfter=No 13 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0090 @@ -14275,8 +14282,8 @@ 6 You you PRON PRP Case=Acc|Person=2|PronType=Prs 5 obj 5:obj _ 7 By by ADV RB _ 5 advmod 5:advmod _ 8 Without without SCONJ IN _ 11 mark 11:mark _ -9 At at ADV RB _ 10 advmod 10:advmod _ -10 Least least ADV RBS Degree=Sup 11 advmod 11:advmod _ +9 At at ADP IN ExtPos=ADV 11 advmod 11:advmod _ +10 Least least ADJ JJS Degree=Sup 9 fixed 9:fixed _ 11 Taking take VERB VBG VerbForm=Ger 5 advcl 5:advcl:without _ 12 A a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 Look look NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No @@ -14287,32 +14294,32 @@ # text = The Only Catch Is That You HAVE To Have An Income ABOVE $21,000...... And......You HAVE To Follow The Easy Instructions Provided To You. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 Only only ADJ JJ Degree=Pos 3 amod 3:amod _ -3 Catch catch NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 Is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 Catch catch NOUN NN Number=Sing 7 nsubj:outer 7:nsubj:outer|19:nsubj:outer _ +4 Is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 5 That that SCONJ IN _ 7 mark 7:mark _ 6 You you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ -7 HAVE have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +7 HAVE have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 To to PART TO _ 9 mark 9:mark _ 9 Have have VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 An a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 Income income NOUN NN Number=Sing 9 obj 9:obj _ 12 ABOVE above ADP IN _ 13 case 13:case _ 13 $ $ SYM $ _ 11 nmod 11:nmod:above SpaceAfter=No -14 21,000 21,000 NUM CD NumType=Card 13 nummod 13:nummod SpaceAfter=No -15 ...... ...... PUNCT , _ 7 punct 7:punct _ +14 21,000 21000 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod SpaceAfter=No +15 ...... ...... PUNCT , _ 19 punct 19:punct _ 16 And and CCONJ CC _ 19 cc 19:cc SpaceAfter=No -17 ...... ...... PUNCT , _ 7 punct 7:punct SpaceAfter=No +17 ...... ...... PUNCT , _ 16 punct 16:punct SpaceAfter=No 18 You you PRON PRP Case=Nom|Person=2|PronType=Prs 19 nsubj 19:nsubj|21:nsubj:xsubj _ -19 HAVE have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 conj 4:ccomp|7:conj:and _ +19 HAVE have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 conj 0:root|7:conj:and _ 20 To to PART TO _ 21 mark 21:mark _ 21 Follow follow VERB VB VerbForm=Inf 19 xcomp 19:xcomp _ 22 The the DET DT Definite=Def|PronType=Art 24 det 24:det _ 23 Easy easy ADJ JJ Degree=Pos 24 amod 24:amod _ 24 Instructions instruction NOUN NNS Number=Plur 21 obj 21:obj _ -25 Provided provide VERB VBN Tense=Past|VerbForm=Part 24 acl 24:acl _ +25 Provided provide VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 24 acl 24:acl _ 26 To to ADP IN _ 27 case 27:case _ 27 You you PRON PRP Case=Acc|Person=2|PronType=Prs 25 obl 25:obl:to SpaceAfter=No -28 . . PUNCT . _ 4 punct 4:punct _ +28 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20050518101500_ENG_20050518_101500-0092 # text = Get-A-Free-House.com @@ -14322,19 +14329,19 @@ # sent_id = weblog-blogspot.com_dakbangla_20050210141134_ENG_20050210_141134-0001 # newpar id = weblog-blogspot.com_dakbangla_20050210141134_ENG_20050210_141134-p0001 # text = + As the implications of the Andaman Islands situation sink in, Indian intelligence has inevitably come under scrutiny. -1 + + SYM NFP _ 17 punct 17:punct _ +1 + + PUNCT NFP _ 17 punct 17:punct _ 2 As as SCONJ IN _ 10 mark 10:mark _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 implications implication NOUN NNS Number=Plur 10 nsubj 10:nsubj _ 5 of of ADP IN _ 9 case 9:case _ 6 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 7 Andaman Andaman PROPN NNP Number=Sing 8 compound 8:compound _ -8 Islands Islands PROPN NNPS Number=Plur 9 compound 9:compound _ +8 Islands Island PROPN NNPS Number=Plur 9 compound 9:compound _ 9 situation situation NOUN NN Number=Sing 4 nmod 4:nmod:of _ -10 sink sink VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:as _ +10 sink sink VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:as _ 11 in in ADV RB _ 10 advmod 10:advmod SpaceAfter=No -12 , , PUNCT , _ 17 punct 17:punct _ -13 Indian indian ADJ JJ Degree=Pos 14 amod 14:amod _ +12 , , PUNCT , _ 10 punct 10:punct _ +13 Indian Indian ADJ JJ Degree=Pos 14 amod 14:amod _ 14 intelligence intelligence NOUN NN Number=Sing 17 nsubj 17:nsubj _ 15 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 16 inevitably inevitably ADV RB _ 17 advmod 17:advmod _ @@ -14348,8 +14355,8 @@ 1 In in ADP IN _ 3 case 3:case _ 2 recent recent ADJ JJ Degree=Pos 3 amod 3:amod _ 3 months month NOUN NNS Number=Plur 9 obl 9:obl:in SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ -5 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 , , PUNCT , _ 3 punct 3:punct _ +5 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 fallibility fallibility NOUN NN Number=Sing 8 nsubj 8:nsubj|9:nsubj:xsubj _ 7 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 become become VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ @@ -14374,7 +14381,7 @@ 14 leader leader NOUN NN Number=Sing 9 nmod 9:nmod:on _ 15 and and CCONJ CC _ 19 cc 19:cc _ 16 former former ADJ JJ Degree=Pos 19 amod 19:amod _ -17 Bangladeshi bangladeshi ADJ JJ Degree=Pos 19 amod 19:amod _ +17 Bangladeshi Bangladeshi ADJ JJ Degree=Pos 19 amod 19:amod _ 18 prime prime ADJ JJ Degree=Pos 19 amod 19:amod _ 19 minister minister NOUN NN Number=Sing 14 conj 9:nmod:on|14:conj:and _ 20 Sheikh Sheikh PROPN NNP Number=Sing 14 appos 14:appos _ @@ -14382,7 +14389,7 @@ 22 Wazed Wazed PROPN NNP Number=Sing 20 flat 20:flat _ 23 last last ADJ JJ Degree=Pos 24 amod 24:amod _ 24 August August PROPN NNP Number=Sing 9 nmod:tmod 9:nmod:tmod _ -25 21 21 NUM CD NumType=Card 24 nummod 24:nummod _ +25 21 21 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod _ 26 at at ADP IN _ 29 case 29:case _ 27 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ 28 political political ADJ JJ Degree=Pos 29 amod 29:amod _ @@ -14397,11 +14404,11 @@ 37 coup coup NOUN NN Number=Sing 2 conj 2:conj:and|55:nsubj SpaceAfter=No 38 " " PUNCT '' _ 37 punct 37:punct _ 39 by by ADP IN _ 42 case 42:case _ -40 Nepalese nepalese ADJ JJ Degree=Pos 42 amod 42:amod _ +40 Nepalese Nepalese ADJ JJ Degree=Pos 42 amod 42:amod _ 41 King King PROPN NNP Number=Sing 42 compound 42:compound _ 42 Gyanendra Gyanendra PROPN NNP Number=Sing 37 nmod 37:nmod:by _ 43 dismissing dismiss VERB VBG VerbForm=Ger 37 acl 37:acl _ -44 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 45 nmod:poss 45:nmod:poss _ +44 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 45 nmod:poss 45:nmod:poss _ 45 government government NOUN NN Number=Sing 43 obj 43:obj _ 46 and and CCONJ CC _ 47 cc 47:cc _ 47 imposing impose VERB VBG VerbForm=Ger 43 conj 37:acl|43:conj:and _ @@ -14409,15 +14416,15 @@ 49 virtual virtual ADJ JJ Degree=Pos 51 amod 51:amod _ 50 absolute absolute ADJ JJ Degree=Pos 51 amod 51:amod _ 51 monarchy monarchy NOUN NN Number=Sing 47 obj 47:obj SpaceAfter=No -52 , , PUNCT , _ 55 punct 55:punct _ -53 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 55 cop 55:cop _ +52 , , PUNCT , _ 2 punct 2:punct _ +53 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 55 cop 55:cop _ 54 glaring glaring ADJ JJ Degree=Pos 55 amod 55:amod _ 55 examples example NOUN NNS Number=Plur 0 root 0:root _ 56 of of ADP IN _ 58 case 58:case _ 57 intelligence intelligence NOUN NN Number=Sing 58 compound 58:compound _ 58 failure failure NOUN NN Number=Sing 55 nmod 55:nmod:of SpaceAfter=No 59 . . PUNCT . _ 55 punct 55:punct _ -60 + + SYM NFP _ 55 punct 55:punct _ +60 + + PUNCT NFP _ 55 punct 55:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050210141134_ENG_20050210_141134-0004 # text = Trouble on India's islands @@ -14440,10 +14447,10 @@ 1 In in ADP IN _ 3 case 3:case _ 2 early early ADJ JJ Degree=Pos 3 amod 3:amod _ 3 February February PROPN NNP Number=Sing 6 obl 6:obl:in SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 India India PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -6 charged charge VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -7 34 34 NUM CD NumType=Card 9 nummod 9:nummod _ +6 charged charge VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 34 34 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 8 Arakan arakan ADJ JJ Degree=Pos 9 amod 9:amod _ 9 separatists separatist NOUN NNS Number=Plur 6 obj 6:obj _ 10 from from ADP IN _ 11 case 11:case _ @@ -14453,13 +14460,13 @@ 14 in in ADP IN _ 17 case 17:case _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 Landfall Landfall PROPN NNP Number=Sing 17 compound 17:compound _ -17 Islands Islands PROPN NNPS Number=Plur 13 obl 13:obl:in SpaceAfter=No -18 , , PUNCT , _ 17 punct 17:punct _ +17 Islands Island PROPN NNPS Number=Plur 13 obl 13:obl:in SpaceAfter=No +18 , , PUNCT , _ 19 punct 19:punct _ 19 part part NOUN NN Number=Sing 17 appos 17:appos _ 20 of of ADP IN _ 24 case 24:case _ 21 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 22 Andaman Andaman PROPN NNP Number=Sing 23 compound 23:compound _ -23 Islands Islands PROPN NNPS Number=Plur 24 compound 24:compound _ +23 Islands Island PROPN NNPS Number=Plur 24 compound 24:compound _ 24 group group NOUN NN Number=Sing 19 nmod 19:nmod:of _ 25 ( ( PUNCT -LRB- _ 26 punct 26:punct SpaceAfter=No 26 see see VERB VB Mood=Imp|VerbForm=Fin 6 parataxis 6:parataxis _ @@ -14475,21 +14482,21 @@ 3 members member NOUN NNS Number=Plur 22 nsubj:pass 22:nsubj:pass _ 4 of of ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 Arakan Arakan PROPN NNP Number=Sing 7 compound 7:compound _ +6 Arakan Arakan ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Army Army PROPN NNP Number=Sing 3 nmod 3:nmod:of SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 11 punct 11:punct _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 military military ADJ JJ Degree=Pos 11 amod 11:amod _ 11 wing wing NOUN NN Number=Sing 7 appos 7:appos _ 12 of of ADP IN _ 16 case 16:case _ 13 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -14 National National PROPN NNP Number=Sing 16 compound 16:compound _ +14 National National ADJ NNP Degree=Pos 16 amod 16:amod _ 15 Unity Unity PROPN NNP Number=Sing 16 compound 16:compound _ 16 Party Party PROPN NNP Number=Sing 11 nmod 11:nmod:of _ 17 in in ADP IN _ 18 case 18:case _ 18 Myanmar Myanmar PROPN NNP Number=Sing 16 nmod 16:nmod:in SpaceAfter=No -19 , , PUNCT , _ 22 punct 22:punct _ -20 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ +19 , , PUNCT , _ 3 punct 3:punct _ +20 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ 21 been be AUX VBN Tense=Past|VerbForm=Part 22 aux:pass 22:aux:pass _ 22 charged charge VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 23 with with ADP IN _ 25 case 25:case _ @@ -14503,10 +14510,10 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 likely likely ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 , , PUNCT , _ 7 punct 7:punct _ -5 but but CCONJ CC _ 6 cc 6:cc _ -6 not not ADV RB _ 7 cc 7:cc _ -7 certain certain ADJ JJ Degree=Pos 3 conj 3:conj:but_not SpaceAfter=No -8 , , PUNCT , _ 3 punct 3:punct _ +5 but but CCONJ CC _ 7 cc 7:cc _ +6 not not PART RB _ 7 advmod 7:advmod _ +7 certain certain ADJ JJ Degree=Pos 3 conj 3:conj:but SpaceAfter=No +8 , , PUNCT , _ 13 punct 13:punct _ 9 that that SCONJ IN _ 13 mark 13:mark _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj:pass 13:nsubj:pass _ 11 will will AUX MD VerbForm=Fin 13 aux 13:aux _ @@ -14532,14 +14539,14 @@ 12 of of ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 iceberg iceberg NOUN NN Number=Sing 11 nmod 11:nmod:of _ -15 when when SCONJ WRB PronType=Int 17 mark 17:mark _ +15 when when ADV WRB PronType=Int 17 advmod 17:advmod _ 16 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 17 comes come VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:when _ 18 to to ADP IN _ 20 case 20:case _ 19 growing grow VERB VBG VerbForm=Ger 20 amod 20:amod _ 20 concern concern NOUN NN Number=Sing 17 obl 17:obl:to _ 21 in in ADP IN _ 23 case 23:case _ -22 New New PROPN NNP Number=Sing 23 compound 23:compound _ +22 New New ADJ NNP Degree=Pos 23 amod 23:amod _ 23 Delhi Delhi PROPN NNP Number=Sing 20 nmod 20:nmod:in _ 24 over over ADP IN _ 26 case 26:case _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ @@ -14547,13 +14554,13 @@ 27 of of ADP IN _ 30 case 30:case _ 28 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 29 Andaman Andaman PROPN NNP Number=Sing 30 compound 30:compound _ -30 Islands Islands PROPN NNPS Number=Plur 26 nmod 26:nmod:of SpaceAfter=No +30 Islands Island PROPN NNPS Number=Plur 26 nmod 26:nmod:of SpaceAfter=No 31 . . PUNCT . _ 11 punct 11:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050210141134_ENG_20050210_141134-0010 # text = Reports are circulating in the intelligence community that the Andaman Islands are not only thick with Myanmar rebels. 1 Reports report NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 circulating circulate VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 in in ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -14562,8 +14569,8 @@ 8 that that SCONJ IN _ 15 mark 15:mark _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 Andaman Andaman PROPN NNP Number=Sing 11 compound 11:compound _ -11 Islands Islands PROPN NNPS Number=Plur 15 nsubj 15:nsubj _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +11 Islands Island PROPN NNPS Number=Plur 15 nsubj 15:nsubj _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 13 not not PART RB _ 15 advmod 15:advmod _ 14 only only ADV RB _ 15 advmod 15:advmod _ 15 thick thick ADJ JJ Degree=Pos 3 ccomp 3:ccomp _ @@ -14574,7 +14581,7 @@ # sent_id = weblog-blogspot.com_dakbangla_20050210141134_ENG_20050210_141134-0011 # text = It has also become an arms depot of the Liberation Tigers of Tamil Eelam (LTTE), who operate almost freely in the Andaman Sea. -1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 expl 7:expl _ +1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 also also ADV RB _ 4 advmod 4:advmod _ 4 become become VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ @@ -14584,16 +14591,16 @@ 8 of of ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 Liberation Liberation PROPN NNP Number=Sing 11 compound 11:compound _ -11 Tigers Tigers PROPN NNPS Number=Plur 7 nmod 7:nmod:of|20:nsubj _ +11 Tigers Tiger PROPN NNPS Number=Plur 7 nmod 7:nmod:of|20:nsubj _ 12 of of ADP IN _ 14 case 14:case _ -13 Tamil Tamil PROPN NNP Number=Sing 14 compound 14:compound _ +13 Tamil Tamil ADJ NNP Degree=Pos 14 amod 14:amod _ 14 Eelam Eelam PROPN NNP Number=Sing 11 nmod 11:nmod:of _ 15 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No 16 LTTE LTTE PROPN NNP Number=Sing 11 appos 11:appos SpaceAfter=No 17 ) ) PUNCT -RRB- _ 16 punct 16:punct SpaceAfter=No -18 , , PUNCT , _ 11 punct 11:punct _ +18 , , PUNCT , _ 20 punct 20:punct _ 19 who who PRON WP PronType=Rel 20 nsubj 11:ref _ -20 operate operate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +20 operate operate VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 21 almost almost ADV RB _ 22 advmod 22:advmod _ 22 freely freely ADV RB _ 20 advmod 20:advmod _ 23 in in ADP IN _ 26 case 26:case _ @@ -14609,57 +14616,57 @@ 3 in in ADP IN _ 5 case 5:case _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 direction direction NOUN NN Number=Sing 2 obl 2:obl:in _ -6 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 to to ADP IN _ 8 case 8:case _ 8 light light NOUN NN Number=Sing 6 obl 6:obl:to _ 9 after after ADP IN _ 13 case 13:case _ 10 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 11 December December PROPN NNP Number=Sing 13 compound 13:compound _ -12 26 26 NUM CD NumType=Card 11 nummod 11:nummod _ +12 26 26 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 13 tsunami tsunami NOUN NN Number=Sing 6 obl 6:obl:after|16:nsubj SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ +14 , , PUNCT , _ 16 punct 16:punct _ 15 which which PRON WDT PronType=Rel 16 nsubj 13:ref _ -16 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +16 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 17 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 18 heavy heavy ADJ JJ Degree=Pos 19 amod 19:amod _ 19 toll toll NOUN NN Number=Sing 16 obj 16:obj _ 20 on on ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -22 Andamans Andamans PROPN NNPS Number=Plur 16 obl 16:obl:on SpaceAfter=No +22 Andamans Andaman PROPN NNPS Number=Plur 16 obl 16:obl:on SpaceAfter=No 23 . . PUNCT . _ 6 punct 6:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050210141134_ENG_20050210_141134-0013 # text = Correspondents who flocked in to cover the tsunami found they also had another story - the miserable security situation surrounding the Indian navy's Far Eastern Naval Command, now being established along with India's "blue water navy". 1 Correspondents correspondent NOUN NNS Number=Plur 9 nsubj 3:nsubj|9:nsubj _ 2 who who PRON WP PronType=Rel 3 nsubj 1:ref _ -3 flocked flock VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +3 flocked flock VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 4 in in ADV RB _ 3 advmod 3:advmod _ 5 to to PART TO _ 6 mark 6:mark _ 6 cover cover VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 tsunami tsunami NOUN NN Number=Sing 6 obj 6:obj _ -9 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 found find VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 11 also also ADV RB _ 12 advmod 12:advmod _ -12 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 ccomp 9:ccomp _ -13 another another DET DT _ 14 det 14:det _ +12 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 ccomp 9:ccomp _ +13 another another DET DT PronType=Ind 14 det 14:det _ 14 story story NOUN NN Number=Sing 12 obj 12:obj _ -15 - - PUNCT : _ 14 punct 14:punct _ +15 - - PUNCT : _ 19 punct 19:punct _ 16 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 17 miserable miserable ADJ JJ Degree=Pos 19 amod 19:amod _ 18 security security NOUN NN Number=Sing 19 compound 19:compound _ 19 situation situation NOUN NN Number=Sing 14 appos 14:appos _ 20 surrounding surround VERB VBG VerbForm=Ger 19 acl 19:acl _ 21 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -22 Indian indian ADJ JJ Degree=Pos 23 amod 23:amod _ +22 Indian Indian ADJ JJ Degree=Pos 23 amod 23:amod _ 23-24 navy's _ _ _ _ _ _ _ _ 23 navy navy NOUN NN Number=Sing 28 nmod:poss 28:nmod:poss _ 24 's 's PART POS _ 23 case 23:case _ -25 Far Far PROPN NNP Number=Sing 28 amod 28:amod _ -26 Eastern Eastern PROPN NNP Number=Sing 25 amod 25:amod _ -27 Naval Naval PROPN NNP Number=Sing 28 compound 28:compound _ +25 Far Far ADV NNP _ 26 advmod 26:advmod _ +26 Eastern Eastern ADJ NNP Degree=Pos 28 amod 28:amod _ +27 Naval Naval ADJ NNP Degree=Pos 28 amod 28:amod _ 28 Command Command PROPN NNP Number=Sing 20 obj 20:obj SpaceAfter=No -29 , , PUNCT , _ 28 punct 28:punct _ +29 , , PUNCT , _ 32 punct 32:punct _ 30 now now ADV RB _ 32 advmod 32:advmod _ 31 being be AUX VBG VerbForm=Ger 32 aux:pass 32:aux:pass _ 32 established establish VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 28 acl:relcl 28:acl:relcl _ @@ -14689,20 +14696,20 @@ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 Andaman Andaman PROPN NNP Number=Sing 6 compound 6:compound _ 6 Sea Sea PROPN NNP Number=Sing 2 nmod 2:nmod:in _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 not not PART RB _ 9 advmod 9:advmod _ 9 new new ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 10 , , PUNCT , _ 14 punct 14:punct _ 11 but but CCONJ CC _ 14 cc 14:cc _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -13 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +13 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 14 deteriorated deteriorate VERB VBN Tense=Past|VerbForm=Part 9 conj 9:conj:but _ 15 during during ADP IN _ 19 case 19:case _ 16 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 17 past past ADJ JJ Degree=Pos 19 amod 19:amod _ 18 few few ADJ JJ Degree=Pos 19 amod 19:amod _ 19 years year NOUN NNS Number=Plur 14 obl 14:obl:during SpaceAfter=No -20 , , PUNCT , _ 14 punct 14:punct _ +20 , , PUNCT , _ 22 punct 22:punct _ 21 in in ADP IN _ 22 case 22:case _ 22 tandem tandem NOUN NN Number=Sing 14 obl 14:obl:in _ 23 with with ADP IN _ 25 case 25:case _ @@ -14724,7 +14731,7 @@ 39 in in ADP IN _ 43 case 43:case _ 40 the the DET DT Definite=Def|PronType=Art 43 det 43:det _ 41 northeastern northeastern ADJ JJ Degree=Pos 43 amod 43:amod _ -42 Indian indian ADJ JJ Degree=Pos 43 amod 43:amod _ +42 Indian Indian ADJ JJ Degree=Pos 43 amod 43:amod _ 43 states state NOUN NNS Number=Plur 31 conj 29:nmod:in|31:conj:and _ 44 of of ADP IN _ 45 case 45:case _ 45 Manipur Manipur PROPN NNP Number=Sing 43 nmod 43:nmod:of SpaceAfter=No @@ -14738,12 +14745,12 @@ # text = While the Indian army has become rock-solid in the western front, and has developed the capability of withstanding any Pakistani adventure in that sector, it has become highly vulnerable in its eastern sector, where its enemy is not a national army but a multitude of secessionist, terrorist and drug-running militants operating between Southeast Asia and northeastern India through Bangladesh. 1 While while SCONJ IN _ 6 mark 6:mark _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 Indian indian ADJ JJ Degree=Pos 4 amod 4:amod _ +3 Indian Indian ADJ JJ Degree=Pos 4 amod 4:amod _ 4 army army NOUN NN Number=Sing 6 nsubj 6:nsubj|9:nsubj:xsubj|17:nsubj:xsubj _ 5 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 become become VERB VBN Tense=Past|VerbForm=Part 31 advcl 31:advcl:while _ 7 rock rock NOUN NN Number=Sing 9 obl:npmod 9:obl:npmod SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 solid solid ADJ JJ Degree=Pos 6 xcomp 6:xcomp _ 10 in in ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ @@ -14757,25 +14764,25 @@ 19 capability capability NOUN NN Number=Sing 17 obj 17:obj _ 20 of of SCONJ IN _ 21 mark 21:mark _ 21 withstanding withstand VERB VBG VerbForm=Ger 19 acl 19:acl:of _ -22 any any DET DT _ 24 det 24:det _ -23 Pakistani pakistani ADJ JJ Degree=Pos 24 amod 24:amod _ +22 any any DET DT PronType=Ind 24 det 24:det _ +23 Pakistani Pakistani ADJ JJ Degree=Pos 24 amod 24:amod _ 24 adventure adventure NOUN NN Number=Sing 21 obj 21:obj _ 25 in in ADP IN _ 27 case 27:case _ 26 that that DET DT Number=Sing|PronType=Dem 27 det 27:det _ 27 sector sector NOUN NN Number=Sing 24 nmod 24:nmod:in SpaceAfter=No -28 , , PUNCT , _ 31 punct 31:punct _ +28 , , PUNCT , _ 6 punct 6:punct _ 29 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 31 nsubj 31:nsubj|33:nsubj:xsubj _ 30 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ 31 become become VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 32 highly highly ADV RB _ 31 advmod 31:advmod _ 33 vulnerable vulnerable ADJ JJ Degree=Pos 31 xcomp 31:xcomp _ 34 in in ADP IN _ 37 case 37:case _ -35 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ +35 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ 36 eastern eastern ADJ JJ Degree=Pos 37 amod 37:amod _ -37 sector sector NOUN NN Number=Sing 33 obl 33:obl:in SpaceAfter=No -38 , , PUNCT , _ 37 punct 37:punct _ -39 where where SCONJ WRB PronType=Rel 46 mark 46:mark _ -40 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 41 nmod:poss 41:nmod:poss _ +37 sector sector NOUN NN Number=Sing 33 obl 33:obl:in|46:obl:in|49:obl:in SpaceAfter=No +38 , , PUNCT , _ 46 punct 46:punct _ +39 where where ADV WRB PronType=Rel 46 advmod 37:ref _ +40 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 41 nmod:poss 41:nmod:poss _ 41 enemy enemy NOUN NN Number=Sing 46 nsubj 46:nsubj|49:nsubj _ 42 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 46 cop 46:cop _ 43 not not PART RB _ 46 advmod 46:advmod _ @@ -14791,7 +14798,7 @@ 53 terrorist terrorist ADJ JJ Degree=Pos 51 conj 51:conj:and|58:amod _ 54 and and CCONJ CC _ 57 cc 57:cc _ 55 drug drug NOUN NN Number=Sing 57 obl:npmod 57:obl:npmod SpaceAfter=No -56 - - PUNCT HYPH _ 57 punct 57:punct SpaceAfter=No +56 - - PUNCT HYPH _ 55 punct 55:punct SpaceAfter=No 57 running run VERB VBG VerbForm=Ger 51 conj 51:conj:and|58:amod _ 58 militants militant NOUN NNS Number=Plur 49 nmod 49:nmod:of _ 59 operating operate VERB VBG VerbForm=Ger 58 acl 58:acl _ @@ -14820,19 +14827,19 @@ 11 , , PUNCT , _ 30 punct 30:punct _ 12 and and CCONJ CC _ 30 cc 30:cc _ 13 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -14 572 572 NUM CD NumType=Card 18 nummod 18:nummod _ +14 572 572 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ 15 large large ADJ JJ Degree=Pos 18 amod 18:amod _ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 small small ADJ JJ Degree=Pos 15 conj 15:conj:and|18:amod _ 18 islands island NOUN NNS Number=Plur 30 nsubj 20:nsubj|30:nsubj _ 19 that that PRON WDT PronType=Rel 20 nsubj 18:ref _ -20 constitute constitute VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ +20 constitute constitute VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ 21 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 22 Andaman Andaman PROPN NNP Number=Sing 25 compound 25:compound _ 23 and and CCONJ CC _ 24 cc 24:cc _ 24 Nicobar Nicobar PROPN NNP Number=Sing 22 conj 22:conj:and|25:compound _ 25 group group NOUN NN Number=Sing 20 obj 20:obj _ -26 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 30 cop 30:cop _ +26 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 30 cop 30:cop _ 27 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ 28 natural natural ADJ JJ Degree=Pos 30 amod 30:amod _ 29 transit transit NOUN NN Number=Sing 30 compound 30:compound _ @@ -14845,9 +14852,9 @@ 2 drugs drug NOUN NNS Number=Plur 5 nsubj 5:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 arms arm NOUN NNS Number=Plur 2 conj 2:conj:and|5:nsubj _ -5 travel travel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 travel travel VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 in in ADP IN _ 8 case 8:case _ -7 all all DET DT _ 8 det 8:det _ +7 all all DET DT PronType=Tot 8 det 8:det _ 8 directions direction NOUN NNS Number=Plur 5 obl 5:obl:in SpaceAfter=No 9 . . PUNCT . _ 5 punct 5:punct _ @@ -14857,42 +14864,42 @@ 2 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 3 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 4 Sea Sea PROPN NNP Number=Sing 5 compound 5:compound _ -5 Tigers Tigers PROPN NNPS Number=Plur 20 nsubj 20:nsubj SpaceAfter=No +5 Tigers Tiger PROPN NNPS Number=Plur 20 nsubj 20:nsubj SpaceAfter=No 6 " " PUNCT '' _ 5 punct 5:punct _ 7 of of ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 LTTE LTTE PROPN NNP Number=Sing 5 nmod 5:nmod:of SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ -11 better better ADV RB _ 12 advmod 12:advmod _ -12 known know VERB VBN Tense=Past|VerbForm=Part 9 acl 9:acl _ +10 , , PUNCT , _ 12 punct 12:punct _ +11 better well ADV RBR Degree=Cmp 12 advmod 12:advmod _ +12 known know VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 acl 9:acl _ 13 as as ADP IN _ 16 case 16:case _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -15 Tamil Tamil PROPN NNP Number=Sing 16 compound 16:compound _ -16 Tigers Tigers PROPN NNPS Number=Plur 12 obl 12:obl:as SpaceAfter=No -17 , , PUNCT , _ 20 punct 20:punct _ -18 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ +15 Tamil Tamil ADJ NNP Degree=Pos 16 amod 16:amod _ +16 Tigers Tiger PROPN NNPS Number=Plur 12 obl 12:obl:as SpaceAfter=No +17 , , PUNCT , _ 5 punct 5:punct _ +18 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 ones one NOUN NNS Number=Plur 28 advcl 22:nsubj|28:advcl:since _ 21 who who PRON WP PronType=Rel 22 nsubj 20:ref _ -22 rule rule VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 acl:relcl 20:acl:relcl _ +22 rule rule VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 acl:relcl 20:acl:relcl _ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 24 Andaman Andaman PROPN NNP Number=Sing 25 compound 25:compound _ 25 Sea Sea PROPN NNP Number=Sing 22 obj 22:obj SpaceAfter=No -26 : : PUNCT : _ 28 punct 28:punct _ +26 : : PUNCT : _ 20 punct 20:punct _ 27 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 28 nsubj 28:nsubj _ -28 carry carry VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +28 carry carry VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 arms arm NOUN NNS Number=Plur 28 obj 28:obj _ 31 and and CCONJ CC _ 32 cc 32:cc _ 32 drugs drug NOUN NNS Number=Plur 30 conj 28:obj|30:conj:and _ 33 for for ADP IN _ 36 case 36:case _ -34 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ +34 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ 35 own own ADJ JJ Degree=Pos 36 amod 36:amod _ 36 use use NOUN NN Number=Sing 28 obl 28:obl:for _ -37 and and CCONJ CC _ 38 cc 38:cc _ -38 also also ADV RB _ 40 cc 40:cc _ +37 and and CCONJ CC _ 40 cc 40:cc _ +38 also also ADV RB _ 40 advmod 40:advmod _ 39 to to PART TO _ 40 mark 40:mark _ -40 deliver deliver VERB VB VerbForm=Inf 36 conj 28:obl:for|36:conj:and_also _ +40 deliver deliver VERB VB VerbForm=Inf 36 conj 28:obl:for|36:conj:and _ 41 to to ADP IN _ 42 case 42:case _ 42 rebels rebel NOUN NNS Number=Plur 40 obl 40:obl:to _ 43 in in ADP IN _ 44 case 44:case _ @@ -14915,10 +14922,10 @@ 4 news news NOUN NN Number=Sing 0 root 0:root _ 5 that that SCONJ IN _ 10 mark 10:mark _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 Tamil Tamil PROPN NNP Number=Sing 8 compound 8:compound _ -8 Tigers Tigers PROPN NNPS Number=Plur 10 nsubj 10:nsubj _ -9 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ -10 developed develop VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl:that _ +7 Tamil Tamil ADJ NNP Degree=Pos 8 amod 8:amod _ +8 Tigers Tiger PROPN NNPS Number=Plur 10 nsubj 10:nsubj _ +9 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +10 developed develop VERB VBN Tense=Past|VerbForm=Part 4 csubj 4:csubj _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 strong strong ADJ JJ Degree=Pos 13 amod 13:amod _ 13 network network NOUN NN Number=Sing 10 obj 10:obj _ @@ -14934,7 +14941,7 @@ 3 not not PART RB _ 4 advmod 4:advmod _ 4 unknown unknown ADJ JJ Degree=Pos 0 root 0:root _ 5 to to ADP IN _ 7 case 7:case _ -6 New New PROPN NNP Number=Sing 7 compound 7:compound _ +6 New New ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Delhi Delhi PROPN NNP Number=Sing 4 obl 4:obl:to SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ @@ -14949,12 +14956,12 @@ 7 from from ADP IN _ 9 case 9:case _ 8 Port Port PROPN NNP Number=Sing 9 compound 9:compound _ 9 Blair Blair PROPN NNP Number=Sing 6 nmod 6:nmod:from SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 13 punct 13:punct _ 11 in in ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -13 Andamans Andamans PROPN NNPS Number=Plur 9 nmod 9:nmod:in SpaceAfter=No -14 , , PUNCT , _ 15 punct 15:punct _ -15 quoted quote VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +13 Andamans Andaman PROPN NNPS Number=Plur 9 nmod 9:nmod:in SpaceAfter=No +14 , , PUNCT , _ 3 punct 3:punct _ +15 quoted quote VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 16 an a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 unnamed unnamed ADJ JJ Degree=Pos 18 amod 18:amod _ 18 official official NOUN NN Number=Sing 15 obj 15:obj _ @@ -14968,19 +14975,19 @@ 26 and and CCONJ CC _ 28 cc 28:cc _ 27 Sri Sri PROPN NNP Number=Sing 28 compound 28:compound _ 28 Lanka Lanka PROPN NNP Number=Sing 23 conj 21:nmod:from|23:conj:and _ -29 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ +29 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ 30 permanently permanently ADV RB _ 31 advmod 31:advmod _ 31 settled settle VERB VBN Tense=Past|VerbForm=Part 19 ccomp 19:ccomp _ 32 in in ADP IN _ 34 case 34:case _ 33 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ 34 islands island NOUN NNS Number=Plur 31 obl 31:obl:in SpaceAfter=No -35 , , PUNCT , _ 31 punct 31:punct _ +35 , , PUNCT , _ 36 punct 36:punct _ 36 using use VERB VBG VerbForm=Ger 31 advcl 31:advcl _ 37 fake fake ADJ JJ Degree=Pos 40 amod 40:amod _ -38 Indian indian ADJ JJ Degree=Pos 40 amod 40:amod _ +38 Indian Indian ADJ JJ Degree=Pos 40 amod 40:amod _ 39 ration ration NOUN NN Number=Sing 40 compound 40:compound _ 40 cards card NOUN NNS Number=Plur 36 obj 36:obj SpaceAfter=No -41 , , PUNCT , _ 31 punct 31:punct _ +41 , , PUNCT , _ 53 punct 53:punct _ 42 while while SCONJ IN _ 53 mark 53:mark _ 43 citizens citizen NOUN NNS Number=Plur 53 nsubj 53:nsubj _ 44 of of ADP IN _ 45 case 45:case _ @@ -14991,7 +14998,7 @@ 49 Indonesia Indonesia PROPN NNP Number=Sing 45 conj 43:nmod:of|45:conj:and _ 50 and and CCONJ CC _ 51 cc 51:cc _ 51 Malaysia Malaysia PROPN NNP Number=Sing 45 conj 43:nmod:of|45:conj:and _ -52 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 53 aux 53:aux _ +52 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 53 aux 53:aux _ 53 migrated migrate VERB VBN Tense=Past|VerbForm=Part 31 advcl 31:advcl:while _ 54 temporarily temporarily ADV RB _ 53 advmod 53:advmod _ 55 to to PART TO _ 56 mark 56:mark _ @@ -15005,16 +15012,16 @@ # sent_id = weblog-blogspot.com_dakbangla_20050210141134_ENG_20050210_141134-0023 # text = "Port Blair, Havelock Islands, Diglipur, Middle Nicobar, Campbell's Bay, Neil Islands and Rangott are mostly overrun by foreigners," he said. -1 " " PUNCT `` _ 29 punct 29:punct SpaceAfter=No +1 " " PUNCT `` _ 23 punct 23:punct SpaceAfter=No 2 Port Port PROPN NNP Number=Sing 3 compound 3:compound _ 3 Blair Blair PROPN NNP Number=Sing 23 nsubj:pass 23:nsubj:pass SpaceAfter=No 4 , , PUNCT , _ 6 punct 6:punct _ 5 Havelock Havelock PROPN NNP Number=Sing 6 compound 6:compound _ -6 Islands Islands PROPN NNPS Number=Plur 3 conj 3:conj:and|23:nsubj:pass SpaceAfter=No +6 Islands Island PROPN NNPS Number=Plur 3 conj 3:conj:and|23:nsubj:pass SpaceAfter=No 7 , , PUNCT , _ 8 punct 8:punct _ 8 Diglipur Diglipur PROPN NNP Number=Sing 3 conj 3:conj:and|23:nsubj:pass SpaceAfter=No 9 , , PUNCT , _ 11 punct 11:punct _ -10 Middle Middle PROPN NNP Number=Sing 11 compound 11:compound _ +10 Middle Middle ADJ NNP Degree=Pos 11 amod 11:amod _ 11 Nicobar Nicobar PROPN NNP Number=Sing 3 conj 3:conj:and|23:nsubj:pass SpaceAfter=No 12 , , PUNCT , _ 15 punct 15:punct _ 13-14 Campbell's _ _ _ _ _ _ _ _ @@ -15023,18 +15030,18 @@ 15 Bay Bay PROPN NNP Number=Sing 3 conj 3:conj:and|23:nsubj:pass SpaceAfter=No 16 , , PUNCT , _ 18 punct 18:punct _ 17 Neil Neil PROPN NNP Number=Sing 18 compound 18:compound _ -18 Islands Islands PROPN NNPS Number=Plur 3 conj 3:conj:and|23:nsubj:pass _ +18 Islands Island PROPN NNPS Number=Plur 3 conj 3:conj:and|23:nsubj:pass _ 19 and and CCONJ CC _ 20 cc 20:cc _ 20 Rangott Rangott PROPN NNP Number=Sing 3 conj 3:conj:and|23:nsubj:pass _ -21 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 aux:pass 23:aux:pass _ +21 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 aux:pass 23:aux:pass _ 22 mostly mostly ADV RB _ 23 advmod 23:advmod _ 23 overrun overrun VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 29 ccomp 29:ccomp _ 24 by by ADP IN _ 25 case 25:case _ -25 foreigners foreigner NOUN NNS Number=Plur 23 obl 23:obl:by SpaceAfter=No -26 , , PUNCT , _ 29 punct 29:punct SpaceAfter=No -27 " " PUNCT '' _ 29 punct 29:punct _ +25 foreigners foreigner NOUN NNS Number=Plur 23 obl:agent 23:obl:agent SpaceAfter=No +26 , , PUNCT , _ 23 punct 23:punct SpaceAfter=No +27 " " PUNCT '' _ 23 punct 23:punct _ 28 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 29 nsubj 29:nsubj _ -29 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +29 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 30 . . PUNCT . _ 29 punct 29:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050210141134_ENG_20050210_141134-0024 @@ -15042,27 +15049,27 @@ 1 An a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 2 official official ADJ JJ Degree=Pos 3 amod 3:amod _ 3 estimate estimate NOUN NN Number=Sing 7 nsubj 7:nsubj _ -4 issued issue VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ +4 issued issue VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ 5 in in ADP IN _ 6 case 6:case _ -6 2003 2003 NUM CD NumType=Card 4 obl 4:obl:in _ +6 2003 2003 NUM CD NumForm=Digit|NumType=Card 4 obl 4:obl:in _ 7 suggests suggest VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 there there PRON EX _ 9 expl 9:expl _ -9 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ -10 50,000 50,000 NUM CD NumType=Card 12 nummod 12:nummod _ +9 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ +10 50,000 50000 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 11 " " PUNCT `` _ 12 punct 12:punct SpaceAfter=No 12 foreigners foreigner NOUN NNS Number=Plur 9 nsubj 9:nsubj SpaceAfter=No 13 " " PUNCT '' _ 12 punct 12:punct _ 14 in in ADP IN _ 17 case 17:case _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 Andaman Andaman PROPN NNP Number=Sing 17 compound 17:compound _ -17 Islands Islands PROPN NNPS Number=Plur 9 obl 9:obl:in SpaceAfter=No +17 Islands Island PROPN NNPS Number=Plur 9 obl 9:obl:in SpaceAfter=No 18 , , PUNCT , _ 24 punct 24:punct _ 19 but but CCONJ CC _ 24 cc 24:cc _ 20 unofficial unofficial ADJ JJ Degree=Pos 21 amod 21:amod _ 21 figures figure NOUN NNS Number=Plur 24 nsubj 24:nsubj _ -22 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ +22 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ 23 much much ADV RB _ 24 advmod 24:advmod _ -24 higher higher ADJ JJR Degree=Cmp 7 conj 7:conj:but _ +24 higher high ADJ JJR Degree=Cmp 7 conj 7:conj:but _ 25 than than ADP IN _ 26 case 26:case _ 26 this this PRON DT Number=Sing|PronType=Dem 24 obl 24:obl:than SpaceAfter=No 27 . . PUNCT . _ 7 punct 7:punct _ @@ -15074,20 +15081,20 @@ 3 number number NOUN NN Number=Sing 7 nsubj 7:nsubj _ 4 of of ADP IN _ 5 case 5:case _ 5 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 3 nmod 3:nmod:of _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ -7 Bangladeshis Bangladeshis PROPN NNPS Number=Plur 0 root 0:root|16:nsubj SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +7 Bangladeshis Bangladeshi PROPN NNPS Number=Plur 0 root 0:root|16:nsubj SpaceAfter=No +8 , , PUNCT , _ 16 punct 16:punct _ 9 who who PRON WP PronType=Rel 16 nsubj 7:ref _ 10 like like ADP IN _ 11 case 11:case _ 11 millions million NOUN NNS Number=Plur 16 obl 16:obl:like _ 12 of of ADP IN _ 14 case 14:case _ -13 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 countrymen countryman NOUN NNS Number=Plur 11 nmod 11:nmod:of _ -15 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +15 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 16 left leave VERB VBN Tense=Past|VerbForm=Part 7 acl:relcl 7:acl:relcl _ -17 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +17 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 18 densely densely ADV RB _ 19 advmod 19:advmod _ -19 populated populate VERB VBN Tense=Past|VerbForm=Part 20 amod 20:amod _ +19 populated populate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 amod 20:amod _ 20 homeland homeland NOUN NN Number=Sing 16 obj 16:obj _ 21 to to PART TO _ 22 mark 22:mark _ 22 settle settle VERB VB VerbForm=Inf 16 advcl 16:advcl:to _ @@ -15100,25 +15107,25 @@ 2 most most ADJ JJS Degree=Sup 5 nsubj 5:nsubj _ 3 of of ADP IN _ 4 case 4:case _ 4 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 2 nmod 2:nmod:of _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 advcl 23:advcl:as _ +5 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 advcl 23:advcl:as _ 6 few few ADJ JJ Degree=Pos 8 amod 8:amod _ 7 technical technical ADJ JJ Degree=Pos 8 amod 8:amod _ 8 skills skill NOUN NNS Number=Plur 5 obj 5:obj SpaceAfter=No 9 , , PUNCT , _ 13 punct 13:punct _ 10 and and CCONJ CC _ 13 cc 13:cc _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -12 Andamans Andamans PROPN NNPS Number=Plur 13 nsubj 13:nsubj _ -13 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and|23:advcl:as _ +12 Andamans Andaman PROPN NNPS Number=Plur 13 nsubj 13:nsubj _ +13 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and|23:advcl:as _ 14 little little ADJ JJ Degree=Pos 15 amod 15:amod _ 15 demand demand NOUN NN Number=Sing 13 obj 13:obj _ 16 for for ADP IN _ 17 case 17:case _ 17 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 15 nmod 15:nmod:for _ 18 in in ADP IN _ 20 case 20:case _ -19 any any DET DT _ 20 det 20:det _ +19 any any DET DT PronType=Ind 20 det 20:det _ 20 case case NOUN NN Number=Sing 13 obl 13:obl:in SpaceAfter=No -21 , , PUNCT , _ 23 punct 23:punct _ +21 , , PUNCT , _ 5 punct 5:punct _ 22 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 23 nsubj 23:nsubj _ -23 turn turn VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +23 turn turn VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 24 to to ADP IN _ 25 case 25:case _ 25 smuggling smuggling NOUN NN Number=Sing 23 obl 23:obl:to _ 26 and and CCONJ CC _ 29 cc 29:cc _ @@ -15134,7 +15141,7 @@ 3 of of ADP IN _ 6 case 6:case _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 Sea Sea PROPN NNP Number=Sing 6 compound 6:compound _ -6 Tigers Tigers PROPN NNPS Number=Plur 2 nmod 2:nmod:of _ +6 Tigers Tiger PROPN NNPS Number=Plur 2 nmod 2:nmod:of _ 7 in in ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 area area NOUN NN Number=Sing 2 nmod 2:nmod:in _ @@ -15157,24 +15164,24 @@ 2 from from ADP IN _ 4 case 4:case _ 3 Port Port PROPN NNP Number=Sing 4 compound 4:compound _ 4 Blair Blair PROPN NNP Number=Sing 1 nmod 1:nmod:from _ -5 make make VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 make make VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 expl 5:expl _ 7 evident evident ADJ JJ Degree=Pos 5 xcomp 5:xcomp _ 8 that that SCONJ IN _ 11 mark 11:mark _ -9 New New PROPN NNP Number=Sing 10 compound 10:compound _ +9 New New ADJ NNP Degree=Pos 10 amod 10:amod _ 10 Delhi Delhi PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 11 gets get VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ 12 little little ADJ JJ Degree=Pos 18 amod 18:amod _ 13 on on ADP IN _ 17 case 17:case SpaceAfter=No -14 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det SpaceAfter=No -16 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No +16 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No 17 ground ground NOUN NN Number=Sing 18 compound 18:compound _ 18 intelligence intelligence NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 19 , , PUNCT , _ 27 punct 27:punct _ 20 and and CCONJ CC _ 27 cc 27:cc _ 21 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -22 Indian indian ADJ JJ Degree=Pos 24 amod 24:amod _ +22 Indian Indian ADJ JJ Degree=Pos 24 amod 24:amod _ 23 Coast Coast PROPN NNP Number=Sing 24 compound 24:compound _ 24 Guard Guard PROPN NNP Number=Sing 27 nsubj 27:nsubj _ 25 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ @@ -15195,15 +15202,15 @@ # sent_id = weblog-blogspot.com_dakbangla_20050210141134_ENG_20050210_141134-0029 # text = One unnamed naval officer was quoted saying, "Arms smuggling is a very profitable business in this region." -1 One one NUM CD NumType=Card 4 nummod 4:nummod _ +1 One one NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 2 unnamed unnamed ADJ JJ Degree=Pos 4 amod 4:amod _ 3 naval naval ADJ JJ Degree=Pos 4 amod 4:amod _ 4 officer officer NOUN NN Number=Sing 6 nsubj:pass 6:nsubj:pass _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ 6 quoted quote VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 saying say VERB VBG VerbForm=Ger 6 advcl 6:advcl SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ -9 " " PUNCT '' _ 7 punct 7:punct SpaceAfter=No +8 , , PUNCT , _ 16 punct 16:punct _ +9 " " PUNCT '' _ 16 punct 16:punct SpaceAfter=No 10 Arms arm NOUN NNS Number=Plur 11 compound 11:compound _ 11 smuggling smuggling NOUN NN Number=Sing 16 nsubj 16:nsubj _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ @@ -15214,35 +15221,36 @@ 17 in in ADP IN _ 19 case 19:case _ 18 this this DET DT Number=Sing|PronType=Dem 19 det 19:det _ 19 region region NOUN NN Number=Sing 16 obl 16:obl:in SpaceAfter=No -20 . . PUNCT . _ 6 punct 6:punct SpaceAfter=No -21 " " PUNCT '' _ 6 punct 6:punct _ +20 . . PUNCT . _ 16 punct 16:punct SpaceAfter=No +21 " " PUNCT '' _ 16 punct 16:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050210141134_ENG_20050210_141134-0030 # text = Considering the islands' huge strategic importance, it is amazing how lax New Delhi has been. 1 Considering consider VERB VBG VerbForm=Ger 11 advcl 11:advcl _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ -3 islands island NOUN NNS Number=Plur 7 nmod:poss 7:nmod:poss SpaceAfter=No +3-4 islands' _ _ _ _ _ _ _ _ +3 islands island NOUN NNS Number=Plur 7 nmod:poss 7:nmod:poss _ 4 ' 's PART POS _ 3 case 3:case _ 5 huge huge ADJ JJ Degree=Pos 7 amod 7:amod _ 6 strategic strategic ADJ JJ Degree=Pos 7 amod 7:amod _ 7 importance importance NOUN NN Number=Sing 1 obj 1:obj SpaceAfter=No -8 , , PUNCT , _ 11 punct 11:punct _ +8 , , PUNCT , _ 1 punct 1:punct _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 expl 11:expl _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 11 amazing amazing ADJ JJ Degree=Pos 0 root 0:root _ -12 how how SCONJ WRB PronType=Int 13 mark 13:mark _ -13 lax lax ADJ JJ Degree=Pos 11 nsubj 11:nsubj _ -14 New New PROPN NNP Number=Sing 15 compound 15:compound _ -15 Delhi Delhi PROPN NNP Number=Sing 17 nsubj 17:nsubj _ -16 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ -17 been be VERB VBN Tense=Past|VerbForm=Part 13 acl:relcl 13:acl:relcl SpaceAfter=No +12 how how ADV WRB PronType=Int 13 advmod 13:advmod _ +13 lax lax ADJ JJ Degree=Pos 11 csubj 11:csubj _ +14 New New ADJ NNP Degree=Pos 15 amod 15:amod _ +15 Delhi Delhi PROPN NNP Number=Sing 13 nsubj 13:nsubj _ +16 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +17 been be AUX VBN Tense=Past|VerbForm=Part 13 cop 13:cop SpaceAfter=No 18 . . PUNCT . _ 11 punct 11:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050210141134_ENG_20050210_141134-0031 # text = These islands sit aside the vital sea lanes of the Strait of Malacca, through which 300 tankers and merchant ships pass daily, bringing in oil for the Far East and Southeast Asia. 1 These this DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 islands island NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 sit sit VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 sit sit VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 aside aside ADP IN _ 8 case 8:case _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 6 vital vital ADJ JJ Degree=Pos 8 amod 8:amod _ @@ -15253,23 +15261,23 @@ 11 Strait Strait PROPN NNP Number=Sing 8 nmod 8:nmod:of|22:obl:of _ 12 of of ADP IN _ 13 case 13:case _ 13 Malacca Malacca PROPN NNP Number=Sing 11 nmod 11:nmod:of SpaceAfter=No -14 , , PUNCT , _ 11 punct 11:punct _ +14 , , PUNCT , _ 22 punct 22:punct _ 15 through through ADP IN _ 16 case 16:case _ 16 which which PRON WDT PronType=Rel 22 obl 11:ref _ -17 300 300 NUM CD NumType=Card 18 nummod 18:nummod _ +17 300 300 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ 18 tankers tanker NOUN NNS Number=Plur 22 nsubj 22:nsubj _ 19 and and CCONJ CC _ 21 cc 21:cc _ 20 merchant merchant NOUN NN Number=Sing 21 compound 21:compound _ 21 ships ship NOUN NNS Number=Plur 18 conj 18:conj:and|22:nsubj _ -22 pass pass VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +22 pass pass VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 23 daily daily ADV RB _ 22 advmod 22:advmod SpaceAfter=No -24 , , PUNCT , _ 22 punct 22:punct _ +24 , , PUNCT , _ 25 punct 25:punct _ 25 bringing bring VERB VBG VerbForm=Ger 22 advcl 22:advcl _ 26 in in ADV RB _ 25 advmod 25:advmod _ 27 oil oil NOUN NN Number=Sing 25 obj 25:obj _ 28 for for ADP IN _ 31 case 31:case _ 29 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ -30 Far Far PROPN NNP Number=Sing 31 compound 31:compound _ +30 Far Far ADJ NNP Degree=Pos 31 amod 31:amod _ 31 East East PROPN NNP Number=Sing 25 obl 25:obl:for _ 32 and and CCONJ CC _ 34 cc 34:cc _ 33 Southeast Southeast PROPN NNP Number=Sing 34 compound 34:compound _ @@ -15290,12 +15298,12 @@ 4 of of ADP IN _ 8 case 8:case _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 6 Andaman Andaman PROPN NNP Number=Sing 7 compound 7:compound _ -7 Islands Islands PROPN NNPS Number=Plur 8 compound 8:compound _ +7 Islands Island PROPN NNPS Number=Plur 8 compound 8:compound _ 8 situation situation NOUN NN Number=Sing 3 nmod 3:nmod:of _ -9 sink sink VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:as _ +9 sink sink VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:as _ 10 in in ADV RB _ 9 advmod 9:advmod SpaceAfter=No -11 , , PUNCT , _ 16 punct 16:punct _ -12 Indian indian ADJ JJ Degree=Pos 13 amod 13:amod _ +11 , , PUNCT , _ 9 punct 9:punct _ +12 Indian Indian ADJ JJ Degree=Pos 13 amod 13:amod _ 13 intelligence intelligence NOUN NN Number=Sing 16 nsubj 16:nsubj _ 14 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 15 inevitably inevitably ADV RB _ 16 advmod 16:advmod _ @@ -15309,8 +15317,8 @@ 1 In in ADP IN _ 3 case 3:case _ 2 recent recent ADJ JJ Degree=Pos 3 amod 3:amod _ 3 months month NOUN NNS Number=Plur 9 obl 9:obl:in SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ -5 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 , , PUNCT , _ 3 punct 3:punct _ +5 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 fallibility fallibility NOUN NN Number=Sing 8 nsubj 8:nsubj|9:nsubj:xsubj _ 7 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 become become VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ @@ -15335,7 +15343,7 @@ 14 leader leader NOUN NN Number=Sing 9 nmod 9:nmod:on _ 15 and and CCONJ CC _ 19 cc 19:cc _ 16 former former ADJ JJ Degree=Pos 19 amod 19:amod _ -17 Bangladeshi bangladeshi ADJ JJ Degree=Pos 19 amod 19:amod _ +17 Bangladeshi Bangladeshi ADJ JJ Degree=Pos 19 amod 19:amod _ 18 prime prime ADJ JJ Degree=Pos 19 amod 19:amod _ 19 minister minister NOUN NN Number=Sing 14 conj 9:nmod:on|14:conj:and _ 20 Sheikh Sheikh PROPN NNP Number=Sing 21 compound 21:compound _ @@ -15343,7 +15351,7 @@ 22 Wazed Wazed PROPN NNP Number=Sing 21 flat 21:flat _ 23 last last ADJ JJ Degree=Pos 24 amod 24:amod _ 24 August August PROPN NNP Number=Sing 9 nmod:tmod 9:nmod:tmod _ -25 21 21 NUM CD NumType=Card 24 nummod 24:nummod _ +25 21 21 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod _ 26 at at ADP IN _ 29 case 29:case _ 27 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ 28 political political ADJ JJ Degree=Pos 29 amod 29:amod _ @@ -15358,11 +15366,11 @@ 37 coup coup NOUN NN Number=Sing 2 conj 2:conj:and|55:nsubj SpaceAfter=No 38 " " PUNCT '' _ 37 punct 37:punct _ 39 by by ADP IN _ 42 case 42:case _ -40 Nepalese nepalese ADJ JJ Degree=Pos 42 amod 42:amod _ +40 Nepalese Nepalese ADJ JJ Degree=Pos 42 amod 42:amod _ 41 King King PROPN NNP Number=Sing 42 compound 42:compound _ 42 Gyanendra Gyanendra PROPN NNP Number=Sing 37 nmod 37:nmod:by _ 43 dismissing dismiss VERB VBG VerbForm=Ger 37 acl 37:acl _ -44 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 45 nmod:poss 45:nmod:poss _ +44 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 45 nmod:poss 45:nmod:poss _ 45 government government NOUN NN Number=Sing 43 obj 43:obj _ 46 and and CCONJ CC _ 47 cc 47:cc _ 47 imposing impose VERB VBG VerbForm=Ger 43 conj 37:acl|43:conj:and _ @@ -15370,8 +15378,8 @@ 49 virtual virtual ADJ JJ Degree=Pos 51 amod 51:amod _ 50 absolute absolute ADJ JJ Degree=Pos 51 amod 51:amod _ 51 monarchy monarchy NOUN NN Number=Sing 47 obj 47:obj SpaceAfter=No -52 , , PUNCT , _ 55 punct 55:punct _ -53 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 55 cop 55:cop _ +52 , , PUNCT , _ 2 punct 2:punct _ +53 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 55 cop 55:cop _ 54 glaring glaring ADJ JJ Degree=Pos 55 amod 55:amod _ 55 examples example NOUN NNS Number=Plur 0 root 0:root _ 56 of of ADP IN _ 58 case 58:case _ @@ -15387,13 +15395,13 @@ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 military military ADJ JJ Degree=Pos 3 conj 3:conj:and|6:amod _ 6 power power NOUN NN Number=Sing 11 obl 11:obl:with SpaceAfter=No -7 , , PUNCT , _ 11 punct 11:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 India India PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 9 will will AUX MD VerbForm=Fin 11 aux 11:aux _ 10 be be AUX VB VerbForm=Inf 11 cop 11:cop _ 11 dependent dependent ADJ JJ Degree=Pos 0 root 0:root _ 12 on on ADP IN _ 14 case 14:case _ -13 smaller smaller ADJ JJR Degree=Cmp 14 amod 14:amod _ +13 smaller small ADJ JJR Degree=Cmp 14 amod 14:amod _ 14 nations nation NOUN NNS Number=Plur 11 obl 11:obl:on _ 15 in in ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -15408,15 +15416,15 @@ # sent_id = weblog-blogspot.com_dakbangla_20050210141134_ENG_20050210_141134-0037 # text = Unless New Delhi does better in providing security to its own nationals against rebels, secessionists, drug runners and arms traffickers, it will not generate much confidence in the capitals of surrounding nations. 1 Unless unless SCONJ IN _ 4 mark 4:mark _ -2 New New PROPN NNP Number=Sing 3 compound 3:compound _ +2 New New ADJ NNP Degree=Pos 3 amod 3:amod _ 3 Delhi Delhi PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 4 does do VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 27 advcl 27:advcl:unless _ -5 better better ADV RBR Degree=Cmp 4 advmod 4:advmod _ +5 better well ADV RBR Degree=Cmp 4 advmod 4:advmod _ 6 in in SCONJ IN _ 7 mark 7:mark _ 7 providing provide VERB VBG VerbForm=Ger 4 advcl 4:advcl:in _ 8 security security NOUN NN Number=Sing 7 obj 7:obj _ 9 to to ADP IN _ 12 case 12:case _ -10 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 own own ADJ JJ Degree=Pos 12 amod 12:amod _ 12 nationals national NOUN NNS Number=Plur 7 obl 7:obl:to _ 13 against against ADP IN _ 14 case 14:case _ @@ -15429,7 +15437,7 @@ 20 and and CCONJ CC _ 22 cc 22:cc _ 21 arms arm NOUN NNS Number=Plur 22 compound 22:compound _ 22 traffickers trafficker NOUN NNS Number=Plur 14 conj 7:obl:against|14:conj:and SpaceAfter=No -23 , , PUNCT , _ 27 punct 27:punct _ +23 , , PUNCT , _ 4 punct 4:punct _ 24 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 27 nsubj 27:nsubj _ 25 will will AUX MD VerbForm=Fin 27 aux 27:aux _ 26 not not PART RB _ 27 advmod 27:advmod _ @@ -15448,33 +15456,33 @@ # text = In fact, it would tend to encourage more organized anti-India outfits, such as the Pakistani Inter-Services Intelligence (ISI) and outside-linked Maoists, to exploit these networks and weaken India's eastern flank. 1 In in ADP IN _ 2 case 2:case _ 2 fact fact NOUN NN Number=Sing 6 obl 6:obl:in SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj|8:nsubj:xsubj _ 5 would would AUX MD VerbForm=Fin 6 aux 6:aux _ 6 tend tend VERB VB VerbForm=Inf 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 encourage encourage VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ -9 more more ADV RBR _ 10 advmod 10:advmod _ +9 more more ADV RBR Degree=Cmp 10 advmod 10:advmod _ 10 organized organized ADJ JJ Degree=Pos 12 amod 12:amod _ 11 anti-India anti-india ADJ JJ Degree=Pos 12 amod 12:amod _ 12 outfits outfit NOUN NNS Number=Plur 8 obj 8:obj|31:nsubj:xsubj|35:nsubj:xsubj SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ -14 such such ADJ JJ Degree=Pos 20 case 20:case _ +13 , , PUNCT , _ 20 punct 20:punct _ +14 such such ADJ JJ Degree=Pos|ExtPos=ADP 20 case 20:case _ 15 as as ADP IN _ 14 fixed 14:fixed _ 16 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -17 Pakistani pakistani ADJ JJ Degree=Pos 20 amod 20:amod _ +17 Pakistani Pakistani ADJ JJ Degree=Pos 20 amod 20:amod _ 18 Inter- inter- X AFX _ 19 compound 19:compound SpaceAfter=No -19 Services Services PROPN NNPS Number=Plur 20 compound 20:compound _ +19 Services Service PROPN NNPS Number=Plur 20 compound 20:compound _ 20 Intelligence Intelligence PROPN NNP Number=Sing 12 nmod 12:nmod:such_as _ 21 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No 22 ISI ISI PROPN NNP Number=Sing 20 appos 20:appos SpaceAfter=No 23 ) ) PUNCT -RRB- _ 22 punct 22:punct _ 24 and and CCONJ CC _ 28 cc 28:cc _ 25 outside outside ADV RB _ 27 advmod 27:advmod SpaceAfter=No -26 - - PUNCT HYPH _ 27 punct 27:punct SpaceAfter=No -27 linked link VERB VBN Tense=Past|VerbForm=Part 28 amod 28:amod _ -28 Maoists Maoists PROPN NNPS Number=Plur 20 conj 12:nmod:such_as|20:conj:and SpaceAfter=No -29 , , PUNCT , _ 8 punct 8:punct _ +26 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No +27 linked link VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 28 amod 28:amod _ +28 Maoists Maoist PROPN NNPS Number=Plur 20 conj 12:nmod:such_as|20:conj:and SpaceAfter=No +29 , , PUNCT , _ 31 punct 31:punct _ 30 to to PART TO _ 31 mark 31:mark _ 31 exploit exploit VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 32 these this DET DT Number=Plur|PronType=Dem 33 det 33:det _ @@ -15490,7 +15498,7 @@ # sent_id = weblog-blogspot.com_dakbangla_20050210141134_ENG_20050210_141134-0039 # text = Indian intelligence's lackluster performance in dealing with the LTTE is startling. -1 Indian indian ADJ JJ Degree=Pos 2 amod 2:amod _ +1 Indian Indian ADJ JJ Degree=Pos 2 amod 2:amod _ 2-3 intelligence's _ _ _ _ _ _ _ _ 2 intelligence intelligence NOUN NN Number=Sing 5 nmod:poss 5:nmod:poss _ 3 's 's PART POS _ 2 case 2:case _ @@ -15510,19 +15518,19 @@ 1 This this DET DT Number=Sing|PronType=Dem 3 det 3:det _ 2 formidable formidable ADJ JJ Degree=Pos 3 amod 3:amod _ 3 enemy enemy NOUN NN Number=Sing 19 nsubj 6:nsubj|19:nsubj SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 6 punct 6:punct _ 5 which which PRON WDT PronType=Rel 6 nsubj 3:ref _ -6 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +6 gave give VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 Indian indian ADJ JJ Degree=Pos 9 amod 9:amod _ +8 Indian Indian ADJ JJ Degree=Pos 9 amod 9:amod _ 9 army army NOUN NN Number=Sing 6 iobj 6:iobj _ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 11 black black ADJ JJ Degree=Pos 12 amod 12:amod _ 12 eye eye NOUN NN Number=Sing 6 obj 6:obj _ 13 in in ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -15 mid-1980s mid-1980 NOUN NNS Number=Plur 6 obl 6:obl:in SpaceAfter=No -16 , , PUNCT , _ 19 punct 19:punct _ +15 mid-1980s mid-1980s NOUN NNS Number=Plur 6 obl 6:obl:in SpaceAfter=No +16 , , PUNCT , _ 3 punct 3:punct _ 17 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 18 been be AUX VBN Tense=Past|VerbForm=Part 19 aux 19:aux _ 19 operating operate VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ @@ -15543,28 +15551,28 @@ # sent_id = weblog-blogspot.com_dakbangla_20050210141134_ENG_20050210_141134-0041 # text = In 2001, according to Indian army officials, security forces launched a wide-ranging operation in the 300-some inhabited islands neighboring Andaman and Nicobar, and found huge caches of arms. 1 In in ADP IN _ 2 case 2:case _ -2 2001 2001 NUM CD NumType=Card 12 obl 12:obl:in SpaceAfter=No -3 , , PUNCT , _ 12 punct 12:punct _ -4 according accord VERB VBG VerbForm=Ger 8 case 8:case _ +2 2001 2001 NUM CD NumForm=Digit|NumType=Card 12 obl 12:obl:in SpaceAfter=No +3 , , PUNCT , _ 2 punct 2:punct _ +4 according accord VERB VBG ExtPos=ADP|VerbForm=Ger 8 case 8:case _ 5 to to ADP IN _ 4 fixed 4:fixed _ -6 Indian indian ADJ JJ Degree=Pos 8 amod 8:amod _ +6 Indian Indian ADJ JJ Degree=Pos 8 amod 8:amod _ 7 army army NOUN NN Number=Sing 8 compound 8:compound _ -8 officials official NOUN NNS Number=Plur 12 obl 12:obl:accord_to SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ +8 officials official NOUN NNS Number=Plur 12 obl 12:obl:according_to SpaceAfter=No +9 , , PUNCT , _ 8 punct 8:punct _ 10 security security NOUN NN Number=Sing 11 compound 11:compound _ 11 forces force NOUN NNS Number=Plur 12 nsubj 12:nsubj|31:nsubj _ -12 launched launch VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 launched launch VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 13 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 14 wide wide ADV RB _ 16 advmod 16:advmod SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 ranging range VERB VBG VerbForm=Ger 17 amod 17:amod _ 17 operation operation NOUN NN Number=Sing 12 obj 12:obj _ 18 in in ADP IN _ 24 case 24:case _ 19 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -20 300 300 NUM CD NumType=Card 24 nummod 24:nummod SpaceAfter=No -21 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No -22 some some DET DT _ 20 advmod 20:advmod _ -23 inhabited inhabit VERB VBN Tense=Past|VerbForm=Part 24 amod 24:amod _ +20 300 300 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod SpaceAfter=No +21 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No +22 some some DET DT PronType=Ind 20 advmod 20:advmod _ +23 inhabited inhabit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 24 amod 24:amod _ 24 islands island NOUN NNS Number=Plur 17 nmod 17:nmod:in _ 25 neighboring neighbor VERB VBG VerbForm=Ger 24 acl 24:acl _ 26 Andaman Andaman PROPN NNP Number=Sing 25 obj 25:obj _ @@ -15572,7 +15580,7 @@ 28 Nicobar Nicobar PROPN NNP Number=Sing 26 conj 25:obj|26:conj:and SpaceAfter=No 29 , , PUNCT , _ 31 punct 31:punct _ 30 and and CCONJ CC _ 31 cc 31:cc _ -31 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 conj 12:conj:and _ +31 found find VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 12 conj 12:conj:and _ 32 huge huge ADJ JJ Degree=Pos 33 amod 33:amod _ 33 caches cache NOUN NNS Number=Plur 31 obj 31:obj _ 34 of of ADP IN _ 35 case 35:case _ @@ -15583,7 +15591,7 @@ # text = The arms were said to belong to the LTTE and "other terrorist groups". 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 arms arm NOUN NNS Number=Plur 4 nsubj:pass 4:nsubj:pass|6:nsubj:xsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 said say VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 belong belong VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ @@ -15602,9 +15610,9 @@ # text = The search-and-destroy operation was carried out by the Indian government after repeated requests from Colombo. 1 The the DET DT Definite=Def|PronType=Art 7 det 7:det _ 2 search search VERB VB VerbForm=Inf 7 compound 7:compound SpaceAfter=No -3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No +3 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No 4 and and CCONJ CC _ 6 cc 6:cc SpaceAfter=No -5 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 6 destroy destroy VERB VB VerbForm=Inf 2 conj 2:conj:and|7:compound _ 7 operation operation NOUN NN Number=Sing 9 nsubj:pass 9:nsubj:pass _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ @@ -15612,10 +15620,10 @@ 10 out out ADP RP _ 9 compound:prt 9:compound:prt _ 11 by by ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -13 Indian indian ADJ JJ Degree=Pos 14 amod 14:amod _ -14 government government NOUN NN Number=Sing 9 obl 9:obl:by _ +13 Indian Indian ADJ JJ Degree=Pos 14 amod 14:amod _ +14 government government NOUN NN Number=Sing 9 obl:agent 9:obl:agent _ 15 after after ADP IN _ 17 case 17:case _ -16 repeated repeat VERB VBN Tense=Past|VerbForm=Part 17 amod 17:amod _ +16 repeated repeat VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 amod 17:amod _ 17 requests request NOUN NNS Number=Plur 9 obl 9:obl:after _ 18 from from ADP IN _ 19 case 19:case _ 19 Colombo Colombo PROPN NNP Number=Sing 17 nmod 17:nmod:from SpaceAfter=No @@ -15625,7 +15633,7 @@ # text = In addition, LTTE activity in the Andaman Sea is well known to local observers. 1 In in ADP IN _ 2 case 2:case _ 2 addition addition NOUN NN Number=Sing 12 obl 12:obl:in SpaceAfter=No -3 , , PUNCT , _ 12 punct 12:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 LTTE LTTE PROPN NNP Number=Sing 5 compound 5:compound _ 5 activity activity NOUN NN Number=Sing 12 nsubj 12:nsubj _ 6 in in ADP IN _ 9 case 9:case _ @@ -15643,7 +15651,7 @@ # sent_id = weblog-blogspot.com_dakbangla_20050210141134_ENG_20050210_141134-0045 # text = The biggest LTTE maritime disaster was reported in the now-defunct Asiaweek in 2001. 1 The the DET DT Definite=Def|PronType=Art 5 det 5:det _ -2 biggest biggest ADJ JJS Degree=Sup 5 amod 5:amod _ +2 biggest big ADJ JJS Degree=Sup 5 amod 5:amod _ 3 LTTE LTTE PROPN NNP Number=Sing 5 compound 5:compound _ 4 maritime maritime ADJ JJ Degree=Pos 5 amod 5:amod _ 5 disaster disaster NOUN NN Number=Sing 7 nsubj:pass 7:nsubj:pass _ @@ -15652,11 +15660,11 @@ 8 in in ADP IN _ 13 case 13:case _ 9 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 10 now now ADV RB _ 12 advmod 12:advmod SpaceAfter=No -11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No 12 defunct defunct ADJ JJ Degree=Pos 13 amod 13:amod _ 13 Asiaweek Asiaweek PROPN NNP Number=Sing 7 obl 7:obl:in _ 14 in in ADP IN _ 15 case 15:case _ -15 2001 2001 NUM CD NumType=Card 7 obl 7:obl:in SpaceAfter=No +15 2001 2001 NUM CD NumForm=Digit|NumType=Card 7 obl 7:obl:in SpaceAfter=No 16 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050210141134_ENG_20050210_141134-0046 @@ -15669,8 +15677,8 @@ 6 ammunition ammunition NOUN NN Number=Sing 4 conj 2:nmod:of|4:conj:and _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 explosives explosive NOUN NNS Number=Plur 4 conj 2:nmod:of|4:conj:and SpaceAfter=No -9 , , PUNCT , _ 2 punct 2:punct _ -10 believed believe VERB VBN Tense=Past|VerbForm=Part 2 acl 2:acl _ +9 , , PUNCT , _ 10 punct 10:punct _ +10 believed believe VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 acl 2:acl _ 11 to to PART TO _ 14 mark 14:mark _ 12 have have AUX VB VerbForm=Inf 14 aux 14:aux _ 13 been be AUX VBN Tense=Past|VerbForm=Part 14 aux:pass 14:aux:pass _ @@ -15679,11 +15687,11 @@ 16 Cambodia Cambodia PROPN NNP Number=Sing 14 obl 14:obl:from _ 17 and and CCONJ CC _ 18 cc 18:cc _ 18 worth worth ADJ JJ Degree=Pos 10 conj 2:acl|10:conj:and _ -19 several several ADJ JJ Degree=Pos 20 advmod 20:advmod _ -20 million million NUM CD NumType=Card 21 nummod 21:nummod _ +19 several several ADJ JJ Degree=Pos 20 amod 20:amod _ +20 million million NUM CD NumForm=Word|NumType=Card 21 nummod 21:nummod _ 21 dollars dollar NOUN NNS Number=Plur 18 obj 18:obj SpaceAfter=No -22 , , PUNCT , _ 23 punct 23:punct _ -23 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +22 , , PUNCT , _ 2 punct 2:punct _ +23 left leave VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 port port NOUN NN Number=Sing 23 obj 23:obj _ 26 of of ADP IN _ 27 case 27:case _ @@ -15693,14 +15701,14 @@ 30 in in ADP IN _ 32 case 32:case _ 31 early early ADJ JJ Degree=Pos 32 amod 32:amod _ 32 February February PROPN NNP Number=Sing 23 obl 23:obl:in _ -33 2001 2001 NUM CD NumType=Card 32 nummod 32:nummod _ +33 2001 2001 NUM CD NumForm=Digit|NumType=Card 32 nummod 32:nummod _ 34 aboard aboard ADP IN _ 36 case 36:case _ 35 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ 36 freighter freighter NOUN NN Number=Sing 23 obl 23:obl:aboard _ 37 Comex Comex PROPN NNP Number=Sing 39 compound 39:compound SpaceAfter=No -38 - - PUNCT HYPH _ 39 punct 39:punct SpaceAfter=No +38 - - PUNCT HYPH _ 37 punct 37:punct SpaceAfter=No 39 Joux Joux PROPN NNP Number=Sing 36 appos 36:appos _ -40 3 3 NUM CD NumType=Card 39 nummod 39:nummod SpaceAfter=No +40 3 3 NUM CD NumForm=Digit|NumType=Card 39 nummod 39:nummod SpaceAfter=No 41 . . PUNCT . _ 23 punct 23:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050210141134_ENG_20050210_141134-0047 @@ -15710,11 +15718,11 @@ 3 LTTE LTTE PROPN NNP Number=Sing 5 compound 5:compound _ 4 standard standard ADJ JJ Degree=Pos 5 amod 5:amod _ 5 procedure procedure NOUN NN Number=Sing 9 advcl 9:advcl:as SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 vessel vessel NOUN NN Number=Sing 9 nsubj 9:nsubj _ -9 changed change VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -10 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 changed change VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 name name NOUN NN Number=Sing 9 obj 9:obj _ 12 at at ADP IN _ 13 case 13:case _ 13 sea sea NOUN NN Number=Sing 9 obl 9:obl:at _ @@ -15725,7 +15733,7 @@ # sent_id = weblog-blogspot.com_dakbangla_20050210141134_ENG_20050210_141134-0048 # text = On its journey across the Bay of Bengal the freighter was tracked by the Indian navy and Orissa-based spy planes of India's Aviation Research Center; it was intercepted by Indian naval vessels off Sri Lanka's east coast. 1 On on ADP IN _ 3 case 3:case _ -2 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 journey journey NOUN NN Number=Sing 12 obl 12:obl:on _ 4 across across ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -15738,14 +15746,14 @@ 12 tracked track VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 13 by by ADP IN _ 16 case 16:case _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -15 Indian indian ADJ JJ Degree=Pos 16 amod 16:amod _ -16 navy navy NOUN NN Number=Sing 12 obl 12:obl:by _ +15 Indian Indian ADJ JJ Degree=Pos 16 amod 16:amod _ +16 navy navy NOUN NN Number=Sing 12 obl:agent 12:obl:agent _ 17 and and CCONJ CC _ 22 cc 22:cc _ 18 Orissa Orissa PROPN NNP Number=Sing 20 obl:npmod 20:obl:npmod SpaceAfter=No -19 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No -20 based base VERB VBN Tense=Past|VerbForm=Part 22 amod 22:amod _ +19 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +20 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 amod 22:amod _ 21 spy spy NOUN NN Number=Sing 22 compound 22:compound _ -22 planes plane NOUN NNS Number=Plur 16 conj 12:obl:by|16:conj:and _ +22 planes plane NOUN NNS Number=Plur 16 conj 12:obl:agent|16:conj:and _ 23 of of ADP IN _ 28 case 28:case _ 24-25 India's _ _ _ _ _ _ _ _ 24 India India PROPN NNP Number=Sing 28 nmod:poss 28:nmod:poss _ @@ -15753,14 +15761,14 @@ 26 Aviation Aviation PROPN NNP Number=Sing 27 compound 27:compound _ 27 Research Research PROPN NNP Number=Sing 28 compound 28:compound _ 28 Center Center PROPN NNP Number=Sing 22 nmod 22:nmod:of SpaceAfter=No -29 ; ; PUNCT , _ 12 punct 12:punct _ +29 ; ; PUNCT , _ 32 punct 32:punct _ 30 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 32 nsubj:pass 32:nsubj:pass _ 31 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 32 aux:pass 32:aux:pass _ 32 intercepted intercept VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 parataxis 12:parataxis _ 33 by by ADP IN _ 36 case 36:case _ -34 Indian indian ADJ JJ Degree=Pos 36 amod 36:amod _ +34 Indian Indian ADJ JJ Degree=Pos 36 amod 36:amod _ 35 naval naval ADJ JJ Degree=Pos 36 amod 36:amod _ -36 vessels vessel NOUN NNS Number=Plur 32 obl 32:obl:by _ +36 vessels vessel NOUN NNS Number=Plur 32 obl:agent 32:obl:agent _ 37 off off ADP IN _ 42 case 42:case _ 38 Sri Sri PROPN NNP Number=Sing 39 compound 39:compound _ 39-40 Lanka's _ _ _ _ _ _ _ _ @@ -15774,25 +15782,25 @@ # text = LTTE arms-running 1 LTTE LTTE PROPN NNP Number=Sing 4 compound 4:compound _ 2 arms arm NOUN NNS Number=Plur 4 compound 4:compound SpaceAfter=No -3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No +3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No 4 running running NOUN NN Number=Sing 0 root 0:root _ # sent_id = weblog-blogspot.com_dakbangla_20050210141134_ENG_20050210_141134-0050 # newpar id = weblog-blogspot.com_dakbangla_20050210141134_ENG_20050210_141134-p0006 # text = In 1997, the Thai navy reported the interception of a 16-meter boat after a chase off the Thai port of Ranong, and the confiscation of two tons of weapons and ammunition. 1 In in ADP IN _ 2 case 2:case _ -2 1997 1997 NUM CD NumType=Card 7 obl 7:obl:in SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +2 1997 1997 NUM CD NumForm=Digit|NumType=Card 7 obl 7:obl:in SpaceAfter=No +3 , , PUNCT , _ 2 punct 2:punct _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 Thai thai ADJ JJ Degree=Pos 6 amod 6:amod _ +5 Thai Thai ADJ JJ Degree=Pos 6 amod 6:amod _ 6 navy navy NOUN NN Number=Sing 7 nsubj 7:nsubj _ -7 reported report VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 reported report VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 interception interception NOUN NN Number=Sing 7 obj 7:obj _ 10 of of ADP IN _ 15 case 15:case _ 11 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ -12 16 16 NUM CD NumType=Card 14 nummod 14:nummod SpaceAfter=No -13 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +12 16 16 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No +13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No 14 meter meter NOUN NN Number=Sing 15 compound 15:compound _ 15 boat boat NOUN NN Number=Sing 9 nmod 9:nmod:of _ 16 after after ADP IN _ 18 case 18:case _ @@ -15800,7 +15808,7 @@ 18 chase chase NOUN NN Number=Sing 9 nmod 9:nmod:after _ 19 off off ADP IN _ 22 case 22:case _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -21 Thai thai ADJ JJ Degree=Pos 22 amod 22:amod _ +21 Thai Thai ADJ JJ Degree=Pos 22 amod 22:amod _ 22 port port NOUN NN Number=Sing 18 nmod 18:nmod:off _ 23 of of ADP IN _ 24 case 24:case _ 24 Ranong Ranong PROPN NNP Number=Sing 22 nmod 22:nmod:of SpaceAfter=No @@ -15809,7 +15817,7 @@ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 confiscation confiscation NOUN NN Number=Sing 9 conj 7:obj|9:conj:and _ 29 of of ADP IN _ 31 case 31:case _ -30 two two NUM CD NumType=Card 31 nummod 31:nummod _ +30 two two NUM CD NumForm=Word|NumType=Card 31 nummod 31:nummod _ 31 tons ton NOUN NNS Number=Plur 28 nmod 28:nmod:of _ 32 of of ADP IN _ 33 case 33:case _ 33 weapons weapon NOUN NNS Number=Plur 31 nmod 31:nmod:of _ @@ -15822,29 +15830,29 @@ 1 Among among ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 weapons weapon NOUN NNS Number=Plur 0 root 0:root _ -4 intercepted intercept VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ -5 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 cop 3:cop _ -6 two two NUM CD NumType=Card 12 nummod 12:nummod _ +4 intercepted intercept VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ +5 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ +6 two two NUM CD NumForm=Word|NumType=Card 12 nummod 12:nummod _ 7 rocket rocket NOUN NN Number=Sing 9 obl:npmod 9:obl:npmod SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No -9 propelled propel VERB VBN Tense=Past|VerbForm=Part 11 amod 11:amod SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +9 propelled propel VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 amod 11:amod SpaceAfter=No +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 11 grenade grenade NOUN NN Number=Sing 12 compound 12:compound _ 12 launchers launcher NOUN NNS Number=Plur 3 nsubj 3:nsubj SpaceAfter=No 13 , , PUNCT , _ 16 punct 16:punct _ -14 20 20 NUM CD NumType=Card 16 nummod 16:nummod _ +14 20 20 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 15 assault assault NOUN NN Number=Sing 16 compound 16:compound _ 16 rifles rifle NOUN NNS Number=Plur 12 conj 3:nsubj|12:conj:and SpaceAfter=No 17 , , PUNCT , _ 22 punct 22:punct _ -18 M m NOUN NN Number=Sing 22 compound 22:compound SpaceAfter=No -19 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No -20 79 79 NUM CD NumType=Card 18 nummod 18:nummod _ +18 M M NOUN NN Number=Sing 22 compound 22:compound SpaceAfter=No +19 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No +20 79 79 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ 21 grenade grenade NOUN NN Number=Sing 22 compound 22:compound _ 22 launchers launcher NOUN NNS Number=Plur 12 conj 3:nsubj|12:conj:and _ 23 and and CCONJ CC _ 27 cc 27:cc _ -24 more more ADJ JJR Degree=Cmp 26 advmod 26:advmod _ +24 more more ADJ JJR Degree=Cmp|ExtPos=ADV 26 advmod 26:advmod _ 25 than than ADP IN _ 24 fixed 24:fixed _ -26 10,000 10,000 NUM CD NumType=Card 27 nummod 27:nummod _ +26 10,000 10000 NUM CD NumForm=Digit|NumType=Card 27 nummod 27:nummod _ 27 rounds round NOUN NNS Number=Plur 12 conj 3:nsubj|12:conj:and _ 28 of of ADP IN _ 29 case 29:case _ 29 ammunition ammunition NOUN NN Number=Sing 27 nmod 27:nmod:of SpaceAfter=No @@ -15852,17 +15860,17 @@ # sent_id = weblog-blogspot.com_dakbangla_20050210141134_ENG_20050210_141134-0052 # text = Four persons were arrested, reportedly belonging to the Manipur Revolutionary People's Front. -1 Four four NUM CD NumType=Card 2 nummod 2:nummod _ +1 Four four NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 persons person NOUN NNS Number=Plur 4 nsubj:pass 4:nsubj:pass _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 arrested arrest VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 7 punct 7:punct _ 6 reportedly reportedly ADV RB _ 7 advmod 7:advmod _ 7 belonging belong VERB VBG VerbForm=Ger 4 advcl 4:advcl _ 8 to to ADP IN _ 14 case 14:case _ 9 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 10 Manipur Manipur PROPN NNP Number=Sing 12 compound 12:compound _ -11 Revolutionary Revolutionary PROPN NNP Number=Sing 12 compound 12:compound _ +11 Revolutionary Revolutionary ADJ NNP Degree=Pos 12 amod 12:amod _ 12-13 People's _ _ _ _ _ _ _ _ 12 People People PROPN NNPS Number=Plur 14 nmod:poss 14:nmod:poss _ 13 's 's PART POS _ 12 case 12:case _ @@ -15871,10 +15879,10 @@ # sent_id = weblog-blogspot.com_dakbangla_20050210141134_ENG_20050210_141134-0053 # text = Six crew members were from the Arakan region of Myanmar. -1 Six six NUM CD NumType=Card 3 nummod 3:nummod _ +1 Six six NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 2 crew crew NOUN NN Number=Sing 3 compound 3:compound _ 3 members member NOUN NNS Number=Plur 8 nsubj 8:nsubj _ -4 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 cop 8:cop _ +4 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 5 from from ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 Arakan Arakan PROPN NNP Number=Sing 8 compound 8:compound _ @@ -15901,15 +15909,15 @@ # sent_id = weblog-blogspot.com_dakbangla_20050210141134_ENG_20050210_141134-0055 # text = Until 1995 the LTTE maintained a base at Twante, an island off the coat of Myanmar, west of the Andaman islands. 1 Until until ADP IN _ 2 case 2:case _ -2 1995 1995 NUM CD NumType=Card 5 obl 5:obl:until _ +2 1995 1995 NUM CD NumForm=Digit|NumType=Card 5 obl 5:obl:until _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 LTTE LTTE PROPN NNP Number=Sing 5 nsubj 5:nsubj _ -5 maintained maintain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 maintained maintain VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 base base NOUN NN Number=Sing 5 obj 5:obj _ 8 at at ADP IN _ 9 case 9:case _ 9 Twante Twante PROPN NNP Number=Sing 5 obl 5:obl:at SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 12 punct 12:punct _ 11 an a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 island island NOUN NN Number=Sing 9 appos 9:appos _ 13 off off ADP IN _ 15 case 15:case _ @@ -15917,7 +15925,7 @@ 15 coat coat NOUN NN Number=Sing 12 nmod 12:nmod:off _ 16 of of ADP IN _ 17 case 17:case _ 17 Myanmar Myanmar PROPN NNP Number=Sing 15 nmod 15:nmod:of SpaceAfter=No -18 , , PUNCT , _ 12 punct 12:punct _ +18 , , PUNCT , _ 19 punct 19:punct _ 19 west west ADV RB _ 12 advmod 12:advmod _ 20 of of ADP IN _ 23 case 23:case _ 21 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ @@ -15928,9 +15936,9 @@ # sent_id = weblog-blogspot.com_dakbangla_20050210141134_ENG_20050210_141134-0056 # text = Subsequently, Phuket became the LTTE's main backup base. 1 Subsequently subsequently ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 Phuket Phuket PROPN NNP Number=Sing 4 nsubj 4:nsubj|10:nsubj:xsubj _ -4 became become VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 became become VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6-7 LTTE's _ _ _ _ _ _ _ _ 6 LTTE LTTE PROPN NNP Number=Sing 10 nmod:poss 10:nmod:poss _ @@ -15945,22 +15953,22 @@ 1 A a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 2 Sri Sri PROPN NNP Number=Sing 3 compound 3:compound _ 3 Lanka Lanka PROPN NNP Number=Sing 5 obl:npmod 5:obl:npmod SpaceAfter=No -4 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No -5 born bear VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +4 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No +5 born bear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 6 Tamil Tamil PROPN NNP Number=Sing 12 nsubj:pass 12:nsubj:pass _ 7 with with ADP IN _ 10 case 10:case _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -9 Norwegian norwegian ADJ JJ Degree=Pos 10 amod 10:amod _ +9 Norwegian Norwegian ADJ JJ Degree=Pos 10 amod 10:amod _ 10 passport passport NOUN NN Number=Sing 6 nmod 6:nmod:with _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 aux:pass 12:aux:pass _ 12 arrested arrest VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 13 by by ADP IN _ 15 case 15:case _ -14 Thai thai ADJ JJ Degree=Pos 15 amod 15:amod _ -15 authorities authority NOUN NNS Number=Plur 12 obl 12:obl:by _ +14 Thai Thai ADJ JJ Degree=Pos 15 amod 15:amod _ +15 authorities authority NOUN NNS Number=Plur 12 obl:agent 12:obl:agent _ 16 in in ADP IN _ 17 case 17:case _ -17 2000 2000 NUM CD NumType=Card 12 obl 12:obl:in _ +17 2000 2000 NUM CD NumForm=Digit|NumType=Card 12 obl 12:obl:in _ 18 for for ADP IN _ 20 case 20:case _ -19 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 links link NOUN NNS Number=Plur 12 obl 12:obl:for _ 21 with with ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ @@ -15973,9 +15981,9 @@ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 time time NOUN NN Number=Sing 12 obl 12:obl:at _ 4 of of ADP IN _ 6 case 6:case _ -5 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 arrest arrest NOUN NN Number=Sing 3 nmod 3:nmod:of SpaceAfter=No -7 , , PUNCT , _ 12 punct 12:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 suspect suspect NOUN NN Number=Sing 12 nsubj 12:nsubj _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 cop 12:cop _ @@ -16023,23 +16031,23 @@ 9 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 10 steady steady ADJ JJ Degree=Pos 13 amod 13:amod _ 11 building building NOUN NN Number=Sing 13 compound 13:compound SpaceAfter=No -12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 up up NOUN NN Number=Sing 0 root 0:root _ 14 of of ADP IN _ 15 case 15:case _ 15 ports port NOUN NNS Number=Plur 13 nmod 13:nmod:of|19:nsubj _ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 conduits conduit NOUN NNS Number=Plur 15 conj 13:nmod:of|15:conj:and|19:nsubj _ 18 that that PRON WDT PronType=Rel 19 nsubj 15:ref _ -19 serve serve VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ +19 serve serve VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -21 Tamil Tamil PROPN NNP Number=Sing 22 compound 22:compound _ -22 Tigers Tigers PROPN NNPS Number=Plur 19 obj 19:obj _ +21 Tamil Tamil ADJ NNP Degree=Pos 22 amod 22:amod _ +22 Tigers Tiger PROPN NNPS Number=Plur 19 obj 19:obj _ 23 and and CCONJ CC _ 25 cc 25:cc _ 24 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 25 host host NOUN NN Number=Sing 22 conj 19:obj|22:conj:and _ 26 of of ADP IN _ 31 case 31:case _ -27 less less ADV RB _ 29 advmod 29:advmod SpaceAfter=No -28 - - PUNCT HYPH _ 29 punct 29:punct SpaceAfter=No +27 less less ADV RBR Degree=Cmp 29 advmod 29:advmod SpaceAfter=No +28 - - PUNCT HYPH _ 27 punct 27:punct SpaceAfter=No 29 strong strong ADJ JJ Degree=Pos 31 amod 31:amod _ 30 militant militant ADJ JJ Degree=Pos 31 amod 31:amod _ 31 groups group NOUN NNS Number=Plur 25 nmod 25:nmod:of SpaceAfter=No @@ -16051,7 +16059,7 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 past past ADJ JJ Degree=Pos 4 amod 4:amod _ 4 decade decade NOUN NN Number=Sing 9 obl 9:obl:over SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 Bangladesh Bangladesh PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 7 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 steadily steadily ADV RB _ 9 advmod 9:advmod _ @@ -16070,16 +16078,16 @@ 3 of of ADP IN _ 5 case 5:case _ 4 extremist extremist NOUN NN Number=Sing 5 compound 5:compound _ 5 groups group NOUN NNS Number=Plur 2 nmod 2:nmod:of SpaceAfter=No -6 , , PUNCT , _ 16 punct 16:punct _ +6 , , PUNCT , _ 2 punct 2:punct _ 7 under under ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 cover cover NOUN NN Number=Sing 17 obl 17:obl:under _ +9 cover cover NOUN NN Number=Sing 16 obl 16:obl:under _ 10 of of ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 Islamist Islamist PROPN NNP Number=Sing 13 compound 13:compound _ 13 movement movement NOUN NN Number=Sing 9 nmod 9:nmod:of SpaceAfter=No -14 , , PUNCT , _ 16 punct 16:punct _ -15 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +14 , , PUNCT , _ 9 punct 9:punct _ +15 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 16 become become VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 17 active active ADJ JJ Degree=Pos 16 xcomp 16:xcomp _ 18 in in ADP IN _ 20 case 20:case _ @@ -16089,7 +16097,7 @@ 22 gun gun NOUN NN Number=Sing 23 compound 23:compound _ 23 running running NOUN NN Number=Sing 20 conj 17:obl:in|20:conj:and _ 24 and and CCONJ CC _ 26 cc 26:cc _ -25 anti-Indian anti-indian ADJ JJ Degree=Pos 26 amod 26:amod _ +25 anti-Indian anti-Indian ADJ JJ Degree=Pos 26 amod 26:amod _ 26 activities activity NOUN NNS Number=Plur 20 conj 17:obl:in|20:conj:and SpaceAfter=No 27 . . PUNCT . _ 17 punct 17:punct _ @@ -16101,30 +16109,30 @@ 4 acknowledged acknowledge VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 that that SCONJ IN _ 10 mark 10:mark _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 Pakistani pakistani ADJ JJ Degree=Pos 8 amod 8:amod _ +7 Pakistani Pakistani ADJ JJ Degree=Pos 8 amod 8:amod _ 8 ISI ISI PROPN NNP Number=Sing 10 nsubj 10:nsubj|39:nsubj _ 9 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ -10 nurtured nurture VERB VBN Tense=Past|VerbForm=Part 4 ccomp 4:ccomp _ +10 nurtured nurture VERB VBN Tense=Past|VerbForm=Part 4 csubj:pass 4:csubj:pass _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 number number NOUN NN Number=Sing 10 obj 10:obj _ 13 of of ADP IN _ 16 case 16:case _ 14 extremist extremist NOUN NN Number=Sing 16 compound 16:compound _ 15 Islamist Islamist PROPN NNP Number=Sing 16 compound 16:compound _ 16 groups group NOUN NNS Number=Plur 12 nmod 12:nmod:of SpaceAfter=No -17 , , PUNCT , _ 12 punct 12:punct _ -18 such such ADJ JJ Degree=Pos 29 case 29:case _ +17 , , PUNCT , _ 29 punct 29:punct _ +18 such such ADJ JJ Degree=Pos|ExtPos=ADP 29 case 29:case _ 19 as as ADP IN _ 18 fixed 18:fixed _ 20 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 21 Harkat Harkat PROPN NNP Number=Sing 29 compound 29:compound SpaceAfter=No -22 - - PUNCT HYPH _ 29 punct 29:punct SpaceAfter=No +22 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No 23 ul ul PROPN NNP Number=Sing 29 compound 29:compound SpaceAfter=No -24 - - PUNCT HYPH _ 29 punct 29:punct SpaceAfter=No +24 - - PUNCT HYPH _ 23 punct 23:punct SpaceAfter=No 25 Jehad Jehad PROPN NNP Number=Sing 29 compound 29:compound SpaceAfter=No -26 - - PUNCT HYPH _ 29 punct 29:punct SpaceAfter=No +26 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No 27 al al PROPN NNP Number=Sing 29 compound 29:compound SpaceAfter=No -28 - - PUNCT HYPH _ 29 punct 29:punct SpaceAfter=No +28 - - PUNCT HYPH _ 27 punct 27:punct SpaceAfter=No 29 Islami Islami PROPN NNP Number=Sing 12 nmod 12:nmod:such_as SpaceAfter=No -30 , , PUNCT , _ 29 punct 29:punct _ +30 , , PUNCT , _ 34 punct 34:punct _ 31 in in ADP IN _ 34 case 34:case _ 32 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ 33 port port NOUN NN Number=Sing 34 compound 34:compound _ @@ -16133,7 +16141,7 @@ 36 Chittagong Chittagong PROPN NNP Number=Sing 34 nmod 34:nmod:of SpaceAfter=No 37 , , PUNCT , _ 39 punct 39:punct _ 38 and and CCONJ CC _ 39 cc 39:cc _ -39 put put VERB VBN Tense=Past|VerbForm=Part 10 conj 4:ccomp|10:conj:and _ +39 put put VERB VBN Tense=Past|VerbForm=Part 10 conj 4:csubj:pass|10:conj:and _ 40 a a DET DT Definite=Ind|PronType=Art 41 det 41:det _ 41 number number NOUN NN Number=Sing 39 obj 39:obj _ 42 of of ADP IN _ 44 case 44:case _ @@ -16157,17 +16165,17 @@ 1 As as ADP IN _ 3 case 3:case _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 result result NOUN NN Number=Sing 17 nmod 17:nmod:as SpaceAfter=No -4 , , PUNCT , _ 15 punct 15:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 north north ADV RB _ 15 advmod 15:advmod _ 6 of of ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 Andaman Andaman PROPN NNP Number=Sing 9 compound 9:compound _ -9 Islands Islands PROPN NNPS Number=Plur 5 obl 5:obl:of SpaceAfter=No -10 , , PUNCT , _ 15 punct 15:punct _ -11 Bangladeshi bangladeshi ADJ JJ Degree=Pos 13 amod 13:amod _ +9 Islands Island PROPN NNPS Number=Plur 5 obl 5:obl:of SpaceAfter=No +10 , , PUNCT , _ 5 punct 5:punct _ +11 Bangladeshi Bangladeshi ADJ JJ Degree=Pos 13 amod 13:amod _ 12 coastal coastal NOUN NN Number=Sing 13 compound 13:compound _ 13 areas area NOUN NNS Number=Plur 15 nsubj 15:nsubj|17:nsubj:xsubj _ -14 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +14 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 15 become become VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 16 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 17 nest nest NOUN NN Number=Sing 15 xcomp 15:xcomp _ @@ -16191,14 +16199,14 @@ 4 arrests arrest NOUN NNS Number=Plur 2 nmod 2:nmod:of _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 seizures seizure NOUN NNS Number=Plur 4 conj 2:nmod:of|4:conj:and _ -7 indicate indicate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 indicate indicate VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 that that SCONJ IN _ 11 mark 11:mark _ 9 arms arm NOUN NNS Number=Plur 11 nsubj:pass 11:nsubj:pass _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux:pass 11:aux:pass _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux:pass 11:aux:pass _ 11 brought bring VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 ccomp 7:ccomp _ 12 by by ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -14 LTTE LTTE PROPN NNP Number=Sing 11 obl 11:obl:by _ +14 LTTE LTTE PROPN NNP Number=Sing 11 obl:agent 11:obl:agent _ 15 from from ADP IN _ 16 case 16:case _ 16 Laos Laos PROPN NNP Number=Sing 11 obl 11:obl:from SpaceAfter=No 17 , , PUNCT , _ 18 punct 18:punct _ @@ -16206,12 +16214,12 @@ 19 and and CCONJ CC _ 20 cc 20:cc _ 20 Thailand Thailand PROPN NNP Number=Sing 16 conj 11:obl:from|16:conj:and _ 21 into into ADP IN _ 22 case 22:case _ -22 Chittagong Chittagong PROPN NNP Number=Sing 11 obl 11:obl:into SpaceAfter=No -23 , , PUNCT , _ 22 punct 22:punct _ +22 Chittagong Chittagong PROPN NNP Number=Sing 11 obl 11:obl:into|28:obl:from SpaceAfter=No +23 , , PUNCT , _ 28 punct 28:punct _ 24 from from ADP IN _ 25 case 25:case _ -25 where where ADV WRB PronType=Rel 28 obl 28:obl:from _ +25 where where ADV WRB PronType=Rel 28 obl 22:ref _ 26 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 28 nsubj:pass 28:nsubj:pass _ -27 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 aux:pass 28:aux:pass _ +27 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 28 aux:pass 28:aux:pass _ 28 transported transport VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 acl:relcl 22:acl:relcl _ 29 northward northward ADV RB _ 28 advmod 28:advmod _ 30 by by ADP IN _ 31 case 31:case _ @@ -16261,14 +16269,14 @@ 3 Andaman Andaman PROPN NNP Number=Sing 6 compound 6:compound _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 Nicobar Nicobar PROPN NNP Number=Sing 3 conj 3:conj:and|6:compound _ -6 Islands Islands PROPN NNPS Number=Plur 7 nsubj 7:nsubj _ -7 comprise comprise VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -8 more more ADJ JJR Degree=Cmp 10 advmod 10:advmod _ +6 Islands Island PROPN NNPS Number=Plur 7 nsubj 7:nsubj _ +7 comprise comprise VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 more more ADJ JJR Degree=Cmp|ExtPos=ADV 10 advmod 10:advmod _ 9 than than ADP IN _ 8 fixed 8:fixed _ -10 500 500 NUM CD NumType=Card 11 nummod 11:nummod _ +10 500 500 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 11 islands island NOUN NNS Number=Plur 7 obj 7:obj _ 12 lying lie VERB VBG VerbForm=Ger 11 acl 11:acl _ -13 1,000 1,000 NUM CD NumType=Card 14 nummod 14:nummod _ +13 1,000 1000 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 14 kilometers kilometer NOUN NNS Number=Plur 15 obl:npmod 15:obl:npmod _ 15 east east ADV RB _ 12 advmod 12:advmod _ 16 of of ADP IN _ 18 case 18:case _ @@ -16284,15 +16292,15 @@ # sent_id = weblog-blogspot.com_dakbangla_20050210141134_ENG_20050210_141134-0069 # text = Stretching 750 kilometers from end to end, they reach from near the coast of Myanmar almost to Sumatra in Indonesia. 1 Stretching stretch VERB VBG VerbForm=Ger 10 advcl 10:advcl _ -2 750 750 NUM CD NumType=Card 3 nummod 3:nummod _ +2 750 750 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 3 kilometers kilometer NOUN NNS Number=Plur 1 obj 1:obj _ 4 from from ADP IN _ 5 case 5:case _ 5 end end NOUN NN Number=Sing 1 obl 1:obl:from _ 6 to to ADP IN _ 7 case 7:case _ 7 end end NOUN NN Number=Sing 1 obl 1:obl:to SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +8 , , PUNCT , _ 1 punct 1:punct _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 reach reach VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +10 reach reach VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 11 from from ADP IN _ 14 case 14:case _ 12 near near ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ @@ -16314,26 +16322,26 @@ 4 Channel Channel PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 5 divides divide VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -7 Andamans Andamans PROPN NNPS Number=Plur 5 obj 5:obj|18:nsubj SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +7 Andamans Andaman PROPN NNPS Number=Plur 5 obj 5:obj|18:nsubj SpaceAfter=No +8 , , PUNCT , _ 18 punct 18:punct _ 9 which which PRON WDT PronType=Rel 18 nsubj 7:ref _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 11 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -12 larger larger ADJ JJR Degree=Cmp 18 amod 18:amod _ +12 larger large ADJ JJR Degree=Cmp 18 amod 18:amod _ 13 and and CCONJ CC _ 16 cc 16:cc _ -14 more more ADV RBR _ 15 advmod 15:advmod _ +14 more more ADV RBR Degree=Cmp 15 advmod 15:advmod _ 15 heavily heavily ADV RB _ 16 advmod 16:advmod _ -16 populated populate VERB VBN Tense=Past|VerbForm=Part 12 conj 12:conj:and|18:amod _ +16 populated populate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 conj 12:conj:and|18:amod _ 17 northern northern ADJ JJ Degree=Pos 18 amod 18:amod _ 18 islands island NOUN NNS Number=Plur 7 acl:relcl 7:acl:relcl SpaceAfter=No -19 , , PUNCT , _ 5 punct 5:punct _ +19 , , PUNCT , _ 26 punct 26:punct _ 20 from from ADP IN _ 26 case 26:case _ 21 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -22 20 20 NUM CD NumType=Card 26 nummod 26:nummod _ +22 20 20 NUM CD NumForm=Digit|NumType=Card 26 nummod 26:nummod _ 23 or or CCONJ CC _ 24 cc 24:cc _ 24 so so ADV RB _ 22 conj 22:conj:or|26:nummod _ 25 Nicobar Nicobar PROPN NNP Number=Sing 26 compound 26:compound _ -26 Islands Islands PROPN NNPS Number=Plur 5 obl 5:obl:from _ +26 Islands Island PROPN NNPS Number=Plur 5 obl 5:obl:from _ 27 in in ADP IN _ 29 case 29:case _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 29 south south NOUN NN Number=Sing 26 nmod 26:nmod:in SpaceAfter=No @@ -16344,17 +16352,17 @@ 1 On on ADP IN _ 3 case 3:case _ 2 South South PROPN NNP Number=Sing 3 compound 3:compound _ 3 Andaman Andaman PROPN NNP Number=Sing 13 obl 13:obl:on SpaceAfter=No -4 , , PUNCT , _ 13 punct 13:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -6 most most ADV RBS _ 7 advmod 7:advmod _ +6 most most ADV RBS Degree=Sup 7 advmod 7:advmod _ 7 heavily heavily ADV RB _ 8 advmod 8:advmod _ -8 populated populate VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod _ +8 populated populate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod _ 9 island island NOUN NN Number=Sing 13 nsubj 13:nsubj SpaceAfter=No -10 , , PUNCT , _ 13 punct 13:punct _ +10 , , PUNCT , _ 9 punct 9:punct _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 12 Port Port PROPN NNP Number=Sing 13 compound 13:compound _ 13 Blair Blair PROPN NNP Number=Sing 0 root 0:root|18:nsubj|23:nsubj SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ +14 , , PUNCT , _ 18 punct 18:punct _ 15 which which PRON WDT PronType=Rel 18 nsubj 13:ref _ 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ @@ -16376,20 +16384,20 @@ 2 to to ADP IN _ 5 case 5:case _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 Nicobar Nicobar PROPN NNP Number=Sing 5 compound 5:compound _ -5 Islands Islands PROPN NNPS Number=Plur 1 nmod 1:nmod:to _ +5 Islands Island PROPN NNPS Number=Plur 1 nmod 1:nmod:to _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 7 forbidden forbidden ADJ JJ Degree=Pos 0 root 0:root _ 8 to to ADP IN _ 9 case 9:case _ -9 non-Indians non-Indians PROPN NNPS Number=Plur 7 obl 7:obl:to SpaceAfter=No +9 non-Indians non-Indian PROPN NNPS Number=Plur 7 obl 7:obl:to SpaceAfter=No 10 , , PUNCT , _ 16 punct 16:punct _ 11 and and CCONJ CC _ 16 cc 16:cc _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj:pass 16:nsubj:pass _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux:pass 16:aux:pass _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 aux:pass 16:aux:pass _ 14 also also ADV RB _ 16 advmod 16:advmod _ 15 not not PART RB _ 16 advmod 16:advmod _ 16 allowed allow VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 conj 7:conj:and _ 17 in in ADP IN _ 19 case 19:case _ -18 some some DET DT _ 19 det 19:det _ +18 some some DET DT PronType=Ind 19 det 19:det _ 19 parts part NOUN NNS Number=Plur 16 obl 16:obl:in _ 20 of of ADP IN _ 23 case 23:case _ 21 South South PROPN NNP Number=Sing 23 compound 23:compound _ @@ -16416,16 +16424,16 @@ 15 to to ADP IN _ 20 case 20:case _ 16 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 17 Washington Washington PROPN NNP Number=Sing 19 obl:npmod 19:obl:npmod SpaceAfter=No -18 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No -19 based base VERB VBN Tense=Past|VerbForm=Part 20 amod 20:amod _ +18 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No +19 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 amod 20:amod _ 20 EIR EIR PROPN NNP Number=Sing 14 nmod 14:nmod:to _ 21 and and CCONJ CC _ 29 cc 29:cc _ 22 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ -23 New New PROPN NNP Number=Sing 24 compound 24:compound _ +23 New New ADJ NNP Degree=Pos 24 amod 24:amod _ 24 Delhi Delhi PROPN NNP Number=Sing 26 compound 26:compound SpaceAfter=No -25 - - PUNCT HYPH _ 26 punct 26:punct SpaceAfter=No -26 based base VERB VBN Tense=Past|VerbForm=Part 29 amod 29:amod _ -27 Indian Indian PROPN NNP Number=Sing 29 compound 29:compound _ +25 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No +26 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 29 amod 29:amod _ +27 Indian Indian ADJ NNP Degree=Pos 29 amod 29:amod _ 28 Defense Defense PROPN NNP Number=Sing 29 compound 29:compound _ 29 Review Review PROPN NNP Number=Sing 20 conj 14:nmod:to|20:conj:and SpaceAfter=No 30 . . PUNCT . _ 3 punct 3:punct _ @@ -16437,13 +16445,13 @@ 3 writes write VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 for for ADP IN _ 5 case 5:case _ 5 Aakrosh Aakrosh PROPN NNP Number=Sing 3 obl 3:obl:for SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 13 punct 13:punct _ 7-8 India's _ _ _ _ _ _ _ _ 7 India India PROPN NNP Number=Sing 13 nmod:poss 13:nmod:poss _ 8 's 's PART POS _ 7 case 7:case _ 9 defense defense NOUN NN Number=Sing 11 obl:npmod 11:obl:npmod SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No -11 tied tie VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +11 tied tie VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod _ 12 quarterly quarterly ADJ JJ Degree=Pos 13 amod 13:amod _ 13 journal journal NOUN NN Number=Sing 5 appos 5:appos SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ @@ -16460,7 +16468,7 @@ 6 deal deal VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 with with ADP IN _ 11 case 11:case _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -9 stepped step VERB VBN Tense=Past|VerbForm=Part 11 amod 11:amod _ +9 stepped step VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 amod 11:amod _ 10 up up ADP RP _ 9 compound:prt 9:compound:prt _ 11 rivalry rivalry NOUN NN Number=Sing 6 obl 6:obl:with _ 12 between between ADP IN _ 13 case 13:case _ @@ -16475,47 +16483,47 @@ # text = Islamabad accuses New Delhi of using its consulates in Kandahar and Jalalabad to train Balochi insurgents who are active in Pakistani Balochistan. 1 Islamabad Islamabad PROPN NNP Number=Sing 2 nsubj 2:nsubj _ 2 accuses accuse VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 New New PROPN NNP Number=Sing 4 compound 4:compound _ +3 New New ADJ NNP Degree=Pos 4 amod 4:amod _ 4 Delhi Delhi PROPN NNP Number=Sing 2 obj 2:obj _ 5 of of SCONJ IN _ 6 mark 6:mark _ 6 using use VERB VBG VerbForm=Ger 2 advcl 2:advcl:of _ -7 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ -8 consulates consulate NOUN NNS Number=Plur 6 obj 6:obj|14:nsubj:xsubj _ +7 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +8 consulates consulate NOUN NNS Number=Plur 6 obj 6:obj _ 9 in in ADP IN _ 10 case 10:case _ 10 Kandahar Kandahar PROPN NNP Number=Sing 8 nmod 8:nmod:in _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 Jalalabad Jalalabad PROPN NNP Number=Sing 10 conj 8:nmod:in|10:conj:and _ 13 to to PART TO _ 14 mark 14:mark _ -14 train train VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ +14 train train VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ 15 Balochi balochi ADJ JJ Degree=Pos 16 amod 16:amod _ 16 insurgents insurgent NOUN NNS Number=Plur 14 obj 14:obj|19:nsubj _ 17 who who PRON WP PronType=Rel 19 nsubj 16:ref _ -18 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ +18 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 19 active active ADJ JJ Degree=Pos 16 acl:relcl 16:acl:relcl _ 20 in in ADP IN _ 22 case 22:case _ -21 Pakistani pakistani ADJ JJ Degree=Pos 22 amod 22:amod _ +21 Pakistani Pakistani ADJ JJ Degree=Pos 22 amod 22:amod _ 22 Balochistan Balochistan PROPN NNP Number=Sing 19 obl 19:obl:in SpaceAfter=No 23 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041016151002_ENG_20041016_151002-0003 # text = Pakistani officials claim there are as many as 42 RAW agents based in Kandahar and another 12 in Jalalabad. -1 Pakistani pakistani ADJ JJ Degree=Pos 2 amod 2:amod _ +1 Pakistani Pakistani ADJ JJ Degree=Pos 2 amod 2:amod _ 2 officials official NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 claim claim VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 claim claim VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 there there PRON EX _ 5 expl 5:expl _ -5 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ -6 as as ADV RB _ 7 advmod 7:advmod _ -7 many many ADJ JJ Degree=Pos 11 amod 11:amod _ -8 as as ADP IN _ 9 mark 9:mark _ -9 42 42 NUM CD NumType=Card 6 advcl 6:advcl:as _ +5 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +6 as as ADV RB _ 9 advmod 9:advmod _ +7 many many ADJ JJ Degree=Pos 6 fixed 6:fixed _ +8 as as ADP IN _ 6 fixed 6:fixed _ +9 42 42 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 10 RAW RAW PROPN NNP Number=Sing 11 compound 11:compound _ 11 agents agent NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -12 based base VERB VBN Tense=Past|VerbForm=Part 11 acl 11:acl _ +12 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl 11:acl _ 13 in in ADP IN _ 14 case 14:case _ 14 Kandahar Kandahar PROPN NNP Number=Sing 12 obl 12:obl:in _ 15 and and CCONJ CC _ 17 cc 17:cc _ -16 another another DET DT _ 17 det 17:det _ -17 12 12 NUM CD NumType=Card 11 conj 5:nsubj|11:conj:and _ +16 another another DET DT PronType=Ind 17 det 17:det _ +17 12 12 NUM CD NumForm=Digit|NumType=Card 11 conj 5:nsubj|11:conj:and _ 18 in in ADP IN _ 19 case 19:case _ 19 Jalalabad Jalalabad PROPN NNP Number=Sing 17 nmod 17:nmod:in SpaceAfter=No 20 . . PUNCT . _ 3 punct 3:punct _ @@ -16523,22 +16531,22 @@ # sent_id = weblog-blogspot.com_dakbangla_20041016151002_ENG_20041016_151002-0004 # text = “There have no business being there unless they are undermining Pakistan,’’ says a Pakistani official. 1 “ " PUNCT `` _ 15 punct 15:punct SpaceAfter=No -2 There there PRON EX _ 3 expl 3:expl _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 ccomp 15:ccomp _ -4 no no DET DT _ 5 det 5:det _ +2 There they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs|Typo=Yes 3 nsubj 3:nsubj CorrectForm=They +3 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 ccomp 15:ccomp _ +4 no no DET DT PronType=Neg 5 det 5:det _ 5 business business NOUN NN Number=Sing 3 obj 3:obj _ 6 being be AUX VBG VerbForm=Ger 7 cop 7:cop _ 7 there there ADV RB PronType=Dem 3 advcl 3:advcl _ 8 unless unless SCONJ IN _ 11 mark 11:mark _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 undermining undermine VERB VBG Tense=Pres|VerbForm=Part 3 advcl 3:advcl:unless _ 12 Pakistan Pakistan PROPN NNP Number=Sing 11 obj 11:obj SpaceAfter=No -13 , , PUNCT , _ 15 punct 15:punct SpaceAfter=No -14 ’’ '' PUNCT '' _ 15 punct 15:punct _ +13 , , PUNCT , _ 3 punct 3:punct SpaceAfter=No +14 ’’ '' PUNCT '' _ 3 punct 3:punct _ 15 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ -17 Pakistani pakistani ADJ JJ Degree=Pos 18 amod 18:amod _ +17 Pakistani Pakistani ADJ JJ Degree=Pos 18 amod 18:amod _ 18 official official NOUN NN Number=Sing 15 nsubj 15:nsubj SpaceAfter=No 19 . . PUNCT . _ 15 punct 15:punct _ @@ -16548,7 +16556,7 @@ 2 India India PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 Afghanistan Afghanistan PROPN NNP Number=Sing 2 conj 2:conj:and|5:nsubj _ -5 deny deny VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 deny deny VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 claim claim NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No 8 . . PUNCT . _ 5 punct 5:punct _ @@ -16560,19 +16568,19 @@ 3 Pakistan Pakistan PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 4 show show VERB VB VerbForm=Inf 22 advcl 22:advcl _ 5 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 4 iobj 4:iobj _ -6 any any DET DT _ 7 det 7:det _ +6 any any DET DT PronType=Ind 7 det 7:det _ 7 evidence evidence NOUN NN Number=Sing 4 obj 4:obj _ 8 of of ADP IN _ 11 case 11:case _ 9 an a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -10 Indian indian ADJ JJ Degree=Pos 11 amod 11:amod _ +10 Indian Indian ADJ JJ Degree=Pos 11 amod 11:amod _ 11 hand hand NOUN NN Number=Sing 7 nmod 7:nmod:of _ 12 using use VERB VBG VerbForm=Ger 11 acl 11:acl _ -13 Afghan afghan ADJ JJ Degree=Pos 14 amod 14:amod _ -14 soil soil NOUN NN Number=Sing 12 obj 12:obj|16:nsubj:xsubj _ +13 Afghan Afghan ADJ JJ Degree=Pos 14 amod 14:amod _ +14 soil soil NOUN NN Number=Sing 12 obj 12:obj _ 15 to to PART TO _ 16 mark 16:mark _ -16 work work VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ +16 work work VERB VB VerbForm=Inf 12 advcl 12:advcl:to _ 17 against against ADP IN _ 19 case 19:case _ -18 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 neighbours neighbour NOUN NNS Number=Plur 16 obl 16:obl:against _ 20 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 22 nsubj 22:nsubj _ 21 will will AUX MD VerbForm=Fin 22 aux 22:aux _ @@ -16580,8 +16588,8 @@ 23 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 expl 22:expl _ 24 very very ADV RB _ 25 advmod 25:advmod _ 25 seriously seriously ADV RB _ 22 advmod 22:advmod SpaceAfter=No -26 , , PUNCT , _ 28 punct 28:punct SpaceAfter=No -27 ” " PUNCT '' _ 28 punct 28:punct _ +26 , , PUNCT , _ 22 punct 22:punct SpaceAfter=No +27 ” " PUNCT '' _ 22 punct 22:punct _ 28 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 29 Amrullah Amrullah PROPN NNP Number=Sing 28 nsubj 28:nsubj _ 30 Saleh Saleh PROPN NNP Number=Sing 29 flat 29:flat _ @@ -16591,7 +16599,7 @@ 34-35 Afghanistan’s _ _ _ _ _ _ _ _ 34 Afghanistan Afghanistan PROPN NNP Number=Sing 38 nmod:poss 38:nmod:poss _ 35 ’s 's PART POS _ 34 case 34:case _ -36 National National PROPN NNP Number=Sing 37 compound 37:compound _ +36 National National ADJ NNP Degree=Pos 37 amod 37:amod _ 37 Security Security PROPN NNP Number=Sing 38 compound 38:compound _ 38 Directorate Directorate PROPN NNP Number=Sing 32 nmod 32:nmod:of SpaceAfter=No 39 . . PUNCT . _ 28 punct 28:punct _ @@ -16600,7 +16608,7 @@ # sent_id = weblog-blogspot.com_dakbangla_20041016151002_ENG_20041016_151002-0007 # text = Karzai, Musharraf new regional equations 1 Karzai Karzai PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 6 punct 6:punct _ 3 Musharraf Musharraf PROPN NNP Number=Sing 6 compound 6:compound _ 4 new new ADJ JJ Degree=Pos 6 amod 6:amod _ 5 regional regional ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -16617,7 +16625,7 @@ 1 For for ADP IN _ 5 case 5:case _ 2 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 3 past past ADJ JJ Degree=Pos 5 amod 5:amod _ -4 25 25 NUM CD NumType=Card 5 nummod 5:nummod _ +4 25 25 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 years year NOUN NNS Number=Plur 9 obl 9:obl:for _ 6 landlocked landlocked ADJ JJ Degree=Pos 7 amod 7:amod _ 7 Afghanistan Afghanistan PROPN NNP Number=Sing 9 nsubj 9:nsubj _ @@ -16627,22 +16635,22 @@ 11 constant constant ADJ JJ Degree=Pos 12 amod 12:amod _ 12 interference interference NOUN NN Number=Sing 9 obl 9:obl:from _ 13 from from ADP IN _ 15 case 15:case _ -14 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 neighbours neighbour NOUN NNS Number=Plur 9 obl 9:obl:from _ -16 - - PUNCT , _ 15 punct 15:punct _ +16 - - PUNCT , _ 17 punct 17:punct _ 17 Pakistan Pakistan PROPN NNP Number=Sing 15 appos 15:appos SpaceAfter=No 18 , , PUNCT , _ 19 punct 19:punct _ 19 Iran Iran PROPN NNP Number=Sing 17 conj 15:appos|17:conj:and _ 20 and and CCONJ CC _ 24 cc 24:cc _ 21 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 22 Central central ADJ JJ Degree=Pos 24 amod 24:amod _ -23 Asian asian ADJ JJ Degree=Pos 24 amod 24:amod _ +23 Asian Asian ADJ JJ Degree=Pos 24 amod 24:amod _ 24 Republics republic NOUN NNS Number=Plur 17 conj 15:appos|17:conj:and _ -25 - - PUNCT , _ 24 punct 24:punct _ +25 - - PUNCT , _ 28 punct 28:punct _ 26 and and CCONJ CC _ 28 cc 28:cc _ 27 regional regional ADJ JJ Degree=Pos 28 amod 28:amod _ 28 powers power NOUN NNS Number=Plur 15 conj 9:obl:from|15:conj:and _ -29 - - PUNCT , _ 15 punct 15:punct SpaceAfter=No +29 - - PUNCT , _ 30 punct 30:punct SpaceAfter=No 30 Russia Russia PROPN NNP Number=Sing 28 appos 28:appos _ 31 and and CCONJ CC _ 32 cc 32:cc _ 32 India India PROPN NNP Number=Sing 30 conj 28:appos|30:conj:and SpaceAfter=No @@ -16652,13 +16660,13 @@ # text = The neighbours are still interfering, but there are signs that rather than undermining Afghanistan’s stability they may now be trying to strengthen it. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 neighbours neighbour NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 still still ADV RB _ 5 advmod 5:advmod _ 5 interfering interfere VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No 6 , , PUNCT , _ 9 punct 9:punct _ 7 but but CCONJ CC _ 9 cc 9:cc _ 8 there there PRON EX _ 9 expl 9:expl _ -9 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ +9 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ 10 signs sign NOUN NNS Number=Plur 9 nsubj 9:nsubj _ 11 that that SCONJ IN _ 22 mark 22:mark _ 12 rather rather ADP IN _ 14 mark 14:mark _ @@ -16688,54 +16696,54 @@ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 reassurance reassurance NOUN NN Number=Sing 0 root 0:root _ 8 to to ADP IN _ 11 case 11:case _ -9 all all DET PDT _ 11 det:predet 11:det:predet _ -10 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 all all DET PDT PronType=Tot 11 det:predet 11:det:predet _ +10 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 neighbours neighbour NOUN NNS Number=Plur 7 nmod 7:nmod:to _ 12 that that SCONJ IN _ 21 mark 21:mark _ 13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 14 stable stable ADJ JJ Degree=Pos 15 amod 15:amod _ 15 Afghanistan Afghanistan PROPN NNP Number=Sing 21 nsubj 21:nsubj SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ +16 , , PUNCT , _ 19 punct 19:punct _ 17 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 18 peaceful peaceful ADJ JJ Degree=Pos 19 amod 19:amod _ 19 Afghanistan Afghanistan PROPN NNP Number=Sing 15 appos 15:appos _ 20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 21 good good ADJ JJ Degree=Pos 7 acl 7:acl:that _ 22 for for ADP IN _ 23 case 23:case _ -23 all all DET DT _ 21 obl 21:obl:for SpaceAfter=No +23 all all DET DT PronType=Tot 21 obl 21:obl:for SpaceAfter=No 24 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041016151002_ENG_20041016_151002-0012 # text = Nobody should feel a looser in Afghanistan,’’ President Hamid Karzai told Pakistan’s English daily The Nation. -1 Nobody nobody PRON NN Number=Sing 3 nsubj 3:nsubj _ +1 Nobody nobody PRON NN Number=Sing|PronType=Neg 3 nsubj 3:nsubj _ 2 should should AUX MD VerbForm=Fin 3 aux 3:aux _ 3 feel feel VERB VB VerbForm=Inf 13 ccomp 13:ccomp _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ -5 looser looser NOUN NN Number=Sing 3 obj 3:obj _ +5 looser loser NOUN NN Number=Sing|Typo=Yes 3 obj 3:obj CorrectForm=loser 6 in in ADP IN _ 7 case 7:case _ 7 Afghanistan Afghanistan PROPN NNP Number=Sing 3 obl 3:obl:in SpaceAfter=No -8 , , PUNCT , _ 13 punct 13:punct SpaceAfter=No -9 ’’ '' PUNCT '' _ 13 punct 13:punct _ +8 , , PUNCT , _ 3 punct 3:punct SpaceAfter=No +9 ’’ '' PUNCT '' _ 3 punct 3:punct _ 10 President President PROPN NNP Number=Sing 13 nsubj 13:nsubj _ 11 Hamid Hamid PROPN NNP Number=Sing 10 flat 10:flat _ 12 Karzai Karzai PROPN NNP Number=Sing 10 flat 10:flat _ -13 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +13 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 14-15 Pakistan’s _ _ _ _ _ _ _ _ 14 Pakistan Pakistan PROPN NNP Number=Sing 17 nmod:poss 17:nmod:poss _ 15 ’s 's PART POS _ 14 case 14:case _ 16 English English PROPN NNP Number=Sing 17 compound 17:compound _ -17 daily daily NOUN NN Number=Sing 13 obj 13:obj _ +17 daily daily NOUN NN Number=Sing 13 iobj 13:iobj _ 18 The the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 Nation Nation PROPN NNP Number=Sing 17 appos 17:appos SpaceAfter=No 20 . . PUNCT . _ 13 punct 13:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041016151002_ENG_20041016_151002-0013 # text = All the regional countries have publicly backed the Karzai government and supported the electoral process, but serious undercurrents remain as they all have their favourite contenders in Afghanistan. -1 All all PUNCT PDT _ 4 det:predet 4:det:predet _ +1 All all DET PDT PronType=Tot 4 det:predet 4:det:predet _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 regional regional ADJ JJ Degree=Pos 4 amod 4:amod _ 4 countries country NOUN NNS Number=Plur 7 nsubj 7:nsubj|12:nsubj _ -5 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 publicly publicly ADV RB _ 7 advmod 7:advmod _ 7 backed back VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -16750,12 +16758,12 @@ 17 but but CCONJ CC _ 20 cc 20:cc _ 18 serious serious ADJ JJ Degree=Pos 19 amod 19:amod _ 19 undercurrents undercurrent NOUN NNS Number=Plur 20 nsubj 20:nsubj _ -20 remain remain VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 conj 7:conj:and _ +20 remain remain VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 conj 7:conj:and _ 21 as as SCONJ IN _ 24 mark 24:mark _ 22 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 24 nsubj 24:nsubj _ -23 all all DET DT _ 22 det 22:det _ -24 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 advcl 20:advcl:as _ -25 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +23 all all DET DT PronType=Tot 22 det 22:det _ +24 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 advcl 20:advcl:as _ +25 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 26 favourite favourite ADJ JJ Degree=Pos 27 amod 27:amod _ 27 contenders contender NOUN NNS Number=Plur 24 obj 24:obj _ 28 in in ADP IN _ 29 case 29:case _ @@ -16766,24 +16774,24 @@ # text = Since September 11, Pakistan has been repeatedly accused by Afghan and Western leaders of harbouring Taliban extremists who had pledged to disrupt the elections, but at the highest level the US has avoided criticising President Pervaiz Musharraf on the grounds that he is helping the US catch Al Qaeda elements inside Pakistan. 1 Since since ADP IN _ 2 case 2:case _ 2 September September PROPN NNP Number=Sing 9 obl 9:obl:since _ -3 11 11 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -4 , , PUNCT , _ 9 punct 9:punct _ +3 11 11 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No +4 , , PUNCT , _ 2 punct 2:punct _ 5 Pakistan Pakistan PROPN NNP Number=Sing 9 nsubj:pass 9:nsubj:pass _ 6 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 7 been be AUX VBN Tense=Past|VerbForm=Part 9 aux:pass 9:aux:pass _ 8 repeatedly repeatedly ADV RB _ 9 advmod 9:advmod _ 9 accused accuse VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 10 by by ADP IN _ 14 case 14:case _ -11 Afghan afghan ADJ JJ Degree=Pos 14 amod 14:amod _ +11 Afghan Afghan ADJ JJ Degree=Pos 14 amod 14:amod _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 Western western ADJ JJ Degree=Pos 11 conj 11:conj:and|14:amod _ -14 leaders leader NOUN NNS Number=Plur 9 obl 9:obl:by _ +14 leaders leader NOUN NNS Number=Plur 9 obl:agent 9:obl:agent _ 15 of of SCONJ IN _ 16 mark 16:mark _ 16 harbouring harbour VERB VBG VerbForm=Ger 9 advcl 9:advcl:of _ 17 Taliban Taliban PROPN NNP Number=Sing 18 compound 18:compound _ 18 extremists extremist NOUN NNS Number=Plur 16 obj 16:obj|21:nsubj|23:nsubj:xsubj _ 19 who who PRON WP PronType=Rel 21 nsubj 18:ref _ -20 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 aux 21:aux _ +20 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 21 aux 21:aux _ 21 pledged pledge VERB VBN Tense=Past|VerbForm=Part 18 acl:relcl 18:acl:relcl _ 22 to to PART TO _ 23 mark 23:mark _ 23 disrupt disrupt VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ @@ -16793,7 +16801,7 @@ 27 but but CCONJ CC _ 35 cc 35:cc _ 28 at at ADP IN _ 31 case 31:case _ 29 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ -30 highest highest ADJ JJS Degree=Sup 31 amod 31:amod _ +30 highest high ADJ JJS Degree=Sup 31 amod 31:amod _ 31 level level NOUN NN Number=Sing 35 obl 35:obl:at _ 32 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 33 US US PROPN NNP Number=Sing 35 nsubj 35:nsubj|36:nsubj:xsubj _ @@ -16807,11 +16815,11 @@ 41 the the DET DT Definite=Def|PronType=Art 42 det 42:det _ 42 grounds grounds NOUN NNS Number=Plur 35 obl 35:obl:on _ 43 that that SCONJ IN _ 46 mark 46:mark _ -44 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 46 nsubj 46:nsubj|49:nsubj:xsubj _ +44 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 46 nsubj 46:nsubj _ 45 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 46 aux 46:aux _ 46 helping help VERB VBG Tense=Pres|VerbForm=Part 42 acl 42:acl:that _ 47 the the DET DT Definite=Def|PronType=Art 48 det 48:det _ -48 US US PROPN NNP Number=Sing 46 nsubj 46:nsubj|49:nsubj:xsubj _ +48 US US PROPN NNP Number=Sing 46 obj 46:obj|49:nsubj:xsubj _ 49 catch catch VERB VB VerbForm=Inf 46 xcomp 46:xcomp _ 50 Al Al PROPN NNP Number=Sing 51 compound 51:compound _ 51 Qaeda Qaeda PROPN NNP Number=Sing 52 compound 52:compound _ @@ -16823,11 +16831,11 @@ # sent_id = weblog-blogspot.com_dakbangla_20041016151002_ENG_20041016_151002-0015 # text = That changed on September 22 when President George W. Bush, Musharraf and Karzai held a three way meeting in New York on the sidelines of the UN General Assembly. 1 That that PRON DT Number=Sing|PronType=Dem 2 nsubj 2:nsubj _ -2 changed change VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 changed change VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 on on ADP IN _ 4 case 4:case _ 4 September September PROPN NNP Number=Sing 2 obl 2:obl:on _ -5 22 22 NUM CD NumType=Card 4 nummod 4:nummod _ -6 when when SCONJ WRB PronType=Int 15 mark 15:mark _ +5 22 22 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +6 when when ADV WRB PronType=Int 15 advmod 15:advmod _ 7 President President PROPN NNP Number=Sing 15 nsubj 15:nsubj _ 8 George George PROPN NNP Number=Sing 7 flat 7:flat _ 9 W. W. PROPN NNP Number=Sing 7 flat 7:flat _ @@ -16836,13 +16844,13 @@ 12 Musharraf Musharraf PROPN NNP Number=Sing 7 conj 7:conj:and|15:nsubj _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 Karzai Karzai PROPN NNP Number=Sing 7 conj 7:conj:and|15:nsubj _ -15 held hold VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:when _ +15 held hold VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:when _ 16 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ -17 three three NUM CD NumType=Card 18 nummod 18:nummod _ +17 three three NUM CD NumForm=Word|NumType=Card 18 nummod 18:nummod _ 18 way way NOUN NN Number=Sing 19 compound 19:compound _ 19 meeting meeting NOUN NN Number=Sing 15 obj 15:obj _ 20 in in ADP IN _ 22 case 22:case _ -21 New New PROPN NNP Number=Sing 22 compound 22:compound _ +21 New New ADJ NNP Degree=Pos 22 amod 22:amod _ 22 York York PROPN NNP Number=Sing 19 nmod 19:nmod:in _ 23 on on ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ @@ -16850,7 +16858,7 @@ 26 of of ADP IN _ 30 case 30:case _ 27 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 28 UN UN PROPN NNP Number=Sing 30 compound 30:compound _ -29 General General PROPN NNP Number=Sing 30 compound 30:compound _ +29 General General ADJ NNP Degree=Pos 30 amod 30:amod _ 30 Assembly Assembly PROPN NNP Number=Sing 25 nmod 25:nmod:of SpaceAfter=No 31 . . PUNCT . _ 2 punct 2:punct _ @@ -16863,14 +16871,14 @@ 5 together together ADV RB _ 4 advmod 4:advmod _ 6 by by ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -8 CIA CIA PROPN NNP Number=Sing 4 obl 4:obl:by|17:nsubj _ +8 CIA CIA PROPN NNP Number=Sing 4 obl:agent 4:obl:agent|17:nsubj _ 9 and and CCONJ CC _ 13 cc 13:cc _ 10 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 11 US US PROPN NNP Number=Sing 13 compound 13:compound _ 12 Defence Defence PROPN NNP Number=Sing 13 compound 13:compound _ -13 Department Department PROPN NNP Number=Sing 8 conj 4:obl:by|8:conj:and|17:nsubj _ +13 Department Department PROPN NNP Number=Sing 8 conj 4:obl:agent|8:conj:and|17:nsubj _ 14 who who PRON WP PronType=Rel 17 nsubj 8:ref _ -15 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 cop 17:cop _ +15 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 17 cop 17:cop _ 16 desperately desperately ADV RB _ 17 advmod 17:advmod _ 17 anxious anxious ADJ JJ Degree=Pos 8 acl:relcl 8:acl:relcl _ 18 to to PART TO _ 19 mark 19:mark _ @@ -16886,7 +16894,7 @@ 28 of of ADP IN _ 32 case 32:case _ 29 alleged alleged ADJ JJ Degree=Pos 32 amod 32:amod _ 30 Pakistani Pakistani ADJ NNP Number=Sing 31 obl:npmod 31:obl:npmod _ -31 backed back VERB VBN Tense=Past|VerbForm=Part 32 amod 32:amod _ +31 backed back VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 32 amod 32:amod _ 32 Taliban Taliban PROPN NNP Number=Sing 27 nmod 27:nmod:of SpaceAfter=No 33 . . PUNCT . _ 4 punct 4:punct _ @@ -16894,17 +16902,17 @@ # text = Western and Afghan diplomats intimately involved with the meeting, said Bush pushed Musharraf hard on reigning in the Taliban so the elections could take place peacefully. 1 Western western ADJ JJ Degree=Pos 4 amod 4:amod _ 2 and and CCONJ CC _ 3 cc 3:cc _ -3 Afghan afghan ADJ JJ Degree=Pos 1 conj 1:conj:and|4:amod _ +3 Afghan Afghan ADJ JJ Degree=Pos 1 conj 1:conj:and|4:amod _ 4 diplomats diplomat NOUN NNS Number=Plur 13 nsubj 13:nsubj _ 5 intimately intimately ADV RB _ 6 advmod 6:advmod _ 6 involved involved ADJ JJ Degree=Pos 4 amod 4:amod _ 7 with with ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 meeting meeting NOUN NN Number=Sing 6 obl 6:obl:with SpaceAfter=No -10 , , PUNCT , _ 11 punct 11:punct _ -11 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 , , PUNCT , _ 4 punct 4:punct _ +11 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 12 Bush Bush PROPN NNP Number=Sing 11 nsubj 11:nsubj _ -13 pushed push VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 ccomp 11:ccomp _ +13 pushed push VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 ccomp 11:ccomp _ 14 Musharraf Musharraf PROPN NNP Number=Sing 13 obj 13:obj _ 15 hard hard ADV RB Degree=Pos 13 advmod 13:advmod _ 16 on on SCONJ IN _ 17 mark 17:mark _ @@ -16925,7 +16933,7 @@ # text = ‘’Where are Mullah Omar, Mullah Usmani and Gulbuddin Hikmetar?’’ 1 ‘’ '' PUNCT `` _ 2 punct 2:punct SpaceAfter=No 2 Where where ADV WRB PronType=Int 0 root 0:root _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 cop 2:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 cop 2:cop _ 4 Mullah Mullah PROPN NNP Number=Sing 2 nsubj 2:nsubj _ 5 Omar Omar PROPN NNP Number=Sing 4 flat 4:flat SpaceAfter=No 6 , , PUNCT , _ 7 punct 7:punct _ @@ -16947,21 +16955,21 @@ 6 asked ask VERB VBN Tense=Past|VerbForm=Part 3 xcomp 3:xcomp _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 flustered flustered ADJ JJ Degree=Pos 9 amod 9:amod _ -9 Musharraf Musharraf PROPN NNP Number=Sing 6 obj 6:obj SpaceAfter=No +9 Musharraf Musharraf PROPN NNP Number=Sing 6 iobj 6:iobj SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041016151002_ENG_20041016_151002-0020 # text = All three are extremist Taliban or their allies and known to be living in Pakistan. -1 All all DET DT _ 2 det 2:det _ -2 three three NUM CD NumType=Card 5 nsubj 5:nsubj|8:nsubj|10:nsubj|13:nsubj:xsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +1 All all DET DT PronType=Tot 2 det 2:det _ +2 three three NUM CD NumForm=Word|NumType=Card 5 nsubj 5:nsubj|8:nsubj|10:nsubj:pass|13:nsubj:xsubj _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 extremist extremist NOUN NN Number=Sing 5 compound 5:compound _ 5 Taliban Taliban PROPN NNP Number=Sing 0 root 0:root _ 6 or or CCONJ CC _ 8 cc 8:cc _ -7 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 allies ally NOUN NNS Number=Plur 5 conj 5:conj:or _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 known know VERB VBN Tense=Past|VerbForm=Part 5 conj 5:conj:and _ +10 known know VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 conj 5:conj:and _ 11 to to PART TO _ 13 mark 13:mark _ 12 be be AUX VB VerbForm=Inf 13 aux 13:aux _ 13 living live VERB VBG Tense=Pres|VerbForm=Part 10 xcomp 10:xcomp _ @@ -16979,7 +16987,7 @@ 6 of of ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 Taliban Taliban PROPN NNP Number=Sing 5 nmod 5:nmod:of SpaceAfter=No -9 , , PUNCT , _ 5 punct 5:punct _ +9 , , PUNCT , _ 15 punct 15:punct _ 10 Usmani Usmani PROPN NNP Number=Sing 15 nsubj 15:nsubj|25:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 12 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -17005,9 +17013,9 @@ 32 the the DET DT Definite=Def|PronType=Art 38 det 38:det _ 33 extremist extremist NOUN NN Number=Sing 38 compound 38:compound _ 34 Hizb Hizb PROPN NNP Number=Sing 38 compound 38:compound SpaceAfter=No -35 - - PUNCT HYPH _ 38 punct 38:punct SpaceAfter=No +35 - - PUNCT HYPH _ 34 punct 34:punct SpaceAfter=No 36 e e PROPN NNP Number=Sing 38 compound 38:compound SpaceAfter=No -37 - - PUNCT HYPH _ 38 punct 38:punct SpaceAfter=No +37 - - PUNCT HYPH _ 36 punct 36:punct SpaceAfter=No 38 Islami Islami PROPN NNP Number=Sing 31 obj 31:obj SpaceAfter=No 39 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No 40 ) ) PUNCT -RRB- _ 5 punct 5:punct _ @@ -17018,25 +17026,25 @@ 2 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 first first ADJ JJ Degree=Pos|NumType=Ord 6 amod 6:amod _ -6 time time NOUN NN Number=Sing 24 ccomp 10:advmod|24:ccomp _ -7 that that ADV WRB PronType=Rel 10 advmod 6:ref _ +5 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 6 amod 6:amod _ +6 time time NOUN NN Number=Sing 24 ccomp 24:ccomp _ +7 that that SCONJ IN _ 10 mark 10:mark _ 8 Bush Bush PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 9 totally totally ADV RB _ 10 advmod 10:advmod _ -10 focused focus VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +10 focused focus VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 11 on on ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 Taliban Taliban PROPN NNP Number=Sing 14 compound 14:compound _ 14 threat threat NOUN NN Number=Sing 10 obl 10:obl:on _ -15 rather rather ADP IN _ 18 case 18:case _ +15 rather rather ADP IN _ 18 cc 18:cc _ 16 than than ADP IN _ 15 fixed 15:fixed _ 17 Al Al PROPN NNP Number=Sing 18 compound 18:compound _ -18 Qaeda Qaeda PROPN NNP Number=Sing 14 nmod 14:nmod:rather_than _ +18 Qaeda Qaeda PROPN NNP Number=Sing 14 conj 14:conj:rather_than _ 19 with with ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -21 Pakistanis Pakistanis PROPN NNPS Number=Plur 10 obl 10:obl:with SpaceAfter=No -22 , , PUNCT , _ 24 punct 24:punct SpaceAfter=No -23 ’’ '' PUNCT '' _ 24 punct 24:punct _ +21 Pakistanis Pakistani PROPN NNPS Number=Plur 10 obl 10:obl:with SpaceAfter=No +22 , , PUNCT , _ 6 punct 6:punct SpaceAfter=No +23 ’’ '' PUNCT '' _ 6 punct 6:punct _ 24 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 25 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 26 Western western ADJ JJ Degree=Pos 27 amod 27:amod _ @@ -17054,37 +17062,37 @@ 7 before before ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 meeting meeting NOUN NN Number=Sing 6 obl 6:obl:before SpaceAfter=No -10 , , PUNCT , _ 14 punct 14:punct SpaceAfter=No -11 ’’ '' PUNCT '' _ 14 punct 14:punct _ +10 , , PUNCT , _ 6 punct 6:punct SpaceAfter=No +11 ’’ '' PUNCT '' _ 6 punct 6:punct _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 diplomat diplomat NOUN NN Number=Sing 14 nsubj 14:nsubj _ -14 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +14 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 15 . . PUNCT . _ 14 punct 14:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041016151002_ENG_20041016_151002-0024 # text = An Afghan official at the meeting added, ‘’The Americans now realise that the Taliban are a bigger threat to our security than Al Qaeda.’’ 1 An a DET DT Definite=Ind|PronType=Art 3 det 3:det _ -2 Afghan afghan ADJ JJ Degree=Pos 3 amod 3:amod _ +2 Afghan Afghan ADJ JJ Degree=Pos 3 amod 3:amod _ 3 official official NOUN NN Number=Sing 7 nsubj 7:nsubj _ 4 at at ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 meeting meeting NOUN NN Number=Sing 3 nmod 3:nmod:at _ -7 added add VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ -9 ‘’ '' PUNCT `` _ 7 punct 7:punct SpaceAfter=No +7 added add VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +8 , , PUNCT , _ 13 punct 13:punct _ +9 ‘’ '' PUNCT `` _ 13 punct 13:punct SpaceAfter=No 10 The the DET DT Definite=Def|PronType=Art 11 det 11:det _ -11 Americans Americans PROPN NNPS Number=Plur 13 nsubj 13:nsubj _ +11 Americans American PROPN NNPS Number=Plur 13 nsubj 13:nsubj _ 12 now now ADV RB _ 13 advmod 13:advmod _ -13 realise realise VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ +13 realise realise VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ 14 that that SCONJ IN _ 20 mark 20:mark _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 Taliban Taliban PROPN NNPS Number=Plur 20 nsubj 20:nsubj _ -17 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ +17 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ -19 bigger bigger ADJ JJR Degree=Cmp 20 amod 20:amod _ +19 bigger big ADJ JJR Degree=Cmp 20 amod 20:amod _ 20 threat threat NOUN NN Number=Sing 13 ccomp 13:ccomp _ 21 to to ADP IN _ 23 case 23:case _ -22 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 security security NOUN NN Number=Sing 20 nmod 20:nmod:to _ 24 than than ADP IN _ 26 case 26:case _ 25 Al Al PROPN NNP Number=Sing 26 compound 26:compound _ @@ -17108,7 +17116,7 @@ 1 ‘’ '' PUNCT `` _ 21 punct 21:punct SpaceAfter=No 2 President President PROPN NNP Number=Sing 4 nsubj 4:nsubj|6:nsubj:xsubj|9:nsubj:xsubj _ 3 Musharraf Musharraf PROPN NNP Number=Sing 2 flat 2:flat _ -4 promised promise VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 ccomp 21:ccomp _ +4 promised promise VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 ccomp 21:ccomp _ 5 to to PART TO _ 6 mark 6:mark _ 6 help help VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 6 obj 6:obj _ @@ -17123,8 +17131,8 @@ 16 by by ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 Taliban Taliban PROPN NNP Number=Sing 15 nmod 15:nmod:by SpaceAfter=No -19 , , PUNCT , _ 21 punct 21:punct SpaceAfter=No -20 ’’ '' PUNCT '' _ 21 punct 21:punct _ +19 , , PUNCT , _ 4 punct 4:punct SpaceAfter=No +20 ’’ '' PUNCT '' _ 4 punct 4:punct _ 21 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 22 Karzai Karzai PROPN NNP Number=Sing 21 nsubj 21:nsubj SpaceAfter=No 23 . . PUNCT . _ 21 punct 21:punct _ @@ -17138,23 +17146,23 @@ 5 angry angry ADJ JJ Degree=Pos 6 amod 6:amod _ 6 Musharraf Musharraf PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 7 categorically categorically ADV RB _ 8 advmod 8:advmod _ -8 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 that that SCONJ IN _ 13 mark 13:mark _ 10 Pakistan Pakistan PROPN NNP Number=Sing 13 nsubj 13:nsubj _ 11 would would AUX MD VerbForm=Fin 13 aux 13:aux _ 12 not not PART RB _ 13 advmod 13:advmod _ 13 send send VERB VB VerbForm=Inf 8 ccomp 8:ccomp _ -14 Pakistani pakistani ADJ JJ Degree=Pos 15 amod 15:amod _ +14 Pakistani Pakistani ADJ JJ Degree=Pos 15 amod 15:amod _ 15 troops troops NOUN NNS Number=Plur 13 obj 13:obj _ 16 to to ADP IN _ 17 case 17:case _ 17 Iraq Iraq PROPN NNP Number=Sing 13 obl 13:obl:to SpaceAfter=No 18 , , PUNCT , _ 21 punct 21:punct _ 19 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 20 clear clear ADJ JJ Degree=Pos 21 amod 21:amod _ -21 snub snub NOUN NN Number=Sing 13 appos 13:appos _ +21 snub snub NOUN NN Number=Sing 13 parataxis 13:parataxis _ 22 to to ADP IN _ 24 case 24:case _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -24 Americans Americans PROPN NNPS Number=Plur 21 nmod 21:nmod:to SpaceAfter=No +24 Americans American PROPN NNPS Number=Plur 21 nmod 21:nmod:to SpaceAfter=No 25 . . PUNCT . _ 21 punct 21:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041016151002_ENG_20041016_151002-0028 @@ -17162,22 +17170,22 @@ 1 Until until ADP IN _ 2 case 2:case _ 2 then then ADV RB PronType=Dem 5 obl 5:obl:until _ 3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -4 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +4 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 5 said say VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 6-7 Pakistan’s _ _ _ _ _ _ _ _ 6 Pakistan Pakistan PROPN NNP Number=Sing 8 nmod:poss 8:nmod:poss _ 7 ’s 's PART POS _ 6 case 6:case _ 8 options option NOUN NNS Number=Plur 10 nsubj 10:nsubj _ -9 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 cop 10:cop _ +9 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ 10 open open ADJ JJ Degree=Pos 5 ccomp 5:ccomp SpaceAfter=No 11 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041016151002_ENG_20041016_151002-0029 # text = However Pakistani officials insist that the decision was unconnected to the tripartite meeting. 1 However however ADV RB _ 4 advmod 4:advmod _ -2 Pakistani pakistani ADJ JJ Degree=Pos 3 amod 3:amod _ +2 Pakistani Pakistani ADJ JJ Degree=Pos 3 amod 3:amod _ 3 officials official NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 insist insist VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 insist insist VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 that that SCONJ IN _ 9 mark 9:mark _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 decision decision NOUN NN Number=Sing 9 nsubj 9:nsubj _ @@ -17198,7 +17206,7 @@ 5 officers officer NOUN NNS Number=Plur 8 nsubj 8:nsubj _ 6 in in ADP IN _ 7 case 7:case _ 7 Kabul Kabul PROPN NNP Number=Sing 5 nmod 5:nmod:in _ -8 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 say say VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 expl 12:expl _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 too too ADV RB _ 12 advmod 12:advmod _ @@ -17215,10 +17223,10 @@ 21 instrumental instrumental ADJ JJ Degree=Pos 14 ccomp 14:ccomp _ 22 in in SCONJ IN _ 23 mark 23:mark _ 23 persuading persuade VERB VBG VerbForm=Ger 21 advcl 21:advcl:in _ -24 Musharraf Musharraf PROPN NNP Number=Sing 23 obj 23:obj|29:nsubj:xsubj _ +24 Musharraf Musharraf PROPN NNP Number=Sing 23 iobj 23:iobj|29:nsubj:xsubj _ 25 and and CCONJ CC _ 27 cc 27:cc _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ -27 ISI ISI PROPN NNP Number=Sing 24 conj 23:obj|24:conj:and|29:nsubj:xsubj _ +27 ISI ISI PROPN NNP Number=Sing 24 conj 23:iobj|24:conj:and|29:nsubj:xsubj _ 28 to to PART TO _ 29 mark 29:mark _ 29 pressure pressure VERB VB VerbForm=Inf 23 xcomp 23:xcomp _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ @@ -17235,7 +17243,7 @@ # text = However there were visible signs of a crackdown on the Pakistan side. 1 However however ADV RB _ 3 advmod 3:advmod _ 2 there there PRON EX _ 3 expl 3:expl _ -3 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 visible visible ADJ JJ Degree=Pos 5 amod 5:amod _ 5 signs sign NOUN NNS Number=Plur 3 nsubj 3:nsubj _ 6 of of ADP IN _ 8 case 8:case _ @@ -17256,7 +17264,7 @@ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 large large ADJ JJ Degree=Pos 7 amod 7:amod _ 7 force force NOUN NN Number=Sing 4 obj 4:obj|14:nsubj _ -8 deployed deploy VERB VBN Tense=Past|VerbForm=Part 7 acl 7:acl _ +8 deployed deploy VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl _ 9 in in ADP IN _ 10 case 10:case _ 10 Baluchistan Baluchistan PROPN NNP Number=Sing 8 obl 8:obl:in _ 11 which which PRON WDT PronType=Rel 14 nsubj 7:ref _ @@ -17264,8 +17272,8 @@ 13 not not PART RB _ 14 advmod 14:advmod _ 14 there there ADV RB PronType=Dem 7 acl:relcl 7:acl:relcl _ 15 before before ADV RB _ 14 advmod 14:advmod SpaceAfter=No -16 , , PUNCT , _ 18 punct 18:punct SpaceAfter=No -17 ’’ '' PUNCT '' _ 18 punct 18:punct _ +16 , , PUNCT , _ 4 punct 4:punct SpaceAfter=No +17 ’’ '' PUNCT '' _ 4 punct 4:punct _ 18 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 19 Lt. Lt. PROPN NNP Number=Sing 21 compound 21:compound _ 20 General General PROPN NNP Number=Sing 19 flat 19:flat _ @@ -17279,14 +17287,14 @@ 2 There there PRON EX _ 3 expl 3:expl _ 3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 31 ccomp 31:ccomp _ 4 much much ADV RB _ 5 advmod 5:advmod _ -5 better better ADJ JJR Degree=Cmp 7 amod 7:amod _ +5 better good ADJ JJR Degree=Cmp 7 amod 7:amod _ 6 tactical tactical ADJ JJ Degree=Pos 7 amod 7:amod _ 7 cooperation cooperation NOUN NN Number=Sing 3 nsubj 3:nsubj _ 8 between between ADP IN _ 10 case 10:case _ -9 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 forces force NOUN NNS Number=Plur 7 nmod 7:nmod:between _ 11 on on ADP IN _ 13 case 13:case _ -12 both both DET DT _ 13 det 13:det _ +12 both both DET DT PronType=Tot 13 det 13:det _ 13 sides side NOUN NNS Number=Plur 7 nmod 7:nmod:on _ 14 of of ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -17300,10 +17308,10 @@ 23 still still ADV RB _ 24 advmod 24:advmod _ 24 goes go VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but|31:ccomp _ 25 on on ADP RP _ 24 compound:prt 24:compound:prt _ -26 both both DET DT _ 27 det 27:det _ +26 both both DET DT PronType=Tot 27 det 27:det _ 27 ways way NOUN NNS Number=Plur 24 obl:npmod 24:obl:npmod SpaceAfter=No -28 , , PUNCT , _ 31 punct 31:punct SpaceAfter=No -29 ’’ '' PUNCT '' _ 31 punct 31:punct _ +28 , , PUNCT , _ 3 punct 3:punct SpaceAfter=No +29 ’’ '' PUNCT '' _ 3 punct 3:punct _ 30 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 31 nsubj 31:nsubj _ 31 adds add VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 32 . . PUNCT . _ 31 punct 31:punct _ @@ -17317,7 +17325,7 @@ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 elections election NOUN NNS Number=Plur 8 obl 8:obl:before _ 7 Pakistan Pakistan PROPN NNP Number=Sing 8 nsubj 8:nsubj _ -8 closed close VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 closed close VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 10 border border NOUN NN Number=Sing 11 compound 11:compound _ 11 crossing crossing NOUN NN Number=Sing 12 compound 12:compound _ @@ -17345,16 +17353,16 @@ 2 US US PROPN NNP Number=Sing 4 compound 4:compound _ 3 military military ADJ JJ Degree=Pos 4 amod 4:amod _ 4 officers officer NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -5 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 say say VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 regular regular ADJ JJ Degree=Pos 8 amod 8:amod _ 7 army army NOUN NN Number=Sing 8 compound 8:compound _ 8 officers officer NOUN NNS Number=Plur 26 nsubj 26:nsubj|28:nsubj:xsubj _ -9 - - PUNCT , _ 8 punct 8:punct _ -10 many many ADJ JJ Degree=Pos 8 acl:relcl 8:acl:relcl _ +9 - - PUNCT , _ 13 punct 13:punct _ +10 many many ADJ JJ Degree=Pos 13 nsubj 13:nsubj _ 11 of of ADP IN _ 12 case 12:case _ 12 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 10 nmod 10:nmod:of _ -13 Pashtun pashtun ADJ JJ Degree=Pos 10 amod 10:amod _ -14 - - PUNCT , _ 8 punct 8:punct _ +13 Pashtun Pashtun ADJ JJ Degree=Pos 8 acl 8:acl _ +14 - - PUNCT , _ 15 punct 15:punct _ 15 leading lead VERB VBG VerbForm=Ger 8 acl 8:acl _ 16 units unit NOUN NNS Number=Plur 15 obj 15:obj|25:nsubj _ 17 of of ADP IN _ 20 case 20:case _ @@ -17362,11 +17370,11 @@ 19 Frontier Frontier PROPN NNP Number=Sing 20 compound 20:compound _ 20 Corps Corps PROPN NNP Number=Sing 16 nmod 16:nmod:of _ 21 who who PRON WP PronType=Rel 25 nsubj 16:ref _ -22 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ +22 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ 23 on on ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 border border NOUN NN Number=Sing 16 acl:relcl 16:acl:relcl _ -26 remain remain VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ +26 remain remain VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ 27 deeply deeply ADV RB _ 26 advmod 26:advmod _ 28 sympathetic sympathetic ADJ JJ Degree=Pos 26 xcomp 26:xcomp _ 29 to to ADP IN _ 31 case 31:case _ @@ -17403,7 +17411,7 @@ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 20 facing face VERB VBG Tense=Pres|VerbForm=Part 12 acl:relcl 12:acl:relcl _ 21 in in ADP IN _ 23 case 23:case _ -22 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 operations operation NOUN NNS Number=Plur 20 obl 20:obl:in _ 24 in in ADP IN _ 25 case 25:case _ 25 Waziristan Waziristan PROPN NNP Number=Sing 23 nmod 23:nmod:in SpaceAfter=No @@ -17411,8 +17419,8 @@ # sent_id = weblog-blogspot.com_dakbangla_20041016151002_ENG_20041016_151002-0037 # text = Not only is the army facing serious political fallout, growing anti-Americanism and anti-army feeling in the tribal areas but it is also taking heavy casualties -between 400-500 Pakistani soldiers have been killed in the region since March. -1 Not not ADV RB _ 2 advmod 2:advmod _ -2 only only ADV RB _ 6 cc:preconj 6:cc:preconj _ +1 Not not PART RB _ 6 advmod 6:advmod _ +2 only only ADV RB _ 6 advmod 6:advmod _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 army army NOUN NN Number=Sing 6 nsubj 6:nsubj _ @@ -17422,7 +17430,7 @@ 9 fallout fallout NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No 10 , , PUNCT , _ 12 punct 12:punct _ 11 growing grow VERB VBG VerbForm=Ger 12 amod 12:amod _ -12 anti-Americanism anti-americanism NOUN NN Number=Sing 9 conj 6:obj|9:conj:and _ +12 anti-Americanism anti-Americanism NOUN NN Number=Sing 9 conj 6:obj|9:conj:and _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 anti-army anti-army ADJ JJ Degree=Pos 15 amod 15:amod _ 15 feeling feeling NOUN NN Number=Sing 9 conj 6:obj|9:conj:and _ @@ -17437,14 +17445,14 @@ 24 taking take VERB VBG Tense=Pres|VerbForm=Part 6 conj 6:conj:but _ 25 heavy heavy ADJ JJ Degree=Pos 26 amod 26:amod _ 26 casualties casualty NOUN NNS Number=Plur 24 obj 24:obj _ -27 - - PUNCT : _ 6 punct 6:punct SpaceAfter=No -28 between between ADP IN _ 29 advmod 29:advmod _ -29 400 400 NUM CD NumType=Card 32 nummod 32:nummod SpaceAfter=No +27 - - PUNCT : _ 36 punct 36:punct SpaceAfter=No +28 between between ADV IN _ 29 advmod 29:advmod _ +29 400 400 NUM CD NumForm=Digit|NumType=Card 32 nummod 32:nummod SpaceAfter=No 30 - - SYM SYM _ 31 case 31:case SpaceAfter=No -31 500 500 NUM CD NumType=Card 29 nmod 29:nmod _ -32 Pakistani pakistani ADJ JJ Degree=Pos 33 amod 33:amod _ +31 500 500 NUM CD NumForm=Digit|NumType=Card 29 nmod 29:nmod _ +32 Pakistani Pakistani ADJ JJ Degree=Pos 33 amod 33:amod _ 33 soldiers soldier NOUN NNS Number=Plur 36 nsubj:pass 36:nsubj:pass _ -34 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 36 aux 36:aux _ +34 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 36 aux 36:aux _ 35 been be AUX VBN Tense=Past|VerbForm=Part 36 aux:pass 36:aux:pass _ 36 killed kill VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 parataxis 6:parataxis _ 37 in in ADP IN _ 39 case 39:case _ @@ -17488,7 +17496,7 @@ # text = US and Afghan intelligence will shortly be presenting the ISI with a list of Taliban extremists and their suspected whereabouts. 1 US US PROPN NNP Number=Sing 4 compound 4:compound _ 2 and and CCONJ CC _ 3 cc 3:cc _ -3 Afghan afghan ADJ JJ Degree=Pos 1 conj 1:conj:and|4:compound _ +3 Afghan Afghan ADJ JJ Degree=Pos 1 conj 1:conj:and|4:compound _ 4 intelligence intelligence NOUN NN Number=Sing 8 nsubj 8:nsubj _ 5 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 6 shortly shortly ADV RB _ 8 advmod 8:advmod _ @@ -17503,8 +17511,8 @@ 15 Taliban Taliban PROPN NNP Number=Sing 16 compound 16:compound _ 16 extremists extremist NOUN NNS Number=Plur 13 nmod 13:nmod:of _ 17 and and CCONJ CC _ 20 cc 20:cc _ -18 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ -19 suspected suspect VERB VBN Tense=Past|VerbForm=Part 20 amod 20:amod _ +18 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 suspected suspect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 amod 20:amod _ 20 whereabouts whereabouts NOUN NNS Number=Plur 16 conj 13:nmod:of|16:conj:and SpaceAfter=No 21 . . PUNCT . _ 8 punct 8:punct _ @@ -17512,7 +17520,7 @@ # text = Moreover there are now major covert attempts under way to try and bring back to Kabul leading Taliban commanders, who have been living quietly in Pakistan and have taken no part in the Taliban insurgency. 1 Moreover moreover ADV RB _ 3 advmod 3:advmod _ 2 there there PRON EX _ 3 expl 3:expl _ -3 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 now now ADV RB _ 3 advmod 3:advmod _ 5 major major ADJ JJ Degree=Pos 7 amod 7:amod _ 6 covert covert ADJ JJ Degree=Pos 7 amod 7:amod _ @@ -17529,18 +17537,18 @@ 17 leading lead VERB VBG VerbForm=Ger 19 amod 19:amod _ 18 Taliban Taliban PROPN NNP Number=Sing 19 compound 19:compound _ 19 commanders commander NOUN NNS Number=Plur 13 obj 13:obj|24:nsubj|30:nsubj SpaceAfter=No -20 , , PUNCT , _ 19 punct 19:punct _ +20 , , PUNCT , _ 24 punct 24:punct _ 21 who who PRON WP PronType=Rel 24 nsubj 19:ref _ -22 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ +22 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ 23 been be AUX VBN Tense=Past|VerbForm=Part 24 aux 24:aux _ 24 living live VERB VBG Tense=Pres|VerbForm=Part 19 acl:relcl 19:acl:relcl _ 25 quietly quietly ADV RB _ 24 advmod 24:advmod _ 26 in in ADP IN _ 27 case 27:case _ 27 Pakistan Pakistan PROPN NNP Number=Sing 24 obl 24:obl:in _ 28 and and CCONJ CC _ 30 cc 30:cc _ -29 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 30 aux 30:aux _ +29 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 30 aux 30:aux _ 30 taken take VERB VBN Tense=Past|VerbForm=Part 24 conj 19:acl:relcl|24:conj:and _ -31 no no DET DT _ 32 det 32:det _ +31 no no DET DT PronType=Neg 32 det 32:det _ 32 part part NOUN NN Number=Sing 30 obj 30:obj _ 33 in in ADP IN _ 36 case 36:case _ 34 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ @@ -17557,21 +17565,21 @@ 5 to to PART TO _ 6 mark 6:mark _ 6 disrupt disrupt VERB VB VerbForm=Inf 4 acl 4:acl:to _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 Afghan afghan ADJ JJ Degree=Pos 9 amod 9:amod _ +8 Afghan Afghan ADJ JJ Degree=Pos 9 amod 9:amod _ 9 elections election NOUN NNS Number=Plur 6 obj 6:obj SpaceAfter=No -10 , , PUNCT , _ 16 punct 16:punct _ +10 , , PUNCT , _ 4 punct 4:punct _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 militants militant NOUN NNS Number=Plur 16 nsubj 16:nsubj _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 14 even even ADV RB _ 15 advmod 15:advmod _ -15 more more ADV RBR _ 16 advmod 16:advmod _ +15 more more ADV RBR Degree=Cmp 16 advmod 16:advmod _ 16 isolated isolated ADJ JJ Degree=Pos 0 root 0:root _ 17 from from ADP IN _ 20 case 20:case _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 19 mainstream mainstream ADJ JJ Degree=Pos 20 amod 20:amod _ 20 Taliban Taliban PROPN NNP Number=Sing 16 obl 16:obl:from|22:nsubj|24:nsubj:xsubj _ 21 who who PRON WP PronType=Rel 22 nsubj 20:ref _ -22 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 acl:relcl 20:acl:relcl _ +22 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 acl:relcl 20:acl:relcl _ 23 to to PART TO _ 24 mark 24:mark _ 24 return return VERB VB VerbForm=Inf 22 xcomp 22:xcomp _ 25 home home ADV RB _ 24 advmod 24:advmod SpaceAfter=No @@ -17585,7 +17593,7 @@ 4 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 not not PART RB _ 6 advmod 6:advmod _ 6 facilitated facilitate VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -7 such such DET PDT _ 9 det:predet 9:det:predet _ +7 such such DET PDT PronType=Ind 9 det:predet 9:det:predet _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 return return NOUN NN Number=Sing 6 obj 6:obj _ 10 and and CCONJ CC _ 15 cc 15:cc _ @@ -17612,8 +17620,8 @@ # sent_id = weblog-blogspot.com_dakbangla_20041016151002_ENG_20041016_151002-0044 # text = With President Karzai certain to win the elections and the demotion of key former Northern Alliance figures such as General Fahim and warlord Ismail Khan, there is now little reason for moderate Taliban leaders to fear reprisals from former Northern Alliance figures if they return home. -1 With with ADP IN _ 4 mark 4:mark _ -2 President President PROPN NNP Number=Sing 4 nsubj 4:nsubj|6:nsubj:xsubj|11:nsubj _ +1 With with SCONJ IN _ 4 mark 4:mark _ +2 President President PROPN NNP Number=Sing 4 nsubj 4:nsubj|6:nsubj:xsubj _ 3 Karzai Karzai PROPN NNP Number=Sing 2 flat 2:flat _ 4 certain certain ADJ JJ Degree=Pos 28 advcl 28:advcl:with _ 5 to to PART TO _ 6 mark 6:mark _ @@ -17626,10 +17634,10 @@ 12 of of ADP IN _ 17 case 17:case _ 13 key key ADJ JJ Degree=Pos 17 amod 17:amod _ 14 former former ADJ JJ Degree=Pos 17 amod 17:amod _ -15 Northern Northern PROPN NNP Number=Sing 16 compound 16:compound _ +15 Northern Northern ADJ NNP Degree=Pos 16 amod 16:amod _ 16 Alliance Alliance PROPN NNP Number=Sing 17 compound 17:compound _ 17 figures figure NOUN NNS Number=Plur 11 nmod 11:nmod:of _ -18 such such ADJ JJ Degree=Pos 21 case 21:case _ +18 such such ADJ JJ Degree=Pos|ExtPos=ADP 21 case 21:case _ 19 as as ADP IN _ 18 fixed 18:fixed _ 20 General General PROPN NNP Number=Sing 21 compound 21:compound _ 21 Fahim Fahim PROPN NNP Number=Sing 17 nmod 17:nmod:such_as _ @@ -17637,7 +17645,7 @@ 23 warlord warlord NOUN NN Number=Sing 24 compound 24:compound _ 24 Ismail Ismail PROPN NNP Number=Sing 21 conj 17:nmod:such_as|21:conj:and _ 25 Khan Khan PROPN NNP Number=Sing 24 flat 24:flat SpaceAfter=No -26 , , PUNCT , _ 28 punct 28:punct _ +26 , , PUNCT , _ 4 punct 4:punct _ 27 there there PRON EX _ 28 expl 28:expl _ 28 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 29 now now ADV RB _ 28 advmod 28:advmod _ @@ -17652,23 +17660,23 @@ 38 reprisals reprisal NOUN NNS Number=Plur 37 obj 37:obj _ 39 from from ADP IN _ 43 case 43:case _ 40 former former ADJ JJ Degree=Pos 43 amod 43:amod _ -41 Northern Northern PROPN NNP Number=Sing 42 compound 42:compound _ +41 Northern Northern ADJ NNP Degree=Pos 42 amod 42:amod _ 42 Alliance Alliance PROPN NNP Number=Sing 43 compound 43:compound _ 43 figures figure NOUN NNS Number=Plur 38 nmod 38:nmod:from _ 44 if if SCONJ IN _ 46 mark 46:mark _ 45 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 46 nsubj 46:nsubj _ -46 return return VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 advcl 28:advcl:if _ +46 return return VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 28 advcl 28:advcl:if _ 47 home home ADV RB _ 46 advmod 46:advmod SpaceAfter=No 48 . . PUNCT . _ 28 punct 28:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041016151002_ENG_20041016_151002-0045 # text = Their removal should also provide increased motivation for Pakistan to help the return of moderate Taliban. -1 Their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 removal removal NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 should should AUX MD VerbForm=Fin 5 aux 5:aux _ 4 also also ADV RB _ 5 advmod 5:advmod _ 5 provide provide VERB VB VerbForm=Inf 0 root 0:root _ -6 increased increase VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +6 increased increase VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 motivation motivation NOUN NN Number=Sing 5 obj 5:obj _ 8 for for SCONJ IN _ 11 mark 11:mark _ 9 Pakistan Pakistan PROPN NNP Number=Sing 11 nsubj 11:nsubj _ @@ -17683,14 +17691,14 @@ # sent_id = weblog-blogspot.com_dakbangla_20041016151002_ENG_20041016_151002-0046 # text = Afghan officials welcomed the appointment on October 3 of Lt. General Ashfaq Kiyani as the new ISI chief. -1 Afghan afghan ADJ JJ Degree=Pos 2 amod 2:amod _ +1 Afghan Afghan ADJ JJ Degree=Pos 2 amod 2:amod _ 2 officials official NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 welcomed welcome VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 welcomed welcome VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 appointment appointment NOUN NN Number=Sing 3 obj 3:obj _ 6 on on ADP IN _ 7 case 7:case _ 7 October October PROPN NNP Number=Sing 5 nmod 5:nmod:on _ -8 3 3 NUM CD NumType=Card 7 nummod 7:nummod _ +8 3 3 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 9 of of ADP IN _ 12 case 12:case _ 10 Lt. Lt. PROPN NNP Number=Sing 12 compound 12:compound _ 11 General General PROPN NNP Number=Sing 10 flat 10:flat _ @@ -17710,7 +17718,7 @@ 3 well well ADV RB Degree=Pos 4 advmod 4:advmod _ 4 known know VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 liked like VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and _ +6 liked like VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 conj 4:conj:and _ 7 in in ADP IN _ 8 case 8:case _ 8 Kabul Kabul PROPN NNP Number=Sing 6 obl 6:obl:in _ 9 as as SCONJ IN _ 15 mark 15:mark _ @@ -17719,9 +17727,9 @@ 12 last last ADJ JJ Degree=Pos 13 amod 13:amod _ 13 year year NOUN NN Number=Sing 15 obl 15:obl:during _ 14 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -15 led lead VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:as _ +15 led lead VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:as _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -17 Pakistani pakistani ADJ JJ Degree=Pos 18 amod 18:amod _ +17 Pakistani Pakistani ADJ JJ Degree=Pos 18 amod 18:amod _ 18 delegation delegation NOUN NN Number=Sing 15 obj 15:obj _ 19 in in ADP IN _ 23 case 23:case _ 20 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ @@ -17730,7 +17738,7 @@ 23 meetings meeting NOUN NNS Number=Plur 15 obl 15:obl:in _ 24 with with ADP IN _ 29 case 29:case _ 25 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ -26 Afghan afghan ADJ JJ Degree=Pos 29 amod 29:amod _ +26 Afghan Afghan ADJ JJ Degree=Pos 29 amod 29:amod _ 27 and and CCONJ CC _ 28 cc 28:cc _ 28 US US PROPN NNP Number=Sing 26 conj 26:conj:and|29:amod _ 29 military military NOUN NN Number=Sing 23 nmod 23:nmod:with _ @@ -17751,7 +17759,7 @@ 5 deal deal VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 with with ADP IN _ 10 case 10:case _ 7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -8 stepped step VERB VBN Tense=Past|VerbForm=Part 10 amod 10:amod _ +8 stepped step VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 amod 10:amod _ 9 up up ADP RP _ 8 compound:prt 8:compound:prt _ 10 rivalry rivalry NOUN NN Number=Sing 5 obl 5:obl:with _ 11 between between ADP IN _ 12 case 12:case _ @@ -17766,47 +17774,47 @@ # text = Islamabad accuses New Delhi of using its consulates in Kandahar and Jalalabad to train Balochi insurgents who are active in Pakistani Balochistan. 1 Islamabad Islamabad PROPN NNP Number=Sing 2 nsubj 2:nsubj _ 2 accuses accuse VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 New New PROPN NNP Number=Sing 4 compound 4:compound _ +3 New New ADJ NNP Degree=Pos 4 amod 4:amod _ 4 Delhi Delhi PROPN NNP Number=Sing 2 obj 2:obj _ 5 of of SCONJ IN _ 6 mark 6:mark _ 6 using use VERB VBG VerbForm=Ger 2 advcl 2:advcl:of _ -7 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ -8 consulates consulate NOUN NNS Number=Plur 6 obj 6:obj|14:nsubj:xsubj _ +7 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +8 consulates consulate NOUN NNS Number=Plur 6 obj 6:obj _ 9 in in ADP IN _ 10 case 10:case _ 10 Kandahar Kandahar PROPN NNP Number=Sing 8 nmod 8:nmod:in _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 Jalalabad Jalalabad PROPN NNP Number=Sing 10 conj 8:nmod:in|10:conj:and _ 13 to to PART TO _ 14 mark 14:mark _ -14 train train VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ +14 train train VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ 15 Balochi balochi ADJ JJ Degree=Pos 16 amod 16:amod _ 16 insurgents insurgent NOUN NNS Number=Plur 14 obj 14:obj|19:nsubj _ 17 who who PRON WP PronType=Rel 19 nsubj 16:ref _ -18 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ +18 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 19 active active ADJ JJ Degree=Pos 16 acl:relcl 16:acl:relcl _ 20 in in ADP IN _ 22 case 22:case _ -21 Pakistani pakistani ADJ JJ Degree=Pos 22 amod 22:amod _ +21 Pakistani Pakistani ADJ JJ Degree=Pos 22 amod 22:amod _ 22 Balochistan Balochistan PROPN NNP Number=Sing 19 obl 19:obl:in SpaceAfter=No 23 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041016151002_ENG_20041016_151002-0050 # text = Pakistani officials claim there are as many as 42 RAW agents based in Kandahar and another 12 in Jalalabad. -1 Pakistani pakistani ADJ JJ Degree=Pos 2 amod 2:amod _ +1 Pakistani Pakistani ADJ JJ Degree=Pos 2 amod 2:amod _ 2 officials official NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 claim claim VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 claim claim VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 there there PRON EX _ 5 expl 5:expl _ -5 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ -6 as as ADV RB _ 7 advmod 7:advmod _ -7 many many ADJ JJ Degree=Pos 11 amod 11:amod _ -8 as as ADP IN _ 9 mark 9:mark _ -9 42 42 NUM CD NumType=Card 6 advcl 6:advcl:as _ +5 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +6 as as ADV RB _ 9 advmod 9:advmod _ +7 many many ADJ JJ Degree=Pos 6 fixed 6:fixed _ +8 as as ADP IN _ 6 fixed 6:fixed _ +9 42 42 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 10 RAW RAW PROPN NNP Number=Sing 11 compound 11:compound _ 11 agents agent NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -12 based base VERB VBN Tense=Past|VerbForm=Part 11 acl 11:acl _ +12 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl 11:acl _ 13 in in ADP IN _ 14 case 14:case _ 14 Kandahar Kandahar PROPN NNP Number=Sing 12 obl 12:obl:in _ 15 and and CCONJ CC _ 17 cc 17:cc _ -16 another another DET DT _ 17 det 17:det _ -17 12 12 NUM CD NumType=Card 11 conj 5:nsubj|11:conj:and _ +16 another another DET DT PronType=Ind 17 det 17:det _ +17 12 12 NUM CD NumForm=Digit|NumType=Card 11 conj 5:nsubj|11:conj:and _ 18 in in ADP IN _ 19 case 19:case _ 19 Jalalabad Jalalabad PROPN NNP Number=Sing 17 nmod 17:nmod:in SpaceAfter=No 20 . . PUNCT . _ 3 punct 3:punct _ @@ -17814,22 +17822,22 @@ # sent_id = weblog-blogspot.com_dakbangla_20041016151002_ENG_20041016_151002-0051 # text = “There have no business being there unless they are undermining Pakistan,’’ says a Pakistani official. 1 “ " PUNCT `` _ 15 punct 15:punct SpaceAfter=No -2 There they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs|Typo=Yes 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 ccomp 15:ccomp _ -4 no no DET DT _ 5 det 5:det _ +2 There they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs|Typo=Yes 3 nsubj 3:nsubj CorrectForm=They +3 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 ccomp 15:ccomp _ +4 no no DET DT PronType=Neg 5 det 5:det _ 5 business business NOUN NN Number=Sing 3 obj 3:obj _ 6 being be AUX VBG VerbForm=Ger 7 cop 7:cop _ 7 there there ADV RB PronType=Dem 5 acl 5:acl _ 8 unless unless SCONJ IN _ 11 mark 11:mark _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 undermining undermine VERB VBG Tense=Pres|VerbForm=Part 3 advcl 3:advcl:unless _ 12 Pakistan Pakistan PROPN NNP Number=Sing 11 obj 11:obj SpaceAfter=No -13 , , PUNCT , _ 15 punct 15:punct SpaceAfter=No -14 ’’ '' PUNCT '' _ 15 punct 15:punct _ +13 , , PUNCT , _ 3 punct 3:punct SpaceAfter=No +14 ’’ '' PUNCT '' _ 3 punct 3:punct _ 15 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ -17 Pakistani pakistani ADJ JJ Degree=Pos 18 amod 18:amod _ +17 Pakistani Pakistani ADJ JJ Degree=Pos 18 amod 18:amod _ 18 official official NOUN NN Number=Sing 15 nsubj 15:nsubj SpaceAfter=No 19 . . PUNCT . _ 15 punct 15:punct _ @@ -17839,7 +17847,7 @@ 2 India India PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 Afghanistan Afghanistan PROPN NNP Number=Sing 2 conj 2:conj:and|5:nsubj _ -5 deny deny VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 deny deny VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 claim claim NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No 8 . . PUNCT . _ 5 punct 5:punct _ @@ -17851,19 +17859,19 @@ 3 Pakistan Pakistan PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 4 show show VERB VB VerbForm=Inf 22 advcl 22:advcl _ 5 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 4 iobj 4:iobj _ -6 any any DET DT _ 7 det 7:det _ +6 any any DET DT PronType=Ind 7 det 7:det _ 7 evidence evidence NOUN NN Number=Sing 4 obj 4:obj _ 8 of of ADP IN _ 11 case 11:case _ 9 an a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -10 Indian indian ADJ JJ Degree=Pos 11 amod 11:amod _ +10 Indian Indian ADJ JJ Degree=Pos 11 amod 11:amod _ 11 hand hand NOUN NN Number=Sing 7 nmod 7:nmod:of _ 12 using use VERB VBG VerbForm=Ger 11 acl 11:acl _ -13 Afghan afghan ADJ JJ Degree=Pos 14 amod 14:amod _ -14 soil soil NOUN NN Number=Sing 12 obj 12:obj|16:nsubj:xsubj _ +13 Afghan Afghan ADJ JJ Degree=Pos 14 amod 14:amod _ +14 soil soil NOUN NN Number=Sing 12 obj 12:obj _ 15 to to PART TO _ 16 mark 16:mark _ -16 work work VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ +16 work work VERB VB VerbForm=Inf 12 advcl 12:advcl:to _ 17 against against ADP IN _ 19 case 19:case _ -18 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 neighbours neighbour NOUN NNS Number=Plur 16 obl 16:obl:against _ 20 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 22 nsubj 22:nsubj _ 21 will will AUX MD VerbForm=Fin 22 aux 22:aux _ @@ -17871,8 +17879,8 @@ 23 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 expl 22:expl _ 24 very very ADV RB _ 25 advmod 25:advmod _ 25 seriously seriously ADV RB _ 22 advmod 22:advmod SpaceAfter=No -26 , , PUNCT , _ 28 punct 28:punct SpaceAfter=No -27 ” " PUNCT '' _ 28 punct 28:punct _ +26 , , PUNCT , _ 22 punct 22:punct SpaceAfter=No +27 ” " PUNCT '' _ 22 punct 22:punct _ 28 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 29 Amrullah Amrullah PROPN NNP Number=Sing 28 nsubj 28:nsubj _ 30 Saleh Saleh PROPN NNP Number=Sing 29 flat 29:flat _ @@ -17882,7 +17890,7 @@ 34-35 Afghanistan’s _ _ _ _ _ _ _ _ 34 Afghanistan Afghanistan PROPN NNP Number=Sing 38 nmod:poss 38:nmod:poss _ 35 ’s 's PART POS _ 34 case 34:case _ -36 National National PROPN NNP Number=Sing 37 compound 37:compound _ +36 National National ADJ NNP Degree=Pos 37 amod 37:amod _ 37 Security Security PROPN NNP Number=Sing 38 compound 38:compound _ 38 Directorate Directorate PROPN NNP Number=Sing 32 nmod 32:nmod:of SpaceAfter=No 39 . . PUNCT . _ 28 punct 28:punct _ @@ -17891,23 +17899,23 @@ # text = Karzai categorically said that he has assured Musharraf repeatedly that any adverse action against Pakistan taken by Indian diplomats inside Afghanistan would be acted upon swiftly. 1 Karzai Karzai PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 categorically categorically ADV RB _ 3 advmod 3:advmod _ -3 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 that that SCONJ IN _ 7 mark 7:mark _ 5 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 6 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 assured assure VERB VBN Tense=Past|VerbForm=Part 3 ccomp 3:ccomp _ -8 Musharraf Musharraf PROPN NNP Number=Sing 7 obj 7:obj _ +8 Musharraf Musharraf PROPN NNP Number=Sing 7 iobj 7:iobj _ 9 repeatedly repeatedly ADV RB _ 7 advmod 7:advmod _ 10 that that SCONJ IN _ 24 mark 24:mark _ -11 any any DET DT _ 13 det 13:det _ +11 any any DET DT PronType=Ind 13 det 13:det _ 12 adverse adverse ADJ JJ Degree=Pos 13 amod 13:amod _ 13 action action NOUN NN Number=Sing 24 nsubj:pass 24:nsubj:pass _ 14 against against ADP IN _ 15 case 15:case _ 15 Pakistan Pakistan PROPN NNP Number=Sing 13 nmod 13:nmod:against _ -16 taken take VERB VBN Tense=Past|VerbForm=Part 13 acl 13:acl _ +16 taken take VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 acl 13:acl _ 17 by by ADP IN _ 19 case 19:case _ -18 Indian indian ADJ JJ Degree=Pos 19 amod 19:amod _ -19 diplomats diplomat NOUN NNS Number=Plur 16 obl 16:obl:by _ +18 Indian Indian ADJ JJ Degree=Pos 19 amod 19:amod _ +19 diplomats diplomat NOUN NNS Number=Plur 16 obl:agent 16:obl:agent _ 20 inside inside ADP IN _ 21 case 21:case _ 21 Afghanistan Afghanistan PROPN NNP Number=Sing 19 nmod 19:nmod:inside _ 22 would would AUX MD VerbForm=Fin 24 aux 24:aux _ @@ -17925,9 +17933,9 @@ 4 and and CCONJ CC _ 6 cc 6:cc _ 5 military military ADJ JJ Degree=Pos 6 amod 6:amod _ 6 officials official NOUN NNS Number=Plur 3 conj 3:conj:and|8:nsubj _ -7 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +7 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 warned warn VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -9 India India PROPN NNP Number=Sing 8 obj 8:obj _ +9 India India PROPN NNP Number=Sing 8 iobj 8:iobj _ 10 also also ADV RB _ 8 advmod 8:advmod SpaceAfter=No 11 . . PUNCT . _ 8 punct 8:punct _ @@ -17941,34 +17949,34 @@ 6 reflecting reflect VERB VBG VerbForm=Ger 5 acl 5:acl _ 7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 8 newly newly ADV RB _ 9 advmod 9:advmod _ -9 strengthened strengthen VERB VBN Tense=Past|VerbForm=Part 10 amod 10:amod _ +9 strengthened strengthen VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 amod 10:amod _ 10 position position NOUN NN Number=Sing 6 obj 6:obj _ 11 of of ADP IN _ 12 case 12:case _ 12 Karzai Karzai PROPN NNP Number=Sing 10 nmod 10:nmod:of SpaceAfter=No -13 , , PUNCT , _ 29 punct 29:punct _ +13 , , PUNCT , _ 5 punct 5:punct _ 14 Iran Iran PROPN NNP Number=Sing 29 nsubj 22:nsubj|29:nsubj SpaceAfter=No 15 , , PUNCT , _ 16 punct 16:punct _ 16 Russia Russia PROPN NNP Number=Sing 14 conj 14:conj:and|22:nsubj|29:nsubj _ 17 and and CCONJ CC _ 18 cc 18:cc _ 18 India India PROPN NNP Number=Sing 14 conj 14:conj:and|22:nsubj|29:nsubj _ 19 which which PRON WDT PronType=Rel 22 nsubj 14:ref _ -20 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ +20 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ 21 traditionally traditionally ADV RB _ 22 advmod 22:advmod _ 22 backed back VERB VBN Tense=Past|VerbForm=Part 14 acl:relcl 14:acl:relcl _ 23 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 24 Tajik Tajik PROPN NNP Number=Sing 25 compound 25:compound _ -25 dominated dominate VERB VBN Tense=Past|VerbForm=Part 28 amod 28:amod _ +25 dominated dominate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 28 amod 28:amod _ 26 former former ADJ JJ Degree=Pos 28 amod 28:amod _ -27 Northern Northern PROPN NNP Number=Sing 28 compound 28:compound _ +27 Northern Northern ADJ NNP Degree=Pos 28 amod 28:amod _ 28 Alliance Alliance PROPN NNP Number=Sing 22 obj 22:obj _ -29 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +29 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 30 strenuous strenuous ADJ JJ Degree=Pos 31 amod 31:amod _ 31 efforts effort NOUN NNS Number=Plur 29 obj 29:obj _ 32 to to PART TO _ 33 mark 33:mark _ 33 convince convince VERB VB VerbForm=Inf 31 acl 31:acl:to _ 34 presidential presidential ADJ JJ Degree=Pos 35 amod 35:amod _ 35 candidate candidate NOUN NN Number=Sing 36 compound 36:compound _ -36 Younis Younis PROPN NNP Number=Sing 33 obj 33:obj|39:nsubj:xsubj|50:nsubj:xsubj _ +36 Younis Younis PROPN NNP Number=Sing 33 iobj 33:iobj|39:nsubj:xsubj|50:nsubj:xsubj _ 37 Qanooni Qanooni PROPN NNP Number=Sing 36 flat 36:flat _ 38 to to PART TO _ 39 mark 39:mark _ 39 strike strike VERB VB VerbForm=Inf 33 xcomp 33:xcomp _ @@ -17991,11 +17999,11 @@ 1 Iran Iran PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 2 in in ADP IN _ 3 case 3:case _ 3 particular particular ADJ JJ Degree=Pos 1 nmod 1:nmod:in _ -4 feared fear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 feared fear VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 that that SCONJ IN _ 8 mark 8:mark _ 6 Qanooni Qanooni PROPN NNP Number=Sing 8 nsubj 8:nsubj|13:nsubj:pass _ 7 would would AUX MD VerbForm=Fin 8 aux 8:aux _ -8 loose loose VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ +8 loose lose VERB VB Typo=Yes|VerbForm=Inf 4 ccomp 4:ccomp CorrectForm=lose 9 and and CCONJ CC _ 13 cc 13:cc _ 10 then then ADV RB PronType=Dem 13 advmod 13:advmod _ 11 be be AUX VB VerbForm=Inf 13 aux:pass 13:aux:pass _ @@ -18009,19 +18017,19 @@ # sent_id = weblog-blogspot.com_dakbangla_20041016151002_ENG_20041016_151002-0058 # text = Qanooni refused to accept the Iranian advice as his fellow Panjsheri Tajiks urged him to stand against Karzai. 1 Qanooni Qanooni PROPN NNP Number=Sing 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 refused refuse VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 refused refuse VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 accept accept VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 Iranian iranian ADJ JJ Degree=Pos 7 amod 7:amod _ +6 Iranian Iranian ADJ JJ Degree=Pos 7 amod 7:amod _ 7 advice advice NOUN NN Number=Sing 4 obj 4:obj _ 8 as as SCONJ IN _ 13 mark 13:mark _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 10 fellow fellow ADJ JJ Degree=Pos 12 amod 12:amod _ 11 Panjsheri panjsheri ADJ JJ Degree=Pos 12 amod 12:amod _ -12 Tajiks Tajiks PROPN NNPS Number=Plur 13 nsubj 13:nsubj _ -13 urged urge VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:as _ -14 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 obj 13:obj|16:nsubj:xsubj _ +12 Tajiks Tajik PROPN NNPS Number=Plur 13 nsubj 13:nsubj _ +13 urged urge VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:as _ +14 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 iobj 13:iobj|16:nsubj:xsubj _ 15 to to PART TO _ 16 mark 16:mark _ 16 stand stand VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 17 against against ADP IN _ 18 case 18:case _ @@ -18034,7 +18042,7 @@ 2 since since ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 elections election NOUN NNS Number=Plur 8 obl 8:obl:since _ -5 Iranian iranian ADJ JJ Degree=Pos 6 amod 6:amod _ +5 Iranian Iranian ADJ JJ Degree=Pos 6 amod 6:amod _ 6 influence influence NOUN NN Number=Sing 8 nsubj 8:nsubj|9:nsubj:xsubj _ 7 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 proved prove VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ @@ -18044,7 +18052,7 @@ 12 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 13 Hazara Hazara PROPN NNP Number=Sing 14 compound 14:compound _ 14 Shia Shia PROPN NNP Number=Sing 15 compound 15:compound _ -15 candidate candidate NOUN NN Number=Sing 11 obj 11:obj|19:nsubj:xsubj _ +15 candidate candidate NOUN NN Number=Sing 11 iobj 11:iobj|19:nsubj:xsubj _ 16 Mohammed Mohammed PROPN NNP Number=Sing 15 appos 15:appos _ 17 Mohaqeq Mohaqeq PROPN NNP Number=Sing 16 flat 16:flat _ 18 to to PART TO _ 19 mark 19:mark _ @@ -18055,9 +18063,9 @@ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 elections election NOUN NNS Number=Plur 21 nmod 21:nmod:of _ 25 and and CCONJ CC _ 27 cc 27:cc _ -26 later later ADV RB _ 27 advmod 27:advmod _ +26 later late ADV RBR Degree=Cmp 27 advmod 27:advmod _ 27 convincing convince VERB VBG VerbForm=Ger 11 conj 9:advcl:in|11:conj:and _ -28 Qanooni Qanooni PROPN NNP Number=Sing 27 obj 27:obj|30:nsubj:xsubj _ +28 Qanooni Qanooni PROPN NNP Number=Sing 27 iobj 27:iobj|30:nsubj:xsubj _ 29 to to PART TO _ 30 mark 30:mark _ 30 do do VERB VB VerbForm=Inf 27 xcomp 27:xcomp _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ @@ -18075,23 +18083,23 @@ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 threat threat NOUN NN Number=Sing 6 obj 6:obj _ 9 on on ADP IN _ 11 case 11:case _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 borders border NOUN NNS Number=Plur 6 obl 6:obl:on _ 12 in in ADP IN _ 14 case 14:case _ 13 both both CCONJ CC _ 14 cc:preconj 14:cc:preconj _ 14 Iraq Iraq PROPN NNP Number=Sing 6 obl 6:obl:in _ 15 and and CCONJ CC _ 16 cc 16:cc _ 16 Afghanistan Afghanistan PROPN NNP Number=Sing 14 conj 6:obl:in|14:conj:and SpaceAfter=No -17 , , PUNCT , _ 23 punct 23:punct _ +17 , , PUNCT , _ 6 punct 6:punct _ 18-19 Iran’s _ _ _ _ _ _ _ _ 18 Iran Iran PROPN NNP Number=Sing 21 nmod:poss 21:nmod:poss _ 19 ’s 's PART POS _ 18 case 18:case _ 20 moderate moderate ADJ JJ Degree=Pos 21 amod 21:amod _ -21 leadership leadership NOUN NN Number=Sing 23 nsubj 23:nsubj _ +21 leadership leadership NOUN NN Number=Sing 23 nsubj 23:nsubj|25:nsubj:xsubj _ 22 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ 23 keen keen ADJ JJ Degree=Pos 0 root 0:root _ 24 to to PART TO _ 25 mark 25:mark _ -25 help help VERB VB VerbForm=Inf 23 advcl 23:advcl:to _ +25 help help VERB VB VerbForm=Inf 23 xcomp 23:xcomp _ 26 stabilise stabilise VERB VB VerbForm=Inf 25 xcomp 25:xcomp _ 27 Karzai Karzai PROPN NNP Number=Sing 26 obj 26:obj _ 28 so so SCONJ IN _ 36 mark 36:mark _ @@ -18136,9 +18144,9 @@ # sent_id = weblog-blogspot.com_dakbangla_20041016151002_ENG_20041016_151002-0062 # text = Iranian officials are deeply concerned about the US occupation of Shindand, a massive Soviet-era airbase just 30 kilometres from Iran’s border. -1 Iranian iranian ADJ JJ Degree=Pos 2 amod 2:amod _ +1 Iranian Iranian ADJ JJ Degree=Pos 2 amod 2:amod _ 2 officials official NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 deeply deeply ADV RB _ 5 advmod 5:advmod _ 5 concerned concerned ADJ JJ Degree=Pos 0 root 0:root _ 6 about about ADP IN _ 9 case 9:case _ @@ -18147,15 +18155,15 @@ 9 occupation occupation NOUN NN Number=Sing 5 obl 5:obl:about _ 10 of of ADP IN _ 11 case 11:case _ 11 Shindand Shindand PROPN NNP Number=Sing 9 nmod 9:nmod:of SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ +12 , , PUNCT , _ 18 punct 18:punct _ 13 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 14 massive massive ADJ JJ Degree=Pos 18 amod 18:amod _ 15 Soviet Soviet PROPN NNP Number=Sing 17 compound 17:compound SpaceAfter=No -16 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No +16 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No 17 era era NOUN NN Number=Sing 18 compound 18:compound _ 18 airbase airbase NOUN NN Number=Sing 11 appos 11:appos _ 19 just just ADV RB _ 20 advmod 20:advmod _ -20 30 30 NUM CD NumType=Card 21 nummod 21:nummod _ +20 30 30 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod _ 21 kilometres kilometre NOUN NNS Number=Plur 25 nmod:npmod 25:nmod:npmod _ 22 from from ADP IN _ 25 case 25:case _ 23-24 Iran’s _ _ _ _ _ _ _ _ @@ -18167,7 +18175,7 @@ # sent_id = weblog-blogspot.com_dakbangla_20041016151002_ENG_20041016_151002-0063 # text = The enhanced US presence in western Afghanistan was only made possible after the ousting of Ismail Khan, the warlord and Governor of Herat province last month, who was a close ally of Iranian hardliners. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ -2 enhanced enhance VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod _ +2 enhanced enhance VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod _ 3 US US PROPN NNP Number=Sing 4 compound 4:compound _ 4 presence presence NOUN NN Number=Sing 10 nsubj:pass 10:nsubj:pass|11:nsubj:xsubj _ 5 in in ADP IN _ 7 case 7:case _ @@ -18183,7 +18191,7 @@ 15 of of ADP IN _ 16 case 16:case _ 16 Ismail Ismail PROPN NNP Number=Sing 14 nmod 14:nmod:of _ 17 Khan Khan PROPN NNP Number=Sing 16 flat 16:flat SpaceAfter=No -18 , , PUNCT , _ 16 punct 16:punct _ +18 , , PUNCT , _ 20 punct 20:punct _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 warlord warlord NOUN NN Number=Sing 16 appos 16:appos _ 21 and and CCONJ CC _ 22 cc 22:cc _ @@ -18193,25 +18201,25 @@ 25 province province NOUN NN Number=Sing 20 nmod 20:nmod:of _ 26 last last ADJ JJ Degree=Pos 27 amod 27:amod _ 27 month month NOUN NN Number=Sing 14 nmod:tmod 14:nmod:tmod SpaceAfter=No -28 , , PUNCT , _ 14 punct 14:punct _ +28 , , PUNCT , _ 33 punct 33:punct _ 29 who who PRON WP PronType=Rel 33 nsubj 14:ref _ 30 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 33 cop 33:cop _ 31 a a DET DT Definite=Ind|PronType=Art 33 det 33:det _ 32 close close ADJ JJ Degree=Pos 33 amod 33:amod _ 33 ally ally NOUN NN Number=Sing 14 acl:relcl 14:acl:relcl _ 34 of of ADP IN _ 36 case 36:case _ -35 Iranian iranian ADJ JJ Degree=Pos 36 amod 36:amod _ +35 Iranian Iranian ADJ JJ Degree=Pos 36 amod 36:amod _ 36 hardliners hardliner NOUN NNS Number=Plur 33 nmod 33:nmod:of SpaceAfter=No 37 . . PUNCT . _ 10 punct 10:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041016151002_ENG_20041016_151002-0064 # text = Iranian officials say they made no objections to Khan’s ouster because they want to strengthen Karzai’s campaign against warlords. -1 Iranian iranian ADJ JJ Degree=Pos 2 amod 2:amod _ +1 Iranian Iranian ADJ JJ Degree=Pos 2 amod 2:amod _ 2 officials official NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 say say VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -5 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ -6 no no DET DT _ 7 det 7:det _ +5 made make VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +6 no no DET DT PronType=Neg 7 det 7:det _ 7 objections objection NOUN NNS Number=Plur 5 obj 5:obj _ 8 to to ADP IN _ 11 case 11:case _ 9-10 Khan’s _ _ _ _ _ _ _ _ @@ -18220,7 +18228,7 @@ 11 ouster ouster NOUN NN Number=Sing 7 nmod 7:nmod:to _ 12 because because SCONJ IN _ 14 mark 14:mark _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj|16:nsubj:xsubj _ -14 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:because _ +14 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:because _ 15 to to PART TO _ 16 mark 16:mark _ 16 strengthen strengthen VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 17-18 Karzai’s _ _ _ _ _ _ _ _ @@ -18237,7 +18245,7 @@ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 time time NOUN NN Number=Sing 36 obl 36:obl:at _ 4 of of ADP IN _ 6 case 6:case _ -5 heightened heighten VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +5 heightened heighten VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 6 tensions tension NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 7 between between ADP IN _ 8 case 8:case _ 8 Tehran Tehran PROPN NNP Number=Sing 6 nmod 6:nmod:between _ @@ -18258,7 +18266,7 @@ 22 Washington Washington PROPN NNP Number=Sing 20 nmod 20:nmod:in _ 23 that that SCONJ IN _ 29 mark 29:mark _ 24 a a DET DT Definite=Ind|PronType=Art 26 det 26:det _ -25 second second ADJ JJ Degree=Pos|NumType=Ord 26 amod 26:amod _ +25 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 26 amod 26:amod _ 26 Bush Bush PROPN NNP Number=Sing 29 nsubj 29:nsubj _ 27 term term NOUN NN Number=Sing 26 flat 26:flat _ 28 should should AUX MD VerbForm=Fin 29 aux 29:aux _ @@ -18266,17 +18274,17 @@ 30 with with ADP IN _ 31 case 31:case _ 31 Iran Iran PROPN NNP Number=Sing 29 obl 29:obl:with _ 32 aggressively aggressively ADV RB _ 29 advmod 29:advmod SpaceAfter=No -33 , , PUNCT , _ 36 punct 36:punct _ +33 , , PUNCT , _ 3 punct 3:punct _ 34 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ -35 Iranians Iranians PROPN NNPS Number=Plur 36 nsubj 36:nsubj _ -36 fear fear VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +35 Iranians Iranian PROPN NNPS Number=Plur 36 nsubj 36:nsubj _ +36 fear fear VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 37 that that SCONJ IN _ 41 mark 41:mark _ 38 Shindand Shindand PROPN NNP Number=Sing 41 nsubj:pass 41:nsubj:pass _ 39 could could AUX MD VerbForm=Fin 41 aux 41:aux _ 40 be be AUX VB VerbForm=Inf 41 aux:pass 41:aux:pass _ 41 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 36 ccomp 36:ccomp _ 42 as as ADP IN _ 45 case 45:case _ -43 a a DET DT Definite=Ind|PronType=Art 48 det 48:det _ +43 a a DET DT Definite=Ind|PronType=Art 45 det 45:det _ 44 listening listening NOUN NN Number=Sing 45 compound 45:compound _ 45 post post NOUN NN Number=Sing 41 obl 41:obl:as SpaceAfter=No 46 , , PUNCT , _ 48 punct 48:punct _ @@ -18288,7 +18296,7 @@ 52 launching launching NOUN NN Number=Sing 53 compound 53:compound _ 53 pad pad NOUN NN Number=Sing 45 conj 41:obl:as|45:conj:and _ 54 for for ADP IN _ 58 case 58:case _ -55 any any DET DT _ 58 det 58:det _ +55 any any DET DT PronType=Ind 58 det 58:det _ 56 future future ADJ JJ Degree=Pos 58 amod 58:amod _ 57 US US PROPN NNP Number=Sing 58 compound 58:compound _ 58 actions action NOUN NNS Number=Plur 53 nmod 53:nmod:for _ @@ -18298,15 +18306,15 @@ # sent_id = weblog-blogspot.com_dakbangla_20041016151002_ENG_20041016_151002-0066 # text = Afghan officials say the Americans have moved over 100 Special Forces and helicopters to Shindand. -1 Afghan afghan ADJ JJ Degree=Pos 2 amod 2:amod _ +1 Afghan Afghan ADJ JJ Degree=Pos 2 amod 2:amod _ 2 officials official NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 say say VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 Americans Americans PROPN NNPS Number=Plur 7 nsubj 7:nsubj _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 Americans American PROPN NNPS Number=Plur 7 nsubj 7:nsubj _ +6 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 moved move VERB VBN Tense=Past|VerbForm=Part 3 ccomp 3:ccomp _ 8 over over ADV RB _ 9 advmod 9:advmod _ -9 100 100 NUM CD NumType=Card 11 nummod 11:nummod _ +9 100 100 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 10 Special special ADJ JJ Degree=Pos 11 amod 11:amod _ 11 Forces force NOUN NNS Number=Plur 7 obj 7:obj _ 12 and and CCONJ CC _ 13 cc 13:cc _ @@ -18325,7 +18333,7 @@ 6 US US PROPN NNP Number=Sing 7 compound 7:compound _ 7 presence presence NOUN NN Number=Sing 8 nsubj 8:nsubj _ 8 poses pose VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ -9 no no DET DT _ 10 det 10:det _ +9 no no DET DT PronType=Neg 10 det 10:det _ 10 threat threat NOUN NN Number=Sing 8 obj 8:obj _ 11 to to ADP IN _ 12 case 12:case _ 12 Iran Iran PROPN NNP Number=Sing 10 nmod 10:nmod:to SpaceAfter=No @@ -18335,7 +18343,7 @@ # text = ‘’We have a very small number of forces in Shindand with a few helicopters,’’ says Barno. 1 ‘’ '' PUNCT `` _ 18 punct 18:punct SpaceAfter=No 2 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 ccomp 18:ccomp _ +3 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 18 ccomp 18:ccomp _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 5 very very ADV RB _ 6 advmod 6:advmod _ 6 small small ADJ JJ Degree=Pos 7 amod 7:amod _ @@ -18348,8 +18356,8 @@ 13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 14 few few ADJ JJ Degree=Pos 15 amod 15:amod _ 15 helicopters helicopter NOUN NNS Number=Plur 7 nmod 7:nmod:with SpaceAfter=No -16 , , PUNCT , _ 18 punct 18:punct SpaceAfter=No -17 ’’ '' PUNCT '' _ 18 punct 18:punct _ +16 , , PUNCT , _ 3 punct 3:punct SpaceAfter=No +17 ’’ '' PUNCT '' _ 3 punct 3:punct _ 18 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 19 Barno Barno PROPN NNP Number=Sing 18 nsubj 18:nsubj SpaceAfter=No 20 . . PUNCT . _ 18 punct 18:punct _ @@ -18403,36 +18411,36 @@ # text = So far what they have done together has been good for us and that’s how we would like to keep it’’, says Karzai. 1 So so ADV RB _ 2 advmod 2:advmod _ 2 far far ADV RB Degree=Pos 10 advmod 10:advmod _ -3 what what PRON WP PronType=Int 6 obj 6:obj _ +3 what what PRON WP PronType=Rel 10 nsubj 6:obj|10:nsubj _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -5 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ -6 done do VERB VBN Tense=Past|VerbForm=Part 10 csubj 10:csubj _ +5 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +6 done do VERB VBN Tense=Past|VerbForm=Part 3 acl:relcl 3:acl:relcl _ 7 together together ADV RB _ 6 advmod 6:advmod _ 8 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 been be AUX VBN Tense=Past|VerbForm=Part 10 cop 10:cop _ 10 good good ADJ JJ Degree=Pos 25 ccomp 25:ccomp _ 11 for for ADP IN _ 12 case 12:case _ 12 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 10 obl 10:obl:for _ -13 and and CCONJ CC _ 15 cc 15:cc _ +13 and and CCONJ CC _ 16 cc 16:cc _ 14-15 that’s _ _ _ _ _ _ _ _ -14 that that PRON DT Number=Sing|PronType=Dem 15 nsubj 15:nsubj _ -15 ’s be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 conj 10:conj:and|25:ccomp _ -16 how how SCONJ WRB PronType=Int 19 mark 19:mark _ +14 that that PRON DT Number=Sing|PronType=Dem 16 nsubj 16:nsubj _ +15 ’s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +16 how how ADV WRB PronType=Rel 10 conj 10:conj:and|21:xcomp _ 17 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 19 nsubj 19:nsubj|21:nsubj:xsubj _ 18 would would AUX MD VerbForm=Fin 19 aux 19:aux _ -19 like like VERB VB VerbForm=Inf 15 ccomp 15:ccomp _ +19 like like VERB VB VerbForm=Inf 16 advcl:relcl 16:advcl:relcl _ 20 to to PART TO _ 21 mark 21:mark _ 21 keep keep VERB VB VerbForm=Inf 19 xcomp 19:xcomp _ 22 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 obj 21:obj SpaceAfter=No -23 ’’ '' PUNCT '' _ 25 punct 25:punct SpaceAfter=No -24 , , PUNCT , _ 25 punct 25:punct _ +23 ’’ '' PUNCT '' _ 10 punct 10:punct SpaceAfter=No +24 , , PUNCT , _ 10 punct 10:punct _ 25 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 26 Karzai Karzai PROPN NNP Number=Sing 25 nsubj 25:nsubj SpaceAfter=No 27 . . PUNCT . _ 25 punct 25:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041016151002_ENG_20041016_151002-0072 # text = Nobody can claim that the interference of Afghanistan’s neighbours is over, but the elections will do much to strengthen Karzai and deal more firmly with neighbours’ interference. -1 Nobody nobody PRON NN Number=Sing 3 nsubj 3:nsubj _ +1 Nobody nobody PRON NN Number=Sing|PronType=Neg 3 nsubj 3:nsubj _ 2 can can AUX MD VerbForm=Fin 3 aux 3:aux _ 3 claim claim VERB VB VerbForm=Inf 0 root 0:root _ 4 that that SCONJ IN _ 12 mark 12:mark _ @@ -18457,10 +18465,11 @@ 22 Karzai Karzai PROPN NNP Number=Sing 21 obj 21:obj _ 23 and and CCONJ CC _ 24 cc 24:cc _ 24 deal deal VERB VB VerbForm=Inf 21 conj 19:acl:to|21:conj:and _ -25 more more ADV RBR _ 26 advmod 26:advmod _ +25 more more ADV RBR Degree=Cmp 26 advmod 26:advmod _ 26 firmly firmly ADV RB _ 24 advmod 24:advmod _ 27 with with ADP IN _ 30 case 30:case _ -28 neighbours neighbour NOUN NNS Number=Plur 30 nmod:poss 30:nmod:poss SpaceAfter=No +28-29 neighbours’ _ _ _ _ _ _ _ _ +28 neighbours neighbour NOUN NNS Number=Plur 30 nmod:poss 30:nmod:poss _ 29 ’ 's PART POS _ 28 case 28:case _ 30 interference interference NOUN NN Number=Sing 24 obl 24:obl:with SpaceAfter=No 31 . . PUNCT . _ 3 punct 3:punct _ @@ -18480,19 +18489,19 @@ 11 that that SCONJ IN _ 16 mark 16:mark _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 Taliban Taliban PROPN NNPS Number=Plur 16 nsubj 16:nsubj _ -14 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +14 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 15 not not PART RB _ 16 advmod 16:advmod _ -16 have have VERB VB VerbForm=Inf 8 ccomp 8:ccomp _ +16 have have VERB VB VerbForm=Inf 8 csubj 8:csubj _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 support support NOUN NN Number=Sing 16 obj 16:obj _ 19 of of ADP IN _ 22 case 22:case _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -21 Afghan afghan ADJ JJ Degree=Pos 22 amod 22:amod _ +21 Afghan Afghan ADJ JJ Degree=Pos 22 amod 22:amod _ 22 people people NOUN NNS Number=Plur 18 nmod 18:nmod:of _ 23 nor nor CCONJ CC _ 26 cc 26:cc _ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -25 Afghan afghan ADJ JJ Degree=Pos 26 amod 26:amod _ -26 Pashtuns Pashtuns PROPN NNPS Number=Plur 22 conj 18:nmod:of|22:conj:nor SpaceAfter=No +25 Afghan Afghan ADJ JJ Degree=Pos 26 amod 26:amod _ +26 Pashtuns Pashtun PROPN NNPS Number=Plur 22 conj 18:nmod:of|22:conj:nor SpaceAfter=No 27 . . PUNCT . _ 8 punct 8:punct _ # sent_id = weblog-blogspot.com_dakbangla_20041016151002_ENG_20041016_151002-0074 @@ -18502,16 +18511,16 @@ 3 highly highly ADV RB _ 4 advmod 4:advmod _ 4 significant significant ADJ JJ Degree=Pos 5 amod 5:amod _ 5 move move NOUN NN Number=Sing 13 obl 13:obl:in _ -6 Afghan afghan ADJ JJ Degree=Pos 8 amod 8:amod _ -7 Pashtun pashtun ADJ JJ Degree=Pos 8 amod 8:amod _ +6 Afghan Afghan ADJ JJ Degree=Pos 8 amod 8:amod _ +7 Pashtun Pashtun ADJ JJ Degree=Pos 8 amod 8:amod _ 8 tribes tribe NOUN NNS Number=Plur 13 nsubj 13:nsubj _ 9 along along ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 Pakistan Pakistan PROPN NNP Number=Sing 12 compound 12:compound _ 12 border border NOUN NN Number=Sing 8 nmod 8:nmod:along _ -13 warned warn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +13 warned warn VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -15 Taliban Taliban PROPN NNP Number=Sing 13 obj 13:obj _ +15 Taliban Taliban PROPN NNP Number=Sing 13 iobj 13:iobj _ 16 in in ADP IN _ 17 case 17:case _ 17 Quetta Quetta PROPN NNP Number=Sing 15 nmod 15:nmod:in _ 18 and and CCONJ CC _ 19 cc 19:cc _ @@ -18519,12 +18528,12 @@ 20 that that SCONJ IN _ 32 mark 32:mark _ 21 if if SCONJ IN _ 23 mark 23:mark _ 22 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 23 nsubj 23:nsubj|25:nsubj _ -23 try try VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 32 advcl 32:advcl:if _ +23 try try VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 32 advcl 32:advcl:if _ 24 and and CCONJ CC _ 25 cc 25:cc _ -25 disrupt disrupt VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 conj 23:conj:and|32:advcl:if _ +25 disrupt disrupt VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 conj 23:conj:and|32:advcl:if _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 elections election NOUN NNS Number=Plur 25 obj 25:obj SpaceAfter=No -28 , , PUNCT , _ 32 punct 32:punct _ +28 , , PUNCT , _ 23 punct 23:punct _ 29 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 32 nsubj:pass 32:nsubj:pass _ 30 would would AUX MD VerbForm=Fin 32 aux 32:aux _ 31 be be AUX VB VerbForm=Inf 32 aux:pass 32:aux:pass _ @@ -18538,7 +18547,7 @@ 3 living live VERB VBG VerbForm=Ger 2 acl 2:acl _ 4 in in ADP IN _ 5 case 5:case _ 5 Afghanistan Afghanistan PROPN NNP Number=Sing 3 obl 3:obl:in _ -6 voted vote VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 voted vote VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 for for ADP IN _ 8 case 8:case _ 8 President President PROPN NNP Number=Sing 6 obl 6:obl:for _ 9 Karzai Karzai PROPN NNP Number=Sing 8 flat 8:flat SpaceAfter=No @@ -18564,7 +18573,7 @@ 16 demise demise NOUN NN Number=Sing 11 conj 11:conj:and|32:obl:with _ 17 of of ADP IN _ 21 case 21:case _ 18 key key ADJ JJ Degree=Pos 21 amod 21:amod _ -19 Northern Northern PROPN NNP Number=Sing 20 compound 20:compound _ +19 Northern Northern ADJ NNP Degree=Pos 20 amod 20:amod _ 20 Alliance Alliance PROPN NNP Number=Sing 21 compound 21:compound _ 21 figures figure NOUN NNS Number=Plur 16 nmod 16:nmod:of _ 22 and and CCONJ CC _ 26 cc 26:cc _ @@ -18574,11 +18583,11 @@ 26 situation situation NOUN NN Number=Sing 11 conj 11:conj:and|32:obl:with _ 27 in in ADP IN _ 28 case 28:case _ 28 Afghanistan Afghanistan PROPN NNP Number=Sing 26 nmod 26:nmod:in SpaceAfter=No -29 , , PUNCT , _ 32 punct 32:punct _ +29 , , PUNCT , _ 11 punct 11:punct _ 30 Pakistan Pakistan PROPN NNP Number=Sing 32 nsubj 32:nsubj _ 31 should should AUX MD VerbForm=Fin 32 aux 32:aux _ 32 reconsider reconsider VERB VB VerbForm=Inf 5 csubj 5:csubj _ -33 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ +33 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ 34 policy policy NOUN NN Number=Sing 32 obj 32:obj _ 35 of of SCONJ IN _ 36 mark 36:mark _ 36 giving give VERB VBG VerbForm=Ger 34 acl 34:acl:of _ @@ -18589,7 +18598,7 @@ 41 extremists extremist NOUN NNS Number=Plur 36 obl 36:obl:to _ 42 living live VERB VBG VerbForm=Ger 41 acl 41:acl _ 43 on on ADP IN _ 45 case 45:case _ -44 Pakistani pakistani ADJ JJ Degree=Pos 45 amod 45:amod _ +44 Pakistani Pakistani ADJ JJ Degree=Pos 45 amod 45:amod _ 45 soil soil NOUN NN Number=Sing 42 obl 42:obl:on SpaceAfter=No 46 . . PUNCT . _ 5 punct 5:punct _ @@ -18597,7 +18606,7 @@ # text = Pakistan Link 16/10/2004 1 Pakistan Pakistan PROPN NNP Number=Sing 2 compound 2:compound _ 2 Link Link PROPN NNP Number=Sing 0 root 0:root _ -3 16/10/2004 16/10/2004 NUM CD NumType=Card 2 nmod:tmod 2:nmod:tmod _ +3 16/10/2004 16/10/2004 NUM CD NumForm=Digit|NumType=Card 2 nmod:tmod 2:nmod:tmod _ # newdoc id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025 # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0001 @@ -18616,7 +18625,7 @@ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 Bush Bush PROPN NNP Number=Sing 9 obl 9:obl:to _ 13 family family NOUN NN Number=Sing 12 flat 12:flat _ -14 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +14 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 15 cleverly cleverly ADV RB _ 16 advmod 16:advmod _ 16 manufactured manufacture VERB VBN Tense=Past|VerbForm=Part 2 acl:relcl 2:acl:relcl _ 17 over over ADP IN _ 22 case 22:case _ @@ -18629,35 +18638,35 @@ 23 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ 24 absurd absurd ADJ JJ Degree=Pos 0 root 0:root _ 25 in in ADP IN _ 27 case 27:case _ -26 every every DET DT _ 27 det 27:det _ +26 every every DET DT PronType=Tot 27 det 27:det _ 27 way way NOUN NN Number=Sing 24 obl 24:obl:in SpaceAfter=No 28 . . PUNCT . _ 24 punct 24:punct _ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0002 # text = The charges that they have put some vets up to making against Kerry are false and can be demonstrated by the historical record to be false . 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 charges charge NOUN NNS Number=Plur 15 nsubj 6:obj|15:nsubj|19:nsubj:pass|26:nsubj:xsubj _ -3 that that PRON WDT PronType=Rel 6 obj 2:ref _ +2 charges charge NOUN NNS Number=Plur 15 nsubj 11:obj|15:nsubj|19:nsubj:pass|26:nsubj:xsubj _ +3 that that PRON WDT PronType=Rel 11 obj 2:ref _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -5 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 put put VERB VBN Tense=Past|VerbForm=Part 2 acl:relcl 2:acl:relcl _ -7 some some DET DT _ 8 det 8:det _ +7 some some DET DT PronType=Ind 8 det 8:det _ 8 vets vet NOUN NNS Number=Plur 6 obj 6:obj _ 9 up up ADP RP _ 6 compound:prt 6:compound:prt _ 10 to to SCONJ IN _ 11 mark 11:mark _ 11 making make VERB VBG VerbForm=Ger 8 acl 8:acl:to _ 12 against against ADP IN _ 13 case 13:case _ 13 Kerry Kerry PROPN NNP Number=Sing 11 obl 11:obl:against _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 15 false false ADJ JJ Degree=Pos 0 root 0:root _ 16 and and CCONJ CC _ 19 cc 19:cc _ 17 can can AUX MD VerbForm=Fin 19 aux 19:aux _ 18 be be AUX VB VerbForm=Inf 19 aux:pass 19:aux:pass _ -19 demonstrated demonstrate VERB VBN Tense=Past|VerbForm=Part 15 conj 15:conj:and _ +19 demonstrated demonstrate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 conj 15:conj:and _ 20 by by ADP IN _ 23 case 23:case _ 21 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 22 historical historical ADJ JJ Degree=Pos 23 amod 23:amod _ -23 record record NOUN NN Number=Sing 19 obl 19:obl:by _ +23 record record NOUN NN Number=Sing 19 obl:agent 19:obl:agent _ 24 to to PART TO _ 26 mark 26:mark _ 25 be be AUX VB VerbForm=Inf 26 cop 26:cop _ 26 false false ADJ JJ Degree=Pos 19 xcomp 19:xcomp _ @@ -18667,53 +18676,53 @@ # text = Most of those making the charges have even flip-flopped, contradicting themselves. 1 Most most ADJ JJS Degree=Sup 11 nsubj 11:nsubj _ 2 of of ADP IN _ 3 case 3:case _ -3 those that PRON DT Number=Plur|PronType=Dem 1 obl 1:obl:of _ -4 making make VERB VBG VerbForm=Ger 3 advcl 3:advcl _ +3 those that PRON DT Number=Plur|PronType=Dem 1 nmod 1:nmod:of _ +4 making make VERB VBG VerbForm=Ger 3 acl 3:acl _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 charges charge NOUN NNS Number=Plur 4 obj 4:obj _ -7 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +7 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 8 even even ADV RB _ 11 advmod 11:advmod _ 9 flip flip VERB VB VerbForm=Inf 11 compound 11:compound SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 11 flopped flop VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ +12 , , PUNCT , _ 13 punct 13:punct _ 13 contradicting contradict VERB VBG VerbForm=Ger 11 advcl 11:advcl _ 14 themselves themselves PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes 13 obj 13:obj SpaceAfter=No 15 . . PUNCT . _ 11 punct 11:punct _ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0004 # text = Or they weren't eyewitnesses and are just lying. -1 Or or CCONJ CC _ 9 cc 9:cc _ +1 Or or CCONJ CC _ 5 cc 5:cc _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj|9:nsubj _ 3-4 weren't _ _ _ _ _ _ _ _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 cop 5:cop _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 eyewitnesses eyewitness NOUN NNS Number=Plur 0 root 0:root _ 6 and and CCONJ CC _ 9 cc 9:cc _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 just just ADV RB _ 9 advmod 9:advmod _ 9 lying lie VERB VBG Tense=Pres|VerbForm=Part 5 conj 5:conj:and SpaceAfter=No 10 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0005 # text = But to address the substance of this Big Lie is to risk falling into its logic. -1 But but CCONJ CC _ 10 cc 10:cc _ +1 But but CCONJ CC _ 12 cc 12:cc _ 2 to to PART TO _ 3 mark 3:mark _ -3 address address VERB VB VerbForm=Inf 10 csubj 10:csubj _ +3 address address VERB VB VerbForm=Inf 12 csubj:outer 12:csubj:outer _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 substance substance NOUN NN Number=Sing 3 obj 3:obj _ 6 of of ADP IN _ 9 case 9:case _ 7 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ 8 Big big ADJ JJ Degree=Pos 9 amod 9:amod _ 9 Lie lie NOUN NN Number=Sing 5 nmod 5:nmod:of _ -10 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 to to PART TO _ 12 mark 12:mark _ -12 risk risk VERB VB VerbForm=Inf 10 ccomp 10:ccomp _ +12 risk risk VERB VB VerbForm=Inf 0 root 0:root _ 13 falling fall VERB VBG VerbForm=Ger 12 xcomp 12:xcomp _ 14 into into ADP IN _ 16 case 16:case _ -15 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 logic logic NOUN NN Number=Sing 13 obl 13:obl:into SpaceAfter=No -17 . . PUNCT . _ 10 punct 10:punct _ +17 . . PUNCT . _ 12 punct 12:punct _ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0006 # text = The true absurdity of the entire situation is easily appreciated when we consider that George W. Bush never showed any bravery at all at any point in his life. @@ -18727,24 +18736,24 @@ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ 9 easily easily ADV RB _ 10 advmod 10:advmod _ 10 appreciated appreciate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ -11 when when SCONJ WRB PronType=Int 13 mark 13:mark _ +11 when when ADV WRB PronType=Int 13 advmod 13:advmod _ 12 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 consider consider VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:when _ +13 consider consider VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:when _ 14 that that SCONJ IN _ 19 mark 19:mark _ 15 George George PROPN NNP Number=Sing 19 nsubj 19:nsubj _ 16 W. W. PROPN NNP Number=Sing 15 flat 15:flat _ 17 Bush Bush PROPN NNP Number=Sing 15 flat 15:flat _ 18 never never ADV RB _ 19 advmod 19:advmod _ -19 showed show VERB VBN Tense=Past|VerbForm=Part 13 ccomp 13:ccomp _ -20 any any DET DT _ 21 det 21:det _ +19 showed show VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 ccomp 13:ccomp _ +20 any any DET DT PronType=Ind 21 det 21:det _ 21 bravery bravery NOUN NN Number=Sing 19 obj 19:obj _ -22 at at ADV RB _ 23 case 23:case _ -23 all all ADV RB _ 21 nmod 21:nmod:at _ +22 at at ADP IN _ 23 case 23:case _ +23 all all DET DT PronType=Tot 21 nmod 21:nmod:at _ 24 at at ADP IN _ 26 case 26:case _ -25 any any DET DT _ 26 det 26:det _ +25 any any DET DT PronType=Ind 26 det 26:det _ 26 point point NOUN NN Number=Sing 19 obl 19:obl:at _ 27 in in ADP IN _ 29 case 29:case _ -28 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +28 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ 29 life life NOUN NN Number=Sing 26 nmod 26:nmod:in SpaceAfter=No 30 . . PUNCT . _ 10 punct 10:punct _ @@ -18763,19 +18772,19 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0008 # text = If some of John Kerry's wounds were superficial, Bush received no wounds. 1 If if SCONJ IN _ 9 mark 9:mark _ -2 some some DET DT _ 9 nsubj 9:nsubj _ +2 some some DET DT PronType=Ind 9 nsubj 9:nsubj _ 3 of of ADP IN _ 7 case 7:case _ 4 John John PROPN NNP Number=Sing 7 nmod:poss 7:nmod:poss _ 5-6 Kerry's _ _ _ _ _ _ _ _ 5 Kerry Kerry PROPN NNP Number=Sing 4 flat 4:flat _ 6 's 's PART POS _ 4 case 4:case _ 7 wounds wound NOUN NNS Number=Plur 2 nmod 2:nmod:of _ -8 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 cop 9:cop _ +8 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 9 superficial superficial ADJ JJ Degree=Pos 12 advcl 12:advcl:if SpaceAfter=No -10 , , PUNCT , _ 12 punct 12:punct _ +10 , , PUNCT , _ 9 punct 9:punct _ 11 Bush Bush PROPN NNP Number=Sing 12 nsubj 12:nsubj _ -12 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -13 no no DET DT _ 14 det 14:det _ +12 received receive VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +13 no no DET DT PronType=Neg 14 det 14:det _ 14 wounds wound NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No 15 . . PUNCT . _ 12 punct 12:punct _ @@ -18783,7 +18792,7 @@ # text = (And, a piece of shrapnel in the forearm that caused only a minor wound would have killed had it hit an eye and gone into the brain; the shrapnel being in your body demonstrates you were in mortal danger and didn't absent yourself from it. 1 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No 2 And and CCONJ CC _ 19 cc 19:cc SpaceAfter=No -3 , , PUNCT , _ 19 punct 19:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 piece piece NOUN NN Number=Sing 19 nsubj 12:nsubj|19:nsubj _ 6 of of ADP IN _ 7 case 7:case _ @@ -18792,7 +18801,7 @@ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 forearm forearm NOUN NN Number=Sing 7 nmod 7:nmod:in _ 11 that that PRON WDT PronType=Rel 12 nsubj 5:ref _ -12 caused cause VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +12 caused cause VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 13 only only ADV RB _ 16 advmod 16:advmod _ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 15 minor minor ADJ JJ Degree=Pos 16 amod 16:amod _ @@ -18800,7 +18809,7 @@ 17 would would AUX MD VerbForm=Fin 19 aux 19:aux _ 18 have have AUX VB VerbForm=Inf 19 aux 19:aux _ 19 killed kill VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -20 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 aux 22:aux _ +20 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 aux 22:aux _ 21 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj|26:nsubj _ 22 hit hit VERB VBN Tense=Past|VerbForm=Part 19 advcl 19:advcl _ 23 an a DET DT Definite=Ind|PronType=Art 24 det 24:det _ @@ -18810,22 +18819,22 @@ 27 into into ADP IN _ 29 case 29:case _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 29 brain brain NOUN NN Number=Sing 26 obl 26:obl:into SpaceAfter=No -30 ; ; PUNCT , _ 19 punct 19:punct _ +30 ; ; PUNCT , _ 37 punct 37:punct _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 32 shrapnel shrapnel NOUN NN Number=Sing 37 nsubj 37:nsubj _ 33 being be AUX VBG VerbForm=Ger 36 cop 36:cop _ 34 in in ADP IN _ 36 case 36:case _ -35 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ +35 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ 36 body body NOUN NN Number=Sing 32 acl 32:acl:in _ 37 demonstrates demonstrate VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 ccomp 19:ccomp _ 38 you you PRON PRP Case=Nom|Person=2|PronType=Prs 42 nsubj 42:nsubj|46:nsubj _ -39 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 42 cop 42:cop _ +39 were be AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 42 cop 42:cop _ 40 in in ADP IN _ 42 case 42:case _ 41 mortal mortal ADJ JJ Degree=Pos 42 amod 42:amod _ 42 danger danger NOUN NN Number=Sing 37 ccomp 37:ccomp _ 43 and and CCONJ CC _ 46 cc 46:cc _ 44-45 didn't _ _ _ _ _ _ _ _ -44 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 46 aux 46:aux _ +44 did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 46 aux 46:aux _ 45 n't not PART RB _ 46 advmod 46:advmod _ 46 absent absent VERB VB VerbForm=Inf 42 conj 37:ccomp|42:conj:and _ 47 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 46 obj 46:obj _ @@ -18848,7 +18857,7 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0011 # text = Kerry saved a man's life while under fire. 1 Kerry Kerry PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 saved save VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 saved save VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4-5 man's _ _ _ _ _ _ _ _ 4 man man NOUN NN Number=Sing 6 nmod:poss 6:nmod:poss _ @@ -18862,8 +18871,8 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0012 # text = Bush did no such thing. 1 Bush Bush PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 5 det 5:det _ +2 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 no no DET DT PronType=Neg 5 det 5:det _ 4 such such ADJ JJ Degree=Pos 5 amod 5:amod _ 5 thing thing NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No 6 . . PUNCT . _ 2 punct 2:punct _ @@ -18876,7 +18885,7 @@ 3 Bush Bush PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 4 doing do VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 with with ADP IN _ 7 case 7:case _ -6 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 youth youth NOUN NN Number=Sing 4 obl 4:obl:with SpaceAfter=No 8 ? ? PUNCT . _ 4 punct 4:punct _ @@ -18895,10 +18904,10 @@ 4 like like ADP IN _ 6 case 6:case _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 fish fish NOUN NN Number=Sing 3 obl 3:obl:like SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ -8 every every DET DT _ 9 det 9:det _ +7 , , PUNCT , _ 9 punct 9:punct _ +8 every every DET DT PronType=Tot 9 det 9:det _ 9 night night NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod SpaceAfter=No -10 , , PUNCT , _ 3 punct 3:punct _ +10 , , PUNCT , _ 14 punct 14:punct _ 11 into into ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 wee wee ADJ JJ Degree=Pos 14 amod 14:amod _ @@ -18914,17 +18923,17 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0017 # text = He gave no service to anyone, risked nothing, and did not even slack off efficiently. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|8:nsubj|15:nsubj _ -2 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 4 det 4:det _ +2 gave give VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 no no DET DT PronType=Neg 4 det 4:det _ 4 service service NOUN NN Number=Sing 2 obj 2:obj _ 5 to to ADP IN _ 6 case 6:case _ -6 anyone anyone PRON NN Number=Sing 2 obl 2:obl:to SpaceAfter=No +6 anyone anyone PRON NN Number=Sing|PronType=Ind 2 obl 2:obl:to SpaceAfter=No 7 , , PUNCT , _ 8 punct 8:punct _ -8 risked risk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ -9 nothing nothing PRON NN Number=Sing 8 obj 8:obj SpaceAfter=No +8 risked risk VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +9 nothing nothing PRON NN Number=Sing|PronType=Neg 8 obj 8:obj SpaceAfter=No 10 , , PUNCT , _ 15 punct 15:punct _ 11 and and CCONJ CC _ 15 cc 15:cc _ -12 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 aux 15:aux _ +12 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 aux 15:aux _ 13 not not PART RB _ 15 advmod 15:advmod _ 14 even even ADV RB _ 15 advmod 15:advmod _ 15 slack slack VERB VB VerbForm=Inf 2 conj 2:conj:and _ @@ -18949,8 +18958,8 @@ 13 issue issue NOUN NN Number=Sing 0 root 0:root _ 14 because because SCONJ IN _ 18 mark 18:mark _ 15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj|30:nsubj _ -16 not not ADV RB _ 17 advmod 17:advmod _ -17 only only ADV RB _ 18 cc:preconj 18:cc:preconj _ +16 not not PART RB _ 18 advmod 18:advmod _ +17 only only ADV RB _ 18 advmod 18:advmod _ 18 speaks speak VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:because _ 19 to to ADP IN _ 22 case 22:case _ 20-21 Bush's _ _ _ _ _ _ _ _ @@ -18966,9 +18975,9 @@ 29 may may AUX MD VerbForm=Fin 30 aux 30:aux _ 30 tell tell VERB VB VerbForm=Inf 18 conj 13:advcl:because|18:conj:but _ 31 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 30 iobj 30:iobj _ -32 something something PRON NN Number=Sing 30 obj 30:obj _ +32 something something PRON NN Number=Sing|PronType=Ind 30 obj 30:obj _ 33 about about ADP IN _ 38 case 38:case _ -34 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ +34 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ 35 erratic erratic ADJ JJ Degree=Pos 38 amod 38:amod _ 36 and and CCONJ CC _ 37 cc 37:cc _ 37 alarming alarming ADJ JJ Degree=Pos 35 conj 35:conj:and|38:amod _ @@ -18979,11 +18988,11 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0019 # text = His explosive temper probably provoked the disastrous siege of Fallujah last spring, killing 600 Iraqis, most of them women and children, in revenge for the deaths of 4 civilian mercenaries, one of them a South African. -1 His he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 His his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 explosive explosive ADJ JJ Degree=Pos 3 amod 3:amod _ 3 temper temper NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 probably probably ADV RB _ 5 advmod 5:advmod _ -5 provoked provoke VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 provoked provoke VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 disastrous disastrous ADJ JJ Degree=Pos 8 amod 8:amod _ 8 siege siege NOUN NN Number=Sing 5 obj 5:obj _ @@ -18991,53 +19000,53 @@ 10 Fallujah Fallujah PROPN NNP Number=Sing 8 nmod 8:nmod:of _ 11 last last ADJ JJ Degree=Pos 12 amod 12:amod _ 12 spring spring NOUN NN Number=Sing 8 nmod:tmod 8:nmod:tmod SpaceAfter=No -13 , , PUNCT , _ 5 punct 5:punct _ +13 , , PUNCT , _ 14 punct 14:punct _ 14 killing kill VERB VBG VerbForm=Ger 5 advcl 5:advcl _ -15 600 600 NUM CD NumType=Card 16 nummod 16:nummod _ -16 Iraqis Iraqis PROPN NNPS Number=Plur 14 obj 14:obj SpaceAfter=No -17 , , PUNCT , _ 16 punct 16:punct _ +15 600 600 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ +16 Iraqis Iraqi PROPN NNPS Number=Plur 14 obj 14:obj SpaceAfter=No +17 , , PUNCT , _ 21 punct 21:punct _ 18 most most ADJ JJS Degree=Sup 21 nsubj 21:nsubj|23:nsubj _ 19 of of ADP IN _ 20 case 20:case _ 20 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 18 nmod 18:nmod:of _ 21 women woman NOUN NNS Number=Plur 16 acl:relcl 16:acl:relcl _ 22 and and CCONJ CC _ 23 cc 23:cc _ 23 children child NOUN NNS Number=Plur 21 conj 16:acl:relcl|21:conj:and SpaceAfter=No -24 , , PUNCT , _ 14 punct 14:punct _ +24 , , PUNCT , _ 26 punct 26:punct _ 25 in in ADP IN _ 26 case 26:case _ 26 revenge revenge NOUN NN Number=Sing 14 obl 14:obl:in _ 27 for for ADP IN _ 29 case 29:case _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 29 deaths death NOUN NNS Number=Plur 26 nmod 26:nmod:for _ 30 of of ADP IN _ 33 case 33:case _ -31 4 4 NUM CD NumType=Card 33 nummod 33:nummod _ +31 4 4 NUM CD NumForm=Digit|NumType=Card 33 nummod 33:nummod _ 32 civilian civilian ADJ JJ Degree=Pos 33 amod 33:amod _ 33 mercenaries mercenary NOUN NNS Number=Plur 29 nmod 29:nmod:of SpaceAfter=No -34 , , PUNCT , _ 33 punct 33:punct _ -35 one one NUM CD NumType=Card 40 nsubj 40:nsubj _ +34 , , PUNCT , _ 40 punct 40:punct _ +35 one one NUM CD NumForm=Word|NumType=Card 40 nsubj 40:nsubj _ 36 of of ADP IN _ 37 case 37:case _ 37 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 35 nmod 35:nmod:of _ 38 a a DET DT Definite=Ind|PronType=Art 40 det 40:det _ 39 South South PROPN NNP Number=Sing 40 compound 40:compound _ -40 African African PROPN NNP Number=Sing 33 acl:relcl 33:acl:relcl SpaceAfter=No +40 African African PROPN NNP Number=Sing 33 acl 33:acl SpaceAfter=No 41 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0020 # text = (Newsweek reported that Bush commanded his cabinet, "Let heads roll!") 1 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No 2 Newsweek Newsweek PROPN NNP Number=Sing 3 nsubj 3:nsubj _ -3 reported report VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 reported report VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 that that SCONJ IN _ 6 mark 6:mark _ 5 Bush Bush PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -6 commanded command VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ -7 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ -8 cabinet cabinet NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No -9 , , PUNCT , _ 6 punct 6:punct _ -10 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No +6 commanded command VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +7 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +8 cabinet cabinet NOUN NN Number=Sing 6 iobj 6:iobj SpaceAfter=No +9 , , PUNCT , _ 11 punct 11:punct _ +10 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No 11 Let let VERB VB Mood=Imp|VerbForm=Fin 6 ccomp 6:ccomp _ 12 heads head NOUN NNS Number=Plur 11 obj 11:obj|13:nsubj:xsubj _ 13 roll roll VERB VB VerbForm=Inf 11 xcomp 11:xcomp SpaceAfter=No -14 ! ! PUNCT . _ 3 punct 3:punct SpaceAfter=No -15 " " PUNCT '' _ 3 punct 3:punct SpaceAfter=No +14 ! ! PUNCT . _ 11 punct 11:punct SpaceAfter=No +15 " " PUNCT '' _ 11 punct 11:punct SpaceAfter=No 16 ) ) PUNCT -RRB- _ 3 punct 3:punct _ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0021 @@ -19046,7 +19055,7 @@ 2 temper temper NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 only only ADV RB _ 6 advmod 6:advmod _ -5 one one NUM CD NumType=Card 6 nummod 6:nummod _ +5 one one NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 6 problem problem NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 7 . . PUNCT . _ 6 punct 6:punct _ @@ -19063,36 +19072,36 @@ # text = He clearly enjoyed, as governor, watching executions. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj|8:nsubj:xsubj _ 2 clearly clearly ADV RB _ 3 advmod 3:advmod _ -3 enjoyed enjoy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +3 enjoyed enjoy VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +4 , , PUNCT , _ 6 punct 6:punct _ 5 as as ADP IN _ 6 case 6:case _ 6 governor governor NOUN NN Number=Sing 3 obl 3:obl:as SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ +7 , , PUNCT , _ 8 punct 8:punct _ 8 watching watch VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ 9 executions execution NOUN NNS Number=Plur 8 obj 8:obj SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0024 # text = His delight in killing people became a campaign issue in 2000 when he seemed, in one debate, to enjoy the prospect of executing wrong-doers a little too much. -1 His he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 His his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 delight delight NOUN NN Number=Sing 6 nsubj 6:nsubj|9:nsubj:xsubj _ 3 in in SCONJ IN _ 4 mark 4:mark _ 4 killing kill VERB VBG VerbForm=Ger 2 acl 2:acl:in _ 5 people people NOUN NNS Number=Plur 4 obj 4:obj _ -6 became become VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 became become VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 campaign campaign NOUN NN Number=Sing 9 compound 9:compound _ 9 issue issue NOUN NN Number=Sing 6 xcomp 6:xcomp _ 10 in in ADP IN _ 11 case 11:case _ -11 2000 2000 NUM CD NumType=Card 9 nmod 9:nmod:in _ -12 when when SCONJ WRB PronType=Int 14 mark 14:mark _ +11 2000 2000 NUM CD NumForm=Digit|NumType=Card 9 nmod 9:nmod:in _ +12 when when ADV WRB PronType=Int 14 advmod 14:advmod _ 13 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj|21:nsubj:xsubj _ -14 seemed seem VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:when SpaceAfter=No -15 , , PUNCT , _ 14 punct 14:punct _ +14 seemed seem VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:when SpaceAfter=No +15 , , PUNCT , _ 18 punct 18:punct _ 16 in in ADP IN _ 18 case 18:case _ -17 one one NUM CD NumType=Card 18 nummod 18:nummod _ +17 one one NUM CD NumForm=Word|NumType=Card 18 nummod 18:nummod _ 18 debate debate NOUN NN Number=Sing 14 obl 14:obl:in SpaceAfter=No -19 , , PUNCT , _ 14 punct 14:punct _ +19 , , PUNCT , _ 21 punct 21:punct _ 20 to to PART TO _ 21 mark 21:mark _ 21 enjoy enjoy VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ @@ -19100,13 +19109,13 @@ 24 of of SCONJ IN _ 25 mark 25:mark _ 25 executing execute VERB VBG VerbForm=Ger 23 acl 23:acl:of _ 26 wrong wrong ADJ JJ Degree=Pos 28 nmod:npmod 28:nmod:npmod SpaceAfter=No -27 - - PUNCT HYPH _ 28 punct 28:punct SpaceAfter=No +27 - - PUNCT HYPH _ 26 punct 26:punct SpaceAfter=No 28 doers doer NOUN NNS Number=Plur 25 obj 25:obj _ 29 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ 30 little little ADJ JJ Degree=Pos 32 advmod 32:advmod _ 31 too too ADV RB _ 32 advmod 32:advmod _ 32 much much ADV RB _ 21 advmod 21:advmod SpaceAfter=No -33 . . PUNCT . _ 9 punct 9:punct _ +33 . . PUNCT . _ 6 punct 6:punct _ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0025 # text = He has clearly gone on enjoying killing people on a large scale in Iraq. @@ -19147,11 +19156,11 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0027 # text = Two decades of pickling his nervous system in various highly toxic substances have left Bush damaged goods. -1 Two two NUM CD NumType=Card 2 nummod 2:nummod _ +1 Two two NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 decades decade NOUN NNS Number=Plur 14 nsubj 14:nsubj _ 3 of of SCONJ IN _ 4 mark 4:mark _ 4 pickling pickle VERB VBG VerbForm=Ger 2 acl 2:acl:of _ -5 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 nervous nervous ADJ JJ Degree=Pos 7 amod 7:amod _ 7 system system NOUN NN Number=Sing 4 obj 4:obj _ 8 in in ADP IN _ 12 case 12:case _ @@ -19159,10 +19168,10 @@ 10 highly highly ADV RB _ 11 advmod 11:advmod _ 11 toxic toxic ADJ JJ Degree=Pos 12 amod 12:amod _ 12 substances substance NOUN NNS Number=Plur 4 obl 4:obl:in _ -13 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +13 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 14 left leave VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 15 Bush Bush PROPN NNP Number=Sing 14 obj 14:obj|17:nsubj:xsubj _ -16 damaged damage VERB VBN Tense=Past|VerbForm=Part 17 amod 17:amod _ +16 damaged damage VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 amod 17:amod _ 17 goods goods NOUN NNS Number=Plur 14 xcomp 14:xcomp SpaceAfter=No 18 . . PUNCT . _ 14 punct 14:punct _ @@ -19172,12 +19181,12 @@ 2 for for ADP IN _ 3 case 3:case _ 3 those that PRON DT Number=Plur|PronType=Dem 27 obl 6:nsubj|27:obl:for _ 4 who who PRON WP PronType=Rel 6 nsubj 3:ref _ -5 later later ADV RB _ 6 advmod 6:advmod _ -6 abstain abstain VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl SpaceAfter=No -7 , , PUNCT , _ 27 punct 27:punct _ +5 later late ADV RBR Degree=Cmp 6 advmod 6:advmod _ +6 abstain abstain VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl SpaceAfter=No +7 , , PUNCT , _ 3 punct 3:punct _ 8 " " PUNCT `` _ 27 punct 27:punct SpaceAfter=No 9 visual visual ADJ JJ Degree=Pos 11 amod 11:amod SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 11 spatial spatial ADJ JJ Degree=Pos 12 amod 12:amod _ 12 abilities ability NOUN NNS Number=Plur 27 nsubj 27:nsubj SpaceAfter=No 13 , , PUNCT , _ 14 punct 14:punct _ @@ -19188,13 +19197,13 @@ 18 , , PUNCT , _ 23 punct 23:punct _ 19 and and CCONJ CC _ 23 cc 23:cc _ 20 short short ADJ JJ Degree=Pos 22 amod 22:amod SpaceAfter=No -21 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No +21 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No 22 term term NOUN NN Number=Sing 23 compound 23:compound _ 23 memory memory NOUN NN Number=Sing 12 conj 12:conj:and|27:nsubj SpaceAfter=No -24 , , PUNCT , _ 27 punct 27:punct _ -25 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ +24 , , PUNCT , _ 12 punct 12:punct _ +25 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ -27 slowest slowest ADJ JJS Degree=Sup 0 root 0:root _ +27 slowest slow ADJ JJS Degree=Sup 0 root 0:root _ 28 to to PART TO _ 29 mark 29:mark _ 29 recover recover VERB VB VerbForm=Inf 27 advcl 27:advcl:to SpaceAfter=No 30 . . PUNCT . _ 27 punct 27:punct SpaceAfter=No @@ -19204,31 +19213,31 @@ # text = That he managed to get on the wagon (though with that pretzel incident, you wonder how firmly) is laudable. 1 That that SCONJ IN _ 3 mark 3:mark _ 2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 managed manage VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 csubj 22:csubj _ +3 managed manage VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 csubj 22:csubj _ 4 to to PART TO _ 5 mark 5:mark _ 5 get get VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 on on ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 wagon wagon NOUN NN Number=Sing 5 obl 5:obl:on _ -9 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No +9 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No 10 though though SCONJ IN _ 17 mark 17:mark _ 11 with with ADP IN _ 14 case 14:case _ 12 that that DET DT Number=Sing|PronType=Dem 14 det 14:det _ 13 pretzel pretzel NOUN NN Number=Sing 14 compound 14:compound _ 14 incident incident NOUN NN Number=Sing 17 obl 17:obl:with SpaceAfter=No -15 , , PUNCT , _ 17 punct 17:punct _ +15 , , PUNCT , _ 14 punct 14:punct _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ -17 wonder wonder VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:though _ -18 how how SCONJ WRB PronType=Int 19 mark 19:mark _ +17 wonder wonder VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:though _ +18 how how ADV WRB PronType=Int 19 advmod 19:advmod _ 19 firmly firmly ADV RB _ 17 advmod 17:advmod SpaceAfter=No -20 ) ) PUNCT -RRB- _ 5 punct 5:punct _ +20 ) ) PUNCT -RRB- _ 17 punct 17:punct _ 21 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 22 laudable laudable ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 23 . . PUNCT . _ 22 punct 22:punct _ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0030 # text = But he suffers the severe effects of the aftermath, and we are all suffering along with him now, since he is the most powerful man in the world. -1 But but CCONJ CC _ 15 cc 15:cc _ +1 But but CCONJ CC _ 3 cc 3:cc _ 2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 3 suffers suffer VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -19240,19 +19249,19 @@ 10 , , PUNCT , _ 15 punct 15:punct _ 11 and and CCONJ CC _ 15 cc 15:cc _ 12 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 14 all all ADV RB _ 15 advmod 15:advmod _ 15 suffering suffer VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj:and _ 16 along along ADP IN _ 18 case 18:case _ 17 with with ADP IN _ 18 case 18:case _ 18 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 obl 15:obl:with _ 19 now now ADV RB _ 15 advmod 15:advmod SpaceAfter=No -20 , , PUNCT , _ 15 punct 15:punct _ +20 , , PUNCT , _ 27 punct 27:punct _ 21 since since SCONJ IN _ 27 mark 27:mark _ 22 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 27 nsubj 27:nsubj _ 23 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ 24 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ -25 most most ADV RBS _ 26 advmod 26:advmod _ +25 most most ADV RBS Degree=Sup 26 advmod 26:advmod _ 26 powerful powerful ADJ JJ Degree=Pos 27 amod 27:amod _ 27 man man NOUN NN Number=Sing 15 advcl 15:advcl:since _ 28 in in ADP IN _ 30 case 30:case _ @@ -19263,26 +19272,26 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0031 # text = We all know by now that Bush did not even do his full service with the Texas Air National Guard, absenting himself to work on the Alabama senate campaign of Winton "Red" Blount. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 all all DET DT _ 1 det 1:det _ -3 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 all all DET DT PronType=Tot 1 det 1:det _ +3 know know VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 by by ADP IN _ 5 case 5:case _ 5 now now ADV RB _ 3 obl 3:obl:by _ 6 that that SCONJ IN _ 11 mark 11:mark _ 7 Bush Bush PROPN NNP Number=Sing 11 nsubj 11:nsubj _ -8 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 aux 11:aux _ +8 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 aux 11:aux _ 9 not not PART RB _ 11 advmod 11:advmod _ 10 even even ADV RB _ 11 advmod 11:advmod _ 11 do do VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ -12 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 13 full full ADJ JJ Degree=Pos 14 amod 14:amod _ 14 service service NOUN NN Number=Sing 11 obj 11:obj _ 15 with with ADP IN _ 20 case 20:case _ 16 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 17 Texas Texas PROPN NNP Number=Sing 20 compound 20:compound _ 18 Air Air PROPN NNP Number=Sing 20 compound 20:compound _ -19 National National PROPN NNP Number=Sing 20 compound 20:compound _ +19 National National ADJ NNP Degree=Pos 20 amod 20:amod _ 20 Guard Guard PROPN NNP Number=Sing 14 nmod 14:nmod:with SpaceAfter=No -21 , , PUNCT , _ 11 punct 11:punct _ +21 , , PUNCT , _ 22 punct 22:punct _ 22 absenting absent VERB VBG VerbForm=Ger 11 advcl 11:advcl _ 23 himself himself PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes 22 obj 22:obj _ 24 to to PART TO _ 25 mark 25:mark _ @@ -19294,9 +19303,9 @@ 30 campaign campaign NOUN NN Number=Sing 25 obl 25:obl:on _ 31 of of ADP IN _ 32 case 32:case _ 32 Winton Winton PROPN NNP Number=Sing 30 nmod 30:nmod:of _ -33 " " PUNCT `` _ 32 punct 32:punct SpaceAfter=No +33 " " PUNCT `` _ 34 punct 34:punct SpaceAfter=No 34 Red Red PROPN NNP Number=Sing 32 flat 32:flat SpaceAfter=No -35 " " PUNCT '' _ 32 punct 32:punct _ +35 " " PUNCT '' _ 34 punct 34:punct _ 36 Blount Blount PROPN NNP Number=Sing 32 flat 32:flat SpaceAfter=No 37 . . PUNCT . _ 3 punct 3:punct _ @@ -19321,24 +19330,24 @@ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 clear clear ADJ JJ Degree=Pos 0 root 0:root _ 5 that that SCONJ IN _ 10 mark 10:mark _ -6 not not PART RB _ 7 advmod 7:advmod _ +6 not not PART RB _ 10 advmod 10:advmod _ 7 only only ADV RB _ 10 advmod 10:advmod _ -8 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 aux 10:aux _ +8 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 aux 10:aux _ 9 Bush Bush PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 10 slack slack VERB VB VerbForm=Inf 4 csubj 4:csubj _ 11 off off ADP RP _ 10 compound:prt 10:compound:prt _ 12 on on ADP IN _ 16 case 16:case _ -13 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ -14 National National PROPN NNP Number=Sing 15 compound 15:compound _ +13 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +14 National National ADJ NNP Degree=Pos 15 amod 15:amod _ 15 Guard Guard PROPN NNP Number=Sing 16 compound 16:compound _ 16 service service NOUN NN Number=Sing 10 obl 10:obl:on SpaceAfter=No 17 , , PUNCT , _ 20 punct 20:punct _ 18 but but CCONJ CC _ 20 cc 20:cc _ 19 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ -20 slacked slack VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 conj 4:csubj|10:conj:but _ +20 slacked slack VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 conj 4:csubj|10:conj:but _ 21 off off ADP RP _ 20 compound:prt 20:compound:prt _ 22 from from ADP IN _ 25 case 25:case _ -23 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +23 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 24 campaign campaign NOUN NN Number=Sing 25 compound 25:compound _ 25 work work NOUN NN Number=Sing 20 obl 20:obl:from SpaceAfter=No 26 . . PUNCT . _ 4 punct 4:punct _ @@ -19347,8 +19356,8 @@ # text = This little-noted interview with Blount's nephew Murph Archibald, which appeared on National Public Radio's "All Things Considered on March 30, 2004, gives a devastating insight into what it was like to have to suffer through Bush in that period. 1 This this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 2 little little ADV RB Degree=Pos 4 advmod 4:advmod SpaceAfter=No -3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No -4 noted note VERB VBN Tense=Past|VerbForm=Part 5 amod 5:amod _ +3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No +4 noted note VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 amod 5:amod _ 5 interview interview NOUN NN Number=Sing 30 nsubj 14:nsubj|30:nsubj _ 6 with with ADP IN _ 9 case 9:case _ 7-8 Blount's _ _ _ _ _ _ _ _ @@ -19357,36 +19366,36 @@ 9 nephew nephew NOUN NN Number=Sing 5 nmod 5:nmod:with _ 10 Murph Murph PROPN NNP Number=Sing 9 appos 9:appos _ 11 Archibald Archibald PROPN NNP Number=Sing 10 flat 10:flat SpaceAfter=No -12 , , PUNCT , _ 5 punct 5:punct _ +12 , , PUNCT , _ 14 punct 14:punct _ 13 which which PRON WDT PronType=Rel 14 nsubj 5:ref _ -14 appeared appear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +14 appeared appear VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 15 on on ADP IN _ 22 case 22:case _ -16 National National PROPN NNP Number=Sing 18 compound 18:compound _ -17 Public Public PROPN NNP Number=Sing 18 compound 18:compound _ +16 National National ADJ NNP Degree=Pos 18 amod 18:amod _ +17 Public Public ADJ NNP Degree=Pos 18 amod 18:amod _ 18-19 Radio's _ _ _ _ _ _ _ _ 18 Radio Radio PROPN NNP Number=Sing 22 nmod:poss 22:nmod:poss _ 19 's 's PART POS _ 18 case 18:case _ -20 " " PUNCT `` _ 22 punct 22:punct SpaceAfter=No -21 All all DET DT _ 22 det 22:det _ -22 Things Things PROPN NNPS Number=Plur 14 obl 14:obl:on _ -23 Considered consider VERB VBN Tense=Past|VerbForm=Part 22 acl 22:acl _ +20 " " PUNCT `` _ 18 punct 18:punct SpaceAfter=No +21 All all DET DT PronType=Tot 22 det 22:det _ +22 Things Thing PROPN NNPS Number=Plur 14 obl 14:obl:on _ +23 Considered consider VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 acl 22:acl _ 24 on on ADP IN _ 25 case 25:case _ 25 March March PROPN NNP Number=Sing 14 obl 14:obl:on _ -26 30 30 NUM CD NumType=Card 25 nummod 25:nummod SpaceAfter=No -27 , , PUNCT , _ 25 punct 25:punct _ -28 2004 2004 NUM CD NumType=Card 25 nummod 25:nummod SpaceAfter=No -29 , , PUNCT , _ 30 punct 30:punct _ +26 30 30 NUM CD NumForm=Digit|NumType=Card 25 nummod 25:nummod SpaceAfter=No +27 , , PUNCT , _ 28 punct 28:punct _ +28 2004 2004 NUM CD NumForm=Digit|NumType=Card 25 nummod 25:nummod SpaceAfter=No +29 , , PUNCT , _ 5 punct 5:punct _ 30 gives give VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 31 a a DET DT Definite=Ind|PronType=Art 33 det 33:det _ 32 devastating devastating ADJ JJ Degree=Pos 33 amod 33:amod _ 33 insight insight NOUN NN Number=Sing 30 obj 30:obj _ -34 into into SCONJ IN _ 35 case 35:case _ -35 what what PRON WP PronType=Int 33 nmod 33:nmod:into _ -36 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 37 nsubj 37:nsubj|40:nsubj:xsubj|42:nsubj:xsubj _ -37 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 35 acl:relcl 35:acl:relcl _ -38 like like ADP IN _ 37 obl 37:obl _ +34 into into SCONJ IN _ 35 mark 35:mark _ +35 what what PRON WP PronType=Int 33 acl 33:acl _ +36 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 35 expl 35:expl _ +37 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 35 cop 35:cop _ +38 like like ADP IN _ 35 case 35:case _ 39 to to PART TO _ 40 mark 40:mark _ -40 have have VERB VB VerbForm=Inf 37 xcomp 37:xcomp _ +40 have have VERB VB VerbForm=Inf 35 csubj 35:csubj _ 41 to to PART TO _ 42 mark 42:mark _ 42 suffer suffer VERB VB VerbForm=Inf 40 xcomp 40:xcomp _ 43 through through ADP IN _ 44 case 44:case _ @@ -19399,20 +19408,20 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0035 # text = "All Things Considered (8:00 PM ET) - NPR March 30, 2004 Tuesday 1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No -2 All all DET DT _ 3 det 3:det _ -3 Things Things PROPN NNPS Number=Plur 0 root 0:root _ -4 Considered consider VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ -5 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No -6 8:00 8:00 NUM CD NumType=Card 4 obl:tmod 4:obl:tmod _ -7 PM pm NOUN NN Number=Sing 6 compound 6:compound _ +2 All all DET DT PronType=Tot 3 det 3:det _ +3 Things Thing PROPN NNPS Number=Plur 0 root 0:root _ +4 Considered consider VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ +5 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No +6 8:00 8:00 NUM CD NumForm=Digit|NumType=Card 4 obl:tmod 4:obl:tmod _ +7 PM p.m. NOUN NN Number=Sing 6 compound 6:compound _ 8 ET ET PROPN NNP Number=Sing 6 compound 6:compound SpaceAfter=No -9 ) ) PUNCT -RRB- _ 3 punct 3:punct _ -10 - - PUNCT : _ 3 punct 3:punct _ +9 ) ) PUNCT -RRB- _ 6 punct 6:punct _ +10 - - PUNCT : _ 11 punct 11:punct _ 11 NPR NPR PROPN NNP Number=Sing 3 list 3:list _ 12 March March PROPN NNP Number=Sing 3 list 3:list _ -13 30 30 NUM CD NumType=Card 12 nummod 12:nummod SpaceAfter=No -14 , , PUNCT , _ 12 punct 12:punct _ -15 2004 2004 NUM CD NumType=Card 12 nummod 12:nummod _ +13 30 30 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod SpaceAfter=No +14 , , PUNCT , _ 15 punct 15:punct _ +15 2004 2004 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 16 Tuesday Tuesday PROPN NNP Number=Sing 3 nmod:tmod 3:nmod:tmod _ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0036 @@ -19420,9 +19429,9 @@ 1 This this DET DT Number=Sing|PronType=Dem 3 det 3:det _ 2 campaign campaign NOUN NN Number=Sing 3 compound 3:compound _ 3 season season NOUN NN Number=Sing 7 obl:tmod 7:obl:tmod SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 there there PRON EX _ 7 expl 7:expl _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 been be VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 8 questions question NOUN NNS Number=Plur 7 nsubj 7:nsubj _ 9 about about SCONJ IN _ 14 mark 14:mark _ @@ -19430,12 +19439,12 @@ 11 George George PROPN NNP Number=Sing 14 nsubj 14:nsubj _ 12 W. W. PROPN NNP Number=Sing 11 flat 11:flat _ 13 Bush Bush PROPN NNP Number=Sing 11 flat 11:flat _ -14 fulfilled fulfil VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 acl 8:acl:whether _ -15 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +14 fulfilled fulfil VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 acl 8:acl:whether _ +15 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 obligations obligation NOUN NNS Number=Plur 14 obj 14:obj _ 17 to to ADP IN _ 20 case 20:case _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -19 National National PROPN NNP Number=Sing 20 compound 20:compound _ +19 National National ADJ NNP Degree=Pos 20 amod 20:amod _ 20 Guard Guard PROPN NNP Number=Sing 16 nmod 16:nmod:to _ 21 as as ADP IN _ 24 case 24:case _ 22 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ @@ -19444,23 +19453,23 @@ 25 in in ADP IN _ 28 case 28:case _ 26 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 27 early early ADJ JJ Degree=Pos 28 amod 28:amod _ -28 1970s 1970 NOUN NNS Number=Plur 14 obl 14:obl:in SpaceAfter=No +28 1970s 1970s NOUN NNS Number=Plur 14 obl 14:obl:in SpaceAfter=No 29 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0037 # text = For weeks, reporters scoured Alabama in search of pilots or anyone who might have remembered seeing Mr. Bush at the time he was serving in the National Guard there. 1 For for ADP IN _ 2 case 2:case _ 2 weeks week NOUN NNS Number=Plur 5 obl 5:obl:for SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 reporters reporter NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -5 scoured scour VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 scoured scour VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 Alabama Alabama PROPN NNP Number=Sing 5 obj 5:obj _ 7 in in ADP IN _ 8 case 8:case _ 8 search search NOUN NN Number=Sing 5 obl 5:obl:in _ 9 of of ADP IN _ 10 case 10:case _ 10 pilots pilot NOUN NNS Number=Plur 8 nmod 8:nmod:of _ 11 or or CCONJ CC _ 12 cc 12:cc _ -12 anyone anyone PRON NN Number=Sing 10 conj 8:nmod:of|10:conj:or|16:nsubj|17:nsubj:xsubj _ +12 anyone anyone PRON NN Number=Sing|PronType=Ind 10 conj 8:nmod:of|10:conj:or|16:nsubj|17:nsubj:xsubj _ 13 who who PRON WP PronType=Rel 16 nsubj 12:ref _ 14 might might AUX MD VerbForm=Fin 16 aux 16:aux _ 15 have have AUX VB VerbForm=Inf 16 aux 16:aux _ @@ -19476,7 +19485,7 @@ 25 serving serve VERB VBG Tense=Pres|VerbForm=Part 22 acl:relcl 22:acl:relcl _ 26 in in ADP IN _ 29 case 29:case _ 27 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ -28 National National PROPN NNP Number=Sing 29 compound 29:compound _ +28 National National ADJ NNP Degree=Pos 29 amod 29:amod _ 29 Guard Guard PROPN NNP Number=Sing 25 obl 25:obl:in _ 30 there there ADV RB PronType=Dem 25 advmod 25:advmod SpaceAfter=No 31 . . PUNCT . _ 5 punct 5:punct _ @@ -19485,19 +19494,19 @@ # text = There is one place in Alabama where Mr. Bush was present nearly every day: the headquarters in Montgomery of US Senate candidate Winton "Red" Blount. 1 There there PRON EX _ 2 expl 2:expl _ 2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 one one NUM CD NumType=Card 4 nummod 4:nummod _ -4 place place NOUN NN Number=Sing 2 nsubj 2:nsubj _ +3 one one NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ +4 place place NOUN NN Number=Sing 2 nsubj 2:nsubj|11:obl _ 5 in in ADP IN _ 6 case 6:case _ 6 Alabama Alabama PROPN NNP Number=Sing 4 nmod 4:nmod:in _ -7 where where SCONJ WRB PronType=Rel 11 mark 11:mark _ +7 where where ADV WRB PronType=Rel 11 advmod 4:ref _ 8 Mr. Mr. PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 9 Bush Bush PROPN NNP Number=Sing 8 flat 8:flat _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ -11 present present ADJ JJ Degree=Pos 6 acl:relcl 6:acl:relcl _ +11 present present ADJ JJ Degree=Pos 4 acl:relcl 4:acl:relcl _ 12 nearly nearly ADV RB _ 14 advmod 14:advmod _ -13 every every ADV RB _ 14 advmod 14:advmod _ +13 every every DET DT PronType=Tot 14 det 14:det _ 14 day day NOUN NN Number=Sing 11 obl:tmod 11:obl:tmod SpaceAfter=No -15 : : PUNCT : _ 4 punct 4:punct _ +15 : : PUNCT : _ 17 punct 17:punct _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 headquarters headquarters NOUN NNS Number=Plur 4 appos 4:appos _ 18 in in ADP IN _ 19 case 19:case _ @@ -19528,12 +19537,12 @@ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 reason reason NOUN NN Number=Sing 5 ccomp 5:ccomp _ 13 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -14 transferred transfer VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +14 transferred transfer VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ 15 to to ADP IN _ 20 case 20:case _ 16 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 17 Alabama Alabama PROPN NNP Number=Sing 20 compound 20:compound _ 18 Air Air PROPN NNP Number=Sing 20 compound 20:compound _ -19 National National PROPN NNP Number=Sing 20 compound 20:compound _ +19 National National ADJ NNP Degree=Pos 20 amod 20:amod _ 20 Guard Guard PROPN NNP Number=Sing 14 obl 14:obl:to SpaceAfter=No 21 . . PUNCT . _ 5 punct 5:punct _ @@ -19560,28 +19569,28 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0041 # text = WADE GOODWYN reporting: -1 WADE WADE PROPN NNP Number=Sing 0 root 0:root _ +1 WADE WADE PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 GOODWYN GOODWYN PROPN NNP Number=Sing 1 flat 1:flat _ -3 reporting report VERB VBG VerbForm=Ger 1 acl 1:acl SpaceAfter=No -4 : : PUNCT : _ 1 punct 1:punct _ +3 reporting report VERB VBG VerbForm=Ger 0 root 0:root SpaceAfter=No +4 : : PUNCT : _ 3 punct 3:punct _ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0042 # newpar id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-p0003 # text = In 1972, Baba Groom was a smart, funny young woman smack-dab in the middle of an exciting US Senate campaign. 1 In in ADP IN _ 2 case 2:case _ -2 1972 1972 NUM CD NumType=Card 12 obl 12:obl:in SpaceAfter=No -3 , , PUNCT , _ 12 punct 12:punct _ +2 1972 1972 NUM CD NumForm=Digit|NumType=Card 12 obl 12:obl:in SpaceAfter=No +3 , , PUNCT , _ 2 punct 2:punct _ 4 Baba Baba PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 5 Groom Groom PROPN NNP Number=Sing 4 flat 4:flat _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 cop 12:cop _ 7 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 8 smart smart ADJ JJ Degree=Pos 12 amod 12:amod SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10 funny funny ADJ JJ Degree=Pos 12 amod 12:amod _ 11 young young ADJ JJ Degree=Pos 12 amod 12:amod _ 12 woman woman NOUN NN Number=Sing 0 root 0:root _ 13 smack smack ADV RB _ 15 advmod 15:advmod SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 dab dab ADV RB _ 18 advmod 18:advmod _ 16 in in ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ @@ -19598,7 +19607,7 @@ # text = Groom was Republican Red Blount's scheduler, and in that job, she was the hub in the campaign wheel. 1 Groom Groom PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ -3 Republican Republican PROPN NNP Number=Sing 4 compound 4:compound _ +3 Republican Republican ADJ NNP Degree=Pos 4 amod 4:amod _ 4 Red Red PROPN NNP Number=Sing 7 nmod:poss 7:nmod:poss _ 5-6 Blount's _ _ _ _ _ _ _ _ 5 Blount Blount PROPN NNP Number=Sing 4 flat 4:flat _ @@ -19609,7 +19618,7 @@ 10 in in ADP IN _ 12 case 12:case _ 11 that that DET DT Number=Sing|PronType=Dem 12 det 12:det _ 12 job job NOUN NN Number=Sing 17 obl 17:obl:in SpaceAfter=No -13 , , PUNCT , _ 17 punct 17:punct _ +13 , , PUNCT , _ 12 punct 12:punct _ 14 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 15 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 cop 17:cop _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -19623,7 +19632,7 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0044 # text = Ask her about the handsome young man from Texas, and she remembers him 32 years later like it was yesterday. 1 Ask ask VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 1 obj 1:obj _ +2 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 1 iobj 1:iobj _ 3 about about ADP IN _ 7 case 7:case _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 5 handsome handsome ADJ JJ Degree=Pos 7 amod 7:amod _ @@ -19636,9 +19645,9 @@ 12 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 13 remembers remember VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 conj 1:conj:and _ 14 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 obj 13:obj _ -15 32 32 NUM CD NumType=Card 16 nummod 16:nummod _ +15 32 32 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 16 years year NOUN NNS Number=Plur 17 obl:npmod 17:obl:npmod _ -17 later later ADV RB _ 13 advmod 13:advmod _ +17 later late ADV RBR Degree=Cmp 13 advmod 13:advmod _ 18 like like SCONJ IN _ 21 mark 21:mark _ 19 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj _ 20 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 cop 21:cop _ @@ -19650,11 +19659,11 @@ 1 Ms. Ms. PROPN NNP Number=Sing 0 root 0:root _ 2 BABA BABA PROPN NNP Number=Sing 1 flat 1:flat _ 3 GROOM GROOM PROPN NNP Number=Sing 1 flat 1:flat _ -4 ( ( PUNCT -LRB- _ 1 punct 1:punct SpaceAfter=No +4 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No 5 Former former ADJ JJ Degree=Pos 7 amod 7:amod _ 6 Campaign campaign NOUN NN Number=Sing 7 compound 7:compound _ 7 Worker worker NOUN NN Number=Sing 1 appos 1:appos SpaceAfter=No -8 ) ) PUNCT -RRB- _ 1 punct 1:punct SpaceAfter=No +8 ) ) PUNCT -RRB- _ 7 punct 7:punct SpaceAfter=No 9 : : PUNCT : _ 1 punct 1:punct _ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0046 @@ -19665,7 +19674,7 @@ 4 khaki khaki NOUN NN Number=Sing 5 compound 5:compound _ 5 trousers trousers NOUN NNS Number=Plur 3 obj 3:obj _ 6 and and CCONJ CC _ 9 cc 9:cc _ -7 some some DET DT _ 9 det 9:det _ +7 some some DET DT PronType=Ind 9 det 9:det _ 8 old old ADJ JJ Degree=Pos 9 amod 9:amod _ 9 jacket jacket NOUN NN Number=Sing 5 conj 3:obj|5:conj:and SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ @@ -19689,11 +19698,11 @@ 1 On on ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 phone phone NOUN NN Number=Sing 7 obl 7:obl:on SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ 6 could could AUX MD VerbForm=Fin 7 aux 7:aux _ 7 hear hear VERB VB VerbForm=Inf 0 root 0:root _ -8 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 accent accent NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No 10 . . PUNCT . _ 7 punct 7:punct _ @@ -19711,15 +19720,15 @@ 1 But but CCONJ CC _ 4 cc 4:cc _ 2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 3 just just ADV RB _ 4 advmod 4:advmod _ -4 melded meld VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 melded meld VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 with with ADP IN _ 6 case 6:case _ -6 everybody everybody PRON NN Number=Sing 4 obl 4:obl:with SpaceAfter=No +6 everybody everybody PRON NN Number=Sing|PronType=Tot 4 obl 4:obl:with SpaceAfter=No 7 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0051 # text = GOODWYN: The candidate Mr. Bush was working for, Red Blount, had gotten rich in Alabama in the construction business. 1 GOODWYN GOODWYN PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 15 punct 15:punct _ 3 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 candidate candidate NOUN NN Number=Sing 15 nsubj 15:nsubj|16:nsubj:xsubj _ 5 Mr. Mr. PROPN NNP Number=Sing 8 nsubj 8:nsubj _ @@ -19727,11 +19736,11 @@ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 8 working work VERB VBG Tense=Pres|VerbForm=Part 4 acl:relcl 4:acl:relcl _ 9 for for ADP IN _ 8 obl 8:obl SpaceAfter=No -10 , , PUNCT , _ 4 punct 4:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 Red Red PROPN NNP Number=Sing 4 appos 4:appos _ 12 Blount Blount PROPN NNP Number=Sing 11 flat 11:flat SpaceAfter=No -13 , , PUNCT , _ 15 punct 15:punct _ -14 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 aux 15:aux _ +13 , , PUNCT , _ 4 punct 4:punct _ +14 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 aux 15:aux _ 15 gotten get VERB VBN Tense=Past|VerbForm=Part 1 parataxis 1:parataxis _ 16 rich rich ADJ JJ Degree=Pos 15 xcomp 15:xcomp _ 17 in in ADP IN _ 18 case 18:case _ @@ -19746,9 +19755,9 @@ # text = Prominent Southern Republicans were something of a rare breed in those days. 1 Prominent prominent ADJ JJ Degree=Pos 3 amod 3:amod _ 2 Southern southern ADJ JJ Degree=Pos 3 amod 3:amod _ -3 Republicans Republicans PROPN NNPS Number=Plur 5 nsubj 5:nsubj _ -4 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 cop 5:cop _ -5 something something PRON NN Number=Sing 0 root 0:root _ +3 Republicans Republican PROPN NNPS Number=Plur 5 nsubj 5:nsubj _ +4 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ +5 something something PRON NN Number=Sing|PronType=Ind 0 root 0:root _ 6 of of ADP IN _ 9 case 9:case _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 rare rare ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -19767,7 +19776,7 @@ 4 of of ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 party party NOUN NN Number=Sing 3 nmod 3:nmod:of _ -7 led lead VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 led lead VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj|11:nsubj:xsubj|16:nsubj:xsubj _ 9 to to PART TO _ 11 mark 11:mark _ 10 be be AUX VB VerbForm=Inf 11 aux:pass 11:aux:pass _ @@ -19784,9 +19793,9 @@ # text = In Washington, Blount became friends and tennis partners with Mr. Bush's father, then Congressman Bush. 1 In in ADP IN _ 2 case 2:case _ 2 Washington Washington PROPN NNP Number=Sing 6 nmod 6:nmod:in SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 Blount Blount PROPN NNP Number=Sing 5 nsubj 5:nsubj|6:nsubj:xsubj|9:nsubj:xsubj _ -5 became become VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 became become VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 friends friend NOUN NNS Number=Plur 5 xcomp 5:xcomp _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 tennis tennis NOUN NN Number=Sing 9 compound 9:compound _ @@ -19797,7 +19806,7 @@ 12 Bush Bush PROPN NNP Number=Sing 11 flat 11:flat _ 13 's 's PART POS _ 11 case 11:case _ 14 father father NOUN NN Number=Sing 6 nmod 6:nmod:with SpaceAfter=No -15 , , PUNCT , _ 14 punct 14:punct _ +15 , , PUNCT , _ 17 punct 17:punct _ 16 then then ADV RB PronType=Dem 17 advmod 17:advmod _ 17 Congressman Congressman PROPN NNP Number=Sing 14 appos 14:appos _ 18 Bush Bush PROPN NNP Number=Sing 17 flat 17:flat SpaceAfter=No @@ -19805,29 +19814,29 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0055 # text = That was how 26-year-old Lieutenant Bush came to Montgomery, at his father's urging . . . -1 That that PRON DT Number=Sing|PronType=Dem 2 nsubj 2:nsubj _ -2 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 how how SCONJ WRB PronType=Int 11 mark 11:mark _ -4 26 26 NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +1 That that PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ +2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ +3 how how ADV WRB PronType=Rel 0 root 0:root|11:advmod _ +4 26 26 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 6 year year NOUN NN Number=Sing 8 obl:tmod 8:obl:tmod SpaceAfter=No -7 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No +7 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No 8 old old ADJ JJ Degree=Pos 10 amod 10:amod _ 9 Lieutenant Lieutenant PROPN NNP Number=Sing 10 compound 10:compound _ 10 Bush Bush PROPN NNP Number=Sing 11 nsubj 11:nsubj _ -11 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +11 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 advcl:relcl 3:advcl:relcl _ 12 to to ADP IN _ 13 case 13:case _ 13 Montgomery Montgomery PROPN NNP Number=Sing 11 obl 11:obl:to SpaceAfter=No -14 , , PUNCT , _ 11 punct 11:punct _ +14 , , PUNCT , _ 19 punct 19:punct _ 15 at at ADP IN _ 19 case 19:case _ -16 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17-18 father's _ _ _ _ _ _ _ _ 17 father father NOUN NN Number=Sing 19 nmod:poss 19:nmod:poss _ 18 's 's PART POS _ 17 case 17:case _ 19 urging urging NOUN NN Number=Sing 11 obl 11:obl:at _ -20 . . PUNCT . _ 2 punct 2:punct _ -21 . . PUNCT . _ 2 punct 2:punct _ -22 . . PUNCT . _ 2 punct 2:punct _ +20 . . PUNCT . _ 3 punct 3:punct _ +21 . . PUNCT . _ 3 punct 3:punct _ +22 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0056 # text = It was Mr. Bush's job to organize the Republican county chairpersons in the 67 Alabama counties. @@ -19841,12 +19850,12 @@ 7 to to PART TO _ 8 mark 8:mark _ 8 organize organize VERB VB VerbForm=Inf 6 csubj 6:csubj _ 9 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -10 Republican republican ADJ JJ Degree=Pos 12 amod 12:amod _ +10 Republican Republican ADJ JJ Degree=Pos 12 amod 12:amod _ 11 county county NOUN NN Number=Sing 12 compound 12:compound _ 12 chairpersons chairperson NOUN NNS Number=Plur 8 obj 8:obj _ 13 in in ADP IN _ 17 case 17:case _ 14 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -15 67 67 NUM CD NumType=Card 17 nummod 17:nummod _ +15 67 67 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod _ 16 Alabama Alabama PROPN NNP Number=Sing 17 compound 17:compound _ 17 counties county NOUN NNS Number=Plur 8 obl 8:obl:in SpaceAfter=No 18 . . PUNCT . _ 6 punct 6:punct _ @@ -19855,17 +19864,17 @@ # text = Back in 1972 in the Deep South, many rural counties didn't have much in the way of official Republican Party apparatus. 1 Back back ADV RB _ 3 advmod 3:advmod _ 2 in in ADP IN _ 3 case 3:case _ -3 1972 1972 NUM CD NumType=Card 14 obl 14:obl:in _ +3 1972 1972 NUM CD NumForm=Digit|NumType=Card 14 obl 14:obl:in _ 4 in in ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 Deep deep ADJ JJ Degree=Pos 7 amod 7:amod _ 7 South south NOUN NN Number=Sing 14 obl 14:obl:in SpaceAfter=No -8 , , PUNCT , _ 14 punct 14:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 many many ADJ JJ Degree=Pos 11 amod 11:amod _ 10 rural rural ADJ JJ Degree=Pos 11 amod 11:amod _ 11 counties county NOUN NNS Number=Plur 14 nsubj 14:nsubj _ 12-13 didn't _ _ _ _ _ _ _ _ -12 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 aux 14:aux _ +12 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 14 aux 14:aux _ 13 n't not PART RB _ 14 advmod 14:advmod _ 14 have have VERB VB VerbForm=Inf 0 root 0:root _ 15 much much ADJ JJ Degree=Pos 14 obj 14:obj _ @@ -19874,7 +19883,7 @@ 18 way way NOUN NN Number=Sing 15 obl 15:obl:in _ 19 of of ADP IN _ 23 case 23:case _ 20 official official ADJ JJ Degree=Pos 23 amod 23:amod _ -21 Republican Republican PROPN NNP Number=Sing 22 compound 22:compound _ +21 Republican Republican ADJ NNP Degree=Pos 22 amod 22:amod _ 22 Party Party PROPN NNP Number=Sing 23 compound 23:compound _ 23 apparatus apparatus NOUN NN Number=Sing 18 nmod 18:nmod:of SpaceAfter=No 24 . . PUNCT . _ 14 punct 14:punct _ @@ -19884,14 +19893,14 @@ 1 But but CCONJ CC _ 6 cc 6:cc _ 2 throughout throughout ADP IN _ 3 case 3:case _ 3 Alabama Alabama PROPN NNP Number=Sing 6 obl 6:obl:throughout SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 there there PRON EX _ 6 expl 6:expl _ -6 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -7 Republicans Republicans PROPN NNPS Number=Plur 6 nsubj 6:nsubj|11:nsubj|13:nsubj:xsubj _ +6 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 Republicans Republican PROPN NNPS Number=Plur 6 nsubj 6:nsubj|11:nsubj|13:nsubj:xsubj _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 Democrats Democrats PROPN NNPS Number=Plur 7 conj 6:nsubj|7:conj:and|11:nsubj|13:nsubj:xsubj _ +9 Democrats Democrat PROPN NNPS Number=Plur 7 conj 6:nsubj|7:conj:and|11:nsubj|13:nsubj:xsubj _ 10 who who PRON WP PronType=Rel 11 nsubj 7:ref _ -11 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +11 wanted want VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 12 to to PART TO _ 13 mark 13:mark _ 13 help help VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 14 Red Red PROPN NNP Number=Sing 13 obj 13:obj _ @@ -19912,10 +19921,10 @@ 9 find find VERB VB VerbForm=Inf 7 csubj 7:csubj _ 10 out out ADP RP _ 9 compound:prt 9:compound:prt _ 11 what what PRON WP PronType=Int 15 obj 15:obj _ -12 each each DET DT _ 14 det 14:det _ +12 each each DET DT PronType=Tot 14 det 14:det _ 13 county county NOUN NN Number=Sing 14 compound 14:compound _ 14 leader leader NOUN NN Number=Sing 15 nsubj 15:nsubj _ -15 needed need VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 ccomp 9:ccomp _ +15 needed need VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 ccomp 9:ccomp _ 16 in in ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 way way NOUN NN Number=Sing 15 obl 15:obl:in _ @@ -19936,20 +19945,20 @@ 2 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 job job NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 helped help VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +5 helped help VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 6 Mr. Mr. PROPN NNP Number=Sing 5 obj 5:obj|8:nsubj:xsubj _ 7 Bush Bush PROPN NNP Number=Sing 6 flat 6:flat _ 8 understand understand VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ -9 how how SCONJ WRB PronType=Int 19 mark 19:mark _ +9 how how ADV WRB PronType=Int 19 advmod 19:advmod _ 10 even even ADV RB _ 15 advmod 15:advmod _ 11 in in ADP IN _ 15 case 15:case _ 12 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 13 statewide statewide ADJ JJ Degree=Pos 15 amod 15:amod _ 14 Senate Senate PROPN NNP Number=Sing 15 compound 15:compound _ 15 campaign campaign NOUN NN Number=Sing 19 obl 19:obl:in SpaceAfter=No -16 , , PUNCT , _ 19 punct 19:punct _ +16 , , PUNCT , _ 15 punct 15:punct _ 17 politics politics NOUN NNS Number=Plur 19 nsubj 19:nsubj _ -18 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ +18 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 19 local local ADJ JJ Degree=Pos 8 ccomp 8:ccomp SpaceAfter=No 20 . . PUNCT . _ 2 punct 2:punct _ @@ -19961,7 +19970,7 @@ 4 Murph Murph PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 5 Archibald Archibald PROPN NNP Number=Sing 4 flat 4:flat _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ -7 Red Red PROPN NNP Number=Sing 8 compound 8:compound _ +7 Red Red ADJ NNP Degree=Pos 8 amod 8:amod _ 8-9 Blount's _ _ _ _ _ _ _ _ 8 Blount Blount PROPN NNP Number=Sing 10 nmod:poss 10:nmod:poss _ 9 's 's PART POS _ 8 case 8:case _ @@ -19971,15 +19980,15 @@ 13 , , PUNCT , _ 20 punct 20:punct _ 14 and and CCONJ CC _ 20 cc 20:cc _ 15 in in ADP IN _ 16 case 16:case _ -16 1972 1972 NUM CD NumType=Card 20 obl 20:obl:in SpaceAfter=No -17 , , PUNCT , _ 20 punct 20:punct _ +16 1972 1972 NUM CD NumForm=Digit|NumType=Card 20 obl 20:obl:in SpaceAfter=No +17 , , PUNCT , _ 16 punct 16:punct _ 18 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 19 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 aux 20:aux _ 20 coming come VERB VBG Tense=Pres|VerbForm=Part 10 conj 10:conj:and _ 21 off off ADP IN _ 26 case 26:case _ 22 a a DET DT Definite=Ind|PronType=Art 26 det 26:det _ -23 15 15 NUM CD NumType=Card 25 nummod 25:nummod SpaceAfter=No -24 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No +23 15 15 NUM CD NumForm=Digit|NumType=Card 25 nummod 25:nummod SpaceAfter=No +24 - - PUNCT HYPH _ 23 punct 23:punct SpaceAfter=No 25 month month NOUN NN Number=Sing 26 compound 26:compound _ 26 tour tour NOUN NN Number=Sing 20 obl 20:obl:off _ 27 in in ADP IN _ 28 case 28:case _ @@ -20001,12 +20010,12 @@ 8 of of ADP IN _ 10 case 10:case _ 9 dedicated dedicated ADJ JJ Degree=Pos 10 amod 10:amod _ 10 workers worker NOUN NNS Number=Plur 7 obl 7:obl:of SpaceAfter=No -11 , , PUNCT , _ 16 punct 16:punct _ +11 , , PUNCT , _ 6 punct 6:punct _ 12 Mr. Mr. PROPN NNP Number=Sing 16 nsubj 16:nsubj _ 13 Bush Bush PROPN NNP Number=Sing 12 flat 12:flat _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 cop 16:cop _ 15 not not PART RB _ 16 advmod 16:advmod _ -16 one one NUM CD NumType=Card 2 ccomp 2:ccomp _ +16 one one NUM CD NumForm=Word|NumType=Card 2 ccomp 2:ccomp _ 17 of of ADP IN _ 18 case 18:case _ 18 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 16 nmod 16:nmod:of SpaceAfter=No 19 . . PUNCT . _ 2 punct 2:punct _ @@ -20014,17 +20023,17 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0063 # text = Mr. MURPH ARCHIBALD (Nephew of Red Blount): Well, I was coming in early in the morning and leaving in mid-evenings. 1 Mr. Mr. PROPN NNP Number=Sing 0 root 0:root _ -2 MURPH MURPH PROPN NNP Number=Sing 1 flat 1:flat _ -3 ARCHIBALD ARCHIBALD PROPN NNP Number=Sing 1 flat 1:flat _ +2 MURPH Murph PROPN NNP Number=Sing 1 flat 1:flat _ +3 ARCHIBALD Archibald PROPN NNP Number=Sing 1 flat 1:flat _ 4 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No 5 Nephew nephew NOUN NN Number=Sing 1 appos 1:appos _ 6 of of ADP IN _ 7 case 7:case _ 7 Red Red PROPN NNP Number=Sing 5 nmod 5:nmod:of _ 8 Blount Blount PROPN NNP Number=Sing 7 flat 7:flat SpaceAfter=No 9 ) ) PUNCT -RRB- _ 5 punct 5:punct SpaceAfter=No -10 : : PUNCT : _ 1 punct 1:punct _ +10 : : PUNCT : _ 15 punct 15:punct _ 11 Well well INTJ UH _ 15 discourse 15:discourse SpaceAfter=No -12 , , PUNCT , _ 15 punct 15:punct _ +12 , , PUNCT , _ 11 punct 11:punct _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj|22:nsubj _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 15 aux 15:aux _ 15 coming come VERB VBG Tense=Pres|VerbForm=Part 1 parataxis 1:parataxis _ @@ -20042,22 +20051,22 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0064 # text = Ordinarily, George would come in around noon; he would ordinarily leave around 5:30 or 6:00 in the evening. 1 Ordinarily ordinarily ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 George George PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 4 would would AUX MD VerbForm=Fin 5 aux 5:aux _ 5 come come VERB VB VerbForm=Inf 0 root 0:root _ 6 in in ADV RB _ 5 advmod 5:advmod _ -7 around around ADV RB _ 8 advmod 8:advmod _ -8 noon noon NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod SpaceAfter=No -9 ; ; PUNCT , _ 5 punct 5:punct _ +7 around around ADP IN _ 8 case 8:case _ +8 noon noon NOUN NN Number=Sing 5 obl 5:obl:around SpaceAfter=No +9 ; ; PUNCT , _ 13 punct 13:punct _ 10 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 11 would would AUX MD VerbForm=Fin 13 aux 13:aux _ 12 ordinarily ordinarily ADV RB _ 13 advmod 13:advmod _ -13 leave leave VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ -14 around around ADV RB _ 15 advmod 15:advmod _ -15 5:30 5:30 NUM CD NumType=Card 13 obl:tmod 13:obl:tmod _ +13 leave leave VERB VB VerbForm=Inf 5 parataxis 5:parataxis _ +14 around around ADP IN _ 15 case 15:case _ +15 5:30 5:30 NUM CD NumForm=Digit|NumType=Card 13 obl 13:obl:around _ 16 or or CCONJ CC _ 17 cc 17:cc _ -17 6:00 6:00 NUM CD NumType=Card 15 conj 13:obl:tmod|15:conj:or _ +17 6:00 6:00 NUM CD NumForm=Digit|NumType=Card 15 conj 13:obl:around|15:conj:or _ 18 in in ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 evening evening NOUN NN Number=Sing 15 nmod 15:nmod:in SpaceAfter=No @@ -20066,36 +20075,36 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0065 # text = GOODWYN: Archibald says that two months before the election, in September of '72, Red Blount's campaign manager came to him and asked that he quietly take over Mr. Bush's job because the campaign materials were not getting out to the counties. 1 GOODWYN GOODWYN PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 4 punct 4:punct _ 3 Archibald Archibald PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 4 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ 5 that that SCONJ IN _ 22 mark 22:mark _ -6 two two NUM CD NumType=Card 7 nummod 7:nummod _ +6 two two NUM CD NumForm=Word|NumType=Card 7 nummod 7:nummod _ 7 months month NOUN NNS Number=Plur 10 nmod:npmod 10:nmod:npmod _ 8 before before ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 election election NOUN NN Number=Sing 22 obl 22:obl:before SpaceAfter=No -11 , , PUNCT , _ 7 punct 7:punct _ +11 , , PUNCT , _ 10 punct 10:punct _ 12 in in ADP IN _ 13 case 13:case _ 13 September September PROPN NNP Number=Sing 22 obl 22:obl:in _ 14 of of ADP IN _ 15 case 15:case _ -15 '72 '72 NUM CD NumType=Card 13 nmod 13:nmod:of SpaceAfter=No -16 , , PUNCT , _ 22 punct 22:punct _ +15 '72 '72 NUM CD NumForm=Digit|NumType=Card 13 nmod 13:nmod:of SpaceAfter=No +16 , , PUNCT , _ 13 punct 13:punct _ 17 Red Red PROPN NNP Number=Sing 21 nmod:poss 21:nmod:poss _ 18-19 Blount's _ _ _ _ _ _ _ _ 18 Blount Blount PROPN NNP Number=Sing 17 flat 17:flat _ 19 's 's PART POS _ 17 case 17:case _ 20 campaign campaign NOUN NN Number=Sing 21 compound 21:compound _ 21 manager manager NOUN NN Number=Sing 22 nsubj 22:nsubj|26:nsubj _ -22 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +22 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ 23 to to ADP IN _ 24 case 24:case _ 24 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 22 obl 22:obl:to _ 25 and and CCONJ CC _ 26 cc 26:cc _ -26 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 conj 4:ccomp|22:conj:and _ +26 asked ask VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 conj 4:ccomp|22:conj:and _ 27 that that SCONJ IN _ 30 mark 30:mark _ 28 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 30 nsubj 30:nsubj _ 29 quietly quietly ADV RB _ 30 advmod 30:advmod _ -30 take take VERB VB VerbForm=Inf 26 ccomp 26:ccomp _ +30 take take VERB VB Mood=Sub|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 ccomp 26:ccomp _ 31 over over ADP RP _ 30 compound:prt 30:compound:prt _ 32 Mr. Mr. PROPN NNP Number=Sing 35 nmod:poss 35:nmod:poss _ 33-34 Bush's _ _ _ _ _ _ _ _ @@ -20106,7 +20115,7 @@ 37 the the DET DT Definite=Def|PronType=Art 39 det 39:det _ 38 campaign campaign NOUN NN Number=Sing 39 compound 39:compound _ 39 materials material NOUN NNS Number=Plur 42 nsubj 42:nsubj _ -40 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 42 aux 42:aux _ +40 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 42 aux 42:aux _ 41 not not PART RB _ 42 advmod 42:advmod _ 42 getting get VERB VBG Tense=Pres|VerbForm=Part 30 advcl 30:advcl:because _ 43 out out ADV RB _ 42 advmod 42:advmod _ @@ -20118,20 +20127,20 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0066 # text = Mr. ARCHIBALD: George certainly didn't seem to have any concerns about my taking over this work with the campaign workers there. 1 Mr. Mr. PROPN NNP Number=Sing 0 root 0:root _ -2 ARCHIBALD ARCHIBALD PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 : : PUNCT : _ 1 punct 1:punct _ +2 ARCHIBALD Archibald PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No +3 : : PUNCT : _ 8 punct 8:punct _ 4 George George PROPN NNP Number=Sing 8 nsubj 8:nsubj|10:nsubj:xsubj _ 5 certainly certainly ADV RB _ 8 advmod 8:advmod _ 6-7 didn't _ _ _ _ _ _ _ _ -6 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux 8:aux _ +6 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 7 n't not PART RB _ 8 advmod 8:advmod _ 8 seem seem VERB VB VerbForm=Inf 1 parataxis 1:parataxis _ 9 to to PART TO _ 10 mark 10:mark _ 10 have have VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ -11 any any DET DT _ 12 det 12:det _ +11 any any DET DT PronType=Ind 12 det 12:det _ 12 concerns concern NOUN NNS Number=Plur 10 obj 10:obj _ 13 about about SCONJ IN _ 15 mark 15:mark _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nsubj 15:nsubj _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nsubj 15:nsubj _ 15 taking take VERB VBG VerbForm=Ger 12 acl 12:acl:about _ 16 over over ADP RP _ 15 compound:prt 15:compound:prt _ 17 this this DET DT Number=Sing|PronType=Dem 18 det 18:det _ @@ -20145,16 +20154,16 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0067 # text = My overall impression was that he didn't seem as interested in the campaign as the other people who were working at the state headquarters. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 overall overall ADJ JJ Degree=Pos 3 amod 3:amod _ -3 impression impression NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 impression impression NOUN NN Number=Sing 9 nsubj:outer 9:nsubj:outer _ +4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 5 that that SCONJ IN _ 9 mark 9:mark _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj _ 7-8 didn't _ _ _ _ _ _ _ _ -7 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +7 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 8 n't not PART RB _ 9 advmod 9:advmod _ -9 seem seem VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ +9 seem seem VERB VB VerbForm=Inf 0 root 0:root _ 10 as as ADV RB _ 11 advmod 11:advmod _ 11 interested interested ADJ JJ Degree=Pos 9 xcomp 9:xcomp _ 12 in in ADP IN _ 14 case 14:case _ @@ -20165,28 +20174,28 @@ 17 other other ADJ JJ Degree=Pos 18 amod 18:amod _ 18 people people NOUN NNS Number=Plur 11 obl 11:obl:as|21:nsubj _ 19 who who PRON WP PronType=Rel 21 nsubj 18:ref _ -20 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 aux 21:aux _ +20 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 21 aux 21:aux _ 21 working work VERB VBG Tense=Pres|VerbForm=Part 18 acl:relcl 18:acl:relcl _ 22 at at ADP IN _ 25 case 25:case _ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 24 state state NOUN NN Number=Sing 25 compound 25:compound _ 25 headquarters headquarters NOUN NNS Number=Plur 21 obl 21:obl:at SpaceAfter=No -26 . . PUNCT . _ 4 punct 4:punct _ +26 . . PUNCT . _ 9 punct 9:punct _ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0068 # text = GOODWYN: Murph Archibald says that at first, he didn't know that Mr. Bush was serving in the Air National Guard. 1 GOODWYN GOODWYN PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 5 punct 5:punct _ 3 Murph Murph PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 4 Archibald Archibald PROPN NNP Number=Sing 3 flat 3:flat _ 5 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ 6 that that SCONJ IN _ 13 mark 13:mark _ -7 at at ADV RB _ 8 advmod 8:advmod _ -8 first first ADV RBS _ 13 advmod 13:advmod SpaceAfter=No -9 , , PUNCT , _ 13 punct 13:punct _ +7 at at ADP IN _ 8 case 8:case _ +8 first first ADV RB NumForm=Word|NumType=Ord 13 obl 13:obl:at SpaceAfter=No +9 , , PUNCT , _ 8 punct 8:punct _ 10 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 11-12 didn't _ _ _ _ _ _ _ _ -11 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 aux 13:aux _ +11 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 12 n't not PART RB _ 13 advmod 13:advmod _ 13 know know VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ 14 that that SCONJ IN _ 18 mark 18:mark _ @@ -20197,7 +20206,7 @@ 19 in in ADP IN _ 23 case 23:case _ 20 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 21 Air Air PROPN NNP Number=Sing 23 compound 23:compound _ -22 National National PROPN NNP Number=Sing 23 compound 23:compound _ +22 National National ADJ NNP Degree=Pos 23 amod 23:amod _ 23 Guard Guard PROPN NNP Number=Sing 18 obl 18:obl:in SpaceAfter=No 24 . . PUNCT . _ 1 punct 1:punct _ @@ -20205,14 +20214,14 @@ # text = After he found out from somebody else, Archibald attempted to talk to Mr. Bush about it. 1 After after SCONJ IN _ 3 mark 3:mark _ 2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:after _ +3 found find VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:after _ 4 out out ADP RP _ 3 compound:prt 3:compound:prt _ 5 from from ADP IN _ 6 case 6:case _ -6 somebody somebody PRON NN Number=Sing 3 obl 3:obl:from _ +6 somebody somebody PRON NN Number=Sing|PronType=Ind 3 obl 3:obl:from _ 7 else else ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +8 , , PUNCT , _ 3 punct 3:punct _ 9 Archibald Archibald PROPN NNP Number=Sing 10 nsubj 10:nsubj|12:nsubj:xsubj _ -10 attempted attempt VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 attempted attempt VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 11 to to PART TO _ 12 mark 12:mark _ 12 talk talk VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 13 to to ADP IN _ 14 case 14:case _ @@ -20231,18 +20240,18 @@ 5 lieutenant lieutenant NOUN NN Number=Sing 0 root 0:root _ 6 and and CCONJ CC _ 11 cc 11:cc _ 7 Archibald Archibald PROPN NNP Number=Sing 11 nsubj 11:nsubj _ -8 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 aux 11:aux _ +8 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 aux 11:aux _ 9 been be AUX VBN Tense=Past|VerbForm=Part 11 cop 11:cop _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 lieutenant lieutenant NOUN NN Number=Sing 5 conj 5:conj:and SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ +12 , , PUNCT , _ 13 punct 13:punct _ 13 too too ADV RB _ 11 advmod 11:advmod SpaceAfter=No -14 ; ; PUNCT , _ 5 punct 5:punct _ +14 ; ; PUNCT , _ 16 punct 16:punct _ 15 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -16 figured figure VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 parataxis 5:parataxis _ +16 figured figure VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 parataxis 5:parataxis _ 17 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -18 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 ccomp 16:ccomp _ -19 something something PRON NN Number=Sing 18 obj 18:obj _ +18 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 16 ccomp 16:ccomp _ +19 something something PRON NN Number=Sing|PronType=Ind 18 obj 18:obj _ 20 to to PART TO _ 21 mark 21:mark _ 21 talk talk VERB VB VerbForm=Inf 19 acl 19:acl:to _ 22 about about ADP IN _ 21 obl 21:obl SpaceAfter=No @@ -20251,17 +20260,17 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0071 # text = Mr. ARCHIBALD: George didn't have any interest at all in talking about the military. 1 Mr. Mr. PROPN NNP Number=Sing 0 root 0:root _ -2 ARCHIBALD ARCHIBALD PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 : : PUNCT : _ 1 punct 1:punct _ +2 ARCHIBALD Archibald PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No +3 : : PUNCT : _ 7 punct 7:punct _ 4 George George PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 5-6 didn't _ _ _ _ _ _ _ _ -5 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 aux 7:aux _ +5 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 aux 7:aux _ 6 n't not PART RB _ 7 advmod 7:advmod _ 7 have have VERB VB VerbForm=Inf 1 parataxis 1:parataxis _ -8 any any DET DT _ 9 det 9:det _ +8 any any DET DT PronType=Ind 9 det 9:det _ 9 interest interest NOUN NN Number=Sing 7 obj 7:obj _ -10 at at ADV RB _ 11 case 11:case _ -11 all all ADV RB _ 9 nmod 9:nmod:at _ +10 at at ADP IN _ 11 case 11:case _ +11 all all DET DT PronType=Tot 9 nmod 9:nmod:at _ 12 in in SCONJ IN _ 13 mark 13:mark _ 13 talking talk VERB VBG VerbForm=Ger 9 acl 9:acl:in _ 14 about about ADP IN _ 16 case 16:case _ @@ -20273,18 +20282,18 @@ # text = In fact, when I broached the subject with him, he simply changed the subject. 1 In in ADP IN _ 2 case 2:case _ 2 fact fact NOUN NN Number=Sing 14 obl 14:obl:in SpaceAfter=No -3 , , PUNCT , _ 14 punct 14:punct _ -4 when when SCONJ WRB PronType=Int 6 mark 6:mark _ +3 , , PUNCT , _ 2 punct 2:punct _ +4 when when ADV WRB PronType=Int 6 advmod 6:advmod _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 broached broach VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 advcl 14:advcl:when _ +6 broached broach VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 14 advcl 14:advcl:when _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 subject subject NOUN NN Number=Sing 6 obj 6:obj _ 9 with with ADP IN _ 10 case 10:case _ 10 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 obl 6:obl:with SpaceAfter=No -11 , , PUNCT , _ 14 punct 14:punct _ +11 , , PUNCT , _ 6 punct 6:punct _ 12 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 13 simply simply ADV RB _ 14 advmod 14:advmod _ -14 changed change VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +14 changed change VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 subject subject NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No 17 . . PUNCT . _ 14 punct 14:punct _ @@ -20302,7 +20311,7 @@ 8 but but CCONJ CC _ 11 cc 11:cc _ 9 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj|17:nsubj _ 10 just just ADV RB _ 11 advmod 11:advmod _ -11 changed change VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:but _ +11 changed change VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:but _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 subject subject NOUN NN Number=Sing 11 obj 11:obj _ 14 and and CCONJ CC _ 17 cc 17:cc _ @@ -20317,26 +20326,26 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0074 # text = GOODWYN: Far from Texas and Washington, DC, Mr. Bush enjoyed his freedom. 1 GOODWYN GOODWYN PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 13 punct 13:punct _ 3 Far far ADV RB Degree=Pos 13 advcl 13:advcl _ 4 from from ADP IN _ 5 case 5:case _ 5 Texas Texas PROPN NNP Number=Sing 3 obl 3:obl:from _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 Washington Washington PROPN NNP Number=Sing 5 conj 3:obl:from|5:conj:and SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 9 punct 9:punct _ 9 DC DC PROPN NNP Number=Sing 7 appos 7:appos SpaceAfter=No -10 , , PUNCT , _ 13 punct 13:punct _ +10 , , PUNCT , _ 3 punct 3:punct _ 11 Mr. Mr. PROPN NNP Number=Sing 13 nsubj 13:nsubj _ 12 Bush Bush PROPN NNP Number=Sing 11 flat 11:flat _ -13 enjoyed enjoy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ -14 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 enjoyed enjoy VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ +14 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 freedom freedom NOUN NN Number=Sing 13 obj 13:obj SpaceAfter=No 16 . . PUNCT . _ 1 punct 1:punct _ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0075 # text = He dated a beautiful young woman working on the campaign. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 dated date VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 dated date VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 4 beautiful beautiful ADJ JJ Degree=Pos 6 amod 6:amod _ 5 young young ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -20350,13 +20359,13 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0076 # text = He went out in the evenings and had a good time. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|8:nsubj _ -2 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 out out ADV RB _ 2 advmod 2:advmod _ 4 in in ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 evenings evening NOUN NNS Number=Plur 2 obl 2:obl:in _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +8 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 good good ADJ JJ Degree=Pos 11 amod 11:amod _ 11 time time NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No @@ -20366,36 +20375,36 @@ # text = In fact, he left the house he rented in such disrepair--with damage to the walls and a chandelier destroyed--that the Montgomery family who owned it still grumble about the unpaid repair bill. 1 In in ADP IN _ 2 case 2:case _ 2 fact fact NOUN NN Number=Sing 5 obl 5:obl:in SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -5 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 left leave VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -7 house house NOUN NN Number=Sing 5 obj 5:obj _ +7 house house NOUN NN Number=Sing 5 obj 5:obj|12:nsubj:xsubj _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 rented rent VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 ccomp 5:ccomp _ +9 rented rent VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 10 in in ADP IN _ 12 case 12:case _ 11 such such ADJ JJ Degree=Pos 12 amod 12:amod _ -12 disrepair disrepair NOUN NN Number=Sing 9 obl 9:obl:in SpaceAfter=No -13 -- -- PUNCT , _ 9 punct 9:punct SpaceAfter=No +12 disrepair disrepair NOUN NN Number=Sing 5 xcomp 5:xcomp SpaceAfter=No +13 -- -- PUNCT , _ 15 punct 15:punct SpaceAfter=No 14 with with ADP IN _ 15 case 15:case _ -15 damage damage NOUN NN Number=Sing 9 obl 9:obl:with _ +15 damage damage NOUN NN Number=Sing 12 parataxis 12:parataxis _ 16 to to ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 walls wall NOUN NNS Number=Plur 15 nmod 15:nmod:to _ 19 and and CCONJ CC _ 21 cc 21:cc _ 20 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ -21 chandelier chandelier NOUN NN Number=Sing 15 conj 9:obl:with|15:conj:and _ -22 destroyed destroy VERB VBN Tense=Past|VerbForm=Part 21 acl 21:acl SpaceAfter=No -23 -- -- PUNCT , _ 9 punct 9:punct SpaceAfter=No +21 chandelier chandelier NOUN NN Number=Sing 15 conj 15:conj:and _ +22 destroyed destroy VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 acl 21:acl SpaceAfter=No +23 -- -- PUNCT , _ 15 punct 15:punct SpaceAfter=No 24 that that SCONJ IN _ 32 mark 32:mark _ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 26 Montgomery Montgomery PROPN NNP Number=Sing 27 compound 27:compound _ 27 family family NOUN NN Number=Sing 32 nsubj 29:nsubj|32:nsubj _ 28 who who PRON WP PronType=Rel 29 nsubj 27:ref _ -29 owned own VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 27 acl:relcl 27:acl:relcl _ +29 owned own VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 27 acl:relcl 27:acl:relcl _ 30 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 29 obj 29:obj _ 31 still still ADV RB _ 32 advmod 32:advmod _ -32 grumble grumble VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ +32 grumble grumble VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl _ 33 about about ADP IN _ 37 case 37:case _ 34 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ 35 unpaid unpaid ADJ JJ Degree=Pos 37 amod 37:amod _ @@ -20415,12 +20424,12 @@ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 office office NOUN NN Number=Sing 6 obl 6:obl:into _ 10 and and CCONJ CC _ 17 cc 17:cc SpaceAfter=No -11 , , PUNCT , _ 17 punct 17:punct _ +11 , , PUNCT , _ 10 punct 10:punct _ 12 in in ADP IN _ 15 case 15:case _ 13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 14 friendly friendly ADJ JJ Degree=Pos 15 amod 15:amod _ 15 way way NOUN NN Number=Sing 17 obl 17:obl:in SpaceAfter=No -16 , , PUNCT , _ 17 punct 17:punct _ +16 , , PUNCT , _ 15 punct 15:punct _ 17 offer offer VERB VB VerbForm=Inf 6 conj 2:ccomp|6:conj:and _ 18 up up ADP RP _ 17 compound:prt 17:compound:prt _ 19 stories story NOUN NNS Number=Plur 17 obj 17:obj _ @@ -20429,14 +20438,14 @@ 22 drinking drinking NOUN NN Number=Sing 19 nmod 19:nmod:about _ 23-24 he'd _ _ _ _ _ _ _ _ 23 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 25 nsubj 25:nsubj _ -24 'd would AUX MD VerbForm=Fin 25 aux 25:aux _ +24 'd have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 aux 25:aux _ 25 done do VERB VBN Tense=Past|VerbForm=Part 22 acl:relcl 22:acl:relcl _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 night night NOUN NN Number=Sing 25 obl:tmod 25:obl:tmod _ 28 before before ADV RB _ 27 advmod 27:advmod SpaceAfter=No -29 , , PUNCT , _ 17 punct 17:punct _ -30 kind kind ADV RB _ 35 advmod 35:advmod _ -31 of of ADV RB _ 30 fixed 30:fixed _ +29 , , PUNCT , _ 35 punct 35:punct _ +30 kind kind NOUN NN ExtPos=ADV|Number=Sing 35 advmod 35:advmod _ +31 of of ADP IN _ 30 fixed 30:fixed _ 32 as as ADP IN _ 35 case 35:case _ 33 a a DET DT Definite=Ind|PronType=Art 35 det 35:det _ 34 conversation conversation NOUN NN Number=Sing 35 compound 35:compound _ @@ -20446,18 +20455,18 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0079 # text = Mr. ARCHIBALD: People have different ways of starting the days in any office. 1 Mr. Mr. PROPN NNP Number=Sing 0 root 0:root _ -2 ARCHIBALD ARCHIBALD PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 : : PUNCT : _ 1 punct 1:punct _ +2 ARCHIBALD Archibald PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No +3 : : PUNCT : _ 5 punct 5:punct _ 4 People people NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ +5 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ 6 different different ADJ JJ Degree=Pos 7 amod 7:amod _ 7 ways way NOUN NNS Number=Plur 5 obj 5:obj _ 8 of of SCONJ IN _ 9 mark 9:mark _ 9 starting start VERB VBG VerbForm=Ger 7 acl 7:acl:of _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -11 days day NOUN NNS Number=Plur 9 obl:tmod 9:obl:tmod _ +11 days day NOUN NNS Number=Plur 9 obj 9:obj _ 12 in in ADP IN _ 14 case 14:case _ -13 any any DET DT _ 14 det 14:det _ +13 any any DET DT PronType=Ind 14 det 14:det _ 14 office office NOUN NN Number=Sing 9 obl 9:obl:in SpaceAfter=No 15 . . PUNCT . _ 1 punct 1:punct _ @@ -20465,17 +20474,17 @@ # text = They're going to talk about their kids, they're going to talk about football, they're going to talk about the weather. 1-2 They're _ _ _ _ _ _ _ _ 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -2 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 talk talk VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 about about ADP IN _ 8 case 8:case _ -7 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 kids kid NOUN NNS Number=Plur 5 obl 5:obl:about SpaceAfter=No 9 , , PUNCT , _ 12 punct 12:punct _ 10-11 they're _ _ _ _ _ _ _ _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj|14:nsubj:xsubj _ -11 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 going go VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj _ 13 to to PART TO _ 14 mark 14:mark _ 14 talk talk VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ @@ -20484,7 +20493,7 @@ 17 , , PUNCT , _ 20 punct 20:punct _ 18-19 they're _ _ _ _ _ _ _ _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj|22:nsubj:xsubj _ -19 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +19 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 20 going go VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj _ 21 to to PART TO _ 22 mark 22:mark _ 22 talk talk VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ @@ -20495,14 +20504,14 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0081 # text = And this was simply his opening gambit; he would start talking about that he had been out late the night before drinking. -1 And and CCONJ CC _ 11 cc 11:cc _ +1 And and CCONJ CC _ 7 cc 7:cc _ 2 this this PRON DT Number=Sing|PronType=Dem 7 nsubj 7:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 4 simply simply ADV RB _ 7 advmod 7:advmod _ -5 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 opening open VERB VBG VerbForm=Ger 7 amod 7:amod _ 7 gambit gambit NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -8 ; ; PUNCT , _ 7 punct 7:punct _ +8 ; ; PUNCT , _ 11 punct 11:punct _ 9 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj|12:nsubj:xsubj _ 10 would would AUX MD VerbForm=Fin 11 aux 11:aux _ 11 start start VERB VB VerbForm=Inf 7 conj 7:conj:and _ @@ -20510,7 +20519,7 @@ 13 about about SCONJ IN _ 18 mark 18:mark _ 14 that that SCONJ IN _ 18 mark 18:mark _ 15 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -16 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 aux 18:aux _ +16 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 aux 18:aux _ 17 been be AUX VBN Tense=Past|VerbForm=Part 18 cop 18:cop _ 18 out out ADV RB _ 12 advcl 12:advcl:that _ 19 late late ADV RB Degree=Pos 18 advmod 18:advmod _ @@ -20523,7 +20532,7 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0082 # text = GOODWYN: Archibald says the frequency with which Mr. Bush discussed the subject was off-putting to him. 1 GOODWYN GOODWYN PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 4 punct 4:punct _ 3 Archibald Archibald PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 4 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -20532,12 +20541,12 @@ 8 which which PRON WDT PronType=Rel 11 obl 6:ref _ 9 Mr. Mr. PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 10 Bush Bush PROPN NNP Number=Sing 9 flat 9:flat _ -11 discussed discuss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +11 discussed discuss VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 subject subject NOUN NN Number=Sing 11 obj 11:obj _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 cop 17:cop _ 15 off off ADV RB _ 17 advmod 17:advmod SpaceAfter=No -16 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No +16 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No 17 putting putting ADJ JJ Degree=Pos 4 ccomp 4:ccomp _ 18 to to ADP IN _ 19 case 19:case _ 19 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 17 obl 17:obl:to SpaceAfter=No @@ -20546,64 +20555,64 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0083 # text = Mr. ARCHIBALD: I mean, at that time, I was 28; George would have been 25 or 26. 1 Mr. Mr. PROPN NNP Number=Sing 0 root 0:root _ -2 ARCHIBALD ARCHIBALD PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 : : PUNCT : _ 1 punct 1:punct _ +2 ARCHIBALD Archibald PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No +3 : : PUNCT : _ 13 punct 13:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 mean mean VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 parataxis 13:parataxis SpaceAfter=No -6 , , PUNCT , _ 13 punct 13:punct _ +5 mean mean VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 parataxis 13:parataxis SpaceAfter=No +6 , , PUNCT , _ 5 punct 5:punct _ 7 at at ADP IN _ 9 case 9:case _ 8 that that DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 time time NOUN NN Number=Sing 13 obl 13:obl:at SpaceAfter=No -10 , , PUNCT , _ 13 punct 13:punct _ +10 , , PUNCT , _ 9 punct 9:punct _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ -13 28 28 NUM CD NumType=Card 1 parataxis 1:parataxis SpaceAfter=No -14 ; ; PUNCT , _ 13 punct 13:punct _ +13 28 28 NUM CD NumForm=Digit|NumType=Card 1 parataxis 1:parataxis SpaceAfter=No +14 ; ; PUNCT , _ 19 punct 19:punct _ 15 George George PROPN NNP Number=Sing 19 nsubj 19:nsubj|21:nsubj _ 16 would would AUX MD VerbForm=Fin 19 aux 19:aux _ 17 have have AUX VB VerbForm=Inf 19 aux 19:aux _ 18 been be AUX VBN Tense=Past|VerbForm=Part 19 cop 19:cop _ -19 25 25 NUM CD NumType=Card 13 parataxis 13:parataxis _ +19 25 25 NUM CD NumForm=Digit|NumType=Card 13 parataxis 13:parataxis _ 20 or or CCONJ CC _ 21 cc 21:cc _ -21 26 26 NUM CD NumType=Card 19 conj 19:conj:or SpaceAfter=No +21 26 26 NUM CD NumForm=Digit|NumType=Card 19 conj 19:conj:or SpaceAfter=No 22 . . PUNCT . _ 1 punct 1:punct _ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0084 # text = And I thought it was really unusual that someone in their mid-20s would initiate conversations, particularly in the context of something as serious as a US senatorial campaign, by talking about their drinking the night before. 1 And and CCONJ CC _ 3 cc 3:cc _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 expl 7:expl _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 6 really really ADV RB _ 7 advmod 7:advmod _ 7 unusual unusual ADJ JJ Degree=Pos 3 ccomp 3:ccomp _ 8 that that SCONJ IN _ 14 mark 14:mark _ -9 someone someone PRON NN Number=Sing 14 nsubj 14:nsubj _ +9 someone someone PRON NN Number=Sing|PronType=Ind 14 nsubj 14:nsubj _ 10 in in ADP IN _ 12 case 12:case _ -11 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ -12 mid-20s mid-20 NOUN NNS Number=Plur 9 nmod 9:nmod:in _ +11 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +12 mid-20s mid-20s NOUN NNS Number=Plur 9 nmod 9:nmod:in _ 13 would would AUX MD VerbForm=Fin 14 aux 14:aux _ 14 initiate initiate VERB VB VerbForm=Inf 7 csubj 7:csubj _ 15 conversations conversation NOUN NNS Number=Plur 14 obj 14:obj SpaceAfter=No -16 , , PUNCT , _ 14 punct 14:punct _ +16 , , PUNCT , _ 20 punct 20:punct _ 17 particularly particularly ADV RB _ 20 advmod 20:advmod _ 18 in in ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 context context NOUN NN Number=Sing 14 obl 14:obl:in _ 21 of of ADP IN _ 22 case 22:case _ -22 something something PRON NN Number=Sing 20 nmod 20:nmod:of _ +22 something something PRON NN Number=Sing|PronType=Ind 20 nmod 20:nmod:of _ 23 as as ADV RB _ 24 advmod 24:advmod _ -24 serious serious ADV RB _ 22 amod 22:amod _ +24 serious serious ADJ JJ Degree=Pos 22 amod 22:amod _ 25 as as ADP IN _ 29 case 29:case _ 26 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ -27 US US PROPN NNP Number=Sing 29 amod 29:amod _ +27 US US PROPN NNP Number=Sing 29 compound 29:compound _ 28 senatorial senatorial ADJ JJ Degree=Pos 29 amod 29:amod _ 29 campaign campaign NOUN NN Number=Sing 24 obl 24:obl:as SpaceAfter=No -30 , , PUNCT , _ 14 punct 14:punct _ +30 , , PUNCT , _ 32 punct 32:punct _ 31 by by SCONJ IN _ 32 mark 32:mark _ 32 talking talk VERB VBG VerbForm=Ger 14 advcl 14:advcl:by _ 33 about about ADP IN _ 35 case 35:case _ -34 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ +34 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ 35 drinking drinking NOUN NN Number=Sing 32 obl 32:obl:about _ 36 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ 37 night night NOUN NN Number=Sing 35 nmod:tmod 35:nmod:tmod _ @@ -20613,24 +20622,24 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0085 # text = I thought it unusual and, frankly, inappropriate. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj|4:nsubj:xsubj|9:nsubj:xsubj _ 4 unusual unusual ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ 5 and and CCONJ CC _ 9 cc 9:cc SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 frankly frankly ADV RB _ 9 advmod 9:advmod SpaceAfter=No -8 , , PUNCT , _ 9 punct 9:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 inappropriate inappropriate ADJ JJ Degree=Pos 4 conj 2:xcomp|4:conj:and SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0086 # text = GOODWYN: According to Archibald, Mr. Bush would also sometimes tell stories about his days at Yale in New Haven, and how whenever he got pulled over for erratic driving, he was let go after the officers discovered he was the grandson of a Connecticut US senator. 1 GOODWYN GOODWYN PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ -3 According accord VERB VBG VerbForm=Ger 5 case 5:case _ -4 to to ADP IN _ 5 case 5:case _ -5 Archibald Archibald PROPN NNP Number=Sing 12 obl 12:obl:to SpaceAfter=No -6 , , PUNCT , _ 12 punct 12:punct _ +2 : : PUNCT : _ 12 punct 12:punct _ +3 According accord VERB VBG ExtPos=ADP|VerbForm=Ger 5 case 5:case _ +4 to to ADP IN _ 3 fixed 3:fixed _ +5 Archibald Archibald PROPN NNP Number=Sing 12 obl 12:obl:according_to SpaceAfter=No +6 , , PUNCT , _ 5 punct 5:punct _ 7 Mr. Mr. PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 8 Bush Bush PROPN NNP Number=Sing 7 flat 7:flat _ 9 would would AUX MD VerbForm=Fin 12 aux 12:aux _ @@ -20639,25 +20648,25 @@ 12 tell tell VERB VB VerbForm=Inf 1 parataxis 1:parataxis _ 13 stories story NOUN NNS Number=Plur 12 obj 12:obj _ 14 about about ADP IN _ 16 case 16:case _ -15 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 days day NOUN NNS Number=Plur 13 nmod 13:nmod:about _ 17 at at ADP IN _ 18 case 18:case _ 18 Yale Yale PROPN NNP Number=Sing 16 nmod 16:nmod:at _ 19 in in ADP IN _ 21 case 21:case _ -20 New New PROPN NNP Number=Sing 21 compound 21:compound _ +20 New New ADJ NNP Degree=Pos 21 amod 21:amod _ 21 Haven Haven PROPN NNP Number=Sing 16 nmod 16:nmod:in SpaceAfter=No 22 , , PUNCT , _ 36 punct 36:punct _ 23 and and CCONJ CC _ 36 cc 36:cc _ -24 how how SCONJ WRB PronType=Int 36 mark 36:mark _ -25 whenever whenever SCONJ WRB PronType=Int 28 mark 28:mark _ +24 how how ADV WRB PronType=Int 36 advmod 36:advmod _ +25 whenever whenever ADV WRB PronType=Int 28 advmod 28:advmod _ 26 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 28 nsubj:pass 28:nsubj:pass _ -27 got get AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 28 aux:pass 28:aux:pass _ -28 pulled pull VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 36 advcl 36:advcl:whenever _ +27 got get AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 28 aux:pass 28:aux:pass _ +28 pulled pull VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 36 advcl 36:advcl _ 29 over over ADV RB _ 28 advmod 28:advmod _ 30 for for ADP IN _ 32 case 32:case _ 31 erratic erratic ADJ JJ Degree=Pos 32 amod 32:amod _ 32 driving driving NOUN NN Number=Sing 28 obl 28:obl:for SpaceAfter=No -33 , , PUNCT , _ 36 punct 36:punct _ +33 , , PUNCT , _ 28 punct 28:punct _ 34 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 36 nsubj:pass 36:nsubj:pass|37:nsubj:xsubj _ 35 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 36 aux:pass 36:aux:pass _ 36 let let VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 conj 13:nmod:about|16:conj:and _ @@ -20665,7 +20674,7 @@ 38 after after SCONJ IN _ 41 mark 41:mark _ 39 the the DET DT Definite=Def|PronType=Art 40 det 40:det _ 40 officers officer NOUN NNS Number=Plur 41 nsubj 41:nsubj _ -41 discovered discover VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 36 advcl 36:advcl:after _ +41 discovered discover VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 36 advcl 36:advcl:after _ 42 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 45 nsubj 45:nsubj _ 43 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 45 cop 45:cop _ 44 the the DET DT Definite=Def|PronType=Art 45 det 45:det _ @@ -20680,27 +20689,28 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0087 # text = Archibald, a middle-class Alabama boy--who, by the way, is now a registered Democrat--didn't like that story. 1 Archibald Archibald PROPN NNP Number=Sing 24 nsubj 24:nsubj SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 8 punct 8:punct _ 3 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 4 middle middle ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 6 class class NOUN NN Number=Sing 8 compound 8:compound _ 7 Alabama Alabama PROPN NNP Number=Sing 8 compound 8:compound _ 8 boy boy NOUN NN Number=Sing 1 appos 1:appos|20:nsubj SpaceAfter=No -9 -- -- PUNCT , _ 8 punct 8:punct SpaceAfter=No +9 -- -- PUNCT , _ 20 punct 20:punct SpaceAfter=No 10 who who PRON WP PronType=Rel 20 nsubj 8:ref SpaceAfter=No -11 , , PUNCT , _ 20 punct 20:punct _ +11 , , PUNCT , _ 10 punct 10:punct _ 12 by by ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 way way NOUN NN Number=Sing 20 obl 20:obl:by SpaceAfter=No -15 , , PUNCT , _ 20 punct 20:punct _ +15 , , PUNCT , _ 14 punct 14:punct _ 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 17 now now ADV RB _ 20 advmod 20:advmod _ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ -19 registered register VERB VBN Tense=Past|VerbForm=Part 20 amod 20:amod _ +19 registered register VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 amod 20:amod _ 20 Democrat Democrat PROPN NNP Number=Sing 8 acl:relcl 8:acl:relcl SpaceAfter=No -21 -- -- PUNCT , _ 24 punct 24:punct SpaceAfter=No -22 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 aux 24:aux SpaceAfter=No +21 -- -- PUNCT , _ 1 punct 1:punct SpaceAfter=No +22-23 didn't _ _ _ _ _ _ _ _ +22 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 aux 24:aux _ 23 n't not PART RB _ 24 advmod 24:advmod _ 24 like like VERB VB VerbForm=Inf 0 root 0:root _ 25 that that DET DT Number=Sing|PronType=Dem 26 det 26:det _ @@ -20710,23 +20720,23 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0088 # text = Mr. ARCHIBALD: He told us whenever he was stopped, as soon as the law enforcement found out that he was the grandson of Prescott Bush, they would let him go. 1 Mr. Mr. PROPN NNP Number=Sing 0 root 0:root _ -2 ARCHIBALD ARCHIBALD PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 : : PUNCT : _ 1 punct 1:punct _ +2 ARCHIBALD Archibald PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No +3 : : PUNCT : _ 5 punct 5:punct _ 4 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -5 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ -6 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 5 obj 5:obj _ -7 whenever whenever SCONJ WRB PronType=Int 10 mark 10:mark _ +5 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ +6 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 5 iobj 5:iobj _ +7 whenever whenever ADV WRB PronType=Int 10 advmod 10:advmod _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj:pass 10:nsubj:pass _ 9 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 aux:pass 10:aux:pass _ 10 stopped stop VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 31 advcl 31:advcl SpaceAfter=No -11 , , PUNCT , _ 31 punct 31:punct _ +11 , , PUNCT , _ 10 punct 10:punct _ 12 as as ADV RB _ 13 advmod 13:advmod _ 13 soon soon ADV RB Degree=Pos 31 advmod 31:advmod _ 14 as as SCONJ IN _ 18 mark 18:mark _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 law law NOUN NN Number=Sing 17 compound 17:compound _ 17 enforcement enforcement NOUN NN Number=Sing 18 nsubj 18:nsubj _ -18 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:as _ +18 found find VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:as _ 19 out out ADP RP _ 18 compound:prt 18:compound:prt _ 20 that that SCONJ IN _ 24 mark 24:mark _ 21 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 24 nsubj 24:nsubj _ @@ -20736,7 +20746,7 @@ 25 of of ADP IN _ 26 case 26:case _ 26 Prescott Prescott PROPN NNP Number=Sing 24 nmod 24:nmod:of _ 27 Bush Bush PROPN NNP Number=Sing 26 flat 26:flat SpaceAfter=No -28 , , PUNCT , _ 31 punct 31:punct _ +28 , , PUNCT , _ 13 punct 13:punct _ 29 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 31 nsubj 31:nsubj _ 30 would would AUX MD VerbForm=Fin 31 aux 31:aux _ 31 let let VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ @@ -20766,11 +20776,11 @@ 5 Baba Baba PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 6 Groom Groom PROPN NNP Number=Sing 5 flat 5:flat _ 7-8 didn't _ _ _ _ _ _ _ _ -7 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +7 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 8 n't not PART RB _ 9 advmod 9:advmod _ 9 remember remember VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ -10 George George PROPN NNP Number=Sing 9 obj 9:obj|11:nsubj:xsubj _ -11 telling tell VERB VBG VerbForm=Ger 9 xcomp 9:xcomp _ +10 George George PROPN NNP Number=Sing 11 nsubj 11:nsubj _ +11 telling tell VERB VBG VerbForm=Ger 9 ccomp 9:ccomp _ 12 drunk drunk ADJ JJ Degree=Pos 13 amod 13:amod _ 13 stories story NOUN NNS Number=Plur 11 obj 11:obj SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ @@ -20780,12 +20790,12 @@ 1 But but CCONJ CC _ 3 cc 3:cc _ 2 that that PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ 3 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 nothing nothing PRON NN Number=Sing 3 obj 3:obj SpaceAfter=No -5 , , PUNCT , _ 3 punct 3:punct _ +4 nothing nothing PRON NN Number=Sing|PronType=Neg 3 obj 3:obj SpaceAfter=No +5 , , PUNCT , _ 11 punct 11:punct _ 6 since since SCONJ IN _ 11 mark 11:mark _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 8-9 weren't _ _ _ _ _ _ _ _ -8 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 cop 11:cop _ +8 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ 9 n't not PART RB _ 11 advmod 11:advmod _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 sort sort NOUN NN Number=Sing 3 advcl 3:advcl:since _ @@ -20794,10 +20804,10 @@ 14 guys guy NOUN NNS Number=Plur 17 nsubj 17:nsubj _ 15 like like ADP IN _ 16 case 16:case _ 16 Bush Bush PROPN NNP Number=Sing 14 nmod 14:nmod:like _ -17 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +17 told tell VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 19 " " PUNCT `` _ 20 punct 20:punct SpaceAfter=No -20 girls girl NOUN NNS Number=Plur 17 obj 17:obj SpaceAfter=No +20 girls girl NOUN NNS Number=Plur 17 iobj 17:iobj SpaceAfter=No 21 " " PUNCT '' _ 20 punct 20:punct SpaceAfter=No 22 . . PUNCT . _ 3 punct 3:punct _ @@ -20818,14 +20828,14 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0093 # text = Again, decades of this sort of behavior do not leave a person untouched. 1 Again again ADV RB _ 11 advmod 11:advmod SpaceAfter=No -2 , , PUNCT , _ 11 punct 11:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 decades decade NOUN NNS Number=Plur 11 nsubj 11:nsubj _ 4 of of ADP IN _ 6 case 6:case _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 sort sort NOUN NN Number=Sing 3 nmod 3:nmod:of _ 7 of of ADP IN _ 8 case 8:case _ 8 behavior behavior NOUN NN Number=Sing 6 nmod 6:nmod:of _ -9 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 not not PART RB _ 11 advmod 11:advmod _ 11 leave leave VERB VB VerbForm=Inf 0 root 0:root _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ @@ -20835,13 +20845,13 @@ # sent_id = weblog-juancole.com_juancole_20040823064025_ENG_20040823_064025-0094 # text = Our world is in crisis and our Republic is in danger. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 world world NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 in in ADP IN _ 5 case 5:case _ 5 crisis crisis NOUN NN Number=Sing 0 root 0:root _ 6 and and CCONJ CC _ 11 cc 11:cc _ -7 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 Republic republic NOUN NN Number=Sing 11 nsubj 11:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 in in ADP IN _ 11 case 11:case _ @@ -20862,8 +20872,8 @@ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 man man NOUN NN Number=Sing 8 nmod 8:nmod:of|13:nsubj _ 12 who who PRON WP PronType=Rel 13 nsubj 11:ref _ -13 spent spend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ -14 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 spent spend VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +14 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 life life NOUN NN Number=Sing 13 obj 13:obj _ 16 like like ADP IN _ 17 case 17:case _ 17 this this PRON DT Number=Sing|PronType=Dem 13 obl 13:obl:like SpaceAfter=No @@ -20873,10 +20883,10 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0001 # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0001 # text = When the cities are on fire with the burning flesh of men -1 When when SCONJ WRB PronType=Int 6 mark 6:mark _ +1 When when ADV WRB PronType=Int 6 advmod 6:advmod _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 cities city NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 on on ADP IN _ 6 case 6:case _ 6 fire fire NOUN NN Number=Sing 0 root 0:root _ 7 with with ADP IN _ 10 case 10:case _ @@ -20903,13 +20913,13 @@ # text = And you search in vain to find just one law abiding citizen 1 And and CCONJ CC _ 3 cc 3:cc _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 search search VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 search search VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 in in ADP IN _ 5 case 5:case _ 5 vain vain ADJ JJ Degree=Pos 3 obl 3:obl:in _ 6 to to PART TO _ 7 mark 7:mark _ 7 find find VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ 8 just just ADV RB _ 12 advmod 12:advmod _ -9 one one NUM CD NumType=Card 12 nummod 12:nummod _ +9 one one NUM CD NumForm=Word|NumType=Card 12 nummod 12:nummod _ 10 law law NOUN NN Number=Sing 11 obl:npmod 11:obl:npmod _ 11 abiding abide VERB VBG VerbForm=Ger 12 amod 12:amod _ 12 citizen citizen NOUN NN Number=Sing 7 obj 7:obj _ @@ -20935,7 +20945,7 @@ 1 Afraid afraid ADJ JJ Degree=Pos 0 root 0:root _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 3-4 don't _ _ _ _ _ _ _ _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 have have VERB VB VerbForm=Inf 1 ccomp 1:ccomp _ 6 time time NOUN NN Number=Sing 5 obj 5:obj|9:nsubj:xsubj _ @@ -20945,9 +20955,9 @@ 10 these this PRON DT Number=Plur|PronType=Dem 9 obj 9:obj SpaceAfter=No 11 , , PUNCT , _ 15 punct 15:punct _ 12 but but CCONJ CC _ 15 cc 15:cc _ -13 some some DET DT _ 14 det 14:det _ +13 some some DET DT PronType=Ind 14 det 14:det _ 14 stories story NOUN NNS Number=Plur 15 nsubj 15:nsubj _ -15 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 conj 1:conj:but _ +15 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 conj 1:conj:but _ 16 attention attention NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No 17 : : PUNCT : _ 1 punct 1:punct _ @@ -20960,11 +20970,11 @@ 4 Mirror Mirror PROPN NNP Number=Sing 6 nmod 6:nmod:from _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 headline headline NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ -8 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No -9 Have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ -10 200,000 200,000 NUM CD NumType=Card 11 nummod 11:nummod _ -11 AK47s ak47 NOUN NNS Number=Plur 12 nsubj 12:nsubj _ +7 , , PUNCT , _ 12 punct 12:punct _ +8 " " PUNCT `` _ 12 punct 12:punct SpaceAfter=No +9 Have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +10 200,000 200000 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ +11 AK47s AK47 NOUN NNS Number=Plur 12 nsubj 12:nsubj _ 12 Fallen fall VERB VBN Tense=Past|VerbForm=Part 6 appos 6:appos _ 13 Into into ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -20972,8 +20982,8 @@ 16 of of ADP IN _ 18 case 18:case _ 17 Iraq Iraq PROPN NNP Number=Sing 18 compound 18:compound _ 18 Terrorists terrorist NOUN NNS Number=Plur 15 nmod 15:nmod:of SpaceAfter=No -19 ? ? PUNCT . _ 6 punct 6:punct SpaceAfter=No -20 " " PUNCT '' _ 6 punct 6:punct _ +19 ? ? PUNCT . _ 12 punct 12:punct SpaceAfter=No +20 " " PUNCT '' _ 12 punct 12:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0007 # text = (also see this thread on the RI discussion board): @@ -20992,14 +21002,14 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0008 # text = Some 200,000 guns the US sent to Iraqi security forces may have been smuggled to terrorists, it was feared yesterday. -1 Some some DET DT _ 3 det 3:det _ -2 200,000 200,000 NUM CD NumType=Card 3 nummod 3:nummod _ +1 Some some DET DT PronType=Ind 3 det 3:det _ +2 200,000 200000 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 3 guns gun NOUN NNS Number=Plur 14 nsubj:pass 14:nsubj:pass _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 US US PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -6 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +6 sent send VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 7 to to ADP IN _ 10 case 10:case _ -8 Iraqi iraqi ADJ JJ Degree=Pos 10 amod 10:amod _ +8 Iraqi Iraqi ADJ JJ Degree=Pos 10 amod 10:amod _ 9 security security NOUN NN Number=Sing 10 compound 10:compound _ 10 forces force NOUN NNS Number=Plur 6 obl 6:obl:to _ 11 may may AUX MD VerbForm=Fin 14 aux 14:aux _ @@ -21008,7 +21018,7 @@ 14 smuggled smuggle VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 advcl 20:advcl _ 15 to to ADP IN _ 16 case 16:case _ 16 terrorists terrorist NOUN NNS Number=Plur 14 obl 14:obl:to SpaceAfter=No -17 , , PUNCT , _ 20 punct 20:punct _ +17 , , PUNCT , _ 14 punct 14:punct _ 18 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 nsubj:pass 20:nsubj:pass _ 19 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 aux:pass 20:aux:pass _ 20 feared fear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ @@ -21018,18 +21028,18 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0009 # text = The 99-tonne cache of AK47s was to have been secretly flown out from a US base in Bosnia. 1 The the DET DT Definite=Def|PronType=Art 5 det 5:det _ -2 99 99 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No -3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No +2 99 99 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No +3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No 4 tonne tonne NOUN NN Number=Sing 5 compound 5:compound _ -5 cache cache NOUN NN Number=Sing 8 nsubj 8:nsubj _ +5 cache cache NOUN NN Number=Sing 13 nsubj:pass 13:nsubj:pass _ 6 of of ADP IN _ 7 case 7:case _ -7 AK47s ak47 NOUN NNS Number=Plur 5 nmod 5:nmod:of _ -8 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 AK47s AK47 NOUN NNS Number=Plur 5 nmod 5:nmod:of _ +8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 9 to to PART TO _ 13 mark 13:mark _ 10 have have AUX VB VerbForm=Inf 13 aux 13:aux _ 11 been be AUX VBN Tense=Past|VerbForm=Part 13 aux:pass 13:aux:pass _ 12 secretly secretly ADV RB _ 13 advmod 13:advmod _ -13 flown fly VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 ccomp 8:ccomp _ +13 flown fly VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 14 out out ADV RB _ 13 advmod 13:advmod _ 15 from from ADP IN _ 18 case 18:case _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ @@ -21037,17 +21047,17 @@ 18 base base NOUN NN Number=Sing 13 obl 13:obl:from _ 19 in in ADP IN _ 20 case 20:case _ 20 Bosnia Bosnia PROPN NNP Number=Sing 18 nmod 18:nmod:in SpaceAfter=No -21 . . PUNCT . _ 8 punct 8:punct _ +21 . . PUNCT . _ 13 punct 13:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0010 # text = But the four planeloads of arms have vanished. 1 But but CCONJ CC _ 8 cc 8:cc _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 four four NUM CD NumType=Card 4 nummod 4:nummod _ +3 four four NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 planeloads planeload NOUN NNS Number=Plur 8 nsubj 8:nsubj _ 5 of of ADP IN _ 6 case 6:case _ 6 arms arm NOUN NNS Number=Plur 4 nmod 4:nmod:of _ -7 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +7 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 vanished vanish VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No 9 . . PUNCT . _ 8 punct 8:punct _ @@ -21061,12 +21071,12 @@ 5 to to PART TO _ 6 mark 6:mark _ 6 go go VERB VB VerbForm=Inf 1 acl 1:acl:to _ 7 ahead ahead ADV RB _ 6 advmod 6:advmod _ -8 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ +8 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ 9 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 10 by by ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 US US PROPN NNP Number=Sing 13 compound 13:compound _ -13 Department Department PROPN NNP Number=Sing 9 obl 9:obl:by _ +13 Department Department PROPN NNP Number=Sing 9 obl:agent 9:obl:agent _ 14 of of ADP IN _ 15 case 15:case _ 15 Defense Defense PROPN NNP Number=Sing 13 nmod 13:nmod:of SpaceAfter=No 16 . . PUNCT . _ 9 punct 9:punct _ @@ -21095,26 +21105,26 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 Moldovan moldovan ADJ JJ Degree=Pos 4 amod 4:amod _ 4 airline airline NOUN NN Number=Sing 11 nsubj:pass 11:nsubj:pass _ -5 used use VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +5 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ 6 to to PART TO _ 7 mark 7:mark _ -7 transport transport VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ +7 transport transport VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 shipment shipment NOUN NN Number=Sing 7 obj 7:obj _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 aux:pass 11:aux:pass _ 11 blasted blast VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 28 ccomp 28:ccomp _ 12 by by ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -14 UN UN PROPN NNP Number=Sing 11 obl 11:obl:by _ +14 UN UN PROPN NNP Number=Sing 11 obl:agent 11:obl:agent _ 15 in in ADP IN _ 16 case 16:case _ -16 2003 2003 NUM CD NumType=Card 11 obl 11:obl:in _ +16 2003 2003 NUM CD NumForm=Digit|NumType=Card 11 obl 11:obl:in _ 17 for for SCONJ IN _ 18 mark 18:mark _ 18 smuggling smuggle VERB VBG VerbForm=Ger 11 advcl 11:advcl:for _ 19 arms arm NOUN NNS Number=Plur 18 obj 18:obj _ 20 to to ADP IN _ 21 case 21:case _ 21 Liberia Liberia PROPN NNP Number=Sing 18 obl 18:obl:to SpaceAfter=No -22 , , PUNCT , _ 28 punct 28:punct _ +22 , , PUNCT , _ 11 punct 11:punct _ 23 human human ADJ JJ Degree=Pos 24 amod 24:amod _ -24 rights rights NOUN NNS Number=Plur 25 compound 25:compound _ +24 rights right NOUN NNS Number=Plur 25 compound 25:compound _ 25 group group NOUN NN Number=Sing 26 compound 26:compound _ 26 Amnesty Amnesty PROPN NNP Number=Sing 28 nsubj 28:nsubj _ 27 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ @@ -21133,7 +21143,7 @@ 8 thousands thousand NOUN NNS Number=Plur 19 nsubj 19:nsubj _ 9 of of ADP IN _ 10 case 10:case _ 10 guns gun NOUN NNS Number=Plur 8 nmod 8:nmod:of _ -11 meant mean VERB VBN Tense=Past|VerbForm=Part 8 acl 8:acl _ +11 meant mean VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl 8:acl _ 12 for for ADP IN _ 15 case 15:case _ 13-14 Iraq's _ _ _ _ _ _ _ _ 13 Iraq Iraq PROPN NNP Number=Sing 15 nmod:poss 15:nmod:poss _ @@ -21142,10 +21152,10 @@ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 army army NOUN NN Number=Sing 15 conj 11:obl:for|15:conj:and _ 18 instead instead ADV RB _ 19 advmod 19:advmod _ -19 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp _ +19 went go VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp _ 20 to to ADP IN _ 23 case 23:case _ 21 al al PROPN NNP Number=Sing 23 compound 23:compound SpaceAfter=No -22 - - PUNCT HYPH _ 23 punct 23:punct SpaceAfter=No +22 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No 23 Qaeda Qaeda PROPN NNP Number=Sing 19 obl 19:obl:to _ 24 . . PUNCT . _ 2 punct 2:punct _ @@ -21156,19 +21166,20 @@ 3 spokesman spokesman NOUN NN Number=Sing 4 compound 4:compound _ 4 Mike Mike PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 5 Blakemore Blakemore PROPN NNP Number=Sing 4 flat 4:flat _ -6 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -7 : : PUNCT : _ 6 punct 6:punct _ -8 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No -9 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj SpaceAfter=No +6 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +7 : : PUNCT : _ 11 punct 11:punct _ +8 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No +9-10 It's _ _ _ _ _ _ _ _ +9 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 10 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 11 unbelievable unbelievable ADJ JJ Degree=Pos 6 ccomp 6:ccomp _ 12 that that SCONJ IN _ 16 mark 16:mark _ -13 no no DET DT _ 14 det 14:det _ -14 one one NOUN NN Number=Sing 16 nsubj 16:nsubj _ +13 no no DET DT PronType=Neg 14 det 14:det _ +14 one one PRON NN Number=Sing|PronType=Neg 16 nsubj 16:nsubj _ 15 can can AUX MD VerbForm=Fin 16 aux 16:aux _ 16 account account VERB VB VerbForm=Inf 11 ccomp 11:ccomp _ 17 for for ADP IN _ 20 case 20:case _ -18 200,000 200,000 NUM CD NumType=Card 20 nummod 20:nummod _ +18 200,000 200000 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ 19 assault assault NOUN NN Number=Sing 20 compound 20:compound _ 20 rifles rifle NOUN NNS Number=Plur 16 obl 16:obl:for SpaceAfter=No 21 . . PUNCT . _ 6 punct 6:punct _ @@ -21178,7 +21189,7 @@ 1 If if SCONJ IN _ 5 mark 5:mark _ 2 these this DET DT Number=Plur|PronType=Dem 3 det 3:det _ 3 weapons weapon NOUN NNS Number=Plur 5 nsubj 5:nsubj|6:nsubj:xsubj _ -4 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 gone go VERB VBN Tense=Past|VerbForm=Part 11 advcl 11:advcl:if _ 6 missing missing ADJ JJ Degree=Pos 5 xcomp 5:xcomp _ 7-8 it's _ _ _ _ _ _ _ _ @@ -21192,10 +21203,10 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0017 # text = American defence chiefs hired a US firm to take the guns, from the 90s Bosnian war, to Iraq. -1 American american ADJ JJ Degree=Pos 3 amod 3:amod _ +1 American American ADJ JJ Degree=Pos 3 amod 3:amod _ 2 defence defence NOUN NN Number=Sing 3 compound 3:compound _ 3 chiefs chief NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 hired hire VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 hired hire VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 US US PROPN NNP Number=Sing 7 compound 7:compound _ 7 firm firm NOUN NN Number=Sing 4 obj 4:obj _ @@ -21203,13 +21214,13 @@ 9 take take VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 guns gun NOUN NNS Number=Plur 9 obj 9:obj SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ +12 , , PUNCT , _ 17 punct 17:punct _ 13 from from ADP IN _ 17 case 17:case _ 14 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -15 90s 90 NOUN NNS Number=Plur 17 compound 17:compound _ +15 90s 90s NOUN NNS Number=Plur 17 compound 17:compound _ 16 Bosnian bosnian ADJ JJ Degree=Pos 17 amod 17:amod _ 17 war war NOUN NN Number=Sing 11 nmod 11:nmod:from SpaceAfter=No -18 , , PUNCT , _ 9 punct 9:punct _ +18 , , PUNCT , _ 20 punct 20:punct _ 19 to to ADP IN _ 20 case 20:case _ 20 Iraq Iraq PROPN NNP Number=Sing 9 obl 9:obl:to SpaceAfter=No 21 . . PUNCT . _ 4 punct 4:punct _ @@ -21222,23 +21233,23 @@ 4 controllers controller NOUN NNS Number=Plur 7 nsubj 7:nsubj _ 5 in in ADP IN _ 6 case 6:case _ 6 Baghdad Baghdad PROPN NNP Number=Sing 4 nmod 4:nmod:in _ -7 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -8 no no DET DT _ 9 det 9:det _ +7 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 no no DET DT PronType=Neg 9 det 9:det _ 9 record record NOUN NN Number=Sing 7 obj 7:obj _ 10 of of ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 flights flight NOUN NNS Number=Plur 9 nmod 9:nmod:of|16:nsubj SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ +13 , , PUNCT , _ 16 punct 16:punct _ 14 which which PRON WDT PronType=Rel 16 nsubj 12:ref _ 15 supposedly supposedly ADV RB _ 16 advmod 16:advmod _ -16 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +16 took take VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ 17 off off ADP RP _ 16 compound:prt 16:compound:prt _ 18 between between ADP IN _ 19 case 19:case _ 19 July July PROPN NNP Number=Sing 16 obl 16:obl:between _ -20 2004 2004 NUM CD NumType=Card 19 nummod 19:nummod _ +20 2004 2004 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod _ 21 and and CCONJ CC _ 22 cc 22:cc _ 22 July July PROPN NNP Number=Sing 19 conj 16:obl:between|19:conj:and _ -23 2005 2005 NUM CD NumType=Card 22 nummod 22:nummod SpaceAfter=No +23 2005 2005 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod SpaceAfter=No 24 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0019 @@ -21247,32 +21258,32 @@ 2 coalition coalition NOUN NN Number=Sing 3 compound 3:compound _ 3 forces force NOUN NNS Number=Plur 4 compound 4:compound _ 4 spokesman spokesman NOUN NN Number=Sing 5 nsubj 5:nsubj|17:nsubj _ -5 confirmed confirm VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 confirmed confirm VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -7 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +7 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 8 not not PART RB _ 9 advmod 9:advmod _ 9 received receive VERB VBN Tense=Past|VerbForm=Part 5 ccomp 5:ccomp _ -10 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No -11 any any DET DT _ 12 det 12:det _ +10 " " PUNCT `` _ 12 punct 12:punct SpaceAfter=No +11 any any DET DT PronType=Ind 12 det 12:det _ 12 weapons weapon NOUN NNS Number=Plur 9 obj 9:obj _ 13 from from ADP IN _ 14 case 14:case _ 14 Bosnia Bosnia PROPN NNP Number=Sing 9 obl 9:obl:from SpaceAfter=No -15 " " PUNCT '' _ 5 punct 5:punct _ +15 " " PUNCT '' _ 14 punct 14:punct _ 16 and and CCONJ CC _ 17 cc 17:cc _ -17 added add VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +17 added add VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 22 nsubj 22:nsubj _ -19 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 cop 22:cop _ +19 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 22 cop 22:cop _ 20 " " PUNCT `` _ 22 punct 22:punct SpaceAfter=No 21 not not PART RB _ 22 advmod 22:advmod _ 22 aware aware ADJ JJ Degree=Pos 17 ccomp 17:ccomp _ 23 of of ADP IN _ 25 case 25:case _ -24 any any DET DT _ 25 det 25:det _ +24 any any DET DT PronType=Ind 25 det 25:det _ 25 purchases purchase NOUN NNS Number=Plur 22 obl 22:obl:of _ 26 for for ADP IN _ 27 case 27:case _ 27 Iraq Iraq PROPN NNP Number=Sing 25 nmod 25:nmod:for _ 28 from from ADP IN _ 29 case 29:case _ 29 Bosnia Bosnia PROPN NNP Number=Sing 25 nmod 25:nmod:from SpaceAfter=No -30 " " PUNCT '' _ 5 punct 5:punct SpaceAfter=No +30 " " PUNCT '' _ 22 punct 22:punct SpaceAfter=No 31 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0020 @@ -21281,24 +21292,24 @@ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 US US PROPN NNP Number=Sing 1 conj 1:conj:and|4:compound _ 4 officials official NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -5 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 already already ADV RB _ 7 advmod 7:advmod _ 7 voiced voice VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 8 fears fear NOUN NNS Number=Plur 7 obj 7:obj _ 9 that that SCONJ IN _ 24 mark 24:mark _ 10 Bosnian bosnian ADJ JJ Degree=Pos 11 amod 11:amod _ 11 arms arm NOUN NNS Number=Plur 24 nsubj:pass 24:nsubj:pass _ -12 - - PUNCT , _ 11 punct 11:punct _ -13 sold sell VERB VBN Tense=Past|VerbForm=Part 11 acl 11:acl _ +12 - - PUNCT , _ 13 punct 13:punct _ +13 sold sell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl 11:acl _ 14 by by ADP IN _ 20 case 20:case _ 15 US US PROPN NNP Number=Sing 20 compound 20:compound SpaceAfter=No 16 , , PUNCT , _ 17 punct 17:punct _ -17 British british ADJ JJ Degree=Pos 15 amod 15:amod _ +17 British British ADJ JJ Degree=Pos 15 conj 15:conj|20:amod _ 18 and and CCONJ CC _ 19 cc 19:cc _ -19 Swiss swiss ADJ JJ Degree=Pos 15 conj 15:conj:and|20:compound _ -20 firms firm NOUN NNS Number=Plur 13 obl 13:obl:by _ -21 - - PUNCT , _ 24 punct 24:punct _ -22 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ +19 Swiss Swiss ADJ JJ Degree=Pos 15 conj 15:conj:and|20:amod _ +20 firms firm NOUN NNS Number=Plur 13 obl:agent 13:obl:agent _ +21 - - PUNCT , _ 11 punct 11:punct _ +22 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ 23 being be AUX VBG VerbForm=Ger 24 aux:pass 24:aux:pass _ 24 passed pass VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl 8:acl:that _ 25 to to ADP IN _ 26 case 26:case _ @@ -21310,19 +21321,20 @@ 1 A a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 2 NATO NATO PROPN NNP Number=Sing 3 compound 3:compound _ 3 spokesman spokesman NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -5 : : PUNCT : _ 4 punct 4:punct _ -6 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No -7 There there PRON EX _ 8 expl 8:expl SpaceAfter=No +4 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +5 : : PUNCT : _ 8 punct 8:punct _ +6 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No +7-8 There's _ _ _ _ _ _ _ _ +7 There there PRON EX _ 8 expl 8:expl _ 8 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ -9 no no DET DT _ 11 det 11:det _ +9 no no DET DT PronType=Neg 11 det 11:det _ 10 tracking tracking NOUN NN Number=Sing 11 compound 11:compound _ 11 mechanism mechanism NOUN NN Number=Sing 8 nsubj 8:nsubj _ 12 to to PART TO _ 13 mark 13:mark _ 13 ensure ensure VERB VB VerbForm=Inf 11 acl 11:acl:to _ 14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 15-16 don't _ _ _ _ _ _ _ _ -15 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +15 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 16 n't not PART RB _ 17 advmod 17:advmod _ 17 fall fall VERB VB VerbForm=Inf 13 ccomp 13:ccomp _ 18 into into ADP IN _ 21 case 21:case _ @@ -21334,10 +21346,10 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0022 # text = There are concerns that some may have been siphoned off." 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 concerns concern NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 4 that that SCONJ IN _ 9 mark 9:mark _ -5 some some DET DT _ 9 nsubj:pass 9:nsubj:pass _ +5 some some DET DT PronType=Ind 9 nsubj:pass 9:nsubj:pass _ 6 may may AUX MD VerbForm=Fin 9 aux 9:aux _ 7 have have AUX VB VerbForm=Inf 9 aux 9:aux _ 8 been be AUX VBN Tense=Past|VerbForm=Part 9 aux:pass 9:aux:pass _ @@ -21352,11 +21364,11 @@ 2 year year NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 newspaper newspaper NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 claimed claim VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -6 two two NUM CD NumType=Card 8 nummod 8:nummod _ +5 claimed claim VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 two two NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 7 UK UK PROPN NNP Number=Sing 8 compound 8:compound _ 8 firms firm NOUN NNS Number=Plur 10 nsubj 10:nsubj _ -9 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 cop 10:cop _ +9 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ 10 involved involved ADJ JJ Degree=Pos 5 ccomp 5:ccomp _ 11 in in ADP IN _ 13 case 13:case _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ @@ -21367,13 +21379,13 @@ 17 of of ADP IN _ 18 case 18:case _ 18 guns gun NOUN NNS Number=Plur 16 nmod 16:nmod:of _ 19 for for ADP IN _ 21 case 21:case _ -20 Iraqi iraqi ADJ JJ Degree=Pos 21 amod 21:amod _ +20 Iraqi Iraqi ADJ JJ Degree=Pos 21 amod 21:amod _ 21 forces force NOUN NNS Number=Plur 18 nmod 18:nmod:for _ -22 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 23 aux:pass 23:aux:pass _ +22 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 23 aux:pass 23:aux:pass _ 23 re-routed re-route VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 acl:relcl 13:acl:relcl _ 24 to to ADP IN _ 27 case 27:case _ 25 al al PROPN NNP Number=Sing 27 compound 27:compound SpaceAfter=No -26 - - PUNCT HYPH _ 27 punct 27:punct SpaceAfter=No +26 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No 27 Qaeda Qaeda PROPN NNP Number=Sing 23 obl 23:obl:to SpaceAfter=No 28 . . PUNCT . _ 5 punct 5:punct _ @@ -21387,11 +21399,11 @@ 6 , , PUNCT , _ 12 punct 12:punct _ 7 and and CCONJ CC _ 12 cc 12:cc _ 8 yes yes INTJ UH _ 12 discourse 12:discourse _ -9 , , PUNCT , _ 12 punct 12:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10-11 it's _ _ _ _ _ _ _ _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 11 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ -12 one one NUM CD NumType=Card 5 conj 5:conj:and _ +12 one one NUM CD NumForm=Word|NumType=Card 5 conj 5:conj:and _ 13 of of ADP IN _ 15 case 15:case _ 14 Victor Victor PROPN NNP Number=Sing 15 compound 15:compound _ 15-16 Bout's _ _ _ _ _ _ _ _ @@ -21407,18 +21419,18 @@ 3 always always ADV RB _ 16 advmod 16:advmod _ 4 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 5 bang bang VERB VB Mood=Imp|VerbForm=Fin 16 acl 16:acl SpaceAfter=No -6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +6 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 head head NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No -10 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No +10 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No 11 against against ADP IN _ 15 case 15:case SpaceAfter=No -12 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 wall wall NOUN NN Number=Sing 5 obl 5:obl:against _ 16 moment moment NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -17 , , PUNCT , _ 16 punct 16:punct _ +17 , , PUNCT , _ 18 punct 18:punct _ 18 reading read VERB VBG VerbForm=Ger 16 advcl 16:advcl _ 19 again again ADV RB _ 18 advmod 18:advmod _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ @@ -21427,16 +21439,16 @@ 23 incompetence incompetence NOUN NN Number=Sing 24 compound 24:compound _ 24 theory theory NOUN NN Number=Sing 25 nsubj 25:nsubj _ 25 receives receive VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 acl:relcl 21:acl:relcl SpaceAfter=No -26 , , PUNCT , _ 25 punct 25:punct _ +26 , , PUNCT , _ 29 punct 29:punct _ 27 even even ADV RB _ 29 advmod 29:advmod _ 28 from from ADP IN _ 29 case 29:case _ -29 some some DET DT _ 25 obl 25:obl:from _ +29 some some DET DT PronType=Ind 25 obl 25:obl:from _ 30 of of ADP IN _ 36 case 36:case _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 32-33 Administration's _ _ _ _ _ _ _ _ 32 Administration administration NOUN NN Number=Sing 36 nmod:poss 36:nmod:poss _ 33 's 's PART POS _ 32 case 32:case _ -34 harshest harshest ADJ JJS Degree=Sup 36 amod 36:amod _ +34 harshest harsh ADJ JJS Degree=Sup 36 amod 36:amod _ 35 mainstream mainstream ADJ JJ Degree=Pos 36 amod 36:amod _ 36 critics critic NOUN NNS Number=Plur 29 nmod 29:nmod:of SpaceAfter=No 37 . . PUNCT . _ 16 punct 16:punct _ @@ -21445,7 +21457,7 @@ # text = But then, even to talk of an "administration" may be misdirection at this point, given how little representative government means in the United States these days, and how much of "national security" has been privatized into a global gangland of drugs and guns. 1 But but CCONJ CC _ 14 cc 14:cc _ 2 then then ADV RB PronType=Dem 14 advmod 14:advmod SpaceAfter=No -3 , , PUNCT , _ 14 punct 14:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 even even ADV RB _ 6 advmod 6:advmod _ 5 to to PART TO _ 6 mark 6:mark _ 6 talk talk VERB VB VerbForm=Inf 14 csubj 14:csubj _ @@ -21460,22 +21472,22 @@ 15 at at ADP IN _ 17 case 17:case _ 16 this this DET DT Number=Sing|PronType=Dem 17 det 17:det _ 17 point point NOUN NN Number=Sing 14 obl 14:obl:at SpaceAfter=No -18 , , PUNCT , _ 14 punct 14:punct _ -19 given give VERB VBN Tense=Past|VerbForm=Part 24 mark 24:mark _ -20 how how SCONJ WRB PronType=Int 21 mark 21:mark _ +18 , , PUNCT , _ 24 punct 24:punct _ +19 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 24 mark 24:mark _ +20 how how ADV WRB PronType=Int 21 advmod 21:advmod _ 21 little little ADJ JJ Degree=Pos 24 advmod 24:advmod _ 22 representative representative ADJ JJ Degree=Pos 23 amod 23:amod _ 23 government government NOUN NN Number=Sing 24 nsubj 24:nsubj _ -24 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:give _ +24 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:given _ 25 in in ADP IN _ 28 case 28:case _ 26 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ -27 United United PROPN NNP Number=Sing 28 compound 28:compound _ -28 States States PROPN NNP Number=Sing 24 obl 24:obl:in _ +27 United United ADJ NNP Degree=Pos 28 amod 28:amod _ +28 States State PROPN NNPS Number=Plur 24 obl 24:obl:in _ 29 these this DET DT Number=Plur|PronType=Dem 30 det 30:det _ 30 days day NOUN NNS Number=Plur 24 obl:tmod 24:obl:tmod SpaceAfter=No 31 , , PUNCT , _ 42 punct 42:punct _ 32 and and CCONJ CC _ 42 cc 42:cc _ -33 how how SCONJ WRB PronType=Int 34 mark 34:mark _ +33 how how ADV WRB PronType=Int 34 advmod 34:advmod _ 34 much much ADJ JJ Degree=Pos 42 nsubj:pass 42:nsubj:pass _ 35 of of ADP IN _ 38 case 38:case _ 36 " " PUNCT `` _ 38 punct 38:punct SpaceAfter=No @@ -21484,7 +21496,7 @@ 39 " " PUNCT '' _ 38 punct 38:punct _ 40 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 42 aux 42:aux _ 41 been be AUX VBN Tense=Past|VerbForm=Part 42 aux:pass 42:aux:pass _ -42 privatized privatize VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 24 conj 14:advcl:give|24:conj:and _ +42 privatized privatize VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 24 conj 14:advcl:given|24:conj:and _ 43 into into ADP IN _ 46 case 46:case _ 44 a a DET DT Definite=Ind|PronType=Art 46 det 46:det _ 45 global global ADJ JJ Degree=Pos 46 amod 46:amod _ @@ -21498,37 +21510,37 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0027 # text = Like the tens of billions of dollars that have been "lost" in Iraq, planeloads of arms don't just "vanish"; not when the Pentagon contracts the work to an international criminal of Bout's untouchable stature. 1 Like like ADP IN _ 3 case 3:case _ -2 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ +2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 tens ten NOUN NNS Number=Plur 24 obl 12:nsubj:pass|24:obl:like _ 4 of of ADP IN _ 5 case 5:case _ 5 billions billion NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 6 of of ADP IN _ 7 case 7:case _ 7 dollars dollar NOUN NNS Number=Plur 5 nmod 5:nmod:of _ 8 that that PRON WDT PronType=Rel 12 nsubj:pass 3:ref _ -9 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +9 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 10 been be AUX VBN Tense=Past|VerbForm=Part 12 aux:pass 12:aux:pass _ 11 " " PUNCT `` _ 12 punct 12:punct SpaceAfter=No 12 lost lose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl:relcl 3:acl:relcl SpaceAfter=No 13 " " PUNCT '' _ 12 punct 12:punct _ 14 in in ADP IN _ 15 case 15:case _ 15 Iraq Iraq PROPN NNP Number=Sing 12 obl 12:obl:in SpaceAfter=No -16 , , PUNCT , _ 24 punct 24:punct _ +16 , , PUNCT , _ 3 punct 3:punct _ 17 planeloads planeload NOUN NNS Number=Plur 24 nsubj 24:nsubj _ 18 of of ADP IN _ 19 case 19:case _ 19 arms arm NOUN NNS Number=Plur 17 nmod 17:nmod:of _ 20-21 don't _ _ _ _ _ _ _ _ -20 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ +20 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ 21 n't not PART RB _ 24 advmod 24:advmod _ 22 just just ADV RB _ 24 advmod 24:advmod _ 23 " " PUNCT `` _ 24 punct 24:punct SpaceAfter=No 24 vanish vanish VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 25 " " PUNCT '' _ 24 punct 24:punct SpaceAfter=No -26 ; ; PUNCT , _ 24 punct 24:punct _ -27 not not ADV RB _ 31 advmod 31:advmod _ -28 when when SCONJ WRB PronType=Rel 31 mark 31:mark _ +26 ; ; PUNCT , _ 31 punct 31:punct _ +27 not not PART RB _ 31 advmod 31:advmod _ +28 when when ADV WRB PronType=Int 31 advmod 31:advmod _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 Pentagon Pentagon PROPN NNP Number=Sing 31 nsubj 31:nsubj _ -31 contracts contract VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 acl:relcl 24:acl:relcl _ +31 contracts contract VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 advcl 24:advcl _ 32 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 33 work work NOUN NN Number=Sing 31 obj 31:obj _ 34 to to ADP IN _ 37 case 37:case _ @@ -21557,13 +21569,13 @@ 8 to to PART TO _ 10 mark 10:mark _ 9 be be AUX VB VerbForm=Inf 10 aux:pass 10:aux:pass _ 10 mentioned mention VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 xcomp 7:xcomp _ -11 in in SCONJ IN _ 13 case 13:case _ -12 whatever whatever DET WDT PronType=Int 13 det 13:det _ -13 coverage coverage NOUN NN Number=Sing 10 obl 10:obl:in _ +11 in in ADP IN _ 13 case 13:case _ +12 whatever whatever DET WDT PronType=Rel 13 det 13:det _ +13 coverage coverage NOUN NN Number=Sing 10 obl 10:obl:in|16:obj _ 14 this this DET DT Number=Sing|PronType=Dem 15 det 15:det _ 15 story story NOUN NN Number=Sing 16 nsubj 16:nsubj _ 16 receives receive VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl SpaceAfter=No -17 , , PUNCT , _ 10 punct 10:punct _ +17 , , PUNCT , _ 20 punct 20:punct _ 18 before before SCONJ IN _ 20 mark 20:mark _ 19 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 20 sinks sink VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:before _ @@ -21583,11 +21595,11 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0029 # text = Meanwhile, a decision's been reached in the trial of Toledo priest Gerald Robinson. 1 Meanwhile meanwhile ADV RB _ 7 advmod 7:advmod SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4-5 decision's _ _ _ _ _ _ _ _ 4 decision decision NOUN NN Number=Sing 7 nsubj:pass 7:nsubj:pass _ -5 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ +5 's have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 been be AUX VBN Tense=Past|VerbForm=Part 7 aux:pass 7:aux:pass _ 7 reached reach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 8 in in ADP IN _ 10 case 10:case _ @@ -21616,9 +21628,9 @@ 2 Rev. Rev. PROPN NNP Number=Sing 5 nsubj 5:nsubj|8:nsubj:xsubj _ 3 Gerald Gerald PROPN NNP Number=Sing 2 flat 2:flat _ 4 Robinson Robinson PROPN NNP Number=Sing 2 flat 2:flat _ -5 appeared appear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 appeared appear VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 stony stony ADJ JJ Degree=Pos 8 amod 8:amod SpaceAfter=No -7 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No +7 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No 8 faced faced ADJ JJ Degree=Pos 5 xcomp 5:xcomp _ 9 as as SCONJ IN _ 16 mark 16:mark _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ @@ -21632,12 +21644,12 @@ 17 , , PUNCT , _ 20 punct 20:punct _ 18 and and CCONJ CC _ 20 cc 20:cc _ 19 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj|23:nsubj _ -20 blinked blink VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +20 blinked blink VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 21 repeatedly repeatedly ADV RB _ 20 advmod 20:advmod _ 22 and and CCONJ CC _ 23 cc 23:cc _ -23 glanced glance VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 conj 20:conj:and _ +23 glanced glance VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 conj 20:conj:and _ 24 at at ADP IN _ 26 case 26:case _ -25 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 lawyers lawyer NOUN NNS Number=Plur 23 obl 23:obl:at _ 27 before before SCONJ IN _ 29 mark 29:mark _ 28 being be AUX VBG VerbForm=Ger 29 aux:pass 29:aux:pass _ @@ -21656,7 +21668,7 @@ # text = The crime occurred in the sacristy adjoining the hospital chapel in downtown Toledo on the Saturday before Easter in 1980. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 crime crime NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 occurred occur VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 occurred occur VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 in in ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 sacristy sacristy NOUN NN Number=Sing 3 obl 3:obl:in _ @@ -21673,47 +21685,47 @@ 17 before before ADP IN _ 18 case 18:case _ 18 Easter Easter PROPN NNP Number=Sing 16 nmod 16:nmod:before _ 19 in in ADP IN _ 20 case 20:case _ -20 1980 1980 NUM CD NumType=Card 3 obl 3:obl:in SpaceAfter=No +20 1980 1980 NUM CD NumForm=Digit|NumType=Card 3 obl 3:obl:in SpaceAfter=No 21 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0034 # text = Investigators said the nun, Margaret Ann Pahl, 71, was strangled and then stabbed, with nine wounds on her chest forming the shape of an inverted cross, a well-recognized Satanic symbol. 1 Investigators investigator NOUN NNS Number=Plur 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 nun nun NOUN NN Number=Sing 13 nsubj:pass 13:nsubj:pass|16:nsubj:pass SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 Margaret Margaret PROPN NNP Number=Sing 4 appos 4:appos _ 7 Ann Ann PROPN NNP Number=Sing 6 flat 6:flat _ 8 Pahl Pahl PROPN NNP Number=Sing 6 flat 6:flat SpaceAfter=No -9 , , PUNCT , _ 6 punct 6:punct _ -10 71 71 NUM CD NumType=Card 6 amod 6:amod SpaceAfter=No +9 , , PUNCT , _ 10 punct 10:punct _ +10 71 71 NUM CD NumForm=Digit|NumType=Card 6 amod 6:amod SpaceAfter=No 11 , , PUNCT , _ 6 punct 6:punct _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux:pass 13:aux:pass _ 13 strangled strangle VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 ccomp 2:ccomp _ 14 and and CCONJ CC _ 16 cc 16:cc _ 15 then then ADV RB PronType=Dem 16 advmod 16:advmod _ -16 stabbed stab VERB VBN Tense=Past|VerbForm=Part 13 conj 2:ccomp|13:conj:and SpaceAfter=No -17 , , PUNCT , _ 16 punct 16:punct _ +16 stabbed stab VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 conj 2:ccomp|13:conj:and SpaceAfter=No +17 , , PUNCT , _ 24 punct 24:punct _ 18 with with SCONJ IN _ 24 mark 24:mark _ -19 nine nine NUM CD NumType=Card 20 nummod 20:nummod _ +19 nine nine NUM CD NumForm=Word|NumType=Card 20 nummod 20:nummod _ 20 wounds wound NOUN NNS Number=Plur 24 nsubj 24:nsubj _ 21 on on ADP IN _ 23 case 23:case _ -22 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 chest chest NOUN NN Number=Sing 20 nmod 20:nmod:on _ 24 forming form VERB VBG VerbForm=Ger 16 advcl 16:advcl:with _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 26 shape shape NOUN NN Number=Sing 24 obj 24:obj _ 27 of of ADP IN _ 30 case 30:case _ 28 an a DET DT Definite=Ind|PronType=Art 30 det 30:det _ -29 inverted invert VERB VBN Tense=Past|VerbForm=Part 30 amod 30:amod _ +29 inverted invert VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 30 amod 30:amod _ 30 cross cross NOUN NN Number=Sing 26 nmod 26:nmod:of SpaceAfter=No -31 , , PUNCT , _ 30 punct 30:punct _ +31 , , PUNCT , _ 37 punct 37:punct _ 32 a a DET DT Definite=Ind|PronType=Art 37 det 37:det _ 33 well well ADV RB Degree=Pos 35 advmod 35:advmod SpaceAfter=No -34 - - PUNCT HYPH _ 35 punct 35:punct SpaceAfter=No -35 recognized recognize VERB VBN Tense=Past|VerbForm=Part 37 amod 37:amod _ -36 Satanic satanic ADJ JJ Degree=Pos 37 amod 37:amod _ +34 - - PUNCT HYPH _ 33 punct 33:punct SpaceAfter=No +35 recognized recognize VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 37 amod 37:amod _ +36 Satanic Satanic ADJ JJ Degree=Pos 37 amod 37:amod _ 37 symbol symbol NOUN NN Number=Sing 30 appos 30:appos SpaceAfter=No 38 . . PUNCT . _ 2 punct 2:punct _ @@ -21725,19 +21737,19 @@ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ 5 draped drape VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 over over ADP IN _ 11 case 11:case _ -7 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ -8 half half ADV RB _ 10 advmod 10:advmod SpaceAfter=No -9 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +7 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +8 half half ADV RB NumForm=Word|NumType=Frac 10 advmod 10:advmod SpaceAfter=No +9 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No 10 naked naked ADJ JJ Degree=Pos 11 amod 11:amod _ 11 body body NOUN NN Number=Sing 5 obl 5:obl:over|15:nsubj:pass SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ +12 , , PUNCT , _ 15 punct 15:punct _ 13 which which PRON WDT PronType=Rel 15 nsubj:pass 11:ref _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 aux:pass 15:aux:pass _ 15 posed pose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl:relcl 11:acl:relcl _ 16 as as SCONJ IN _ 22 mark 22:mark _ 17 if if SCONJ IN _ 22 mark 22:mark _ 18 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 22 nsubj:pass 22:nsubj:pass _ -19 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 aux 22:aux _ +19 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 aux 22:aux _ 20 been be AUX VBN Tense=Past|VerbForm=Part 22 aux:pass 22:aux:pass _ 21 sexually sexually ADV RB _ 22 advmod 22:advmod _ 22 assaulted assault VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 advcl 15:advcl:if SpaceAfter=No @@ -21745,23 +21757,23 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0036 # text = "It was about how he could humiliate her the most," prosecutor Dean Mandros said in closing arguments. -1 " " PUNCT `` _ 17 punct 17:punct SpaceAfter=No -2 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 ccomp 17:ccomp _ +1 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No +2 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj:outer 8:nsubj:outer _ +3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 4 about about SCONJ IN _ 8 mark 8:mark _ -5 how how SCONJ WRB PronType=Int 8 mark 8:mark _ +5 how how ADV WRB PronType=Int 8 advmod 8:advmod _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 7 could could AUX MD VerbForm=Fin 8 aux 8:aux _ -8 humiliate humiliate VERB VB VerbForm=Inf 3 advcl 3:advcl:about _ +8 humiliate humiliate VERB VB VerbForm=Inf 17 ccomp 17:ccomp _ 9 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 8 obj 8:obj _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -11 most most ADV RBS _ 8 advmod 8:advmod SpaceAfter=No -12 , , PUNCT , _ 17 punct 17:punct SpaceAfter=No -13 " " PUNCT '' _ 17 punct 17:punct _ +11 most most ADV RBS Degree=Sup 8 advmod 8:advmod SpaceAfter=No +12 , , PUNCT , _ 8 punct 8:punct SpaceAfter=No +13 " " PUNCT '' _ 8 punct 8:punct _ 14 prosecutor prosecutor NOUN NN Number=Sing 15 compound 15:compound _ 15 Dean Dean PROPN NNP Number=Sing 17 nsubj 17:nsubj _ 16 Mandros Mandros PROPN NNP Number=Sing 15 flat 15:flat _ -17 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +17 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 18 in in ADP IN _ 20 case 20:case _ 19 closing close VERB VBG VerbForm=Ger 20 amod 20:amod _ 20 arguments argument NOUN NNS Number=Plur 17 obl 17:obl:in SpaceAfter=No @@ -21771,18 +21783,18 @@ # text = "He left a message for everyone to see ... maybe to God himself." 1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No 2 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 left leave VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 message message NOUN NN Number=Sing 3 obj 3:obj _ 6 for for SCONJ IN _ 9 mark 9:mark _ -7 everyone everyone PRON NN Number=Sing 9 nsubj 9:nsubj|13:nsubj _ +7 everyone everyone PRON NN Number=Sing|PronType=Tot 9 nsubj 9:nsubj|13:nsubj _ 8 to to PART TO _ 9 mark 9:mark _ 9 see see VERB VB VerbForm=Inf 5 acl 5:acl:to _ -10 ... ... PUNCT , _ 9 punct 9:punct _ +10 ... ... PUNCT , _ 13 punct 13:punct _ 11 maybe maybe ADV RB _ 13 advmod 13:advmod _ 12 to to ADP IN _ 13 case 13:case _ 13 God God PROPN NNP Number=Sing 9 conj 5:acl:to|9:conj _ -14 himself himself PRON PRP Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nmod:npmod 13:nmod:npmod SpaceAfter=No +14 himself himself PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Emp|Reflex=Yes 13 nmod:npmod 13:nmod:npmod SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct SpaceAfter=No 16 " " PUNCT '' _ 3 punct 3:punct _ @@ -21791,7 +21803,7 @@ 1 After after ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 sentencing sentencing NOUN NN Number=Sing 11 obl 11:obl:after _ -4 one one NUM CD NumType=Card 11 nsubj 11:nsubj|40:nsubj _ +4 one one NUM CD NumForm=Word|NumType=Card 11 nsubj 11:nsubj|40:nsubj _ 5 of of ADP IN _ 9 case 9:case _ 6-7 Robinson's _ _ _ _ _ _ _ _ 6 Robinson Robinson PROPN NNP Number=Sing 9 nmod:poss 9:nmod:poss _ @@ -21799,47 +21811,47 @@ 8 tearful tearful ADJ JJ Degree=Pos 9 amod 9:amod _ 9 supporters supporter NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 10 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No -11 turned turn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +11 turned turn VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 12 to to ADP IN _ 13 case 13:case _ -13 Claudia Claudia PROPN NNP Number=Sing 11 obl 11:obl:to|34:nsubj _ +13 Claudia Claudia PROPN NNP Number=Sing 11 obl 11:obl:to|34:nsubj|35:nsubj:xsubj _ 14 Vercellotti Vercellotti PROPN NNP Number=Sing 13 flat 13:flat SpaceAfter=No -15 , , PUNCT , _ 13 punct 13:punct _ +15 , , PUNCT , _ 18 punct 18:punct _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 local local ADJ JJ Degree=Pos 18 amod 18:amod _ 18 leader leader NOUN NN Number=Sing 13 appos 13:appos _ 19 of of ADP IN _ 22 case 22:case _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -21 Survivors Survivors PROPN NNPS Number=Plur 22 compound 22:compound _ +21 Survivors Survivor PROPN NNPS Number=Plur 22 compound 22:compound _ 22 Network Network PROPN NNP Number=Sing 18 nmod 18:nmod:of _ 23 for for ADP IN _ 24 case 24:case _ 24 Those that PRON DT Number=Plur|PronType=Dem 22 nmod 22:nmod:for _ -25 Abused abuse VERB VBN Tense=Past|VerbForm=Part 24 advcl 24:advcl _ +25 Abused abuse VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 24 acl 24:acl _ 26 by by ADP IN _ 27 case 27:case _ -27 Priests Priests PROPN NNPS Number=Plur 25 obl 25:obl:by _ +27 Priests Priest PROPN NNPS Number=Plur 25 obl:agent 25:obl:agent _ 28 [ [ PUNCT -LRB- _ 29 punct 29:punct SpaceAfter=No 29 SNAP SNAP PROPN NNP Number=Sing 22 appos 22:appos SpaceAfter=No 30 ] ] PUNCT -RRB- _ 29 punct 29:punct SpaceAfter=No -31 , , PUNCT , _ 13 punct 13:punct _ +31 , , PUNCT , _ 34 punct 34:punct _ 32 who who PRON WP PronType=Rel 34 nsubj 13:ref _ -33 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 34 aux 34:aux _ +33 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 34 aux 34:aux _ 34 helped help VERB VBN Tense=Past|VerbForm=Part 13 acl:relcl 13:acl:relcl _ -35 reopen reopen VERB VB VerbForm=Inf 34 ccomp 34:ccomp _ +35 reopen reopen VERB VB VerbForm=Inf 34 xcomp 34:xcomp _ 36 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ 37 case case NOUN NN Number=Sing 35 obj 35:obj SpaceAfter=No 38 , , PUNCT , _ 40 punct 40:punct _ 39 and and CCONJ CC _ 40 cc 40:cc _ -40 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 conj 11:conj:and _ -41 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 40 obj 40:obj SpaceAfter=No -42 , , PUNCT , _ 40 punct 40:punct _ -43 ' ' PUNCT `` _ 40 punct 40:punct SpaceAfter=No +40 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 conj 11:conj:and _ +41 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 40 iobj 40:iobj SpaceAfter=No +42 , , PUNCT , _ 45 punct 45:punct _ +43 ' ' PUNCT `` _ 45 punct 45:punct SpaceAfter=No 44 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 45 nsubj 45:nsubj _ -45 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 40 ccomp 40:ccomp _ +45 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 40 ccomp 40:ccomp _ 46 you you PRON PRP Case=Nom|Person=2|PronType=Prs 47 nsubj 47:nsubj _ -47 rot rot VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 45 ccomp 45:ccomp _ +47 rot rot VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 45 ccomp 45:ccomp _ 48 in in ADP IN _ 49 case 49:case _ 49 hell hell NOUN NN Number=Sing 47 obl 47:obl:in SpaceAfter=No -50 ! ! PUNCT . _ 11 punct 11:punct SpaceAfter=No -51 ' ' PUNCT '' _ 11 punct 11:punct SpaceAfter=No +50 ! ! PUNCT . _ 45 punct 45:punct SpaceAfter=No +51 ' ' PUNCT '' _ 45 punct 45:punct SpaceAfter=No 52 " " PUNCT '' _ 11 punct 11:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0039 @@ -21858,14 +21870,14 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0040 # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0009 # text = More than ever, police and prosecutors have the tools and the will to go after horrific crimes, even when the defendants are seemingly powerful individuals or institutions . -1 More more ADV RBR _ 8 advmod 8:advmod _ +1 More more ADV RBR Degree=Cmp 8 advmod 8:advmod _ 2 than than ADP IN _ 3 case 3:case _ 3 ever ever ADV RB _ 1 obl 1:obl:than SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +4 , , PUNCT , _ 1 punct 1:punct _ 5 police police NOUN NNS Number=Plur 8 nsubj 8:nsubj _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 prosecutors prosecutor NOUN NNS Number=Plur 5 conj 5:conj:and|8:nsubj _ -8 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 tools tool NOUN NNS Number=Plur 8 obj 8:obj _ 11 and and CCONJ CC _ 13 cc 13:cc _ @@ -21876,12 +21888,12 @@ 16 after after ADP IN _ 18 case 18:case _ 17 horrific horrific ADJ JJ Degree=Pos 18 amod 18:amod _ 18 crimes crime NOUN NNS Number=Plur 15 obl 15:obl:after SpaceAfter=No -19 , , PUNCT , _ 15 punct 15:punct _ +19 , , PUNCT , _ 27 punct 27:punct _ 20 even even ADV RB _ 27 advmod 27:advmod _ -21 when when SCONJ WRB PronType=Int 27 mark 27:mark _ +21 when when ADV WRB PronType=Int 27 advmod 27:advmod _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 defendants defendant NOUN NNS Number=Plur 27 nsubj 27:nsubj|29:nsubj _ -24 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ +24 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ 25 seemingly seemingly ADV RB _ 26 advmod 26:advmod _ 26 powerful powerful ADJ JJ Degree=Pos 27 amod 27:amod _ 27 individuals individual NOUN NNS Number=Plur 15 ccomp 15:ccomp _ @@ -21891,29 +21903,29 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0041 # text = When victims and witnesses stay silent, nothing changes. -1 When when SCONJ WRB PronType=Int 5 mark 5:mark _ +1 When when ADV WRB PronType=Int 5 advmod 5:advmod _ 2 victims victim NOUN NNS Number=Plur 5 nsubj 5:nsubj|6:nsubj:xsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 witnesses witness NOUN NNS Number=Plur 2 conj 2:conj:and|5:nsubj|6:nsubj:xsubj _ -5 stay stay VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:when _ +5 stay stay VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:when _ 6 silent silent ADJ JJ Degree=Pos 5 xcomp 5:xcomp SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ -8 nothing nothing PRON NN Number=Sing 9 nsubj 9:nsubj _ +7 , , PUNCT , _ 5 punct 5:punct _ +8 nothing nothing PRON NN Number=Sing|PronType=Neg 9 nsubj 9:nsubj _ 9 changes change VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 10 . . PUNCT . _ 9 punct 9:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0042 # text = When victims and witnesses speak up, at least sometimes a child is protected, the truth is exposed, and justice is done. -1 When when SCONJ WRB PronType=Int 5 mark 5:mark _ +1 When when ADV WRB PronType=Int 5 advmod 5:advmod _ 2 victims victim NOUN NNS Number=Plur 5 nsubj 5:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 witnesses witness NOUN NNS Number=Plur 2 conj 2:conj:and|5:nsubj _ -5 speak speak VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:when _ +5 speak speak VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:when _ 6 up up ADP RP _ 5 compound:prt 5:compound:prt SpaceAfter=No -7 , , PUNCT , _ 14 punct 14:punct _ -8 at at ADV RB _ 14 advmod 14:advmod _ -9 least least ADV RBS Degree=Sup 8 fixed 8:fixed _ -10 sometimes sometimes ADV RB _ 9 advmod 9:advmod _ +7 , , PUNCT , _ 5 punct 5:punct _ +8 at at ADP IN ExtPos=ADV 14 advmod 14:advmod _ +9 least least ADJ JJS Degree=Sup 8 fixed 8:fixed _ +10 sometimes sometimes ADV RB _ 8 advmod 8:advmod _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 child child NOUN NN Number=Sing 14 nsubj:pass 14:nsubj:pass _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 aux:pass 14:aux:pass _ @@ -21935,7 +21947,7 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 murder murder NOUN NN Number=Sing 3 compound 3:compound _ 3 weapon weapon NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 8 punct 8:punct _ 5-6 Robinson's _ _ _ _ _ _ _ _ 5 Robinson Robinson PROPN NNP Number=Sing 8 nmod:poss 8:nmod:poss _ 6 's 's PART POS _ 5 case 5:case _ @@ -21947,14 +21959,14 @@ # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0010 # text = Finally, from an email, a follow-up on the reopening of the investigation into the Atlanta Child Murders : 1 Finally finally ADV RB _ 10 advmod 10:advmod SpaceAfter=No -2 , , PUNCT , _ 10 punct 10:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 from from ADP IN _ 5 case 5:case _ 4 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 email email NOUN NN Number=Sing 10 nmod 10:nmod:from SpaceAfter=No -6 , , PUNCT , _ 10 punct 10:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 8 follow follow NOUN NN Number=Sing 10 compound 10:compound SpaceAfter=No -9 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +9 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No 10 up up NOUN NN Number=Sing 0 root 0:root _ 11 on on ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ @@ -21977,16 +21989,16 @@ 4 Chief Chief PROPN NNP Number=Sing 5 compound 5:compound _ 5 Louis Louis PROPN NNP Number=Sing 19 nsubj 19:nsubj _ 6 Graham Graham PROPN NNP Number=Sing 5 flat 5:flat SpaceAfter=No -7 ... ... PUNCT , _ 5 punct 5:punct SpaceAfter=No +7 ... ... PUNCT , _ 9 punct 9:punct SpaceAfter=No 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 man man NOUN NN Number=Sing 5 appos 5:appos|11:nsubj _ 10 who who PRON WP PronType=Rel 11 nsubj 9:ref _ -11 reopened reopen VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +11 reopened reopen VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 investigations investigation NOUN NNS Number=Plur 11 obj 11:obj _ 14 last last ADJ JJ Degree=Pos 15 amod 15:amod _ 15 year year NOUN NN Number=Sing 11 obl:tmod 11:obl:tmod SpaceAfter=No -16 , , PUNCT , _ 19 punct 19:punct _ +16 , , PUNCT , _ 5 punct 5:punct _ 17 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 18 mysteriously mysteriously ADV RB _ 19 advmod 19:advmod _ 19 stepping step VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ @@ -21997,26 +22009,26 @@ # text = And of all the people who the county is getting to find a replacement...is none other than Lee Brown, the original supervisor of the Atlanta PD, who was in office during the murders and the subsequent investigation. 1 And and CCONJ CC _ 5 cc 5:cc _ 2 of of ADP IN _ 5 case 5:case _ -3 all all DET PDT _ 5 det:predet 5:det:predet _ +3 all all DET PDT PronType=Tot 5 det:predet 5:det:predet _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 people people NOUN NNS Number=Plur 0 root 0:root|10:obj _ 6 who who PRON WP PronType=Rel 10 obj 5:ref _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -8 county county NOUN NN Number=Sing 10 nsubj 10:nsubj|12:nsubj:xsubj _ +8 county county NOUN NN Number=Sing 10 nsubj 10:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 getting get VERB VBG Tense=Pres|VerbForm=Part 5 acl:relcl 5:acl:relcl _ 11 to to PART TO _ 12 mark 12:mark _ -12 find find VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ +12 find find VERB VB VerbForm=Inf 10 advcl 10:advcl:to _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 replacement replacement NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No -15 ... ... PUNCT , _ 5 punct 5:punct SpaceAfter=No +15 ... ... PUNCT , _ 16 punct 16:punct SpaceAfter=No 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 17 none none NOUN NN Number=Sing 5 nsubj 5:nsubj _ 18 other other ADJ JJ Degree=Pos 17 amod 17:amod _ 19 than than ADP IN _ 20 case 20:case _ 20 Lee Lee PROPN NNP Number=Sing 18 obl 18:obl:than _ 21 Brown Brown PROPN NNP Number=Sing 20 flat 20:flat SpaceAfter=No -22 , , PUNCT , _ 20 punct 20:punct _ +22 , , PUNCT , _ 25 punct 25:punct _ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 24 original original ADJ JJ Degree=Pos 25 amod 25:amod _ 25 supervisor supervisor NOUN NN Number=Sing 20 appos 20:appos|32:nsubj _ @@ -22024,9 +22036,9 @@ 27 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 28 Atlanta Atlanta PROPN NNP Number=Sing 29 compound 29:compound _ 29 PD PD PROPN NNP Number=Sing 25 nmod 25:nmod:of SpaceAfter=No -30 , , PUNCT , _ 25 punct 25:punct _ +30 , , PUNCT , _ 32 punct 32:punct _ 31 who who PRON WP PronType=Rel 32 nsubj 25:ref _ -32 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 acl:relcl 25:acl:relcl _ +32 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 acl:relcl 25:acl:relcl _ 33 in in ADP IN _ 34 case 34:case _ 34 office office NOUN NN Number=Sing 32 obl 32:obl:in _ 35 during during ADP IN _ 37 case 37:case _ @@ -22052,7 +22064,7 @@ 1 Police police NOUN NNS Number=Plur 4 nsubj 4:nsubj _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 prosecutors prosecutor NOUN NNS Number=Plur 1 conj 1:conj:and|4:nsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 tools tool NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No 7 . . PUNCT . _ 4 punct 4:punct _ @@ -22062,17 +22074,17 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 will will NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -4 another another DET DT _ 5 det 5:det _ +4 another another DET DT PronType=Ind 5 det 5:det _ 5 matter matter NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0050 # text = Some do, individually. -1 Some some DET DT _ 4 nsubj 4:nsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux SpaceAfter=No +1 Some some DET DT PronType=Ind 2 nsubj 2:nsubj _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 3 , , PUNCT , _ 4 punct 4:punct _ -4 individually individually ADV RB _ 0 root 0:root SpaceAfter=No -5 . . PUNCT . _ 4 punct 4:punct _ +4 individually individually ADV RB _ 2 advmod 2:advmod SpaceAfter=No +5 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0051 # text = But institutionally? @@ -22091,8 +22103,9 @@ 6 of of ADP IN _ 7 case 7:case _ 7 those that PRON DT Number=Plur|PronType=Dem 5 nmod 5:nmod:of|9:nsubj _ 8 who who PRON WP PronType=Rel 9 nsubj 7:ref _ -9 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl SpaceAfter=No -10 n't not PART RB _ 9 advmod 9:advmod SpaceAfter=No +9-10 don't _ _ _ _ _ _ _ SpaceAfter=No +9 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +10 n't not PART RB _ 9 advmod 9:advmod _ 11 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0053 @@ -22106,9 +22119,9 @@ 6 there there ADV RB PronType=Dem 0 root 0:root _ 7 today today NOUN NN Number=Sing 6 obl:tmod 6:obl:tmod _ 8 jeff jeff PROPN NNP Number=Sing 6 vocative 6:vocative SpaceAfter=No -9 .... .... PUNCT , _ 6 punct 6:punct SpaceAfter=No -10 thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ -11 god god PROPN NNP Number=Sing 10 obj 10:obj _ +9 .... .... PUNCT , _ 10 punct 10:punct SpaceAfter=No +10 thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ +11 god god PROPN NNP Number=Sing 10 iobj 10:iobj _ 12 and and CCONJ CC _ 16 cc 16:cc _ 13 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 14 few few ADJ JJ Degree=Pos 16 amod 16:amod _ @@ -22121,12 +22134,12 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0054 # text = Have you sent this to congress yet? -1 Have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 sent send VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 this this PRON DT Number=Sing|PronType=Dem 3 obj 3:obj _ 5 to to ADP IN _ 6 case 6:case _ -6 congress congress PROPN NNP Number=Sing 3 obl 3:obl:to _ +6 congress Congress PROPN NNP Number=Sing 3 obl 3:obl:to _ 7 yet yet ADV RB _ 3 advmod 3:advmod SpaceAfter=No 8 ? ? PUNCT . _ 3 punct 3:punct _ @@ -22137,7 +22150,7 @@ 2 about about SCONJ IN _ 6 mark 6:mark _ 3 law law NOUN NN Number=Sing 4 compound 4:compound _ 4 enforcement enforcement NOUN NN Number=Sing 6 nsubj 6:nsubj _ -5 not not ADV RB _ 6 advmod 6:advmod _ +5 not not PART RB _ 6 advmod 6:advmod _ 6 having have VERB VBG VerbForm=Ger 1 advcl 1:advcl:about _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 will will NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No @@ -22157,7 +22170,7 @@ 1 Small small ADJ JJ Degree=Pos 3 amod 3:amod _ 2 polygamous polygamous ADJ JJ Degree=Pos 3 amod 3:amod _ 3 groups group NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -4 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 existed exist VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 6 in in ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -22176,23 +22189,23 @@ 20 since since SCONJ IN _ 33 mark 33:mark _ 21 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 22 sect sect NOUN NN Number=Sing 33 nsubj 33:nsubj _ -23 known know VERB VBN Tense=Past|VerbForm=Part 22 acl 22:acl _ +23 known know VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 acl 22:acl _ 24 as as ADP IN _ 29 case 29:case _ 25 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ -26 Fundamentalist Fundamentalist PROPN NNP Number=Sing 29 compound 29:compound _ -27 Latter Latter PROPN NNP Number=Sing 28 compound 28:compound _ +26 Fundamentalist Fundamentalist ADJ NNP Degree=Pos 29 amod 29:amod _ +27 Latter Latter ADJ NNP Degree=Pos 28 amod 28:amod _ 28 Day Day PROPN NNP Number=Sing 29 compound 29:compound _ -29 Saints Saints PROPN NNPS Number=Plur 23 obl 23:obl:as _ +29 Saints Saint PROPN NNPS Number=Plur 23 obl 23:obl:as _ 30 ( ( PUNCT -LRB- _ 31 punct 31:punct SpaceAfter=No 31 FLDS FLDS PROPN NNP Number=Sing 29 appos 29:appos SpaceAfter=No 32 ) ) PUNCT -RRB- _ 31 punct 31:punct _ -33 separated separate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:since _ +33 separated separate VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:since _ 34 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs|Reflex=Yes 33 obj 33:obj _ 35 from from ADP IN _ 37 case 37:case _ 36 mainstream mainstream ADJ JJ Degree=Pos 37 amod 37:amod _ 37 Mormonism Mormonism PROPN NNP Number=Sing 33 obl 33:obl:from _ 38 in in ADP IN _ 39 case 39:case _ -39 1890 1890 NUM CD NumType=Card 33 obl 33:obl:in SpaceAfter=No +39 1890 1890 NUM CD NumForm=Digit|NumType=Card 33 obl 33:obl:in SpaceAfter=No 40 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0058 @@ -22203,7 +22216,7 @@ # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0015 # text = Now, FLDS leader Warren Jeffs has been added to the FBI's list of "Ten Most Wanted Fugitives," a move that caps law enforcement's dramatic change of approach toward the polygamous group in recent years...[because of] the impact that the group's practices, law enforcement officials say, are having on the most vulnerable within the sect, particularly children and women. 1 Now now ADV RB _ 9 advmod 9:advmod SpaceAfter=No -2 , , PUNCT , _ 9 punct 9:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 FLDS FLDS PROPN NNP Number=Sing 4 compound 4:compound _ 4 leader leader NOUN NN Number=Sing 5 compound 5:compound _ 5 Warren Warren PROPN NNP Number=Sing 9 nsubj:pass 9:nsubj:pass _ @@ -22219,12 +22232,12 @@ 14 list list NOUN NN Number=Sing 9 obl 9:obl:to _ 15 of of ADP IN _ 20 case 20:case _ 16 " " PUNCT `` _ 20 punct 20:punct SpaceAfter=No -17 Ten ten NUM CD NumType=Card 20 nummod 20:nummod _ -18 Most most ADV RBS _ 19 advmod 19:advmod _ -19 Wanted want VERB VBN Tense=Past|VerbForm=Part 20 amod 20:amod _ +17 Ten ten NUM CD NumForm=Word|NumType=Card 20 nummod 20:nummod _ +18 Most most ADV RBS Degree=Sup 19 advmod 19:advmod _ +19 Wanted want VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 amod 20:amod _ 20 Fugitives fugitive NOUN NNS Number=Plur 14 nmod 14:nmod:of SpaceAfter=No -21 , , PUNCT , _ 9 punct 9:punct SpaceAfter=No -22 " " PUNCT '' _ 9 punct 9:punct _ +21 , , PUNCT , _ 20 punct 20:punct SpaceAfter=No +22 " " PUNCT '' _ 20 punct 20:punct _ 23 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 24 move move NOUN NN Number=Sing 9 obl:npmod 9:obl:npmod|26:nsubj _ 25 that that PRON WDT PronType=Rel 26 nsubj 24:ref _ @@ -22244,14 +22257,14 @@ 38 in in ADP IN _ 40 case 40:case _ 39 recent recent ADJ JJ Degree=Pos 40 amod 40:amod _ 40 years year NOUN NNS Number=Plur 31 nmod 31:nmod:in SpaceAfter=No -41 ... ... PUNCT , _ 31 punct 31:punct SpaceAfter=No -42 [ [ PUNCT -LRB- _ 47 punct 47:punct SpaceAfter=No +41 ... ... PUNCT , _ 47 punct 47:punct SpaceAfter=No +42 [ [ PUNCT -LRB- _ 43 punct 43:punct SpaceAfter=No 43 because because ADP IN _ 47 case 47:case _ 44 of of ADP IN _ 43 fixed 43:fixed SpaceAfter=No -45 ] ] PUNCT -RRB- _ 47 punct 47:punct _ +45 ] ] PUNCT -RRB- _ 43 punct 43:punct _ 46 the the DET DT Definite=Def|PronType=Art 47 det 47:det _ -47 impact impact NOUN NN Number=Sing 31 nmod 31:nmod:because_of _ -48 that that PRON WDT PronType=Dem 60 obj 60:obj _ +47 impact impact NOUN NN Number=Sing 31 nmod 31:nmod:because_of|60:obj _ +48 that that PRON WDT PronType=Rel 60 obj 47:ref _ 49 the the DET DT Definite=Def|PronType=Art 50 det 50:det _ 50-51 group's _ _ _ _ _ _ _ _ 50 group group NOUN NN Number=Sing 52 nmod:poss 52:nmod:poss _ @@ -22261,18 +22274,18 @@ 54 law law NOUN NN Number=Sing 55 compound 55:compound _ 55 enforcement enforcement NOUN NN Number=Sing 56 compound 56:compound _ 56 officials official NOUN NNS Number=Plur 57 nsubj 57:nsubj _ -57 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 47 acl:relcl 47:acl:relcl SpaceAfter=No +57 say say VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 60 parataxis 60:parataxis SpaceAfter=No 58 , , PUNCT , _ 57 punct 57:punct _ -59 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 60 aux 60:aux _ -60 having have VERB VBG Tense=Pres|VerbForm=Part 57 ccomp 57:ccomp _ +59 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 60 aux 60:aux _ +60 having have VERB VBG Tense=Pres|VerbForm=Part 47 acl:relcl 47:acl:relcl _ 61 on on ADP IN _ 64 case 64:case _ 62 the the DET DT Definite=Def|PronType=Art 64 det 64:det _ -63 most most ADV RBS _ 64 advmod 64:advmod _ +63 most most ADV RBS Degree=Sup 64 advmod 64:advmod _ 64 vulnerable vulnerable ADJ JJ Degree=Pos 47 nmod 47:nmod:on _ 65 within within ADP IN _ 67 case 67:case _ 66 the the DET DT Definite=Def|PronType=Art 67 det 67:det _ 67 sect sect NOUN NN Number=Sing 64 obl 64:obl:within SpaceAfter=No -68 , , PUNCT , _ 64 punct 64:punct _ +68 , , PUNCT , _ 70 punct 70:punct _ 69 particularly particularly ADV RB _ 70 advmod 70:advmod _ 70 children child NOUN NNS Number=Plur 64 appos 64:appos _ 71 and and CCONJ CC _ 72 cc 72:cc _ @@ -22281,39 +22294,39 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0060 # text = When the FLDS under Mr. Jeffs (and his father before him) grew to some 10,000 followers in several southwestern communities with estimated assets of $110 million; when it became clear that government officials, school authorities, and police in those communities had become intertwined with the sect; when ex-members increasingly reported child and sexual abuse charges (mainly involving underage girls forced to marry older men); and when the sect began to use secluded compounds, state and federal authorities started to crack down more vigorously. -1 When when SCONJ WRB PronType=Int 14 mark 14:mark _ +1 When when ADV WRB PronType=Int 14 advmod 14:advmod _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 FLDS FLDS PROPN NNP Number=Sing 14 nsubj 14:nsubj _ 4 under under ADP IN _ 5 case 5:case _ -5 Mr. Mr. PROPN NNP Number=Sing 14 obl 14:obl:under _ +5 Mr. Mr. PROPN NNP Number=Sing 3 nmod 3:nmod:under _ 6 Jeffs Jeffs PROPN NNP Number=Sing 5 flat 5:flat _ -7 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No +7 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No 8 and and CCONJ CC _ 10 cc 10:cc _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ -10 father father NOUN NN Number=Sing 5 conj 5:conj:and|14:obl:under _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +10 father father NOUN NN Number=Sing 5 conj 3:nmod:under|5:conj:and _ 11 before before ADP IN _ 12 case 12:case _ 12 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nmod 10:nmod:before SpaceAfter=No -13 ) ) PUNCT -RRB- _ 5 punct 5:punct _ -14 grew grow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 89 advcl 89:advcl:when _ +13 ) ) PUNCT -RRB- _ 10 punct 10:punct _ +14 grew grow VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 89 advcl 89:advcl:when _ 15 to to ADP IN _ 18 case 18:case _ -16 some some DET DT _ 18 det 18:det _ -17 10,000 10,000 NUM CD NumType=Card 18 nummod 18:nummod _ +16 some some DET DT PronType=Ind 18 det 18:det _ +17 10,000 10000 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ 18 followers follower NOUN NNS Number=Plur 14 obl 14:obl:to _ 19 in in ADP IN _ 22 case 22:case _ 20 several several ADJ JJ Degree=Pos 22 amod 22:amod _ 21 southwestern southwestern ADJ JJ Degree=Pos 22 amod 22:amod _ 22 communities community NOUN NNS Number=Plur 18 nmod 18:nmod:in _ 23 with with ADP IN _ 25 case 25:case _ -24 estimated estimate VERB VBN Tense=Past|VerbForm=Part 25 amod 25:amod _ +24 estimated estimate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 amod 25:amod _ 25 assets asset NOUN NNS Number=Plur 18 nmod 18:nmod:with _ 26 of of ADP IN _ 27 case 27:case _ 27 $ $ SYM $ _ 25 nmod 25:nmod:of SpaceAfter=No -28 110 110 NUM CD NumType=Card 29 compound 29:compound _ -29 million million NUM CD NumType=Card 27 nummod 27:nummod SpaceAfter=No -30 ; ; PUNCT , _ 14 punct 14:punct _ -31 when when SCONJ WRB PronType=Int 33 mark 33:mark _ +28 110 110 NUM CD NumForm=Digit|NumType=Card 29 compound 29:compound _ +29 million million NUM CD NumForm=Word|NumType=Card 27 nummod 27:nummod SpaceAfter=No +30 ; ; PUNCT , _ 33 punct 33:punct _ +31 when when ADV WRB PronType=Int 33 advmod 33:advmod _ 32 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 33 nsubj 33:nsubj|34:nsubj:xsubj _ -33 became become VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 conj 14:conj:and|89:advcl:when _ +33 became become VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 conj 14:conj:and|89:advcl:when _ 34 clear clear ADJ JJ Degree=Pos 33 xcomp 33:xcomp _ 35 that that SCONJ IN _ 48 mark 48:mark _ 36 government government NOUN NN Number=Sing 37 compound 37:compound _ @@ -22327,17 +22340,17 @@ 44 in in ADP IN _ 46 case 46:case _ 45 those that DET DT Number=Plur|PronType=Dem 46 det 46:det _ 46 communities community NOUN NNS Number=Plur 37 nmod 37:nmod:in _ -47 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 48 aux 48:aux _ +47 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 48 aux 48:aux _ 48 become become VERB VBN Tense=Past|VerbForm=Part 34 ccomp 34:ccomp _ 49 intertwined intertwined ADJ JJ Degree=Pos 48 xcomp 48:xcomp _ 50 with with ADP IN _ 52 case 52:case _ 51 the the DET DT Definite=Def|PronType=Art 52 det 52:det _ 52 sect sect NOUN NN Number=Sing 49 obl 49:obl:with SpaceAfter=No -53 ; ; PUNCT , _ 14 punct 14:punct _ -54 when when SCONJ WRB PronType=Int 57 mark 57:mark _ +53 ; ; PUNCT , _ 57 punct 57:punct _ +54 when when ADV WRB PronType=Int 57 advmod 57:advmod _ 55 ex-members ex-member NOUN NNS Number=Plur 57 nsubj 57:nsubj _ 56 increasingly increasingly ADV RB _ 57 advmod 57:advmod _ -57 reported report VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 conj 14:conj:and|89:advcl:when _ +57 reported report VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 14 conj 14:conj:and|89:advcl:when _ 58 child child NOUN NN Number=Sing 62 compound 62:compound _ 59 and and CCONJ CC _ 61 cc 61:cc _ 60 sexual sexual ADJ JJ Degree=Pos 61 amod 61:amod _ @@ -22348,32 +22361,32 @@ 65 involving involve VERB VBG VerbForm=Ger 62 acl 62:acl _ 66 underage underage ADJ JJ Degree=Pos 67 amod 67:amod _ 67 girls girl NOUN NNS Number=Plur 65 obj 65:obj _ -68 forced force VERB VBN Tense=Past|VerbForm=Part 67 acl 67:acl _ +68 forced force VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 67 acl 67:acl _ 69 to to PART TO _ 70 mark 70:mark _ 70 marry marry VERB VB VerbForm=Inf 68 xcomp 68:xcomp _ -71 older older ADJ JJR Degree=Cmp 72 amod 72:amod _ +71 older old ADJ JJR Degree=Cmp 72 amod 72:amod _ 72 men man NOUN NNS Number=Plur 70 obj 70:obj SpaceAfter=No 73 ) ) PUNCT -RRB- _ 65 punct 65:punct SpaceAfter=No -74 ; ; PUNCT , _ 14 punct 14:punct _ +74 ; ; PUNCT , _ 79 punct 79:punct _ 75 and and CCONJ CC _ 79 cc 79:cc _ -76 when when SCONJ WRB PronType=Int 79 mark 79:mark _ +76 when when ADV WRB PronType=Int 79 advmod 79:advmod _ 77 the the DET DT Definite=Def|PronType=Art 78 det 78:det _ 78 sect sect NOUN NN Number=Sing 79 nsubj 79:nsubj|81:nsubj:xsubj _ -79 began begin VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 conj 14:conj:and|89:advcl:when _ +79 began begin VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 conj 14:conj:and|89:advcl:when _ 80 to to PART TO _ 81 mark 81:mark _ 81 use use VERB VB VerbForm=Inf 79 xcomp 79:xcomp _ 82 secluded secluded ADJ JJ Degree=Pos 83 amod 83:amod _ 83 compounds compound NOUN NNS Number=Plur 81 obj 81:obj SpaceAfter=No -84 , , PUNCT , _ 89 punct 89:punct _ +84 , , PUNCT , _ 14 punct 14:punct _ 85 state state NOUN NN Number=Sing 88 compound 88:compound _ 86 and and CCONJ CC _ 87 cc 87:cc _ 87 federal federal ADJ JJ Degree=Pos 85 conj 85:conj:and|88:compound _ 88 authorities authority NOUN NNS Number=Plur 89 nsubj 89:nsubj|91:nsubj:xsubj _ -89 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +89 started start VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 90 to to PART TO _ 91 mark 91:mark _ 91 crack crack VERB VB VerbForm=Inf 89 xcomp 89:xcomp _ 92 down down ADV RB _ 91 advmod 91:advmod _ -93 more more ADV RBR _ 94 advmod 94:advmod _ +93 more more ADV RBR Degree=Cmp 94 advmod 94:advmod _ 94 vigorously vigorously ADV RB _ 91 advmod 91:advmod SpaceAfter=No 95 . . PUNCT . _ 89 punct 89:punct _ @@ -22384,7 +22397,7 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0062 # text = Specifically, Jeffs is charged in Utah and Arizona with sexual assault of underage girls and with arranging "spiritual" marriages for girls and older men. 1 Specifically specifically ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 Jeffs Jeffs PROPN NNP Number=Sing 5 nsubj:pass 5:nsubj:pass _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ 5 charged charge VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ @@ -22401,14 +22414,14 @@ 16 and and CCONJ CC _ 18 cc 18:cc _ 17 with with SCONJ IN _ 18 mark 18:mark _ 18 arranging arrange VERB VBG VerbForm=Ger 12 conj 5:obl:with|12:conj:and _ -19 " " PUNCT `` _ 22 punct 22:punct SpaceAfter=No +19 " " PUNCT `` _ 20 punct 20:punct SpaceAfter=No 20 spiritual spiritual ADJ JJ Degree=Pos 22 amod 22:amod SpaceAfter=No -21 " " PUNCT '' _ 22 punct 22:punct _ +21 " " PUNCT '' _ 20 punct 20:punct _ 22 marriages marriage NOUN NNS Number=Plur 18 obj 18:obj _ 23 for for ADP IN _ 24 case 24:case _ 24 girls girl NOUN NNS Number=Plur 22 nmod 22:nmod:for _ 25 and and CCONJ CC _ 27 cc 27:cc _ -26 older older ADJ JJR Degree=Cmp 27 amod 27:amod _ +26 older old ADJ JJR Degree=Cmp 27 amod 27:amod _ 27 men man NOUN NNS Number=Plur 24 conj 22:nmod:for|24:conj:and SpaceAfter=No 28 . . PUNCT . _ 5 punct 5:punct _ @@ -22424,12 +22437,12 @@ 8 City City PROPN NNP Number=Sing 4 nmod 4:nmod:in _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 Phoenix Phoenix PROPN NNP Number=Sing 8 conj 4:nmod:in|8:conj:and SpaceAfter=No -11 , , PUNCT , _ 16 punct 16:punct _ +11 , , PUNCT , _ 4 punct 4:punct _ 12 FBI FBI PROPN NNP Number=Sing 15 compound 15:compound _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 state state NOUN NN Number=Sing 12 conj 12:conj:and|15:compound _ 15 officials official NOUN NNS Number=Plur 16 nsubj 16:nsubj _ -16 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +16 said say VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 17 Jeffs Jeffs PROPN NNP Number=Sing 20 nsubj:pass 20:nsubj:pass|21:nsubj:xsubj|23:nsubj:xsubj|27:nsubj:pass _ 18 " " PUNCT `` _ 20 punct 20:punct SpaceAfter=No 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 aux:pass 20:aux:pass _ @@ -22444,15 +22457,15 @@ 28 with with ADP IN _ 30 case 30:case _ 29 armed armed ADJ JJ Degree=Pos 30 amod 30:amod _ 30 bodyguards bodyguard NOUN NNS Number=Plur 27 obl 27:obl:with SpaceAfter=No -31 . . PUNCT . _ 16 punct 16:punct SpaceAfter=No -32 " " PUNCT '' _ 16 punct 16:punct _ +31 . . PUNCT . _ 20 punct 20:punct SpaceAfter=No +32 " " PUNCT '' _ 20 punct 20:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0064 # text = In the past, he has talked in apocalyptic terms about a violent end to the world, according to former members. 1 In in ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 past past NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 6 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 talked talk VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ @@ -22466,11 +22479,11 @@ 15 to to ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 world world NOUN NN Number=Sing 14 nmod 14:nmod:to SpaceAfter=No -18 , , PUNCT , _ 7 punct 7:punct _ -19 according accord VERB VBG VerbForm=Ger 22 case 22:case _ +18 , , PUNCT , _ 22 punct 22:punct _ +19 according accord VERB VBG ExtPos=ADP|VerbForm=Ger 22 case 22:case _ 20 to to ADP IN _ 19 fixed 19:fixed _ 21 former former ADJ JJ Degree=Pos 22 amod 22:amod _ -22 members member NOUN NNS Number=Plur 7 obl 7:obl:accord_to SpaceAfter=No +22 members member NOUN NNS Number=Plur 7 obl 7:obl:according_to SpaceAfter=No 23 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0065 @@ -22481,25 +22494,25 @@ # text = As with Christian Identity and other hate-related philosophies tied to the Aryan Nations and the neo-Nazi Creativity Movement, Jeffs has preached racism as well. 1 As as ADP IN _ 4 case 4:case _ 2 with with ADP IN _ 4 case 4:case _ -3 Christian Christian PROPN NNP Number=Sing 4 compound 4:compound _ +3 Christian Christian ADJ NNP Degree=Pos 4 amod 4:amod _ 4 Identity Identity PROPN NNP Number=Sing 24 obl 24:obl:with _ 5 and and CCONJ CC _ 10 cc 10:cc _ 6 other other ADJ JJ Degree=Pos 10 amod 10:amod _ 7 hate hate NOUN NN Number=Sing 9 obl:npmod 9:obl:npmod SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 related related ADJ JJ Degree=Pos 10 amod 10:amod _ 10 philosophies philosophy NOUN NNS Number=Plur 4 conj 4:conj:and|24:obl:with _ -11 tied tie VERB VBN Tense=Past|VerbForm=Part 10 acl 10:acl _ +11 tied tie VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 acl 10:acl _ 12 to to ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -14 Aryan Aryan PROPN NNP Number=Sing 15 compound 15:compound _ -15 Nations Nations PROPN NNPS Number=Plur 11 obl 11:obl:to _ +14 Aryan Aryan ADJ NNP Degree=Pos 15 amod 15:amod _ +15 Nations Nation PROPN NNPS Number=Plur 11 obl 11:obl:to _ 16 and and CCONJ CC _ 20 cc 20:cc _ 17 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -18 neo-Nazi neo-nazi ADJ JJ Degree=Pos 20 amod 20:amod _ +18 neo-Nazi neo-Nazi ADJ JJ Degree=Pos 20 amod 20:amod _ 19 Creativity Creativity PROPN NNP Number=Sing 20 compound 20:compound _ 20 Movement Movement PROPN NNP Number=Sing 15 conj 11:obl:to|15:conj:and SpaceAfter=No -21 , , PUNCT , _ 24 punct 24:punct _ +21 , , PUNCT , _ 4 punct 4:punct _ 22 Jeffs Jeffs PROPN NNP Number=Sing 24 nsubj 24:nsubj _ 23 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ 24 preached preach VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ @@ -22510,7 +22523,7 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0067 # text = "The black race is the people through which the devil has always been able to bring evil unto the earth," Jeffs has said as cited by the Southern Poverty Law Center's "Intelligence Report." -1 " " PUNCT `` _ 26 punct 26:punct SpaceAfter=No +1 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No 2 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 black black ADJ JJ Degree=Pos 4 amod 4:amod _ 4 race race NOUN NN Number=Sing 7 nsubj 7:nsubj _ @@ -22531,16 +22544,16 @@ 19 unto unto ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 earth earth NOUN NN Number=Sing 17 obl 17:obl:unto SpaceAfter=No -22 , , PUNCT , _ 26 punct 26:punct SpaceAfter=No -23 " " PUNCT '' _ 26 punct 26:punct _ +22 , , PUNCT , _ 7 punct 7:punct SpaceAfter=No +23 " " PUNCT '' _ 7 punct 7:punct _ 24 Jeffs Jeffs PROPN NNP Number=Sing 26 nsubj 26:nsubj _ 25 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ 26 said say VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 27 as as SCONJ IN _ 28 mark 28:mark _ -28 cited cite VERB VBN Tense=Past|VerbForm=Part 26 advcl 26:advcl:as _ +28 cited cite VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 26 advcl 26:advcl:as _ 29 by by ADP IN _ 38 case 38:case _ 30 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ -31 Southern Southern PROPN NNP Number=Sing 33 compound 33:compound _ +31 Southern Southern ADJ NNP Degree=Pos 33 amod 33:amod _ 32 Poverty Poverty PROPN NNP Number=Sing 33 compound 33:compound _ 33 Law Law PROPN NNP Number=Sing 34 compound 34:compound _ 34-35 Center's _ _ _ _ _ _ _ _ @@ -22548,9 +22561,9 @@ 35 's 's PART POS _ 34 case 34:case _ 36 " " PUNCT `` _ 38 punct 38:punct SpaceAfter=No 37 Intelligence intelligence NOUN NN Number=Sing 38 compound 38:compound _ -38 Report report NOUN NN Number=Sing 28 obl 28:obl:by SpaceAfter=No -39 . . PUNCT . _ 26 punct 26:punct SpaceAfter=No -40 " " PUNCT '' _ 26 punct 26:punct _ +38 Report report NOUN NN Number=Sing 28 obl:agent 28:obl:agent SpaceAfter=No +39 . . PUNCT . _ 38 punct 38:punct SpaceAfter=No +40 " " PUNCT '' _ 38 punct 38:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0068 # text = An editorial in the church-owned Deseret Morning News in Salt Lake City earlier this year acknowledged that "the state's history, a conservative belief in free choice, and an unwillingness to stir up a hornet's nest in the national media have likely all contributed to the kid-glove approach lawmakers and law-enforcement officers have taken when dealing with polygamous communities." @@ -22559,8 +22572,8 @@ 3 in in ADP IN _ 10 case 10:case _ 4 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 5 church church NOUN NN Number=Sing 7 obl:npmod 7:obl:npmod SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No -7 owned own VERB VBN Tense=Past|VerbForm=Part 10 amod 10:amod _ +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No +7 owned own VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 amod 10:amod _ 8 Deseret Deseret PROPN NNP Number=Sing 10 compound 10:compound _ 9 Morning Morning PROPN NNP Number=Sing 10 compound 10:compound _ 10 News News PROPN NNP Number=Sing 2 nmod 2:nmod:in _ @@ -22568,10 +22581,10 @@ 12 Salt Salt PROPN NNP Number=Sing 13 compound 13:compound _ 13 Lake Lake PROPN NNP Number=Sing 14 compound 14:compound _ 14 City City PROPN NNP Number=Sing 10 nmod 10:nmod:in _ -15 earlier earlier ADV RBR Degree=Cmp 17 advmod 17:advmod _ +15 earlier early ADV RBR Degree=Cmp 17 advmod 17:advmod _ 16 this this DET DT Number=Sing|PronType=Dem 17 det 17:det _ 17 year year NOUN NN Number=Sing 18 obl:tmod 18:obl:tmod _ -18 acknowledged acknowledge VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +18 acknowledged acknowledge VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 19 that that SCONJ IN _ 50 mark 50:mark _ 20 " " PUNCT `` _ 50 punct 50:punct SpaceAfter=No 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ @@ -22602,31 +22615,31 @@ 44 the the DET DT Definite=Def|PronType=Art 46 det 46:det _ 45 national national ADJ JJ Degree=Pos 46 amod 46:amod _ 46 media media NOUN NN Number=Sing 37 obl 37:obl:in _ -47 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 50 aux 50:aux _ +47 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 50 aux 50:aux _ 48 likely likely ADV RB _ 50 advmod 50:advmod _ 49 all all ADV RB _ 50 advmod 50:advmod _ 50 contributed contribute VERB VBN Tense=Past|VerbForm=Part 18 ccomp 18:ccomp _ 51 to to ADP IN _ 56 case 56:case _ 52 the the DET DT Definite=Def|PronType=Art 56 det 56:det _ 53 kid kid NOUN NN Number=Sing 55 compound 55:compound SpaceAfter=No -54 - - PUNCT HYPH _ 55 punct 55:punct SpaceAfter=No +54 - - PUNCT HYPH _ 53 punct 53:punct SpaceAfter=No 55 glove glove NOUN NN Number=Sing 56 compound 56:compound _ 56 approach approach NOUN NN Number=Sing 50 obl 50:obl:to _ 57 lawmakers lawmaker NOUN NNS Number=Plur 64 nsubj 64:nsubj _ 58 and and CCONJ CC _ 62 cc 62:cc _ 59 law law NOUN NN Number=Sing 61 compound 61:compound SpaceAfter=No -60 - - PUNCT HYPH _ 61 punct 61:punct SpaceAfter=No +60 - - PUNCT HYPH _ 59 punct 59:punct SpaceAfter=No 61 enforcement enforcement NOUN NN Number=Sing 62 compound 62:compound _ 62 officers officer NOUN NNS Number=Plur 57 conj 57:conj:and|64:nsubj _ -63 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 64 aux 64:aux _ +63 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 64 aux 64:aux _ 64 taken take VERB VBN Tense=Past|VerbForm=Part 56 acl:relcl 56:acl:relcl _ -65 when when SCONJ WRB PronType=Int 66 mark 66:mark _ +65 when when ADV WRB PronType=Int 66 advmod 66:advmod _ 66 dealing deal VERB VBG VerbForm=Ger 64 advcl 64:advcl:when _ 67 with with ADP IN _ 69 case 69:case _ 68 polygamous polygamous ADJ JJ Degree=Pos 69 amod 69:amod _ 69 communities community NOUN NNS Number=Plur 66 obl 66:obl:with SpaceAfter=No -70 . . PUNCT . _ 18 punct 18:punct SpaceAfter=No -71 " " PUNCT '' _ 18 punct 18:punct _ +70 . . PUNCT . _ 50 punct 50:punct SpaceAfter=No +71 " " PUNCT '' _ 50 punct 50:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0069 # text = http://www.csmonitor.com/2006/0509/p02s01-ussc.html?s=t5 @@ -22638,31 +22651,32 @@ 1 Maybe maybe ADV RB _ 4 advmod 4:advmod _ 2-3 I'm _ _ _ _ _ _ _ _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -3 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 missing miss VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -5 something something PRON NN Number=Sing 4 obj 4:obj _ +5 something something PRON NN Number=Sing|PronType=Ind 4 obj 4:obj _ 6 here here ADV RB PronType=Dem 4 advmod 4:advmod SpaceAfter=No 7 , , PUNCT , _ 16 punct 16:punct _ 8 but but CCONJ CC _ 16 cc 16:cc _ 9 how how ADV WRB PronType=Int 16 advmod 16:advmod SpaceAfter=No -10 , , PUNCT , _ 16 punct 16:punct _ +10 , , PUNCT , _ 9 punct 9:punct _ 11 exactly exactly ADV RB _ 16 advmod 16:advmod SpaceAfter=No -12 , , PUNCT , _ 16 punct 16:punct _ +12 , , PUNCT , _ 11 punct 11:punct _ 13 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ -14 one one PRON PRP _ 16 nsubj 16:nsubj _ +14 one one PRON PRP Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 15 ' ' PUNCT `` _ 16 punct 16:punct SpaceAfter=No -16 Loose loose VERB VB VerbForm=Inf 4 conj 4:conj:but SpaceAfter=No +16 Loose lose VERB VB Typo=Yes|VerbForm=Inf 4 conj 4:conj:but CorrectForm=lose|SpaceAfter=No 17 ' ' PUNCT '' _ 16 punct 16:punct _ -18 200,000 200,000 NUM CD NumType=Card 19 nummod 19:nummod _ -19 AK47's ak47' NOUN NNS Number=Plur 16 obj 16:obj SpaceAfter=No +18 200,000 200000 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod _ +19 AK47's AK47 NOUN NNS Number=Plur 16 obj 16:obj SpaceAfter=No 20 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0071 # text = "There's no tracking mechanism in place"?!?!? 1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No -2 There there PRON EX _ 3 expl 3:expl SpaceAfter=No +2-3 There's _ _ _ _ _ _ _ _ +2 There there PRON EX _ 3 expl 3:expl _ 3 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 no no DET DT _ 6 det 6:det _ +4 no no DET DT PronType=Neg 6 det 6:det _ 5 tracking tracking NOUN NN Number=Sing 6 compound 6:compound _ 6 mechanism mechanism NOUN NN Number=Sing 3 nsubj 3:nsubj _ 7 in in ADP IN _ 8 case 8:case _ @@ -22672,13 +22686,13 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0072 # text = Never mind. -1 Never never INTJ UH _ 2 advmod 2:advmod _ -2 mind mind INTJ UH _ 0 root 0:root SpaceAfter=No +1 Never never ADV RB _ 2 advmod 2:advmod _ +2 mind mind VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0073 # text = No need to worry. -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 need need NOUN NN Number=Sing 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 worry worry VERB VB VerbForm=Inf 2 acl 2:acl:to SpaceAfter=No @@ -22688,7 +22702,7 @@ # text = I'm sure this kind of thing goes on all the time. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 sure sure ADJ JJ Degree=Pos 0 root 0:root _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 kind kind NOUN NN Number=Sing 8 nsubj 8:nsubj _ @@ -22696,7 +22710,7 @@ 7 thing thing NOUN NN Number=Sing 5 nmod 5:nmod:of _ 8 goes go VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 9 on on ADV RB _ 8 advmod 8:advmod _ -10 all all DET PDT _ 12 det:predet 12:det:predet _ +10 all all DET PDT PronType=Tot 12 det:predet 12:det:predet _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 time time NOUN NN Number=Sing 8 obl:tmod 8:obl:tmod SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ @@ -22705,12 +22719,12 @@ # text = We now return you to your regularly scheduled programming.... 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 now now ADV RB _ 3 advmod 3:advmod _ -3 return return VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 return return VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 you you PRON PRP Case=Acc|Person=2|PronType=Prs 3 obj 3:obj _ 5 to to ADP IN _ 9 case 9:case _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 7 regularly regularly ADV RB _ 8 advmod 8:advmod _ -8 scheduled schedule VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod _ +8 scheduled schedule VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod _ 9 programming programming NOUN NN Number=Sing 3 obl 3:obl:to SpaceAfter=No 10 .... .... PUNCT , _ 3 punct 3:punct _ @@ -22719,11 +22733,11 @@ # text = just go here, its simply amazing 1 just just ADV RB _ 2 advmod 2:advmod _ 2 go go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 here here ADV RBR _ 2 advmod 2:advmod SpaceAfter=No -4 , , PUNCT , _ 2 punct 2:punct _ +3 here here ADV RB _ 2 advmod 2:advmod SpaceAfter=No +4 , , PUNCT , _ 8 punct 8:punct _ 5-6 its _ _ _ _ _ _ _ _ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -6 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +6 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 8 cop 8:cop CorrectForm='s 7 simply simply ADV RB _ 8 advmod 8:advmod _ 8 amazing amazing ADJ JJ Degree=Pos 2 parataxis 2:parataxis _ @@ -22731,16 +22745,16 @@ # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0018 # text = The Raw Story 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 Raw Raw PROPN NNP Number=Sing 3 compound 3:compound _ +2 Raw Raw ADJ NNP Degree=Pos 3 amod 3:amod _ 3 Story Story PROPN NNP Number=Sing 0 root 0:root _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0078 # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0019 # text = i count like 14 explosive headlines. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 count count VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 count count VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 like like INTJ UH _ 2 discourse 2:discourse _ -4 14 14 NUM CD NumType=Card 6 nummod 6:nummod _ +4 14 14 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 5 explosive explosive ADJ JJ Degree=Pos 6 amod 6:amod _ 6 headlines headline NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ @@ -22749,17 +22763,17 @@ # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0020 # text = Then, of course, there is the evidence the jury did not hear about in the Robinson case... 1 Then then ADV RB PronType=Dem 7 advmod 7:advmod SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ -3 of of ADV RB _ 7 advmod 7:advmod _ -4 course course ADV RB _ 3 fixed 3:fixed SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 of of ADP IN ExtPos=ADV 7 advmod 7:advmod _ +4 course course NOUN NN Number=Sing 3 fixed 3:fixed SpaceAfter=No +5 , , PUNCT , _ 3 punct 3:punct _ 6 there there PRON EX _ 7 expl 7:expl _ 7 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 evidence evidence NOUN NN Number=Sing 7 nsubj 7:nsubj _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 jury jury NOUN NN Number=Sing 14 nsubj 14:nsubj _ -12 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 aux 14:aux _ +12 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 aux 14:aux _ 13 not not PART RB _ 14 advmod 14:advmod _ 14 hear hear VERB VB VerbForm=Inf 9 acl:relcl 9:acl:relcl _ 15 about about ADP IN _ 14 obl 14:obl _ @@ -22772,17 +22786,17 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0080 # text = Funny how some things are squirelled away by well-meaning prosecutors... 1 Funny funny ADJ JJ Degree=Pos 0 root 0:root _ -2 how how SCONJ WRB PronType=Int 6 mark 6:mark _ -3 some some DET DT _ 4 det 4:det _ +2 how how ADV WRB PronType=Int 6 advmod 6:advmod _ +3 some some DET DT PronType=Ind 4 det 4:det _ 4 things thing NOUN NNS Number=Plur 6 nsubj:pass 6:nsubj:pass _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ -6 squirelled squirell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 csubj 1:csubj _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ +6 squirelled squirrel VERB VBN Tense=Past|Typo=Yes|VerbForm=Part|Voice=Pass 1 csubj 1:csubj CorrectForm=squirreled 7 away away ADV RB _ 6 advmod 6:advmod _ 8 by by ADP IN _ 12 case 12:case _ 9 well well ADV RB Degree=Pos 11 advmod 11:advmod SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 11 meaning mean VERB VBG VerbForm=Ger 12 amod 12:amod _ -12 prosecutors prosecutor NOUN NNS Number=Plur 6 obl 6:obl:by SpaceAfter=No +12 prosecutors prosecutor NOUN NNS Number=Plur 6 obl:agent 6:obl:agent SpaceAfter=No 13 ... ... PUNCT , _ 1 punct 1:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0081 @@ -22790,46 +22804,46 @@ 1 Maybe maybe ADV RB _ 4 advmod 4:advmod _ 2 because because SCONJ IN _ 4 mark 4:mark _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 hint hint VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 hint hint VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 at at ADP IN _ 8 case 8:case _ -6 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ -7 larger larger ADJ JJR Degree=Cmp 8 amod 8:amod _ +6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ +7 larger large ADJ JJR Degree=Cmp 8 amod 8:amod _ 8 conspiracy conspiracy NOUN NN Number=Sing 4 obl 4:obl:at SpaceAfter=No 9 / / SYM SYM _ 10 cc 10:cc SpaceAfter=No 10 network network NOUN NN Number=Sing 8 conj 4:obl:at|8:conj _ 11 of of ADP IN _ 12 case 12:case _ 12 abusers abuser NOUN NNS Number=Plur 10 nmod 10:nmod:of SpaceAfter=No 13 / / SYM SYM _ 15 cc 15:cc SpaceAfter=No -14 satanic satanic ADJ JJ Degree=Pos 15 amod 15:amod _ +14 satanic Satanic ADJ JJ Degree=Pos 15 amod 15:amod _ 15 underground underground NOUN NN Number=Sing 8 conj 4:obl:at|8:conj SpaceAfter=No 16 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0082 # text = I read of a case not long ago when some people were trying to get a polygamous judge taken off the bench for not obeying state law. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 read read VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 read read VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 of of ADP IN _ 5 case 5:case _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 case case NOUN NN Number=Sing 2 obl 2:obl:of _ 6 not not PART RB _ 7 advmod 7:advmod _ 7 long long ADV RB Degree=Pos 2 advmod 2:advmod _ 8 ago ago ADV RB _ 7 advmod 7:advmod _ -9 when when SCONJ WRB PronType=Int 13 mark 13:mark _ -10 some some DET DT _ 11 det 11:det _ +9 when when ADV WRB PronType=Int 13 advmod 13:advmod _ +10 some some DET DT PronType=Ind 11 det 11:det _ 11 people people NOUN NNS Number=Plur 13 nsubj 13:nsubj|15:nsubj:xsubj _ -12 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 aux 13:aux _ +12 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 13 trying try VERB VBG Tense=Pres|VerbForm=Part 2 advcl 2:advcl:when _ 14 to to PART TO _ 15 mark 15:mark _ 15 get get VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 polygamous polygamous ADJ JJ Degree=Pos 18 amod 18:amod _ 18 judge judge NOUN NN Number=Sing 15 obj 15:obj|19:nsubj:xsubj _ -19 taken take VERB VBN Tense=Past|VerbForm=Part 15 xcomp 15:xcomp _ +19 taken take VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 xcomp 15:xcomp _ 20 off off ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 bench bench NOUN NN Number=Sing 19 obl 19:obl:off _ 23 for for SCONJ IN _ 25 mark 25:mark _ -24 not not ADV RB _ 25 advmod 25:advmod _ +24 not not PART RB _ 25 advmod 25:advmod _ 25 obeying obey VERB VBG VerbForm=Ger 19 advcl 19:advcl:for _ 26 state state NOUN NN Number=Sing 27 compound 27:compound _ 27 law law NOUN NN Number=Sing 25 obj 25:obj SpaceAfter=No @@ -22837,23 +22851,23 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0083 # text = Of course law enforcement has dragged it's feet when members are taking part in the activity themselves. -1 Of of ADV RB _ 6 advmod 6:advmod _ -2 course course ADV RB _ 1 fixed 1:fixed _ +1 Of of ADP IN ExtPos=ADV 6 advmod 6:advmod _ +2 course course NOUN NN Number=Sing 1 fixed 1:fixed _ 3 law law NOUN NN Number=Sing 4 compound 4:compound _ 4 enforcement enforcement NOUN NN Number=Sing 6 nsubj 6:nsubj _ 5 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 dragged drag VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -7 it's it's PRON PRP$ _ 8 nmod:poss 8:nmod:poss _ +7 it's its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 8 nmod:poss 8:nmod:poss CorrectForm=its 8 feet feet NOUN NN Number=Sing 6 obj 6:obj _ -9 when when SCONJ WRB PronType=Int 12 mark 12:mark _ +9 when when ADV WRB PronType=Int 12 advmod 12:advmod _ 10 members member NOUN NNS Number=Plur 12 nsubj 12:nsubj _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 taking take VERB VBG Tense=Pres|VerbForm=Part 6 advcl 6:advcl:when _ 13 part part NOUN NN Number=Sing 12 obj 12:obj _ 14 in in ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 activity activity NOUN NN Number=Sing 12 obl 12:obl:in _ -17 themselves themselves PRON PRP Number=Plur|Person=3|PronType=Prs 12 obl:npmod 12:obl:npmod SpaceAfter=No +17 themselves themselves PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Emp|Reflex=Yes 12 obl:npmod 12:obl:npmod SpaceAfter=No 18 . . PUNCT . _ 6 punct 6:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0084 @@ -22861,61 +22875,61 @@ 1 Personally personally ADV RB _ 5 advmod 5:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 3-4 don't _ _ _ _ _ _ _ _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 give give VERB VB VerbForm=Inf 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 damn damn NOUN NN Number=Sing 5 obj 5:obj _ -8 what what PRON WP PronType=Int 7 obj 7:obj _ +8 what what PRON WP PronType=Int 10 obj 10:obj _ 9 adults adult NOUN NNS Number=Plur 10 nsubj 10:nsubj _ -10 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ -11 to to ADP IN _ 13 case 13:case _ -12 one one NUM CD NumType=Card 13 det 13:det _ -13 another another DET DT _ 10 obl 10:obl:to _ +10 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ +11 to to ADP IN _ 12 case 12:case _ +12 one one PRON CD PronType=Rcp 10 obl 10:obl:to _ +13 another another DET DT PronType=Ind 12 fixed 12:fixed _ 14 as as ADV RB _ 15 advmod 15:advmod _ 15 long long ADV RB Degree=Pos 10 advmod 10:advmod _ 16 as as SCONJ IN _ 18 mark 18:mark _ 17 there there PRON EX _ 18 expl 18:expl _ 18 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:as _ -19 no no DET DT _ 20 det 20:det _ +19 no no DET DT PronType=Neg 20 det 20:det _ 20 abuse abuse NOUN NN Number=Sing 18 nsubj 18:nsubj _ -21 invovled invovle VERB VBN Tense=Past|VerbForm=Part 20 acl 20:acl SpaceAfter=No +21 invovled involve VERB VBN Tense=Past|Typo=Yes|VerbForm=Part|Voice=Pass 20 acl 20:acl CorrectForm=involved|SpaceAfter=No 22 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0085 # text = It is the marrying off of young girls to older men often close relatives that enfurates me. -1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 expl 2:expl _ -2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 expl 4:expl _ +2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 marrying marrying NOUN VBG Number=Sing 2 nsubj 2:nsubj|16:nsubj _ -5 off off NOUN NN Number=Sing 4 advmod 4:advmod _ +4 marrying marrying NOUN NN Number=Sing 0 root 0:root|16:nsubj _ +5 off off ADP RP _ 4 compound:prt 4:compound:prt _ 6 of of ADP IN _ 8 case 8:case _ 7 young young ADJ JJ Degree=Pos 8 amod 8:amod _ 8 girls girl NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 9 to to ADP IN _ 11 case 11:case _ -10 older older ADJ JJR Degree=Cmp 11 amod 11:amod _ +10 older old ADJ JJR Degree=Cmp 11 amod 11:amod _ 11 men man NOUN NNS Number=Plur 4 nmod 4:nmod:to _ 12 often often ADV RB _ 14 advmod 14:advmod _ 13 close close ADJ JJ Degree=Pos 14 amod 14:amod _ 14 relatives relative NOUN NNS Number=Plur 11 appos 11:appos _ 15 that that PRON WDT PronType=Rel 16 nsubj 4:ref _ -16 enfurates enfurate VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +16 enfurates infuriate VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 4 advcl:relcl 4:advcl:relcl CorrectForm=infuriates 17 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 16 obj 16:obj SpaceAfter=No -18 . . PUNCT . _ 2 punct 2:punct _ +18 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0086 # text = Also these cults have multimillions yet the women and kids live in poverty so the leaders can live the high life. 1 Also also ADV RB _ 4 advmod 4:advmod _ 2 these this DET DT Number=Plur|PronType=Dem 3 det 3:det _ 3 cults cult NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 multimillions multimillion NOUN NNS Number=Plur 4 obj 4:obj _ 6 yet yet CCONJ CC _ 11 cc 11:cc _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 women woman NOUN NNS Number=Plur 11 nsubj 11:nsubj _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 kids kid NOUN NNS Number=Plur 8 conj 8:conj:and|11:nsubj _ -11 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:yet _ +11 live live VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:yet _ 12 in in ADP IN _ 13 case 13:case _ 13 poverty poverty NOUN NN Number=Sing 11 obl 11:obl:in _ 14 so so SCONJ IN _ 18 mark 18:mark _ @@ -22954,10 +22968,10 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0088 # text = Husbands marry mothers and teen daughters at the same time. 1 Husbands husband NOUN NNS Number=Plur 2 nsubj 2:nsubj _ -2 marry marry VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 marry marry VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 mothers mother NOUN NNS Number=Plur 2 obj 2:obj _ 4 and and CCONJ CC _ 6 cc 6:cc _ -5 teen teen NOUN NN Number=Sing 6 compound 6:compound _ +5 teen teen ADJ JJ Degree=Pos 6 amod 6:amod _ 6 daughters daughter NOUN NNS Number=Plur 3 conj 2:obj|3:conj:and _ 7 at at ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -22978,7 +22992,7 @@ 9 in in ADP IN _ 11 case 11:case _ 10 that that DET DT Number=Sing|PronType=Dem 11 det 11:det _ 11 group group NOUN NN Number=Sing 7 obl 7:obl:in _ -12 more more ADV RBR _ 7 advmod 7:advmod _ +12 more more ADV RBR Degree=Cmp 7 advmod 7:advmod _ 13 than than ADP IN _ 14 case 14:case _ 14 anywhere anywhere ADV RB _ 12 obl 12:obl:than _ 15 else else ADV RB _ 14 advmod 14:advmod _ @@ -23001,7 +23015,7 @@ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 gene gene NOUN NN Number=Sing 9 obj 9:obj|16:nsubj:xsubj _ 12 from from ADP IN _ 14 case 14:case _ -13 both both DET DT _ 14 det 14:det _ +13 both both DET DT PronType=Tot 14 det 14:det _ 14 parents parent NOUN NNS Number=Plur 9 obl 9:obl:from _ 15 to to PART TO _ 16 mark 16:mark _ 16 turn turn VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ @@ -23026,9 +23040,9 @@ 7 intermarrying intermarry VERB VBG VerbForm=Ger 6 xcomp 6:xcomp _ 8 but but CCONJ CC _ 10 cc 10:cc _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ +10 say say VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj|14:nsubj:xsubj _ -12 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 ccomp 10:ccomp _ +12 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 ccomp 10:ccomp _ 13 to to PART TO _ 14 mark 14:mark _ 14 keep keep VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -23059,27 +23073,27 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0094 # text = One member actually was convicted of beating his teen daughter unconcious when she ran away from 'marriage' to her father's own brother. -1 One one NUM CD NumType=Card 2 nummod 2:nummod _ +1 One one NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 member member NOUN NN Number=Sing 5 nsubj:pass 5:nsubj:pass _ 3 actually actually ADV RB _ 5 advmod 5:advmod _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ 5 convicted convict VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 of of SCONJ IN _ 7 mark 7:mark _ 7 beating beat VERB VBG VerbForm=Ger 5 advcl 5:advcl:of _ -8 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 teen teen NOUN NN Number=Sing 10 compound 10:compound _ 10 daughter daughter NOUN NN Number=Sing 7 obj 7:obj|11:nsubj:xsubj _ -11 unconcious unconcious ADJ JJ Degree=Pos 7 xcomp 7:xcomp _ -12 when when SCONJ WRB PronType=Int 14 mark 14:mark _ +11 unconcious unconscious ADJ JJ Degree=Pos|Typo=Yes 7 xcomp 7:xcomp CorrectForm=unconscious +12 when when ADV WRB PronType=Int 14 advmod 14:advmod _ 13 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -14 ran run VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:when _ +14 ran run VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:when _ 15 away away ADV RB _ 14 advmod 14:advmod _ 16 from from ADP IN _ 18 case 18:case _ 17 ' ' PUNCT `` _ 18 punct 18:punct SpaceAfter=No 18 marriage marriage NOUN NN Number=Sing 15 obl 15:obl:from SpaceAfter=No 19 ' ' PUNCT '' _ 18 punct 18:punct _ 20 to to ADP IN _ 25 case 25:case _ -21 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22-23 father's _ _ _ _ _ _ _ _ 22 father father NOUN NN Number=Sing 25 nmod:poss 25:nmod:poss _ 23 's 's PART POS _ 22 case 22:case _ @@ -23089,12 +23103,12 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0095 # text = no one was charged for forced marriage, only the beating. -1 no no DET DT _ 2 det 2:det _ -2 one one NOUN NN Number=Sing 4 nsubj:pass 4:nsubj:pass _ +1 no no DET DT PronType=Neg 2 det 2:det _ +2 one one PRON NN Number=Sing|PronType=Neg 4 nsubj:pass 4:nsubj:pass _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 charged charge VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 for for ADP IN _ 7 case 7:case _ -6 forced force VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +6 forced force VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 marriage marriage NOUN NN Number=Sing 4 obl 4:obl:for SpaceAfter=No 8 , , PUNCT , _ 11 punct 11:punct _ 9 only only ADV RB _ 11 advmod 11:advmod _ @@ -23107,9 +23121,9 @@ 1 So so ADV RB _ 4 advmod 4:advmod _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 3 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No -4 lost lose VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +4 lost lose VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 5 " " PUNCT '' _ 4 punct 4:punct _ -6 some some DET DT _ 7 det 7:det _ +6 some some DET DT PronType=Ind 7 det 7:det _ 7 weapon weapon NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 8 ? ? PUNCT . _ 4 punct 4:punct _ @@ -23152,7 +23166,7 @@ 4 might might AUX MD VerbForm=Fin 5 aux 5:aux _ 5 stop stop VERB VB VerbForm=Inf 0 root 0:root _ 6 & & CCONJ CC _ 13 cc 13:cc _ -7 all all DET PDT _ 10 det:predet 10:det:predet _ +7 all all DET PDT PronType=Tot 10 det:predet 10:det:predet _ 8 those that DET DT Number=Plur|PronType=Dem 10 det 10:det _ 9 juicy juicy ADJ JJ Degree=Pos 10 amod 10:amod _ 10 profits profit NOUN NNS Number=Plur 13 nsubj 13:nsubj _ @@ -23174,13 +23188,13 @@ 8 comparison comparison NOUN NN Number=Sing 6 obl 6:obl:in _ 9 to to SCONJ IN _ 10 mark 10:mark _ 10 keeping keep VERB VBG VerbForm=Ger 8 acl 8:acl:to _ -11 all all DET PDT _ 14 det:predet 14:det:predet _ +11 all all DET PDT PronType=Tot 14 det:predet 14:det:predet _ 12 those that DET DT Number=Plur|PronType=Dem 14 det 14:det _ 13 defense defense NOUN NN Number=Sing 14 compound 14:compound _ 14 contractors contractor NOUN NNS Number=Plur 10 obj 10:obj|15:nsubj:xsubj _ 15 awash awash ADJ JJ Degree=Pos 10 xcomp 10:xcomp _ 16 in in ADP IN _ 20 case 20:case _ -17 all all DET PDT _ 20 det:predet 20:det:predet _ +17 all all DET PDT PronType=Tot 20 det:predet 20:det:predet _ 18 that that DET DT Number=Sing|PronType=Dem 20 det 20:det _ 19 tax tax NOUN NN Number=Sing 20 compound 20:compound _ 20 cash cash NOUN NN Number=Sing 15 obl 15:obl:in SpaceAfter=No @@ -23190,15 +23204,15 @@ # text = They really are milking the incompetence angle though, aren't they? 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2 really really ADV RB _ 4 advmod 4:advmod _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 milking milk VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 incompetence incompetence NOUN NN Number=Sing 7 compound 7:compound _ 7 angle angle NOUN NN Number=Sing 4 obj 4:obj _ 8 though though ADV RB _ 4 advmod 4:advmod SpaceAfter=No -9 , , PUNCT , _ 4 punct 4:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10-11 aren't _ _ _ _ _ _ _ _ -10 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ 11 n't not PART RB _ 10 advmod 10:advmod _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj SpaceAfter=No 13 ? ? PUNCT . _ 4 punct 4:punct _ @@ -23207,20 +23221,20 @@ # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0021 # text = Just another big Iraq whoopsie daisy, huh? 1 Just just ADV RB _ 6 advmod 6:advmod _ -2 another another DET DT _ 6 det 6:det _ +2 another another DET DT PronType=Ind 6 det 6:det _ 3 big big ADJ JJ Degree=Pos 6 amod 6:amod _ 4 Iraq Iraq PROPN NNP Number=Sing 6 compound 6:compound _ 5 whoopsie whoopsie NOUN NN Number=Sing 6 compound 6:compound _ 6 daisy daisy NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 8 punct 8:punct _ 8 huh huh INTJ UH _ 6 discourse 6:discourse SpaceAfter=No 9 ? ? PUNCT . _ 6 punct 6:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0103 # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0022 # text = Christ, you'd think America would get a bit tired of these guys treating her like she was populated with nothing but gullible idiots. -1 Christ christ INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +1 Christ Christ INTJ UH _ 5 discourse 5:discourse SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 you'd _ _ _ _ _ _ _ _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 4 'd would AUX MD VerbForm=Fin 5 aux 5:aux _ @@ -23241,7 +23255,7 @@ 19 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 aux:pass 20:aux:pass _ 20 populated populate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 advcl 15:advcl:like _ 21 with with ADP IN _ 22 case 22:case _ -22 nothing nothing PRON NN Number=Sing 20 obl 20:obl:with _ +22 nothing nothing PRON NN Number=Sing|PronType=Neg 20 obl 20:obl:with _ 23 but but ADP IN _ 25 case 25:case _ 24 gullible gullible ADJ JJ Degree=Pos 25 amod 25:amod _ 25 idiots idiot NOUN NNS Number=Plur 22 nmod 22:nmod:but SpaceAfter=No @@ -23250,7 +23264,7 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0104 # text = I suppose that it's damn lucky for the GOP that she is populated with gullible idiots. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 suppose suppose VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 suppose suppose VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 7 mark 7:mark _ 4-5 it's _ _ _ _ _ _ _ _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ @@ -23275,16 +23289,16 @@ 2 outsourcing outsource VERB VBG VerbForm=Ger 14 advcl 14:advcl _ 3 special special ADJ JJ Degree=Pos 4 amod 4:amod _ 4 ops op NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 intelligence intelligence NOUN NN Number=Sing 4 appos 4:appos _ 7 to to ADP IN _ 10 case 10:case _ 8 Iraq Iraq PROPN NNP Number=Sing 10 compound 10:compound _ 9 terror terror NOUN NN Number=Sing 10 compound 10:compound _ 10 group group NOUN NN Number=Sing 2 obl 2:obl:to SpaceAfter=No -11 , , PUNCT , _ 14 punct 14:punct _ +11 , , PUNCT , _ 2 punct 2:punct _ 12 intelligence intelligence NOUN NN Number=Sing 13 compound 13:compound _ 13 officials official NOUN NNS Number=Plur 14 nsubj 14:nsubj _ -14 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +14 say say VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0106 # text = The Pentagon is bypassing official US intelligence channels and turning to a dangerous and unruly cast of characters in order to create strife in Iran in preparation for any possible attack, former and current intelligence officials say... @@ -23309,28 +23323,28 @@ 19 in in ADP IN _ 22 mark 22:mark _ 20 order order NOUN NN Number=Sing 19 fixed 19:fixed _ 21 to to PART TO _ 22 mark 22:mark _ -22 create create VERB VB VerbForm=Inf 10 advmod 10:advmod _ +22 create create VERB VB VerbForm=Inf 10 advcl 10:advcl _ 23 strife strife NOUN NN Number=Sing 22 obj 22:obj _ 24 in in ADP IN _ 25 case 25:case _ 25 Iran Iran PROPN NNP Number=Sing 22 obl 22:obl:in _ 26 in in ADP IN _ 27 case 27:case _ 27 preparation preparation NOUN NN Number=Sing 22 obl 22:obl:in _ 28 for for ADP IN _ 31 case 31:case _ -29 any any DET DT _ 31 det 31:det _ +29 any any DET DT PronType=Ind 31 det 31:det _ 30 possible possible ADJ JJ Degree=Pos 31 amod 31:amod _ 31 attack attack NOUN NN Number=Sing 27 nmod 27:nmod:for SpaceAfter=No -32 , , PUNCT , _ 38 punct 38:punct _ +32 , , PUNCT , _ 4 punct 4:punct _ 33 former former ADJ JJ Degree=Pos 37 amod 37:amod _ 34 and and CCONJ CC _ 35 cc 35:cc _ 35 current current ADJ JJ Degree=Pos 33 conj 33:conj:and|37:amod _ 36 intelligence intelligence NOUN NN Number=Sing 37 compound 37:compound _ 37 officials official NOUN NNS Number=Plur 38 nsubj 38:nsubj _ -38 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +38 say say VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 39 ... ... PUNCT , _ 38 punct 38:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0107 # text = http://www.rawstory.com/news/2006/US_outsourcing_special_operations_intelligence_gathering_0413.html -1 http://www.rawstory.com/news/2006/US_outsourcing_special_operations_intelligence_gathering_0413.html http://www.rawstory.com/news/2006/us_outsourcing_special_operations_intelligence_gathering_0413.html X ADD _ 0 root 0:root _ +1 http://www.rawstory.com/news/2006/US_outsourcing_special_operations_intelligence_gathering_0413.html http://www.rawstory.com/news/2006/US_outsourcing_special_operations_intelligence_gathering_0413.html X ADD _ 0 root 0:root _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0108 # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0023 @@ -23342,44 +23356,44 @@ 5 leaders leader NOUN NNS Number=Plur 3 obj 3:obj _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 7 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 , , PUNCT , _ 10 punct 10:punct _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 friends friend NOUN NNS Number=Plur 7 obj 7:obj SpaceAfter=No 11 ... ... PUNCT , _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0109 # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0024 # text = And MEK -- the Iranian (not Iraqi) terror group in question -- is itself unquestionably a cult: -1 And and CCONJ CC _ 20 cc 20:cc _ +1 And and CCONJ CC _ 19 cc 19:cc _ 2 MEK MEK PROPN NNP Number=Sing 19 nsubj 19:nsubj _ -3 -- -- PUNCT , _ 2 punct 2:punct _ +3 -- -- PUNCT , _ 11 punct 11:punct _ 4 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -5 Iranian iranian ADJ JJ Degree=Pos 8 amod 8:amod _ +5 Iranian Iranian ADJ JJ Degree=Pos 8 amod 8:amod _ 6 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No -7 not not ADV RB _ 8 advmod 8:advmod _ -8 Iraqi iraqi ADJ JJ Degree=Pos 11 amod 11:amod SpaceAfter=No +7 not not PART RB _ 8 advmod 8:advmod _ +8 Iraqi Iraqi ADJ JJ Degree=Pos 11 amod 11:amod SpaceAfter=No 9 ) ) PUNCT -RRB- _ 8 punct 8:punct _ 10 terror terror NOUN NN Number=Sing 11 compound 11:compound _ 11 group group NOUN NN Number=Sing 2 appos 2:appos _ 12 in in ADP IN _ 13 case 13:case _ 13 question question NOUN NN Number=Sing 11 nmod 11:nmod:in _ -14 -- -- PUNCT , _ 19 punct 19:punct _ +14 -- -- PUNCT , _ 2 punct 2:punct _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ -16 itself itself ADV RB _ 2 nmod:npmod 2:nmod:npmod _ -17 unquestionably unquestionably ADV RB _ 20 advmod 20:advmod _ +16 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Emp|Reflex=Yes 19 obl:npmod 19:obl:npmod _ +17 unquestionably unquestionably ADV RB _ 19 advmod 19:advmod _ 18 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 19 cult cult NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -20 : : PUNCT : _ 16 punct 16:punct _ +20 : : PUNCT : _ 19 punct 19:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0110 # text = As the leaders like to boast, the Mujahedeen is a family affair. 1 As as SCONJ IN _ 4 mark 4:mark _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 leaders leader NOUN NNS Number=Plur 4 nsubj 4:nsubj|6:nsubj:xsubj _ -4 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:as _ +4 like like VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:as _ 5 to to PART TO _ 6 mark 6:mark _ 6 boast boast VERB VB VerbForm=Inf 4 xcomp 4:xcomp SpaceAfter=No -7 , , PUNCT , _ 13 punct 13:punct _ +7 , , PUNCT , _ 4 punct 4:punct _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 Mujahedeen Mujahedeen PROPN NNP Number=Sing 13 nsubj 13:nsubj _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ @@ -23393,12 +23407,12 @@ 1 ( ( PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No 2 '' '' PUNCT `` _ 4 punct 4:punct SpaceAfter=No 3 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 three three NUM CD NumType=Card 6 nummod 6:nummod _ +4 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 three three NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 6 generations generation NOUN NNS Number=Plur 4 obj 4:obj _ 7 of of ADP IN _ 8 case 8:case _ 8 martyrs martyr NOUN NNS Number=Plur 6 nmod 6:nmod:of SpaceAfter=No -9 : : PUNCT : _ 6 punct 6:punct _ +9 : : PUNCT : _ 10 punct 10:punct _ 10 grandmothers grandmother NOUN NNS Number=Plur 6 appos 6:appos SpaceAfter=No 11 , , PUNCT , _ 12 punct 12:punct _ 12 mothers mother NOUN NNS Number=Plur 10 conj 6:appos|10:conj SpaceAfter=No @@ -23417,21 +23431,21 @@ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 aux 7:aux _ 7 meeting meet VERB VBG Tense=Pres|VerbForm=Part 4 acl:relcl 4:acl:relcl _ -8 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +8 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 9 grown grow VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 10 up up ADV RB _ 9 advmod 9:advmod _ 11 in in ADP IN _ 13 case 13:case _ 12 Mujahedeen Mujahedeen PROPN NNP Number=Sing 13 compound 13:compound _ -13 schools school NOUN NNS Number=Plur 9 obl 9:obl:in _ +13 schools school NOUN NNS Number=Plur 9 obl 9:obl:in|19:obl:in _ 14 in in ADP IN _ 15 case 15:case _ 15 Ashraf Ashraf PROPN NNP Number=Sing 13 nmod 13:nmod:in SpaceAfter=No -16 , , PUNCT , _ 13 punct 13:punct _ -17 where where SCONJ WRB PronType=Rel 19 mark 19:mark _ +16 , , PUNCT , _ 19 punct 19:punct _ +17 where where ADV WRB PronType=Rel 19 advmod 13:ref _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 19 nsubj 19:nsubj _ -19 lived live VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ -20 separated separate VERB VBN Tense=Past|VerbForm=Part 19 advcl 19:advcl _ +19 lived live VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +20 separated separate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 advcl 19:advcl _ 21 from from ADP IN _ 23 case 23:case _ -22 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 parents parent NOUN NNS Number=Plur 20 obl 20:obl:from SpaceAfter=No 24 . . PUNCT . _ 9 punct 9:punct _ @@ -23439,37 +23453,37 @@ # text = Family visits were allowed on Thursday nights and Fridays. 1 Family family NOUN NN Number=Sing 2 compound 2:compound _ 2 visits visit NOUN NNS Number=Plur 4 nsubj:pass 4:nsubj:pass _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 allowed allow VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 on on ADP IN _ 7 case 7:case _ 6 Thursday Thursday PROPN NNP Number=Sing 7 compound 7:compound _ 7 nights night NOUN NNS Number=Plur 4 obl 4:obl:on _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 Fridays Fridays PROPN NNPS Number=Plur 7 conj 4:obl:on|7:conj:and SpaceAfter=No +9 Fridays Friday PROPN NNPS Number=Plur 7 conj 4:obl:on|7:conj:and SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0114 # text = When Iraq invaded Kuwait, many of these girls were transported to Jordan and then smuggled to various countries -- Germany, France, Canada, Denmark, England, the United States -- where they were raised by guardians who were usually Mujahedeen supporters. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 Iraq Iraq PROPN NNP Number=Sing 3 nsubj 3:nsubj _ -3 invaded invade VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:when _ +3 invaded invade VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:when _ 4 Kuwait Kuwait PROPN NNP Number=Sing 3 obj 3:obj SpaceAfter=No -5 , , PUNCT , _ 11 punct 11:punct _ +5 , , PUNCT , _ 3 punct 3:punct _ 6 many many ADJ JJ Degree=Pos 11 nsubj:pass 11:nsubj:pass|16:nsubj:pass _ 7 of of ADP IN _ 9 case 9:case _ 8 these this DET DT Number=Plur|PronType=Dem 9 det 9:det _ 9 girls girl NOUN NNS Number=Plur 6 nmod 6:nmod:of _ -10 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 aux:pass 11:aux:pass _ +10 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 aux:pass 11:aux:pass _ 11 transported transport VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 12 to to ADP IN _ 13 case 13:case _ 13 Jordan Jordan PROPN NNP Number=Sing 11 obl 11:obl:to _ 14 and and CCONJ CC _ 16 cc 16:cc _ 15 then then ADV RB PronType=Dem 16 advmod 16:advmod _ -16 smuggled smuggle VERB VBN Tense=Past|VerbForm=Part 11 conj 11:conj:and _ +16 smuggled smuggle VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 conj 11:conj:and _ 17 to to ADP IN _ 19 case 19:case _ 18 various various ADJ JJ Degree=Pos 19 amod 19:amod _ -19 countries country NOUN NNS Number=Plur 16 obl 16:obl:to _ -20 -- -- PUNCT , _ 19 punct 19:punct _ +19 countries country NOUN NNS Number=Plur 16 obl 16:obl:to|38:obl _ +20 -- -- PUNCT , _ 21 punct 21:punct _ 21 Germany Germany PROPN NNP Number=Sing 19 appos 19:appos SpaceAfter=No 22 , , PUNCT , _ 23 punct 23:punct _ 23 France France PROPN NNP Number=Sing 21 conj 19:appos|21:conj SpaceAfter=No @@ -23481,17 +23495,17 @@ 29 England England PROPN NNP Number=Sing 21 conj 19:appos|21:conj SpaceAfter=No 30 , , PUNCT , _ 33 punct 33:punct _ 31 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ -32 United United PROPN NNP Number=Sing 33 compound 33:compound _ -33 States States PROPN NNP Number=Sing 21 conj 19:appos|21:conj _ -34 -- -- PUNCT , _ 19 punct 19:punct _ -35 where where SCONJ WRB PronType=Rel 38 mark 38:mark _ +32 United United ADJ NNP Degree=Pos 33 amod 33:amod _ +33 States State PROPN NNPS Number=Plur 21 conj 19:appos|21:conj _ +34 -- -- PUNCT , _ 38 punct 38:punct _ +35 where where ADV WRB PronType=Rel 38 advmod 19:ref _ 36 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 38 nsubj:pass 38:nsubj:pass _ -37 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 38 aux:pass 38:aux:pass _ +37 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 38 aux:pass 38:aux:pass _ 38 raised raise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 acl:relcl 19:acl:relcl _ 39 by by ADP IN _ 40 case 40:case _ -40 guardians guardian NOUN NNS Number=Plur 38 obl 38:obl:by|45:nsubj _ +40 guardians guardian NOUN NNS Number=Plur 38 obl:agent 38:obl:agent|45:nsubj _ 41 who who PRON WP PronType=Rel 45 nsubj 40:ref _ -42 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 45 cop 45:cop _ +42 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 45 cop 45:cop _ 43 usually usually ADV RB _ 45 advmod 45:advmod _ 44 Mujahedeen Mujahedeen PROPN NNP Number=Sing 45 compound 45:compound _ 45 supporters supporter NOUN NNS Number=Plur 40 acl:relcl 40:acl:relcl SpaceAfter=No @@ -23499,17 +23513,17 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0115 # text = When they were 18 or 19, many of them decided to come back to Iraq and fill the ranks of the youngest Mujahedeen generation. -1 When when SCONJ WRB PronType=Int 4 mark 4:mark _ +1 When when ADV WRB PronType=Int 4 advmod 4:advmod _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj|6:nsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 cop 4:cop _ -4 18 18 NUM CD NumType=Card 11 advcl 11:advcl:when _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ +4 18 18 NUM CD NumForm=Digit|NumType=Card 11 advcl 11:advcl:when _ 5 or or CCONJ CC _ 6 cc 6:cc _ -6 19 19 NUM CD NumType=Card 4 conj 4:conj:or|11:advcl:when SpaceAfter=No -7 , , PUNCT , _ 11 punct 11:punct _ +6 19 19 NUM CD NumForm=Digit|NumType=Card 4 conj 4:conj:or|11:advcl:when SpaceAfter=No +7 , , PUNCT , _ 4 punct 4:punct _ 8 many many ADJ JJ Degree=Pos 11 nsubj 11:nsubj|13:nsubj:xsubj|18:nsubj:xsubj _ 9 of of ADP IN _ 10 case 10:case _ 10 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 8 nmod 8:nmod:of _ -11 decided decide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +11 decided decide VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 12 to to PART TO _ 13 mark 13:mark _ 13 come come VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 14 back back ADV RB _ 13 advmod 13:advmod _ @@ -23521,7 +23535,7 @@ 20 ranks rank NOUN NNS Number=Plur 18 obj 18:obj _ 21 of of ADP IN _ 25 case 25:case _ 22 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ -23 youngest youngest ADJ JJS Degree=Sup 25 amod 25:amod _ +23 youngest young ADJ JJS Degree=Sup 25 amod 25:amod _ 24 Mujahedeen Mujahedeen PROPN NNP Number=Sing 25 compound 25:compound _ 25 generation generation NOUN NN Number=Sing 20 nmod 20:nmod:of SpaceAfter=No 26 . . PUNCT . _ 11 punct 11:punct _ @@ -23538,20 +23552,20 @@ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 right right ADJ JJ Degree=Pos 10 amod 10:amod _ 10 word word NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 26 punct 26:punct _ 12 since since SCONJ IN _ 26 mark 26:mark _ 13 from from ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 day day NOUN NN Number=Sing 26 obl 26:obl:from _ 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj:pass 18:nsubj:pass _ -17 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 aux:pass 18:aux:pass _ +17 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 18 aux:pass 18:aux:pass _ 18 born bear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 acl:relcl 15:acl:relcl SpaceAfter=No -19 , , PUNCT , _ 26 punct 26:punct _ +19 , , PUNCT , _ 15 punct 15:punct _ 20 these this DET DT Number=Plur|PronType=Dem 21 det 21:det _ 21 girls girl NOUN NNS Number=Plur 26 nsubj:pass 26:nsubj:pass|28:nsubj:xsubj|34:nsubj:pass _ 22 and and CCONJ CC _ 23 cc 23:cc _ 23 boys boy NOUN NNS Number=Plur 21 conj 21:conj:and|26:nsubj:pass|28:nsubj:xsubj _ -24 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 26 aux:pass 26:aux:pass _ +24 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 26 aux:pass 26:aux:pass _ 25 not not PART RB _ 26 advmod 26:advmod _ 26 taught teach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 advcl 10:advcl:since _ 27 to to PART TO _ 28 mark 28:mark _ @@ -23562,30 +23576,30 @@ 32 to to PART TO _ 34 mark 34:mark _ 33 blindly blindly ADV RB _ 34 advmod 34:advmod _ 34 follow follow VERB VB VerbForm=Inf 26 conj 10:advcl:to|26:conj:but _ -35 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ +35 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ 36 leaders leader NOUN NNS Number=Plur 34 obj 34:obj SpaceAfter=No 37 . . PUNCT . _ 10 punct 10:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0117 # text = ''Every morning and night, the kids, beginning as young as 1 and 2, had to stand before a poster of Massoud and Maryam, salute them and shout praises to them,'' Nadereh Afshari, a former Mujahedeen deep-believer, told me. 1 '' '' PUNCT `` _ 48 punct 48:punct SpaceAfter=No -2 Every every DET DT _ 3 det 3:det _ +2 Every every DET DT PronType=Tot 3 det 3:det _ 3 morning morning NOUN NN Number=Sing 18 obl:tmod 18:obl:tmod _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 night night NOUN NN Number=Sing 3 conj 3:conj:and|18:obl:tmod SpaceAfter=No -6 , , PUNCT , _ 18 punct 18:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 kids kid NOUN NNS Number=Plur 18 nsubj 18:nsubj|20:nsubj:xsubj|29:nsubj:xsubj|32:nsubj:xsubj SpaceAfter=No -9 , , PUNCT , _ 18 punct 18:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10 beginning begin VERB VBG VerbForm=Ger 18 advcl 18:advcl _ 11 as as ADV RB _ 12 advmod 12:advmod _ 12 young young ADV RB _ 10 advmod 10:advmod _ 13 as as ADP IN _ 14 case 14:case _ -14 1 1 NUM CD NumType=Card 12 obl 12:obl:as _ +14 1 1 NUM CD NumForm=Digit|NumType=Card 12 obl 12:obl:as _ 15 and and CCONJ CC _ 16 cc 16:cc _ -16 2 2 NUM CD NumType=Card 14 conj 12:obl:as|14:conj:and SpaceAfter=No -17 , , PUNCT , _ 18 punct 18:punct _ -18 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 48 ccomp 48:ccomp _ +16 2 2 NUM CD NumForm=Digit|NumType=Card 14 conj 12:obl:as|14:conj:and SpaceAfter=No +17 , , PUNCT , _ 10 punct 10:punct _ +18 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 48 ccomp 48:ccomp _ 19 to to PART TO _ 20 mark 20:mark _ 20 stand stand VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ 21 before before ADP IN _ 23 case 23:case _ @@ -23603,26 +23617,26 @@ 33 praises praise NOUN NNS Number=Plur 32 obj 32:obj _ 34 to to ADP IN _ 35 case 35:case _ 35 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 32 obl 32:obl:to SpaceAfter=No -36 , , PUNCT , _ 48 punct 48:punct SpaceAfter=No -37 '' '' PUNCT '' _ 48 punct 48:punct _ +36 , , PUNCT , _ 18 punct 18:punct SpaceAfter=No +37 '' '' PUNCT '' _ 18 punct 18:punct _ 38 Nadereh Nadereh PROPN NNP Number=Sing 48 nsubj 48:nsubj _ 39 Afshari Afshari PROPN NNP Number=Sing 38 flat 38:flat SpaceAfter=No -40 , , PUNCT , _ 38 punct 38:punct _ +40 , , PUNCT , _ 46 punct 46:punct _ 41 a a DET DT Definite=Ind|PronType=Art 46 det 46:det _ 42 former former ADJ JJ Degree=Pos 46 amod 46:amod _ 43 Mujahedeen Mujahedeen PROPN NNP Number=Sing 46 compound 46:compound _ 44 deep deep ADJ JJ Degree=Pos 46 amod 46:amod SpaceAfter=No -45 - - PUNCT HYPH _ 46 punct 46:punct SpaceAfter=No +45 - - PUNCT HYPH _ 44 punct 44:punct SpaceAfter=No 46 believer believer NOUN NN Number=Sing 38 appos 38:appos SpaceAfter=No -47 , , PUNCT , _ 48 punct 48:punct _ -48 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -49 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 48 obj 48:obj SpaceAfter=No +47 , , PUNCT , _ 38 punct 38:punct _ +48 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +49 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 48 iobj 48:iobj SpaceAfter=No 50 . . PUNCT . _ 48 punct 48:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0118 # text = Afshari, who was posted in Germany and was responsible for receiving Mujahedeen children during the gulf war, said that when the German government tried to absorb Mujahedeen children into their education system, the Mujahedeen refused. 1 Afshari Afshari PROPN NNP Number=Sing 20 nsubj 5:nsubj:pass|10:nsubj:pass|20:nsubj SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 5 punct 5:punct _ 3 who who PRON WP PronType=Rel 5 nsubj:pass 1:ref _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ 5 posted post VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 acl:relcl 1:acl:relcl _ @@ -23637,28 +23651,28 @@ 14 children child NOUN NNS Number=Plur 12 obj 12:obj _ 15 during during ADP IN _ 18 case 18:case _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -17 gulf gulf PROPN NNP Number=Sing 18 compound 18:compound _ -18 war war PROPN NNP Number=Sing 12 obl 12:obl:during SpaceAfter=No -19 , , PUNCT , _ 20 punct 20:punct _ -20 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +17 gulf Gulf PROPN NNP Number=Sing 18 compound 18:compound _ +18 war War PROPN NNP Number=Sing 12 obl 12:obl:during SpaceAfter=No +19 , , PUNCT , _ 1 punct 1:punct _ +20 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 21 that that SCONJ IN _ 38 mark 38:mark _ -22 when when SCONJ WRB PronType=Int 26 mark 26:mark _ +22 when when ADV WRB PronType=Int 26 advmod 26:advmod _ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ -24 German german ADJ JJ Degree=Pos 25 amod 25:amod _ +24 German German ADJ JJ Degree=Pos 25 amod 25:amod _ 25 government government NOUN NN Number=Sing 26 nsubj 26:nsubj|28:nsubj:xsubj _ -26 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 38 advcl 38:advcl:when _ +26 tried try VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 38 advcl 38:advcl:when _ 27 to to PART TO _ 28 mark 28:mark _ 28 absorb absorb VERB VB VerbForm=Inf 26 xcomp 26:xcomp _ 29 Mujahedeen Mujahedeen PROPN NNP Number=Sing 30 compound 30:compound _ 30 children child NOUN NNS Number=Plur 28 obj 28:obj _ 31 into into ADP IN _ 34 case 34:case _ -32 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ +32 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ 33 education education NOUN NN Number=Sing 34 compound 34:compound _ 34 system system NOUN NN Number=Sing 28 obl 28:obl:into SpaceAfter=No -35 , , PUNCT , _ 38 punct 38:punct _ +35 , , PUNCT , _ 26 punct 26:punct _ 36 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ 37 Mujahedeen Mujahedeen PROPN NNP Number=Sing 38 nsubj 38:nsubj _ -38 refused refuse VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 ccomp 20:ccomp SpaceAfter=No +38 refused refuse VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 ccomp 20:ccomp SpaceAfter=No 39 . . PUNCT . _ 20 punct 20:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0119 @@ -23667,12 +23681,12 @@ 2 of of ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 children child NOUN NNS Number=Plur 1 nmod 1:nmod:of _ -5 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ +5 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ 6 sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 to to ADP IN _ 9 case 9:case _ 8 Mujahedeen Mujahedeen PROPN NNP Number=Sing 9 compound 9:compound _ 9 schools school NOUN NNS Number=Plur 6 obl 6:obl:to SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 13 punct 13:punct _ 11 particularly particularly ADV RB _ 13 advmod 13:advmod _ 12 in in ADP IN _ 13 case 13:case _ 13 France France PROPN NNP Number=Sing 9 nmod 9:nmod:in SpaceAfter=No @@ -23681,16 +23695,16 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0120 # text = The Rajavis, Afshari went on to say, ''saw these kids as the next generation's soldiers. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 Rajavis Rajavis PROPN NNPS Number=Plur 11 nsubj 11:nsubj SpaceAfter=No +2 Rajavis Rajavi PROPN NNPS Number=Plur 11 nsubj 11:nsubj SpaceAfter=No 3 , , PUNCT , _ 5 punct 5:punct _ 4 Afshari Afshari PROPN NNP Number=Sing 5 nsubj 5:nsubj|8:nsubj:xsubj _ -5 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 parataxis 11:parataxis _ +5 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 parataxis 11:parataxis _ 6 on on ADV RB _ 5 advmod 5:advmod _ 7 to to PART TO _ 8 mark 8:mark _ 8 say say VERB VB VerbForm=Inf 5 xcomp 5:xcomp SpaceAfter=No 9 , , PUNCT , _ 5 punct 5:punct _ -10 '' '' PUNCT `` _ 11 punct 11:punct SpaceAfter=No -11 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 '' '' PUNCT `` _ 5 punct 5:punct SpaceAfter=No +11 saw see VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 12 these this DET DT Number=Plur|PronType=Dem 13 det 13:det _ 13 kids kid NOUN NNS Number=Plur 11 obj 11:obj _ 14 as as ADP IN _ 19 case 19:case _ @@ -23705,7 +23719,7 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0121 # text = They wanted to brainwash them and control them.'' 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj|7:nsubj:xsubj _ -2 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 wanted want VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 brainwash brainwash VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 4 obj 4:obj _ @@ -23717,34 +23731,34 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0122 # text = Which may explain the pattern to their stories: a journey to self-empowerment and the enlightenment of self-sacrifice inspired by the light and wisdom of Maryam and Massoud. -1 Which which PRON WDT PronType=Int 3 nsubj 3:nsubj _ +1 Which which PRON WDT PronType=Rel 3 nsubj 3:nsubj _ 2 may may AUX MD VerbForm=Fin 3 aux 3:aux _ 3 explain explain VERB VB VerbForm=Inf 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 pattern pattern NOUN NN Number=Sing 3 obj 3:obj _ 6 to to ADP IN _ 8 case 8:case _ -7 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 stories story NOUN NNS Number=Plur 5 nmod 5:nmod:to SpaceAfter=No -9 : : PUNCT : _ 5 punct 5:punct _ +9 : : PUNCT : _ 11 punct 11:punct _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 journey journey NOUN NN Number=Sing 5 appos 5:appos _ 12 to to ADP IN _ 15 case 15:case _ 13 self self NOUN NN Number=Sing 15 compound 15:compound SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 empowerment empowerment NOUN NN Number=Sing 11 nmod 11:nmod:to _ 16 and and CCONJ CC _ 18 cc 18:cc _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 enlightenment enlightenment NOUN NN Number=Sing 11 conj 5:appos|11:conj:and _ 19 of of ADP IN _ 22 case 22:case _ 20 self self NOUN NN Number=Sing 22 compound 22:compound SpaceAfter=No -21 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No +21 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No 22 sacrifice sacrifice NOUN NN Number=Sing 18 nmod 18:nmod:of _ -23 inspired inspire VERB VBN Tense=Past|VerbForm=Part 11 acl 11:acl _ +23 inspired inspire VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl 11:acl _ 24 by by ADP IN _ 26 case 26:case _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -26 light light NOUN NN Number=Sing 23 obl 23:obl:by _ +26 light light NOUN NN Number=Sing 23 obl:agent 23:obl:agent _ 27 and and CCONJ CC _ 28 cc 28:cc _ -28 wisdom wisdom NOUN NN Number=Sing 26 conj 23:obl:by|26:conj:and _ +28 wisdom wisdom NOUN NN Number=Sing 26 conj 23:obl:agent|26:conj:and _ 29 of of ADP IN _ 30 case 30:case _ 30 Maryam Maryam PROPN NNP Number=Sing 26 nmod 26:nmod:of _ 31 and and CCONJ CC _ 32 cc 32:cc _ @@ -23758,7 +23772,7 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0124 # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0025 # text = One has to wonder whether the bright fellows in our government and military who set up the deals with these people don't know what they are, don't care, or know perfectly well. -1 One one PRON PRP _ 2 nsubj 2:nsubj|4:nsubj:xsubj _ +1 One one PRON PRP Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ 2 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 wonder wonder VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ @@ -23767,12 +23781,12 @@ 7 bright bright ADJ JJ Degree=Pos 8 amod 8:amod _ 8 fellows fellow NOUN NNS Number=Plur 24 nsubj 15:nsubj|24:nsubj|31:nsubj|34:nsubj _ 9 in in ADP IN _ 11 case 11:case _ -10 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 government government NOUN NN Number=Sing 8 nmod 8:nmod:in _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 military military NOUN NN Number=Sing 11 conj 8:nmod:in|11:conj:and _ 14 who who PRON WP PronType=Rel 15 nsubj 8:ref _ -15 set set VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +15 set set VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 16 up up ADP RP _ 15 compound:prt 15:compound:prt _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 deals deal NOUN NNS Number=Plur 15 obj 15:obj _ @@ -23780,20 +23794,20 @@ 20 these this DET DT Number=Plur|PronType=Dem 21 det 21:det _ 21 people people NOUN NNS Number=Plur 18 nmod 18:nmod:with _ 22-23 don't _ _ _ _ _ _ _ _ -22 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ +22 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ 23 n't not PART RB _ 24 advmod 24:advmod _ 24 know know VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ -25 what what PRON WP PronType=Int 24 obj 24:obj _ +25 what what PRON WP PronType=Int 24 ccomp 24:ccomp _ 26 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 25 nsubj 25:nsubj _ -27 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 cop 25:cop SpaceAfter=No +27 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 25 cop 25:cop SpaceAfter=No 28 , , PUNCT , _ 31 punct 31:punct _ 29-30 don't _ _ _ _ _ _ _ _ -29 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ +29 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ 30 n't not PART RB _ 31 advmod 31:advmod _ 31 care care VERB VB VerbForm=Inf 24 conj 4:ccomp|24:conj:or SpaceAfter=No 32 , , PUNCT , _ 34 punct 34:punct _ 33 or or CCONJ CC _ 34 cc 34:cc _ -34 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 conj 4:ccomp|24:conj:or _ +34 know know VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 conj 4:ccomp|24:conj:or _ 35 perfectly perfectly ADV RB _ 36 advmod 36:advmod _ 36 well well ADV RB Degree=Pos 34 advmod 34:advmod SpaceAfter=No 37 . . PUNCT . _ 2 punct 2:punct _ @@ -23806,7 +23820,7 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0126 # text = SPLOID.com cited you on the topic of that priest conviction: http://www.sploid.com/news/2006/05/evil_priest_gui.php 1 SPLOID.com SPLOID.com PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 cited cite VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 cited cite VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 obj 2:obj _ 4 on on ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -23834,7 +23848,7 @@ # text = Jimmy Plant, Blogshares is a fantasy blogosphere trading game with pretend money. 1 Jimmy Jimmy PROPN NNP Number=Sing 10 vocative 10:vocative _ 2 Plant Plant PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 10 punct 10:punct _ +3 , , PUNCT , _ 1 punct 1:punct _ 4 Blogshares Blogshares PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 6 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ @@ -23852,15 +23866,15 @@ 1-2 That's _ _ _ _ _ _ _ _ 1 That that PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 all all DET DT _ 0 root 0:root _ +3 all all DET DT PronType=Tot 0 root 0:root _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl SpaceAfter=No -6 ; ; PUNCT , _ 3 punct 3:punct _ +5 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl SpaceAfter=No +6 ; ; PUNCT , _ 9 punct 9:punct _ 7-8 I've _ _ _ _ _ _ _ _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -8 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +8 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 9 had have VERB VBN Tense=Past|VerbForm=Part 3 parataxis 3:parataxis _ -10 nothing nothing PRON NN Number=Sing 9 obj 9:obj _ +10 nothing nothing PRON NN Number=Sing|PronType=Neg 9 obj 9:obj _ 11 to to PART TO _ 12 mark 12:mark _ 12 do do VERB VB VerbForm=Inf 10 acl 10:acl:to _ 13 with with ADP IN _ 14 case 14:case _ @@ -23873,8 +23887,8 @@ 1 Bush Bush PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 successfully successfully ADV RB _ 3 advmod 3:advmod _ 3 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 Satan Satan PROPN NNP Number=Sing 5 nsubj 5:nsubj|6:nsubj:xsubj _ -5 look look VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +4 Satan Satan PROPN NNP Number=Sing 3 obj 3:obj|5:nsubj:xsubj|6:nsubj:xsubj _ +5 look look VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 good good ADJ JJ Degree=Pos 5 xcomp 5:xcomp _ 7 in in ADP IN _ 8 case 8:case _ 8 comparison comparison NOUN NN Number=Sing 3 obl 3:obl:in SpaceAfter=No @@ -23884,7 +23898,7 @@ # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0029 # text = Or something like that. 1 Or or CCONJ CC _ 2 cc 2:cc _ -2 something something PRON NN Number=Sing 0 root 0:root _ +2 something something PRON NN Number=Sing|PronType=Ind 0 root 0:root _ 3 like like ADP IN _ 4 case 4:case _ 4 that that PRON DT Number=Sing|PronType=Dem 2 nmod 2:nmod:like SpaceAfter=No 5 . . PUNCT . _ 2 punct 2:punct _ @@ -23898,7 +23912,7 @@ # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0031 # text = "Another generation of heavy metal has taken over, and -- sorry -- it ain't just about strippers and dope. 1 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No -2 Another another DET DT _ 3 det 3:det _ +2 Another another DET DT PronType=Ind 3 det 3:det _ 3 generation generation NOUN NN Number=Sing 8 nsubj 8:nsubj _ 4 of of ADP IN _ 6 case 6:case _ 5 heavy heavy ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -23908,12 +23922,12 @@ 9 over over ADP RP _ 8 compound:prt 8:compound:prt SpaceAfter=No 10 , , PUNCT , _ 20 punct 20:punct _ 11 and and CCONJ CC _ 20 cc 20:cc _ -12 -- -- PUNCT , _ 8 punct 8:punct _ +12 -- -- PUNCT , _ 13 punct 13:punct _ 13 sorry sorry INTJ UH _ 20 discourse 20:discourse _ -14 -- -- PUNCT , _ 20 punct 20:punct _ +14 -- -- PUNCT , _ 13 punct 13:punct _ 15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj|22:nsubj _ 16-17 ain't _ _ _ _ _ _ _ _ -16 ai be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ +16 ai be AUX VBZ Mood=Ind|Number=Sing|Person=3|Style=Vrnc|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 17 n't not PART RB _ 20 advmod 20:advmod _ 18 just just ADV RB _ 20 advmod 20:advmod _ 19 about about ADP IN _ 20 case 20:case _ @@ -23925,7 +23939,7 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0135 # text = Okay, it's partly about strippers and dope. 1 Okay okay INTJ UH _ 7 discourse 7:discourse SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 it's _ _ _ _ _ _ _ _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj|9:nsubj _ 4 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ @@ -23951,10 +23965,10 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0137 # text = But more and more, as metal evolves into a huge international music that belongs to everyone, it has gotten to be something weirder. 1 But but CCONJ CC _ 21 cc 21:cc _ -2 more more ADV RBR _ 21 advmod 21:advmod _ +2 more more ADV RBR Degree=Cmp 21 advmod 21:advmod _ 3 and and CCONJ CC _ 4 cc 4:cc _ -4 more more ADV RBR _ 2 conj 2:conj:and|21:advmod SpaceAfter=No -5 , , PUNCT , _ 21 punct 21:punct _ +4 more more ADV RBR Degree=Cmp 2 conj 2:conj:and|21:advmod SpaceAfter=No +5 , , PUNCT , _ 2 punct 2:punct _ 6 as as SCONJ IN _ 8 mark 8:mark _ 7 metal metal NOUN NN Number=Sing 8 nsubj 8:nsubj _ 8 evolves evolve VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 advcl 21:advcl:as _ @@ -23966,28 +23980,28 @@ 14 that that PRON WDT PronType=Rel 15 nsubj 13:ref _ 15 belongs belong VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 16 to to ADP IN _ 17 case 17:case _ -17 everyone everyone PRON NN Number=Sing 15 obl 15:obl:to SpaceAfter=No -18 , , PUNCT , _ 21 punct 21:punct _ +17 everyone everyone PRON NN Number=Sing|PronType=Tot 15 obl 15:obl:to SpaceAfter=No +18 , , PUNCT , _ 8 punct 8:punct _ 19 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj|24:nsubj:xsubj _ 20 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ 21 gotten get VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 22 to to PART TO _ 24 mark 24:mark _ 23 be be AUX VB VerbForm=Inf 24 cop 24:cop _ -24 something something PRON NN Number=Sing 21 xcomp 21:xcomp _ -25 weirder weirder ADJ JJR Degree=Cmp 24 amod 24:amod SpaceAfter=No +24 something something PRON NN Number=Sing|PronType=Ind 21 xcomp 21:xcomp _ +25 weirder weird ADJ JJR Degree=Cmp 24 amod 24:amod SpaceAfter=No 26 . . PUNCT . _ 21 punct 21:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0138 # text = It's become a guardian of morality -- not church morality; real morality. 1-2 It's _ _ _ _ _ _ _ _ -1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj:pass 3:nsubj:pass|5:nsubj:xsubj _ -2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ -3 become become VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ +1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ +2 's have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +3 become become VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 guardian guardian NOUN NN Number=Sing 3 xcomp 3:xcomp _ 6 of of ADP IN _ 7 case 7:case _ 7 morality morality NOUN NN Number=Sing 5 nmod 5:nmod:of _ -8 -- -- PUNCT : _ 14 punct 14:punct _ +8 -- -- PUNCT : _ 11 punct 11:punct _ 9 not not PART RB _ 11 advmod 11:advmod _ 10 church church NOUN NN Number=Sing 11 compound 11:compound _ 11 morality morality NOUN NN Number=Sing 7 appos 7:appos SpaceAfter=No @@ -23999,11 +24013,11 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0139 # text = Praise be: Given the void in responsible behavior among governments, police, educational establishments and religions, the task of guiding our youth down the path of righteousness has fallen to... Satan" 1 Praise praise NOUN NN Number=Sing 2 nsubj 2:nsubj _ -2 be be VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ -4 Given give VERB VBN Tense=Past|VerbForm=Part 6 case 6:case _ +2 be be AUX VB VerbForm=Inf 0 root 0:root SpaceAfter=No +3 : : PUNCT : _ 32 punct 32:punct _ +4 Given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 void void NOUN NN Number=Sing 32 obl 32:obl:give _ +6 void void NOUN NN Number=Sing 32 obl 32:obl:given _ 7 in in ADP IN _ 9 case 9:case _ 8 responsible responsible ADJ JJ Degree=Pos 9 amod 9:amod _ 9 behavior behavior NOUN NN Number=Sing 6 nmod 6:nmod:in _ @@ -24016,12 +24030,12 @@ 16 establishments establishment NOUN NNS Number=Plur 11 conj 9:nmod:among|11:conj:and _ 17 and and CCONJ CC _ 18 cc 18:cc _ 18 religions religion NOUN NNS Number=Plur 11 conj 9:nmod:among|11:conj:and SpaceAfter=No -19 , , PUNCT , _ 32 punct 32:punct _ +19 , , PUNCT , _ 6 punct 6:punct _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 task task NOUN NN Number=Sing 32 nsubj 32:nsubj _ 22 of of SCONJ IN _ 23 mark 23:mark _ 23 guiding guide VERB VBG VerbForm=Ger 21 acl 21:acl:of _ -24 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 youth youth NOUN NN Number=Sing 23 obj 23:obj _ 26 down down ADP IN _ 28 case 28:case _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ @@ -24031,13 +24045,13 @@ 31 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 32 aux 32:aux _ 32 fallen fall VERB VBN Tense=Past|VerbForm=Part 2 parataxis 2:parataxis _ 33 to to ADP IN _ 35 case 35:case SpaceAfter=No -34 ... ... PUNCT , _ 35 punct 35:punct _ +34 ... ... PUNCT , _ 33 punct 33:punct _ 35 Satan Satan PROPN NNP Number=Sing 32 obl 32:obl:to SpaceAfter=No 36 " " PUNCT '' _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0140 # text = Hmmmmmm.................... -1 Hmmmmmm hmmmmmm INTJ UH _ 0 root 0:root SpaceAfter=No +1 Hmmmmmm hmm INTJ UH Style=Expr 0 root 0:root CorrectForm=Hmm|SpaceAfter=No 2 .................... .................... PUNCT , _ 1 punct 1:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0141 @@ -24046,7 +24060,7 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 people people NOUN NNS Number=Plur 20 nsubj 4:nsubj|20:nsubj _ 3 who who PRON WP PronType=Rel 4 nsubj 2:ref _ -4 carry carry VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 carry carry VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 out out ADP RP _ 4 compound:prt 4:compound:prt _ 6 these this DET DT Number=Plur|PronType=Dem 14 det 14:det _ 7 underground underground ADJ JJ Degree=Pos 14 amod 14:amod _ @@ -24057,11 +24071,11 @@ 12 sex sex NOUN NN Number=Sing 13 compound 13:compound _ 13 trafficking trafficking NOUN NN Number=Sing 8 conj 8:conj|14:compound _ 14 deals deal NOUN NNS Number=Plur 4 obj 4:obj _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ +15 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 16 trauma trauma NOUN NN Number=Sing 17 obl:npmod 17:obl:npmod _ -17 based base VERB VBN Tense=Past|VerbForm=Part 20 amod 20:amod _ +17 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 amod 20:amod _ 18 mind mind NOUN NN Number=Sing 19 obl:npmod 19:obl:npmod _ -19 controlled control VERB VBN Tense=Past|VerbForm=Part 20 amod 20:amod _ +19 controlled control VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 amod 20:amod _ 20 slaves slave NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 21 . . PUNCT . _ 20 punct 20:punct _ @@ -24075,15 +24089,16 @@ 6 , , PUNCT , _ 12 punct 12:punct _ 7 and and CCONJ CC _ 12 cc 12:cc _ 8 yes yes INTJ UH _ 12 discourse 12:discourse SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10-11 it's _ _ _ _ _ _ _ _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 11 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ -12 one one NUM CD NumType=Card 5 conj 5:conj:and _ +12 one one NUM CD NumForm=Word|NumType=Card 5 conj 5:conj:and _ 13 of of ADP IN _ 15 case 15:case _ 14 Victor Victor PROPN NNP Number=Sing 15 compound 15:compound _ -15 Bout Bout PROPN NNP Number=Sing 12 nmod 12:nmod:of SpaceAfter=No -16 's 's PART POS _ 15 case 15:case SpaceAfter=No +15-16 Bout's _ _ _ _ _ _ _ SpaceAfter=No +15 Bout Bout PROPN NNP Number=Sing 12 nmod 12:nmod:of _ +16 's 's PART POS _ 15 case 15:case _ 17 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0143 @@ -24098,13 +24113,13 @@ 7 just just ADV RB _ 9 advmod 9:advmod _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 stub stub NOUN NN Number=Sing 0 root 0:root _ -10 .. .. PUNCT , _ 9 punct 9:punct _ +10 .. .. PUNCT , _ 11 punct 11:punct _ 11 waiting wait VERB VBG VerbForm=Ger 9 advcl 9:advcl _ -12 for for ADP IN _ 13 case 13:case _ -13 someone someone PRON NN Number=Sing 11 obl 11:obl:for _ +12 for for SCONJ IN _ 15 mark 15:mark _ +13 someone someone PRON NN Number=Sing|PronType=Ind 15 nsubj 15:nsubj _ 14 to to PART TO _ 15 mark 15:mark _ -15 put put VERB VB VerbForm=Inf 13 acl 13:acl:to _ -16 some some DET DT _ 17 det 17:det _ +15 put put VERB VB VerbForm=Inf 11 advcl 11:advcl:to _ +16 some some DET DT PronType=Ind 17 det 17:det _ 17 information information NOUN NN Number=Sing 15 obj 15:obj _ 18 into into ADP IN _ 19 case 19:case _ 19 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 obl 15:obl:into SpaceAfter=No @@ -24118,9 +24133,9 @@ # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0034 # text = So... put some information in there. 1 So so ADV RB _ 3 advmod 3:advmod SpaceAfter=No -2 ... ... PUNCT , _ 3 punct 3:punct _ +2 ... ... PUNCT , _ 1 punct 1:punct _ 3 put put VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -4 some some DET DT _ 5 det 5:det _ +4 some some DET DT PronType=Ind 5 det 5:det _ 5 information information NOUN NN Number=Sing 3 obj 3:obj _ 6 in in ADP IN _ 7 case 7:case _ 7 there there ADV RB PronType=Dem 3 obl 3:obl:in SpaceAfter=No @@ -24129,7 +24144,7 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0146 # text = You know, nature hates a void. :) 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis SpaceAfter=No +2 know know VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis SpaceAfter=No 3 , , PUNCT , _ 2 punct 2:punct _ 4 nature nature NOUN NN Number=Sing 5 nsubj 5:nsubj _ 5 hates hate VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ @@ -24145,16 +24160,16 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0148 # text = i agree, Hmmmmmm. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 agree agree VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ -4 Hmmmmmm hmmmmmm INTJ UH _ 2 discourse 2:discourse SpaceAfter=No +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 agree agree VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 , , PUNCT , _ 4 punct 4:punct _ +4 Hmmmmmm hmm INTJ UH Style=Expr 2 discourse 2:discourse CorrectForm=Hmm|SpaceAfter=No 5 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0149 # text = How are chants of death and suicide ... morality. -1 How how SCONJ WRB PronType=Int 9 mark 9:mark _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +1 How how ADV WRB PronType=Int 9 advmod 9:advmod _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 3 chants chant NOUN NNS Number=Plur 9 nsubj 9:nsubj _ 4 of of ADP IN _ 5 case 5:case _ 5 death death NOUN NN Number=Sing 3 nmod 3:nmod:of _ @@ -24162,7 +24177,7 @@ 7 suicide suicide NOUN NN Number=Sing 5 conj 3:nmod:of|5:conj:and _ 8 ... ... PUNCT , _ 3 punct 3:punct _ 9 morality morality NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -10 . . PUNCT . _ 3 punct 3:punct _ +10 . . PUNCT . _ 9 punct 9:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0150 # text = What about Manson's tees bearing the message, "Kill your parents". @@ -24175,10 +24190,10 @@ 6 bearing bear VERB VBG VerbForm=Ger 5 acl 5:acl _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 message message NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 11 punct 11:punct _ 10 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No 11 Kill kill VERB VB VerbForm=Inf 8 appos 8:appos _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 parents parent NOUN NNS Number=Plur 11 obj 11:obj SpaceAfter=No 14 " " PUNCT '' _ 11 punct 11:punct SpaceAfter=No 15 . . PUNCT . _ 1 punct 1:punct _ @@ -24186,7 +24201,7 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0151 # text = And were the Columbine killers acting out this "real morality" when they indescriminately murdered their classmates. 1 And and CCONJ CC _ 6 cc 6:cc _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 Columbine Columbine PROPN NNP Number=Sing 5 compound 5:compound _ 5 killers killer NOUN NNS Number=Plur 6 nsubj 6:nsubj _ @@ -24197,32 +24212,32 @@ 10 real real ADJ JJ Degree=Pos 11 amod 11:amod _ 11 morality morality NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No 12 " " PUNCT '' _ 11 punct 11:punct _ -13 when when SCONJ WRB PronType=Int 16 mark 16:mark _ +13 when when ADV WRB PronType=Int 16 advmod 16:advmod _ 14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 15 indescriminately indescriminately ADV RB _ 16 advmod 16:advmod _ -16 murdered murder VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:when _ -17 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +16 murdered murder VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:when _ +17 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 classmates classmate NOUN NNS Number=Plur 16 obj 16:obj SpaceAfter=No 19 . . PUNCT . _ 6 punct 6:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0152 # text = They were death metal brainwashed fans, literally fulfilling the death metal paradigm, er ... morality. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 cop 6:cop _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 3 death death NOUN NN Number=Sing 4 compound 4:compound _ 4 metal metal NOUN NN Number=Sing 5 obl:npmod 5:obl:npmod _ -5 brainwashed brainwash VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +5 brainwashed brainwash VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 6 fans fan NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 9 punct 9:punct _ 8 literally literally ADV RB _ 9 advmod 9:advmod _ 9 fulfilling fulfil VERB VBG VerbForm=Ger 6 advcl 6:advcl _ 10 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 11 death death NOUN NN Number=Sing 12 compound 12:compound _ 12 metal metal NOUN NN Number=Sing 13 compound 13:compound _ 13 paradigm paradigm NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ +14 , , PUNCT , _ 15 punct 15:punct _ 15 er er INTJ UH _ 13 discourse 13:discourse _ -16 ... ... PUNCT , _ 13 punct 13:punct _ +16 ... ... PUNCT , _ 17 punct 17:punct _ 17 morality morality NOUN NN Number=Sing 13 appos 13:appos SpaceAfter=No 18 . . PUNCT . _ 6 punct 6:punct _ @@ -24232,43 +24247,43 @@ 2 not not PART RB _ 4 advmod 4:advmod _ 3 church church NOUN NN Number=Sing 4 compound 4:compound _ 4 morality morality NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 9 punct 9:punct _ 6 no no INTJ UH _ 9 discourse 9:discourse _ 7 that that PRON DT Number=Sing|PronType=Dem 9 nsubj 9:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 9 phoney phoney ADJ JJ Degree=Pos 4 parataxis 4:parataxis SpaceAfter=No -10 , , PUNCT , _ 4 punct 4:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 love love VERB VB Mood=Imp|VerbForm=Fin 4 parataxis 4:parataxis _ -12 thy thy PRON PRP$ _ 13 nmod:poss 13:nmod:poss _ +12 thy thy PRON PRP$ Case=Gen|Number=Sing|Person=2|Poss=Yes|PronType=Prs|Style=Arch 13 nmod:poss 13:nmod:poss ModernForm=your 13 neighbor neighbor NOUN NN Number=Sing 11 obj 11:obj _ 14 ... ... PUNCT , _ 11 punct 11:punct _ 15 hell hell INTJ UH _ 4 discourse 4:discourse _ 16 no no INTJ UH _ 4 discourse 4:discourse SpaceAfter=No 17 , , PUNCT , _ 18 punct 18:punct _ 18 kill kill VERB VB Mood=Imp|VerbForm=Fin 4 parataxis 4:parataxis _ -19 thy thy PRON PRP$ _ 20 nmod:poss 20:nmod:poss _ +19 thy thy PRON PRP$ Case=Gen|Number=Sing|Person=2|Poss=Yes|PronType=Prs|Style=Arch 20 nmod:poss 20:nmod:poss ModernForm=your 20 neighbor neighbor NOUN NN Number=Sing 18 obj 18:obj _ -21 - - PUNCT , _ 11 punct 11:punct _ +21 - - PUNCT , _ 26 punct 26:punct _ 22 now now ADV RB _ 26 advmod 26:advmod _ 23 that that PRON DT Number=Sing|PronType=Dem 26 nsubj 26:nsubj _ 24 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ 25 REAL real ADJ JJ Degree=Pos 26 amod 26:amod _ 26 MORALITY morality NOUN NN Number=Sing 18 parataxis 18:parataxis _ -27 ????? ????? PUNCT . _ 2 punct 2:punct SpaceAfter=No -28 ) ) PUNCT -RRB- _ 2 punct 2:punct _ +27 ????? ????? PUNCT . _ 4 punct 4:punct SpaceAfter=No +28 ) ) PUNCT -RRB- _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0154 # text = So, hmmmm indeed. 1 So so ADV RB _ 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ -3 hmmmm hmmmm INTJ UH _ 1 discourse 1:discourse _ +2 , , PUNCT , _ 3 punct 3:punct _ +3 hmmmm hmm INTJ UH Style=Expr 1 discourse 1:discourse CorrectForm=hmm 4 indeed indeed ADV RB _ 3 advmod 3:advmod SpaceAfter=No 5 . . PUNCT . _ 1 punct 1:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0155 # text = I detect the hissing lisp of the lying serpent in this article. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 detect detect VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 detect detect VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 hissing hiss VERB VBG VerbForm=Ger 5 amod 5:amod _ 5 lisp lisp NOUN NN Number=Sing 2 obj 2:obj _ @@ -24288,16 +24303,16 @@ 3 inversion inversion NOUN NN Number=Sing 0 root 0:root _ 4 of of ADP IN _ 5 case 5:case _ 5 truth truth NOUN NN Number=Sing 3 nmod 3:nmod:of SpaceAfter=No -6 , , PUNCT , _ 3 punct 3:punct _ +6 , , PUNCT , _ 8 punct 8:punct _ 7 ala ala ADP IN _ 8 case 8:case _ -8 satanism satanism PROPN NNP Number=Sing 3 nmod 3:nmod:ala SpaceAfter=No +8 satanism Satanism PROPN NNP Number=Sing 3 nmod 3:nmod:a_la SpaceAfter=No 9 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0157 # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0035 # text = I think the jury's still out on exactly who did the brainwashing when in regard to the Columbine killers. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4-5 jury's _ _ _ _ _ _ _ _ 4 jury jury NOUN NN Number=Sing 7 nsubj 7:nsubj _ @@ -24307,10 +24322,10 @@ 8 on on SCONJ IN _ 11 mark 11:mark _ 9 exactly exactly ADV RB _ 11 advmod 11:advmod _ 10 who who PRON WP PronType=Int 11 nsubj 11:nsubj _ -11 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:on _ +11 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:on _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 brainwashing brainwashing NOUN NN Number=Sing 11 obj 11:obj _ -14 when when SCONJ WRB PronType=Int 11 mark 11:mark _ +14 when when ADV WRB PronType=Int 11 advmod 11:advmod _ 15 in in ADP IN _ 16 case 16:case _ 16 regard regard NOUN NN Number=Sing 11 obl 11:obl:in _ 17 to to ADP IN _ 20 case 20:case _ @@ -24336,11 +24351,11 @@ 13 invitation invitation NOUN NN Number=Sing 10 obl 10:obl:as _ 14 to to ADP IN _ 15 case 15:case _ 15 violence violence NOUN NN Number=Sing 13 nmod 13:nmod:to _ -16 than than ADP IN _ 20 case 20:case _ +16 than than ADP IN _ 20 mark 20:mark _ 17 as as ADP IN _ 20 case 20:case _ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ -19 couter-cultural couter-cultural ADJ JJ Degree=Pos 20 amod 20:amod _ -20 response response NOUN NN Number=Sing 13 nmod 13:nmod:as _ +19 couter-cultural counter-cultural ADJ JJ Degree=Pos|Typo=Yes 20 amod 20:amod CorrectForm=counter-cultural +20 response response NOUN NN Number=Sing 4 advcl 4:advcl:than _ 21 to to ADP IN _ 24 case 24:case _ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 23 over over X AFX _ 24 compound 24:compound _ @@ -24353,11 +24368,11 @@ 30 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ 31 ' ' PUNCT `` _ 34 punct 34:punct SpaceAfter=No 32 Church church NOUN NN Number=Sing 34 compound 34:compound SpaceAfter=No -33 - - PUNCT HYPH _ 34 punct 34:punct SpaceAfter=No +33 - - PUNCT HYPH _ 32 punct 32:punct SpaceAfter=No 34 Morality morality NOUN NN Number=Sing 36 compound 36:compound SpaceAfter=No 35 ' ' PUNCT '' _ 34 punct 34:punct _ 36 crowd crowd NOUN NN Number=Sing 28 nmod 28:nmod:of SpaceAfter=No -37 , , PUNCT , _ 28 punct 28:punct _ +37 , , PUNCT , _ 39 punct 39:punct _ 38 which which PRON WDT PronType=Rel 39 nsubj 28:ref _ 39 gives give VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 acl:relcl 28:acl:relcl _ 40 a a DET DT Definite=Ind|PronType=Art 41 det 41:det _ @@ -24367,7 +24382,7 @@ 44 service service NOUN NN Number=Sing 41 nmod 41:nmod:of _ 45 to to SCONJ IN _ 46 mark 46:mark _ 46 loving love VERB VBG VerbForm=Ger 39 advcl 39:advcl:to _ -47 thy thy PRON PRP$ _ 48 nmod:poss 48:nmod:poss _ +47 thy thy PRON PRP$ Case=Gen|Number=Sing|Person=2|Poss=Yes|PronType=Prs|Style=Arch 48 nmod:poss 48:nmod:poss ModernForm=your 48 neighbor neighbor NOUN NN Number=Sing 46 obj 46:obj SpaceAfter=No 49 , , PUNCT , _ 53 punct 53:punct _ 50 but but CCONJ CC _ 53 cc 53:cc _ @@ -24380,7 +24395,7 @@ 56 very very ADV RB _ 57 advmod 57:advmod _ 57 far far ADV RB Degree=Pos 53 advmod 53:advmod _ 58 beyond beyond ADP IN _ 61 case 61:case _ -59 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 61 nmod:poss 61:nmod:poss _ +59 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 61 nmod:poss 61:nmod:poss _ 60 own own ADJ JJ Degree=Pos 61 amod 61:amod _ 61 congregation congregation NOUN NN Number=Sing 53 obl 53:obl:beyond SpaceAfter=No 62 . . PUNCT . _ 4 punct 4:punct _ @@ -24390,11 +24405,11 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 last last ADJ JJ Degree=Pos 8 obl:tmod 8:obl:tmod _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 checked check VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +4 checked check VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl SpaceAfter=No +5 , , PUNCT , _ 2 punct 2:punct _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -7 Satanists Satanists PROPN NNPS Number=Plur 8 nsubj 8:nsubj _ -8 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 Satanists Satanist PROPN NNPS Number=Plur 8 nsubj 8:nsubj _ +8 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 long long ADJ JJ Degree=Pos 11 amod 11:amod _ 11 way way NOUN NN Number=Sing 8 obj 8:obj|15:nsubj:xsubj _ @@ -24408,17 +24423,17 @@ 19 death death NOUN NN Number=Sing 15 obl 15:obl:with _ 20 and and CCONJ CC _ 21 cc 21:cc _ 21 destruction destruction NOUN NN Number=Sing 19 conj 15:obl:with|19:conj:and _ -22 dealt deal VERB VBN Tense=Past|VerbForm=Part 19 acl 19:acl _ +22 dealt deal VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 acl 19:acl _ 23 out out ADP RP _ 22 compound:prt 22:compound:prt _ 24 by by ADP IN _ 32 case 32:case _ 25 self self NOUN NN Number=Sing 27 obl:npmod 27:obl:npmod SpaceAfter=No -26 - - PUNCT HYPH _ 27 punct 27:punct SpaceAfter=No -27 proclaimed proclaim VERB VBN Tense=Past|VerbForm=Part 32 amod 32:amod _ +26 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No +27 proclaimed proclaim VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 32 amod 32:amod _ 28 ( ( PUNCT -LRB- _ 30 punct 30:punct SpaceAfter=No 29 though though SCONJ IN _ 30 mark 30:mark _ 30 false false ADJ JJ Degree=Pos 27 conj 27:conj|32:amod SpaceAfter=No 31 ) ) PUNCT -RRB- _ 30 punct 30:punct _ -32 Christians Christians PROPN NNPS Number=Plur 22 obl 22:obl:by SpaceAfter=No +32 Christians Christian PROPN NNPS Number=Plur 22 obl:agent 22:obl:agent SpaceAfter=No 33 . . PUNCT . _ 8 punct 8:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0160 @@ -24426,7 +24441,7 @@ 1 Irony irony NOUN NN Number=Sing 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 dead dead ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -4 ... ... PUNCT , _ 3 punct 3:punct SpaceAfter=No +4 ... ... PUNCT , _ 6 punct 6:punct SpaceAfter=No 5 Long long ADV RB Degree=Pos 6 advmod 6:advmod _ 6 live live VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ 7 Irony irony NOUN NN Number=Sing 6 nsubj 6:nsubj SpaceAfter=No @@ -24445,9 +24460,9 @@ # text = I'm firing my editor. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 firing fire VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 editor editor NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ @@ -24455,7 +24470,7 @@ # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0037 # text = Well, it's not as simple and clear cut as all that. 1 Well well INTJ UH _ 7 discourse 7:discourse SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 it's _ _ _ _ _ _ _ _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj|10:nsubj _ 4 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ @@ -24466,8 +24481,8 @@ 9 clear clear ADJ JJ Degree=Pos 10 amod 10:amod _ 10 cut cut ADJ JJ Degree=Pos 7 conj 7:conj:and _ 11 as as ADP IN _ 13 case 13:case _ -12 all all DET PDT _ 13 det:predet 13:det:predet _ -13 that that DET DT Number=Sing|PronType=Dem 7 obl 7:obl:as SpaceAfter=No +12 all all DET PDT PronType=Tot 13 det:predet 13:det:predet _ +13 that that PRON DT Number=Sing|PronType=Dem 7 obl 7:obl:as SpaceAfter=No 14 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0164 @@ -24475,23 +24490,23 @@ # text = We're entering into some interesting and perhaps previously unexplored socio-political-spiritual territory here that may require further examination and serious introspection. 1-2 We're _ _ _ _ _ _ _ _ 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 're be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 entering enter VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 into into ADP IN _ 14 case 14:case _ -5 some some DET DT _ 14 det 14:det _ +5 some some DET DT PronType=Ind 14 det 14:det _ 6 interesting interesting ADJ JJ Degree=Pos 14 amod 14:amod _ 7 and and CCONJ CC _ 10 cc 10:cc _ 8 perhaps perhaps ADV RB _ 10 advmod 10:advmod _ 9 previously previously ADV RB _ 10 advmod 10:advmod _ 10 unexplored unexplored ADJ JJ Degree=Pos 6 conj 6:conj:and|14:amod _ 11 socio-political socio-political ADJ JJ Degree=Pos 13 amod 13:amod SpaceAfter=No -12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 spiritual spiritual ADJ JJ Degree=Pos 14 amod 14:amod _ -14 territory territory NOUN NN Number=Sing 3 obl 3:obl:into _ +14 territory territory NOUN NN Number=Sing 3 obl 3:obl:into|18:nsubj _ 15 here here ADV RB PronType=Dem 3 advmod 3:advmod _ -16 that that PRON WDT PronType=Dem 18 nsubj 18:nsubj _ +16 that that PRON WDT PronType=Rel 18 nsubj 14:ref _ 17 may may AUX MD VerbForm=Fin 18 aux 18:aux _ -18 require require VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +18 require require VERB VB VerbForm=Inf 14 acl:relcl 14:acl:relcl _ 19 further further ADJ JJ Degree=Pos 20 amod 20:amod _ 20 examination examination NOUN NN Number=Sing 18 obj 18:obj _ 21 and and CCONJ CC _ 23 cc 23:cc _ @@ -24505,7 +24520,7 @@ 2 Kevin Kevin PROPN NNP Number=Sing 4 compound 4:compound _ 3 Coogan Coogan PROPN NNP Number=Sing 2 flat 2:flat _ 4 publication publication NOUN NN Number=Sing 11 nsubj 11:nsubj _ -5 posted post VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +5 posted post VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ 6 on on ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 previous previous ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -24542,7 +24557,7 @@ 4 romantic romantic ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 varied varied ADJ JJ Degree=Pos 4 conj 4:conj:and SpaceAfter=No -7 ; ; PUNCT , _ 4 punct 4:punct _ +7 ; ; PUNCT , _ 11 punct 11:punct _ 8 real real ADJ JJ Degree=Pos 9 amod 9:amod _ 9 evil evil NOUN NN Number=Sing 11 nsubj 11:nsubj|13:nsubj|15:nsubj|17:nsubj _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ @@ -24561,7 +24576,7 @@ 2 good good NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 boring boring ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -5 ; ; PUNCT , _ 4 punct 4:punct _ +5 ; ; PUNCT , _ 10 punct 10:punct _ 6 real real ADJ JJ Degree=Pos 7 amod 7:amod _ 7 good good NOUN NN Number=Sing 10 nsubj 10:nsubj|12:nsubj|14:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ @@ -24603,13 +24618,13 @@ 2 answer answer NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 likely likely ADV RB _ 5 advmod 5:advmod _ -5 D d NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -6 : : PUNCT : _ 5 punct 5:punct _ -7 all all DET DT _ 5 appos 5:appos _ +5 D D NOUN NN Number=Sing 0 root 0:root SpaceAfter=No +6 : : PUNCT : _ 7 punct 7:punct _ +7 all all DET DT PronType=Tot 5 appos 5:appos _ 8 of of ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 above above ADJ JJ Degree=Pos 7 nmod 7:nmod:of SpaceAfter=No -11 , , PUNCT , _ 5 punct 5:punct _ +11 , , PUNCT , _ 18 punct 18:punct _ 12 due due ADP IN _ 18 mark 18:mark _ 13 to to SCONJ IN _ 12 fixed 12:fixed _ 14 this this PRON DT Number=Sing|PronType=Dem 18 nsubj 18:nsubj _ @@ -24618,7 +24633,7 @@ 17 complex complex ADJ JJ Degree=Pos 18 amod 18:amod _ 18 reality reality NOUN NN Number=Sing 5 advcl 5:advcl:due_to _ 19 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ +20 live live VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ 21 in in ADP IN _ 20 obl 20:obl SpaceAfter=No 22 . . PUNCT . _ 5 punct 5:punct _ @@ -24627,13 +24642,13 @@ 1 But but CCONJ CC _ 10 cc 10:cc _ 2 to to ADP IN _ 3 case 3:case _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 10 obl 10:obl:to SpaceAfter=No -4 , , PUNCT , _ 10 punct 10:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 without without ADP IN _ 6 case 6:case _ 6 question question NOUN NN Number=Sing 10 obl 10:obl:without SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 9 often often ADV RB _ 10 advmod 10:advmod _ -10 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +10 know know VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 11 perfectly perfectly ADV RB _ 12 advmod 12:advmod _ 12 well well ADV RB Degree=Pos 10 advmod 10:advmod SpaceAfter=No 13 . . PUNCT . _ 10 punct 10:punct _ @@ -24645,29 +24660,29 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 thought thought NOUN NN Number=Sing 1 nsubj 1:nsubj SpaceAfter=No -5 : : PUNCT : _ 1 punct 1:punct _ -6 When when SCONJ WRB PronType=Int 11 mark 11:mark _ +5 : : PUNCT : _ 24 punct 24:punct _ +6 When when ADV WRB PronType=Int 11 advmod 11:advmod _ 7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 8 appartently appartently ADV RB _ 10 advmod 10:advmod _ 9 cognitively cognitively ADV RB _ 10 advmod 10:advmod _ 10 functional functional ADJ JJ Degree=Pos 11 nsubj 11:nsubj _ -11 take take VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 advcl 24:advcl:when _ +11 take take VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 advcl 24:advcl:when _ 12 actions action NOUN NNS Number=Plur 11 obj 11:obj|14:nsubj|15:nsubj:xsubj|17:nsubj:xsubj _ 13 that that PRON WDT PronType=Rel 14 nsubj 12:ref _ -14 seem seem VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +14 seem seem VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ 15 senseless senseless ADJ JJ Degree=Pos 14 xcomp 14:xcomp _ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 incompetent incompetent ADJ JJ Degree=Pos 15 conj 14:xcomp|15:conj:and SpaceAfter=No -18 , , PUNCT , _ 24 punct 24:punct _ +18 , , PUNCT , _ 11 punct 11:punct _ 19 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 24 nsubj 24:nsubj _ 20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ 21 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ -22 most most ADV RBS _ 23 advmod 23:advmod _ +22 most most ADV RBS Degree=Sup 23 advmod 23:advmod _ 23 certain certain ADJ JJ Degree=Pos 24 amod 24:amod _ 24 sign sign NOUN NN Number=Sing 1 parataxis 1:parataxis _ 25 that that SCONJ IN _ 27 mark 27:mark _ 26 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 27 nsubj 27:nsubj _ -27 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 acl 24:acl:that _ +27 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 acl 24:acl:that _ 28 ulterior ulterior ADJ JJ Degree=Pos 31 amod 31:amod _ 29 or or CCONJ CC _ 30 cc 30:cc _ 30 hidden hidden ADJ JJ Degree=Pos 28 conj 28:conj:or|31:amod _ @@ -24677,36 +24692,36 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0175 # text = They trust you and me to be befuddled by their actions, while they "do as they wilt". 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 trust trust VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 obj 2:obj|8:nsubj:xsubj _ +2 trust trust VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 iobj 2:iobj|8:nsubj:xsubj _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 conj 2:obj|3:conj:and|8:nsubj:xsubj _ +5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 conj 2:iobj|3:conj:and|8:nsubj:xsubj _ 6 to to PART TO _ 8 mark 8:mark _ 7 be be AUX VB VerbForm=Inf 8 aux:pass 8:aux:pass _ 8 befuddled befuddle VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 xcomp 2:xcomp _ 9 by by ADP IN _ 11 case 11:case _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ -11 actions action NOUN NNS Number=Plur 8 obl 8:obl:by SpaceAfter=No -12 , , PUNCT , _ 8 punct 8:punct _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +11 actions action NOUN NNS Number=Plur 8 obl:agent 8:obl:agent SpaceAfter=No +12 , , PUNCT , _ 16 punct 16:punct _ 13 while while SCONJ IN _ 16 mark 16:mark _ 14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 15 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No -16 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:while _ +16 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:while _ 17 as as SCONJ IN _ 19 mark 19:mark _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 19 nsubj 19:nsubj _ -19 wilt will AUX MD VerbForm=Fin 16 advcl 16:advcl:as SpaceAfter=No +19 wilt will AUX MD Style=Arch|VerbForm=Fin 16 advcl 16:advcl:as SpaceAfter=No 20 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No 21 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0176 # text = http://youtube.com/watch?v=d46_ctqDmI4 -1 http://youtube.com/watch?v=d46_ctqDmI4 http://youtube.com/watch?v=d46_ctqdmi4 X ADD _ 0 root 0:root _ +1 http://youtube.com/watch?v=d46_ctqDmI4 http://youtube.com/watch?v=d46_ctqDmI4 X ADD _ 0 root 0:root _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0177 # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0042 # text = To not buying the BS 1 To to SCONJ IN _ 3 mark 3:mark _ -2 not not ADV RB _ 3 advmod 3:advmod _ +2 not not PART RB _ 3 advmod 3:advmod _ 3 buying buy VERB VBG VerbForm=Ger 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 BS bs NOUN NN Number=Sing 3 obj 3:obj _ @@ -24718,7 +24733,7 @@ 2 here here ADV RB PronType=Dem 0 root 0:root _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ 4 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 cop 2:cop _ -5 thinking think VERB VBG VerbForm=Ger 2 acl 2:acl _ +5 thinking think VERB VBG VerbForm=Ger 2 advcl 2:advcl _ 6 that that SCONJ IN _ 11 mark 11:mark _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj|12:nsubj:xsubj _ 8 really really ADV RB _ 11 advmod 11:advmod _ @@ -24742,10 +24757,10 @@ 9 metal metal NOUN NN Number=Sing 12 advcl 12:advcl:about SpaceAfter=No 10 " " PUNCT '' _ 9 punct 9:punct _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 guess guess VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +12 guess guess VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 author author NOUN NN Number=Sing 15 nsubj 15:nsubj _ -15 missed miss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 ccomp 12:ccomp _ +15 missed miss VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 ccomp 12:ccomp _ 16 this this DET DT Number=Sing|PronType=Dem 18 det 18:det _ 17 little little ADJ JJ Degree=Pos 18 amod 18:amod _ 18 tidbit tidbit NOUN NN Number=Sing 15 obj 15:obj _ @@ -24753,7 +24768,7 @@ 20 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 22 nsubj 22:nsubj _ 21 just just ADV RB _ 22 advmod 22:advmod _ 22 have have VERB VB VerbForm=Inf 15 conj 12:ccomp|15:conj:or _ -23 waaaaaaaaaaaaay waaaaaaaaaaaaay ADV RB _ 24 advmod 24:advmod _ +23 waaaaaaaaaaaaay way ADV RB Style=Expr 24 advmod 24:advmod CorrectForm=way 24 different different ADJ JJ Degree=Pos 25 amod 25:amod _ 25 definitions definition NOUN NNS Number=Plur 22 obj 22:obj _ 26 of of ADP IN _ 27 case 27:case _ @@ -24767,34 +24782,34 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0181 # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0045 # text = One man's relentless search for his missing son led him to uncover one of the most shocking crimes in post-war Italy - a tale of satanism and violence that has gripped the country for more than a year. -1 One one NUM CD NumType=Card 2 nummod 2:nummod _ +1 One one NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2-3 man's _ _ _ _ _ _ _ _ 2 man man NOUN NN Number=Sing 5 nmod:poss 5:nmod:poss _ 3 's 's PART POS _ 2 case 2:case _ 4 relentless relentless ADJ JJ Degree=Pos 5 amod 5:amod _ 5 search search NOUN NN Number=Sing 10 nsubj 10:nsubj _ 6 for for ADP IN _ 9 case 9:case _ -7 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 8 missing missing ADJ JJ Degree=Pos 9 amod 9:amod _ 9 son son NOUN NN Number=Sing 5 nmod 5:nmod:for _ -10 led lead VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 led lead VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 11 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 obj 10:obj|13:nsubj:xsubj _ 12 to to PART TO _ 13 mark 13:mark _ 13 uncover uncover VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ -14 one one NUM CD NumType=Card 13 obj 13:obj _ +14 one one NUM CD NumForm=Word|NumType=Card 13 obj 13:obj _ 15 of of ADP IN _ 19 case 19:case _ 16 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -17 most most ADV RBS _ 18 advmod 18:advmod _ +17 most most ADV RBS Degree=Sup 18 advmod 18:advmod _ 18 shocking shocking ADJ JJ Degree=Pos 19 amod 19:amod _ 19 crimes crime NOUN NNS Number=Plur 14 nmod 14:nmod:of _ 20 in in ADP IN _ 22 case 22:case _ 21 post-war post-war ADJ JJ Degree=Pos 22 amod 22:amod _ 22 Italy Italy PROPN NNP Number=Sing 19 nmod 19:nmod:in _ -23 - - PUNCT : _ 14 punct 14:punct _ +23 - - PUNCT : _ 25 punct 25:punct _ 24 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 25 tale tale NOUN NN Number=Sing 14 appos 14:appos|32:nsubj _ 26 of of ADP IN _ 27 case 27:case _ -27 satanism satanism PROPN NNP Number=Sing 25 nmod 25:nmod:of _ +27 satanism Satanism PROPN NNP Number=Sing 25 nmod 25:nmod:of _ 28 and and CCONJ CC _ 29 cc 29:cc _ 29 violence violence NOUN NN Number=Sing 27 conj 25:nmod:of|27:conj:and _ 30 that that PRON WDT PronType=Rel 32 nsubj 25:ref _ @@ -24803,7 +24818,7 @@ 33 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ 34 country country NOUN NN Number=Sing 32 obj 32:obj _ 35 for for ADP IN _ 39 case 39:case _ -36 more more ADJ JJR Degree=Cmp 39 advmod 39:advmod _ +36 more more ADJ JJR Degree=Cmp|ExtPos=ADV 39 advmod 39:advmod _ 37 than than ADP IN _ 36 fixed 36:fixed _ 38 a a DET DT Definite=Ind|PronType=Art 39 det 39:det _ 39 year year NOUN NN Number=Sing 32 obl 32:obl:for SpaceAfter=No @@ -24813,33 +24828,33 @@ # text = In January 1998 Fabio Tollis and Chiara Marino, both just 16, disappeared. 1 In in ADP IN _ 2 case 2:case _ 2 January January PROPN NNP Number=Sing 14 obl 14:obl:in _ -3 1998 1998 NUM CD NumType=Card 2 nummod 2:nummod _ +3 1998 1998 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 4 Fabio Fabio PROPN NNP Number=Sing 14 nsubj 14:nsubj _ 5 Tollis Tollis PROPN NNP Number=Sing 4 flat 4:flat _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 Chiara Chiara PROPN NNP Number=Sing 4 conj 4:conj:and|14:nsubj _ 8 Marino Marino PROPN NNP Number=Sing 7 flat 7:flat SpaceAfter=No -9 , , PUNCT , _ 4 punct 4:punct _ -10 both both ADV RB _ 12 advmod 12:advmod _ +9 , , PUNCT , _ 12 punct 12:punct _ +10 both both DET DT PronType=Tot 12 nsubj 12:nsubj _ 11 just just ADV RB _ 12 advmod 12:advmod _ -12 16 16 NUM CD NumType=Card 4 acl:relcl 4:acl:relcl SpaceAfter=No -13 , , PUNCT , _ 14 punct 14:punct _ -14 disappeared disappear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +12 16 16 NUM CD NumForm=Digit|NumType=Card 4 amod 4:amod SpaceAfter=No +13 , , PUNCT , _ 4 punct 4:punct _ +14 disappeared disappear VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 15 . . PUNCT . _ 14 punct 14:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0183 # text = They had been drinking at a pub called the Midnight - the centre of the heavy metal scene in Milan - and they never came home. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux 4:aux _ 4 drinking drink VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 at at ADP IN _ 7 case 7:case _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 pub pub NOUN NN Number=Sing 4 obl 4:obl:at _ -8 called call VERB VBN Tense=Past|VerbForm=Part 7 acl 7:acl _ +8 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 Midnight Midnight PROPN NNP Number=Sing 8 xcomp 8:xcomp _ -11 - - PUNCT , _ 7 punct 7:punct _ +11 - - PUNCT , _ 13 punct 13:punct _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 centre centre NOUN NN Number=Sing 7 appos 7:appos _ 14 of of ADP IN _ 18 case 18:case _ @@ -24849,11 +24864,11 @@ 18 scene scene NOUN NN Number=Sing 13 nmod 13:nmod:of _ 19 in in ADP IN _ 20 case 20:case _ 20 Milan Milan PROPN NNP Number=Sing 18 nmod 18:nmod:in _ -21 - - PUNCT , _ 4 punct 4:punct _ +21 - - PUNCT , _ 25 punct 25:punct _ 22 and and CCONJ CC _ 25 cc 25:cc _ 23 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 25 nsubj 25:nsubj _ 24 never never ADV RB _ 25 advmod 25:advmod _ -25 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +25 came come VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 26 home home ADV RB _ 25 advmod 25:advmod SpaceAfter=No 27 . . PUNCT . _ 4 punct 4:punct _ @@ -24864,12 +24879,12 @@ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 many many ADJ JJ Degree=Pos 2 conj 2:conj:and|9:nsubj _ 5 of of ADP IN _ 7 case 7:case _ -6 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ -7 friends friend NOUN NNS Number=Plur 4 obl 4:obl:of _ +6 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +7 friends friend NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 8 just just ADV RB _ 9 advmod 9:advmod _ -9 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 thought think VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -11 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 aux 12:aux _ +11 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 12 aux 12:aux _ 12 run run VERB VBN Tense=Past|VerbForm=Part 9 ccomp 9:ccomp _ 13 off off ADV RB _ 12 advmod 12:advmod _ 14 together together ADV RB _ 12 advmod 12:advmod SpaceAfter=No @@ -24878,9 +24893,9 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0185 # text = But their parents refused to accept this. 1 But but CCONJ CC _ 4 cc 4:cc _ -2 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 parents parent NOUN NNS Number=Plur 4 nsubj 4:nsubj|6:nsubj:xsubj _ -4 refused refuse VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 refused refuse VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 accept accept VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 this this PRON DT Number=Sing|PronType=Dem 6 obj 6:obj SpaceAfter=No @@ -24891,13 +24906,13 @@ # text = Michele Tollis, Fabio's father, began to attend metal concerts and festivals across Europe, handing out leaflets and quizzing Fabio's friends. 1 Michele Michele PROPN NNP Number=Sing 8 nsubj 8:nsubj|10:nsubj:xsubj _ 2 Tollis Tollis PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 6 punct 6:punct _ 4-5 Fabio's _ _ _ _ _ _ _ _ 4 Fabio Fabio PROPN NNP Number=Sing 6 nmod:poss 6:nmod:poss _ 5 's 's PART POS _ 4 case 4:case _ 6 father father NOUN NN Number=Sing 1 appos 1:appos SpaceAfter=No -7 , , PUNCT , _ 8 punct 8:punct _ -8 began begin VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 , , PUNCT , _ 1 punct 1:punct _ +8 began begin VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 to to PART TO _ 10 mark 10:mark _ 10 attend attend VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 metal metal NOUN NN Number=Sing 12 compound 12:compound _ @@ -24906,7 +24921,7 @@ 14 festivals festival NOUN NNS Number=Plur 12 conj 10:obj|12:conj:and _ 15 across across ADP IN _ 16 case 16:case _ 16 Europe Europe PROPN NNP Number=Sing 12 nmod 12:nmod:across SpaceAfter=No -17 , , PUNCT , _ 10 punct 10:punct _ +17 , , PUNCT , _ 18 punct 18:punct _ 18 handing hand VERB VBG VerbForm=Ger 10 advcl 10:advcl _ 19 out out ADP RP _ 18 compound:prt 18:compound:prt _ 20 leaflets leaflet NOUN NNS Number=Plur 18 obj 18:obj _ @@ -24922,25 +24937,25 @@ # text = Fabio and his friends were into the most extreme forms of heavy metal music - death metal and black metal, music obsessed with images of murder and satanism - and the role of this music is central to the story. 1 Fabio Fabio PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 2 and and CCONJ CC _ 4 cc 4:cc _ -3 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 friends friend NOUN NNS Number=Plur 1 conj 1:conj:and|10:nsubj _ -5 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 cop 10:cop _ +5 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ 6 into into ADP IN _ 10 case 10:case _ 7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -8 most most ADV RBS _ 9 advmod 9:advmod _ +8 most most ADV RBS Degree=Sup 9 advmod 9:advmod _ 9 extreme extreme ADJ JJ Degree=Pos 10 amod 10:amod _ 10 forms form NOUN NNS Number=Plur 0 root 0:root _ 11 of of ADP IN _ 14 case 14:case _ 12 heavy heavy ADJ JJ Degree=Pos 13 amod 13:amod _ 13 metal metal NOUN NN Number=Sing 14 compound 14:compound _ 14 music music NOUN NN Number=Sing 10 nmod 10:nmod:of _ -15 - - PUNCT , _ 10 punct 10:punct _ +15 - - PUNCT , _ 17 punct 17:punct _ 16 death death NOUN NN Number=Sing 17 compound 17:compound _ 17 metal metal NOUN NN Number=Sing 10 appos 10:appos _ 18 and and CCONJ CC _ 20 cc 20:cc _ 19 black black ADJ JJ Degree=Pos 20 amod 20:amod _ 20 metal metal NOUN NN Number=Sing 17 conj 10:appos|17:conj:and SpaceAfter=No -21 , , PUNCT , _ 17 punct 17:punct _ +21 , , PUNCT , _ 22 punct 22:punct _ 22 music music NOUN NN Number=Sing 17 appos 17:appos _ 23 obsessed obsessed ADJ JJ Degree=Pos 22 amod 22:amod _ 24 with with ADP IN _ 25 case 25:case _ @@ -24948,8 +24963,8 @@ 26 of of ADP IN _ 27 case 27:case _ 27 murder murder NOUN NN Number=Sing 25 nmod 25:nmod:of _ 28 and and CCONJ CC _ 29 cc 29:cc _ -29 satanism satanism PROPN NNP Number=Sing 27 conj 25:nmod:of|27:conj:and _ -30 - - PUNCT , _ 10 punct 10:punct _ +29 satanism Satanism PROPN NNP Number=Sing 27 conj 25:nmod:of|27:conj:and _ +30 - - PUNCT , _ 38 punct 38:punct _ 31 and and CCONJ CC _ 38 cc 38:cc _ 32 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 33 role role NOUN NN Number=Sing 38 nsubj 38:nsubj _ @@ -24965,20 +24980,20 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0188 # text = No one can contradict me when I say that heavy metal and satanism are closely linked -1 No no DET DT _ 2 det 2:det _ -2 one one NOUN NN Number=Sing 4 nsubj 4:nsubj _ +1 No no DET DT PronType=Neg 2 det 2:det _ +2 one one PRON NN Number=Sing|PronType=Neg 4 nsubj 4:nsubj _ 3 can can AUX MD VerbForm=Fin 4 aux 4:aux _ 4 contradict contradict VERB VB VerbForm=Inf 0 root 0:root _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obj 4:obj _ -6 when when SCONJ WRB PronType=Int 8 mark 8:mark _ +6 when when ADV WRB PronType=Int 8 advmod 8:advmod _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:when _ +8 say say VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:when _ 9 that that SCONJ IN _ 16 mark 16:mark _ 10 heavy heavy ADJ JJ Degree=Pos 11 amod 11:amod _ 11 metal metal NOUN NN Number=Sing 16 nsubj:pass 16:nsubj:pass _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 satanism satanism PROPN NNP Number=Sing 11 conj 11:conj:and|16:nsubj:pass _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux:pass 16:aux:pass _ +13 satanism Satanism PROPN NNP Number=Sing 11 conj 11:conj:and|16:nsubj:pass _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 aux:pass 16:aux:pass _ 15 closely closely ADV RB _ 16 advmod 16:advmod _ 16 linked link VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 ccomp 8:ccomp _ @@ -24990,27 +25005,27 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0190 # text = It emerged that Chiara, the girl who disappeared with Fabio, had a collection of satanic literature and paraphernalia in her bedroom. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 emerged emerge VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 emerged emerge VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 13 mark 13:mark _ 4 Chiara Chiara PROPN NNP Number=Sing 13 nsubj 13:nsubj SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 7 punct 7:punct _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 girl girl NOUN NN Number=Sing 4 appos 4:appos|9:nsubj _ 8 who who PRON WP PronType=Rel 9 nsubj 7:ref _ -9 disappeared disappear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +9 disappeared disappear VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 10 with with ADP IN _ 11 case 11:case _ 11 Fabio Fabio PROPN NNP Number=Sing 9 obl 9:obl:with SpaceAfter=No -12 , , PUNCT , _ 13 punct 13:punct _ -13 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +12 , , PUNCT , _ 4 punct 4:punct _ +13 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 collection collection NOUN NN Number=Sing 13 obj 13:obj _ 16 of of ADP IN _ 18 case 18:case _ -17 satanic satanic ADJ JJ Degree=Pos 18 amod 18:amod _ +17 satanic Satanic ADJ JJ Degree=Pos 18 amod 18:amod _ 18 literature literature NOUN NN Number=Sing 15 nmod 15:nmod:of _ 19 and and CCONJ CC _ 20 cc 20:cc _ 20 paraphernalia paraphernalia NOUN NN Number=Sing 18 conj 15:nmod:of|18:conj:and _ 21 in in ADP IN _ 23 case 23:case _ -22 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 bedroom bedroom NOUN NN Number=Sing 13 obl 13:obl:in SpaceAfter=No 24 . . PUNCT . _ 2 punct 2:punct _ @@ -25019,19 +25034,19 @@ 1 During during ADP IN _ 3 case 3:case _ 2 this this DET DT Number=Sing|PronType=Dem 3 det 3:det _ 3 search search NOUN NN Number=Sing 8 obl 8:obl:during SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 Michele Michele PROPN NNP Number=Sing 7 nsubj 7:nsubj|8:nsubj:xsubj _ 6 Tollis Tollis PROPN NNP Number=Sing 5 flat 5:flat _ -7 became become VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 became become VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 convinced convinced ADJ JJ Degree=Pos 7 xcomp 7:xcomp _ 9 that that SCONJ IN _ 11 mark 11:mark _ -10 satanism satanism PROPN NNP Number=Sing 11 nsubj 11:nsubj _ -11 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 ccomp 8:ccomp _ -12 something something PRON NN Number=Sing 11 obj 11:obj _ +10 satanism Satanism PROPN NNP Number=Sing 11 nsubj 11:nsubj _ +11 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 ccomp 8:ccomp _ +12 something something PRON NN Number=Sing|PronType=Ind 11 obj 11:obj _ 13 to to PART TO _ 14 mark 14:mark _ 14 do do VERB VB VerbForm=Inf 12 acl 12:acl:to _ 15 with with ADP IN _ 19 case 19:case _ -16 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17-18 son's _ _ _ _ _ _ _ _ 17 son son NOUN NN Number=Sing 19 nmod:poss 19:nmod:poss _ 18 's 's PART POS _ 17 case 17:case _ @@ -25041,20 +25056,20 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0192 # text = "No one can contradict me when I say that heavy metal and satanism are closely linked. 1 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No -2 No no DET DT _ 3 det 3:det _ -3 one one NOUN NN Number=Sing 5 nsubj 5:nsubj _ +2 No no DET DT PronType=Neg 3 det 3:det _ +3 one one PRON NN Number=Sing|PronType=Neg 5 nsubj 5:nsubj _ 4 can can AUX MD VerbForm=Fin 5 aux 5:aux _ 5 contradict contradict VERB VB VerbForm=Inf 0 root 0:root _ 6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 obj 5:obj _ -7 when when SCONJ WRB PronType=Int 9 mark 9:mark _ +7 when when ADV WRB PronType=Int 9 advmod 9:advmod _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:when _ +9 say say VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:when _ 10 that that SCONJ IN _ 17 mark 17:mark _ 11 heavy heavy ADJ JJ Degree=Pos 12 amod 12:amod _ 12 metal metal NOUN NN Number=Sing 17 nsubj:pass 17:nsubj:pass _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 satanism satanism PROPN NNP Number=Sing 12 conj 12:conj:and|17:nsubj:pass _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux:pass 17:aux:pass _ +14 satanism Satanism PROPN NNP Number=Sing 12 conj 12:conj:and|17:nsubj:pass _ +15 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 aux:pass 17:aux:pass _ 16 closely closely ADV RB _ 17 advmod 17:advmod _ 17 linked link VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 ccomp 9:ccomp SpaceAfter=No 18 . . PUNCT . _ 5 punct 5:punct _ @@ -25063,10 +25078,10 @@ # text = They're inseparable," he says. 1-2 They're _ _ _ _ _ _ _ _ 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 inseparable inseparable ADJ JJ Degree=Pos 7 ccomp 7:ccomp SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct SpaceAfter=No -5 " " PUNCT '' _ 7 punct 7:punct _ +4 , , PUNCT , _ 3 punct 3:punct SpaceAfter=No +5 " " PUNCT '' _ 3 punct 3:punct _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 7 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 8 . . PUNCT . _ 7 punct 7:punct _ @@ -25075,15 +25090,15 @@ # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0047 # text = Yeah, I think Jeff wrote on one of his posts here in the past several months: "To hell with death". 1 Yeah yeah INTJ UH _ 4 discourse 4:discourse SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 Jeff Jeff PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -6 wrote write VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +6 wrote write VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ 7 on on ADP IN _ 8 case 8:case _ -8 one one NUM CD NumType=Card 6 obl 6:obl:on _ +8 one one NUM CD NumForm=Word|NumType=Card 6 obl 6:obl:on _ 9 of of ADP IN _ 11 case 11:case _ -10 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 posts post NOUN NNS Number=Plur 8 nmod 8:nmod:of _ 12 here here ADV RB PronType=Dem 11 advmod 11:advmod _ 13 in in ADP IN _ 17 case 17:case _ @@ -25091,7 +25106,7 @@ 15 past past ADJ JJ Degree=Pos 17 amod 17:amod _ 16 several several ADJ JJ Degree=Pos 17 amod 17:amod _ 17 months month NOUN NNS Number=Plur 6 obl 6:obl:in SpaceAfter=No -18 : : PUNCT : _ 6 punct 6:punct _ +18 : : PUNCT : _ 21 punct 21:punct _ 19 " " PUNCT `` _ 21 punct 21:punct SpaceAfter=No 20 To to ADP IN _ 21 case 21:case _ 21 hell hell NOUN NN Number=Sing 6 ccomp 6:ccomp _ @@ -25104,7 +25119,7 @@ # text = I wholly agree, and would expand that statement to include: "To hell with death metal". 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|7:nsubj _ 2 wholly wholly ADV RB _ 3 advmod 3:advmod _ -3 agree agree VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 agree agree VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 4 , , PUNCT , _ 7 punct 7:punct _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 would would AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -25113,7 +25128,7 @@ 9 statement statement NOUN NN Number=Sing 7 obj 7:obj _ 10 to to PART TO _ 11 mark 11:mark _ 11 include include VERB VB VerbForm=Inf 7 advcl 7:advcl:to SpaceAfter=No -12 : : PUNCT : _ 11 punct 11:punct _ +12 : : PUNCT : _ 15 punct 15:punct _ 13 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No 14 To to ADP IN _ 15 case 15:case _ 15 hell hell NOUN NN Number=Sing 11 ccomp 11:ccomp _ @@ -25127,24 +25142,24 @@ # text = The freaky thing here is that these bozos are seriously claiming the moral high ground ? ? ? ? ? 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 freaky freaky ADJ JJ Degree=Pos 3 amod 3:amod _ -3 thing thing NOUN NN Number=Sing 5 nsubj 5:nsubj _ +3 thing thing NOUN NN Number=Sing 11 nsubj:outer 11:nsubj:outer _ 4 here here ADV RB PronType=Dem 3 advmod 3:advmod _ -5 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 6 that that SCONJ IN _ 11 mark 11:mark _ 7 these this DET DT Number=Plur|PronType=Dem 8 det 8:det _ 8 bozos bozo NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 seriously seriously ADV RB _ 11 advmod 11:advmod _ -11 claiming claim VERB VBG Tense=Pres|VerbForm=Part 5 ccomp 5:ccomp _ +11 claiming claim VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 12 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 13 moral moral ADJ JJ Degree=Pos 15 amod 15:amod _ 14 high high ADJ JJ Degree=Pos 15 amod 15:amod _ 15 ground ground NOUN NN Number=Sing 11 obj 11:obj _ -16 ? ? PUNCT . _ 5 punct 5:punct _ -17 ? ? PUNCT . _ 5 punct 5:punct _ -18 ? ? PUNCT . _ 5 punct 5:punct _ -19 ? ? PUNCT . _ 5 punct 5:punct _ -20 ? ? PUNCT . _ 5 punct 5:punct _ +16 ? ? PUNCT . _ 11 punct 11:punct _ +17 ? ? PUNCT . _ 11 punct 11:punct _ +18 ? ? PUNCT . _ 11 punct 11:punct _ +19 ? ? PUNCT . _ 11 punct 11:punct _ +20 ? ? PUNCT . _ 11 punct 11:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0197 # text = Talk about a beat-your-head-against-the-wall moment! @@ -25152,15 +25167,15 @@ 2 about about ADP IN _ 15 case 15:case _ 3 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 4 beat beat VERB VB Mood=Imp|VerbForm=Fin 15 compound 15:compound SpaceAfter=No -5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss SpaceAfter=No -7 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No +5 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss SpaceAfter=No +7 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No 8 head head NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No -9 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No +9 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 10 against against ADP IN _ 14 case 14:case SpaceAfter=No -11 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det SpaceAfter=No -13 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No 14 wall wall NOUN NN Number=Sing 4 obl 4:obl:against _ 15 moment moment NOUN NN Number=Sing 1 obl 1:obl:about SpaceAfter=No 16 ! ! PUNCT . _ 1 punct 1:punct _ @@ -25174,7 +25189,7 @@ 4 Smartwolf Smartwolf PROPN NNP Number=Sing 8 obl 8:obl:for SpaceAfter=No 5 ' ' PUNCT '' _ 4 punct 4:punct _ 6 above above ADV RB _ 4 advmod 4:advmod SpaceAfter=No -7 , , PUNCT , _ 8 punct 8:punct _ +7 , , PUNCT , _ 4 punct 4:punct _ 8 think think VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 9 about about ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -25187,7 +25202,7 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0199 # text = They are doing it deliberately. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 doing do VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 deliberately deliberately ADV RB _ 3 advmod 3:advmod SpaceAfter=No @@ -25196,7 +25211,7 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0200 # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0049 # text = Do you really think GWB, and neocons in general are representative of true followers of Jesus of Nazareth? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 3 really really ADV RB _ 4 advmod 4:advmod _ 4 think think VERB VB VerbForm=Inf 0 root 0:root _ @@ -25206,7 +25221,7 @@ 8 neocons neocon NOUN NNS Number=Plur 5 conj 5:conj:and|12:nsubj _ 9 in in ADP IN _ 10 case 10:case _ 10 general general ADJ JJ Degree=Pos 8 nmod 8:nmod:in _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 12 representative representative ADJ JJ Degree=Pos 4 ccomp 4:ccomp _ 13 of of ADP IN _ 15 case 15:case _ 14 true true ADJ JJ Degree=Pos 15 amod 15:amod _ @@ -25221,54 +25236,54 @@ # text = (I know, ignorant question) Then why call them, or any other phonies 'Christians', even if they themselves claim the appellation. 1 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +3 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +4 , , PUNCT , _ 6 punct 6:punct _ 5 ignorant ignorant ADJ JJ Degree=Pos 6 amod 6:amod _ -6 question question NOUN NN Number=Sing 3 ccomp 3:ccomp SpaceAfter=No +6 question question NOUN NN Number=Sing 3 parataxis 3:parataxis SpaceAfter=No 7 ) ) PUNCT -RRB- _ 3 punct 3:punct _ 8 Then then ADV RB PronType=Dem 10 advmod 10:advmod _ -9 why why SCONJ WRB PronType=Int 10 mark 10:mark _ +9 why why ADV WRB PronType=Int 10 advmod 10:advmod _ 10 call call VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ 11 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 10 obj 10:obj|18:nsubj:xsubj SpaceAfter=No 12 , , PUNCT , _ 16 punct 16:punct _ 13 or or CCONJ CC _ 16 cc 16:cc _ -14 any any DET DT _ 16 det 16:det _ +14 any any DET DT PronType=Ind 16 det 16:det _ 15 other other ADJ JJ Degree=Pos 16 amod 16:amod _ 16 phonies phony NOUN NNS Number=Plur 11 conj 10:obj|11:conj:or|18:nsubj:xsubj _ 17 ' ' PUNCT `` _ 18 punct 18:punct SpaceAfter=No -18 Christians Christians PROPN NNPS Number=Plur 10 xcomp 10:xcomp SpaceAfter=No +18 Christians Christian PROPN NNPS Number=Plur 10 xcomp 10:xcomp SpaceAfter=No 19 ' ' PUNCT '' _ 18 punct 18:punct SpaceAfter=No -20 , , PUNCT , _ 10 punct 10:punct _ +20 , , PUNCT , _ 25 punct 25:punct _ 21 even even ADV RB _ 25 advmod 25:advmod _ 22 if if SCONJ IN _ 25 mark 25:mark _ 23 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 25 nsubj 25:nsubj _ -24 themselves themselves PRON PRP Number=Plur|Person=3|PronType=Prs 23 nmod:npmod 23:nmod:npmod _ -25 claim claim VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ +24 themselves themselves PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Emp|Reflex=Yes 23 nmod:npmod 23:nmod:npmod _ +25 claim claim VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 appellation appellation NOUN NN Number=Sing 25 obj 25:obj SpaceAfter=No -28 . . PUNCT . _ 6 punct 6:punct _ +28 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0202 # text = They are merely imposters. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 merely merely ADV RB _ 4 advmod 4:advmod _ 4 imposters imposter NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0203 # text = Everything they claim is a lie, and this above all. -1 Everything everything PRON NN Number=Sing 6 nsubj 6:nsubj _ +1 Everything everything PRON NN Number=Sing|PronType=Tot 6 nsubj 6:nsubj _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 claim claim VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +3 claim claim VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 lie lie NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 9 punct 9:punct _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 this this PRON DT Number=Sing|PronType=Dem 1 conj 1:conj:and|6:nsubj _ 10 above above ADP IN _ 11 case 11:case _ -11 all all DET DT _ 9 nmod 9:nmod:above SpaceAfter=No +11 all all DET DT PronType=Tot 9 nmod 9:nmod:above SpaceAfter=No 12 . . PUNCT . _ 6 punct 6:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0204 @@ -25277,7 +25292,7 @@ 2 why why ADV WRB PronType=Int 4 advmod 4:advmod _ 3 even even ADV RB _ 4 advmod 4:advmod _ 4 credit credit VERB VB VerbForm=Inf 0 root 0:root _ -5 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 claims claim NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No 7 ? ? PUNCT . _ 4 punct 4:punct _ @@ -25286,36 +25301,36 @@ 1 This this PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ 2 only only ADV RB _ 3 advmod 3:advmod _ 3 serves serve VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 purposes purpose NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0206 # text = They want to be identified as 'Christians', and I fully suspect that for some of them, the motivation behind their subterfuge is more than mere political advantage, and has a lot more to do with the black magician's practice of the inversion principle. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|5:nsubj:xsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 5 mark 5:mark _ 4 be be AUX VB VerbForm=Inf 5 aux:pass 5:aux:pass _ 5 identified identify VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 xcomp 2:xcomp _ 6 as as ADP IN _ 8 case 8:case _ 7 ' ' PUNCT `` _ 8 punct 8:punct SpaceAfter=No -8 Christians Christians PROPN NNPS Number=Plur 5 obl 5:obl:as SpaceAfter=No +8 Christians Christian PROPN NNPS Number=Plur 5 obl 5:obl:as SpaceAfter=No 9 ' ' PUNCT '' _ 8 punct 8:punct SpaceAfter=No 10 , , PUNCT , _ 14 punct 14:punct _ 11 and and CCONJ CC _ 14 cc 14:cc _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 13 fully fully ADV RB _ 14 advmod 14:advmod _ -14 suspect suspect VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +14 suspect suspect VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 15 that that SCONJ IN _ 27 mark 27:mark _ 16 for for ADP IN _ 17 case 17:case _ -17 some some DET DT _ 27 obl 27:obl:for _ +17 some some DET DT PronType=Ind 27 obl 27:obl:for _ 18 of of ADP IN _ 19 case 19:case _ 19 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 17 nmod 17:nmod:of SpaceAfter=No -20 , , PUNCT , _ 27 punct 27:punct _ +20 , , PUNCT , _ 17 punct 17:punct _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 motivation motivation NOUN NN Number=Sing 27 nsubj 27:nsubj|34:nsubj _ 23 behind behind ADP IN _ 25 case 25:case _ -24 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 subterfuge subterfuge NOUN NN Number=Sing 22 nmod 22:nmod:behind _ 26 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ 27 more more ADJ JJR Degree=Cmp 14 ccomp 14:ccomp _ @@ -25347,17 +25362,17 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0207 # text = We need to be more 'rigorous' about how we perceive these people. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|7:nsubj:xsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 7 mark 7:mark _ 4 be be AUX VB VerbForm=Inf 7 cop 7:cop _ -5 more more ADV RBR _ 7 advmod 7:advmod _ +5 more more ADV RBR Degree=Cmp 7 advmod 7:advmod _ 6 ' ' PUNCT `` _ 7 punct 7:punct SpaceAfter=No 7 rigorous rigorous ADJ JJ Degree=Pos 2 xcomp 2:xcomp SpaceAfter=No 8 ' ' PUNCT '' _ 7 punct 7:punct _ 9 about about SCONJ IN _ 12 mark 12:mark _ -10 how how SCONJ WRB PronType=Int 12 mark 12:mark _ +10 how how ADV WRB PronType=Int 12 advmod 12:advmod _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 perceive perceive VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:about _ +12 perceive perceive VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:about _ 13 these this DET DT Number=Plur|PronType=Dem 14 det 14:det _ 14 people people NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ @@ -25368,35 +25383,35 @@ 2 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 1 obj 1:obj _ 3 as as SCONJ IN _ 5 mark 5:mark _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj|9:nsubj _ -5 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp SpaceAfter=No +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:as SpaceAfter=No 6 , , PUNCT , _ 9 punct 9:punct _ -7 not not CCONJ CC _ 9 cc 9:cc _ -8 for for SCONJ IN _ 9 case 9:case _ -9 what what PRON WP PronType=Int 5 conj 1:ccomp|5:conj:not _ +7 not not PART RB _ 9 advmod 9:advmod _ +8 for for ADP IN _ 9 case 9:case _ +9 what what PRON WP PronType=Rel 5 conj 1:obl:for|5:conj:not _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj|13:nsubj:xsubj _ -11 claim claim VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +11 claim claim VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 12 to to PART TO _ 13 mark 13:mark _ -13 be be VERB VB VerbForm=Inf 11 xcomp 11:xcomp SpaceAfter=No +13 be be AUX VB VerbForm=Inf 11 xcomp 11:xcomp Promoted=Yes|SpaceAfter=No 14 . . PUNCT . _ 1 punct 1:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0209 # text = ... the most extreme forms of heavy metal music - death metal and black metal, music obsessed with images of murder and satanism - and the role of this music is central to the story. 1 ... ... PUNCT , _ 5 punct 5:punct _ 2 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -3 most most ADV RBS _ 4 advmod 4:advmod _ +3 most most ADV RBS Degree=Sup 4 advmod 4:advmod _ 4 extreme extreme ADJ JJ Degree=Pos 5 amod 5:amod _ 5 forms form NOUN NNS Number=Plur 33 nsubj 33:nsubj _ 6 of of ADP IN _ 9 case 9:case _ 7 heavy heavy ADJ JJ Degree=Pos 8 amod 8:amod _ 8 metal metal NOUN NN Number=Sing 9 compound 9:compound _ 9 music music NOUN NN Number=Sing 5 nmod 5:nmod:of _ -10 - - PUNCT , _ 5 punct 5:punct _ +10 - - PUNCT , _ 12 punct 12:punct _ 11 death death NOUN NN Number=Sing 12 compound 12:compound _ 12 metal metal NOUN NN Number=Sing 5 appos 5:appos _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 black black ADJ JJ Degree=Pos 15 amod 15:amod _ 15 metal metal NOUN NN Number=Sing 12 conj 5:appos|12:conj:and SpaceAfter=No -16 , , PUNCT , _ 12 punct 12:punct _ +16 , , PUNCT , _ 17 punct 17:punct _ 17 music music NOUN NN Number=Sing 12 appos 12:appos _ 18 obsessed obsessed ADJ JJ Degree=Pos 17 amod 17:amod _ 19 with with ADP IN _ 20 case 20:case _ @@ -25404,8 +25419,8 @@ 21 of of ADP IN _ 22 case 22:case _ 22 murder murder NOUN NN Number=Sing 20 nmod 20:nmod:of _ 23 and and CCONJ CC _ 24 cc 24:cc _ -24 satanism satanism PROPN NNP Number=Sing 22 conj 20:nmod:of|22:conj:and _ -25 - - PUNCT , _ 5 punct 5:punct _ +24 satanism Satanism PROPN NNP Number=Sing 22 conj 20:nmod:of|22:conj:and _ +25 - - PUNCT , _ 28 punct 28:punct _ 26 and and CCONJ CC _ 28 cc 28:cc _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 role role NOUN NN Number=Sing 5 conj 5:conj:and|33:nsubj _ @@ -25417,12 +25432,12 @@ 34 to to ADP IN _ 36 case 36:case _ 35 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ 36 story story NOUN NN Number=Sing 33 obl 33:obl:to SpaceAfter=No -37 . . PUNCT . _ 5 punct 5:punct _ +37 . . PUNCT . _ 33 punct 33:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0210 # text = Almost all of the avant guard art movements of the early 20th Century (except for Italian Futurism) were labeled 'degenerate' by the National Socialists. 1 Almost almost ADV RB _ 2 advmod 2:advmod _ -2 all all DET DT _ 21 nsubj:pass 21:nsubj:pass|23:nsubj:xsubj _ +2 all all DET DT PronType=Tot 21 nsubj:pass 21:nsubj:pass|23:nsubj:xsubj _ 3 of of ADP IN _ 8 case 8:case _ 4 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 5 avant avant NOUN NN Number=Sing 6 compound 6:compound _ @@ -25432,23 +25447,23 @@ 9 of of ADP IN _ 13 case 13:case _ 10 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 11 early early ADJ JJ Degree=Pos 13 amod 13:amod _ -12 20th 20th ADJ JJ Degree=Pos|NumType=Ord 13 amod 13:amod _ +12 20th 20th ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 13 amod 13:amod _ 13 Century century NOUN NN Number=Sing 8 nmod 8:nmod:of _ 14 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No 15 except except ADP IN _ 18 case 18:case _ 16 for for ADP IN _ 18 case 18:case _ -17 Italian italian ADJ JJ Degree=Pos 18 amod 18:amod _ +17 Italian Italian ADJ JJ Degree=Pos 18 amod 18:amod _ 18 Futurism futurism NOUN NN Number=Sing 2 nmod 2:nmod:except SpaceAfter=No 19 ) ) PUNCT -RRB- _ 18 punct 18:punct _ -20 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 aux:pass 21:aux:pass _ +20 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 21 aux:pass 21:aux:pass _ 21 labeled label VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 22 ' ' PUNCT `` _ 23 punct 23:punct SpaceAfter=No 23 degenerate degenerate ADJ JJ Degree=Pos 21 xcomp 21:xcomp SpaceAfter=No 24 ' ' PUNCT '' _ 23 punct 23:punct _ 25 by by ADP IN _ 28 case 28:case _ 26 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ -27 National National PROPN NNP Number=Sing 28 compound 28:compound _ -28 Socialists Socialists PROPN NNPS Number=Plur 21 obl 21:obl:by SpaceAfter=No +27 National National ADJ NNP Degree=Pos 28 amod 28:amod _ +28 Socialists Socialist PROPN NNPS Number=Plur 21 obl:agent 21:obl:agent SpaceAfter=No 29 . . PUNCT . _ 21 punct 21:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0211 @@ -25456,7 +25471,7 @@ 1 Adolf Adolf PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 2 Hitler Hitler PROPN NNP Number=Sing 1 flat 1:flat _ 3 even even ADV RB _ 4 advmod 4:advmod _ -4 held hold VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 held hold VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 an a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 exhibition exhibition NOUN NN Number=Sing 4 obj 4:obj _ 7 of of ADP IN _ 10 case 10:case _ @@ -25465,17 +25480,17 @@ 10 art art NOUN NN Number=Sing 6 nmod 6:nmod:of SpaceAfter=No 11 ' ' PUNCT '' _ 10 punct 10:punct _ 12 in in ADP IN _ 13 case 13:case _ -13 1937 1937 NUM CD NumType=Card 4 obl 4:obl:in SpaceAfter=No -14 , , PUNCT , _ 4 punct 4:punct _ +13 1937 1937 NUM CD NumForm=Digit|NumType=Card 4 obl 4:obl:in SpaceAfter=No +14 , , PUNCT , _ 16 punct 16:punct _ 15 while while SCONJ IN _ 16 mark 16:mark _ 16 curating curate VERB VBG VerbForm=Ger 4 advcl 4:advcl:while _ 17 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 18 parallel parallel ADJ JJ Degree=Pos 19 amod 19:amod _ 19 show show NOUN NN Number=Sing 16 obj 16:obj _ 20 of of ADP IN _ 24 case 24:case _ -21 ' ' PUNCT `` _ 24 punct 24:punct SpaceAfter=No -22 Aryan aryan ADJ JJ Degree=Pos 24 amod 24:amod SpaceAfter=No -23 ' ' PUNCT '' _ 24 punct 24:punct _ +21 ' ' PUNCT `` _ 22 punct 22:punct SpaceAfter=No +22 Aryan Aryan ADJ JJ Degree=Pos 24 amod 24:amod SpaceAfter=No +23 ' ' PUNCT '' _ 22 punct 22:punct _ 24 art art NOUN NN Number=Sing 19 nmod 19:nmod:of _ 25 across across ADP IN _ 27 case 27:case _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ @@ -25485,7 +25500,7 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0212 # text = The German Expressionist movement was destroyed as a result. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ -2 German german ADJ JJ Degree=Pos 4 amod 4:amod _ +2 German German ADJ JJ Degree=Pos 4 amod 4:amod _ 3 Expressionist expressionist NOUN NN Number=Sing 4 compound 4:compound _ 4 movement movement NOUN NN Number=Sing 6 nsubj:pass 6:nsubj:pass _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ @@ -25508,12 +25523,12 @@ 8 Entartete Entartete PROPN NNP Number=Sing 9 compound 9:compound _ 9 Kunst Kunst PROPN NNP Number=Sing 14 compound 14:compound _ 10 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -11 Degenerate Degenerate PROPN NNP Number=Sing 12 compound 12:compound _ +11 Degenerate Degenerate ADJ NNP Degree=Pos 12 amod 12:amod _ 12 Art Art PROPN NNP Number=Sing 9 appos 9:appos SpaceAfter=No 13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 14 exhibit exhibit NOUN NN Number=Sing 5 nmod 5:nmod:of _ 15 of of ADP IN _ 16 case 16:case _ -16 1937 1937 NUM CD NumType=Card 14 nmod 14:nmod:of SpaceAfter=No +16 1937 1937 NUM CD NumForm=Digit|NumType=Card 14 nmod 14:nmod:of SpaceAfter=No 17 : : PUNCT : _ 1 punct 1:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0214 @@ -25527,9 +25542,9 @@ 2 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No 3 or or CCONJ CC _ 5 cc 5:cc _ 4 perhaps perhaps ADV RB _ 5 advmod 5:advmod _ -5 not not PART RB _ 1 parataxis 1:parataxis SpaceAfter=No +5 not not PART RB _ 1 parataxis 1:parataxis Promoted=Yes|SpaceAfter=No 6 ) ) PUNCT -RRB- _ 5 punct 5:punct SpaceAfter=No -7 , , PUNCT , _ 21 punct 21:punct _ +7 , , PUNCT , _ 1 punct 1:punct _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 notion notion NOUN NN Number=Sing 21 nsubj:pass 21:nsubj:pass _ 10 of of ADP IN _ 13 case 13:case _ @@ -25546,16 +25561,16 @@ 21 appropriated appropriate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 22 by by ADP IN _ 24 case 24:case _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -24 Nazis Nazis PROPN NNPS Number=Plur 21 obl 21:obl:by _ +24 Nazis Nazi PROPN NNPS Number=Plur 21 obl:agent 21:obl:agent _ 25 and and CCONJ CC _ 30 cc 30:cc _ -26 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +26 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 27 origins origin NOUN NNS Number=Plur 30 nsubj:pass 30:nsubj:pass _ 28 can can AUX MD VerbForm=Fin 30 aux 30:aux _ 29 be be AUX VB VerbForm=Inf 30 aux:pass 30:aux:pass _ 30 traced trace VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 conj 21:conj:and _ 31 back back ADV RB _ 30 advmod 30:advmod _ 32 to to ADP IN _ 37 case 37:case _ -33 Jewish jewish ADJ JJ Degree=Pos 35 amod 35:amod _ +33 Jewish Jewish ADJ JJ Degree=Pos 35 amod 35:amod _ 34 ' ' PUNCT `` _ 35 punct 35:punct SpaceAfter=No 35 intellectual intellectual NOUN NN Number=Sing 37 compound 37:compound SpaceAfter=No 36 ' ' PUNCT '' _ 35 punct 35:punct _ @@ -25563,11 +25578,11 @@ 38 Nordau Nordau PROPN NNP Number=Sing 37 flat 37:flat _ 39 and and CCONJ CC _ 42 cc 42:cc _ 40 a a DET DT Definite=Ind|PronType=Art 42 det 42:det _ -41 1892 1892 NUM CD NumType=Card 42 nummod 42:nummod _ +41 1892 1892 NUM CD NumForm=Digit|NumType=Card 42 nummod 42:nummod _ 42 book book NOUN NN Number=Sing 37 conj 31:obl:to|37:conj:and _ 43 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 44 nsubj 44:nsubj _ -44 authored author VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 42 acl:relcl 42:acl:relcl _ -45 called call VERB VBN Tense=Past|VerbForm=Part 42 acl 42:acl _ +44 authored author VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 42 acl:relcl 42:acl:relcl _ +45 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 42 acl 42:acl _ 46 Degeneration Degeneration PROPN NNP Number=Sing 45 xcomp 45:xcomp SpaceAfter=No 47 . . PUNCT . _ 21 punct 21:punct _ 48 . . PUNCT . _ 21 punct 21:punct _ @@ -25583,34 +25598,34 @@ 7 of of ADP IN _ 11 case 11:case _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 9 World World PROPN NNP Number=Sing 11 compound 11:compound _ -10 Zionist Zionist PROPN NNP Number=Sing 11 compound 11:compound _ +10 Zionist Zionist ADJ NNP Degree=Pos 11 amod 11:amod _ 11 Organization Organization PROPN NNP Number=Sing 6 nmod 6:nmod:of SpaceAfter=No 12 . . PUNCT . _ 6 punct 6:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0217 # text = When the apparently cognitively functional take actions that seem senseless and incompetent, it is a most certain sign that they have ulterior or hidden motives. -1 When when SCONJ WRB PronType=Int 6 mark 6:mark _ +1 When when ADV WRB PronType=Int 6 advmod 6:advmod _ 2 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 3 apparently apparently ADV RB _ 5 advmod 5:advmod _ 4 cognitively cognitively ADV RB _ 5 advmod 5:advmod _ 5 functional functional ADJ JJ Degree=Pos 6 nsubj 6:nsubj _ -6 take take VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:when _ +6 take take VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:when _ 7 actions action NOUN NNS Number=Plur 6 obj 6:obj|9:nsubj|10:nsubj:xsubj|12:nsubj:xsubj _ 8 that that PRON WDT PronType=Rel 9 nsubj 7:ref _ -9 seem seem VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +9 seem seem VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 10 senseless senseless ADJ JJ Degree=Pos 9 xcomp 9:xcomp _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 incompetent incompetent ADJ JJ Degree=Pos 10 conj 9:xcomp|10:conj:and SpaceAfter=No -13 , , PUNCT , _ 19 punct 19:punct _ +13 , , PUNCT , _ 6 punct 6:punct _ 14 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 16 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ -17 most most ADV RBS _ 18 advmod 18:advmod _ +17 most most ADV RBS Degree=Sup 18 advmod 18:advmod _ 18 certain certain ADJ JJ Degree=Pos 19 amod 19:amod _ 19 sign sign NOUN NN Number=Sing 0 root 0:root _ 20 that that SCONJ IN _ 22 mark 22:mark _ 21 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 22 nsubj 22:nsubj _ -22 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 acl 19:acl:that _ +22 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 acl 19:acl:that _ 23 ulterior ulterior ADJ JJ Degree=Pos 26 amod 26:amod _ 24 or or CCONJ CC _ 25 cc 25:cc _ 25 hidden hidden ADJ JJ Degree=Pos 23 conj 23:conj:or|26:amod _ @@ -25620,26 +25635,26 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0218 # text = They trust you and me to be befuddled by their actions, while they "do as they wilt." 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 trust trust VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 obj 2:obj|8:nsubj:xsubj _ +2 trust trust VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 iobj 2:iobj|8:nsubj:xsubj _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 conj 2:obj|3:conj:and|8:nsubj:xsubj _ +5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 conj 2:iobj|3:conj:and|8:nsubj:xsubj _ 6 to to PART TO _ 8 mark 8:mark _ 7 be be AUX VB VerbForm=Inf 8 aux:pass 8:aux:pass _ 8 befuddled befuddle VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 xcomp 2:xcomp _ 9 by by ADP IN _ 11 case 11:case _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ -11 actions action NOUN NNS Number=Plur 8 obl 8:obl:by SpaceAfter=No -12 , , PUNCT , _ 8 punct 8:punct _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +11 actions action NOUN NNS Number=Plur 8 obl:agent 8:obl:agent SpaceAfter=No +12 , , PUNCT , _ 16 punct 16:punct _ 13 while while SCONJ IN _ 16 mark 16:mark _ 14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 15 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No -16 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:while _ +16 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:while _ 17 as as SCONJ IN _ 19 mark 19:mark _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 19 nsubj 19:nsubj _ -19 wilt will AUX MD VerbForm=Fin 16 advcl 16:advcl:as SpaceAfter=No -20 . . PUNCT . _ 2 punct 2:punct SpaceAfter=No -21 " " PUNCT '' _ 2 punct 2:punct _ +19 wilt will AUX MD Style=Arch|VerbForm=Fin 16 advcl 16:advcl:as SpaceAfter=No +20 . . PUNCT . _ 16 punct 16:punct SpaceAfter=No +21 " " PUNCT '' _ 16 punct 16:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0219 # text = A question: @@ -25650,7 +25665,7 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0220 # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0051 # text = Are the adherent of 'Crowleyan Thelema' and others of similar ilk appropriating or appropriating from the appropriators to redirect 'energy?' -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +1 Are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 adherent adherent NOUN NN Number=Sing 14 nsubj 14:nsubj|16:nsubj _ 4 of of ADP IN _ 7 case 7:case _ @@ -25671,10 +25686,10 @@ 19 appropriators appropriator NOUN NNS Number=Plur 16 obl 16:obl:from _ 20 to to PART TO _ 21 mark 21:mark _ 21 redirect redirect VERB VB VerbForm=Inf 16 advcl 16:advcl:to _ -22 ' ' PUNCT `` _ 21 punct 21:punct SpaceAfter=No +22 ' ' PUNCT `` _ 23 punct 23:punct SpaceAfter=No 23 energy energy NOUN NN Number=Sing 21 obj 21:obj SpaceAfter=No -24 ? ? PUNCT . _ 14 punct 14:punct SpaceAfter=No -25 ' ' PUNCT '' _ 14 punct 14:punct _ +24 ? ? PUNCT . _ 23 punct 23:punct SpaceAfter=No +25 ' ' PUNCT '' _ 23 punct 23:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0221 # text = Does this reappropriation lead to or originate from the same place? @@ -25706,9 +25721,9 @@ 10 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl 8:acl _ 11 between between ADP IN _ 16 case 16:case _ 12 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -13 ' ' PUNCT `` _ 16 punct 16:punct SpaceAfter=No +13 ' ' PUNCT `` _ 14 punct 14:punct SpaceAfter=No 14 imaginary imaginary ADJ JJ Degree=Pos 16 amod 16:amod SpaceAfter=No -15 ' ' PUNCT '' _ 16 punct 16:punct _ +15 ' ' PUNCT '' _ 14 punct 14:punct _ 16 Whore Whore PROPN NNP Number=Sing 8 nmod 8:nmod:between _ 17 of of ADP IN _ 18 case 18:case _ 18 Babalon Babalon PROPN NNP Number=Sing 16 nmod 16:nmod:of _ @@ -25718,7 +25733,7 @@ 22 Whore Whore PROPN NNP Number=Sing 16 conj 8:nmod:between|16:conj:and|30:nsubj _ 23 of of ADP IN _ 24 case 24:case _ 24 Babylon Babylon PROPN NNP Number=Sing 22 nmod 22:nmod:of SpaceAfter=No -25 , , PUNCT , _ 22 punct 22:punct _ +25 , , PUNCT , _ 30 punct 30:punct _ 26 which which PRON WDT PronType=Rel 30 nsubj 22:ref _ 27 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 30 cop 30:cop _ 28 this this DET DT Number=Sing|PronType=Dem 30 det 30:det _ @@ -25749,16 +25764,16 @@ # text = This is where the socio- political aspect of this conundrum comes into play. 1 This this PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 where where ADV WRB PronType=Int 0 root 0:root _ +3 where where ADV WRB PronType=Rel 0 root 0:root|12:advmod _ 4 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -5 socio socio X GW _ 7 goeswith 7:goeswith SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct _ +5 socio socio X GW _ 7 compound 7:compound SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct _ 7 political political ADJ JJ Degree=Pos 8 amod 8:amod _ 8 aspect aspect NOUN NN Number=Sing 12 nsubj 12:nsubj _ 9 of of ADP IN _ 11 case 11:case _ 10 this this DET DT Number=Sing|PronType=Dem 11 det 11:det _ 11 conundrum conundrum NOUN NN Number=Sing 8 nmod 8:nmod:of _ -12 comes come VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +12 comes come VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 advcl:relcl 3:advcl:relcl _ 13 into into ADP IN _ 14 case 14:case _ 14 play play NOUN NN Number=Sing 12 obl 12:obl:into SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ @@ -25777,22 +25792,22 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0228 # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0054 # text = so, enemy, what's your point? -1 so so ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ -3 enemy enemy PROPN NNP Number=Sing 5 vocative 5:vocative SpaceAfter=No -4 , , PUNCT , _ 5 punct 5:punct _ +1 so so ADV RB _ 8 advmod 8:advmod SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ +3 enemy enemy PROPN NNP Number=Sing 8 vocative 8:vocative SpaceAfter=No +4 , , PUNCT , _ 3 punct 3:punct _ 5-6 what's _ _ _ _ _ _ _ _ -5 what what PRON WP PronType=Int 0 root 0:root _ -6 's be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ -8 point point NOUN NN Number=Sing 5 nsubj 5:nsubj SpaceAfter=No -9 ? ? PUNCT . _ 5 punct 5:punct _ +5 what what PRON WP PronType=Int 8 nsubj 8:nsubj _ +6 's be AUX VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +8 point point NOUN NN Number=Sing 0 root 0:root SpaceAfter=No +9 ? ? PUNCT . _ 8 punct 8:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0229 # text = Why don't you state it? 1 Why why ADV WRB PronType=Int 5 advmod 5:advmod _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 n't not PART RB _ 5 advmod 5:advmod _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 5 state state VERB VB VerbForm=Inf 0 root 0:root _ @@ -25802,31 +25817,31 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0230 # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0055 # text = My point is that these are all just questions and I am undecided as to the answers. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ -2 point point NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +2 point point NOUN NN Number=Sing 9 nsubj:outer 9:nsubj:outer|13:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 4 that that SCONJ IN _ 9 mark 9:mark _ 5 these this PRON DT Number=Plur|PronType=Dem 9 nsubj 9:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 7 all all ADV RB _ 9 advmod 9:advmod _ 8 just just ADV RB _ 9 advmod 9:advmod _ -9 questions question NOUN NNS Number=Plur 3 ccomp 3:ccomp _ +9 questions question NOUN NNS Number=Plur 0 root 0:root _ 10 and and CCONJ CC _ 13 cc 13:cc _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 12 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ -13 undecided undecided ADJ JJ Degree=Pos 9 conj 3:ccomp|9:conj:and _ +13 undecided undecided ADJ JJ Degree=Pos 9 conj 0:root|9:conj:and _ 14 as as ADP IN _ 17 case 17:case _ 15 to to ADP IN _ 14 fixed 14:fixed _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 answers answer NOUN NNS Number=Plur 13 obl 13:obl:as_to SpaceAfter=No -18 . . PUNCT . _ 3 punct 3:punct _ +18 . . PUNCT . _ 9 punct 9:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0231 # text = Here's another interesting example: 1-2 Here's _ _ _ _ _ _ _ _ 1 Here here ADV RB PronType=Dem 0 root 0:root _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -3 another another DET DT _ 5 det 5:det _ +3 another another DET DT PronType=Ind 5 det 5:det _ 4 interesting interesting ADJ JJ Degree=Pos 5 amod 5:amod _ 5 example example NOUN NN Number=Sing 1 nsubj 1:nsubj SpaceAfter=No 6 : : PUNCT : _ 1 punct 1:punct _ @@ -25843,19 +25858,20 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0233 # text = (Don't wish to use Wikipedia again, it's just easier than spending time looking up more obscure and detailed information.) 1 ( ( PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No -2 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux SpaceAfter=No +2-3 Don't _ _ _ _ _ _ _ _ +2 Do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 wish wish VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 use use VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 Wikipedia Wikipedia PROPN NNP Number=Sing 6 obj 6:obj _ 8 again again ADV RB _ 6 advmod 6:advmod SpaceAfter=No -9 , , PUNCT , _ 4 punct 4:punct _ +9 , , PUNCT , _ 13 punct 13:punct _ 10-11 it's _ _ _ _ _ _ _ _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 11 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 12 just just ADV RB _ 13 advmod 13:advmod _ -13 easier easier ADJ JJR Degree=Cmp 4 parataxis 4:parataxis _ +13 easier easy ADJ JJR Degree=Cmp 4 parataxis 4:parataxis _ 14 than than SCONJ IN _ 15 mark 15:mark _ 15 spending spend VERB VBG VerbForm=Ger 13 advcl 13:advcl:than _ 16 time time NOUN NN Number=Sing 15 obj 15:obj _ @@ -25882,38 +25898,38 @@ # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0058 # text = Balance died in 2004 after a 'fall.' 1 Balance Balance PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 died die VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 died die VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 in in ADP IN _ 4 case 4:case _ -4 2004 2004 NUM CD NumType=Card 2 obl 2:obl:in _ +4 2004 2004 NUM CD NumForm=Digit|NumType=Card 2 obl 2:obl:in _ 5 after after ADP IN _ 8 case 8:case _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 ' ' PUNCT `` _ 8 punct 8:punct SpaceAfter=No 8 fall fall NOUN NN Number=Sing 2 obl 2:obl:after SpaceAfter=No -9 . . PUNCT . _ 2 punct 2:punct SpaceAfter=No -10 ' ' PUNCT '' _ 2 punct 2:punct _ +9 . . PUNCT . _ 8 punct 8:punct SpaceAfter=No +10 ' ' PUNCT '' _ 8 punct 8:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0237 # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0059 # text = He blended belief systems such as Shamanism, Christianity, Buddhism, Paganism, Hermeticism and Gnosticism and imbued Coil's vast output with a magickal current designed to have a functionally transcendent effect on listeners. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|19:nsubj _ -2 blended blend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 blended blend VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 belief belief NOUN NN Number=Sing 4 compound 4:compound _ 4 systems system NOUN NNS Number=Plur 2 obj 2:obj _ -5 such such ADJ JJ Degree=Pos 7 case 7:case _ +5 such such ADJ JJ Degree=Pos|ExtPos=ADP 7 case 7:case _ 6 as as ADP IN _ 5 fixed 5:fixed _ -7 Shamanism Shamanism PROPN NNP Number=Sing 2 obl 2:obl:such_as SpaceAfter=No +7 Shamanism Shamanism PROPN NNP Number=Sing 4 nmod 4:nmod:such_as SpaceAfter=No 8 , , PUNCT , _ 9 punct 9:punct _ -9 Christianity Christianity PROPN NNP Number=Sing 7 conj 2:obl:such_as|7:conj:and SpaceAfter=No +9 Christianity Christianity PROPN NNP Number=Sing 7 conj 4:nmod:such_as|7:conj:and SpaceAfter=No 10 , , PUNCT , _ 11 punct 11:punct _ -11 Buddhism Buddhism PROPN NNP Number=Sing 7 conj 2:obl:such_as|7:conj:and SpaceAfter=No +11 Buddhism Buddhism PROPN NNP Number=Sing 7 conj 4:nmod:such_as|7:conj:and SpaceAfter=No 12 , , PUNCT , _ 13 punct 13:punct _ -13 Paganism Paganism PROPN NNP Number=Sing 7 conj 2:obl:such_as|7:conj:and SpaceAfter=No +13 Paganism Paganism PROPN NNP Number=Sing 7 conj 4:nmod:such_as|7:conj:and SpaceAfter=No 14 , , PUNCT , _ 15 punct 15:punct _ -15 Hermeticism Hermeticism PROPN NNP Number=Sing 7 conj 2:obl:such_as|7:conj:and _ +15 Hermeticism Hermeticism PROPN NNP Number=Sing 7 conj 4:nmod:such_as|7:conj:and _ 16 and and CCONJ CC _ 17 cc 17:cc _ -17 Gnosticism Gnosticism PROPN NNP Number=Sing 7 conj 2:obl:such_as|7:conj:and _ +17 Gnosticism Gnosticism PROPN NNP Number=Sing 7 conj 4:nmod:such_as|7:conj:and _ 18 and and CCONJ CC _ 19 cc 19:cc _ -19 imbued imbue VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +19 imbued imbue VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 20-21 Coil's _ _ _ _ _ _ _ _ 20 Coil Coil PROPN NNP Number=Sing 23 nmod:poss 23:nmod:poss _ 21 's 's PART POS _ 20 case 20:case _ @@ -25923,7 +25939,7 @@ 25 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 26 magickal magickal ADJ JJ Degree=Pos 27 amod 27:amod _ 27 current current NOUN NN Number=Sing 23 nmod 23:nmod:with _ -28 designed design VERB VBN Tense=Past|VerbForm=Part 27 acl 27:acl _ +28 designed design VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 27 acl 27:acl _ 29 to to PART TO _ 30 mark 30:mark _ 30 have have VERB VB VerbForm=Inf 28 advcl 28:advcl:to _ 31 a a DET DT Definite=Ind|PronType=Art 34 det 34:det _ @@ -25937,34 +25953,34 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0238 # text = Not 200,000 guns - the numbers dont work: 1 Not not PART RB _ 3 advmod 3:advmod _ -2 200,000 200,000 NUM CD NumType=Card 3 nummod 3:nummod _ +2 200,000 200000 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 3 guns gun NOUN NNS Number=Plur 0 root 0:root _ -4 - - PUNCT , _ 3 punct 3:punct _ +4 - - PUNCT , _ 9 punct 9:punct _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 numbers number NOUN NNS Number=Plur 9 nsubj 9:nsubj _ 7-8 dont _ _ _ _ _ _ _ _ -7 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ -8 nt not PART RB _ 9 advmod 9:advmod _ +7 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +8 nt not PART RB Typo=Yes 9 advmod 9:advmod CorrectForm=n't 9 work work VERB VB VerbForm=Inf 3 parataxis 3:parataxis SpaceAfter=No -10 : : PUNCT : _ 1 punct 1:punct _ +10 : : PUNCT : _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0239 # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0060 # text = 5kg per gun, 200,000 guns means 1000 tonnes, impossible for 4 containers. -1 5 5 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No +1 5 5 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No 2 kg kg NOUN NNS Number=Plur 8 nsubj 8:nsubj _ 3 per per ADP IN _ 4 case 4:case _ 4 gun gun NOUN NN Number=Sing 2 nmod 2:nmod:per SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ -6 200,000 200,000 NUM CD NumType=Card 7 nummod 7:nummod _ +5 , , PUNCT , _ 7 punct 7:punct _ +6 200,000 200000 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 guns gun NOUN NNS Number=Plur 2 appos 2:appos _ 8 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -9 1000 1000 NUM CD NumType=Card 10 nummod 10:nummod _ +9 1000 1000 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 tonnes tonne NOUN NNS Number=Plur 8 obj 8:obj SpaceAfter=No 11 , , PUNCT , _ 12 punct 12:punct _ 12 impossible impossible ADJ JJ Degree=Pos 10 amod 10:amod _ 13 for for ADP IN _ 15 case 15:case _ -14 4 4 NUM CD NumType=Card 15 nummod 15:nummod _ +14 4 4 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 15 containers container NOUN NNS Number=Plur 12 obl 12:obl:for SpaceAfter=No 16 . . PUNCT . _ 12 punct 12:punct _ @@ -25974,14 +25990,14 @@ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 load load NOUN NN Number=Sing 6 nsubj 6:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ -5 99 99 NUM CD NumType=Card 6 nummod 6:nummod _ +5 99 99 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 tonnes tonne NOUN NNS Number=Plur 8 advcl 8:advcl:if _ 7 there there PRON EX _ 8 expl 8:expl _ -8 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 probably probably ADV RB _ 8 advmod 8:advmod _ -10 less less ADJ JJR Degree=Cmp 12 advmod 12:advmod _ +10 less less ADJ JJR Degree=Cmp|ExtPos=ADV 12 advmod 12:advmod _ 11 than than ADP IN _ 10 fixed 10:fixed _ -12 20,000 20,000 NUM CD NumType=Card 8 nsubj 8:nsubj SpaceAfter=No +12 20,000 20000 NUM CD NumForm=Digit|NumType=Card 8 nsubj 8:nsubj SpaceAfter=No 13 . . PUNCT . _ 8 punct 8:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0241 @@ -25995,12 +26011,12 @@ 1 Maybe maybe ADV RB _ 13 advmod 13:advmod _ 2 if if SCONJ IN _ 4 mark 4:mark _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 formulate formulate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 formulate formulate VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 questions question NOUN NNS Number=Plur 4 obj 4:obj _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 little little ADJ JJ Degree=Pos 9 obl:npmod 9:obl:npmod _ -9 more more ADV RBR _ 4 advmod 4:advmod _ +9 more more ADV RBR Degree=Cmp 4 advmod 4:advmod _ 10 specifically specifically ADV RB _ 9 advmod 9:advmod _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 12 will will AUX MD VerbForm=Fin 13 aux 13:aux _ @@ -26016,11 +26032,11 @@ # text = "I am, therefore I think" :) 1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 am be VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +3 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +4 , , PUNCT , _ 7 punct 7:punct _ 5 therefore therefore ADV RB _ 7 advmod 7:advmod _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp SpaceAfter=No +7 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis SpaceAfter=No 8 " " PUNCT '' _ 3 punct 3:punct _ 9 :) :) SYM NFP _ 3 discourse 3:discourse _ @@ -26030,8 +26046,8 @@ 1 Reporting report VERB VBG VerbForm=Ger 0 root 0:root _ 2 from from ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 town town NOUN NN Number=Sing 1 obl 1:obl:from _ -5 where where SCONJ WRB PronType=Rel 11 mark 11:mark _ +4 town town NOUN NN Number=Sing 1 obl 1:obl:from|11:obl _ +5 where where ADV WRB PronType=Rel 11 advmod 4:ref _ 6 Susan Susan PROPN NNP Number=Sing 9 nmod:poss 9:nmod:poss _ 7-8 Polk's _ _ _ _ _ _ _ _ 7 Polk Polk PROPN NNP Number=Sing 6 flat 6:flat _ @@ -26046,7 +26062,7 @@ # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0063 # text = I went across the bay last night to attend a farmer's market and music event. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 across across ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 bay bay NOUN NN Number=Sing 2 obl 2:obl:across _ @@ -26068,11 +26084,11 @@ # text = Lo and behold, the Mormons were there with a booth. 1 Lo lo INTJ UH _ 8 discourse 8:discourse _ 2 and and CCONJ CC _ 3 cc 3:cc _ -3 behold behold INTJ UH _ 1 discourse 1:discourse SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +3 behold behold INTJ UH _ 1 conj 1:conj SpaceAfter=No +4 , , PUNCT , _ 1 punct 1:punct _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 Mormons Mormons PROPN NNPS Number=Plur 8 nsubj 8:nsubj _ -7 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 cop 8:cop _ +6 Mormons Mormon PROPN NNPS Number=Plur 8 nsubj 8:nsubj _ +7 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 8 there there ADV RB PronType=Dem 0 root 0:root _ 9 with with ADP IN _ 11 case 11:case _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ @@ -26081,7 +26097,7 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0247 # text = Two young men delivering information about the Mormon genealogy program. -1 Two two NUM CD NumType=Card 3 nummod 3:nummod _ +1 Two two NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 2 young young ADJ JJ Degree=Pos 3 amod 3:amod _ 3 men man NOUN NNS Number=Plur 0 root 0:root _ 4 delivering deliver VERB VBG VerbForm=Ger 3 acl 3:acl _ @@ -26097,11 +26113,11 @@ # text = Just give your email and/or phone number to these guys and they'll track down your family. 1 Just just ADV RB _ 2 advmod 2:advmod _ 2 give give VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 email email NOUN NN Number=Sing 2 obj 2:obj _ 5 and and CCONJ CC _ 9 cc 9:cc SpaceAfter=No 6 / / SYM SYM _ 7 cc 7:cc SpaceAfter=No -7 or or CCONJ CC _ 5 conj 5:conj|9:cc _ +7 or or CCONJ CC _ 5 conj 5:conj:slash|9:cc _ 8 phone phone NOUN NN Number=Sing 9 compound 9:compound _ 9 number number NOUN NN Number=Sing 4 conj 2:obj|4:conj:and_or _ 10 to to ADP IN _ 12 case 12:case _ @@ -26113,7 +26129,7 @@ 15 'll will AUX MD VerbForm=Fin 16 aux 16:aux _ 16 track track VERB VB VerbForm=Inf 2 conj 2:conj:and _ 17 down down ADP RP _ 16 compound:prt 16:compound:prt _ -18 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 family family NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No 20 . . PUNCT . _ 2 punct 2:punct _ @@ -26126,7 +26142,7 @@ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 spiel spiel NOUN NN Number=Sing 3 obl 3:obl:at _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 delivered deliver VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl SpaceAfter=No +8 delivered deliver VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl SpaceAfter=No 9 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0250 @@ -26134,28 +26150,28 @@ 1 Kindly kindly ADJ JJ Degree=Pos 3 amod 3:amod _ 2 young young ADJ JJ Degree=Pos 3 amod 3:amod _ 3 men man NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 7 punct 7:punct _ 5 but but CCONJ CC _ 7 cc 7:cc _ 6 utterly utterly ADV RB _ 7 advmod 7:advmod _ -7 programmed program VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:but _ +7 programmed program VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 conj 3:conj:but _ 8 and and CCONJ CC _ 11 cc 11:cc _ 9 brain brain NOUN NN Number=Sing 11 compound 11:compound SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 11 dead dead ADJ JJ Degree=Pos 7 conj 7:conj:and SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0251 # text = I resisted asking any questions that would have required either of them to think. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|3:nsubj:xsubj _ -2 resisted resist VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 resisted resist VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 asking ask VERB VBG VerbForm=Ger 2 xcomp 2:xcomp _ -4 any any DET DT _ 5 det 5:det _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 questions question NOUN NNS Number=Plur 3 obj 3:obj|9:nsubj _ 6 that that PRON WDT PronType=Rel 9 nsubj 5:ref _ 7 would would AUX MD VerbForm=Fin 9 aux 9:aux _ 8 have have AUX VB VerbForm=Inf 9 aux 9:aux _ 9 required require VERB VBN Tense=Past|VerbForm=Part 5 acl:relcl 5:acl:relcl _ -10 either either DET DT _ 9 obj 9:obj|14:nsubj:xsubj _ +10 either either DET DT PronType=Ind 9 obj 9:obj|14:nsubj:xsubj _ 11 of of ADP IN _ 12 case 12:case _ 12 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 10 nmod 10:nmod:of _ 13 to to PART TO _ 14 mark 14:mark _ @@ -26177,7 +26193,7 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0253 # text = Has anyone read the letter purportedly from Ahmadinejad to George Bush? 1 Has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ -2 anyone anyone PRON NN Number=Sing 3 nsubj 3:nsubj _ +2 anyone anyone PRON NN Number=Sing|PronType=Ind 3 nsubj 3:nsubj _ 3 read read VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 letter letter NOUN NN Number=Sing 3 obj 3:obj _ @@ -26198,14 +26214,14 @@ # text = I don't know if this has been verified. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 know know VERB VB VerbForm=Inf 0 root 0:root _ 5 if if SCONJ IN _ 9 mark 9:mark _ 6 this this PRON DT Number=Sing|PronType=Dem 9 nsubj:pass 9:nsubj:pass _ 7 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 been be AUX VBN Tense=Past|VerbForm=Part 9 aux:pass 9:aux:pass _ -9 verified verify VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 advcl 4:advcl:if SpaceAfter=No +9 verified verify VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 ccomp 4:ccomp SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0256 @@ -26217,7 +26233,7 @@ 5 after after ADP IN _ 7 case 7:case _ 6 succint succint ADJ JJ Degree=Pos 7 amod 7:amod _ 7 point point NOUN NN Number=Sing 4 nmod 4:nmod:after SpaceAfter=No -8 , , PUNCT , _ 14 punct 14:punct _ +8 , , PUNCT , _ 3 punct 3:punct _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 text text NOUN NN Number=Sing 14 nsubj 14:nsubj _ 11 of of ADP IN _ 13 case 13:case _ @@ -26225,17 +26241,17 @@ 13 letter letter NOUN NN Number=Sing 10 nmod 10:nmod:of _ 14 stands stand VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 15 on on ADP IN _ 18 case 18:case _ -16 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +16 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 17 own own ADJ JJ Degree=Pos 18 amod 18:amod _ 18 merit merit NOUN NN Number=Sing 14 obl 14:obl:on SpaceAfter=No -19 , , PUNCT , _ 14 punct 14:punct _ +19 , , PUNCT , _ 20 punct 20:punct _ 20 regardless regardless ADV RB _ 14 advmod 14:advmod SpaceAfter=No 21 . . PUNCT . _ 14 punct 14:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0257 # text = I like to imagine the thought processes going on in W's head if he were to actually read the letter, but it is hard to picture him actually reading this letter. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 imagine imagine VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -26248,12 +26264,12 @@ 11 W W PROPN NNP Number=Sing 13 nmod:poss 13:nmod:poss _ 12 's 's PART POS _ 11 case 11:case _ 13 head head NOUN NN Number=Sing 8 obl 8:obl:in _ -14 if if SCONJ IN _ 16 mark 16:mark _ -15 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj|19:nsubj:xsubj _ -16 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:if _ +14 if if SCONJ IN _ 19 mark 19:mark _ +15 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj _ +16 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 aux 19:aux _ 17 to to PART TO _ 19 mark 19:mark _ 18 actually actually ADV RB _ 19 advmod 19:advmod _ -19 read read VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ +19 read read VERB VB VerbForm=Inf 8 advcl 8:advcl _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 letter letter NOUN NN Number=Sing 19 obj 19:obj SpaceAfter=No 22 , , PUNCT , _ 26 punct 26:punct _ @@ -26274,12 +26290,12 @@ # text = As I read the letter, I considered the vast contrast between mind and morality of whoever wrote it, vs. that of the mind of the man who once said "Bring it on!" 1 As as SCONJ IN _ 3 mark 3:mark _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 read read VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:as _ +3 read read VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:as _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 letter letter NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 considered consider VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 considered consider VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 vast vast ADJ JJ Degree=Pos 11 amod 11:amod _ 11 contrast contrast NOUN NN Number=Sing 8 obj 8:obj _ @@ -26288,12 +26304,12 @@ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 morality morality NOUN NN Number=Sing 13 conj 11:nmod:between|13:conj:and _ 16 of of ADP IN _ 17 case 17:case _ -17 whoever whoever PRON WP PronType=Int 13 nmod 13:nmod:of|18:conj _ -18 wrote write VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ -19 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 obj 17:obj|18:obj SpaceAfter=No +17 whoever whoever PRON WP PronType=Rel 13 nmod 13:nmod:of|18:nsubj _ +18 wrote write VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ +19 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 obj 18:obj SpaceAfter=No 20 , , PUNCT , _ 22 punct 22:punct _ -21 vs. vs. CCONJ CC _ 22 cc 22:cc _ -22 that that PRON DT Number=Sing|PronType=Dem 18 conj 17:ref _ +21 vs. versus ADP IN Abbr=Yes 22 case 22:case _ +22 that that PRON DT Number=Sing|PronType=Dem 18 obl 18:obl:versus _ 23 of of ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 mind mind NOUN NN Number=Sing 22 nmod 22:nmod:of _ @@ -26301,20 +26317,20 @@ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 man man NOUN NN Number=Sing 25 nmod 25:nmod:of|31:nsubj _ 29 who who PRON WP PronType=Rel 31 nsubj 28:ref _ -30 once once ADV RB NumType=Mult 31 advmod 31:advmod _ -31 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 28 acl:relcl 28:acl:relcl _ -32 " " PUNCT `` _ 31 punct 31:punct SpaceAfter=No +30 once once ADV RB NumForm=Word|NumType=Mult 31 advmod 31:advmod _ +31 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 28 acl:relcl 28:acl:relcl _ +32 " " PUNCT `` _ 33 punct 33:punct SpaceAfter=No 33 Bring bring VERB VB Mood=Imp|VerbForm=Fin 31 ccomp 31:ccomp _ 34 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 33 obj 33:obj _ 35 on on ADP RP _ 33 compound:prt 33:compound:prt SpaceAfter=No -36 ! ! PUNCT . _ 8 punct 8:punct SpaceAfter=No -37 " " PUNCT '' _ 8 punct 8:punct _ +36 ! ! PUNCT . _ 33 punct 33:punct SpaceAfter=No +37 " " PUNCT '' _ 33 punct 33:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0259 # text = America, your condition is dire, dark and deep. 1 America America PROPN NNP Number=Sing 6 vocative 6:vocative SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 condition condition NOUN NN Number=Sing 6 nsubj 6:nsubj|8:nsubj|10:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 dire dire ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No @@ -26332,30 +26348,30 @@ 3 metal metal NOUN NN Number=Sing 4 compound 4:compound _ 4 music music NOUN NN Number=Sing 5 compound 5:compound _ 5 farce farce NOUN NN Number=Sing 10 obl 10:obl:of SpaceAfter=No -6 , , PUNCT , _ 10 punct 10:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 Ministry Ministry PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 8 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 definately definately ADV RB _ 10 advmod 10:advmod _ 10 made make VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 11 in in NOUN NN Number=Sing 13 compound 13:compound SpaceAfter=No -12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 road road NOUN NN Number=Sing 10 obj 10:obj _ 14 into into ADP IN _ 24 case 24:case _ -15 ' ' PUNCT `` _ 17 punct 17:punct SpaceAfter=No -16 Loose Loose PROPN NNP Number=Sing 17 compound 17:compound _ +15 ' ' PUNCT `` _ 14 punct 14:punct SpaceAfter=No +16 Loose Loose ADJ NNP Degree=Pos 17 amod 17:amod _ 17 Change Change PROPN NNP Number=Sing 21 compound 21:compound SpaceAfter=No -18 " " PUNCT '' _ 17 punct 17:punct SpaceAfter=No -19 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No -20 " " PUNCT `` _ 21 punct 21:punct SpaceAfter=No +18 " " PUNCT '' _ 19 punct 19:punct SpaceAfter=No +19 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No +20 " " PUNCT `` _ 19 punct 19:punct SpaceAfter=No 21 Alex Alex PROPN NNP Number=Sing 24 compound 24:compound _ 22 Jones Jones PROPN NNP Number=Sing 21 flat 21:flat SpaceAfter=No 23 " " PUNCT '' _ 21 punct 21:punct _ 24 territory territory NOUN NN Number=Sing 13 nmod 13:nmod:into _ 25 with with ADP IN _ 28 case 28:case _ -26 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +26 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ 27 new new ADJ JJ Degree=Pos 28 amod 28:amod _ 28 record record NOUN NN Number=Sing 10 obl 10:obl:with SpaceAfter=No -29 , , PUNCT , _ 28 punct 28:punct _ +29 , , PUNCT , _ 32 punct 32:punct _ 30 Rio Rio PROPN NNP Number=Sing 31 compound 31:compound _ 31 Grande Grande PROPN NNP Number=Sing 32 compound 32:compound _ 32 Blood Blood PROPN NNP Number=Sing 28 appos 28:appos SpaceAfter=No @@ -26368,7 +26384,7 @@ 3 Diary Diary PROPN NNP Number=Sing 0 root 0:root _ 4 about about ADP IN _ 7 case 7:case _ 5-6 bush's _ _ _ _ _ _ _ _ -5 bush bush PROPN NNPS Number=Plur 7 nmod:poss 7:nmod:poss _ +5 bush Bush PROPN NNP Number=Sing 7 nmod:poss 7:nmod:poss _ 6 's 's PART POS _ 5 case 5:case _ 7 response response NOUN NN Number=Sing 3 nmod 3:nmod:about _ 8 to to ADP IN _ 11 case 11:case _ @@ -26386,7 +26402,7 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0263 # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0066 # text = =Executive Orders - -1 = = SYM NFP _ 3 punct 3:punct SpaceAfter=No +1 = = PUNCT NFP _ 3 punct 3:punct SpaceAfter=No 2 Executive executive ADJ JJ Degree=Pos 3 amod 3:amod _ 3 Orders order NOUN NNS Number=Plur 0 root 0:root _ 4 - - PUNCT : _ 3 punct 3:punct _ @@ -26395,14 +26411,14 @@ # text = very creepy, very scary 1 very very ADV RB _ 2 advmod 2:advmod _ 2 creepy creepy ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 5 punct 5:punct _ 4 very very ADV RB _ 5 advmod 5:advmod _ 5 scary scary ADJ JJ Degree=Pos 2 parataxis 2:parataxis _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0265 # text = They have been accumulating for years, and basically give the president to sieze the government whenever he feels like it. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj|10:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux 4:aux _ 4 accumulating accumulate VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 for for ADP IN _ 6 case 6:case _ @@ -26410,14 +26426,14 @@ 7 , , PUNCT , _ 10 punct 10:punct _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 basically basically ADV RB _ 10 advmod 10:advmod _ -10 give give VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +10 give give VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -12 president president NOUN NN Number=Sing 10 obj 10:obj _ +12 president president NOUN NN Number=Sing 10 iobj 10:iobj _ 13 to to PART TO _ 14 mark 14:mark _ -14 sieze sieze VERB VB VerbForm=Inf 10 advcl 10:advcl:to _ +14 sieze seize VERB VB Typo=Yes|VerbForm=Inf 10 advcl 10:advcl:to CorrectForm=seize 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 government government NOUN NN Number=Sing 14 obj 14:obj _ -17 whenever whenever SCONJ WRB PronType=Int 19 mark 19:mark _ +17 whenever whenever ADV WRB PronType=Int 19 advmod 19:advmod _ 18 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj _ 19 feels feel VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl _ 20 like like ADP IN _ 21 case 21:case _ @@ -26434,22 +26450,22 @@ 6 thing thing NOUN NN Number=Sing 4 obj 4:obj _ 7 like like ADP IN _ 8 case 8:case _ 8 that that PRON DT Number=Sing|PronType=Dem 6 nmod 6:nmod:like SpaceAfter=No -9 .... .... PUNCT , _ 4 punct 4:punct _ +9 .... .... PUNCT , _ 11 punct 11:punct _ 10 hey hey INTJ UH _ 11 discourse 11:discourse _ 11 wait wait VERB VB Mood=Imp|VerbForm=Fin 4 parataxis 4:parataxis _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -13 minute minute NOUN NN Number=Sing 4 obj 4:obj _ +13 minute minute NOUN NN Number=Sing 11 obj 11:obj _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0267 # text = ==Why did Bush revoke Executive Order 13011 today? 1 == == SYM NFP _ 5 discourse 5:discourse SpaceAfter=No 2 Why why ADV WRB PronType=Int 5 advmod 5:advmod _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +3 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 4 Bush Bush PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 5 revoke revoke VERB VB VerbForm=Inf 0 root 0:root _ -6 Executive Executive PROPN NNP Number=Sing 7 compound 7:compound _ +6 Executive Executive ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Order Order PROPN NNP Number=Sing 5 obj 5:obj _ -8 13011 13011 NUM CD NumType=Card 7 nummod 7:nummod _ +8 13011 13011 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 9 today today NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod SpaceAfter=No 10 ? ? PUNCT . _ 5 punct 5:punct _ @@ -26462,14 +26478,14 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0269 # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0068 # text = Fri May 12, 2006 at 08:27:46 PM PDT -1 Fri Fri PROPN NNP Number=Sing 0 root 0:root _ +1 Fri Friday PROPN NNP Abbr=Yes|Number=Sing 0 root 0:root _ 2 May May PROPN NNP Number=Sing 1 appos 1:appos _ -3 12 12 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ -5 2006 2006 NUM CD NumType=Card 1 nmod:tmod 1:nmod:tmod _ +3 12 12 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No +4 , , PUNCT , _ 5 punct 5:punct _ +5 2006 2006 NUM CD NumForm=Digit|NumType=Card 1 nmod:tmod 1:nmod:tmod _ 6 at at ADP IN _ 8 case 8:case _ -7 08:27:46 08:27:46 NUM CD NumType=Card 8 nummod 8:nummod _ -8 PM pm NOUN NN Number=Sing 1 nmod 1:nmod:at _ +7 08:27:46 08:27:46 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ +8 PM p.m. NOUN NN Number=Sing 1 nmod 1:nmod:at _ 9 PDT PDT PROPN NNP Number=Sing 8 nmod:npmod 8:nmod:npmod _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0270 @@ -26481,9 +26497,9 @@ 4 whitehouse.gov whitehouse.gov PROPN NNP Number=Sing 5 compound 5:compound _ 5 site site NOUN NN Number=Sing 2 obj 2:obj _ 6 today today NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +7 , , PUNCT , _ 2 punct 2:punct _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 noticed notice VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 noticed notice VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 11 following follow VERB VBG VerbForm=Ger 13 amod 13:amod _ 12 Executive executive ADJ JJ Degree=Pos 13 amod 13:amod _ @@ -26494,30 +26510,30 @@ # text = Executive Order: Amendments to Executive Orders 11030, 13279, 13339, 13381, and 13389, and ***Revocation*** of Executive Order 13011.... 1 Executive executive ADJ JJ Degree=Pos 2 amod 2:amod _ 2 Order order NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 4 punct 4:punct _ 4 Amendments amendment NOUN NNS Number=Plur 2 appos 2:appos _ 5 to to ADP IN _ 7 case 7:case _ 6 Executive executive ADJ JJ Degree=Pos 7 amod 7:amod _ 7 Orders order NOUN NNS Number=Plur 4 nmod 4:nmod:to _ -8 11030 11030 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No +8 11030 11030 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No 9 , , PUNCT , _ 10 punct 10:punct _ -10 13279 13279 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No +10 13279 13279 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No 11 , , PUNCT , _ 12 punct 12:punct _ -12 13339 13339 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No +12 13339 13339 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No 13 , , PUNCT , _ 14 punct 14:punct _ -14 13381 13381 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No +14 13381 13381 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No 15 , , PUNCT , _ 17 punct 17:punct _ 16 and and CCONJ CC _ 17 cc 17:cc _ -17 13389 13389 NUM CD NumType=Card 7 conj 4:nmod:to|7:conj:and SpaceAfter=No +17 13389 13389 NUM CD NumForm=Digit|NumType=Card 7 conj 4:nmod:to|7:conj:and SpaceAfter=No 18 , , PUNCT , _ 21 punct 21:punct _ 19 and and CCONJ CC _ 21 cc 21:cc _ -20 *** *** PUNCT NFP _ 21 punct 21:punct SpaceAfter=No +20 *** *** PUNCT NFP _ 19 punct 19:punct SpaceAfter=No 21 Revocation revocation NOUN NN Number=Sing 4 conj 2:appos|4:conj:and SpaceAfter=No -22 *** *** PUNCT NFP _ 21 punct 21:punct _ +22 *** *** PUNCT NFP _ 25 punct 25:punct _ 23 of of ADP IN _ 25 case 25:case _ 24 Executive executive ADJ JJ Degree=Pos 25 amod 25:amod _ 25 Order order NOUN NN Number=Sing 21 nmod 21:nmod:of _ -26 13011 13011 NUM CD NumType=Card 25 nummod 25:nummod SpaceAfter=No +26 13011 13011 NUM CD NumForm=Digit|NumType=Card 25 nummod 25:nummod SpaceAfter=No 27 .... .... PUNCT , _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0272 @@ -26528,13 +26544,13 @@ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 believe believe VERB VB VerbForm=Inf 0 root 0:root _ 5 there there PRON EX _ 6 expl 6:expl _ -6 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ -7 no no DET DT _ 10 det 10:det _ +6 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +7 no no DET DT PronType=Neg 10 det 10:det _ 8 serious serious ADJ JJ Degree=Pos 10 amod 10:amod _ 9 metal metal NOUN NN Number=Sing 10 compound 10:compound _ 10 fans fan NOUN NNS Number=Plur 6 nsubj 6:nsubj|12:nsubj _ 11 who who PRON WP PronType=Rel 12 nsubj 10:ref _ -12 frequent frequent VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +12 frequent frequent VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ 13 RI RI PROPN NNP Number=Sing 12 obj 12:obj SpaceAfter=No 14 . . PUNCT . _ 4 punct 4:punct _ @@ -26542,7 +26558,7 @@ # text = I'm wary of jumping into this fray without backup, that's for damn sure. :) 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 wary wary ADJ JJ Degree=Pos 0 root 0:root _ 4 of of SCONJ IN _ 5 mark 5:mark _ 5 jumping jump VERB VBG VerbForm=Ger 3 advcl 3:advcl:of _ @@ -26551,7 +26567,7 @@ 8 fray fray NOUN NN Number=Sing 5 obl 5:obl:into _ 9 without without ADP IN _ 10 case 10:case _ 10 backup backup NOUN NN Number=Sing 5 obl 5:obl:without SpaceAfter=No -11 , , PUNCT , _ 3 punct 3:punct _ +11 , , PUNCT , _ 16 punct 16:punct _ 12-13 that's _ _ _ _ _ _ _ _ 12 that that PRON DT Number=Sing|PronType=Dem 16 nsubj 16:nsubj _ 13 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ @@ -26565,13 +26581,13 @@ # text = I'm a regular poster but for some reason blogger won't let me in today...but sign me TroubleFunk. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|19:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 regular regular ADJ JJ Degree=Pos 5 amod 5:amod _ 5 poster poster NOUN NN Number=Sing 0 root 0:root _ 6 but but CCONJ CC _ 13 cc 13:cc _ 7 for for ADP IN _ 9 case 9:case _ -8 some some DET DT _ 9 det 9:det _ +8 some some DET DT PronType=Ind 9 det 9:det _ 9 reason reason NOUN NN Number=Sing 13 obl 13:obl:for _ 10 blogger blogger PROPN NNP Number=Sing 13 nsubj 13:nsubj _ 11-12 won't _ _ _ _ _ _ _ _ @@ -26581,7 +26597,7 @@ 14 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 13 obj 13:obj _ 15 in in ADP RP _ 13 compound:prt 13:compound:prt _ 16 today today NOUN NN Number=Sing 13 obl:tmod 13:obl:tmod SpaceAfter=No -17 ... ... PUNCT , _ 5 punct 5:punct SpaceAfter=No +17 ... ... PUNCT , _ 19 punct 19:punct SpaceAfter=No 18 but but CCONJ CC _ 19 cc 19:cc _ 19 sign sign VERB VB Mood=Imp|VerbForm=Fin 5 conj 5:conj:but _ 20 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 19 obj 19:obj|21:nsubj:xsubj _ @@ -26597,17 +26613,17 @@ # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0070 # text = Simply, the questions permeate the entire 'Western (Mystery) Tradition' and perhaps 'Eastern' as well, as they relate to the confluence of politics and spirituality. 1 Simply simply ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 questions question NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -5 permeate permeate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 permeate permeate VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 7 entire entire ADJ JJ Degree=Pos 13 amod 13:amod _ 8 ' ' PUNCT `` _ 13 punct 13:punct SpaceAfter=No 9 Western western ADJ JJ Degree=Pos 13 amod 13:amod _ -10 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No +10 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 11 Mystery mystery NOUN NN Number=Sing 13 compound 13:compound SpaceAfter=No -12 ) ) PUNCT -RRB- _ 13 punct 13:punct _ +12 ) ) PUNCT -RRB- _ 11 punct 11:punct _ 13 Tradition tradition NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No 14 ' ' PUNCT '' _ 13 punct 13:punct _ 15 and and CCONJ CC _ 18 cc 18:cc _ @@ -26617,10 +26633,10 @@ 19 ' ' PUNCT '' _ 18 punct 18:punct _ 20 as as ADV RB _ 13 advmod 13:advmod _ 21 well well ADV RB Degree=Pos 20 fixed 20:fixed SpaceAfter=No -22 , , PUNCT , _ 5 punct 5:punct _ +22 , , PUNCT , _ 25 punct 25:punct _ 23 as as SCONJ IN _ 25 mark 25:mark _ 24 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 25 nsubj 25:nsubj _ -25 relate relate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:as _ +25 relate relate VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:as _ 26 to to ADP IN _ 28 case 28:case _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 confluence confluence NOUN NN Number=Sing 25 obl 25:obl:to _ @@ -26634,7 +26650,7 @@ # text = For example, is the system of Crowleyan Thelema a failed alchemical process? 1 For for ADP IN _ 2 case 2:case _ 2 example example NOUN NN Number=Sing 13 obl 13:obl:for SpaceAfter=No -3 , , PUNCT , _ 13 punct 13:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 system system NOUN NN Number=Sing 13 nsubj 13:nsubj _ @@ -26642,7 +26658,7 @@ 8 Crowleyan crowleyan ADJ JJ Degree=Pos 9 amod 9:amod _ 9 Thelema Thelema PROPN NNP Number=Sing 6 nmod 6:nmod:of _ 10 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -11 failed fail VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ +11 failed fail VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod _ 12 alchemical alchemical ADJ JJ Degree=Pos 13 amod 13:amod _ 13 process process NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 14 ? ? PUNCT . _ 13 punct 13:punct _ @@ -26650,9 +26666,9 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0278 # text = Or was it supposed to initially be a process of alchemical appropriation? 1 Or or CCONJ CC _ 4 cc 4:cc _ -2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ -3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj|9:nsubj:xsubj _ -4 supposed suppose VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ +3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj:pass 4:nsubj:pass|9:nsubj:xsubj _ +4 supposed suppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 to to PART TO _ 9 mark 9:mark _ 6 initially initially ADV RB _ 9 advmod 9:advmod _ 7 be be AUX VB VerbForm=Inf 9 cop 9:cop _ @@ -26666,11 +26682,11 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0279 # text = Similarly, is invoking ancient Egyptian gods and goddesses a reaffirmation of an oppressive and hierarchical system? 1 Similarly similarly ADV RB _ 11 advmod 11:advmod SpaceAfter=No -2 , , PUNCT , _ 11 punct 11:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ -4 invoking invoke VERB VBG VerbForm=Ger 11 nsubj 11:nsubj _ +4 invoking invoke VERB VBG VerbForm=Ger 11 csubj 11:csubj _ 5 ancient ancient ADJ JJ Degree=Pos 7 amod 7:amod _ -6 Egyptian egyptian ADJ JJ Degree=Pos 7 amod 7:amod _ +6 Egyptian Egyptian ADJ JJ Degree=Pos 7 amod 7:amod _ 7 gods god NOUN NNS Number=Plur 4 obj 4:obj _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 goddesses goddess NOUN NNS Number=Plur 7 conj 4:obj|7:conj:and _ @@ -26687,13 +26703,13 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0280 # text = In my opinion, people can no longer afford to partition out and compartmentalize personal spiritual and political systems. 1 In in ADP IN _ 3 case 3:case _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 opinion opinion NOUN NN Number=Sing 9 obl 9:obl:in SpaceAfter=No -4 , , PUNCT , _ 9 punct 9:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 people people NOUN NNS Number=Plur 9 nsubj 9:nsubj|11:nsubj:xsubj|14:nsubj:xsubj _ 6 can can AUX MD VerbForm=Fin 9 aux 9:aux _ 7 no no ADV RB _ 8 advmod 8:advmod _ -8 longer longer ADV RBR Degree=Cmp 9 advmod 9:advmod _ +8 longer long ADV RBR Degree=Cmp 9 advmod 9:advmod _ 9 afford afford VERB VB VerbForm=Inf 0 root 0:root _ 10 to to PART TO _ 11 mark 11:mark _ 11 partition partition VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ @@ -26715,7 +26731,7 @@ 4 weirdness weirdness NOUN NN Number=Sing 15 nsubj 15:nsubj|17:nsubj SpaceAfter=No 5 ' ' PUNCT '' _ 4 punct 4:punct _ 6 and and CCONJ CC _ 11 cc 11:cc _ -7 more more ADV RBR _ 8 advmod 8:advmod _ +7 more more ADV RBR Degree=Cmp 8 advmod 8:advmod _ 8 hardcore hardcore ADJ JJ Degree=Pos 11 amod 11:amod _ 9 political political ADJ JJ Degree=Pos 11 amod 11:amod _ 10 ' ' PUNCT `` _ 11 punct 11:punct SpaceAfter=No @@ -26738,14 +26754,14 @@ 3 to to ADP IN _ 5 case 5:case _ 4 death death NOUN NN Number=Sing 5 compound 5:compound _ 5 metal metal NOUN NN Number=Sing 2 nmod 2:nmod:to SpaceAfter=No -6 , , PUNCT , _ 15 punct 15:punct _ +6 , , PUNCT , _ 2 punct 2:punct _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 problem problem NOUN NN Number=Sing 15 nsubj 15:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop SpaceAfter=No -10 , , PUNCT , _ 15 punct 15:punct _ -11 once once ADV RB NumType=Mult 12 advmod 12:advmod _ +10 , , PUNCT , _ 9 punct 9:punct _ +11 once once ADV RB NumForm=Word|NumType=Mult 12 advmod 12:advmod _ 12 again again ADV RB _ 15 advmod 15:advmod SpaceAfter=No -13 , , PUNCT , _ 15 punct 15:punct _ +13 , , PUNCT , _ 12 punct 12:punct _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 question question NOUN NN Number=Sing 0 root 0:root _ 16 of of ADP IN _ 17 case 17:case _ @@ -26759,7 +26775,7 @@ 24 of of ADP IN _ 25 case 25:case _ 25 perspective perspective NOUN NN Number=Sing 23 nmod 23:nmod:of _ 26 in in ADP IN _ 28 case 28:case _ -27 American american ADJ JJ Degree=Pos 28 amod 28:amod _ +27 American American ADJ JJ Degree=Pos 28 amod 28:amod _ 28 culture culture NOUN NN Number=Sing 23 nmod 23:nmod:in SpaceAfter=No 29 . . PUNCT . _ 15 punct 15:punct _ @@ -26783,10 +26799,10 @@ 1 Baudelaire Baudelaire PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 3 perhaps perhaps ADV RB _ 4 advmod 4:advmod _ -4 one one NUM CD NumType=Card 0 root 0:root _ +4 one one NUM CD NumForm=Word|NumType=Card 0 root 0:root _ 5 of of ADP IN _ 12 case 12:case _ 6 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -7 first first ADJ JJ Degree=Pos|NumType=Ord 12 amod 12:amod _ +7 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 12 amod 12:amod _ 8 ' ' PUNCT `` _ 10 punct 10:punct SpaceAfter=No 9 death death NOUN NN Number=Sing 10 compound 10:compound _ 10 metal metal NOUN NN Number=Sing 12 compound 12:compound SpaceAfter=No @@ -26797,11 +26813,11 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0285 # text = Tronicus, if you're still checking this thread: 1 Tronicus Tronicus PROPN NNP Number=Sing 7 vocative 7:vocative SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 if if SCONJ IN _ 7 mark 7:mark _ 4-5 you're _ _ _ _ _ _ _ _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -5 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 still still ADV RB _ 7 advmod 7:advmod _ 7 checking check VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 8 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ @@ -26816,7 +26832,7 @@ 3 of of ADP IN _ 8 case 8:case _ 4 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 5 knee knee NOUN NN Number=Sing 7 compound 7:compound SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 jerk jerk NOUN NN Number=Sing 8 compound 8:compound _ 8 reaction reaction NOUN NN Number=Sing 2 nmod 2:nmod:of _ 9 from from ADP IN _ 10 case 10:case _ @@ -26825,24 +26841,24 @@ 12 , , PUNCT , _ 15 punct 15:punct _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 apologize apologize VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +15 apologize apologize VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 16 for for ADP IN _ 18 case 18:case _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 over-generalizations over-generalization NOUN NNS Number=Plur 15 obl 15:obl:for SpaceAfter=No 19 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0287 # text = My real problem is with literalist fundamentalists, of any religion. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 real real ADJ JJ Degree=Pos 3 amod 3:amod _ 3 problem problem NOUN NN Number=Sing 7 nsubj 7:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 5 with with ADP IN _ 7 case 7:case _ 6 literalist literalist NOUN NN Number=Sing 7 compound 7:compound _ 7 fundamentalists fundamentalist NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 11 punct 11:punct _ 9 of of ADP IN _ 11 case 11:case _ -10 any any DET DT _ 11 det 11:det _ +10 any any DET DT PronType=Ind 11 det 11:det _ 11 religion religion NOUN NN Number=Sing 7 nmod 7:nmod:of SpaceAfter=No 12 . . PUNCT . _ 7 punct 7:punct _ @@ -26850,7 +26866,7 @@ # text = True believers are dangerous animals. 1 True true ADJ JJ Degree=Pos 2 amod 2:amod _ 2 believers believer NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 dangerous dangerous ADJ JJ Degree=Pos 5 amod 5:amod _ 5 animals animal NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ @@ -26864,29 +26880,29 @@ 5 up up ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ 6 on on ADP IN _ 8 case 8:case _ 7 ' ' PUNCT `` _ 8 punct 8:punct SpaceAfter=No -8 Christians Christians PROPN NNPS Number=Plur 5 obl 5:obl:on SpaceAfter=No +8 Christians Christian PROPN NNPS Number=Plur 5 obl 5:obl:on SpaceAfter=No 9 ' ' PUNCT '' _ 8 punct 8:punct SpaceAfter=No -10 , , PUNCT , _ 5 punct 5:punct _ +10 , , PUNCT , _ 16 punct 16:punct _ 11 as as SCONJ IN _ 16 mark 16:mark _ 12-13 they're _ _ _ _ _ _ _ _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -13 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +13 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 15 dominant dominant ADJ JJ Degree=Pos 16 amod 16:amod _ 16 form form NOUN NN Number=Sing 3 advcl 3:advcl:as _ -17 where where SCONJ WRB PronType=Int 19 mark 19:mark _ +17 where where ADV WRB PronType=Int 19 advmod 19:advmod _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -19 come come VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:where _ +19 come come VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:where _ 20 from from ADP IN _ 19 obl 19:obl SpaceAfter=No -21 . . PUNCT . _ 5 punct 5:punct _ +21 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0290 # text = Also, I'm quite clear on the fact that those in power now (and, in general, most anyone at the top of a pyrimidal power structure) tend to use the dominant religion as a cloak to hide their true motivations and as a tool to control the masses. 1 Also also ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 I'm _ _ _ _ _ _ _ _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -4 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +4 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 quite quite ADV RB _ 6 advmod 6:advmod _ 6 clear clear ADJ JJ Degree=Pos 0 root 0:root _ 7 on on ADP IN _ 9 case 9:case _ @@ -26897,14 +26913,14 @@ 12 in in ADP IN _ 13 case 13:case _ 13 power power NOUN NN Number=Sing 11 nmod 11:nmod:in _ 14 now now ADV RB _ 11 advmod 11:advmod _ -15 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No +15 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No 16 and and CCONJ CC _ 22 cc 22:cc SpaceAfter=No -17 , , PUNCT , _ 22 punct 22:punct _ +17 , , PUNCT , _ 16 punct 16:punct _ 18 in in ADP IN _ 19 case 19:case _ 19 general general ADJ JJ Degree=Pos 22 nmod 22:nmod:in SpaceAfter=No -20 , , PUNCT , _ 22 punct 22:punct _ +20 , , PUNCT , _ 19 punct 19:punct _ 21 most most ADV RB _ 22 advmod 22:advmod _ -22 anyone anyone PRON NN Number=Sing 11 conj 11:conj:and|32:nsubj|34:nsubj:xsubj _ +22 anyone anyone PRON NN Number=Sing|PronType=Ind 11 conj 11:conj:and|32:nsubj|34:nsubj:xsubj _ 23 at at ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 top top NOUN NN Number=Sing 22 nmod 22:nmod:at _ @@ -26913,8 +26929,8 @@ 28 pyrimidal pyrimidal ADJ JJ Degree=Pos 30 amod 30:amod _ 29 power power NOUN NN Number=Sing 30 compound 30:compound _ 30 structure structure NOUN NN Number=Sing 25 nmod 25:nmod:of SpaceAfter=No -31 ) ) PUNCT -RRB- _ 11 punct 11:punct _ -32 tend tend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 acl 9:acl:that _ +31 ) ) PUNCT -RRB- _ 22 punct 22:punct _ +32 tend tend VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 acl 9:acl:that _ 33 to to PART TO _ 34 mark 34:mark _ 34 use use VERB VB VerbForm=Inf 32 xcomp 32:xcomp _ 35 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ @@ -26925,7 +26941,7 @@ 40 cloak cloak NOUN NN Number=Sing 34 obl 34:obl:as _ 41 to to PART TO _ 42 mark 42:mark _ 42 hide hide VERB VB VerbForm=Inf 40 acl 40:acl:to _ -43 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 45 nmod:poss 45:nmod:poss _ +43 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 45 nmod:poss 45:nmod:poss _ 44 true true ADJ JJ Degree=Pos 45 amod 45:amod _ 45 motivations motivation NOUN NNS Number=Plur 42 obj 42:obj _ 46 and and CCONJ CC _ 49 cc 49:cc _ @@ -26940,14 +26956,14 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0291 # text = It boggles the mind that ANYONE can take at face value Bush's claims to be a christian, yet many seem to do just that. -1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ +1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 expl 2:expl _ 2 boggles boggle VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 mind mind NOUN NN Number=Sing 2 obj 2:obj _ 5 that that SCONJ IN _ 8 mark 8:mark _ -6 ANYONE anyone PRON NN Number=Sing 8 nsubj 8:nsubj _ +6 ANYONE anyone PRON NN Number=Sing|PronType=Ind 8 nsubj 8:nsubj _ 7 can can AUX MD VerbForm=Fin 8 aux 8:aux _ -8 take take VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ +8 take take VERB VB VerbForm=Inf 2 csubj 2:csubj _ 9 at at ADP IN _ 11 case 11:case _ 10 face face NOUN NN Number=Sing 11 compound 11:compound _ 11 value value NOUN NN Number=Sing 8 obl 8:obl:at _ @@ -26958,32 +26974,32 @@ 15 to to PART TO _ 18 mark 18:mark _ 16 be be AUX VB VerbForm=Inf 18 cop 18:cop _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ -18 christian christian PROPN NNP Number=Sing 14 acl 14:acl:to SpaceAfter=No +18 christian Christian PROPN NNP Number=Sing 14 acl 14:acl:to SpaceAfter=No 19 , , PUNCT , _ 22 punct 22:punct _ 20 yet yet CCONJ CC _ 22 cc 22:cc _ 21 many many ADJ JJ Degree=Pos 22 nsubj 22:nsubj|24:nsubj:xsubj _ -22 seem seem VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:yet _ +22 seem seem VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:yet _ 23 to to PART TO _ 24 mark 24:mark _ 24 do do VERB VB VerbForm=Inf 22 xcomp 22:xcomp _ 25 just just ADV RB _ 26 advmod 26:advmod _ -26 that that DET DT Number=Sing|PronType=Dem 24 obj 24:obj SpaceAfter=No +26 that that PRON DT Number=Sing|PronType=Dem 24 obj 24:obj SpaceAfter=No 27 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0292 # text = I seem to remember something about 'by their works shall ye know them." 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 seem seem VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 seem seem VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 remember remember VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 something something PRON NN Number=Sing 4 obj 4:obj _ +5 something something PRON NN Number=Sing|PronType=Ind 4 obj 4:obj _ 6 about about ADP IN _ 13 mark 13:mark _ -7 ' ' PUNCT `` _ 13 punct 13:punct SpaceAfter=No +7 ' ' PUNCT `` _ 6 punct 6:punct SpaceAfter=No 8 by by ADP IN _ 10 case 10:case _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 works work NOUN NNS Number=Plur 13 obl 13:obl:by _ 11 shall shall AUX MD VerbForm=Fin 13 aux 13:aux _ -12 ye ye PRON PRP _ 13 nsubj 13:nsubj _ -13 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl 5:acl:about _ +12 ye ye PRON PRP Case=Nom|Number=Plur|Person=2|PronType=Prs|Style=Arch 13 nsubj 13:nsubj ModernForm=you +13 know know VERB VB VerbForm=Inf 5 acl 5:acl:about _ 14 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 13 obj 13:obj SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct SpaceAfter=No 16 " " PUNCT '' _ 2 punct 2:punct _ @@ -26991,28 +27007,28 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0293 # text = I do get my hackles up a bit when people haul out the old 'Rock-N-Roll made them do it' argument. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 get get VERB VB VerbForm=Inf 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 hackles hackles NOUN NNS Number=Plur 3 obj 3:obj _ 6 up up ADV RB _ 3 advmod 3:advmod _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 bit bit NOUN NN Number=Sing 3 obl:npmod 3:obl:npmod _ -9 when when SCONJ WRB PronType=Int 11 mark 11:mark _ +9 when when ADV WRB PronType=Int 11 advmod 11:advmod _ 10 people people NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -11 haul haul VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:when _ +11 haul haul VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:when _ 12 out out ADV RB _ 11 advmod 11:advmod _ 13 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 14 old old ADJ JJ Degree=Pos 26 amod 26:amod _ 15 ' ' PUNCT `` _ 21 punct 21:punct SpaceAfter=No 16 Rock rock NOUN NN Number=Sing 21 nsubj 21:nsubj SpaceAfter=No -17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +17 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No 18 N and CCONJ CC Abbr=Yes 20 cc 20:cc SpaceAfter=No -19 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No +19 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No 20 Roll roll NOUN NN Number=Sing 16 conj 16:conj:and|21:nsubj _ -21 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 26 compound 26:compound _ -22 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 23 nsubj 23:nsubj _ -23 do do VERB VB VerbForm=Inf 21 ccomp 21:ccomp _ +21 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 26 compound 26:compound _ +22 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 21 obj 21:obj|23:nsubj:xsubj _ +23 do do VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ 24 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 23 obj 23:obj SpaceAfter=No 25 ' ' PUNCT '' _ 21 punct 21:punct _ 26 argument argument NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No @@ -27020,45 +27036,45 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0294 # text = Whie I don't subscribe to the notion that the things we watch or listen to have no effect on our behavior (which I think is patently rediculous), it does bother me when people single out a specific group of people to pin the blame on. -1 Whie while SCONJ IN Typo=Yes 5 mark 5:mark _ +1 Whie while SCONJ IN Typo=Yes 5 mark 5:mark CorrectForm=While 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 3-4 don't _ _ _ _ _ _ _ _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 subscribe subscribe VERB VB VerbForm=Inf 34 advcl 34:advcl:while _ 6 to to ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -8 notion notion NOUN NN Number=Sing 5 obl 5:obl:to _ +8 notion notion NOUN NN Number=Sing 5 obl 5:obl:to|29:nsubj _ 9 that that SCONJ IN _ 17 mark 17:mark _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 things thing NOUN NNS Number=Plur 17 nsubj 17:nsubj _ 12 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj|15:nsubj _ -13 watch watch VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +13 watch watch VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 14 or or CCONJ CC _ 15 cc 15:cc _ -15 listen listen VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 conj 11:acl:relcl|13:conj:or _ +15 listen listen VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 13 conj 11:acl:relcl|13:conj:or _ 16 to to ADP IN _ 15 obl 15:obl _ -17 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 acl 8:acl:that _ -18 no no DET DT _ 19 det 19:det _ +17 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 acl 8:acl:that _ +18 no no DET DT PronType=Neg 19 det 19:det _ 19 effect effect NOUN NN Number=Sing 17 obj 17:obj _ 20 on on ADP IN _ 22 case 22:case _ -21 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 behavior behavior NOUN NN Number=Sing 19 nmod 19:nmod:on _ 23 ( ( PUNCT -LRB- _ 26 punct 26:punct SpaceAfter=No -24 which which PRON WDT PronType=Int 29 nsubj 29:nsubj _ +24 which which PRON WDT PronType=Rel 29 nsubj 8:ref _ 25 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 26 nsubj 26:nsubj _ -26 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +26 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 27 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 29 cop 29:cop _ 28 patently patently ADV RB _ 29 advmod 29:advmod _ -29 rediculous rediculous ADJ JJ Degree=Pos 26 ccomp 26:ccomp SpaceAfter=No +29 rediculous ridiculous ADJ JJ Degree=Pos|Typo=Yes 26 ccomp 26:ccomp CorrectForm=ridiculous|SpaceAfter=No 30 ) ) PUNCT -RRB- _ 26 punct 26:punct SpaceAfter=No -31 , , PUNCT , _ 34 punct 34:punct _ +31 , , PUNCT , _ 5 punct 5:punct _ 32 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 34 expl 34:expl _ 33 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 34 aux 34:aux _ 34 bother bother VERB VB VerbForm=Inf 0 root 0:root _ 35 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 34 obj 34:obj _ -36 when when SCONJ WRB PronType=Int 38 mark 38:mark _ +36 when when ADV WRB PronType=Int 38 advmod 38:advmod _ 37 people people NOUN NNS Number=Plur 38 nsubj 38:nsubj _ -38 single single VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 34 csubj 34:csubj _ +38 single single VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 34 csubj 34:csubj _ 39 out out ADP RP _ 38 compound:prt 38:compound:prt _ 40 a a DET DT Definite=Ind|PronType=Art 42 det 42:det _ 41 specific specific ADJ JJ Degree=Pos 42 amod 42:amod _ @@ -27081,7 +27097,7 @@ 5 lable lable NOUN NN Number=Sing 6 nsubj 6:nsubj _ 6 implies imply VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:as SpaceAfter=No 7 ) ) PUNCT -RRB- _ 6 punct 6:punct _ -8 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +8 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 not not PART RB _ 10 advmod 10:advmod _ 10 develope develope VERB VB VerbForm=Inf 0 root 0:root _ 11 in in ADP IN _ 13 case 13:case _ @@ -27093,27 +27109,27 @@ # newpar id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-p0072 # text = Again, I think the problem is people who sink to far into their own egos, and begin to take their personal metaphors a bit too literaly. 1 Again again ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 problem problem NOUN NN Number=Sing 8 nsubj 8:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 people people NOUN NNS Number=Plur 4 ccomp 4:ccomp|10:nsubj|19:nsubj|21:nsubj:xsubj _ 9 who who PRON WP PronType=Rel 10 nsubj 8:ref _ -10 sink sink VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ -11 to to ADV RB _ 12 advmod 12:advmod _ +10 sink sink VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +11 to too ADV RB Typo=Yes 12 advmod 12:advmod CorrectForm=too 12 far far ADV RB Degree=Pos 10 advmod 10:advmod _ 13 into into ADP IN _ 16 case 16:case _ -14 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +14 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 15 own own ADJ JJ Degree=Pos 16 amod 16:amod _ 16 egos ego NOUN NNS Number=Plur 10 obl 10:obl:into SpaceAfter=No 17 , , PUNCT , _ 19 punct 19:punct _ 18 and and CCONJ CC _ 19 cc 19:cc _ -19 begin begin VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 conj 8:acl:relcl|10:conj:and _ +19 begin begin VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 conj 8:acl:relcl|10:conj:and _ 20 to to PART TO _ 21 mark 21:mark _ 21 take take VERB VB VerbForm=Inf 19 xcomp 19:xcomp _ -22 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +22 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 23 personal personal ADJ JJ Degree=Pos 24 amod 24:amod _ 24 metaphors metaphor NOUN NNS Number=Plur 21 obj 21:obj _ 25 a a DET DT Definite=Ind|PronType=Art 26 det 26:det _ @@ -27126,14 +27142,14 @@ # text = These people are dangerous wether they're head-banging to 'Canibal Corpse' or humming along to 'Onward Christian Soldiers'. 1 These this DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 people people NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 dangerous dangerous ADJ JJ Degree=Pos 0 root 0:root _ -5 wether whether SCONJ IN Typo=Yes 10 mark 10:mark _ +5 wether whether SCONJ IN Typo=Yes 10 mark 10:mark CorrectForm=whether 6-7 they're _ _ _ _ _ _ _ _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj|17:nsubj _ -7 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +7 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 8 head head NOUN NN Number=Sing 10 obl:npmod 10:obl:npmod SpaceAfter=No -9 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +9 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No 10 banging bang VERB VBG Tense=Pres|VerbForm=Part 4 advcl 4:advcl:whether _ 11 to to ADP IN _ 14 case 14:case _ 12 ' ' PUNCT `` _ 14 punct 14:punct SpaceAfter=No @@ -27146,8 +27162,8 @@ 19 to to ADP IN _ 23 case 23:case _ 20 ' ' PUNCT `` _ 23 punct 23:punct SpaceAfter=No 21 Onward onward ADV RB _ 23 compound 23:compound _ -22 Christian Christian PROPN NNP Number=Sing 23 compound 23:compound _ -23 Soldiers Soldiers PROPN NNPS Number=Plur 17 obl 17:obl:to SpaceAfter=No +22 Christian Christian ADJ NNP Degree=Pos 23 amod 23:amod _ +23 Soldiers Soldier PROPN NNPS Number=Plur 17 obl 17:obl:to SpaceAfter=No 24 ' ' PUNCT '' _ 23 punct 23:punct SpaceAfter=No 25 . . PUNCT . _ 4 punct 4:punct _ @@ -27171,14 +27187,14 @@ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0299 # text = I have nothing but respect for people who adhear to non-violence, forgiveness, and charity, but it's important to remember that Christians (or 'Smartwolves') do not have a monopoly on that particular lifestyle. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 nothing nothing PRON NN Number=Sing 2 obj 2:obj _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 nothing nothing PRON NN Number=Sing|PronType=Neg 2 obj 2:obj _ 4 but but ADP IN _ 5 case 5:case _ 5 respect respect NOUN NN Number=Sing 3 nmod 3:nmod:but _ 6 for for ADP IN _ 7 case 7:case _ 7 people people NOUN NNS Number=Plur 3 nmod 3:nmod:for|9:nsubj _ 8 who who PRON WP PronType=Rel 9 nsubj 7:ref _ -9 adhear adhear VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +9 adhear adhere VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 7 acl:relcl 7:acl:relcl CorrectForm=adhere 10 to to ADP IN _ 11 case 11:case _ 11 non-violence non-violence NOUN NN Number=Sing 9 obl 9:obl:to SpaceAfter=No 12 , , PUNCT , _ 13 punct 13:punct _ @@ -27195,14 +27211,14 @@ 22 to to PART TO _ 23 mark 23:mark _ 23 remember remember VERB VB VerbForm=Inf 21 csubj 21:csubj _ 24 that that SCONJ IN _ 34 mark 34:mark _ -25 Christians Christians PROPN NNPS Number=Plur 34 nsubj 34:nsubj _ -26 ( ( PUNCT -LRB- _ 25 punct 25:punct SpaceAfter=No +25 Christians Christian PROPN NNPS Number=Plur 34 nsubj 34:nsubj _ +26 ( ( PUNCT -LRB- _ 29 punct 29:punct SpaceAfter=No 27 or or CCONJ CC _ 29 cc 29:cc _ 28 ' ' PUNCT `` _ 29 punct 29:punct SpaceAfter=No 29 Smartwolves Smartwolves PROPN NNPS Number=Plur 25 conj 25:conj:or|34:nsubj SpaceAfter=No 30 ' ' PUNCT '' _ 29 punct 29:punct SpaceAfter=No -31 ) ) PUNCT -RRB- _ 25 punct 25:punct _ -32 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 34 aux 34:aux _ +31 ) ) PUNCT -RRB- _ 29 punct 29:punct _ +32 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 34 aux 34:aux _ 33 not not PART RB _ 34 advmod 34:advmod _ 34 have have VERB VB VerbForm=Inf 23 ccomp 23:ccomp _ 35 a a DET DT Definite=Ind|PronType=Art 36 det 36:det _ @@ -27229,7 +27245,7 @@ 6 government government NOUN NN Number=Sing 10 nsubj 10:nsubj _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 media media NOUN NN Number=Sing 6 conj 6:conj:and|10:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 having have VERB VBG Tense=Pres|VerbForm=Part 2 acl 2:acl:that _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 hissy hissy NOUN NN Number=Sing 13 compound 13:compound _ @@ -27243,7 +27259,7 @@ 20 , , PUNCT , _ 31 punct 31:punct _ 21 and and CCONJ CC _ 31 cc 31:cc _ 22 then then ADV RB PronType=Dem 31 advmod 31:advmod _ -23 200,000 200,000 NUM CD NumType=Card 31 nsubj 31:nsubj|32:nsubj:xsubj _ +23 200,000 200000 NUM CD NumForm=Digit|NumType=Card 31 nsubj 31:nsubj|32:nsubj:xsubj _ 24 of of ADP IN _ 26 case 26:case _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 26 guns gun NOUN NNS Number=Plur 23 nmod 23:nmod:of _ @@ -27251,22 +27267,22 @@ 28 wants want VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 acl:relcl 26:acl:relcl _ 29 to to PART TO _ 30 mark 30:mark _ 30 buy buy VERB VB VerbForm=Inf 28 xcomp 28:xcomp _ -31 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 conj 2:acl:that|10:conj:and _ +31 go go VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 conj 2:acl:that|10:conj:and _ 32 missing missing ADJ JJ Degree=Pos 31 xcomp 31:xcomp _ 33 on on ADP IN _ 35 case 35:case _ -34 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ +34 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ 35 way way NOUN NN Number=Sing 31 obl 31:obl:on _ 36 to to ADP IN _ 37 case 37:case _ 37 Iraq Iraq PROPN NNP Number=Sing 35 nmod 35:nmod:to _ 38 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 40 cop 40:cop _ 39 definitely definitely ADV RB _ 40 advmod 40:advmod _ -40 sus sus ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No +40 sus suspect ADJ JJ Degree=Pos|Typo=Yes 0 root 0:root CorrectForm=suspect|SpaceAfter=No 41 . . PUNCT . _ 40 punct 40:punct _ # sent_id = weblog-blogspot.com_rigorousintuition_20060511134300_ENG_20060511_134300-0302 # text = I guess those guns will be located enroute to Venezuela or found in storage there by one of the US's local stooges and they then have a pretext to ramp the spin up a notch or two. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 guess guess VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 guess guess VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 those that DET DT Number=Plur|PronType=Dem 4 det 4:det _ 4 guns gun NOUN NNS Number=Plur 7 nsubj:pass 7:nsubj:pass|12:nsubj:pass _ 5 will will AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -27276,12 +27292,12 @@ 9 to to ADP IN _ 10 case 10:case _ 10 Venezuela Venezuela PROPN NNP Number=Sing 8 obl 8:obl:to _ 11 or or CCONJ CC _ 12 cc 12:cc _ -12 found find VERB VBN Tense=Past|VerbForm=Part 7 conj 2:ccomp|7:conj:or _ +12 found find VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 conj 2:ccomp|7:conj:or _ 13 in in ADP IN _ 14 case 14:case _ 14 storage storage NOUN NN Number=Sing 12 obl 12:obl:in _ 15 there there ADV RB PronType=Dem 12 advmod 12:advmod _ 16 by by ADP IN _ 17 case 17:case _ -17 one one NUM CD NumType=Card 12 obl 12:obl:by _ +17 one one NUM CD NumForm=Word|NumType=Card 12 obl:agent 12:obl:agent _ 18 of of ADP IN _ 23 case 23:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20-21 US's _ _ _ _ _ _ _ _ @@ -27292,7 +27308,7 @@ 24 and and CCONJ CC _ 27 cc 27:cc _ 25 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 27 nsubj 27:nsubj _ 26 then then ADV RB PronType=Dem 27 advmod 27:advmod _ -27 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 conj 2:ccomp|7:conj:or _ +27 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 conj 2:ccomp|7:conj:or _ 28 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ 29 pretext pretext NOUN NN Number=Sing 27 obj 27:obj _ 30 to to PART TO _ 31 mark 31:mark _ @@ -27303,7 +27319,7 @@ 35 a a DET DT Definite=Ind|PronType=Art 36 det 36:det _ 36 notch notch NOUN NN Number=Sing 31 obl:npmod 31:obl:npmod _ 37 or or CCONJ CC _ 38 cc 38:cc _ -38 two two NUM CD NumType=Card 36 nummod 36:nummod SpaceAfter=No +38 two two NUM CD NumForm=Word|NumType=Card 36 conj 36:conj SpaceAfter=No 39 . . PUNCT . _ 2 punct 2:punct _ # newdoc id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100 @@ -27313,7 +27329,7 @@ 1 Thanks thanks NOUN NN Number=Sing 0 root 0:root _ 2 again again ADV RB _ 1 advmod 1:advmod _ 3 to to ADP IN _ 5 case 5:case _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 friend friend NOUN NN Number=Sing 1 nmod 1:nmod:to _ 6 Nick Nick PROPN NNP Number=Sing 5 appos 5:appos _ 7 Keck Keck PROPN NNP Number=Sing 6 flat 6:flat _ @@ -27334,11 +27350,11 @@ 5 of of ADP IN _ 7 case 7:case _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 speech speech NOUN NN Number=Sing 4 nmod 4:nmod:of _ -8 given give VERB VBN Tense=Past|VerbForm=Part 7 acl 7:acl _ +8 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl _ 9 by by ADP IN _ 12 case 12:case _ 10 an a DET DT Definite=Ind|PronType=Art 12 det 12:det _ -11 Arab arab ADJ JJ Degree=Pos 12 amod 12:amod _ -12 gentleman gentleman NOUN NN Number=Sing 8 obl 8:obl:by _ +11 Arab Arab ADJ JJ Degree=Pos 12 amod 12:amod _ +12 gentleman gentleman NOUN NN Number=Sing 8 obl:agent 8:obl:agent _ 13 before before ADP IN _ 16 case 16:case _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 15 advisory advisory ADJ JJ Degree=Pos 16 amod 16:amod _ @@ -27374,33 +27390,33 @@ 7 of of ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 Storm Storm PROPN NNP Number=Sing 6 nmod 6:nmod:of SpaceAfter=No -10 " " PUNCT `` _ 3 punct 3:punct _ +10 " " PUNCT '' _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0005 # newpar id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-p0002 # text = Talk delivered by Haim Harari at a meeting of the International Advisory Board of a large multi-national corporation, April, 2004: 1 Talk talk NOUN NN Number=Sing 0 root 0:root _ -2 delivered deliver VERB VBN Tense=Past|VerbForm=Part 1 acl 1:acl _ +2 delivered deliver VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 acl 1:acl _ 3 by by ADP IN _ 4 case 4:case _ -4 Haim Haim PROPN NNP Number=Sing 2 obl 2:obl:by _ +4 Haim Haim PROPN NNP Number=Sing 2 obl:agent 2:obl:agent _ 5 Harari Harari PROPN NNP Number=Sing 4 flat 4:flat _ 6 at at ADP IN _ 8 case 8:case _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 meeting meeting NOUN NN Number=Sing 2 obl 2:obl:at _ 9 of of ADP IN _ 13 case 13:case _ 10 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -11 International International PROPN NNP Number=Sing 13 compound 13:compound _ -12 Advisory Advisory PROPN NNP Number=Sing 13 compound 13:compound _ +11 International International ADJ NNP Degree=Pos 13 amod 13:amod _ +12 Advisory Advisory ADJ NNP Degree=Pos 13 amod 13:amod _ 13 Board Board PROPN NNP Number=Sing 8 nmod 8:nmod:of _ 14 of of ADP IN _ 18 case 18:case _ 15 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 16 large large ADJ JJ Degree=Pos 18 amod 18:amod _ 17 multi-national multi-national ADJ JJ Degree=Pos 18 amod 18:amod _ 18 corporation corporation NOUN NN Number=Sing 13 nmod 13:nmod:of SpaceAfter=No -19 , , PUNCT , _ 2 punct 2:punct _ +19 , , PUNCT , _ 20 punct 20:punct _ 20 April April PROPN NNP Number=Sing 2 obl:tmod 2:obl:tmod SpaceAfter=No -21 , , PUNCT , _ 20 punct 20:punct _ -22 2004 2004 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No +21 , , PUNCT , _ 22 punct 22:punct _ +22 2004 2004 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No 23 : : PUNCT : _ 1 punct 1:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0006 @@ -27408,35 +27424,35 @@ 1 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No 2 As as SCONJ IN _ 4 mark 4:mark _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:as SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +4 know know VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:as SpaceAfter=No +5 , , PUNCT , _ 4 punct 4:punct _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 7 usually usually ADV RB _ 8 advmod 8:advmod _ -8 provide provide VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 provide provide VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 10 scientific scientific ADJ JJ Degree=Pos 14 amod 14:amod _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 technological technological ADJ JJ Degree=Pos 10 conj 10:conj:and|14:amod _ -13 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No +13 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No 14 entertainment entertainment NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No -15 " " PUNCT '' _ 14 punct 14:punct _ +15 " " PUNCT '' _ 18 punct 18:punct _ 16 in in ADP IN _ 18 case 18:case _ -17 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 meetings meeting NOUN NNS Number=Plur 8 obl 8:obl:in SpaceAfter=No 19 , , PUNCT , _ 28 punct 28:punct _ 20 but but CCONJ CC _ 28 cc 28:cc SpaceAfter=No -21 , , PUNCT , _ 28 punct 28:punct _ +21 , , PUNCT , _ 20 punct 20:punct _ 22 on on ADP IN _ 24 case 24:case _ 23 this this DET DT Number=Sing|PronType=Dem 24 det 24:det _ 24 occasion occasion NOUN NN Number=Sing 28 obl 28:obl:on SpaceAfter=No -25 , , PUNCT , _ 28 punct 28:punct _ -26 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +25 , , PUNCT , _ 24 punct 24:punct _ +26 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 27 Chairman Chairman PROPN NNP Number=Sing 28 nsubj 28:nsubj _ -28 suggested suggest VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 conj 8:conj:but _ +28 suggested suggest VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 conj 8:conj:but _ 29 that that SCONJ IN _ 31 mark 31:mark _ 30 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 31 nsubj 31:nsubj _ -31 present present VERB VB VerbForm=Inf 28 ccomp 28:ccomp _ -32 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ +31 present present VERB VB Mood=Sub|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 28 ccomp 28:ccomp _ +32 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ 33 own own ADJ JJ Degree=Pos 35 amod 35:amod _ 34 personal personal ADJ JJ Degree=Pos 35 amod 35:amod _ 35 view view NOUN NN Number=Sing 31 obj 31:obj _ @@ -27451,15 +27467,15 @@ 44 from from ADP IN _ 45 case 45:case _ 45 which which PRON WDT PronType=Rel 47 obl 43:ref _ 46 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 47 nsubj 47:nsubj _ -47 come come VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 43 acl:relcl 43:acl:relcl SpaceAfter=No +47 come come VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 43 acl:relcl 43:acl:relcl SpaceAfter=No 48 . . PUNCT . _ 8 punct 8:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0007 # text = I have never been and I will never be a Government official and I have no privileged information. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 never never ADV RB _ 4 advmod 4:advmod _ -4 been be VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 been be AUX VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 and and CCONJ CC _ 12 cc 12:cc _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 9:nsubj|12:nsubj _ 7 will will AUX MD VerbForm=Fin 12 aux 12:aux _ @@ -27470,15 +27486,15 @@ 12 official official NOUN NN Number=Sing 4 conj 4:conj:and _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 conj 12:conj:and _ -16 no no DET DT _ 18 det 18:det _ +15 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 conj 12:conj:and _ +16 no no DET DT PronType=Neg 18 det 18:det _ 17 privileged privileged ADJ JJ Degree=Pos 18 amod 18:amod _ 18 information information NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No 19 . . PUNCT . _ 12 punct 12:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0008 # text = My perspective is entirely based on what I see, on what I read and on the fact that my family has lived in this region for almost 200 years. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 perspective perspective NOUN NN Number=Sing 5 nsubj:pass 5:nsubj:pass _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ 4 entirely entirely ADV RB _ 5 advmod 5:advmod _ @@ -27486,18 +27502,18 @@ 6 on on SCONJ IN _ 9 mark 9:mark _ 7 what what PRON WP PronType=Int 9 obj 9:obj _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj|18:nsubj _ -9 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:on SpaceAfter=No +9 see see VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:on SpaceAfter=No 10 , , PUNCT , _ 14 punct 14:punct _ 11 on on SCONJ IN _ 14 mark 14:mark _ 12 what what PRON WP PronType=Int 14 obj 14:obj _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 read read VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 conj 5:advcl:on|9:conj:and _ +14 read read VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 conj 5:advcl:on|9:conj:and _ 15 and and CCONJ CC _ 18 cc 18:cc _ 16 on on ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 fact fact NOUN NN Number=Sing 9 conj 5:advcl:on|9:conj:and _ 19 that that SCONJ IN _ 23 mark 23:mark _ -20 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 family family NOUN NN Number=Sing 23 nsubj 23:nsubj _ 22 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ 23 lived live VERB VBN Tense=Past|VerbForm=Part 18 acl 18:acl:that _ @@ -27506,7 +27522,7 @@ 26 region region NOUN NN Number=Sing 23 obl 23:obl:in _ 27 for for ADP IN _ 30 case 30:case _ 28 almost almost ADV RB _ 29 advmod 29:advmod _ -29 200 200 NUM CD NumType=Card 30 nummod 30:nummod _ +29 200 200 NUM CD NumForm=Digit|NumType=Card 30 nummod 30:nummod _ 30 years year NOUN NNS Number=Plur 23 obl 23:obl:for SpaceAfter=No 31 . . PUNCT . _ 5 punct 5:punct _ @@ -27515,26 +27531,26 @@ 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 2 may may AUX MD VerbForm=Fin 3 aux 3:aux _ 3 regard regard VERB VB VerbForm=Inf 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 views view NOUN NNS Number=Plur 3 obj 3:obj _ 6 as as ADP IN _ 7 case 7:case _ -7 those that PRON DT Number=Plur|PronType=Dem 3 obl 3:obl:as|17:obj _ +7 those that PRON DT Number=Plur|PronType=Dem 3 obl 3:obl:as|19:obj _ 8 of of ADP IN _ 12 case 12:case _ 9 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 10 proverbial proverbial ADJ JJ Degree=Pos 12 amod 12:amod _ 11 taxi taxi NOUN NN Number=Sing 12 compound 12:compound _ 12 driver driver NOUN NN Number=Sing 7 nmod 7:nmod:of SpaceAfter=No -13 , , PUNCT , _ 7 punct 7:punct _ -14 which which PRON WDT PronType=Rel 17 obj 7:ref _ -15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj|19:nsubj:xsubj _ -16 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ -17 supposed suppose VERB VBN Tense=Past|VerbForm=Part 7 acl:relcl 7:acl:relcl _ +13 , , PUNCT , _ 17 punct 17:punct _ +14 which which PRON WDT PronType=Rel 19 obj 7:ref _ +15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj:pass 17:nsubj:pass|19:nsubj:xsubj _ +16 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 17 aux:pass 17:aux:pass _ +17 supposed suppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl:relcl 7:acl:relcl _ 18 to to PART TO _ 19 mark 19:mark _ 19 question question VERB VB VerbForm=Inf 17 xcomp 17:xcomp SpaceAfter=No -20 , , PUNCT , _ 19 punct 19:punct _ -21 when when SCONJ WRB PronType=Int 23 mark 23:mark _ +20 , , PUNCT , _ 23 punct 23:punct _ +21 when when ADV WRB PronType=Int 23 advmod 23:advmod _ 22 you you PRON PRP Case=Nom|Person=2|PronType=Prs 23 nsubj 23:nsubj _ -23 visit visit VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:when _ +23 visit visit VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:when _ 24 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 25 country country NOUN NN Number=Sing 23 obj 23:obj SpaceAfter=No 26 . . PUNCT . _ 3 punct 3:punct _ @@ -27547,25 +27563,25 @@ 4 shared share VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 with with ADP IN _ 6 case 6:case _ 6 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 obl 4:obl:with _ -7 some some DET DT _ 9 det 9:det _ +7 some some DET DT PronType=Ind 9 det 9:det _ 8 fascinating fascinating ADJ JJ Degree=Pos 9 amod 9:amod _ 9 facts fact NOUN NNS Number=Plur 4 obj 4:obj _ 10 and and CCONJ CC _ 13 cc 13:cc _ -11 some some DET DT _ 13 det 13:det _ +11 some some DET DT PronType=Ind 13 det 13:det _ 12 personal personal ADJ JJ Degree=Pos 13 amod 13:amod _ 13 thoughts thought NOUN NNS Number=Plur 9 conj 4:obj|9:conj:and _ 14 about about ADP IN _ 19 case 19:case _ 15 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -16 Israeli israeli ADJ JJ Degree=Pos 18 amod 18:amod SpaceAfter=No -17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No -18 Arab arab ADJ JJ Degree=Pos 19 amod 19:amod _ +16 Israeli Israeli ADJ JJ Degree=Pos 18 amod 18:amod SpaceAfter=No +17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +18 Arab Arab ADJ JJ Degree=Pos 19 amod 19:amod _ 19 conflict conflict NOUN NN Number=Sing 9 nmod 9:nmod:about SpaceAfter=No 20 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0011 # text = However, I will touch upon it only in passing. 1 However however ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 5 touch touch VERB VB VerbForm=Inf 0 root 0:root _ @@ -27579,22 +27595,22 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0012 # text = I prefer to devote most of my remarks to the broader picture of the region and its place in world events. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 prefer prefer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 prefer prefer VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 devote devote VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 most most ADJ JJS Degree=Sup 4 obj 4:obj _ 6 of of ADP IN _ 8 case 8:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 remarks remark NOUN NNS Number=Plur 5 nmod 5:nmod:of _ 9 to to ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -11 broader broader ADJ JJR Degree=Cmp 12 amod 12:amod _ +11 broader broad ADJ JJR Degree=Cmp 12 amod 12:amod _ 12 picture picture NOUN NN Number=Sing 4 obl 4:obl:to _ 13 of of ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 region region NOUN NN Number=Sing 12 nmod 12:nmod:of _ 16 and and CCONJ CC _ 18 cc 18:cc _ -17 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 place place NOUN NN Number=Sing 15 conj 12:nmod:of|15:conj:and _ 19 in in ADP IN _ 21 case 21:case _ 20 world world NOUN NN Number=Sing 21 compound 21:compound _ @@ -27604,7 +27620,7 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0013 # text = I refer to the entire area between Pakistan and Morocco, which is predominantly Arab, predominantly Moslem, but includes many non-Arab and also significant non-Moslem minorities. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 refer refer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 refer refer VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 6 case 6:case _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 entire entire ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -27613,36 +27629,36 @@ 8 Pakistan Pakistan PROPN NNP Number=Sing 6 nmod 6:nmod:between _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 Morocco Morocco PROPN NNP Number=Sing 8 conj 6:nmod:between|8:conj:and SpaceAfter=No -11 , , PUNCT , _ 6 punct 6:punct _ +11 , , PUNCT , _ 15 punct 15:punct _ 12 which which PRON WDT PronType=Rel 15 nsubj 6:ref _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 14 predominantly predominantly ADV RB _ 15 advmod 15:advmod _ -15 Arab arab ADJ JJ Degree=Pos 6 acl:relcl 6:acl:relcl SpaceAfter=No +15 Arab Arab ADJ JJ Degree=Pos 6 acl:relcl 6:acl:relcl SpaceAfter=No 16 , , PUNCT , _ 18 punct 18:punct _ 17 predominantly predominantly ADV RB _ 18 advmod 18:advmod _ -18 Moslem moslem ADJ JJ Degree=Pos 15 conj 6:acl:relcl|15:conj:but SpaceAfter=No +18 Moslem Moslem ADJ JJ Degree=Pos 15 conj 6:acl:relcl|15:conj:but SpaceAfter=No 19 , , PUNCT , _ 21 punct 21:punct _ 20 but but CCONJ CC _ 21 cc 21:cc _ 21 includes include VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 conj 6:acl:relcl|15:conj:but _ 22 many many ADJ JJ Degree=Pos 23 amod 23:amod _ -23 non-Arab non-arab ADJ JJ Degree=Pos 28 amod 28:amod _ +23 non-Arab non-Arab ADJ JJ Degree=Pos 28 amod 28:amod _ 24 and and CCONJ CC _ 27 cc 27:cc _ 25 also also ADV RB _ 27 advmod 27:advmod _ 26 significant significant ADJ JJ Degree=Pos 27 amod 27:amod _ -27 non-Moslem non-moslem ADJ JJ Degree=Pos 23 conj 23:conj:and|28:amod _ +27 non-Moslem non-Moslem ADJ JJ Degree=Pos 23 conj 23:conj:and|28:amod _ 28 minorities minority NOUN NNS Number=Plur 21 obj 21:obj SpaceAfter=No 29 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0014 # text = Why do I put aside Israel and its own immediate neighborhood? 1 Why why ADV WRB PronType=Int 4 advmod 4:advmod _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 4 put put VERB VB VerbForm=Inf 0 root 0:root _ 5 aside aside ADP RP _ 4 compound:prt 4:compound:prt _ 6 Israel Israel PROPN NNP Number=Sing 4 obj 4:obj _ 7 and and CCONJ CC _ 11 cc 11:cc _ -8 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +8 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 9 own own ADJ JJ Degree=Pos 11 amod 11:amod _ 10 immediate immediate ADJ JJ Degree=Pos 11 amod 11:amod _ 11 neighborhood neighborhood NOUN NN Number=Sing 6 conj 4:obj|6:conj:and SpaceAfter=No @@ -27653,12 +27669,12 @@ 1 Because because SCONJ IN _ 28 mark 28:mark _ 2 Israel Israel PROPN NNP Number=Sing 28 nsubj 28:nsubj|36:nsubj _ 3 and and CCONJ CC _ 5 cc 5:cc _ -4 any any DET DT _ 5 det 5:det _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 problems problem NOUN NNS Number=Plur 2 conj 2:conj:and|28:nsubj _ 6 related related ADJ JJ Degree=Pos 5 amod 5:amod _ 7 to to ADP IN _ 8 case 8:case _ 8 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 obl 6:obl:to SpaceAfter=No -9 , , PUNCT , _ 28 punct 28:punct _ +9 , , PUNCT , _ 2 punct 2:punct _ 10 in in ADP IN _ 11 case 11:case _ 11 spite spite NOUN NN Number=Sing 28 obl 28:obl:in _ 12 of of SCONJ IN _ 16 mark 16:mark _ @@ -27672,7 +27688,7 @@ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 21 world world NOUN NN Number=Sing 22 compound 22:compound _ 22 media media NOUN NN Number=Sing 16 obl 16:obl:in SpaceAfter=No -23 , , PUNCT , _ 28 punct 28:punct _ +23 , , PUNCT , _ 11 punct 11:punct _ 24 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ 25 not not PART RB _ 28 advmod 28:advmod _ 26 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ @@ -27697,28 +27713,28 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0016 # text = Yes, there is a 100 year-old Israeli-Arab conflict, but it is not where the main show is. 1 Yes yes INTJ UH _ 4 discourse 4:discourse SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 there there PRON EX _ 4 expl 4:expl _ 4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -6 100 100 NUM CD NumType=Card 7 nummod 7:nummod _ +6 100 100 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 year year NOUN NN Number=Sing 9 obl:tmod 9:obl:tmod SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 old old ADJ JJ Degree=Pos 13 amod 13:amod _ -10 Israeli israeli ADJ JJ Degree=Pos 12 amod 12:amod SpaceAfter=No -11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No -12 Arab arab ADJ JJ Degree=Pos 13 amod 13:amod _ +10 Israeli Israeli ADJ JJ Degree=Pos 12 amod 12:amod SpaceAfter=No +11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +12 Arab Arab ADJ JJ Degree=Pos 13 amod 13:amod _ 13 conflict conflict NOUN NN Number=Sing 4 nsubj 4:nsubj SpaceAfter=No -14 , , PUNCT , _ 17 punct 17:punct _ -15 but but CCONJ CC _ 17 cc 17:cc _ -16 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ -17 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ -18 not not PART RB _ 17 advmod 17:advmod _ -19 where where SCONJ WRB PronType=Int 23 mark 23:mark _ +14 , , PUNCT , _ 19 punct 19:punct _ +15 but but CCONJ CC _ 19 cc 19:cc _ +16 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj _ +17 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ +18 not not PART RB _ 19 advmod 19:advmod _ +19 where where ADV WRB PronType=Rel 4 conj 4:conj:but _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 21 main main ADJ JJ Degree=Pos 22 amod 22:amod _ 22 show show NOUN NN Number=Sing 23 nsubj 23:nsubj _ -23 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:where SpaceAfter=No +23 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 advcl:relcl 19:advcl:relcl Promoted=Yes|SpaceAfter=No 24 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0017 @@ -27726,15 +27742,15 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 millions million NOUN NNS Number=Plur 11 nsubj 4:nsubj|11:nsubj _ 3 who who PRON WP PronType=Rel 4 nsubj 2:ref _ -4 died die VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 died die VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 in in ADP IN _ 10 case 10:case _ 6 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 7 Iran Iran PROPN NNP Number=Sing 9 compound 9:compound SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 Iraq Iraq PROPN NNP Number=Sing 10 compound 10:compound _ 10 war war NOUN NN Number=Sing 4 obl 4:obl:in _ -11 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -12 nothing nothing PRON NN Number=Sing 11 obj 11:obj _ +11 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 nothing nothing PRON NN Number=Sing|PronType=Neg 11 obj 11:obj _ 13 to to PART TO _ 14 mark 14:mark _ 14 do do VERB VB VerbForm=Inf 12 acl 12:acl:to _ 15 with with ADP IN _ 16 case 16:case _ @@ -27750,22 +27766,22 @@ 5 right right ADV RB _ 6 advmod 6:advmod _ 6 now now ADV RB _ 4 advmod 4:advmod _ 7 in in ADP IN _ 8 case 8:case _ -8 Sudan Sudan PROPN NNP Number=Sing 4 obl 4:obl:in SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ -10 where where SCONJ WRB PronType=Rel 16 mark 16:mark _ +8 Sudan Sudan PROPN NNP Number=Sing 4 obl 4:obl:in|16:obl:in SpaceAfter=No +9 , , PUNCT , _ 16 punct 16:punct _ +10 where where ADV WRB PronType=Rel 16 advmod 8:ref _ 11 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -12 Arab arab ADJ JJ Degree=Pos 14 amod 14:amod _ -13 Moslem moslem ADJ JJ Degree=Pos 14 amod 14:amod _ +12 Arab Arab ADJ JJ Degree=Pos 14 amod 14:amod _ +13 Moslem Moslem ADJ JJ Degree=Pos 14 amod 14:amod _ 14 regime regime NOUN NN Number=Sing 16 nsubj 16:nsubj _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 16 massacring massacre VERB VBG Tense=Pres|VerbForm=Part 8 acl:relcl 8:acl:relcl _ -17 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +17 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 18 black black ADJ JJ Degree=Pos 20 amod 20:amod _ -19 Christian christian ADJ JJ Degree=Pos 20 amod 20:amod _ +19 Christian Christian ADJ JJ Degree=Pos 20 amod 20:amod _ 20 citizens citizen NOUN NNS Number=Plur 16 obj 16:obj SpaceAfter=No -21 , , PUNCT , _ 22 punct 22:punct _ +21 , , PUNCT , _ 3 punct 3:punct _ 22 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -23 nothing nothing PRON NN Number=Sing 22 obj 22:obj _ +23 nothing nothing PRON NN Number=Sing|PronType=Neg 22 obj 22:obj _ 24 to to PART TO _ 25 mark 25:mark _ 25 do do VERB VB VerbForm=Inf 23 acl 23:acl:to _ 26 with with ADP IN _ 27 case 27:case _ @@ -27787,15 +27803,15 @@ 11 of of ADP IN _ 12 case 12:case _ 12 civilians civilian NOUN NNS Number=Plur 10 nmod 10:nmod:of _ 13 in in ADP IN _ 15 case 15:case _ -14 one one NUM CD NumType=Card 15 nummod 15:nummod _ +14 one one NUM CD NumForm=Word|NumType=Card 15 nummod 15:nummod _ 15 village village NOUN NN Number=Sing 8 nmod 8:nmod:in _ 16 or or CCONJ CC _ 17 cc 17:cc _ -17 another another DET DT _ 15 conj 8:nmod:in|15:conj:or _ +17 another another DET DT PronType=Ind 15 conj 8:nmod:in|15:conj:or _ 18 by by ADP IN _ 20 case 20:case _ 19 other other ADJ JJ Degree=Pos 20 amod 20:amod _ -20 Algerians Algerians PROPN NNPS Number=Plur 8 nmod 8:nmod:by _ -21 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -22 nothing nothing PRON NN Number=Sing 21 obj 21:obj _ +20 Algerians Algerian PROPN NNPS Number=Plur 8 nmod 8:nmod:by _ +21 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +22 nothing nothing PRON NN Number=Sing|PronType=Neg 21 obj 21:obj _ 23 to to PART TO _ 24 mark 24:mark _ 24 do do VERB VB VerbForm=Inf 22 acl 22:acl:to _ 25 with with ADP IN _ 26 case 26:case _ @@ -27806,17 +27822,17 @@ # text = Saddam Hussein did not invade Kuwait, endanger Saudi Arabia and butcher his own people because of Israel. 1 Saddam Saddam PROPN NNP Number=Sing 5 nsubj 5:nsubj|8:nsubj|12:nsubj _ 2 Hussein Hussein PROPN NNP Number=Sing 1 flat 1:flat _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +3 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 invade invade VERB VB VerbForm=Inf 0 root 0:root _ 6 Kuwait Kuwait PROPN NNP Number=Sing 5 obj 5:obj SpaceAfter=No 7 , , PUNCT , _ 8 punct 8:punct _ 8 endanger endanger VERB VB VerbForm=Inf 5 conj 5:conj:and _ -9 Saudi Saudi PROPN NNP Number=Sing 10 compound 10:compound _ +9 Saudi Saudi ADJ NNP Degree=Pos 10 amod 10:amod _ 10 Arabia Arabia PROPN NNP Number=Sing 8 obj 8:obj _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 butcher butcher VERB VB VerbForm=Inf 5 conj 5:conj:and _ -13 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 14 own own ADJ JJ Degree=Pos 15 amod 15:amod _ 15 people people NOUN NNS Number=Plur 12 obj 12:obj _ 16 because because ADP IN _ 18 case 18:case _ @@ -27827,7 +27843,7 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0021 # text = Egypt did not use poison gas against Yemen in the 60's because of Israel. 1 Egypt Egypt PROPN NNP Number=Sing 4 nsubj 4:nsubj _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 use use VERB VB VerbForm=Inf 0 root 0:root _ 5 poison poison ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -27836,7 +27852,7 @@ 8 Yemen Yemen PROPN NNP Number=Sing 4 obl 4:obl:against _ 9 in in ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -11 60's 60' NOUN NNS Number=Plur 4 obl 4:obl:in _ +11 60's 60s NOUN NNS Number=Plur 4 obl 4:obl:in _ 12 because because ADP IN _ 14 case 14:case _ 13 of of ADP IN _ 12 fixed 12:fixed _ 14 Israel Israel PROPN NNP Number=Sing 4 obl 4:obl:because_of SpaceAfter=No @@ -27847,18 +27863,18 @@ 1 Assad Assad PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 Father Father PROPN NNP Number=Sing 1 appos 1:appos _ -4 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +4 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 5 not not PART RB _ 6 advmod 6:advmod _ 6 kill kill VERB VB VerbForm=Inf 0 root 0:root _ 7 tens ten NOUN NNS Number=Plur 6 obj 6:obj _ 8 of of ADP IN _ 9 case 9:case _ -9 thousands thousand NOUN NNS Number=Plur 6 obj 6:obj _ +9 thousands thousand NOUN NNS Number=Plur 7 nmod 7:nmod:of _ 10 of of ADP IN _ 13 case 13:case _ -11 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 12 own own ADJ JJ Degree=Pos 13 amod 13:amod _ -13 citizens citizen NOUN NNS Number=Plur 9 nmod 9:nmod:of _ +13 citizens citizen NOUN NNS Number=Plur 7 nmod 7:nmod:of _ 14 in in ADP IN _ 16 case 16:case _ -15 one one NUM CD NumType=Card 16 nummod 16:nummod _ +15 one one NUM CD NumForm=Word|NumType=Card 16 nummod 16:nummod _ 16 week week NOUN NN Number=Sing 6 obl 6:obl:in _ 17 in in ADP IN _ 19 case 19:case _ 18 El El PROPN NNP Number=Sing 19 compound 19:compound _ @@ -27882,8 +27898,8 @@ 8 civil civil ADJ JJ Degree=Pos 9 amod 9:amod _ 9 war war NOUN NN Number=Sing 3 conj 3:conj:and|11:nsubj _ 10 there there ADV RB PronType=Dem 9 advmod 9:advmod _ -11 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -12 nothing nothing PRON NN Number=Sing 11 obj 11:obj _ +11 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 nothing nothing PRON NN Number=Sing|PronType=Neg 11 obj 11:obj _ 13 to to PART TO _ 14 mark 14:mark _ 14 do do VERB VB VerbForm=Inf 12 acl 12:acl:to _ 15 with with ADP IN _ 16 case 16:case _ @@ -27893,17 +27909,17 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0024 # text = The Libyan blowing up of the Pan-Am flight had nothing to do with Israel, and I could go on and on and on. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ -2 Libyan libyan ADJ JJ Degree=Pos 4 amod 4:amod _ +2 Libyan Libyan ADJ JJ Degree=Pos 4 amod 4:amod _ 3 blowing blowing NOUN NN Number=Sing 4 compound 4:compound _ 4 up up NOUN NN Number=Sing 11 nsubj 11:nsubj _ 5 of of ADP IN _ 10 case 10:case _ 6 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 7 Pan Pan PROPN NNP Number=Sing 9 compound 9:compound SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 Am Am PROPN NNP Number=Sing 10 compound 10:compound _ 10 flight flight NOUN NN Number=Sing 4 nmod 4:nmod:of _ -11 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -12 nothing nothing PRON NN Number=Sing 11 obj 11:obj _ +11 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 nothing nothing PRON NN Number=Sing|PronType=Neg 11 obj 11:obj _ 13 to to PART TO _ 14 mark 14:mark _ 14 do do VERB VB VerbForm=Inf 12 acl 12:acl:to _ 15 with with ADP IN _ 16 case 16:case _ @@ -27923,22 +27939,22 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0025 # text = The root of the trouble is that this entire Moslem region is totally dysfunctional, by any standard of the word, and would have been so even if Israel had joined the Arab league and an independent Palestine had existed for 100 years. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 root root NOUN NN Number=Sing 6 nsubj 6:nsubj _ +2 root root NOUN NN Number=Sing 14 nsubj:outer 14:nsubj:outer|27:nsubj:outer _ 3 of of ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 trouble trouble NOUN NN Number=Sing 2 nmod 2:nmod:of _ -6 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 7 that that SCONJ IN _ 14 mark 14:mark _ 8 this this DET DT Number=Sing|PronType=Dem 11 det 11:det _ 9 entire entire NOUN NN Number=Sing 11 compound 11:compound _ -10 Moslem moslem ADJ JJ Degree=Pos 11 amod 11:amod _ +10 Moslem Moslem ADJ JJ Degree=Pos 11 amod 11:amod _ 11 region region NOUN NN Number=Sing 14 nsubj 14:nsubj|27:nsubj _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 13 totally totally ADV RB _ 14 advmod 14:advmod _ -14 dysfunctional dysfunctional ADJ JJ Degree=Pos 6 ccomp 6:ccomp SpaceAfter=No -15 , , PUNCT , _ 14 punct 14:punct _ +14 dysfunctional dysfunctional ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No +15 , , PUNCT , _ 18 punct 18:punct _ 16 by by ADP IN _ 18 case 18:case _ -17 any any DET DT _ 18 det 18:det _ +17 any any DET DT PronType=Ind 18 det 18:det _ 18 standard standard NOUN NN Number=Sing 14 obl 14:obl:by _ 19 of of ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ @@ -27948,53 +27964,53 @@ 24 would would AUX MD VerbForm=Fin 27 aux 27:aux _ 25 have have AUX VB VerbForm=Inf 27 aux 27:aux _ 26 been be AUX VBN Tense=Past|VerbForm=Part 27 cop 27:cop _ -27 so so ADV RB _ 14 conj 6:ccomp|14:conj:and _ +27 so so ADV RB _ 14 conj 0:root|14:conj:and _ 28 even even ADV RB _ 32 advmod 32:advmod _ 29 if if SCONJ IN _ 32 mark 32:mark _ 30 Israel Israel PROPN NNP Number=Sing 32 nsubj 32:nsubj _ -31 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 32 aux 32:aux _ +31 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 32 aux 32:aux _ 32 joined join VERB VBN Tense=Past|VerbForm=Part 27 advcl 27:advcl:if _ 33 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ -34 Arab Arab PROPN NNP Number=Sing 35 compound 35:compound _ +34 Arab Arab ADJ NNP Degree=Pos 35 amod 35:amod _ 35 league league PROPN NNP Number=Sing 32 obj 32:obj _ 36 and and CCONJ CC _ 41 cc 41:cc _ 37 an a DET DT Definite=Ind|PronType=Art 39 det 39:det _ 38 independent independent ADJ JJ Degree=Pos 39 amod 39:amod _ 39 Palestine Palestine PROPN NNP Number=Sing 41 nsubj 41:nsubj _ -40 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 41 aux 41:aux _ +40 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 41 aux 41:aux _ 41 existed exist VERB VBN Tense=Past|VerbForm=Part 32 conj 27:advcl:if|32:conj:and _ 42 for for ADP IN _ 44 case 44:case _ -43 100 100 NUM CD NumType=Card 44 nummod 44:nummod _ +43 100 100 NUM CD NumForm=Digit|NumType=Card 44 nummod 44:nummod _ 44 years year NOUN NNS Number=Plur 41 obl 41:obl:for SpaceAfter=No -45 . . PUNCT . _ 6 punct 6:punct _ +45 . . PUNCT . _ 14 punct 14:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0026 # text = The 22 member countries of the Arab league, from Mauritania to the Gulf States, have a total population of 300 millions, larger than the US and almost as large as the EU before its expansion. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ -2 22 22 NUM CD NumType=Card 4 nummod 4:nummod _ +2 22 22 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 3 member member NOUN NN Number=Sing 4 compound 4:compound _ 4 countries country NOUN NNS Number=Plur 17 nsubj 17:nsubj _ 5 of of ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 Arab Arab PROPN NNP Number=Sing 8 compound 8:compound _ +7 Arab Arab ADJ NNP Degree=Pos 8 amod 8:amod _ 8 league league PROPN NNP Number=Sing 4 nmod 4:nmod:of SpaceAfter=No -9 , , PUNCT , _ 4 punct 4:punct _ +9 , , PUNCT , _ 11 punct 11:punct _ 10 from from ADP IN _ 11 case 11:case _ 11 Mauritania Mauritania PROPN NNP Number=Sing 4 nmod 4:nmod:from _ 12 to to ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 14 Gulf Gulf PROPN NNP Number=Sing 15 compound 15:compound _ -15 States States PROPN NNPS Number=Plur 11 nmod 11:nmod:to SpaceAfter=No -16 , , PUNCT , _ 17 punct 17:punct _ -17 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +15 States State PROPN NNPS Number=Plur 11 nmod 11:nmod:to SpaceAfter=No +16 , , PUNCT , _ 4 punct 4:punct _ +17 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 19 total total ADJ JJ Degree=Pos 20 amod 20:amod _ 20 population population NOUN NN Number=Sing 17 obj 17:obj _ 21 of of ADP IN _ 23 case 23:case _ -22 300 300 NUM CD NumType=Card 23 nummod 23:nummod _ +22 300 300 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ 23 millions million NOUN NNS Number=Plur 20 nmod 20:nmod:of SpaceAfter=No -24 , , PUNCT , _ 20 punct 20:punct _ -25 larger larger ADJ JJR Degree=Cmp 20 amod 20:amod _ +24 , , PUNCT , _ 25 punct 25:punct _ +25 larger large ADJ JJR Degree=Cmp 20 amod 20:amod _ 26 than than ADP IN _ 28 case 28:case _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 US US PROPN NNP Number=Sing 25 obl 25:obl:than _ @@ -28006,24 +28022,24 @@ 34 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ 35 EU EU PROPN NNP Number=Sing 32 obl 32:obl:as _ 36 before before ADP IN _ 38 case 38:case _ -37 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ +37 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ 38 expansion expansion NOUN NN Number=Sing 35 nmod 35:nmod:before SpaceAfter=No 39 . . PUNCT . _ 17 punct 17:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0027 # text = They have a land area larger than either the US or all of Europe. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 land land NOUN NN Number=Sing 5 compound 5:compound _ 5 area area NOUN NN Number=Sing 2 obj 2:obj _ -6 larger larger ADJ JJR Degree=Cmp 5 amod 5:amod _ +6 larger large ADJ JJR Degree=Cmp 5 amod 5:amod _ 7 than than ADP IN _ 10 case 10:case _ 8 either either CCONJ CC _ 10 cc:preconj 10:cc:preconj _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 US US PROPN NNP Number=Sing 6 obl 6:obl:than _ 11 or or CCONJ CC _ 12 cc 12:cc _ -12 all all DET DT _ 10 conj 6:obl:than|10:conj:or _ +12 all all DET DT PronType=Tot 10 conj 6:obl:than|10:conj:or _ 13 of of ADP IN _ 14 case 14:case _ 14 Europe Europe PROPN NNP Number=Sing 12 nmod 12:nmod:of SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ @@ -28031,22 +28047,22 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0028 # text = These 22 countries, with all their oil and natural resources, have a combined GDP smaller than that of Netherlands plus Belgium and equal to half of the GDP of California alone. 1 These this DET DT Number=Plur|PronType=Dem 3 det 3:det _ -2 22 22 NUM CD NumType=Card 3 nummod 3:nummod _ +2 22 22 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 3 countries country NOUN NNS Number=Plur 13 nsubj 13:nsubj SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 8 punct 8:punct _ 5 with with ADP IN _ 8 case 8:case _ -6 all all DET PDT _ 8 det:predet 8:det:predet _ -7 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 all all DET PDT PronType=Tot 8 det:predet 8:det:predet _ +7 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 oil oil NOUN NN Number=Sing 3 nmod 3:nmod:with _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 natural natural ADJ JJ Degree=Pos 11 amod 11:amod _ 11 resources resource NOUN NNS Number=Plur 8 conj 3:nmod:with|8:conj:and SpaceAfter=No 12 , , PUNCT , _ 8 punct 8:punct _ -13 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +13 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ -15 combined combine VERB VBN Tense=Past|VerbForm=Part 16 amod 16:amod _ +15 combined combine VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 amod 16:amod _ 16 GDP GDP PROPN NNP Number=Sing 13 obj 13:obj _ -17 smaller smaller ADJ JJR Degree=Cmp 16 amod 16:amod _ +17 smaller small ADJ JJR Degree=Cmp 16 amod 16:amod _ 18 than than ADP IN _ 19 case 19:case _ 19 that that PRON DT Number=Sing|PronType=Dem 17 obl 17:obl:than _ 20 of of ADP IN _ 21 case 21:case _ @@ -28056,7 +28072,7 @@ 24 and and CCONJ CC _ 25 cc 25:cc _ 25 equal equal ADJ JJ Degree=Pos 17 conj 16:amod|17:conj:and _ 26 to to ADP IN _ 27 case 27:case _ -27 half half NOUN NN Number=Sing 25 obl 25:obl:to _ +27 half half NOUN NN Number=Sing|NumForm=Word|NumType=Frac 25 obl 25:obl:to _ 28 of of ADP IN _ 30 case 30:case _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 GDP GDP PROPN NNP Number=Sing 27 nmod 27:nmod:of _ @@ -28071,14 +28087,14 @@ 2 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 3 meager meager ADJ JJ Degree=Pos 4 amod 4:amod _ 4 GDP GDP PROPN NNP Number=Sing 14 obl 14:obl:within SpaceAfter=No -5 , , PUNCT , _ 14 punct 14:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 gaps gap NOUN NNS Number=Plur 14 nsubj 14:nsubj _ 8 between between ADP IN _ 9 case 9:case _ 9 rich rich ADJ JJ Degree=Pos 7 nmod 7:nmod:between _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 poor poor ADJ JJ Degree=Pos 9 conj 7:nmod:between|9:conj:and _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 13 beyond beyond ADP IN _ 14 case 14:case _ 14 belief belief NOUN NN Number=Sing 0 root 0:root _ 15 and and CCONJ CC _ 21 cc 21:cc _ @@ -28087,10 +28103,10 @@ 18 of of ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 rich rich ADJ JJ Degree=Pos 17 nmod 17:nmod:of _ -21 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 conj 14:conj:and _ -22 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +21 made make VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 14 conj 14:conj:and _ +22 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 money money NOUN NN Number=Sing 21 obj 21:obj _ -24 not not ADV RB _ 26 advmod 26:advmod _ +24 not not PART RB _ 26 advmod 26:advmod _ 25 by by SCONJ IN _ 26 mark 26:mark _ 26 succeeding succeed VERB VBG VerbForm=Ger 21 advcl 21:advcl:by _ 27 in in ADP IN _ 28 case 28:case _ @@ -28112,15 +28128,15 @@ 5 women woman NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 7 far far ADV RB Degree=Pos 9 advmod 9:advmod _ -8 below below SCONJ IN _ 9 case 9:case _ -9 what what PRON WP PronType=Int 0 root 0:root _ +8 below below ADP IN _ 9 case 9:case _ +9 what what PRON WP PronType=Rel 0 root 0:root _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl Promoted=Yes 12 in in ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -14 Western Western PROPN NNP Number=Sing 15 compound 15:compound _ +14 Western Western ADJ NNP Degree=Pos 15 amod 15:amod _ 15 World World PROPN NNP Number=Sing 11 obl 11:obl:in _ -16 150 150 NUM CD NumType=Card 17 nummod 17:nummod _ +16 150 150 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod _ 17 years year NOUN NNS Number=Plur 18 obl:tmod 18:obl:tmod _ 18 ago ago ADV RB _ 11 advmod 11:advmod SpaceAfter=No 19 . . PUNCT . _ 9 punct 9:punct _ @@ -28128,13 +28144,13 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0031 # text = Human rights are below any reasonable standard, in spite of the grotesque fact that Libya was elected Chair of the UN Human Rights commission. 1 Human human ADJ JJ Degree=Pos 2 amod 2:amod _ -2 rights rights NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +2 rights right NOUN NNS Number=Plur 7 nsubj 7:nsubj _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 below below ADP IN _ 7 case 7:case _ -5 any any DET DT _ 7 det 7:det _ +5 any any DET DT PronType=Ind 7 det 7:det _ 6 reasonable reasonable ADJ JJ Degree=Pos 7 amod 7:amod _ 7 standard standard NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 10 punct 10:punct _ 9 in in ADP IN _ 10 case 10:case _ 10 spite spite NOUN NN Number=Sing 7 obl 7:obl:in _ 11 of of ADP IN _ 14 case 14:case _ @@ -28149,48 +28165,48 @@ 20 of of ADP IN _ 25 case 25:case _ 21 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 22 UN UN PROPN NNP Number=Sing 25 compound 25:compound _ -23 Human Human PROPN NNP Number=Sing 24 compound 24:compound _ -24 Rights Rights PROPN NNPS Number=Plur 25 compound 25:compound _ +23 Human Human ADJ NNP Degree=Pos 24 amod 24:amod _ +24 Rights Right PROPN NNPS Number=Plur 25 compound 25:compound _ 25 commission commission NOUN NN Number=Sing 19 nmod 19:nmod:of SpaceAfter=No 26 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0032 # text = According to a report prepared by a committee of Arab intellectuals and published under the auspices of the U.N., the number of books translated by the entire Arab world is much smaller than what little Greece alone translates. -1 According accord VERB VBG VerbForm=Ger 4 case 4:case _ -2 to to ADP IN _ 4 case 4:case _ +1 According accord VERB VBG ExtPos=ADP|VerbForm=Ger 4 case 4:case _ +2 to to ADP IN _ 1 fixed 1:fixed _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ -4 report report NOUN NN Number=Sing 33 obl 33:obl:to _ -5 prepared prepare VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +4 report report NOUN NN Number=Sing 33 obl 33:obl:according_to _ +5 prepared prepare VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ 6 by by ADP IN _ 8 case 8:case _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -8 committee committee NOUN NN Number=Sing 5 obl 5:obl:by _ +8 committee committee NOUN NN Number=Sing 5 obl:agent 5:obl:agent _ 9 of of ADP IN _ 11 case 11:case _ -10 Arab arab ADJ JJ Degree=Pos 11 amod 11:amod _ +10 Arab Arab ADJ JJ Degree=Pos 11 amod 11:amod _ 11 intellectuals intellectual NOUN NNS Number=Plur 8 nmod 8:nmod:of _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 published publish VERB VBN Tense=Past|VerbForm=Part 5 conj 4:acl|5:conj:and _ +13 published publish VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 conj 4:acl|5:conj:and _ 14 under under ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 auspices auspices NOUN NNS Number=Plur 13 obl 13:obl:under _ 17 of of ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 U.N. U.N. PROPN NNP Number=Sing 16 nmod 16:nmod:of SpaceAfter=No -20 , , PUNCT , _ 33 punct 33:punct _ +20 , , PUNCT , _ 4 punct 4:punct _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 number number NOUN NN Number=Sing 33 nsubj 33:nsubj _ 23 of of ADP IN _ 24 case 24:case _ 24 books book NOUN NNS Number=Plur 22 nmod 22:nmod:of _ -25 translated translate VERB VBN Tense=Past|VerbForm=Part 24 acl 24:acl _ +25 translated translate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 24 acl 24:acl _ 26 by by ADP IN _ 30 case 30:case _ 27 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 28 entire entire ADJ JJ Degree=Pos 30 amod 30:amod _ -29 Arab arab ADJ JJ Degree=Pos 30 amod 30:amod _ -30 world world NOUN NN Number=Sing 25 obl 25:obl:by _ +29 Arab Arab ADJ JJ Degree=Pos 30 amod 30:amod _ +30 world world NOUN NN Number=Sing 25 obl:agent 25:obl:agent _ 31 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 33 cop 33:cop _ 32 much much ADV RB _ 33 advmod 33:advmod _ -33 smaller smaller ADJ JJR Degree=Cmp 0 root 0:root _ -34 than than SCONJ IN _ 35 case 35:case _ -35 what what PRON WP PronType=Int 33 obl 33:obl:than _ +33 smaller small ADJ JJR Degree=Cmp 0 root 0:root _ +34 than than ADP IN _ 35 case 35:case _ +35 what what PRON WP PronType=Rel 33 obl 33:obl:than|39:obj _ 36 little little ADJ JJ Degree=Pos 37 amod 37:amod _ 37 Greece Greece PROPN NNP Number=Sing 39 nsubj 39:nsubj _ 38 alone alone ADV RB _ 37 advmod 37:advmod _ @@ -28206,17 +28222,17 @@ 5 scientific scientific ADJ JJ Degree=Pos 6 amod 6:amod _ 6 publications publication NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 7 of of ADP IN _ 10 case 10:case _ -8 300 300 NUM CD NumType=Card 9 compound 9:compound _ -9 million million NUM CD NumType=Card 10 nummod 10:nummod _ -10 Arabs Arabs PROPN NNPS Number=Plur 6 nmod 6:nmod:of _ +8 300 300 NUM CD NumForm=Digit|NumType=Card 9 compound 9:compound _ +9 million million NUM CD NumForm=Word|NumType=Card 10 nummod 10:nummod _ +10 Arabs Arab PROPN NNPS Number=Plur 6 nmod 6:nmod:of _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ -12 less less ADJ JJ Degree=Pos 0 root 0:root _ +12 less less ADJ JJR Degree=Cmp 0 root 0:root _ 13 than than ADP IN _ 14 case 14:case _ 14 that that PRON DT Number=Sing|PronType=Dem 12 obl 12:obl:than _ 15 of of ADP IN _ 18 case 18:case _ -16 6 6 NUM CD NumType=Card 17 compound 17:compound _ -17 million million NUM CD NumType=Card 18 nummod 18:nummod _ -18 Israelis Israelis PROPN NNPS Number=Plur 14 nmod 14:nmod:of SpaceAfter=No +16 6 6 NUM CD NumForm=Digit|NumType=Card 17 compound 17:compound _ +17 million million NUM CD NumForm=Word|NumType=Card 18 nummod 18:nummod _ +18 Israelis Israeli PROPN NNPS Number=Plur 14 nmod 14:nmod:of SpaceAfter=No 19 . . PUNCT . _ 12 punct 12:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0034 @@ -28226,10 +28242,10 @@ 3 in in ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 region region NOUN NN Number=Sing 2 nmod 2:nmod:in _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 very very ADV RB _ 8 advmod 8:advmod _ 8 high high ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 increasing increase VERB VBG VerbForm=Ger 8 advcl 8:advcl _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 poverty poverty NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No @@ -28246,7 +28262,7 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0035 # text = And all of this is happening in a region, which only 30 years ago, was believed to be the next wealthy part of the world, and in a Moslem area, which developed, at some point in history, one of the most advanced cultures in the world. 1 And and CCONJ CC _ 6 cc 6:cc _ -2 all all DET DT _ 6 nsubj 6:nsubj _ +2 all all DET DT PronType=Tot 6 nsubj 6:nsubj _ 3 of of ADP IN _ 4 case 4:case _ 4 this this PRON DT Number=Sing|PronType=Dem 2 nmod 2:nmod:of _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ @@ -28254,13 +28270,13 @@ 7 in in ADP IN _ 9 case 9:case _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 region region NOUN NN Number=Sing 6 obl 6:obl:in|18:nsubj:pass|24:nsubj:xsubj SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 18 punct 18:punct _ 11 which which PRON WDT PronType=Rel 18 nsubj:pass 9:ref _ 12 only only ADV RB _ 14 advmod 14:advmod _ -13 30 30 NUM CD NumType=Card 14 nummod 14:nummod _ +13 30 30 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 14 years year NOUN NNS Number=Plur 15 obl:tmod 15:obl:tmod _ 15 ago ago ADV RB _ 18 advmod 18:advmod SpaceAfter=No -16 , , PUNCT , _ 18 punct 18:punct _ +16 , , PUNCT , _ 15 punct 15:punct _ 17 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 aux:pass 18:aux:pass _ 18 believed believe VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 acl:relcl 9:acl:relcl _ 19 to to PART TO _ 24 mark 24:mark _ @@ -28276,22 +28292,22 @@ 29 and and CCONJ CC _ 33 cc 33:cc _ 30 in in ADP IN _ 33 case 33:case _ 31 a a DET DT Definite=Ind|PronType=Art 33 det 33:det _ -32 Moslem moslem ADJ JJ Degree=Pos 33 amod 33:amod _ +32 Moslem Moslem ADJ JJ Degree=Pos 33 amod 33:amod _ 33 area area NOUN NN Number=Sing 9 conj 9:conj:and|36:nsubj SpaceAfter=No -34 , , PUNCT , _ 33 punct 33:punct _ +34 , , PUNCT , _ 36 punct 36:punct _ 35 which which PRON WDT PronType=Rel 36 nsubj 33:ref _ -36 developed develop VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 33 acl:relcl 33:acl:relcl SpaceAfter=No -37 , , PUNCT , _ 36 punct 36:punct _ +36 developed develop VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 33 acl:relcl 33:acl:relcl SpaceAfter=No +37 , , PUNCT , _ 40 punct 40:punct _ 38 at at ADP IN _ 40 case 40:case _ -39 some some DET DT _ 40 det 40:det _ +39 some some DET DT PronType=Ind 40 det 40:det _ 40 point point NOUN NN Number=Sing 36 obl 36:obl:at _ 41 in in ADP IN _ 42 case 42:case _ 42 history history NOUN NN Number=Sing 40 nmod 40:nmod:in SpaceAfter=No -43 , , PUNCT , _ 36 punct 36:punct _ -44 one one NUM CD NumType=Card 36 obj 36:obj _ +43 , , PUNCT , _ 44 punct 44:punct _ +44 one one NUM CD NumForm=Word|NumType=Card 36 obj 36:obj _ 45 of of ADP IN _ 49 case 49:case _ 46 the the DET DT Definite=Def|PronType=Art 49 det 49:det _ -47 most most ADV RBS _ 48 advmod 48:advmod _ +47 most most ADV RBS Degree=Sup 48 advmod 48:advmod _ 48 advanced advanced ADJ JJ Degree=Pos 49 amod 49:amod _ 49 cultures culture NOUN NNS Number=Plur 44 nmod 44:nmod:of _ 50 in in ADP IN _ 52 case 52:case _ @@ -28340,35 +28356,35 @@ 5 fact fact NOUN NN Number=Sing 0 root 0:root _ 6 that that SCONJ IN _ 12 mark 12:mark _ 7 almost almost ADV RB _ 8 advmod 8:advmod _ -8 everybody everybody PRON NN Number=Sing 12 nsubj 12:nsubj _ +8 everybody everybody PRON NN Number=Sing|PronType=Tot 12 nsubj 12:nsubj _ 9 in in ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 region region NOUN NN Number=Sing 8 nmod 8:nmod:in _ -12 blames blame VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ +12 blames blame VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 csubj 5:csubj _ 13 this this DET DT Number=Sing|PronType=Dem 14 det 14:det _ 14 situation situation NOUN NN Number=Sing 12 obj 12:obj _ 15 on on ADP IN _ 18 case 18:case _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -17 United United PROPN NNP Number=Sing 18 compound 18:compound _ -18 States States PROPN NNP Number=Sing 12 obl 12:obl:on SpaceAfter=No -19 , , PUNCT , _ 18 punct 18:punct _ +17 United United ADJ NNP Degree=Pos 18 amod 18:amod _ +18 States State PROPN NNPS Number=Plur 12 obl 12:obl:on SpaceAfter=No +19 , , PUNCT , _ 21 punct 21:punct _ 20 on on ADP IN _ 21 case 21:case _ 21 Israel Israel PROPN NNP Number=Sing 18 nmod 18:nmod:on SpaceAfter=No -22 , , PUNCT , _ 18 punct 18:punct _ +22 , , PUNCT , _ 25 punct 25:punct _ 23 on on ADP IN _ 25 case 25:case _ 24 Western western ADJ JJ Degree=Pos 25 amod 25:amod _ 25 Civilization civilization NOUN NN Number=Sing 18 nmod 18:nmod:on SpaceAfter=No -26 , , PUNCT , _ 18 punct 18:punct _ +26 , , PUNCT , _ 28 punct 28:punct _ 27 on on ADP IN _ 28 case 28:case _ 28 Judaism Judaism PROPN NNP Number=Sing 18 nmod 18:nmod:on _ 29 and and CCONJ CC _ 30 cc 30:cc _ 30 Christianity Christianity PROPN NNP Number=Sing 28 conj 18:nmod:on|28:conj:and SpaceAfter=No -31 , , PUNCT , _ 18 punct 18:punct _ +31 , , PUNCT , _ 33 punct 33:punct _ 32 on on ADP IN _ 33 case 33:case _ -33 anyone anyone PRON NN Number=Sing 18 nmod 18:nmod:on _ +33 anyone anyone PRON NN Number=Sing|PronType=Ind 18 nmod 18:nmod:on _ 34 and and CCONJ CC _ 35 cc 35:cc _ -35 anything anything PRON NN Number=Sing 33 conj 18:nmod:on|33:conj:and SpaceAfter=No -36 , , PUNCT , _ 33 punct 33:punct _ +35 anything anything PRON NN Number=Sing|PronType=Ind 33 conj 18:nmod:on|33:conj:and SpaceAfter=No +36 , , PUNCT , _ 38 punct 38:punct _ 37 except except ADP IN _ 38 case 38:case _ 38 themselves themselves PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes 33 nmod 33:nmod:except SpaceAfter=No 39 . . PUNCT . _ 5 punct 5:punct _ @@ -28382,37 +28398,37 @@ 5 millions million NOUN NNS Number=Plur 2 nmod 2:nmod:about _ 6 of of ADP IN _ 12 case 12:case _ 7 decent decent ADJ JJ Degree=Pos 12 amod 12:amod SpaceAfter=No -8 , , PUNCT , _ 12 punct 12:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 honest honest ADJ JJ Degree=Pos 12 amod 12:amod SpaceAfter=No -10 , , PUNCT , _ 12 punct 12:punct _ +10 , , PUNCT , _ 9 punct 9:punct _ 11 good good ADJ JJ Degree=Pos 12 amod 12:amod _ 12 people people NOUN NNS Number=Plur 5 nmod 5:nmod:of|17:nsubj|22:nsubj _ 13 who who PRON WP PronType=Rel 17 nsubj 12:ref _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 15 either either CCONJ CC _ 17 cc:preconj 17:cc:preconj _ 16 devout devout ADJ JJ Degree=Pos 17 amod 17:amod _ -17 Moslems Moslems PROPN NNPS Number=Plur 12 acl:relcl 12:acl:relcl _ +17 Moslems Moslem PROPN NNPS Number=Plur 12 acl:relcl 12:acl:relcl _ 18 or or CCONJ CC _ 22 cc 22:cc _ -19 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ +19 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 20 not not PART RB _ 22 advmod 22:advmod _ 21 very very ADV RB _ 22 advmod 22:advmod _ 22 religious religious ADJ JJ Degree=Pos 17 conj 12:acl:relcl|17:conj:or _ 23 but but CCONJ CC _ 24 cc 24:cc _ -24 grew grow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 conj 22:conj:but _ +24 grew grow VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 conj 22:conj:but _ 25 up up ADP RP _ 24 compound:prt 24:compound:prt _ 26 in in ADP IN _ 28 case 28:case _ -27 Moslem moslem ADJ JJ Degree=Pos 28 amod 28:amod _ +27 Moslem Moslem ADJ JJ Degree=Pos 28 amod 28:amod _ 28 families family NOUN NNS Number=Plur 24 obl 24:obl:in SpaceAfter=No -29 : : PUNCT : _ 2 punct 2:punct _ +29 : : PUNCT : _ 33 punct 33:punct _ 30 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 33 nsubj 33:nsubj _ -31 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 33 cop 33:cop _ +31 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 33 cop 33:cop _ 32 double double ADJ JJ Degree=Pos 33 amod 33:amod _ 33 victims victim NOUN NNS Number=Plur 2 parataxis 2:parataxis _ 34 of of ADP IN _ 37 case 37:case _ 35 an a DET DT Definite=Ind|PronType=Art 37 det 37:det _ 36 outside outside ADJ JJ Degree=Pos 37 amod 37:amod _ 37 world world NOUN NN Number=Sing 33 nmod 33:nmod:of|41:nsubj SpaceAfter=No -38 , , PUNCT , _ 37 punct 37:punct _ +38 , , PUNCT , _ 41 punct 41:punct _ 39 which which PRON WDT PronType=Rel 41 nsubj 37:ref _ 40 now now ADV RB _ 41 advmod 41:advmod _ 41 develops develop VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 37 acl:relcl 37:acl:relcl _ @@ -28420,12 +28436,12 @@ 43 , , PUNCT , _ 48 punct 48:punct _ 44 and and CCONJ CC _ 48 cc 48:cc _ 45 of of ADP IN _ 48 case 48:case _ -46 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 48 nmod:poss 48:nmod:poss _ +46 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 48 nmod:poss 48:nmod:poss _ 47 own own ADJ JJ Degree=Pos 48 amod 48:amod _ 48 environment environment NOUN NN Number=Sing 37 conj 37:conj:and|50:nsubj _ 49 which which PRON WDT PronType=Rel 50 nsubj 48:ref _ 50 breaks break VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 48 acl:relcl 48:acl:relcl _ -51 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 52 nmod:poss 52:nmod:poss _ +51 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 52 nmod:poss 52:nmod:poss _ 52 heart heart NOUN NN Number=Sing 50 obj 50:obj _ 53 by by SCONJ IN _ 56 mark 56:mark _ 54 being be AUX VBG VerbForm=Ger 56 cop 56:cop _ @@ -28436,8 +28452,8 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0039 # text = The problem is that the vast silent majority of these Moslems are not part of the terror and the incitement, but they also do not stand up against it. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 problem problem NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 problem problem NOUN NN Number=Sing 14 nsubj:outer 14:nsubj:outer|27:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 4 that that SCONJ IN _ 14 mark 14:mark _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 6 vast vast ADJ JJ Degree=Pos 8 amod 8:amod _ @@ -28445,10 +28461,10 @@ 8 majority majority NOUN NN Number=Sing 14 nsubj 14:nsubj _ 9 of of ADP IN _ 11 case 11:case _ 10 these this DET DT Number=Plur|PronType=Dem 11 det 11:det _ -11 Moslems Moslems PROPN NNPS Number=Plur 8 nmod 8:nmod:of _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +11 Moslems Moslem PROPN NNPS Number=Plur 8 nmod 8:nmod:of _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 13 not not PART RB _ 14 advmod 14:advmod _ -14 part part NOUN NN Number=Sing 3 ccomp 3:ccomp _ +14 part part NOUN NN Number=Sing 0 root 0:root _ 15 of of ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 terror terror NOUN NN Number=Sing 14 nmod 14:nmod:of _ @@ -28459,20 +28475,20 @@ 22 but but CCONJ CC _ 27 cc 27:cc _ 23 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 27 nsubj 27:nsubj _ 24 also also ADV RB _ 27 advmod 27:advmod _ -25 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ +25 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ 26 not not PART RB _ 27 advmod 27:advmod _ -27 stand stand VERB VB VerbForm=Inf 14 conj 3:ccomp|14:conj:but _ +27 stand stand VERB VB VerbForm=Inf 14 conj 0:root|14:conj:but _ 28 up up ADP RP _ 27 compound:prt 27:compound:prt _ 29 against against ADP IN _ 30 case 30:case _ 30 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 27 obl 27:obl:against SpaceAfter=No -31 . . PUNCT . _ 3 punct 3:punct _ +31 . . PUNCT . _ 14 punct 14:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0040 # text = They become accomplices, by omission, and this applies to political leaders, intellectuals, business people and many others. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|3:nsubj:xsubj _ -2 become become VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 become become VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 accomplices accomplice NOUN NNS Number=Plur 2 xcomp 2:xcomp SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 6 punct 6:punct _ 5 by by ADP IN _ 6 case 6:case _ 6 omission omission NOUN NN Number=Sing 3 nmod 3:nmod:by SpaceAfter=No 7 , , PUNCT , _ 10 punct 10:punct _ @@ -28505,11 +28521,11 @@ 9 wrong wrong NOUN NN Number=Sing 6 obl 6:obl:from SpaceAfter=No 10 , , PUNCT , _ 13 punct 13:punct _ 11 but but CCONJ CC _ 13 cc 13:cc _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 13 afraid afraid ADJ JJ Degree=Pos 6 conj 6:conj:but _ 14 to to PART TO _ 15 mark 15:mark _ 15 express express VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ -16 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 views view NOUN NNS Number=Plur 15 obj 15:obj SpaceAfter=No 18 . . PUNCT . _ 6 punct 6:punct _ @@ -28522,18 +28538,18 @@ 5 last last ADJ JJ Degree=Pos 7 amod 7:amod _ 6 few few ADJ JJ Degree=Pos 7 amod 7:amod _ 7 years year NOUN NNS Number=Plur 2 nmod 2:nmod:of _ -8 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +8 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 9 amplified amplify VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -10 four four NUM CD NumType=Card 11 nummod 11:nummod _ +10 four four NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 11 issues issue NOUN NNS Number=Plur 9 obj 9:obj|16:nsubj|23:nsubj SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ +12 , , PUNCT , _ 16 punct 16:punct _ 13 which which PRON WDT PronType=Rel 16 nsubj 11:ref _ -14 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +14 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 15 always always ADV RB _ 16 advmod 16:advmod _ 16 existed exist VERB VBN Tense=Past|VerbForm=Part 11 acl:relcl 11:acl:relcl SpaceAfter=No 17 , , PUNCT , _ 23 punct 23:punct _ 18 but but CCONJ CC _ 23 cc 23:cc _ -19 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ +19 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ 20 never never ADV RB _ 23 advmod 23:advmod _ 21 been be AUX VBN Tense=Past|VerbForm=Part 23 cop 23:cop _ 22 as as ADV RB _ 23 advmod 23:advmod _ @@ -28557,7 +28573,7 @@ 5 may may AUX MD VerbForm=Fin 6 aux 6:aux _ 6 pass pass VERB VB VerbForm=Inf 0 root 0:root _ 7 before before SCONJ IN _ 9 mark 9:mark _ -8 everybody everybody PRON NN Number=Sing 9 nsubj 9:nsubj _ +8 everybody everybody PRON NN Number=Sing|PronType=Tot 9 nsubj 9:nsubj _ 9 acknowledges acknowledge VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:before _ 10 that that SCONJ IN _ 15 mark 15:mark _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ @@ -28568,7 +28584,7 @@ 16 , , PUNCT , _ 23 punct 23:punct _ 17 but but CCONJ CC _ 23 cc 23:cc _ 18 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 23 nsubj 23:nsubj _ -19 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ +19 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ 20 already already ADV RB _ 23 advmod 23:advmod _ 21 well well ADV RB Degree=Pos 23 advmod 23:advmod _ 22 into into ADP IN _ 23 case 23:case _ @@ -28578,9 +28594,9 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0044 # text = These are the four main pillars of the current World Conflict, or perhaps we should already refer to it as "the undeclared World War III": 1 These this PRON DT Number=Plur|PronType=Dem 6 nsubj 6:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -4 four four NUM CD NumType=Card 6 nummod 6:nummod _ +4 four four NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 5 main main ADJ JJ Degree=Pos 6 amod 6:amod _ 6 pillars pillar NOUN NNS Number=Plur 0 root 0:root _ 7 of of ADP IN _ 11 case 11:case _ @@ -28597,23 +28613,23 @@ 18 refer refer VERB VB VerbForm=Inf 6 conj 6:conj:or _ 19 to to ADP IN _ 20 case 20:case _ 20 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 obl 18:obl:to _ -21 as as ADP IN _ 27 case 27:case _ -22 " " PUNCT `` _ 27 punct 27:punct SpaceAfter=No -23 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ -24 undeclared undeclared ADJ JJ Degree=Pos 27 amod 27:amod _ +21 as as ADP IN _ 26 case 26:case _ +22 " " PUNCT `` _ 26 punct 26:punct SpaceAfter=No +23 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ +24 undeclared undeclared ADJ JJ Degree=Pos 26 amod 26:amod _ 25 World World PROPN NNP Number=Sing 26 compound 26:compound _ -26 War War PROPN NNP Number=Sing 27 compound 27:compound _ -27 III III PROPN NNP Number=Sing 18 obl 18:obl:as SpaceAfter=No -28 " " PUNCT '' _ 27 punct 27:punct SpaceAfter=No +26 War War PROPN NNP Number=Sing 18 obl 18:obl:as _ +27 III III NUM CD NumForm=Roman|NumType=Card 26 nummod 26:nummod SpaceAfter=No +28 " " PUNCT '' _ 26 punct 26:punct SpaceAfter=No 29 : : PUNCT : _ 6 punct 6:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0045 # text = *1. The first element is the suicide murder.* 1 * * PUNCT NFP _ 2 punct 2:punct SpaceAfter=No -2 1 1 X LS _ 10 nummod 10:nummod SpaceAfter=No +2 1 1 NUM LS NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ 4 The the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 first first ADJ JJ Degree=Pos|NumType=Ord 6 amod 6:amod _ +5 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 6 amod 6:amod _ 6 element element NOUN NN Number=Sing 10 nsubj 10:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -28627,25 +28643,25 @@ # text = Suicide murders are not a new invention but they have been made popular, if I may use this expression, only lately. 1 Suicide suicide NOUN NN Number=Sing 2 compound 2:compound _ 2 murders murder NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 not not PART RB _ 7 advmod 7:advmod _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 new new ADJ JJ Degree=Pos 7 amod 7:amod _ 7 invention invention NOUN NN Number=Sing 0 root 0:root _ 8 but but CCONJ CC _ 12 cc 12:cc _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj:pass 12:nsubj:pass|13:nsubj:xsubj _ -10 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +10 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 11 been be AUX VBN Tense=Past|VerbForm=Part 12 aux:pass 12:aux:pass _ 12 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 conj 7:conj:but _ 13 popular popular ADJ JJ Degree=Pos 12 xcomp 12:xcomp SpaceAfter=No -14 , , PUNCT , _ 12 punct 12:punct _ +14 , , PUNCT , _ 18 punct 18:punct _ 15 if if SCONJ IN _ 18 mark 18:mark _ 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ 17 may may AUX MD VerbForm=Fin 18 aux 18:aux _ 18 use use VERB VB VerbForm=Inf 12 advcl 12:advcl:if _ 19 this this DET DT Number=Sing|PronType=Dem 20 det 20:det _ 20 expression expression NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No -21 , , PUNCT , _ 12 punct 12:punct _ +21 , , PUNCT , _ 22 punct 22:punct _ 22 only only ADV RB _ 12 advmod 12:advmod _ 23 lately lately ADV RB _ 22 advmod 22:advmod SpaceAfter=No 24 . . PUNCT . _ 7 punct 7:punct _ @@ -28655,15 +28671,15 @@ 1 Even even ADV RB _ 3 advmod 3:advmod _ 2 after after ADP IN _ 3 case 3:case _ 3 September September PROPN NNP Number=Sing 7 obl 7:obl:after _ -4 11 11 NUM CD NumType=Card 3 nummod 3:nummod SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +4 11 11 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No +5 , , PUNCT , _ 3 punct 3:punct _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 expl 7:expl _ 7 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 that that SCONJ IN _ 17 mark 17:mark _ 9 most most ADJ JJS Degree=Sup 17 nsubj 17:nsubj _ 10 of of ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 Western Western PROPN NNP Number=Sing 13 compound 13:compound _ +12 Western Western ADJ NNP Degree=Pos 13 amod 13:amod _ 13 World World PROPN NNP Number=Sing 9 nmod 9:nmod:of _ 14 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 15 not not PART RB _ 17 advmod 17:advmod _ @@ -28686,7 +28702,7 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0049 # text = Its real direct impact is relatively minor. -1 Its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +1 Its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 2 real real ADJ JJ Degree=Pos 4 amod 4:amod _ 3 direct direct ADJ JJ Degree=Pos 4 amod 4:amod _ 4 impact impact NOUN NN Number=Sing 7 nsubj 7:nsubj _ @@ -28712,11 +28728,11 @@ 13 in in ADP IN _ 17 case 17:case _ 14 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 15 last last ADJ JJ Degree=Pos 17 amod 17:amod _ -16 three three NUM CD NumType=Card 17 nummod 17:nummod _ +16 three three NUM CD NumForm=Word|NumType=Card 17 nummod 17:nummod _ 17 years year NOUN NNS Number=Plur 10 nmod 10:nmod:in _ 18 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 19 much much ADV RB _ 20 advmod 20:advmod _ -20 smaller smaller ADJ JJR Degree=Cmp 0 root 0:root _ +20 smaller small ADJ JJR Degree=Cmp 0 root 0:root _ 21 than than ADP IN _ 22 case 22:case _ 22 those that PRON DT Number=Plur|PronType=Dem 20 obl 20:obl:than _ 23 due due ADP IN _ 26 case 26:case _ @@ -28728,7 +28744,7 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0051 # text = September 11 was quantitatively much less lethal than many earthquakes 1 September September PROPN NNP Number=Sing 7 nsubj 7:nsubj _ -2 11 11 NUM CD NumType=Card 1 nummod 1:nummod _ +2 11 11 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 4 quantitatively quantitatively ADV RB _ 7 advmod 7:advmod _ 5 much much ADV RB _ 6 advmod 6:advmod _ @@ -28742,49 +28758,49 @@ # text = More people die from AIDS in one day in Africa than all the Russians who died in the hands of Chechnya-based Moslem suicide murderers since that conflict started. 1 More more ADJ JJR Degree=Cmp 2 amod 2:amod _ 2 people people NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 die die VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 die die VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 from from ADP IN _ 5 case 5:case _ 5 AIDS aids NOUN NN Number=Sing 3 obl 3:obl:from _ 6 in in ADP IN _ 8 case 8:case _ -7 one one NUM CD NumType=Card 8 nummod 8:nummod _ +7 one one NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 8 day day NOUN NN Number=Sing 3 obl 3:obl:in _ 9 in in ADP IN _ 10 case 10:case _ 10 Africa Africa PROPN NNP Number=Sing 3 obl 3:obl:in _ 11 than than ADP IN _ 14 case 14:case _ -12 all all DET PDT _ 14 det:predet 14:det:predet _ +12 all all DET PDT PronType=Tot 14 det:predet 14:det:predet _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -14 Russians Russians PROPN NNPS Number=Plur 1 obl 1:obl:than|16:nsubj _ +14 Russians Russian PROPN NNPS Number=Plur 1 obl 1:obl:than|16:nsubj _ 15 who who PRON WP PronType=Rel 16 nsubj 14:ref _ -16 died die VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ +16 died die VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ 17 in in ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 hands hand NOUN NNS Number=Plur 16 obl 16:obl:in _ 20 of of ADP IN _ 26 case 26:case _ 21 Chechnya Chechnya PROPN NNP Number=Sing 23 compound 23:compound SpaceAfter=No -22 - - PUNCT HYPH _ 23 punct 23:punct SpaceAfter=No -23 based base VERB VBN Tense=Past|VerbForm=Part 26 amod 26:amod _ -24 Moslem moslem ADJ JJ Degree=Pos 26 amod 26:amod _ +22 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No +23 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 26 amod 26:amod _ +24 Moslem Moslem ADJ JJ Degree=Pos 26 amod 26:amod _ 25 suicide suicide NOUN NN Number=Sing 26 compound 26:compound _ 26 murderers murderer NOUN NNS Number=Plur 19 nmod 19:nmod:of _ 27 since since SCONJ IN _ 30 mark 30:mark _ 28 that that DET DT Number=Sing|PronType=Dem 29 det 29:det _ 29 conflict conflict NOUN NN Number=Sing 30 nsubj 30:nsubj _ -30 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:since SpaceAfter=No +30 started start VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:since SpaceAfter=No 31 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0053 # text = Saddam killed every month more people than all those who died from suicide murders since the Coalition occupation of Iraq. 1 Saddam Saddam PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 killed kill VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 every every ADJ JJ Degree=Pos 4 amod 4:amod _ +2 killed kill VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 every every DET DT PronType=Tot 4 det 4:det _ 4 month month NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod _ 5 more more ADJ JJR Degree=Cmp 6 amod 6:amod _ 6 people people NOUN NNS Number=Plur 2 obj 2:obj _ 7 than than ADP IN _ 9 case 9:case _ -8 all all DET PDT _ 9 det:predet 9:det:predet _ -9 those that DET DT Number=Plur|PronType=Dem 5 obl 5:obl:than|11:nsubj _ +8 all all DET PDT PronType=Tot 9 det:predet 9:det:predet _ +9 those that PRON DT Number=Plur|PronType=Dem 5 obl 5:obl:than|11:nsubj _ 10 who who PRON WP PronType=Rel 11 nsubj 9:ref _ -11 died die VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +11 died die VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 12 from from ADP IN _ 14 case 14:case _ 13 suicide suicide NOUN NN Number=Sing 14 compound 14:compound _ 14 murders murder NOUN NNS Number=Plur 11 obl 11:obl:from _ @@ -28801,7 +28817,7 @@ 1 So so ADV RB _ 6 advmod 6:advmod _ 2 what what PRON WP PronType=Int 6 nsubj 6:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -4 all all DET PDT _ 6 det:predet 6:det:predet _ +4 all all DET PDT PronType=Tot 6 det:predet 6:det:predet _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 fuss fuss NOUN NN Number=Sing 0 root 0:root _ 7 about about ADP IN _ 9 case 9:case _ @@ -28840,7 +28856,7 @@ 6 death death NOUN NN Number=Sing 0 root 0:root _ 7 with with ADP IN _ 8 case 8:case _ 8 bodies body NOUN NNS Number=Plur 6 nmod 6:nmod:with _ -9 dismembered dismember VERB VBN Tense=Past|VerbForm=Part 8 acl 8:acl _ +9 dismembered dismember VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl 8:acl _ 10 and and CCONJ CC _ 14 cc 14:cc _ 11 horrible horrible ADJ JJ Degree=Pos 14 amod 14:amod _ 12 severe severe ADJ JJ Degree=Pos 14 amod 14:amod _ @@ -28868,10 +28884,10 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0060 # text = One such murder, with the help of hysterical media coverage, can destroy the tourism industry of a country for quite a while, as it did in Bali and in Turkey. -1 One one NUM CD NumType=Card 3 nummod 3:nummod _ +1 One one NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 2 such such ADJ JJ Degree=Pos 3 amod 3:amod _ 3 murder murder NOUN NN Number=Sing 14 nsubj 14:nsubj SpaceAfter=No -4 , , PUNCT , _ 14 punct 14:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 with with ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 help help NOUN NN Number=Sing 14 obl 14:obl:with _ @@ -28879,7 +28895,7 @@ 9 hysterical hysterical ADJ JJ Degree=Pos 11 amod 11:amod _ 10 media media NOUN NN Number=Sing 11 compound 11:compound _ 11 coverage coverage NOUN NN Number=Sing 7 nmod 7:nmod:of SpaceAfter=No -12 , , PUNCT , _ 14 punct 14:punct _ +12 , , PUNCT , _ 7 punct 7:punct _ 13 can can AUX MD VerbForm=Fin 14 aux 14:aux _ 14 destroy destroy VERB VB VerbForm=Inf 0 root 0:root _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -28889,18 +28905,18 @@ 19 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 20 country country NOUN NN Number=Sing 17 nmod 17:nmod:of _ 21 for for ADP IN _ 24 case 24:case _ -22 quite quite DET PDT _ 24 det:predet 24:det:predet _ +22 quite quite DET PDT PronType=Ind 24 det:predet 24:det:predet _ 23 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 24 while while NOUN NN Number=Sing 14 obl 14:obl:for SpaceAfter=No -25 , , PUNCT , _ 14 punct 14:punct _ -26 as as SCONJ IN _ 30 mark 30:mark _ -27 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 30 nsubj 30:nsubj|33:nsubj _ -28 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 30 aux 30:aux _ +25 , , PUNCT , _ 28 punct 28:punct _ +26 as as SCONJ IN _ 28 mark 28:mark _ +27 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 28 nsubj 28:nsubj _ +28 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 advcl 14:advcl:as _ 29 in in ADP IN _ 30 case 30:case _ -30 Bali Bali PROPN NNP Number=Sing 14 advcl 14:advcl:in _ +30 Bali Bali PROPN NNP Number=Sing 28 obl 28:obl:in _ 31 and and CCONJ CC _ 33 cc 33:cc _ 32 in in ADP IN _ 33 case 33:case _ -33 Turkey Turkey PROPN NNP Number=Sing 30 conj 14:advcl:in|30:conj:and SpaceAfter=No +33 Turkey Turkey PROPN NNP Number=Sing 30 conj 28:obl:in|30:conj:and SpaceAfter=No 34 . . PUNCT . _ 14 punct 14:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0061 @@ -28915,10 +28931,10 @@ 8 undisputed undisputed ADJ JJ Degree=Pos 9 amod 9:amod _ 9 fact fact NOUN NN Number=Sing 5 obl 5:obl:from _ 10 that that SCONJ IN _ 18 mark 18:mark _ -11 no no DET DT _ 12 det 12:det _ +11 no no DET DT PronType=Neg 12 det 12:det _ 12 defense defense NOUN NN Number=Sing 18 nsubj 18:nsubj _ 13 and and CCONJ CC _ 16 cc 16:cc _ -14 no no DET DT _ 16 det 16:det _ +14 no no DET DT PronType=Neg 16 det 16:det _ 15 preventive preventive ADJ JJ Degree=Pos 16 amod 16:amod _ 16 measures measure NOUN NNS Number=Plur 12 conj 12:conj:and|18:nsubj _ 17 can can AUX MD VerbForm=Fin 18 aux 18:aux _ @@ -28941,7 +28957,7 @@ 7 thinking thinking NOUN NN Number=Sing 5 obj 5:obj _ 8 of of ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 Western Western PROPN NNP Number=Sing 11 compound 11:compound _ +10 Western Western ADJ NNP Degree=Pos 11 amod 11:amod _ 11 World World PROPN NNP Number=Sing 7 nmod 7:nmod:of SpaceAfter=No 12 . . PUNCT . _ 5 punct 5:punct _ @@ -28951,20 +28967,20 @@ 2 U.S. U.S. PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 Europe Europe PROPN NNP Number=Sing 2 conj 2:conj:and|7:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 constantly constantly ADV RB _ 7 advmod 7:advmod _ 7 improving improve VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -8 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 defense defense NOUN NN Number=Sing 7 obj 7:obj _ 10 against against ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 last last ADJ JJ Degree=Pos 13 amod 13:amod _ 13 murder murder NOUN NN Number=Sing 9 nmod 9:nmod:against SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ -15 not not ADV RB _ 18 advmod 18:advmod _ +14 , , PUNCT , _ 18 punct 18:punct _ +15 not not PART RB _ 18 advmod 18:advmod _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 17 next next ADJ JJ Degree=Pos 18 amod 18:amod _ -18 one one NUM CD NumType=Card 13 appos 13:appos SpaceAfter=No +18 one one NOUN NN Number=Sing 13 appos 13:appos SpaceAfter=No 19 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0064 @@ -28974,7 +28990,7 @@ 3 arrange arrange VERB VB VerbForm=Inf 0 root 0:root _ 4 for for ADP IN _ 8 case 8:case _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -6 best best ADJ JJS Degree=Sup 8 amod 8:amod _ +6 best good ADJ JJS Degree=Sup 8 amod 8:amod _ 7 airport airport NOUN NN Number=Sing 8 compound 8:compound _ 8 security security NOUN NN Number=Sing 3 obl 3:obl:for _ 9 in in ADP IN _ 11 case 11:case _ @@ -28987,14 +29003,14 @@ 1 But but CCONJ CC _ 13 cc 13:cc _ 2 if if SCONJ IN _ 4 mark 4:mark _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -4 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ +4 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ 5 to to PART TO _ 6 mark 6:mark _ 6 murder murder VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 by by ADP IN _ 8 case 8:case _ 8 suicide suicide NOUN NN Number=Sing 6 obl 6:obl:by SpaceAfter=No -9 , , PUNCT , _ 13 punct 13:punct _ +9 , , PUNCT , _ 4 punct 4:punct _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ -11 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +11 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 not not PART RB _ 13 advmod 13:advmod _ 13 have have VERB VB VerbForm=Inf 0 root 0:root _ 14 to to PART TO _ 15 mark 15:mark _ @@ -29035,7 +29051,7 @@ 19 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 20 airport airport NOUN NN Number=Sing 22 compound 22:compound _ 21 metal metal NOUN NN Number=Sing 22 compound 22:compound _ -22 detector detector NOUN NN Number=Sing 17 obl 17:obl:by SpaceAfter=No +22 detector detector NOUN NN Number=Sing 17 obl:agent 17:obl:agent SpaceAfter=No 23 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0067 @@ -29066,7 +29082,7 @@ 5 in in ADP IN _ 6 case 6:case _ 6 front front NOUN NN Number=Sing 1 obl 1:obl:in _ 7 of of ADP IN _ 10 case 10:case _ -8 every every DET DT _ 10 det 10:det _ +8 every every DET DT PronType=Tot 10 det 10:det _ 9 train train NOUN NN Number=Sing 10 compound 10:compound _ 10 station station NOUN NN Number=Sing 6 nmod 6:nmod:of _ 11 in in ADP IN _ 12 case 12:case _ @@ -29113,7 +29129,7 @@ 3 in in ADP IN _ 4 case 4:case _ 4 front front NOUN NN Number=Sing 1 obl 1:obl:in _ 5 of of ADP IN _ 8 case 8:case _ -6 every every DET DT _ 8 det 8:det _ +6 every every DET DT PronType=Tot 8 det 8:det _ 7 concert concert NOUN NN Number=Sing 8 compound 8:compound _ 8 hall hall NOUN NN Number=Sing 4 nmod 4:nmod:of _ 9 and and CCONJ CC _ 13 cc 13:cc _ @@ -29122,7 +29138,7 @@ 12 always always ADV RB _ 13 advmod 13:advmod _ 13 be be VERB VB VerbForm=Inf 1 conj 1:conj:and _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ -15 line line NOUN NN Number=Sing 1 conj 1:conj:and _ +15 line line NOUN NN Number=Sing 13 nsubj 13:nsubj _ 16 of of ADP IN _ 17 case 17:case _ 17 people people NOUN NNS Number=Plur 15 nmod 15:nmod:of _ 18 to to PART TO _ 20 mark 20:mark _ @@ -29130,7 +29146,7 @@ 20 checked check VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 acl 15:acl:to _ 21 by by ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -23 guards guard NOUN NNS Number=Plur 20 obl 20:obl:by _ +23 guards guard NOUN NNS Number=Plur 20 obl:agent 20:obl:agent _ 24 and and CCONJ CC _ 30 cc 30:cc _ 25 this this DET DT Number=Sing|PronType=Dem 26 det 26:det _ 26 line line NOUN NN Number=Sing 30 nsubj 30:nsubj _ @@ -29138,15 +29154,15 @@ 28 be be AUX VB VerbForm=Inf 30 cop 30:cop _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 target target NOUN NN Number=Sing 13 conj 13:conj:and SpaceAfter=No -31 , , PUNCT , _ 30 punct 30:punct _ -32 not not ADV RB _ 34 advmod 34:advmod _ +31 , , PUNCT , _ 34 punct 34:punct _ +32 not not PART RB _ 34 advmod 34:advmod _ 33 to to PART TO _ 34 mark 34:mark _ 34 speak speak VERB VB VerbForm=Inf 30 parataxis 30:parataxis _ 35 of of SCONJ IN _ 36 mark 36:mark _ 36 killing kill VERB VBG VerbForm=Ger 34 advcl 34:advcl:of _ 37 the the DET DT Definite=Def|PronType=Art 38 det 38:det _ 38 guards guard NOUN NNS Number=Plur 36 obj 36:obj _ -39 themselves themselves PRON PRP Number=Plur|Person=3|PronType=Prs 38 nmod:npmod 38:nmod:npmod SpaceAfter=No +39 themselves themselves PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Emp|Reflex=Yes 38 nmod:npmod 38:nmod:npmod SpaceAfter=No 40 . . PUNCT . _ 1 punct 1:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0071 @@ -29155,7 +29171,7 @@ 2 can can AUX MD VerbForm=Fin 4 aux 4:aux _ 3 somewhat somewhat ADV RB _ 4 advmod 4:advmod _ 4 reduce reduce VERB VB VerbForm=Inf 0 root 0:root _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 vulnerability vulnerability NOUN NN Number=Sing 4 obj 4:obj _ 7 by by ADP IN _ 11 case 11:case _ 8 preventive preventive ADJ JJ Degree=Pos 11 amod 11:amod _ @@ -29207,18 +29223,18 @@ # text = Money is, money and power and cold-blooded murderous incitement, nothing else. 1 Money money NOUN NN Number=Sing 4 nsubj 4:nsubj|6:nsubj|12:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop SpaceAfter=No -3 , , PUNCT , _ 4 punct 4:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 money money NOUN NN Number=Sing 0 root 0:root _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 power power NOUN NN Number=Sing 4 conj 4:conj:and _ 7 and and CCONJ CC _ 12 cc 12:cc _ 8 cold cold ADJ JJ Degree=Pos 10 amod 10:amod SpaceAfter=No -9 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +9 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No 10 blooded blooded ADJ JJ Degree=Pos 12 amod 12:amod _ 11 murderous murderous ADJ JJ Degree=Pos 12 amod 12:amod _ 12 incitement incitement NOUN NN Number=Sing 4 conj 4:conj:and SpaceAfter=No -13 , , PUNCT , _ 4 punct 4:punct _ -14 nothing nothing PRON NN Number=Sing 4 appos 4:appos _ +13 , , PUNCT , _ 14 punct 14:punct _ +14 nothing nothing PRON NN Number=Sing|PronType=Neg 4 appos 4:appos _ 15 else else ADJ JJ Degree=Pos 14 amod 14:amod SpaceAfter=No 16 . . PUNCT . _ 4 punct 4:punct _ @@ -29226,7 +29242,7 @@ # text = It has nothing to do with true fanatic religious beliefs. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ 2 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 nothing nothing PRON NN Number=Sing 2 obj 2:obj _ +3 nothing nothing PRON NN Number=Sing|PronType=Neg 2 obj 2:obj _ 4 to to PART TO _ 5 mark 5:mark _ 5 do do VERB VB VerbForm=Inf 3 acl 3:acl:to _ 6 with with ADP IN _ 10 case 10:case _ @@ -29238,8 +29254,8 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0076 # text = No Moslem preacher has ever blown himself up. -1 No no DET DT _ 3 det 3:det _ -2 Moslem moslem ADJ JJ Degree=Pos 3 amod 3:amod _ +1 No no DET DT PronType=Neg 3 det 3:det _ +2 Moslem Moslem ADJ JJ Degree=Pos 3 amod 3:amod _ 3 preacher preacher NOUN NN Number=Sing 6 nsubj 6:nsubj _ 4 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 ever ever ADV RB _ 6 advmod 6:advmod _ @@ -29250,11 +29266,11 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0077 # text = No son of an Arab politician or religious leader has ever blown himself up. -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 son son NOUN NN Number=Sing 12 nsubj 12:nsubj _ 3 of of ADP IN _ 6 case 6:case _ 4 an a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -5 Arab arab ADJ JJ Degree=Pos 6 amod 6:amod _ +5 Arab Arab ADJ JJ Degree=Pos 6 amod 6:amod _ 6 politician politician NOUN NN Number=Sing 2 nmod 2:nmod:of _ 7 or or CCONJ CC _ 9 cc 9:cc _ 8 religious religious ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -29268,10 +29284,10 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0078 # text = No relative of anyone influential has done it. -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 relative relative NOUN NN Number=Sing 7 nsubj 7:nsubj _ 3 of of ADP IN _ 4 case 4:case _ -4 anyone anyone PRON NN Number=Sing 2 nmod 2:nmod:of _ +4 anyone anyone PRON NN Number=Sing|PronType=Ind 2 nmod 2:nmod:of _ 5 influential influential ADJ JJ Degree=Pos 4 amod 4:amod _ 6 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 done do VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ @@ -29285,7 +29301,7 @@ 2 n't not PART RB _ 4 advmod 4:advmod _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 expect expect VERB VB VerbForm=Inf 0 root 0:root _ -5 some some DET DT _ 4 obj 4:obj|11:nsubj:xsubj|17:nsubj:xsubj _ +5 some some DET DT PronType=Ind 4 obj 4:obj|11:nsubj:xsubj|17:nsubj:xsubj _ 6 of of ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 religious religious ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -29293,17 +29309,17 @@ 10 to to PART TO _ 11 mark 11:mark _ 11 do do VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 12 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj _ -13 themselves themselves PRON PRP Number=Plur|Person=3|PronType=Prs 11 obl:npmod 11:obl:npmod SpaceAfter=No +13 themselves themselves PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Emp|Reflex=Yes 11 obl:npmod 11:obl:npmod SpaceAfter=No 14 , , PUNCT , _ 17 punct 17:punct _ 15 or or CCONJ CC _ 17 cc 17:cc _ 16 to to PART TO _ 17 mark 17:mark _ 17 talk talk VERB VB VerbForm=Inf 11 conj 4:xcomp|11:conj:or _ -18 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 sons son NOUN NNS Number=Plur 17 obj 17:obj _ 20 into into SCONJ IN _ 21 mark 21:mark _ 21 doing do VERB VBG VerbForm=Ger 17 advcl 17:advcl:into _ 22 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 obj 21:obj SpaceAfter=No -23 , , PUNCT , _ 4 punct 4:punct _ +23 , , PUNCT , _ 30 punct 30:punct _ 24 if if SCONJ IN _ 30 mark 30:mark _ 25 this this PRON DT Number=Sing|PronType=Dem 30 nsubj 30:nsubj _ 26 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 30 cop 30:cop _ @@ -29319,7 +29335,7 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0080 # text = Aren't they interested in the benefits of going to Heaven? 1-2 Aren't _ _ _ _ _ _ _ _ -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +1 Are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 2 n't not PART RB _ 4 advmod 4:advmod _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 4 interested interested ADJ JJ Degree=Pos 0 root 0:root _ @@ -29335,9 +29351,9 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0081 # text = Instead, they send outcast women, naive children, retarded people and young incited hotheads. 1 Instead instead ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 send send VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 send send VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 outcast outcast ADJ JJ Degree=Pos 6 amod 6:amod _ 6 women woman NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No 7 , , PUNCT , _ 9 punct 9:punct _ @@ -29348,30 +29364,30 @@ 12 people people NOUN NNS Number=Plur 6 conj 4:obj|6:conj:and _ 13 and and CCONJ CC _ 16 cc 16:cc _ 14 young young ADJ JJ Degree=Pos 16 amod 16:amod _ -15 incited incite VERB VBN Tense=Past|VerbForm=Part 16 amod 16:amod _ +15 incited incite VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 amod 16:amod _ 16 hotheads hothead NOUN NNS Number=Plur 6 conj 4:obj|6:conj:and SpaceAfter=No 17 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0082 # text = They promise them the delights, mostly sexual, of the next world, and pay their families handsomely after the supreme act is performed and enough innocent people are dead. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|16:nsubj _ -2 promise promise VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 promise promise VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 2 iobj 2:iobj _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 delights delight NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 8 punct 8:punct _ 7 mostly mostly ADV RB _ 8 advmod 8:advmod _ 8 sexual sexual ADJ JJ Degree=Pos 5 amod 5:amod SpaceAfter=No -9 , , PUNCT , _ 5 punct 5:punct _ +9 , , PUNCT , _ 13 punct 13:punct _ 10 of of ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 next next ADJ JJ Degree=Pos 13 amod 13:amod _ 13 world world NOUN NN Number=Sing 5 nmod 5:nmod:of SpaceAfter=No 14 , , PUNCT , _ 16 punct 16:punct _ 15 and and CCONJ CC _ 16 cc 16:cc _ -16 pay pay VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ -17 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ -18 families family NOUN NNS Number=Plur 16 obj 16:obj _ +16 pay pay VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +17 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +18 families family NOUN NNS Number=Plur 16 iobj 16:iobj _ 19 handsomely handsomely ADV RB _ 16 advmod 16:advmod _ 20 after after SCONJ IN _ 25 mark 25:mark _ 21 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ @@ -29383,7 +29399,7 @@ 27 enough enough ADJ JJ Degree=Pos 29 amod 29:amod _ 28 innocent innocent ADJ JJ Degree=Pos 29 amod 29:amod _ 29 people people NOUN NNS Number=Plur 31 nsubj 31:nsubj _ -30 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 cop 31:cop _ +30 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 31 cop 31:cop _ 31 dead dead ADJ JJ Degree=Pos 25 conj 16:advcl:after|25:conj:and SpaceAfter=No 32 . . PUNCT . _ 2 punct 2:punct _ @@ -29392,8 +29408,8 @@ 1 Suicide suicide NOUN NN Number=Sing 2 compound 2:compound _ 2 murders murder NOUN NNS Number=Plur 4 nsubj 4:nsubj _ 3 also also ADV RB _ 4 advmod 4:advmod _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 nothing nothing PRON NN Number=Sing 4 obj 4:obj _ +4 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 nothing nothing PRON NN Number=Sing|PronType=Neg 4 obj 4:obj _ 6 to to PART TO _ 7 mark 7:mark _ 7 do do VERB VB VerbForm=Inf 5 acl 5:acl:to _ 8 with with ADP IN _ 9 case 9:case _ @@ -29406,15 +29422,15 @@ # newpar id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-p0005 # text = The poorest region in the world, by far, is Africa. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 poorest poorest ADJ JJS Degree=Sup 3 amod 3:amod _ +2 poorest poor ADJ JJS Degree=Sup 3 amod 3:amod _ 3 region region NOUN NN Number=Sing 12 nsubj 12:nsubj _ 4 in in ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 world world NOUN NN Number=Sing 3 nmod 3:nmod:in SpaceAfter=No -7 , , PUNCT , _ 12 punct 12:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 by by ADP IN _ 9 case 9:case _ 9 far far ADV RB Degree=Pos 12 obl 12:obl:by SpaceAfter=No -10 , , PUNCT , _ 12 punct 12:punct _ +10 , , PUNCT , _ 9 punct 9:punct _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 12 Africa Africa PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No 13 . . PUNCT . _ 12 punct 12:punct _ @@ -29430,14 +29446,14 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0086 # text = There are numerous desperate people in the world, in different cultures, countries and continents. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 numerous numerous ADJ JJ Degree=Pos 5 amod 5:amod _ 4 desperate desperate ADJ JJ Degree=Pos 5 amod 5:amod _ 5 people people NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 6 in in ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 world world NOUN NN Number=Sing 2 obl 2:obl:in SpaceAfter=No -9 , , PUNCT , _ 2 punct 2:punct _ +9 , , PUNCT , _ 12 punct 12:punct _ 10 in in ADP IN _ 12 case 12:case _ 11 different different ADJ JJ Degree=Pos 12 amod 12:amod _ 12 cultures culture NOUN NNS Number=Plur 2 obl 2:obl:in SpaceAfter=No @@ -29453,7 +29469,7 @@ 2 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 provide provide VERB VB VerbForm=Inf 0 root 0:root _ -5 anyone anyone PRON NN Number=Sing 4 obj 4:obj _ +5 anyone anyone PRON NN Number=Sing|PronType=Ind 4 obj 4:obj _ 6 with with ADP IN _ 7 case 7:case _ 7 explosives explosive NOUN NNS Number=Plur 4 obl 4:obl:with SpaceAfter=No 8 , , PUNCT , _ 9 punct 9:punct _ @@ -29483,9 +29499,9 @@ 15 Iraq Iraq PROPN NNP Number=Sing 4 advcl 4:advcl:in SpaceAfter=No 16 , , PUNCT , _ 20 punct 20:punct _ 17 and and CCONJ CC _ 20 cc 20:cc _ -18 no no DET DT _ 19 det 19:det _ -19 one one NOUN NN Number=Sing 20 nsubj 20:nsubj _ -20 exploded explode VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +18 no no DET DT PronType=Neg 19 det 19:det _ +19 one one PRON NN Number=Sing|PronType=Neg 20 nsubj 20:nsubj _ +20 exploded explode VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 21 himself himself PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes 20 obj 20:obj SpaceAfter=No 22 . . PUNCT . _ 2 punct 2:punct _ @@ -29498,33 +29514,33 @@ 5 simply simply ADV RB _ 10 advmod 10:advmod _ 6 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 7 horrible horrible ADJ JJ Degree=Pos 10 amod 10:amod SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 vicious vicious ADJ JJ Degree=Pos 10 amod 10:amod _ 10 weapon weapon NOUN NN Number=Sing 0 root 0:root _ 11 of of ADP IN _ 21 case 21:case _ 12 cruel cruel ADJ JJ Degree=Pos 21 amod 21:amod SpaceAfter=No -13 , , PUNCT , _ 21 punct 21:punct _ +13 , , PUNCT , _ 12 punct 12:punct _ 14 inhuman inhuman ADJ JJ Degree=Pos 21 amod 21:amod SpaceAfter=No -15 , , PUNCT , _ 21 punct 21:punct _ +15 , , PUNCT , _ 14 punct 14:punct _ 16 cynical cynical ADJ JJ Degree=Pos 21 amod 21:amod SpaceAfter=No -17 , , PUNCT , _ 21 punct 21:punct _ +17 , , PUNCT , _ 16 punct 16:punct _ 18 well well ADV RB Degree=Pos 20 advmod 20:advmod SpaceAfter=No -19 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No -20 funded fund VERB VBN Tense=Past|VerbForm=Part 21 amod 21:amod _ +19 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +20 funded fund VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 amod 21:amod _ 21 terrorists terrorist NOUN NNS Number=Plur 10 nmod 10:nmod:of SpaceAfter=No -22 , , PUNCT , _ 21 punct 21:punct _ +22 , , PUNCT , _ 25 punct 25:punct _ 23 with with ADP IN _ 25 case 25:case _ -24 no no DET DT _ 25 det 25:det _ +24 no no DET DT PronType=Neg 25 det 25:det _ 25 regard regard NOUN NN Number=Sing 21 nmod 21:nmod:with _ 26 to to ADP IN _ 28 case 28:case _ 27 human human ADJ JJ Degree=Pos 28 amod 28:amod _ 28 life life NOUN NN Number=Sing 25 nmod 25:nmod:to SpaceAfter=No -29 , , PUNCT , _ 28 punct 28:punct _ +29 , , PUNCT , _ 32 punct 32:punct _ 30 including include VERB VBG VerbForm=Ger 32 case 32:case _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ -32 life life NOUN NN Number=Sing 28 nmod 28:nmod:include _ +32 life life NOUN NN Number=Sing 28 nmod 28:nmod:including _ 33 of of ADP IN _ 36 case 36:case _ -34 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ +34 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ 35 fellow fellow ADJ JJ Degree=Pos 36 amod 36:amod _ 36 countrymen countryman NOUN NNS Number=Plur 32 nmod 32:nmod:of SpaceAfter=No 37 , , PUNCT , _ 42 punct 42:punct _ @@ -29534,14 +29550,14 @@ 41 high high ADJ JJ Degree=Pos 42 amod 42:amod _ 42 regard regard NOUN NN Number=Sing 25 conj 21:nmod:with|25:conj:but _ 43 to to ADP IN _ 49 case 49:case _ -44 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 49 nmod:poss 49:nmod:poss _ +44 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 49 nmod:poss 49:nmod:poss _ 45 own own ADJ JJ Degree=Pos 49 amod 49:amod _ 46 affluent affluent ADJ JJ Degree=Pos 49 amod 49:amod _ 47 well well ADV RB Degree=Pos 49 advmod 49:advmod SpaceAfter=No -48 - - PUNCT HYPH _ 49 punct 49:punct SpaceAfter=No +48 - - PUNCT HYPH _ 47 punct 47:punct SpaceAfter=No 49 being being NOUN NN Number=Sing 42 nmod 42:nmod:to _ 50 and and CCONJ CC _ 52 cc 52:cc _ -51 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 52 nmod:poss 52:nmod:poss _ +51 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 52 nmod:poss 52:nmod:poss _ 52 hunger hunger NOUN NN Number=Sing 49 conj 42:nmod:to|49:conj:and _ 53 for for ADP IN _ 54 case 54:case _ 54 power power NOUN NN Number=Sing 52 nmod 52:nmod:for SpaceAfter=No @@ -29556,9 +29572,9 @@ 5 fight fight VERB VB VerbForm=Inf 3 acl 3:acl:to _ 6 this this DET DT Number=Sing|PronType=Dem 11 det 11:det _ 7 new new ADJ JJ Degree=Pos 11 amod 11:amod _ -8 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No +8 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No 9 popular popular ADJ JJ Degree=Pos 11 amod 11:amod SpaceAfter=No -10 " " PUNCT '' _ 11 punct 11:punct _ +10 " " PUNCT '' _ 9 punct 9:punct _ 11 weapon weapon NOUN NN Number=Sing 5 obj 5:obj _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 13 identical identical ADJ JJ Degree=Pos 0 root 0:root _ @@ -29569,7 +29585,7 @@ 18 in in ADP IN _ 19 case 19:case _ 19 which which PRON WDT PronType=Rel 21 obl 17:ref _ 20 you you PRON PRP Case=Nom|Person=2|PronType=Prs 21 nsubj 21:nsubj _ -21 fight fight VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ +21 fight fight VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ 22 organized organized ADJ JJ Degree=Pos 23 amod 23:amod _ 23 crime crime NOUN NN Number=Sing 21 obj 21:obj _ 24 or or CCONJ CC _ 25 cc 25:cc _ @@ -29578,7 +29594,7 @@ 27 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 28 high high ADJ JJ Degree=Pos 29 amod 29:amod _ 29 seas seas NOUN NN Number=Sing 25 nmod 25:nmod:on SpaceAfter=No -30 : : PUNCT : _ 17 punct 17:punct _ +30 : : PUNCT : _ 33 punct 33:punct _ 31 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 32 offensive offensive ADJ JJ Degree=Pos 33 amod 33:amod _ 33 way way NOUN NN Number=Sing 17 parataxis 17:parataxis SpaceAfter=No @@ -29593,7 +29609,7 @@ 5 of of ADP IN _ 7 case 7:case _ 6 organized organized ADJ JJ Degree=Pos 7 amod 7:amod _ 7 crime crime NOUN NN Number=Sing 4 nmod 4:nmod:of SpaceAfter=No -8 , , PUNCT , _ 11 punct 11:punct _ +8 , , PUNCT , _ 4 punct 4:punct _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 expl 11:expl _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 11 crucial crucial ADJ JJ Degree=Pos 0 root 0:root _ @@ -29603,14 +29619,14 @@ 15 on on ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 offensive offensive NOUN NN Number=Sing 14 nmod 14:nmod:on _ -18 be be AUX VB VerbForm=Inf 19 cop 19:cop _ -19 united united ADJ JJ Degree=Pos 11 ccomp 11:ccomp _ +18 be be AUX VB Mood=Sub|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ +19 united united ADJ JJ Degree=Pos 11 csubj 11:csubj _ 20 and and CCONJ CC _ 23 cc 23:cc _ 21 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 23 expl 23:expl _ 22 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ 23 crucial crucial ADJ JJ Degree=Pos 11 conj 11:conj:and _ 24 to to PART TO _ 25 mark 25:mark _ -25 reach reach VERB VB VerbForm=Inf 23 xcomp 23:xcomp _ +25 reach reach VERB VB VerbForm=Inf 23 csubj 23:csubj _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 top top NOUN NN Number=Sing 25 obj 25:obj _ 28 of of ADP IN _ 31 case 31:case _ @@ -29666,17 +29682,17 @@ 7 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 obj 6:obj SpaceAfter=No 8 , , PUNCT , _ 10 punct 10:punct _ 9 others other NOUN NNS Number=Plur 10 nsubj 10:nsubj _ -10 tolerate tolerate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ +10 tolerate tolerate VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and|36:advcl:if _ 11 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 obj 10:obj SpaceAfter=No 12 , , PUNCT , _ 15 punct 15:punct _ 13 many many ADJ JJ Degree=Pos 15 nsubj 15:nsubj _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 15 afraid afraid ADJ JJ Degree=Pos 6 conj 6:conj:and|36:advcl:if _ 16 of of ADP IN _ 17 case 17:case _ 17 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 obl 15:obl:of _ 18 and and CCONJ CC _ 20 cc 20:cc _ -19 some some DET DT _ 20 nsubj 20:nsubj|22:nsubj:xsubj _ -20 try try VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and|36:advcl:if _ +19 some some DET DT PronType=Ind 20 nsubj 20:nsubj|22:nsubj:xsubj _ +20 try try VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and|36:advcl:if _ 21 to to PART TO _ 22 mark 22:mark _ 22 explain explain VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ 23 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 obj 22:obj _ @@ -29688,7 +29704,7 @@ 29 a a DET DT Definite=Ind|PronType=Art 31 det 31:det _ 30 miserable miserable ADJ JJ Degree=Pos 31 amod 31:amod _ 31 childhood childhood NOUN NN Number=Sing 26 conj 22:obl:by|26:conj:or SpaceAfter=No -32 , , PUNCT , _ 36 punct 36:punct _ +32 , , PUNCT , _ 6 punct 6:punct _ 33 organized organized ADJ JJ Degree=Pos 34 amod 34:amod _ 34 crime crime NOUN NN Number=Sing 36 nsubj 36:nsubj _ 35 will will AUX MD VerbForm=Fin 36 aux 36:aux _ @@ -29702,15 +29718,15 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0095 # text = The United States understands this now, after September 11. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 United United PROPN NNP Number=Sing 3 compound 3:compound _ -3 States States PROPN NNP Number=Sing 4 nsubj 4:nsubj _ +2 United United ADJ NNP Degree=Pos 3 amod 3:amod _ +3 States State PROPN NNPS Number=Plur 4 nsubj 4:nsubj _ 4 understands understand VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 this this PRON DT Number=Sing|PronType=Dem 4 obj 4:obj _ 6 now now ADV RB _ 4 advmod 4:advmod SpaceAfter=No -7 , , PUNCT , _ 4 punct 4:punct _ +7 , , PUNCT , _ 9 punct 9:punct _ 8 after after ADP IN _ 9 case 9:case _ 9 September September PROPN NNP Number=Sing 4 obl 4:obl:after _ -10 11 11 NUM CD NumType=Card 9 nummod 9:nummod SpaceAfter=No +10 11 11 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0096 @@ -29752,7 +29768,7 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0099 # text = Unfortunately, it seems that Europe will understand it only after suicide murders arrive in Europe in a big way. 1 Unfortunately unfortunately ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 expl 4:expl _ 4 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 that that SCONJ IN _ 8 mark 8:mark _ @@ -29764,7 +29780,7 @@ 11 after after SCONJ IN _ 14 mark 14:mark _ 12 suicide suicide NOUN NN Number=Sing 13 compound 13:compound _ 13 murders murder NOUN NNS Number=Plur 14 nsubj 14:nsubj _ -14 arrive arrive VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:after _ +14 arrive arrive VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:after _ 15 in in ADP IN _ 16 case 16:case _ 16 Europe Europe PROPN NNP Number=Sing 14 obl 14:obl:in _ 17 in in ADP IN _ 20 case 20:case _ @@ -29776,10 +29792,10 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0100 # text = In my humble opinion, this will definitely happen. 1 In in ADP IN _ 4 case 4:case _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 3 humble humble ADJ JJ Degree=Pos 4 amod 4:amod _ 4 opinion opinion NOUN NN Number=Sing 9 obl 9:obl:in SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 this this PRON DT Number=Sing|PronType=Dem 9 nsubj 9:nsubj _ 7 will will AUX MD VerbForm=Fin 9 aux 9:aux _ 8 definitely definitely ADV RB _ 9 advmod 9:advmod _ @@ -29789,13 +29805,13 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0101 # text = The Spanish trains and the Istanbul bombings are only the beginning. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 Spanish spanish ADJ JJ Degree=Pos 3 amod 3:amod _ +2 Spanish Spanish ADJ JJ Degree=Pos 3 amod 3:amod _ 3 trains train NOUN NNS Number=Plur 11 nsubj 11:nsubj _ 4 and and CCONJ CC _ 7 cc 7:cc _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 Istanbul Istanbul PROPN NNP Number=Sing 7 compound 7:compound _ 7 bombings bombing NOUN NNS Number=Plur 3 conj 3:conj:and|11:nsubj _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 9 only only ADV RB _ 11 advmod 11:advmod _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 beginning beginning NOUN NN Number=Sing 0 root 0:root SpaceAfter=No @@ -29824,7 +29840,7 @@ 2 Europe Europe PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 3 wakes wake VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:until _ 4 up up ADP RP _ 3 compound:prt 3:compound:prt SpaceAfter=No -5 , , PUNCT , _ 11 punct 11:punct _ +5 , , PUNCT , _ 3 punct 3:punct _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 unity unity NOUN NN Number=Sing 11 nsubj:pass 11:nsubj:pass _ 8 will will AUX MD VerbForm=Fin 11 aux 11:aux _ @@ -29837,19 +29853,19 @@ # newpar id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-p0006 # text = *2. The second ingredient is words, more precisely lies.* 1 * * PUNCT NFP _ 2 punct 2:punct SpaceAfter=No -2 2 2 X LS _ 8 nummod 8:nummod SpaceAfter=No +2 2 2 NUM LS NumForm=Digit|NumType=Card 8 nummod 8:nummod SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ 4 The the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 second second ADJ JJ Degree=Pos|NumType=Ord 6 amod 6:amod _ +5 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 6 amod 6:amod _ 6 ingredient ingredient NOUN NN Number=Sing 8 nsubj 8:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 words word NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ -10 more more ADV RBR _ 11 advmod 11:advmod _ +9 , , PUNCT , _ 12 punct 12:punct _ +10 more more ADV RBR Degree=Cmp 11 advmod 11:advmod _ 11 precisely precisely ADV RB _ 12 advmod 12:advmod _ 12 lies lie NOUN NNS Number=Plur 8 appos 8:appos SpaceAfter=No 13 . . PUNCT . _ 8 punct 8:punct SpaceAfter=No -14 * * PUNCT NFP _ 2 punct 2:punct _ +14 * * PUNCT NFP _ 8 punct 8:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0105 # newpar id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-p0007 @@ -29863,7 +29879,7 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0106 # text = They kill people. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 kill kill VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 kill kill VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 people people NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No 4 . . PUNCT . _ 2 punct 2:punct _ @@ -29886,12 +29902,12 @@ 15 people people NOUN NNS Number=Plur 12 conj 12:conj:and _ 16 must must AUX MD VerbForm=Fin 18 aux 18:aux _ 17 sometimes sometimes ADV RB _ 18 advmod 18:advmod _ -18 lie lie VERB VB VerbForm=Inf 4 ccomp 4:ccomp SpaceAfter=No -19 , , PUNCT , _ 18 punct 18:punct _ +18 lie lie VERB VB VerbForm=Inf 4 csubj:pass 4:csubj:pass SpaceAfter=No +19 , , PUNCT , _ 21 punct 21:punct _ 20 as as ADP IN _ 21 case 21:case _ 21 part part NOUN NN Number=Sing 18 obl 18:obl:as _ 22 of of ADP IN _ 25 case 25:case _ -23 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +23 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 24 professional professional ADJ JJ Degree=Pos 25 amod 25:amod _ 25 life life NOUN NN Number=Sing 21 nmod 21:nmod:of SpaceAfter=No 26 . . PUNCT . _ 4 punct 4:punct _ @@ -29905,9 +29921,9 @@ 5 politics politics NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 diplomacy diplomacy NOUN NN Number=Sing 5 conj 3:nmod:of|5:conj:and _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 9 childish childish ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 12 punct 12:punct _ 11 in in ADP IN _ 12 case 12:case _ 12 comparison comparison NOUN NN Number=Sing 9 obl 9:obl:in _ 13 with with ADP IN _ 15 case 15:case _ @@ -29922,7 +29938,7 @@ 22 fabrications fabrication NOUN NNS Number=Plur 17 conj 15:nmod:of|17:conj:and|26:nsubj SpaceAfter=No 23 , , PUNCT , _ 26 punct 26:punct _ 24 which which PRON WDT PronType=Rel 26 nsubj 22:ref _ -25 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ +25 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ 26 reached reach VERB VBN Tense=Past|VerbForm=Part 22 acl:relcl 22:acl:relcl _ 27 new new ADJ JJ Degree=Pos 28 amod 28:amod _ 28 heights height NOUN NNS Number=Plur 26 obj 26:obj _ @@ -29930,7 +29946,7 @@ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 31 region region NOUN NN Number=Sing 26 obl 26:obl:in _ 32 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 34 nsubj 34:nsubj _ -33 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 34 aux 34:aux _ +33 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 34 aux 34:aux _ 34 talking talk VERB VBG Tense=Pres|VerbForm=Part 31 acl:relcl 31:acl:relcl _ 35 about about ADP IN _ 34 obl 34:obl SpaceAfter=No 36 . . PUNCT . _ 9 punct 9:punct _ @@ -29944,56 +29960,56 @@ 5 people people NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 6 in in ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 Arab arab ADJ JJ Degree=Pos 9 amod 9:amod _ +8 Arab Arab ADJ JJ Degree=Pos 9 amod 9:amod _ 9 world world NOUN NN Number=Sing 5 nmod 5:nmod:in _ -10 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +10 believe believe VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 11 that that SCONJ IN _ 15 mark 15:mark _ 12 September September PROPN NNP Number=Sing 15 nsubj 15:nsubj|21:nsubj _ -13 11 11 NUM CD NumType=Card 12 nummod 12:nummod _ +13 11 11 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 14 never never ADV RB _ 15 advmod 15:advmod _ -15 happened happen VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 ccomp 10:ccomp SpaceAfter=No +15 happened happen VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 ccomp 10:ccomp SpaceAfter=No 16 , , PUNCT , _ 21 punct 21:punct _ 17 or or CCONJ CC _ 21 cc 21:cc _ 18 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 cop 21:cop _ 19 an a DET DT Definite=Ind|PronType=Art 21 det 21:det _ -20 American american ADJ JJ Degree=Pos 21 amod 21:amod _ +20 American American ADJ JJ Degree=Pos 21 amod 21:amod _ 21 provocation provocation NOUN NN Number=Sing 15 conj 10:ccomp|15:conj:or _ 22 or or CCONJ CC _ 29 cc 29:cc SpaceAfter=No -23 , , PUNCT , _ 29 punct 29:punct _ +23 , , PUNCT , _ 22 punct 22:punct _ 24 even even ADV RB _ 25 advmod 25:advmod _ -25 better better ADV RBR Degree=Cmp 29 advmod 29:advmod SpaceAfter=No -26 , , PUNCT , _ 29 punct 29:punct _ +25 better well ADV RBR Degree=Cmp 29 advmod 29:advmod SpaceAfter=No +26 , , PUNCT , _ 25 punct 25:punct _ 27 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ -28 Jewish jewish ADJ JJ Degree=Pos 29 amod 29:amod _ +28 Jewish Jewish ADJ JJ Degree=Pos 29 amod 29:amod _ 29 plot plot NOUN NN Number=Sing 21 conj 21:conj:or SpaceAfter=No 30 . . PUNCT . _ 10 punct 10:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0110 # text = You all remember the Iraqi Minister of Information, Mr. Mouhamad Said al-Sahaf and his press conferences when the US forces were already inside Baghdad. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -2 all all DET DT _ 1 det 1:det _ -3 remember remember VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 all all DET DT PronType=Tot 1 det 1:det _ +3 remember remember VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 Iraqi iraqi ADJ JJ Degree=Pos 6 amod 6:amod _ +5 Iraqi Iraqi ADJ JJ Degree=Pos 6 amod 6:amod _ 6 Minister Minister PROPN NNP Number=Sing 3 obj 3:obj _ 7 of of ADP IN _ 8 case 8:case _ 8 Information Information PROPN NNP Number=Sing 6 nmod 6:nmod:of SpaceAfter=No -9 , , PUNCT , _ 6 punct 6:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 Mr. Mr. PROPN NNP Number=Sing 6 appos 6:appos _ 11 Mouhamad Mouhamad PROPN NNP Number=Sing 10 flat 10:flat _ 12 Said Said PROPN NNP Number=Sing 10 flat 10:flat _ 13 al al PROPN NNP Number=Sing 10 flat 10:flat SpaceAfter=No -14 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No 15 Sahaf Sahaf PROPN NNP Number=Sing 10 flat 10:flat _ 16 and and CCONJ CC _ 19 cc 19:cc _ -17 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +17 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 18 press press NOUN NN Number=Sing 19 compound 19:compound _ 19 conferences conference NOUN NNS Number=Plur 6 conj 3:obj|6:conj:and _ -20 when when SCONJ WRB PronType=Int 27 mark 27:mark _ +20 when when ADV WRB PronType=Int 27 advmod 27:advmod _ 21 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 22 US US PROPN NNP Number=Sing 23 compound 23:compound _ 23 forces force NOUN NNS Number=Plur 27 nsubj 27:nsubj _ -24 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 27 cop 27:cop _ +24 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 27 cop 27:cop _ 25 already already ADV RB _ 27 advmod 27:advmod _ 26 inside inside ADP IN _ 27 case 27:case _ 27 Baghdad Baghdad PROPN NNP Number=Sing 19 acl 19:acl:inside SpaceAfter=No @@ -30008,7 +30024,7 @@ 5 war war NOUN NN Number=Sing 3 nmod 3:nmod:of _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 7 an a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -8 accepted accept VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod _ +8 accepted accept VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod _ 9 tactic tactic NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 10 . . PUNCT . _ 9 punct 9:punct _ @@ -30017,7 +30033,7 @@ 1 But but CCONJ CC _ 34 cc 34:cc _ 2 to to PART TO _ 3 mark 3:mark _ 3 stand stand VERB VB VerbForm=Inf 34 csubj 34:csubj SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ 5 day day NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 6 after after ADP IN _ 7 case 7:case _ 7 day day NOUN NN Number=Sing 5 nmod 5:nmod:after SpaceAfter=No @@ -30028,23 +30044,23 @@ 12 such such ADJ JJ Degree=Pos 14 amod 14:amod _ 13 preposterous preposterous ADJ JJ Degree=Pos 14 amod 14:amod _ 14 statements statement NOUN NNS Number=Plur 11 obj 11:obj SpaceAfter=No -15 , , PUNCT , _ 14 punct 14:punct _ +15 , , PUNCT , _ 16 punct 16:punct _ 16 known known ADJ JJ Degree=Pos 14 amod 14:amod _ 17 to to ADP IN _ 18 case 18:case _ -18 everybody everybody PRON NN Number=Sing 16 obl 16:obl:to _ +18 everybody everybody PRON NN Number=Sing|PronType=Tot 16 obl 16:obl:to _ 19 to to PART TO _ 21 mark 21:mark _ 20 be be AUX VB VerbForm=Inf 21 cop 21:cop _ 21 lies lie NOUN NNS Number=Plur 16 xcomp 16:xcomp SpaceAfter=No -22 , , PUNCT , _ 11 punct 11:punct _ +22 , , PUNCT , _ 26 punct 26:punct _ 23 without without SCONJ IN _ 26 mark 26:mark _ 24 even even ADV RB _ 26 advmod 26:advmod _ 25 being be AUX VBG VerbForm=Ger 26 aux:pass 26:aux:pass _ 26 ridiculed ridicule VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 advcl 11:advcl:without _ 27 in in ADP IN _ 30 case 30:case _ -28 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +28 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 29 own own ADJ JJ Degree=Pos 30 amod 30:amod _ 30 milieu milieu NOUN NN Number=Sing 26 obl 26:obl:in SpaceAfter=No -31 , , PUNCT , _ 34 punct 34:punct _ +31 , , PUNCT , _ 3 punct 3:punct _ 32 can can AUX MD VerbForm=Fin 34 aux 34:aux _ 33 only only ADV RB _ 34 advmod 34:advmod _ 34 happen happen VERB VB VerbForm=Inf 0 root 0:root _ @@ -30058,7 +30074,7 @@ 1 Mr. Mr. PROPN NNP Number=Sing 4 nsubj 4:nsubj|7:nsubj:xsubj _ 2 Sahaf Sahaf PROPN NNP Number=Sing 1 flat 1:flat _ 3 eventually eventually ADV RB _ 4 advmod 4:advmod _ -4 became become VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 became become VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 popular popular ADJ JJ Degree=Pos 7 amod 7:amod _ 7 icon icon NOUN NN Number=Sing 4 xcomp 4:xcomp _ @@ -30069,10 +30085,10 @@ 12 , , PUNCT , _ 17 punct 17:punct _ 13 but but CCONJ CC _ 17 cc 17:cc _ 14 this this PRON DT Number=Sing|PronType=Dem 17 nsubj 17:nsubj _ -15 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 aux 17:aux _ +15 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 aux 17:aux _ 16 not not PART RB _ 17 advmod 17:advmod _ 17 stop stop VERB VB VerbForm=Inf 7 conj 4:xcomp|7:conj:but _ -18 some some DET DT _ 21 det 21:det _ +18 some some DET DT PronType=Ind 21 det 21:det _ 19 allegedly allegedly ADV RB _ 20 advmod 20:advmod _ 20 respectable respectable ADJ JJ Degree=Pos 21 amod 21:amod _ 21 newspapers newspaper NOUN NNS Number=Plur 17 obj 17:obj _ @@ -30096,13 +30112,13 @@ 9 from from SCONJ IN _ 10 mark 10:mark _ 10 giving give VERB VBG VerbForm=Ger 5 advcl 5:advcl:from _ 11 credence credence NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No -12 , , PUNCT , _ 10 punct 10:punct _ -13 every every DET DT _ 14 det 14:det _ +12 , , PUNCT , _ 14 punct 14:punct _ +13 every every DET DT PronType=Tot 14 det 14:det _ 14 day day NOUN NN Number=Sing 10 obl:tmod 10:obl:tmod SpaceAfter=No -15 , , PUNCT , _ 10 punct 10:punct _ +15 , , PUNCT , _ 17 punct 17:punct _ 16 even even ADV RB _ 17 advmod 17:advmod _ 17 now now ADV RB _ 10 advmod 10:advmod SpaceAfter=No -18 , , PUNCT , _ 10 punct 10:punct _ +18 , , PUNCT , _ 21 punct 21:punct _ 19 to to ADP IN _ 21 case 21:case _ 20 similar similar ADJ JJ Degree=Pos 21 amod 21:amod _ 21 liars liar NOUN NNS Number=Plur 10 obl 10:obl:to SpaceAfter=No @@ -30110,19 +30126,19 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0115 # text = After all, if you want to be an anti-Semite, there are subtle ways of doing it. -1 After after ADV RB _ 2 advmod 2:advmod _ -2 all all ADV RB _ 13 advmod 13:advmod SpaceAfter=No -3 , , PUNCT , _ 13 punct 13:punct _ +1 After after ADP IN _ 2 case 2:case _ +2 all all DET DT PronType=Tot 13 obl 13:obl:after SpaceAfter=No +3 , , PUNCT , _ 2 punct 2:punct _ 4 if if SCONJ IN _ 6 mark 6:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj|10:nsubj:xsubj _ -6 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ +6 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ 7 to to PART TO _ 10 mark 10:mark _ 8 be be AUX VB VerbForm=Inf 10 cop 10:cop _ 9 an a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -10 anti-Semite anti-semite NOUN NN Number=Sing 6 xcomp 6:xcomp SpaceAfter=No -11 , , PUNCT , _ 13 punct 13:punct _ +10 anti-Semite anti-Semite NOUN NN Number=Sing 6 xcomp 6:xcomp SpaceAfter=No +11 , , PUNCT , _ 6 punct 6:punct _ 12 there there PRON EX _ 13 expl 13:expl _ -13 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +13 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 14 subtle subtle ADJ JJ Degree=Pos 15 amod 15:amod _ 15 ways way NOUN NNS Number=Plur 13 nsubj 13:nsubj _ 16 of of SCONJ IN _ 17 mark 17:mark _ @@ -30133,7 +30149,7 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0116 # text = You do not have to claim that the holocaust never happened, and that the Jewish temple in Jerusalem never existed. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 have have VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ @@ -30142,17 +30158,17 @@ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 holocaust holocaust PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 10 never never ADV RB _ 11 advmod 11:advmod _ -11 happened happen VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp SpaceAfter=No +11 happened happen VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp SpaceAfter=No 12 , , PUNCT , _ 21 punct 21:punct _ 13 and and CCONJ CC _ 21 cc 21:cc _ 14 that that SCONJ IN _ 21 mark 21:mark _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -16 Jewish jewish ADJ JJ Degree=Pos 17 amod 17:amod _ +16 Jewish Jewish ADJ JJ Degree=Pos 17 amod 17:amod _ 17 temple temple NOUN NN Number=Sing 21 nsubj 21:nsubj _ 18 in in ADP IN _ 19 case 19:case _ 19 Jerusalem Jerusalem PROPN NNP Number=Sing 17 nmod 17:nmod:in _ 20 never never ADV RB _ 21 advmod 21:advmod _ -21 existed exist VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 conj 6:ccomp|11:conj:and SpaceAfter=No +21 existed exist VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 conj 6:ccomp|11:conj:and SpaceAfter=No 22 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0117 @@ -30160,12 +30176,12 @@ 1 But but CCONJ CC _ 6 cc 6:cc _ 2 millions million NOUN NNS Number=Plur 6 nsubj:pass 6:nsubj:pass _ 3 of of ADP IN _ 4 case 4:case _ -4 Moslems Moslems PROPN NNPS Number=Plur 2 nmod 2:nmod:of _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ +4 Moslems Moslem PROPN NNPS Number=Plur 2 nmod 2:nmod:of _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ 6 told tell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 by by ADP IN _ 9 case 9:case _ -8 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ -9 leaders leader NOUN NNS Number=Plur 6 obl 6:obl:by _ +8 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +9 leaders leader NOUN NNS Number=Plur 6 obl:agent 6:obl:agent _ 10 that that SCONJ IN _ 14 mark 14:mark _ 11 this this PRON DT Number=Sing|PronType=Dem 14 nsubj 14:nsubj _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ @@ -30175,18 +30191,18 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0118 # text = When these same leaders make other statements, the Western media report them as if they could be true. -1 When when SCONJ WRB PronType=Int 5 mark 5:mark _ +1 When when ADV WRB PronType=Int 5 advmod 5:advmod _ 2 these this DET DT Number=Plur|PronType=Dem 4 det 4:det _ 3 same same ADJ JJ Degree=Pos 4 amod 4:amod _ 4 leaders leader NOUN NNS Number=Plur 5 nsubj 5:nsubj _ 5 make make VERB VB VerbForm=Inf 12 advcl 12:advcl:when _ 6 other other ADJ JJ Degree=Pos 7 amod 7:amod _ 7 statements statement NOUN NNS Number=Plur 5 obj 5:obj SpaceAfter=No -8 , , PUNCT , _ 12 punct 12:punct _ +8 , , PUNCT , _ 5 punct 5:punct _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 Western western ADJ JJ Degree=Pos 11 amod 11:amod _ 11 media media NOUN NNS Number=Plur 12 nsubj 12:nsubj _ -12 report report VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +12 report report VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 13 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 12 obj 12:obj _ 14 as as SCONJ IN _ 19 mark 19:mark _ 15 if if SCONJ IN _ 19 mark 19:mark _ @@ -30208,15 +30224,15 @@ 8 same same ADJ JJ Degree=Pos 9 amod 9:amod _ 9 people people NOUN NNS Number=Plur 19 nsubj 11:nsubj|13:nsubj|15:nsubj|19:nsubj _ 10 who who PRON WP PronType=Rel 11 nsubj 9:ref _ -11 finance finance VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl SpaceAfter=No +11 finance finance VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl SpaceAfter=No 12 , , PUNCT , _ 13 punct 13:punct _ -13 arm arm VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 conj 9:acl:relcl|11:conj:and _ +13 arm arm VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 conj 9:acl:relcl|11:conj:and _ 14 and and CCONJ CC _ 15 cc 15:cc _ -15 dispatch dispatch VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 conj 9:acl:relcl|11:conj:and _ +15 dispatch dispatch VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 conj 9:acl:relcl|11:conj:and _ 16 suicide suicide NOUN NN Number=Sing 17 compound 17:compound _ 17 murderers murderer NOUN NNS Number=Plur 11 obj 11:obj|13:obj|15:obj SpaceAfter=No -18 , , PUNCT , _ 19 punct 19:punct _ -19 condemn condemn VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ +18 , , PUNCT , _ 9 punct 9:punct _ +19 condemn condemn VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 csubj 5:csubj _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 act act NOUN NN Number=Sing 19 obj 19:obj _ 22 in in ADP IN _ 23 case 23:case _ @@ -30225,20 +30241,20 @@ 25 front front NOUN NN Number=Sing 19 obl 19:obl:in _ 26 of of ADP IN _ 29 case 29:case _ 27 western western ADJ JJ Degree=Pos 29 amod 29:amod _ -28 TV tv NOUN NN Number=Sing 29 compound 29:compound _ +28 TV TV NOUN NN Number=Sing 29 compound 29:compound _ 29 cameras camera NOUN NNS Number=Plur 25 nmod 25:nmod:of SpaceAfter=No -30 , , PUNCT , _ 19 punct 19:punct _ +30 , , PUNCT , _ 31 punct 31:punct _ 31 talking talk VERB VBG VerbForm=Ger 19 advcl 19:advcl _ 32 to to ADP IN _ 35 case 35:case _ 33 a a DET DT Definite=Ind|PronType=Art 35 det 35:det _ 34 world world NOUN NN Number=Sing 35 compound 35:compound _ 35 audience audience NOUN NN Number=Sing 31 obl 31:obl:to|40:nsubj SpaceAfter=No -36 , , PUNCT , _ 35 punct 35:punct _ +36 , , PUNCT , _ 40 punct 40:punct _ 37 which which PRON WDT PronType=Rel 40 nsubj 35:ref _ 38 even even ADV RB _ 39 advmod 39:advmod _ 39 partly partly ADV RB _ 40 advmod 40:advmod _ 40 believes believe VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 35 acl:relcl 35:acl:relcl _ -41 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 40 obj 40:obj SpaceAfter=No +41 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 40 iobj 40:iobj SpaceAfter=No 42 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0120 @@ -30259,7 +30275,7 @@ 14 in in ADP IN _ 15 case 15:case _ 15 Arabic Arabic PROPN NNP Number=Sing 11 obl 11:obl:in _ 16 to to ADP IN _ 18 case 18:case _ -17 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 people people NOUN NNS Number=Plur 11 obl 11:obl:to _ 19 and and CCONJ CC _ 21 cc 21:cc _ 20 in in ADP IN _ 21 case 21:case _ @@ -30276,17 +30292,17 @@ # text = Incitement by Arab TV, accompanied by horror pictures of mutilated bodies, has become a powerful weapon of those who lie, distort and want to destroy everything. 1 Incitement incitement NOUN NN Number=Sing 15 nsubj 15:nsubj|18:nsubj:xsubj _ 2 by by ADP IN _ 4 case 4:case _ -3 Arab arab ADJ JJ Degree=Pos 4 amod 4:amod _ -4 TV tv NOUN NN Number=Sing 1 nmod 1:nmod:by SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ -6 accompanied accompany VERB VBN Tense=Past|VerbForm=Part 1 acl 1:acl _ +3 Arab Arab ADJ JJ Degree=Pos 4 amod 4:amod _ +4 TV TV NOUN NN Number=Sing 1 nmod 1:nmod:by SpaceAfter=No +5 , , PUNCT , _ 6 punct 6:punct _ +6 accompanied accompany VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 acl 1:acl _ 7 by by ADP IN _ 9 case 9:case _ 8 horror horror NOUN NN Number=Sing 9 compound 9:compound _ -9 pictures picture NOUN NNS Number=Plur 6 obl 6:obl:by _ +9 pictures picture NOUN NNS Number=Plur 6 obl:agent 6:obl:agent _ 10 of of ADP IN _ 12 case 12:case _ -11 mutilated mutilate VERB VBN Tense=Past|VerbForm=Part 12 amod 12:amod _ +11 mutilated mutilate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 amod 12:amod _ 12 bodies body NOUN NNS Number=Plur 9 nmod 9:nmod:of SpaceAfter=No -13 , , PUNCT , _ 15 punct 15:punct _ +13 , , PUNCT , _ 1 punct 1:punct _ 14 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 15 become become VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ @@ -30295,21 +30311,21 @@ 19 of of ADP IN _ 20 case 20:case _ 20 those that PRON DT Number=Plur|PronType=Dem 18 nmod 18:nmod:of|22:nsubj|24:nsubj|26:nsubj|28:nsubj:xsubj _ 21 who who PRON WP PronType=Rel 22 nsubj 20:ref _ -22 lie lie VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 acl:relcl 20:acl:relcl SpaceAfter=No +22 lie lie VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 acl:relcl 20:acl:relcl SpaceAfter=No 23 , , PUNCT , _ 24 punct 24:punct _ -24 distort distort VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 conj 20:acl:relcl|22:conj:and _ +24 distort distort VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 conj 20:acl:relcl|22:conj:and _ 25 and and CCONJ CC _ 26 cc 26:cc _ -26 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 conj 20:acl:relcl|22:conj:and _ +26 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 conj 20:acl:relcl|22:conj:and _ 27 to to PART TO _ 28 mark 28:mark _ 28 destroy destroy VERB VB VerbForm=Inf 26 xcomp 26:xcomp _ -29 everything everything PRON NN Number=Sing 28 obj 28:obj SpaceAfter=No +29 everything everything PRON NN Number=Sing|PronType=Tot 28 obj 28:obj SpaceAfter=No 30 . . PUNCT . _ 18 punct 18:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0122 # text = Little children are raised on deep hatred and on admiration of so-called martyrs, and the Western World does not notice it because its own TV sets are mostly tuned to soap operas and game shows. 1 Little little ADJ JJ Degree=Pos 2 amod 2:amod _ 2 children child NOUN NNS Number=Plur 4 nsubj:pass 4:nsubj:pass _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 raised raise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 on on ADP IN _ 7 case 7:case _ 6 deep deep ADJ JJ Degree=Pos 7 amod 7:amod _ @@ -30319,8 +30335,8 @@ 10 admiration admiration NOUN NN Number=Sing 7 conj 4:obl:on|7:conj:and _ 11 of of ADP IN _ 15 case 15:case _ 12 so so ADV RB _ 14 advmod 14:advmod SpaceAfter=No -13 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No -14 called call VERB VBN Tense=Past|VerbForm=Part 15 amod 15:amod _ +13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +14 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 amod 15:amod _ 15 martyrs martyr NOUN NNS Number=Plur 10 nmod 10:nmod:of SpaceAfter=No 16 , , PUNCT , _ 23 punct 23:punct _ 17 and and CCONJ CC _ 23 cc 23:cc _ @@ -30332,11 +30348,11 @@ 23 notice notice VERB VB VerbForm=Inf 4 conj 4:conj:and _ 24 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 23 obj 23:obj _ 25 because because SCONJ IN _ 32 mark 32:mark _ -26 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +26 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ 27 own own ADJ JJ Degree=Pos 29 amod 29:amod _ -28 TV tv NOUN NN Number=Sing 29 compound 29:compound _ +28 TV TV NOUN NN Number=Sing 29 compound 29:compound _ 29 sets set NOUN NNS Number=Plur 32 nsubj:pass 32:nsubj:pass _ -30 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 32 aux:pass 32:aux:pass _ +30 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 32 aux:pass 32:aux:pass _ 31 mostly mostly ADV RB _ 32 advmod 32:advmod _ 32 tuned tune VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 advcl 23:advcl:because _ 33 to to ADP IN _ 35 case 35:case _ @@ -30350,25 +30366,25 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0123 # text = I recommend to you, even though most of you do not understand Arabic, to watch Al Jazeera, from time to time. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|17:nsubj:xsubj _ -2 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 4 case 4:case _ 4 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 obl 2:obl:to SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ +5 , , PUNCT , _ 13 punct 13:punct _ 6 even even ADV RB _ 13 advmod 13:advmod _ 7 though though SCONJ IN _ 13 mark 13:mark _ 8 most most ADJ JJS Degree=Sup 13 nsubj 13:nsubj _ 9 of of ADP IN _ 10 case 10:case _ 10 you you PRON PRP Case=Acc|Person=2|PronType=Prs 8 nmod 8:nmod:of _ -11 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +11 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 not not PART RB _ 13 advmod 13:advmod _ -13 understand understand VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ +13 understand understand VERB VB VerbForm=Inf 2 advcl 2:advcl:though _ 14 Arabic Arabic PROPN NNP Number=Sing 13 obj 13:obj SpaceAfter=No -15 , , PUNCT , _ 2 punct 2:punct _ +15 , , PUNCT , _ 17 punct 17:punct _ 16 to to PART TO _ 17 mark 17:mark _ 17 watch watch VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 18 Al Al PROPN NNP Number=Sing 19 compound 19:compound _ 19 Jazeera Jazeera PROPN NNP Number=Sing 17 obj 17:obj SpaceAfter=No -20 , , PUNCT , _ 17 punct 17:punct _ +20 , , PUNCT , _ 22 punct 22:punct _ 21 from from ADP IN _ 22 case 22:case _ 22 time time NOUN NN Number=Sing 17 obl 17:obl:from _ 23 to to ADP IN _ 24 case 24:case _ @@ -30381,9 +30397,9 @@ 2 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 believe believe VERB VB VerbForm=Inf 0 root 0:root _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 own own ADJ JJ Degree=Pos 7 amod 7:amod _ -7 eyes eye NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No +7 eyes eye NOUN NNS Number=Plur 4 iobj 4:iobj SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0125 @@ -30396,8 +30412,8 @@ 5 in in ADP IN _ 7 case 7:case _ 6 other other ADJ JJ Degree=Pos 7 amod 7:amod _ 7 ways way NOUN NNS Number=Plur 4 obl 4:obl:in SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ -9 more more ADV RBR _ 10 advmod 10:advmod _ +8 , , PUNCT , _ 10 punct 10:punct _ +9 more more ADV RBR Degree=Cmp 10 advmod 10:advmod _ 10 subtle subtle ADJ JJ Degree=Pos 7 amod 7:amod SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ @@ -30407,7 +30423,7 @@ 2 demonstration demonstration NOUN NN Number=Sing 25 nsubj:pass 25:nsubj:pass _ 3 in in ADP IN _ 4 case 4:case _ 4 Berlin Berlin PROPN NNP Number=Sing 2 nmod 2:nmod:in SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 carrying carry VERB VBG VerbForm=Ger 2 acl 2:acl _ 7 banners banner NOUN NNS Number=Plur 6 obj 6:obj _ 8 supporting support VERB VBG VerbForm=Ger 7 acl 7:acl _ @@ -30417,25 +30433,25 @@ 11 regime regime NOUN NN Number=Sing 8 obj 8:obj _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 featuring feature VERB VBG VerbForm=Ger 8 conj 7:acl|8:conj:and _ -14 three three NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +14 three three NUM CD NumForm=Word|NumType=Card 16 nummod 16:nummod SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 year year NOUN NN Number=Sing 17 obl:npmod 17:obl:npmod _ 17 old old ADJ JJ Degree=Pos 18 amod 18:amod _ 18 babies baby NOUN NNS Number=Plur 13 obj 13:obj _ -19 dressed dress VERB VBN Tense=Past|VerbForm=Part 18 acl 18:acl _ +19 dressed dress VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 acl 18:acl _ 20 as as ADP IN _ 22 case 22:case _ 21 suicide suicide NOUN NN Number=Sing 22 compound 22:compound _ 22 murderers murderer NOUN NNS Number=Plur 19 obl 19:obl:as SpaceAfter=No -23 , , PUNCT , _ 25 punct 25:punct _ +23 , , PUNCT , _ 2 punct 2:punct _ 24 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 aux:pass 25:aux:pass _ 25 defined define VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 26 by by ADP IN _ 28 case 28:case _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ -28 press press NOUN NN Number=Sing 25 obl 25:obl:by _ +28 press press NOUN NN Number=Sing 25 obl:agent 25:obl:agent _ 29 and and CCONJ CC _ 32 cc 32:cc _ 30 by by ADP IN _ 32 case 32:case _ 31 political political ADJ JJ Degree=Pos 32 amod 32:amod _ -32 leaders leader NOUN NNS Number=Plur 28 conj 25:obl:by|28:conj:and _ +32 leaders leader NOUN NNS Number=Plur 28 conj 25:obl:agent|28:conj:and _ 33 as as ADP IN _ 37 case 37:case _ 34 a a DET DT Definite=Ind|PronType=Art 37 det 37:det _ 35 " " PUNCT `` _ 37 punct 37:punct SpaceAfter=No @@ -30484,7 +30500,7 @@ 3 walks walk VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 into into ADP IN _ 7 case 7:case _ 5 an a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -6 Israeli israeli ADJ JJ Degree=Pos 7 amod 7:amod _ +6 Israeli Israeli ADJ JJ Degree=Pos 7 amod 7:amod _ 7 restaurant restaurant NOUN NN Number=Sing 3 obl 3:obl:into _ 8 in in ADP IN _ 9 case 9:case _ 9 mid-day mid-day NOUN NN Number=Sing 3 obl 3:obl:in SpaceAfter=No @@ -30499,7 +30515,7 @@ 18 and and CCONJ CC _ 19 cc 19:cc _ 19 children child NOUN NNS Number=Plur 17 conj 14:nmod:with|17:conj:and _ 20 eating eat VERB VBG VerbForm=Ger 14 acl 14:acl _ -21 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 lunch lunch NOUN NN Number=Sing 20 obj 20:obj _ 23 in in ADP IN _ 26 case 26:case _ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ @@ -30518,15 +30534,15 @@ 3 blows blow VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 herself herself PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs|Reflex=Yes 3 obj 3:obj _ 5 up up ADP RP _ 3 compound:prt 3:compound:prt SpaceAfter=No -6 , , PUNCT , _ 3 punct 3:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 killing kill VERB VBG VerbForm=Ger 3 advcl 3:advcl _ -8 20 20 NUM CD NumType=Card 9 nummod 9:nummod _ +8 20 20 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 people people NOUN NNS Number=Plur 7 obj 7:obj SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 13 punct 13:punct _ 11 including include VERB VBG VerbForm=Ger 13 case 13:case _ 12 many many ADJ JJ Degree=Pos 13 amod 13:amod _ -13 children child NOUN NNS Number=Plur 9 nmod 9:nmod:include SpaceAfter=No -14 , , PUNCT , _ 7 punct 7:punct _ +13 children child NOUN NNS Number=Plur 9 nmod 9:nmod:including SpaceAfter=No +14 , , PUNCT , _ 19 punct 19:punct _ 15 with with SCONJ IN _ 19 mark 19:mark _ 16 heads head NOUN NNS Number=Plur 19 nsubj 19:nsubj _ 17 and and CCONJ CC _ 18 cc 18:cc _ @@ -30548,8 +30564,8 @@ 6 " " PUNCT '' _ 5 punct 5:punct _ 7 by by ADP IN _ 10 case 10:case _ 8 several several ADJ JJ Degree=Pos 10 amod 10:amod _ -9 Arab arab ADJ JJ Degree=Pos 10 amod 10:amod _ -10 leaders leader NOUN NNS Number=Plur 3 obl 3:obl:by _ +9 Arab Arab ADJ JJ Degree=Pos 10 amod 10:amod _ +10 leaders leader NOUN NNS Number=Plur 3 obl:agent 3:obl:agent _ 11 and and CCONJ CC _ 13 cc 13:cc _ 11.1 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass _ _ 3:conj:and CopyOf=3 12 " " PUNCT `` _ 13 punct 13:punct SpaceAfter=No @@ -30557,19 +30573,19 @@ 14 " " PUNCT '' _ 13 punct 13:punct _ 15 by by ADP IN _ 18 case 18:case _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -17 European european ADJ JJ Degree=Pos 18 amod 18:amod _ -18 press press NOUN NN Number=Sing 13 orphan 11.1:obl:by SpaceAfter=No +17 European European ADJ JJ Degree=Pos 18 amod 18:amod _ +18 press press NOUN NN Number=Sing 13 orphan 11.1:obl:agent SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0131 # text = Dignitaries condemn the act but visit her bereaved family and the money flows. 1 Dignitaries dignitary NOUN NNS Number=Plur 2 nsubj 2:nsubj|6:nsubj _ -2 condemn condemn VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 condemn condemn VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 act act NOUN NN Number=Sing 2 obj 2:obj _ 5 but but CCONJ CC _ 6 cc 6:cc _ -6 visit visit VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ -7 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +6 visit visit VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ +7 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 8 bereaved bereaved ADJ JJ Degree=Pos 9 amod 9:amod _ 9 family family NOUN NN Number=Sing 6 obj 6:obj _ 10 and and CCONJ CC _ 13 cc 13:cc _ @@ -30587,7 +30603,7 @@ 5 game game NOUN NN Number=Sing 2 nsubj 2:nsubj _ 6 in in ADP IN _ 7 case 7:case _ 7 town town NOUN NN Number=Sing 2 obl 2:obl:in SpaceAfter=No -8 : : PUNCT : _ 2 punct 2:punct _ +8 : : PUNCT : _ 13 punct 13:punct _ 9 The the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 actual actual ADJ JJ Degree=Pos 11 amod 11:amod _ 11 murderer murderer NOUN NN Number=Sing 13 nsubj:pass 13:nsubj:pass|17:nsubj:xsubj _ @@ -30603,7 +30619,7 @@ 21 one one NOUN NN Number=Sing 33 nsubj:pass 23:nsubj|26:nsubj|29:nsubj|33:nsubj:pass|37:nsubj:xsubj _ 22 who who PRON WP PronType=Rel 23 nsubj 21:ref _ 23 pays pay VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 acl:relcl 21:acl:relcl _ -24 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 23 obj 23:obj SpaceAfter=No +24 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 23 iobj 23:iobj SpaceAfter=No 25 , , PUNCT , _ 26 punct 26:punct _ 26 equips equip VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 conj 21:acl:relcl|23:conj:and _ 27 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 26 obj 26:obj _ @@ -30636,7 +30652,7 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0133 # text = There are numerous other examples of such Orwellian nomenclature, used every day not only by terror chiefs but also by Western media. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 numerous numerous ADJ JJ Degree=Pos 5 amod 5:amod _ 4 other other ADJ JJ Degree=Pos 5 amod 5:amod _ 5 examples example NOUN NNS Number=Plur 2 nsubj 2:nsubj _ @@ -30644,40 +30660,40 @@ 7 such such ADJ JJ Degree=Pos 9 amod 9:amod _ 8 Orwellian orwellian ADJ JJ Degree=Pos 9 amod 9:amod _ 9 nomenclature nomenclature NOUN NN Number=Sing 5 nmod 5:nmod:of SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ -11 used use VERB VBN Tense=Past|VerbForm=Part 9 acl 9:acl _ -12 every every DET DT _ 13 det 13:det _ +10 , , PUNCT , _ 11 punct 11:punct _ +11 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 acl 9:acl _ +12 every every DET DT PronType=Tot 13 det 13:det _ 13 day day NOUN NN Number=Sing 11 obl:tmod 11:obl:tmod _ -14 not not ADV RB _ 15 advmod 15:advmod _ -15 only only ADV RB _ 18 cc:preconj 18:cc:preconj _ +14 not not PART RB _ 18 advmod 18:advmod _ +15 only only ADV RB _ 18 advmod 18:advmod _ 16 by by ADP IN _ 18 case 18:case _ 17 terror terror NOUN NN Number=Sing 18 compound 18:compound _ -18 chiefs chief NOUN NN Number=Sing 11 obl 11:obl:by _ +18 chiefs chief NOUN NNS Number=Plur 11 obl:agent 11:obl:agent _ 19 but but CCONJ CC _ 23 cc 23:cc _ 20 also also ADV RB _ 23 advmod 23:advmod _ 21 by by ADP IN _ 23 case 23:case _ 22 Western western ADJ JJ Degree=Pos 23 amod 23:amod _ -23 media media NOUN NN Number=Sing 18 conj 11:obl:by|18:conj:but SpaceAfter=No +23 media media NOUN NN Number=Sing 18 conj 11:obl:agent|18:conj:but SpaceAfter=No 24 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0134 # text = These words are much more dangerous than many people realize. 1 These this DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 words word NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 much much ADV RB _ 5 advmod 5:advmod _ -5 more more ADV RBR _ 6 advmod 6:advmod _ +5 more more ADV RBR Degree=Cmp 6 advmod 6:advmod _ 6 dangerous dangerous ADJ JJ Degree=Pos 0 root 0:root _ 7 than than SCONJ IN _ 10 mark 10:mark _ 8 many many ADJ JJ Degree=Pos 9 amod 9:amod _ 9 people people NOUN NNS Number=Plur 10 nsubj 10:nsubj _ -10 realize realize VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:than SpaceAfter=No +10 realize realize VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:than SpaceAfter=No 11 . . PUNCT . _ 6 punct 6:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0135 # text = They provide an emotional infrastructure for atrocities. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 provide provide VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 provide provide VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 emotional emotional ADJ JJ Degree=Pos 5 amod 5:amod _ 5 infrastructure infrastructure NOUN NN Number=Sing 2 obj 2:obj _ @@ -30692,16 +30708,16 @@ 3 Joseph Joseph PROPN NNP Number=Sing 0 root 0:root|6:nsubj _ 4 Goebbels Goebbels PROPN NNP Number=Sing 3 flat 3:flat _ 5 who who PRON WP PronType=Rel 6 nsubj 3:ref _ -6 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +6 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 advcl:relcl 3:advcl:relcl _ 7 that that SCONJ IN _ 18 mark 18:mark _ 8 if if SCONJ IN _ 10 mark 10:mark _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -10 repeat repeat VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:if _ +10 repeat repeat VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:if _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 lie lie NOUN NN Number=Sing 10 obj 10:obj _ -13 often often ADV RB _ 14 advmod 14:advmod _ -14 enough enough ADV RB _ 10 advmod 10:advmod SpaceAfter=No -15 , , PUNCT , _ 18 punct 18:punct _ +13 often often ADV RB _ 10 advmod 10:advmod _ +14 enough enough ADV RB _ 13 advmod 13:advmod SpaceAfter=No +15 , , PUNCT , _ 10 punct 10:punct _ 16 people people NOUN NNS Number=Plur 18 nsubj 18:nsubj _ 17 will will AUX MD VerbForm=Fin 18 aux 18:aux _ 18 believe believe VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ @@ -30716,23 +30732,23 @@ 4 being be AUX VBG VerbForm=Ger 5 aux:pass 5:aux:pass _ 5 outperformed outperform VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 by by ADP IN _ 8 case 8:case _ -7 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ -8 successors successor NOUN NNS Number=Plur 5 obl 5:obl:by SpaceAfter=No +7 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +8 successors successor NOUN NNS Number=Plur 5 obl:agent 5:obl:agent SpaceAfter=No 9 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0138 # newpar id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-p0009 # text = *3. The third aspect is money.* 1 * * PUNCT NFP _ 2 punct 2:punct SpaceAfter=No -2 3 3 X LS _ 8 nummod 8:nummod SpaceAfter=No +2 3 3 NUM LS NumForm=Digit|NumType=Card 8 nummod 8:nummod SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ 4 The the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 third third ADJ JJ Degree=Pos|NumType=Ord 6 amod 6:amod _ +5 third third ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 6 amod 6:amod _ 6 aspect aspect NOUN NN Number=Sing 8 nsubj 8:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 money money NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 9 . . PUNCT . _ 8 punct 8:punct SpaceAfter=No -10 * * PUNCT NFP _ 2 punct 2:punct _ +10 * * PUNCT NFP _ 8 punct 8:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0139 # newpar id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-p0010 @@ -30741,7 +30757,7 @@ 2 amounts amount NOUN NNS Number=Plur 22 nsubj:pass 9:nsubj|22:nsubj:pass _ 3 of of ADP IN _ 4 case 4:case _ 4 money money NOUN NN Number=Sing 2 nmod 2:nmod:of SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ +5 , , PUNCT , _ 9 punct 9:punct _ 6 which which PRON WDT PronType=Rel 9 nsubj 2:ref _ 7 could could AUX MD VerbForm=Fin 9 aux 9:aux _ 8 have have AUX VB VerbForm=Inf 9 aux 9:aux _ @@ -30756,11 +30772,11 @@ 17 of of ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 world world NOUN NN Number=Sing 16 nmod 16:nmod:of SpaceAfter=No -20 , , PUNCT , _ 22 punct 22:punct _ -21 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 aux:pass 22:aux:pass _ +20 , , PUNCT , _ 2 punct 2:punct _ +21 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 aux:pass 22:aux:pass _ 22 channeled channel VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 23 into into ADP IN _ 26 case 26:case _ -24 three three NUM CD NumType=Card 26 nummod 26:nummod _ +24 three three NUM CD NumForm=Word|NumType=Card 26 nummod 26:nummod _ 25 concentric concentric ADJ JJ Degree=Pos 26 amod 26:amod _ 26 spheres sphere NOUN NNS Number=Plur 22 obl 22:obl:into _ 27 supporting support VERB VBG VerbForm=Ger 26 acl 26:acl _ @@ -30775,10 +30791,10 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 inner inner ADJ JJ Degree=Pos 4 amod 4:amod _ 4 circle circle NOUN NN Number=Sing 0 root 0:root _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 terrorists terrorist NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -8 themselves themselves PRON PRP Number=Plur|Person=3|PronType=Prs 7 nmod:npmod 7:nmod:npmod SpaceAfter=No +8 themselves themselves PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Emp|Reflex=Yes 7 nmod:npmod 7:nmod:npmod SpaceAfter=No 9 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0141 @@ -30786,7 +30802,7 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 money money NOUN NN Number=Sing 3 nsubj 3:nsubj _ 3 funds fund VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 travel travel NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 6 , , PUNCT , _ 7 punct 7:punct _ 7 explosives explosive NOUN NNS Number=Plur 5 conj 3:obj|5:conj:and SpaceAfter=No @@ -30806,12 +30822,12 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 inner inner ADJ JJ Degree=Pos 3 amod 3:amod _ 3 circles circle NOUN NNS Number=Plur 6 nsubj:pass 6:nsubj:pass|19:nsubj:pass|26:nsubj:pass _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ 5 primarily primarily ADV RB _ 6 advmod 6:advmod _ 6 financed finance VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 by by ADP IN _ 9 case 9:case _ 8 terrorist terrorist NOUN NN Number=Sing 9 compound 9:compound _ -9 states state NOUN NNS Number=Plur 6 obl 6:obl:by _ +9 states state NOUN NNS Number=Plur 6 obl:agent 6:obl:agent _ 10 like like ADP IN _ 11 case 11:case _ 11 Iran Iran PROPN NNP Number=Sing 9 nmod 9:nmod:like _ 12 and and CCONJ CC _ 13 cc 13:cc _ @@ -30825,10 +30841,10 @@ 20 and and CCONJ CC _ 21 cc 21:cc _ 21 Libya Libya PROPN NNP Number=Sing 19 conj 19:conj:and _ 22 and and CCONJ CC _ 26 cc 26:cc _ -23 earlier earlier ADV RBR Degree=Cmp 26 advmod 26:advmod _ +23 earlier early ADV RBR Degree=Cmp 26 advmod 26:advmod _ 24 also also ADV RB _ 26 advmod 26:advmod _ 25 by by ADP IN _ 26 case 26:case _ -26 some some DET DT _ 6 conj 6:conj:and _ +26 some some DET DT PronType=Ind 6 conj 6:conj:and _ 27 of of ADP IN _ 30 case 30:case _ 28 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 29 Communist communist ADJ JJ Degree=Pos 30 amod 30:amod _ @@ -30840,14 +30856,14 @@ 1 These this DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 states state NOUN NNS Number=Plur 14 nsubj 14:nsubj SpaceAfter=No 3 , , PUNCT , _ 9 punct 9:punct _ -4 as as ADV RB _ 9 cc 9:cc _ +4 as as ADV RB ExtPos=CCONJ 9 cc 9:cc _ 5 well well ADV RB Degree=Pos 4 fixed 4:fixed _ 6 as as ADP IN _ 4 fixed 4:fixed _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 Palestinian Palestinian PROPN NNP Number=Sing 9 compound 9:compound _ +8 Palestinian Palestinian ADJ NNP Degree=Pos 9 amod 9:amod _ 9 Authority Authority PROPN NNP Number=Sing 2 conj 2:conj:as_well_as|14:nsubj SpaceAfter=No -10 , , PUNCT , _ 14 punct 14:punct _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +10 , , PUNCT , _ 2 punct 2:punct _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 safe safe ADJ JJ Degree=Pos 14 amod 14:amod _ 14 havens haven NOUN NNS Number=Plur 0 root 0:root _ @@ -30861,36 +30877,36 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0144 # text = They are surrounded by a second wider circle of direct supporters, planners, commanders, preachers, all of whom make a living, usually a very comfortable living, by serving as terror infrastructure. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj:pass 3:nsubj:pass _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ 3 surrounded surround VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 by by ADP IN _ 8 case 8:case _ 5 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -6 second second ADJ JJ Degree=Pos|NumType=Ord 8 amod 8:amod _ -7 wider wider ADJ JJR Degree=Cmp 8 amod 8:amod _ -8 circle circle NOUN NN Number=Sing 3 obl 3:obl:by _ +6 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 8 amod 8:amod _ +7 wider wide ADJ JJR Degree=Cmp 8 amod 8:amod _ +8 circle circle NOUN NN Number=Sing 3 obl:agent 3:obl:agent _ 9 of of ADP IN _ 11 case 11:case _ 10 direct direct ADJ JJ Degree=Pos 11 amod 11:amod _ -11 supporters supporter NOUN NNS Number=Plur 8 nmod 8:nmod:of|19:nmod SpaceAfter=No +11 supporters supporter NOUN NNS Number=Plur 8 nmod 8:nmod:of|19:nmod:of SpaceAfter=No 12 , , PUNCT , _ 13 punct 13:punct _ 13 planners planner NOUN NNS Number=Plur 11 conj 8:nmod:of|11:conj|19:nmod:of SpaceAfter=No 14 , , PUNCT , _ 15 punct 15:punct _ 15 commanders commander NOUN NNS Number=Plur 11 conj 8:nmod:of|11:conj|19:nmod:of SpaceAfter=No 16 , , PUNCT , _ 17 punct 17:punct _ 17 preachers preacher NOUN NNS Number=Plur 11 conj 8:nmod:of|11:conj|19:nmod:of SpaceAfter=No -18 , , PUNCT , _ 11 punct 11:punct _ -19 all all DET DT _ 22 nsubj 22:nsubj _ +18 , , PUNCT , _ 22 punct 22:punct _ +19 all all DET DT PronType=Tot 22 nsubj 22:nsubj _ 20 of of ADP IN _ 21 case 21:case _ -21 whom whom PRON WP PronType=Int 19 nmod 11:ref _ -22 make make VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +21 whom whom PRON WP PronType=Rel 19 nmod 11:ref _ +22 make make VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 23 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 24 living living NOUN NN Number=Sing 22 obj 22:obj SpaceAfter=No -25 , , PUNCT , _ 24 punct 24:punct _ +25 , , PUNCT , _ 30 punct 30:punct _ 26 usually usually ADV RB _ 30 advmod 30:advmod _ 27 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ 28 very very ADV RB _ 29 advmod 29:advmod _ 29 comfortable comfortable ADJ JJ Degree=Pos 30 amod 30:amod _ 30 living living NOUN NN Number=Sing 24 appos 24:appos SpaceAfter=No -31 , , PUNCT , _ 22 punct 22:punct _ +31 , , PUNCT , _ 33 punct 33:punct _ 32 by by SCONJ IN _ 33 mark 33:mark _ 33 serving serve VERB VBG VerbForm=Ger 22 advcl 22:advcl:by _ 34 as as ADP IN _ 36 case 36:case _ @@ -30901,39 +30917,39 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0145 # text = Finally, we find the third circle of so-called religious, educational and welfare organizations, which actually do some good, feed the hungry and provide some schooling, but brainwash a new generation with hatred, lies and ignorance. 1 Finally finally ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 find find VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 find find VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 third third ADJ JJ Degree=Pos|NumType=Ord 7 amod 7:amod _ +6 third third ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 7 amod 7:amod _ 7 circle circle NOUN NN Number=Sing 4 obj 4:obj|21:nsubj|34:nsubj _ 8 of of ADP IN _ 17 case 17:case _ 9 so so ADV RB _ 11 advmod 11:advmod SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No -11 called call VERB VBN Tense=Past|VerbForm=Part 17 amod 17:amod _ +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +11 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 amod 17:amod _ 12 religious religious ADJ JJ Degree=Pos 17 amod 17:amod SpaceAfter=No 13 , , PUNCT , _ 14 punct 14:punct _ 14 educational educational ADJ JJ Degree=Pos 12 conj 12:conj:and|17:amod _ 15 and and CCONJ CC _ 16 cc 16:cc _ 16 welfare welfare NOUN NN Number=Sing 12 conj 12:conj:and|17:amod _ 17 organizations organization NOUN NNS Number=Plur 7 nmod 7:nmod:of SpaceAfter=No -18 , , PUNCT , _ 7 punct 7:punct _ +18 , , PUNCT , _ 21 punct 21:punct _ 19 which which PRON WDT PronType=Rel 21 nsubj 7:ref _ 20 actually actually ADV RB _ 21 advmod 21:advmod _ -21 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ -22 some some DET DT _ 23 det 23:det _ +21 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +22 some some DET DT PronType=Ind 23 det 23:det _ 23 good good NOUN NN Number=Sing 21 obj 21:obj SpaceAfter=No 24 , , PUNCT , _ 25 punct 25:punct _ -25 feed feed VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 parataxis 21:parataxis _ +25 feed feed VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 21 parataxis 21:parataxis _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 hungry hungry ADJ JJ Degree=Pos 25 obj 25:obj _ 28 and and CCONJ CC _ 29 cc 29:cc _ -29 provide provide VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 conj 25:conj:and _ -30 some some DET DT _ 31 det 31:det _ +29 provide provide VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 25 conj 25:conj:and _ +30 some some DET DT PronType=Ind 31 det 31:det _ 31 schooling schooling NOUN NN Number=Sing 29 obj 29:obj SpaceAfter=No 32 , , PUNCT , _ 34 punct 34:punct _ 33 but but CCONJ CC _ 34 cc 34:cc _ -34 brainwash brainwash VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 conj 7:acl:relcl|21:conj:but _ +34 brainwash brainwash VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 21 conj 7:acl:relcl|21:conj:but _ 35 a a DET DT Definite=Ind|PronType=Art 37 det 37:det _ 36 new new ADJ JJ Degree=Pos 37 amod 37:amod _ 37 generation generation NOUN NN Number=Sing 34 obj 34:obj _ @@ -30965,28 +30981,28 @@ 16 inciting incite VERB VBG VerbForm=Ger 6 conj 3:obl:through|6:conj:and _ 17 electronic electronic ADJ JJ Degree=Pos 20 amod 20:amod _ 18 and and CCONJ CC _ 19 cc 19:cc _ -19 printed print VERB VBN Tense=Past|VerbForm=Part 17 conj 17:conj:and|20:amod _ +19 printed print VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 conj 17:conj:and|20:amod _ 20 media media NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No 21 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0147 # text = It is this circle that makes sure that women remain inferior, that democracy is unthinkable and that exposure to the outside world is minimal. -1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 expl 2:expl _ -2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 expl 4:expl _ +2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ -4 circle circle NOUN NN Number=Sing 2 nsubj 2:nsubj|6:nsubj|7:nsubj:xsubj _ +4 circle circle NOUN NN Number=Sing 0 root 0:root|6:nsubj|7:nsubj:xsubj _ 5 that that PRON WDT PronType=Rel 6 nsubj 4:ref _ -6 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +6 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 advcl:relcl 4:advcl:relcl _ 7 sure sure ADJ JJ Degree=Pos 6 xcomp 6:xcomp _ 8 that that SCONJ IN _ 10 mark 10:mark _ 9 women woman NOUN NNS Number=Plur 10 nsubj 10:nsubj|11:nsubj:xsubj _ -10 remain remain VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ +10 remain remain VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ 11 inferior inferior ADJ JJ Degree=Pos 10 xcomp 10:xcomp SpaceAfter=No 12 , , PUNCT , _ 16 punct 16:punct _ 13 that that SCONJ IN _ 16 mark 16:mark _ 14 democracy democracy NOUN NN Number=Sing 16 nsubj 16:nsubj _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ -16 unthinkable unthinkable ADJ JJ Degree=Pos 11 conj 10:xcomp|11:conj:and _ +16 unthinkable unthinkable ADJ JJ Degree=Pos 10 conj 7:ccomp|10:conj:and _ 17 and and CCONJ CC _ 25 cc 25:cc _ 18 that that SCONJ IN _ 25 mark 25:mark _ 19 exposure exposure NOUN NN Number=Sing 25 nsubj 25:nsubj _ @@ -30995,7 +31011,7 @@ 22 outside outside ADJ JJ Degree=Pos 23 amod 23:amod _ 23 world world NOUN NN Number=Sing 19 nmod 19:nmod:to _ 24 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ -25 minimal minimal ADJ JJ Degree=Pos 11 conj 10:xcomp|11:conj:and SpaceAfter=No +25 minimal minimal ADJ JJ Degree=Pos 10 conj 7:ccomp|10:conj:and SpaceAfter=No 26 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0148 @@ -31006,17 +31022,17 @@ 4 that that DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 circle circle NOUN NN Number=Sing 0 root 0:root|7:nsubj _ 6 that that PRON WDT PronType=Rel 7 nsubj 5:ref _ -7 leads lead VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 leads lead VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 advcl:relcl 5:advcl:relcl _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 way way NOUN NN Number=Sing 7 obj 7:obj _ 10 in in SCONJ IN _ 11 mark 11:mark _ 11 blaming blame VERB VBG VerbForm=Ger 7 advcl 7:advcl:in _ -12 everybody everybody PRON NN Number=Sing 11 obj 11:obj _ +12 everybody everybody PRON NN Number=Sing|PronType=Tot 11 obj 11:obj _ 13 outside outside ADP IN _ 16 case 16:case _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -15 Moslem moslem ADJ JJ Degree=Pos 16 amod 16:amod _ +15 Moslem Moslem ADJ JJ Degree=Pos 16 amod 16:amod _ 16 world world NOUN NN Number=Sing 12 nmod 12:nmod:outside SpaceAfter=No -17 , , PUNCT , _ 11 punct 11:punct _ +17 , , PUNCT , _ 20 punct 20:punct _ 18 for for ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 miseries misery NOUN NNS Number=Plur 11 obl 11:obl:for _ @@ -31034,46 +31050,46 @@ 5 largely largely ADV RB _ 6 advmod 6:advmod _ 6 financed finance VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 by by ADP IN _ 9 case 9:case _ -8 Saudi Saudi PROPN NNP Number=Sing 9 compound 9:compound _ -9 Arabia Arabia PROPN NNP Number=Sing 6 obl 6:obl:by SpaceAfter=No +8 Saudi Saudi ADJ NNP Degree=Pos 9 amod 9:amod _ +9 Arabia Arabia PROPN NNP Number=Sing 6 obl:agent 6:obl:agent SpaceAfter=No 10 , , PUNCT , _ 14 punct 14:punct _ 11 but but CCONJ CC _ 14 cc 14:cc _ 12 also also ADV RB _ 14 advmod 14:advmod _ 13 by by ADP IN _ 14 case 14:case _ -14 donations donation NOUN NNS Number=Plur 9 conj 6:obl:by|9:conj:but _ +14 donations donation NOUN NNS Number=Plur 9 conj 6:obl:agent|9:conj:but _ 15 from from ADP IN _ 18 case 18:case _ 16 certain certain ADJ JJ Degree=Pos 18 amod 18:amod _ -17 Moslem moslem ADJ JJ Degree=Pos 18 amod 18:amod _ +17 Moslem Moslem ADJ JJ Degree=Pos 18 amod 18:amod _ 18 communities community NOUN NNS Number=Plur 14 nmod 14:nmod:from _ 19 in in ADP IN _ 22 case 22:case _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -21 United United PROPN NNP Number=Sing 22 compound 22:compound _ -22 States States PROPN NNP Number=Sing 18 nmod 18:nmod:in _ +21 United United ADJ NNP Degree=Pos 22 amod 22:amod _ +22 States State PROPN NNPS Number=Plur 18 nmod 18:nmod:in _ 23 and and CCONJ CC _ 24 cc 24:cc _ 24 Europe Europe PROPN NNP Number=Sing 22 conj 18:nmod:in|22:conj:and _ 25 and and CCONJ CC _ 33 cc 33:cc SpaceAfter=No -26 , , PUNCT , _ 33 punct 33:punct _ +26 , , PUNCT , _ 25 punct 25:punct _ 27 to to ADP IN _ 30 case 30:case _ 28 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ -29 smaller smaller ADJ JJR Degree=Cmp 30 amod 30:amod _ +29 smaller small ADJ JJR Degree=Cmp 30 amod 30:amod _ 30 extent extent NOUN NN Number=Sing 33 nmod 33:nmod:to SpaceAfter=No -31 , , PUNCT , _ 33 punct 33:punct _ +31 , , PUNCT , _ 30 punct 30:punct _ 32 by by ADP IN _ 33 case 33:case _ -33 donations donation NOUN NNS Number=Plur 9 conj 6:obl:by|9:conj:but _ +33 donations donation NOUN NNS Number=Plur 9 conj 6:obl:agent|9:conj:but _ 34 of of ADP IN _ 36 case 36:case _ -35 European european ADJ JJ Degree=Pos 36 amod 36:amod _ +35 European European ADJ JJ Degree=Pos 36 amod 36:amod _ 36 Governments government NOUN NNS Number=Plur 33 nmod 33:nmod:of _ 37 to to ADP IN _ 39 case 39:case _ 38 various various ADJ JJ Degree=Pos 39 amod 39:amod _ -39 NGO's ngo' NOUN NNS Number=Plur 33 nmod 33:nmod:to _ +39 NGO's ngo NOUN NNS Number=Plur 33 nmod 33:nmod:to _ 40 and and CCONJ CC _ 45 cc 45:cc _ 41 by by ADP IN _ 45 case 45:case _ 42 certain certain ADJ JJ Degree=Pos 45 amod 45:amod _ -43 United United PROPN NNP Number=Sing 44 compound 44:compound _ -44 Nations Nations PROPN NNP Number=Sing 45 compound 45:compound _ -45 organizations organization NOUN NNS Number=Plur 9 conj 6:obl:by|9:conj:but|48:nmod:poss SpaceAfter=No -46 , , PUNCT , _ 45 punct 45:punct _ -47 whose whose PRON WP$ Poss=Yes|PronType=Int 48 nmod:poss 45:ref _ +43 United United ADJ NNP Degree=Pos 44 amod 44:amod _ +44 Nations Nation PROPN NNPS Number=Plur 45 compound 45:compound _ +45 organizations organization NOUN NNS Number=Plur 9 conj 6:obl:agent|9:conj:but|48:nmod:poss SpaceAfter=No +46 , , PUNCT , _ 51 punct 51:punct _ +47 whose whose PRON WP$ Poss=Yes|PronType=Rel 48 nmod:poss 45:ref _ 48 goals goal NOUN NNS Number=Plur 51 nsubj 51:nsubj _ 49 may may AUX MD VerbForm=Fin 51 aux 51:aux _ 50 be be AUX VB VerbForm=Inf 51 cop 51:cop _ @@ -31081,12 +31097,12 @@ 52 , , PUNCT , _ 56 punct 56:punct _ 53 but but CCONJ CC _ 56 cc 56:cc _ 54 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 56 nsubj:pass 56:nsubj:pass|58:nsubj:pass _ -55 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 56 aux:pass 56:aux:pass _ +55 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 56 aux:pass 56:aux:pass _ 56 infested infest VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 conj 6:conj:but _ 57 and and CCONJ CC _ 58 cc 58:cc _ -58 exploited exploit VERB VBN Tense=Past|VerbForm=Part 56 conj 56:conj:and _ +58 exploited exploit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 56 conj 56:conj:and _ 59 by by ADP IN _ 60 case 60:case _ -60 agents agent NOUN NNS Number=Plur 56 obl 56:obl:by _ +60 agents agent NOUN NNS Number=Plur 56 obl:agent 56:obl:agent _ 61 of of ADP IN _ 64 case 64:case _ 62 the the DET DT Definite=Def|PronType=Art 64 det 64:det _ 63 outer outer ADJ JJ Degree=Pos 64 amod 64:amod _ @@ -31096,12 +31112,12 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0150 # text = The Saudi regime, of course, will be the next victim of major terror, when the inner circle will explode into the outer circle. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 Saudi saudi ADJ JJ Degree=Pos 3 amod 3:amod _ +2 Saudi Saudi ADJ JJ Degree=Pos 3 amod 3:amod _ 3 regime regime NOUN NN Number=Sing 12 nsubj 12:nsubj SpaceAfter=No -4 , , PUNCT , _ 12 punct 12:punct _ -5 of of ADV RB _ 12 advmod 12:advmod _ -6 course course ADV RB _ 5 fixed 5:fixed SpaceAfter=No -7 , , PUNCT , _ 12 punct 12:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ +5 of of ADP IN ExtPos=ADV 12 advmod 12:advmod _ +6 course course NOUN NN Number=Sing 5 fixed 5:fixed SpaceAfter=No +7 , , PUNCT , _ 5 punct 5:punct _ 8 will will AUX MD VerbForm=Fin 12 aux 12:aux _ 9 be be AUX VB VerbForm=Inf 12 cop 12:cop _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -31110,8 +31126,8 @@ 13 of of ADP IN _ 15 case 15:case _ 14 major major ADJ JJ Degree=Pos 15 amod 15:amod _ 15 terror terror NOUN NN Number=Sing 12 nmod 12:nmod:of SpaceAfter=No -16 , , PUNCT , _ 12 punct 12:punct _ -17 when when SCONJ WRB PronType=Int 22 mark 22:mark _ +16 , , PUNCT , _ 22 punct 22:punct _ +17 when when ADV WRB PronType=Int 22 advmod 22:advmod _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 19 inner inner ADJ JJ Degree=Pos 20 amod 20:amod _ 20 circle circle NOUN NN Number=Sing 22 nsubj 22:nsubj _ @@ -31126,8 +31142,8 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0151 # text = The Saudis are beginning to understand it, but they fight the inner circles, while still financing the infrastructure at the outer circle. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 Saudis Saudis PROPN NNPS Number=Plur 4 nsubj 4:nsubj|6:nsubj:xsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 Saudis Saudi PROPN NNPS Number=Plur 4 nsubj 4:nsubj|6:nsubj:xsubj _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 beginning begin VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 understand understand VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ @@ -31135,11 +31151,11 @@ 8 , , PUNCT , _ 11 punct 11:punct _ 9 but but CCONJ CC _ 11 cc 11:cc _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 fight fight VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ +11 fight fight VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 inner inner ADJ JJ Degree=Pos 14 amod 14:amod _ 14 circles circle NOUN NNS Number=Plur 11 obj 11:obj SpaceAfter=No -15 , , PUNCT , _ 11 punct 11:punct _ +15 , , PUNCT , _ 18 punct 18:punct _ 16 while while SCONJ IN _ 18 mark 18:mark _ 17 still still ADV RB _ 18 advmod 18:advmod _ 18 financing finance VERB VBG VerbForm=Ger 11 advcl 11:advcl:while _ @@ -31155,23 +31171,23 @@ # text = Figuratively speaking, this outer circle is the guardian, which makes sure that the people look and listen inwards to the inner circle of terror and incitement, rather than to the world outside. 1 Figuratively figuratively ADV RB _ 2 advmod 2:advmod _ 2 speaking speak VERB VBG VerbForm=Ger 9 advcl 9:advcl SpaceAfter=No -3 , , PUNCT , _ 9 punct 9:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 5 outer outer ADJ JJ Degree=Pos 6 amod 6:amod _ 6 circle circle NOUN NN Number=Sing 9 nsubj 9:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 guardian guardian NOUN NN Number=Sing 0 root 0:root|12:nsubj|13:nsubj:xsubj SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 12 punct 12:punct _ 11 which which PRON WDT PronType=Rel 12 nsubj 9:ref _ 12 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 13 sure sure ADJ JJ Degree=Pos 12 xcomp 12:xcomp _ 14 that that SCONJ IN _ 17 mark 17:mark _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 people people NOUN NNS Number=Plur 17 nsubj 17:nsubj|19:nsubj _ -17 look look VERB VB VerbForm=Inf 12 ccomp 12:ccomp _ +17 look look VERB VB VerbForm=Inf 13 ccomp 13:ccomp _ 18 and and CCONJ CC _ 19 cc 19:cc _ -19 listen listen VERB VB VerbForm=Inf 17 conj 12:ccomp|17:conj:and _ +19 listen listen VERB VB VerbForm=Inf 17 conj 13:ccomp|17:conj:and _ 20 inwards inwards ADV RB _ 24 advmod 24:advmod _ 21 to to ADP IN _ 24 case 24:case _ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ @@ -31192,7 +31208,7 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0153 # text = Some parts of this same outer circle actually operate as a result of fear from, or blackmail by, the inner circles. -1 Some some DET DT _ 2 det 2:det _ +1 Some some DET DT PronType=Ind 2 det 2:det _ 2 parts part NOUN NNS Number=Plur 9 nsubj 9:nsubj _ 3 of of ADP IN _ 7 case 7:case _ 4 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ @@ -31200,7 +31216,7 @@ 6 outer outer ADJ JJ Degree=Pos 7 amod 7:amod _ 7 circle circle NOUN NN Number=Sing 2 nmod 2:nmod:of _ 8 actually actually ADV RB _ 9 advmod 9:advmod _ -9 operate operate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +9 operate operate VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 10 as as ADP IN _ 12 case 12:case _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 result result NOUN NN Number=Sing 9 obl 9:obl:as _ @@ -31221,7 +31237,7 @@ # text = The horrifying added factor is the high birth rate. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 2 horrifying horrifying ADJ JJ Degree=Pos 4 amod 4:amod _ -3 added add VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod _ +3 added add VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod _ 4 factor factor NOUN NN Number=Sing 9 nsubj 9:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 6 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -31232,40 +31248,40 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0155 # text = Half of the population of the Arab world is under the age of 20, the most receptive age to incitement, guaranteeing two more generations of blind hatred. -1 Half half NOUN NN Number=Sing 9 nsubj 9:nsubj _ +1 Half half NOUN NN Number=Sing|NumForm=Word|NumType=Frac 12 nsubj 12:nsubj _ 2 of of ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 population population NOUN NN Number=Sing 1 nmod 1:nmod:of _ 5 of of ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 Arab arab ADJ JJ Degree=Pos 8 amod 8:amod _ +7 Arab Arab ADJ JJ Degree=Pos 8 amod 8:amod _ 8 world world NOUN NN Number=Sing 4 nmod 4:nmod:of _ -9 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 10 under under ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -12 age age NOUN NN Number=Sing 9 obl 9:obl:under _ +12 age age NOUN NN Number=Sing 0 root 0:root _ 13 of of ADP IN _ 14 case 14:case _ -14 20 20 NUM CD NumType=Card 12 nmod 12:nmod:of SpaceAfter=No -15 , , PUNCT , _ 12 punct 12:punct _ +14 20 20 NUM CD NumForm=Digit|NumType=Card 12 nmod 12:nmod:of SpaceAfter=No +15 , , PUNCT , _ 19 punct 19:punct _ 16 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -17 most most ADV RBS _ 18 advmod 18:advmod _ +17 most most ADV RBS Degree=Sup 18 advmod 18:advmod _ 18 receptive receptive ADJ JJ Degree=Pos 19 amod 19:amod _ 19 age age NOUN NN Number=Sing 12 appos 12:appos _ 20 to to ADP IN _ 21 case 21:case _ 21 incitement incitement NOUN NN Number=Sing 19 nmod 19:nmod:to SpaceAfter=No -22 , , PUNCT , _ 9 punct 9:punct _ -23 guaranteeing guarantee VERB VBG VerbForm=Ger 9 advcl 9:advcl _ -24 two two NUM CD NumType=Card 26 nummod 26:nummod _ +22 , , PUNCT , _ 23 punct 23:punct _ +23 guaranteeing guarantee VERB VBG VerbForm=Ger 12 advcl 12:advcl _ +24 two two NUM CD NumForm=Word|NumType=Card 26 nummod 26:nummod _ 25 more more ADJ JJR Degree=Cmp 26 amod 26:amod _ 26 generations generation NOUN NNS Number=Plur 23 obj 23:obj _ 27 of of ADP IN _ 29 case 29:case _ 28 blind blind ADJ JJ Degree=Pos 29 amod 29:amod _ 29 hatred hatred NOUN NN Number=Sing 26 nmod 26:nmod:of SpaceAfter=No -30 . . PUNCT . _ 9 punct 9:punct _ +30 . . PUNCT . _ 12 punct 12:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0156 # text = Some of the leaders of these various circles live very comfortably on their loot. -1 Some some DET DT _ 9 nsubj 9:nsubj _ +1 Some some DET DT PronType=Ind 9 nsubj 9:nsubj _ 2 of of ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 leaders leader NOUN NNS Number=Plur 1 nmod 1:nmod:of _ @@ -31273,29 +31289,29 @@ 6 these this DET DT Number=Plur|PronType=Dem 8 det 8:det _ 7 various various ADJ JJ Degree=Pos 8 amod 8:amod _ 8 circles circle NOUN NNS Number=Plur 4 nmod 4:nmod:of _ -9 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +9 live live VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 10 very very ADV RB _ 11 advmod 11:advmod _ 11 comfortably comfortably ADV RB _ 9 advmod 9:advmod _ 12 on on ADP IN _ 14 case 14:case _ -13 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 loot loot NOUN NN Number=Sing 9 obl 9:obl:on SpaceAfter=No 15 . . PUNCT . _ 9 punct 9:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0157 # text = You meet their children in the best private schools in Europe, not in the training camps of suicide murderers. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 meet meet VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 meet meet VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 children child NOUN NNS Number=Plur 2 obj 2:obj _ 5 in in ADP IN _ 9 case 9:case _ 6 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -7 best best ADJ JJS Degree=Sup 9 amod 9:amod _ +7 best good ADJ JJS Degree=Sup 9 amod 9:amod _ 8 private private ADJ JJ Degree=Pos 9 amod 9:amod _ 9 schools school NOUN NNS Number=Plur 4 nmod 4:nmod:in _ 10 in in ADP IN _ 11 case 11:case _ 11 Europe Europe PROPN NNP Number=Sing 9 nmod 9:nmod:in SpaceAfter=No -12 , , PUNCT , _ 4 punct 4:punct _ -13 not not ADV RB _ 17 advmod 17:advmod _ +12 , , PUNCT , _ 17 punct 17:punct _ +13 not not PART RB _ 17 advmod 17:advmod _ 14 in in ADP IN _ 17 case 17:case _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 training training NOUN NN Number=Sing 17 compound 17:compound _ @@ -31312,8 +31328,8 @@ 3 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 4 soldiers soldier NOUN NNS Number=Plur 6 nsubj 6:nsubj SpaceAfter=No 5 " " PUNCT '' _ 4 punct 4:punct _ -6 join join VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -7 packaged package VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod _ +6 join join VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 packaged package VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod _ 8 death death NOUN NN Number=Sing 9 compound 9:compound _ 9 tours tour NOUN NNS Number=Plur 6 obj 6:obj _ 10 to to ADP IN _ 11 case 11:case _ @@ -31321,13 +31337,13 @@ 12 and and CCONJ CC _ 14 cc 14:cc _ 13 other other ADJ JJ Degree=Pos 14 amod 14:amod _ 14 hotspots hotspot NOUN NNS Number=Plur 11 conj 9:nmod:to|11:conj:and SpaceAfter=No -15 , , PUNCT , _ 6 punct 6:punct _ +15 , , PUNCT , _ 21 punct 21:punct _ 16 while while SCONJ IN _ 21 mark 21:mark _ -17 some some DET DT _ 21 nsubj 21:nsubj _ +17 some some DET DT PronType=Ind 21 nsubj 21:nsubj _ 18 of of ADP IN _ 20 case 20:case _ -19 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 leaders leader NOUN NNS Number=Plur 17 nmod 17:nmod:of _ -21 ski ski VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:while _ +21 ski ski VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:while _ 22 in in ADP IN _ 23 case 23:case _ 23 Switzerland Switzerland PROPN NNP Number=Sing 21 obl 21:obl:in SpaceAfter=No 24 . . PUNCT . _ 6 punct 6:punct _ @@ -31336,15 +31352,15 @@ # text = Mrs. Arafat, who lives in Paris with her daughter, receives tens of thousands of dollars per month from the allegedly bankrupt Palestinian Authority, while a typical local ringleader of the Al-Aksa brigade, reporting to Arafat, receives only a cash payment of a couple of hundred dollars, for performing murders at the retail level. 1 Mrs. Mrs. PROPN NNP Number=Sing 12 nsubj 5:nsubj|12:nsubj _ 2 Arafat Arafat PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 5 punct 5:punct _ 4 who who PRON WP PronType=Rel 5 nsubj 1:ref _ 5 lives live VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 6 in in ADP IN _ 7 case 7:case _ 7 Paris Paris PROPN NNP Number=Sing 5 obl 5:obl:in _ 8 with with ADP IN _ 10 case 10:case _ -9 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 daughter daughter NOUN NN Number=Sing 5 obl 5:obl:with SpaceAfter=No -11 , , PUNCT , _ 12 punct 12:punct _ +11 , , PUNCT , _ 1 punct 1:punct _ 12 receives receive VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 13 tens ten NOUN NNS Number=Plur 12 obj 12:obj _ 14 of of ADP IN _ 15 case 15:case _ @@ -31355,11 +31371,11 @@ 19 month month NOUN NN Number=Sing 12 obl 12:obl:per _ 20 from from ADP IN _ 25 case 25:case _ 21 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ -22 allegedly allegedly VERB VBN Tense=Past|VerbForm=Part 23 advmod 23:advmod _ +22 allegedly allegedly ADV RB _ 23 advmod 23:advmod _ 23 bankrupt bankrupt ADJ JJ Degree=Pos 25 amod 25:amod _ -24 Palestinian Palestinian PROPN NNP Number=Sing 25 compound 25:compound _ +24 Palestinian Palestinian ADJ NNP Degree=Pos 25 amod 25:amod _ 25 Authority Authority PROPN NNP Number=Sing 12 obl 12:obl:from SpaceAfter=No -26 , , PUNCT , _ 12 punct 12:punct _ +26 , , PUNCT , _ 43 punct 43:punct _ 27 while while SCONJ IN _ 43 mark 43:mark _ 28 a a DET DT Definite=Ind|PronType=Art 31 det 31:det _ 29 typical typical ADJ JJ Degree=Pos 31 amod 31:amod _ @@ -31368,14 +31384,14 @@ 32 of of ADP IN _ 37 case 37:case _ 33 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ 34 Al Al PROPN NNP Number=Sing 36 compound 36:compound SpaceAfter=No -35 - - PUNCT HYPH _ 36 punct 36:punct SpaceAfter=No +35 - - PUNCT HYPH _ 34 punct 34:punct SpaceAfter=No 36 Aksa Aksa PROPN NNP Number=Sing 37 compound 37:compound _ 37 brigade brigade NOUN NN Number=Sing 31 nmod 31:nmod:of SpaceAfter=No -38 , , PUNCT , _ 31 punct 31:punct _ +38 , , PUNCT , _ 39 punct 39:punct _ 39 reporting report VERB VBG VerbForm=Ger 31 acl 31:acl _ 40 to to ADP IN _ 41 case 41:case _ 41 Arafat Arafat PROPN NNP Number=Sing 39 obl 39:obl:to SpaceAfter=No -42 , , PUNCT , _ 43 punct 43:punct _ +42 , , PUNCT , _ 31 punct 31:punct _ 43 receives receive VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:while _ 44 only only ADV RB _ 47 advmod 47:advmod _ 45 a a DET DT Definite=Ind|PronType=Art 47 det 47:det _ @@ -31383,11 +31399,11 @@ 47 payment payment NOUN NN Number=Sing 43 obj 43:obj _ 48 of of ADP IN _ 53 case 53:case _ 49 a a DET DT Definite=Ind|PronType=Art 50 det 50:det _ -50 couple couple NOUN NN Number=Sing 53 nummod 53:nummod _ +50 couple couple NOUN NN Number=Sing 53 nmod:npmod 53:nmod:npmod _ 51 of of ADP IN _ 52 case 52:case _ -52 hundred hundred NUM CD NumType=Card 50 nmod 50:nmod:of _ +52 hundred hundred NUM CD NumForm=Word|NumType=Card 50 nmod 50:nmod:of _ 53 dollars dollar NOUN NNS Number=Plur 47 nmod 47:nmod:of SpaceAfter=No -54 , , PUNCT , _ 43 punct 43:punct _ +54 , , PUNCT , _ 56 punct 56:punct _ 55 for for SCONJ IN _ 56 mark 56:mark _ 56 performing perform VERB VBG VerbForm=Ger 43 advcl 43:advcl:for _ 57 murders murder NOUN NNS Number=Plur 56 obj 56:obj _ @@ -31400,10 +31416,10 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0160 # text = *4. The fourth element of the current world conflict is the total breaking of all laws.* 1 * * PUNCT NFP _ 2 punct 2:punct SpaceAfter=No -2 4 4 X LS _ 15 nummod 15:nummod SpaceAfter=No +2 4 4 NUM LS NumForm=Digit|NumType=Card 15 nummod 15:nummod SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ 4 The the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 fourth fourth ADJ JJ Degree=Pos|NumType=Ord 6 amod 6:amod _ +5 fourth fourth ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 6 amod 6:amod _ 6 element element NOUN NN Number=Sing 15 nsubj 15:nsubj _ 7 of of ADP IN _ 11 case 11:case _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ @@ -31415,10 +31431,10 @@ 14 total total ADJ JJ Degree=Pos 15 amod 15:amod _ 15 breaking breaking NOUN NN Number=Sing 0 root 0:root _ 16 of of ADP IN _ 18 case 18:case _ -17 all all DET DT _ 18 det 18:det _ +17 all all DET DT PronType=Tot 18 det 18:det _ 18 laws law NOUN NNS Number=Plur 15 nmod 15:nmod:of SpaceAfter=No 19 . . PUNCT . _ 15 punct 15:punct SpaceAfter=No -20 * * PUNCT NFP _ 2 punct 2:punct _ +20 * * PUNCT NFP _ 15 punct 15:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0161 # text = The civilized world believes in democracy, the rule of law, including international law, human rights, free speech and free press, among other liberties. @@ -31433,20 +31449,20 @@ 9 rule rule NOUN NN Number=Sing 6 conj 4:obl:in|6:conj:and _ 10 of of ADP IN _ 11 case 11:case _ 11 law law NOUN NN Number=Sing 9 nmod 9:nmod:of SpaceAfter=No -12 , , PUNCT , _ 9 punct 9:punct _ +12 , , PUNCT , _ 15 punct 15:punct _ 13 including include VERB VBG VerbForm=Ger 15 case 15:case _ 14 international international ADJ JJ Degree=Pos 15 amod 15:amod _ -15 law law NOUN NN Number=Sing 9 nmod 9:nmod:include SpaceAfter=No +15 law law NOUN NN Number=Sing 9 nmod 9:nmod:including SpaceAfter=No 16 , , PUNCT , _ 18 punct 18:punct _ 17 human human ADJ JJ Degree=Pos 18 amod 18:amod _ -18 rights rights NOUN NNS Number=Plur 6 conj 4:obl:in|6:conj:and SpaceAfter=No +18 rights right NOUN NNS Number=Plur 6 conj 4:obl:in|6:conj:and SpaceAfter=No 19 , , PUNCT , _ 21 punct 21:punct _ 20 free free ADJ JJ Degree=Pos 21 amod 21:amod _ 21 speech speech NOUN NN Number=Sing 6 conj 4:obl:in|6:conj:and _ 22 and and CCONJ CC _ 24 cc 24:cc _ 23 free free ADJ JJ Degree=Pos 24 amod 24:amod _ 24 press press NOUN NN Number=Sing 6 conj 4:obl:in|6:conj:and SpaceAfter=No -25 , , PUNCT , _ 6 punct 6:punct _ +25 , , PUNCT , _ 28 punct 28:punct _ 26 among among ADP IN _ 28 case 28:case _ 27 other other ADJ JJ Degree=Pos 28 amod 28:amod _ 28 liberties liberty NOUN NNS Number=Plur 6 nmod 6:nmod:among SpaceAfter=No @@ -31455,13 +31471,13 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0162 # text = There are naive old-fashioned habits such as respecting religious sites and symbols, not using ambulances and hospitals for acts of war, avoiding the mutilation of dead bodies and not using children as human shields or human bombs. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 naive naive ADJ JJ Degree=Pos 7 amod 7:amod _ 4 old old ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 6 fashioned fashioned ADJ JJ Degree=Pos 7 amod 7:amod _ 7 habits habit NOUN NNS Number=Plur 2 nsubj 2:nsubj _ -8 such such ADJ JJ Degree=Pos 10 mark 10:mark _ +8 such such ADJ JJ Degree=Pos|ExtPos=SCONJ 10 mark 10:mark _ 9 as as SCONJ IN _ 8 fixed 8:fixed _ 10 respecting respect VERB VBG VerbForm=Ger 7 acl 7:acl:such_as _ 11 religious religious ADJ JJ Degree=Pos 12 amod 12:amod _ @@ -31502,41 +31518,41 @@ 1 Never never ADV RB _ 12 advmod 12:advmod _ 2 in in ADP IN _ 3 case 3:case _ 3 history history NOUN NN Number=Sing 1 obl 1:obl:in SpaceAfter=No -4 , , PUNCT , _ 12 punct 12:punct _ -5 not not PART RB _ 6 advmod 6:advmod _ +4 , , PUNCT , _ 1 punct 1:punct _ +5 not not PART RB _ 10 advmod 10:advmod _ 6 even even ADV RB _ 10 advmod 10:advmod _ 7 in in ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 Nazi Nazi PROPN NNP Number=Sing 10 compound 10:compound _ 10 period period NOUN NN Number=Sing 12 obl 12:obl:in SpaceAfter=No -11 , , PUNCT , _ 12 punct 12:punct _ +11 , , PUNCT , _ 10 punct 10:punct _ 12 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 13 there there PRON EX _ 12 expl 12:expl _ 14 such such ADJ JJ Degree=Pos 16 amod 16:amod _ 15 total total ADJ JJ Degree=Pos 16 amod 16:amod _ 16 disregard disregard NOUN NN Number=Sing 12 nsubj 12:nsubj _ 17 of of ADP IN _ 18 case 18:case _ -18 all all DET DT _ 16 nmod 16:nmod:of _ +18 all all DET DT PronType=Tot 16 nmod 16:nmod:of _ 19 of of ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 above above ADJ JJ Degree=Pos 18 nmod 18:nmod:of _ 22 as as SCONJ IN _ 24 mark 24:mark _ 23 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 24 nsubj 24:nsubj _ -24 observe observe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:as _ +24 observe observe VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:as _ 25 now now ADV RB _ 24 advmod 24:advmod SpaceAfter=No 26 . . PUNCT . _ 12 punct 12:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0164 # text = Every student of political science debates how you prevent an anti-democratic force from winning a democratic election and abolishing democracy. -1 Every every DET DT _ 2 det 2:det _ +1 Every every DET DT PronType=Tot 2 det 2:det _ 2 student student NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 of of ADP IN _ 5 case 5:case _ 4 political political ADJ JJ Degree=Pos 5 amod 5:amod _ 5 science science NOUN NN Number=Sing 2 nmod 2:nmod:of _ 6 debates debate VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -7 how how SCONJ WRB PronType=Int 9 mark 9:mark _ +7 how how ADV WRB PronType=Int 9 advmod 9:advmod _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -9 prevent prevent VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ +9 prevent prevent VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ 10 an a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 11 anti-democratic anti-democratic ADJ JJ Degree=Pos 12 amod 12:amod _ 12 force force NOUN NN Number=Sing 9 obj 9:obj _ @@ -31572,7 +31588,7 @@ 4 open open VERB VB VerbForm=Inf 0 root 0:root _ 5 fire fire NOUN NN Number=Sing 4 obj 4:obj _ 6 on on ADP IN _ 7 case 7:case _ -7 someone someone PRON NN Number=Sing 4 obl 4:obl:on _ +7 someone someone PRON NN Number=Sing|PronType=Ind 4 obl 4:obl:on _ 8 trying try VERB VBG VerbForm=Ger 7 acl 7:acl _ 9 to to PART TO _ 10 mark 10:mark _ 10 kill kill VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ @@ -31602,9 +31618,9 @@ 3 speech speech NOUN NN Number=Sing 4 nsubj 4:nsubj _ 4 protect protect VERB VB VerbForm=Inf 0 root 0:root _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 obj 4:obj _ -6 when when SCONJ WRB PronType=Int 8 mark 8:mark _ +6 when when ADV WRB PronType=Int 8 advmod 8:advmod _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -8 shout shout VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:when _ +8 shout shout VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:when _ 9 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No 10 fire fire NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No 11 " " PUNCT '' _ 10 punct 10:punct _ @@ -31621,7 +31637,7 @@ 3 be be VERB VB VerbForm=Inf 0 root 0:root _ 4 death death NOUN NN Number=Sing 5 compound 5:compound _ 5 penalty penalty NOUN NN Number=Sing 3 nsubj 3:nsubj SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 10 punct 10:punct _ 7 for for ADP IN _ 10 case 10:case _ 8 deliberate deliberate ADJ JJ Degree=Pos 10 amod 10:amod _ 9 multiple multiple ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -31631,10 +31647,10 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0170 # text = These are the old-fashioned dilemmas. 1 These this PRON DT Number=Plur|PronType=Dem 7 nsubj 7:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 3 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 4 old old ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 6 fashioned fashioned ADJ JJ Degree=Pos 7 amod 7:amod _ 7 dilemmas dilemma NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 8 . . PUNCT . _ 7 punct 7:punct _ @@ -31644,7 +31660,7 @@ 1 But but CCONJ CC _ 4 cc 4:cc _ 2 now now ADV RB _ 4 advmod 4:advmod _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 an a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 6 entire entire ADJ JJ Degree=Pos 8 amod 8:amod _ 7 new new ADJ JJ Degree=Pos 8 amod 8:amod _ @@ -31654,12 +31670,12 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0172 # newpar id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-p0011 # text = Do you raid a mosque, which serves as a terrorist ammunition storage? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 raid raid VERB VB VerbForm=Inf 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 mosque mosque NOUN NN Number=Sing 3 obj 3:obj|8:nsubj SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 8 punct 8:punct _ 7 which which PRON WDT PronType=Rel 8 nsubj 5:ref _ 8 serves serve VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 9 as as ADP IN _ 13 case 13:case _ @@ -31671,14 +31687,14 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0173 # text = Do you return fire, if you are attacked from a hospital? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 return return VERB VB VerbForm=Inf 0 root 0:root _ 4 fire fire NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -5 , , PUNCT , _ 3 punct 3:punct _ +5 , , PUNCT , _ 9 punct 9:punct _ 6 if if SCONJ IN _ 9 mark 9:mark _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj:pass 9:nsubj:pass _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux:pass 9:aux:pass _ +8 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 aux:pass 9:aux:pass _ 9 attacked attack VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 advcl 3:advcl:if _ 10 from from ADP IN _ 12 case 12:case _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ @@ -31687,17 +31703,17 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0174 # text = Do you storm a church taken over by terrorists who took the priests hostages? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 storm storm VERB VB VerbForm=Inf 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 church church NOUN NN Number=Sing 3 obj 3:obj _ -6 taken take VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +6 taken take VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 7 over over ADP RP _ 6 compound:prt 6:compound:prt _ 8 by by ADP IN _ 9 case 9:case _ -9 terrorists terrorist NOUN NNS Number=Plur 6 obl 6:obl:by|11:nsubj _ +9 terrorists terrorist NOUN NNS Number=Plur 6 obl:agent 6:obl:agent|11:nsubj _ 10 who who PRON WP PronType=Rel 11 nsubj 9:ref _ -11 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +11 took take VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 priests priest NOUN NNS Number=Plur 11 obj 11:obj|14:nsubj:xsubj _ 14 hostages hostage NOUN NNS Number=Plur 11 xcomp 11:xcomp SpaceAfter=No @@ -31705,60 +31721,60 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0175 # text = Do you search every ambulance after a few suicide murderers use ambulances to reach their targets? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 search search VERB VB VerbForm=Inf 0 root 0:root _ -4 every every DET DT _ 5 det 5:det _ +4 every every DET DT PronType=Tot 5 det 5:det _ 5 ambulance ambulance NOUN NN Number=Sing 3 obj 3:obj _ 6 after after SCONJ IN _ 11 mark 11:mark _ 7 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 8 few few ADJ JJ Degree=Pos 10 amod 10:amod _ 9 suicide suicide NOUN NN Number=Sing 10 compound 10:compound _ 10 murderers murderer NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -11 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:after _ -12 ambulances ambulance NOUN NNS Number=Plur 11 obj 11:obj|14:nsubj:xsubj _ +11 use use VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:after _ +12 ambulances ambulance NOUN NNS Number=Plur 11 obj 11:obj _ 13 to to PART TO _ 14 mark 14:mark _ -14 reach reach VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ -15 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +14 reach reach VERB VB VerbForm=Inf 11 advcl 11:advcl:to _ +15 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 targets target NOUN NNS Number=Plur 14 obj 14:obj SpaceAfter=No 17 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0176 # text = Do you strip every woman because one pretended to be pregnant and carried a suicide bomb on her belly? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 strip strip VERB VB VerbForm=Inf 0 root 0:root _ -4 every every DET DT _ 5 det 5:det _ +4 every every DET DT PronType=Tot 5 det 5:det _ 5 woman woman NOUN NN Number=Sing 3 obj 3:obj _ 6 because because SCONJ IN _ 8 mark 8:mark _ -7 one one NUM CD NumType=Card 8 nsubj 8:nsubj|11:nsubj:xsubj|13:nsubj _ -8 pretended pretend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:because _ +7 one one NUM CD NumForm=Word|NumType=Card 8 nsubj 8:nsubj|11:nsubj:xsubj|13:nsubj _ +8 pretended pretend VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:because _ 9 to to PART TO _ 11 mark 11:mark _ 10 be be AUX VB VerbForm=Inf 11 cop 11:cop _ 11 pregnant pregnant ADJ JJ Degree=Pos 8 xcomp 8:xcomp _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 carried carry VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 conj 3:advcl:because|8:conj:and _ +13 carried carry VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 conj 3:advcl:because|8:conj:and _ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 15 suicide suicide NOUN NN Number=Sing 16 compound 16:compound _ 16 bomb bomb NOUN NN Number=Sing 13 obj 13:obj _ 17 on on ADP IN _ 19 case 19:case _ -18 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 belly belly NOUN NN Number=Sing 13 obl 13:obl:on SpaceAfter=No 20 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0177 # text = Do you shoot back at someone trying to kill you, standing deliberately behind a group of children? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 shoot shoot VERB VB VerbForm=Inf 0 root 0:root _ 4 back back ADV RB _ 3 advmod 3:advmod _ 5 at at ADP IN _ 6 case 6:case _ -6 someone someone PRON NN Number=Sing 3 obl 3:obl:at _ +6 someone someone PRON NN Number=Sing|PronType=Ind 3 obl 3:obl:at _ 7 trying try VERB VBG VerbForm=Ger 6 acl 6:acl _ 8 to to PART TO _ 9 mark 9:mark _ 9 kill kill VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 you you PRON PRP Case=Acc|Person=2|PronType=Prs 9 obj 9:obj SpaceAfter=No -11 , , PUNCT , _ 6 punct 6:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 standing stand VERB VBG VerbForm=Ger 6 acl 6:acl _ 13 deliberately deliberately ADV RB _ 12 advmod 12:advmod _ 14 behind behind ADP IN _ 16 case 16:case _ @@ -31770,13 +31786,13 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0178 # text = Do you raid terrorist headquarters, hidden in a mental hospital? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 raid raid VERB VB VerbForm=Inf 0 root 0:root _ 4 terrorist terrorist ADJ JJ Degree=Pos 5 amod 5:amod _ 5 headquarters headquarters NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ -7 hidden hide VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +6 , , PUNCT , _ 7 punct 7:punct _ +7 hidden hide VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 8 in in ADP IN _ 11 case 11:case _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 mental mental ADJ JJ Degree=Pos 11 amod 11:amod _ @@ -31785,7 +31801,7 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0179 # text = Do you shoot an arch-murderer who deliberately moves from one location to another, always surrounded by children? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 shoot shoot VERB VB VerbForm=Inf 0 root 0:root _ 4 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ @@ -31794,37 +31810,37 @@ 7 deliberately deliberately ADV RB _ 8 advmod 8:advmod _ 8 moves move VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 9 from from ADP IN _ 11 case 11:case _ -10 one one NUM CD NumType=Card 11 nummod 11:nummod _ +10 one one NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 11 location location NOUN NN Number=Sing 8 obl 8:obl:from _ 12 to to ADP IN _ 13 case 13:case _ -13 another another DET DT _ 8 obl 8:obl:to SpaceAfter=No -14 , , PUNCT , _ 8 punct 8:punct _ +13 another another DET DT PronType=Ind 8 obl 8:obl:to SpaceAfter=No +14 , , PUNCT , _ 16 punct 16:punct _ 15 always always ADV RB _ 16 advmod 16:advmod _ -16 surrounded surround VERB VBN Tense=Past|VerbForm=Part 8 advcl 8:advcl _ +16 surrounded surround VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 advcl 8:advcl _ 17 by by ADP IN _ 18 case 18:case _ -18 children child NOUN NNS Number=Plur 16 obl 16:obl:by SpaceAfter=No +18 children child NOUN NNS Number=Plur 16 obl:agent 16:obl:agent SpaceAfter=No 19 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0180 # text = All of these happen daily in Iraq and in the Palestinian areas. -1 All all DET DT _ 4 nsubj 4:nsubj _ +1 All all DET DT PronType=Tot 4 nsubj 4:nsubj _ 2 of of ADP IN _ 3 case 3:case _ 3 these this PRON DT Number=Plur|PronType=Dem 1 nmod 1:nmod:of _ -4 happen happen VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 happen happen VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 daily daily ADV RB _ 4 advmod 4:advmod _ 6 in in ADP IN _ 7 case 7:case _ 7 Iraq Iraq PROPN NNP Number=Sing 4 obl 4:obl:in _ 8 and and CCONJ CC _ 12 cc 12:cc _ 9 in in ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -11 Palestinian palestinian ADJ JJ Degree=Pos 12 amod 12:amod _ +11 Palestinian Palestinian ADJ JJ Degree=Pos 12 amod 12:amod _ 12 areas area NOUN NNS Number=Plur 7 conj 4:obl:in|7:conj:and SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0181 # text = What do you do? 1 What what PRON WP PronType=Int 4 obj 4:obj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 do do VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 5 ? ? PUNCT . _ 4 punct 4:punct _ @@ -31832,9 +31848,9 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0182 # text = Well, you do not want to face the dilemma. 1 Well well INTJ UH _ 6 discourse 6:discourse SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj|8:nsubj:xsubj _ -4 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 not not PART RB _ 6 advmod 6:advmod _ 6 want want VERB VB VerbForm=Inf 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ @@ -31858,64 +31874,64 @@ # newpar id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-p0012 # text = Suppose, for the sake of discussion, that someone would openly stay in a well-known address in Teheran, hosted by the Iranian Government and financed by it, executing one atrocity after another in Spain or in France, killing hundreds of innocent people, accepting responsibility for the crimes, promising in public TV interviews to do more of the same, while the Government of Iran issues public condemnations of his acts but continues to host him, invite him to official functions and treat him as a great dignitary. 1 Suppose suppose VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 5 punct 5:punct _ 3 for for ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 sake sake NOUN NN Number=Sing 1 obl 1:obl:for _ 6 of of ADP IN _ 7 case 7:case _ 7 discussion discussion NOUN NN Number=Sing 5 nmod 5:nmod:of SpaceAfter=No -8 , , PUNCT , _ 1 punct 1:punct _ +8 , , PUNCT , _ 13 punct 13:punct _ 9 that that SCONJ IN _ 13 mark 13:mark _ -10 someone someone PRON NN Number=Sing 13 nsubj 13:nsubj _ +10 someone someone PRON NN Number=Sing|PronType=Ind 13 nsubj 13:nsubj _ 11 would would AUX MD VerbForm=Fin 13 aux 13:aux _ 12 openly openly ADV RB _ 13 advmod 13:advmod _ 13 stay stay VERB VB VerbForm=Inf 1 ccomp 1:ccomp _ 14 in in ADP IN _ 19 case 19:case _ 15 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 16 well well ADV RB Degree=Pos 18 advmod 18:advmod SpaceAfter=No -17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No 18 known known ADJ JJ Degree=Pos 19 amod 19:amod _ 19 address address NOUN NN Number=Sing 13 obl 13:obl:in _ 20 in in ADP IN _ 21 case 21:case _ 21 Teheran Teheran PROPN NNP Number=Sing 19 nmod 19:nmod:in SpaceAfter=No -22 , , PUNCT , _ 13 punct 13:punct _ -23 hosted host VERB VBN Tense=Past|VerbForm=Part 13 advcl 13:advcl _ +22 , , PUNCT , _ 23 punct 23:punct _ +23 hosted host VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 advcl 13:advcl _ 24 by by ADP IN _ 27 case 27:case _ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ -26 Iranian iranian ADJ JJ Degree=Pos 27 amod 27:amod _ -27 Government government NOUN NN Number=Sing 23 obl 23:obl:by _ +26 Iranian Iranian ADJ JJ Degree=Pos 27 amod 27:amod _ +27 Government government NOUN NN Number=Sing 23 obl:agent 23:obl:agent _ 28 and and CCONJ CC _ 29 cc 29:cc _ -29 financed finance VERB VBN Tense=Past|VerbForm=Part 23 conj 13:advcl|23:conj:and _ +29 financed finance VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 conj 13:advcl|23:conj:and _ 30 by by ADP IN _ 31 case 31:case _ -31 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 29 obl 29:obl:by SpaceAfter=No -32 , , PUNCT , _ 13 punct 13:punct _ +31 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 29 obl:agent 29:obl:agent SpaceAfter=No +32 , , PUNCT , _ 33 punct 33:punct _ 33 executing execute VERB VBG VerbForm=Ger 13 advcl 13:advcl _ -34 one one NUM CD NumType=Card 35 nummod 35:nummod _ +34 one one NUM CD NumForm=Word|NumType=Card 35 nummod 35:nummod _ 35 atrocity atrocity NOUN NN Number=Sing 33 obj 33:obj _ 36 after after ADP IN _ 37 case 37:case _ -37 another another DET DT _ 35 nmod 35:nmod:after _ +37 another another DET DT PronType=Ind 35 nmod 35:nmod:after _ 38 in in ADP IN _ 39 case 39:case _ 39 Spain Spain PROPN NNP Number=Sing 33 obl 33:obl:in _ 40 or or CCONJ CC _ 42 cc 42:cc _ 41 in in ADP IN _ 42 case 42:case _ 42 France France PROPN NNP Number=Sing 39 conj 33:obl:in|39:conj:or SpaceAfter=No -43 , , PUNCT , _ 33 punct 33:punct _ +43 , , PUNCT , _ 44 punct 44:punct _ 44 killing kill VERB VBG VerbForm=Ger 33 advcl 33:advcl _ 45 hundreds hundred NOUN NNS Number=Plur 44 obj 44:obj _ 46 of of ADP IN _ 48 case 48:case _ 47 innocent innocent ADJ JJ Degree=Pos 48 amod 48:amod _ 48 people people NOUN NNS Number=Plur 45 nmod 45:nmod:of SpaceAfter=No -49 , , PUNCT , _ 33 punct 33:punct _ +49 , , PUNCT , _ 50 punct 50:punct _ 50 accepting accept VERB VBG VerbForm=Ger 33 advcl 33:advcl _ 51 responsibility responsibility NOUN NN Number=Sing 50 obj 50:obj _ 52 for for ADP IN _ 54 case 54:case _ 53 the the DET DT Definite=Def|PronType=Art 54 det 54:det _ 54 crimes crime NOUN NNS Number=Plur 51 nmod 51:nmod:for SpaceAfter=No -55 , , PUNCT , _ 33 punct 33:punct _ +55 , , PUNCT , _ 56 punct 56:punct _ 56 promising promise VERB VBG VerbForm=Ger 33 advcl 33:advcl _ 57 in in ADP IN _ 60 case 60:case _ 58 public public ADJ JJ Degree=Pos 60 amod 60:amod _ -59 TV tv NOUN NN Number=Sing 60 compound 60:compound _ +59 TV TV NOUN NN Number=Sing 60 compound 60:compound _ 60 interviews interview NOUN NNS Number=Plur 56 obl 56:obl:in _ 61 to to PART TO _ 62 mark 62:mark _ 62 do do VERB VB VerbForm=Inf 56 xcomp 56:xcomp _ @@ -31923,7 +31939,7 @@ 64 of of ADP IN _ 66 case 66:case _ 65 the the DET DT Definite=Def|PronType=Art 66 det 66:det _ 66 same same ADJ JJ Degree=Pos 63 obl 63:obl:of SpaceAfter=No -67 , , PUNCT , _ 13 punct 13:punct _ +67 , , PUNCT , _ 73 punct 73:punct _ 68 while while SCONJ IN _ 73 mark 73:mark _ 69 the the DET DT Definite=Def|PronType=Art 70 det 70:det _ 70 Government government NOUN NN Number=Sing 73 nsubj 73:nsubj|80:nsubj|82:nsubj:xsubj|85:nsubj:xsubj|91:nsubj:xsubj _ @@ -31933,7 +31949,7 @@ 74 public public ADJ JJ Degree=Pos 75 amod 75:amod _ 75 condemnations condemnation NOUN NNS Number=Plur 73 obj 73:obj _ 76 of of ADP IN _ 78 case 78:case _ -77 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 78 nmod:poss 78:nmod:poss _ +77 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 78 nmod:poss 78:nmod:poss _ 78 acts act NOUN NNS Number=Plur 75 nmod 75:nmod:of _ 79 but but CCONJ CC _ 80 cc 80:cc _ 80 continues continue VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 73 conj 13:advcl:while|73:conj:but _ @@ -31957,15 +31973,15 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0185 # text = I leave it to you as homework to figure out what Spain or France would have done, in such a situation. -1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|9:nsubj:xsubj _ -2 leave leave VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 leave leave VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 expl 2:expl _ 4 to to ADP IN _ 5 case 5:case _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 obl 2:obl:to _ 6 as as ADP IN _ 7 case 7:case _ 7 homework homework NOUN NN Number=Sing 2 obl 2:obl:as _ 8 to to PART TO _ 9 mark 9:mark _ -9 figure figure VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ +9 figure figure VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ 10 out out ADP RP _ 9 compound:prt 9:compound:prt _ 11 what what PRON WP PronType=Int 17 obj 17:obj _ 12 Spain Spain PROPN NNP Number=Sing 17 nsubj 17:nsubj _ @@ -31974,9 +31990,9 @@ 15 would would AUX MD VerbForm=Fin 17 aux 17:aux _ 16 have have AUX VB VerbForm=Inf 17 aux 17:aux _ 17 done do VERB VBN Tense=Past|VerbForm=Part 9 ccomp 9:ccomp SpaceAfter=No -18 , , PUNCT , _ 17 punct 17:punct _ +18 , , PUNCT , _ 22 punct 22:punct _ 19 in in ADP IN _ 22 case 22:case _ -20 such such DET PDT _ 22 det:predet 22:det:predet _ +20 such such DET PDT PronType=Ind 22 det:predet 22:det:predet _ 21 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 22 situation situation NOUN NN Number=Sing 17 obl 17:obl:in SpaceAfter=No 23 . . PUNCT . _ 2 punct 2:punct _ @@ -31984,15 +32000,15 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0186 # text = The problem is that the civilized world is still having illusions about the rule of law in a totally lawless environment. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 problem problem NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 problem problem NOUN NN Number=Sing 10 nsubj:outer 10:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 4 that that SCONJ IN _ 10 mark 10:mark _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 civilized civilized ADJ JJ Degree=Pos 7 amod 7:amod _ 7 world world NOUN NN Number=Sing 10 nsubj 10:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 still still ADV RB _ 10 advmod 10:advmod _ -10 having have VERB VBG Tense=Pres|VerbForm=Part 3 ccomp 3:ccomp _ +10 having have VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 11 illusions illusion NOUN NNS Number=Plur 10 obj 10:obj _ 12 about about ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ @@ -32004,7 +32020,7 @@ 19 totally totally ADV RB _ 20 advmod 20:advmod _ 20 lawless lawless ADJ JJ Degree=Pos 21 amod 21:amod _ 21 environment environment NOUN NN Number=Sing 10 obl 10:obl:in SpaceAfter=No -22 . . PUNCT . _ 3 punct 3:punct _ +22 . . PUNCT . _ 10 punct 10:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0187 # text = It is trying to play ice hockey by sending a ballerina ice-skater into the ring or to knock out a heavyweight boxer by a chess player. @@ -32012,7 +32028,7 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 trying try VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ -5 play play VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +5 play play VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 ice ice NOUN NN Number=Sing 7 compound 7:compound _ 7 hockey hockey NOUN NN Number=Sing 5 obj 5:obj _ 8 by by SCONJ IN _ 9 mark 9:mark _ @@ -32020,14 +32036,14 @@ 10 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 11 ballerina ballerina NOUN NN Number=Sing 14 compound 14:compound _ 12 ice ice NOUN NN Number=Sing 14 compound 14:compound SpaceAfter=No -13 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No 14 skater skater NOUN NN Number=Sing 9 obj 9:obj _ 15 into into ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 ring ring NOUN NN Number=Sing 9 obl 9:obl:into _ 18 or or CCONJ CC _ 20 cc 20:cc _ 19 to to PART TO _ 20 mark 20:mark _ -20 knock knock VERB VB VerbForm=Inf 5 conj 3:ccomp|5:conj:or _ +20 knock knock VERB VB VerbForm=Inf 5 conj 3:xcomp|5:conj:or _ 21 out out ADP RP _ 20 compound:prt 20:compound:prt _ 22 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 23 heavyweight heavyweight NOUN NN Number=Sing 24 compound 24:compound _ @@ -32043,9 +32059,9 @@ 1 In in ADP IN _ 4 case 4:case _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 same same ADJ JJ Degree=Pos 4 amod 4:amod _ -4 way way NOUN NN Number=Sing 29 obl 8:mark|29:obl:in _ -5 that that ADV WRB PronType=Rel 8 mark 4:ref _ -6 no no DET DT _ 7 det 7:det _ +4 way way NOUN NN Number=Sing 29 obl 29:obl:in _ +5 that that SCONJ IN _ 8 mark 8:mark _ +6 no no DET DT PronType=Neg 7 det 7:det _ 7 country country NOUN NN Number=Sing 8 nsubj 8:nsubj _ 8 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ @@ -32053,17 +32069,17 @@ 11 against against SCONJ IN _ 13 mark 13:mark _ 12 cannibals cannibal NOUN NNS Number=Plur 13 nsubj 13:nsubj _ 13 eating eat VERB VBG VerbForm=Ger 10 acl 10:acl:against _ -14 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +14 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 15 prime prime ADJ JJ Degree=Pos 16 amod 16:amod _ 16 minister minister NOUN NN Number=Sing 13 obj 13:obj SpaceAfter=No -17 , , PUNCT , _ 8 punct 8:punct _ +17 , , PUNCT , _ 23 punct 23:punct _ 18 because because SCONJ IN _ 23 mark 23:mark _ -19 such such DET PDT _ 21 det:predet 21:det:predet _ +19 such such DET PDT PronType=Ind 21 det:predet 21:det:predet _ 20 an a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 21 act act NOUN NN Number=Sing 23 nsubj 23:nsubj _ 22 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ 23 unthinkable unthinkable ADJ JJ Degree=Pos 8 advcl 8:advcl:because SpaceAfter=No -24 , , PUNCT , _ 29 punct 29:punct _ +24 , , PUNCT , _ 4 punct 4:punct _ 25 international international ADJ JJ Degree=Pos 26 amod 26:amod _ 26 law law NOUN NN Number=Sing 29 nsubj 29:nsubj _ 27 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 29 aux 29:aux _ @@ -32077,15 +32093,15 @@ 35 mosques mosque NOUN NNS Number=Plur 33 conj 31:obl:from|33:conj:and _ 36 and and CCONJ CC _ 37 cc 37:cc _ 37 ambulances ambulance NOUN NNS Number=Plur 33 conj 31:obl:from|33:conj:and SpaceAfter=No -38 , , PUNCT , _ 31 punct 31:punct _ +38 , , PUNCT , _ 41 punct 41:punct _ 39 while while SCONJ IN _ 41 mark 41:mark _ 40 being be AUX VBG VerbForm=Ger 41 aux:pass 41:aux:pass _ 41 protected protect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 31 advcl 31:advcl:while _ 42 by by ADP IN _ 44 case 44:case _ -43 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 44 nmod:poss 44:nmod:poss _ -44 Government government NOUN NN Number=Sing 41 obl 41:obl:by _ +43 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 44 nmod:poss 44:nmod:poss _ +44 Government government NOUN NN Number=Sing 41 obl:agent 41:obl:agent _ 45 or or CCONJ CC _ 46 cc 46:cc _ -46 society society NOUN NN Number=Sing 44 conj 41:obl:by|44:conj:or SpaceAfter=No +46 society society NOUN NN Number=Sing 44 conj 41:obl:agent|44:conj:or SpaceAfter=No 47 . . PUNCT . _ 29 punct 29:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0189 @@ -32095,10 +32111,10 @@ 3 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 know know VERB VB VerbForm=Inf 0 root 0:root _ -6 how how SCONJ WRB PronType=Int 8 mark 8:mark _ +6 how how ADV WRB PronType=Int 8 advmod 8:advmod _ 7 to to PART TO _ 8 mark 8:mark _ 8 handle handle VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ -9 someone someone PRON NN Number=Sing 8 obj 8:obj|11:nsubj|17:nsubj|21:nsubj|28:nsubj _ +9 someone someone PRON NN Number=Sing|PronType=Ind 8 obj 8:obj|11:nsubj|17:nsubj|21:nsubj|28:nsubj _ 10 who who PRON WP PronType=Rel 11 nsubj 9:ref _ 11 sends send VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 12 children child NOUN NNS Number=Plur 11 obj 11:obj _ @@ -32125,7 +32141,7 @@ 32 sheltered shelter VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 28 advcl 28:advcl:because _ 33 by by ADP IN _ 35 case 35:case _ 34 a a DET DT Definite=Ind|PronType=Art 35 det 35:det _ -35 Government government NOUN NN Number=Sing 32 obl 32:obl:by SpaceAfter=No +35 Government government NOUN NN Number=Sing 32 obl:agent 32:obl:agent SpaceAfter=No 36 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0190 @@ -32135,7 +32151,7 @@ 3 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 know know VERB VB VerbForm=Inf 0 root 0:root _ -6 how how SCONJ WRB PronType=Int 8 mark 8:mark _ +6 how how ADV WRB PronType=Int 8 advmod 8:advmod _ 7 to to PART TO _ 8 mark 8:mark _ 8 deal deal VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ 9 with with ADP IN _ 11 case 11:case _ @@ -32151,13 +32167,13 @@ 19 hosted host VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl:relcl 11:acl:relcl _ 20 by by ADP IN _ 22 case 22:case _ 21 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ -22 country country NOUN NN Number=Sing 19 obl 19:obl:by|25:nsubj|27:nsubj:xsubj|32:nsubj|36:nsubj:xsubj SpaceAfter=No -23 , , PUNCT , _ 22 punct 22:punct _ +22 country country NOUN NN Number=Sing 19 obl:agent 19:obl:agent|25:nsubj|27:nsubj:xsubj|32:nsubj|36:nsubj:xsubj SpaceAfter=No +23 , , PUNCT , _ 25 punct 25:punct _ 24 which which PRON WDT PronType=Rel 25 nsubj 22:ref _ 25 pretends pretend VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 acl:relcl 22:acl:relcl _ 26 to to PART TO _ 27 mark 27:mark _ 27 condemn condemn VERB VB VerbForm=Inf 25 xcomp 25:xcomp _ -28 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +28 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ 29 acts act NOUN NNS Number=Plur 27 obj 27:obj _ 30 or or CCONJ CC _ 32 cc 32:cc _ 31 just just ADV RB _ 32 advmod 32:advmod _ @@ -32175,54 +32191,54 @@ # text = The amazing thing is that all of these crooks demand protection under international law, and define all those who attack them as "war criminals," with some Western media repeating the allegations. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 amazing amazing ADJ JJ Degree=Pos 3 amod 3:amod _ -3 thing thing NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 thing thing NOUN NN Number=Sing 10 nsubj:outer 10:nsubj:outer|17:nsubj:outer _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 5 that that SCONJ IN _ 10 mark 10:mark _ -6 all all DET DT _ 10 nsubj 10:nsubj|17:nsubj _ +6 all all DET DT PronType=Tot 10 nsubj 10:nsubj|17:nsubj _ 7 of of ADP IN _ 9 case 9:case _ 8 these this DET DT Number=Plur|PronType=Dem 9 det 9:det _ 9 crooks crook NOUN NNS Number=Plur 6 nmod 6:nmod:of _ -10 demand demand VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +10 demand demand VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 11 protection protection NOUN NN Number=Sing 10 obj 10:obj _ 12 under under ADP IN _ 14 case 14:case _ 13 international international ADJ JJ Degree=Pos 14 amod 14:amod _ 14 law law NOUN NN Number=Sing 10 obl 10:obl:under SpaceAfter=No 15 , , PUNCT , _ 17 punct 17:punct _ 16 and and CCONJ CC _ 17 cc 17:cc _ -17 define define VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 conj 4:ccomp|10:conj:and _ -18 all all DET PDT _ 19 det:predet 19:det:predet _ -19 those that DET DT Number=Plur|PronType=Dem 17 obj 17:obj|21:nsubj _ +17 define define VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 conj 0:root|10:conj:and _ +18 all all DET PDT PronType=Tot 19 det:predet 19:det:predet _ +19 those that PRON DT Number=Plur|PronType=Dem 17 obj 17:obj|21:nsubj _ 20 who who PRON WP PronType=Rel 21 nsubj 19:ref _ -21 attack attack VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ +21 attack attack VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ 22 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 21 obj 21:obj _ 23 as as ADP IN _ 26 case 26:case _ 24 " " PUNCT `` _ 26 punct 26:punct SpaceAfter=No 25 war war NOUN NN Number=Sing 26 compound 26:compound _ 26 criminals criminal NOUN NNS Number=Plur 17 obl 17:obl:as SpaceAfter=No -27 , , PUNCT , _ 17 punct 17:punct SpaceAfter=No -28 " " PUNCT '' _ 17 punct 17:punct _ +27 , , PUNCT , _ 26 punct 26:punct SpaceAfter=No +28 " " PUNCT '' _ 26 punct 26:punct _ 29 with with SCONJ IN _ 33 mark 33:mark _ -30 some some DET DT _ 32 det 32:det _ +30 some some DET DT PronType=Ind 32 det 32:det _ 31 Western western ADJ JJ Degree=Pos 32 amod 32:amod _ 32 media media NOUN NN Number=Sing 33 nsubj 33:nsubj _ 33 repeating repeat VERB VBG VerbForm=Ger 17 advcl 17:advcl:with _ 34 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ 35 allegations allegation NOUN NNS Number=Plur 33 obj 33:obj SpaceAfter=No -36 . . PUNCT . _ 4 punct 4:punct _ +36 . . PUNCT . _ 10 punct 10:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0192 # text = The good news is that all of this is temporary, because the evolution of international law has always adapted itself to reality. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 good good ADJ JJ Degree=Pos 3 amod 3:amod _ -3 news news NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 news news NOUN NN Number=Sing 10 nsubj:outer 10:nsubj:outer _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 5 that that SCONJ IN _ 10 mark 10:mark _ -6 all all DET DT _ 10 nsubj 10:nsubj _ +6 all all DET DT PronType=Tot 10 nsubj 10:nsubj _ 7 of of ADP IN _ 8 case 8:case _ 8 this this PRON DT Number=Sing|PronType=Dem 6 nmod 6:nmod:of _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ -10 temporary temporary ADJ JJ Degree=Pos 4 ccomp 4:ccomp SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +10 temporary temporary ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No +11 , , PUNCT , _ 20 punct 20:punct _ 12 because because SCONJ IN _ 20 mark 20:mark _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 evolution evolution NOUN NN Number=Sing 20 nsubj 20:nsubj _ @@ -32235,7 +32251,7 @@ 21 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs|Reflex=Yes 20 obj 20:obj _ 22 to to ADP IN _ 23 case 23:case _ 23 reality reality NOUN NN Number=Sing 20 obl 20:obl:to SpaceAfter=No -24 . . PUNCT . _ 4 punct 4:punct _ +24 . . PUNCT . _ 10 punct 10:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0193 # text = The punishment for suicide murder should be death or arrest before the murder, not during and not after. @@ -32263,16 +32279,16 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0194 # text = After every world war, the rules of international law have changed, and the same will happen after the present one. 1 After after ADP IN _ 4 case 4:case _ -2 every every DET DT _ 4 det 4:det _ +2 every every DET DT PronType=Tot 4 det 4:det _ 3 world world NOUN NN Number=Sing 4 compound 4:compound _ 4 war war NOUN NN Number=Sing 12 obl 12:obl:after SpaceAfter=No -5 , , PUNCT , _ 12 punct 12:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 rules rule NOUN NNS Number=Plur 12 nsubj 12:nsubj _ 8 of of ADP IN _ 10 case 10:case _ 9 international international ADJ JJ Degree=Pos 10 amod 10:amod _ 10 law law NOUN NN Number=Sing 7 nmod 7:nmod:of _ -11 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 changed change VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No 13 , , PUNCT , _ 18 punct 18:punct _ 14 and and CCONJ CC _ 18 cc 18:cc _ @@ -32293,7 +32309,7 @@ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 twilight twilight NOUN NN Number=Sing 5 compound 5:compound _ 5 zone zone NOUN NN Number=Sing 13 obl 13:obl:during SpaceAfter=No -6 , , PUNCT , _ 13 punct 13:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 lot lot NOUN NN Number=Sing 13 nsubj:pass 13:nsubj:pass _ 9 of of ADP IN _ 10 case 10:case _ @@ -32308,7 +32324,7 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 picture picture NOUN NN Number=Sing 8 nsubj 8:nsubj _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 described describe VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 described describe VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 here here ADV RB PronType=Dem 4 advmod 4:advmod _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 not not PART RB _ 8 advmod 8:advmod _ @@ -32331,7 +32347,7 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 short short ADJ JJ Degree=Pos 4 amod 4:amod _ 4 run run NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No -5 , , PUNCT , _ 6 punct 6:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 only only ADV RB _ 7 advmod 7:advmod _ 7 fight fight VERB VB VerbForm=Inf 0 root 0:root _ 8 and and CCONJ CC _ 9 cc 9:cc _ @@ -32344,7 +32360,7 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 long long ADJ JJ Degree=Pos 4 amod 4:amod _ 4 run run NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No -5 , , PUNCT , _ 6 punct 6:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 only only ADV RB _ 7 advmod 7:advmod _ 7 educate educate VERB VB VerbForm=Inf 0 root 0:root _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -32364,8 +32380,8 @@ 2 inner inner ADJ JJ Degree=Pos 3 amod 3:amod _ 3 circles circle NOUN NNS Number=Plur 8 nsubj:pass 8:nsubj:pass _ 4 can can AUX MD VerbForm=Fin 8 aux 8:aux _ -5 and and CCONJ CC _ 8 cc 8:cc _ -6 must must AUX MD VerbForm=Fin 8 aux 8:aux _ +5 and and CCONJ CC _ 6 cc 6:cc _ +6 must must AUX MD VerbForm=Fin 4 conj 4:conj:and _ 7 be be AUX VB VerbForm=Inf 8 aux:pass 8:aux:pass _ 8 destroyed destroy VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 9 by by ADP IN _ 10 case 10:case _ @@ -32390,7 +32406,7 @@ # text = Here we need financial starvation of the organizing elite, more power to women, more education, counter-propaganda, boycott whenever feasible and access to Western media, internet and the international scene. 1 Here here ADV RB PronType=Dem 3 advmod 3:advmod _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 financial financial ADJ JJ Degree=Pos 5 amod 5:amod _ 5 starvation starvation NOUN NN Number=Sing 3 obj 3:obj _ 6 of of ADP IN _ 9 case 9:case _ @@ -32409,7 +32425,7 @@ 19 counter-propaganda counter-propaganda NOUN NN Number=Sing 5 conj 3:obj|5:conj:and SpaceAfter=No 20 , , PUNCT , _ 21 punct 21:punct _ 21 boycott boycott NOUN NN Number=Sing 5 conj 3:obj|5:conj:and _ -22 whenever whenever SCONJ WRB PronType=Int 23 mark 23:mark _ +22 whenever whenever ADV WRB PronType=Int 23 advmod 23:advmod _ 23 feasible feasible ADJ JJ Degree=Pos 21 acl 21:acl _ 24 and and CCONJ CC _ 25 cc 25:cc _ 25 access access NOUN NN Number=Sing 5 conj 3:obj|5:conj:and _ @@ -32427,10 +32443,10 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0203 # text = Above all, we need a total absolute unity and determination of the civilized world against all three circles of evil. 1 Above above ADP IN _ 2 case 2:case _ -2 all all DET DT _ 5 obl 5:obl:above SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +2 all all DET DT PronType=Tot 5 obl 5:obl:above SpaceAfter=No +3 , , PUNCT , _ 2 punct 2:punct _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 7 total total ADJ JJ Degree=Pos 9 amod 9:amod _ 8 absolute absolute ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -32442,8 +32458,8 @@ 14 civilized civilized ADJ JJ Degree=Pos 15 amod 15:amod _ 15 world world NOUN NN Number=Sing 9 nmod 9:nmod:of _ 16 against against ADP IN _ 19 case 19:case _ -17 all all DET DT _ 19 det 19:det _ -18 three three NUM CD NumType=Card 19 nummod 19:nummod _ +17 all all DET DT PronType=Tot 19 det 19:det _ +18 three three NUM CD NumForm=Word|NumType=Card 19 nummod 19:nummod _ 19 circles circle NOUN NNS Number=Plur 9 nmod 9:nmod:against _ 20 of of ADP IN _ 21 case 21:case _ 21 evil evil NOUN NN Number=Sing 19 nmod 19:nmod:of SpaceAfter=No @@ -32452,16 +32468,16 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0204 # text = Allow me, for a moment, to depart from my alleged role as a taxi driver and return to science. 1 Allow allow VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 1 obj 1:obj|9:nsubj:xsubj|19:nsubj:xsubj SpaceAfter=No +2 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 1 iobj 1:iobj|9:nsubj:xsubj|19:nsubj:xsubj SpaceAfter=No 3 , , PUNCT , _ 9 punct 9:punct _ 4 for for ADP IN _ 6 case 6:case _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 moment moment NOUN NN Number=Sing 9 obl 9:obl:for SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 to to PART TO _ 9 mark 9:mark _ 9 depart depart VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 10 from from ADP IN _ 13 case 13:case _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 12 alleged alleged ADJ JJ Degree=Pos 13 amod 13:amod _ 13 role role NOUN NN Number=Sing 9 obl 9:obl:from _ 14 as as ADP IN _ 17 case 17:case _ @@ -32476,19 +32492,19 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0205 # text = When you have a malignant tumor, you may remove the tumor itself surgically. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:when _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:when _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 malignant malignant ADJ JJ Degree=Pos 6 amod 6:amod _ 6 tumor tumor NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ 9 may may AUX MD VerbForm=Fin 10 aux 10:aux _ 10 remove remove VERB VB VerbForm=Inf 0 root 0:root _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 tumor tumor NOUN NN Number=Sing 10 obj 10:obj _ -13 itself itself PRON PRP Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nmod:npmod 12:nmod:npmod _ +13 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Emp|Reflex=Yes 12 nmod:npmod 12:nmod:npmod _ 14 surgically surgically ADV RB _ 10 advmod 10:advmod SpaceAfter=No 15 . . PUNCT . _ 10 punct 10:punct _ @@ -32512,7 +32528,7 @@ 16 of of ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 body body NOUN NN Number=Sing 15 nmod 15:nmod:of SpaceAfter=No -19 , , PUNCT , _ 7 punct 7:punct _ +19 , , PUNCT , _ 21 punct 21:punct _ 20 thereby thereby ADV RB _ 21 advmod 21:advmod _ 21 preventing prevent VERB VBG VerbForm=Ger 7 advcl 7:advcl _ 22 new new ADJ JJ Degree=Pos 24 amod 24:amod _ @@ -32529,41 +32545,41 @@ # text = If you want to be sure, it is best to do both. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|6:nsubj:xsubj _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ 4 to to PART TO _ 6 mark 6:mark _ 5 be be AUX VB VerbForm=Inf 6 cop 6:cop _ 6 sure sure ADJ JJ Degree=Pos 3 xcomp 3:xcomp SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 expl 10:expl _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ -10 best best ADJ JJS Degree=Sup 0 root 0:root _ +10 best good ADJ JJS Degree=Sup 0 root 0:root _ 11 to to PART TO _ 12 mark 12:mark _ 12 do do VERB VB VerbForm=Inf 10 csubj 10:csubj _ -13 both both DET DT _ 12 obj 12:obj SpaceAfter=No +13 both both DET DT PronType=Tot 12 obj 12:obj SpaceAfter=No 14 . . PUNCT . _ 10 punct 10:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0208 # newpar id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-p0013 # text = But before you fight and win, by force or otherwise, you have to realize that you are in a war, and this may take Europe a few more years. -1 But but CCONJ CC _ 27 cc 27:cc _ +1 But but CCONJ CC _ 14 cc 14:cc _ 2 before before SCONJ IN _ 4 mark 4:mark _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj|6:nsubj _ -4 fight fight VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:before _ +4 fight fight VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:before _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 win win VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and|14:advcl:before SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +6 win win VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and|14:advcl:before SpaceAfter=No +7 , , PUNCT , _ 9 punct 9:punct _ 8 by by ADP IN _ 9 case 9:case _ 9 force force NOUN NN Number=Sing 6 obl 6:obl:by _ 10 or or CCONJ CC _ 11 cc 11:cc _ 11 otherwise otherwise ADV RB _ 9 conj 6:obl:by|9:conj:or SpaceAfter=No -12 , , PUNCT , _ 14 punct 14:punct _ +12 , , PUNCT , _ 4 punct 4:punct _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj|16:nsubj:xsubj _ -14 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +14 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 15 to to PART TO _ 16 mark 16:mark _ 16 realize realize VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 17 that that SCONJ IN _ 22 mark 22:mark _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ -19 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ +19 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 20 in in ADP IN _ 22 case 22:case _ 21 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 22 war war NOUN NN Number=Sing 16 ccomp 16:ccomp SpaceAfter=No @@ -32572,11 +32588,11 @@ 25 this this PRON DT Number=Sing|PronType=Dem 27 nsubj 27:nsubj _ 26 may may AUX MD VerbForm=Fin 27 aux 27:aux _ 27 take take VERB VB VerbForm=Inf 14 conj 14:conj:and _ -28 Europe Europe PROPN NNP Number=Sing 27 obj 27:obj _ +28 Europe Europe PROPN NNP Number=Sing 27 iobj 27:iobj _ 29 a a DET DT Definite=Ind|PronType=Art 32 det 32:det _ 30 few few ADJ JJ Degree=Pos 32 amod 32:amod _ 31 more more ADJ JJR Degree=Cmp 32 amod 32:amod _ -32 years year NOUN NNS Number=Plur 27 obl:tmod 27:obl:tmod SpaceAfter=No +32 years year NOUN NNS Number=Plur 27 obj 27:obj SpaceAfter=No 33 . . PUNCT . _ 14 punct 14:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0209 @@ -32584,21 +32600,21 @@ 1 In in ADP IN _ 4 mark 4:mark _ 2 order order NOUN NN Number=Sing 1 fixed 1:fixed _ 3 to to PART TO _ 4 mark 4:mark _ -4 win win VERB VB VerbForm=Inf 8 advmod 8:advmod SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +4 win win VERB VB VerbForm=Inf 8 advcl 8:advcl SpaceAfter=No +5 , , PUNCT , _ 4 punct 4:punct _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 expl 8:expl _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 necessary necessary ADJ JJ Degree=Pos 0 root 0:root _ 9 to to PART TO _ 11 mark 11:mark _ -10 first first ADV RB _ 11 advmod 11:advmod _ +10 first first ADV RB NumForm=Word|NumType=Ord 11 advmod 11:advmod _ 11 eliminate eliminate VERB VB VerbForm=Inf 8 csubj 8:csubj _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 terrorist terrorist ADJ JJ Degree=Pos 14 amod 14:amod _ 14 regimes regime NOUN NNS Number=Plur 11 obj 11:obj SpaceAfter=No -15 , , PUNCT , _ 11 punct 11:punct _ +15 , , PUNCT , _ 24 punct 24:punct _ 16 so so SCONJ IN _ 24 mark 24:mark _ 17 that that SCONJ IN _ 16 fixed 16:fixed _ -18 no no DET DT _ 19 det 19:det _ +18 no no DET DT PronType=Neg 19 det 19:det _ 19 Government government NOUN NN Number=Sing 24 nsubj 24:nsubj _ 20 in in ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ @@ -32617,7 +32633,7 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0210 # text = I do not want to comment here on whether the American-led attack on Iraq was justified from the point of view of weapons of mass destruction or any other pre-war argument, but I can look at the post-war map of Western Asia. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 want want VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ @@ -32626,9 +32642,9 @@ 8 on on SCONJ IN _ 18 mark 18:mark _ 9 whether whether SCONJ IN _ 18 mark 18:mark _ 10 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -11 American american ADJ JJ Degree=Pos 13 compound 13:compound SpaceAfter=No -12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No -13 led lead VERB VBN Tense=Past|VerbForm=Part 14 amod 14:amod _ +11 American American ADJ JJ Degree=Pos 13 compound 13:compound SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +13 led lead VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 amod 14:amod _ 14 attack attack NOUN NN Number=Sing 18 nsubj 18:nsubj _ 15 on on ADP IN _ 16 case 16:case _ 16 Iraq Iraq PROPN NNP Number=Sing 14 nmod 14:nmod:on _ @@ -32645,7 +32661,7 @@ 27 mass mass ADJ JJ Degree=Pos 28 amod 28:amod _ 28 destruction destruction NOUN NN Number=Sing 25 nmod 25:nmod:of _ 29 or or CCONJ CC _ 33 cc 33:cc _ -30 any any DET DT _ 33 det 33:det _ +30 any any DET DT PronType=Ind 33 det 33:det _ 31 other other ADJ JJ Degree=Pos 33 amod 33:amod _ 32 pre-war pre-war ADJ JJ Degree=Pos 33 amod 33:amod _ 33 argument argument NOUN NN Number=Sing 25 conj 21:nmod:of|25:conj:or SpaceAfter=No @@ -32672,28 +32688,28 @@ 5 Iraq Iraq PROPN NNP Number=Sing 3 conj 3:conj:and|9:nsubj _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 Libya Libya PROPN NNP Number=Sing 3 conj 3:conj:and|9:nsubj _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 9 out out ADV RB _ 1 ccomp 1:ccomp SpaceAfter=No -10 , , PUNCT , _ 17 punct 17:punct _ -11 two two NUM CD NumType=Card 14 compound 14:compound _ -12 and and CCONJ CC _ 13 cc 13:cc _ +10 , , PUNCT , _ 1 punct 1:punct _ +11 two two NUM CD NumForm=Word|NumType=Card 16 nummod 16:nummod _ +12 and and CCONJ CC _ 14 cc 14:cc _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ -14 half half NOUN NN Number=Sing 16 nummod 16:nummod _ +14 half half NOUN NN Number=Sing|NumForm=Word|NumType=Frac 11 conj 11:conj:and _ 15 terrorist terrorist ADJ JJ Degree=Pos 16 amod 16:amod _ 16 states state NOUN NNS Number=Plur 17 nsubj 17:nsubj _ -17 remain remain VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +17 remain remain VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 18 : : PUNCT : _ 19 punct 19:punct _ 19 Iran Iran PROPN NNP Number=Sing 16 appos 16:appos SpaceAfter=No 20 , , PUNCT , _ 21 punct 21:punct _ 21 Syria Syria PROPN NNP Number=Sing 19 conj 16:appos|19:conj:and _ 22 and and CCONJ CC _ 23 cc 23:cc _ 23 Lebanon Lebanon PROPN NNP Number=Sing 19 conj 16:appos|19:conj:and SpaceAfter=No -24 , , PUNCT , _ 23 punct 23:punct _ +24 , , PUNCT , _ 26 punct 26:punct _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 26 latter latter ADJ JJ Degree=Pos 23 appos 23:appos _ 27 being be AUX VBG VerbForm=Ger 30 cop 30:cop _ 28 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ -29 Syrian syrian ADJ JJ Degree=Pos 30 amod 30:amod _ +29 Syrian Syrian ADJ JJ Degree=Pos 30 amod 30:amod _ 30 colony colony NOUN NN Number=Sing 26 advcl 26:advcl SpaceAfter=No 31 . . PUNCT . _ 19 punct 19:punct _ @@ -32721,17 +32737,17 @@ 8 Afghanistan Afghanistan PROPN NNP Number=Sing 6 nmod 6:nmod:of _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 Iraq Iraq PROPN NNP Number=Sing 8 conj 6:nmod:of|8:conj:and SpaceAfter=No -11 , , PUNCT , _ 19 punct 19:punct _ +11 , , PUNCT , _ 3 punct 3:punct _ 12 both both CCONJ CC _ 13 cc:preconj 13:cc:preconj _ 13 Iran Iran PROPN NNP Number=Sing 19 nsubj:pass 19:nsubj:pass _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 Syria Syria PROPN NNP Number=Sing 13 conj 13:conj:and|19:nsubj:pass _ -16 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux:pass 19:aux:pass _ +16 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 aux:pass 19:aux:pass _ 17 now now ADV RB _ 19 advmod 19:advmod _ 18 totally totally ADV RB _ 19 advmod 19:advmod _ 19 surrounded surround VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 20 by by ADP IN _ 21 case 21:case _ -21 territories territory NOUN NNS Number=Plur 19 obl 19:obl:by _ +21 territories territory NOUN NNS Number=Plur 19 obl:agent 19:obl:agent _ 22 unfriendly unfriendly ADJ JJ Degree=Pos 21 amod 21:amod _ 23 to to ADP IN _ 24 case 24:case _ 24 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 22 obl 22:obl:to SpaceAfter=No @@ -32743,18 +32759,18 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ 3 encircled encircle VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 by by ADP IN _ 5 case 5:case _ -5 Afghanistan Afghanistan PROPN NNP Number=Sing 3 obl 3:obl:by SpaceAfter=No -6 , , PUNCT , _ 3 punct 3:punct _ +5 Afghanistan Afghanistan PROPN NNP Number=Sing 3 obl:agent 3:obl:agent SpaceAfter=No +6 , , PUNCT , _ 10 punct 10:punct _ 7 by by ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 Gulf Gulf PROPN NNP Number=Sing 10 compound 10:compound _ -10 States States PROPN NNPS Number=Plur 3 obl 3:obl:by SpaceAfter=No +10 States State PROPN NNPS Number=Plur 5 conj 3:obl:agent|5:conj:and SpaceAfter=No 11 , , PUNCT , _ 12 punct 12:punct _ -12 Iraq Iraq PROPN NNP Number=Sing 10 conj 3:obl:by|10:conj:and _ +12 Iraq Iraq PROPN NNP Number=Sing 5 conj 3:obl:agent|5:conj:and _ 13 and and CCONJ CC _ 16 cc 16:cc _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -15 Moslem moslem ADJ JJ Degree=Pos 16 amod 16:amod _ -16 republics republic NOUN NNS Number=Plur 10 conj 3:obl:by|10:conj:and _ +15 Moslem Moslem ADJ JJ Degree=Pos 16 amod 16:amod _ +16 republics republic NOUN NNS Number=Plur 5 conj 3:obl:agent|5:conj:and _ 17 of of ADP IN _ 21 case 21:case _ 18 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 19 former former ADJ JJ Degree=Pos 21 amod 21:amod _ @@ -32768,13 +32784,13 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ 3 surrounded surround VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 by by ADP IN _ 5 case 5:case _ -5 Turkey Turkey PROPN NNP Number=Sing 3 obl 3:obl:by SpaceAfter=No +5 Turkey Turkey PROPN NNP Number=Sing 3 obl:agent 3:obl:agent SpaceAfter=No 6 , , PUNCT , _ 7 punct 7:punct _ -7 Iraq Iraq PROPN NNP Number=Sing 5 conj 3:obl:by|5:conj:and SpaceAfter=No +7 Iraq Iraq PROPN NNP Number=Sing 5 conj 3:obl:agent|5:conj:and SpaceAfter=No 8 , , PUNCT , _ 9 punct 9:punct _ -9 Jordan Jordan PROPN NNP Number=Sing 5 conj 3:obl:by|5:conj:and _ +9 Jordan Jordan PROPN NNP Number=Sing 5 conj 3:obl:agent|5:conj:and _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 Israel Israel PROPN NNP Number=Sing 5 conj 3:obl:by|5:conj:and SpaceAfter=No +11 Israel Israel PROPN NNP Number=Sing 5 conj 3:obl:agent|5:conj:and SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0216 @@ -32806,13 +32822,13 @@ 6 Iran Iran PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 so so ADV RB _ 9 advmod 9:advmod _ -9 active active ADJ JJ Degree=Pos 4 ccomp 4:ccomp _ +9 active active ADJ JJ Degree=Pos 4 csubj 4:csubj _ 10 in in SCONJ IN _ 11 mark 11:mark _ 11 trying try VERB VBG VerbForm=Ger 9 advcl 9:advcl:in _ 12 to to PART TO _ 13 mark 13:mark _ 13 incite incite VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ -15 Shiite shiite ADJ JJ Degree=Pos 16 amod 16:amod _ +15 Shiite Shiite ADJ JJ Degree=Pos 16 amod 16:amod _ 16 uprising uprising NOUN NN Number=Sing 13 obj 13:obj _ 17 in in ADP IN _ 18 case 18:case _ 18 Iraq Iraq PROPN NNP Number=Sing 13 obl 13:obl:in SpaceAfter=No @@ -32821,17 +32837,17 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0218 # text = I do not know if the American plan was actually to encircle both Iran and Syria, but that is the resulting situation. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 know know VERB VB VerbForm=Inf 0 root 0:root _ -5 if if SCONJ IN _ 9 mark 9:mark _ +5 if if SCONJ IN _ 12 mark 12:mark _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 American american ADJ JJ Degree=Pos 8 amod 8:amod _ -8 plan plan NOUN NN Number=Sing 9 nsubj 9:nsubj _ -9 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ -10 actually actually ADV RB _ 9 advmod 9:advmod _ +7 American American ADJ JJ Degree=Pos 8 amod 8:amod _ +8 plan plan NOUN NN Number=Sing 12 nsubj:outer 12:nsubj:outer _ +9 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 cop 12:cop _ +10 actually actually ADV RB _ 12 advmod 12:advmod _ 11 to to PART TO _ 12 mark 12:mark _ -12 encircle encircle VERB VB VerbForm=Inf 9 ccomp 9:ccomp _ +12 encircle encircle VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ 13 both both CCONJ CC _ 14 cc:preconj 14:cc:preconj _ 14 Iran Iran PROPN NNP Number=Sing 12 obj 12:obj _ 15 and and CCONJ CC _ 16 cc 16:cc _ @@ -32848,13 +32864,13 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0219 # text = In my humble opinion, the number one danger to the world today is Iran and its regime. 1 In in ADP IN _ 4 case 4:case _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 3 humble humble ADJ JJ Degree=Pos 4 amod 4:amod _ 4 opinion opinion NOUN NN Number=Sing 15 obl 15:obl:in SpaceAfter=No -5 , , PUNCT , _ 15 punct 15:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 7 number number NOUN NN Number=Sing 9 compound 9:compound _ -8 one one NUM CD NumType=Card 7 nummod 7:nummod _ +8 one one NUM CD NumForm=Word|NumType=Card 7 nummod 7:nummod _ 9 danger danger NOUN NN Number=Sing 15 nsubj 15:nsubj|18:nsubj _ 10 to to ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -32863,7 +32879,7 @@ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 15 Iran Iran PROPN NNP Number=Sing 0 root 0:root _ 16 and and CCONJ CC _ 18 cc 18:cc _ -17 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 regime regime NOUN NN Number=Sing 15 conj 15:conj:and SpaceAfter=No 19 . . PUNCT . _ 15 punct 15:punct _ @@ -32881,7 +32897,7 @@ 10 to to PART TO _ 11 mark 11:mark _ 11 expand expand VERB VB VerbForm=Inf 6 conj 4:acl:to|6:conj:and _ 12 in in ADP IN _ 14 case 14:case _ -13 all all DET DT _ 14 det 14:det _ +13 all all DET DT PronType=Tot 14 det 14:det _ 14 directions direction NOUN NNS Number=Plur 11 obl 11:obl:in SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ @@ -32923,10 +32939,10 @@ 13 too too ADV RB _ 14 advmod 14:advmod _ 14 many many ADJ JJ Degree=Pos 15 amod 15:amod _ 15 traces trace NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No -16 , , PUNCT , _ 7 punct 7:punct _ +16 , , PUNCT , _ 17 punct 17:punct _ 17 using use VERB VBG VerbForm=Ger 7 advcl 7:advcl _ -18 Iranian iranian ADJ JJ Degree=Pos 19 amod 19:amod _ -19 Embassies Embassies PROPN NNPS Number=Plur 17 obj 17:obj SpaceAfter=No +18 Iranian Iranian ADJ JJ Degree=Pos 19 amod 19:amod _ +19 Embassies embassy PROPN NNPS Number=Plur 17 obj 17:obj SpaceAfter=No 20 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0224 @@ -32943,27 +32959,27 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0225 # text = Its so-called moderates and conservatives play their own virtuoso version of the "good-cop versus bad-cop" game. -1 Its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +1 Its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 2 so so ADV RB _ 4 advmod 4:advmod SpaceAfter=No -3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No -4 called call VERB VBN Tense=Past|VerbForm=Part 5 amod 5:amod _ +3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No +4 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 amod 5:amod _ 5 moderates moderate NOUN NNS Number=Plur 8 nsubj 8:nsubj _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 conservatives conservative NOUN NNS Number=Plur 5 conj 5:conj:and|8:nsubj _ -8 play play VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +8 play play VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 10 own own ADJ JJ Degree=Pos 12 amod 12:amod _ -11 virtuoso virtuoso NOUN NN Number=Sing 12 compound 12:compound _ +11 virtuoso virtuoso ADJ JJ Degree=Pos 12 amod 12:amod _ 12 version version NOUN NN Number=Sing 8 obj 8:obj _ 13 of of ADP IN _ 24 case 24:case _ 14 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 15 " " PUNCT `` _ 18 punct 18:punct SpaceAfter=No 16 good good ADJ JJ Degree=Pos 18 amod 18:amod SpaceAfter=No -17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No 18 cop cop NOUN NN Number=Sing 24 compound 24:compound _ 19 versus versus ADP IN _ 22 case 22:case _ 20 bad bad ADJ JJ Degree=Pos 22 amod 22:amod SpaceAfter=No -21 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No +21 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No 22 cop cop NOUN NN Number=Sing 18 nmod 18:nmod:versus SpaceAfter=No 23 " " PUNCT '' _ 18 punct 18:punct _ 24 game game NOUN NN Number=Sing 12 nmod 12:nmod:of SpaceAfter=No @@ -32973,7 +32989,7 @@ # text = Iran sponsors Syrian terrorism, it is certainly behind much of the action in Iraq, it is fully funding the Hezbollah and, through it, the Palestinian Hamas and Islamic Jihad; it performed acts of terror at least in Europe and in South America and probably also in Uzbekistan and Saudi Arabia and it truly leads a multi-national terror consortium, which includes, as minor players, Syria, Lebanon and certain Shiite elements in Iraq. 1 Iran Iran PROPN NNP Number=Sing 2 nsubj 2:nsubj _ 2 sponsors sponsor VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 Syrian syrian ADJ JJ Degree=Pos 4 amod 4:amod _ +3 Syrian Syrian ADJ JJ Degree=Pos 4 amod 4:amod _ 4 terrorism terrorism NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No 5 , , PUNCT , _ 10 punct 10:punct _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ @@ -32994,24 +33010,24 @@ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 Hezbollah Hezbollah PROPN NNP Number=Sing 20 obj 20:obj _ 23 and and CCONJ CC _ 30 cc 30:cc SpaceAfter=No -24 , , PUNCT , _ 30 punct 30:punct _ +24 , , PUNCT , _ 23 punct 23:punct _ 25 through through ADP IN _ 26 case 26:case _ 26 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 30 nmod 30:nmod:through SpaceAfter=No -27 , , PUNCT , _ 30 punct 30:punct _ +27 , , PUNCT , _ 26 punct 26:punct _ 28 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ -29 Palestinian palestinian ADJ JJ Degree=Pos 30 amod 30:amod _ +29 Palestinian Palestinian ADJ JJ Degree=Pos 30 amod 30:amod _ 30 Hamas Hamas PROPN NNP Number=Sing 20 conj 20:conj:and _ 31 and and CCONJ CC _ 33 cc 33:cc _ -32 Islamic Islamic PROPN NNP Number=Sing 33 compound 33:compound _ +32 Islamic Islamic ADJ NNP Degree=Pos 33 amod 33:amod _ 33 Jihad Jihad PROPN NNP Number=Sing 30 conj 30:conj:and SpaceAfter=No -34 ; ; PUNCT , _ 2 punct 2:punct _ +34 ; ; PUNCT , _ 36 punct 36:punct _ 35 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 36 nsubj 36:nsubj _ -36 performed perform VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj _ +36 performed perform VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj _ 37 acts act NOUN NNS Number=Plur 36 obj 36:obj _ 38 of of ADP IN _ 39 case 39:case _ 39 terror terror NOUN NN Number=Sing 37 nmod 37:nmod:of _ -40 at at ADV RB _ 43 advmod 43:advmod _ -41 least least ADV RBS Degree=Sup 40 fixed 40:fixed _ +40 at at ADP IN ExtPos=ADV 43 advmod 43:advmod _ +41 least least ADJ JJS Degree=Sup 40 fixed 40:fixed _ 42 in in ADP IN _ 43 case 43:case _ 43 Europe Europe PROPN NNP Number=Sing 36 obl 36:obl:in _ 44 and and CCONJ CC _ 47 cc 47:cc _ @@ -33024,7 +33040,7 @@ 51 in in ADP IN _ 52 case 52:case _ 52 Uzbekistan Uzbekistan PROPN NNP Number=Sing 43 conj 36:obl:in|43:conj:and _ 53 and and CCONJ CC _ 55 cc 55:cc _ -54 Saudi Saudi PROPN NNP Number=Sing 55 compound 55:compound _ +54 Saudi Saudi ADJ NNP Degree=Pos 55 amod 55:amod _ 55 Arabia Arabia PROPN NNP Number=Sing 52 conj 52:conj:and _ 56 and and CCONJ CC _ 59 cc 59:cc _ 57 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 59 nsubj 59:nsubj _ @@ -33034,20 +33050,20 @@ 61 multi-national multi-national ADJ JJ Degree=Pos 63 amod 63:amod _ 62 terror terror NOUN NN Number=Sing 63 compound 63:compound _ 63 consortium consortium NOUN NN Number=Sing 59 obj 59:obj|66:nsubj SpaceAfter=No -64 , , PUNCT , _ 63 punct 63:punct _ +64 , , PUNCT , _ 66 punct 66:punct _ 65 which which PRON WDT PronType=Rel 66 nsubj 63:ref _ 66 includes include VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 63 acl:relcl 63:acl:relcl SpaceAfter=No -67 , , PUNCT , _ 66 punct 66:punct _ +67 , , PUNCT , _ 70 punct 70:punct _ 68 as as ADP IN _ 70 case 70:case _ 69 minor minor ADJ JJ Degree=Pos 70 amod 70:amod _ 70 players player NOUN NNS Number=Plur 66 obl 66:obl:as SpaceAfter=No -71 , , PUNCT , _ 66 punct 66:punct _ +71 , , PUNCT , _ 72 punct 72:punct _ 72 Syria Syria PROPN NNP Number=Sing 66 obj 66:obj SpaceAfter=No 73 , , PUNCT , _ 74 punct 74:punct _ 74 Lebanon Lebanon PROPN NNP Number=Sing 72 conj 66:obj|72:conj:and _ 75 and and CCONJ CC _ 78 cc 78:cc _ 76 certain certain ADJ JJ Degree=Pos 78 amod 78:amod _ -77 Shiite shiite ADJ JJ Degree=Pos 78 amod 78:amod _ +77 Shiite Shiite ADJ JJ Degree=Pos 78 amod 78:amod _ 78 elements element NOUN NNS Number=Plur 72 conj 66:obj|72:conj:and _ 79 in in ADP IN _ 80 case 80:case _ 80 Iraq Iraq PROPN NNP Number=Sing 78 nmod 78:nmod:in SpaceAfter=No @@ -33056,21 +33072,21 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0227 # text = Nevertheless, most European countries still trade with Iran, try to appease it and refuse to read the clear signals. 1 Nevertheless nevertheless ADV RB _ 7 advmod 7:advmod SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 most most ADJ JJS Degree=Sup 5 amod 5:amod _ -4 European european ADJ JJ Degree=Pos 5 amod 5:amod _ +4 European European ADJ JJ Degree=Pos 5 amod 5:amod _ 5 countries country NOUN NNS Number=Plur 7 nsubj 7:nsubj|11:nsubj|13:nsubj:xsubj|16:nsubj|18:nsubj:xsubj _ 6 still still ADV RB _ 7 advmod 7:advmod _ -7 trade trade VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 trade trade VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 with with ADP IN _ 9 case 9:case _ 9 Iran Iran PROPN NNP Number=Sing 7 obl 7:obl:with SpaceAfter=No 10 , , PUNCT , _ 11 punct 11:punct _ -11 try try VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 conj 7:conj:and _ +11 try try VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 conj 7:conj:and _ 12 to to PART TO _ 13 mark 13:mark _ 13 appease appease VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 14 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 obj 13:obj _ 15 and and CCONJ CC _ 16 cc 16:cc _ -16 refuse refuse VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 conj 7:conj:and _ +16 refuse refuse VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 conj 7:conj:and _ 17 to to PART TO _ 18 mark 18:mark _ 18 read read VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ @@ -33091,7 +33107,7 @@ 9 also also ADV RB _ 10 advmod 10:advmod _ 10 necessary necessary ADJ JJ Degree=Pos 0 root 0:root _ 11 to to PART TO _ 12 mark 12:mark _ -12 dry dry VERB VB VerbForm=Inf 10 advcl 10:advcl:to _ +12 dry dry VERB VB VerbForm=Inf 10 csubj 10:csubj _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 14 financial financial ADJ JJ Degree=Pos 15 amod 15:amod _ 15 resources resource NOUN NNS Number=Plur 12 obj 12:obj _ @@ -33115,7 +33131,7 @@ 10 differences difference NOUN NNS Number=Plur 7 obj 7:obj _ 11 between between ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -13 Sunni sunni ADJ JJ Degree=Pos 14 amod 14:amod _ +13 Sunni Sunni ADJ JJ Degree=Pos 14 amod 14:amod _ 14 terror terror NOUN NN Number=Sing 10 nmod 10:nmod:between _ 15 of of ADP IN _ 17 case 17:case _ 16 Al Al PROPN NNP Number=Sing 17 compound 17:compound _ @@ -33124,7 +33140,7 @@ 19 Hamas Hamas PROPN NNP Number=Sing 17 conj 14:nmod:of|17:conj:and _ 20 and and CCONJ CC _ 23 cc 23:cc _ 21 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -22 Shiite shiite ADJ JJ Degree=Pos 23 amod 23:amod _ +22 Shiite Shiite ADJ JJ Degree=Pos 23 amod 23:amod _ 23 terror terror NOUN NN Number=Sing 14 conj 10:nmod:between|14:conj:and _ 24 of of ADP IN _ 25 case 25:case _ 25 Hezbollah Hezbollah PROPN NNP Number=Sing 23 nmod 23:nmod:of SpaceAfter=No @@ -33132,25 +33148,25 @@ 27 Sadr Sadr PROPN NNP Number=Sing 25 conj 23:nmod:of|25:conj:and _ 28 and and CCONJ CC _ 33 cc 33:cc _ 29 other other ADJ JJ Degree=Pos 33 amod 33:amod _ -30 Iranian iranian ADJ JJ Degree=Pos 32 compound 32:compound SpaceAfter=No -31 - - PUNCT HYPH _ 32 punct 32:punct SpaceAfter=No -32 inspired inspire VERB VBN Tense=Past|VerbForm=Part 33 amod 33:amod _ +30 Iranian Iranian ADJ JJ Degree=Pos 32 compound 32:compound SpaceAfter=No +31 - - PUNCT HYPH _ 30 punct 30:punct SpaceAfter=No +32 inspired inspire VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 33 amod 33:amod _ 33 enterprises enterprise NOUN NNS Number=Plur 25 conj 23:nmod:of|25:conj:and SpaceAfter=No 34 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0230 # text = When it serves their business needs, all of them collaborate beautifully. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 expl 3:expl _ 3 serves serve VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:when _ -4 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 business business NOUN NN Number=Sing 6 compound 6:compound _ 6 needs need NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -7 , , PUNCT , _ 11 punct 11:punct _ -8 all all DET DT _ 11 nsubj 11:nsubj _ +7 , , PUNCT , _ 3 punct 3:punct _ +8 all all DET DT PronType=Tot 11 nsubj 11:nsubj _ 9 of of ADP IN _ 10 case 10:case _ 10 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 8 nmod 8:nmod:of _ -11 collaborate collaborate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +11 collaborate collaborate VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 12 beautifully beautifully ADV RB _ 11 advmod 11:advmod SpaceAfter=No 13 . . PUNCT . _ 11 punct 11:punct _ @@ -33161,7 +33177,7 @@ 3 crucial crucial ADJ JJ Degree=Pos 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 stop stop VERB VB VerbForm=Inf 3 csubj 3:csubj _ -6 Saudi saudi ADJ JJ Degree=Pos 10 amod 10:amod _ +6 Saudi Saudi ADJ JJ Degree=Pos 10 amod 10:amod _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 other other ADJ JJ Degree=Pos 6 conj 6:conj:and|10:amod _ 9 financial financial ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -33170,7 +33186,7 @@ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 outer outer ADJ JJ Degree=Pos 14 amod 14:amod _ 14 circle circle NOUN NN Number=Sing 10 nmod 10:nmod:of|21:nsubj SpaceAfter=No -15 , , PUNCT , _ 14 punct 14:punct _ +15 , , PUNCT , _ 21 punct 21:punct _ 16 which which PRON WDT PronType=Rel 21 nsubj 14:ref _ 17 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 18 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ @@ -33188,14 +33204,14 @@ 3 important important ADJ JJ Degree=Pos 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 monitor monitor VERB VB VerbForm=Inf 3 csubj 3:csubj _ -6 all all DET DT _ 7 det 7:det _ +6 all all DET DT PronType=Tot 7 det 7:det _ 7 donations donation NOUN NNS Number=Plur 5 obj 5:obj _ 8 from from ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 Western western ADJ JJ Degree=Pos 11 amod 11:amod _ 11 World world NOUN NN Number=Sing 7 nmod 7:nmod:from _ 12 to to ADP IN _ 14 case 14:case _ -13 Islamic islamic ADJ JJ Degree=Pos 14 amod 14:amod _ +13 Islamic Islamic ADJ JJ Degree=Pos 14 amod 14:amod _ 14 organizations organization NOUN NNS Number=Plur 7 nmod 7:nmod:to SpaceAfter=No 15 , , PUNCT , _ 17 punct 17:punct _ 16 to to PART TO _ 17 mark 17:mark _ @@ -33214,17 +33230,17 @@ 29 economic economic ADJ JJ Degree=Pos 30 amod 30:amod _ 30 measures measure NOUN NNS Number=Plur 26 obl 26:obl:with _ 31 to to ADP IN _ 34 case 34:case _ -32 any any DET DT _ 34 det 34:det _ +32 any any DET DT PronType=Ind 34 det 34:det _ 33 small small ADJ JJ Degree=Pos 34 amod 34:amod _ 34 sign sign NOUN NN Number=Sing 26 obl 26:obl:to _ 35 of of ADP IN _ 37 case 37:case _ 36 financial financial ADJ JJ Degree=Pos 37 amod 37:amod _ 37 aid aid NOUN NN Number=Sing 34 nmod 34:nmod:of _ 38 to to ADP IN _ 39 case 39:case _ -39 any any DET DT _ 37 nmod 37:nmod:to _ +39 any any DET DT PronType=Ind 37 nmod 37:nmod:to _ 40 of of ADP IN _ 43 case 43:case _ 41 the the DET DT Definite=Def|PronType=Art 43 det 43:det _ -42 three three NUM CD NumType=Card 43 nummod 43:nummod _ +42 three three NUM CD NumForm=Word|NumType=Card 43 nummod 43:nummod _ 43 circles circle NOUN NNS Number=Plur 39 nmod 39:nmod:of _ 44 of of ADP IN _ 45 case 45:case _ 45 terrorism terrorism NOUN NN Number=Sing 43 nmod 43:nmod:of SpaceAfter=No @@ -33253,7 +33269,7 @@ 19 Western western ADJ JJ Degree=Pos 20 amod 20:amod _ 20 media media NOUN NNS Number=Plur 17 obj 17:obj|22:nsubj _ 21 who who PRON WP PronType=Rel 22 nsubj 20:ref _ -22 collaborate collaborate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 acl:relcl 20:acl:relcl _ +22 collaborate collaborate VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 acl:relcl 20:acl:relcl _ 23 with with ADP IN _ 24 case 24:case _ 24 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 obl 22:obl:with _ 25 out out ADP IN _ 27 case 27:case _ @@ -33269,8 +33285,8 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0234 # text = Above all, never surrender to terror. 1 Above above ADP IN _ 2 case 2:case _ -2 all all DET DT _ 5 obl 5:obl:above SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +2 all all DET DT PronType=Tot 5 obl 5:obl:above SpaceAfter=No +3 , , PUNCT , _ 2 punct 2:punct _ 4 never never ADV RB _ 5 advmod 5:advmod _ 5 surrender surrender VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 6 to to ADP IN _ 7 case 7:case _ @@ -33279,8 +33295,8 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0235 # text = No one will ever know whether the recent elections in Spain would have yielded a different result, if not for the train bombings a few days earlier. -1 No no DET DT _ 2 det 2:det _ -2 one one NOUN NN Number=Sing 5 nsubj 5:nsubj _ +1 No no DET DT PronType=Neg 2 det 2:det _ +2 one one PRON NN Number=Sing|PronType=Neg 5 nsubj 5:nsubj _ 3 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 4 ever ever ADV RB _ 5 advmod 5:advmod _ 5 know know VERB VB VerbForm=Inf 0 root 0:root _ @@ -33296,9 +33312,9 @@ 15 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 16 different different ADJ JJ Degree=Pos 17 amod 17:amod _ 17 result result NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No -18 , , PUNCT , _ 14 punct 14:punct _ +18 , , PUNCT , _ 24 punct 24:punct _ 19 if if SCONJ IN _ 24 mark 24:mark _ -20 not not ADV RB _ 24 advmod 24:advmod _ +20 not not PART RB _ 24 advmod 24:advmod _ 21 for for ADP IN _ 24 case 24:case _ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 23 train train NOUN NN Number=Sing 24 compound 24:compound _ @@ -33306,7 +33322,7 @@ 25 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 26 few few ADJ JJ Degree=Pos 27 amod 27:amod _ 27 days day NOUN NNS Number=Plur 28 obl:npmod 28:obl:npmod _ -28 earlier earlier ADV RBR Degree=Cmp 24 advmod 24:advmod SpaceAfter=No +28 earlier early ADV RBR Degree=Cmp 24 advmod 24:advmod SpaceAfter=No 29 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0236 @@ -33322,33 +33338,33 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0237 # text = What matters is that the terrorists believe that they caused the result and that they won by driving Spain out of Iraq. 1 What what PRON WP PronType=Int 2 nsubj 2:nsubj _ -2 matters matter VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 csubj 3:csubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 matters matter VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 csubj:outer 7:csubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 that that SCONJ IN _ 7 mark 7:mark _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 terrorists terrorist NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -7 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +7 believe believe VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 that that SCONJ IN _ 10 mark 10:mark _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 caused cause VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 ccomp 7:ccomp _ +10 caused cause VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 ccomp 7:ccomp _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 result result NOUN NN Number=Sing 10 obj 10:obj _ 13 and and CCONJ CC _ 16 cc 16:cc _ 14 that that SCONJ IN _ 16 mark 16:mark _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -16 won win VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 conj 7:ccomp|10:conj:and _ +16 won win VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 10 conj 7:ccomp|10:conj:and _ 17 by by SCONJ IN _ 18 mark 18:mark _ 18 driving drive VERB VBG VerbForm=Ger 16 advcl 16:advcl:by _ 19 Spain Spain PROPN NNP Number=Sing 18 obj 18:obj _ 20 out out ADP IN _ 22 case 22:case _ 21 of of ADP IN _ 22 case 22:case _ 22 Iraq Iraq PROPN NNP Number=Sing 18 obl 18:obl:of SpaceAfter=No -23 . . PUNCT . _ 3 punct 3:punct _ +23 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0238 # text = The Spanish story will surely end up being extremely costly to other European countries, including France, who is now expelling inciting preachers and forbidding veils and including others who sent troops to Iraq. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 Spanish spanish ADJ JJ Degree=Pos 3 amod 3:amod _ +2 Spanish Spanish ADJ JJ Degree=Pos 3 amod 3:amod _ 3 story story NOUN NN Number=Sing 6 nsubj 6:nsubj|10:nsubj:xsubj _ 4 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 5 surely surely ADV RB _ 6 advmod 6:advmod _ @@ -33359,12 +33375,12 @@ 10 costly costly ADJ JJ Degree=Pos 6 xcomp 6:xcomp _ 11 to to ADP IN _ 14 case 14:case _ 12 other other ADJ JJ Degree=Pos 14 amod 14:amod _ -13 European european ADJ JJ Degree=Pos 14 amod 14:amod _ +13 European European ADJ JJ Degree=Pos 14 amod 14:amod _ 14 countries country NOUN NNS Number=Plur 10 obl 10:obl:to SpaceAfter=No -15 , , PUNCT , _ 14 punct 14:punct _ +15 , , PUNCT , _ 17 punct 17:punct _ 16 including include VERB VBG VerbForm=Ger 17 case 17:case _ -17 France France PROPN NNP Number=Sing 14 nmod 14:nmod:include|22:nsubj|26:nsubj SpaceAfter=No -18 , , PUNCT , _ 17 punct 17:punct _ +17 France France PROPN NNP Number=Sing 14 nmod 14:nmod:including|22:nsubj|26:nsubj SpaceAfter=No +18 , , PUNCT , _ 22 punct 22:punct _ 19 who who PRON WP PronType=Rel 22 nsubj 17:ref _ 20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ 21 now now ADV RB _ 22 advmod 22:advmod _ @@ -33378,7 +33394,7 @@ 29 including include VERB VBG VerbForm=Ger 30 case 30:case _ 30 others other NOUN NNS Number=Plur 17 conj 17:conj:and|32:nsubj _ 31 who who PRON WP PronType=Rel 32 nsubj 30:ref _ -32 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 30 acl:relcl 30:acl:relcl _ +32 sent send VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 30 acl:relcl 30:acl:relcl _ 33 troops troops NOUN NNS Number=Plur 32 obj 32:obj _ 34 to to ADP IN _ 35 case 35:case _ 35 Iraq Iraq PROPN NNP Number=Sing 32 obl 32:obl:to SpaceAfter=No @@ -33390,9 +33406,9 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 long long ADJ JJ Degree=Pos 4 amod 4:amod _ 4 run run NOUN NN Number=Sing 9 obl 9:obl:in SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 Spain Spain PROPN NNP Number=Sing 9 nsubj 9:nsubj _ -7 itself itself PRON PRP Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nmod:npmod 6:nmod:npmod _ +7 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Emp|Reflex=Yes 6 nmod:npmod 6:nmod:npmod _ 8 will will AUX MD VerbForm=Fin 9 aux 9:aux _ 9 pay pay VERB VB VerbForm=Inf 0 root 0:root _ 10 even even ADV RB _ 11 advmod 11:advmod _ @@ -33406,7 +33422,7 @@ 3 solution solution NOUN NN Number=Sing 7 nsubj 7:nsubj _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 5 democratic democratic ADJ JJ Degree=Pos 7 amod 7:amod _ -6 Arab arab ADJ JJ Degree=Pos 7 amod 7:amod _ +6 Arab Arab ADJ JJ Degree=Pos 7 amod 7:amod _ 7 world world NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 8 ? ? PUNCT . _ 7 punct 7:punct _ @@ -33417,7 +33433,7 @@ 2 by by ADP IN _ 3 case 3:case _ 3 democracy democracy NOUN NN Number=Sing 5 obl 5:obl:by _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 mean mean VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 67 advcl 67:advcl:if _ +5 mean mean VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 67 advcl 67:advcl:if _ 6 free free ADJ JJ Degree=Pos 7 amod 7:amod _ 7 elections election NOUN NNS Number=Plur 5 obj 5:obj _ 8 but but CCONJ CC _ 11 cc 11:cc _ @@ -33465,17 +33481,17 @@ 50 lawless lawless ADJ JJ Degree=Pos 51 amod 51:amod _ 51 behavior behavior NOUN NN Number=Sing 48 nmod 48:nmod:of _ 52 regarding regard VERB VBG VerbForm=Ger 53 case 53:case _ -53 hospitals hospital NOUN NNS Number=Plur 51 nmod 51:nmod:regard SpaceAfter=No +53 hospitals hospital NOUN NNS Number=Plur 51 nmod 51:nmod:regarding SpaceAfter=No 54 , , PUNCT , _ 55 punct 55:punct _ -55 places place NOUN NNS Number=Plur 53 conj 51:nmod:regard|53:conj:and _ +55 places place NOUN NNS Number=Plur 53 conj 51:nmod:regarding|53:conj:and _ 56 of of ADP IN _ 57 case 57:case _ 57 worship worship NOUN NN Number=Sing 55 nmod 55:nmod:of _ 58 and and CCONJ CC _ 59 cc 59:cc _ -59 children child NOUN NNS Number=Plur 53 conj 51:nmod:regard|53:conj:and SpaceAfter=No -60 , , PUNCT , _ 67 punct 67:punct _ +59 children child NOUN NNS Number=Plur 53 conj 51:nmod:regarding|53:conj:and SpaceAfter=No +60 , , PUNCT , _ 5 punct 5:punct _ 61 then then ADV RB PronType=Dem 67 advmod 67:advmod _ 62 yes yes INTJ UH _ 67 discourse 67:discourse SpaceAfter=No -63 , , PUNCT , _ 67 punct 67:punct _ +63 , , PUNCT , _ 62 punct 62:punct _ 64 democracy democracy NOUN NN Number=Sing 67 nsubj 67:nsubj _ 65 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 67 cop 67:cop _ 66 the the DET DT Definite=Def|PronType=Art 67 det 67:det _ @@ -33490,47 +33506,47 @@ 4 just just ADV RB _ 6 advmod 6:advmod _ 5 free free ADJ JJ Degree=Pos 6 amod 6:amod _ 6 elections election NOUN NNS Number=Plur 10 advcl 10:advcl:if SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 expl 10:expl _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 likely likely ADJ JJ Degree=Pos 0 root 0:root _ 11 that that SCONJ IN _ 18 mark 18:mark _ 12 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -13 most most ADV RBS _ 14 advmod 14:advmod _ +13 most most ADV RBS Degree=Sup 14 advmod 14:advmod _ 14 fanatic fanatic ADJ JJ Degree=Pos 15 amod 15:amod _ 15 regime regime NOUN NN Number=Sing 18 nsubj:pass 18:nsubj:pass _ 16 will will AUX MD VerbForm=Fin 18 aux 18:aux _ 17 be be AUX VB VerbForm=Inf 18 aux:pass 18:aux:pass _ 18 elected elect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 csubj 10:csubj SpaceAfter=No -19 , , PUNCT , _ 18 punct 18:punct _ +19 , , PUNCT , _ 21 punct 21:punct _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -21 one one NOUN NN Number=Sing 18 obj 18:obj|23:nmod:poss _ -22 whose whose PRON WP$ Poss=Yes|PronType=Int 23 nmod:poss 21:ref _ +21 one one NOUN NN Number=Sing 18 parataxis 18:parataxis|23:nmod:poss _ +22 whose whose PRON WP$ Poss=Yes|PronType=Rel 23 nmod:poss 21:ref _ 23 incitement incitement NOUN NN Number=Sing 29 nsubj 29:nsubj _ 24 and and CCONJ CC _ 25 cc 25:cc _ 25 fabrications fabrication NOUN NNS Number=Plur 23 conj 23:conj:and|29:nsubj _ -26 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 29 cop 29:cop _ +26 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 29 cop 29:cop _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ -28 most most ADV RBS _ 29 advmod 29:advmod _ +28 most most ADV RBS Degree=Sup 29 advmod 29:advmod _ 29 inflammatory inflammatory ADJ JJ Degree=Pos 21 acl:relcl 21:acl:relcl SpaceAfter=No 30 . . PUNCT . _ 10 punct 10:punct _ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0243 # text = We have seen it already in Algeria and, to a certain extent, in Turkey. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 seen see VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 already already ADV RB _ 3 advmod 3:advmod _ 6 in in ADP IN _ 7 case 7:case _ 7 Algeria Algeria PROPN NNP Number=Sing 3 obl 3:obl:in _ 8 and and CCONJ CC _ 16 cc 16:cc SpaceAfter=No -9 , , PUNCT , _ 16 punct 16:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10 to to ADP IN _ 13 case 13:case _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 certain certain ADJ JJ Degree=Pos 13 amod 13:amod _ 13 extent extent NOUN NN Number=Sing 16 nmod 16:nmod:to SpaceAfter=No -14 , , PUNCT , _ 16 punct 16:punct _ +14 , , PUNCT , _ 13 punct 13:punct _ 15 in in ADP IN _ 16 case 16:case _ 16 Turkey Turkey PROPN NNP Number=Sing 7 conj 3:obl:in|7:conj:and SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ @@ -33541,7 +33557,7 @@ 2 will will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 happen happen VERB VB VerbForm=Inf 0 root 0:root _ 4 again again ADV RB _ 3 advmod 3:advmod SpaceAfter=No -5 , , PUNCT , _ 3 punct 3:punct _ +5 , , PUNCT , _ 11 punct 11:punct _ 6 if if SCONJ IN _ 11 mark 11:mark _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 ground ground NOUN NN Number=Sing 11 nsubj:pass 11:nsubj:pass _ @@ -33558,23 +33574,23 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 other other ADJ JJ Degree=Pos 4 amod 4:amod _ 4 hand hand NOUN NN Number=Sing 20 obl 20:obl:on SpaceAfter=No -5 , , PUNCT , _ 20 punct 20:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 7 certain certain ADJ JJ Degree=Pos 9 amod 9:amod _ 8 transition transition NOUN NN Number=Sing 9 compound 9:compound _ 9 democracy democracy NOUN NN Number=Sing 20 nsubj 20:nsubj SpaceAfter=No -10 , , PUNCT , _ 20 punct 20:punct _ +10 , , PUNCT , _ 9 punct 9:punct _ 11 as as ADP IN _ 13 case 13:case _ 12 in in ADP IN _ 13 case 13:case _ 13 Jordan Jordan PROPN NNP Number=Sing 20 obl 20:obl:in SpaceAfter=No -14 , , PUNCT , _ 20 punct 20:punct _ +14 , , PUNCT , _ 13 punct 13:punct _ 15 may may AUX MD VerbForm=Fin 20 aux 20:aux _ 16 be be AUX VB VerbForm=Inf 20 cop 20:cop _ 17 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ -18 better better ADJ JJR Degree=Cmp 20 amod 20:amod _ +18 better good ADJ JJR Degree=Cmp 20 amod 20:amod _ 19 temporary temporary ADJ JJ Degree=Pos 20 amod 20:amod _ 20 solution solution NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -21 , , PUNCT , _ 20 punct 20:punct _ +21 , , PUNCT , _ 22 punct 22:punct _ 22 paving pave VERB VBG VerbForm=Ger 20 acl 20:acl _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 way way NOUN NN Number=Sing 22 obj 22:obj _ @@ -33582,18 +33598,18 @@ 26 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 27 real real ADJ JJ Degree=Pos 28 amod 28:amod _ 28 thing thing NOUN NN Number=Sing 22 obl 22:obl:for SpaceAfter=No -29 , , PUNCT , _ 20 punct 20:punct _ +29 , , PUNCT , _ 34 punct 34:punct _ 30 perhaps perhaps ADV RB _ 34 advmod 34:advmod _ 31 in in ADP IN _ 34 case 34:case _ 32 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ 33 same same ADJ JJ Degree=Pos 34 amod 34:amod _ -34 way way NOUN NN Number=Sing 20 obl 20:obl:in|42:advmod _ -35 that that ADV WRB PronType=Rel 42 advmod 34:ref _ +34 way way NOUN NN Number=Sing 20 obl 20:obl:in _ +35 that that SCONJ IN _ 42 mark 42:mark _ 36 an a DET DT Definite=Ind|PronType=Art 39 det 39:det _ 37 immediate immediate ADJ JJ Degree=Pos 39 amod 39:amod _ 38 sudden sudden ADJ JJ Degree=Pos 39 amod 39:amod _ 39 democracy democracy NOUN NN Number=Sing 42 nsubj 42:nsubj|49:nsubj _ -40 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 42 aux 42:aux _ +40 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 42 aux 42:aux _ 41 not not PART RB _ 42 advmod 42:advmod _ 42 work work VERB VB VerbForm=Inf 34 acl:relcl 34:acl:relcl _ 43 in in ADP IN _ 44 case 44:case _ @@ -33610,8 +33626,8 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0246 # text = I have no doubt that the civilized world will prevail. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 4 det 4:det _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 no no DET DT PronType=Neg 4 det 4:det _ 4 doubt doubt NOUN NN Number=Sing 2 obj 2:obj _ 5 that that SCONJ IN _ 10 mark 10:mark _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -33623,12 +33639,12 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0247 # text = But the longer it takes us to understand the new landscape of this war, the more costly and painful the victory will be. -1 But but CCONJ CC _ 20 cc 20:cc _ -2 the the DET DT Definite=Def|PronType=Art 3 mark 3:mark _ -3 longer longer ADV RBR Degree=Cmp 5 obj 5:obj _ +1 But but CCONJ CC _ 18 cc 18:cc _ +2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ +3 longer long ADV RBR Degree=Cmp 5 obj 5:obj _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 expl 5:expl _ -5 takes take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl _ -6 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 5 obj 5:obj _ +5 takes take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl _ +6 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 5 iobj 5:iobj _ 7 to to PART TO _ 8 mark 8:mark _ 8 understand understand VERB VB VerbForm=Inf 5 csubj 5:csubj _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ @@ -33637,9 +33653,9 @@ 12 of of ADP IN _ 14 case 14:case _ 13 this this DET DT Number=Sing|PronType=Dem 14 det 14:det _ 14 war war NOUN NN Number=Sing 11 nmod 11:nmod:of SpaceAfter=No -15 , , PUNCT , _ 18 punct 18:punct _ -16 the the DET DT Definite=Def|PronType=Art 17 mark 17:mark _ -17 more more ADV RBR _ 18 advmod 18:advmod _ +15 , , PUNCT , _ 5 punct 5:punct _ +16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ +17 more more ADV RBR Degree=Cmp 18 advmod 18:advmod _ 18 costly costly ADJ JJ Degree=Pos 0 root 0:root _ 19 and and CCONJ CC _ 20 cc 20:cc _ 20 painful painful ADJ JJ Degree=Pos 18 conj 18:conj:and _ @@ -33652,13 +33668,13 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0248 # text = Europe, more than any other region, is the key. 1 Europe Europe PROPN NNP Number=Sing 11 nsubj 11:nsubj SpaceAfter=No -2 , , PUNCT , _ 11 punct 11:punct _ -3 more more ADV RBR _ 11 advmod 11:advmod _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 more more ADV RBR Degree=Cmp 11 advmod 11:advmod _ 4 than than ADP IN _ 7 case 7:case _ -5 any any DET DT _ 7 det 7:det _ +5 any any DET DT PronType=Ind 7 det 7:det _ 6 other other ADJ JJ Degree=Pos 7 amod 7:amod _ 7 region region NOUN NN Number=Sing 3 obl 3:obl:than SpaceAfter=No -8 , , PUNCT , _ 11 punct 11:punct _ +8 , , PUNCT , _ 3 punct 3:punct _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 key key NOUN NN Number=Sing 0 root 0:root SpaceAfter=No @@ -33666,20 +33682,20 @@ # sent_id = weblog-blogspot.com_alaindewitt_20060924104100_ENG_20060924_104100-0249 # text = Its understandable recoil from wars, following the horrors of World War II, may cost thousands of additional innocent lives, before the tide will turn." -1 Its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 understandable understandable ADJ JJ Degree=Pos 3 amod 3:amod _ 3 recoil recoil NOUN NN Number=Sing 16 nsubj 16:nsubj _ 4 from from ADP IN _ 5 case 5:case _ 5 wars war NOUN NNS Number=Plur 3 nmod 3:nmod:from SpaceAfter=No -6 , , PUNCT , _ 3 punct 3:punct _ +6 , , PUNCT , _ 9 punct 9:punct _ 7 following follow VERB VBG VerbForm=Ger 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 horrors horror NOUN NNS Number=Plur 3 nmod 3:nmod:follow _ +9 horrors horror NOUN NNS Number=Plur 3 nmod 3:nmod:following _ 10 of of ADP IN _ 13 case 13:case _ -11 World World PROPN NNP Number=Sing 13 compound 13:compound _ -12 War War PROPN NNP Number=Sing 13 compound 13:compound _ -13 II II PROPN NNP Number=Sing 9 nmod 9:nmod:of SpaceAfter=No -14 , , PUNCT , _ 16 punct 16:punct _ +11 World World PROPN NNP Number=Sing 12 compound 12:compound _ +12 War War PROPN NNP Number=Sing 9 nmod 9:nmod:of _ +13 II II NUM CD NumForm=Roman|NumType=Card 12 nummod 12:nummod SpaceAfter=No +14 , , PUNCT , _ 3 punct 3:punct _ 15 may may AUX MD VerbForm=Fin 16 aux 16:aux _ 16 cost cost VERB VB VerbForm=Inf 0 root 0:root _ 17 thousands thousand NOUN NNS Number=Plur 16 obj 16:obj _ @@ -33687,7 +33703,7 @@ 19 additional additional ADJ JJ Degree=Pos 21 amod 21:amod _ 20 innocent innocent ADJ JJ Degree=Pos 21 amod 21:amod _ 21 lives life NOUN NNS Number=Plur 17 nmod 17:nmod:of SpaceAfter=No -22 , , PUNCT , _ 16 punct 16:punct _ +22 , , PUNCT , _ 27 punct 27:punct _ 23 before before SCONJ IN _ 27 mark 27:mark _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 tide tide NOUN NN Number=Sing 27 nsubj 27:nsubj _ @@ -33702,19 +33718,19 @@ # text = Zawahiri was associated with a faction of the Egyptian Islamic Jihad known as the Vanguards of Conquest. 1 Zawahiri Zawahiri PROPN NNP Number=Sing 3 nsubj:pass 3:nsubj:pass _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ -3 associated associate VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +3 associated associate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 with with ADP IN _ 6 case 6:case _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 faction faction NOUN NN Number=Sing 3 obl 3:obl:with _ 7 of of ADP IN _ 11 case 11:case _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -9 Egyptian Egyptian PROPN NNP Number=Sing 11 compound 11:compound _ -10 Islamic Islamic PROPN NNP Number=Sing 11 compound 11:compound _ +9 Egyptian Egyptian ADJ NNP Degree=Pos 11 amod 11:amod _ +10 Islamic Islamic ADJ NNP Degree=Pos 11 amod 11:amod _ 11 Jihad Jihad PROPN NNP Number=Sing 6 nmod 6:nmod:of _ -12 known know VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +12 known know VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 13 as as ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -15 Vanguards Vanguards PROPN NNPS Number=Plur 12 obl 12:obl:as _ +15 Vanguards Vanguard PROPN NNPS Number=Plur 12 obl 12:obl:as _ 16 of of ADP IN _ 17 case 17:case _ 17 Conquest Conquest PROPN NNP Number=Sing 15 nmod 15:nmod:of SpaceAfter=No 18 . . PUNCT . _ 3 punct 3:punct _ @@ -33724,10 +33740,10 @@ 1 Zawahiri Zawahiri PROPN NNP Number=Sing 8 nsubj 8:nsubj|10:nsubj:xsubj _ 2 and and CCONJ CC _ 4 cc 4:cc _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 Vanguards Vanguards PROPN NNPS Number=Plur 1 conj 1:conj:and|8:nsubj|10:nsubj:xsubj _ +4 Vanguards Vanguard PROPN NNPS Number=Plur 1 conj 1:conj:and|8:nsubj|10:nsubj:xsubj _ 5 of of ADP IN _ 6 case 6:case _ 6 Conquest Conquest PROPN NNP Number=Sing 4 nmod 4:nmod:of _ -7 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux 8:aux _ +7 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 8 seeking seek VERB VBG VerbForm=Ger 0 root 0:root _ 9 to to PART TO _ 10 mark 10:mark _ 10 recreate recreate VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ @@ -33745,32 +33761,32 @@ 21 violent violent ADJ JJ Degree=Pos 22 amod 22:amod _ 22 attacks attack NOUN NNS Number=Plur 13 nmod 13:nmod:through _ 23 on on ADP IN _ 25 case 25:case _ -24 Egyptian egyptian ADJ JJ Degree=Pos 25 amod 25:amod _ +24 Egyptian Egyptian ADJ JJ Degree=Pos 25 amod 25:amod _ 25 leaders leader NOUN NNS Number=Plur 22 nmod 22:nmod:on SpaceAfter=No 26 . . PUNCT . _ 8 punct 8:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0003 # text = By 1998, Zawahiri had determined that the Egyptian Islamic Jihad should focus on its struggle against the United States and hold off on further attacks against the Egyptian regime. 1 By by ADP IN _ 2 case 2:case _ -2 1998 1998 NUM CD NumType=Card 6 obl 6:obl:by SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +2 1998 1998 NUM CD NumForm=Digit|NumType=Card 6 obl 6:obl:by SpaceAfter=No +3 , , PUNCT , _ 2 punct 2:punct _ 4 Zawahiri Zawahiri PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -5 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +5 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 6 determined determine VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 7 that that SCONJ IN _ 13 mark 13:mark _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -9 Egyptian Egyptian PROPN NNP Number=Sing 11 compound 11:compound _ -10 Islamic Islamic PROPN NNP Number=Sing 11 compound 11:compound _ +9 Egyptian Egyptian ADJ NNP Degree=Pos 11 amod 11:amod _ +10 Islamic Islamic ADJ NNP Degree=Pos 11 amod 11:amod _ 11 Jihad Jihad PROPN NNP Number=Sing 13 nsubj 13:nsubj|22:nsubj _ 12 should should AUX MD VerbForm=Fin 13 aux 13:aux _ 13 focus focus VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ 14 on on ADP IN _ 16 case 16:case _ -15 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 struggle struggle NOUN NN Number=Sing 13 obl 13:obl:on _ 17 against against ADP IN _ 20 case 20:case _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -19 United United PROPN NNP Number=Sing 20 compound 20:compound _ -20 States States PROPN NNP Number=Sing 16 nmod 16:nmod:against _ +19 United United ADJ NNP Degree=Pos 20 amod 20:amod _ +20 States State PROPN NNPS Number=Plur 16 nmod 16:nmod:against _ 21 and and CCONJ CC _ 22 cc 22:cc _ 22 hold hold VERB VB VerbForm=Inf 13 conj 6:ccomp|13:conj:and _ 23 off off ADP RP _ 22 compound:prt 22:compound:prt _ @@ -33779,7 +33795,7 @@ 26 attacks attack NOUN NNS Number=Plur 22 obl 22:obl:on _ 27 against against ADP IN _ 30 case 30:case _ 28 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ -29 Egyptian egyptian ADJ JJ Degree=Pos 30 amod 30:amod _ +29 Egyptian Egyptian ADJ JJ Degree=Pos 30 amod 30:amod _ 30 regime regime NOUN NN Number=Sing 26 nmod 26:nmod:against SpaceAfter=No 31 . . PUNCT . _ 6 punct 6:punct _ @@ -33787,68 +33803,68 @@ # text = A key question is how they acquired the anthrax strain first isolated by the Texas Veterinary Medical Diagnostic Lab in 1980. 1 A a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 2 key key ADJ JJ Degree=Pos 3 amod 3:amod _ -3 question question NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 how how SCONJ WRB PronType=Int 7 mark 7:mark _ +3 question question NOUN NN Number=Sing 7 nsubj:outer 7:nsubj:outer _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +5 how how ADV WRB PronType=Int 7 advmod 7:advmod _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 acquired acquire VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +7 acquired acquire VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 anthrax anthrax NOUN NN Number=Sing 10 compound 10:compound _ 10 strain strain NOUN NN Number=Sing 7 obj 7:obj _ -11 first first ADV RB _ 12 advmod 12:advmod _ -12 isolated isolate VERB VBN Tense=Past|VerbForm=Part 10 acl 10:acl _ +11 first first ADV RB NumForm=Word|NumType=Ord 12 advmod 12:advmod _ +12 isolated isolate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 acl 10:acl _ 13 by by ADP IN _ 19 case 19:case _ 14 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 15 Texas Texas PROPN NNP Number=Sing 19 compound 19:compound _ -16 Veterinary Veterinary PROPN NNP Number=Sing 19 compound 19:compound _ -17 Medical Medical PROPN NNP Number=Sing 19 compound 19:compound _ -18 Diagnostic Diagnostic PROPN NNP Number=Sing 19 compound 19:compound _ -19 Lab Lab PROPN NNP Number=Sing 12 obl 12:obl:by _ +16 Veterinary Veterinary ADJ NNP Degree=Pos 19 amod 19:amod _ +17 Medical Medical ADJ NNP Degree=Pos 19 amod 19:amod _ +18 Diagnostic Diagnostic ADJ NNP Degree=Pos 19 amod 19:amod _ +19 Lab Lab PROPN NNP Number=Sing 12 obl:agent 12:obl:agent _ 20 in in ADP IN _ 21 case 21:case _ -21 1980 1980 NUM CD NumType=Card 12 obl 12:obl:in SpaceAfter=No -22 . . PUNCT . _ 4 punct 4:punct _ +21 1980 1980 NUM CD NumForm=Digit|NumType=Card 12 obl 12:obl:in SpaceAfter=No +22 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0005 # text = According to senior counter terrorism officials, both here and abroad, among the supporters of these militant islamists were people who blended into society and were available to act when another part of the network requested it. -1 According accord VERB VBG VerbForm=Ger 6 case 6:case _ -2 to to ADP IN _ 6 case 6:case _ +1 According accord VERB VBG ExtPos=ADP|VerbForm=Ger 6 case 6:case _ +2 to to ADP IN _ 1 fixed 1:fixed _ 3 senior senior ADJ JJ Degree=Pos 6 amod 6:amod _ 4 counter counter X AFX _ 5 compound 5:compound _ 5 terrorism terrorism NOUN NN Number=Sing 6 compound 6:compound _ -6 officials official NOUN NNS Number=Plur 20 obl 20:obl:to SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +6 officials official NOUN NNS Number=Plur 15 obl 15:obl:according_to SpaceAfter=No +7 , , PUNCT , _ 9 punct 9:punct _ 8 both both CCONJ CC _ 9 cc:preconj 9:cc:preconj _ 9 here here ADV RB PronType=Dem 6 advmod 6:advmod _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 abroad abroad ADV RB _ 9 conj 6:advmod|9:conj:and SpaceAfter=No -12 , , PUNCT , _ 20 punct 20:punct _ +12 , , PUNCT , _ 6 punct 6:punct _ 13 among among ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -15 supporters supporter NOUN NNS Number=Plur 20 obl 20:obl:among _ +15 supporters supporter NOUN NNS Number=Plur 0 root 0:root _ 16 of of ADP IN _ 19 case 19:case _ 17 these this DET DT Number=Plur|PronType=Dem 19 det 19:det _ 18 militant militant ADJ JJ Degree=Pos 19 amod 19:amod _ -19 islamists islamist NOUN NNS Number=Plur 15 nmod 15:nmod:of _ -20 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -21 people people NOUN NNS Number=Plur 20 nsubj 20:nsubj|23:nsubj|28:nsubj|30:nsubj:xsubj _ +19 islamists Islamist NOUN NNS Number=Plur 15 nmod 15:nmod:of _ +20 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ +21 people people NOUN NNS Number=Plur 15 nsubj 15:nsubj|23:nsubj|28:nsubj _ 22 who who PRON WP PronType=Rel 23 nsubj 21:ref _ -23 blended blend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 acl:relcl 21:acl:relcl _ +23 blended blend VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 21 acl:relcl 21:acl:relcl _ 24 into into ADP IN _ 25 case 25:case _ 25 society society NOUN NN Number=Sing 23 obl 23:obl:into _ 26 and and CCONJ CC _ 28 cc 28:cc _ -27 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 28 cop 28:cop _ +27 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 28 cop 28:cop _ 28 available available ADJ JJ Degree=Pos 23 conj 21:acl:relcl|23:conj:and _ 29 to to PART TO _ 30 mark 30:mark _ -30 act act VERB VB VerbForm=Inf 28 xcomp 28:xcomp _ -31 when when SCONJ WRB PronType=Int 37 mark 37:mark _ -32 another another DET DT _ 33 det 33:det _ +30 act act VERB VB VerbForm=Inf 28 advcl 28:advcl:to _ +31 when when ADV WRB PronType=Int 37 advmod 37:advmod _ +32 another another DET DT PronType=Ind 33 det 33:det _ 33 part part NOUN NN Number=Sing 37 nsubj 37:nsubj _ 34 of of ADP IN _ 36 case 36:case _ 35 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ 36 network network NOUN NN Number=Sing 33 nmod 33:nmod:of _ -37 requested request VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 30 advcl 30:advcl:when _ +37 requested request VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 30 advcl 30:advcl:when _ 38 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 37 obj 37:obj SpaceAfter=No -39 . . PUNCT . _ 20 punct 20:punct _ +39 . . PUNCT . _ 15 punct 15:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0006 # text = Al Qaeda, Anthrax and Ayman: Means, Motive, Modus Operandi and Opportunity @@ -33858,7 +33874,7 @@ 4 Anthrax Anthrax PROPN NNP Number=Sing 2 conj 2:conj:and _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 Ayman Ayman PROPN NNP Number=Sing 2 conj 2:conj:and SpaceAfter=No -7 : : PUNCT : _ 2 punct 2:punct _ +7 : : PUNCT : _ 8 punct 8:punct _ 8 Means means NOUN NNS Number=Plur 2 parataxis 2:parataxis SpaceAfter=No 9 , , PUNCT , _ 10 punct 10:punct _ 10 Motive motive NOUN NN Number=Sing 8 conj 8:conj:and SpaceAfter=No @@ -33878,20 +33894,20 @@ 1 In in ADP IN _ 3 case 3:case _ 2 early early ADJ JJ Degree=Pos 3 amod 3:amod _ 3 June June PROPN NNP Number=Sing 17 obl 17:obl:in _ -4 2003 2003 NUM CD NumType=Card 3 nummod 3:nummod SpaceAfter=No -5 , , PUNCT , _ 17 punct 17:punct _ +4 2003 2003 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No +5 , , PUNCT , _ 3 punct 3:punct _ 6 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ -7 Central Central PROPN NNP Number=Sing 9 compound 9:compound _ +7 Central Central ADJ NNP Degree=Pos 9 amod 9:amod _ 8 Intelligence Intelligence PROPN NNP Number=Sing 9 compound 9:compound _ -9 Agency Agency PROPN NNP Number=Sing 12 appos 12:appos _ +9 Agency Agency PROPN NNP Number=Sing 15 compound 15:compound _ 10 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No 11 " " PUNCT `` _ 12 punct 12:punct SpaceAfter=No -12 CIA CIA PROPN NNP Number=Sing 15 compound 15:compound SpaceAfter=No +12 CIA CIA PROPN NNP Number=Sing 9 appos 9:appos SpaceAfter=No 13 " " PUNCT '' _ 12 punct 12:punct SpaceAfter=No 14 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 15 report report NOUN NN Number=Sing 17 nsubj 17:nsubj _ 16 publicly publicly ADV RB _ 17 advmod 17:advmod _ -17 disclosed disclose VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +17 disclosed disclose VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 18 that that SCONJ IN _ 36 mark 36:mark _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 reason reason NOUN NN Number=Sing 36 nsubj 36:nsubj _ @@ -33911,13 +33927,13 @@ 32 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 36 cop 36:cop _ 33 for for ADP IN _ 36 case 36:case _ 34 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ -35 contemplated contemplate VERB VBN Tense=Past|VerbForm=Part 36 amod 36:amod _ +35 contemplated contemplate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 36 amod 36:amod _ 36 use use NOUN NN Number=Sing 17 ccomp 17:ccomp _ 37 in in SCONJ IN _ 38 mark 38:mark _ 38 dispersing disperse VERB VBG VerbForm=Ger 36 acl 36:acl:in _ 39 biological biological ADJ JJ Degree=Pos 40 amod 40:amod _ 40 agents agent NOUN NNS Number=Plur 38 obj 38:obj _ -41 such such ADJ JJ Degree=Pos 43 case 43:case _ +41 such such ADJ JJ Degree=Pos|ExtPos=ADP 43 case 43:case _ 42 as as ADP IN _ 41 fixed 41:fixed _ 43 anthrax anthrax NOUN NN Number=Sing 40 nmod 40:nmod:such_as SpaceAfter=No 44 . . PUNCT . _ 17 punct 17:punct _ @@ -33927,10 +33943,10 @@ 1 An a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 2 early early ADJ JJ Degree=Pos 3 amod 3:amod _ 3 September September PROPN NNP Number=Sing 6 compound 6:compound _ -4 2003 2003 NUM CD NumType=Card 3 nummod 3:nummod _ +4 2003 2003 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 5 Newsweek Newsweek PROPN NNP Number=Sing 6 compound 6:compound _ 6 article article NOUN NN Number=Sing 7 nsubj 7:nsubj _ -7 included include VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 included include VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 rumor rumor NOUN NN Number=Sing 7 obj 7:obj _ 10 by by ADP IN _ 13 case 13:case _ @@ -33943,23 +33959,23 @@ 17 meeting meeting NOUN NN Number=Sing 24 obl 24:obl:at _ 18 in in ADP IN _ 19 case 19:case _ 19 April April PROPN NNP Number=Sing 17 nmod 17:nmod:in _ -20 2003 2003 NUM CD NumType=Card 19 nummod 19:nummod _ +20 2003 2003 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod _ 21 Bin Bin PROPN NNP Number=Sing 24 nsubj 24:nsubj _ 22 Laden Laden PROPN NNP Number=Sing 21 flat 21:flat _ 23 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 aux 24:aux _ 24 planning plan VERB VBG Tense=Pres|VerbForm=Part 9 acl 9:acl:that _ 25 an a DET DT Definite=Ind|PronType=Art 30 det 30:det _ -26 " " PUNCT `` _ 30 punct 30:punct SpaceAfter=No +26 " " PUNCT `` _ 27 punct 27:punct SpaceAfter=No 27 unbelievable unbelievable ADJ JJ Degree=Pos 30 amod 30:amod SpaceAfter=No -28 " " PUNCT '' _ 30 punct 30:punct _ +28 " " PUNCT '' _ 27 punct 27:punct _ 29 biological biological ADJ JJ Degree=Pos 30 amod 30:amod _ -30 attack attack NOUN NN Number=Sing 24 obj 24:obj|33:nmod SpaceAfter=No -31 , , PUNCT , _ 30 punct 30:punct _ +30 attack attack NOUN NN Number=Sing 24 obj 24:obj|33:nmod:for SpaceAfter=No +31 , , PUNCT , _ 37 punct 37:punct _ 32 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 33 plans plan NOUN NNS Number=Plur 37 nsubj 37:nsubj _ 34 for for ADP IN _ 35 case 35:case _ -35 which which PRON WDT PronType=Int 33 nmod 30:ref _ -36 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 37 aux 37:aux _ +35 which which PRON WDT PronType=Rel 33 nmod 30:ref _ +36 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 37 aux 37:aux _ 37 suffered suffer VERB VBN Tense=Past|VerbForm=Part 30 acl:relcl 30:acl:relcl _ 38 a a DET DT Definite=Ind|PronType=Art 39 det 39:det _ 39 setback setback NOUN NN Number=Sing 37 obj 37:obj _ @@ -33980,7 +33996,7 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0010 # text = He had been captured the previous month in Rawalpindi, Pakistan. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ -2 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux:pass 4:aux:pass _ 4 captured capture VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -33988,7 +34004,7 @@ 7 month month NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod _ 8 in in ADP IN _ 9 case 9:case _ 9 Rawalpindi Rawalpindi PROPN NNP Number=Sing 4 obl 4:obl:in SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 Pakistan Pakistan PROPN NNP Number=Sing 9 appos 9:appos SpaceAfter=No 12 . . PUNCT . _ 4 punct 4:punct _ @@ -33996,8 +34012,8 @@ # text = In November 2003, a report by a UN Panel of experts concluded that Al Qaeda is determined to use chemical and biological weapons and is restrained only by technical difficulties. 1 In in ADP IN _ 2 case 2:case _ 2 November November PROPN NNP Number=Sing 13 obl 13:obl:in _ -3 2003 2003 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -4 , , PUNCT , _ 13 punct 13:punct _ +3 2003 2003 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No +4 , , PUNCT , _ 2 punct 2:punct _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 report report NOUN NN Number=Sing 13 nsubj 13:nsubj _ 7 by by ADP IN _ 10 case 10:case _ @@ -34006,7 +34022,7 @@ 10 Panel panel NOUN NN Number=Sing 6 nmod 6:nmod:by _ 11 of of ADP IN _ 12 case 12:case _ 12 experts expert NOUN NNS Number=Plur 10 nmod 10:nmod:of _ -13 concluded conclude VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +13 concluded conclude VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 14 that that SCONJ IN _ 18 mark 18:mark _ 15 Al Al PROPN NNP Number=Sing 16 compound 16:compound _ 16 Qaeda Qaeda PROPN NNP Number=Sing 18 nsubj 18:nsubj|20:nsubj:xsubj|27:nsubj:pass _ @@ -34024,7 +34040,7 @@ 28 only only ADV RB _ 31 advmod 31:advmod _ 29 by by ADP IN _ 31 case 31:case _ 30 technical technical ADJ JJ Degree=Pos 31 amod 31:amod _ -31 difficulties difficulty NOUN NNS Number=Plur 27 obl 27:obl:by SpaceAfter=No +31 difficulties difficulty NOUN NNS Number=Plur 27 obl:agent 27:obl:agent SpaceAfter=No 32 . . PUNCT . _ 13 punct 13:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0012 @@ -34032,22 +34048,22 @@ 1 In in ADP IN _ 3 case 3:case _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 statement statement NOUN NN Number=Sing 14 obl 14:obl:in _ -4 issued issue VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ +4 issued issue VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ 5 June June PROPN NNP Number=Sing 4 obl:tmod 4:obl:tmod _ -6 16 16 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No -7 , , PUNCT , _ 5 punct 5:punct _ -8 2004 2004 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No -9 , , PUNCT , _ 14 punct 14:punct _ +6 16 16 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +7 , , PUNCT , _ 8 punct 8:punct _ +8 2004 2004 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +9 , , PUNCT , _ 3 punct 3:punct _ 10 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -11 9/11 9/11 PROPN NNP Number=Sing 12 compound 12:compound _ +11 9/11 9/11 NUM NNP NumForm=Digit|NumType=Card 12 compound 12:compound _ 12 Commission Commission PROPN NNP Number=Sing 13 compound 13:compound _ 13 Staff staff NOUN NNS Number=Plur 14 nsubj 14:nsubj _ -14 concluded conclude VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +14 concluded conclude VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 15 that that SCONJ IN _ 19 mark 19:mark _ -16 " " PUNCT `` _ 19 punct 19:punct SpaceAfter=No +16 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No 17 Al Al PROPN NNP Number=Sing 18 compound 18:compound _ 18 Qaeda Qaeda PROPN NNP Number=Sing 19 nsubj 19:nsubj|27:nsubj _ -19 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 ccomp 14:ccomp _ +19 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 ccomp 14:ccomp _ 20 an a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 21 ambitious ambitious ADJ JJ Degree=Pos 24 amod 24:amod _ 22 biological biological ADJ JJ Degree=Pos 23 amod 23:amod _ @@ -34058,28 +34074,28 @@ 27 making make VERB VBG Tense=Pres|VerbForm=Part 19 conj 14:ccomp|19:conj:and _ 28 advances advance NOUN NNS Number=Plur 27 obj 27:obj _ 29 in in ADP IN _ 31 case 31:case _ -30 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ +30 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ 31 ability ability NOUN NN Number=Sing 28 nmod 28:nmod:in _ 32 to to PART TO _ 33 mark 33:mark _ 33 produce produce VERB VB VerbForm=Inf 31 acl 31:acl:to _ 34 anthrax anthrax NOUN NN Number=Sing 33 obj 33:obj _ -35 prior prior ADJ JJ Degree=Pos 37 case 37:case _ +35 prior prior ADJ JJ Degree=Pos|ExtPos=ADP 37 case 37:case _ 36 to to ADP IN _ 35 fixed 35:fixed _ 37 September September PROPN NNP Number=Sing 27 obl 27:obl:prior_to _ -38 11 11 NUM CD NumType=Card 37 nummod 37:nummod SpaceAfter=No +38 11 11 NUM CD NumForm=Digit|NumType=Card 37 nummod 37:nummod SpaceAfter=No 39 . . PUNCT . _ 14 punct 14:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0013 # text = According to Director of Central Intelligence George Tenet, al Qaeda’s ability to conduct an anthrax attack is one of the most immediate threats the United States is likely to face." -1 According accord VERB VBG VerbForm=Ger 7 case 7:case _ -2 to to ADP IN _ 7 case 7:case _ +1 According accord VERB VBG ExtPos=ADP|VerbForm=Ger 7 case 7:case _ +2 to to ADP IN _ 1 fixed 1:fixed _ 3 Director Director PROPN NNP Number=Sing 7 compound 7:compound _ 4 of of ADP IN _ 6 case 6:case _ -5 Central Central PROPN NNP Number=Sing 6 compound 6:compound _ +5 Central Central ADJ NNP Degree=Pos 6 amod 6:amod _ 6 Intelligence Intelligence PROPN NNP Number=Sing 3 nmod 3:nmod:of _ -7 George George PROPN NNP Number=Sing 20 obl 20:obl:to _ +7 George George PROPN NNP Number=Sing 20 obl 20:obl:according_to _ 8 Tenet Tenet PROPN NNP Number=Sing 7 flat 7:flat SpaceAfter=No -9 , , PUNCT , _ 20 punct 20:punct _ +9 , , PUNCT , _ 7 punct 7:punct _ 10 al al PROPN NNP Number=Sing 11 compound 11:compound _ 11-12 Qaeda’s _ _ _ _ _ _ _ _ 11 Qaeda Qaeda PROPN NNP Number=Sing 13 nmod:poss 13:nmod:poss _ @@ -34091,15 +34107,15 @@ 17 anthrax anthrax NOUN NN Number=Sing 18 compound 18:compound _ 18 attack attack NOUN NN Number=Sing 15 obj 15:obj _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ -20 one one NUM CD NumType=Card 0 root 0:root _ +20 one one NUM CD NumForm=Word|NumType=Card 0 root 0:root _ 21 of of ADP IN _ 25 case 25:case _ 22 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ -23 most most ADV RBS _ 24 advmod 24:advmod _ +23 most most ADV RBS Degree=Sup 24 advmod 24:advmod _ 24 immediate immediate ADJ JJ Degree=Pos 25 amod 25:amod _ 25 threats threat NOUN NNS Number=Plur 20 nmod 20:nmod:of _ 26 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ -27 United United PROPN NNP Number=Sing 28 compound 28:compound _ -28 States States PROPN NNP Number=Sing 30 nsubj 30:nsubj|32:nsubj:xsubj _ +27 United United ADJ NNP Degree=Pos 28 amod 28:amod _ +28 States State PROPN NNPS Number=Plur 30 nsubj 30:nsubj|32:nsubj:xsubj _ 29 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 30 cop 30:cop _ 30 likely likely ADJ JJ Degree=Pos 25 acl:relcl 25:acl:relcl _ 31 to to PART TO _ 32 mark 32:mark _ @@ -34111,10 +34127,10 @@ # text = On August 9, 2004, it was announced that in the Spring of 2001, a man named El-Shukrijumah, also known as Jafar the Pilot, who was part of a "second wave," had been casing New York City helicopters. 1 On on ADP IN _ 2 case 2:case _ 2 August August PROPN NNP Number=Sing 9 obl 9:obl:on _ -3 9 9 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -4 , , PUNCT , _ 2 punct 2:punct _ -5 2004 2004 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +3 9 9 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No +4 , , PUNCT , _ 5 punct 5:punct _ +5 2004 2004 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No +6 , , PUNCT , _ 2 punct 2:punct _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj:pass 9:nsubj:pass _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ 9 announced announce VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ @@ -34123,36 +34139,36 @@ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 Spring spring NOUN NN Number=Sing 43 obl 43:obl:in _ 14 of of ADP IN _ 15 case 15:case _ -15 2001 2001 NUM CD NumType=Card 13 nmod 13:nmod:of SpaceAfter=No -16 , , PUNCT , _ 43 punct 43:punct _ +15 2001 2001 NUM CD NumForm=Digit|NumType=Card 13 nmod 13:nmod:of SpaceAfter=No +16 , , PUNCT , _ 13 punct 13:punct _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ -18 man man NOUN NN Number=Sing 43 nsubj 33:nsubj|43:nsubj _ -19 named name VERB VBN Tense=Past|VerbForm=Part 18 acl 18:acl _ -20 El El PROPN NNP Number=Sing 19 obj 19:obj SpaceAfter=No -21 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No +18 man man NOUN NN Number=Sing 43 nsubj 20:nsubj:xsubj|33:nsubj|43:nsubj _ +19 named name VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 acl 18:acl _ +20 El El PROPN NNP Number=Sing 19 xcomp 19:xcomp SpaceAfter=No +21 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No 22 Shukrijumah Shukrijumah PROPN NNP Number=Sing 20 flat 20:flat SpaceAfter=No -23 , , PUNCT , _ 18 punct 18:punct _ +23 , , PUNCT , _ 25 punct 25:punct _ 24 also also ADV RB _ 25 advmod 25:advmod _ -25 known know VERB VBN Tense=Past|VerbForm=Part 18 acl 18:acl _ +25 known know VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 acl 18:acl _ 26 as as ADP IN _ 27 case 27:case _ 27 Jafar Jafar PROPN NNP Number=Sing 25 obl 25:obl:as _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 29 Pilot Pilot PROPN NNP Number=Sing 27 appos 27:appos SpaceAfter=No -30 , , PUNCT , _ 18 punct 18:punct _ +30 , , PUNCT , _ 33 punct 33:punct _ 31 who who PRON WP PronType=Rel 33 nsubj 18:ref _ 32 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 33 cop 33:cop _ 33 part part NOUN NN Number=Sing 18 acl:relcl 18:acl:relcl _ 34 of of ADP IN _ 38 case 38:case _ 35 a a DET DT Definite=Ind|PronType=Art 38 det 38:det _ 36 " " PUNCT `` _ 38 punct 38:punct SpaceAfter=No -37 second second ADJ JJ Degree=Pos|NumType=Ord 38 amod 38:amod _ +37 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 38 amod 38:amod _ 38 wave wave NOUN NN Number=Sing 33 nmod 33:nmod:of SpaceAfter=No -39 , , PUNCT , _ 43 punct 43:punct SpaceAfter=No -40 " " PUNCT '' _ 43 punct 43:punct _ -41 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 43 aux 43:aux _ +39 , , PUNCT , _ 38 punct 38:punct SpaceAfter=No +40 " " PUNCT '' _ 38 punct 38:punct _ +41 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 43 aux 43:aux _ 42 been be AUX VBN Tense=Past|VerbForm=Part 43 aux 43:aux _ 43 casing case VERB VBG Tense=Pres|VerbForm=Part 9 ccomp 9:ccomp _ -44 New New PROPN NNP Number=Sing 45 compound 45:compound _ +44 New New ADJ NNP Degree=Pos 45 amod 45:amod _ 45 York York PROPN NNP Number=Sing 46 compound 46:compound _ 46 City City PROPN NNP Number=Sing 47 compound 47:compound _ 47 helicopters helicopter NOUN NNS Number=Plur 43 obj 43:obj SpaceAfter=No @@ -34163,10 +34179,10 @@ 1 Photographs photograph NOUN NNS Number=Plur 7 nsubj 7:nsubj _ 2 from from ADP IN _ 6 case 6:case _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -4 seized seize VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +4 seized seize VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 5 computer computer NOUN NN Number=Sing 6 compound 6:compound _ 6 disc disc NOUN NN Number=Sing 1 nmod 1:nmod:from _ -7 included include VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 included include VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 controls control NOUN NNS Number=Plur 7 obj 7:obj _ 10 and and CCONJ CC _ 12 cc 12:cc _ @@ -34187,10 +34203,10 @@ 1 In in ADP IN _ 3 case 3:case _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 bulletin bulletin NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 FBI FBI PROPN NNP Number=Sing 7 nsubj 7:nsubj _ -7 noted note VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 noted note VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 that that SCONJ IN _ 12 mark 12:mark _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 surveillance surveillance NOUN NN Number=Sing 12 nsubj 12:nsubj _ @@ -34223,7 +34239,7 @@ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 anthrax anthrax NOUN NN Number=Sing 13 compound 13:compound _ 13 mailings mailing NOUN NNS Number=Plur 17 nsubj 17:nsubj _ -14 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 cop 17:cop _ +14 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 17 cop 17:cop _ 15 an a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 16 international international ADJ JJ Degree=Pos 17 amod 17:amod _ 17 plot plot NOUN NN Number=Sing 9 acl 9:acl:that SpaceAfter=No @@ -34244,7 +34260,7 @@ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 3 just just ADV RB _ 7 advmod 7:advmod _ 4 no no ADV RB _ 5 advmod 5:advmod _ -5 longer longer ADV RBR Degree=Cmp 7 advmod 7:advmod _ +5 longer long ADV RBR Degree=Cmp 7 advmod 7:advmod _ 6 bureaucratically bureaucratically ADV RB _ 7 advmod 7:advmod _ 7 impolite impolite ADJ JJ Degree=Pos 0 root 0:root _ 8 to to PART TO _ 10 mark 10:mark _ @@ -34254,15 +34270,15 @@ 12-13 FBI's _ _ _ _ _ _ _ _ 12 FBI FBI PROPN NNP Number=Sing 17 nmod:poss 17:nmod:poss _ 13 's 's PART POS _ 12 case 12:case _ -14 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No +14 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No 15 former former ADJ JJ Degree=Pos 17 amod 17:amod SpaceAfter=No -16 ) ) PUNCT -RRB- _ 17 punct 17:punct _ +16 ) ) PUNCT -RRB- _ 15 punct 15:punct _ 17 theory theory NOUN NN Number=Sing 10 obj 10:obj _ 18 about about ADP IN _ 23 case 23:case _ 19 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 20 lone lone ADJ JJ Degree=Pos 23 amod 23:amod SpaceAfter=No -21 , , PUNCT , _ 23 punct 23:punct _ -22 American american ADJ JJ Degree=Pos 23 amod 23:amod _ +21 , , PUNCT , _ 20 punct 20:punct _ +22 American American ADJ JJ Degree=Pos 23 amod 23:amod _ 23 scientist scientist NOUN NN Number=Sing 17 nmod 17:nmod:about SpaceAfter=No 24 . . PUNCT . _ 7 punct 7:punct _ @@ -34270,22 +34286,22 @@ # text = Many people have argued that a US-based Al Qaeda operative is behind the earlier Fall 2001 anthrax mailings in the US, and that the mailings served as a threat and warning. 1 Many many ADJ JJ Degree=Pos 2 amod 2:amod _ 2 people people NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 argued argue VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 that that SCONJ IN _ 20 mark 20:mark _ 6 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 7 US US PROPN NNP Number=Sing 9 obl:npmod 9:obl:npmod SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No -9 based base VERB VBN Tense=Past|VerbForm=Part 12 amod 12:amod _ +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +9 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 amod 12:amod _ 10 Al Al PROPN NNP Number=Sing 11 compound 11:compound _ 11 Qaeda Qaeda PROPN NNP Number=Sing 12 compound 12:compound _ 12 operative operative NOUN NN Number=Sing 20 nsubj 20:nsubj _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 14 behind behind ADP IN _ 20 case 20:case _ 15 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -16 earlier earlier ADJ JJR Degree=Cmp 20 amod 20:amod _ +16 earlier early ADJ JJR Degree=Cmp 20 amod 20:amod _ 17 Fall fall NOUN NN Number=Sing 20 compound 20:compound _ -18 2001 2001 NUM CD NumType=Card 17 appos 17:appos _ +18 2001 2001 NUM CD NumForm=Digit|NumType=Card 17 appos 17:appos _ 19 anthrax anthrax NOUN NN Number=Sing 20 compound 20:compound _ 20 mailings mailing NOUN NNS Number=Plur 4 ccomp 4:ccomp _ 21 in in ADP IN _ 23 case 23:case _ @@ -34296,7 +34312,7 @@ 26 that that SCONJ IN _ 29 mark 29:mark _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 mailings mailing NOUN NNS Number=Plur 29 nsubj 29:nsubj _ -29 served serve VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 conj 4:ccomp|20:conj:and _ +29 served serve VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 20 conj 4:ccomp|20:conj:and _ 30 as as ADP IN _ 32 case 32:case _ 31 a a DET DT Definite=Ind|PronType=Art 32 det 32:det _ 32 threat threat NOUN NN Number=Sing 29 obl 29:obl:as _ @@ -34307,7 +34323,7 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0021 # text = Princeton islamist scholar Bernard Lewis has explained that while islamists may disagree about whether killing innocents is sanctioned by the laws of jihad, extremists like Zawahiri agree that notice must be given before biochemical weapons are used. 1 Princeton Princeton PROPN NNP Number=Sing 3 compound 3:compound _ -2 islamist islamist NOUN NN Number=Sing 3 compound 3:compound _ +2 islamist Islamist NOUN NN Number=Sing 3 compound 3:compound _ 3 scholar scholar NOUN NN Number=Sing 4 compound 4:compound _ 4 Bernard Bernard PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 5 Lewis Lewis PROPN NNP Number=Sing 4 flat 4:flat _ @@ -34315,7 +34331,7 @@ 7 explained explain VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 8 that that SCONJ IN _ 28 mark 28:mark _ 9 while while SCONJ IN _ 12 mark 12:mark _ -10 islamists islamist NOUN NNS Number=Plur 12 nsubj 12:nsubj _ +10 islamists Islamist NOUN NNS Number=Plur 12 nsubj 12:nsubj _ 11 may may AUX MD VerbForm=Fin 12 aux 12:aux _ 12 disagree disagree VERB VB VerbForm=Inf 28 advcl 28:advcl:while _ 13 about about SCONJ IN _ 18 mark 18:mark _ @@ -34326,14 +34342,14 @@ 18 sanctioned sanction VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 advcl 12:advcl:whether _ 19 by by ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -21 laws law NOUN NNS Number=Plur 18 obl 18:obl:by _ +21 laws law NOUN NNS Number=Plur 18 obl:agent 18:obl:agent _ 22 of of ADP IN _ 23 case 23:case _ 23 jihad jihad NOUN NN Number=Sing 21 nmod 21:nmod:of SpaceAfter=No -24 , , PUNCT , _ 28 punct 28:punct _ +24 , , PUNCT , _ 12 punct 12:punct _ 25 extremists extremist NOUN NNS Number=Plur 28 nsubj 28:nsubj _ 26 like like ADP IN _ 27 case 27:case _ 27 Zawahiri Zawahiri PROPN NNP Number=Sing 25 nmod 25:nmod:like _ -28 agree agree VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ +28 agree agree VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ 29 that that SCONJ IN _ 33 mark 33:mark _ 30 notice notice NOUN NN Number=Sing 33 nsubj:pass 33:nsubj:pass _ 31 must must AUX MD VerbForm=Fin 33 aux 33:aux _ @@ -34342,11 +34358,10 @@ 34 before before SCONJ IN _ 38 mark 38:mark _ 35 biochemical biochemical ADJ JJ Degree=Pos 36 amod 36:amod _ 36 weapons weapon NOUN NNS Number=Plur 38 nsubj:pass 38:nsubj:pass _ -37 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 38 aux:pass 38:aux:pass _ +37 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 38 aux:pass 38:aux:pass _ 38 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 33 advcl 33:advcl:before SpaceAfter=No 39 . . PUNCT . _ 7 punct 7:punct _ -# TODO: Split into two sentences # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0022 # text = "The Prophet's guidance," says Michael Scheuer, an al-Qaeda analyst who recently retired from the CIA and once headed its Bin Laden unit, "was always, Before you attack someone, warn them very clearly..." The anthrax mailings followed the pattern of letters they sent in January 1997 to newspaper branches in Washington, D.C. and New York City, as well as symbolic targets. 1 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No @@ -34354,73 +34369,73 @@ 3-4 Prophet's _ _ _ _ _ _ _ _ 3 Prophet Prophet PROPN NNP Number=Sing 5 nmod:poss 5:nmod:poss _ 4 's 's PART POS _ 3 case 3:case _ -5 guidance guidance NOUN NN Number=Sing 32 nsubj 32:nsubj SpaceAfter=No +5 guidance guidance NOUN NN Number=Sing 40 nsubj:outer 40:nsubj:outer SpaceAfter=No 6 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No 7 " " PUNCT '' _ 5 punct 5:punct _ 8 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 Michael Michael PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 10 Scheuer Scheuer PROPN NNP Number=Sing 9 flat 9:flat SpaceAfter=No -11 , , PUNCT , _ 9 punct 9:punct _ +11 , , PUNCT , _ 16 punct 16:punct _ 12 an a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 13 al al PROPN NNP Number=Sing 15 compound 15:compound SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 Qaeda Qaeda PROPN NNP Number=Sing 16 compound 16:compound _ 16 analyst analyst NOUN NN Number=Sing 9 appos 9:appos|19:nsubj|25:nsubj _ 17 who who PRON WP PronType=Rel 19 nsubj 16:ref _ 18 recently recently ADV RB _ 19 advmod 19:advmod _ -19 retired retire VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ +19 retired retire VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ 20 from from ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 CIA CIA PROPN NNP Number=Sing 19 obl 19:obl:from _ 23 and and CCONJ CC _ 25 cc 25:cc _ -24 once once ADV RB NumType=Mult 25 advmod 25:advmod _ -25 headed head VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 conj 16:acl:relcl|19:conj:and _ -26 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +24 once once ADV RB NumForm=Word|NumType=Mult 25 advmod 25:advmod _ +25 headed head VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 conj 16:acl:relcl|19:conj:and _ +26 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ 27 Bin Bin PROPN NNP Number=Sing 29 compound 29:compound _ 28 Laden Laden PROPN NNP Number=Sing 27 flat 27:flat _ 29 unit unit NOUN NN Number=Sing 25 obj 25:obj SpaceAfter=No -30 , , PUNCT , _ 8 punct 8:punct _ -31 " " PUNCT '' _ 32 punct 32:punct SpaceAfter=No -32 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 ccomp 8:ccomp _ -33 always always ADV RB _ 32 advmod 32:advmod SpaceAfter=No -34 , , PUNCT , _ 32 punct 32:punct _ +30 , , PUNCT , _ 40 punct 40:punct _ +31 " " PUNCT '' _ 40 punct 40:punct SpaceAfter=No +32 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 40 cop 40:cop _ +33 always always ADV RB _ 40 advmod 40:advmod SpaceAfter=No +34 , , PUNCT , _ 33 punct 33:punct _ 35 Before before SCONJ IN _ 37 mark 37:mark _ 36 you you PRON PRP Case=Nom|Person=2|PronType=Prs 37 nsubj 37:nsubj _ -37 attack attack VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 40 advcl 40:advcl:before _ -38 someone someone PRON NN Number=Sing 37 obj 37:obj SpaceAfter=No -39 , , PUNCT , _ 40 punct 40:punct _ -40 warn warn VERB VB VerbForm=Inf 32 ccomp 32:ccomp _ -41 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 40 obj 40:obj _ +37 attack attack VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 40 advcl 40:advcl:before _ +38 someone someone PRON NN Number=Sing|PronType=Ind 37 obj 37:obj SpaceAfter=No +39 , , PUNCT , _ 37 punct 37:punct _ +40 warn warn VERB VB VerbForm=Inf 8 ccomp 8:ccomp _ +41 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 40 iobj 40:iobj _ 42 very very ADV RB _ 43 advmod 43:advmod _ 43 clearly clearly ADV RB _ 40 advmod 40:advmod SpaceAfter=No -44 ... ... PUNCT , _ 32 punct 32:punct SpaceAfter=No -45 " " PUNCT '' _ 32 punct 32:punct _ +44 ... ... PUNCT , _ 40 punct 40:punct SpaceAfter=No +45 " " PUNCT '' _ 40 punct 40:punct _ 46 The the DET DT Definite=Def|PronType=Art 48 det 48:det _ 47 anthrax anthrax NOUN NN Number=Sing 48 compound 48:compound _ 48 mailings mailing NOUN NNS Number=Plur 49 nsubj 49:nsubj _ -49 followed follow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 conj 8:conj _ +49 followed follow VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 conj 8:conj _ 50 the the DET DT Definite=Def|PronType=Art 51 det 51:det _ 51 pattern pattern NOUN NN Number=Sing 49 obj 49:obj _ 52 of of ADP IN _ 53 case 53:case _ 53 letters letter NOUN NNS Number=Plur 51 nmod 51:nmod:of _ 54 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 55 nsubj 55:nsubj _ -55 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 53 acl:relcl 53:acl:relcl _ +55 sent send VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 53 acl:relcl 53:acl:relcl _ 56 in in ADP IN _ 57 case 57:case _ 57 January January PROPN NNP Number=Sing 55 obl 55:obl:in _ -58 1997 1997 NUM CD NumType=Card 57 nummod 57:nummod _ +58 1997 1997 NUM CD NumForm=Digit|NumType=Card 57 nummod 57:nummod _ 59 to to ADP IN _ 61 case 61:case _ 60 newspaper newspaper NOUN NN Number=Sing 61 compound 61:compound _ 61 branches branch NOUN NNS Number=Plur 55 obl 55:obl:to _ 62 in in ADP IN _ 63 case 63:case _ 63 Washington Washington PROPN NNP Number=Sing 61 nmod 61:nmod:in SpaceAfter=No -64 , , PUNCT , _ 63 punct 63:punct _ +64 , , PUNCT , _ 65 punct 65:punct _ 65 D.C. D.C. PROPN NNP Number=Sing 63 appos 63:appos _ 66 and and CCONJ CC _ 69 cc 69:cc _ -67 New New PROPN NNP Number=Sing 68 compound 68:compound _ +67 New New ADJ NNP Degree=Pos 68 amod 68:amod _ 68 York York PROPN NNP Number=Sing 69 compound 69:compound _ 69 City City PROPN NNP Number=Sing 63 conj 61:nmod:in|63:conj:and SpaceAfter=No 70 , , PUNCT , _ 75 punct 75:punct _ -71 as as ADV RB _ 75 cc 75:cc _ +71 as as ADV RB ExtPos=CCONJ 75 cc 75:cc _ 72 well well ADV RB Degree=Pos 71 fixed 71:fixed _ 73 as as ADP IN _ 71 fixed 71:fixed _ 74 symbolic symbolic ADJ JJ Degree=Pos 75 amod 75:amod _ @@ -34432,7 +34447,7 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 letter letter NOUN NN Number=Sing 3 compound 3:compound _ 3 bombs bomb NOUN NNS Number=Plur 5 nsubj:pass 5:nsubj:pass _ -4 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ +4 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ 5 sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 in in ADP IN _ 7 case 7:case _ 7 connection connection NOUN NN Number=Sing 5 obl 5:obl:in _ @@ -34450,13 +34465,13 @@ 19 responsible responsible ADJ JJ Degree=Pos 18 amod 18:amod _ 20 for for ADP IN _ 26 case 26:case _ 21 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -22 earlier earlier ADJ JJR Degree=Cmp 26 amod 26:amod _ +22 earlier early ADJ JJR Degree=Cmp 26 amod 26:amod _ 23 World World PROPN NNP Number=Sing 25 compound 25:compound _ 24 Trade Trade PROPN NNP Number=Sing 25 compound 25:compound _ 25 Center Center PROPN NNP Number=Sing 26 compound 26:compound _ 26 bombing bombing NOUN NN Number=Sing 19 obl 19:obl:for _ 27 in in ADP IN _ 28 case 28:case _ -28 1993 1993 NUM CD NumType=Card 26 nmod 26:nmod:in SpaceAfter=No +28 1993 1993 NUM CD NumForm=Digit|NumType=Card 26 nmod 26:nmod:in SpaceAfter=No 29 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0024 @@ -34468,21 +34483,21 @@ 5 on on ADP IN _ 7 case 7:case _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 laptop laptop NOUN NN Number=Sing 4 nmod 4:nmod:on _ -8 seized seize VERB VBN Tense=Past|VerbForm=Part 7 acl 7:acl _ +8 seized seize VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl _ 9 upon upon ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 capture capture NOUN NN Number=Sing 8 obl 8:obl:upon _ 12 of of ADP IN _ 13 case 13:case _ 13 KSM KSM PROPN NNP Number=Sing 11 nmod 11:nmod:of SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ +14 , , PUNCT , _ 18 punct 18:punct _ 15 Al Al PROPN NNP Number=Sing 16 compound 16:compound _ 16-17 Qaeda's _ _ _ _ _ _ _ _ 16 Qaeda Qaeda PROPN NNP Number=Sing 18 nmod:poss 18:nmod:poss _ 17 's 's PART POS _ 16 case 16:case _ 18 # # SYM NN Number=Sing 13 appos 13:appos SpaceAfter=No -19 3 3 NUM CD NumType=Card 18 nummod 18:nummod SpaceAfter=No -20 , , PUNCT , _ 21 punct 21:punct _ -21 included include VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +19 3 3 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod SpaceAfter=No +20 , , PUNCT , _ 2 punct 2:punct _ +21 included include VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 22 a a DET DT Definite=Ind|PronType=Art 26 det 26:det _ 23 feasible feasible ADJ JJ Degree=Pos 26 amod 26:amod _ 24 anthrax anthrax NOUN NN Number=Sing 25 compound 25:compound _ @@ -34493,7 +34508,7 @@ 29 spray spray NOUN NN Number=Sing 30 compound 30:compound _ 30 dryer dryer NOUN NN Number=Sing 27 obj 27:obj _ 31 and and CCONJ CC _ 32 cc 32:cc _ -32 addressed address VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 conj 21:conj:and _ +32 addressed address VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 21 conj 21:conj:and _ 33 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ 34 recruitment recruitment NOUN NN Number=Sing 32 obj 32:obj _ 35 of of ADP IN _ 37 case 37:case _ @@ -34503,22 +34518,22 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0025 # text = What your morning paper did not tell you, however, was that the CIA seized a similar disc from Ayman Zawahiri's right-hand, Ahmed Salama Mabruk, 5 years earlier. -1 What what PRON WP PronType=Int 12 nsubj 12:nsubj _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +1 What what PRON WP PronType=Rel 16 nsubj:outer 7:obj|16:nsubj:outer _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 3 morning morning NOUN NN Number=Sing 4 compound 4:compound _ 4 paper paper NOUN NN Number=Sing 7 nsubj 7:nsubj _ -5 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 aux 7:aux _ +5 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 aux 7:aux _ 6 not not PART RB _ 7 advmod 7:advmod _ 7 tell tell VERB VB VerbForm=Inf 1 acl:relcl 1:acl:relcl _ -8 you you PRON PRP Case=Acc|Person=2|PronType=Prs 7 obj 7:obj SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ -10 however however ADV RB _ 12 advmod 12:advmod SpaceAfter=No -11 , , PUNCT , _ 12 punct 12:punct _ -12 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 you you PRON PRP Case=Acc|Person=2|PronType=Prs 7 iobj 7:iobj SpaceAfter=No +9 , , PUNCT , _ 1 punct 1:punct _ +10 however however ADV RB _ 16 advmod 16:advmod SpaceAfter=No +11 , , PUNCT , _ 10 punct 10:punct _ +12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 cop 16:cop _ 13 that that SCONJ IN _ 16 mark 16:mark _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 CIA CIA PROPN NNP Number=Sing 16 nsubj 16:nsubj _ -16 seized seize VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 ccomp 12:ccomp _ +16 seized seize VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 17 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 18 similar similar ADJ JJ Degree=Pos 19 amod 19:amod _ 19 disc disc NOUN NN Number=Sing 16 obj 16:obj _ @@ -34528,17 +34543,17 @@ 22 Zawahiri Zawahiri PROPN NNP Number=Sing 21 flat 21:flat _ 23 's 's PART POS _ 21 case 21:case _ 24 right right ADJ JJ Degree=Pos 26 amod 26:amod SpaceAfter=No -25 - - PUNCT HYPH _ 26 punct 26:punct SpaceAfter=No +25 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No 26 hand hand NOUN NN Number=Sing 16 obl 16:obl:from SpaceAfter=No -27 , , PUNCT , _ 26 punct 26:punct _ +27 , , PUNCT , _ 28 punct 28:punct _ 28 Ahmed Ahmed PROPN NNP Number=Sing 26 appos 26:appos _ 29 Salama Salama PROPN NNP Number=Sing 28 flat 28:flat _ 30 Mabruk Mabruk PROPN NNP Number=Sing 28 flat 28:flat SpaceAfter=No -31 , , PUNCT , _ 16 punct 16:punct _ -32 5 5 NUM CD NumType=Card 33 nummod 33:nummod _ +31 , , PUNCT , _ 34 punct 34:punct _ +32 5 5 NUM CD NumForm=Digit|NumType=Card 33 nummod 33:nummod _ 33 years year NOUN NNS Number=Plur 34 obl:npmod 34:obl:npmod _ -34 earlier earlier ADV RBR Degree=Cmp 16 advmod 16:advmod SpaceAfter=No -35 . . PUNCT . _ 12 punct 12:punct _ +34 earlier early ADV RBR Degree=Cmp 16 advmod 16:advmod SpaceAfter=No +35 . . PUNCT . _ 16 punct 16:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0026 # text = The computer disk was confiscated from him during his arrest by the CIA in Azerbaijan and handed over to the Egyptian authorities. @@ -34550,7 +34565,7 @@ 6 from from ADP IN _ 7 case 7:case _ 7 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 obl 5:obl:from _ 8 during during ADP IN _ 10 case 10:case _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 arrest arrest NOUN NN Number=Sing 5 obl 5:obl:during _ 11 by by ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ @@ -34558,22 +34573,22 @@ 14 in in ADP IN _ 15 case 15:case _ 15 Azerbaijan Azerbaijan PROPN NNP Number=Sing 10 nmod 10:nmod:in _ 16 and and CCONJ CC _ 17 cc 17:cc _ -17 handed hand VERB VBN Tense=Past|VerbForm=Part 5 conj 5:conj:and _ +17 handed hand VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 conj 5:conj:and _ 18 over over ADP RP _ 17 compound:prt 17:compound:prt _ 19 to to ADP IN _ 22 case 22:case _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -21 Egyptian egyptian ADJ JJ Degree=Pos 22 amod 22:amod _ +21 Egyptian Egyptian ADJ JJ Degree=Pos 22 amod 22:amod _ 22 authorities authority NOUN NNS Number=Plur 17 obl 17:obl:to SpaceAfter=No 23 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0027 # text = Mabruk, at the time, was the head of Jihad's military operations. 1 Mabruk Mabruk PROPN NNP Number=Sing 9 nsubj 9:nsubj SpaceAfter=No -2 , , PUNCT , _ 9 punct 9:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 at at ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 time time NOUN NN Number=Sing 9 obl 9:obl:at SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 head head NOUN NN Number=Sing 0 root 0:root _ @@ -34593,16 +34608,16 @@ 4 risk risk NOUN NN Number=Sing 2 nsubj 2:nsubj _ 5 that that SCONJ IN _ 7 mark 7:mark _ 6 observers observer NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -7 underestimate underestimate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl 4:acl:that _ +7 underestimate underestimate VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 acl 4:acl:that _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 time time NOUN NN Number=Sing 7 obj 7:obj|14:obj _ 10 that that PRON WDT PronType=Rel 14 obj 9:ref _ 11 Al Al PROPN NNP Number=Sing 12 compound 12:compound _ -12 Qaeda Qaeda PROPN NNP Number=Sing 14 nsubj 14:nsubj|16:nsubj:xsubj _ +12 Qaeda Qaeda PROPN NNP Number=Sing 14 nsubj 14:nsubj _ 13 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 14 had have VERB VBN Tense=Past|VerbForm=Part 9 acl:relcl 9:acl:relcl _ 15 to to PART TO _ 16 mark 16:mark _ -16 make make VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ +16 make make VERB VB VerbForm=Inf 14 advcl 14:advcl:to _ 17 progress progress NOUN NN Number=Sing 16 obj 16:obj _ 18 in in ADP IN _ 20 case 20:case _ 19 such such ADJ JJ Degree=Pos 20 amod 20:amod _ @@ -34615,7 +34630,7 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0029 # text = Some may still think that even in the final stages of the 9/11 plot, Zacarias Moussaoui was going to fly a 5th plane into the Capitol or White House. -1 Some some DET DT _ 4 nsubj 4:nsubj _ +1 Some some DET DT PronType=Ind 4 nsubj 4:nsubj _ 2 may may AUX MD VerbForm=Fin 4 aux 4:aux _ 3 still still ADV RB _ 4 advmod 4:advmod _ 4 think think VERB VB VerbForm=Inf 0 root 0:root _ @@ -34627,9 +34642,9 @@ 10 stages stage NOUN NNS Number=Plur 19 obl 19:obl:in _ 11 of of ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -13 9/11 9/11 NUM CD NumType=Card 14 nummod 14:nummod _ +13 9/11 9/11 NUM CD NumForm=Digit|NumType=Card 14 compound 14:compound _ 14 plot plot NOUN NN Number=Sing 10 nmod 10:nmod:of SpaceAfter=No -15 , , PUNCT , _ 19 punct 19:punct _ +15 , , PUNCT , _ 10 punct 10:punct _ 16 Zacarias Zacarias PROPN NNP Number=Sing 19 nsubj 19:nsubj|21:nsubj:xsubj _ 17 Moussaoui Moussaoui PROPN NNP Number=Sing 16 flat 16:flat _ 18 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 aux 19:aux _ @@ -34637,33 +34652,33 @@ 20 to to PART TO _ 21 mark 21:mark _ 21 fly fly VERB VB VerbForm=Inf 19 xcomp 19:xcomp _ 22 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ -23 5th 5th ADJ JJ Degree=Pos|NumType=Ord 24 amod 24:amod _ +23 5th 5th ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 24 amod 24:amod _ 24 plane plane NOUN NN Number=Sing 21 obj 21:obj _ 25 into into ADP IN _ 27 case 27:case _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 Capitol Capitol PROPN NNP Number=Sing 21 obl 21:obl:into _ 28 or or CCONJ CC _ 30 cc 30:cc _ -29 White White PROPN NNP Number=Sing 30 compound 30:compound _ +29 White White ADJ NNP Degree=Pos 30 amod 30:amod _ 30 House House PROPN NNP Number=Sing 27 conj 21:obl:into|27:conj:or SpaceAfter=No 31 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0030 # text = Others argue that he was to be part of a second wave of airliners directed to targets on the West Coast. 1 Others other NOUN NNS Number=Plur 2 nsubj 2:nsubj _ -2 argue argue VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 that that SCONJ IN _ 5 mark 5:mark _ -4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj|8:nsubj:xsubj _ -5 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +2 argue argue VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 that that SCONJ IN _ 8 mark 8:mark _ +4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ +5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 6 to to PART TO _ 8 mark 8:mark _ 7 be be AUX VB VerbForm=Inf 8 cop 8:cop _ -8 part part NOUN NN Number=Sing 5 xcomp 5:xcomp _ +8 part part NOUN NN Number=Sing 2 ccomp 2:ccomp _ 9 of of ADP IN _ 12 case 12:case _ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ -11 second second ADJ JJ Degree=Pos|NumType=Ord 12 amod 12:amod _ +11 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 12 amod 12:amod _ 12 wave wave NOUN NN Number=Sing 8 nmod 8:nmod:of _ 13 of of ADP IN _ 14 case 14:case _ 14 airliners airliner NOUN NNS Number=Plur 12 nmod 12:nmod:of _ -15 directed direct VERB VBN Tense=Past|VerbForm=Part 12 acl 12:acl _ +15 directed direct VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 acl 12:acl _ 16 to to ADP IN _ 17 case 17:case _ 17 targets target NOUN NNS Number=Plur 15 obl 15:obl:to _ 18 on on ADP IN _ 21 case 21:case _ @@ -34675,7 +34690,7 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0031 # text = There is an e-mail by Moussaoui, however, dated July 31, 2001 indicating that he sought to take a crop dusting course that was to last up to 6 months. 1 There there PRON EX _ 2 expl 2:expl _ -2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 an a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 e-mail e-mail NOUN NN Number=Sing 2 nsubj 2:nsubj _ 5 by by ADP IN _ 6 case 6:case _ @@ -34683,42 +34698,42 @@ 7 , , PUNCT , _ 8 punct 8:punct _ 8 however however ADV RB _ 4 advmod 4:advmod SpaceAfter=No 9 , , PUNCT , _ 8 punct 8:punct _ -10 dated date VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +10 dated date VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ 11 July July PROPN NNP Number=Sing 10 xcomp 10:xcomp _ -12 31 31 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No -13 , , PUNCT , _ 11 punct 11:punct _ -14 2001 2001 NUM CD NumType=Card 11 nummod 11:nummod _ +12 31 31 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No +13 , , PUNCT , _ 14 punct 14:punct _ +14 2001 2001 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 15 indicating indicate VERB VBG VerbForm=Ger 10 advcl 10:advcl _ 16 that that SCONJ IN _ 18 mark 18:mark _ 17 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj|20:nsubj:xsubj _ -18 sought seek VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 ccomp 15:ccomp _ +18 sought seek VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 ccomp 15:ccomp _ 19 to to PART TO _ 20 mark 20:mark _ 20 take take VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ 21 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 22 crop crop NOUN NN Number=Sing 23 compound 23:compound _ 23 dusting dusting NOUN NN Number=Sing 24 compound 24:compound _ -24 course course NOUN NN Number=Sing 20 obj 20:obj|26:nsubj|28:nsubj:xsubj _ -25 that that PRON WDT PronType=Rel 26 nsubj 24:ref _ -26 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 acl:relcl 24:acl:relcl _ +24 course course NOUN NN Number=Sing 20 obj 20:obj|28:nsubj _ +25 that that PRON WDT PronType=Rel 28 nsubj 24:ref _ +26 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 28 aux 28:aux _ 27 to to PART TO _ 28 mark 28:mark _ -28 last last VERB VB VerbForm=Inf 26 xcomp 26:xcomp _ +28 last last VERB VB VerbForm=Inf 24 acl:relcl 24:acl:relcl _ 29 up up ADP IN _ 32 advmod 32:advmod _ 30 to to ADP IN _ 29 fixed 29:fixed _ -31 6 6 NUM CD NumType=Card 32 nummod 32:nummod _ +31 6 6 NUM CD NumForm=Digit|NumType=Card 32 nummod 32:nummod _ 32 months month NOUN NNS Number=Plur 28 obl 28:obl SpaceAfter=No -33 . . PUNCT . _ 8 punct 8:punct _ +33 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0032 # text = In March 2003, Mohammed reportedly said that Moussaoui was not going to be part of 9/11 but was to be part of a "second wave." 1 In in ADP IN _ 2 case 2:case _ 2 March March PROPN NNP Number=Sing 7 obl 7:obl:in _ -3 2003 2003 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +3 2003 2003 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No +4 , , PUNCT , _ 2 punct 2:punct _ 5 Mohammed Mohammed PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 6 reportedly reportedly ADV RB _ 7 advmod 7:advmod _ -7 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 that that SCONJ IN _ 12 mark 12:mark _ -9 Moussaoui Moussaoui PROPN NNP Number=Sing 12 nsubj 12:nsubj|15:nsubj:xsubj|19:nsubj|22:nsubj:xsubj _ +9 Moussaoui Moussaoui PROPN NNP Number=Sing 12 nsubj 12:nsubj|15:nsubj:xsubj|22:nsubj _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 aux 12:aux _ 11 not not PART RB _ 12 advmod 12:advmod _ 12 going go VERB VBG Tense=Pres|VerbForm=Part 7 ccomp 7:ccomp _ @@ -34726,45 +34741,45 @@ 14 be be AUX VB VerbForm=Inf 15 cop 15:cop _ 15 part part NOUN NN Number=Sing 12 xcomp 12:xcomp _ 16 of of ADP IN _ 17 case 17:case _ -17 9/11 9/11 NUM CD NumType=Card 15 nmod 15:nmod:of _ -18 but but CCONJ CC _ 19 cc 19:cc _ -19 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 conj 7:ccomp|12:conj:but _ +17 9/11 9/11 NUM CD NumForm=Digit|NumType=Card 15 nmod 15:nmod:of _ +18 but but CCONJ CC _ 22 cc 22:cc _ +19 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 aux 22:aux _ 20 to to PART TO _ 22 mark 22:mark _ 21 be be AUX VB VerbForm=Inf 22 cop 22:cop _ -22 part part NOUN NN Number=Sing 19 xcomp 19:xcomp _ +22 part part NOUN NN Number=Sing 12 conj 7:ccomp|12:conj:but _ 23 of of ADP IN _ 27 case 27:case _ 24 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 25 " " PUNCT `` _ 27 punct 27:punct SpaceAfter=No -26 second second ADJ JJ Degree=Pos|NumType=Ord 27 amod 27:amod _ +26 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 27 amod 27:amod _ 27 wave wave NOUN NN Number=Sing 22 nmod 22:nmod:of SpaceAfter=No -28 . . PUNCT . _ 7 punct 7:punct SpaceAfter=No -29 " " PUNCT '' _ 7 punct 7:punct _ +28 . . PUNCT . _ 27 punct 27:punct SpaceAfter=No +29 " " PUNCT '' _ 27 punct 27:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0033 # text = Although Ramzi Binalshibh provided him $14,000 in July, accused September 11 conspirator Zacarias Moussaoui told his trial judge that he had an al Qaeda mission that would have come after the terrorist attacks. 1 Although although SCONJ IN _ 4 mark 4:mark _ 2 Ramzi Ramzi PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 3 Binalshibh Binalshibh PROPN NNP Number=Sing 2 flat 2:flat _ -4 provided provide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 advcl 17:advcl:although _ +4 provided provide VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 advcl 17:advcl:although _ 5 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 iobj 4:iobj _ 6 $ $ SYM $ _ 4 obj 4:obj SpaceAfter=No -7 14,000 14,000 NUM CD NumType=Card 6 compound 6:compound _ +7 14,000 14000 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 8 in in ADP IN _ 9 case 9:case _ 9 July July PROPN NNP Number=Sing 4 obl 4:obl:in SpaceAfter=No -10 , , PUNCT , _ 17 punct 17:punct _ -11 accused accuse VERB VBN Tense=Past|VerbForm=Part 14 amod 14:amod _ +10 , , PUNCT , _ 4 punct 4:punct _ +11 accused accuse VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 amod 14:amod _ 12 September September PROPN NNP Number=Sing 14 compound 14:compound _ -13 11 11 NUM CD NumType=Card 12 nummod 12:nummod _ +13 11 11 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 14 conspirator conspirator NOUN NN Number=Sing 15 compound 15:compound _ 15 Zacarias Zacarias PROPN NNP Number=Sing 17 nsubj 17:nsubj _ 16 Moussaoui Moussaoui PROPN NNP Number=Sing 15 flat 15:flat _ -17 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -18 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +17 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +18 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 19 trial trial NOUN NN Number=Sing 20 compound 20:compound _ -20 judge judge NOUN NN Number=Sing 17 obj 17:obj _ +20 judge judge NOUN NN Number=Sing 17 iobj 17:iobj _ 21 that that SCONJ IN _ 23 mark 23:mark _ 22 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 23 nsubj 23:nsubj _ -23 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 ccomp 17:ccomp _ +23 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 ccomp 17:ccomp _ 24 an a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 25 al al PROPN NNP Number=Sing 26 compound 26:compound _ 26 Qaeda Qaeda PROPN NNP Number=Sing 27 compound 27:compound _ @@ -34782,7 +34797,7 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0034 # text = KSM explained that Moussaoui's inquiries about crop dusters may have been related to the anthrax work being done by US-trained biochemist and Al Qaeda operative, Malaysian Yazid Sufaat. 1 KSM KSM PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 explained explain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 explained explain VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 13 mark 13:mark _ 4-5 Moussaoui's _ _ _ _ _ _ _ _ 4 Moussaoui Moussaoui PROPN NNP Number=Sing 6 nmod:poss 6:nmod:poss _ @@ -34803,16 +34818,16 @@ 19 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 acl 17:acl _ 20 by by ADP IN _ 31 case 31:case _ 21 US US PROPN NNP Number=Sing 23 obl:npmod 23:obl:npmod SpaceAfter=No -22 - - PUNCT HYPH _ 23 punct 23:punct SpaceAfter=No -23 trained train VERB VBN Tense=Past|VerbForm=Part 24 amod 24:amod _ +22 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No +23 trained train VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 24 amod 24:amod _ 24 biochemist biochemist NOUN NN Number=Sing 31 compound 31:compound _ 25 and and CCONJ CC _ 28 cc 28:cc _ 26 Al Al PROPN NNP Number=Sing 27 compound 27:compound _ 27 Qaeda Qaeda PROPN NNP Number=Sing 28 compound 28:compound _ 28 operative operative NOUN NN Number=Sing 24 conj 24:conj:and|31:compound SpaceAfter=No -29 , , PUNCT , _ 31 punct 31:punct _ -30 Malaysian malaysian ADJ JJ Degree=Pos 31 amod 31:amod _ -31 Yazid Yazid PROPN NNP Number=Sing 19 obl 19:obl:by _ +29 , , PUNCT , _ 24 punct 24:punct _ +30 Malaysian Malaysian ADJ JJ Degree=Pos 31 amod 31:amod _ +31 Yazid Yazid PROPN NNP Number=Sing 19 obl:agent 19:obl:agent _ 32 Sufaat Sufaat PROPN NNP Number=Sing 31 flat 31:flat SpaceAfter=No 33 . . PUNCT . _ 2 punct 2:punct _ @@ -34820,44 +34835,44 @@ # text = Zacarias Moussaoui, never the sharpest tool in the shed and thought by his superiors to be unreliable, has told the judge at his trial in a filing that he wants "anthrax for Jew sympathizer only." 1 Zacarias Zacarias PROPN NNP Number=Sing 21 nsubj 21:nsubj _ 2 Moussaoui Moussaoui PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 7 punct 7:punct _ 4 never never ADV RB _ 7 advmod 7:advmod _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 sharpest sharpest ADJ JJS Degree=Sup 7 amod 7:amod _ +6 sharpest sharp ADJ JJS Degree=Sup 7 amod 7:amod _ 7 tool tool NOUN NN Number=Sing 1 appos 1:appos _ 8 in in ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 shed shed NOUN NN Number=Sing 7 nmod 7:nmod:in _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 thought think VERB VBN Tense=Past|VerbForm=Part 7 conj 1:appos|7:conj:and _ +12 thought think VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 conj 1:appos|7:conj:and _ 13 by by ADP IN _ 15 case 15:case _ -14 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ -15 superiors superior NOUN NNS Number=Plur 12 obl 12:obl:by _ +14 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +15 superiors superior NOUN NNS Number=Plur 12 obl:agent 12:obl:agent _ 16 to to PART TO _ 18 mark 18:mark _ 17 be be AUX VB VerbForm=Inf 18 cop 18:cop _ 18 unreliable unreliable ADJ JJ Degree=Pos 12 xcomp 12:xcomp SpaceAfter=No -19 , , PUNCT , _ 21 punct 21:punct _ +19 , , PUNCT , _ 1 punct 1:punct _ 20 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ 21 told tell VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -23 judge judge NOUN NN Number=Sing 21 obj 21:obj _ +23 judge judge NOUN NN Number=Sing 21 iobj 21:iobj _ 24 at at ADP IN _ 26 case 26:case _ -25 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 trial trial NOUN NN Number=Sing 23 nmod 23:nmod:at _ 27 in in ADP IN _ 29 case 29:case _ 28 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ 29 filing filing NOUN NN Number=Sing 21 obl 21:obl:in _ 30 that that SCONJ IN _ 32 mark 32:mark _ 31 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 32 nsubj 32:nsubj _ -32 wants want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 ccomp 21:ccomp _ -33 " " PUNCT `` _ 32 punct 32:punct SpaceAfter=No +32 wants want VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 ccomp 21:ccomp _ +33 " " PUNCT `` _ 34 punct 34:punct SpaceAfter=No 34 anthrax anthrax NOUN NN Number=Sing 32 obj 32:obj _ 35 for for ADP IN _ 37 case 37:case _ 36 Jew Jew PROPN NNP Number=Sing 37 compound 37:compound _ 37 sympathizer sympathizer NOUN NN Number=Sing 32 obl 32:obl:for _ 38 only only ADV RB _ 37 advmod 37:advmod SpaceAfter=No -39 . . PUNCT . _ 21 punct 21:punct SpaceAfter=No -40 " " PUNCT '' _ 21 punct 21:punct _ +39 . . PUNCT . _ 37 punct 37:punct SpaceAfter=No +40 " " PUNCT '' _ 37 punct 37:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0036 # text = Al Qaeda's regional operative, Hambali, who was at a key January 2000 meeting and supervised Sufaat, has been captured. @@ -34867,21 +34882,21 @@ 3 's 's PART POS _ 2 case 2:case _ 4 regional regional ADJ JJ Degree=Pos 5 amod 5:amod _ 5 operative operative NOUN NN Number=Sing 23 nsubj:pass 16:nsubj|18:nsubj|23:nsubj:pass SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 Hambali Hambali PROPN NNP Number=Sing 5 appos 5:appos SpaceAfter=No -8 , , PUNCT , _ 5 punct 5:punct _ +8 , , PUNCT , _ 16 punct 16:punct _ 9 who who PRON WP PronType=Rel 16 nsubj 5:ref _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 cop 16:cop _ 11 at at ADP IN _ 16 case 16:case _ 12 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 13 key key ADJ JJ Degree=Pos 16 amod 16:amod _ 14 January January PROPN NNP Number=Sing 16 compound 16:compound _ -15 2000 2000 NUM CD NumType=Card 14 nummod 14:nummod _ +15 2000 2000 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 16 meeting meeting NOUN NN Number=Sing 5 acl:relcl 5:acl:relcl _ 17 and and CCONJ CC _ 18 cc 18:cc _ -18 supervised supervise VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 conj 5:acl:relcl|16:conj:and _ +18 supervised supervise VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 conj 5:acl:relcl|16:conj:and _ 19 Sufaat Sufaat PROPN NNP Number=Sing 18 obj 18:obj SpaceAfter=No -20 , , PUNCT , _ 23 punct 23:punct _ +20 , , PUNCT , _ 5 punct 5:punct _ 21 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ 22 been be AUX VBN Tense=Past|VerbForm=Part 23 aux:pass 23:aux:pass _ 23 captured capture VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No @@ -34894,7 +34909,7 @@ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 cooperating cooperate VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 to to ADP IN _ 7 case 7:case _ -6 some some DET DT _ 7 det 7:det _ +6 some some DET DT PronType=Ind 7 det 7:det _ 7 degree degree NOUN NN Number=Sing 4 obl 4:obl:to SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ @@ -34903,69 +34918,69 @@ 1 KSM KSM PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 Hambali Hambali PROPN NNP Number=Sing 1 conj 1:conj:and|4:nsubj _ -4 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 sent send VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 al al PROPN NNP Number=Sing 7 compound 7:compound SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 Hindi Hindi PROPN NNP Number=Sing 4 obj 4:obj _ 8 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 9 al al PROPN NNP Number=Sing 11 compound 11:compound SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 11 Britani Britani PROPN NNP Number=Sing 7 appos 7:appos SpaceAfter=No 12 ) ) PUNCT -RRB- _ 11 punct 11:punct SpaceAfter=No -13 , , PUNCT , _ 7 punct 7:punct _ +13 , , PUNCT , _ 16 punct 16:punct _ 14 along along ADP IN _ 16 case 16:case _ 15 with with ADP IN _ 16 case 16:case _ 16 Jafar Jafar PROPN NNP Number=Sing 7 nmod 7:nmod:with _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 Pilot Pilot PROPN NNP Number=Sing 16 appos 16:appos SpaceAfter=No -19 , , PUNCT , _ 4 punct 4:punct _ +19 , , PUNCT , _ 21 punct 21:punct _ 20 to to PART TO _ 21 mark 21:mark _ 21 case case VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ 22 NYC NYC PROPN NNP Number=Sing 23 compound 23:compound _ 23 targets target NOUN NNS Number=Plur 21 obj 21:obj _ 24 for for ADP IN _ 27 case 27:case _ 25 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ -26 second second ADJ JJ Degree=Pos|NumType=Ord 27 amod 27:amod _ +26 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 27 amod 27:amod _ 27 wave wave NOUN NN Number=Sing 21 obl 21:obl:for SpaceAfter=No 28 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0039 # text = It was as part of that surveillance in early 2001 that Jafar the Pilot studied tourist helicopters in the NYC area. -1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 expl 4:expl _ +2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 3 as as ADP IN _ 4 case 4:case _ -4 part part NOUN NN Number=Sing 2 obl 2:obl:as _ +4 part part NOUN NN Number=Sing 0 root 0:root|15:obl:as _ 5 of of ADP IN _ 7 case 7:case _ 6 that that DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 surveillance surveillance NOUN NN Number=Sing 4 nmod 4:nmod:of _ 8 in in ADP IN _ 10 case 10:case _ 9 early early ADJ JJ Degree=Pos 10 amod 10:amod _ -10 2001 2001 NUM CD NumType=Card 7 nmod 7:nmod:in _ -11 that that ADV WRB PronType=Dem 15 advmod 15:advmod _ +10 2001 2001 NUM CD NumForm=Digit|NumType=Card 7 nmod 7:nmod:in _ +11 that that PRON WDT PronType=Rel 15 obl 4:ref _ 12 Jafar Jafar PROPN NNP Number=Sing 15 nsubj 15:nsubj _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 Pilot Pilot PROPN NNP Number=Sing 12 appos 12:appos _ -15 studied study VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl _ +15 studied study VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 advcl:relcl 4:advcl:relcl _ 16 tourist tourist NOUN NN Number=Sing 17 compound 17:compound _ 17 helicopters helicopter NOUN NNS Number=Plur 15 obj 15:obj _ 18 in in ADP IN _ 21 case 21:case _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 20 NYC NYC PROPN NNP Number=Sing 21 compound 21:compound _ 21 area area NOUN NN Number=Sing 15 obl 15:obl:in SpaceAfter=No -22 . . PUNCT . _ 2 punct 2:punct _ +22 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0040 # text = Sufaat, according to both KSM and Hambali, did not have the virulent US Army Ames strain that would be used. 1 Sufaat Sufaat PROPN NNP Number=Sing 12 nsubj 12:nsubj SpaceAfter=No -2 , , PUNCT , _ 12 punct 12:punct _ -3 according accord VERB VBG VerbForm=Ger 6 case 6:case _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 according accord VERB VBG ExtPos=ADP|VerbForm=Ger 6 case 6:case _ 4 to to ADP IN _ 3 fixed 3:fixed _ 5 both both CCONJ CC _ 6 cc:preconj 6:cc:preconj _ -6 KSM KSM PROPN NNP Number=Sing 12 obl 12:obl:accord_to _ +6 KSM KSM PROPN NNP Number=Sing 12 obl 12:obl:according_to _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 Hambali Hambali PROPN NNP Number=Sing 6 conj 6:conj:and|12:obl:accord_to SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ -10 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 aux 12:aux _ +8 Hambali Hambali PROPN NNP Number=Sing 6 conj 6:conj:and|12:obl:according_to SpaceAfter=No +9 , , PUNCT , _ 6 punct 6:punct _ +10 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 aux 12:aux _ 11 not not PART RB _ 12 advmod 12:advmod _ 12 have have VERB VB VerbForm=Inf 0 root 0:root _ 13 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ @@ -34985,9 +35000,9 @@ 1 That that PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ 2 would would AUX MD VerbForm=Fin 3 aux 3:aux _ 3 require require VERB VB VerbForm=Inf 0 root 0:root _ -4 someone someone PRON NN Number=Sing 3 obj 3:obj|6:nsubj _ +4 someone someone PRON NN Number=Sing|PronType=Ind 3 obj 3:obj|6:nsubj _ 5 who who PRON WP PronType=Rel 6 nsubj 4:ref _ -6 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +6 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 access access NOUN NN Number=Sing 6 obj 6:obj _ 8 to to ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -35000,10 +35015,10 @@ 2 if if SCONJ IN _ 6 mark 6:mark _ 3 experience experience NOUN NN Number=Sing 6 nsubj 6:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -5 any any DET DT _ 6 det 6:det _ +5 any any DET DT PronType=Ind 6 det 6:det _ 6 guide guide NOUN NN Number=Sing 10 advcl 10:advcl:if SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ -8 nothing nothing PRON NN Number=Sing 10 nsubj 10:nsubj _ +7 , , PUNCT , _ 6 punct 6:punct _ +8 nothing nothing PRON NN Number=Sing|PronType=Neg 10 nsubj 10:nsubj _ 9 would would AUX MD VerbForm=Fin 10 aux 10:aux _ 10 stand stand VERB VB VerbForm=Inf 0 root 0:root _ 11 in in ADP IN _ 13 case 13:case _ @@ -35016,7 +35031,7 @@ 17 Zawahiri Zawahiri PROPN NNP Number=Sing 15 flat 15:flat _ 18 's 's PART POS _ 15 case 15:case _ 19 decade decade NOUN NN Number=Sing 21 obl:npmod 21:obl:npmod SpaceAfter=No -20 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No +20 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No 21 long long ADJ JJ Degree=Pos 22 amod 22:amod _ 22 quest quest NOUN NN Number=Sing 13 nmod 13:nmod:of|33:nsubj:pass _ 23 to to PART TO _ 24 mark 24:mark _ @@ -35031,11 +35046,11 @@ 32 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 33 aux:pass 33:aux:pass _ 33 described describe VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 acl:relcl 22:acl:relcl _ 34 by by ADP IN _ 36 case 36:case _ -35 one one NUM CD NumType=Card 36 nummod 36:nummod _ -36 confidante confidante NOUN NN Number=Sing 33 obl 33:obl:by _ +35 one one NUM CD NumForm=Word|NumType=Card 36 nummod 36:nummod _ +36 confidante confidante NOUN NN Number=Sing 33 obl:agent 33:obl:agent _ 37 to to ADP IN _ 41 case 41:case _ 38 an a DET DT Definite=Ind|PronType=Art 41 det 41:det _ -39 Egyptian egyptian ADJ JJ Degree=Pos 41 amod 41:amod _ +39 Egyptian Egyptian ADJ JJ Degree=Pos 41 amod 41:amod _ 40 newspaper newspaper NOUN NN Number=Sing 41 compound 41:compound _ 41 reporter reporter NOUN NN Number=Sing 33 obl 33:obl:to SpaceAfter=No 42 . . PUNCT . _ 10 punct 10:punct _ @@ -35043,15 +35058,15 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0043 # text = The islamist had been released from Egyptian prison and had known Zawahiri well for many years. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 islamist islamist NOUN NN Number=Sing 5 nsubj:pass 5:nsubj:pass|11:nsubj:pass _ -3 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +2 islamist Islamist NOUN NN Number=Sing 5 nsubj:pass 5:nsubj:pass|11:nsubj:pass _ +3 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 4 been be AUX VBN Tense=Past|VerbForm=Part 5 aux:pass 5:aux:pass _ 5 released release VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 from from ADP IN _ 8 case 8:case _ -7 Egyptian egyptian ADJ JJ Degree=Pos 8 amod 8:amod _ +7 Egyptian Egyptian ADJ JJ Degree=Pos 8 amod 8:amod _ 8 prison prison NOUN NN Number=Sing 5 obl 5:obl:from _ 9 and and CCONJ CC _ 11 cc 11:cc _ -10 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 aux 11:aux _ +10 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 aux 11:aux _ 11 known know VERB VBN Tense=Past|VerbForm=Part 5 conj 5:conj:and _ 12 Zawahiri Zawahiri PROPN NNP Number=Sing 11 obj 11:obj _ 13 well well ADV RB Degree=Pos 11 advmod 11:advmod _ @@ -35071,8 +35086,8 @@ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 Spring spring NOUN NN Number=Sing 1 nmod 1:nmod:in _ 9 of of ADP IN _ 10 case 10:case _ -10 1999 1999 NUM CD NumType=Card 8 nmod 8:nmod:of _ -11 indicate indicate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +10 1999 1999 NUM CD NumForm=Digit|NumType=Card 8 nmod 8:nmod:of _ +11 indicate indicate VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 12 that that SCONJ IN _ 17 mark 17:mark _ 13 Ayman Ayman PROPN NNP Number=Sing 17 nsubj 17:nsubj _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 cop 17:cop _ @@ -35089,11 +35104,11 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0045 # text = He believed that the koran instructed that a jihadist should use the weapons used by the crusader. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 believed believe VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 believed believe VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 6 mark 6:mark _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 koran koran PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -6 instructed instruct VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +5 koran Koran PROPN NNP Number=Sing 6 nsubj 6:nsubj _ +6 instructed instruct VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 7 that that SCONJ IN _ 11 mark 11:mark _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 jihadist jihadist NOUN NN Number=Sing 11 nsubj 11:nsubj _ @@ -35101,25 +35116,25 @@ 11 use use VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 weapons weapon NOUN NNS Number=Plur 11 obj 11:obj _ -14 used use VERB VBN Tense=Past|VerbForm=Part 13 acl 13:acl _ +14 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 acl 13:acl _ 15 by by ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -17 crusader crusader NOUN NN Number=Sing 14 obl 14:obl:by SpaceAfter=No +17 crusader crusader NOUN NN Number=Sing 14 obl:agent 14:obl:agent SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0046 # text = "What we know is that he's always said it was a religious obligation to have the same weapons as their enemies," former CIA OBL unit counter terrorism chief Michael Scheuer has said. -1 " " PUNCT `` _ 36 punct 36:punct SpaceAfter=No +1 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No 2 What what PRON WP PronType=Int 4 obj 4:obj _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 csubj 5:csubj _ -5 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 36 ccomp 36:ccomp _ +4 know know VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 10 csubj:outer 10:csubj:outer _ +5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 6 that that SCONJ IN _ 10 mark 10:mark _ 7-8 he's _ _ _ _ _ _ _ _ -7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj:pass 10:nsubj:pass _ -8 's have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ +7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ +8 's have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 always always ADV RB _ 10 advmod 10:advmod _ -10 said say VERB VBN Tense=Past|VerbForm=Part 5 ccomp 5:ccomp _ +10 said say VERB VBN Tense=Past|VerbForm=Part 36 ccomp 36:ccomp _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 expl 15:expl _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ 13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ @@ -35131,10 +35146,10 @@ 19 same same ADJ JJ Degree=Pos 20 amod 20:amod _ 20 weapons weapon NOUN NNS Number=Plur 17 obj 17:obj _ 21 as as ADP IN _ 23 case 23:case _ -22 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 enemies enemy NOUN NNS Number=Plur 20 nmod 20:nmod:as SpaceAfter=No -24 , , PUNCT , _ 36 punct 36:punct SpaceAfter=No -25 " " PUNCT '' _ 36 punct 36:punct _ +24 , , PUNCT , _ 10 punct 10:punct SpaceAfter=No +25 " " PUNCT '' _ 10 punct 10:punct _ 26 former former ADJ JJ Degree=Pos 32 amod 32:amod _ 27 CIA CIA PROPN NNP Number=Sing 32 compound 32:compound _ 28 OBL OBL PROPN NNP Number=Sing 29 compound 29:compound _ @@ -35154,21 +35169,21 @@ 2 Wall Wall PROPN NNP Number=Sing 3 compound 3:compound _ 3 Street Street PROPN NNP Number=Sing 4 compound 4:compound _ 4 Journal Journal PROPN NNP Number=Sing 5 nsubj 5:nsubj _ -5 reported report VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 reported report VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 that that SCONJ IN _ 12 mark 12:mark _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 computer computer NOUN NN Number=Sing 12 nsubj 12:nsubj _ -9 used use VERB VBN Tense=Past|VerbForm=Part 8 acl 8:acl _ +9 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl 8:acl _ 10 by by ADP IN _ 11 case 11:case _ -11 Zawahiri Zawahiri PROPN NNP Number=Sing 9 obl 9:obl:by _ +11 Zawahiri Zawahiri PROPN NNP Number=Sing 9 obl:agent 9:obl:agent _ 12 contains contain VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ 13 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ -14 June June PROPN NNP Number=Sing 15 appos 15:appos _ -15 1999 1999 NUM CD NumType=Card 16 compound 16:compound _ +14 June June PROPN NNP Number=Sing 16 compound 16:compound _ +15 1999 1999 NUM CD NumForm=Digit|NumType=Card 14 appos 14:appos _ 16 memo memo NOUN NN Number=Sing 12 obj 12:obj|19:nsubj _ 17 that that PRON WDT PronType=Rel 19 nsubj 16:ref _ -18 " " PUNCT `` _ 19 punct 19:punct SpaceAfter=No -19 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ +18 " " PUNCT `` _ 17 punct 17:punct SpaceAfter=No +19 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 program program NOUN NN Number=Sing 23 nsubj 23:nsubj _ 22 should should AUX MD VerbForm=Fin 23 aux 23:aux _ @@ -35178,19 +35193,19 @@ 26 talent talent NOUN NN Number=Sing 24 conj 23:obj|24:conj:and _ 27 in in ADP IN _ 29 case 29:case _ 28 educational educational ADJ JJ Degree=Pos 29 amod 29:amod _ -29 institutions institution NOUN NNS Number=Plur 23 obl 23:obl:in SpaceAfter=No -30 , , PUNCT , _ 29 punct 29:punct _ -31 which which PRON WDT PronType=Int 37 nsubj 37:nsubj|41:nsubj _ +29 institutions institution NOUN NNS Number=Plur 23 obl 23:obl:in|37:nsubj|41:nsubj SpaceAfter=No +30 , , PUNCT , _ 33 punct 33:punct _ +31 which which PRON WDT PronType=Rel 37 nsubj 29:ref _ 32 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 33 nsubj 33:nsubj _ -33 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 29 acl:relcl 29:acl:relcl _ -34 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 37 cop 37:cop _ +33 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 29 acl:relcl 29:acl:relcl _ +34 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 37 cop 37:cop _ 35 ' ' PUNCT `` _ 37 punct 37:punct SpaceAfter=No -36 more more ADV RBR _ 37 advmod 37:advmod _ +36 more more ADV RBR Degree=Cmp 37 advmod 37:advmod _ 37 beneficial beneficial ADJ JJ Degree=Pos 33 ccomp 33:ccomp _ 38 to to ADP IN _ 39 case 39:case _ 39 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 37 obl 37:obl:to _ 40 and and CCONJ CC _ 41 cc 41:cc _ -41 allow allow VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 37 conj 33:ccomp|37:conj:and _ +41 allow allow VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 37 conj 33:ccomp|37:conj:and _ 42 easy easy ADJ JJ Degree=Pos 43 amod 43:amod _ 43 access access NOUN NN Number=Sing 41 obj 41:obj|50:nsubj _ 44 to to ADP IN _ 45 case 45:case _ @@ -35203,13 +35218,13 @@ 51 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 50 obj 50:obj _ 52 in in ADP IN _ 55 case 55:case _ 53 the the DET DT Definite=Def|PronType=Art 55 det 55:det _ -54 first first ADJ JJ Degree=Pos|NumType=Ord 55 amod 55:amod _ +54 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 55 amod 55:amod _ 55 stage stage NOUN NN Number=Sing 50 obl 50:obl:in SpaceAfter=No -56 , , PUNCT , _ 50 punct 50:punct _ +56 , , PUNCT , _ 58 punct 58:punct _ 57 God God PROPN NNP Number=Sing 58 nsubj 58:nsubj _ 58 willing willing ADJ JJ Degree=Pos 50 advcl 50:advcl SpaceAfter=No -59 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No -60 ' ' PUNCT '' _ 5 punct 5:punct _ +59 . . PUNCT . _ 37 punct 37:punct SpaceAfter=No +60 ' ' PUNCT '' _ 37 punct 37:punct _ 61 '' '' PUNCT '' _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0048 @@ -35222,13 +35237,13 @@ 6 faction faction NOUN NN Number=Sing 3 obl 3:obl:with _ 7 of of ADP IN _ 11 case 11:case _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -9 Egyptian Egyptian PROPN NNP Number=Sing 11 compound 11:compound _ -10 Islamic Islamic PROPN NNP Number=Sing 11 compound 11:compound _ +9 Egyptian Egyptian ADJ NNP Degree=Pos 11 amod 11:amod _ +10 Islamic Islamic ADJ NNP Degree=Pos 11 amod 11:amod _ 11 Jihad Jihad PROPN NNP Number=Sing 6 nmod 6:nmod:of _ -12 known know VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +12 known know VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 13 as as ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -15 Vanguards Vanguards PROPN NNPS Number=Plur 12 obl 12:obl:as _ +15 Vanguards Vanguard PROPN NNPS Number=Plur 12 obl 12:obl:as _ 16 of of ADP IN _ 17 case 17:case _ 17 Conquest Conquest PROPN NNP Number=Sing 15 nmod 15:nmod:of SpaceAfter=No 18 . . PUNCT . _ 3 punct 3:punct _ @@ -35238,10 +35253,10 @@ 1 Zawahiri Zawahiri PROPN NNP Number=Sing 8 nsubj 8:nsubj|10:nsubj:xsubj _ 2 and and CCONJ CC _ 4 cc 4:cc _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 Vanguards Vanguards PROPN NNPS Number=Plur 1 conj 1:conj:and|8:nsubj|10:nsubj:xsubj _ +4 Vanguards Vanguard PROPN NNPS Number=Plur 1 conj 1:conj:and|8:nsubj|10:nsubj:xsubj _ 5 of of ADP IN _ 6 case 6:case _ 6 Conquest Conquest PROPN NNP Number=Sing 4 nmod 4:nmod:of _ -7 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux 8:aux _ +7 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 8 seeking seek VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 9 to to PART TO _ 10 mark 10:mark _ 10 recreate recreate VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ @@ -35259,32 +35274,32 @@ 21 violent violent ADJ JJ Degree=Pos 22 amod 22:amod _ 22 attacks attack NOUN NNS Number=Plur 13 nmod 13:nmod:through _ 23 on on ADP IN _ 25 case 25:case _ -24 Egyptian egyptian ADJ JJ Degree=Pos 25 amod 25:amod _ +24 Egyptian Egyptian ADJ JJ Degree=Pos 25 amod 25:amod _ 25 leaders leader NOUN NNS Number=Plur 22 nmod 22:nmod:on SpaceAfter=No 26 . . PUNCT . _ 8 punct 8:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0050 # text = By 1998, Zawahiri had determined that the Egyptian Islamic Jihad should focus on its struggle against the United States and hold off on further attacks against the Egyptian regime. 1 By by ADP IN _ 2 case 2:case _ -2 1998 1998 NUM CD NumType=Card 6 obl 6:obl:by SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +2 1998 1998 NUM CD NumForm=Digit|NumType=Card 6 obl 6:obl:by SpaceAfter=No +3 , , PUNCT , _ 2 punct 2:punct _ 4 Zawahiri Zawahiri PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -5 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +5 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 6 determined determine VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 7 that that SCONJ IN _ 13 mark 13:mark _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -9 Egyptian Egyptian PROPN NNP Number=Sing 11 compound 11:compound _ -10 Islamic Islamic PROPN NNP Number=Sing 11 compound 11:compound _ +9 Egyptian Egyptian ADJ NNP Degree=Pos 11 amod 11:amod _ +10 Islamic Islamic ADJ NNP Degree=Pos 11 amod 11:amod _ 11 Jihad Jihad PROPN NNP Number=Sing 13 nsubj 13:nsubj|22:nsubj _ 12 should should AUX MD VerbForm=Fin 13 aux 13:aux _ 13 focus focus VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ 14 on on ADP IN _ 16 case 16:case _ -15 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 struggle struggle NOUN NN Number=Sing 13 obl 13:obl:on _ 17 against against ADP IN _ 20 case 20:case _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -19 United United PROPN NNP Number=Sing 20 compound 20:compound _ -20 States States PROPN NNP Number=Sing 16 nmod 16:nmod:against _ +19 United United ADJ NNP Degree=Pos 20 amod 20:amod _ +20 States State PROPN NNPS Number=Plur 16 nmod 16:nmod:against _ 21 and and CCONJ CC _ 22 cc 22:cc _ 22 hold hold VERB VB VerbForm=Inf 13 conj 6:ccomp|13:conj:and _ 23 off off ADP RP _ 22 compound:prt 22:compound:prt _ @@ -35293,7 +35308,7 @@ 26 attacks attack NOUN NNS Number=Plur 22 obl 22:obl:on _ 27 against against ADP IN _ 30 case 30:case _ 28 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ -29 Egyptian egyptian ADJ JJ Degree=Pos 30 amod 30:amod _ +29 Egyptian Egyptian ADJ JJ Degree=Pos 30 amod 30:amod _ 30 regime regime NOUN NN Number=Sing 26 nmod 26:nmod:against SpaceAfter=No 31 . . PUNCT . _ 6 punct 6:punct _ @@ -35301,66 +35316,66 @@ # text = A key question is how they acquired the anthrax strain first isolated by the Texas Veterinary Medical Diagnostic Lab in 1980. 1 A a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 2 key key ADJ JJ Degree=Pos 3 amod 3:amod _ -3 question question NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 how how SCONJ WRB PronType=Int 7 mark 7:mark _ +3 question question NOUN NN Number=Sing 7 nsubj:outer 7:nsubj:outer _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +5 how how ADV WRB PronType=Int 7 advmod 7:advmod _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 acquired acquire VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +7 acquired acquire VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 anthrax anthrax NOUN NN Number=Sing 10 compound 10:compound _ 10 strain strain NOUN NN Number=Sing 7 obj 7:obj _ -11 first first ADV RB _ 12 advmod 12:advmod _ -12 isolated isolate VERB VBN Tense=Past|VerbForm=Part 10 acl 10:acl _ +11 first first ADV RB NumForm=Word|NumType=Ord 12 advmod 12:advmod _ +12 isolated isolate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 acl 10:acl _ 13 by by ADP IN _ 19 case 19:case _ 14 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 15 Texas Texas PROPN NNP Number=Sing 19 compound 19:compound _ -16 Veterinary Veterinary PROPN NNP Number=Sing 19 compound 19:compound _ -17 Medical Medical PROPN NNP Number=Sing 19 compound 19:compound _ -18 Diagnostic Diagnostic PROPN NNP Number=Sing 19 compound 19:compound _ -19 Lab Lab PROPN NNP Number=Sing 12 obl 12:obl:by _ +16 Veterinary Veterinary ADJ NNP Degree=Pos 19 amod 19:amod _ +17 Medical Medical ADJ NNP Degree=Pos 19 amod 19:amod _ +18 Diagnostic Diagnostic ADJ NNP Degree=Pos 19 amod 19:amod _ +19 Lab Lab PROPN NNP Number=Sing 12 obl:agent 12:obl:agent _ 20 in in ADP IN _ 21 case 21:case _ -21 1980 1980 NUM CD NumType=Card 12 obl 12:obl:in SpaceAfter=No -22 . . PUNCT . _ 4 punct 4:punct _ +21 1980 1980 NUM CD NumForm=Digit|NumType=Card 12 obl 12:obl:in SpaceAfter=No +22 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0052 # text = According to senior counter terrorism officials, both here and abroad, among the supporters of these militant islamists were people who blended into society and were available to act when another part of the network requested it. -1 According accord VERB VBG VerbForm=Ger 6 case 6:case _ -2 to to ADP IN _ 6 case 6:case _ +1 According accord VERB VBG ExtPos=ADP|VerbForm=Ger 6 case 6:case _ +2 to to ADP IN _ 1 fixed 1:fixed _ 3 senior senior ADJ JJ Degree=Pos 6 amod 6:amod _ 4 counter counter X AFX _ 5 compound 5:compound _ 5 terrorism terrorism NOUN NN Number=Sing 6 compound 6:compound _ -6 officials official NOUN NNS Number=Plur 15 obl 15:obl:to SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +6 officials official NOUN NNS Number=Plur 15 obl 15:obl:according_to SpaceAfter=No +7 , , PUNCT , _ 9 punct 9:punct _ 8 both both CCONJ CC _ 9 cc:preconj 9:cc:preconj _ 9 here here ADV RB PronType=Dem 6 advmod 6:advmod _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 abroad abroad ADV RB _ 9 conj 6:advmod|9:conj:and SpaceAfter=No -12 , , PUNCT , _ 15 punct 15:punct _ +12 , , PUNCT , _ 6 punct 6:punct _ 13 among among ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 supporters supporter NOUN NNS Number=Plur 0 root 0:root _ 16 of of ADP IN _ 19 case 19:case _ 17 these this DET DT Number=Plur|PronType=Dem 19 det 19:det _ 18 militant militant ADJ JJ Degree=Pos 19 amod 19:amod _ -19 islamists islamist NOUN NNS Number=Plur 15 nmod 15:nmod:of _ -20 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 cop 15:cop _ +19 islamists Islamist NOUN NNS Number=Plur 15 nmod 15:nmod:of _ +20 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ 21 people people NOUN NNS Number=Plur 15 nsubj 15:nsubj|23:nsubj|28:nsubj _ 22 who who PRON WP PronType=Rel 23 nsubj 21:ref _ -23 blended blend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 acl:relcl 21:acl:relcl _ +23 blended blend VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 21 acl:relcl 21:acl:relcl _ 24 into into ADP IN _ 25 case 25:case _ 25 society society NOUN NN Number=Sing 23 obl 23:obl:into _ 26 and and CCONJ CC _ 28 cc 28:cc _ -27 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 28 cop 28:cop _ +27 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 28 cop 28:cop _ 28 available available ADJ JJ Degree=Pos 23 conj 21:acl:relcl|23:conj:and _ 29 to to PART TO _ 30 mark 30:mark _ 30 act act VERB VB VerbForm=Inf 28 advcl 28:advcl:to _ -31 when when SCONJ WRB PronType=Int 37 mark 37:mark _ -32 another another DET DT _ 33 det 33:det _ +31 when when ADV WRB PronType=Int 37 advmod 37:advmod _ +32 another another DET DT PronType=Ind 33 det 33:det _ 33 part part NOUN NN Number=Sing 37 nsubj 37:nsubj _ 34 of of ADP IN _ 36 case 36:case _ 35 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ 36 network network NOUN NN Number=Sing 33 nmod 33:nmod:of _ -37 requested request VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 30 advcl 30:advcl:when _ +37 requested request VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 30 advcl 30:advcl:when _ 38 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 37 obj 37:obj SpaceAfter=No 39 . . PUNCT . _ 15 punct 15:punct _ @@ -35371,25 +35386,25 @@ 3 days day NOUN NNS Number=Plur 5 nmod:npmod 5:nmod:npmod _ 4 before before ADP IN _ 5 case 5:case _ 5 Christmas Christmas PROPN NNP Number=Sing 29 obl 29:obl:before _ -6 2003 2003 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No -7 , , PUNCT , _ 29 punct 29:punct _ +6 2003 2003 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +7 , , PUNCT , _ 5 punct 5:punct _ 8 after after ADP IN _ 12 case 12:case _ 9 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ -10 renewed renew VERB VBN Tense=Past|VerbForm=Part 12 amod 12:amod _ +10 renewed renew VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 amod 12:amod _ 11 audiotape audiotape NOUN NN Number=Sing 12 compound 12:compound _ 12 threat threat NOUN NN Number=Sing 29 obl 29:obl:after _ 13 by by ADP IN _ 14 case 14:case _ 14 Zawahiri Zawahiri PROPN NNP Number=Sing 12 nmod 12:nmod:by _ 15 of of ADP IN _ 16 case 16:case _ 16 attacks attack NOUN NNS Number=Plur 12 nmod 12:nmod:of SpaceAfter=No -17 , , PUNCT , _ 16 punct 16:punct _ +17 , , PUNCT , _ 19 punct 19:punct _ 18 to to PART TO _ 19 mark 19:mark _ 19 include include VERB VB VerbForm=Inf 16 acl 16:acl:to _ 20 in in ADP IN _ 23 case 23:case _ 21 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 22 US US PROPN NNP Number=Sing 23 compound 23:compound _ 23 homeland homeland NOUN NN Number=Sing 19 obl 19:obl:in SpaceAfter=No -24 , , PUNCT , _ 29 punct 29:punct _ +24 , , PUNCT , _ 12 punct 12:punct _ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 26 threat threat NOUN NN Number=Sing 27 compound 27:compound _ 27 level level NOUN NN Number=Sing 29 nsubj:pass 29:nsubj:pass _ @@ -35399,9 +35414,9 @@ 31 orange orange ADJ JJ Degree=Pos 29 obl 29:obl:to _ 32 or or CCONJ CC _ 34 cc 34:cc _ 33 " " PUNCT `` _ 34 punct 34:punct SpaceAfter=No -34 high high ADJ JJ Degree=Pos 31 appos 31:appos SpaceAfter=No -35 . . PUNCT . _ 29 punct 29:punct SpaceAfter=No -36 " " PUNCT '' _ 29 punct 29:punct _ +34 high high ADJ JJ Degree=Pos 31 conj 31:conj SpaceAfter=No +35 . . PUNCT . _ 34 punct 34:punct SpaceAfter=No +36 " " PUNCT '' _ 34 punct 34:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0054 # text = After the alert condition had long since returned to yellow, Zawahiri in late February issued another audiotape. @@ -35409,28 +35424,28 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 alert alert NOUN NN Number=Sing 4 compound 4:compound _ 4 condition condition NOUN NN Number=Sing 8 nsubj 8:nsubj _ -5 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux 8:aux _ +5 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 6 long long ADV RB Degree=Pos 7 advmod 7:advmod _ 7 since since ADV RB _ 8 advmod 8:advmod _ 8 returned return VERB VBN Tense=Past|VerbForm=Part 16 advcl 16:advcl:after _ 9 to to ADP IN _ 10 case 10:case _ 10 yellow yellow ADJ JJ Degree=Pos 8 obl 8:obl:to SpaceAfter=No -11 , , PUNCT , _ 16 punct 16:punct _ +11 , , PUNCT , _ 8 punct 8:punct _ 12 Zawahiri Zawahiri PROPN NNP Number=Sing 16 nsubj 16:nsubj _ 13 in in ADP IN _ 15 case 15:case _ 14 late late ADJ JJ Degree=Pos 15 amod 15:amod _ 15 February February PROPN NNP Number=Sing 16 obl 16:obl:in _ -16 issued issue VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -17 another another DET DT _ 18 det 18:det _ +16 issued issue VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +17 another another DET DT PronType=Ind 18 det 18:det _ 18 audiotape audiotape NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No 19 . . PUNCT . _ 16 punct 16:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0055 # text = He urged the President that brigades and brigades would be coming under the banner of jihad carrying death and seeking paradise. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 urged urge VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 urged urge VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 President President PROPN NNP Number=Sing 2 obj 2:obj _ +4 President President PROPN NNP Number=Sing 2 iobj 2:iobj _ 5 that that SCONJ IN _ 11 mark 11:mark _ 6 brigades brigade NOUN NNS Number=Plur 11 nsubj 11:nsubj _ 7 and and CCONJ CC _ 8 cc 8:cc _ @@ -35453,14 +35468,14 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0056 # text = Zawahiri said that the US should expect another 9/11 on US soil. 1 Zawahiri Zawahiri PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 7 mark 7:mark _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 US US PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 6 should should AUX MD VerbForm=Fin 7 aux 7:aux _ 7 expect expect VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ -8 another another DET DT _ 9 det 9:det _ -9 9/11 9/11 NUM CD NumType=Card 7 obj 7:obj _ +8 another another DET DT PronType=Ind 9 det 9:det _ +9 9/11 9/11 NUM CD NumForm=Digit|NumType=Card 7 obj 7:obj _ 10 on on ADP IN _ 12 case 12:case _ 11 US US PROPN NNP Number=Sing 12 compound 12:compound _ 12 soil soil NOUN NN Number=Sing 9 nmod 9:nmod:on SpaceAfter=No @@ -35468,16 +35483,16 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0057 # text = According to some reports, Zawahiri is thought by intelligence to be somewhere near the border of Pakistan and Afghanistan. -1 According accord VERB VBG VerbForm=Ger 4 case 4:case _ -2 to to ADP IN _ 4 case 4:case _ -3 some some DET DT _ 4 det 4:det _ -4 reports report NOUN NNS Number=Plur 8 obl 8:obl:to SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +1 According accord VERB VBG ExtPos=ADP|VerbForm=Ger 4 case 4:case _ +2 to to ADP IN _ 1 fixed 1:fixed _ +3 some some DET DT PronType=Ind 4 det 4:det _ +4 reports report NOUN NNS Number=Plur 8 obl 8:obl:according_to SpaceAfter=No +5 , , PUNCT , _ 4 punct 4:punct _ 6 Zawahiri Zawahiri PROPN NNP Number=Sing 8 nsubj:pass 8:nsubj:pass|13:nsubj:xsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux:pass 8:aux:pass _ 8 thought think VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 9 by by ADP IN _ 10 case 10:case _ -10 intelligence intelligence NOUN NN Number=Sing 8 obl 8:obl:by _ +10 intelligence intelligence NOUN NN Number=Sing 8 obl:agent 8:obl:agent _ 11 to to PART TO _ 13 mark 13:mark _ 12 be be AUX VB VerbForm=Inf 13 cop 13:cop _ 13 somewhere somewhere ADV RB _ 8 xcomp 8:xcomp _ @@ -35493,13 +35508,13 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0058 # text = At one time, some thought he had been spotted in Iran. 1 At at ADP IN _ 3 case 3:case _ -2 one one NUM CD NumType=Card 3 nummod 3:nummod _ +2 one one NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 time time NOUN NN Number=Sing 6 obl 6:obl:at SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ -5 some some DET DT _ 6 nsubj 6:nsubj _ -6 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 , , PUNCT , _ 3 punct 3:punct _ +5 some some DET DT PronType=Ind 6 nsubj 6:nsubj _ +6 thought think VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj:pass 10:nsubj:pass _ -8 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 aux 10:aux _ +8 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 aux 10:aux _ 9 been be AUX VBN Tense=Past|VerbForm=Part 10 aux:pass 10:aux:pass _ 10 spotted spot VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 ccomp 6:ccomp _ 11 in in ADP IN _ 12 case 12:case _ @@ -35511,9 +35526,9 @@ 1 Wherever wherever ADV WRB PronType=Int 6 advcl 6:advcl _ 2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 1 nsubj 1:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 1 punct 1:punct _ 5 authorities authority NOUN NNS Number=Plur 6 nsubj 6:nsubj|8:nsubj:xsubj _ -6 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 focus focus VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 9 on on ADP IN _ 12 case 12:case _ @@ -35527,16 +35542,16 @@ 17 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 18 or or CCONJ CC _ 19 cc 19:cc _ 19 Atef Atef PROPN NNP Number=Sing 17 conj 17:conj:or|20:nsubj _ -20 recruited recruit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 acl:relcl 16:acl:relcl SpaceAfter=No +20 recruited recruit VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 acl:relcl 16:acl:relcl SpaceAfter=No 21 . . PUNCT . _ 6 punct 6:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0060 # text = In October 2001, did the FBI profilers know of the draft message Khalid Mohammed had on the seized laptop (from 1995) that was signed "Khalid Sheik Bojinka"? 1 In in ADP IN _ 2 case 2:case _ 2 October October PROPN NNP Number=Sing 9 obl 9:obl:in _ -3 2001 2001 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -4 , , PUNCT , _ 9 punct 9:punct _ -5 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +3 2001 2001 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No +4 , , PUNCT , _ 2 punct 2:punct _ +5 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 FBI FBI PROPN NNP Number=Sing 8 compound 8:compound _ 8 profilers profiler NOUN NNS Number=Plur 9 nsubj 9:nsubj _ @@ -35547,14 +35562,14 @@ 13 message message NOUN NN Number=Sing 9 obl 9:obl:of|27:nsubj:pass _ 14 Khalid Khalid PROPN NNP Number=Sing 16 nsubj 16:nsubj _ 15 Mohammed Mohammed PROPN NNP Number=Sing 14 flat 14:flat _ -16 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +16 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 17 on on ADP IN _ 20 case 20:case _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -19 seized seize VERB VBN Tense=Past|VerbForm=Part 20 amod 20:amod _ +19 seized seize VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 amod 20:amod _ 20 laptop laptop NOUN NN Number=Sing 16 obl 16:obl:on _ 21 ( ( PUNCT -LRB- _ 23 punct 23:punct SpaceAfter=No 22 from from ADP IN _ 23 case 23:case _ -23 1995 1995 NUM CD NumType=Card 16 obl 16:obl:from SpaceAfter=No +23 1995 1995 NUM CD NumForm=Digit|NumType=Card 16 obl 16:obl:from SpaceAfter=No 24 ) ) PUNCT -RRB- _ 23 punct 23:punct _ 25 that that PRON WDT PronType=Rel 27 nsubj:pass 13:ref _ 26 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 27 aux:pass 27:aux:pass _ @@ -35570,7 +35585,7 @@ # text = The letter threatened to use biochemical weapons if the blind sheik was not released. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 letter letter NOUN NN Number=Sing 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 threatened threaten VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 threatened threaten VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 use use VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 biochemical biochemical ADJ JJ Degree=Pos 7 amod 7:amod _ @@ -35596,11 +35611,12 @@ 7 back back ADV RB _ 6 advmod 6:advmod _ 8 to to ADP IN _ 9 case 9:case _ 9 Bojinka Bojinka PROPN NNP Number=Sing 7 obl 7:obl:to SpaceAfter=No -10 , , PUNCT , _ 6 punct 6:punct _ +10 , , PUNCT , _ 12 punct 12:punct _ 11 as as SCONJ IN _ 12 mark 12:mark _ -12 does do VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:as _ -13 Hambali Hambali PROPN NNP Number=Sing 12 nsubj 12:nsubj SpaceAfter=No -14 's 's PART POS _ 13 case 13:case SpaceAfter=No +12 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:as _ +13-14 Hambali's _ _ _ _ _ _ _ SpaceAfter=No +13 Hambali Hambali PROPN NNP Number=Sing 12 nsubj 12:nsubj _ +14 's 's PART POS _ 13 case 13:case _ 15 ) ) PUNCT -RRB- _ 6 punct 6:punct SpaceAfter=No 16 . . PUNCT . _ 6 punct 6:punct _ @@ -35613,7 +35629,7 @@ 5 as as ADP IN _ 6 case 6:case _ 6 blackmail blackmail NOUN NN Number=Sing 1 nmod 1:nmod:as _ 7 and and CCONJ CC _ 9 cc 9:cc _ -8 threatened threaten VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod _ +8 threatened threaten VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod _ 9 retaliation retaliation NOUN NN Number=Sing 6 conj 1:nmod:as|6:conj:and _ 10 for for ADP IN _ 12 case 12:case _ 11 such such ADJ JJ Degree=Pos 12 amod 12:amod _ @@ -35632,47 +35648,47 @@ # text = In May 2004, Patrick Hughes, Lieutenant General (Retired), Assistant Secretary for Information Analysis, Homeland Security Department testified before the 9/11 Commission. 1 In in ADP IN _ 2 case 2:case _ 2 May May PROPN NNP Number=Sing 23 obl 23:obl:in _ -3 2004 2004 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -4 , , PUNCT , _ 23 punct 23:punct _ +3 2004 2004 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No +4 , , PUNCT , _ 2 punct 2:punct _ 5 Patrick Patrick PROPN NNP Number=Sing 23 nsubj 23:nsubj _ 6 Hughes Hughes PROPN NNP Number=Sing 5 flat 5:flat SpaceAfter=No -7 , , PUNCT , _ 5 punct 5:punct _ +7 , , PUNCT , _ 9 punct 9:punct _ 8 Lieutenant Lieutenant PROPN NNP Number=Sing 9 compound 9:compound _ 9 General General PROPN NNP Number=Sing 5 appos 5:appos _ 10 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 11 Retired retired ADJ JJ Degree=Pos 9 amod 9:amod SpaceAfter=No 12 ) ) PUNCT -RRB- _ 11 punct 11:punct SpaceAfter=No -13 , , PUNCT , _ 5 punct 5:punct _ +13 , , PUNCT , _ 15 punct 15:punct _ 14 Assistant Assistant PROPN NNP Number=Sing 15 compound 15:compound _ 15 Secretary Secretary PROPN NNP Number=Sing 5 appos 5:appos _ 16 for for ADP IN _ 18 case 18:case _ 17 Information Information PROPN NNP Number=Sing 18 compound 18:compound _ 18 Analysis Analysis PROPN NNP Number=Sing 15 nmod 15:nmod:for SpaceAfter=No -19 , , PUNCT , _ 15 punct 15:punct _ +19 , , PUNCT , _ 22 punct 22:punct _ 20 Homeland Homeland PROPN NNP Number=Sing 21 compound 21:compound _ 21 Security Security PROPN NNP Number=Sing 22 compound 22:compound _ 22 Department Department PROPN NNP Number=Sing 15 appos 15:appos _ -23 testified testify VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +23 testified testify VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 24 before before ADP IN _ 27 case 27:case _ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ -26 9/11 9/11 PROPN NNP Number=Sing 27 compound 27:compound _ +26 9/11 9/11 NUM NNP NumForm=Digit|NumType=Card 27 compound 27:compound _ 27 Commission Commission PROPN NNP Number=Sing 23 obl 23:obl:before SpaceAfter=No 28 . . PUNCT . _ 23 punct 23:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0065 # text = He explained that interrogations and other evidence revealed that Al Qaeda wanted to strike the US with a nonconventional weapon, most notably anthrax. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 explained explain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 explained explain VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 8 mark 8:mark _ 4 interrogations interrogation NOUN NNS Number=Plur 8 nsubj 8:nsubj _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 other other ADJ JJ Degree=Pos 7 amod 7:amod _ 7 evidence evidence NOUN NN Number=Sing 4 conj 4:conj:and|8:nsubj _ -8 revealed reveal VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +8 revealed reveal VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 9 that that SCONJ IN _ 12 mark 12:mark _ 10 Al Al PROPN NNP Number=Sing 11 compound 11:compound _ 11 Qaeda Qaeda PROPN NNP Number=Sing 12 nsubj 12:nsubj|14:nsubj:xsubj _ -12 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 ccomp 8:ccomp _ +12 wanted want VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 ccomp 8:ccomp _ 13 to to PART TO _ 14 mark 14:mark _ 14 strike strike VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -35681,8 +35697,8 @@ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 19 nonconventional nonconventional ADJ JJ Degree=Pos 20 amod 20:amod _ 20 weapon weapon NOUN NN Number=Sing 14 obl 14:obl:with SpaceAfter=No -21 , , PUNCT , _ 20 punct 20:punct _ -22 most most ADV RBS _ 23 advmod 23:advmod _ +21 , , PUNCT , _ 24 punct 24:punct _ +22 most most ADV RBS Degree=Sup 23 advmod 23:advmod _ 23 notably notably ADV RB _ 24 advmod 24:advmod _ 24 anthrax anthrax NOUN NN Number=Sing 20 appos 20:appos SpaceAfter=No 25 . . PUNCT . _ 2 punct 2:punct _ @@ -35692,27 +35708,27 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 same same ADJ JJ Degree=Pos 3 amod 3:amod _ 3 week week NOUN NN Number=Sing 8 obl:tmod 8:obl:tmod SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 WTC WTC PROPN NNP Number=Sing 7 compound 7:compound _ 7 head head NOUN NN Number=Sing 8 nsubj 8:nsubj _ -8 testified testify VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 testified testify VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 that that SCONJ IN _ 25 mark 25:mark _ 10 while while SCONJ IN _ 14 mark 14:mark _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -12 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 aux 14:aux _ +12 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 14 aux 14:aux _ 13 not not PART RB _ 14 advmod 14:advmod _ 14 received receive VERB VBN Tense=Past|VerbForm=Part 25 advcl 25:advcl:while _ -15 any any DET DT _ 16 det 16:det _ +15 any any DET DT PronType=Ind 16 det 16:det _ 16 briefing briefing NOUN NN Number=Sing 14 obj 14:obj _ 17 on on ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 use use NOUN NN Number=Sing 16 nmod 16:nmod:on _ 20 of of ADP IN _ 21 case 21:case _ 21 planes plane NOUN NNS Number=Plur 19 nmod 19:nmod:of SpaceAfter=No -22 , , PUNCT , _ 25 punct 25:punct _ +22 , , PUNCT , _ 14 punct 14:punct _ 23 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 25 nsubj 25:nsubj _ -24 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 aux 25:aux _ +24 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 25 aux 25:aux _ 25 taken take VERB VBN Tense=Past|VerbForm=Part 8 ccomp 8:ccomp _ 26 steps step NOUN NNS Number=Plur 25 obj 25:obj _ 27 to to PART TO _ 28 mark 28:mark _ @@ -35722,11 +35738,11 @@ 31 attack attack NOUN NN Number=Sing 28 obl 28:obl:for _ 32 using use VERB VBG VerbForm=Ger 31 acl 31:acl _ 33 anthrax anthrax NOUN NN Number=Sing 32 obj 32:obj _ -34 based base VERB VBN Tense=Past|VerbForm=Part 36 case 36:case _ +34 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 36 case 36:case _ 35 on on ADP IN _ 36 case 36:case _ 36 intelligence intelligence NOUN NN Number=Sing 8 obl 8:obl:on|40:nsubj:pass _ 37 that that PRON WDT PronType=Rel 40 nsubj:pass 36:ref _ -38 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 40 aux 40:aux _ +38 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 40 aux 40:aux _ 39 been be AUX VBN Tense=Past|VerbForm=Part 40 aux:pass 40:aux:pass _ 40 received receive VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 36 acl:relcl 36:acl:relcl SpaceAfter=No 41 . . PUNCT . _ 8 punct 8:punct _ @@ -35738,32 +35754,32 @@ 3 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 anthrax anthrax NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 10 punct 10:punct _ 7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 8 raw raw ADJ JJ Degree=Pos 10 amod 10:amod _ 9 seed seed NOUN NN Number=Sing 10 compound 10:compound _ 10 product product NOUN NN Number=Sing 5 appos 5:appos _ 11 in in ADP IN _ 14 case 14:case _ -12 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 13 unweaponized unweaponized ADJ JJ Degree=Pos 14 amod 14:amod _ 14 form form NOUN NN Number=Sing 10 nmod 10:nmod:in SpaceAfter=No -15 , , PUNCT , _ 4 punct 4:punct _ +15 , , PUNCT , _ 19 punct 19:punct _ 16 since since ADP IN _ 19 case 19:case _ -17 at at ADV RB _ 18 case 18:case _ -18 least least ADV RBS Degree=Sup 19 nmod 19:nmod:at _ -19 1997 1997 NUM CD NumType=Card 4 obl 4:obl:since SpaceAfter=No -20 , , PUNCT , _ 19 punct 19:punct _ -21 when when SCONJ WRB PronType=Rel 24 mark 24:mark _ +17 at at ADP IN _ 18 case 18:case _ +18 least least ADJ JJS Degree=Sup 19 nmod 19:nmod:at _ +19 1997 1997 NUM CD NumForm=Digit|NumType=Card 4 obl 4:obl:since|24:obl:tmod SpaceAfter=No +20 , , PUNCT , _ 24 punct 24:punct _ +21 when when ADV WRB PronType=Rel 24 advmod 19:ref _ 22 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 24 nsubj:pass 24:nsubj:pass _ 23 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 aux:pass 24:aux:pass _ 24 purchased purchase VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 acl:relcl 19:acl:relcl _ 25 by by ADP IN _ 26 case 26:case _ -26 Bin Bin PROPN NNP Number=Sing 24 obl 24:obl:by _ +26 Bin Bin PROPN NNP Number=Sing 24 obl:agent 24:obl:agent _ 27 Laden Laden PROPN NNP Number=Sing 26 flat 26:flat _ 28 through through ADP IN _ 33 case 33:case _ 29 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 30 Moro Moro PROPN NNP Number=Sing 33 compound 33:compound _ -31 Islamic Islamic PROPN NNP Number=Sing 32 compound 32:compound _ +31 Islamic Islamic ADJ NNP Degree=Pos 32 amod 32:amod _ 32 Liberation Liberation PROPN NNP Number=Sing 33 compound 33:compound _ 33 Front Front PROPN NNP Number=Sing 24 obl 24:obl:through _ 34 ( ( PUNCT -LRB- _ 37 punct 37:punct SpaceAfter=No @@ -35781,14 +35797,14 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0068 # text = Zawahiri, Al Qaeda's #2, is head of Al Qaeda's biochemical program. 1 Zawahiri Zawahiri PROPN NNP Number=Sing 10 nsubj 10:nsubj SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 6 punct 6:punct _ 3 Al Al PROPN NNP Number=Sing 4 compound 4:compound _ 4-5 Qaeda's _ _ _ _ _ _ _ _ 4 Qaeda Qaeda PROPN NNP Number=Sing 6 nmod:poss 6:nmod:poss _ 5 's 's PART POS _ 4 case 4:case _ 6 # # SYM NN Number=Sing 1 appos 1:appos SpaceAfter=No -7 2 2 NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +7 2 2 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No +8 , , PUNCT , _ 1 punct 1:punct _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 head head NOUN NN Number=Sing 0 root 0:root _ 11 of of ADP IN _ 16 case 16:case _ @@ -35816,7 +35832,7 @@ 11 anthrax anthrax NOUN NN Number=Sing 10 obj 10:obj _ 12 for for ADP IN _ 15 case 15:case _ 13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ -14 half half ADJ JJ Degree=Pos 15 amod 15:amod _ +14 half half ADJ JJ Degree=Pos|NumForm=Word|NumType=Frac 15 amod 15:amod _ 15 decade decade NOUN NN Number=Sing 4 obl 4:obl:for SpaceAfter=No 16 . . PUNCT . _ 4 punct 4:punct _ @@ -35826,22 +35842,22 @@ 2 confidante confidante NOUN NN Number=Sing 12 nsubj 12:nsubj _ 3 and and CCONJ CC _ 7 cc 7:cc _ 4 right right ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 6 hand hand NOUN NN Number=Sing 7 compound 7:compound _ 7 man man NOUN NN Number=Sing 2 conj 2:conj:and|12:nsubj _ 8 of of ADP IN _ 9 case 9:case _ 9 Dr. Dr. PROPN NNP Number=Sing 2 nmod 2:nmod:of _ 10 Ayman Ayman PROPN NNP Number=Sing 9 flat 9:flat _ 11 Zawahiri Zawahiri PROPN NNP Number=Sing 9 flat 9:flat _ -12 admitted admit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 admitted admit VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 13 that that SCONJ IN _ 15 mark 15:mark _ 14 Zawahiri Zawahiri PROPN NNP Number=Sing 15 nsubj 15:nsubj|20:nsubj|22:nsubj:xsubj _ -15 succeeded succeed VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 ccomp 12:ccomp _ +15 succeeded succeed VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 ccomp 12:ccomp _ 16 in in SCONJ IN _ 17 mark 17:mark _ 17 obtaining obtain VERB VBG VerbForm=Ger 15 advcl 15:advcl:in _ 18 anthrax anthrax NOUN NN Number=Sing 17 obj 17:obj _ 19 and and CCONJ CC _ 20 cc 20:cc _ -20 intended intend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 conj 12:ccomp|15:conj:and _ +20 intended intend VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 conj 12:ccomp|15:conj:and _ 21 to to PART TO _ 22 mark 22:mark _ 22 use use VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ 23 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 obj 22:obj _ @@ -35852,7 +35868,7 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0071 # text = Another senior Al Qaeda member (a shura or policy-making council member no less) was working for the Egyptian intelligence services and he confirmed the report in a sworn lengthy confession. -1 Another another DET DT _ 5 det 5:det _ +1 Another another DET DT PronType=Ind 5 det 5:det _ 2 senior senior ADJ JJ Degree=Pos 5 amod 5:amod _ 3 Al Al PROPN NNP Number=Sing 4 compound 4:compound _ 4 Qaeda Qaeda PROPN NNP Number=Sing 5 compound 5:compound _ @@ -35862,7 +35878,7 @@ 8 shura shura NOUN NN Number=Sing 5 appos 5:appos _ 9 or or CCONJ CC _ 14 cc 14:cc _ 10 policy policy NOUN NN Number=Sing 12 compound 12:compound SpaceAfter=No -11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No 12 making make VERB VBG VerbForm=Ger 14 amod 14:amod _ 13 council council NOUN NN Number=Sing 14 compound 14:compound _ 14 member member NOUN NN Number=Sing 8 conj 5:appos|8:conj:or _ @@ -35873,17 +35889,17 @@ 19 working work VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 20 for for ADP IN _ 24 case 24:case _ 21 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -22 Egyptian egyptian ADJ JJ Degree=Pos 24 amod 24:amod _ +22 Egyptian Egyptian ADJ JJ Degree=Pos 24 amod 24:amod _ 23 intelligence intelligence NOUN NN Number=Sing 24 compound 24:compound _ 24 services service NOUN NNS Number=Plur 19 obl 19:obl:for _ 25 and and CCONJ CC _ 27 cc 27:cc _ 26 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 27 nsubj 27:nsubj _ -27 confirmed confirm VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 conj 19:conj:and _ +27 confirmed confirm VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 conj 19:conj:and _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 29 report report NOUN NN Number=Sing 27 obj 27:obj _ 30 in in ADP IN _ 34 case 34:case _ 31 a a DET DT Definite=Ind|PronType=Art 34 det 34:det _ -32 sworn swear VERB VBN Tense=Past|VerbForm=Part 34 amod 34:amod _ +32 sworn swear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 34 amod 34:amod _ 33 lengthy lengthy ADJ JJ Degree=Pos 34 amod 34:amod _ 34 confession confession NOUN NN Number=Sing 27 obl 27:obl:in SpaceAfter=No 35 . . PUNCT . _ 19 punct 19:punct _ @@ -35896,14 +35912,14 @@ 3 's 's PART POS _ 2 case 2:case _ 4 attorney attorney NOUN NN Number=Sing 7 nsubj 7:nsubj _ 5 in in ADP IN _ 6 case 6:case _ -6 1999 1999 NUM CD NumType=Card 7 obl 7:obl:in _ -7 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 1999 1999 NUM CD NumForm=Digit|NumType=Card 7 obl 7:obl:in _ +7 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 that that SCONJ IN _ 14 mark 14:mark _ 9 Bin Bin PROPN NNP Number=Sing 14 nsubj 14:nsubj|16:nsubj:xsubj _ 10 Laden Laden PROPN NNP Number=Sing 9 flat 9:flat _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 Zawahiri Zawahiri PROPN NNP Number=Sing 9 conj 9:conj:and|14:nsubj|16:nsubj:xsubj _ -13 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 cop 14:cop _ +13 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ 14 likely likely ADJ JJ Degree=Pos 7 ccomp 7:ccomp _ 15 to to PART TO _ 16 mark 16:mark _ 16 resort resort VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ @@ -35914,42 +35930,42 @@ 21 chemical chemical ADJ JJ Degree=Pos 19 conj 19:conj:and|22:amod _ 22 agents agent NOUN NNS Number=Plur 16 obl 16:obl:to _ 23 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 24 nsubj 24:nsubj _ -24 possessed possess VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 acl:relcl 22:acl:relcl _ -25 given give VERB VBN Tense=Past|VerbForm=Part 28 case 28:case _ +24 possessed possess VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 22 acl:relcl 22:acl:relcl _ +25 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 28 case 28:case _ 26 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 27 extradition extradition NOUN NN Number=Sing 28 compound 28:compound _ -28 pressure pressure NOUN NN Number=Sing 14 obl 14:obl:give _ +28 pressure pressure NOUN NN Number=Sing 14 obl 14:obl:given _ 29 senior senior ADJ JJ Degree=Pos 32 amod 32:amod _ 30 Al Al PROPN NNP Number=Sing 31 compound 31:compound _ 31 Qaeda Qaeda PROPN NNP Number=Sing 32 compound 32:compound _ 32 leaders leader NOUN NNS Number=Plur 33 nsubj 33:nsubj _ -33 faced face VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 28 acl:relcl 28:acl:relcl SpaceAfter=No +33 faced face VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 28 acl:relcl 28:acl:relcl SpaceAfter=No 34 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0073 # text = A recently released islamist who had been a close associate of Zawahiri said that Zawahiri spent a decade and had made 15 separate attempts to recruit the necessary expertise to weaponize anthrax in Russia and the Middle East. 1 A a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 2 recently recently ADV RB _ 3 advmod 3:advmod _ -3 released release VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod _ -4 islamist islamist NOUN NN Number=Sing 13 nsubj 10:nsubj|13:nsubj _ +3 released release VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod _ +4 islamist Islamist NOUN NN Number=Sing 13 nsubj 10:nsubj|13:nsubj _ 5 who who PRON WP PronType=Rel 10 nsubj 4:ref _ -6 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 aux 10:aux _ +6 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 aux 10:aux _ 7 been be AUX VBN Tense=Past|VerbForm=Part 10 cop 10:cop _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 close close ADJ JJ Degree=Pos 10 amod 10:amod _ 10 associate associate NOUN NN Number=Sing 4 acl:relcl 4:acl:relcl _ 11 of of ADP IN _ 12 case 12:case _ 12 Zawahiri Zawahiri PROPN NNP Number=Sing 10 nmod 10:nmod:of _ -13 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +13 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 14 that that SCONJ IN _ 16 mark 16:mark _ 15 Zawahiri Zawahiri PROPN NNP Number=Sing 16 nsubj 16:nsubj|21:nsubj _ -16 spent spend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 ccomp 13:ccomp _ +16 spent spend VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 ccomp 13:ccomp _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 18 decade decade NOUN NN Number=Sing 16 obj 16:obj _ 19 and and CCONJ CC _ 21 cc 21:cc _ -20 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 aux 21:aux _ +20 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 aux 21:aux _ 21 made make VERB VBN Tense=Past|VerbForm=Part 16 conj 13:ccomp|16:conj:and _ -22 15 15 NUM CD NumType=Card 24 nummod 24:nummod _ +22 15 15 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod _ 23 separate separate ADJ JJ Degree=Pos 24 amod 24:amod _ 24 attempts attempt NOUN NNS Number=Plur 21 obj 21:obj _ 25 to to PART TO _ 26 mark 26:mark _ @@ -35964,7 +35980,7 @@ 34 Russia Russia PROPN NNP Number=Sing 31 obl 31:obl:in _ 35 and and CCONJ CC _ 38 cc 38:cc _ 36 the the DET DT Definite=Def|PronType=Art 38 det 38:det _ -37 Middle Middle PROPN NNP Number=Sing 38 compound 38:compound _ +37 Middle Middle ADJ NNP Degree=Pos 38 amod 38:amod _ 38 East East PROPN NNP Number=Sing 34 conj 31:obl:in|34:conj:and SpaceAfter=No 39 . . PUNCT . _ 13 punct 13:punct _ @@ -35986,18 +36002,18 @@ 14 strain strain NOUN NN Number=Sing 10 obj 10:obj _ 15 of of ADP IN _ 16 case 16:case _ 16 anthrax anthrax NOUN NN Number=Sing 14 nmod 14:nmod:of _ -17 used use VERB VBN Tense=Past|VerbForm=Part 14 acl 14:acl _ +17 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 acl 14:acl _ 18 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 19 not not PART RB _ 20 advmod 20:advmod _ 20 warrant warrant VERB VB VerbForm=Inf 7 conj 7:conj:and _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 weight weight NOUN NN Number=Sing 20 obj 20:obj _ -23 given give VERB VBN Tense=Past|VerbForm=Part 22 acl 22:acl _ +23 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 acl 22:acl _ 24 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 23 obj 23:obj _ 25 by by ADP IN _ 28 case 28:case _ -26 some some DET DT _ 28 det 28:det _ +26 some some DET DT PronType=Ind 28 det 28:det _ 27 press press NOUN NN Number=Sing 28 compound 28:compound _ -28 accounts account NOUN NNS Number=Plur 23 obl 23:obl:by SpaceAfter=No +28 accounts account NOUN NNS Number=Plur 23 obl:agent 23:obl:agent SpaceAfter=No 29 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0075 @@ -36016,7 +36032,7 @@ 12 that that PRON WDT PronType=Rel 14 nsubj:pass 11:ref _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 aux:pass 14:aux:pass _ 14 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl:relcl 11:acl:relcl SpaceAfter=No -15 , , PUNCT , _ 2 punct 2:punct _ +15 , , PUNCT , _ 18 punct 18:punct _ 16 especially especially ADV RB _ 18 advmod 18:advmod _ 17 in in ADP IN _ 18 case 18:case _ 18 light light NOUN NN Number=Sing 2 obl 2:obl:in _ @@ -36025,26 +36041,26 @@ 21 fact fact NOUN NN Number=Sing 18 nmod 18:nmod:of _ 22 that that SCONJ IN _ 27 mark 27:mark _ 23 transfers transfer NOUN NNS Number=Plur 27 nsubj:pass 27:nsubj:pass|30:nsubj:xsubj _ -24 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 27 aux:pass 27:aux:pass _ +24 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 27 aux:pass 27:aux:pass _ 25 not not PART RB _ 27 advmod 27:advmod _ 26 even even ADV RB _ 27 advmod 27:advmod _ 27 required require VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 acl 21:acl:that _ 28 to to PART TO _ 30 mark 30:mark _ 29 be be AUX VB VerbForm=Inf 30 aux:pass 30:aux:pass _ 30 recorded record VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 27 xcomp 27:xcomp _ -31 prior prior ADJ JJ Degree=Pos 33 case 33:case _ +31 prior prior ADJ JJ Degree=Pos|ExtPos=ADP 33 case 33:case _ 32 to to ADP IN _ 31 fixed 31:fixed _ -33 1997 1997 NUM CD NumType=Card 27 obl 27:obl:prior_to SpaceAfter=No +33 1997 1997 NUM CD NumForm=Digit|NumType=Card 27 obl 27:obl:prior_to SpaceAfter=No 34 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0076 # text = Significantly, the individual who isolated it nearly a quarter century ago (now retired), upon being contacted, does not even report that he necessarily sent the only copy of the strain to Ft. Detrick. 1 Significantly significantly ADV RB _ 25 advmod 25:advmod SpaceAfter=No -2 , , PUNCT , _ 25 punct 25:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 individual individual NOUN NN Number=Sing 25 nsubj 6:nsubj|25:nsubj _ 5 who who PRON WP PronType=Rel 6 nsubj 4:ref _ -6 isolated isolate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +6 isolated isolate VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 obj 6:obj _ 8 nearly nearly ADV RB _ 11 advmod 11:advmod _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ @@ -36055,11 +36071,11 @@ 14 now now ADV RB _ 15 advmod 15:advmod _ 15 retired retired ADJ JJ Degree=Pos 4 amod 4:amod SpaceAfter=No 16 ) ) PUNCT -RRB- _ 15 punct 15:punct SpaceAfter=No -17 , , PUNCT , _ 25 punct 25:punct _ +17 , , PUNCT , _ 4 punct 4:punct _ 18 upon upon SCONJ IN _ 20 mark 20:mark _ 19 being be AUX VBG VerbForm=Ger 20 aux:pass 20:aux:pass _ 20 contacted contact VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 advcl 25:advcl:upon SpaceAfter=No -21 , , PUNCT , _ 25 punct 25:punct _ +21 , , PUNCT , _ 20 punct 20:punct _ 22 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ 23 not not PART RB _ 25 advmod 25:advmod _ 24 even even ADV RB _ 25 advmod 25:advmod _ @@ -36067,7 +36083,7 @@ 26 that that SCONJ IN _ 29 mark 29:mark _ 27 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 29 nsubj 29:nsubj _ 28 necessarily necessarily ADV RB _ 29 advmod 29:advmod _ -29 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 ccomp 25:ccomp _ +29 sent send VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 ccomp 25:ccomp _ 30 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 31 only only ADJ JJ Degree=Pos 32 amod 32:amod _ 32 copy copy NOUN NN Number=Sing 29 obj 29:obj _ @@ -36092,18 +36108,18 @@ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 Spring spring NOUN NN Number=Sing 7 nmod 7:nmod:in _ 11 of of ADP IN _ 12 case 12:case _ -12 2002 2002 NUM CD NumType=Card 10 nmod 10:nmod:of _ -13 noted note VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 2002 2002 NUM CD NumForm=Digit|NumType=Card 10 nmod 10:nmod:of _ +13 noted note VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 14 that that SCONJ IN _ 18 mark 18:mark _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 FBI FBI PROPN NNP Number=Sing 18 nsubj 18:nsubj _ -17 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 aux 18:aux _ +17 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 aux 18:aux _ 18 collected collect VERB VBN Tense=Past|VerbForm=Part 13 ccomp 13:ccomp _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 20 Ames Ames PROPN NNP Number=Sing 21 compound 21:compound _ 21 strain strain NOUN NN Number=Sing 18 obj 18:obj _ 22 from from ADP IN _ 24 case 24:case _ -23 20 20 NUM CD NumType=Card 24 nummod 24:nummod _ +23 20 20 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod _ 24 sources source NOUN NNS Number=Plur 18 obl 18:obl:from SpaceAfter=No 25 . . PUNCT . _ 13 punct 13:punct _ @@ -36111,17 +36127,17 @@ # text = In Fall 2004, MSNBC, relying on an unnamed FBI spokesperson, reports that the FBI has narrowed the pool of labs known to have had Ames that was a match from 16 to 4 but cannot rule out that it was made overseas. 1 In in ADP IN _ 2 case 2:case _ 2 Fall fall NOUN NN Number=Sing 14 obl 14:obl:in _ -3 2004 2004 NUM CD NumType=Card 2 nmod:tmod 2:nmod:tmod SpaceAfter=No -4 , , PUNCT , _ 14 punct 14:punct _ +3 2004 2004 NUM CD NumForm=Digit|NumType=Card 2 nmod:tmod 2:nmod:tmod SpaceAfter=No +4 , , PUNCT , _ 2 punct 2:punct _ 5 MSNBC MSNBC PROPN NNP Number=Sing 14 nsubj 14:nsubj SpaceAfter=No -6 , , PUNCT , _ 14 punct 14:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 relying rely VERB VBG VerbForm=Ger 14 advcl 14:advcl _ 8 on on ADP IN _ 12 case 12:case _ 9 an a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 10 unnamed unnamed ADJ JJ Degree=Pos 12 amod 12:amod _ 11 FBI FBI PROPN NNP Number=Sing 12 compound 12:compound _ 12 spokesperson spokesperson NOUN NN Number=Sing 7 obl 7:obl:on SpaceAfter=No -13 , , PUNCT , _ 14 punct 14:punct _ +13 , , PUNCT , _ 7 punct 7:punct _ 14 reports report VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 15 that that SCONJ IN _ 19 mark 19:mark _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -36132,7 +36148,7 @@ 21 pool pool NOUN NN Number=Sing 19 obj 19:obj _ 22 of of ADP IN _ 23 case 23:case _ 23 labs lab NOUN NNS Number=Plur 21 nmod 21:nmod:of _ -24 known know VERB VBN Tense=Past|VerbForm=Part 23 acl 23:acl _ +24 known know VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 acl 23:acl _ 25 to to PART TO _ 27 mark 27:mark _ 26 have have AUX VB VerbForm=Inf 27 aux 27:aux _ 27 had have VERB VBN Tense=Past|VerbForm=Part 24 xcomp 24:xcomp _ @@ -36142,9 +36158,9 @@ 31 a a DET DT Definite=Ind|PronType=Art 32 det 32:det _ 32 match match NOUN NN Number=Sing 28 acl:relcl 28:acl:relcl _ 33 from from ADP IN _ 34 case 34:case _ -34 16 16 NUM CD NumType=Card 19 obl 19:obl:from _ +34 16 16 NUM CD NumForm=Digit|NumType=Card 19 obl 19:obl:from _ 35 to to ADP IN _ 36 case 36:case _ -36 4 4 NUM CD NumType=Card 19 obl 19:obl:to _ +36 4 4 NUM CD NumForm=Digit|NumType=Card 19 obl 19:obl:to _ 37 but but CCONJ CC _ 40 cc 40:cc _ 38-39 cannot _ _ _ _ _ _ _ _ 38 can can AUX MD VerbForm=Fin 40 aux 40:aux _ @@ -36173,7 +36189,7 @@ 9 Mohammed Mohammed PROPN NNP Number=Sing 8 flat 8:flat _ 10 's 's PART POS _ 8 case 8:case _ 11 computer computer NOUN NN Number=Sing 6 nmod 6:nmod:on _ -12 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 aux 14:aux _ +12 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 14 aux 14:aux _ 13 not not PART RB _ 14 advmod 14:advmod _ 14 evidence evidence VERB VB VerbForm=Inf 0 root 0:root _ 15 knowledge knowledge NOUN NN Number=Sing 14 obj 14:obj _ @@ -36182,7 +36198,7 @@ 18 techniques technique NOUN NNS Number=Plur 15 nmod 15:nmod:of _ 19 in in ADP IN _ 24 case 24:case _ 20 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -21 most most ADV RBS _ 22 advmod 22:advmod _ +21 most most ADV RBS Degree=Sup 22 advmod 22:advmod _ 22 efficient efficient ADJ JJ Degree=Pos 24 amod 24:amod _ 23 biological biological ADJ JJ Degree=Pos 24 amod 24:amod _ 24 weapons weapon NOUN NNS Number=Plur 18 nmod 18:nmod:in SpaceAfter=No @@ -36190,30 +36206,30 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0080 # text = At least according to the public comments by bioweaponeer experts William Patrick and Kenneth Alibek, under the optimal method, there is no electrostatic charge. -1 At at ADV RB _ 7 advmod 7:advmod _ -2 least least ADV RBS Degree=Sup 1 fixed 1:fixed _ -3 according accord VERB VBG VerbForm=Ger 7 case 7:case _ -4 to to ADP IN _ 7 case 7:case _ +1 At at ADP IN ExtPos=ADV 7 advmod 7:advmod _ +2 least least ADJ JJS Degree=Sup 1 fixed 1:fixed _ +3 according accord VERB VBG ExtPos=ADP|VerbForm=Ger 7 case 7:case _ +4 to to ADP IN _ 3 fixed 3:fixed _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 public public ADJ JJ Degree=Pos 7 amod 7:amod _ -7 comments comment NOUN NNS Number=Plur 23 obl 23:obl:to _ +7 comments comment NOUN NNS Number=Plur 23 obl 23:obl:according_to _ 8 by by ADP IN _ 10 case 10:case _ 9 bioweaponeer bioweaponeer NOUN NN Number=Sing 10 compound 10:compound _ 10 experts expert NOUN NNS Number=Plur 7 nmod 7:nmod:by _ 11 William William PROPN NNP Number=Sing 10 appos 10:appos _ 12 Patrick Patrick PROPN NNP Number=Sing 11 flat 11:flat _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 Kenneth Kenneth PROPN NNP Number=Sing 11 conj 10:case|11:conj _ +14 Kenneth Kenneth PROPN NNP Number=Sing 11 conj 10:appos|11:conj _ 15 Alibek Alibek PROPN NNP Number=Sing 14 flat 14:flat SpaceAfter=No -16 , , PUNCT , _ 23 punct 23:punct _ +16 , , PUNCT , _ 7 punct 7:punct _ 17 under under ADP IN _ 20 case 20:case _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 19 optimal optimal ADJ JJ Degree=Pos 20 amod 20:amod _ 20 method method NOUN NN Number=Sing 23 obl 23:obl:under SpaceAfter=No -21 , , PUNCT , _ 23 punct 23:punct _ +21 , , PUNCT , _ 20 punct 20:punct _ 22 there there PRON EX _ 23 expl 23:expl _ 23 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -24 no no DET DT _ 26 det 26:det _ +24 no no DET DT PronType=Neg 26 det 26:det _ 25 electrostatic electrostatic ADJ JJ Degree=Pos 26 amod 26:amod _ 26 charge charge NOUN NN Number=Sing 23 nsubj 23:nsubj SpaceAfter=No 27 . . PUNCT . _ 23 punct 23:punct _ @@ -36226,11 +36242,11 @@ 4 of of ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 anthrax anthrax NOUN NN Number=Sing 3 nmod 3:nmod:of _ -7 used use VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 in in ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 mailings mailing NOUN NNS Number=Plur 7 obl 7:obl:in SpaceAfter=No -11 , , PUNCT , _ 13 punct 13:punct _ +11 , , PUNCT , _ 3 punct 3:punct _ 12 there there PRON EX _ 13 expl 13:expl _ 13 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 14 an a DET DT Definite=Ind|PronType=Art 16 det 16:det _ @@ -36250,20 +36266,20 @@ 8 spores spore NOUN NNS Number=Plur 5 nmod 5:nmod:of _ 9 and and CCONJ CC _ 13 cc 13:cc _ 10 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -11 trillion trillion NUM CD NumType=Card 12 nummod 12:nummod _ +11 trillion trillion NUM CD NumForm=Word|NumType=Card 12 nummod 12:nummod _ 12 spore spore NOUN NN Number=Sing 13 compound 13:compound _ 13 concentration concentration NOUN NN Number=Sing 5 conj 3:nsubj|5:conj:and SpaceAfter=No -14 , , PUNCT , _ 16 punct 16:punct _ +14 , , PUNCT , _ 3 punct 3:punct _ 15 there there PRON EX _ 16 expl 16:expl _ -16 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +16 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 17 clumps clump NOUN NNS Number=Plur 16 nsubj 16:nsubj _ 18 as as ADV RB _ 19 advmod 19:advmod _ 19 large large ADJ JJ Degree=Pos 17 amod 17:amod _ 20 as as ADP IN _ 24 case 24:case _ -21 40 40 NUM CD NumType=Card 24 nummod 24:nummod _ +21 40 40 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod _ 22 - - SYM SYM _ 23 case 23:case _ -23 100 100 NUM CD NumType=Card 21 nmod 21:nmod _ -24 microns micron NOUN NNS Number=Plur 18 obl 18:obl:as SpaceAfter=No +23 100 100 NUM CD NumForm=Digit|NumType=Card 21 nmod 21:nmod _ +24 microns micron NOUN NNS Number=Plur 19 obl 19:obl:as SpaceAfter=No 25 . . PUNCT . _ 16 punct 16:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0083 @@ -36273,9 +36289,9 @@ 3 must must AUX MD VerbForm=Fin 6 aux 6:aux _ 4 be be AUX VB VerbForm=Inf 6 cop 6:cop _ 5 no no ADV RB _ 6 advmod 6:advmod _ -6 bigger bigger ADJ JJR Degree=Cmp 0 root 0:root _ +6 bigger big ADJ JJR Degree=Cmp 0 root 0:root _ 7 than than ADP IN _ 9 case 9:case _ -8 5 5 NUM CD NumType=Card 9 nummod 9:nummod _ +8 5 5 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 microns micron NOUN NNS Number=Plur 6 obl 6:obl:than _ 10 to to PART TO _ 12 mark 12:mark _ 11 be be AUX VB VerbForm=Inf 12 cop 12:cop _ @@ -36286,10 +36302,10 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0084 # text = Many point to the trillion spore concentration as extraordinary. 1 Many many ADJ JJ Degree=Pos 2 nsubj 2:nsubj _ -2 point point VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 point point VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 7 case 7:case _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -5 trillion trillion NUM CD NumType=Card 6 nummod 6:nummod _ +5 trillion trillion NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 6 spore spore NOUN NN Number=Sing 7 compound 7:compound _ 7 concentration concentration NOUN NN Number=Sing 2 obl 2:obl:to _ 8 as as ADP IN _ 9 case 9:case _ @@ -36301,14 +36317,14 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 expl 4:expl _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 far far ADV RB Degree=Pos 4 advmod 4:advmod _ -4 simpler simpler ADJ JJR Degree=Cmp 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +4 simpler simple ADJ JJR Degree=Cmp 0 root 0:root SpaceAfter=No +5 , , PUNCT , _ 6 punct 6:punct _ 6 however however ADV RB _ 4 advmod 4:advmod SpaceAfter=No -7 , , PUNCT , _ 4 punct 4:punct _ +7 , , PUNCT , _ 9 punct 9:punct _ 8 to to PART TO _ 9 mark 9:mark _ 9 achieve achieve VERB VB VerbForm=Inf 4 csubj 4:csubj _ 10 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -11 trillion trillion NUM CD NumType=Card 12 nummod 12:nummod _ +11 trillion trillion NUM CD NumForm=Word|NumType=Card 12 nummod 12:nummod _ 12 spore spore NOUN NN Number=Sing 13 compound 13:compound _ 13 concentration concentration NOUN NN Number=Sing 9 obj 9:obj _ 14 in in ADP IN _ 16 case 16:case _ @@ -36318,15 +36334,15 @@ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 19 few few ADJ JJ Degree=Pos 20 amod 20:amod _ 20 grams gram NOUN NNS Number=Plur 16 nmod 16:nmod:of _ -21 than than ADP IN _ 24 case 24:case _ +21 than than ADP IN _ 24 mark 24:mark _ 22 in in ADP IN _ 24 case 24:case _ 23 industrial industrial ADJ JJ Degree=Pos 24 amod 24:amod _ -24 processing processing NOUN NN Number=Sing 4 obl 4:obl:in _ +24 processing processing NOUN NN Number=Sing 4 advcl 4:advcl:than _ 25 typical typical ADJ JJ Degree=Pos 24 amod 24:amod _ 26 of of ADP IN _ 30 case 30:case _ 27 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ 28 state state NOUN NN Number=Sing 29 obl:npmod 29:obl:npmod _ -29 sponsored sponsor VERB VBN Tense=Past|VerbForm=Part 30 amod 30:amod _ +29 sponsored sponsor VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 30 amod 30:amod _ 30 lab lab NOUN NN Number=Sing 25 obl 25:obl:of SpaceAfter=No 31 . . PUNCT . _ 4 punct 4:punct _ @@ -36334,7 +36350,7 @@ # text = The "trillion spore" issue was at the heart of a lot of mistaken theories of the matter concluding that state sponsorship was necessarily indicated. 1 The the DET DT Definite=Def|PronType=Art 6 det 6:det _ 2 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No -3 trillion trillion NUM CD NumType=Card 4 nummod 4:nummod _ +3 trillion trillion NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 spore spore NOUN NN Number=Sing 6 compound 6:compound SpaceAfter=No 5 " " PUNCT '' _ 4 punct 4:punct _ 6 issue issue NOUN NN Number=Sing 10 nsubj 10:nsubj _ @@ -36363,7 +36379,7 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0087 # text = The reported finding at Dugway undermines the argument of both the "bomb Iraq" crowd and the liberals focused on Dr. Steve Hatfill who object to US biodefense research because they view it as being useful for offensive purposes. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 reported report VERB VBN Tense=Past|VerbForm=Part 3 amod 3:amod _ +2 reported report VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 amod 3:amod _ 3 finding finding NOUN NN Number=Sing 6 nsubj 6:nsubj _ 4 at at ADP IN _ 5 case 5:case _ 5 Dugway Dugway PROPN NNP Number=Sing 3 nmod 3:nmod:at _ @@ -36387,14 +36403,14 @@ 23 Steve Steve PROPN NNP Number=Sing 22 flat 22:flat _ 24 Hatfill Hatfill PROPN NNP Number=Sing 22 flat 22:flat _ 25 who who PRON WP PronType=Rel 26 nsubj 19:ref _ -26 object object VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ +26 object object VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ 27 to to ADP IN _ 30 case 30:case _ 28 US US PROPN NNP Number=Sing 30 compound 30:compound _ 29 biodefense biodefense NOUN NN Number=Sing 30 compound 30:compound _ 30 research research NOUN NN Number=Sing 26 obl 26:obl:to _ 31 because because SCONJ IN _ 33 mark 33:mark _ 32 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 33 nsubj 33:nsubj _ -33 view view VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 advcl 26:advcl:because _ +33 view view VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 26 advcl 26:advcl:because _ 34 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 33 obj 33:obj _ 35 as as SCONJ IN _ 37 mark 37:mark _ 36 being be AUX VBG VerbForm=Ger 37 cop 37:cop _ @@ -36410,14 +36426,14 @@ 2 employee employee NOUN NN Number=Sing 3 compound 3:compound _ 3 Johnelle Johnelle PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 4 Bryant Bryant PROPN NNP Number=Sing 3 flat 3:flat _ -5 first first ADV RB _ 6 advmod 6:advmod _ -6 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -7 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 6 obj 6:obj SpaceAfter=No -8 , , PUNCT , _ 6 punct 6:punct _ +5 first first ADV RB NumForm=Word|NumType=Ord 6 advmod 6:advmod _ +6 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 6 iobj 6:iobj SpaceAfter=No +8 , , PUNCT , _ 11 punct 11:punct _ 9 in in ADP IN _ 11 case 11:case _ 10 sensational sensational ADJ JJ Degree=Pos 11 amod 11:amod _ 11 detail detail NOUN NN Number=Sing 6 obl 6:obl:in SpaceAfter=No -12 , , PUNCT , _ 6 punct 6:punct _ +12 , , PUNCT , _ 16 punct 16:punct _ 13 of of ADP IN _ 16 case 16:case _ 14-15 Atta's _ _ _ _ _ _ _ _ 14 Atta Atta PROPN NNP Number=Sing 16 nmod:poss 16:nmod:poss _ @@ -36436,8 +36452,8 @@ 1 Khalid Khalid PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 2 Mohammed Mohammed PROPN NNP Number=Sing 1 flat 1:flat _ 3 then then ADV RB PronType=Dem 4 advmod 4:advmod _ -4 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -5 interrogators interrogator NOUN NNS Number=Plur 4 obj 4:obj _ +4 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 interrogators interrogator NOUN NNS Number=Plur 4 iobj 4:iobj _ 6 that that SCONJ IN _ 16 mark 16:mark _ 7 Zacarias Zacarias PROPN NNP Number=Sing 10 nmod:poss 10:nmod:poss _ 8-9 Moussaoui's _ _ _ _ _ _ _ _ @@ -36474,11 +36490,11 @@ 9 's 's PART POS _ 8 case 8:case _ 10 computer computer NOUN NN Number=Sing 6 nmod 6:nmod:on _ 11 may may AUX MD VerbForm=Fin 17 aux 17:aux _ -12 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No +12 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No 13 or or CCONJ CC _ 14 cc 14:cc _ -14 may may AUX MD VerbForm=Fin 11 parataxis 11:parataxis _ +14 may may AUX MD VerbForm=Fin 11 conj 11:conj:or _ 15 not not PART RB _ 14 advmod 14:advmod SpaceAfter=No -16 ) ) PUNCT -RRB- _ 17 punct 17:punct _ +16 ) ) PUNCT -RRB- _ 14 punct 14:punct _ 17 point point VERB VB VerbForm=Inf 28 advcl 28:advcl:although _ 18 to to ADP IN _ 20 case 20:case _ 19 possible possible ADJ JJ Degree=Pos 20 amod 20:amod _ @@ -36486,15 +36502,15 @@ 21 in in ADP IN _ 23 case 23:case _ 22 aerial aerial ADJ JJ Degree=Pos 23 amod 23:amod _ 23 dispersal dispersal NOUN NN Number=Sing 20 nmod 20:nmod:in SpaceAfter=No -24 , , PUNCT , _ 28 punct 28:punct _ +24 , , PUNCT , _ 17 punct 17:punct _ 25 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 28 nsubj 28:nsubj _ -26 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ +26 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ 27 fully fully ADV RB _ 28 advmod 28:advmod _ 28 consistent consistent ADJ JJ Degree=Pos 0 root 0:root _ 29 with with ADP IN _ 31 case 31:case _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 31 product product NOUN NN Number=Sing 28 obl 28:obl:with _ -32 used use VERB VBN Tense=Past|VerbForm=Part 31 acl 31:acl _ +32 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 31 acl 31:acl _ 33 in in ADP IN _ 36 case 36:case _ 34 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ 35 anthrax anthrax NOUN NN Number=Sing 36 compound 36:compound _ @@ -36505,7 +36521,7 @@ # text = Al Qaeda had both the means and opportunity. 1 Al Al PROPN NNP Number=Sing 2 compound 2:compound _ 2 Qaeda Qaeda PROPN NNP Number=Sing 3 nsubj 3:nsubj _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 both both CCONJ CC _ 6 cc:preconj 6:cc:preconj _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 means means NOUN NNS Number=Plur 3 obj 3:obj _ @@ -36517,22 +36533,22 @@ # newpar id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-p0002 # text = US-trained Malaysian biochemist Yazid Sufaat met with 9/11 plotters and two hijackers in January 2000. 1 US US PROPN NNP Number=Sing 3 obl:npmod 3:obl:npmod SpaceAfter=No -2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No -3 trained train VERB VBN Tense=Past|VerbForm=Part 5 amod 5:amod _ -4 Malaysian malaysian ADJ JJ Degree=Pos 5 amod 5:amod _ +2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +3 trained train VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 amod 5:amod _ +4 Malaysian Malaysian ADJ JJ Degree=Pos 5 amod 5:amod _ 5 biochemist biochemist NOUN NN Number=Sing 6 compound 6:compound _ 6 Yazid Yazid PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 7 Sufaat Sufaat PROPN NNP Number=Sing 6 flat 6:flat _ -8 met meet VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 met meet VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 with with ADP IN _ 11 case 11:case _ -10 9/11 9/11 NUM CD NumType=Card 11 nummod 11:nummod _ +10 9/11 9/11 NUM CD NumForm=Digit|NumType=Card 11 compound 11:compound _ 11 plotters plotter NOUN NNS Number=Plur 8 obl 8:obl:with _ 12 and and CCONJ CC _ 14 cc 14:cc _ -13 two two NUM CD NumType=Card 14 nummod 14:nummod _ +13 two two NUM CD NumForm=Word|NumType=Card 14 nummod 14:nummod _ 14 hijackers hijacker NOUN NNS Number=Plur 11 conj 8:obl:with|11:conj:and _ 15 in in ADP IN _ 16 case 16:case _ 16 January January PROPN NNP Number=Sing 8 obl 8:obl:in _ -17 2000 2000 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No +17 2000 2000 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No 18 . . PUNCT . _ 8 punct 8:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0093 @@ -36571,15 +36587,15 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0095 # text = Sufaat used his company called Green Laboratory Medicine to buy items useful to Al Qaeda. 1 Sufaat Sufaat PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ -4 company company NOUN NN Number=Sing 2 obj 2:obj|10:nsubj:xsubj _ -5 called call VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ -6 Green Green PROPN NNP Number=Sing 8 compound 8:compound _ +2 used use VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +4 company company NOUN NN Number=Sing 2 obj 2:obj _ +5 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ +6 Green Green ADJ NNP Degree=Pos 8 amod 8:amod _ 7 Laboratory Laboratory PROPN NNP Number=Sing 8 compound 8:compound _ 8 Medicine Medicine PROPN NNP Number=Sing 5 xcomp 5:xcomp _ 9 to to PART TO _ 10 mark 10:mark _ -10 buy buy VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ +10 buy buy VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ 11 items item NOUN NNS Number=Plur 10 obj 10:obj _ 12 useful useful ADJ JJ Degree=Pos 11 amod 11:amod _ 13 to to ADP IN _ 15 case 15:case _ @@ -36609,27 +36625,27 @@ # text = Zacarias Moussaoui, who had a crop dusting manual when he was arrested, stayed at Sufaat's condominium in 2000 when he was trying to arrange for flight lessons in Malaysia. 1 Zacarias Zacarias PROPN NNP Number=Sing 15 nsubj 5:nsubj|15:nsubj _ 2 Moussaoui Moussaoui PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 5 punct 5:punct _ 4 who who PRON WP PronType=Rel 5 nsubj 1:ref _ -5 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +5 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 6 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 7 crop crop NOUN NN Number=Sing 8 compound 8:compound _ 8 dusting dusting NOUN NN Number=Sing 9 compound 9:compound _ 9 manual manual NOUN NN Number=Sing 5 obj 5:obj _ -10 when when SCONJ WRB PronType=Int 13 mark 13:mark _ +10 when when ADV WRB PronType=Int 13 advmod 13:advmod _ 11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj:pass 13:nsubj:pass _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux:pass 13:aux:pass _ 13 arrested arrest VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 advcl 5:advcl:when SpaceAfter=No -14 , , PUNCT , _ 15 punct 15:punct _ -15 stayed stay VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +14 , , PUNCT , _ 1 punct 1:punct _ +15 stayed stay VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 16 at at ADP IN _ 19 case 19:case _ 17-18 Sufaat's _ _ _ _ _ _ _ _ 17 Sufaat Sufaat PROPN NNP Number=Sing 19 nmod:poss 19:nmod:poss _ 18 's 's PART POS _ 17 case 17:case _ 19 condominium condominium NOUN NN Number=Sing 15 obl 15:obl:at _ 20 in in ADP IN _ 21 case 21:case _ -21 2000 2000 NUM CD NumType=Card 15 obl 15:obl:in _ -22 when when SCONJ WRB PronType=Int 25 mark 25:mark _ +21 2000 2000 NUM CD NumForm=Digit|NumType=Card 15 obl 15:obl:in _ +22 when when ADV WRB PronType=Int 25 advmod 25:advmod _ 23 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 25 nsubj 25:nsubj|27:nsubj:xsubj _ 24 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 aux 25:aux _ 25 trying try VERB VBG Tense=Pres|VerbForm=Part 15 advcl 15:advcl:when _ @@ -36646,7 +36662,7 @@ # text = Yazid Sufaat provided Moussaoui with a letter indicating that he was a marketing representative for Infocus Technologies and allegedly provided him $35,000. 1 Yazid Yazid PROPN NNP Number=Sing 3 nsubj 3:nsubj|20:nsubj _ 2 Sufaat Sufaat PROPN NNP Number=Sing 1 flat 1:flat _ -3 provided provide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 provided provide VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 Moussaoui Moussaoui PROPN NNP Number=Sing 3 obj 3:obj _ 5 with with ADP IN _ 7 case 7:case _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -36660,55 +36676,55 @@ 14 representative representative NOUN NN Number=Sing 8 ccomp 8:ccomp _ 15 for for ADP IN _ 17 case 17:case _ 16 Infocus Infocus PROPN NNP Number=Sing 17 compound 17:compound _ -17 Technologies Technologies PROPN NNPS Number=Plur 14 nmod 14:nmod:for _ +17 Technologies Technology PROPN NNPS Number=Plur 14 nmod 14:nmod:for _ 18 and and CCONJ CC _ 20 cc 20:cc _ 19 allegedly allegedly ADV RB _ 20 advmod 20:advmod _ -20 provided provide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +20 provided provide VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 21 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 20 iobj 20:iobj _ 22 $ $ SYM $ _ 20 obj 20:obj SpaceAfter=No -23 35,000 35,000 NUM CD NumType=Card 22 compound 22:compound SpaceAfter=No +23 35,000 35000 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod SpaceAfter=No 24 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0099 # text = The crop dusters were to be part of a "second wave." 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 crop crop NOUN NN Number=Sing 3 compound 3:compound _ -3 dusters duster NOUN NNS Number=Plur 4 nsubj 4:nsubj|7:nsubj:xsubj _ -4 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 dusters duster NOUN NNS Number=Plur 7 nsubj 7:nsubj _ +4 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 aux 7:aux _ 5 to to PART TO _ 7 mark 7:mark _ 6 be be AUX VB VerbForm=Inf 7 cop 7:cop _ -7 part part NOUN NN Number=Sing 4 xcomp 4:xcomp _ +7 part part NOUN NN Number=Sing 0 root 0:root _ 8 of of ADP IN _ 12 case 12:case _ 9 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 10 " " PUNCT `` _ 12 punct 12:punct SpaceAfter=No -11 second second ADJ JJ Degree=Pos|NumType=Ord 12 amod 12:amod _ +11 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 12 amod 12:amod _ 12 wave wave NOUN NN Number=Sing 7 nmod 7:nmod:of SpaceAfter=No -13 . . PUNCT . _ 4 punct 4:punct SpaceAfter=No -14 " " PUNCT '' _ 4 punct 4:punct _ +13 . . PUNCT . _ 12 punct 12:punct SpaceAfter=No +14 " " PUNCT '' _ 12 punct 12:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0100 # text = After 9/11, Yazid Sufaat traveled to Afghanistan and Pakistan to work for the Taliban Medical Brigade and to continue his work with anthrax. 1 After after ADP IN _ 2 case 2:case _ -2 9/11 9/11 NUM CD NumType=Card 6 obl 6:obl:after SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +2 9/11 9/11 NUM CD NumForm=Digit|NumType=Card 6 obl 6:obl:after SpaceAfter=No +3 , , PUNCT , _ 2 punct 2:punct _ 4 Yazid Yazid PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 5 Sufaat Sufaat PROPN NNP Number=Sing 4 flat 4:flat _ -6 traveled travel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 traveled travel VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 to to ADP IN _ 8 case 8:case _ 8 Afghanistan Afghanistan PROPN NNP Number=Sing 6 obl 6:obl:to _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 Pakistan Pakistan PROPN NNP Number=Sing 8 conj 6:obl:to|8:conj:and _ 11 to to PART TO _ 12 mark 12:mark _ -12 work work VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ +12 work work VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ 13 for for ADP IN _ 17 case 17:case _ 14 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 15 Taliban Taliban PROPN NNP Number=Sing 17 compound 17:compound _ -16 Medical Medical PROPN NNP Number=Sing 17 compound 17:compound _ +16 Medical Medical ADJ NNP Degree=Pos 17 amod 17:amod _ 17 Brigade Brigade PROPN NNP Number=Sing 12 obl 12:obl:for _ 18 and and CCONJ CC _ 20 cc 20:cc _ 19 to to PART TO _ 20 mark 20:mark _ -20 continue continue VERB VB VerbForm=Inf 12 conj 6:ccomp|12:conj:and _ -21 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +20 continue continue VERB VB VerbForm=Inf 12 conj 6:advcl:to|12:conj:and _ +21 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 work work NOUN NN Number=Sing 20 obj 20:obj _ 23 with with ADP IN _ 24 case 24:case _ 24 anthrax anthrax NOUN NN Number=Sing 22 nmod 22:nmod:with SpaceAfter=No @@ -36717,11 +36733,11 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0101 # text = As described in US News, a former reporter from the Kabul Times actually may have met Sufaat, without realizing it, while traveling near Kabul in October 2001, perceiving him as Filipino. 1 As as SCONJ IN _ 2 mark 2:mark _ -2 described describe VERB VBN Tense=Past|VerbForm=Part 17 advcl 17:advcl:as _ +2 described describe VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 advcl 17:advcl:as _ 3 in in ADP IN _ 5 case 5:case _ 4 US US PROPN NNP Number=Sing 5 compound 5:compound _ 5 News News PROPN NNP Number=Sing 2 obl 2:obl:in SpaceAfter=No -6 , , PUNCT , _ 17 punct 17:punct _ +6 , , PUNCT , _ 2 punct 2:punct _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 former former ADJ JJ Degree=Pos 9 amod 9:amod _ 9 reporter reporter NOUN NN Number=Sing 17 nsubj 17:nsubj _ @@ -36734,23 +36750,23 @@ 16 have have AUX VB VerbForm=Inf 17 aux 17:aux _ 17 met meet VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 18 Sufaat Sufaat PROPN NNP Number=Sing 17 obj 17:obj SpaceAfter=No -19 , , PUNCT , _ 17 punct 17:punct _ +19 , , PUNCT , _ 21 punct 21:punct _ 20 without without SCONJ IN _ 21 mark 21:mark _ 21 realizing realize VERB VBG VerbForm=Ger 17 advcl 17:advcl:without _ 22 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 obj 21:obj SpaceAfter=No -23 , , PUNCT , _ 17 punct 17:punct _ +23 , , PUNCT , _ 25 punct 25:punct _ 24 while while SCONJ IN _ 25 mark 25:mark _ 25 traveling travel VERB VBG VerbForm=Ger 17 advcl 17:advcl:while _ 26 near near ADP IN _ 27 case 27:case _ 27 Kabul Kabul PROPN NNP Number=Sing 25 obl 25:obl:near _ 28 in in ADP IN _ 29 case 29:case _ 29 October October PROPN NNP Number=Sing 25 obl 25:obl:in _ -30 2001 2001 NUM CD NumType=Card 29 nummod 29:nummod SpaceAfter=No -31 , , PUNCT , _ 17 punct 17:punct _ +30 2001 2001 NUM CD NumForm=Digit|NumType=Card 29 nummod 29:nummod SpaceAfter=No +31 , , PUNCT , _ 32 punct 32:punct _ 32 perceiving perceive VERB VBG VerbForm=Ger 17 advcl 17:advcl _ 33 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 32 obj 32:obj _ 34 as as ADP IN _ 35 case 35:case _ -35 Filipino filipino ADJ JJ Degree=Pos 32 obl 32:obl:as SpaceAfter=No +35 Filipino Filipino ADJ JJ Degree=Pos 32 obl 32:obl:as SpaceAfter=No 36 . . PUNCT . _ 17 punct 17:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0102 @@ -36759,13 +36775,13 @@ 2 fellow fellow NOUN NN Number=Sing 4 nsubj 4:nsubj|9:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 4 carrying carry VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -5 papers papers NOUN NNS Number=Plur 4 obj 4:obj _ +5 papers paper NOUN NNS Number=Plur 4 obj 4:obj _ 6 from from ADP IN _ 7 case 7:case _ 7 Zawahiri Zawahiri PROPN NNP Number=Sing 5 nmod 5:nmod:from _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 bragging brag VERB VBG Tense=Pres|VerbForm=Part 4 conj 4:conj:and _ 10 about about ADP IN _ 12 case 12:case _ -11 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 ability ability NOUN NN Number=Sing 9 obl 9:obl:about _ 13 to to PART TO _ 14 mark 14:mark _ 14 manipulate manipulate VERB VB VerbForm=Inf 12 acl 12:acl:to _ @@ -36779,9 +36795,9 @@ 3 arrested arrest VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 in in ADP IN _ 5 case 5:case _ 5 December December PROPN NNP Number=Sing 3 obl 3:obl:in _ -6 2001 2001 NUM CD NumType=Card 5 nummod 5:nummod _ +6 2001 2001 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 7 upon upon ADP IN _ 9 case 9:case _ -8 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 return return NOUN NN Number=Sing 3 obl 3:obl:upon _ 10 to to ADP IN _ 11 case 11:case _ 11 Malaysia Malaysia PROPN NNP Number=Sing 9 nmod 9:nmod:to SpaceAfter=No @@ -36790,17 +36806,17 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0104 # text = Newsweek reported that a "second wave" involving biological attacks had been thwarted upon the arrest of Al Qaeda members who had been intended to provide logistical support. 1 Newsweek Newsweek PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 reported report VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 reported report VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 14 mark 14:mark _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 5 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No -6 second second ADJ JJ Degree=Pos|NumType=Ord 7 amod 7:amod _ +6 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 7 amod 7:amod _ 7 wave wave NOUN NN Number=Sing 14 nsubj:pass 14:nsubj:pass SpaceAfter=No 8 " " PUNCT '' _ 7 punct 7:punct _ 9 involving involve VERB VBG VerbForm=Ger 7 acl 7:acl _ 10 biological biological ADJ JJ Degree=Pos 11 amod 11:amod _ 11 attacks attack NOUN NNS Number=Plur 9 obj 9:obj _ -12 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 aux 14:aux _ +12 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 aux 14:aux _ 13 been be AUX VBN Tense=Past|VerbForm=Part 14 aux:pass 14:aux:pass _ 14 thwarted thwart VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 ccomp 2:ccomp _ 15 upon upon ADP IN _ 17 case 17:case _ @@ -36811,7 +36827,7 @@ 20 Qaeda Qaeda PROPN NNP Number=Sing 21 compound 21:compound _ 21 members member NOUN NNS Number=Plur 17 nmod 17:nmod:of|25:nsubj:pass|27:nsubj:xsubj _ 22 who who PRON WP PronType=Rel 25 nsubj:pass 21:ref _ -23 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 aux 25:aux _ +23 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 25 aux 25:aux _ 24 been be AUX VBN Tense=Past|VerbForm=Part 25 aux:pass 25:aux:pass _ 25 intended intend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 acl:relcl 21:acl:relcl _ 26 to to PART TO _ 27 mark 27:mark _ @@ -36824,13 +36840,13 @@ # text = Various doctors, both foreign and American, are associated with Al Qaeda leaders or operatives, to include the doctors Abdul Qadoos Khan, a bacteriologist from Rawalpindi and Aafia Siddiqui, PhD, from Karachi. 1 Various various ADJ JJ Degree=Pos 2 amod 2:amod _ 2 doctors doctor NOUN NNS Number=Plur 10 nsubj:pass 10:nsubj:pass SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 5 punct 5:punct _ 4 both both CCONJ CC _ 5 cc:preconj 5:cc:preconj _ 5 foreign foreign ADJ JJ Degree=Pos 2 amod 2:amod _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 American american ADJ JJ Degree=Pos 5 conj 2:amod|5:conj:and SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ +7 American American ADJ JJ Degree=Pos 5 conj 2:amod|5:conj:and SpaceAfter=No +8 , , PUNCT , _ 2 punct 2:punct _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ 10 associated associate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 11 with with ADP IN _ 14 case 14:case _ 12 Al Al PROPN NNP Number=Sing 13 compound 13:compound _ @@ -36838,7 +36854,7 @@ 14 leaders leader NOUN NNS Number=Plur 10 obl 10:obl:with _ 15 or or CCONJ CC _ 16 cc 16:cc _ 16 operatives operative NOUN NNS Number=Plur 14 conj 10:obl:with|14:conj:or SpaceAfter=No -17 , , PUNCT , _ 10 punct 10:punct _ +17 , , PUNCT , _ 19 punct 19:punct _ 18 to to PART TO _ 19 mark 19:mark _ 19 include include VERB VB VerbForm=Inf 16 parataxis 16:parataxis _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ @@ -36846,7 +36862,7 @@ 22 Abdul Abdul PROPN NNP Number=Sing 21 appos 21:appos _ 23 Qadoos Qadoos PROPN NNP Number=Sing 22 flat 22:flat _ 24 Khan Khan PROPN NNP Number=Sing 22 flat 22:flat SpaceAfter=No -25 , , PUNCT , _ 22 punct 22:punct _ +25 , , PUNCT , _ 27 punct 27:punct _ 26 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 27 bacteriologist bacteriologist NOUN NN Number=Sing 22 appos 22:appos _ 28 from from ADP IN _ 29 case 29:case _ @@ -36854,9 +36870,9 @@ 30 and and CCONJ CC _ 31 cc 31:cc _ 31 Aafia Aafia PROPN NNP Number=Sing 22 conj 21:appos|22:conj:and _ 32 Siddiqui Siddiqui PROPN NNP Number=Sing 31 flat 31:flat SpaceAfter=No -33 , , PUNCT , _ 31 punct 31:punct _ +33 , , PUNCT , _ 34 punct 34:punct _ 34 PhD phd NOUN NN Number=Sing 31 appos 31:appos SpaceAfter=No -35 , , PUNCT , _ 31 punct 31:punct _ +35 , , PUNCT , _ 37 punct 37:punct _ 36 from from ADP IN _ 37 case 37:case _ 37 Karachi Karachi PROPN NNP Number=Sing 31 nmod 31:nmod:from SpaceAfter=No 38 . . PUNCT . _ 10 punct 10:punct _ @@ -36871,11 +36887,11 @@ 6 charged charge VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 along along ADP IN _ 10 case 10:case _ 8 with with ADP IN _ 10 case 10:case _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 son son NOUN NN Number=Sing 6 obl 6:obl:with SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 Ahmed Ahmed PROPN NNP Number=Sing 10 appos 10:appos SpaceAfter=No -13 , , PUNCT , _ 6 punct 6:punct _ +13 , , PUNCT , _ 15 punct 15:punct _ 14 for for SCONJ IN _ 15 mark 15:mark _ 15 harboring harbor VERB VBG VerbForm=Ger 6 advcl 6:advcl:for _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -36887,10 +36903,10 @@ 1 As as ADP IN _ 3 case 3:case _ 2 of of ADP IN _ 1 fixed 1:fixed _ 3 March March PROPN NNP Number=Sing 12 obl 12:obl:as_of _ -4 28 28 NUM CD NumType=Card 3 nummod 3:nummod SpaceAfter=No -5 , , PUNCT , _ 3 punct 3:punct _ -6 2003 2003 NUM CD NumType=Card 3 nummod 3:nummod SpaceAfter=No -7 , , PUNCT , _ 12 punct 12:punct _ +4 28 28 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No +5 , , PUNCT , _ 6 punct 6:punct _ +6 2003 2003 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No +7 , , PUNCT , _ 3 punct 3:punct _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj|20:nsubj:pass _ 9 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 cop 12:cop _ 10 in in ADP IN _ 12 case 12:case _ @@ -36901,21 +36917,21 @@ 15 cardiac cardiac ADJ JJ Degree=Pos 16 amod 16:amod _ 16 problem problem NOUN NN Number=Sing 12 obl 12:obl:for _ 17 and and CCONJ CC _ 20 cc 20:cc _ -18 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 aux 20:aux _ +18 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 aux 20:aux _ 19 been be AUX VBN Tense=Past|VerbForm=Part 20 aux:pass 20:aux:pass _ 20 granted grant VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 conj 12:conj:and _ -21 " " PUNCT `` _ 20 punct 20:punct SpaceAfter=No +21 " " PUNCT `` _ 23 punct 23:punct SpaceAfter=No 22 pre-arrest pre-arrest ADJ JJ Degree=Pos 23 amod 23:amod _ 23 bail bail NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No -24 . . PUNCT . _ 12 punct 12:punct SpaceAfter=No -25 " " PUNCT '' _ 12 punct 12:punct _ +24 . . PUNCT . _ 23 punct 23:punct SpaceAfter=No +25 " " PUNCT '' _ 23 punct 23:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0108 # text = Yet all you read about at the time was the arrest of the son Ahmed Abdul Qadoos, who receives a stipend from the UN for being officially low-IQ due to lead poisoning. 1 Yet yet CCONJ CC _ 11 cc 11:cc _ -2 all all DET DT _ 11 nsubj 11:nsubj _ +2 all all DET DT PronType=Tot 11 nsubj 11:nsubj _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 read read VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 read read VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 about about ADP IN _ 4 obl 4:obl _ 6 at at ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -36929,7 +36945,7 @@ 15 Ahmed Ahmed PROPN NNP Number=Sing 14 appos 14:appos _ 16 Abdul Abdul PROPN NNP Number=Sing 15 flat 15:flat _ 17 Qadoos Qadoos PROPN NNP Number=Sing 15 flat 15:flat SpaceAfter=No -18 , , PUNCT , _ 14 punct 14:punct _ +18 , , PUNCT , _ 20 punct 20:punct _ 19 who who PRON WP PronType=Rel 20 nsubj 14:ref _ 20 receives receive VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ 21 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ @@ -36941,7 +36957,7 @@ 27 being be AUX VBG VerbForm=Ger 31 cop 31:cop _ 28 officially officially ADV RB _ 31 advmod 31:advmod _ 29 low low ADJ JJ Degree=Pos 31 amod 31:amod SpaceAfter=No -30 - - PUNCT HYPH _ 31 punct 31:punct SpaceAfter=No +30 - - PUNCT HYPH _ 29 punct 29:punct SpaceAfter=No 31 IQ iq NOUN NN Number=Sing 20 advcl 20:advcl:for _ 32 due due ADP IN _ 35 case 35:case _ 33 to to ADP IN _ 32 fixed 32:fixed _ @@ -36953,15 +36969,15 @@ # text = It was Khalid Mohammed who told authorities about Aafia Siddiqui, who has a PhD from Brandeis in neurology. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 expl 3:expl _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ -3 Khalid Khalid PROPN NNP Number=Sing 5 nsubj 5:nsubj _ +3 Khalid Khalid PROPN NNP Number=Sing 0 root 0:root|6:nsubj _ 4 Mohammed Mohammed PROPN NNP Number=Sing 3 flat 3:flat _ -5 who who PRON WP PronType=Int 0 root 0:root _ -6 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ -7 authorities authority NOUN NNS Number=Plur 6 obj 6:obj _ +5 who who PRON WP PronType=Rel 6 nsubj 3:ref _ +6 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 advcl:relcl 3:advcl:relcl _ +7 authorities authority NOUN NNS Number=Plur 6 iobj 6:iobj _ 8 about about ADP IN _ 9 case 9:case _ 9 Aafia Aafia PROPN NNP Number=Sing 6 obl 6:obl:about|13:nsubj _ 10 Siddiqui Siddiqui PROPN NNP Number=Sing 9 flat 9:flat SpaceAfter=No -11 , , PUNCT , _ 9 punct 9:punct _ +11 , , PUNCT , _ 13 punct 13:punct _ 12 who who PRON WP PronType=Rel 13 nsubj 9:ref _ 13 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ @@ -36975,9 +36991,9 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0110 # text = The Pakistani press reported that she was nabbed in Karachi after being spotted at the airport in late March or early April 2003. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 Pakistani pakistani ADJ JJ Degree=Pos 3 amod 3:amod _ +2 Pakistani Pakistani ADJ JJ Degree=Pos 3 amod 3:amod _ 3 press press NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 reported report VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 reported report VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 that that SCONJ IN _ 8 mark 8:mark _ 6 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 8 nsubj:pass 8:nsubj:pass _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 aux:pass 8:aux:pass _ @@ -36996,19 +37012,19 @@ 20 or or CCONJ CC _ 22 cc 22:cc _ 21 early early ADJ JJ Degree=Pos 22 amod 22:amod _ 22 April April PROPN NNP Number=Sing 19 conj 13:obl:in|19:conj:or _ -23 2003 2003 NUM CD NumType=Card 19 nummod 19:nummod SpaceAfter=No +23 2003 2003 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod SpaceAfter=No 24 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0111 # text = If mistaken, how did those reports first come about? 1 If if SCONJ IN _ 2 mark 2:mark _ 2 mistaken mistaken ADJ JJ Degree=Pos 9 advcl 9:advcl:if SpaceAfter=No -3 , , PUNCT , _ 9 punct 9:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 how how ADV WRB PronType=Int 9 advmod 9:advmod _ -5 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +5 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 6 those that DET DT Number=Plur|PronType=Dem 7 det 7:det _ 7 reports report NOUN NNS Number=Plur 9 nsubj 9:nsubj _ -8 first first ADV RB _ 9 advmod 9:advmod _ +8 first first ADV RB NumForm=Word|NumType=Ord 9 advmod 9:advmod _ 9 come come VERB VB VerbForm=Inf 0 root 0:root _ 10 about about ADP RP _ 9 compound:prt 9:compound:prt SpaceAfter=No 11 ? ? PUNCT . _ 9 punct 9:punct _ @@ -37016,7 +37032,7 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0112 # text = Understandably, Amerithrax is a confidential investigation. 1 Understandably understandably ADV RB _ 7 advmod 7:advmod SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 Amerithrax Amerithrax PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -37032,7 +37048,7 @@ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 CIA CIA PROPN NNP Number=Sing 3 conj 3:conj:and|7:nsubj _ 6 rarely rarely ADV RB _ 7 advmod 7:advmod _ -7 grant grant VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 grant grant VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 press press NOUN NN Number=Sing 9 compound 9:compound _ 9 interviews interview NOUN NNS Number=Plur 7 obj 7:obj _ 10 in in ADP IN _ 11 case 11:case _ @@ -37047,7 +37063,7 @@ # text = The CIA did not even allow the FBI access to KSM for 10 days after his arrest. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 CIA CIA PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +3 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 4 not not PART RB _ 6 advmod 6:advmod _ 5 even even ADV RB _ 6 advmod 6:advmod _ 6 allow allow VERB VB VerbForm=Inf 0 root 0:root _ @@ -37057,10 +37073,10 @@ 10 to to ADP IN _ 11 case 11:case _ 11 KSM KSM PROPN NNP Number=Sing 9 nmod 9:nmod:to _ 12 for for ADP IN _ 14 case 14:case _ -13 10 10 NUM CD NumType=Card 14 nummod 14:nummod _ +13 10 10 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 14 days day NOUN NNS Number=Plur 6 obl 6:obl:for _ 15 after after ADP IN _ 17 case 17:case _ -16 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 arrest arrest NOUN NN Number=Sing 14 nmod 14:nmod:after SpaceAfter=No 18 . . PUNCT . _ 6 punct 6:punct _ @@ -37070,15 +37086,15 @@ 2 agent agent NOUN NN Number=Sing 3 compound 3:compound _ 3 Van Van PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 4 Harp Harp PROPN NNP Number=Sing 3 flat 3:flat SpaceAfter=No -5 , , PUNCT , _ 3 punct 3:punct _ +5 , , PUNCT , _ 7 punct 7:punct _ 6 then then ADV RB PronType=Dem 7 advmod 7:advmod _ 7 head head NOUN NN Number=Sing 3 appos 3:appos _ 8 of of ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 Amerithrax Amerithrax PROPN NNP Number=Sing 11 compound 11:compound _ 11 investigation investigation NOUN NN Number=Sing 7 nmod 7:nmod:of _ -12 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 advcl 21:advcl:as SpaceAfter=No -13 , , PUNCT , _ 21 punct 21:punct _ +12 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 advcl 21:advcl:as SpaceAfter=No +13 , , PUNCT , _ 12 punct 12:punct _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 information information NOUN NN Number=Sing 21 nsubj 21:nsubj _ 16 coming come VERB VBG VerbForm=Ger 15 acl 15:acl _ @@ -37110,14 +37126,14 @@ 8 fact fact NOUN NN Number=Sing 7 obj 7:obj _ 9 from from ADP IN _ 10 case 10:case _ 10 fiction fiction NOUN NN Number=Sing 7 obl 7:obl:from SpaceAfter=No -11 , , PUNCT , _ 20 punct 20:punct _ +11 , , PUNCT , _ 5 punct 5:punct _ 12 Attorney Attorney PROPN NNP Number=Sing 14 compound 14:compound _ -13 General General PROPN NNP Number=Sing 12 flat 12:flat _ +13 General General ADJ NNP Degree=Pos 12 amod 12:amod _ 14 Ashcroft Ashcroft PROPN NNP Number=Sing 20 nsubj 20:nsubj _ 15 and and CCONJ CC _ 17 cc 17:cc _ 16 Director Director PROPN NNP Number=Sing 17 compound 17:compound _ 17 Mueller Mueller PROPN NNP Number=Sing 14 conj 14:conj:and|20:nsubj _ -18 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +18 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 19 publicly publicly ADV RB _ 20 advmod 20:advmod _ 20 confirmed confirm VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 21 Aafia Aafia PROPN NNP Number=Sing 25 nsubj:pass 25:nsubj:pass _ @@ -37137,18 +37153,18 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0118 # newpar id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-p0003 # text = Her mother Ismat last saw Aafia and her grandchildren before they left in a minicab at the end of March. -1 Her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 mother mother NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 Ismat Ismat PROPN NNP Number=Sing 2 appos 2:appos _ 4 last last ADV RB _ 5 advmod 5:advmod _ -5 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 saw see VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 Aafia Aafia PROPN NNP Number=Sing 5 obj 5:obj _ 7 and and CCONJ CC _ 9 cc 9:cc _ -8 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 grandchildren grandchild NOUN NNS Number=Plur 6 conj 5:obj|6:conj:and _ 10 before before SCONJ IN _ 12 mark 12:mark _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:before _ +12 left leave VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:before _ 13 in in ADP IN _ 15 case 15:case _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 minicab minicab NOUN NN Number=Sing 12 obl 12:obl:in _ @@ -37161,33 +37177,33 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0119 # text = Aafia was on her way with her children to visit and uncle and a friend in Islamabad. -1 Aafia Aafia PROPN NNP Number=Sing 2 nsubj 2:nsubj|10:nsubj:xsubj _ -2 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Aafia Aafia PROPN NNP Number=Sing 5 nsubj 5:nsubj _ +2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 3 on on ADP IN _ 5 case 5:case _ -4 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -5 way way NOUN NN Number=Sing 2 obl 2:obl:on _ +4 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +5 way way NOUN NN Number=Sing 0 root 0:root _ 6 with with ADP IN _ 8 case 8:case _ -7 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ -8 children child NOUN NNS Number=Plur 2 obl 2:obl:with _ +7 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +8 children child NOUN NNS Number=Plur 5 obl 5:obl:with _ 9 to to PART TO _ 10 mark 10:mark _ -10 visit visit VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -11 and a DET DT Typo=Yes 12 det 12:det _ +10 visit visit VERB VB VerbForm=Inf 5 acl 5:acl:to _ +11 and a DET DT Definite=Ind|PronType=Art|Typo=Yes 12 det 12:det CorrectForm=an 12 uncle uncle NOUN NN Number=Sing 10 obj 10:obj _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 friend friend NOUN NN Number=Sing 12 conj 10:obj|12:conj:and _ 16 in in ADP IN _ 17 case 17:case _ 17 Islamabad Islamabad PROPN NNP Number=Sing 12 nmod 12:nmod:in SpaceAfter=No -18 . . PUNCT . _ 2 punct 2:punct _ +18 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0120 # text = According to the Pakistan reports, Aafia Siddiqui was detained after being spotted at Karachi International airport (after she was followed to a relative's house). -1 According accord VERB VBG VerbForm=Ger 5 case 5:case _ -2 to to ADP IN _ 5 case 5:case _ +1 According accord VERB VBG ExtPos=ADP|VerbForm=Ger 5 case 5:case _ +2 to to ADP IN _ 1 fixed 1:fixed _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 Pakistan Pakistan PROPN NNP Number=Sing 5 compound 5:compound _ -5 reports report NOUN NNS Number=Plur 10 obl 10:obl:to SpaceAfter=No -6 , , PUNCT , _ 10 punct 10:punct _ +5 reports report NOUN NNS Number=Plur 10 obl 10:obl:according_to SpaceAfter=No +6 , , PUNCT , _ 5 punct 5:punct _ 7 Aafia Aafia PROPN NNP Number=Sing 10 nsubj:pass 10:nsubj:pass _ 8 Siddiqui Siddiqui PROPN NNP Number=Sing 7 flat 7:flat _ 9 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 aux:pass 10:aux:pass _ @@ -37197,7 +37213,7 @@ 13 spotted spot VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 advcl 10:advcl:after _ 14 at at ADP IN _ 17 case 17:case _ 15 Karachi Karachi PROPN NNP Number=Sing 17 compound 17:compound _ -16 International International PROPN NNP Number=Sing 17 compound 17:compound _ +16 International International ADJ NNP Degree=Pos 17 amod 17:amod _ 17 airport airport PROPN NNP Number=Sing 13 obl 13:obl:at _ 18 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No 19 after after SCONJ IN _ 22 mark 22:mark _ @@ -37228,7 +37244,7 @@ # text = The reports say she is suspected of having been a member of Al Qaeda's "Chemical Wire Group." 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 reports report NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 say say VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 6 nsubj:pass 6:nsubj:pass _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ 6 suspected suspect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 ccomp 3:ccomp _ @@ -37243,11 +37259,11 @@ 14 Qaeda Qaeda PROPN NNP Number=Sing 19 nmod:poss 19:nmod:poss _ 15 's 's PART POS _ 14 case 14:case _ 16 " " PUNCT `` _ 19 punct 19:punct SpaceAfter=No -17 Chemical Chemical PROPN NNP Number=Sing 18 compound 18:compound _ +17 Chemical Chemical ADJ NNP Degree=Pos 18 amod 18:amod _ 18 Wire Wire PROPN NNP Number=Sing 19 compound 19:compound _ 19 Group Group PROPN NNP Number=Sing 11 nmod 11:nmod:of SpaceAfter=No -20 . . PUNCT . _ 3 punct 3:punct SpaceAfter=No -21 " " PUNCT '' _ 3 punct 3:punct _ +20 . . PUNCT . _ 19 punct 19:punct SpaceAfter=No +21 " " PUNCT '' _ 19 punct 19:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0123 # text = The family's lawyer advises me that Aafia did not have enough money to pay for airfare tickets for herself and the kids and called Ismat from the train station. @@ -37257,16 +37273,16 @@ 3 's 's PART POS _ 2 case 2:case _ 4 lawyer lawyer NOUN NN Number=Sing 5 nsubj 5:nsubj _ 5 advises advise VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 obj 5:obj _ +6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 iobj 5:iobj _ 7 that that SCONJ IN _ 11 mark 11:mark _ 8 Aafia Aafia PROPN NNP Number=Sing 11 nsubj 11:nsubj|25:nsubj _ -9 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 aux 11:aux _ +9 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 aux 11:aux _ 10 not not PART RB _ 11 advmod 11:advmod _ 11 have have VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ 12 enough enough ADJ JJ Degree=Pos 13 amod 13:amod _ 13 money money NOUN NN Number=Sing 11 obj 11:obj _ 14 to to PART TO _ 15 mark 15:mark _ -15 pay pay VERB VB VerbForm=Inf 12 ccomp 12:ccomp _ +15 pay pay VERB VB VerbForm=Inf 12 advcl 12:advcl:to _ 16 for for ADP IN _ 18 case 18:case _ 17 airfare airfare NOUN NN Number=Sing 18 compound 18:compound _ 18 tickets ticket NOUN NNS Number=Plur 15 obl 15:obl:for _ @@ -37276,7 +37292,7 @@ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 kids kid NOUN NNS Number=Plur 20 conj 18:nmod:for|20:conj:and _ 24 and and CCONJ CC _ 25 cc 25:cc _ -25 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 conj 5:ccomp|11:conj:and _ +25 called call VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 conj 5:ccomp|11:conj:and _ 26 Ismat Ismat PROPN NNP Number=Sing 25 obj 25:obj _ 27 from from ADP IN _ 30 case 30:case _ 28 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ @@ -37291,7 +37307,7 @@ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 last last ADJ JJ Degree=Pos 0 root 0:root _ 5 Ismat Ismat PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -6 heard hear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +6 heard hear VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 from from ADP IN _ 8 case 8:case _ 8 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 6 obl 6:obl:from SpaceAfter=No 9 . . PUNCT . _ 4 punct 4:punct _ @@ -37300,7 +37316,7 @@ # text = Aafia never reached the uncle's house. 1 Aafia Aafia PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 never never ADV RB _ 3 advmod 3:advmod _ -3 reached reach VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 reached reach VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5-6 uncle's _ _ _ _ _ _ _ _ 5 uncle uncle NOUN NN Number=Sing 7 nmod:poss 7:nmod:poss _ @@ -37311,8 +37327,8 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0126 # text = Perhaps something got lost in the translation, but the phrase "Chemical Wire Group" has appeared in all the english Pakistan and India papers. 1 Perhaps perhaps ADV RB _ 3 advmod 3:advmod _ -2 something something PRON NN Number=Sing 3 nsubj 3:nsubj|4:nsubj:xsubj _ -3 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 something something PRON NN Number=Sing|PronType=Ind 3 nsubj 3:nsubj|4:nsubj:xsubj _ +3 got get VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 lost lost ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ 5 in in ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -37322,20 +37338,20 @@ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 phrase phrase NOUN NN Number=Sing 18 nsubj 18:nsubj _ 12 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No -13 Chemical Chemical PROPN NNP Number=Sing 14 compound 14:compound _ +13 Chemical Chemical ADJ NNP Degree=Pos 14 amod 14:amod _ 14 Wire Wire PROPN NNP Number=Sing 15 compound 15:compound _ 15 Group Group PROPN NNP Number=Sing 11 appos 11:appos SpaceAfter=No 16 " " PUNCT '' _ 15 punct 15:punct _ 17 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 18 appeared appear VERB VBN Tense=Past|VerbForm=Part 4 conj 3:xcomp|4:conj:but _ 19 in in ADP IN _ 26 case 26:case _ -20 all all DET PDT _ 26 det:predet 26:det:predet _ +20 all all DET PDT PronType=Tot 26 det:predet 26:det:predet _ 21 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -22 english english PROPN JJ Degree=Pos 26 amod 26:amod _ +22 english English ADJ JJ Degree=Pos 26 amod 26:amod _ 23 Pakistan Pakistan PROPN NNP Number=Sing 26 compound 26:compound _ 24 and and CCONJ CC _ 25 cc 25:cc _ 25 India India PROPN NNP Number=Sing 23 conj 23:conj:and|26:compound _ -26 papers papers NOUN NNS Number=Plur 18 obl 18:obl:in SpaceAfter=No +26 papers paper NOUN NNS Number=Plur 18 obl 18:obl:in SpaceAfter=No 27 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0127 @@ -37346,15 +37362,15 @@ 3 's 's PART POS _ 2 case 2:case _ 4 attorney attorney NOUN NN Number=Sing 5 nsubj 5:nsubj _ 5 advises advise VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 obj 5:obj _ +6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 iobj 5:iobj _ 7 that that SCONJ IN _ 9 mark 9:mark _ 8 Aafia Aafia PROPN NNP Number=Sing 9 nsubj 9:nsubj _ -9 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 ccomp 5:ccomp _ -10 no no DET DT _ 11 det 11:det _ +9 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 ccomp 5:ccomp _ +10 no no DET DT PronType=Neg 11 det 11:det _ 11 knowledge knowledge NOUN NN Number=Sing 9 obj 9:obj _ 12 of of ADP IN _ 13 case 13:case _ 13 chemicals chemical NOUN NNS Number=Plur 11 nmod 11:nmod:of _ -14 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No +14 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No 15 and and CCONJ CC _ 19 cc 19:cc _ 16 that that PRON DT Number=Sing|PronType=Dem 19 nsubj 19:nsubj|23:nsubj:xsubj _ 17 would would AUX MD VerbForm=Fin 19 aux 19:aux _ @@ -37362,9 +37378,9 @@ 19 appear appear VERB VB VerbForm=Inf 5 conj 5:conj:and _ 20 to to PART TO _ 23 mark 23:mark _ 21 be be AUX VB VerbForm=Inf 23 cop 23:cop _ -22 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 training training NOUN NN Number=Sing 19 xcomp 19:xcomp SpaceAfter=No -24 ) ) PUNCT -RRB- _ 5 punct 5:punct SpaceAfter=No +24 ) ) PUNCT -RRB- _ 19 punct 19:punct SpaceAfter=No 25 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0128 @@ -37380,16 +37396,16 @@ 9 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 10 " " PUNCT `` _ 13 punct 13:punct SpaceAfter=No 11 Atta Atta PROPN NNP Number=Sing 13 compound 13:compound SpaceAfter=No -12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 level level NOUN NN Number=Sing 15 compound 15:compound SpaceAfter=No 14 " " PUNCT '' _ 13 punct 13:punct _ -15 Floridian Floridian PROPN NNP Number=Sing 7 nmod 7:nmod:of|24:obj SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ +15 Floridian Floridian PROPN NNP Number=Sing 7 nmod 7:nmod:of|27:obj|30:obj SpaceAfter=No +16 , , PUNCT , _ 17 punct 17:punct _ 17 Adnan Adnan PROPN NNP Number=Sing 15 appos 15:appos _ 18 El El PROPN NNP Number=Sing 17 flat 17:flat _ 19 Shukrijumah Shukrijumah PROPN NNP Number=Sing 17 flat 17:flat SpaceAfter=No -20 , , PUNCT , _ 15 punct 15:punct _ -21 who who PRON WP PronType=Rel 24 obj 15:ref _ +20 , , PUNCT , _ 24 punct 24:punct _ +21 who who PRON WP PronType=Rel 27 obj 15:ref _ 22 Siddiqui Siddiqui PROPN NNP Number=Sing 24 nsubj:pass 24:nsubj:pass|27:nsubj:xsubj|30:nsubj:xsubj _ 23 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 aux:pass 24:aux:pass _ 24 thought think VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 acl:relcl 15:acl:relcl _ @@ -37403,7 +37419,7 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0129 # text = His nickname is "Jafar the Pilot." -1 His he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 His his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 nickname nickname NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No @@ -37436,16 +37452,16 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ 3 said say VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 by by ADP IN _ 7 case 7:case _ -5 one one NUM CD NumType=Card 7 nummod 7:nummod _ +5 one one NUM CD NumForm=Word|NumType=Card 7 nummod 7:nummod _ 6 FBI FBI PROPN NNP Number=Sing 7 compound 7:compound _ -7 agent agent NOUN NN Number=Sing 3 obl 3:obl:by _ +7 agent agent NOUN NN Number=Sing 3 obl:agent 3:obl:agent _ 8 to to PART TO _ 17 mark 17:mark _ 9 be be AUX VB VerbForm=Inf 17 cop 17:cop _ 10 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No 11 very very ADV RB _ 15 advmod 15:advmod SpaceAfter=No -12 , , PUNCT , _ 15 punct 15:punct _ +12 , , PUNCT , _ 11 punct 11:punct _ 13 very very ADV RB _ 15 advmod 15:advmod SpaceAfter=No -14 , , PUNCT , _ 15 punct 15:punct _ +14 , , PUNCT , _ 13 punct 13:punct _ 15 very very ADV RB _ 17 advmod 17:advmod SpaceAfter=No 16 " " PUNCT '' _ 15 punct 15:punct _ 17 dangerous dangerous ADJ JJ Degree=Pos 3 xcomp 3:xcomp SpaceAfter=No @@ -37457,7 +37473,7 @@ 2 allegedly allegedly ADV RB _ 8 advmod 8:advmod _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 4 at at ADP IN _ 8 case 8:case _ -5 one one NUM CD NumType=Card 8 nummod 8:nummod _ +5 one one NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 6 or or CCONJ CC _ 7 cc 7:cc _ 7 more more ADJ JJR Degree=Cmp 5 conj 5:conj:or|8:nummod _ 8 meetings meeting NOUN NNS Number=Plur 0 root 0:root|22:obl:at _ @@ -37465,7 +37481,7 @@ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 Summer summer NOUN NN Number=Sing 8 nmod 8:nmod:in _ 12 of of ADP IN _ 13 case 13:case _ -13 2001 2001 NUM CD NumType=Card 11 nmod 11:nmod:of _ +13 2001 2001 NUM CD NumForm=Digit|NumType=Card 11 nmod 11:nmod:of _ 14 in in ADP IN _ 15 case 15:case _ 15 Pakistan Pakistan PROPN NNP Number=Sing 8 nmod 8:nmod:in _ 16 at at ADP IN _ 17 case 17:case _ @@ -37473,7 +37489,7 @@ 18 KSM KSM PROPN NNP Number=Sing 22 nsubj 22:nsubj _ 19 and and CCONJ CC _ 20 cc 20:cc _ 20 Sufaat Sufaat PROPN NNP Number=Sing 18 conj 18:conj:and|22:nsubj _ -21 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 cop 22:cop _ +21 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 cop 22:cop _ 22 present present ADJ JJ Degree=Pos 8 acl:relcl 8:acl:relcl SpaceAfter=No 23 . . PUNCT . _ 8 punct 8:punct _ @@ -37486,16 +37502,16 @@ 5 seen see VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 in in ADP IN _ 7 case 7:case _ 7 Hamilton Hamilton PROPN NNP Number=Sing 5 obl 5:obl:in SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 9 punct 9:punct _ 9 Canada Canada PROPN NNP Number=Sing 7 appos 7:appos _ -10 -- -- PUNCT , _ 5 punct 5:punct _ +10 -- -- PUNCT , _ 14 punct 14:punct _ 11 along along ADP IN _ 14 case 14:case _ 12 with with ADP IN _ 14 case 14:case _ -13 Egyptian Egyptian PROPN NNP Number=Sing 14 compound 14:compound _ +13 Egyptian Egyptian ADJ NNP Degree=Pos 14 amod 14:amod _ 14 al al PROPN NNP Number=Sing 5 obl 5:obl:with|22:nsubj SpaceAfter=No -15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No 16 Maati Maati PROPN NNP Number=Sing 14 flat 14:flat SpaceAfter=No -17 , , PUNCT , _ 14 punct 14:punct _ +17 , , PUNCT , _ 22 punct 22:punct _ 18 who who PRON WP PronType=Rel 22 nsubj 14:ref _ 19 apparently apparently ADV RB _ 22 advmod 22:advmod _ 20 also also ADV RB _ 22 advmod 22:advmod _ @@ -37508,11 +37524,11 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0134 # text = The United States truly no longer has time for faulty analysis or politically-based preconceptions. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 United United PROPN NNP Number=Sing 3 compound 3:compound _ -3 States States PROPN NNP Number=Sing 7 nsubj 7:nsubj _ +2 United United ADJ NNP Degree=Pos 3 amod 3:amod _ +3 States State PROPN NNPS Number=Plur 7 nsubj 7:nsubj _ 4 truly truly ADV RB _ 7 advmod 7:advmod _ 5 no no ADV RB _ 6 advmod 6:advmod _ -6 longer longer ADV RBR Degree=Cmp 7 advmod 7:advmod _ +6 longer long ADV RBR Degree=Cmp 7 advmod 7:advmod _ 7 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 time time NOUN NN Number=Sing 7 obj 7:obj _ 9 for for ADP IN _ 11 case 11:case _ @@ -37520,8 +37536,8 @@ 11 analysis analysis NOUN NN Number=Sing 8 nmod 8:nmod:for _ 12 or or CCONJ CC _ 16 cc 16:cc _ 13 politically politically ADV RB _ 15 advmod 15:advmod SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No -15 based base VERB VBN Tense=Past|VerbForm=Part 16 amod 16:amod _ +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +15 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 amod 16:amod _ 16 preconceptions preconception NOUN NNS Number=Plur 11 conj 8:nmod:for|11:conj:or SpaceAfter=No 17 . . PUNCT . _ 7 punct 7:punct _ @@ -37530,12 +37546,12 @@ 1 In in ADP IN _ 3 case 3:case _ 2 early early ADJ JJ Degree=Pos 3 amod 3:amod _ 3 June June PROPN NNP Number=Sing 9 obl 9:obl:in _ -4 2003 2003 NUM CD NumType=Card 3 nummod 3:nummod SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct _ +4 2003 2003 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No +5 , , PUNCT , _ 3 punct 3:punct _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 CIA CIA PROPN NNP Number=Sing 8 compound 8:compound _ 8 report report NOUN NN Number=Sing 9 nsubj 9:nsubj _ -9 concluded conclude VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 concluded conclude VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 that that SCONJ IN _ 29 mark 29:mark _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 reason reason NOUN NN Number=Sing 29 nsubj 29:nsubj _ @@ -37556,13 +37572,13 @@ 25 fact fact NOUN NN Number=Sing 29 obl 29:obl:in _ 26 for for ADP IN _ 29 case 29:case _ 27 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ -28 contemplated contemplate VERB VBN Tense=Past|VerbForm=Part 29 amod 29:amod _ +28 contemplated contemplate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 29 amod 29:amod _ 29 use use NOUN NN Number=Sing 9 ccomp 9:ccomp _ 30 in in SCONJ IN _ 31 mark 31:mark _ 31 dispersing disperse VERB VBG VerbForm=Ger 29 acl 29:acl:in _ 32 biological biological ADJ JJ Degree=Pos 33 amod 33:amod _ 33 agents agent NOUN NNS Number=Plur 31 obj 31:obj _ -34 such such ADJ JJ Degree=Pos 36 case 36:case _ +34 such such ADJ JJ Degree=Pos|ExtPos=ADP 36 case 36:case _ 35 as as ADP IN _ 34 fixed 34:fixed _ 36 anthrax anthrax NOUN NN Number=Sing 33 nmod 33:nmod:such_as SpaceAfter=No 37 . . PUNCT . _ 9 punct 9:punct _ @@ -37581,9 +37597,9 @@ 10 interested interested ADJ JJ Degree=Pos 5 ccomp 5:ccomp _ 11 in in SCONJ IN _ 12 mark 12:mark _ 12 using use VERB VBG VerbForm=Ger 10 advcl 10:advcl:in _ -13 cropdusters cropduster NOUN NNS Number=Plur 12 obj 12:obj|15:nsubj:xsubj _ +13 cropdusters cropduster NOUN NNS Number=Plur 12 obj 12:obj _ 14 to to PART TO _ 15 mark 15:mark _ -15 disperse disperse VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ +15 disperse disperse VERB VB VerbForm=Inf 12 advcl 12:advcl:to _ 16 biological biological ADJ JJ Degree=Pos 17 amod 17:amod _ 17 agents agent NOUN NNS Number=Plur 15 obj 15:obj _ 18 ( ( PUNCT -LRB- _ 21 punct 21:punct SpaceAfter=No @@ -37621,11 +37637,11 @@ 3 reasonable reasonable ADJ JJ Degree=Pos 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 credit credit VERB VB VerbForm=Inf 3 csubj 3:csubj _ -6 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 statement statement NOUN NN Number=Sing 5 obj 5:obj _ 8 that that SCONJ IN _ 10 mark 10:mark _ 9 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 acl 7:acl:that _ +10 got get VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 acl 7:acl:that _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 lesion lesion NOUN NN Number=Sing 10 obj 10:obj _ 13 after after SCONJ IN _ 14 mark 14:mark _ @@ -37684,7 +37700,7 @@ 17 that that SCONJ IN _ 20 mark 20:mark _ 18 Al Al PROPN NNP Number=Sing 19 compound 19:compound _ 19 Qaeda Qaeda PROPN NNP Number=Sing 20 nsubj 20:nsubj _ -20 obtained obtain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 acl 16:acl:that _ +20 obtained obtain VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 acl 16:acl:that _ 21 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 22 Ames Ames PROPN NNP Number=Sing 23 compound 23:compound _ 23 strain strain NOUN NN Number=Sing 20 obj 20:obj _ @@ -37695,9 +37711,9 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0141 # text = Iraq, however, remains a possible source of the Ames. 1 Iraq Iraq PROPN NNP Number=Sing 5 nsubj 5:nsubj|8:nsubj:xsubj SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 however however ADV RB _ 5 advmod 5:advmod SpaceAfter=No -4 , , PUNCT , _ 5 punct 5:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 remains remain VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 possible possible ADJ JJ Degree=Pos 8 amod 8:amod _ @@ -37710,7 +37726,7 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0142 # text = Former Russian bioweaponeer Ken Alibek has said that a key Russian scientist assisted Iraq and that Russia had the Ames strain. 1 Former former ADJ JJ Degree=Pos 3 amod 3:amod _ -2 Russian russian ADJ JJ Degree=Pos 3 amod 3:amod _ +2 Russian Russian ADJ JJ Degree=Pos 3 amod 3:amod _ 3 bioweaponeer bioweaponeer NOUN NN Number=Sing 4 compound 4:compound _ 4 Ken Ken PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 5 Alibek Alibek PROPN NNP Number=Sing 4 flat 4:flat _ @@ -37719,14 +37735,14 @@ 8 that that SCONJ IN _ 13 mark 13:mark _ 9 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 10 key key ADJ JJ Degree=Pos 12 amod 12:amod _ -11 Russian russian ADJ JJ Degree=Pos 12 amod 12:amod _ +11 Russian Russian ADJ JJ Degree=Pos 12 amod 12:amod _ 12 scientist scientist NOUN NN Number=Sing 13 nsubj 13:nsubj _ -13 assisted assist VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 ccomp 7:ccomp _ +13 assisted assist VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 ccomp 7:ccomp _ 14 Iraq Iraq PROPN NNP Number=Sing 13 obj 13:obj _ 15 and and CCONJ CC _ 18 cc 18:cc _ 16 that that SCONJ IN _ 18 mark 18:mark _ 17 Russia Russia PROPN NNP Number=Sing 18 nsubj 18:nsubj _ -18 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 conj 7:ccomp|13:conj:and _ +18 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 conj 7:ccomp|13:conj:and _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 20 Ames Ames PROPN NNP Number=Sing 21 compound 21:compound _ 21 strain strain NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No @@ -37735,38 +37751,38 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0143 # text = (His conclusion may have been based on the fake mobile biolab plans foisted upon the US by the Chalabi associate "Curveball", which Alibek divined to be identical to Russian mobile lab design). 1 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No -2 His he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 His his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 conclusion conclusion NOUN NN Number=Sing 13 nsubj 13:nsubj _ 4 may may AUX MD VerbForm=Fin 13 aux 13:aux _ 5 have have AUX VB VerbForm=Inf 13 aux 13:aux _ 6 been be AUX VBN Tense=Past|VerbForm=Part 13 cop 13:cop _ -7 based base VERB VBN Tense=Past|VerbForm=Part 13 case 13:case _ +7 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 case 13:case _ 8 on on ADP IN _ 13 case 13:case _ 9 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 10 fake fake ADJ JJ Degree=Pos 13 amod 13:amod _ 11 mobile mobile ADJ JJ Degree=Pos 12 amod 12:amod _ 12 biolab biolab NOUN NN Number=Sing 13 compound 13:compound _ -13 plans plan NOUN NNS Number=Plur 0 root 0:root|28:obj _ -14 foisted foist VERB VBN Tense=Past|VerbForm=Part 13 acl 13:acl _ +13 plans plan NOUN NNS Number=Plur 0 root 0:root|28:obj|31:nsubj:xsubj _ +14 foisted foist VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 acl 13:acl _ 15 upon upon ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 US US PROPN NNP Number=Sing 14 obl 14:obl:upon _ 18 by by ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -20 Chalabi Chalabi PROPN NNP Number=Sing 14 obl 14:obl:by _ +20 Chalabi Chalabi PROPN NNP Number=Sing 14 obl:agent 14:obl:agent _ 21 associate associate NOUN NN Number=Sing 20 flat 20:flat _ 22 " " PUNCT `` _ 23 punct 23:punct SpaceAfter=No 23 Curveball Curveball PROPN NNP Number=Sing 20 appos 20:appos SpaceAfter=No 24 " " PUNCT '' _ 23 punct 23:punct SpaceAfter=No -25 , , PUNCT , _ 13 punct 13:punct _ +25 , , PUNCT , _ 28 punct 28:punct _ 26 which which PRON WDT PronType=Rel 28 obj 13:ref _ -27 Alibek Alibek PROPN NNP Number=Sing 28 nsubj 28:nsubj|31:nsubj:xsubj _ -28 divined divine VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +27 Alibek Alibek PROPN NNP Number=Sing 28 nsubj 28:nsubj _ +28 divined divine VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 29 to to PART TO _ 31 mark 31:mark _ 30 be be AUX VB VerbForm=Inf 31 cop 31:cop _ 31 identical identical ADJ JJ Degree=Pos 28 xcomp 28:xcomp _ 32 to to ADP IN _ 36 case 36:case _ -33 Russian russian ADJ JJ Degree=Pos 36 amod 36:amod _ +33 Russian Russian ADJ JJ Degree=Pos 36 amod 36:amod _ 34 mobile mobile ADJ JJ Degree=Pos 35 amod 35:amod _ 35 lab lab NOUN NN Number=Sing 36 compound 36:compound _ 36 design design NOUN NN Number=Sing 31 obl 31:obl:to SpaceAfter=No @@ -37776,12 +37792,12 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0144 # text = Zawahiri did travel to Baghdad in 1998 with an entourage to attend the birthday party of Saddam's son. 1 Zawahiri Zawahiri PROPN NNP Number=Sing 3 nsubj 3:nsubj _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 travel travel VERB VB VerbForm=Inf 0 root 0:root _ 4 to to ADP IN _ 5 case 5:case _ 5 Baghdad Baghdad PROPN NNP Number=Sing 3 obl 3:obl:to _ 6 in in ADP IN _ 7 case 7:case _ -7 1998 1998 NUM CD NumType=Card 3 obl 3:obl:in _ +7 1998 1998 NUM CD NumForm=Digit|NumType=Card 3 obl 3:obl:in _ 8 with with ADP IN _ 10 case 10:case _ 9 an a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 entourage entourage NOUN NN Number=Sing 3 obl 3:obl:with _ @@ -37800,21 +37816,21 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0145 # text = The papers found at headquarters of the Mukhabarat, Iraq's secret police, show that an entourage from Al Qaeda group was sent to the Iraqi capital in March 1998 from Sudan. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 papers papers NOUN NNS Number=Plur 15 nsubj 15:nsubj _ -3 found find VERB VBN Tense=Past|VerbForm=Part 2 acl 2:acl _ +2 papers paper NOUN NNS Number=Plur 15 nsubj 15:nsubj _ +3 found find VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 acl 2:acl _ 4 at at ADP IN _ 5 case 5:case _ 5 headquarters headquarters NOUN NNS Number=Plur 3 obl 3:obl:at _ 6 of of ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 Mukhabarat Mukhabarat PROPN NNP Number=Sing 5 nmod 5:nmod:of SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 13 punct 13:punct _ 10-11 Iraq's _ _ _ _ _ _ _ _ 10 Iraq Iraq PROPN NNP Number=Sing 13 nmod:poss 13:nmod:poss _ 11 's 's PART POS _ 10 case 10:case _ 12 secret secret ADJ JJ Degree=Pos 13 amod 13:amod _ 13 police police NOUN NN Number=Sing 8 appos 8:appos SpaceAfter=No -14 , , PUNCT , _ 15 punct 15:punct _ -15 show show VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +14 , , PUNCT , _ 2 punct 2:punct _ +15 show show VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 16 that that SCONJ IN _ 24 mark 24:mark _ 17 an a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 18 entourage entourage NOUN NN Number=Sing 24 nsubj:pass 24:nsubj:pass _ @@ -37826,38 +37842,38 @@ 24 sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 ccomp 15:ccomp _ 25 to to ADP IN _ 28 case 28:case _ 26 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ -27 Iraqi iraqi ADJ JJ Degree=Pos 28 amod 28:amod _ +27 Iraqi Iraqi ADJ JJ Degree=Pos 28 amod 28:amod _ 28 capital capital NOUN NN Number=Sing 24 obl 24:obl:to _ 29 in in ADP IN _ 30 case 30:case _ 30 March March PROPN NNP Number=Sing 24 obl 24:obl:in _ -31 1998 1998 NUM CD NumType=Card 30 nummod 30:nummod _ +31 1998 1998 NUM CD NumForm=Digit|NumType=Card 30 nummod 30:nummod _ 32 from from ADP IN _ 33 case 33:case _ 33 Sudan Sudan PROPN NNP Number=Sing 24 obl 24:obl:from SpaceAfter=No 34 . . PUNCT . _ 15 punct 15:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0146 # text = According to at least some reports, Bin Laden rejected the suggestion of a closer alliance -- preferring to pursue his own concept of jihad. -1 According accord VERB VBG VerbForm=Ger 6 case 6:case _ -2 to to ADP IN _ 6 case 6:case _ -3 at at ADV RB _ 4 case 4:case _ -4 least least ADV RBS Degree=Sup 5 nmod 5:nmod:at _ -5 some some DET DT _ 6 det 6:det _ -6 reports report NOUN NNS Number=Plur 10 obl 10:obl:to SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +1 According accord VERB VBG ExtPos=ADP|VerbForm=Ger 6 case 6:case _ +2 to to ADP IN _ 1 fixed 1:fixed _ +3 at at ADP IN _ 4 case 4:case _ +4 least least ADJ JJS Degree=Sup 5 nmod 5:nmod:at _ +5 some some DET DT PronType=Ind 6 det 6:det _ +6 reports report NOUN NNS Number=Plur 10 obl 10:obl:according_to SpaceAfter=No +7 , , PUNCT , _ 6 punct 6:punct _ 8 Bin Bin PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 9 Laden Laden PROPN NNP Number=Sing 8 flat 8:flat _ -10 rejected reject VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 rejected reject VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 suggestion suggestion NOUN NN Number=Sing 10 obj 10:obj _ 13 of of ADP IN _ 16 case 16:case _ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ -15 closer closer ADJ JJR Degree=Cmp 16 amod 16:amod _ +15 closer close ADJ JJR Degree=Cmp 16 amod 16:amod _ 16 alliance alliance NOUN NN Number=Sing 12 nmod 12:nmod:of _ -17 -- -- PUNCT , _ 10 punct 10:punct _ +17 -- -- PUNCT , _ 18 punct 18:punct _ 18 preferring prefer VERB VBG VerbForm=Ger 10 advcl 10:advcl _ 19 to to PART TO _ 20 mark 20:mark _ 20 pursue pursue VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ -21 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +21 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 22 own own ADJ JJ Degree=Pos 23 amod 23:amod _ 23 concept concept NOUN NN Number=Sing 20 obj 20:obj _ 24 of of ADP IN _ 25 case 25:case _ @@ -37866,18 +37882,18 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0147 # text = Two top Iraqi scientists, code named Charlie and Alpha, are helping the coalition to learn more about Iraqi's anthrax program, according to Dr. David Kay, head of the Iraq survey group in charge of the hunt for WMD. -1 Two two NUM CD NumType=Card 4 nummod 4:nummod _ +1 Two two NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 2 top top ADJ JJ Degree=Pos 4 amod 4:amod _ -3 Iraqi iraqi ADJ JJ Degree=Pos 4 amod 4:amod _ -4 scientists scientist NOUN NNS Number=Plur 13 nsubj 13:nsubj SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +3 Iraqi Iraqi ADJ JJ Degree=Pos 4 amod 4:amod _ +4 scientists scientist NOUN NNS Number=Plur 13 nsubj 8:nsubj:xsubj|10:nsubj:xsubj|13:nsubj SpaceAfter=No +5 , , PUNCT , _ 7 punct 7:punct _ 6 code code NOUN NN Number=Sing 7 obl:npmod 7:obl:npmod _ -7 named name VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ -8 Charlie Charlie PROPN NNP Number=Sing 7 appos 7:appos _ +7 named name VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ +8 Charlie Charlie PROPN NNP Number=Sing 7 xcomp 7:xcomp _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 Alpha Alpha PROPN NNP Number=Sing 8 conj 7:appos|8:conj:and SpaceAfter=No -11 , , PUNCT , _ 13 punct 13:punct _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +10 Alpha Alpha PROPN NNP Number=Sing 8 conj 7:xcomp|8:conj:and SpaceAfter=No +11 , , PUNCT , _ 4 punct 4:punct _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 helping help VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 coalition coalition NOUN NN Number=Sing 13 obj 13:obj|17:nsubj:xsubj _ @@ -37890,13 +37906,13 @@ 21 's 's PART POS _ 20 case 20:case _ 22 anthrax anthrax NOUN NN Number=Sing 23 compound 23:compound _ 23 program program NOUN NN Number=Sing 17 obl 17:obl:about SpaceAfter=No -24 , , PUNCT , _ 13 punct 13:punct _ -25 according accord VERB VBG VerbForm=Ger 27 case 27:case _ -26 to to ADP IN _ 27 case 27:case _ -27 Dr. Dr. PROPN NNP Number=Sing 13 obl 13:obl:to _ +24 , , PUNCT , _ 27 punct 27:punct _ +25 according accord VERB VBG ExtPos=ADP|VerbForm=Ger 27 case 27:case _ +26 to to ADP IN _ 25 fixed 25:fixed _ +27 Dr. Dr. PROPN NNP Number=Sing 13 obl 13:obl:according_to _ 28 David David PROPN NNP Number=Sing 27 flat 27:flat _ 29 Kay Kay PROPN NNP Number=Sing 27 flat 27:flat SpaceAfter=No -30 , , PUNCT , _ 27 punct 27:punct _ +30 , , PUNCT , _ 31 punct 31:punct _ 31 head head NOUN NN Number=Sing 27 appos 27:appos _ 32 of of ADP IN _ 36 case 36:case _ 33 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ @@ -37919,8 +37935,8 @@ 3 said say VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 that that SCONJ IN _ 7 mark 7:mark _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 Iraqis Iraqis PROPN NNPS Number=Plur 7 nsubj 7:nsubj _ -7 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +6 Iraqis Iraqi PROPN NNPS Number=Plur 7 nsubj 7:nsubj _ +7 made make VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ 8 surprising surprising ADJ JJ Degree=Pos 9 amod 9:amod _ 9 innovations innovation NOUN NNS Number=Plur 7 obj 7:obj _ 10 in in ADP IN _ 15 case 15:case _ @@ -37929,7 +37945,7 @@ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 drying drying NOUN NN Number=Sing 12 conj 12:conj:and|15:compound _ 15 processes process NOUN NNS Number=Plur 9 nmod 9:nmod:in _ -16 needed need VERB VBN Tense=Past|VerbForm=Part 15 acl 15:acl _ +16 needed need VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 acl 15:acl _ 17 to to PART TO _ 18 mark 18:mark _ 18 weaponize weaponize VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 19 anthrax anthrax NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No @@ -37952,7 +37968,7 @@ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 reason reason NOUN NN Number=Sing 12 conj 10:nmod:of|12:conj:and _ -16 Senators Senators PROPN NNPS Number=Plur 23 nsubj:pass 23:nsubj:pass _ +16 Senators Senator PROPN NNPS Number=Plur 23 nsubj:pass 23:nsubj:pass _ 17 Daschle Daschle PROPN NNP Number=Sing 16 flat 16:flat _ 18 and and CCONJ CC _ 19 cc 19:cc _ 19 Leahy Leahy PROPN NNP Number=Sing 16 conj 16:conj:and|23:nsubj:pass _ @@ -37960,7 +37976,7 @@ 21 have have AUX VB VerbForm=Inf 23 aux 23:aux _ 22 been be AUX VBN Tense=Past|VerbForm=Part 23 aux:pass 23:aux:pass _ 23 targeted target VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 acl:relcl 15:acl:relcl _ -24 -- -- PUNCT , _ 7 punct 7:punct _ +24 -- -- PUNCT , _ 25 punct 25:punct _ 25 tending tend VERB VBG VerbForm=Ger 7 advcl 7:advcl _ 26 to to PART TO _ 28 mark 28:mark _ 27 simplistically simplistically ADV RB _ 28 advmod 28:advmod _ @@ -37969,15 +37985,15 @@ 30 as as ADP IN _ 32 case 32:case _ 31 " " PUNCT `` _ 32 punct 32:punct SpaceAfter=No 32 liberals liberal NOUN NNS Number=Plur 28 obl 28:obl:as SpaceAfter=No -33 . . PUNCT . _ 7 punct 7:punct SpaceAfter=No -34 " " PUNCT '' _ 7 punct 7:punct _ +33 . . PUNCT . _ 32 punct 32:punct SpaceAfter=No +34 " " PUNCT '' _ 32 punct 32:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0150 # text = Zawahiri likely targeted Senators Daschle and Leahy to receive anthrax letters, in addition to various media outlets, because of the appropriations made pursuant to the "Leahy Law" to military and security forces. 1 Zawahiri Zawahiri PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 likely likely ADV RB _ 3 advmod 3:advmod _ -3 targeted target VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 Senators Senators PROPN NNPS Number=Plur 3 obj 3:obj|9:nsubj:xsubj _ +3 targeted target VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 Senators Senator PROPN NNPS Number=Plur 3 obj 3:obj|9:nsubj:xsubj _ 5 Daschle Daschle PROPN NNP Number=Sing 4 flat 4:flat _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 Leahy Leahy PROPN NNP Number=Sing 4 conj 3:obj|4:conj:and|9:nsubj:xsubj _ @@ -37985,19 +38001,19 @@ 9 receive receive VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 10 anthrax anthrax NOUN NN Number=Sing 11 compound 11:compound _ 11 letters letter NOUN NNS Number=Plur 9 obj 9:obj SpaceAfter=No -12 , , PUNCT , _ 3 punct 3:punct _ +12 , , PUNCT , _ 14 punct 14:punct _ 13 in in ADP IN _ 14 case 14:case _ 14 addition addition NOUN NN Number=Sing 3 obl 3:obl:in _ 15 to to ADP IN _ 18 case 18:case _ 16 various various ADJ JJ Degree=Pos 18 amod 18:amod _ 17 media media NOUN NN Number=Sing 18 compound 18:compound _ 18 outlets outlet NOUN NNS Number=Plur 14 nmod 14:nmod:to SpaceAfter=No -19 , , PUNCT , _ 3 punct 3:punct _ +19 , , PUNCT , _ 23 punct 23:punct _ 20 because because ADP IN _ 23 case 23:case _ 21 of of ADP IN _ 20 fixed 20:fixed _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 appropriations appropriation NOUN NNS Number=Plur 3 obl 3:obl:because_of _ -24 made make VERB VBN Tense=Past|VerbForm=Part 23 acl 23:acl _ +24 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 acl 23:acl _ 25 pursuant pursuant ADV RB _ 24 advmod 24:advmod _ 26 to to ADP IN _ 30 case 30:case _ 27 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ @@ -38020,10 +38036,10 @@ 4 prevented prevent VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 militant militant ADJ JJ Degree=Pos 7 amod 7:amod _ -7 islamists islamist NOUN NNS Number=Plur 4 obj 4:obj _ +7 islamists Islamist NOUN NNS Number=Plur 4 obj 4:obj _ 8 from from SCONJ IN _ 9 mark 9:mark _ 9 achieving achieve VERB VBG VerbForm=Ger 4 advcl 4:advcl:from _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 goals goal NOUN NNS Number=Plur 9 obj 9:obj SpaceAfter=No 12 . . PUNCT . _ 4 punct 4:punct _ @@ -38034,7 +38050,7 @@ 3 members member NOUN NNS Number=Plur 6 nsubj 6:nsubj _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 sympathizers sympathizer NOUN NNS Number=Plur 3 conj 3:conj:and|6:nsubj _ -6 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 feel feel VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 that that SCONJ IN _ 27 mark 27:mark _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9-10 FBI's _ _ _ _ _ _ _ _ @@ -38046,7 +38062,7 @@ 14 like like ADP IN _ 15 case 15:case _ 15 Egypt Egypt PROPN NNP Number=Sing 13 nmod 13:nmod:like SpaceAfter=No 16 , , PUNCT , _ 18 punct 18:punct _ -17 Saudi Saudi PROPN NNP Number=Sing 18 compound 18:compound _ +17 Saudi Saudi ADJ NNP Degree=Pos 18 amod 18:amod _ 18 Arabia Arabia PROPN NNP Number=Sing 15 conj 13:nmod:like|15:conj:and SpaceAfter=No 19 , , PUNCT , _ 20 punct 20:punct _ 20 Pakistan Pakistan PROPN NNP Number=Sing 15 conj 13:nmod:like|15:conj:and SpaceAfter=No @@ -38067,19 +38083,19 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0153 # text = According to a post she made on the internet, Aafia Siddiqui expressed the same sentiment in connection with US appropriations sought in exchange for the extradition of WTC 1993 plotter Ramzi Yousef from Pakistan. -1 According accord VERB VBG VerbForm=Ger 4 case 4:case _ -2 to to ADP IN _ 4 case 4:case _ +1 According accord VERB VBG ExtPos=ADP|VerbForm=Ger 4 case 4:case _ +2 to to ADP IN _ 1 fixed 1:fixed _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ -4 post post NOUN NN Number=Sing 13 obl 13:obl:to _ +4 post post NOUN NN Number=Sing 13 obl 13:obl:according_to _ 5 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -6 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +6 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 on on ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 internet internet NOUN NN Number=Sing 6 obl 6:obl:on SpaceAfter=No -10 , , PUNCT , _ 13 punct 13:punct _ +10 , , PUNCT , _ 4 punct 4:punct _ 11 Aafia Aafia PROPN NNP Number=Sing 13 nsubj 13:nsubj _ 12 Siddiqui Siddiqui PROPN NNP Number=Sing 11 flat 11:flat _ -13 expressed express VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +13 expressed express VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 15 same same ADJ JJ Degree=Pos 16 amod 16:amod _ 16 sentiment sentiment NOUN NN Number=Sing 13 obj 13:obj _ @@ -38088,7 +38104,7 @@ 19 with with ADP IN _ 21 case 21:case _ 20 US US PROPN NNP Number=Sing 21 compound 21:compound _ 21 appropriations appropriation NOUN NNS Number=Plur 18 nmod 18:nmod:with _ -22 sought seek VERB VBN Tense=Past|VerbForm=Part 21 acl 21:acl _ +22 sought seek VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 acl 21:acl _ 23 in in ADP IN _ 24 case 24:case _ 24 exchange exchange NOUN NN Number=Sing 22 obl 22:obl:in _ 25 for for ADP IN _ 27 case 27:case _ @@ -38096,7 +38112,7 @@ 27 extradition extradition NOUN NN Number=Sing 24 nmod 24:nmod:for _ 28 of of ADP IN _ 32 case 32:case _ 29 WTC WTC PROPN NNP Number=Sing 31 compound 31:compound _ -30 1993 1993 NUM CD NumType=Card 29 nummod 29:nummod _ +30 1993 1993 NUM CD NumForm=Digit|NumType=Card 29 nummod 29:nummod _ 31 plotter plotter NOUN NN Number=Sing 32 compound 32:compound _ 32 Ramzi Ramzi PROPN NNP Number=Sing 27 nmod 27:nmod:of _ 33 Yousef Yousef PROPN NNP Number=Sing 32 flat 32:flat _ @@ -38136,8 +38152,8 @@ 1 In in ADP IN _ 3 case 3:case _ 2 late late ADJ JJ Degree=Pos 3 amod 3:amod _ 3 September September PROPN NNP Number=Sing 8 obl 8:obl:in _ -4 2001 2001 NUM CD NumType=Card 3 nummod 3:nummod SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +4 2001 2001 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No +5 , , PUNCT , _ 3 punct 3:punct _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj:pass 8:nsubj:pass _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 aux:pass 8:aux:pass _ 8 announced announce VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ @@ -38152,7 +38168,7 @@ 17 that that PRON WDT PronType=Rel 19 nsubj 16:ref _ 18 would would AUX MD VerbForm=Fin 19 aux 19:aux _ 19 lift lift VERB VB VerbForm=Inf 16 acl:relcl 16:acl:relcl _ -20 all all DET DT _ 21 det 21:det _ +20 all all DET DT PronType=Tot 21 det 21:det _ 21 restrictions restriction NOUN NNS Number=Plur 19 obj 19:obj _ 22 on on ADP IN _ 23 case 23:case _ 23 aid aid NOUN NN Number=Sing 21 nmod 21:nmod:on _ @@ -38167,7 +38183,7 @@ 32 pursuing pursue VERB VBG VerbForm=Ger 30 acl 30:acl:with _ 33 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ 34 militant militant ADJ JJ Degree=Pos 35 amod 35:amod _ -35 islamists islamist NOUN NNS Number=Plur 32 obj 32:obj SpaceAfter=No +35 islamists Islamist NOUN NNS Number=Plur 32 obj 32:obj SpaceAfter=No 36 . . PUNCT . _ 8 punct 8:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0156 @@ -38180,7 +38196,7 @@ 6 Al Al PROPN NNP Number=Sing 7 compound 7:compound _ 7 Qaeda Qaeda PROPN NNP Number=Sing 8 compound 8:compound _ 8 leaders leader NOUN NNS Number=Plur 2 nmod 2:nmod:of SpaceAfter=No -9 , , PUNCT , _ 2 punct 2:punct _ +9 , , PUNCT , _ 13 punct 13:punct _ 10 along along ADP IN _ 13 case 13:case _ 11 with with ADP IN _ 13 case 13:case _ 12 US US PROPN NNP Number=Sing 13 compound 13:compound _ @@ -38193,7 +38209,7 @@ 19 government government NOUN NN Number=Sing 18 flat 18:flat _ 20 in in ADP IN _ 21 case 21:case _ 21 Egypt Egypt PROPN NNP Number=Sing 18 nmod 18:nmod:in SpaceAfter=No -22 , , PUNCT , _ 23 punct 23:punct _ +22 , , PUNCT , _ 2 punct 2:punct _ 23 remains remain VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 24 foremost foremost ADJ JJ Degree=Pos 23 xcomp 23:xcomp _ 25 in in ADP IN _ 27 case 27:case _ @@ -38213,12 +38229,12 @@ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 development development NOUN NN Number=Sing 3 nmod 3:nmod:of _ 7 of of ADP IN _ 11 case 11:case _ -8 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +8 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 9 biological biological ADJ JJ Degree=Pos 10 amod 10:amod _ 10 weapons weapon NOUN NNS Number=Plur 11 compound 11:compound _ 11 program program NOUN NN Number=Sing 6 nmod 6:nmod:of SpaceAfter=No -12 , , PUNCT , _ 16 punct 16:punct _ -13 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 , , PUNCT , _ 3 punct 3:punct _ +13 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 brother brother NOUN NN Number=Sing 16 nsubj:pass 16:nsubj:pass _ 15 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 aux:pass 16:aux:pass _ 16 extradited extradite VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ @@ -38230,7 +38246,7 @@ 22 in in ADP IN _ 28 case 28:case _ 23 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 24 " " PUNCT `` _ 26 punct 26:punct SpaceAfter=No -25 Albanian albanian ADJ JJ Degree=Pos 26 amod 26:amod _ +25 Albanian Albanian ADJ JJ Degree=Pos 26 amod 26:amod _ 26 returnees returnee NOUN NNS Number=Plur 28 compound 28:compound SpaceAfter=No 27 " " PUNCT '' _ 26 punct 26:punct _ 28 case case NOUN NN Number=Sing 21 nmod 21:nmod:in _ @@ -38255,7 +38271,7 @@ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 stories story NOUN NNS Number=Plur 5 obl 5:obl:with _ 10 about about ADP IN _ 13 case 13:case _ -11 billion billion NUM CD NumType=Card 12 nummod 12:nummod _ +11 billion billion NUM CD NumForm=Word|NumType=Card 12 nummod 12:nummod _ 12 dollar dollar NOUN NN Number=Sing 13 compound 13:compound _ 13 appropriations appropriation NOUN NNS Number=Plur 9 nmod 9:nmod:about SpaceAfter=No 14 , , PUNCT , _ 16 punct 16:punct _ @@ -38281,11 +38297,11 @@ # text = Those appropriations pale in comparison to the many tens of billions in appropriations relating to the invasion of Iraq. 1 Those that DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 appropriations appropriation NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 pale pale VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 pale pale VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 in in ADP IN _ 5 case 5:case _ 5 comparison comparison NOUN NN Number=Sing 3 obl 3:obl:in _ 6 to to ADP IN _ 9 case 9:case _ -7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ +7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 many many ADJ JJ Degree=Pos 9 amod 9:amod _ 9 tens ten NOUN NNS Number=Plur 5 nmod 5:nmod:to _ 10 of of ADP IN _ 11 case 11:case _ @@ -38304,7 +38320,7 @@ # text = Al Qaeda had a motive in mind. 1 Al Al PROPN NNP Number=Sing 2 compound 2:compound _ 2 Qaeda Qaeda PROPN NNP Number=Sing 3 nsubj 3:nsubj _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 motive motive NOUN NN Number=Sing 3 obj 3:obj _ 6 in in ADP IN _ 7 case 7:case _ @@ -38314,21 +38330,21 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0161 # text = In his Fall 2001 book titled Knights under the Banner of the Prophet, Zawahiri argued that the secular press was telling "lies" about the militant islamists -- to include the suggestion that the militant islamists were somehow the creation of the United States in connection with expelling the Russians from Afghanistan. 1 In in ADP IN _ 5 case 5:case _ -2 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 3 Fall fall NOUN NN Number=Sing 4 compound 4:compound _ -4 2001 2001 NUM CD NumType=Card 5 compound 5:compound _ +4 2001 2001 NUM CD NumForm=Digit|NumType=Card 5 compound 5:compound _ 5 book book NOUN NN Number=Sing 16 obl 16:obl:in _ -6 titled title VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ -7 Knights Knights PROPN NNPS Number=Plur 6 obj 6:obj _ +6 titled title VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ +7 Knights Knight PROPN NNPS Number=Plur 6 obj 6:obj _ 8 under under ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 Banner Banner PROPN NNP Number=Sing 7 nmod 7:nmod:under _ 11 of of ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 Prophet Prophet PROPN NNP Number=Sing 10 nmod 10:nmod:of SpaceAfter=No -14 , , PUNCT , _ 16 punct 16:punct _ -15 Zawahiri Zawahiri PROPN NNP Number=Sing 16 nsubj 16:nsubj|32:nsubj:xsubj _ -16 argued argue VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +14 , , PUNCT , _ 5 punct 5:punct _ +15 Zawahiri Zawahiri PROPN NNP Number=Sing 16 nsubj 16:nsubj _ +16 argued argue VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 17 that that SCONJ IN _ 22 mark 22:mark _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 19 secular secular ADJ JJ Degree=Pos 20 amod 20:amod _ @@ -38341,30 +38357,30 @@ 26 about about ADP IN _ 29 case 29:case _ 27 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 28 militant militant ADJ JJ Degree=Pos 29 amod 29:amod _ -29 islamists islamist NOUN NNS Number=Plur 24 nmod 24:nmod:about _ -30 -- -- PUNCT , _ 16 punct 16:punct _ +29 islamists Islamist NOUN NNS Number=Plur 24 nmod 24:nmod:about _ +30 -- -- PUNCT , _ 32 punct 32:punct _ 31 to to PART TO _ 32 mark 32:mark _ -32 include include VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ +32 include include VERB VB VerbForm=Inf 16 advcl 16:advcl:to _ 33 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ 34 suggestion suggestion NOUN NN Number=Sing 32 obj 32:obj _ 35 that that SCONJ IN _ 42 mark 42:mark _ 36 the the DET DT Definite=Def|PronType=Art 38 det 38:det _ 37 militant militant ADJ JJ Degree=Pos 38 amod 38:amod _ -38 islamists islamist NOUN NNS Number=Plur 42 nsubj 42:nsubj _ -39 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 42 cop 42:cop _ +38 islamists Islamist NOUN NNS Number=Plur 42 nsubj 42:nsubj _ +39 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 42 cop 42:cop _ 40 somehow somehow ADV RB _ 42 advmod 42:advmod _ 41 the the DET DT Definite=Def|PronType=Art 42 det 42:det _ 42 creation creation NOUN NN Number=Sing 34 acl 34:acl:that _ 43 of of ADP IN _ 46 case 46:case _ 44 the the DET DT Definite=Def|PronType=Art 46 det 46:det _ -45 United United PROPN NNP Number=Sing 46 compound 46:compound _ -46 States States PROPN NNP Number=Sing 42 nmod 42:nmod:of _ +45 United United ADJ NNP Degree=Pos 46 amod 46:amod _ +46 States State PROPN NNPS Number=Plur 42 nmod 42:nmod:of _ 47 in in ADP IN _ 48 case 48:case _ 48 connection connection NOUN NN Number=Sing 42 obl 42:obl:in _ 49 with with SCONJ IN _ 50 mark 50:mark _ 50 expelling expel VERB VBG VerbForm=Ger 48 acl 48:acl:with _ 51 the the DET DT Definite=Def|PronType=Art 52 det 52:det _ -52 Russians Russians PROPN NNPS Number=Plur 50 obj 50:obj _ +52 Russians Russian PROPN NNPS Number=Plur 50 obj 50:obj _ 53 from from ADP IN _ 54 case 54:case _ 54 Afghanistan Afghanistan PROPN NNP Number=Sing 50 obl 50:obl:from SpaceAfter=No 55 . . PUNCT . _ 16 punct 16:punct _ @@ -38372,11 +38388,11 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0162 # text = Zawahiri argued instead that they have been active since the assassination of Anwar Sadat in Egypt because of the Camp David Accord and the resulting peace treaty between Egypt and Israel. 1 Zawahiri Zawahiri PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 argued argue VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 argued argue VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 instead instead ADV RB _ 2 advmod 2:advmod _ 4 that that SCONJ IN _ 8 mark 8:mark _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 been be AUX VBN Tense=Past|VerbForm=Part 8 cop 8:cop _ 8 active active ADJ JJ Degree=Pos 2 ccomp 2:ccomp _ 9 since since ADP IN _ 11 case 11:case _ @@ -38409,7 +38425,7 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 anthrax anthrax NOUN NN Number=Sing 3 compound 3:compound _ 3 letters letter NOUN NNS Number=Plur 5 nsubj:pass 5:nsubj:pass _ -4 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ +4 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ 5 sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 on on ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -38434,7 +38450,7 @@ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 point point NOUN NN Number=Sing 25 obj 25:obj _ 28 to to ADP IN _ 29 case 29:case _ -29 anyone anyone PRON NN Number=Sing 25 obl 25:obl:to _ +29 anyone anyone PRON NN Number=Sing|PronType=Ind 25 obl 25:obl:to _ 30 paying pay VERB VBG VerbForm=Ger 29 acl 29:acl _ 31 attention attention NOUN NN Number=Sing 30 obj 30:obj SpaceAfter=No 32 . . PUNCT . _ 5 punct 5:punct _ @@ -38450,30 +38466,30 @@ 7 " " PUNCT '' _ 6 punct 6:punct _ 8 on on ADP IN _ 9 case 9:case _ 9 television television NOUN NN Number=Sing 6 nmod 6:nmod:on SpaceAfter=No -10 , , PUNCT , _ 13 punct 13:punct _ +10 , , PUNCT , _ 1 punct 1:punct _ 11 however however ADV RB _ 13 advmod 13:advmod SpaceAfter=No -12 , , PUNCT , _ 13 punct 13:punct _ -13 knew know VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 , , PUNCT , _ 11 punct 11:punct _ +13 knew know VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 14 only only ADV RB _ 13 advmod 13:advmod _ 15 that that SCONJ IN _ 21 mark 21:mark _ 16 Daschle Daschle PROPN NNP Number=Sing 21 nsubj 21:nsubj _ 17 and and CCONJ CC _ 18 cc 18:cc _ 18 Leahy Leahy PROPN NNP Number=Sing 16 conj 16:conj:and|21:nsubj _ -19 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 cop 21:cop _ +19 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 cop 21:cop _ 20 liberal liberal ADJ JJ Degree=Pos 21 amod 21:amod _ -21 democrats democrat NOUN NNS Number=Plur 13 ccomp 13:ccomp _ +21 democrats Democrat PROPN NNPS Number=Plur 13 ccomp 13:ccomp _ 22 and and CCONJ CC _ 25 cc 25:cc _ -23 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 aux 25:aux _ +23 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 25 aux 25:aux _ 24 not not PART RB _ 25 advmod 25:advmod _ 25 know know VERB VB VerbForm=Inf 13 conj 13:conj:and _ -26 anything anything PRON NN Number=Sing 25 obj 25:obj _ +26 anything anything PRON NN Number=Sing|PronType=Ind 25 obj 25:obj _ 27 of of ADP IN _ 29 case 29:case _ 28 Al Al PROPN NNP Number=Sing 29 compound 29:compound _ 29 Qaeda Qaeda PROPN NNP Number=Sing 26 nmod 26:nmod:of _ 30 beyond beyond SCONJ IN _ 33 mark 33:mark _ 31 what what PRON WP PronType=Int 33 obj 33:obj _ 32 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 33 nsubj 33:nsubj _ -33 read read VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 26 acl 26:acl:beyond _ +33 read read VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 26 acl 26:acl:beyond _ 34 in in ADP IN _ 37 case 37:case _ 35 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ 36 US US PROPN NNP Number=Sing 37 compound 37:compound _ @@ -38490,26 +38506,26 @@ 5 includes include VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 7 US US PROPN NNP Number=Sing 9 obl:npmod 9:obl:npmod SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No -9 based base VERB VBN Tense=Past|VerbForm=Part 10 amod 10:amod _ +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +9 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 amod 10:amod _ 10 supporter supporter NOUN NN Number=Sing 5 obj 5:obj _ 11 of of ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 militant militant ADJ JJ Degree=Pos 14 amod 14:amod _ -14 islamists islamist NOUN NNS Number=Plur 10 nmod 10:nmod:of SpaceAfter=No +14 islamists Islamist NOUN NNS Number=Plur 10 nmod 10:nmod:of SpaceAfter=No 15 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0166 # text = Attorney General Ashcroft explained that an "either-or" approach is not useful. 1 Attorney Attorney PROPN NNP Number=Sing 3 compound 3:compound _ -2 General General PROPN NNP Number=Sing 1 flat 1:flat _ +2 General General ADJ NNP Degree=Pos 1 amod 1:amod _ 3 Ashcroft Ashcroft PROPN NNP Number=Sing 4 nsubj 4:nsubj _ -4 explained explain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 explained explain VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 that that SCONJ IN _ 15 mark 15:mark _ 6 an a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 7 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No -8 either either CCONJ CC _ 10 cc:preconj 10:cc:preconj SpaceAfter=No -9 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +8 either either CCONJ CC _ 10 compound 10:compound SpaceAfter=No +9 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No 10 or or CCONJ CC _ 12 compound 12:compound SpaceAfter=No 11 " " PUNCT `` _ 10 punct 10:punct _ 12 approach approach NOUN NN Number=Sing 15 nsubj 15:nsubj _ @@ -38529,7 +38545,7 @@ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 fact fact NOUN NN Number=Sing 6 obj 6:obj _ 9 that that SCONJ IN _ 21 mark 21:mark _ -10 when when SCONJ WRB PronType=Int 13 mark 13:mark _ +10 when when ADV WRB PronType=Int 13 advmod 13:advmod _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 FBI FBI PROPN NNP Number=Sing 13 nsubj 13:nsubj _ 13 uses use VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 advcl 21:advcl:when _ @@ -38543,17 +38559,17 @@ 21 includes include VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 acl 8:acl:that _ 22 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ 23 US US PROPN NNP Number=Sing 25 obl:npmod 25:obl:npmod SpaceAfter=No -24 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No -25 based base VERB VBN Tense=Past|VerbForm=Part 30 amod 30:amod SpaceAfter=No -26 , , PUNCT , _ 30 punct 30:punct _ +24 - - PUNCT HYPH _ 23 punct 23:punct SpaceAfter=No +25 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 30 amod 30:amod SpaceAfter=No +26 , , PUNCT , _ 25 punct 25:punct _ 27 highly highly ADV RB _ 29 advmod 29:advmod SpaceAfter=No -28 - - PUNCT HYPH _ 29 punct 29:punct SpaceAfter=No +28 - - PUNCT HYPH _ 27 punct 27:punct SpaceAfter=No 29 educated educated ADJ JJ Degree=Pos 30 amod 30:amod _ 30 supporter supporter NOUN NN Number=Sing 21 obj 21:obj _ 31 of of ADP IN _ 34 case 34:case _ 32 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ 33 militant militant ADJ JJ Degree=Pos 34 amod 34:amod _ -34 islamists islamist NOUN NNS Number=Plur 30 nmod 30:nmod:of SpaceAfter=No +34 islamists Islamist NOUN NNS Number=Plur 30 nmod 30:nmod:of SpaceAfter=No 35 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0168 @@ -38572,14 +38588,14 @@ 12 letter letter NOUN NN Number=Sing 9 obl 9:obl:in _ 13 to to ADP IN _ 14 case 14:case _ 14 AMI AMI PROPN NNP Number=Sing 12 nmod 12:nmod:to SpaceAfter=No -15 , , PUNCT , _ 14 punct 14:punct _ +15 , , PUNCT , _ 17 punct 17:punct _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 publisher publisher NOUN NN Number=Sing 14 appos 14:appos _ 18 of of ADP IN _ 21 case 21:case _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -20 National National PROPN NNP Number=Sing 21 compound 21:compound _ +20 National National ADJ NNP Degree=Pos 21 amod 21:amod _ 21 Enquirer Enquirer PROPN NNP Number=Sing 17 nmod 17:nmod:of _ -22 -- -- PUNCT , _ 9 punct 9:punct _ +22 -- -- PUNCT , _ 27 punct 27:punct _ 23 in in ADP IN _ 27 case 27:case _ 24 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 25 goofy goofy ADJ JJ Degree=Pos 27 amod 27:amod _ @@ -38613,8 +38629,8 @@ 11 with with ADP IN _ 13 case 13:case _ 12 AMI AMI PROPN NNP Number=Sing 13 compound 13:compound _ 13 employees employee NOUN NNS Number=Plur 10 nmod 10:nmod:with _ -14 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No -15 as as ADV RB _ 19 cc 19:cc _ +14 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No +15 as as ADV RB ExtPos=CCONJ 19 cc 19:cc _ 16 well well ADV RB Degree=Pos 15 fixed 15:fixed _ 17 as as ADP IN _ 15 fixed 15:fixed _ 18 detailed detailed ADJ JJ Degree=Pos 19 amod 19:amod _ @@ -38623,19 +38639,19 @@ 21 author author NOUN NN Number=Sing 22 compound 22:compound _ 22 Leonard Leonard PROPN NNP Number=Sing 19 nmod 19:nmod:by _ 23 Cole Cole PROPN NNP Number=Sing 22 flat 22:flat SpaceAfter=No -24 ) ) PUNCT -RRB- _ 2 punct 2:punct _ +24 ) ) PUNCT -RRB- _ 19 punct 19:punct _ 25 supports support VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 conclusion conclusion NOUN NN Number=Sing 25 obj 25:obj _ 28 that that SCONJ IN _ 30 mark 30:mark _ 29 there there PRON EX _ 30 expl 30:expl _ -30 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 27 acl 27:acl:that _ -31 not not ADV RB _ 32 advmod 32:advmod _ -32 one one NUM CD NumType=Card 38 nummod 38:nummod SpaceAfter=No +30 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 27 acl 27:acl:that _ +31 not not PART RB _ 32 advmod 32:advmod _ +32 one one NUM CD NumForm=Word|NumType=Card 38 nummod 38:nummod SpaceAfter=No 33 , , PUNCT , _ 35 punct 35:punct _ 34 but but CCONJ CC _ 35 cc 35:cc _ -35 two two NUM CD NumType=Card 32 conj 32:conj:but|38:nummod SpaceAfter=No -36 , , PUNCT , _ 38 punct 38:punct _ +35 two two NUM CD NumForm=Word|NumType=Card 32 conj 32:conj:but|38:nummod SpaceAfter=No +36 , , PUNCT , _ 32 punct 32:punct _ 37 such such ADJ JJ Degree=Pos 38 amod 38:amod _ 38 mailings mailing NOUN NNS Number=Plur 30 nsubj 30:nsubj _ 39 containing contain VERB VBG VerbForm=Ger 38 acl 38:acl _ @@ -38647,19 +38663,19 @@ 1 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No 2 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 letters letter NOUN NNS Number=Plur 8 nsubj 8:nsubj _ -4 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 cop 8:cop _ +4 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 5 to to ADP IN _ 8 case 8:case _ 6 different different ADJ JJ Degree=Pos 8 amod 8:amod _ 7 AMI AMI PROPN NNP Number=Sing 8 compound 8:compound _ 8 publications publication NOUN NNS Number=Plur 0 root 0:root _ 9 -- -- PUNCT : _ 14 punct 14:punct _ -10 one one NUM CD NumType=Card 14 nsubj 14:nsubj _ +10 one one NUM CD NumForm=Word|NumType=Card 14 nsubj 14:nsubj _ 11 to to ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -13 National National PROPN NNP Number=Sing 14 compound 14:compound _ +13 National National ADJ NNP Degree=Pos 14 amod 14:amod _ 14 Enquirer Enquirer PROPN NNP Number=Sing 8 parataxis 8:parataxis _ 15 and and CCONJ CC _ 19 cc 19:cc _ -16 another another DET DT _ 19 nsubj 19:nsubj _ +16 another another DET DT PronType=Ind 19 nsubj 19:nsubj _ 17 to to ADP IN _ 19 case 19:case _ 18 The the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 Sun Sun PROPN NNP Number=Sing 14 conj 14:conj:and SpaceAfter=No @@ -38704,50 +38720,50 @@ 11 of of ADP IN _ 14 case 14:case _ 12 these this DET DT Number=Plur|PronType=Dem 14 det 14:det _ 13 militant militant ADJ JJ Degree=Pos 14 amod 14:amod _ -14 islamists islamist NOUN NNS Number=Plur 10 nmod 10:nmod:of _ -15 inspired inspire VERB VBN Tense=Past|VerbForm=Part 14 acl 14:acl _ +14 islamists Islamist NOUN NNS Number=Plur 10 nmod 10:nmod:of _ +15 inspired inspire VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 acl 14:acl _ 16 by by ADP IN _ 17 case 17:case _ -17 Zawahiri Zawahiri PROPN NNP Number=Sing 15 obl 15:obl:by SpaceAfter=No -18 , , PUNCT , _ 10 punct 10:punct _ +17 Zawahiri Zawahiri PROPN NNP Number=Sing 15 obl:agent 15:obl:agent SpaceAfter=No +18 , , PUNCT , _ 22 punct 22:punct _ 19 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj _ 20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ -21 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 signature signature NOUN NN Number=Sing 10 parataxis 10:parataxis SpaceAfter=No 23 . . PUNCT . _ 10 punct 10:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0173 # text = The islamists sent letter bombs in January 1997 to newspaper offices in New York City and Washington, D.C.. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 islamists islamist NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 islamists Islamist NOUN NNS Number=Plur 3 nsubj 3:nsubj _ +3 sent send VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 letter letter NOUN NN Number=Sing 5 compound 5:compound _ 5 bombs bomb NOUN NNS Number=Plur 3 obj 3:obj _ 6 in in ADP IN _ 7 case 7:case _ 7 January January PROPN NNP Number=Sing 3 obl 3:obl:in _ -8 1997 1997 NUM CD NumType=Card 7 nummod 7:nummod _ +8 1997 1997 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 9 to to ADP IN _ 11 case 11:case _ 10 newspaper newspaper NOUN NN Number=Sing 11 compound 11:compound _ 11 offices office NOUN NNS Number=Plur 3 obl 3:obl:to _ 12 in in ADP IN _ 15 case 15:case _ -13 New New PROPN NNP Number=Sing 14 compound 14:compound _ +13 New New ADJ NNP Degree=Pos 14 amod 14:amod _ 14 York York PROPN NNP Number=Sing 15 compound 15:compound _ 15 City City PROPN NNP Number=Sing 11 nmod 11:nmod:in _ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 Washington Washington PROPN NNP Number=Sing 15 conj 11:nmod:in|15:conj:and SpaceAfter=No -18 , , PUNCT , _ 17 punct 17:punct _ +18 , , PUNCT , _ 19 punct 19:punct _ 19 D.C. D.C. PROPN NNP Number=Sing 17 appos 17:appos SpaceAfter=No 20 . . PUNCT . _ 3 punct 3:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0174 # text = They were sent in connection with the earlier bombing of the World Trade Center and the imprisonment of the blind sheik, Sheik Abdel Rahman. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj:pass 3:nsubj:pass _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ 3 sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 in in ADP IN _ 5 case 5:case _ 5 connection connection NOUN NN Number=Sing 3 obl 3:obl:in _ 6 with with ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 earlier earlier ADJ JJR Degree=Cmp 9 amod 9:amod _ +8 earlier early ADJ JJR Degree=Cmp 9 amod 9:amod _ 9 bombing bombing NOUN NN Number=Sing 5 nmod 5:nmod:with _ 10 of of ADP IN _ 14 case 14:case _ 11 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ @@ -38761,7 +38777,7 @@ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 20 blind blind ADJ JJ Degree=Pos 21 amod 21:amod _ 21 sheik sheik NOUN NN Number=Sing 17 nmod 17:nmod:of SpaceAfter=No -22 , , PUNCT , _ 21 punct 21:punct _ +22 , , PUNCT , _ 24 punct 24:punct _ 23 Sheik Sheik PROPN NNP Number=Sing 24 compound 24:compound _ 24 Abdel Abdel PROPN NNP Number=Sing 21 appos 21:appos _ 25 Rahman Rahman PROPN NNP Number=Sing 24 flat 24:flat SpaceAfter=No @@ -38771,24 +38787,24 @@ # text = The former leader of the Egyptian Al-Gamaa al-Islamiya ("Islamic Group"), he was also a spiritual leader of Al Qaeda. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 former former ADJ JJ Degree=Pos 3 amod 3:amod _ -3 leader leader NOUN NN Number=Sing 20 appos 20:appos _ +3 leader leader NOUN NN Number=Sing 25 nsubj 25:nsubj _ 4 of of ADP IN _ 12 case 12:case _ 5 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -6 Egyptian egyptian ADJ JJ Degree=Pos 12 amod 12:amod _ +6 Egyptian Egyptian ADJ JJ Degree=Pos 12 amod 12:amod _ 7 Al Al PROPN NNP Number=Sing 12 compound 12:compound SpaceAfter=No -8 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 Gamaa Gamaa PROPN NNP Number=Sing 12 compound 12:compound _ 10 al al PROPN NNP Number=Sing 12 compound 12:compound SpaceAfter=No -11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No 12 Islamiya Islamiya PROPN NNP Number=Sing 3 nmod 3:nmod:of _ 13 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No 14 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No -15 Islamic Islamic PROPN NNP Number=Sing 16 compound 16:compound _ +15 Islamic Islamic ADJ NNP Degree=Pos 16 amod 16:amod _ 16 Group Group PROPN NNP Number=Sing 12 appos 12:appos SpaceAfter=No 17 " " PUNCT '' _ 16 punct 16:punct SpaceAfter=No 18 ) ) PUNCT -RRB- _ 16 punct 16:punct SpaceAfter=No -19 , , PUNCT , _ 25 punct 25:punct _ -20 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 25 nsubj 25:nsubj _ +19 , , PUNCT , _ 20 punct 20:punct _ +20 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 appos 3:appos _ 21 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 cop 25:cop _ 22 also also ADV RB _ 25 advmod 25:advmod _ 23 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ @@ -38804,7 +38820,7 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 letter letter NOUN NN Number=Sing 3 compound 3:compound _ 3 bombs bomb NOUN NNS Number=Plur 5 nsubj:pass 5:nsubj:pass _ -4 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ +4 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ 5 sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 in in ADP IN _ 7 case 7:case _ 7 connection connection NOUN NN Number=Sing 5 obl 5:obl:in _ @@ -38813,12 +38829,12 @@ 10 treatment treatment NOUN NN Number=Sing 7 nmod 7:nmod:with _ 11 of of ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -13 Egyptian egyptian ADJ JJ Degree=Pos 14 amod 14:amod _ -14 islamists islamist NOUN NNS Number=Plur 10 nmod 10:nmod:of _ -15 imprisoned imprison VERB VBN Tense=Past|VerbForm=Part 14 acl 14:acl _ +13 Egyptian Egyptian ADJ JJ Degree=Pos 14 amod 14:amod _ +14 islamists Islamist NOUN NNS Number=Plur 10 nmod 10:nmod:of _ +15 imprisoned imprison VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 acl 14:acl _ 16 for for ADP IN _ 19 case 19:case _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -18 earlier earlier ADJ JJ Degree=Pos 19 amod 19:amod _ +18 earlier early ADJ JJR Degree=Cmp 19 amod 19:amod _ 19 attack attack NOUN NN Number=Sing 15 obl 15:obl:for _ 20 on on ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ @@ -38832,24 +38848,24 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0177 # text = The purpose of the letter bombs -- which resulted in minimal casualty -- was to send a message. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 purpose purpose NOUN NN Number=Sing 14 nsubj 14:nsubj _ +2 purpose purpose NOUN NN Number=Sing 16 nsubj:outer 16:nsubj:outer _ 3 of of ADP IN _ 6 case 6:case _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 letter letter NOUN NN Number=Sing 6 compound 6:compound _ 6 bombs bomb NOUN NNS Number=Plur 2 nmod 2:nmod:of|9:nsubj _ -7 -- -- PUNCT , _ 6 punct 6:punct _ +7 -- -- PUNCT , _ 9 punct 9:punct _ 8 which which PRON WDT PronType=Rel 9 nsubj 6:ref _ -9 resulted result VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +9 resulted result VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 10 in in ADP IN _ 12 case 12:case _ 11 minimal minimal ADJ JJ Degree=Pos 12 amod 12:amod _ 12 casualty casualty NOUN NN Number=Sing 9 obl 9:obl:in _ -13 -- -- PUNCT , _ 14 punct 14:punct _ -14 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +13 -- -- PUNCT , _ 2 punct 2:punct _ +14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 cop 16:cop _ 15 to to PART TO _ 16 mark 16:mark _ -16 send send VERB VB VerbForm=Inf 14 ccomp 14:ccomp _ +16 send send VERB VB VerbForm=Inf 0 root 0:root _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 18 message message NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No -19 . . PUNCT . _ 14 punct 14:punct _ +19 . . PUNCT . _ 16 punct 16:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0178 # text = (There initially was an outstanding $2 million reward -- under the rewards for justice program, the reward now is up to $5 million.). @@ -38860,17 +38876,17 @@ 5 an a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 6 outstanding outstanding ADJ JJ Degree=Pos 10 amod 10:amod _ 7 $ $ SYM $ _ 10 compound 10:compound SpaceAfter=No -8 2 2 NUM CD NumType=Card 7 compound 7:compound _ -9 million million NUM CD NumType=Card 7 compound 7:compound _ +8 2 2 NUM CD NumForm=Digit|NumType=Card 9 compound 9:compound _ +9 million million NUM CD NumForm=Word|NumType=Card 7 nummod 7:nummod _ 10 reward reward NOUN NN Number=Sing 4 nsubj 4:nsubj _ -11 -- -- PUNCT , _ 4 punct 4:punct _ +11 -- -- PUNCT , _ 25 punct 25:punct _ 12 under under ADP IN _ 17 case 17:case _ 13 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 14 rewards reward NOUN NNS Number=Plur 17 compound 17:compound _ 15 for for ADP IN _ 16 case 16:case _ 16 justice justice NOUN NN Number=Sing 14 nmod 14:nmod:for _ 17 program program NOUN NN Number=Sing 25 nmod 25:nmod:under SpaceAfter=No -18 , , PUNCT , _ 25 punct 25:punct _ +18 , , PUNCT , _ 17 punct 17:punct _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 reward reward NOUN NN Number=Sing 25 nsubj 25:nsubj _ 21 now now ADV RB _ 25 advmod 25:advmod _ @@ -38878,8 +38894,8 @@ 23 up up ADV RB _ 27 advmod 27:advmod _ 24 to to ADP IN _ 23 obl 23:obl _ 25 $ $ SYM $ _ 4 parataxis 4:parataxis SpaceAfter=No -26 5 5 NUM CD NumType=Card 25 compound 25:compound _ -27 million million NUM CD NumType=Card 25 compound 25:compound SpaceAfter=No +26 5 5 NUM CD NumForm=Digit|NumType=Card 27 compound 27:compound _ +27 million million NUM CD NumForm=Word|NumType=Card 25 nummod 25:nummod SpaceAfter=No 28 . . PUNCT . _ 4 punct 4:punct SpaceAfter=No 29 ) ) PUNCT -RRB- _ 4 punct 4:punct SpaceAfter=No 30 . . PUNCT . _ 4 punct 4:punct _ @@ -38888,7 +38904,7 @@ # text = There was no claim of responsibility. 1 There there PRON EX _ 2 expl 2:expl _ 2 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 4 det 4:det _ +3 no no DET DT PronType=Neg 4 det 4:det _ 4 claim claim NOUN NN Number=Sing 2 nsubj 2:nsubj _ 5 of of ADP IN _ 6 case 6:case _ 6 responsibility responsibility NOUN NN Number=Sing 4 nmod 4:nmod:of SpaceAfter=No @@ -38898,29 +38914,29 @@ # text = There was no explanation. 1 There there PRON EX _ 2 expl 2:expl _ 2 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 4 det 4:det _ +3 no no DET DT PronType=Neg 4 det 4:det _ 4 explanation explanation NOUN NN Number=Sing 2 nsubj 2:nsubj SpaceAfter=No 5 . . PUNCT . _ 2 punct 2:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0181 # text = Once one had been received, the next ten, mailed on two separate dates, were easily collected. 1 Once once SCONJ IN _ 5 mark 5:mark _ -2 one one NUM CD NumType=Card 5 nsubj:pass 5:nsubj:pass _ -3 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +2 one one NUM CD NumForm=Word|NumType=Card 5 nsubj:pass 5:nsubj:pass _ +3 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 4 been be AUX VBN Tense=Past|VerbForm=Part 5 aux:pass 5:aux:pass _ 5 received receive VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 advcl 19:advcl:once SpaceAfter=No -6 , , PUNCT , _ 19 punct 19:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 next next ADJ JJ Degree=Pos 9 amod 9:amod _ 9 ten ten NOUN NN Number=Sing 19 nsubj:pass 19:nsubj:pass SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ -11 mailed mail VERB VBN Tense=Past|VerbForm=Part 9 acl 9:acl _ +10 , , PUNCT , _ 11 punct 11:punct _ +11 mailed mail VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 acl 9:acl _ 12 on on ADP IN _ 15 case 15:case _ -13 two two NUM CD NumType=Card 15 nummod 15:nummod _ +13 two two NUM CD NumForm=Word|NumType=Card 15 nummod 15:nummod _ 14 separate separate ADJ JJ Degree=Pos 15 amod 15:amod _ 15 dates date NOUN NNS Number=Plur 11 obl 11:obl:on SpaceAfter=No -16 , , PUNCT , _ 19 punct 19:punct _ -17 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 aux:pass 19:aux:pass _ +16 , , PUNCT , _ 9 punct 9:punct _ +17 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 aux:pass 19:aux:pass _ 18 easily easily ADV RB _ 19 advmod 19:advmod _ 19 collected collect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 20 . . PUNCT . _ 19 punct 19:punct _ @@ -38933,30 +38949,30 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0183 # text = Two bombs were also sent to Leavenworth, where a key WTC 1993 defendant was imprisoned, addressed to "Parole Officer." -1 Two two NUM CD NumType=Card 2 nummod 2:nummod _ +1 Two two NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 bombs bomb NOUN NNS Number=Plur 5 nsubj:pass 5:nsubj:pass _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ 4 also also ADV RB _ 5 advmod 5:advmod _ 5 sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 to to ADP IN _ 7 case 7:case _ -7 Leavenworth Leavenworth PROPN NNP Number=Sing 5 obl 5:obl:to SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ -9 where where SCONJ WRB PronType=Rel 16 mark 16:mark _ +7 Leavenworth Leavenworth PROPN NNP Number=Sing 5 obl 5:obl:to|16:obl SpaceAfter=No +8 , , PUNCT , _ 16 punct 16:punct _ +9 where where ADV WRB PronType=Rel 16 advmod 7:ref _ 10 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 11 key key ADJ JJ Degree=Pos 14 amod 14:amod _ 12 WTC WTC PROPN NNP Number=Sing 14 compound 14:compound _ -13 1993 1993 NUM CD NumType=Card 12 nummod 12:nummod _ +13 1993 1993 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 14 defendant defendant NOUN NN Number=Sing 16 nsubj:pass 16:nsubj:pass _ 15 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 aux:pass 16:aux:pass _ 16 imprisoned imprison VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl:relcl 7:acl:relcl SpaceAfter=No -17 , , PUNCT , _ 5 punct 5:punct _ -18 addressed address VERB VBN Tense=Past|VerbForm=Part 5 advcl 5:advcl _ +17 , , PUNCT , _ 18 punct 18:punct _ +18 addressed address VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 advcl 5:advcl _ 19 to to ADP IN _ 22 case 22:case _ 20 " " PUNCT `` _ 22 punct 22:punct SpaceAfter=No 21 Parole parole NOUN NN Number=Sing 22 compound 22:compound _ 22 Officer officer NOUN NN Number=Sing 18 obl 18:obl:to SpaceAfter=No -23 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No -24 " " PUNCT '' _ 5 punct 5:punct _ +23 . . PUNCT . _ 22 punct 22:punct SpaceAfter=No +24 " " PUNCT '' _ 22 punct 22:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0184 # text = (The position does not exist). @@ -38980,11 +38996,11 @@ 6 captured capture VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 in in ADP IN _ 8 case 8:case _ 8 Quetta Quetta PROPN NNP Number=Sing 6 obl 6:obl:in SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 Pakistan Pakistan PROPN NNP Number=Sing 8 appos 8:appos _ 11 in in ADP IN _ 12 case 12:case _ -12 mid-February mid-february NOUN NN Number=Sing 6 obl 6:obl:in _ -13 2003 2003 NUM CD NumType=Card 12 nummod 12:nummod SpaceAfter=No +12 mid-February mid-February PROPN NNP Number=Sing 6 obl 6:obl:in _ +13 2003 2003 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod SpaceAfter=No 14 . . PUNCT . _ 6 punct 6:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0186 @@ -38993,7 +39009,7 @@ 2 arrest arrest NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 in in ADP IN _ 4 case 4:case _ 4 turn turn NOUN NN Number=Sing 5 obl 5:obl:in _ -5 led lead VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 led lead VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 to to ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 dramatic dramatic ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -39001,13 +39017,13 @@ 10 of of ADP IN _ 11 case 11:case _ 11 Khalid Khalid PROPN NNP Number=Sing 9 nmod 9:nmod:of _ 12 Mohammed Mohammed PROPN NNP Number=Sing 11 flat 11:flat SpaceAfter=No -13 , , PUNCT , _ 11 punct 11:punct _ +13 , , PUNCT , _ 17 punct 17:punct _ 14 Al Al PROPN NNP Number=Sing 15 compound 15:compound _ 15-16 Qaeda's _ _ _ _ _ _ _ _ 15 Qaeda Qaeda PROPN NNP Number=Sing 17 nmod:poss 17:nmod:poss _ 16 's 's PART POS _ 15 case 15:case _ 17 # # SYM NN Number=Sing 11 appos 11:appos SpaceAfter=No -18 3 3 NUM CD NumType=Card 17 nummod 17:nummod SpaceAfter=No +18 3 3 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod SpaceAfter=No 19 . . PUNCT . _ 5 punct 5:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0187 @@ -39021,7 +39037,7 @@ 7 home home NOUN NN Number=Sing 4 obl 4:obl:in _ 8 of of ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 Pakistani pakistani ADJ JJ Degree=Pos 11 amod 11:amod _ +10 Pakistani Pakistani ADJ JJ Degree=Pos 11 amod 11:amod _ 11 bacteriologist bacteriologist NOUN NN Number=Sing 7 nmod 7:nmod:of _ 12 Dr. Dr. PROPN NNP Number=Sing 11 appos 11:appos _ 13 Abdul Abdul PROPN NNP Number=Sing 12 flat 12:flat _ @@ -39034,14 +39050,14 @@ 1 Along along ADP IN _ 3 case 3:case _ 2 with with ADP IN _ 3 case 3:case _ 3 Zawahiri Zawahiri PROPN NNP Number=Sing 12 obl 12:obl:with SpaceAfter=No -4 , , PUNCT , _ 12 punct 12:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 Abdel Abdel PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 6 Rahman Rahman PROPN NNP Number=Sing 5 flat 5:flat _ 7 and and CCONJ CC _ 10 cc 10:cc _ -8 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ -9 two two NUM CD NumType=Card 10 nummod 10:nummod _ +8 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 two two NUM CD NumForm=Word|NumType=Card 10 nummod 10:nummod _ 10 sons son NOUN NNS Number=Plur 5 conj 5:conj:and|12:nsubj _ -11 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 13 considerable considerable ADJ JJ Degree=Pos 14 amod 14:amod _ 14 influence influence NOUN NN Number=Sing 12 obj 12:obj _ @@ -39054,7 +39070,7 @@ # text = He reportedly treated them like sons. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 reportedly reportedly ADV RB _ 3 advmod 3:advmod _ -3 treated treat VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 treated treat VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 3 obj 3:obj _ 5 like like ADP IN _ 6 case 6:case _ 6 sons son NOUN NNS Number=Plur 3 obl 3:obl:like SpaceAfter=No @@ -39069,10 +39085,10 @@ 5 in in ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 early early ADJ JJ Degree=Pos 8 amod 8:amod _ -8 1980s 1980 NOUN NNS Number=Plur 4 nmod 4:nmod:in SpaceAfter=No -9 , , PUNCT , _ 11 punct 11:punct _ +8 1980s 1980s NOUN NNS Number=Plur 4 nmod 4:nmod:in SpaceAfter=No +9 , , PUNCT , _ 4 punct 4:punct _ 10 Zawahiri Zawahiri PROPN NNP Number=Sing 11 nsubj 11:nsubj _ -11 caused cause VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 42 advcl 42:advcl:although _ +11 caused cause VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 42 advcl 42:advcl:although _ 12 considerable considerable ADJ JJ Degree=Pos 13 amod 13:amod _ 13 tension tension NOUN NN Number=Sing 11 obj 11:obj _ 14 by by SCONJ IN _ 15 mark 15:mark _ @@ -39089,19 +39105,19 @@ 24 coalition coalition NOUN NN Number=Sing 22 obj 22:obj _ 25 of of ADP IN _ 29 case 29:case _ 26 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ -27 Egyptian egyptian ADJ JJ Degree=Pos 29 amod 29:amod _ -28 Islamic Islamic PROPN NNP Number=Sing 29 compound 29:compound _ +27 Egyptian Egyptian ADJ JJ Degree=Pos 29 amod 29:amod _ +28 Islamic Islamic ADJ NNP Degree=Pos 29 amod 29:amod _ 29 Jihad Jihad PROPN NNP Number=Sing 22 obl 22:obl:of _ 30 and and CCONJ CC _ 34 cc 34:cc _ 31 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ -32 Egyptian egyptian ADJ JJ Degree=Pos 34 amod 34:amod _ -33 Islamic Islamic PROPN NNP Number=Sing 34 compound 34:compound _ +32 Egyptian Egyptian ADJ JJ Degree=Pos 34 amod 34:amod _ +33 Islamic Islamic ADJ NNP Degree=Pos 34 amod 34:amod _ 34 Group Group PROPN NNP Number=Sing 29 conj 22:obl:of|29:conj:and SpaceAfter=No -35 , , PUNCT , _ 42 punct 42:punct _ +35 , , PUNCT , _ 11 punct 11:punct _ 36 Zawahiri Zawahiri PROPN NNP Number=Sing 42 nsubj 42:nsubj _ 37 and and CCONJ CC _ 38 cc 38:cc _ 38 OBL OBL PROPN NNP Number=Sing 36 conj 36:conj:and|42:nsubj _ -39 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 42 cop 42:cop _ +39 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 42 cop 42:cop _ 40-41 Rahman's _ _ _ _ _ _ _ _ 40 Rahman Rahman PROPN NNP Number=Sing 42 nmod:poss 42:nmod:poss _ 41 's 's PART POS _ 40 case 40:case _ @@ -39111,9 +39127,9 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0191 # text = The imprisoned WTC 1993 plotter Yousef was KSM's nephew. 1 The the DET DT Definite=Def|PronType=Art 5 det 5:det _ -2 imprisoned imprison VERB VBN Tense=Past|VerbForm=Part 5 amod 5:amod _ +2 imprisoned imprison VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 amod 5:amod _ 3 WTC WTC PROPN NNP Number=Sing 5 compound 5:compound _ -4 1993 1993 NUM CD NumType=Card 3 nummod 3:nummod _ +4 1993 1993 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 5 plotter plotter NOUN NN Number=Sing 10 nsubj 10:nsubj _ 6 Yousef Yousef PROPN NNP Number=Sing 5 appos 5:appos _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ @@ -39126,7 +39142,7 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0192 # text = Thus, the leaders in charge of Al Qaeda's anthrax production program had a close connection to those imprisoned in connection with the earlier bombing of the World Trade Center. 1 Thus thus ADV RB _ 14 advmod 14:advmod SpaceAfter=No -2 , , PUNCT , _ 14 punct 14:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 leaders leader NOUN NNS Number=Plur 14 nsubj 14:nsubj _ 5 in in ADP IN _ 6 case 6:case _ @@ -39139,18 +39155,18 @@ 11 anthrax anthrax NOUN NN Number=Sing 12 compound 12:compound _ 12 production production NOUN NN Number=Sing 13 compound 13:compound _ 13 program program NOUN NN Number=Sing 6 nmod 6:nmod:of _ -14 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +14 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 15 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 16 close close ADJ JJ Degree=Pos 17 amod 17:amod _ 17 connection connection NOUN NN Number=Sing 14 obj 14:obj _ 18 to to ADP IN _ 19 case 19:case _ 19 those that PRON DT Number=Plur|PronType=Dem 17 nmod 17:nmod:to _ -20 imprisoned imprison VERB VBN Tense=Past|VerbForm=Part 19 acl 19:acl _ +20 imprisoned imprison VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 acl 19:acl _ 21 in in ADP IN _ 22 case 22:case _ 22 connection connection NOUN NN Number=Sing 20 obl 20:obl:in _ 23 with with ADP IN _ 26 case 26:case _ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -25 earlier earlier ADJ JJ Degree=Pos 26 amod 26:amod _ +25 earlier early ADJ JJR Degree=Cmp 26 amod 26:amod _ 26 bombing bombing NOUN NN Number=Sing 22 nmod 22:nmod:with _ 27 of of ADP IN _ 31 case 31:case _ 28 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ @@ -39161,34 +39177,34 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0193 # text = According to the controversial "Feith memo," which summarized purported intelligence showing an Iraqi/Al Qaeda connection, Osama Bin Laden had asked Iraqi intelligence for technical assistance in sending letter bombs a half year before the Al Hayat letters were sent. -1 According accord VERB VBG VerbForm=Ger 6 case 6:case _ -2 to to ADP IN _ 6 case 6:case _ +1 According accord VERB VBG ExtPos=ADP|VerbForm=Ger 6 case 6:case _ +2 to to ADP IN _ 1 fixed 1:fixed _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 4 controversial controversial ADJ JJ Degree=Pos 6 amod 6:amod _ 5 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No -6 Feith Feith PROPN NNP Number=Sing 26 obl 11:nsubj|26:obl:to _ +6 Feith Feith PROPN NNP Number=Sing 26 obl 11:nsubj|26:obl:according_to _ 7 memo memo NOUN NN Number=Sing 6 flat 6:flat SpaceAfter=No 8 , , PUNCT , _ 6 punct 6:punct SpaceAfter=No 9 " " PUNCT '' _ 6 punct 6:punct _ 10 which which PRON WDT PronType=Rel 11 nsubj 6:ref _ -11 summarized summarize VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ -12 purported purport VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ +11 summarized summarize VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +12 purported purport VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod _ 13 intelligence intelligence NOUN NN Number=Sing 11 obj 11:obj _ 14 showing show VERB VBG VerbForm=Ger 13 acl 13:acl _ 15 an a DET DT Definite=Ind|PronType=Art 20 det 20:det _ -16 Iraqi iraqi ADJ JJ Degree=Pos 20 amod 20:amod SpaceAfter=No +16 Iraqi Iraqi ADJ JJ Degree=Pos 20 amod 20:amod SpaceAfter=No 17 / / SYM SYM _ 19 cc 19:cc SpaceAfter=No 18 Al Al PROPN NNP Number=Sing 19 compound 19:compound _ 19 Qaeda Qaeda PROPN NNP Number=Sing 16 conj 16:conj|20:amod _ 20 connection connection NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No -21 , , PUNCT , _ 26 punct 26:punct _ +21 , , PUNCT , _ 6 punct 6:punct _ 22 Osama Osama PROPN NNP Number=Sing 26 nsubj 26:nsubj _ 23 Bin Bin PROPN NNP Number=Sing 22 flat 22:flat _ 24 Laden Laden PROPN NNP Number=Sing 22 flat 22:flat _ -25 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 26 aux 26:aux _ +25 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 26 aux 26:aux _ 26 asked ask VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -27 Iraqi iraqi ADJ JJ Degree=Pos 28 amod 28:amod _ -28 intelligence intelligence NOUN NN Number=Sing 26 obj 26:obj _ +27 Iraqi Iraqi ADJ JJ Degree=Pos 28 amod 28:amod _ +28 intelligence intelligence NOUN NN Number=Sing 26 iobj 26:iobj _ 29 for for ADP IN _ 31 case 31:case _ 30 technical technical ADJ JJ Degree=Pos 31 amod 31:amod _ 31 assistance assistance NOUN NN Number=Sing 26 obl 26:obl:for _ @@ -39197,14 +39213,14 @@ 34 letter letter NOUN NN Number=Sing 35 compound 35:compound _ 35 bombs bomb NOUN NNS Number=Plur 33 obj 33:obj _ 36 a a DET DT Definite=Ind|PronType=Art 38 det 38:det _ -37 half half ADJ JJ Degree=Pos 38 amod 38:amod _ +37 half half ADJ JJ Degree=Pos|NumForm=Word|NumType=Frac 38 amod 38:amod _ 38 year year NOUN NN Number=Sing 45 obl:tmod 45:obl:tmod _ 39 before before SCONJ IN _ 45 mark 45:mark _ 40 the the DET DT Definite=Def|PronType=Art 43 det 43:det _ 41 Al Al PROPN NNP Number=Sing 42 compound 42:compound _ 42 Hayat Hayat PROPN NNP Number=Sing 43 compound 43:compound _ 43 letters letter NOUN NNS Number=Plur 45 nsubj:pass 45:nsubj:pass _ -44 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 45 aux:pass 45:aux:pass _ +44 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 45 aux:pass 45:aux:pass _ 45 sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 33 advcl 33:advcl:before SpaceAfter=No 46 . . PUNCT . _ 26 punct 26:punct _ @@ -39215,7 +39231,7 @@ 3 Al Al PROPN NNP Number=Sing 4 compound 4:compound _ 4 Qaeda Qaeda PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 5 likes like VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:because _ -6 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 truck truck NOUN NN Number=Sing 8 compound 8:compound _ 8 bombs bomb NOUN NNS Number=Plur 5 obj 5:obj|14:nsubj:xsubj _ 9 and and CCONJ CC _ 11 cc 11:cc _ @@ -39228,7 +39244,7 @@ 16 not not PART RB _ 17 advmod 17:advmod _ 17 mean mean VERB VB VerbForm=Inf 0 root 0:root _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 21 nsubj 21:nsubj _ -19 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ +19 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ 20 not not PART RB _ 21 advmod 21:advmod _ 21 see see VERB VB VerbForm=Inf 17 ccomp 17:ccomp _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ @@ -39244,9 +39260,9 @@ 1 As as SCONJ IN _ 5 mark 5:mark _ 2 Brian Brian PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 3 Jenkins Jenkins PROPN NNP Number=Sing 2 flat 2:flat _ -4 once once ADV RB NumType=Mult 5 advmod 5:advmod _ -5 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:as SpaceAfter=No -6 , , PUNCT , _ 10 punct 10:punct _ +4 once once ADV RB NumForm=Word|NumType=Mult 5 advmod 5:advmod _ +5 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:as SpaceAfter=No +6 , , PUNCT , _ 5 punct 5:punct _ 7 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No 8 terrorism terrorism NOUN NN Number=Sing 10 nsubj 10:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ @@ -39261,18 +39277,18 @@ 3 purporting purport VERB VBG VerbForm=Ger 2 acl 2:acl _ 4 to to PART TO _ 6 mark 6:mark _ 5 be be AUX VB VerbForm=Inf 6 cop 6:cop _ -6 islamist islamist ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ -7 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 islamist Islamist ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ +7 sent send VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 cyanide cyanide NOUN NN Number=Sing 7 obj 7:obj _ 9 in in ADP IN _ 12 case 12:case _ 10 both both CCONJ CC _ 12 cc:preconj 12:cc:preconj _ 11 early early ADJ JJ Degree=Pos 12 amod 12:amod _ -12 2002 2002 NUM CD NumType=Card 7 obl 7:obl:in _ +12 2002 2002 NUM CD NumForm=Digit|NumType=Card 7 obl 7:obl:in _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 early early ADJ JJ Degree=Pos 15 amod 15:amod _ -15 2003 2003 NUM CD NumType=Card 12 conj 7:obl:in|12:conj:and _ +15 2003 2003 NUM CD NumForm=Digit|NumType=Card 12 conj 7:obl:in|12:conj:and _ 16 in in ADP IN _ 18 case 18:case _ -17 New New PROPN NNP Number=Sing 18 compound 18:compound _ +17 New New ADJ NNP Degree=Pos 18 amod 18:amod _ 18 Zealand Zealand PROPN NNP Number=Sing 7 obl 7:obl:in _ 19 and and CCONJ CC _ 20 cc 20:cc _ 20 ingredients ingredient NOUN NNS Number=Plur 7 conj 7:conj:and _ @@ -39282,7 +39298,7 @@ 24 in in ADP IN _ 25 case 25:case _ 25 Belgium Belgium PROPN NNP Number=Sing 20 nmod 20:nmod:in _ 26 in in ADP IN _ 27 case 27:case _ -27 2003 2003 NUM CD NumType=Card 20 nmod 20:nmod:in SpaceAfter=No +27 2003 2003 NUM CD NumForm=Digit|NumType=Card 20 nmod 20:nmod:in SpaceAfter=No 28 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0197 @@ -39293,9 +39309,9 @@ 3 even even ADV RB _ 2 advmod 2:advmod _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 chapter chapter NOUN NN Number=Sing 2 nsubj 2:nsubj _ -6 titled title VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +6 titled title VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 7 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No -8 Poisonous Poisonous PROPN NNP Number=Sing 9 compound 9:compound _ +8 Poisonous Poisonous ADJ NNP Degree=Pos 9 amod 9:amod _ 9 Letter Letter PROPN NNP Number=Sing 6 obj 6:obj SpaceAfter=No 10 " " PUNCT '' _ 9 punct 9:punct _ 11 in in ADP IN _ 15 case 15:case _ @@ -39313,7 +39329,7 @@ 4 Eagle eagle NOUN NN Number=Sing 6 compound 6:compound SpaceAfter=No 5 " " PUNCT '' _ 4 punct 4:punct _ 6 stamp stamp NOUN NN Number=Sing 16 nsubj 16:nsubj _ -7 used use VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 in in ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 anthrax anthrax NOUN NN Number=Sing 11 compound 11:compound _ @@ -39321,7 +39337,7 @@ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 cop 16:cop _ 13 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 14 blue blue NOUN NN Number=Sing 16 compound 16:compound SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 green green NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 17 . . PUNCT . _ 16 punct 16:punct _ @@ -39334,21 +39350,21 @@ 5 among among ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 militant militant ADJ JJ Degree=Pos 8 amod 8:amod _ -8 islamists islamist NOUN NNS Number=Plur 4 obl 4:obl:among _ +8 islamists Islamist NOUN NNS Number=Plur 4 obl 4:obl:among _ 9 that that SCONJ IN _ 11 mark 11:mark _ 10 martyrs martyr NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -11 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +11 go go VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ 12 to to ADP IN _ 13 case 13:case _ 13 paradise paradise NOUN NN Number=Sing 11 obl 11:obl:to _ -14 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No +14 " " PUNCT `` _ 17 punct 17:punct SpaceAfter=No 15 in in ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 hearts heart NOUN NNS Number=Plur 11 obl 11:obl:in _ 18 of of ADP IN _ 20 case 20:case _ 19 green green ADJ JJ Degree=Pos 20 amod 20:amod _ 20 birds bird NOUN NNS Number=Plur 17 nmod 17:nmod:of SpaceAfter=No -21 . . PUNCT . _ 4 punct 4:punct SpaceAfter=No -22 " " PUNCT '' _ 4 punct 4:punct _ +21 . . PUNCT . _ 17 punct 17:punct SpaceAfter=No +22 " " PUNCT '' _ 17 punct 17:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0200 # text = In the very interview in which they admitted 9/11, and described the codes used for the four targets for the planes, the masterminds admitted to the Jenny code, the code for representing the date 9/11, and used the symbolism of the "Green Birds." @@ -39359,40 +39375,40 @@ 5 in in ADP IN _ 6 case 6:case _ 6 which which PRON WDT PronType=Rel 8 obl 4:ref _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj|12:nsubj _ -8 admitted admit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ -9 9/11 9/11 NUM CD NumType=Card 8 obj 8:obj SpaceAfter=No +8 admitted admit VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +9 9/11 9/11 NUM CD NumForm=Digit|NumType=Card 8 obj 8:obj SpaceAfter=No 10 , , PUNCT , _ 12 punct 12:punct _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 described describe VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 conj 4:acl:relcl|8:conj:and _ +12 described describe VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 conj 4:acl:relcl|8:conj:and _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 codes code NOUN NNS Number=Plur 12 obj 12:obj _ -15 used use VERB VBN Tense=Past|VerbForm=Part 14 acl 14:acl _ +15 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 acl 14:acl _ 16 for for ADP IN _ 19 case 19:case _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -18 four four NUM CD NumType=Card 19 nummod 19:nummod _ +18 four four NUM CD NumForm=Word|NumType=Card 19 nummod 19:nummod _ 19 targets target NOUN NNS Number=Plur 15 obl 15:obl:for _ 20 for for ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 planes plane NOUN NNS Number=Plur 19 nmod 19:nmod:for SpaceAfter=No -23 , , PUNCT , _ 26 punct 26:punct _ +23 , , PUNCT , _ 4 punct 4:punct _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 masterminds mastermind NOUN NNS Number=Plur 26 nsubj 26:nsubj|41:nsubj _ -26 admitted admit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +26 admitted admit VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 27 to to ADP IN _ 29 case 29:case _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 29 Jenny Jenny PROPN NNP Number=Sing 26 obl 26:obl:to _ 30 code code NOUN NN Number=Sing 29 flat 29:flat SpaceAfter=No -31 , , PUNCT , _ 29 punct 29:punct _ +31 , , PUNCT , _ 33 punct 33:punct _ 32 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 33 code code NOUN NN Number=Sing 29 appos 29:appos _ 34 for for SCONJ IN _ 35 mark 35:mark _ 35 representing represent VERB VBG VerbForm=Ger 33 acl 33:acl:for _ 36 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ 37 date date NOUN NN Number=Sing 35 obj 35:obj _ -38 9/11 9/11 NUM CD NumType=Card 37 nummod 37:nummod SpaceAfter=No +38 9/11 9/11 NUM CD NumForm=Digit|NumType=Card 37 nummod 37:nummod SpaceAfter=No 39 , , PUNCT , _ 41 punct 41:punct _ 40 and and CCONJ CC _ 41 cc 41:cc _ -41 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 26 conj 26:conj:and _ +41 used use VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 26 conj 26:conj:and _ 42 the the DET DT Definite=Def|PronType=Art 43 det 43:det _ 43 symbolism symbolism NOUN NN Number=Sing 41 obj 41:obj _ 44 of of ADP IN _ 48 case 48:case _ @@ -39400,27 +39416,27 @@ 46 " " PUNCT `` _ 48 punct 48:punct SpaceAfter=No 47 Green green ADJ JJ Degree=Pos 48 amod 48:amod _ 48 Birds bird NOUN NNS Number=Plur 43 nmod 43:nmod:of SpaceAfter=No -49 . . PUNCT . _ 26 punct 26:punct SpaceAfter=No -50 " " PUNCT '' _ 26 punct 26:punct _ +49 . . PUNCT . _ 48 punct 48:punct SpaceAfter=No +50 " " PUNCT '' _ 48 punct 48:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0201 # text = Osama Bin Laden later invoked the symbolism in his video "The 19 Martyrs." 1 Osama Osama PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 2 Bin Bin PROPN NNP Number=Sing 1 flat 1:flat _ 3 Laden Laden PROPN NNP Number=Sing 1 flat 1:flat _ -4 later later ADV RB _ 5 advmod 5:advmod _ -5 invoked invoke VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 later late ADV RBR Degree=Cmp 5 advmod 5:advmod _ +5 invoked invoke VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 symbolism symbolism NOUN NN Number=Sing 5 obj 5:obj _ 8 in in ADP IN _ 10 case 10:case _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 video video NOUN NN Number=Sing 5 obl 5:obl:in _ -11 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No +11 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No 12 The the DET DT Definite=Def|PronType=Art 14 det 14:det _ -13 19 19 PROPN NNP Number=Sing 14 compound 14:compound _ -14 Martyrs Martyrs PROPN NNPS Number=Plur 10 appos 10:appos SpaceAfter=No -15 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No -16 " " PUNCT '' _ 5 punct 5:punct _ +13 19 19 NUM NNP NumForm=Digit|NumType=Card 14 nummod 14:nummod _ +14 Martyrs Martyr PROPN NNPS Number=Plur 10 appos 10:appos SpaceAfter=No +15 . . PUNCT . _ 14 punct 14:punct SpaceAfter=No +16 " " PUNCT '' _ 14 punct 14:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0202 # text = A FAQ on the Azzam Publications website explained that "In the Hearts of Green Birds" refers to what is inside. @@ -39429,21 +39445,21 @@ 3 on on ADP IN _ 7 case 7:case _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 5 Azzam Azzam PROPN NNP Number=Sing 6 compound 6:compound _ -6 Publications Publications PROPN NNPS Number=Plur 7 compound 7:compound _ +6 Publications Publication PROPN NNPS Number=Plur 7 compound 7:compound _ 7 website website NOUN NN Number=Sing 2 nmod 2:nmod:on _ -8 explained explain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 explained explain VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 that that SCONJ IN _ 18 mark 18:mark _ 10 " " PUNCT `` _ 13 punct 13:punct SpaceAfter=No 11 In in ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -13 Hearts heart NOUN NNS Number=Plur 18 obl 18:obl:in _ +13 Hearts heart NOUN NNS Number=Plur 18 nsubj 18:nsubj _ 14 of of ADP IN _ 16 case 16:case _ 15 Green green ADJ JJ Degree=Pos 16 amod 16:amod _ 16 Birds bird NOUN NNS Number=Plur 13 nmod 13:nmod:of SpaceAfter=No 17 " " PUNCT '' _ 13 punct 13:punct _ 18 refers refer VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 ccomp 8:ccomp _ -19 to to SCONJ IN _ 20 case 20:case _ -20 what what PRON WP PronType=Int 18 obl 18:obl:to _ +19 to to ADP IN _ 20 case 20:case _ +20 what what PRON WP PronType=Rel 18 obl 18:obl:to|22:nsubj _ 21 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 22 inside inside ADV RB _ 20 acl:relcl 20:acl:relcl SpaceAfter=No 23 . . PUNCT . _ 8 punct 8:punct _ @@ -39479,21 +39495,21 @@ # text = A May 2001 letter that Zawahiri sent to Egyptian Islamic Jihad members abroad establish that Zawahiri used "school" as a code word for the Egyptian militant islamists in his correspondence. 1 A a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 2 May May PROPN NNP Number=Sing 4 compound 4:compound _ -3 2001 2001 NUM CD NumType=Card 2 nummod 2:nummod _ +3 2001 2001 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 4 letter letter NOUN NN Number=Sing 14 nsubj 7:obj|14:nsubj _ 5 that that PRON WDT PronType=Rel 7 obj 4:ref _ 6 Zawahiri Zawahiri PROPN NNP Number=Sing 7 nsubj 7:nsubj _ -7 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +7 sent send VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 8 to to ADP IN _ 12 case 12:case _ -9 Egyptian egyptian ADJ JJ Degree=Pos 12 amod 12:amod _ -10 Islamic Islamic PROPN NNP Number=Sing 11 compound 11:compound _ +9 Egyptian Egyptian ADJ JJ Degree=Pos 12 amod 12:amod _ +10 Islamic Islamic ADJ NNP Degree=Pos 11 amod 11:amod _ 11 Jihad Jihad PROPN NNP Number=Sing 12 compound 12:compound _ 12 members member NOUN NNS Number=Plur 7 obl 7:obl:to _ 13 abroad abroad ADV RB _ 12 advmod 12:advmod _ -14 establish establish VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +14 establish establish VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 15 that that SCONJ IN _ 17 mark 17:mark _ 16 Zawahiri Zawahiri PROPN NNP Number=Sing 17 nsubj 17:nsubj _ -17 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 ccomp 14:ccomp _ +17 used use VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 ccomp 14:ccomp _ 18 " " PUNCT `` _ 19 punct 19:punct SpaceAfter=No 19 school school NOUN NN Number=Sing 17 obj 17:obj SpaceAfter=No 20 " " PUNCT '' _ 19 punct 19:punct _ @@ -39503,11 +39519,11 @@ 24 word word NOUN NN Number=Sing 17 obl 17:obl:as _ 25 for for ADP IN _ 29 case 29:case _ 26 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ -27 Egyptian egyptian ADJ JJ Degree=Pos 29 amod 29:amod _ +27 Egyptian Egyptian ADJ JJ Degree=Pos 29 amod 29:amod _ 28 militant militant ADJ JJ Degree=Pos 29 amod 29:amod _ -29 islamists islamist NOUN NNS Number=Plur 24 nmod 24:nmod:for _ +29 islamists Islamist NOUN NNS Number=Plur 24 nmod 24:nmod:for _ 30 in in ADP IN _ 32 case 32:case _ -31 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ +31 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ 32 correspondence correspondence NOUN NN Number=Sing 17 obl 17:obl:in SpaceAfter=No 33 . . PUNCT . _ 14 punct 14:punct _ @@ -39531,14 +39547,14 @@ 1 By by ADP IN _ 3 case 3:case _ 2 Greendale Greendale PROPN NNP Number=Sing 3 compound 3:compound _ 3 School School PROPN NNP Number=Sing 10 obl 10:obl:by SpaceAfter=No -4 , , PUNCT , _ 10 punct 10:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 anthrax anthrax NOUN NN Number=Sing 7 compound 7:compound _ 7 perp perp NOUN NN Number=Sing 10 nsubj 10:nsubj _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 aux 10:aux _ 9 being be AUX VBG VerbForm=Ger 10 cop 10:cop _ 10 cute cute ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 18 punct 18:punct _ 12 just just ADV RB _ 18 advmod 18:advmod _ 13 as as SCONJ IN _ 18 mark 18:mark _ 14 Yazid Yazid PROPN NNP Number=Sing 18 nsubj 18:nsubj _ @@ -39548,9 +39564,9 @@ 18 cute cute ADJ JJ Degree=Pos 10 advcl 10:advcl:as _ 19 in in SCONJ IN _ 20 mark 20:mark _ 20 naming name VERB VBG VerbForm=Ger 18 advcl 18:advcl:in _ -21 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 lab lab NOUN NN Number=Sing 20 obj 20:obj|25:nsubj:xsubj _ -23 Green Green PROPN NNP Number=Sing 25 compound 25:compound _ +23 Green Green ADJ NNP Degree=Pos 25 amod 25:amod _ 24 Laboratory Laboratory PROPN NNP Number=Sing 25 compound 25:compound _ 25 Medicine Medicine PROPN NNP Number=Sing 20 xcomp 20:xcomp SpaceAfter=No 26 . . PUNCT . _ 10 punct 10:punct _ @@ -39561,11 +39577,11 @@ 2 Dale dale NOUN NN Number=Sing 4 nsubj 4:nsubj SpaceAfter=No 3 " " PUNCT '' _ 2 punct 2:punct _ 4 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No +5 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No 6 river river NOUN NN Number=Sing 7 compound 7:compound _ 7 valley valley NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No -8 . . PUNCT . _ 4 punct 4:punct SpaceAfter=No -9 " " PUNCT '' _ 4 punct 4:punct _ +8 . . PUNCT . _ 7 punct 7:punct SpaceAfter=No +9 " " PUNCT '' _ 7 punct 7:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0208 # text = Greendale likely refers to green river valley -- i.e., Cairo's Egyptian Islamic Jihad or the Islamic Group. @@ -39576,18 +39592,18 @@ 5 green green ADJ JJ Degree=Pos 7 amod 7:amod _ 6 river river NOUN NN Number=Sing 7 compound 7:compound _ 7 valley valley NOUN NN Number=Sing 3 obl 3:obl:to _ -8 -- -- PUNCT : _ 7 punct 7:punct _ -9 i.e. i.e. X FW _ 15 advmod 15:advmod SpaceAfter=No -10 , , PUNCT , _ 15 punct 15:punct _ +8 -- -- PUNCT : _ 15 punct 15:punct _ +9 i.e. i.e. ADJ FW _ 15 amod 15:amod SpaceAfter=No +10 , , PUNCT , _ 9 punct 9:punct _ 11-12 Cairo's _ _ _ _ _ _ _ _ 11 Cairo Cairo PROPN NNP Number=Sing 15 nmod:poss 15:nmod:poss _ 12 's 's PART POS _ 11 case 11:case _ -13 Egyptian egyptian ADJ JJ Degree=Pos 15 amod 15:amod _ -14 Islamic Islamic PROPN NNP Number=Sing 15 compound 15:compound _ +13 Egyptian Egyptian ADJ JJ Degree=Pos 15 amod 15:amod _ +14 Islamic Islamic ADJ NNP Degree=Pos 15 amod 15:amod _ 15 Jihad Jihad PROPN NNP Number=Sing 7 appos 7:appos _ 16 or or CCONJ CC _ 19 cc 19:cc _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -18 Islamic Islamic PROPN NNP Number=Sing 19 compound 19:compound _ +18 Islamic Islamic ADJ NNP Degree=Pos 19 amod 19:amod _ 19 Group Group PROPN NNP Number=Sing 15 conj 7:appos|15:conj:or SpaceAfter=No 20 . . PUNCT . _ 3 punct 3:punct _ @@ -39603,19 +39619,19 @@ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 9 of of ADP IN _ 13 case 13:case _ 10 either either CCONJ CC _ 13 cc:preconj 13:cc:preconj _ -11 Egyptian egyptian ADJ JJ Degree=Pos 13 amod 13:amod _ -12 Islamic Islamic PROPN NNP Number=Sing 13 compound 13:compound _ +11 Egyptian Egyptian ADJ JJ Degree=Pos 13 amod 13:amod _ +12 Islamic Islamic ADJ NNP Degree=Pos 13 amod 13:amod _ 13 Jihad Jihad PROPN NNP Number=Sing 5 ccomp 5:ccomp SpaceAfter=No 14 , , PUNCT , _ 17 punct 17:punct _ -15 Egyptian egyptian ADJ JJ Degree=Pos 17 amod 17:amod _ -16 Islamic Islamic PROPN NNP Number=Sing 17 compound 17:compound _ +15 Egyptian Egyptian ADJ JJ Degree=Pos 17 amod 17:amod _ +16 Islamic Islamic ADJ NNP Degree=Pos 17 amod 17:amod _ 17 Group Group PROPN NNP Number=Sing 13 conj 5:ccomp|13:conj:or _ 18 or or CCONJ CC _ 22 cc 22:cc _ 19 Jihad Jihad PROPN NNP Number=Sing 22 compound 22:compound SpaceAfter=No -20 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No +20 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No 21 al al PROPN NNP Number=Sing 22 compound 22:compound _ 22 Qaeda Qaeda PROPN NNP Number=Sing 13 conj 5:ccomp|13:conj:or|29:nsubj SpaceAfter=No -23 , , PUNCT , _ 22 punct 22:punct _ +23 , , PUNCT , _ 29 punct 29:punct _ 24 which which PRON WDT PronType=Rel 29 nsubj 22:ref _ 25 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 29 cop 29:cop _ 26 actually actually ADV RB _ 29 advmod 29:advmod _ @@ -39630,8 +39646,8 @@ 35 merger merger NOUN NN Number=Sing 29 nmod 29:nmod:after _ 36 of of ADP IN _ 40 case 40:case _ 37 the the DET DT Definite=Def|PronType=Art 40 det 40:det _ -38 Egyptian egyptian ADJ JJ Degree=Pos 40 amod 40:amod _ -39 Islamic Islamic PROPN NNP Number=Sing 40 compound 40:compound _ +38 Egyptian Egyptian ADJ JJ Degree=Pos 40 amod 40:amod _ +39 Islamic Islamic ADJ NNP Degree=Pos 40 amod 40:amod _ 40 Jihad Jihad PROPN NNP Number=Sing 35 nmod 35:nmod:of _ 41 and and CCONJ CC _ 43 cc 43:cc _ 42 al al PROPN NNP Number=Sing 43 compound 43:compound _ @@ -39643,23 +39659,23 @@ 1 At at ADP IN _ 4 case 4:case _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 Darunta Darunta PROPN NNP Number=Sing 4 compound 4:compound _ -4 complex complex NOUN NN Number=Sing 11 obl 11:obl:at _ -5 where where SCONJ WRB PronType=Rel 7 mark 7:mark _ +4 complex complex NOUN NN Number=Sing 11 obl 7:obl:at|11:obl:at _ +5 where where ADV WRB PronType=Rel 7 advmod 4:ref _ 6 jihadis jihadi NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -7 trained train VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl SpaceAfter=No -8 , , PUNCT , _ 11 punct 11:punct _ +7 trained train VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl SpaceAfter=No +8 , , PUNCT , _ 4 punct 4:punct _ 9 recruits recruit NOUN NNS Number=Plur 11 nsubj 11:nsubj _ 10 would would AUX MD VerbForm=Fin 11 aux 11:aux _ 11 wear wear VERB VB VerbForm=Inf 0 root 0:root _ 12 green green ADJ JJ Degree=Pos 13 amod 13:amod _ 13 uniforms uniform NOUN NNS Number=Plur 11 obj 11:obj SpaceAfter=No -14 , , PUNCT , _ 11 punct 11:punct _ +14 , , PUNCT , _ 17 punct 17:punct _ 15 except except ADP IN _ 17 case 17:case _ 16 for for ADP IN _ 17 case 17:case _ -17 Friday Friday PROPN NNP Number=Sing 11 obl 11:obl:except _ -18 when when SCONJ WRB PronType=Rel 21 mark 21:mark _ +17 Friday Friday PROPN NNP Number=Sing 11 obl 11:obl:except_for|21:obl:tmod _ +18 when when ADV WRB PronType=Rel 21 advmod 17:ref _ 19 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 21 nsubj:pass 21:nsubj:pass _ -20 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 aux:pass 21:aux:pass _ +20 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 21 aux:pass 21:aux:pass _ 21 washed wash VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 acl:relcl 17:acl:relcl SpaceAfter=No 22 . . PUNCT . _ 11 punct 11:punct _ @@ -39679,7 +39695,7 @@ 12 of of ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 martyrs martyr NOUN NNS Number=Plur 11 nmod 11:nmod:of _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ +15 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 16 in in ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 hearts heart NOUN NNS Number=Plur 8 ccomp 8:ccomp _ @@ -39687,10 +39703,10 @@ 20 green green ADJ JJ Degree=Pos 21 amod 21:amod _ 21 birds bird NOUN NNS Number=Plur 18 nmod 18:nmod:of|23:nsubj _ 22 that that PRON WDT PronType=Rel 23 nsubj 21:ref _ -23 fly fly VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 acl:relcl 21:acl:relcl _ -24 wherever wherever SCONJ WRB PronType=Int 26 mark 26:mark _ +23 fly fly VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 21 acl:relcl 21:acl:relcl _ +24 wherever wherever ADV WRB PronType=Rel 23 advmod 23:advmod|26:advmod _ 25 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 26 nsubj 26:nsubj _ -26 please please VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 advcl 23:advcl _ +26 please please VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 advcl:relcl 24:advcl:relcl _ 27 in in ADP IN _ 29 case 29:case _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 29 Paradise paradise NOUN NN Number=Sing 26 obl 26:obl:in SpaceAfter=No @@ -39701,11 +39717,11 @@ 1 As as ADP IN _ 3 case 3:case _ 2 to to ADP IN _ 1 fixed 1:fixed _ 3 opportunity opportunity NOUN NN Number=Sing 10 obl 10:obl:as_to SpaceAfter=No -4 , , PUNCT , _ 10 punct 10:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 though though SCONJ IN _ 7 mark 7:mark _ 6 seldom seldom ADV RB _ 7 advmod 7:advmod _ -7 reported report VERB VBN Tense=Past|VerbForm=Part 10 advcl 10:advcl:though SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +7 reported report VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 advcl 10:advcl:though SpaceAfter=No +8 , , PUNCT , _ 7 punct 7:punct _ 9 there there PRON EX _ 10 expl 10:expl _ 10 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ @@ -39721,17 +39737,17 @@ 21 Al Al PROPN NNP Number=Sing 22 compound 22:compound _ 22 Qaeda Qaeda PROPN NNP Number=Sing 18 nmod 18:nmod:about _ 23 or or CCONJ CC _ 26 cc 26:cc _ -24 Egyptian egyptian ADJ JJ Degree=Pos 26 amod 26:amod _ -25 Islamic Islamic PROPN NNP Number=Sing 26 compound 26:compound _ +24 Egyptian Egyptian ADJ JJ Degree=Pos 26 amod 26:amod _ +25 Islamic Islamic ADJ NNP Degree=Pos 26 amod 26:amod _ 26 Jihad Jihad PROPN NNP Number=Sing 22 conj 18:nmod:about|22:conj:or _ 27 or or CCONJ CC _ 30 cc 30:cc _ -28 Egyptian egyptian ADJ JJ Degree=Pos 30 amod 30:amod _ -29 Islamic Islamic PROPN NNP Number=Sing 30 compound 30:compound _ +28 Egyptian Egyptian ADJ JJ Degree=Pos 30 amod 30:amod _ +29 Islamic Islamic ADJ NNP Degree=Pos 30 amod 30:amod _ 30 Group Group PROPN NNP Number=Sing 22 conj 18:nmod:about|22:conj:or _ 31 in in ADP IN _ 34 case 34:case _ 32 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ -33 United United PROPN NNP Number=Sing 34 compound 34:compound _ -34 States States PROPN NNP Number=Sing 10 obl 10:obl:in _ +33 United United ADJ NNP Degree=Pos 34 amod 34:amod _ +34 States State PROPN NNPS Number=Plur 10 obl 10:obl:in _ 35 and and CCONJ CC _ 36 cc 36:cc _ 36 Canada Canada PROPN NNP Number=Sing 34 conj 10:obl:in|34:conj:and SpaceAfter=No 37 . . PUNCT . _ 10 punct 10:punct _ @@ -39745,19 +39761,19 @@ 5 relates relate VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 to to ADP IN _ 9 case 9:case _ 7 those that DET DT Number=Plur|PronType=Dem 9 det 9:det _ -8 suspected suspect VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod _ -9 sleepers sleeper NOUN NNS Number=Plur 5 obl 5:obl:to|13:nsubj:pass _ +8 suspected suspect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod _ +9 sleepers sleeper NOUN NNS Number=Plur 5 obl 5:obl:to|13:nsubj:pass|18:nsubj|22:nsubj:pass _ 10 who who PRON WP PronType=Rel 13 nsubj:pass 9:ref _ -11 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +11 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 been be AUX VBN Tense=Past|VerbForm=Part 13 aux:pass 13:aux:pass _ 13 detained detain VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 acl:relcl 9:acl:relcl _ 14 or or CCONJ CC _ 18 cc 18:cc _ -15 who who PRON WP PronType=Int 18 nsubj 18:nsubj|22:nsubj:pass _ -16 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ +15 who who PRON WP PronType=Rel 18 nsubj 9:ref _ +16 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 17 at at ADP IN _ 18 case 18:case _ 18 large large ADJ JJ Degree=Pos 13 conj 9:acl:relcl|13:conj:or _ 19 and and CCONJ CC _ 22 cc 22:cc _ -20 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ +20 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ 21 being be AUX VBG VerbForm=Ger 22 aux:pass 22:aux:pass _ 22 sought seek VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 conj 18:conj:and SpaceAfter=No 23 . . PUNCT . _ 5 punct 5:punct _ @@ -39767,13 +39783,13 @@ 1-2 Zawahiri's _ _ _ _ _ _ _ _ 1 Zawahiri Zawahiri PROPN NNP Number=Sing 3 nmod:poss 3:nmod:poss _ 2 's 's PART POS _ 1 case 1:case _ -3 mission mission NOUN NN Number=Sing 12 nsubj 12:nsubj _ +3 mission mission NOUN NN Number=Sing 12 nsubj:outer 12:nsubj:outer _ 4 in in ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 United United PROPN NNP Number=Sing 7 compound 7:compound _ -7 States States PROPN NNP Number=Sing 3 nmod 3:nmod:in _ +6 United United ADJ NNP Degree=Pos 7 amod 7:amod _ +7 States State PROPN NNPS Number=Plur 3 nmod 3:nmod:in _ 8 in in ADP IN _ 9 case 9:case _ -9 1995 1995 NUM CD NumType=Card 3 nmod 3:nmod:in _ +9 1995 1995 NUM CD NumForm=Digit|NumType=Card 3 nmod 3:nmod:in _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 cop 12:cop _ 11 to to PART TO _ 12 mark 12:mark _ 12 do do VERB VB VerbForm=Inf 0 root 0:root _ @@ -39781,7 +39797,7 @@ 14 for for ADP IN _ 15 case 15:case _ 15 terrorism terrorism NOUN NN Number=Sing 12 obl 12:obl:for SpaceAfter=No 16 , , PUNCT , _ 18 punct 18:punct _ -17 not not ADV RB _ 18 advmod 18:advmod _ +17 not not PART RB _ 18 advmod 18:advmod _ 18 fundraising fundraising NOUN NN Number=Sing 13 conj 12:obj|13:conj _ 19 for for ADP IN _ 21 case 21:case _ 20 charitable charitable ADJ JJ Degree=Pos 21 amod 21:amod _ @@ -39791,7 +39807,7 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0215 # text = He traveled under an alias and was accompanied by a former US Army sergeant named Ali Mohammed. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|8:nsubj:pass _ -2 traveled travel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 traveled travel VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 under under ADP IN _ 5 case 5:case _ 4 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 alias alias NOUN NN Number=Sing 2 obl 2:obl:under _ @@ -39803,8 +39819,8 @@ 11 former former ADJ JJ Degree=Pos 14 amod 14:amod _ 12 US US PROPN NNP Number=Sing 13 compound 13:compound _ 13 Army Army PROPN NNP Number=Sing 14 compound 14:compound _ -14 sergeant sergeant NOUN NN Number=Sing 8 obl 8:obl:by _ -15 named name VERB VBN Tense=Past|VerbForm=Part 14 acl 14:acl _ +14 sergeant sergeant NOUN NN Number=Sing 8 obl:agent 8:obl:agent _ +15 named name VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 acl 14:acl _ 16 Ali Ali PROPN NNP Number=Sing 15 xcomp 15:xcomp _ 17 Mohammed Mohammed PROPN NNP Number=Sing 16 flat 16:flat SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ @@ -39814,40 +39830,40 @@ 1 What what DET WDT PronType=Int 2 det 2:det _ 2 mosques mosque NOUN NNS Number=Plur 6 obj 6:obj _ 3 exactly exactly ADV RB _ 2 advmod 2:advmod _ -4 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +4 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 6 visit visit VERB VB VerbForm=Inf 0 root 0:root _ 7 and and CCONJ CC _ 11 cc 11:cc _ 8 who who PRON WP PronType=Int 11 obj 11:obj _ -9 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 aux 11:aux _ +9 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 aux 11:aux _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 11 meet meet VERB VB VerbForm=Inf 6 conj 6:conj:and SpaceAfter=No 12 ? ? PUNCT . _ 6 punct 6:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0217 # text = Whatever your political persuasion, the FBI and CIA deserve our support. -1 Whatever whatever DET WDT PronType=Int 10 obl:npmod 10:obl:npmod _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +1 Whatever whatever PRON WP PronType=Int 10 advcl 10:advcl _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 3 political political ADJ JJ Degree=Pos 4 amod 4:amod _ -4 persuasion persuasion NOUN NN Number=Sing 1 acl:relcl 1:acl:relcl SpaceAfter=No -5 , , PUNCT , _ 10 punct 10:punct _ +4 persuasion persuasion NOUN NN Number=Sing 1 nsubj 1:nsubj SpaceAfter=No +5 , , PUNCT , _ 1 punct 1:punct _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 FBI FBI PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 CIA CIA PROPN NNP Number=Sing 7 conj 7:conj:and|10:nsubj _ -10 deserve deserve VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -11 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 deserve deserve VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +11 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 support support NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 13 . . PUNCT . _ 10 punct 10:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0218 # text = We are, after all, in this together. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop SpaceAfter=No -3 , , PUNCT , _ 8 punct 8:punct _ -4 after after ADV RB _ 5 case 5:case _ -5 all all ADV RB _ 8 obl 8:obl:after SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 8 cop 8:cop SpaceAfter=No +3 , , PUNCT , _ 2 punct 2:punct _ +4 after after ADP IN _ 5 case 5:case _ +5 all all DET DT PronType=Tot 8 obl 8:obl:after SpaceAfter=No +6 , , PUNCT , _ 5 punct 5:punct _ 7 in in ADP IN _ 8 case 8:case _ 8 this this PRON DT Number=Sing|PronType=Dem 0 root 0:root _ 9 together together ADV RB _ 8 advmod 8:advmod SpaceAfter=No @@ -39855,41 +39871,41 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0219 # text = First, the nature of such an investigation is that we lack sufficient information to second-guess (or even know) what the FBI is doing. -1 First first ADV RB _ 9 advmod 9:advmod SpaceAfter=No -2 , , PUNCT , _ 9 punct 9:punct _ +1 First first ADV RB NumForm=Word|NumType=Ord 12 advmod 12:advmod SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 nature nature NOUN NN Number=Sing 9 nsubj 9:nsubj _ +4 nature nature NOUN NN Number=Sing 12 nsubj:outer 12:nsubj:outer _ 5 of of ADP IN _ 8 case 8:case _ -6 such such DET PDT _ 8 det:predet 8:det:predet _ +6 such such DET PDT PronType=Ind 8 det:predet 8:det:predet _ 7 an a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 investigation investigation NOUN NN Number=Sing 4 nmod 4:nmod:of _ -9 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 10 that that SCONJ IN _ 12 mark 12:mark _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 lack lack VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ +12 lack lack VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 13 sufficient sufficient ADJ JJ Degree=Pos 14 amod 14:amod _ 14 information information NOUN NN Number=Sing 12 obj 12:obj _ 15 to to PART TO _ 18 mark 18:mark _ -16 second second ADV RB _ 18 advmod 18:advmod SpaceAfter=No -17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +16 second second ADV RB NumForm=Word|NumType=Ord 18 advmod 18:advmod SpaceAfter=No +17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No 18 guess guess VERB VB VerbForm=Inf 14 acl 14:acl:to _ -19 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No +19 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No 20 or or CCONJ CC _ 22 cc 22:cc _ 21 even even ADV RB _ 22 advmod 22:advmod _ 22 know know VERB VB VerbForm=Inf 18 conj 14:acl:to|18:conj:or SpaceAfter=No -23 ) ) PUNCT -RRB- _ 18 punct 18:punct _ +23 ) ) PUNCT -RRB- _ 22 punct 22:punct _ 24 what what PRON WP PronType=Int 28 obj 28:obj _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 26 FBI FBI PROPN NNP Number=Sing 28 nsubj 28:nsubj _ 27 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ 28 doing do VERB VBG Tense=Pres|VerbForm=Part 18 ccomp 18:ccomp|22:ccomp SpaceAfter=No -29 . . PUNCT . _ 9 punct 9:punct _ +29 . . PUNCT . _ 12 punct 12:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0220 # text = Media reports are a poor approximation of reality because of the lack of good sources. 1 Media media NOUN NN Number=Sing 2 compound 2:compound _ 2 reports report NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 poor poor ADJ JJ Degree=Pos 6 amod 6:amod _ 6 approximation approximation NOUN NN Number=Sing 0 root 0:root _ @@ -39906,19 +39922,19 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0221 # text = Second, hindsight is 20/20. -1 Second second ADV RB _ 7 advmod 7:advmod SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +1 Second second ADV RB NumForm=Word|NumType=Ord 7 advmod 7:advmod SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ 3 hindsight hindsight NOUN NN Number=Sing 7 nsubj 7:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ -5 20 20 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No -6 / / PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No -7 20 20 NUM CD NumType=Card 0 root 0:root SpaceAfter=No +5 20 20 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No +6 / / PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No +7 20 20 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No 8 . . PUNCT . _ 7 punct 7:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0222 # text = Third, with the "new age" Efrem Zimbalist, Jr. in charge of the investigation, it is not likely we could do better in striking the appropriate balance between due process and national security. -1 Third third ADV RB _ 22 advmod 22:advmod SpaceAfter=No -2 , , PUNCT , _ 22 punct 22:punct _ +1 Third third ADV RB NumForm=Word|NumType=Ord 22 advmod 22:advmod SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ 3 with with SCONJ IN _ 14 mark 14:mark _ 4 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 5 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No @@ -39927,14 +39943,14 @@ 8 " " PUNCT '' _ 7 punct 7:punct _ 9 Efrem Efrem PROPN NNP Number=Sing 14 nsubj 14:nsubj _ 10 Zimbalist Zimbalist PROPN NNP Number=Sing 9 flat 9:flat SpaceAfter=No -11 , , PUNCT , _ 9 punct 9:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 Jr. Jr. PROPN NNP Number=Sing 9 flat 9:flat _ 13 in in ADP IN _ 14 case 14:case _ -14 charge charge NOUN NN Number=Sing 22 advcl 22:advcl:in _ +14 charge charge NOUN NN Number=Sing 22 advcl 22:advcl:with _ 15 of of ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 investigation investigation NOUN NN Number=Sing 14 nmod 14:nmod:of SpaceAfter=No -18 , , PUNCT , _ 22 punct 22:punct _ +18 , , PUNCT , _ 14 punct 14:punct _ 19 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj _ 20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 21 not not PART RB _ 22 advmod 22:advmod _ @@ -39942,7 +39958,7 @@ 23 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 25 nsubj 25:nsubj _ 24 could could AUX MD VerbForm=Fin 25 aux 25:aux _ 25 do do VERB VB VerbForm=Inf 22 ccomp 22:ccomp _ -26 better better ADV RBR Degree=Cmp 25 advmod 25:advmod _ +26 better well ADV RBR Degree=Cmp 25 advmod 25:advmod _ 27 in in SCONJ IN _ 28 mark 28:mark _ 28 striking strike VERB VBG VerbForm=Ger 25 advcl 25:advcl:in _ 29 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ @@ -39959,7 +39975,7 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0223 # text = Finally, the "Hatfill theory" seems to have been exhausted or at least lost public favor. 1 Finally finally ADV RB _ 8 advmod 8:advmod SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 5 Hatfill Hatfill PROPN NNP Number=Sing 8 nsubj 8:nsubj|12:nsubj:xsubj|16:nsubj:xsubj _ @@ -39971,9 +39987,9 @@ 11 been be AUX VBN Tense=Past|VerbForm=Part 12 aux:pass 12:aux:pass _ 12 exhausted exhaust VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 xcomp 8:xcomp _ 13 or or CCONJ CC _ 16 cc 16:cc _ -14 at at ADV RB _ 16 advmod 16:advmod _ -15 least least ADV RBS Degree=Sup 14 fixed 14:fixed _ -16 lost lose VERB VBN Tense=Past|VerbForm=Part 12 conj 8:xcomp|12:conj:or _ +14 at at ADP IN ExtPos=ADV 16 advmod 16:advmod _ +15 least least ADJ JJS Degree=Sup 14 fixed 14:fixed _ +16 lost lose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 conj 8:xcomp|12:conj:or _ 17 public public ADJ JJ Degree=Pos 18 amod 18:amod _ 18 favor favor NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No 19 . . PUNCT . _ 8 punct 8:punct _ @@ -40009,13 +40025,13 @@ 10 and and CCONJ CC _ 12 cc 12:cc _ 11 there there PRON EX _ 12 expl 12:expl _ 12 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ -13 no no DET DT _ 17 det 17:det _ +13 no no DET DT PronType=Neg 17 det 17:det _ 14 reliable reliable ADJ JJ Degree=Pos 17 amod 17:amod _ 15 publicly publicly ADV RB _ 16 advmod 16:advmod _ -16 known know VERB VBN Tense=Past|VerbForm=Part 17 amod 17:amod _ +16 known know VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 amod 17:amod _ 17 evidence evidence NOUN NN Number=Sing 12 nsubj 12:nsubj _ 18 indicating indicate VERB VBG VerbForm=Ger 17 acl 17:acl _ -19 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 guilt guilt NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No 21 . . PUNCT . _ 4 punct 4:punct _ @@ -40029,13 +40045,13 @@ 5 on on ADP IN _ 6 case 6:case _ 6 Hatfill Hatfill PROPN NNP Number=Sing 4 nmod 4:nmod:on _ 7 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No -8 at at ADV RB _ 9 case 9:case _ -9 least least ADV RBS Degree=Sup 10 obl 10:obl:at _ +8 at at ADP IN ExtPos=ADV 11 advmod 11:advmod _ +9 least least ADJ JJS Degree=Sup 8 fixed 8:fixed _ 10 as as SCONJ IN _ 11 mark 11:mark _ -11 rumored rumor VERB VBN Tense=Past|VerbForm=Part 18 advcl 18:advcl:as _ +11 rumored rumor VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 advcl 18:advcl:as _ 12 by by ADP IN _ 14 case 14:case _ -13 some some DET DT _ 14 det 14:det _ -14 reporters reporter NOUN NNS Number=Plur 11 obl 11:obl:by SpaceAfter=No +13 some some DET DT PronType=Ind 14 det 14:det _ +14 reporters reporter NOUN NNS Number=Plur 11 obl:agent 11:obl:agent SpaceAfter=No 15 ) ) PUNCT -RRB- _ 11 punct 11:punct _ 16 may may AUX MD VerbForm=Fin 18 aux 18:aux _ 17 have have AUX VB VerbForm=Inf 18 aux 18:aux _ @@ -40044,11 +40060,11 @@ 20 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 21 warning warning NOUN NN Number=Sing 18 obl 18:obl:from _ 22 by by ADP IN _ 24 case 24:case _ -23 one one NUM CD NumType=Card 24 nummod 24:nummod _ +23 one one NUM CD NumForm=Word|NumType=Card 24 nummod 24:nummod _ 24 Senator senator NOUN NN Number=Sing 21 nmod 21:nmod:by _ 25 that that SCONJ IN _ 27 mark 27:mark _ 26 careers career NOUN NNS Number=Plur 27 nsubj 27:nsubj _ -27 hung hang VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 acl 21:acl:that _ +27 hung hang VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 21 acl 21:acl:that _ 28 in in ADP IN _ 30 case 30:case _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 balance balance NOUN NN Number=Sing 27 obl 27:obl:in SpaceAfter=No @@ -40063,23 +40079,23 @@ 4 of of ADP IN _ 5 case 5:case _ 5 staff staff NOUN NN Number=Sing 3 nmod 3:nmod:of _ 6 apparently apparently ADV RB _ 7 advmod 7:advmod _ -7 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 started start VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 with with ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 strong strong ADJ JJ Degree=Pos 11 amod 11:amod _ 11 predisposition predisposition NOUN NN Number=Sing 7 obl 7:obl:with _ 12 that that SCONJ IN _ 18 mark 18:mark _ -13 some some DET DT _ 16 det 16:det _ +13 some some DET DT PronType=Ind 16 det 16:det _ 14 right right ADJ JJ Degree=Pos 16 nmod:npmod 16:nmod:npmod SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 winger winger NOUN NN Number=Sing 18 nsubj 18:nsubj _ 17 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 cop 18:cop _ 18 involved involved ADJ JJ Degree=Pos 11 acl 11:acl:that _ 19 because because SCONJ IN _ 25 mark 25:mark _ -20 two two NUM CD NumType=Card 22 nummod 22:nummod _ +20 two two NUM CD NumForm=Word|NumType=Card 22 nummod 22:nummod _ 21 liberal liberal ADJ JJ Degree=Pos 22 amod 22:amod _ -22 democrats democrat NOUN NNS Number=Plur 25 nsubj:pass 25:nsubj:pass _ -23 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 aux 25:aux _ +22 democrats Democrat PROPN NNPS Number=Plur 25 nsubj:pass 25:nsubj:pass _ +23 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 25 aux 25:aux _ 24 been be AUX VBN Tense=Past|VerbForm=Part 25 aux:pass 25:aux:pass _ 25 targeted target VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 advcl 7:advcl:because SpaceAfter=No 26 . . PUNCT . _ 7 punct 7:punct _ @@ -40089,22 +40105,22 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 Hatfill Hatfill PROPN NNP Number=Sing 23 nsubj 23:nsubj _ 3 theory theory NOUN NN Number=Sing 2 flat 2:flat _ -4 -- -- PUNCT , _ 2 punct 2:punct _ +4 -- -- PUNCT , _ 6 punct 6:punct _ 5 to to PART TO _ 6 mark 6:mark _ 6 include include VERB VB VerbForm=Inf 2 acl 2:acl:to _ 7 ongoing ongoing ADJ JJ Degree=Pos 8 amod 8:amod _ 8 interviews interview NOUN NNS Number=Plur 6 obj 6:obj _ 9 and and CCONJ CC _ 14 cc 14:cc _ 10 ongoing ongoing ADJ JJ Degree=Pos 14 amod 14:amod _ -11 7 7 NUM CD NumType=Card 13 nummod 13:nummod SpaceAfter=No -12 / / PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No -13 24 24 NUM CD NumType=Card 14 compound 14:compound _ +11 7 7 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod SpaceAfter=No +12 / / PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +13 24 24 NUM CD NumForm=Digit|NumType=Card 14 compound 14:compound _ 14 surveillance surveillance NOUN NN Number=Sing 8 conj 6:obj|8:conj:and _ 15 by by ADP IN _ 18 case 18:case _ -16 8 8 NUM CD NumType=Card 18 nummod 18:nummod _ +16 8 8 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ 17 surveillance surveillance NOUN NN Number=Sing 18 compound 18:compound _ 18 specialists specialist NOUN NNS Number=Plur 14 nmod 14:nmod:by _ -19 -- -- PUNCT , _ 23 punct 23:punct _ +19 -- -- PUNCT , _ 2 punct 2:punct _ 20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ 21 now now ADV RB _ 23 advmod 23:advmod _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ @@ -40112,7 +40128,7 @@ 24 of of ADP IN _ 30 case 30:case _ 25 pending pending ADJ JJ Degree=Pos 30 amod 30:amod _ 26 civil civil ADJ JJ Degree=Pos 27 amod 27:amod _ -27 rights rights NOUN NNS Number=Plur 30 compound 30:compound _ +27 rights right NOUN NNS Number=Plur 30 compound 30:compound _ 28 and and CCONJ CC _ 29 cc 29:cc _ 29 libel libel NOUN NN Number=Sing 27 conj 27:conj:and|30:compound _ 30 claims claim NOUN NNS Number=Plur 23 nmod 23:nmod:of _ @@ -40127,7 +40143,7 @@ 2 suit suit NOUN NN Number=Sing 13 nsubj:pass 13:nsubj:pass _ 3 against against ADP IN _ 7 case 7:case _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -5 New New PROPN NNP Number=Sing 6 compound 6:compound _ +5 New New ADJ NNP Degree=Pos 6 amod 6:amod _ 6 York York PROPN NNP Number=Sing 7 compound 7:compound _ 7 Times Times PROPN NNP Number=Sing 2 nmod 2:nmod:against _ 8 and and CCONJ CC _ 10 cc 10:cc _ @@ -40139,60 +40155,60 @@ 14 in in ADP IN _ 16 case 16:case _ 15 late late ADJ JJ Degree=Pos 16 amod 16:amod _ 16 November November PROPN NNP Number=Sing 13 obl 13:obl:in _ -17 2004 2004 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No +17 2004 2004 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No 18 . . PUNCT . _ 13 punct 13:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0230 # text = The judge had agreed to delay the civil rights matter from proceeding until at least October 2004. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 judge judge NOUN NN Number=Sing 4 nsubj 4:nsubj|6:nsubj:xsubj _ -3 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +3 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 4 agreed agree VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 delay delay VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 8 civil civil ADJ JJ Degree=Pos 9 amod 9:amod _ -9 rights rights NOUN NNS Number=Plur 10 compound 10:compound _ +9 rights right NOUN NNS Number=Plur 10 compound 10:compound _ 10 matter matter NOUN NN Number=Sing 6 obj 6:obj _ 11 from from ADP IN _ 12 case 12:case _ 12 proceeding proceeding NOUN NN Number=Sing 6 obl 6:obl:from _ 13 until until ADP IN _ 16 case 16:case _ -14 at at ADV RB _ 15 case 15:case _ -15 least least ADV RBS Degree=Sup 16 nmod 16:nmod:at _ +14 at at ADP IN _ 15 case 15:case _ +15 least least ADJ JJS Degree=Sup 16 nmod 16:nmod:at _ 16 October October PROPN NNP Number=Sing 6 obl 6:obl:until _ -17 2004 2004 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No +17 2004 2004 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No 18 . . PUNCT . _ 4 punct 4:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0231 # text = The judge, frustrated by the apparent lack of progress, encouraged that the parties reach a negotiated compromise that would permit some limited discovery to proceed (and the judge has directed that the government to file an Answer to the Complaint). 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 judge judge NOUN NN Number=Sing 12 nsubj 12:nsubj SpaceAfter=No -3 , , PUNCT , _ 12 punct 12:punct _ -4 frustrated frustrate VERB VBN Tense=Past|VerbForm=Part 12 advcl 12:advcl _ +3 , , PUNCT , _ 2 punct 2:punct _ +4 frustrated frustrate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 advcl 12:advcl _ 5 by by ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 apparent apparent ADJ JJ Degree=Pos 8 amod 8:amod _ -8 lack lack NOUN NN Number=Sing 4 obl 4:obl:by _ +8 lack lack NOUN NN Number=Sing 4 obl:agent 4:obl:agent _ 9 of of ADP IN _ 10 case 10:case _ 10 progress progress NOUN NN Number=Sing 8 nmod 8:nmod:of SpaceAfter=No -11 , , PUNCT , _ 12 punct 12:punct _ -12 encouraged encourage VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +11 , , PUNCT , _ 4 punct 4:punct _ +12 encouraged encourage VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 13 that that SCONJ IN _ 16 mark 16:mark _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 parties party NOUN NNS Number=Plur 16 nsubj 16:nsubj _ 16 reach reach VERB VB VerbForm=Inf 12 ccomp 12:ccomp _ 17 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ -18 negotiated negotiate VERB VBN Tense=Past|VerbForm=Part 19 amod 19:amod _ +18 negotiated negotiate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 amod 19:amod _ 19 compromise compromise NOUN NN Number=Sing 16 obj 16:obj|22:nsubj _ 20 that that PRON WDT PronType=Rel 22 nsubj 19:ref _ 21 would would AUX MD VerbForm=Fin 22 aux 22:aux _ 22 permit permit VERB VB VerbForm=Inf 19 acl:relcl 19:acl:relcl _ -23 some some DET DT _ 25 det 25:det _ +23 some some DET DT PronType=Ind 25 det 25:det _ 24 limited limited ADJ JJ Degree=Pos 25 amod 25:amod _ 25 discovery discovery NOUN NN Number=Sing 22 obj 22:obj|27:nsubj:xsubj _ 26 to to PART TO _ 27 mark 27:mark _ 27 proceed proceed VERB VB VerbForm=Inf 22 xcomp 22:xcomp _ -28 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No +28 ( ( PUNCT -LRB- _ 33 punct 33:punct SpaceAfter=No 29 and and CCONJ CC _ 33 cc 33:cc _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 31 judge judge NOUN NN Number=Sing 33 nsubj 33:nsubj _ @@ -40208,7 +40224,7 @@ 41 to to ADP IN _ 43 case 43:case _ 42 the the DET DT Definite=Def|PronType=Art 43 det 43:det _ 43 Complaint complaint NOUN NN Number=Sing 40 nmod 40:nmod:to SpaceAfter=No -44 ) ) PUNCT -RRB- _ 12 punct 12:punct SpaceAfter=No +44 ) ) PUNCT -RRB- _ 33 punct 33:punct SpaceAfter=No 45 . . PUNCT . _ 12 punct 12:punct _ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0232 @@ -40218,7 +40234,7 @@ 3 Theory theory NOUN NN Number=Sing 8 nsubj:pass 8:nsubj:pass _ 4 ironically ironically ADV RB _ 8 advmod 8:advmod _ 5 might might AUX MD VerbForm=Fin 8 aux 8:aux _ -6 best best ADV RBS Degree=Sup 8 advmod 8:advmod _ +6 best well ADV RBS Degree=Sup 8 advmod 8:advmod _ 7 be be AUX VB VerbForm=Inf 8 aux:pass 8:aux:pass _ 8 understood understand VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 9 as as ADP IN _ 13 case 13:case _ @@ -40226,11 +40242,11 @@ 11 Al Al PROPN NNP Number=Sing 12 compound 12:compound _ 12 Qaeda Qaeda PROPN NNP Number=Sing 13 compound 13:compound _ 13 theory theory NOUN NN Number=Sing 8 obl 8:obl:as SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ +14 , , PUNCT , _ 19 punct 19:punct _ 15 with with ADP IN _ 19 case 19:case _ 16 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 17 coincidental coincidental ADJ JJ Degree=Pos 19 amod 19:amod _ -18 Malaysian malaysian ADJ JJ Degree=Pos 19 amod 19:amod _ +18 Malaysian Malaysian ADJ JJ Degree=Pos 19 amod 19:amod _ 19 connection connection NOUN NN Number=Sing 13 nmod 13:nmod:with _ 20 adding add VERB VBG VerbForm=Ger 19 acl 19:acl _ 21 to to ADP IN _ 24 case 24:case _ @@ -40241,16 +40257,16 @@ # sent_id = weblog-blogspot.com_dakbangla_20050311135387_ENG_20050311_135387-0233 # text = Given the regrettable leaks that he was under suspicion, it is only fair that the FBI leak with equal enthusiasm the fact that Dr. Hatfill has now been dropped as a suspect if and when that proves to be the case. -1 Given give VERB VBN Tense=Past|VerbForm=Part 4 case 4:case _ +1 Given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 case 4:case _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 regrettable regrettable ADJ JJ Degree=Pos 4 amod 4:amod _ -4 leaks leak NOUN NNS Number=Plur 14 obl 14:obl:give _ +4 leaks leak NOUN NNS Number=Plur 14 obl 14:obl:given _ 5 that that SCONJ IN _ 9 mark 9:mark _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 8 under under ADP IN _ 9 case 9:case _ 9 suspicion suspicion NOUN NN Number=Sing 4 acl 4:acl:under SpaceAfter=No -10 , , PUNCT , _ 14 punct 14:punct _ +10 , , PUNCT , _ 4 punct 4:punct _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 expl 14:expl _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 13 only only ADV RB _ 14 advmod 14:advmod _ @@ -40276,7 +40292,7 @@ 33 suspect suspect NOUN NN Number=Sing 30 obl 30:obl:as _ 34 if if SCONJ IN _ 38 mark 38:mark _ 35 and and CCONJ CC _ 36 cc 36:cc _ -36 when when ADV WRB PronType=Int 34 conj 34:conj:and|38:mark _ +36 when when ADV WRB PronType=Int 34 conj 34:conj:and|38:advmod _ 37 that that PRON DT Number=Sing|PronType=Dem 38 nsubj 38:nsubj|42:nsubj:xsubj _ 38 proves prove VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:when _ 39 to to PART TO _ 42 mark 42:mark _ @@ -40315,7 +40331,7 @@ # text = Senior officials have been quoted in the press as saying that the searches were for the purpose of excluding him as much as including him. 1 Senior senior ADJ JJ Degree=Pos 2 amod 2:amod _ 2 officials official NOUN NNS Number=Plur 5 nsubj:pass 5:nsubj:pass _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 been be AUX VBN Tense=Past|VerbForm=Part 5 aux:pass 5:aux:pass _ 5 quoted quote VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 in in ADP IN _ 8 case 8:case _ @@ -40326,7 +40342,7 @@ 11 that that SCONJ IN _ 14 mark 14:mark _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 searches search NOUN NNS Number=Plur 14 nsubj 14:nsubj _ -14 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 ccomp 10:ccomp _ +14 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 10 ccomp 10:ccomp _ 15 for for ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 purpose purpose NOUN NN Number=Sing 14 obl 14:obl:for _ @@ -40360,7 +40376,7 @@ 8 list list NOUN NN Number=Sing 5 obl 5:obl:over _ 9 of of ADP IN _ 10 case 10:case _ 10 curves curve NOUN NNS Number=Plur 8 nmod 8:nmod:of _ -11 needed need VERB VBN Tense=Past|VerbForm=Part 10 acl 10:acl _ +11 needed need VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 acl 10:acl _ 12 for for ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 14 global global ADJ JJ Degree=Pos 15 amod 15:amod _ @@ -40370,12 +40386,12 @@ 18 Board board NOUN NN Number=Sing 19 compound 19:compound _ 19 meeting meeting NOUN NN Number=Sing 5 parataxis 5:parataxis SpaceAfter=No 20 ) ) PUNCT -RRB- _ 19 punct 19:punct _ -21 one one NUM CD NumType=Card 23 nummod 23:nummod _ +21 one one NUM CD NumForm=Word|NumType=Card 23 nummod 23:nummod _ 22 more more ADJ JJR Degree=Cmp 23 amod 23:amod _ -23 time time NOUN NN Number=Sing 5 advmod 5:advmod _ +23 time time NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ 24 before before SCONJ IN _ 26 mark 26:mark _ 25 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 26 nsubj 26:nsubj _ -26 forward forward VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:before _ +26 forward forward VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:before _ 27 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 26 obj 26:obj _ 28 to to ADP IN _ 29 case 29:case _ 29 you you PRON PRP Case=Acc|Person=2|PronType=Prs 26 obl 26:obl:to SpaceAfter=No @@ -40389,30 +40405,30 @@ 4 sure sure ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ 5 that that SCONJ IN _ 9 mark 9:mark _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -7 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +7 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 not not PART RB _ 9 advmod 9:advmod _ -9 request request VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +9 request request VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ 10 FX fx NOUN NN Number=Sing 20 compound 20:compound _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 inflation inflation NOUN NN Number=Sing 10 conj 10:conj:and|20:compound _ -13 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No +13 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No 14 CPI cpi NOUN NN Number=Sing 12 appos 12:appos SpaceAfter=No 15 , , PUNCT , _ 16 punct 16:punct SpaceAfter=No 16 PPI ppi NOUN NN Number=Sing 14 conj 12:appos|14:conj SpaceAfter=No -17 , , PUNCT , _ 16 punct 16:punct _ -18 etc. etc. X FW _ 14 conj 12:appos|14:conj SpaceAfter=No -19 ) ) PUNCT -RRB- _ 16 punct 16:punct _ +17 , , PUNCT , _ 18 punct 18:punct _ +18 etc. etc. NOUN FW Abbr=Yes|Number=Plur 14 conj 12:appos|14:conj SpaceAfter=No +19 ) ) PUNCT -RRB- _ 14 punct 14:punct _ 20 curves curve NOUN NNS Number=Plur 9 obj 9:obj _ -21 when when SCONJ WRB PronType=Int 30 mark 30:mark _ +21 when when ADV WRB PronType=Int 30 advmod 30:advmod _ 22 only only ADV RB _ 23 advmod 23:advmod _ -23 one one NUM CD NumType=Card 30 nsubj:pass 30:nsubj:pass _ +23 one one NUM CD NumForm=Word|NumType=Card 30 nsubj:pass 30:nsubj:pass _ 24 of of ADP IN _ 26 case 26:case _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 26 curves curve NOUN NNS Number=Plur 23 nmod 23:nmod:of _ 27 will will AUX MD VerbForm=Fin 30 aux 30:aux _ 28 actually actually ADV RB _ 30 advmod 30:advmod _ 29 be be AUX VB VerbForm=Inf 30 aux:pass 30:aux:pass _ -30 used use VERB VBN Tense=Past|VerbForm=Part 9 advcl 9:advcl:when _ +30 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 advcl 9:advcl:when _ 31 in in ADP IN _ 34 case 34:case _ 32 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ 33 valuation valuation NOUN NN Number=Sing 34 compound 34:compound _ @@ -40420,19 +40436,19 @@ 35 and and CCONJ CC _ 37 cc 37:cc _ 36 to to PART TO _ 37 mark 37:mark _ 37 determine determine VERB VB VerbForm=Inf 34 conj 30:obl:in|34:conj:and _ -38 which which DET WDT PronType=Int 40 det 40:det _ +38 which which DET WDT PronType=Int 40 det 40:det ManuallyChecked=PronType 39 inflation inflation NOUN NN Number=Sing 40 compound 40:compound _ 40 index index NOUN NN Number=Sing 42 nsubj:pass 42:nsubj:pass _ 41 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 42 aux:pass 42:aux:pass _ -42 needed need VERB VBN Tense=Past|VerbForm=Part 37 ccomp 37:ccomp SpaceAfter=No +42 needed need VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 37 ccomp 37:ccomp SpaceAfter=No 43 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent19_01-0004 # text = Typically, we receive both FX and inflation from you, but both curves may not always be used. 1 Typically typically ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 receive receive VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 receive receive VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 both both CCONJ CC _ 6 cc:preconj 6:cc:preconj _ 6 FX fx NOUN NN Number=Sing 4 obj 4:obj _ 7 and and CCONJ CC _ 8 cc 8:cc _ @@ -40441,7 +40457,7 @@ 10 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 obl 4:obl:from SpaceAfter=No 11 , , PUNCT , _ 19 punct 19:punct _ 12 but but CCONJ CC _ 19 cc 19:cc _ -13 both both DET DT _ 14 det 14:det _ +13 both both DET DT PronType=Tot 14 det 14:det _ 14 curves curve NOUN NNS Number=Plur 19 nsubj:pass 19:nsubj:pass _ 15 may may AUX MD VerbForm=Fin 19 aux 19:aux _ 16 not not PART RB _ 19 advmod 19:advmod _ @@ -40453,18 +40469,18 @@ # sent_id = email-enronsent19_01-0005 # text = I hope that we can give you some time savings by eliminating any nonessential requests. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 6 mark 6:mark _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 5 can can AUX MD VerbForm=Fin 6 aux 6:aux _ 6 give give VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ 7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 6 iobj 6:iobj _ -8 some some DET DT _ 10 det 10:det _ +8 some some DET DT PronType=Ind 10 det 10:det _ 9 time time NOUN NN Number=Sing 10 compound 10:compound _ 10 savings savings NOUN NNS Number=Plur 6 obj 6:obj _ 11 by by SCONJ IN _ 12 mark 12:mark _ 12 eliminating eliminate VERB VBG VerbForm=Ger 6 advcl 6:advcl:by _ -13 any any DET DT _ 15 det 15:det _ +13 any any DET DT PronType=Ind 15 det 15:det _ 14 nonessential nonessential ADJ JJ Degree=Pos 15 amod 15:amod _ 15 requests request NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ @@ -40474,7 +40490,7 @@ # text = For now, this is the list of countries for which we will probably need the FX and/or inflation curves. 1 For for ADP IN _ 2 case 2:case _ 2 now now ADV RB _ 7 obl 7:obl:for SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 this this PRON DT Number=Sing|PronType=Dem 7 nsubj 7:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -40489,9 +40505,9 @@ 15 need need VERB VB VerbForm=Inf 9 acl:relcl 9:acl:relcl _ 16 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 17 FX fx NOUN NN Number=Sing 22 compound 22:compound _ -18 and and CCONJ CC _ 20 cc 20:cc SpaceAfter=No -19 / / PUNCT , _ 20 punct 20:punct SpaceAfter=No -20 or or CCONJ CC _ 21 cc 21:cc _ +18 and and CCONJ CC _ 21 cc 21:cc SpaceAfter=No +19 / / SYM SYM _ 20 cc 20:cc SpaceAfter=No +20 or or CCONJ CC _ 18 conj 18:conj:slash|21:cc _ 21 inflation inflation NOUN NN Number=Sing 17 conj 17:conj:and_or|22:compound _ 22 curves curve NOUN NNS Number=Plur 15 obj 15:obj SpaceAfter=No 23 . . PUNCT . _ 7 punct 7:punct _ @@ -40505,7 +40521,7 @@ 5 specifics specifics NOUN NNS Number=Plur 3 obj 3:obj _ 6 per per ADP IN _ 7 case 7:case _ 7 Andre Andre PROPN NNP Number=Sing 3 obl 3:obl:per _ -8 later later ADV RB _ 3 advmod 3:advmod _ +8 later late ADV RBR Degree=Cmp 3 advmod 3:advmod _ 9 today today NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ @@ -40546,11 +40562,11 @@ 4 only only ADV RB _ 3 advmod 3:advmod _ 5 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +7 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 8 historical historical ADJ JJ Degree=Pos 10 amod 10:amod _ 9 inflation inflation NOUN NN Number=Sing 10 compound 10:compound _ 10 data data NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No -11 , , PUNCT , _ 7 punct 7:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 as as ADV RB _ 7 advmod 7:advmod _ 13 well well ADV RB Degree=Pos 12 fixed 12:fixed SpaceAfter=No 14 ) ) PUNCT -RRB- _ 7 punct 7:punct _ @@ -40563,7 +40579,7 @@ # text = Brazil we have current data already 1 Brazil Brazil PROPN NNP Number=Sing 0 root 0:root _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ +3 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ 4 current current ADJ JJ Degree=Pos 5 amod 5:amod _ 5 data data NOUN NN Number=Sing 3 obj 3:obj _ 6 already already ADV RB _ 3 advmod 3:advmod _ @@ -40572,7 +40588,7 @@ # text = China we have current data already 1 China China PROPN NNP Number=Sing 0 root 0:root _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ +3 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ 4 current current ADJ JJ Degree=Pos 5 amod 5:amod _ 5 data data NOUN NN Number=Sing 3 obj 3:obj _ 6 already already ADV RB _ 3 advmod 3:advmod _ @@ -40596,7 +40612,7 @@ 9 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 10 London London PROPN NNP Number=Sing 14 compound 14:compound _ 11 Underwriting underwriting NOUN NN Number=Sing 13 compound 13:compound SpaceAfter=No -12 / / PUNCT , _ 13 punct 13:punct SpaceAfter=No +12 / / PUNCT , _ 11 punct 11:punct SpaceAfter=No 13 IV iv NOUN NN Number=Sing 14 compound 14:compound _ 14 group group NOUN NN Number=Sing 7 nmod 7:nmod:for _ 15 but but CCONJ CC _ 17 cc 17:cc _ @@ -40608,7 +40624,7 @@ 21 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 17 obl 17:obl:from _ 22 if if SCONJ IN _ 26 mark 26:mark _ 23 you you PRON PRP Case=Nom|Person=2|PronType=Prs 26 nsubj 26:nsubj _ -24 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ +24 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ 25 not not PART RB _ 26 advmod 26:advmod _ 26 done do VERB VBN Tense=Past|VerbForm=Part 17 advcl 17:advcl:if _ 27 so so ADV RB _ 26 advmod 26:advmod _ @@ -40651,7 +40667,7 @@ 12 need need VERB VB VerbForm=Inf 8 acl:relcl 8:acl:relcl _ 13 to to PART TO _ 14 mark 14:mark _ 14 revalue revalue VERB VB VerbForm=Inf 12 advcl 12:advcl:to _ -15 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 16 international international ADJ JJ Degree=Pos 17 amod 17:amod _ 17 assets asset NOUN NNS Number=Plur 14 obj 14:obj _ 18 for for ADP IN _ 22 case 22:case _ @@ -40681,7 +40697,7 @@ # newpar id = email-enronsent19_01-p0011 # text = I have to decline the invitation with regrets. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 decline decline VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -40693,7 +40709,7 @@ # sent_id = email-enronsent19_01-0029 # text = I have too many commitments right now. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 too too ADV RB _ 4 advmod 4:advmod _ 4 many many ADJ JJ Degree=Pos 5 amod 5:amod _ 5 commitments commitment NOUN NNS Number=Plur 2 obj 2:obj _ @@ -40728,7 +40744,7 @@ 10 email email NOUN NN Number=Sing 6 obl 6:obl:on|13:obj _ 11 that that PRON WDT PronType=Rel 13 obj 10:ref _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +13 sent send VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ 14 you you PRON PRP Case=Acc|Person=2|PronType=Prs 13 iobj 13:iobj _ 15 recently recently ADV RB _ 13 advmod 13:advmod _ 16 inviting invite VERB VBG VerbForm=Ger 10 acl:relcl 10:acl:relcl _ @@ -40736,14 +40752,14 @@ 18 to to PART TO _ 19 mark 19:mark _ 19 speak speak VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 20 at at ADP IN _ 23 case 23:case _ -21 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +21 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 22 forthcoming forthcoming ADJ JJ Degree=Pos 23 amod 23:amod _ 23 congress congress NOUN NN Number=Sing 19 obl 19:obl:at|31:nsubj SpaceAfter=No -24 , , PUNCT , _ 23 punct 23:punct _ +24 , , PUNCT , _ 27 punct 27:punct _ 25 Risk Risk PROPN NNP Number=Sing 27 compound 27:compound _ -26 2001 2001 NUM CD NumType=Card 25 nummod 25:nummod _ +26 2001 2001 NUM CD NumForm=Digit|NumType=Card 25 nummod 25:nummod _ 27 Australia Australia PROPN NNP Number=Sing 23 appos 23:appos SpaceAfter=No -28 , , PUNCT , _ 23 punct 23:punct _ +28 , , PUNCT , _ 31 punct 31:punct _ 29 which which PRON WDT PronType=Rel 31 nsubj 23:ref _ 30 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ 31 taking take VERB VBG Tense=Pres|VerbForm=Part 23 acl:relcl 23:acl:relcl _ @@ -40751,16 +40767,16 @@ 33 in in ADP IN _ 34 case 34:case _ 34 Sydney Sydney PROPN NNP Number=Sing 31 obl 31:obl:in _ 35 on on ADP IN _ 39 case 39:case _ -36 20 20 NUM CD NumType=Card 39 nummod 39:nummod _ +36 20 20 NUM CD NumForm=Digit|NumType=Card 39 nummod 39:nummod _ 37 & & CCONJ CC _ 38 cc 38:cc _ -38 21 21 NUM CD NumType=Card 36 conj 36:conj|39:nummod _ +38 21 21 NUM CD NumForm=Digit|NumType=Card 36 conj 36:conj|39:nummod _ 39 August August PROPN NNP Number=Sing 31 obl 31:obl:on _ -40 2001 2001 NUM CD NumType=Card 39 nummod 39:nummod SpaceAfter=No +40 2001 2001 NUM CD NumForm=Digit|NumType=Card 39 nummod 39:nummod SpaceAfter=No 41 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent19_01-0033 # text = Have you had an opportunity to consider the invitation yet? -1 Have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ @@ -40775,13 +40791,13 @@ # sent_id = email-enronsent19_01-0034 # text = We are aiming to have the programme printed next week, so I would really need to know as soon as possible if you would be available to speak at this year's congress. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 aiming aim VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 have have VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -7 programme programme NOUN NN Number=Sing 8 nsubj 8:nsubj _ -8 printed print VERB VBN Tense=Past|VerbForm=Part 5 ccomp 5:ccomp _ +7 programme programme NOUN NN Number=Sing 5 obj 5:obj|8:nsubj:xsubj _ +8 printed print VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 xcomp 5:xcomp _ 9 next next ADJ JJ Degree=Pos 10 amod 10:amod _ 10 week week NOUN NN Number=Sing 8 obl:tmod 8:obl:tmod SpaceAfter=No 11 , , PUNCT , _ 16 punct 16:punct _ @@ -40789,18 +40805,18 @@ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj|18:nsubj:xsubj _ 14 would would AUX MD VerbForm=Fin 16 aux 16:aux _ 15 really really ADV RB _ 16 advmod 16:advmod _ -16 need need VERB VB VerbForm=Inf 3 conj 3:conj _ +16 need need VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ 17 to to PART TO _ 18 mark 18:mark _ 18 know know VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 19 as as ADV RB _ 20 advmod 20:advmod _ 20 soon soon ADV RB Degree=Pos 18 advmod 18:advmod _ 21 as as SCONJ IN _ 22 mark 22:mark _ -22 possible possible ADJ JJ Degree=Pos 19 advcl 19:advcl:as _ +22 possible possible ADJ JJ Degree=Pos 20 advcl 20:advcl:as _ 23 if if SCONJ IN _ 27 mark 27:mark _ 24 you you PRON PRP Case=Nom|Person=2|PronType=Prs 27 nsubj 27:nsubj _ 25 would would AUX MD VerbForm=Fin 27 aux 27:aux _ 26 be be AUX VB VerbForm=Inf 27 cop 27:cop _ -27 available available ADJ JJ Degree=Pos 18 advcl 18:advcl:if _ +27 available available ADJ JJ Degree=Pos 18 ccomp 18:ccomp _ 28 to to PART TO _ 29 mark 29:mark _ 29 speak speak VERB VB VerbForm=Inf 27 advcl 27:advcl:to _ 30 at at ADP IN _ 34 case 34:case _ @@ -40817,7 +40833,7 @@ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 working work VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 from from ADP IN _ 8 case 8:case _ -5 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +5 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 6 Hong Hong PROPN NNP Number=Sing 7 compound 7:compound _ 7 Kong Kong PROPN NNP Number=Sing 8 compound 8:compound _ 8 office office NOUN NN Number=Sing 3 obl 3:obl:from _ @@ -40827,10 +40843,10 @@ 12 only only ADV RB _ 11 advmod 11:advmod _ 13 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No 14 Tel tel NOUN NN Number=Sing 3 parataxis 3:parataxis SpaceAfter=No -15 : : PUNCT : _ 14 punct 14:punct _ -16 +852 +852 NUM CD NumType=Card 18 nummod 18:nummod _ -17 2545 2545 NUM CD NumType=Card 18 nummod 18:nummod _ -18 2710 2710 NUM CD NumType=Card 14 appos 14:appos SpaceAfter=No +15 : : PUNCT : _ 18 punct 18:punct _ +16 +852 +852 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ +17 2545 2545 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ +18 2710 2710 NUM CD NumForm=Digit|NumType=Card 14 appos 14:appos SpaceAfter=No 19 ) ) PUNCT -RRB- _ 14 punct 14:punct SpaceAfter=No 20 , , PUNCT , _ 25 punct 25:punct _ 21 and and CCONJ CC _ 25 cc 25:cc _ @@ -40839,11 +40855,11 @@ 24 be be AUX VB VerbForm=Inf 25 aux:pass 25:aux:pass _ 25 contacted contact VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 conj 3:conj:and _ 26 by by ADP IN _ 27 case 27:case _ -27 phone phone NOUN NN Number=Sing 25 obl 25:obl:by _ +27 phone phone NOUN NN Number=Sing 25 obl:agent 25:obl:agent _ 28 there there ADV RB PronType=Dem 27 advmod 27:advmod _ 29 or or CCONJ CC _ 31 cc 31:cc _ 30 by by ADP IN _ 31 case 31:case _ -31 email email NOUN NN Number=Sing 27 conj 25:obl:by|27:conj:or SpaceAfter=No +31 email email NOUN NN Number=Sing 27 conj 25:obl:agent|27:conj:or SpaceAfter=No 32 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent19_01-0036 @@ -40867,14 +40883,14 @@ 5 Risk Risk PROPN NNP Number=Sing 6 compound 6:compound _ 6 Waters Waters PROPN NNP Number=Sing 7 compound 7:compound _ 7 Group Group PROPN NNP Number=Sing 1 list 1:list _ -8 +44 +44 NUM CD NumType=Card 11 nummod 11:nummod _ -9 20 20 NUM CD NumType=Card 11 nummod 11:nummod _ -10 7484 7484 NUM CD NumType=Card 11 nummod 11:nummod _ -11 9866 9866 NUM CD NumType=Card 1 list 1:list _ -12 +44 +44 NUM CD NumType=Card 15 nummod 15:nummod _ -13 20 20 NUM CD NumType=Card 15 nummod 15:nummod _ -14 7484 7484 NUM CD NumType=Card 15 nummod 15:nummod _ -15 9800 9800 NUM CD NumType=Card 1 list 1:list _ +8 +44 +44 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ +9 20 20 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ +10 7484 7484 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ +11 9866 9866 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ +12 +44 +44 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ +13 20 20 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ +14 7484 7484 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ +15 9800 9800 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 16 www.risk-conferences.com/risk2001aus www.risk-conferences.com/risk2001aus X ADD _ 1 list 1:list _ # sent_id = email-enronsent19_01-0039 @@ -40882,7 +40898,7 @@ 1 Beth Beth PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 made make VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 reservations reservation NOUN NNS Number=Plur 3 obj 3:obj _ 6 for for ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -40891,7 +40907,7 @@ 10 Friday Friday PROPN NNP Number=Sing 11 compound 11:compound _ 11 night night NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 12 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No -13 5/18 5/18 NUM CD NumType=Card 11 appos 11:appos SpaceAfter=No +13 5/18 5/18 NUM CD NumForm=Digit|NumType=Card 11 appos 11:appos SpaceAfter=No 14 ) ) PUNCT -RRB- _ 13 punct 13:punct _ 15 at at ADP IN _ 19 case 19:case _ 16-17 Sullivan's _ _ _ _ _ _ _ _ @@ -40900,16 +40916,16 @@ 18 Steak Steak PROPN NNP Number=Sing 19 compound 19:compound _ 19 House House PROPN NNP Number=Sing 3 obl 3:obl:at _ 20 for for ADP IN _ 21 case 21:case _ -21 6:30 6:30 NUM CD NumType=Card 3 obl 3:obl:for SpaceAfter=No +21 6:30 6:30 NUM CD NumForm=Digit|NumType=Card 3 obl 3:obl:for SpaceAfter=No 22 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent19_01-0040 # text = See you all there - this is ling overdue 1 See see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ -3 all all DET DT _ 2 det 2:det _ +3 all all DET DT PronType=Tot 2 det 2:det _ 4 there there ADV RB PronType=Dem 1 advmod 1:advmod _ -5 - - PUNCT , _ 1 punct 1:punct _ +5 - - PUNCT , _ 9 punct 9:punct _ 6 this this PRON DT Number=Sing|PronType=Dem 9 nsubj 9:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 ling ling ADV RB _ 9 advmod 9:advmod _ @@ -40954,7 +40970,7 @@ 1 Beth Beth PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 made make VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 reservations reservation NOUN NNS Number=Plur 3 obj 3:obj _ 6 for for ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -40963,7 +40979,7 @@ 10 Friday Friday PROPN NNP Number=Sing 11 compound 11:compound _ 11 night night NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 12 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No -13 5/18 5/18 NUM CD NumType=Card 11 appos 11:appos SpaceAfter=No +13 5/18 5/18 NUM CD NumForm=Digit|NumType=Card 11 appos 11:appos SpaceAfter=No 14 ) ) PUNCT -RRB- _ 13 punct 13:punct _ 15 at at ADP IN _ 19 case 19:case _ 16-17 Sullivan's _ _ _ _ _ _ _ _ @@ -40972,16 +40988,16 @@ 18 Steak Steak PROPN NNP Number=Sing 19 compound 19:compound _ 19 House House PROPN NNP Number=Sing 3 obl 3:obl:at _ 20 for for ADP IN _ 21 case 21:case _ -21 6:30 6:30 NUM CD NumType=Card 3 obl 3:obl:for SpaceAfter=No +21 6:30 6:30 NUM CD NumForm=Digit|NumType=Card 3 obl 3:obl:for SpaceAfter=No 22 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent19_01-0047 # text = See you all there - this is ling overdue 1 See see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ -3 all all DET DT _ 2 det 2:det _ +3 all all DET DT PronType=Tot 2 det 2:det _ 4 there there ADV RB PronType=Dem 1 advmod 1:advmod _ -5 - - PUNCT , _ 1 punct 1:punct _ +5 - - PUNCT , _ 9 punct 9:punct _ 6 this this PRON DT Number=Sing|PronType=Dem 9 nsubj 9:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 ling ling ADV RB _ 9 advmod 9:advmod _ @@ -41005,7 +41021,7 @@ # newpar id = email-enronsent19_01-p0023 # text = Anne, Mike will call you regarding Sarah. 1 Anne Anne PROPN NNP Number=Sing 5 vocative 5:vocative SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 Mike Mike PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 4 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 5 call call VERB VB VerbForm=Inf 0 root 0:root _ @@ -41025,12 +41041,12 @@ # text = As I mentioned in my voice mail, Mike Roberts going to hire Sara Woody, a recent MBA grad from Rice, into his group. 1 As as SCONJ IN _ 3 mark 3:mark _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 mentioned mention VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:as _ +3 mentioned mention VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:as _ 4 in in ADP IN _ 7 case 7:case _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 voice voice NOUN NN Number=Sing 7 compound 7:compound _ 7 mail mail NOUN NN Number=Sing 3 obl 3:obl:in SpaceAfter=No -8 , , PUNCT , _ 9 punct 9:punct _ +8 , , PUNCT , _ 3 punct 3:punct _ 9 Mike Mike PROPN NNP Number=Sing 11 nsubj 11:nsubj|13:nsubj:xsubj _ 10 Roberts Roberts PROPN NNP Number=Sing 9 flat 9:flat _ 11 going go VERB VBG VerbForm=Ger 0 root 0:root _ @@ -41038,33 +41054,33 @@ 13 hire hire VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 14 Sara Sara PROPN NNP Number=Sing 13 obj 13:obj _ 15 Woody Woody PROPN NNP Number=Sing 14 flat 14:flat SpaceAfter=No -16 , , PUNCT , _ 14 punct 14:punct _ +16 , , PUNCT , _ 20 punct 20:punct _ 17 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 18 recent recent ADJ JJ Degree=Pos 20 amod 20:amod _ 19 MBA mba NOUN NN Number=Sing 20 compound 20:compound _ 20 grad grad NOUN NN Number=Sing 14 appos 14:appos _ 21 from from ADP IN _ 22 case 22:case _ 22 Rice Rice PROPN NNP Number=Sing 20 nmod 20:nmod:from SpaceAfter=No -23 , , PUNCT , _ 13 punct 13:punct _ +23 , , PUNCT , _ 26 punct 26:punct _ 24 into into ADP IN _ 26 case 26:case _ -25 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 group group NOUN NN Number=Sing 13 obl 13:obl:into SpaceAfter=No -27 . . PUNCT . _ 9 punct 9:punct _ +27 . . PUNCT . _ 11 punct 11:punct _ # sent_id = email-enronsent19_01-0054 # text = However, when we were talking about this position, Mike compared Sara to Elena. 1 However however ADV RB _ 12 advmod 12:advmod SpaceAfter=No -2 , , PUNCT , _ 12 punct 12:punct _ -3 when when SCONJ WRB PronType=Int 6 mark 6:mark _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 when when ADV WRB PronType=Int 6 advmod 6:advmod _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -5 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +5 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 6 talking talk VERB VBG Tense=Pres|VerbForm=Part 12 advcl 12:advcl:when _ 7 about about ADP IN _ 9 case 9:case _ 8 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 position position NOUN NN Number=Sing 6 obl 6:obl:about SpaceAfter=No -10 , , PUNCT , _ 12 punct 12:punct _ +10 , , PUNCT , _ 6 punct 6:punct _ 11 Mike Mike PROPN NNP Number=Sing 12 nsubj 12:nsubj _ -12 compared compare VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 compared compare VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 13 Sara Sara PROPN NNP Number=Sing 12 obj 12:obj _ 14 to to ADP IN _ 15 case 15:case _ 15 Elena Elena PROPN NNP Number=Sing 12 obl 12:obl:to SpaceAfter=No @@ -41082,7 +41098,7 @@ 7 , , PUNCT , _ 10 punct 10:punct _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj|23:nsubj _ -10 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ +10 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ 11 that that SCONJ IN _ 15 mark 15:mark _ 12 Sara Sara PROPN NNP Number=Sing 15 nsubj 15:nsubj _ 13 should should AUX MD VerbForm=Fin 15 aux 15:aux _ @@ -41093,7 +41109,7 @@ 18 , , PUNCT , _ 23 punct 23:punct _ 19 and and CCONJ CC _ 23 cc 23:cc _ 20 honestly honestly ADV RB _ 23 advmod 23:advmod _ -21 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ +21 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ 22 not not PART RB _ 23 advmod 23:advmod _ 23 think think VERB VB VerbForm=Inf 10 conj 10:conj:and _ 24 that that SCONJ IN _ 26 mark 26:mark _ @@ -41105,8 +41121,8 @@ # sent_id = email-enronsent19_01-0056 # text = Admin coordinator's do primarily administrative work. 1 Admin admin ADJ JJ Degree=Pos 2 amod 2:amod _ -2 coordinator's coordinator' NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 coordinator's coordinator NOUN NNS Number=Plur|Typo=Yes 3 nsubj 3:nsubj CorrectForm=coordinators +3 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 primarily primarily ADV RB _ 5 advmod 5:advmod _ 5 administrative administrative ADJ JJ Degree=Pos 6 amod 6:amod _ 6 work work NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No @@ -41115,26 +41131,26 @@ # sent_id = email-enronsent19_01-0057 # text = I suggest that you compare Elena and Sarah's duties/ level to other Sr. Spec. in your group such as Kenneth Parkhill and Sevil to determine if they are equivalent, or if their scope of responsibilities and experience is not as broad. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 suggest suggest VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 suggest suggest VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 5 mark 5:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 compare compare VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +5 compare compare VERB VB Mood=Sub|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 6 Elena Elena PROPN NNP Number=Sing 12 nmod:poss 12:nmod:poss _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8-9 Sarah's _ _ _ _ _ _ _ _ 8 Sarah Sarah PROPN NNP Number=Sing 6 conj 6:conj:and|12:nmod:poss _ 9 's 's PART POS _ 6 case 6:case _ 10 duties duty NOUN NNS Number=Plur 5 obj 5:obj SpaceAfter=No -11 / / PUNCT , _ 12 cc 12:cc _ +11 / / SYM , _ 12 cc 12:cc _ 12 level level NOUN NN Number=Sing 10 conj 5:obj|10:conj _ 13 to to ADP IN _ 16 case 16:case _ 14 other other ADJ JJ Degree=Pos 16 amod 16:amod _ 15 Sr. sr. ADJ JJ Degree=Pos 16 amod 16:amod _ 16 Spec. spec. NOUN NNS Number=Plur 5 obl 5:obl:to _ 17 in in ADP IN _ 19 case 19:case _ -18 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 group group NOUN NN Number=Sing 16 nmod 16:nmod:in _ -20 such such ADJ JJ Degree=Pos 22 case 22:case _ +20 such such ADJ JJ Degree=Pos|ExtPos=ADP 22 case 22:case _ 21 as as ADP IN _ 20 fixed 20:fixed _ 22 Kenneth Kenneth PROPN NNP Number=Sing 16 nmod 16:nmod:such_as _ 23 Parkhill Parkhill PROPN NNP Number=Sing 22 flat 22:flat _ @@ -41144,12 +41160,12 @@ 27 determine determine VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ 28 if if SCONJ IN _ 31 mark 31:mark _ 29 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 31 nsubj 31:nsubj _ -30 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 cop 31:cop _ +30 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 31 cop 31:cop _ 31 equivalent equivalent ADJ JJ Degree=Pos 27 ccomp 27:ccomp SpaceAfter=No 32 , , PUNCT , _ 44 punct 44:punct _ 33 or or CCONJ CC _ 44 cc 44:cc _ 34 if if SCONJ IN _ 44 mark 44:mark _ -35 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ +35 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ 36 scope scope NOUN NN Number=Sing 44 nsubj 44:nsubj _ 37 of of ADP IN _ 38 case 38:case _ 38 responsibilities responsibility NOUN NNS Number=Plur 36 nmod 36:nmod:of _ @@ -41169,7 +41185,7 @@ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 case case NOUN NN Number=Sing 10 advcl 10:advcl:if SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 9 could could AUX MD VerbForm=Fin 10 aux 10:aux _ 10 place place VERB VB VerbForm=Inf 0 root 0:root _ @@ -41187,10 +41203,10 @@ 22 salary salary NOUN NN Number=Sing 23 compound 23:compound _ 23 range range NOUN NN Number=Sing 28 nsubj 28:nsubj _ 24 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ -25 33 33 NUM CD NumType=Card 28 compound 28:compound SpaceAfter=No +25 33 33 NUM CD NumForm=Digit|NumType=Card 28 compound 28:compound SpaceAfter=No 26 - - SYM SYM _ 27 case 27:case SpaceAfter=No -27 66 66 NUM CD NumType=Card 25 nmod 25:nmod SpaceAfter=No -28 K k NUM CD NumType=Card 10 parataxis 10:parataxis SpaceAfter=No +27 66 66 NUM CD NumForm=Digit|NumType=Card 25 nmod 25:nmod SpaceAfter=No +28 K thousand NUM CD Abbr=Yes|NumForm=Word|NumType=Card 10 parataxis 10:parataxis SpaceAfter=No 29 ) ) PUNCT -RRB- _ 28 punct 28:punct SpaceAfter=No 30 . . PUNCT . _ 10 punct 10:punct _ @@ -41227,9 +41243,9 @@ # sent_id = email-enronsent19_01-0064 # text = I appreciate all your help. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 appreciate appreciate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 all all DET PDT _ 5 det:predet 5:det:predet _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 appreciate appreciate VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 all all DET PDT PronType=Tot 5 det:predet 5:det:predet _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 help help NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No 6 . . PUNCT . _ 2 punct 2:punct _ @@ -41260,13 +41276,13 @@ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 working work VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 6 wonderfully wonderfully ADV RB _ 5 advmod 5:advmod SpaceAfter=No -7 - - PUNCT , _ 5 punct 5:punct _ +7 - - PUNCT , _ 10 punct 10:punct _ 8-9 I'll _ _ _ _ _ _ _ _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj|16:nsubj _ 9 'll will AUX MD VerbForm=Fin 10 aux 10:aux _ 10 have have VERB VB VerbForm=Inf 5 parataxis 5:parataxis _ -11 everything everything PRON NN Number=Sing 12 nsubj 12:nsubj _ -12 transferred transfer VERB VBN Tense=Past|VerbForm=Part 10 ccomp 10:ccomp _ +11 everything everything PRON NN Number=Sing|PronType=Tot 10 obj 10:obj|12:nsubj:xsubj _ +12 transferred transfer VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 xcomp 10:xcomp _ 13 to to ADP IN _ 14 case 14:case _ 14 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 obl 12:obl:to _ 15 and and CCONJ CC _ 16 cc 16:cc _ @@ -41283,9 +41299,9 @@ # text = This was (another) nice deal for Enron. 1 This this PRON DT Number=Sing|PronType=Dem 7 nsubj 7:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ -3 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No -4 another another DET DT _ 7 det 7:det SpaceAfter=No -5 ) ) PUNCT -RRB- _ 7 punct 7:punct _ +3 ( ( PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No +4 another another DET DT PronType=Ind 7 det 7:det SpaceAfter=No +5 ) ) PUNCT -RRB- _ 4 punct 4:punct _ 6 nice nice ADJ JJ Degree=Pos 7 amod 7:amod _ 7 deal deal NOUN NN Number=Sing 0 root 0:root _ 8 for for ADP IN _ 9 case 9:case _ @@ -41295,27 +41311,27 @@ # sent_id = email-enronsent19_01-0070 # text = We save $21,000 in real money this way, the cash refund Sun is giving Enron for our other server, using a box that wasn't being used by anyone. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 save save VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 save save VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 $ $ SYM $ _ 2 obj 2:obj SpaceAfter=No -4 21,000 21,000 NUM CD NumType=Card 3 nummod 3:nummod _ +4 21,000 21000 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 5 in in ADP IN _ 7 case 7:case _ 6 real real ADJ JJ Degree=Pos 7 amod 7:amod _ 7 money money NOUN NN Number=Sing 3 nmod 3:nmod:in _ 8 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 way way NOUN NN Number=Sing 2 obl:npmod 2:obl:npmod SpaceAfter=No -10 , , PUNCT , _ 2 punct 2:punct _ +10 , , PUNCT , _ 13 punct 13:punct _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 cash cash NOUN NN Number=Sing 13 compound 13:compound _ 13 refund refund NOUN NN Number=Sing 2 parataxis 2:parataxis _ 14 Sun Sun PROPN NNP Number=Sing 16 nsubj 16:nsubj _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 16 giving give VERB VBG Tense=Pres|VerbForm=Part 13 acl:relcl 13:acl:relcl _ -17 Enron Enron PROPN NNP Number=Sing 16 obj 16:obj _ +17 Enron Enron PROPN NNP Number=Sing 16 iobj 16:iobj _ 18 for for ADP IN _ 21 case 21:case _ -19 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +19 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 20 other other ADJ JJ Degree=Pos 21 amod 21:amod _ 21 server server NOUN NN Number=Sing 16 obl 16:obl:for SpaceAfter=No -22 , , PUNCT , _ 2 punct 2:punct _ +22 , , PUNCT , _ 23 punct 23:punct _ 23 using use VERB VBG VerbForm=Ger 2 advcl 2:advcl _ 24 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 25 box box NOUN NN Number=Sing 23 obj 23:obj|30:nsubj:pass _ @@ -41326,14 +41342,14 @@ 29 being be AUX VBG VerbForm=Ger 30 aux:pass 30:aux:pass _ 30 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 acl:relcl 25:acl:relcl _ 31 by by ADP IN _ 32 case 32:case _ -32 anyone anyone PRON NN Number=Sing 30 obl 30:obl:by SpaceAfter=No +32 anyone anyone PRON NN Number=Sing|PronType=Ind 30 obl:agent 30:obl:agent SpaceAfter=No 33 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent19_01-0071 # text = I'm happy about this. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 happy happy ADJ JJ Degree=Pos 0 root 0:root _ 4 about about ADP IN _ 5 case 5:case _ 5 this this PRON DT Number=Sing|PronType=Dem 3 obl 3:obl:about SpaceAfter=No @@ -41360,14 +41376,15 @@ # newpar id = email-enronsent19_01-p0036 # text = Anne, please, include this info in Iris' file 1 Anne Anne PROPN NNP Number=Sing 5 nsubj 5:nsubj SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 please please INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -4 , , PUNCT , _ 5 punct 5:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 include include VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 info info NOUN NN Number=Sing 5 obj 5:obj _ 8 in in ADP IN _ 11 case 11:case _ -9 Iris Iris PROPN NNP Number=Sing 11 nmod:poss 11:nmod:poss SpaceAfter=No +9-10 Iris' _ _ _ _ _ _ _ _ +9 Iris Iris PROPN NNP Number=Sing 11 nmod:poss 11:nmod:poss _ 10 ' 's PART POS _ 9 case 9:case _ 11 file file NOUN NN Number=Sing 5 obl 5:obl:in _ @@ -41407,15 +41424,15 @@ 10 present present VERB VB VerbForm=Inf 3 advcl 3:advcl:if _ 11 unique unique ADJ JJ Degree=Pos 13 amod 13:amod _ 12 investment investment NOUN NN Number=Sing 13 compound 13:compound _ -13 opportunities opportunity NOUN NNS Number=Plur 10 obj 10:obj|18:obj _ -14 that that PRON WDT PronType=Rel 18 obj 13:ref _ +13 opportunities opportunity NOUN NNS Number=Plur 10 obj 10:obj|19:nmod:to _ +14 that that PRON WDT PronType=Rel 19 nmod 13:ref _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ 16-17 don't _ _ _ _ _ _ _ _ -16 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ +16 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 17 n't not PART RB _ 18 advmod 18:advmod _ 18 have have VERB VB VerbForm=Inf 13 acl:relcl 13:acl:relcl _ 19 access access NOUN NN Number=Sing 18 obj 18:obj _ -20 to to ADP IN _ 19 nmod 19:nmod _ +20 to to ADP IN _ 14 case 14:case _ 21 now now ADV RB _ 18 advmod 18:advmod SpaceAfter=No 22 . . PUNCT . _ 3 punct 3:punct _ @@ -41423,14 +41440,14 @@ # text = Most of my contact with financial advisors in the past has consisted of them suggesting a mutual fund, telling me to invest in Home Depot, Sun, and Coke, or trying to pass off their banks' biased research reports as something valuable. 1 Most most ADJ JJS Degree=Sup 12 nsubj 12:nsubj _ 2 of of ADP IN _ 4 case 4:case _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 contact contact NOUN NN Number=Sing 1 nmod 1:nmod:of _ 5 with with ADP IN _ 7 case 7:case _ 6 financial financial ADJ JJ Degree=Pos 7 amod 7:amod _ 7 advisors advisor NOUN NNS Number=Plur 4 nmod 4:nmod:with _ 8 in in ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -10 past past NOUN NN Number=Sing 12 obl 12:obl:in _ +10 past past NOUN NN Number=Sing 4 nmod 4:nmod:in _ 11 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 consisted consist VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 13 of of SCONJ IN _ 15 mark 15:mark _ @@ -41441,7 +41458,7 @@ 18 fund fund NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No 19 , , PUNCT , _ 20 punct 20:punct _ 20 telling tell VERB VBG VerbForm=Ger 15 conj 12:advcl:of|15:conj:or _ -21 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 20 obj 20:obj|23:nsubj:xsubj _ +21 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 20 iobj 20:iobj|23:nsubj:xsubj _ 22 to to PART TO _ 23 mark 23:mark _ 23 invest invest VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ 24 in in ADP IN _ 26 case 26:case _ @@ -41458,14 +41475,15 @@ 35 to to PART TO _ 36 mark 36:mark _ 36 pass pass VERB VB VerbForm=Inf 34 xcomp 34:xcomp _ 37 off off ADP RP _ 36 compound:prt 36:compound:prt _ -38 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ -39 banks bank NOUN NNS Number=Plur 43 nmod:poss 43:nmod:poss SpaceAfter=No +38 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ +39-40 banks' _ _ _ _ _ _ _ _ +39 banks bank NOUN NNS Number=Plur 43 nmod:poss 43:nmod:poss _ 40 ' 's PART POS _ 39 case 39:case _ 41 biased biased ADJ JJ Degree=Pos 43 amod 43:amod _ 42 research research NOUN NN Number=Sing 43 compound 43:compound _ 43 reports report NOUN NNS Number=Plur 36 obj 36:obj _ 44 as as ADP IN _ 45 case 45:case _ -45 something something PRON NN Number=Sing 36 obl 36:obl:as _ +45 something something PRON NN Number=Sing|PronType=Ind 36 obl 36:obl:as _ 46 valuable valuable ADJ JJ Degree=Pos 45 amod 45:amod SpaceAfter=No 47 . . PUNCT . _ 12 punct 12:punct _ @@ -41474,8 +41492,8 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 above above ADJ JJ Degree=Pos 3 amod 3:amod _ 3 services service NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 provide provide VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 no no DET DT _ 6 det 6:det _ +4 provide provide VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 no no DET DT PronType=Neg 6 det 6:det _ 6 value value NOUN NN Number=Sing 4 obj 4:obj _ 7 to to ADP IN _ 8 case 8:case _ 8 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obl 4:obl:to _ @@ -41489,7 +41507,7 @@ 3 can can AUX MD VerbForm=Fin 4 aux 4:aux _ 4 present present VERB VB VerbForm=Inf 32 advcl 32:advcl:if _ 5 opportunities opportunity NOUN NNS Number=Plur 4 obj 4:obj _ -6 such such ADJ JJ Degree=Pos 8 case 8:case _ +6 such such ADJ JJ Degree=Pos|ExtPos=ADP 8 case 8:case _ 7 as as ADP IN _ 6 fixed 6:fixed _ 8 access access NOUN NN Number=Sing 5 nmod 5:nmod:such_as _ 9 to to ADP IN _ 11 case 11:case _ @@ -41512,7 +41530,7 @@ 26 to to ADP IN _ 28 case 28:case _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 S@P s@p NOUN NN Number=Sing 25 nmod 25:nmod:to SpaceAfter=No -29 , , PUNCT , _ 32 punct 32:punct _ +29 , , PUNCT , _ 4 punct 4:punct _ 30-31 I'd _ _ _ _ _ _ _ _ 30 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 32 nsubj 32:nsubj _ 31 'd would AUX MD VerbForm=Fin 32 aux 32:aux _ @@ -41540,7 +41558,7 @@ 5 paperwork paperwork NOUN NN Number=Sing 3 obj 3:obj _ 6 together together ADV RB _ 3 advmod 3:advmod _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 sent send VERB VBN Tense=Past|VerbForm=Part 6 conj 3:advmod|6:conj:and _ +8 sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 conj 3:advmod|6:conj:and _ 9 to to ADP IN _ 10 case 10:case _ 10 you you PRON PRP Case=Acc|Person=2|PronType=Prs 8 obl 8:obl:to _ 11 for for ADP IN _ 13 case 13:case _ @@ -41551,9 +41569,9 @@ # sent_id = email-enronsent00_01-0010 # text = At some point, I'd like to talk about the diversification strategy in more detail -- perhaps over dinner or a quick meeting after the markets close? 1 At at ADP IN _ 3 case 3:case _ -2 some some DET DT _ 3 det 3:det _ +2 some some DET DT PronType=Ind 3 det 3:det _ 3 point point NOUN NN Number=Sing 7 obl 7:obl:at SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5-6 I'd _ _ _ _ _ _ _ _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ 6 'd would AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -41567,7 +41585,7 @@ 14 in in ADP IN _ 16 case 16:case _ 15 more more ADJ JJR Degree=Cmp 16 amod 16:amod _ 16 detail detail NOUN NN Number=Sing 9 obl 9:obl:in _ -17 -- -- PUNCT , _ 9 punct 9:punct _ +17 -- -- PUNCT , _ 20 punct 20:punct _ 18 perhaps perhaps ADV RB _ 20 advmod 20:advmod _ 19 over over ADP IN _ 20 case 20:case _ 20 dinner dinner NOUN NN Number=Sing 9 obl 9:obl:over _ @@ -41578,7 +41596,7 @@ 25 after after SCONJ IN _ 28 mark 28:mark _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 markets market NOUN NNS Number=Plur 28 nsubj 28:nsubj _ -28 close close VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 acl:relcl 24:acl:relcl SpaceAfter=No +28 close close VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 acl:relcl 24:acl:relcl SpaceAfter=No 29 ? ? PUNCT . _ 7 punct 7:punct _ # sent_id = email-enronsent00_01-0011 @@ -41589,20 +41607,20 @@ 4 Vice vice NOUN NN Number=Sing 5 compound 5:compound _ 5 President president NOUN NN Number=Sing 1 appos 1:appos _ 6 Emery Emery PROPN NNP Number=Sing 8 compound 8:compound _ -7 Financial Financial PROPN NNP Number=Sing 8 compound 8:compound _ +7 Financial Financial ADJ NNP Degree=Pos 8 amod 8:amod _ 8 Group Group PROPN NNP Number=Sing 1 parataxis 1:parataxis _ 9 PaineWebber PaineWebber PROPN NNP Number=Sing 11 compound 11:compound SpaceAfter=No -10 , , PUNCT , _ 11 punct 11:punct _ +10 , , PUNCT , _ 9 punct 9:punct _ 11 Inc. Inc. PROPN NNP Number=Sing 8 compound 8:compound _ -12 713-654-0365 713-654-0365 NUM CD NumType=Card 1 list 1:list _ -13 800-553-3119 800-553-3119 NUM CD NumType=Card 14 list 14:list _ +12 713-654-0365 713-654-0365 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ +13 800-553-3119 800-553-3119 NUM CD NumForm=Digit|NumType=Card 14 list 14:list _ 14 x365 x365 NOUN NN Number=Sing 1 list 1:list _ 15 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -16 : : PUNCT : _ 1 punct 1:punct _ -17 713-654-1281 713-654-1281 NUM CD NumType=Card 15 appos 15:appos _ +16 : : PUNCT : _ 17 punct 17:punct _ +17 713-654-1281 713-654-1281 NUM CD NumForm=Digit|NumType=Card 15 appos 15:appos _ 18 Cell cell NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -19 : : PUNCT : _ 1 punct 1:punct _ -20 281-435-0295 281-435-0295 NUM CD NumType=Card 18 appos 18:appos _ +19 : : PUNCT : _ 20 punct 20:punct _ +20 281-435-0295 281-435-0295 NUM CD NumForm=Digit|NumType=Card 18 appos 18:appos _ # sent_id = email-enronsent00_01-0012 # text = Michael: @@ -41611,7 +41629,7 @@ # sent_id = email-enronsent00_01-0013 # text = Appreciate the idea. -1 Appreciate appreciate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Appreciate appreciate VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 idea idea NOUN NN Number=Sing 1 obj 1:obj SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ @@ -41619,15 +41637,15 @@ # sent_id = email-enronsent00_01-0014 # text = However, with my natural long, I'm not looking to really trade around the position. 1 However however ADV RB _ 11 advmod 11:advmod SpaceAfter=No -2 , , PUNCT , _ 11 punct 11:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 with with ADP IN _ 6 case 6:case _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 natural natural ADJ JJ Degree=Pos 6 amod 6:amod _ 6 long long NOUN NN Number=Sing 11 obl 11:obl:with SpaceAfter=No -7 , , PUNCT , _ 11 punct 11:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8-9 I'm _ _ _ _ _ _ _ _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj|14:nsubj:xsubj _ -9 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 not not PART RB _ 11 advmod 11:advmod _ 11 looking look VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 12 to to PART TO _ 14 mark 14:mark _ @@ -41641,7 +41659,7 @@ # sent_id = email-enronsent00_01-0015 # text = I believe ENE will continue to be range bound, but in case it is not, I don't want to forgo 50% of my option premium. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 believe believe VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 ENE ENE PROPN NNP Number=Sing 5 nsubj 5:nsubj|9:nsubj:xsubj _ 4 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 5 continue continue VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ @@ -41654,20 +41672,20 @@ 12 in in SCONJ IN _ 15 mark 15:mark _ 13 case case NOUN NN Number=Sing 12 fixed 12:fixed _ 14 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -15 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 advcl 21:advcl:in_case _ +15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 advcl 21:advcl:in_case _ 16 not not PART RB _ 15 advmod 15:advmod SpaceAfter=No -17 , , PUNCT , _ 21 punct 21:punct _ +17 , , PUNCT , _ 15 punct 15:punct _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj|23:nsubj:xsubj _ 19-20 don't _ _ _ _ _ _ _ _ -19 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ +19 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ 20 n't not PART RB _ 21 advmod 21:advmod _ 21 want want VERB VB VerbForm=Inf 2 conj 2:conj:but _ 22 to to PART TO _ 23 mark 23:mark _ 23 forgo forgo VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ -24 50 50 NUM CD NumType=Card 25 nummod 25:nummod SpaceAfter=No +24 50 50 NUM CD NumForm=Digit|NumType=Card 25 nummod 25:nummod SpaceAfter=No 25 % % SYM NN Number=Sing 23 obj 23:obj _ 26 of of ADP IN _ 29 case 29:case _ -27 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +27 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ 28 option option NOUN NN Number=Sing 29 compound 29:compound _ 29 premium premium NOUN NN Number=Sing 25 nmod 25:nmod:of SpaceAfter=No 30 . . PUNCT . _ 2 punct 2:punct _ @@ -41675,14 +41693,14 @@ # sent_id = email-enronsent00_01-0016 # text = I have price targets of where I would like to lighten up exposure to ENE and will use calls to implement the stategy. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|18:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 price price NOUN NN Number=Sing 4 compound 4:compound _ 4 targets target NOUN NNS Number=Plur 2 obj 2:obj _ -5 of of SCONJ IN _ 6 case 6:case _ -6 where where ADV WRB PronType=Int 4 nmod 4:nmod:of _ +5 of of ADP IN _ 6 case 6:case _ +6 where where ADV WRB PronType=Rel 4 nmod 4:nmod:of|11:advmod _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj _ 8 would would AUX MD VerbForm=Fin 9 aux 9:aux _ -9 like like VERB VB VerbForm=Inf 6 acl:relcl 6:acl:relcl _ +9 like like VERB VB VerbForm=Inf 6 advcl:relcl 6:advcl:relcl _ 10 to to PART TO _ 11 mark 11:mark _ 11 lighten lighten VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 up up ADP RP _ 11 compound:prt 11:compound:prt _ @@ -41692,9 +41710,9 @@ 16 and and CCONJ CC _ 18 cc 18:cc _ 17 will will AUX MD VerbForm=Fin 18 aux 18:aux _ 18 use use VERB VB VerbForm=Inf 2 conj 2:conj:and _ -19 calls call NOUN NNS Number=Plur 18 obj 18:obj|21:nsubj:xsubj _ +19 calls call NOUN NNS Number=Plur 18 obj 18:obj _ 20 to to PART TO _ 21 mark 21:mark _ -21 implement implement VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ +21 implement implement VERB VB VerbForm=Inf 18 advcl 18:advcl:to _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 stategy stategy NOUN NN Number=Sing 21 obj 21:obj SpaceAfter=No 24 . . PUNCT . _ 2 punct 2:punct _ @@ -41704,9 +41722,9 @@ 1 To to ADP IN _ 3 case 3:case _ 2 that that DET DT Number=Sing|PronType=Dem 3 det 3:det _ 3 regards regards NOUN NNS Number=Plur 6 obl 6:obl:to SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 noticed notice VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 noticed notice VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj:pass 10:nsubj:pass _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 10 aux:pass 10:aux:pass _ 9 not not PART RB _ 10 advmod 10:advmod _ @@ -41728,10 +41746,10 @@ 7 order order NOUN NN Number=Sing 6 fixed 6:fixed _ 8 to to PART TO _ 9 mark 9:mark _ 9 hedge hedge VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ -10 some some DET DT _ 11 det 11:det _ +10 some some DET DT PronType=Ind 11 det 11:det _ 11 exposure exposure NOUN NN Number=Sing 9 obj 9:obj _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +13 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 14 of of ADP IN _ 17 case 17:case _ 15 unexercised unexercised ADJ JJ Degree=Pos 17 amod 17:amod _ 16 vested vested ADJ JJ Degree=Pos 17 amod 17:amod _ @@ -41784,14 +41802,14 @@ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 calls call NOUN NNS Number=Plur 18 obj 18:obj _ 22 you you PRON PRP Case=Nom|Person=2|PronType=Prs 23 nsubj 23:nsubj _ -23 sold sell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 acl:relcl 21:acl:relcl SpaceAfter=No +23 sold sell VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 21 acl:relcl 21:acl:relcl SpaceAfter=No 24 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent00_01-0023 # text = Of course, you would then be in a position to sell calls again if the stock makes a bounce. -1 Of of ADV RB _ 10 advmod 10:advmod _ -2 course course ADV RB _ 1 fixed 1:fixed SpaceAfter=No -3 , , PUNCT , _ 10 punct 10:punct _ +1 Of of ADP IN ExtPos=ADV 10 advmod 10:advmod _ +2 course course NOUN NN Number=Sing 1 fixed 1:fixed SpaceAfter=No +3 , , PUNCT , _ 1 punct 1:punct _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ 5 would would AUX MD VerbForm=Fin 10 aux 10:aux _ 6 then then ADV RB PronType=Dem 10 advmod 10:advmod _ @@ -41815,13 +41833,13 @@ # text = I'm not sure that ENE @ 75 is the place, but maybe @ 73. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 sure sure ADJ JJ Degree=Pos 0 root 0:root _ 5 that that SCONJ IN _ 11 mark 11:mark _ 6 ENE ENE PROPN NNP Number=Sing 11 nsubj 11:nsubj|16:nsubj _ 7 @ @ ADP IN _ 8 case 8:case _ -8 75 75 NUM CD NumType=Card 6 nmod 6:nmod _ +8 75 75 NUM CD NumForm=Digit|NumType=Card 6 nmod 6:nmod _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 place place NOUN NN Number=Sing 4 ccomp 4:ccomp SpaceAfter=No @@ -41829,7 +41847,7 @@ 13 but but CCONJ CC _ 16 cc 16:cc _ 14 maybe maybe ADV RB _ 16 advmod 16:advmod _ 15 @ @ ADP IN _ 16 case 16:case _ -16 73 73 NUM CD NumType=Card 11 conj 4:ccomp|11:conj:but SpaceAfter=No +16 73 73 NUM CD NumForm=Digit|NumType=Card 11 conj 4:ccomp|11:conj:but SpaceAfter=No 17 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent00_01-0025 @@ -41839,7 +41857,7 @@ 3 if if SCONJ IN _ 6 mark 6:mark _ 4-5 you're _ _ _ _ _ _ _ _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -5 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +5 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 interested interested ADJ JJ Degree=Pos 1 advcl 1:advcl:if SpaceAfter=No 7 . . PUNCT . _ 1 punct 1:punct _ @@ -41851,20 +41869,20 @@ 4 Vice vice NOUN NN Number=Sing 5 compound 5:compound _ 5 President president NOUN NN Number=Sing 1 appos 1:appos _ 6 Emery Emery PROPN NNP Number=Sing 8 compound 8:compound _ -7 Financial Financial PROPN NNP Number=Sing 8 compound 8:compound _ +7 Financial Financial ADJ NNP Degree=Pos 8 amod 8:amod _ 8 Group Group PROPN NNP Number=Sing 1 list 1:list _ 9 PaineWebber PaineWebber PROPN NNP Number=Sing 11 compound 11:compound SpaceAfter=No -10 , , PUNCT , _ 11 punct 11:punct _ +10 , , PUNCT , _ 9 punct 9:punct _ 11 Inc. Inc. PROPN NNP Number=Sing 1 list 1:list _ -12 713-654-0365 713-654-0365 NUM CD NumType=Card 1 list 1:list _ -13 800-553-3119 800-553-3119 NUM CD NumType=Card 1 list 1:list _ +12 713-654-0365 713-654-0365 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ +13 800-553-3119 800-553-3119 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 14 x365 x365 NOUN NN Number=Sing 1 list 1:list _ 15 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -16 : : PUNCT : _ 1 punct 1:punct _ -17 713-654-1281 713-654-1281 NUM CD NumType=Card 15 appos 15:appos _ +16 : : PUNCT : _ 17 punct 17:punct _ +17 713-654-1281 713-654-1281 NUM CD NumForm=Digit|NumType=Card 15 appos 15:appos _ 18 Cell cell NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -19 : : PUNCT : _ 1 punct 1:punct _ -20 281-435-0295 281-435-0295 NUM CD NumType=Card 18 appos 18:appos _ +19 : : PUNCT : _ 20 punct 20:punct _ +20 281-435-0295 281-435-0295 NUM CD NumForm=Digit|NumType=Card 18 appos 18:appos _ # sent_id = email-enronsent00_01-0027 # text = Notice Regarding Entry of Orders and Instructions: Please do not transmit orders and/or instructions regarding your PaineWebber account(s) by e-mail. @@ -41875,23 +41893,23 @@ 5 Orders order NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 Instructions instruction NOUN NNS Number=Plur 5 conj 3:nmod:of|5:conj:and SpaceAfter=No -8 : : PUNCT : _ 1 punct 1:punct _ +8 : : PUNCT : _ 12 punct 12:punct _ 9 Please please INTJ UH _ 12 discourse 12:discourse _ 10 do do AUX VB Mood=Imp|VerbForm=Fin 12 aux 12:aux _ 11 not not PART RB _ 12 advmod 12:advmod _ 12 transmit transmit VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ 13 orders order NOUN NNS Number=Plur 12 obj 12:obj _ -14 and and CCONJ CC _ 16 cc 16:cc SpaceAfter=No -15 / / PUNCT , _ 16 punct 16:punct SpaceAfter=No -16 or or CCONJ CC _ 17 cc 17:cc _ +14 and and CCONJ CC _ 17 cc 17:cc SpaceAfter=No +15 / / SYM SYM _ 16 cc 16:cc SpaceAfter=No +16 or or CCONJ CC _ 14 conj 14:conj:slash|17:cc _ 17 instructions instruction NOUN NNS Number=Plur 13 conj 12:obj|13:conj:and_or _ 18 regarding regard VERB VBG VerbForm=Ger 21 case 21:case _ -19 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +19 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 20 PaineWebber PaineWebber PROPN NNP Number=Sing 21 compound 21:compound _ 21 account account NOUN NN Number=Sing 13 nmod 13:nmod:regarding SpaceAfter=No -22 ( ( PUNCT -LRB- _ 21 punct 21:punct SpaceAfter=No -23 s s X AFX _ 21 advmod 21:advmod SpaceAfter=No -24 ) ) PUNCT -RRB- _ 21 punct 21:punct _ +22 ( ( PUNCT -LRB- _ 23 punct 23:punct SpaceAfter=No +23 s s ADJ AFX _ 21 amod 21:amod SpaceAfter=No +24 ) ) PUNCT -RRB- _ 23 punct 23:punct _ 25 by by ADP IN _ 26 case 26:case _ 26 e-mail e-mail NOUN NN Number=Sing 12 obl 12:obl:by SpaceAfter=No 27 . . PUNCT . _ 1 punct 1:punct _ @@ -41899,11 +41917,11 @@ # sent_id = email-enronsent00_01-0028 # text = Orders and/or instructions transmitted by e-mail will not be accepted by PaineWebber and PaineWebber will not be responsible for carrying out such orders and/or instructions. 1 Orders order NOUN NNS Number=Plur 12 nsubj:pass 12:nsubj:pass _ -2 and and CCONJ CC _ 4 cc 4:cc SpaceAfter=No -3 / / PUNCT , _ 4 punct 4:punct SpaceAfter=No -4 or or CCONJ CC _ 5 cc 5:cc _ +2 and and CCONJ CC _ 5 cc 5:cc SpaceAfter=No +3 / / SYM SYM _ 4 cc 4:cc SpaceAfter=No +4 or or CCONJ CC _ 2 conj 2:conj:slash|5:cc _ 5 instructions instruction NOUN NNS Number=Plur 1 conj 1:conj:and_or|12:nsubj:pass _ -6 transmitted transmit VERB VBN Tense=Past|VerbForm=Part 1 acl 1:acl _ +6 transmitted transmit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 acl 1:acl _ 7 by by ADP IN _ 8 case 8:case _ 8 e-mail e-mail NOUN NN Number=Sing 6 obl 6:obl:by _ 9 will will AUX MD VerbForm=Fin 12 aux 12:aux _ @@ -41911,7 +41929,7 @@ 11 be be AUX VB VerbForm=Inf 12 aux:pass 12:aux:pass _ 12 accepted accept VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 13 by by ADP IN _ 14 case 14:case _ -14 PaineWebber PaineWebber PROPN NNP Number=Sing 12 obl 12:obl:by _ +14 PaineWebber PaineWebber PROPN NNP Number=Sing 12 obl:agent 12:obl:agent _ 15 and and CCONJ CC _ 20 cc 20:cc _ 16 PaineWebber PaineWebber PROPN NNP Number=Sing 20 nsubj 20:nsubj _ 17 will will AUX MD VerbForm=Fin 20 aux 20:aux _ @@ -41923,9 +41941,9 @@ 23 out out ADP RP _ 22 compound:prt 22:compound:prt _ 24 such such ADJ JJ Degree=Pos 25 amod 25:amod _ 25 orders order NOUN NNS Number=Plur 22 obj 22:obj _ -26 and and CCONJ CC _ 28 cc 28:cc SpaceAfter=No -27 / / PUNCT , _ 28 punct 28:punct SpaceAfter=No -28 or or CCONJ CC _ 29 cc 29:cc _ +26 and and CCONJ CC _ 29 cc 29:cc SpaceAfter=No +27 / / SYM SYM _ 28 cc 28:cc SpaceAfter=No +28 or or CCONJ CC _ 26 conj 26:conj:slash|29:cc _ 29 instructions instruction NOUN NNS Number=Plur 25 conj 22:obj|25:conj:and_or SpaceAfter=No 30 . . PUNCT . _ 12 punct 12:punct _ @@ -41936,7 +41954,7 @@ 3 Privacy privacy NOUN NN Number=Sing 1 nmod 1:nmod:regarding _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 Confidentiality confidentiality NOUN NN Number=Sing 3 conj 1:nmod:regarding|3:conj:and SpaceAfter=No -6 : : PUNCT : _ 1 punct 1:punct _ +6 : : PUNCT : _ 8 punct 8:punct _ 7 PaineWebber PaineWebber PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 8 reserves reserve VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -41948,17 +41966,17 @@ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 content content NOUN NN Number=Sing 12 obj 12:obj|14:obj _ 17 of of ADP IN _ 20 case 20:case _ -18 all all DET DT _ 20 det 20:det _ +18 all all DET DT PronType=Tot 20 det 20:det _ 19 e-mail e-mail NOUN NN Number=Sing 20 compound 20:compound _ 20 communications communication NOUN NNS Number=Plur 16 nmod 16:nmod:of _ -21 sent send VERB VBN Tense=Past|VerbForm=Part 20 acl 20:acl _ -22 and and CCONJ CC _ 24 cc 24:cc SpaceAfter=No -23 / / PUNCT , _ 24 punct 24:punct SpaceAfter=No -24 or or CCONJ CC _ 25 cc 25:cc _ -25 received receive VERB VBN Tense=Past|VerbForm=Part 21 conj 20:acl|21:conj:and_or _ +21 sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 acl 20:acl _ +22 and and CCONJ CC _ 25 cc 25:cc SpaceAfter=No +23 / / SYM SYM _ 24 cc 24:cc SpaceAfter=No +24 or or CCONJ CC _ 22 conj 22:conj:slash|25:cc _ +25 received receive VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 conj 20:acl|21:conj:and_or _ 26 by by ADP IN _ 28 case 28:case _ -27 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ -28 employees employee NOUN NNS Number=Plur 21 obl 21:obl:by SpaceAfter=No +27 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +28 employees employee NOUN NNS Number=Plur 21 obl:agent 21:obl:agent SpaceAfter=No 29 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent00_01-0030 @@ -41970,23 +41988,23 @@ 5 Orders order NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 Instructions instruction NOUN NNS Number=Plur 5 conj 3:nmod:of|5:conj:and SpaceAfter=No -8 : : PUNCT : _ 1 punct 1:punct _ +8 : : PUNCT : _ 12 punct 12:punct _ 9 Please please INTJ UH _ 12 discourse 12:discourse _ 10 do do AUX VB Mood=Imp|VerbForm=Fin 12 aux 12:aux _ 11 not not PART RB _ 12 advmod 12:advmod _ 12 transmit transmit VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ 13 orders order NOUN NNS Number=Plur 12 obj 12:obj _ -14 and and CCONJ CC _ 16 cc 16:cc SpaceAfter=No -15 / / PUNCT , _ 16 punct 16:punct SpaceAfter=No -16 or or CCONJ CC _ 17 cc 17:cc _ +14 and and CCONJ CC _ 17 cc 17:cc SpaceAfter=No +15 / / SYM SYM _ 16 cc 16:cc SpaceAfter=No +16 or or CCONJ CC _ 14 conj 14:conj:slash|17:cc _ 17 instructions instruction NOUN NNS Number=Plur 13 conj 12:obj|13:conj:and_or _ 18 regarding regard VERB VBG VerbForm=Ger 21 case 21:case _ -19 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +19 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 20 PaineWebber PaineWebber PROPN NNP Number=Sing 21 compound 21:compound _ 21 account account NOUN NN Number=Sing 13 nmod 13:nmod:regarding SpaceAfter=No -22 ( ( PUNCT -LRB- _ 21 punct 21:punct SpaceAfter=No -23 s s X AFX _ 21 advmod 21:advmod SpaceAfter=No -24 ) ) PUNCT -RRB- _ 21 punct 21:punct _ +22 ( ( PUNCT -LRB- _ 23 punct 23:punct SpaceAfter=No +23 s s ADJ AFX _ 21 amod 21:amod SpaceAfter=No +24 ) ) PUNCT -RRB- _ 23 punct 23:punct _ 25 by by ADP IN _ 26 case 26:case _ 26 e-mail e-mail NOUN NN Number=Sing 12 obl 12:obl:by SpaceAfter=No 27 . . PUNCT . _ 1 punct 1:punct _ @@ -41994,11 +42012,11 @@ # sent_id = email-enronsent00_01-0031 # text = Orders and/or instructions transmitted by e-mail will not be accepted by PaineWebber and PaineWebber will not be responsible for carrying out such orders and/or instructions. 1 Orders order NOUN NNS Number=Plur 12 nsubj:pass 12:nsubj:pass _ -2 and and CCONJ CC _ 4 cc 4:cc SpaceAfter=No -3 / / PUNCT , _ 4 punct 4:punct SpaceAfter=No -4 or or CCONJ CC _ 5 cc 5:cc _ +2 and and CCONJ CC _ 5 cc 5:cc SpaceAfter=No +3 / / SYM SYM _ 4 cc 4:cc SpaceAfter=No +4 or or CCONJ CC _ 2 conj 2:conj:slash|5:cc _ 5 instructions instruction NOUN NNS Number=Plur 1 conj 1:conj:and_or|12:nsubj:pass _ -6 transmitted transmit VERB VBN Tense=Past|VerbForm=Part 1 acl 1:acl _ +6 transmitted transmit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 acl 1:acl _ 7 by by ADP IN _ 8 case 8:case _ 8 e-mail e-mail NOUN NN Number=Sing 6 obl 6:obl:by _ 9 will will AUX MD VerbForm=Fin 12 aux 12:aux _ @@ -42006,7 +42024,7 @@ 11 be be AUX VB VerbForm=Inf 12 aux:pass 12:aux:pass _ 12 accepted accept VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 13 by by ADP IN _ 14 case 14:case _ -14 PaineWebber PaineWebber PROPN NNP Number=Sing 12 obl 12:obl:by _ +14 PaineWebber PaineWebber PROPN NNP Number=Sing 12 obl:agent 12:obl:agent _ 15 and and CCONJ CC _ 20 cc 20:cc _ 16 PaineWebber PaineWebber PROPN NNP Number=Sing 20 nsubj 20:nsubj _ 17 will will AUX MD VerbForm=Fin 20 aux 20:aux _ @@ -42018,9 +42036,9 @@ 23 out out ADP RP _ 22 compound:prt 22:compound:prt _ 24 such such ADJ JJ Degree=Pos 25 amod 25:amod _ 25 orders order NOUN NNS Number=Plur 22 obj 22:obj _ -26 and and CCONJ CC _ 28 cc 28:cc SpaceAfter=No -27 / / PUNCT , _ 28 punct 28:punct SpaceAfter=No -28 or or CCONJ CC _ 29 cc 29:cc _ +26 and and CCONJ CC _ 29 cc 29:cc SpaceAfter=No +27 / / SYM SYM _ 28 cc 28:cc SpaceAfter=No +28 or or CCONJ CC _ 26 conj 26:conj:slash|29:cc _ 29 instructions instruction NOUN NNS Number=Plur 25 conj 22:obj|25:conj:and_or SpaceAfter=No 30 . . PUNCT . _ 12 punct 12:punct _ @@ -42031,7 +42049,7 @@ 3 Privacy privacy NOUN NN Number=Sing 1 nmod 1:nmod:regarding _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 Confidentiality confidentiality NOUN NN Number=Sing 3 conj 1:nmod:regarding|3:conj:and SpaceAfter=No -6 : : PUNCT : _ 1 punct 1:punct _ +6 : : PUNCT : _ 8 punct 8:punct _ 7 PaineWebber PaineWebber PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 8 reserves reserve VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -42043,17 +42061,17 @@ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 content content NOUN NN Number=Sing 12 obj 12:obj|14:obj _ 17 of of ADP IN _ 20 case 20:case _ -18 all all DET DT _ 20 det 20:det _ +18 all all DET DT PronType=Tot 20 det 20:det _ 19 e-mail e-mail NOUN NN Number=Sing 20 compound 20:compound _ 20 communications communication NOUN NNS Number=Plur 16 nmod 16:nmod:of _ -21 sent send VERB VBN Tense=Past|VerbForm=Part 20 acl 20:acl _ -22 and and CCONJ CC _ 24 cc 24:cc SpaceAfter=No -23 / / PUNCT , _ 24 punct 24:punct SpaceAfter=No -24 or or CCONJ CC _ 25 cc 25:cc _ -25 received receive VERB VBN Tense=Past|VerbForm=Part 21 conj 20:acl|21:conj:and_or _ +21 sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 acl 20:acl _ +22 and and CCONJ CC _ 25 cc 25:cc SpaceAfter=No +23 / / SYM SYM _ 24 cc 24:cc SpaceAfter=No +24 or or CCONJ CC _ 22 conj 22:conj:slash|25:cc _ +25 received receive VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 conj 20:acl|21:conj:and_or _ 26 by by ADP IN _ 28 case 28:case _ -27 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ -28 employees employee NOUN NNS Number=Plur 21 obl 21:obl:by SpaceAfter=No +27 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +28 employees employee NOUN NNS Number=Plur 21 obl:agent 21:obl:agent SpaceAfter=No 29 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent00_01-0033 @@ -42065,23 +42083,23 @@ 5 Orders order NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 Instructions instruction NOUN NNS Number=Plur 5 conj 3:nmod:of|5:conj:and SpaceAfter=No -8 : : PUNCT : _ 1 punct 1:punct _ +8 : : PUNCT : _ 12 punct 12:punct _ 9 Please please INTJ UH _ 12 discourse 12:discourse _ 10 do do AUX VB Mood=Imp|VerbForm=Fin 12 aux 12:aux _ 11 not not PART RB _ 12 advmod 12:advmod _ 12 transmit transmit VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ 13 orders order NOUN NNS Number=Plur 12 obj 12:obj _ -14 and and CCONJ CC _ 16 cc 16:cc SpaceAfter=No -15 / / PUNCT , _ 16 punct 16:punct SpaceAfter=No -16 or or CCONJ CC _ 17 cc 17:cc _ +14 and and CCONJ CC _ 17 cc 17:cc SpaceAfter=No +15 / / SYM SYM _ 16 cc 16:cc SpaceAfter=No +16 or or CCONJ CC _ 14 conj 14:conj:slash|17:cc _ 17 instructions instruction NOUN NNS Number=Plur 13 conj 12:obj|13:conj:and_or _ 18 regarding regard VERB VBG VerbForm=Ger 21 case 21:case _ -19 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +19 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 20 PaineWebber PaineWebber PROPN NNP Number=Sing 21 compound 21:compound _ 21 account account NOUN NN Number=Sing 13 nmod 13:nmod:regarding SpaceAfter=No -22 ( ( PUNCT -LRB- _ 21 punct 21:punct SpaceAfter=No -23 s s X AFX _ 21 advmod 21:advmod SpaceAfter=No -24 ) ) PUNCT -RRB- _ 21 punct 21:punct _ +22 ( ( PUNCT -LRB- _ 23 punct 23:punct SpaceAfter=No +23 s s ADJ AFX _ 21 amod 21:amod SpaceAfter=No +24 ) ) PUNCT -RRB- _ 23 punct 23:punct _ 25 by by ADP IN _ 26 case 26:case _ 26 e-mail e-mail NOUN NN Number=Sing 12 obl 12:obl:by SpaceAfter=No 27 . . PUNCT . _ 1 punct 1:punct _ @@ -42089,11 +42107,11 @@ # sent_id = email-enronsent00_01-0034 # text = Orders and/or instructions transmitted by e-mail will not be accepted by PaineWebber and PaineWebber will not be responsible for carrying out such orders and/or instructions. 1 Orders order NOUN NNS Number=Plur 12 nsubj:pass 12:nsubj:pass _ -2 and and CCONJ CC _ 4 cc 4:cc SpaceAfter=No -3 / / PUNCT , _ 4 punct 4:punct SpaceAfter=No -4 or or CCONJ CC _ 5 cc 5:cc _ +2 and and CCONJ CC _ 5 cc 5:cc SpaceAfter=No +3 / / SYM SYM _ 4 cc 4:cc SpaceAfter=No +4 or or CCONJ CC _ 2 conj 2:conj:slash|5:cc _ 5 instructions instruction NOUN NNS Number=Plur 1 conj 1:conj:and_or|12:nsubj:pass _ -6 transmitted transmit VERB VBN Tense=Past|VerbForm=Part 1 acl 1:acl _ +6 transmitted transmit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 acl 1:acl _ 7 by by ADP IN _ 8 case 8:case _ 8 e-mail e-mail NOUN NN Number=Sing 6 obl 6:obl:by _ 9 will will AUX MD VerbForm=Fin 12 aux 12:aux _ @@ -42101,7 +42119,7 @@ 11 be be AUX VB VerbForm=Inf 12 aux:pass 12:aux:pass _ 12 accepted accept VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 13 by by ADP IN _ 14 case 14:case _ -14 PaineWebber PaineWebber PROPN NNP Number=Sing 12 obl 12:obl:by _ +14 PaineWebber PaineWebber PROPN NNP Number=Sing 12 obl:agent 12:obl:agent _ 15 and and CCONJ CC _ 20 cc 20:cc _ 16 PaineWebber PaineWebber PROPN NNP Number=Sing 20 nsubj 20:nsubj _ 17 will will AUX MD VerbForm=Fin 20 aux 20:aux _ @@ -42113,9 +42131,9 @@ 23 out out ADP RP _ 22 compound:prt 22:compound:prt _ 24 such such ADJ JJ Degree=Pos 25 amod 25:amod _ 25 orders order NOUN NNS Number=Plur 22 obj 22:obj _ -26 and and CCONJ CC _ 28 cc 28:cc SpaceAfter=No -27 / / PUNCT , _ 28 punct 28:punct SpaceAfter=No -28 or or CCONJ CC _ 29 cc 29:cc _ +26 and and CCONJ CC _ 29 cc 29:cc SpaceAfter=No +27 / / SYM SYM _ 28 cc 28:cc SpaceAfter=No +28 or or CCONJ CC _ 26 conj 26:conj:slash|29:cc _ 29 instructions instruction NOUN NNS Number=Plur 25 conj 22:obj|25:conj:and_or SpaceAfter=No 30 . . PUNCT . _ 12 punct 12:punct _ @@ -42126,7 +42144,7 @@ 3 Privacy privacy NOUN NN Number=Sing 1 nmod 1:nmod:regarding _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 Confidentiality confidentiality NOUN NN Number=Sing 3 conj 1:nmod:regarding|3:conj:and SpaceAfter=No -6 : : PUNCT : _ 1 punct 1:punct _ +6 : : PUNCT : _ 8 punct 8:punct _ 7 PaineWebber PaineWebber PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 8 reserves reserve VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -42138,17 +42156,17 @@ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 content content NOUN NN Number=Sing 12 obj 12:obj|14:obj _ 17 of of ADP IN _ 20 case 20:case _ -18 all all DET DT _ 20 det 20:det _ +18 all all DET DT PronType=Tot 20 det 20:det _ 19 e-mail e-mail NOUN NN Number=Sing 20 compound 20:compound _ 20 communications communication NOUN NNS Number=Plur 16 nmod 16:nmod:of _ -21 sent send VERB VBN Tense=Past|VerbForm=Part 20 acl 20:acl _ -22 and and CCONJ CC _ 24 cc 24:cc SpaceAfter=No -23 / / PUNCT , _ 24 punct 24:punct SpaceAfter=No -24 or or CCONJ CC _ 25 cc 25:cc _ -25 received receive VERB VBN Tense=Past|VerbForm=Part 21 conj 20:acl|21:conj:and_or _ +21 sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 acl 20:acl _ +22 and and CCONJ CC _ 25 cc 25:cc SpaceAfter=No +23 / / SYM SYM _ 24 cc 24:cc SpaceAfter=No +24 or or CCONJ CC _ 22 conj 22:conj:slash|25:cc _ +25 received receive VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 conj 20:acl|21:conj:and_or _ 26 by by ADP IN _ 28 case 28:case _ -27 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ -28 employees employee NOUN NNS Number=Plur 21 obl 21:obl:by SpaceAfter=No +27 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +28 employees employee NOUN NNS Number=Plur 21 obl:agent 21:obl:agent SpaceAfter=No 29 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent00_01-0036 @@ -42165,7 +42183,7 @@ 3 that that SCONJ IN _ 10 mark 10:mark _ 4 effective effective ADJ JJ Degree=Pos 10 advmod 10:advmod _ 5 immediately immediately ADV RB _ 4 advmod 4:advmod _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 email email NOUN NN Number=Sing 8 compound 8:compound _ 8 address address NOUN NN Number=Sing 10 nsubj 10:nsubj _ 9 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ @@ -42177,7 +42195,7 @@ # text = He just rescheduled to Wednesday. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 rescheduled reschedule VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +3 rescheduled reschedule VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to ADP IN _ 5 case 5:case _ 5 Wednesday Wednesday PROPN NNP Number=Sing 3 obl 3:obl:to SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ @@ -42196,10 +42214,10 @@ # sent_id = email-enronsent00_01-0040 # newpar id = email-enronsent00_01-p0008 # text = Your buddy Beau invited me. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 buddy buddy NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 Beau Beau PROPN NNP Number=Sing 2 appos 2:appos _ -4 invited invite VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 invited invite VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obj 4:obj SpaceAfter=No 6 . . PUNCT . _ 4 punct 4:punct _ @@ -42207,7 +42225,7 @@ # text = How about prior to that or after that on Tuesday. 1 How how ADV WRB PronType=Int 0 root 0:root _ 2 about about ADP IN _ 5 case 5:case _ -3 prior prior ADJ JJ Degree=Pos 5 case 5:case _ +3 prior prior ADJ JJ Degree=Pos|ExtPos=ADP 5 case 5:case _ 4 to to ADP IN _ 3 fixed 3:fixed _ 5 that that PRON DT Number=Sing|PronType=Dem 1 obl 1:obl:prior_to _ 6 or or CCONJ CC _ 10 cc 10:cc _ @@ -42228,16 +42246,16 @@ # newpar id = email-enronsent00_01-p0010 # text = already have plans on thursday . 1 already already ADV RB _ 2 advmod 2:advmod _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 plans plan NOUN NNS Number=Plur 2 obj 2:obj _ 4 on on ADP IN _ 5 case 5:case _ -5 thursday thursday PROPN NNP Number=Sing 2 obl 2:obl:on _ +5 thursday Thursday PROPN NNP Number=Sing 2 obl 2:obl:on _ 6 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent00_01-0044 # newpar id = email-enronsent00_01-p0011 # text = are you going to the NYMEX candidate cocktail hour Tuesday? -1 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 to to ADP IN _ 9 case 9:case _ @@ -42273,22 +42291,22 @@ # text = not really... 1 not not PART RB _ 2 advmod 2:advmod _ 2 really really ADV RB _ 0 root 0:root SpaceAfter=No -3 ... ... PUNCT . _ 1 punct 1:punct _ +3 ... ... PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent00_01-0048 # newpar id = email-enronsent00_01-p0013 # text = already have plans on thursday . 1 already already ADV RB _ 2 advmod 2:advmod _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 plans plan NOUN NNS Number=Plur 2 obj 2:obj _ 4 on on ADP IN _ 5 case 5:case _ -5 thursday thursday PROPN NNP Number=Sing 2 obl 2:obl:on _ +5 thursday Thursday PROPN NNP Number=Sing 2 obl 2:obl:on _ 6 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent00_01-0049 # newpar id = email-enronsent00_01-p0014 # text = are you going to the NYMEX candidate cocktail hour Tuesday? -1 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 to to ADP IN _ 9 case 9:case _ @@ -42328,19 +42346,19 @@ # text = How about Tuesday's at 3:30 Houston time. 1 How how ADV WRB PronType=Int 0 root 0:root _ 2 about about ADP IN _ 3 case 3:case _ -3 Tuesday's Tuesday's PROPN NNPS Number=Plur 1 obl 1:obl:about _ +3 Tuesday's Tuesday PROPN NNPS Number=Plur 1 obl 1:obl:about _ 4 at at ADP IN _ 5 case 5:case _ -5 3:30 3:30 NUM CD NumType=Card 3 nmod 3:nmod:at _ +5 3:30 3:30 NUM CD NumForm=Digit|NumType=Card 3 nmod 3:nmod:at _ 6 Houston Houston PROPN NNP Number=Sing 7 compound 7:compound _ -7 time time NOUN NN Number=Sing 5 nmod:npmod 5:nmod:npmod SpaceAfter=No +7 time time NOUN NN Number=Sing 5 nmod:tmod 5:nmod:tmod SpaceAfter=No 8 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent30_01-0003 # newpar id = email-enronsent30_01-p0002 # text = i completely agree. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 completely completely ADV RB _ 3 advmod 3:advmod _ -3 agree agree VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 agree agree VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent30_01-0004 @@ -42352,17 +42370,17 @@ 5 have have VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 meeting meeting NOUN NN Number=Sing 5 obj 5:obj _ -8 once once ADV RB NumType=Mult 10 case 10:case _ +8 once once ADV RB NumForm=Word|NumType=Mult 7 advmod 7:advmod _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -10 week week NOUN NN Number=Sing 7 advmod 7:advmod _ +10 week week NOUN NN Number=Sing 8 obl:tmod 8:obl:tmod _ 11 for for ADP IN _ 15 case 15:case _ -12 1 1 NUM CD NumType=Card 15 nummod 15:nummod SpaceAfter=No +12 1 1 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod SpaceAfter=No 13 - - SYM SYM _ 14 case 14:case SpaceAfter=No -14 2 2 NUM CD NumType=Card 12 nmod 12:nmod _ -15 hours hour NOUN NNS Number=Plur 7 nmod 7:nmod:for _ +14 2 2 NUM CD NumForm=Digit|NumType=Card 12 nmod 12:nmod _ +15 hours hour NOUN NNS Number=Plur 7 nmod 7:nmod _ 16 with with ADP IN _ 18 case 18:case _ -17 all all DET DT _ 18 det 18:det _ -18 6 6 NUM CD NumType=Card 7 nmod 7:nmod:with _ +17 all all DET DT PronType=Tot 18 det 18:det _ +18 6 6 NUM CD NumForm=Digit|NumType=Card 7 nmod 7:nmod:with _ 19 of of ADP IN _ 20 case 20:case _ 20 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 18 nmod 18:nmod:of _ 21 just just ADV RB _ 23 advmod 23:advmod _ @@ -42370,8 +42388,8 @@ 23 make make VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ 24 sure sure ADJ JJ Degree=Pos 23 xcomp 23:xcomp _ 25 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 27 nsubj 27:nsubj _ -26 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ -27 moving move VERB VBG VerbForm=Ger 24 ccomp 24:ccomp _ +26 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ +27 moving move VERB VBG Tense=Pres|VerbForm=Part 24 ccomp 24:ccomp _ 28 forward forward ADV RB _ 27 advmod 27:advmod _ 29 and and CCONJ CC _ 31 cc 31:cc _ 30 to to PART TO _ 31 mark 31:mark _ @@ -42379,33 +42397,33 @@ 32 an a DET DT Definite=Ind|PronType=Art 33 det 33:det _ 33 update update NOUN NN Number=Sing 31 obj 31:obj _ 34 and and CCONJ CC _ 35 cc 35:cc _ -35 anything anything PRON NN Number=Sing 33 conj 31:obj|33:conj:and _ +35 anything anything PRON NN Number=Sing|PronType=Ind 33 conj 31:obj|33:conj:and _ 36 and and CCONJ CC _ 37 cc 37:cc _ -37 everything everything PRON NN Number=Sing 33 conj 31:obj|33:conj:and SpaceAfter=No +37 everything everything PRON NN Number=Sing|PronType=Tot 33 conj 31:obj|33:conj:and SpaceAfter=No 38 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent30_01-0005 # text = My only concern is that we take the boys away from their overwhelming task. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 only only ADJ JJ Degree=Pos 3 amod 3:amod _ -3 concern concern NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 concern concern NOUN NN Number=Sing 7 nsubj:outer 7:nsubj:outer _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 5 that that SCONJ IN _ 7 mark 7:mark _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 take take VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +7 take take VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 boys boy NOUN NNS Number=Plur 7 obj 7:obj _ 10 away away ADV RB _ 7 advmod 7:advmod _ 11 from from ADP IN _ 14 case 14:case _ -12 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 13 overwhelming overwhelming ADJ JJ Degree=Pos 14 amod 14:amod _ 14 task task NOUN NN Number=Sing 10 obl 10:obl:from SpaceAfter=No -15 . . PUNCT . _ 4 punct 4:punct _ +15 . . PUNCT . _ 7 punct 7:punct _ # sent_id = email-enronsent30_01-0006 # text = What do you guys think. 1 What what PRON WP PronType=Int 5 obj 5:obj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 4 guys guy NOUN NNS Number=Plur 3 appos 3:appos _ 5 think think VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No @@ -42428,7 +42446,7 @@ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 move move VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 weekly weekly ADJ JJ Degree=Pos 8 amod 8:amod _ 8 meeting meeting NOUN NN Number=Sing 5 obj 5:obj _ 9 to to ADP IN _ 10 case 10:case _ @@ -42438,12 +42456,12 @@ # sent_id = email-enronsent30_01-0010 # newpar id = email-enronsent30_01-p0004 # text = Monday's starting next week at 4??????????????? -1 Monday's Monday's PROPN NNPS Number=Plur 0 root 0:root _ +1 Monday's Monday PROPN NNPS Number=Plur 0 root 0:root _ 2 starting start VERB VBG VerbForm=Ger 1 acl 1:acl _ 3 next next ADJ JJ Degree=Pos 4 amod 4:amod _ 4 week week NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod _ 5 at at ADP IN _ 6 case 6:case _ -6 4 4 NUM CD NumType=Card 2 obl 2:obl:at SpaceAfter=No +6 4 4 NUM CD NumForm=Digit|NumType=Card 2 obl 2:obl:at SpaceAfter=No 7 ??????????????? ??????????????? PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent30_01-0011 @@ -42462,19 +42480,19 @@ # text = How about Tuesday's at 3:30 Houston time. 1 How how ADV WRB PronType=Int 0 root 0:root _ 2 about about ADP IN _ 3 case 3:case _ -3 Tuesday's Tuesday's PROPN NNPS Number=Plur 1 obl 1:obl:about _ +3 Tuesday's Tuesday PROPN NNPS Number=Plur 1 obl 1:obl:about _ 4 at at ADP IN _ 5 case 5:case _ -5 3:30 3:30 NUM CD NumType=Card 3 nmod 3:nmod:at _ +5 3:30 3:30 NUM CD NumForm=Digit|NumType=Card 3 nmod 3:nmod:at _ 6 Houston Houston PROPN NNP Number=Sing 7 compound 7:compound _ -7 time time NOUN NN Number=Sing 5 nmod:npmod 5:nmod:npmod SpaceAfter=No +7 time time NOUN NN Number=Sing 5 nmod:tmod 5:nmod:tmod SpaceAfter=No 8 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent30_01-0013 # newpar id = email-enronsent30_01-p0006 # text = i completely agree. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 completely completely ADV RB _ 3 advmod 3:advmod _ -3 agree agree VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 agree agree VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent30_01-0014 @@ -42486,17 +42504,17 @@ 5 have have VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 meeting meeting NOUN NN Number=Sing 5 obj 5:obj _ -8 once once ADV RB NumType=Mult 10 case 10:case _ +8 once once ADV RB NumForm=Word|NumType=Mult 7 advmod 7:advmod _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -10 week week NOUN NN Number=Sing 7 advmod 7:advmod _ +10 week week NOUN NN Number=Sing 8 obl:tmod 8:obl:tmod _ 11 for for ADP IN _ 15 case 15:case _ -12 1 1 NUM CD NumType=Card 15 nummod 15:nummod SpaceAfter=No +12 1 1 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod SpaceAfter=No 13 - - SYM SYM _ 14 case 14:case SpaceAfter=No -14 2 2 NUM CD NumType=Card 12 nmod 12:nmod _ -15 hours hour NOUN NNS Number=Plur 7 nmod 7:nmod:for _ +14 2 2 NUM CD NumForm=Digit|NumType=Card 12 nmod 12:nmod _ +15 hours hour NOUN NNS Number=Plur 7 nmod 7:nmod _ 16 with with ADP IN _ 18 case 18:case _ -17 all all DET DT _ 18 det 18:det _ -18 6 6 NUM CD NumType=Card 7 nmod 7:nmod:with _ +17 all all DET DT PronType=Tot 18 det 18:det _ +18 6 6 NUM CD NumForm=Digit|NumType=Card 7 nmod 7:nmod:with _ 19 of of ADP IN _ 20 case 20:case _ 20 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 18 nmod 18:nmod:of _ 21 just just ADV RB _ 23 advmod 23:advmod _ @@ -42504,7 +42522,7 @@ 23 make make VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ 24 sure sure ADJ JJ Degree=Pos 23 xcomp 23:xcomp _ 25 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 27 nsubj 27:nsubj _ -26 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ +26 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ 27 moving move VERB VBG Tense=Pres|VerbForm=Part 24 ccomp 24:ccomp _ 28 forward forward ADV RB _ 27 advmod 27:advmod _ 29 and and CCONJ CC _ 31 cc 31:cc _ @@ -42513,33 +42531,33 @@ 32 an a DET DT Definite=Ind|PronType=Art 33 det 33:det _ 33 update update NOUN NN Number=Sing 31 obj 31:obj _ 34 and and CCONJ CC _ 35 cc 35:cc _ -35 anything anything PRON NN Number=Sing 33 conj 31:obj|33:conj:and _ +35 anything anything PRON NN Number=Sing|PronType=Ind 33 conj 31:obj|33:conj:and _ 36 and and CCONJ CC _ 37 cc 37:cc _ -37 everything everything PRON NN Number=Sing 33 conj 31:obj|33:conj:and SpaceAfter=No +37 everything everything PRON NN Number=Sing|PronType=Tot 33 conj 31:obj|33:conj:and SpaceAfter=No 38 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent30_01-0015 # text = My only concern is that we take the boys away from their overwhelming task. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 only only ADJ JJ Degree=Pos 3 amod 3:amod _ -3 concern concern NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 concern concern NOUN NN Number=Sing 7 nsubj:outer 7:nsubj:outer _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 5 that that SCONJ IN _ 7 mark 7:mark _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 take take VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +7 take take VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 boys boy NOUN NNS Number=Plur 7 obj 7:obj _ 10 away away ADV RB _ 7 advmod 7:advmod _ 11 from from ADP IN _ 14 case 14:case _ -12 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 13 overwhelming overwhelming ADJ JJ Degree=Pos 14 amod 14:amod _ 14 task task NOUN NN Number=Sing 10 obl 10:obl:from SpaceAfter=No -15 . . PUNCT . _ 4 punct 4:punct _ +15 . . PUNCT . _ 7 punct 7:punct _ # sent_id = email-enronsent30_01-0016 # text = What do you guys think. 1 What what PRON WP PronType=Int 5 obj 5:obj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 4 guys guy NOUN NNS Number=Plur 3 appos 3:appos _ 5 think think VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No @@ -42559,12 +42577,12 @@ # sent_id = email-enronsent30_01-0019 # newpar id = email-enronsent30_01-p0008 # text = Did you happen to sign your employment agreement? -1 Did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +1 Did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 3 happen happen VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 sign sign VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 employment employment NOUN NN Number=Sing 8 compound 8:compound _ 8 agreement agreement NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No 9 ? ? PUNCT . _ 3 punct 3:punct _ @@ -42591,7 +42609,7 @@ 3 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 requested request VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 attached attach VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +6 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 report report NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ @@ -42605,13 +42623,13 @@ 6 allocation allocation NOUN NN Number=Sing 3 obl 3:obl:about _ 7 amongst amongst ADP IN _ 8 case 8:case _ 8 categories category NOUN NNS Number=Plur 6 nmod 6:nmod:amongst SpaceAfter=No -9 - - PUNCT , _ 6 punct 6:punct _ +9 - - PUNCT , _ 15 punct 15:punct _ 10 in in ADP IN _ 11 case 11:case _ 11 particular particular ADJ JJ Degree=Pos 15 nmod 15:nmod:in SpaceAfter=No -12 , , PUNCT , _ 15 punct 15:punct _ -13 Real Real PROPN NNP Number=Sing 14 compound 14:compound _ +12 , , PUNCT , _ 11 punct 11:punct _ +13 Real Real ADJ NNP Degree=Pos 14 amod 14:amod _ 14 Time Time PROPN NNP Number=Sing 15 compound 15:compound _ -15 Traders Traders PROPN NNPS Number=Plur 6 appos 6:appos SpaceAfter=No +15 Traders Trader PROPN NNPS Number=Plur 6 appos 6:appos SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent30_01-0024 @@ -42619,7 +42637,7 @@ 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 would would AUX MD VerbForm=Fin 6 advcl 6:advcl:if SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 please please INTJ UH _ 6 discourse 6:discourse _ 6 review review VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -42631,16 +42649,16 @@ 13 know know VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 14 if if SCONJ IN _ 18 mark 18:mark _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ -16 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ +16 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 17 in in ADP IN _ 18 case 18:case _ -18 agreement agreement NOUN NN Number=Sing 13 advcl 13:advcl:if _ +18 agreement agreement NOUN NN Number=Sing 13 ccomp 13:ccomp _ 19 with with ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 presentation presentation NOUN NN Number=Sing 18 nmod 18:nmod:with _ 22 by by ADP IN _ 24 case 24:case _ 23 tomorrow tomorrow NOUN NN Number=Sing 24 compound 24:compound _ 24 evening evening NOUN NN Number=Sing 18 obl 18:obl:by SpaceAfter=No -25 , , PUNCT , _ 18 punct 18:punct _ +25 , , PUNCT , _ 27 punct 27:punct _ 26 if if SCONJ IN _ 27 mark 27:mark _ 27 possible possible ADJ JJ Degree=Pos 18 advcl 18:advcl:if SpaceAfter=No 28 . . PUNCT . _ 6 punct 6:punct _ @@ -42649,13 +42667,13 @@ # text = I'm at xif you have any questions. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 at at ADP IN _ 4 case 4:case _ -4 x x NOUN NN Number=Sing 0 root 0:root SpaceAfter=No +4 x x NOUN NN Number=Sing 0 root 0:root CorrectSpaceAfter=Yes|SpaceAfter=No 5 if if SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ -8 any any DET DT _ 9 det 9:det _ +7 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ +8 any any DET DT PronType=Ind 9 det 9:det _ 9 questions question NOUN NNS Number=Plur 7 obj 7:obj SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ @@ -42668,49 +42686,49 @@ # newpar id = email-enronsent30_01-p0010 # text = I understand all of those comparisons, however, the reality is if we lose Dean (which we will if we don't pay 65k + 10k), we will end up hiring a replacement at 75-80k. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 understand understand VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 all all DET DT _ 2 obj 2:obj _ +2 understand understand VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 all all DET DT PronType=Tot 2 obj 2:obj _ 4 of of ADP IN _ 6 case 6:case _ 5 those that DET DT Number=Plur|PronType=Dem 6 det 6:det _ 6 comparisons comparison NOUN NNS Number=Plur 3 nmod 3:nmod:of SpaceAfter=No -7 , , PUNCT , _ 2 punct 2:punct _ -8 however however ADV RB _ 12 advmod 12:advmod SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ +7 , , PUNCT , _ 35 punct 35:punct _ +8 however however ADV RB _ 35 advmod 35:advmod SpaceAfter=No +9 , , PUNCT , _ 8 punct 8:punct _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -11 reality reality NOUN NN Number=Sing 12 nsubj 12:nsubj _ -12 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +11 reality reality NOUN NN Number=Sing 35 nsubj:outer 35:nsubj:outer _ +12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 35 cop 35:cop _ 13 if if SCONJ IN _ 15 mark 15:mark _ 14 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 lose lose VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 35 advcl 35:advcl:if _ +15 lose lose VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 35 advcl 35:advcl:if _ 16 Dean Dean PROPN NNP Number=Sing 15 obj 15:obj _ -17 ( ( PUNCT -LRB- _ 25 punct 25:punct SpaceAfter=No -18 which which PRON WDT PronType=Int 15 parataxis 15:parataxis _ +17 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No +18 which which PRON WDT PronType=Rel 15 advcl:relcl 15:advcl:relcl _ 19 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 18 nsubj 18:nsubj _ 20 will will AUX MD VerbForm=Fin 18 aux 18:aux _ 21 if if SCONJ IN _ 25 mark 25:mark _ 22 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 25 nsubj 25:nsubj _ 23-24 don't _ _ _ _ _ _ _ _ -23 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ +23 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ 24 n't not PART RB _ 25 advmod 25:advmod _ 25 pay pay VERB VB VerbForm=Inf 18 advcl 18:advcl:if _ -26 65 65 NUM CD NumType=Card 27 compound 27:compound SpaceAfter=No -27 k k NUM CD NumType=Card 30 compound 30:compound _ +26 65 65 NUM CD NumForm=Digit|NumType=Card 27 compound 27:compound SpaceAfter=No +27 k thousand NUM CD Abbr=Yes|NumForm=Word|NumType=Card 30 compound 30:compound _ 28 + + SYM SYM _ 30 advmod 30:advmod _ -29 10 10 NUM CD NumType=Card 30 compound 30:compound SpaceAfter=No -30 k k NUM CD NumType=Card 25 obj 25:obj SpaceAfter=No -31 ) ) PUNCT -RRB- _ 25 punct 25:punct SpaceAfter=No -32 , , PUNCT , _ 35 punct 35:punct _ +29 10 10 NUM CD NumForm=Digit|NumType=Card 30 compound 30:compound SpaceAfter=No +30 k thousand NUM CD Abbr=Yes|NumForm=Word|NumType=Card 25 obj 25:obj SpaceAfter=No +31 ) ) PUNCT -RRB- _ 18 punct 18:punct SpaceAfter=No +32 , , PUNCT , _ 15 punct 15:punct _ 33 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 35 nsubj 35:nsubj|37:nsubj:xsubj _ 34 will will AUX MD VerbForm=Fin 35 aux 35:aux _ -35 end end VERB VB VerbForm=Inf 12 ccomp 12:ccomp _ +35 end end VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ 36 up up ADP RP _ 35 compound:prt 35:compound:prt _ 37 hiring hire VERB VBG VerbForm=Ger 35 xcomp 35:xcomp _ 38 a a DET DT Definite=Ind|PronType=Art 39 det 39:det _ 39 replacement replacement NOUN NN Number=Sing 37 obj 37:obj _ 40 at at ADP IN _ 44 case 44:case _ -41 75 75 NUM CD NumType=Card 44 compound 44:compound SpaceAfter=No +41 75 75 NUM CD NumForm=Digit|NumType=Card 44 compound 44:compound SpaceAfter=No 42 - - SYM SYM _ 43 case 43:case SpaceAfter=No -43 80 80 NUM CD NumType=Card 41 nmod 41:nmod SpaceAfter=No +43 80 80 NUM CD NumForm=Digit|NumType=Card 41 nmod 41:nmod SpaceAfter=No 44 k k NOUN NN Number=Sing 37 obl 37:obl:at SpaceAfter=No 45 . . PUNCT . _ 2 punct 2:punct _ @@ -42729,7 +42747,7 @@ # newpar id = email-enronsent30_01-p0011 # text = I know it seems like a stretch, but the market for hourly traders is very strong right now. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 4 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 5 like like ADP IN _ 7 case 7:case _ @@ -42757,8 +42775,8 @@ 4 to to PART TO _ 5 mark 5:mark _ 5 get get VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 this this PRON DT Number=Sing|PronType=Dem 5 obj 5:obj|7:nsubj:xsubj _ -7 done do VERB VBN Tense=Past|VerbForm=Part 5 xcomp 5:xcomp _ -8 ASAP asap ADV RB _ 7 advmod 7:advmod SpaceAfter=No +7 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 xcomp 5:xcomp _ +8 ASAP ASAP ADV RB _ 7 advmod 7:advmod SpaceAfter=No 9 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent30_01-0031 @@ -42787,14 +42805,14 @@ # sent_id = email-enronsent30_01-0033 # text = Juan communicated some numbers to me and when reviewing this request would like to ask you to consider the following: -1 Juan Juan PROPN NNP Number=Sing 2 nsubj 2:nsubj|13:nsubj|15:nsubj:xsubj|18:nsubj:xsubj _ -2 communicated communicate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 some some DET DT _ 4 det 4:det _ +1 Juan Juan PROPN NNP Number=Sing 2 nsubj 2:nsubj|13:nsubj|15:nsubj:xsubj _ +2 communicated communicate VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 some some DET DT PronType=Ind 4 det 4:det _ 4 numbers number NOUN NNS Number=Plur 2 obj 2:obj _ 5 to to ADP IN _ 6 case 6:case _ 6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obl 2:obl:to _ 7 and and CCONJ CC _ 13 cc 13:cc _ -8 when when SCONJ WRB PronType=Int 9 mark 9:mark _ +8 when when ADV WRB PronType=Int 9 advmod 9:advmod _ 9 reviewing review VERB VBG VerbForm=Ger 13 advcl 13:advcl:when _ 10 this this DET DT Number=Sing|PronType=Dem 11 det 11:det _ 11 request request NOUN NN Number=Sing 9 obj 9:obj _ @@ -42802,34 +42820,34 @@ 13 like like VERB VB VerbForm=Inf 2 conj 2:conj:and _ 14 to to PART TO _ 15 mark 15:mark _ 15 ask ask VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ -16 you you PRON PRP Case=Acc|Person=2|PronType=Prs 15 iobj 15:iobj _ +16 you you PRON PRP Case=Acc|Person=2|PronType=Prs 15 iobj 15:iobj|18:nsubj:xsubj _ 17 to to PART TO _ 18 mark 18:mark _ 18 consider consider VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ -19 the the DET DT Definite=Def|PronType=Art 18 obj 18:obj _ -20 following follow VERB VBG VerbForm=Ger 19 amod 19:amod SpaceAfter=No +19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ +20 following follow VERB VBG VerbForm=Ger 18 obj 18:obj SpaceAfter=No 21 : : PUNCT : _ 2 punct 2:punct _ # sent_id = email-enronsent30_01-0034 # text = Current Salary: $47,500 1 Current current ADJ JJ Degree=Pos 2 amod 2:amod _ 2 Salary salary NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 4 punct 4:punct _ 4 $ $ SYM $ _ 2 appos 2:appos SpaceAfter=No -5 47,500 47,500 NUM CD NumType=Card 4 nummod 4:nummod _ +5 47,500 47500 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ # sent_id = email-enronsent30_01-0035 # text = Job Group: Specialist 1 Job job NOUN NN Number=Sing 2 compound 2:compound _ 2 Group group NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 4 punct 4:punct _ 4 Specialist specialist NOUN NN Number=Sing 2 appos 2:appos _ # sent_id = email-enronsent30_01-0036 # text = YE PRC Rating: Satisfactory -1 YE ye NOUN NN Number=Sing 3 compound 3:compound _ -2 PRC prc NOUN NN Number=Sing 3 compound 3:compound _ +1 YE YE NOUN NN Number=Sing 3 compound 3:compound _ +2 PRC PRC NOUN NN Number=Sing 3 compound 3:compound _ 3 Rating rating NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -4 : : PUNCT : _ 3 punct 3:punct _ +4 : : PUNCT : _ 5 punct 5:punct _ 5 Satisfactory satisfactory ADJ JJ Degree=Pos 3 appos 3:appos _ # sent_id = email-enronsent30_01-0037 @@ -42843,25 +42861,25 @@ # text = Base Salary 65k 1 Base base NOUN NN Number=Sing 2 compound 2:compound _ 2 Salary salary NOUN NN Number=Sing 0 root 0:root _ -3 65 65 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No +3 65 65 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No 4 k k NOUN NN Number=Sing 2 appos 2:appos _ # sent_id = email-enronsent30_01-0039 # text = 1 Year Agreement -1 1 1 NUM CD NumType=Card 2 nummod 2:nummod _ +1 1 1 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 2 Year year NOUN NN Number=Sing 3 compound 3:compound _ 3 Agreement agreement NOUN NN Number=Sing 0 root 0:root _ # sent_id = email-enronsent30_01-0040 # text = $5,000 signing 1 $ $ SYM $ _ 3 compound 3:compound SpaceAfter=No -2 5,000 5,000 NUM CD NumType=Card 1 nummod 1:nummod _ +2 5,000 5000 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ 3 signing signing NOUN NN Number=Sing 0 root 0:root _ # sent_id = email-enronsent30_01-0041 # newpar id = email-enronsent30_01-p0014 # text = Revised Proposal: -1 Revised revise VERB VBN Tense=Past|VerbForm=Part 2 amod 2:amod _ +1 Revised revise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 amod 2:amod _ 2 Proposal proposal NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 3 : : PUNCT : _ 2 punct 2:punct _ @@ -42870,49 +42888,49 @@ # text = Base Salary: 55k 1 Base base NOUN NN Number=Sing 2 compound 2:compound _ 2 Salary salary NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ -4 55 55 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No -5 k k NUM CD NumType=Card 2 appos 2:appos _ +3 : : PUNCT : _ 5 punct 5:punct _ +4 55 55 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +5 k thousand NUM CD Abbr=Yes|NumForm=Word|NumType=Card 2 appos 2:appos _ # sent_id = email-enronsent30_01-0043 # text = 1 Year agreement -1 1 1 NUM CD NumType=Card 2 nummod 2:nummod _ +1 1 1 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 2 Year year NOUN NN Number=Sing 3 compound 3:compound _ 3 agreement agreement NOUN NN Number=Sing 0 root 0:root _ # sent_id = email-enronsent30_01-0044 # text = $5,000 signing 1 $ $ SYM $ _ 3 compound 3:compound SpaceAfter=No -2 5,000 5,000 NUM CD NumType=Card 1 nummod 1:nummod _ +2 5,000 5000 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ 3 signing signing NOUN NN Number=Sing 0 root 0:root _ # sent_id = email-enronsent30_01-0045 # text = Business Case: If we offered Dean 55k or 60k it would still constitute a over a $10,000 increase (approximately 25%) and taking into consideration he was rated as satisfactory at the specialist level. 1 Business business NOUN NN Number=Sing 2 compound 2:compound _ 2 Case case NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 16 punct 16:punct _ 4 If if SCONJ IN _ 6 mark 6:mark _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 offered offer VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:if _ -7 Dean dean PROPN NNP Number=Sing 6 iobj 6:iobj _ -8 55 55 NUM CD NumType=Card 9 compound 9:compound SpaceAfter=No -9 k k NUM CD NumType=Card 6 obj 6:obj _ +6 offered offer VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:if _ +7 Dean Dean PROPN NNP Number=Sing 6 iobj 6:iobj _ +8 55 55 NUM CD NumForm=Digit|NumType=Card 9 compound 9:compound SpaceAfter=No +9 k thousand NUM CD Abbr=Yes|NumForm=Word|NumType=Card 6 obj 6:obj _ 10 or or CCONJ CC _ 12 cc 12:cc _ -11 60 60 NUM CD NumType=Card 12 compound 12:compound SpaceAfter=No -12 k k NUM CD NumType=Card 9 conj 6:obj|9:conj:or _ +11 60 60 NUM CD NumForm=Digit|NumType=Card 12 compound 12:compound SpaceAfter=No +12 k thousand NUM CD Abbr=Yes|NumForm=Word|NumType=Card 9 conj 6:obj|9:conj:or _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj|29:nsubj _ 14 would would AUX MD VerbForm=Fin 16 aux 16:aux _ 15 still still ADV RB _ 16 advmod 16:advmod _ 16 constitute constitute VERB VB VerbForm=Inf 2 appos 2:appos _ 17 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ -18 over over ADP IN _ 20 advmod 20:advmod _ +18 over over ADV IN _ 20 advmod 20:advmod _ 19 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 20 $ $ SYM $ _ 22 compound 22:compound SpaceAfter=No -21 10,000 10,000 NUM CD NumType=Card 20 compound 20:compound _ +21 10,000 10000 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ 22 increase increase NOUN NN Number=Sing 16 obj 16:obj _ 23 ( ( PUNCT -LRB- _ 26 punct 26:punct SpaceAfter=No 24 approximately approximately ADV RB _ 26 advmod 26:advmod _ -25 25 25 NUM CD NumType=Card 26 nummod 26:nummod SpaceAfter=No +25 25 25 NUM CD NumForm=Digit|NumType=Card 26 nummod 26:nummod SpaceAfter=No 26 % % SYM NN Number=Sing 22 appos 22:appos SpaceAfter=No 27 ) ) PUNCT -RRB- _ 26 punct 26:punct _ 28 and and CCONJ CC _ 29 cc 29:cc _ @@ -42933,18 +42951,18 @@ # sent_id = email-enronsent30_01-0046 # text = Also, the top of the salary range for a specialist is 66k. 1 Also also ADV RB _ 14 advmod 14:advmod SpaceAfter=No -2 , , PUNCT , _ 14 punct 14:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 top top NOUN NN Number=Sing 14 nsubj 14:nsubj _ 5 of of ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 salary salary ADJ JJ Degree=Pos 8 amod 8:amod _ +7 salary salary NOUN NN Number=Sing 8 compound 8:compound _ 8 range range NOUN NN Number=Sing 4 nmod 4:nmod:of _ 9 for for ADP IN _ 11 case 11:case _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 specialist specialist NOUN NN Number=Sing 8 nmod 8:nmod:for _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ -13 66 66 NUM CD NumType=Card 14 compound 14:compound SpaceAfter=No +13 66 66 NUM CD NumForm=Digit|NumType=Card 14 compound 14:compound SpaceAfter=No 14 k k NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 15 . . PUNCT . _ 14 punct 14:punct _ @@ -42973,29 +42991,29 @@ # sent_id = email-enronsent30_01-0048 # text = Secondly, he will still out price performers that you have in the same job group that are excellent and strong performers respectively eg. Paul Thomas, Jason Choate, Todd DeCook and Peter Makkai. 1 Secondly secondly ADV RB _ 7 advmod 7:advmod SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 4 will will AUX MD VerbForm=Fin 7 aux 7:aux _ 5 still still ADV RB _ 7 advmod 7:advmod _ -6 out out X AFX _ 7 advmod 7:advmod _ +6 out out ADV AFX _ 7 advmod 7:advmod _ 7 price price VERB VB VerbForm=Inf 0 root 0:root _ 8 performers performer NOUN NNS Number=Plur 7 obj 7:obj|11:obj|22:nsubj _ 9 that that PRON WDT PronType=Rel 11 obj 8:ref _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -11 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +11 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 12 in in ADP IN _ 16 case 16:case _ 13 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 14 same same ADJ JJ Degree=Pos 16 amod 16:amod _ 15 job job NOUN NN Number=Sing 16 compound 16:compound _ 16 group group NOUN NN Number=Sing 11 obl 11:obl:in _ 17 that that PRON WDT PronType=Rel 22 nsubj 8:ref _ -18 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ +18 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 19 excellent excellent ADJ JJ Degree=Pos 22 amod 22:amod _ 20 and and CCONJ CC _ 21 cc 21:cc _ 21 strong strong ADJ JJ Degree=Pos 19 conj 19:conj:and|22:amod _ 22 performers performer NOUN NNS Number=Plur 8 acl:relcl 8:acl:relcl _ 23 respectively respectively ADV RB _ 22 advmod 22:advmod _ -24 eg. eg. X FW _ 25 advmod 25:advmod _ +24 eg. eg. ADJ FW _ 25 amod 25:amod _ 25 Paul Paul PROPN NNP Number=Sing 8 appos 8:appos _ 26 Thomas Thomas PROPN NNP Number=Sing 25 flat 25:flat SpaceAfter=No 27 , , PUNCT , _ 28 punct 28:punct _ @@ -43025,7 +43043,7 @@ 2 Valdes Valdes PROPN NNPS Number=Plur 1 flat 1:flat _ 3 superior superior ADJ JJ Degree=Pos 1 list 1:list _ 4 $ $ SYM $ _ 1 list 1:list SpaceAfter=No -5 62,500 62,500 NUM CD NumType=Card 4 nummod 4:nummod _ +5 62,500 62500 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ # sent_id = email-enronsent30_01-0051 # text = Paul Thomas excellent $55,008 @@ -43033,7 +43051,7 @@ 2 Thomas Thomas PROPN NNP Number=Sing 1 flat 1:flat _ 3 excellent excellent ADJ JJ Degree=Pos 1 list 1:list _ 4 $ $ SYM $ _ 1 list 1:list SpaceAfter=No -5 55,008 55,008 NUM CD NumType=Card 4 nummod 4:nummod _ +5 55,008 55008 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ # sent_id = email-enronsent30_01-0052 # text = Jason Choate excellent $60,008 @@ -43041,7 +43059,7 @@ 2 Choate Choate PROPN NNP Number=Sing 1 flat 1:flat _ 3 excellent excellent ADJ JJ Degree=Pos 1 list 1:list _ 4 $ $ SYM $ _ 1 list 1:list SpaceAfter=No -5 60,008 60,008 NUM CD NumType=Card 4 nummod 4:nummod _ +5 60,008 60008 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ # sent_id = email-enronsent30_01-0053 # text = Todd DeCook strong $42,008 @@ -43049,7 +43067,7 @@ 2 DeCook DeCook PROPN NNP Number=Sing 1 flat 1:flat _ 3 strong strong ADJ JJ Degree=Pos 1 list 1:list _ 4 $ $ SYM $ _ 1 list 1:list SpaceAfter=No -5 42,008 42,008 NUM CD NumType=Card 4 nummod 4:nummod _ +5 42,008 42008 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ # sent_id = email-enronsent30_01-0054 # text = Peter Makkai strong $47,500 @@ -43057,16 +43075,16 @@ 2 Makkai Makkai PROPN NNP Number=Sing 0 root 0:root _ 3 strong strong ADJ JJ Degree=Pos 2 list 2:list _ 4 $ $ SYM $ _ 2 list 2:list SpaceAfter=No -5 47,500 47,500 NUM CD NumType=Card 4 nummod 4:nummod _ +5 47,500 47500 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ # sent_id = email-enronsent30_01-0055 # text = Let me know your thoughts....then I will run it by Oxley. 1 Let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ 3 know know VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 thoughts thought NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -6 .... .... PUNCT , _ 1 punct 1:punct SpaceAfter=No +6 .... .... PUNCT , _ 10 punct 10:punct SpaceAfter=No 7 then then ADV RB PronType=Dem 10 advmod 10:advmod _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 9 will will AUX MD VerbForm=Fin 10 aux 10:aux _ @@ -43079,7 +43097,7 @@ # sent_id = email-enronsent30_01-0056 # newpar id = email-enronsent30_01-p0017 # text = Are we going to attend? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 3 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ @@ -43096,15 +43114,15 @@ 5 in in ADP IN _ 6 case 6:case _ 6 Transition Transition PROPN NNP Number=Sing 4 nmod 4:nmod:in _ 7 Conference Conference PROPN NNP Number=Sing 0 root 0:root _ -8 Feb. Feb. PROPN NNP Number=Sing 7 nmod:tmod 7:nmod:tmod _ -9 5 5 NUM CD NumType=Card 8 nummod 8:nummod SpaceAfter=No +8 Feb. February PROPN NNP Abbr=Yes|Number=Sing 7 nmod:tmod 7:nmod:tmod _ +9 5 5 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod SpaceAfter=No 10 - - SYM SYM _ 11 case 11:case SpaceAfter=No -11 8 8 NUM CD NumType=Card 9 nmod 9:nmod SpaceAfter=No -12 , , PUNCT , _ 8 punct 8:punct _ -13 2002 2002 NUM CD NumType=Card 8 nummod 8:nummod SpaceAfter=No -14 , , PUNCT , _ 7 punct 7:punct _ +11 8 8 NUM CD NumForm=Digit|NumType=Card 9 nmod 9:nmod SpaceAfter=No +12 , , PUNCT , _ 13 punct 13:punct _ +13 2002 2002 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod SpaceAfter=No +14 , , PUNCT , _ 15 punct 15:punct _ 15 Miami Miami PROPN NNP Number=Sing 7 nmod:npmod 7:nmod:npmod SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ +16 , , PUNCT , _ 17 punct 17:punct _ 17 Florida Florida PROPN NNP Number=Sing 15 appos 15:appos _ # sent_id = email-enronsent30_01-0058 @@ -43140,9 +43158,9 @@ 24 demands demand NOUN NNS Number=Plur 22 obj 22:obj _ 25 in in ADP IN _ 32 case 32:case _ 26 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ -27 larger larger ADJ JJR Degree=Cmp 32 amod 32:amod _ +27 larger large ADJ JJR Degree=Cmp 32 amod 32:amod _ 28 and and CCONJ CC _ 30 cc 30:cc _ -29 more more ADJ JJR Degree=Cmp 30 advmod 30:advmod _ +29 more more ADV RBR Degree=Cmp 30 advmod 30:advmod _ 30 competitive competitive ADJ JJ Degree=Pos 27 conj 27:conj:and|32:amod _ 31 regional regional ADJ JJ Degree=Pos 32 amod 32:amod _ 32 markets market NOUN NNS Number=Plur 22 obl 22:obl:in _ @@ -43201,11 +43219,11 @@ 9 planning planning NOUN NN Number=Sing 5 nmod 5:nmod:for _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 pricing pricing NOUN NN Number=Sing 9 conj 5:nmod:for|9:conj:and SpaceAfter=No -12 , , PUNCT , _ 9 punct 9:punct _ +12 , , PUNCT , _ 18 punct 18:punct _ 13 including include VERB VBG VerbForm=Ger 18 case 18:case _ 14 market market NOUN NN Number=Sing 16 compound 16:compound SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No -16 based base VERB VBN Tense=Past|VerbForm=Part 18 amod 18:amod _ +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +16 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 amod 18:amod _ 17 pricing pricing NOUN NN Number=Sing 18 compound 18:compound _ 18 alternatives alternative NOUN NNS Number=Plur 9 nmod 9:nmod:including _ 19 to to ADP IN _ 24 case 24:case _ @@ -43224,10 +43242,10 @@ 3 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 4 also also ADV RB _ 5 advmod 5:advmod _ 5 discuss discuss VERB VB VerbForm=Inf 0 root 0:root _ -6 what what PRON WP PronType=Int 5 obj 5:obj _ +6 what what PRON WP PronType=Int 9 obj 9:obj _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 8 will will AUX MD VerbForm=Fin 9 aux 9:aux _ -9 take take VERB VB VerbForm=Inf 6 acl:relcl 6:acl:relcl _ +9 take take VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ 10 in in ADP IN _ 12 case 12:case _ 11 legislative legislative ADJ JJ Degree=Pos 12 amod 12:amod _ 12 action action NOUN NN Number=Sing 9 obl 9:obl:in _ @@ -43273,11 +43291,11 @@ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 link link NOUN NN Number=Sing 13 obl 13:obl:on _ 17 below below ADV RB _ 16 advmod 16:advmod SpaceAfter=No -18 : : PUNCT : _ 16 punct 16:punct SpaceAfter=No +18 : : PUNCT : _ 20 punct 20:punct SpaceAfter=No 19 < < PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No 20 http://www.euci.com/pdf/trans_expn.pdf http://www.euci.com/pdf/trans_expn.pdf X ADD _ 16 appos 16:appos SpaceAfter=No -21 > > PUNCT -RRB- _ 20 punct 20:punct _ -22 << << PUNCT -LRB- _ 20 punct 20:punct _ +21 > > PUNCT -RRB- _ 23 punct 23:punct _ +22 << << PUNCT -LRB- _ 23 punct 23:punct _ 23 http://www.euci.com/pdf/trans_expn.pdf http://www.euci.com/pdf/trans_expn.pdf X ADD _ 20 appos 20:appos _ 24 >> >> PUNCT -RRB- _ 20 punct 20:punct _ @@ -43288,14 +43306,14 @@ 3 Design Design PROPN NNP Number=Sing 4 compound 4:compound _ 4 Conference Conference PROPN NNP Number=Sing 0 root 0:root _ 5 March March PROPN NNP Number=Sing 4 nmod:tmod 4:nmod:tmod _ -6 25 25 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No +6 25 25 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No 7 - - SYM SYM _ 8 case 8:case SpaceAfter=No -8 26 26 NUM CD NumType=Card 6 nmod 6:nmod SpaceAfter=No -9 , , PUNCT , _ 5 punct 5:punct _ -10 2002 2002 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No -11 , , PUNCT , _ 4 punct 4:punct _ +8 26 26 NUM CD NumForm=Digit|NumType=Card 6 nmod 6:nmod SpaceAfter=No +9 , , PUNCT , _ 10 punct 10:punct _ +10 2002 2002 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +11 , , PUNCT , _ 12 punct 12:punct _ 12 Atlanta Atlanta PROPN NNP Number=Sing 4 nmod:npmod 4:nmod:npmod SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ +13 , , PUNCT , _ 14 punct 14:punct _ 14 Georgia Georgia PROPN NNP Number=Sing 12 appos 12:appos _ # newdoc id = email-enronsent09_01 @@ -43303,15 +43321,15 @@ # newpar id = email-enronsent09_01-p0001 # text = I need to check something in 969's 2000 tax return. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 check check VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 something something PRON NN Number=Sing 4 obj 4:obj _ +5 something something PRON NN Number=Sing|PronType=Ind 4 obj 4:obj _ 6 in in ADP IN _ 11 case 11:case _ 7-8 969's _ _ _ _ _ _ _ _ -7 969 969 NUM CD NumType=Card 11 nmod:poss 11:nmod:poss _ +7 969 969 NUM CD NumForm=Digit|NumType=Card 11 nmod:poss 11:nmod:poss _ 8 's 's PART POS _ 7 case 7:case _ -9 2000 2000 NUM CD NumType=Card 11 compound 11:compound _ +9 2000 2000 NUM CD NumForm=Digit|NumType=Card 11 compound 11:compound _ 10 tax tax NOUN NN Number=Sing 11 compound 11:compound _ 11 return return NOUN NN Number=Sing 5 nmod 5:nmod:in SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ @@ -43321,12 +43339,12 @@ 1 Who who PRON WP PronType=Int 2 nsubj 2:nsubj _ 2 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -4 2000 2000 NUM CD NumType=Card 6 nummod 6:nummod _ +4 2000 2000 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 5 tax tax NOUN NN Number=Sing 6 compound 6:compound _ 6 return return NOUN NN Number=Sing 7 compound 7:compound _ 7 file file NOUN NN Number=Sing 2 obj 2:obj _ 8 for for ADP IN _ 9 case 9:case _ -9 969 969 NUM CD NumType=Card 7 nmod 7:nmod:for SpaceAfter=No +9 969 969 NUM CD NumForm=Digit|NumType=Card 7 nmod 7:nmod:for SpaceAfter=No 10 ? ? PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent09_01-0003 @@ -43342,27 +43360,27 @@ # sent_id = email-enronsent09_01-0005 # text = 07/30/2001 05:17 PM -1 07/30/2001 07/30/2001 NUM CD NumType=Card 0 root 0:root _ -2 05:17 05:17 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 07/30/2001 07/30/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 05:17 05:17 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent09_01-0006 # text = 1 < < PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No -2 Embedded embed VERB VBN Tense=Past|VerbForm=Part 3 amod 3:amod _ +2 Embedded embed VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 amod 3:amod _ 3 Picture picture NOUN NN Number=Sing 0 root 0:root _ -4 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No +4 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No 5 Device device NOUN NN Number=Sing 6 obl:npmod 6:obl:npmod _ 6 Independent independent ADJ JJ Degree=Pos 7 amod 7:amod _ 7 Bitmap bitmap NOUN NN Number=Sing 3 parataxis 3:parataxis SpaceAfter=No -8 ) ) PUNCT -RRB- _ 3 punct 3:punct SpaceAfter=No +8 ) ) PUNCT -RRB- _ 7 punct 7:punct SpaceAfter=No 9 > > PUNCT -RRB- _ 3 punct 3:punct _ # sent_id = email-enronsent09_01-0007 # newpar id = email-enronsent09_01-p0004 # text = I think that this is for you since I don't know any of these people. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 7 mark 7:mark _ 4 this this PRON DT Number=Sing|PronType=Dem 7 nsubj 7:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ @@ -43371,10 +43389,10 @@ 8 since since SCONJ IN _ 12 mark 12:mark _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 10-11 don't _ _ _ _ _ _ _ _ -10 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +10 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 11 n't not PART RB _ 12 advmod 12:advmod _ 12 know know VERB VB VerbForm=Inf 7 advcl 7:advcl:since _ -13 any any DET DT _ 12 obj 12:obj _ +13 any any DET DT PronType=Ind 12 obj 12:obj _ 14 of of ADP IN _ 16 case 16:case _ 15 these this DET DT Number=Plur|PronType=Dem 16 det 16:det _ 16 people people NOUN NNS Number=Plur 13 nmod 13:nmod:of SpaceAfter=No @@ -43384,13 +43402,13 @@ # newpar id = email-enronsent09_01-p0005 # text = WHO: Enron 1 WHO who PRON WP PronType=Int 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 Enron Enron PROPN NNP Number=Sing 1 appos 1:appos _ # sent_id = email-enronsent09_01-0009 # text = WHAT: Happy Hour for John Suarez 1 WHAT what PRON WP PronType=Int 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 4 punct 4:punct _ 3 Happy happy ADJ JJ Degree=Pos 4 amod 4:amod _ 4 Hour hour NOUN NN Number=Sing 1 appos 1:appos _ 5 for for ADP IN _ 6 case 6:case _ @@ -43403,8 +43421,8 @@ 2 : : PUNCT : _ 3 punct 3:punct _ 3 Today today NOUN NN Number=Sing 1 appos 1:appos _ 4 at at ADP IN _ 6 case 6:case _ -5 5 5 NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No -6 pm pm NOUN NN Number=Sing 3 nmod 3:nmod:at _ +5 5 5 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No +6 pm p.m. NOUN NN Number=Sing 3 nmod 3:nmod:at _ # sent_id = email-enronsent09_01-0011 # text = WHERE: The Front Porch 217 Gray St. (713) 571-9571 @@ -43413,18 +43431,18 @@ 3 The the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 Front Front PROPN NNP Number=Sing 5 compound 5:compound _ 5 Porch Porch PROPN NNP Number=Sing 1 appos 1:appos _ -6 217 217 NUM CD NumType=Card 8 nummod 8:nummod _ -7 Gray Gray PROPN NNP Number=Sing 8 compound 8:compound _ +6 217 217 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ +7 Gray Gray ADJ NNP Degree=Pos 8 amod 8:amod _ 8 St. St. PROPN NNP Number=Sing 5 list 5:list _ -9 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -10 713 713 NUM CD NumType=Card 12 nummod 12:nummod SpaceAfter=No -11 ) ) PUNCT -RRB- _ 12 punct 12:punct _ -12 571-9571 571-9571 NUM CD NumType=Card 5 list 5:list _ +9 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No +10 713 713 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod SpaceAfter=No +11 ) ) PUNCT -RRB- _ 10 punct 10:punct _ +12 571-9571 571-9571 NUM CD NumForm=Digit|NumType=Card 5 list 5:list _ # sent_id = email-enronsent09_01-0012 # text = WHY: Today is John's last day at EBS. 1 WHY why ADV WRB PronType=Int 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 8 punct 8:punct _ 3 Today today NOUN NN Number=Sing 8 nsubj 8:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 5-6 John's _ _ _ _ _ _ _ _ @@ -43443,21 +43461,21 @@ 3 NOT not PART RB _ 8 advmod 8:advmod _ 4 an a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 5 Enron Enron PROPN NNP Number=Sing 7 compound 7:compound SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No -7 sponsored sponsor VERB VBN Tense=Past|VerbForm=Part 8 amod 8:amod _ +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No +7 sponsored sponsor VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 amod 8:amod _ 8 event event NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 9 . . PUNCT . _ 8 punct 8:punct _ # sent_id = email-enronsent09_01-0014 # text = How do you feel about taking on another company? 1 How how ADV WRB PronType=Int 4 advmod 4:advmod _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 feel feel VERB VB VerbForm=Inf 0 root 0:root _ 5 about about SCONJ IN _ 6 mark 6:mark _ 6 taking take VERB VBG VerbForm=Ger 4 advcl 4:advcl:about _ 7 on on ADP RP _ 6 compound:prt 6:compound:prt _ -8 another another DET DT _ 9 det 9:det _ +8 another another DET DT PronType=Ind 9 det 9:det _ 9 company company NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No 10 ? ? PUNCT . _ 4 punct 4:punct _ @@ -43467,13 +43485,13 @@ 1 Essie Essie PROPN NNP Number=Sing 5 nsubj 5:nsubj|6:nsubj:xsubj _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 Leon Leon PROPN NNP Number=Sing 1 conj 1:conj:and|5:nsubj|6:nsubj:xsubj _ -4 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 proposed propose VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 6 xferring xferr VERB VBG VerbForm=Ger 5 xcomp 5:xcomp _ 7 Co. co. NOUN NN Number=Sing 6 obj 6:obj _ -8 1691 1691 NUM CD NumType=Card 7 nummod 7:nummod _ +8 1691 1691 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 9 to to ADP IN _ 11 case 11:case _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 world world NOUN NN Number=Sing 6 obl 6:obl:to _ 12 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No 13 see see VERB VB Mood=Imp|VerbForm=Fin 5 parataxis 5:parataxis _ @@ -43483,7 +43501,7 @@ # sent_id = email-enronsent09_01-0016 # text = Do you concur? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 concur concur VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 4 ? ? PUNCT . _ 3 punct 3:punct _ @@ -43513,13 +43531,13 @@ # text = If you have not already made these decisions, Essie's guidance should be helpful. 1 If if SCONJ IN _ 6 mark 6:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 4 not not PART RB _ 6 advmod 6:advmod _ 5 already already ADV RB _ 6 advmod 6:advmod _ 6 made make VERB VBN Tense=Past|VerbForm=Part 15 advcl 15:advcl:if _ 7 these this DET DT Number=Plur|PronType=Dem 8 det 8:det _ 8 decisions decision NOUN NNS Number=Plur 6 obj 6:obj SpaceAfter=No -9 , , PUNCT , _ 15 punct 15:punct _ +9 , , PUNCT , _ 6 punct 6:punct _ 10-11 Essie's _ _ _ _ _ _ _ _ 10 Essie Essie PROPN NNP Number=Sing 12 nmod:poss 12:nmod:poss _ 11 's 's PART POS _ 10 case 10:case _ @@ -43538,13 +43556,13 @@ 4 Tax tax NOUN NN Number=Sing 1 list 1:list _ 5 x35172 x35172 NOUN NN Number=Sing 1 list 1:list _ 6 EB EB PROPN NNP Number=Sing 1 list 1:list SpaceAfter=No -7 1774 1774 NUM CD NumType=Card 6 nummod 6:nummod _ +7 1774 1774 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ # sent_id = email-enronsent09_01-0022 # text = Please see my comments in red below. 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 see see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 comments comment NOUN NNS Number=Plur 2 obj 2:obj _ 5 in in ADP IN _ 6 case 6:case _ 6 red red ADJ JJ Degree=Pos 2 obl 2:obl:in _ @@ -43568,11 +43586,11 @@ 1 Can can AUX MD VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 recommend recommend VERB VB VerbForm=Inf 0 root 0:root _ -4 where where SCONJ WRB PronType=Int 8 mark 8:mark _ +4 where where ADV WRB PronType=Int 8 advmod 8:advmod _ 5 these this DET DT Number=Plur|PronType=Dem 6 det 6:det _ 6 companies company NOUN NNS Number=Plur 8 nsubj 8:nsubj _ -7 each each DET DT _ 8 advmod 8:advmod _ -8 fit fit VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:where _ +7 each each DET DT PronType=Tot 8 advmod 8:advmod _ +8 fit fit VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:where _ 9 within within ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 new new ADJ JJ Degree=Pos 12 amod 12:amod _ @@ -43583,7 +43601,7 @@ # text = If possible, can you also give an indication of the rank - 1 through 5? 1 If if SCONJ IN _ 2 mark 2:mark _ 2 possible possible ADJ JJ Degree=Pos 7 advcl 7:advcl:if SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 can can AUX MD VerbForm=Fin 7 aux 7:aux _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ 6 also also ADV RB _ 7 advmod 7:advmod _ @@ -43593,10 +43611,10 @@ 10 of of ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 rank rank NOUN NN Number=Sing 9 nmod 9:nmod:of _ -13 - - PUNCT , _ 12 punct 12:punct _ -14 1 1 NUM CD NumType=Card 12 appos 12:appos _ +13 - - PUNCT , _ 14 punct 14:punct _ +14 1 1 NUM CD NumForm=Digit|NumType=Card 12 appos 12:appos _ 15 through through ADP IN _ 16 case 16:case _ -16 5 5 NUM CD NumType=Card 14 nmod 14:nmod:through SpaceAfter=No +16 5 5 NUM CD NumForm=Digit|NumType=Card 14 nmod 14:nmod:through SpaceAfter=No 17 ? ? PUNCT . _ 7 punct 7:punct _ # sent_id = email-enronsent09_01-0027 @@ -43614,7 +43632,7 @@ # newpar id = email-enronsent09_01-p0015 # text = I have a few entities that may need to change groups or be assigned to a group. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 few few ADJ JJ Degree=Pos 5 amod 5:amod _ 5 entities entity NOUN NNS Number=Plur 2 obj 2:obj|8:nsubj|10:nsubj:xsubj|14:nsubj:xsubj _ @@ -43636,10 +43654,10 @@ # newpar id = email-enronsent09_01-p0016 # text = 18T - EI Indonesia Operations LLC 1 18T 18t NOUN NN Number=Sing 0 root 0:root _ -2 - - PUNCT , _ 1 punct 1:punct _ +2 - - PUNCT , _ 6 punct 6:punct _ 3 EI EI PROPN NNP Number=Sing 6 compound 6:compound _ 4 Indonesia Indonesia PROPN NNP Number=Sing 6 compound 6:compound _ -5 Operations Operations PROPN NNPS Number=Plur 6 compound 6:compound _ +5 Operations Operation PROPN NNPS Number=Plur 6 compound 6:compound _ 6 LLC LLC PROPN NNP Number=Sing 1 appos 1:appos _ # sent_id = email-enronsent09_01-0031 @@ -43660,11 +43678,11 @@ # sent_id = email-enronsent09_01-0032 # text = The 2000 tax return has no income, assets, or liabilities. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ -2 2000 2000 NUM CD NumType=Card 4 nummod 4:nummod _ +2 2000 2000 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 3 tax tax NOUN NN Number=Sing 4 compound 4:compound _ 4 return return NOUN NN Number=Sing 5 nsubj 5:nsubj _ 5 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -6 no no DET DT _ 7 det 7:det _ +6 no no DET DT PronType=Neg 7 det 7:det _ 7 income income NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No 8 , , PUNCT , _ 9 punct 9:punct _ 9 assets asset NOUN NNS Number=Plur 7 conj 5:obj|7:conj:or SpaceAfter=No @@ -43693,18 +43711,16 @@ 16 have have AUX VB VerbForm=Inf 18 aux 18:aux _ 17 been be AUX VBN Tense=Past|VerbForm=Part 18 cop 18:cop _ 18 inactive inactive ADJ JJ Degree=Pos 14 xcomp 14:xcomp _ -19 since since ADP IN _ 22 case 22:case _ -20-21 it's _ _ _ _ _ _ _ _ -20 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 nmod:poss 22:nmod:poss _ -21 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 case 20:case _ -22 creation creation NOUN NN Number=Sing 18 obl 18:obl:since SpaceAfter=No -23 . . PUNCT . _ 2 punct 2:punct _ +19 since since ADP IN _ 21 case 21:case _ +20 it's its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 21 nmod:poss 21:nmod:poss CorrectForm=its +21 creation creation NOUN NN Number=Sing 18 obl 18:obl:since SpaceAfter=No +22 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent09_01-0034 # newpar id = email-enronsent09_01-p0017 # text = 86M - Enron Net Works LLC 1 86M 86m NOUN NN Number=Sing 0 root 0:root _ -2 - - PUNCT , _ 1 punct 1:punct _ +2 - - PUNCT , _ 6 punct 6:punct _ 3 Enron Enron PROPN NNP Number=Sing 6 compound 6:compound _ 4 Net Net PROPN NNP Number=Sing 6 compound 6:compound _ 5 Works Works PROPN NNPS Number=Plur 6 compound 6:compound _ @@ -43715,7 +43731,7 @@ 1 Despite despite ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 name name NOUN NN Number=Sing 7 obl 7:obl:despite SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 entity entity NOUN NN Number=Sing 7 nsubj 7:nsubj|12:nsubj:xsubj _ 7 appears appear VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ @@ -43731,25 +43747,25 @@ 1 Per per ADP IN _ 3 case 3:case _ 2 September September PROPN NNP Number=Sing 3 compound 3:compound _ 3 financials financial NOUN NNS Number=Plur 7 obl 7:obl:per SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 company company NOUN NN Number=Sing 7 nsubj 7:nsubj _ 7 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 about about ADV RB _ 9 advmod 9:advmod _ 9 $ $ SYM $ _ 7 obj 7:obj SpaceAfter=No -10 3 3 NUM CD NumType=Card 11 compound 11:compound SpaceAfter=No -11 M m NUM CD NumType=Card 9 nummod 9:nummod _ +10 3 3 NUM CD NumForm=Digit|NumType=Card 11 compound 11:compound SpaceAfter=No +11 M million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 9 nummod 9:nummod _ 12 of of ADP IN _ 13 case 13:case _ 13 MTM MTM PROPN NNP Number=Sing 9 nmod 9:nmod:of _ 14 and and CCONJ CC _ 16 cc 16:cc _ 15 about about ADV RB _ 16 advmod 16:advmod _ 16 $ $ SYM $ _ 9 conj 7:obj|9:conj:and SpaceAfter=No -17 8 8 NUM CD NumType=Card 18 compound 18:compound SpaceAfter=No -18 K k NUM CD NumType=Card 16 nummod 16:nummod _ +17 8 8 NUM CD NumForm=Digit|NumType=Card 18 compound 18:compound SpaceAfter=No +18 K thousand NUM CD Abbr=Yes|NumForm=Word|NumType=Card 16 nummod 16:nummod _ 19 of of ADP IN _ 20 case 20:case _ 20 expenses expense NOUN NNS Number=Plur 16 nmod 16:nmod:of SpaceAfter=No -21 , , PUNCT , _ 9 punct 9:punct _ -22 nothing nothing PRON NN Number=Sing 9 appos 9:appos _ +21 , , PUNCT , _ 22 punct 22:punct _ +22 nothing nothing PRON NN Number=Sing|PronType=Neg 9 appos 9:appos _ 23 else else ADJ JJ Degree=Pos 22 amod 22:amod SpaceAfter=No 24 . . PUNCT . _ 7 punct 7:punct _ @@ -43758,17 +43774,17 @@ # text = The next 5 companies were my responsibility while in EBS, and did not get assigned during the reorg. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 2 next next ADJ JJ Degree=Pos 4 amod 4:amod _ -3 5 5 NUM CD NumType=Card 4 nummod 4:nummod _ +3 5 5 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 companies company NOUN NNS Number=Plur 7 nsubj 7:nsubj|16:nsubj:pass _ -5 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 cop 7:cop _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 responsibility responsibility NOUN NN Number=Sing 0 root 0:root _ 8 while while SCONJ IN _ 10 mark 10:mark _ 9 in in ADP IN _ 10 case 10:case _ 10 EBS EBS PROPN NNP Number=Sing 7 advcl 7:advcl:in SpaceAfter=No 11 , , PUNCT , _ 16 punct 16:punct _ 12 and and CCONJ CC _ 16 cc 16:cc _ -13 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 aux 16:aux _ +13 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 16 aux 16:aux _ 14 not not PART RB _ 16 advmod 16:advmod _ 15 get get AUX VB VerbForm=Inf 16 aux:pass 16:aux:pass _ 16 assigned assign VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 conj 7:conj:and _ @@ -43781,11 +43797,11 @@ # newpar id = email-enronsent09_01-p0019 # text = 80Y - Enron Broadband Acquisition, Inc. 1 80Y 80y NOUN NN Number=Sing 0 root 0:root _ -2 - - PUNCT , _ 1 punct 1:punct _ +2 - - PUNCT , _ 7 punct 7:punct _ 3 Enron Enron PROPN NNP Number=Sing 7 compound 7:compound _ 4 Broadband Broadband PROPN NNP Number=Sing 7 compound 7:compound _ 5 Acquisition Acquisition PROPN NNP Number=Sing 7 compound 7:compound SpaceAfter=No -6 , , PUNCT , _ 7 punct 7:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 Inc Inc PROPN NNP Number=Sing 1 appos 1:appos SpaceAfter=No 8 . . PUNCT . _ 1 punct 1:punct _ @@ -43796,26 +43812,26 @@ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 created create VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 in in ADP IN _ 6 case 6:case _ -6 2000 2000 NUM CD NumType=Card 4 obl 4:obl:in _ +6 2000 2000 NUM CD NumForm=Digit|NumType=Card 4 obl 4:obl:in _ 7 for for ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 acquistion acquistion NOUN NN Number=Sing 4 obl 4:obl:for _ 10 of of ADP IN _ 12 case 12:case _ 11 WarpSpeed WarpSpeed PROPN NNP Number=Sing 12 compound 12:compound _ -12 Communications Communications PROPN NNPS Number=Plur 9 nmod 9:nmod:of _ -13 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No +12 Communications Communication PROPN NNPS Number=Plur 9 nmod 9:nmod:of _ +13 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No 14 now now ADV RB _ 20 advmod 20:advmod _ 15 Enron Enron PROPN NNP Number=Sing 20 compound 20:compound _ 16 WarpSpeed WarpSpeed PROPN NNP Number=Sing 20 compound 20:compound _ -17 Services Services PROPN NNPS Number=Plur 20 compound 20:compound SpaceAfter=No -18 , , PUNCT , _ 20 punct 20:punct _ -19 Inc. Inc. PROPN NNP Number=Sing 20 appos 20:appos _ -20 83N 83n NOUN NN Number=Sing 12 parataxis 12:parataxis SpaceAfter=No -21 ) ) PUNCT -RRB- _ 12 punct 12:punct SpaceAfter=No +17 Services Service PROPN NNPS Number=Plur 20 compound 20:compound SpaceAfter=No +18 , , PUNCT , _ 17 punct 17:punct _ +19 Inc. Inc. PROPN NNP Number=Sing 12 appos 12:appos _ +20 83N 83n NOUN NN Number=Sing 19 appos 19:appos SpaceAfter=No +21 ) ) PUNCT -RRB- _ 19 punct 19:punct SpaceAfter=No 22 , , PUNCT , _ 25 punct 25:punct _ 23 and and CCONJ CC _ 25 cc 25:cc _ 24 then then ADV RB PronType=Dem 25 advmod 25:advmod _ -25 dissolved dissolve VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and _ +25 dissolved dissolve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 conj 4:conj:and _ 26 upon upon ADP IN _ 27 case 27:case _ 27 completion completion NOUN NN Number=Sing 25 obl 25:obl:upon _ 28 of of ADP IN _ 29 case 29:case _ @@ -43837,7 +43853,7 @@ 11 liabilities liability NOUN NNS Number=Plur 9 conj 7:nmod:of|9:conj:and SpaceAfter=No 12 , , PUNCT , _ 16 punct 16:punct _ 13 but but CCONJ CC _ 16 cc 16:cc _ -14 no no DET DT _ 16 det 16:det _ +14 no no DET DT PronType=Neg 16 det 16:det _ 15 I/S i/s NOUN NN Number=Sing 16 compound 16:compound _ 16 items item NOUN NNS Number=Plur 7 conj 3:obl:with|7:conj:but SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ @@ -43846,14 +43862,14 @@ # text = 83N is my responsibility. 1 83N 83n NOUN NN Number=Sing 4 nsubj 4:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 responsibility responsibility NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent09_01-0042 # text = I think this entity should stay with 83N. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 entity entity NOUN NN Number=Sing 6 nsubj 6:nsubj _ 5 should should AUX MD VerbForm=Fin 6 aux 6:aux _ @@ -43866,9 +43882,9 @@ # text = So I suggest it be assigned to Leon. 1 So so ADV RB _ 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 suggest suggest VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 suggest suggest VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj:pass 6:nsubj:pass _ -5 be be AUX VB VerbForm=Inf 6 aux:pass 6:aux:pass _ +5 be be AUX VB Mood=Sub|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ 6 assigned assign VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 ccomp 3:ccomp _ 7 to to ADP IN _ 8 case 8:case _ 8 Leon Leon PROPN NNP Number=Sing 6 obl 6:obl:to SpaceAfter=No @@ -43879,16 +43895,16 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2 should should AUX MD VerbForm=Fin 4 aux 4:aux _ 3 be be AUX VB VerbForm=Inf 4 cop 4:cop _ -4 4 4 NUM CD NumType=Card 0 root 0:root _ -5 - - PUNCT , _ 4 punct 4:punct _ +4 4 4 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +5 - - PUNCT , _ 6 punct 6:punct _ 6 easy easy ADJ JJ Degree=Pos 4 amod 4:amod SpaceAfter=No 7 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent09_01-0045 # newpar id = email-enronsent09_01-p0020 # text = 1579 - EBS Network Co. Division of 17H. -1 1579 1579 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT , _ 1 punct 1:punct _ +1 1579 1579 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT , _ 6 punct 6:punct _ 3 EBS EBS PROPN NNP Number=Sing 5 compound 5:compound _ 4 Network Network PROPN NNP Number=Sing 5 compound 5:compound _ 5 Co. Co. PROPN NNP Number=Sing 6 compound 6:compound _ @@ -43917,59 +43933,59 @@ 1 Not not PART RB _ 2 advmod 2:advmod _ 2 currently currently ADV RB _ 5 advmod 5:advmod _ 3 on on ADP IN _ 5 case 5:case _ -4 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 list list NOUN NN Number=Sing 0 root 0:root _ 6 of of ADP IN _ 7 case 7:case _ 7 companies company NOUN NNS Number=Plur 5 nmod 5:nmod:of SpaceAfter=No -8 . . PUNCT . _ 1 punct 1:punct _ +8 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent09_01-0048 # text = I think this could go to either Holding/Administrative Companies (Same as 17H) or Network & Services (Leon). 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 this this PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 4 could could AUX MD VerbForm=Fin 5 aux 5:aux _ 5 go go VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ 6 to to ADP IN _ 11 case 11:case _ -7 either either DET DT _ 11 det 11:det _ +7 either either DET DT PronType=Ind 11 det 11:det _ 8 Holding holding NOUN NN Number=Sing 11 compound 11:compound SpaceAfter=No -9 / / PUNCT , _ 8 punct 8:punct SpaceAfter=No +9 / / PUNCT , _ 10 punct 10:punct SpaceAfter=No 10 Administrative administrative ADJ JJ Degree=Pos 8 amod 8:amod _ 11 Companies company NOUN NNS Number=Plur 5 obl 5:obl:to _ -12 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No +12 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No 13 Same same ADJ JJ Degree=Pos 11 amod 11:amod _ 14 as as ADP IN _ 15 case 15:case _ 15 17H 17h NOUN NN Number=Sing 13 obl 13:obl:as SpaceAfter=No -16 ) ) PUNCT -RRB- _ 11 punct 11:punct _ +16 ) ) PUNCT -RRB- _ 13 punct 13:punct _ 17 or or CCONJ CC _ 18 cc 18:cc _ 18 Network network NOUN NN Number=Sing 11 conj 5:obl:to|11:conj:or _ 19 & & CCONJ CC _ 20 cc 20:cc _ 20 Services service NOUN NNS Number=Plur 18 conj 18:conj _ -21 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No +21 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No 22 Leon Leon PROPN NNP Number=Sing 18 parataxis 18:parataxis SpaceAfter=No -23 ) ) PUNCT -RRB- _ 18 punct 18:punct SpaceAfter=No +23 ) ) PUNCT -RRB- _ 22 punct 22:punct SpaceAfter=No 24 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent09_01-0049 # text = 4 - easy. -1 4 4 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT , _ 1 punct 1:punct _ +1 4 4 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT , _ 3 punct 3:punct _ 3 easy easy ADJ JJ Degree=Pos 1 parataxis 1:parataxis SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent09_01-0050 # newpar id = email-enronsent09_01-p0021 # text = 1691 - EPI-EBS Europe -1 1691 1691 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT , _ 1 punct 1:punct _ +1 1691 1691 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT , _ 6 punct 6:punct _ 3 EPI EPI PROPN NNP Number=Sing 5 compound 5:compound SpaceAfter=No -4 - - PUNCT , _ 5 punct 5:punct SpaceAfter=No +4 - - PUNCT , _ 3 punct 3:punct SpaceAfter=No 5 EBS EBS PROPN NNP Number=Sing 6 compound 6:compound _ 6 Europe Europe PROPN NNP Number=Sing 1 appos 1:appos _ # sent_id = email-enronsent09_01-0051 # text = Set up last month to centralize merchant asset activities. -1 Set set VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Set set VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 up up ADP RP _ 1 compound:prt 1:compound:prt _ 3 last last ADJ JJ Degree=Pos 4 amod 4:amod _ 4 month month NOUN NN Number=Sing 1 obl:tmod 1:obl:tmod _ @@ -43982,12 +43998,12 @@ # sent_id = email-enronsent09_01-0052 # text = Broke out the activities of 1179. -1 Broke break VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Broke break VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 out out ADP RP _ 1 compound:prt 1:compound:prt _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 activities activity NOUN NNS Number=Plur 1 obj 1:obj _ 5 of of ADP IN _ 6 case 6:case _ -6 1179 1179 NUM CD NumType=Card 4 nmod 4:nmod:of SpaceAfter=No +6 1179 1179 NUM CD NumForm=Digit|NumType=Card 4 nmod 4:nmod:of SpaceAfter=No 7 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent09_01-0053 @@ -43995,28 +44011,28 @@ 1 A a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 2 similar similar ADJ JJ Degree=Pos 3 amod 3:amod _ 3 entity entity NOUN NN Number=Sing 8 nsubj:pass 8:nsubj:pass _ -4 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No -5 1179 1179 NUM CD NumType=Card 3 appos 3:appos SpaceAfter=No -6 ) ) PUNCT -RRB- _ 3 punct 3:punct _ +4 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No +5 1179 1179 NUM CD NumForm=Digit|NumType=Card 3 appos 3:appos SpaceAfter=No +6 ) ) PUNCT -RRB- _ 5 punct 5:punct _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 aux:pass 8:aux:pass _ 8 assigned assign VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 9 to to ADP IN _ 10 case 10:case _ 10 Commodity commodity NOUN NN Number=Sing 8 obl 8:obl:to _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 Trade trade NOUN NN Number=Sing 10 conj 8:obl:to|10:conj:and _ -13 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No +13 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No 14 Todd Todd PROPN NNP Number=Sing 10 parataxis 10:parataxis _ 15 Richards Richards PROPN NNP Number=Sing 14 flat 14:flat _ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 Mary Mary PROPN NNP Number=Sing 14 conj 14:conj:and _ 18 Fischer Fischer PROPN NNP Number=Sing 17 flat 17:flat SpaceAfter=No -19 ) ) PUNCT -RRB- _ 10 punct 10:punct _ +19 ) ) PUNCT -RRB- _ 14 punct 14:punct _ 20 so so ADV RB _ 25 advmod 25:advmod _ 21 this this DET DT Number=Sing|PronType=Dem 22 det 22:det _ 22 one one NOUN NN Number=Sing 25 nsubj:pass 25:nsubj:pass _ 23 should should AUX MD VerbForm=Fin 25 aux 25:aux _ 24 be be AUX VB VerbForm=Inf 25 aux:pass 25:aux:pass _ -25 assigned assign VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 conj 8:conj _ +25 assigned assign VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 parataxis 8:parataxis _ 26 to to ADP IN _ 27 case 27:case _ 27 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 25 obl 25:obl:to _ 28 as as ADV RB _ 25 advmod 25:advmod _ @@ -44025,21 +44041,21 @@ # sent_id = email-enronsent09_01-0054 # text = 4 - easy. -1 4 4 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT , _ 1 punct 1:punct _ +1 4 4 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT , _ 3 punct 3:punct _ 3 easy easy ADJ JJ Degree=Pos 1 parataxis 1:parataxis SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent09_01-0055 # newpar id = email-enronsent09_01-p0022 # text = 1307 - EBIC-Apache, LLC -1 1307 1307 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT , _ 1 punct 1:punct _ -3 EBIC EBIC PROPN NNP Number=Sing 7 compound 7:compound SpaceAfter=No -4 - - PUNCT , _ 7 punct 7:punct SpaceAfter=No -5 Apache Apache PROPN NNP Number=Sing 7 appos 7:appos SpaceAfter=No +1 1307 1307 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT , _ 5 punct 5:punct _ +3 EBIC EBIC PROPN NNP Number=Sing 5 compound 5:compound SpaceAfter=No +4 - - PUNCT , _ 3 punct 3:punct SpaceAfter=No +5 Apache Apache PROPN NNP Number=Sing 1 appos 1:appos SpaceAfter=No 6 , , PUNCT , _ 7 punct 7:punct _ -7 LLC LLC PROPN NNP Number=Sing 1 appos 1:appos _ +7 LLC LLC PROPN NNP Number=Sing 5 appos 5:appos _ # sent_id = email-enronsent09_01-0056 # text = Rolls up to Cherokee Finance VOF, a CFC. @@ -44049,7 +44065,7 @@ 4 Cherokee Cherokee PROPN NNP Number=Sing 6 compound 6:compound _ 5 Finance Finance PROPN NNP Number=Sing 6 compound 6:compound _ 6 VOF VOF PROPN NNP Number=Sing 1 obl 1:obl:to SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 9 punct 9:punct _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 CFC cfc NOUN NN Number=Sing 6 appos 6:appos SpaceAfter=No 10 . . PUNCT . _ 1 punct 1:punct _ @@ -44064,13 +44080,13 @@ 6 to to ADP IN _ 8 case 8:case _ 7 North North PROPN NNP Number=Sing 8 compound 8:compound _ 8 America America PROPN NNP Number=Sing 5 obl 5:obl:to _ -9 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No +9 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No 10 Glen Glen PROPN NNP Number=Sing 8 parataxis 8:parataxis _ 11 Walloch Walloch PROPN NNP Number=Sing 10 flat 10:flat _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 Kevin Kevin PROPN NNP Number=Sing 10 conj 10:conj:and _ 14 Walker Walker PROPN NNP Number=Sing 13 flat 13:flat SpaceAfter=No -15 ) ) PUNCT -RRB- _ 8 punct 8:punct SpaceAfter=No +15 ) ) PUNCT -RRB- _ 10 punct 10:punct SpaceAfter=No 16 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent09_01-0058 @@ -44101,26 +44117,26 @@ # sent_id = email-enronsent09_01-0059 # text = 4 - easy. -1 4 4 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT , _ 1 punct 1:punct _ +1 4 4 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT , _ 3 punct 3:punct _ 3 easy easy ADJ JJ Degree=Pos 1 parataxis 1:parataxis SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent09_01-0060 # newpar id = email-enronsent09_01-p0023 # text = 1689 - EPI-EBS Ventures, LLC -1 1689 1689 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT , _ 1 punct 1:punct _ +1 1689 1689 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT , _ 8 punct 8:punct _ 3 EPI EPI PROPN NNP Number=Sing 5 compound 5:compound SpaceAfter=No -4 - - PUNCT , _ 5 punct 5:punct SpaceAfter=No +4 - - PUNCT , _ 3 punct 3:punct SpaceAfter=No 5 EBS EBS PROPN NNP Number=Sing 8 compound 8:compound _ -6 Ventures Ventures PROPN NNPS Number=Plur 8 compound 8:compound SpaceAfter=No -7 , , PUNCT , _ 8 punct 8:punct _ +6 Ventures Venture PROPN NNPS Number=Plur 8 compound 8:compound SpaceAfter=No +7 , , PUNCT , _ 6 punct 6:punct _ 8 LLC LLC PROPN NNP Number=Sing 1 appos 1:appos _ # sent_id = email-enronsent09_01-0061 # text = Set up last month to centralize merchant asset activities. -1 Set set VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Set set VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 up up ADP RP _ 1 compound:prt 1:compound:prt _ 3 last last ADJ JJ Degree=Pos 4 amod 4:amod _ 4 month month NOUN NN Number=Sing 1 obl:tmod 1:obl:tmod _ @@ -44133,19 +44149,19 @@ # sent_id = email-enronsent09_01-0062 # text = Broke out the activities of 1307. -1 Broke break VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Broke break VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 out out ADP RP _ 1 compound:prt 1:compound:prt _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 activities activity NOUN NNS Number=Plur 1 obj 1:obj _ 5 of of ADP IN _ 6 case 6:case _ -6 1307 1307 NUM CD NumType=Card 4 nmod 4:nmod:of SpaceAfter=No +6 1307 1307 NUM CD NumForm=Digit|NumType=Card 4 nmod 4:nmod:of SpaceAfter=No 7 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent09_01-0063 # text = Same as 1307. 1 Same same ADJ JJ Degree=Pos 0 root 0:root _ 2 as as ADP IN _ 3 case 3:case _ -3 1307 1307 NUM CD NumType=Card 1 obl 1:obl:as SpaceAfter=No +3 1307 1307 NUM CD NumForm=Digit|NumType=Card 1 obl 1:obl:as SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent09_01-0064 @@ -44157,19 +44173,19 @@ 5 to to ADP IN _ 7 case 7:case _ 6 North North PROPN NNP Number=Sing 7 compound 7:compound _ 7 America America PROPN NNP Number=Sing 4 obl 4:obl:to _ -8 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No +8 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No 9 Glen Glen PROPN NNP Number=Sing 7 parataxis 7:parataxis _ 10 Walloch Walloch PROPN NNP Number=Sing 9 flat 9:flat _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 Kevin Kevin PROPN NNP Number=Sing 9 conj 9:conj:and _ 13 Walker Walker PROPN NNP Number=Sing 12 flat 12:flat SpaceAfter=No -14 ) ) PUNCT -RRB- _ 7 punct 7:punct SpaceAfter=No +14 ) ) PUNCT -RRB- _ 9 punct 9:punct SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent09_01-0065 # text = 4 - easy. -1 4 4 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT , _ 1 punct 1:punct _ +1 4 4 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT , _ 3 punct 3:punct _ 3 easy easy ADJ JJ Degree=Pos 1 parataxis 1:parataxis SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ @@ -44181,8 +44197,8 @@ 3 know know VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 if if SCONJ IN _ 6 mark 6:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ -7 any any DET DT _ 8 det 8:det _ +6 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +7 any any DET DT PronType=Ind 8 det 8:det _ 8 questions question NOUN NNS Number=Plur 6 obj 6:obj SpaceAfter=No 9 . . PUNCT . _ 1 punct 1:punct _ @@ -44197,52 +44213,52 @@ 6 Networks network NOUN NNS Number=Plur 2 list 2:list _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 Services service NOUN NNS Number=Plur 6 conj 6:conj:and _ -9 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -10 713 713 NUM CD NumType=Card 12 nummod 12:nummod SpaceAfter=No -11 ) ) PUNCT -RRB- _ 12 punct 12:punct _ -12 345-8702 345-8702 NUM CD NumType=Card 2 list 2:list _ +9 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No +10 713 713 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod SpaceAfter=No +11 ) ) PUNCT -RRB- _ 10 punct 10:punct _ +12 345-8702 345-8702 NUM CD NumForm=Digit|NumType=Card 2 list 2:list _ 13 office office NOUN NN Number=Sing 2 list 2:list _ 14 leon.branom@enron.com leon.branom@enron.com X ADD _ 2 list 2:list _ # sent_id = email-enronsent09_01-0068 # text = No problem about moving Company 1691 over -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 problem problem NOUN NN Number=Sing 0 root 0:root _ 3 about about SCONJ IN _ 4 mark 4:mark _ 4 moving move VERB VBG VerbForm=Ger 2 acl 2:acl:about _ 5 Company company NOUN NN Number=Sing 4 obj 4:obj _ -6 1691 1691 NUM CD NumType=Card 5 nummod 5:nummod _ +6 1691 1691 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 7 over over ADV RB _ 4 advmod 4:advmod _ # sent_id = email-enronsent09_01-0069 # newpar id = email-enronsent09_01-p0026 # text = I see that it is a 4, so that will be no problem. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 see see VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 7 mark 7:mark _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -7 4 4 NUM CD NumType=Card 2 ccomp 2:ccomp SpaceAfter=No -8 , , PUNCT , _ 2 punct 2:punct _ +7 4 4 NUM CD NumForm=Digit|NumType=Card 2 ccomp 2:ccomp SpaceAfter=No +8 , , PUNCT , _ 14 punct 14:punct _ 9 so so ADV RB _ 14 advmod 14:advmod _ 10 that that PRON DT Number=Sing|PronType=Dem 14 nsubj 14:nsubj _ 11 will will AUX MD VerbForm=Fin 14 aux 14:aux _ 12 be be AUX VB VerbForm=Inf 14 cop 14:cop _ -13 no no DET DT _ 14 det 14:det _ -14 problem problem NOUN NN Number=Sing 2 ccomp 2:ccomp SpaceAfter=No +13 no no DET DT PronType=Neg 14 det 14:det _ +14 problem problem NOUN NN Number=Sing 2 parataxis 2:parataxis SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent09_01-0070 # text = How do you feel about taking on another company? 1 How how ADV WRB PronType=Int 4 advmod 4:advmod _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 feel feel VERB VB VerbForm=Inf 0 root 0:root _ 5 about about SCONJ IN _ 6 mark 6:mark _ 6 taking take VERB VBG VerbForm=Ger 4 advcl 4:advcl:about _ 7 on on ADP RP _ 6 compound:prt 6:compound:prt _ -8 another another DET DT _ 9 det 9:det _ +8 another another DET DT PronType=Ind 9 det 9:det _ 9 company company NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No 10 ? ? PUNCT . _ 4 punct 4:punct _ @@ -44252,13 +44268,13 @@ 1 Essie Essie PROPN NNP Number=Sing 5 nsubj 5:nsubj|6:nsubj:xsubj _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 Leon Leon PROPN NNP Number=Sing 1 conj 1:conj:and|5:nsubj|6:nsubj:xsubj _ -4 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 proposed propose VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 6 xferring xferr VERB VBG VerbForm=Ger 5 xcomp 5:xcomp _ 7 Co. co. NOUN NN Number=Sing 6 obj 6:obj _ -8 1691 1691 NUM CD NumType=Card 7 nummod 7:nummod _ +8 1691 1691 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 9 to to ADP IN _ 11 case 11:case _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 world world NOUN NN Number=Sing 6 obl 6:obl:to _ 12 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No 13 see see VERB VB Mood=Imp|VerbForm=Fin 5 parataxis 5:parataxis _ @@ -44268,7 +44284,7 @@ # sent_id = email-enronsent09_01-0072 # text = Do you concur? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 concur concur VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 4 ? ? PUNCT . _ 3 punct 3:punct _ @@ -44298,13 +44314,13 @@ # text = If you have not already made these decisions, Essie's guidance should be helpful. 1 If if SCONJ IN _ 6 mark 6:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 4 not not PART RB _ 6 advmod 6:advmod _ 5 already already ADV RB _ 6 advmod 6:advmod _ 6 made make VERB VBN Tense=Past|VerbForm=Part 15 advcl 15:advcl:if _ 7 these this DET DT Number=Plur|PronType=Dem 8 det 8:det _ 8 decisions decision NOUN NNS Number=Plur 6 obj 6:obj SpaceAfter=No -9 , , PUNCT , _ 15 punct 15:punct _ +9 , , PUNCT , _ 6 punct 6:punct _ 10-11 Essie's _ _ _ _ _ _ _ _ 10 Essie Essie PROPN NNP Number=Sing 12 nmod:poss 12:nmod:poss _ 11 's 's PART POS _ 10 case 10:case _ @@ -44323,13 +44339,13 @@ 4 Tax tax NOUN NN Number=Sing 1 list 1:list _ 5 x35172 x35172 NOUN NN Number=Sing 1 list 1:list _ 6 EB EB PROPN NNP Number=Sing 1 list 1:list SpaceAfter=No -7 1774 1774 NUM CD NumType=Card 6 nummod 6:nummod _ +7 1774 1774 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ # sent_id = email-enronsent09_01-0078 # text = Please see my comments in red below. 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 see see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 comments comment NOUN NNS Number=Plur 2 obj 2:obj _ 5 in in ADP IN _ 6 case 6:case _ 6 red red ADJ JJ Degree=Pos 2 obl 2:obl:in _ @@ -44353,11 +44369,11 @@ 1 Can can AUX MD VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 recommend recommend VERB VB VerbForm=Inf 0 root 0:root _ -4 where where SCONJ WRB PronType=Int 8 mark 8:mark _ +4 where where ADV WRB PronType=Int 8 advmod 8:advmod _ 5 these this DET DT Number=Plur|PronType=Dem 6 det 6:det _ 6 companies company NOUN NNS Number=Plur 8 nsubj 8:nsubj _ -7 each each DET DT _ 8 advmod 8:advmod _ -8 fit fit VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:where _ +7 each each DET DT PronType=Tot 8 advmod 8:advmod _ +8 fit fit VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:where _ 9 within within ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 new new ADJ JJ Degree=Pos 12 amod 12:amod _ @@ -44368,7 +44384,7 @@ # text = If possible, can you also give an indication of the rank - 1 through 5? 1 If if SCONJ IN _ 2 mark 2:mark _ 2 possible possible ADJ JJ Degree=Pos 7 advcl 7:advcl:if SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 can can AUX MD VerbForm=Fin 7 aux 7:aux _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ 6 also also ADV RB _ 7 advmod 7:advmod _ @@ -44378,10 +44394,10 @@ 10 of of ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 rank rank NOUN NN Number=Sing 9 nmod 9:nmod:of _ -13 - - PUNCT , _ 12 punct 12:punct _ -14 1 1 NUM CD NumType=Card 12 appos 12:appos _ +13 - - PUNCT , _ 14 punct 14:punct _ +14 1 1 NUM CD NumForm=Digit|NumType=Card 12 appos 12:appos _ 15 through through ADP IN _ 16 case 16:case _ -16 5 5 NUM CD NumType=Card 14 nmod 14:nmod:through SpaceAfter=No +16 5 5 NUM CD NumForm=Digit|NumType=Card 14 nmod 14:nmod:through SpaceAfter=No 17 ? ? PUNCT . _ 7 punct 7:punct _ # sent_id = email-enronsent09_01-0083 @@ -44427,17 +44443,17 @@ # sent_id = email-enronsent27_01-0004 # text = I found them and purchased both from a gallery in London, William Weston. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|5:nsubj _ -2 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 2 obj 2:obj _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 purchased purchase VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ -6 both both DET DT _ 5 obj 5:obj _ +5 purchased purchase VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +6 both both DET DT PronType=Tot 5 obj 5:obj _ 7 from from ADP IN _ 9 case 9:case _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 gallery gallery NOUN NN Number=Sing 5 obl 5:obl:from _ 10 in in ADP IN _ 11 case 11:case _ 11 London London PROPN NNP Number=Sing 9 nmod 9:nmod:in SpaceAfter=No -12 , , PUNCT , _ 9 punct 9:punct _ +12 , , PUNCT , _ 13 punct 13:punct _ 13 William William PROPN NNP Number=Sing 9 appos 9:appos _ 14 Weston Weston PROPN NNP Number=Sing 13 flat 13:flat SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ @@ -44455,7 +44471,7 @@ # sent_id = email-enronsent27_01-0006 # text = They are beautiful and will add a lot to our collection. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|6:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 beautiful beautiful ADJ JJ Degree=Pos 0 root 0:root _ 4 and and CCONJ CC _ 6 cc 6:cc _ 5 will will AUX MD VerbForm=Fin 6 aux 6:aux _ @@ -44463,7 +44479,7 @@ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 lot lot NOUN NN Number=Sing 6 obj 6:obj _ 9 to to ADP IN _ 11 case 11:case _ -10 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 collection collection NOUN NN Number=Sing 6 obl 6:obl:to SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ @@ -44474,12 +44490,12 @@ 3 way way NOUN NN Number=Sing 6 obl 6:obl:by _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 Lichtenstein Lichtenstein PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -6 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 up up ADV RB _ 6 advmod 6:advmod _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 hanging hang VERB VBG VerbForm=Ger 7 conj 6:advmod|7:conj:and _ 10 in in ADP IN _ 14 case 14:case _ -11 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +11 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 12 formal formal ADJ JJ Degree=Pos 14 amod 14:amod _ 13 living living NOUN NN Number=Sing 14 compound 14:compound _ 14 room room NOUN NN Number=Sing 9 obl 9:obl:in _ @@ -44492,7 +44508,7 @@ # sent_id = email-enronsent27_01-0008 # text = I have also purchased an Appel in the last month. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 also also ADV RB _ 4 advmod 4:advmod _ 4 purchased purchase VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 an a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -44516,7 +44532,7 @@ # sent_id = email-enronsent27_01-0010 # text = Actually, a lot. 1 Actually actually ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 lot lot NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ @@ -44528,90 +44544,90 @@ 3 be be AUX VB VerbForm=Inf 4 aux 4:aux _ 4 looking look VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 for for ADP IN _ 6 case 6:case _ -6 one one NUM CD NumType=Card 4 obl 4:obl:for _ +6 one one NUM CD NumForm=Word|NumType=Card 4 obl 4:obl:for _ 7 or or CCONJ CC _ 8 cc 8:cc _ 8 more more ADJ JJR Degree=Cmp 6 conj 4:obl:for|6:conj:or _ 9 of of ADP IN _ 10 case 10:case _ -10 the the DET DT Definite=Def|PronType=Art 6 nmod 6:nmod:of _ -11 following follow VERB VBG VerbForm=Ger 10 amod 10:amod SpaceAfter=No +10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ +11 following follow VERB VBG VerbForm=Ger 6 nmod 6:nmod:of SpaceAfter=No 12 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent27_01-0012 # text = My concept is that overtime I would like to own one of all the following artists and they are all depending when I find something that we really like. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ -2 concept concept NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +2 concept concept NOUN NN Number=Sing 9 nsubj:outer 9:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 4 that that SCONJ IN _ 9 mark 9:mark _ -5 over over ADP IN _ 6 case 6:case SpaceAfter=No +5 over over ADP IN _ 6 case 6:case CorrectSpaceAfter=Yes|SpaceAfter=No 6 time time NOUN NN Number=Sing 9 obl 9:obl:over _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj _ 8 would would AUX MD VerbForm=Fin 9 aux 9:aux _ -9 like like VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +9 like like VERB VB VerbForm=Inf 0 root 0:root _ 10 to to PART TO _ 11 mark 11:mark _ 11 own own VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ -12 one one NUM CD NumType=Card 11 obj 11:obj _ +12 one one NUM CD NumForm=Word|NumType=Card 11 obj 11:obj _ 13 of of ADP IN _ 17 case 17:case _ -14 all all DET PDT _ 17 det:predet 17:det:predet _ +14 all all DET PDT PronType=Tot 17 det:predet 17:det:predet _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 following follow VERB VBG VerbForm=Ger 17 amod 17:amod _ 17 artists artist NOUN NNS Number=Plur 12 nmod 12:nmod:of _ 18 and and CCONJ CC _ 22 cc 22:cc _ 19 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 22 nsubj 22:nsubj _ -20 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ +20 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ 21 all all ADV RB _ 22 advmod 22:advmod _ -22 depending depend VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj:and _ -23 when when SCONJ WRB PronType=Int 25 mark 25:mark _ +22 depending depend VERB VBG Tense=Pres|VerbForm=Part 9 conj 9:conj:and _ +23 when when ADV WRB PronType=Int 25 advmod 25:advmod _ 24 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 25 nsubj 25:nsubj _ -25 find find VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:when _ -26 something something PRON NN Number=Sing 25 obj 25:obj|30:obj _ +25 find find VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:when _ +26 something something PRON NN Number=Sing|PronType=Ind 25 obj 25:obj|30:obj _ 27 that that PRON WDT PronType=Rel 30 obj 26:ref _ 28 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 30 nsubj 30:nsubj _ 29 really really ADV RB _ 30 advmod 30:advmod _ -30 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 acl:relcl 26:acl:relcl SpaceAfter=No -31 . . PUNCT . _ 3 punct 3:punct _ +30 like like VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 26 acl:relcl 26:acl:relcl SpaceAfter=No +31 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent27_01-0013 # text = I listed all of our (sometimes mine vs. my wife's favorites and priorities). 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 listed list VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 all all DET DT _ 2 obj 2:obj _ +2 listed list VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 all all DET DT PronType=Tot 2 obj 2:obj _ 4 of of ADP IN _ 13 case 13:case _ -5 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +5 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 6 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No 7 sometimes sometimes ADV RB _ 8 advmod 8:advmod _ -8 mine mine PRON PRP _ 13 parataxis 13:parataxis _ +8 mine my PRON PRP Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 parataxis 13:parataxis _ 9 vs. versus ADP IN _ 11 case 11:case _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11-12 wife's _ _ _ _ _ _ _ _ 11 wife wife NOUN NN Number=Sing 8 nmod 8:nmod:versus _ 12 's 's PART POS _ 11 case 11:case _ 13 favorites favorite NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 priorities priority NOUN NNS Number=Plur 13 conj 3:nmod:of|13:conj:and SpaceAfter=No -16 ) ) PUNCT -RRB- _ 2 punct 2:punct SpaceAfter=No +16 ) ) PUNCT -RRB- _ 13 punct 13:punct SpaceAfter=No 17 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent27_01-0014 # text = They are kind of in rank order but as I stated if I find the piece that I like we will purchase it. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ -3 kind kind ADV RB _ 7 advmod 7:advmod _ -4 of of ADV RB _ 3 fixed 3:fixed _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +3 kind kind NOUN NN ExtPos=ADV|Number=Sing 7 advmod 7:advmod _ +4 of of ADP IN _ 3 fixed 3:fixed _ 5 in in ADP IN _ 7 case 7:case _ 6 rank rank NOUN NN Number=Sing 7 compound 7:compound _ 7 order order NOUN NN Number=Sing 0 root 0:root _ 8 but but CCONJ CC _ 22 cc 22:cc _ 9 as as SCONJ IN _ 11 mark 11:mark _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 stated state VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 advcl 22:advcl:as _ +11 stated state VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 22 advcl 22:advcl:as _ 12 if if SCONJ IN _ 14 mark 14:mark _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 find find VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:if _ +14 find find VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:if _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 piece piece NOUN NN Number=Sing 14 obj 14:obj|19:obj _ 17 that that PRON WDT PronType=Rel 19 obj 16:ref _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -19 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ +19 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ 20 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 22 nsubj 22:nsubj _ 21 will will AUX MD VerbForm=Fin 22 aux 22:aux _ 22 purchase purchase VERB VB VerbForm=Inf 7 conj 7:conj:but _ @@ -44621,24 +44637,24 @@ # sent_id = email-enronsent27_01-0015 # text = I want signed and numbered. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 signed sign VERB VBN Tense=Past|VerbForm=Part 2 obj 2:obj _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 signed sign VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 xcomp 2:xcomp _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 numbered number VERB VBN Tense=Past|VerbForm=Part 3 conj 2:obj|3:conj:and SpaceAfter=No +5 numbered number VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 conj 2:xcomp|3:conj:and SpaceAfter=No 6 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent27_01-0016 # text = I realize that some were not signed by the artist but it is an important fact in my buying decision. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 realize realize VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 realize realize VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 7 mark 7:mark _ -4 some some DET DT _ 7 nsubj:pass 7:nsubj:pass _ -5 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 aux:pass 7:aux:pass _ +4 some some DET DT PronType=Ind 7 nsubj:pass 7:nsubj:pass _ +5 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 aux:pass 7:aux:pass _ 6 not not PART RB _ 7 advmod 7:advmod _ 7 signed sign VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 ccomp 2:ccomp _ 8 by by ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -10 artist artist NOUN NN Number=Sing 7 obl 7:obl:by _ +10 artist artist NOUN NN Number=Sing 7 obl:agent 7:obl:agent _ 11 but but CCONJ CC _ 16 cc 16:cc _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ @@ -44646,7 +44662,7 @@ 15 important important ADJ JJ Degree=Pos 16 amod 16:amod _ 16 fact fact NOUN NN Number=Sing 2 conj 2:conj:but _ 17 in in ADP IN _ 20 case 20:case _ -18 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +18 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 19 buying buying NOUN NN Number=Sing 20 compound 20:compound _ 20 decision decision NOUN NN Number=Sing 16 nmod 16:nmod:in SpaceAfter=No 21 . . PUNCT . _ 2 punct 2:punct _ @@ -44655,20 +44671,20 @@ # text = I also realize that some may not have done any works on paper or they are outrageously expensive. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 realize realize VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 realize realize VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 that that SCONJ IN _ 9 mark 9:mark _ -5 some some DET DT _ 9 nsubj 9:nsubj _ +5 some some DET DT PronType=Ind 9 nsubj 9:nsubj _ 6 may may AUX MD VerbForm=Fin 9 aux 9:aux _ 7 not not PART RB _ 9 advmod 9:advmod _ 8 have have AUX VB VerbForm=Inf 9 aux 9:aux _ 9 done do VERB VBN Tense=Past|VerbForm=Part 3 ccomp 3:ccomp _ -10 any any DET DT _ 11 det 11:det _ +10 any any DET DT PronType=Ind 11 det 11:det _ 11 works work NOUN NNS Number=Plur 9 obj 9:obj _ 12 on on ADP IN _ 13 case 13:case _ 13 paper paper NOUN NN Number=Sing 11 nmod 11:nmod:on _ 14 or or CCONJ CC _ 18 cc 18:cc _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -16 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ +16 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 17 outrageously outrageously ADV RB _ 18 advmod 18:advmod _ 18 expensive expensive ADJ JJ Degree=Pos 9 conj 3:ccomp|9:conj:or SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ @@ -44677,7 +44693,7 @@ # text = For example, I would like to know if Rothko or Kline did any work on paper. 1 For for ADP IN _ 2 case 2:case _ 2 example example NOUN NN Number=Sing 6 obl 6:obl:for SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj|8:nsubj:xsubj _ 5 would would AUX MD VerbForm=Fin 6 aux 6:aux _ 6 like like VERB VB VerbForm=Inf 0 root 0:root _ @@ -44687,8 +44703,8 @@ 10 Rothko Rothko PROPN NNP Number=Sing 13 nsubj 13:nsubj _ 11 or or CCONJ CC _ 12 cc 12:cc _ 12 Kline Kline PROPN NNP Number=Sing 10 conj 10:conj:or|13:nsubj _ -13 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 ccomp 8:ccomp _ -14 any any DET DT _ 15 det 15:det _ +13 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 ccomp 8:ccomp _ +14 any any DET DT PronType=Ind 15 det 15:det _ 15 work work NOUN NN Number=Sing 13 obj 13:obj _ 16 on on ADP IN _ 17 case 17:case _ 17 paper paper NOUN NN Number=Sing 15 nmod 15:nmod:on SpaceAfter=No @@ -44696,11 +44712,11 @@ # sent_id = email-enronsent27_01-0019 # text = At least that is what I am thinking now. -1 At at ADV RB _ 5 advmod 5:advmod _ -2 least least ADV RBS Degree=Sup 1 fixed 1:fixed _ +1 At at ADP IN ExtPos=ADV 5 advmod 5:advmod _ +2 least least ADJ JJS Degree=Sup 1 fixed 1:fixed _ 3 that that PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ -4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _|CheckUPOS=VERB -5 what what PRON WP PronType=Int 0 root 0:root _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +5 what what PRON WP PronType=Rel 0 root 0:root|8:obj _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 7 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 thinking think VERB VBG Tense=Pres|VerbForm=Part 5 acl:relcl 5:acl:relcl _ @@ -44723,8 +44739,8 @@ # sent_id = email-enronsent27_01-0022 # text = Suerat (any works on paper? - 1 Suerat Suerat PROPN NNP Number=Sing 0 root 0:root _ -2 ( ( PUNCT -LRB- _ 1 punct 1:punct SpaceAfter=No -3 any any DET DT _ 4 det 4:det _ +2 ( ( PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No +3 any any DET DT PronType=Ind 4 det 4:det _ 4 works work NOUN NNS Number=Plur 1 parataxis 1:parataxis _ 5 on on ADP IN _ 6 case 6:case _ 6 paper paper NOUN NN Number=Sing 4 nmod 4:nmod:on SpaceAfter=No @@ -44735,13 +44751,13 @@ # text = I don't know that he did any) 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 know know VERB VB VerbForm=Inf 0 root 0:root _ 5 that that SCONJ IN _ 7 mark 7:mark _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ -8 any any DET DT _ 7 obj 7:obj SpaceAfter=No +7 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +8 any any DET DT PronType=Ind 7 obj 7:obj SpaceAfter=No 9 ) ) PUNCT -RRB- _ 4 punct 4:punct _ # sent_id = email-enronsent27_01-0024 @@ -44791,7 +44807,7 @@ 1 By by ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 way way NOUN NN Number=Sing 7 obl 7:obl:by SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 6 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 7 interested interested ADJ JJ Degree=Pos 0 root 0:root _ @@ -44803,13 +44819,13 @@ 13 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No 14 although although SCONJ IN _ 16 mark 16:mark _ 15 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -16 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 parataxis 12:parataxis _ -17 2 2 NUM CD NumType=Card 16 obj 16:obj SpaceAfter=No +16 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 12 parataxis 12:parataxis _ +17 2 2 NUM CD NumForm=Digit|NumType=Card 16 obj 16:obj SpaceAfter=No 18 ) ) PUNCT -RRB- _ 16 punct 16:punct _ 19 that that PRON WDT PronType=Rel 22 obj 12:ref _ -20 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 gallery gallery NOUN NN Number=Sing 22 nsubj 22:nsubj _ -22 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +22 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ 23 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 24 couple couple NOUN NN Number=Sing 27 obl:npmod 27:obl:npmod _ 25 of of ADP IN _ 26 case 26:case _ @@ -44826,12 +44842,12 @@ 5 piece piece NOUN NN Number=Sing 0 root 0:root _ 6 from from ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -8 1920s 1920 NOUN NNS Number=Plur 5 nmod 5:nmod:from _ +8 1920s 1920s NOUN NNS Number=Plur 5 nmod 5:nmod:from _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +11 believe believe VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ -13 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 ccomp 11:ccomp _ +13 called call VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 11 ccomp 11:ccomp _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 technique technique NOUN NN Number=Sing 13 obj 13:obj|19:nsubj:xsubj _ 16 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ @@ -44843,7 +44859,7 @@ 22 pronunciation pronunciation NOUN NN Number=Sing 5 parataxis 5:parataxis _ 23 Vs versus ADP IN Abbr=Yes 25 case 25:case _ 24 an a DET DT Definite=Ind|PronType=Art 25 det 25:det _ -25 attempt attempt NOUN NN Number=Sing 22 nmod 22:nmod:vs _ +25 attempt attempt NOUN NN Number=Sing 22 nmod 22:nmod:versus _ 26 at at ADP IN _ 29 case 29:case _ 27 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 28 proper proper ADJ JJ Degree=Pos 29 amod 29:amod _ @@ -44868,14 +44884,14 @@ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ 14 about about ADV RB _ 15 advmod 15:advmod _ 15 $ $ SYM $ _ 4 conj 4:conj:and SpaceAfter=No -16 20,000 20,000 NUM CD NumType=Card 15 nummod 15:nummod SpaceAfter=No +16 20,000 20000 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod SpaceAfter=No 17 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent27_01-0036 # text = Is there 1 available? 1 Is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 there there PRON EX _ 1 expl 1:expl _ -3 1 1 NUM CD NumType=Card 1 nsubj 1:nsubj _ +3 1 1 NUM CD NumForm=Digit|NumType=Card 1 nsubj 1:nsubj _ 4 available available ADJ JJ Degree=Pos 3 amod 3:amod SpaceAfter=No 5 ? ? PUNCT . _ 1 punct 1:punct _ @@ -44890,16 +44906,16 @@ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 Matisse Matisse PROPN NNP Number=Sing 5 obl 5:obl:about _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 discussed discuss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +10 discussed discuss VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 11 before before ADV RB _ 10 advmod 10:advmod _ 12 but but CCONJ CC _ 19 cc 19:cc _ 13 as as SCONJ IN _ 16 mark 16:mark _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ 15 can can AUX MD VerbForm=Fin 16 aux 16:aux _ 16 see see VERB VB VerbForm=Inf 19 advcl 19:advcl:as SpaceAfter=No -17 , , PUNCT , _ 19 punct 19:punct _ +17 , , PUNCT , _ 16 punct 16:punct _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -19 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ +19 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ 20 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 21 lot lot NOUN NN Number=Sing 19 obj 19:obj _ 22 of of ADP IN _ 24 case 24:case _ @@ -44920,8 +44936,8 @@ 37 because because SCONJ IN _ 40 mark 40:mark _ 38 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 40 nsubj 40:nsubj _ 39 already already ADV RB _ 40 advmod 40:advmod _ -40 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 32 advcl 32:advcl:because _ -41 one one NUM CD NumType=Card 40 obj 40:obj SpaceAfter=No +40 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 32 advcl 32:advcl:because _ +41 one one NUM CD NumForm=Word|NumType=Card 40 obj 40:obj SpaceAfter=No 42 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent27_01-0038 @@ -44936,7 +44952,7 @@ # sent_id = email-enronsent27_01-0040 # text = Huskers drool over Sooners. 1 Huskers Huskers PROPN NNPS Number=Plur 2 nsubj 2:nsubj _ -2 drool drool VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 drool drool VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 over over ADP IN _ 4 case 4:case _ 4 Sooners Sooners PROPN NNPS Number=Plur 2 obl 2:obl:over SpaceAfter=No 5 . . PUNCT . _ 2 punct 2:punct _ @@ -44944,36 +44960,36 @@ # sent_id = email-enronsent27_01-0041 # newpar id = email-enronsent27_01-p0005 # text = Ken Rice@ENRON COMMUNICATIONS -1 Ken ken X GW _ 0 root 0:root _ -2 Rice@ENRON rice@enron X GW _ 1 goeswith 1:goeswith _ -3 COMMUNICATIONS communications X ADD _ 1 goeswith 1:goeswith _ +1 Ken kenrice@enroncommunications X GW Typo=Yes 0 root 0:root _ +2 Rice@ENRON _ X GW _ 1 goeswith 1:goeswith _ +3 COMMUNICATIONS _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent27_01-0042 # text = 01/19/2001 09:14 AM -1 01/19/2001 01/19/2001 NUM CD NumType=Card 0 root 0:root _ -2 09:14 09:14 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 01/19/2001 01/19/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 09:14 09:14 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent27_01-0043 # text = Huskers rule, Sooners drool. 1 Huskers Huskers PROPN NNPS Number=Plur 2 nsubj 2:nsubj _ -2 rule rule VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +2 rule rule VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 3 , , PUNCT , _ 5 punct 5:punct _ 4 Sooners Sooners PROPN NNPS Number=Plur 5 nsubj 5:nsubj _ -5 drool drool VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj SpaceAfter=No +5 drool drool VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj SpaceAfter=No 6 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent27_01-0044 # newpar id = email-enronsent27_01-p0006 # text = Mike McConnell@ECT -1 Mike mike X GW _ 0 root 0:root _ -2 McConnell@ECT mcconnell@ect X ADD _ 1 goeswith 1:goeswith _ +1 Mike mikemcconnell@ect X GW Typo=Yes 0 root 0:root _ +2 McConnell@ECT _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent27_01-0045 # text = 01/19/01 07:55 AM -1 01/19/01 01/19/01 NUM CD NumType=Card 0 root 0:root _ -2 07:55 07:55 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 01/19/01 01/19/01 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 07:55 07:55 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent27_01-0046 # text = Thanks for the note. @@ -44986,7 +45002,7 @@ # sent_id = email-enronsent27_01-0047 # text = Sooners rule. 1 Sooners Sooners PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 rule rule VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +2 rule rule VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm=rules|SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent27_01-0048 @@ -44996,9 +45012,9 @@ 2 'll will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 find find VERB VB VerbForm=Inf 0 root 0:root _ 4 time time NOUN NN Number=Sing 3 obj 3:obj _ -5 when when SCONJ WRB PronType=Int 7 mark 7:mark _ +5 when when ADV WRB PronType=Int 7 advmod 7:advmod _ 6 things thing NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -7 settle settle VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:when _ +7 settle settle VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:when _ 8 down down ADP RP _ 7 compound:prt 7:compound:prt SpaceAfter=No 9 . . PUNCT . _ 3 punct 3:punct _ @@ -45008,15 +45024,15 @@ # sent_id = email-enronsent27_01-0050 # text = Ken Rice@ENRON COMMUNICATIONS -1 Ken ken X GW _ 0 root 0:root _ -2 Rice@ENRON rice@enron X GW _ 1 goeswith 1:goeswith _ -3 COMMUNICATIONS communications X ADD _ 1 goeswith 1:goeswith _ +1 Ken kenrice@enroncommunications X GW Typo=Yes 0 root 0:root _ +2 Rice@ENRON _ X GW _ 1 goeswith 1:goeswith _ +3 COMMUNICATIONS _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent27_01-0051 # text = 01/19/2001 07:24 AM -1 01/19/2001 01/19/2001 NUM CD NumType=Card 0 root 0:root _ -2 07:24 07:24 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 01/19/2001 01/19/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 07:24 07:24 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent27_01-0052 # text = Mike @@ -45025,10 +45041,10 @@ # sent_id = email-enronsent27_01-0053 # text = I see that we are scheduled to have lunch today. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 see see VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 6 mark 6:mark _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj:pass 6:nsubj:pass|8:nsubj:xsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ 6 scheduled schedule VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 ccomp 2:ccomp _ 7 to to PART TO _ 8 mark 8:mark _ 8 have have VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ @@ -45044,14 +45060,14 @@ 4 to to PART TO _ 5 mark 5:mark _ 5 postpone postpone VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 again again ADV RB _ 5 advmod 5:advmod SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ +7 , , PUNCT , _ 10 punct 10:punct _ 8-9 I'll _ _ _ _ _ _ _ _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 9 'll will AUX MD VerbForm=Fin 10 aux 10:aux _ 10 let let VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 obj 10:obj|12:nsubj:xsubj _ 12 know know VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ -13 later later ADV RB _ 15 advmod 15:advmod _ +13 later late ADV RBR Degree=Cmp 15 advmod 15:advmod _ 14 this this DET DT Number=Sing|PronType=Dem 15 det 15:det _ 15 morning morning NOUN NN Number=Sing 10 obl:tmod 10:obl:tmod SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ @@ -45061,11 +45077,11 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 out out ADV RB _ 0 root 0:root _ -4 all all DET DT _ 5 det 5:det _ +4 all all DET DT PronType=Tot 5 det 5:det _ 5 weekend weekend NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ -8 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +8 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 9 to to PART TO _ 10 mark 10:mark _ 10 have have VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ @@ -45077,13 +45093,13 @@ 17 Presentation presentation NOUN NN Number=Sing 13 nmod 13:nmod:on _ 18 in in ADV RB _ 10 xcomp 10:xcomp _ 19 by by ADP IN _ 21 case 21:case _ -20 sunday sunday PROPN NNP Number=Sing 21 compound 21:compound _ +20 sunday Sunday PROPN NNP Number=Sing 21 compound 21:compound _ 21 night night NOUN NN Number=Sing 10 obl 10:obl:by _ 22 so so ADV RB _ 26 advmod 26:advmod _ 23 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 26 nsubj 26:nsubj _ 24 may may AUX MD VerbForm=Fin 26 aux 26:aux _ 25 be be AUX VB VerbForm=Inf 26 aux 26:aux _ -26 working work VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj:and _ +26 working work VERB VBG Tense=Pres|VerbForm=Part 3 parataxis 3:parataxis _ 27 over over ADP IN _ 28 case 28:case _ 28 lunch lunch NOUN NN Number=Sing 26 obl 26:obl:over SpaceAfter=No 29 . . PUNCT . _ 3 punct 3:punct _ @@ -45091,11 +45107,11 @@ # sent_id = email-enronsent27_01-0056 # text = Actually, I think we are in pretty good shape so I will probably be doing lunch but just don't be too mad if I have to cancel. 1 Actually actually ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|24:nsubj _ -4 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 7 in in ADP IN _ 10 case 10:case _ 8 pretty pretty ADV RB _ 9 advmod 9:advmod _ 9 good good ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -45105,7 +45121,7 @@ 13 will will AUX MD VerbForm=Fin 16 aux 16:aux _ 14 probably probably ADV RB _ 16 advmod 16:advmod _ 15 be be AUX VB VerbForm=Inf 16 aux 16:aux _ -16 doing do VERB VBG Tense=Pres|VerbForm=Part 4 conj 4:conj:but _ +16 doing do VERB VBG Tense=Pres|VerbForm=Part 4 parataxis 4:parataxis _ 17 lunch lunch NOUN NN Number=Sing 16 obj 16:obj _ 18 but but CCONJ CC _ 24 cc 24:cc _ 19 just just ADV RB _ 24 advmod 24:advmod _ @@ -45117,7 +45133,7 @@ 24 mad mad ADJ JJ Degree=Pos 4 conj 4:conj:but _ 25 if if SCONJ IN _ 27 mark 27:mark _ 26 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 nsubj 27:nsubj|29:nsubj:xsubj _ -27 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 advcl 24:advcl:if _ +27 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 24 advcl 24:advcl:if _ 28 to to PART TO _ 29 mark 29:mark _ 29 cancel cancel VERB VB VerbForm=Inf 27 xcomp 27:xcomp SpaceAfter=No 30 . . PUNCT . _ 4 punct 4:punct _ @@ -45128,27 +45144,27 @@ # sent_id = email-enronsent27_01-0058 # text = PS Your brother told me he went to 3 bowl games (when I found out that two of them were the galleryfurniture.com bowl and that one in Shreveport (I can't remember the name of it)) I realized he is a very, very sick college football fan. -1 PS ps NOUN NN Number=Sing 4 advmod 4:advmod _ -2 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 PS ps NOUN NN Number=Sing 0 root 0:root _ +2 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 brother brother NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 appos 1:appos _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 iobj 4:iobj _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +7 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ 8 to to ADP IN _ 11 case 11:case _ -9 3 3 NUM CD NumType=Card 11 nummod 11:nummod _ +9 3 3 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 10 bowl bowl NOUN NN Number=Sing 11 compound 11:compound _ 11 games game NOUN NNS Number=Plur 7 obl 7:obl:to _ -12 ( ( PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No -13 when when SCONJ WRB PronType=Int 15 mark 15:mark _ +12 ( ( PUNCT -LRB- _ 41 punct 41:punct SpaceAfter=No +13 when when ADV WRB PronType=Int 15 advmod 15:advmod _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 41 advcl 41:advcl:when _ +15 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 41 advcl 41:advcl:when _ 16 out out ADP RP _ 15 compound:prt 15:compound:prt _ 17 that that SCONJ IN _ 24 mark 24:mark _ -18 two two NUM CD NumType=Card 24 nsubj 24:nsubj|27:nsubj _ +18 two two NUM CD NumForm=Word|NumType=Card 24 nsubj 24:nsubj|27:nsubj _ 19 of of ADP IN _ 20 case 20:case _ 20 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 18 nmod 18:nmod:of _ -21 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 cop 24:cop _ +21 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 24 cop 24:cop _ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 23 galleryfurniture.com galleryfurniture.com X ADD _ 24 compound 24:compound _ 24 bowl bowl NOUN NN Number=Sing 15 ccomp 15:ccomp _ @@ -45169,23 +45185,23 @@ 38 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 36 nmod 36:nmod:of SpaceAfter=No 39 )) )) PUNCT -RRB- _ 34 punct 34:punct _ 40 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 41 nsubj 41:nsubj _ -41 realized realize VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ +41 realized realize VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ 42 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 51 nsubj 51:nsubj _ 43 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 51 cop 51:cop _ 44 a a DET DT Definite=Ind|PronType=Art 51 det 51:det _ 45 very very ADV RB _ 48 advmod 48:advmod SpaceAfter=No -46 , , PUNCT , _ 48 punct 48:punct _ +46 , , PUNCT , _ 45 punct 45:punct _ 47 very very ADV RB _ 48 advmod 48:advmod _ 48 sick sick ADJ JJ Degree=Pos 51 amod 51:amod _ 49 college college NOUN NN Number=Sing 50 compound 50:compound _ 50 football football NOUN NN Number=Sing 51 compound 51:compound _ 51 fan fan NOUN NN Number=Sing 41 ccomp 41:ccomp SpaceAfter=No -52 . . PUNCT . _ 4 punct 4:punct _ +52 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent27_01-0059 # text = Jeff, here is the intial draft. 1 Jeff Jeff PROPN NNP Number=Sing 3 vocative 3:vocative SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 here here ADV RB PronType=Dem 0 root 0:root _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -45203,13 +45219,13 @@ 6 document document NOUN NN Number=Sing 2 obl 2:obl:as _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 make make VERB VB Mood=Imp|VerbForm=Fin 2 conj 2:conj:and _ -9 any any DET DT _ 10 det 10:det _ +9 any any DET DT PronType=Ind 10 det 10:det _ 10 changes change NOUN NNS Number=Plur 8 obj 8:obj|15:obj _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 additions addition NOUN NNS Number=Plur 10 conj 8:obj|10:conj:and|15:obj _ +12 additions addition NOUN NNS Number=Plur 10 conj 8:obj|10:conj:and|15:obj|16:nsubj:xsubj _ 13 that that PRON WDT PronType=Rel 15 obj 10:ref _ -14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj|16:nsubj:xsubj _ -15 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ +15 think think VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ 16 necessary necessary ADJ JJ Degree=Pos 15 xcomp 15:xcomp SpaceAfter=No 17 . . PUNCT . _ 2 punct 2:punct _ @@ -45217,7 +45233,7 @@ # text = I haven't even changed the wording after I first put it down. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 2-3 haven't _ _ _ _ _ _ _ _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 n't not PART RB _ 5 advmod 5:advmod _ 4 even even ADV RB _ 5 advmod 5:advmod _ 5 changed change VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ @@ -45225,8 +45241,8 @@ 7 wording wording NOUN NN Number=Sing 5 obj 5:obj _ 8 after after SCONJ IN _ 11 mark 11:mark _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -10 first first ADV RB _ 11 advmod 11:advmod _ -11 put put VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:after _ +10 first first ADV RB NumForm=Word|NumType=Ord 11 advmod 11:advmod _ +11 put put VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:after _ 12 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj _ 13 down down ADV RB _ 11 advmod 11:advmod SpaceAfter=No 14 . . PUNCT . _ 5 punct 5:punct _ @@ -45238,9 +45254,9 @@ # sent_id = email-enronsent27_01-0063 # text = Mark, I thought you would enjoy the comment about you. 1 Mark Mark PROPN NNP Number=Sing 4 vocative 4:vocative SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ 6 would would AUX MD VerbForm=Fin 7 aux 7:aux _ 7 enjoy enjoy VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ @@ -45256,15 +45272,15 @@ # sent_id = email-enronsent27_01-0065 # text = Ken Rice@ENRON COMMUNICATIONS -1 Ken ken X GW _ 0 root 0:root _ -2 Rice@ENRON rice@enron X GW _ 1 goeswith 1:goeswith _ -3 COMMUNICATIONS communications X ADD _ 1 goeswith 1:goeswith _ +1 Ken kenrice@enroncommunications X GW Typo=Yes 0 root 0:root _ +2 Rice@ENRON _ X GW _ 1 goeswith 1:goeswith _ +3 COMMUNICATIONS _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent27_01-0066 # text = 01/19/2001 07:24 AM -1 01/19/2001 01/19/2001 NUM CD NumType=Card 0 root 0:root _ -2 07:24 07:24 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 01/19/2001 01/19/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 07:24 07:24 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent27_01-0067 # text = Mike @@ -45273,10 +45289,10 @@ # sent_id = email-enronsent27_01-0068 # text = I see that we are scheduled to have lunch today. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 see see VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 6 mark 6:mark _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj:pass 6:nsubj:pass|8:nsubj:xsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ 6 scheduled schedule VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 ccomp 2:ccomp _ 7 to to PART TO _ 8 mark 8:mark _ 8 have have VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ @@ -45292,14 +45308,14 @@ 4 to to PART TO _ 5 mark 5:mark _ 5 postpone postpone VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 again again ADV RB _ 5 advmod 5:advmod SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ +7 , , PUNCT , _ 10 punct 10:punct _ 8-9 I'll _ _ _ _ _ _ _ _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 9 'll will AUX MD VerbForm=Fin 10 aux 10:aux _ 10 let let VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 obj 10:obj|12:nsubj:xsubj _ 12 know know VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ -13 later later ADV RB _ 15 advmod 15:advmod _ +13 later late ADV RBR Degree=Cmp 15 advmod 15:advmod _ 14 this this DET DT Number=Sing|PronType=Dem 15 det 15:det _ 15 morning morning NOUN NN Number=Sing 10 obl:tmod 10:obl:tmod SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ @@ -45309,11 +45325,11 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 out out ADV RB _ 0 root 0:root _ -4 all all DET DT _ 5 det 5:det _ +4 all all DET DT PronType=Tot 5 det 5:det _ 5 weekend weekend NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ -8 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +8 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 9 to to PART TO _ 10 mark 10:mark _ 10 have have VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ @@ -45325,13 +45341,13 @@ 17 Presentation presentation NOUN NN Number=Sing 13 nmod 13:nmod:on _ 18 in in ADV RB _ 10 xcomp 10:xcomp _ 19 by by ADP IN _ 21 case 21:case _ -20 sunday sunday PROPN NNP Number=Sing 21 compound 21:compound _ +20 sunday Sunday PROPN NNP Number=Sing 21 compound 21:compound _ 21 night night NOUN NN Number=Sing 10 obl 10:obl:by _ 22 so so ADV RB _ 26 advmod 26:advmod _ 23 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 26 nsubj 26:nsubj _ 24 may may AUX MD VerbForm=Fin 26 aux 26:aux _ 25 be be AUX VB VerbForm=Inf 26 aux 26:aux _ -26 working work VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj:and _ +26 working work VERB VBG Tense=Pres|VerbForm=Part 3 parataxis 3:parataxis _ 27 over over ADP IN _ 28 case 28:case _ 28 lunch lunch NOUN NN Number=Sing 26 obl 26:obl:over SpaceAfter=No 29 . . PUNCT . _ 3 punct 3:punct _ @@ -45339,11 +45355,11 @@ # sent_id = email-enronsent27_01-0071 # text = Actually, I think we are in pretty good shape so I will probably be doing lunch but just don't be too mad if I have to cancel. 1 Actually actually ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|24:nsubj _ -4 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 7 in in ADP IN _ 10 case 10:case _ 8 pretty pretty ADV RB _ 9 advmod 9:advmod _ 9 good good ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -45353,7 +45369,7 @@ 13 will will AUX MD VerbForm=Fin 16 aux 16:aux _ 14 probably probably ADV RB _ 16 advmod 16:advmod _ 15 be be AUX VB VerbForm=Inf 16 aux 16:aux _ -16 doing do VERB VBG Tense=Pres|VerbForm=Part 4 conj 4:conj:but _ +16 doing do VERB VBG Tense=Pres|VerbForm=Part 4 parataxis 4:parataxis _ 17 lunch lunch NOUN NN Number=Sing 16 obj 16:obj _ 18 but but CCONJ CC _ 24 cc 24:cc _ 19 just just ADV RB _ 24 advmod 24:advmod _ @@ -45365,7 +45381,7 @@ 24 mad mad ADJ JJ Degree=Pos 4 conj 4:conj:but _ 25 if if SCONJ IN _ 27 mark 27:mark _ 26 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 nsubj 27:nsubj|29:nsubj:xsubj _ -27 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 advcl 24:advcl:if _ +27 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 24 advcl 24:advcl:if _ 28 to to PART TO _ 29 mark 29:mark _ 29 cancel cancel VERB VB VerbForm=Inf 27 xcomp 27:xcomp SpaceAfter=No 30 . . PUNCT . _ 4 punct 4:punct _ @@ -45376,27 +45392,27 @@ # sent_id = email-enronsent27_01-0073 # text = PS Your brother told me he went to 3 bowl games (when I found out that two of them were the galleryfurniture.com bowl and that one in Shreveport (I can't remember the name of it)) I realized he is a very, very sick college football fan. -1 PS ps NOUN NN Number=Sing 4 advmod 4:advmod _ -2 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 PS ps NOUN NN Number=Sing 0 root 0:root _ +2 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 brother brother NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 appos 1:appos _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 iobj 4:iobj _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +7 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ 8 to to ADP IN _ 11 case 11:case _ -9 3 3 NUM CD NumType=Card 11 nummod 11:nummod _ +9 3 3 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 10 bowl bowl NOUN NN Number=Sing 11 compound 11:compound _ 11 games game NOUN NNS Number=Plur 7 obl 7:obl:to _ -12 ( ( PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No -13 when when SCONJ WRB PronType=Int 15 mark 15:mark _ +12 ( ( PUNCT -LRB- _ 41 punct 41:punct SpaceAfter=No +13 when when ADV WRB PronType=Int 15 advmod 15:advmod _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 41 advcl 41:advcl:when _ +15 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 41 advcl 41:advcl:when _ 16 out out ADP RP _ 15 compound:prt 15:compound:prt _ 17 that that SCONJ IN _ 24 mark 24:mark _ -18 two two NUM CD NumType=Card 24 nsubj 24:nsubj|27:nsubj _ +18 two two NUM CD NumForm=Word|NumType=Card 24 nsubj 24:nsubj|27:nsubj _ 19 of of ADP IN _ 20 case 20:case _ 20 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 18 nmod 18:nmod:of _ -21 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 cop 24:cop _ +21 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 24 cop 24:cop _ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 23 galleryfurniture.com galleryfurniture.com X ADD _ 24 compound 24:compound _ 24 bowl bowl NOUN NN Number=Sing 15 ccomp 15:ccomp _ @@ -45417,18 +45433,18 @@ 38 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 36 nmod 36:nmod:of SpaceAfter=No 39 )) )) PUNCT -RRB- _ 34 punct 34:punct _ 40 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 41 nsubj 41:nsubj _ -41 realized realize VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ +41 realized realize VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ 42 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 51 nsubj 51:nsubj _ 43 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 51 cop 51:cop _ 44 a a DET DT Definite=Ind|PronType=Art 51 det 51:det _ 45 very very ADV RB _ 48 advmod 48:advmod SpaceAfter=No -46 , , PUNCT , _ 48 punct 48:punct _ +46 , , PUNCT , _ 45 punct 45:punct _ 47 very very ADV RB _ 48 advmod 48:advmod _ 48 sick sick ADJ JJ Degree=Pos 51 amod 51:amod _ 49 college college NOUN NN Number=Sing 50 compound 50:compound _ 50 football football NOUN NN Number=Sing 51 compound 51:compound _ 51 fan fan NOUN NN Number=Sing 41 ccomp 41:ccomp SpaceAfter=No -52 . . PUNCT . _ 4 punct 4:punct _ +52 . . PUNCT . _ 1 punct 1:punct _ # newdoc id = email-enronsent26_01 # sent_id = email-enronsent26_01-0001 @@ -45439,7 +45455,7 @@ 3 put put VERB VB VerbForm=Inf 0 root 0:root _ 4 this this PRON DT Number=Sing|PronType=Dem 3 obj 3:obj _ 5 on on ADP IN _ 7 case 7:case _ -6 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 calendars calendar NOUN NNS Number=Plur 3 obl 3:obl:on SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ @@ -45466,9 +45482,9 @@ # text = San Antonio, wow what a let down from the other cities. 1 San San PROPN NNP Number=Sing 0 root 0:root _ 2 Antonio Antonio PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 wow wow INTJ UH _ 1 discourse 1:discourse _ -5 what what DET WDT PronType=Int 8 det 8:det _ +5 what what DET WDT PronType=Int 8 det:predet 8:det:predet _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 let let NOUN NN Number=Sing 8 compound 8:compound _ 8 down down NOUN NN Number=Sing 1 parataxis 1:parataxis _ @@ -45496,30 +45512,30 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 can can AUX MD VerbForm=Fin 3 aux 3:aux _ 3 recommend recommend VERB VB VerbForm=Inf 0 root 0:root _ -4 some some DET DT _ 6 det 6:det _ +4 some some DET DT PronType=Ind 6 det 6:det _ 5 good good ADJ JJ Degree=Pos 6 amod 6:amod _ 6 restaurants restaurant NOUN NNS Number=Plur 3 obj 3:obj _ 7 since since SCONJ IN _ 9 mark 9:mark _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:since _ +9 took take VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:since _ 10 Ric Ric PROPN NNP Number=Sing 9 obj 9:obj _ 11 there there ADV RB PronType=Dem 9 advmod 9:advmod _ 12 last last ADJ JJ Degree=Pos 13 amod 13:amod _ 13 year year NOUN NN Number=Sing 9 obl:tmod 9:obl:tmod _ 14 for for ADP IN _ 16 case 16:case _ -15 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 birthday birthday NOUN NN Number=Sing 9 obl 9:obl:for SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent26_01-0006 # text = We stayed at the Menger and had a great time. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|7:nsubj _ -2 stayed stay VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 stayed stay VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 at at ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 Menger Menger PROPN NNP Number=Sing 2 obl 2:obl:at _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +7 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 great great ADJ JJ Degree=Pos 10 amod 10:amod _ 10 time time NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No @@ -45527,20 +45543,20 @@ # sent_id = email-enronsent26_01-0007 # text = Kay Mann@ENRON -1 Kay kay X GW _ 0 root 0:root _ -2 Mann@ENRON mann@enron X ADD _ 1 goeswith 1:goeswith _ +1 Kay kaymann@enron X GW Typo=Yes 0 root 0:root _ +2 Mann@ENRON _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent26_01-0008 # text = 09/20/2000 04:18 PM -1 09/20/2000 09/20/2000 NUM CD NumType=Card 0 root 0:root _ -2 04:18 04:18 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 09/20/2000 09/20/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 04:18 04:18 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent26_01-0009 # text = This Friday - Michael goes for a visit at St. Francis, which may be his new school (so far, so good). 1 This this DET DT Number=Sing|PronType=Dem 2 det 2:det _ 2 Friday Friday PROPN NNP Number=Sing 5 obl:tmod 5:obl:tmod _ -3 - - PUNCT , _ 5 punct 5:punct _ +3 - - PUNCT , _ 2 punct 2:punct _ 4 Michael Michael PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 5 goes go VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 for for ADP IN _ 8 case 8:case _ @@ -45549,17 +45565,17 @@ 9 at at ADP IN _ 10 case 10:case _ 10 St. St. PROPN NNP Number=Sing 8 nmod 8:nmod:at|18:nsubj _ 11 Francis Francis PROPN NNP Number=Sing 10 flat 10:flat SpaceAfter=No -12 , , PUNCT , _ 10 punct 10:punct _ +12 , , PUNCT , _ 18 punct 18:punct _ 13 which which PRON WDT PronType=Rel 18 nsubj 10:ref _ 14 may may AUX MD VerbForm=Fin 18 aux 18:aux _ 15 be be AUX VB VerbForm=Inf 18 cop 18:cop _ -16 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +16 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 17 new new ADJ JJ Degree=Pos 18 amod 18:amod _ 18 school school NOUN NN Number=Sing 10 acl:relcl 10:acl:relcl _ 19 ( ( PUNCT -LRB- _ 24 punct 24:punct SpaceAfter=No 20 so so ADV RB _ 21 advmod 21:advmod _ 21 far far ADV RB Degree=Pos 24 advmod 24:advmod SpaceAfter=No -22 , , PUNCT , _ 24 punct 24:punct _ +22 , , PUNCT , _ 21 punct 21:punct _ 23 so so ADV RB _ 24 advmod 24:advmod _ 24 good good ADJ JJ Degree=Pos 5 parataxis 5:parataxis SpaceAfter=No 25 ) ) PUNCT -RRB- _ 24 punct 24:punct SpaceAfter=No @@ -45572,70 +45588,70 @@ 2 'll will AUX MD VerbForm=Fin 4 aux 4:aux _ 3 be be AUX VB VerbForm=Inf 4 cop 4:cop _ 4 in in ADV RB _ 0 root 0:root _ -5 around around ADV RB _ 6 advmod 6:advmod SpaceAfter=No -6 1000 1000 NUM CD NumType=Card 4 obl:tmod 4:obl:tmod _ +5 around around ADP IN _ 6 case 6:case SpaceAfter=No +6 1000 1000 NUM CD NumForm=Digit|NumType=Card 4 obl 4:obl:around _ # sent_id = email-enronsent26_01-0011 # newpar id = email-enronsent26_01-p0002 # text = Most Fridays I'm going to TRY to pick Michael up since I'm away so much, which means leaving by 445 or so. 1 Most most ADJ JJS Degree=Sup 2 amod 2:amod _ -2 Fridays Fridays PROPN NNPS Number=Plur 5 obl:tmod 5:obl:tmod _ +2 Fridays Friday PROPN NNPS Number=Plur 5 obl:tmod 5:obl:tmod _ 3-4 I'm _ _ _ _ _ _ _ _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj|9:nsubj:xsubj _ -4 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 TRY try VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 to to PART TO _ 9 mark 9:mark _ -9 pick pick VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ +9 pick pick VERB VB VerbForm=Inf 7 xcomp 7:xcomp|20:csubj _ 10 Michael Michael PROPN NNP Number=Sing 9 obj 9:obj _ 11 up up ADV RB _ 9 advmod 9:advmod _ 12 since since SCONJ IN _ 15 mark 15:mark _ 13-14 I'm _ _ _ _ _ _ _ _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -14 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +14 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 15 away away ADV RB _ 9 advcl 9:advcl:since _ 16 so so ADV RB _ 17 advmod 17:advmod _ 17 much much ADV RB _ 15 advmod 15:advmod SpaceAfter=No -18 , , PUNCT , _ 9 punct 9:punct _ -19 which which PRON WDT PronType=Int 20 nsubj 20:nsubj _ -20 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 parataxis 9:parataxis _ +18 , , PUNCT , _ 20 punct 20:punct _ +19 which which PRON WDT PronType=Rel 20 nsubj 9:ref _ +20 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 advcl:relcl 9:advcl:relcl _ 21 leaving leave VERB VBG VerbForm=Ger 20 ccomp 20:ccomp _ 22 by by ADP IN _ 23 case 23:case _ -23 445 445 NUM CD NumType=Card 21 obl 21:obl:by _ +23 445 445 NUM CD NumForm=Digit|NumType=Card 21 obl 21:obl:by _ 24 or or CCONJ CC _ 25 cc 25:cc _ -25 so so ADV RB _ 23 nummod 23:nummod SpaceAfter=No +25 so so ADV RB _ 23 conj 23:conj:or SpaceAfter=No 26 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent26_01-0012 # text = October 4, ENA orientation in the am. 1 October October PROPN NNP Number=Sing 5 nmod:tmod 5:nmod:tmod _ -2 4 4 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No +2 4 4 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No 3 , , PUNCT , _ 1 punct 1:punct _ 4 ENA ENA PROPN NNP Number=Sing 5 compound 5:compound _ 5 orientation orientation NOUN NN Number=Sing 0 root 0:root _ 6 in in ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -8 am am NOUN NN Number=Sing 5 nmod 5:nmod:in SpaceAfter=No +8 am a.m. NOUN NN Number=Sing 5 nmod 5:nmod:in SpaceAfter=No 9 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent26_01-0013 # newpar id = email-enronsent26_01-p0003 # text = October 19/20, Neil is out of town, so I have to pick Michael up from school (leave at 430) 1 October October PROPN NNP Number=Sing 10 obl:tmod 10:obl:tmod _ -2 19 19 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 / / PUNCT , _ 4 case 4:case SpaceAfter=No -4 20 20 NUM CD NumType=Card 2 nmod 2:nmod SpaceAfter=No -5 , , PUNCT , _ 10 punct 10:punct _ +2 19 19 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 / / SYM , _ 4 case 4:case SpaceAfter=No +4 20 20 NUM CD NumForm=Digit|NumType=Card 2 nmod 2:nmod SpaceAfter=No +5 , , PUNCT , _ 1 punct 1:punct _ 6 Neil Neil PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 8 out out ADP IN _ 10 case 10:case _ 9 of of ADP IN _ 10 case 10:case _ 10 town town NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 14 punct 14:punct _ 12 so so ADV RB _ 14 advmod 14:advmod _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj|16:nsubj:xsubj _ -14 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 parataxis 10:parataxis _ +14 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 parataxis 10:parataxis _ 15 to to PART TO _ 16 mark 16:mark _ 16 pick pick VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 17 Michael Michael PROPN NNP Number=Sing 16 obj 16:obj _ @@ -45645,17 +45661,17 @@ 21 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No 22 leave leave VERB VB VerbForm=Inf 16 parataxis 16:parataxis _ 23 at at ADP IN _ 24 case 24:case _ -24 430 430 NUM CD NumType=Card 22 obl 22:obl:at SpaceAfter=No +24 430 430 NUM CD NumForm=Digit|NumType=Card 22 obl 22:obl:at SpaceAfter=No 25 ) ) PUNCT -RRB- _ 22 punct 22:punct _ # sent_id = email-enronsent26_01-0014 # text = October 26/27, hope to be vacation time. 1 October October PROPN NNP Number=Sing 6 obl:tmod 6:obl:tmod _ -2 26 26 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 / / PUNCT , _ 4 case 4:case SpaceAfter=No -4 27 27 NUM CD NumType=Card 2 nmod 2:nmod SpaceAfter=No -5 , , PUNCT , _ 6 punct 6:punct _ -6 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 26 26 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 / / SYM , _ 4 case 4:case SpaceAfter=No +4 27 27 NUM CD NumForm=Digit|NumType=Card 2 nmod 2:nmod SpaceAfter=No +5 , , PUNCT , _ 1 punct 1:punct _ +6 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 to to PART TO _ 10 mark 10:mark _ 8 be be AUX VB VerbForm=Inf 10 cop 10:cop _ 9 vacation vacation NOUN NN Number=Sing 10 compound 10:compound _ @@ -45671,7 +45687,7 @@ 5 in in ADP IN _ 6 case 6:case _ 6 San San PROPN NNP Number=Sing 4 nmod 4:nmod:in _ 7 Antonio Antonio PROPN NNP Number=Sing 6 flat 6:flat _ -8 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No +8 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No 9 usually usually ADV RB _ 13 advmod 13:advmod _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj|15:nsubj|18:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ @@ -45688,8 +45704,8 @@ 22 great great ADJ JJ Degree=Pos 13 parataxis 13:parataxis _ 23 this this DET DT Number=Sing|PronType=Dem 24 det 24:det _ 24 year year NOUN NN Number=Sing 22 obl:tmod 22:obl:tmod SpaceAfter=No -25 ) ) PUNCT -RRB- _ 20 punct 20:punct SpaceAfter=No -26 . . PUNCT . _ 20 punct 20:punct _ +25 ) ) PUNCT -RRB- _ 13 punct 13:punct SpaceAfter=No +26 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent26_01-0016 # text = It is the officer's meeting for Enterprise, and spouses are invited. @@ -45705,7 +45721,7 @@ 9 , , PUNCT , _ 13 punct 13:punct _ 10 and and CCONJ CC _ 13 cc 13:cc _ 11 spouses spouse NOUN NNS Number=Plur 13 nsubj:pass 13:nsubj:pass _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ 13 invited invite VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 conj 6:conj:and SpaceAfter=No 14 . . PUNCT . _ 6 punct 6:punct _ @@ -45729,9 +45745,9 @@ # sent_id = email-enronsent26_01-0018 # text = Figures, of course. 1 Figures figure VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ -3 of of ADV RB _ 1 discourse 1:discourse _ -4 course course ADV RB _ 3 fixed 3:fixed SpaceAfter=No +2 , , PUNCT , _ 3 punct 3:punct _ +3 of of ADP IN ExtPos=ADV 1 advmod 1:advmod _ +4 course course NOUN NN Number=Sing 3 fixed 3:fixed SpaceAfter=No 5 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent26_01-0019 @@ -45745,14 +45761,14 @@ # text = I'm watching for some good vacation days, also... 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 watching watch VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 for for ADP IN _ 8 case 8:case _ -5 some some DET DT _ 8 det 8:det _ +5 some some DET DT PronType=Ind 8 det 8:det _ 6 good good ADJ JJ Degree=Pos 8 amod 8:amod _ 7 vacation vacation NOUN NN Number=Sing 8 compound 8:compound _ 8 days day NOUN NNS Number=Plur 3 obl 3:obl:for SpaceAfter=No -9 , , PUNCT , _ 3 punct 3:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 also also ADV RB _ 3 advmod 3:advmod SpaceAfter=No 11 ... ... PUNCT . _ 3 punct 3:punct _ @@ -45760,16 +45776,16 @@ # newpar id = email-enronsent26_01-p0004 # text = fyi/review/comment 1 fyi fyi ADV RB _ 3 parataxis 3:parataxis SpaceAfter=No -2 / / PUNCT , _ 3 punct 3:punct SpaceAfter=No +2 / / PUNCT , _ 1 punct 1:punct SpaceAfter=No 3 review review NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -4 / / PUNCT , _ 3 punct 3:punct SpaceAfter=No +4 / / PUNCT , _ 5 punct 5:punct SpaceAfter=No 5 comment comment NOUN NN Number=Sing 3 parataxis 3:parataxis _ # sent_id = email-enronsent26_01-0022 # newpar id = email-enronsent26_01-p0005 # text = I have a couple of questions so I can wrap up the LOI: 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 couple couple NOUN NN Number=Sing 2 obj 2:obj _ 5 of of ADP IN _ 6 case 6:case _ @@ -45787,9 +45803,9 @@ # newpar id = email-enronsent26_01-p0006 # text = We refer to licensed Fuel Cell Energy equipment. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 refer refer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 refer refer VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 8 case 8:case _ -4 licensed license VERB VBN Tense=Past|VerbForm=Part 8 amod 8:amod _ +4 licensed license VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 amod 8:amod _ 5 Fuel fuel NOUN NN Number=Sing 6 compound 6:compound _ 6 Cell cell NOUN NN Number=Sing 7 compound 7:compound _ 7 Energy energy NOUN NN Number=Sing 8 compound 8:compound _ @@ -45798,7 +45814,7 @@ # sent_id = email-enronsent26_01-0024 # text = Do we intend to reference a particular manufacturer, or should this be more generic? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 3 intend intend VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ @@ -45811,13 +45827,13 @@ 11 should should AUX MD VerbForm=Fin 15 aux 15:aux _ 12 this this PRON DT Number=Sing|PronType=Dem 15 nsubj 15:nsubj _ 13 be be AUX VB VerbForm=Inf 15 cop 15:cop _ -14 more more ADV RBR _ 15 advmod 15:advmod _ +14 more more ADV RBR Degree=Cmp 15 advmod 15:advmod _ 15 generic generic ADJ JJ Degree=Pos 3 conj 3:conj:or SpaceAfter=No 16 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent26_01-0025 # text = Do we want to attach a draft of the Development Agreement, and condition the final deal on agreeing to terms substantially the same as what's in the draft? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj|14:nsubj:xsubj _ 3 want want VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ @@ -45853,7 +45869,7 @@ # sent_id = email-enronsent26_01-0026 # text = I have a concern that the Enron optionality bug could bite us on the backside with that one. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 concern concern NOUN NN Number=Sing 2 obj 2:obj _ 5 that that SCONJ IN _ 11 mark 11:mark _ @@ -45874,12 +45890,12 @@ # sent_id = email-enronsent26_01-0027 # text = Do we expect to have ONE EPC contract, or several? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 3 expect expect VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 have have VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 ONE one NUM CD NumType=Card 8 nummod 8:nummod _ +6 ONE one NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 7 EPC epc NOUN NN Number=Sing 8 compound 8:compound _ 8 contract contract NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No 9 , , PUNCT , _ 11 punct 11:punct _ @@ -45891,13 +45907,13 @@ # text = I'm looking for the confidentiality agreement, which may be in Bart's files (haven't checked closely yet). 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 looking look VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 for for ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 confidentiality confidentiality NOUN NN Number=Sing 7 compound 7:compound _ 7 agreement agreement NOUN NN Number=Sing 3 obl 3:obl:for|15:nsubj SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 15 punct 15:punct _ 9 which which PRON WDT PronType=Rel 15 nsubj 7:ref _ 10 may may AUX MD VerbForm=Fin 15 aux 15:aux _ 11 be be AUX VB VerbForm=Inf 15 cop 15:cop _ @@ -45907,7 +45923,8 @@ 14 's 's PART POS _ 13 case 13:case _ 15 files file NOUN NNS Number=Plur 7 acl:relcl 7:acl:relcl _ 16 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No -17 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux 19:aux SpaceAfter=No +17-18 haven't _ _ _ _ _ _ _ _ +17 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 18 n't not PART RB _ 19 advmod 19:advmod _ 19 checked check VERB VBN Tense=Past|VerbForm=Part 3 parataxis 3:parataxis _ 20 closely closely ADV RB _ 19 advmod 19:advmod _ @@ -45918,11 +45935,11 @@ # sent_id = email-enronsent26_01-0029 # text = If anyone has it handy, it could speed things up for me. 1 If if SCONJ IN _ 3 mark 3:mark _ -2 anyone anyone PRON NN Number=Sing 3 nsubj 3:nsubj _ +2 anyone anyone PRON NN Number=Sing|PronType=Ind 3 nsubj 3:nsubj _ 3 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ -5 handy handy ADJ JJ Degree=Pos 3 advmod 3:advmod SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +5 handy handy ADJ JJ Degree=Pos 3 xcomp 3:xcomp SpaceAfter=No +6 , , PUNCT , _ 3 punct 3:punct _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 8 could could AUX MD VerbForm=Fin 9 aux 9:aux _ 9 speed speed VERB VB VerbForm=Inf 0 root 0:root _ @@ -45947,7 +45964,7 @@ # text = Forget the ONE or more contract questions. 1 Forget forget VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -3 ONE one NUM CD NumType=Card 6 nummod 6:nummod _ +3 ONE one NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 4 or or CCONJ CC _ 5 cc 5:cc _ 5 more more ADJ JJR Degree=Cmp 3 conj 3:conj:or|6:nummod _ 6 contract contract NOUN NN Number=Sing 7 compound 7:compound _ @@ -45957,22 +45974,22 @@ # sent_id = email-enronsent26_01-0033 # text = I see we expect to have separate contracts for each project. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 see see VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -4 expect expect VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +4 expect expect VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 5 to to PART TO _ 6 mark 6:mark _ 6 have have VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 separate separate ADJ JJ Degree=Pos 8 amod 8:amod _ 8 contracts contract NOUN NNS Number=Plur 6 obj 6:obj _ 9 for for ADP IN _ 11 case 11:case _ -10 each each DET DT _ 11 det 11:det _ +10 each each DET DT PronType=Tot 11 det 11:det _ 11 project project NOUN NN Number=Sing 8 nmod 8:nmod:for SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent26_01-0034 # text = I have a couple of questions so I can wrap up the LOI: 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 couple couple NOUN NN Number=Sing 2 obj 2:obj _ 5 of of ADP IN _ 6 case 6:case _ @@ -45990,9 +46007,9 @@ # newpar id = email-enronsent26_01-p0009 # text = We refer to licensed Fuel Cell Energy equipment. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 refer refer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 refer refer VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 8 case 8:case _ -4 licensed license VERB VBN Tense=Past|VerbForm=Part 8 amod 8:amod _ +4 licensed license VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 amod 8:amod _ 5 Fuel fuel NOUN NN Number=Sing 6 compound 6:compound _ 6 Cell cell NOUN NN Number=Sing 7 compound 7:compound _ 7 Energy energy NOUN NN Number=Sing 8 compound 8:compound _ @@ -46001,7 +46018,7 @@ # sent_id = email-enronsent26_01-0036 # text = Do we intend to reference a particular manufacturer, or should this be more generic? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 3 intend intend VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ @@ -46014,13 +46031,13 @@ 11 should should AUX MD VerbForm=Fin 15 aux 15:aux _ 12 this this PRON DT Number=Sing|PronType=Dem 15 nsubj 15:nsubj _ 13 be be AUX VB VerbForm=Inf 15 cop 15:cop _ -14 more more ADV RBR _ 15 advmod 15:advmod _ +14 more more ADV RBR Degree=Cmp 15 advmod 15:advmod _ 15 generic generic ADJ JJ Degree=Pos 3 conj 3:conj:or SpaceAfter=No 16 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent26_01-0037 # text = Do we want to attach a draft of the Development Agreement, and condition the final deal on agreeing to terms substantially the same as what's in the draft? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj|14:nsubj:xsubj _ 3 want want VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ @@ -46056,7 +46073,7 @@ # sent_id = email-enronsent26_01-0038 # text = I have a concern that the Enron optionality bug could bite us on the backside with that one. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 concern concern NOUN NN Number=Sing 2 obj 2:obj _ 5 that that SCONJ IN _ 11 mark 11:mark _ @@ -46077,12 +46094,12 @@ # sent_id = email-enronsent26_01-0039 # text = Do we expect to have ONE EPC contract, or several? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 3 expect expect VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 have have VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 ONE one NUM CD NumType=Card 8 nummod 8:nummod _ +6 ONE one NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 7 EPC epc NOUN NN Number=Sing 8 compound 8:compound _ 8 contract contract NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No 9 , , PUNCT , _ 11 punct 11:punct _ @@ -46094,13 +46111,13 @@ # text = I'm looking for the confidentiality agreement, which may be in Bart's files (haven't checked closely yet). 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 looking look VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 for for ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 confidentiality confidentiality NOUN NN Number=Sing 7 compound 7:compound _ 7 agreement agreement NOUN NN Number=Sing 3 obl 3:obl:for|15:nsubj SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 15 punct 15:punct _ 9 which which PRON WDT PronType=Rel 15 nsubj 7:ref _ 10 may may AUX MD VerbForm=Fin 15 aux 15:aux _ 11 be be AUX VB VerbForm=Inf 15 cop 15:cop _ @@ -46110,7 +46127,8 @@ 14 's 's PART POS _ 13 case 13:case _ 15 files file NOUN NNS Number=Plur 7 acl:relcl 7:acl:relcl _ 16 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No -17 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux 19:aux SpaceAfter=No +17-18 haven't _ _ _ _ _ _ _ _ +17 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 18 n't not PART RB _ 19 advmod 19:advmod _ 19 checked check VERB VBN Tense=Past|VerbForm=Part 3 parataxis 3:parataxis _ 20 closely closely ADV RB _ 19 advmod 19:advmod _ @@ -46121,11 +46139,11 @@ # sent_id = email-enronsent26_01-0041 # text = If anyone has it handy, it could speed things up for me. 1 If if SCONJ IN _ 3 mark 3:mark _ -2 anyone anyone PRON NN Number=Sing 3 nsubj 3:nsubj _ +2 anyone anyone PRON NN Number=Sing|PronType=Ind 3 nsubj 3:nsubj _ 3 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ -5 handy handy ADJ JJ Degree=Pos 3 advmod 3:advmod SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +5 handy handy ADJ JJ Degree=Pos 3 xcomp 3:xcomp SpaceAfter=No +6 , , PUNCT , _ 3 punct 3:punct _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 8 could could AUX MD VerbForm=Fin 9 aux 9:aux _ 9 speed speed VERB VB VerbForm=Inf 0 root 0:root _ @@ -46154,18 +46172,18 @@ 4 of of ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 contracts contract NOUN NNS Number=Plur 3 nmod 3:nmod:of SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 draft draft NOUN NN Number=Sing 10 nsubj 10:nsubj _ 10 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 11 that that SCONJ IN _ 17 mark 17:mark _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 $ $ SYM $ _ 17 nsubj:pass 17:nsubj:pass SpaceAfter=No -14 170 170 NUM CD NumType=Card 15 compound 15:compound SpaceAfter=No -15 m m NUM CD NumType=Card 13 nummod 13:nummod _ +14 170 170 NUM CD NumForm=Digit|NumType=Card 15 compound 15:compound SpaceAfter=No +15 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 13 nummod 13:nummod _ 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 aux:pass 17:aux:pass _ 17 paid pay VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 ccomp 10:ccomp _ -18 when when SCONJ WRB PronType=Int 23 mark 23:mark _ +18 when when ADV WRB PronType=Int 23 advmod 23:advmod _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 20 EPC epc NOUN NN Number=Sing 21 compound 21:compound _ 21 contract contract NOUN NN Number=Sing 23 nsubj:pass 23:nsubj:pass _ @@ -46175,7 +46193,7 @@ # sent_id = email-enronsent26_01-0045 # text = Are we expecting that the portion attributable to each project will be paid as the individual EPC contracts are signed? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 3 expecting expect VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 that that SCONJ IN _ 13 mark 13:mark _ @@ -46183,7 +46201,7 @@ 6 portion portion NOUN NN Number=Sing 13 nsubj:pass 13:nsubj:pass _ 7 attributable attributable ADJ JJ Degree=Pos 6 amod 6:amod _ 8 to to ADP IN _ 10 case 10:case _ -9 each each DET DT _ 10 det 10:det _ +9 each each DET DT PronType=Tot 10 det 10:det _ 10 project project NOUN NN Number=Sing 7 obl 7:obl:to _ 11 will will AUX MD VerbForm=Fin 13 aux 13:aux _ 12 be be AUX VB VerbForm=Inf 13 aux:pass 13:aux:pass _ @@ -46193,7 +46211,7 @@ 16 individual individual ADJ JJ Degree=Pos 18 amod 18:amod _ 17 EPC epc NOUN NN Number=Sing 18 compound 18:compound _ 18 contracts contract NOUN NNS Number=Plur 20 nsubj:pass 20:nsubj:pass _ -19 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux:pass 20:aux:pass _ +19 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 aux:pass 20:aux:pass _ 20 signed sign VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 advcl 13:advcl:as SpaceAfter=No 21 ? ? PUNCT . _ 3 punct 3:punct _ @@ -46210,13 +46228,13 @@ # sent_id = email-enronsent26_01-0048 # newpar id = email-enronsent26_01-p0013 # text = 1. The pricing that we have given CRRA is specific to FuelCell Energy and would not be meaningful without listing the manufacturer (i.e., ONSI would be a lot more money). -1 1 1 X LS _ 2 nummod 2:nummod SpaceAfter=No -2 . . PUNCT . _ 11 punct 11:punct _ +1 1 1 NUM LS NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No +2 . . PUNCT . _ 1 punct 1:punct _ 3 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 pricing pricing NOUN NN Number=Sing 11 nsubj 8:obj|11:nsubj|19:nsubj _ 5 that that PRON WDT PronType=Rel 8 obj 4:ref _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -7 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +7 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 given give VERB VBN Tense=Past|VerbForm=Part 4 acl:relcl 4:acl:relcl _ 9 CRRA CRRA PROPN NNP Number=Sing 8 iobj 8:iobj _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ @@ -46234,8 +46252,8 @@ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 manufacturer manufacturer NOUN NN Number=Sing 21 obj 21:obj _ 24 ( ( PUNCT -LRB- _ 33 punct 33:punct SpaceAfter=No -25 i.e. i.e. X FW _ 33 advmod 33:advmod SpaceAfter=No -26 , , PUNCT , _ 33 punct 33:punct _ +25 i.e. i.e. ADV FW _ 33 advmod 33:advmod SpaceAfter=No +26 , , PUNCT , _ 25 punct 25:punct _ 27 ONSI ONSI PROPN NNP Number=Sing 33 nsubj 33:nsubj _ 28 would would AUX MD VerbForm=Fin 33 aux 33:aux _ 29 be be AUX VB VerbForm=Inf 33 cop 33:cop _ @@ -46249,12 +46267,12 @@ # sent_id = email-enronsent26_01-0049 # text = Hence, I think that we have to reference the manufacturer. 1 Hence hence ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 that that SCONJ IN _ 7 mark 7:mark _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ -7 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +7 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ 8 to to PART TO _ 9 mark 9:mark _ 9 reference reference VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ @@ -46264,8 +46282,8 @@ # sent_id = email-enronsent26_01-0050 # newpar id = email-enronsent26_01-p0014 # text = 2. The attachment of the Development Agreement is a Jeff question. -1 2 2 X LS _ 2 nummod 2:nummod SpaceAfter=No -2 . . PUNCT . _ 12 punct 12:punct _ +1 2 2 NUM LS NumForm=Digit|NumType=Card 12 nummod 12:nummod SpaceAfter=No +2 . . PUNCT . _ 1 punct 1:punct _ 3 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 attachment attachment NOUN NN Number=Sing 12 nsubj 12:nsubj _ 5 of of ADP IN _ 8 case 8:case _ @@ -46284,10 +46302,10 @@ 2 order order NOUN NN Number=Sing 1 fixed 1:fixed _ 3 to to PART TO _ 4 mark 4:mark _ 4 mark mark VERB VB VerbForm=Inf 11 advcl 11:advcl:to _ -5 any any DET DT _ 7 det 7:det _ -6 2000 2000 NUM CD NumType=Card 7 nummod 7:nummod _ +5 any any DET DT PronType=Ind 7 det 7:det _ +6 2000 2000 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 income income NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No -8 , , PUNCT , _ 11 punct 11:punct _ +8 , , PUNCT , _ 4 punct 4:punct _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj|13:nsubj:xsubj _ 10 will will AUX MD VerbForm=Fin 11 aux 11:aux _ 11 need need VERB VB VerbForm=Inf 0 root 0:root _ @@ -46300,15 +46318,15 @@ 18 Development development NOUN NN Number=Sing 19 compound 19:compound _ 19 Agreement agreement NOUN NN Number=Sing 16 obj 16:obj _ 20 in in ADP IN _ 21 case 21:case _ -21 2000 2000 NUM CD NumType=Card 16 obl 16:obl:in SpaceAfter=No +21 2000 2000 NUM CD NumForm=Digit|NumType=Card 16 obl 16:obl:in SpaceAfter=No 22 . . PUNCT . _ 11 punct 11:punct _ # sent_id = email-enronsent26_01-0052 # text = In my opinion, we should show CRRA a copy of the LOI with the assumption that the Development Agreement is attached. 1 In in ADP IN _ 3 case 3:case _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 opinion opinion NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 6 should should AUX MD VerbForm=Fin 7 aux 7:aux _ 7 show show VERB VB VerbForm=Inf 0 root 0:root _ @@ -46341,7 +46359,7 @@ 8 Development development NOUN NN Number=Sing 9 compound 9:compound _ 9 Agreement agreement NOUN NN Number=Sing 4 obj 4:obj _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -11 couple couple NOUN NN Number=Sing 12 nmod 12:nmod _ +11 couple couple NOUN NN Number=Sing 12 nmod:npmod 12:nmod:npmod _ 12 days day NOUN NNS Number=Plur 15 nmod:npmod 15:nmod:npmod _ 13 after after ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -46350,12 +46368,12 @@ # sent_id = email-enronsent26_01-0054 # text = Based on how CRRA reacts, I would make an ultimate determination if the agreement needs to be attached to the LOI. -1 Based base VERB VBN Tense=Past|VerbForm=Part 5 mark 5:mark _ +1 Based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 mark 5:mark _ 2 on on SCONJ IN _ 5 mark 5:mark _ -3 how how SCONJ WRB PronType=Int 5 mark 5:mark _ +3 how how ADV WRB PronType=Int 5 advmod 5:advmod _ 4 CRRA CRRA PROPN NNP Number=Sing 5 nsubj 5:nsubj _ -5 reacts react VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 obl 9:obl SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +5 reacts react VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl SpaceAfter=No +6 , , PUNCT , _ 5 punct 5:punct _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 8 would would AUX MD VerbForm=Fin 9 aux 9:aux _ 9 make make VERB VB VerbForm=Inf 0 root 0:root _ @@ -46376,13 +46394,13 @@ # sent_id = email-enronsent26_01-0055 # text = 3. I expect at least one EPC contract per project. -1 3 3 X LS _ 2 nummod 2:nummod SpaceAfter=No -2 . . PUNCT . _ 4 punct 4:punct _ +1 3 3 NUM LS NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No +2 . . PUNCT . _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 expect expect VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 at at ADV RB _ 6 case 6:case _ -6 least least ADV RBS Degree=Sup 7 nmod 7:nmod:at _ -7 one one NUM CD NumType=Card 9 nummod 9:nummod _ +4 expect expect VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 at at ADP IN _ 6 case 6:case _ +6 least least ADJ JJS Degree=Sup 7 nmod 7:nmod:at _ +7 one one NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 8 EPC epc NOUN NN Number=Sing 9 compound 9:compound _ 9 contract contract NOUN NN Number=Sing 4 obj 4:obj _ 10 per per ADP IN _ 11 case 11:case _ @@ -46393,7 +46411,7 @@ # text = We don't want to condition the acceptance of one project on the performance of another project. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 want want VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ @@ -46401,13 +46419,13 @@ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 acceptance acceptance NOUN NN Number=Sing 6 obj 6:obj _ 9 of of ADP IN _ 11 case 11:case _ -10 one one NUM CD NumType=Card 11 nummod 11:nummod _ +10 one one NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 11 project project NOUN NN Number=Sing 8 nmod 8:nmod:of _ 12 on on ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 performance performance NOUN NN Number=Sing 6 obl 6:obl:on _ 15 of of ADP IN _ 17 case 17:case _ -16 another another DET DT _ 17 det 17:det _ +16 another another DET DT PronType=Ind 17 det 17:det _ 17 project project NOUN NN Number=Sing 14 nmod 14:nmod:of SpaceAfter=No 18 . . PUNCT . _ 4 punct 4:punct _ @@ -46431,7 +46449,7 @@ 16 basis basis NOUN NN Number=Sing 10 conj 6:obl:on|10:conj:or _ 17 in in ADP IN _ 20 case 20:case _ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ -19 given give VERB VBN Tense=Past|VerbForm=Part 20 amod 20:amod _ +19 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 amod 20:amod _ 20 project project NOUN NN Number=Sing 6 obl 6:obl:in SpaceAfter=No 21 . . PUNCT . _ 6 punct 6:punct _ @@ -46445,16 +46463,16 @@ # sent_id = email-enronsent26_01-0059 # newpar id = email-enronsent26_01-p0015 # text = Sent by: Ben Jacoby@ECT -1 Sent send VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 by by ADP IN _ 4 case 4:case SpaceAfter=No -3 : : PUNCT : _ 4 punct 4:punct _ -4 Ben ben X GW _ 1 obl 1:obl:by _ -5 Jacoby@ECT jacoby@ect X ADD _ 4 goeswith 4:goeswith _ +3 : : PUNCT : _ 2 punct 2:punct _ +4 Ben benjacoby@ect X GW Typo=Yes 1 obl:agent 1:obl:agent _ +5 Jacoby@ECT _ X ADD _ 4 goeswith 4:goeswith _ # sent_id = email-enronsent26_01-0060 # text = FYI, see below. 1 FYI fyi ADV RB _ 3 advmod 3:advmod SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 see see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 below below ADV RB _ 3 advmod 3:advmod SpaceAfter=No 5 . . PUNCT . _ 3 punct 3:punct _ @@ -46474,7 +46492,7 @@ # sent_id = email-enronsent08_02-0002 # text = What are we going to get her? 1 What what PRON WP PronType=Int 6 obj 6:obj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ 4 going go VERB VBG VerbForm=Ger 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ @@ -46492,7 +46510,7 @@ # text = That is some good stuff. 1 That that PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -3 some some DET DT _ 5 det 5:det _ +3 some some DET DT PronType=Ind 5 det 5:det _ 4 good good ADJ JJ Degree=Pos 5 amod 5:amod _ 5 stuff stuff NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ @@ -46500,18 +46518,18 @@ # sent_id = email-enronsent08_02-0005 # text = I hear you are coming our way soon. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 hear hear VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 hear hear VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 coming come VERB VBG Tense=Pres|VerbForm=Part 2 ccomp 2:ccomp _ -6 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 way way NOUN NN Number=Sing 5 obl:npmod 5:obl:npmod _ 8 soon soon ADV RB Degree=Pos 5 advmod 5:advmod SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent08_02-0006 # text = Look forward to drinking a few beers. -1 Look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Look look VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 forward forward ADV RB _ 1 advmod 1:advmod _ 3 to to SCONJ IN _ 4 mark 4:mark _ 4 drinking drink VERB VBG VerbForm=Ger 1 advcl 1:advcl:to _ @@ -46533,16 +46551,16 @@ 4 Michael.McDermott@spectrongroup.com michael.mcdermott@spectrongroup.com X ADD _ 1 list 1:list SpaceAfter=No 5 > > PUNCT -RRB- _ 4 punct 4:punct _ 6 on on ADP IN _ 7 case 7:case _ -7 06/01/2000 06/01/2000 NUM CD NumType=Card 1 nmod 1:nmod:on _ -8 06:00:56 06:00:56 NUM CD NumType=Card 9 nummod 9:nummod _ -9 AM am NOUN NN Number=Sing 7 nmod:tmod 7:nmod:tmod _ +7 06/01/2000 06/01/2000 NUM CD NumForm=Digit|NumType=Card 1 nmod 1:nmod:on _ +8 06:00:56 06:00:56 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ +9 AM a.m. NOUN NN Number=Sing 7 nmod:tmod 7:nmod:tmod _ # sent_id = email-enronsent08_02-0009 # text = Yo Mama`s so fat .... -1 Yo yo PRON PRP$ _ 2 nmod:poss 2:nmod:poss _ +1 Yo your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Style=Slng 2 nmod:poss 2:nmod:poss _ 2-3 Mama`s _ _ _ _ _ _ _ _ 2 Mama mama NOUN NN Number=Sing 5 nsubj 5:nsubj _ -3 `s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 `s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 5 cop 5:cop CorrectForm='s 4 so so ADV RB _ 5 advmod 5:advmod _ 5 fat fat ADJ JJ Degree=Pos 0 root 0:root _ 6 .... .... PUNCT . _ 5 punct 5:punct _ @@ -46550,13 +46568,13 @@ # sent_id = email-enronsent08_02-0010 # newpar id = email-enronsent08_02-p0005 # text = Your mama is so fat: When she hauls ass she has to make two trips. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 mama mama NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 so so ADV RB _ 5 advmod 5:advmod _ 5 fat fat ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -6 : : PUNCT : _ 5 punct 5:punct _ -7 When when SCONJ WRB PronType=Int 9 mark 9:mark _ +6 : : PUNCT : _ 12 punct 12:punct _ +7 When when ADV WRB PronType=Int 9 advmod 9:advmod _ 8 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 9 hauls haul VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:when _ 10 ass ass NOUN NN Number=Sing 9 obj 9:obj _ @@ -46564,25 +46582,25 @@ 12 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ 13 to to PART TO _ 14 mark 14:mark _ 14 make make VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ -15 two two NUM CD NumType=Card 16 nummod 16:nummod _ +15 two two NUM CD NumForm=Word|NumType=Card 16 nummod 16:nummod _ 16 trips trip NOUN NNS Number=Plur 14 obj 14:obj SpaceAfter=No 17 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent08_02-0011 # text = When she dances she makes the band skip. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 3 dances dance VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:when _ 4 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 5 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -7 band band NOUN NN Number=Sing 8 nsubj 8:nsubj _ -8 skip skip VERB VB VerbForm=Inf 5 ccomp 5:ccomp SpaceAfter=No +7 band band NOUN NN Number=Sing 5 obj 5:obj|8:nsubj:xsubj _ +8 skip skip VERB VB VerbForm=Inf 5 xcomp 5:xcomp SpaceAfter=No 9 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent08_02-0012 # text = When she was diagnosed with the flesh eating disease the doctor gave her 13 years to live. -1 When when SCONJ WRB PronType=Int 4 mark 4:mark _ +1 When when ADV WRB PronType=Int 4 advmod 4:advmod _ 2 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 diagnosed diagnose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 advcl 12:advcl:when _ @@ -46593,9 +46611,9 @@ 9 disease disease NOUN NN Number=Sing 4 obl 4:obl:with _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 doctor doctor NOUN NN Number=Sing 12 nsubj 12:nsubj _ -12 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 gave give VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 13 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 12 iobj 12:iobj _ -14 13 13 NUM CD NumType=Card 15 nummod 15:nummod _ +14 13 13 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 15 years year NOUN NNS Number=Plur 12 obj 12:obj _ 16 to to PART TO _ 17 mark 17:mark _ 17 live live VERB VB VerbForm=Inf 15 acl 15:acl:to SpaceAfter=No @@ -46618,10 +46636,10 @@ # sent_id = email-enronsent08_02-0014 # text = Her cereal bowl came with a lifeguard. -1 Her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 cereal cereal NOUN NN Number=Sing 3 compound 3:compound _ 3 bowl bowl NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 with with ADP IN _ 7 case 7:case _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 lifeguard lifeguard NOUN NN Number=Sing 4 obl 4:obl:with SpaceAfter=No @@ -46629,7 +46647,7 @@ # sent_id = email-enronsent08_02-0015 # text = When she goes to the zoo the elephants throw her peanuts. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 3 goes go VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:when _ 4 to to ADP IN _ 6 case 6:case _ @@ -46637,14 +46655,14 @@ 6 zoo zoo NOUN NN Number=Sing 3 obl 3:obl:to _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 elephants elephant NOUN NNS Number=Plur 9 nsubj 9:nsubj _ -9 throw throw VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +9 throw throw VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 10 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 9 iobj 9:iobj _ 11 peanuts peanut NOUN NNS Number=Plur 9 obj 9:obj SpaceAfter=No 12 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent08_02-0016 # text = Her high school graduation picture was an aerial photograph. -1 Her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +1 Her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 2 high high ADJ JJ Degree=Pos 3 amod 3:amod _ 3 school school NOUN NN Number=Sing 4 compound 4:compound _ 4 graduation graduation NOUN NN Number=Sing 5 compound 5:compound _ @@ -46657,20 +46675,20 @@ # sent_id = email-enronsent08_02-0017 # text = Her driver`s license says "Picture continued on other side." -1 Her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +1 Her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 2-3 driver`s _ _ _ _ _ _ _ _ 2 driver driver NOUN NN Number=Sing 4 nmod:poss 4:nmod:poss _ -3 `s 's PART POS _ 2 case 2:case _ +3 `s 's PART POS Typo=Yes 2 case 2:case CorrectForm='s 4 license license NOUN NN Number=Sing 5 nsubj 5:nsubj _ 5 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -6 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No +6 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No 7 Picture picture NOUN NN Number=Sing 5 ccomp 5:ccomp _ -8 continued continue VERB VBN Tense=Past|VerbForm=Part 7 acl 7:acl _ +8 continued continue VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl _ 9 on on ADP IN _ 11 case 11:case _ 10 other other ADJ JJ Degree=Pos 11 amod 11:amod _ 11 side side NOUN NN Number=Sing 8 obl 8:obl:on SpaceAfter=No -12 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No -13 " " PUNCT '' _ 5 punct 5:punct _ +12 . . PUNCT . _ 7 punct 7:punct SpaceAfter=No +13 " " PUNCT '' _ 7 punct 7:punct _ # sent_id = email-enronsent08_02-0018 # text = She has to iron her pants on the driveway. @@ -46678,7 +46696,7 @@ 2 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 iron iron VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 pants pants NOUN NNS Number=Plur 4 obj 4:obj _ 7 on on ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -46690,7 +46708,7 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 back back NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 of of ADP IN _ 5 case 5:case _ -4 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 neck neck NOUN NN Number=Sing 2 nmod 2:nmod:of _ 6 looks look VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 like like ADP IN _ 9 case 9:case _ @@ -46703,51 +46721,51 @@ # sent_id = email-enronsent08_02-0020 # text = Yo mama`s so fat, all the restaurants in town have signs that say: "Maximum Occupancy: 240 Patrons OR Yo Mama" Yo mama`s so fat, when she ran away, they had to use all four sides of the milk carton. -1 Yo yo PRON PRP$ _ 2 nmod:poss 2:nmod:poss _ +1 Yo your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Style=Slng 2 nmod:poss 2:nmod:poss _ 2-3 mama`s _ _ _ _ _ _ _ _ 2 mama mama NOUN NN Number=Sing 5 nsubj 5:nsubj _ -3 `s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 `s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 5 cop 5:cop CorrectForm='s 4 so so ADV RB _ 5 advmod 5:advmod _ 5 fat fat ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ -7 all all DET PDT _ 9 det:predet 9:det:predet _ +6 , , PUNCT , _ 12 punct 12:punct _ +7 all all DET PDT PronType=Tot 9 det:predet 9:det:predet _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 restaurants restaurant NOUN NNS Number=Plur 12 nsubj 12:nsubj _ 10 in in ADP IN _ 11 case 11:case _ 11 town town NOUN NN Number=Sing 9 nmod 9:nmod:in _ -12 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl _ +12 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl _ 13 signs sign NOUN NNS Number=Plur 12 obj 12:obj|15:nsubj _ 14 that that PRON WDT PronType=Rel 15 nsubj 13:ref _ -15 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl SpaceAfter=No -16 : : PUNCT : _ 15 punct 15:punct _ -17 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No +15 say say VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl SpaceAfter=No +16 : : PUNCT : _ 19 punct 19:punct _ +17 " " PUNCT `` _ 19 punct 19:punct SpaceAfter=No 18 Maximum maximum ADJ JJ Degree=Pos 19 amod 19:amod _ 19 Occupancy occupancy NOUN NN Number=Sing 15 ccomp 15:ccomp SpaceAfter=No -20 : : PUNCT : _ 19 punct 19:punct _ -21 240 240 NUM CD NumType=Card 22 nummod 22:nummod _ +20 : : PUNCT : _ 22 punct 22:punct _ +21 240 240 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod _ 22 Patrons patron NOUN NNS Number=Plur 19 appos 19:appos _ 23 OR or CCONJ CC _ 25 cc 25:cc _ -24 Yo yo PRON PRP$ _ 25 nmod:poss 25:nmod:poss _ +24 Yo your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Style=Slng 25 nmod:poss 25:nmod:poss _ 25 Mama mama NOUN NN Number=Sing 22 conj 19:appos|22:conj:or SpaceAfter=No -26 " " PUNCT '' _ 15 punct 15:punct _ -27 Yo yo PRON PRP$ _ 28 nmod:poss 28:nmod:poss _ +26 " " PUNCT '' _ 19 punct 19:punct _ +27 Yo your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Style=Slng 28 nmod:poss 28:nmod:poss _ 28-29 mama`s _ _ _ _ _ _ _ _ 28 mama mama NOUN NN Number=Sing 31 nsubj 31:nsubj _ -29 `s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 31 cop 31:cop _ +29 `s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 31 cop 31:cop CorrectForm='s 30 so so ADV RB _ 31 advmod 31:advmod _ 31 fat fat ADJ JJ Degree=Pos 5 parataxis 5:parataxis SpaceAfter=No -32 , , PUNCT , _ 31 punct 31:punct _ -33 when when SCONJ WRB PronType=Int 35 mark 35:mark _ +32 , , PUNCT , _ 39 punct 39:punct _ +33 when when ADV WRB PronType=Int 35 advmod 35:advmod _ 34 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 35 nsubj 35:nsubj _ -35 ran run VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 39 advcl 39:advcl:when _ +35 ran run VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 39 advcl 39:advcl:when _ 36 away away ADV RB _ 35 advmod 35:advmod SpaceAfter=No -37 , , PUNCT , _ 39 punct 39:punct _ +37 , , PUNCT , _ 35 punct 35:punct _ 38 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 39 nsubj 39:nsubj|41:nsubj:xsubj _ -39 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 30 advcl 30:advcl _ +39 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 31 advcl 31:advcl _ 40 to to PART TO _ 41 mark 41:mark _ 41 use use VERB VB VerbForm=Inf 39 xcomp 39:xcomp _ -42 all all DET DT _ 44 det 44:det _ -43 four four NUM CD NumType=Card 44 nummod 44:nummod _ +42 all all DET DT PronType=Tot 44 det 44:det _ +43 four four NUM CD NumForm=Word|NumType=Card 44 nummod 44:nummod _ 44 sides side NOUN NNS Number=Plur 41 obj 41:obj _ 45 of of ADP IN _ 48 case 48:case _ 46 the the DET DT Definite=Def|PronType=Art 48 det 48:det _ @@ -46757,43 +46775,43 @@ # sent_id = email-enronsent08_02-0021 # text = Yo mama`s so fat, instead of Levis 501 jeans, she wears Levi`s 1002`s. -1 Yo yo PRON PRP$ _ 2 nmod:poss 2:nmod:poss _ +1 Yo your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Style=Slng 2 nmod:poss 2:nmod:poss _ 2-3 mama`s _ _ _ _ _ _ _ _ 2 mama mama NOUN NN Number=Sing 5 nsubj 5:nsubj _ -3 `s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 `s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 5 cop 5:cop CorrectForm='s 4 so so ADV RB _ 5 advmod 5:advmod _ 5 fat fat ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 14 punct 14:punct _ 7 instead instead ADV RB _ 11 case 11:case _ 8 of of ADP IN _ 7 fixed 7:fixed _ 9 Levis Levis PROPN NNPS Number=Plur 11 compound 11:compound _ -10 501 501 NUM CD NumType=Card 9 nummod 9:nummod _ +10 501 501 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 11 jeans jeans NOUN NNS Number=Plur 14 obl 14:obl:instead_of SpaceAfter=No -12 , , PUNCT , _ 14 punct 14:punct _ +12 , , PUNCT , _ 11 punct 11:punct _ 13 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -14 wears wear VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl _ -15 Levi`s Levi`s PROPN NNPS Number=Plur 14 obj 14:obj _ -16 1002`s 1002`s NOUN NNS Number=Plur 15 flat 15:flat SpaceAfter=No +14 wears wear VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl _ +15 Levi`s Levis PROPN NNPS Number=Plur|Typo=Yes 14 obj 14:obj CorrectForm=Levis +16 1002`s 1002 NOUN NNS Number=Plur|Typo=Yes 15 flat 15:flat CorrectForm=1002s|SpaceAfter=No 17 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent08_02-0022 # text = Yo mama`s so fat, when she gets in an elevator, it HAS to go down. -1 Yo yo PRON PRP$ _ 2 nmod:poss 2:nmod:poss _ +1 Yo your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Style=Slng 2 nmod:poss 2:nmod:poss _ 2-3 mama`s _ _ _ _ _ _ _ _ 2 mama mama NOUN NN Number=Sing 5 nsubj 5:nsubj _ -3 `s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 `s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 5 cop 5:cop CorrectForm='s 4 so so ADV RB _ 5 advmod 5:advmod _ 5 fat fat ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ -7 when when SCONJ WRB PronType=Int 9 mark 9:mark _ +6 , , PUNCT , _ 15 punct 15:punct _ +7 when when ADV WRB PronType=Int 9 advmod 9:advmod _ 8 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 9 gets get VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:when _ 10 in in ADP IN _ 12 case 12:case _ 11 an a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 elevator elevator NOUN NN Number=Sing 9 obl 9:obl:in SpaceAfter=No -13 , , PUNCT , _ 15 punct 15:punct _ +13 , , PUNCT , _ 9 punct 9:punct _ 14 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj|17:nsubj:xsubj _ -15 HAS have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl _ +15 HAS have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl _ 16 to to PART TO _ 17 mark 17:mark _ 17 go go VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ 18 down down ADV RB _ 17 advmod 17:advmod SpaceAfter=No @@ -46801,39 +46819,39 @@ # sent_id = email-enronsent08_02-0023 # text = Yo mama`s so fat, she was born with a silver shovel in her mouth. -1 Yo yo PRON PRP$ _ 2 nmod:poss 2:nmod:poss _ +1 Yo your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Style=Slng 2 nmod:poss 2:nmod:poss _ 2-3 mama`s _ _ _ _ _ _ _ _ 2 mama mama NOUN NN Number=Sing 5 nsubj 5:nsubj _ -3 `s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 `s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 5 cop 5:cop CorrectForm='s 4 so so ADV RB _ 5 advmod 5:advmod _ 5 fat fat ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 9 punct 9:punct _ 7 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 9 nsubj:pass 9:nsubj:pass _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ -9 born bear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 advcl 4:advcl _ -10 with with ADP IN _ 13 case 13:case _ +9 born bear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 advcl 5:advcl _ +10 with with SCONJ IN _ 16 mark 16:mark _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 silver silver NOUN NN Number=Sing 13 compound 13:compound _ -13 shovel shovel NOUN NN Number=Sing 9 obl 9:obl:with _ +13 shovel shovel NOUN NN Number=Sing 16 nsubj 16:nsubj _ 14 in in ADP IN _ 16 case 16:case _ -15 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ -16 mouth mouth NOUN NN Number=Sing 13 nmod 13:nmod:in SpaceAfter=No +15 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +16 mouth mouth NOUN NN Number=Sing 9 advcl 9:advcl:with SpaceAfter=No 17 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent08_02-0024 # text = Yo mama`s so fat, she`s got smaller fat women orbiting around her. -1 Yo yo PRON PRP$ _ 2 nmod:poss 2:nmod:poss _ +1 Yo your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Style=Slng 2 nmod:poss 2:nmod:poss _ 2-3 mama`s _ _ _ _ _ _ _ _ 2 mama mama NOUN NN Number=Sing 5 nsubj 5:nsubj _ -3 `s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 `s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 5 cop 5:cop CorrectForm='s 4 so so ADV RB _ 5 advmod 5:advmod _ 5 fat fat ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 9 punct 9:punct _ 7-8 she`s _ _ _ _ _ _ _ _ 7 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -8 `s have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ -9 got get VERB VBN Tense=Past|VerbForm=Part 4 advcl 4:advcl _ -10 smaller smaller ADJ JJR Degree=Cmp 12 amod 12:amod _ +8 `s have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 9 aux 9:aux CorrectForm='s +9 got get VERB VBN Tense=Past|VerbForm=Part 5 advcl 5:advcl _ +10 smaller small ADJ JJR Degree=Cmp 12 amod 12:amod _ 11 fat fat ADJ JJ Degree=Pos 12 amod 12:amod _ 12 women woman NOUN NNS Number=Plur 9 obj 9:obj _ 13 orbiting orbit VERB VBG VerbForm=Ger 12 acl 12:acl _ @@ -46843,16 +46861,16 @@ # sent_id = email-enronsent08_02-0025 # text = Yo mama`s so fat, she could sell shade. -1 Yo yo PRON PRP$ _ 2 nmod:poss 2:nmod:poss _ +1 Yo your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Style=Slng 2 nmod:poss 2:nmod:poss _ 2-3 mama`s _ _ _ _ _ _ _ _ 2 mama mama NOUN NN Number=Sing 5 nsubj 5:nsubj _ -3 `s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 `s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 5 cop 5:cop CorrectForm='s 4 so so ADV RB _ 5 advmod 5:advmod _ 5 fat fat ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 9 punct 9:punct _ 7 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 8 could could AUX MD VerbForm=Fin 9 aux 9:aux _ -9 sell sell VERB VB VerbForm=Inf 4 advcl 4:advcl _ +9 sell sell VERB VB VerbForm=Inf 5 advcl 5:advcl _ 10 shade shade NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No 11 . . PUNCT . _ 5 punct 5:punct _ @@ -46893,8 +46911,8 @@ # newpar id = email-enronsent08_02-p0009 # text = What are some good interview questions? 1 What what PRON WP PronType=Int 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -3 some some DET DT _ 6 det 6:det _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +3 some some DET DT PronType=Ind 6 det 6:det _ 4 good good ADJ JJ Degree=Pos 6 amod 6:amod _ 5 interview interview NOUN NN Number=Sing 6 compound 6:compound _ 6 questions question NOUN NNS Number=Plur 1 nsubj 1:nsubj SpaceAfter=No @@ -46903,7 +46921,7 @@ # sent_id = email-enronsent08_02-0031 # text = Poll your co-workers. 1 Poll poll VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 co-workers co-worker NOUN NNS Number=Plur 1 obj 1:obj SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ @@ -46916,11 +46934,11 @@ # newpar id = email-enronsent08_02-p0011 # text = I told Paul that you called him yesterday so abruptly because you didn't want to waste his time while you got tests done for arthritis. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 told tell VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 Paul Paul PROPN NNP Number=Sing 2 iobj 2:iobj _ 4 that that SCONJ IN _ 6 mark 6:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +6 called call VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 7 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 obj 6:obj _ 8 yesterday yesterday NOUN NN Number=Sing 6 obl:tmod 6:obl:tmod _ 9 so so ADV RB _ 10 advmod 10:advmod _ @@ -46928,18 +46946,18 @@ 11 because because SCONJ IN _ 15 mark 15:mark _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj|17:nsubj:xsubj _ 13-14 didn't _ _ _ _ _ _ _ _ -13 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 aux 15:aux _ +13 did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 15 aux 15:aux _ 14 n't not PART RB _ 15 advmod 15:advmod _ 15 want want VERB VB VerbForm=Inf 6 advcl 6:advcl:because _ 16 to to PART TO _ 17 mark 17:mark _ 17 waste waste VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ -18 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 time time NOUN NN Number=Sing 17 obj 17:obj _ 20 while while SCONJ IN _ 22 mark 22:mark _ 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ -22 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 advcl 17:advcl:while _ +22 got get VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 17 advcl 17:advcl:while _ 23 tests test NOUN NNS Number=Plur 22 obj 22:obj|24:nsubj:xsubj _ -24 done do VERB VBN Tense=Past|VerbForm=Part 22 xcomp 22:xcomp _ +24 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 xcomp 22:xcomp _ 25 for for ADP IN _ 26 case 26:case _ 26 arthritis arthritis NOUN NN Number=Sing 24 obl 24:obl:for SpaceAfter=No 27 . . PUNCT . _ 2 punct 2:punct _ @@ -46947,20 +46965,20 @@ # sent_id = email-enronsent08_02-0034 # text = I told him I told you to call him back and at least hear what he has to say. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 told tell VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 iobj 2:iobj _ -4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|8:nsubj:xsubj|14:nsubj:xsubj _ -5 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ -6 you you PRON PRP Case=Acc|Person=2|PronType=Prs 5 iobj 5:iobj _ +4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ +5 told tell VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +6 you you PRON PRP Case=Acc|Person=2|PronType=Prs 5 iobj 5:iobj|8:nsubj:xsubj|14:nsubj:xsubj _ 7 to to PART TO _ 8 mark 8:mark _ 8 call call VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 9 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 obj 8:obj _ 10 back back ADP RP _ 8 compound:prt 8:compound:prt _ 11 and and CCONJ CC _ 14 cc 14:cc _ -12 at at ADV RB _ 14 advmod 14:advmod _ -13 least least ADV RBS Degree=Sup 12 fixed 12:fixed _ +12 at at ADP IN ExtPos=ADV 14 advmod 14:advmod _ +13 least least ADJ JJS Degree=Sup 12 fixed 12:fixed _ 14 hear hear VERB VB VerbForm=Inf 8 conj 5:xcomp|8:conj:and _ -15 what what PRON WP PronType=Int 14 obj 14:obj _ +15 what what PRON WP PronType=Rel 14 obj 14:obj|19:obj _ 16 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj|19:nsubj:xsubj _ 17 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ 18 to to PART TO _ 19 mark 19:mark _ @@ -46970,19 +46988,19 @@ # sent_id = email-enronsent08_02-0035 # text = He said they are looking for people and based on what I told him an interview was a formality. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 looking look VERB VBG Tense=Pres|VerbForm=Part 2 ccomp 2:ccomp _ 6 for for ADP IN _ 7 case 7:case _ 7 people people NOUN NNS Number=Plur 5 obl 5:obl:for _ 8 and and CCONJ CC _ 19 cc 19:cc _ -9 based base VERB VBN Tense=Past|VerbForm=Part 11 case 11:case _ -10 on on SCONJ IN _ 11 case 11:case _ -11 what what PRON WP PronType=Int 19 obl 19:obl:on _ +9 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 case 11:case _ +10 on on ADP IN _ 11 case 11:case _ +11 what what PRON WP PronType=Rel 19 obl 13:obj|19:obl:on _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ -14 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 obj 13:obj _ +13 told tell VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +14 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 iobj 13:iobj _ 15 an a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 16 interview interview NOUN NN Number=Sing 19 nsubj 19:nsubj _ 17 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 cop 19:cop _ @@ -47002,7 +47020,7 @@ 3 Microwave microwave NOUN NN Number=Sing 9 nsubj 6:obj|9:nsubj _ 4 that that PRON WDT PronType=Rel 6 obj 3:ref _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +6 gave give VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 7 Dan Dan PROPN NNP Number=Sing 6 iobj 6:iobj _ 8 really really ADV RB _ 9 advmod 9:advmod _ 9 expensive expensive ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No @@ -47010,12 +47028,12 @@ # sent_id = email-enronsent08_02-0038 # text = All the guys at work are saying I shouldn't bother having it fixed I should just buy a new one. -1 All all DET PDT _ 3 det:predet 3:det:predet _ +1 All all DET PDT PronType=Tot 3 det:predet 3:det:predet _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 guys guy NOUN NNS Number=Plur 7 nsubj 7:nsubj _ 4 at at ADP IN _ 5 case 5:case _ 5 work work NOUN NN Number=Sing 3 nmod 3:nmod:at _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 saying say VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 9-10 shouldn't _ _ _ _ _ _ _ _ @@ -47023,8 +47041,8 @@ 10 n't not PART RB _ 11 advmod 11:advmod _ 11 bother bother VERB VB VerbForm=Inf 7 ccomp 7:ccomp _ 12 having have VERB VBG VerbForm=Ger 11 advcl 11:advcl _ -13 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 obj 12:obj _ -14 fixed fix VERB VBN Tense=Past|VerbForm=Part 12 ccomp 12:ccomp _ +13 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 obj 12:obj|14:nsubj:xsubj _ +14 fixed fix VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 xcomp 12:xcomp _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ 16 should should AUX MD VerbForm=Fin 18 aux 18:aux _ 17 just just ADV RB _ 18 advmod 18:advmod _ @@ -47043,7 +47061,7 @@ # text = Jai Hawker 974-6721 1 Jai Jai PROPN NNP Number=Sing 0 root 0:root _ 2 Hawker Hawker PROPN NNP Number=Sing 1 flat 1:flat _ -3 974-6721 974-6721 NUM CD NumType=Card 1 list 1:list _ +3 974-6721 974-6721 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ # sent_id = email-enronsent08_02-0041 # text = I won't forget about the $. @@ -47059,7 +47077,7 @@ # sent_id = email-enronsent08_02-0042 # text = Do I need to cross reference the deals in my model to the deals in the system or did you already do that? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|6:nsubj:xsubj _ 3 need need VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 6 mark 6:mark _ @@ -47068,7 +47086,7 @@ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 deals deal NOUN NNS Number=Plur 6 obj 6:obj _ 9 in in ADP IN _ 11 case 11:case _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 model model NOUN NN Number=Sing 8 nmod 8:nmod:in _ 12 to to ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ @@ -47077,7 +47095,7 @@ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 system system NOUN NN Number=Sing 14 nmod 14:nmod:in _ 18 or or CCONJ CC _ 22 cc 22:cc _ -19 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 aux 22:aux _ +19 did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 22 aux 22:aux _ 20 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ 21 already already ADV RB _ 22 advmod 22:advmod _ 22 do do VERB VB VerbForm=Inf 3 conj 3:conj:or _ @@ -47098,7 +47116,7 @@ # newpar id = email-enronsent08_02-p0015 # text = Don't take that deal out until I look at it. 1-2 Don't _ _ _ _ _ _ _ _ -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 n't not PART RB _ 3 advmod 3:advmod _ 3 take take VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 that that DET DT Number=Sing|PronType=Dem 5 det 5:det _ @@ -47106,7 +47124,7 @@ 6 out out ADP RP _ 3 compound:prt 3:compound:prt _ 7 until until SCONJ IN _ 9 mark 9:mark _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:until _ +9 look look VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:until _ 10 at at ADP IN _ 11 case 11:case _ 11 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 obl 9:obl:at SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ @@ -47114,13 +47132,13 @@ # sent_id = email-enronsent08_02-0046 # text = I think it is mine but I forgot to write it in the blue FX book (I only wrote it in my red book). 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -5 mine mine PRON PRP _ 2 ccomp 2:ccomp _ +5 mine my PRON PRP Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 ccomp 2:ccomp _ 6 but but CCONJ CC _ 8 cc 8:cc _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ -8 forgot forget VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:but _ +8 forgot forget VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:but _ 9 to to PART TO _ 10 mark 10:mark _ 10 write write VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 obj 10:obj _ @@ -47132,10 +47150,10 @@ 17 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ 19 only only ADV RB _ 20 advmod 20:advmod _ -20 wrote write VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 parataxis 8:parataxis _ +20 wrote write VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 8 parataxis 8:parataxis _ 21 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 obj 20:obj _ 22 in in ADP IN _ 25 case 25:case _ -23 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +23 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 24 red red ADJ JJ Degree=Pos 25 amod 25:amod _ 25 book book NOUN NN Number=Sing 20 obl 20:obl:in SpaceAfter=No 26 ) ) PUNCT -RRB- _ 20 punct 20:punct SpaceAfter=No @@ -47143,7 +47161,7 @@ # sent_id = email-enronsent08_02-0047 # text = Thanx, -1 Thanx thanx NOUN NN Number=Sing 0 root 0:root SpaceAfter=No +1 Thanx thank NOUN NNS Abbr=Yes|Number=Plur 0 root 0:root CorrectForm=Thanks|SpaceAfter=No 2 , , PUNCT , _ 1 punct 1:punct _ # sent_id = email-enronsent08_02-0048 @@ -47168,7 +47186,7 @@ # sent_id = email-enronsent08_02-0050 # newpar id = email-enronsent08_02-p0018 # text = Thanx, -1 Thanx thanx NOUN NN Number=Sing 0 root 0:root SpaceAfter=No +1 Thanx thank NOUN NNS Abbr=Yes|Number=Plur 0 root 0:root CorrectForm=Thanks|SpaceAfter=No 2 , , PUNCT , _ 1 punct 1:punct _ # sent_id = email-enronsent08_02-0051 @@ -47180,7 +47198,7 @@ # newpar id = email-enronsent08_02-p0020 # text = Paul called me today. 1 Paul Paul PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 called call VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj _ 4 today today NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod SpaceAfter=No 5 . . PUNCT . _ 2 punct 2:punct _ @@ -47214,7 +47232,7 @@ 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 2 should should AUX MD VerbForm=Fin 3 aux 3:aux _ 3 reply reply VERB VB VerbForm=Inf 0 root 0:root _ -4 ASAP asap ADV RB _ 3 advmod 3:advmod SpaceAfter=No +4 ASAP ASAP ADV RB _ 3 advmod 3:advmod SpaceAfter=No 5 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent08_02-0056 @@ -47239,7 +47257,7 @@ # text = I didn't get a chance to talk to Paul today. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 didn't _ _ _ _ _ _ _ _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 get get VERB VB VerbForm=Inf 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -47274,11 +47292,11 @@ 4 run run VERB VB VerbForm=Inf 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 6 June June PROPN NNP Number=Sing 9 compound 9:compound _ -7 NX3 nx3 NOUN NN Number=Sing 9 compound 9:compound SpaceAfter=No -8 / / PUNCT , _ 9 punct 9:punct SpaceAfter=No -9 NX1 nx1 NOUN NN Number=Sing 4 obj 4:obj _ +7 NX3 NX3 NOUN NN Number=Sing 9 compound 9:compound SpaceAfter=No +8 / / PUNCT , _ 7 punct 7:punct SpaceAfter=No +9 NX1 NX1 NOUN NN Number=Sing 4 obj 4:obj _ 10 for for ADP IN _ 12 case 12:case _ -11 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 book book NOUN NN Number=Sing 4 obl 4:obl:for SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ @@ -47293,9 +47311,9 @@ 2 about about SCONJ IN _ 3 mark 3:mark _ 3 meeting meet VERB VBG VerbForm=Ger 1 advcl 1:advcl:about _ 4 at at ADP IN _ 5 case 5:case _ -5 11:30 11:30 NUM CD NumType=Card 3 obl 3:obl:at _ +5 11:30 11:30 NUM CD NumForm=Digit|NumType=Card 3 obl 3:obl:at _ 6 or or CCONJ CC _ 7 cc 7:cc _ -7 12 12 NUM CD NumType=Card 5 conj 3:obl:at|5:conj:or SpaceAfter=No +7 12 12 NUM CD NumForm=Digit|NumType=Card 5 conj 3:obl:at|5:conj:or SpaceAfter=No 8 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent08_02-0064 @@ -47306,7 +47324,7 @@ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 office office NOUN NN Number=Sing 0 root 0:root _ 6 so so ADV RB _ 7 advmod 7:advmod _ -7 give give VERB VB VerbForm=Inf 5 conj 5:conj _ +7 give give VERB VB VerbForm=Inf 5 parataxis 5:parataxis _ 8 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 7 iobj 7:iobj _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 call call NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No @@ -47316,7 +47334,7 @@ # newpar id = email-enronsent08_02-p0027 # text = CD 3-1663 1 CD CD PROPN NNP Number=Sing 0 root 0:root _ -2 3-1663 3-1663 NUM CD NumType=Card 1 list 1:list _ +2 3-1663 3-1663 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ # sent_id = email-enronsent08_02-0066 # newpar id = email-enronsent08_02-p0028 @@ -47336,7 +47354,7 @@ # newpar id = email-enronsent08_02-p0030 # text = Find attached resume and cover letter. 1 Find find VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 attached attach VERB VBN Tense=Past|VerbForm=Part 1 xcomp 1:xcomp _ +2 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 xcomp 1:xcomp _ 3 resume resume NOUN NN Number=Sing 1 obj 1:obj|2:nsubj:xsubj _ 4 and and CCONJ CC _ 6 cc 6:cc _ 5 cover cover NOUN NN Number=Sing 6 compound 6:compound _ @@ -47348,7 +47366,7 @@ 1 Hopefully hopefully ADV RB _ 5 advmod 5:advmod _ 2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 3-4 didn't _ _ _ _ _ _ _ _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +3 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 spel spel VERB VB VerbForm=Inf 0 root 0:root _ 6 anyting anyting NOUN NN Number=Sing 5 obj 5:obj _ @@ -47370,7 +47388,7 @@ # sent_id = email-enronsent08_02-0071 # text = I think he would be a good fit. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 4 would would AUX MD VerbForm=Fin 8 aux 8:aux _ 5 be be AUX VB VerbForm=Inf 8 cop 8:cop _ @@ -47391,7 +47409,7 @@ 7 to to PART TO _ 8 mark 8:mark _ 8 discuss discuss VERB VB VerbForm=Inf 1 advcl 1:advcl:to _ 9 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No -10 gone go VERB VBN Tense=Past|VerbForm=Part 1 parataxis 1:parataxis _ +10 gone go VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 parataxis 1:parataxis _ 11 to to ADP IN _ 12 case 12:case _ 12 Kelowna Kelowna PROPN NNP Number=Sing 10 obl 10:obl:to _ 13 golfing golf VERB VBG VerbForm=Ger 10 advcl 10:advcl _ @@ -47416,7 +47434,7 @@ # text = I haven't had a chance to send it yet. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 haven't _ _ _ _ _ _ _ _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -47439,9 +47457,9 @@ 8 so so ADV RB _ 12 advmod 12:advmod _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 10-11 haven't _ _ _ _ _ _ _ _ -10 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +10 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 11 n't not PART RB _ 12 advmod 12:advmod _ -12 had have VERB VBN Tense=Past|VerbForm=Part 6 conj 6:conj _ +12 had have VERB VBN Tense=Past|VerbForm=Part 6 parataxis 6:parataxis _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 chance chance NOUN NN Number=Sing 12 obj 12:obj _ 15 to to PART TO _ 16 mark 16:mark _ @@ -47461,12 +47479,12 @@ 6 soon soon ADV RB Degree=Pos 3 advmod 3:advmod _ 7 as as SCONJ IN _ 9 mark 9:mark _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -9 resond resond VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:as _ -10 wether whether SCONJ IN Typo=Yes 12 mark 12:mark _ +9 resond respond VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|Typo=Yes|VerbForm=Fin 6 advcl 6:advcl:as CorrectForm=respond +10 wether whether SCONJ IN Typo=Yes 12 mark 12:mark CorrectForm=whether 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj|14:nsubj _ -12 should should AUX MD VerbForm=Fin 9 advcl 9:advcl:wether _ +12 should should AUX MD VerbForm=Fin 9 advcl 9:advcl:whether _ 13 or or CCONJ CC _ 14 cc 14:cc _ -14 not not PART RB _ 12 conj 9:advcl:wether|12:conj:or SpaceAfter=No +14 not not PART RB _ 12 conj 9:advcl:whether|12:conj:or SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent08_02-0078 @@ -47477,7 +47495,7 @@ # sent_id = email-enronsent08_02-0079 # newpar id = email-enronsent08_02-p0035 # text = Are you guys still looking for an analyst? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +1 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 3 guys guy NOUN NNS Number=Plur 2 appos 2:appos _ 4 still still ADV RB _ 5 advmod 5:advmod _ @@ -47509,33 +47527,33 @@ 3 Canada Canada PROPN NNP Number=Sing 4 compound 4:compound _ 4 Corp. Corp. PROPN NNP Number=Sing 1 list 1:list _ 5 Suite suite NOUN NN Number=Sing 1 list 1:list _ -6 1100 1100 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No -7 , , PUNCT , _ 1 punct 1:punct _ -8 70 70 NUM CD NumType=Card 10 nummod 10:nummod _ +6 1100 1100 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +7 , , PUNCT , _ 10 punct 10:punct _ +8 70 70 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 9 York York PROPN NNP Number=Sing 10 compound 10:compound _ 10 Street Street PROPN NNP Number=Sing 1 list 1:list _ 11 Toronto Toronto PROPN NNP Number=Sing 10 appos 10:appos SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ +12 , , PUNCT , _ 13 punct 13:punct _ 13 Ontario Ontario PROPN NNP Number=Sing 11 appos 11:appos _ -14 M5J m5j NOUN NN Number=Sing 15 compound 15:compound _ -15 1S9 1s9 NOUN NN Number=Sing 1 list 1:list _ -16 416-865-3700 416-865-3700 NUM CD NumType=Card 1 list 1:list _ +14 M5J M5J NOUN NN Number=Sing 15 compound 15:compound _ +15 1S9 1S9 NOUN NN Number=Sing 1 list 1:list _ +16 416-865-3700 416-865-3700 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ # sent_id = email-enronsent08_02-0082 # text = Paul DeVries - Director 416-865-3703 1 Paul Paul PROPN NNP Number=Sing 0 root 0:root _ 2 DeVries DeVries PROPN NNP Number=Sing 1 flat 1:flat _ -3 - - PUNCT , _ 1 punct 1:punct _ +3 - - PUNCT , _ 4 punct 4:punct _ 4 Director director NOUN NN Number=Sing 1 list 1:list _ -5 416-865-3703 416-865-3703 NUM CD NumType=Card 1 list 1:list _ +5 416-865-3703 416-865-3703 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ # sent_id = email-enronsent08_02-0083 # text = Jan Wilson - Manager 416-865-3704 1 Jan Jan PROPN NNP Number=Sing 0 root 0:root _ 2 Wilson Wilson PROPN NNP Number=Sing 1 flat 1:flat _ -3 - - PUNCT , _ 1 punct 1:punct _ +3 - - PUNCT , _ 4 punct 4:punct _ 4 Manager manager NOUN NN Number=Sing 1 list 1:list _ -5 416-865-3704 416-865-3704 NUM CD NumType=Card 1 list 1:list _ +5 416-865-3704 416-865-3704 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ # sent_id = email-enronsent08_02-0084 # text = Attached is a forecast for the rest of the summer for the X (NWP and PGT). @@ -47551,12 +47569,12 @@ 10 summer summer NOUN NN Number=Sing 7 nmod 7:nmod:of _ 11 for for ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -13 X x NOUN NN Number=Sing 4 nmod 4:nmod:for _ -14 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No +13 X X NOUN NN Number=Sing 4 nmod 4:nmod:for _ +14 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No 15 NWP nwp NOUN NN Number=Sing 13 parataxis 13:parataxis _ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 PGT pgt NOUN NN Number=Sing 15 conj 15:conj:and SpaceAfter=No -18 ) ) PUNCT -RRB- _ 13 punct 13:punct SpaceAfter=No +18 ) ) PUNCT -RRB- _ 15 punct 15:punct SpaceAfter=No 19 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent08_02-0085 @@ -47580,7 +47598,7 @@ 16 soon soon ADV RB Degree=Pos 14 advmod 14:advmod _ 17 as as SCONJ IN _ 19 mark 19:mark _ 18 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -19 can can AUX MD VerbForm=Fin 15 advcl 15:advcl:as SpaceAfter=No +19 can can AUX MD VerbForm=Fin 16 advcl 16:advcl:as SpaceAfter=No 20 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent08_02-0086 @@ -47613,7 +47631,7 @@ 1 Ryan Ryan PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 Watt Watt PROPN NNP Number=Sing 1 flat 1:flat _ 3 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 high high INTJ UH _ 3 discourse 3:discourse SpaceAfter=No +4 high hi INTJ UH Typo=Yes 3 discourse 3:discourse CorrectForm=hi|SpaceAfter=No 5 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent08_02-0091 @@ -47646,13 +47664,13 @@ # sent_id = email-enronsent01_02-0002 # text = 26/09/2000 14:14 -1 26/09/2000 26/09/2000 NUM CD NumType=Card 0 root 0:root _ -2 14:14 14:14 NUM CD NumType=Card 1 nmod:tmod 1:nmod:tmod _ +1 26/09/2000 26/09/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 14:14 14:14 NUM CD NumForm=Digit|NumType=Card 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent01_02-0003 # text = Fernley / Sally 1 Fernley Fernley PROPN NNP Number=Sing 0 root 0:root _ -2 / / PUNCT , _ 3 cc 3:cc _ +2 / / SYM , _ 3 cc 3:cc _ 3 Sally Sally PROPN NNP Number=Sing 1 conj 1:conj _ # sent_id = email-enronsent01_02-0004 @@ -47660,77 +47678,77 @@ 1 Off off ADV RB _ 13 advmod 13:advmod _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 on on ADV RB _ 1 conj 1:conj:and|13:advmod _ -4 ( ( PUNCT -LRB- _ 13 punct 13:punct _ +4 ( ( PUNCT -LRB- _ 9 punct 9:punct _ 5 with with ADP IN _ 9 case 9:case _ 6 Jackie Jackie PROPN NNP Number=Sing 9 nmod:poss 9:nmod:poss _ 7-8 Gentle's _ _ _ _ _ _ _ _ 7 Gentle Gentle PROPN NNP Number=Sing 6 flat 6:flat _ 8 's 's PART POS _ 6 case 6:case _ 9 help help NOUN NN Number=Sing 13 obl 13:obl:with _ -10 ) ) PUNCT -RRB- _ 13 punct 13:punct _ +10 ) ) PUNCT -RRB- _ 9 punct 9:punct _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -12 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +12 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 pulled pull VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 14 together together ADV RP _ 13 compound:prt 13:compound:prt _ 15 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ -16 one one NUM CD NumType=Card 17 nummod 17:nummod _ +16 one one NUM CD NumForm=Word|NumType=Card 17 nummod 17:nummod _ 17 page page NOUN NN Number=Sing 19 compound 19:compound _ 18 communication communication NOUN NN Number=Sing 19 compound 19:compound _ 19 note note NOUN NN Number=Sing 13 obj 13:obj _ 20 on on ADP IN _ 24 case 24:case _ -21 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +21 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 22 fundamental fundamental ADJ JJ Degree=Pos 24 amod 24:amod _ 23 operating operating NOUN NN Number=Sing 24 compound 24:compound _ 24 standards standard NOUN NNS Number=Plur 19 nmod 19:nmod:on _ 25 ( ( PUNCT -LRB- _ 30 punct 30:punct _ -26 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs|Reflex=Yes 30 nmod:npmod 30:nmod:npmod _ +26 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Emp|Reflex=Yes 30 obl:npmod 30:obl:npmod _ 27 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ -28 one one NUM CD NumType=Card 29 nummod 29:nummod _ +28 one one NUM CD NumForm=Word|NumType=Card 29 nummod 29:nummod _ 29 page page NOUN NN Number=Sing 30 compound 30:compound _ -30 summary summary NOUN NN Number=Sing 24 appos 24:appos _ +30 summary summary NOUN NN Number=Sing 24 parataxis 24:parataxis _ 31 ) ) PUNCT -RRB- _ 30 punct 30:punct SpaceAfter=No 32 . . PUNCT . _ 13 punct 13:punct _ # sent_id = email-enronsent01_02-0005 # text = We are in the final stages of this process - where we draft a cover letter for John which will introduce this for inclusion within Globalflash ( the Enron Europe newsletter ) 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 3 in in ADP IN _ 6 case 6:case _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 final final ADJ JJ Degree=Pos 6 amod 6:amod _ -6 stages stage NOUN NNS Number=Plur 0 root 0:root _ +6 stages stage NOUN NNS Number=Plur 0 root 0:root|13:obl:in _ 7 of of ADP IN _ 9 case 9:case _ 8 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 process process NOUN NN Number=Sing 6 nmod 6:nmod:of _ -10 - - PUNCT , _ 9 punct 9:punct _ -11 where where SCONJ WRB PronType=Rel 13 mark 13:mark _ +10 - - PUNCT , _ 13 punct 13:punct _ +11 where where ADV WRB PronType=Rel 13 advmod 9:ref _ 12 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 draft draft VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl|21:nsubj _ +13 draft draft VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 15 cover cover NOUN NN Number=Sing 16 compound 16:compound _ -16 letter letter NOUN NN Number=Sing 13 obj 13:obj _ +16 letter letter NOUN NN Number=Sing 13 obj 13:obj|21:nsubj _ 17 for for ADP IN _ 18 case 18:case _ 18 John John PROPN NNP Number=Sing 13 obl 13:obl:for _ -19 which which PRON WDT PronType=Rel 21 nsubj 13:ref _ +19 which which PRON WDT PronType=Rel 21 nsubj 16:ref _ 20 will will AUX MD VerbForm=Fin 21 aux 21:aux _ -21 introduce introduce VERB VB VerbForm=Inf 13 acl:relcl 13:acl:relcl _ +21 introduce introduce VERB VB VerbForm=Inf 16 acl:relcl 16:acl:relcl _ 22 this this PRON DT Number=Sing|PronType=Dem 21 obj 21:obj _ 23 for for ADP IN _ 24 case 24:case _ 24 inclusion inclusion NOUN NN Number=Sing 21 obl 21:obl:for _ 25 within within ADP IN _ 26 case 26:case _ 26 Globalflash Globalflash PROPN NNP Number=Sing 24 nmod 24:nmod:within _ -27 ( ( PUNCT -LRB- _ 26 punct 26:punct _ +27 ( ( PUNCT -LRB- _ 31 punct 31:punct _ 28 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 29 Enron Enron PROPN NNP Number=Sing 30 compound 30:compound _ 30 Europe Europe PROPN NNP Number=Sing 31 compound 31:compound _ 31 newsletter newsletter NOUN NN Number=Sing 26 appos 26:appos _ -32 ) ) PUNCT -RRB- _ 26 punct 26:punct _ +32 ) ) PUNCT -RRB- _ 31 punct 31:punct _ # sent_id = email-enronsent01_02-0006 # text = Have you any thoughts on draft or cover note ? -1 Have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 1 nsubj 1:nsubj _ -3 any any DET DT _ 4 det 4:det _ +3 any any DET DT PronType=Ind 4 det 4:det _ 4 thoughts thought NOUN NNS Number=Plur 1 obj 1:obj _ 5 on on ADP IN _ 9 case 9:case _ 6 draft draft NOUN NN Number=Sing 9 compound 9:compound _ @@ -47748,7 +47766,7 @@ # newpar id = email-enronsent01_02-p0003 # text = Late Jan sounds great. 1 Late late ADJ JJ Degree=Pos 2 amod 2:amod _ -2 Jan Jan PROPN NNP Number=Sing 3 nsubj 3:nsubj|4:nsubj:xsubj _ +2 Jan January PROPN NNP Abbr=Yes|Number=Sing 3 nsubj 3:nsubj|4:nsubj:xsubj _ 3 sounds sound VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 great great ADJ JJ Degree=Pos 3 xcomp 3:xcomp SpaceAfter=No 5 . . PUNCT . _ 3 punct 3:punct _ @@ -47768,25 +47786,25 @@ 11 weekend weekend NOUN NN Number=Sing 3 obl 3:obl:on _ 12 in in ADP IN _ 13 case 13:case _ 13 January January PROPN NNP Number=Sing 3 obl 3:obl:in _ -14 -- -- PUNCT , _ 3 punct 3:punct _ -15 National National PROPN NNP Number=Sing 17 compound 17:compound _ +14 -- -- PUNCT , _ 19 punct 19:punct _ +15 National National ADJ NNP Degree=Pos 17 amod 17:amod _ 16 Charity Charity PROPN NNP Number=Sing 17 compound 17:compound _ 17 League League PROPN NNP Number=Sing 19 compound 19:compound _ -18 Senior Senior PROPN NNP Number=Sing 19 compound 19:compound _ -19 Presentation Presentation PROPN NNP Number=Sing 3 obj 3:obj _ -20 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No +18 Senior Senior ADJ NNP Degree=Pos 19 amod 19:amod _ +19 Presentation Presentation PROPN NNP Number=Sing 8 parataxis 8:parataxis _ +20 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No 21 big big ADJ JJ Degree=Pos 22 amod 22:amod _ -22 dance dance NOUN NN Number=Sing 19 appos 19:appos _ -23 that that PRON WDT PronType=Dem 30 obl 30:obl:with _ +22 dance dance NOUN NN Number=Sing 19 appos 19:appos|30:obl:with _ +23 that that PRON WDT PronType=Rel 30 obl 22:ref _ 24 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 28 nsubj 28:nsubj|30:nsubj:xsubj _ 25 and and CCONJ CC _ 26 cc 26:cc _ 26 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 conj 24:conj:and|28:nsubj|30:nsubj:xsubj _ -27 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ +27 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ 28 committed committed ADJ JJ Degree=Pos 22 acl:relcl 22:acl:relcl _ 29 to to PART TO _ 30 mark 30:mark _ 30 help help VERB VB VerbForm=Inf 28 xcomp 28:xcomp _ 31 with with ADP IN _ 23 case 23:case SpaceAfter=No -32 ) ) PUNCT -RRB- _ 19 punct 19:punct SpaceAfter=No +32 ) ) PUNCT -RRB- _ 22 punct 22:punct SpaceAfter=No 33 , , PUNCT , _ 35 punct 35:punct _ 34 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ 35 Bearkadette Bearkadette PROPN NNP Number=Sing 19 conj 3:obj|19:conj:and _ @@ -47802,22 +47820,22 @@ # sent_id = email-enronsent01_02-0010 # text = I believe that these are three weekends in a row, January 6, 13 and 20th. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 believe believe VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 7 mark 7:mark _ 4 these this PRON DT Number=Plur|PronType=Dem 7 nsubj 7:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ -6 three three NUM CD NumType=Card 7 nummod 7:nummod _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +6 three three NUM CD NumForm=Word|NumType=Card 7 nummod 7:nummod _ 7 weekends weekend NOUN NNS Number=Plur 2 ccomp 2:ccomp _ 8 in in ADP IN _ 10 case 10:case _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 row row NOUN NN Number=Sing 7 nmod 7:nmod:in SpaceAfter=No -11 , , PUNCT , _ 7 punct 7:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 January January PROPN NNP Number=Sing 7 appos 7:appos _ -13 6 6 NUM CD NumType=Card 12 nummod 12:nummod SpaceAfter=No +13 6 6 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod SpaceAfter=No 14 , , PUNCT , _ 15 punct 15:punct _ -15 13 13 NUM CD NumType=Card 13 conj 12:nummod|13:conj:and _ +15 13 13 NUM CD NumForm=Digit|NumType=Card 13 conj 12:nummod|13:conj:and _ 16 and and CCONJ CC _ 17 cc 17:cc _ -17 20th 20th NOUN NN Number=Sing 13 conj 12:nummod|13:conj:and SpaceAfter=No +17 20th 20th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 13 conj 12:nummod|13:conj:and SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent01_02-0011 @@ -47857,7 +47875,7 @@ # sent_id = email-enronsent01_02-0013 # text = And do you want to do it on a Saturday or Sunday? 1 And and CCONJ CC _ 4 cc 4:cc _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ 4 want want VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ @@ -47875,15 +47893,15 @@ 1 Saturday Saturday PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 probably probably ADV RB _ 3 advmod 3:advmod _ 3 works work VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 better better ADV RBR Degree=Cmp 3 advmod 3:advmod _ +4 better well ADV RBR Degree=Cmp 3 advmod 3:advmod _ 5 for for ADP IN _ 6 case 6:case _ 6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obl 4:obl:for SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ +7 , , PUNCT , _ 12 punct 12:punct _ 8 just just ADV RB _ 12 advmod 12:advmod _ 9 so so SCONJ IN _ 12 mark 12:mark _ 10 that that SCONJ IN _ 9 fixed 9:fixed _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj|17:nsubj _ -12 am be VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:so_that _ +12 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:so_that _ 13 back back ADV RB _ 12 advmod 12:advmod _ 14 in in ADP IN _ 15 case 15:case _ 15 Houston Houston PROPN NNP Number=Sing 13 obl 13:obl:in _ @@ -47903,21 +47921,21 @@ # sent_id = email-enronsent01_02-0016 # newpar id = email-enronsent01_02-p0004 # text = Talked to the little mother-to-be. -1 Talked talk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -2 to to ADP IN _ 9 case 9:case _ -3 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -4 little little ADJ JJ Degree=Pos 9 amod 9:amod _ -5 mother mother NOUN NN Number=Sing 9 compound 9:compound SpaceAfter=No +1 Talked talk VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 to to ADP IN _ 5 case 5:case _ +3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ +4 little little ADJ JJ Degree=Pos 5 amod 5:amod _ +5 mother mother NOUN NN Number=Sing 1 obl 1:obl:to SpaceAfter=No 6 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No -7 to to NOUN NN Number=Sing 9 compound 9:compound SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No -9 be be NOUN NN Number=Sing 1 obl 1:obl:to SpaceAfter=No +7 to to PART TO _ 9 mark 9:mark SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +9 be be AUX VB VerbForm=Inf 5 acl 5:acl:to Promoted=Yes|SpaceAfter=No 10 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent01_02-0017 # text = She said a shower would be grand. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 shower shower NOUN NN Number=Sing 7 nsubj 7:nsubj _ 5 would would AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -47929,7 +47947,7 @@ # text = She has some big presentation mid-January. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ 2 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 some some DET DT _ 5 det 5:det _ +3 some some DET DT PronType=Ind 5 det 5:det _ 4 big big ADJ JJ Degree=Pos 5 amod 5:amod _ 5 presentation presentation NOUN NN Number=Sing 2 obj 2:obj _ 6 mid-January mid-January PROPN NNP Number=Sing 2 obl:tmod 2:obl:tmod SpaceAfter=No @@ -47974,7 +47992,7 @@ # newpar id = email-enronsent01_02-p0006 # text = I think that it is a great idea to get some press regarding our fundamental operating standards, but I wonder about the most appropriate timing, enough of a global message and the means of delivery. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 8 mark 8:mark _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 expl 8:expl _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ @@ -47983,20 +48001,20 @@ 8 idea idea NOUN NN Number=Sing 2 ccomp 2:ccomp _ 9 to to PART TO _ 10 mark 10:mark _ 10 get get VERB VB VerbForm=Inf 8 csubj 8:csubj _ -11 some some DET DT _ 12 det 12:det _ +11 some some DET DT PronType=Ind 12 det 12:det _ 12 press press NOUN NN Number=Sing 10 obj 10:obj _ 13 regarding regard VERB VBG VerbForm=Ger 17 case 17:case _ -14 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +14 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 15 fundamental fundamental ADJ JJ Degree=Pos 17 amod 17:amod _ 16 operating operating NOUN NN Number=Sing 17 compound 17:compound _ 17 standards standard NOUN NNS Number=Plur 12 nmod 12:nmod:regarding SpaceAfter=No 18 , , PUNCT , _ 21 punct 21:punct _ 19 but but CCONJ CC _ 21 cc 21:cc _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ -21 wonder wonder VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ +21 wonder wonder VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ 22 about about ADP IN _ 26 case 26:case _ 23 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -24 most most ADV RBS _ 25 advmod 25:advmod _ +24 most most ADV RBS Degree=Sup 25 advmod 25:advmod _ 25 appropriate appropriate ADJ JJ Degree=Pos 26 amod 26:amod _ 26 timing timing NOUN NN Number=Sing 21 obl 21:obl:about SpaceAfter=No 27 , , PUNCT , _ 28 punct 28:punct _ @@ -48019,20 +48037,20 @@ 3 means means NOUN NNS Number=Plur 10 obl 10:obl:on _ 4 of of ADP IN _ 5 case 5:case _ 5 delivery delivery NOUN NN Number=Sing 3 nmod 3:nmod:of SpaceAfter=No -6 , , PUNCT , _ 10 punct 10:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 8 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 9 not not PART RB _ 10 advmod 10:advmod _ 10 sure sure ADJ JJ Degree=Pos 0 root 0:root _ 11 from from ADP IN _ 13 case 13:case _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 note note NOUN NN Number=Sing 10 obl 10:obl:from _ 14 whether whether SCONJ IN _ 19 mark 19:mark _ 15 or or CCONJ CC _ 14 fixed 14:fixed _ -16 not not ADV RB _ 14 fixed 14:fixed _ +16 not not PART RB _ 14 fixed 14:fixed _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ 18 fully fully ADV RB _ 19 advmod 19:advmod _ -19 understand understand VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 ccomp 10:ccomp _ +19 understand understand VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 ccomp 10:ccomp _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 intent intent NOUN NN Number=Sing 19 obj 19:obj SpaceAfter=No 22 . . PUNCT . _ 10 punct 10:punct _ @@ -48040,7 +48058,7 @@ # sent_id = email-enronsent01_02-0025 # text = Is there an article to be included in an Enron publication and in addition a letter to be sent under John's name (if so, to whom will the letter be sent)? 1 Is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -2 there there PRON EX _ 1 expl 1:expl _ +2 there there PRON EX _ 1 expl 1:expl|14.1:expl _ 3 an a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 article article NOUN NN Number=Sing 1 nsubj 1:nsubj|16:nsubj _ 5 to to PART TO _ 7 mark 7:mark _ @@ -48053,7 +48071,7 @@ 12 and and CCONJ CC _ 16 cc 14.1:cc|16:cc _ 13 in in ADP IN _ 14 case 14:case _ 14 addition addition NOUN NN Number=Sing 16 orphan 14.1:obl:in _ -14.1 is be VERB VBZ _ _ _ 1:conj:and CopyOf=1 +14.1 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin _ _ 1:conj:and CopyOf=1 15 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 16 letter letter NOUN NN Number=Sing 1 conj 1:conj:and|14.1:nsubj _ 17 to to PART TO _ 19 mark 19:mark _ @@ -48067,7 +48085,7 @@ 24 ( ( PUNCT -LRB- _ 34 punct 34:punct SpaceAfter=No 25 if if SCONJ IN _ 26 mark 26:mark _ 26 so so ADV RB _ 34 advcl 34:advcl:if SpaceAfter=No -27 , , PUNCT , _ 34 punct 34:punct _ +27 , , PUNCT , _ 26 punct 26:punct _ 28 to to ADP IN _ 29 case 29:case _ 29 whom whom PRON WP PronType=Int 34 obl 34:obl:to _ 30 will will AUX MD VerbForm=Fin 34 aux 34:aux _ @@ -48092,7 +48110,7 @@ 10 be be AUX VB VerbForm=Inf 11 aux:pass 11:aux:pass _ 11 included include VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl 8:acl:to _ 12 as as ADP IN _ 15 case 15:case _ -13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ +13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 14 lead lead NOUN NN Number=Sing 15 compound 15:compound _ 15 in in NOUN NN Number=Sing 11 obl 11:obl:as _ 16 to to ADP IN _ 18 case 18:case _ @@ -48108,11 +48126,11 @@ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 global global ADJ JJ Degree=Pos 6 amod 6:amod _ 6 message message NOUN NN Number=Sing 2 nmod 2:nmod:to SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +7 , , PUNCT , _ 2 punct 2:punct _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -10 that that SCONJ IN _ 20 mark 20:mark _ -11 one one NUM CD NumType=Card 20 nsubj 20:nsubj _ +9 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +10 that that SCONJ IN _ 24 mark 24:mark _ +11 one one NUM CD NumForm=Word|NumType=Card 24 nsubj:outer 24:nsubj:outer _ 12 of of ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 14 key key ADJ JJ Degree=Pos 15 amod 15:amod _ @@ -48121,27 +48139,27 @@ 17 fundamental fundamental ADJ JJ Degree=Pos 19 amod 19:amod _ 18 operating operating NOUN NN Number=Sing 19 compound 19:compound _ 19 standards standard NOUN NNS Number=Plur 15 nmod 15:nmod:around _ -20 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ +20 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ 21 that that SCONJ IN _ 24 mark 24:mark _ 22 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 24 nsubj:pass 24:nsubj:pass|27:nsubj:xsubj _ -23 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 aux:pass 24:aux:pass _ -24 intended intend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 ccomp 20:ccomp _ +23 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 aux:pass 24:aux:pass _ +24 intended intend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 ccomp 9:ccomp _ 25 to to PART TO _ 27 mark 27:mark _ 26 be be AUX VB VerbForm=Inf 27 cop 27:cop _ 27 global global ADJ JJ Degree=Pos 24 xcomp 24:xcomp _ 28 in in ADP IN _ 29 case 29:case _ 29 nature nature NOUN NN Number=Sing 27 obl 27:obl:in SpaceAfter=No -30 , , PUNCT , _ 27 punct 27:punct _ -31 applied apply VERB VBN Tense=Past|VerbForm=Part 27 advcl 27:advcl _ +30 , , PUNCT , _ 31 punct 31:punct _ +31 applied apply VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 27 advcl 27:advcl _ 32 to to ADP IN _ 34 case 34:case _ -33 every every DET DT _ 34 det 34:det _ +33 every every DET DT PronType=Tot 34 det 34:det _ 34 commodity commodity NOUN NN Number=Sing 31 obl 31:obl:to _ 35 and and CCONJ CC _ 37 cc 37:cc _ -36 every every DET DT _ 37 det 37:det _ -37 location location NOUN NN Number=Sing 34 conj 31:obl:to|34:conj:and _ -38 where where SCONJ WRB PronType=Rel 40 mark 40:mark _ +36 every every DET DT PronType=Tot 37 det 37:det _ +37 location location NOUN NN Number=Sing 34 conj 31:obl:to|34:conj:and|40:obl _ +38 where where ADV WRB PronType=Rel 40 advmod 37:ref _ 39 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 40 nsubj 40:nsubj _ -40 engage engage VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 37 acl:relcl 37:acl:relcl _ +40 engage engage VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 37 acl:relcl 37:acl:relcl _ 41 in in ADP IN _ 43 case 43:case _ 42 trading trading NOUN NN Number=Sing 43 compound 43:compound _ 43 activities activity NOUN NNS Number=Plur 40 obl 40:obl:in SpaceAfter=No @@ -48149,13 +48167,13 @@ # sent_id = email-enronsent01_02-0028 # text = With these operating standards implemented worldwide, we will know as operations professionals that risk is being mitigated and we will be able to ensure Enron top management that there is consistency in operating standards worldwide. -1 With with SCONJ IN _ 10 obl 10:obl _ +1 With with SCONJ IN _ 5 mark 5:mark _ 2 these this DET DT Number=Plur|PronType=Dem 4 det 4:det _ 3 operating operating NOUN NN Number=Sing 4 compound 4:compound _ -4 standards standard NOUN NNS Number=Plur 1 obj 1:obj _ -5 implemented implement VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +4 standards standard NOUN NNS Number=Plur 5 nsubj:pass 5:nsubj:pass _ +5 implemented implement VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 advcl 10:advcl:with _ 6 worldwide worldwide ADV RB _ 5 advmod 5:advmod SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +7 , , PUNCT , _ 5 punct 5:punct _ 8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 9 will will AUX MD VerbForm=Fin 10 aux 10:aux _ 10 know know VERB VB VerbForm=Inf 0 root 0:root _ @@ -48173,10 +48191,10 @@ 22 be be AUX VB VerbForm=Inf 23 cop 23:cop _ 23 able able ADJ JJ Degree=Pos 10 conj 10:conj:and _ 24 to to PART TO _ 25 mark 25:mark _ -25 ensure ensure VERB VB VerbForm=Inf 23 xcomp 23:xcomp _ +25 ensure assure VERB VB Typo=Yes|VerbForm=Inf 23 xcomp 23:xcomp CorrectForm=assure 26 Enron Enron PROPN NNP Number=Sing 28 compound 28:compound _ 27 top top NOUN NN Number=Sing 28 compound 28:compound _ -28 management management NOUN NN Number=Sing 25 obj 25:obj _ +28 management management NOUN NN Number=Sing 25 iobj 25:iobj _ 29 that that SCONJ IN _ 31 mark 31:mark _ 30 there there PRON EX _ 31 expl 31:expl _ 31 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 ccomp 25:ccomp _ @@ -48198,15 +48216,15 @@ 7 Enron Enron PROPN NNP Number=Sing 6 obj 6:obj|9:nsubj:xsubj _ 8 to to PART TO _ 9 mark 9:mark _ 9 expand expand VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ -10 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 business business NOUN NN Number=Sing 12 compound 12:compound _ 12 reach reach NOUN NN Number=Sing 9 obj 9:obj _ -13 more more ADV RBR _ 14 advmod 14:advmod _ +13 more more ADV RBR Degree=Cmp 14 advmod 14:advmod _ 14 quickly quickly ADV RB _ 9 advmod 9:advmod SpaceAfter=No -15 , , PUNCT , _ 9 punct 9:punct _ +15 , , PUNCT , _ 19 punct 19:punct _ 16 with with ADP IN _ 19 case 19:case _ 17 well well ADV RB Degree=Pos 18 advmod 18:advmod _ -18 defined define VERB VBN Tense=Past|VerbForm=Part 19 amod 19:amod _ +18 defined define VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 amod 19:amod _ 19 requirements requirement NOUN NNS Number=Plur 9 obl 9:obl:with _ 20 with with ADP IN _ 21 case 21:case _ 21 regard regard NOUN NN Number=Sing 19 nmod 19:nmod:with _ @@ -48225,7 +48243,7 @@ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 article article NOUN NN Number=Sing 4 obl 4:obl:from _ 8 as as SCONJ IN _ 9 mark 9:mark _ -9 written write VERB VBN Tense=Past|VerbForm=Part 7 acl 7:acl:as _ +9 written write VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl:as _ 10 that that SCONJ IN _ 17 mark 17:mark _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 global global ADJ JJ Degree=Pos 13 amod 13:amod _ @@ -48240,7 +48258,7 @@ # sent_id = email-enronsent01_02-0031 # text = Finally, a question regarding timing. 1 Finally finally ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 question question NOUN NN Number=Sing 0 root 0:root _ 5 regarding regard VERB VBG VerbForm=Ger 6 case 6:case _ @@ -48250,14 +48268,14 @@ # sent_id = email-enronsent01_02-0032 # text = The last I knew after you and Brent drafted this starting point for fundamental operating standards was that this was being circulated (Shona took this to do after Brent's return to Houston) for comments to all business controllers. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 last last ADJ JJ Degree=Pos 17 nsubj 17:nsubj _ +2 last last ADJ JJ Degree=Pos 22 nsubj:outer 22:nsubj:outer _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 knew know VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 knew know VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 after after SCONJ IN _ 9 mark 9:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 Brent Brent PROPN NNP Number=Sing 6 conj 6:conj:and|9:nsubj _ -9 drafted draft VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:after _ +9 drafted draft VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:after _ 10 this this DET DT Number=Sing|PronType=Dem 12 det 12:det _ 11 starting starting NOUN NN Number=Sing 12 compound 12:compound _ 12 point point NOUN NN Number=Sing 9 obj 9:obj _ @@ -48265,18 +48283,18 @@ 14 fundamental fundamental ADJ JJ Degree=Pos 16 amod 16:amod _ 15 operating operating NOUN NN Number=Sing 16 compound 16:compound _ 16 standards standard NOUN NNS Number=Plur 12 nmod 12:nmod:for _ -17 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +17 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 cop 22:cop _ 18 that that SCONJ IN _ 22 mark 22:mark _ 19 this this PRON DT Number=Sing|PronType=Dem 22 nsubj:pass 22:nsubj:pass _ 20 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 aux 22:aux _ 21 being be AUX VBG VerbForm=Ger 22 aux:pass 22:aux:pass _ -22 circulated circulate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 ccomp 17:ccomp _ +22 circulated circulate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 23 ( ( PUNCT -LRB- _ 25 punct 25:punct SpaceAfter=No 24 Shona Shona PROPN NNP Number=Sing 25 nsubj 25:nsubj _ -25 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 parataxis 17:parataxis _ +25 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 parataxis 22:parataxis _ 26 this this PRON DT Number=Sing|PronType=Dem 25 obj 25:obj _ 27 to to PART TO _ 28 mark 28:mark _ -28 do do VERB VB VerbForm=Inf 26 advcl 26:advcl:to _ +28 do do VERB VB VerbForm=Inf 26 acl 26:acl:to _ 29 after after ADP IN _ 32 case 32:case _ 30-31 Brent's _ _ _ _ _ _ _ _ 30 Brent Brent PROPN NNP Number=Sing 32 nmod:poss 32:nmod:poss _ @@ -48288,40 +48306,40 @@ 36 for for ADP IN _ 37 case 37:case _ 37 comments comment NOUN NNS Number=Plur 22 obl 22:obl:for _ 38 to to ADP IN _ 41 case 41:case _ -39 all all DET DT _ 41 det 41:det _ +39 all all DET DT PronType=Tot 41 det 41:det _ 40 business business NOUN NN Number=Sing 41 compound 41:compound _ 41 controllers controller NOUN NNS Number=Plur 22 obl 22:obl:to SpaceAfter=No -42 . . PUNCT . _ 17 punct 17:punct _ +42 . . PUNCT . _ 22 punct 22:punct _ # sent_id = email-enronsent01_02-0033 # text = I don't believe that we are quite at the point that we can say that all business controllers worldwide have reviewed, understand and have implemented these standards. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 believe believe VERB VB VerbForm=Inf 0 root 0:root _ 5 that that SCONJ IN _ 11 mark 11:mark _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 8 quite quite ADV RB _ 11 advmod 11:advmod _ 9 at at ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -11 point point NOUN NN Number=Sing 4 ccomp 4:ccomp|15:advmod _ -12 that that ADV WRB PronType=Rel 15 advmod 11:ref _ +11 point point NOUN NN Number=Sing 4 ccomp 4:ccomp _ +12 that that SCONJ IN _ 15 mark 15:mark _ 13 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 15 nsubj 15:nsubj _ 14 can can AUX MD VerbForm=Fin 15 aux 15:aux _ 15 say say VERB VB VerbForm=Inf 11 acl:relcl 11:acl:relcl _ 16 that that SCONJ IN _ 22 mark 22:mark _ -17 all all DET DT _ 19 det 19:det _ +17 all all DET DT PronType=Tot 19 det 19:det _ 18 business business NOUN NN Number=Sing 19 compound 19:compound _ 19 controllers controller NOUN NNS Number=Plur 22 nsubj 22:nsubj|24:nsubj|27:nsubj _ 20 worldwide worldwide ADV RB _ 19 advmod 19:advmod _ -21 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ +21 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ 22 reviewed review VERB VBN Tense=Past|VerbForm=Part 15 ccomp 15:ccomp SpaceAfter=No 23 , , PUNCT , _ 24 punct 24:punct _ -24 understand understand VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 conj 15:ccomp|22:conj:and _ +24 understand understand VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 conj 15:ccomp|22:conj:and _ 25 and and CCONJ CC _ 27 cc 27:cc _ -26 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ +26 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ 27 implemented implement VERB VBN Tense=Past|VerbForm=Part 22 conj 15:ccomp|22:conj:and _ 28 these this DET DT Number=Plur|PronType=Dem 29 det 29:det _ 29 standards standard NOUN NNS Number=Plur 22 obj 22:obj|24:obj|27:obj SpaceAfter=No @@ -48330,7 +48348,7 @@ # sent_id = email-enronsent01_02-0034 # text = And not to belittle the process of creating the standards, the tough part (and the real meat behind this) will be an effective exception report on a global basis against these standards. 1 And and CCONJ CC _ 28 cc 28:cc _ -2 not not ADV RB _ 4 advmod 4:advmod _ +2 not not PART RB _ 4 advmod 4:advmod _ 3 to to PART TO _ 4 mark 4:mark _ 4 belittle belittle VERB VB VerbForm=Inf 28 advcl 28:advcl:to _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -48339,18 +48357,18 @@ 8 creating create VERB VBG VerbForm=Ger 6 acl 6:acl:of _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 standards standard NOUN NNS Number=Plur 8 obj 8:obj SpaceAfter=No -11 , , PUNCT , _ 28 punct 28:punct _ +11 , , PUNCT , _ 4 punct 4:punct _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 tough tough ADJ JJ Degree=Pos 14 amod 14:amod _ 14 part part NOUN NN Number=Sing 28 nsubj 28:nsubj _ -15 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No +15 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No 16 and and CCONJ CC _ 19 cc 19:cc _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 18 real real ADJ JJ Degree=Pos 19 amod 19:amod _ 19 meat meat NOUN NN Number=Sing 14 conj 14:conj:and|28:nsubj _ 20 behind behind ADP IN _ 21 case 21:case _ 21 this this PRON DT Number=Sing|PronType=Dem 19 nmod 19:nmod:behind SpaceAfter=No -22 ) ) PUNCT -RRB- _ 14 punct 14:punct _ +22 ) ) PUNCT -RRB- _ 19 punct 19:punct _ 23 will will AUX MD VerbForm=Fin 28 aux 28:aux _ 24 be be AUX VB VerbForm=Inf 28 cop 28:cop _ 25 an a DET DT Definite=Ind|PronType=Art 28 det 28:det _ @@ -48368,16 +48386,16 @@ # sent_id = email-enronsent01_02-0035 # text = My commitment to Rick Causey is that I will have that global report in production by the end of the year. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ -2 commitment commitment NOUN NN Number=Sing 6 nsubj 6:nsubj _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +2 commitment commitment NOUN NN Number=Sing 10 nsubj:outer 10:nsubj:outer _ 3 to to ADP IN _ 4 case 4:case _ 4 Rick Rick PROPN NNP Number=Sing 2 nmod 2:nmod:to _ 5 Causey Causey PROPN NNP Number=Sing 4 flat 4:flat _ -6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 7 that that SCONJ IN _ 10 mark 10:mark _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 9 will will AUX MD VerbForm=Fin 10 aux 10:aux _ -10 have have VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ +10 have have VERB VB VerbForm=Inf 0 root 0:root _ 11 that that DET DT Number=Sing|PronType=Dem 13 det 13:det _ 12 global global ADJ JJ Degree=Pos 13 amod 13:amod _ 13 report report NOUN NN Number=Sing 10 obj 10:obj _ @@ -48389,7 +48407,7 @@ 19 of of ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 year year NOUN NN Number=Sing 18 nmod 18:nmod:of SpaceAfter=No -22 . . PUNCT . _ 6 punct 6:punct _ +22 . . PUNCT . _ 10 punct 10:punct _ # sent_id = email-enronsent01_02-0036 # text = There is much work to do in defining the content and regularity of the report and even more work to do to identify reliable sources of data for compiling the report. @@ -48440,7 +48458,7 @@ 10 , , PUNCT , _ 13 punct 13:punct _ 11 and and CCONJ CC _ 13 cc 13:cc _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +13 believe believe VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 14 that that SCONJ IN _ 19 mark 19:mark _ 15 Mike Mike PROPN NNP Number=Sing 19 nsubj 19:nsubj _ 16 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ @@ -48456,12 +48474,12 @@ # text = So I question whether or not you want to publish info about fundamental standards that we can not yet report against. 1 So so ADV RB _ 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 question question VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 question question VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 whether whether SCONJ IN _ 8 mark 8:mark _ 5 or or CCONJ CC _ 4 fixed 4:fixed _ -6 not not ADV RB _ 4 fixed 4:fixed _ +6 not not PART RB _ 4 fixed 4:fixed _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ -8 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +8 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 9 to to PART TO _ 10 mark 10:mark _ 10 publish publish VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 info info NOUN NN Number=Sing 10 obj 10:obj _ @@ -48481,25 +48499,25 @@ # text = Would a more appropriate time be after the Global Operations Controller meeting in October when we should have worldwide buy-in and commitment to these standards and (hopefully) our first draft of a meaningful exception report? 1 Would would AUX MD VerbForm=Fin 12 aux 12:aux _ 2 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ -3 more more ADV RBR _ 4 advmod 4:advmod _ +3 more more ADV RBR Degree=Cmp 4 advmod 4:advmod _ 4 appropriate appropriate ADJ JJ Degree=Pos 5 amod 5:amod _ 5 time time NOUN NN Number=Sing 12 nsubj 12:nsubj _ 6 be be AUX VB VerbForm=Inf 12 cop 12:cop _ 7 after after ADP IN _ 12 case 12:case _ 8 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -9 Global Global PROPN NNP Number=Sing 10 compound 10:compound _ -10 Operations Operations PROPN NNPS Number=Plur 11 compound 11:compound _ +9 Global Global ADJ NNP Degree=Pos 10 amod 10:amod _ +10 Operations Operation PROPN NNPS Number=Plur 11 compound 11:compound _ 11 Controller Controller PROPN NNP Number=Sing 12 compound 12:compound _ 12 meeting meeting NOUN NN Number=Sing 0 root 0:root _ 13 in in ADP IN _ 14 case 14:case _ -14 October October PROPN NNP Number=Sing 12 nmod 12:nmod:in _ -15 when when ADV WRB PronType=Rel 18 advmod 18:advmod _ +14 October October PROPN NNP Number=Sing 12 nmod 12:nmod:in|18:obl:tmod _ +15 when when ADV WRB PronType=Rel 18 advmod 12:ref _ 16 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 18 nsubj 18:nsubj _ 17 should should AUX MD VerbForm=Fin 18 aux 18:aux _ 18 have have VERB VB VerbForm=Inf 12 acl:relcl 12:acl:relcl _ 19 worldwide worldwide ADJ JJ Degree=Pos 22 amod 22:amod _ 20 buy buy NOUN NN Number=Sing 22 compound 22:compound SpaceAfter=No -21 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No +21 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No 22 in in NOUN NN Number=Sing 18 obj 18:obj _ 23 and and CCONJ CC _ 24 cc 24:cc _ 24 commitment commitment NOUN NN Number=Sing 22 conj 18:obj|22:conj:and _ @@ -48507,11 +48525,11 @@ 26 these this DET DT Number=Plur|PronType=Dem 27 det 27:det _ 27 standards standard NOUN NNS Number=Plur 24 nmod 24:nmod:to _ 28 and and CCONJ CC _ 34 cc 34:cc _ -29 ( ( PUNCT -LRB- _ 34 punct 34:punct SpaceAfter=No +29 ( ( PUNCT -LRB- _ 30 punct 30:punct SpaceAfter=No 30 hopefully hopefully ADV RB _ 34 advmod 34:advmod SpaceAfter=No -31 ) ) PUNCT -RRB- _ 34 punct 34:punct _ -32 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ -33 first first ADJ JJ Degree=Pos|NumType=Ord 34 amod 34:amod _ +31 ) ) PUNCT -RRB- _ 30 punct 30:punct _ +32 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ +33 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 34 amod 34:amod _ 34 draft draft NOUN NN Number=Sing 22 conj 18:obj|22:conj:and _ 35 of of ADP IN _ 39 case 39:case _ 36 a a DET DT Definite=Ind|PronType=Art 39 det 39:det _ @@ -48534,17 +48552,17 @@ # sent_id = email-enronsent01_02-0041 # text = I have been interrupted 20 times while responding, so I hope that it makes sense. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux:pass 4:aux:pass _ 4 interrupted interrupt VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ -5 20 20 NUM CD NumType=Card 6 nummod 6:nummod _ -6 times time NOUN NNS Number=Plur 4 obl:npmod 4:obl:npmod _ +5 20 20 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ +6 times time NOUN NNS Number=Plur 4 obl:tmod 4:obl:tmod _ 7 while while SCONJ IN _ 8 mark 8:mark _ 8 responding respond VERB VBG VerbForm=Ger 4 advcl 4:advcl:while SpaceAfter=No -9 , , PUNCT , _ 4 punct 4:punct _ +9 , , PUNCT , _ 12 punct 12:punct _ 10 so so ADV RB _ 12 advmod 12:advmod _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ +12 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ 13 that that SCONJ IN _ 15 mark 15:mark _ 14 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 15 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 ccomp 12:ccomp _ @@ -48565,23 +48583,23 @@ # text = Since you asked for input, I hope that you don't mind that I gave you some. 1 Since since SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:since _ +3 asked ask VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:since _ 4 for for ADP IN _ 5 case 5:case _ 5 input input NOUN NN Number=Sing 3 obl 3:obl:for SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 that that SCONJ IN _ 13 mark 13:mark _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ 11-12 don't _ _ _ _ _ _ _ _ -11 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +11 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 n't not PART RB _ 13 advmod 13:advmod _ 13 mind mind VERB VB VerbForm=Inf 8 ccomp 8:ccomp _ 14 that that SCONJ IN _ 16 mark 16:mark _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -16 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 ccomp 13:ccomp _ +16 gave give VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 13 ccomp 13:ccomp _ 17 you you PRON PRP Case=Acc|Person=2|PronType=Prs 16 iobj 16:iobj _ -18 some some DET DT _ 16 obj 16:obj SpaceAfter=No +18 some some DET DT PronType=Ind 16 obj 16:obj SpaceAfter=No 19 . . PUNCT . _ 8 punct 8:punct _ # sent_id = email-enronsent01_02-0044 @@ -48593,54 +48611,54 @@ # sent_id = email-enronsent20_01-0001 # newpar id = email-enronsent20_01-p0001 # text = David W Delainey@ECT -1 David david X GW _ 0 root 0:root _ -2 W w X GW _ 1 goeswith 1:goeswith _ -3 Delainey@ECT delainey@ect X ADD _ 1 goeswith 1:goeswith _ +1 David davidwdelainey@ect X GW Typo=Yes 0 root 0:root _ +2 W _ X GW _ 1 goeswith 1:goeswith _ +3 Delainey@ECT _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent20_01-0002 # text = 11/10/2000 01:04 PM -1 11/10/2000 11/10/2000 NUM CD NumType=Card 0 root 0:root _ -2 01:04 01:04 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/10/2000 11/10/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 01:04 01:04 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent20_01-0003 # text = Steve, I noticed that our allocation from 2000 to 2001 is going up by 21% year on year (ie) $13.9M from $11.5M. 1 Steve Steve PROPN NNP Number=Sing 4 vocative 4:vocative SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 noticed notice VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 noticed notice VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 that that SCONJ IN _ 13 mark 13:mark _ -6 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 allocation allocation NOUN NN Number=Sing 13 nsubj 13:nsubj _ 8 from from ADP IN _ 9 case 9:case _ -9 2000 2000 NUM CD NumType=Card 7 nmod 7:nmod:from _ +9 2000 2000 NUM CD NumForm=Digit|NumType=Card 7 nmod 7:nmod:from _ 10 to to ADP IN _ 11 case 11:case _ -11 2001 2001 NUM CD NumType=Card 9 nmod 9:nmod:to _ +11 2001 2001 NUM CD NumForm=Digit|NumType=Card 9 nmod 9:nmod:to _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 going go VERB VBG VerbForm=Ger 4 ccomp 4:ccomp _ 14 up up ADV RB _ 13 advmod 13:advmod _ 15 by by ADP IN _ 17 case 17:case _ -16 21 21 NUM CD NumType=Card 17 nummod 17:nummod SpaceAfter=No +16 21 21 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod SpaceAfter=No 17 % % SYM NN Number=Sing 13 obl 13:obl:by _ 18 year year NOUN NN Number=Sing 13 obl:tmod 13:obl:tmod _ 19 on on ADP IN _ 20 case 20:case _ 20 year year NOUN NN Number=Sing 18 nmod 18:nmod:on _ 21 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No -22 ie ie X FW _ 24 advmod 24:advmod SpaceAfter=No +22 ie ie ADJ FW _ 24 amod 24:amod SpaceAfter=No 23 ) ) PUNCT -RRB- _ 22 punct 22:punct _ 24 $ $ SYM $ _ 13 parataxis 13:parataxis SpaceAfter=No -25 13.9 13.9 NUM CD NumType=Card 26 compound 26:compound SpaceAfter=No -26 M m NUM CD NumType=Card 24 nummod 24:nummod _ +25 13.9 13.9 NUM CD NumForm=Digit|NumType=Frac 26 compound 26:compound SpaceAfter=No +26 M million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 24 nummod 24:nummod _ 27 from from ADP IN _ 28 case 28:case _ 28 $ $ SYM $ _ 24 nmod 24:nmod:from SpaceAfter=No -29 11.5 11.5 NUM CD NumType=Card 30 compound 30:compound SpaceAfter=No -30 M m NUM CD NumType=Card 28 nummod 28:nummod SpaceAfter=No +29 11.5 11.5 NUM CD NumForm=Digit|NumType=Frac 30 compound 30:compound SpaceAfter=No +30 M million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 28 nummod 28:nummod SpaceAfter=No 31 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent20_01-0004 # text = We have been able to keep ENA's direct group expenses flat year on year, we are trying hard to keep the corporate allocation flat year to year as well. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 cop 4:cop _ 4 able able ADJ JJ Degree=Pos 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ @@ -48655,10 +48673,10 @@ 13 year year NOUN NN Number=Sing 6 obl:tmod 6:obl:tmod _ 14 on on ADP IN _ 15 case 15:case _ 15 year year NOUN NN Number=Sing 13 nmod 13:nmod:on SpaceAfter=No -16 , , PUNCT , _ 4 punct 4:punct _ +16 , , PUNCT , _ 19 punct 19:punct _ 17 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 19 nsubj 19:nsubj|22:nsubj:xsubj _ -18 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ -19 trying try VERB VBG VerbForm=Ger 4 ccomp 4:ccomp _ +18 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ +19 trying try VERB VBG VerbForm=Ger 4 parataxis 4:parataxis _ 20 hard hard ADV RB Degree=Pos 19 advmod 19:advmod _ 21 to to PART TO _ 22 mark 22:mark _ 22 keep keep VERB VB VerbForm=Inf 19 xcomp 19:xcomp _ @@ -48675,7 +48693,7 @@ # sent_id = email-enronsent20_01-0005 # text = Do you have a view on how we might be able to achieve this goal? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ @@ -48708,7 +48726,7 @@ 3 worry worry VERB VB Mood=Imp|VerbForm=Fin 7 parataxis 7:parataxis _ 4 about about ADP IN _ 5 case 5:case _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obl 3:obl:about _ -6 ... ... PUNCT , _ 7 punct 7:punct _ +6 ... ... PUNCT , _ 3 punct 3:punct _ 7 sorry sorry ADJ JJ Degree=Pos 0 root 0:root _ 8 for for SCONJ IN _ 9 mark 9:mark _ 9 putting put VERB VBG VerbForm=Ger 7 advcl 7:advcl:for _ @@ -48722,7 +48740,7 @@ # text = I just wanted Sue to hear (she enjoys utility bashing so much). 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 Sue Sue PROPN NNP Number=Sing 3 obj 3:obj|6:nsubj:xsubj _ 5 to to PART TO _ 6 mark 6:mark _ 6 hear hear VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ @@ -48750,24 +48768,24 @@ # sent_id = email-enronsent20_01-0011 # text = In some respects I don't think the first panel could have gone much better; everyone thanked FERC for intervening (though for different reasons). 1 In in ADP IN _ 3 case 3:case _ -2 some some DET DT _ 3 det 3:det _ +2 some some DET DT PronType=Ind 3 det 3:det _ 3 respects respects NOUN NNS Number=Plur 7 obl 7:obl:in _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 5-6 don't _ _ _ _ _ _ _ _ -5 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 n't not PART RB _ 7 advmod 7:advmod _ 7 think think VERB VB VerbForm=Inf 0 root 0:root _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -9 first first ADJ JJ Degree=Pos|NumType=Ord 10 amod 10:amod _ +9 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 10 amod 10:amod _ 10 panel panel NOUN NN Number=Sing 13 nsubj 13:nsubj _ 11 could could AUX MD VerbForm=Fin 13 aux 13:aux _ 12 have have AUX VB VerbForm=Inf 13 aux 13:aux _ 13 gone go VERB VBN Tense=Past|VerbForm=Part 7 ccomp 7:ccomp _ 14 much much ADV RB _ 15 advmod 15:advmod _ -15 better better ADV RBR Degree=Cmp 13 advmod 13:advmod SpaceAfter=No -16 ; ; PUNCT , _ 7 punct 7:punct _ -17 everyone everyone PRON NN Number=Sing 18 nsubj 18:nsubj _ -18 thanked thank VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 parataxis 7:parataxis _ +15 better well ADV RBR Degree=Cmp 13 advmod 13:advmod SpaceAfter=No +16 ; ; PUNCT , _ 18 punct 18:punct _ +17 everyone everyone PRON NN Number=Sing|PronType=Tot 18 nsubj 18:nsubj _ +18 thanked thank VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 parataxis 7:parataxis _ 19 FERC FERC PROPN NNP Number=Sing 18 obj 18:obj _ 20 for for SCONJ IN _ 21 mark 21:mark _ 21 intervening intervene VERB VBG VerbForm=Ger 18 advcl 18:advcl:for _ @@ -48785,7 +48803,7 @@ 2 other other ADJ JJ Degree=Pos 4 amod 4:amod _ 3 staff staff NOUN NN Number=Sing 4 compound 4:compound _ 4 reports report NOUN NNS Number=Plur 7 nsubj 7:nsubj|8:nsubj:xsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 also also ADV RB _ 7 advmod 7:advmod _ 7 looking look VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 8 good good ADJ JJ Degree=Pos 7 xcomp 7:xcomp SpaceAfter=No @@ -48800,16 +48818,16 @@ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 godsend godsend NOUN NN Number=Sing 0 root 0:root _ 7 -- -- PUNCT , _ 8 punct 8:punct _ -8 somebody somebody PRON NN Number=Sing 6 parataxis 6:parataxis _ +8 somebody somebody PRON NN Number=Sing|PronType=Ind 6 parataxis 6:parataxis _ 9 not not PART RB _ 10 advmod 10:advmod _ -10 afraid afraid ADJ JJ Degree=Pos 8 acl:relcl 8:acl:relcl _ +10 afraid afraid ADJ JJ Degree=Pos 8 amod 8:amod _ 11 to to PART TO _ 12 mark 12:mark _ 12 tell tell VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 13 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 obj 12:obj _ 14 like like SCONJ IN _ 16 mark 16:mark _ 15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -16 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:like SpaceAfter=No -17 . . PUNCT . _ 9 punct 9:punct _ +16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:like SpaceAfter=No +17 . . PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent20_01-0014 # text = Jeff Dasovich @@ -48818,26 +48836,26 @@ # sent_id = email-enronsent20_01-0015 # text = Sent by: Jeff Dasovich -1 Sent send VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 by by ADP IN _ 4 case 4:case SpaceAfter=No -3 : : PUNCT : _ 4 punct 4:punct _ -4 Jeff Jeff PROPN NNP Number=Sing 1 obl 1:obl:by _ +3 : : PUNCT : _ 2 punct 2:punct _ +4 Jeff Jeff PROPN NNP Number=Sing 1 obl:agent 1:obl:agent _ 5 Dasovich Dasovich PROPN NNP Number=Sing 4 flat 4:flat _ # sent_id = email-enronsent20_01-0016 # text = 11/10/2000 12:33 PM -1 11/10/2000 11/10/2000 NUM CD NumType=Card 0 root 0:root _ -2 12:33 12:33 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/10/2000 11/10/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 12:33 12:33 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent20_01-0017 # text = I apologize if I offended anyone. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 apologize apologize VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 apologize apologize VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 if if SCONJ IN _ 5 mark 5:mark _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 offended offend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:if _ -6 anyone anyone PRON NN Number=Sing 5 obj 5:obj SpaceAfter=No +5 offended offend VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:if _ +6 anyone anyone PRON NN Number=Sing|PronType=Ind 5 obj 5:obj SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent20_01-0018 @@ -48856,8 +48874,8 @@ 12 of of ADP IN _ 17 case 17:case _ 13 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 14 large large ADJ JJ Degree=Pos 17 amod 17:amod SpaceAfter=No -15 , , PUNCT , _ 17 punct 17:punct _ -16 regulated regulate VERB VBN Tense=Past|VerbForm=Part 17 amod 17:amod _ +15 , , PUNCT , _ 14 punct 14:punct _ +16 regulated regulate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 amod 17:amod _ 17 utility utility NOUN NN Number=Sing 11 nmod 11:nmod:of _ 18 in in ADP IN _ 19 case 19:case _ 19 California California PROPN NNP Number=Sing 17 nmod 17:nmod:in SpaceAfter=No @@ -48877,26 +48895,26 @@ # sent_id = email-enronsent20_01-0020 # text = You did a great job at the hearing----it went decidely downhill after you left. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 did do VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 great great ADJ JJ Degree=Pos 5 amod 5:amod _ 5 job job NOUN NN Number=Sing 2 obj 2:obj _ 6 at at ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 hearing hearing NOUN NN Number=Sing 2 obl 2:obl:at SpaceAfter=No -9 ---- ---- PUNCT , _ 2 punct 2:punct SpaceAfter=No +9 ---- ---- PUNCT , _ 11 punct 11:punct SpaceAfter=No 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +11 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 12 decidely decidely ADV RB _ 13 advmod 13:advmod _ 13 downhill downhill ADV RB _ 11 advmod 11:advmod _ 14 after after SCONJ IN _ 16 mark 16:mark _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -16 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:after SpaceAfter=No +16 left leave VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:after SpaceAfter=No 17 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent20_01-0021 # text = Best, -1 Best best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +1 Best good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 2 , , PUNCT , _ 1 punct 1:punct _ # sent_id = email-enronsent20_01-0022 @@ -48908,15 +48926,15 @@ 1 Does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ -4 any any DET DT _ 5 det 5:det _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 interest interest NOUN NN Number=Sing 3 obj 3:obj _ 6 in in SCONJ IN _ 7 mark 7:mark _ 7 meeting meet VERB VBG VerbForm=Ger 5 acl 5:acl:in _ -8 one one NUM CD NumType=Card 7 obl:npmod 7:obl:npmod SpaceAfter=No -9 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No +8 one one NUM CD NumForm=Word|NumType=Card 7 obl:npmod 7:obl:npmod SpaceAfter=No +9 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No 10 on on ADP IN _ 12 case 12:case SpaceAfter=No -11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No -12 one one NUM CD NumType=Card 8 nmod 8:nmod:on _ +11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +12 one one NUM CD NumForm=Word|NumType=Card 8 nmod 8:nmod:on _ 13 or or CCONJ CC _ 17 cc 17:cc _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 15 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ @@ -48931,7 +48949,7 @@ # sent_id = email-enronsent20_01-0024 # text = I remain convinced that if we can just get the facts in front of people they will modulate their approach. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|3:nsubj:xsubj _ -2 remain remain VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 remain remain VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 convinced convinced ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ 4 that that SCONJ IN _ 18 mark 18:mark _ 5 if if SCONJ IN _ 9 mark 9:mark _ @@ -48948,7 +48966,7 @@ 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 17 will will AUX MD VerbForm=Fin 18 aux 18:aux _ 18 modulate modulate VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ -19 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 approach approach NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No 21 . . PUNCT . _ 3 punct 3:punct _ @@ -48959,25 +48977,25 @@ # sent_id = email-enronsent20_01-0026 # text = Sent by: Jeff Dasovich -1 Sent send VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 by by ADP IN _ 4 case 4:case SpaceAfter=No -3 : : PUNCT : _ 4 punct 4:punct _ -4 Jeff Jeff PROPN NNP Number=Sing 1 obl 1:obl:by _ +3 : : PUNCT : _ 2 punct 2:punct _ +4 Jeff Jeff PROPN NNP Number=Sing 1 obl:agent 1:obl:agent _ 5 Dasovich Dasovich PROPN NNP Number=Sing 4 flat 4:flat _ # sent_id = email-enronsent20_01-0027 # text = 11/10/2000 12:21 PM -1 11/10/2000 11/10/2000 NUM CD NumType=Card 0 root 0:root _ -2 12:21 12:21 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/10/2000 11/10/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 12:21 12:21 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent20_01-0028 # text = Given the short notice, we will politely decline to participate at the hearing on Monday, but will let the good Senator know that, in general, we intend to engage actively in the process and plan to help California find a solution that works for everybody. -1 Given give VERB VBN Tense=Past|VerbForm=Part 4 case 4:case _ +1 Given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 case 4:case _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 short short ADJ JJ Degree=Pos 4 amod 4:amod _ 4 notice notice NOUN NN Number=Sing 9 obl 9:obl:given SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj|20:nsubj _ 7 will will AUX MD VerbForm=Fin 9 aux 9:aux _ 8 politely politely ADV RB _ 9 advmod 9:advmod _ @@ -48998,12 +49016,12 @@ 23 Senator senator NOUN NN Number=Sing 20 obj 20:obj|24:nsubj:xsubj _ 24 know know VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ 25 that that SCONJ IN _ 31 mark 31:mark SpaceAfter=No -26 , , PUNCT , _ 31 punct 31:punct _ +26 , , PUNCT , _ 25 punct 25:punct _ 27 in in ADP IN _ 28 case 28:case _ 28 general general ADJ JJ Degree=Pos 31 obl 31:obl:in SpaceAfter=No -29 , , PUNCT , _ 31 punct 31:punct _ +29 , , PUNCT , _ 28 punct 28:punct _ 30 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 31 nsubj 31:nsubj|33:nsubj:xsubj|39:nsubj|41:nsubj:xsubj _ -31 intend intend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 ccomp 24:ccomp _ +31 intend intend VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 24 ccomp 24:ccomp _ 32 to to PART TO _ 33 mark 33:mark _ 33 engage engage VERB VB VerbForm=Inf 31 xcomp 31:xcomp _ 34 actively actively ADV RB _ 33 advmod 33:advmod _ @@ -49011,7 +49029,7 @@ 36 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ 37 process process NOUN NN Number=Sing 33 obl 33:obl:in _ 38 and and CCONJ CC _ 39 cc 39:cc _ -39 plan plan VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 conj 24:ccomp|31:conj:and _ +39 plan plan VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 31 conj 24:ccomp|31:conj:and _ 40 to to PART TO _ 41 mark 41:mark _ 41 help help VERB VB VerbForm=Inf 39 xcomp 39:xcomp _ 42 California California PROPN NNP Number=Sing 41 obj 41:obj|43:nsubj:xsubj _ @@ -49021,7 +49039,7 @@ 46 that that PRON WDT PronType=Rel 47 nsubj 45:ref _ 47 works work VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 45 acl:relcl 45:acl:relcl _ 48 for for ADP IN _ 49 case 49:case _ -49 everybody everybody PRON NN Number=Sing 47 obl 47:obl:for SpaceAfter=No +49 everybody everybody PRON NN Number=Sing|PronType=Tot 47 obl 47:obl:for SpaceAfter=No 50 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent20_01-0029 @@ -49041,7 +49059,7 @@ 1 Can can AUX MD VerbForm=Fin 3 aux 3:aux _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 3 get get VERB VB VerbForm=Inf 0 root 0:root _ -4 some some DET DT _ 5 det 5:det _ +4 some some DET DT PronType=Ind 5 det 5:det _ 5 help help NOUN NN Number=Sing 3 obj 3:obj _ 6 on on ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -49056,9 +49074,9 @@ # sent_id = email-enronsent20_01-0033 # text = 11/10/2000 11:08 AM -1 11/10/2000 11/10/2000 NUM CD NumType=Card 0 root 0:root _ -2 11:08 11:08 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/10/2000 11/10/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 11:08 11:08 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent20_01-0034 # text = Steve: @@ -49071,11 +49089,11 @@ 1 At at ADP IN _ 3 case 3:case _ 2 this this DET DT Number=Sing|PronType=Dem 3 det 3:det _ 3 point point NOUN NN Number=Sing 9 obl 9:obl:at SpaceAfter=No -4 , , PUNCT , _ 9 punct 9:punct _ -5 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ -6 IT it NOUN NN Number=Sing 7 compound 7:compound _ +4 , , PUNCT , _ 3 punct 3:punct _ +5 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 IT IT NOUN NN Number=Sing 7 compound 7:compound _ 7 contacts contact NOUN NNS Number=Plur 9 nsubj 9:nsubj|13:nsubj _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 9 backpedalling backpedal VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 bit bit NOUN NN Number=Sing 9 obl:npmod 9:obl:npmod _ @@ -49095,18 +49113,18 @@ # sent_id = email-enronsent20_01-0036 # text = There are still four important issues, however: 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 still still ADV RB _ 2 advmod 2:advmod _ -4 four four NUM CD NumType=Card 6 nummod 6:nummod _ +4 four four NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 5 important important ADJ JJ Degree=Pos 6 amod 6:amod _ 6 issues issue NOUN NNS Number=Plur 2 nsubj 2:nsubj SpaceAfter=No -7 , , PUNCT , _ 2 punct 2:punct _ +7 , , PUNCT , _ 8 punct 8:punct _ 8 however however ADV RB _ 2 advmod 2:advmod SpaceAfter=No 9 : : PUNCT : _ 2 punct 2:punct _ # sent_id = email-enronsent20_01-0037 # text = IT still cannot commit to transferring messages across domains. -1 IT it NOUN NN Number=Sing 5 nsubj 5:nsubj _ +1 IT IT NOUN NN Number=Sing 5 nsubj 5:nsubj _ 2 still still ADV RB _ 5 advmod 5:advmod _ 3-4 cannot _ _ _ _ _ _ _ _ 3 can can AUX MD VerbForm=Fin 5 aux 5:aux _ @@ -49125,11 +49143,11 @@ 2 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 17 mark 17:mark _ 4 messages message NOUN NNS Number=Plur 17 nsubj 17:nsubj _ -5 initiated initiate VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +5 initiated initiate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ 6 at at ADP IN _ 7 case 7:case _ 7 Corp Corp PROPN NNP Number=Sing 5 obl 5:obl:at _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 intended intend VERB VBN Tense=Past|VerbForm=Part 5 conj 4:acl|5:conj:and _ +9 intended intend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 conj 4:acl|5:conj:and _ 10 for for ADP IN _ 14 case 14:case _ 11 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 12 entire entire ADJ JJ Degree=Pos 14 amod 14:amod _ @@ -49138,7 +49156,7 @@ 15 will will AUX MD VerbForm=Fin 17 aux 17:aux _ 16 not not PART RB _ 17 advmod 17:advmod _ 17 reach reach VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ -18 any any DET DT _ 20 det 20:det _ +18 any any DET DT PronType=Ind 20 det 20:det _ 19 business business NOUN NN Number=Sing 20 compound 20:compound _ 20 units unit NOUN NNS Number=Plur 17 obj 17:obj _ 21 outside outside ADP IN _ 24 case 24:case _ @@ -49149,7 +49167,7 @@ # sent_id = email-enronsent20_01-0039 # text = No messages will reach the EES organization unless IBM agrees not to use their proprietary message delivery tool, WebSphere, and will use WebLogic instead. -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 messages message NOUN NNS Number=Plur 4 nsubj 4:nsubj _ 3 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 4 reach reach VERB VB VerbForm=Inf 0 root 0:root _ @@ -49159,15 +49177,15 @@ 8 unless unless SCONJ IN _ 10 mark 10:mark _ 9 IBM IBM PROPN NNP Number=Sing 10 nsubj 10:nsubj|13:nsubj:xsubj|24:nsubj _ 10 agrees agree VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:unless _ -11 not not ADV RB _ 13 advmod 13:advmod _ +11 not not PART RB _ 13 advmod 13:advmod _ 12 to to PART TO _ 13 mark 13:mark _ 13 use use VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ -14 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +14 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 15 proprietary proprietary ADJ JJ Degree=Pos 18 amod 18:amod _ 16 message message NOUN NN Number=Sing 17 compound 17:compound _ 17 delivery delivery NOUN NN Number=Sing 18 compound 18:compound _ 18 tool tool NOUN NN Number=Sing 13 obj 13:obj SpaceAfter=No -19 , , PUNCT , _ 18 punct 18:punct _ +19 , , PUNCT , _ 20 punct 20:punct _ 20 WebSphere WebSphere PROPN NNP Number=Sing 18 appos 18:appos SpaceAfter=No 21 , , PUNCT , _ 24 punct 24:punct _ 22 and and CCONJ CC _ 24 cc 24:cc _ @@ -49183,8 +49201,8 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ 3 required require VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 by by ADP IN _ 5 case 5:case _ -5 BackWeb BackWeb PROPN NNP Number=Sing 3 obl 3:obl:by SpaceAfter=No -6 , , PUNCT , _ 3 punct 3:punct _ +5 BackWeb BackWeb PROPN NNP Number=Sing 3 obl:agent 3:obl:agent SpaceAfter=No +6 , , PUNCT , _ 10 punct 10:punct _ 7 although although SCONJ IN _ 10 mark 10:mark _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj:pass 10:nsubj:pass _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ @@ -49192,14 +49210,14 @@ 11 by by ADP IN _ 14 case 14:case _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 separate separate ADJ JJ Degree=Pos 14 amod 14:amod _ -14 company company NOUN NN Number=Sing 10 obl 10:obl:by SpaceAfter=No +14 company company NOUN NN Number=Sing 10 obl:agent 10:obl:agent SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent20_01-0041 # text = HR, intended to be a key user of this tool, will not use BackWeb because survey responses cannot be made anonymous. -1 HR hr NOUN NN Number=Sing 15 nsubj 15:nsubj SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ -3 intended intend VERB VBN Tense=Past|VerbForm=Part 1 acl 1:acl _ +1 HR HR NOUN NN Number=Sing 15 nsubj 15:nsubj SpaceAfter=No +2 , , PUNCT , _ 3 punct 3:punct _ +3 intended intend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 acl 1:acl _ 4 to to PART TO _ 8 mark 8:mark _ 5 be be AUX VB VerbForm=Inf 8 cop 8:cop _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ @@ -49208,7 +49226,7 @@ 9 of of ADP IN _ 11 case 11:case _ 10 this this DET DT Number=Sing|PronType=Dem 11 det 11:det _ 11 tool tool NOUN NN Number=Sing 8 nmod 8:nmod:of SpaceAfter=No -12 , , PUNCT , _ 15 punct 15:punct _ +12 , , PUNCT , _ 1 punct 1:punct _ 13 will will AUX MD VerbForm=Fin 15 aux 15:aux _ 14 not not PART RB _ 15 advmod 15:advmod _ 15 use use VERB VB VerbForm=Inf 0 root 0:root _ @@ -49226,13 +49244,13 @@ # sent_id = email-enronsent20_01-0042 # text = HR has already purchased a tool called CONFIRMIT that can execute anonymous surveys. -1 HR hr NOUN NN Number=Sing 4 nsubj 4:nsubj _ +1 HR HR NOUN NN Number=Sing 4 nsubj 4:nsubj _ 2 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 already already ADV RB _ 4 advmod 4:advmod _ 4 purchased purchase VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 tool tool NOUN NN Number=Sing 4 obj 4:obj|11:nsubj _ -7 called call VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 CONFIRMIT CONFIRMIT PROPN NNP Number=Sing 7 xcomp 7:xcomp _ 9 that that PRON WDT PronType=Rel 11 nsubj 6:ref _ 10 can can AUX MD VerbForm=Fin 11 aux 11:aux _ @@ -49250,7 +49268,7 @@ 5 delivered deliver VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 simultaneously simultaneously ADV RB _ 5 advmod 5:advmod _ 7 to to ADP IN _ 9 case 9:case _ -8 all all DET DT _ 9 det 9:det _ +8 all all DET DT PronType=Tot 9 det 9:det _ 9 users user NOUN NNS Number=Plur 5 obl 5:obl:to _ 10 in in ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ @@ -49263,44 +49281,44 @@ 18 be be AUX VB VerbForm=Inf 19 aux:pass 19:aux:pass _ 19 delivered deliver VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 conj 5:conj:nor _ 20 for for ADP IN _ 24 case 24:case _ -21 two two NUM CD NumType=Card 24 nummod 24:nummod _ +21 two two NUM CD NumForm=Word|NumType=Card 24 nummod 24:nummod _ 22 to to ADP IN _ 23 case 23:case _ -23 five five NUM CD NumType=Card 21 nmod 21:nmod:to _ +23 five five NUM CD NumForm=Word|NumType=Card 21 nmod 21:nmod:to _ 24 hours hour NOUN NNS Number=Plur 19 obl 19:obl:for _ 25 after after SCONJ IN _ 28 mark 28:mark _ 26 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 28 nsubj:pass 28:nsubj:pass _ -27 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 aux:pass 28:aux:pass _ +27 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 28 aux:pass 28:aux:pass _ 28 sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 24 acl 24:acl:after _ 29 by by ADP IN _ 32 case 32:case _ 30 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 31 message message NOUN NN Number=Sing 32 compound 32:compound _ -32 administrator administrator NOUN NN Number=Sing 28 obl 28:obl:by SpaceAfter=No +32 administrator administrator NOUN NN Number=Sing 28 obl:agent 28:obl:agent SpaceAfter=No 33 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent20_01-0044 # text = Another thing to consider is that these messages will be set to expire and disappear within a set period of time, meaning users cannot retrieve them and read them later (as they can with e-mail). -1 Another another DET DT _ 2 det 2:det _ -2 thing thing NOUN NN Number=Sing 5 nsubj 5:nsubj _ +1 Another another DET DT PronType=Ind 2 det 2:det _ +2 thing thing NOUN NN Number=Sing 11 nsubj:outer 11:nsubj:outer _ 3 to to PART TO _ 4 mark 4:mark _ 4 consider consider VERB VB VerbForm=Inf 2 acl 2:acl:to _ -5 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 6 that that SCONJ IN _ 11 mark 11:mark _ 7 these this DET DT Number=Plur|PronType=Dem 8 det 8:det _ 8 messages message NOUN NNS Number=Plur 11 nsubj 11:nsubj|13:nsubj:xsubj|15:nsubj:xsubj _ 9 will will AUX MD VerbForm=Fin 11 aux 11:aux _ 10 be be AUX VB VerbForm=Inf 11 cop 11:cop _ -11 set set ADJ JJ Degree=Pos 5 ccomp 5:ccomp _ +11 set set ADJ JJ Degree=Pos 0 root 0:root _ 12 to to PART TO _ 13 mark 13:mark _ 13 expire expire VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 disappear disappear VERB VB VerbForm=Inf 13 conj 11:xcomp|13:conj:and _ 16 within within ADP IN _ 19 case 19:case _ 17 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ -18 set set VERB VBN Tense=Past|VerbForm=Part 19 amod 19:amod _ +18 set set VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 amod 19:amod _ 19 period period NOUN NN Number=Sing 13 obl 13:obl:within _ 20 of of ADP IN _ 21 case 21:case _ 21 time time NOUN NN Number=Sing 19 nmod 19:nmod:of SpaceAfter=No -22 , , PUNCT , _ 11 punct 11:punct _ +22 , , PUNCT , _ 23 punct 23:punct _ 23 meaning mean VERB VBG VerbForm=Ger 11 parataxis 11:parataxis _ 24 users user NOUN NNS Number=Plur 27 nsubj 27:nsubj|30:nsubj _ 25-26 cannot _ _ _ _ _ _ _ _ @@ -49311,15 +49329,15 @@ 29 and and CCONJ CC _ 30 cc 30:cc _ 30 read read VERB VB VerbForm=Inf 27 conj 23:ccomp|27:conj:and _ 31 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 30 obj 30:obj _ -32 later later ADV RB _ 30 advmod 30:advmod _ -33 ( ( PUNCT -LRB- _ 38 punct 38:punct SpaceAfter=No -34 as as SCONJ IN _ 38 mark 38:mark _ -35 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 38 nsubj 38:nsubj _ -36 can can AUX MD VerbForm=Fin 38 aux 38:aux _ +32 later late ADV RBR Degree=Cmp 30 advmod 30:advmod _ +33 ( ( PUNCT -LRB- _ 36 punct 36:punct SpaceAfter=No +34 as as SCONJ IN _ 36 mark 36:mark _ +35 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 36 nsubj 36:nsubj _ +36 can can AUX MD VerbForm=Fin 30 advcl 30:advcl:as _ 37 with with ADP IN _ 38 case 38:case _ -38 e-mail e-mail NOUN NN Number=Sing 30 advcl 30:advcl:with SpaceAfter=No -39 ) ) PUNCT -RRB- _ 38 punct 38:punct SpaceAfter=No -40 . . PUNCT . _ 5 punct 5:punct _ +38 e-mail e-mail NOUN NN Number=Sing 36 obl 36:obl:with SpaceAfter=No +39 ) ) PUNCT -RRB- _ 36 punct 36:punct SpaceAfter=No +40 . . PUNCT . _ 11 punct 11:punct _ # sent_id = email-enronsent20_01-0045 # text = This means that I could be away from the office for several days and miss a message entirely, because it would have expired and disappeared by the time I returned. @@ -49341,7 +49359,7 @@ 16 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 17 message message NOUN NN Number=Sing 15 obj 15:obj _ 18 entirely entirely ADV RB _ 15 advmod 15:advmod SpaceAfter=No -19 , , PUNCT , _ 15 punct 15:punct _ +19 , , PUNCT , _ 24 punct 24:punct _ 20 because because SCONJ IN _ 24 mark 24:mark _ 21 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 24 nsubj 24:nsubj|26:nsubj _ 22 would would AUX MD VerbForm=Fin 24 aux 24:aux _ @@ -49353,37 +49371,37 @@ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 29 time time NOUN NN Number=Sing 24 obl 24:obl:by _ 30 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 31 nsubj 31:nsubj _ -31 returned return VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 29 acl:relcl 29:acl:relcl SpaceAfter=No +31 returned return VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 29 acl:relcl 29:acl:relcl SpaceAfter=No 32 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent20_01-0046 # text = The plain fact is that a few members of IT are pushing this initiative, but they lack commercial sponsorship. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 plain plain ADJ JJ Degree=Pos 3 amod 3:amod _ -3 fact fact NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 fact fact NOUN NN Number=Sing 12 nsubj:outer 12:nsubj:outer|18:nsubj:outer _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 5 that that SCONJ IN _ 12 mark 12:mark _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 few few ADJ JJ Degree=Pos 8 amod 8:amod _ 8 members member NOUN NNS Number=Plur 12 nsubj 12:nsubj _ 9 of of ADP IN _ 10 case 10:case _ -10 IT it NOUN NN Number=Sing 8 nmod 8:nmod:of _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ -12 pushing push VERB VBG Tense=Pres|VerbForm=Part 4 ccomp 4:ccomp _ +10 IT IT NOUN NN Number=Sing 8 nmod 8:nmod:of _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +12 pushing push VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 13 this this DET DT Number=Sing|PronType=Dem 14 det 14:det _ 14 initiative initiative NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No 15 , , PUNCT , _ 18 punct 18:punct _ 16 but but CCONJ CC _ 18 cc 18:cc _ 17 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -18 lack lack VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 conj 4:ccomp|12:conj:but _ +18 lack lack VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 conj 0:root|12:conj:but _ 19 commercial commercial ADJ JJ Degree=Pos 20 amod 20:amod _ 20 sponsorship sponsorship NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No -21 . . PUNCT . _ 4 punct 4:punct _ +21 . . PUNCT . _ 12 punct 12:punct _ # sent_id = email-enronsent20_01-0047 # text = They are hoping Corp will foot the bill for a pilot which will allow them to fully test this tool before implementing it company-wide. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 hoping hope VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 Corp Corp PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 5 will will AUX MD VerbForm=Fin 6 aux 6:aux _ @@ -49396,7 +49414,7 @@ 12 which which PRON WDT PronType=Rel 14 nsubj 11:ref _ 13 will will AUX MD VerbForm=Fin 14 aux 14:aux _ 14 allow allow VERB VB VerbForm=Inf 11 acl:relcl 11:acl:relcl _ -15 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 14 obj 14:obj|18:nsubj:xsubj _ +15 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 14 iobj 14:iobj|18:nsubj:xsubj _ 16 to to PART TO _ 18 mark 18:mark _ 17 fully fully ADV RB _ 18 advmod 18:advmod _ 18 test test VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ @@ -49406,7 +49424,7 @@ 22 implementing implement VERB VBG VerbForm=Ger 18 advcl 18:advcl:before _ 23 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 obj 22:obj _ 24 company company NOUN NN Number=Sing 26 obl:npmod 26:obl:npmod SpaceAfter=No -25 - - PUNCT HYPH _ 26 punct 26:punct SpaceAfter=No +25 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No 26 wide wide ADV RB _ 22 advmod 22:advmod SpaceAfter=No 27 . . PUNCT . _ 3 punct 3:punct _ @@ -49418,7 +49436,7 @@ 4 know know VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 if if SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ +7 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ 8 additional additional ADJ JJ Degree=Pos 9 amod 9:amod _ 9 questions question NOUN NNS Number=Plur 7 obj 7:obj SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ @@ -49438,53 +49456,53 @@ # sent_id = email-enronsent20_01-0051 # text = 11/09/2000 11:35 AM -1 11/09/2000 11/09/2000 NUM CD NumType=Card 0 root 0:root _ -2 11:35 11:35 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/09/2000 11/09/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 11:35 11:35 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent20_01-0052 # text = Do we have a sense for how many we can reach, how many we can't and where they are? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 sense sense NOUN NN Number=Sing 3 obj 3:obj _ 6 for for ADP IN _ 11 mark 11:mark _ 7 how how ADV WRB PronType=Int 8 advmod 8:advmod _ -8 many many ADJ JJ Degree=Pos 11 advmod 11:advmod _ +8 many many ADJ JJ Degree=Pos 11 obj 11:obj _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 10 can can AUX MD VerbForm=Fin 11 aux 11:aux _ 11 reach reach VERB VB VerbForm=Inf 5 acl 5:acl:for SpaceAfter=No 12 , , PUNCT , _ 16 punct 16:punct _ 13 how how ADV WRB PronType=Int 14 advmod 14:advmod _ -14 many many ADJ JJ Degree=Pos 16 advmod 16:advmod _ +14 many many ADJ JJ Degree=Pos 16 obj 16:obj _ 15 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 16 nsubj 16:nsubj _ 16-17 can't _ _ _ _ _ _ _ _ -16 ca can AUX MD VerbForm=Fin 11 conj 5:acl:for|11:conj:and _ +16 ca can AUX MD VerbForm=Fin 11 conj 5:acl:for|11:conj:and Promoted=Yes 17 n't not PART RB _ 16 advmod 16:advmod _ 18 and and CCONJ CC _ 19 cc 19:cc _ 19 where where ADV WRB PronType=Int 11 conj 5:acl:for|11:conj:and _ 20 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 19 nsubj 19:nsubj _ -21 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 cop 19:cop SpaceAfter=No +21 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop SpaceAfter=No 22 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent20_01-0053 # text = Are whole offices (eg Tokyo) unreachable or is it only those who have home offices? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +1 Are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 2 whole whole ADJ JJ Degree=Pos 3 amod 3:amod _ 3 offices office NOUN NNS Number=Plur 8 nsubj 8:nsubj _ -4 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No -5 eg eg X FW _ 6 advmod 6:advmod _ +4 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No +5 eg e.g. ADJ FW Abbr=Yes|Typo=Yes 6 amod 6:amod CorrectForm=e.g. 6 Tokyo Tokyo PROPN NNP Number=Sing 3 appos 3:appos SpaceAfter=No -7 ) ) PUNCT -RRB- _ 3 punct 3:punct _ +7 ) ) PUNCT -RRB- _ 6 punct 6:punct _ 8 unreachable unreachable ADJ JJ Degree=Pos 0 root 0:root _ 9 or or CCONJ CC _ 13 cc 13:cc _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 12 only only ADV RB _ 13 advmod 13:advmod _ -13 those that DET DT Number=Plur|PronType=Dem 8 conj 8:conj:or|15:nsubj _ +13 those that PRON DT Number=Plur|PronType=Dem 8 conj 8:conj:or|15:nsubj _ 14 who who PRON WP PronType=Rel 15 nsubj 13:ref _ -15 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +15 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 16 home home NOUN NN Number=Sing 17 compound 17:compound _ 17 offices office NOUN NNS Number=Plur 15 obj 15:obj SpaceAfter=No 18 ? ? PUNCT . _ 8 punct 8:punct _ @@ -49496,9 +49514,9 @@ # sent_id = email-enronsent20_01-0055 # text = 11/08/2000 11:02 AM -1 11/08/2000 11/08/2000 NUM CD NumType=Card 0 root 0:root _ -2 11:02 11:02 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/08/2000 11/08/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 11:02 11:02 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent20_01-0056 # text = Mark and Steve- @@ -49527,7 +49545,7 @@ 16 BackWeb BackWeb PROPN NNP Number=Sing 14 nmod 14:nmod:concerning _ 17 before before SCONJ IN _ 19 mark 19:mark _ 18 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -19 proceed proceed VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:before SpaceAfter=No +19 proceed proceed VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:before SpaceAfter=No 20 . . PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent20_01-0058 @@ -49540,9 +49558,9 @@ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 Design design NOUN NN Number=Sing 8 compound 8:compound _ 8 Document document NOUN NN Number=Sing 4 obl 4:obl:from SpaceAfter=No -9 , , PUNCT , _ 13 punct 13:punct _ +9 , , PUNCT , _ 4 punct 4:punct _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 12 pretty pretty ADV RB _ 13 advmod 13:advmod _ 13 significant significant ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 14 . . PUNCT . _ 13 punct 13:punct _ @@ -49562,30 +49580,30 @@ # sent_id = email-enronsent20_01-0062 # text = Paul Kaufman@ECT -1 Paul paul X GW _ 0 root 0:root _ -2 Kaufman@ECT kaufman@ect X ADD _ 1 goeswith 1:goeswith _ +1 Paul paulkaufman@ect X GW Typo=Yes 0 root 0:root _ +2 Kaufman@ECT _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent20_01-0063 # text = Sent by: Lysa Akin@ECT -1 Sent send VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 by by ADP IN _ 4 case 4:case SpaceAfter=No -3 : : PUNCT : _ 4 punct 4:punct _ -4 Lysa lysa X GW _ 1 obl 1:obl:by _ -5 Akin@ECT akin@ect X ADD _ 4 goeswith 4:goeswith _ +3 : : PUNCT : _ 2 punct 2:punct _ +4 Lysa lysaakin@ect X GW Typo=Yes 1 obl:agent 1:obl:agent _ +5 Akin@ECT _ X ADD _ 4 goeswith 4:goeswith _ # sent_id = email-enronsent20_01-0064 # text = 11/10/2000 05:59 PM -1 11/10/2000 11/10/2000 NUM CD NumType=Card 0 root 0:root _ -2 05:59 05:59 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/10/2000 11/10/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 05:59 05:59 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent20_01-0065 # text = Paul Kaufman has asked me to set a conference call to review the FERC Meeting that was held Thursday, Nov. 9th. -1 Paul Paul PROPN NNP Number=Sing 4 nsubj 4:nsubj|7:nsubj:xsubj _ +1 Paul Paul PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 2 Kaufman Kaufman PROPN NNP Number=Sing 1 flat 1:flat _ 3 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 asked ask VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 iobj 4:iobj _ +5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 iobj 4:iobj|7:nsubj:xsubj _ 6 to to PART TO _ 7 mark 7:mark _ 7 set set VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ @@ -49600,9 +49618,9 @@ 17 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 aux:pass 18:aux:pass _ 18 held hold VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 acl:relcl 15:acl:relcl _ 19 Thursday Thursday PROPN NNP Number=Sing 18 obl:tmod 18:obl:tmod SpaceAfter=No -20 , , PUNCT , _ 19 punct 19:punct _ -21 Nov. Nov. PROPN NNP Number=Sing 22 compound 22:compound _ -22 9th 9th NOUN NN Number=Sing 19 appos 19:appos SpaceAfter=No +20 , , PUNCT , _ 22 punct 22:punct _ +21 Nov. November PROPN NNP Abbr=Yes|Number=Sing 22 compound 22:compound _ +22 9th 9th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 19 appos 19:appos SpaceAfter=No 23 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent20_01-0066 @@ -49612,7 +49630,7 @@ 3 advised advise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 that that SCONJ IN _ 7 mark 7:mark _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 set set VERB VBN Tense=Past|VerbForm=Part 3 ccomp 3:ccomp _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 call call NOUN NN Number=Sing 7 obj 7:obj _ @@ -49624,25 +49642,25 @@ # newpar id = email-enronsent20_01-p0006 # text = Date: Monday, Nov. 13th 1 Date date NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 Monday Monday PROPN NNP Number=Sing 1 appos 1:appos SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ -5 Nov. Nov. PROPN NNP Number=Sing 6 compound 6:compound _ -6 13th 13th NOUN NN Number=Sing 3 appos 3:appos _ +4 , , PUNCT , _ 6 punct 6:punct _ +5 Nov. November PROPN NNP Abbr=Yes|Number=Sing 6 compound 6:compound _ +6 13th 13th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 3 appos 3:appos _ # sent_id = email-enronsent20_01-0068 # text = Time: 11:30am / 1:30pm Central / 2:30pm Eastern 1 Time time NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ -3 11:30 11:30 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No -4 am am NOUN NN Number=Sing 1 appos 1:appos _ -5 / / PUNCT , _ 4 punct 4:punct _ -6 1:30 1:30 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No -7 pm pm NOUN NN Number=Sing 4 appos 4:appos _ +2 : : PUNCT : _ 4 punct 4:punct _ +3 11:30 11:30 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No +4 am a.m. NOUN NN Number=Sing 1 appos 1:appos _ +5 / / PUNCT , _ 7 punct 7:punct _ +6 1:30 1:30 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No +7 pm p.m. NOUN NN Number=Sing 4 appos 4:appos _ 8 Central Central PROPN NNP Number=Sing 7 nmod:npmod 7:nmod:npmod _ -9 / / PUNCT , _ 4 punct 4:punct _ -10 2:30 2:30 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No -11 pm pm NOUN NN Number=Sing 4 appos 4:appos _ +9 / / PUNCT , _ 11 punct 11:punct _ +10 2:30 2:30 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No +11 pm p.m. NOUN NN Number=Sing 4 appos 4:appos _ 12 Eastern Eastern PROPN NNP Number=Sing 11 nmod:npmod 11:nmod:npmod _ # sent_id = email-enronsent20_01-0069 @@ -49650,15 +49668,15 @@ 1 Call call VERB VB VerbForm=Inf 3 compound 3:compound _ 2 In in ADP RP _ 1 compound 1:compound _ 3 # # SYM NN Number=Sing 0 root 0:root SpaceAfter=No -4 : : PUNCT : _ 3 punct 3:punct _ -5 888-422-7132 888-422-7132 NUM CD NumType=Card 3 appos 3:appos _ +4 : : PUNCT : _ 5 punct 5:punct _ +5 888-422-7132 888-422-7132 NUM CD NumForm=Digit|NumType=Card 3 appos 3:appos _ # sent_id = email-enronsent20_01-0070 # text = Pin #: 411507 1 Pin pin NOUN NN Number=Sing 2 compound 2:compound _ 2 # # SYM NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ -4 411507 411507 NUM CD NumType=Card 2 appos 2:appos _ +3 : : PUNCT : _ 4 punct 4:punct _ +4 411507 411507 NUM CD NumForm=Digit|NumType=Card 2 appos 2:appos _ # sent_id = email-enronsent20_01-0071 # text = Pin # for Paul Kaufman ONLY: 362416 @@ -49668,21 +49686,21 @@ 4 Paul Paul PROPN NNP Number=Sing 2 nmod 2:nmod:for _ 5 Kaufman Kaufman PROPN NNP Number=Sing 4 flat 4:flat _ 6 ONLY only ADV RB _ 4 advmod 4:advmod SpaceAfter=No -7 : : PUNCT : _ 2 punct 2:punct _ -8 362416 362416 NUM CD NumType=Card 2 appos 2:appos _ +7 : : PUNCT : _ 8 punct 8:punct _ +8 362416 362416 NUM CD NumForm=Digit|NumType=Card 2 appos 2:appos _ # sent_id = email-enronsent20_01-0072 # newpar id = email-enronsent20_01-p0007 # text = If you have any questions, please call 503/464-7927. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:if _ -4 any any DET DT _ 5 det 5:det _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:if _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 questions question NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 please please INTJ UH _ 8 discourse 8:discourse _ 8 call call VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -9 503/464-7927 503/464-7927 NUM CD NumType=Card 8 obj 8:obj SpaceAfter=No +9 503/464-7927 503/464-7927 NUM CD NumForm=Digit|NumType=Card 8 obj 8:obj SpaceAfter=No 10 . . PUNCT . _ 8 punct 8:punct _ # sent_id = email-enronsent20_01-0073 @@ -49710,14 +49728,14 @@ # text = it's did you watch your girl on tv last night? 1-2 it's _ _ _ _ _ _ _ _ 1 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 reparandum 2:reparandum _ -2 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 reparandum 5:reparandum _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 reparandum 5:reparandum _ +3 did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 5 watch watch VERB VB VerbForm=Inf 0 root 0:root _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 girl girl NOUN NN Number=Sing 5 obj 5:obj _ 8 on on ADP IN _ 9 case 9:case _ -9 tv tv NOUN NN Number=Sing 5 obl 5:obl:on _ +9 tv TV NOUN NN Number=Sing 5 obl 5:obl:on _ 10 last last ADJ JJ Degree=Pos 11 amod 11:amod _ 11 night night NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod SpaceAfter=No 12 ? ? PUNCT . _ 5 punct 5:punct _ @@ -49729,8 +49747,8 @@ 2 deal deal NOUN NN Number=Sing 3 compound 3:compound _ 3 number number NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -5 814014 814014 NUM CD NumType=Card 0 root 0:root SpaceAfter=No -6 - - PUNCT , _ 5 punct 5:punct SpaceAfter=No +5 814014 814014 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No +6 - - PUNCT , _ 11 punct 11:punct SpaceAfter=No 7 why why ADV WRB PronType=Int 11 advmod 11:advmod _ 8-9 can't _ _ _ _ _ _ _ _ 8 ca can AUX MD VerbForm=Fin 11 aux 11:aux _ @@ -49743,36 +49761,36 @@ # sent_id = email-enronsent42_01-0004 # newpar id = email-enronsent42_01-p0004 # text = Did you do a deal with National Fuel Marketing purchasing 3,500 mmbtu on May 30th @2.975? -1 Did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +1 Did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 do do VERB VB VerbForm=Inf 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 deal deal NOUN NN Number=Sing 3 obj 3:obj _ 6 with with ADP IN _ 9 case 9:case _ -7 National National PROPN NNP Number=Sing 9 compound 9:compound _ +7 National National ADJ NNP Degree=Pos 9 amod 9:amod _ 8 Fuel Fuel PROPN NNP Number=Sing 9 compound 9:compound _ 9 Marketing Marketing PROPN NNP Number=Sing 5 nmod 5:nmod:with _ 10 purchasing purchase VERB VBG VerbForm=Ger 5 acl 5:acl _ -11 3,500 3,500 NUM CD NumType=Card 12 nummod 12:nummod _ +11 3,500 3500 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 12 mmbtu mmbtu NOUN NNS Number=Plur 10 obj 10:obj _ 13 on on ADP IN _ 14 case 14:case _ 14 May May PROPN NNP Number=Sing 10 obl 10:obl:on _ -15 30th 30th NOUN NN Number=Sing 14 nummod 14:nummod _ +15 30th 30th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 14 nummod 14:nummod _ 16 @ @ ADP IN _ 17 case 17:case SpaceAfter=No -17 2.975 2.975 NUM CD NumType=Card 10 obl 10:obl SpaceAfter=No +17 2.975 2.975 NUM CD NumForm=Digit|NumType=Frac 10 obl 10:obl SpaceAfter=No 18 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent42_01-0005 # text = They are invoicing for this and I don't have an invoice for it. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 invoicing invoice VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 for for ADP IN _ 5 case 5:case _ 5 this this PRON DT Number=Sing|PronType=Dem 3 obl 3:obl:for _ 6 and and CCONJ CC _ 10 cc 10:cc _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 8-9 don't _ _ _ _ _ _ _ _ -8 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +8 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 n't not PART RB _ 10 advmod 10:advmod _ 10 have have VERB VB VerbForm=Inf 3 conj 3:conj:and _ 11 an a DET DT Definite=Ind|PronType=Art 12 det 12:det _ @@ -49811,9 +49829,9 @@ 4 for for ADP IN _ 5 case 5:case _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obl 3:obl:for _ 6 and and CCONJ CC _ 8 cc 8:cc _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 husband husband NOUN NN Number=Sing 5 conj 3:obl:for|5:conj:and SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 Joseph Joseph PROPN NNP Number=Sing 8 appos 8:appos SpaceAfter=No 11 . . PUNCT . _ 1 punct 1:punct _ @@ -49825,7 +49843,7 @@ 4 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 5 new new ADJ JJ Degree=Pos 9 amod 9:amod _ 6 corporate corporate ADJ JJ Degree=Pos 9 amod 9:amod _ -7 American American PROPN NNP Number=Sing 8 compound 8:compound _ +7 American American ADJ NNP Degree=Pos 8 amod 8:amod _ 8 Express Express PROPN NNP Number=Sing 9 compound 9:compound _ 9 card card NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ @@ -49838,18 +49856,18 @@ 4 expiration expiration NOUN NN Number=Sing 5 compound 5:compound _ 5 date date NOUN NN Number=Sing 2 nmod 2:nmod:with _ 6 of of ADP IN _ 7 case 7:case _ -7 3/03 3/03 NUM CD NumType=Card 5 nmod 5:nmod:of SpaceAfter=No +7 3/03 3/03 NUM CD NumForm=Digit|NumType=Card 5 nmod 5:nmod:of SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent42_01-0012 # text = If you need any more info, please advise. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ -4 any any DET DT _ 6 det 6:det _ +3 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ +4 any any DET DT PronType=Ind 6 det 6:det _ 5 more more ADJ JJR Degree=Cmp 6 amod 6:amod _ 6 info info NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 please please INTJ UH _ 9 discourse 9:discourse _ 9 advise advise VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root SpaceAfter=No 10 . . PUNCT . _ 9 punct 9:punct _ @@ -49857,7 +49875,7 @@ # sent_id = email-enronsent42_01-0013 # text = Otherwise, I will assume you will book the two tickets. 1 Otherwise otherwise ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 5 assume assume VERB VB VerbForm=Inf 0 root 0:root _ @@ -49865,13 +49883,13 @@ 7 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 8 book book VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 two two NUM CD NumType=Card 11 nummod 11:nummod _ +10 two two NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 11 tickets ticket NOUN NNS Number=Plur 8 obj 8:obj SpaceAfter=No 12 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent42_01-0014 # text = Thank you. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No 3 . . PUNCT . _ 1 punct 1:punct _ @@ -49879,16 +49897,16 @@ # newpar id = email-enronsent42_01-p0007 # text = Actually-upon second look the deal number is 814014-why can't you see this? 1 Actually actually ADV RB _ 10 advmod 10:advmod SpaceAfter=No -2 - - PUNCT , _ 10 punct 10:punct SpaceAfter=No +2 - - PUNCT , _ 1 punct 1:punct SpaceAfter=No 3 upon upon ADP IN _ 5 case 5:case _ -4 second second ADJ JJ Degree=Pos|NumType=Ord 5 amod 5:amod _ +4 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 5 amod 5:amod _ 5 look look NOUN NN Number=Sing 10 obl 10:obl:upon _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 deal deal NOUN NN Number=Sing 8 compound 8:compound _ 8 number number NOUN NN Number=Sing 10 nsubj 10:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ -10 814014 814014 NUM CD NumType=Card 0 root 0:root SpaceAfter=No -11 - - PUNCT , _ 10 punct 10:punct SpaceAfter=No +10 814014 814014 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No +11 - - PUNCT , _ 16 punct 16:punct SpaceAfter=No 12 why why ADV WRB PronType=Int 16 advmod 16:advmod _ 13-14 can't _ _ _ _ _ _ _ _ 13 ca can AUX MD VerbForm=Fin 16 aux 16:aux _ @@ -49901,36 +49919,36 @@ # sent_id = email-enronsent42_01-0016 # newpar id = email-enronsent42_01-p0008 # text = Did you do a deal with National Fuel Marketing purchasing 3,500 mmbtu on May 30th @2.975? -1 Did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +1 Did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 do do VERB VB VerbForm=Inf 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 deal deal NOUN NN Number=Sing 3 obj 3:obj _ 6 with with ADP IN _ 9 case 9:case _ -7 National National PROPN NNP Number=Sing 9 compound 9:compound _ +7 National National ADJ NNP Degree=Pos 9 amod 9:amod _ 8 Fuel Fuel PROPN NNP Number=Sing 9 compound 9:compound _ 9 Marketing Marketing PROPN NNP Number=Sing 5 nmod 5:nmod:with _ 10 purchasing purchase VERB VBG VerbForm=Ger 5 acl 5:acl _ -11 3,500 3,500 NUM CD NumType=Card 12 nummod 12:nummod _ +11 3,500 3500 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 12 mmbtu mmbtu NOUN NNS Number=Plur 10 obj 10:obj _ 13 on on ADP IN _ 14 case 14:case _ 14 May May PROPN NNP Number=Sing 10 obl 10:obl:on _ -15 30th 30th NOUN NN Number=Sing 14 nummod 14:nummod _ +15 30th 30th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 14 nummod 14:nummod _ 16 @ @ ADP IN _ 17 case 17:case SpaceAfter=No -17 2.975 2.975 NUM CD NumType=Card 10 obl 10:obl SpaceAfter=No +17 2.975 2.975 NUM CD NumForm=Digit|NumType=Frac 10 obl 10:obl SpaceAfter=No 18 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent42_01-0017 # text = They are invoicing for this and I don't have an invoice for it. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 invoicing invoice VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 for for ADP IN _ 5 case 5:case _ 5 this this PRON DT Number=Sing|PronType=Dem 3 obl 3:obl:for _ 6 and and CCONJ CC _ 10 cc 10:cc _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 8-9 don't _ _ _ _ _ _ _ _ -8 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +8 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 n't not PART RB _ 10 advmod 10:advmod _ 10 have have VERB VB VerbForm=Inf 3 conj 3:conj:and _ 11 an a DET DT Definite=Ind|PronType=Art 12 det 12:det _ @@ -49966,26 +49984,26 @@ 1 should should AUX MD VerbForm=Fin 4 aux 4:aux _ 2 be be AUX VB VerbForm=Inf 4 cop 4:cop _ 3 non non X AFX _ 4 compound 4:compound _ -4 bondad bondad NOUN NN Number=Sing 0 root 0:root _ +4 bondad Bondad PROPN NNP Number=Sing 0 root 0:root _ # sent_id = email-enronsent42_01-0022 # newpar id = email-enronsent42_01-p0011 # text = Jane, on deal 763736 for May 01 sales to Southwest Gas, we have a pricing discrepancy. 1 Jane Jane PROPN NNP Number=Sing 15 vocative 15:vocative SpaceAfter=No -2 , , PUNCT , _ 15 punct 15:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 on on ADP IN _ 4 case 4:case _ 4 deal deal NOUN NN Number=Sing 15 obl 15:obl:on _ -5 763736 763736 NUM CD NumType=Card 4 nummod 4:nummod _ +5 763736 763736 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 6 for for ADP IN _ 9 case 9:case _ 7 May May PROPN NNP Number=Sing 9 compound 9:compound _ -8 01 01 NUM CD NumType=Card 7 nummod 7:nummod _ +8 01 01 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 9 sales sale NOUN NNS Number=Plur 15 obl 15:obl:for _ 10 to to ADP IN _ 12 case 12:case _ 11 Southwest Southwest PROPN NNP Number=Sing 12 compound 12:compound _ 12 Gas Gas PROPN NNP Number=Sing 9 nmod 9:nmod:to SpaceAfter=No -13 , , PUNCT , _ 15 punct 15:punct _ +13 , , PUNCT , _ 9 punct 9:punct _ 14 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +15 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 pricing pricing NOUN NN Number=Sing 18 compound 18:compound _ 18 discrepancy discrepancy NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No @@ -49993,11 +50011,11 @@ # sent_id = email-enronsent42_01-0023 # text = Our system reflects SJ Bondad GDP but SWG is going to pay us based on SJ Non-Bondad GDP. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 system system NOUN NN Number=Sing 3 nsubj 3:nsubj _ 3 reflects reflect VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 SJ sj NOUN NN Number=Sing 6 compound 6:compound _ -5 Bondad bondad NOUN NN Number=Sing 6 compound 6:compound _ +4 SJ SJ PROPN NNP Number=Sing 6 compound 6:compound _ +5 Bondad Bondad PROPN NNP Number=Sing 6 compound 6:compound _ 6 GDP gdp NOUN NN Number=Sing 3 obj 3:obj _ 7 but but CCONJ CC _ 10 cc 10:cc _ 8 SWG SWG PROPN NNP Number=Sing 10 nsubj 10:nsubj|12:nsubj:xsubj _ @@ -50005,11 +50023,11 @@ 10 going go VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj:but _ 11 to to PART TO _ 12 mark 12:mark _ 12 pay pay VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ -13 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 12 obj 12:obj _ -14 based base VERB VBN Tense=Past|VerbForm=Part 18 case 18:case _ +13 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 12 iobj 12:iobj _ +14 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 case 18:case _ 15 on on ADP IN _ 18 case 18:case _ -16 SJ sj NOUN NN Number=Sing 18 compound 18:compound _ -17 Non-Bondad non-bondad NOUN NN Number=Sing 18 compound 18:compound _ +16 SJ SJ PROPN NNP Number=Sing 18 compound 18:compound _ +17 Non-Bondad non-Bondad PROPN NNP Number=Sing 18 compound 18:compound _ 18 GDP gdp NOUN NN Number=Sing 12 obl 12:obl:on SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ @@ -50019,7 +50037,7 @@ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj|10:nsubj _ 3 please please INTJ UH _ 4 discourse 4:discourse _ 4 confirm confirm VERB VB VerbForm=Inf 0 root 0:root _ -5 which which DET WDT PronType=Int 6 det 6:det _ +5 which which DET WDT PronType=Int 6 det 6:det ManuallyChecked=PronType 6 price price NOUN NN Number=Sing 8 nsubj 8:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 correct correct ADJ JJ Degree=Pos 4 ccomp 4:ccomp _ @@ -50050,19 +50068,19 @@ 7 Client client NOUN NN Number=Sing 8 compound 8:compound _ 8 Services service NOUN NNS Number=Plur 1 list 1:list _ 9 Phone phone NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -10 : : PUNCT : _ 9 punct 9:punct _ -11 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No -12 713 713 NUM CD NumType=Card 14 nummod 14:nummod SpaceAfter=No -13 ) ) PUNCT -RRB- _ 14 punct 14:punct _ -14 345-9945 345-9945 NUM CD NumType=Card 9 appos 9:appos _ +10 : : PUNCT : _ 14 punct 14:punct _ +11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No +12 713 713 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No +13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ +14 345-9945 345-9945 NUM CD NumForm=Digit|NumType=Card 9 appos 9:appos _ 15 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -16 : : PUNCT : _ 15 punct 15:punct _ -17 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No -18 713 713 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No -19 ) ) PUNCT -RRB- _ 20 punct 20:punct _ -20 646-8420 646-8420 NUM CD NumType=Card 15 appos 15:appos _ +16 : : PUNCT : _ 20 punct 20:punct _ +17 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No +18 713 713 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No +19 ) ) PUNCT -RRB- _ 18 punct 18:punct _ +20 646-8420 646-8420 NUM CD NumForm=Digit|NumType=Card 15 appos 15:appos _ 21 Email email NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -22 : : PUNCT : _ 21 punct 21:punct _ +22 : : PUNCT : _ 23 punct 23:punct _ 23 laurie.ellis@enron.com laurie.ellis@enron.com X ADD _ 21 appos 21:appos _ # sent_id = email-enronsent42_01-0027 @@ -50075,19 +50093,19 @@ # sent_id = email-enronsent42_01-0028 # text = Hope you and your family survived ok. -1 Hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 3 and and CCONJ CC _ 5 cc 5:cc _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 family family NOUN NN Number=Sing 2 conj 2:conj:and|6:nsubj _ -6 survived survive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp _ +6 survived survive VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp _ 7 ok ok ADV RB _ 6 advmod 6:advmod SpaceAfter=No 8 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent42_01-0029 # text = Attached are the gas settlement and support for May. 1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 gas gas NOUN NN Number=Sing 5 compound 5:compound _ 5 settlement settlement NOUN NN Number=Sing 1 nsubj:pass 1:nsubj:pass _ @@ -50103,11 +50121,11 @@ 2 only only ADJ JJ Degree=Pos 3 amod 3:amod _ 3 difference difference NOUN NN Number=Sing 9 nsubj 9:nsubj _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +5 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 7 for for ADP IN _ 9 case 9:case _ 8 package package NOUN NN Number=Sing 9 compound 9:compound _ -9 V02 v02 NOUN NN Number=Sing 0 root 0:root SpaceAfter=No +9 V02 V02 NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 10 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent42_01-0031 @@ -50118,14 +50136,14 @@ 4 that that SCONJ IN _ 14 mark 14:mark _ 5 even even ADV RB _ 9 advmod 9:advmod _ 6 though though SCONJ IN _ 9 mark 9:mark _ -7 Bondad bondad NOUN NN Number=Sing 8 compound 8:compound _ +7 Bondad Bondad PROPN NNP Number=Sing 8 compound 8:compound _ 8 gas gas NOUN NN Number=Sing 9 nsubj 9:nsubj _ -9 flowed flow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 advcl 14:advcl:though SpaceAfter=No -10 , , PUNCT , _ 14 punct 14:punct _ +9 flowed flow VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 advcl 14:advcl:though SpaceAfter=No +10 , , PUNCT , _ 9 punct 9:punct _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 price price NOUN NN Number=Sing 14 nsubj 14:nsubj _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ -14 Non-Bondad non-bondad NOUN NN Number=Sing 3 ccomp 3:ccomp SpaceAfter=No +14 Non-Bondad non-Bondad PROPN NNP Number=Sing 3 ccomp 3:ccomp SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent42_01-0032 @@ -50148,7 +50166,7 @@ 2 ENRON.XLS enron.xls NOUN NN Number=Sing 0 root 0:root _ 3 << << PUNCT -LRB- _ 4 punct 4:punct _ 4 File file NOUN NN Number=Sing 2 appos 2:appos SpaceAfter=No -5 : : PUNCT : _ 4 punct 4:punct _ +5 : : PUNCT : _ 6 punct 6:punct _ 6 ENRON.XLS enron.xls NOUN NN Number=Sing 4 appos 4:appos _ 7 >> >> PUNCT -RRB- _ 4 punct 4:punct _ @@ -50158,60 +50176,60 @@ 2 enrongss.xls enrongss.xls NOUN NN Number=Sing 0 root 0:root _ 3 << << PUNCT -LRB- _ 4 punct 4:punct _ 4 File file NOUN NN Number=Sing 2 appos 2:appos SpaceAfter=No -5 : : PUNCT : _ 4 punct 4:punct _ +5 : : PUNCT : _ 6 punct 6:punct _ 6 enrongss.xls enrongss.xls NOUN NN Number=Sing 4 appos 4:appos _ 7 >> >> PUNCT -RRB- _ 4 punct 4:punct _ # sent_id = email-enronsent42_01-0036 # text = actually -for volumes flowing out of bondad-which is deal number 763736 price is bondad gda;for blanco-deal number 759933-price is nonbondad gda 1 actually actually ADV RB _ 18 advmod 18:advmod _ -2 - - PUNCT , _ 18 punct 18:punct SpaceAfter=No +2 - - PUNCT , _ 1 punct 1:punct SpaceAfter=No 3 for for ADP IN _ 4 case 4:case _ 4 volumes volume NOUN NNS Number=Plur 18 obl 18:obl:for _ 5 flowing flow VERB VBG VerbForm=Ger 4 acl 4:acl _ -6 out out ADP IN _ 8 mark 8:mark _ -7 of of ADP IN _ 8 mark 8:mark _ -8 bondad bondad VERB VBN Tense=Past|VerbForm=Part 5 obl 5:obl|13:nsubj SpaceAfter=No -9 - - PUNCT , _ 8 punct 8:punct SpaceAfter=No +6 out out ADP IN _ 8 case 8:case _ +7 of of ADP IN _ 8 case 8:case _ +8 bondad Bondad PROPN NNP Number=Sing 5 obl 5:obl:out_of|13:nsubj SpaceAfter=No +9 - - PUNCT , _ 13 punct 13:punct SpaceAfter=No 10 which which PRON WDT PronType=Rel 13 nsubj 8:ref _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 12 deal deal NOUN NN Number=Sing 13 compound 13:compound _ 13 number number NOUN NN Number=Sing 8 acl:relcl 8:acl:relcl _ -14 763736 763736 NUM CD NumType=Card 13 nummod 13:nummod _ +14 763736 763736 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 15 price price NOUN NN Number=Sing 18 nsubj 18:nsubj _ 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ -17 bondad bondad ADJ JJ Degree=Pos 18 amod 18:amod _ +17 bondad Bondad PROPN NNP Number=Sing 18 compound 18:compound _ 18 gda gda NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -19 ; ; PUNCT , _ 18 punct 18:punct SpaceAfter=No +19 ; ; PUNCT , _ 30 punct 30:punct SpaceAfter=No 20 for for ADP IN _ 21 case 21:case _ -21 blanco blanco PROPN NNP Number=Sing 30 obl 30:obl:for SpaceAfter=No -22 - - PUNCT , _ 21 punct 21:punct SpaceAfter=No +21 blanco Blanco PROPN NNP Number=Sing 30 obl 30:obl:for SpaceAfter=No +22 - - PUNCT , _ 24 punct 24:punct SpaceAfter=No 23 deal deal NOUN NN Number=Sing 24 compound 24:compound _ 24 number number NOUN NN Number=Sing 21 appos 21:appos _ -25 759933 759933 NUM CD NumType=Card 24 nummod 24:nummod SpaceAfter=No -26 - - PUNCT , _ 30 punct 30:punct SpaceAfter=No +25 759933 759933 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod SpaceAfter=No +26 - - PUNCT , _ 21 punct 21:punct SpaceAfter=No 27 price price NOUN NN Number=Sing 30 nsubj 30:nsubj _ 28 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 30 cop 30:cop _ -29 nonbondad nonbondad NOUN NN Number=Sing 30 compound 30:compound _ +29 nonbondad non-Bondad PROPN NNP Number=Sing 30 compound 30:compound _ 30 gda gda NOUN NN Number=Sing 18 parataxis 18:parataxis _ # sent_id = email-enronsent42_01-0037 # text = Jane, on deal 763736 for May 01 sales to Southwest Gas, we have a pricing discrepancy. 1 Jane Jane PROPN NNP Number=Sing 15 vocative 15:vocative SpaceAfter=No -2 , , PUNCT , _ 15 punct 15:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 on on ADP IN _ 4 case 4:case _ 4 deal deal NOUN NN Number=Sing 15 obl 15:obl:on _ -5 763736 763736 NUM CD NumType=Card 4 nummod 4:nummod _ +5 763736 763736 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 6 for for ADP IN _ 9 case 9:case _ 7 May May PROPN NNP Number=Sing 9 compound 9:compound _ -8 01 01 NUM CD NumType=Card 7 nummod 7:nummod _ +8 01 01 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 9 sales sale NOUN NNS Number=Plur 15 obl 15:obl:for _ 10 to to ADP IN _ 12 case 12:case _ 11 Southwest Southwest PROPN NNP Number=Sing 12 compound 12:compound _ 12 Gas Gas PROPN NNP Number=Sing 9 nmod 9:nmod:to SpaceAfter=No -13 , , PUNCT , _ 15 punct 15:punct _ +13 , , PUNCT , _ 9 punct 9:punct _ 14 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +15 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 pricing pricing NOUN NN Number=Sing 18 compound 18:compound _ 18 discrepancy discrepancy NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No @@ -50219,11 +50237,11 @@ # sent_id = email-enronsent42_01-0038 # text = Our system reflects SJ Bondad GDP but SWG is going to pay us based on SJ Non-Bondad GDP. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 system system NOUN NN Number=Sing 3 nsubj 3:nsubj _ 3 reflects reflect VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 SJ sj NOUN NN Number=Sing 6 compound 6:compound _ -5 Bondad bondad NOUN NN Number=Sing 6 compound 6:compound _ +4 SJ SJ PROPN NNP Number=Sing 6 compound 6:compound _ +5 Bondad Bondad PROPN NNP Number=Sing 6 compound 6:compound _ 6 GDP gdp NOUN NN Number=Sing 3 obj 3:obj _ 7 but but CCONJ CC _ 10 cc 10:cc _ 8 SWG SWG PROPN NNP Number=Sing 10 nsubj 10:nsubj|12:nsubj:xsubj _ @@ -50231,11 +50249,11 @@ 10 going go VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj:but _ 11 to to PART TO _ 12 mark 12:mark _ 12 pay pay VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ -13 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 12 obj 12:obj _ -14 based base VERB VBN Tense=Past|VerbForm=Part 18 case 18:case _ +13 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 12 iobj 12:iobj _ +14 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 case 18:case _ 15 on on ADP IN _ 18 case 18:case _ -16 SJ sj NOUN NN Number=Sing 18 compound 18:compound _ -17 Non-Bondad non-bondad NOUN NN Number=Sing 18 compound 18:compound _ +16 SJ SJ PROPN NNP Number=Sing 18 compound 18:compound _ +17 Non-Bondad non-Bondad PROPN NNP Number=Sing 18 compound 18:compound _ 18 GDP gdp NOUN NN Number=Sing 12 obl 12:obl:on SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ @@ -50245,7 +50263,7 @@ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj|10:nsubj _ 3 please please INTJ UH _ 4 discourse 4:discourse _ 4 confirm confirm VERB VB VerbForm=Inf 0 root 0:root _ -5 which which DET WDT PronType=Int 6 det 6:det _ +5 which which DET WDT PronType=Int 6 det 6:det ManuallyChecked=PronType 6 price price NOUN NN Number=Sing 8 nsubj 8:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 correct correct ADJ JJ Degree=Pos 4 ccomp 4:ccomp _ @@ -50276,19 +50294,19 @@ 7 Client client NOUN NN Number=Sing 8 compound 8:compound _ 8 Services service NOUN NNS Number=Plur 1 list 1:list _ 9 Phone phone NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -10 : : PUNCT : _ 9 punct 9:punct _ -11 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No -12 713 713 NUM CD NumType=Card 14 nummod 14:nummod SpaceAfter=No -13 ) ) PUNCT -RRB- _ 14 punct 14:punct _ -14 345-9945 345-9945 NUM CD NumType=Card 9 appos 9:appos _ +10 : : PUNCT : _ 14 punct 14:punct _ +11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No +12 713 713 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No +13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ +14 345-9945 345-9945 NUM CD NumForm=Digit|NumType=Card 9 appos 9:appos _ 15 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -16 : : PUNCT : _ 15 punct 15:punct _ -17 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No -18 713 713 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No -19 ) ) PUNCT -RRB- _ 20 punct 20:punct _ -20 646-8420 646-8420 NUM CD NumType=Card 15 appos 15:appos _ +16 : : PUNCT : _ 20 punct 20:punct _ +17 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No +18 713 713 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No +19 ) ) PUNCT -RRB- _ 18 punct 18:punct _ +20 646-8420 646-8420 NUM CD NumForm=Digit|NumType=Card 15 appos 15:appos _ 21 Email email NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -22 : : PUNCT : _ 21 punct 21:punct _ +22 : : PUNCT : _ 23 punct 23:punct _ 23 laurie.ellis@enron.com laurie.ellis@enron.com X ADD _ 21 appos 21:appos _ # sent_id = email-enronsent42_01-0042 @@ -50301,19 +50319,19 @@ # sent_id = email-enronsent42_01-0043 # text = Hope you and your family survived ok. -1 Hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 3 and and CCONJ CC _ 5 cc 5:cc _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 family family NOUN NN Number=Sing 2 conj 2:conj:and|6:nsubj _ -6 survived survive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp _ +6 survived survive VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp _ 7 ok ok ADV RB _ 6 advmod 6:advmod SpaceAfter=No 8 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent42_01-0044 # text = Attached are the gas settlement and support for May. 1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 gas gas NOUN NN Number=Sing 5 compound 5:compound _ 5 settlement settlement NOUN NN Number=Sing 1 nsubj:pass 1:nsubj:pass _ @@ -50329,11 +50347,11 @@ 2 only only ADJ JJ Degree=Pos 3 amod 3:amod _ 3 difference difference NOUN NN Number=Sing 9 nsubj 9:nsubj _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +5 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 7 for for ADP IN _ 9 case 9:case _ 8 package package NOUN NN Number=Sing 9 compound 9:compound _ -9 V02 v02 NOUN NN Number=Sing 0 root 0:root SpaceAfter=No +9 V02 V02 NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 10 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent42_01-0046 @@ -50344,14 +50362,14 @@ 4 that that SCONJ IN _ 14 mark 14:mark _ 5 even even ADV RB _ 9 advmod 9:advmod _ 6 though though SCONJ IN _ 9 mark 9:mark _ -7 Bondad bondad NOUN NN Number=Sing 8 compound 8:compound _ +7 Bondad Bondad PROPN NNP Number=Sing 8 compound 8:compound _ 8 gas gas NOUN NN Number=Sing 9 nsubj 9:nsubj _ -9 flowed flow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 advcl 14:advcl:though SpaceAfter=No -10 , , PUNCT , _ 14 punct 14:punct _ +9 flowed flow VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 advcl 14:advcl:though SpaceAfter=No +10 , , PUNCT , _ 9 punct 9:punct _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 price price NOUN NN Number=Sing 14 nsubj 14:nsubj _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ -14 Non-Bondad non-bondad NOUN NN Number=Sing 3 ccomp 3:ccomp SpaceAfter=No +14 Non-Bondad non-Bondad PROPN NNP Number=Sing 3 ccomp 3:ccomp SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent42_01-0047 @@ -50374,7 +50392,7 @@ 2 ENRON.XLS enron.xls NOUN NN Number=Sing 0 root 0:root _ 3 << << PUNCT -LRB- _ 4 punct 4:punct _ 4 File file NOUN NN Number=Sing 2 appos 2:appos SpaceAfter=No -5 : : PUNCT : _ 4 punct 4:punct _ +5 : : PUNCT : _ 6 punct 6:punct _ 6 ENRON.XLS enron.xls NOUN NN Number=Sing 4 appos 4:appos _ 7 >> >> PUNCT -RRB- _ 4 punct 4:punct _ @@ -50384,30 +50402,30 @@ 2 enrongss.xls enrongss.xls NOUN NN Number=Sing 0 root 0:root _ 3 << << PUNCT -LRB- _ 4 punct 4:punct _ 4 File file NOUN NN Number=Sing 2 appos 2:appos SpaceAfter=No -5 : : PUNCT : _ 4 punct 4:punct _ +5 : : PUNCT : _ 6 punct 6:punct _ 6 enrongss.xls enrongss.xls NOUN NN Number=Sing 4 appos 4:appos _ 7 >> >> PUNCT -RRB- _ 4 punct 4:punct _ # sent_id = email-enronsent42_01-0051 # text = I talked with Markat SW Gas-just honro his numbers 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 talked talk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 talked talk VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 with with ADP IN _ 4 case 4:case _ -4 Mark Mark PROPN NNP Number=Sing 2 obl 2:obl:with SpaceAfter=No +4 Mark Mark PROPN NNP Number=Sing 2 obl 2:obl:with CorrectSpaceAfter=Yes|SpaceAfter=No 5 at at ADP IN _ 7 case 7:case _ 6 SW SW PROPN NNP Number=Sing 7 compound 7:compound _ 7 Gas Gas PROPN NNP Number=Sing 4 nmod 4:nmod:at SpaceAfter=No -8 - - PUNCT , _ 2 punct 2:punct SpaceAfter=No +8 - - PUNCT , _ 10 punct 10:punct SpaceAfter=No 9 just just ADV RB _ 10 advmod 10:advmod _ 10 honro honro VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis _ -11 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 numbers number NOUN NNS Number=Plur 10 obj 10:obj _ # sent_id = email-enronsent42_01-0052 # newpar id = email-enronsent42_01-p0020 # text = Nancy, can you please reconfirm with Mark the price for the gas at Bondad? 1 Nancy Nancy PROPN NNP Number=Sing 6 vocative 6:vocative SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 can can AUX MD VerbForm=Fin 6 aux 6:aux _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 5 please please INTJ UH _ 6 discourse 6:discourse _ @@ -50420,25 +50438,25 @@ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 gas gas NOUN NN Number=Sing 10 nmod 10:nmod:for _ 14 at at ADP IN _ 15 case 15:case _ -15 Bondad bondad NOUN NN Number=Sing 10 nmod 10:nmod:at SpaceAfter=No +15 Bondad Bondad PROPN NNP Number=Sing 10 nmod 10:nmod:at SpaceAfter=No 16 ? ? PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent42_01-0053 # text = My trader is supporting her price of SJ Bondad GDP rather than SJ Non-Bondad GDP. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 trader trader NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 supporting support VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -5 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 price price NOUN NN Number=Sing 4 obj 4:obj _ 7 of of ADP IN _ 10 case 10:case _ -8 SJ sj NOUN NN Number=Sing 10 compound 10:compound _ -9 Bondad bondad NOUN NN Number=Sing 10 compound 10:compound _ +8 SJ SJ PROPN NNP Number=Sing 10 compound 10:compound _ +9 Bondad Bondad PROPN NNP Number=Sing 10 compound 10:compound _ 10 GDP gdp NOUN NN Number=Sing 6 nmod 6:nmod:of _ 11 rather rather ADV RB _ 15 cc 15:cc _ 12 than than ADP IN _ 11 fixed 11:fixed _ -13 SJ sj NOUN NN Number=Sing 15 compound 15:compound _ -14 Non-Bondad non-bondad NOUN NN Number=Sing 15 compound 15:compound _ +13 SJ SJ PROPN NNP Number=Sing 15 compound 15:compound _ +14 Non-Bondad non-Bondad PROPN NNP Number=Sing 15 compound 15:compound _ 15 GDP gdp NOUN NN Number=Sing 10 conj 6:nmod:of|10:conj:rather_than SpaceAfter=No 16 . . PUNCT . _ 4 punct 4:punct _ @@ -50459,71 +50477,71 @@ 7 Client client NOUN NN Number=Sing 8 compound 8:compound _ 8 Services service NOUN NNS Number=Plur 1 list 1:list _ 9 Phone phone NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -10 : : PUNCT : _ 9 punct 9:punct _ -11 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No -12 713 713 NUM CD NumType=Card 14 nummod 14:nummod SpaceAfter=No -13 ) ) PUNCT -RRB- _ 14 punct 14:punct _ -14 345-9945 345-9945 NUM CD NumType=Card 9 appos 9:appos _ +10 : : PUNCT : _ 14 punct 14:punct _ +11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No +12 713 713 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No +13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ +14 345-9945 345-9945 NUM CD NumForm=Digit|NumType=Card 9 appos 9:appos _ 15 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -16 : : PUNCT : _ 15 punct 15:punct _ -17 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No -18 713 713 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No -19 ) ) PUNCT -RRB- _ 20 punct 20:punct _ -20 646-8420 646-8420 NUM CD NumType=Card 15 appos 15:appos _ +16 : : PUNCT : _ 20 punct 20:punct _ +17 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No +18 713 713 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No +19 ) ) PUNCT -RRB- _ 18 punct 18:punct _ +20 646-8420 646-8420 NUM CD NumForm=Digit|NumType=Card 15 appos 15:appos _ 21 Email email NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -22 : : PUNCT : _ 21 punct 21:punct _ +22 : : PUNCT : _ 23 punct 23:punct _ 23 laurie.ellis@enron.com laurie.ellis@enron.com X ADD _ 21 appos 21:appos _ # sent_id = email-enronsent42_01-0056 # text = actually -for volumes flowing out of bondad-which is deal number 763736 price is bondad gda;for blanco-deal number 759933-price is nonbondad gda 1 actually actually ADV RB _ 18 advmod 18:advmod _ -2 - - PUNCT , _ 18 punct 18:punct SpaceAfter=No +2 - - PUNCT , _ 1 punct 1:punct SpaceAfter=No 3 for for ADP IN _ 4 case 4:case _ 4 volumes volume NOUN NNS Number=Plur 18 obl 18:obl:for _ 5 flowing flow VERB VBG VerbForm=Ger 4 acl 4:acl _ -6 out out ADP IN _ 8 mark 8:mark _ -7 of of ADP IN _ 8 mark 8:mark _ -8 bondad bondad VERB VBN Tense=Past|VerbForm=Part 5 obl 5:obl|13:nsubj SpaceAfter=No -9 - - PUNCT , _ 8 punct 8:punct SpaceAfter=No +6 out out ADP IN _ 8 case 8:case _ +7 of of ADP IN _ 8 case 8:case _ +8 bondad Bondad PROPN NNP Number=Sing 5 obl 5:obl:out_of|13:nsubj SpaceAfter=No +9 - - PUNCT , _ 13 punct 13:punct SpaceAfter=No 10 which which PRON WDT PronType=Rel 13 nsubj 8:ref _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 12 deal deal NOUN NN Number=Sing 13 compound 13:compound _ 13 number number NOUN NN Number=Sing 8 acl:relcl 8:acl:relcl _ -14 763736 763736 NUM CD NumType=Card 13 nummod 13:nummod _ +14 763736 763736 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 15 price price NOUN NN Number=Sing 18 nsubj 18:nsubj _ 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ -17 bondad bondad NOUN NN Number=Sing 18 compound 18:compound _ +17 bondad Bondad PROPN NNP Number=Sing 18 compound 18:compound _ 18 gda gda NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -19 ; ; PUNCT , _ 18 punct 18:punct SpaceAfter=No +19 ; ; PUNCT , _ 30 punct 30:punct SpaceAfter=No 20 for for ADP IN _ 21 case 21:case _ -21 blanco blanco PROPN NNP Number=Sing 30 obl 30:obl:for SpaceAfter=No -22 - - PUNCT , _ 21 punct 21:punct SpaceAfter=No +21 blanco Blanco PROPN NNP Number=Sing 30 obl 30:obl:for SpaceAfter=No +22 - - PUNCT , _ 24 punct 24:punct SpaceAfter=No 23 deal deal NOUN NN Number=Sing 24 compound 24:compound _ 24 number number NOUN NN Number=Sing 21 appos 21:appos _ -25 759933 759933 NUM CD NumType=Card 24 nummod 24:nummod SpaceAfter=No -26 - - PUNCT , _ 30 punct 30:punct SpaceAfter=No +25 759933 759933 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod SpaceAfter=No +26 - - PUNCT , _ 21 punct 21:punct SpaceAfter=No 27 price price NOUN NN Number=Sing 30 nsubj 30:nsubj _ 28 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 30 cop 30:cop _ -29 nonbondad nonbondad NOUN NN Number=Sing 30 compound 30:compound _ +29 nonbondad non-Bondad PROPN NNP Number=Sing 30 compound 30:compound _ 30 gda gda NOUN NN Number=Sing 18 parataxis 18:parataxis _ # sent_id = email-enronsent42_01-0057 # text = Jane, on deal 763736 for May 01 sales to Southwest Gas, we have a pricing discrepancy. 1 Jane Jane PROPN NNP Number=Sing 15 vocative 15:vocative SpaceAfter=No -2 , , PUNCT , _ 15 punct 15:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 on on ADP IN _ 4 case 4:case _ 4 deal deal NOUN NN Number=Sing 15 obl 15:obl:on _ -5 763736 763736 NUM CD NumType=Card 4 nummod 4:nummod _ +5 763736 763736 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 6 for for ADP IN _ 9 case 9:case _ 7 May May PROPN NNP Number=Sing 9 compound 9:compound _ -8 01 01 NUM CD NumType=Card 7 nummod 7:nummod _ +8 01 01 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 9 sales sale NOUN NNS Number=Plur 15 obl 15:obl:for _ 10 to to ADP IN _ 12 case 12:case _ 11 Southwest Southwest PROPN NNP Number=Sing 12 compound 12:compound _ 12 Gas Gas PROPN NNP Number=Sing 9 nmod 9:nmod:to SpaceAfter=No -13 , , PUNCT , _ 15 punct 15:punct _ +13 , , PUNCT , _ 9 punct 9:punct _ 14 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +15 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 pricing pricing NOUN NN Number=Sing 18 compound 18:compound _ 18 discrepancy discrepancy NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No @@ -50531,11 +50549,11 @@ # sent_id = email-enronsent42_01-0058 # text = Our system reflects SJ Bondad GDP but SWG is going to pay us based on SJ Non-Bondad GDP. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 system system NOUN NN Number=Sing 3 nsubj 3:nsubj _ 3 reflects reflect VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 SJ sj NOUN NN Number=Sing 6 compound 6:compound _ -5 Bondad bondad NOUN NN Number=Sing 6 compound 6:compound _ +4 SJ SJ PROPN NNP Number=Sing 6 compound 6:compound _ +5 Bondad Bondad PROPN NNP Number=Sing 6 compound 6:compound _ 6 GDP gdp NOUN NN Number=Sing 3 obj 3:obj _ 7 but but CCONJ CC _ 10 cc 10:cc _ 8 SWG SWG PROPN NNP Number=Sing 10 nsubj 10:nsubj|12:nsubj:xsubj _ @@ -50543,11 +50561,11 @@ 10 going go VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj:but _ 11 to to PART TO _ 12 mark 12:mark _ 12 pay pay VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ -13 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 12 obj 12:obj _ -14 based base VERB VBN Tense=Past|VerbForm=Part 18 case 18:case _ +13 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 12 iobj 12:iobj _ +14 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 case 18:case _ 15 on on ADP IN _ 18 case 18:case _ -16 SJ sj NOUN NN Number=Sing 18 compound 18:compound _ -17 Non-Bondad non-bondad NOUN NN Number=Sing 18 compound 18:compound _ +16 SJ SJ PROPN NNP Number=Sing 18 compound 18:compound _ +17 Non-Bondad non-Bondad PROPN NNP Number=Sing 18 compound 18:compound _ 18 GDP gdp NOUN NN Number=Sing 12 obl 12:obl:on SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ @@ -50557,7 +50575,7 @@ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj|10:nsubj _ 3 please please INTJ UH _ 4 discourse 4:discourse _ 4 confirm confirm VERB VB VerbForm=Inf 0 root 0:root _ -5 which which DET WDT PronType=Int 6 det 6:det _ +5 which which DET WDT PronType=Int 6 det 6:det ManuallyChecked=PronType 6 price price NOUN NN Number=Sing 8 nsubj 8:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 correct correct ADJ JJ Degree=Pos 4 ccomp 4:ccomp _ @@ -50588,19 +50606,19 @@ 7 Client client NOUN NN Number=Sing 8 compound 8:compound _ 8 Services service NOUN NNS Number=Plur 1 list 1:list _ 9 Phone phone NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -10 : : PUNCT : _ 9 punct 9:punct _ -11 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No -12 713 713 NUM CD NumType=Card 14 nummod 14:nummod SpaceAfter=No -13 ) ) PUNCT -RRB- _ 14 punct 14:punct _ -14 345-9945 345-9945 NUM CD NumType=Card 9 appos 9:appos _ +10 : : PUNCT : _ 14 punct 14:punct _ +11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No +12 713 713 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No +13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ +14 345-9945 345-9945 NUM CD NumForm=Digit|NumType=Card 9 appos 9:appos _ 15 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -16 : : PUNCT : _ 15 punct 15:punct _ -17 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No -18 713 713 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No -19 ) ) PUNCT -RRB- _ 20 punct 20:punct _ -20 646-8420 646-8420 NUM CD NumType=Card 15 appos 15:appos _ +16 : : PUNCT : _ 20 punct 20:punct _ +17 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No +18 713 713 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No +19 ) ) PUNCT -RRB- _ 18 punct 18:punct _ +20 646-8420 646-8420 NUM CD NumForm=Digit|NumType=Card 15 appos 15:appos _ 21 Email email NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -22 : : PUNCT : _ 21 punct 21:punct _ +22 : : PUNCT : _ 23 punct 23:punct _ 23 laurie.ellis@enron.com laurie.ellis@enron.com X ADD _ 21 appos 21:appos _ # sent_id = email-enronsent42_01-0062 @@ -50613,19 +50631,19 @@ # sent_id = email-enronsent42_01-0063 # text = Hope you and your family survived ok. -1 Hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 3 and and CCONJ CC _ 5 cc 5:cc _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 family family NOUN NN Number=Sing 2 conj 2:conj:and|6:nsubj _ -6 survived survive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp _ +6 survived survive VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp _ 7 ok ok ADV RB _ 6 advmod 6:advmod SpaceAfter=No 8 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent42_01-0064 # text = Attached are the gas settlement and support for May. 1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 gas gas NOUN NN Number=Sing 5 compound 5:compound _ 5 settlement settlement NOUN NN Number=Sing 1 nsubj:pass 1:nsubj:pass _ @@ -50641,11 +50659,11 @@ 2 only only ADJ JJ Degree=Pos 3 amod 3:amod _ 3 difference difference NOUN NN Number=Sing 9 nsubj 9:nsubj _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +5 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 7 for for ADP IN _ 9 case 9:case _ 8 package package NOUN NN Number=Sing 9 compound 9:compound _ -9 V02 v02 NOUN NN Number=Sing 0 root 0:root SpaceAfter=No +9 V02 V02 NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 10 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent42_01-0066 @@ -50656,14 +50674,14 @@ 4 that that SCONJ IN _ 14 mark 14:mark _ 5 even even ADV RB _ 9 advmod 9:advmod _ 6 though though SCONJ IN _ 9 mark 9:mark _ -7 Bondad bondad NOUN NN Number=Sing 8 compound 8:compound _ +7 Bondad Bondad PROPN NNP Number=Sing 8 compound 8:compound _ 8 gas gas NOUN NN Number=Sing 9 nsubj 9:nsubj _ -9 flowed flow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 advcl 14:advcl:though SpaceAfter=No -10 , , PUNCT , _ 14 punct 14:punct _ +9 flowed flow VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 advcl 14:advcl:though SpaceAfter=No +10 , , PUNCT , _ 9 punct 9:punct _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 price price NOUN NN Number=Sing 14 nsubj 14:nsubj _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ -14 Non-Bondad non-bondad NOUN NN Number=Sing 3 ccomp 3:ccomp SpaceAfter=No +14 Non-Bondad non-Bondad PROPN NNP Number=Sing 3 ccomp 3:ccomp SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent42_01-0067 @@ -50686,7 +50704,7 @@ 2 ENRON.XLS enron.xls NOUN NN Number=Sing 0 root 0:root _ 3 << << PUNCT -LRB- _ 4 punct 4:punct _ 4 File file NOUN NN Number=Sing 2 appos 2:appos SpaceAfter=No -5 : : PUNCT : _ 4 punct 4:punct _ +5 : : PUNCT : _ 6 punct 6:punct _ 6 ENRON.XLS enron.xls NOUN NN Number=Sing 4 appos 4:appos _ 7 >> >> PUNCT -RRB- _ 4 punct 4:punct _ @@ -50696,7 +50714,7 @@ 2 enrongss.xls enrongss.xls NOUN NN Number=Sing 0 root 0:root _ 3 << << PUNCT -LRB- _ 4 punct 4:punct _ 4 File file NOUN NN Number=Sing 2 appos 2:appos SpaceAfter=No -5 : : PUNCT : _ 4 punct 4:punct _ +5 : : PUNCT : _ 6 punct 6:punct _ 6 enrongss.xls enrongss.xls NOUN NN Number=Sing 4 appos 4:appos _ 7 >> >> PUNCT -RRB- _ 4 punct 4:punct _ @@ -50704,7 +50722,7 @@ # text = Please find enclosed EES's request for Volumes for PGE CityGate delvery effective 11/1/01: 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 find find VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 enclosed enclose VERB VBN Tense=Past|VerbForm=Part 2 xcomp 2:xcomp _ +3 enclosed enclose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 xcomp 2:xcomp _ 4-5 EES's _ _ _ _ _ _ _ _ 4 EES EES PROPN NNP Number=Sing 6 nmod:poss 6:nmod:poss _ 5 's 's PART POS _ 4 case 4:case _ @@ -50716,14 +50734,14 @@ 11 CityGate CityGate PROPN NNP Number=Sing 12 compound 12:compound _ 12 delvery delvery NOUN NN Number=Sing 8 nmod 8:nmod:for _ 13 effective effective ADJ JJ Degree=Pos 6 acl:relcl 6:acl:relcl _ -14 11/1/01 11/1/01 NUM CD NumType=Card 13 obl:tmod 13:obl:tmod SpaceAfter=No +14 11/1/01 11/1/01 NUM CD NumForm=Digit|NumType=Card 13 obl:tmod 13:obl:tmod SpaceAfter=No 15 : : PUNCT : _ 2 punct 2:punct _ # sent_id = email-enronsent42_01-0072 # newpar id = email-enronsent42_01-p0027 # text = See attached spreadsheet. 1 See see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 attached attach VERB VBN Tense=Past|VerbForm=Part 3 amod 3:amod _ +2 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 amod 3:amod _ 3 spreadsheet spreadsheet NOUN NN Number=Sing 1 obj 1:obj SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ @@ -50735,7 +50753,7 @@ 4 Gas gas NOUN NN Number=Sing 2 obj 2:obj _ 5 on on ADP IN _ 8 case 8:case _ 6 an a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -7 Indexed index VERB VBN Tense=Past|VerbForm=Part 8 amod 8:amod _ +7 Indexed index VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 amod 8:amod _ 8 Basis basis NOUN NN Number=Sing 2 obl 2:obl:on SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ @@ -50743,12 +50761,12 @@ # text = If you have any questions or comments, please advise. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ -4 any any DET DT _ 5 det 5:det _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 questions question NOUN NNS Number=Plur 3 obj 3:obj _ 6 or or CCONJ CC _ 7 cc 7:cc _ 7 comments comment NOUN NNS Number=Plur 5 conj 3:obj|5:conj:or SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +8 , , PUNCT , _ 3 punct 3:punct _ 9 please please INTJ UH _ 10 discourse 10:discourse _ 10 advise advise VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root SpaceAfter=No 11 . . PUNCT . _ 10 punct 10:punct _ @@ -50757,7 +50775,7 @@ # newpar id = email-enronsent42_01-p0028 # text = I have not had the patience to get it working-I will callyou some evening and we can walk thru it. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -50766,12 +50784,12 @@ 8 get get VERB VB VerbForm=Inf 6 acl 6:acl:to _ 9 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 obj 8:obj|10:nsubj:xsubj _ 10 working work VERB VBG VerbForm=Ger 8 xcomp 8:xcomp SpaceAfter=No -11 - - PUNCT , _ 4 punct 4:punct SpaceAfter=No +11 - - PUNCT , _ 14 punct 14:punct SpaceAfter=No 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 13 will will AUX MD VerbForm=Fin 14 aux 14:aux _ -14 call call VERB VB VerbForm=Inf 4 parataxis 4:parataxis SpaceAfter=No +14 call call VERB VB VerbForm=Inf 4 parataxis 4:parataxis CorrectSpaceAfter=Yes|SpaceAfter=No 15 you you PRON PRP Case=Acc|Person=2|PronType=Prs 14 obj 14:obj _ -16 some some DET DT _ 17 det 17:det _ +16 some some DET DT PronType=Ind 17 det 17:det _ 17 evening evening NOUN NN Number=Sing 14 obl:tmod 14:obl:tmod _ 18 and and CCONJ CC _ 21 cc 21:cc _ 19 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 21 nsubj 21:nsubj _ @@ -50785,7 +50803,7 @@ # text = How was your trip to Des Moines? 1 How how ADV WRB PronType=Int 0 root 0:root _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 cop 1:cop _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 trip trip NOUN NN Number=Sing 1 nsubj 1:nsubj _ 5 to to ADP IN _ 7 case 7:case _ 6 Des Des PROPN NNP Number=Sing 7 compound 7:compound _ @@ -50794,13 +50812,13 @@ # sent_id = email-enronsent42_01-0077 # text = Did dthat stuff form Joe help your car. -1 Did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ -2 dthat that DET DT Typo=Yes 3 det 3:det _ +1 Did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +2 dthat that DET DT Number=Sing|PronType=Dem|Typo=Yes 3 det 3:det CorrectForm=that 3 stuff stuff NOUN NN Number=Sing 6 nsubj 6:nsubj _ -4 form from ADP IN Typo=Yes 5 case 5:case _ -5 Joe Joe PROPN NNP Number=Sing 3 nmod 3:nmod:form _ +4 form from ADP IN Typo=Yes 5 case 5:case CorrectForm=from +5 Joe Joe PROPN NNP Number=Sing 3 nmod 3:nmod:from _ 6 help help VERB VB VerbForm=Inf 0 root 0:root _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 car car NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No 9 . . PUNCT . _ 6 punct 6:punct _ @@ -50815,7 +50833,7 @@ # newpar id = email-enronsent42_01-p0030 # text = When are we going to get NetMeeting going ? 1 When when ADV WRB PronType=Int 4 advmod 4:advmod _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ 4 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ @@ -50837,7 +50855,7 @@ # sent_id = email-enronsent42_01-0081 # text = Did she ever go to a real doctor? -1 Did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +1 Did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 2 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 3 ever ever ADV RB _ 4 advmod 4:advmod _ 4 go go VERB VB VerbForm=Inf 0 root 0:root _ @@ -50851,40 +50869,40 @@ # text = [Tholt, Jane M.] 1 [ [ PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No 2 Tholt Tholt PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 Jane Jane PROPN NNP Number=Sing 2 flat 2:flat _ 5 M. M. PROPN NNP Number=Sing 2 flat 2:flat SpaceAfter=No 6 ] ] PUNCT -RRB- _ 2 punct 2:punct _ # sent_id = email-enronsent42_01-0083 # text = YesShe is having physical theraphy 3 times a week. -1 Yes yes INTJ UH _ 4 discourse 4:discourse SpaceAfter=No +1 Yes yes INTJ UH _ 4 discourse 4:discourse CorrectSpaceAfter=Yes|SpaceAfter=No 2 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 having have VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 physical physical ADJ JJ Degree=Pos 6 amod 6:amod _ -6 theraphy theraphy ADV RB _ 4 obj 4:obj _ -7 3 3 NUM CD NumType=Card 8 nummod 8:nummod _ -8 times time NOUN NNS Number=Plur 4 obl:npmod 4:obl:npmod _ +6 theraphy therapy NOUN NN Number=Sing|Typo=Yes 4 obj 4:obj CorrectForm=therapy +7 3 3 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ +8 times time NOUN NNS Number=Plur 4 obl:tmod 4:obl:tmod _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -10 week week NOUN NN Number=Sing 8 nmod:npmod 8:nmod:npmod SpaceAfter=No +10 week week NOUN NN Number=Sing 8 nmod:tmod 8:nmod:tmod SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent42_01-0084 # text = She said it is getting better. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj|6:nsubj:xsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 getting get VERB VBG Tense=Pres|VerbForm=Part 2 ccomp 2:ccomp _ -6 better better ADJ JJR Degree=Cmp 5 xcomp 5:xcomp SpaceAfter=No +6 better good ADJ JJR Degree=Cmp 5 xcomp 5:xcomp SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent42_01-0085 # text = I haven't seen her for a couple of weeks and have only talked to her. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|14:nsubj _ 2-3 haven't _ _ _ _ _ _ _ _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 seen see VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ @@ -50894,7 +50912,7 @@ 9 of of ADP IN _ 10 case 10:case _ 10 weeks week NOUN NNS Number=Plur 8 nmod 8:nmod:of _ 11 and and CCONJ CC _ 14 cc 14:cc _ -12 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +12 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 only only ADV RB _ 14 advmod 14:advmod _ 14 talked talk VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and _ 15 to to ADP IN _ 16 case 16:case _ @@ -50911,14 +50929,14 @@ 6 you you PRON PRP Case=Acc|Person=2|PronType=Prs 5 obj 5:obj _ 7 next next ADJ JJ Degree=Pos 8 amod 8:amod _ 8 week week NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod SpaceAfter=No -9 - - PUNCT , _ 5 punct 5:punct SpaceAfter=No +9 - - PUNCT , _ 12 punct 12:punct SpaceAfter=No 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 desk desk NOUN NN Number=Sing 12 nsubj 12:nsubj _ 12 wants want VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ 13 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 12 obj 12:obj|15:nsubj:xsubj|17:nsubj:xsubj _ 14 to to PART TO _ 15 mark 15:mark _ 15 become become VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ -16 more more ADV RBR _ 15 advmod 15:advmod _ +16 more more ADV RBR Degree=Cmp 15 advmod 15:advmod _ 17 involved involved ADJ JJ Degree=Pos 15 xcomp 15:xcomp _ 18 in in ADP IN _ 20 case 20:case _ 19 regulatory regulatory ADJ JJ Degree=Pos 20 amod 20:amod _ @@ -50927,7 +50945,7 @@ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ 23 will will AUX MD VerbForm=Fin 24 aux 24:aux _ 24 seek seek VERB VB VerbForm=Inf 12 parataxis 12:parataxis _ -25 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 assistance assistance NOUN NN Number=Sing 24 obj 24:obj _ 27 with with ADP IN _ 29 case 29:case _ 28 this this DET DT Number=Sing|PronType=Dem 29 det 29:det _ @@ -50940,27 +50958,27 @@ # text = Jared just told me you have a BUNCH of stuff on your plate and I think you are about to get much busier too. 1 Jared Jared PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 iobj 3:iobj _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +6 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 BUNCH bunch NOUN NN Number=Sing 6 obj 6:obj _ 9 of of ADP IN _ 10 case 10:case _ 10 stuff stuff NOUN NN Number=Sing 8 nmod 8:nmod:of _ 11 on on ADP IN _ 13 case 13:case _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 plate plate NOUN NN Number=Sing 6 obl 6:obl:on _ 14 and and CCONJ CC _ 16 cc 16:cc _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -16 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +16 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 19 nsubj 19:nsubj|21:nsubj:xsubj|23:nsubj:xsubj _ -18 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ +18 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 19 about about ADJ JJ Degree=Pos 16 ccomp 16:ccomp _ 20 to to PART TO _ 21 mark 21:mark _ 21 get get VERB VB VerbForm=Inf 19 xcomp 19:xcomp _ 22 much much ADV RB _ 21 advmod 21:advmod _ -23 busier busier ADJ JJR Degree=Cmp 21 xcomp 21:xcomp _ +23 busier busy ADJ JJR Degree=Cmp 21 xcomp 21:xcomp _ 24 too too ADV RB _ 21 advmod 21:advmod SpaceAfter=No 25 . . PUNCT . _ 3 punct 3:punct _ @@ -50974,17 +50992,17 @@ # sent_id = email-enronsent12_01-0003 # newpar id = email-enronsent12_01-p0002 # text = Jared, Ruth and I are going to go over all the Florida activity tomorrow morning. -1 Jared Jared PROPN NNP Number=Sing 3 vocative 3:vocative SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ -3 Ruth Ruth PROPN NNP Number=Sing 7 nsubj 7:nsubj|9:nsubj:xsubj _ +1 Jared Jared PROPN NNP Number=Sing 7 nsubj 7:nsubj|9:nsubj:xsubj SpaceAfter=No +2 , , PUNCT , _ 3 punct 3:punct _ +3 Ruth Ruth PROPN NNP Number=Sing 1 conj 1:conj:and|7:nsubj|9:nsubj:xsubj _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 conj 3:conj:and|7:nsubj|9:nsubj:xsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 1 conj 1:conj:and|7:nsubj|9:nsubj:xsubj _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 8 to to PART TO _ 9 mark 9:mark _ 9 go go VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 over over ADV RB _ 9 advmod 9:advmod _ -11 all all DET PDT _ 14 det:predet 14:det:predet _ +11 all all DET PDT PronType=Tot 14 det:predet 14:det:predet _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 Florida Florida PROPN NNP Number=Sing 14 compound 14:compound _ 14 activity activity NOUN NN Number=Sing 9 obj 9:obj _ @@ -50995,10 +51013,10 @@ # sent_id = email-enronsent12_01-0004 # text = If no one objects, I will be the lead coordinator on Florida starting tomorrow. 1 If if SCONJ IN _ 4 mark 4:mark _ -2 no no DET DT _ 3 det 3:det _ -3 one one NOUN NN Number=Sing 4 nsubj 4:nsubj _ +2 no no DET DT PronType=Neg 3 det 3:det _ +3 one one PRON NN Number=Sing|PronType=Neg 4 nsubj 4:nsubj _ 4 objects object VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:if SpaceAfter=No -5 , , PUNCT , _ 11 punct 11:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 7 will will AUX MD VerbForm=Fin 11 aux 11:aux _ 8 be be AUX VB VerbForm=Inf 11 cop 11:cop _ @@ -51016,7 +51034,7 @@ # text = Yes maam, she's UBS now. 1 Yes yes INTJ UH _ 6 discourse 6:discourse _ 2 maam maam NOUN NN Number=Sing 1 vocative 1:vocative SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 1 punct 1:punct _ 4-5 she's _ _ _ _ _ _ _ _ 4 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 5 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ @@ -51027,7 +51045,7 @@ # sent_id = email-enronsent12_01-0006 # text = She was just down here too. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 just just ADV RB _ 2 advmod 2:advmod _ 4 down down ADV RB _ 5 advmod 5:advmod _ 5 here here ADV RB PronType=Dem 2 advmod 2:advmod _ @@ -51044,19 +51062,19 @@ # text = I didn't remember if your email mentioned Judy. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 didn't _ _ _ _ _ _ _ _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 remember remember VERB VB VerbForm=Inf 0 root 0:root _ 5 if if SCONJ IN _ 8 mark 8:mark _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 email email NOUN NN Number=Sing 8 nsubj 8:nsubj _ -8 mentioned mention VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:if _ +8 mentioned mention VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ 9 Judy Judy PROPN NNP Number=Sing 8 obj 8:obj SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent12_01-0009 # text = Did she make it? -1 Did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +1 Did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 2 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 3 make make VERB VB VerbForm=Inf 0 root 0:root _ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj SpaceAfter=No @@ -51067,17 +51085,17 @@ # text = Cindy Franklin Transportation Services Work:832.676.3177 Fax: 832.676.1329 Pager: 1.888.509.3736 1 Cindy Cindy PROPN NNP Number=Sing 2 compound 2:compound _ 2 Franklin Franklin PROPN NNP Number=Sing 0 root 0:root _ -3 Transportation transportation NOUN NN Number=Sing 5 compound 5:compound _ +3 Transportation transportation NOUN NN Number=Sing 4 compound 4:compound _ 4 Services service NOUN NNS Number=Plur 2 list 2:list _ 5 Work work NOUN NN Number=Sing 2 list 2:list SpaceAfter=No -6 : : PUNCT : _ 2 punct 2:punct SpaceAfter=No -7 832.676.3177 832.676.3177 NUM CD NumType=Card 5 appos 5:appos _ +6 : : PUNCT : _ 7 punct 7:punct SpaceAfter=No +7 832.676.3177 832.676.3177 NUM CD NumForm=Digit|NumType=Card 5 appos 5:appos _ 8 Fax fax NOUN NN Number=Sing 2 list 2:list SpaceAfter=No -9 : : PUNCT : _ 2 punct 2:punct _ -10 832.676.1329 832.676.1329 NUM CD NumType=Card 8 appos 8:appos _ +9 : : PUNCT : _ 10 punct 10:punct _ +10 832.676.1329 832.676.1329 NUM CD NumForm=Digit|NumType=Card 8 appos 8:appos _ 11 Pager pager NOUN NN Number=Sing 2 list 2:list SpaceAfter=No -12 : : PUNCT : _ 2 punct 2:punct _ -13 1.888.509.3736 1.888.509.3736 NUM CD NumType=Card 11 appos 11:appos _ +12 : : PUNCT : _ 13 punct 13:punct _ +13 1.888.509.3736 1.888.509.3736 NUM CD NumForm=Digit|NumType=Card 11 appos 11:appos _ # sent_id = email-enronsent12_01-0011 # text = ****************************************************************** @@ -51086,21 +51104,21 @@ # sent_id = email-enronsent12_01-0012 # text = This email and any files transmitted with it from the ElPaso Corporation are confidential and intended solely for the use of the individual or entity to whom they are addressed. 1 This this DET DT Number=Sing|PronType=Dem 2 det 2:det _ -2 email email NOUN NN Number=Sing 14 nsubj:pass 14:nsubj:pass|16:nsubj:pass _ +2 email email NOUN NN Number=Sing 14 nsubj 14:nsubj|16:nsubj:pass _ 3 and and CCONJ CC _ 5 cc 5:cc _ -4 any any DET DT _ 5 det 5:det _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 files file NOUN NNS Number=Plur 2 conj 2:conj:and|14:nsubj:pass _ -6 transmitted transmit VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +6 transmitted transmit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 7 with with ADP IN _ 8 case 8:case _ 8 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 obl 6:obl:with _ 9 from from ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 ElPaso ElPaso PROPN NNP Number=Sing 12 compound 12:compound _ 12 Corporation Corporation PROPN NNP Number=Sing 6 obl 6:obl:from _ -13 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux:pass 14:aux:pass _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 14 confidential confidential ADJ JJ Degree=Pos 0 root 0:root _ 15 and and CCONJ CC _ 16 cc 16:cc _ -16 intended intend VERB VBN Tense=Past|VerbForm=Part 14 conj 14:conj:and _ +16 intended intend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 conj 14:conj:and _ 17 solely solely ADV RB _ 16 advmod 16:advmod _ 18 for for ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ @@ -51109,11 +51127,11 @@ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 individual individual NOUN NN Number=Sing 20 nmod 20:nmod:of|30:obl _ 24 or or CCONJ CC _ 25 cc 25:cc _ -25 entity entity NOUN NN Number=Sing 23 conj 20:nmod:of|23:conj:or|30:obl _ +25 entity entity NOUN NN Number=Sing 23 conj 20:nmod:of|23:conj:or|30:obl:to _ 26 to to ADP IN _ 27 case 27:case _ 27 whom whom PRON WP PronType=Rel 30 obl 23:ref _ 28 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 30 nsubj:pass 30:nsubj:pass _ -29 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 30 aux:pass 30:aux:pass _ +29 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 30 aux:pass 30:aux:pass _ 30 addressed address VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 acl:relcl 23:acl:relcl SpaceAfter=No 31 . . PUNCT . _ 14 punct 14:punct _ @@ -51121,7 +51139,7 @@ # text = If you have received this email in error please notify the sender. 1 If if SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 received receive VERB VBN Tense=Past|VerbForm=Part 10 advcl 10:advcl:if _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 email email NOUN NN Number=Sing 4 obj 4:obj _ @@ -51130,7 +51148,7 @@ 9 please please INTJ UH _ 10 discourse 10:discourse _ 10 notify notify VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -12 sender sender NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No +12 sender sender NOUN NN Number=Sing 10 iobj 10:iobj SpaceAfter=No 13 . . PUNCT . _ 10 punct 10:punct _ # sent_id = email-enronsent12_01-0014 @@ -51139,17 +51157,17 @@ # sent_id = email-enronsent12_01-0015 # text = Jared, Ruth and I are going to go over all the Florida activity tomorrow morning. -1 Jared Jared PROPN NNP Number=Sing 3 vocative 3:vocative SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ -3 Ruth Ruth PROPN NNP Number=Sing 7 nsubj 7:nsubj|9:nsubj:xsubj _ +1 Jared Jared PROPN NNP Number=Sing 7 nsubj 7:nsubj|9:nsubj:xsubj SpaceAfter=No +2 , , PUNCT , _ 3 punct 3:punct _ +3 Ruth Ruth PROPN NNP Number=Sing 1 conj 1:conj:and|7:nsubj|9:nsubj:xsubj _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 conj 3:conj:and|7:nsubj|9:nsubj:xsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 1 conj 1:conj:and|7:nsubj|9:nsubj:xsubj _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 8 to to PART TO _ 9 mark 9:mark _ 9 go go VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 over over ADV RB _ 9 advmod 9:advmod _ -11 all all DET PDT _ 14 det:predet 14:det:predet _ +11 all all DET PDT PronType=Tot 14 det:predet 14:det:predet _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 Florida Florida PROPN NNP Number=Sing 14 compound 14:compound _ 14 activity activity NOUN NN Number=Sing 9 obj 9:obj _ @@ -51160,10 +51178,10 @@ # sent_id = email-enronsent12_01-0016 # text = If no one objects, I will be the lead coordinator on Florida starting tomorrow. 1 If if SCONJ IN _ 4 mark 4:mark _ -2 no no DET DT _ 3 det 3:det _ -3 one one NOUN NN Number=Sing 4 nsubj 4:nsubj _ +2 no no DET DT PronType=Neg 3 det 3:det _ +3 one one PRON NN Number=Sing|PronType=Neg 4 nsubj 4:nsubj _ 4 objects object VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:if SpaceAfter=No -5 , , PUNCT , _ 11 punct 11:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 7 will will AUX MD VerbForm=Fin 11 aux 11:aux _ 8 be be AUX VB VerbForm=Inf 11 cop 11:cop _ @@ -51180,17 +51198,17 @@ # newpar id = email-enronsent12_01-p0006 # text = OK, I never get to talk to Ruth because SHE IS ALWAYS ON THE PHONE. 1 OK ok INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ 4 never never ADV RB _ 5 advmod 5:advmod _ -5 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 get get VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 talk talk VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 to to ADP IN _ 9 case 9:case _ 9 Ruth Ruth PROPN NNP Number=Sing 7 obl 7:obl:to _ 10 because because SCONJ IN _ 12 mark 12:mark _ 11 SHE she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 IS be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:because _ +12 IS be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:because _ 13 ALWAYS always ADV RB _ 12 advmod 12:advmod _ 14 ON on ADP IN _ 16 case 16:case _ 15 THE the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -51201,7 +51219,7 @@ # text = And I bet she's on the phone with Shemin too!!! 1 And and CCONJ CC _ 3 cc 3:cc _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 bet bet VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 bet bet VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4-5 she's _ _ _ _ _ _ _ _ 4 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 5 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ @@ -51218,7 +51236,7 @@ # text = Should we all get together and make a conference call to Dominion like we did before or should I just call Jeff Davis myself? 1 Should should AUX MD VerbForm=Fin 4 aux 4:aux _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj|7:nsubj _ -3 all all DET DT _ 2 det 2:det _ +3 all all DET DT PronType=Tot 2 det 2:det _ 4 get get VERB VB VerbForm=Inf 0 root 0:root _ 5 together together ADV RB _ 4 advmod 4:advmod _ 6 and and CCONJ CC _ 7 cc 7:cc _ @@ -51228,10 +51246,10 @@ 10 call call NOUN NN Number=Sing 7 obj 7:obj _ 11 to to ADP IN _ 12 case 12:case _ 12 Dominion Dominion PROPN NNP Number=Sing 10 nmod 10:nmod:to _ -13 like like SCONJ IN _ 16 mark 16:mark _ -14 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -15 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 aux 16:aux _ -16 before before ADV RB _ 7 advcl 7:advcl:like _ +13 like like SCONJ IN _ 15 mark 15:mark _ +14 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 15 nsubj 15:nsubj _ +15 did do AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:like _ +16 before before ADV RB _ 15 advmod 15:advmod _ 17 or or CCONJ CC _ 21 cc 21:cc _ 18 should should AUX MD VerbForm=Fin 21 aux 21:aux _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ @@ -51239,12 +51257,12 @@ 21 call call VERB VB VerbForm=Inf 4 conj 4:conj:and _ 22 Jeff Jeff PROPN NNP Number=Sing 21 obj 21:obj _ 23 Davis Davis PROPN NNP Number=Sing 22 flat 22:flat _ -24 myself myself PRON PRP Number=Sing|Person=1|PronType=Prs 21 obl:npmod 21:obl:npmod SpaceAfter=No +24 myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Emp|Reflex=Yes 21 obl:npmod 21:obl:npmod SpaceAfter=No 25 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent12_01-0020 # text = Our last call was Iris Kind, Bill Savier(sp?), and Jeff Davis. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 last last ADJ JJ Degree=Pos 3 amod 3:amod _ 3 call call NOUN NN Number=Sing 5 nsubj 5:nsubj|8:nsubj|16:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ @@ -51278,16 +51296,16 @@ # text = I'm still trying to find out what it will take to move gas on and ENA tabs agreement. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 still still ADV RB _ 4 advmod 4:advmod _ 4 trying try VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 find find VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 out out ADP RP _ 6 compound:prt 6:compound:prt _ -8 what what PRON WP PronType=Int 6 obj 6:obj _ +8 what what PRON WP PronType=Int 11 obj 11:obj _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 expl 11:expl _ 10 will will AUX MD VerbForm=Fin 11 aux 11:aux _ -11 take take VERB VB VerbForm=Inf 8 acl:relcl 8:acl:relcl _ +11 take take VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ 12 to to PART TO _ 13 mark 13:mark _ 13 move move VERB VB VerbForm=Inf 11 csubj 11:csubj _ 14 gas gas NOUN NN Number=Sing 15 compound 15:compound _ @@ -51300,12 +51318,12 @@ # sent_id = email-enronsent12_01-0023 # text = No transportation at this point, just a tabs. -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 transportation transportation NOUN NN Number=Sing 0 root 0:root _ 3 at at ADP IN _ 5 case 5:case _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 point point NOUN NN Number=Sing 2 nmod 2:nmod:at SpaceAfter=No -6 , , PUNCT , _ 2 punct 2:punct _ +6 , , PUNCT , _ 9 punct 9:punct _ 7 just just ADV RB _ 9 advmod 9:advmod _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 tabs tabs NOUN NN Number=Sing 2 appos 2:appos SpaceAfter=No @@ -51314,12 +51332,12 @@ # sent_id = email-enronsent12_01-0024 # text = Also, it will be much easier for you guys to monitor because most of the deals will be monthly. 1 Also also ADV RB _ 7 advmod 7:advmod SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 4 will will AUX MD VerbForm=Fin 7 aux 7:aux _ 5 be be AUX VB VerbForm=Inf 7 cop 7:cop _ 6 much much ADV RB _ 7 advmod 7:advmod _ -7 easier easier ADJ JJR Degree=Cmp 0 root 0:root _ +7 easier easy ADJ JJR Degree=Cmp 0 root 0:root _ 8 for for SCONJ IN _ 12 mark 12:mark _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ 10 guys guy NOUN NNS Number=Plur 9 appos 9:appos _ @@ -51339,12 +51357,12 @@ # newpar id = email-enronsent12_01-p0009 # text = Steve, everything looks good with one exception. 1 Steve Steve PROPN NNP Number=Sing 4 vocative 4:vocative SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ -3 everything everything PRON NN Number=Sing 4 nsubj 4:nsubj|5:nsubj:xsubj _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 everything everything PRON NN Number=Sing|PronType=Tot 4 nsubj 4:nsubj|5:nsubj:xsubj _ 4 looks look VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 good good ADJ JJ Degree=Pos 4 xcomp 4:xcomp _ 6 with with ADP IN _ 8 case 8:case _ -7 one one NUM CD NumType=Card 8 nummod 8:nummod _ +7 one one NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 8 exception exception NOUN NN Number=Sing 4 obl 4:obl:with SpaceAfter=No 9 . . PUNCT . _ 4 punct 4:punct _ @@ -51359,12 +51377,12 @@ 7 be be AUX VB VerbForm=Inf 9 cop 9:cop _ 8 either either CCONJ CC _ 9 cc:preconj 9:cc:preconj _ 9 NET net NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No -11 2 2 NUM CD NumType=Card 9 nummod 9:nummod _ +10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +11 2 2 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 12 or or CCONJ CC _ 13 cc 13:cc _ 13 NET net NOUN NN Number=Sing 9 conj 9:conj:or SpaceAfter=No -14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No -15 284 284 NUM CD NumType=Card 13 nummod 13:nummod SpaceAfter=No +14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +15 284 284 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod SpaceAfter=No 16 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent12_01-0027 @@ -51382,15 +51400,15 @@ # sent_id = email-enronsent12_01-0028 # text = You review and approve it, keep it on your desk, and I will come over and make the change at your desk on Monday. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj|4:nsubj|7:nsubj _ -2 review review VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 review review VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 and and CCONJ CC _ 4 cc 4:cc _ -4 approve approve VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +4 approve approve VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj|4:obj SpaceAfter=No 6 , , PUNCT , _ 7 punct 7:punct _ -7 keep keep VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +7 keep keep VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 8 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj _ 9 on on ADP IN _ 11 case 11:case _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 desk desk NOUN NN Number=Sing 7 obl 7:obl:on SpaceAfter=No 12 , , PUNCT , _ 16 punct 16:punct _ 13 and and CCONJ CC _ 16 cc 16:cc _ @@ -51403,7 +51421,7 @@ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 change change NOUN NN Number=Sing 19 obj 19:obj _ 22 at at ADP IN _ 24 case 24:case _ -23 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +23 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 desk desk NOUN NN Number=Sing 19 obl 19:obl:at _ 25 on on ADP IN _ 26 case 26:case _ 26 Monday Monday PROPN NNP Number=Sing 19 obl 19:obl:on SpaceAfter=No @@ -51420,7 +51438,7 @@ 6 to to ADP IN _ 7 case 7:case _ 7 Ed Ed PROPN NNP Number=Sing 4 obl 4:obl:to _ 8 for for ADP IN _ 10 case 10:case _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 approval approval NOUN NN Number=Sing 4 obl 4:obl:for SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ @@ -51430,17 +51448,17 @@ 1 By by ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 way way NOUN NN Number=Sing 9 obl 9:obl:by SpaceAfter=No -4 , , PUNCT , _ 9 punct 9:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 Cullen Cullen PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 Dykman Dykman PROPN NNP Number=Sing 5 conj 5:conj:and|9:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 9 sending send VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 10 copies copy NOUN NNS Number=Plur 9 obj 9:obj _ -11 of of SCONJ IN _ 12 case 12:case _ -12 what what PRON WP PronType=Int 10 nmod 10:nmod:of _ +11 of of ADP IN _ 12 case 12:case _ +12 what what PRON WP PronType=Rel 10 nmod 10:nmod:of|15:obj _ 13 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 15 doing do VERB VBG Tense=Pres|VerbForm=Part 12 acl:relcl 12:acl:relcl _ 16 to to ADP IN _ 17 case 17:case _ 17 Melanie Melanie PROPN NNP Number=Sing 9 obl 9:obl:to _ @@ -51456,20 +51474,20 @@ # sent_id = email-enronsent12_01-0032 # text = Per our conversation a few minutes ago, attached please find the revised Stipulation. 1 Per per ADP IN _ 3 case 3:case _ -2 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 conversation conversation NOUN NN Number=Sing 9 obl 9:obl:per _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 few few ADJ JJ Degree=Pos 6 amod 6:amod _ 6 minutes minute NOUN NNS Number=Plur 7 obl:npmod 7:obl:npmod _ 7 ago ago ADV RB _ 3 advmod 3:advmod SpaceAfter=No -8 , , PUNCT , _ 9 punct 9:punct _ -9 attached attach VERB VBN Tense=Past|VerbForm=Part 11 xcomp 11:xcomp _ +8 , , PUNCT , _ 3 punct 3:punct _ +9 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 xcomp 11:xcomp _ 10 please please INTJ UH _ 9 discourse 9:discourse _ 11 find find VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -13 revised revise VERB VBN Tense=Past|VerbForm=Part 14 amod 14:amod _ +13 revised revise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 amod 14:amod _ 14 Stipulation stipulation NOUN NN Number=Sing 11 obj 9:nsubj:xsubj|11:obj SpaceAfter=No -15 . . PUNCT . _ 9 punct 9:punct _ +15 . . PUNCT . _ 11 punct 11:punct _ # sent_id = email-enronsent12_01-0033 # text = This document has been modified with the changes that were in the mark-up you faxed to Toni Donohue here a few hours ago. @@ -51482,14 +51500,14 @@ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 changes change NOUN NNS Number=Plur 5 obl 5:obl:with|15:nsubj _ 9 that that PRON WDT PronType=Rel 15 nsubj 8:ref _ -10 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 cop 15:cop _ +10 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ 11 in in ADP IN _ 15 case 15:case _ 12 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 13 mark mark NOUN NN Number=Sing 15 compound 15:compound SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 up up NOUN NN Number=Sing 8 acl:relcl 8:acl:relcl _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ -17 faxed fax VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ +17 faxed fax VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ 18 to to ADP IN _ 19 case 19:case _ 19 Toni Toni PROPN NNP Number=Sing 17 obl 17:obl:to _ 20 Donohue Donohue PROPN NNP Number=Sing 19 flat 19:flat _ @@ -51504,20 +51522,20 @@ # text = I also deleted "subject to recall" based on our discussion, assuming you get approval for that revision. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 deleted delete VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 deleted delete VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 5 subject subject ADJ JJ Degree=Pos 3 obj 3:obj _ 6 to to ADP IN _ 7 case 7:case _ 7 recall recall NOUN NN Number=Sing 5 obl 5:obl:to SpaceAfter=No 8 " " PUNCT '' _ 5 punct 5:punct _ -9 based base VERB VBN Tense=Past|VerbForm=Part 12 case 12:case _ +9 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 case 12:case _ 10 on on ADP IN _ 12 case 12:case _ -11 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 discussion discussion NOUN NN Number=Sing 3 obl 3:obl:on SpaceAfter=No -13 , , PUNCT , _ 3 punct 3:punct _ +13 , , PUNCT , _ 14 punct 14:punct _ 14 assuming assume VERB VBG VerbForm=Ger 3 advcl 3:advcl _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -16 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 ccomp 14:ccomp _ +16 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 ccomp 14:ccomp _ 17 approval approval NOUN NN Number=Sing 16 obj 16:obj _ 18 for for ADP IN _ 20 case 20:case _ 19 that that DET DT Number=Sing|PronType=Dem 20 det 20:det _ @@ -51527,34 +51545,34 @@ # sent_id = email-enronsent12_01-0035 # text = You informed me that you would discuss this with your attorney. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 informed inform VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj _ +2 informed inform VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 iobj 2:iobj _ 4 that that SCONJ IN _ 7 mark 7:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ 6 would would AUX MD VerbForm=Fin 7 aux 7:aux _ 7 discuss discuss VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ 8 this this PRON DT Number=Sing|PronType=Dem 7 obj 7:obj _ 9 with with ADP IN _ 11 case 11:case _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 attorney attorney NOUN NN Number=Sing 7 obl 7:obl:with SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent12_01-0036 # text = Also, as I mentioned to you, we have faxed your mark-up to Melanie Gray at Weil Gotschal in Houston to keep her informed. 1 Also also ADV RB _ 11 advmod 11:advmod SpaceAfter=No -2 , , PUNCT , _ 11 punct 11:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 as as SCONJ IN _ 5 mark 5:mark _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 mentioned mention VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:as _ +5 mentioned mention VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:as _ 6 to to ADP IN _ 7 case 7:case _ 7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 5 obl 5:obl:to SpaceAfter=No -8 , , PUNCT , _ 11 punct 11:punct _ +8 , , PUNCT , _ 5 punct 5:punct _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -10 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 faxed fax VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 13 mark mark NOUN NN Number=Sing 15 compound 15:compound SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 up up NOUN NN Number=Sing 11 obj 11:obj _ 16 to to ADP IN _ 17 case 17:case _ 17 Melanie Melanie PROPN NNP Number=Sing 11 obl 11:obl:to _ @@ -51573,7 +51591,7 @@ # sent_id = email-enronsent12_01-0037 # text = (Her voice mail says she's out of the office until Monday.) 1 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No -2 Her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 Her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 3 voice voice NOUN NN Number=Sing 4 compound 4:compound _ 4 mail mail NOUN NN Number=Sing 5 nsubj 5:nsubj _ 5 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ @@ -51593,8 +51611,8 @@ # text = Thanks for all your help on this. 1 Thanks thanks NOUN NN Number=Sing 0 root 0:root _ 2 for for ADP IN _ 5 case 5:case _ -3 all all DET PDT _ 5 det:predet 5:det:predet _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 all all DET PDT PronType=Tot 5 det:predet 5:det:predet _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 help help NOUN NN Number=Sing 1 nmod 1:nmod:for _ 6 on on ADP IN _ 7 case 7:case _ 7 this this PRON DT Number=Sing|PronType=Dem 5 nmod 5:nmod:on SpaceAfter=No @@ -51609,22 +51627,22 @@ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 Dykman Dykman PROPN NNP Number=Sing 1 flat 1:flat _ 7 LLP LLP PROPN NNP Number=Sing 1 flat 1:flat _ -8 177 177 NUM CD NumType=Card 10 nummod 10:nummod _ +8 177 177 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 9 Montague Montague PROPN NNP Number=Sing 10 compound 10:compound _ 10 Street Street PROPN NNP Number=Sing 1 list 1:list _ 11 Brooklyn Brooklyn PROPN NNP Number=Sing 10 appos 10:appos SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ -13 New New PROPN NNP Number=Sing 14 compound 14:compound _ +12 , , PUNCT , _ 14 punct 14:punct _ +13 New New ADJ NNP Degree=Pos 14 amod 14:amod _ 14 York York PROPN NNP Number=Sing 11 appos 11:appos _ -15 11201 11201 NUM CD NumType=Card 10 appos 10:appos _ +15 11201 11201 NUM CD NumForm=Digit|NumType=Card 10 appos 10:appos _ 16 phone phone NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -17 : : PUNCT : _ 16 punct 16:punct _ -18 718-780-0046 718-780-0046 NUM CD NumType=Card 16 appos 16:appos _ +17 : : PUNCT : _ 18 punct 18:punct _ +18 718-780-0046 718-780-0046 NUM CD NumForm=Digit|NumType=Card 16 appos 16:appos _ 19 fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -20 : : PUNCT : _ 19 punct 19:punct _ -21 718-780-0276 718-780-0276 NUM CD NumType=Card 19 appos 19:appos _ +20 : : PUNCT : _ 21 punct 21:punct _ +21 718-780-0276 718-780-0276 NUM CD NumForm=Digit|NumType=Card 19 appos 19:appos _ 22 e-mail e-mail NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -23 : : PUNCT : _ 22 punct 22:punct _ +23 : : PUNCT : _ 24 punct 24:punct _ 24 dmetcalfe@cullenanddykman.com dmetcalfe@cullenanddykman.com X ADD _ 22 appos 22:appos _ # sent_id = email-enronsent12_01-0040 @@ -51643,9 +51661,9 @@ 8 confidential confidential ADJ JJ Degree=Pos 5 acl:relcl 5:acl:relcl SpaceAfter=No 9 , , PUNCT , _ 10 punct 10:punct _ 10 privileged privileged ADJ JJ Degree=Pos 8 conj 5:acl:relcl|8:conj:and_or _ -11 and and CCONJ CC _ 13 cc 13:cc SpaceAfter=No -12 / / PUNCT , _ 13 punct 13:punct SpaceAfter=No -13 or or CCONJ CC _ 16 cc 16:cc _ +11 and and CCONJ CC _ 16 cc 16:cc SpaceAfter=No +12 / / SYM SYM _ 13 cc 13:cc SpaceAfter=No +13 or or CCONJ CC _ 11 conj 11:conj:slash|16:cc _ 14 attorney attorney NOUN NN Number=Sing 16 compound 16:compound _ 15 work work NOUN NN Number=Sing 16 compound 16:compound _ 16 product product NOUN NN Number=Sing 8 conj 5:acl:relcl|8:conj:and_or _ @@ -51655,16 +51673,16 @@ 20 use use NOUN NN Number=Sing 8 obl 8:obl:for _ 21 of of ADP IN _ 24 case 24:case _ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -23 intended intend VERB VBN Tense=Past|VerbForm=Part 24 amod 24:amod _ +23 intended intend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 24 amod 24:amod _ 24 recipient recipient NOUN NN Number=Sing 20 nmod 20:nmod:of SpaceAfter=No -25 ( ( PUNCT -LRB- _ 24 punct 24:punct SpaceAfter=No -26 s s X AFX _ 24 advmod 24:advmod SpaceAfter=No -27 ) ) PUNCT -RRB- _ 24 punct 24:punct SpaceAfter=No +25 ( ( PUNCT -LRB- _ 26 punct 26:punct SpaceAfter=No +26 s s ADJ AFX _ 24 amod 24:amod SpaceAfter=No +27 ) ) PUNCT -RRB- _ 26 punct 26:punct SpaceAfter=No 28 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent12_01-0042 # text = Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited. -1 Any any DET DT _ 2 det 2:det _ +1 Any any DET DT PronType=Ind 2 det 2:det _ 2 review review NOUN NN Number=Sing 16 nsubj:pass 16:nsubj:pass SpaceAfter=No 3 , , PUNCT , _ 4 punct 4:punct _ 4 reliance reliance NOUN NN Number=Sing 2 conj 2:conj:or|16:nsubj:pass _ @@ -51686,68 +51704,68 @@ # text = If you are not the intended recipient, please contact the sender and delete all copies. 1 If if SCONJ IN _ 7 mark 7:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 not not PART RB _ 7 advmod 7:advmod _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 intended intend VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +6 intended intend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 recipient recipient NOUN NN Number=Sing 10 advcl 10:advcl:if SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 please please INTJ UH _ 10 discourse 10:discourse _ 10 contact contact VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 sender sender NOUN NN Number=Sing 10 obj 10:obj _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 delete delete VERB VB Mood=Imp|VerbForm=Fin 10 conj 10:conj:and _ -15 all all DET DT _ 16 det 16:det _ +15 all all DET DT PronType=Tot 16 det 16:det _ 16 copies copy NOUN NNS Number=Plur 14 obj 14:obj SpaceAfter=No 17 . . PUNCT . _ 10 punct 10:punct _ # sent_id = email-enronsent12_01-0044 # text = <> 1 << << PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No -2 Stipulation stipulation X GW _ 0 root 0:root _ -3 -ECT-KEDNE -ect-kedne X GW _ 2 goeswith 2:goeswith _ -4 re re X GW _ 2 goeswith 2:goeswith _ -5 IGTS igts X GW _ 2 goeswith 2:goeswith _ -6 & & X GW _ 2 goeswith 2:goeswith _ -7 Tennessee tennessee X GW _ 2 goeswith 2:goeswith _ -8 Cap cap X GW _ 2 goeswith 2:goeswith _ -9 Releases releases X GW _ 2 goeswith 2:goeswith _ -10 -FINAL.doc -final.doc NOUN NN Number=Sing 2 goeswith 2:goeswith SpaceAfter=No +2 Stipulation stipulation NOUN GW _ 0 root 0:root _ +3 -ECT-KEDNE -ect-kedne X GW _ 2 flat 2:flat _ +4 re re X GW _ 2 flat 2:flat _ +5 IGTS igts X GW _ 2 flat 2:flat _ +6 & & X GW _ 2 flat 2:flat _ +7 Tennessee Tennessee X GW _ 2 flat 2:flat _ +8 Cap cap X GW _ 2 flat 2:flat _ +9 Releases releases X GW _ 2 flat 2:flat _ +10 -FINAL.doc -final.doc X NN Number=Sing 2 flat 2:flat SpaceAfter=No 11 >> >> PUNCT -RRB- _ 2 punct 2:punct _ # sent_id = email-enronsent12_01-0045 # text = <> 1 << << PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No -2 BLACKLINE blackline X GW _ 0 root 0:root _ -3 -Stip -stip X GW _ 2 goeswith 2:goeswith _ -4 -ECT-KEDNE -ect-kedne X GW _ 2 goeswith 2:goeswith _ -5 re re X GW _ 2 goeswith 2:goeswith _ -6 Cap cap X GW _ 2 goeswith 2:goeswith _ -7 Releases releases X GW _ 2 goeswith 2:goeswith _ -8 -2-F.doc -2-f.doc NOUN NN Number=Sing 2 goeswith 2:goeswith SpaceAfter=No +2 BLACKLINE blackline NOUN GW _ 0 root 0:root _ +3 -Stip -stip X GW _ 2 flat 2:flat _ +4 -ECT-KEDNE -ect-kedne X GW _ 2 flat 2:flat _ +5 re re X GW _ 2 flat 2:flat _ +6 Cap cap X GW _ 2 flat 2:flat _ +7 Releases releases X GW _ 2 flat 2:flat _ +8 -2-F.doc -2-f.doc X NN Number=Sing 2 flat 2:flat SpaceAfter=No 9 >> >> PUNCT -RRB- _ 2 punct 2:punct _ # sent_id = email-enronsent12_01-0046 # text = - Stipulation -ECT-KEDNE re IGTS & Tennessee Cap Releases -FINAL.doc - BLACKLINE -Stip -ECT-KEDNE re Cap Releases -2-F.doc 1 - - PUNCT NFP _ 2 punct 2:punct _ -2 Stipulation stipulation X GW _ 0 root 0:root _ -3 -ECT-KEDNE -ect-kedne X GW _ 2 goeswith 2:goeswith _ -4 re re X GW _ 2 goeswith 2:goeswith _ -5 IGTS igts X GW _ 2 goeswith 2:goeswith _ -6 & & X GW _ 2 goeswith 2:goeswith _ -7 Tennessee tennessee X GW _ 2 goeswith 2:goeswith _ -8 Cap cap X GW _ 2 goeswith 2:goeswith _ -9 Releases releases X GW _ 2 goeswith 2:goeswith _ -10 -FINAL.doc -final.doc NOUN NN Number=Sing 2 goeswith 2:goeswith _ -11 - - PUNCT NFP _ 12 case 12:case _ -12 BLACKLINE blackline X GW _ 2 nmod 2:nmod _ -13 -Stip -stip X GW _ 12 goeswith 12:goeswith _ -14 -ECT-KEDNE -ect-kedne X GW _ 12 goeswith 12:goeswith _ -15 re re X GW _ 12 goeswith 12:goeswith _ -16 Cap cap X GW _ 12 goeswith 12:goeswith _ -17 Releases releases X GW _ 12 goeswith 12:goeswith _ -18 -2-F.doc -2-f.doc NOUN NN Number=Sing 12 goeswith 12:goeswith _ +2 Stipulation stipulation NOUN GW _ 0 root 0:root _ +3 -ECT-KEDNE -ect-kedne X GW _ 2 flat 2:flat _ +4 re re X GW _ 2 flat 2:flat _ +5 IGTS igts X GW _ 2 flat 2:flat _ +6 & & X GW _ 2 flat 2:flat _ +7 Tennessee Tennessee X GW _ 2 flat 2:flat _ +8 Cap cap X GW _ 2 flat 2:flat _ +9 Releases releases X GW _ 2 flat 2:flat _ +10 -FINAL.doc -final.doc X NN Number=Sing 2 flat 2:flat _ +11 - - PUNCT NFP _ 12 punct 12:punct _ +12 BLACKLINE blackline NOUN GW _ 2 list 2:list _ +13 -Stip -stip X GW _ 12 flat 12:flat _ +14 -ECT-KEDNE -ect-kedne X GW _ 12 flat 12:flat _ +15 re re X GW _ 12 flat 12:flat _ +16 Cap cap X GW _ 12 flat 12:flat _ +17 Releases releases X GW _ 12 flat 12:flat _ +18 -2-F.doc -2-f.doc X NN Number=Sing 12 flat 12:flat _ # sent_id = email-enronsent12_01-0047 # text = A heartwarming story of the advances of women in achieving equality throughout the world. @@ -51771,7 +51789,7 @@ # text = Barbara Walters did a story on gender roles in Kuwait several years before the Gulf War. 1 Barbara Barbara PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 Walters Walters PROPN NNP Number=Sing 1 flat 1:flat _ -3 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 story story NOUN NN Number=Sing 3 obj 3:obj _ 6 on on ADP IN _ 8 case 8:case _ @@ -51790,38 +51808,38 @@ # sent_id = email-enronsent12_01-0049 # text = She noted then that women customarily walked about 10 feet behind their husbands. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 noted note VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 noted note VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 then then ADV RB PronType=Dem 2 advmod 2:advmod _ 4 that that SCONJ IN _ 7 mark 7:mark _ 5 women woman NOUN NNS Number=Plur 7 nsubj 7:nsubj _ 6 customarily customarily ADV RB _ 7 advmod 7:advmod _ -7 walked walk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +7 walked walk VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 8 about about ADV RB _ 9 advmod 9:advmod _ -9 10 10 NUM CD NumType=Card 10 nummod 10:nummod _ +9 10 10 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 feet foot NOUN NNS Number=Plur 13 nmod:npmod 13:nmod:npmod _ 11 behind behind ADP IN _ 13 case 13:case _ -12 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 husbands husband NOUN NNS Number=Plur 7 obl 7:obl:behind SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent12_01-0050 # text = She returned to Kuwait recently and observed that the men now walked several yards behind their wives. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|7:nsubj _ -2 returned return VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 returned return VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 4 case 4:case _ 4 Kuwait Kuwait PROPN NNP Number=Sing 2 obl 2:obl:to _ 5 recently recently ADV RB _ 2 advmod 2:advmod _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 observed observe VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +7 observed observe VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 8 that that SCONJ IN _ 12 mark 12:mark _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 men man NOUN NNS Number=Plur 12 nsubj 12:nsubj _ 11 now now ADV RB _ 12 advmod 12:advmod _ -12 walked walk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 ccomp 7:ccomp _ +12 walked walk VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 ccomp 7:ccomp _ 13 several several ADJ JJ Degree=Pos 14 amod 14:amod _ 14 yards yard NOUN NNS Number=Plur 17 nmod:npmod 17:nmod:npmod _ 15 behind behind ADP IN _ 17 case 17:case _ -16 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 wives wife NOUN NNS Number=Plur 12 obl 12:obl:behind SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ @@ -51829,15 +51847,15 @@ # text = Ms. Walters approached one of the women and said, "This is marvelous. 1 Ms. Ms. PROPN NNP Number=Sing 3 nsubj 3:nsubj|9:nsubj _ 2 Walters Walters PROPN NNP Number=Sing 1 flat 1:flat _ -3 approached approach VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 one one NUM CD NumType=Card 3 obj 3:obj _ +3 approached approach VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 one one NUM CD NumForm=Word|NumType=Card 3 obj 3:obj _ 5 of of ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 women woman NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ -11 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No +9 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and SpaceAfter=No +10 , , PUNCT , _ 14 punct 14:punct _ +11 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No 12 This this PRON DT Number=Sing|PronType=Dem 14 nsubj 14:nsubj _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 14 marvelous marvelous ADJ JJ Degree=Pos 9 ccomp 9:ccomp SpaceAfter=No @@ -51851,9 +51869,9 @@ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 free free ADJ JJ Degree=Pos 6 amod 6:amod _ 6 world world NOUN NN Number=Sing 3 iobj 3:iobj _ -7 just just ADV RB _ 8 advmod 8:advmod _ -8 what what PRON WP PronType=Int 3 obj 3:obj _ -9 enabled enable VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +7 just just ADV RB _ 9 advmod 9:advmod _ +8 what what PRON WP PronType=Int 9 nsubj 9:nsubj _ +9 enabled enable VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ 10 women woman NOUN NNS Number=Plur 9 obj 9:obj|13:nsubj:xsubj _ 11 here here ADV RB PronType=Dem 10 advmod 10:advmod _ 12 to to PART TO _ 13 mark 13:mark _ @@ -51868,12 +51886,12 @@ # sent_id = email-enronsent12_01-0053 # newpar id = email-enronsent12_01-p0012 # text = "Land mines," said the Kuwaiti woman. -1 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No +1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No 2 Land land NOUN NN Number=Sing 3 compound 3:compound _ 3 mines mine NOUN NNS Number=Plur 6 ccomp 6:ccomp SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct SpaceAfter=No -5 " " PUNCT '' _ 6 punct 6:punct _ -6 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 , , PUNCT , _ 3 punct 3:punct SpaceAfter=No +5 " " PUNCT '' _ 3 punct 3:punct _ +6 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 Kuwaiti kuwaiti ADJ JJ Degree=Pos 9 amod 9:amod _ 9 woman woman NOUN NN Number=Sing 6 nsubj 6:nsubj SpaceAfter=No @@ -51885,17 +51903,17 @@ 1 Cullen Cullen PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 Dykman Dykman PROPN NNP Number=Sing 1 conj 1:conj:and|11:nsubj _ -4 ( ( PUNCT -LRB- _ 1 punct 1:punct SpaceAfter=No +4 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No 5 attorneys attorney NOUN NNS Number=Plur 1 appos 1:appos _ 6 for for ADP IN _ 9 case 9:case _ 7 Boston Boston PROPN NNP Number=Sing 9 compound 9:compound _ 8 Gas Gas PROPN NNP Number=Sing 9 compound 9:compound _ 9 Company Company PROPN NNP Number=Sing 5 nmod 5:nmod:for SpaceAfter=No -10 ) ) PUNCT -RRB- _ 1 punct 1:punct _ -11 approved approve VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -12 all all DET DT _ 11 obj 11:obj _ +10 ) ) PUNCT -RRB- _ 5 punct 5:punct _ +11 approved approve VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 all all DET DT PronType=Tot 11 obj 11:obj _ 13 of of ADP IN _ 15 case 15:case _ -14 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 changes change NOUN NNS Number=Plur 12 nmod 12:nmod:of _ 16 on on ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ @@ -51917,32 +51935,32 @@ # text = They also made one other change, they are taking out the "subject to recall" language at the bottom of page 2 under item #1. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 one one NUM CD NumType=Card 6 nummod 6:nummod _ +3 made make VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 one one NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 5 other other ADJ JJ Degree=Pos 6 amod 6:amod _ 6 change change NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ +7 , , PUNCT , _ 10 punct 10:punct _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 taking take VERB VBG Tense=Pres|VerbForm=Part 3 parataxis 3:parataxis _ 11 out out ADP RP _ 10 compound:prt 10:compound:prt _ 12 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -13 " " PUNCT `` _ 18 punct 18:punct SpaceAfter=No +13 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No 14 subject subject ADJ JJ Degree=Pos 18 amod 18:amod _ 15 to to ADP IN _ 16 case 16:case _ 16 recall recall NOUN NN Number=Sing 14 obl 14:obl:to SpaceAfter=No -17 " " PUNCT '' _ 18 punct 18:punct _ +17 " " PUNCT '' _ 14 punct 14:punct _ 18 language language NOUN NN Number=Sing 10 obj 10:obj _ 19 at at ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 bottom bottom NOUN NN Number=Sing 10 obl 10:obl:at _ 22 of of ADP IN _ 23 case 23:case _ 23 page page NOUN NN Number=Sing 21 nmod 21:nmod:of _ -24 2 2 NUM CD NumType=Card 23 nummod 23:nummod _ +24 2 2 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ 25 under under ADP IN _ 27 case 27:case _ 26 item item NOUN NN Number=Sing 27 compound 27:compound _ 27 # # SYM NN Number=Sing 10 obl 10:obl:under SpaceAfter=No -28 1 1 NUM CD NumType=Card 27 nummod 27:nummod SpaceAfter=No +28 1 1 NUM CD NumForm=Digit|NumType=Card 27 nummod 27:nummod SpaceAfter=No 29 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent12_01-0056 @@ -51953,7 +51971,7 @@ 3 be be AUX VB VerbForm=Inf 4 aux 4:aux _ 4 sending send VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 revised revise VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +6 revised revise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 document document NOUN NN Number=Sing 4 obj 4:obj _ 8 to to ADP IN _ 9 case 9:case _ 9 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obl 4:obl:to SpaceAfter=No @@ -51968,7 +51986,7 @@ 5 to to ADP IN _ 6 case 6:case _ 6 you you PRON PRP Case=Acc|Person=2|PronType=Prs 3 obl 3:obl:to _ 7 for for ADP IN _ 9 case 9:case _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 approval approval NOUN NN Number=Sing 3 obl 3:obl:for SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ @@ -51998,13 +52016,13 @@ 2 'll will AUX MD VerbForm=Fin 6 aux 6:aux _ 3 be be AUX VB VerbForm=Inf 6 cop 6:cop _ 4 at at ADP IN _ 6 case 6:case _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 house house NOUN NN Number=Sing 0 root 0:root _ -7 around around ADP IN _ 11 case 11:case _ -8 10:30 10:30 NUM CD NumType=Card 11 compound 11:compound _ +7 around around ADP IN _ 8 case 8:case _ +8 10:30 10:30 NUM CD NumForm=Digit|NumType=Card 6 obl 6:obl:around _ 9 or or CCONJ CC _ 10 cc 10:cc _ -10 11 11 NUM CD NumType=Card 8 conj 8:conj:or|11:compound _ -11 tonight tonight NOUN NN Number=Sing 6 obl 6:obl:around SpaceAfter=No +10 11 11 NUM CD NumForm=Digit|NumType=Card 8 conj 6:obl:around|8:conj:or _ +11 tonight tonight NOUN NN Number=Sing 6 obl:tmod 6:obl:tmod SpaceAfter=No 12 . . PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent12_01-0061 @@ -52012,7 +52030,7 @@ # text = YOU REALLY DO NOT HAVE TO GO. 1 YOU you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ 2 REALLY really ADV RB _ 5 advmod 5:advmod _ -3 DO do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 DO do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 NOT not PART RB _ 5 advmod 5:advmod _ 5 HAVE have VERB VB VerbForm=Inf 0 root 0:root _ 6 TO to PART TO _ 7 mark 7:mark _ @@ -52022,9 +52040,9 @@ # sent_id = email-enronsent12_01-0062 # text = I KNOW YOU HAVE A LOT GOING ON WITH YOU AND THE LITTLE WOMAN. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 KNOW know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 KNOW know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 YOU you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 HAVE have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +4 HAVE have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 5 A a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 LOT lot NOUN NN Number=Sing 4 obj 4:obj _ 7 GOING go VERB VBG VerbForm=Ger 6 acl 6:acl _ @@ -52067,13 +52085,13 @@ # sent_id = email-enronsent12_01-0065 # text = YOU HAVE A LOT ON YOU PLATE, DAD. 1 YOU you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 HAVE have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 HAVE have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 A a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 LOT lot NOUN NN Number=Sing 2 obj 2:obj _ 5 ON on ADP IN _ 7 case 7:case _ -6 YOU you PRON PRP$ _ 7 nmod:poss 7:nmod:poss _ +6 YOU your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Typo=Yes 7 nmod:poss 7:nmod:poss CorrectForm=YOUR 7 PLATE plate NOUN NN Number=Sing 2 obl 2:obl:on SpaceAfter=No -8 , , PUNCT , _ 2 punct 2:punct _ +8 , , PUNCT , _ 9 punct 9:punct _ 9 DAD dad NOUN NN Number=Sing 2 vocative 2:vocative SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ @@ -52082,9 +52100,9 @@ # text = Chris.Germany@enron.com on 01/25/2002 03:13:58 PM 1 Chris.Germany@enron.com chris.germany@enron.com X ADD _ 0 root 0:root _ 2 on on ADP IN _ 3 case 3:case _ -3 01/25/2002 01/25/2002 NUM CD NumType=Card 1 obl 1:obl:on _ -4 03:13:58 03:13:58 NUM CD NumType=Card 5 nummod 5:nummod _ -5 PM pm NOUN NN Number=Sing 3 nmod:tmod 3:nmod:tmod _ +3 01/25/2002 01/25/2002 NUM CD NumForm=Digit|NumType=Card 1 obl 1:obl:on _ +4 03:13:58 03:13:58 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ +5 PM p.m. NOUN NN Number=Sing 3 nmod:tmod 3:nmod:tmod _ # sent_id = email-enronsent12_01-0067 # text = Funny. @@ -52100,7 +52118,7 @@ # text = I didn't feel guilty about the garage sale, that's why I was annoyed - being notified at 10:00 at night GRRRRRRR. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|5:nsubj:xsubj _ 2-3 didn't _ _ _ _ _ _ _ _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 feel feel VERB VB VerbForm=Inf 0 root 0:root _ 5 guilty guilty ADJ JJ Degree=Pos 4 xcomp 4:xcomp _ @@ -52108,34 +52126,34 @@ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 garage garage NOUN NN Number=Sing 9 compound 9:compound _ 9 sale sale NOUN NN Number=Sing 5 obl 5:obl:about SpaceAfter=No -10 , , PUNCT , _ 4 punct 4:punct _ +10 , , PUNCT , _ 13 punct 13:punct _ 11-12 that's _ _ _ _ _ _ _ _ 11 that that PRON DT Number=Sing|PronType=Dem 13 nsubj 13:nsubj _ 12 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ -13 why why ADV WRB PronType=Int 4 parataxis 4:parataxis _ +13 why why ADV WRB PronType=Rel 4 parataxis 4:parataxis|16:advmod _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ 15 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 cop 16:cop _ -16 annoyed annoyed ADJ JJ Degree=Pos 13 acl:relcl 13:acl:relcl _ -17 - - PUNCT , _ 13 punct 13:punct _ +16 annoyed annoyed ADJ JJ Degree=Pos 13 advcl:relcl 13:advcl:relcl _ +17 - - PUNCT , _ 19 punct 19:punct _ 18 being be AUX VBG VerbForm=Ger 19 aux:pass 19:aux:pass _ 19 notified notify VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 parataxis 13:parataxis _ 20 at at ADP IN _ 21 case 21:case _ -21 10:00 10:00 NUM CD NumType=Card 19 obl 19:obl:at _ +21 10:00 10:00 NUM CD NumForm=Digit|NumType=Card 19 obl 19:obl:at _ 22 at at ADP IN _ 23 case 23:case _ 23 night night NOUN NN Number=Sing 21 nmod 21:nmod:at _ -24 GRRRRRRR grrrrrrr INTJ UH _ 13 discourse 13:discourse SpaceAfter=No +24 GRRRRRRR grr INTJ UH Style=Expr 13 discourse 13:discourse CorrectForm=grr|SpaceAfter=No 25 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent12_01-0070 # text = I do feel guilty about you doing all this work. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|4:nsubj:xsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 feel feel VERB VB VerbForm=Inf 0 root 0:root _ 4 guilty guilty ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ 5 about about SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ 7 doing do VERB VBG VerbForm=Ger 4 advcl 4:advcl:about _ -8 all all DET PDT _ 10 det:predet 10:det:predet _ +8 all all DET PDT PronType=Tot 10 det:predet 10:det:predet _ 9 this this DET DT Number=Sing|PronType=Dem 10 det 10:det _ 10 work work NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ @@ -52145,13 +52163,13 @@ 1 So so ADV RB _ 4 advmod 4:advmod _ 2-3 I'm _ _ _ _ _ _ _ _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -3 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 with with ADP IN _ 6 case 6:case _ 6 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 obl 4:obl:with SpaceAfter=No -7 , , PUNCT , _ 4 punct 4:punct _ +7 , , PUNCT , _ 9 punct 9:punct _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 pay pay VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ +9 pay pay VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ 10 for for ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 gas gas NOUN NN Number=Sing 9 obl 9:obl:for _ @@ -52178,7 +52196,7 @@ 6 of of ADP IN _ 7 case 7:case _ 7 GE GE PROPN NNP Number=Sing 5 nmod 5:nmod:of SpaceAfter=No 8 , , PUNCT , _ 10 punct 10:punct _ -9 not not CCONJ CC _ 10 cc 10:cc _ +9 not not PART RB _ 10 advmod 10:advmod _ 10 GM GM PROPN NNP Number=Sing 7 conj 5:nmod:of|7:conj:not SpaceAfter=No 11 . . PUNCT . _ 5 punct 5:punct _ @@ -52197,10 +52215,10 @@ # sent_id = email-enronsent17_01-0005 # text = We recently asked you to create an eSpeak "wish list" for us. -1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|6:nsubj:xsubj _ +1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 recently recently ADV RB _ 3 advmod 3:advmod _ -3 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 iobj 3:iobj _ +3 asked ask VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 iobj 3:iobj|6:nsubj:xsubj _ 5 to to PART TO _ 6 mark 6:mark _ 6 create create VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 7 an a DET DT Definite=Ind|PronType=Art 11 det 11:det _ @@ -52220,23 +52238,23 @@ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 4 tremendous tremendous ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 12 cc 12:cc SpaceAfter=No -6 , , PUNCT , _ 12 punct 12:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 in in ADP IN _ 9 case 9:case _ -8 some some DET DT _ 9 det 9:det _ +8 some some DET DT PronType=Ind 9 det 9:det _ 9 cases case NOUN NNS Number=Plur 12 obl 12:obl:in SpaceAfter=No -10 , , PUNCT , _ 12 punct 12:punct _ +10 , , PUNCT , _ 9 punct 9:punct _ 11 very very ADV RB _ 12 advmod 12:advmod _ 12 creative creative ADJ JJ Degree=Pos 4 conj 4:conj:and SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent17_01-0007 # text = Your fellow employees asked for everyone from Britney Spears to George Bush. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 fellow fellow ADJ JJ Degree=Pos 3 amod 3:amod _ 3 employees employee NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 asked ask VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 for for ADP IN _ 6 case 6:case _ -6 everyone everyone PRON NN Number=Sing 4 obl 4:obl:for _ +6 everyone everyone PRON NN Number=Sing|PronType=Tot 4 obl 4:obl:for _ 7 from from ADP IN _ 8 case 8:case _ 8 Britney Britney PROPN NNP Number=Sing 6 nmod 6:nmod:from _ 9 Spears Spears PROPN NNP Number=Sing 8 flat 8:flat _ @@ -52248,15 +52266,15 @@ # sent_id = email-enronsent17_01-0008 # text = In all, we received requests for 61persons outside of Enron to host an eSpeak event. 1 In in ADP IN _ 2 case 2:case _ -2 all all DET DT _ 5 obl 5:obl:in SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +2 all all DET DT PronType=Tot 5 obl 5:obl:in SpaceAfter=No +3 , , PUNCT , _ 2 punct 2:punct _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 received receive VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 requests request NOUN NNS Number=Plur 5 obj 5:obj _ 7 for for ADP IN _ 9 case 9:case _ -8 61 61 NUM CD NumType=Card 9 nummod 9:nummod SpaceAfter=No +8 61 61 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod SpaceAfter=No 9 persons person NOUN NNS Number=Plur 6 nmod 6:nmod:for _ -10 outside outside ADV RB _ 12 advmod 12:advmod _ +10 outside outside ADP IN _ 12 case 12:case _ 11 of of ADP IN _ 12 case 12:case _ 12 Enron Enron PROPN NNP Number=Sing 9 nmod 9:nmod:of _ 13 to to PART TO _ 14 mark 14:mark _ @@ -52269,23 +52287,23 @@ # sent_id = email-enronsent17_01-0009 # text = We thought you might like to know who your colleagues find interesting, so we've provided a sampling of the suggestions below. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 thought think VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ 4 might might AUX MD VerbForm=Fin 5 aux 5:aux _ 5 like like VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ 6 to to PART TO _ 7 mark 7:mark _ 7 know know VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ -8 who who PRON WP PronType=Int 7 obj 7:obj _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ -10 colleagues colleague NOUN NNS Number=Plur 11 nsubj 11:nsubj|12:nsubj:xsubj _ -11 find find VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +8 who who PRON WP PronType=Int 11 obj 11:obj|12:nsubj:xsubj _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +10 colleagues colleague NOUN NNS Number=Plur 11 nsubj 11:nsubj _ +11 find find VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ 12 interesting interesting ADJ JJ Degree=Pos 11 xcomp 11:xcomp SpaceAfter=No -13 , , PUNCT , _ 2 punct 2:punct _ +13 , , PUNCT , _ 17 punct 17:punct _ 14 so so ADV RB _ 17 advmod 17:advmod _ 15-16 we've _ _ _ _ _ _ _ _ 15 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -16 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ -17 provided provide VERB VBN Tense=Past|VerbForm=Part 2 ccomp 2:ccomp _ +16 've have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +17 provided provide VERB VBN Tense=Past|VerbForm=Part 2 parataxis 2:parataxis _ 18 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 19 sampling sampling NOUN NN Number=Sing 17 obj 17:obj _ 20 of of ADP IN _ 22 case 22:case _ @@ -52297,112 +52315,112 @@ # sent_id = email-enronsent17_01-0010 # text = Here are the top ten most requested eSpeakers. 1 Here here ADV RB PronType=Dem 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ 3 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 4 top top ADJ JJ Degree=Pos 8 amod 8:amod _ -5 ten ten NUM CD NumType=Card 8 nummod 8:nummod _ -6 most most ADV RBS _ 7 advmod 7:advmod _ -7 requested request VERB VBN Tense=Past|VerbForm=Part 8 amod 8:amod _ +5 ten ten NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ +6 most most ADV RBS Degree=Sup 7 advmod 7:advmod _ +7 requested request VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 amod 8:amod _ 8 eSpeakers espeaker NOUN NNS Number=Plur 1 nsubj 1:nsubj SpaceAfter=No 9 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent17_01-0011 # text = 10. Jack Welch, CEO, General Motors -1 10 10 X LS _ 2 nummod 2:nummod SpaceAfter=No -2 . . PUNCT . _ 3 punct 3:punct _ +1 10 10 NUM LS NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No +2 . . PUNCT . _ 1 punct 1:punct _ 3 Jack Jack PROPN NNP Number=Sing 0 root 0:root _ 4 Welch Welch PROPN NNP Number=Sing 3 flat 3:flat SpaceAfter=No -5 , , PUNCT , _ 3 punct 3:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 CEO ceo NOUN NN Number=Sing 3 list 3:list SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ -8 General General PROPN NNP Number=Sing 9 compound 9:compound _ -9 Motors Motors PROPN NNPS Number=Plur 3 list 3:list _ +7 , , PUNCT , _ 9 punct 9:punct _ +8 General General ADJ NNP Degree=Pos 9 amod 9:amod _ +9 Motors Motor PROPN NNPS Number=Plur 3 list 3:list _ # sent_id = email-enronsent17_01-0012 # text = 9. Scott McNeally, CEO, Sun Microsystems -1 9 9 X LS _ 2 nummod 2:nummod SpaceAfter=No -2 . . PUNCT . _ 3 punct 3:punct _ +1 9 9 NUM LS NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No +2 . . PUNCT . _ 1 punct 1:punct _ 3 Scott Scott PROPN NNP Number=Sing 0 root 0:root _ 4 McNeally McNeally PROPN NNP Number=Sing 3 flat 3:flat SpaceAfter=No -5 , , PUNCT , _ 3 punct 3:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 CEO ceo NOUN NN Number=Sing 3 list 3:list SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ +7 , , PUNCT , _ 9 punct 9:punct _ 8 Sun Sun PROPN NNP Number=Sing 9 compound 9:compound _ -9 Microsystems Microsystems PROPN NNPS Number=Plur 3 list 3:list _ +9 Microsystems Microsystem PROPN NNPS Number=Plur 3 list 3:list _ # sent_id = email-enronsent17_01-0013 # text = 8. Satisfied Enron Customers -1 8 8 X LS _ 2 nummod 2:nummod SpaceAfter=No -2 . . PUNCT . _ 5 punct 5:punct _ +1 8 8 NUM LS NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +2 . . PUNCT . _ 1 punct 1:punct _ 3 Satisfied satisfied ADJ JJ Degree=Pos 5 amod 5:amod _ 4 Enron Enron PROPN NNP Number=Sing 5 compound 5:compound _ 5 Customers customer NOUN NNS Number=Plur 0 root 0:root _ # sent_id = email-enronsent17_01-0014 # text = 7. Stephen Covey, author, The Seven Habits of Highly Effective People -1 7 7 X LS _ 2 nummod 2:nummod SpaceAfter=No -2 . . PUNCT . _ 3 punct 3:punct _ +1 7 7 NUM LS NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No +2 . . PUNCT . _ 1 punct 1:punct _ 3 Stephen Stephen PROPN NNP Number=Sing 0 root 0:root _ 4 Covey Covey PROPN NNP Number=Sing 3 flat 3:flat SpaceAfter=No -5 , , PUNCT , _ 3 punct 3:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 author author NOUN NN Number=Sing 3 list 3:list SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ +7 , , PUNCT , _ 10 punct 10:punct _ 8 The the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 Seven Seven PROPN NNP Number=Sing 10 compound 10:compound _ -10 Habits Habits PROPN NNPS Number=Plur 3 list 3:list _ +10 Habits Habit PROPN NNPS Number=Plur 3 list 3:list _ 11 of of ADP IN _ 14 case 14:case _ 12 Highly highly ADV RB _ 13 advmod 13:advmod _ -13 Effective Effective PROPN NNP Number=Sing 14 amod 14:amod _ +13 Effective Effective ADJ NNP Degree=Pos 14 amod 14:amod _ 14 People People PROPN NNPS Number=Plur 10 nmod 10:nmod:of _ # sent_id = email-enronsent17_01-0015 # text = 6. Oprah Winfrey, talkshow host -1 6 6 X LS _ 2 nummod 2:nummod SpaceAfter=No -2 . . PUNCT . _ 3 punct 3:punct _ +1 6 6 NUM LS NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No +2 . . PUNCT . _ 1 punct 1:punct _ 3 Oprah Oprah PROPN NNP Number=Sing 0 root 0:root _ 4 Winfrey Winfrey PROPN NNP Number=Sing 3 flat 3:flat SpaceAfter=No -5 , , PUNCT , _ 3 punct 3:punct _ +5 , , PUNCT , _ 7 punct 7:punct _ 6 talkshow talkshow NOUN NN Number=Sing 7 compound 7:compound _ 7 host host NOUN NN Number=Sing 3 list 3:list _ # sent_id = email-enronsent17_01-0016 # text = 5. General Colin Powell, former Chairman, Joint Chiefs of Staff, U.S.A. -1 5 5 X LS _ 2 nummod 2:nummod SpaceAfter=No -2 . . PUNCT . _ 4 punct 4:punct _ +1 5 5 NUM LS NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No +2 . . PUNCT . _ 1 punct 1:punct _ 3 General General PROPN NNP Number=Sing 4 compound 4:compound _ 4 Colin Colin PROPN NNP Number=Sing 0 root 0:root _ 5 Powell Powell PROPN NNP Number=Sing 4 flat 4:flat SpaceAfter=No -6 , , PUNCT , _ 4 punct 4:punct _ +6 , , PUNCT , _ 8 punct 8:punct _ 7 former former ADJ JJ Degree=Pos 8 amod 8:amod _ 8 Chairman Chairman PROPN NNP Number=Sing 4 list 4:list SpaceAfter=No -9 , , PUNCT , _ 4 punct 4:punct _ -10 Joint Joint PROPN NNP Number=Sing 11 compound 11:compound _ -11 Chiefs Chiefs PROPN NNPS Number=Plur 4 list 4:list _ +9 , , PUNCT , _ 11 punct 11:punct _ +10 Joint Joint ADJ NNP Degree=Pos 11 amod 11:amod _ +11 Chiefs Chief PROPN NNPS Number=Plur 4 list 4:list _ 12 of of ADP IN _ 13 case 13:case _ 13 Staff Staff PROPN NNP Number=Sing 11 nmod 11:nmod:of SpaceAfter=No -14 , , PUNCT , _ 4 punct 4:punct _ +14 , , PUNCT , _ 15 punct 15:punct _ 15 U.S.A U.S.A PROPN NNP Number=Sing 4 list 4:list SpaceAfter=No 16 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent17_01-0017 # text = 4. Alan Greenspan, Chairman, Federal Reserve, U.S.A. -1 4 4 X LS _ 2 nummod 2:nummod SpaceAfter=No -2 . . PUNCT . _ 3 punct 3:punct _ +1 4 4 NUM LS NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No +2 . . PUNCT . _ 1 punct 1:punct _ 3 Alan Alan PROPN NNP Number=Sing 0 root 0:root _ 4 Greenspan Greenspan PROPN NNP Number=Sing 3 flat 3:flat SpaceAfter=No -5 , , PUNCT , _ 3 punct 3:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 Chairman Chairman PROPN NNP Number=Sing 3 flat 3:flat SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ -8 Federal Federal PROPN NNP Number=Sing 9 compound 9:compound _ +7 , , PUNCT , _ 9 punct 9:punct _ +8 Federal Federal ADJ NNP Degree=Pos 9 amod 9:amod _ 9 Reserve Reserve PROPN NNP Number=Sing 3 list 3:list SpaceAfter=No -10 , , PUNCT , _ 3 punct 3:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 U.S.A U.S.A PROPN NNP Number=Sing 3 list 3:list SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent17_01-0018 # text = 3. Former U.S. President George Bush -1 3 3 X LS _ 2 nummod 2:nummod SpaceAfter=No -2 . . PUNCT . _ 5 punct 5:punct _ +1 3 3 NUM LS NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +2 . . PUNCT . _ 1 punct 1:punct _ 3 Former former ADJ JJ Degree=Pos 5 amod 5:amod _ 4 U.S. U.S. PROPN NNP Number=Sing 5 compound 5:compound _ 5 President President PROPN NNP Number=Sing 0 root 0:root _ @@ -52411,19 +52429,19 @@ # sent_id = email-enronsent17_01-0019 # text = 2. Bill Gates, CEO, Microsoft -1 2 2 X LS _ 2 nummod 2:nummod SpaceAfter=No -2 . . PUNCT . _ 3 punct 3:punct _ +1 2 2 NUM LS NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No +2 . . PUNCT . _ 1 punct 1:punct _ 3 Bill Bill PROPN NNP Number=Sing 0 root 0:root _ 4 Gates Gates PROPN NNP Number=Sing 3 flat 3:flat SpaceAfter=No -5 , , PUNCT , _ 3 punct 3:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 CEO ceo NOUN NN Number=Sing 3 list 3:list SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ +7 , , PUNCT , _ 8 punct 8:punct _ 8 Microsoft Microsoft PROPN NNP Number=Sing 3 list 3:list _ # sent_id = email-enronsent17_01-0020 # text = 1. Texas Governor George W. Bush -1 1 1 X LS _ 2 nummod 2:nummod SpaceAfter=No -2 . . PUNCT . _ 5 punct 5:punct _ +1 1 1 NUM LS NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +2 . . PUNCT . _ 1 punct 1:punct _ 3 Texas Texas PROPN NNP Number=Sing 4 compound 4:compound _ 4 Governor Governor PROPN NNP Number=Sing 5 compound 5:compound _ 5 George George PROPN NNP Number=Sing 0 root 0:root _ @@ -52438,20 +52456,20 @@ 3 ca can AUX MD VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 make make VERB VB VerbForm=Inf 11 advcl 11:advcl:while _ -6 any any DET DT _ 7 det 7:det _ +6 any any DET DT PronType=Ind 7 det 7:det _ 7 promises promise NOUN NNS Number=Plur 5 obj 5:obj SpaceAfter=No -8 , , PUNCT , _ 11 punct 11:punct _ +8 , , PUNCT , _ 5 punct 5:punct _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 10 will will AUX MD VerbForm=Fin 11 aux 11:aux _ 11 do do VERB VB VerbForm=Inf 0 root 0:root _ -12 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ -13 best best ADJ JJS Degree=Sup 11 obj 11:obj _ +12 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +13 best good ADJ JJS Degree=Sup 11 obj 11:obj _ 14 to to PART TO _ 15 mark 15:mark _ 15 bring bring VERB VB VerbForm=Inf 11 advcl 11:advcl:to _ 16 in in ADV RB _ 15 advmod 15:advmod _ -17 at at ADV RB _ 18 case 18:case _ -18 least least ADV RBS Degree=Sup 19 nmod 19:nmod:at _ -19 some some DET DT _ 15 obj 15:obj _ +17 at at ADP IN _ 18 case 18:case _ +18 least least ADJ JJS Degree=Sup 19 nmod 19:nmod:at _ +19 some some DET DT PronType=Ind 15 obj 15:obj _ 20 of of ADP IN _ 23 case 23:case _ 21 these this DET DT Number=Plur|PronType=Dem 23 det 23:det _ 22 special special ADJ JJ Degree=Pos 23 amod 23:amod _ @@ -52462,8 +52480,8 @@ # text = If you have any contacts who could help us get in touch with these guest speakers, please let us know at ethink@enron.com. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:if _ -4 any any DET DT _ 5 det 5:det _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:if _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 contacts contact NOUN NNS Number=Plur 3 obj 3:obj|8:nsubj _ 6 who who PRON WP PronType=Rel 8 nsubj 5:ref _ 7 could could AUX MD VerbForm=Fin 8 aux 8:aux _ @@ -52476,7 +52494,7 @@ 14 these this DET DT Number=Plur|PronType=Dem 16 det 16:det _ 15 guest guest NOUN NN Number=Sing 16 compound 16:compound _ 16 speakers speaker NOUN NNS Number=Plur 10 obl 10:obl:with SpaceAfter=No -17 , , PUNCT , _ 19 punct 19:punct _ +17 , , PUNCT , _ 3 punct 3:punct _ 18 please please INTJ UH _ 19 discourse 19:discourse _ 19 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 20 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 19 obj 19:obj|21:nsubj:xsubj _ @@ -52487,7 +52505,7 @@ # sent_id = email-enronsent17_01-0023 # text = Everybody needs a little help now and then, even eSpeak. -1 Everybody everybody PRON NN Number=Sing 2 nsubj 2:nsubj _ +1 Everybody everybody PRON NN Number=Sing|PronType=Tot 2 nsubj 2:nsubj _ 2 needs need VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 little little ADJ JJ Degree=Pos 5 amod 5:amod _ @@ -52495,7 +52513,7 @@ 6 now now ADV RB _ 2 advmod 2:advmod _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 then then ADV RB PronType=Dem 6 conj 2:advmod|6:conj:and SpaceAfter=No -9 , , PUNCT , _ 2 punct 2:punct _ +9 , , PUNCT , _ 11 punct 11:punct _ 10 even even ADV RB _ 11 advmod 11:advmod _ 11 eSpeak eSpeak PROPN NNP Number=Sing 1 appos 1:appos SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ @@ -52504,13 +52522,13 @@ # newpar id = email-enronsent17_01-p0005 # text = There were plenty of internal speakers requested, as well. 1 There there PRON EX _ 2 expl 2:expl _ -2 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 plenty plenty NOUN NN Number=Sing 2 nsubj 2:nsubj _ 4 of of ADP IN _ 6 case 6:case _ 5 internal internal ADJ JJ Degree=Pos 6 amod 6:amod _ 6 speakers speaker NOUN NNS Number=Plur 3 nmod 3:nmod:of _ -7 requested request VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl SpaceAfter=No -8 , , PUNCT , _ 2 punct 2:punct _ +7 requested request VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl SpaceAfter=No +8 , , PUNCT , _ 9 punct 9:punct _ 9 as as ADV RB _ 2 advmod 2:advmod _ 10 well well ADV RB Degree=Pos 9 fixed 9:fixed SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ @@ -52522,32 +52540,32 @@ 3 should should AUX MD VerbForm=Fin 6 aux 6:aux _ 4 be be AUX VB VerbForm=Inf 6 cop 6:cop _ 5 somewhat somewhat ADV RB _ 6 advmod 6:advmod _ -6 easier easier ADJ JJR Degree=Cmp 0 root 0:root _ +6 easier easy ADJ JJR Degree=Cmp 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 meet meet VERB VB VerbForm=Inf 6 ccomp 6:ccomp SpaceAfter=No -9 , , PUNCT , _ 6 punct 6:punct _ +9 , , PUNCT , _ 22 punct 22:punct _ 10 although although SCONJ IN _ 22 mark 22:mark _ 11 scheduling schedule VERB VBG VerbForm=Ger 22 csubj 22:csubj _ 12 time time NOUN NN Number=Sing 11 obj 11:obj _ 13 with with ADP IN _ 14 case 14:case _ -14 some some DET DT _ 11 obl 11:obl:with _ +14 some some DET DT PronType=Ind 11 obl 11:obl:with _ 15 of of ADP IN _ 17 case 17:case _ -16 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 colleagues colleague NOUN NNS Number=Plur 14 nmod 14:nmod:of _ 18 can can AUX MD VerbForm=Fin 22 aux 22:aux _ 19 be be AUX VB VerbForm=Inf 22 cop 22:cop _ -20 quite quite DET PDT _ 22 det:predet 22:det:predet _ +20 quite quite DET PDT PronType=Ind 22 det:predet 22:det:predet _ 21 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 22 task task NOUN NN Number=Sing 6 advcl 6:advcl:although SpaceAfter=No 23 ! ! PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent17_01-0026 # text = Thank you all for your participation. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ -3 all all DET DT _ 2 det 2:det _ +3 all all DET DT PronType=Tot 2 det 2:det _ 4 for for ADP IN _ 6 case 6:case _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 participation participation NOUN NN Number=Sing 1 obl 1:obl:for SpaceAfter=No 7 . . PUNCT . _ 1 punct 1:punct _ @@ -52560,7 +52578,7 @@ # sent_id = email-enronsent17_01-0028 # newpar id = email-enronsent17_01-p0007 # text = Confirmed. -1 Confirmed confirm VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No +1 Confirmed confirm VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent17_01-0029 @@ -52577,8 +52595,8 @@ # sent_id = email-enronsent17_01-0031 # newpar id = email-enronsent17_01-p0010 # text = 7am at Hyatt Regency Downtown would be perfect. -1 7 7 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -2 am am NOUN NN Number=Sing 9 nsubj 9:nsubj _ +1 7 7 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No +2 am a.m. NOUN NN Number=Sing 9 nsubj 9:nsubj _ 3 at at ADP IN _ 6 case 6:case _ 4 Hyatt Hyatt PROPN NNP Number=Sing 5 compound 5:compound _ 5 Regency Regency PROPN NNP Number=Sing 6 compound 6:compound _ @@ -52598,13 +52616,13 @@ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 lobby lobby NOUN NN Number=Sing 3 obl 3:obl:in _ 8 at at ADP IN _ 10 case 10:case _ -9 7 7 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No -10 am am NOUN NN Number=Sing 3 obl 3:obl:at SpaceAfter=No +9 7 7 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No +10 am a.m. NOUN NN Number=Sing 3 obl 3:obl:at SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent17_01-0033 # text = Best regards, -1 Best best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Best good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 regards regards NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 3 , , PUNCT , _ 2 punct 2:punct _ @@ -52629,8 +52647,8 @@ 7 Performance performance NOUN NN Number=Sing 8 compound 8:compound _ 8 Review review NOUN NN Number=Sing 9 compound 9:compound _ 9 Committee committee NOUN NN Number=Sing 5 parataxis 5:parataxis _ -10 all all DET DT _ 11 det 11:det _ -11 day day NOUN NN Number=Sing 9 advmod 9:advmod SpaceAfter=No +10 all all DET DT PronType=Tot 11 det 11:det _ +11 day day NOUN NN Number=Sing 9 nmod:tmod 9:nmod:tmod SpaceAfter=No 12 ) ) PUNCT -RRB- _ 9 punct 9:punct SpaceAfter=No 13 . . PUNCT . _ 9 punct 9:punct _ @@ -52638,7 +52656,7 @@ # text = What about 7:00 at the office or breakfast meeting at 7:00? 1 What what PRON WP PronType=Int 0 root 0:root _ 2 about about ADP IN _ 3 case 3:case _ -3 7:00 7:00 NUM CD NumType=Card 1 nmod 1:nmod:about _ +3 7:00 7:00 NUM CD NumForm=Digit|NumType=Card 1 nmod 1:nmod:about _ 4 at at ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 office office NOUN NN Number=Sing 3 nmod 3:nmod:at _ @@ -52646,7 +52664,7 @@ 8 breakfast breakfast NOUN NN Number=Sing 9 compound 9:compound _ 9 meeting meeting NOUN NN Number=Sing 3 conj 1:nmod:about|3:conj:or _ 10 at at ADP IN _ 11 case 11:case _ -11 7:00 7:00 NUM CD NumType=Card 9 nmod 9:nmod:at SpaceAfter=No +11 7:00 7:00 NUM CD NumForm=Digit|NumType=Card 9 nmod 9:nmod:at SpaceAfter=No 12 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent17_01-0038 @@ -52683,13 +52701,13 @@ 4 together together ADV RB _ 3 advmod 3:advmod _ 5 Friday Friday PROPN NNP Number=Sing 6 compound 6:compound _ 6 morning morning NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ -7 July july ADV RB _ 8 advmod 8:advmod _ -8 7 7 NUM CD NumType=Card 3 obl:tmod 3:obl:tmod _ +7 July July PROPN NNP Number=Sing 3 obl:tmod 3:obl:tmod _ +8 7 7 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 9 at at ADP IN _ 11 case 11:case _ -10 800 800 NUM CD NumType=Card 11 nummod 11:nummod _ -11 am am NOUN NN Number=Sing 3 obl 3:obl:at _ +10 800 800 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ +11 am a.m. NOUN NN Number=Sing 3 obl 3:obl:at _ 12 at at ADP IN _ 14 case 14:case _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 office office NOUN NN Number=Sing 3 obl 3:obl:at SpaceAfter=No 15 ? ? PUNCT . _ 3 punct 3:punct _ @@ -52714,7 +52732,7 @@ 6 downtown downtown NOUN NN Number=Sing 5 obj 5:obj _ 7 at at ADP IN _ 9 case 9:case _ 8 about about ADV RB _ 9 advmod 9:advmod _ -9 945 945 NUM CD NumType=Card 5 obl 5:obl:at _ +9 945 945 NUM CD NumForm=Digit|NumType=Card 5 obl 5:obl:at _ 10 to to PART TO _ 11 mark 11:mark _ 11 catch catch VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ @@ -52730,13 +52748,13 @@ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 6-7 wont _ _ _ _ _ _ _ _ 6 wo will AUX MD VerbForm=Fin 8 aux 8:aux _ -7 nt not PART RB _ 8 advmod 8:advmod _ +7 nt not PART RB Typo=Yes 8 advmod 8:advmod CorrectForm=n't 8 take take VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ 9 up up ADP RP _ 8 compound:prt 8:compound:prt _ 10 too too ADV RB _ 11 advmod 11:advmod _ 11 much much ADJ JJ Degree=Pos 8 obj 8:obj _ 12 of of ADP IN _ 14 case 14:case _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 time time NOUN NN Number=Sing 11 obl 11:obl:of SpaceAfter=No 15 !! !! PUNCT . _ 3 punct 3:punct _ @@ -52744,7 +52762,7 @@ # text = Thanks for your efforts here, and thanks for being patient with me. 1 Thanks thanks NOUN NN Number=Sing 0 root 0:root _ 2 for for ADP IN _ 4 case 4:case _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 efforts effort NOUN NNS Number=Plur 1 nmod 1:nmod:for _ 5 here here ADV RB PronType=Dem 4 advmod 4:advmod SpaceAfter=No 6 , , PUNCT , _ 8 punct 8:punct _ @@ -52771,7 +52789,7 @@ # newpar id = email-enronsent17_01-p0015 # text = Vince sold! 1 Vince Vince PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 sold sell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +2 sold sell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 3 ! ! PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent17_01-0049 @@ -52803,9 +52821,9 @@ # text = What about 10:30 my time? 1 What what PRON WP PronType=Int 0 root 0:root _ 2 about about ADP IN _ 3 case 3:case _ -3 10:30 10:30 NUM CD NumType=Card 1 nmod 1:nmod:about _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -5 time time NOUN NN Number=Sing 3 nmod:npmod 3:nmod:npmod SpaceAfter=No +3 10:30 10:30 NUM CD NumForm=Digit|NumType=Card 1 nmod 1:nmod:about _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +5 time time NOUN NN Number=Sing 3 nmod:tmod 3:nmod:tmod SpaceAfter=No 6 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent17_01-0053 @@ -52818,7 +52836,7 @@ 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 respond respond VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 5 case 5:case _ -4 < < PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No +4 < < PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No 5 ekrapels@esaibos.com ekrapels@esaibos.com X ADD _ 2 obl 2:obl:to SpaceAfter=No 6 > > PUNCT -RRB- _ 5 punct 5:punct _ @@ -52828,9 +52846,9 @@ 1 how how ADV WRB PronType=Int 0 root 0:root _ 2 about about ADP IN _ 3 case 3:case _ 3 Thursday Thursday PROPN NNP Number=Sing 1 obl 1:obl:about SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ 5 July July PROPN NNP Number=Sing 3 appos 3:appos _ -6 6 6 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No +6 6 6 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No 7 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent17_01-0056 @@ -52853,27 +52871,27 @@ 3 spend spend VERB VB VerbForm=Inf 0 root 0:root _ 4 an a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 entire entire ADJ JJ Degree=Pos 6 amod 6:amod _ -6 day day NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ +6 day day NOUN NN Number=Sing 3 obj 3:obj _ 7 at at ADP IN _ 8 case 8:case _ -8 PRC prc NOUN NN Number=Sing 3 obl 3:obl:at _ +8 PRC PRC NOUN NN Number=Sing 3 obl 3:obl:at _ 9 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 10 performance performance NOUN NN Number=Sing 11 compound 11:compound _ -11 review review NOUN NN Number=Sing 3 appos 3:appos SpaceAfter=No +11 review review NOUN NN Number=Sing 8 appos 8:appos SpaceAfter=No 12 ) ) PUNCT -RRB- _ 11 punct 11:punct _ 13 on on ADP IN _ 14 case 14:case _ 14 Friday Friday PROPN NNP Number=Sing 3 obl 3:obl:on SpaceAfter=No -15 , , PUNCT , _ 14 punct 14:punct _ +15 , , PUNCT , _ 16 punct 16:punct _ 16 July July PROPN NNP Number=Sing 14 appos 14:appos _ -17 7 7 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No +17 7 7 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No 18 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent17_01-0059 # text = Can we do on another day 1 Can can AUX MD VerbForm=Fin 3 aux 3:aux _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 do do VERB VB VerbForm=Inf 0 root 0:root _ +3 do do AUX VB VerbForm=Inf 0 root 0:root _ 4 on on ADP IN _ 6 case 6:case _ -5 another another DET DT _ 6 det 6:det _ +5 another another DET DT PronType=Ind 6 det 6:det _ 6 day day NOUN NN Number=Sing 3 obl 3:obl:on _ # sent_id = email-enronsent17_01-0060 @@ -52887,7 +52905,7 @@ 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 respond respond VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 5 case 5:case _ -4 < < PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No +4 < < PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No 5 ekrapels@esaibos.com ekrapels@esaibos.com X ADD _ 2 obl 2:obl:to SpaceAfter=No 6 > > PUNCT -RRB- _ 5 punct 5:punct _ @@ -52906,7 +52924,7 @@ 9-10 we'd _ _ _ _ _ _ _ _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 10 'd would AUX MD VerbForm=Fin 11 aux 11:aux _ -11 do do VERB VB VerbForm=Inf 5 conj 5:conj _ +11 do do VERB VB VerbForm=Inf 5 parataxis 5:parataxis _ 12 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj _ 13 over over ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -52956,7 +52974,7 @@ 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 respond respond VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 5 case 5:case _ -4 < < PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No +4 < < PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No 5 ekrapels@esaibos.com ekrapels@esaibos.com X ADD _ 2 obl 2:obl:to SpaceAfter=No 6 > > PUNCT -RRB- _ 5 punct 5:punct _ @@ -52978,12 +52996,12 @@ 7 cruise cruise NOUN NN Number=Sing 1 obl 1:obl:about _ 8 on on ADP IN _ 9 case 9:case _ 9 Friday Friday PROPN NNP Number=Sing 7 nmod 7:nmod:on SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 July July PROPN NNP Number=Sing 9 appos 9:appos _ -12 7 7 NUM CD NumType=Card 11 nummod 11:nummod _ +12 7 7 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 13 at at ADP IN _ 15 case 15:case _ -14 11 11 NUM CD NumType=Card 15 nummod 15:nummod SpaceAfter=No -15 AM am NOUN NN Number=Sing 7 nmod 7:nmod:at _ +14 11 11 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod SpaceAfter=No +15 AM a.m. NOUN NN Number=Sing 7 nmod 7:nmod:at _ 16 EDT EDT PROPN NNP Number=Sing 15 nmod:npmod 15:nmod:npmod SpaceAfter=No 17 ? ? PUNCT . _ 1 punct 1:punct _ @@ -53002,9 +53020,9 @@ # newpar id = email-enronsent17_01-p0033 # text = July 12, 2:30 it is. 1 July July PROPN NNP Number=Sing 0 root 0:root _ -2 12 12 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 2:30 2:30 NUM CD NumType=Card 1 obl:tmod 1:obl:tmod _ +2 12 12 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 , , PUNCT , _ 4 punct 4:punct _ +4 2:30 2:30 NUM CD NumForm=Digit|NumType=Card 1 obl:tmod 1:obl:tmod _ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 1 expl 1:expl _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop SpaceAfter=No 7 . . PUNCT . _ 1 punct 1:punct _ @@ -53040,7 +53058,7 @@ 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 respond respond VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 5 case 5:case _ -4 < < PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No +4 < < PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No 5 ekrapels@esaibos.com ekrapels@esaibos.com X ADD _ 2 obl 2:obl:to SpaceAfter=No 6 > > PUNCT -RRB- _ 5 punct 5:punct _ @@ -53055,14 +53073,14 @@ # text = We're all set for 2:30 on July 12. 1-2 We're _ _ _ _ _ _ _ _ 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 're be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 all all ADV RB _ 4 advmod 4:advmod _ 4 set set ADJ JJ Degree=Pos 0 root 0:root _ 5 for for ADP IN _ 6 case 6:case _ -6 2:30 2:30 NUM CD NumType=Card 4 obl 4:obl:for _ +6 2:30 2:30 NUM CD NumForm=Digit|NumType=Card 4 obl 4:obl:for _ 7 on on ADP IN _ 8 case 8:case _ 8 July July PROPN NNP Number=Sing 6 nmod 6:nmod:on _ -9 12 12 NUM CD NumType=Card 8 nummod 8:nummod SpaceAfter=No +9 12 12 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent17_01-0079 @@ -53076,12 +53094,12 @@ 7 cruise cruise NOUN NN Number=Sing 1 obl 1:obl:about _ 8 on on ADP IN _ 9 case 9:case _ 9 Friday Friday PROPN NNP Number=Sing 7 nmod 7:nmod:on SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 July July PROPN NNP Number=Sing 9 appos 9:appos _ -12 7 7 NUM CD NumType=Card 11 nummod 11:nummod _ +12 7 7 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 13 at at ADP IN _ 15 case 15:case _ -14 11 11 NUM CD NumType=Card 15 nummod 15:nummod SpaceAfter=No -15 AM am NOUN NN Number=Sing 7 nmod 7:nmod:at _ +14 11 11 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod SpaceAfter=No +15 AM a.m. NOUN NN Number=Sing 7 nmod 7:nmod:at _ 16 EDT EDT PROPN NNP Number=Sing 15 nmod:npmod 15:nmod:npmod SpaceAfter=No 17 ? ? PUNCT . _ 1 punct 1:punct _ @@ -53099,11 +53117,11 @@ # newpar id = email-enronsent17_01-p0039 # text = Wednesday, July 12, 2:300 will work for me. 1 Wednesday Wednesday PROPN NNP Number=Sing 8 nsubj 8:nsubj SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 3 punct 3:punct _ 3 July July PROPN NNP Number=Sing 1 appos 1:appos _ -4 12 12 NUM CD NumType=Card 3 nummod 3:nummod SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ -6 2:300 2:300 NUM CD NumType=Card 1 nmod:tmod 1:nmod:tmod _ +4 12 12 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No +5 , , PUNCT , _ 6 punct 6:punct _ +6 2:300 2:300 NUM CD NumForm=Digit|NumType=Card 1 nmod:tmod 1:nmod:tmod _ 7 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 8 work work VERB VB VerbForm=Inf 0 root 0:root _ 9 for for ADP IN _ 10 case 10:case _ @@ -53119,9 +53137,9 @@ 4 glad glad ADJ JJ Degree=Pos 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 review review VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 website website NOUN NN Number=Sing 6 obj 6:obj _ -9 -- -- PUNCT , _ 8 punct 8:punct _ +9 -- -- PUNCT , _ 10 punct 10:punct _ 10 www.weathereffects.com www.weathereffects.com X ADD _ 8 appos 8:appos SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ @@ -53130,14 +53148,14 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 shall shall AUX MD VerbForm=Fin 3 aux 3:aux _ 3 invite invite VERB VB VerbForm=Inf 0 root 0:root _ -4 some some DET DT _ 5 det 5:det _ +4 some some DET DT PronType=Ind 5 det 5:det _ 5 people people NOUN NNS Number=Plur 3 obj 3:obj|7:nsubj|14:nsubj:xsubj _ 6 who who PRON WP PronType=Rel 7 nsubj 5:ref _ -7 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 work work VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 on on ADP IN _ 9 case 9:case _ 9 electricity electricity NOUN NN Number=Sing 7 obl 7:obl:on _ 10 in in ADP IN _ 12 case 12:case _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 group group NOUN NN Number=Sing 7 obl 7:obl:in _ 13 to to PART TO _ 14 mark 14:mark _ 14 join join VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ @@ -53154,7 +53172,7 @@ 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 respond respond VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 5 case 5:case _ -4 < < PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No +4 < < PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No 5 ekrapels@esaibos.com ekrapels@esaibos.com X ADD _ 2 obl 2:obl:to SpaceAfter=No 6 > > PUNCT -RRB- _ 5 punct 5:punct _ @@ -53175,11 +53193,11 @@ 6 and and CCONJ CC _ 9 cc 9:cc _ 7-8 I'm _ _ _ _ _ _ _ _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -8 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +8 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 9 glad glad ADJ JJ Degree=Pos 1 conj 1:conj:and _ 10-11 you're _ _ _ _ _ _ _ _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ -11 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +11 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 12 available available ADJ JJ Degree=Pos 9 ccomp 9:ccomp SpaceAfter=No 13 . . PUNCT . _ 1 punct 1:punct _ @@ -53189,13 +53207,13 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ 3 Wednesday Wednesday PROPN NNP Number=Sing 1 nsubj 1:nsubj _ 4 at at ADP IN _ 5 case 5:case _ -5 2:30 2:30 NUM CD NumType=Card 3 nmod 3:nmod:at SpaceAfter=No +5 2:30 2:30 NUM CD NumForm=Digit|NumType=Card 3 nmod 3:nmod:at SpaceAfter=No 6 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent17_01-0090 # text = I did look at EOL and am not surprised to see its quality. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|9:nsubj|11:nsubj:xsubj _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 look look VERB VB VerbForm=Inf 0 root 0:root _ 4 at at ADP IN _ 5 case 5:case _ 5 EOL eol NOUN NN Number=Sing 3 obl 3:obl:at _ @@ -53205,7 +53223,7 @@ 9 surprised surprised ADJ JJ Degree=Pos 3 conj 3:conj:and _ 10 to to PART TO _ 11 mark 11:mark _ 11 see see VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ -12 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 quality quality NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ @@ -53220,7 +53238,7 @@ 7 about about ADP IN _ 8 case 8:case _ 8 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 obl 6:obl:about _ 9 in in ADP IN _ 16 case 16:case _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 11 Risk risk NOUN NN Number=Sing 12 compound 12:compound _ 12 Electricity electricity NOUN NN Number=Sing 13 compound 13:compound _ 13 Hedging hedging NOUN NN Number=Sing 16 compound 16:compound _ @@ -53249,7 +53267,7 @@ 3 intrigued intrigue VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 by by ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 competition competition NOUN NN Number=Sing 3 obl 3:obl:by _ +6 competition competition NOUN NN Number=Sing 3 obl:agent 3:obl:agent _ 7 for for ADP IN _ 9 case 9:case _ 8 trading trading NOUN NN Number=Sing 9 compound 9:compound _ 9 platforms platform NOUN NNS Number=Plur 6 nmod 6:nmod:for _ @@ -53266,7 +53284,7 @@ 20 BP BP PROPN NNP Number=Sing 16 conj 16:conj:and|24:nsubj|26:nsubj:xsubj _ 21 and and CCONJ CC _ 22 cc 22:cc _ 22 Shell Shell PROPN NNP Number=Sing 16 conj 16:conj:and|24:nsubj|26:nsubj:xsubj _ -23 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 aux 24:aux _ +23 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 aux 24:aux _ 24 going go VERB VBG Tense=Pres|VerbForm=Part 14 ccomp 14:ccomp _ 25 to to PART TO _ 26 mark 26:mark _ 26 launch launch VERB VB VerbForm=Inf 24 xcomp 24:xcomp _ @@ -53275,7 +53293,7 @@ 29 to to PART TO _ 30 mark 30:mark _ 30 compete compete VERB VB VerbForm=Inf 28 acl 28:acl:to _ 31 with with ADP IN _ 32 case 32:case _ -32 yours yours PRON PRP _ 30 obl 30:obl:with SpaceAfter=No +32 yours your PRON PRP Person=2|Poss=Yes|PronType=Prs 30 obl 30:obl:with SpaceAfter=No 33 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent17_01-0094 @@ -53291,19 +53309,19 @@ # text = If we have time next week, I could step you through our website -- www.weathereffects.com. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ +3 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ 4 time time NOUN NN Number=Sing 3 obj 3:obj _ 5 next next ADJ JJ Degree=Pos 6 amod 6:amod _ 6 week week NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 9 could could AUX MD VerbForm=Fin 10 aux 10:aux _ 10 step step VERB VB VerbForm=Inf 0 root 0:root _ 11 you you PRON PRP Case=Acc|Person=2|PronType=Prs 10 obj 10:obj _ 12 through through ADP IN _ 14 case 14:case _ -13 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 website website NOUN NN Number=Sing 10 obl 10:obl:through _ -15 -- -- PUNCT , _ 14 punct 14:punct _ +15 -- -- PUNCT , _ 16 punct 16:punct _ 16 www.weathereffects.com www.weathereffects.com X ADD _ 14 appos 14:appos SpaceAfter=No 17 . . PUNCT . _ 10 punct 10:punct _ @@ -53311,14 +53329,14 @@ # text = I'm very proud of what we've done. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 proud proud ADJ JJ Degree=Pos 0 root 0:root _ -5 of of SCONJ IN _ 6 case 6:case _ -6 what what PRON WP PronType=Int 4 obl 4:obl:of _ +5 of of ADP IN _ 6 case 6:case _ +6 what what PRON WP PronType=Rel 4 obl 4:obl:of|9:obj _ 7-8 we've _ _ _ _ _ _ _ _ 7 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -8 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +8 've have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 9 done do VERB VBN Tense=Past|VerbForm=Part 6 acl:relcl 6:acl:relcl SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ @@ -53348,7 +53366,7 @@ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 phone phone NOUN NN Number=Sing 14 obl 14:obl:over _ 23 using use VERB VBG VerbForm=Ger 14 advcl 14:advcl _ -24 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 password password NOUN NN Number=Sing 23 obj 23:obj SpaceAfter=No 26 . . PUNCT . _ 4 punct 4:punct _ @@ -53361,23 +53379,23 @@ 4 very very ADV RB _ 5 advmod 5:advmod _ 5 ambitious ambitious ADJ JJ Degree=Pos 6 amod 6:amod _ 6 site site NOUN NN Number=Sing 0 root 0:root _ -7 -- -- PUNCT , _ 6 punct 6:punct _ +7 -- -- PUNCT , _ 30 punct 30:punct _ 8 with with SCONJ IN _ 30 mark 30:mark _ 9 state state NOUN NN Number=Sing 17 compound 17:compound SpaceAfter=No -10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +10 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No 11 of of ADP IN _ 15 case 15:case SpaceAfter=No -12 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 art art NOUN NN Number=Sing 9 nmod 9:nmod:of _ 16 WSI wsi NOUN NN Number=Sing 17 compound 17:compound _ 17 weather weather NOUN NN Number=Sing 30 nsubj 30:nsubj _ 18 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No 19 seasonal seasonal ADJ JJ Degree=Pos 17 amod 17:amod SpaceAfter=No 20 , , PUNCT , _ 21 punct 21:punct _ -21 6 6 NUM CD NumType=Card 19 conj 17:amod|19:conj:and SpaceAfter=No +21 6 6 NUM CD NumForm=Digit|NumType=Card 19 conj 17:amod|19:conj:and SpaceAfter=No 22 - - SYM SYM _ 23 case 23:case SpaceAfter=No -23 10 10 NUM CD NumType=Card 21 nmod 21:nmod SpaceAfter=No +23 10 10 NUM CD NumForm=Digit|NumType=Card 21 nmod 21:nmod SpaceAfter=No 24 , , PUNCT , _ 26 punct 26:punct _ 25 and and CCONJ CC _ 26 cc 26:cc _ 26 day day NOUN NN Number=Sing 19 conj 17:amod|19:conj:and _ @@ -53410,9 +53428,9 @@ 11 judgments judgment NOUN NNS Number=Plur 8 conj 2:obj|8:conj:and SpaceAfter=No 12 , , PUNCT , _ 17 punct 17:punct _ 13 and and CCONJ CC _ 17 cc 17:cc _ -14 " " PUNCT `` _ 17 punct 17:punct SpaceAfter=No +14 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No 15 herding herding NOUN NN Number=Sing 17 compound 17:compound SpaceAfter=No -16 " " PUNCT '' _ 17 punct 17:punct _ +16 " " PUNCT '' _ 15 punct 15:punct _ 17 ideas idea NOUN NNS Number=Plur 8 conj 2:obj|8:conj:and _ 18 to to PART TO _ 19 mark 19:mark _ 19 develop develop VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ @@ -53428,45 +53446,45 @@ # sent_id = email-enronsent17_01-0100 # text = After one month's full-bore effort, I'm pleased with the results (e.g., we forecast Nepool onpeak to be $43 and it turned out $46). 1 After after ADP IN _ 8 case 8:case _ -2 one one NUM CD NumType=Card 3 nummod 3:nummod _ +2 one one NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3-4 month's _ _ _ _ _ _ _ _ 3 month month NOUN NN Number=Sing 8 nmod:poss 8:nmod:poss _ 4 's 's PART POS _ 3 case 3:case _ 5 full full ADJ JJ Degree=Pos 7 amod 7:amod SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 bore bore NOUN NN Number=Sing 8 compound 8:compound _ 8 effort effort NOUN NN Number=Sing 12 obl 12:obl:after SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10-11 I'm _ _ _ _ _ _ _ _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -11 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +11 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 12 pleased pleased ADJ JJ Degree=Pos 0 root 0:root _ 13 with with ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 results result NOUN NNS Number=Plur 12 obl 12:obl:with _ 16 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No -17 e.g. e.g. X FW _ 20 advmod 20:advmod SpaceAfter=No -18 , , PUNCT , _ 20 punct 20:punct _ +17 e.g. e.g. ADV FW _ 20 advmod 20:advmod SpaceAfter=No +18 , , PUNCT , _ 17 punct 17:punct _ 19 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 forecast forecast VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 ccomp 12:ccomp _ +20 forecast forecast VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 12 ccomp 12:ccomp _ 21 Nepool Nepool PROPN NNP Number=Sing 20 obj 20:obj|25:nsubj:xsubj _ 22 onpeak onpeak ADV RB _ 21 advmod 21:advmod _ 23 to to PART TO _ 25 mark 25:mark _ 24 be be AUX VB VerbForm=Inf 25 cop 25:cop _ 25 $ $ SYM $ _ 20 xcomp 20:xcomp SpaceAfter=No -26 43 43 NUM CD NumType=Card 25 nummod 25:nummod _ +26 43 43 NUM CD NumForm=Digit|NumType=Card 25 nummod 25:nummod _ 27 and and CCONJ CC _ 29 cc 29:cc _ 28 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 29 nsubj 29:nsubj _ -29 turned turn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 conj 12:ccomp|20:conj:and _ +29 turned turn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 conj 12:ccomp|20:conj:and _ 30 out out ADP RP _ 29 compound:prt 29:compound:prt _ 31 $ $ SYM $ _ 29 obj 29:obj SpaceAfter=No -32 46 46 NUM CD NumType=Card 31 nummod 31:nummod SpaceAfter=No +32 46 46 NUM CD NumForm=Digit|NumType=Card 31 nummod 31:nummod SpaceAfter=No 33 ) ) PUNCT -RRB- _ 20 punct 20:punct SpaceAfter=No 34 . . PUNCT . _ 12 punct 12:punct _ # sent_id = email-enronsent17_01-0101 # text = Have a great weekend. -1 Have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 great great ADJ JJ Degree=Pos 4 amod 4:amod _ 4 weekend weekend NOUN NN Number=Sing 1 obj 1:obj SpaceAfter=No @@ -53491,7 +53509,7 @@ 3 be be AUX VB VerbForm=Inf 4 cop 4:cop _ 4 available available ADJ JJ Degree=Pos 0 root 0:root _ 5 on on ADP IN _ 7 case 7:case _ -6 both both DET DT _ 7 det 7:det _ +6 both both DET DT PronType=Tot 7 det 7:det _ 7 days day NOUN NNS Number=Plur 4 obl 4:obl:on SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ @@ -53500,20 +53518,20 @@ 1 What what PRON WP PronType=Int 0 root 0:root _ 2 about about ADP IN _ 3 case 3:case _ 3 Wednesday Wednesday PROPN NNP Number=Sing 1 nmod 1:nmod:about SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ 5 July July PROPN NNP Number=Sing 3 appos 3:appos _ -6 12 12 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ +6 12 12 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +7 , , PUNCT , _ 9 punct 9:punct _ 8 between between ADP IN _ 9 case 9:case _ -9 1:30 1:30 NUM CD NumType=Card 3 nmod 3:nmod:between _ +9 1:30 1:30 NUM CD NumForm=Digit|NumType=Card 3 nmod 3:nmod:between _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 4:00 4:00 NUM CD NumType=Card 9 conj 3:nmod:between|9:conj:and SpaceAfter=No +11 4:00 4:00 NUM CD NumForm=Digit|NumType=Card 9 conj 3:nmod:between|9:conj:and SpaceAfter=No 12 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent17_01-0106 # text = Please, let me know what time would work for you. 1 Please please INTJ UH _ 3 discourse 3:discourse SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj 3:obj|5:nsubj:xsubj _ 5 know know VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ @@ -53549,8 +53567,8 @@ 2 By by ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 way way NOUN NN Number=Sing 8 obl 8:obl:by SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ -6 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux 8:aux _ +5 , , PUNCT , _ 4 punct 4:punct _ +6 did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ 8 have have VERB VB VerbForm=Inf 0 root 0:root _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ @@ -53562,7 +53580,7 @@ 15 at at ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 EOL eol NOUN NN Number=Sing 14 nmod 14:nmod:at SpaceAfter=No -18 ? ? PUNCT . _ 1 punct 1:punct _ +18 ? ? PUNCT . _ 8 punct 8:punct _ # sent_id = email-enronsent17_01-0110 # newpar id = email-enronsent17_01-p0049 @@ -53576,19 +53594,19 @@ # sent_id = email-enronsent36_02-0001 # newpar id = email-enronsent36_02-p0001 # text = Caroline Abramo@ENRON -1 Caroline caroline X GW _ 0 root 0:root _ -2 Abramo@ENRON abramo@enron X ADD _ 1 goeswith 1:goeswith _ +1 Caroline carolineabramo@enron X GW Typo=Yes 0 root 0:root _ +2 Abramo@ENRON _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent36_02-0002 # text = 03/02/2001 10:46 AM -1 03/02/2001 03/02/2001 NUM CD NumType=Card 0 root 0:root _ -2 10:46 10:46 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 03/02/2001 03/02/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 10:46 10:46 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent36_02-0003 # text = what do you think? 1 what what PRON WP PronType=Int 4 obj 4:obj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 think think VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 5 ? ? PUNCT . _ 4 punct 4:punct _ @@ -53597,9 +53615,9 @@ # text = Joe_Lardy@cargill.com on 03/02/2001 10:39:03 AM 1 Joe_Lardy@cargill.com joe_lardy@cargill.com X ADD _ 0 root 0:root _ 2 on on ADP IN _ 3 case 3:case _ -3 03/02/2001 03/02/2001 NUM CD NumType=Card 1 obl 1:obl:on _ -4 10:39:03 10:39:03 NUM CD NumType=Card 5 nummod 5:nummod _ -5 AM am NOUN NN Number=Sing 3 nmod:tmod 3:nmod:tmod _ +3 03/02/2001 03/02/2001 NUM CD NumForm=Digit|NumType=Card 1 obl 1:obl:on _ +4 10:39:03 10:39:03 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ +5 AM a.m. NOUN NN Number=Sing 3 nmod:tmod 3:nmod:tmod _ # sent_id = email-enronsent36_02-0005 # text = Currently Cargill and Enron have a 15MM collateral threshold. @@ -53607,10 +53625,10 @@ 2 Cargill Cargill PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 Enron Enron PROPN NNP Number=Sing 2 conj 2:conj:and|5:nsubj _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -7 15 15 NUM CD NumType=Card 8 compound 8:compound SpaceAfter=No -8 MM mm NUM CD NumType=Card 9 nummod 9:nummod _ +7 15 15 NUM CD NumForm=Digit|NumType=Card 8 compound 8:compound SpaceAfter=No +8 MM mm NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 9 collateral collateral NOUN NN Number=Sing 10 compound 10:compound _ 10 threshold threshold NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No 11 . . PUNCT . _ 5 punct 5:punct _ @@ -53619,20 +53637,20 @@ # text = If possible, I think the cleanest way to run this biz would be to put a box around the prime broker biz. 1 If if SCONJ IN _ 2 mark 2:mark _ 2 possible possible ADJ JJ Degree=Pos 5 advcl 5:advcl:if SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 cleanest cleanest ADJ JJS Degree=Sup 8 amod 8:amod _ -8 way way NOUN NN Number=Sing 14 nsubj 14:nsubj _ +7 cleanest clean ADJ JJS Degree=Sup 8 amod 8:amod _ +8 way way NOUN NN Number=Sing 16 nsubj:outer 16:nsubj:outer _ 9 to to PART TO _ 10 mark 10:mark _ 10 run run VERB VB VerbForm=Inf 8 acl 8:acl:to _ 11 this this DET DT Number=Sing|PronType=Dem 12 det 12:det _ 12 biz biz NOUN NN Number=Sing 10 obj 10:obj _ -13 would would AUX MD VerbForm=Fin 14 aux 14:aux _ -14 be be VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ +13 would would AUX MD VerbForm=Fin 16 aux 16:aux _ +14 be be AUX VB VerbForm=Inf 16 cop 16:cop _ 15 to to PART TO _ 16 mark 16:mark _ -16 put put VERB VB VerbForm=Inf 14 ccomp 14:ccomp _ +16 put put VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 18 box box NOUN NN Number=Sing 16 obj 16:obj _ 19 around around ADP IN _ 23 case 23:case _ @@ -53674,15 +53692,15 @@ 3 still still ADV RB _ 4 advmod 4:advmod _ 4 keep keep VERB VB VerbForm=Inf 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 20,000,000 20,000,000 NUM CD NumType=Card 7 nummod 7:nummod _ +6 20,000,000 20000000 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 line line NOUN NN Number=Sing 4 obj 4:obj _ -8 referenced reference VERB VBN Tense=Past|VerbForm=Part 7 acl 7:acl _ +8 referenced reference VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl _ 9 in in ADP IN _ 11 case 11:case _ 10 Schedule schedule NOUN NN Number=Sing 11 compound 11:compound _ -11 B b NOUN NN Number=Sing 8 obl 8:obl:in _ +11 B B NOUN NN Number=Sing 8 obl 8:obl:in _ 12 of of ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -14 POA poa NOUN NN Number=Sing 15 compound 15:compound _ +14 POA POA NOUN NN Number=Sing 15 compound 15:compound _ 15 agreement agreement NOUN NN Number=Sing 11 nmod 11:nmod:of SpaceAfter=No 16 . . PUNCT . _ 4 punct 4:punct _ @@ -53692,7 +53710,7 @@ 2 line line NOUN NN Number=Sing 11 nsubj 11:nsubj _ 3 in in ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 POA poa NOUN NN Number=Sing 2 nmod 2:nmod:in _ +5 POA POA NOUN NN Number=Sing 2 nmod 2:nmod:in _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 7 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 8 seperate seperate ADJ JJ Degree=Pos 11 amod 11:amod _ @@ -53708,8 +53726,8 @@ # sent_id = email-enronsent36_02-0010 # text = The 20 mill reflects gross exposure. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 20 20 NUM CD NumType=Card 3 nummod 3:nummod _ -3 mill mill NUM CD NumType=Card 4 nsubj 4:nsubj _ +2 20 20 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 mill mill NUM CD NumForm=Word|NumType=Card 4 nsubj 4:nsubj _ 4 reflects reflect VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 gross gross ADJ JJ Degree=Pos 6 amod 6:amod _ 6 exposure exposure NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No @@ -53722,7 +53740,7 @@ 3 know know VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 if if SCONJ IN _ 6 mark 6:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ +6 think think VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 7 this this PRON DT Number=Sing|PronType=Dem 9 nsubj 9:nsubj|11:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 9 reasonable reasonable ADJ JJ Degree=Pos 6 ccomp 6:ccomp _ @@ -53734,8 +53752,8 @@ # text = We too, are open to suggestion as the Global and Enron relationships are very important and a high priority to us. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 2 too too ADV RB _ 1 advmod 1:advmod SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 , , PUNCT , _ 1 punct 1:punct _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 open open ADJ JJ Degree=Pos 0 root 0:root _ 6 to to ADP IN _ 7 case 7:case _ 7 suggestion suggestion NOUN NN Number=Sing 5 obl 5:obl:to _ @@ -53745,7 +53763,7 @@ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 Enron Enron PROPN NNP Number=Sing 10 conj 10:conj:and|13:compound _ 13 relationships relationship NOUN NNS Number=Plur 16 nsubj 16:nsubj|20:nsubj _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 15 very very ADV RB _ 16 advmod 16:advmod _ 16 important important ADJ JJ Degree=Pos 5 advcl 5:advcl:as _ 17 and and CCONJ CC _ 20 cc 20:cc _ @@ -53775,9 +53793,9 @@ 2 few few ADJ JJ Degree=Pos 3 amod 3:amod _ 3 things thing NOUN NNS Number=Plur 0 root 0:root _ 4 regading regade VERB VBG VerbForm=Ger 3 acl 3:acl _ -5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -6 POA poa NOUN NN Number=Sing 9 compound 9:compound SpaceAfter=No -7 / / PUNCT , _ 8 cc 8:cc _ +5 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ +6 POA POA NOUN NN Number=Sing 9 compound 9:compound SpaceAfter=No +7 / / SYM , _ 8 cc 8:cc _ 8 Cargill Cargill PROPN NNP Number=Sing 6 conj 6:conj|9:compound _ 9 line line NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 10 .. .. PUNCT . _ 3 punct 3:punct _ @@ -53791,18 +53809,18 @@ 4 to to PART TO _ 5 mark 5:mark _ 5 find find VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 out out ADP RP _ 5 compound:prt 5:compound:prt _ -7 how how SCONJ WRB PronType=Int 8 mark 8:mark _ +7 how how ADV WRB PronType=Int 8 advmod 8:advmod _ 8 much much ADJ JJ Degree=Pos 9 amod 9:amod _ 9 line line NOUN NN Number=Sing 12 obj 12:obj|13:nsubj:xsubj _ 10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 11 currently currently ADV RB _ 12 advmod 12:advmod _ -12 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ +12 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ 13 available available ADJ JJ Degree=Pos 12 xcomp 12:xcomp SpaceAfter=No -14 ... ... PUNCT , _ 3 punct 3:punct _ +14 ... ... PUNCT , _ 18 punct 18:punct _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ 16 probably probably ADV RB _ 18 advmod 18:advmod _ 17 already already ADV RB _ 18 advmod 18:advmod _ -18 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +18 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 19 this this PRON DT Number=Sing|PronType=Dem 18 obj 18:obj SpaceAfter=No 20 . . PUNCT . _ 3 punct 3:punct _ @@ -53810,14 +53828,14 @@ # text = We should allocate a piece to Global which would solve the problem of other Cargill people using the line, putting us over the limit, without me knowing... 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 should should AUX MD VerbForm=Fin 3 aux 3:aux _ -3 allocate allocate VERB VB VerbForm=Inf 0 root 0:root _ +3 allocate allocate VERB VB VerbForm=Inf 0 root 0:root|10:csubj _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 piece piece NOUN NN Number=Sing 3 obj 3:obj _ 6 to to ADP IN _ 7 case 7:case _ 7 Global Global PROPN NNP Number=Sing 3 obl 3:obl:to _ -8 which which PRON WDT PronType=Int 10 nsubj 10:nsubj _ +8 which which PRON WDT PronType=Rel 10 nsubj 3:ref _ 9 would would AUX MD VerbForm=Fin 10 aux 10:aux _ -10 solve solve VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ +10 solve solve VERB VB VerbForm=Inf 3 advcl:relcl 3:advcl:relcl _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 problem problem NOUN NN Number=Sing 10 obj 10:obj _ 13 of of ADP IN _ 16 case 16:case _ @@ -53827,13 +53845,13 @@ 17 using use VERB VBG VerbForm=Ger 16 acl 16:acl _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 line line NOUN NN Number=Sing 17 obj 17:obj SpaceAfter=No -20 , , PUNCT , _ 17 punct 17:punct _ +20 , , PUNCT , _ 21 punct 21:punct _ 21 putting put VERB VBG VerbForm=Ger 17 advcl 17:advcl _ 22 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 21 obj 21:obj _ 23 over over ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 limit limit NOUN NN Number=Sing 21 obl 21:obl:over SpaceAfter=No -26 , , PUNCT , _ 21 punct 21:punct _ +26 , , PUNCT , _ 29 punct 29:punct _ 27 without without SCONJ IN _ 29 mark 29:mark _ 28 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 29 nsubj 29:nsubj _ 29 knowing know VERB VBG VerbForm=Ger 21 advcl 21:advcl:without SpaceAfter=No @@ -53848,7 +53866,7 @@ 5 language language NOUN NN Number=Sing 3 obj 3:obj _ 6 of of ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -8 POA poa NOUN NN Number=Sing 5 nmod 5:nmod:of _ +8 POA POA NOUN NN Number=Sing 5 nmod 5:nmod:of _ 9 to to ADP IN _ 10 case 10:case _ 10 this this PRON DT Number=Sing|PronType=Dem 3 obl 3:obl:to SpaceAfter=No 11 ... ... PUNCT . _ 3 punct 3:punct _ @@ -53873,11 +53891,11 @@ # sent_id = email-enronsent36_02-0021 # text = I think this would solve our main concern... 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 this this PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 4 would would AUX MD VerbForm=Fin 5 aux 5:aux _ 5 solve solve VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ -6 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 main main ADJ JJ Degree=Pos 8 amod 8:amod _ 8 concern concern NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No 9 ... ... PUNCT . _ 2 punct 2:punct _ @@ -53888,10 +53906,10 @@ 2 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj|4:nsubj:xsubj _ 4 know know VERB VB VerbForm=Inf 2 xcomp 2:xcomp SpaceAfter=No -5 ... ... PUNCT , _ 2 punct 2:punct _ +5 ... ... PUNCT , _ 8 punct 8:punct _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj|11:nsubj:xsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ -8 eager eager ADJ JJ Degree=Pos 2 ccomp 2:ccomp _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +8 eager eager ADJ JJ Degree=Pos 2 parataxis 2:parataxis _ 9 to to PART TO _ 10 mark 10:mark _ 10 keep keep VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 trading trade VERB VBG VerbForm=Ger 10 xcomp 10:xcomp _ @@ -53923,10 +53941,10 @@ 3 know know VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 if if SCONJ IN _ 6 mark 6:mark _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj|8:nsubj:xsubj _ -6 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ +6 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 7 to to PART TO _ 8 mark 8:mark _ 8 discuss discuss VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ -9 anything anything PRON NN Number=Sing 8 obj 8:obj SpaceAfter=No +9 anything anything PRON NN Number=Sing|PronType=Ind 8 obj 8:obj SpaceAfter=No 10 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent36_02-0027 @@ -53936,7 +53954,7 @@ 3 hopeful hopeful ADJ JJ Degree=Pos 0 root 0:root _ 4 that that SCONJ IN _ 7 mark 7:mark _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 7 ready ready ADJ JJ Degree=Pos 3 ccomp 3:ccomp _ 8 to to PART TO _ 9 mark 9:mark _ 9 prepare prepare VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ @@ -53962,9 +53980,9 @@ # sent_id = email-enronsent36_02-0031 # text = 02/27/2001 08:23 AM -1 02/27/2001 02/27/2001 NUM CD NumType=Card 0 root 0:root _ -2 08:23 08:23 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 02/27/2001 02/27/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 08:23 08:23 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent36_02-0032 # text = Dee, @@ -53976,25 +53994,25 @@ # text = Attached for your review is a blacklined version of the: (a) Schedule and (b) Paragraph 13 to the ISDA Master Agreement. 1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 for for ADP IN _ 4 case 4:case _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 review review NOUN NN Number=Sing 1 obl 1:obl:for _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -7 blacklined blackline VERB VBN Tense=Past|VerbForm=Part 8 amod 8:amod _ +7 blacklined blackline VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 amod 8:amod _ 8 version version NOUN NN Number=Sing 1 nsubj:pass 1:nsubj:pass _ 9 of of ADP IN _ 15 case 15:case _ 10 the the DET DT Definite=Def|PronType=Art 15 det 15:det SpaceAfter=No -11 : : PUNCT : _ 15 punct 15:punct _ +11 : : PUNCT : _ 10 punct 10:punct _ 12 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No -13 a a X LS _ 14 nummod 14:nummod SpaceAfter=No -14 ) ) PUNCT -RRB- _ 15 punct 15:punct _ +13 a a NUM LS _ 15 nummod 15:nummod SpaceAfter=No +14 ) ) PUNCT -RRB- _ 13 punct 13:punct _ 15 Schedule schedule NOUN NN Number=Sing 8 nmod 8:nmod:of _ 16 and and CCONJ CC _ 20 cc 20:cc _ 17 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No -18 b b X LS _ 19 nummod 19:nummod SpaceAfter=No -19 ) ) PUNCT -RRB- _ 20 punct 20:punct _ +18 b b NUM LS _ 20 nummod 20:nummod SpaceAfter=No +19 ) ) PUNCT -RRB- _ 18 punct 18:punct _ 20 Paragraph paragraph NOUN NN Number=Sing 15 conj 8:nmod:of|15:conj:and _ -21 13 13 NUM CD NumType=Card 20 nummod 20:nummod _ +21 13 13 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ 22 to to ADP IN _ 26 case 26:case _ 23 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 24 ISDA isda NOUN NN Number=Sing 26 compound 26:compound _ @@ -54005,61 +54023,61 @@ # sent_id = email-enronsent36_02-0034 # text = These have been compared against the draft dated 11/8/2000, and include ENA's accepted changes per your (a) faxed comments transmitted to ENA on January 5, 2001, and (b) e-mail comments transmitted to ENA on January 19th, 2001. 1 These this PRON DT Number=Plur|PronType=Dem 4 nsubj:pass 4:nsubj:pass|12:nsubj:pass _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux:pass 4:aux:pass _ 4 compared compare VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 against against ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -7 draft draft NOUN NN Number=Sing 4 obl 4:obl:against _ -8 dated date VERB VBN Tense=Past|VerbForm=Part 7 acl 7:acl _ -9 11/8/2000 11/8/2000 NUM CD NumType=Card 8 obj 8:obj SpaceAfter=No +7 draft draft NOUN NN Number=Sing 4 obl 4:obl:against|9:nsubj:xsubj _ +8 dated date VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl _ +9 11/8/2000 11/8/2000 NUM CD NumForm=Digit|NumType=Card 8 xcomp 8:xcomp SpaceAfter=No 10 , , PUNCT , _ 12 punct 12:punct _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 include include VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +12 include include VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 13-14 ENA's _ _ _ _ _ _ _ _ 13 ENA ENA PROPN NNP Number=Sing 16 nmod:poss 16:nmod:poss _ 14 's 's PART POS _ 13 case 13:case _ -15 accepted accept VERB VBN Tense=Past|VerbForm=Part 16 amod 16:amod _ +15 accepted accept VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 amod 16:amod _ 16 changes change NOUN NNS Number=Plur 12 obj 12:obj _ 17 per per ADP IN _ 23 case 23:case _ -18 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +18 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 19 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No -20 a a X LS _ 21 nummod 21:nummod SpaceAfter=No -21 ) ) PUNCT -RRB- _ 23 punct 23:punct _ -22 faxed fax VERB VBN Tense=Past|VerbForm=Part 23 amod 23:amod _ +20 a a NUM LS _ 23 nummod 23:nummod SpaceAfter=No +21 ) ) PUNCT -RRB- _ 20 punct 20:punct _ +22 faxed fax VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 amod 23:amod _ 23 comments comment NOUN NNS Number=Plur 16 nmod 16:nmod:per _ -24 transmitted transmit VERB VBN Tense=Past|VerbForm=Part 23 acl 23:acl _ +24 transmitted transmit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 acl 23:acl _ 25 to to ADP IN _ 26 case 26:case _ 26 ENA ENA PROPN NNP Number=Sing 24 obl 24:obl:to _ 27 on on ADP IN _ 28 case 28:case _ 28 January January PROPN NNP Number=Sing 24 obl 24:obl:on _ -29 5 5 NUM CD NumType=Card 28 nummod 28:nummod SpaceAfter=No -30 , , PUNCT , _ 28 punct 28:punct _ -31 2001 2001 NUM CD NumType=Card 28 nummod 28:nummod SpaceAfter=No +29 5 5 NUM CD NumForm=Digit|NumType=Card 28 nummod 28:nummod SpaceAfter=No +30 , , PUNCT , _ 31 punct 31:punct _ +31 2001 2001 NUM CD NumForm=Digit|NumType=Card 28 nummod 28:nummod SpaceAfter=No 32 , , PUNCT , _ 38 punct 38:punct _ 33 and and CCONJ CC _ 38 cc 38:cc _ 34 ( ( PUNCT -LRB- _ 35 punct 35:punct SpaceAfter=No -35 b b X LS _ 36 nummod 36:nummod SpaceAfter=No -36 ) ) PUNCT -RRB- _ 38 punct 38:punct _ +35 b b NUM LS _ 38 nummod 38:nummod SpaceAfter=No +36 ) ) PUNCT -RRB- _ 35 punct 35:punct _ 37 e-mail e-mail NOUN NN Number=Sing 38 compound 38:compound _ 38 comments comment NOUN NNS Number=Plur 23 conj 16:nmod:per|23:conj:and _ -39 transmitted transmit VERB VBN Tense=Past|VerbForm=Part 38 acl 38:acl _ +39 transmitted transmit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 38 acl 38:acl _ 40 to to ADP IN _ 41 case 41:case _ 41 ENA ENA PROPN NNP Number=Sing 39 obl 39:obl:to _ 42 on on ADP IN _ 44 case 44:case _ 43 January January PROPN NNP Number=Sing 44 compound 44:compound _ -44 19th 19th NOUN NN Number=Sing 39 obl 39:obl:on SpaceAfter=No -45 , , PUNCT , _ 44 punct 44:punct _ -46 2001 2001 NUM CD NumType=Card 44 nummod 44:nummod SpaceAfter=No +44 19th 19th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 39 obl 39:obl:on SpaceAfter=No +45 , , PUNCT , _ 46 punct 46:punct _ +46 2001 2001 NUM CD NumForm=Digit|NumType=Card 44 nummod 44:nummod SpaceAfter=No 47 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent36_02-0035 # text = We look forward to your response. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 look look VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 forward forward ADV RB _ 2 advmod 2:advmod _ 4 to to ADP IN _ 6 case 6:case _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 response response NOUN NN Number=Sing 2 obl 2:obl:to SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ @@ -54080,10 +54098,10 @@ # text = I don't know anything about these transactions. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 know know VERB VB VerbForm=Inf 0 root 0:root _ -5 anything anything PRON NN Number=Sing 4 obj 4:obj _ +5 anything anything PRON NN Number=Sing|PronType=Ind 4 obj 4:obj _ 6 about about ADP IN _ 8 case 8:case _ 7 these this DET DT Number=Plur|PronType=Dem 8 det 8:det _ 8 transactions transaction NOUN NNS Number=Plur 5 nmod 5:nmod:about SpaceAfter=No @@ -54097,15 +54115,15 @@ # sent_id = email-enronsent36_02-0040 # text = Jorge A Garcia@ENRON -1 Jorge jorge X GW _ 0 root 0:root _ -2 A a X GW _ 1 goeswith 1:goeswith _ -3 Garcia@ENRON garcia@enron X ADD _ 1 goeswith 1:goeswith _ +1 Jorge jorgeagarcia@enron X GW Typo=Yes 0 root 0:root _ +2 A _ X GW _ 1 goeswith 1:goeswith _ +3 Garcia@ENRON _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent36_02-0041 # text = 03/01/2001 01:35 PM -1 03/01/2001 03/01/2001 NUM CD NumType=Card 0 root 0:root _ -2 01:35 01:35 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 03/01/2001 03/01/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 01:35 01:35 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent36_02-0042 # text = Good Afternoon Sara, @@ -54118,7 +54136,7 @@ # newpar id = email-enronsent36_02-p0009 # text = I wanted to follow up with you regarding the creation and approval of ISDA Confirmations for the following equity trades that I understand Laurel had discussed with you previously. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 follow follow VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 up up ADP RP _ 4 compound:prt 4:compound:prt _ @@ -54136,12 +54154,12 @@ 17 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 18 following follow VERB VBG VerbForm=Ger 20 amod 20:amod _ 19 equity equity NOUN NN Number=Sing 20 compound 20:compound _ -20 trades trade NOUN NNS Number=Plur 15 nmod 15:nmod:for|23:obj _ -21 that that PRON WDT PronType=Rel 23 obj 20:ref _ +20 trades trade NOUN NNS Number=Plur 15 nmod 15:nmod:for|26:obj _ +21 that that PRON WDT PronType=Rel 26 obj 20:ref _ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ -23 understand understand VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 acl:relcl 20:acl:relcl _ +23 understand understand VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 20 acl:relcl 20:acl:relcl _ 24 Laurel Laurel PROPN NNP Number=Sing 26 nsubj 26:nsubj _ -25 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 26 aux 26:aux _ +25 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 26 aux 26:aux _ 26 discussed discuss VERB VBN Tense=Past|VerbForm=Part 23 ccomp 23:ccomp _ 27 with with ADP IN _ 28 case 28:case _ 28 you you PRON PRP Case=Acc|Person=2|PronType=Prs 26 obl 26:obl:with _ @@ -54150,35 +54168,35 @@ # sent_id = email-enronsent36_02-0044 # text = 1) Edison International- Swap with Enron Europe Ltd. (2 in total) -1 1 1 X LS _ 2 nummod 2:nummod SpaceAfter=No -2 ) ) PUNCT -RRB- _ 4 punct 4:punct _ +1 1 1 NUM LS NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No +2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ 3 Edison Edison PROPN NNP Number=Sing 4 compound 4:compound _ 4 International International PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -5 - - PUNCT : _ 4 punct 4:punct _ +5 - - PUNCT : _ 6 punct 6:punct _ 6 Swap swap NOUN NN Number=Sing 4 parataxis 4:parataxis _ 7 with with ADP IN _ 10 case 10:case _ 8 Enron Enron PROPN NNP Number=Sing 10 compound 10:compound _ 9 Europe Europe PROPN NNP Number=Sing 10 compound 10:compound _ 10 Ltd. Ltd. PROPN NNP Number=Sing 6 nmod 6:nmod:with _ 11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -12 2 2 NUM CD NumType=Card 4 appos 4:appos _ +12 2 2 NUM CD NumForm=Digit|NumType=Card 4 appos 4:appos _ 13 in in ADP IN _ 14 case 14:case _ 14 total total ADJ JJ Degree=Pos 12 nmod 12:nmod:in SpaceAfter=No 15 ) ) PUNCT -RRB- _ 12 punct 12:punct _ # sent_id = email-enronsent36_02-0045 # text = 2) PG&E- Swap with Enron Europe Ltd. (3 in total) -1 2 2 X LS _ 2 nummod 2:nummod SpaceAfter=No -2 ) ) PUNCT -RRB- _ 3 punct 3:punct _ +1 2 2 NUM LS NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No +2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ 3 PG&E pg&e NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -4 - - PUNCT : _ 3 punct 3:punct _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Swap swap NOUN NN Number=Sing 3 parataxis 3:parataxis _ 6 with with ADP IN _ 9 case 9:case _ 7 Enron Enron PROPN NNP Number=Sing 9 compound 9:compound _ 8 Europe Europe PROPN NNP Number=Sing 9 compound 9:compound _ 9 Ltd. Ltd. PROPN NNP Number=Sing 5 nmod 5:nmod:with _ 10 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No -11 3 3 NUM CD NumType=Card 3 appos 3:appos _ +11 3 3 NUM CD NumForm=Digit|NumType=Card 3 appos 3:appos _ 12 in in ADP IN _ 13 case 13:case _ 13 total total ADJ JJ Degree=Pos 11 nmod 11:nmod:in SpaceAfter=No 14 ) ) PUNCT -RRB- _ 11 punct 11:punct _ @@ -54208,7 +54226,7 @@ 3 of of ADP IN _ 5 case 5:case _ 4 Floating float VERB VBG VerbForm=Ger 5 amod 5:amod _ 5 Amount amount NOUN NN Number=Sing 2 nmod 2:nmod:of SpaceAfter=No -6 : : PUNCT : _ 2 punct 2:punct _ +6 : : PUNCT : _ 21 punct 21:punct _ 7 The the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 Floating float VERB VBG VerbForm=Ger 9 amod 9:amod _ 9 Amount amount NOUN NN Number=Sing 21 nsubj:pass 21:nsubj:pass _ @@ -54235,24 +54253,24 @@ # sent_id = email-enronsent36_02-0050 # text = Floating Amount = (Notional Quantity per Calculation Period X Floating Price) - USD[38,000?] 1 Floating float VERB VBG VerbForm=Ger 2 amod 2:amod _ -2 Amount amount NOUN NN Number=Sing 6 nsubj 6:nsubj _ -3 = = SYM SYM _ 6 punct 6:punct _ +2 Amount amount NOUN NN Number=Sing 3 nsubj 3:nsubj _ +3 = = SYM SYM _ 0 root 0:root _ 4 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No 5 Notional notional ADJ JJ Degree=Pos 6 amod 6:amod _ -6 Quantity quantity NOUN NN Number=Sing 0 root 0:root _ +6 Quantity quantity NOUN NN Number=Sing 3 xcomp 3:xcomp _ 7 per per ADP IN _ 9 case 9:case _ 8 Calculation calculation NOUN NN Number=Sing 9 compound 9:compound _ 9 Period period NOUN NN Number=Sing 6 nmod 6:nmod:per _ -10 X x ADP IN _ 12 case 12:case _ +10 X X ADP IN _ 12 case 12:case _ 11 Floating float VERB VBG VerbForm=Ger 12 amod 12:amod _ 12 Price price NOUN NN Number=Sing 6 nmod 6:nmod:x SpaceAfter=No 13 ) ) PUNCT -RRB- _ 6 punct 6:punct _ -14 - - PUNCT : _ 6 punct 6:punct _ +14 - - PUNCT : _ 15 punct 15:punct _ 15 USD usd NOUN NNS Number=Plur 6 parataxis 6:parataxis SpaceAfter=No -16 [ [ PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No -17 38,000 38,000 NUM CD NumType=Card 15 nummod 15:nummod SpaceAfter=No -18 ? ? PUNCT . _ 15 punct 15:punct SpaceAfter=No -19 ] ] PUNCT -RRB- _ 15 punct 15:punct _ +16 [ [ PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No +17 38,000 38000 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod SpaceAfter=No +18 ? ? PUNCT . _ 17 punct 17:punct SpaceAfter=No +19 ] ] PUNCT -RRB- _ 17 punct 17:punct _ # sent_id = email-enronsent36_02-0051 # text = Sara Shackleton @@ -54265,36 +54283,36 @@ 1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No 2 Other other ADJ JJ Degree=Pos 3 amod 3:amod _ 3 Provisions provision NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -4 : : PUNCT : _ 3 punct 3:punct _ +4 : : PUNCT : _ 14 punct 14:punct _ 5 On on ADP IN _ 8 case 8:case _ -6 each each DET DT _ 8 det 8:det _ +6 each each DET DT PronType=Tot 8 det 8:det _ 7 Payment payment NOUN NN Number=Sing 8 compound 8:compound _ 8 Date date NOUN NN Number=Sing 14 obl 14:obl:on SpaceAfter=No -9 , , PUNCT , _ 14 punct 14:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10 [ [ PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 11 ENA ENA PROPN NNP Number=Sing 14 nsubj 14:nsubj SpaceAfter=No 12 ] ] PUNCT -RRB- _ 11 punct 11:punct _ 13 shall shall AUX MD VerbForm=Fin 14 aux 14:aux _ 14 pay pay VERB VB VerbForm=Inf 3 appos 3:appos _ -15 [ [ PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No +15 [ [ PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No 16 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 17 fee fee NOUN NN Number=Sing 14 obj 14:obj _ -18 of of ADP IN _ 17 nmod 17:nmod SpaceAfter=No +18 of of ADP IN _ 22 case 22:case SpaceAfter=No 19 ] ] PUNCT -RRB- _ 18 punct 18:punct _ -20 [ [ PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No +20 [ [ PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No 21 an a DET DT Definite=Ind|PronType=Art 22 det 22:det _ -22 amount amount NOUN NN Number=Sing 17 conj 14:obj|17:conj|33:det _ +22 amount amount NOUN NN Number=Sing 17 nmod 17:nmod:of _ 23 equal equal ADJ JJ Degree=Pos 22 amod 22:amod _ 24 to to ADP IN _ 26 case 26:case SpaceAfter=No -25 ] ] PUNCT -RRB- _ 26 punct 26:punct _ -26 USD usd NOUN NNS Number=Plur 23 obl 23:obl:to SpaceAfter=No -27 { { PUNCT -LRB- _ 26 punct 26:punct SpaceAfter=No -28 38,000 38,000 NUM CD NumType=Card 26 nummod 26:nummod SpaceAfter=No +25 ] ] PUNCT -RRB- _ 24 punct 24:punct _ +26 USD usd NOUN NNS Number=Plur 23 obl 23:obl:to|36:nsubj SpaceAfter=No +27 { { PUNCT -LRB- _ 28 punct 28:punct SpaceAfter=No +28 38,000 38000 NUM CD NumForm=Digit|NumType=Card 26 nummod 26:nummod SpaceAfter=No 29 ? ? PUNCT . _ 26 punct 26:punct SpaceAfter=No -30 ] ] PUNCT -RRB- _ 26 punct 26:punct SpaceAfter=No -31 , , PUNCT , _ 22 punct 22:punct _ -32 which which DET WDT PronType=Int 33 det 22:ref _ -33 amount amount VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 36 nsubj 36:nsubj _ +30 ] ] PUNCT -RRB- _ 36 punct 36:punct SpaceAfter=No +31 , , PUNCT , _ 36 punct 36:punct _ +32 which which DET WDT PronType=Rel 33 det 33:det _ +33 amount amount NOUN NN Number=Sing 36 nsubj 26:ref _ 34 shall shall AUX MD VerbForm=Fin 36 aux 36:aux _ 35 be be AUX VB VerbForm=Inf 36 cop 36:cop _ 36 subject subject ADJ JJ Degree=Pos 22 acl:relcl 22:acl:relcl _ @@ -54307,16 +54325,16 @@ 43 [ [ PUNCT -LRB- _ 45 punct 45:punct SpaceAfter=No 44 Master master NOUN NN Number=Sing 45 compound 45:compound _ 45 Agreement agreement NOUN NN Number=Sing 40 nmod 40:nmod:of _ -46 - - PUNCT , _ 3 punct 3:punct _ +46 - - PUNCT , _ 50 punct 50:punct _ 47 how how ADV WRB PronType=Int 50 advmod 50:advmod _ -48 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 50 aux 50:aux _ +48 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 50 aux 50:aux _ 49 you you PRON PRP Case=Nom|Person=2|PronType=Prs 50 nsubj 50:nsubj _ 50 refer refer VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ 51 to to ADP IN _ 53 case 53:case _ 52 the the DET DT Definite=Def|PronType=Art 53 det 53:det _ 53 agreement agreement NOUN NN Number=Sing 50 obl 50:obl:to SpaceAfter=No -54 ? ? PUNCT . _ 3 punct 3:punct SpaceAfter=No -55 ] ] PUNCT -RRB- _ 3 punct 3:punct SpaceAfter=No +54 ? ? PUNCT . _ 50 punct 50:punct SpaceAfter=No +55 ] ] PUNCT -RRB- _ 50 punct 50:punct SpaceAfter=No 56 " " PUNCT '' _ 3 punct 3:punct _ # sent_id = email-enronsent36_02-0053 @@ -54331,9 +54349,9 @@ # sent_id = email-enronsent36_02-0055 # text = 03/02/2001 02:10 PM -1 03/02/2001 03/02/2001 NUM CD NumType=Card 0 root 0:root _ -2 02:10 02:10 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 03/02/2001 03/02/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 02:10 02:10 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent36_02-0056 # text = "Calculation of Floating Amount: The Floating Amount payable by [ENA] on a Payment Date will be calculated for that Payment Date as follows: @@ -54342,7 +54360,7 @@ 3 of of ADP IN _ 5 case 5:case _ 4 Floating float VERB VBG VerbForm=Ger 5 amod 5:amod _ 5 Amount amount NOUN NN Number=Sing 2 nmod 2:nmod:of SpaceAfter=No -6 : : PUNCT : _ 2 punct 2:punct _ +6 : : PUNCT : _ 21 punct 21:punct _ 7 The the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 Floating float VERB VBG VerbForm=Ger 9 amod 9:amod _ 9 Amount amount NOUN NN Number=Sing 21 nsubj:pass 21:nsubj:pass _ @@ -54369,24 +54387,24 @@ # sent_id = email-enronsent36_02-0057 # text = Floating Amount = (Notional Quantity per Calculation Period X Floating Price) - USD[38,000?] 1 Floating float VERB VBG VerbForm=Ger 2 amod 2:amod _ -2 Amount amount NOUN NN Number=Sing 6 nsubj 6:nsubj _ -3 = = SYM SYM _ 6 punct 6:punct _ +2 Amount amount NOUN NN Number=Sing 3 nsubj 3:nsubj _ +3 = = SYM SYM _ 0 root 0:root _ 4 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No 5 Notional notional ADJ JJ Degree=Pos 6 amod 6:amod _ -6 Quantity quantity NOUN NN Number=Sing 0 root 0:root _ +6 Quantity quantity NOUN NN Number=Sing 3 xcomp 3:xcomp _ 7 per per ADP IN _ 9 case 9:case _ 8 Calculation calculation NOUN NN Number=Sing 9 compound 9:compound _ 9 Period period NOUN NN Number=Sing 6 nmod 6:nmod:per _ -10 X x SYM SYM _ 12 case 12:case _ +10 X X SYM SYM _ 12 case 12:case _ 11 Floating float VERB VBG VerbForm=Ger 12 amod 12:amod _ 12 Price price NOUN NN Number=Sing 6 nmod 6:nmod:x SpaceAfter=No 13 ) ) PUNCT -RRB- _ 6 punct 6:punct _ -14 - - PUNCT : _ 6 punct 6:punct _ +14 - - PUNCT : _ 15 punct 15:punct _ 15 USD usd NOUN NNS Number=Plur 6 parataxis 6:parataxis SpaceAfter=No -16 [ [ PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No -17 38,000 38,000 NUM CD NumType=Card 15 nummod 15:nummod SpaceAfter=No -18 ? ? PUNCT . _ 15 punct 15:punct SpaceAfter=No -19 ] ] PUNCT -RRB- _ 15 punct 15:punct _ +16 [ [ PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No +17 38,000 38000 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod SpaceAfter=No +18 ? ? PUNCT . _ 17 punct 17:punct SpaceAfter=No +19 ] ] PUNCT -RRB- _ 17 punct 17:punct _ # sent_id = email-enronsent36_02-0058 # text = Sara Shackleton @@ -54397,16 +54415,16 @@ # text = What person(s) in London prepares credit for the English and Singapore financial transactions? 1 What what DET WDT PronType=Int 2 det 2:det _ 2 person person NOUN NN Number=Sing 8 nsubj 8:nsubj SpaceAfter=No -3 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No -4 s s X AFX _ 2 advmod 2:advmod SpaceAfter=No -5 ) ) PUNCT -RRB- _ 2 punct 2:punct _ +3 ( ( PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No +4 s s ADJ AFX _ 2 amod 2:amod SpaceAfter=No +5 ) ) PUNCT -RRB- _ 4 punct 4:punct _ 6 in in ADP IN _ 7 case 7:case _ 7 London London PROPN NNP Number=Sing 2 nmod 2:nmod:in _ 8 prepares prepare VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 credit credit NOUN NN Number=Sing 8 obj 8:obj _ 10 for for ADP IN _ 16 case 16:case _ 11 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -12 English english ADJ JJ Degree=Pos 16 amod 16:amod _ +12 English English ADJ JJ Degree=Pos 16 amod 16:amod _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 Singapore Singapore PROPN NNP Number=Sing 12 conj 12:conj:and|16:amod _ 15 financial financial ADJ JJ Degree=Pos 16 amod 16:amod _ @@ -54416,28 +54434,28 @@ # sent_id = email-enronsent36_02-0060 # text = At some point in the not so distant future, the Houson and London credit departments need to speak in order that each understands the "philosophy" behind credit analysis for the omnibus and master transactions. 1 At at ADP IN _ 3 case 3:case _ -2 some some DET DT _ 3 det 3:det _ +2 some some DET DT PronType=Ind 3 det 3:det _ 3 point point NOUN NN Number=Sing 17 obl 17:obl:at _ 4 in in ADP IN _ 9 case 9:case _ 5 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -6 not not ADV RB _ 7 advmod 7:advmod _ +6 not not PART RB _ 8 advmod 8:advmod _ 7 so so ADV RB _ 8 advmod 8:advmod _ 8 distant distant ADJ JJ Degree=Pos 9 amod 9:amod _ 9 future future NOUN NN Number=Sing 3 nmod 3:nmod:in SpaceAfter=No -10 , , PUNCT , _ 17 punct 17:punct _ +10 , , PUNCT , _ 3 punct 3:punct _ 11 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 12 Houson Houson PROPN NNP Number=Sing 16 compound 16:compound _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 London London PROPN NNP Number=Sing 12 conj 12:conj:and|16:compound _ 15 credit credit NOUN NN Number=Sing 16 compound 16:compound _ 16 departments department NOUN NNS Number=Plur 17 nsubj 17:nsubj|19:nsubj:xsubj _ -17 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +17 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 18 to to PART TO _ 19 mark 19:mark _ 19 speak speak VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ 20 in in ADP IN _ 24 mark 24:mark _ 21 order order NOUN NN Number=Sing 20 fixed 20:fixed _ 22 that that SCONJ IN _ 24 mark 24:mark _ -23 each each DET DT _ 24 nsubj 24:nsubj _ +23 each each DET DT PronType=Tot 24 nsubj 24:nsubj _ 24 understands understand VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:that _ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 26 " " PUNCT `` _ 27 punct 27:punct SpaceAfter=No @@ -54457,7 +54475,7 @@ # sent_id = email-enronsent36_02-0061 # text = I look forward to hearing from you. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 look look VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 forward forward ADV RB _ 2 advmod 2:advmod _ 4 to to SCONJ IN _ 5 mark 5:mark _ 5 hearing hear VERB VBG VerbForm=Ger 2 advcl 2:advcl:to _ @@ -54479,7 +54497,7 @@ 1 ps ps NOUN NN Number=Sing 0 root 0:root _ 2 Congrats congrat NOUN NNS Number=Plur 1 appos 1:appos _ 3 on on ADP IN _ 5 case 5:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 promotion promotion NOUN NN Number=Sing 2 nmod 2:nmod:on SpaceAfter=No 6 ! ! PUNCT . _ 1 punct 1:punct _ @@ -54487,7 +54505,7 @@ # text = I didn't have a chance to speak with you after the offsite to shake your hand. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 didn't _ _ _ _ _ _ _ _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 have have VERB VB VerbForm=Inf 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -54501,16 +54519,16 @@ 13 offsite offsite NOUN NN Number=Sing 8 obl 8:obl:after _ 14 to to PART TO _ 15 mark 15:mark _ 15 shake shake VERB VB VerbForm=Inf 8 advcl 8:advcl:to _ -16 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 hand hand NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No 18 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent36_02-0066 # text = Hope you enjoyed your weekend in Houston. -1 Hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 enjoyed enjoy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 enjoyed enjoy VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 weekend weekend NOUN NN Number=Sing 3 obj 3:obj _ 6 in in ADP IN _ 7 case 7:case _ 7 Houston Houston PROPN NNP Number=Sing 5 nmod 5:nmod:in SpaceAfter=No @@ -54529,14 +54547,14 @@ # sent_id = email-enronsent36_02-0069 # text = Carlos Alatorre@ENRON -1 Carlos carlos X GW _ 0 root 0:root _ -2 Alatorre@ENRON alatorre@enron X ADD _ 1 goeswith 1:goeswith _ +1 Carlos carlosalatorre@enron X GW Typo=Yes 0 root 0:root _ +2 Alatorre@ENRON _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent36_02-0070 # text = 02/27/2001 06:07 PM -1 02/27/2001 02/27/2001 NUM CD NumType=Card 0 root 0:root _ -2 06:07 06:07 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 02/27/2001 02/27/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 06:07 06:07 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent36_02-0071 # text = Sara: @@ -54546,16 +54564,16 @@ # sent_id = email-enronsent36_02-0072 # text = We need to change the Prod Description fro the LME Product. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 change change VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 Prod prod NOUN NN Number=Sing 7 compound 7:compound _ 7 Description description NOUN NN Number=Sing 4 obj 4:obj _ -8 fro for ADP IN Typo=Yes 11 case 11:case _ +8 fro for ADP IN Typo=Yes 11 case 11:case CorrectForm=for 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 LME lme NOUN NN Number=Sing 11 compound 11:compound _ -11 Product product NOUN NN Number=Sing 7 nmod 7:nmod:fro SpaceAfter=No +11 Product product NOUN NN Number=Sing 7 nmod 7:nmod:for SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent36_02-0073 @@ -54569,13 +54587,13 @@ 7 Settlement settlement NOUN NN Number=Sing 8 compound 8:compound _ 8 Date date NOUN NN Number=Sing 9 compound 9:compound _ 9 text text NOUN NN Number=Sing 0 root 0:root|28:nsubj SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 28 punct 28:punct _ 11 which which PRON WDT PronType=Rel 28 nsubj 9:ref _ 12 instead instead ADV RB _ 21 case 21:case _ 13 of of ADP IN _ 12 fixed 12:fixed _ 14 " " PUNCT `` _ 21 punct 21:punct SpaceAfter=No 15 ... ... PUNCT , _ 21 punct 21:punct SpaceAfter=No -16 Two two NUM CD NumType=Card 18 nummod 18:nummod _ +16 Two two NUM CD NumForm=Word|NumType=Card 18 nummod 18:nummod _ 17 business business NOUN NN Number=Sing 18 compound 18:compound _ 18 days day NOUN NNS Number=Plur 21 nmod:npmod 21:nmod:npmod _ 19 after after ADP IN _ 21 case 21:case _ @@ -54589,7 +54607,7 @@ 27 shall shall AUX MD VerbForm=Fin 28 aux 28:aux _ 28 read read VERB VB VerbForm=Inf 9 acl:relcl 9:acl:relcl _ 29 as as ADP IN _ 30 mark 30:mark _ -30 follow follow VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 advcl 28:advcl:as SpaceAfter=No +30 follow follow VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 28 advcl 28:advcl:as CorrectForm=follows|SpaceAfter=No 31 : : PUNCT : _ 9 punct 9:punct _ # sent_id = email-enronsent36_02-0074 @@ -54601,11 +54619,11 @@ 5 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No 6 Spot Spot PROPN NNP Number=Sing 3 appos 3:appos SpaceAfter=No 7 ) ) PUNCT -RRB- _ 6 punct 6:punct _ -8 01 01 NUM CD NumType=Card 9 nummod 9:nummod SpaceAfter=No -9 Mar Mar PROPN NNP Number=Sing 3 nmod:tmod 3:nmod:tmod SpaceAfter=No -10 01 01 NUM CD NumType=Card 9 nummod 9:nummod _ +8 01 01 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod SpaceAfter=No +9 Mar March PROPN NNP Abbr=Yes|Number=Sing 3 nmod:tmod 3:nmod:tmod SpaceAfter=No +10 01 01 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 11 JPY jpy NOUN NN Number=Sing 3 nmod:npmod 3:nmod:npmod SpaceAfter=No -12 / / PUNCT , _ 13 cc 13:cc SpaceAfter=No +12 / / SYM , _ 13 cc 13:cc SpaceAfter=No 13 USD usd NOUN NN Number=Sing 11 conj 3:nmod:npmod|11:conj _ # sent_id = email-enronsent36_02-0075 @@ -54637,8 +54655,8 @@ 25 which which PRON WDT PronType=Rel 46 obl 3:ref _ 26 either either CCONJ CC _ 46 cc:preconj 46:cc:preconj _ 27 ( ( PUNCT -LRB- _ 28 punct 28:punct SpaceAfter=No -28 A a X LS _ 29 nummod 29:nummod SpaceAfter=No -29 ) ) PUNCT -RRB- _ 46 punct 46:punct _ +28 A a NUM LS _ 46 nummod 46:nummod SpaceAfter=No +29 ) ) PUNCT -RRB- _ 28 punct 28:punct _ 30 for for ADP IN _ 32 case 32:case _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 32 case case NOUN NN Number=Sing 46 obl 36:obl:for|46:obl:for _ @@ -54652,7 +54670,7 @@ 40 buy buy VERB VB VerbForm=Inf 38 acl 38:acl:to _ 41 from from ADP IN _ 42 case 42:case _ 42 EEFTL EEFTL PROPN NNP Number=Sing 40 obl 40:obl:from SpaceAfter=No -43 , , PUNCT , _ 46 punct 46:punct _ +43 , , PUNCT , _ 32 punct 32:punct _ 44 Counterparty counterparty NOUN NN Number=Sing 46 nsubj 46:nsubj|53:nsubj _ 45 shall shall AUX MD VerbForm=Fin 46 aux 46:aux _ 46 receive receive VERB VB VerbForm=Inf 3 acl:relcl 3:acl:relcl _ @@ -54670,8 +54688,8 @@ 58 , , PUNCT , _ 79 punct 79:punct _ 59 or or CCONJ CC _ 79 cc 79:cc _ 60 ( ( PUNCT -LRB- _ 61 punct 61:punct SpaceAfter=No -61 B b X LS _ 62 nummod 62:nummod SpaceAfter=No -62 ) ) PUNCT -RRB- _ 79 punct 79:punct _ +61 B B NUM LS _ 79 nummod 79:nummod SpaceAfter=No +62 ) ) PUNCT -RRB- _ 61 punct 61:punct _ 63 for for ADP IN _ 65 case 65:case _ 64 the the DET DT Definite=Def|PronType=Art 65 det 65:det _ 65 case case NOUN NN Number=Sing 79 obl 69:obl:for|79:obl:for _ @@ -54685,7 +54703,7 @@ 73 sell sell VERB VB VerbForm=Inf 71 acl 71:acl:to _ 74 to to ADP IN _ 75 case 75:case _ 75 EEFTL EEFTL PROPN NNP Number=Sing 73 obl 73:obl:to SpaceAfter=No -76 , , PUNCT , _ 79 punct 79:punct _ +76 , , PUNCT , _ 65 punct 65:punct _ 77 Counterparty counterparty NOUN NN Number=Sing 79 nsubj 79:nsubj|86:nsubj _ 78 shall shall AUX MD VerbForm=Fin 79 aux 79:aux _ 79 pay pay VERB VB VerbForm=Inf 46 conj 3:acl:relcl|46:conj:or _ @@ -54712,10 +54730,10 @@ 6 equal equal VERB VB VerbForm=Inf 0 root 0:root _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 volume volume NOUN NN Number=Sing 6 obj 6:obj _ -9 submitted submit VERB VBN Tense=Past|VerbForm=Part 8 acl 8:acl _ +9 submitted submit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl 8:acl _ 10 by by ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -12 Counterparty counterparty NOUN NN Number=Sing 9 obl 9:obl:by _ +12 Counterparty counterparty NOUN NN Number=Sing 9 obl:agent 9:obl:agent _ 13 via via ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 Website website NOUN NN Number=Sing 9 obl 9:obl:via SpaceAfter=No @@ -54733,8 +54751,8 @@ 8 Base base NOUN NN Number=Sing 9 compound 9:compound _ 9 Currency currency NOUN NN Number=Sing 10 compound 10:compound _ 10 Amount amount NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ -12 multiplied multiply VERB VBN Tense=Past|VerbForm=Part 10 acl 10:acl _ +11 , , PUNCT , _ 12 punct 12:punct _ +12 multiplied multiply VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 acl 10:acl _ 13 by by ADP IN _ 23 case 23:case _ 14 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 15 daily daily ADJ JJ Degree=Pos 23 amod 23:amod _ @@ -54747,9 +54765,9 @@ 22 fixing fixing NOUN NN Number=Sing 23 compound 23:compound _ 23 rate rate NOUN NN Number=Sing 12 obl 12:obl:by _ 24 as as SCONJ IN _ 25 mark 25:mark _ -25 published publish VERB VBN Tense=Past|VerbForm=Part 12 advcl 12:advcl:as _ +25 published publish VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 advcl 12:advcl:as _ 26 by by ADP IN _ 27 case 27:case _ -27 Reuters Reuters PROPN NNP Number=Sing 25 obl 25:obl:by _ +27 Reuters Reuters PROPN NNP Number=Sing 25 obl:agent 25:obl:agent _ 28 on on ADP IN _ 30 case 30:case _ 29 page page NOUN NN Number=Sing 30 compound 30:compound _ 30 MTLE mtle NOUN NN Number=Sing 25 obl 25:obl:on _ @@ -54759,15 +54777,15 @@ 34 of of ADP IN _ 36 case 36:case _ 35 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ 36 transaction transaction NOUN NN Number=Sing 33 nmod 33:nmod:of SpaceAfter=No -37 , , PUNCT , _ 10 punct 10:punct _ -38 modified modify VERB VBN Tense=Past|VerbForm=Part 10 acl 10:acl _ +37 , , PUNCT , _ 38 punct 38:punct _ +38 modified modify VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 acl 10:acl _ 39 by by ADP IN _ 41 case 41:case _ 40 the the DET DT Definite=Def|PronType=Art 41 det 41:det _ 41 price price NOUN NN Number=Sing 38 obl 38:obl:by _ -42 submitted submit VERB VBN Tense=Past|VerbForm=Part 41 acl 41:acl _ +42 submitted submit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 41 acl 41:acl _ 43 by by ADP IN _ 45 case 45:case _ 44 the the DET DT Definite=Def|PronType=Art 45 det 45:det _ -45 Counterparty counterparty NOUN NN Number=Sing 42 obl 42:obl:by _ +45 Counterparty counterparty NOUN NN Number=Sing 42 obl:agent 42:obl:agent _ 46 via via ADP IN _ 48 case 48:case _ 47 the the DET DT Definite=Def|PronType=Art 48 det 48:det _ 48 Website website NOUN NN Number=Sing 42 obl 42:obl:via SpaceAfter=No @@ -54785,10 +54803,10 @@ 8 to to ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 date date NOUN NN Number=Sing 7 obl 7:obl:to SpaceAfter=No -11 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No -12 s s X AFX _ 10 advmod 10:advmod SpaceAfter=No -13 ) ) PUNCT -RRB- _ 10 punct 10:punct _ -14 set set VERB VBN Tense=Past|VerbForm=Part 10 acl 10:acl _ +11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No +12 s s ADJ AFX _ 10 amod 10:amod SpaceAfter=No +13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ +14 set set VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 acl 10:acl _ 15 forth forth ADV RB _ 14 advmod 14:advmod _ 16 in in ADP IN _ 19 case 19:case _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ @@ -54808,10 +54826,10 @@ 5 be be AUX VB VerbForm=Inf 7 cop 7:cop _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 date date NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -8 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No -9 s s X AFX _ 7 advmod 7:advmod SpaceAfter=No -10 ) ) PUNCT -RRB- _ 7 punct 7:punct _ -11 set set VERB VBN Tense=Past|VerbForm=Part 7 acl 7:acl _ +8 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No +9 s s ADJ AFX _ 7 amod 7:amod SpaceAfter=No +10 ) ) PUNCT -RRB- _ 9 punct 9:punct _ +11 set set VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl _ 12 forth forth ADV RB _ 11 advmod 11:advmod _ 13 in in ADP IN _ 16 case 16:case _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -54874,12 +54892,12 @@ 2 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj|4:nsubj:xsubj _ 4 know know VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 approval approval NOUN NN Number=Sing 4 obj 4:obj _ 7 before before SCONJ IN _ 9 mark 9:mark _ 8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 make make VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:before _ -10 any any DET DT _ 11 det 11:det _ +9 make make VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:before _ +10 any any DET DT PronType=Ind 11 det 11:det _ 11 changes change NOUN NNS Number=Plur 9 obj 9:obj SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ @@ -54896,18 +54914,18 @@ # newpar id = email-enronsent25_01-p0001 # text = I need to have a form filled out that says I don't have health insurance coverage through Enron. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 have have VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -6 form form NOUN NN Number=Sing 4 obj 4:obj|10:nsubj _ -7 filled fill VERB VBN Tense=Past|VerbForm=Part 4 ccomp 4:ccomp _ +6 form form NOUN NN Number=Sing 4 obj 4:obj|7:nsubj:xsubj|10:nsubj _ +7 filled fill VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 xcomp 4:xcomp _ 8 out out ADP RP _ 7 compound:prt 7:compound:prt _ 9 that that PRON WDT PronType=Rel 10 nsubj 6:ref _ 10 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 12-13 don't _ _ _ _ _ _ _ _ -12 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +12 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 n't not PART RB _ 14 advmod 14:advmod _ 14 have have VERB VB VerbForm=Inf 10 ccomp 10:ccomp _ 15 health health NOUN NN Number=Sing 16 compound 16:compound _ @@ -54925,13 +54943,13 @@ 4 out out ADP RP _ 3 compound:prt 3:compound:prt _ 5 who who PRON WP PronType=Int 7 obj 7:obj|9:nsubj:xsubj _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +7 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 8 to to PART TO _ 9 mark 9:mark _ 9 send send VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj _ 11 to to ADP IN _ 9 obl 9:obl _ 12 in in ADP IN _ 13 case 13:case _ -13 HR hr NOUN NN Number=Sing 9 obl 9:obl:in SpaceAfter=No +13 HR HR NOUN NN Number=Sing 9 obl 9:obl:in SpaceAfter=No 14 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent25_01-0003 @@ -54948,13 +54966,13 @@ # sent_id = email-enronsent25_01-0005 # newpar id = email-enronsent25_01-p0004 # text = Your mom just called and said your dad's surgery will be at 2:30 p.m. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 mom mom NOUN NN Number=Sing 4 nsubj 4:nsubj|6:nsubj _ 3 just just ADV RB _ 4 advmod 4:advmod _ -4 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 called call VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8-9 dad's _ _ _ _ _ _ _ _ 8 dad dad NOUN NN Number=Sing 10 nmod:poss 10:nmod:poss _ 9 's 's PART POS _ 8 case 8:case _ @@ -54962,36 +54980,36 @@ 11 will will AUX MD VerbForm=Fin 15 aux 15:aux _ 12 be be AUX VB VerbForm=Inf 15 cop 15:cop _ 13 at at ADP IN _ 15 case 15:case _ -14 2:30 2:30 NUM CD NumType=Card 15 nummod 15:nummod _ -15 p.m p.m NOUN NN Number=Sing 6 ccomp 6:ccomp SpaceAfter=No +14 2:30 2:30 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ +15 p.m p.m. NOUN NN Number=Sing 6 ccomp 6:ccomp SpaceAfter=No 16 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent25_01-0006 # text = Tuesday, March 20th. 1 Tuesday Tuesday PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 4 punct 4:punct _ 3 March March PROPN NNP Number=Sing 4 compound 4:compound _ -4 20th 20th NOUN NN Number=Sing 1 appos 1:appos SpaceAfter=No +4 20th 20th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 1 appos 1:appos SpaceAfter=No 5 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent25_01-0007 # text = They will be there by noon on the 20th, and the surgery will last 1.5 hours and then they'll watch him for 2 more hours before they put him into ICU. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 will will AUX MD VerbForm=Fin 3 aux 3:aux _ -3 be be VERB VB VerbForm=Inf 0 root 0:root _ +3 be be AUX VB VerbForm=Inf 0 root 0:root _ 4 there there ADV RB PronType=Dem 3 advmod 3:advmod _ 5 by by ADP IN _ 6 case 6:case _ 6 noon noon NOUN NN Number=Sing 3 obl 3:obl:by _ 7 on on ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 20th 20th NOUN NN Number=Sing 6 nmod 6:nmod:on SpaceAfter=No +9 20th 20th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 6 nmod 6:nmod:on SpaceAfter=No 10 , , PUNCT , _ 15 punct 15:punct _ 11 and and CCONJ CC _ 15 cc 15:cc _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 surgery surgery NOUN NN Number=Sing 15 nsubj 15:nsubj _ 14 will will AUX MD VerbForm=Fin 15 aux 15:aux _ 15 last last VERB VB VerbForm=Inf 3 conj 3:conj:and _ -16 1.5 1.5 NUM CD NumType=Card 17 nummod 17:nummod _ +16 1.5 1.5 NUM CD NumForm=Digit|NumType=Frac 17 nummod 17:nummod _ 17 hours hour NOUN NNS Number=Plur 15 obl:tmod 15:obl:tmod _ 18 and and CCONJ CC _ 22 cc 22:cc _ 19 then then ADV RB PronType=Dem 22 advmod 22:advmod _ @@ -55001,12 +55019,12 @@ 22 watch watch VERB VB VerbForm=Inf 15 conj 15:conj:and _ 23 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 22 obj 22:obj _ 24 for for ADP IN _ 27 case 27:case _ -25 2 2 NUM CD NumType=Card 27 nummod 27:nummod _ +25 2 2 NUM CD NumForm=Digit|NumType=Card 27 nummod 27:nummod _ 26 more more ADJ JJR Degree=Cmp 27 amod 27:amod _ 27 hours hour NOUN NNS Number=Plur 22 obl 22:obl:for _ 28 before before SCONJ IN _ 30 mark 30:mark _ 29 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 30 nsubj 30:nsubj _ -30 put put VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:before _ +30 put put VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:before _ 31 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 30 obj 30:obj _ 32 into into ADP IN _ 33 case 33:case _ 33 ICU icu NOUN NN Number=Sing 30 obl 30:obl:into SpaceAfter=No @@ -55015,7 +55033,7 @@ # sent_id = email-enronsent25_01-0008 # text = They are hoping he'll only be in the hospital 48 hours. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 hoping hope VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4-5 he'll _ _ _ _ _ _ _ _ 4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ @@ -55025,7 +55043,7 @@ 8 in in ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 hospital hospital NOUN NN Number=Sing 3 ccomp 3:ccomp _ -11 48 48 NUM CD NumType=Card 12 nummod 12:nummod _ +11 48 48 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 12 hours hour NOUN NNS Number=Plur 10 obl:tmod 10:obl:tmod SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ @@ -55042,16 +55060,16 @@ 3 for for ADP IN _ 5 case 5:case _ 4 draft draft NOUN NN Number=Sing 5 compound 5:compound _ 5 contract contract NOUN NN Number=Sing 1 nmod 1:nmod:for SpaceAfter=No -6 , , PUNCT , _ 1 punct 1:punct _ +6 , , PUNCT , _ 8 punct 8:punct _ 7 as as SCONJ IN _ 8 mark 8:mark _ -8 requested request VERB VBN Tense=Past|VerbForm=Part 1 parataxis 1:parataxis SpaceAfter=No +8 requested request VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 parataxis 1:parataxis SpaceAfter=No 9 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent25_01-0011 # newpar id = email-enronsent25_01-p0007 # text = I have a change in plans next week. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 change change NOUN NN Number=Sing 2 obj 2:obj _ 5 in in ADP IN _ 6 case 6:case _ @@ -55062,7 +55080,7 @@ # sent_id = email-enronsent25_01-0012 # text = My dad is having surgery in Ft. Worth, so I will be heading that way on Monday. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 dad dad NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 having have VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ @@ -55075,7 +55093,7 @@ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 12 will will AUX MD VerbForm=Fin 14 aux 14:aux _ 13 be be AUX VB VerbForm=Inf 14 aux 14:aux _ -14 heading head VERB VBG Tense=Pres|VerbForm=Part 4 conj 4:conj _ +14 heading head VERB VBG Tense=Pres|VerbForm=Part 4 parataxis 4:parataxis _ 15 that that DET DT Number=Sing|PronType=Dem 16 det 16:det _ 16 way way NOUN NN Number=Sing 14 obl:npmod 14:obl:npmod _ 17 on on ADP IN _ 18 case 18:case _ @@ -55097,7 +55115,7 @@ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 12 may may AUX MD VerbForm=Fin 13 aux 13:aux _ 13 have have VERB VB VerbForm=Inf 3 conj 3:conj:but _ -14 some some DET DT _ 16 det 16:det _ +14 some some DET DT PronType=Ind 16 det 16:det _ 15 accessibility accessibility NOUN NN Number=Sing 16 compound 16:compound _ 16 challenges challenge NOUN NNS Number=Plur 13 obj 13:obj|25:obj _ 17 in in ADP IN _ 19 case 19:case _ @@ -55131,13 +55149,13 @@ # newpar id = email-enronsent25_01-p0009 # text = I hope you don't change your mind about going to the wedding Sunday. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 4-5 don't _ _ _ _ _ _ _ _ -4 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 n't not PART RB _ 6 advmod 6:advmod _ 6 change change VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 mind mind NOUN NN Number=Sing 6 obj 6:obj _ 9 about about SCONJ IN _ 10 mark 10:mark _ 10 going go VERB VBG VerbForm=Ger 6 advcl 6:advcl:about _ @@ -55150,7 +55168,7 @@ # sent_id = email-enronsent25_01-0017 # text = I plan on taking Michael to the new Star Wars exhibit at the Museum of Fine Arts. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 plan plan VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 plan plan VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 on on SCONJ IN _ 4 mark 4:mark _ 4 taking take VERB VBG VerbForm=Ger 2 advcl 2:advcl:on _ 5 Michael Michael PROPN NNP Number=Sing 4 obj 4:obj _ @@ -55158,28 +55176,28 @@ 7 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 8 new new ADJ JJ Degree=Pos 11 amod 11:amod _ 9 Star Star PROPN NNP Number=Sing 10 compound 10:compound _ -10 Wars Wars PROPN NNPS Number=Plur 11 compound 11:compound _ +10 Wars War PROPN NNPS Number=Plur 11 compound 11:compound _ 11 exhibit exhibit NOUN NN Number=Sing 4 obl 4:obl:to _ 12 at at ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 Museum Museum PROPN NNP Number=Sing 11 nmod 11:nmod:at _ 15 of of ADP IN _ 17 case 17:case _ -16 Fine Fine PROPN NNP Number=Sing 17 compound 17:compound _ -17 Arts Arts PROPN NNPS Number=Plur 14 nmod 14:nmod:of SpaceAfter=No +16 Fine Fine ADJ NNP Degree=Pos 17 amod 17:amod _ +17 Arts Art PROPN NNPS Number=Plur 14 nmod 14:nmod:of SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent25_01-0018 # text = They showed some kids on TV, and they were quite taken with it. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 showed show VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 some some DET DT _ 4 det 4:det _ +2 showed show VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 some some DET DT PronType=Ind 4 det 4:det _ 4 kids kid NOUN NNS Number=Plur 2 obj 2:obj _ 5 on on ADP IN _ 6 case 6:case _ -6 TV tv NOUN NN Number=Sing 2 obl 2:obl:on SpaceAfter=No +6 TV TV NOUN NN Number=Sing 2 obl 2:obl:on SpaceAfter=No 7 , , PUNCT , _ 12 punct 12:punct _ 8 and and CCONJ CC _ 12 cc 12:cc _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj:pass 12:nsubj:pass _ -10 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 aux:pass 12:aux:pass _ +10 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 12 aux:pass 12:aux:pass _ 11 quite quite ADV RB _ 12 advmod 12:advmod _ 12 taken take VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 conj 2:conj:and _ 13 with with ADP IN _ 14 case 14:case _ @@ -55188,10 +55206,10 @@ # sent_id = email-enronsent25_01-0019 # text = ++++++CONFIDENTIALITY NOTICE+++++ -1 ++++++ ++++++ SYM NFP _ 3 punct 3:punct SpaceAfter=No +1 ++++++ ++++++ PUNCT NFP _ 3 punct 3:punct SpaceAfter=No 2 CONFIDENTIALITY confidentiality NOUN NN Number=Sing 3 compound 3:compound _ 3 NOTICE notice NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -4 +++++ +++++ SYM NFP _ 3 punct 3:punct _ +4 +++++ +++++ PUNCT NFP _ 3 punct 3:punct _ # sent_id = email-enronsent25_01-0020 # text = The information in this email may be confidential and/or privileged. @@ -55203,9 +55221,9 @@ 6 may may AUX MD VerbForm=Fin 8 aux 8:aux _ 7 be be AUX VB VerbForm=Inf 8 cop 8:cop _ 8 confidential confidential ADJ JJ Degree=Pos 0 root 0:root _ -9 and and CCONJ CC _ 11 cc 11:cc SpaceAfter=No -10 / / PUNCT , _ 11 punct 11:punct SpaceAfter=No -11 or or CCONJ CC _ 12 cc 12:cc _ +9 and and CCONJ CC _ 12 cc 12:cc SpaceAfter=No +10 / / SYM SYM _ 11 cc 11:cc SpaceAfter=No +11 or or CCONJ CC _ 9 conj 9:conj:slash|12:cc _ 12 privileged privileged ADJ JJ Degree=Pos 8 conj 8:conj:and_or SpaceAfter=No 13 . . PUNCT . _ 8 punct 8:punct _ @@ -55221,10 +55239,10 @@ 8 by by ADP IN _ 11 case 11:case _ 9 only only ADV RB _ 11 advmod 11:advmod _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -11 individual individual NOUN NN Number=Sing 7 obl 7:obl:by _ +11 individual individual NOUN NN Number=Sing 7 obl:agent 7:obl:agent _ 12 or or CCONJ CC _ 13 cc 13:cc _ -13 organization organization NOUN NN Number=Sing 11 conj 7:obl:by|11:conj:or _ -14 named name VERB VBN Tense=Past|VerbForm=Part 11 acl 11:acl _ +13 organization organization NOUN NN Number=Sing 11 conj 7:obl:agent|11:conj:or _ +14 named name VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl 11:acl _ 15 above above ADV RB _ 14 advmod 14:advmod SpaceAfter=No 16 . . PUNCT . _ 4 punct 4:punct _ @@ -55232,26 +55250,26 @@ # text = If you are not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any review, dissemination or copying of this email and its attachments, if any, or the information contained herein is prohibited. 1 If if SCONJ IN _ 7 mark 7:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj|11:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 not not PART RB _ 7 advmod 7:advmod _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 intended intend VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +6 intended intend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 recipient recipient NOUN NN Number=Sing 20 advcl 20:advcl:if _ 8 or or CCONJ CC _ 11 cc 11:cc _ 9 an a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -10 authorized authorize VERB VBN Tense=Past|VerbForm=Part 11 amod 11:amod _ +10 authorized authorize VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 amod 11:amod _ 11 representative representative NOUN NN Number=Sing 7 conj 7:conj:or|20:advcl:if _ 12 of of ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -14 intended intend VERB VBN Tense=Past|VerbForm=Part 15 amod 15:amod _ +14 intended intend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 amod 15:amod _ 15 recipient recipient NOUN NN Number=Sing 11 nmod 11:nmod:of SpaceAfter=No -16 , , PUNCT , _ 20 punct 20:punct _ +16 , , PUNCT , _ 7 punct 7:punct _ 17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj:pass 20:nsubj:pass _ -18 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux:pass 20:aux:pass _ +18 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 20 aux:pass 20:aux:pass _ 19 hereby hereby ADV RB _ 20 advmod 20:advmod _ 20 notified notify VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 21 that that SCONJ IN _ 44 mark 44:mark _ -22 any any DET DT _ 23 det 23:det _ +22 any any DET DT PronType=Ind 23 det 23:det _ 23 review review NOUN NN Number=Sing 44 nsubj:pass 44:nsubj:pass SpaceAfter=No 24 , , PUNCT , _ 25 punct 25:punct _ 25 dissemination dissemination NOUN NN Number=Sing 23 conj 23:conj:or|44:nsubj:pass _ @@ -55261,16 +55279,16 @@ 29 this this DET DT Number=Sing|PronType=Dem 30 det 30:det _ 30 email email NOUN NN Number=Sing 23 nmod 23:nmod:of _ 31 and and CCONJ CC _ 33 cc 33:cc _ -32 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 33 nmod:poss 33:nmod:poss _ +32 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 33 nmod:poss 33:nmod:poss _ 33 attachments attachment NOUN NNS Number=Plur 30 conj 23:nmod:of|30:conj:and SpaceAfter=No 34 , , PUNCT , _ 36 punct 36:punct _ 35 if if SCONJ IN _ 36 mark 36:mark _ -36 any any DET DT _ 33 parataxis 33:parataxis SpaceAfter=No +36 any any DET DT PronType=Ind 33 parataxis 33:parataxis SpaceAfter=No 37 , , PUNCT , _ 36 punct 36:punct _ 38 or or CCONJ CC _ 40 cc 40:cc _ 39 the the DET DT Definite=Def|PronType=Art 40 det 40:det _ 40 information information NOUN NN Number=Sing 30 conj 23:nmod:of|30:conj:or _ -41 contained contain VERB VBN Tense=Past|VerbForm=Part 40 acl 40:acl _ +41 contained contain VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 40 acl 40:acl _ 42 herein herein ADV RB _ 41 advmod 41:advmod _ 43 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 44 aux:pass 44:aux:pass _ 44 prohibited prohibit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 ccomp 20:ccomp SpaceAfter=No @@ -55280,18 +55298,18 @@ # text = If you have received this email in error, please immediately notify the sender by return email and delete this email from your system. 1 If if SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 received receive VERB VBN Tense=Past|VerbForm=Part 12 advcl 12:advcl:if _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 email email NOUN NN Number=Sing 4 obj 4:obj _ 7 in in ADP IN _ 8 case 8:case _ 8 error error NOUN NN Number=Sing 4 obl 4:obl:in SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ +9 , , PUNCT , _ 4 punct 4:punct _ 10 please please INTJ UH _ 12 discourse 12:discourse _ 11 immediately immediately ADV RB _ 12 advmod 12:advmod _ 12 notify notify VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -14 sender sender NOUN NN Number=Sing 12 obj 12:obj _ +14 sender sender NOUN NN Number=Sing 12 iobj 12:iobj _ 15 by by ADP IN _ 17 case 17:case _ 16 return return NOUN NN Number=Sing 17 compound 17:compound _ 17 email email NOUN NN Number=Sing 12 obl 12:obl:by _ @@ -55300,13 +55318,13 @@ 20 this this DET DT Number=Sing|PronType=Dem 21 det 21:det _ 21 email email NOUN NN Number=Sing 19 obj 19:obj _ 22 from from ADP IN _ 24 case 24:case _ -23 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +23 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 system system NOUN NN Number=Sing 19 obl 19:obl:from SpaceAfter=No 25 . . PUNCT . _ 12 punct 12:punct _ # sent_id = email-enronsent25_01-0024 # text = Thank You -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 You you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ # sent_id = email-enronsent25_01-0025 @@ -55317,14 +55335,14 @@ # sent_id = email-enronsent25_01-0026 # text = 03/15/2001 04:03 PM -1 03/15/2001 03/15/2001 NUM CD NumType=Card 0 root 0:root _ -2 04:03 04:03 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 03/15/2001 03/15/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 04:03 04:03 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent25_01-0027 # text = I have a change in plans next week. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 change change NOUN NN Number=Sing 2 obj 2:obj _ 5 in in ADP IN _ 6 case 6:case _ @@ -55335,7 +55353,7 @@ # sent_id = email-enronsent25_01-0028 # text = My dad is having surgery in Ft. Worth, so I will be heading that way on Monday. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 dad dad NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 having have VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ @@ -55343,12 +55361,12 @@ 6 in in ADP IN _ 8 case 8:case _ 7 Ft. Ft. PROPN NNP Number=Sing 8 compound 8:compound _ 8 Worth Worth PROPN NNP Number=Sing 4 obl 4:obl:in SpaceAfter=No -9 , , PUNCT , _ 4 punct 4:punct _ +9 , , PUNCT , _ 14 punct 14:punct _ 10 so so ADV RB _ 14 advmod 14:advmod _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 12 will will AUX MD VerbForm=Fin 14 aux 14:aux _ 13 be be AUX VB VerbForm=Inf 14 aux 14:aux _ -14 heading head VERB VBG Tense=Pres|VerbForm=Part 4 ccomp 4:ccomp _ +14 heading head VERB VBG Tense=Pres|VerbForm=Part 4 parataxis 4:parataxis _ 15 that that DET DT Number=Sing|PronType=Dem 16 det 16:det _ 16 way way NOUN NN Number=Sing 14 obj 14:obj _ 17 on on ADP IN _ 18 case 18:case _ @@ -55370,7 +55388,7 @@ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 12 may may AUX MD VerbForm=Fin 13 aux 13:aux _ 13 have have VERB VB VerbForm=Inf 3 conj 3:conj:but _ -14 some some DET DT _ 16 det 16:det _ +14 some some DET DT PronType=Ind 16 det 16:det _ 15 accessibility accessibility NOUN NN Number=Sing 16 compound 16:compound _ 16 challenges challenge NOUN NNS Number=Plur 13 obj 13:obj|25:obj _ 17 in in ADP IN _ 19 case 19:case _ @@ -55405,16 +55423,16 @@ # text = I'm not planning to get involved since this is your deal. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|7:nsubj:xsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 planning plan VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 to to PART TO _ 7 mark 7:mark _ -6 get get VERB VB VerbForm=Inf 7 aux:pass 7:aux:pass _ -7 involved involved ADJ JJ Degree=Pos 4 xcomp 4:xcomp _ +6 get get VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ +7 involved involved ADJ JJ Degree=Pos 6 xcomp 6:xcomp _ 8 since since SCONJ IN _ 12 mark 12:mark _ 9 this this PRON DT Number=Sing|PronType=Dem 12 nsubj 12:nsubj _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ -11 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 deal deal NOUN NN Number=Sing 4 advcl 4:advcl:since SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ @@ -55429,16 +55447,16 @@ # sent_id = email-enronsent25_01-0034 # text = Lorie Leigh @ ECT -1 Lorie lorie X GW _ 0 root 0:root _ -2 Leigh leigh X GW _ 1 goeswith 1:goeswith _ -3 @ @ X GW _ 1 goeswith 1:goeswith _ -4 ECT ect X ADD _ 1 goeswith 1:goeswith _ +1 Lorie lorieleigh@ect X GW Typo=Yes 0 root 0:root _ +2 Leigh _ X GW _ 1 goeswith 1:goeswith _ +3 @ _ X GW _ 1 goeswith 1:goeswith _ +4 ECT _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent25_01-0035 # text = 03/15/2001 04:17 PM -1 03/15/2001 03/15/2001 NUM CD NumType=Card 0 root 0:root _ -2 04:17 04:17 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 03/15/2001 03/15/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 04:17 04:17 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent25_01-0036 # text = Conference Plus will be hosting this call: @@ -55456,45 +55474,45 @@ # text = the date: Thursday, March 22nd, 2001 1 the the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 date date NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 4 punct 4:punct _ 4 Thursday Thursday PROPN NNP Number=Sing 2 appos 2:appos SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 7 punct 7:punct _ 6 March March PROPN NNP Number=Sing 7 compound 7:compound _ -7 22nd 22nd NOUN NN Number=Sing 4 appos 4:appos SpaceAfter=No -8 , , PUNCT , _ 4 punct 4:punct _ -9 2001 2001 NUM CD NumType=Card 4 nmod:tmod 4:nmod:tmod _ +7 22nd 22nd NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 4 appos 4:appos SpaceAfter=No +8 , , PUNCT , _ 9 punct 9:punct _ +9 2001 2001 NUM CD NumForm=Digit|NumType=Card 4 nmod:tmod 4:nmod:tmod _ # sent_id = email-enronsent25_01-0038 # text = the number: 1-800-991-9019 1 the the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 number number NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ -4 1-800-991-9019 1-800-991-9019 NUM CD NumType=Card 2 appos 2:appos _ +3 : : PUNCT : _ 4 punct 4:punct _ +4 1-800-991-9019 1-800-991-9019 NUM CD NumForm=Digit|NumType=Card 2 appos 2:appos _ # sent_id = email-enronsent25_01-0039 # text = the passcode: 6871082# 1 the the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 passcode passcode NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ -4 6871082# 6871082# NUM CD NumType=Card 2 appos 2:appos _ +3 : : PUNCT : _ 4 punct 4:punct _ +4 6871082# 6871082# NUM CD NumForm=Digit|NumType=Card 2 appos 2:appos _ # sent_id = email-enronsent25_01-0040 # text = the time: 10:00 AM - 11:00 AM CST 1 the the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 time time NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ -4 10:00 10:00 NUM CD NumType=Card 5 nummod 5:nummod _ -5 AM am NOUN NN Number=Sing 2 appos 2:appos _ -6 - - SYM SYM _ 5 nmod 5:nmod _ -7 11:00 11:00 NUM CD NumType=Card 8 nummod 8:nummod _ -8 AM am NOUN NN Number=Sing 6 appos 6:appos _ +3 : : PUNCT : _ 5 punct 5:punct _ +4 10:00 10:00 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ +5 AM a.m. NOUN NN Number=Sing 2 appos 2:appos _ +6 - - SYM SYM _ 8 case 8:case _ +7 11:00 11:00 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ +8 AM a.m. NOUN NN Number=Sing 5 nmod 5:nmod _ 9 CST CST PROPN NNP Number=Sing 8 nmod:npmod 8:nmod:npmod _ # sent_id = email-enronsent25_01-0041 # text = the place: EB 3143C 1 the the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 place place NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 5 punct 5:punct _ 4 EB EB PROPN NNP Number=Sing 5 compound 5:compound _ 5 3143C 3143c NOUN NN Number=Sing 2 appos 2:appos _ @@ -55502,12 +55520,12 @@ # text = the subject: Turbine 1 and Turbine 2 Purchase Agreement 1 the the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 subject subject NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 10 punct 10:punct _ 4 Turbine turbine NOUN NN Number=Sing 10 compound 10:compound _ -5 1 1 NUM CD NumType=Card 4 nummod 4:nummod _ +5 1 1 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 Turbine turbine NOUN NN Number=Sing 4 conj 4:conj:and|10:compound _ -8 2 2 NUM CD NumType=Card 7 nummod 7:nummod _ +8 2 2 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 9 Purchase purchase NOUN NN Number=Sing 10 compound 10:compound _ 10 Agreement agreement NOUN NN Number=Sing 2 appos 2:appos _ @@ -55515,12 +55533,12 @@ # text = If you have any problems or questions, please feel free to call me at 713-853-1696. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ -4 any any DET DT _ 5 det 5:det _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 problems problem NOUN NNS Number=Plur 3 obj 3:obj _ 6 or or CCONJ CC _ 7 cc 7:cc _ 7 questions question NOUN NNS Number=Plur 5 conj 3:obj|5:conj:or SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +8 , , PUNCT , _ 3 punct 3:punct _ 9 please please INTJ UH _ 10 discourse 10:discourse _ 10 feel feel VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 11 free free ADJ JJ Degree=Pos 10 xcomp 10:xcomp _ @@ -55528,12 +55546,12 @@ 13 call call VERB VB VerbForm=Inf 11 advcl 11:advcl:to _ 14 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 13 obj 13:obj _ 15 at at ADP IN _ 16 case 16:case _ -16 713-853-1696 713-853-1696 NUM CD NumType=Card 13 obl 13:obl:at SpaceAfter=No +16 713-853-1696 713-853-1696 NUM CD NumForm=Digit|NumType=Card 13 obl 13:obl:at SpaceAfter=No 17 . . PUNCT . _ 10 punct 10:punct _ # sent_id = email-enronsent25_01-0044 # text = Thank you, -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No 3 , , PUNCT , _ 1 punct 1:punct _ @@ -55546,16 +55564,16 @@ # newpar id = email-enronsent25_01-p0014 # text = Yes, but this time it is his carotid artery - the one that transports blood to the brain. 1 Yes yes INTJ UH _ 10 discourse 10:discourse SpaceAfter=No -2 , , PUNCT , _ 10 punct 10:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 but but CCONJ CC _ 10 cc 10:cc _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 time time NOUN NN Number=Sing 10 obl:tmod 10:obl:tmod _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ -8 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 carotid carotid NOUN NN Number=Sing 10 compound 10:compound _ 10 artery artery NOUN NN Number=Sing 0 root 0:root _ -11 - - PUNCT , _ 10 punct 10:punct _ +11 - - PUNCT , _ 13 punct 13:punct _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 one one NOUN NN Number=Sing 10 appos 10:appos|15:nsubj _ 14 that that PRON WDT PronType=Rel 15 nsubj 13:ref _ @@ -55570,17 +55588,17 @@ # text = Big deal kinda stuff. 1 Big big ADJ JJ Degree=Pos 2 amod 2:amod _ 2 deal deal NOUN NN Number=Sing 3 compound 3:compound _ -3 kind kind NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -4 a of ADP IN Abbr=Yes 5 case 5:case _ -5 stuff stuff NOUN NN Number=Sing 3 nmod 3:nmod:a SpaceAfter=No +3 kind kind NOUN NN Number=Sing 0 root 0:root CorrectSpaceAfter=Yes|SpaceAfter=No +4 a of ADP IN Abbr=Yes 5 case 5:case CorrectForm=of +5 stuff stuff NOUN NN Number=Sing 3 nmod 3:nmod:of SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent25_01-0048 # newpar id = email-enronsent25_01-p0015 # text = I hope your dad's surgery goes well! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4-5 dad's _ _ _ _ _ _ _ _ 4 dad dad NOUN NN Number=Sing 6 nmod:poss 6:nmod:poss _ 5 's 's PART POS _ 4 case 4:case _ @@ -55620,9 +55638,9 @@ # sent_id = email-enronsent25_01-0052 # text = 03/15/2001 04:11 PM -1 03/15/2001 03/15/2001 NUM CD NumType=Card 0 root 0:root _ -2 04:11 04:11 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 03/15/2001 03/15/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 04:11 04:11 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent25_01-0053 # text = Kay Mann @@ -55631,14 +55649,14 @@ # sent_id = email-enronsent25_01-0054 # text = 03/15/2001 04:03 PM -1 03/15/2001 03/15/2001 NUM CD NumType=Card 0 root 0:root _ -2 04:03 04:03 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 03/15/2001 03/15/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 04:03 04:03 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent25_01-0055 # text = I have a change in plans next week. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 change change NOUN NN Number=Sing 2 obj 2:obj _ 5 in in ADP IN _ 6 case 6:case _ @@ -55649,7 +55667,7 @@ # sent_id = email-enronsent25_01-0056 # text = My dad is having surgery in Ft. Worth, so I will be heading that way on Monday. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 dad dad NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 having have VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ @@ -55662,7 +55680,7 @@ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 12 will will AUX MD VerbForm=Fin 14 aux 14:aux _ 13 be be AUX VB VerbForm=Inf 14 aux 14:aux _ -14 heading head VERB VBG Tense=Pres|VerbForm=Part 4 conj 4:conj _ +14 heading head VERB VBG Tense=Pres|VerbForm=Part 4 parataxis 4:parataxis _ 15 that that DET DT Number=Sing|PronType=Dem 16 det 16:det _ 16 way way NOUN NN Number=Sing 14 obl:npmod 14:obl:npmod _ 17 on on ADP IN _ 18 case 18:case _ @@ -55684,7 +55702,7 @@ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 12 may may AUX MD VerbForm=Fin 13 aux 13:aux _ 13 have have VERB VB VerbForm=Inf 3 conj 3:conj:but _ -14 some some DET DT _ 16 det 16:det _ +14 some some DET DT PronType=Ind 16 det 16:det _ 15 accessibility accessibility NOUN NN Number=Sing 16 compound 16:compound _ 16 challenges challenge NOUN NNS Number=Plur 13 obj 13:obj|25:obj _ 17 in in ADP IN _ 19 case 19:case _ @@ -55718,11 +55736,11 @@ # newpar id = email-enronsent25_01-p0018 # text = For better or worse, all the folks under the heading "Origination" and "Development" are ours, although Kathleen has a special role with Development. 1 For for ADP IN _ 2 case 2:case _ -2 better better ADJ JJR Degree=Cmp 20 obl 20:obl:for _ +2 better good ADJ JJR Degree=Cmp 20 obl 20:obl:for _ 3 or or CCONJ CC _ 4 cc 4:cc _ -4 worse worse ADJ JJR Degree=Cmp 2 conj 2:conj:or|20:obl:for SpaceAfter=No -5 , , PUNCT , _ 20 punct 20:punct _ -6 all all DET PDT _ 8 det:predet 8:det:predet _ +4 worse bad ADJ JJR Degree=Cmp 2 conj 2:conj:or|20:obl:for SpaceAfter=No +5 , , PUNCT , _ 2 punct 2:punct _ +6 all all DET PDT PronType=Tot 8 det:predet 8:det:predet _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 folks folk NOUN NNS Number=Plur 20 nsubj 20:nsubj _ 9 under under ADP IN _ 11 case 11:case _ @@ -55735,9 +55753,9 @@ 16 " " PUNCT `` _ 17 punct 17:punct SpaceAfter=No 17 Development development NOUN NN Number=Sing 13 conj 11:appos|13:conj:and SpaceAfter=No 18 " " PUNCT '' _ 17 punct 17:punct _ -19 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ -20 ours ours PRON PRP _ 0 root 0:root SpaceAfter=No -21 , , PUNCT , _ 20 punct 20:punct _ +19 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ +20 ours our PRON PRP Number=Plur|Person=1|Poss=Yes|PronType=Prs 0 root 0:root SpaceAfter=No +21 , , PUNCT , _ 24 punct 24:punct _ 22 although although SCONJ IN _ 24 mark 24:mark _ 23 Kathleen Kathleen PROPN NNP Number=Sing 24 nsubj 24:nsubj _ 24 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 advcl 20:advcl:although _ @@ -55756,19 +55774,19 @@ # newpar id = email-enronsent25_01-p0019 # text = FYI - See rows 49-53; columns E-J for our group. 1 FYI fyi ADV RB _ 3 advmod 3:advmod _ -2 - - PUNCT , _ 3 punct 3:punct _ +2 - - PUNCT , _ 1 punct 1:punct _ 3 See see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 rows row NOUN NNS Number=Plur 3 obj 3:obj _ -5 49 49 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No +5 49 49 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No 6 - - SYM SYM _ 7 case 7:case SpaceAfter=No -7 53 53 NUM CD NumType=Card 5 nmod 5:nmod SpaceAfter=No -8 ; ; PUNCT , _ 5 punct 5:punct _ +7 53 53 NUM CD NumForm=Digit|NumType=Card 5 nmod 5:nmod SpaceAfter=No +8 ; ; PUNCT , _ 9 punct 9:punct _ 9 columns column NOUN NNS Number=Plur 4 conj 3:obj|4:conj _ -10 E e NOUN NN Number=Sing 9 nummod 9:nummod SpaceAfter=No +10 E E NOUN NN Number=Sing 9 nummod 9:nummod SpaceAfter=No 11 - - SYM SYM _ 12 case 12:case SpaceAfter=No -12 J j NOUN NN Number=Sing 10 nmod 10:nmod _ +12 J J NOUN NN Number=Sing 10 nmod 10:nmod _ 13 for for ADP IN _ 15 case 15:case _ -14 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 group group NOUN NN Number=Sing 3 obl 3:obl:for SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ @@ -55779,25 +55797,25 @@ # sent_id = email-enronsent25_01-0064 # text = Lorie Leigh @ ECT -1 Lorie lorie X GW _ 0 root 0:root _ -2 Leigh leigh X GW _ 1 goeswith 1:goeswith _ -3 @ @ X GW _ 1 goeswith 1:goeswith _ -4 ECT ect X ADD _ 1 goeswith 1:goeswith _ +1 Lorie lorieleigh@ect X GW Typo=Yes 0 root 0:root _ +2 Leigh _ X GW _ 1 goeswith 1:goeswith _ +3 @ _ X GW _ 1 goeswith 1:goeswith _ +4 ECT _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent25_01-0065 # text = 03/15/2001 04:44 PM -1 03/15/2001 03/15/2001 NUM CD NumType=Card 0 root 0:root _ -2 04:44 04:44 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 03/15/2001 03/15/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 04:44 04:44 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent25_01-0066 # text = I received a report from HR and it appears there is conflicting information regarding some of the titles for various employees. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 received receive VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 report report NOUN NN Number=Sing 2 obj 2:obj _ 5 from from ADP IN _ 6 case 6:case _ -6 HR hr NOUN NN Number=Sing 4 nmod 4:nmod:from _ +6 HR HR NOUN NN Number=Sing 4 nmod 4:nmod:from _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 expl 9:expl _ 9 appears appear VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ @@ -55806,7 +55824,7 @@ 12 conflicting conflict VERB VBG VerbForm=Ger 13 amod 13:amod _ 13 information information NOUN NN Number=Sing 11 nsubj 11:nsubj _ 14 regarding regard VERB VBG VerbForm=Ger 15 case 15:case _ -15 some some DET DT _ 13 nmod 13:nmod:regarding _ +15 some some DET DT PronType=Ind 13 nmod 13:nmod:regarding _ 16 of of ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 titles title NOUN NNS Number=Plur 15 nmod 15:nmod:of _ @@ -55822,12 +55840,12 @@ 3 that that SCONJ IN _ 7 mark 7:mark _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 titles title NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 7 correct correct ADJ JJ Degree=Pos 2 ccomp 2:ccomp _ 8 for for ADP IN _ 9 case 9:case _ -9 everyone everyone PRON NN Number=Sing 7 obl 7:obl:for _ +9 everyone everyone PRON NN Number=Sing|PronType=Tot 7 obl 7:obl:for _ 10 in in ADP IN _ 12 case 12:case _ -11 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 group group NOUN NN Number=Sing 9 nmod 9:nmod:in SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ @@ -55837,7 +55855,7 @@ 2 ones one NOUN NNS Number=Plur 10 nsubj 5:obl|10:nsubj _ 3 that that PRON WDT PronType=Rel 5 obl 2:ref _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +5 made make VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 6 changes change NOUN NNS Number=Plur 5 obj 5:obj _ 7 to to ADP IN _ 3 case 3:case _ 8 are be AUX VB VerbForm=Inf 10 cop 10:cop _ @@ -55859,7 +55877,7 @@ # newpar id = email-enronsent25_01-p0021 # text = I formatted the file so that it would print on one legal size sheet. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 formatted format VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 formatted format VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 file file NOUN NN Number=Sing 2 obj 2:obj _ 5 so so SCONJ IN _ 9 mark 9:mark _ @@ -55868,7 +55886,7 @@ 8 would would AUX MD VerbForm=Fin 9 aux 9:aux _ 9 print print VERB VB VerbForm=Inf 2 advcl 2:advcl:so_that _ 10 on on ADP IN _ 14 case 14:case _ -11 one one NUM CD NumType=Card 14 nummod 14:nummod _ +11 one one NUM CD NumForm=Word|NumType=Card 14 nummod 14:nummod _ 12 legal legal ADJ JJ Degree=Pos 13 amod 13:amod _ 13 size size NOUN NN Number=Sing 14 compound 14:compound _ 14 sheet sheet NOUN NN Number=Sing 9 obl 9:obl:on SpaceAfter=No @@ -55882,13 +55900,13 @@ 4 new new ADJ JJ Degree=Pos 5 amod 5:amod _ 5 file file NOUN NN Number=Sing 2 obj 2:obj _ 6 as as ADP IN _ 10 case 10:case _ -7 opposed oppose VERB VBN Tense=Past|VerbForm=Part 6 fixed 6:fixed _ +7 opposed oppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 fixed 6:fixed _ 8 to to ADP IN _ 6 fixed 6:fixed _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 one one NOUN NN Number=Sing 2 obl 2:obl:as_opposed_to _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ -13 earlier earlier ADV RB _ 12 advmod 12:advmod SpaceAfter=No +12 sent send VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +13 earlier early ADV RBR Degree=Cmp 12 advmod 12:advmod SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent25_01-0073 @@ -55896,14 +55914,14 @@ 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 review review VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -4 attached attach VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +4 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 5 org org NOUN NN Number=Sing 6 compound 6:compound _ 6 chart chart NOUN NN Number=Sing 2 obj 2:obj _ 7 for for ADP IN _ 8 case 8:case _ 8 March March PROPN NNP Number=Sing 6 nmod 6:nmod:for _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 submit submit VERB VB Mood=Imp|VerbForm=Fin 2 conj 2:conj:and _ -11 any any DET DT _ 12 det 12:det _ +11 any any DET DT PronType=Ind 12 det 12:det _ 12 changes change NOUN NNS Number=Plur 10 obj 10:obj _ 13 by by ADP IN _ 14 case 14:case _ 14 noon noon NOUN NN Number=Sing 10 obl 10:obl:by _ @@ -55916,20 +55934,20 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 imperative imperative ADJ JJ Degree=Pos 0 root 0:root _ 4 that that SCONJ IN _ 14 mark 14:mark _ -5 all all DET DT _ 14 nsubj 14:nsubj _ +5 all all DET DT PronType=Tot 14 nsubj 14:nsubj _ 6 of of ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 information information NOUN NN Number=Sing 5 nmod 5:nmod:of _ 9 on on ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -11 attached attach VERB VBN Tense=Past|VerbForm=Part 12 amod 12:amod _ +11 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 amod 12:amod _ 12 file file NOUN NN Number=Sing 8 nmod 8:nmod:on _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 14 accurate accurate ADJ JJ Degree=Pos 3 ccomp 3:ccomp SpaceAfter=No -15 , , PUNCT , _ 14 punct 14:punct _ +15 , , PUNCT , _ 17 punct 17:punct _ 16 including include VERB VBG VerbForm=Ger 17 case 17:case _ 17 titles title NOUN NNS Number=Plur 14 obl 14:obl:including SpaceAfter=No -18 , , PUNCT , _ 3 punct 3:punct _ +18 , , PUNCT , _ 24 punct 24:punct _ 19 as as SCONJ IN _ 24 mark 24:mark _ 20 this this DET DT Number=Sing|PronType=Dem 21 det 21:det _ 21 information information NOUN NN Number=Sing 24 nsubj:pass 24:nsubj:pass _ @@ -55976,7 +55994,7 @@ # text = I finally got it to blackline correctly. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 finally finally ADV RB _ 3 advmod 3:advmod _ -3 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj|6:nsubj:xsubj _ 5 to to PART TO _ 6 mark 6:mark _ 6 blackline blackline VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ @@ -56001,7 +56019,7 @@ 7 provision provision NOUN NN Number=Sing 2 nsubj:pass 2:nsubj:pass _ 8 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No 9 actually actually ADV RB _ 12 advmod 12:advmod _ -10 2 2 NUM CD NumType=Card 12 nummod 12:nummod _ +10 2 2 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 11 different different ADJ JJ Degree=Pos 12 amod 12:amod _ 12 versions version NOUN NNS Number=Plur 7 appos 7:appos SpaceAfter=No 13 ) ) PUNCT -RRB- _ 12 punct 12:punct SpaceAfter=No @@ -56020,16 +56038,16 @@ # sent_id = email-enronsent25_01-0084 # newpar id = email-enronsent25_01-p0023 # text = Lorie Leigh @ ECT -1 Lorie lorie X GW _ 0 root 0:root _ -2 Leigh leigh X GW _ 1 goeswith 1:goeswith _ -3 @ @ X GW _ 1 goeswith 1:goeswith _ -4 ECT ect X ADD _ 1 goeswith 1:goeswith _ +1 Lorie lorieleigh@ect X GW Typo=Yes 0 root 0:root _ +2 Leigh _ X GW _ 1 goeswith 1:goeswith _ +3 @ _ X GW _ 1 goeswith 1:goeswith _ +4 ECT _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent25_01-0085 # text = 03/15/2001 04:17 PM -1 03/15/2001 03/15/2001 NUM CD NumType=Card 0 root 0:root _ -2 04:17 04:17 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 03/15/2001 03/15/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 04:17 04:17 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent25_01-0086 # text = Conference Plus will be hosting this call: @@ -56047,45 +56065,45 @@ # text = the date: Thursday, March 22nd, 2001 1 the the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 date date NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 4 punct 4:punct _ 4 Thursday Thursday PROPN NNP Number=Sing 2 appos 2:appos SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 7 punct 7:punct _ 6 March March PROPN NNP Number=Sing 7 compound 7:compound _ -7 22nd 22nd NOUN NN Number=Sing 4 appos 4:appos SpaceAfter=No -8 , , PUNCT , _ 4 punct 4:punct _ -9 2001 2001 NUM CD NumType=Card 4 nmod:tmod 4:nmod:tmod _ +7 22nd 22nd NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 4 appos 4:appos SpaceAfter=No +8 , , PUNCT , _ 9 punct 9:punct _ +9 2001 2001 NUM CD NumForm=Digit|NumType=Card 4 nmod:tmod 4:nmod:tmod _ # sent_id = email-enronsent25_01-0088 # text = the number: 1-800-991-9019 1 the the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 number number NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ -4 1-800-991-9019 1-800-991-9019 NUM CD NumType=Card 2 appos 2:appos _ +3 : : PUNCT : _ 4 punct 4:punct _ +4 1-800-991-9019 1-800-991-9019 NUM CD NumForm=Digit|NumType=Card 2 appos 2:appos _ # sent_id = email-enronsent25_01-0089 # text = the passcode: 6871082# 1 the the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 passcode passcode NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ -4 6871082# 6871082# NUM CD NumType=Card 2 appos 2:appos _ +3 : : PUNCT : _ 4 punct 4:punct _ +4 6871082# 6871082# NUM CD NumForm=Digit|NumType=Card 2 appos 2:appos _ # sent_id = email-enronsent25_01-0090 # text = the time: 10:00 AM - 11:00 AM CST 1 the the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 time time NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ -4 10:00 10:00 NUM CD NumType=Card 5 nummod 5:nummod _ -5 AM am NOUN NN Number=Sing 2 appos 2:appos _ -6 - - SYM SYM _ 5 nmod 5:nmod _ -7 11:00 11:00 NUM CD NumType=Card 8 nummod 8:nummod _ -8 AM am NOUN NN Number=Sing 6 appos 6:appos _ +3 : : PUNCT : _ 5 punct 5:punct _ +4 10:00 10:00 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ +5 AM a.m. NOUN NN Number=Sing 2 appos 2:appos _ +6 - - SYM SYM _ 8 case 8:case _ +7 11:00 11:00 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ +8 AM a.m. NOUN NN Number=Sing 5 nmod 5:nmod _ 9 CST CST PROPN NNP Number=Sing 8 nmod:npmod 8:nmod:npmod _ # sent_id = email-enronsent25_01-0091 # text = the place: EB 3143C 1 the the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 place place NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 5 punct 5:punct _ 4 EB EB PROPN NNP Number=Sing 5 compound 5:compound _ 5 3143C 3143c NOUN NN Number=Sing 2 appos 2:appos _ @@ -56093,12 +56111,12 @@ # text = the subject: Turbine 1 and Turbine 2 Purchase Agreement 1 the the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 subject subject NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 10 punct 10:punct _ 4 Turbine turbine NOUN NN Number=Sing 10 compound 10:compound _ -5 1 1 NUM CD NumType=Card 4 nummod 4:nummod _ +5 1 1 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 Turbine turbine NOUN NN Number=Sing 4 conj 4:conj:and|10:compound _ -8 2 2 NUM CD NumType=Card 7 nummod 7:nummod _ +8 2 2 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 9 Purchase purchase NOUN NN Number=Sing 10 compound 10:compound _ 10 Agreement agreement NOUN NN Number=Sing 2 appos 2:appos _ @@ -56106,12 +56124,12 @@ # text = If you have any problems or questions, please feel free to call me at 713-853-1696. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ -4 any any DET DT _ 5 det 5:det _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 problems problem NOUN NNS Number=Plur 3 obj 3:obj _ 6 or or CCONJ CC _ 7 cc 7:cc _ 7 questions question NOUN NNS Number=Plur 5 conj 3:obj|5:conj:or SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +8 , , PUNCT , _ 3 punct 3:punct _ 9 please please INTJ UH _ 10 discourse 10:discourse _ 10 feel feel VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 11 free free ADJ JJ Degree=Pos 10 xcomp 10:xcomp _ @@ -56119,12 +56137,12 @@ 13 call call VERB VB VerbForm=Inf 11 advcl 11:advcl:to _ 14 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 13 obj 13:obj _ 15 at at ADP IN _ 16 case 16:case _ -16 713-853-1696 713-853-1696 NUM CD NumType=Card 13 obl 13:obl:at SpaceAfter=No +16 713-853-1696 713-853-1696 NUM CD NumForm=Digit|NumType=Card 13 obl 13:obl:at SpaceAfter=No 17 . . PUNCT . _ 10 punct 10:punct _ # sent_id = email-enronsent25_01-0094 # text = Thank you, -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No 3 , , PUNCT , _ 1 punct 1:punct _ @@ -56132,7 +56150,7 @@ # text = Lorie Leigh 46093 1 Lorie Lorie PROPN NNP Number=Sing 0 root 0:root _ 2 Leigh Leigh PROPN NNP Number=Sing 1 flat 1:flat _ -3 46093 46093 NUM CD NumType=Card 1 list 1:list _ +3 46093 46093 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ # sent_id = email-enronsent25_01-0096 # text = Kay Mann @@ -56141,9 +56159,9 @@ # sent_id = email-enronsent25_01-0097 # text = 02/13/2001 04:13 PM -1 02/13/2001 02/13/2001 NUM CD NumType=Card 0 root 0:root _ -2 04:13 04:13 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 02/13/2001 02/13/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 04:13 04:13 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent25_01-0098 # text = Good afternoon, @@ -56156,19 +56174,19 @@ # text = I'm forwarding a revised development agreement term sheet, showing revisions from your original version. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 forwarding forward VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -5 revised revise VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod _ +5 revised revise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod _ 6 development development NOUN NN Number=Sing 7 compound 7:compound _ 7 agreement agreement NOUN NN Number=Sing 9 compound 9:compound _ 8 term term NOUN NN Number=Sing 9 compound 9:compound _ 9 sheet sheet NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 showing show VERB VBG VerbForm=Ger 9 acl 9:acl _ 12 revisions revision NOUN NNS Number=Plur 11 obj 11:obj _ 13 from from ADP IN _ 16 case 16:case _ -14 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +14 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 15 original original ADJ JJ Degree=Pos 16 amod 16:amod _ 16 version version NOUN NN Number=Sing 12 nmod 12:nmod:from SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ @@ -56176,7 +56194,7 @@ # sent_id = email-enronsent25_01-0100 # text = We look forward to seeing you soon. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 look look VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 forward forward ADV RB _ 2 advmod 2:advmod _ 4 to to SCONJ IN _ 5 mark 5:mark _ 5 seeing see VERB VBG VerbForm=Ger 2 advcl 2:advcl:to _ @@ -56211,25 +56229,25 @@ # sent_id = email-enronsent25_01-0104 # newpar id = email-enronsent25_01-p0028 # text = John Schwartzenburg@ENRON_DEVELOPMENT -1 John john X GW _ 0 root 0:root _ -2 Schwartzenburg@ENRON_DEVELOPMENT schwartzenburg@enron_development X ADD _ 1 goeswith 1:goeswith _ +1 John johnschwartzenburg@enron_development X GW Typo=Yes 0 root 0:root _ +2 Schwartzenburg@ENRON_DEVELOPMENT _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent25_01-0105 # text = 03/16/2001 09:22 AM -1 03/16/2001 03/16/2001 NUM CD NumType=Card 0 root 0:root _ -2 09:22 09:22 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 03/16/2001 03/16/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 09:22 09:22 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent25_01-0106 # text = I do not think the prior e-mail got through to Kay. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 think think VERB VB VerbForm=Inf 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 prior prior ADJ JJ Degree=Pos 7 amod 7:amod _ 7 e-mail e-mail NOUN NN Number=Sing 8 nsubj 8:nsubj _ -8 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +8 got get VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ 9 through through ADV RB _ 8 advmod 8:advmod _ 10 to to ADP IN _ 11 case 11:case _ 11 Kay Kay PROPN NNP Number=Sing 8 obl 8:obl:to SpaceAfter=No @@ -56238,8 +56256,8 @@ # sent_id = email-enronsent25_01-0107 # newpar id = email-enronsent25_01-p0029 # text = Are either of you familiar with this project? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -2 either either DET DT _ 5 nsubj 5:nsubj _ +1 Are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 either either DET DT PronType=Ind 5 nsubj 5:nsubj _ 3 of of ADP IN _ 4 case 4:case _ 4 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 nmod 2:nmod:of _ 5 familiar familiar ADJ JJ Degree=Pos 0 root 0:root _ @@ -56251,14 +56269,14 @@ # sent_id = email-enronsent25_01-0108 # text = We have had no contact with the ENA/Enron Mexico commercial or legal people and I don't want to bust any structuring goals. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 no no DET DT _ 5 det 5:det _ +4 no no DET DT PronType=Neg 5 det 5:det _ 5 contact contact NOUN NN Number=Sing 3 obj 3:obj _ 6 with with ADP IN _ 15 case 15:case _ 7 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 8 ENA ENA PROPN NNP Number=Sing 15 compound 15:compound SpaceAfter=No -9 / / PUNCT , _ 11 cc 11:cc SpaceAfter=No +9 / / SYM , _ 11 cc 11:cc SpaceAfter=No 10 Enron Enron PROPN NNP Number=Sing 11 compound 11:compound _ 11 Mexico Mexico PROPN NNP Number=Sing 8 conj 8:conj|15:compound _ 12 commercial commercial ADJ JJ Degree=Pos 15 amod 15:amod _ @@ -56268,19 +56286,19 @@ 16 and and CCONJ CC _ 20 cc 20:cc _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj|22:nsubj:xsubj _ 18-19 don't _ _ _ _ _ _ _ _ -18 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +18 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 19 n't not PART RB _ 20 advmod 20:advmod _ 20 want want VERB VB VerbForm=Inf 3 conj 3:conj:and _ 21 to to PART TO _ 22 mark 22:mark _ 22 bust bust VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ -23 any any DET DT _ 25 det 25:det _ +23 any any DET DT PronType=Ind 25 det 25:det _ 24 structuring structuring NOUN NN Number=Sing 25 compound 25:compound _ 25 goals goal NOUN NNS Number=Plur 22 obj 22:obj SpaceAfter=No 26 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent25_01-0109 # text = Our project manager (Scott Laidlaw) and engineer (Harry Okabayashi) want to issue a tasking letter to procure engineering services on this project to support the ENA work. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 project project NOUN NN Number=Sing 3 compound 3:compound _ 3 manager manager NOUN NN Number=Sing 14 nsubj 14:nsubj|16:nsubj:xsubj _ 4 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No @@ -56293,7 +56311,7 @@ 11 Harry Harry PROPN NNP Number=Sing 9 appos 9:appos _ 12 Okabayashi Okabayashi PROPN NNP Number=Sing 11 flat 11:flat SpaceAfter=No 13 ) ) PUNCT -RRB- _ 11 punct 11:punct _ -14 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +14 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 15 to to PART TO _ 16 mark 16:mark _ 16 issue issue VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 17 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ @@ -56317,15 +56335,15 @@ # text = I now understand that someone at ENA/Enron Mexico/Enron Wholesale has signed an EPC contract with ABB for this project. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 now now ADV RB _ 3 advmod 3:advmod _ -3 understand understand VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 understand understand VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 that that SCONJ IN _ 15 mark 15:mark _ -5 someone someone PRON NN Number=Sing 15 nsubj 15:nsubj _ +5 someone someone PRON NN Number=Sing|PronType=Ind 15 nsubj 15:nsubj _ 6 at at ADP IN _ 7 case 7:case _ 7 ENA ENA PROPN NNP Number=Sing 5 nmod 5:nmod:at SpaceAfter=No -8 / / PUNCT , _ 10 cc 10:cc SpaceAfter=No +8 / / SYM , _ 10 cc 10:cc SpaceAfter=No 9 Enron Enron PROPN NNP Number=Sing 10 compound 10:compound _ 10 Mexico Mexico PROPN NNP Number=Sing 7 conj 5:nmod:at|7:conj SpaceAfter=No -11 / / PUNCT , _ 13 cc 13:cc SpaceAfter=No +11 / / SYM , _ 13 cc 13:cc SpaceAfter=No 12 Enron Enron PROPN NNP Number=Sing 13 compound 13:compound _ 13 Wholesale Wholesale PROPN NNP Number=Sing 7 conj 5:nmod:at|7:conj _ 14 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ @@ -56349,14 +56367,14 @@ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 office office NOUN NN Number=Sing 0 root 0:root _ 7 today today NOUN NN Number=Sing 6 obl:tmod 6:obl:tmod SpaceAfter=No -8 , , PUNCT , _ 6 punct 6:punct _ +8 , , PUNCT , _ 11 punct 11:punct _ 9 so so ADV RB _ 11 advmod 11:advmod _ 10 please please INTJ UH _ 11 discourse 11:discourse _ 11 include include VERB VB Mood=Imp|VerbForm=Fin 6 parataxis 6:parataxis _ 12 Renee Renee PROPN NNP Number=Sing 11 obj 11:obj _ 13 Alfaro Alfaro PROPN NNP Number=Sing 12 flat 12:flat _ 14 on on ADP IN _ 16 case 16:case _ -15 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 response response NOUN NN Number=Sing 11 obl 11:obl:on SpaceAfter=No 17 . . PUNCT . _ 6 punct 6:punct _ @@ -56377,8 +56395,8 @@ # newpar id = email-enronsent22_01-p0002 # text = I enjoyed your recent e-mail but was sorry to hear about your dad. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|8:nsubj _ -2 enjoyed enjoy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 enjoyed enjoy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 recent recent ADJ JJ Degree=Pos 5 amod 5:amod _ 5 e-mail e-mail NOUN NN Number=Sing 2 obj 2:obj _ 6 but but CCONJ CC _ 8 cc 8:cc _ @@ -56387,7 +56405,7 @@ 9 to to PART TO _ 10 mark 10:mark _ 10 hear hear VERB VB VerbForm=Inf 8 advcl 8:advcl:to _ 11 about about ADP IN _ 13 case 13:case _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 dad dad NOUN NN Number=Sing 10 obl 10:obl:about SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ @@ -56397,7 +56415,7 @@ 2 sounds sound VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 as as SCONJ IN _ 8 mark 8:mark _ 4 though though SCONJ IN _ 8 mark 8:mark _ -5 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 health health NOUN NN Number=Sing 8 nsubj 8:nsubj _ 7 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 deteriorated deteriorate VERB VBN Tense=Past|VerbForm=Part 2 advcl 2:advcl:though _ @@ -56407,7 +56425,7 @@ # sent_id = email-enronsent22_01-0004 # text = These are always difficult times. 1 These this PRON DT Number=Plur|PronType=Dem 5 nsubj 5:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 always always ADV RB _ 5 advmod 5:advmod _ 4 difficult difficult ADJ JJ Degree=Pos 5 amod 5:amod _ 5 times time NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No @@ -56417,21 +56435,21 @@ # text = As I watched my mother and father's health deteriorate and ultimately watched them die, it is a very defining time in our lives. 1 As as SCONJ IN _ 3 mark 3:mark _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|13:nsubj _ -3 watched watch VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 advcl 22:advcl:as _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 watched watch VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 22 advcl 22:advcl:as _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 mother mother NOUN NN Number=Sing 9 nmod:poss 9:nmod:poss _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7-8 father's _ _ _ _ _ _ _ _ 7 father father NOUN NN Number=Sing 5 conj 5:conj:and|9:nmod:poss _ 8 's 's PART POS _ 7 case 7:case _ -9 health health NOUN NN Number=Sing 10 nsubj 10:nsubj _ -10 deteriorate deteriorate VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +9 health health NOUN NN Number=Sing 3 obj 3:obj|10:nsubj:xsubj _ +10 deteriorate deteriorate VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 11 and and CCONJ CC _ 13 cc 13:cc _ 12 ultimately ultimately ADV RB _ 13 advmod 13:advmod _ -13 watched watch VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and|22:advcl:as _ -14 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -15 die die VERB VB VerbForm=Inf 13 ccomp 13:ccomp SpaceAfter=No -16 , , PUNCT , _ 22 punct 22:punct _ +13 watched watch VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and|22:advcl:as _ +14 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 13 obj 13:obj|15:nsubj:xsubj _ +15 die die VERB VB VerbForm=Inf 13 xcomp 13:xcomp SpaceAfter=No +16 , , PUNCT , _ 3 punct 3:punct _ 17 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj _ 18 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 19 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ @@ -56439,7 +56457,7 @@ 21 defining defining ADJ JJ Degree=Pos 22 amod 22:amod _ 22 time time NOUN NN Number=Sing 0 root 0:root _ 23 in in ADP IN _ 25 case 25:case _ -24 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 lives life NOUN NNS Number=Plur 22 nmod 22:nmod:in SpaceAfter=No 26 . . PUNCT . _ 22 punct 22:punct _ @@ -56508,7 +56526,7 @@ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 9 will will AUX MD VerbForm=Fin 10 aux 10:aux _ 10 continue continue VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ -11 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 education education NOUN NN Number=Sing 10 obj 10:obj _ 13 working work VERB VBG VerbForm=Ger 10 advcl 10:advcl _ 14 toward toward ADP IN _ 16 case 16:case _ @@ -56520,30 +56538,30 @@ # text = As we are living in an age where intellectual capital is so valuable, it is important for every young person to obtain the very best possible education they can. 1 As as SCONJ IN _ 4 mark 4:mark _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 living live VERB VBG Tense=Pres|VerbForm=Part 17 advcl 17:advcl:as _ 5 in in ADP IN _ 7 case 7:case _ 6 an a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -7 age age NOUN NN Number=Sing 4 obl 4:obl:in _ -8 where where SCONJ WRB PronType=Rel 13 mark 13:mark _ +7 age age NOUN NN Number=Sing 4 obl 4:obl:in|13:obl:in _ +8 where where ADV WRB PronType=Rel 13 advmod 7:ref _ 9 intellectual intellectual ADJ JJ Degree=Pos 10 amod 10:amod _ 10 capital capital NOUN NN Number=Sing 13 nsubj 13:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 12 so so ADV RB _ 13 advmod 13:advmod _ 13 valuable valuable ADJ JJ Degree=Pos 7 acl:relcl 7:acl:relcl SpaceAfter=No -14 , , PUNCT , _ 17 punct 17:punct _ +14 , , PUNCT , _ 4 punct 4:punct _ 15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 expl 17:expl _ 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 17 important important ADJ JJ Degree=Pos 0 root 0:root _ 18 for for SCONJ IN _ 23 mark 23:mark _ -19 every every DET DT _ 21 det 21:det _ +19 every every DET DT PronType=Tot 21 det 21:det _ 20 young young ADJ JJ Degree=Pos 21 amod 21:amod _ 21 person person NOUN NN Number=Sing 23 nsubj 23:nsubj _ 22 to to PART TO _ 23 mark 23:mark _ 23 obtain obtain VERB VB VerbForm=Inf 17 csubj 17:csubj _ 24 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 25 very very ADV RB _ 26 advmod 26:advmod _ -26 best best ADJ JJS Degree=Sup 28 amod 28:amod _ +26 best good ADJ JJS Degree=Sup 28 amod 28:amod _ 27 possible possible ADJ JJ Degree=Pos 28 amod 28:amod _ 28 education education NOUN NN Number=Sing 23 obj 23:obj _ 29 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 30 nsubj 30:nsubj _ @@ -56554,16 +56572,16 @@ # text = As to our family, within the last ten days our youngest daughter Elizabeth was married to a young man from Buenos Aires, Argentina. 1 As as ADP IN _ 4 case 4:case _ 2 to to ADP IN _ 1 fixed 1:fixed _ -3 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 family family NOUN NN Number=Sing 16 obl 16:obl:as_to SpaceAfter=No -5 , , PUNCT , _ 16 punct 16:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 within within ADP IN _ 10 case 10:case _ 7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 8 last last ADJ JJ Degree=Pos 10 amod 10:amod _ -9 ten ten NUM CD NumType=Card 10 nummod 10:nummod _ +9 ten ten NUM CD NumForm=Word|NumType=Card 10 nummod 10:nummod _ 10 days day NOUN NNS Number=Plur 16 obl 16:obl:within _ -11 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ -12 youngest youngest ADJ JJS Degree=Sup 13 amod 13:amod _ +11 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 youngest young ADJ JJS Degree=Sup 13 amod 13:amod _ 13 daughter daughter NOUN NN Number=Sing 16 nsubj:pass 16:nsubj:pass _ 14 Elizabeth Elizabeth PROPN NNP Number=Sing 13 appos 13:appos _ 15 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 aux:pass 16:aux:pass _ @@ -56575,17 +56593,17 @@ 21 from from ADP IN _ 23 case 23:case _ 22 Buenos Buenos PROPN NNP Number=Sing 23 compound 23:compound _ 23 Aires Aires PROPN NNP Number=Sing 20 nmod 20:nmod:from SpaceAfter=No -24 , , PUNCT , _ 23 punct 23:punct _ +24 , , PUNCT , _ 25 punct 25:punct _ 25 Argentina Argentina PROPN NNP Number=Sing 23 appos 23:appos SpaceAfter=No 26 . . PUNCT . _ 16 punct 16:punct _ # sent_id = email-enronsent22_01-0012 # text = They met while they were both working on a project as lawyers in Buenos Aires. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 met meet VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 met meet VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 while while SCONJ IN _ 7 mark 7:mark _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -5 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 aux 7:aux _ +5 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 aux 7:aux _ 6 both both ADV RB _ 7 advmod 7:advmod _ 7 working work VERB VBG Tense=Pres|VerbForm=Part 2 advcl 2:advcl:while _ 8 on on ADP IN _ 10 case 10:case _ @@ -56602,10 +56620,10 @@ # text = They're currently on their honeymoon but shortly after returning will be moving from Buenos Aires to Miami, Florida. 1-2 They're _ _ _ _ _ _ _ _ 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj|13:nsubj _ -2 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +2 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 3 currently currently ADV RB _ 6 advmod 6:advmod _ 4 on on ADP IN _ 6 case 6:case _ -5 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 honeymoon honeymoon NOUN NN Number=Sing 0 root 0:root _ 7 but but CCONJ CC _ 13 cc 13:cc _ 8 shortly shortly ADV RB _ 10 advmod 10:advmod _ @@ -56619,7 +56637,7 @@ 16 Aires Aires PROPN NNP Number=Sing 13 obl 13:obl:from _ 17 to to ADP IN _ 18 case 18:case _ 18 Miami Miami PROPN NNP Number=Sing 13 obl 13:obl:to SpaceAfter=No -19 , , PUNCT , _ 18 punct 18:punct _ +19 , , PUNCT , _ 20 punct 20:punct _ 20 Florida Florida PROPN NNP Number=Sing 18 appos 18:appos SpaceAfter=No 21 . . PUNCT . _ 6 punct 6:punct _ @@ -56629,8 +56647,8 @@ 2 past past ADJ JJ Degree=Pos 4 amod 4:amod _ 3 Thursday Thursday PROPN NNP Number=Sing 4 compound 4:compound _ 4 night night NOUN NN Number=Sing 9 obl:tmod 9:obl:tmod _ -5 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ -6 sixth sixth ADJ JJ Degree=Pos|NumType=Ord 7 amod 7:amod _ +5 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 sixth sixth ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 7 amod 7:amod _ 7 grandchild grandchild NOUN NN Number=Sing 9 nsubj:pass 9:nsubj:pass _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ 9 born bear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No @@ -56642,11 +56660,11 @@ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ 3 born bear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 to to ADP IN _ 6 case 6:case _ -5 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 son son NOUN NN Number=Sing 3 obl 3:obl:to _ 7 David David PROPN NNP Number=Sing 6 appos 6:appos _ 8 and and CCONJ CC _ 10 cc 10:cc _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 wife wife NOUN NN Number=Sing 6 conj 3:obl:to|6:conj:and _ 11 Courtney Courtney PROPN NNP Number=Sing 10 appos 10:appos SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ @@ -56656,13 +56674,13 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ 3 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -4 7 7 NUM CD NumType=Card 5 nummod 5:nummod _ +4 7 7 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 lb. lb. NOUN NN Number=Sing 13 nmod:npmod 13:nmod:npmod SpaceAfter=No 6 , , PUNCT , _ 8 punct 8:punct _ -7 10 10 NUM CD NumType=Card 8 nummod 8:nummod _ +7 10 10 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 8 oz. oz. NOUN NN Number=Sing 5 conj 5:conj|13:nmod:npmod SpaceAfter=No -9 , , PUNCT , _ 13 punct 13:punct _ -10 20 20 NUM CD NumType=Card 11 nummod 11:nummod _ +9 , , PUNCT , _ 11 punct 11:punct _ +10 20 20 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 11 inch inch NOUN NN Number=Sing 5 conj 5:conj|13:nmod:npmod _ 12 little little ADJ JJ Degree=Pos 13 amod 13:amod _ 13 boy boy NOUN NN Number=Sing 0 root 0:root SpaceAfter=No @@ -56673,19 +56691,19 @@ 1 So so ADV RB _ 4 advmod 4:advmod _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 3 now now ADV RB _ 4 advmod 4:advmod _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 three three NUM CD NumType=Card 6 nummod 6:nummod _ +4 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 three three NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 6 grandsons grandson NOUN NNS Number=Plur 4 obj 4:obj _ 7 and and CCONJ CC _ 9 cc 9:cc _ -8 three three NUM CD NumType=Card 9 nummod 9:nummod _ +8 three three NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 9 granddaughters granddaughter NOUN NNS Number=Plur 6 conj 4:obj|6:conj:and _ 10 ranging range VERB VBG VerbForm=Ger 6 acl 6:acl _ 11 from from ADP IN _ 14 case 14:case _ 12 about about ADV RB _ 13 advmod 13:advmod _ -13 2 2 NUM CD NumType=Card 14 nummod 14:nummod _ +13 2 2 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 14 years year NOUN NNS Number=Plur 10 obl 10:obl:from _ 15 - - SYM SYM _ 17 cc 17:cc _ -16 4 4 NUM CD NumType=Card 17 nummod 17:nummod _ +16 4 4 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod _ 17 months month NOUN NNS Number=Plur 14 conj 10:obl:from|14:conj _ 18 down down ADV RB _ 22 advmod 22:advmod _ 19 to to ADP IN _ 22 case 22:case _ @@ -56697,7 +56715,7 @@ # sent_id = email-enronsent22_01-0018 # text = They are a great deal of fun. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 great great ADJ JJ Degree=Pos 5 amod 5:amod _ 5 deal deal NOUN NN Number=Sing 0 root 0:root _ @@ -56708,7 +56726,7 @@ # sent_id = email-enronsent22_01-0019 # text = We are doing quite well. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 doing do VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 quite quite ADV RB _ 5 advmod 5:advmod _ 5 well well ADV RB Degree=Pos 3 advmod 3:advmod SpaceAfter=No @@ -56723,11 +56741,11 @@ 5 to to SCONJ IN _ 6 mark 6:mark _ 6 seeing see VERB VBG VerbForm=Ger 3 advcl 3:advcl:to _ 7 Ginger Ginger PROPN NNP Number=Sing 11 compound 11:compound _ -8 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No +8 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No 9 Rees Rees PROPN NNP Number=Sing 11 compound 11:compound SpaceAfter=No -10 " " PUNCT '' _ 11 punct 11:punct _ +10 " " PUNCT '' _ 9 punct 9:punct _ 11 Copeland Copeland PROPN NNP Number=Sing 6 obj 6:obj _ -12 when when SCONJ WRB PronType=Int 14 mark 14:mark _ +12 when when ADV WRB PronType=Int 14 advmod 14:advmod _ 13 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 14 comes come VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:when _ 15 to to ADP IN _ 16 case 16:case _ @@ -56746,7 +56764,7 @@ 8 for for ADP IN _ 9 case 9:case _ 9 you you PRON PRP Case=Acc|Person=2|PronType=Prs 7 nmod 7:nmod:for _ 10 and and CCONJ CC _ 12 cc 12:cc _ -11 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 family family NOUN NN Number=Sing 9 conj 7:nmod:for|9:conj:and _ 13 should should AUX MD VerbForm=Fin 16 aux 16:aux _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ @@ -56761,9 +56779,9 @@ # sent_id = email-enronsent22_01-0022 # text = I hope you have a great summer. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +4 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 great great ADJ JJ Degree=Pos 7 amod 7:amod _ 7 summer summer NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No @@ -56772,10 +56790,10 @@ # sent_id = email-enronsent22_01-0023 # newpar id = email-enronsent22_01-p0003 # text = Thank you for your recent request for Mr. Lay to speak at your conference. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 for for ADP IN _ 6 case 6:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 recent recent ADJ JJ Degree=Pos 6 amod 6:amod _ 6 request request NOUN NN Number=Sing 1 obl 1:obl:for _ 7 for for SCONJ IN _ 11 mark 11:mark _ @@ -56784,21 +56802,21 @@ 10 to to PART TO _ 11 mark 11:mark _ 11 speak speak VERB VB VerbForm=Inf 6 acl 6:acl:to _ 12 at at ADP IN _ 14 case 14:case _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 conference conference NOUN NN Number=Sing 11 obl 11:obl:at SpaceAfter=No 15 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent22_01-0024 # text = Unfortunately, do to Mr. Lay's schedule he will not be able to participate. 1 Unfortunately unfortunately ADV RB _ 13 advmod 13:advmod SpaceAfter=No -2 , , PUNCT , _ 13 punct 13:punct _ -3 do due ADP IN _ 8 case 8:case _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 do due ADP IN Typo=Yes 8 case 8:case CorrectForm=due 4 to to ADP IN _ 3 fixed 3:fixed _ 5 Mr. Mr. PROPN NNP Number=Sing 8 nmod:poss 8:nmod:poss _ 6-7 Lay's _ _ _ _ _ _ _ _ 6 Lay Lay PROPN NNP Number=Sing 5 flat 5:flat _ 7 's 's PART POS _ 5 case 5:case _ -8 schedule schedule NOUN NN Number=Sing 13 obl 13:obl:do_to _ +8 schedule schedule NOUN NN Number=Sing 13 obl 13:obl:due_to _ 9 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ 10 will will AUX MD VerbForm=Fin 13 aux 13:aux _ 11 not not PART RB _ 13 advmod 13:advmod _ @@ -56811,7 +56829,7 @@ # sent_id = email-enronsent22_01-0025 # newpar id = email-enronsent22_01-p0004 # text = Thank you again, -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 again again ADV RB _ 1 advmod 1:advmod SpaceAfter=No 4 , , PUNCT , _ 1 punct 1:punct _ @@ -56842,7 +56860,7 @@ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 8 looks look VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ 9 like like SCONJ IN _ 13 mark 13:mark _ -10 one one NUM CD NumType=Card 11 nummod 11:nummod _ +10 one one NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 11 day day NOUN NN Number=Sing 13 nsubj 13:nsubj _ 12 will will AUX MD VerbForm=Fin 13 aux 13:aux _ 13 work work VERB VB VerbForm=Inf 8 advcl 8:advcl:like SpaceAfter=No @@ -56851,7 +56869,7 @@ # sent_id = email-enronsent22_01-0029 # text = I want to check with Mr. Lay before confirming. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 check check VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 with with ADP IN _ 6 case 6:case _ @@ -56883,22 +56901,22 @@ # text = As you know, our next meeting is on Wednesday, July 12 from 3:00-5:30 p.m. 1 As as SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:as SpaceAfter=No -4 , , PUNCT , _ 10 punct 10:punct _ -5 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +3 know know VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:as SpaceAfter=No +4 , , PUNCT , _ 3 punct 3:punct _ +5 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 next next ADJ JJ Degree=Pos 7 amod 7:amod _ 7 meeting meeting NOUN NN Number=Sing 10 nsubj 10:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 9 on on ADP IN _ 10 case 10:case _ 10 Wednesday Wednesday PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 July July PROPN NNP Number=Sing 10 appos 10:appos _ -13 12 12 NUM CD NumType=Card 12 nummod 12:nummod _ +13 12 12 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 14 from from ADP IN _ 15 case 15:case _ -15 3:00 3:00 NUM CD NumType=Card 10 nmod 10:nmod:from SpaceAfter=No +15 3:00 3:00 NUM CD NumForm=Digit|NumType=Card 10 nmod 10:nmod:from SpaceAfter=No 16 - - SYM SYM _ 18 case 18:case SpaceAfter=No -17 5:30 5:30 NUM CD NumType=Card 18 nummod 18:nummod _ -18 p.m p.m NOUN NN Number=Sing 15 nmod 15:nmod SpaceAfter=No +17 5:30 5:30 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ +18 p.m p.m. NOUN NN Number=Sing 15 nmod 15:nmod SpaceAfter=No 19 . . PUNCT . _ 10 punct 10:punct _ # sent_id = email-enronsent22_01-0034 @@ -56908,8 +56926,8 @@ 3 next next ADJ JJ Degree=Pos 4 amod 4:amod _ 4 week week NOUN NN Number=Sing 11 obl 11:obl:in _ 5 or or CCONJ CC _ 6 cc 6:cc _ -6 so so ADV RB _ 4 nummod 4:nummod SpaceAfter=No -7 , , PUNCT , _ 11 punct 11:punct _ +6 so so ADV RB _ 4 conj 4:conj:or SpaceAfter=No +7 , , PUNCT , _ 4 punct 4:punct _ 8-9 we'll _ _ _ _ _ _ _ _ 8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 9 'll will AUX MD VerbForm=Fin 11 aux 11:aux _ @@ -56918,10 +56936,10 @@ 12 around around ADV RB _ 11 advmod 11:advmod _ 13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 14 discussion discussion NOUN NN Number=Sing 15 compound 15:compound _ -15 paper paper NOUN NN Number=Sing 11 obj 11:obj|18:obj _ -16 which which PRON WDT PronType=Rel 18 obj 15:ref _ +15 paper paper NOUN NN Number=Sing 11 obj 11:obj|19:nsubj _ +16 which which PRON WDT PronType=Rel 19 nsubj 15:ref _ 17 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -18 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ +18 hope hope VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ 19 crystallizes crystallize VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 ccomp 18:ccomp _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 issues issue NOUN NNS Number=Plur 19 obj 19:obj SpaceAfter=No @@ -56938,7 +56956,7 @@ 32 of of ADP IN _ 33 case 33:case _ 33 you you PRON PRP Case=Acc|Person=2|PronType=Prs 31 nmod 31:nmod:of _ 34 as as SCONJ IN _ 35 mark 35:mark _ -35 possible possible ADJ JJ Degree=Pos 30 advcl 30:advcl:as _ +35 possible possible ADJ JJ Degree=Pos 31 advcl 31:advcl:as _ 36 before before ADP IN _ 38 case 38:case _ 37 the the DET DT Definite=Def|PronType=Art 38 det 38:det _ 38 meeting meeting NOUN NN Number=Sing 28 obl 28:obl:before _ @@ -56951,7 +56969,7 @@ # sent_id = email-enronsent22_01-0035 # text = Meanwhile, Arthur Levitt has agreed to meet with us in September to brainstorm on the ideas we've generated and also to give us a sense of some of the issues as he sees them. 1 Meanwhile meanwhile ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 Arthur Arthur PROPN NNP Number=Sing 6 nsubj 6:nsubj|8:nsubj:xsubj _ 4 Levitt Levitt PROPN NNP Number=Sing 3 flat 3:flat _ 5 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ @@ -56969,9 +56987,9 @@ 17 ideas idea NOUN NNS Number=Plur 14 obl 14:obl:on _ 18-19 we've _ _ _ _ _ _ _ _ 18 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -19 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +19 've have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 20 generated generate VERB VBN Tense=Past|VerbForm=Part 17 acl:relcl 17:acl:relcl _ -21 and and CCONJ CC _ 22 cc 22:cc _ +21 and and CCONJ CC _ 24 cc 24:cc _ 22 also also ADV RB _ 24 advmod 24:advmod _ 23 to to PART TO _ 24 mark 24:mark _ 24 give give VERB VB VerbForm=Inf 14 conj 8:advcl:to|14:conj _ @@ -56979,7 +56997,7 @@ 26 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 27 sense sense NOUN NN Number=Sing 24 obj 24:obj _ 28 of of ADP IN _ 29 case 29:case _ -29 some some DET DT _ 27 nmod 27:nmod:of _ +29 some some DET DT PronType=Ind 27 nmod 27:nmod:of _ 30 of of ADP IN _ 32 case 32:case _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 32 issues issue NOUN NNS Number=Plur 29 nmod 29:nmod:of _ @@ -56992,24 +57010,24 @@ # sent_id = email-enronsent22_01-0036 # text = There are three possible dates for the meeting, which I suggest be in two parts -- first, a meeting among the panel only from 5:00-6:30 p.m., and then a dinner with Chairman Levitt from 6:30-8:30 p.m. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 three three NUM CD NumType=Card 5 nummod 5:nummod _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 three three NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 4 possible possible ADJ JJ Degree=Pos 5 amod 5:amod _ 5 dates date NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 6 for for ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -8 meeting meeting NOUN NN Number=Sing 5 nmod 5:nmod:for|12:obj SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ -10 which which PRON WDT PronType=Rel 12 obj 8:ref _ -11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj|16:nsubj:xsubj _ -12 suggest suggest VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ -13 be be AUX VB VerbForm=Inf 16 cop 16:cop _ +8 meeting meeting NOUN NN Number=Sing 5 nmod 5:nmod:for|16:nsubj SpaceAfter=No +9 , , PUNCT , _ 12 punct 12:punct _ +10 which which PRON WDT PronType=Rel 16 nsubj 8:ref _ +11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ +12 suggest suggest VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +13 be be AUX VB Mood=Sub|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 14 in in ADP IN _ 16 case 16:case _ -15 two two NUM CD NumType=Card 16 nummod 16:nummod _ -16 parts part NOUN NNS Number=Plur 12 xcomp 12:xcomp _ -17 -- -- PUNCT , _ 16 punct 16:punct _ -18 first first ADV RB _ 21 advmod 21:advmod SpaceAfter=No -19 , , PUNCT , _ 21 punct 21:punct _ +15 two two NUM CD NumForm=Word|NumType=Card 16 nummod 16:nummod _ +16 parts part NOUN NNS Number=Plur 12 ccomp 12:ccomp _ +17 -- -- PUNCT , _ 21 punct 21:punct _ +18 first first ADV RB NumForm=Word|NumType=Ord 21 advmod 21:advmod SpaceAfter=No +19 , , PUNCT , _ 18 punct 18:punct _ 20 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 21 meeting meeting NOUN NN Number=Sing 16 appos 16:appos _ 22 among among ADP IN _ 24 case 24:case _ @@ -57017,9 +57035,9 @@ 24 panel panel NOUN NN Number=Sing 21 nmod 21:nmod:among _ 25 only only ADV RB _ 24 advmod 24:advmod _ 26 from from ADP IN _ 27 case 27:case _ -27 5:00 5:00 NUM CD NumType=Card 21 nmod 21:nmod:from SpaceAfter=No +27 5:00 5:00 NUM CD NumForm=Digit|NumType=Card 21 nmod 21:nmod:from SpaceAfter=No 28 - - SYM SYM _ 30 case 30:case SpaceAfter=No -29 6:30 6:30 NUM CD NumType=Card 30 nummod 30:nummod _ +29 6:30 6:30 NUM CD NumForm=Digit|NumType=Card 30 nummod 30:nummod _ 30 p.m. p.m. NOUN NN Number=Sing 27 nmod 27:nmod SpaceAfter=No 31 , , PUNCT , _ 35 punct 35:punct _ 32 and and CCONJ CC _ 35 cc 35:cc _ @@ -57030,16 +57048,16 @@ 37 Chairman chairman NOUN NN Number=Sing 38 compound 38:compound _ 38 Levitt Levitt PROPN NNP Number=Sing 35 nmod 35:nmod:with _ 39 from from ADP IN _ 40 case 40:case _ -40 6:30 6:30 NUM CD NumType=Card 35 nmod 35:nmod:from SpaceAfter=No +40 6:30 6:30 NUM CD NumForm=Digit|NumType=Card 35 nmod 35:nmod:from SpaceAfter=No 41 - - SYM SYM _ 43 case 43:case SpaceAfter=No -42 8:30 8:30 NUM CD NumType=Card 43 nummod 43:nummod _ -43 p.m p.m NOUN NN Number=Sing 40 nmod 40:nmod SpaceAfter=No +42 8:30 8:30 NUM CD NumForm=Digit|NumType=Card 43 nummod 43:nummod _ +43 p.m p.m. NOUN NN Number=Sing 40 nmod 40:nmod SpaceAfter=No 44 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent22_01-0037 # text = Here are the dates: 1 Here here ADV RB PronType=Dem 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 dates date NOUN NNS Number=Plur 1 nsubj 1:nsubj SpaceAfter=No 5 : : PUNCT : _ 1 punct 1:punct _ @@ -57053,7 +57071,7 @@ 4 let let VERB VB VerbForm=Inf 0 root 0:root _ 5 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 4 obj 4:obj|6:nsubj:xsubj _ 6 know know VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 which which PRON WDT PronType=Int 12 nsubj 12:nsubj _ +7 which which PRON WDT PronType=Int 12 nsubj 12:nsubj ManuallyChecked=PronType 8 of of ADP IN _ 9 case 9:case _ 9 these this PRON DT Number=Plur|PronType=Dem 7 nmod 7:nmod:of _ 10 would would AUX MD VerbForm=Fin 12 aux 12:aux _ @@ -57065,39 +57083,39 @@ # sent_id = email-enronsent22_01-0039 # text = ___________ Thursday, September 14 5:00-8:30 pm -1 ___________ ___________ SYM NFP _ 2 punct 2:punct _ +1 ___________ ___________ PUNCT NFP _ 2 punct 2:punct _ 2 Thursday Thursday PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 September September PROPN NNP Number=Sing 2 appos 2:appos _ -5 14 14 NUM CD NumType=Card 4 nummod 4:nummod _ -6 5:00 5:00 NUM CD NumType=Card 2 nmod:tmod 2:nmod:tmod SpaceAfter=No +5 14 14 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +6 5:00 5:00 NUM CD NumForm=Digit|NumType=Card 2 nmod:tmod 2:nmod:tmod SpaceAfter=No 7 - - SYM SYM _ 9 case 9:case SpaceAfter=No -8 8:30 8:30 NUM CD NumType=Card 9 nummod 9:nummod _ -9 pm pm NOUN NN Number=Sing 6 nmod 6:nmod _ +8 8:30 8:30 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ +9 pm p.m. NOUN NN Number=Sing 6 nmod 6:nmod _ # sent_id = email-enronsent22_01-0040 # text = ___________ Monday, September 25 5:00-8:30 pm -1 ___________ ___________ SYM NFP _ 2 punct 2:punct _ +1 ___________ ___________ PUNCT NFP _ 2 punct 2:punct _ 2 Monday Monday PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 September September PROPN NNP Number=Sing 2 appos 2:appos _ -5 25 25 NUM CD NumType=Card 4 nummod 4:nummod _ -6 5:00 5:00 NUM CD NumType=Card 2 nmod:tmod 2:nmod:tmod SpaceAfter=No +5 25 25 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +6 5:00 5:00 NUM CD NumForm=Digit|NumType=Card 2 nmod:tmod 2:nmod:tmod SpaceAfter=No 7 - - SYM SYM _ 9 case 9:case SpaceAfter=No -8 8:30 8:30 NUM CD NumType=Card 9 nummod 9:nummod _ -9 pm pm NOUN NN Number=Sing 6 nmod 6:nmod _ +8 8:30 8:30 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ +9 pm p.m. NOUN NN Number=Sing 6 nmod 6:nmod _ # sent_id = email-enronsent22_01-0041 # text = ___________ Wednesday, September 27 5:00-8:30 pm -1 ___________ ___________ SYM NFP _ 2 punct 2:punct _ +1 ___________ ___________ PUNCT NFP _ 2 punct 2:punct _ 2 Wednesday Wednesday PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 September September PROPN NNP Number=Sing 2 appos 2:appos _ -5 27 27 NUM CD NumType=Card 4 nummod 4:nummod _ -6 5:00 5:00 NUM CD NumType=Card 2 nmod:tmod 2:nmod:tmod SpaceAfter=No +5 27 27 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +6 5:00 5:00 NUM CD NumForm=Digit|NumType=Card 2 nmod:tmod 2:nmod:tmod SpaceAfter=No 7 - - SYM SYM _ 9 case 9:case SpaceAfter=No -8 8:30 8:30 NUM CD NumType=Card 9 nummod 9:nummod _ -9 pm pm NOUN NN Number=Sing 6 nmod 6:nmod _ +8 8:30 8:30 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ +9 pm p.m. NOUN NN Number=Sing 6 nmod 6:nmod _ # sent_id = email-enronsent22_01-0042 # newpar id = email-enronsent22_01-p0011 @@ -57116,7 +57134,7 @@ # text = Good morning, Kitty - 1 Good good ADJ JJ Degree=Pos 2 amod 2:amod _ 2 morning morning NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 Kitty Kitty PROPN NNP Number=Sing 2 vocative 2:vocative _ 5 - - PUNCT , _ 2 punct 2:punct _ @@ -57133,14 +57151,14 @@ 8 Armada Armada PROPN NNP Number=Sing 9 compound 9:compound _ 9 M306 M306 PROPN NNP Number=Sing 10 compound 10:compound _ 10 series series NOUN NN Number=Sing 6 obj 6:obj _ -11 - - PUNCT , _ 10 punct 10:punct _ +11 - - PUNCT , _ 17 punct 17:punct _ 12 " " PUNCT `` _ 17 punct 17:punct SpaceAfter=No 13 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -14 first first ADJ JJ Degree=Pos|NumType=Ord 17 amod 17:amod _ -15 ultra ultra X AFX _ 16 advmod 16:advmod _ +14 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 17 amod 17:amod _ +15 ultra ultra ADV AFX _ 16 advmod 16:advmod _ 16 portable portable ADJ JJ Degree=Pos 17 amod 17:amod _ 17 notebook notebook NOUN NN Number=Sing 10 appos 10:appos _ -18 designed design VERB VBN Tense=Past|VerbForm=Part 17 acl 17:acl _ +18 designed design VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 acl 17:acl _ 19 for for ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 enterprise enterprise NOUN NN Number=Sing 18 obl 18:obl:for SpaceAfter=No @@ -57150,20 +57168,20 @@ # sent_id = email-enronsent22_01-0046 # text = Ken said to go ahead and equip it with what you think it should have. 1 Ken Ken PROPN NNP Number=Sing 2 nsubj 2:nsubj|4:nsubj:xsubj|7:nsubj:xsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 go go VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 ahead ahead ADV RB _ 4 advmod 4:advmod _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 equip equip VERB VB VerbForm=Inf 4 conj 2:xcomp|4:conj:and _ 8 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj _ -9 with with SCONJ IN _ 10 case 10:case _ -10 what what PRON WP PronType=Int 7 obl 7:obl:with _ +9 with with ADP IN _ 10 case 10:case _ +10 what what PRON WP PronType=Rel 7 obl 7:obl:with|15:obj _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ -12 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +12 think think VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 14 should should AUX MD VerbForm=Fin 15 aux 15:aux _ -15 have have VERB VB VerbForm=Inf 12 ccomp 12:ccomp SpaceAfter=No +15 have have AUX VB VerbForm=Inf 12 ccomp 12:ccomp SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent22_01-0047 @@ -57172,7 +57190,7 @@ 2 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj|4:nsubj:xsubj _ 4 know know VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 when when SCONJ WRB PronType=Int 8 mark 8:mark _ +5 when when ADV WRB PronType=Int 8 advmod 8:advmod _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ 7 can can AUX MD VerbForm=Fin 8 aux 8:aux _ 8 expect expect VERB VB VerbForm=Inf 4 advcl 4:advcl:when _ @@ -57184,8 +57202,8 @@ # sent_id = email-enronsent22_01-0048 # text = Thanks, Kitty. 1 Thanks thanks NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ -3 Kitty Kitty PROPN NNP Number=Sing 1 parataxis 1:parataxis SpaceAfter=No +2 , , PUNCT , _ 3 punct 3:punct _ +3 Kitty Kitty PROPN NNP Number=Sing 1 vocative 1:vocative SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent22_01-0049 @@ -57202,13 +57220,13 @@ 4 link link NOUN NN Number=Sing 1 nsubj 1:nsubj _ 5 to to ADP IN _ 9 case 9:case _ 6 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -7 latest latest ADJ JJS Degree=Sup 9 amod 9:amod _ +7 latest late ADJ JJS Degree=Sup 9 amod 9:amod _ 8 commercial commercial ADJ JJ Degree=Pos 9 amod 9:amod _ 9 laptops laptop NOUN NNS Number=Plur 4 nmod 4:nmod:to _ 10 on on ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 market market NOUN NN Number=Sing 9 nmod 9:nmod:on SpaceAfter=No -13 , , PUNCT , _ 16 punct 16:punct _ +13 , , PUNCT , _ 1 punct 1:punct _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ 15 will will AUX MD VerbForm=Fin 16 aux 16:aux _ 16 follow follow VERB VB VerbForm=Inf 0 root 0:root _ @@ -57224,20 +57242,20 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 M300 M300 PROPN NNP Number=Sing 3 compound 3:compound _ 3 series series NOUN NN Number=Sing 6 nsubj 6:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 lightest lightest ADJ JJS Degree=Sup 0 root 0:root _ +6 lightest light ADJ JJS Degree=Sup 0 root 0:root _ 7 and and CCONJ CC _ 12 cc 12:cc _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 E500's e500' NOUN NNS Number=Plur 12 nsubj 12:nsubj|17:nsubj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +9 E500's E500 NOUN NNS Number=Plur 12 nsubj 12:nsubj|17:nsubj _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -12 all all DET DT _ 6 conj 6:conj:and _ +12 all all DET DT PronType=Tot 6 conj 6:conj:and _ 13 in in ADP IN _ 14 case 14:case _ -14 one one NUM CD NumType=Card 12 nmod 12:nmod:in _ +14 one one NUM CD NumForm=Word|NumType=Card 12 nmod 12:nmod:in _ 15 but but CCONJ CC _ 17 cc 17:cc _ 16 much much ADV RB _ 17 advmod 17:advmod _ -17 heavier heavier ADJ JJR Degree=Cmp 12 conj 12:conj:but SpaceAfter=No +17 heavier heavy ADJ JJR Degree=Cmp 12 conj 12:conj:but SpaceAfter=No 18 . . PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent22_01-0052 @@ -57247,24 +57265,24 @@ # sent_id = email-enronsent22_01-0053 # text = <> 1 << << PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No -2 Compaq.com compaq.com X GW _ 0 root 0:root _ -3 - - X GW _ 2 goeswith 2:goeswith _ -4 notebook.url notebook.url NOUN NN Number=Sing 2 goeswith 2:goeswith SpaceAfter=No +2 Compaq.com compaq.com-notebook.url NOUN GW Number=Sing|Typo=Yes 0 root 0:root _ +3 - _ X GW _ 2 goeswith 2:goeswith _ +4 notebook.url _ X NN _ 2 goeswith 2:goeswith SpaceAfter=No 5 >> >> PUNCT -RRB- _ 2 punct 2:punct _ # sent_id = email-enronsent22_01-0054 # newpar id = email-enronsent22_01-p0016 # text = - Compaq.com - notebook.url 1 - - PUNCT NFP _ 2 punct 2:punct _ -2 Compaq.com compaq.com X GW _ 0 root 0:root _ -3 - - X GW _ 2 goeswith 2:goeswith _ -4 notebook.url notebook.url NOUN NN Number=Sing 2 goeswith 2:goeswith _ +2 Compaq.com compaq.com-notebook.url NOUN GW Number=Sing|Typo=Yes 0 root 0:root _ +3 - _ X GW _ 2 goeswith 2:goeswith _ +4 notebook.url _ X NN _ 2 goeswith 2:goeswith _ # sent_id = email-enronsent22_01-0055 # newpar id = email-enronsent22_01-p0017 # text = Unfortunately, Mr. Lay will be in San Jose, CA participating in a conference, where he is a speaker, on June 14. 1 Unfortunately unfortunately ADV RB _ 8 advmod 8:advmod SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 Mr. Mr. PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 4 Lay Lay PROPN NNP Number=Sing 3 flat 3:flat _ 5 will will AUX MD VerbForm=Fin 8 aux 8:aux _ @@ -57272,22 +57290,22 @@ 7 in in ADP IN _ 8 case 8:case _ 8 San San PROPN NNP Number=Sing 0 root 0:root _ 9 Jose Jose PROPN NNP Number=Sing 8 flat 8:flat SpaceAfter=No -10 , , PUNCT , _ 8 punct 8:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 CA CA PROPN NNP Number=Sing 8 appos 8:appos _ 12 participating participate VERB VBG VerbForm=Ger 8 advcl 8:advcl _ 13 in in ADP IN _ 15 case 15:case _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ -15 conference conference NOUN NN Number=Sing 12 obl 12:obl:in SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ -17 where where SCONJ WRB PronType=Rel 21 mark 21:mark _ +15 conference conference NOUN NN Number=Sing 12 obl 12:obl:in|21:obl SpaceAfter=No +16 , , PUNCT , _ 21 punct 21:punct _ +17 where where ADV WRB PronType=Rel 21 advmod 15:ref _ 18 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 20 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 21 speaker speaker NOUN NN Number=Sing 15 acl:relcl 15:acl:relcl SpaceAfter=No -22 , , PUNCT , _ 21 punct 21:punct _ +22 , , PUNCT , _ 24 punct 24:punct _ 23 on on ADP IN _ 24 case 24:case _ 24 June June PROPN NNP Number=Sing 21 obl 21:obl:on _ -25 14 14 NUM CD NumType=Card 24 nummod 24:nummod SpaceAfter=No +25 14 14 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod SpaceAfter=No 26 . . PUNCT . _ 8 punct 8:punct _ # sent_id = email-enronsent22_01-0056 @@ -57299,13 +57317,13 @@ # newpar id = email-enronsent22_01-p0018 # text = RE:??? 1 RE re ADP IN _ 3 case 3:case SpaceAfter=No -2 : : PUNCT : _ 3 punct 3:punct SpaceAfter=No +2 : : PUNCT : _ 1 punct 1:punct SpaceAfter=No 3 ??? ??? SYM SYM _ 0 root 0:root _ # sent_id = email-enronsent22_01-0058 # text = June 14 Reception 1 June June PROPN NNP Number=Sing 3 compound 3:compound _ -2 14 14 NUM CD NumType=Card 1 nummod 1:nummod _ +2 14 14 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ 3 Reception reception NOUN NN Number=Sing 0 root 0:root _ # sent_id = email-enronsent22_01-0059 @@ -57316,7 +57334,7 @@ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 David David PROPN NNP Number=Sing 2 conj 2:conj:and|7:nsubj _ 6 Dewhurst Dewhurst PROPN NNP Number=Sing 5 flat 5:flat _ -7 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 sent send VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 you you PRON PRP Case=Acc|Person=2|PronType=Prs 7 iobj 7:iobj _ 9 an a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 invitation invitation NOUN NN Number=Sing 7 obj 7:obj _ @@ -57325,14 +57343,14 @@ 13 reception reception NOUN NN Number=Sing 10 nmod 10:nmod:to|17:obj _ 14 which which PRON WDT PronType=Rel 17 obj 13:ref _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 17 nsubj 17:nsubj _ -16 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +16 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 17 hosting host VERB VBG Tense=Pres|VerbForm=Part 13 acl:relcl 13:acl:relcl _ 18 on on ADP IN _ 19 case 19:case _ -19 Wed. Wed. PROPN NNP Number=Sing 17 obl 17:obl:on _ -20 6/14 6/14 NUM CD NumType=Card 19 appos 19:appos _ +19 Wed. Wednesday PROPN NNP Abbr=Yes|Number=Sing 17 obl 17:obl:on _ +20 6/14 6/14 NUM CD NumForm=Digit|NumType=Card 19 appos 19:appos _ 21 at at ADP IN _ 23 case 23:case _ -22 5:00 5:00 NUM CD NumType=Card 23 nummod 23:nummod _ -23 PM pm NOUN NN Number=Sing 17 obl 17:obl:at _ +22 5:00 5:00 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ +23 PM p.m. NOUN NN Number=Sing 17 obl 17:obl:at _ 24 to to PART TO _ 26 mark 26:mark _ 25 be be AUX VB VerbForm=Inf 26 aux:pass 26:aux:pass _ 26 held hold VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 acl 13:acl:to _ @@ -57346,7 +57364,7 @@ # sent_id = email-enronsent22_01-0060 # text = I hope that you will be able to attend that event. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 7 mark 7:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ 5 will will AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -57369,7 +57387,7 @@ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 others other NOUN NNS Number=Plur 6 conj 3:nmod:of|6:conj:and _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -10 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 made make VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 12 real real ADJ JJ Degree=Pos 13 amod 13:amod _ 13 progress progress NOUN NN Number=Sing 11 obj 11:obj _ @@ -57397,10 +57415,10 @@ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 achieve achieve VERB VB VerbForm=Inf 6 conj 4:acl:to|6:conj:and _ 12 even even ADV RB _ 13 advmod 13:advmod _ -13 greater greater ADJ JJR Degree=Cmp 14 amod 14:amod _ +13 greater great ADJ JJR Degree=Cmp 14 amod 14:amod _ 14 progress progress NOUN NN Number=Sing 11 obj 11:obj _ 15 in in ADP IN _ 19 case 19:case _ -16 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +16 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 17 public public ADJ JJ Degree=Pos 18 amod 18:amod _ 18 education education NOUN NN Number=Sing 19 compound 19:compound _ 19 system system NOUN NN Number=Sing 14 nmod 14:nmod:in SpaceAfter=No @@ -57423,7 +57441,7 @@ 13 educators educator NOUN NNS Number=Plur 11 conj 7:obl:of|11:conj:and SpaceAfter=No 14 , , PUNCT , _ 17 punct 17:punct _ 15 and and CCONJ CC _ 17 cc 17:cc _ -16 elected elect VERB VBN Tense=Past|VerbForm=Part 17 amod 17:amod _ +16 elected elect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 amod 17:amod _ 17 officials official NOUN NNS Number=Plur 11 conj 7:obl:of|11:conj:and _ 18 dedicated dedicated ADJ JJ Degree=Pos 11 amod 11:amod _ 19 to to SCONJ IN _ 20 mark 20:mark _ @@ -57451,7 +57469,7 @@ 9 you you PRON PRP Case=Acc|Person=2|PronType=Prs 7 obl 7:obl:with _ 10 on on ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -12 14th 14th NOUN NN Number=Sing 7 obl 7:obl:on SpaceAfter=No +12 14th 14th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 7 obl 7:obl:on SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent22_01-0065 @@ -57464,7 +57482,7 @@ 1 State State PROPN NNP Number=Sing 2 compound 2:compound _ 2 Representative Representative PROPN NNP Number=Sing 0 root 0:root _ 3 District District PROPN NNP Number=Sing 2 compound 2:compound _ -4 94 94 NUM CD NumType=Card 3 nummod 3:nummod _ +4 94 94 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ # sent_id = email-enronsent22_01-0067 # text = ? @@ -57481,19 +57499,19 @@ 7 , , PUNCT , _ 11 punct 11:punct _ 8 but but CCONJ CC _ 11 cc 11:cc _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 changing change VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj:but _ 12 to to ADP IN _ 16 case 16:case _ 13 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ -14 more more ADV RBR _ 15 advmod 15:advmod _ +14 more more ADV RBR Degree=Cmp 15 advmod 15:advmod _ 15 uniform uniform ADJ JJ Degree=Pos 16 amod 16:amod _ 16 address address NOUN NN Number=Sing 11 obl 11:obl:to SpaceAfter=No -17 , , PUNCT , _ 11 punct 11:punct _ +17 , , PUNCT , _ 22 punct 22:punct _ 18 so so ADV RB _ 22 advmod 22:advmod _ 19 would would AUX MD VerbForm=Fin 22 aux 22:aux _ 20 likely likely ADV RB _ 22 advmod 22:advmod _ 21 be be AUX VB VerbForm=Inf 22 cop 22:cop _ -22 better better ADJ JJR Degree=Cmp 11 parataxis 11:parataxis _ +22 better good ADJ JJR Degree=Cmp 11 parataxis 11:parataxis _ 23 to to PART TO _ 24 mark 24:mark _ 24 use use VERB VB VerbForm=Inf 22 csubj 22:csubj _ 25 kenneth.lay@enron.com kenneth.lay@enron.com X ADD _ 24 obj 24:obj SpaceAfter=No @@ -57524,12 +57542,12 @@ 1 By by ADP IN _ 3 case 3:case _ 2 return return NOUN NN Number=Sing 3 compound 3:compound _ 3 email email NOUN NN Number=Sing 6 obl 6:obl:by SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 please please INTJ UH _ 6 discourse 6:discourse _ 6 verify verify VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 7 that that SCONJ IN _ 9 mark 9:mark _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -9 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp _ +9 received receive VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp _ 10 this this DET DT Number=Sing|PronType=Dem 11 det 11:det _ 11 message message NOUN NN Number=Sing 9 obj 9:obj _ 12 and and CCONJ CC _ 13 cc 13:cc _ @@ -57538,13 +57556,13 @@ 15 know know VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 16 if if SCONJ IN _ 18 mark 18:mark _ 17 there there PRON EX _ 18 expl 18:expl _ -18 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:if _ -19 another another DET DT _ 21 det 21:det _ +18 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 ccomp 15:ccomp _ +19 another another DET DT PronType=Ind 21 det 21:det _ 20 email email NOUN NN Number=Sing 21 compound 21:compound _ -21 address address NOUN NN Number=Sing 18 nsubj 18:nsubj|24:obj _ -22 that that PRON WDT PronType=Rel 24 obj 21:ref _ +21 address address NOUN NN Number=Sing 18 nsubj 18:nsubj|27:obj _ +22 that that PRON WDT PronType=Rel 27 obj 21:ref _ 23 you you PRON PRP Case=Nom|Person=2|PronType=Prs 24 nsubj 24:nsubj _ -24 prefer prefer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 acl:relcl 21:acl:relcl _ +24 prefer prefer VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 21 acl:relcl 21:acl:relcl _ 25 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 24 obj 24:obj|27:nsubj:xsubj _ 26 to to PART TO _ 27 mark 27:mark _ 27 use use VERB VB VerbForm=Inf 24 xcomp 24:xcomp SpaceAfter=No @@ -57552,7 +57570,7 @@ # sent_id = email-enronsent22_01-0071 # text = Thank you. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No 3 . . PUNCT . _ 1 punct 1:punct _ @@ -57566,7 +57584,7 @@ 5 to to ADP IN _ 6 case 6:case _ 6 Richard Richard PROPN NNP Number=Sing 4 nmod 4:nmod:to _ 7 Everett Everett PROPN NNP Number=Sing 6 flat 6:flat _ -8 713/871-5119 713/871-5119 NUM CD NumType=Card 1 list 1:list _ +8 713/871-5119 713/871-5119 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ # sent_id = email-enronsent22_01-0073 # text = =================================================== @@ -57575,7 +57593,7 @@ # sent_id = email-enronsent22_01-0074 # text = NOTE: The information in this email is confidential and may be legally privileged. 1 NOTE note NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 9 punct 9:punct _ 3 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 information information NOUN NN Number=Sing 9 nsubj 9:nsubj|14:nsubj _ 5 in in ADP IN _ 7 case 7:case _ @@ -57594,12 +57612,12 @@ # text = If you are not the intended recipient, you must not read, use or disseminate the information. 1 If if SCONJ IN _ 7 mark 7:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 not not PART RB _ 7 advmod 7:advmod _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 intended intend VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +6 intended intend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 recipient recipient NOUN NN Number=Sing 12 advcl 12:advcl:if SpaceAfter=No -8 , , PUNCT , _ 12 punct 12:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj|14:nsubj|16:nsubj _ 10 must must AUX MD VerbForm=Fin 12 aux 12:aux _ 11 not not PART RB _ 12 advmod 12:advmod _ @@ -57618,15 +57636,15 @@ 2 this this DET DT Number=Sing|PronType=Dem 3 det 3:det _ 3 email email NOUN NN Number=Sing 8 nsubj:pass 8:nsubj:pass|11:nsubj:xsubj _ 4 and and CCONJ CC _ 6 cc 6:cc _ -5 any any DET DT _ 6 det 6:det _ +5 any any DET DT PronType=Ind 6 det 6:det _ 6 attachments attachment NOUN NNS Number=Plur 3 conj 3:conj:and|8:nsubj:pass|11:nsubj:xsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux:pass 8:aux:pass _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux:pass 8:aux:pass _ 8 believed believe VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 35 advcl 35:advcl:although _ 9 to to PART TO _ 11 mark 11:mark _ 10 be be AUX VB VerbForm=Inf 11 cop 11:cop _ 11 free free ADJ JJ Degree=Pos 8 xcomp 8:xcomp _ 12 of of ADP IN _ 14 case 14:case _ -13 any any DET DT _ 14 det 14:det _ +13 any any DET DT PronType=Ind 14 det 14:det _ 14 virus virus NOUN NN Number=Sing 11 obl 11:obl:of|20:nsubj _ 15 or or CCONJ CC _ 17 cc 17:cc _ 16 other other ADJ JJ Degree=Pos 17 amod 17:amod _ @@ -57634,7 +57652,7 @@ 18 that that PRON WDT PronType=Rel 20 nsubj 14:ref _ 19 might might AUX MD VerbForm=Fin 20 aux 20:aux _ 20 affect affect VERB VB VerbForm=Inf 14 acl:relcl 14:acl:relcl _ -21 any any DET DT _ 23 det 23:det _ +21 any any DET DT PronType=Ind 23 det 23:det _ 22 computer computer NOUN NN Number=Sing 23 compound 23:compound _ 23 system system NOUN NN Number=Sing 20 obj 20:obj|28:obl _ 24 into into ADP IN _ 25 case 25:case _ @@ -57643,8 +57661,8 @@ 27 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 aux:pass 28:aux:pass _ 28 received receive VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 acl:relcl 23:acl:relcl _ 29 and and CCONJ CC _ 30 cc 30:cc _ -30 opened open VERB VBN Tense=Past|VerbForm=Part 28 conj 23:acl:relcl|28:conj:and SpaceAfter=No -31 , , PUNCT , _ 35 punct 35:punct _ +30 opened open VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 28 conj 23:acl:relcl|28:conj:and SpaceAfter=No +31 , , PUNCT , _ 8 punct 8:punct _ 32 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 35 nsubj 35:nsubj _ 33 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 35 cop 35:cop _ 34 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ @@ -57660,29 +57678,29 @@ 44 virus virus NOUN NN Number=Sing 45 obl:npmod 45:obl:npmod _ 45 free free ADJ JJ Degree=Pos 40 ccomp 40:ccomp _ 46 and and CCONJ CC _ 50 cc 50:cc _ -47 no no DET DT _ 48 det 48:det _ +47 no no DET DT PronType=Neg 48 det 48:det _ 48 responsibility responsibility NOUN NN Number=Sing 50 nsubj:pass 50:nsubj:pass _ 49 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 50 aux:pass 50:aux:pass _ 50 accepted accept VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 35 conj 35:conj:and _ 51 by by ADP IN _ 53 case 53:case _ 52 Century Century PROPN NNP Number=Sing 53 compound 53:compound _ -53 Development Development PROPN NNP Number=Sing 50 obl 50:obl:by _ +53 Development Development PROPN NNP Number=Sing 50 obl:agent 50:obl:agent _ 54 or or CCONJ CC _ 55 cc 55:cc _ -55 any any DET DT _ 53 conj 50:obl:by|53:conj:or _ +55 any any DET DT PronType=Ind 53 conj 50:obl:agent|53:conj:or _ 56 of of ADP IN _ 58 case 58:case _ -57 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 58 nmod:poss 58:nmod:poss _ +57 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 58 nmod:poss 58:nmod:poss _ 58 affiliates affiliate NOUN NNS Number=Plur 55 nmod 55:nmod:of _ 59 for for ADP IN _ 61 case 61:case _ -60 any any DET DT _ 61 det 61:det _ +60 any any DET DT PronType=Ind 61 det 61:det _ 61 loss loss NOUN NN Number=Sing 50 obl 50:obl:for _ 62 or or CCONJ CC _ 63 cc 63:cc _ 63 damage damage NOUN NN Number=Sing 61 conj 50:obl:for|61:conj:or _ 64 arising arise VERB VBG VerbForm=Ger 61 acl 61:acl _ 65 in in ADP IN _ 67 case 67:case _ -66 any any DET DT _ 67 det 67:det _ +66 any any DET DT PronType=Ind 67 det 67:det _ 67 way way NOUN NN Number=Sing 64 obl 64:obl:in _ 68 from from ADP IN _ 70 case 70:case _ -69 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 70 nmod:poss 70:nmod:poss _ +69 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 70 nmod:poss 70:nmod:poss _ 70 use use NOUN NN Number=Sing 64 obl 64:obl:from SpaceAfter=No 71 . . PUNCT . _ 35 punct 35:punct _ @@ -57698,7 +57716,7 @@ 3 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 approved approve VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -6 attached attach VERB VBN Tense=Past|VerbForm=Part 8 amod 8:amod _ +6 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 amod 8:amod _ 7 expense expense NOUN NN Number=Sing 8 compound 8:compound _ 8 report report NOUN NN Number=Sing 4 obj 4:obj _ 9 for for ADP IN _ 10 case 10:case _ @@ -57718,18 +57736,18 @@ # newpar id = email-enronsent22_01-p0022 # text = I believe someone called about this today, but Mr. Lay asked me to let you know that these dates don't work for him, either. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 someone someone PRON NN Number=Sing 4 nsubj 4:nsubj _ -4 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +2 believe believe VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 someone someone PRON NN Number=Sing|PronType=Ind 4 nsubj 4:nsubj _ +4 called call VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 5 about about ADP IN _ 6 case 6:case _ 6 this this PRON DT Number=Sing|PronType=Dem 4 obl 4:obl:about _ 7 today today NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod SpaceAfter=No 8 , , PUNCT , _ 12 punct 12:punct _ 9 but but CCONJ CC _ 12 cc 12:cc _ -10 Mr. Mr. PROPN NNP Number=Sing 12 nsubj 12:nsubj|15:nsubj:xsubj _ +10 Mr. Mr. PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 11 Lay Lay PROPN NNP Number=Sing 10 flat 10:flat _ -12 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:but _ -13 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 12 iobj 12:iobj _ +12 asked ask VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:but _ +13 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 12 iobj 12:iobj|15:nsubj:xsubj _ 14 to to PART TO _ 15 mark 15:mark _ 15 let let VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 obj 15:obj|17:nsubj:xsubj _ @@ -57738,12 +57756,12 @@ 19 these this DET DT Number=Plur|PronType=Dem 20 det 20:det _ 20 dates date NOUN NNS Number=Plur 23 nsubj 23:nsubj _ 21-22 don't _ _ _ _ _ _ _ _ -21 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ +21 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ 22 n't not PART RB _ 23 advmod 23:advmod _ 23 work work VERB VB VerbForm=Inf 17 ccomp 17:ccomp _ 24 for for ADP IN _ 25 case 25:case _ 25 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 23 obl 23:obl:for SpaceAfter=No -26 , , PUNCT , _ 23 punct 23:punct _ +26 , , PUNCT , _ 27 punct 27:punct _ 27 either either ADV RB _ 23 advmod 23:advmod SpaceAfter=No 28 . . PUNCT . _ 2 punct 2:punct _ @@ -57766,13 +57784,13 @@ 3 know know VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 if if SCONJ IN _ 6 mark 6:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ -7 any any DET DT _ 8 det 8:det _ +6 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +7 any any DET DT PronType=Ind 8 det 8:det _ 8 interest interest NOUN NN Number=Sing 6 obj 6:obj _ 9 in in ADP IN _ 15 case 15:case _ 10 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 11 Tco Tco PROPN NNP Number=Sing 15 compound 15:compound SpaceAfter=No -12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 13 Pool Pool PROPN NNP Number=Sing 11 flat 11:flat _ 14 Leach Leach PROPN NNP Number=Sing 11 flat 11:flat _ 15 swap swap NOUN NN Number=Sing 8 nmod 8:nmod:in _ @@ -57798,9 +57816,9 @@ 12 Pool Pool PROPN NNP Number=Sing 10 conj 9:obj|10:conj:or _ 13 at at ADP IN _ 14 case 14:case _ 14 Index index NOUN NN Number=Sing 9 obl 9:obl:at _ -15 - - PUNCT , _ 14 punct 14:punct _ +15 - - PUNCT , _ 16 punct 16:punct _ 16 $ $ SYM $ _ 14 appos 14:appos SpaceAfter=No -17 .04 .04 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No +17 .04 .04 NUM CD NumForm=Digit|NumType=Frac 16 nummod 16:nummod SpaceAfter=No 18 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent11_01-0003 @@ -57814,10 +57832,10 @@ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 det 7:det _ 7 guys guy NOUN NNS Number=Plur 9 nsubj 9:nsubj|12:nsubj _ 8 could could AUX MD VerbForm=Fin 9 aux 9:aux _ -9 do do VERB VB VerbForm=Inf 4 advcl 4:advcl:if _ +9 do do VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ 10 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj _ 11 or or CCONJ CC _ 12 cc 12:cc _ -12 not not PART RB _ 9 conj 4:advcl:if|9:conj:or SpaceAfter=No +12 not not PART RB _ 9 conj 4:ccomp|9:conj:or SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent11_01-0004 @@ -57826,12 +57844,12 @@ 1 Could could AUX MD VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 tell tell VERB VB VerbForm=Inf 0 root 0:root _ -4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj 3:obj _ +4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 iobj 3:iobj _ 5 what what DET WDT PronType=Int 7 det 7:det _ 6 deal deal NOUN NN Number=Sing 7 compound 7:compound _ 7 tickets ticket NOUN NNS Number=Plur 10 obj 10:obj _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +9 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 seeing see VERB VBG Tense=Pres|VerbForm=Part 3 ccomp 3:ccomp SpaceAfter=No 11 ? ? PUNCT . _ 3 punct 3:punct _ @@ -57842,7 +57860,7 @@ 2 check check VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 Tenn Tenn PROPN NNP Number=Sing 4 compound 4:compound _ 4 contract contract NOUN NN Number=Sing 2 obj 2:obj _ -5 36647 36647 NUM CD NumType=Card 4 nummod 4:nummod _ +5 36647 36647 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 6 on on ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 Demand demand NOUN NN Number=Sing 9 compound 9:compound _ @@ -57880,7 +57898,7 @@ # newpar id = email-enronsent11_01-p0006 # text = -5 for spelling, 1 - - SYM SYM _ 2 compound 2:compound SpaceAfter=No -2 5 5 NUM CD NumType=Card 0 root 0:root _ +2 5 5 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ 3 for for ADP IN _ 4 case 4:case _ 4 spelling spelling NOUN NN Number=Sing 2 nmod 2:nmod:for SpaceAfter=No 5 , , PUNCT , _ 2 punct 2:punct _ @@ -57890,16 +57908,16 @@ 1 W. W. PROPN NNP Number=Sing 5 compound 5:compound _ 2 Don Don PROPN NNP Number=Sing 5 compound 5:compound _ 3 Germany Germany PROPN NNP Number=Sing 5 compound 5:compound SpaceAfter=No -4 , , PUNCT , _ 5 punct 5:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 Jr Jr PROPN NNP Number=Sing 0 root 0:root _ 6 PO po NOUN NN Number=Sing 7 compound 7:compound _ 7 Box box NOUN NN Number=Sing 5 list 5:list _ -8 27 27 NUM CD NumType=Card 7 nummod 7:nummod _ +8 27 27 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 9 Cedar Cedar PROPN NNP Number=Sing 10 compound 10:compound _ 10 Lane Lane PROPN NNP Number=Sing 5 list 5:list SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 Texas Texas PROPN NNP Number=Sing 10 appos 10:appos _ -13 77415-0027 77415-0027 NUM CD NumType=Card 5 list 5:list _ +13 77415-0027 77415-0027 NUM CD NumForm=Digit|NumType=Card 5 list 5:list _ # sent_id = email-enronsent11_01-0012 # text = Actually it is not a new truck. @@ -57914,22 +57932,22 @@ # sent_id = email-enronsent11_01-0013 # text = Had 33,000 miles, Ram 2500 3/4 ton, 4 x 4, 360 Magnum Motor. -1 Had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -2 33,000 33,000 NUM CD NumType=Card 3 nummod 3:nummod _ +1 Had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 33,000 33000 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 3 miles mile NOUN NNS Number=Plur 1 obj 1:obj SpaceAfter=No 4 , , PUNCT , _ 5 punct 5:punct _ 5 Ram Ram PROPN NNP Number=Sing 1 parataxis 1:parataxis _ -6 2500 2500 NUM CD NumType=Card 5 nummod 5:nummod _ -7 3 3 NUM CD NumType=Card 9 compound 9:compound SpaceAfter=No -8 / / PUNCT , _ 9 punct 9:punct SpaceAfter=No -9 4 4 NUM CD NumType=Card 10 nummod 10:nummod _ +6 2500 2500 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ +7 3 3 NUM CD NumForm=Digit|NumType=Card 9 compound 9:compound SpaceAfter=No +8 / / PUNCT , _ 7 punct 7:punct SpaceAfter=No +9 4 4 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 ton ton NOUN NN Number=Sing 5 list 5:list SpaceAfter=No -11 , , PUNCT , _ 5 punct 5:punct _ -12 4 4 NUM CD NumType=Card 5 list 5:list _ +11 , , PUNCT , _ 12 punct 12:punct _ +12 4 4 NUM CD NumForm=Digit|NumType=Card 5 list 5:list _ 13 x x SYM SYM _ 14 case 14:case _ -14 4 4 NUM CD NumType=Card 12 nmod 12:nmod:x SpaceAfter=No -15 , , PUNCT , _ 5 punct 5:punct _ -16 360 360 NUM CD NumType=Card 18 nummod 18:nummod _ +14 4 4 NUM CD NumForm=Digit|NumType=Card 12 nmod 12:nmod:x SpaceAfter=No +15 , , PUNCT , _ 18 punct 18:punct _ +16 360 360 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ 17 Magnum Magnum PROPN NNP Number=Sing 18 compound 18:compound _ 18 Motor motor NOUN NN Number=Sing 5 list 5:list SpaceAfter=No 19 . . PUNCT . _ 5 punct 5:punct _ @@ -57938,24 +57956,24 @@ # text = Infinity stereo, bucket seats, nerf bars, tool box, bed liner, camper tow package, 5 speed manual. 1 Infinity infinity NOUN NN Number=Sing 2 compound 2:compound _ 2 stereo stereo NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 5 punct 5:punct _ 4 bucket bucket NOUN NN Number=Sing 5 compound 5:compound _ 5 seats seat NOUN NNS Number=Plur 2 list 2:list SpaceAfter=No -6 , , PUNCT , _ 2 punct 2:punct _ +6 , , PUNCT , _ 8 punct 8:punct _ 7 nerf nerf NOUN NN Number=Sing 8 compound 8:compound _ 8 bars bar NOUN NNS Number=Plur 2 list 2:list SpaceAfter=No -9 , , PUNCT , _ 2 punct 2:punct _ +9 , , PUNCT , _ 11 punct 11:punct _ 10 tool tool NOUN NN Number=Sing 11 compound 11:compound _ 11 box box NOUN NN Number=Sing 2 list 2:list SpaceAfter=No -12 , , PUNCT , _ 2 punct 2:punct _ +12 , , PUNCT , _ 14 punct 14:punct _ 13 bed bed NOUN NN Number=Sing 14 compound 14:compound _ 14 liner liner NOUN NN Number=Sing 2 list 2:list SpaceAfter=No -15 , , PUNCT , _ 2 punct 2:punct _ +15 , , PUNCT , _ 18 punct 18:punct _ 16 camper camper NOUN NN Number=Sing 18 compound 18:compound _ 17 tow tow NOUN NN Number=Sing 18 compound 18:compound _ 18 package package NOUN NN Number=Sing 2 list 2:list SpaceAfter=No -19 , , PUNCT , _ 2 punct 2:punct _ -20 5 5 NUM CD NumType=Card 22 compound 22:compound _ +19 , , PUNCT , _ 22 punct 22:punct _ +20 5 5 NUM CD NumForm=Digit|NumType=Card 22 compound 22:compound _ 21 speed speed NOUN NN Number=Sing 22 compound 22:compound _ 22 manual manual NOUN NN Number=Sing 2 list 2:list SpaceAfter=No 23 . . PUNCT . _ 2 punct 2:punct _ @@ -57963,18 +57981,18 @@ # sent_id = email-enronsent11_01-0015 # text = Oh, it is dueled out through one catalytic converter with Flow Masters to accent the sound. 1 Oh oh INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj:pass 5:nsubj:pass _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ 5 dueled duel VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 out out ADP RP _ 5 compound:prt 5:compound:prt _ 7 through through ADP IN _ 10 case 10:case _ -8 one one NUM CD NumType=Card 10 nummod 10:nummod _ +8 one one NUM CD NumForm=Word|NumType=Card 10 nummod 10:nummod _ 9 catalytic catalytic ADJ JJ Degree=Pos 10 amod 10:amod _ 10 converter converter NOUN NN Number=Sing 5 obl 5:obl:through _ 11 with with ADP IN _ 13 case 13:case _ 12 Flow Flow PROPN NNP Number=Sing 13 compound 13:compound _ -13 Masters Masters PROPN NNPS Number=Plur 10 nmod 10:nmod:with _ +13 Masters Master PROPN NNPS Number=Plur 10 nmod 10:nmod:with _ 14 to to PART TO _ 15 mark 15:mark _ 15 accent accent VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -57993,7 +58011,7 @@ # sent_id = email-enronsent11_01-0017 # text = I believe the fuel consumption will be tolerable as well. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 believe believe VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 fuel fuel NOUN NN Number=Sing 5 compound 5:compound _ 5 consumption consumption NOUN NN Number=Sing 8 nsubj 8:nsubj _ @@ -58007,7 +58025,7 @@ # sent_id = email-enronsent11_01-0018 # text = Now, Debbie wants it. 1 Now now ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 Debbie Debbie PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 4 wants want VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj SpaceAfter=No @@ -58016,9 +58034,9 @@ # sent_id = email-enronsent11_01-0019 # text = I gave $16,900 + tax. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 gave give VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 $ $ SYM $ _ 2 obj 2:obj SpaceAfter=No -4 16,900 16,900 NUM CD NumType=Card 3 nummod 3:nummod _ +4 16,900 16900 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 5 + + CCONJ CC _ 6 cc 6:cc _ 6 tax tax NOUN NN Number=Sing 3 conj 2:obj|3:conj SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ @@ -58035,7 +58053,7 @@ 8 , , PUNCT , _ 9 punct 9:punct _ 9 Driftwood driftwood NOUN NN Number=Sing 7 conj 7:conj:or _ 10 or or CCONJ CC _ 11 cc 11:cc _ -11 something something PRON NN Number=Sing 7 conj 7:conj:or _ +11 something something PRON NN Number=Sing|PronType=Ind 7 conj 7:conj:or _ 12 of of ADP IN _ 14 case 14:case _ 13 that that DET DT Number=Sing|PronType=Dem 14 det 14:det _ 14 nature nature NOUN NN Number=Sing 11 nmod 11:nmod:of _ @@ -58052,7 +58070,7 @@ # sent_id = email-enronsent11_01-0022 # text = I have to pick up old gray over at Jerry's. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 pick pick VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 up up ADP RP _ 4 compound:prt 4:compound:prt _ @@ -58060,15 +58078,16 @@ 7 gray gray NOUN NN Number=Sing 4 obj 4:obj _ 8 over over ADV RB _ 4 advmod 4:advmod _ 9 at at ADP IN _ 10 case 10:case _ -10 Jerry Jerry PROPN NNP Number=Sing 8 obl 8:obl:at SpaceAfter=No -11 's 's PART POS _ 10 case 10:case SpaceAfter=No +10-11 Jerry's _ _ _ _ _ _ _ SpaceAfter=No +10 Jerry Jerry PROPN NNP Number=Sing 8 obl 8:obl:at _ +11 's 's PART POS _ 10 case 10:case _ 12 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent11_01-0023 # text = Debbie said, it is going to be hard on me to sale my old dodge truck. 1 Debbie Debbie PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 , , PUNCT , _ 6 punct 6:punct _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 expl 6:expl _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 going go VERB VBG Tense=Pres|VerbForm=Part 2 ccomp 2:ccomp _ @@ -58078,8 +58097,8 @@ 10 on on ADP IN _ 11 case 11:case _ 11 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 9 obl 9:obl:on _ 12 to to PART TO _ 13 mark 13:mark _ -13 sale sale VERB VB VerbForm=Inf 6 csubj 6:csubj _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +13 sale sell VERB VB Typo=Yes|VerbForm=Inf 6 csubj 6:csubj CorrectForm=sell +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 15 old old ADJ JJ Degree=Pos 17 amod 17:amod _ 16 dodge dodge PROPN NNP Number=Sing 17 compound 17:compound _ 17 truck truck NOUN NN Number=Sing 13 obj 13:obj SpaceAfter=No @@ -58088,20 +58107,20 @@ # sent_id = email-enronsent11_01-0024 # text = I said Yep, had that truck longer than I have had most of my women. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 Yep yep INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -4 , , PUNCT , _ 2 punct 2:punct _ -5 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +4 , , PUNCT , _ 3 punct 3:punct _ +5 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 6 that that DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 truck truck NOUN NN Number=Sing 5 obj 5:obj _ -8 longer longer ADV RBR Degree=Cmp 5 advmod 5:advmod _ +8 longer long ADV RBR Degree=Cmp 5 advmod 5:advmod _ 9 than than SCONJ IN _ 12 mark 12:mark _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -11 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 had have VERB VBN Tense=Past|VerbForm=Part 8 advcl 8:advcl:than _ 13 most most ADJ JJS Degree=Sup 12 obj 12:obj _ 14 of of ADP IN _ 16 case 16:case _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 women woman NOUN NNS Number=Plur 13 nmod 13:nmod:of SpaceAfter=No 17 . . PUNCT . _ 2 punct 2:punct _ @@ -58109,7 +58128,7 @@ # text = I really need to engage brain before articulating! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 2 really really ADV RB _ 3 advmod 3:advmod _ -3 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 engage engage VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 brain brain NOUN NN Number=Sing 5 obj 5:obj _ @@ -58125,7 +58144,7 @@ 4 dirt dirt NOUN NN Number=Sing 5 compound 5:compound _ 5 work work NOUN NN Number=Sing 3 obj 3:obj _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +7 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 8 to to PART TO _ 9 mark 9:mark _ 9 plant plant VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 ST ST PROPN NNP Number=Sing 12 compound 12:compound _ @@ -58139,19 +58158,19 @@ # sent_id = email-enronsent11_01-0027 # text = One thing is for sure, the economy is not faltering on my account. -1 One one NUM CD NumType=Card 2 nummod 2:nummod _ +1 One one NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 thing thing NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 for for ADP IN _ 5 case 5:case _ 5 sure sure ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 11 punct 11:punct _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 economy economy NOUN NN Number=Sing 11 nsubj 11:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 not not PART RB _ 11 advmod 11:advmod _ 11 faltering falter VERB VBG Tense=Pres|VerbForm=Part 5 parataxis 5:parataxis _ 12 on on ADP IN _ 14 case 14:case _ -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 account account NOUN NN Number=Sing 11 obl 11:obl:on SpaceAfter=No 15 . . PUNCT . _ 5 punct 5:punct _ @@ -58162,15 +58181,15 @@ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 back back ADV RB _ 0 root 0:root _ 5 up up ADP IN _ 7 case 7:case _ -6 over over ADP IN _ 7 advmod 7:advmod _ +6 over over ADV IN _ 7 advmod 7:advmod _ 7 $ $ SYM $ _ 4 obl 4:obl:up SpaceAfter=No -8 33 33 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No +8 33 33 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No 9 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent11_01-0029 # text = Hooray, hoorah! 1 Hooray hooray INTJ UH _ 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 3 punct 3:punct _ 3 hoorah hoorah INTJ UH _ 1 discourse 1:discourse SpaceAfter=No 4 ! ! PUNCT . _ 1 punct 1:punct _ @@ -58181,7 +58200,7 @@ 3 go go VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 to to ADP IN _ 5 case 5:case _ 5 $ $ SYM $ _ 3 obl 3:obl:to SpaceAfter=No -6 41 41 NUM CD NumType=Card 5 nummod 5:nummod _ +6 41 41 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 7 and and CCONJ CC _ 12 cc 12:cc _ 8 then then ADV RB PronType=Dem 12 advmod 12:advmod _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ @@ -58193,14 +58212,14 @@ # sent_id = email-enronsent11_01-0031 # text = I spoke with Gerald and he said there are a bunch of folks hanging around Dad's place. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 spoke speak VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 spoke speak VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 with with ADP IN _ 4 case 4:case _ 4 Gerald Gerald PROPN NNP Number=Sing 2 obl 2:obl:with _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +7 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 8 there there PRON EX _ 9 expl 9:expl _ -9 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ +9 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 bunch bunch NOUN NN Number=Sing 9 nsubj 9:nsubj _ 12 of of ADP IN _ 13 case 13:case _ @@ -58216,14 +58235,14 @@ # sent_id = email-enronsent11_01-0032 # text = We need to change the lock and place posted signs at the gate. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj|8:nsubj:xsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 change change VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 lock lock NOUN NN Number=Sing 4 obj 4:obj _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 place place VERB VB VerbForm=Inf 4 conj 2:xcomp|4:conj:and _ -9 posted post VERB VBN Tense=Past|VerbForm=Part 10 amod 10:amod _ +9 posted post VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 amod 10:amod _ 10 signs sign NOUN NNS Number=Plur 8 obj 8:obj _ 11 at at ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ @@ -58237,7 +58256,7 @@ 3 want want VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 put put VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 some some DET DT _ 7 det 7:det _ +6 some some DET DT PronType=Ind 7 det 7:det _ 7 steers steer NOUN NNS Number=Plur 5 obj 5:obj _ 8 or or CCONJ CC _ 9 cc 9:cc _ 9 heifers heifer NOUN NNS Number=Plur 7 conj 5:obj|7:conj:or _ @@ -58255,18 +58274,18 @@ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 having have VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj:and _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 tractor tractor NOUN NN Number=Sing 10 nsubj 10:nsubj _ -10 fixed fix VERB VBN Tense=Past|VerbForm=Part 7 ccomp 7:ccomp SpaceAfter=No +9 tractor tractor NOUN NN Number=Sing 7 obj 7:obj|10:nsubj:xsubj _ +10 fixed fix VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 xcomp 7:xcomp SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent11_01-0035 # text = Reggie said he will pay us soon. 1 Reggie Reggie PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 4 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 5 pay pay VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ -6 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 5 obj 5:obj _ +6 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 5 iobj 5:iobj _ 7 soon soon ADV RB Degree=Pos 5 advmod 5:advmod SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ @@ -58289,10 +58308,10 @@ # sent_id = email-enronsent11_01-0037 # text = First come, first serve. -1 First first ADV RB _ 2 advmod 2:advmod _ +1 First first ADV RB NumForm=Word|NumType=Ord 2 advmod 2:advmod _ 2 come come VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ -4 first first ADV RB _ 5 advmod 5:advmod _ +3 , , PUNCT , _ 5 punct 5:punct _ +4 first first ADV RB NumForm=Word|NumType=Ord 5 advmod 5:advmod _ 5 serve serve VERB VB VerbForm=Inf 2 parataxis 2:parataxis SpaceAfter=No 6 . . PUNCT . _ 2 punct 2:punct _ @@ -58309,10 +58328,10 @@ # text = We're set for 11/01/01. 1-2 We're _ _ _ _ _ _ _ _ 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj:pass 3:nsubj:pass _ -2 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ +2 're be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ 3 set set VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 for for ADP IN _ 5 case 5:case _ -5 11/01/01 11/01/01 NUM CD NumType=Card 3 obl 3:obl:for SpaceAfter=No +5 11/01/01 11/01/01 NUM CD NumForm=Digit|NumType=Card 3 obl 3:obl:for SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent11_01-0040 @@ -58321,7 +58340,7 @@ 2 sure sure ADJ JJ Degree=Pos 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 take take VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 sweety sweety NOUN NN Number=Sing 4 obj 4:obj _ 7 out out ADV RB _ 4 advmod 4:advmod _ 8 on on ADP IN _ 10 case 10:case _ @@ -58351,7 +58370,7 @@ # sent_id = email-enronsent11_01-0042 # text = We used to go out and lay in the pasture on a blanket and watch for the space shuttle. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj|7:nsubj:xsubj|15:nsubj:xsubj _ -2 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 used use VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 go go VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 out out ADV RB _ 4 advmod 4:advmod _ @@ -58374,13 +58393,13 @@ # sent_id = email-enronsent11_01-0043 # text = I had a couple of hickies on my neck the day after and the guys all wanted to know if those were shuttle burns. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 couple couple NOUN NN Number=Sing 2 obj 2:obj _ 5 of of ADP IN _ 6 case 6:case _ 6 hickies hicky NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 7 on on ADP IN _ 9 case 9:case _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 neck neck NOUN NN Number=Sing 2 obl 2:obl:on _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 day day NOUN NN Number=Sing 12 obl:npmod 12:obl:npmod _ @@ -58388,15 +58407,15 @@ 13 and and CCONJ CC _ 17 cc 17:cc _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 guys guy NOUN NNS Number=Plur 17 nsubj 17:nsubj|19:nsubj:xsubj _ -16 all all DET DT _ 15 advmod 15:advmod _ -17 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +16 all all DET DT PronType=Tot 15 advmod 15:advmod _ +17 wanted want VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 18 to to PART TO _ 19 mark 19:mark _ 19 know know VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ 20 if if SCONJ IN _ 24 mark 24:mark _ 21 those that PRON DT Number=Plur|PronType=Dem 24 nsubj 24:nsubj _ -22 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 cop 24:cop _ +22 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 24 cop 24:cop _ 23 shuttle shuttle NOUN NN Number=Sing 24 compound 24:compound _ -24 burns burn NOUN NNS Number=Plur 19 advcl 19:advcl:if SpaceAfter=No +24 burns burn NOUN NNS Number=Plur 19 ccomp 19:ccomp SpaceAfter=No 25 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent11_01-0044 @@ -58407,7 +58426,7 @@ # sent_id = email-enronsent11_01-0045 # text = My kid is making wonderful grades and has reassured me she will graduate within the four year period. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 kid kid NOUN NN Number=Sing 4 nsubj 4:nsubj|9:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 making make VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ @@ -58416,13 +58435,13 @@ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 9 reassured reassure VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and _ -10 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 9 obj 9:obj _ +10 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 9 iobj 9:iobj _ 11 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 12 will will AUX MD VerbForm=Fin 13 aux 13:aux _ 13 graduate graduate VERB VB VerbForm=Inf 9 ccomp 9:ccomp _ 14 within within ADP IN _ 18 case 18:case _ 15 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -16 four four NUM CD NumType=Card 17 nummod 17:nummod _ +16 four four NUM CD NumForm=Word|NumType=Card 17 nummod 17:nummod _ 17 year year NOUN NN Number=Sing 18 compound 18:compound _ 18 period period NOUN NN Number=Sing 13 obl 13:obl:within SpaceAfter=No 19 . . PUNCT . _ 4 punct 4:punct _ @@ -58432,7 +58451,7 @@ 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 still still ADV RB _ 3 advmod 3:advmod _ 3 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 some some DET DT _ 5 det 5:det _ +4 some some DET DT PronType=Ind 5 det 5:det _ 5 sort sort NOUN NN Number=Sing 3 obj 3:obj _ 6 of of ADP IN _ 7 case 7:case _ 7 scholarship scholarship NOUN NN Number=Sing 5 nmod 5:nmod:of _ @@ -58442,8 +58461,8 @@ 11 not not PART RB _ 13 advmod 13:advmod _ 12 for for ADP IN _ 13 case 13:case _ 13 sure sure ADJ JJ Degree=Pos 3 conj 3:conj:but _ -14 how how SCONJ WRB PronType=Int 15 mark 15:mark _ -15 much much ADJ JJ Degree=Pos 17 advmod 17:advmod _ +14 how how ADV WRB PronType=Int 15 advmod 15:advmod _ +15 much much ADJ JJ Degree=Pos 17 obj 17:obj _ 16 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 17 pays pay VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 ccomp 13:ccomp SpaceAfter=No 18 . . PUNCT . _ 3 punct 3:punct _ @@ -58457,7 +58476,7 @@ 5 be be AUX VB VerbForm=Inf 7 cop 7:cop _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 kinesiologist kinesiologist NOUN NN Number=Sing 3 xcomp 3:xcomp SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 11 punct 11:punct _ 9 sports sport NOUN NNS Number=Plur 10 compound 10:compound _ 10 injury injury NOUN NN Number=Sing 11 compound 11:compound _ 11 therapist therapist NOUN NN Number=Sing 7 appos 7:appos SpaceAfter=No @@ -58466,7 +58485,7 @@ # sent_id = email-enronsent11_01-0048 # text = I think she just wants to be able to touch football players legs. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj|8:nsubj:xsubj|10:nsubj:xsubj _ 4 just just ADV RB _ 5 advmod 5:advmod _ 5 wants want VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ @@ -58476,7 +58495,7 @@ 9 to to PART TO _ 10 mark 10:mark _ 10 touch touch VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 football football NOUN NN Number=Sing 12 compound 12:compound _ -12 players player NOUN NNS Number=Plur 13 compound 13:compound _ +12 players player NOUN NNS Number=Plur 13 nmod:poss 13:nmod:poss MissingWordsAfter=' 13 legs leg NOUN NNS Number=Plur 10 obj 10:obj SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ @@ -58485,9 +58504,9 @@ 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 3 be be AUX VB VerbForm=Inf 4 cop 4:cop _ -4 20 20 NUM CD NumType=Card 0 root 0:root _ +4 20 20 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ 5 on on ADP IN _ 6 case 6:case _ -6 11/03 11/03 NUM CD NumType=Card 4 obl 4:obl:on SpaceAfter=No +6 11/03 11/03 NUM CD NumForm=Digit|NumType=Card 4 obl 4:obl:on SpaceAfter=No 7 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent11_01-0050 @@ -58503,7 +58522,7 @@ # sent_id = email-enronsent11_01-0051 # text = Cindy said Jaime has grown up very much. 1 Cindy Cindy PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 Jaime Jaime PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 4 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 grown grow VERB VBN Tense=Past|VerbForm=Part 2 ccomp 2:ccomp _ @@ -58516,9 +58535,9 @@ # text = You should e mail her sometimes. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 2 should should AUX MD VerbForm=Fin 3 aux 3:aux _ -3 e e X GW _ 0 root 0:root _ -4 mail mail VERB VB VerbForm=Inf 3 goeswith 3:goeswith _ -5 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ +3 e email VERB GW Typo=Yes|VerbForm=Inf 0 root 0:root _ +4 mail _ X VB _ 3 goeswith 3:goeswith _ +5 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 3 iobj 3:iobj _ 6 sometimes sometimes ADV RB _ 3 advmod 3:advmod SpaceAfter=No 7 . . PUNCT . _ 3 punct 3:punct _ @@ -58538,16 +58557,16 @@ # sent_id = email-enronsent11_01-0054 # text = Jgerma5@aol.com. -1 Jgerma5@aol.com jgerma5@aol.com X ADD _ 0 root 0:root SpaceAfter=No +1 Jgerma5@aol.com Jgerma5@aol.com X ADD _ 0 root 0:root SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent11_01-0055 # newpar id = email-enronsent11_01-p0008 # text = At any rate, be careful and be safe. 1 At at ADP IN _ 3 case 3:case _ -2 any any DET DT _ 3 det 3:det _ +2 any any DET DT PronType=Ind 3 det 3:det _ 3 rate rate NOUN NN Number=Sing 6 obl 6:obl:at SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 be be AUX VB Mood=Imp|VerbForm=Fin 6 cop 6:cop _ 6 careful careful ADJ JJ Degree=Pos 0 root 0:root _ 7 and and CCONJ CC _ 9 cc 9:cc _ @@ -58563,20 +58582,21 @@ 4 listened listen VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 to to ADP IN _ 6 case 6:case _ 6 Maw maw NOUN NN Number=Sing 4 obl 4:obl:to SpaceAfter=No -7 , , PUNCT , _ 4 punct 4:punct _ +7 , , PUNCT , _ 24 punct 24:punct _ 8 as as ADV RB _ 9 advmod 9:advmod _ 9 long long ADV RB Degree=Pos 24 advmod 24:advmod _ 10 as as SCONJ IN _ 12 mark 12:mark _ -11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ -12 keep keep VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:as _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj|16.1:nsubj _ +12 keep keep VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:as _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 mouth mouth NOUN NN Number=Sing 12 obj 12:obj|15:nsubj:xsubj _ 15 shut shut ADJ JJ Degree=Pos 12 xcomp 12:xcomp _ 16 and and CCONJ CC _ 18 cc 18:cc _ -17 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ -18 pants pants NOUN NNS Number=Plur 14 conj 12:obj|14:conj:and|15:nsubj:xsubj _ -19 zipped zipped ADJ JJ Degree=Pos 18 xcomp 18:xcomp SpaceAfter=No -20 , , PUNCT , _ 24 punct 24:punct _ +16.1 keep keep VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin _ _ 9:advcl:as|12:conj:and CopyOf=12 +17 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +18 pants pants NOUN NNS Number=Plur 14 conj 16.1:obj|19:nsubj:xsubj _ +19 zipped zipped ADJ JJ Degree=Pos 18 orphan 16.1:xcomp SpaceAfter=No +20 , , PUNCT , _ 9 punct 9:punct _ 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 24 nsubj 24:nsubj _ 22 will will AUX MD VerbForm=Fin 24 aux 24:aux _ 23 be be AUX VB VerbForm=Inf 24 cop 24:cop _ @@ -58586,13 +58606,13 @@ # sent_id = email-enronsent11_01-0057 # text = Shucks, guess none of us three paid much attention to that. 1 Shucks shucks INTJ UH _ 3 discourse 3:discourse SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ -3 guess guess VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 guess guess VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 none none NOUN NN Number=Sing 8 nsubj 8:nsubj _ 5 of of ADP IN _ 6 case 6:case _ 6 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 4 nmod 4:nmod:of _ -7 three three NUM CD NumType=Card 6 nummod 6:nummod _ -8 paid pay VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +7 three three NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ +8 paid pay VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ 9 much much ADJ JJ Degree=Pos 10 amod 10:amod _ 10 attention attention NOUN NN Number=Sing 8 obj 8:obj _ 11 to to ADP IN _ 12 case 12:case _ @@ -58602,7 +58622,7 @@ # sent_id = email-enronsent11_01-0058 # text = Oh, Jeff Sherrar has a new book out. 1 Oh oh INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 Jeff Jeff PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 4 Sherrar Sherrar PROPN NNP Number=Sing 3 flat 3:flat _ 5 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ @@ -58622,16 +58642,16 @@ # sent_id = email-enronsent11_01-0060 # text = There were some pretty cool dudes back around 1774/76. 1 There there PRON EX _ 2 expl 2:expl _ -2 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 some some DET DT _ 6 det 6:det _ +2 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 some some DET DT PronType=Ind 6 det 6:det _ 4 pretty pretty ADV RB _ 5 advmod 5:advmod _ 5 cool cool ADJ JJ Degree=Pos 6 amod 6:amod _ 6 dudes dude NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 7 back back ADV RB _ 2 advmod 2:advmod _ 8 around around ADP IN _ 11 case 11:case _ -9 1774 1774 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No -10 / / PUNCT , _ 11 punct 11:punct SpaceAfter=No -11 76 76 NUM CD NumType=Card 7 obl 7:obl:around SpaceAfter=No +9 1774 1774 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No +10 / / PUNCT , _ 9 punct 9:punct SpaceAfter=No +11 76 76 NUM CD NumForm=Digit|NumType=Card 7 obl 7:obl:around SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent11_01-0061 @@ -58639,7 +58659,7 @@ 1 There there PRON EX _ 3 expl 3:expl _ 2 will will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 be be VERB VB VerbForm=Inf 0 root 0:root _ -4 two two NUM CD NumType=Card 5 nummod 5:nummod _ +4 two two NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 5 volumes volume NOUN NNS Number=Plur 3 nsubj 3:nsubj _ 6 to to ADP IN _ 8 case 8:case _ 7 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ @@ -58650,17 +58670,17 @@ # text = I am half way through the first and you can borrow it when I am through. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ -3 half half X GW _ 7 obl:npmod 7:obl:npmod _ -4 way way ADV RB _ 3 goeswith 3:goeswith _ +3 half halfway ADV GW Typo=Yes 7 advmod 7:advmod _ +4 way _ X RB _ 3 goeswith 3:goeswith _ 5 through through ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -7 first first ADJ JJ Degree=Pos|NumType=Ord 0 root 0:root _ +7 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 0 root 0:root _ 8 and and CCONJ CC _ 11 cc 11:cc _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ 10 can can AUX MD VerbForm=Fin 11 aux 11:aux _ 11 borrow borrow VERB VB VerbForm=Inf 7 conj 7:conj:and _ 12 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj _ -13 when when SCONJ WRB PronType=Int 16 mark 16:mark _ +13 when when ADV WRB PronType=Int 16 advmod 16:advmod _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ 15 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 16 through through ADV RB _ 11 advcl 11:advcl:when SpaceAfter=No @@ -58670,8 +58690,8 @@ # text = I sure like his style of writing. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 sure sure ADV RB _ 3 advmod 3:advmod _ -3 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 style style NOUN NN Number=Sing 3 obj 3:obj _ 6 of of ADP IN _ 7 case 7:case _ 7 writing writing NOUN NN Number=Sing 5 nmod 5:nmod:of SpaceAfter=No @@ -58679,9 +58699,9 @@ # sent_id = email-enronsent11_01-0064 # text = His books are always hard to put down. -1 His he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 His his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 books book NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 always always ADV RB _ 5 advmod 5:advmod _ 5 hard hard ADJ JJ Degree=Pos 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ @@ -58693,12 +58713,12 @@ # text = After the split Dow Stock there are 120 shares. 1 After after ADP IN _ 5 case 5:case _ 2 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -3 split split VERB VBN Tense=Past|VerbForm=Part 5 amod 5:amod _ +3 split split VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 amod 5:amod _ 4 Dow Dow PROPN NNP Number=Sing 5 compound 5:compound _ 5 Stock stock NOUN NN Number=Sing 7 obl 7:obl:after _ 6 there there PRON EX _ 7 expl 7:expl _ -7 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -8 120 120 NUM CD NumType=Card 9 nummod 9:nummod _ +7 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 120 120 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 shares share NOUN NNS Number=Plur 7 nsubj 7:nsubj SpaceAfter=No 10 . . PUNCT . _ 7 punct 7:punct _ @@ -58706,7 +58726,7 @@ # newpar id = email-enronsent11_01-p0009 # text = Keep Your Powder Dry! 1 Keep keep VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 Powder powder NOUN NN Number=Sing 1 obj 1:obj|4:nsubj:xsubj _ 4 Dry dry ADJ JJ Degree=Pos 1 xcomp 1:xcomp SpaceAfter=No 5 ! ! PUNCT . _ 1 punct 1:punct _ @@ -58732,37 +58752,37 @@ 1 W. W. PROPN NNP Number=Sing 0 root 0:root _ 2 Don Don PROPN NNP Number=Sing 1 flat 1:flat _ 3 Germany Germany PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ 5 Jr. Jr. PROPN NNP Number=Sing 1 flat 1:flat _ -6 2301 2301 NUM CD NumType=Card 10 nummod 10:nummod _ +6 2301 2301 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 7 N N PROPN NNP Number=Sing 10 compound 10:compound _ 8 Brazosport Brazosport PROPN NNP Number=Sing 10 compound 10:compound _ 9 Blvd Blvd PROPN NNP Number=Sing 10 compound 10:compound _ 10 B B PROPN NNP Number=Sing 1 list 1:list _ -11 3611 3611 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No -12 , , PUNCT , _ 1 punct 1:punct _ +11 3611 3611 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No +12 , , PUNCT , _ 10 punct 10:punct _ 13 Investment investment NOUN NN Number=Sing 14 compound 14:compound _ 14 Recovery recovery NOUN NN Number=Sing 1 list 1:list _ 15 Freeport Freeport PROPN NNP Number=Sing 10 appos 10:appos SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ +16 , , PUNCT , _ 17 punct 17:punct _ 17 Texas Texas PROPN NNP Number=Sing 15 appos 15:appos _ -18 77541 77541 NUM CD NumType=Card 10 appos 10:appos _ +18 77541 77541 NUM CD NumForm=Digit|NumType=Card 10 appos 10:appos _ 19 Pager pager NOUN NN Number=Sing 1 list 1:list _ -20 1 1 NUM CD NumType=Card 25 compound 25:compound _ -21 800 800 NUM CD NumType=Card 25 compound 25:compound _ -22 451 451 NUM CD NumType=Card 25 compound 25:compound _ -23 0491 0491 NUM CD NumType=Card 25 compound 25:compound _ +20 1 1 NUM CD NumForm=Digit|NumType=Card 25 compound 25:compound _ +21 800 800 NUM CD NumForm=Digit|NumType=Card 25 compound 25:compound _ +22 451 451 NUM CD NumForm=Digit|NumType=Card 25 compound 25:compound _ +23 0491 0491 NUM CD NumForm=Digit|NumType=Card 25 compound 25:compound _ 24 ( ( PUNCT -LRB- _ 25 punct 25:punct SpaceAfter=No -25 0448 0448 NUM CD NumType=Card 19 appos 19:appos SpaceAfter=No +25 0448 0448 NUM CD NumForm=Digit|NumType=Card 19 appos 19:appos SpaceAfter=No 26 ) ) PUNCT -RRB- _ 25 punct 25:punct _ 27 Office office NOUN NN Number=Sing 1 parataxis 1:parataxis _ -28 979 979 NUM CD NumType=Card 30 compound 30:compound _ -29 238 238 NUM CD NumType=Card 30 compound 30:compound _ -30 2102 2102 NUM CD NumType=Card 27 appos 27:appos _ +28 979 979 NUM CD NumForm=Digit|NumType=Card 30 compound 30:compound _ +29 238 238 NUM CD NumForm=Digit|NumType=Card 30 compound 30:compound _ +30 2102 2102 NUM CD NumForm=Digit|NumType=Card 27 appos 27:appos _ 31 Home home NOUN NN Number=Sing 1 list 1:list _ -32 979 979 NUM CD NumType=Card 34 compound 34:compound _ -33 548 548 NUM CD NumType=Card 34 compound 34:compound _ -34 7034 7034 NUM CD NumType=Card 31 appos 31:appos _ +32 979 979 NUM CD NumForm=Digit|NumType=Card 34 compound 34:compound _ +33 548 548 NUM CD NumForm=Digit|NumType=Card 34 compound 34:compound _ +34 7034 7034 NUM CD NumForm=Digit|NumType=Card 31 appos 31:appos _ # sent_id = email-enronsent11_01-0071 # text = What's happening? @@ -58775,9 +58795,9 @@ # sent_id = email-enronsent11_01-0072 # text = I understand you have a brand new truck. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 understand understand VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 understand understand VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +4 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 5 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 6 brand brand ADV RB _ 7 advmod 7:advmod _ 7 new new ADJ JJ Degree=Pos 8 amod 8:amod _ @@ -58796,8 +58816,8 @@ # sent_id = email-enronsent11_01-0074 # text = I need 2 things from you. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 2 2 NUM CD NumType=Card 4 nummod 4:nummod _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 2 2 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 things thing NOUN NNS Number=Plur 2 obj 2:obj _ 5 from from ADP IN _ 6 case 6:case _ 6 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 nmod 4:nmod:from SpaceAfter=No @@ -58806,15 +58826,15 @@ # sent_id = email-enronsent11_01-0075 # newpar id = email-enronsent11_01-p0013 # text = 1. I found the title to the 4 wheeler and I was going to change it over to you name. -1 1 1 X LS _ 2 nummod 2:nummod SpaceAfter=No -2 . . PUNCT . _ 4 punct 4:punct _ +1 1 1 NUM LS NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No +2 . . PUNCT . _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 title title NOUN NN Number=Sing 4 obj 4:obj _ 7 to to ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -9 4 4 NUM CD NumType=Card 10 nummod 10:nummod _ +9 4 4 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 wheeler wheeler NOUN NN Number=Sing 6 nmod 6:nmod:to _ 11 and and CCONJ CC _ 14 cc 14:cc _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj|16:nsubj:xsubj _ @@ -58825,14 +58845,14 @@ 17 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 obj 16:obj _ 18 over over ADP RP _ 16 compound:prt 16:compound:prt _ 19 to to ADP IN _ 21 case 21:case _ -20 you you PRON PRP$ _ 21 nmod:poss 21:nmod:poss _ +20 you your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Typo=Yes 21 nmod:poss 21:nmod:poss CorrectForm=your 21 name name NOUN NN Number=Sing 16 obl 16:obl:to SpaceAfter=No 22 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent11_01-0076 # text = What do you think? 1 What what PRON WP PronType=Int 4 obj 4:obj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 think think VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 5 ? ? PUNCT . _ 4 punct 4:punct _ @@ -58844,15 +58864,15 @@ 2 that that PRON DT Number=Sing|PronType=Dem 4 nsubj 4:nsubj _ 3 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 ok ok ADJ JJ Degree=Pos 9 advcl 9:advcl:if SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 how how ADV WRB PronType=Int 13 advmod 13:advmod _ -7 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +7 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ 9 want want VERB VB VerbForm=Inf 0 root 0:root _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ -11 name name NOUN NN Number=Sing 13 nsubj 13:nsubj _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +11 name name NOUN NN Number=Sing 9 obj 9:obj|13:nsubj:xsubj _ 12 to to PART TO _ 13 mark 13:mark _ -13 show show VERB VB VerbForm=Inf 9 ccomp 9:ccomp _ +13 show show VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 14 up up ADP RP _ 13 compound:prt 13:compound:prt _ 15 on on ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -58867,11 +58887,11 @@ # sent_id = email-enronsent11_01-0078 # text = 2. I'm getting ready to divy up the Dow stock. -1 2 2 X LS _ 2 nummod 2:nummod SpaceAfter=No -2 . . PUNCT . _ 6 punct 6:punct _ +1 2 2 NUM LS NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +2 . . PUNCT . _ 1 punct 1:punct _ 3-4 I'm _ _ _ _ _ _ _ _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|6:nsubj:xsubj|8:nsubj:xsubj _ -4 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 getting get VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 6 ready ready ADJ JJ Degree=Pos 5 xcomp 5:xcomp _ 7 to to PART TO _ 8 mark 8:mark _ @@ -58891,7 +58911,7 @@ 4 Dad dad NOUN NN Number=Sing 6 nmod:poss 6:nmod:poss _ 5 's 's PART POS _ 4 case 4:case _ 6 shares share NOUN NNS Number=Plur 2 nmod 2:nmod:of _ -7 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +7 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ 9 have have VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 10 ? ? PUNCT . _ 9 punct 9:punct _ @@ -58900,17 +58920,17 @@ # text = Last thing, send me a million dollars, I'm tired of working. 1 Last last ADJ JJ Degree=Pos 2 amod 2:amod _ 2 thing thing NOUN NN Number=Sing 4 nsubj 4:nsubj SpaceAfter=No -3 , , PUNCT , _ 4 punct 4:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 send send VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 iobj 4:iobj _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -7 million million NUM CD NumType=Card 8 nummod 8:nummod _ +7 million million NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 8 dollars dollar NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No -9 , , PUNCT , _ 4 punct 4:punct _ +9 , , PUNCT , _ 12 punct 12:punct _ 10-11 I'm _ _ _ _ _ _ _ _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -11 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ -12 tired tired ADJ JJ Degree=Pos 4 ccomp 4:ccomp _ +11 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +12 tired tired ADJ JJ Degree=Pos 4 parataxis 4:parataxis _ 13 of of SCONJ IN _ 14 mark 14:mark _ 14 working work VERB VBG VerbForm=Ger 12 advcl 12:advcl:of SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ @@ -58919,17 +58939,17 @@ # newpar id = email-enronsent11_01-p0014 # text = I thought we only had cashout, at most 3 times, before this June. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 only only ADV RB _ 5 advmod 5:advmod _ -5 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +5 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 6 cashout cashout NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No -7 , , PUNCT , _ 5 punct 5:punct _ -8 at at ADV RB _ 9 case 9:case _ -9 most most ADV RBS _ 11 nmod 11:nmod:at _ -10 3 3 NUM CD NumType=Card 11 nummod 11:nummod _ +7 , , PUNCT , _ 11 punct 11:punct _ +8 at at ADP IN _ 9 case 9:case _ +9 most most ADJ JJS Degree=Sup 11 nmod 11:nmod:at _ +10 3 3 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 11 times time NOUN NNS Number=Plur 5 obl:tmod 5:obl:tmod SpaceAfter=No -12 , , PUNCT , _ 5 punct 5:punct _ +12 , , PUNCT , _ 15 punct 15:punct _ 13 before before ADP IN _ 15 case 15:case _ 14 this this DET DT Number=Sing|PronType=Dem 15 det 15:det _ 15 June June PROPN NNP Number=Sing 5 obl 5:obl:before SpaceAfter=No @@ -58947,7 +58967,7 @@ # sent_id = email-enronsent11_01-0083 # text = I do know that most of the time this plant was not buring like it did in July and August of this year. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 know know VERB VB VerbForm=Inf 0 root 0:root _ 4 that that SCONJ IN _ 13 mark 13:mark _ 5 most most ADJ JJS Degree=Sup 13 obl:tmod 13:obl:tmod _ @@ -58958,14 +58978,14 @@ 10 plant plant NOUN NN Number=Sing 13 nsubj 13:nsubj _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 12 not not PART RB _ 13 advmod 13:advmod _ -13 buring bure VERB VBG Tense=Pres|VerbForm=Part 3 ccomp 3:ccomp _ -14 like like SCONJ IN _ 18 mark 18:mark _ -15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj|20:nsubj _ -16 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 aux 18:aux _ +13 buring burn VERB VBG Tense=Pres|Typo=Yes|VerbForm=Part 3 ccomp 3:ccomp CorrectForm=burning +14 like like SCONJ IN _ 16 mark 16:mark _ +15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ +16 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:like _ 17 in in ADP IN _ 18 case 18:case _ -18 July July PROPN NNP Number=Sing 13 advcl 13:advcl:like _ +18 July July PROPN NNP Number=Sing 13 advcl 16:obl:in _ 19 and and CCONJ CC _ 20 cc 20:cc _ -20 August August PROPN NNP Number=Sing 18 conj 13:advcl:like|18:conj:and _ +20 August August PROPN NNP Number=Sing 18 conj 18:conj:and _ 21 of of ADP IN _ 23 case 23:case _ 22 this this DET DT Number=Sing|PronType=Dem 23 det 23:det _ 23 year year NOUN NN Number=Sing 18 nmod 18:nmod:of SpaceAfter=No @@ -58974,14 +58994,14 @@ # sent_id = email-enronsent11_01-0084 # text = I say we just keep the dough and go to Mexico. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 say say VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj|9:nsubj _ 4 just just ADV RB _ 5 advmod 5:advmod _ -5 keep keep VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +5 keep keep VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 dough dough NOUN NN Number=Sing 5 obj 5:obj _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 2:ccomp|5:conj:and _ +9 go go VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 conj 2:ccomp|5:conj:and _ 10 to to ADP IN _ 11 case 11:case _ 11 Mexico Mexico PROPN NNP Number=Sing 9 obl 9:obl:to SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ @@ -59005,22 +59025,22 @@ 7 deal deal NOUN NN Number=Sing 4 obj 4:obj _ 8 from from ADP IN _ 9 case 9:case _ 9 July July PROPN NNP Number=Sing 4 obl 4:obl:from _ -10 2000 2000 NUM CD NumType=Card 9 nummod 9:nummod _ +10 2000 2000 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 11 - - SYM SYM _ 12 case 12:case _ -12 Dec Dec PROPN NNP Number=Sing 9 nmod 9:nmod _ -13 2000 2000 NUM CD NumType=Card 12 nummod 12:nummod SpaceAfter=No +12 Dec December PROPN NNP Abbr=Yes|Number=Sing 9 nmod 9:nmod _ +13 2000 2000 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod SpaceAfter=No 14 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent11_01-0087 # text = Is there supposed to be a cashout booked in Sitara for these months? -1 Is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ 2 there there PRON EX _ 3 expl 3:expl _ -3 supposed suppose VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 to to PART TO _ 7 mark 7:mark _ +3 supposed suppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ +4 to to PART TO _ 5 mark 5:mark _ 5 be be VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -7 cashout cashout NOUN NN Number=Sing 3 nsubj 3:nsubj|5:nsubj:xsubj _ -8 booked book VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +7 cashout cashout NOUN NN Number=Sing 5 nsubj 5:nsubj _ +8 booked book VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl _ 9 in in ADP IN _ 10 case 10:case _ 10 Sitara Sitara PROPN NNP Number=Sing 8 obl 8:obl:in _ 11 for for ADP IN _ 13 case 13:case _ @@ -59031,21 +59051,21 @@ # sent_id = email-enronsent11_01-0088 # text = Oglethorpe over paid their invoice every month. 1 Oglethorpe Oglethorpe PROPN NNP Number=Sing 3 nsubj 3:nsubj _ -2 over over X AFX _ 3 advmod 3:advmod _ -3 paid pay VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 over over ADV AFX _ 3 advmod 3:advmod _ +3 paid pay VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 invoice invoice NOUN NN Number=Sing 3 obj 3:obj _ -6 every every DET DT _ 7 det 7:det _ +6 every every DET DT PronType=Tot 7 det 7:det _ 7 month month NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent11_01-0089 # text = I believe that Doug told me the extra was for the cashout that was not invoiced. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 believe believe VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 5 mark 5:mark _ 4 Doug Doug PROPN NNP Number=Sing 5 nsubj 5:nsubj _ -5 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +5 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 iobj 5:iobj _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 extra extra ADJ JJ Degree=Pos 12 nsubj 12:nsubj _ @@ -59087,7 +59107,7 @@ 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 call call VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj _ -4 713-853-4743 713-853-4743 NUM CD NumType=Card 2 parataxis 2:parataxis _ +4 713-853-4743 713-853-4743 NUM CD NumForm=Digit|NumType=Card 2 parataxis 2:parataxis _ # sent_id = email-enronsent11_01-0094 # newpar id = email-enronsent11_01-p0019 @@ -59101,23 +59121,23 @@ # text = I'm checking my emails. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 checking check VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 emails email NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent11_01-0096 # text = I assume you have your anwser and don't need me. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 assume assume VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 assume assume VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj|10:nsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 anwser anwser NOUN NN Number=Sing 4 obj 4:obj _ 7 and and CCONJ CC _ 10 cc 10:cc _ 8-9 don't _ _ _ _ _ _ _ _ -8 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +8 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 n't not PART RB _ 10 advmod 10:advmod _ 10 need need VERB VB VerbForm=Inf 4 conj 2:ccomp|4:conj:and _ 11 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 10 obj 10:obj SpaceAfter=No @@ -59134,7 +59154,7 @@ # newpar id = email-enronsent11_01-p0022 # text = I sent this to Mary last week. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 sent send VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 this this PRON DT Number=Sing|PronType=Dem 2 obj 2:obj _ 4 to to ADP IN _ 5 case 5:case _ 5 Mary Mary PROPN NNP Number=Sing 2 obl 2:obl:to _ @@ -59162,7 +59182,7 @@ # sent_id = email-enronsent11_01-0100 # text = I need the prices below. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 prices price NOUN NNS Number=Plur 2 obj 2:obj _ 5 below below ADV RB _ 4 advmod 4:advmod SpaceAfter=No @@ -59189,17 +59209,17 @@ # sent_id = email-enronsent11_01-0104 # text = 08/01/2001 09:14 AM -1 08/01/2001 08/01/2001 NUM CD NumType=Card 0 root 0:root _ -2 09:14 09:14 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 08/01/2001 08/01/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 09:14 09:14 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent11_01-0105 # newpar id = email-enronsent11_01-p0024 # text = Sent by: Ernie Simien -1 Sent send VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 by by ADP IN _ 4 case 4:case SpaceAfter=No -3 : : PUNCT : _ 4 punct 4:punct _ -4 Ernie Ernie PROPN NNP Number=Sing 1 obl 1:obl:by _ +3 : : PUNCT : _ 2 punct 2:punct _ +4 Ernie Ernie PROPN NNP Number=Sing 1 obl:agent 1:obl:agent _ 5 Simien Simien PROPN NNP Number=Sing 4 flat 4:flat _ # sent_id = email-enronsent11_01-0106 @@ -59212,8 +59232,8 @@ # newpar id = email-enronsent11_01-p0025 # text = I need your help again. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 help help NOUN NN Number=Sing 2 obj 2:obj _ 5 again again ADV RB _ 2 advmod 2:advmod SpaceAfter=No 6 . . PUNCT . _ 2 punct 2:punct _ @@ -59221,7 +59241,7 @@ # sent_id = email-enronsent11_01-0108 # text = I need prices for May, June, and July. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 prices price NOUN NNS Number=Plur 2 obj 2:obj _ 4 for for ADP IN _ 5 case 5:case _ 5 May May PROPN NNP Number=Sing 3 nmod 3:nmod:for SpaceAfter=No @@ -59242,9 +59262,9 @@ # text = Mary.Ellenberger@enron.com on 05/03/2001 04:06:52 PM 1 Mary.Ellenberger@enron.com mary.ellenberger@enron.com X ADD _ 0 root 0:root _ 2 on on ADP IN _ 3 case 3:case _ -3 05/03/2001 05/03/2001 NUM CD NumType=Card 1 obl 1:obl:on _ -4 04:06:52 04:06:52 NUM CD NumType=Card 5 nummod 5:nummod _ -5 PM pm NOUN NN Number=Sing 3 nmod:tmod 3:nmod:tmod _ +3 05/03/2001 05/03/2001 NUM CD NumForm=Digit|NumType=Card 1 obl 1:obl:on _ +4 04:06:52 04:06:52 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ +5 PM p.m. NOUN NN Number=Sing 3 nmod:tmod 3:nmod:tmod _ # sent_id = email-enronsent11_01-0111 # newpar id = email-enronsent11_01-p0027 @@ -59264,9 +59284,9 @@ # newpar id = email-enronsent11_01-p0029 # text = Subject: Re: IF TGPL LA Z1 1 Subject subject NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 8 punct 8:punct _ 3 Re re ADP IN _ 8 case 8:case SpaceAfter=No -4 : : PUNCT : _ 8 punct 8:punct _ +4 : : PUNCT : _ 3 punct 3:punct _ 5 IF IF PROPN NNP Number=Sing 8 compound 8:compound _ 6 TGPL TGPL PROPN NNP Number=Sing 8 compound 8:compound _ 7 LA LA PROPN NNP Number=Sing 8 compound 8:compound _ @@ -59275,22 +59295,22 @@ # sent_id = email-enronsent11_01-0114 # newpar id = email-enronsent11_01-p0030 # text = Jan 9.95 Feb 6.25 Mar 4.98 April 5.37 -1 Jan Jan PROPN NNP Number=Sing 0 root 0:root _ -2 9.95 9.95 NUM CD NumType=Card 1 appos 1:appos _ -3 Feb Feb PROPN NNP Number=Sing 1 list 1:list _ -4 6.25 6.25 NUM CD NumType=Card 3 appos 3:appos _ -5 Mar Mar PROPN NNP Number=Sing 1 list 1:list _ -6 4.98 4.98 NUM CD NumType=Card 5 appos 5:appos _ +1 Jan January PROPN NNP Abbr=Yes|Number=Sing 0 root 0:root _ +2 9.95 9.95 NUM CD NumForm=Digit|NumType=Frac 1 appos 1:appos _ +3 Feb February PROPN NNP Abbr=Yes|Number=Sing 1 list 1:list _ +4 6.25 6.25 NUM CD NumForm=Digit|NumType=Frac 3 appos 3:appos _ +5 Mar March PROPN NNP Abbr=Yes|Number=Sing 1 list 1:list _ +6 4.98 4.98 NUM CD NumForm=Digit|NumType=Frac 5 appos 5:appos _ 7 April April PROPN NNP Number=Sing 1 list 1:list _ -8 5.37 5.37 NUM CD NumType=Card 7 appos 7:appos _ +8 5.37 5.37 NUM CD NumForm=Digit|NumType=Frac 7 appos 7:appos _ # sent_id = email-enronsent11_01-0115 # text = esimien@nisource.com on 05/03/2001 01:32:35 PM 1 esimien@nisource.com esimien@nisource.com X ADD _ 0 root 0:root _ 2 on on ADP IN _ 3 case 3:case _ -3 05/03/2001 05/03/2001 NUM CD NumType=Card 1 obl 1:obl:on _ -4 01:32:35 01:32:35 NUM CD NumType=Card 5 nummod 5:nummod _ -5 PM pm NOUN NN Number=Sing 3 nmod:tmod 3:nmod:tmod _ +3 05/03/2001 05/03/2001 NUM CD NumForm=Digit|NumType=Card 1 obl 1:obl:on _ +4 01:32:35 01:32:35 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ +5 PM p.m. NOUN NN Number=Sing 3 nmod:tmod 3:nmod:tmod _ # sent_id = email-enronsent11_01-0116 # newpar id = email-enronsent11_01-p0031 @@ -59314,14 +59334,14 @@ 10 subject subject NOUN NN Number=Sing 11 compound 11:compound _ 11 price price NOUN NN Number=Sing 7 obj 7:obj _ 12 for for ADP IN _ 13 case 13:case _ -13 Jan Jan PROPN NNP Number=Sing 11 nmod 11:nmod:for SpaceAfter=No +13 Jan January PROPN NNP Abbr=Yes|Number=Sing 11 nmod 11:nmod:for SpaceAfter=No 14 , , PUNCT , _ 15 punct 15:punct _ -15 Feb Feb PROPN NNP Number=Sing 13 conj 11:nmod:for|13:conj:and SpaceAfter=No +15 Feb February PROPN NNP Abbr=Yes|Number=Sing 13 conj 11:nmod:for|13:conj:and SpaceAfter=No 16 , , PUNCT , _ 17 punct 17:punct _ -17 Mar Mar PROPN NNP Number=Sing 13 conj 11:nmod:for|13:conj:and _ +17 Mar March PROPN NNP Abbr=Yes|Number=Sing 13 conj 11:nmod:for|13:conj:and _ 18 and and CCONJ CC _ 19 cc 19:cc _ -19 Apr Apr PROPN NNP Number=Sing 13 conj 11:nmod:for|13:conj:and _ -20 2001 2001 NUM CD NumType=Card 13 nmod:tmod 13:nmod:tmod SpaceAfter=No +19 Apr April PROPN NNP Abbr=Yes|Number=Sing 13 conj 11:nmod:for|13:conj:and _ +20 2001 2001 NUM CD NumForm=Digit|NumType=Card 13 nmod:tmod 13:nmod:tmod SpaceAfter=No 21 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent11_01-0118 @@ -59338,9 +59358,9 @@ # sent_id = email-enronsent24_01-0002 # text = 10/23/2000 12:12 PM -1 10/23/2000 10/23/2000 NUM CD NumType=Card 0 root 0:root _ -2 12:12 12:12 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 10/23/2000 10/23/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 12:12 12:12 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent24_01-0003 # text = Kay - @@ -59361,13 +59381,13 @@ 10 risk risk NOUN NN Number=Sing 11 compound 11:compound _ 11 management management NOUN NN Number=Sing 12 compound 12:compound _ 12 policy policy NOUN NN Number=Sing 7 nmod 7:nmod:to _ -13 ( ( PUNCT -LRB- _ 4 punct 4:punct _ +13 ( ( PUNCT -LRB- _ 15 punct 15:punct _ 14 or or CCONJ CC _ 15 cc 15:cc _ 15 circulate circulate VERB VB VerbForm=Inf 4 conj 4:conj:or _ 16 to to ADP IN _ 17 case 17:case _ 17 Jeff Jeff PROPN NNP Number=Sing 15 obl 15:obl:to _ 18 Hodge Hodge PROPN NNP Number=Sing 17 flat 17:flat SpaceAfter=No -19 ) ) PUNCT -RRB- _ 4 punct 4:punct SpaceAfter=No +19 ) ) PUNCT -RRB- _ 15 punct 15:punct SpaceAfter=No 20 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent24_01-0005 @@ -59379,7 +59399,7 @@ 5 CA ca NOUN NN Number=Sing 2 nmod 2:nmod:of _ 6 regarding regard VERB VBG VerbForm=Ger 7 case 7:case _ 7 curves curve NOUN NNS Number=Plur 5 nmod 5:nmod:regarding SpaceAfter=No -8 , , PUNCT , _ 12 punct 12:punct _ +8 , , PUNCT , _ 2 punct 2:punct _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 10 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 slightly slightly ADV RB _ 12 advmod 12:advmod _ @@ -59400,12 +59420,12 @@ # sent_id = email-enronsent24_01-0006 # text = I know that we address audit rights in the LLC agreement so this may not matter anyway if this is a right they already have. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 5 mark 5:mark _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 address address VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +5 address address VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 6 audit audit NOUN NN Number=Sing 7 compound 7:compound _ -7 rights rights NOUN NNS Number=Plur 5 obj 5:obj _ +7 rights right NOUN NNS Number=Plur 5 obj 5:obj _ 8 in in ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 LLC llc NOUN NN Number=Sing 11 compound 11:compound _ @@ -59423,7 +59443,7 @@ 22 right right NOUN NN Number=Sing 16 advcl 16:advcl:if _ 23 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 25 nsubj 25:nsubj _ 24 already already ADV RB _ 25 advmod 25:advmod _ -25 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 acl:relcl 22:acl:relcl SpaceAfter=No +25 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 acl:relcl 22:acl:relcl SpaceAfter=No 26 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent24_01-0007 @@ -59433,7 +59453,7 @@ 3 know know VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 what what PRON WP PronType=Int 6 obj 6:obj _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp SpaceAfter=No +6 think think VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp SpaceAfter=No 7 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent24_01-0008 @@ -59453,17 +59473,17 @@ # sent_id = email-enronsent24_01-0011 # text = 10/20/2000 11:32 AM -1 10/20/2000 10/20/2000 NUM CD NumType=Card 0 root 0:root _ -2 11:32 11:32 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 10/20/2000 10/20/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 11:32 11:32 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent24_01-0012 # text = Attached please find the latest enovate risk policy. -1 Attached attach VERB VBN Tense=Past|VerbForm=Part 3 csubj 3:csubj _ +1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 csubj 3:csubj _ 2 please please INTJ UH _ 3 discourse 3:discourse _ 3 find find VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -5 latest latest ADJ JJS Degree=Sup 8 amod 8:amod _ +5 latest late ADJ JJS Degree=Sup 8 amod 8:amod _ 6 enovate enovate NOUN NN Number=Sing 8 compound 8:compound _ 7 risk risk NOUN NN Number=Sing 8 compound 8:compound _ 8 policy policy NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No @@ -59471,47 +59491,47 @@ # sent_id = email-enronsent24_01-0013 # text = Our attorneys and internal audit area have made one language revision concerning Section XIII Audit Rights. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 attorneys attorney NOUN NNS Number=Plur 8 nsubj 8:nsubj _ 3 and and CCONJ CC _ 6 cc 6:cc _ 4 internal internal ADJ JJ Degree=Pos 5 amod 5:amod _ 5 audit audit NOUN NN Number=Sing 6 compound 6:compound _ 6 area area NOUN NN Number=Sing 2 conj 2:conj:and|8:nsubj _ -7 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +7 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 made make VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -9 one one NUM CD NumType=Card 11 nummod 11:nummod _ +9 one one NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 10 language language NOUN NN Number=Sing 11 compound 11:compound _ 11 revision revision NOUN NN Number=Sing 8 obj 8:obj _ 12 concerning concern VERB VBG VerbForm=Ger 16 case 16:case _ 13 Section section NOUN NN Number=Sing 16 compound 16:compound _ -14 XIII xiii NUM CD NumType=Card 13 nummod 13:nummod _ +14 XIII XIII NUM CD NumForm=Roman|NumType=Card 13 nummod 13:nummod _ 15 Audit audit NOUN NN Number=Sing 16 compound 16:compound _ -16 Rights rights NOUN NNS Number=Plur 11 nmod 11:nmod:concerning SpaceAfter=No +16 Rights right NOUN NNS Number=Plur 11 nmod 11:nmod:concerning SpaceAfter=No 17 . . PUNCT . _ 8 punct 8:punct _ # sent_id = email-enronsent24_01-0014 # text = Mary <> 1 Mary Mary PROPN NNP Number=Sing 0 root 0:root _ 2 << << PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No -3 MEH-risk meh-risk X GW _ 1 parataxis 1:parataxis _ -4 Oct oct X GW _ 3 goeswith 3:goeswith _ -5 20 20 NOUN NN Number=Sing 3 goeswith 3:goeswith SpaceAfter=No +3 MEH-risk meh-riskoct20 NOUN GW Number=Sing|Typo=Yes 1 parataxis 1:parataxis _ +4 Oct _ X GW _ 3 goeswith 3:goeswith _ +5 20 _ X NN _ 3 goeswith 3:goeswith SpaceAfter=No 6 >> >> PUNCT -RRB- _ 3 punct 3:punct _ # sent_id = email-enronsent24_01-0015 # newpar id = email-enronsent24_01-p0004 # text = - MEH-risk Oct 20.doc 1 - - PUNCT NFP _ 2 punct 2:punct _ -2 MEH-risk meh-risk X GW _ 0 root 0:root _ -3 Oct oct X GW _ 2 goeswith 2:goeswith _ -4 20.doc 20.doc NOUN NN Number=Sing 2 goeswith 2:goeswith _ +2 MEH-risk meh-risk NOUN GW _ 0 root 0:root _ +3 Oct oct X GW _ 2 flat 2:flat _ +4 20.doc 20.doc X NN Number=Sing 2 flat 2:flat _ # sent_id = email-enronsent24_01-0016 # newpar id = email-enronsent24_01-p0005 # text = I'm still at home. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 'm be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 still still ADV RB _ 2 advmod 2:advmod _ 4 at at ADP IN _ 5 case 5:case _ 5 home home NOUN NN Number=Sing 2 obl 2:obl:at SpaceAfter=No @@ -59530,24 +59550,24 @@ # sent_id = email-enronsent24_01-0018 # text = I have a fax machine at home, though, if you prefer. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 fax fax NOUN NN Number=Sing 5 compound 5:compound _ 5 machine machine NOUN NN Number=Sing 2 obj 2:obj _ 6 at at ADP IN _ 7 case 7:case _ 7 home home NOUN NN Number=Sing 2 obl 2:obl:at SpaceAfter=No -8 , , PUNCT , _ 2 punct 2:punct _ +8 , , PUNCT , _ 9 punct 9:punct _ 9 though though ADV RB _ 2 advmod 2:advmod SpaceAfter=No -10 , , PUNCT , _ 2 punct 2:punct _ +10 , , PUNCT , _ 13 punct 13:punct _ 11 if if SCONJ IN _ 13 mark 13:mark _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ -13 prefer prefer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:if SpaceAfter=No +13 prefer prefer VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:if SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent24_01-0019 # text = Otherwise, we can see who we can scare up at the office, or you can have Laura sign and I'll initial later. 1 Otherwise otherwise ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 can can AUX MD VerbForm=Fin 5 aux 5:aux _ 5 see see VERB VB VerbForm=Inf 0 root 0:root _ @@ -59564,20 +59584,20 @@ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ 17 can can AUX MD VerbForm=Fin 18 aux 18:aux _ 18 have have VERB VB VerbForm=Inf 5 conj 5:conj:or _ -19 Laura Laura PROPN NNP Number=Sing 20 nsubj 20:nsubj _ -20 sign sign VERB VB VerbForm=Inf 18 ccomp 18:ccomp _ +19 Laura Laura PROPN NNP Number=Sing 18 obj 18:obj|20:nsubj:xsubj _ +20 sign sign VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ 21 and and CCONJ CC _ 24 cc 24:cc _ 22-23 I'll _ _ _ _ _ _ _ _ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ 23 'll will AUX MD VerbForm=Fin 24 aux 24:aux _ 24 initial initial VERB VB VerbForm=Inf 18 conj 18:conj:and _ -25 later later ADV RB _ 24 advmod 24:advmod SpaceAfter=No +25 later late ADV RBR Degree=Cmp 24 advmod 24:advmod SpaceAfter=No 26 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent24_01-0020 # text = Which do you prefer? -1 Which which PRON WDT PronType=Int 4 obj 4:obj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +1 Which which PRON WDT PronType=Int 4 obj 4:obj ManuallyChecked=PronType +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 prefer prefer VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 5 ? ? PUNCT . _ 4 punct 4:punct _ @@ -59589,7 +59609,7 @@ # sent_id = email-enronsent24_01-0022 # newpar id = email-enronsent24_01-p0006 # text = Are you in the office to initial signature pages today? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +1 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 3 in in ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ @@ -59605,10 +59625,10 @@ # text = If not, is there someone else that will? 1 If if SCONJ IN _ 2 mark 2:mark _ 2 not not PART RB _ 4 advcl 4:advcl:if SpaceAfter=No -3 , , PUNCT , _ 4 punct 4:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 there there PRON EX _ 4 expl 4:expl _ -6 someone someone PRON NN Number=Sing 4 nsubj 4:nsubj|9:nsubj _ +6 someone someone PRON NN Number=Sing|PronType=Ind 4 nsubj 4:nsubj|9:nsubj _ 7 else else ADJ JJ Degree=Pos 6 amod 6:amod _ 8 that that PRON WDT PronType=Rel 9 nsubj 6:ref _ 9 will will AUX MD VerbForm=Fin 6 acl:relcl 6:acl:relcl SpaceAfter=No @@ -59617,7 +59637,7 @@ # sent_id = email-enronsent24_01-0024 # text = I know that Jeff is in Portland. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 7 mark 7:mark _ 4 Jeff Jeff PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ @@ -59638,9 +59658,9 @@ # sent_id = email-enronsent24_01-0027 # text = 10/26/2000 11:07 AM -1 10/26/2000 10/26/2000 NUM CD NumType=Card 0 root 0:root _ -2 11:07 11:07 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 10/26/2000 10/26/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 11:07 11:07 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent24_01-0028 # text = If Jeff is happy, I'm happy. @@ -59648,10 +59668,10 @@ 2 Jeff Jeff PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 happy happy ADJ JJ Degree=Pos 8 advcl 8:advcl:if SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6-7 I'm _ _ _ _ _ _ _ _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -7 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +7 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 happy happy ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 9 . . PUNCT . _ 8 punct 8:punct _ @@ -59669,7 +59689,7 @@ # sent_id = email-enronsent24_01-0031 # text = I spoke with Jeff Hodge yesterday regarding the additional language from Peoples regarding Audit Rights. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 spoke speak VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 spoke speak VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 with with ADP IN _ 4 case 4:case _ 4 Jeff Jeff PROPN NNP Number=Sing 2 obl 2:obl:with _ 5 Hodge Hodge PROPN NNP Number=Sing 4 flat 4:flat _ @@ -59682,43 +59702,43 @@ 12 Peoples people NOUN NNS Number=Plur 10 nmod 10:nmod:from _ 13 regarding regard VERB VBG VerbForm=Ger 15 case 15:case _ 14 Audit audit NOUN NN Number=Sing 15 compound 15:compound _ -15 Rights rights NOUN NNS Number=Plur 10 nmod 10:nmod:regarding SpaceAfter=No +15 Rights right NOUN NNS Number=Plur 10 nmod 10:nmod:regarding SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent24_01-0032 # text = His initial reaction was that their request was probably reasonable and in line with the spirit of a jointly owned L.L.C. -1 His he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 His his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 initial initial ADJ JJ Degree=Pos 3 amod 3:amod _ -3 reaction reaction NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 reaction reaction NOUN NN Number=Sing 10 nsubj:outer 10:nsubj:outer|13:nsubj:outer _ +4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ 5 that that SCONJ IN _ 10 mark 10:mark _ -6 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 request request NOUN NN Number=Sing 10 nsubj 10:nsubj|13:nsubj _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ 9 probably probably ADV RB _ 10 advmod 10:advmod _ -10 reasonable reasonable ADJ JJ Degree=Pos 4 ccomp 4:ccomp _ +10 reasonable reasonable ADJ JJ Degree=Pos 0 root 0:root _ 11 and and CCONJ CC _ 13 cc 13:cc _ 12 in in ADP IN _ 13 case 13:case _ -13 line line NOUN NN Number=Sing 10 conj 4:ccomp|10:conj:and _ +13 line line NOUN NN Number=Sing 10 conj 0:root|10:conj:and _ 14 with with ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 spirit spirit NOUN NN Number=Sing 13 nmod 13:nmod:with _ 17 of of ADP IN _ 21 case 21:case _ 18 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 19 jointly jointly ADV RB _ 20 advmod 20:advmod _ -20 owned own VERB VBN Tense=Past|VerbForm=Part 21 amod 21:amod _ +20 owned own VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 amod 21:amod _ 21 L.L.C l.l.c NOUN NN Number=Sing 16 nmod 16:nmod:of SpaceAfter=No -22 . . PUNCT . _ 4 punct 4:punct _ +22 . . PUNCT . _ 10 punct 10:punct _ # sent_id = email-enronsent24_01-0033 # text = However, he did suggest a couple slight revisions to protect Enron's interests. 1 However however ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -4 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +4 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 5 suggest suggest VERB VB VerbForm=Inf 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -7 couple couple NOUN NN Number=Sing 9 nmod 9:nmod _ +7 couple couple NOUN NN Number=Sing 9 nmod:npmod 9:nmod:npmod _ 8 slight slight ADJ JJ Degree=Pos 9 amod 9:amod _ 9 revisions revision NOUN NNS Number=Plur 5 obj 5:obj _ 10 to to PART TO _ 11 mark 11:mark _ @@ -59731,29 +59751,29 @@ # sent_id = email-enronsent24_01-0034 # text = 1) Highlighting that information will only be provided that is related to enovate and 2) that each designated representative should sign an appropriate confidentiality agreement. -1 1 1 X LS _ 2 nummod 2:nummod SpaceAfter=No -2 ) ) PUNCT -RRB- _ 3 punct 3:punct _ +1 1 1 NUM LS NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No +2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ 3 Highlighting highlight VERB VBG VerbForm=Ger 0 root 0:root _ 4 that that SCONJ IN _ 9 mark 9:mark _ -5 information information NOUN NN Number=Sing 9 nsubj:pass 9:nsubj:pass _ +5 information information NOUN NN Number=Sing 9 nsubj:pass 9:nsubj:pass|12:nsubj _ 6 will will AUX MD VerbForm=Fin 9 aux 9:aux _ 7 only only ADV RB _ 9 advmod 9:advmod _ 8 be be AUX VB VerbForm=Inf 9 aux:pass 9:aux:pass _ 9 provided provide VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 ccomp 3:ccomp _ -10 that that PRON WDT PronType=Dem 12 nsubj 12:nsubj _ +10 that that PRON WDT PronType=Rel 12 nsubj 5:ref _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ -12 related related ADJ JJ Degree=Pos 9 ccomp 9:ccomp _ +12 related related ADJ JJ Degree=Pos 5 acl:relcl 5:acl:relcl _ 13 to to ADP IN _ 14 case 14:case _ 14 enovate enovate NOUN NN Number=Sing 12 obl 12:obl:to _ 15 and and CCONJ CC _ 23 cc 23:cc _ -16 2 2 X LS _ 23 nummod 23:nummod SpaceAfter=No +16 2 2 NUM LS NumForm=Digit|NumType=Card 23 nummod 23:nummod SpaceAfter=No 17 ) ) PUNCT -RRB- _ 16 punct 16:punct _ 18 that that SCONJ IN _ 23 mark 23:mark _ -19 each each DET DT _ 21 det 21:det _ -20 designated designate VERB VBN Tense=Past|VerbForm=Part 21 amod 21:amod _ +19 each each DET DT PronType=Tot 21 det 21:det _ +20 designated designate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 amod 21:amod _ 21 representative representative NOUN NN Number=Sing 23 nsubj 23:nsubj _ 22 should should AUX MD VerbForm=Fin 23 aux 23:aux _ -23 sign sign VERB VB VerbForm=Inf 5 conj 5:conj:and|9:nsubj:pass _ +23 sign sign VERB VB VerbForm=Inf 9 conj 3:ccomp|9:conj:and _ 24 an a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 25 appropriate appropriate ADJ JJ Degree=Pos 27 amod 27:amod _ 26 confidentiality confidentiality NOUN NN Number=Sing 27 compound 27:compound _ @@ -59769,21 +59789,21 @@ 5 included include VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 in in ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 attached attach VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod _ +8 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod _ 9 draft draft NOUN NN Number=Sing 5 obl 5:obl:in SpaceAfter=No 10 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent24_01-0036 # text = My goal, however optimistic, is to execute the risk policy by the end of today. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ -2 goal goal NOUN NN Number=Sing 7 nsubj 7:nsubj SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +2 goal goal NOUN NN Number=Sing 9 nsubj:outer 9:nsubj:outer SpaceAfter=No +3 , , PUNCT , _ 5 punct 5:punct _ 4 however however ADV RB _ 5 advmod 5:advmod _ 5 optimistic optimistic ADJ JJ Degree=Pos 2 amod 2:amod SpaceAfter=No -6 , , PUNCT , _ 7 punct 7:punct _ -7 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 , , PUNCT , _ 2 punct 2:punct _ +7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 to to PART TO _ 9 mark 9:mark _ -9 execute execute VERB VB VerbForm=Inf 7 ccomp 7:ccomp _ +9 execute execute VERB VB VerbForm=Inf 0 root 0:root _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 risk risk NOUN NN Number=Sing 12 compound 12:compound _ 12 policy policy NOUN NN Number=Sing 9 obj 9:obj _ @@ -59792,7 +59812,7 @@ 15 end end NOUN NN Number=Sing 9 obl 9:obl:by _ 16 of of ADP IN _ 17 case 17:case _ 17 today today NOUN NN Number=Sing 15 nmod 15:nmod:of SpaceAfter=No -18 . . PUNCT . _ 7 punct 7:punct _ +18 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent24_01-0037 # text = Activity is picking up dramatically and the fine line is getting further blurred each passing day. @@ -59801,15 +59821,15 @@ 3 picking pick VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 up up ADP RP _ 3 compound:prt 3:compound:prt _ 5 dramatically dramatically ADV RB _ 3 advmod 3:advmod _ -6 and and CCONJ CC _ 13 cc 13:cc _ +6 and and CCONJ CC _ 12 cc 12:cc _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 fine fine ADJ JJ Degree=Pos 9 amod 9:amod _ 9 line line NOUN NN Number=Sing 13 nsubj:pass 13:nsubj:pass _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ -11 getting get VERB VBG VerbForm=Ger 13 aux:pass 13:aux:pass _ +11 getting get AUX VBG Tense=Pres|VerbForm=Part 13 aux:pass 13:aux:pass _ 12 further further ADV RB _ 13 advmod 13:advmod _ -13 blurred blurred ADJ JJ Degree=Pos 3 conj 3:conj:and _ -14 each each DET DT _ 16 det 16:det _ +13 blurred blur VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 conj 3:conj:and _ +14 each each DET DT PronType=Tot 16 det 16:det _ 15 passing pass VERB VBG VerbForm=Ger 16 amod 16:amod _ 16 day day NOUN NN Number=Sing 13 obl:tmod 13:obl:tmod SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ @@ -59817,28 +59837,28 @@ # sent_id = email-enronsent24_01-0038 # text = Therefore, I need to know ASAP if there are any problems with the draft as written. 1 Therefore therefore ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -4 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 know know VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 ASAP asap ADV RB _ 6 advmod 6:advmod _ +7 ASAP ASAP ADV RB _ 6 advmod 6:advmod _ 8 if if SCONJ IN _ 10 mark 10:mark _ 9 there there PRON EX _ 10 expl 10:expl _ -10 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:if _ -11 any any DET DT _ 12 det 12:det _ +10 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ +11 any any DET DT PronType=Ind 12 det 12:det _ 12 problems problem NOUN NNS Number=Plur 10 nsubj 10:nsubj _ 13 with with ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 draft draft NOUN NN Number=Sing 12 nmod 12:nmod:with _ 16 as as SCONJ IN _ 17 mark 17:mark _ -17 written write VERB VBN Tense=Past|VerbForm=Part 15 advcl 15:advcl:as SpaceAfter=No +17 written write VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 acl 15:acl:as SpaceAfter=No 18 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent24_01-0039 # text = Otherwise, I will be sending it to Peoples as our final revision by mid morning. 1 Otherwise otherwise ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 4 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 5 be be AUX VB VerbForm=Inf 6 aux 6:aux _ @@ -59847,7 +59867,7 @@ 8 to to ADP IN _ 9 case 9:case _ 9 Peoples people NOUN NNS Number=Plur 6 obl 6:obl:to _ 10 as as ADP IN _ 13 case 13:case _ -11 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 12 final final ADJ JJ Degree=Pos 13 amod 13:amod _ 13 revision revision NOUN NN Number=Sing 6 obl 6:obl:as _ 14 by by ADP IN _ 16 case 16:case _ @@ -59859,7 +59879,7 @@ # text = Thanks for your prompt attention to this. 1 Thanks thanks NOUN NN Number=Sing 0 root 0:root _ 2 for for ADP IN _ 5 case 5:case _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 prompt prompt ADJ JJ Degree=Pos 5 amod 5:amod _ 5 attention attention NOUN NN Number=Sing 1 nmod 1:nmod:for _ 6 to to ADP IN _ 7 case 7:case _ @@ -59884,9 +59904,9 @@ # sent_id = email-enronsent24_01-0044 # text = 10/23/2000 12:12 PM -1 10/23/2000 10/23/2000 NUM CD NumType=Card 0 root 0:root _ -2 12:12 12:12 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 10/23/2000 10/23/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 12:12 12:12 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent24_01-0045 # text = Kay - @@ -59907,13 +59927,13 @@ 10 risk risk NOUN NN Number=Sing 11 compound 11:compound _ 11 management management NOUN NN Number=Sing 12 compound 12:compound _ 12 policy policy NOUN NN Number=Sing 7 nmod 7:nmod:to _ -13 ( ( PUNCT -LRB- _ 4 punct 4:punct _ +13 ( ( PUNCT -LRB- _ 15 punct 15:punct _ 14 or or CCONJ CC _ 15 cc 15:cc _ 15 circulate circulate VERB VB VerbForm=Inf 4 conj 4:conj:or _ 16 to to ADP IN _ 17 case 17:case _ 17 Jeff Jeff PROPN NNP Number=Sing 15 obl 15:obl:to _ 18 Hodge Hodge PROPN NNP Number=Sing 17 flat 17:flat SpaceAfter=No -19 ) ) PUNCT -RRB- _ 4 punct 4:punct SpaceAfter=No +19 ) ) PUNCT -RRB- _ 15 punct 15:punct SpaceAfter=No 20 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent24_01-0047 @@ -59925,7 +59945,7 @@ 5 CA ca NOUN NN Number=Sing 2 nmod 2:nmod:of _ 6 regarding regard VERB VBG VerbForm=Ger 7 case 7:case _ 7 curves curve NOUN NNS Number=Plur 5 nmod 5:nmod:regarding SpaceAfter=No -8 , , PUNCT , _ 12 punct 12:punct _ +8 , , PUNCT , _ 2 punct 2:punct _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 10 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 slightly slightly ADV RB _ 12 advmod 12:advmod _ @@ -59946,12 +59966,12 @@ # sent_id = email-enronsent24_01-0048 # text = I know that we address audit rights in the LLC agreement so this may not matter anyway if this is a right they already have. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 5 mark 5:mark _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 address address VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +5 address address VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 6 audit audit NOUN NN Number=Sing 7 compound 7:compound _ -7 rights rights NOUN NNS Number=Plur 5 obj 5:obj _ +7 rights right NOUN NNS Number=Plur 5 obj 5:obj _ 8 in in ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 LLC llc NOUN NN Number=Sing 11 compound 11:compound _ @@ -59969,7 +59989,7 @@ 22 right right NOUN NN Number=Sing 16 advcl 16:advcl:if _ 23 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 25 nsubj 25:nsubj _ 24 already already ADV RB _ 25 advmod 25:advmod _ -25 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 acl:relcl 22:acl:relcl SpaceAfter=No +25 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 acl:relcl 22:acl:relcl SpaceAfter=No 26 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent24_01-0049 @@ -59979,7 +59999,7 @@ 3 know know VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 what what PRON WP PronType=Int 6 obj 6:obj _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp SpaceAfter=No +6 think think VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp SpaceAfter=No 7 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent24_01-0050 @@ -59999,17 +60019,17 @@ # sent_id = email-enronsent24_01-0053 # text = 10/20/2000 11:32 AM -1 10/20/2000 10/20/2000 NUM CD NumType=Card 0 root 0:root _ -2 11:32 11:32 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 10/20/2000 10/20/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 11:32 11:32 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent24_01-0054 # text = Attached please find the latest enovate risk policy. -1 Attached attach VERB VBN Tense=Past|VerbForm=Part 3 csubj 3:csubj _ +1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 csubj 3:csubj _ 2 please please INTJ UH _ 3 discourse 3:discourse _ 3 find find VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -5 latest latest ADJ JJS Degree=Sup 8 amod 8:amod _ +5 latest late ADJ JJS Degree=Sup 8 amod 8:amod _ 6 enovate enovate NOUN NN Number=Sing 8 compound 8:compound _ 7 risk risk NOUN NN Number=Sing 8 compound 8:compound _ 8 policy policy NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No @@ -60017,22 +60037,22 @@ # sent_id = email-enronsent24_01-0055 # text = Our attorneys and internal audit area have made one language revision concerning Section XIII Audit Rights. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 attorneys attorney NOUN NNS Number=Plur 8 nsubj 8:nsubj _ 3 and and CCONJ CC _ 6 cc 6:cc _ 4 internal internal ADJ JJ Degree=Pos 5 amod 5:amod _ 5 audit audit NOUN NN Number=Sing 6 compound 6:compound _ 6 area area NOUN NN Number=Sing 2 conj 2:conj:and|8:nsubj _ -7 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +7 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 made make VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -9 one one NUM CD NumType=Card 11 nummod 11:nummod _ +9 one one NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 10 language language NOUN NN Number=Sing 11 compound 11:compound _ 11 revision revision NOUN NN Number=Sing 8 obj 8:obj _ 12 concerning concern VERB VBG VerbForm=Ger 16 case 16:case _ 13 Section section NOUN NN Number=Sing 16 compound 16:compound _ -14 XIII xiii NUM CD NumType=Card 13 nummod 13:nummod _ +14 XIII XIII NUM CD NumForm=Roman|NumType=Card 13 nummod 13:nummod _ 15 Audit audit NOUN NN Number=Sing 16 compound 16:compound _ -16 Rights rights NOUN NN Number=Sing 11 nmod 11:nmod:concerning SpaceAfter=No +16 Rights right NOUN NN Number=Sing 11 nmod 11:nmod:concerning SpaceAfter=No 17 . . PUNCT . _ 8 punct 8:punct _ # sent_id = email-enronsent24_01-0056 @@ -60042,18 +60062,18 @@ # sent_id = email-enronsent24_01-0057 # text = <> 1 << << PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No -2 MEH-risk meh-risk X GW _ 0 root 0:root _ -3 Oct oct X GW _ 2 goeswith 2:goeswith _ -4 20 20 NOUN NN Number=Sing 2 goeswith 2:goeswith SpaceAfter=No +2 MEH-risk meh-riskoct20 NOUN GW Number=Sing|Typo=Yes 0 root 0:root _ +3 Oct _ X GW _ 2 goeswith 2:goeswith _ +4 20 _ X NN _ 2 goeswith 2:goeswith SpaceAfter=No 5 >> >> PUNCT -RRB- _ 2 punct 2:punct _ # sent_id = email-enronsent24_01-0058 # newpar id = email-enronsent24_01-p0015 # text = - MEH-risk Oct 20.doc 1 - - PUNCT NFP _ 2 punct 2:punct _ -2 MEH-risk meh-risk X GW _ 0 root 0:root _ -3 Oct oct X GW _ 2 goeswith 2:goeswith _ -4 20.doc 20.doc NOUN NN Number=Sing 2 goeswith 2:goeswith _ +2 MEH-risk meh-risk NOUN GW _ 0 root 0:root _ +3 Oct oct X GW _ 2 flat 2:flat _ +4 20.doc 20.doc X NN Number=Sing 2 flat 2:flat _ # sent_id = email-enronsent24_01-0059 # newpar id = email-enronsent24_01-p0016 @@ -60072,13 +60092,13 @@ 12 to to PART TO _ 13 mark 13:mark _ 13 track track VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ 14 down down ADP RP _ 13 compound:prt 13:compound:prt _ -15 someone someone PRON NN Number=Sing 13 obj 13:obj|19:nsubj _ +15 someone someone PRON NN Number=Sing|PronType=Ind 13 obj 13:obj|19:nsubj _ 16 who who PRON WP PronType=Rel 19 nsubj 15:ref _ 17-18 doesn't _ _ _ _ _ _ _ _ 17 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 18 n't not PART RB _ 19 advmod 19:advmod _ 19 know know VERB VB VerbForm=Inf 15 acl:relcl 15:acl:relcl _ -20 anything anything PRON NN Number=Sing 19 obj 19:obj _ +20 anything anything PRON NN Number=Sing|PronType=Ind 19 obj 19:obj _ 21 about about ADP IN _ 22 case 22:case _ 22 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 nmod 20:nmod:about _ 23 and and CCONJ CC _ 24 cc 24:cc _ @@ -60103,18 +60123,18 @@ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 fax fax VERB VB VerbForm=Inf 3 conj 3:conj:and _ 12 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj _ -13 to to SCONJ IN _ 14 case 14:case _ -14 whomever whomever PRON WP PronType=Int 11 obl 11:obl:to _ +13 to to ADP IN _ 14 case 14:case _ +14 whomever whomever PRON WP PronType=Rel 11 obl 11:obl:to _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -16 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 acl:relcl 14:acl:relcl SpaceAfter=No +16 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 acl:relcl 14:acl:relcl SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent24_01-0061 # text = Plus, I work with Janet a lot so she may get some comfort from that, instead of having a lawyer she hasn't dealt with initial it. -1 Plus plus CCONJ CC _ 12 cc 12:cc SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +1 Plus plus CCONJ CC _ 5 cc 5:cc SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 work work VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 with with ADP IN _ 6 case 6:case _ 6 Janet Janet PROPN NNP Number=Sing 4 obl 4:obl:with _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ @@ -60122,24 +60142,24 @@ 9 so so ADV RB _ 12 advmod 12:advmod _ 10 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 11 may may AUX MD VerbForm=Fin 12 aux 12:aux _ -12 get get VERB VB VerbForm=Inf 4 conj 4:conj:so _ -13 some some DET DT _ 14 det 14:det _ +12 get get VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ +13 some some DET DT PronType=Ind 14 det 14:det _ 14 comfort comfort NOUN NN Number=Sing 12 obj 12:obj _ 15 from from ADP IN _ 16 case 16:case _ 16 that that PRON DT Number=Sing|PronType=Dem 12 obl 12:obl:from SpaceAfter=No -17 , , PUNCT , _ 12 punct 12:punct _ +17 , , PUNCT , _ 20 punct 20:punct _ 18 instead instead ADV RB _ 20 mark 20:mark _ 19 of of SCONJ IN _ 18 fixed 18:fixed _ 20 having have VERB VBG VerbForm=Ger 12 advcl 12:advcl:instead_of _ 21 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ -22 lawyer lawyer NOUN NN Number=Sing 28 nsubj 28:nsubj _ +22 lawyer lawyer NOUN NN Number=Sing 20 obj 20:obj|26:obl:with|28:nsubj:xsubj _ 23 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 26 nsubj 26:nsubj _ 24-25 hasn't _ _ _ _ _ _ _ _ 24 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ 25 n't not PART RB _ 26 advmod 26:advmod _ 26 dealt deal VERB VBN Tense=Past|VerbForm=Part 22 acl:relcl 22:acl:relcl _ -27 with with ADP IN _ 26 obl 26:obl _ -28 initial initial VERB VB VerbForm=Inf 20 ccomp 20:ccomp _ +27 with with ADP IN _ 26 obl 22:case _ +28 initial initial VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ 29 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 28 obj 28:obj SpaceAfter=No 30 . . PUNCT . _ 4 punct 4:punct _ @@ -60164,7 +60184,7 @@ # text = Is the attached form the final final form? 1 Is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 attached attach VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod _ +3 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod _ 4 form form NOUN NN Number=Sing 8 nsubj 8:nsubj _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 6 final final ADJ JJ Degree=Pos 8 amod 8:amod _ @@ -60177,12 +60197,12 @@ 1 Where where ADV WRB PronType=Int 9 advmod 9:advmod _ 2 and and CCONJ CC _ 4 cc 4:cc _ 3 to to ADP IN _ 4 case 4:case _ -4 whom whom PRON WP PronType=Int 1 conj 1:conj:and|9:advmod _ -5 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +4 whom whom PRON WP PronType=Int 1 conj 1:conj:and|9:obl:to _ +5 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ 7 want want VERB VB VerbForm=Inf 0 root 0:root _ 8 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj|9:nsubj:xsubj _ -9 faxed fax VERB VBN Tense=Past|VerbForm=Part 7 xcomp 7:xcomp SpaceAfter=No +9 faxed fax VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 xcomp 7:xcomp SpaceAfter=No 10 ? ? PUNCT . _ 7 punct 7:punct _ # sent_id = email-enronsent24_01-0065 @@ -60201,14 +60221,14 @@ 2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 expl 5:expl _ 3 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 4 be be AUX VB VerbForm=Inf 5 cop 5:cop _ -5 Janet Janet PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -6 signing sign VERB VBG VerbForm=Ger 12 advcl 12:advcl SpaceAfter=No -7 , , PUNCT , _ 12 punct 12:punct _ +5 Janet Janet PROPN NNP Number=Sing 12 advcl 12:advcl _ +6 signing sign VERB VBG VerbForm=Ger 5 acl 5:acl SpaceAfter=No +7 , , PUNCT , _ 5 punct 5:punct _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 expl 12:expl _ 9 will will AUX MD VerbForm=Fin 12 aux 12:aux _ 10 probably probably ADV RB _ 12 advmod 12:advmod _ 11 be be AUX VB VerbForm=Inf 12 cop 12:cop _ -12 better better ADJ JJR Degree=Cmp 0 root 0:root _ +12 better good ADJ JJR Degree=Cmp 0 root 0:root _ 13 to to PART TO _ 14 mark 14:mark _ 14 have have VERB VB VerbForm=Inf 12 csubj 12:csubj _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -60216,7 +60236,7 @@ 17 on on ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 pages page NOUN NNS Number=Plur 14 xcomp 14:xcomp _ -20 first first ADV RB _ 19 advmod 19:advmod SpaceAfter=No +20 first first ADV RB NumForm=Word|NumType=Ord 19 advmod 19:advmod SpaceAfter=No 21 . . PUNCT . _ 12 punct 12:punct _ # sent_id = email-enronsent24_01-0068 @@ -60224,7 +60244,7 @@ 1 Either either CCONJ CC _ 2 cc:preconj 2:cc:preconj _ 2 fax fax NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 or or CCONJ CC _ 4 cc 4:cc _ -4 someone someone PRON NN Number=Sing 2 conj 2:conj:or|6:nsubj _ +4 someone someone PRON NN Number=Sing|PronType=Ind 2 conj 2:conj:or|6:nsubj _ 5 else else ADJ JJ Degree=Pos 4 amod 4:amod _ 6 works work VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 fine fine ADV RB _ 6 advmod 6:advmod SpaceAfter=No @@ -60235,9 +60255,9 @@ 1 Let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ 3 know know VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ -4 which which PRON WDT PronType=Int 6 nsubj 6:nsubj _ +4 which which PRON WDT PronType=Int 6 nsubj 6:nsubj ManuallyChecked=PronType 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -6 easier easier ADJ JJR Degree=Cmp 3 ccomp 3:ccomp _ +6 easier easy ADJ JJR Degree=Cmp 3 ccomp 3:ccomp _ 7 and and CCONJ CC _ 10 cc 10:cc _ 8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 9 can can AUX MD VerbForm=Fin 10 aux 10:aux _ @@ -60256,15 +60276,15 @@ # sent_id = email-enronsent24_01-0072 # text = 10/26/2000 11:26 AM -1 10/26/2000 10/26/2000 NUM CD NumType=Card 0 root 0:root _ -2 11:26 11:26 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 10/26/2000 10/26/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 11:26 11:26 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent24_01-0073 # text = I'm still at home. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 still still ADV RB _ 5 advmod 5:advmod _ 4 at at ADP IN _ 5 case 5:case _ 5 home home NOUN NN Number=Sing 0 root 0:root SpaceAfter=No @@ -60283,24 +60303,24 @@ # sent_id = email-enronsent24_01-0075 # text = I have a fax machine at home, though, if you prefer. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 fax fax NOUN NN Number=Sing 5 compound 5:compound _ 5 machine machine NOUN NN Number=Sing 2 obj 2:obj _ 6 at at ADP IN _ 7 case 7:case _ 7 home home NOUN NN Number=Sing 2 obl 2:obl:at SpaceAfter=No -8 , , PUNCT , _ 2 punct 2:punct _ +8 , , PUNCT , _ 9 punct 9:punct _ 9 though though ADV RB _ 2 advmod 2:advmod SpaceAfter=No -10 , , PUNCT , _ 2 punct 2:punct _ +10 , , PUNCT , _ 13 punct 13:punct _ 11 if if SCONJ IN _ 13 mark 13:mark _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ -13 prefer prefer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:if SpaceAfter=No +13 prefer prefer VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:if SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent24_01-0076 # text = Otherwise, we can see who we can scare up at the office, or you can have Laura sign and I'll initial later. 1 Otherwise otherwise ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 can can AUX MD VerbForm=Fin 5 aux 5:aux _ 5 see see VERB VB VerbForm=Inf 0 root 0:root _ @@ -60317,20 +60337,20 @@ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ 17 can can AUX MD VerbForm=Fin 18 aux 18:aux _ 18 have have VERB VB VerbForm=Inf 5 conj 5:conj:or _ -19 Laura Laura PROPN NNP Number=Sing 20 nsubj 20:nsubj _ -20 sign sign VERB VB VerbForm=Inf 18 ccomp 18:ccomp _ +19 Laura Laura PROPN NNP Number=Sing 18 obj 18:obj|20:nsubj:xsubj _ +20 sign sign VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ 21 and and CCONJ CC _ 24 cc 24:cc _ 22-23 I'll _ _ _ _ _ _ _ _ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ 23 'll will AUX MD VerbForm=Fin 24 aux 24:aux _ 24 initial initial VERB VB VerbForm=Inf 18 conj 18:conj:and _ -25 later later ADV RB _ 24 advmod 24:advmod SpaceAfter=No +25 later late ADV RBR Degree=Cmp 24 advmod 24:advmod SpaceAfter=No 26 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent24_01-0077 # text = Which do you prefer? -1 Which which PRON WDT PronType=Int 4 obj 4:obj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +1 Which which PRON WDT PronType=Int 4 obj 4:obj ManuallyChecked=PronType +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 prefer prefer VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 5 ? ? PUNCT . _ 4 punct 4:punct _ @@ -60341,7 +60361,7 @@ # sent_id = email-enronsent24_01-0079 # text = Are you in the office to initial signature pages today? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +1 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 3 in in ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ @@ -60357,10 +60377,10 @@ # text = If not, is there someone else that will? 1 If if SCONJ IN _ 2 mark 2:mark _ 2 not not PART RB _ 4 advcl 4:advcl:if SpaceAfter=No -3 , , PUNCT , _ 4 punct 4:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 there there PRON EX _ 4 expl 4:expl _ -6 someone someone PRON NN Number=Sing 4 nsubj 4:nsubj|9:nsubj _ +6 someone someone PRON NN Number=Sing|PronType=Ind 4 nsubj 4:nsubj|9:nsubj _ 7 else else ADJ JJ Degree=Pos 6 amod 6:amod _ 8 that that PRON WDT PronType=Rel 9 nsubj 6:ref _ 9 will will AUX MD VerbForm=Fin 6 acl:relcl 6:acl:relcl SpaceAfter=No @@ -60369,7 +60389,7 @@ # sent_id = email-enronsent24_01-0081 # text = I know that Jeff is in Portland. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 7 mark 7:mark _ 4 Jeff Jeff PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ @@ -60390,9 +60410,9 @@ # sent_id = email-enronsent24_01-0084 # text = 10/26/2000 11:07 AM -1 10/26/2000 10/26/2000 NUM CD NumType=Card 0 root 0:root _ -2 11:07 11:07 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 10/26/2000 10/26/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 11:07 11:07 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent24_01-0085 # text = If Jeff is happy, I'm happy. @@ -60400,10 +60420,10 @@ 2 Jeff Jeff PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 happy happy ADJ JJ Degree=Pos 8 advcl 8:advcl:if SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6-7 I'm _ _ _ _ _ _ _ _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -7 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +7 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 happy happy ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 9 . . PUNCT . _ 8 punct 8:punct _ @@ -60421,7 +60441,7 @@ # sent_id = email-enronsent24_01-0088 # text = I spoke with Jeff Hodge yesterday regarding the additional language from Peoples regarding Audit Rights. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 spoke speak VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 spoke speak VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 with with ADP IN _ 4 case 4:case _ 4 Jeff Jeff PROPN NNP Number=Sing 2 obl 2:obl:with _ 5 Hodge Hodge PROPN NNP Number=Sing 4 flat 4:flat _ @@ -60434,43 +60454,43 @@ 12 Peoples people NOUN NNS Number=Plur 10 nmod 10:nmod:from _ 13 regarding regard VERB VBG VerbForm=Ger 15 case 15:case _ 14 Audit audit NOUN NN Number=Sing 15 compound 15:compound _ -15 Rights rights NOUN NNS Number=Plur 10 nmod 10:nmod:regarding SpaceAfter=No +15 Rights right NOUN NNS Number=Plur 10 nmod 10:nmod:regarding SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent24_01-0089 # text = His initial reaction was that their request was probably reasonable and in line with the spirit of a jointly owned L.L.C. -1 His he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 His his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 initial initial ADJ JJ Degree=Pos 3 amod 3:amod _ -3 reaction reaction NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 reaction reaction NOUN NN Number=Sing 10 nsubj:outer 10:nsubj:outer|13:nsubj:outer _ +4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ 5 that that SCONJ IN _ 10 mark 10:mark _ -6 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 request request NOUN NN Number=Sing 10 nsubj 10:nsubj|13:nsubj _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ 9 probably probably ADV RB _ 10 advmod 10:advmod _ -10 reasonable reasonable ADJ JJ Degree=Pos 4 ccomp 4:ccomp _ +10 reasonable reasonable ADJ JJ Degree=Pos 0 root 0:root _ 11 and and CCONJ CC _ 13 cc 13:cc _ 12 in in ADP IN _ 13 case 13:case _ -13 line line NOUN NN Number=Sing 10 conj 4:ccomp|10:conj:and _ +13 line line NOUN NN Number=Sing 10 conj 0:root|10:conj:and _ 14 with with ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 spirit spirit NOUN NN Number=Sing 13 nmod 13:nmod:with _ 17 of of ADP IN _ 21 case 21:case _ 18 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 19 jointly jointly ADV RB _ 20 advmod 20:advmod _ -20 owned own VERB VBN Tense=Past|VerbForm=Part 21 amod 21:amod _ +20 owned own VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 amod 21:amod _ 21 L.L.C l.l.c NOUN NN Number=Sing 16 nmod 16:nmod:of SpaceAfter=No -22 . . PUNCT . _ 4 punct 4:punct _ +22 . . PUNCT . _ 10 punct 10:punct _ # sent_id = email-enronsent24_01-0090 # text = However, he did suggest a couple slight revisions to protect Enron's interests. 1 However however ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -4 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +4 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 5 suggest suggest VERB VB VerbForm=Inf 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -7 couple couple NOUN NN Number=Sing 9 nmod 9:nmod _ +7 couple couple NOUN NN Number=Sing 9 nmod:npmod 9:nmod:npmod _ 8 slight slight ADJ JJ Degree=Pos 9 amod 9:amod _ 9 revisions revision NOUN NNS Number=Plur 5 obj 5:obj _ 10 to to PART TO _ 11 mark 11:mark _ @@ -60483,29 +60503,29 @@ # sent_id = email-enronsent24_01-0091 # text = 1) Highlighting that information will only be provided that is related to enovate and 2) that each designated representative should sign an appropriate confidentiality agreement. -1 1 1 X LS _ 2 nummod 2:nummod SpaceAfter=No -2 ) ) PUNCT -RRB- _ 3 punct 3:punct _ +1 1 1 NUM LS NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No +2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ 3 Highlighting highlight VERB VBG VerbForm=Ger 0 root 0:root _ 4 that that SCONJ IN _ 9 mark 9:mark _ -5 information information NOUN NN Number=Sing 9 nsubj:pass 9:nsubj:pass _ +5 information information NOUN NN Number=Sing 9 nsubj:pass 9:nsubj:pass|12:nsubj _ 6 will will AUX MD VerbForm=Fin 9 aux 9:aux _ 7 only only ADV RB _ 9 advmod 9:advmod _ 8 be be AUX VB VerbForm=Inf 9 aux:pass 9:aux:pass _ 9 provided provide VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 ccomp 3:ccomp _ -10 that that PRON WDT PronType=Dem 12 nsubj 12:nsubj _ +10 that that PRON WDT PronType=Rel 12 nsubj 5:ref _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ -12 related related ADJ JJ Degree=Pos 9 ccomp 9:ccomp _ +12 related related ADJ JJ Degree=Pos 5 acl:relcl 5:acl:relcl _ 13 to to ADP IN _ 14 case 14:case _ 14 enovate enovate NOUN NN Number=Sing 12 obl 12:obl:to _ 15 and and CCONJ CC _ 23 cc 23:cc _ -16 2 2 X LS _ 23 nummod 23:nummod SpaceAfter=No +16 2 2 NUM LS NumForm=Digit|NumType=Card 23 nummod 23:nummod SpaceAfter=No 17 ) ) PUNCT -RRB- _ 16 punct 16:punct _ 18 that that SCONJ IN _ 23 mark 23:mark _ -19 each each DET DT _ 21 det 21:det _ -20 designated designate VERB VBN Tense=Past|VerbForm=Part 21 amod 21:amod _ +19 each each DET DT PronType=Tot 21 det 21:det _ +20 designated designate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 amod 21:amod _ 21 representative representative NOUN NN Number=Sing 23 nsubj 23:nsubj _ 22 should should AUX MD VerbForm=Fin 23 aux 23:aux _ -23 sign sign VERB VB VerbForm=Inf 5 conj 5:conj:and|9:nsubj:pass _ +23 sign sign VERB VB VerbForm=Inf 9 conj 3:ccomp|9:conj:and _ 24 an a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 25 appropriate appropriate ADJ JJ Degree=Pos 27 amod 27:amod _ 26 confidentiality confidentiality NOUN NN Number=Sing 27 compound 27:compound _ @@ -60521,21 +60541,21 @@ 5 included include VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 in in ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 attached attach VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod _ +8 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod _ 9 draft draft NOUN NN Number=Sing 5 obl 5:obl:in SpaceAfter=No 10 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent24_01-0093 # text = My goal, however optimistic, is to execute the risk policy by the end of today. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ -2 goal goal NOUN NN Number=Sing 7 nsubj 7:nsubj SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +2 goal goal NOUN NN Number=Sing 9 nsubj:outer 9:nsubj:outer SpaceAfter=No +3 , , PUNCT , _ 5 punct 5:punct _ 4 however however ADV RB _ 5 advmod 5:advmod _ 5 optimistic optimistic ADJ JJ Degree=Pos 2 amod 2:amod SpaceAfter=No -6 , , PUNCT , _ 7 punct 7:punct _ -7 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 , , PUNCT , _ 2 punct 2:punct _ +7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 to to PART TO _ 9 mark 9:mark _ -9 execute execute VERB VB VerbForm=Inf 7 ccomp 7:ccomp _ +9 execute execute VERB VB VerbForm=Inf 0 root 0:root _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 risk risk NOUN NN Number=Sing 12 compound 12:compound _ 12 policy policy NOUN NN Number=Sing 9 obj 9:obj _ @@ -60544,7 +60564,7 @@ 15 end end NOUN NN Number=Sing 9 obl 9:obl:by _ 16 of of ADP IN _ 17 case 17:case _ 17 today today NOUN NN Number=Sing 15 nmod 15:nmod:of SpaceAfter=No -18 . . PUNCT . _ 7 punct 7:punct _ +18 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent24_01-0094 # text = Activity is picking up dramatically and the fine line is getting further blurred each passing day. @@ -60553,15 +60573,15 @@ 3 picking pick VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 up up ADP RP _ 3 compound:prt 3:compound:prt _ 5 dramatically dramatically ADV RB _ 3 advmod 3:advmod _ -6 and and CCONJ CC _ 13 cc 13:cc _ +6 and and CCONJ CC _ 12 cc 12:cc _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 fine fine ADJ JJ Degree=Pos 9 amod 9:amod _ 9 line line NOUN NN Number=Sing 13 nsubj:pass 13:nsubj:pass _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ -11 getting get VERB VBG VerbForm=Ger 13 aux:pass 13:aux:pass _ +11 getting get AUX VBG Tense=Pres|VerbForm=Part 13 aux:pass 13:aux:pass _ 12 further further ADV RB _ 13 advmod 13:advmod _ -13 blurred blurred ADJ JJ Degree=Pos 3 conj 3:conj:and _ -14 each each DET DT _ 16 det 16:det _ +13 blurred blur VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 conj 3:conj:and _ +14 each each DET DT PronType=Tot 16 det 16:det _ 15 passing pass VERB VBG VerbForm=Ger 16 amod 16:amod _ 16 day day NOUN NN Number=Sing 13 obl:tmod 13:obl:tmod SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ @@ -60569,28 +60589,28 @@ # sent_id = email-enronsent24_01-0095 # text = Therefore, I need to know ASAP if there are any problems with the draft as written. 1 Therefore therefore ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -4 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 know know VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 ASAP asap ADV RB _ 6 advmod 6:advmod _ +7 ASAP ASAP ADV RB _ 6 advmod 6:advmod _ 8 if if SCONJ IN _ 10 mark 10:mark _ 9 there there PRON EX _ 10 expl 10:expl _ -10 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:if _ -11 any any DET DT _ 12 det 12:det _ +10 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ +11 any any DET DT PronType=Ind 12 det 12:det _ 12 problems problem NOUN NNS Number=Plur 10 nsubj 10:nsubj _ 13 with with ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 draft draft NOUN NN Number=Sing 12 nmod 12:nmod:with _ 16 as as SCONJ IN _ 17 mark 17:mark _ -17 written write VERB VBN Tense=Past|VerbForm=Part 15 acl 15:acl:as SpaceAfter=No +17 written write VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 acl 15:acl:as SpaceAfter=No 18 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent24_01-0096 # text = Otherwise, I will be sending it to Peoples as our final revision by mid morning. 1 Otherwise otherwise ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 4 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 5 be be AUX VB VerbForm=Inf 6 aux 6:aux _ @@ -60599,19 +60619,19 @@ 8 to to ADP IN _ 9 case 9:case _ 9 Peoples people NOUN NNS Number=Plur 6 obl 6:obl:to _ 10 as as ADP IN _ 13 case 13:case _ -11 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 12 final final ADJ JJ Degree=Pos 13 amod 13:amod _ 13 revision revision NOUN NN Number=Sing 6 obl 6:obl:as _ 14 by by ADP IN _ 15 case 15:case _ -15 mid mid X GW _ 6 obl 6:obl:by _ -16 morning morning NOUN NN Number=Sing 15 goeswith 15:goeswith SpaceAfter=No +15 mid midmorning NOUN AFX Number=Sing|Typo=Yes 6 obl 6:obl:by _ +16 morning _ X NN _ 15 goeswith 15:goeswith SpaceAfter=No 17 . . PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent24_01-0097 # text = Thanks for your prompt attention to this. 1 Thanks thanks NOUN NN Number=Sing 0 root 0:root _ 2 for for ADP IN _ 5 case 5:case _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 prompt prompt ADJ JJ Degree=Pos 5 amod 5:amod _ 5 attention attention NOUN NN Number=Sing 1 nmod 1:nmod:for _ 6 to to ADP IN _ 7 case 7:case _ @@ -60636,9 +60656,9 @@ # sent_id = email-enronsent24_01-0101 # text = 10/23/2000 12:12 PM -1 10/23/2000 10/23/2000 NUM CD NumType=Card 0 root 0:root _ -2 12:12 12:12 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 10/23/2000 10/23/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 12:12 12:12 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent24_01-0102 # text = Kay - @@ -60659,13 +60679,13 @@ 10 risk risk NOUN NN Number=Sing 11 compound 11:compound _ 11 management management NOUN NN Number=Sing 12 compound 12:compound _ 12 policy policy NOUN NN Number=Sing 7 nmod 7:nmod:to _ -13 ( ( PUNCT -LRB- _ 4 punct 4:punct _ +13 ( ( PUNCT -LRB- _ 15 punct 15:punct _ 14 or or CCONJ CC _ 15 cc 15:cc _ 15 circulate circulate VERB VB VerbForm=Inf 4 conj 4:conj:or _ 16 to to ADP IN _ 17 case 17:case _ 17 Jeff Jeff PROPN NNP Number=Sing 15 obl 15:obl:to _ 18 Hodge Hodge PROPN NNP Number=Sing 17 flat 17:flat SpaceAfter=No -19 ) ) PUNCT -RRB- _ 4 punct 4:punct SpaceAfter=No +19 ) ) PUNCT -RRB- _ 15 punct 15:punct SpaceAfter=No 20 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent24_01-0104 @@ -60677,7 +60697,7 @@ 5 CA ca NOUN NN Number=Sing 2 nmod 2:nmod:of _ 6 regarding regard VERB VBG VerbForm=Ger 7 case 7:case _ 7 curves curve NOUN NNS Number=Plur 5 nmod 5:nmod:regarding SpaceAfter=No -8 , , PUNCT , _ 12 punct 12:punct _ +8 , , PUNCT , _ 2 punct 2:punct _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 10 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 slightly slightly ADV RB _ 12 advmod 12:advmod _ @@ -60698,12 +60718,12 @@ # sent_id = email-enronsent24_01-0105 # text = I know that we address audit rights in the LLC agreement so this may not matter anyway if this is a right they already have. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 5 mark 5:mark _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 address address VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +5 address address VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 6 audit audit NOUN NN Number=Sing 7 compound 7:compound _ -7 rights rights NOUN NNS Number=Plur 5 obj 5:obj _ +7 rights right NOUN NNS Number=Plur 5 obj 5:obj _ 8 in in ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 LLC llc NOUN NN Number=Sing 11 compound 11:compound _ @@ -60721,7 +60741,7 @@ 22 right right NOUN NN Number=Sing 16 advcl 16:advcl:if _ 23 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 25 nsubj 25:nsubj _ 24 already already ADV RB _ 25 advmod 25:advmod _ -25 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 acl:relcl 22:acl:relcl SpaceAfter=No +25 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 acl:relcl 22:acl:relcl SpaceAfter=No 26 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent24_01-0106 @@ -60731,7 +60751,7 @@ 3 know know VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 what what PRON WP PronType=Int 6 obj 6:obj _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp SpaceAfter=No +6 think think VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp SpaceAfter=No 7 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent24_01-0107 @@ -60751,17 +60771,17 @@ # sent_id = email-enronsent24_01-0110 # text = 10/20/2000 11:32 AM -1 10/20/2000 10/20/2000 NUM CD NumType=Card 0 root 0:root _ -2 11:32 11:32 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 10/20/2000 10/20/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 11:32 11:32 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent24_01-0111 # text = Attached please find the latest enovate risk policy. -1 Attached attach VERB VBN Tense=Past|VerbForm=Part 3 csubj 3:csubj _ +1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 csubj 3:csubj _ 2 please please INTJ UH _ 3 discourse 3:discourse _ 3 find find VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -5 latest latest ADJ JJS Degree=Sup 8 amod 8:amod _ +5 latest late ADJ JJS Degree=Sup 8 amod 8:amod _ 6 enovate enovate NOUN NN Number=Sing 8 compound 8:compound _ 7 risk risk NOUN NN Number=Sing 8 compound 8:compound _ 8 policy policy NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No @@ -60769,22 +60789,22 @@ # sent_id = email-enronsent24_01-0112 # text = Our attorneys and internal audit area have made one language revision concerning Section XIII Audit Rights. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 attorneys attorney NOUN NNS Number=Plur 8 nsubj 8:nsubj _ 3 and and CCONJ CC _ 6 cc 6:cc _ 4 internal internal ADJ JJ Degree=Pos 5 amod 5:amod _ 5 audit audit NOUN NN Number=Sing 6 compound 6:compound _ 6 area area NOUN NN Number=Sing 2 conj 2:conj:and|8:nsubj _ -7 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +7 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 made make VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -9 one one NUM CD NumType=Card 11 nummod 11:nummod _ +9 one one NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 10 language language NOUN NN Number=Sing 11 compound 11:compound _ 11 revision revision NOUN NN Number=Sing 8 obj 8:obj _ 12 concerning concern VERB VBG VerbForm=Ger 16 case 16:case _ 13 Section section NOUN NN Number=Sing 16 compound 16:compound _ -14 XIII xiii NUM CD NumType=Card 13 nummod 13:nummod _ +14 XIII XIII NUM CD NumForm=Roman|NumType=Card 13 nummod 13:nummod _ 15 Audit audit NOUN NN Number=Sing 16 compound 16:compound _ -16 Rights rights NOUN NNS Number=Plur 11 nmod 11:nmod:concerning SpaceAfter=No +16 Rights right NOUN NNS Number=Plur 11 nmod 11:nmod:concerning SpaceAfter=No 17 . . PUNCT . _ 8 punct 8:punct _ # sent_id = email-enronsent24_01-0113 @@ -60794,25 +60814,25 @@ # sent_id = email-enronsent24_01-0114 # text = <> 1 << << PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No -2 MEH-risk meh-risk X GW _ 0 root 0:root _ -3 Oct oct X GW _ 2 goeswith 2:goeswith _ -4 20 20 NOUN NN Number=Sing 2 goeswith 2:goeswith SpaceAfter=No +2 MEH-risk meh-riskoct20 NOUN GW Number=Sing|Typo=Yes 0 root 0:root _ +3 Oct _ X GW _ 2 goeswith 2:goeswith _ +4 20 _ X NN _ 2 goeswith 2:goeswith SpaceAfter=No 5 >> >> PUNCT -RRB- _ 2 punct 2:punct _ # sent_id = email-enronsent24_01-0115 # newpar id = email-enronsent24_01-p0027 # text = - MEH-risk Oct 20.doc -1 - - PUNCT NFP _ 0 root 0:root _ -2 MEH-risk meh-risk X GW _ 1 goeswith 1:goeswith _ -3 Oct oct X GW _ 1 goeswith 1:goeswith _ -4 20.doc 20.doc NOUN NN Number=Sing 1 goeswith 1:goeswith _ +1 - - PUNCT NFP _ 2 punct 2:punct _ +2 MEH-risk meh-risk X GW _ 0 root 0:root _ +3 Oct oct X GW _ 2 flat 2:flat _ +4 20.doc 20.doc X NN Number=Sing 2 flat 2:flat _ # sent_id = email-enronsent24_01-0116 # newpar id = email-enronsent24_01-p0028 # text = I'm working on it now. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 working work VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 on on ADP IN _ 5 case 5:case _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obl 3:obl:on _ @@ -60831,7 +60851,7 @@ 8 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj _ 9 tomorrow tomorrow NOUN NN Number=Sing 10 compound 10:compound _ 10 morning morning NOUN NN Number=Sing 7 obl:tmod 7:obl:tmod SpaceAfter=No -11 , , PUNCT , _ 7 punct 7:punct _ +11 , , PUNCT , _ 13 punct 13:punct _ 12 then then ADV RB PronType=Dem 13 advmod 13:advmod _ 13 send send VERB VB VerbForm=Inf 7 parataxis 7:parataxis _ 14 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 obj 13:obj _ @@ -60844,15 +60864,15 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 can can AUX MD VerbForm=Fin 3 aux 3:aux _ 3 meet meet VERB VB VerbForm=Inf 0 root 0:root _ -4 around around ADV RB _ 5 advmod 5:advmod _ -5 10:00 10:00 NUM CD NumType=Card 3 obl:tmod 3:obl:tmod SpaceAfter=No +4 around around ADP IN _ 5 case 5:case _ +5 10:00 10:00 NUM CD NumForm=Digit|NumType=Card 3 obl 3:obl:around SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent24_01-0119 # text = That way, we can get it to them in time for weekend review. 1 That that DET DT Number=Sing|PronType=Dem 2 det 2:det _ 2 way way NOUN NN Number=Sing 6 obl:npmod 6:obl:npmod SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 5 can can AUX MD VerbForm=Fin 6 aux 6:aux _ 6 get get VERB VB VerbForm=Inf 0 root 0:root _ @@ -60895,7 +60915,7 @@ # newpar id = email-enronsent15_01-p0002 # text = We had a nice Thanksgiving here too. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 nice nice ADJ JJ Degree=Pos 5 amod 5:amod _ 5 Thanksgiving Thanksgiving PROPN NNP Number=Sing 2 obj 2:obj _ @@ -60909,7 +60929,7 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 funny funny ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 10 punct 10:punct _ 5 because because SCONJ IN _ 10 mark 10:mark _ 6 usually usually ADV RB _ 10 advmod 10:advmod _ 7-8 it's _ _ _ _ _ _ _ _ @@ -60931,12 +60951,12 @@ 21 n't not PART RB _ 23 advmod 23:advmod _ 22 really really ADV RB _ 23 advmod 23:advmod _ 23 like like VERB VB VerbForm=Inf 10 conj 3:advcl:because|10:conj:and _ -24 roasted roast VERB VBN Tense=Past|VerbForm=Part 25 amod 25:amod _ +24 roasted roast VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 amod 25:amod _ 25 turkey turkey NOUN NN Number=Sing 23 obj 23:obj _ 26 or or CCONJ CC _ 28 cc 28:cc _ 27 roast roast ADJ JJ Degree=Pos 28 amod 28:amod _ 28 beef beef NOUN NN Number=Sing 25 conj 23:obj|25:conj:or _ -29 ( ( PUNCT -LRB- _ 30 punct 30:punct SpaceAfter=No +29 ( ( PUNCT -LRB- _ 34 punct 34:punct SpaceAfter=No 30 not not PART RB _ 34 advmod 34:advmod _ 31 that that SCONJ IN _ 34 mark 34:mark _ 32 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 34 nsubj 34:nsubj _ @@ -60946,8 +60966,8 @@ 36 to to ADP IN _ 37 case 37:case _ 37 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 34 obl 34:obl:to SpaceAfter=No 38 ! ! PUNCT . _ 34 punct 34:punct SpaceAfter=No -39 ) ) PUNCT -RRB- _ 30 punct 30:punct SpaceAfter=No -40 , , PUNCT , _ 10 punct 10:punct _ +39 ) ) PUNCT -RRB- _ 34 punct 34:punct SpaceAfter=No +40 , , PUNCT , _ 43 punct 43:punct _ 41 so so ADV RB _ 43 advmod 43:advmod _ 42 there there PRON EX _ 43 expl 43:expl _ 43 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 parataxis 10:parataxis _ @@ -60958,10 +60978,10 @@ 48 joy joy NOUN NN Number=Sing 43 nsubj 43:nsubj _ 49 in in ADP IN _ 50 case 50:case _ 50 cooking cooking NOUN NN Number=Sing 48 nmod 48:nmod:in _ -51 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 54 nsubj 54:nsubj _ -52 would would AUX MD VerbForm=Fin 54 aux 54:aux _ -53 be be AUX VB VerbForm=Inf 54 cop 54:cop _ -54 elsewise elsewise ADV RB _ 48 acl:relcl 48:acl:relcl SpaceAfter=No +51 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 53 nsubj 53:nsubj _ +52 would would AUX MD VerbForm=Fin 53 aux 53:aux _ +53 be be AUX VB VerbForm=Inf 48 acl:relcl 48:acl:relcl _ +54 elsewise elsewise ADV RB _ 53 advmod 53:advmod SpaceAfter=No 55 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent15_01-0004 @@ -60978,15 +60998,15 @@ # sent_id = email-enronsent15_01-0005 # text = We played a new version of Uno called "African Uno" that was complex, fast and at times, physically challenging. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 played play VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 played play VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 new new ADJ JJ Degree=Pos 5 amod 5:amod _ 5 version version NOUN NN Number=Sing 2 obj 2:obj|15:nsubj|17:nsubj|23:nsubj _ 6 of of ADP IN _ 7 case 7:case _ 7 Uno Uno PROPN NNP Number=Sing 5 nmod 5:nmod:of _ -8 called call VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +8 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 9 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No -10 African african ADJ JJ Degree=Pos 11 amod 11:amod _ +10 African African ADJ JJ Degree=Pos 11 amod 11:amod _ 11 Uno Uno PROPN NNP Number=Sing 8 xcomp 8:xcomp SpaceAfter=No 12 " " PUNCT '' _ 11 punct 11:punct _ 13 that that PRON WDT PronType=Rel 15 nsubj 5:ref _ @@ -60997,7 +61017,7 @@ 18 and and CCONJ CC _ 23 cc 23:cc _ 19 at at ADP IN _ 20 case 20:case _ 20 times time NOUN NNS Number=Plur 23 obl 23:obl:at SpaceAfter=No -21 , , PUNCT , _ 23 punct 23:punct _ +21 , , PUNCT , _ 20 punct 20:punct _ 22 physically physically ADV RB _ 23 advmod 23:advmod _ 23 challenging challenging ADJ JJ Degree=Pos 15 conj 5:acl:relcl|15:conj:and SpaceAfter=No 24 . . PUNCT . _ 2 punct 2:punct _ @@ -61018,7 +61038,7 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 expl 3:expl _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 incredible incredible ADJ JJ Degree=Pos 0 root 0:root _ -4 what what DET WDT PronType=Int 7 det 7:det _ +4 what what DET WDT PronType=Int 7 det:predet 7:det:predet _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 good good ADJ JJ Degree=Pos 7 amod 7:amod _ 7 player player NOUN NN Number=Sing 3 csubj 3:csubj _ @@ -61029,51 +61049,51 @@ # sent_id = email-enronsent15_01-0008 # text = She had her cards memorized as well as everyone elses (when you play you'll see why you can know everyone elses hands!). 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ -4 cards card NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -5 memorized memorize VERB VBN Tense=Past|VerbForm=Part 2 ccomp 2:ccomp _ -6 as as ADV RB _ 9 cc 9:cc _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +4 cards card NOUN NNS Number=Plur 2 obj 2:obj|5:nsubj:xsubj _ +5 memorized memorize VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 xcomp 2:xcomp _ +6 as as ADV RB ExtPos=CCONJ 9 cc 9:cc _ 7 well well ADV RB Degree=Pos 6 fixed 6:fixed _ 8 as as ADP IN _ 6 fixed 6:fixed _ -9 everyone everyone PRON NN Number=Sing 3 conj 3:conj:as_well_as|4:nmod:poss _ +9 everyone everyone PRON NN Number=Sing|PronType=Tot 3 conj 3:conj:as_well_as|4:nmod:poss _ 10-11 elses _ _ _ _ _ _ _ _ 10 else else ADJ JJ Degree=Pos 9 amod 9:amod _ -11 s 's PART POS _ 9 case 9:case _ -12 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No -13 when when SCONJ WRB PronType=Int 15 mark 15:mark _ +11 s 's PART POS Typo=Yes 9 case 9:case CorrectForm='s +12 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No +13 when when ADV WRB PronType=Int 15 advmod 15:advmod _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ -15 play play VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:when _ +15 play play VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:when _ 16-17 you'll _ _ _ _ _ _ _ _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ 17 'll will AUX MD VerbForm=Fin 18 aux 18:aux _ -18 see see VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ -19 why why SCONJ WRB PronType=Int 22 mark 22:mark _ +18 see see VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ +19 why why ADV WRB PronType=Int 22 advmod 22:advmod _ 20 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ 21 can can AUX MD VerbForm=Fin 22 aux 22:aux _ 22 know know VERB VB VerbForm=Inf 18 advcl 18:advcl _ -23 everyone everyone PRON NN Number=Sing 26 nmod:poss 26:nmod:poss _ +23 everyone everyone PRON NN Number=Sing|PronType=Tot 26 nmod:poss 26:nmod:poss _ 24-25 elses _ _ _ _ _ _ _ _ 24 else else ADJ JJ Degree=Pos 23 amod 23:amod _ -25 s 's PART POS _ 23 case 23:case _ +25 s 's PART POS Typo=Yes 23 case 23:case CorrectForm='s 26 hands hand NOUN NNS Number=Plur 22 obj 22:obj SpaceAfter=No -27 ! ! PUNCT . _ 2 punct 2:punct SpaceAfter=No -28 ) ) PUNCT -RRB- _ 2 punct 2:punct SpaceAfter=No +27 ! ! PUNCT . _ 18 punct 18:punct SpaceAfter=No +28 ) ) PUNCT -RRB- _ 18 punct 18:punct SpaceAfter=No 29 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent15_01-0009 # text = I expect Craig didn't want Mom to see his place because it was messy. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 expect expect VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 expect expect VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 Craig Craig PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 4-5 didn't _ _ _ _ _ _ _ _ -4 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +4 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 5 n't not PART RB _ 6 advmod 6:advmod _ 6 want want VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ 7 Mom mom NOUN NN Number=Sing 6 obj 6:obj|9:nsubj:xsubj _ 8 to to PART TO _ 9 mark 9:mark _ 9 see see VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ -10 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 place place NOUN NN Number=Sing 9 obj 9:obj _ 12 because because SCONJ IN _ 15 mark 15:mark _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ @@ -61084,31 +61104,31 @@ # sent_id = email-enronsent15_01-0010 # text = I think compared to my house, he's embarrased about his apartment. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 compared compare VERB VBN Tense=Past|VerbForm=Part 6 case 6:case _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 compared compare VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 advcl 10:advcl _ 4 to to ADP IN _ 6 case 6:case _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ -6 house house NOUN NN Number=Sing 10 obl 10:obl:to SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +6 house house NOUN NN Number=Sing 3 obl 3:obl:to SpaceAfter=No +7 , , PUNCT , _ 3 punct 3:punct _ 8-9 he's _ _ _ _ _ _ _ _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 9 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ -10 embarrased embarrased ADJ JJ Degree=Pos 2 ccomp 2:ccomp _ +10 embarrased embarrassed ADJ JJ Degree=Pos|Typo=Yes 2 ccomp 2:ccomp CorrectForm=embarrassed 11 about about ADP IN _ 13 case 13:case _ -12 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 apartment apartment NOUN NN Number=Sing 10 obl 10:obl:about SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent15_01-0011 # text = Then, also, he's got so much stuff in there right now, that I don't know how he's going to fit baby stuff. 1 Then then ADV RB PronType=Dem 7 advmod 7:advmod SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 also also ADV RB _ 7 advmod 7:advmod SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5-6 he's _ _ _ _ _ _ _ _ 5 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -6 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ -7 got get VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ +6 's have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +7 got get VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 8 so so ADV RB _ 9 advmod 9:advmod _ 9 much much ADJ JJ Degree=Pos 10 amod 10:amod _ 10 stuff stuff NOUN NN Number=Sing 7 obj 7:obj _ @@ -61116,14 +61136,14 @@ 12 there there ADV RB PronType=Dem 7 obl 7:obl:in _ 13 right right ADV RB _ 14 advmod 14:advmod _ 14 now now ADV RB _ 7 advmod 7:advmod SpaceAfter=No -15 , , PUNCT , _ 7 punct 7:punct _ +15 , , PUNCT , _ 20 punct 20:punct _ 16 that that SCONJ IN _ 20 mark 20:mark _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ 18-19 don't _ _ _ _ _ _ _ _ -18 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +18 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 19 n't not PART RB _ 20 advmod 20:advmod _ -20 know know VERB VB VerbForm=Inf 8 advcl 8:advcl:that _ -21 how how SCONJ WRB PronType=Int 24 mark 24:mark _ +20 know know VERB VB VerbForm=Inf 9 advcl 9:advcl:that _ +21 how how ADV WRB PronType=Int 24 advmod 24:advmod _ 22-23 he's _ _ _ _ _ _ _ _ 22 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 24 nsubj 24:nsubj|26:nsubj:xsubj _ 23 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ @@ -61142,23 +61162,23 @@ 4 give give VERB VB VerbForm=Inf 0 root 0:root _ 5 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 iobj 4:iobj _ 6 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -7 6 6 NUM CD NumType=Card 8 nummod 8:nummod _ +7 6 6 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 8 month month NOUN NN Number=Sing 9 compound 9:compound _ 9 lease lease NOUN NN Number=Sing 4 obj 4:obj _ -10 when when SCONJ WRB PronType=Int 12 mark 12:mark _ +10 when when ADV WRB PronType=Int 12 advmod 12:advmod _ 11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 renewed renew VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:when _ -13 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 renewed renew VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:when _ +13 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 lease lease NOUN NN Number=Sing 12 obj 12:obj _ 15 last last ADJ JJ Degree=Pos 16 amod 16:amod _ 16 month month NOUN NN Number=Sing 12 obl:tmod 12:obl:tmod _ 17 because because SCONJ IN _ 21 mark 21:mark _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 21 nsubj 21:nsubj _ 19-20 don't _ _ _ _ _ _ _ _ -19 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ +19 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ 20 n't not PART RB _ 21 advmod 21:advmod _ 21 want want VERB VB VerbForm=Inf 4 advcl 4:advcl:because _ -22 3 3 NUM CD NumType=Card 23 nummod 23:nummod _ +22 3 3 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ 23 people people NOUN NNS Number=Plur 21 obj 21:obj _ 24 in in ADP IN _ 27 case 27:case _ 25 that that DET DT Number=Sing|PronType=Dem 27 det 27:det _ @@ -61179,14 +61199,14 @@ 8 start start VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 9 looking look VERB VBG VerbForm=Ger 8 xcomp 8:xcomp _ 10 for for ADP IN _ 12 case 12:case _ -11 another another DET DT _ 12 det 12:det _ +11 another another DET DT PronType=Ind 12 det 12:det _ 12 place place NOUN NN Number=Sing 9 obl 9:obl:for SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent15_01-0014 # text = And his apartment is so run down down I'm afraid roaches might be crawling over the baby. 1 And and CCONJ CC _ 6 cc 6:cc _ -2 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 apartment apartment NOUN NN Number=Sing 6 nsubj 6:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 so so ADV RB _ 6 advmod 6:advmod _ @@ -61195,8 +61215,8 @@ 8 down down ADP RP _ 6 reparandum 6:reparandum _ 9-10 I'm _ _ _ _ _ _ _ _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -10 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ -11 afraid afraid ADJ JJ Degree=Pos 5 advcl 5:advcl _ +10 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +11 afraid afraid ADJ JJ Degree=Pos 6 advcl 6:advcl _ 12 roaches roach NOUN NNS Number=Plur 15 nsubj 15:nsubj _ 13 might might AUX MD VerbForm=Fin 15 aux 15:aux _ 14 be be AUX VB VerbForm=Inf 15 aux 15:aux _ @@ -61209,7 +61229,7 @@ # sent_id = email-enronsent15_01-0015 # text = I guess Mom is going to come back down sometime in March or April to see the new baby. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 guess guess VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 guess guess VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 Mom mom NOUN NN Number=Sing 5 nsubj 5:nsubj|7:nsubj:xsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 going go VERB VBG Tense=Pres|VerbForm=Part 2 ccomp 2:ccomp _ @@ -61241,7 +61261,7 @@ 7 to to PART TO _ 8 mark 8:mark _ 8 check check VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ 9 out out ADP RP _ 8 compound:prt 8:compound:prt _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 new new ADJ JJ Degree=Pos 12 amod 12:amod _ 12 house house NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ @@ -61262,14 +61282,14 @@ # sent_id = email-enronsent15_01-0018 # text = It's got its own bathroom and tv, and is pretty cozy. 1-2 It's _ _ _ _ _ _ _ _ -1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj:pass 3:nsubj:pass|13:nsubj:pass _ -2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ -3 got get VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ -4 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj|13:nsubj _ +2 's have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +3 got get VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 own own ADJ JJ Degree=Pos 6 amod 6:amod _ 6 bathroom bathroom NOUN NN Number=Sing 3 obj 3:obj _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 tv tv NOUN NN Number=Sing 6 conj 3:obj|6:conj:and SpaceAfter=No +8 tv TV NOUN NN Number=Sing 6 conj 3:obj|6:conj:and SpaceAfter=No 9 , , PUNCT , _ 13 punct 13:punct _ 10 and and CCONJ CC _ 13 cc 13:cc _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ @@ -61288,7 +61308,7 @@ 7 Uncle uncle NOUN NN Number=Sing 5 nmod 5:nmod:with _ 8 Ben Ben PROPN NNP Number=Sing 7 flat 7:flat _ 9 goes go VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:as SpaceAfter=No -10 , , PUNCT , _ 22 punct 22:punct _ +10 , , PUNCT , _ 2 punct 2:punct _ 11 if if SCONJ IN _ 14 mark 14:mark _ 12 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj|16:nsubj:xsubj _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ @@ -61303,7 +61323,7 @@ 21 n't not PART RB _ 22 advmod 22:advmod _ 22 tell tell VERB VB VerbForm=Inf 0 root 0:root _ 23 by by ADP IN _ 25 case 25:case _ -24 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 voice voice NOUN NN Number=Sing 22 obl 22:obl:by SpaceAfter=No 26 . . PUNCT . _ 22 punct 22:punct _ @@ -61316,7 +61336,7 @@ 5 stilted stilted ADJ JJ Degree=Pos 6 amod 6:amod _ 6 conversation conversation NOUN NN Number=Sing 0 root 0:root _ 7 for for ADP IN _ 8 case 8:case _ -8 both both DET DT _ 6 obl 6:obl:for _ +8 both both DET DT PronType=Tot 6 obl 6:obl:for _ 9 of of ADP IN _ 10 case 10:case _ 10 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 8 nmod 8:nmod:of SpaceAfter=No 11 . . PUNCT . _ 6 punct 6:punct _ @@ -61324,10 +61344,10 @@ # sent_id = email-enronsent15_01-0021 # text = But, I guess, it's a start... 1 But but CCONJ CC _ 4 cc 4:cc SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 guess guess VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +4 guess guess VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +5 , , PUNCT , _ 9 punct 9:punct _ 6-7 it's _ _ _ _ _ _ _ _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 7 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ @@ -61340,10 +61360,10 @@ # text = I've already made my XMAS plans. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 already already ADV RB _ 4 advmod 4:advmod _ 4 made make VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 XMAS XMAS PROPN NNP Number=Sing 7 compound 7:compound _ 7 plans plan NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ @@ -61351,31 +61371,31 @@ # sent_id = email-enronsent15_01-0023 # text = I leave the evening of the 21st, my flight comes in about 10 pm, and leave the morning of the 27th at 6 am. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|18:nsubj _ -2 leave leave VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 leave leave VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 evening evening NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod _ 5 of of ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -7 21st 21st NOUN NN Number=Sing 4 nmod 4:nmod:of SpaceAfter=No -8 , , PUNCT , _ 2 punct 2:punct _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +7 21st 21st NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 4 nmod 4:nmod:of SpaceAfter=No +8 , , PUNCT , _ 11 punct 11:punct _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 flight flight NOUN NN Number=Sing 11 nsubj 11:nsubj _ 11 comes come VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 12 in in ADV RB _ 11 advmod 11:advmod _ 13 about about ADP IN _ 15 case 15:case _ -14 10 10 NUM CD NumType=Card 15 nummod 15:nummod _ -15 pm pm NOUN NN Number=Sing 11 obl 11:obl:about SpaceAfter=No +14 10 10 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ +15 pm p.m. NOUN NN Number=Sing 11 obl 11:obl:about SpaceAfter=No 16 , , PUNCT , _ 18 punct 18:punct _ 17 and and CCONJ CC _ 18 cc 18:cc _ -18 leave leave VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +18 leave leave VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 morning morning NOUN NN Number=Sing 18 obl:tmod 18:obl:tmod _ 21 of of ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -23 27th 27th NOUN NN Number=Sing 20 nmod 20:nmod:of _ +23 27th 27th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 20 nmod 20:nmod:of _ 24 at at ADP IN _ 26 case 26:case _ -25 6 6 NUM CD NumType=Card 26 nummod 26:nummod _ -26 am am NOUN NN Number=Sing 18 obl 18:obl:at SpaceAfter=No +25 6 6 NUM CD NumForm=Digit|NumType=Card 26 nummod 26:nummod _ +26 am a.m. NOUN NN Number=Sing 18 obl 18:obl:at SpaceAfter=No 27 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent15_01-0024 @@ -61403,9 +61423,9 @@ # sent_id = email-enronsent15_01-0027 # text = 11/29/2000 05:07 PM -1 11/29/2000 11/29/2000 NUM CD NumType=Card 0 root 0:root _ -2 05:07 05:07 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/29/2000 11/29/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 05:07 05:07 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent15_01-0028 # text = Tana, @@ -61417,14 +61437,14 @@ # text = I don't understand, what do you mean by "log in an email"? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 understand understand VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 9 punct 9:punct _ 6 what what PRON WP PronType=Int 9 obj 9:obj _ -7 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +7 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -9 mean mean VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ +9 mean mean VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ 10 by by SCONJ IN _ 12 mark 12:mark _ 11 " " PUNCT `` _ 12 punct 12:punct SpaceAfter=No 12 log log VERB VB Mood=Imp|VerbForm=Fin 9 advcl 9:advcl:by _ @@ -61437,24 +61457,24 @@ # sent_id = email-enronsent15_01-0030 # newpar id = email-enronsent15_01-p0006 # text = Anyway, I got you message, and I got the World Series thing (although I had already received -1 Anyway anyway ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +1 Anyway anyway INTJ UH _ 4 discourse 4:discourse SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -5 you you PRON PRP$ Person=2|Poss=Yes|PronType=Prs|Typo=Yes 6 nmod:poss 6:nmod:poss _ +4 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 you your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Typo=Yes 6 nmod:poss 6:nmod:poss CorrectForm=your 6 message message NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 7 , , PUNCT , _ 10 punct 10:punct _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +10 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 11 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 12 World World PROPN NNP Number=Sing 13 compound 13:compound _ 13 Series Series PROPN NNP Number=Sing 14 compound 14:compound _ 14 thing thing NOUN NN Number=Sing 10 obj 10:obj _ -15 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No +15 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No 16 although although SCONJ IN _ 20 mark 20:mark _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -18 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 aux 20:aux _ +18 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 20 aux 20:aux _ 19 already already ADV RB _ 20 advmod 20:advmod _ 20 received receive VERB VBN Tense=Past|VerbForm=Part 10 advcl 10:advcl:although _ @@ -61463,42 +61483,43 @@ 1 Chris Chris PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 Ben Ben PROPN NNP Number=Sing 1 conj 1:conj:and|4:nsubj _ -4 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 marvelous marvelous ADJ JJ Degree=Pos 7 amod 7:amod _ 7 job job NOUN NN Number=Sing 4 obj 4:obj _ 8 for for ADP IN _ 9 case 9:case _ 9 Thanksgiving Thanksgiving PROPN NNP Number=Sing 4 obl 4:obl:for SpaceAfter=No -10 , , PUNCT , _ 4 punct 4:punct _ +10 , , PUNCT , _ 13 punct 13:punct _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 12 can can AUX MD VerbForm=Fin 13 aux 13:aux _ 13 testify testify VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ 14 that that SCONJ IN _ 17 mark 17:mark _ 15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 16 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 cop 17:cop _ -17 one one NUM CD NumType=Card 13 ccomp 13:ccomp _ +17 one one NUM CD NumForm=Word|NumType=Card 13 ccomp 13:ccomp _ 18 of of ADP IN _ 22 case 22:case _ 19 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -20 best best ADJ JJS Degree=Sup 22 amod 22:amod _ -21 Thanksgiv8ing Thanksgiving PROPN NNP Number=Sing|Typo=Yes 22 compound 22:compound _ +20 best good ADJ JJS Degree=Sup 22 amod 22:amod _ +21 Thanksgiv8ing Thanksgiving PROPN NNP Number=Sing|Typo=Yes 22 compound 22:compound CorrectForm=Thanksgiving 22 Dinners dinner NOUN NNS Number=Plur 17 nmod 17:nmod:of _ 23-24 I've _ _ _ _ _ _ _ _ 23 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 26 nsubj 26:nsubj _ -24 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ +24 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ 25 ever ever ADV RB _ 26 advmod 26:advmod _ 26 had have VERB VBN Tense=Past|VerbForm=Part 22 acl:relcl 22:acl:relcl _ 27 ( ( PUNCT -LRB- _ 30 punct 30:punct SpaceAfter=No 28 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 30 nsubj 30:nsubj|32:nsubj:xsubj _ -29 not not ADV RB _ 30 advmod 30:advmod _ -30 gon go VERB VBG Abbr=Yes|Tense=Pres|VerbForm=Part 4 parataxis 4:parataxis SpaceAfter=No +29 not not PART RB _ 30 advmod 30:advmod _ +30-31 gonna _ _ _ _ _ _ _ _ +30 gon go VERB VBG Abbr=Yes|Tense=Pres|VerbForm=Part 4 parataxis 4:parataxis _ 31 na to PART TO Abbr=Yes 32 mark 32:mark _ 32 tell tell VERB VB VerbForm=Inf 30 xcomp 30:xcomp _ 33 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 32 iobj 32:iobj _ 34 that that PRON DT Number=Sing|PronType=Dem 32 obj 32:obj SpaceAfter=No -35 , , PUNCT , _ 30 punct 30:punct _ +35 , , PUNCT , _ 39 punct 39:punct _ 36 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 39 nsubj 39:nsubj _ 37-38 don't _ _ _ _ _ _ _ _ -37 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 39 aux 39:aux _ +37 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 39 aux 39:aux _ 38 n't not PART RB _ 39 advmod 39:advmod _ 39 want want VERB VB VerbForm=Inf 30 parataxis 30:parataxis _ 40 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 39 obj 39:obj|41:nsubj:xsubj _ @@ -61511,15 +61532,15 @@ # sent_id = email-enronsent15_01-0032 # text = Ma said she had a great time in Houston, She was happy to see yourself, as well as C & D. 1 Ma ma NOUN NN Number=Sing 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +4 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 great great ADJ JJ Degree=Pos 7 amod 7:amod _ 7 time time NOUN NN Number=Sing 4 obj 4:obj _ 8 in in ADP IN _ 9 case 9:case _ 9 Houston Houston PROPN NNP Number=Sing 4 obl 4:obl:in SpaceAfter=No -10 , , PUNCT , _ 2 punct 2:punct _ +10 , , PUNCT , _ 13 punct 13:punct _ 11 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ 13 happy happy ADJ JJ Degree=Pos 2 parataxis 2:parataxis _ @@ -61527,7 +61548,7 @@ 15 see see VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 16 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 15 obj 15:obj SpaceAfter=No 17 , , PUNCT , _ 21 punct 21:punct _ -18 as as ADV RB _ 21 cc 21:cc _ +18 as as ADV RB ExtPos=CCONJ 21 cc 21:cc _ 19 well well ADV RB Degree=Pos 18 fixed 18:fixed _ 20 as as ADP IN _ 18 fixed 18:fixed _ 21 C C PROPN NNP Number=Sing 16 conj 15:obj|16:conj:as_well_as _ @@ -61538,75 +61559,78 @@ # sent_id = email-enronsent15_01-0033 # text = I think she likes her special room in your house. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 4 likes like VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ -5 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 special special ADJ JJ Degree=Pos 7 amod 7:amod _ 7 room room NOUN NN Number=Sing 4 obj 4:obj _ 8 in in ADP IN _ 10 case 10:case _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 house house NOUN NN Number=Sing 7 nmod 7:nmod:in SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent15_01-0034 # newpar id = email-enronsent15_01-p0007 # text = Your gonna be the first to see the new baby (woudn't it be wierd if the baby gets botn on Jan 5th?) -1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|7:nsubj:xsubj SpaceAfter=No -2 r be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ -3 gon go VERB VBG Abbr=Yes|Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No +1-2 Your _ _ _ _ _ _ _ _ +1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|7:nsubj:xsubj _ +2 r be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|Typo=Yes|VerbForm=Fin 3 aux 3:aux CorrectForm='re +3-4 gonna _ _ _ _ _ _ _ _ +3 gon go VERB VBG Abbr=Yes|Tense=Pres|VerbForm=Part 0 root 0:root _ 4 na to PART TO Abbr=Yes 7 mark 7:mark _ 5 be be AUX VB VerbForm=Inf 7 cop 7:cop _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -7 first first ADJ JJ Degree=Pos|NumType=Ord 3 xcomp 3:xcomp _ +7 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 3 xcomp 3:xcomp _ 8 to to PART TO _ 9 mark 9:mark _ 9 see see VERB VB VerbForm=Inf 7 advcl 7:advcl:to _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 new new ADJ JJ Degree=Pos 12 amod 12:amod _ 12 baby baby NOUN NN Number=Sing 9 obj 9:obj _ -13 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No -14 woud would AUX MD Typo=Yes|VerbForm=Fin 18 aux 18:aux SpaceAfter=No +13 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No +14-15 woudn't _ _ _ _ _ _ _ _ +14 woud would AUX MD Typo=Yes|VerbForm=Fin 18 aux 18:aux CorrectForm=would 15 n't not PART RB _ 18 advmod 18:advmod _ 16 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 17 be be AUX VB VerbForm=Inf 18 cop 18:cop _ -18 wierd weird ADJ JJ Degree=Pos|Typo=Yes 3 parataxis 3:parataxis _ +18 wierd weird ADJ JJ Degree=Pos|Typo=Yes 3 parataxis 3:parataxis CorrectForm=weird 19 if if SCONJ IN _ 23 mark 23:mark _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 baby baby NOUN NN Number=Sing 23 nsubj:pass 23:nsubj:pass _ 22 gets get AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 aux:pass 23:aux:pass _ -23 botn born VERB VBN Tense=Past|Typo=Yes|VerbForm=Part|Voice=Pass 18 advcl 18:advcl:if _ +23 botn bear VERB VBN Tense=Past|Typo=Yes|VerbForm=Part|Voice=Pass 18 advcl 18:advcl:if CorrectForm=born 24 on on ADP IN _ 25 case 25:case _ -25 Jan Jan PROPN NNP Number=Sing 23 obl 23:obl:on _ -26 5th 5th NOUN NN Number=Sing 25 nummod 25:nummod SpaceAfter=No -27 ? ? PUNCT . _ 3 punct 3:punct SpaceAfter=No -28 ) ) PUNCT -RRB- _ 3 punct 3:punct _ +25 Jan January PROPN NNP Abbr=Yes|Number=Sing 23 obl 23:obl:on _ +26 5th 5th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 25 nummod 25:nummod SpaceAfter=No +27 ? ? PUNCT . _ 18 punct 18:punct SpaceAfter=No +28 ) ) PUNCT -RRB- _ 18 punct 18:punct _ # sent_id = email-enronsent15_01-0035 # text = Why didn't Craig show Ma his appartment? 1 Why why ADV WRB PronType=Int 5 advmod 5:advmod _ 2-3 didn't _ _ _ _ _ _ _ _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 3 n't not PART RB _ 5 advmod 5:advmod _ 4 Craig Craig PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 5 show show VERB VB VerbForm=Inf 0 root 0:root _ 6 Ma ma NOUN NN Number=Sing 5 iobj 5:iobj _ -7 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ -8 appartment apartment NOUN NN Number=Sing|Typo=Yes 5 obj 5:obj SpaceAfter=No +7 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +8 appartment apartment NOUN NN Number=Sing|Typo=Yes 5 obj 5:obj CorrectForm=apartment|SpaceAfter=No 9 ? ? PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent15_01-0036 # newpar id = email-enronsent15_01-p0008 # text = What do you think about your phone ocnversation with Unlce Ben (he was almost shocked)? 1 What what PRON WP PronType=Int 4 obj 4:obj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 think think VERB VB VerbForm=Inf 0 root 0:root _ 5 about about ADP IN _ 8 case 8:case _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 phone phone NOUN NN Number=Sing 8 compound 8:compound _ -8 ocnversation conversation NOUN NN Number=Sing|Typo=Yes 4 obl 4:obl:about _ +8 ocnversation conversation NOUN NN Number=Sing|Typo=Yes 4 obl 4:obl:about CorrectForm=conversation 9 with with ADP IN _ 10 case 10:case _ -10 Unlce uncle NOUN NN Number=Sing|Typo=Yes 8 nmod 8:nmod:with _ +10 Unlce uncle NOUN NN Number=Sing|Typo=Yes 8 nmod 8:nmod:with CorrectForm=Uncle 11 Ben Ben PROPN NNP Number=Sing 10 flat 10:flat _ 12 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No 13 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ @@ -61618,7 +61642,7 @@ # sent_id = email-enronsent15_01-0037 # text = Are you coming for Xmas? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 coming come VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 for for ADP IN _ 5 case 5:case _ @@ -61628,7 +61652,8 @@ # sent_id = email-enronsent15_01-0038 # newpar id = email-enronsent15_01-p0009 # text = Gotta go for now. -1 Got get VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No +1-2 Gotta _ _ _ _ _ _ _ _ +1 Got get VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 2 ta to PART TO Abbr=Yes 3 mark 3:mark _ 3 go go VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 for for ADP IN _ 5 case 5:case _ @@ -61638,8 +61663,8 @@ # sent_id = email-enronsent15_01-0039 # newpar id = email-enronsent15_01-p0010 # text = Love ya. -1 Love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -2 ya ya PRON PRP _ 1 obj 1:obj SpaceAfter=No +1 Love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 ya you PRON PRP Case=Acc|Person=2|PronType=Prs|Style=Coll 1 obj 1:obj SpaceAfter=No 3 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent15_01-0040 @@ -61669,42 +61694,42 @@ # sent_id = email-enronsent15_01-0044 # text = Radianz 1251 Avenue of the Americas 7th Floor New York, NY 10016 USA Phone: +1 (212) 899-4425 Fax: +1 (212) 899-4310 Cell: +1 (917) 859-7187 Email: kyle.jones@radianz.com 1 Radianz Radianz PROPN NNP Number=Sing 0 root 0:root _ -2 1251 1251 NUM CD NumType=Card 3 nummod 3:nummod _ +2 1251 1251 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 3 Avenue Avenue PROPN NNP Number=Sing 1 list 1:list _ 4 of of ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 Americas Americas PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ -7 7th 7th ADJ JJ Degree=Pos|NumType=Ord 8 amod 8:amod _ +6 Americas America PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ +7 7th 7th ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 8 amod 8:amod _ 8 Floor floor NOUN NN Number=Sing 2 appos 2:appos _ -9 New New PROPN NNP Number=Sing 10 compound 10:compound _ +9 New New ADJ NNP Degree=Pos 10 amod 10:amod _ 10 York York PROPN NNP Number=Sing 3 appos 3:appos SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 NY NY PROPN NNP Number=Sing 10 appos 10:appos _ -13 10016 10016 NUM CD NumType=Card 3 appos 3:appos _ +13 10016 10016 NUM CD NumForm=Digit|NumType=Card 3 appos 3:appos _ 14 USA USA PROPN NNP Number=Sing 12 appos 12:appos _ 15 Phone phone NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -16 : : PUNCT : _ 1 punct 1:punct _ -17 +1 +1 NUM CD NumType=Card 21 nummod 21:nummod _ -18 ( ( PUNCT -LRB- _ 21 punct 21:punct SpaceAfter=No -19 212 212 NUM CD NumType=Card 21 nummod 21:nummod SpaceAfter=No -20 ) ) PUNCT -RRB- _ 21 punct 21:punct _ -21 899-4425 899-4425 NUM CD NumType=Card 15 appos 15:appos _ +16 : : PUNCT : _ 21 punct 21:punct _ +17 +1 +1 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod _ +18 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No +19 212 212 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod SpaceAfter=No +20 ) ) PUNCT -RRB- _ 19 punct 19:punct _ +21 899-4425 899-4425 NUM CD NumForm=Digit|NumType=Card 15 appos 15:appos _ 22 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -23 : : PUNCT : _ 1 punct 1:punct _ -24 +1 +1 NUM CD NumType=Card 28 nummod 28:nummod _ -25 ( ( PUNCT -LRB- _ 28 punct 28:punct SpaceAfter=No -26 212 212 NUM CD NumType=Card 28 nummod 28:nummod SpaceAfter=No -27 ) ) PUNCT -RRB- _ 28 punct 28:punct _ -28 899-4310 899-4310 NUM CD NumType=Card 22 appos 22:appos _ +23 : : PUNCT : _ 28 punct 28:punct _ +24 +1 +1 NUM CD NumForm=Digit|NumType=Card 28 nummod 28:nummod _ +25 ( ( PUNCT -LRB- _ 26 punct 26:punct SpaceAfter=No +26 212 212 NUM CD NumForm=Digit|NumType=Card 28 nummod 28:nummod SpaceAfter=No +27 ) ) PUNCT -RRB- _ 26 punct 26:punct _ +28 899-4310 899-4310 NUM CD NumForm=Digit|NumType=Card 22 appos 22:appos _ 29 Cell cell NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -30 : : PUNCT : _ 1 punct 1:punct _ -31 +1 +1 NUM CD NumType=Card 35 nummod 35:nummod _ -32 ( ( PUNCT -LRB- _ 35 punct 35:punct SpaceAfter=No -33 917 917 NUM CD NumType=Card 35 nummod 35:nummod SpaceAfter=No -34 ) ) PUNCT -RRB- _ 35 punct 35:punct _ -35 859-7187 859-7187 NUM CD NumType=Card 29 appos 29:appos _ +30 : : PUNCT : _ 35 punct 35:punct _ +31 +1 +1 NUM CD NumForm=Digit|NumType=Card 35 nummod 35:nummod _ +32 ( ( PUNCT -LRB- _ 33 punct 33:punct SpaceAfter=No +33 917 917 NUM CD NumForm=Digit|NumType=Card 35 nummod 35:nummod SpaceAfter=No +34 ) ) PUNCT -RRB- _ 33 punct 33:punct _ +35 859-7187 859-7187 NUM CD NumForm=Digit|NumType=Card 29 appos 29:appos _ 36 Email email NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -37 : : PUNCT : _ 1 punct 1:punct _ +37 : : PUNCT : _ 38 punct 38:punct _ 38 kyle.jones@radianz.com kyle.jones@radianz.com X ADD _ 36 appos 36:appos _ # sent_id = email-enronsent15_01-0045 @@ -61714,11 +61739,11 @@ # sent_id = email-enronsent15_01-0046 # text = See our web page at" http://www.radianz.com 1 See see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 3 web web NOUN NN Number=Sing 4 compound 4:compound _ 4 page page NOUN NN Number=Sing 1 obj 1:obj _ 5 at at ADP IN _ 7 case 7:case SpaceAfter=No -6 " " PUNCT `` _ 7 punct 7:punct _ +6 " " PUNCT `` _ 5 punct 5:punct _ 7 http://www.radianz.com http://www.radianz.com X ADD _ 1 obl 1:obl:at _ # sent_id = email-enronsent15_01-0047 @@ -61727,46 +61752,46 @@ # sent_id = email-enronsent15_01-0048 # text = |--------+-----------------------> | | Tana.Jones@en| | | ron.com | | | | | | 11/29/2000 | | | 04:34 PM | | | | |--------+-----------------------> -1 |--------+-----------------------> |--------+-----------------------> SYM NFP _ 4 punct 4:punct _ -2 | | SYM NFP _ 4 punct 4:punct _ -3 | | SYM NFP _ 4 punct 4:punct _ +1 |--------+-----------------------> |--------+-----------------------> PUNCT NFP _ 4 punct 4:punct _ +2 | | PUNCT NFP _ 4 punct 4:punct _ +3 | | PUNCT NFP _ 4 punct 4:punct _ 4 Tana.Jones@en tana.jones@en X ADD _ 0 root 0:root SpaceAfter=No -5 | | SYM NFP _ 4 punct 4:punct _ -6 | | SYM NFP _ 4 punct 4:punct _ -7 | | SYM NFP _ 4 punct 4:punct _ -8 ron.com ron.com X ADD _ 4 goeswith 4:goeswith _ -9 | | SYM NFP _ 4 punct 4:punct _ -10 | | SYM NFP _ 4 punct 4:punct _ -11 | | SYM NFP _ 4 punct 4:punct _ -12 | | SYM NFP _ 4 punct 4:punct _ -13 | | SYM NFP _ 4 punct 4:punct _ -14 | | SYM NFP _ 4 punct 4:punct _ -15 11/29/2000 11/29/2000 NUM CD NumType=Card 4 nmod:tmod 4:nmod:tmod _ -16 | | SYM NFP _ 15 punct 15:punct _ -17 | | SYM NFP _ 15 punct 15:punct _ -18 | | SYM NFP _ 15 punct 15:punct _ -19 04:34 04:34 NUM CD NumType=Card 20 nummod 20:nummod _ -20 PM pm NOUN NN Number=Sing 15 nmod:tmod 15:nmod:tmod _ -21 | | SYM NFP _ 4 punct 4:punct _ -22 | | SYM NFP _ 4 punct 4:punct _ -23 | | SYM NFP _ 4 punct 4:punct _ -24 | | SYM NFP _ 4 punct 4:punct _ -25 |--------+-----------------------> |--------+-----------------------> SYM NFP _ 4 punct 4:punct _ +5 | | PUNCT NFP _ 8 punct 8:punct _ +6 | | PUNCT NFP _ 8 punct 8:punct _ +7 | | PUNCT NFP _ 8 punct 8:punct _ +8 ron.com ron.com X ADD _ 4 list 4:list _ +9 | | PUNCT NFP _ 4 punct 4:punct _ +10 | | PUNCT NFP _ 4 punct 4:punct _ +11 | | PUNCT NFP _ 15 punct 15:punct _ +12 | | PUNCT NFP _ 15 punct 15:punct _ +13 | | PUNCT NFP _ 15 punct 15:punct _ +14 | | PUNCT NFP _ 15 punct 15:punct _ +15 11/29/2000 11/29/2000 NUM CD NumForm=Digit|NumType=Card 4 nmod:tmod 4:nmod:tmod _ +16 | | PUNCT NFP _ 20 punct 20:punct _ +17 | | PUNCT NFP _ 20 punct 20:punct _ +18 | | PUNCT NFP _ 20 punct 20:punct _ +19 04:34 04:34 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ +20 PM p.m. NOUN NN Number=Sing 15 nmod:tmod 15:nmod:tmod _ +21 | | PUNCT NFP _ 4 punct 4:punct _ +22 | | PUNCT NFP _ 4 punct 4:punct _ +23 | | PUNCT NFP _ 4 punct 4:punct _ +24 | | PUNCT NFP _ 4 punct 4:punct _ +25 |--------+-----------------------> |--------+-----------------------> PUNCT NFP _ 4 punct 4:punct _ # sent_id = email-enronsent15_01-0049 # text = >----------------------------------------------------------------------------| | | >----------------------------------------------------------------------------| -1 >----------------------------------------------------------------------------| >----------------------------------------------------------------------------| SYM NFP _ 4 punct 4:punct _ -2 | | SYM NFP _ 4 punct 4:punct _ -3 | | SYM NFP _ 4 punct 4:punct _ +1 >----------------------------------------------------------------------------| >----------------------------------------------------------------------------| PUNCT NFP _ 4 punct 4:punct _ +2 | | PUNCT NFP _ 4 punct 4:punct _ +3 | | PUNCT NFP _ 4 punct 4:punct _ 4 >----------------------------------------------------------------------------| >----------------------------------------------------------------------------| SYM NFP _ 0 root 0:root _ # sent_id = email-enronsent15_01-0050 # text = Hey, Mr. Computer, you can't log an email in to your sister?! 1 Hey hey INTJ UH _ 9 discourse 9:discourse SpaceAfter=No -2 , , PUNCT , _ 9 punct 9:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 Mr. Mr. PROPN NNP Number=Sing 9 vocative 9:vocative _ 4 Computer Computer PROPN NNP Number=Sing 3 flat 3:flat SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct _ +5 , , PUNCT , _ 3 punct 3:punct _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ 7-8 can't _ _ _ _ _ _ _ _ 7 ca can AUX MD VerbForm=Fin 9 aux 9:aux _ @@ -61776,7 +61801,7 @@ 11 email email NOUN NN Number=Sing 9 obj 9:obj _ 12 in in ADP RP _ 9 compound:prt 9:compound:prt _ 13 to to ADP IN _ 15 case 15:case _ -14 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 sister sister NOUN NN Number=Sing 9 obl 9:obl:to SpaceAfter=No 16 ?! ?! PUNCT . _ 9 punct 9:punct _ @@ -61793,29 +61818,29 @@ # sent_id = email-enronsent15_01-0053 # newpar id = email-enronsent15_01-p0013 # text = Your World Series in Question document: was received Kyle Jones/US/AMERICAS/Equant by: at: 01:00:51 PM Today -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 2 World World PROPN NNP Number=Sing 3 compound 3:compound _ 3 Series Series PROPN NNP Number=Sing 6 compound 6:compound _ 4 in in ADP IN _ 5 case 5:case _ 5 Question question NOUN NN Number=Sing 3 nmod 3:nmod:in _ 6 document document NOUN NN Number=Sing 9 nsubj:pass 9:nsubj:pass SpaceAfter=No -7 : : PUNCT : _ 9 punct 9:punct _ +7 : : PUNCT : _ 6 punct 6:punct _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ 9 received receive VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 10 Kyle Kyle PROPN NNP Number=Sing 9 list 9:list _ 11 Jones Jones PROPN NNP Number=Sing 10 flat 10:flat SpaceAfter=No -12 / / PUNCT , _ 10 punct 10:punct SpaceAfter=No +12 / / PUNCT , _ 13 punct 13:punct SpaceAfter=No 13 US US PROPN NNP Number=Sing 10 list 10:list SpaceAfter=No -14 / / PUNCT , _ 10 punct 10:punct SpaceAfter=No +14 / / PUNCT , _ 15 punct 15:punct SpaceAfter=No 15 AMERICAS AMERICAS PROPN NNPS Number=Plur 10 list 10:list SpaceAfter=No -16 / / PUNCT , _ 10 punct 10:punct SpaceAfter=No +16 / / PUNCT , _ 17 punct 17:punct SpaceAfter=No 17 Equant Equant PROPN NNP Number=Sing 10 list 10:list _ 18 by by ADP IN _ 9 obl 9:obl SpaceAfter=No -19 : : PUNCT : _ 9 punct 9:punct _ +19 : : PUNCT : _ 23 punct 23:punct _ 20 at at ADP IN _ 23 case 23:case SpaceAfter=No -21 : : PUNCT : _ 23 punct 23:punct _ -22 01:00:51 01:00:51 NUM CD NumType=Card 23 nummod 23:nummod _ -23 PM pm NOUN NN Number=Sing 9 obl 9:obl:at _ +21 : : PUNCT : _ 20 punct 20:punct _ +22 01:00:51 01:00:51 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ +23 PM p.m. NOUN NN Number=Sing 9 obl 9:obl:at _ 24 Today today NOUN NN Number=Sing 23 nmod:tmod 23:nmod:tmod _ # sent_id = email-enronsent15_01-0054 @@ -61823,7 +61848,7 @@ 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 2 can can AUX MD VerbForm=Fin 3 aux 3:aux _ 3 take take VERB VB VerbForm=Inf 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 assistant assistant NOUN NN Number=Sing 3 obj 3:obj _ 6 Taffy Taffy PROPN NNP Number=Sing 5 appos 5:appos _ 7 Milligan Milligan PROPN NNP Number=Sing 6 flat 6:flat _ @@ -61841,19 +61866,19 @@ # sent_id = email-enronsent15_01-0056 # newpar id = email-enronsent15_01-p0014 # text = Adnan Patel@ENRON -1 Adnan adnan X GW _ 0 root 0:root _ -2 Patel@ENRON patel@enron X ADD _ 1 goeswith 1:goeswith _ +1 Adnan adnanpatel@enron X GW Typo=Yes 0 root 0:root _ +2 Patel@ENRON _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent15_01-0057 # text = 11/29/2000 04:49 PM -1 11/29/2000 11/29/2000 NUM CD NumType=Card 0 root 0:root _ -2 04:49 04:49 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/29/2000 11/29/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 04:49 04:49 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent15_01-0058 # text = Attached are the GCP Signoffs on EOL Approvals for 11/29/00 with GCP responses marked in Red. 1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 GCP gcp NOUN NN Number=Sing 5 compound 5:compound _ 5 Signoffs signoff NOUN NNS Number=Plur 1 nsubj:pass 1:nsubj:pass _ @@ -61861,11 +61886,11 @@ 7 EOL eol NOUN NN Number=Sing 8 compound 8:compound _ 8 Approvals approval NOUN NNS Number=Plur 5 nmod 5:nmod:on _ 9 for for ADP IN _ 10 case 10:case _ -10 11/29/00 11/29/00 NUM CD NumType=Card 8 nmod 8:nmod:for _ +10 11/29/00 11/29/00 NUM CD NumForm=Digit|NumType=Card 8 nmod 8:nmod:for _ 11 with with SCONJ IN _ 14 mark 14:mark _ 12 GCP gcp NOUN NN Number=Sing 13 compound 13:compound _ -13 responses response NOUN NNS Number=Plur 14 nsubj 14:nsubj _ -14 marked mark VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl:with _ +13 responses response NOUN NNS Number=Plur 14 nsubj:pass 14:nsubj:pass _ +14 marked mark VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl:with _ 15 in in ADP IN _ 16 case 16:case _ 16 Red red NOUN NN Number=Sing 14 obl 14:obl:in SpaceAfter=No 17 . . PUNCT . _ 1 punct 1:punct _ @@ -61877,14 +61902,14 @@ # sent_id = email-enronsent15_01-0060 # text = Bradley Diebner@ECT -1 Bradley bradley X GW _ 0 root 0:root _ -2 Diebner@ECT diebner@ect X ADD _ 1 goeswith 1:goeswith _ +1 Bradley bradleydiebner@ect X GW Typo=Yes 0 root 0:root _ +2 Diebner@ECT _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent15_01-0061 # text = 11/29/2000 04:31 PM -1 11/29/2000 11/29/2000 NUM CD NumType=Card 0 root 0:root _ -2 04:31 04:31 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/29/2000 11/29/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 04:31 04:31 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent15_01-0062 # text = Regards, @@ -61901,7 +61926,7 @@ 1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 referenced reference VERB VBN Tense=Past|VerbForm=Part 5 amod 5:amod _ +4 referenced reference VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 amod 5:amod _ 5 agreement agreement NOUN NN Number=Sing 1 nsubj:pass 1:nsubj:pass SpaceAfter=No 6 . . PUNCT . _ 1 punct 1:punct _ @@ -61915,7 +61940,7 @@ 6 notice notice NOUN NN Number=Sing 7 compound 7:compound _ 7 information information NOUN NN Number=Sing 9 nsubj 9:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ -9 OK ok ADJ JJ Degree=Pos 3 advcl 3:advcl:if _ +9 OK ok ADJ JJ Degree=Pos 3 ccomp 3:ccomp _ 10 with with ADP IN _ 11 case 11:case _ 11 you you PRON PRP Case=Acc|Person=2|PronType=Prs 9 obl 9:obl:with SpaceAfter=No 12 . . PUNCT . _ 1 punct 1:punct _ @@ -61924,15 +61949,15 @@ # text = If so, I'll get it signed by Craig Breslau today, then bring it to you for countersignature. 1 If if SCONJ IN _ 2 mark 2:mark _ 2 so so ADV RB _ 6 advcl 6:advcl:if SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4-5 I'll _ _ _ _ _ _ _ _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj|15:nsubj _ 5 'll will AUX MD VerbForm=Fin 6 aux 6:aux _ 6 get get VERB VB VerbForm=Inf 0 root 0:root _ 7 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 obj 6:obj|8:nsubj:xsubj _ -8 signed sign VERB VBN Tense=Past|VerbForm=Part 6 xcomp 6:xcomp _ +8 signed sign VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 xcomp 6:xcomp _ 9 by by ADP IN _ 10 case 10:case _ -10 Craig Craig PROPN NNP Number=Sing 8 obl 8:obl:by _ +10 Craig Craig PROPN NNP Number=Sing 8 obl:agent 8:obl:agent _ 11 Breslau Breslau PROPN NNP Number=Sing 10 flat 10:flat _ 12 today today NOUN NN Number=Sing 6 obl:tmod 6:obl:tmod SpaceAfter=No 13 , , PUNCT , _ 15 punct 15:punct _ @@ -61950,11 +61975,11 @@ 1 Thinking think VERB VBG VerbForm=Ger 5 advcl 5:advcl _ 2 about about ADP IN _ 3 case 3:case _ 3 that that PRON DT Number=Sing|PronType=Dem 1 obl 1:obl:about SpaceAfter=No -4 , , PUNCT , _ 5 punct 5:punct _ +4 , , PUNCT , _ 1 punct 1:punct _ 5-6 what's _ _ _ _ _ _ _ _ 5 what what PRON WP PronType=Int 0 root 0:root _ 6 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 title title NOUN NN Number=Sing 5 nsubj 5:nsubj SpaceAfter=No 9 ? ? PUNCT . _ 5 punct 5:punct _ @@ -61962,11 +61987,11 @@ # text = I'm not sure you have the authority to sign documents w/o special authority... 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 sure sure ADJ JJ Degree=Pos 0 root 0:root _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +6 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 authority authority NOUN NN Number=Sing 6 obj 6:obj _ 9 to to PART TO _ 10 mark 10:mark _ @@ -61980,7 +62005,7 @@ # sent_id = email-enronsent15_01-0069 # text = No, it does not mean that. 1 No no INTJ UH _ 6 discourse 6:discourse SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 4 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 not not PART RB _ 6 advmod 6:advmod _ @@ -61991,11 +62016,11 @@ # sent_id = email-enronsent15_01-0070 # text = Adding all the Enron "Specified Entities" would only make a default under a financial transaction with those other Enron entities a default under this agreement. 1 Adding add VERB VBG VerbForm=Ger 11 csubj 11:csubj _ -2 all all DET PDT _ 7 det:predet 7:det:predet _ +2 all all DET PDT PronType=Tot 7 det:predet 7:det:predet _ 3 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 4 Enron Enron PROPN NNP Number=Sing 7 compound 7:compound _ 5 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No -6 Specified specify VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +6 Specified specify VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 Entities entity NOUN NNS Number=Plur 1 obj 1:obj SpaceAfter=No 8 " " PUNCT '' _ 7 punct 7:punct _ 9 would would AUX MD VerbForm=Fin 11 aux 11:aux _ @@ -62021,16 +62046,16 @@ # sent_id = email-enronsent15_01-0071 # text = Our concern is that we don't want any trading related defaults to ever trigger a default under a loan transaction which has a swap as a component. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ -2 concern concern NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +2 concern concern NOUN NN Number=Sing 8 nsubj:outer 8:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 4 that that SCONJ IN _ 8 mark 8:mark _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 6-7 don't _ _ _ _ _ _ _ _ -6 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 n't not PART RB _ 8 advmod 8:advmod _ -8 want want VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ -9 any any DET DT _ 12 det 12:det _ +8 want want VERB VB VerbForm=Inf 0 root 0:root _ +9 any any DET DT PronType=Ind 12 det 12:det _ 10 trading trading NOUN NN Number=Sing 11 obl:npmod 11:obl:npmod _ 11 related related ADJ JJ Degree=Pos 12 amod 12:amod _ 12 defaults default NOUN NNS Number=Plur 8 obj 8:obj|15:nsubj:xsubj _ @@ -62050,7 +62075,7 @@ 26 as as ADP IN _ 28 case 28:case _ 27 a a DET DT Definite=Ind|PronType=Art 28 det 28:det _ 28 component component NOUN NN Number=Sing 23 obl 23:obl:as SpaceAfter=No -29 . . PUNCT . _ 3 punct 3:punct _ +29 . . PUNCT . _ 8 punct 8:punct _ # sent_id = email-enronsent15_01-0072 # text = Richard Sage @@ -62059,20 +62084,20 @@ # sent_id = email-enronsent15_01-0073 # text = 11/30/2000 10:52 AM -1 11/30/2000 11/30/2000 NUM CD NumType=Card 0 root 0:root _ -2 10:52 10:52 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/30/2000 11/30/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 10:52 10:52 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent15_01-0074 # text = If you do add all the entities, does that mean that we would not need to put in place a separate agreement for ECCL? 1 If if SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 add add VERB VB VerbForm=Inf 11 advcl 11:advcl:if _ -5 all all DET PDT _ 7 det:predet 7:det:predet _ +5 all all DET PDT PronType=Tot 7 det:predet 7:det:predet _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 entities entity NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No -8 , , PUNCT , _ 11 punct 11:punct _ +8 , , PUNCT , _ 4 punct 4:punct _ 9 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 that that PRON DT Number=Sing|PronType=Dem 11 nsubj 11:nsubj _ 11 mean mean VERB VB VerbForm=Inf 0 root 0:root _ @@ -62104,21 +62129,21 @@ 8 DB DB PROPN NNP Number=Sing 5 appos 5:appos SpaceAfter=No 9 " " PUNCT '' _ 8 punct 8:punct SpaceAfter=No 10 ) ) PUNCT -RRB- _ 8 punct 8:punct SpaceAfter=No -11 , , PUNCT , _ 13 punct 13:punct _ +11 , , PUNCT , _ 2 punct 2:punct _ 12 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -14 one one NUM CD NumType=Card 16 nummod 16:nummod _ +13 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +14 one one NUM CD NumForm=Word|NumType=Card 16 nummod 16:nummod _ 15 credit credit NOUN NN Number=Sing 16 compound 16:compound _ -16 issue issue NOUN NN Number=Sing 17 nsubj 17:nsubj _ -17 remaining remain VERB VBG VerbForm=Ger 13 ccomp 13:ccomp SpaceAfter=No -18 , , PUNCT , _ 13 punct 13:punct _ +16 issue issue NOUN NN Number=Sing 13 obj 13:obj|17:nsubj:xsubj _ +17 remaining remain VERB VBG VerbForm=Ger 13 xcomp 13:xcomp SpaceAfter=No +18 , , PUNCT , _ 21 punct 21:punct _ 19 DB DB PROPN NNP Number=Sing 21 nsubj 21:nsubj _ 20 would would AUX MD VerbForm=Fin 21 aux 21:aux _ 21 like like VERB VB VerbForm=Inf 13 parataxis 13:parataxis _ 22 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 21 obj 21:obj|24:nsubj:xsubj _ 23 to to PART TO _ 24 mark 24:mark _ 24 add add VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ -25 all all DET PDT _ 29 det:predet 29:det:predet _ +25 all all DET PDT PronType=Tot 29 det:predet 29:det:predet _ 26 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 27 Enron Enron PROPN NNP Number=Sing 29 compound 29:compound _ 28 trading trading NOUN NN Number=Sing 29 compound 29:compound _ @@ -62127,7 +62152,7 @@ 31 trades trade VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 29 acl:relcl 29:acl:relcl _ 32 with with ADP IN _ 31 obl 31:obl _ 33 as as ADP IN _ 35 case 35:case _ -34 Specified specify VERB VBN Tense=Past|VerbForm=Part 35 amod 35:amod _ +34 Specified specify VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 35 amod 35:amod _ 35 Entities entity NOUN NNS Number=Plur 24 obl 24:obl:as _ 36 under under ADP IN _ 40 case 40:case _ 37 the the DET DT Definite=Def|PronType=Art 40 det 40:det _ @@ -62136,13 +62161,13 @@ 40 Agreement agreement NOUN NN Number=Sing 35 nmod 35:nmod:under _ 41 and and CCONJ CC _ 45 cc 45:cc _ 42 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 45 nsubj 45:nsubj|47:nsubj:xsubj _ -43 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 45 cop 45:cop _ +43 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 45 cop 45:cop _ 44 somewhat somewhat ADV RB _ 45 advmod 45:advmod _ 45 hesitant hesitant ADJ JJ Degree=Pos 21 conj 21:conj:and _ 46 to to PART TO _ 47 mark 47:mark _ 47 do do VERB VB VerbForm=Inf 45 xcomp 45:xcomp _ 48 so so ADV RB _ 47 advmod 47:advmod SpaceAfter=No -49 , , PUNCT , _ 45 punct 45:punct _ +49 , , PUNCT , _ 54 punct 54:punct _ 50 as as SCONJ IN _ 54 mark 54:mark _ 51 this this PRON DT Number=Sing|PronType=Dem 54 nsubj 54:nsubj _ 52 could could AUX MD VerbForm=Fin 54 aux 54:aux _ @@ -62151,7 +62176,7 @@ 55 up up ADP RP _ 54 compound:prt 54:compound:prt _ 56 swaps swap NOUN NNS Number=Plur 54 obj 54:obj _ 57 under under ADP IN _ 60 case 60:case _ -58 structured structure VERB VBN Tense=Past|VerbForm=Part 60 amod 60:amod _ +58 structured structure VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 60 amod 60:amod _ 59 loan loan NOUN NN Number=Sing 60 compound 60:compound _ 60 transactions transaction NOUN NNS Number=Plur 56 nmod 56:nmod:under _ 61 into into ADP IN _ 63 case 63:case _ @@ -62165,14 +62190,14 @@ # sent_id = email-enronsent15_01-0076 # text = Sara and Bill Bradford in Credit are supposed to talk to the DB Credit people about this remaining issue. -1 Sara Sara PROPN NNP Number=Sing 8 nsubj 8:nsubj|10:nsubj:xsubj _ +1 Sara Sara PROPN NNP Number=Sing 8 nsubj:pass 8:nsubj:pass|10:nsubj:xsubj _ 2 and and CCONJ CC _ 3 cc 3:cc _ -3 Bill Bill PROPN NNP Number=Sing 1 conj 1:conj:and|8:nsubj|10:nsubj:xsubj _ +3 Bill Bill PROPN NNP Number=Sing 1 conj 1:conj:and|8:nsubj:pass|10:nsubj:xsubj _ 4 Bradford Bradford PROPN NNP Number=Sing 3 flat 3:flat _ 5 in in ADP IN _ 6 case 6:case _ 6 Credit credit NOUN NN Number=Sing 1 nmod 1:nmod:in _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ -8 supposed suppose VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux:pass 8:aux:pass _ +8 supposed suppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 9 to to PART TO _ 10 mark 10:mark _ 10 talk talk VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 to to ADP IN _ 15 case 15:case _ @@ -62191,15 +62216,15 @@ 1 With with ADP IN _ 2 case 2:case _ 2 respect respect NOUN NN Number=Sing 17 obl 17:obl:with _ 3 to to ADP IN _ 7 case 7:case _ -4 First First PROPN NNP Number=Sing 5 compound 5:compound _ +4 First First ADJ NNP NumForm=Word|NumType=Ord 5 amod 5:amod _ 5 Union Union PROPN NNP Number=Sing 7 compound 7:compound _ -6 National National PROPN NNP Number=Sing 7 compound 7:compound _ +6 National National ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Bank Bank PROPN NNP Number=Sing 2 nmod 2:nmod:to SpaceAfter=No -8 , , PUNCT , _ 17 punct 17:punct _ +8 , , PUNCT , _ 2 punct 2:punct _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 draft draft NOUN NN Number=Sing 17 nsubj 17:nsubj _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -12 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 aux 13:aux _ +12 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 13 working work VERB VBG Tense=Pres|VerbForm=Part 10 acl:relcl 10:acl:relcl _ 14 from from ADP IN _ 13 obl 13:obl _ 15 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 cop 17:cop _ @@ -62207,11 +62232,11 @@ 17 old old ADJ JJ Degree=Pos 0 root 0:root _ 18 that that SCONJ IN _ 20 mark 20:mark _ 19 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj|22:nsubj:xsubj _ -20 agreed agree VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 ccomp 17:ccomp _ +20 agreed agree VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 17 advcl 17:advcl:that _ 21 to to PART TO _ 22 mark 22:mark _ 22 look look VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ 23 at at ADP IN _ 26 case 26:case _ -24 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +24 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 25 current current ADJ JJ Degree=Pos 26 amod 26:amod _ 26 form form NOUN NN Number=Sing 22 obl 22:obl:at|31:nsubj:pass _ 27 of of ADP IN _ 28 case 28:case _ @@ -62222,7 +62247,7 @@ 32 to to ADP IN _ 33 case 33:case _ 33 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 31 obl 31:obl:to _ 34 on on ADP IN _ 35 case 35:case _ -35 11/8/00 11/8/00 NUM CD NumType=Card 31 obl 31:obl:on _ +35 11/8/00 11/8/00 NUM CD NumForm=Digit|NumType=Card 31 obl 31:obl:on _ 36 for for ADP IN _ 37 case 37:case _ 37 review review NOUN NN Number=Sing 31 obl 31:obl:for SpaceAfter=No 38 . . PUNCT . _ 17 punct 17:punct _ @@ -62237,11 +62262,11 @@ 6 with with ADP IN _ 7 case 7:case _ 7 Susan Susan PROPN NNP Number=Sing 3 obl 3:obl:with _ 8 Bailey Bailey PROPN NNP Number=Sing 7 flat 7:flat SpaceAfter=No -9 , , PUNCT , _ 7 punct 7:punct _ -10 another another DET DT _ 11 det 11:det _ +9 , , PUNCT , _ 11 punct 11:punct _ +10 another another DET DT PronType=Ind 11 det 11:det _ 11 paralegal paralegal NOUN NN Number=Sing 7 appos 7:appos _ 12 in in ADP IN _ 14 case 14:case _ -13 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 Group group NOUN NN Number=Sing 11 nmod 11:nmod:in SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ @@ -62252,9 +62277,9 @@ # sent_id = email-enronsent15_01-0080 # text = 11/22/2000 06:05 AM -1 11/22/2000 11/22/2000 NUM CD NumType=Card 0 root 0:root _ -2 06:05 06:05 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/22/2000 11/22/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 06:05 06:05 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent15_01-0081 # text = Tana - @@ -62273,7 +62298,7 @@ 8 on on SCONJ IN _ 9 mark 9:mark _ 9 where where ADV WRB PronType=Int 7 acl 7:acl:on _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +11 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 12 in in ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 negotiations negotiation NOUN NNS Number=Plur 9 obl 9:obl:in _ @@ -62286,15 +62311,15 @@ 21 counterparties counterparty NOUN NNS Number=Plur 17 nmod 17:nmod:with _ 22 and and CCONJ CC _ 23 cc 23:cc _ 23 confirm confirm VERB VB VerbForm=Inf 4 conj 4:conj:and _ -24 which which DET WDT PronType=Int 26 det 26:det _ +24 which which DET WDT PronType=Int 26 det 26:det ManuallyChecked=PronType 25 Enron Enron PROPN NNP Number=Sing 26 compound 26:compound _ -26 entity entity NOUN NN Number=Sing 23 obj 23:obj _ +26 entity entity NOUN NN Number=Sing 31 nmod 31:nmod:of _ 27 you you PRON PRP Case=Nom|Person=2|PronType=Prs 29 nsubj 29:nsubj _ -28 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 29 aux 29:aux _ -29 negotiating negotiate VERB VBG Tense=Pres|VerbForm=Part 26 acl:relcl 26:acl:relcl _ +28 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 29 aux 29:aux _ +29 negotiating negotiate VERB VBG Tense=Pres|VerbForm=Part 23 ccomp 23:ccomp _ 30 on on ADP IN _ 31 case 31:case _ 31 behalf behalf NOUN NN Number=Sing 29 obl 29:obl:on _ -32 of of ADP IN _ 31 nmod 31:nmod SpaceAfter=No +32 of of ADP IN _ 26 case 26:case SpaceAfter=No 33 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent15_01-0083 @@ -62310,15 +62335,15 @@ # sent_id = email-enronsent15_01-0085 # newpar id = email-enronsent15_01-p0017 # text = First Union National Bank -1 First First PROPN NNP Number=Sing 2 compound 2:compound _ +1 First First ADJ NNP NumForm=Word|NumType=Ord 2 amod 2:amod _ 2 Union Union PROPN NNP Number=Sing 4 compound 4:compound _ -3 National National PROPN NNP Number=Sing 4 compound 4:compound _ +3 National National ADJ NNP Degree=Pos 4 amod 4:amod _ 4 Bank Bank PROPN NNP Number=Sing 0 root 0:root _ # sent_id = email-enronsent15_01-0086 # newpar id = email-enronsent15_01-p0018 # text = Deutsched Bank AG -1 Deutsched Deutsched PROPN NNP Number=Sing 2 compound 2:compound _ +1 Deutsched Deutsche PROPN NNP Number=Sing|Typo=Yes 2 compound 2:compound CorrectForm=Deutsche 2 Bank Bank PROPN NNP Number=Sing 3 compound 3:compound _ 3 AG AG PROPN NNP Number=Sing 0 root 0:root _ @@ -62326,12 +62351,12 @@ # newpar id = email-enronsent15_01-p0019 # text = I spoke to Mark Taylor about your signing authority, and he agrees that you do not have the authority to execute documents on your own, but as long as you are only co-signing documents signed by an authorized officer as a control measure we're OK. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 spoke speak VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 spoke speak VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 4 case 4:case _ 4 Mark Mark PROPN NNP Number=Sing 2 obl 2:obl:to _ 5 Taylor Taylor PROPN NNP Number=Sing 4 flat 4:flat _ 6 about about ADP IN _ 9 case 9:case _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 8 signing signing NOUN NN Number=Sing 9 compound 9:compound _ 9 authority authority NOUN NN Number=Sing 2 obl 2:obl:about SpaceAfter=No 10 , , PUNCT , _ 13 punct 13:punct _ @@ -62340,7 +62365,7 @@ 13 agrees agree VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 14 that that SCONJ IN _ 18 mark 18:mark _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ -16 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ +16 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 17 not not PART RB _ 18 advmod 18:advmod _ 18 have have VERB VB VerbForm=Inf 13 ccomp 13:ccomp _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ @@ -62349,7 +62374,7 @@ 22 execute execute VERB VB VerbForm=Inf 20 acl 20:acl:to _ 23 documents document NOUN NNS Number=Plur 22 obj 22:obj _ 24 on on ADP IN _ 26 case 26:case _ -25 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 own own ADJ JJ Degree=Pos 22 obl 22:obl:on SpaceAfter=No 27 , , PUNCT , _ 48 punct 48:punct _ 28 but but CCONJ CC _ 48 cc 48:cc _ @@ -62357,22 +62382,22 @@ 30 long long ADV RB Degree=Pos 48 advmod 48:advmod _ 31 as as SCONJ IN _ 35 mark 35:mark _ 32 you you PRON PRP Case=Nom|Person=2|PronType=Prs 35 nsubj 35:nsubj _ -33 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 35 aux 35:aux _ +33 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 35 aux 35:aux _ 34 only only ADV RB _ 35 advmod 35:advmod _ 35 co-signing co-sign VERB VBG Tense=Pres|VerbForm=Part 30 advcl 30:advcl:as _ 36 documents document NOUN NNS Number=Plur 35 obj 35:obj _ -37 signed sign VERB VBN Tense=Past|VerbForm=Part 36 acl 36:acl _ +37 signed sign VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 36 acl 36:acl _ 38 by by ADP IN _ 41 case 41:case _ 39 an a DET DT Definite=Ind|PronType=Art 41 det 41:det _ -40 authorized authorize VERB VBN Tense=Past|VerbForm=Part 41 amod 41:amod _ -41 officer officer NOUN NN Number=Sing 37 obl 37:obl:by _ +40 authorized authorize VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 41 amod 41:amod _ +41 officer officer NOUN NN Number=Sing 37 obl:agent 37:obl:agent _ 42 as as ADP IN _ 45 case 45:case _ 43 a a DET DT Definite=Ind|PronType=Art 45 det 45:det _ 44 control control NOUN NN Number=Sing 45 compound 45:compound _ 45 measure measure NOUN NN Number=Sing 37 obl 37:obl:as _ 46-47 we're _ _ _ _ _ _ _ _ 46 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 48 nsubj 48:nsubj _ -47 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 48 cop 48:cop _ +47 're be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 48 cop 48:cop _ 48 OK ok ADJ JJ Degree=Pos 2 conj 2:conj:and SpaceAfter=No 49 . . PUNCT . _ 2 punct 2:punct _ @@ -62389,18 +62414,18 @@ # newpar id = email-enronsent34_01-p0002 # text = The referenced TAGG # was entered as a 'New Counterparty', can you please let me know what counterparty this is so we can correctly assess the counterparty exposure. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ -2 referenced reference VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod _ +2 referenced reference VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod _ 3 TAGG tagg NOUN NN Number=Sing 4 compound 4:compound _ 4 # # SYM NN Number=Sing 6 nsubj:pass 6:nsubj:pass _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ -6 entered enter VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +6 entered enter VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 as as ADP IN _ 11 case 11:case _ 8 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 9 ' ' PUNCT `` _ 11 punct 11:punct SpaceAfter=No 10 New new ADJ JJ Degree=Pos 11 amod 11:amod _ 11 Counterparty counterparty NOUN NN Number=Sing 6 obl 6:obl:as SpaceAfter=No 12 ' ' PUNCT '' _ 11 punct 11:punct SpaceAfter=No -13 , , PUNCT , _ 6 punct 6:punct _ +13 , , PUNCT , _ 17 punct 17:punct _ 14 can can AUX MD VerbForm=Fin 17 aux 17:aux _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ 16 please please INTJ UH _ 17 discourse 17:discourse _ @@ -62409,7 +62434,7 @@ 19 know know VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ 20 what what DET WDT PronType=Int 21 det 21:det _ 21 counterparty counterparty NOUN NN Number=Sing 19 ccomp 19:ccomp _ -22 this this PRON DT Number=Sing|PronType=Dem 19 nsubj 19:nsubj _ +22 this this PRON DT Number=Sing|PronType=Dem 21 nsubj 21:nsubj _ 23 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 24 so so SCONJ IN _ 28 mark 28:mark _ 25 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 28 nsubj 28:nsubj _ @@ -62423,7 +62448,7 @@ # sent_id = email-enronsent34_01-0003 # text = Thank you, -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No 3 , , PUNCT , _ 1 punct 1:punct _ @@ -62437,7 +62462,7 @@ # text = Hey there yourself, 1 Hey hey INTJ UH _ 3 discourse 3:discourse _ 2 there there ADV RB PronType=Dem 1 advmod 1:advmod _ -3 yourself yourself PRON PRP Number=Sing|Person=2|PronType=Prs 0 root 0:root SpaceAfter=No +3 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 0 root 0:root SpaceAfter=No 4 , , PUNCT , _ 3 punct 3:punct _ # sent_id = email-enronsent34_01-0006 @@ -62446,10 +62471,10 @@ 1 Sorry sorry ADJ JJ Degree=Pos 0 root 0:root _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 3-4 haven't _ _ _ _ _ _ _ _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 written write VERB VBN Tense=Past|VerbForm=Part 1 ccomp 1:ccomp _ -6 you you PRON PRP Case=Acc|Person=2|PronType=Prs 5 obj 5:obj _ +6 you you PRON PRP Case=Acc|Person=2|PronType=Prs 5 iobj 5:iobj _ 7 guys guy NOUN NNS Number=Plur 6 appos 6:appos _ 8 in in ADP IN _ 10 case 10:case _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ @@ -62458,7 +62483,7 @@ 12 keep keep VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ 13 you you PRON PRP Case=Acc|Person=2|PronType=Prs 12 obj 12:obj|15:nsubj:xsubj _ 14 properly properly ADV RB _ 15 advmod 15:advmod _ -15 updated update VERB VBN Tense=Past|VerbForm=Part 12 xcomp 12:xcomp SpaceAfter=No +15 updated update VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 xcomp 12:xcomp SpaceAfter=No 16 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent34_01-0007 @@ -62473,12 +62498,12 @@ 8 Seoul Seoul PROPN NNP Number=Sing 6 nmod 6:nmod:to _ 9 and and CCONJ CC _ 12 cc 12:cc _ 10-11 don't _ _ _ _ _ _ _ _ -10 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +10 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 11 n't not PART RB _ 12 advmod 12:advmod _ 12 think think VERB VB VerbForm=Inf 4 conj 4:conj:and _ 13-14 I'm _ _ _ _ _ _ _ _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj|17:nsubj:xsubj _ -14 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +14 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 15 going go VERB VBG Tense=Pres|VerbForm=Part 12 ccomp 12:ccomp _ 16 to to PART TO _ 17 mark 17:mark _ 17 go go VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ @@ -62488,7 +62513,7 @@ 21 same same ADJ JJ Degree=Pos 22 amod 22:amod _ 22 time time NOUN NN Number=Sing 17 obl 17:obl:at _ 23 as as ADP IN _ 25 case 25:case _ -24 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 parents parent NOUN NNS Number=Plur 22 nmod 22:nmod:as SpaceAfter=No 26 . . PUNCT . _ 4 punct 4:punct _ @@ -62499,22 +62524,22 @@ 3 fun fun NOUN NN Number=Sing 9 parataxis 9:parataxis _ 4 as as SCONJ IN _ 6 mark 6:mark _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -6 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:as SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:as SpaceAfter=No +7 , , PUNCT , _ 3 punct 3:punct _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 figured figure VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 figured figure VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 11 would would AUX MD VerbForm=Fin 13 aux 13:aux _ 12 probably probably ADV RB _ 13 advmod 13:advmod _ 13 do do VERB VB VerbForm=Inf 9 ccomp 9:ccomp _ -14 some some DET DT _ 16 det 16:det _ +14 some some DET DT PronType=Ind 16 det 16:det _ 15 different different ADJ JJ Degree=Pos 16 amod 16:amod _ 16 things thing NOUN NNS Number=Plur 13 obj 13:obj _ -17 than than SCONJ IN _ 21 mark 21:mark _ -18 what what PRON WP PronType=Int 21 obj 21:obj _ +17 than than ADP IN _ 18 case 18:case _ +18 what what PRON WP PronType=Rel 15 obl 15:obl:than|21:obj _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 21 nsubj 21:nsubj _ -20 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ -21 planned plan VERB VBN Tense=Past|VerbForm=Part 16 acl 16:acl:than _ +20 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ +21 planned plan VERB VBN Tense=Past|VerbForm=Part 18 acl:relcl 18:acl:relcl _ 22 for for ADP IN _ 23 case 23:case _ 23 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 21 obl 21:obl:for SpaceAfter=No 24 . . PUNCT . _ 9 punct 9:punct _ @@ -62524,27 +62549,27 @@ 1 As as ADP IN _ 3 case 3:case _ 2 for for ADP IN _ 1 fixed 1:fixed _ 3 Ted Ted PROPN NNP Number=Sing 8 obl 8:obl:as_for SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 things thing NOUN NNS Number=Plur 8 nsubj 8:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 still still ADV RB _ 8 advmod 8:advmod _ 8 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 9 well well ADV RB Degree=Pos 8 advmod 8:advmod _ 10 although although SCONJ IN _ 14 mark 14:mark _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 12-13 haven't _ _ _ _ _ _ _ _ -12 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +12 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 n't not PART RB _ 14 advmod 14:advmod _ -14 see see VERB VBN Tense=Past|VerbForm=Part 8 advcl 8:advcl:although _ +14 see see VERB VBN Tense=Past|Typo=Yes|VerbForm=Part 8 advcl 8:advcl:although CorrectForm=seen 15 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 obj 14:obj _ -16 at at ADV RB _ 17 case 17:case _ -17 all all ADV RB _ 14 obl 14:obl:at _ +16 at at ADP IN _ 17 case 17:case _ +17 all all DET DT PronType=Tot 14 obl 14:obl:at _ 18 this this DET DT Number=Sing|PronType=Dem 19 det 19:det _ 19 week week NOUN NN Number=Sing 14 obl:tmod 14:obl:tmod _ 20 ( ( PUNCT -LRB- _ 26 punct 26:punct SpaceAfter=No 21 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 26 nsubj 26:nsubj _ -22 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ -23 two two NUM CD NumType=Card 26 nummod 26:nummod _ +22 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ +23 two two NUM CD NumForm=Word|NumType=Card 26 nummod 26:nummod _ 24 very very ADV RB _ 25 advmod 25:advmod _ 25 busy busy ADJ JJ Degree=Pos 26 amod 26:amod _ 26 people people NOUN NNS Number=Plur 8 parataxis 8:parataxis SpaceAfter=No @@ -62554,9 +62579,9 @@ # sent_id = email-enronsent34_01-0010 # text = But, we had a great laid back day last Saturday and I think have hit that comfortable stage...you know, not quite so formal about dates etc. 1 But but CCONJ CC _ 4 cc 4:cc SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 6 great great ADJ JJ Degree=Pos 9 amod 9:amod _ 7 laid laid ADJ JJ Degree=Pos 8 amod 8:amod _ @@ -62566,29 +62591,29 @@ 11 Saturday Saturday PROPN NNP Number=Sing 4 obl:tmod 4:obl:tmod _ 12 and and CCONJ CC _ 14 cc 14:cc _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ -15 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +14 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +15 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 16 hit hit VERB VBN Tense=Past|VerbForm=Part 14 ccomp 14:ccomp _ 17 that that DET DT Number=Sing|PronType=Dem 19 det 19:det _ 18 comfortable comfortable ADJ JJ Degree=Pos 19 amod 19:amod _ 19 stage stage NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No 20 ... ... PUNCT , _ 22 punct 22:punct SpaceAfter=No 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ -22 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 parataxis 27:parataxis SpaceAfter=No +22 know know VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 27 parataxis 27:parataxis SpaceAfter=No 23 , , PUNCT , _ 22 punct 22:punct _ -24 not not PART RB _ 25 advmod 25:advmod _ +24 not not PART RB _ 27 advmod 27:advmod _ 25 quite quite ADV RB _ 27 advmod 27:advmod _ 26 so so ADV RB _ 27 advmod 27:advmod _ 27 formal formal ADJ JJ Degree=Pos 19 parataxis 19:parataxis _ 28 about about ADP IN _ 29 case 29:case _ 29 dates date NOUN NNS Number=Plur 27 obl 27:obl:about _ -30 etc etc X FW _ 29 advmod 29:advmod SpaceAfter=No +30 etc etc. NOUN FW Abbr=Yes|Number=Plur 29 conj 29:conj SpaceAfter=No 31 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent34_01-0011 # text = In one sense it's great, but it also makes things a lot harder to read. 1 In in ADP IN _ 3 case 3:case _ -2 one one NUM CD NumType=Card 3 nummod 3:nummod _ +2 one one NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 sense sense NOUN NN Number=Sing 6 obl 6:obl:in _ 4-5 it's _ _ _ _ _ _ _ _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ @@ -62602,62 +62627,62 @@ 12 things thing NOUN NNS Number=Plur 11 obj 11:obj|15:nsubj:xsubj _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 lot lot NOUN NN Number=Sing 15 obl:npmod 15:obl:npmod _ -15 harder harder ADJ JJR Degree=Cmp 11 xcomp 11:xcomp _ +15 harder hard ADJ JJR Degree=Cmp 11 xcomp 11:xcomp _ 16 to to PART TO _ 17 mark 17:mark _ 17 read read VERB VB VerbForm=Inf 15 advcl 15:advcl:to SpaceAfter=No 18 . . PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent34_01-0012 # text = Anyway, I'm sure my Mom told you guys but Travis and Kathy got to meet him and I think it went well. -1 Anyway anyway ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +1 Anyway anyway INTJ UH _ 5 discourse 5:discourse SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 I'm _ _ _ _ _ _ _ _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -4 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +4 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 sure sure ADJ JJ Degree=Pos 0 root 0:root _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 Mom mom NOUN NN Number=Sing 8 nsubj 8:nsubj _ -8 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 ccomp 5:ccomp _ -9 you you PRON PRP Case=Acc|Person=2|PronType=Prs 8 obj 8:obj _ +8 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 ccomp 5:ccomp _ +9 you you PRON PRP Case=Acc|Person=2|PronType=Prs 8 iobj 8:iobj _ 10 guys guy NOUN NNS Number=Plur 9 appos 9:appos _ 11 but but CCONJ CC _ 15 cc 15:cc _ 12 Travis Travis PROPN NNP Number=Sing 15 nsubj 15:nsubj|17:nsubj:xsubj _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 Kathy Kathy PROPN NNP Number=Sing 12 conj 12:conj:and|15:nsubj|17:nsubj:xsubj _ -15 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:but _ +15 got get VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:but _ 16 to to PART TO _ 17 mark 17:mark _ 17 meet meet VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ 18 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 17 obj 17:obj _ 19 and and CCONJ CC _ 21 cc 21:cc _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ -21 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ +21 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ 22 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 23 nsubj 23:nsubj _ -23 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 ccomp 21:ccomp _ +23 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 ccomp 21:ccomp _ 24 well well ADV RB Degree=Pos 23 advmod 23:advmod SpaceAfter=No 25 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent34_01-0013 # text = Hopefully, if we're still dating come December, you and Chuck can meet him when you come back to visit. 1 Hopefully hopefully ADV RB _ 15 advmod 15:advmod SpaceAfter=No -2 , , PUNCT , _ 15 punct 15:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 if if SCONJ IN _ 7 mark 7:mark _ 4-5 we're _ _ _ _ _ _ _ _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -5 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 're be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 still still ADV RB _ 7 advmod 7:advmod _ 7 dating date VERB VBG Tense=Pres|VerbForm=Part 15 advcl 15:advcl:if _ 8 come come VERB VB VerbForm=Inf 7 advcl 7:advcl _ -9 December December PROPN NNP Number=Sing 8 obl:tmod 8:obl:tmod SpaceAfter=No -10 , , PUNCT , _ 15 punct 15:punct _ +9 December December PROPN NNP Number=Sing 8 obj 8:obj SpaceAfter=No +10 , , PUNCT , _ 7 punct 7:punct _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 Chuck Chuck PROPN NNP Number=Sing 11 conj 11:conj:and|15:nsubj _ 14 can can AUX MD VerbForm=Fin 15 aux 15:aux _ 15 meet meet VERB VB VerbForm=Inf 0 root 0:root _ 16 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 obj 15:obj _ -17 when when SCONJ WRB PronType=Int 19 mark 19:mark _ +17 when when ADV WRB PronType=Int 19 advmod 19:advmod _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 19 nsubj 19:nsubj _ -19 come come VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:when _ +19 come come VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:when _ 20 back back ADV RB _ 19 advmod 19:advmod _ 21 to to PART TO _ 22 mark 22:mark _ 22 visit visit VERB VB VerbForm=Inf 19 advcl 19:advcl:to SpaceAfter=No @@ -62667,33 +62692,33 @@ # text = I'm planning on dragging him to at least one of the U.T. games, I just have to find out when he wants to go (as well as properly prepare him for the Scott/Kelley/Parks/Wild Card gang and the full-day affair that is a U.T. game). 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 planning plan VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 on on SCONJ IN _ 5 mark 5:mark _ 5 dragging drag VERB VBG VerbForm=Ger 3 advcl 3:advcl:on _ 6 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 obj 5:obj _ 7 to to ADP IN _ 10 case 10:case _ -8 at at ADV RB _ 9 case 9:case _ -9 least least ADV RBS Degree=Sup 10 nmod 10:nmod:at _ -10 one one NUM CD NumType=Card 5 obl 5:obl:to _ +8 at at ADP IN _ 9 case 9:case _ +9 least least ADJ JJS Degree=Sup 10 nmod 10:nmod:at _ +10 one one NUM CD NumForm=Word|NumType=Card 5 obl 5:obl:to _ 11 of of ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 U.T. U.T. PROPN NNP Number=Sing 14 compound 14:compound _ 14 games game NOUN NNS Number=Plur 10 nmod 10:nmod:of SpaceAfter=No -15 , , PUNCT , _ 3 punct 3:punct _ +15 , , PUNCT , _ 18 punct 18:punct _ 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj|20:nsubj:xsubj|32:nsubj:xsubj _ 17 just just ADV RB _ 18 advmod 18:advmod _ -18 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +18 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 19 to to PART TO _ 20 mark 20:mark _ 20 find find VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ 21 out out ADP RP _ 20 compound:prt 20:compound:prt _ -22 when when SCONJ WRB PronType=Int 24 mark 24:mark _ +22 when when ADV WRB PronType=Int 24 advmod 24:advmod _ 23 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 24 nsubj 24:nsubj|26:nsubj:xsubj _ 24 wants want VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 ccomp 20:ccomp _ 25 to to PART TO _ 26 mark 26:mark _ 26 go go VERB VB VerbForm=Inf 24 xcomp 24:xcomp _ -27 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No -28 as as ADV RB _ 32 cc 32:cc _ +27 ( ( PUNCT -LRB- _ 32 punct 32:punct SpaceAfter=No +28 as as ADV RB ExtPos=CCONJ 32 cc 32:cc _ 29 well well ADV RB Degree=Pos 28 fixed 28:fixed _ 30 as as ADP IN _ 28 fixed 28:fixed _ 31 properly properly ADV RB _ 32 advmod 32:advmod _ @@ -62702,18 +62727,18 @@ 34 for for ADP IN _ 44 case 44:case _ 35 the the DET DT Definite=Def|PronType=Art 44 det 44:det _ 36 Scott Scott PROPN NNP Number=Sing 44 compound 44:compound SpaceAfter=No -37 / / PUNCT , _ 38 cc 38:cc SpaceAfter=No +37 / / SYM , _ 38 cc 38:cc SpaceAfter=No 38 Kelley Kelley PROPN NNP Number=Sing 36 conj 36:conj|44:compound SpaceAfter=No -39 / / PUNCT , _ 40 cc 40:cc SpaceAfter=No +39 / / SYM , _ 40 cc 40:cc SpaceAfter=No 40 Parks Parks PROPN NNP Number=Sing 36 conj 36:conj|44:compound SpaceAfter=No -41 / / PUNCT , _ 43 cc 43:cc SpaceAfter=No -42 Wild Wild PROPN NNP Number=Sing 43 compound 43:compound _ +41 / / SYM , _ 43 cc 43:cc SpaceAfter=No +42 Wild Wild ADJ NNP Degree=Pos 43 amod 43:amod _ 43 Card Card PROPN NNP Number=Sing 36 conj 36:conj|44:compound _ 44 gang gang NOUN NN Number=Sing 32 obl 32:obl:for _ 45 and and CCONJ CC _ 50 cc 50:cc _ 46 the the DET DT Definite=Def|PronType=Art 50 det 50:det _ 47 full full ADJ JJ Degree=Pos 49 amod 49:amod SpaceAfter=No -48 - - PUNCT HYPH _ 49 punct 49:punct SpaceAfter=No +48 - - PUNCT HYPH _ 47 punct 47:punct SpaceAfter=No 49 day day NOUN NN Number=Sing 50 compound 50:compound _ 50 affair affair NOUN NN Number=Sing 44 conj 32:obl:for|44:conj:and|55:nsubj _ 51 that that PRON WDT PronType=Rel 55 nsubj 50:ref _ @@ -62721,7 +62746,7 @@ 53 a a DET DT Definite=Ind|PronType=Art 55 det 55:det _ 54 U.T. U.T. PROPN NNP Number=Sing 55 compound 55:compound _ 55 game game NOUN NN Number=Sing 50 acl:relcl 50:acl:relcl SpaceAfter=No -56 ) ) PUNCT -RRB- _ 20 punct 20:punct SpaceAfter=No +56 ) ) PUNCT -RRB- _ 32 punct 32:punct SpaceAfter=No 57 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent34_01-0015 @@ -62729,7 +62754,7 @@ 1 Things thing NOUN NNS Number=Plur 5 nsubj 5:nsubj|8:nsubj _ 2 in in ADP IN _ 3 case 3:case _ 3 Houston Houston PROPN NNP Number=Sing 1 nmod 1:nmod:in _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 good good ADJ JJ Degree=Pos 0 root 0:root _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 definitely definitely ADV RB _ 8 advmod 8:advmod _ @@ -62739,11 +62764,11 @@ # sent_id = email-enronsent34_01-0016 # text = I went with Emily and her Mom last night to see the musical "Rent" and it was wonderful. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 with with ADP IN _ 4 case 4:case _ 4 Emily Emily PROPN NNP Number=Sing 2 obl 2:obl:with _ 5 and and CCONJ CC _ 7 cc 7:cc _ -6 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 Mom mom NOUN NN Number=Sing 4 conj 2:obl:with|4:conj:and _ 8 last last ADJ JJ Degree=Pos 9 amod 9:amod _ 9 night night NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod _ @@ -62763,10 +62788,10 @@ # sent_id = email-enronsent34_01-0017 # text = Also, I'm going out to San Diego for the Labor Day weekend to visit Hoot's daughter Julie. 1 Also also ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 I'm _ _ _ _ _ _ _ _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -4 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 6 out out ADV RB _ 5 advmod 5:advmod _ 7 to to ADP IN _ 8 case 8:case _ @@ -62822,7 +62847,7 @@ # newpar id = email-enronsent34_01-p0008 # text = How are you doing? 1 How how ADV WRB PronType=Int 4 advmod 4:advmod _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 doing do VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No 5 ? ? PUNCT . _ 4 punct 4:punct _ @@ -62830,7 +62855,7 @@ # sent_id = email-enronsent34_01-0023 # text = Haven't heard from you in a while. 1-2 Haven't _ _ _ _ _ _ _ _ -1 Have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 n't not PART RB _ 3 advmod 3:advmod _ 3 heard hear VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 from from ADP IN _ 5 case 5:case _ @@ -62845,11 +62870,11 @@ 1 A a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 2 little little ADJ JJ Degree=Pos 3 amod 3:amod _ 3 birdie birdie NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 iobj 4:iobj _ 6 that that SCONJ IN _ 9 mark 9:mark _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -8 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +8 were be AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 9 checking check VERB VBG Tense=Pres|VerbForm=Part 4 ccomp 4:ccomp _ 10 into into ADP IN _ 11 case 11:case _ 11 tickets ticket NOUN NNS Number=Plur 9 obl 9:obl:into _ @@ -62859,10 +62884,10 @@ # sent_id = email-enronsent34_01-0025 # text = Are you really? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 really really ADV RB _ 0 root 0:root SpaceAfter=No -4 ? ? PUNCT . _ 3 punct 3:punct _ +1 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 1 nsubj 1:nsubj _ +3 really really ADV RB _ 1 advmod 1:advmod SpaceAfter=No +4 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent34_01-0026 # text = Would you come with your parents or separately? @@ -62870,7 +62895,7 @@ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 come come VERB VB VerbForm=Inf 0 root 0:root _ 4 with with ADP IN _ 6 case 6:case _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 parents parent NOUN NNS Number=Plur 3 obl 3:obl:with _ 7 or or CCONJ CC _ 8 cc 8:cc _ 8 separately separately ADV RB _ 6 conj 3:obl:with|6:conj:or SpaceAfter=No @@ -62879,73 +62904,73 @@ # sent_id = email-enronsent34_01-0027 # text = In any case, we have had some more time to do some exploring (and shopping), so we have some good ideas about what to do if you come. 1 In in ADP IN _ 3 case 3:case _ -2 any any DET DT _ 3 det 3:det _ +2 any any DET DT PronType=Ind 3 det 3:det _ 3 case case NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -8 some some DET DT _ 10 det 10:det _ +8 some some DET DT PronType=Ind 10 det 10:det _ 9 more more ADJ JJR Degree=Cmp 10 amod 10:amod _ 10 time time NOUN NN Number=Sing 7 obj 7:obj _ 11 to to PART TO _ 12 mark 12:mark _ 12 do do VERB VB VerbForm=Inf 10 acl 10:acl:to _ -13 some some DET DT _ 14 det 14:det _ +13 some some DET DT PronType=Ind 14 det 14:det _ 14 exploring exploring NOUN NN Number=Sing 12 obj 12:obj _ -15 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No +15 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No 16 and and CCONJ CC _ 17 cc 17:cc _ 17 shopping shopping NOUN NN Number=Sing 14 conj 12:obj|14:conj:and SpaceAfter=No 18 ) ) PUNCT -RRB- _ 17 punct 17:punct SpaceAfter=No -19 , , PUNCT , _ 7 punct 7:punct _ +19 , , PUNCT , _ 22 punct 22:punct _ 20 so so ADV RB _ 22 advmod 22:advmod _ 21 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -22 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 parataxis 7:parataxis _ -23 some some DET DT _ 25 det 25:det _ +22 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 7 parataxis 7:parataxis _ +23 some some DET DT PronType=Ind 25 det 25:det _ 24 good good ADJ JJ Degree=Pos 25 amod 25:amod _ 25 ideas idea NOUN NNS Number=Plur 22 obj 22:obj _ 26 about about SCONJ IN _ 29 mark 29:mark _ -27 what what PRON WP PronType=Int 29 nsubj 29:nsubj _ +27 what what PRON WP PronType=Int 29 obj 29:obj _ 28 to to PART TO _ 29 mark 29:mark _ 29 do do VERB VB VerbForm=Inf 25 acl 25:acl:to _ 30 if if SCONJ IN _ 32 mark 32:mark _ 31 you you PRON PRP Case=Nom|Person=2|PronType=Prs 32 nsubj 32:nsubj _ -32 come come VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 29 advcl 29:advcl:if SpaceAfter=No +32 come come VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 29 advcl 29:advcl:if SpaceAfter=No 33 . . PUNCT . _ 7 punct 7:punct _ # sent_id = email-enronsent34_01-0028 # text = I think that we will stay in Korea when your parents come and do the whole base thing (which will take only a few minutes, actually), but are considering going to China or somewhere during part of Thanksgiving. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 6 mark 6:mark _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj|14:nsubj|33:nsubj|34:nsubj:xsubj _ 5 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 6 stay stay VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ 7 in in ADP IN _ 8 case 8:case _ 8 Korea Korea PROPN NNP Number=Sing 6 obl 6:obl:in _ -9 when when SCONJ WRB PronType=Int 12 mark 12:mark _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 when when ADV WRB PronType=Int 12 advmod 12:advmod _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 parents parent NOUN NNS Number=Plur 12 nsubj 12:nsubj _ -12 come come VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:when _ +12 come come VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:when _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 do do VERB VB VerbForm=Inf 6 conj 2:ccomp|6:conj:and _ +14 do do VERB VB VerbForm=Inf 6 conj 2:ccomp|6:conj:and|22:csubj _ 15 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 16 whole whole ADJ JJ Degree=Pos 18 amod 18:amod _ 17 base base NOUN NN Number=Sing 18 compound 18:compound _ 18 thing thing NOUN NN Number=Sing 14 obj 14:obj _ 19 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No -20 which which PRON WDT PronType=Int 22 nsubj 22:nsubj _ +20 which which PRON WDT PronType=Rel 22 nsubj 14:ref _ 21 will will AUX MD VerbForm=Fin 22 aux 22:aux _ -22 take take VERB VB VerbForm=Inf 14 parataxis 14:parataxis _ +22 take take VERB VB VerbForm=Inf 14 advcl:relcl 14:advcl:relcl _ 23 only only ADV RB _ 26 advmod 26:advmod _ -24 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ -25 few few ADJ JJ Degree=Pos 26 nummod 26:nummod _ +24 a a DET DT Definite=Ind|PronType=Art 26 det 26:det _ +25 few few ADJ JJ Degree=Pos 26 amod 26:amod _ 26 minutes minute NOUN NNS Number=Plur 22 obj 22:obj SpaceAfter=No -27 , , PUNCT , _ 22 punct 22:punct _ +27 , , PUNCT , _ 28 punct 28:punct _ 28 actually actually ADV RB _ 22 advmod 22:advmod SpaceAfter=No 29 ) ) PUNCT -RRB- _ 22 punct 22:punct SpaceAfter=No 30 , , PUNCT , _ 33 punct 33:punct _ 31 but but CCONJ CC _ 33 cc 33:cc _ -32 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 33 aux 33:aux _ +32 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 33 aux 33:aux _ 33 considering consider VERB VBG Tense=Pres|VerbForm=Part 6 conj 2:ccomp|6:conj:and _ 34 going go VERB VBG VerbForm=Ger 33 xcomp 33:xcomp _ 35 to to ADP IN _ 36 case 36:case _ @@ -62964,14 +62989,14 @@ 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 'll will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 do do VERB VB VerbForm=Inf 0 root 0:root _ -4 whatever whatever PRON WP PronType=Int 3 obj 3:obj _ +4 whatever whatever PRON WP PronType=Rel 3 obj 3:obj|7:obj _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -6 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ -7 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +6 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 reparandum 7:reparandum _ +7 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 8 if if SCONJ IN _ 12 mark 12:mark _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ 10 still still ADV RB _ 12 advmod 12:advmod _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 coming come VERB VBG Tense=Pres|VerbForm=Part 3 advcl 3:advcl:if SpaceAfter=No 13 ! ! PUNCT . _ 3 punct 3:punct _ @@ -62981,14 +63006,14 @@ 2 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ 3 know know VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 latest latest ADJ JJS Degree=Sup 3 obj 3:obj _ +5 latest late ADJ JJS Degree=Sup 3 obj 3:obj _ 6 with with ADP IN _ 7 case 7:case _ 7 Ted Ted PROPN NNP Number=Sing 5 obl 5:obl:with _ 8 and and CCONJ CC _ 11 cc 11:cc _ 9 also also ADV RB _ 11 advmod 11:advmod _ -10 with with SCONJ IN _ 11 case 11:case _ +10 with with ADP IN _ 11 case 11:case _ 11-12 what's _ _ _ _ _ _ _ _ -11 what what PRON WP PronType=Int 7 conj 5:obl:with|7:conj:and _ +11 what what PRON WP PronType=Rel 7 conj 5:obl:with|7:conj:and|13:nsubj _ 12 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 going go VERB VBG Tense=Pres|VerbForm=Part 11 acl:relcl 11:acl:relcl _ 14 on on ADP RP _ 13 compound:prt 13:compound:prt _ @@ -63013,7 +63038,7 @@ # sent_id = email-enronsent34_01-0034 # text = Do You Yahoo!? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 Yahoo! yahoo! VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 4 ? ? PUNCT . _ 3 punct 3:punct _ @@ -63042,65 +63067,65 @@ 1 Hey hey INTJ UH _ 0 root 0:root _ 2 Tonto Tonto PROPN NNP Number=Sing 1 vocative 1:vocative _ 3 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No -4 a.k.a a.k.a ADP IN _ 14 advmod 14:advmod _ -5 - - PUNCT , _ 14 punct 14:punct _ +4 a.k.a a.k.a ADV IN _ 14 advmod 14:advmod _ +5 - - PUNCT , _ 4 punct 4:punct _ 6 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 7 trusty trusty ADJ JJ Degree=Pos 14 amod 14:amod SpaceAfter=No 8 , , PUNCT , _ 10 punct 10:punct _ 9 but but CCONJ CC _ 10 cc 10:cc _ 10 silent silent ADJ JJ Degree=Pos 7 conj 7:conj:but|14:amod SpaceAfter=No -11 , , PUNCT , _ 14 punct 14:punct _ +11 , , PUNCT , _ 7 punct 7:punct _ 12 side side NOUN NN Number=Sing 14 compound 14:compound SpaceAfter=No -13 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No 14 kick kick NOUN NN Number=Sing 2 parataxis 2:parataxis _ 15 to to ADP IN _ 18 case 18:case _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -17 Lone Lone PROPN NNP Number=Sing 18 compound 18:compound _ +17 Lone Lone ADJ NNP Degree=Pos 18 amod 18:amod _ 18 Ranger Ranger PROPN NNP Number=Sing 14 nmod 14:nmod:to _ 19 or or CCONJ CC _ 25 cc 25:cc _ 20 in in ADP IN _ 22 case 22:case _ 21 this this DET DT Number=Sing|PronType=Dem 22 det 22:det _ 22 case case NOUN NN Number=Sing 25 nmod 25:nmod:in _ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ -24 Big Big PROPN NNP Number=Sing 25 compound 25:compound _ +24 Big Big ADJ NNP Degree=Pos 25 amod 25:amod _ 25 D D PROPN NNP Number=Sing 18 conj 14:nmod:to|18:conj:or SpaceAfter=No 26 ) ) PUNCT -RRB- _ 14 punct 14:punct _ # sent_id = email-enronsent34_01-0038 # text = The play was very good and I think well received. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 play play NOUN NN Number=Sing 5 nsubj:pass 5:nsubj:pass|10:nsubj:pass _ -3 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ +2 play play NOUN NN Number=Sing 5 nsubj 5:nsubj|10:nsubj:pass _ +3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop|10:aux:pass _ 4 very very ADV RB _ 5 advmod 5:advmod _ 5 good good ADJ JJ Degree=Pos 0 root 0:root _ 6 and and CCONJ CC _ 10 cc 10:cc _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 parataxis 10:parataxis _ +8 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 parataxis 10:parataxis _ 9 well well ADV RB Degree=Pos 10 advmod 10:advmod _ -10 received receive VERB VBN Tense=Past|VerbForm=Part 5 conj 5:conj:and SpaceAfter=No +10 received receive VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 conj 5:conj:and SpaceAfter=No 11 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent34_01-0039 # text = I'd forgotten how blown away I was by some of the songs the first time I saw it in NY. 1-2 I'd _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'd have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +2 'd have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 forgotten forget VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 how how SCONJ WRB PronType=Int 6 mark 6:mark _ -5 blown blow VERB VBN Tense=Past|VerbForm=Part 3 ccomp 3:ccomp _ +4 how how ADV WRB PronType=Int 6 advmod 6:advmod _ +5 blown blow VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 ccomp 3:ccomp _ 6 away away ADV RB _ 5 advmod 5:advmod _ -7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ +7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj:pass 5:nsubj:pass _ +8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ 9 by by ADP IN _ 10 case 10:case _ -10 some some DET DT _ 5 obl 5:obl:by _ +10 some some DET DT PronType=Ind 5 obl:agent 5:obl:agent _ 11 of of ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 songs song NOUN NNS Number=Plur 10 nmod 10:nmod:of _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -15 first first ADJ JJ Degree=Pos|NumType=Ord 16 amod 16:amod _ +15 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 16 amod 16:amod _ 16 time time NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -18 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ +18 saw see VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ 19 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 obj 18:obj _ 20 in in ADP IN _ 21 case 21:case _ 21 NY NY PROPN NNP Number=Sing 18 obl 18:obl:in SpaceAfter=No @@ -63112,7 +63137,7 @@ 2 cast cast NOUN NN Number=Sing 3 compound 3:compound _ 3 members member NOUN NNS Number=Plur 5 nsubj 5:nsubj|7:nsubj:xsubj _ 4 really really ADV RB _ 5 advmod 5:advmod _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 have have VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 incredibly incredibly ADV RB _ 10 advmod 10:advmod _ @@ -63122,19 +63147,19 @@ 12 pull pull VERB VB VerbForm=Inf 7 advcl 7:advcl:to _ 13 off off ADP RP _ 12 compound:prt 12:compound:prt _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ -15 few few NOUN NN Number=Sing 12 obj 12:obj _ +15 few few ADJ JJ Degree=Pos 12 obj 12:obj _ 16 of of ADP IN _ 20 case 20:case _ 17 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -18 most most ADV RBS _ 19 advmod 19:advmod _ +18 most most ADV RBS Degree=Sup 19 advmod 19:advmod _ 19 poignant poignant ADJ JJ Degree=Pos 20 amod 20:amod _ 20 numbers number NOUN NNS Number=Plur 15 nmod 15:nmod:of _ 21 ( ( PUNCT -LRB- _ 23 punct 23:punct _ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ -23 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ +23 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ 24 this this PRON DT Number=Sing|PronType=Dem 29 nsubj 29:nsubj _ 25 could could AUX MD VerbForm=Fin 29 aux 29:aux _ 26 be be AUX VB VerbForm=Inf 29 cop 29:cop _ -27 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +27 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ 28 true true ADJ JJ Degree=Pos 29 amod 29:amod _ 29 calling calling NOUN NN Number=Sing 23 ccomp 23:ccomp SpaceAfter=No 30 ) ) PUNCT -RRB- _ 23 punct 23:punct SpaceAfter=No @@ -63143,9 +63168,9 @@ # sent_id = email-enronsent34_01-0041 # text = I caught the third day of Corey's Jeopardy run last night here at the office (yes, I had to come back after the play...I love my job!). 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 caught catch VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 caught catch VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 third third ADJ JJ Degree=Pos|NumType=Ord 5 amod 5:amod _ +4 third third ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 5 amod 5:amod _ 5 day day NOUN NN Number=Sing 2 obj 2:obj _ 6 of of ADP IN _ 10 case 10:case _ 7-8 Corey's _ _ _ _ _ _ _ _ @@ -63161,19 +63186,19 @@ 16 office office NOUN NN Number=Sing 13 obl 13:obl:at _ 17 ( ( PUNCT -LRB- _ 21 punct 21:punct SpaceAfter=No 18 yes yes INTJ UH _ 21 discourse 21:discourse SpaceAfter=No -19 , , PUNCT , _ 21 punct 21:punct _ +19 , , PUNCT , _ 18 punct 18:punct _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj|23:nsubj:xsubj _ -21 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +21 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 22 to to PART TO _ 23 mark 23:mark _ 23 come come VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ 24 back back ADV RB _ 23 advmod 23:advmod _ 25 after after ADP IN _ 27 case 27:case _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 play play NOUN NN Number=Sing 23 obl 23:obl:after SpaceAfter=No -28 ... ... PUNCT , _ 21 punct 21:punct SpaceAfter=No +28 ... ... PUNCT , _ 30 punct 30:punct SpaceAfter=No 29 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 30 nsubj 30:nsubj _ -30 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 parataxis 21:parataxis _ -31 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ +30 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 21 parataxis 21:parataxis _ +31 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ 32 job job NOUN NN Number=Sing 30 obj 30:obj SpaceAfter=No 33 ! ! PUNCT . _ 21 punct 21:punct SpaceAfter=No 34 ) ) PUNCT -RRB- _ 21 punct 21:punct SpaceAfter=No @@ -63181,15 +63206,15 @@ # sent_id = email-enronsent34_01-0042 # text = Anyway, I'm sure I'd mentioned it before but yes she is a very smart girl. -1 Anyway anyway ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +1 Anyway anyway INTJ UH _ 5 discourse 5:discourse SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 I'm _ _ _ _ _ _ _ _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -4 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +4 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 sure sure ADJ JJ Degree=Pos 0 root 0:root _ 6-7 I'd _ _ _ _ _ _ _ _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -7 'd have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux 8:aux _ +7 'd have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 8 mentioned mention VERB VBN Tense=Past|VerbForm=Part 5 ccomp 5:ccomp _ 9 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 obj 8:obj _ 10 before before ADV RB _ 8 advmod 8:advmod _ @@ -63210,7 +63235,7 @@ 3 result result NOUN NN Number=Sing 9 obl 9:obl:as _ 4 of of ADP IN _ 5 case 5:case _ 5 that that PRON DT Number=Sing|PronType=Dem 3 nmod 3:nmod:of SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj|17:nsubj:xsubj _ 8 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 9 managed manage VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ @@ -63223,11 +63248,11 @@ 16 to to PART TO _ 17 mark 17:mark _ 17 detract detract VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 18 from from ADP IN _ 20 case 20:case _ -19 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 enjoyment enjoyment NOUN NN Number=Sing 17 obl 17:obl:from _ 21 of of SCONJ IN _ 22 mark 22:mark _ 22 playing play VERB VBG VerbForm=Ger 20 acl 20:acl:of _ -23 Trivial Trivial PROPN NNP Number=Sing 24 compound 24:compound _ +23 Trivial Trivial ADJ NNP Degree=Pos 24 amod 24:amod _ 24 Pursuit Pursuit PROPN NNP Number=Sing 22 obj 22:obj _ 25 or or CCONJ CC _ 26 cc 26:cc _ 26 watching watch VERB VBG VerbForm=Ger 22 conj 20:acl:of|22:conj:or _ @@ -63240,8 +63265,8 @@ 33 The the DET DT Definite=Def|PronType=Art 34 det 34:det _ 34 girl girl NOUN NN Number=Sing 36 nsubj 36:nsubj _ 35 actually actually ADV RB _ 36 advmod 36:advmod _ -36 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 parataxis 9:parataxis _ -37 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ +36 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 parataxis 9:parataxis _ +37 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ 38 senior senior ADJ JJ Degree=Pos 39 amod 39:amod _ 39 thesis thesis NOUN NN Number=Sing 36 obj 36:obj _ 40 on on ADP IN _ 41 case 41:case _ @@ -63252,10 +63277,10 @@ # sent_id = email-enronsent34_01-0044 # text = Kori told me she saw you last night at Steak Night and introduced herself since I failed to do so the last time we went. 1 Kori Kori PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 iobj 2:iobj _ 4 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj|13:nsubj _ -5 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +5 saw see VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 6 you you PRON PRP Case=Acc|Person=2|PronType=Prs 5 obj 5:obj _ 7 last last ADJ JJ Degree=Pos 8 amod 8:amod _ 8 night night NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ @@ -63263,11 +63288,11 @@ 10 Steak steak NOUN NN Number=Sing 11 compound 11:compound _ 11 Night night NOUN NN Number=Sing 5 obl 5:obl:at _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 introduced introduce VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 2:ccomp|5:conj:and _ +13 introduced introduce VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 2:ccomp|5:conj:and _ 14 herself herself PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs|Reflex=Yes 13 obj 13:obj _ 15 since since SCONJ IN _ 17 mark 17:mark _ 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj|19:nsubj:xsubj _ -17 failed fail VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:since _ +17 failed fail VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:since _ 18 to to PART TO _ 19 mark 19:mark _ 19 do do VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ 20 so so ADV RB _ 19 advmod 19:advmod _ @@ -63275,7 +63300,7 @@ 22 last last ADJ JJ Degree=Pos 23 amod 23:amod _ 23 time time NOUN NN Number=Sing 19 obl:tmod 19:obl:tmod _ 24 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 25 nsubj 25:nsubj _ -25 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 23 acl:relcl 23:acl:relcl SpaceAfter=No +25 went go VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 23 acl:relcl 23:acl:relcl SpaceAfter=No 26 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent34_01-0045 @@ -63296,22 +63321,22 @@ 14 that that SCONJ IN _ 18 mark 18:mark _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ 16-17 didn't _ _ _ _ _ _ _ _ -16 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 aux 18:aux _ +16 did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 18 aux 18:aux _ 17 n't not PART RB _ 18 advmod 18:advmod _ 18 spell spell VERB VB VerbForm=Inf 11 advcl 11:advcl:that _ -19 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 name name NOUN NN Number=Sing 18 obj 18:obj _ -21 right right ADJ JJ Degree=Pos 18 advmod 18:advmod _ +21 right right ADV RB _ 18 advmod 18:advmod _ 22 in in ADP IN _ 24 case 24:case _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 email email NOUN NN Number=Sing 18 obl 18:obl:in _ -25 - - PUNCT , _ 3 punct 3:punct _ +25 - - PUNCT , _ 27 punct 27:punct _ 26 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 nsubj 27:nsubj _ -27 mean mean VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +27 mean mean VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 28-29 it's _ _ _ _ _ _ _ _ 28 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 33 nsubj 33:nsubj _ 29 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 33 cop 33:cop _ -30 such such DET PDT _ 33 det:predet 33:det:predet _ +30 such such DET PDT PronType=Ind 33 det:predet 33:det:predet _ 31 a a DET DT Definite=Ind|PronType=Art 33 det 33:det _ 32 common common ADJ JJ Degree=Pos 33 amod 33:amod _ 33 spelling spelling NOUN NN Number=Sing 27 ccomp 27:ccomp SpaceAfter=No @@ -63329,7 +63354,7 @@ 8 meet meet VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ 9 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 8 obj 8:obj _ 10 or or CCONJ CC _ 14 cc 14:cc _ -11 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +11 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj _ 13 just just ADV RB _ 14 advmod 14:advmod _ 14 think think VERB VB VerbForm=Inf 4 conj 4:conj:or _ @@ -63355,8 +63380,8 @@ # sent_id = email-enronsent34_01-0048 # text = Hope you day is going well and that the move to 30 went off without a hitch. -1 Hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -2 you you PRON PRP$ _ 3 nmod:poss 3:nmod:poss _ +1 Hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 you your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Typo=Yes 3 nmod:poss 3:nmod:poss CorrectForm=your 3 day day NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 going go VERB VBG Tense=Pres|VerbForm=Part 1 ccomp 1:ccomp _ @@ -63366,8 +63391,8 @@ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 move move NOUN NN Number=Sing 13 nsubj 13:nsubj _ 11 to to ADP IN _ 12 case 12:case _ -12 30 30 NUM CD NumType=Card 10 nmod 10:nmod:to _ -13 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 1:ccomp|5:conj:and _ +12 30 30 NUM CD NumForm=Digit|NumType=Card 10 nmod 10:nmod:to _ +13 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 1:ccomp|5:conj:and _ 14 off off ADP RP _ 13 compound:prt 13:compound:prt _ 15 without without ADP IN _ 17 case 17:case _ 16 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ @@ -63379,12 +63404,12 @@ 1 Good good ADJ JJ Degree=Pos 2 amod 2:amod _ 2 luck luck NOUN NN Number=Sing 0 root 0:root _ 3 with with ADP IN _ 4 case 4:case _ -4 all all DET DT _ 2 nmod 2:nmod:with _ +4 all all DET DT PronType=Tot 2 nmod 2:nmod:with _ 5 of of ADP IN _ 10 case 10:case _ 6 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -7 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No +7 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No 8 fun fun ADJ JJ Degree=Pos 10 amod 10:amod SpaceAfter=No -9 " " PUNCT '' _ 10 punct 10:punct _ +9 " " PUNCT '' _ 8 punct 8:punct _ 10 meetings meeting NOUN NNS Number=Plur 4 nmod 4:nmod:of SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ @@ -63404,15 +63429,15 @@ 6 of of ADP IN _ 7 case 7:case _ 7 response response NOUN NN Number=Sing 5 nmod 5:nmod:of _ 8 yesterday yesterday NOUN NN Number=Sing 5 nmod:tmod 5:nmod:tmod SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ +9 , , PUNCT , _ 5 punct 5:punct _ 10-11 I'm _ _ _ _ _ _ _ _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj|14:nsubj:xsubj _ -11 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 beginning begin VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 13 to to PART TO _ 14 mark 14:mark _ 14 worry worry VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 15 about about ADP IN _ 17 case 17:case _ -16 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 success success NOUN NN Number=Sing 14 obl 14:obl:about _ 18 with with ADP IN _ 21 case 21:case _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ @@ -63424,14 +63449,14 @@ # text = I'm going to assume that you didn't get around to it. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 assume assume VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 that that SCONJ IN _ 10 mark 10:mark _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ 8-9 didn't _ _ _ _ _ _ _ _ -8 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 aux 10:aux _ +8 did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 10 aux 10:aux _ 9 n't not PART RB _ 10 advmod 10:advmod _ 10 get get VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ 11 around around ADV RB _ 10 advmod 10:advmod _ @@ -63446,9 +63471,9 @@ # sent_id = email-enronsent34_01-0054 # text = 08/17/2000 10:05 AM -1 08/17/2000 08/17/2000 NUM CD NumType=Card 0 root 0:root _ -2 10:05 10:05 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 08/17/2000 08/17/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 10:05 10:05 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent34_01-0055 # text = How was the play? @@ -63461,14 +63486,14 @@ # sent_id = email-enronsent34_01-0056 # text = I forgot to tell you that I saw your friend on a re-run Jeopardy the other night and I almost called you but it came on at 11:30. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 forgot forget VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 forgot forget VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 tell tell VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 iobj 4:iobj _ 6 that that SCONJ IN _ 8 mark 8:mark _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 saw see VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 friend friend NOUN NN Number=Sing 8 obj 8:obj _ 11 on on ADP IN _ 14 case 14:case _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ @@ -63480,14 +63505,14 @@ 18 and and CCONJ CC _ 21 cc 21:cc _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ 20 almost almost ADV RB _ 21 advmod 21:advmod _ -21 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +21 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 22 you you PRON PRP Case=Acc|Person=2|PronType=Prs 21 obj 21:obj _ 23 but but CCONJ CC _ 25 cc 25:cc _ 24 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 25 nsubj 25:nsubj _ -25 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:but _ +25 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:but _ 26 on on ADV RB _ 25 advmod 25:advmod _ 27 at at ADP IN _ 28 case 28:case _ -28 11:30 11:30 NUM CD NumType=Card 25 obl 25:obl:at SpaceAfter=No +28 11:30 11:30 NUM CD NumForm=Digit|NumType=Card 25 obl 25:obl:at SpaceAfter=No 29 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent34_01-0057 @@ -63499,15 +63524,15 @@ # sent_id = email-enronsent34_01-0058 # text = I ran into Corey last night at LWs and I am thinking this is a girl for Darren. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 ran run VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 ran run VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 into into ADP IN _ 4 case 4:case _ 4 Corey Corey PROPN NNP Number=Sing 2 obl 2:obl:into _ 5 last last ADJ JJ Degree=Pos 6 amod 6:amod _ 6 night night NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod _ 7 at at ADP IN _ 8 case 8:case _ 8-9 LWs _ _ _ _ _ _ _ _ -8 LW LW PROPN NNP Number=Sing 2 obl 2:obl:s _ -9 s 's PART POS _ 8 case 8:case _ +8 LW LW PROPN NNP Number=Sing 2 obl 2:obl:at _ +9 s 's PART POS Typo=Yes 8 case 8:case CorrectForm='s 10 and and CCONJ CC _ 13 cc 13:cc _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 12 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ @@ -63522,8 +63547,8 @@ # sent_id = email-enronsent34_01-0059 # text = Anyway, lots of fun meetings today. -1 Anyway anyway ADV RB _ 3 discourse 3:discourse SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +1 Anyway anyway INTJ UH _ 3 discourse 3:discourse SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ 3 lots lot NOUN NNS Number=Plur 0 root 0:root _ 4 of of ADP IN _ 6 case 6:case _ 5 fun fun ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -63539,7 +63564,7 @@ 3 talk talk VERB VB VerbForm=Inf 0 root 0:root _ 4 to to ADP IN _ 5 case 5:case _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 3 obl 3:obl:to _ -6 later later ADV RB _ 3 advmod 3:advmod SpaceAfter=No +6 later late ADV RBR Degree=Cmp 3 advmod 3:advmod SpaceAfter=No 7 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent34_01-0061 @@ -63555,14 +63580,14 @@ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 quote quote NOUN NN Number=Sing 6 nmod 6:nmod:of _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ -12 earlier earlier ADV RB _ 11 advmod 11:advmod SpaceAfter=No +11 sent send VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +12 earlier early ADV RBR Degree=Cmp 11 advmod 11:advmod SpaceAfter=No 13 ... ... PUNCT . _ 4 punct 4:punct SpaceAfter=No # sent_id = email-enronsent34_01-0062 # text = I think you may be adhering to it too faithfully. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 4 may may AUX MD VerbForm=Fin 6 aux 6:aux _ 5 be be AUX VB VerbForm=Inf 6 aux 6:aux _ @@ -63586,11 +63611,11 @@ 9 pinning pin VERB VBG VerbForm=Ger 8 xcomp 8:xcomp _ 10 notes note NOUN NNS Number=Plur 9 obj 9:obj _ 11 to to ADP IN _ 13 case 13:case _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 shirt shirt NOUN NN Number=Sing 9 obl 9:obl:to _ 14 to to PART TO _ 15 mark 15:mark _ 15 remind remind VERB VB VerbForm=Inf 9 advcl 9:advcl:to _ -16 you you PRON PRP Case=Acc|Person=2|PronType=Prs 15 obj 15:obj|18:nsubj:xsubj _ +16 you you PRON PRP Case=Acc|Person=2|PronType=Prs 15 iobj 15:iobj|18:nsubj:xsubj _ 17 to to PART TO _ 18 mark 18:mark _ 18 do do VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ 19 things thing NOUN NNS Number=Plur 18 obj 18:obj SpaceAfter=No @@ -63599,7 +63624,7 @@ # sent_id = email-enronsent34_01-0064 # text = However, having driven with you on several occasions I feel confident you will be able to pass the test with flying colors. 1 However however ADV RB _ 11 advmod 11:advmod SpaceAfter=No -2 , , PUNCT , _ 11 punct 11:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 having have AUX VBG VerbForm=Ger 4 aux 4:aux _ 4 driven drive VERB VBN Tense=Past|VerbForm=Part 11 advcl 11:advcl _ 5 with with ADP IN _ 6 case 6:case _ @@ -63608,7 +63633,7 @@ 8 several several ADJ JJ Degree=Pos 9 amod 9:amod _ 9 occasions occasion NOUN NNS Number=Plur 4 obl 4:obl:on _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj|12:nsubj:xsubj _ -11 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +11 feel feel VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 12 confident confident ADJ JJ Degree=Pos 11 xcomp 11:xcomp _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj|18:nsubj:xsubj _ 14 will will AUX MD VerbForm=Fin 16 aux 16:aux _ @@ -63632,7 +63657,7 @@ 5 that that SCONJ IN _ 14 mark 14:mark _ 6 if if SCONJ IN _ 8 mark 8:mark _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ -8 end end VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:if _ +8 end end VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:if _ 9 up up ADP RP _ 8 compound:prt 8:compound:prt _ 10 failing fail VERB VBG VerbForm=Ger 8 xcomp 8:xcomp _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ @@ -63642,22 +63667,22 @@ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 obj 14:obj|16:nsubj:xsubj _ 16 forget forget VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 17 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 obj 16:obj _ -18 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No +18 ( ( PUNCT -LRB- _ 27 punct 27:punct SpaceAfter=No 19 and and CCONJ CC _ 27 cc 27:cc SpaceAfter=No -20 , , PUNCT , _ 27 punct 27:punct _ +20 , , PUNCT , _ 19 punct 19:punct _ 21 as as SCONJ IN _ 24 mark 24:mark _ 22 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 24 nsubj 24:nsubj _ -23 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ +23 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ 24 established establish VERB VBN Tense=Past|VerbForm=Part 27 advcl 27:advcl:as SpaceAfter=No -25 , , PUNCT , _ 27 punct 27:punct _ +25 , , PUNCT , _ 24 punct 24:punct _ 26 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 nsubj 27:nsubj _ -27 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 conj 1:ccomp|14:conj:and _ +27 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 conj 1:ccomp|14:conj:and _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 29 memory memory NOUN NN Number=Sing 27 obj 27:obj _ 30 of of ADP IN _ 32 case 32:case _ 31 an a DET DT Definite=Ind|PronType=Art 32 det 32:det _ 32 elephant elephant NOUN NN Number=Sing 29 nmod 29:nmod:of SpaceAfter=No -33 ) ) PUNCT -RRB- _ 14 punct 14:punct SpaceAfter=No +33 ) ) PUNCT -RRB- _ 27 punct 27:punct SpaceAfter=No 34 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent34_01-0066 @@ -63677,10 +63702,10 @@ 12 say say VERB VB VerbForm=Inf 3 conj 3:conj:and _ 13 that that SCONJ IN _ 16 mark 16:mark _ 14 things thing NOUN NNS Number=Plur 16 nsubj 16:nsubj _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +15 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 16 well well ADJ JJ Degree=Pos 12 ccomp 12:ccomp _ 17 on on ADP IN _ 18 case 18:case _ -18 32 32 NUM CD NumType=Card 16 obl 16:obl:on SpaceAfter=No +18 32 32 NUM CD NumForm=Digit|NumType=Card 16 obl 16:obl:on SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent34_01-0067 @@ -63689,17 +63714,17 @@ 2 back back ADV RB _ 0 root 0:root _ 3 to to ADP IN _ 4 case 4:case _ 4-5 what's _ _ _ _ _ _ _ _ -4 what what PRON WP PronType=Int 2 obl 2:obl:to _ +4 what what PRON WP PronType=Rel 2 obl 2:obl:to|7:nsubj _ 5 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 really really ADV RB _ 7 advmod 7:advmod _ 7 important important ADJ JJ Degree=Pos 4 acl:relcl 4:acl:relcl SpaceAfter=No 8 ... ... PUNCT , _ 9 punct 9:punct SpaceAfter=No 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 appos 4:appos SpaceAfter=No -10 . . PUNCT . _ 1 punct 1:punct _ +10 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent34_01-0068 # text = Thought you'd like to know that the Dixie Chicks are coming back to Houston Dec. 12 and will performing just down the street from you at the Compaq Center...it's all about you and your needs. -1 Thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2-3 you'd _ _ _ _ _ _ _ _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ 3 'd would AUX MD VerbForm=Fin 4 aux 4:aux _ @@ -63709,14 +63734,14 @@ 7 that that SCONJ IN _ 12 mark 12:mark _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 Dixie Dixie PROPN NNP Number=Sing 10 compound 10:compound _ -10 Chicks Chicks PROPN NNPS Number=Plur 12 nsubj 12:nsubj|20:nsubj _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +10 Chicks Chick PROPN NNPS Number=Plur 12 nsubj 12:nsubj|20:nsubj _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 coming come VERB VBG Tense=Pres|VerbForm=Part 6 ccomp 6:ccomp _ 13 back back ADV RB _ 12 advmod 12:advmod _ 14 to to ADP IN _ 15 case 15:case _ 15 Houston Houston PROPN NNP Number=Sing 13 obl 13:obl:to _ -16 Dec. Dec. PROPN NNP Number=Sing 12 obl:tmod 12:obl:tmod _ -17 12 12 NUM CD NumType=Card 16 nummod 16:nummod _ +16 Dec. December PROPN NNP Abbr=Yes|Number=Sing 12 obl:tmod 12:obl:tmod _ +17 12 12 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 18 and and CCONJ CC _ 20 cc 20:cc _ 19 will will AUX MD VerbForm=Fin 20 aux 20:aux _ 20 performing perform VERB VBG Tense=Pres|VerbForm=Part 12 conj 6:ccomp|12:conj:and _ @@ -63730,14 +63755,15 @@ 28 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 29 Compaq Compaq PROPN NNP Number=Sing 30 compound 30:compound _ 30 Center Center PROPN NNP Number=Sing 20 obl 20:obl:at SpaceAfter=No -31 ... ... PUNCT , _ 1 punct 1:punct SpaceAfter=No -32 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 36 nsubj 36:nsubj|39:nsubj SpaceAfter=No +31 ... ... PUNCT , _ 36 punct 36:punct SpaceAfter=No +32-33 it's _ _ _ _ _ _ _ _ +32 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 36 nsubj 36:nsubj|39:nsubj _ 33 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 36 cop 36:cop _ 34 all all ADV RB _ 36 advmod 36:advmod _ 35 about about ADP IN _ 36 case 36:case _ 36 you you PRON PRP Case=Nom|Person=2|PronType=Prs 1 parataxis 1:parataxis _ 37 and and CCONJ CC _ 39 cc 39:cc _ -38 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ +38 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ 39 needs need NOUN NNS Number=Plur 36 conj 36:conj:and SpaceAfter=No 40 . . PUNCT . _ 1 punct 1:punct _ @@ -63748,38 +63774,38 @@ # sent_id = email-enronsent34_01-0070 # text = 08/16/2000 10:56 AM -1 08/16/2000 08/16/2000 NUM CD NumType=Card 0 root 0:root _ -2 10:56 10:56 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 08/16/2000 08/16/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 10:56 10:56 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent34_01-0071 # text = AAAAAGGGHHHHHH... -1 AAAAAGGGHHHHHH aaaaaggghhhhhh INTJ UH _ 0 root 0:root SpaceAfter=No +1 AAAAAGGGHHHHHH aagh INTJ UH Style=Expr 0 root 0:root CorrectForm=aagh|SpaceAfter=No 2 ... ... PUNCT , _ 1 punct 1:punct SpaceAfter=No # sent_id = email-enronsent34_01-0072 # text = I just found out that I need to take the TX drivers exam both written and on the rode. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 out out ADP RP _ 3 compound:prt 3:compound:prt _ 5 that that SCONJ IN _ 7 mark 7:mark _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ -7 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +7 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 8 to to PART TO _ 9 mark 9:mark _ 9 take take VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 11 TX TX PROPN NNP Number=Sing 14 compound 14:compound _ 12-13 drivers _ _ _ _ _ _ _ _ 12 driver driver NOUN NN Number=Sing 14 nmod:poss 14:nmod:poss _ -13 s 's PART POS _ 12 case 12:case _ +13 s 's PART POS Typo=Yes 12 case 12:case CorrectForm='s 14 exam exam NOUN NN Number=Sing 9 obj 9:obj _ 15 both both CCONJ CC _ 16 cc:preconj 16:cc:preconj _ -16 written write VERB VBN Tense=Past|VerbForm=Part 14 amod 14:amod _ +16 written write VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 amod 14:amod _ 17 and and CCONJ CC _ 20 cc 20:cc _ 18 on on ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -20 rode rode NOUN NN Number=Sing 16 conj 14:amod|16:conj:and SpaceAfter=No +20 rode road NOUN NN Number=Sing|Typo=Yes 16 conj 14:amod|16:conj:and CorrectForm=road|SpaceAfter=No 21 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent34_01-0073 @@ -63787,15 +63813,15 @@ 1 This this PRON DT Number=Sing|PronType=Dem 6 nsubj 6:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -4 two two NUM CD NumType=Card 5 nummod 5:nummod _ +4 two two NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 5 day day NOUN NN Number=Sing 6 compound 6:compound _ 6 process process NOUN NN Number=Sing 0 root 0:root _ 7 and and CCONJ CC _ 11 cc 11:cc _ 8 all all ADV RB _ 11 advmod 11:advmod _ 9 because because SCONJ IN _ 11 mark 11:mark _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 let let VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +11 let let VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 13 CA CA PROPN NNP Number=Sing 14 compound 14:compound _ 14 license license NOUN NN Number=Sing 11 obj 11:obj|15:nsubj:xsubj _ 15 expire expire VERB VB VerbForm=Inf 11 xcomp 11:xcomp SpaceAfter=No @@ -63804,12 +63830,12 @@ # sent_id = email-enronsent34_01-0074 # text = I know I need some of your organizational skills. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ -5 some some DET DT _ 4 obj 4:obj _ +4 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +5 some some DET DT PronType=Ind 4 obj 4:obj _ 6 of of ADP IN _ 9 case 9:case _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 8 organizational organizational ADJ JJ Degree=Pos 9 amod 9:amod _ 9 skills skill NOUN NNS Number=Plur 5 nmod 5:nmod:of SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ @@ -63830,17 +63856,17 @@ 12 afternoon afternoon NOUN NN Number=Sing 8 obl:tmod 8:obl:tmod _ 13 while while SCONJ IN _ 16 mark 16:mark _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj:pass 16:nsubj:pass _ -15 get get AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux:pass 16:aux:pass _ +15 get get AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 16 aux:pass 16:aux:pass _ 16 moved move VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 advcl 8:advcl:while _ 17 to to ADP IN _ 18 case 18:case _ -18 30 30 NUM CD NumType=Card 16 obl 16:obl:to _ -19 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No +18 30 30 NUM CD NumForm=Digit|NumType=Card 16 obl 16:obl:to _ +19 ( ( PUNCT -LRB- _ 23 punct 23:punct SpaceAfter=No 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ -21 better better ADV RBR Degree=Cmp 22 aux 22:aux _ -22 not not ADV RB _ 23 advmod 23:advmod _ +21 better well ADV RBR Degree=Cmp 23 advmod 23:advmod _ +22 not not PART RB _ 23 advmod 23:advmod _ 23 fail fail VERB VB VerbForm=Inf 8 parataxis 8:parataxis _ 24 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 23 obj 23:obj SpaceAfter=No -25 ) ) PUNCT -RRB- _ 20 punct 20:punct SpaceAfter=No +25 ) ) PUNCT -RRB- _ 23 punct 23:punct SpaceAfter=No 26 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent34_01-0076 @@ -63850,9 +63876,9 @@ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ 3 life life NOUN NN Number=Sing 1 nsubj 1:nsubj _ 4 on on ADP IN _ 5 case 5:case _ -5 32 32 NUM CD NumType=Card 3 nmod 3:nmod:on _ +5 32 32 NUM CD NumForm=Digit|NumType=Card 3 nmod 3:nmod:on _ 6 today today NOUN NN Number=Sing 1 obl:tmod 1:obl:tmod _ -7 -- -- PUNCT , _ 11 punct 11:punct _ +7 -- -- PUNCT , _ 1 punct 1:punct _ 8 well well INTJ UH _ 11 discourse 11:discourse _ 9-10 that's _ _ _ _ _ _ _ _ 9 that that PRON DT Number=Sing|PronType=Dem 11 nsubj 11:nsubj _ @@ -63862,9 +63888,9 @@ 13 you you PRON PRP Case=Acc|Person=2|PronType=Prs 11 obl 11:obl:about _ 14-15 let's _ _ _ _ _ _ _ _ 14 let let VERB VB Mood=Imp|VerbForm=Fin 11 parataxis 11:parataxis _ -15 's 's PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 14 obj 14:obj|16:nsubj:xsubj _ +15 's we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 14 obj 14:obj|16:nsubj:xsubj _ 16 talk talk VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ -17 more more ADV RBR _ 16 advmod 16:advmod _ +17 more more ADV RBR Degree=Cmp 16 advmod 16:advmod _ 18 about about ADP IN _ 19 case 19:case _ 19 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 16 obl 16:obl:about SpaceAfter=No 20 . . PUNCT . _ 11 punct 11:punct _ @@ -63873,25 +63899,25 @@ # text = There is no pleasure in having nothing to do; the fun is in having lots to do and not doing it. 1 There there PRON EX _ 2 expl 2:expl _ 2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 4 det 4:det _ +3 no no DET DT PronType=Neg 4 det 4:det _ 4 pleasure pleasure NOUN NN Number=Sing 2 nsubj 2:nsubj _ 5 in in SCONJ IN _ 6 mark 6:mark _ 6 having have VERB VBG VerbForm=Ger 4 acl 4:acl:in _ -7 nothing nothing PRON NN Number=Sing 6 obj 6:obj _ +7 nothing nothing PRON NN Number=Sing|PronType=Neg 6 obj 6:obj _ 8 to to PART TO _ 9 mark 9:mark _ 9 do do VERB VB VerbForm=Inf 7 acl 7:acl:to SpaceAfter=No -10 ; ; PUNCT , _ 2 punct 2:punct _ +10 ; ; PUNCT , _ 15 punct 15:punct _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -12 fun fun NOUN NN Number=Sing 13 nsubj 13:nsubj _ -13 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +12 fun fun NOUN NN Number=Sing 15 nsubj:outer 15:nsubj:outer _ +13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 14 in in SCONJ IN _ 15 mark 15:mark _ -15 having have VERB VBG VerbForm=Ger 13 advcl 13:advcl:in _ +15 having have VERB VBG VerbForm=Ger 2 parataxis 2:parataxis _ 16 lots lot NOUN NNS Number=Plur 15 obj 15:obj _ 17 to to PART TO _ 18 mark 18:mark _ 18 do do VERB VB VerbForm=Inf 16 acl 16:acl:to _ 19 and and CCONJ CC _ 21 cc 21:cc _ 20 not not PART RB _ 21 advmod 21:advmod _ -21 doing do VERB VBG VerbForm=Ger 15 conj 13:advcl:in|15:conj:and _ +21 doing do VERB VBG VerbForm=Ger 15 conj 2:parataxis|15:conj:and _ 22 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 obj 21:obj SpaceAfter=No 23 . . PUNCT . _ 2 punct 2:punct _ @@ -63910,16 +63936,16 @@ # sent_id = email-enronsent40_01-0002 # text = 07/14/2000 03:58 PM -1 07/14/2000 07/14/2000 NUM CD NumType=Card 0 root 0:root _ -2 03:58 03:58 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 07/14/2000 07/14/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 03:58 03:58 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent40_01-0003 # text = Note that the No "Out" version requires us to pay the premium on Tuesday! 1 Note note VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 that that SCONJ IN _ 9 mark 9:mark _ 3 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -4 No no DET DT _ 6 det 6:det _ +4 No no DET DT PronType=Neg 6 det 6:det _ 5 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No 6 Out out NOUN NN Number=Sing 8 compound 8:compound SpaceAfter=No 7 " " PUNCT '' _ 6 punct 6:punct _ @@ -63941,20 +63967,20 @@ # sent_id = email-enronsent40_01-0005 # text = 07/14/2000 02:18 PM -1 07/14/2000 07/14/2000 NUM CD NumType=Card 0 root 0:root _ -2 02:18 02:18 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 07/14/2000 07/14/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 02:18 02:18 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent40_01-0006 # text = As we discussed, the following is revised disclosure regarding direct access to deal with the cost issue: 1 As as SCONJ IN _ 3 mark 3:mark _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 discussed discuss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:as SpaceAfter=No -4 , , PUNCT , _ 9 punct 9:punct _ -5 the the DET DT Definite=Def|PronType=Art 9 nsubj 9:nsubj _ -6 following follow VERB VBG VerbForm=Ger 5 amod 5:amod _ +3 discussed discuss VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:as SpaceAfter=No +4 , , PUNCT , _ 3 punct 3:punct _ +5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ +6 following follow VERB VBG VerbForm=Ger 9 nsubj 9:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ -8 revised revise VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod _ +8 revised revise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod _ 9 disclosure disclosure NOUN NN Number=Sing 0 root 0:root _ 10 regarding regard VERB VBG VerbForm=Ger 12 case 12:case _ 11 direct direct ADJ JJ Degree=Pos 12 amod 12:amod _ @@ -63973,19 +63999,19 @@ 2 will will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 assist assist VERB VB VerbForm=Inf 0 root 0:root _ 4 users user NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -5 , , PUNCT , _ 3 punct 3:punct _ +5 , , PUNCT , _ 7 punct 7:punct _ 6 upon upon ADP IN _ 7 case 7:case _ 7 request request NOUN NN Number=Sing 3 obl 3:obl:upon SpaceAfter=No -8 , , PUNCT , _ 3 punct 3:punct _ +8 , , PUNCT , _ 10 punct 10:punct _ 9 in in SCONJ IN _ 10 mark 10:mark _ 10 arranging arrange VERB VBG VerbForm=Ger 3 advcl 3:advcl:in _ 11 for for ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 connection connection NOUN NN Number=Sing 10 obl 10:obl:for _ 14 of of ADP IN _ 18 case 18:case _ -15 " " PUNCT `` _ 18 punct 18:punct SpaceAfter=No -16 T1 t1 NOUN NN Number=Sing 18 compound 18:compound SpaceAfter=No -17 " " PUNCT '' _ 18 punct 18:punct _ +15 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No +16 T1 T1 NOUN NN Number=Sing 18 compound 18:compound SpaceAfter=No +17 " " PUNCT '' _ 16 punct 16:punct _ 18 lines line NOUN NNS Number=Plur 13 nmod 13:nmod:of _ 19 or or CCONJ CC _ 21 cc 21:cc _ 20 other other ADJ JJ Degree=Pos 21 amod 21:amod _ @@ -63995,7 +64021,7 @@ 24 access access NOUN NN Number=Sing 21 nmod 21:nmod:of _ 25 to to ADP IN _ 26 case 26:case _ 26 EnronOnline EnronOnline PROPN NNP Number=Sing 24 nmod 24:nmod:to SpaceAfter=No -27 , , PUNCT , _ 13 punct 13:punct _ +27 , , PUNCT , _ 30 punct 30:punct _ 28 as as ADP IN _ 30 case 30:case _ 29 an a DET DT Definite=Ind|PronType=Art 30 det 30:det _ 30 alternative alternative NOUN NN Number=Sing 13 nmod 13:nmod:as _ @@ -64015,7 +64041,7 @@ 7 to to PART TO _ 8 mark 8:mark _ 8 access access VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 9 EnronOnline EnronOnline PROPN NNP Number=Sing 8 obj 8:obj _ -10 more more ADV RBR _ 11 advmod 11:advmod _ +10 more more ADV RBR Degree=Cmp 11 advmod 11:advmod _ 11 quickly quickly ADV RB _ 8 advmod 8:advmod _ 12 than than SCONJ IN _ 15 mark 15:mark _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ @@ -64032,7 +64058,7 @@ 2 call call VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 if if SCONJ IN _ 5 mark 5:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ -5 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:if _ +5 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:if _ 6 to to PART TO _ 7 mark 7:mark _ 7 discuss discuss VERB VB VerbForm=Inf 5 xcomp 5:xcomp SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ @@ -64055,7 +64081,7 @@ 5 by by ADP IN _ 8 case 8:case _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 law law NOUN NN Number=Sing 8 compound 8:compound _ -8 firm firm NOUN NN Number=Sing 4 obl 4:obl:by _ +8 firm firm NOUN NN Number=Sing 4 obl:agent 4:obl:agent _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 contains contain VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 11 information information NOUN NN Number=Sing 10 obj 10:obj|15:nsubj|17:nsubj _ @@ -64071,41 +64097,41 @@ # text = If you are not the intended recipient, please delete the e-mail and notify us immediately. 1 If if SCONJ IN _ 7 mark 7:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 not not PART RB _ 7 advmod 7:advmod _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 intended intend VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +6 intended intend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 recipient recipient NOUN NN Number=Sing 10 advcl 10:advcl:if SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 please please INTJ UH _ 10 discourse 10:discourse _ 10 delete delete VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 e-mail e-mail NOUN NN Number=Sing 10 obj 10:obj _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 notify notify VERB VB Mood=Imp|VerbForm=Fin 10 conj 10:conj:and _ -15 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 14 obj 14:obj _ +15 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 14 iobj 14:iobj _ 16 immediately immediately ADV RB _ 14 advmod 14:advmod SpaceAfter=No 17 . . PUNCT . _ 10 punct 10:punct _ # sent_id = email-enronsent40_01-0013 # text = The least we can do is pass this news along. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 least least ADJ JJS Degree=Sup 6 nsubj 6:nsubj _ +2 least least ADJ JJS Degree=Sup 7 nsubj:outer 7:nsubj:outer _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 can can AUX MD VerbForm=Fin 5 aux 5:aux _ 5 do do VERB VB VerbForm=Inf 2 acl:relcl 2:acl:relcl _ -6 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -7 pass pass VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ +6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +7 pass pass VERB VB VerbForm=Inf 0 root 0:root _ 8 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 news news NOUN NN Number=Sing 7 obj 7:obj _ 10 along along ADV RB _ 7 advmod 7:advmod SpaceAfter=No -11 . . PUNCT . _ 6 punct 6:punct _ +11 . . PUNCT . _ 7 punct 7:punct _ # sent_id = email-enronsent40_01-0014 # text = Is there anyone else we should tell? 1 Is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 there there PRON EX _ 1 expl 1:expl _ -3 anyone anyone PRON NN Number=Sing 1 nsubj 1:nsubj _ +3 anyone anyone PRON NN Number=Sing|PronType=Ind 1 nsubj 1:nsubj _ 4 else else ADJ JJ Degree=Pos 3 amod 3:amod _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 6 should should AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -64122,16 +64148,16 @@ # sent_id = email-enronsent40_01-0016 # text = 07/17/2000 02:21 PM -1 07/17/2000 07/17/2000 NUM CD NumType=Card 0 root 0:root _ -2 02:21 02:21 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 07/17/2000 07/17/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 02:21 02:21 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent40_01-0017 # text = fyi... it sound like Bobby is in serious condition. 1 fyi fyi ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 ... ... PUNCT , _ 4 punct 4:punct _ +2 ... ... PUNCT , _ 1 punct 1:punct _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 sound sound VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 sound sound VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm=sounds 5 like like SCONJ IN _ 10 mark 10:mark _ 6 Bobby Bobby PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ @@ -64152,13 +64178,13 @@ # sent_id = email-enronsent40_01-0020 # text = I think they'll send us another update once he's out of emergency and into a room.? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3-4 they'll _ _ _ _ _ _ _ _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 4 'll will AUX MD VerbForm=Fin 5 aux 5:aux _ 5 send send VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ 6 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 5 iobj 5:iobj _ -7 another another DET DT _ 8 det 8:det _ +7 another another DET DT PronType=Ind 8 det 8:det _ 8 update update NOUN NN Number=Sing 5 obj 5:obj _ 9 once once SCONJ IN _ 14 mark 14:mark _ 10-11 he's _ _ _ _ _ _ _ _ @@ -64230,7 +64256,7 @@ # sent_id = email-enronsent40_01-0025 # text = Do you know the address to send cards?? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 know know VERB VB VerbForm=Inf 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ @@ -64242,19 +64268,19 @@ # sent_id = email-enronsent40_01-0026 # text = Do you know if Bobby can see visitors?? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 know know VERB VB VerbForm=Inf 0 root 0:root _ 4 if if SCONJ IN _ 7 mark 7:mark _ 5 Bobby Bobby PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 6 can can AUX MD VerbForm=Fin 7 aux 7:aux _ -7 see see VERB VB VerbForm=Inf 3 advcl 3:advcl:if _ +7 see see VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ 8 visitors visitor NOUN NNS Number=Plur 7 obj 7:obj SpaceAfter=No 9 ?? ?? PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent40_01-0027 # text = Some of the folks here would like to know. -1 Some some DET DT _ 7 nsubj 7:nsubj|9:nsubj:xsubj _ +1 Some some DET DT PronType=Ind 7 nsubj 7:nsubj|9:nsubj:xsubj _ 2 of of ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 folks folk NOUN NNS Number=Plur 1 nmod 1:nmod:of _ @@ -64277,7 +64303,7 @@ # sent_id = email-enronsent40_01-0030 # text = Thought you might like to know. -1 Thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ 3 might might AUX MD VerbForm=Fin 4 aux 4:aux _ 4 like like VERB VB VerbForm=Inf 1 ccomp 1:ccomp _ @@ -64292,12 +64318,12 @@ 3 Compaq Compaq PROPN NNP Number=Sing 5 compound 5:compound _ 4 CPCG CPCG PROPN NNP Number=Sing 3 flat 3:flat _ 5 Marketing marketing NOUN NN Number=Sing 1 list 1:list _ -6 P p NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -7 : : PUNCT : _ 6 punct 6:punct _ -8 281-518-9526 281-518-9526 NUM CD NumType=Card 6 appos 6:appos _ -9 F f NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -10 : : PUNCT : _ 9 punct 9:punct _ -11 281-518-1081 281-518-1081 NUM CD NumType=Card 9 appos 9:appos _ +6 P P NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +7 : : PUNCT : _ 8 punct 8:punct _ +8 281-518-9526 281-518-9526 NUM CD NumForm=Digit|NumType=Card 6 appos 6:appos _ +9 F F NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +10 : : PUNCT : _ 11 punct 11:punct _ +11 281-518-1081 281-518-1081 NUM CD NumForm=Digit|NumType=Card 9 appos 9:appos _ 12 amy.cornell@compaq.com amy.cornell@compaq.com X ADD _ 1 list 1:list _ 13 < < PUNCT -LRB- _ 14 punct 14:punct _ 14 mailto:amy.cornell@compaq.com mailto:amy.cornell@compaq.com X ADD _ 12 appos 12:appos _ @@ -64308,14 +64334,14 @@ # sent_id = email-enronsent40_01-0032 # text = Jann, phoned this morning and asked me to pass this information to the group, concerning Bobby Riggins. -1 Jann Jann PROPN NNP Number=Sing 3 nsubj 3:nsubj|7:nsubj|10:nsubj:xsubj SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ -3 phoned phone VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Jann Jann PROPN NNP Number=Sing 3 nsubj 3:nsubj|7:nsubj SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ +3 phoned phone VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 morning morning NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ -8 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 7 iobj 7:iobj _ +7 asked ask VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +8 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 7 iobj 7:iobj|10:nsubj:xsubj _ 9 to to PART TO _ 10 mark 10:mark _ 10 pass pass VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 11 this this DET DT Number=Sing|PronType=Dem 12 det 12:det _ @@ -64323,7 +64349,7 @@ 13 to to ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 group group NOUN NN Number=Sing 10 obl 10:obl:to SpaceAfter=No -16 , , PUNCT , _ 10 punct 10:punct _ +16 , , PUNCT , _ 18 punct 18:punct _ 17 concerning concern VERB VBG VerbForm=Ger 18 case 18:case _ 18 Bobby Bobby PROPN NNP Number=Sing 10 obl 10:obl:concerning _ 19 Riggins Riggins PROPN NNP Number=Sing 18 flat 18:flat SpaceAfter=No @@ -64339,35 +64365,35 @@ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 bicycle bicycle NOUN NN Number=Sing 8 compound 8:compound _ 8 team team NOUN NN Number=Sing 4 nmod 4:nmod:of SpaceAfter=No -9 , , PUNCT , _ 4 punct 4:punct _ +9 , , PUNCT , _ 23 punct 23:punct _ 10 while while SCONJ IN _ 11 mark 11:mark _ 11 cycling cycle VERB VBG VerbForm=Ger 23 advcl 23:advcl:while _ 12 this this DET DT Number=Sing|PronType=Dem 13 det 13:det _ 13 weekend weekend NOUN NN Number=Sing 11 obl:tmod 11:obl:tmod SpaceAfter=No -14 , , PUNCT , _ 23 punct 23:punct _ +14 , , PUNCT , _ 11 punct 11:punct _ 15 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 23 nsubj:pass 23:nsubj:pass _ 16 and and CCONJ CC _ 18 cc 18:cc _ 17 other other ADJ JJ Degree=Pos 18 amod 18:amod _ 18 members member NOUN NNS Number=Plur 15 conj 15:conj:and|23:nsubj:pass _ 19 of of ADP IN _ 21 case 21:case _ -20 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 team team NOUN NN Number=Sing 18 nmod 18:nmod:of _ -22 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 23 aux:pass 23:aux:pass _ +22 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 23 aux:pass 23:aux:pass _ 23 injured injure VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 parataxis 4:parataxis _ 24 by by ADP IN _ 26 case 26:case _ 25 a a DET DT Definite=Ind|PronType=Art 26 det 26:det _ -26 truck truck NOUN NN Number=Sing 23 obl 23:obl:by SpaceAfter=No +26 truck truck NOUN NN Number=Sing 23 obl:agent 23:obl:agent SpaceAfter=No 27 .? .? PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent40_01-0034 # text = There was one death in the injured group and the others with major injuries.? 1 There there PRON EX _ 2 expl 2:expl _ 2 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 one one NUM CD NumType=Card 4 nummod 4:nummod _ +3 one one NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 death death NOUN NN Number=Sing 2 nsubj 2:nsubj|11:nsubj _ 5 in in ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 injured injure VERB VBN Tense=Past|VerbForm=Part 8 amod 8:amod _ +7 injured injure VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 amod 8:amod _ 8 group group NOUN NN Number=Sing 2 obl 2:obl:in _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ @@ -64381,7 +64407,7 @@ # text = Bobby is one of those with major injuries.? 1 Bobby Bobby PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 one one NUM CD NumType=Card 0 root 0:root _ +3 one one NUM CD NumForm=Word|NumType=Card 0 root 0:root _ 4 of of ADP IN _ 5 case 5:case _ 5 those that PRON DT Number=Plur|PronType=Dem 3 nmod 3:nmod:of _ 6 with with ADP IN _ 8 case 8:case _ @@ -64412,18 +64438,18 @@ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ 5 located locate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 at at ADP IN _ 9 case 9:case _ -7 1504 1504 NUM CD NumType=Card 9 nummod 9:nummod _ +7 1504 1504 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 8 Taub Taub PROPN NNP Number=Sing 9 compound 9:compound _ 9 Loop Loop PROPN NNP Number=Sing 5 obl 5:obl:at SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 Houston Houston PROPN NNP Number=Sing 9 appos 9:appos SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ +12 , , PUNCT , _ 13 punct 13:punct _ 13 Texas Texas PROPN NNP Number=Sing 11 appos 11:appos SpaceAfter=No 14 , , PUNCT , _ 16 punct 16:punct _ 15 phone phone NOUN NN Number=Sing 16 compound 16:compound _ 16 number number NOUN NN Number=Sing 5 parataxis 5:parataxis SpaceAfter=No -17 : : PUNCT : _ 16 punct 16:punct _ -18 713-793-2000 713-793-2000 NUM CD NumType=Card 16 appos 16:appos SpaceAfter=No +17 : : PUNCT : _ 18 punct 18:punct _ +18 713-793-2000 713-793-2000 NUM CD NumForm=Digit|NumType=Card 16 appos 16:appos SpaceAfter=No 19 .? .? PUNCT . _ 16 punct 16:punct _ # sent_id = email-enronsent40_01-0038 @@ -64441,7 +64467,7 @@ 10 at at ADP IN _ 12 case 12:case _ 11 this this DET DT Number=Sing|PronType=Dem 12 det 12:det _ 12 time time NOUN NN Number=Sing 4 obl 4:obl:at SpaceAfter=No -13 , , PUNCT , _ 4 punct 4:punct _ +13 , , PUNCT , _ 20 punct 20:punct _ 14 since since SCONJ IN _ 20 mark 20:mark _ 15 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ @@ -64458,11 +64484,11 @@ 3 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 4 be be AUX VB VerbForm=Inf 5 aux:pass 5:aux:pass _ 5 e-mailed e-mail VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 8 punct 8:punct _ 7 as as ADV RB _ 8 advmod 8:advmod _ 8 soon soon ADV RB Degree=Pos 5 advmod 5:advmod _ 9 as as SCONJ IN _ 12 mark 12:mark _ -10 one one NUM CD NumType=Card 12 nsubj 12:nsubj _ +10 one one NUM CD NumForm=Word|NumType=Card 12 nsubj 12:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 12 available available ADJ JJ Degree=Pos 8 advcl 8:advcl:as SpaceAfter=No 13 . . PUNCT . _ 5 punct 5:punct _ @@ -64472,14 +64498,14 @@ 1 Keep keep VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 Bobby Bobby PROPN NNP Number=Sing 1 obj 1:obj SpaceAfter=No 3 , , PUNCT , _ 6 punct 6:punct _ -4 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 team team NOUN NN Number=Sing 6 compound 6:compound _ 6 members member NOUN NNS Number=Plur 2 conj 1:obj|2:conj:and _ 7 and and CCONJ CC _ 9 cc 9:cc _ -8 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 families family NOUN NNS Number=Plur 2 conj 1:obj|2:conj:and _ 10 in in ADP IN _ 12 case 12:case _ -11 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 prayers prayer NOUN NNS Number=Plur 1 obl 1:obl:in SpaceAfter=No 13 . . PUNCT . _ 1 punct 1:punct _ @@ -64491,11 +64517,11 @@ 4 Assistant assistant NOUN NN Number=Sing 1 list 1:list _ 5 ESSG ESSG PROPN NNP Number=Sing 1 list 1:list _ 6 CCA-15 CCA-15 PROPN NNP Number=Sing 1 list 1:list SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ -8 150301 150301 NUM CD NumType=Card 6 list 6:list SpaceAfter=No -9 , , PUNCT , _ 6 punct 6:punct _ -10 153B09 153b09 NUM CD NumType=Card 6 list 6:list _ -11 281-514-3183 281-514-3183 NUM CD NumType=Card 1 list 1:list _ +7 , , PUNCT , _ 8 punct 8:punct _ +8 150301 150301 NUM CD NumForm=Digit|NumType=Card 6 list 6:list SpaceAfter=No +9 , , PUNCT , _ 10 punct 10:punct _ +10 153B09 153B09 PROPN NNP Number=Sing 6 list 6:list _ +11 281-514-3183 281-514-3183 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 12 rosario.gonzales@compaq.com rosario.gonzales@compaq.com X ADD _ 1 list 1:list _ 13 < < PUNCT -LRB- _ 14 punct 14:punct _ 14 mailto:rosario.gonzales@compaq.com mailto:rosario.gonzales@compaq.com X ADD _ 12 appos 12:appos _ @@ -64507,7 +64533,7 @@ # sent_id = email-enronsent40_01-0042 # text = I think it's a good idea since the provisional application is on file - Travis is the internal lawyer who has taken care of the patent application so he will have better ideas for where the words should be placed and appropriate look and feel (I would guess near the copyright notice and roughly equivalent size). 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3-4 it's _ _ _ _ _ _ _ _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 4 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ @@ -64521,7 +64547,7 @@ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 13 on on ADP IN _ 14 case 14:case _ 14 file file NOUN NN Number=Sing 7 advcl 7:advcl:on _ -15 - - PUNCT , _ 2 punct 2:punct _ +15 - - PUNCT , _ 20 punct 20:punct _ 16 Travis Travis PROPN NNP Number=Sing 20 nsubj 20:nsubj _ 17 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ @@ -64538,13 +64564,13 @@ 29 so so ADV RB _ 32 advmod 32:advmod _ 30 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 32 nsubj 32:nsubj _ 31 will will AUX MD VerbForm=Fin 32 aux 32:aux _ -32 have have VERB VB VerbForm=Inf 20 conj 20:conj|23:nsubj _ -33 better better ADJ JJR Degree=Cmp 34 amod 34:amod _ +32 have have VERB VB VerbForm=Inf 20 parataxis 20:parataxis _ +33 better good ADJ JJR Degree=Cmp 34 amod 34:amod _ 34 ideas idea NOUN NNS Number=Plur 32 obj 32:obj _ 35 for for ADP IN _ 41 mark 41:mark _ -36 where where SCONJ WRB PronType=Int 41 mark 41:mark _ +36 where where ADV WRB PronType=Int 41 advmod 41:advmod _ 37 the the DET DT Definite=Def|PronType=Art 38 det 38:det _ -38 words word NOUN NNS Number=Plur 41 nsubj:pass 41:nsubj:pass|44:nsubj:pass _ +38 words word NOUN NNS Number=Plur 41 nsubj:pass 41:nsubj:pass _ 39 should should AUX MD VerbForm=Fin 41 aux 41:aux _ 40 be be AUX VB VerbForm=Inf 41 aux:pass 41:aux:pass _ 41 placed place VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 34 acl 34:acl:for _ @@ -64556,7 +64582,7 @@ 47 ( ( PUNCT -LRB- _ 50 punct 50:punct SpaceAfter=No 48 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 50 nsubj 50:nsubj _ 49 would would AUX MD VerbForm=Fin 50 aux 50:aux _ -50 guess guess VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ +50 guess guess VERB VB VerbForm=Inf 32 parataxis 32:parataxis _ 51 near near ADP IN _ 54 case 54:case _ 52 the the DET DT Definite=Def|PronType=Art 54 det 54:det _ 53 copyright copyright NOUN NN Number=Sing 54 compound 54:compound _ @@ -64570,14 +64596,14 @@ # sent_id = email-enronsent40_01-0043 # text = David Forster@ENRON -1 David david X GW _ 0 root 0:root _ -2 Forster@ENRON forster@enron X ADD _ 1 goeswith 1:goeswith _ +1 David davidforster@enron X GW Typo=Yes 0 root 0:root _ +2 Forster@ENRON _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent40_01-0044 # text = 07/17/2000 06:15 PM -1 07/17/2000 07/17/2000 NUM CD NumType=Card 0 root 0:root _ -2 06:15 06:15 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 07/17/2000 07/17/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 06:15 06:15 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent40_01-0045 # text = Mark, @@ -64588,7 +64614,7 @@ # newpar id = email-enronsent40_01-p0006 # text = We are thinking of adding a Patent Pending message to key EnronOnline pages (like the homepage). 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 thinking think VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 of of SCONJ IN _ 5 mark 5:mark _ 5 adding add VERB VBG VerbForm=Ger 3 advcl 3:advcl:of _ @@ -64613,9 +64639,9 @@ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 offer offer VERB VB VerbForm=Inf 0 root 0:root _ 4 comments comment NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -5 / / PUNCT , _ 6 cc 6:cc SpaceAfter=No +5 / / SYM , _ 6 cc 6:cc SpaceAfter=No 6 concerns concern NOUN NNS Number=Plur 4 conj 3:obj|4:conj SpaceAfter=No -7 / / PUNCT , _ 8 cc 8:cc SpaceAfter=No +7 / / SYM , _ 8 cc 8:cc SpaceAfter=No 8 guidelines guideline NOUN NNS Number=Plur 4 conj 3:obj|4:conj SpaceAfter=No 9 ? ? PUNCT . _ 3 punct 3:punct _ @@ -64650,63 +64676,63 @@ # text = I'm not sure we have much to tell them at this stage - actually, I'm sure I don't have anything new to report but if you do that would be fine with me. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 sure sure ADJ JJ Degree=Pos 0 root 0:root _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +6 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ 7 much much ADJ JJ Degree=Pos 6 obj 6:obj _ 8 to to PART TO _ 9 mark 9:mark _ 9 tell tell VERB VB VerbForm=Inf 7 acl 7:acl:to _ -10 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 9 obj 9:obj _ +10 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 9 iobj 9:iobj _ 11 at at ADP IN _ 13 case 13:case _ 12 this this DET DT Number=Sing|PronType=Dem 13 det 13:det _ 13 stage stage NOUN NN Number=Sing 9 obl 9:obl:at _ -14 - - PUNCT , _ 4 punct 4:punct _ +14 - - PUNCT , _ 19 punct 19:punct _ 15 actually actually ADV RB _ 19 advmod 19:advmod SpaceAfter=No -16 , , PUNCT , _ 19 punct 19:punct _ +16 , , PUNCT , _ 15 punct 15:punct _ 17-18 I'm _ _ _ _ _ _ _ _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -18 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ -19 sure sure ADJ JJ Degree=Pos 4 ccomp 4:ccomp _ +18 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ +19 sure sure ADJ JJ Degree=Pos 4 parataxis 4:parataxis _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ 21-22 don't _ _ _ _ _ _ _ _ -21 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ +21 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ 22 n't not PART RB _ 23 advmod 23:advmod _ 23 have have VERB VB VerbForm=Inf 19 ccomp 19:ccomp _ -24 anything anything PRON NN Number=Sing 23 obj 23:obj _ +24 anything anything PRON NN Number=Sing|PronType=Ind 23 obj 23:obj _ 25 new new ADJ JJ Degree=Pos 24 amod 24:amod _ 26 to to PART TO _ 27 mark 27:mark _ 27 report report VERB VB VerbForm=Inf 24 acl 24:acl:to _ 28 but but CCONJ CC _ 35 cc 35:cc _ 29 if if SCONJ IN _ 31 mark 31:mark _ 30 you you PRON PRP Case=Nom|Person=2|PronType=Prs 31 nsubj 31:nsubj _ -31 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 35 advcl 35:advcl:if _ +31 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 35 advcl 35:advcl:if _ 32 that that PRON DT Number=Sing|PronType=Dem 35 nsubj 35:nsubj _ 33 would would AUX MD VerbForm=Fin 35 aux 35:aux _ 34 be be AUX VB VerbForm=Inf 35 cop 35:cop _ -35 fine fine ADJ JJ Degree=Pos 19 conj 4:ccomp|19:conj:but _ +35 fine fine ADJ JJ Degree=Pos 19 conj 19:conj:but _ 36 with with ADP IN _ 37 case 37:case _ 37 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 35 obl 35:obl:with SpaceAfter=No 38 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent40_01-0051 # text = Patrick Hansen@ENRON -1 Patrick patrick X GW _ 0 root 0:root _ -2 Hansen@ENRON hansen@enron X ADD _ 1 goeswith 1:goeswith _ +1 Patrick patrickhansen@enron X GW Typo=Yes 0 root 0:root _ +2 Hansen@ENRON _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent40_01-0052 # text = 07/17/2000 04:28 PM -1 07/17/2000 07/17/2000 NUM CD NumType=Card 0 root 0:root _ -2 04:28 04:28 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 07/17/2000 07/17/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 04:28 04:28 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent40_01-0053 # text = Michael and myself are planing to be in Hoston on Thursday and Friday of this week. 1 Michael Michael PROPN NNP Number=Sing 5 nsubj 5:nsubj|9:nsubj:xsubj _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes 1 conj 1:conj:and|5:nsubj|9:nsubj:xsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 planing plane VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 6 to to PART TO _ 9 mark 9:mark _ 7 be be AUX VB VerbForm=Inf 9 cop 9:cop _ @@ -64724,14 +64750,14 @@ # sent_id = email-enronsent40_01-0054 # text = We intend to see as many people as possible regarding EOL implementation. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 intend intend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 intend intend VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 see see VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 as as ADV RB _ 6 advmod 6:advmod _ 6 many many ADJ JJ Degree=Pos 7 amod 7:amod _ 7 people people NOUN NNS Number=Plur 4 obj 4:obj _ 8 as as SCONJ IN _ 9 mark 9:mark _ -9 possible possible ADJ JJ Degree=Pos 5 advcl 5:advcl:as _ +9 possible possible ADJ JJ Degree=Pos 6 advcl 6:advcl:as _ 10 regarding regard VERB VBG VerbForm=Ger 12 case 12:case _ 11 EOL eol NOUN NN Number=Sing 12 compound 12:compound _ 12 implementation implementation NOUN NN Number=Sing 4 obl 4:obl:regarding SpaceAfter=No @@ -64745,7 +64771,7 @@ 4 Dave Dave PROPN NNP Number=Sing 3 obj 3:obj _ 5 Forster Forster PROPN NNP Number=Sing 4 flat 4:flat _ 6 and and CCONJ CC _ 8 cc 8:cc _ -7 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 team team NOUN NN Number=Sing 4 conj 3:obj|4:conj:and _ 9 among among ADP IN _ 10 case 10:case _ 10 others other NOUN NNS Number=Plur 4 nmod 4:nmod:among SpaceAfter=No @@ -64776,8 +64802,8 @@ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj|4:nsubj:xsubj _ 4 know know VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 about about ADP IN _ 7 case 7:case _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ -7 availability availability NOUN NN Number=Sing 4 ccomp 4:ccomp _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +7 availability availability NOUN NN Number=Sing 4 obl 4:obl _ 8 and and CCONJ CC _ 12 cc 12:cc _ 9 if if SCONJ IN _ 12 mark 12:mark _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 expl 12:expl _ @@ -64786,19 +64812,19 @@ 13 to to PART TO _ 14 mark 14:mark _ 14 meet meet VERB VB VerbForm=Inf 12 csubj 12:csubj _ 15 with with ADP IN _ 18 case 18:case _ -16 more more ADJ JJR Degree=Cmp 18 advmod 18:advmod _ +16 more more ADJ JJR Degree=Cmp|ExtPos=ADV 18 advmod 18:advmod _ 17 than than ADP IN _ 16 fixed 16:fixed _ -18 one one NUM CD NumType=Card 14 obl 14:obl:with _ +18 one one NUM CD NumForm=Word|NumType=Card 14 obl 14:obl:with _ 19 of of ADP IN _ 20 case 20:case _ 20 you you PRON PRP Case=Acc|Person=2|PronType=Prs 18 nmod 18:nmod:of _ 21 in in ADP IN _ 23 case 23:case _ -22 one one NUM CD NumType=Card 23 nummod 23:nummod _ +22 one one NUM CD NumForm=Word|NumType=Card 23 nummod 23:nummod _ 23 place place NOUN NN Number=Sing 14 obl 14:obl:in SpaceAfter=No 24 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent40_01-0058 # text = Thank you -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ # sent_id = email-enronsent40_01-0059 @@ -64807,14 +64833,14 @@ # sent_id = email-enronsent40_01-0060 # text = David Forster@ENRON -1 David david X GW _ 0 root 0:root _ -2 Forster@ENRON forster@enron X ADD _ 1 goeswith 1:goeswith _ +1 David davidforster@enron X GW Typo=Yes 0 root 0:root _ +2 Forster@ENRON _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent40_01-0061 # text = 07/17/2000 02:34 PM -1 07/17/2000 07/17/2000 NUM CD NumType=Card 0 root 0:root _ -2 02:34 02:34 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 07/17/2000 07/17/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 02:34 02:34 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent40_01-0062 # text = Further background: @@ -64826,31 +64852,31 @@ # newpar id = email-enronsent40_01-p0009 # text = Argentina intend to press ahead even given the concern about taxes, etc. 1 Argentina Argentina PROPN NNP Number=Sing 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 intend intend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 intend intend VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm=intends 3 to to PART TO _ 4 mark 4:mark _ 4 press press VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 ahead ahead ADV RB _ 4 advmod 4:advmod _ 6 even even ADV RB _ 9 advmod 9:advmod _ -7 given give VERB VBN Tense=Past|VerbForm=Part 9 case 9:case _ +7 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 concern concern NOUN NN Number=Sing 4 obl 4:obl:given _ 10 about about ADP IN _ 11 case 11:case _ 11 taxes tax NOUN NNS Number=Plur 9 nmod 9:nmod:about SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ -13 etc etc X FW _ 11 advmod 11:advmod SpaceAfter=No +12 , , PUNCT , _ 13 punct 13:punct _ +13 etc etc. NOUN FW Abbr=Yes|Number=Plur 11 conj 11:conj SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent40_01-0064 # newpar id = email-enronsent40_01-p0010 # text = They wish to launch on Sept. 1 - meaning we will need to be sending mailings sometime around mid-August. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 wish wish VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 wish wish VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 launch launch VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 on on ADP IN _ 6 case 6:case _ -6 Sept. Sept. PROPN NNP Number=Sing 4 obl 4:obl:on _ -7 1 1 NUM CD NumType=Card 6 nummod 6:nummod _ -8 - - PUNCT , _ 4 punct 4:punct _ +6 Sept. September PROPN NNP Abbr=Yes|Number=Sing 4 obl 4:obl:on _ +7 1 1 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ +8 - - PUNCT , _ 9 punct 9:punct _ 9 meaning mean VERB VBG VerbForm=Ger 4 advcl 4:advcl _ 10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj|15:nsubj:xsubj _ 11 will will AUX MD VerbForm=Fin 12 aux 12:aux _ @@ -64875,9 +64901,9 @@ # sent_id = email-enronsent40_01-0067 # text = 07/17/2000 08:50 AM -1 07/17/2000 07/17/2000 NUM CD NumType=Card 0 root 0:root _ -2 08:50 08:50 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 07/17/2000 07/17/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 08:50 08:50 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent40_01-0068 # text = Mark, @@ -64888,12 +64914,12 @@ # newpar id = email-enronsent40_01-p0011 # text = Just wanted to know were we stand on the ETA and PA for Argentina? 1 Just just ADV RB _ 2 advmod 2:advmod _ -2 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 know know VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 were were ADV RB _ 7 advmod 7:advmod _ +5 were where ADV RB Typo=Yes 7 advmod 7:advmod CorrectForm=where 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 stand stand VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +7 stand stand VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ 8 on on ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 ETA eta NOUN NN Number=Sing 7 obl 7:obl:on _ @@ -64908,7 +64934,7 @@ # text = Thanks for your help! 1 Thanks thanks NOUN NN Number=Sing 0 root 0:root _ 2 for for ADP IN _ 4 case 4:case _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 help help NOUN NN Number=Sing 1 nmod 1:nmod:for SpaceAfter=No 5 ! ! PUNCT . _ 1 punct 1:punct _ @@ -64918,19 +64944,19 @@ 1 Leonardo Leonardo PROPN NNP Number=Sing 0 root 0:root _ 2 Pacheco Pacheco PROPN NNP Number=Sing 1 flat 1:flat _ 3 ext. ext. NOUN NN Number=Sing 1 list 1:list _ -4 39938 39938 NUM CD NumType=Card 3 appos 3:appos _ +4 39938 39938 NUM CD NumForm=Digit|NumType=Card 3 appos 3:appos _ # sent_id = email-enronsent40_01-0072 # text = If you need more, there is a proposal from the documentation committee for a new alternative for calculating termination amounts (we heard about it in Amsterdam) that I think will be particularly attractive to the energy markets. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ +3 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ 4 more more ADJ JJR Degree=Cmp 3 obj 3:obj SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 3 punct 3:punct _ 6 there there PRON EX _ 7 expl 7:expl _ 7 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -9 proposal proposal NOUN NN Number=Sing 7 nsubj 7:nsubj|32:obj _ +9 proposal proposal NOUN NN Number=Sing 7 nsubj 7:nsubj|36:nsubj _ 10 from from ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 documentation documentation NOUN NN Number=Sing 13 compound 13:compound _ @@ -64945,15 +64971,15 @@ 21 amounts amount NOUN NNS Number=Plur 19 obj 19:obj _ 22 ( ( PUNCT -LRB- _ 24 punct 24:punct SpaceAfter=No 23 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 24 nsubj 24:nsubj _ -24 heard hear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 parataxis 9:parataxis _ +24 heard hear VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 9 parataxis 9:parataxis _ 25 about about ADP IN _ 26 case 26:case _ 26 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 24 obl 24:obl:about _ 27 in in ADP IN _ 28 case 28:case _ 28 Amsterdam Amsterdam PROPN NNP Number=Sing 24 obl 24:obl:in SpaceAfter=No 29 ) ) PUNCT -RRB- _ 24 punct 24:punct _ -30 that that PRON WDT PronType=Rel 32 obj 9:ref _ +30 that that PRON WDT PronType=Rel 36 nsubj 9:ref _ 31 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 32 nsubj 32:nsubj _ -32 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +32 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 33 will will AUX MD VerbForm=Fin 36 aux 36:aux _ 34 be be AUX VB VerbForm=Inf 36 cop 36:cop _ 35 particularly particularly ADV RB _ 36 advmod 36:advmod _ @@ -64968,20 +64994,20 @@ # text = I don't know where this stands officially (I haven't heard any developments since Amsterdam) but I can find out from Bob Pickle if you want. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 know know VERB VB VerbForm=Inf 0 root 0:root _ -5 where where SCONJ WRB PronType=Int 7 mark 7:mark _ +5 where where ADV WRB PronType=Int 7 advmod 7:advmod _ 6 this this PRON DT Number=Sing|PronType=Dem 7 nsubj 7:nsubj _ 7 stands stand VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ 8 officially officially ADV RB _ 7 advmod 7:advmod _ 9 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 11-12 haven't _ _ _ _ _ _ _ _ -11 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +11 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 n't not PART RB _ 13 advmod 13:advmod _ 13 heard hear VERB VBN Tense=Past|VerbForm=Part 4 parataxis 4:parataxis _ -14 any any DET DT _ 15 det 15:det _ +14 any any DET DT PronType=Ind 15 det 15:det _ 15 developments development NOUN NNS Number=Plur 13 obj 13:obj _ 16 since since ADP IN _ 17 case 17:case _ 17 Amsterdam Amsterdam PROPN NNP Number=Sing 13 obl 13:obl:since SpaceAfter=No @@ -64996,7 +65022,7 @@ 26 Pickle Pickle PROPN NNP Number=Sing 25 flat 25:flat _ 27 if if SCONJ IN _ 29 mark 29:mark _ 28 you you PRON PRP Case=Nom|Person=2|PronType=Prs 29 nsubj 29:nsubj _ -29 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:if SpaceAfter=No +29 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:if SpaceAfter=No 30 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent40_01-0074 @@ -65007,9 +65033,9 @@ # sent_id = email-enronsent40_01-0075 # text = 07/18/2000 08:58 AM -1 07/18/2000 07/18/2000 NUM CD NumType=Card 0 root 0:root _ -2 08:58 08:58 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 07/18/2000 07/18/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 08:58 08:58 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent40_01-0076 # text = We should include ISDA energy definitions, CFTC matters re energy and an overview of power deregulation developments in North America. @@ -65062,7 +65088,7 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 thinking think VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -4 4 4 NUM CD NumType=Card 5 nummod 5:nummod _ +4 4 4 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 slides slide NOUN NNS Number=Plur 3 obj 3:obj _ 6 at at ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -65071,12 +65097,12 @@ # sent_id = email-enronsent40_01-0079 # text = Is that what you want? -1 Is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -2 that that PRON DT Number=Sing|PronType=Dem 1 nsubj 1:nsubj _ -3 what what PRON WP PronType=Int 5 obj 5:obj _ +1 Is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 that that PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ +3 what what PRON WP PronType=Rel 0 root 0:root|5:obj _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp SpaceAfter=No -6 ? ? PUNCT . _ 1 punct 1:punct _ +5 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl SpaceAfter=No +6 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent40_01-0080 # newpar id = email-enronsent40_01-p0014 @@ -65095,59 +65121,59 @@ # text = Days away: Sept. 21 through Oct. 3 (assuming you work on the day we leave and go back to work the day after we return) 1 Days day NOUN NNS Number=Plur 0 root 0:root _ 2 away away ADV RB _ 1 advmod 1:advmod SpaceAfter=No -3 : : PUNCT : _ 1 punct 1:punct _ -4 Sept. Sept. PROPN NNP Number=Sing 1 appos 1:appos _ -5 21 21 NUM CD NumType=Card 4 nummod 4:nummod _ +3 : : PUNCT : _ 4 punct 4:punct _ +4 Sept. September PROPN NNP Abbr=Yes|Number=Sing 1 appos 1:appos _ +5 21 21 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 6 through through ADP IN _ 7 case 7:case _ -7 Oct. Oct. PROPN NNP Number=Sing 4 nmod 4:nmod:through _ -8 3 3 NUM CD NumType=Card 7 nummod 7:nummod _ +7 Oct. October PROPN NNP Abbr=Yes|Number=Sing 4 nmod 4:nmod:through _ +8 3 3 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 9 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No 10 assuming assume VERB VBG VerbForm=Ger 1 parataxis 1:parataxis _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj|19:nsubj _ -12 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 ccomp 10:ccomp _ +12 work work VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 ccomp 10:ccomp _ 13 on on ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 day day NOUN NN Number=Sing 12 obl 12:obl:on _ 16 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -17 leave leave VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ +17 leave leave VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ 18 and and CCONJ CC _ 19 cc 19:cc _ -19 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 conj 10:ccomp|12:conj:and _ +19 go go VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 conj 10:ccomp|12:conj:and _ 20 back back ADV RB _ 19 advmod 19:advmod _ 21 to to ADP IN _ 22 case 22:case _ 22 work work NOUN NN Number=Sing 20 obl 20:obl:to _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -24 day day NOUN NN Number=Sing 22 nmod:npmod 22:nmod:npmod _ -25 after after SCONJ IN _ 24 nmod 24:nmod _ +24 day day NOUN NN Number=Sing 19 obl:tmod 19:obl:tmod _ +25 after after SCONJ IN _ 27 mark 27:mark _ 26 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 27 nsubj 27:nsubj _ -27 return return VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 acl:relcl 24:acl:relcl SpaceAfter=No +27 return return VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 24 acl:relcl 24:acl:relcl SpaceAfter=No 28 ) ) PUNCT -RRB- _ 10 punct 10:punct _ # sent_id = email-enronsent40_01-0083 # text = 9 work days -1 9 9 NUM CD NumType=Card 3 nummod 3:nummod _ +1 9 9 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 2 work work NOUN NN Number=Sing 3 compound 3:compound _ 3 days day NOUN NNS Number=Plur 0 root 0:root _ # sent_id = email-enronsent40_01-0084 # newpar id = email-enronsent40_01-p0017 # text = Wed. Sept. 20 - Leave Houston around 6:00 pm -1 Wed. Wed. PROPN NNP Number=Sing 0 root 0:root _ -2 Sept. Sept. PROPN NNP Number=Sing 1 appos 1:appos _ -3 20 20 NUM CD NumType=Card 2 nummod 2:nummod _ -4 - - PUNCT , _ 1 punct 1:punct _ +1 Wed. Wednesday PROPN NNP Abbr=Yes|Number=Sing 0 root 0:root _ +2 Sept. September PROPN NNP Abbr=Yes|Number=Sing 1 appos 1:appos _ +3 20 20 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ +4 - - PUNCT , _ 5 punct 5:punct _ 5 Leave leave VERB VB VerbForm=Inf 1 parataxis 1:parataxis _ 6 Houston Houston PROPN NNP Number=Sing 5 obj 5:obj _ -7 around around ADV RB _ 9 advmod 9:advmod _ -8 6:00 6:00 NUM CD NumType=Card 9 nummod 9:nummod _ -9 pm pm NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ +7 around around ADP IN _ 9 case 9:case _ +8 6:00 6:00 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ +9 pm p.m. NOUN NN Number=Sing 5 obl 5:obl:around _ # sent_id = email-enronsent40_01-0085 # text = Thur. Sept. 21 - Arrv. London early a.m., transfer to flight to Nice -1 Thur. Thur. PROPN NNP Number=Sing 0 root 0:root _ -2 Sept. Sept. PROPN NNP Number=Sing 1 appos 1:appos _ -3 21 21 NUM CD NumType=Card 2 nummod 2:nummod _ -4 - - PUNCT , _ 1 punct 1:punct _ -5 Arrv. arrv. VERB VB VerbForm=Inf 1 parataxis 1:parataxis _ +1 Thur. Thursday PROPN NNP Abbr=Yes|Number=Sing 0 root 0:root _ +2 Sept. September PROPN NNP Abbr=Yes|Number=Sing 1 appos 1:appos _ +3 21 21 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ +4 - - PUNCT , _ 5 punct 5:punct _ +5 Arrv. arrive VERB VB Abbr=Yes|VerbForm=Inf 1 parataxis 1:parataxis _ 6 London London PROPN NNP Number=Sing 5 obj 5:obj _ 7 early early ADJ JJ Degree=Pos 8 amod 8:amod _ 8 a.m. a.m. NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod SpaceAfter=No @@ -65161,7 +65187,7 @@ # sent_id = email-enronsent40_01-0086 # text = - Arrv. Nice around noon? 1 - - PUNCT NFP _ 2 punct 2:punct _ -2 Arrv. arrv. VERB VB VerbForm=Inf 0 root 0:root _ +2 Arrv. arrive VERB VB Abbr=Yes|VerbForm=Inf 0 root 0:root _ 3 Nice Nice PROPN NNP Number=Sing 2 obl:npmod 2:obl:npmod _ 4 around around ADP IN _ 5 case 5:case _ 5 noon noon NOUN NN Number=Sing 2 obl 2:obl:around SpaceAfter=No @@ -65174,24 +65200,24 @@ 3 & & CCONJ CC _ 4 cc 4:cc _ 4 drive drive VERB VB VerbForm=Inf 1 conj 1:conj _ 5 to to ADP IN _ 7 case 7:case _ -6 first first ADJ JJ Degree=Pos|NumType=Ord 7 amod 7:amod _ +6 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 7 amod 7:amod _ 7 hotel hotel NOUN NN Number=Sing 4 obl 4:obl:to _ 8 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No -9 less less ADJ JJR Degree=Cmp 12 advmod 12:advmod _ +9 less less ADJ JJR Degree=Cmp|ExtPos=ADV 12 advmod 12:advmod _ 10 than than ADP IN _ 9 fixed 9:fixed _ -11 1 1 NUM CD NumType=Card 12 nummod 12:nummod _ -12 hour hour NOUN NN Number=Sing 13 obl 13:obl _ +11 1 1 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ +12 hour hour NOUN NN Number=Sing 13 obl:npmod 13:obl:npmod _ 13 away away ADV RB _ 7 advmod 7:advmod SpaceAfter=No 14 ) ) PUNCT -RRB- _ 13 punct 13:punct SpaceAfter=No -15 ; ; PUNCT , _ 1 punct 1:punct _ +15 ; ; PUNCT , _ 16 punct 16:punct _ 16 collapse collapse VERB VB VerbForm=Inf 1 conj 1:conj _ # sent_id = email-enronsent40_01-0088 # text = Fri. Sept. 22 - Stay in same hotel, visit Monaco, Nice? -1 Fri. Fri. PROPN NNP Number=Sing 0 root 0:root _ -2 Sept. Sept. PROPN NNP Number=Sing 1 appos 1:appos _ -3 22 22 NUM CD NumType=Card 2 nummod 2:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ +1 Fri. Friday PROPN NNP Abbr=Yes|Number=Sing 0 root 0:root _ +2 Sept. September PROPN NNP Abbr=Yes|Number=Sing 1 appos 1:appos _ +3 22 22 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Stay stay VERB VB VerbForm=Inf 1 parataxis 1:parataxis _ 6 in in ADP IN _ 8 case 8:case _ 7 same same ADJ JJ Degree=Pos 8 amod 8:amod _ @@ -65199,21 +65225,21 @@ 9 , , PUNCT , _ 10 punct 10:punct _ 10 visit visit VERB VB VerbForm=Inf 5 conj 5:conj _ 11 Monaco Monaco PROPN NNP Number=Sing 13 compound 13:compound SpaceAfter=No -12 , , PUNCT , _ 13 punct 13:punct _ +12 , , PUNCT , _ 11 punct 11:punct _ 13 Nice Nice PROPN NNP Number=Sing 10 obj 10:obj SpaceAfter=No 14 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent40_01-0089 # text = Sat. Sept. 23 - Drive to St. Tropez - through Nice , Cannes & other coastal towns, check-in mid afternoon -1 Sat. Sat. PROPN NNP Number=Sing 0 root 0:root _ -2 Sept. Sept. PROPN NNP Number=Sing 1 appos 1:appos _ -3 23 23 NUM CD NumType=Card 2 nummod 2:nummod _ -4 - - PUNCT , _ 1 punct 1:punct _ +1 Sat. Saturday PROPN NNP Abbr=Yes|Number=Sing 0 root 0:root _ +2 Sept. September PROPN NNP Abbr=Yes|Number=Sing 1 appos 1:appos _ +3 23 23 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ +4 - - PUNCT , _ 5 punct 5:punct _ 5 Drive drive VERB VB VerbForm=Inf 1 parataxis 1:parataxis _ 6 to to ADP IN _ 7 case 7:case _ 7 St. St. PROPN NNP Number=Sing 5 obl 5:obl:to _ 8 Tropez Tropez PROPN NNP Number=Sing 7 flat 7:flat _ -9 - - PUNCT , _ 5 punct 5:punct _ +9 - - PUNCT , _ 11 punct 11:punct _ 10 through through ADP IN _ 11 case 11:case _ 11 Nice Nice PROPN NNP Number=Sing 5 obl 5:obl:through _ 12 , , PUNCT , _ 13 punct 13:punct _ @@ -65224,35 +65250,35 @@ 17 towns town NOUN NNS Number=Plur 11 conj 5:obl:through|11:conj SpaceAfter=No 18 , , PUNCT , _ 19 punct 19:punct _ 19 check check VERB VB VerbForm=Inf 5 conj 5:conj SpaceAfter=No -20 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No +20 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No 21 in in ADP RP _ 19 compound:prt 19:compound:prt _ 22 mid mid X AFX _ 23 compound 23:compound _ 23 afternoon afternoon NOUN NN Number=Sing 19 obl:tmod 19:obl:tmod _ # sent_id = email-enronsent40_01-0090 # text = Sun. Sept. 24 - St. Tropez -1 Sun. Sun. PROPN NNP Number=Sing 0 root 0:root _ -2 Sept. Sept. PROPN NNP Number=Sing 1 appos 1:appos _ -3 24 24 NUM CD NumType=Card 2 nummod 2:nummod _ -4 - - PUNCT , _ 1 punct 1:punct _ +1 Sun. Sunday PROPN NNP Abbr=Yes|Number=Sing 0 root 0:root _ +2 Sept. September PROPN NNP Abbr=Yes|Number=Sing 1 appos 1:appos _ +3 24 24 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ +4 - - PUNCT , _ 5 punct 5:punct _ 5 St. St. PROPN NNP Number=Sing 1 parataxis 1:parataxis _ 6 Tropez Tropez PROPN NNP Number=Sing 5 flat 5:flat _ # sent_id = email-enronsent40_01-0091 # text = Mon. Sept. 25 - St. Tropez -1 Mon. Mon. PROPN NNP Number=Sing 0 root 0:root _ -2 Sept. Sept. PROPN NNP Number=Sing 1 appos 1:appos _ -3 25 25 NUM CD NumType=Card 2 nummod 2:nummod _ -4 - - PUNCT , _ 1 punct 1:punct _ +1 Mon. Monday PROPN NNP Abbr=Yes|Number=Sing 0 root 0:root _ +2 Sept. September PROPN NNP Abbr=Yes|Number=Sing 1 appos 1:appos _ +3 25 25 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ +4 - - PUNCT , _ 5 punct 5:punct _ 5 St. St. PROPN NNP Number=Sing 1 parataxis 1:parataxis _ 6 Tropez Tropez PROPN NNP Number=Sing 5 flat 5:flat _ # sent_id = email-enronsent40_01-0092 # text = Tue. Sept. 26 - Drive to Nice, return car, fly to Paris -1 Tue. Tue. PROPN NNP Number=Sing 0 root 0:root _ -2 Sept. Sept. PROPN NNP Number=Sing 1 appos 1:appos _ -3 26 26 NUM CD NumType=Card 2 nummod 2:nummod _ -4 - - PUNCT , _ 1 punct 1:punct _ +1 Tue. Tuesday PROPN NNP Abbr=Yes|Number=Sing 0 root 0:root _ +2 Sept. September PROPN NNP Abbr=Yes|Number=Sing 1 appos 1:appos _ +3 26 26 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ +4 - - PUNCT , _ 5 punct 5:punct _ 5 Drive drive VERB VB VerbForm=Inf 1 parataxis 1:parataxis _ 6 to to ADP IN _ 7 case 7:case _ 7 Nice Nice PROPN NNP Number=Sing 5 obl 5:obl:to SpaceAfter=No @@ -65266,25 +65292,25 @@ # sent_id = email-enronsent40_01-0093 # text = Wed. Sept. 27 - Paris -1 Wed. Wed. PROPN NNP Number=Sing 0 root 0:root _ -2 Sept. Sept. PROPN NNP Number=Sing 1 appos 1:appos _ -3 27 27 NUM CD NumType=Card 2 nummod 2:nummod _ -4 - - PUNCT , _ 1 punct 1:punct _ +1 Wed. Wednesday PROPN NNP Abbr=Yes|Number=Sing 0 root 0:root _ +2 Sept. September PROPN NNP Abbr=Yes|Number=Sing 1 appos 1:appos _ +3 27 27 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ +4 - - PUNCT , _ 5 punct 5:punct _ 5 Paris Paris PROPN NNP Number=Sing 1 parataxis 1:parataxis _ # sent_id = email-enronsent40_01-0094 # text = Thur. Sept. 28 - Paris (Versailles or Fontainbleu - half day side trip) -1 Thur. Thur. PROPN NNP Number=Sing 0 root 0:root _ -2 Sept. Sept. PROPN NNP Number=Sing 1 appos 1:appos _ -3 28 28 NUM CD NumType=Card 2 nummod 2:nummod _ -4 - - PUNCT , _ 1 punct 1:punct _ +1 Thur. Thursday PROPN NNP Abbr=Yes|Number=Sing 0 root 0:root _ +2 Sept. September PROPN NNP Abbr=Yes|Number=Sing 1 appos 1:appos _ +3 28 28 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ +4 - - PUNCT , _ 5 punct 5:punct _ 5 Paris Paris PROPN NNP Number=Sing 1 parataxis 1:parataxis _ 6 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No 7 Versailles versaille NOUN NNS Number=Plur 5 parataxis 5:parataxis _ 8 or or CCONJ CC _ 9 cc 9:cc _ 9 Fontainbleu Fontainbleu PROPN NNP Number=Sing 7 conj 7:conj:or _ -10 - - PUNCT , _ 7 punct 7:punct _ -11 half half ADJ JJ Degree=Pos 12 amod 12:amod _ +10 - - PUNCT , _ 14 punct 14:punct _ +11 half half ADJ JJ Degree=Pos|NumForm=Word|NumType=Frac 12 amod 12:amod _ 12 day day NOUN NN Number=Sing 14 compound 14:compound _ 13 side side NOUN NN Number=Sing 14 compound 14:compound _ 14 trip trip NOUN NN Number=Sing 7 parataxis 7:parataxis SpaceAfter=No @@ -65292,22 +65318,22 @@ # sent_id = email-enronsent40_01-0095 # text = Fri. Sept. 29 - Paris (Giverny - Monet's gardens - 3/4 day side trip) -1 Fri. Fri. PROPN NNP Number=Sing 0 root 0:root _ -2 Sept. Sept. PROPN NNP Number=Sing 1 appos 1:appos _ -3 29 29 NUM CD NumType=Card 2 nummod 2:nummod _ -4 - - PUNCT , _ 1 punct 1:punct _ +1 Fri. Friday PROPN NNP Abbr=Yes|Number=Sing 0 root 0:root _ +2 Sept. September PROPN NNP Abbr=Yes|Number=Sing 1 appos 1:appos _ +3 29 29 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ +4 - - PUNCT , _ 5 punct 5:punct _ 5 Paris Paris PROPN NNP Number=Sing 1 parataxis 1:parataxis _ 6 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No 7 Giverny Giverny PROPN NNP Number=Sing 5 parataxis 5:parataxis _ -8 - - PUNCT , _ 7 punct 7:punct _ +8 - - PUNCT , _ 11 punct 11:punct _ 9-10 Monet's _ _ _ _ _ _ _ _ 9 Monet Monet PROPN NNP Number=Sing 11 nmod:poss 11:nmod:poss _ 10 's 's PART POS _ 9 case 9:case _ 11 gardens garden NOUN NNS Number=Plur 7 parataxis 7:parataxis _ -12 - - PUNCT , _ 7 punct 7:punct _ -13 3 3 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No -14 / / PUNCT , _ 15 case 15:case SpaceAfter=No -15 4 4 NUM CD NumType=Card 13 nmod 13:nmod _ +12 - - PUNCT , _ 18 punct 18:punct _ +13 3 3 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No +14 / / SYM , _ 15 case 15:case SpaceAfter=No +15 4 4 NUM CD NumForm=Digit|NumType=Card 13 nmod 13:nmod _ 16 day day NOUN NN Number=Sing 18 compound 18:compound _ 17 side side NOUN NN Number=Sing 18 compound 18:compound _ 18 trip trip NOUN NN Number=Sing 7 parataxis 7:parataxis SpaceAfter=No @@ -65315,29 +65341,29 @@ # sent_id = email-enronsent40_01-0096 # text = Sat. Sept. 30 - Paris -1 Sat. Sat. PROPN NNP Number=Sing 0 root 0:root _ -2 Sept. Sept. PROPN NNP Number=Sing 1 appos 1:appos _ -3 30 30 NUM CD NumType=Card 2 nummod 2:nummod _ -4 - - PUNCT , _ 1 punct 1:punct _ +1 Sat. Saturday PROPN NNP Abbr=Yes|Number=Sing 0 root 0:root _ +2 Sept. September PROPN NNP Abbr=Yes|Number=Sing 1 appos 1:appos _ +3 30 30 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ +4 - - PUNCT , _ 5 punct 5:punct _ 5 Paris Paris PROPN NNP Number=Sing 1 parataxis 1:parataxis _ # sent_id = email-enronsent40_01-0097 # text = Sun. Oct. 1 - Paris to London in afternoon - probably by Eurostar train - (arrv. London late afternoon) -1 Sun. Sun. PROPN NNP Number=Sing 0 root 0:root _ -2 Oct. Oct. PROPN NNP Number=Sing 1 appos 1:appos _ -3 1 1 NUM CD NumType=Card 2 nummod 2:nummod _ -4 - - PUNCT , _ 1 punct 1:punct _ +1 Sun. Sunday PROPN NNP Abbr=Yes|Number=Sing 0 root 0:root _ +2 Oct. October PROPN NNP Abbr=Yes|Number=Sing 1 appos 1:appos _ +3 1 1 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ +4 - - PUNCT , _ 5 punct 5:punct _ 5 Paris Paris PROPN NNP Number=Sing 1 parataxis 1:parataxis _ 6 to to ADP IN _ 7 case 7:case _ 7 London London PROPN NNP Number=Sing 5 nmod 5:nmod:to _ 8 in in ADP IN _ 9 case 9:case _ 9 afternoon afternoon NOUN NN Number=Sing 5 nmod 5:nmod:in _ -10 - - PUNCT , _ 5 punct 5:punct _ +10 - - PUNCT , _ 14 punct 14:punct _ 11 probably probably ADV RB _ 14 advmod 14:advmod _ 12 by by ADP IN _ 14 case 14:case _ 13 Eurostar Eurostar PROPN NNP Number=Sing 14 compound 14:compound _ 14 train train NOUN NN Number=Sing 5 nmod 5:nmod:by _ -15 - - PUNCT , _ 5 punct 5:punct _ +15 - - PUNCT , _ 17 punct 17:punct _ 16 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No 17 arrv. arrv. VERB VB VerbForm=Inf 5 parataxis 5:parataxis _ 18 London London PROPN NNP Number=Sing 17 obl:npmod 17:obl:npmod _ @@ -65347,10 +65373,10 @@ # sent_id = email-enronsent40_01-0098 # text = Mon. Oct. 2 - London (meetings for CLH) -1 Mon. Mon. PROPN NNP Number=Sing 0 root 0:root _ -2 Oct. Oct. PROPN NNP Number=Sing 1 appos 1:appos _ -3 2 2 NUM CD NumType=Card 2 nummod 2:nummod _ -4 - - PUNCT , _ 1 punct 1:punct _ +1 Mon. Monday PROPN NNP Abbr=Yes|Number=Sing 0 root 0:root _ +2 Oct. October PROPN NNP Abbr=Yes|Number=Sing 1 appos 1:appos _ +3 2 2 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ +4 - - PUNCT , _ 5 punct 5:punct _ 5 London London PROPN NNP Number=Sing 1 parataxis 1:parataxis _ 6 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No 7 meetings meeting NOUN NNS Number=Plur 5 parataxis 5:parataxis _ @@ -65360,10 +65386,10 @@ # sent_id = email-enronsent40_01-0099 # text = Tues. Oct. 3 - Fly London to Houston (lv. around noon, arrv. around 4:30pm) -1 Tues. Tues. PROPN NNP Number=Sing 5 obl:tmod 5:obl:tmod _ -2 Oct. Oct. PROPN NNP Number=Sing 1 appos 1:appos _ -3 3 3 NUM CD NumType=Card 2 nummod 2:nummod _ -4 - - PUNCT , _ 5 punct 5:punct _ +1 Tues. Tuesday PROPN NNP Abbr=Yes|Number=Sing 5 obl:tmod 5:obl:tmod _ +2 Oct. October PROPN NNP Abbr=Yes|Number=Sing 1 appos 1:appos _ +3 3 3 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ +4 - - PUNCT , _ 1 punct 1:punct _ 5 Fly fly VERB VB VerbForm=Inf 0 root 0:root _ 6 London London PROPN NNP Number=Sing 5 obj 5:obj _ 7 to to ADP IN _ 8 case 8:case _ @@ -65375,8 +65401,8 @@ 13 , , PUNCT , _ 14 punct 14:punct _ 14 arrv. arrv. VERB VB VerbForm=Inf 10 conj 10:conj _ 15 around around ADP IN _ 17 case 17:case _ -16 4:30 4:30 NUM CD NumType=Card 17 nummod 17:nummod SpaceAfter=No -17 pm pm NOUN NN Number=Sing 14 obl 14:obl:around SpaceAfter=No +16 4:30 4:30 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod SpaceAfter=No +17 pm p.m. NOUN NN Number=Sing 14 obl 14:obl:around SpaceAfter=No 18 ) ) PUNCT -RRB- _ 10 punct 10:punct _ # sent_id = email-enronsent40_01-0100 @@ -65385,24 +65411,24 @@ 2 make make VERB VB VerbForm=Inf 9 advcl 9:advcl:to _ 3 matters matter NOUN NNS Number=Plur 2 obj 2:obj|6:nsubj:xsubj _ 4 even even ADV RB _ 5 advmod 5:advmod _ -5 more more ADV RBR _ 6 advmod 6:advmod _ +5 more more ADV RBR Degree=Cmp 6 advmod 6:advmod _ 6 confusing confusing ADJ JJ Degree=Pos 2 xcomp 2:xcomp SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +7 , , PUNCT , _ 2 punct 2:punct _ 8 there there PRON EX _ 9 expl 9:expl _ -9 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -10 two two NUM CD NumType=Card 11 nummod 11:nummod _ +9 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +10 two two NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 11 Mark Mark PROPN NNP Number=Sing 9 nsubj 9:nsubj _ -12 Taylors Taylors PROPN NNPS Number=Plur 11 flat 11:flat SpaceAfter=No +12 Taylors Taylor PROPN NNPS Number=Plur 11 flat 11:flat SpaceAfter=No 13 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent40_01-0101 # text = I believe the message you forwarded to me belongs to the Mark Taylor at EI (based in London). 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 believe believe VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 message message NOUN NN Number=Sing 9 nsubj 9:nsubj _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 forwarded forward VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +6 forwarded forward VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 to to ADP IN _ 8 case 8:case _ 8 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 6 obl 6:obl:to _ 9 belongs belong VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ @@ -65413,7 +65439,7 @@ 14 at at ADP IN _ 15 case 15:case _ 15 EI EI PROPN NNP Number=Sing 12 nmod 12:nmod:at _ 16 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No -17 based base VERB VBN Tense=Past|VerbForm=Part 12 acl 12:acl _ +17 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 acl 12:acl _ 18 in in ADP IN _ 19 case 19:case _ 19 London London PROPN NNP Number=Sing 17 obl 17:obl:in SpaceAfter=No 20 ) ) PUNCT -RRB- _ 17 punct 17:punct SpaceAfter=No @@ -65422,13 +65448,13 @@ # sent_id = email-enronsent40_01-0102 # text = Unfortunately, I can't forward your message to him directly (there seems to be a problem with the attachment). 1 Unfortunately unfortunately ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 4-5 can't _ _ _ _ _ _ _ _ 4 ca can AUX MD VerbForm=Fin 6 aux 6:aux _ 5 n't not PART RB _ 6 advmod 6:advmod _ 6 forward forward VERB VB VerbForm=Inf 0 root 0:root _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 message message NOUN NN Number=Sing 6 obj 6:obj _ 9 to to ADP IN _ 10 case 10:case _ 10 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 obl 6:obl:to _ @@ -65436,10 +65462,10 @@ 12 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No 13 there there PRON EX _ 14 expl 14:expl _ 14 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ -15 to to PART TO _ 18 mark 18:mark _ -16 be be AUX VB VerbForm=Inf 18 cop 18:cop _ +15 to to PART TO _ 16 mark 16:mark _ +16 be be VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ -18 problem problem NOUN NN Number=Sing 14 nsubj 14:nsubj _ +18 problem problem NOUN NN Number=Sing 16 nsubj 16:nsubj _ 19 with with ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 attachment attachment NOUN NN Number=Sing 18 nmod 18:nmod:with SpaceAfter=No @@ -65451,9 +65477,9 @@ 1 If if SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 3 still still ADV RB _ 4 advmod 4:advmod _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ +4 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 4 punct 4:punct _ 7 can can AUX MD VerbForm=Fin 9 aux 9:aux _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ 9 send send VERB VB VerbForm=Inf 0 root 0:root _ @@ -65495,13 +65521,13 @@ # sent_id = email-enronsent13_01-0002 # text = Enclosed is a worksheet for Ineos Acrylics. -1 Enclosed enclose VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Enclosed enclose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 worksheet worksheet NOUN NN Number=Sing 1 nsubj:pass 1:nsubj:pass _ 5 for for ADP IN _ 7 case 7:case _ 6 Ineos Ineos PROPN NNP Number=Sing 7 compound 7:compound _ -7 Acrylics Acrylics PROPN NNPS Number=Plur 4 nmod 4:nmod:for SpaceAfter=No +7 Acrylics Acrylic PROPN NNPS Number=Plur 4 nmod 4:nmod:for SpaceAfter=No 8 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent13_01-0003 @@ -65509,14 +65535,14 @@ 1 Ineos Ineos PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ -4 English english ADJ JJ Degree=Pos 5 amod 5:amod _ +4 English English ADJ JJ Degree=Pos 5 amod 5:amod _ 5 company company NOUN NN Number=Sing 0 root 0:root|7:nsubj _ 6 which which PRON WDT PronType=Rel 7 nsubj 5:ref _ 7 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 majority majority NOUN NN Number=Sing 7 obj 7:obj _ 10 of of ADP IN _ 12 case 12:case _ -11 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 operations operation NOUN NNS Number=Plur 9 nmod 9:nmod:of _ 13 in in ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -65530,18 +65556,18 @@ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 credit credit NOUN NN Number=Sing 5 compound 5:compound _ 5 thresholds threshold NOUN NNS Number=Plur 9 nsubj 9:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 7 in in ADP IN _ 9 case 9:case _ 8 US US PROPN NNP Number=Sing 9 compound 9:compound SpaceAfter=No -9 $ $ NOUN NNS Number=Plur 1 ccomp 1:ccomp SpaceAfter=No +9 $ $ SYM NNS _ 1 ccomp 1:ccomp SpaceAfter=No 10 , , PUNCT , _ 15 punct 15:punct _ 11 but but CCONJ CC _ 15 cc 15:cc _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 MACS mac NOUN NNS Number=Plur 15 nsubj:pass 15:nsubj:pass _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux:pass 15:aux:pass _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 aux:pass 15:aux:pass _ 15 designated designate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 conj 1:ccomp|9:conj:but _ 16 in in ADP IN _ 18 case 18:case _ -17 British british ADJ JJ Degree=Pos 18 amod 18:amod _ +17 British British ADJ JJ Degree=Pos 18 amod 18:amod _ 18 Pounds pound NOUN NNS Number=Plur 15 obl 15:obl:in SpaceAfter=No 19 . . PUNCT . _ 1 punct 1:punct _ @@ -65592,7 +65618,7 @@ # text = << File: Ineos.xls >> 1 << << PUNCT -LRB- _ 2 punct 2:punct _ 2 File file NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 4 punct 4:punct _ 4 Ineos.xls ineos.xls NOUN NN Number=Sing 2 appos 2:appos _ 5 >> >> PUNCT -RRB- _ 2 punct 2:punct _ @@ -65605,7 +65631,7 @@ # newpar id = email-enronsent13_01-p0003 # text = I left you a voice mail on Friday. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 left leave VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 iobj 2:iobj _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 voice voice NOUN NN Number=Sing 6 compound 6:compound _ @@ -65617,19 +65643,19 @@ # sent_id = email-enronsent13_01-0012 # text = I looked at the UEComm Master and had some comments--such as our name is wrong, the cross default threshold for us should be US $ and not AUD, and there were a few other questions I had. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|8:nsubj _ -2 looked look VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 looked look VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 at at ADP IN _ 6 case 6:case _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 UEComm UEComm PROPN NNP Number=Sing 6 compound 6:compound _ 6 Master master NOUN NN Number=Sing 2 obl 2:obl:at _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ -9 some some DET DT _ 10 det 10:det _ +8 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +9 some some DET DT PronType=Ind 10 det 10:det _ 10 comments comment NOUN NNS Number=Plur 8 obj 8:obj SpaceAfter=No -11 -- -- PUNCT , _ 10 punct 10:punct SpaceAfter=No -12 such such ADJ JJ Degree=Pos 17 mark 17:mark _ +11 -- -- PUNCT , _ 17 punct 17:punct SpaceAfter=No +12 such such ADJ JJ Degree=Pos|ExtPos=SCONJ 17 mark 17:mark _ 13 as as ADP IN _ 12 fixed 12:fixed _ -14 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 name name NOUN NN Number=Sing 17 nsubj 17:nsubj _ 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 17 wrong wrong ADJ JJ Degree=Pos 10 acl 10:acl:such_as SpaceAfter=No @@ -65644,19 +65670,19 @@ 26 be be AUX VB VerbForm=Inf 28 cop 28:cop _ 27 US US PROPN NNP Number=Sing 28 compound 28:compound _ 28 $ $ NOUN NNS Number=Plur 17 conj 10:acl:such_as|17:conj:and _ -29 and and CCONJ CC _ 30 cc 30:cc _ -30 not not ADV RB _ 31 cc 31:cc _ -31 AUD aud NOUN NNS Number=Plur 28 conj 28:conj:and_not SpaceAfter=No +29 and and CCONJ CC _ 31 cc 31:cc _ +30 not not PART RB _ 31 advmod 31:advmod _ +31 AUD aud NOUN NNS Number=Plur 28 conj 28:conj:and SpaceAfter=No 32 , , PUNCT , _ 35 punct 35:punct _ 33 and and CCONJ CC _ 35 cc 35:cc _ 34 there there PRON EX _ 35 expl 35:expl _ -35 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 conj 10:acl:such_as|17:conj:and _ +35 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 conj 10:acl:such_as|17:conj:and _ 36 a a DET DT Definite=Ind|PronType=Art 39 det 39:det _ 37 few few ADJ JJ Degree=Pos 39 amod 39:amod _ 38 other other ADJ JJ Degree=Pos 39 amod 39:amod _ 39 questions question NOUN NNS Number=Plur 35 nsubj 35:nsubj _ 40 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 41 nsubj 41:nsubj _ -41 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 39 acl:relcl 39:acl:relcl SpaceAfter=No +41 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 39 acl:relcl 39:acl:relcl SpaceAfter=No 42 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent13_01-0013 @@ -65674,7 +65700,7 @@ # newpar id = email-enronsent13_01-p0006 # text = Attached are Uecomm's final comments to the Master Agreement. 1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ 3-4 Uecomm's _ _ _ _ _ _ _ _ 3 Uecomm Uecomm PROPN NNP Number=Sing 6 nmod:poss 6:nmod:poss _ 4 's 's PART POS _ 3 case 3:case _ @@ -65691,15 +65717,15 @@ 1 John John PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 2 Suttle Suttle PROPN NNP Number=Sing 1 flat 1:flat _ 3 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ -4 OK'd ok'd VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 OK'd OK VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5-6 Anthony's _ _ _ _ _ _ _ _ 5 Anthony Anthony PROPN NNP Number=Sing 8 nmod:poss 8:nmod:poss _ 6 's 's PART POS _ 5 case 5:case _ -7 latest latest ADJ JJS Degree=Sup 8 amod 8:amod _ +7 latest late ADJ JJS Degree=Sup 8 amod 8:amod _ 8 request request NOUN NN Number=Sing 4 obj 4:obj _ 9 w with ADP IN Abbr=Yes 11 case 11:case SpaceAfter=No -10 / / PUNCT , _ 11 punct 11:punct SpaceAfter=No -11 r. respect NOUN NN Abbr=Yes|Number=Sing 4 obl 4:obl:w SpaceAfter=No +10 / / PUNCT , _ 9 punct 9:punct SpaceAfter=No +11 r. respect NOUN NN Abbr=Yes|Number=Sing 4 obl 4:obl:with CorrectSpaceAfter=Yes|SpaceAfter=No 12 t. to ADP IN Abbr=Yes 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 CSA csa NOUN NN Number=Sing 11 nmod 11:nmod:to SpaceAfter=No @@ -65735,11 +65761,11 @@ 1 If if SCONJ IN _ 4 mark 4:mark _ 2-3 they're _ _ _ _ _ _ _ _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -3 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 OK ok ADJ JJ Degree=Pos 10 advcl 10:advcl:if _ 5 with with ADP IN _ 6 case 6:case _ 6 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obl 4:obl:with SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +7 , , PUNCT , _ 4 punct 4:punct _ 8-9 we'd _ _ _ _ _ _ _ _ 8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ 9 'd would AUX MD VerbForm=Fin 10 aux 10:aux _ @@ -65750,11 +65776,11 @@ 14 as as ADV RB _ 15 advmod 15:advmod _ 15 soon soon ADV RB Degree=Pos 12 advmod 12:advmod _ 16 as as SCONJ IN _ 17 mark 17:mark _ -17 possible possible ADJ JJ Degree=Pos 14 advcl 14:advcl:as _ +17 possible possible ADJ JJ Degree=Pos 15 advcl 15:advcl:as _ 18 unless unless SCONJ IN _ 20 mark 20:mark _ 19 there there PRON EX _ 20 expl 20:expl _ -20 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:unless _ -21 any any DET DT _ 22 det 22:det _ +20 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:unless _ +21 any any DET DT PronType=Ind 22 det 22:det _ 22 objections objection NOUN NNS Number=Plur 20 nsubj 20:nsubj SpaceAfter=No 23 . . PUNCT . _ 10 punct 10:punct _ @@ -65779,7 +65805,7 @@ # text = Please find attached the Enron Master Agreement. 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 find find VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 attached attach VERB VBN Tense=Past|VerbForm=Part 2 xcomp 2:xcomp _ +3 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 xcomp 2:xcomp _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 5 Enron Enron PROPN NNP Number=Sing 7 compound 7:compound _ 6 Master master NOUN NN Number=Sing 7 compound 7:compound _ @@ -65789,7 +65815,7 @@ # sent_id = email-enronsent13_01-0023 # text = I have inserted the company details of Uecomm as requested. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 inserted insert VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 company company NOUN NN Number=Sing 6 compound 6:compound _ @@ -65797,13 +65823,13 @@ 7 of of ADP IN _ 8 case 8:case _ 8 Uecomm Uecomm PROPN NNP Number=Sing 6 nmod 6:nmod:of _ 9 as as SCONJ IN _ 10 mark 10:mark _ -10 requested request VERB VBN Tense=Past|VerbForm=Part 3 advcl 3:advcl:as SpaceAfter=No +10 requested request VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 advcl 3:advcl:as SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent13_01-0024 # text = I have also amended the timeframes in the Credit Support Annex to 10 days instead of 2 days. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 also also ADV RB _ 4 advmod 4:advmod _ 4 amended amend VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -65814,11 +65840,11 @@ 10 Support support NOUN NN Number=Sing 11 compound 11:compound _ 11 Annex annex NOUN NN Number=Sing 6 nmod 6:nmod:in _ 12 to to ADP IN _ 14 case 14:case _ -13 10 10 NUM CD NumType=Card 14 nummod 14:nummod _ +13 10 10 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 14 days day NOUN NNS Number=Plur 4 obl 4:obl:to _ 15 instead instead ADV RB _ 18 case 18:case _ 16 of of ADP IN _ 15 fixed 15:fixed _ -17 2 2 NUM CD NumType=Card 18 nummod 18:nummod _ +17 2 2 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ 18 days day NOUN NNS Number=Plur 4 obl 4:obl:instead_of SpaceAfter=No 19 . . PUNCT . _ 4 punct 4:punct _ @@ -65826,18 +65852,18 @@ # text = (Clauses 2 & 3). 1 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No 2 Clauses clause NOUN NNS Number=Plur 0 root 0:root _ -3 2 2 NUM CD NumType=Card 2 nummod 2:nummod _ +3 2 2 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 4 & & CCONJ CC _ 5 cc 5:cc _ -5 3 3 NUM CD NumType=Card 2 conj 2:conj SpaceAfter=No +5 3 3 NUM CD NumForm=Digit|NumType=Card 2 conj 2:conj SpaceAfter=No 6 ) ) PUNCT -RRB- _ 5 punct 5:punct SpaceAfter=No 7 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent13_01-0026 # text = I have tracked all changes for ease of reference. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 tracked track VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 all all DET DT _ 5 det 5:det _ +4 all all DET DT PronType=Tot 5 det 5:det _ 5 changes change NOUN NNS Number=Plur 3 obj 3:obj _ 6 for for ADP IN _ 7 case 7:case _ 7 ease ease NOUN NN Number=Sing 3 obl 3:obl:for _ @@ -65850,7 +65876,7 @@ 1 If if SCONJ IN _ 5 mark 5:mark _ 2 these this DET DT Number=Plur|PronType=Dem 3 det 3:det _ 3 amendmnets amendmnet NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 agreeable agreeable ADJ JJ Degree=Pos 11 advcl 11:advcl:if _ 6 to to ADP IN _ 7 case 7:case _ 7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 5 obl 5:obl:to _ @@ -65868,8 +65894,8 @@ # text = If you have any questions please do not hesitate to give me a call. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ -4 any any DET DT _ 5 det 5:det _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 questions question NOUN NNS Number=Plur 3 obj 3:obj _ 6 please please INTJ UH _ 9 discourse 9:discourse _ 7 do do AUX VB Mood=Imp|VerbForm=Fin 9 aux 9:aux _ @@ -65897,48 +65923,48 @@ 4 Counsel counsel NOUN NN Number=Sing 1 list 1:list _ 5 Uecomm Uecomm PROPN NNP Number=Sing 6 compound 6:compound _ 6 Limited Limited PROPN NNP Number=Sing 1 list 1:list _ -7 126 126 NUM CD NumType=Card 9 nummod 9:nummod _ +7 126 126 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 8 Trenerry Trenerry PROPN NNP Number=Sing 9 compound 9:compound _ 9 Crescent Crescent PROPN NNP Number=Sing 1 list 1:list _ 10 Abbotsford Abbotsford PROPN NNP Number=Sing 9 appos 9:appos SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 VIC VIC PROPN NNP Number=Sing 10 appos 10:appos _ -13 3067 3067 NUM CD NumType=Card 12 compound 12:compound SpaceAfter=No +13 3067 3067 NUM CD NumForm=Digit|NumType=Card 12 compound 12:compound SpaceAfter=No 14 . . PUNCT . _ 1 punct 1:punct _ 15 Ph. ph. NOUN NN Number=Sing 1 list 1:list _ -16 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No -17 03 03 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No -18 ) ) PUNCT -RRB- _ 20 punct 20:punct _ -19 9221 9221 NUM CD NumType=Card 20 nummod 20:nummod _ -20 4101 4101 NUM CD NumType=Card 15 appos 15:appos _ +16 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No +17 03 03 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No +18 ) ) PUNCT -RRB- _ 17 punct 17:punct _ +19 9221 9221 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ +20 4101 4101 NUM CD NumForm=Digit|NumType=Card 15 appos 15:appos _ 21 Fax. fax. NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -22 ( ( PUNCT -LRB- _ 26 punct 26:punct SpaceAfter=No -23 03 03 NUM CD NumType=Card 26 nummod 26:nummod SpaceAfter=No -24 ) ) PUNCT -RRB- _ 26 punct 26:punct _ -25 9221 9221 NUM CD NumType=Card 26 nummod 26:nummod _ -26 4193 4193 NUM CD NumType=Card 21 appos 21:appos _ +22 ( ( PUNCT -LRB- _ 23 punct 23:punct SpaceAfter=No +23 03 03 NUM CD NumForm=Digit|NumType=Card 26 nummod 26:nummod SpaceAfter=No +24 ) ) PUNCT -RRB- _ 23 punct 23:punct _ +25 9221 9221 NUM CD NumForm=Digit|NumType=Card 26 nummod 26:nummod _ +26 4193 4193 NUM CD NumForm=Digit|NumType=Card 21 appos 21:appos _ 27 Mob. mob. NOUN NN Number=Sing 1 list 1:list _ -28 0417 0417 NUM CD NumType=Card 30 nummod 30:nummod _ -29 575 575 NUM CD NumType=Card 30 nummod 30:nummod _ -30 920 920 NUM CD NumType=Card 27 appos 27:appos _ +28 0417 0417 NUM CD NumForm=Digit|NumType=Card 30 nummod 30:nummod _ +29 575 575 NUM CD NumForm=Digit|NumType=Card 30 nummod 30:nummod _ +30 920 920 NUM CD NumForm=Digit|NumType=Card 27 appos 27:appos _ # sent_id = email-enronsent13_01-0031 # text = <> 1 << << PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No -2 Enron enron X GW _ 0 root 0:root _ -3 - - X GW _ 2 goeswith 2:goeswith _ -4 UC uc X GW _ 2 goeswith 2:goeswith _ -5 Master master X GW _ 2 goeswith 2:goeswith _ -6 Agreement agreement X GW _ 2 goeswith 2:goeswith _ -7 - - X GW _ 2 goeswith 2:goeswith _ -8 0308.doc 0308.doc NOUN NN Number=Sing 2 goeswith 2:goeswith SpaceAfter=No +2 Enron enron NOUN GW _ 0 root 0:root _ +3 - - X GW _ 2 flat 2:flat _ +4 UC uc X GW _ 2 flat 2:flat _ +5 Master master X GW _ 2 flat 2:flat _ +6 Agreement agreement X GW _ 2 flat 2:flat _ +7 - - X GW _ 2 flat 2:flat _ +8 0308.doc 0308.doc X NN Number=Sing 2 flat 2:flat SpaceAfter=No 9 >> >> PUNCT -RRB- _ 2 punct 2:punct _ # sent_id = email-enronsent13_01-0032 # text = Turn up your sound a bit. 1 Turn turn VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 up up ADP RP _ 1 compound:prt 1:compound:prt _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 sound sound NOUN NN Number=Sing 1 obj 1:obj _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 bit bit NOUN NN Number=Sing 1 obl:npmod 1:obl:npmod SpaceAfter=No @@ -65957,15 +65983,15 @@ 3 with with ADP IN _ 4 case 4:case _ 4 ConEd ConEd PROPN NNP Number=Sing 2 nmod 2:nmod:with _ 5 at at ADP IN _ 6 case 6:case _ -6 1:00 1:00 NUM CD NumType=Card 2 nmod 2:nmod:at _ +6 1:00 1:00 NUM CD NumForm=Digit|NumType=Card 2 nmod 2:nmod:at _ 7 today today NOUN NN Number=Sing 6 nmod:tmod 6:nmod:tmod _ 8 in in ADP IN _ 11 case 11:case _ 9-10 Sara's _ _ _ _ _ _ _ _ 9 Sara Sara PROPN NNP Number=Sing 11 nmod:poss 11:nmod:poss _ 10 's 's PART POS _ 9 case 9:case _ 11 office office NOUN NN Number=Sing 2 nmod 2:nmod:in _ -12 - - PUNCT , _ 11 punct 11:punct _ -13 EB EB PROPN NNP Number=Sing 14 compound 14:compound SpaceAfter=No +12 - - PUNCT , _ 14 punct 14:punct _ +13 EB EB PROPN NNP Number=Sing 14 compound 14:compound CorrectSpaceAfter=Yes|SpaceAfter=No 14 3801A 3801a NOUN NN Number=Sing 11 appos 11:appos SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ @@ -65980,14 +66006,14 @@ # text = Attached for your further handling is the draft form Deemed ISDA between ENA and Ispat Mexicana S.A. de C.V. 1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 for for ADP IN _ 5 case 5:case _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 further further ADJ JJ Degree=Pos 5 amod 5:amod _ 5 handling handling NOUN NN Number=Sing 1 obl 1:obl:for _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 draft draft NOUN NN Number=Sing 9 compound 9:compound _ 9 form form NOUN NN Number=Sing 1 nsubj:pass 1:nsubj:pass _ -10 Deemed Deemed PROPN NNP Number=Sing 11 compound 11:compound _ +10 Deemed Deem VERB NNP Tense=Past|VerbForm=Part 11 amod 11:amod _ 11 ISDA ISDA PROPN NNP Number=Sing 9 appos 9:appos _ 12 between between ADP IN _ 13 case 13:case _ 13 ENA ENA PROPN NNP Number=Sing 9 nmod 9:nmod:between _ @@ -66007,7 +66033,7 @@ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 economic economic ADJ JJ Degree=Pos 6 amod 6:amod _ 6 provisions provision NOUN NNS Number=Plur 9 nsubj:pass 9:nsubj:pass _ -7 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +7 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 been be AUX VBN Tense=Past|VerbForm=Part 9 aux:pass 9:aux:pass _ 9 omitted omit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 ccomp 2:ccomp SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ @@ -66021,12 +66047,12 @@ 4 know know VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 if if SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj|11:nsubj _ -7 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ -8 any any DET DT _ 9 det 9:det _ +7 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +8 any any DET DT PronType=Ind 9 det 9:det _ 9 questions question NOUN NNS Number=Plur 7 obj 7:obj _ 10 or or CCONJ CC _ 11 cc 11:cc _ -11 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 conj 4:advcl:if|7:conj:or _ -12 anything anything PRON NN Number=Sing 11 obj 11:obj _ +11 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 conj 4:ccomp|7:conj:or _ +12 anything anything PRON NN Number=Sing|PronType=Ind 11 obj 11:obj _ 13 else else ADJ JJ Degree=Pos 12 amod 12:amod SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ @@ -66050,7 +66076,7 @@ 3 info info NOUN NN Number=Sing 1 nsubj 1:nsubj _ 4 on on ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 Elliotts Elliotts PROPN NNPS Number=Plur 3 nmod 3:nmod:on SpaceAfter=No +6 Elliotts Elliott PROPN NNPS Number=Plur 3 nmod 3:nmod:on SpaceAfter=No 7 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent13_01-0042 @@ -66068,22 +66094,22 @@ # text = We've been asking everyday if anyone had heard if the "Babies Elliott" had arrived. 1-2 We've _ _ _ _ _ _ _ _ 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 've have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux 4:aux _ 4 asking ask VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 everyday everyday NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod _ 6 if if SCONJ IN _ 9 mark 9:mark _ -7 anyone anyone PRON NN Number=Sing 9 nsubj 9:nsubj _ -8 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ -9 heard hear VERB VBN Tense=Past|VerbForm=Part 4 advcl 4:advcl:if _ +7 anyone anyone PRON NN Number=Sing|PronType=Ind 9 nsubj 9:nsubj _ +8 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +9 heard hear VERB VBN Tense=Past|VerbForm=Part 4 ccomp 4:ccomp _ 10 if if SCONJ IN _ 17 mark 17:mark _ 11 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 12 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No -13 Babies Babies PROPN NNPS Number=Plur 14 compound 14:compound _ +13 Babies Baby PROPN NNPS Number=Plur 14 compound 14:compound _ 14 Elliott Elliott PROPN NNP Number=Sing 17 nsubj 17:nsubj SpaceAfter=No 15 " " PUNCT '' _ 14 punct 14:punct _ -16 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 aux 17:aux _ -17 arrived arrive VERB VBN Tense=Past|VerbForm=Part 9 advcl 9:advcl:if SpaceAfter=No +16 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 aux 17:aux _ +17 arrived arrive VERB VBN Tense=Past|VerbForm=Part 9 ccomp 9:ccomp SpaceAfter=No 18 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent13_01-0045 @@ -66093,11 +66119,11 @@ 3 hear hear VERB VB VerbForm=Inf 1 advcl 1:advcl:to _ 4 that that SCONJ IN _ 8 mark 8:mark _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj|13:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 all all ADV RB _ 8 advmod 8:advmod _ 8 healthy healthy ADJ JJ Degree=Pos 3 ccomp 3:ccomp _ 9 and and CCONJ CC _ 13 cc 13:cc _ -10 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 cop 13:cop _ +10 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 good good ADJ JJ Degree=Pos 13 amod 13:amod _ 13 size size NOUN NN Number=Sing 8 conj 3:ccomp|8:conj:and SpaceAfter=No @@ -66112,7 +66138,7 @@ # sent_id = email-enronsent13_01-0046 # text = Look forward to seeing pictures of the little ones. -1 Look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Look look VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 forward forward ADV RB _ 1 advmod 1:advmod _ 3 to to SCONJ IN _ 4 mark 4:mark _ 4 seeing see VERB VBG VerbForm=Ger 1 advcl 1:advcl:to _ @@ -66126,10 +66152,10 @@ # sent_id = email-enronsent13_01-0047 # text = I know you all are going to have so much fun with them. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj|8:nsubj:xsubj _ -4 all all DET DT _ 3 det 3:det _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 all all DET DT PronType=Tot 3 det 3:det _ +5 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 going go VERB VBG Tense=Pres|VerbForm=Part 2 ccomp 2:ccomp _ 7 to to PART TO _ 8 mark 8:mark _ 8 have have VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ @@ -66142,15 +66168,15 @@ # sent_id = email-enronsent13_01-0048 # text = Hope you've been storing up sleep, cause it looks like you won't be getting much for a while. -1 Hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2-3 you've _ _ _ _ _ _ _ _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -3 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 've have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 been be AUX VBN Tense=Past|VerbForm=Part 5 aux 5:aux _ 5 storing store VERB VBG Tense=Pres|VerbForm=Part 1 ccomp 1:ccomp _ 6 up up ADP RP _ 5 compound:prt 5:compound:prt _ 7 sleep sleep NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No -8 , , PUNCT , _ 1 punct 1:punct _ +8 , , PUNCT , _ 11 punct 11:punct _ 9 cause cause SCONJ IN _ 11 mark 11:mark _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 11 looks look VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:cause _ @@ -66171,27 +66197,27 @@ # newpar id = email-enronsent13_01-p0023 # text = Again, congratulations. 1 Again again ADV RB _ 3 advmod 3:advmod SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 congratulations congratulation NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent13_01-0050 # text = These three little ones don't realize how lucky they are to have such a nice Dad, but I'm sure they'll find out soon. 1 These this DET DT Number=Plur|PronType=Dem 4 det 4:det _ -2 three three NUM CD NumType=Card 4 nummod 4:nummod _ +2 three three NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 3 little little ADJ JJ Degree=Pos 4 amod 4:amod _ 4 ones one NOUN NNS Number=Plur 7 nsubj 7:nsubj _ 5-6 don't _ _ _ _ _ _ _ _ -5 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 n't not PART RB _ 7 advmod 7:advmod _ 7 realize realize VERB VB VerbForm=Inf 0 root 0:root _ -8 how how SCONJ WRB PronType=Int 9 mark 9:mark _ +8 how how ADV WRB PronType=Int 9 advmod 9:advmod _ 9 lucky lucky ADJ JJ Degree=Pos 7 ccomp 7:ccomp _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 12 to to PART TO _ 13 mark 13:mark _ 13 have have VERB VB VerbForm=Inf 9 advcl 9:advcl:to _ -14 such such DET PDT _ 17 det:predet 17:det:predet _ +14 such such DET PDT PronType=Ind 17 det:predet 17:det:predet _ 15 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 16 nice nice ADJ JJ Degree=Pos 17 amod 17:amod _ 17 Dad dad NOUN NN Number=Sing 13 obj 13:obj SpaceAfter=No @@ -66199,7 +66225,7 @@ 19 but but CCONJ CC _ 22 cc 22:cc _ 20-21 I'm _ _ _ _ _ _ _ _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -21 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ +21 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 22 sure sure ADJ JJ Degree=Pos 7 conj 7:conj:but _ 23-24 they'll _ _ _ _ _ _ _ _ 23 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 25 nsubj 25:nsubj _ @@ -66230,44 +66256,44 @@ # sent_id = email-enronsent13_01-0054 # newpar id = email-enronsent13_01-p0026 # text = This is just to let you know that Emma gave birth at week 34 on Friday, 6th July, to our triplets: -1 This this PRON DT Number=Sing|PronType=Dem 2 nsubj 2:nsubj _ -2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 just just ADV RB _ 2 advmod 2:advmod _ +1 This this PRON DT Number=Sing|PronType=Dem 5 nsubj:outer 5:nsubj:outer _ +2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 just just ADV RB _ 5 advmod 5:advmod _ 4 to to PART TO _ 5 mark 5:mark _ -5 let let VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ +5 let let VERB VB VerbForm=Inf 0 root 0:root _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 obj 5:obj|7:nsubj:xsubj _ 7 know know VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 that that SCONJ IN _ 10 mark 10:mark _ 9 Emma Emma PROPN NNP Number=Sing 10 nsubj 10:nsubj _ -10 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 ccomp 7:ccomp _ +10 gave give VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 ccomp 7:ccomp _ 11 birth birth NOUN NN Number=Sing 10 obj 10:obj _ 12 at at ADP IN _ 13 case 13:case _ 13 week week NOUN NN Number=Sing 10 obl 10:obl:at _ -14 34 34 NUM CD NumType=Card 13 nummod 13:nummod _ +14 34 34 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 15 on on ADP IN _ 16 case 16:case _ 16 Friday Friday PROPN NNP Number=Sing 10 obl 10:obl:on SpaceAfter=No -17 , , PUNCT , _ 16 punct 16:punct _ -18 6th 6th NOUN NN Number=Sing 19 compound 19:compound _ +17 , , PUNCT , _ 19 punct 19:punct _ +18 6th 6th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 19 compound 19:compound _ 19 July July PROPN NNP Number=Sing 16 appos 16:appos SpaceAfter=No -20 , , PUNCT , _ 10 punct 10:punct _ +20 , , PUNCT , _ 23 punct 23:punct _ 21 to to ADP IN _ 23 case 23:case _ -22 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 triplets triplet NOUN NNS Number=Plur 10 obl 10:obl:to SpaceAfter=No -24 : : PUNCT : _ 2 punct 2:punct _ +24 : : PUNCT : _ 5 punct 5:punct _ # sent_id = email-enronsent13_01-0055 # newpar id = email-enronsent13_01-p0027 # text = Benjamin James - at 12.45 pm - 3 lbs 4 ozs 1 Benjamin Benjamin PROPN NNP Number=Sing 0 root 0:root _ 2 James James PROPN NNP Number=Sing 1 flat 1:flat _ -3 - - PUNCT , _ 1 punct 1:punct _ +3 - - PUNCT , _ 6 punct 6:punct _ 4 at at ADP IN _ 6 case 6:case _ -5 12.45 12.45 NUM CD NumType=Card 6 nummod 6:nummod _ -6 pm pm NOUN NN Number=Sing 1 nmod 1:nmod:at _ -7 - - PUNCT , _ 1 punct 1:punct _ -8 3 3 NUM CD NumType=Card 9 nummod 9:nummod _ +5 12.45 12.45 NUM CD NumForm=Digit|NumType=Frac 6 nummod 6:nummod _ +6 pm p.m. NOUN NN Number=Sing 1 nmod 1:nmod:at _ +7 - - PUNCT , _ 9 punct 9:punct _ +8 3 3 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 lbs lb NOUN NNS Number=Plur 1 parataxis 1:parataxis _ -10 4 4 NUM CD NumType=Card 11 nummod 11:nummod _ +10 4 4 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 11 ozs oz NOUN NNS Number=Plur 9 conj 9:conj _ # sent_id = email-enronsent13_01-0056 @@ -66275,11 +66301,11 @@ # text = Toby William - 12.46 pm - 4 lbs 1 Toby Toby PROPN NNP Number=Sing 0 root 0:root _ 2 William William PROPN NNP Number=Sing 1 flat 1:flat _ -3 - - PUNCT , _ 1 punct 1:punct _ -4 12.46 12.46 NUM CD NumType=Card 5 nummod 5:nummod _ -5 pm pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ -6 - - PUNCT , _ 1 punct 1:punct _ -7 4 4 NUM CD NumType=Card 8 nummod 8:nummod _ +3 - - PUNCT , _ 5 punct 5:punct _ +4 12.46 12.46 NUM CD NumForm=Digit|NumType=Frac 5 nummod 5:nummod _ +5 pm p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +6 - - PUNCT , _ 8 punct 8:punct _ +7 4 4 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 8 lbs lb NOUN NNS Number=Plur 1 parataxis 1:parataxis _ # sent_id = email-enronsent13_01-0057 @@ -66287,13 +66313,13 @@ # text = Hannah May - 12.48 pm - 3 lbs 15 ozs. 1 Hannah Hannah PROPN NNP Number=Sing 0 root 0:root _ 2 May May PROPN NNP Number=Sing 1 flat 1:flat _ -3 - - PUNCT , _ 1 punct 1:punct _ -4 12.48 12.48 NUM CD NumType=Card 5 nummod 5:nummod _ -5 pm pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ -6 - - PUNCT , _ 1 punct 1:punct _ -7 3 3 NUM CD NumType=Card 8 nummod 8:nummod _ +3 - - PUNCT , _ 5 punct 5:punct _ +4 12.48 12.48 NUM CD NumForm=Digit|NumType=Frac 5 nummod 5:nummod _ +5 pm p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +6 - - PUNCT , _ 8 punct 8:punct _ +7 3 3 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 8 lbs lb NOUN NNS Number=Plur 1 parataxis 1:parataxis _ -9 15 15 NUM CD NumType=Card 10 nummod 10:nummod _ +9 15 15 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 ozs oz NOUN NNS Number=Plur 8 conj 8:conj SpaceAfter=No 11 . . PUNCT . _ 1 punct 1:punct _ @@ -66302,9 +66328,9 @@ # text = Although small, they are all "fully functioning" and very well - they are in the lowest level of special care (and they will probably be in there for another two to four weeks) until they can feed properly and maintain their weights. 1 Although although SCONJ IN _ 2 mark 2:mark _ 2 small small ADJ JJ Degree=Pos 9 advcl 9:advcl:although SpaceAfter=No -3 , , PUNCT , _ 9 punct 9:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj|13:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 6 all all ADV RB _ 9 advmod 9:advmod _ 7 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No 8 fully fully ADV RB _ 9 advmod 9:advmod _ @@ -66313,12 +66339,12 @@ 11 and and CCONJ CC _ 13 cc 13:cc _ 12 very very ADV RB _ 13 advmod 13:advmod _ 13 well well ADJ JJ Degree=Pos 9 conj 9:conj:and _ -14 - - PUNCT , _ 9 punct 9:punct _ +14 - - PUNCT , _ 20 punct 20:punct _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj _ -16 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ +16 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 17 in in ADP IN _ 20 case 20:case _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -19 lowest lowest ADJ JJS Degree=Sup 20 amod 20:amod _ +19 lowest low ADJ JJS Degree=Sup 20 amod 20:amod _ 20 level level NOUN NN Number=Sing 9 parataxis 9:parataxis _ 21 of of ADP IN _ 23 case 23:case _ 22 special special ADJ JJ Degree=Pos 23 amod 23:amod _ @@ -66332,10 +66358,10 @@ 30 in in ADP IN _ 31 case 31:case _ 31 there there ADV RB PronType=Dem 20 conj 20:conj:and _ 32 for for ADP IN _ 37 case 37:case _ -33 another another DET DT _ 37 det 37:det _ -34 two two NUM CD NumType=Card 37 nummod 37:nummod _ +33 another another DET DT PronType=Ind 37 det 37:det _ +34 two two NUM CD NumForm=Word|NumType=Card 37 nummod 37:nummod _ 35 to to ADP IN _ 36 case 36:case _ -36 four four NUM CD NumType=Card 34 nmod 34:nmod:to _ +36 four four NUM CD NumForm=Word|NumType=Card 34 nmod 34:nmod:to _ 37 weeks week NOUN NNS Number=Plur 31 obl 31:obl:for SpaceAfter=No 38 ) ) PUNCT -RRB- _ 31 punct 31:punct _ 39 until until SCONJ IN _ 42 mark 42:mark _ @@ -66345,7 +66371,7 @@ 43 properly properly ADV RB _ 42 advmod 42:advmod _ 44 and and CCONJ CC _ 45 cc 45:cc _ 45 maintain maintain VERB VB VerbForm=Inf 42 conj 20:advcl:until|42:conj:and _ -46 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 47 nmod:poss 47:nmod:poss _ +46 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 47 nmod:poss 47:nmod:poss _ 47 weights weight NOUN NNS Number=Plur 45 obj 45:obj SpaceAfter=No 48 . . PUNCT . _ 9 punct 9:punct _ @@ -66354,7 +66380,7 @@ 1 Emma Emma PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 fine fine ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ 5 too too ADV RB _ 3 advmod 3:advmod _ 6 - - PUNCT , _ 8 punct 8:punct _ 7 very very ADV RB _ 8 advmod 8:advmod _ @@ -66364,9 +66390,9 @@ # sent_id = email-enronsent13_01-0060 # newpar id = email-enronsent13_01-p0031 # text = All the best and kind regards -1 All all DET PDT _ 3 det:predet 3:det:predet _ +1 All all DET PDT PronType=Tot 3 det:predet 3:det:predet _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ -3 best best ADJ JJS Degree=Sup 0 root 0:root _ +3 best good ADJ JJS Degree=Sup 0 root 0:root _ 4 and and CCONJ CC _ 6 cc 6:cc _ 5 kind kind ADJ JJ Degree=Pos 6 amod 6:amod _ 6 regards regards NOUN NNS Number=Plur 3 conj 3:conj:and _ @@ -66384,24 +66410,24 @@ # sent_id = email-enronsent13_01-0063 # text = Attached are the fax cover pages for each of the Nylon and Polykron Deemed ISDAs I just sent you. 1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 4 fax fax NOUN NN Number=Sing 6 compound 6:compound _ 5 cover cover NOUN NN Number=Sing 6 compound 6:compound _ 6 pages page NOUN NNS Number=Plur 1 nsubj:pass 1:nsubj:pass _ 7 for for ADP IN _ 8 case 8:case _ -8 each each DET DT _ 6 nmod 6:nmod:for _ +8 each each DET DT PronType=Tot 6 nmod 6:nmod:for _ 9 of of ADP IN _ 15 case 15:case _ 10 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 11 Nylon Nylon PROPN NNP Number=Sing 15 compound 15:compound _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 Polykron Polykron PROPN NNP Number=Sing 11 conj 11:conj:and|15:compound _ -14 Deemed Deemed PROPN NNP Number=Sing 15 compound 15:compound _ -15 ISDAs ISDAs PROPN NNPS Number=Plur 8 nmod 8:nmod:of _ +14 Deemed Deem VERB NNP Tense=Past|VerbForm=Part 15 amod 15:amod _ +15 ISDAs ISDA PROPN NNPS Number=Plur 8 nmod 8:nmod:of _ 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ 17 just just ADV RB _ 18 advmod 18:advmod _ -18 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ -19 you you PRON PRP Case=Acc|Person=2|PronType=Prs 18 obj 18:obj SpaceAfter=No +18 sent send VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ +19 you you PRON PRP Case=Acc|Person=2|PronType=Prs 18 iobj 18:iobj SpaceAfter=No 20 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent13_01-0064 @@ -66424,11 +66450,11 @@ 4 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 5 clean clean ADJ JJ Degree=Pos 8 amod 8:amod _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 blacklined blackline VERB VBN Tense=Past|VerbForm=Part 5 conj 5:conj:and|8:amod _ +7 blacklined blackline VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 conj 5:conj:and|8:amod _ 8 version version NOUN NN Number=Sing 3 obj 3:obj _ 9 of of ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -11 proposed propose VERB VBN Tense=Past|VerbForm=Part 12 amod 12:amod _ +11 proposed propose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 amod 12:amod _ 12 resolutions resolution NOUN NNS Number=Plur 8 nmod 8:nmod:of _ 13 authorizing authorize VERB VBG VerbForm=Ger 12 acl 12:acl _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -66441,7 +66467,7 @@ # sent_id = email-enronsent13_01-0067 # text = I have attempted to revise them to make them clearer. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 attempted attempt VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 revise revise VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ @@ -66449,7 +66475,7 @@ 7 to to PART TO _ 8 mark 8:mark _ 8 make make VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ 9 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 8 obj 8:obj|10:nsubj:xsubj _ -10 clearer clearer ADJ JJR Degree=Cmp 8 xcomp 8:xcomp SpaceAfter=No +10 clearer clear ADJ JJR Degree=Cmp 8 xcomp 8:xcomp SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent13_01-0068 @@ -66468,7 +66494,7 @@ 12 sure sure ADJ JJ Degree=Pos 5 advcl 5:advcl:as _ 13 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ -15 more more ADV RBR _ 16 advmod 16:advmod _ +15 more more ADV RBR Degree=Cmp 16 advmod 16:advmod _ 16 familiar familiar ADJ JJ Degree=Pos 12 ccomp 12:ccomp _ 17 with with ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ @@ -66476,12 +66502,12 @@ 20 Enron Enron PROPN NNP Number=Sing 21 compound 21:compound _ 21 Corp. Corp. PROPN NNP Number=Sing 22 nsubj 22:nsubj _ 22 likes like VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ -23 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +23 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 resolutions resolution NOUN NNS Number=Plur 22 obj 22:obj _ -25 drafted draft VERB VBN Tense=Past|VerbForm=Part 24 acl 24:acl _ +25 drafted draft VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 24 acl 24:acl _ 26 than than SCONJ IN _ 28 mark 28:mark _ 27 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 28 nsubj 28:nsubj _ -28 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 ccomp 16:ccomp SpaceAfter=No +28 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:than SpaceAfter=No 29 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent13_01-0069 @@ -66492,12 +66518,12 @@ 3 know know VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 if if SCONJ IN _ 6 mark 6:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj|10:nsubj _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ -7 any any DET DT _ 8 det 8:det _ +6 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +7 any any DET DT PronType=Ind 8 det 8:det _ 8 questions question NOUN NNS Number=Plur 6 obj 6:obj _ 9 or or CCONJ CC _ 10 cc 10:cc _ -10 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 conj 3:advcl:if|6:conj:or _ -11 anything anything PRON NN Number=Sing 10 obj 10:obj _ +10 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 conj 3:ccomp|6:conj:or _ +11 anything anything PRON NN Number=Sing|PronType=Ind 10 obj 10:obj _ 12 else else ADJ JJ Degree=Pos 11 amod 11:amod SpaceAfter=No 13 . . PUNCT . _ 1 punct 1:punct _ @@ -66511,7 +66537,7 @@ # text = Turn up your sound a bit. 1 Turn turn VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 up up ADP RP _ 1 compound:prt 1:compound:prt _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 sound sound NOUN NN Number=Sing 1 obj 1:obj _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 bit bit NOUN NN Number=Sing 1 obl:npmod 1:obl:npmod SpaceAfter=No @@ -66520,7 +66546,7 @@ # sent_id = email-enronsent13_01-0072 # text = Hi, Liz: 1 Hi hi INTJ UH _ 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 3 punct 3:punct _ 3 Liz Liz PROPN NNP Number=Sing 1 vocative 1:vocative SpaceAfter=No 4 : : PUNCT : _ 1 punct 1:punct _ @@ -66561,7 +66587,7 @@ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 status status NOUN NN Number=Sing 3 obl 3:obl:regarding _ 8 of of ADP IN _ 10 case 10:case _ -9 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 comments comment NOUN NNS Number=Plur 7 nmod 7:nmod:of _ 11 to to ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ @@ -66572,7 +66598,7 @@ 17 Pemex Pemex PROPN NNP Number=Sing 15 nmod 15:nmod:for _ 18 that that PRON WDT PronType=Rel 20 obj 13:ref _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj _ -20 provided provide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +20 provided provide VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 21 to to ADP IN _ 22 case 22:case _ 22 Lucy Lucy PROPN NNP Number=Sing 20 obl 20:obl:to _ 23 Ortiz Ortiz PROPN NNP Number=Sing 22 flat 22:flat SpaceAfter=No @@ -66589,12 +66615,12 @@ 7 either either CCONJ CC _ 8 cc:preconj 8:cc:preconj _ 8 Francisco Francisco PROPN NNP Number=Sing 6 obj 6:obj _ 9 Pinto Pinto PROPN NNP Number=Sing 8 flat 8:flat SpaceAfter=No -10 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No +10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 11 Leite Leite PROPN NNP Number=Sing 8 flat 8:flat _ 12 or or CCONJ CC _ 13 cc 13:cc _ 13 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 conj 6:obj|8:conj:or _ 14 with with ADP IN _ 16 case 16:case _ -15 any any DET DT _ 16 det 16:det _ +15 any any DET DT PronType=Ind 16 det 16:det _ 16 questions question NOUN NNS Number=Plur 6 obl 6:obl:with _ 17 or or CCONJ CC _ 18 cc 18:cc _ 18 comments comment NOUN NNS Number=Plur 16 conj 6:obl:with|16:conj:or SpaceAfter=No @@ -66603,11 +66629,11 @@ # sent_id = email-enronsent13_01-0079 # text = We look forward to hearing your comments. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 look look VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 forward forward ADV RB _ 2 advmod 2:advmod _ 4 to to SCONJ IN _ 5 mark 5:mark _ 5 hearing hear VERB VBG VerbForm=Ger 2 advcl 2:advcl:to _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 comments comment NOUN NNS Number=Plur 5 obj 5:obj SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ @@ -66630,21 +66656,21 @@ # newpar id = email-enronsent13_01-p0043 # text = Attached are an original and blacklined copy of your form of guaranty, which reflect our comments. 1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ 3 an a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 original original ADJ JJ Degree=Pos 1 nsubj:pass 1:nsubj:pass|15:nsubj _ 5 and and CCONJ CC _ 7 cc 7:cc _ -6 blacklined blackline VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +6 blacklined blackline VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 copy copy NOUN NN Number=Sing 4 conj 1:nsubj:pass|4:conj:and|15:nsubj _ 8 of of ADP IN _ 10 case 10:case _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 form form NOUN NN Number=Sing 4 obl 4:obl:of _ 11 of of ADP IN _ 12 case 12:case _ 12 guaranty guaranty NOUN NN Number=Sing 10 nmod 10:nmod:of SpaceAfter=No -13 , , PUNCT , _ 4 punct 4:punct _ +13 , , PUNCT , _ 15 punct 15:punct _ 14 which which PRON WDT PronType=Rel 15 nsubj 4:ref _ -15 reflect reflect VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ -16 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 reflect reflect VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +16 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 comments comment NOUN NNS Number=Plur 15 obj 15:obj SpaceAfter=No 18 . . PUNCT . _ 1 punct 1:punct _ @@ -66659,20 +66685,20 @@ 7 either either CCONJ CC _ 8 cc:preconj 8:cc:preconj _ 8 Francisco Francisco PROPN NNP Number=Sing 6 obj 6:obj _ 9 Pinto Pinto PROPN NNP Number=Sing 8 flat 8:flat SpaceAfter=No -10 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No +10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 11 Leite Leite PROPN NNP Number=Sing 8 flat 8:flat SpaceAfter=No -12 , , PUNCT , _ 8 punct 8:punct _ +12 , , PUNCT , _ 14 punct 14:punct _ 13 Senior senior ADJ JJ Degree=Pos 14 amod 14:amod _ 14 Counsel counsel NOUN NN Number=Sing 8 appos 8:appos _ 15 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No -16 713/345-7942 713/345-7942 NUM CD NumType=Card 8 list 8:list SpaceAfter=No +16 713/345-7942 713/345-7942 NUM CD NumForm=Digit|NumType=Card 8 list 8:list SpaceAfter=No 17 ; ; PUNCT , _ 16 punct 16:punct _ 18 francisco.pinto.leite@enron.com francisco.pinto.leite@enron.com X ADD _ 8 list 8:list SpaceAfter=No 19 ) ) PUNCT -RRB- _ 18 punct 18:punct _ 20 or or CCONJ CC _ 21 cc 21:cc _ 21 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 conj 6:obj|8:conj:or _ 22 with with ADP IN _ 24 case 24:case _ -23 any any DET DT _ 24 det 24:det _ +23 any any DET DT PronType=Ind 24 det 24:det _ 24 questions question NOUN NNS Number=Plur 6 obl 6:obl:with _ 25 or or CCONJ CC _ 26 cc 26:cc _ 26 comments comment NOUN NNS Number=Plur 24 conj 6:obl:with|24:conj:or SpaceAfter=No @@ -66680,10 +66706,10 @@ # sent_id = email-enronsent13_01-0084 # text = Thank you for your assistance. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 for for ADP IN _ 5 case 5:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 assistance assistance NOUN NN Number=Sing 1 obl 1:obl:for SpaceAfter=No 6 . . PUNCT . _ 1 punct 1:punct _ @@ -66705,17 +66731,17 @@ # newpar id = email-enronsent13_01-p0045 # text = I received this draft from Niagara Mohawk Marketing, Inc. for our review. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 received receive VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 draft draft NOUN NN Number=Sing 2 obj 2:obj _ 5 from from ADP IN _ 10 case 10:case _ 6 Niagara Niagara PROPN NNP Number=Sing 10 compound 10:compound _ 7 Mohawk Mohawk PROPN NNP Number=Sing 10 compound 10:compound _ 8 Marketing Marketing PROPN NNP Number=Sing 10 compound 10:compound SpaceAfter=No -9 , , PUNCT , _ 10 punct 10:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10 Inc. Inc. PROPN NNP Number=Sing 2 obl 2:obl:from _ 11 for for ADP IN _ 13 case 13:case _ -12 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 review review NOUN NN Number=Sing 2 obl 2:obl:for SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ @@ -66750,14 +66776,14 @@ # sent_id = email-enronsent13_01-0092 # text = per our conversation yesterday afternoon, attached are proposed drafts of the Schedule and the Para. 13 relative to the above. 1 per per ADP IN _ 3 case 3:case _ -2 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 conversation conversation NOUN NN Number=Sing 7 obl 7:obl:per _ 4 yesterday yesterday NOUN NN Number=Sing 5 compound 5:compound _ 5 afternoon afternoon NOUN NN Number=Sing 3 nmod:tmod 3:nmod:tmod SpaceAfter=No -6 , , PUNCT , _ 7 punct 7:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ -9 proposed propose VERB VBN Tense=Past|VerbForm=Part 10 amod 10:amod _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ +9 proposed propose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 amod 10:amod _ 10 drafts draft NOUN NNS Number=Plur 7 nsubj:pass 7:nsubj:pass _ 11 of of ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ @@ -66765,7 +66791,7 @@ 14 and and CCONJ CC _ 16 cc 16:cc _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 Para. para. NOUN NN Number=Sing 10 conj 7:nsubj:pass|10:conj:and _ -17 13 13 NUM CD NumType=Card 16 nummod 16:nummod _ +17 13 13 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 18 relative relative ADV RB _ 16 acl 16:acl _ 19 to to ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ @@ -66779,15 +66805,15 @@ 3 with with ADP IN _ 4 case 4:case _ 4 Dennis Dennis PROPN NNP Number=Sing 2 obl 2:obl:with _ 5 Goldmann Goldmann PROPN NNP Number=Sing 4 flat 4:flat SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 2 punct 2:punct _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj:pass 9:nsubj:pass _ 8 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 aux:pass 9:aux:pass _ 9 advised advise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 10 that that SCONJ IN _ 12 mark 12:mark _ 11 there there PRON EX _ 12 expl 12:expl _ -12 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ +12 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ 13 currently currently ADV RB _ 12 advmod 12:advmod _ -14 2 2 NUM CD NumType=Card 15 nummod 15:nummod _ +14 2 2 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 15 Guaranties guaranty NOUN NNS Number=Plur 12 nsubj 12:nsubj _ 16 in in ADP IN _ 17 case 17:case _ 17 place place NOUN NN Number=Sing 15 nmod 15:nmod:in _ @@ -66796,37 +66822,37 @@ 20 sum sum NOUN NN Number=Sing 15 nmod 15:nmod:in _ 21 of of ADP IN _ 22 case 22:case _ 22 $ $ SYM $ _ 20 nmod 20:nmod:of SpaceAfter=No -23 8 8 NUM CD NumType=Card 22 compound 22:compound SpaceAfter=No -24 M m NUM CD NumType=Card 22 compound 22:compound _ -25 each each DET DT _ 22 advmod 22:advmod SpaceAfter=No -26 : : PUNCT : _ 15 punct 15:punct _ -27 one one NUM CD NumType=Card 15 appos 15:appos _ +23 8 8 NUM CD NumForm=Digit|NumType=Card 24 compound 24:compound SpaceAfter=No +24 M million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 22 nummod 22:nummod _ +25 each each DET DT PronType=Tot 22 advmod 22:advmod SpaceAfter=No +26 : : PUNCT : _ 27 punct 27:punct _ +27 one one NUM CD NumForm=Word|NumType=Card 15 appos 15:appos _ 28 by by ADP IN _ 32 case 32:case _ 29 Niagara Niagara PROPN NNP Number=Sing 32 compound 32:compound _ 30 Mohawk Mohawk PROPN NNP Number=Sing 32 compound 32:compound _ -31 Holdings Holdings PROPN NNPS Number=Plur 32 compound 32:compound _ +31 Holdings Holding PROPN NNPS Number=Plur 32 compound 32:compound _ 32 Inc Inc PROPN NNP Number=Sing 27 nmod 27:nmod:by _ 33 f for ADP IN Abbr=Yes 35 case 35:case SpaceAfter=No -34 / / PUNCT , _ 35 punct 35:punct SpaceAfter=No -35 b benefit NOUN NN Abbr=Yes|Number=Sing 27 nmod 27:nmod:f SpaceAfter=No -36 / / PUNCT , _ 35 punct 35:punct SpaceAfter=No +34 / / PUNCT , _ 33 punct 33:punct SpaceAfter=No +35 b benefit NOUN NN Abbr=Yes|Number=Sing 27 nmod 27:nmod:for SpaceAfter=No +36 / / PUNCT , _ 38 punct 38:punct SpaceAfter=No 37 o of ADP IN Abbr=Yes 38 case 38:case _ -38 Enron Enron PROPN NNP Number=Sing 35 nmod 35:nmod:o SpaceAfter=No +38 Enron Enron PROPN NNP Number=Sing 35 nmod 35:nmod:of SpaceAfter=No 39 , , PUNCT , _ 41 punct 41:punct _ 40 and and CCONJ CC _ 41 cc 41:cc _ -41 one one NUM CD NumType=Card 27 conj 15:appos|27:conj:and _ +41 one one NUM CD NumForm=Word|NumType=Card 27 conj 15:appos|27:conj:and _ 42 by by ADP IN _ 44 case 44:case _ 43 Enron Enron PROPN NNP Number=Sing 44 compound 44:compound _ 44 Inc. Inc. PROPN NNP Number=Sing 41 nmod 41:nmod:by _ 45 f for ADP IN Abbr=Yes 47 case 47:case SpaceAfter=No -46 / / PUNCT , _ 47 punct 47:punct SpaceAfter=No -47 b benefit NOUN NN Abbr=Yes|Number=Sing 41 nmod 41:nmod:f SpaceAfter=No -48 / / PUNCT , _ 47 punct 47:punct SpaceAfter=No +46 / / PUNCT , _ 45 punct 45:punct SpaceAfter=No +47 b benefit NOUN NN Abbr=Yes|Number=Sing 41 nmod 41:nmod:for SpaceAfter=No +48 / / PUNCT , _ 53 punct 53:punct SpaceAfter=No 49 o of ADP IN Abbr=Yes 53 case 53:case _ 50 Niagara Niagara PROPN NNP Number=Sing 53 compound 53:compound _ 51 Mohawk Mohawk PROPN NNP Number=Sing 53 compound 53:compound _ 52 Energy Energy PROPN NNP Number=Sing 53 compound 53:compound _ -53 Marketing Marketing PROPN NNP Number=Sing 47 nmod 47:nmod:o SpaceAfter=No +53 Marketing Marketing PROPN NNP Number=Sing 47 nmod 47:nmod:of SpaceAfter=No 54 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent13_01-0094 @@ -66835,11 +66861,11 @@ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ 3 told tell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 that that SCONJ IN _ 9 mark 9:mark _ -5 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +5 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 6 respective respective ADJ JJ Degree=Pos 8 amod 8:amod _ 7 credit credit NOUN NN Number=Sing 8 compound 8:compound _ 8 departments department NOUN NNS Number=Plur 9 nsubj 9:nsubj|11:nsubj:xsubj _ -9 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +9 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 10 to to PART TO _ 11 mark 11:mark _ 11 raise raise VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ @@ -66847,10 +66873,10 @@ 14 lines line NOUN NNS Number=Plur 11 obj 11:obj _ 15 to to ADP IN _ 16 case 16:case _ 16 $ $ SYM $ _ 11 obl 11:obl:to SpaceAfter=No -17 10 10 NUM CD NumType=Card 18 compound 18:compound SpaceAfter=No -18 M m NUM CD NumType=Card 16 nummod 16:nummod _ +17 10 10 NUM CD NumForm=Digit|NumType=Card 18 compound 18:compound SpaceAfter=No +18 M million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 16 nummod 16:nummod _ 19 for for ADP IN _ 21 case 21:case _ -20 each each DET DT _ 21 det 21:det _ +20 each each DET DT PronType=Tot 21 det 21:det _ 21 party party NOUN NN Number=Sing 16 nmod 16:nmod:for SpaceAfter=No 22 , , PUNCT , _ 25 punct 25:punct _ 23 but but CCONJ CC _ 25 cc 25:cc _ @@ -66876,9 +66902,9 @@ 4 if if SCONJ IN _ 8 mark 8:mark _ 5 this this PRON DT Number=Sing|PronType=Dem 8 nsubj 8:nsubj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ -8 understanding understanding NOUN NN Number=Sing 3 advcl 3:advcl:if SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +8 understanding understanding NOUN NN Number=Sing 3 ccomp 3:ccomp SpaceAfter=No +9 , , PUNCT , _ 10 punct 10:punct _ 10 as as ADV RB _ 8 advmod 8:advmod _ 11 well well ADV RB Degree=Pos 10 fixed 10:fixed SpaceAfter=No 12 . . PUNCT . _ 1 punct 1:punct _ @@ -66887,28 +66913,28 @@ # text = After you have had the chance to review the attached, please send me a marked-up draft and we can discuss our concerns from there. 1 After after SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 had have VERB VBN Tense=Past|VerbForm=Part 13 advcl 13:advcl:after _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 chance chance NOUN NN Number=Sing 4 obj 4:obj _ 7 to to PART TO _ 8 mark 8:mark _ 8 review review VERB VB VerbForm=Inf 6 acl 6:acl:to _ -9 the the DET DT Definite=Def|PronType=Art 8 obj 8:obj _ -10 attached attach VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod SpaceAfter=No -11 , , PUNCT , _ 13 punct 13:punct _ +9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ +10 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 obj 8:obj SpaceAfter=No +11 , , PUNCT , _ 4 punct 4:punct _ 12 please please INTJ UH _ 13 discourse 13:discourse _ 13 send send VERB VB VerbForm=Inf 0 root 0:root _ 14 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 13 iobj 13:iobj _ 15 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ -16 marked mark VERB VBN Tense=Past|VerbForm=Part 19 amod 19:amod SpaceAfter=No -17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +16 marked mark VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 amod 19:amod SpaceAfter=No +17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No 18 up up ADP RP _ 16 compound 16:compound _ 19 draft draft NOUN NN Number=Sing 13 obj 13:obj _ 20 and and CCONJ CC _ 23 cc 23:cc _ 21 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 23 nsubj 23:nsubj _ 22 can can AUX MD VerbForm=Fin 23 aux 23:aux _ 23 discuss discuss VERB VB VerbForm=Inf 13 conj 13:conj:and _ -24 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 concerns concern NOUN NNS Number=Plur 23 obj 23:obj _ 26 from from ADP IN _ 27 case 27:case _ 27 there there ADV RB PronType=Dem 23 obl 23:obl:from SpaceAfter=No @@ -66919,9 +66945,9 @@ 1 Should should AUX MD VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 have have VERB VB VerbForm=Inf 7 advcl 7:advcl _ -4 any any DET DT _ 5 det 5:det _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 questions question NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -6 , , PUNCT , _ 7 punct 7:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 feel feel VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 8 free free ADJ JJ Degree=Pos 7 xcomp 7:xcomp _ 9 to to PART TO _ 10 mark 10:mark _ @@ -66936,12 +66962,12 @@ 3 be be AUX VB VerbForm=Inf 4 aux:pass 4:aux:pass _ 4 reached reach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 at at ADP IN _ 6 case 6:case _ -6 315-460-3344 315-460-3344 NUM CD NumType=Card 4 obl 4:obl:at SpaceAfter=No +6 315-460-3344 315-460-3344 NUM CD NumForm=Digit|NumType=Card 4 obl 4:obl:at SpaceAfter=No 7 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent13_01-0099 # text = Any credit concerns can be discussed with Dennis Goldmann, who can be reached at 315-460-3349. -1 Any any DET DT _ 3 det 3:det _ +1 Any any DET DT PronType=Ind 3 det 3:det _ 2 credit credit NOUN NN Number=Sing 3 compound 3:compound _ 3 concerns concern NOUN NNS Number=Plur 6 nsubj:pass 6:nsubj:pass _ 4 can can AUX MD VerbForm=Fin 6 aux 6:aux _ @@ -66950,19 +66976,19 @@ 7 with with ADP IN _ 8 case 8:case _ 8 Dennis Dennis PROPN NNP Number=Sing 6 obl 6:obl:with|14:nsubj:pass _ 9 Goldmann Goldmann PROPN NNP Number=Sing 8 flat 8:flat SpaceAfter=No -10 , , PUNCT , _ 8 punct 8:punct _ +10 , , PUNCT , _ 14 punct 14:punct _ 11 who who PRON WP PronType=Rel 14 nsubj:pass 8:ref _ 12 can can AUX MD VerbForm=Fin 14 aux 14:aux _ 13 be be AUX VB VerbForm=Inf 14 aux:pass 14:aux:pass _ 14 reached reach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl:relcl 8:acl:relcl _ 15 at at ADP IN _ 16 case 16:case _ -16 315-460-3349 315-460-3349 NUM CD NumType=Card 14 obl 14:obl:at SpaceAfter=No +16 315-460-3349 315-460-3349 NUM CD NumForm=Digit|NumType=Card 14 obl 14:obl:at SpaceAfter=No 17 . . PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent13_01-0100 # text = I look forward to hearing from you. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 look look VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 forward forward ADV RB _ 2 advmod 2:advmod _ 4 to to SCONJ IN _ 5 mark 5:mark _ 5 hearing hear VERB VBG VerbForm=Ger 2 advcl 2:advcl:to _ @@ -66981,52 +67007,52 @@ # text = (See attached file: ENRON - SCHEDULE(nmemdrft8-7-01).doc)(See attached file: ENRON - Para13(nmemdrft8-7-01).doc) 1 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No 2 See see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 attached attach VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod _ +3 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod _ 4 file file NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -5 : : PUNCT : _ 4 punct 4:punct _ -6 ENRON enron X GW _ 4 appos 4:appos _ -7 - - X GW _ 6 goeswith 6:goeswith _ -8 SCHEDULE schedule X GW _ 6 goeswith 6:goeswith SpaceAfter=No -9 ( ( X GW _ 6 goeswith 6:goeswith SpaceAfter=No -10 nmemdrft8-7-01 nmemdrft8-7-01 X GW _ 6 goeswith 6:goeswith SpaceAfter=No -11 ) ) X GW _ 6 goeswith 6:goeswith SpaceAfter=No -12 .doc .doc NOUN NN Number=Sing 6 goeswith 6:goeswith SpaceAfter=No +5 : : PUNCT : _ 6 punct 6:punct _ +6 ENRON enron NOUN GW _ 4 appos 4:appos _ +7 - - X GW _ 6 flat 6:flat _ +8 SCHEDULE schedule X GW _ 6 flat 6:flat SpaceAfter=No +9 ( ( X GW _ 6 flat 6:flat SpaceAfter=No +10 nmemdrft8-7-01 nmemdrft8-7-01 X GW _ 6 flat 6:flat SpaceAfter=No +11 ) ) X GW _ 6 flat 6:flat SpaceAfter=No +12 .doc .doc X NN Number=Sing 6 flat 6:flat SpaceAfter=No 13 ) ) PUNCT -RRB- _ 2 punct 2:punct SpaceAfter=No -14 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No +14 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No 15 See see VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis _ -16 attached attach VERB VBN Tense=Past|VerbForm=Part 17 amod 17:amod _ +16 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 amod 17:amod _ 17 file file NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No -18 : : PUNCT : _ 17 punct 17:punct _ -19 ENRON enron X GW _ 17 appos 17:appos _ -20 - - X GW _ 19 goeswith 19:goeswith _ -21 Para13 para13 X GW _ 19 goeswith 19:goeswith SpaceAfter=No -22 ( ( X GW _ 19 goeswith 19:goeswith SpaceAfter=No -23 nmemdrft8-7-01 nmemdrft8-7-01 X GW _ 19 goeswith 19:goeswith SpaceAfter=No -24 ) ) X GW _ 19 goeswith 19:goeswith SpaceAfter=No -25 .doc .doc NOUN NN Number=Sing 19 goeswith 19:goeswith SpaceAfter=No -26 ) ) PUNCT -RRB- _ 2 punct 2:punct _ +18 : : PUNCT : _ 19 punct 19:punct _ +19 ENRON enron NOUN GW _ 17 appos 17:appos _ +20 - - X GW _ 19 flat 19:flat _ +21 Para13 Para13 X GW _ 19 flat 19:flat SpaceAfter=No +22 ( ( X GW _ 19 flat 19:flat SpaceAfter=No +23 nmemdrft8-7-01 nmemdrft8-7-01 X GW _ 19 flat 19:flat SpaceAfter=No +24 ) ) X GW _ 19 flat 19:flat SpaceAfter=No +25 .doc .doc X NN Number=Sing 19 flat 19:flat SpaceAfter=No +26 ) ) PUNCT -RRB- _ 15 punct 15:punct _ # sent_id = email-enronsent13_01-0103 # text = - ENRON - SCHEDULE(nmemdrft8-7-01).doc 1 - - PUNCT NFP _ 2 punct 2:punct _ -2 ENRON enron X GW _ 0 root 0:root _ -3 - - X GW _ 2 goeswith 2:goeswith _ -4 SCHEDULE schedule X GW _ 2 goeswith 2:goeswith SpaceAfter=No -5 ( ( X GW _ 2 goeswith 2:goeswith SpaceAfter=No -6 nmemdrft8-7-01 nmemdrft8-7-01 X GW _ 2 goeswith 2:goeswith SpaceAfter=No -7 ) ) X GW _ 2 goeswith 2:goeswith SpaceAfter=No -8 .doc .doc NOUN NN Number=Sing 2 goeswith 2:goeswith _ +2 ENRON enron NOUN GW _ 0 root 0:root _ +3 - - X GW _ 2 flat 2:flat _ +4 SCHEDULE schedule X GW _ 2 flat 2:flat SpaceAfter=No +5 ( ( X GW _ 2 flat 2:flat SpaceAfter=No +6 nmemdrft8-7-01 nmemdrft8-7-01 X GW _ 2 flat 2:flat SpaceAfter=No +7 ) ) X GW _ 2 flat 2:flat SpaceAfter=No +8 .doc .doc X NN Number=Sing 2 flat 2:flat _ # sent_id = email-enronsent13_01-0104 # text = - ENRON - Para13(nmemdrft8-7-01).doc 1 - - PUNCT NFP _ 2 punct 2:punct _ -2 ENRON enron X GW _ 0 root 0:root _ -3 - - X GW _ 2 goeswith 2:goeswith _ -4 Para13 para13 X GW _ 2 goeswith 2:goeswith SpaceAfter=No -5 ( ( X GW _ 2 goeswith 2:goeswith SpaceAfter=No -6 nmemdrft8-7-01 nmemdrft8-7-01 X GW _ 2 goeswith 2:goeswith SpaceAfter=No -7 ) ) X GW _ 2 goeswith 2:goeswith SpaceAfter=No -8 .doc .doc NOUN NN Number=Sing 2 goeswith 2:goeswith _ +2 ENRON enron NOUN GW _ 0 root 0:root _ +3 - - X GW _ 2 flat 2:flat _ +4 Para13 Para13 X GW _ 2 flat 2:flat SpaceAfter=No +5 ( ( X GW _ 2 flat 2:flat SpaceAfter=No +6 nmemdrft8-7-01 nmemdrft8-7-01 X GW _ 2 flat 2:flat SpaceAfter=No +7 ) ) X GW _ 2 flat 2:flat SpaceAfter=No +8 .doc .doc X NN Number=Sing 2 flat 2:flat _ # sent_id = email-enronsent13_01-0105 # text = Hi Marie @@ -67036,7 +67062,7 @@ # sent_id = email-enronsent13_01-0106 # newpar id = email-enronsent13_01-p0050 # text = Did you get a chance to find those GTC's for ENA that you can forward this way? -1 Did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +1 Did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 get get VERB VB VerbForm=Inf 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ @@ -67044,7 +67070,7 @@ 6 to to PART TO _ 7 mark 7:mark _ 7 find find VERB VB VerbForm=Inf 5 acl 5:acl:to _ 8 those that DET DT Number=Plur|PronType=Dem 9 det 9:det _ -9 GTC's gtc' NOUN NNS Number=Plur 7 obj 7:obj _ +9 GTC's gtc NOUN NNS Number=Plur 7 obj 7:obj _ 10 for for ADP IN _ 11 case 11:case _ 11 ENA ena NOUN NN Number=Sing 7 obl 7:obl:for|15:obj _ 12 that that PRON WDT PronType=Rel 15 obj 11:ref _ @@ -67058,11 +67084,11 @@ # sent_id = email-enronsent13_01-0107 # text = Thanks, I know you are busy. 1 Thanks thanks NOUN NN Number=Sing 4 discourse 4:discourse SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +6 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 7 busy busy ADJ JJ Degree=Pos 4 ccomp 4:ccomp SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ @@ -67081,7 +67107,7 @@ # newpar id = email-enronsent13_01-p0053 # text = Attached are the draft Schedule to the ISDA Master Agreement, together with Paragraph 13 to the ISDA Credit Support Annex. 1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 draft draft NOUN NN Number=Sing 5 compound 5:compound _ 5 Schedule schedule NOUN NN Number=Sing 1 nsubj:pass 1:nsubj:pass _ @@ -67090,11 +67116,11 @@ 8 ISDA ISDA PROPN NNP Number=Sing 10 compound 10:compound _ 9 Master master NOUN NN Number=Sing 10 compound 10:compound _ 10 Agreement agreement NOUN NN Number=Sing 5 nmod 5:nmod:to SpaceAfter=No -11 , , PUNCT , _ 5 punct 5:punct _ +11 , , PUNCT , _ 14 punct 14:punct _ 12 together together ADV RB _ 14 advmod 14:advmod _ 13 with with ADP IN _ 14 case 14:case _ 14 Paragraph paragraph NOUN NN Number=Sing 5 nmod 5:nmod:with _ -15 13 13 NUM CD NumType=Card 14 nummod 14:nummod _ +15 13 13 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 16 to to ADP IN _ 21 case 21:case _ 17 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 18 ISDA ISDA PROPN NNP Number=Sing 20 compound 20:compound _ @@ -67121,7 +67147,7 @@ 14 soon soon ADV RB Degree=Pos 3 advmod 3:advmod _ 15 as as SCONJ IN _ 17 mark 17:mark _ 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -17 send send VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:as _ +17 send send VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:as _ 18 this this DET DT Number=Sing|PronType=Dem 19 det 19:det _ 19 message message NOUN NN Number=Sing 17 obj 17:obj SpaceAfter=No 20 . . PUNCT . _ 3 punct 3:punct _ @@ -67133,12 +67159,12 @@ 3 know know VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 if if SCONJ IN _ 6 mark 6:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj|10:nsubj _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ -7 any any DET DT _ 8 det 8:det _ +6 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +7 any any DET DT PronType=Ind 8 det 8:det _ 8 questions question NOUN NNS Number=Plur 6 obj 6:obj _ 9 or or CCONJ CC _ 10 cc 10:cc _ -10 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 conj 3:advcl:if|6:conj:or _ -11 anything anything PRON NN Number=Sing 10 obj 10:obj _ +10 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 conj 3:ccomp|6:conj:or _ +11 anything anything PRON NN Number=Sing|PronType=Ind 10 obj 10:obj _ 12 else else ADJ JJ Degree=Pos 11 amod 11:amod SpaceAfter=No 13 . . PUNCT . _ 1 punct 1:punct _ @@ -67153,7 +67179,7 @@ # newpar id = email-enronsent44_01-p0001 # text = Hi everyone, 1 Hi hi INTJ UH _ 2 discourse 2:discourse _ -2 everyone everyone PRON NN Number=Sing 0 root 0:root SpaceAfter=No +2 everyone everyone PRON NN Number=Sing|PronType=Tot 0 root 0:root SpaceAfter=No 3 , , PUNCT , _ 2 punct 2:punct _ # sent_id = email-enronsent44_01-0002 @@ -67161,7 +67187,7 @@ # text = I just got of the phone with Hai and he told me how to make an adjustment on a day to day basis in regards to incorrect liquidations but he also explained this is just to make the daily P&L #'s right, if nothing were done the month end P&L would still somehow work out because adjustments would be made. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 of of ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 phone phone NOUN NN Number=Sing 3 obl 3:obl:of _ @@ -67169,11 +67195,11 @@ 8 Hai Hai PROPN NNP Number=Sing 3 obl 3:obl:with _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +11 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 12 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 11 iobj 11:iobj _ -13 how how ADV WRB PronType=Int 11 obj 11:obj _ +13 how how ADV WRB PronType=Int 15 advmod 15:advmod _ 14 to to PART TO _ 15 mark 15:mark _ -15 make make VERB VB VerbForm=Inf 13 acl:relcl 13:acl:relcl _ +15 make make VERB VB VerbForm=Inf 11 ccomp 11:ccomp _ 16 an a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 17 adjustment adjustment NOUN NN Number=Sing 15 obj 15:obj _ 18 on on ADP IN _ 23 case 23:case _ @@ -67190,22 +67216,22 @@ 29 but but CCONJ CC _ 32 cc 32:cc _ 30 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 32 nsubj 32:nsubj _ 31 also also ADV RB _ 32 advmod 32:advmod _ -32 explained explain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ -33 this this PRON DT Number=Sing|PronType=Dem 34 nsubj 34:nsubj _ -34 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 32 ccomp 32:ccomp _ +32 explained explain VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +33 this this PRON DT Number=Sing|PronType=Dem 37 nsubj:outer 37:nsubj:outer _ +34 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 37 cop 37:cop _ 35 just just ADV RB _ 37 advmod 37:advmod _ 36 to to PART TO _ 37 mark 37:mark _ -37 make make VERB VB VerbForm=Inf 34 advcl 34:advcl:to _ +37 make make VERB VB VerbForm=Inf 32 ccomp 32:ccomp _ 38 the the DET DT Definite=Def|PronType=Art 41 det 41:det _ 39 daily daily ADJ JJ Degree=Pos 41 amod 41:amod _ 40 P&L p&l NOUN NN Number=Sing 41 compound 41:compound _ -41 #'s #'s NOUN NNS Number=Plur 37 obj 37:obj|42:nsubj:xsubj _ +41 #'s # NOUN NNS Number=Plur 37 obj 37:obj|42:nsubj:xsubj _ 42 right right ADJ JJ Degree=Pos 37 xcomp 37:xcomp SpaceAfter=No -43 , , PUNCT , _ 34 punct 34:punct _ +43 , , PUNCT , _ 55 punct 55:punct _ 44 if if SCONJ IN _ 47 mark 47:mark _ -45 nothing nothing PRON NN Number=Sing 47 nsubj:pass 47:nsubj:pass _ -46 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 47 aux:pass 47:aux:pass _ -47 done do VERB VBN Tense=Past|VerbForm=Part 55 advcl 55:advcl:if _ +45 nothing nothing PRON NN Number=Sing|PronType=Neg 47 nsubj:pass 47:nsubj:pass _ +46 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 47 aux:pass 47:aux:pass _ +47 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 55 advcl 55:advcl:if _ 48 the the DET DT Definite=Def|PronType=Art 51 det 51:det _ 49 month month NOUN NN Number=Sing 50 compound 50:compound _ 50 end end NOUN NN Number=Sing 51 compound 51:compound _ @@ -67213,13 +67239,13 @@ 52 would would AUX MD VerbForm=Fin 55 aux 55:aux _ 53 still still ADV RB _ 55 advmod 55:advmod _ 54 somehow somehow ADV RB _ 55 advmod 55:advmod _ -55 work work VERB VB VerbForm=Inf 34 parataxis 34:parataxis _ +55 work work VERB VB VerbForm=Inf 37 parataxis 37:parataxis _ 56 out out ADP RP _ 55 compound:prt 55:compound:prt _ 57 because because SCONJ IN _ 61 mark 61:mark _ 58 adjustments adjustment NOUN NNS Number=Plur 61 nsubj:pass 61:nsubj:pass _ 59 would would AUX MD VerbForm=Fin 61 aux 61:aux _ 60 be be AUX VB VerbForm=Inf 61 aux:pass 61:aux:pass _ -61 made make VERB VBN Tense=Past|VerbForm=Part 55 advcl 55:advcl:because SpaceAfter=No +61 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 55 advcl 55:advcl:because SpaceAfter=No 62 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent44_01-0003 @@ -67241,7 +67267,7 @@ 15 should should AUX MD VerbForm=Fin 17 aux 17:aux _ 16 not not PART RB _ 17 advmod 17:advmod _ 17 do do VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ -18 anything anything PRON NN Number=Sing 17 obj 17:obj _ +18 anything anything PRON NN Number=Sing|PronType=Ind 17 obj 17:obj _ 19 and and CCONJ CC _ 21 cc 21:cc _ 20 just just ADV RB _ 21 advmod 21:advmod _ 21 make make VERB VB VerbForm=Inf 17 conj 3:ccomp|17:conj:and _ @@ -67251,17 +67277,17 @@ 25 going go VERB VBG VerbForm=Ger 27 amod 27:amod _ 26 forward forward ADV RB _ 25 advmod 25:advmod _ 27 basis basis NOUN NN Number=Sing 21 obl 21:obl:on _ -28 ( ( PUNCT -LRB- _ 21 punct 21:punct SpaceAfter=No +28 ( ( PUNCT -LRB- _ 30 punct 30:punct SpaceAfter=No 29 and and CCONJ CC _ 30 cc 30:cc _ 30 assume assume VERB VB VerbForm=Inf 21 conj 21:conj:and _ -31 everything everything PRON NN Number=Sing 33 nsubj 33:nsubj _ +31 everything everything PRON NN Number=Sing|PronType=Tot 33 nsubj 33:nsubj _ 32 will will AUX MD VerbForm=Fin 33 aux 33:aux _ 33 work work VERB VB VerbForm=Inf 30 ccomp 30:ccomp _ 34 out out ADP RP _ 33 compound:prt 33:compound:prt _ 35 at at ADP IN _ 37 case 37:case _ 36 month month NOUN NN Number=Sing 37 compound 37:compound _ 37 end end NOUN NN Number=Sing 33 obl 33:obl:at SpaceAfter=No -38 ) ) PUNCT -RRB- _ 3 punct 3:punct SpaceAfter=No +38 ) ) PUNCT -RRB- _ 30 punct 30:punct SpaceAfter=No 39 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent44_01-0004 @@ -67274,7 +67300,7 @@ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 7 would would AUX MD VerbForm=Fin 8 aux 8:aux _ 8 like like VERB VB VerbForm=Inf 0 root 0:root _ -9 someone someone PRON NN Number=Sing 8 obj 8:obj|11:nsubj:xsubj _ +9 someone someone PRON NN Number=Sing|PronType=Ind 8 obj 8:obj|11:nsubj:xsubj _ 10 to to PART TO _ 11 mark 11:mark _ 11 walk walk VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 12 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 11 obj 11:obj _ @@ -67285,9 +67311,9 @@ 17 if if SCONJ IN _ 22 mark 22:mark _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 numbers number NOUN NNS Number=Plur 22 nsubj 22:nsubj _ -20 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 aux 22:aux _ +20 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 22 aux 22:aux _ 21 really really ADV RB _ 22 advmod 22:advmod _ -22 work work VERB VB VerbForm=Inf 16 advcl 16:advcl:if _ +22 work work VERB VB VerbForm=Inf 16 ccomp 16:ccomp _ 23 themselves themselves PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes 22 obj 22:obj _ 24 out out ADP RP _ 22 compound:prt 22:compound:prt _ 25 as as SCONJ IN _ 27 mark 27:mark _ @@ -67297,11 +67323,11 @@ 29 large large ADJ JJ Degree=Pos 30 amod 30:amod _ 30 swing swing NOUN NN Number=Sing 27 nsubj 27:nsubj|40:nsubj:pass _ 31 in in ADP IN _ 33 case 33:case _ -32 second second ADJ JJ Degree=Pos|NumType=Ord 33 amod 33:amod _ +32 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 33 amod 33:amod _ 33 order order NOUN NN Number=Sing 30 nmod 30:nmod:in _ 34 on on ADP IN _ 35 case 35:case _ 35 June June PROPN NNP Number=Sing 30 nmod 30:nmod:on _ -36 29 29 NUM CD NumType=Card 35 nummod 35:nummod _ +36 29 29 NUM CD NumForm=Digit|NumType=Card 35 nummod 35:nummod _ 37 that that PRON WDT PronType=Rel 40 nsubj:pass 30:ref _ 38 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 40 aux:pass 40:aux:pass _ 39 not not PART RB _ 40 advmod 40:advmod _ @@ -67316,13 +67342,13 @@ 2 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ 3 know know VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 if if SCONJ IN _ 9 mark 9:mark _ -5 one one NUM CD NumType=Card 9 nsubj 9:nsubj _ +5 one one NUM CD NumForm=Word|NumType=Card 9 nsubj 9:nsubj _ 6 of of ADP IN _ 7 case 7:case _ 7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 5 nmod 5:nmod:of _ 8 could could AUX MD VerbForm=Fin 9 aux 9:aux _ -9 help help VERB VB VerbForm=Inf 3 advcl 3:advcl:if _ -10 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 do do VERB VB VerbForm=Inf 9 ccomp 9:ccomp _ +9 help help VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +10 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 9 obj 9:obj|11:nsubj:xsubj _ +11 do do VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 this this PRON DT Number=Sing|PronType=Dem 11 obj 11:obj SpaceAfter=No 13 . . PUNCT . _ 1 punct 1:punct _ @@ -67335,17 +67361,17 @@ # newpar id = email-enronsent44_01-p0004 # text = Evidently, this a problem that Stacey White has been aware of for a couple of months now. 1 Evidently evidently ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 this this PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ -5 problem problem NOUN NN Number=Sing 0 root 0:root|11:obj _ -6 that that PRON WDT PronType=Rel 11 obj 5:ref _ +5 problem problem NOUN NN Number=Sing 0 root 0:root|11:obl:of _ +6 that that PRON WDT PronType=Rel 11 obl 5:ref _ 7 Stacey Stacey PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 8 White White PROPN NNP Number=Sing 7 flat 7:flat _ 9 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 been be AUX VBN Tense=Past|VerbForm=Part 11 cop 11:cop _ 11 aware aware ADJ JJ Degree=Pos 5 acl:relcl 5:acl:relcl _ -12 of of ADP IN _ 11 obl 11:obl _ +12 of of ADP IN _ 6 case 5:case _ 13 for for ADP IN _ 15 case 15:case _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 couple couple NOUN NN Number=Sing 11 obl 11:obl:for _ @@ -67360,7 +67386,7 @@ 2 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 change change NOUN NN Number=Sing 2 nsubj 2:nsubj _ -5 made make VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +5 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ 6 in in ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 coding coding NOUN NN Number=Sing 4 nmod 4:nmod:in _ @@ -67397,7 +67423,7 @@ # text = I'm now looking closely at the option liquidation problems. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 now now ADV RB _ 4 advmod 4:advmod _ 4 looking look VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 closely closely ADV RB _ 4 advmod 4:advmod _ @@ -67411,15 +67437,15 @@ # sent_id = email-enronsent44_01-0012 # text = I believe that there might be a sign-flipping problem for PUTS that 's causing this whole issue. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 believe believe VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 6 mark 6:mark _ 4 there there PRON EX _ 6 expl 6:expl _ 5 might might AUX MD VerbForm=Fin 6 aux 6:aux _ 6 be be VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ 7 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 8 sign sign NOUN NN Number=Sing 10 compound 10:compound SpaceAfter=No -9 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No -10 flipping flipping NOUN NN Number=Sing 11 amod 11:amod _ +9 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No +10 flipping flip VERB VBG VerbForm=Ger 11 amod 11:amod _ 11 problem problem NOUN NN Number=Sing 6 nsubj 6:nsubj|16:nsubj _ 12 for for ADP IN _ 13 case 13:case _ 13 PUTS put NOUN NNS Number=Plur 11 nmod 11:nmod:for _ @@ -67444,7 +67470,7 @@ # sent_id = email-enronsent44_01-0014 # text = Karim - this's likely the explanation to your other question... 1 Karim Karim PROPN NNP Number=Sing 7 vocative 7:vocative _ -2 - - PUNCT , _ 7 punct 7:punct _ +2 - - PUNCT , _ 1 punct 1:punct _ 3-4 this's _ _ _ _ _ _ _ _ 3 this this PRON DT Number=Sing|PronType=Dem 7 nsubj 7:nsubj _ 4 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ @@ -67452,7 +67478,7 @@ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 explanation explanation NOUN NN Number=Sing 0 root 0:root _ 8 to to ADP IN _ 11 case 11:case _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 other other ADJ JJ Degree=Pos 11 amod 11:amod _ 11 question question NOUN NN Number=Sing 7 nmod 7:nmod:to SpaceAfter=No 12 ... ... PUNCT . _ 7 punct 7:punct _ @@ -67469,13 +67495,13 @@ 7 as as ADV RB _ 8 advmod 8:advmod _ 8 soon soon ADV RB Degree=Pos 3 advmod 3:advmod _ 9 as as SCONJ IN _ 11 mark 11:mark _ -10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 advcl 11:advcl _ -11 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:as _ +10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ +11 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:as _ 12 more more ADJ JJR Degree=Cmp 13 amod 13:amod _ 13 info info NOUN NN Number=Sing 11 obj 11:obj _ 14 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No 15 hopefully hopefully ADV RB _ 17 advmod 17:advmod _ -16 later later ADV RBR Degree=Cmp 17 advmod 17:advmod _ +16 later late ADV RBR Degree=Cmp 17 advmod 17:advmod _ 17 today today NOUN NN Number=Sing 3 parataxis 3:parataxis SpaceAfter=No 18 ) ) PUNCT -RRB- _ 17 punct 17:punct _ @@ -67486,18 +67512,18 @@ 2 L. L. PROPN NNP Number=Sing 1 flat 1:flat _ 3 Meira Meira PROPN NNP Number=Sing 1 flat 1:flat _ 4 Sr sr ADJ JJ Degree=Pos 6 amod 6:amod _ -5 IT it NOUN NN Number=Sing 6 compound 6:compound _ +5 IT IT NOUN NN Number=Sing 6 compound 6:compound _ 6 Developer developer NOUN NN Number=Sing 1 list 1:list _ 7 Enron Enron PROPN NNP Number=Sing 8 compound 8:compound _ -8 Networks Networks PROPN NNPS Number=Plur 1 list 1:list _ -9 - - PUNCT , _ 1 punct 1:punct _ +8 Networks Network PROPN NNPS Number=Plur 1 list 1:list _ +9 - - PUNCT , _ 10 punct 10:punct _ 10 Houston Houston PROPN NNP Number=Sing 1 list 1:list SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 TX TX PROPN NNP Number=Sing 10 appos 10:appos _ -13 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No -14 713 713 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No -15 ) ) PUNCT -RRB- _ 16 punct 16:punct _ -16 345-3436 345-3436 NUM CD NumType=Card 1 list 1:list _ +13 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No +14 713 713 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No +15 ) ) PUNCT -RRB- _ 14 punct 14:punct _ +16 345-3436 345-3436 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ # sent_id = email-enronsent44_01-0017 # text = The post id I am looking at for Calgary is 11608. @@ -67511,7 +67537,7 @@ 8 for for ADP IN _ 9 case 9:case _ 9 Calgary Calgary PROPN NNP Number=Sing 6 obl 6:obl:for _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ -11 11608 11608 NUM CD NumType=Card 0 root 0:root SpaceAfter=No +11 11608 11608 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No 12 . . PUNCT . _ 11 punct 11:punct _ # sent_id = email-enronsent44_01-0018 @@ -67525,20 +67551,20 @@ 7 liquidation liquidation NOUN NN Number=Sing 8 compound 8:compound _ 8 report report NOUN NN Number=Sing 3 obl 3:obl:at _ 9 and and CCONJ CC _ 19 cc 19:cc _ -10 all all DET DT _ 19 nsubj 19:nsubj _ +10 all all DET DT PronType=Tot 19 nsubj 19:nsubj _ 11 of of ADP IN _ 15 case 15:case _ 12 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 13 $ $ SYM $ _ 15 compound 15:compound SpaceAfter=No -14 65 65 NUM CD NumType=Card 13 nummod 13:nummod _ +14 65 65 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 15 puts put NOUN NNS Number=Plur 10 nmod 10:nmod:of _ -16 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ +16 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 17 in in ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 money money NOUN NN Number=Sing 3 conj 3:conj:and _ 20 and and CCONJ CC _ 29 cc 29:cc _ 21 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 22 $ $ SYM $ _ 24 compound 24:compound SpaceAfter=No -23 75 75 NUM CD NumType=Card 22 nummod 22:nummod _ +23 75 75 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod _ 24 call call NOUN NN Number=Sing 29 nsubj 29:nsubj _ 25 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 29 cop 29:cop _ 26 also also ADV RB _ 29 advmod 29:advmod _ @@ -67552,7 +67578,7 @@ 1-2 Shouldn't _ _ _ _ _ _ _ _ 1 Should should AUX MD VerbForm=Fin 15 aux 15:aux _ 2 n't not PART RB _ 15 advmod 15:advmod _ -3 all all DET PDT _ 6 det:predet 6:det:predet _ +3 all all DET PDT PronType=Tot 6 det:predet 6:det:predet _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 liquidation liquidation NOUN NN Number=Sing 6 compound 6:compound _ 6 values value NOUN NNS Number=Plur 15 nsubj 15:nsubj _ @@ -67602,7 +67628,7 @@ # text = I don't want to wait till month end, let's adjust the numbers now and for the June 29 2nd order, lets take that value into June since it relates to July puts. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 want want VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ @@ -67610,10 +67636,10 @@ 7 till till ADP IN _ 9 case 9:case _ 8 month month NOUN NN Number=Sing 9 compound 9:compound _ 9 end end NOUN NN Number=Sing 6 obl 6:obl:till SpaceAfter=No -10 , , PUNCT , _ 4 punct 4:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11-12 let's _ _ _ _ _ _ _ _ 11 let let VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ -12 's 's PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 11 obj 11:obj|13:nsubj:xsubj _ +12 's we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 11 obj 11:obj|13:nsubj:xsubj _ 13 adjust adjust VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 numbers number NOUN NNS Number=Plur 13 obj 13:obj _ @@ -67622,13 +67648,13 @@ 18 for for ADP IN _ 23 case 23:case _ 19 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 20 June June PROPN NNP Number=Sing 23 compound 23:compound _ -21 29 29 NUM CD NumType=Card 20 nummod 20:nummod _ -22 2nd 2nd ADJ JJ Degree=Pos|NumType=Ord 23 amod 23:amod _ +21 29 29 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ +22 2nd 2nd ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 23 amod 23:amod _ 23 order order NOUN NN Number=Sing 25 obl 25:obl:for SpaceAfter=No -24 , , PUNCT , _ 25 punct 25:punct _ +24 , , PUNCT , _ 23 punct 23:punct _ 25-26 lets _ _ _ _ _ _ _ _ 25 let let VERB VB VerbForm=Inf 11 conj 11:conj:and _ -26 s s PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 25 obj 25:obj|27:nsubj:xsubj _ +26 s we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs|Typo=Yes 25 obj 25:obj|27:nsubj:xsubj CorrectForm='s 27 take take VERB VB VerbForm=Inf 25 xcomp 25:xcomp _ 28 that that DET DT Number=Sing|PronType=Dem 29 det 29:det _ 29 value value NOUN NN Number=Sing 27 obj 27:obj _ @@ -67646,7 +67672,7 @@ # newpar id = email-enronsent44_01-p0011 # text = Hi everyone, 1 Hi hi INTJ UH _ 2 discourse 2:discourse _ -2 everyone everyone PRON NN Number=Sing 0 root 0:root SpaceAfter=No +2 everyone everyone PRON NN Number=Sing|PronType=Tot 0 root 0:root SpaceAfter=No 3 , , PUNCT , _ 2 punct 2:punct _ # sent_id = email-enronsent44_01-0025 @@ -67654,19 +67680,19 @@ # text = I just got of the phone with Hai and he told me how to make an adjustment on a day to day basis in regards to incorrect liquidations but he also explained this is just to make the daily P&L #'s right, if nothing were done the month end P&L would still somehow work out because adjustments would be made. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 of of ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 phone phone NOUN NN Number=Sing 3 obl 3:obl:of _ 7 with with ADP IN _ 8 case 8:case _ 8 Hai Hai PROPN NNP Number=Sing 3 obl 3:obl:with _ 9 and and CCONJ CC _ 11 cc 11:cc _ -10 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj|15:nsubj:xsubj _ -11 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +10 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ +11 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 12 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 11 iobj 11:iobj _ -13 how how SCONJ WRB PronType=Int 15 mark 15:mark _ +13 how how ADV WRB PronType=Int 15 advmod 15:advmod _ 14 to to PART TO _ 15 mark 15:mark _ -15 make make VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ +15 make make VERB VB VerbForm=Inf 11 ccomp 11:ccomp _ 16 an a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 17 adjustment adjustment NOUN NN Number=Sing 15 obj 15:obj _ 18 on on ADP IN _ 23 case 23:case _ @@ -67683,21 +67709,21 @@ 29 but but CCONJ CC _ 32 cc 32:cc _ 30 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 32 nsubj 32:nsubj _ 31 also also ADV RB _ 32 advmod 32:advmod _ -32 explained explain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ -33 this this PRON DT Number=Sing|PronType=Dem 34 nsubj 34:nsubj _ -34 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 32 ccomp 32:ccomp _ +32 explained explain VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +33 this this PRON DT Number=Sing|PronType=Dem 37 nsubj:outer 37:nsubj:outer _ +34 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 37 cop 37:cop _ 35 just just ADV RB _ 37 advmod 37:advmod _ 36 to to PART TO _ 37 mark 37:mark _ -37 make make VERB VB VerbForm=Inf 34 ccomp 34:ccomp _ +37 make make VERB VB VerbForm=Inf 32 ccomp 32:ccomp _ 38 the the DET DT Definite=Def|PronType=Art 41 det 41:det _ 39 daily daily ADJ JJ Degree=Pos 41 amod 41:amod _ 40 P&L p&l NOUN NN Number=Sing 41 compound 41:compound _ -41 #'s #'s NOUN NNS Number=Plur 37 obj 37:obj|42:nsubj:xsubj _ +41 #'s # NOUN NNS Number=Plur 37 obj 37:obj|42:nsubj:xsubj _ 42 right right ADJ JJ Degree=Pos 37 xcomp 37:xcomp SpaceAfter=No -43 , , PUNCT , _ 34 punct 34:punct _ +43 , , PUNCT , _ 55 punct 55:punct _ 44 if if SCONJ IN _ 47 mark 47:mark _ -45 nothing nothing PRON NN Number=Sing 47 nsubj:pass 47:nsubj:pass _ -46 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 47 aux:pass 47:aux:pass _ +45 nothing nothing PRON NN Number=Sing|PronType=Neg 47 nsubj:pass 47:nsubj:pass _ +46 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 47 aux:pass 47:aux:pass _ 47 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 55 advcl 55:advcl:if _ 48 the the DET DT Definite=Def|PronType=Art 51 det 51:det _ 49 month month NOUN NN Number=Sing 50 compound 50:compound _ @@ -67706,7 +67732,7 @@ 52 would would AUX MD VerbForm=Fin 55 aux 55:aux _ 53 still still ADV RB _ 55 advmod 55:advmod _ 54 somehow somehow ADV RB _ 55 advmod 55:advmod _ -55 work work VERB VB VerbForm=Inf 34 parataxis 34:parataxis _ +55 work work VERB VB VerbForm=Inf 37 parataxis 37:parataxis _ 56 out out ADP RP _ 55 compound:prt 55:compound:prt _ 57 because because SCONJ IN _ 61 mark 61:mark _ 58 adjustments adjustment NOUN NNS Number=Plur 61 nsubj:pass 61:nsubj:pass _ @@ -67734,7 +67760,7 @@ 15 should should AUX MD VerbForm=Fin 17 aux 17:aux _ 16 not not PART RB _ 17 advmod 17:advmod _ 17 do do VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ -18 anything anything PRON NN Number=Sing 17 obj 17:obj _ +18 anything anything PRON NN Number=Sing|PronType=Ind 17 obj 17:obj _ 19 and and CCONJ CC _ 21 cc 21:cc _ 20 just just ADV RB _ 21 advmod 21:advmod _ 21 make make VERB VB VerbForm=Inf 17 conj 3:ccomp|17:conj:and _ @@ -67744,17 +67770,17 @@ 25 going go VERB VBG VerbForm=Ger 27 compound 27:compound _ 26 forward forward ADV RB _ 25 compound 25:compound _ 27 basis basis NOUN NN Number=Sing 21 obl 21:obl:on _ -28 ( ( PUNCT -LRB- _ 21 punct 21:punct SpaceAfter=No +28 ( ( PUNCT -LRB- _ 30 punct 30:punct SpaceAfter=No 29 and and CCONJ CC _ 30 cc 30:cc _ 30 assume assume VERB VB VerbForm=Inf 21 conj 21:conj:and _ -31 everything everything PRON NN Number=Sing 33 nsubj 33:nsubj _ +31 everything everything PRON NN Number=Sing|PronType=Tot 33 nsubj 33:nsubj _ 32 will will AUX MD VerbForm=Fin 33 aux 33:aux _ 33 work work VERB VB VerbForm=Inf 30 ccomp 30:ccomp _ 34 out out ADP RP _ 33 compound:prt 33:compound:prt _ 35 at at ADP IN _ 37 case 37:case _ 36 month month NOUN NN Number=Sing 37 compound 37:compound _ 37 end end NOUN NN Number=Sing 33 obl 33:obl:at SpaceAfter=No -38 ) ) PUNCT -RRB- _ 3 punct 3:punct SpaceAfter=No +38 ) ) PUNCT -RRB- _ 30 punct 30:punct SpaceAfter=No 39 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent44_01-0027 @@ -67767,7 +67793,7 @@ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 7 would would AUX MD VerbForm=Fin 8 aux 8:aux _ 8 like like VERB VB VerbForm=Inf 0 root 0:root _ -9 someone someone PRON NN Number=Sing 8 obj 8:obj|11:nsubj:xsubj _ +9 someone someone PRON NN Number=Sing|PronType=Ind 8 obj 8:obj|11:nsubj:xsubj _ 10 to to PART TO _ 11 mark 11:mark _ 11 walk walk VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 12 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 11 obj 11:obj _ @@ -67778,9 +67804,9 @@ 17 if if SCONJ IN _ 22 mark 22:mark _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 numbers number NOUN NNS Number=Plur 22 nsubj 22:nsubj _ -20 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 aux 22:aux _ +20 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 22 aux 22:aux _ 21 really really ADV RB _ 22 advmod 22:advmod _ -22 work work VERB VB VerbForm=Inf 16 advcl 16:advcl:if _ +22 work work VERB VB VerbForm=Inf 16 ccomp 16:ccomp _ 23 themselves themselves PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes 22 obj 22:obj _ 24 out out ADP RP _ 22 compound:prt 22:compound:prt _ 25 as as SCONJ IN _ 27 mark 27:mark _ @@ -67790,11 +67816,11 @@ 29 large large ADJ JJ Degree=Pos 30 amod 30:amod _ 30 swing swing NOUN NN Number=Sing 27 nsubj 27:nsubj|40:nsubj:pass _ 31 in in ADP IN _ 33 case 33:case _ -32 second second ADJ JJ Degree=Pos|NumType=Ord 33 amod 33:amod _ +32 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 33 amod 33:amod _ 33 order order NOUN NN Number=Sing 30 nmod 30:nmod:in _ 34 on on ADP IN _ 35 case 35:case _ 35 June June PROPN NNP Number=Sing 30 nmod 30:nmod:on _ -36 29 29 NUM CD NumType=Card 35 nummod 35:nummod _ +36 29 29 NUM CD NumForm=Digit|NumType=Card 35 nummod 35:nummod _ 37 that that PRON WDT PronType=Rel 40 nsubj:pass 30:ref _ 38 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 40 aux:pass 40:aux:pass _ 39 not not PART RB _ 40 advmod 40:advmod _ @@ -67809,11 +67835,11 @@ 2 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ 3 know know VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 if if SCONJ IN _ 9 mark 9:mark _ -5 one one NUM CD NumType=Card 9 nsubj 9:nsubj _ +5 one one NUM CD NumForm=Word|NumType=Card 9 nsubj 9:nsubj _ 6 of of ADP IN _ 7 case 7:case _ 7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 5 nmod 5:nmod:of _ 8 could could AUX MD VerbForm=Fin 9 aux 9:aux _ -9 help help VERB VB VerbForm=Inf 3 advcl 3:advcl:if _ +9 help help VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ 10 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 9 obj 9:obj|11:nsubj:xsubj _ 11 do do VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 this this PRON DT Number=Sing|PronType=Dem 11 obj 11:obj SpaceAfter=No @@ -67828,17 +67854,17 @@ # newpar id = email-enronsent44_01-p0014 # text = Evidently, this a problem that Stacey White has been aware of for a couple of months now. 1 Evidently evidently ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 this this PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ -5 problem problem NOUN NN Number=Sing 0 root 0:root|11:obj _ -6 that that PRON WDT PronType=Rel 11 obj 5:ref _ +5 problem problem NOUN NN Number=Sing 0 root 0:root|11:obl:of _ +6 that that PRON WDT PronType=Rel 11 obl 5:ref _ 7 Stacey Stacey PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 8 White White PROPN NNP Number=Sing 7 flat 7:flat _ 9 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 been be AUX VBN Tense=Past|VerbForm=Part 11 cop 11:cop _ 11 aware aware ADJ JJ Degree=Pos 5 acl:relcl 5:acl:relcl _ -12 of of ADP IN _ 11 obl 11:obl _ +12 of of ADP IN _ 6 case 5:case _ 13 for for ADP IN _ 15 case 15:case _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 couple couple NOUN NN Number=Sing 11 obl 11:obl:for _ @@ -67853,7 +67879,7 @@ 2 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 change change NOUN NN Number=Sing 2 nsubj 2:nsubj _ -5 made make VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +5 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ 6 in in ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 coding coding NOUN NN Number=Sing 4 nmod 4:nmod:in _ @@ -67890,7 +67916,7 @@ # text = I'm now looking closely at the option liquidation problems. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 now now ADV RB _ 4 advmod 4:advmod _ 4 looking look VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 closely closely ADV RB _ 4 advmod 4:advmod _ @@ -67904,15 +67930,15 @@ # sent_id = email-enronsent44_01-0035 # text = I believe that there might be a sign-flipping problem for PUTS that 's causing this whole issue. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 believe believe VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 6 mark 6:mark _ 4 there there PRON EX _ 6 expl 6:expl _ 5 might might AUX MD VerbForm=Fin 6 aux 6:aux _ 6 be be VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ 7 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 8 sign sign NOUN NN Number=Sing 10 compound 10:compound SpaceAfter=No -9 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No -10 flipping flipping NOUN NN Number=Sing 11 amod 11:amod _ +9 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No +10 flipping flip VERB VBG VerbForm=Ger 11 amod 11:amod _ 11 problem problem NOUN NN Number=Sing 6 nsubj 6:nsubj|16:nsubj _ 12 for for ADP IN _ 13 case 13:case _ 13 PUTS put NOUN NNS Number=Plur 11 nmod 11:nmod:for _ @@ -67937,7 +67963,7 @@ # sent_id = email-enronsent44_01-0037 # text = Karim - this's likely the explanation to your other question... 1 Karim Karim PROPN NNP Number=Sing 7 vocative 7:vocative _ -2 - - PUNCT , _ 7 punct 7:punct _ +2 - - PUNCT , _ 1 punct 1:punct _ 3-4 this's _ _ _ _ _ _ _ _ 3 this this PRON DT Number=Sing|PronType=Dem 7 nsubj 7:nsubj _ 4 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ @@ -67945,7 +67971,7 @@ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 explanation explanation NOUN NN Number=Sing 0 root 0:root _ 8 to to ADP IN _ 11 case 11:case _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 other other ADJ JJ Degree=Pos 11 amod 11:amod _ 11 question question NOUN NN Number=Sing 7 nmod 7:nmod:to SpaceAfter=No 12 ... ... PUNCT . _ 7 punct 7:punct _ @@ -67962,13 +67988,13 @@ 7 as as ADV RB _ 8 advmod 8:advmod _ 8 soon soon ADV RB Degree=Pos 3 advmod 3:advmod _ 9 as as SCONJ IN _ 11 mark 11:mark _ -10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 advcl 11:advcl _ -11 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:as _ +10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ +11 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:as _ 12 more more ADJ JJR Degree=Cmp 13 amod 13:amod _ 13 info info NOUN NN Number=Sing 11 obj 11:obj _ 14 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No 15 hopefully hopefully ADV RB _ 17 advmod 17:advmod _ -16 later later ADV RBR Degree=Cmp 17 advmod 17:advmod _ +16 later late ADV RBR Degree=Cmp 17 advmod 17:advmod _ 17 today today NOUN NN Number=Sing 3 parataxis 3:parataxis SpaceAfter=No 18 ) ) PUNCT -RRB- _ 17 punct 17:punct _ @@ -67979,18 +68005,18 @@ 2 L. L. PROPN NNP Number=Sing 1 flat 1:flat _ 3 Meira Meira PROPN NNP Number=Sing 1 flat 1:flat _ 4 Sr sr ADJ JJ Degree=Pos 6 amod 6:amod _ -5 IT it NOUN NN Number=Sing 6 compound 6:compound _ +5 IT IT NOUN NN Number=Sing 6 compound 6:compound _ 6 Developer developer NOUN NN Number=Sing 1 list 1:list _ 7 Enron Enron PROPN NNP Number=Sing 8 compound 8:compound _ -8 Networks Networks PROPN NNPS Number=Plur 1 list 1:list _ -9 - - PUNCT , _ 1 punct 1:punct _ +8 Networks Network PROPN NNPS Number=Plur 1 list 1:list _ +9 - - PUNCT , _ 10 punct 10:punct _ 10 Houston Houston PROPN NNP Number=Sing 1 list 1:list SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 TX TX PROPN NNP Number=Sing 10 appos 10:appos _ -13 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No -14 713 713 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No -15 ) ) PUNCT -RRB- _ 16 punct 16:punct _ -16 345-3436 345-3436 NUM CD NumType=Card 1 list 1:list _ +13 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No +14 713 713 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No +15 ) ) PUNCT -RRB- _ 14 punct 14:punct _ +16 345-3436 345-3436 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ # sent_id = email-enronsent44_01-0040 # text = The post id I am looking at for Calgary is 11608. @@ -68004,7 +68030,7 @@ 8 for for ADP IN _ 9 case 9:case _ 9 Calgary Calgary PROPN NNP Number=Sing 6 obl 6:obl:for _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ -11 11608 11608 NUM CD NumType=Card 0 root 0:root SpaceAfter=No +11 11608 11608 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No 12 . . PUNCT . _ 11 punct 11:punct _ # sent_id = email-enronsent44_01-0041 @@ -68018,20 +68044,20 @@ 7 liquidation liquidation NOUN NN Number=Sing 8 compound 8:compound _ 8 report report NOUN NN Number=Sing 3 obl 3:obl:at _ 9 and and CCONJ CC _ 19 cc 19:cc _ -10 all all DET DT _ 19 nsubj 19:nsubj _ +10 all all DET DT PronType=Tot 19 nsubj 19:nsubj _ 11 of of ADP IN _ 15 case 15:case _ 12 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 13 $ $ SYM $ _ 15 compound 15:compound SpaceAfter=No -14 65 65 NUM CD NumType=Card 13 nummod 13:nummod _ +14 65 65 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 15 puts put NOUN NNS Number=Plur 10 nmod 10:nmod:of _ -16 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ +16 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 17 in in ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 money money NOUN NN Number=Sing 3 conj 3:conj:and _ 20 and and CCONJ CC _ 29 cc 29:cc _ 21 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 22 $ $ SYM $ _ 24 compound 24:compound SpaceAfter=No -23 75 75 NUM CD NumType=Card 22 nummod 22:nummod _ +23 75 75 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod _ 24 call call NOUN NN Number=Sing 29 nsubj 29:nsubj _ 25 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 29 cop 29:cop _ 26 also also ADV RB _ 29 advmod 29:advmod _ @@ -68045,7 +68071,7 @@ 1-2 Shouldn't _ _ _ _ _ _ _ _ 1 Should should AUX MD VerbForm=Fin 15 aux 15:aux _ 2 n't not PART RB _ 15 advmod 15:advmod _ -3 all all DET PDT _ 6 det:predet 6:det:predet _ +3 all all DET PDT PronType=Tot 6 det:predet 6:det:predet _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 liquidation liquidation NOUN NN Number=Sing 6 compound 6:compound _ 6 values value NOUN NNS Number=Plur 15 nsubj 15:nsubj _ @@ -68099,30 +68125,30 @@ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 prior prior ADJ JJ Degree=Pos 11 amod 11:amod _ 11 appointment appointment NOUN NN Number=Sing 1 obl 1:obl:due_to SpaceAfter=No -12 , , PUNCT , _ 1 punct 1:punct _ +12 , , PUNCT , _ 15 punct 15:punct _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ 14 can can AUX MD VerbForm=Fin 15 aux 15:aux _ 15 meet meet VERB VB VerbForm=Inf 1 parataxis 1:parataxis _ 16 with with ADP IN _ 17 case 17:case _ 17 you you PRON PRP Case=Acc|Person=2|PronType=Prs 15 obl 15:obl:with _ 18 individually individually ADV RB _ 15 advmod 15:advmod _ -19 later later ADV RB _ 15 advmod 15:advmod _ -20 some some DET DT _ 21 det 21:det _ +19 later late ADV RBR Degree=Cmp 15 advmod 15:advmod _ +20 some some DET DT PronType=Ind 21 det 21:det _ 21 time time NOUN NN Number=Sing 15 obl:tmod 15:obl:tmod _ # sent_id = email-enronsent44_01-0046 # text = OK, now that I've got your attention - I really am offering free lunch! 1 OK ok INTJ UH _ 14 discourse 14:discourse SpaceAfter=No -2 , , PUNCT , _ 14 punct 14:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 now now ADV RB _ 14 advmod 14:advmod _ 4 that that SCONJ IN _ 7 mark 7:mark _ 5-6 I've _ _ _ _ _ _ _ _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -6 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 got get VERB VBN Tense=Past|VerbForm=Part 3 ccomp 3:ccomp _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 attention attention NOUN NN Number=Sing 7 obj 7:obj _ -10 - - PUNCT , _ 14 punct 14:punct _ +10 - - PUNCT , _ 3 punct 3:punct _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 12 really really ADV RB _ 14 advmod 14:advmod _ 13 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ @@ -68144,22 +68170,22 @@ 9 you you PRON PRP Case=Acc|Person=2|PronType=Prs 6 obl 6:obl:with _ 10 on on ADP IN _ 11 case 11:case _ 11 Wednesday Wednesday PROPN NNP Number=Sing 6 obl 6:obl:on SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ +12 , , PUNCT , _ 13 punct 13:punct _ 13 July July PROPN NNP Number=Sing 11 appos 11:appos _ -14 18 18 NUM CD NumType=Card 13 nummod 13:nummod _ +14 18 18 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 15 at at ADP IN _ 17 case 17:case _ -16 11:45 11:45 NUM CD NumType=Card 17 nummod 17:nummod _ -17 am am NOUN NN Number=Sing 6 obl 6:obl:at _ +16 11:45 11:45 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod _ +17 am a.m. NOUN NN Number=Sing 6 obl 6:obl:at _ 18 - - SYM SYM _ 20 case 20:case _ -19 1:00 1:00 NUM CD NumType=Card 20 nummod 20:nummod _ -20 pm pm NOUN NN Number=Sing 17 nmod 17:nmod _ +19 1:00 1:00 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ +20 pm p.m. NOUN NN Number=Sing 17 nmod 17:nmod _ 21 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No 22 max max NOUN NN Number=Sing 20 appos 20:appos SpaceAfter=No 23 ) ) PUNCT -RRB- _ 22 punct 22:punct _ 24 to to PART TO _ 25 mark 25:mark _ 25 talk talk VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ 26 about about ADP IN _ 29 case 29:case _ -27 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +27 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ 28 recruiting recruiting NOUN NN Number=Sing 29 compound 29:compound _ 29 experience experience NOUN NN Number=Sing 25 obl 25:obl:about _ 30 with with ADP IN _ 32 case 32:case _ @@ -68171,20 +68197,20 @@ # text = We're gearing up for our 2001/02 recruiting campaign and we think your experience will help us define what works best and what can be improved in our process. 1-2 We're _ _ _ _ _ _ _ _ 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 're be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 gearing gear VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 up up ADP RP _ 3 compound:prt 3:compound:prt _ 5 for for ADP IN _ 11 case 11:case _ -6 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ -7 2001 2001 NUM CD NumType=Card 9 nmod:tmod 9:nmod:tmod SpaceAfter=No -8 / / PUNCT , _ 9 punct 9:punct SpaceAfter=No -9 02 02 NUM CD NumType=Card 11 compound 11:compound _ +6 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +7 2001 2001 NUM CD NumForm=Digit|NumType=Card 9 nmod:tmod 9:nmod:tmod SpaceAfter=No +8 / / PUNCT , _ 7 punct 7:punct SpaceAfter=No +9 02 02 NUM CD NumForm=Digit|NumType=Card 11 compound 11:compound _ 10 recruiting recruiting NOUN NN Number=Sing 11 compound 11:compound _ 11 campaign campaign NOUN NN Number=Sing 3 obl 3:obl:for _ 12 and and CCONJ CC _ 14 cc 14:cc _ 13 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ -15 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +14 think think VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +15 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 experience experience NOUN NN Number=Sing 18 nsubj 18:nsubj _ 17 will will AUX MD VerbForm=Fin 18 aux 18:aux _ 18 help help VERB VB VerbForm=Inf 14 ccomp 14:ccomp _ @@ -68192,14 +68218,14 @@ 20 define define VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ 21 what what PRON WP PronType=Int 22 nsubj 22:nsubj _ 22 works work VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 ccomp 20:ccomp _ -23 best best ADV RBS Degree=Sup 22 advmod 22:advmod _ +23 best well ADV RBS Degree=Sup 22 advmod 22:advmod _ 24 and and CCONJ CC _ 28 cc 28:cc _ 25 what what PRON WP PronType=Int 28 nsubj:pass 28:nsubj:pass _ 26 can can AUX MD VerbForm=Fin 28 aux 28:aux _ 27 be be AUX VB VerbForm=Inf 28 aux:pass 28:aux:pass _ 28 improved improve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 conj 20:ccomp|22:conj:and _ 29 in in ADP IN _ 31 case 31:case _ -30 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ +30 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ 31 process process NOUN NN Number=Sing 28 obl 28:obl:in SpaceAfter=No 32 . . PUNCT . _ 3 punct 3:punct _ @@ -68212,18 +68238,18 @@ 4 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 nmod 2:nmod:of _ 5 in in ADP IN _ 6 case 6:case _ 6 Toronto Toronto PROPN NNP Number=Sing 2 nmod 2:nmod:in SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +7 , , PUNCT , _ 2 punct 2:punct _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 apologize apologize VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +9 apologize apologize VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 10 for for SCONJ IN _ 13 mark 13:mark _ -11 not not ADV RB _ 13 advmod 13:advmod _ +11 not not PART RB _ 13 advmod 13:advmod _ 12 being be AUX VBG VerbForm=Ger 13 cop 13:cop _ 13 able able ADJ JJ Degree=Pos 9 advcl 9:advcl:for _ 14 to to PART TO _ 15 mark 15:mark _ 15 schedule schedule VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 16 this this PRON DT Number=Sing|PronType=Dem 15 obj 15:obj _ 17 over over ADP IN _ 20 case 20:case _ -18 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +18 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 19 lunch lunch NOUN NN Number=Sing 20 compound 20:compound _ 20 time time NOUN NN Number=Sing 15 obl 15:obl:over SpaceAfter=No 21 ! ! PUNCT . _ 9 punct 9:punct _ @@ -68231,22 +68257,22 @@ # sent_id = email-enronsent44_01-0050 # text = However, if you can wait til 2:00pm to eat, go ahead and grab something and expense it! 1 However however ADV RB _ 13 advmod 13:advmod SpaceAfter=No -2 , , PUNCT , _ 13 punct 13:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 if if SCONJ IN _ 6 mark 6:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 5 can can AUX MD VerbForm=Fin 6 aux 6:aux _ 6 wait wait VERB VB VerbForm=Inf 13 advcl 13:advcl:if _ -7 til till ADP IN Typo=Yes 9 case 9:case _ -8 2:00 2:00 NUM CD NumType=Card 9 nummod 9:nummod SpaceAfter=No -9 pm pm NOUN NN Number=Sing 6 obl 6:obl:til _ +7 til till ADP IN Typo=Yes 9 case 9:case CorrectForm=till +8 2:00 2:00 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod SpaceAfter=No +9 pm p.m. NOUN NN Number=Sing 6 obl 6:obl:till _ 10 to to PART TO _ 11 mark 11:mark _ 11 eat eat VERB VB VerbForm=Inf 6 advcl 6:advcl:to SpaceAfter=No -12 , , PUNCT , _ 13 punct 13:punct _ +12 , , PUNCT , _ 6 punct 6:punct _ 13 go go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 14 ahead ahead ADV RB _ 13 advmod 13:advmod _ 15 and and CCONJ CC _ 16 cc 16:cc _ 16 grab grab VERB VB Mood=Imp|VerbForm=Fin 13 conj 13:conj:and _ -17 something something PRON NN Number=Sing 16 obj 16:obj _ +17 something something PRON NN Number=Sing|PronType=Ind 16 obj 16:obj _ 18 and and CCONJ CC _ 19 cc 19:cc _ 19 expense expense VERB VB Mood=Imp|VerbForm=Fin 16 conj 16:conj:and _ 20 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 obj 19:obj SpaceAfter=No @@ -68270,12 +68296,12 @@ # text = I've booked Videoconference Room # 1. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 booked book VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 Videoconference videoconference NOUN NN Number=Sing 5 compound 5:compound _ 5 Room room NOUN NN Number=Sing 3 obj 3:obj _ 6 # # SYM NN Number=Sing 5 amod 5:amod _ -7 1 1 NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No +7 1 1 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent44_01-0053 @@ -68286,7 +68312,7 @@ 4 know know VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 whether whether SCONJ IN _ 10 mark 10:mark _ 6 or or CCONJ CC _ 5 fixed 5:fixed _ -7 not not ADV RB _ 5 fixed 5:fixed _ +7 not not PART RB _ 5 fixed 5:fixed _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ 9 can can AUX MD VerbForm=Fin 10 aux 10:aux _ 10 attend attend VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ @@ -68315,7 +68341,7 @@ # text = Kindly confirm your availability to attend an Analyst and Associate Recruiting Meeting scheduled for Thursday, July 26th at 2:00 p.m. (4:00 p.m. Toronto time). 1 Kindly kindly ADV RB _ 2 advmod 2:advmod _ 2 confirm confirm VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 availability availability NOUN NN Number=Sing 2 obj 2:obj _ 5 to to PART TO _ 6 mark 6:mark _ 6 attend attend VERB VB VerbForm=Inf 4 acl 4:acl:to _ @@ -68325,20 +68351,20 @@ 10 Associate associate NOUN NN Number=Sing 8 conj 8:conj:and|11:compound _ 11 Recruiting recruiting NOUN NN Number=Sing 12 compound 12:compound _ 12 Meeting meeting NOUN NN Number=Sing 6 obj 6:obj _ -13 scheduled schedule VERB VBN Tense=Past|VerbForm=Part 12 acl 12:acl _ +13 scheduled schedule VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 acl 12:acl _ 14 for for ADP IN _ 15 case 15:case _ 15 Thursday Thursday PROPN NNP Number=Sing 13 obl 13:obl:for SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ +16 , , PUNCT , _ 18 punct 18:punct _ 17 July July PROPN NNP Number=Sing 18 compound 18:compound _ -18 26th 26th NOUN NN Number=Sing 15 appos 15:appos _ +18 26th 26th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 15 appos 15:appos _ 19 at at ADP IN _ 21 case 21:case _ -20 2:00 2:00 NUM CD NumType=Card 21 nummod 21:nummod _ +20 2:00 2:00 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod _ 21 p.m. p.m. NOUN NN Number=Sing 15 nmod 15:nmod:at _ 22 ( ( PUNCT -LRB- _ 24 punct 24:punct SpaceAfter=No -23 4:00 4:00 NUM CD NumType=Card 24 nummod 24:nummod _ +23 4:00 4:00 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod _ 24 p.m. p.m. NOUN NN Number=Sing 21 appos 21:appos _ 25 Toronto Toronto PROPN NNP Number=Sing 26 compound 26:compound _ -26 time time NOUN NN Number=Sing 24 advmod 24:advmod SpaceAfter=No +26 time time NOUN NN Number=Sing 24 nmod:tmod 24:nmod:tmod SpaceAfter=No 27 ) ) PUNCT -RRB- _ 24 punct 24:punct SpaceAfter=No 28 . . PUNCT . _ 2 punct 2:punct _ @@ -68351,7 +68377,7 @@ 5 take take VERB VB VerbForm=Inf 0 root 0:root _ 6 more more ADJ JJR Degree=Cmp 5 obj 5:obj _ 7 than than ADP IN _ 9 case 9:case _ -8 one one NUM CD NumType=Card 9 nummod 9:nummod _ +8 one one NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 9 hour hour NOUN NN Number=Sing 6 obl 6:obl:than SpaceAfter=No 10 . . PUNCT . _ 5 punct 5:punct _ @@ -68382,11 +68408,11 @@ # text = Lets try before Fri, as I am planning to take that day off 1-2 Lets _ _ _ _ _ _ _ _ 1 Let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 s s PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ +2 s we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs|Typo=Yes 1 obj 1:obj|3:nsubj:xsubj CorrectForm='s 3 try try VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 before before ADP IN _ 5 case 5:case _ -5 Fri Fri PROPN NNP Number=Sing 3 obl 3:obl:before SpaceAfter=No -6 , , PUNCT , _ 3 punct 3:punct _ +5 Fri Friday PROPN NNP Abbr=Yes|Number=Sing 3 obl 3:obl:before SpaceAfter=No +6 , , PUNCT , _ 10 punct 10:punct _ 7 as as SCONJ IN _ 10 mark 10:mark _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ 9 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ @@ -68394,7 +68420,7 @@ 11 to to PART TO _ 12 mark 12:mark _ 12 take take VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 13 that that DET DT Number=Sing|PronType=Dem 14 det 14:det _ -14 day day NOUN NN Number=Sing 12 obl:tmod 12:obl:tmod _ +14 day day NOUN NN Number=Sing 12 obj 12:obj _ 15 off off ADV RB _ 12 advmod 12:advmod _ # sent_id = email-enronsent44_01-0062 @@ -68403,18 +68429,18 @@ 1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -4 revised revise VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +4 revised revise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 5 draft draft NOUN NN Number=Sing 6 compound 6:compound _ 6 paper paper NOUN NN Number=Sing 1 nsubj:pass 1:nsubj:pass|8:nsubj _ 7 that that PRON WDT PronType=Rel 8 nsubj 6:ref _ 8 reflects reflect VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ -9 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 conference conference NOUN NN Number=Sing 11 compound 11:compound _ 11 call call NOUN NN Number=Sing 8 obj 8:obj _ 12 with with ADP IN _ 13 case 13:case _ 13 Bob Bob PROPN NNP Number=Sing 11 nmod 11:nmod:with _ 14 Fagan Fagan PROPN NNP Number=Sing 13 flat 13:flat _ -15 earlier earlier ADV RB _ 17 advmod 17:advmod _ +15 earlier early ADV RBR Degree=Cmp 17 advmod 17:advmod _ 16 this this DET DT Number=Sing|PronType=Dem 17 det 17:det _ 17 week week NOUN NN Number=Sing 11 nmod:tmod 11:nmod:tmod SpaceAfter=No 18 . . PUNCT . _ 1 punct 1:punct _ @@ -68422,9 +68448,9 @@ # sent_id = email-enronsent44_01-0063 # text = I propose we have a conference call with Bob Fagan on Fri July 20 at 1:00 pm Calgary time to discuss any areas of concern/confusion you may have. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 propose propose VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 propose propose VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +4 have have VERB VB Mood=Sub|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 conference conference NOUN NN Number=Sing 7 compound 7:compound _ 7 call call NOUN NN Number=Sing 4 obj 4:obj _ @@ -68432,21 +68458,21 @@ 9 Bob Bob PROPN NNP Number=Sing 7 nmod 7:nmod:with _ 10 Fagan Fagan PROPN NNP Number=Sing 9 flat 9:flat _ 11 on on ADP IN _ 12 case 12:case _ -12 Fri Fri PROPN NNP Number=Sing 4 obl 4:obl:on _ +12 Fri Friday PROPN NNP Abbr=Yes|Number=Sing 4 obl 4:obl:on _ 13 July July PROPN NNP Number=Sing 12 appos 12:appos _ -14 20 20 NUM CD NumType=Card 13 nummod 13:nummod _ +14 20 20 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 15 at at ADP IN _ 17 case 17:case _ -16 1:00 1:00 NUM CD NumType=Card 17 nummod 17:nummod _ -17 pm pm NOUN NN Number=Sing 4 obl 4:obl:at _ +16 1:00 1:00 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod _ +17 pm p.m. NOUN NN Number=Sing 4 obl 4:obl:at _ 18 Calgary Calgary PROPN NNP Number=Sing 19 compound 19:compound _ -19 time time NOUN NN Number=Sing 17 nmod:npmod 17:nmod:npmod _ +19 time time NOUN NN Number=Sing 17 nmod:tmod 17:nmod:tmod _ 20 to to PART TO _ 21 mark 21:mark _ 21 discuss discuss VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ -22 any any DET DT _ 23 det 23:det _ +22 any any DET DT PronType=Ind 23 det 23:det _ 23 areas area NOUN NNS Number=Plur 21 obj 21:obj _ 24 of of ADP IN _ 25 case 25:case _ 25 concern concern NOUN NN Number=Sing 23 nmod 23:nmod:of SpaceAfter=No -26 / / PUNCT , _ 27 cc 27:cc SpaceAfter=No +26 / / SYM , _ 27 cc 27:cc SpaceAfter=No 27 confusion confusion NOUN NN Number=Sing 25 conj 23:nmod:of|25:conj _ 28 you you PRON PRP Case=Nom|Person=2|PronType=Prs 30 nsubj 30:nsubj _ 29 may may AUX MD VerbForm=Fin 30 aux 30:aux _ @@ -68457,13 +68483,13 @@ # newpar id = email-enronsent44_01-p0028 # text = Also, would those of you who have not responded to me via email confirming your acceptance of the terms upon which our four companies have agreed to assume cost responsibility for the TCA work on this. 1 Also also ADV RB _ 35 advmod 35:advmod SpaceAfter=No -2 , , PUNCT , _ 35 punct 35:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 would would AUX MD VerbForm=Fin 35 aux 35:aux _ 4 those that PRON DT Number=Plur|PronType=Dem 35 nsubj 10:nsubj|35:nsubj _ 5 of of ADP IN _ 6 case 6:case _ 6 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 nmod 4:nmod:of _ 7 who who PRON WP PronType=Rel 10 nsubj 4:ref _ -8 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +8 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 not not PART RB _ 10 advmod 10:advmod _ 10 responded respond VERB VBN Tense=Past|VerbForm=Part 4 acl:relcl 4:acl:relcl _ 11 to to ADP IN _ 12 case 12:case _ @@ -68471,17 +68497,17 @@ 13 via via ADP IN _ 14 case 14:case _ 14 email email NOUN NN Number=Sing 10 obl 10:obl:via _ 15 confirming confirm VERB VBG VerbForm=Ger 10 advcl 10:advcl _ -16 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 acceptance acceptance NOUN NN Number=Sing 15 obj 15:obj _ 18 of of ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 terms term NOUN NNS Number=Plur 17 nmod 17:nmod:of|27:obl _ 21 upon upon ADP IN _ 22 case 22:case _ 22 which which PRON WDT PronType=Rel 27 obl 20:ref _ -23 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ -24 four four NUM CD NumType=Card 25 nummod 25:nummod _ +23 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 four four NUM CD NumForm=Word|NumType=Card 25 nummod 25:nummod _ 25 companies company NOUN NNS Number=Plur 27 nsubj 27:nsubj|29:nsubj:xsubj _ -26 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ +26 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ 27 agreed agree VERB VBN Tense=Past|VerbForm=Part 20 acl:relcl 20:acl:relcl _ 28 to to PART TO _ 29 mark 29:mark _ 29 assume assume VERB VB VerbForm=Inf 27 xcomp 27:xcomp _ @@ -68503,12 +68529,12 @@ 4 letter letter NOUN NN Number=Sing 1 nsubj:pass 1:nsubj:pass _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 6 originally originally ADV RB _ 7 advmod 7:advmod _ -7 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +7 sent send VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 8 to to ADP IN _ 9 case 9:case _ 9 you you PRON PRP Case=Acc|Person=2|PronType=Prs 7 obl 7:obl:to _ 10 on on ADP IN _ 11 case 11:case _ 11 May May PROPN NNP Number=Sing 7 obl 7:obl:on _ -12 10 10 NUM CD NumType=Card 11 nummod 11:nummod _ +12 10 10 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 13 in in ADP IN _ 15 case 15:case _ 14 this this DET DT Number=Sing|PronType=Dem 15 det 15:det _ 15 regard regard NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No @@ -68518,13 +68544,13 @@ # text = << File: Tabors Conflict Letter Alberta Export 050901.doc >> 1 << << PUNCT -LRB- _ 2 punct 2:punct _ 2 File file NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ -4 Tabors tabors X GW _ 2 appos 2:appos _ -5 Conflict conflict X GW _ 4 goeswith 4:goeswith _ -6 Letter letter X GW _ 4 goeswith 4:goeswith _ -7 Alberta alberta X GW _ 4 goeswith 4:goeswith _ -8 Export export X GW _ 4 goeswith 4:goeswith _ -9 050901.doc 050901.doc NOUN NN Number=Sing 4 goeswith 4:goeswith _ +3 : : PUNCT : _ 4 punct 4:punct _ +4 Tabors tabors NOUN GW _ 2 appos 2:appos _ +5 Conflict conflict X GW _ 4 flat 4:flat _ +6 Letter letter X GW _ 4 flat 4:flat _ +7 Alberta alberta X GW _ 4 flat 4:flat _ +8 Export export X GW _ 4 flat 4:flat _ +9 050901.doc 050901.doc X NN Number=Sing 4 flat 4:flat _ 10 >> >> PUNCT -RRB- _ 2 punct 2:punct _ # sent_id = email-enronsent44_01-0067 @@ -68552,9 +68578,9 @@ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 changes change NOUN NNS Number=Plur 3 obj 3:obj _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 discussed discuss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 discussed discuss VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 during during ADP IN _ 10 case 10:case _ -9 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 call call NOUN NN Number=Sing 7 obl 7:obl:during _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 other other ADJ JJ Degree=Pos 13 amod 13:amod _ @@ -68565,11 +68591,11 @@ # text = I've also included a redlined draft showing changes. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 also also ADV RB _ 4 advmod 4:advmod _ 4 included include VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -6 redlined redline VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +6 redlined redline VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 draft draft NOUN NN Number=Sing 4 obj 4:obj _ 8 showing show VERB VBG VerbForm=Ger 7 acl 7:acl _ 9 changes change NOUN NNS Number=Plur 8 obj 8:obj SpaceAfter=No @@ -68589,73 +68615,73 @@ # newpar id = email-enronsent44_01-p0033 # text = <> 1 << << PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No -2 Alberta alberta X GW _ 0 root 0:root _ -3 Transmission transmission X GW _ 2 goeswith 2:goeswith _ -4 Access access X GW _ 2 goeswith 2:goeswith _ -5 and and X GW _ 2 goeswith 2:goeswith _ -6 Pricing pricing X GW _ 2 goeswith 2:goeswith _ -7 Analysis_0712 analysis_0712 X GW _ 2 goeswith 2:goeswith _ -8 .doc .doc NOUN NN Number=Sing 2 goeswith 2:goeswith SpaceAfter=No +2 Alberta alberta NOUN GW _ 0 root 0:root _ +3 Transmission transmission X GW _ 2 flat 2:flat _ +4 Access access X GW _ 2 flat 2:flat _ +5 and and X GW _ 2 flat 2:flat _ +6 Pricing pricing X GW _ 2 flat 2:flat _ +7 Analysis_0712 Analysis_0712 X GW _ 2 flat 2:flat _ +8 .doc .doc X NN Number=Sing 2 flat 2:flat SpaceAfter=No 9 >> >> PUNCT -RRB- _ 2 punct 2:punct _ # sent_id = email-enronsent44_01-0075 # text = <> 1 << << PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No -2 Alberta alberta X GW _ 0 root 0:root _ -3 Transmission transmission X GW _ 2 goeswith 2:goeswith _ -4 Access access X GW _ 2 goeswith 2:goeswith _ -5 and and X GW _ 2 goeswith 2:goeswith _ -6 Pricing pricing X GW _ 2 goeswith 2:goeswith _ -7 Analysis_0712 analysis_0712 X GW _ 2 goeswith 2:goeswith _ -8 redlined redlined X GW _ 2 goeswith 2:goeswith _ -9 .doc .doc NOUN NN Number=Sing 2 goeswith 2:goeswith SpaceAfter=No +2 Alberta alberta NOUN GW _ 0 root 0:root _ +3 Transmission transmission X GW _ 2 flat 2:flat _ +4 Access access X GW _ 2 flat 2:flat _ +5 and and X GW _ 2 flat 2:flat _ +6 Pricing pricing X GW _ 2 flat 2:flat _ +7 Analysis_0712 Analysis_0712 X GW _ 2 flat 2:flat _ +8 redlined redlined X GW _ 2 flat 2:flat _ +9 .doc .doc X NN Number=Sing 2 flat 2:flat SpaceAfter=No 10 >> >> PUNCT -RRB- _ 2 punct 2:punct _ # sent_id = email-enronsent44_01-0076 # newpar id = email-enronsent44_01-p0034 # text = - Alberta Transmission Access and Pricing Analysis_0712 .doc << File: Alberta Transmission Access and Pricing Analysis_0712 .doc >> 1 - - PUNCT NFP _ 2 punct 2:punct _ -2 Alberta alberta X GW _ 0 root 0:root _ -3 Transmission transmission X GW _ 2 goeswith 2:goeswith _ -4 Access access X GW _ 2 goeswith 2:goeswith _ -5 and and X GW _ 2 goeswith 2:goeswith _ -6 Pricing pricing X GW _ 2 goeswith 2:goeswith _ -7 Analysis_0712 analysis_0712 X GW _ 2 goeswith 2:goeswith _ -8 .doc .doc NOUN NN Number=Sing 2 goeswith 2:goeswith _ +2 Alberta alberta NOUN GW _ 0 root 0:root _ +3 Transmission transmission X GW _ 2 flat 2:flat _ +4 Access access X GW _ 2 flat 2:flat _ +5 and and X GW _ 2 flat 2:flat _ +6 Pricing pricing X GW _ 2 flat 2:flat _ +7 Analysis_0712 Analysis_0712 X GW _ 2 flat 2:flat _ +8 .doc .doc X NN Number=Sing 2 flat 2:flat _ 9 << << PUNCT -LRB- _ 10 punct 10:punct _ 10 File file NOUN NN Number=Sing 2 list 2:list SpaceAfter=No -11 : : PUNCT : _ 10 punct 10:punct _ -12 Alberta alberta X GW _ 10 appos 10:appos _ -13 Transmission transmission X GW _ 12 goeswith 12:goeswith _ -14 Access access X GW _ 12 goeswith 12:goeswith _ -15 and and X GW _ 12 goeswith 12:goeswith _ -16 Pricing pricing X GW _ 12 goeswith 12:goeswith _ -17 Analysis_0712 analysis_0712 X GW _ 12 goeswith 12:goeswith _ -18 .doc .doc NOUN NN Number=Sing 12 goeswith 12:goeswith _ +11 : : PUNCT : _ 12 punct 12:punct _ +12 Alberta alberta NOUN GW _ 10 appos 10:appos _ +13 Transmission transmission X GW _ 12 flat 12:flat _ +14 Access access X GW _ 12 flat 12:flat _ +15 and and X GW _ 12 flat 12:flat _ +16 Pricing pricing X GW _ 12 flat 12:flat _ +17 Analysis_0712 Analysis_0712 X GW _ 12 flat 12:flat _ +18 .doc .doc X NN Number=Sing 12 flat 12:flat _ 19 >> >> PUNCT -RRB- _ 10 punct 10:punct _ # sent_id = email-enronsent44_01-0077 # text = - Alberta Transmission Access and Pricing Analysis_0712 redlined .doc << File: Alberta Transmission Access and Pricing Analysis_0712 redlined .doc >> 1 - - PUNCT NFP _ 2 punct 2:punct _ -2 Alberta alberta X GW _ 0 root 0:root _ -3 Transmission transmission X GW _ 2 goeswith 2:goeswith _ -4 Access access X GW _ 2 goeswith 2:goeswith _ -5 and and X GW _ 2 goeswith 2:goeswith _ -6 Pricing pricing X GW _ 2 goeswith 2:goeswith _ -7 Analysis_0712 analysis_0712 X GW _ 2 goeswith 2:goeswith _ -8 redlined redlined X GW _ 2 goeswith 2:goeswith _ -9 .doc .doc NOUN NN Number=Sing 2 goeswith 2:goeswith _ +2 Alberta alberta NOUN GW _ 0 root 0:root _ +3 Transmission transmission X GW _ 2 flat 2:flat _ +4 Access access X GW _ 2 flat 2:flat _ +5 and and X GW _ 2 flat 2:flat _ +6 Pricing pricing X GW _ 2 flat 2:flat _ +7 Analysis_0712 Analysis_0712 X GW _ 2 flat 2:flat _ +8 redlined redlined X GW _ 2 flat 2:flat _ +9 .doc .doc X NN Number=Sing 2 flat 2:flat _ 10 << << PUNCT -LRB- _ 11 punct 11:punct _ 11 File file NOUN NN Number=Sing 2 list 2:list SpaceAfter=No -12 : : PUNCT : _ 11 punct 11:punct _ -13 Alberta alberta X GW _ 11 appos 11:appos _ -14 Transmission transmission X GW _ 13 goeswith 13:goeswith _ -15 Access access X GW _ 13 goeswith 13:goeswith _ -16 and and X GW _ 13 goeswith 13:goeswith _ -17 Pricing pricing X GW _ 13 goeswith 13:goeswith _ -18 Analysis_0712 analysis_0712 X GW _ 13 goeswith 13:goeswith _ -19 redlined redlined X GW _ 13 goeswith 13:goeswith _ -20 .doc .doc NOUN NN Number=Sing 13 goeswith 13:goeswith _ +12 : : PUNCT : _ 13 punct 13:punct _ +13 Alberta alberta NOUN GW _ 11 appos 11:appos _ +14 Transmission transmission X GW _ 13 flat 13:flat _ +15 Access access X GW _ 13 flat 13:flat _ +16 and and X GW _ 13 flat 13:flat _ +17 Pricing pricing X GW _ 13 flat 13:flat _ +18 Analysis_0712 Analysis_0712 X GW _ 13 flat 13:flat _ +19 redlined redlined X GW _ 13 flat 13:flat _ +20 .doc .doc X NN Number=Sing 13 flat 13:flat _ 21 >> >> PUNCT -RRB- _ 11 punct 11:punct _ # sent_id = email-enronsent44_01-0078 @@ -68676,22 +68702,22 @@ 2 reference reference NOUN NN Number=Sing 15 obl 15:obl:with _ 3 to to ADP IN _ 4 case 4:case _ 4 Article article NOUN NN Number=Sing 2 nmod 2:nmod:to _ -5 5 5 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No -6 , , PUNCT , _ 4 punct 4:punct _ +5 5 5 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No +6 , , PUNCT , _ 7 punct 7:punct _ 7 section section NOUN NN Number=Sing 4 appos 4:appos _ -8 5.1 5.1 NUM CD NumType=Card 7 nummod 7:nummod _ +8 5.1 5.1 NUM CD NumForm=Digit|NumType=Frac 7 nummod 7:nummod _ 9 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No 10 b b NOUN NN Number=Sing 8 compound 8:compound SpaceAfter=No 11 ) ) PUNCT -RRB- _ 10 punct 10:punct SpaceAfter=No -12 , , PUNCT , _ 15 punct 15:punct _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +12 , , PUNCT , _ 2 punct 2:punct _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 14 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 15 nsubj 15:nsubj|17:nsubj:xsubj _ 15 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 16 to to PART TO _ 17 mark 17:mark _ 17 propose propose VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ 18 an a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 19 alternative alternative ADJ JJ Degree=Pos 21 amod 21:amod _ -20 planned plan VERB VBN Tense=Past|VerbForm=Part 21 amod 21:amod _ +20 planned plan VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 amod 21:amod _ 21 outage outage NOUN NN Number=Sing 17 obj 17:obj _ 22 to to ADP IN _ 23 case 23:case _ 23 TAU tau NOUN NN Number=Sing 17 obl 17:obl:to _ @@ -68723,9 +68749,9 @@ # sent_id = email-enronsent06_01-0002 # text = 10/27/2000 06:20 PM -1 10/27/2000 10/27/2000 NUM CD NumType=Card 0 root 0:root _ -2 06:20 06:20 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 10/27/2000 10/27/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 06:20 06:20 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent06_01-0003 # text = Please respond to kaplan @@ -68755,11 +68781,11 @@ 11 Davis Davis PROPN NNP Number=Sing 10 flat 10:flat _ 12 on on ADP IN _ 13 case 13:case _ 13 Thursday Thursday PROPN NNP Number=Sing 4 obl 4:obl:on SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ +14 , , PUNCT , _ 15 punct 15:punct _ 15 December December PROPN NNP Number=Sing 13 appos 13:appos _ -16 7 7 NUM CD NumType=Card 15 nummod 15:nummod SpaceAfter=No -17 , , PUNCT , _ 13 punct 13:punct _ -18 2000 2000 NUM CD NumType=Card 13 nmod:tmod 13:nmod:tmod _ +16 7 7 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod SpaceAfter=No +17 , , PUNCT , _ 18 punct 18:punct _ +18 2000 2000 NUM CD NumForm=Digit|NumType=Card 13 nmod:tmod 13:nmod:tmod _ 19 at at ADP IN _ 24 case 24:case _ 20 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 21 historic historic ADJ JJ Degree=Pos 24 amod 24:amod _ @@ -68778,10 +68804,10 @@ 4 targeting target VERB VBG VerbForm=Ger 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 raise raise VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 at at ADV RB _ 8 case 8:case _ -8 least least ADV RBS Degree=Sup 9 nmod 9:nmod:at _ +7 at at ADP IN _ 8 case 8:case _ +8 least least ADJ JJS Degree=Sup 9 nmod 9:nmod:at _ 9 $ $ SYM $ _ 6 obj 6:obj SpaceAfter=No -10 100,000 100,000 NUM CD NumType=Card 9 compound 9:compound _ +10 100,000 100000 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 11 so so ADV RB _ 15 mark 15:mark _ 12 company company NOUN NN Number=Sing 13 compound 13:compound _ 13 contributions contribution NOUN NNS Number=Plur 15 nsubj 15:nsubj _ @@ -68789,16 +68815,16 @@ 15 range range VERB VB VerbForm=Inf 4 advcl 4:advcl:so _ 16 from from ADP IN _ 17 case 17:case _ 17 $ $ SYM $ _ 15 obl 15:obl:from SpaceAfter=No -18 10,000 10,000 NUM CD NumType=Card 15 nummod 15:nummod SpaceAfter=No +18 10,000 10000 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod SpaceAfter=No 19 - - SYM SYM _ 20 case 20:case SpaceAfter=No 20 $ $ SYM $ _ 17 nmod 17:nmod SpaceAfter=No -21 20,000 20,000 NUM CD NumType=Card 20 nummod 20:nummod _ +21 20,000 20000 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ 22 per per ADP IN _ 23 case 23:case _ 23 person person NOUN NN Number=Sing 17 nmod 17:nmod:per _ 24 ( ( PUNCT -LRB- _ 28 punct 28:punct SpaceAfter=No 25 $ $ SYM $ _ 28 compound 28:compound SpaceAfter=No -26 10 10 NUM CD NumType=Card 25 compound 25:compound SpaceAfter=No -27 k k NUM CD NumType=Card 25 compound 25:compound _ +26 10 10 NUM CD NumForm=Digit|NumType=Card 27 compound 27:compound SpaceAfter=No +27 k thousand NUM CD Abbr=Yes|NumForm=Word|NumType=Card 25 nummod 25:nummod _ 28 minimum minimum NOUN NN Number=Sing 17 appos 17:appos _ 29 per per ADP IN _ 30 case 30:case _ 30 person person NOUN NN Number=Sing 28 nmod 28:nmod:per SpaceAfter=No @@ -68814,13 +68840,13 @@ # sent_id = email-enronsent06_01-0007 # text = We have already received firm commitments from 3 companies. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 already already ADV RB _ 4 advmod 4:advmod _ 4 received receive VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 firm firm ADJ JJ Degree=Pos 6 amod 6:amod _ 6 commitments commitment NOUN NNS Number=Plur 4 obj 4:obj _ 7 from from ADP IN _ 9 case 9:case _ -8 3 3 NUM CD NumType=Card 9 nummod 9:nummod _ +8 3 3 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 companies company NOUN NNS Number=Plur 4 obl 4:obl:from SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ @@ -68828,7 +68854,7 @@ # text = If you are interested in attending please e-mail me as soon as possible. 1 If if SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 interested interested ADJ JJ Degree=Pos 8 advcl 8:advcl:if _ 5 in in SCONJ IN _ 6 mark 6:mark _ 6 attending attend VERB VBG VerbForm=Ger 4 advcl 4:advcl:in _ @@ -68838,7 +68864,7 @@ 10 as as ADV RB _ 11 advmod 11:advmod _ 11 soon soon ADV RB Degree=Pos 8 advmod 8:advmod _ 12 as as SCONJ IN _ 13 mark 13:mark _ -13 possible possible ADJ JJ Degree=Pos 10 advcl 10:advcl:as SpaceAfter=No +13 possible possible ADJ JJ Degree=Pos 11 advcl 11:advcl:as SpaceAfter=No 14 . . PUNCT . _ 8 punct 8:punct _ # sent_id = email-enronsent06_01-0009 @@ -68851,28 +68877,28 @@ 6 to to ADP IN _ 7 case 7:case _ 7 those that PRON DT Number=Plur|PronType=Dem 5 obl 5:obl:to|9:nsubj _ 8 who who PRON WP PronType=Rel 9 nsubj 7:ref _ -9 respond respond VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl SpaceAfter=No +9 respond respond VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl SpaceAfter=No 10 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent06_01-0010 # text = We need responses or direction by no later than COB on Monday, October 30, 2000. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 responses response NOUN NNS Number=Plur 2 obj 2:obj _ 4 or or CCONJ CC _ 5 cc 5:cc _ 5 direction direction NOUN NN Number=Sing 3 conj 2:obj|3:conj:or _ 6 by by ADP IN _ 8 case 8:case _ 7 no no ADV RB _ 8 advmod 8:advmod _ -8 later later ADV RBR Degree=Cmp 2 obl 2:obl:by _ +8 later late ADV RBR Degree=Cmp 2 obl 2:obl:by _ 9 than than ADP IN _ 10 case 10:case _ 10 COB cob NOUN NN Number=Sing 8 obl 8:obl:than _ 11 on on ADP IN _ 12 case 12:case _ 12 Monday Monday PROPN NNP Number=Sing 10 nmod 10:nmod:on SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ +13 , , PUNCT , _ 14 punct 14:punct _ 14 October October PROPN NNP Number=Sing 12 appos 12:appos _ -15 30 30 NUM CD NumType=Card 14 nummod 14:nummod SpaceAfter=No -16 , , PUNCT , _ 14 punct 14:punct _ -17 2000 2000 NUM CD NumType=Card 14 nummod 14:nummod SpaceAfter=No +15 30 30 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No +16 , , PUNCT , _ 17 punct 17:punct _ +17 2000 2000 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent06_01-0011 @@ -68881,14 +68907,14 @@ 2 contact contact VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj _ 4 with with ADP IN _ 6 case 6:case _ -5 any any DET DT _ 6 det 6:det _ +5 any any DET DT PronType=Ind 6 det 6:det _ 6 questions question NOUN NNS Number=Plur 2 obl 2:obl:with SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent06_01-0012 # newpar id = email-enronsent06_01-p0003 # text = Thank you, -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No 3 , , PUNCT , _ 1 punct 1:punct _ @@ -68900,10 +68926,10 @@ 4 of of ADP IN _ 5 case 5:case _ 5 Policy policy NOUN NN Number=Sing 3 nmod 3:nmod:of _ 6 IEP IEP PROPN NNP Number=Sing 1 list 1:list _ -7 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No -8 916 916 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No -9 ) ) PUNCT -RRB- _ 10 punct 10:punct _ -10 448-9499 448-9499 NUM CD NumType=Card 1 list 1:list _ +7 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No +8 916 916 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No +9 ) ) PUNCT -RRB- _ 8 punct 8:punct _ +10 448-9499 448-9499 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ # sent_id = email-enronsent06_01-0014 # text = Congratulations. @@ -68912,20 +68938,20 @@ # sent_id = email-enronsent06_01-0015 # text = Everyone is extremely pleased that you're joining. -1 Everyone everyone PRON NN Number=Sing 4 nsubj 4:nsubj _ +1 Everyone everyone PRON NN Number=Sing|PronType=Tot 4 nsubj 4:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 extremely extremely ADV RB _ 4 advmod 4:advmod _ 4 pleased pleased ADJ JJ Degree=Pos 0 root 0:root _ 5 that that SCONJ IN _ 8 mark 8:mark _ 6-7 you're _ _ _ _ _ _ _ _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -7 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +7 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 joining join VERB VBG Tense=Pres|VerbForm=Part 4 ccomp 4:ccomp SpaceAfter=No 9 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent06_01-0016 # text = Best of luck and very much looking forward to working together. -1 Best best ADJ JJS Degree=Sup 0 root 0:root _ +1 Best good ADJ JJS Degree=Sup 0 root 0:root _ 2 of of ADP IN _ 3 case 3:case _ 3 luck luck NOUN NN Number=Sing 1 obl 1:obl:of _ 4 and and CCONJ CC _ 7 cc 7:cc _ @@ -68940,7 +68966,7 @@ # sent_id = email-enronsent06_01-0017 # text = Best, -1 Best best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +1 Best good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 2 , , PUNCT , _ 1 punct 1:punct _ # sent_id = email-enronsent06_01-0018 @@ -68955,32 +68981,32 @@ 2 'll will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 believe believe VERB VB VerbForm=Inf 0 root 0:root _ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ -5 when when SCONJ WRB PronType=Int 7 mark 7:mark _ +5 when when ADV WRB PronType=Int 7 advmod 7:advmod _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:when _ +7 see see VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:when _ 8 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj SpaceAfter=No 9 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent06_01-0020 # text = Seems like a good idea to keep the heat on Hoecker & Co.right up until Nov. 1. 1 Seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -2 like like ADP IN _ 5 mark 5:mark _ +2 like like ADP IN _ 5 case 5:case _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 good good ADJ JJ Degree=Pos 5 amod 5:amod _ -5 idea idea NOUN NN Number=Sing 1 advcl 1:advcl:like _ +5 idea idea NOUN NN Number=Sing 1 obl 1:obl:like _ 6 to to PART TO _ 7 mark 7:mark _ -7 keep keep VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ +7 keep keep VERB VB VerbForm=Inf 1 csubj 1:csubj _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 heat heat NOUN NN Number=Sing 7 obj 7:obj _ 10 on on ADP IN _ 11 case 11:case _ 11 Hoecker Hoecker PROPN NNP Number=Sing 7 obl 7:obl:on _ 12 & & CCONJ CC _ 13 cc 13:cc _ -13 Co. Co. PROPN NNP Number=Sing 11 conj 7:obl:on|11:conj SpaceAfter=No +13 Co. Co. PROPN NNP Number=Sing 11 conj 7:obl:on|11:conj CorrectSpaceAfter=Yes|SpaceAfter=No 14 right right ADV RB _ 17 advmod 17:advmod _ 15 up up ADP IN _ 17 case 17:case _ 16 until until ADP IN _ 17 case 17:case _ -17 Nov. Nov. PROPN NNP Number=Sing 7 obl 7:obl:up _ -18 1 1 NUM CD NumType=Card 17 nummod 17:nummod SpaceAfter=No +17 Nov. November PROPN NNP Abbr=Yes|Number=Sing 7 obl 7:obl:up _ +18 1 1 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod SpaceAfter=No 19 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent06_01-0021 @@ -68992,10 +69018,10 @@ # text = I'm glad they want to follow-up with Steve (I've been pushing it) and I've got some follow-up as well based on chats I had in the afternoon on Friday with folks post-call. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 glad glad ADJ JJ Degree=Pos 0 root 0:root _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ -5 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +5 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 6 to to PART TO _ 7 mark 7:mark _ 7 follow follow VERB VB VerbForm=Inf 5 xcomp 5:xcomp SpaceAfter=No 8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No @@ -69003,8 +69029,9 @@ 10 with with ADP IN _ 11 case 11:case _ 11 Steve Steve PROPN NNP Number=Sing 7 obl 7:obl:with _ 12 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No -13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj SpaceAfter=No -14 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +13-14 I've _ _ _ _ _ _ _ _ +13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ +14 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 15 been be AUX VBN Tense=Past|VerbForm=Part 16 aux 16:aux _ 16 pushing push VERB VBG Tense=Pres|VerbForm=Part 7 parataxis 7:parataxis _ 17 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 obj 16:obj SpaceAfter=No @@ -69012,19 +69039,19 @@ 19 and and CCONJ CC _ 22 cc 22:cc _ 20-21 I've _ _ _ _ _ _ _ _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -21 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ +21 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ 22 got get VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:and _ -23 some some DET DT _ 26 det 26:det _ +23 some some DET DT PronType=Ind 26 det 26:det _ 24 follow follow NOUN NN Number=Sing 26 compound 26:compound SpaceAfter=No -25 - - PUNCT HYPH _ 26 punct 26:punct SpaceAfter=No +25 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No 26 up up NOUN NN Number=Sing 22 obj 22:obj _ 27 as as ADV RB _ 22 advmod 22:advmod _ 28 well well ADV RB Degree=Pos 27 fixed 27:fixed _ -29 based base VERB VBN Tense=Past|VerbForm=Part 31 case 31:case _ +29 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 31 case 31:case _ 30 on on ADP IN _ 31 case 31:case _ 31 chats chat NOUN NNS Number=Plur 22 obl 22:obl:on _ 32 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 33 nsubj 33:nsubj _ -33 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 31 acl:relcl 31:acl:relcl _ +33 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 31 acl:relcl 31:acl:relcl _ 34 in in ADP IN _ 36 case 36:case _ 35 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ 36 afternoon afternoon NOUN NN Number=Sing 33 obl 33:obl:in _ @@ -69039,7 +69066,7 @@ # text = Let's regroup on Monday. 1-2 Let's _ _ _ _ _ _ _ _ 1 Let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 's 's PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ +2 's we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ 3 regroup regroup VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 on on ADP IN _ 5 case 5:case _ 5 Monday Monday PROPN NNP Number=Sing 3 obl 3:obl:on SpaceAfter=No @@ -69061,7 +69088,7 @@ # sent_id = email-enronsent06_01-0025 # text = Best, -1 Best best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +1 Best good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 2 , , PUNCT , _ 1 punct 1:punct _ # sent_id = email-enronsent06_01-0026 @@ -69079,9 +69106,9 @@ # sent_id = email-enronsent06_01-0028 # text = 10/29/2000 11:48 AM -1 10/29/2000 10/29/2000 NUM CD NumType=Card 0 root 0:root _ -2 11:48 11:48 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 10/29/2000 10/29/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 11:48 11:48 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent06_01-0029 # text = Jeff: @@ -69092,9 +69119,9 @@ # newpar id = email-enronsent06_01-p0006 # text = FYI, we had an instructive rest of the conference call on Friday with Sue and Robbie et al. 1 FYI fyi ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 an a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 instructive instructive ADJ JJ Degree=Pos 7 amod 7:amod _ 7 rest rest NOUN NN Number=Sing 4 obj 4:obj _ @@ -69109,13 +69136,13 @@ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 Robbie Robbie PROPN NNP Number=Sing 15 conj 4:obl:with|15:conj:and _ 18 et et X FW _ 19 compound 19:compound _ -19 al al X FW _ 15 advmod 15:advmod SpaceAfter=No +19 al al. X FW _ 15 conj 15:conj SpaceAfter=No 20 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent06_01-0031 # text = They indicated they could use Steve's help face to face at some point. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 indicated indicate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 indicated indicate VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 4 could could AUX MD VerbForm=Fin 5 aux 5:aux _ 5 use use VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ @@ -69127,7 +69154,7 @@ 10 to to ADP IN _ 11 case 11:case _ 11 face face NOUN NN Number=Sing 9 nmod 9:nmod:to _ 12 at at ADP IN _ 14 case 14:case _ -13 some some DET DT _ 14 det 14:det _ +13 some some DET DT PronType=Ind 14 det 14:det _ 14 point point NOUN NN Number=Sing 5 obl 5:obl:at SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ @@ -69135,7 +69162,7 @@ # newpar id = email-enronsent06_01-p0007 # text = We are following up with Sue and Robbie on a couple legal issues, case law and MSA self-certification language, and let me know if you have additional items. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|25:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 following follow VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 up up ADP RP _ 3 compound:prt 3:compound:prt _ 5 with with ADP IN _ 6 case 6:case _ @@ -69144,26 +69171,26 @@ 8 Robbie Robbie PROPN NNP Number=Sing 6 conj 3:obl:with|6:conj:and _ 9 on on ADP IN _ 13 case 13:case _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -11 couple couple NOUN NN Number=Sing 13 compound 13:compound _ +11 couple couple NOUN NN Number=Sing 13 nmod:npmod 13:nmod:npmod _ 12 legal legal ADJ JJ Degree=Pos 13 amod 13:amod _ 13 issues issue NOUN NNS Number=Plur 3 obl 3:obl:on SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ +14 , , PUNCT , _ 16 punct 16:punct _ 15 case case NOUN NN Number=Sing 16 compound 16:compound _ 16 law law NOUN NN Number=Sing 13 appos 13:appos _ 17 and and CCONJ CC _ 22 cc 22:cc _ 18 MSA MSA PROPN NNP Number=Sing 21 compound 21:compound _ 19 self self NOUN NN Number=Sing 21 compound 21:compound SpaceAfter=No -20 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No +20 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No 21 certification certification NOUN NN Number=Sing 22 compound 22:compound _ 22 language language NOUN NN Number=Sing 16 conj 13:appos|16:conj:and SpaceAfter=No -23 , , PUNCT , _ 13 punct 13:punct _ +23 , , PUNCT , _ 25 punct 25:punct _ 24 and and CCONJ CC _ 25 cc 25:cc _ 25 let let VERB VB Mood=Imp|VerbForm=Fin 3 conj 3:conj:and _ 26 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 25 obj 25:obj|27:nsubj:xsubj _ 27 know know VERB VB VerbForm=Inf 25 xcomp 25:xcomp _ 28 if if SCONJ IN _ 30 mark 30:mark _ 29 you you PRON PRP Case=Nom|Person=2|PronType=Prs 30 nsubj 30:nsubj _ -30 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 advcl 27:advcl:if _ +30 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 27 ccomp 27:ccomp _ 31 additional additional ADJ JJ Degree=Pos 32 amod 32:amod _ 32 items item NOUN NNS Number=Plur 30 obj 30:obj SpaceAfter=No 33 . . PUNCT . _ 3 punct 3:punct _ @@ -69171,7 +69198,7 @@ # sent_id = email-enronsent06_01-0033 # text = We await approval on the final tariff language and can then file at the CPUC. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|12:nsubj _ -2 await await VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 await await VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 approval approval NOUN NN Number=Sing 2 obj 2:obj _ 4 on on ADP IN _ 8 case 8:case _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -69202,7 +69229,7 @@ # sent_id = email-enronsent06_01-0035 # text = Also, can you confirm the correct names, email addresses, titles for those new folks on Friday's call: Robbie Rossi, Michelle, Melissa Lloyd? 1 Also also ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 can can AUX MD VerbForm=Fin 5 aux 5:aux _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 5 confirm confirm VERB VB VerbForm=Inf 0 root 0:root _ @@ -69223,12 +69250,12 @@ 19 Friday Friday PROPN NNP Number=Sing 21 nmod:poss 21:nmod:poss _ 20 's 's PART POS _ 19 case 19:case _ 21 call call NOUN NN Number=Sing 17 nmod 17:nmod:on SpaceAfter=No -22 : : PUNCT : _ 17 punct 17:punct _ +22 : : PUNCT : _ 23 punct 23:punct _ 23 Robbie Robbie PROPN NNP Number=Sing 17 appos 17:appos _ 24 Rossi Rossi PROPN NNP Number=Sing 23 flat 23:flat SpaceAfter=No -25 , , PUNCT , _ 23 punct 23:punct _ +25 , , PUNCT , _ 26 punct 26:punct _ 26 Michelle Michelle PROPN NNP Number=Sing 23 list 23:list SpaceAfter=No -27 , , PUNCT , _ 23 punct 23:punct _ +27 , , PUNCT , _ 29 punct 29:punct _ 28 Melissa Melissa PROPN NNP Number=Sing 29 list 29:list _ 29 Lloyd Lloyd PROPN NNP Number=Sing 23 appos 23:appos SpaceAfter=No 30 ? ? PUNCT . _ 5 punct 5:punct _ @@ -69251,9 +69278,9 @@ # text = Attached for your review are draft talking points for the Cal Energy Markets conference I'm speaking at on Thursday in SF. 1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 for for ADP IN _ 4 case 4:case _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 review review NOUN NN Number=Sing 1 obl 1:obl:for _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ 6 draft draft NOUN NN Number=Sing 8 compound 8:compound _ 7 talking talking NOUN NN Number=Sing 8 compound 8:compound _ 8 points point NOUN NNS Number=Plur 1 nsubj:pass 1:nsubj:pass _ @@ -69261,11 +69288,11 @@ 10 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 11 Cal Cal PROPN NNP Number=Sing 13 compound 13:compound _ 12 Energy Energy PROPN NNP Number=Sing 13 compound 13:compound _ -13 Markets Markets PROPN NNPS Number=Plur 14 compound 14:compound _ +13 Markets Market PROPN NNPS Number=Plur 14 compound 14:compound _ 14 conference conference NOUN NN Number=Sing 8 nmod 8:nmod:for _ 15-16 I'm _ _ _ _ _ _ _ _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -16 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +16 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 17 speaking speak VERB VBG Tense=Pres|VerbForm=Part 14 acl:relcl 14:acl:relcl _ 18 at at ADP IN _ 17 obl 17:obl _ 19 on on ADP IN _ 20 case 20:case _ @@ -69276,14 +69303,14 @@ # sent_id = email-enronsent06_01-0039 # text = All comments, suggestions, etc. are appreciated. -1 All all DET DT _ 2 det 2:det _ -2 comments comment NOUN NNS Number=Plur 8 nsubj 8:nsubj SpaceAfter=No +1 All all DET DT PronType=Tot 2 det 2:det _ +2 comments comment NOUN NNS Number=Plur 8 nsubj:pass 8:nsubj:pass SpaceAfter=No 3 , , PUNCT , _ 4 punct 4:punct _ -4 suggestions suggestion NOUN NNS Number=Plur 2 conj 2:conj|8:nsubj SpaceAfter=No +4 suggestions suggestion NOUN NNS Number=Plur 2 conj 2:conj|8:nsubj:pass SpaceAfter=No 5 , , PUNCT , _ 4 punct 4:punct _ -6 etc. etc. X FW _ 2 conj 2:conj|8:nsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ -8 appreciated appreciate VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No +6 etc. etc. NOUN FW Abbr=Yes|Number=Plur 2 conj 2:conj|8:nsubj:pass _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux:pass 8:aux:pass _ +8 appreciated appreciate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 9 . . PUNCT . _ 8 punct 8:punct _ # sent_id = email-enronsent06_01-0040 @@ -69295,7 +69322,7 @@ # newpar id = email-enronsent06_01-p0009 # text = Yes, I would like to participate. 1 Yes yes INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ 4 would would AUX MD VerbForm=Fin 5 aux 5:aux _ 5 like like VERB VB VerbForm=Inf 0 root 0:root _ @@ -69313,7 +69340,7 @@ # text = thanks a million. 1 thanks thanks NOUN NN Number=Sing 0 root 0:root _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ -3 million million NUM CD NumType=Card 1 nmod:npmod 1:nmod:npmod SpaceAfter=No +3 million million NUM CD NumForm=Word|NumType=Card 1 nmod:npmod 1:nmod:npmod SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent06_01-0044 @@ -69327,15 +69354,15 @@ # sent_id = email-enronsent06_01-0045 # newpar id = email-enronsent06_01-p0011 # text = Lara Leibman@ENRON COMMUNICATIONS -1 Lara lara X GW _ 0 root 0:root _ -2 Leibman@ENRON leibman@enron X GW _ 1 goeswith 1:goeswith _ -3 COMMUNICATIONS communications X ADD _ 1 goeswith 1:goeswith _ +1 Lara laraleibman@enroncommunications X GW Typo=Yes 0 root 0:root _ +2 Leibman@ENRON _ X GW _ 1 goeswith 1:goeswith _ +3 COMMUNICATIONS _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent06_01-0046 # text = 10/31/2000 03:48 PM -1 10/31/2000 10/31/2000 NUM CD NumType=Card 0 root 0:root _ -2 03:48 03:48 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 10/31/2000 10/31/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 03:48 03:48 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent06_01-0047 # text = Here's the info for calling in -- thanks! @@ -69364,45 +69391,45 @@ # sent_id = email-enronsent06_01-0050 # text = 10/31/00 02:17 PM -1 10/31/00 10/31/00 NUM CD NumType=Card 0 root 0:root _ -2 02:17 02:17 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 10/31/00 10/31/00 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 02:17 02:17 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent06_01-0051 # text = The call-in number and instructions for the 11/2 8:30 a.m. meeting are as follows: 1 The the DET DT Definite=Def|PronType=Art 5 det 5:det _ 2 call call VERB VB VerbForm=Inf 5 compound 5:compound SpaceAfter=No 3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No -4 in in ADV RB _ 2 compound:prt 2:compound:prt _ -5 number number NOUN NN Number=Sing 14 nsubj 14:nsubj _ +4 in in ADV RB _ 2 advmod 2:advmod _ +5 number number NOUN NN Number=Sing 16 nsubj:outer 16:nsubj:outer _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 instructions instruction NOUN NNS Number=Plur 5 conj 5:conj:and|14:nsubj _ +7 instructions instruction NOUN NNS Number=Plur 5 conj 5:conj:and|16:nsubj:outer _ 8 for for ADP IN _ 13 case 13:case _ 9 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -10 11/2 11/2 NUM CD NumType=Card 13 nummod 13:nummod _ -11 8:30 8:30 NUM CD NumType=Card 12 nummod 12:nummod _ +10 11/2 11/2 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ +11 8:30 8:30 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 12 a.m. a.m. NOUN NN Number=Sing 13 compound 13:compound _ 13 meeting meeting NOUN NN Number=Sing 5 nmod 5:nmod:for _ -14 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 15 as as SCONJ IN _ 16 mark 16:mark _ -16 follows follow VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 ccomp 14:ccomp SpaceAfter=No -17 : : PUNCT : _ 14 punct 14:punct _ +16 follows follow VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +17 : : PUNCT : _ 16 punct 16:punct _ # sent_id = email-enronsent06_01-0052 # text = Everyone will dial the toll free number 1-877-331-6867. -1 Everyone everyone PRON NN Number=Sing 3 nsubj 3:nsubj _ +1 Everyone everyone PRON NN Number=Sing|PronType=Tot 3 nsubj 3:nsubj _ 2 will will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 dial dial VERB VB VerbForm=Inf 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 5 toll toll NOUN NN Number=Sing 6 compound 6:compound _ 6 free free ADJ JJ Degree=Pos 7 amod 7:amod _ 7 number number NOUN NN Number=Sing 3 obj 3:obj _ -8 1-877-331-6867 1-877-331-6867 NUM CD NumType=Card 7 appos 7:appos SpaceAfter=No +8 1-877-331-6867 1-877-331-6867 NUM CD NumForm=Digit|NumType=Card 7 appos 7:appos SpaceAfter=No 9 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent06_01-0053 # text = All the outside participants will be prompted to enter their access code, which is 600-480. -1 All all DET PDT _ 4 det:predet 4:det:predet _ +1 All all DET PDT PronType=Tot 4 det:predet 4:det:predet _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 outside outside ADJ JJ Degree=Pos 4 amod 4:amod _ 4 participants participant NOUN NNS Number=Plur 7 nsubj:pass 7:nsubj:pass|9:nsubj:xsubj _ @@ -69411,26 +69438,26 @@ 7 prompted prompt VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 8 to to PART TO _ 9 mark 9:mark _ 9 enter enter VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 access access NOUN NN Number=Sing 12 compound 12:compound _ 12 code code NOUN NN Number=Sing 9 obj 9:obj|16:nsubj SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ +13 , , PUNCT , _ 16 punct 16:punct _ 14 which which PRON WDT PronType=Rel 16 nsubj 12:ref _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ -16 600-480 600-480 NUM CD NumType=Card 12 acl:relcl 12:acl:relcl SpaceAfter=No +16 600-480 600-480 NUM CD NumForm=Digit|NumType=Card 12 acl:relcl 12:acl:relcl SpaceAfter=No 17 . . PUNCT . _ 7 punct 7:punct _ # sent_id = email-enronsent06_01-0054 # text = Wayne, your access code (room 4434) after dialing the toll free number will be 857-771. 1 Wayne Wayne PROPN NNP Number=Sing 18 vocative 18:vocative SpaceAfter=No -2 , , PUNCT , _ 18 punct 18:punct _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 access access NOUN NN Number=Sing 5 compound 5:compound _ 5 code code NOUN NN Number=Sing 18 nsubj 18:nsubj _ -6 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No +6 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No 7 room room NOUN NN Number=Sing 5 nmod:npmod 5:nmod:npmod _ -8 4434 4434 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No -9 ) ) PUNCT -RRB- _ 5 punct 5:punct _ +8 4434 4434 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No +9 ) ) PUNCT -RRB- _ 7 punct 7:punct _ 10 after after SCONJ IN _ 11 mark 11:mark _ 11 dialing dial VERB VBG VerbForm=Ger 5 acl 5:acl:after _ 12 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -69439,27 +69466,27 @@ 15 number number NOUN NN Number=Sing 11 obj 11:obj _ 16 will will AUX MD VerbForm=Fin 18 aux 18:aux _ 17 be be AUX VB VerbForm=Inf 18 cop 18:cop _ -18 857-771 857-771 NUM CD NumType=Card 0 root 0:root SpaceAfter=No +18 857-771 857-771 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No 19 . . PUNCT . _ 18 punct 18:punct _ # sent_id = email-enronsent06_01-0055 # text = I have asked for 4 outside ports and should anyone else need to join in, they may do so with the access code and without operator assistance. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 asked ask VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 for for ADP IN _ 7 case 7:case _ -5 4 4 NUM CD NumType=Card 7 nummod 7:nummod _ +5 4 4 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 6 outside outside ADJ JJ Degree=Pos 7 amod 7:amod _ 7 ports port NOUN NNS Number=Plur 3 obl 3:obl:for _ 8 and and CCONJ CC _ 19 cc 19:cc _ 9 should should AUX MD VerbForm=Fin 12 aux 12:aux _ -10 anyone anyone PRON NN Number=Sing 12 nsubj 12:nsubj|14:nsubj:xsubj _ +10 anyone anyone PRON NN Number=Sing|PronType=Ind 12 nsubj 12:nsubj|14:nsubj:xsubj _ 11 else else ADJ JJ Degree=Pos 10 amod 10:amod _ 12 need need VERB VB VerbForm=Inf 19 advcl 19:advcl _ 13 to to PART TO _ 14 mark 14:mark _ 14 join join VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 15 in in ADV RB _ 14 advmod 14:advmod SpaceAfter=No -16 , , PUNCT , _ 19 punct 19:punct _ +16 , , PUNCT , _ 12 punct 12:punct _ 17 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 19 nsubj 19:nsubj _ 18 may may AUX MD VerbForm=Fin 19 aux 19:aux _ 19 do do VERB VB VerbForm=Inf 3 conj 3:conj:and _ @@ -69482,7 +69509,7 @@ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 call call NOUN NN Number=Sing 2 nmod 2:nmod:of _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ -7 3.5 3.5 NUM CD NumType=Card 8 nummod 8:nummod _ +7 3.5 3.5 NUM CD NumForm=Digit|NumType=Frac 8 nummod 8:nummod _ 8 hours hour NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 9 . . PUNCT . _ 8 punct 8:punct _ @@ -69493,7 +69520,7 @@ 3 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 4 terminate terminate VERB VB VerbForm=Inf 0 root 0:root _ 5 once once SCONJ IN _ 8 mark 8:mark _ -6 everyone everyone PRON NN Number=Sing 8 nsubj 8:nsubj _ +6 everyone everyone PRON NN Number=Sing|PronType=Tot 8 nsubj 8:nsubj _ 7 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 hung hang VERB VBN Tense=Past|VerbForm=Part 4 advcl 4:advcl:once _ 9 up up ADP RP _ 8 compound:prt 8:compound:prt SpaceAfter=No @@ -69506,10 +69533,10 @@ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj|4:nsubj:xsubj _ 4 know know VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 if if SCONJ IN _ 9 mark 9:mark _ -6 any any DET DT _ 9 nsubj 9:nsubj _ +6 any any DET DT PronType=Ind 9 nsubj 9:nsubj _ 7 of of ADP IN _ 8 case 8:case _ 8 you you PRON PRP Case=Acc|Person=2|PronType=Prs 6 nmod 6:nmod:of _ -9 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ +9 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ 10 additional additional ADJ JJ Degree=Pos 11 amod 11:amod _ 11 information information NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ @@ -69525,7 +69552,7 @@ 1 Angie Angie PROPN NNP Number=Sing 0 root 0:root _ 2 Buis Buis PROPN NNP Number=Sing 1 flat 1:flat _ 3 EBS EBS PROPN NNP Number=Sing 5 compound 5:compound SpaceAfter=No -4 - - PUNCT , _ 5 punct 5:punct SpaceAfter=No +4 - - PUNCT , _ 3 punct 3:punct SpaceAfter=No 5 Tax Tax PROPN NNP Number=Sing 1 list 1:list _ 6 x-37097 x-37097 NOUN NN Number=Sing 1 list 1:list _ @@ -69533,16 +69560,16 @@ # text = Attached for your review are copies of the settlement documents that were filed today in the Gas Industry Restructuring/Natural Gas Strategy proceeding, including the Motion for Approval of the Comprehensive Settlement that is supported by thirty signatories to the Comprehensive Settlement, the Comprehensive Settlement document itself, and the various appendices to the settlement.? 1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 for for ADP IN _ 4 case 4:case _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 review review NOUN NN Number=Sing 1 obl 1:obl:for _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ 6 copies copy NOUN NNS Number=Plur 1 nsubj:pass 1:nsubj:pass _ 7 of of ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 settlement settlement NOUN NN Number=Sing 10 compound 10:compound _ 10 documents document NOUN NNS Number=Plur 6 nmod 6:nmod:of|13:nsubj:pass _ 11 that that PRON WDT PronType=Rel 13 nsubj:pass 10:ref _ -12 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 aux:pass 13:aux:pass _ +12 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 aux:pass 13:aux:pass _ 13 filed file VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 acl:relcl 10:acl:relcl _ 14 today today NOUN NN Number=Sing 13 obl:tmod 13:obl:tmod _ 15 in in ADP IN _ 24 case 24:case _ @@ -69550,12 +69577,12 @@ 17 Gas Gas PROPN NNP Number=Sing 18 compound 18:compound _ 18 Industry Industry PROPN NNP Number=Sing 19 compound 19:compound _ 19 Restructuring Restructuring PROPN NNP Number=Sing 24 compound 24:compound SpaceAfter=No -20 / / PUNCT , _ 23 cc 23:cc SpaceAfter=No -21 Natural Natural PROPN NNP Number=Sing 22 compound 22:compound _ +20 / / SYM , _ 23 cc 23:cc SpaceAfter=No +21 Natural Natural ADJ NNP Degree=Pos 22 amod 22:amod _ 22 Gas Gas PROPN NNP Number=Sing 23 compound 23:compound _ 23 Strategy Strategy PROPN NNP Number=Sing 19 conj 19:conj|24:compound _ 24 proceeding proceeding NOUN NN Number=Sing 13 obl 13:obl:in SpaceAfter=No -25 , , PUNCT , _ 6 punct 6:punct _ +25 , , PUNCT , _ 28 punct 28:punct _ 26 including include VERB VBG VerbForm=Ger 28 case 28:case _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 Motion motion NOUN NN Number=Sing 6 nmod 6:nmod:including|37:nsubj:pass _ @@ -69569,8 +69596,8 @@ 36 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 37 aux:pass 37:aux:pass _ 37 supported support VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 28 acl:relcl 28:acl:relcl _ 38 by by ADP IN _ 40 case 40:case _ -39 thirty thirty NUM CD NumType=Card 40 nummod 40:nummod _ -40 signatories signatory NOUN NNS Number=Plur 37 obl 37:obl:by _ +39 thirty thirty NUM CD NumForm=Word|NumType=Card 40 nummod 40:nummod _ +40 signatories signatory NOUN NNS Number=Plur 37 obl:agent 37:obl:agent _ 41 to to ADP IN _ 44 case 44:case _ 42 the the DET DT Definite=Def|PronType=Art 44 det 44:det _ 43 Comprehensive comprehensive ADJ JJ Degree=Pos 44 amod 44:amod _ @@ -69580,7 +69607,7 @@ 47 Comprehensive comprehensive ADJ JJ Degree=Pos 49 amod 49:amod _ 48 Settlement settlement NOUN NN Number=Sing 49 compound 49:compound _ 49 document document NOUN NN Number=Sing 28 conj 6:nmod:including|28:conj:and|37:nsubj:pass _ -50 itself itself PRON PRP Gender=Neut|Number=Sing|Person=3|PronType=Prs 49 nmod:npmod 49:nmod:npmod SpaceAfter=No +50 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Emp|Reflex=Yes 49 nmod:npmod 49:nmod:npmod SpaceAfter=No 51 , , PUNCT , _ 55 punct 55:punct _ 52 and and CCONJ CC _ 55 cc 55:cc _ 53 the the DET DT Definite=Def|PronType=Art 55 det 55:det _ @@ -69602,14 +69629,14 @@ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 signature signature NOUN NN Number=Sing 9 compound 9:compound _ 9 pages page NOUN NNS Number=Plur 6 conj 3:nmod:of|6:conj:and _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ -11 not not PART RB _ 12 advmod 12:advmod _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +11 not not PART RB _ 13 advmod 13:advmod _ 12 yet yet ADV RB _ 13 advmod 13:advmod _ 13 available available ADJ JJ Degree=Pos 20 advcl 20:advcl:because _ 14 electronically electronically ADV RB _ 13 advmod 13:advmod SpaceAfter=No -15 , , PUNCT , _ 20 punct 20:punct _ +15 , , PUNCT , _ 13 punct 13:punct _ 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj:pass 20:nsubj:pass _ -17 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +17 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 18 not not PART RB _ 20 advmod 20:advmod _ 19 been be AUX VBN Tense=Past|VerbForm=Part 20 aux:pass 20:aux:pass _ 20 included include VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ @@ -69626,15 +69653,15 @@ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 Comprehensive comprehensive ADJ JJ Degree=Pos 6 amod 6:amod _ 6 Settlement settlement NOUN NN Number=Sing 2 nmod 2:nmod:of SpaceAfter=No -7 , , PUNCT , _ 2 punct 2:punct _ +7 , , PUNCT , _ 10 punct 10:punct _ 8 including include VERB VBG VerbForm=Ger 10 case 10:case _ -9 all all DET DT _ 10 det 10:det _ +9 all all DET DT PronType=Tot 10 det 10:det _ 10 declarations declaration NOUN NNS Number=Plur 2 nmod 2:nmod:including _ 11 and and CCONJ CC _ 13 cc 13:cc _ 12 signature signature NOUN NN Number=Sing 13 compound 13:compound _ 13 pages page NOUN NNS Number=Plur 10 conj 2:nmod:including|10:conj:and SpaceAfter=No -14 , , PUNCT , _ 17 punct 17:punct _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +14 , , PUNCT , _ 2 punct 2:punct _ +15 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 16 being be AUX VBG VerbForm=Ger 17 aux:pass 17:aux:pass _ 17 shipped ship VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 18 tonight tonight NOUN NN Number=Sing 17 obl:tmod 17:obl:tmod _ @@ -69642,7 +69669,7 @@ 20 US US PROPN NNP Number=Sing 21 compound 21:compound _ 21 mail mail NOUN NN Number=Sing 17 obl 17:obl:via _ 22 to to ADP IN _ 24 case 24:case _ -23 all all DET DT _ 24 det 24:det _ +23 all all DET DT PronType=Tot 24 det 24:det _ 24 parties party NOUN NNS Number=Plur 17 obl 17:obl:to _ 25 on on ADP IN _ 28 case 28:case _ 26 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ @@ -69653,7 +69680,7 @@ # sent_id = email-enronsent06_01-0064 # text = Additional printed copies should be available within the next day or so and I will make them available to all of you - just let me know how many copies you need. 1 Additional additional ADJ JJ Degree=Pos 3 amod 3:amod _ -2 printed print VERB VBN Tense=Past|VerbForm=Part 3 amod 3:amod _ +2 printed print VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 amod 3:amod _ 3 copies copy NOUN NNS Number=Plur 6 nsubj 6:nsubj _ 4 should should AUX MD VerbForm=Fin 6 aux 6:aux _ 5 be be AUX VB VerbForm=Inf 6 cop 6:cop _ @@ -69671,19 +69698,19 @@ 17 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 18 available available ADJ JJ Degree=Pos 16 ccomp 16:ccomp _ 19 to to ADP IN _ 20 case 20:case _ -20 all all DET DT _ 18 obl 18:obl:to _ +20 all all DET DT PronType=Tot 18 obl 18:obl:to _ 21 of of ADP IN _ 22 case 22:case _ 22 you you PRON PRP Case=Acc|Person=2|PronType=Prs 20 nmod 20:nmod:of _ -23 - - PUNCT , _ 6 punct 6:punct _ +23 - - PUNCT , _ 25 punct 25:punct _ 24 just just ADV RB _ 25 advmod 25:advmod _ 25 let let VERB VB Mood=Imp|VerbForm=Fin 6 parataxis 6:parataxis _ 26 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 25 obj 25:obj|27:nsubj:xsubj _ 27 know know VERB VB VerbForm=Inf 25 xcomp 25:xcomp _ -28 how how SCONJ WRB PronType=Int 29 mark 29:mark _ +28 how how ADV WRB PronType=Int 29 advmod 29:advmod _ 29 many many ADJ JJ Degree=Pos 30 amod 30:amod _ 30 copies copy NOUN NNS Number=Plur 32 obj 32:obj _ 31 you you PRON PRP Case=Nom|Person=2|PronType=Prs 32 nsubj 32:nsubj _ -32 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 ccomp 27:ccomp SpaceAfter=No +32 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 27 ccomp 27:ccomp SpaceAfter=No 33 . . PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent06_01-0065 @@ -69693,12 +69720,12 @@ 3 like like VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 thank thank VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 all all DET DT _ 5 obj 5:obj _ +6 all all DET DT PronType=Tot 5 obj 5:obj _ 7 of of ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 parties party NOUN NNS Number=Plur 6 nmod 6:nmod:of|11:nsubj _ 10 who who PRON WP PronType=Rel 11 nsubj 9:ref _ -11 participated participate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +11 participated participate VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 12 in in ADP IN _ 15 case 15:case _ 13 this this DET DT Number=Sing|PronType=Dem 15 det 15:det _ 14 settlement settlement NOUN NN Number=Sing 15 compound 15:compound _ @@ -69708,7 +69735,7 @@ # sent_id = email-enronsent06_01-0066 # text = You have all devoted considerable time, resources and spirit in the preparation of this document - and it shows.? 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 all all ADV RB _ 4 advmod 4:advmod _ 4 devoted devote VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 considerable considerable ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -69723,7 +69750,7 @@ 14 of of ADP IN _ 16 case 16:case _ 15 this this DET DT Number=Sing|PronType=Dem 16 det 16:det _ 16 document document NOUN NN Number=Sing 13 nmod 13:nmod:of _ -17 - - PUNCT , _ 4 punct 4:punct _ +17 - - PUNCT , _ 20 punct 20:punct _ 18 and and CCONJ CC _ 20 cc 20:cc _ 19 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 20 shows show VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and SpaceAfter=No @@ -69733,7 +69760,7 @@ # text = We now have a settlement before the Commission that includes ratepayer advocates, commercial and industrial customers, electric generators, marketers, shippers, independent storage providers,? gas suppliers,? producers, utilities, aggregators, pipeline companies, wholesale customers, municipalities, and retail mass marketers, among others.? 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 now now ADV RB _ 3 advmod 3:advmod _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 settlement settlement NOUN NN Number=Sing 3 obj 3:obj _ 6 before before ADP IN _ 8 case 8:case _ @@ -69759,10 +69786,10 @@ 26 independent independent ADJ JJ Degree=Pos 28 amod 28:amod _ 27 storage storage NOUN NN Number=Sing 28 compound 28:compound _ 28 providers provider NOUN NNS Number=Plur 12 conj 10:obj|12:conj:and SpaceAfter=No -29 ,? ,? PUNCT , _ 12 punct 12:punct _ +29 ,? ,? PUNCT , _ 31 punct 31:punct _ 30 gas gas NOUN NN Number=Sing 31 compound 31:compound _ 31 suppliers supplier NOUN NNS Number=Plur 12 conj 10:obj|12:conj:and SpaceAfter=No -32 ,? ,? PUNCT , _ 12 punct 12:punct _ +32 ,? ,? PUNCT , _ 33 punct 33:punct _ 33 producers producer NOUN NNS Number=Plur 12 conj 10:obj|12:conj:and SpaceAfter=No 34 , , PUNCT , _ 35 punct 35:punct _ 35 utilities utility NOUN NNS Number=Plur 12 conj 10:obj|12:conj:and SpaceAfter=No @@ -69781,7 +69808,7 @@ 48 retail retail NOUN NN Number=Sing 50 compound 50:compound _ 49 mass mass ADJ JJ Degree=Pos 50 amod 50:amod _ 50 marketers marketer NOUN NNS Number=Plur 12 conj 10:obj|12:conj:and SpaceAfter=No -51 , , PUNCT , _ 12 punct 12:punct _ +51 , , PUNCT , _ 53 punct 53:punct _ 52 among among ADP IN _ 53 case 53:case _ 53 others other NOUN NNS Number=Plur 12 nmod 12:nmod:among SpaceAfter=No 54 .? .? PUNCT . _ 3 punct 3:punct _ @@ -69794,9 +69821,9 @@ 4 be be AUX VB VerbForm=Inf 5 cop 5:cop _ 5 proud proud ADJ JJ Degree=Pos 13 advcl 13:advcl:while _ 6 of of ADP IN _ 8 case 8:case _ -7 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 accomplishment accomplishment NOUN NN Number=Sing 5 obl 5:obl:of SpaceAfter=No -9 , , PUNCT , _ 13 punct 13:punct _ +9 , , PUNCT , _ 5 punct 5:punct _ 10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 11 now now ADV RB _ 13 advmod 13:advmod _ 12 must must AUX MD VerbForm=Fin 13 aux 13:aux _ @@ -69806,19 +69833,19 @@ 16 task task NOUN NN Number=Sing 13 obl 13:obl:to _ 17 of of SCONJ IN _ 18 mark 18:mark _ 18 getting get VERB VBG VerbForm=Ger 16 acl 16:acl:of _ -19 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 testimony testimony NOUN NN Number=Sing 18 obj 18:obj|21:nsubj:xsubj _ 21 ready ready ADJ JJ Degree=Pos 18 xcomp 18:xcomp _ 22 by by ADP IN _ 25 case 25:case _ 23 May May PROPN NNP Number=Sing 25 compound 25:compound _ -24 5 5 NUM CD NumType=Card 23 nummod 23:nummod _ +24 5 5 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ 25 deadline deadline NOUN NN Number=Sing 21 obl 21:obl:by SpaceAfter=No 26 .? .? PUNCT . _ 13 punct 13:punct _ # sent_id = email-enronsent06_01-0069 # text = Assignments have already been made and I will schedule a conference call later this week to discuss related details.? 1 Assignments assignment NOUN NNS Number=Plur 5 nsubj:pass 5:nsubj:pass _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 already already ADV RB _ 5 advmod 5:advmod _ 4 been be AUX VBN Tense=Past|VerbForm=Part 5 aux:pass 5:aux:pass _ 5 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ @@ -69829,7 +69856,7 @@ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 11 conference conference NOUN NN Number=Sing 12 compound 12:compound _ 12 call call NOUN NN Number=Sing 9 obj 9:obj _ -13 later later ADV RB _ 15 advmod 15:advmod _ +13 later late ADV RBR Degree=Cmp 15 advmod 15:advmod _ 14 this this DET DT Number=Sing|PronType=Dem 15 det 15:det _ 15 week week NOUN NN Number=Sing 12 nmod:tmod 12:nmod:tmod _ 16 to to PART TO _ 17 mark 17:mark _ @@ -69845,18 +69872,18 @@ 3 for for SCONJ IN _ 4 mark 4:mark _ 4 resting rest VERB VBG VerbForm=Ger 2 advcl 2:advcl:for _ 5 on on ADP IN _ 7 case 7:case _ -6 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 laurels laurel NOUN NNS Number=Plur 4 obl 4:obl:on SpaceAfter=No 8 .? .? PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent06_01-0071 # text = Once again, thank you all for an outstanding accomplishment. -1 Once once ADV RB NumType=Mult 2 advmod 2:advmod _ +1 Once once ADV RB NumForm=Word|NumType=Mult 2 advmod 2:advmod _ 2 again again ADV RB _ 4 advmod 4:advmod SpaceAfter=No -3 , , PUNCT , _ 4 punct 4:punct _ -4 thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 , , PUNCT , _ 2 punct 2:punct _ +4 thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 obj 4:obj _ -6 all all DET DT _ 5 det 5:det _ +6 all all DET DT PronType=Tot 5 det 5:det _ 7 for for ADP IN _ 10 case 10:case _ 8 an a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 outstanding outstanding ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -69867,7 +69894,7 @@ # text = <> <> ? <> <> <> <> <> <> <> <> <> 1 << << PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No 2 ld2d-#69366-1.DOC ld2d-#69366-1.doc NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 >> >> PUNCT -RRB- _ 2 punct 2:punct _ +3 >> >> PUNCT -RRB- _ 5 punct 5:punct _ 4 << << PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No 5 ld2d-#69345-1.DOC ld2d-#69345-1.doc NOUN NN Number=Sing 2 list 2:list SpaceAfter=No 6 >> >> PUNCT -RRB- _ 5 punct 5:punct _ @@ -69891,10 +69918,10 @@ 24 ld2d-#69336-1.XLS ld2d-#69336-1.xls NOUN NN Number=Sing 2 list 2:list SpaceAfter=No 25 >> >> PUNCT -RRB- _ 24 punct 24:punct _ 26 << << PUNCT -LRB- _ 27 punct 27:punct SpaceAfter=No -27 Primary primary X GW _ 2 list 2:list _ -28 Rights rights X GW _ 27 goeswith 27:goeswith _ -29 4-12 4-12 X GW _ 27 goeswith 27:goeswith _ -30 .doc .doc NOUN NN Number=Sing 27 goeswith 27:goeswith SpaceAfter=No +27 Primary primary NOUN GW _ 2 list 2:list _ +28 Rights rights X GW _ 27 flat 27:flat _ +29 4-12 4-12 X GW _ 27 flat 27:flat _ +30 .doc .doc X NN Number=Sing 27 flat 27:flat SpaceAfter=No 31 >> >> PUNCT -RRB- _ 27 punct 27:punct _ 32 << << PUNCT -LRB- _ 33 punct 33:punct SpaceAfter=No 33 ld2d-#69334-1.DOC ld2d-#69334-1.doc NOUN NN Number=Sing 2 list 2:list SpaceAfter=No @@ -69946,10 +69973,10 @@ # sent_id = email-enronsent06_01-0081 # text = - Primary Rights 4-12 .doc 1 - - PUNCT NFP _ 2 punct 2:punct _ -2 Primary primary X GW _ 0 root 0:root _ -3 Rights rights X GW _ 2 goeswith 2:goeswith _ -4 4-12 4-12 X GW _ 2 goeswith 2:goeswith _ -5 .doc .doc NOUN NN Number=Sing 2 goeswith 2:goeswith _ +2 Primary primary NOUN GW _ 0 root 0:root _ +3 Rights rights X GW _ 2 flat 2:flat _ +4 4-12 4-12 X GW _ 2 flat 2:flat _ +5 .doc .doc X NN Number=Sing 2 flat 2:flat _ # sent_id = email-enronsent06_01-0082 # text = - ld2d-#69334-1.DOC @@ -69989,35 +70016,35 @@ 18 University University PROPN NNP Number=Sing 1 list 1:list _ 19 of of ADP IN _ 20 case 20:case _ 20 California California PROPN NNP Number=Sing 18 nmod 18:nmod:of _ -21 2539 2539 NUM CD NumType=Card 23 nummod 23:nummod _ +21 2539 2539 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ 22 Channing Channing PROPN NNP Number=Sing 23 compound 23:compound _ 23 Way Way PROPN NNP Number=Sing 1 list 1:list _ 24 Berkeley Berkeley PROPN NNP Number=Sing 23 appos 23:appos SpaceAfter=No -25 , , PUNCT , _ 24 punct 24:punct _ +25 , , PUNCT , _ 26 punct 26:punct _ 26 CA CA PROPN NNP Number=Sing 24 appos 24:appos _ -27 94720-1900 94720-1900 NUM CD NumType=Card 23 appos 23:appos _ +27 94720-1900 94720-1900 NUM CD NumForm=Digit|NumType=Card 23 appos 23:appos _ 28 Berkeley Berkeley PROPN NNP Number=Sing 1 appos 1:appos SpaceAfter=No -29 , , PUNCT , _ 28 punct 28:punct _ +29 , , PUNCT , _ 30 punct 30:punct _ 30 CA CA PROPN NNP Number=Sing 28 appos 28:appos _ -31 94720-5180 94720-5180 NUM CD NumType=Card 23 appos 23:appos _ +31 94720-5180 94720-5180 NUM CD NumForm=Digit|NumType=Card 23 appos 23:appos _ 32 ( ( PUNCT -LRB- _ 33 punct 33:punct SpaceAfter=No 33 p p NOUN NN Number=Sing 1 list 1:list SpaceAfter=No 34 ) ) PUNCT -RRB- _ 33 punct 33:punct _ -35 510-642-3689 510-642-3689 NUM CD NumType=Card 33 appos 33:appos _ +35 510-642-3689 510-642-3689 NUM CD NumForm=Digit|NumType=Card 33 appos 33:appos _ 36 ( ( PUNCT -LRB- _ 37 punct 37:punct SpaceAfter=No 37 p p NOUN NN Number=Sing 1 list 1:list SpaceAfter=No 38 ) ) PUNCT -RRB- _ 37 punct 37:punct _ -39 510-642-5145 510-642-5145 NUM CD NumType=Card 37 appos 37:appos _ +39 510-642-5145 510-642-5145 NUM CD NumForm=Digit|NumType=Card 37 appos 37:appos _ 40 ( ( PUNCT -LRB- _ 41 punct 41:punct SpaceAfter=No 41 f f NOUN NN Number=Sing 1 list 1:list SpaceAfter=No 42 ) ) PUNCT -RRB- _ 41 punct 41:punct _ -43 707-885-2508 707-885-2508 NUM CD NumType=Card 41 appos 41:appos _ +43 707-885-2508 707-885-2508 NUM CD NumForm=Digit|NumType=Card 41 appos 41:appos _ 44 http://www.ucei.berkeley.edu/ucei http://www.ucei.berkeley.edu/ucei X ADD _ 1 list 1:list _ 45 Email email NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -46 : : PUNCT : _ 45 punct 45:punct _ +46 : : PUNCT : _ 47 punct 47:punct _ 47 borenste@haas.berkeley.edu borenste@haas.berkeley.edu X ADD _ 45 appos 45:appos _ 48 WWW www NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -49 : : PUNCT : _ 48 punct 48:punct _ +49 : : PUNCT : _ 50 punct 50:punct _ 50 http://haas.berkeley.edu/~borenste http://haas.berkeley.edu/~borenste X ADD _ 48 appos 48:appos _ # sent_id = email-enronsent06_01-0086 @@ -70028,7 +70055,7 @@ 4 rough rough ADJ JJ Degree=Pos 5 amod 5:amod _ 5 draft draft NOUN NN Number=Sing 1 nsubj:pass 1:nsubj:pass _ 6 of of ADP IN _ 9 case 9:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 8 talking talking NOUN NN Number=Sing 9 compound 9:compound _ 9 points point NOUN NNS Number=Plur 5 nmod 5:nmod:of _ 10 for for ADP IN _ 12 case 12:case _ @@ -70038,7 +70065,7 @@ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ 14 'll will AUX MD VerbForm=Fin 16 aux 16:aux _ 15 be be AUX VB VerbForm=Inf 16 cop 16:cop _ -16 on on ADP IN _ 12 acl:relcl 12:acl:relcl _ +16 on on ADP IN _ 12 acl:relcl 12:acl:relcl Promoted=Yes 17 at at ADP IN _ 20 case 20:case _ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 19 CEM CEM PROPN NNP Number=Sing 20 compound 20:compound _ @@ -70052,25 +70079,25 @@ # sent_id = email-enronsent06_01-0087 # text = Have distributed to Western GA team (plus Steffes) for comment and thought you may have some, too. -1 Have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 aux 2:aux _ +1 Have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 aux 2:aux _ 2 distributed distribute VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 3 to to ADP IN _ 6 case 6:case _ 4 Western western ADJ JJ Degree=Pos 6 amod 6:amod _ 5 GA ga NOUN NN Number=Sing 6 compound 6:compound _ 6 team team NOUN NN Number=Sing 2 obl 2:obl:to _ -7 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No +7 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No 8 plus plus CCONJ CC _ 9 cc 9:cc _ 9 Steffes Steffes PROPN NNP Number=Sing 6 conj 2:obl:to|6:conj:plus SpaceAfter=No -10 ) ) PUNCT -RRB- _ 6 punct 6:punct _ +10 ) ) PUNCT -RRB- _ 9 punct 9:punct _ 11 for for ADP IN _ 12 case 12:case _ 12 comment comment NOUN NN Number=Sing 2 obl 2:obl:for _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +14 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ 16 may may AUX MD VerbForm=Fin 17 aux 17:aux _ 17 have have VERB VB VerbForm=Inf 14 ccomp 14:ccomp _ -18 some some DET DT _ 17 obj 17:obj SpaceAfter=No -19 , , PUNCT , _ 17 punct 17:punct _ +18 some some DET DT PronType=Ind 17 obj 17:obj SpaceAfter=No +19 , , PUNCT , _ 20 punct 20:punct _ 20 too too ADV RB _ 17 advmod 17:advmod SpaceAfter=No 21 . . PUNCT . _ 2 punct 2:punct _ @@ -70079,35 +70106,36 @@ 1 Topic topic NOUN NN Number=Sing 0 root 0:root _ 2 for for ADP IN _ 3 case 3:case _ 3 panel panel NOUN NN Number=Sing 1 nmod 1:nmod:for SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ -5 " " PUNCT `` _ 1 punct 1:punct SpaceAfter=No +4 , , PUNCT , _ 7 punct 7:punct _ +5 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No 6 PUC puc NOUN NN Number=Sing 7 compound 7:compound _ 7 Priorities priority NOUN NNS Number=Plur 1 appos 1:appos SpaceAfter=No -8 . . PUNCT . _ 1 punct 1:punct SpaceAfter=No -9 " " PUNCT '' _ 1 punct 1:punct _ +8 . . PUNCT . _ 7 punct 7:punct SpaceAfter=No +9 " " PUNCT '' _ 7 punct 7:punct _ # sent_id = email-enronsent06_01-0089 # text = Goal is to (politely?) refute Loretta Lynch's and Carl Woods' continued assertions that 1) California's move to deregulate was based solely on ideology with no basis in fact and 2) the solution is to turn back the clock to command-and-control regulation. -1 Goal goal NOUN NN Number=Sing 2 nsubj 2:nsubj _ -2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Goal goal NOUN NN Number=Sing 8 nsubj:outer 8:nsubj:outer _ +2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 3 to to PART TO _ 8 mark 8:mark _ -4 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No +4 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No 5 politely politely ADV RB _ 8 advmod 8:advmod SpaceAfter=No 6 ? ? PUNCT . _ 5 punct 5:punct SpaceAfter=No -7 ) ) PUNCT -RRB- _ 8 punct 8:punct _ -8 refute refute VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ +7 ) ) PUNCT -RRB- _ 5 punct 5:punct _ +8 refute refute VERB VB VerbForm=Inf 0 root 0:root _ 9 Loretta Loretta PROPN NNP Number=Sing 17 nmod:poss 17:nmod:poss _ 10-11 Lynch's _ _ _ _ _ _ _ _ 10 Lynch Lynch PROPN NNP Number=Sing 9 flat 9:flat _ 11 's 's PART POS _ 9 case 9:case _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 Carl Carl PROPN NNP Number=Sing 9 conj 9:conj:and|17:nmod:poss _ -14 Woods Woods PROPN NNPS Number=Plur 13 flat 13:flat SpaceAfter=No +14-15 Woods' _ _ _ _ _ _ _ _ +14 Woods Woods PROPN NNPS Number=Plur 13 flat 13:flat _ 15 ' 's PART POS _ 13 case 13:case _ -16 continued continue VERB VBN Tense=Past|VerbForm=Part 17 amod 17:amod _ +16 continued continue VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 amod 17:amod _ 17 assertions assertion NOUN NNS Number=Plur 8 obj 8:obj _ 18 that that SCONJ IN _ 27 mark 27:mark _ -19 1 1 X LS _ 27 nummod 27:nummod SpaceAfter=No +19 1 1 NUM LS NumForm=Digit|NumType=Card 27 nummod 27:nummod SpaceAfter=No 20 ) ) PUNCT -RRB- _ 19 punct 19:punct _ 21-22 California's _ _ _ _ _ _ _ _ 21 California California PROPN NNP Number=Sing 23 nmod:poss 23:nmod:poss _ @@ -70121,29 +70149,29 @@ 29 on on ADP IN _ 30 case 30:case _ 30 ideology ideology NOUN NN Number=Sing 27 obl 27:obl:on _ 31 with with ADP IN _ 33 case 33:case _ -32 no no DET DT _ 33 det 33:det _ +32 no no DET DT PronType=Neg 33 det 33:det _ 33 basis basis NOUN NN Number=Sing 27 obl 27:obl:with _ 34 in in ADP IN _ 35 case 35:case _ 35 fact fact NOUN NN Number=Sing 33 nmod 33:nmod:in _ -36 and and CCONJ CC _ 41 cc 41:cc _ -37 2 2 X LS _ 41 nummod 41:nummod SpaceAfter=No +36 and and CCONJ CC _ 43 cc 43:cc _ +37 2 2 NUM LS NumForm=Digit|NumType=Card 43 nummod 43:nummod SpaceAfter=No 38 ) ) PUNCT -RRB- _ 37 punct 37:punct _ 39 the the DET DT Definite=Def|PronType=Art 40 det 40:det _ -40 solution solution NOUN NN Number=Sing 41 nsubj 41:nsubj _ -41 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 27 conj 17:acl:that|27:conj:and _ +40 solution solution NOUN NN Number=Sing 43 nsubj:outer 43:nsubj:outer _ +41 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 43 cop 17:acl:that|43:cop _ 42 to to PART TO _ 43 mark 43:mark _ -43 turn turn VERB VB VerbForm=Inf 41 ccomp 41:ccomp _ +43 turn turn VERB VB VerbForm=Inf 27 conj 27:conj:and _ 44 back back ADP RP _ 43 compound:prt 43:compound:prt _ 45 the the DET DT Definite=Def|PronType=Art 46 det 46:det _ 46 clock clock NOUN NN Number=Sing 43 obj 43:obj _ 47 to to ADP IN _ 53 case 53:case _ 48 command command VERB VB VerbForm=Inf 53 compound 53:compound SpaceAfter=No -49 - - PUNCT HYPH _ 48 punct 48:punct SpaceAfter=No +49 - - PUNCT HYPH _ 50 punct 50:punct SpaceAfter=No 50 and and CCONJ CC _ 52 cc 52:cc SpaceAfter=No -51 - - PUNCT HYPH _ 48 punct 48:punct SpaceAfter=No +51 - - PUNCT HYPH _ 50 punct 50:punct SpaceAfter=No 52 control control VERB VB VerbForm=Inf 48 conj 48:conj:and|53:compound _ 53 regulation regulation NOUN NN Number=Sing 43 obl 43:obl:to SpaceAfter=No -54 . . PUNCT . _ 2 punct 2:punct _ +54 . . PUNCT . _ 8 punct 8:punct _ # sent_id = email-enronsent06_01-0090 # text = The FERC order tomorrow is likely to alter the points somewhat. @@ -70163,7 +70191,7 @@ # sent_id = email-enronsent06_01-0091 # text = Comments are much appreciated. 1 Comments comment NOUN NNS Number=Plur 4 nsubj:pass 4:nsubj:pass _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ 3 much much ADV RB _ 4 advmod 4:advmod _ 4 appreciated appreciate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ @@ -70171,7 +70199,7 @@ # sent_id = email-enronsent06_01-0092 # newpar id = email-enronsent06_01-p0016 # text = Best, -1 Best best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +1 Best good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 2 , , PUNCT , _ 1 punct 1:punct _ # sent_id = email-enronsent06_01-0093 @@ -70188,16 +70216,16 @@ # text = As we discussed yesterday, Laird and I spoke and we think that the presentation is good to go for Thursday. 1 As as SCONJ IN _ 3 mark 3:mark _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 discussed discuss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:as _ +3 discussed discuss VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:as _ 4 yesterday yesterday NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct _ +5 , , PUNCT , _ 3 punct 3:punct _ 6 Laird Laird PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 conj 6:conj:and|9:nsubj _ -9 spoke speak VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 spoke speak VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 and and CCONJ CC _ 12 cc 12:cc _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 conj 9:conj:and _ +12 think think VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 9 conj 9:conj:and _ 13 that that SCONJ IN _ 17 mark 17:mark _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 presentation presentation NOUN NN Number=Sing 17 nsubj 17:nsubj _ @@ -70224,7 +70252,7 @@ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 offer offer NOUN NN Number=Sing 7 nmod 7:nmod:for _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +12 made make VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ 13 to to ADP IN _ 14 case 14:case _ 14 S.D. S.D. PROPN NNP Number=Sing 12 obl 12:obl:to _ 15 last last ADJ JJ Degree=Pos 16 amod 16:amod _ @@ -70234,7 +70262,7 @@ # sent_id = email-enronsent06_01-0097 # text = You had mentioned that you might want to include a shaped product. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -2 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +2 had have AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 mentioned mention VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 that that SCONJ IN _ 7 mark 7:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ @@ -70243,7 +70271,7 @@ 8 to to PART TO _ 9 mark 9:mark _ 9 include include VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ -11 shaped shape VERB VBN Tense=Past|VerbForm=Part 12 amod 12:amod _ +11 shaped shape VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 amod 12:amod _ 12 product product NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ @@ -70268,7 +70296,7 @@ 9 , , PUNCT , _ 11 punct 11:punct _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 make make VERB VB VerbForm=Inf 7 conj 7:conj:and _ -12 any any DET DT _ 14 det 14:det _ +12 any any DET DT PronType=Ind 14 det 14:det _ 13 other other ADJ JJ Degree=Pos 14 amod 14:amod _ 14 changes change NOUN NNS Number=Plur 11 obj 11:obj _ 15-16 you'd _ _ _ _ _ _ _ _ @@ -70284,14 +70312,14 @@ # sent_id = email-enronsent06_01-0100 # text = My flight gets into S.D. at at 8:35 on southwest. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 flight flight NOUN NN Number=Sing 3 nsubj 3:nsubj _ 3 gets get VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 into into ADP IN _ 5 case 5:case _ 5 S.D. S.D. PROPN NNP Number=Sing 3 obl 3:obl:into _ 6 at at ADP IN _ 3 obl 3:obl _ 7 at at ADP IN _ 8 case 8:case _ -8 8:35 8:35 NUM CD NumType=Card 3 obl 3:obl:at _ +8 8:35 8:35 NUM CD NumForm=Digit|NumType=Card 3 obl 3:obl:at _ 9 on on ADP IN _ 10 case 10:case _ 10 southwest southwest PROPN NNP Number=Sing 3 obl 3:obl:on SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ @@ -70299,7 +70327,7 @@ # sent_id = email-enronsent06_01-0101 # newpar id = email-enronsent06_01-p0019 # text = Best, -1 Best best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +1 Best good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 2 , , PUNCT , _ 1 punct 1:punct _ # sent_id = email-enronsent06_01-0102 @@ -70310,21 +70338,21 @@ # newpar id = email-enronsent06_01-p0020 # text = Sandi sez it's actually happening at 10 AM and it's renewable-focused. 1 Sandi Sandi PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 sez sez VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 sez say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm=says 3-4 it's _ _ _ _ _ _ _ _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 4 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 actually actually ADV RB _ 6 advmod 6:advmod _ 6 happening happen VERB VBG Tense=Pres|VerbForm=Part 2 ccomp 2:ccomp _ 7 at at ADP IN _ 9 case 9:case _ -8 10 10 NUM CD NumType=Card 9 nummod 9:nummod _ -9 AM am NOUN NN Number=Sing 6 obl 6:obl:at _ +8 10 10 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ +9 AM a.m. NOUN NN Number=Sing 6 obl 6:obl:at _ 10 and and CCONJ CC _ 15 cc 15:cc _ 11-12 it's _ _ _ _ _ _ _ _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj:pass 15:nsubj:pass _ -12 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 aux:pass 15:aux:pass _ +12 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 aux:pass 15:aux:pass _ 13 renewable renewable ADJ JJ Degree=Pos 15 compound 15:compound SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 focused focus VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 conj 2:ccomp|6:conj:and SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ @@ -70337,9 +70365,9 @@ # sent_id = email-enronsent16_01-0002 # text = 03/08/2000 09:45 AM -1 03/08/2000 03/08/2000 NUM CD NumType=Card 0 root 0:root _ -2 09:45 09:45 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 03/08/2000 03/08/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 09:45 09:45 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent16_01-0003 # text = Fyi @@ -70354,9 +70382,9 @@ # sent_id = email-enronsent16_01-0005 # newpar id = email-enronsent16_01-p0003 # text = Marly asked me to respond to you. -1 Marly Marly PROPN NNP Number=Sing 2 nsubj 2:nsubj|5:nsubj:xsubj _ -2 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 iobj 2:iobj _ +1 Marly Marly PROPN NNP Number=Sing 2 nsubj 2:nsubj _ +2 asked ask VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 iobj 2:iobj|5:nsubj:xsubj _ 4 to to PART TO _ 5 mark 5:mark _ 5 respond respond VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 6 to to ADP IN _ 7 case 7:case _ @@ -70368,27 +70396,27 @@ # text = As you know, the suffix ONLINE is purely descriptive and now used by many companies. 1 As as SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:as SpaceAfter=No -4 , , PUNCT , _ 10 punct 10:punct _ +3 know know VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:as SpaceAfter=No +4 , , PUNCT , _ 3 punct 3:punct _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 suffix suffix NOUN NN Number=Sing 10 nsubj:pass 10:nsubj:pass|13:nsubj:pass _ +6 suffix suffix NOUN NN Number=Sing 10 nsubj 10:nsubj|13:nsubj:pass _ 7 ONLINE online NOUN NN Number=Sing 6 appos 6:appos _ -8 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ +8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop|13:aux:pass _ 9 purely purely ADV RB _ 10 advmod 10:advmod _ 10 descriptive descriptive ADJ JJ Degree=Pos 0 root 0:root _ 11 and and CCONJ CC _ 13 cc 13:cc _ 12 now now ADV RB _ 13 advmod 13:advmod _ -13 used use VERB VBN Tense=Past|VerbForm=Part 10 conj 10:conj:and _ +13 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 conj 10:conj:and _ 14 by by ADP IN _ 16 case 16:case _ 15 many many ADJ JJ Degree=Pos 16 amod 16:amod _ -16 companies company NOUN NNS Number=Plur 13 obl 13:obl:by SpaceAfter=No +16 companies company NOUN NNS Number=Plur 13 obl:agent 13:obl:agent SpaceAfter=No 17 . . PUNCT . _ 10 punct 10:punct _ # sent_id = email-enronsent16_01-0007 # text = Therefore, any trade mark registration that incorporates the word ONLINE as a suffix in the way that you use it will not enable its owner to prevent others from using the word ONLINE. 1 Therefore therefore ADV RB _ 24 advmod 24:advmod SpaceAfter=No -2 , , PUNCT , _ 24 punct 24:punct _ -3 any any DET DT _ 6 det 6:det _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 any any DET DT PronType=Ind 6 det 6:det _ 4 trade trade NOUN NN Number=Sing 5 compound 5:compound _ 5 mark mark NOUN NN Number=Sing 6 compound 6:compound _ 6 registration registration NOUN NN Number=Sing 24 nsubj 8:nsubj|24:nsubj _ @@ -70402,15 +70430,15 @@ 14 suffix suffix NOUN NN Number=Sing 8 obl 8:obl:as _ 15 in in ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -17 way way NOUN NN Number=Sing 8 obl 8:obl:in|20:advmod _ -18 that that ADV WRB PronType=Rel 20 advmod 17:ref _ +17 way way NOUN NN Number=Sing 8 obl 8:obl:in _ +18 that that SCONJ IN _ 20 mark 20:mark _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj _ -20 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ +20 use use VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ 21 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 obj 20:obj _ 22 will will AUX MD VerbForm=Fin 24 aux 24:aux _ 23 not not PART RB _ 24 advmod 24:advmod _ 24 enable enable VERB VB VerbForm=Inf 0 root 0:root _ -25 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 owner owner NOUN NN Number=Sing 24 obj 24:obj|28:nsubj:xsubj _ 27 to to PART TO _ 28 mark 28:mark _ 28 prevent prevent VERB VB VerbForm=Inf 24 xcomp 24:xcomp _ @@ -70424,19 +70452,19 @@ # sent_id = email-enronsent16_01-0008 # text = Given the above, if you have adequate protection for the word ENRON (which covers the services that you offer on-line as well as your core activities), I'd say that another application for the words ENRON ONLINE is probably unnecessary. -1 Given give VERB VBN Tense=Past|VerbForm=Part 35 advcl 35:advcl _ +1 Given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 35 advcl 35:advcl _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 above above ADJ JJ Degree=Pos 1 obj 1:obj SpaceAfter=No -4 , , PUNCT , _ 35 punct 35:punct _ +4 , , PUNCT , _ 1 punct 1:punct _ 5 if if SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 35 advcl 35:advcl:if _ +7 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 35 advcl 35:advcl:if _ 8 adequate adequate ADJ JJ Degree=Pos 9 amod 9:amod _ 9 protection protection NOUN NN Number=Sing 7 obj 7:obj _ 10 for for ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 word word NOUN NN Number=Sing 9 nmod 9:nmod:for|16:nsubj _ -13 ENRON ENRON PROPN NNP Number=Sing 12 appos 12:appos _ +13 ENRON Enron PROPN NNP Number=Sing 12 appos 12:appos _ 14 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No 15 which which PRON WDT PronType=Rel 16 nsubj 12:ref _ 16 covers cover VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ @@ -70444,30 +70472,30 @@ 18 services service NOUN NNS Number=Plur 16 obj 16:obj|21:obj _ 19 that that PRON WDT PronType=Rel 21 obj 18:ref _ 20 you you PRON PRP Case=Nom|Person=2|PronType=Prs 21 nsubj 21:nsubj _ -21 offer offer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ +21 offer offer VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ 22 on on ADP IN _ 24 case 24:case SpaceAfter=No -23 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No +23 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No 24 line line NOUN NN Number=Sing 21 obl 21:obl:on _ -25 as as ADV RB _ 30 cc 30:cc _ +25 as as ADV RB ExtPos=CCONJ 30 cc 30:cc _ 26 well well ADV RB Degree=Pos 25 fixed 25:fixed _ 27 as as ADP IN _ 25 fixed 25:fixed _ -28 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +28 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 29 core core ADJ JJ Degree=Pos 30 amod 30:amod _ 30 activities activity NOUN NNS Number=Plur 18 conj 16:obj|18:conj:as_well_as|21:obj SpaceAfter=No 31 ) ) PUNCT -RRB- _ 16 punct 16:punct SpaceAfter=No -32 , , PUNCT , _ 35 punct 35:punct _ +32 , , PUNCT , _ 7 punct 7:punct _ 33-34 I'd _ _ _ _ _ _ _ _ 33 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 35 nsubj 35:nsubj _ 34 'd would AUX MD VerbForm=Fin 35 aux 35:aux _ 35 say say VERB VB VerbForm=Inf 0 root 0:root _ 36 that that SCONJ IN _ 46 mark 46:mark _ -37 another another DET DT _ 38 det 38:det _ +37 another another DET DT PronType=Ind 38 det 38:det _ 38 application application NOUN NN Number=Sing 46 nsubj 46:nsubj _ 39 for for ADP IN _ 41 case 41:case _ 40 the the DET DT Definite=Def|PronType=Art 41 det 41:det _ 41 words word NOUN NNS Number=Plur 38 nmod 38:nmod:for _ -42 ENRON ENRON PROPN NNP Number=Sing 43 compound 43:compound _ -43 ONLINE ONLINE PROPN NNP Number=Sing 41 appos 41:appos _ +42 ENRON Enron PROPN NNP Number=Sing 43 compound 43:compound _ +43 ONLINE Online PROPN NNP Number=Sing 41 appos 41:appos _ 44 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 46 cop 46:cop _ 45 probably probably ADV RB _ 46 advmod 46:advmod _ 46 unnecessary unnecessary ADJ JJ Degree=Pos 35 ccomp 35:ccomp SpaceAfter=No @@ -70476,20 +70504,20 @@ # sent_id = email-enronsent16_01-0009 # text = However, if you use a particular logo for the on-line service, that should be registered. 1 However however ADV RB _ 19 advmod 19:advmod SpaceAfter=No -2 , , PUNCT , _ 19 punct 19:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 if if SCONJ IN _ 5 mark 5:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:if _ +5 use use VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:if _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 particular particular ADJ JJ Degree=Pos 8 amod 8:amod _ 8 logo logo NOUN NN Number=Sing 5 obj 5:obj _ 9 for for ADP IN _ 14 case 14:case _ 10 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 11 on on ADP IN _ 13 case 13:case SpaceAfter=No -12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 line line NOUN NN Number=Sing 14 compound 14:compound _ 14 service service NOUN NN Number=Sing 5 obl 5:obl:for SpaceAfter=No -15 , , PUNCT , _ 19 punct 19:punct _ +15 , , PUNCT , _ 5 punct 5:punct _ 16 that that PRON DT Number=Sing|PronType=Dem 19 nsubj:pass 19:nsubj:pass _ 17 should should AUX MD VerbForm=Fin 19 aux 19:aux _ 18 be be AUX VB VerbForm=Inf 19 aux:pass 19:aux:pass _ @@ -70499,7 +70527,7 @@ # sent_id = email-enronsent16_01-0010 # text = I hope the above is clear. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 above above ADJ JJ Degree=Pos 6 nsubj 6:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ @@ -70530,7 +70558,7 @@ 7 on on ADP IN _ 9 case 9:case _ 8 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 request request NOUN NN Number=Sing 4 obl 4:obl:on SpaceAfter=No -10 , , PUNCT , _ 11 punct 11:punct _ +10 , , PUNCT , _ 4 punct 4:punct _ 11 thanks thanks NOUN NN Number=Sing 0 root 0:root _ # sent_id = email-enronsent16_01-0014 @@ -70546,14 +70574,14 @@ # sent_id = email-enronsent16_01-0016 # text = 08/03/2000 11:35 -1 08/03/2000 08/03/2000 NUM CD NumType=Card 0 root 0:root _ -2 11:35 11:35 NUM CD NumType=Card 1 nmod:tmod 1:nmod:tmod _ +1 08/03/2000 08/03/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 11:35 11:35 NUM CD NumForm=Digit|NumType=Card 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent16_01-0017 # newpar id = email-enronsent16_01-p0010 # text = Can one of you give me a quick call to discuss . 1 Can can AUX MD VerbForm=Fin 5 aux 5:aux _ -2 one one NUM CD NumType=Card 5 nsubj 5:nsubj _ +2 one one NUM CD NumForm=Word|NumType=Card 5 nsubj 5:nsubj _ 3 of of ADP IN _ 4 case 4:case _ 4 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 nmod 2:nmod:of _ 5 give give VERB VB VerbForm=Inf 0 root 0:root _ @@ -70569,9 +70597,9 @@ # text = I'm @ X37047. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 @ @ ADP IN _ 4 case 4:case _ -4 X37047 x37047 NOUN NN Number=Sing 0 root 0:root SpaceAfter=No +4 X37047 X37047 NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent16_01-0019 @@ -70583,11 +70611,11 @@ # newpar id = email-enronsent16_01-p0011 # text = I believe we are to some extent already protected with "Enron" proceeded with anything, but EnronOnline(TM) , etc. just affords us more protection. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 believe believe VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 9 nsubj:pass 9:nsubj:pass _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux:pass 9:aux:pass _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 9 aux:pass 9:aux:pass _ 5 to to ADP IN _ 7 case 7:case _ -6 some some DET DT _ 7 det 7:det _ +6 some some DET DT PronType=Ind 7 det 7:det _ 7 extent extent NOUN NN Number=Sing 9 obl 9:obl:to _ 8 already already ADV RB _ 9 advmod 9:advmod _ 9 protected protect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 ccomp 2:ccomp _ @@ -70595,17 +70623,17 @@ 11 " " PUNCT `` _ 12 punct 12:punct SpaceAfter=No 12 Enron Enron PROPN NNP Number=Sing 9 obl 9:obl:with SpaceAfter=No 13 " " PUNCT '' _ 12 punct 12:punct _ -14 proceeded proceed VERB VBN Tense=Past|VerbForm=Part 12 acl 12:acl _ +14 proceeded proceed VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 acl 12:acl _ 15 with with ADP IN _ 16 case 16:case _ -16 anything anything PRON NN Number=Sing 14 obl 14:obl:with SpaceAfter=No +16 anything anything PRON NN Number=Sing|PronType=Ind 14 obl 14:obl:with SpaceAfter=No 17 , , PUNCT , _ 26 punct 26:punct _ 18 but but CCONJ CC _ 26 cc 26:cc _ 19 EnronOnline EnronOnline PROPN NNP Number=Sing 21 compound 21:compound SpaceAfter=No 20 ( ( PUNCT -LRB- _ 21 punct 21:punct SpaceAfter=No 21 TM tm NOUN NN Number=Sing 26 nsubj 26:nsubj SpaceAfter=No 22 ) ) PUNCT -RRB- _ 21 punct 21:punct _ -23 , , PUNCT , _ 21 punct 21:punct _ -24 etc. etc. X FW _ 21 advmod 21:advmod _ +23 , , PUNCT , _ 24 punct 24:punct _ +24 etc. etc. NOUN FW Abbr=Yes|Number=Plur 21 conj 21:conj _ 25 just just ADV RB _ 26 advmod 26:advmod _ 26 affords afford VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ 27 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 26 iobj 26:iobj _ @@ -70616,20 +70644,20 @@ # sent_id = email-enronsent16_01-0021 # text = I assume this is akin to why McDonald's trademarks "Mc"Everything? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 assume assume VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 assume assume VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 this this PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 akin akin ADJ JJ Degree=Pos 2 ccomp 2:ccomp _ 6 to to SCONJ IN _ 10 mark 10:mark _ -7 why why SCONJ WRB PronType=Int 10 mark 10:mark _ +7 why why ADV WRB PronType=Int 10 advmod 10:advmod _ 8-9 McDonald's _ _ _ _ _ _ _ _ 8 McDonald McDonald PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 9 's 's PART POS _ 8 case 8:case _ 10 trademarks trademark VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:to _ -11 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No +11 " " PUNCT `` _ 12 punct 12:punct SpaceAfter=No 12 Mc Mc PROPN NNP Number=Sing 14 compound 14:compound SpaceAfter=No -13 " " PUNCT '' _ 14 punct 14:punct SpaceAfter=No -14 Everything everything PRON NN Number=Sing 10 obj 10:obj SpaceAfter=No +13 " " PUNCT '' _ 12 punct 12:punct SpaceAfter=No +14 Everything everything PRON NN Number=Sing|PronType=Tot 10 obj 10:obj SpaceAfter=No 15 ? ? PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent16_01-0022 @@ -70639,8 +70667,8 @@ # sent_id = email-enronsent16_01-0023 # text = 08/03/2000 01:50 -1 08/03/2000 08/03/2000 NUM CD NumType=Card 0 root 0:root _ -2 01:50 01:50 NUM CD NumType=Card 1 nmod:tmod 1:nmod:tmod _ +1 08/03/2000 08/03/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 01:50 01:50 NUM CD NumForm=Digit|NumType=Card 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent16_01-0024 # newpar id = email-enronsent16_01-p0012 @@ -70666,13 +70694,13 @@ # sent_id = email-enronsent16_01-0026 # newpar id = email-enronsent16_01-p0014 # text = i.e. Are we covered if we proceed a word with "Enron"? -1 i.e. i.e. X FW _ 4 advmod 4:advmod _ -2 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ +1 i.e. i.e. ADV FW _ 4 advmod 4:advmod _ +2 Are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ 4 covered cover VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 if if SCONJ IN _ 7 mark 7:mark _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 proceed proceed VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ +7 proceed proceed VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 word word NOUN NN Number=Sing 7 obj 7:obj _ 10 with with ADP IN _ 12 case 12:case _ @@ -70683,8 +70711,8 @@ # sent_id = email-enronsent16_01-0027 # text = e.g.: EnronEAuction. -1 e.g. e.g. X FW _ 3 advmod 3:advmod SpaceAfter=No -2 : : PUNCT : _ 3 punct 3:punct _ +1 e.g. e.g. ADJ FW _ 3 amod 3:amod SpaceAfter=No +2 : : PUNCT : _ 1 punct 1:punct _ 3 EnronEAuction EnronEAuction PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ @@ -70693,9 +70721,9 @@ # text = If we are covered, then was it necessary to register EnronOnline? 1 If if SCONJ IN _ 4 mark 4:mark _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 covered cover VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 advcl 9:advcl:if SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 then then ADV RB PronType=Dem 9 advmod 9:advmod _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 expl 9:expl _ @@ -70732,29 +70760,29 @@ # sent_id = email-enronsent16_01-0033 # text = It may also be privileged or otherwise protected by work product immunity or other legal rules. -1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj:pass 5:nsubj:pass|8:nsubj:pass _ +1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj|8:nsubj:pass _ 2 may may AUX MD VerbForm=Fin 5 aux 5:aux _ 3 also also ADV RB _ 5 advmod 5:advmod _ -4 be be VERB VB VerbForm=Inf 5 aux:pass 5:aux:pass _ +4 be be AUX VB VerbForm=Inf 5 cop 5:cop _ 5 privileged privileged ADJ JJ Degree=Pos 0 root 0:root _ 6 or or CCONJ CC _ 8 cc 8:cc _ 7 otherwise otherwise ADV RB _ 8 advmod 8:advmod _ -8 protected protect VERB VBN Tense=Past|VerbForm=Part 5 conj 5:conj:or _ +8 protected protect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 conj 5:conj:or _ 9 by by ADP IN _ 12 case 12:case _ 10 work work NOUN NN Number=Sing 11 compound 11:compound _ 11 product product NOUN NN Number=Sing 12 compound 12:compound _ -12 immunity immunity NOUN NN Number=Sing 8 obl 8:obl:by _ +12 immunity immunity NOUN NN Number=Sing 8 obl:agent 8:obl:agent _ 13 or or CCONJ CC _ 16 cc 16:cc _ 14 other other ADJ JJ Degree=Pos 16 amod 16:amod _ 15 legal legal ADJ JJ Degree=Pos 16 amod 16:amod _ -16 rules rule NOUN NNS Number=Plur 12 conj 8:obl:by|12:conj:or SpaceAfter=No +16 rules rule NOUN NNS Number=Plur 12 conj 8:obl:agent|12:conj:or SpaceAfter=No 17 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent16_01-0034 # text = If you have received it by mistake please let us know by reply and then delete it from your system; you should not copy the message or disclose its contents to anyone. 1 If if SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 received receive VERB VBN Tense=Past|VerbForm=Part 9 advcl 9:advcl:if _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ 6 by by ADP IN _ 7 case 7:case _ @@ -70770,9 +70798,9 @@ 16 delete delete VERB VB Mood=Imp|VerbForm=Fin 9 conj 9:conj:and _ 17 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 obj 16:obj _ 18 from from ADP IN _ 20 case 20:case _ -19 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 system system NOUN NN Number=Sing 16 obl 16:obl:from SpaceAfter=No -21 ; ; PUNCT , _ 9 punct 9:punct _ +21 ; ; PUNCT , _ 25 punct 25:punct _ 22 you you PRON PRP Case=Nom|Person=2|PronType=Prs 25 nsubj 25:nsubj|29:nsubj _ 23 should should AUX MD VerbForm=Fin 25 aux 25:aux _ 24 not not PART RB _ 25 advmod 25:advmod _ @@ -70781,10 +70809,10 @@ 27 message message NOUN NN Number=Sing 25 obj 25:obj _ 28 or or CCONJ CC _ 29 cc 29:cc _ 29 disclose disclose VERB VB VerbForm=Inf 25 conj 25:conj:or _ -30 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ +30 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ 31 contents contents NOUN NNS Number=Plur 29 obj 29:obj _ 32 to to ADP IN _ 33 case 33:case _ -33 anyone anyone PRON NN Number=Sing 29 obl 29:obl:to SpaceAfter=No +33 anyone anyone PRON NN Number=Sing|PronType=Ind 29 obl 29:obl:to SpaceAfter=No 34 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent16_01-0035 @@ -70795,15 +70823,15 @@ # newpar id = email-enronsent16_01-p0020 # text = Per my conversation with Edmund this morning, we are moving the following countries to the non-approved list: Austria, Belgium, Croatia, Czech Republic, Denmark, Poland, Portugal, Romania, Singapore, and Slovenia. 1 Per per ADP IN _ 3 case 3:case _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 conversation conversation NOUN NN Number=Sing 11 obl 11:obl:per _ 4 with with ADP IN _ 5 case 5:case _ 5 Edmund Edmund PROPN NNP Number=Sing 3 nmod 3:nmod:with _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 morning morning NOUN NN Number=Sing 3 nmod:tmod 3:nmod:tmod SpaceAfter=No -8 , , PUNCT , _ 11 punct 11:punct _ +8 , , PUNCT , _ 3 punct 3:punct _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 moving move VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 following follow VERB VBG VerbForm=Ger 14 amod 14:amod _ @@ -70812,14 +70840,14 @@ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 17 non-approved non-approved ADJ JJ Degree=Pos 18 amod 18:amod _ 18 list list NOUN NN Number=Sing 11 obl 11:obl:to SpaceAfter=No -19 : : PUNCT : _ 11 punct 11:punct _ +19 : : PUNCT : _ 18 punct 18:punct _ 20 Austria Austria PROPN NNP Number=Sing 14 appos 14:appos SpaceAfter=No 21 , , PUNCT , _ 22 punct 22:punct _ 22 Belgium Belgium PROPN NNP Number=Sing 20 conj 14:appos|20:conj:and SpaceAfter=No 23 , , PUNCT , _ 24 punct 24:punct _ 24 Croatia Croatia PROPN NNP Number=Sing 20 conj 14:appos|20:conj:and SpaceAfter=No 25 , , PUNCT , _ 27 punct 27:punct _ -26 Czech Czech PROPN NNP Number=Sing 27 compound 27:compound _ +26 Czech Czech ADJ NNP Degree=Pos 27 amod 27:amod _ 27 Republic Republic PROPN NNP Number=Sing 20 conj 14:appos|20:conj:and SpaceAfter=No 28 , , PUNCT , _ 29 punct 29:punct _ 29 Denmark Denmark PROPN NNP Number=Sing 20 conj 14:appos|20:conj:and SpaceAfter=No @@ -70842,9 +70870,9 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 list list NOUN NN Number=Sing 1 nsubj 1:nsubj SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 7 punct 7:punct _ 6 now now ADV RB _ 7 advmod 7:advmod _ -7 updated update VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +7 updated update VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ 8 to to PART TO _ 9 mark 9:mark _ 9 reflect reflect VERB VB VerbForm=Inf 7 advcl 7:advcl:to _ 10 this this DET DT Number=Sing|PronType=Dem 11 det 11:det _ @@ -70855,14 +70883,14 @@ # text = Jurisdictions which are are approved to trade credit derivatives: Finland, Germany, Norway, Sweden, Switzerland, the U.K, and the U.S.. 1 Jurisdictions jurisdiction NOUN NNS Number=Plur 0 root 0:root|5:nsubj:pass|7:nsubj:xsubj _ 2 which which PRON WDT PronType=Rel 5 nsubj:pass 1:ref _ -3 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 reparandum 5:reparandum _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 reparandum 5:reparandum _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ 5 approved approve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 acl:relcl 1:acl:relcl _ 6 to to PART TO _ 7 mark 7:mark _ 7 trade trade VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 credit credit NOUN NN Number=Sing 9 compound 9:compound _ 9 derivatives derivative NOUN NNS Number=Plur 7 obj 7:obj SpaceAfter=No -10 : : PUNCT : _ 1 punct 1:punct _ +10 : : PUNCT : _ 11 punct 11:punct _ 11 Finland Finland PROPN NNP Number=Sing 1 appos 1:appos SpaceAfter=No 12 , , PUNCT , _ 13 punct 13:punct _ 13 Germany Germany PROPN NNP Number=Sing 11 conj 1:appos|11:conj:and SpaceAfter=No @@ -70885,15 +70913,15 @@ # text = Jurisdictions which are not approved to trade credit derivatives include: Austria, Belgium, Canada, Croatia, Czech Republic, Denmark, France, Gibraltar, Ireland, Italy, Poland, Portugal, Romania, Scotland, Singapore, Slovenia, Spain, and The Netherlands. 1 Jurisdictions jurisdiction NOUN NNS Number=Plur 10 nsubj 5:nsubj:pass|7:nsubj:xsubj|10:nsubj _ 2 which which PRON WDT PronType=Rel 5 nsubj:pass 1:ref _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 approved approve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 acl:relcl 1:acl:relcl _ 6 to to PART TO _ 7 mark 7:mark _ 7 trade trade VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 credit credit NOUN NN Number=Sing 9 compound 9:compound _ 9 derivatives derivative NOUN NNS Number=Plur 7 obj 7:obj _ -10 include include VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -11 : : PUNCT : _ 10 punct 10:punct _ +10 include include VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +11 : : PUNCT : _ 12 punct 12:punct _ 12 Austria Austria PROPN NNP Number=Sing 10 obj 10:obj SpaceAfter=No 13 , , PUNCT , _ 14 punct 14:punct _ 14 Belgium Belgium PROPN NNP Number=Sing 12 conj 10:obj|12:conj:and SpaceAfter=No @@ -70902,7 +70930,7 @@ 17 , , PUNCT , _ 18 punct 18:punct _ 18 Croatia Croatia PROPN NNP Number=Sing 12 conj 10:obj|12:conj:and SpaceAfter=No 19 , , PUNCT , _ 21 punct 21:punct _ -20 Czech Czech PROPN NNP Number=Sing 21 compound 21:compound _ +20 Czech Czech ADJ NNP Degree=Pos 21 amod 21:amod _ 21 Republic Republic PROPN NNP Number=Sing 12 conj 10:obj|12:conj:and SpaceAfter=No 22 , , PUNCT , _ 23 punct 23:punct _ 23 Denmark Denmark PROPN NNP Number=Sing 12 conj 10:obj|12:conj:and SpaceAfter=No @@ -70938,12 +70966,12 @@ # text = For banks incorporated in a non-approved jurisdiction, it may be possible for them to trade out of a branch located in an approved jurisdiction (i.e. U.S. and U.K. branches). 1 For for ADP IN _ 2 case 2:case _ 2 banks bank NOUN NNS Number=Plur 12 obl 12:obl:for _ -3 incorporated incorporate VERB VBN Tense=Past|VerbForm=Part 2 acl 2:acl _ +3 incorporated incorporate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 acl 2:acl _ 4 in in ADP IN _ 7 case 7:case _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 non-approved non-approved ADJ JJ Degree=Pos 7 amod 7:amod _ 7 jurisdiction jurisdiction NOUN NN Number=Sing 3 obl 3:obl:in SpaceAfter=No -8 , , PUNCT , _ 12 punct 12:punct _ +8 , , PUNCT , _ 2 punct 2:punct _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 expl 12:expl _ 10 may may AUX MD VerbForm=Fin 12 aux 12:aux _ 11 be be AUX VB VerbForm=Inf 12 cop 12:cop _ @@ -70956,13 +70984,13 @@ 18 of of ADP IN _ 20 case 20:case _ 19 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 20 branch branch NOUN NN Number=Sing 16 obl 16:obl:of _ -21 located locate VERB VBN Tense=Past|VerbForm=Part 20 acl 20:acl _ +21 located locate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 acl 20:acl _ 22 in in ADP IN _ 25 case 25:case _ 23 an a DET DT Definite=Ind|PronType=Art 25 det 25:det _ -24 approved approve VERB VBN Tense=Past|VerbForm=Part 25 amod 25:amod _ +24 approved approve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 amod 25:amod _ 25 jurisdiction jurisdiction NOUN NN Number=Sing 21 obl 21:obl:in _ 26 ( ( PUNCT -LRB- _ 31 punct 31:punct SpaceAfter=No -27 i.e. i.e. X FW _ 31 advmod 31:advmod _ +27 i.e. i.e. ADJ FW _ 31 amod 31:amod _ 28 U.S. U.S. PROPN NNP Number=Sing 31 compound 31:compound _ 29 and and CCONJ CC _ 30 cc 30:cc _ 30 U.K. U.K. PROPN NNP Number=Sing 28 conj 28:conj:and|31:compound _ @@ -70995,8 +71023,8 @@ 4 know know VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 if if SCONJ IN _ 7 mark 7:mark _ 6 there there PRON EX _ 7 expl 7:expl _ -7 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ -8 any any DET DT _ 9 det 9:det _ +7 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +8 any any DET DT PronType=Ind 9 det 9:det _ 9 changes change NOUN NNS Number=Plur 7 nsubj 7:nsubj _ 10 to to ADP IN _ 12 case 12:case _ 11 this this DET DT Number=Sing|PronType=Dem 12 det 12:det _ @@ -71006,16 +71034,16 @@ # sent_id = email-enronsent16_01-0043 # newpar id = email-enronsent16_01-p0022 # text = Sent by: Nella Cappelletto -1 Sent send VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 by by ADP IN _ 4 case 4:case SpaceAfter=No -3 : : PUNCT : _ 4 punct 4:punct _ -4 Nella Nella PROPN NNP Number=Sing 1 obl 1:obl:by _ +3 : : PUNCT : _ 2 punct 2:punct _ +4 Nella Nella PROPN NNP Number=Sing 1 obl:agent 1:obl:agent _ 5 Cappelletto Cappelletto PROPN NNP Number=Sing 4 flat 4:flat _ # sent_id = email-enronsent16_01-0044 # text = Yes, we should add compliance with OTC Derivatives and/or Commodity Contracts and Qualified Party requirements of the Securities Act (Alberta), Securities Act (British Columbia) and Securities Act (Ontario). 1 Yes yes INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 should should AUX MD VerbForm=Fin 5 aux 5:aux _ 5 add add VERB VB VerbForm=Inf 0 root 0:root _ @@ -71023,9 +71051,9 @@ 7 with with ADP IN _ 9 case 9:case _ 8 OTC otc NOUN NN Number=Sing 9 compound 9:compound _ 9 Derivatives derivative NOUN NNS Number=Plur 6 nmod 6:nmod:with _ -10 and and CCONJ CC _ 12 cc 12:cc SpaceAfter=No -11 / / PUNCT , _ 12 punct 12:punct SpaceAfter=No -12 or or CCONJ CC _ 14 cc 14:cc _ +10 and and CCONJ CC _ 14 cc 14:cc SpaceAfter=No +11 / / SYM SYM _ 12 cc 12:cc SpaceAfter=No +12 or or CCONJ CC _ 10 conj 10:conj:slash|14:cc _ 13 Commodity commodity NOUN NN Number=Sing 14 compound 14:compound _ 14 Contracts contract NOUN NNS Number=Plur 9 conj 6:nmod:with|9:conj:and_or _ 15 and and CCONJ CC _ 18 cc 18:cc _ @@ -71033,21 +71061,21 @@ 17 Party party NOUN NN Number=Sing 18 compound 18:compound _ 18 requirements requirement NOUN NNS Number=Plur 9 conj 6:nmod:with|9:conj:and_or _ 19 of of ADP IN _ 22 case 22:case _ -20 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -21 Securities Securities PROPN NNPS Number=Plur 22 compound 22:compound _ +20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ +21 Securities Security PROPN NNPS Number=Plur 22 compound 22:compound _ 22 Act Act PROPN NNP Number=Sing 18 nmod 18:nmod:of _ 23 ( ( PUNCT -LRB- _ 24 punct 24:punct SpaceAfter=No 24 Alberta Alberta PROPN NNP Number=Sing 22 appos 22:appos SpaceAfter=No 25 ) ) PUNCT -RRB- _ 24 punct 24:punct SpaceAfter=No 26 , , PUNCT , _ 28 punct 28:punct _ -27 Securities Securities PROPN NNPS Number=Plur 28 compound 28:compound _ +27 Securities Security PROPN NNPS Number=Plur 28 compound 28:compound _ 28 Act Act PROPN NNP Number=Sing 24 conj 22:appos|24:conj:and _ 29 ( ( PUNCT -LRB- _ 31 punct 31:punct SpaceAfter=No -30 British British PROPN NNP Number=Sing 31 compound 31:compound _ +30 British British ADJ NNP Degree=Pos 31 amod 31:amod _ 31 Columbia Columbia PROPN NNP Number=Sing 28 appos 28:appos SpaceAfter=No 32 ) ) PUNCT -RRB- _ 31 punct 31:punct _ 33 and and CCONJ CC _ 35 cc 35:cc _ -34 Securities Securities PROPN NNPS Number=Plur 35 compound 35:compound _ +34 Securities Security PROPN NNPS Number=Plur 35 compound 35:compound _ 35 Act Act PROPN NNP Number=Sing 24 conj 22:appos|24:conj:and _ 36 ( ( PUNCT -LRB- _ 37 punct 37:punct SpaceAfter=No 37 Ontario Ontario PROPN NNP Number=Sing 35 appos 35:appos SpaceAfter=No @@ -71069,7 +71097,7 @@ 1 With with ADP IN _ 2 case 2:case _ 2 regard regard NOUN NN Number=Sing 21 obl 21:obl:with _ 3 to to ADP IN _ 6 case 6:case _ -4 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 annual annual ADJ JJ Degree=Pos 6 amod 6:amod _ 6 review review NOUN NN Number=Sing 2 nmod 2:nmod:to _ 7 of of ADP IN _ 9 case 9:case _ @@ -71078,27 +71106,27 @@ 10 of of ADP IN _ 11 case 11:case _ 11 laws law NOUN NNS Number=Plur 9 nmod 9:nmod:of _ 12 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ -13 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +13 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 14 to to PART TO _ 15 mark 15:mark _ 15 comply comply VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 16 with with ADP IN _ 15 obl 15:obl SpaceAfter=No -17 , , PUNCT , _ 21 punct 21:punct _ -18 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ +17 , , PUNCT , _ 2 punct 2:punct _ +18 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ 19 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 21 nsubj 21:nsubj|23:nsubj:xsubj _ 20 not not PART RB _ 21 advmod 21:advmod _ 21 want want VERB VB VerbForm=Inf 0 root 0:root _ 22 to to PART TO _ 23 mark 23:mark _ 23 add add VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -25 Canadian canadian ADJ JJ Degree=Pos 26 amod 26:amod _ -26 provinces province NOUN NNS Number=Plur 34 compound 34:compound _ +25 Canadian Canadian ADJ JJ Degree=Pos 26 amod 26:amod _ +26 provinces province NOUN NNS Number=Plur 34 nmod:poss 34:nmod:poss MissingWordsAfter=' 27 new new ADJ JJ Degree=Pos 34 amod 34:amod _ 28 " " PUNCT `` _ 31 punct 31:punct SpaceAfter=No 29 eligible eligible ADJ JJ Degree=Pos 31 amod 31:amod _ 30 swap swap NOUN NN Number=Sing 31 compound 31:compound _ 31 participant participant NOUN NN Number=Sing 33 nmod:npmod 33:nmod:npmod SpaceAfter=No 32 " " PUNCT '' _ 31 punct 31:punct _ -33 equivalant equivalant NOUN JJ Degree=Pos 34 amod 34:amod _ +33 equivalant equivalent ADJ JJ Degree=Pos|Typo=Yes 34 amod 34:amod CorrectForm=equivalent 34 rules rule NOUN NNS Number=Plur 23 obj 23:obj SpaceAfter=No 35 ? ? PUNCT . _ 21 punct 21:punct _ @@ -71109,22 +71137,22 @@ # sent_id = email-enronsent16_01-0049 # text = 03/08/2000 05:37 PM -1 03/08/2000 03/08/2000 NUM CD NumType=Card 0 root 0:root _ -2 05:37 05:37 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 03/08/2000 03/08/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 05:37 05:37 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent16_01-0050 # text = Please find attached Credit's EOL responses for 3/8/00. 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 find find VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 attached attach VERB VBN Tense=Past|VerbForm=Part 2 xcomp 2:xcomp _ +3 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 xcomp 2:xcomp _ 4-5 Credit's _ _ _ _ _ _ _ _ 4 Credit credit NOUN NN Number=Sing 7 nmod:poss 7:nmod:poss _ 5 's 's PART POS _ 4 case 4:case _ 6 EOL eol NOUN NN Number=Sing 7 compound 7:compound _ 7 responses response NOUN NNS Number=Plur 2 obj 2:obj|3:nsubj:xsubj _ 8 for for ADP IN _ 9 case 9:case _ -9 3/8/00 3/8/00 NUM CD NumType=Card 7 nmod 7:nmod:for SpaceAfter=No +9 3/8/00 3/8/00 NUM CD NumForm=Digit|NumType=Card 7 nmod 7:nmod:for SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent16_01-0051 @@ -71140,9 +71168,9 @@ # newpar id = email-enronsent16_01-p0025 # text = You are the best! 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 best best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +4 best good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 5 ! ! PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent16_01-0054 @@ -71155,7 +71183,7 @@ 5 have have VERB VB VerbForm=Inf 0 root 0:root _ 6 to to PART TO _ 9 mark 9:mark _ 7 be be AUX VB VerbForm=Inf 9 cop 9:cop _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 deals deal NOUN NNS Number=Plur 5 xcomp 5:xcomp SpaceAfter=No 10 ...?!!! ...?!!! PUNCT . _ 5 punct 5:punct _ @@ -71164,7 +71192,7 @@ # text = We've received a personal invitation to a NYMEX Crawfish Boil on April 3 at 5:00 at Garden in the Heights at 3926 Feagan. 1-2 We've _ _ _ _ _ _ _ _ 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 received receive VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 personal personal ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -71176,16 +71204,16 @@ 11 Boil boil NOUN NN Number=Sing 6 nmod 6:nmod:to _ 12 on on ADP IN _ 13 case 13:case _ 13 April April PROPN NNP Number=Sing 6 nmod 6:nmod:on _ -14 3 3 NUM CD NumType=Card 13 nummod 13:nummod _ +14 3 3 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 15 at at ADP IN _ 16 case 16:case _ -16 5:00 5:00 NUM CD NumType=Card 13 nmod 13:nmod:at _ +16 5:00 5:00 NUM CD NumForm=Digit|NumType=Card 13 nmod 13:nmod:at _ 17 at at ADP IN _ 18 case 18:case _ 18 Garden Garden PROPN NNP Number=Sing 6 nmod 6:nmod:at _ 19 in in ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -21 Heights Heights PROPN NNPS Number=Plur 18 nmod 18:nmod:in _ +21 Heights Height PROPN NNPS Number=Plur 18 nmod 18:nmod:in _ 22 at at ADP IN _ 24 case 24:case _ -23 3926 3926 NUM CD NumType=Card 24 nummod 24:nummod _ +23 3926 3926 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod _ 24 Feagan Feagan PROPN NNP Number=Sing 18 nmod 18:nmod:at SpaceAfter=No 25 . . PUNCT . _ 3 punct 3:punct _ @@ -71198,7 +71226,7 @@ 5 celebration celebration NOUN NN Number=Sing 2 nmod 2:nmod:of _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 10th 10th ADJ JJ Degree=Pos|NumType=Ord 9 amod 9:amod _ +8 10th 10th ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 9 amod 9:amod _ 9 anniversary anniversary NOUN NN Number=Sing 0 root 0:root _ 10 of of ADP IN _ 15 case 15:case _ 11 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -71239,7 +71267,7 @@ # sent_id = email-enronsent16_01-0059 # text = We have received the amendment to the BC Gas ISDA Master executed by BC Gas, which adds the Canadian Securities Representation, so we don't have to add the rep into every confirm. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 received receive VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 amendment amendment NOUN NN Number=Sing 3 obj 3:obj|18:nsubj _ @@ -71249,22 +71277,22 @@ 9 Gas Gas PROPN NNP Number=Sing 10 compound 10:compound _ 10 ISDA ISDA PROPN NNP Number=Sing 11 compound 11:compound _ 11 Master master NOUN NN Number=Sing 5 nmod 5:nmod:to _ -12 executed execute VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +12 executed execute VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 13 by by ADP IN _ 15 case 15:case _ 14 BC BC PROPN NNP Number=Sing 15 compound 15:compound _ -15 Gas Gas PROPN NNP Number=Sing 12 obl 12:obl:by SpaceAfter=No -16 , , PUNCT , _ 5 punct 5:punct _ +15 Gas Gas PROPN NNP Number=Sing 12 obl:agent 12:obl:agent SpaceAfter=No +16 , , PUNCT , _ 18 punct 18:punct _ 17 which which PRON WDT PronType=Rel 18 nsubj 5:ref _ 18 adds add VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 19 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -20 Canadian canadian ADJ JJ Degree=Pos 21 amod 21:amod _ +20 Canadian Canadian ADJ JJ Degree=Pos 21 amod 21:amod _ 21 Securities security NOUN NNS Number=Plur 22 compound 22:compound _ 22 Representation representation NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No -23 , , PUNCT , _ 18 punct 18:punct _ +23 , , PUNCT , _ 28 punct 28:punct _ 24 so so SCONJ IN _ 28 mark 28:mark _ 25 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 28 nsubj 28:nsubj|30:nsubj:xsubj _ 26-27 don't _ _ _ _ _ _ _ _ -26 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ +26 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ 27 n't not PART RB _ 28 advmod 28:advmod _ 28 have have VERB VB VerbForm=Inf 18 advcl 18:advcl:so _ 29 to to PART TO _ 30 mark 30:mark _ @@ -71272,7 +71300,7 @@ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 32 rep rep NOUN NN Number=Sing 30 obj 30:obj _ 33 into into ADP IN _ 35 case 35:case _ -34 every every DET DT _ 35 det 35:det _ +34 every every DET DT PronType=Tot 35 det 35:det _ 35 confirm confirm NOUN NN Number=Sing 30 obl 30:obl:into SpaceAfter=No 36 . . PUNCT . _ 3 punct 3:punct _ @@ -71286,10 +71314,10 @@ 5 sign sign VERB VB VerbForm=Inf 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 confirms confirm NOUN NNS Number=Plur 5 obj 5:obj _ -8 with with SCONJ IN _ 10 mark 10:mark _ +8 with with SCONJ IN _ 11 mark 11:mark _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -10 rep rep NOUN NN Number=Sing 5 advcl 5:advcl:with _ -11 in in ADV RB _ 10 advmod 10:advmod SpaceAfter=No +10 rep rep NOUN NN Number=Sing 11 nsubj 11:nsubj _ +11 in in ADV RB _ 5 advcl 5:advcl:with SpaceAfter=No 12 , , PUNCT , _ 16 punct 16:punct _ 13 and and CCONJ CC _ 16 cc 16:cc _ 14 this this PRON DT Number=Sing|PronType=Dem 16 nsubj 16:nsubj _ @@ -71309,8 +71337,8 @@ 5 count count VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 obj 5:obj _ 7 as as ADP IN _ 8 mark 8:mark _ -8 signed sign VERB VBN Tense=Past|VerbForm=Part 5 advcl 5:advcl:as SpaceAfter=No -9 , , PUNCT , _ 5 punct 5:punct _ +8 signed sign VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 advcl 5:advcl:as SpaceAfter=No +9 , , PUNCT , _ 14 punct 14:punct _ 10 since since SCONJ IN _ 14 mark 14:mark _ 11 BC BC PROPN NNP Number=Sing 12 compound 12:compound _ 12 Gas Gas PROPN NNP Number=Sing 14 nsubj 14:nsubj _ @@ -71320,13 +71348,13 @@ 16 but but CCONJ CC _ 19 cc 19:cc _ 17 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 19 nsubj 19:nsubj _ 18 still still ADV RB _ 19 advmod 19:advmod _ -19 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ +19 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ 20 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 obj 19:obj|23:nsubj:xsubj _ 21 to to PART TO _ 23 mark 23:mark _ 22 be be AUX VB VerbForm=Inf 23 aux:pass 23:aux:pass _ 23 signed sign VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 xcomp 19:xcomp _ 24 by by ADP IN _ 25 case 25:case _ -25 ECC ECC PROPN NNP Number=Sing 23 obl 23:obl:by SpaceAfter=No +25 ECC ECC PROPN NNP Number=Sing 23 obl:agent 23:obl:agent SpaceAfter=No 26 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent16_01-0062 @@ -71335,8 +71363,8 @@ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 get get VERB VB VerbForm=Inf 0 root 0:root _ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj|5:nsubj:xsubj|8:nsubj:xsubj _ -5 signed sign VERB VBN Tense=Past|VerbForm=Part 3 xcomp 3:xcomp _ -6 ASAP asap ADV RB _ 5 advmod 5:advmod _ +5 signed sign VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 xcomp 3:xcomp _ +6 ASAP ASAP ADV RB _ 5 advmod 5:advmod _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 back back ADV RB _ 5 conj 3:xcomp|5:conj:and _ 9 to to ADP IN _ 10 case 10:case _ @@ -71353,10 +71381,10 @@ # newpar id = email-enronsent16_01-p0030 # text = We have received the executed Amendment to the Subscription Agreement with WeatherTrade, Inc. dated March 2, 2000. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 received receive VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 executed execute VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +5 executed execute VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 6 Amendment amendment NOUN NN Number=Sing 3 obj 3:obj _ 7 to to ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -71364,13 +71392,13 @@ 10 Agreement agreement NOUN NN Number=Sing 6 nmod 6:nmod:to _ 11 with with ADP IN _ 14 case 14:case _ 12 WeatherTrade WeatherTrade PROPN NNP Number=Sing 14 compound 14:compound SpaceAfter=No -13 , , PUNCT , _ 14 punct 14:punct _ +13 , , PUNCT , _ 12 punct 12:punct _ 14 Inc. Inc. PROPN NNP Number=Sing 10 nmod 10:nmod:with _ -15 dated date VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +15 dated date VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 16 March March PROPN NNP Number=Sing 15 xcomp 15:xcomp _ -17 2 2 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No -18 , , PUNCT , _ 16 punct 16:punct _ -19 2000 2000 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No +17 2 2 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No +18 , , PUNCT , _ 19 punct 19:punct _ +19 2000 2000 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No 20 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent16_01-0065 @@ -71381,7 +71409,7 @@ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 Transaction transaction NOUN NN Number=Sing 6 compound 6:compound _ 6 Fee fee NOUN NN Number=Sing 3 obj 3:obj _ -7 referenced reference VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 referenced reference VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 in in ADP IN _ 11 case 11:case _ 9 subparagraph subparagraph NOUN NN Number=Sing 11 compound 11:compound _ 10 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No @@ -71409,16 +71437,16 @@ # newpar id = email-enronsent16_01-p0031 # text = Updating another blue file because Susan B., this time, has not updated it to reference mergers & name changes! 1 Updating update VERB VBG VerbForm=Ger 0 root 0:root _ -2 another another DET DT _ 4 det 4:det _ +2 another another DET DT PronType=Ind 4 det 4:det _ 3 blue blue ADJ JJ Degree=Pos 4 amod 4:amod _ 4 file file NOUN NN Number=Sing 1 obj 1:obj _ 5 because because SCONJ IN _ 14 mark 14:mark _ 6 Susan Susan PROPN NNP Number=Sing 14 nsubj 14:nsubj _ 7 B. B. PROPN NNP Number=Sing 6 flat 6:flat SpaceAfter=No -8 , , PUNCT , _ 14 punct 14:punct _ +8 , , PUNCT , _ 6 punct 6:punct _ 9 this this DET DT Number=Sing|PronType=Dem 10 det 10:det _ 10 time time NOUN NN Number=Sing 14 obl:tmod 14:obl:tmod SpaceAfter=No -11 , , PUNCT , _ 14 punct 14:punct _ +11 , , PUNCT , _ 10 punct 10:punct _ 12 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 not not PART RB _ 14 advmod 14:advmod _ 14 updated update VERB VBN Tense=Past|VerbForm=Part 1 advcl 1:advcl:because _ @@ -71436,16 +71464,16 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 expl 2:expl _ 2 appears appear VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 missed miss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 csubj 2:csubj _ -5 some some DET DT _ 6 det 6:det _ +4 missed miss VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 2 csubj 2:csubj _ +5 some some DET DT PronType=Ind 6 det 6:det _ 6 cpys cpy NOUN NNS Number=Plur 4 obj 4:obj _ 7 on on ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -9 referenced reference VERB VBN Tense=Past|VerbForm=Part 10 amod 10:amod _ +9 referenced reference VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 amod 10:amod _ 10 list list NOUN NN Number=Sing 6 nmod 6:nmod:on _ 11 because because SCONJ IN _ 13 mark 13:mark _ 12 Tom Tom PROPN NNP Number=Sing 13 nsubj 13:nsubj _ -13 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:because _ +13 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:because _ 14 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 15 freeze freeze NOUN NN Number=Sing 16 compound 16:compound _ 16 panel panel NOUN NN Number=Sing 17 compound 17:compound _ @@ -71456,42 +71484,42 @@ 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 25 nsubj 25:nsubj _ 22 probably probably ADV RB _ 25 advmod 25:advmod _ 23-24 didn't _ _ _ _ _ _ _ _ -23 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 aux 25:aux _ +23 did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 25 aux 25:aux _ 24 n't not PART RB _ 25 advmod 25:advmod _ 25 see see VERB VB VerbForm=Inf 13 conj 4:advcl:because|13:conj:and _ 26 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 25 obj 25:obj _ -27 at at ADV RB _ 28 case 28:case _ -28 first first ADV RBS _ 25 obl 25:obl:at SpaceAfter=No +27 at at ADP IN _ 28 case 28:case _ +28 first first ADV RB NumForm=Word|NumType=Ord 25 obl 25:obl:at SpaceAfter=No 29 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent16_01-0069 # text = I didn't either until I clicked on the down button and they popped up. -1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ 2-3 didn't _ _ _ _ _ _ _ _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ -3 n't not PART RB _ 4 advmod 4:advmod _ -4 either either ADV RB _ 0 root 0:root _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 n't not PART RB _ 2 advmod 2:advmod _ +4 either either ADV RB _ 2 advmod 2:advmod _ 5 until until SCONJ IN _ 7 mark 7:mark _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 clicked click VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:until _ +7 clicked click VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:until _ 8 on on ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 down down NOUN NN Number=Sing 11 compound 11:compound _ 11 button button NOUN NN Number=Sing 7 obl 7:obl:on _ 12 and and CCONJ CC _ 14 cc 14:cc _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -14 popped pop VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 conj 4:advcl:until|7:conj:and _ +14 popped pop VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 conj 4:advcl:until|7:conj:and _ 15 up up ADP RP _ 14 compound:prt 14:compound:prt SpaceAfter=No -16 . . PUNCT . _ 4 punct 4:punct _ +16 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent16_01-0070 # text = When you have a minute, I'll give me a call and I'll come around and show you how to unfreeze the panel. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:when _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:when _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 minute minute NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7-8 I'll _ _ _ _ _ _ _ _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 8 'll will AUX MD VerbForm=Fin 9 aux 9:aux _ @@ -71507,10 +71535,10 @@ 17 around around ADV RB _ 16 advmod 16:advmod _ 18 and and CCONJ CC _ 19 cc 19:cc _ 19 show show VERB VB VerbForm=Inf 16 conj 16:conj:and _ -20 you you PRON PRP Case=Acc|Person=2|PronType=Prs 19 obj 19:obj _ -21 how how ADV WRB PronType=Rel 23 obj 23:obj _ +20 you you PRON PRP Case=Acc|Person=2|PronType=Prs 19 iobj 19:iobj _ +21 how how ADV WRB PronType=Int 23 advmod 23:advmod _ 22 to to PART TO _ 23 mark 23:mark _ -23 unfreeze unfreeze VERB VB VerbForm=Inf 19 acl:relcl 19:acl:relcl _ +23 unfreeze unfreeze VERB VB VerbForm=Inf 19 ccomp 19:ccomp _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 panel panel NOUN NN Number=Sing 23 obj 23:obj SpaceAfter=No 26 . . PUNCT . _ 9 punct 9:punct _ @@ -71518,18 +71546,18 @@ # sent_id = email-enronsent16_01-0071 # text = I spoke to Edmund to get the scoop on what we are going to be doing on the confirms for Credit Derivatives, and he said that his current understanding is that all of the confirms will be done out of London. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 spoke speak VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 spoke speak VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 4 case 4:case _ 4 Edmund Edmund PROPN NNP Number=Sing 2 obl 2:obl:to _ 5 to to PART TO _ 6 mark 6:mark _ 6 get get VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 scoop scoop NOUN NN Number=Sing 6 obj 6:obj _ -9 on on SCONJ IN _ 10 case 10:case _ -10 what what PRON WP PronType=Int 8 nmod 8:nmod:on _ +9 on on SCONJ IN _ 13 mark 13:mark _ +10 what what PRON WP PronType=Int 16 obj 16:obj _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj|16:nsubj:xsubj _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ -13 going go VERB VBG Tense=Pres|VerbForm=Part 10 acl:relcl 10:acl:relcl _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +13 going go VERB VBG Tense=Pres|VerbForm=Part 8 acl 8:acl:on _ 14 to to PART TO _ 16 mark 16:mark _ 15 be be AUX VB VerbForm=Inf 16 aux 16:aux _ 16 doing do VERB VBG Tense=Pres|VerbForm=Part 13 xcomp 13:xcomp _ @@ -71542,20 +71570,20 @@ 23 , , PUNCT , _ 26 punct 26:punct _ 24 and and CCONJ CC _ 26 cc 26:cc _ 25 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 26 nsubj 26:nsubj _ -26 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ -27 that that SCONJ IN _ 31 mark 31:mark _ -28 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +26 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +27 that that SCONJ IN _ 39 mark 39:mark _ +28 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 29 current current ADJ JJ Degree=Pos 30 amod 30:amod _ -30 understanding understanding NOUN NN Number=Sing 31 nsubj 31:nsubj _ -31 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 ccomp 26:ccomp _ +30 understanding understanding NOUN NN Number=Sing 39 nsubj:outer 39:nsubj:outer _ +31 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 39 cop 39:cop _ 32 that that SCONJ IN _ 39 mark 39:mark _ -33 all all DET DT _ 39 nsubj:pass 39:nsubj:pass _ +33 all all DET DT PronType=Tot 39 nsubj:pass 39:nsubj:pass _ 34 of of ADP IN _ 36 case 36:case _ 35 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ 36 confirms confirm NOUN NNS Number=Plur 33 nmod 33:nmod:of _ 37 will will AUX MD VerbForm=Fin 39 aux 39:aux _ 38 be be AUX VB VerbForm=Inf 39 aux:pass 39:aux:pass _ -39 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 31 ccomp 31:ccomp _ +39 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 26 ccomp 26:ccomp _ 40 out out ADP IN _ 42 case 42:case _ 41 of of ADP IN _ 42 case 42:case _ 42 London London PROPN NNP Number=Sing 39 obl 39:obl:of SpaceAfter=No @@ -71564,7 +71592,7 @@ # sent_id = email-enronsent16_01-0072 # text = I communicated that to Bob Bowen. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 communicated communicate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 communicated communicate VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that PRON DT Number=Sing|PronType=Dem 2 obj 2:obj _ 4 to to ADP IN _ 5 case 5:case _ 5 Bob Bob PROPN NNP Number=Sing 2 obl 2:obl:to _ @@ -71575,7 +71603,7 @@ # text = He also said that London was going to be hiring 120 people to deal with the Credit Derivatives business. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 that that SCONJ IN _ 7 mark 7:mark _ 5 London London PROPN NNP Number=Sing 7 nsubj 7:nsubj|10:nsubj:xsubj _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 aux 7:aux _ @@ -71583,7 +71611,7 @@ 8 to to PART TO _ 10 mark 10:mark _ 9 be be AUX VB VerbForm=Inf 10 aux 10:aux _ 10 hiring hire VERB VBG Tense=Pres|VerbForm=Part 7 xcomp 7:xcomp _ -11 120 120 NUM CD NumType=Card 12 nummod 12:nummod _ +11 120 120 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 12 people people NOUN NNS Number=Plur 10 obj 10:obj _ 13 to to PART TO _ 14 mark 14:mark _ 14 deal deal VERB VB VerbForm=Inf 10 advcl 10:advcl:to _ @@ -71603,7 +71631,7 @@ # newpar id = email-enronsent16_01-p0032 # text = Carol, will you handle this or Mark? 1 Carol Carol PROPN NNP Number=Sing 5 vocative 5:vocative SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 5 handle handle VERB VB VerbForm=Inf 0 root 0:root _ @@ -71619,9 +71647,9 @@ # sent_id = email-enronsent16_01-0077 # text = 03/09/2000 03:51 PM -1 03/09/2000 03/09/2000 NUM CD NumType=Card 0 root 0:root _ -2 03:51 03:51 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 03/09/2000 03/09/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 03:51 03:51 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent16_01-0078 # text = hi mark - @@ -71632,8 +71660,8 @@ # sent_id = email-enronsent16_01-0079 # text = i'm a gas trader on the west desk and one of my customers had some issues with our electronic trading agreement. 1-2 i'm _ _ _ _ _ _ _ _ -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 gas gas NOUN NN Number=Sing 5 compound 5:compound _ 5 trader trader NOUN NN Number=Sing 0 root 0:root _ @@ -71642,15 +71670,15 @@ 8 west west ADJ JJ Degree=Pos 9 amod 9:amod _ 9 desk desk NOUN NN Number=Sing 5 nmod 5:nmod:on _ 10 and and CCONJ CC _ 15 cc 15:cc _ -11 one one NUM CD NumType=Card 15 nsubj 15:nsubj _ +11 one one NUM CD NumForm=Word|NumType=Card 15 nsubj 15:nsubj _ 12 of of ADP IN _ 14 case 14:case _ -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 customers customer NOUN NNS Number=Plur 11 nmod 11:nmod:of _ -15 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ -16 some some DET DT _ 17 det 17:det _ +15 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +16 some some DET DT PronType=Ind 17 det 17:det _ 17 issues issue NOUN NNS Number=Plur 15 obj 15:obj _ 18 with with ADP IN _ 22 case 22:case _ -19 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +19 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 20 electronic electronic ADJ JJ Degree=Pos 21 amod 21:amod _ 21 trading trading NOUN NN Number=Sing 22 compound 22:compound _ 22 agreement agreement NOUN NN Number=Sing 17 nmod 17:nmod:with SpaceAfter=No @@ -71662,16 +71690,16 @@ 2 company company NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 Arco Arco PROPN NNP Number=Sing 5 compound 5:compound _ -5 Products Products PROPN NNPS Number=Plur 0 root 0:root SpaceAfter=No +5 Products Product PROPN NNPS Number=Plur 0 root 0:root SpaceAfter=No 6 , , PUNCT , _ 14 punct 14:punct _ -7 adn and CCONJ CC Typo=Yes 14 cc 14:cc _ -8 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 adn and CCONJ CC Typo=Yes 14 cc 14:cc CorrectForm=and +8 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 comments comment NOUN NNS Number=Plur 14 nsubj 14:nsubj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 11 on on ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -13 attached attach VERB VBN Tense=Past|VerbForm=Part 14 amod 14:amod _ -14 file file NOUN NN Number=Sing 5 conj 5:conj:adn SpaceAfter=No +13 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 amod 14:amod _ +14 file file NOUN NN Number=Sing 5 conj 5:conj:and SpaceAfter=No 15 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent16_01-0081 @@ -71698,16 +71726,16 @@ # sent_id = email-enronsent16_01-0083 # text = Torrey, as promised I have attached ARCO's suggested revisions to the Enron online trading agreement. 1 Torrey Torrey PROPN NNP Number=Sing 7 vocative 7:vocative SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 as as SCONJ IN _ 4 mark 4:mark _ -4 promised promise VERB VBN Tense=Past|VerbForm=Part 7 advcl 7:advcl:as _ +4 promised promise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 advcl 7:advcl:as _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 attached attach VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 8-9 ARCO's _ _ _ _ _ _ _ _ 8 ARCO ARCO PROPN NNP Number=Sing 11 nmod:poss 11:nmod:poss _ 9 's 's PART POS _ 8 case 8:case _ -10 suggested suggest VERB VBN Tense=Past|VerbForm=Part 11 amod 11:amod _ +10 suggested suggest VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 amod 11:amod _ 11 revisions revision NOUN NNS Number=Plur 7 obj 7:obj _ 12 to to ADP IN _ 17 case 17:case _ 13 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -71720,7 +71748,7 @@ # sent_id = email-enronsent16_01-0084 # text = I look forward to working toward a mutually satisfactory agreement in this new and thorny area of e-commerce contracting. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 look look VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 forward forward ADV RB _ 2 advmod 2:advmod _ 4 to to SCONJ IN _ 5 mark 5:mark _ 5 working work VERB VBG VerbForm=Ger 2 advcl 2:advcl:to _ @@ -71749,39 +71777,39 @@ # text = (See attached file: ETA_revision0307.doc) 1 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No 2 See see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 attached attach VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod _ +3 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod _ 4 file file NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -5 : : PUNCT : _ 4 punct 4:punct _ -6 ETA_revision0307.doc eta_revision0307.doc NOUN NN Number=Sing 4 appos 4:appos SpaceAfter=No +5 : : PUNCT : _ 6 punct 6:punct _ +6 ETA_revision0307.doc ETA_revision0307.doc NOUN NN Number=Sing 4 appos 4:appos SpaceAfter=No 7 ) ) PUNCT -RRB- _ 2 punct 2:punct _ # sent_id = email-enronsent16_01-0087 # newpar id = email-enronsent16_01-p0034 # text = - ETA_revision0307.doc 1 - - PUNCT NFP _ 2 punct 2:punct _ -2 ETA_revision0307.doc eta_revision0307.doc NOUN NN Number=Sing 0 root 0:root _ +2 ETA_revision0307.doc ETA_revision0307.doc NOUN NN Number=Sing 0 root 0:root _ # sent_id = email-enronsent16_01-0088 # newpar id = email-enronsent16_01-p0035 # text = We have received the executed First Amendment to ISDA Master Agreement dated as of December 1, 1999. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 received receive VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -5 executed execute VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ -6 First first ADJ JJ Degree=Pos|NumType=Ord 7 amod 7:amod _ +5 executed execute VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ +6 First first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 7 amod 7:amod _ 7 Amendment amendment NOUN NN Number=Sing 3 obj 3:obj _ 8 to to ADP IN _ 11 case 11:case _ 9 ISDA isda NOUN NN Number=Sing 11 compound 11:compound _ 10 Master master NOUN NN Number=Sing 11 compound 11:compound _ 11 Agreement agreement NOUN NN Number=Sing 7 nmod 7:nmod:to _ -12 dated date VERB VBN Tense=Past|VerbForm=Part 7 acl 7:acl _ +12 dated date VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl _ 13 as as ADP IN _ 15 case 15:case _ 14 of of ADP IN _ 13 fixed 13:fixed _ 15 December December PROPN NNP Number=Sing 12 obl 12:obl:as_of _ -16 1 1 NUM CD NumType=Card 15 nummod 15:nummod SpaceAfter=No -17 , , PUNCT , _ 15 punct 15:punct _ -18 1999 1999 NUM CD NumType=Card 15 nummod 15:nummod SpaceAfter=No +16 1 1 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod SpaceAfter=No +17 , , PUNCT , _ 18 punct 18:punct _ +18 1999 1999 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent16_01-0089 @@ -71790,9 +71818,9 @@ 2 amendment amendment NOUN NN Number=Sing 3 nsubj 3:nsubj _ 3 adds add VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -5 British British PROPN NNP Number=Sing 6 compound 6:compound _ +5 British British ADJ NNP Degree=Pos 6 amod 6:amod _ 6 Columbia Columbia PROPN NNP Number=Sing 8 compound 8:compound _ -7 Securities Securities PROPN NNPS Number=Plur 8 compound 8:compound _ +7 Securities Security PROPN NNPS Number=Plur 8 compound 8:compound _ 8 Act Act PROPN NNP Number=Sing 9 compound 9:compound _ 9 representation representation NOUN NN Number=Sing 3 obj 3:obj _ 10 to to ADP IN _ 12 case 12:case _ @@ -71813,7 +71841,7 @@ # text = Confirmation Desk: you can stop adding the rep to the confirms now. 1 Confirmation confirmation NOUN NN Number=Sing 2 compound 2:compound _ 2 Desk desk NOUN NN Number=Sing 6 vocative 6:vocative SpaceAfter=No -3 : : PUNCT : _ 6 punct 6:punct _ +3 : : PUNCT : _ 2 punct 2:punct _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj|7:nsubj:xsubj _ 5 can can AUX MD VerbForm=Fin 6 aux 6:aux _ 6 stop stop VERB VB VerbForm=Inf 0 root 0:root _ @@ -71833,22 +71861,22 @@ # sent_id = email-enronsent16_01-0093 # text = 03/09/2000 05:39 PM -1 03/09/2000 03/09/2000 NUM CD NumType=Card 0 root 0:root _ -2 05:39 05:39 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 03/09/2000 03/09/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 05:39 05:39 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent16_01-0094 # text = Please find attached Credit's EOL responses for 3/9/00. 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 find find VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 attached attach VERB VBN Tense=Past|VerbForm=Part 2 xcomp 2:xcomp _ +3 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 xcomp 2:xcomp _ 4-5 Credit's _ _ _ _ _ _ _ _ 4 Credit credit NOUN NN Number=Sing 7 nmod:poss 7:nmod:poss _ 5 's 's PART POS _ 4 case 4:case _ 6 EOL eol NOUN NN Number=Sing 7 compound 7:compound _ 7 responses response NOUN NNS Number=Plur 2 obj 2:obj|3:nsubj:xsubj _ 8 for for ADP IN _ 9 case 9:case _ -9 3/9/00 3/9/00 NUM CD NumType=Card 7 nmod 7:nmod:for SpaceAfter=No +9 3/9/00 3/9/00 NUM CD NumForm=Digit|NumType=Card 7 nmod 7:nmod:for SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent16_01-0095 @@ -71882,22 +71910,22 @@ # sent_id = email-enronsent16_01-0099 # text = 03/08/2000 05:37 PM -1 03/08/2000 03/08/2000 NUM CD NumType=Card 0 root 0:root _ -2 05:37 05:37 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 03/08/2000 03/08/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 05:37 05:37 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent16_01-0100 # text = Please find attached Credit's EOL responses for 3/8/00. 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 find find VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 attached attach VERB VBN Tense=Past|VerbForm=Part 2 xcomp 2:xcomp _ +3 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 xcomp 2:xcomp _ 4-5 Credit's _ _ _ _ _ _ _ _ 4 Credit credit NOUN NN Number=Sing 7 nmod:poss 7:nmod:poss _ 5 's 's PART POS _ 4 case 4:case _ 6 EOL eol NOUN NN Number=Sing 7 compound 7:compound _ 7 responses response NOUN NNS Number=Plur 2 obj 2:obj|3:nsubj:xsubj _ 8 for for ADP IN _ 9 case 9:case _ -9 3/8/00 3/8/00 NUM CD NumType=Card 7 nmod 7:nmod:for SpaceAfter=No +9 3/8/00 3/8/00 NUM CD NumForm=Digit|NumType=Card 7 nmod 7:nmod:for SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent16_01-0101 @@ -71926,7 +71954,7 @@ # text = I just got a call from Dave and Frank and they tell me I have a whole week this time to approve the whole counterparty list to trade Australian financial power. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 call call NOUN NN Number=Sing 3 obj 3:obj _ 6 from from ADP IN _ 7 case 7:case _ @@ -71935,15 +71963,15 @@ 9 Frank Frank PROPN NNP Number=Sing 7 conj 5:nmod:from|7:conj:and _ 10 and and CCONJ CC _ 12 cc 12:cc _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 tell tell VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +12 tell tell VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 13 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 12 iobj 12:iobj _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 ccomp 12:ccomp _ +15 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 ccomp 12:ccomp _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 whole whole ADJ JJ Degree=Pos 18 amod 18:amod _ 18 week week NOUN NN Number=Sing 15 obj 15:obj _ 19 this this DET DT Number=Sing|PronType=Dem 20 det 20:det _ -20 time time NOUN NN Number=Sing 15 obl:npmod 15:obl:npmod _ +20 time time NOUN NN Number=Sing 15 obl:tmod 15:obl:tmod _ 21 to to PART TO _ 22 mark 22:mark _ 22 approve approve VERB VB VerbForm=Inf 15 advcl 15:advcl:to _ 23 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ @@ -71952,7 +71980,7 @@ 26 list list NOUN NN Number=Sing 22 obj 22:obj _ 27 to to PART TO _ 28 mark 28:mark _ 28 trade trade VERB VB VerbForm=Inf 22 advcl 22:advcl:to _ -29 Australian australian ADJ JJ Degree=Pos 31 amod 31:amod _ +29 Australian Australian ADJ JJ Degree=Pos 31 amod 31:amod _ 30 financial financial ADJ JJ Degree=Pos 31 amod 31:amod _ 31 power power NOUN NN Number=Sing 28 obj 28:obj SpaceAfter=No 32 . . PUNCT . _ 3 punct 3:punct _ @@ -71968,7 +71996,7 @@ 6 to to ADP IN _ 7 case 7:case _ 7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 5 obl 5:obl:to _ 8 about about ADP IN _ 9 case 9:case _ -9 his this DET DT _ 5 obl 5:obl:about _ +9 his this PRON DT _ 5 obl 5:obl:about _ 10 Monday Monday PROPN NNP Number=Sing 5 obl:tmod 5:obl:tmod SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ @@ -71977,7 +72005,7 @@ # text = Hey guys, take Monday off! 1 Hey hey INTJ UH _ 4 discourse 4:discourse _ 2 guys guy NOUN NNS Number=Plur 4 vocative 4:vocative SpaceAfter=No -3 , , PUNCT , _ 4 punct 4:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 take take VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 5 Monday Monday PROPN NNP Number=Sing 4 obj 4:obj _ 6 off off ADV RB _ 4 advmod 4:advmod SpaceAfter=No @@ -71990,9 +72018,9 @@ # sent_id = email-enronsent16_01-0109 # text = 03/10/2000 04:28 PM -1 03/10/2000 03/10/2000 NUM CD NumType=Card 0 root 0:root _ -2 04:28 04:28 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 03/10/2000 03/10/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 04:28 04:28 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent16_01-0110 # text = Please note Credit has no EOL responses for 3/10/00. @@ -72000,11 +72028,11 @@ 2 note note VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 Credit credit NOUN NN Number=Sing 4 nsubj 4:nsubj _ 4 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ -5 no no DET DT _ 7 det 7:det _ +5 no no DET DT PronType=Neg 7 det 7:det _ 6 EOL eol NOUN NN Number=Sing 7 compound 7:compound _ 7 responses response NOUN NNS Number=Plur 4 obj 4:obj _ 8 for for ADP IN _ 9 case 9:case _ -9 3/10/00 3/10/00 NUM CD NumType=Card 7 nmod 7:nmod:for SpaceAfter=No +9 3/10/00 3/10/00 NUM CD NumForm=Digit|NumType=Card 7 nmod 7:nmod:for SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent16_01-0111 @@ -72025,22 +72053,22 @@ # sent_id = email-enronsent02_01-0002 # text = 04/04/2001 09:27 AM -1 04/04/2001 04/04/2001 NUM CD NumType=Card 0 root 0:root _ -2 09:27 09:27 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 04/04/2001 04/04/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 09:27 09:27 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent02_01-0003 # text = Please find attached the most recent update for Merchanting Metals. 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 find find VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 attached attach VERB VBN Tense=Past|VerbForm=Part 2 advcl 2:advcl _ +3 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 advcl 2:advcl _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -5 most most ADV RBS _ 6 advmod 6:advmod _ +5 most most ADV RBS Degree=Sup 6 advmod 6:advmod _ 6 recent recent ADJ JJ Degree=Pos 7 amod 7:amod _ 7 update update NOUN NN Number=Sing 2 obj 2:obj _ 8 for for ADP IN _ 10 case 10:case _ 9 Merchanting Merchanting PROPN NNP Number=Sing 10 compound 10:compound _ -10 Metals Metals PROPN NNPS Number=Plur 7 nmod 7:nmod:for SpaceAfter=No +10 Metals Metal PROPN NNPS Number=Plur 7 nmod 7:nmod:for SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent02_01-0004 @@ -72049,14 +72077,14 @@ 1 In in ADP IN _ 2 case 2:case _ 2 summary summary NOUN NN Number=Sing 13 obl 13:obl:in _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -4 planned plan VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +4 planned plan VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 5 systems system NOUN NNS Number=Plur 6 compound 6:compound _ 6 changes change NOUN NNS Number=Plur 13 nsubj 13:nsubj _ 7 and and CCONJ CC _ 10 cc 10:cc _ 8 manual manual ADJ JJ Degree=Pos 9 amod 9:amod _ 9 substantiation substantiation NOUN NN Number=Sing 10 compound 10:compound _ 10 efforts effort NOUN NNS Number=Plur 6 conj 6:conj:and|13:nsubj _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 12 behind behind ADP IN _ 13 case 13:case _ 13 schedule schedule NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 14 . . PUNCT . _ 13 punct 13:punct _ @@ -72065,7 +72093,7 @@ # text = Additional resources are being allocated and the situation is being closely monitored ( both for quarter end signoff and on going operations ). 1 Additional additional ADJ JJ Degree=Pos 2 amod 2:amod _ 2 resources resource NOUN NNS Number=Plur 5 nsubj:pass 5:nsubj:pass _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 being be AUX VBG VerbForm=Ger 5 aux:pass 5:aux:pass _ 5 allocated allocate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 and and CCONJ CC _ 12 cc 12:cc _ @@ -72075,17 +72103,17 @@ 10 being be AUX VBG VerbForm=Ger 12 aux:pass 12:aux:pass _ 11 closely closely ADV RB _ 12 advmod 12:advmod _ 12 monitored monitor VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 conj 5:conj:and _ -13 ( ( PUNCT -LRB- _ 12 punct 12:punct _ +13 ( ( PUNCT -LRB- _ 18 punct 18:punct _ 14 both both CCONJ CC _ 18 cc:preconj 18:cc:preconj _ 15 for for ADP IN _ 18 case 18:case _ 16 quarter quarter NOUN NN Number=Sing 17 compound 17:compound _ 17 end end NOUN NN Number=Sing 18 compound 18:compound _ 18 signoff signoff NOUN NN Number=Sing 12 obl 12:obl:for _ 19 and and CCONJ CC _ 22 cc 22:cc _ -20 on on X GW _ 22 amod 22:amod _ -21 going going ADJ JJ Degree=Pos 20 goeswith 20:goeswith _ +20 on ongoing ADJ GW Degree=Pos|Typo=Yes 22 amod 22:amod _ +21 going _ X JJ _ 20 goeswith 20:goeswith _ 22 operations operation NOUN NNS Number=Plur 18 conj 12:obl:for|18:conj:and _ -23 ) ) PUNCT -RRB- _ 12 punct 12:punct SpaceAfter=No +23 ) ) PUNCT -RRB- _ 18 punct 18:punct SpaceAfter=No 24 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent02_01-0006 @@ -72096,8 +72124,8 @@ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj _ 4 if if SCONJ IN _ 6 mark 6:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 require require VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:if _ -7 any any DET DT _ 9 det 9:det _ +6 require require VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:if _ +7 any any DET DT PronType=Ind 9 det 9:det _ 8 additional additional ADJ JJ Degree=Pos 9 amod 9:amod _ 9 information information NOUN NN Number=Sing 6 obj 6:obj _ @@ -72114,31 +72142,31 @@ # sent_id = email-enronsent02_01-0009 # text = 03/04/2001 16:29 -1 03/04/2001 03/04/2001 NUM CD NumType=Card 0 root 0:root _ -2 16:29 16:29 NUM CD NumType=Card 1 nmod:tmod 1:nmod:tmod _ +1 03/04/2001 03/04/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 16:29 16:29 NUM CD NumForm=Digit|NumType=Card 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent02_01-0010 # text = The intention of the efforts and actions documented in my earlier update ( see attached email ) was to provide a robust position signoff process for total metal tonnage, spread and brand and location a timely substantiation of stock on balance sheet forward MTM debtors and creditor balances OBSF transactional values and a reconciliation of the barclays intercompany account 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 intention intention NOUN NN Number=Sing 18 nsubj 18:nsubj _ +2 intention intention NOUN NN Number=Sing 20 nsubj:outer 20:nsubj:outer _ 3 of of ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 efforts effort NOUN NNS Number=Plur 2 nmod 2:nmod:of _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 actions action NOUN NNS Number=Plur 5 conj 2:nmod:of|5:conj:and _ -8 documented document VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +8 documented document VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 9 in in ADP IN _ 12 case 12:case _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ -11 earlier earlier ADJ JJR Degree=Cmp 12 amod 12:amod _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 earlier early ADJ JJR Degree=Cmp 12 amod 12:amod _ 12 update update NOUN NN Number=Sing 8 obl 8:obl:in _ 13 ( ( PUNCT -LRB- _ 14 punct 14:punct _ 14 see see VERB VB Mood=Imp|VerbForm=Fin 12 parataxis 12:parataxis _ -15 attached attach VERB VBN Tense=Past|VerbForm=Part 16 amod 16:amod _ +15 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 amod 16:amod _ 16 email email NOUN NN Number=Sing 14 obj 14:obj _ 17 ) ) PUNCT -RRB- _ 14 punct 14:punct _ -18 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +18 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 cop 20:cop _ 19 to to PART TO _ 20 mark 20:mark _ -20 provide provide VERB VB VerbForm=Inf 18 ccomp 18:ccomp _ +20 provide provide VERB VB VerbForm=Inf 0 root 0:root _ 21 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 22 robust robust ADJ JJ Degree=Pos 25 amod 25:amod _ 23 position position NOUN NN Number=Sing 24 compound 24:compound _ @@ -72168,7 +72196,7 @@ 47 and and CCONJ CC _ 49 cc 49:cc _ 48 creditor creditor NOUN NN Number=Sing 49 compound 49:compound _ 49 balances balance NOUN NNS Number=Plur 46 conj 46:conj:and _ -50 OBSF obsf NOUN NN Number=Sing 52 compound 52:compound _ +50 OBSF OBSF NOUN NN Number=Sing 52 compound 52:compound _ 51 transactional transactional ADJ JJ Degree=Pos 52 amod 52:amod _ 52 values value NOUN NNS Number=Plur 29 conj 25:nmod:for|29:conj:and _ 53 and and CCONJ CC _ 55 cc 55:cc _ @@ -72184,20 +72212,20 @@ # text = Despite the best efforts of IT, continuing problems with the AS400 application, a better understanding of the inconsistency between stock reconciliation reports, and concerns over the useability of the outright stock screen enquiry are such that I am currently not confident of delivering sufficient accurate information to AA to satisfy their audit requirements - which at a macro level is the transparent audit trail between stock and forward positions to full accounting values. 1 Despite despite ADP IN _ 4 case 4:case _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 best best ADJ JJS Degree=Sup 4 amod 4:amod _ +3 best good ADJ JJS Degree=Sup 4 amod 4:amod _ 4 efforts effort NOUN NNS Number=Plur 38 obl 38:obl:despite _ 5 of of ADP IN _ 6 case 6:case _ -6 IT it NOUN NN Number=Sing 4 nmod 4:nmod:of SpaceAfter=No -7 , , PUNCT , _ 38 punct 38:punct _ +6 IT IT NOUN NN Number=Sing 4 nmod 4:nmod:of SpaceAfter=No +7 , , PUNCT , _ 4 punct 4:punct _ 8 continuing continue VERB VBG VerbForm=Ger 9 amod 9:amod _ 9 problems problem NOUN NNS Number=Plur 38 nsubj 38:nsubj _ 10 with with ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 AS400 as400 NOUN NN Number=Sing 13 compound 13:compound _ +12 AS400 AS400 NOUN NN Number=Sing 13 compound 13:compound _ 13 application application NOUN NN Number=Sing 9 nmod 9:nmod:with SpaceAfter=No 14 , , PUNCT , _ 17 punct 17:punct _ 15 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ -16 better better ADJ JJR Degree=Cmp 17 amod 17:amod _ +16 better good ADJ JJR Degree=Cmp 17 amod 17:amod _ 17 understanding understanding NOUN NN Number=Sing 9 conj 9:conj:and|38:nsubj _ 18 of of ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ @@ -72218,7 +72246,7 @@ 34 stock stock NOUN NN Number=Sing 36 compound 36:compound _ 35 screen screen NOUN NN Number=Sing 36 compound 36:compound _ 36 enquiry enquiry NOUN NN Number=Sing 30 nmod 30:nmod:of _ -37 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 38 cop 38:cop _ +37 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 38 cop 38:cop _ 38 such such ADJ JJ Degree=Pos 0 root 0:root _ 39 that that SCONJ IN _ 44 mark 44:mark _ 40 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 44 nsubj 44:nsubj _ @@ -72232,13 +72260,13 @@ 48 accurate accurate ADJ JJ Degree=Pos 49 amod 49:amod _ 49 information information NOUN NN Number=Sing 46 obj 46:obj _ 50 to to ADP IN _ 51 case 51:case _ -51 AA aa NOUN NN Number=Sing 46 obl 46:obl:to _ +51 AA AA NOUN NN Number=Sing 46 obl 46:obl:to _ 52 to to PART TO _ 53 mark 53:mark _ 53 satisfy satisfy VERB VB VerbForm=Inf 46 advcl 46:advcl:to _ -54 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 56 nmod:poss 56:nmod:poss _ +54 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 56 nmod:poss 56:nmod:poss _ 55 audit audit NOUN NN Number=Sing 56 compound 56:compound _ 56 requirements requirement NOUN NNS Number=Plur 53 obj 53:obj|67:nsubj _ -57 - - PUNCT , _ 56 punct 56:punct _ +57 - - PUNCT , _ 67 punct 67:punct _ 58 which which PRON WDT PronType=Rel 67 nsubj 56:ref _ 59 at at ADP IN _ 62 case 62:case _ 60 a a DET DT Definite=Ind|PronType=Art 62 det 62:det _ @@ -72265,20 +72293,20 @@ # text = Consequently I need to inform you of, and/or require your approval for, the following : 1 Consequently consequently ADV RB _ 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj|12:nsubj:xsubj _ -3 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 inform inform VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 you you PRON PRP Case=Acc|Person=2|PronType=Prs 5 obj 5:obj _ +6 you you PRON PRP Case=Acc|Person=2|PronType=Prs 5 iobj 5:iobj _ 7 of of ADP IN _ 18 mark 18:mark SpaceAfter=No 8 , , PUNCT , _ 12 punct 12:punct _ -9 and and CCONJ CC _ 11 cc 11:cc SpaceAfter=No -10 / / PUNCT , _ 11 cc 11:cc SpaceAfter=No -11 or or CCONJ CC _ 12 cc 12:cc _ +9 and and CCONJ CC _ 12 cc 12:cc SpaceAfter=No +10 / / SYM SYM _ 11 cc 11:cc SpaceAfter=No +11 or or CCONJ CC _ 9 conj 9:conj:slash|12:cc _ 12 require require VERB VB VerbForm=Inf 5 conj 3:xcomp|5:conj:and_or _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 approval approval NOUN NN Number=Sing 12 obj 12:obj _ 15 for for ADP IN _ 14 nmod 14:nmod SpaceAfter=No -16 , , PUNCT , _ 5 punct 5:punct _ +16 , , PUNCT , _ 12 punct 12:punct _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 following follow VERB VBG VerbForm=Ger 5 advcl 5:advcl:of _ 19 : : PUNCT : _ 3 punct 3:punct _ @@ -72290,18 +72318,18 @@ 2 will will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 discuss discuss VERB VB VerbForm=Inf 0 root 0:root _ 4 with with ADP IN _ 5 case 5:case _ -5 AA aa NOUN NN Number=Sing 3 obl 3:obl:with _ +5 AA AA NOUN NN Number=Sing 3 obl 3:obl:with _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 following follow VERB VBG VerbForm=Ger 3 obj 3:obj _ # sent_id = email-enronsent02_01-0014 # text = that OBSF values within the extended trial balance may be misstated due to data issues ( above and beyond existing conversations with AA on model simplifications) 1 that that SCONJ IN _ 11 mark 11:mark _ -2 OBSF obsf NOUN NN Number=Sing 3 compound 3:compound _ +2 OBSF OBSF NOUN NN Number=Sing 3 compound 3:compound _ 3 values value NOUN NNS Number=Plur 11 nsubj:pass 11:nsubj:pass _ 4 within within ADP IN _ 8 case 8:case _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -6 extended extend VERB VBN Tense=Past|VerbForm=Part 8 amod 8:amod _ +6 extended extend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 amod 8:amod _ 7 trial trial NOUN NN Number=Sing 8 compound 8:compound _ 8 balance balance NOUN NN Number=Sing 3 nmod 3:nmod:within _ 9 may may AUX MD VerbForm=Fin 11 aux 11:aux _ @@ -72311,24 +72339,24 @@ 13 to to ADP IN _ 12 fixed 12:fixed _ 14 data data NOUN NN Number=Sing 15 compound 15:compound _ 15 issues issue NOUN NNS Number=Plur 11 obl 11:obl:due_to _ -16 ( ( PUNCT -LRB- _ 11 punct 11:punct _ +16 ( ( PUNCT -LRB- _ 21 punct 21:punct _ 17 above above ADP IN _ 21 case 21:case _ 18 and and CCONJ CC _ 19 cc 19:cc _ 19 beyond beyond ADP IN _ 17 conj 17:conj:and|21:case _ 20 existing exist VERB VBG VerbForm=Ger 21 amod 21:amod _ 21 conversations conversation NOUN NNS Number=Plur 11 obl 11:obl:beyond _ 22 with with ADP IN _ 23 case 23:case _ -23 AA aa NOUN NN Number=Sing 21 nmod 21:nmod:with _ +23 AA AA NOUN NN Number=Sing 21 nmod 21:nmod:with _ 24 on on ADP IN _ 26 case 26:case _ 25 model model NOUN NN Number=Sing 26 compound 26:compound _ -26 simplifications simplification NOUN NNS Number=Plur 23 nmod 23:nmod:on SpaceAfter=No -27 ) ) PUNCT -RRB- _ 11 punct 11:punct _ +26 simplifications simplification NOUN NNS Number=Plur 21 nmod 21:nmod:on SpaceAfter=No +27 ) ) PUNCT -RRB- _ 21 punct 21:punct _ # sent_id = email-enronsent02_01-0015 # text = that there are reconciling differences between trader position analyses, AS400 on screen enquiries and the formal global position report ( these differences are at present not understood but would need to be provided to AA within the audit timetable) 1 that that SCONJ IN _ 3 mark 3:mark _ 2 there there PRON EX _ 3 expl 3:expl _ -3 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 reconciling reconciling NOUN NN Number=Sing 5 compound 5:compound _ 5 differences difference NOUN NNS Number=Plur 3 nsubj 3:nsubj _ 6 between between ADP IN _ 9 case 9:case _ @@ -72336,7 +72364,7 @@ 8 position position NOUN NN Number=Sing 9 compound 9:compound _ 9 analyses analysis NOUN NNS Number=Plur 5 nmod 5:nmod:between SpaceAfter=No 10 , , PUNCT , _ 14 punct 14:punct _ -11 AS400 as400 NOUN NN Number=Sing 14 compound 14:compound _ +11 AS400 AS400 NOUN NN Number=Sing 14 compound 14:compound _ 12 on on ADP IN _ 13 case 13:case _ 13 screen screen NOUN NN Number=Sing 14 compound 14:compound _ 14 enquiries enquiry NOUN NNS Number=Plur 9 conj 5:nmod:between|9:conj:and _ @@ -72349,7 +72377,7 @@ 21 ( ( PUNCT -LRB- _ 28 punct 28:punct _ 22 these this DET DT Number=Plur|PronType=Dem 23 det 23:det _ 23 differences difference NOUN NNS Number=Plur 28 nsubj:pass 28:nsubj:pass|31:nsubj:pass|34:nsubj:xsubj _ -24 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 aux:pass 28:aux:pass _ +24 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 28 aux:pass 28:aux:pass _ 25 at at ADP IN _ 26 case 26:case _ 26 present present ADJ JJ Degree=Pos 28 obl 28:obl:at _ 27 not not PART RB _ 28 advmod 28:advmod _ @@ -72361,7 +72389,7 @@ 33 be be AUX VB VerbForm=Inf 34 aux:pass 34:aux:pass _ 34 provided provide VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 31 xcomp 31:xcomp _ 35 to to ADP IN _ 36 case 36:case _ -36 AA aa NOUN NN Number=Sing 34 obl 34:obl:to _ +36 AA AA NOUN NN Number=Sing 34 obl 34:obl:to _ 37 within within ADP IN _ 40 case 40:case _ 38 the the DET DT Definite=Def|PronType=Art 40 det 40:det _ 39 audit audit NOUN NN Number=Sing 40 compound 40:compound _ @@ -72379,10 +72407,10 @@ 7 sheet sheet NOUN NN Number=Sing 9 compound 9:compound _ 8 review review NOUN NN Number=Sing 9 compound 9:compound _ 9 process process NOUN NN Number=Sing 2 nmod 2:nmod:of|19:nsubj:pass|21:nsubj:pass _ -10 described describe VERB VBN Tense=Past|VerbForm=Part 9 acl 9:acl _ +10 described describe VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 acl 9:acl _ 11 in in ADP IN _ 14 case 14:case _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ -13 earlier earlier ADJ JJR Degree=Cmp 14 amod 14:amod _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 earlier early ADJ JJR Degree=Cmp 14 amod 14:amod _ 14 note note NOUN NN Number=Sing 10 obl 10:obl:in _ 15 which which PRON WDT PronType=Rel 19 nsubj:pass 9:ref _ 16 must must AUX MD VerbForm=Fin 19 aux 19:aux _ @@ -72390,7 +72418,7 @@ 18 be be AUX VB VerbForm=Inf 19 aux:pass 19:aux:pass _ 19 reprioritised reprioritise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 acl:relcl 9:acl:relcl _ 20 and and CCONJ CC _ 21 cc 21:cc _ -21 rescoped rescop VERB VBN Tense=Past|VerbForm=Part 19 conj 9:acl:relcl|19:conj:and _ +21 rescoped rescop VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 conj 9:acl:relcl|19:conj:and _ 22 ( ( PUNCT -LRB- _ 23 punct 23:punct _ 23 see see VERB VB Mood=Imp|VerbForm=Fin 19 parataxis 19:parataxis _ 24 MO mo NOUN NN Number=Sing 25 compound 25:compound _ @@ -72406,19 +72434,19 @@ 5 incentive incentive NOUN NN Number=Sing 7 compound 7:compound _ 6 payment payment NOUN NN Number=Sing 7 compound 7:compound _ 7 pool pool NOUN NN Number=Sing 2 nmod 2:nmod:of _ -8 ( ( PUNCT -LRB- _ 7 punct 7:punct _ +8 ( ( PUNCT -LRB- _ 13 punct 13:punct _ 9 possibly possibly ADV RB _ 13 advmod 13:advmod _ 10 via via ADP IN _ 13 case 13:case _ 11 personal personal ADJ JJ Degree=Pos 13 amod 13:amod _ -12 best best ADJ JJS Degree=Sup 13 amod 13:amod _ +12 best good ADJ JJS Degree=Sup 13 amod 13:amod _ 13 awards award NOUN NNS Number=Plur 7 nmod 7:nmod:via _ -14 ) ) PUNCT -RRB- _ 7 punct 7:punct _ +14 ) ) PUNCT -RRB- _ 13 punct 13:punct _ 15 for for ADP IN _ 18 case 18:case _ 16 key key ADJ JJ Degree=Pos 18 amod 18:amod _ -17 Metals Metals PROPN NNPS Number=Plur 18 compound 18:compound _ +17 Metals Metal PROPN NNPS Number=Plur 18 compound 18:compound _ 18 staff staff NOUN NNS Number=Plur 7 nmod 7:nmod:for|20:nsubj|22:nsubj:xsubj _ 19 who who PRON WP PronType=Rel 20 nsubj 18:ref _ -20 continue continue VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ +20 continue continue VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ 21 to to PART TO _ 22 mark 22:mark _ 22 work work VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ 23 exceptionally exceptionally ADV RB _ 24 advmod 24:advmod _ @@ -72428,7 +72456,7 @@ 27 meet meet VERB VB VerbForm=Inf 22 advcl 22:advcl:to _ 28 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 29 above above ADV RB _ 30 advmod 30:advmod _ -30 stated state VERB VBN Tense=Past|VerbForm=Part 31 amod 31:amod _ +30 stated state VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 31 amod 31:amod _ 31 objectives objective NOUN NNS Number=Plur 27 obj 27:obj _ # sent_id = email-enronsent02_01-0018 @@ -72438,9 +72466,9 @@ 3 for for ADP IN _ 9 case 9:case _ 4 additional additional ADJ JJ Degree=Pos 9 amod 9:amod _ 5 permanent permanent ADJ JJ Degree=Pos 9 amod 9:amod _ -6 ' ' PUNCT `` _ 9 punct 9:punct SpaceAfter=No +6 ' ' PUNCT `` _ 7 punct 7:punct SpaceAfter=No 7 Enron Enron PROPN NNP Number=Sing 9 compound 9:compound SpaceAfter=No -8 ' ' PUNCT '' _ 9 punct 9:punct _ +8 ' ' PUNCT '' _ 7 punct 7:punct _ 9 headcount headcount NOUN NN Number=Sing 2 nmod 2:nmod:for|13:nsubj _ 10 who who PRON WP PronType=Rel 13 nsubj 9:ref _ 11 will will AUX MD VerbForm=Fin 13 aux 13:aux _ @@ -72454,7 +72482,7 @@ 19 processes process NOUN NNS Number=Plur 13 obj 13:obj _ 20 ultimately ultimately ADV RB _ 21 advmod 21:advmod _ 21 replacing replace VERB VBG VerbForm=Ger 13 advcl 13:advcl _ -22 some some DET DT _ 25 det 25:det _ +22 some some DET DT PronType=Ind 25 det 25:det _ 23 existing exist VERB VBG VerbForm=Ger 25 amod 25:amod _ 24 Traffic Traffic PROPN NNP Number=Sing 25 compound 25:compound _ 25 staff staff NOUN NNS Number=Plur 21 obj 21:obj _ @@ -72466,12 +72494,12 @@ 3 difference difference NOUN NN Number=Sing 8 nsubj 8:nsubj _ 4 of of ADP IN _ 5 case 5:case _ 5 $ $ SYM $ _ 3 nmod 3:nmod:of SpaceAfter=No -6 15 15 NUM CD NumType=Card 5 compound 5:compound SpaceAfter=No -7 mm mm NUM CD NumType=Card 5 compound 5:compound _ +6 15 15 NUM CD NumForm=Digit|NumType=Card 7 compound 7:compound SpaceAfter=No +7 mm mm NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 8 exists exist VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 between between ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -11 reported report VERB VBN Tense=Past|VerbForm=Part 12 amod 12:amod _ +11 reported report VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 amod 12:amod _ 12 DPR dpr NOUN NN Number=Sing 8 obl 8:obl:between _ 13 and and CCONJ CC _ 17 cc 17:cc _ 14 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -72479,10 +72507,10 @@ 16 accounting accounting NOUN NN Number=Sing 17 compound 17:compound _ 17 p&l p&l NOUN NN Number=Sing 12 conj 8:obl:between|12:conj:and _ 18 as as SCONJ IN _ 19 mark 19:mark _ -19 generated generate VERB VBN Tense=Past|VerbForm=Part 17 advcl 17:advcl:as _ +19 generated generate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 acl 17:acl:as _ 20 on on ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -22 AS400 as400 NOUN NN Number=Sing 19 obl 19:obl:on SpaceAfter=No +22 AS400 AS400 NOUN NN Number=Sing 19 obl 19:obl:on SpaceAfter=No 23 . . PUNCT . _ 8 punct 8:punct _ # sent_id = email-enronsent02_01-0020 @@ -72498,7 +72526,7 @@ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 system system NOUN NN Number=Sing 11 compound 11:compound _ 11 p&l p&l NOUN NN Number=Sing 7 nmod 7:nmod:in SpaceAfter=No -12 , , PUNCT , _ 7 punct 7:punct _ +12 , , PUNCT , _ 15 punct 15:punct _ 13 as as ADP IN _ 15 case 15:case _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 result result NOUN NN Number=Sing 7 nmod 7:nmod:as _ @@ -72508,7 +72536,7 @@ 19 system system NOUN NN Number=Sing 20 compound 20:compound _ 20 valuation valuation NOUN NN Number=Sing 17 conj 17:conj:or|21:compound _ 21 problems problem NOUN NNS Number=Plur 15 nmod 15:nmod:of SpaceAfter=No -22 , , PUNCT , _ 5 punct 5:punct _ +22 , , PUNCT , _ 28 punct 28:punct _ 23 within within ADP IN _ 28 case 28:case _ 24 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 25 month month NOUN NN Number=Sing 26 compound 26:compound _ @@ -72520,7 +72548,7 @@ # sent_id = email-enronsent02_01-0021 # text = However, this difference may need to be adjusted for following a final review and signoff of system p&l values with traders. 1 However however ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 difference difference NOUN NN Number=Sing 6 nsubj 6:nsubj|9:nsubj:xsubj _ 5 may may AUX MD VerbForm=Fin 6 aux 6:aux _ @@ -72548,8 +72576,8 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 recall recall NOUN NN Number=Sing 0 root 0:root _ 3 of of ADP IN _ 6 case 6:case _ -4 all all DET DT _ 6 det 6:det _ -5 OBSF obsf NOUN NN Number=Sing 6 compound 6:compound _ +4 all all DET DT PronType=Tot 6 det 6:det _ +5 OBSF OBSF NOUN NN Number=Sing 6 compound 6:compound _ 6 stock stock NOUN NN Number=Sing 2 nmod 2:nmod:of _ 7 in in ADP IN _ 9 case 9:case _ 8 early early ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -72560,14 +72588,14 @@ 13 balance balance NOUN NN Number=Sing 14 compound 14:compound _ 14 sheet sheet NOUN NN Number=Sing 11 nmod 11:nmod:on _ 15 ( ( PUNCT -LRB- _ 16 punct 16:punct _ -16 reduced reduce VERB VBN Tense=Past|VerbForm=Part 11 acl 11:acl _ -17 where where SCONJ WRB PronType=Int 19 mark 19:mark _ +16 reduced reduce VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl 11:acl _ +17 where where ADV WRB PronType=Int 19 advmod 19:advmod _ 18 economically economically ADV RB _ 19 advmod 19:advmod _ 19 viable viable ADJ JJ Degree=Pos 16 advcl 16:advcl:where _ 20 ) ) PUNCT -RRB- _ 16 punct 16:punct _ 21 until until SCONJ IN _ 25 mark 25:mark _ 22 positions position NOUN NNS Number=Plur 25 nsubj:pass 25:nsubj:pass _ -23 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 aux:pass 25:aux:pass _ +23 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 25 aux:pass 25:aux:pass _ 24 fully fully ADV RB _ 25 advmod 25:advmod _ 25 reconciled reconcile VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl 11:acl:until _ 26 and and CCONJ CC _ 33 cc 33:cc _ @@ -72583,27 +72611,27 @@ # sent_id = email-enronsent02_01-0023 # newpar id = email-enronsent02_01-p0008 # text = Middle Office work being prioritised is as follows -1 Middle Middle PROPN NNP Number=Sing 2 compound 2:compound _ +1 Middle Middle ADJ NNP Degree=Pos 2 amod 2:amod _ 2 Office Office PROPN NNP Number=Sing 3 compound 3:compound _ -3 work work NOUN NN Number=Sing 6 nsubj 6:nsubj _ +3 work work NOUN NN Number=Sing 8 nsubj:outer 8:nsubj:outer _ 4 being be AUX VBG VerbForm=Ger 5 aux:pass 5:aux:pass _ 5 prioritised prioritise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ -6 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 as as SCONJ IN _ 8 mark 8:mark _ -8 follows follow VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:as _ +8 follows follow VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ # sent_id = email-enronsent02_01-0024 # text = the stock circularisation initiated for close of business 23rd - with full reconciliation of returns to current system data by traffic/co-ordination an audit of the stock and forward valuation report for the 30th ( replacing planned 23rd review due to system issues ), requiring full download of contract detail for later reference 1 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 stock stock NOUN NN Number=Sing 3 compound 3:compound _ 3 circularisation circularisation NOUN NN Number=Sing 0 root 0:root _ -4 initiated initiate VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ +4 initiated initiate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ 5 for for ADP IN _ 6 case 6:case _ 6 close close NOUN NN Number=Sing 4 obl 4:obl:for _ 7 of of ADP IN _ 8 case 8:case _ 8 business business NOUN NN Number=Sing 6 nmod 6:nmod:of _ -9 23rd 23rd NOUN NN Number=Sing 6 nmod:tmod 6:nmod:tmod _ -10 - - PUNCT , _ 3 punct 3:punct _ +9 23rd 23rd NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 6 nmod:tmod 6:nmod:tmod _ +10 - - PUNCT , _ 13 punct 13:punct _ 11 with with ADP IN _ 13 case 13:case _ 12 full full ADJ JJ Degree=Pos 13 amod 13:amod _ 13 reconciliation reconciliation NOUN NN Number=Sing 3 nmod 3:nmod:with _ @@ -72615,7 +72643,7 @@ 19 data data NOUN NN Number=Sing 13 nmod 13:nmod:to _ 20 by by ADP IN _ 21 case 21:case _ 21 traffic traffic NOUN NN Number=Sing 13 nmod 13:nmod:by SpaceAfter=No -22 / / PUNCT , _ 23 cc 23:cc SpaceAfter=No +22 / / SYM , _ 23 cc 23:cc SpaceAfter=No 23 co-ordination co-ordination NOUN NN Number=Sing 21 conj 13:nmod:by|21:conj _ 24 an a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 25 audit audit NOUN NN Number=Sing 3 conj 3:conj _ @@ -72628,18 +72656,18 @@ 32 report report NOUN NN Number=Sing 25 nmod 25:nmod:of _ 33 for for ADP IN _ 35 case 35:case _ 34 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ -35 30th 30th NOUN NN Number=Sing 25 nmod 25:nmod:for _ -36 ( ( PUNCT -LRB- _ 25 punct 25:punct _ +35 30th 30th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 25 nmod 25:nmod:for _ +36 ( ( PUNCT -LRB- _ 37 punct 37:punct _ 37 replacing replace VERB VBG VerbForm=Ger 25 acl 25:acl _ -38 planned plan VERB VBN Tense=Past|VerbForm=Part 40 amod 40:amod _ -39 23rd 23rd NOUN NN Number=Sing 40 nmod:tmod 40:nmod:tmod _ +38 planned plan VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 40 amod 40:amod _ +39 23rd 23rd NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 40 nmod:tmod 40:nmod:tmod _ 40 review review NOUN NN Number=Sing 37 obj 37:obj _ 41 due due ADP IN _ 44 case 44:case _ 42 to to ADP IN _ 41 fixed 41:fixed _ 43 system system NOUN NN Number=Sing 44 compound 44:compound _ 44 issues issue NOUN NNS Number=Plur 37 obl 37:obl:due_to _ -45 ) ) PUNCT -RRB- _ 25 punct 25:punct SpaceAfter=No -46 , , PUNCT , _ 25 punct 25:punct _ +45 ) ) PUNCT -RRB- _ 37 punct 37:punct SpaceAfter=No +46 , , PUNCT , _ 47 punct 47:punct _ 47 requiring require VERB VBG VerbForm=Ger 25 acl 25:acl _ 48 full full ADJ JJ Degree=Pos 49 amod 49:amod _ 49 download download NOUN NN Number=Sing 47 obj 47:obj _ @@ -72647,7 +72675,7 @@ 51 contract contract NOUN NN Number=Sing 52 compound 52:compound _ 52 detail detail NOUN NN Number=Sing 49 nmod 49:nmod:of _ 53 for for ADP IN _ 55 case 55:case _ -54 later later ADJ JJR Degree=Cmp 55 amod 55:amod _ +54 later late ADJ JJR Degree=Cmp 55 amod 55:amod _ 55 reference reference NOUN NN Number=Sing 49 nmod 49:nmod:for _ # sent_id = email-enronsent02_01-0025 @@ -72657,9 +72685,9 @@ 3 stock stock NOUN NN Number=Sing 4 compound 4:compound _ 4 movements movement NOUN NNS Number=Plur 1 nmod 1:nmod:of _ 5 between between ADP IN _ 6 case 6:case _ -6 23rd 23rd NOUN NN Number=Sing 4 nmod 4:nmod:between _ +6 23rd 23rd NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 4 nmod 4:nmod:between _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 30th 30th NOUN NN Number=Sing 6 conj 4:nmod:between|6:conj:and _ +8 30th 30th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 6 conj 4:nmod:between|6:conj:and _ 9 sample sample NOUN NN Number=Sing 10 compound 10:compound _ 10 tests test NOUN NNS Number=Plur 1 parataxis 1:parataxis _ 11 of of ADP IN _ 14 case 14:case _ @@ -72674,8 +72702,8 @@ 2 position position NOUN NN Number=Sing 3 compound 3:compound _ 3 analysis analysis NOUN NN Number=Sing 0 root 0:root _ 4 of of ADP IN _ 7 case 7:case _ -5 all all DET DT _ 7 det 7:det _ -6 OBSF obsf NOUN NN Number=Sing 7 compound 7:compound _ +5 all all DET DT PronType=Tot 7 det 7:det _ +6 OBSF OBSF NOUN NN Number=Sing 7 compound 7:compound _ 7 contracts contract NOUN NNS Number=Plur 3 nmod 3:nmod:of|11:nsubj:pass _ 8 that that PRON WDT PronType=Rel 11 nsubj:pass 7:ref _ 9 must must AUX MD VerbForm=Fin 11 aux 11:aux _ @@ -72690,14 +72718,14 @@ 1 spreadsheet spreadsheet NOUN NN Number=Sing 2 compound 2:compound _ 2 recalculation recalculation NOUN NN Number=Sing 0 root 0:root _ 3 of of ADP IN _ 6 case 6:case _ -4 OBSF obsf NOUN NN Number=Sing 6 compound 6:compound _ +4 OBSF OBSF NOUN NN Number=Sing 6 compound 6:compound _ 5 option option NOUN NN Number=Sing 6 compound 6:compound _ 6 premium premium NOUN NN Number=Sing 2 nmod 2:nmod:of _ 7 utilising utilise VERB VBG VerbForm=Ger 2 acl 2:acl _ 8 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 9 above above ADJ JJ Degree=Pos 13 amod 13:amod _ 10 manually manually ADV RB _ 11 advmod 11:advmod _ -11 created create VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ +11 created create VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod _ 12 position position NOUN NN Number=Sing 13 compound 13:compound _ 13 analysis analysis NOUN NN Number=Sing 7 obj 7:obj _ @@ -72712,7 +72740,7 @@ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 comparison comparison NOUN NN Number=Sing 2 conj 2:conj:and _ 9 to to ADP IN _ 15 case 15:case _ -10 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +10 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 11 cut cut NOUN NN Number=Sing 12 compound 12:compound _ 12 off off NOUN NN Number=Sing 15 compound 15:compound _ 13 and and CCONJ CC _ 14 cc 14:cc _ @@ -72723,16 +72751,16 @@ # text = the debtors/creditors partial circularisation initiated for close of business 23rd 1 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 2 debtors debtor NOUN NNS Number=Plur 4 compound 4:compound SpaceAfter=No -3 / / PUNCT , _ 4 punct 4:punct SpaceAfter=No +3 / / PUNCT , _ 2 punct 2:punct SpaceAfter=No 4 creditors creditor NOUN NNS Number=Plur 6 compound 6:compound _ 5 partial partial ADJ JJ Degree=Pos 6 amod 6:amod _ 6 circularisation circularisation NOUN NN Number=Sing 0 root 0:root _ -7 initiated initiate VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 initiated initiate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 for for ADP IN _ 9 case 9:case _ 9 close close NOUN NN Number=Sing 7 obl 7:obl:for _ 10 of of ADP IN _ 11 case 11:case _ 11 business business NOUN NN Number=Sing 9 nmod 9:nmod:of _ -12 23rd 23rd NOUN NN Number=Sing 9 nmod:tmod 9:nmod:tmod _ +12 23rd 23rd NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 9 nmod:tmod 9:nmod:tmod _ # sent_id = email-enronsent02_01-0030 # text = I will be in touch directly re the items needing approval @@ -72765,15 +72793,15 @@ # sent_id = email-enronsent02_01-0034 # text = 21/03/2001 18:20 -1 21/03/2001 21/03/2001 NUM CD NumType=Card 0 root 0:root _ -2 18:20 18:20 NUM CD NumType=Card 1 nmod:tmod 1:nmod:tmod _ +1 21/03/2001 21/03/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 18:20 18:20 NUM CD NumForm=Digit|NumType=Card 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent02_01-0035 # text = Several related issues have resulted in an increase in the level of operating risk for the Merchanting Metals business. 1 Several several ADJ JJ Degree=Pos 3 amod 3:amod _ 2 related related ADJ JJ Degree=Pos 3 amod 3:amod _ 3 issues issue NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -4 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 resulted result VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 6 in in ADP IN _ 8 case 8:case _ 7 an a DET DT Definite=Ind|PronType=Art 8 det 8:det _ @@ -72787,7 +72815,7 @@ 15 for for ADP IN _ 19 case 19:case _ 16 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 17 Merchanting Merchanting PROPN NNP Number=Sing 18 compound 18:compound _ -18 Metals Metals PROPN NNPS Number=Plur 19 compound 19:compound _ +18 Metals Metal PROPN NNPS Number=Plur 19 compound 19:compound _ 19 business business NOUN NN Number=Sing 14 nmod 14:nmod:for SpaceAfter=No 20 . . PUNCT . _ 5 punct 5:punct _ @@ -72803,15 +72831,15 @@ 7 Off off ADP IN _ 9 compound 9:compound _ 8 Balance balance NOUN NN Number=Sing 9 compound 9:compound _ 9 Sheet sheet NOUN NN Number=Sing 10 compound 10:compound _ -10 Facility facility NOUN NN Number=Sing 4 nmod 4:nmod:sheet|17:nsubj _ -11 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No -12 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No -13 OBSF obsf NOUN NN Number=Sing 10 appos 10:appos SpaceAfter=No -14 " " PUNCT '' _ 10 punct 10:punct SpaceAfter=No -15 ) ) PUNCT -RRB- _ 10 punct 10:punct _ +10 Facility facility NOUN NN Number=Sing 4 nmod 4:nmod:of|17:nsubj _ +11 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No +12 " " PUNCT `` _ 13 punct 13:punct SpaceAfter=No +13 OBSF OBSF NOUN NN Number=Sing 10 appos 10:appos SpaceAfter=No +14 " " PUNCT '' _ 13 punct 13:punct SpaceAfter=No +15 ) ) PUNCT -RRB- _ 13 punct 13:punct _ 16 which which PRON WDT PronType=Rel 17 nsubj 10:ref _ -17 commenced commence VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ -18 two two NUM CD NumType=Card 19 nummod 19:nummod _ +17 commenced commence VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +18 two two NUM CD NumForm=Word|NumType=Card 19 nummod 19:nummod _ 19 weeks week NOUN NNS Number=Plur 23 nmod:npmod 23:nmod:npmod _ 20 before before ADP IN _ 23 case 23:case _ 21 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ @@ -72823,13 +72851,13 @@ # text = The uncertainty generated by the revocation of AA's signoff for the facility late in the year end audit. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 uncertainty uncertainty NOUN NN Number=Sing 0 root 0:root _ -3 generated generate VERB VBN Tense=Past|VerbForm=Part 2 acl 2:acl _ +3 generated generate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 acl 2:acl _ 4 by by ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 revocation revocation NOUN NN Number=Sing 3 obl 3:obl:by _ +6 revocation revocation NOUN NN Number=Sing 3 obl:agent 3:obl:agent _ 7 of of ADP IN _ 10 case 10:case _ 8-9 AA's _ _ _ _ _ _ _ _ -8 AA aa NOUN NN Number=Sing 10 nmod:poss 10:nmod:poss _ +8 AA AA NOUN NN Number=Sing 10 nmod:poss 10:nmod:poss _ 9 's 's PART POS _ 8 case 8:case _ 10 signoff signoff NOUN NN Number=Sing 6 nmod 6:nmod:of _ 11 for for ADP IN _ 13 case 13:case _ @@ -72856,28 +72884,28 @@ 9 ' ' PUNCT '' _ 8 punct 8:punct _ 10 within within ADP IN _ 14 case 14:case _ 11 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -12 AS400 as400 NOUN NN Number=Sing 14 compound 14:compound _ +12 AS400 AS400 NOUN NN Number=Sing 14 compound 14:compound _ 13 Merchanting Merchanting PROPN NNP Number=Sing 14 compound 14:compound _ 14 code code NOUN NN Number=Sing 8 nmod 8:nmod:within SpaceAfter=No -15 , , PUNCT , _ 8 punct 8:punct _ +15 , , PUNCT , _ 16 punct 16:punct _ 16 arising arise VERB VBG VerbForm=Ger 8 acl 8:acl _ 17 from from ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 release release NOUN NN Number=Sing 16 obl 16:obl:from|26:nsubj _ 20 of of ADP IN _ 23 case 23:case _ -21 OBSF obsf NOUN NN Number=Sing 22 compound 22:compound _ -22 designed design VERB VBN Tense=Past|VerbForm=Part 23 amod 23:amod _ +21 OBSF OBSF NOUN NN Number=Sing 22 compound 22:compound _ +22 designed design VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 amod 23:amod _ 23 functionality functionality NOUN NN Number=Sing 19 nmod 19:nmod:of SpaceAfter=No -24 , , PUNCT , _ 19 punct 19:punct _ +24 , , PUNCT , _ 26 punct 26:punct _ 25 which which PRON WDT PronType=Rel 26 nsubj 19:ref _ -26 compounded compound VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ +26 compounded compound VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ 27 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 28 operational operational ADJ JJ Degree=Pos 29 amod 29:amod _ 29 burden burden NOUN NN Number=Sing 26 obj 26:obj _ 30 of of SCONJ IN _ 31 mark 31:mark _ 31 supporting support VERB VBG VerbForm=Ger 29 acl 29:acl:of _ 32 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ -33 OBSF obsf NOUN NN Number=Sing 31 obj 31:obj SpaceAfter=No +33 OBSF OBSF NOUN NN Number=Sing 31 obj 31:obj SpaceAfter=No 34 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent02_01-0039 @@ -72890,8 +72918,8 @@ 6 operational operational ADJ JJ Degree=Pos 7 amod 7:amod _ 7 process process NOUN NN Number=Sing 4 obj 4:obj _ 8 and and CCONJ CC _ 11 cc 11:cc _ -9 OBSF obsf NOUN NN Number=Sing 11 compound 11:compound _ -10 IT it NOUN NN Number=Sing 11 compound 11:compound _ +9 OBSF OBSF NOUN NN Number=Sing 11 compound 11:compound _ +10 IT IT NOUN NN Number=Sing 11 compound 11:compound _ 11 code code NOUN NN Number=Sing 7 conj 4:obj|7:conj:and _ 12 as as ADP IN _ 14 case 14:case _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ @@ -72902,12 +72930,12 @@ 18 renegotiation renegotiation NOUN NN Number=Sing 14 nmod 14:nmod:of _ 19 of of ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -21 OBSF obsf NOUN NN Number=Sing 18 nmod 18:nmod:of _ +21 OBSF OBSF NOUN NN Number=Sing 18 nmod 18:nmod:of _ 22 with with ADP IN _ 23 case 23:case _ 23 Barclays Barclays PROPN NNP Number=Sing 18 nmod 18:nmod:with _ -24 ( ( PUNCT -LRB- _ 23 punct 23:punct _ +24 ( ( PUNCT -LRB- _ 26 punct 26:punct _ 25 and and CCONJ CC _ 26 cc 26:cc _ -26 AA aa NOUN NN Number=Sing 23 conj 18:nmod:with|23:conj:and _ +26 AA AA NOUN NN Number=Sing 23 conj 18:nmod:with|23:conj:and _ 27 ) ) PUNCT -RRB- _ 26 punct 26:punct SpaceAfter=No 28 . . PUNCT . _ 2 punct 2:punct _ @@ -72915,7 +72943,7 @@ # text = The senior IT developer for Merchanting has resigned and been sent on gardening leave. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 2 senior senior ADJ JJ Degree=Pos 4 amod 4:amod _ -3 IT it NOUN NN Number=Sing 4 compound 4:compound _ +3 IT IT NOUN NN Number=Sing 4 compound 4:compound _ 4 developer developer NOUN NN Number=Sing 8 nsubj 8:nsubj|11:nsubj:pass _ 5 for for ADP IN _ 6 case 6:case _ 6 Merchanting Merchanting PROPN NNP Number=Sing 4 nmod 4:nmod:for _ @@ -72957,26 +72985,25 @@ # text = Various mitigating actions have been and will be taken to provide focus, gain comfort over control levels and to provide assurance to senior management as to the accuracy of the Q1 DPR and business balance sheet. 1 Various various ADJ JJ Degree=Pos 3 amod 3:amod _ 2 mitigating mitigating NOUN NN Number=Sing 3 compound 3:compound _ -3 actions action NOUN NNS Number=Plur 5 nsubj:pass 5.1:nsubj:pass|9:nsubj:pass _ -4 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5.1:aux _ -5 been be AUX VBN Tense=Past|VerbForm=Part 0 root 5.1:aux _ -5.1 taken take VERB VBN Tense=Past|VerbForm=Part _ _ 0:root CopyOf=9 -6 and and CCONJ CC _ 9 cc 9:cc _ -7 will will AUX MD VerbForm=Fin 9 aux 9:aux _ -8 be be AUX VB VerbForm=Inf 9 aux 9:aux _ -9 taken take VERB VBN Tense=Past|VerbForm=Part 5 conj 5.1:conj:and _ +3 actions action NOUN NNS Number=Plur 9 nsubj:pass 9:nsubj:pass _ +4 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +5 been be AUX VBN Tense=Past|VerbForm=Part 9 aux:pass 9:aux:pass _ +6 and and CCONJ CC _ 8 cc 8:cc _ +7 will will AUX MD VerbForm=Fin 8 aux 8:aux _ +8 be be AUX VB VerbForm=Inf 5 conj 5:conj:and _ +9 taken take VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 10 to to PART TO _ 11 mark 11:mark _ -11 provide provide VERB VB VerbForm=Inf 5 advcl 5.1:advcl:to _ +11 provide provide VERB VB VerbForm=Inf 9 advcl 9:advcl:to _ 12 focus focus NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 13 , , PUNCT , _ 14 punct 14:punct _ -14 gain gain VERB VB VerbForm=Inf 11 conj 5.1:advcl:to|11:conj:and _ +14 gain gain VERB VB VerbForm=Inf 11 conj 9:advcl:to|11:conj:and _ 15 comfort comfort NOUN NN Number=Sing 14 obj 14:obj _ 16 over over ADP IN _ 18 case 18:case _ 17 control control NOUN NN Number=Sing 18 compound 18:compound _ 18 levels level NOUN NNS Number=Plur 15 nmod 15:nmod:over _ 19 and and CCONJ CC _ 21 cc 21:cc _ 20 to to PART TO _ 21 mark 21:mark _ -21 provide provide VERB VB VerbForm=Inf 11 conj 5.1:advcl:to|11:conj:and _ +21 provide provide VERB VB VerbForm=Inf 11 conj 9:advcl:to|11:conj:and _ 22 assurance assurance NOUN NN Number=Sing 21 obj 21:obj _ 23 to to ADP IN _ 25 case 25:case _ 24 senior senior ADJ JJ Degree=Pos 25 amod 25:amod _ @@ -72987,13 +73014,13 @@ 29 accuracy accuracy NOUN NN Number=Sing 21 obl 21:obl:as_to _ 30 of of ADP IN _ 33 case 33:case _ 31 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ -32 Q1 q1 NOUN NN Number=Sing 33 nmod:tmod 33:nmod:tmod _ +32 Q1 Q1 NOUN NN Number=Sing 33 nmod:tmod 33:nmod:tmod _ 33 DPR dpr NOUN NN Number=Sing 29 nmod 29:nmod:of _ 34 and and CCONJ CC _ 37 cc 37:cc _ 35 business business NOUN NN Number=Sing 37 compound 37:compound _ 36 balance balance NOUN NN Number=Sing 37 compound 37:compound _ 37 sheet sheet NOUN NN Number=Sing 33 conj 29:nmod:of|33:conj:and SpaceAfter=No -38 . . PUNCT . _ 5 punct 5.1:punct _ +38 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent02_01-0043 # newpar id = email-enronsent02_01-p0014 @@ -73001,7 +73028,7 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 implementation implementation NOUN NN Number=Sing 11 nsubj:pass 11:nsubj:pass|14:nsubj:pass _ 3 for for ADP IN _ 4 case 4:case _ -4 SAP sap NOUN NN Number=Sing 2 nmod 2:nmod:for _ +4 SAP SAP NOUN NN Number=Sing 2 nmod 2:nmod:for _ 5 for for ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 Merchanting Merchanting PROPN NNP Number=Sing 8 compound 8:compound _ @@ -73011,28 +73038,28 @@ 11 delayed delay VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 12 and and CCONJ CC _ 14 cc 14:cc _ 13 effectively effectively ADV RB _ 14 advmod 14:advmod _ -14 decoupled decouple VERB VBN Tense=Past|VerbForm=Part 11 conj 11:conj:and _ +14 decoupled decouple VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 conj 11:conj:and _ 15 from from ADP IN _ 24 case 24:case _ 16 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -17 higher higher ADJ JJR Degree=Cmp 18 amod 18:amod _ +17 higher high ADJ JJR Degree=Cmp 18 amod 18:amod _ 18 risk risk NOUN NN Number=Sing 24 compound 24:compound _ 19 ( ( PUNCT -LRB- _ 21 punct 21:punct _ -20 higher higher ADJ JJR Degree=Cmp 21 amod 21:amod _ +20 higher high ADJ JJR Degree=Cmp 21 amod 21:amod _ 21 benefit benefit NOUN NN Number=Sing 24 compound 24:compound _ 22 ) ) PUNCT -RRB- _ 21 punct 21:punct _ 23 Brokerage brokerage NOUN NN Number=Sing 24 compound 24:compound _ 24 implementation implementation NOUN NN Number=Sing 14 obl 14:obl:from _ -25 - - PUNCT , _ 11 punct 11:punct _ -26 benefit benefit NOUN NN Number=Sing 27 nsubj 27:nsubj _ -27 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 parataxis 11:parataxis _ +25 - - PUNCT , _ 29 punct 29:punct _ +26 benefit benefit NOUN NN Number=Sing 29 nsubj:outer 29:nsubj:outer _ +27 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 29 cop 29:cop _ 28 to to PART TO _ 29 mark 29:mark _ -29 provide provide VERB VB VerbForm=Inf 27 ccomp 27:ccomp _ +29 provide provide VERB VB VerbForm=Inf 11 parataxis 11:parataxis _ 30 sole sole ADJ JJ Degree=Pos 31 amod 31:amod _ 31 focus focus NOUN NN Number=Sing 29 obj 29:obj _ 32 on on ADP IN _ 33 case 33:case _ -33 OBSF obsf NOUN NN Number=Sing 31 nmod 31:nmod:on _ +33 OBSF OBSF NOUN NN Number=Sing 31 nmod 31:nmod:on _ 34 for for ADP IN _ 37 case 37:case _ -35 IT it NOUN NN Number=Sing 37 compound 37:compound _ +35 IT IT NOUN NN Number=Sing 37 compound 37:compound _ 36 Merchanting Merchanting PROPN NNP Number=Sing 37 compound 37:compound _ 37 developers developer NOUN NNS Number=Plur 31 nmod 31:nmod:for SpaceAfter=No 38 . . PUNCT . _ 11 punct 11:punct _ @@ -73040,17 +73067,17 @@ # sent_id = email-enronsent02_01-0044 # text = The AR/AP SAP data quality reviews for both businesses are continuing so as to provide a detailed analysis as at end Q1. 1 The the DET DT Definite=Def|PronType=Art 8 det 8:det _ -2 AR ar NOUN NN Number=Sing 8 compound 8:compound SpaceAfter=No -3 / / PUNCT , _ 4 cc 4:cc SpaceAfter=No -4 AP ap NOUN NN Number=Sing 2 conj 2:conj|8:compound _ -5 SAP sap NOUN NN Number=Sing 8 compound 8:compound _ +2 AR AR NOUN NN Number=Sing 8 compound 8:compound SpaceAfter=No +3 / / SYM , _ 4 cc 4:cc SpaceAfter=No +4 AP AP NOUN NN Number=Sing 2 conj 2:conj|8:compound _ +5 SAP SAP NOUN NN Number=Sing 8 compound 8:compound _ 6 data data NOUN NN Number=Sing 7 compound 7:compound _ 7 quality quality NOUN NN Number=Sing 8 compound 8:compound _ 8 reviews review NOUN NNS Number=Plur 13 nsubj 13:nsubj _ 9 for for ADP IN _ 11 case 11:case _ -10 both both DET DT _ 11 det 11:det _ +10 both both DET DT PronType=Tot 11 det 11:det _ 11 businesses business NOUN NNS Number=Plur 8 nmod 8:nmod:for _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 continuing continue VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 14 so so SCONJ IN _ 17 mark 17:mark _ 15 as as SCONJ IN _ 14 fixed 14:fixed _ @@ -73062,26 +73089,26 @@ 21 as as ADP IN _ 23 case 23:case _ 22 at at ADP IN _ 23 case 23:case _ 23 end end NOUN NN Number=Sing 17 obl 17:obl:at _ -24 Q1 q1 NOUN NN Number=Sing 23 nmod:tmod 23:nmod:tmod SpaceAfter=No +24 Q1 Q1 NOUN NN Number=Sing 23 nmod:tmod 23:nmod:tmod SpaceAfter=No 25 . . PUNCT . _ 13 punct 13:punct _ # sent_id = email-enronsent02_01-0045 # text = Middle Office have instigated a new daily working capital report process tracking cash settlement/ funding data to working capital components for all Metals businesses. -1 Middle Middle PROPN NNP Number=Sing 2 compound 2:compound _ +1 Middle Middle ADJ NNP Degree=Pos 2 amod 2:amod _ 2 Office Office PROPN NNP Number=Sing 4 nsubj 4:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 4 aux 4:aux CorrectForm=has 4 instigated instigate VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 6 new new ADJ JJ Degree=Pos 11 amod 11:amod _ 7 daily daily ADJ JJ Degree=Pos 11 amod 11:amod _ -8 working working NOUN NN Number=Sing 10 compound 10:compound _ +8 working working NOUN NN Number=Sing 9 compound 9:compound _ 9 capital capital NOUN NN Number=Sing 11 compound 11:compound _ 10 report report NOUN NN Number=Sing 11 compound 11:compound _ 11 process process NOUN NN Number=Sing 4 obj 4:obj _ 12 tracking track VERB VBG VerbForm=Ger 11 acl 11:acl _ 13 cash cash NOUN NN Number=Sing 14 compound 14:compound _ 14 settlement settlement NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No -15 / / PUNCT , _ 17 cc 17:cc _ +15 / / SYM , _ 17 cc 17:cc _ 16 funding funding NOUN NN Number=Sing 17 compound 17:compound _ 17 data data NOUN NN Number=Sing 14 conj 12:obj|14:conj _ 18 to to ADP IN _ 21 case 21:case _ @@ -73089,25 +73116,25 @@ 20 capital capital NOUN NN Number=Sing 21 compound 21:compound _ 21 components component NOUN NNS Number=Plur 12 obl 12:obl:to _ 22 for for ADP IN _ 25 case 25:case _ -23 all all DET DT _ 25 det 25:det _ -24 Metals Metals PROPN NNPS Number=Plur 25 compound 25:compound _ +23 all all DET DT PronType=Tot 25 det 25:det _ +24 Metals Metal PROPN NNPS Number=Plur 25 compound 25:compound _ 25 businesses business NOUN NNS Number=Plur 12 obl 12:obl:for SpaceAfter=No 26 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent02_01-0046 # text = An enhanced position signoff process will be implemented prior to end Q1 covering gross tonnage, spread positions and summarised analyses for brand and locations. 1 An a DET DT Definite=Ind|PronType=Art 5 det 5:det _ -2 enhanced enhance VERB VBN Tense=Past|VerbForm=Part 5 amod 5:amod _ +2 enhanced enhance VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 amod 5:amod _ 3 position position NOUN NN Number=Sing 4 compound 4:compound _ 4 signoff signoff NOUN NN Number=Sing 5 compound 5:compound _ 5 process process NOUN NN Number=Sing 8 nsubj:pass 8:nsubj:pass _ 6 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 7 be be AUX VB VerbForm=Inf 8 aux:pass 8:aux:pass _ 8 implemented implement VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ -9 prior prior ADJ JJ Degree=Pos 11 case 11:case _ +9 prior prior ADJ JJ Degree=Pos|ExtPos=ADP 11 case 11:case _ 10 to to ADP IN _ 9 fixed 9:fixed _ 11 end end NOUN NN Number=Sing 8 obl 8:obl:prior_to _ -12 Q1 q1 NOUN NN Number=Sing 11 nmod:tmod 11:nmod:tmod _ +12 Q1 Q1 NOUN NN Number=Sing 11 nmod:tmod 11:nmod:tmod _ 13 covering cover VERB VBG VerbForm=Ger 8 advcl 8:advcl _ 14 gross gross ADJ JJ Degree=Pos 15 amod 15:amod _ 15 tonnage tonnage NOUN NN Number=Sing 13 obj 13:obj SpaceAfter=No @@ -73115,7 +73142,7 @@ 17 spread spread NOUN NN Number=Sing 18 compound 18:compound _ 18 positions position NOUN NNS Number=Plur 15 conj 13:obj|15:conj:and _ 19 and and CCONJ CC _ 21 cc 21:cc _ -20 summarised summarise VERB VBN Tense=Past|VerbForm=Part 21 amod 21:amod _ +20 summarised summarise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 amod 21:amod _ 21 analyses analysis NOUN NNS Number=Plur 15 conj 13:obj|15:conj:and _ 22 for for ADP IN _ 23 case 23:case _ 23 brand brand NOUN NN Number=Sing 21 nmod 21:nmod:for _ @@ -73134,27 +73161,27 @@ 7 available available ADJ JJ Degree=Pos 0 root 0:root _ 8 within within ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -10 AS400 as400 NOUN NN Number=Sing 7 obl 7:obl:within SpaceAfter=No -11 , , PUNCT , _ 7 punct 7:punct _ +10 AS400 AS400 NOUN NN Number=Sing 7 obl 7:obl:within SpaceAfter=No +11 , , PUNCT , _ 16 punct 16:punct _ 12 however however ADV RB _ 16 advmod 16:advmod _ 13 contingencies contingency NOUN NNS Number=Plur 16 nsubj:pass 16:nsubj:pass _ -14 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +14 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 15 been be AUX VBN Tense=Past|VerbForm=Part 16 aux:pass 16:aux:pass _ 16 initiated initiate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 parataxis 7:parataxis _ 17 to to PART TO _ 18 mark 18:mark _ 18 build build VERB VB VerbForm=Inf 16 advcl 16:advcl:to _ 19 tactical tactical ADJ JJ Degree=Pos 23 amod 23:amod _ 20 VBA VBA PROPN NNP Number=Sing 22 compound 22:compound SpaceAfter=No -21 / / PUNCT , _ 22 punct 22:punct SpaceAfter=No +21 / / PUNCT , _ 20 punct 20:punct SpaceAfter=No 22 excel excel PROPN NNP Number=Sing 23 compound 23:compound _ 23 reports report NOUN NNS Number=Plur 18 obj 18:obj _ -24 outside outside ADP IN _ 18 obl 18:obl _ +24 outside outside ADP IN _ 27 case 27:case _ 25 of of ADP IN _ 27 case 27:case _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ -27 AS400 as400 NOUN NN Number=Sing 24 nmod 24:nmod:of _ +27 AS400 AS400 NOUN NN Number=Sing 18 obl 18:obl:of _ 28 but but CCONJ CC _ 29 cc 29:cc _ -29 using use VERB VBG VerbForm=Ger 24 conj 18:obl|24:conj:but _ -30 AS400 as400 NOUN NN Number=Sing 32 compound 32:compound _ +29 using use VERB VBG VerbForm=Ger 24 conj 24:acl|27:conj:but _ +30 AS400 AS400 NOUN NN Number=Sing 32 compound 32:compound _ 31 data data NOUN NN Number=Sing 32 compound 32:compound _ 32 downloads download NOUN NNS Number=Plur 29 obj 29:obj SpaceAfter=No 33 . . PUNCT . _ 7 punct 7:punct _ @@ -73165,11 +73192,11 @@ 2 requests request NOUN NNS Number=Plur 12 nsubj:pass 12:nsubj:pass _ 3 for for ADP IN _ 6 case 6:case _ 4 additional additional ADJ JJ Degree=Pos 6 amod 6:amod _ -5 AS400 as400 NOUN NN Number=Sing 6 compound 6:compound _ +5 AS400 AS400 NOUN NN Number=Sing 6 compound 6:compound _ 6 functionality functionality NOUN NN Number=Sing 2 nmod 2:nmod:for _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 reports report NOUN NNS Number=Plur 6 conj 2:nmod:for|6:conj:and _ -9 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +9 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 10 been be AUX VBN Tense=Past|VerbForm=Part 12 aux:pass 12:aux:pass _ 11 aggressively aggressively ADV RB _ 12 advmod 12:advmod _ 12 prioritised prioritise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ @@ -73179,19 +73206,19 @@ 16 freeze freeze NOUN NN Number=Sing 18 nsubj 18:nsubj _ 17 will will AUX MD VerbForm=Fin 18 aux 18:aux _ 18 commence commence VERB VB VerbForm=Inf 12 conj 12:conj:and _ -19 prior prior ADJ JJ Degree=Pos 22 case 22:case _ +19 prior prior ADJ JJ Degree=Pos|ExtPos=ADP 22 case 22:case _ 20 to to ADP IN _ 19 fixed 19:fixed _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 end end NOUN NN Number=Sing 18 obl 18:obl:prior_to _ 23 of of ADP IN _ 24 case 24:case _ -24 Q1 q1 NOUN NN Number=Sing 22 nmod 22:nmod:of _ +24 Q1 Q1 NOUN NN Number=Sing 22 nmod 22:nmod:of _ 25 following follow VERB VBG VerbForm=Ger 27 case 27:case _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 delivery delivery NOUN NN Number=Sing 18 obl 18:obl:following _ 28 of of ADP IN _ 30 case 30:case _ -29 three three NUM CD NumType=Card 30 nummod 30:nummod _ +29 three three NUM CD NumForm=Word|NumType=Card 30 nummod 30:nummod _ 30 reports report NOUN NNS Number=Plur 27 nmod 27:nmod:of _ -31 determined determine VERB VBN Tense=Past|VerbForm=Part 30 acl 30:acl _ +31 determined determine VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 30 acl 30:acl _ 32 as as ADP IN _ 34 case 34:case _ 33 minimum minimum ADJ JJ Degree=Pos 34 amod 34:amod _ 34 requirements requirement NOUN NNS Number=Plur 31 obl 31:obl:as _ @@ -73199,7 +73226,7 @@ 36 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ 37 support support NOUN NN Number=Sing 34 nmod 34:nmod:for _ 38 of of ADP IN _ 39 case 39:case _ -39 OBSF obsf NOUN NN Number=Sing 37 nmod 37:nmod:of SpaceAfter=No +39 OBSF OBSF NOUN NN Number=Sing 37 nmod 37:nmod:of SpaceAfter=No 40 . . PUNCT . _ 12 punct 12:punct _ # sent_id = email-enronsent02_01-0049 @@ -73209,7 +73236,7 @@ 3 of of ADP IN _ 7 case 7:case _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 5 full full ADJ JJ Degree=Pos 7 amod 7:amod _ -6 Q1 q1 NOUN NN Number=Sing 7 nmod:tmod 7:nmod:tmod _ +6 Q1 Q1 NOUN NN Number=Sing 7 nmod:tmod 7:nmod:tmod _ 7 DPR dpr NOUN NN Number=Sing 2 nmod 2:nmod:of _ 8 will will AUX MD VerbForm=Fin 10 aux 10:aux _ 9 be be AUX VB VerbForm=Inf 10 aux:pass 10:aux:pass _ @@ -73218,17 +73245,17 @@ 12 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 13 Risk risk NOUN NN Number=Sing 14 compound 14:compound _ 14 control control NOUN NN Number=Sing 15 compound 15:compound _ -15 staff staff NOUN NNS Number=Plur 10 obl 10:obl:by _ +15 staff staff NOUN NNS Number=Plur 10 obl:agent 10:obl:agent _ 16 reconciling reconcile VERB VBG VerbForm=Ger 10 advcl 10:advcl _ 17 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 18 full full ADJ JJ Degree=Pos 20 amod 20:amod _ 19 trial trial NOUN NN Number=Sing 20 compound 20:compound _ 20 balances balance NOUN NNS Number=Plur 16 obj 16:obj _ 21 between between ADP IN _ 23 case 23:case _ -22 Q1 q1 NOUN NN Number=Sing 23 nmod:tmod 23:nmod:tmod _ +22 Q1 Q1 NOUN NN Number=Sing 23 nmod:tmod 23:nmod:tmod _ 23 open open NOUN NN Number=Sing 16 obl 16:obl:between _ 24 and and CCONJ CC _ 26 cc 26:cc _ -25 Q1 q1 NOUN NN Number=Sing 26 nmod:tmod 26:nmod:tmod _ +25 Q1 Q1 NOUN NN Number=Sing 26 nmod:tmod 26:nmod:tmod _ 26 close close NOUN NN Number=Sing 23 conj 16:obl:between|23:conj:and _ # sent_id = email-enronsent02_01-0050 @@ -73244,7 +73271,7 @@ 9 completed complete VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 10 within within ADP IN _ 14 case 14:case _ 11 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -12 Q1 q1 NOUN NN Number=Sing 14 nmod:tmod 14:nmod:tmod _ +12 Q1 Q1 NOUN NN Number=Sing 14 nmod:tmod 14:nmod:tmod _ 13 audit audit NOUN NN Number=Sing 14 compound 14:compound _ 14 timetable timetable NOUN NN Number=Sing 9 obl 9:obl:within|16:nsubj _ 15 which which PRON WDT PronType=Rel 16 nsubj 14:ref _ @@ -73277,15 +73304,15 @@ 6 above above ADJ JJ Degree=Pos 8 amod 8:amod _ 7 inventory inventory NOUN NN Number=Sing 8 compound 8:compound _ 8 balances balance NOUN NNS Number=Plur 3 obl 3:obl:of SpaceAfter=No -9 , , PUNCT , _ 1 punct 1:punct _ +9 , , PUNCT , _ 13 punct 13:punct _ 10 by by ADP IN _ 13 case 13:case _ -11 third third ADJ JJ Degree=Pos|NumType=Ord 12 amod 12:amod _ +11 third third ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 12 amod 12:amod _ 12 party party NOUN NN Number=Sing 13 compound 13:compound _ 13 inspectors inspector NOUN NNS Number=Plur 1 nmod 1:nmod:by SpaceAfter=No -14 , , PUNCT , _ 1 punct 1:punct _ -15 where where SCONJ WRB PronType=Rel 17 mark 17:mark _ +14 , , PUNCT , _ 17 punct 17:punct _ +15 where where ADV WRB PronType=Int 17 advmod 17:advmod _ 16 there there PRON EX _ 17 expl 17:expl _ -17 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +17 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:where _ 18 an a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 19 expectation expectation NOUN NN Number=Sing 17 nsubj 17:nsubj _ 20 that that SCONJ IN _ 26 mark 26:mark _ @@ -73304,11 +73331,11 @@ # text = Substantive checks back to source contract documentation for the forward priced and unpriced positions report ( spot checking the key position report signed off by the traders ) 1 Substantive substantive ADJ JJ Degree=Pos 2 amod 2:amod _ 2 checks check NOUN NNS Number=Plur 0 root 0:root _ -3 back back ADV RB _ 2 advmod 2:advmod _ +3 back back ADV RB _ 7 advmod 7:advmod _ 4 to to ADP IN _ 7 case 7:case _ 5 source source NOUN NN Number=Sing 6 compound 6:compound _ 6 contract contract NOUN NN Number=Sing 7 compound 7:compound _ -7 documentation documentation NOUN NN Number=Sing 3 obl 3:obl:to _ +7 documentation documentation NOUN NN Number=Sing 2 nmod 2:nmod:to _ 8 for for ADP IN _ 15 case 15:case _ 9 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 10 forward forward ADJ JJ Degree=Pos 11 amod 11:amod _ @@ -73319,16 +73346,16 @@ 15 report report NOUN NN Number=Sing 2 nmod 2:nmod:for _ 16 ( ( PUNCT -LRB- _ 18 punct 18:punct _ 17 spot spot NOUN NN Number=Sing 18 compound 18:compound _ -18 checking check VERB VBG VerbForm=Ger 2 acl 2:acl _ +18 checking check VERB VBG VerbForm=Ger 2 parataxis 2:parataxis _ 19 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 20 key key ADJ JJ Degree=Pos 21 amod 21:amod _ 21 position position NOUN NN Number=Sing 22 compound 22:compound _ 22 report report NOUN NN Number=Sing 18 obj 18:obj _ -23 signed sign VERB VBN Tense=Past|VerbForm=Part 22 acl 22:acl _ +23 signed sign VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 acl 22:acl _ 24 off off ADP RP _ 23 compound:prt 23:compound:prt _ 25 by by ADP IN _ 27 case 27:case _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ -27 traders trader NOUN NNS Number=Plur 23 obl 23:obl:by _ +27 traders trader NOUN NNS Number=Plur 23 obl:agent 23:obl:agent _ 28 ) ) PUNCT -RRB- _ 18 punct 18:punct _ # sent_id = email-enronsent02_01-0054 @@ -73338,7 +73365,7 @@ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 recalculation recalculation NOUN NN Number=Sing 2 conj 2:conj:and _ 5 of of ADP IN _ 9 case 9:case _ -6 OBSF obsf NOUN NN Number=Sing 7 compound 7:compound _ +6 OBSF OBSF NOUN NN Number=Sing 7 compound 7:compound _ 7 option option NOUN NN Number=Sing 8 compound 8:compound _ 8 premium premium NOUN NN Number=Sing 9 compound 9:compound _ 9 values value NOUN NNS Number=Plur 2 nmod 2:nmod:of _ @@ -73351,7 +73378,7 @@ 4 contracts contract NOUN NNS Number=Plur 2 nmod 2:nmod:of _ 5 within within ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -7 OBSF obsf NOUN NN Number=Sing 4 nmod 4:nmod:within _ +7 OBSF OBSF NOUN NN Number=Sing 4 nmod 4:nmod:within _ 8 to to ADP IN _ 10 case 10:case _ 9 Barclays Barclays PROPN NNP Number=Sing 10 compound 10:compound _ 10 documentation documentation NOUN NN Number=Sing 2 nmod 2:nmod:to _ @@ -73360,17 +73387,17 @@ 13 substantiating substantiate VERB VBG VerbForm=Ger 2 acl 2:acl _ 14 existence existence NOUN NN Number=Sing 13 obj 13:obj _ 15 of of ADP IN _ 16 case 16:case _ -16 stock stock NOUN NN Number=Sing 14 nmod 14:nmod:of _ -17 that that PRON WDT PronType=Dem 22 obj 22:obj _ +16 stock stock NOUN NN Number=Sing 14 nmod 14:nmod:of|22:obj _ +17 that that PRON WDT PronType=Rel 22 obj 16:ref _ 18 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -19 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ +19 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ 20 option option NOUN NN Number=Sing 19 obj 19:obj _ 21 to to PART TO _ 22 mark 22:mark _ 22 purchase purchase VERB VB VerbForm=Inf 20 acl 20:acl:to _ 23 ) ) PUNCT -RRB- _ 13 punct 13:punct _ 24 and and CCONJ CC _ 28 cc 28:cc _ 25 to to ADP IN _ 28 case 28:case _ -26 AS400 as400 NOUN NN Number=Sing 28 compound 28:compound _ +26 AS400 AS400 NOUN NN Number=Sing 28 compound 28:compound _ 27 Barclays Barclays PROPN NNP Number=Sing 28 compound 28:compound _ 28 account account NOUN NN Number=Sing 10 conj 2:nmod:to|10:conj:and _ @@ -73378,20 +73405,20 @@ # text = A risk based debtors review - matching to source documentation, where applicable, and any subsequent post quarter end cash movements 1 A a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 2 risk risk NOUN NN Number=Sing 3 compound 3:compound _ -3 based base VERB VBN Tense=Past|VerbForm=Part 5 amod 5:amod _ +3 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 amod 5:amod _ 4 debtors debtor NOUN NNS Number=Plur 5 compound 5:compound _ 5 review review NOUN NN Number=Sing 0 root 0:root _ -6 - - PUNCT , _ 5 punct 5:punct _ +6 - - PUNCT , _ 7 punct 7:punct _ 7 matching match VERB VBG VerbForm=Ger 5 acl 5:acl _ 8 to to ADP IN _ 10 case 10:case _ 9 source source NOUN NN Number=Sing 10 compound 10:compound _ 10 documentation documentation NOUN NN Number=Sing 7 obl 7:obl:to SpaceAfter=No 11 , , PUNCT , _ 13 punct 13:punct _ -12 where where SCONJ WRB PronType=Int 13 mark 13:mark _ +12 where where ADV WRB PronType=Int 13 advmod 13:advmod _ 13 applicable applicable ADJ JJ Degree=Pos 7 advcl 7:advcl:where SpaceAfter=No 14 , , PUNCT , _ 13 punct 13:punct _ 15 and and CCONJ CC _ 22 cc 22:cc _ -16 any any DET DT _ 22 det 22:det _ +16 any any DET DT PronType=Ind 22 det 22:det _ 17 subsequent subsequent ADJ JJ Degree=Pos 22 amod 22:amod _ 18 post post X AFX _ 20 case 20:case _ 19 quarter quarter ADJ JJ Degree=Pos 20 compound 20:compound _ @@ -73415,13 +73442,13 @@ 12 or or CCONJ CC _ 13 cc 13:cc _ 13 external external ADJ JJ Degree=Pos 7 conj 7:conj:or|14:amod _ 14 documentation documentation NOUN NN Number=Sing 3 nmod 3:nmod:to _ -15 ( ( PUNCT -LRB- _ 14 punct 14:punct _ +15 ( ( PUNCT -LRB- _ 16 punct 16:punct _ 16 invoices invoice NOUN NNS Number=Plur 14 appos 14:appos SpaceAfter=No -17 / / PUNCT , _ 18 cc 18:cc SpaceAfter=No +17 / / SYM , _ 18 cc 18:cc SpaceAfter=No 18 request request NOUN NN Number=Sing 16 conj 14:appos|16:conj _ 19 for for ADP IN _ 20 case 20:case _ 20 payment payment NOUN NN Number=Sing 18 nmod 18:nmod:for _ -21 ) ) PUNCT -RRB- _ 14 punct 14:punct _ +21 ) ) PUNCT -RRB- _ 16 punct 16:punct _ # sent_id = email-enronsent02_01-0058 # text = A full reconciliation of intercompany accounts @@ -73448,7 +73475,7 @@ # newpar id = email-enronsent02_01-p0015 # text = I intend to provide weekly updates on the status of the above actions during April 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 intend intend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 intend intend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 provide provide VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 weekly weekly ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -73467,8 +73494,8 @@ # text = If you have any questions please call me on x34703 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ -4 any any DET DT _ 5 det 5:det _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 questions question NOUN NNS Number=Plur 3 obj 3:obj _ 6 please please INTJ UH _ 7 discourse 7:discourse _ 7 call call VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ @@ -73510,7 +73537,7 @@ 12 to to PART TO _ 14 mark 14:mark _ 13 closely closely ADV RB _ 14 advmod 14:advmod _ 14 review review VERB VB VerbForm=Inf 11 acl 11:acl:to _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 application application NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ @@ -73542,8 +73569,8 @@ # sent_id = email-enronsent31_01-0004 # text = I understand how competitive the process has become, but I felt that with my work experiences, recommendations, personality, extracurricular activities, etc. that this would compensate for my disability. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 understand understand VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 how how SCONJ WRB PronType=Int 8 mark 8:mark _ +2 understand understand VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 how how ADV WRB PronType=Int 8 advmod 8:advmod _ 4 competitive competitive ADJ JJ Degree=Pos 8 xcomp 8:xcomp _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 process process NOUN NN Number=Sing 8 nsubj 4:nsubj:xsubj|8:nsubj _ @@ -73552,27 +73579,27 @@ 9 , , PUNCT , _ 12 punct 12:punct _ 10 but but CCONJ CC _ 12 cc 12:cc _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:but _ -13 that that SCONJ IN _ 17 mark 17:mark _ +12 felt feel VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:but _ +13 that that SCONJ IN _ 30 mark 30:mark _ 14 with with ADP IN _ 17 case 17:case _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 16 work work NOUN NN Number=Sing 17 compound 17:compound _ -17 experiences experience NOUN NNS Number=Plur 12 ccomp 12:ccomp SpaceAfter=No +17 experiences experience NOUN NNS Number=Plur 30 obl 30:obl SpaceAfter=No 18 , , PUNCT , _ 19 punct 19:punct _ -19 recommendations recommendation NOUN NNS Number=Plur 17 conj 12:ccomp|17:conj SpaceAfter=No +19 recommendations recommendation NOUN NNS Number=Plur 17 conj 17:conj|30:obl:with SpaceAfter=No 20 , , PUNCT , _ 21 punct 21:punct _ -21 personality personality NOUN NN Number=Sing 17 conj 12:ccomp|17:conj SpaceAfter=No +21 personality personality NOUN NN Number=Sing 17 conj 17:conj|30:obl:with SpaceAfter=No 22 , , PUNCT , _ 24 punct 24:punct _ 23 extracurricular extracurricular ADJ JJ Degree=Pos 24 amod 24:amod _ -24 activities activity NOUN NNS Number=Plur 17 conj 12:ccomp|17:conj SpaceAfter=No +24 activities activity NOUN NNS Number=Plur 17 conj 17:conj|30:obl:with SpaceAfter=No 25 , , PUNCT , _ 26 punct 26:punct _ -26 etc. etc. X FW _ 17 conj 12:ccomp|17:conj _ +26 etc. etc. NOUN FW Abbr=Yes|Number=Plur 17 conj 17:conj|30:obl:with _ 27 that that SCONJ IN _ 30 mark 30:mark _ 28 this this PRON DT Number=Sing|PronType=Dem 30 nsubj 30:nsubj _ 29 would would AUX MD VerbForm=Fin 30 aux 30:aux _ -30 compensate compensate VERB VB VerbForm=Inf 17 conj 12:ccomp|17:conj _ +30 compensate compensate VERB VB VerbForm=Inf 12 ccomp 12:ccomp _ 31 for for ADP IN _ 33 case 33:case _ -32 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 33 nmod:poss 33:nmod:poss _ +32 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 33 nmod:poss 33:nmod:poss _ 33 disability disability NOUN NN Number=Sing 30 obl 30:obl:for SpaceAfter=No 34 . . PUNCT . _ 2 punct 2:punct _ @@ -73581,7 +73608,7 @@ 1 After after SCONJ IN _ 2 mark 2:mark _ 2 talking talk VERB VBG VerbForm=Ger 15 advcl 15:advcl:after _ 3 with with ADP IN _ 4 case 4:case _ -4 Professors Professors PROPN NNPS Number=Plur 2 obl 2:obl:with _ +4 Professors Professor PROPN NNPS Number=Plur 2 obl 2:obl:with _ 5 Titman Titman PROPN NNP Number=Sing 4 flat 4:flat SpaceAfter=No 6 , , PUNCT , _ 7 punct 7:punct _ 7 Ronn Ronn PROPN NNP Number=Sing 4 conj 2:obl:with|4:conj:and SpaceAfter=No @@ -73589,7 +73616,7 @@ 9 Brown Brown PROPN NNP Number=Sing 4 conj 2:obl:with|4:conj:and _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 Jemison Jemison PROPN NNP Number=Sing 4 conj 2:obl:with|4:conj:and SpaceAfter=No -12 , , PUNCT , _ 15 punct 15:punct _ +12 , , PUNCT , _ 2 punct 2:punct _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ 15 sure sure ADJ JJ Degree=Pos 0 root 0:root _ @@ -73621,20 +73648,20 @@ 7 School school NOUN NN Number=Sing 11 nsubj 11:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 best best ADJ JJS Degree=Sup 11 amod 11:amod _ +10 best good ADJ JJS Degree=Sup 11 amod 11:amod _ 11 place place NOUN NN Number=Sing 4 ccomp 4:ccomp _ 12 for for SCONJ IN _ 13 mark 13:mark _ 13 getting get VERB VBG VerbForm=Ger 11 advcl 11:advcl:for _ 14 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 15 great great ADJ JJ Degree=Pos 19 amod 19:amod _ 16 graduate graduate NOUN NN Number=Sing 18 compound 18:compound SpaceAfter=No -17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No 18 level level NOUN NN Number=Sing 19 compound 19:compound _ 19 education education NOUN NN Number=Sing 13 obj 13:obj SpaceAfter=No 20 , , PUNCT , _ 23 punct 23:punct _ 21 so so ADV RB _ 23 advmod 23:advmod _ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ -23 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj _ +23 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ 24 you you PRON PRP Case=Acc|Person=2|PronType=Prs 23 obj 23:obj|26:nsubj:xsubj _ 25 to to PART TO _ 26 mark 26:mark _ 26 know know VERB VB VerbForm=Inf 23 xcomp 23:xcomp _ @@ -73657,12 +73684,12 @@ # sent_id = email-enronsent31_01-0007 # text = I plan on taking two or three graduate level finance courses at the University of Houston this Summer and Fall to demonstrate to the Admissions committee that I can compete at the graduate level. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 plan plan VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 plan plan VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 on on SCONJ IN _ 4 mark 4:mark _ 4 taking take VERB VBG VerbForm=Ger 2 advcl 2:advcl:on _ -5 two two NUM CD NumType=Card 11 nummod 11:nummod _ +5 two two NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 6 or or CCONJ CC _ 7 cc 7:cc _ -7 three three NUM CD NumType=Card 5 conj 5:conj:or|11:nummod _ +7 three three NUM CD NumForm=Word|NumType=Card 5 conj 5:conj:or|11:nummod _ 8 graduate graduate NOUN NN Number=Sing 9 compound 9:compound _ 9 level level NOUN NN Number=Sing 11 compound 11:compound _ 10 finance finance NOUN NN Number=Sing 11 compound 11:compound _ @@ -73696,7 +73723,7 @@ # text = I also plan on retaking the GMAT test. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 plan plan VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 plan plan VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 on on SCONJ IN _ 5 mark 5:mark _ 5 retaking retake VERB VBG VerbForm=Ger 3 advcl 3:advcl:on _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -73708,16 +73735,16 @@ # text = Due to my disability, this will be a monumental task; but I am determined to prove to the Committee that I can be successful at The TEXAS Graduate School of Business. 1 Due due ADP IN _ 4 case 4:case _ 2 to to ADP IN _ 1 fixed 1:fixed _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 disability disability NOUN NN Number=Sing 11 obl 11:obl:due_to SpaceAfter=No -5 , , PUNCT , _ 11 punct 11:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 this this PRON DT Number=Sing|PronType=Dem 11 nsubj 11:nsubj _ 7 will will AUX MD VerbForm=Fin 11 aux 11:aux _ 8 be be AUX VB VerbForm=Inf 11 cop 11:cop _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 monumental monumental ADJ JJ Degree=Pos 11 amod 11:amod _ 11 task task NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -12 ; ; PUNCT , _ 11 punct 11:punct _ +12 ; ; PUNCT , _ 16 punct 16:punct _ 13 but but CCONJ CC _ 16 cc 16:cc _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj|18:nsubj:xsubj _ 15 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ @@ -73754,19 +73781,19 @@ 9 this this DET DT Number=Sing|PronType=Dem 10 det 10:det _ 10 spring spring NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ 11 to to PART TO _ 12 mark 12:mark _ -12 meet meet VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ +12 meet meet VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ 13 with with ADP IN _ 14 case 14:case _ 14 you you PRON PRP Case=Acc|Person=2|PronType=Prs 12 obl 12:obl:with _ 15 to to PART TO _ 17 mark 17:mark _ 16 further further ADV RB _ 17 advmod 17:advmod _ 17 discuss discuss VERB VB VerbForm=Inf 12 advcl 12:advcl:to _ -18 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +18 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 19 application application NOUN NN Number=Sing 20 compound 20:compound _ 20 file file NOUN NN Number=Sing 17 obj 17:obj _ 21 and and CCONJ CC _ 24 cc 24:cc _ 22 to to PART TO _ 24 mark 24:mark _ 23 personally personally ADV RB _ 24 advmod 24:advmod _ -24 meet meet VERB VB VerbForm=Inf 12 conj 5:ccomp|12:conj:and _ +24 meet meet VERB VB VerbForm=Inf 12 conj 5:advcl:to|12:conj:and _ 25 you you PRON PRP Case=Acc|Person=2|PronType=Prs 24 obj 24:obj SpaceAfter=No 26 . . PUNCT . _ 3 punct 3:punct _ @@ -73774,23 +73801,23 @@ # text = If you think of anything else I can do to strengthen my overall application file for next year, please let me know. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 advcl 21:advcl:if _ +3 think think VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 21 advcl 21:advcl:if _ 4 of of ADP IN _ 5 case 5:case _ -5 anything anything PRON NN Number=Sing 3 obl 3:obl:of _ +5 anything anything PRON NN Number=Sing|PronType=Ind 3 obl 3:obl:of _ 6 else else ADJ JJ Degree=Pos 5 amod 5:amod _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 8 can can AUX MD VerbForm=Fin 9 aux 9:aux _ 9 do do VERB VB VerbForm=Inf 5 acl:relcl 5:acl:relcl _ 10 to to PART TO _ 11 mark 11:mark _ 11 strengthen strengthen VERB VB VerbForm=Inf 9 advcl 9:advcl:to _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 13 overall overall ADJ JJ Degree=Pos 15 amod 15:amod _ 14 application application NOUN NN Number=Sing 15 compound 15:compound _ 15 file file NOUN NN Number=Sing 11 obj 11:obj _ 16 for for ADP IN _ 18 case 18:case _ 17 next next ADJ JJ Degree=Pos 18 amod 18:amod _ 18 year year NOUN NN Number=Sing 15 nmod 15:nmod:for SpaceAfter=No -19 , , PUNCT , _ 21 punct 21:punct _ +19 , , PUNCT , _ 3 punct 3:punct _ 20 please please INTJ UH _ 21 discourse 21:discourse _ 21 let let VERB VB VerbForm=Inf 0 root 0:root _ 22 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 21 obj 21:obj|23:nsubj:xsubj _ @@ -73802,7 +73829,7 @@ 1 Take take VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 care care NOUN NN Number=Sing 1 obj 1:obj _ 3 and and CCONJ CC _ 4 cc 4:cc _ -4 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 conj 1:conj:and _ +4 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 conj 1:conj:and _ 5 to to PART TO _ 6 mark 6:mark _ 6 hear hear VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 from from ADP IN _ 8 case 8:case _ @@ -73854,10 +73881,10 @@ 1 In in ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 end end NOUN NN Number=Sing 9 obl 9:obl:in SpaceAfter=No -4 , , PUNCT , _ 9 punct 9:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 results result NOUN NNS Number=Plur 9 nsubj 9:nsubj _ -7 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 cop 9:cop _ +7 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 8 not not PART RB _ 9 advmod 9:advmod _ 9 favorable favorable ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 10 . . PUNCT . _ 9 punct 9:punct _ @@ -73865,7 +73892,7 @@ # sent_id = email-enronsent31_01-0018 # text = I understand that it is a competitive process, but I felt that with my work experiences, recommendations, extracurricular activities, etc., that this would help my chances and possibly compensate for my disability. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 understand understand VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 understand understand VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 8 mark 8:mark _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ @@ -73875,10 +73902,10 @@ 9 , , PUNCT , _ 12 punct 12:punct _ 10 but but CCONJ CC _ 12 cc 12:cc _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:but _ +12 felt feel VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:but _ 13 that that SCONJ IN _ 29 mark 29:mark _ 14 with with ADP IN _ 17 case 17:case _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 16 work work NOUN NN Number=Sing 17 compound 17:compound _ 17 experiences experience NOUN NNS Number=Plur 12 ccomp 12:ccomp SpaceAfter=No 18 , , PUNCT , _ 19 punct 19:punct _ @@ -73887,19 +73914,19 @@ 21 extracurricular extracurricular ADJ JJ Degree=Pos 22 amod 22:amod _ 22 activities activity NOUN NNS Number=Plur 17 conj 12:ccomp|17:conj SpaceAfter=No 23 , , PUNCT , _ 24 punct 24:punct _ -24 etc. etc. X FW _ 17 conj 12:ccomp|17:conj SpaceAfter=No +24 etc. etc. NOUN FW Abbr=Yes|Number=Plur 17 conj 12:ccomp|17:conj SpaceAfter=No 25 , , PUNCT , _ 29 punct 29:punct _ 26 that that SCONJ IN _ 29 mark 29:mark _ 27 this this PRON DT Number=Sing|PronType=Dem 29 nsubj 29:nsubj|34:nsubj _ 28 would would AUX MD VerbForm=Fin 29 aux 29:aux _ 29 help help VERB VB VerbForm=Inf 17 conj 12:ccomp|17:conj _ -30 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ +30 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ 31 chances chance NOUN NNS Number=Plur 29 obj 29:obj _ 32 and and CCONJ CC _ 34 cc 34:cc _ 33 possibly possibly ADV RB _ 34 advmod 34:advmod _ 34 compensate compensate VERB VB VerbForm=Inf 29 conj 29:conj:and _ 35 for for ADP IN _ 37 case 37:case _ -36 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ +36 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ 37 disability disability NOUN NN Number=Sing 34 obl 34:obl:for SpaceAfter=No 38 . . PUNCT . _ 2 punct 2:punct _ @@ -73910,13 +73937,13 @@ 3 with with ADP IN _ 4 case 4:case _ 4 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 obl 2:obl:with _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 Professors Professors PROPN NNPS Number=Plur 4 conj 2:obl:with|4:conj:and _ +6 Professors Professor PROPN NNPS Number=Plur 4 conj 2:obl:with|4:conj:and _ 7 Titman Titman PROPN NNP Number=Sing 6 flat 6:flat SpaceAfter=No 8 , , PUNCT , _ 9 punct 9:punct _ 9 Brown Brown PROPN NNP Number=Sing 6 conj 6:conj:and _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 Jemison Jemison PROPN NNP Number=Sing 6 conj 6:conj:and SpaceAfter=No -12 , , PUNCT , _ 15 punct 15:punct _ +12 , , PUNCT , _ 2 punct 2:punct _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ 15 sure sure ADJ JJ Degree=Pos 0 root 0:root _ @@ -73931,7 +73958,7 @@ 24 learning learn VERB VBG VerbForm=Ger 23 xcomp 23:xcomp _ 25 about about ADP IN _ 28 case 28:case _ 26 energy energy NOUN NN Number=Sing 28 compound 28:compound SpaceAfter=No -27 - - PUNCT HYPH _ 28 punct 28:punct SpaceAfter=No +27 - - PUNCT HYPH _ 26 punct 26:punct SpaceAfter=No 28 finance finance NOUN NN Number=Sing 24 obl 24:obl:about SpaceAfter=No 29 . . PUNCT . _ 15 punct 15:punct _ @@ -73951,13 +73978,13 @@ 12 an a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 13 excellent excellent ADJ JJ Degree=Pos 17 amod 17:amod _ 14 graduate graduate NOUN NN Number=Sing 16 compound 16:compound SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 level level NOUN NN Number=Sing 17 compound 17:compound _ 17 education education NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 18 , , PUNCT , _ 21 punct 21:punct _ 19 so so ADV RB _ 21 advmod 21:advmod _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ -21 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj _ +21 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ 22 you you PRON PRP Case=Acc|Person=2|PronType=Prs 21 obj 21:obj|24:nsubj:xsubj _ 23 to to PART TO _ 24 mark 24:mark _ 24 know know VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ @@ -73980,12 +74007,12 @@ # sent_id = email-enronsent31_01-0021 # text = I plan on taking two or three graduate level finance courses at the University of Houston this Summer and Fall to demonstrate to the Admissions office that I can compete at this level. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 plan plan VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 plan plan VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 on on SCONJ IN _ 4 mark 4:mark _ 4 taking take VERB VBG VerbForm=Ger 2 advcl 2:advcl:on _ -5 two two NUM CD NumType=Card 11 nummod 11:nummod _ +5 two two NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 6 or or CCONJ CC _ 7 cc 7:cc _ -7 three three NUM CD NumType=Card 5 conj 5:conj:or|11:nummod _ +7 three three NUM CD NumForm=Word|NumType=Card 5 conj 5:conj:or|11:nummod _ 8 graduate graduate NOUN NN Number=Sing 9 compound 9:compound _ 9 level level NOUN NN Number=Sing 11 compound 11:compound _ 10 finance finance NOUN NN Number=Sing 11 compound 11:compound _ @@ -74018,7 +74045,7 @@ # text = I also plan on trying to retake the GMAT test. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 plan plan VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 plan plan VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 on on SCONJ IN _ 5 mark 5:mark _ 5 trying try VERB VBG VerbForm=Ger 3 advcl 3:advcl:on _ 6 to to PART TO _ 7 mark 7:mark _ @@ -74032,9 +74059,9 @@ # text = Due to my disability, this will be a monumental task, but I am determined to prove to the Admissions commitee that I can excel with the work at The Texas University Graduate School of Business. 1 Due due ADP IN _ 4 case 4:case _ 2 to to ADP IN _ 1 fixed 1:fixed _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 disability disability NOUN NN Number=Sing 11 obl 11:obl:due_to SpaceAfter=No -5 , , PUNCT , _ 11 punct 11:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 this this PRON DT Number=Sing|PronType=Dem 11 nsubj 11:nsubj _ 7 will will AUX MD VerbForm=Fin 11 aux 11:aux _ 8 be be AUX VB VerbForm=Inf 11 cop 11:cop _ @@ -74096,7 +74123,7 @@ 7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 6 obj 6:obj _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +10 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ 12 can can AUX MD VerbForm=Fin 13 aux 13:aux _ 13 continue continue VERB VB VerbForm=Inf 10 ccomp 10:ccomp _ @@ -74114,27 +74141,27 @@ # sent_id = email-enronsent31_01-0026 # text = Also, if you can think of anything else I can do to strengthen my overall application file for next year, please let me know. 1 Also also ADV RB _ 24 advmod 24:advmod SpaceAfter=No -2 , , PUNCT , _ 24 punct 24:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 if if SCONJ IN _ 6 mark 6:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 5 can can AUX MD VerbForm=Fin 6 aux 6:aux _ 6 think think VERB VB VerbForm=Inf 24 advcl 24:advcl:if _ 7 of of ADP IN _ 8 case 8:case _ -8 anything anything PRON NN Number=Sing 6 obl 6:obl:of _ +8 anything anything PRON NN Number=Sing|PronType=Ind 6 obl 6:obl:of _ 9 else else ADJ JJ Degree=Pos 8 amod 8:amod _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 11 can can AUX MD VerbForm=Fin 12 aux 12:aux _ 12 do do VERB VB VerbForm=Inf 8 acl:relcl 8:acl:relcl _ 13 to to PART TO _ 14 mark 14:mark _ 14 strengthen strengthen VERB VB VerbForm=Inf 12 advcl 12:advcl:to _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 16 overall overall ADJ JJ Degree=Pos 18 amod 18:amod _ 17 application application NOUN NN Number=Sing 18 compound 18:compound _ 18 file file NOUN NN Number=Sing 14 obj 14:obj _ 19 for for ADP IN _ 21 case 21:case _ 20 next next ADJ JJ Degree=Pos 21 amod 21:amod _ 21 year year NOUN NN Number=Sing 18 nmod 18:nmod:for SpaceAfter=No -22 , , PUNCT , _ 24 punct 24:punct _ +22 , , PUNCT , _ 6 punct 6:punct _ 23 please please INTJ UH _ 24 discourse 24:discourse _ 24 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 25 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 24 obj 24:obj|26:nsubj:xsubj _ @@ -74146,7 +74173,7 @@ 1 Take take VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 care care NOUN NN Number=Sing 1 obj 1:obj _ 3 and and CCONJ CC _ 4 cc 4:cc _ -4 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 conj 1:conj:and _ +4 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 conj 1:conj:and _ 5 to to PART TO _ 6 mark 6:mark _ 6 hear hear VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 from from ADP IN _ 8 case 8:case _ @@ -74198,10 +74225,10 @@ 1 In in ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 end end NOUN NN Number=Sing 9 obl 9:obl:in SpaceAfter=No -4 , , PUNCT , _ 9 punct 9:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 results result NOUN NNS Number=Plur 9 nsubj 9:nsubj _ -7 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 cop 9:cop _ +7 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 8 not not PART RB _ 9 advmod 9:advmod _ 9 favorable favorable ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 10 . . PUNCT . _ 9 punct 9:punct _ @@ -74209,7 +74236,7 @@ # sent_id = email-enronsent31_01-0033 # text = I understand that it is a competitive process, but I felt that with my work experiences, recommendations, extrcurricular activities, etc., that this would help my chances and possibly compensate my disability. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 understand understand VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 understand understand VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 8 mark 8:mark _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ @@ -74219,30 +74246,30 @@ 9 , , PUNCT , _ 12 punct 12:punct _ 10 but but CCONJ CC _ 12 cc 12:cc _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:but _ +12 felt feel VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:but _ 13 that that SCONJ IN _ 29 mark 29:mark _ 14 with with ADP IN _ 17 case 17:case _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 16 work work NOUN NN Number=Sing 17 compound 17:compound _ 17 experiences experience NOUN NNS Number=Plur 12 ccomp 12:ccomp SpaceAfter=No 18 , , PUNCT , _ 19 punct 19:punct _ 19 recommendations recommendation NOUN NNS Number=Plur 17 conj 12:ccomp|17:conj SpaceAfter=No 20 , , PUNCT , _ 19 punct 19:punct _ -21 extrcurricular extracurricular ADJ JJ Degree=Pos 22 amod 22:amod _ +21 extrcurricular extracurricular ADJ JJ Degree=Pos|Typo=Yes 22 amod 22:amod CorrectForm=extracurricular 22 activities activity NOUN NNS Number=Plur 17 conj 12:ccomp|17:conj SpaceAfter=No 23 , , PUNCT , _ 24 punct 24:punct _ -24 etc. etc. X FW _ 17 conj 12:ccomp|17:conj SpaceAfter=No +24 etc. etc. NOUN FW Abbr=Yes|Number=Plur 17 conj 12:ccomp|17:conj SpaceAfter=No 25 , , PUNCT , _ 29 punct 29:punct _ 26 that that SCONJ IN _ 29 mark 29:mark _ 27 this this PRON DT Number=Sing|PronType=Dem 29 nsubj 29:nsubj|34:nsubj _ 28 would would AUX MD VerbForm=Fin 29 aux 29:aux _ 29 help help VERB VB VerbForm=Inf 17 conj 12:ccomp|17:conj _ -30 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ +30 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ 31 chances chance NOUN NNS Number=Plur 29 obj 29:obj _ 32 and and CCONJ CC _ 34 cc 34:cc _ 33 possibly possibly ADV RB _ 34 advmod 34:advmod _ 34 compensate compensate VERB VB VerbForm=Inf 29 conj 29:conj:and _ -35 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ +35 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ 36 disability disability NOUN NN Number=Sing 34 obj 34:obj SpaceAfter=No 37 . . PUNCT . _ 2 punct 2:punct _ @@ -74253,13 +74280,13 @@ 3 with with ADP IN _ 4 case 4:case _ 4 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 obl 2:obl:with _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 Professors Professors PROPN NNPS Number=Plur 4 conj 2:obl:with|4:conj:and _ +6 Professors Professor PROPN NNPS Number=Plur 4 conj 2:obl:with|4:conj:and _ 7 Ronn Ronn PROPN NNP Number=Sing 6 flat 6:flat SpaceAfter=No 8 , , PUNCT , _ 9 punct 9:punct _ 9 Brown Brown PROPN NNP Number=Sing 6 conj 6:conj:and _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 Jemison Jemison PROPN NNP Number=Sing 6 conj 6:conj:and SpaceAfter=No -12 , , PUNCT , _ 15 punct 15:punct _ +12 , , PUNCT , _ 2 punct 2:punct _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ 15 sure sure ADJ JJ Degree=Pos 0 root 0:root _ @@ -74274,7 +74301,7 @@ 24 learning learn VERB VBG VerbForm=Ger 23 xcomp 23:xcomp _ 25 about about ADP IN _ 28 case 28:case _ 26 energy energy NOUN NN Number=Sing 28 compound 28:compound SpaceAfter=No -27 - - PUNCT HYPH _ 28 punct 28:punct SpaceAfter=No +27 - - PUNCT HYPH _ 26 punct 26:punct SpaceAfter=No 28 finance finance NOUN NN Number=Sing 24 obl 24:obl:about SpaceAfter=No 29 . . PUNCT . _ 15 punct 15:punct _ @@ -74294,13 +74321,13 @@ 12 an a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 13 excellent excellent ADJ JJ Degree=Pos 17 amod 17:amod _ 14 graduate graduate NOUN NN Number=Sing 16 compound 16:compound SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 level level NOUN NN Number=Sing 17 compound 17:compound _ 17 education education NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 18 , , PUNCT , _ 21 punct 21:punct _ 19 so so ADV RB _ 21 advmod 21:advmod _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ -21 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj _ +21 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ 22 you you PRON PRP Case=Acc|Person=2|PronType=Prs 21 obj 21:obj|24:nsubj:xsubj _ 23 to to PART TO _ 24 mark 24:mark _ 24 know know VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ @@ -74310,8 +74337,8 @@ 28 going go VERB VBG Tense=Pres|VerbForm=Part 24 ccomp 24:ccomp _ 29 to to PART TO _ 30 mark 30:mark _ 30 do do VERB VB VerbForm=Inf 28 xcomp 28:xcomp _ -31 what what X GW _ 30 obj 30:obj _ -32 ever ever PRON WP PronType=Int 31 goeswith 31:goeswith _ +31 what whatever PRON GW PronType=Rel|Typo=Yes 30 obj 30:obj|34:obj _ +32 ever _ X WP _ 31 goeswith 31:goeswith _ 33 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 34 nsubj 34:nsubj _ 34 takes take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 31 acl:relcl 31:acl:relcl _ 35 to to PART TO _ 36 mark 36:mark _ @@ -74324,7 +74351,7 @@ # sent_id = email-enronsent31_01-0036 # text = I plan on taking a couple of graduate level finance courses at the University of Houston this Summer and Fall to demonstrate to the Admissions office that I can compete at this level. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 plan plan VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 plan plan VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 on on SCONJ IN _ 4 mark 4:mark _ 4 taking take VERB VBG VerbForm=Ger 2 advcl 2:advcl:on _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -74362,7 +74389,7 @@ # text = I also plan on trying to retake the GMAT test. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 plan plan VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 plan plan VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 on on SCONJ IN _ 5 mark 5:mark _ 5 trying try VERB VBG VerbForm=Ger 3 advcl 3:advcl:on _ 6 to to PART TO _ 7 mark 7:mark _ @@ -74376,9 +74403,9 @@ # text = Due to my disability, this will be a monumental task, but I am determined to prove to the Admissions committment that I can do the work at The Texas University Graduate School of Business. 1 Due due ADP IN _ 4 case 4:case _ 2 to to ADP IN _ 1 fixed 1:fixed _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 disability disability NOUN NN Number=Sing 11 obl 11:obl:due_to SpaceAfter=No -5 , , PUNCT , _ 11 punct 11:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 this this PRON DT Number=Sing|PronType=Dem 11 nsubj 11:nsubj _ 7 will will AUX MD VerbForm=Fin 11 aux 11:aux _ 8 be be AUX VB VerbForm=Inf 11 cop 11:cop _ @@ -74415,19 +74442,19 @@ # sent_id = email-enronsent31_01-0039 # text = Also, I would like to continue our dialague regarding creating an Energy-Finance Private Equity Fund at UT. 1 Also also ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ 4 would would AUX MD VerbForm=Fin 5 aux 5:aux _ 5 like like VERB VB VerbForm=Inf 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 continue continue VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ -8 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 dialague dialague NOUN NN Number=Sing 7 obj 7:obj _ 10 regarding regard VERB VBG VerbForm=Ger 11 mark 11:mark _ 11 creating create VERB VBG VerbForm=Ger 9 acl 9:acl:regarding _ 12 an a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 13 Energy energy NOUN NN Number=Sing 15 compound 15:compound SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 Finance finance NOUN NN Number=Sing 18 compound 18:compound _ 16 Private private ADJ JJ Degree=Pos 17 amod 17:amod _ 17 Equity equity NOUN NN Number=Sing 18 compound 18:compound _ @@ -74439,12 +74466,12 @@ # sent_id = email-enronsent31_01-0040 # text = I know that with my industry-wide and investment banking contacts that I can help raise capital for the fund. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 16 mark 16:mark _ 4 with with ADP IN _ 12 case 12:case _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 6 industry industry NOUN NN Number=Sing 8 obl:npmod 8:obl:npmod SpaceAfter=No -7 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No +7 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No 8 wide wide ADJ JJ Degree=Pos 12 amod 12:amod _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 investment investment NOUN NN Number=Sing 11 compound 11:compound _ @@ -74469,12 +74496,12 @@ 4 interested interested ADJ JJ Degree=Pos 0 root 0:root _ 5 in in ADP IN _ 8 case 8:case _ 6 energy energy NOUN NN Number=Sing 8 compound 8:compound SpaceAfter=No -7 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No +7 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No 8 finance finance NOUN NN Number=Sing 4 obl 4:obl:in _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +10 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 11 that that SCONJ IN _ 17 mark 17:mark _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 idea idea NOUN NN Number=Sing 17 nsubj 17:nsubj _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 15 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ @@ -74511,7 +74538,7 @@ 9 you you PRON PRP Case=Acc|Person=2|PronType=Prs 7 obl 7:obl:with _ 10 and and CCONJ CC _ 12 cc 12:cc _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +12 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 13 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 15 nsubj 15:nsubj|17:nsubj:xsubj _ 14 can can AUX MD VerbForm=Fin 15 aux 15:aux _ 15 continue continue VERB VB VerbForm=Inf 12 ccomp 12:ccomp _ @@ -74529,26 +74556,26 @@ # sent_id = email-enronsent31_01-0044 # text = Also, if you think of anything else I can do to strengthen my overall application file for next year, please let me know. 1 Also also ADV RB _ 23 advmod 23:advmod SpaceAfter=No -2 , , PUNCT , _ 23 punct 23:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 if if SCONJ IN _ 5 mark 5:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 advcl 23:advcl:if _ +5 think think VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 23 advcl 23:advcl:if _ 6 of of ADP IN _ 7 case 7:case _ -7 anything anything PRON NN Number=Sing 5 obl 5:obl:of _ +7 anything anything PRON NN Number=Sing|PronType=Ind 5 obl 5:obl:of _ 8 else else ADJ JJ Degree=Pos 7 amod 7:amod _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 10 can can AUX MD VerbForm=Fin 11 aux 11:aux _ 11 do do VERB VB VerbForm=Inf 7 acl:relcl 7:acl:relcl _ 12 to to PART TO _ 13 mark 13:mark _ 13 strengthen strengthen VERB VB VerbForm=Inf 11 advcl 11:advcl:to _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 15 overall overall ADJ JJ Degree=Pos 17 amod 17:amod _ 16 application application NOUN NN Number=Sing 17 compound 17:compound _ 17 file file NOUN NN Number=Sing 13 obj 13:obj _ 18 for for ADP IN _ 20 case 20:case _ 19 next next ADJ JJ Degree=Pos 20 amod 20:amod _ 20 year year NOUN NN Number=Sing 17 nmod 17:nmod:for SpaceAfter=No -21 , , PUNCT , _ 23 punct 23:punct _ +21 , , PUNCT , _ 5 punct 5:punct _ 22 please please INTJ UH _ 23 discourse 23:discourse _ 23 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 24 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 23 obj 23:obj|25:nsubj:xsubj _ @@ -74560,7 +74587,7 @@ 1 Take take VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 care care NOUN NN Number=Sing 1 obj 1:obj _ 3 and and CCONJ CC _ 4 cc 4:cc _ -4 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 conj 1:conj:and _ +4 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 conj 1:conj:and _ 5 to to PART TO _ 6 mark 6:mark _ 6 hear hear VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 from from ADP IN _ 8 case 8:case _ @@ -74585,8 +74612,8 @@ 3 know know VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 if if SCONJ IN _ 6 mark 6:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ -7 any any DET DT _ 8 det 8:det _ +6 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +7 any any DET DT PronType=Ind 8 det 8:det _ 8 questions question NOUN NNS Number=Plur 6 obj 6:obj SpaceAfter=No 9 . . PUNCT . _ 1 punct 1:punct _ @@ -74603,7 +74630,7 @@ 1 Sorry sorry ADJ JJ Degree=Pos 0 root 0:root _ 2 about about ADP IN _ 3 case 3:case _ 3 that that PRON DT Number=Sing|PronType=Dem 1 obl 1:obl:about SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 7 punct 7:punct _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 aux 7:aux _ 7 working work VERB VBG Tense=Pres|VerbForm=Part 1 parataxis 1:parataxis _ @@ -74636,8 +74663,8 @@ 10 value value NOUN NN Number=Sing 8 obj 8:obj|13:obj _ 11 that that PRON WDT PronType=Rel 13 obj 10:ref _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ -13 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ -14 associated associate VERB VBN Tense=Past|VerbForm=Part 10 acl 10:acl _ +13 see see VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +14 associated associate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 acl 10:acl _ 15 with with ADP IN _ 20 case 20:case _ 16 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 17 heat heat NOUN NN Number=Sing 18 compound 18:compound _ @@ -74649,22 +74676,22 @@ # sent_id = email-enronsent31_01-0055 # text = I want to make sure that I understand exactly how you propose valuing the transaction and how this value would be booked. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj|5:nsubj:xsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 make make VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 sure sure ADJ JJ Degree=Pos 4 xcomp 4:xcomp _ 6 that that SCONJ IN _ 8 mark 8:mark _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 understand understand VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ +8 understand understand VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ 9 exactly exactly ADV RB _ 10 advmod 10:advmod _ -10 how how SCONJ WRB PronType=Int 12 mark 12:mark _ +10 how how ADV WRB PronType=Int 12 advmod 12:advmod _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj|13:nsubj:xsubj _ -12 propose propose VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 ccomp 8:ccomp _ +12 propose propose VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 ccomp 8:ccomp _ 13 valuing value VERB VBG VerbForm=Ger 12 xcomp 12:xcomp _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 transaction transaction NOUN NN Number=Sing 13 obj 13:obj _ 16 and and CCONJ CC _ 22 cc 22:cc _ -17 how how SCONJ WRB PronType=Int 22 mark 22:mark _ +17 how how ADV WRB PronType=Int 22 advmod 22:advmod _ 18 this this DET DT Number=Sing|PronType=Dem 19 det 19:det _ 19 value value NOUN NN Number=Sing 22 nsubj:pass 22:nsubj:pass _ 20 would would AUX MD VerbForm=Fin 22 aux 22:aux _ @@ -74676,7 +74703,7 @@ # text = As such, please provide the following detail: 1 As as ADP IN _ 2 case 2:case _ 2 such such ADJ JJ Degree=Pos 5 obl 5:obl:as SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 please please INTJ UH _ 5 discourse 5:discourse _ 5 provide provide VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -74691,7 +74718,7 @@ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj _ 3 be be AUX VB VerbForm=Inf 4 aux 4:aux _ 4 valuing value VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No -5 / / PUNCT , _ 6 cc 6:cc SpaceAfter=No +5 / / SYM , _ 6 cc 6:cc SpaceAfter=No 6 booking book VERB VBG Tense=Pres|VerbForm=Part 4 conj 4:conj _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 series series NOUN NN Number=Sing 4 obj 4:obj|6:obj _ @@ -74713,18 +74740,18 @@ 1 What what DET WDT PronType=Int 3 det 3:det _ 2 power power NOUN NN Number=Sing 3 compound 3:compound _ 3 curve curve NOUN NN Number=Sing 6 obl 6:obl:against _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 6 valuing value VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 deal deal NOUN NN Number=Sing 6 obj 6:obj _ 9 against against ADP IN _ 3 case 3:case _ -10 - - PUNCT , _ 6 punct 6:punct _ +10 - - PUNCT , _ 15 punct 15:punct _ 11 PJM PJM PROPN NNP Number=Sing 15 compound 15:compound _ 12 East East PROPN NNP Number=Sing 15 compound 15:compound _ 13 or or CCONJ CC _ 14 cc 14:cc _ 14 West West PROPN NNP Number=Sing 12 conj 12:conj:or|15:compound _ -15 Hub Hub PROPN NNP Number=Sing 6 obj 6:obj SpaceAfter=No +15 Hub Hub PROPN NNP Number=Sing 6 parataxis 6:parataxis SpaceAfter=No 16 ? ? PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent31_01-0059 @@ -74738,7 +74765,7 @@ 7 curve curve NOUN NN Number=Sing 2 obj 2:obj|11:obj _ 8 that that PRON WDT PronType=Rel 11 obj 7:ref _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 converting convert VERB VBG Tense=Pres|VerbForm=Part 7 acl:relcl 7:acl:relcl _ 12 to to ADP IN _ 13 case 13:case _ 13 $ $ SYM $ _ 11 obl 11:obl:to SpaceAfter=No @@ -74754,14 +74781,14 @@ # text = What volatilities are you using to value the options - monthly volatilities or intra-day volatilities or a blend of the two (if blending please show me what formula you using to blend the two vols)? 1 What what DET WDT PronType=Int 2 det 2:det _ 2 volatilities volatility NOUN NNS Number=Plur 5 obj 5:obj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 5 using use VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 value value VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 options option NOUN NNS Number=Plur 7 obj 7:obj _ -10 - - PUNCT , _ 5 punct 5:punct _ +10 - - PUNCT , _ 12 punct 12:punct _ 11 monthly monthly ADJ JJ Degree=Pos 12 amod 12:amod _ 12 volatilities volatility NOUN NNS Number=Plur 2 appos 2:appos _ 13 or or CCONJ CC _ 15 cc 15:cc _ @@ -74772,7 +74799,7 @@ 18 blend blend NOUN NN Number=Sing 12 conj 2:appos|12:conj:or _ 19 of of ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -21 two two NUM CD NumType=Card 18 nmod 18:nmod:of _ +21 two two NUM CD NumForm=Word|NumType=Card 18 nmod 18:nmod:of _ 22 ( ( PUNCT -LRB- _ 26 punct 26:punct SpaceAfter=No 23 if if SCONJ IN _ 24 mark 24:mark _ 24 blending blend VERB VBG VerbForm=Ger 26 advcl 26:advcl:if _ @@ -74786,7 +74813,7 @@ 32 to to PART TO _ 33 mark 33:mark _ 33 blend blend VERB VB VerbForm=Inf 31 advcl 31:advcl:to _ 34 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ -35 two two NUM CD NumType=Card 36 nummod 36:nummod _ +35 two two NUM CD NumForm=Word|NumType=Card 36 nummod 36:nummod _ 36 vols vol NOUN NNS Number=Plur 33 obj 33:obj SpaceAfter=No 37 ) ) PUNCT -RRB- _ 26 punct 26:punct SpaceAfter=No 38 ? ? PUNCT . _ 5 punct 5:punct _ @@ -74796,18 +74823,18 @@ 1 What what DET WDT PronType=Int 3 det 3:det _ 2 expiration expiration NOUN NN Number=Sing 3 compound 3:compound _ 3 date date NOUN NN Number=Sing 6 obj 6:obj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 6 using use VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No 7 , , PUNCT , _ 8 punct 8:punct _ -8 i.e. i.e. X FW _ 6 advmod 6:advmod SpaceAfter=No -9 : : PUNCT : _ 8 punct 8:punct _ +8 i.e. i.e. ADV FW _ 6 advmod 6:advmod SpaceAfter=No +9 : : PUNCT : _ 15 punct 15:punct _ 10 for for ADP IN _ 13 case 13:case _ 11 monthly monthly ADJ JJ Degree=Pos 13 amod 13:amod _ 12 call call NOUN NN Number=Sing 13 compound 13:compound _ 13 options option NOUN NNS Number=Plur 15 nmod 15:nmod:for _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -15 15th 15th NOUN NN Number=Sing 8 nmod:npmod 8:nmod:npmod _ +15 15th 15th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 8 nmod:npmod 8:nmod:npmod _ 16 of of ADP IN _ 19 case 19:case _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 18 relevant relevant ADJ JJ Degree=Pos 19 amod 19:amod _ @@ -74823,24 +74850,24 @@ # text = What correlation are you assuming, 15% flat for twenty years? 1 What what DET WDT PronType=Int 2 det 2:det _ 2 correlation correlation NOUN NN Number=Sing 5 obj 5:obj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 5 assuming assume VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ -7 15 15 NUM CD NumType=Card 8 nummod 8:nummod SpaceAfter=No +6 , , PUNCT , _ 8 punct 8:punct _ +7 15 15 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod SpaceAfter=No 8 % % SYM NN Number=Sing 5 parataxis 5:parataxis _ 9 flat flat ADJ JJ Degree=Pos 8 amod 8:amod _ 10 for for ADP IN _ 12 case 12:case _ -11 twenty twenty NUM CD NumType=Card 12 nummod 12:nummod _ +11 twenty twenty NUM CD NumForm=Word|NumType=Card 12 nummod 12:nummod _ 12 years year NOUN NNS Number=Plur 8 nmod 8:nmod:for SpaceAfter=No 13 ? ? PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent31_01-0063 # text = Are you deducting all operating expenses from the value of the option? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 deducting deduct VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -4 all all DET DT _ 6 det 6:det _ +4 all all DET DT PronType=Tot 6 det 6:det _ 5 operating operating NOUN NN Number=Sing 6 compound 6:compound _ 6 expenses expense NOUN NNS Number=Plur 3 obj 3:obj _ 7 from from ADP IN _ 9 case 9:case _ @@ -74853,25 +74880,25 @@ # sent_id = email-enronsent31_01-0064 # text = Are you using the "SPRDOPT" Exotic Options function to value the option? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 using use VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -5 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No +5 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No 6 SPRDOPT sprdopt NOUN NN Number=Sing 9 compound 9:compound SpaceAfter=No -7 " " PUNCT '' _ 9 punct 9:punct _ +7 " " PUNCT '' _ 6 punct 6:punct _ 8 Exotic exotic ADJ JJ Degree=Pos 9 amod 9:amod _ 9 Options option NOUN NNS Number=Plur 10 compound 10:compound _ -10 function function NOUN NN Number=Sing 3 obj 3:obj|12:nsubj:xsubj _ +10 function function NOUN NN Number=Sing 3 obj 3:obj _ 11 to to PART TO _ 12 mark 12:mark _ -12 value value VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ +12 value value VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 option option NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No 15 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent31_01-0065 # text = Are you using the $/MWh VOM dollar amount as your strike? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 using use VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -74882,7 +74909,7 @@ 9 dollar dollar NOUN NN Number=Sing 10 compound 10:compound _ 10 amount amount NOUN NN Number=Sing 3 obj 3:obj _ 11 as as ADP IN _ 13 case 13:case _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 strike strike NOUN NN Number=Sing 3 obl 3:obl:as SpaceAfter=No 14 ? ? PUNCT . _ 3 punct 3:punct _ @@ -74892,7 +74919,7 @@ 2 Don Don PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 3 provided provide VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -5 fixed fix VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +5 fixed fix VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 6 payment payment NOUN NN Number=Sing 7 compound 7:compound _ 7 stream stream NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 8 ? ? PUNCT . _ 3 punct 3:punct _ @@ -74907,7 +74934,7 @@ 6 both both CCONJ CC _ 7 cc:preconj 7:cc:preconj _ 7 P&I p&i NOUN NN Number=Sing 5 obj 5:obj _ 8 and and CCONJ CC _ 11 cc 11:cc _ -9 not not ADV RB _ 11 advmod 11:advmod _ +9 not not PART RB _ 11 advmod 11:advmod _ 10 just just ADV RB _ 11 advmod 11:advmod _ 11 principal principal NOUN NN Number=Sing 7 conj 5:obj|7:conj:and SpaceAfter=No 12 . . PUNCT . _ 5 punct 5:punct _ @@ -74918,7 +74945,7 @@ 2 , , PUNCT , _ 4 punct 4:punct _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 Ben Ben PROPN NNP Number=Sing 1 conj 1:conj:and SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 1 punct 1:punct _ 6 please please INTJ UH _ 7 discourse 7:discourse _ 7 provide provide VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 8 answers answer NOUN NNS Number=Plur 7 obj 7:obj _ @@ -74926,7 +74953,7 @@ 10 these this DET DT Number=Plur|PronType=Dem 11 det 11:det _ 11 question question NOUN NN Number=Sing 8 nmod 8:nmod:to _ 12 via via ADP IN _ 14 case 14:case _ -13 written write VERB VBN Tense=Past|VerbForm=Part 14 amod 14:amod _ +13 written write VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 amod 14:amod _ 14 correspondence correspondence NOUN NN Number=Sing 7 obl 7:obl:via _ 15 so so SCONJ IN _ 18 mark 18:mark _ 16 that that SCONJ IN _ 15 fixed 15:fixed _ @@ -74940,13 +74967,13 @@ # sent_id = email-enronsent31_01-0069 # text = Thank you both very much for your time and help thus far. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ -3 both both DET DT _ 2 det 2:det _ +3 both both DET DT PronType=Tot 2 det 2:det _ 4 very very ADV RB _ 5 advmod 5:advmod _ 5 much much ADV RB _ 1 advmod 1:advmod _ 6 for for ADP IN _ 8 case 8:case _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 time time NOUN NN Number=Sing 1 obl 1:obl:for _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 help help NOUN NN Number=Sing 8 conj 1:obl:for|8:conj:and _ @@ -74957,35 +74984,35 @@ # sent_id = email-enronsent31_01-0070 # text = Furthermore, I would like to reiterate that RAC's goal, prior to quoting any credit reserve, is to be 100% confident that: (i) the methodology that is being employed is consistent among the internal groups; and (ii) the inherent value of the price risk management contracts matches. 1 Furthermore furthermore ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ 4 would would AUX MD VerbForm=Fin 5 aux 5:aux _ 5 like like VERB VB VerbForm=Inf 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 reiterate reiterate VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ -8 that that SCONJ IN _ 20 mark 20:mark _ +8 that that SCONJ IN _ 25 mark 25:mark _ 9-10 RAC's _ _ _ _ _ _ _ _ 9 RAC rac NOUN NN Number=Sing 11 nmod:poss 11:nmod:poss _ 10 's 's PART POS _ 9 case 9:case _ -11 goal goal NOUN NN Number=Sing 20 nsubj 20:nsubj SpaceAfter=No -12 , , PUNCT , _ 20 punct 20:punct _ -13 prior prior ADJ JJ Degree=Pos 15 mark 15:mark _ +11 goal goal NOUN NN Number=Sing 25 nsubj:outer 25:nsubj:outer SpaceAfter=No +12 , , PUNCT , _ 11 punct 11:punct _ +13 prior prior ADJ JJ Degree=Pos|ExtPos=SCONJ 15 mark 15:mark _ 14 to to SCONJ IN _ 13 fixed 13:fixed _ -15 quoting quote VERB VBG VerbForm=Ger 20 advcl 20:advcl:prior_to _ -16 any any DET DT _ 18 det 18:det _ +15 quoting quote VERB VBG VerbForm=Ger 25 advcl 25:advcl:prior_to _ +16 any any DET DT PronType=Ind 18 det 18:det _ 17 credit credit NOUN NN Number=Sing 18 compound 18:compound _ 18 reserve reserve NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No -19 , , PUNCT , _ 20 punct 20:punct _ -20 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ +19 , , PUNCT , _ 15 punct 15:punct _ +20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ 21 to to PART TO _ 25 mark 25:mark _ 22 be be AUX VB VerbForm=Inf 25 cop 25:cop _ -23 100 100 NUM CD NumType=Card 24 nummod 24:nummod SpaceAfter=No +23 100 100 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod SpaceAfter=No 24 % % SYM NN Number=Sing 25 obl:npmod 25:obl:npmod _ -25 confident confident ADJ JJ Degree=Pos 20 ccomp 20:ccomp _ +25 confident confident ADJ JJ Degree=Pos 7 ccomp 7:ccomp _ 26 that that SCONJ IN _ 38 mark 38:mark SpaceAfter=No -27 : : PUNCT : _ 38 punct 38:punct _ +27 : : PUNCT : _ 26 punct 26:punct _ 28 ( ( PUNCT -LRB- _ 29 punct 29:punct SpaceAfter=No -29 i i X LS _ 38 nummod 38:nummod SpaceAfter=No +29 i i NUM LS NumForm=Roman|NumType=Card 38 nummod 38:nummod SpaceAfter=No 30 ) ) PUNCT -RRB- _ 29 punct 29:punct _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 32 methodology methodology NOUN NN Number=Sing 38 nsubj 36:nsubj:pass|38:nsubj _ @@ -74999,10 +75026,10 @@ 40 the the DET DT Definite=Def|PronType=Art 42 det 42:det _ 41 internal internal ADJ JJ Degree=Pos 42 amod 42:amod _ 42 groups group NOUN NNS Number=Plur 38 obl 38:obl:among SpaceAfter=No -43 ; ; PUNCT , _ 38 punct 38:punct _ +43 ; ; PUNCT , _ 57 punct 57:punct _ 44 and and CCONJ CC _ 57 cc 57:cc _ 45 ( ( PUNCT -LRB- _ 46 punct 46:punct SpaceAfter=No -46 ii ii X LS _ 57 nummod 57:nummod SpaceAfter=No +46 ii ii NUM LS NumForm=Roman|NumType=Card 57 nummod 57:nummod SpaceAfter=No 47 ) ) PUNCT -RRB- _ 46 punct 46:punct _ 48 the the DET DT Definite=Def|PronType=Art 50 det 50:det _ 49 inherent inherent ADJ JJ Degree=Pos 50 amod 50:amod _ @@ -75024,7 +75051,7 @@ 4 to to PART TO _ 5 mark 5:mark _ 5 manage manage VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 associated associate VERB VBN Tense=Past|VerbForm=Part 8 amod 8:amod _ +7 associated associate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 amod 8:amod _ 8 risk risk NOUN NN Number=Sing 5 obj 5:obj _ 9 during during ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ @@ -75053,13 +75080,13 @@ # newpar id = email-enronsent10_01-p0001 # text = Randy, this is the issue I left you the voice mail on. 1 Randy Randy PROPN NNP Number=Sing 6 vocative 6:vocative SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 this this PRON DT Number=Sing|PronType=Dem 6 nsubj 6:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 issue issue NOUN NN Number=Sing 0 root 0:root _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +8 left leave VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 iobj 8:iobj _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 voice voice NOUN NN Number=Sing 12 compound 12:compound _ @@ -75070,14 +75097,14 @@ # sent_id = email-enronsent10_01-0002 # text = Article 6 of the Gallup Compression Services Agreement (which I am sending to you separately) with ECS obligates ECS to "work in good faith with CDEC" to establish an automated system that would automatically have alerted us to peak loading conditions on CDEC's system. 1 Article article NOUN NN Number=Sing 20 nsubj 20:nsubj _ -2 6 6 NUM CD NumType=Card 1 nummod 1:nummod _ +2 6 6 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ 3 of of ADP IN _ 8 case 8:case _ 4 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 5 Gallup Gallup PROPN NNP Number=Sing 8 compound 8:compound _ 6 Compression Compression PROPN NNP Number=Sing 7 compound 7:compound _ -7 Services Services PROPN NNPS Number=Plur 8 compound 8:compound _ +7 Services Service PROPN NNPS Number=Plur 8 compound 8:compound _ 8 Agreement agreement NOUN NN Number=Sing 1 nmod 1:nmod:of|13:obj _ -9 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No +9 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No 10 which which PRON WDT PronType=Rel 13 obj 8:ref _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 12 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ @@ -75085,7 +75112,7 @@ 14 to to ADP IN _ 15 case 15:case _ 15 you you PRON PRP Case=Acc|Person=2|PronType=Prs 13 obl 13:obl:to _ 16 separately separately ADV RB _ 13 advmod 13:advmod SpaceAfter=No -17 ) ) PUNCT -RRB- _ 8 punct 8:punct _ +17 ) ) PUNCT -RRB- _ 13 punct 13:punct _ 18 with with ADP IN _ 19 case 19:case _ 19 ECS ECS PROPN NNP Number=Sing 8 nmod 8:nmod:with _ 20 obligates obligate VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ @@ -75124,14 +75151,14 @@ # sent_id = email-enronsent10_01-0003 # text = We had a pretty good idea when we signed the contract that ECS would not be able to complete that by the contract start date, so we negotiated a fall back plan under which ECS is obligated to "assist [Transwestern] in developing a manual system to accomplish the same result and will hold harmless and keep [Transwestern] whole for all cost and expenses" associated with the manual system. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 4 pretty pretty ADV RB _ 5 advmod 5:advmod _ 5 good good ADJ JJ Degree=Pos 6 amod 6:amod _ 6 idea idea NOUN NN Number=Sing 2 obj 2:obj _ -7 when when SCONJ WRB PronType=Int 9 mark 9:mark _ +7 when when ADV WRB PronType=Int 9 advmod 9:advmod _ 8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 signed sign VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:when _ +9 signed sign VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:when _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 contract contract NOUN NN Number=Sing 9 obj 9:obj _ 12 that that SCONJ IN _ 17 mark 17:mark _ @@ -75151,10 +75178,10 @@ 26 , , PUNCT , _ 29 punct 29:punct _ 27 so so ADV RB _ 29 advmod 29:advmod _ 28 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 29 nsubj 29:nsubj _ -29 negotiated negotiate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj _ +29 negotiated negotiate VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 30 a a DET DT Definite=Ind|PronType=Art 33 det 33:det _ -31 fall fall VERB VB VerbForm=Inf 32 compound 32:compound _ -32 back back ADV RB _ 33 amod 33:amod _ +31 fall fall VERB VB VerbForm=Inf 33 compound 33:compound _ +32 back back ADV RB _ 31 advmod 31:advmod _ 33 plan plan NOUN NN Number=Sing 29 obj 29:obj|38:obl _ 34 under under ADP IN _ 35 case 35:case _ 35 which which PRON WDT PronType=Rel 38 obl 33:ref _ @@ -75183,17 +75210,17 @@ 58 harmless harmless ADJ JJ Degree=Pos 57 xcomp 57:xcomp _ 59 and and CCONJ CC _ 60 cc 60:cc _ 60 keep keep VERB VB VerbForm=Inf 57 conj 57:conj:and _ -61 [ [ PUNCT -LRB- _ 60 punct 60:punct SpaceAfter=No +61 [ [ PUNCT -LRB- _ 62 punct 62:punct SpaceAfter=No 62 Transwestern Transwestern PROPN NNP Number=Sing 60 obj 60:obj|64:nsubj:xsubj SpaceAfter=No -63 ] ] PUNCT -RRB- _ 60 punct 60:punct _ +63 ] ] PUNCT -RRB- _ 62 punct 62:punct _ 64 whole whole ADJ JJ Degree=Pos 60 xcomp 60:xcomp _ 65 for for ADP IN _ 67 case 67:case _ -66 all all DET DT _ 67 det 67:det _ +66 all all DET DT PronType=Tot 67 det 67:det _ 67 cost cost NOUN NN Number=Sing 60 obl 60:obl:for _ 68 and and CCONJ CC _ 69 cc 69:cc _ 69 expenses expense NOUN NNS Number=Plur 67 conj 60:obl:for|67:conj:and SpaceAfter=No 70 " " PUNCT '' _ 67 punct 67:punct _ -71 associated associate VERB VBN Tense=Past|VerbForm=Part 67 acl 67:acl _ +71 associated associate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 67 acl 67:acl _ 72 with with ADP IN _ 75 case 75:case _ 73 the the DET DT Definite=Def|PronType=Art 75 det 75:det _ 74 manual manual ADJ JJ Degree=Pos 75 amod 75:amod _ @@ -75212,15 +75239,15 @@ 8 owes owe VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:about _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 $ $ SYM $ _ 8 obj 8:obj|15:obj SpaceAfter=No -11 200 200 NUM CD NumType=Card 12 compound 12:compound SpaceAfter=No -12 k k NUM CD NumType=Card 10 nummod 10:nummod _ +11 200 200 NUM CD NumForm=Digit|NumType=Card 12 compound 12:compound SpaceAfter=No +12 k thousand NUM CD Abbr=Yes|NumForm=Word|NumType=Card 10 nummod 10:nummod _ 13 that that PRON WDT PronType=Rel 15 obj 10:ref _ 14 James James PROPN NNP Number=Sing 15 nsubj 15:nsubj _ 15 mentions mention VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ 16 below below ADV RB _ 15 advmod 15:advmod _ -17 based base VERB VBN Tense=Past|VerbForm=Part 20 case 20:case _ +17 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 case 20:case _ 18 on on ADP IN _ 20 case 20:case _ -19 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 failure failure NOUN NN Number=Sing 8 obl 8:obl:on _ 21 to to PART TO _ 23 mark 23:mark _ 22 " " PUNCT `` _ 23 punct 23:punct SpaceAfter=No @@ -75239,17 +75266,17 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 mean mean NOUN NN Number=Sing 4 compound 4:compound _ 4 time time NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj|10:nsubj:xsubj _ -7 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 to to PART TO _ 9 mark 9:mark _ 9 make make VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 sure sure ADJ JJ Degree=Pos 9 xcomp 9:xcomp _ 11 that that SCONJ IN _ 14 mark 14:mark _ 12 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 14 doing do VERB VBG Tense=Pres|VerbForm=Part 10 ccomp 10:ccomp _ -15 everything everything PRON NN Number=Sing 14 obj 14:obj _ +15 everything everything PRON NN Number=Sing|PronType=Tot 14 obj 14:obj _ 16 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 17 nsubj 17:nsubj _ 17 can can AUX MD VerbForm=Fin 15 acl:relcl 15:acl:relcl _ 18 to to PART TO _ 19 mark 19:mark _ @@ -75267,10 +75294,10 @@ # sent_id = email-enronsent10_01-0006 # text = Do we have someone who is watching this out there? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ -4 someone someone PRON NN Number=Sing 3 obj 3:obj|7:nsubj _ +4 someone someone PRON NN Number=Sing|PronType=Ind 3 obj 3:obj|7:nsubj _ 5 who who PRON WP PronType=Rel 7 nsubj 4:ref _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 watching watch VERB VBG Tense=Pres|VerbForm=Part 4 acl:relcl 4:acl:relcl _ @@ -75282,7 +75309,7 @@ # sent_id = email-enronsent10_01-0007 # text = We are running so full tilt on TW that we may not have as much flexibiltiy to manage this situation as we expected, but let me know what we can do. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|26:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 running run VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 so so ADV RB _ 6 advmod 6:advmod _ 5 full full ADV RB _ 6 advmod 6:advmod _ @@ -75293,17 +75320,17 @@ 10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 11 may may AUX MD VerbForm=Fin 13 aux 13:aux _ 12 not not PART RB _ 13 advmod 13:advmod _ -13 have have VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +13 have have VERB VB VerbForm=Inf 6 advcl 6:advcl:that _ 14 as as ADV RB _ 15 advmod 15:advmod _ 15 much much ADJ JJ Degree=Pos 16 amod 16:amod _ -16 flexibiltiy flexibiltiy NOUN NN Number=Sing 13 obj 13:obj _ +16 flexibiltiy flexibility NOUN NN Number=Sing|Typo=Yes 13 obj 13:obj CorrectForm=flexibility 17 to to PART TO _ 18 mark 18:mark _ 18 manage manage VERB VB VerbForm=Inf 16 acl 16:acl:to _ 19 this this DET DT Number=Sing|PronType=Dem 20 det 20:det _ 20 situation situation NOUN NN Number=Sing 18 obj 18:obj _ 21 as as SCONJ IN _ 23 mark 23:mark _ 22 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 23 nsubj 23:nsubj _ -23 expected expect VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 advcl 14:advcl:as SpaceAfter=No +23 expected expect VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 15 advcl 15:advcl:as SpaceAfter=No 24 , , PUNCT , _ 26 punct 26:punct _ 25 but but CCONJ CC _ 26 cc 26:cc _ 26 let let VERB VB Mood=Imp|VerbForm=Fin 3 conj 3:conj:but _ @@ -75318,10 +75345,10 @@ # sent_id = email-enronsent10_01-0008 # text = James had heard that one hold up was the absence of a confidentiality agreement--I guess between ECS and Transwestern--that would permit ECS to communicate to us the details on how to access teh key info. from CDEC. 1 James James PROPN NNP Number=Sing 3 nsubj 3:nsubj _ -2 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +2 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 heard hear VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 that that SCONJ IN _ 10 mark 10:mark _ -5 one one NUM CD NumType=Card 7 nummod 7:nummod _ +5 one one NUM CD NumForm=Word|NumType=Card 7 nummod 7:nummod _ 6 hold hold NOUN NN Number=Sing 7 compound 7:compound _ 7 up up NOUN NN Number=Sing 10 nsubj 10:nsubj _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ @@ -75333,7 +75360,7 @@ 14 agreement agreement NOUN NN Number=Sing 10 nmod 10:nmod:of|25:nsubj SpaceAfter=No 15 -- -- PUNCT , _ 17 punct 17:punct SpaceAfter=No 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -17 guess guess VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 parataxis 14:parataxis _ +17 guess guess VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 parataxis 14:parataxis _ 18 between between ADP IN _ 19 case 19:case _ 19 ECS ECS PROPN NNP Number=Sing 17 obl 17:obl:between _ 20 and and CCONJ CC _ 21 cc 21:cc _ @@ -75342,7 +75369,7 @@ 23 that that PRON WDT PronType=Rel 25 nsubj 14:ref _ 24 would would AUX MD VerbForm=Fin 25 aux 25:aux _ 25 permit permit VERB VB VerbForm=Inf 14 acl:relcl 14:acl:relcl _ -26 ECS ECS PROPN NNP Number=Sing 25 obj 25:obj|28:nsubj:xsubj _ +26 ECS ECS PROPN NNP Number=Sing 25 iobj 25:iobj|28:nsubj:xsubj _ 27 to to PART TO _ 28 mark 28:mark _ 28 communicate communicate VERB VB VerbForm=Inf 25 xcomp 25:xcomp _ 29 to to ADP IN _ 30 case 30:case _ @@ -75350,10 +75377,10 @@ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 32 details detail NOUN NNS Number=Plur 28 obj 28:obj _ 33 on on SCONJ IN _ 36 mark 36:mark _ -34 how how SCONJ WRB PronType=Int 36 mark 36:mark _ +34 how how ADV WRB PronType=Int 36 advmod 36:advmod _ 35 to to PART TO _ 36 mark 36:mark _ 36 access access VERB VB VerbForm=Inf 32 acl 32:acl:to _ -37 teh the DET DT Typo=Yes 39 det 39:det _ +37 teh the DET DT Definite=Def|PronType=Art|Typo=Yes 39 det 39:det CorrectForm=the 38 key key ADJ JJ Degree=Pos 39 amod 39:amod _ 39 info. info. NOUN NN Number=Sing 36 obj 36:obj _ 40 from from ADP IN _ 41 case 41:case _ @@ -75372,15 +75399,15 @@ 8 ECS ECS PROPN NNP Number=Sing 6 nmod 6:nmod:from SpaceAfter=No 9 , , PUNCT , _ 19 punct 19:punct _ 10 but but CCONJ CC _ 19 cc 19:cc _ -11 it if SCONJ IN _ 14 mark 14:mark _ +11 it if SCONJ IN Typo=Yes 14 mark 14:mark CorrectForm=if 12-13 that's _ _ _ _ _ _ _ _ 12 that that PRON DT Number=Sing|PronType=Dem 14 nsubj 14:nsubj _ 13 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ -14 what what PRON WP PronType=Int 19 advcl 19:advcl:it _ +14 what what PRON WP PronType=Rel 19 advcl 17:obj|19:advcl:if _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 17 nsubj 17:nsubj _ -16 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +16 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 17 saying say VERB VBG Tense=Pres|VerbForm=Part 14 acl:relcl 14:acl:relcl SpaceAfter=No -18 , , PUNCT , _ 19 punct 19:punct _ +18 , , PUNCT , _ 14 punct 14:punct _ 19 let let VERB VB Mood=Imp|VerbForm=Fin 2 conj 2:conj:but _ 20 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 19 obj 19:obj|21:nsubj:xsubj _ 21 know know VERB VB VerbForm=Inf 19 xcomp 19:xcomp _ @@ -75409,9 +75436,9 @@ # sent_id = email-enronsent10_01-0013 # text = 12/14/2000 02:49 PM -1 12/14/2000 12/14/2000 NUM CD NumType=Card 0 root 0:root _ -2 02:49 02:49 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 12/14/2000 12/14/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 02:49 02:49 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent10_01-0014 # text = Would you please contact Gerald Nemec and review the Gallup Compression Service Contract in respect to the Load Control Management. @@ -75439,14 +75466,14 @@ # sent_id = email-enronsent10_01-0015 # text = My understanding was that ECS was to provide a means to access CDEC's online profile in order for us to make a decision to avoid running the compressor during CDEC's peak load periods. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ -2 understanding understanding NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 that that SCONJ IN _ 6 mark 6:mark _ -5 ECS ECS PROPN NNP Number=Sing 6 nsubj 6:nsubj|8:nsubj:xsubj _ -6 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +2 understanding understanding NOUN NN Number=Sing 8 nsubj:outer 8:nsubj:outer _ +3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ +4 that that SCONJ IN _ 8 mark 8:mark _ +5 ECS ECS PROPN NNP Number=Sing 8 nsubj 8:nsubj _ +6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 7 to to PART TO _ 8 mark 8:mark _ -8 provide provide VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ +8 provide provide VERB VB VerbForm=Inf 0 root 0:root _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 means means NOUN NN Number=Sing 8 obj 8:obj _ 11 to to PART TO _ 12 mark 12:mark _ @@ -75476,12 +75503,12 @@ 33 peak peak NOUN NN Number=Sing 35 compound 35:compound _ 34 load load NOUN NN Number=Sing 35 compound 35:compound _ 35 periods period NOUN NNS Number=Plur 27 obl 27:obl:during SpaceAfter=No -36 . . PUNCT . _ 3 punct 3:punct _ +36 . . PUNCT . _ 8 punct 8:punct _ # sent_id = email-enronsent10_01-0016 # text = We have not received access to this information which has resulted so far in additional electric cost of $200,987.33 for the period of July through September. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 received receive VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 access access NOUN NN Number=Sing 4 obj 4:obj _ @@ -75499,7 +75526,7 @@ 17 cost cost NOUN NN Number=Sing 11 obl 11:obl:in _ 18 of of ADP IN _ 19 case 19:case _ 19 $ $ SYM $ _ 17 nmod 17:nmod:of SpaceAfter=No -20 200,987.33 200,987.33 NUM CD NumType=Card 19 nummod 19:nummod _ +20 200,987.33 200987.33 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod _ 21 for for ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 period period NOUN NN Number=Sing 11 obl 11:obl:for _ @@ -75512,7 +75539,7 @@ # sent_id = email-enronsent10_01-0017 # text = Additional cost will be incurred for the remainder of this year, that I have not been able to review yet. 1 Additional additional ADJ JJ Degree=Pos 2 amod 2:amod _ -2 cost cost NOUN NN Number=Sing 5 nsubj:pass 5:nsubj:pass _ +2 cost cost NOUN NN Number=Sing 5 nsubj:pass 5:nsubj:pass|20:obj _ 3 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 4 be be AUX VB VerbForm=Inf 5 aux:pass 5:aux:pass _ 5 incurred incur VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ @@ -75522,16 +75549,16 @@ 9 of of ADP IN _ 11 case 11:case _ 10 this this DET DT Number=Sing|PronType=Dem 11 det 11:det _ 11 year year NOUN NN Number=Sing 8 nmod 8:nmod:of SpaceAfter=No -12 , , PUNCT , _ 5 punct 5:punct _ -13 that that PRON WDT PronType=Dem 18 obj 18:obj|20:nsubj:xsubj _ +12 , , PUNCT , _ 18 punct 18:punct _ +13 that that PRON WDT PronType=Rel 20 obj 2:ref _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -15 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ +15 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 16 not not PART RB _ 18 advmod 18:advmod _ 17 been be AUX VBN Tense=Past|VerbForm=Part 18 cop 18:cop _ -18 able able ADJ JJ Degree=Pos 5 parataxis 5:parataxis _ +18 able able ADJ JJ Degree=Pos 2 acl:relcl 2:acl:relcl _ 19 to to PART TO _ 20 mark 20:mark _ 20 review review VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ -21 yet yet ADV RB _ 20 advmod 20:advmod SpaceAfter=No +21 yet yet ADV RB _ 18 advmod 18:advmod SpaceAfter=No 22 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent10_01-0018 @@ -75541,23 +75568,23 @@ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 averaging average VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 $ $ SYM $ _ 4 obj 4:obj SpaceAfter=No -6 79,000 79,000 NUM CD NumType=Card 5 nummod 5:nummod _ +6 79,000 79000 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 7 per per ADP IN _ 8 case 8:case _ 8 month month NOUN NN Number=Sing 5 nmod 5:nmod:per _ 9 if if SCONJ IN _ 11 mark 11:mark _ 10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj|13:nsubj:xsubj _ -11 continue continue VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ +11 continue continue VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ 12 to to PART TO _ 13 mark 13:mark _ 13 run run VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 compressor compressor NOUN NN Number=Sing 13 obj 13:obj _ -16 as as SCONJ IN _ 20 mark 20:mark _ -17 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 20 nsubj 20:nsubj|22:nsubj _ -18 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +16 as as SCONJ IN _ 18 mark 18:mark _ +17 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 18 nsubj 18:nsubj _ +18 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:as Promoted=Yes 19 in in ADP IN _ 20 case 20:case _ -20 August August PROPN NNP Number=Sing 13 advcl 13:advcl:in _ +20 August August PROPN NNP Number=Sing 18 obl 18:obl:in _ 21 and and CCONJ CC _ 22 cc 22:cc _ -22 September September PROPN NNP Number=Sing 20 conj 13:advcl:in|20:conj:and SpaceAfter=No +22 September September PROPN NNP Number=Sing 20 conj 18:obl:in|20:conj:and SpaceAfter=No 23 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent10_01-0019 @@ -75568,16 +75595,16 @@ 4 but but CCONJ CC _ 7 cc 7:cc _ 5-6 I'm _ _ _ _ _ _ _ _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -6 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +6 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 7 comfortable comfortable ADJ JJ Degree=Pos 2 conj 2:conj:but _ 8-9 we're _ _ _ _ _ _ _ _ 8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj:pass 10:nsubj:pass _ -9 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ +9 're be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ 10 covered cover VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 ccomp 7:ccomp _ 11 because because SCONJ IN _ 16 mark 16:mark _ -12 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 bidders bidder NOUN NNS Number=Plur 16 nsubj 16:nsubj _ -14 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 aux 16:aux _ +14 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 16 aux 16:aux _ 15 all all ADV RB _ 16 advmod 16:advmod _ 16 bidding bid VERB VBG Tense=Pres|VerbForm=Part 10 advcl 10:advcl:because _ 17 on on ADP IN _ 19 case 19:case _ @@ -75593,7 +75620,7 @@ # sent_id = email-enronsent10_01-0020 # text = They are deemed to be on notice that they had alternate point rights (its in the tariff) and if they wanted to submit a bid that had a different rate for primaries and alternates, they could have done so. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj:pass 3:nsubj:pass|7:nsubj:xsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ 3 deemed deem VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 to to PART TO _ 7 mark 7:mark _ 5 be be AUX VB VerbForm=Inf 7 cop 7:cop _ @@ -75601,13 +75628,14 @@ 7 notice notice NOUN NN Number=Sing 3 xcomp 3:xcomp _ 8 that that SCONJ IN _ 10 mark 10:mark _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 acl 7:acl:that _ +10 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 acl 7:acl:that _ 11 alternate alternate ADJ JJ Degree=Pos 12 amod 12:amod _ 12 point point NOUN NN Number=Sing 13 compound 13:compound _ -13 rights rights NOUN NNS Number=Plur 10 obj 10:obj _ +13 rights right NOUN NNS Number=Plur 10 obj 10:obj _ 14 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No -15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj SpaceAfter=No -16 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ +15-16 its _ _ _ _ _ _ _ _ +15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj _ +16 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 19 cop 19:cop CorrectForm='s 17 in in ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 tariff tariff NOUN NN Number=Sing 10 parataxis 10:parataxis SpaceAfter=No @@ -75615,13 +75643,13 @@ 21 and and CCONJ CC _ 42 cc 42:cc _ 22 if if SCONJ IN _ 24 mark 24:mark _ 23 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 24 nsubj 24:nsubj|26:nsubj:xsubj _ -24 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 42 advcl 42:advcl:if _ +24 wanted want VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 42 advcl 42:advcl:if _ 25 to to PART TO _ 26 mark 26:mark _ 26 submit submit VERB VB VerbForm=Inf 24 xcomp 24:xcomp _ 27 a a DET DT Definite=Ind|PronType=Art 28 det 28:det _ 28 bid bid NOUN NN Number=Sing 26 obj 26:obj|30:nsubj _ 29 that that PRON WDT PronType=Rel 30 nsubj 28:ref _ -30 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 28 acl:relcl 28:acl:relcl _ +30 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 28 acl:relcl 28:acl:relcl _ 31 a a DET DT Definite=Ind|PronType=Art 33 det 33:det _ 32 different different ADJ JJ Degree=Pos 33 amod 33:amod _ 33 rate rate NOUN NN Number=Sing 30 obj 30:obj _ @@ -75629,7 +75657,7 @@ 35 primaries primary NOUN NNS Number=Plur 33 nmod 33:nmod:for _ 36 and and CCONJ CC _ 37 cc 37:cc _ 37 alternates alternate NOUN NNS Number=Plur 35 conj 33:nmod:for|35:conj:and SpaceAfter=No -38 , , PUNCT , _ 42 punct 42:punct _ +38 , , PUNCT , _ 24 punct 24:punct _ 39 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 42 nsubj 42:nsubj _ 40 could could AUX MD VerbForm=Fin 42 aux 42:aux _ 41 have have AUX VB VerbForm=Inf 42 aux 42:aux _ @@ -75642,22 +75670,22 @@ 1 None none NOUN NN Number=Sing 4 nsubj 4:nsubj _ 2 of of ADP IN _ 3 case 3:case _ 3 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 1 nmod 1:nmod:of _ -4 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +4 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 5 , , PUNCT , _ 13 punct 13:punct _ 6 and and CCONJ CC _ 13 cc 13:cc _ -7 most most ADV RBS _ 8 advmod 8:advmod _ +7 most most ADV RBS Degree=Sup 8 advmod 8:advmod _ 8 importantly importantly ADV RB _ 13 advmod 13:advmod SpaceAfter=No -9 , , PUNCT , _ 13 punct 13:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 winning win VERB VBG VerbForm=Ger 12 amod 12:amod _ 12 bidders bidder NOUN NNS Number=Plur 13 nsubj 13:nsubj _ -13 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +13 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 14 not not PART RB _ 13 advmod 13:advmod SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent10_01-0022 # text = Our letter agreement simply memorializes that we will charge the same negotiated rate whether the gas flows on primaries or alternates. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 letter letter NOUN NN Number=Sing 3 compound 3:compound _ 3 agreement agreement NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 simply simply ADV RB _ 5 advmod 5:advmod _ @@ -75668,7 +75696,7 @@ 9 charge charge VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ 10 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 11 same same ADJ JJ Degree=Pos 13 amod 13:amod _ -12 negotiated negotiate VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ +12 negotiated negotiate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod _ 13 rate rate NOUN NN Number=Sing 9 obj 9:obj _ 14 whether whether SCONJ IN _ 17 mark 17:mark _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -75683,12 +75711,12 @@ # sent_id = email-enronsent10_01-0023 # text = I assume from your message you are OK with this and they can get it nailed down? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 assume assume VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 assume assume VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 from from ADP IN _ 5 case 5:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 message message NOUN NN Number=Sing 2 obl 2:obl:from _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +7 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 OK ok ADJ JJ Degree=Pos 2 ccomp 2:ccomp _ 9 with with ADP IN _ 10 case 10:case _ 10 this this PRON DT Number=Sing|PronType=Dem 8 obl 8:obl:with _ @@ -75697,7 +75725,7 @@ 13 can can AUX MD VerbForm=Fin 14 aux 14:aux _ 14 get get VERB VB VerbForm=Inf 8 conj 2:ccomp|8:conj:and _ 15 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 obj 14:obj|16:nsubj:xsubj _ -16 nailed nail VERB VBN Tense=Past|VerbForm=Part 14 xcomp 14:xcomp _ +16 nailed nail VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 xcomp 14:xcomp _ 17 down down ADV RB _ 16 advmod 16:advmod SpaceAfter=No 18 ? ? PUNCT . _ 2 punct 2:punct _ @@ -75709,7 +75737,7 @@ # text = I just got done looking at the underlying contract language as set forth in the pro forma service agreement in the tariff and it specifically says that the max rate would apply unless a discount or negotiated rate has been agreed to. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ 2 just just ADV RB _ 4 advmod 4:advmod _ -3 got get AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ +3 got get AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 looking look VERB VBG VerbForm=Ger 4 advcl 4:advcl _ 6 at at ADP IN _ 10 case 10:case _ @@ -75718,12 +75746,12 @@ 9 contract contract NOUN NN Number=Sing 10 compound 10:compound _ 10 language language NOUN NN Number=Sing 5 obl 5:obl:at _ 11 as as SCONJ IN _ 12 mark 12:mark _ -12 set set VERB VBN Tense=Past|VerbForm=Part 10 acl 10:acl:as _ +12 set set VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 acl 10:acl:as _ 13 forth forth ADV RB _ 12 advmod 12:advmod _ 14 in in ADP IN _ 19 case 19:case _ 15 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 16 pro pro X FW Foreign=Yes 19 amod 19:amod _ -17 forma forma X FW Foreign=Yes 16 flat:foreign 16:flat:foreign _ +17 forma forma X FW Foreign=Yes 16 flat 16:flat _ 18 service service NOUN NN Number=Sing 19 compound 19:compound _ 19 agreement agreement NOUN NN Number=Sing 12 obl 12:obl:in _ 20 in in ADP IN _ 22 case 22:case _ @@ -75743,7 +75771,7 @@ 34 a a DET DT Definite=Ind|PronType=Art 35 det 35:det _ 35 discount discount NOUN NN Number=Sing 41 nsubj:pass 41:nsubj:pass _ 36 or or CCONJ CC _ 38 cc 38:cc _ -37 negotiated negotiate VERB VBN Tense=Past|VerbForm=Part 38 amod 38:amod _ +37 negotiated negotiate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 38 amod 38:amod _ 38 rate rate NOUN NN Number=Sing 35 conj 35:conj:or|41:nsubj:pass _ 39 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 41 aux 41:aux _ 40 been be AUX VBN Tense=Past|VerbForm=Part 41 aux:pass 41:aux:pass _ @@ -75753,52 +75781,52 @@ # sent_id = email-enronsent10_01-0026 # text = My concern with adding the language below is, could it be argued that not everyone knew the rate would or could apply at any point, since we just stated Topack and Needles and if they knew they might have bid a different rate?? -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ -2 concern concern NOUN NN Number=Sing 8 nsubj 8:nsubj _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +2 concern concern NOUN NN Number=Sing 13 nsubj:outer 13:nsubj:outer _ 3 with with SCONJ IN _ 4 mark 4:mark _ 4 adding add VERB VBG VerbForm=Ger 2 acl 2:acl:with _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 language language NOUN NN Number=Sing 4 obj 4:obj _ 7 below below ADV RB _ 6 advmod 6:advmod _ -8 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop SpaceAfter=No 9 , , PUNCT , _ 8 punct 8:punct _ 10 could could AUX MD VerbForm=Fin 13 aux 13:aux _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj:pass 13:nsubj:pass _ 12 be be AUX VB VerbForm=Inf 13 aux:pass 13:aux:pass _ -13 argued argue VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 ccomp 8:ccomp _ +13 argued argue VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 14 that that SCONJ IN _ 17 mark 17:mark _ -15 not not ADV RB _ 16 advmod 16:advmod _ -16 everyone everyone PRON NN Number=Sing 17 nsubj 17:nsubj _ -17 knew know VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 ccomp 13:ccomp _ +15 not not PART RB _ 16 advmod 16:advmod _ +16 everyone everyone PRON NN Number=Sing|PronType=Tot 17 nsubj 17:nsubj _ +17 knew know VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 ccomp 13:ccomp _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 rate rate NOUN NN Number=Sing 23 nsubj 23:nsubj _ 20 would would AUX MD VerbForm=Fin 23 aux 23:aux _ -21 or or CCONJ CC _ 23 cc 23:cc _ -22 could could AUX MD VerbForm=Fin 23 aux 23:aux _ +21 or or CCONJ CC _ 22 cc 22:cc _ +22 could could AUX MD VerbForm=Fin 20 conj 20:conj:or _ 23 apply apply VERB VB VerbForm=Inf 17 ccomp 17:ccomp _ 24 at at ADP IN _ 26 case 26:case _ -25 any any DET DT _ 26 det 26:det _ +25 any any DET DT PronType=Ind 26 det 26:det _ 26 point point NOUN NN Number=Sing 23 obl 23:obl:at SpaceAfter=No -27 , , PUNCT , _ 17 punct 17:punct _ +27 , , PUNCT , _ 31 punct 31:punct _ 28 since since SCONJ IN _ 31 mark 31:mark _ 29 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 31 nsubj 31:nsubj _ 30 just just ADV RB _ 31 advmod 31:advmod _ -31 stated state VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 advcl 17:advcl:since _ +31 stated state VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 17 advcl 17:advcl:since _ 32 Topack Topack PROPN NNP Number=Sing 31 obj 31:obj _ 33 and and CCONJ CC _ 34 cc 34:cc _ -34 Needles Needles PROPN NNPS Number=Plur 32 conj 31:obj|32:conj:and _ +34 Needles Needle PROPN NNPS Number=Plur 32 conj 31:obj|32:conj:and _ 35 and and CCONJ CC _ 42 cc 42:cc _ 36 if if SCONJ IN _ 38 mark 38:mark _ 37 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 38 nsubj 38:nsubj _ -38 knew know VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 42 advcl 42:advcl:if _ +38 knew know VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 42 advcl 42:advcl:if _ 39 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 42 nsubj 42:nsubj _ 40 might might AUX MD VerbForm=Fin 42 aux 42:aux _ 41 have have AUX VB VerbForm=Inf 42 aux 42:aux _ -42 bid bid VERB VBN Tense=Past|VerbForm=Part 8 conj 8:conj:and _ +42 bid bid VERB VBN Tense=Past|VerbForm=Part 13 conj 13:conj:and _ 43 a a DET DT Definite=Ind|PronType=Art 45 det 45:det _ 44 different different ADJ JJ Degree=Pos 45 amod 45:amod _ 45 rate rate NOUN NN Number=Sing 42 obj 42:obj SpaceAfter=No -46 ?? ?? PUNCT . _ 8 punct 8:punct _ +46 ?? ?? PUNCT . _ 13 punct 13:punct _ # sent_id = email-enronsent10_01-0027 # text = Susan Scott @@ -75807,9 +75835,9 @@ # sent_id = email-enronsent10_01-0028 # text = 01/11/2001 02:42 PM -1 01/11/2001 01/11/2001 NUM CD NumType=Card 0 root 0:root _ -2 02:42 02:42 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 01/11/2001 01/11/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 02:42 02:42 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent10_01-0029 # text = After discussions with the commercial group I propose that that redlined language be added to the attached Dynegy agreement and to the 4 other negotiated rate agreements we've done. @@ -75820,29 +75848,29 @@ 5 commercial commercial ADJ JJ Degree=Pos 6 amod 6:amod _ 6 group group NOUN NN Number=Sing 2 nmod 2:nmod:with _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 propose propose VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 propose propose VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 that that SCONJ IN _ 14 mark 14:mark _ 10 that that DET DT Number=Sing|PronType=Dem 12 det 12:det _ 11 redlined redlined ADJ JJ Degree=Pos 12 amod 12:amod _ 12 language language NOUN NN Number=Sing 14 nsubj:pass 14:nsubj:pass _ -13 be be AUX VB VerbForm=Inf 14 aux:pass 14:aux:pass _ +13 be be AUX VB Mood=Sub|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 aux:pass 14:aux:pass _ 14 added add VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 ccomp 8:ccomp _ 15 to to ADP IN _ 19 case 19:case _ 16 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -17 attached attach VERB VBN Tense=Past|VerbForm=Part 19 amod 19:amod _ +17 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 amod 19:amod _ 18 Dynegy Dynegy PROPN NNP Number=Sing 19 compound 19:compound _ 19 agreement agreement NOUN NN Number=Sing 14 obl 14:obl:to _ 20 and and CCONJ CC _ 27 cc 27:cc _ 21 to to ADP IN _ 27 case 27:case _ 22 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ -23 4 4 NUM CD NumType=Card 27 nummod 27:nummod _ +23 4 4 NUM CD NumForm=Digit|NumType=Card 27 nummod 27:nummod _ 24 other other ADJ JJ Degree=Pos 27 amod 27:amod _ -25 negotiated negotiate VERB VBN Tense=Past|VerbForm=Part 26 amod 26:amod _ +25 negotiated negotiate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 26 amod 26:amod _ 26 rate rate NOUN NN Number=Sing 27 compound 27:compound _ 27 agreements agreement NOUN NNS Number=Plur 19 conj 14:obl:to|19:conj:and _ 28-29 we've _ _ _ _ _ _ _ _ 28 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 30 nsubj 30:nsubj _ -29 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 30 aux 30:aux _ +29 've have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 30 aux 30:aux _ 30 done do VERB VBN Tense=Past|VerbForm=Part 27 acl:relcl 27:acl:relcl SpaceAfter=No 31 . . PUNCT . _ 8 punct 8:punct _ @@ -75850,17 +75878,17 @@ # text = If there are any objections you need to get back to me ASAP. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 there there PRON EX _ 3 expl 3:expl _ -3 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ -4 any any DET DT _ 5 det 5:det _ +3 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 objections objection NOUN NNS Number=Plur 3 nsubj 3:nsubj _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ -7 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 to to PART TO _ 9 mark 9:mark _ 9 get get VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 back back ADV RB _ 9 advmod 9:advmod _ 11 to to ADP IN _ 12 case 12:case _ 12 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 10 obl 10:obl:to _ -13 ASAP asap ADV RB _ 9 advmod 9:advmod SpaceAfter=No +13 ASAP ASAP ADV RB _ 9 advmod 9:advmod SpaceAfter=No 14 . . PUNCT . _ 7 punct 7:punct _ # sent_id = email-enronsent10_01-0031 @@ -75879,9 +75907,9 @@ 2 discussion discussion NOUN NN Number=Sing 7 obl 7:obl:in _ 3 with with ADP IN _ 4 case 4:case _ 4 Dave Dave PROPN NNP Number=Sing 2 nmod 2:nmod:with SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 2 punct 2:punct _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 thought think VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 expl 11:expl _ 9 would would AUX MD VerbForm=Fin 11 aux 11:aux _ 10 be be AUX VB VerbForm=Inf 11 cop 11:cop _ @@ -75902,71 +75930,71 @@ # sent_id = email-enronsent10_01-0034 # text = However, as you will see, the questions I thought of got kinda long- but I think we need answers for all of them. 1 However however ADV RB _ 13 advmod 13:advmod SpaceAfter=No -2 , , PUNCT , _ 13 punct 13:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 as as SCONJ IN _ 6 mark 6:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 5 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 6 see see VERB VB VerbForm=Inf 13 advcl 13:advcl:as SpaceAfter=No -7 , , PUNCT , _ 13 punct 13:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 questions question NOUN NNS Number=Plur 13 nsubj 13:nsubj|15:nsubj:xsubj _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +11 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 12 of of ADP IN _ 11 obl 11:obl _ -13 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +13 got get VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 14 kinda kinda ADV RB _ 13 advmod 13:advmod _ 15 long long ADJ JJ Degree=Pos 13 xcomp 13:xcomp SpaceAfter=No -16 - - PUNCT , _ 15 punct 15:punct _ +16 - - PUNCT , _ 19 punct 19:punct _ 17 but but CCONJ CC _ 19 cc 19:cc _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -19 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 conj 13:xcomp|15:conj:but _ +19 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 15 conj 13:xcomp|15:conj:but _ 20 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 21 nsubj 21:nsubj _ -21 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 ccomp 19:ccomp _ +21 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 19 ccomp 19:ccomp _ 22 answers answer NOUN NNS Number=Plur 21 obj 21:obj _ 23 for for ADP IN _ 24 case 24:case _ -24 all all DET DT _ 22 nmod 22:nmod:for _ +24 all all DET DT PronType=Tot 22 nmod 22:nmod:for _ 25 of of ADP IN _ 26 case 26:case _ 26 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 24 nmod 24:nmod:of SpaceAfter=No 27 . . PUNCT . _ 15 punct 15:punct _ # sent_id = email-enronsent10_01-0035 # text = One thought is to have just the agenda as a couple topics and then lead in with the first two questions as I've listed. -1 One one NUM CD NumType=Card 2 nummod 2:nummod _ -2 thought thought NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 One one NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ +2 thought thought NOUN NN Number=Sing 5 nsubj:outer 5:nsubj:outer|15:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 to to PART TO _ 5 mark 5:mark _ -5 have have VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +5 have have VERB VB VerbForm=Inf 0 root 0:root _ 6 just just ADV RB _ 8 advmod 8:advmod _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 agenda agenda NOUN NN Number=Sing 5 obj 5:obj _ 9 as as ADP IN _ 12 case 12:case _ -10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ -11 couple couple NOUN NN Number=Sing 12 compound 12:compound _ +10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ +11 couple couple NOUN NN Number=Sing 12 nmod:npmod 12:nmod:npmod _ 12 topics topic NOUN NNS Number=Plur 5 obl 5:obl:as _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 then then ADV RB PronType=Dem 15 advmod 15:advmod _ -15 lead lead VERB VB VerbForm=Inf 5 conj 3:ccomp|5:conj:and _ +15 lead lead VERB VB VerbForm=Inf 5 conj 0:root|5:conj:and _ 16 in in ADV RB _ 15 advmod 15:advmod _ 17 with with ADP IN _ 21 case 21:case _ 18 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -19 first first ADJ JJ Degree=Pos|NumType=Ord 21 amod 21:amod _ -20 two two NUM CD NumType=Card 21 nummod 21:nummod _ +19 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 21 amod 21:amod _ +20 two two NUM CD NumForm=Word|NumType=Card 21 nummod 21:nummod _ 21 questions question NOUN NNS Number=Plur 15 obl 15:obl:with _ 22 as as SCONJ IN _ 25 mark 25:mark _ 23-24 I've _ _ _ _ _ _ _ _ 23 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 25 nsubj 25:nsubj _ -24 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ +24 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ 25 listed list VERB VBN Tense=Past|VerbForm=Part 15 advcl 15:advcl:as SpaceAfter=No -26 . . PUNCT . _ 3 punct 3:punct _ +26 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent10_01-0036 # text = Please provide me your thoughts asap. 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 provide provide VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 iobj 2:iobj _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 thoughts thought NOUN NNS Number=Plur 2 obj 2:obj _ -6 asap asap ADV RB _ 2 advmod 2:advmod SpaceAfter=No +6 asap ASAP ADV RB _ 2 advmod 2:advmod SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent10_01-0037 @@ -75976,7 +76004,7 @@ # sent_id = email-enronsent10_01-0038 # newpar id = email-enronsent10_01-p0002 # text = whasssup? -1 whasssup whasssup INTJ UH _ 0 root 0:root SpaceAfter=No +1 whasssup whassup INTJ UH Style=Expr 0 root 0:root CorrectForm=whassup|SpaceAfter=No 2 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent10_01-0039 @@ -76009,7 +76037,7 @@ # text = Attached is my draft of a request for rehearing. 1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 draft draft NOUN NN Number=Sing 1 nsubj:pass 1:nsubj:pass _ 5 of of ADP IN _ 7 case 7:case _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -76046,8 +76074,8 @@ 7 know know VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 if if SCONJ IN _ 10 mark 10:mark _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -10 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ -11 any any DET DT _ 12 det 12:det _ +10 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ +11 any any DET DT PronType=Ind 12 det 12:det _ 12 comments comment NOUN NNS Number=Plur 10 obj 10:obj _ 13 on on ADP IN _ 17 case 17:case _ 14 or or CCONJ CC _ 15 cc 15:cc _ @@ -76068,7 +76096,7 @@ # sent_id = email-enronsent10_01-0046 # text = Thank you! -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No 3 ! ! PUNCT . _ 1 punct 1:punct _ @@ -76089,9 +76117,9 @@ # sent_id = email-enronsent10_01-0050 # text = 01/12/2001 10:34 AM -1 01/12/2001 01/12/2001 NUM CD NumType=Card 0 root 0:root _ -2 10:34 10:34 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 01/12/2001 01/12/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 10:34 10:34 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent10_01-0051 # text = Please approve Susan's attached expense report and forward to accounting with a cc: to me. @@ -76100,7 +76128,7 @@ 3-4 Susan's _ _ _ _ _ _ _ _ 3 Susan Susan PROPN NNP Number=Sing 7 nmod:poss 7:nmod:poss _ 4 's 's PART POS _ 3 case 3:case _ -5 attached attach VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +5 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 6 expense expense NOUN NN Number=Sing 7 compound 7:compound _ 7 report report NOUN NN Number=Sing 2 obj 2:obj _ 8 and and CCONJ CC _ 9 cc 9:cc _ @@ -76110,7 +76138,7 @@ 12 with with ADP IN _ 14 case 14:case _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 cc cc NOUN NN Number=Sing 9 obl 9:obl:with SpaceAfter=No -15 : : PUNCT : _ 14 punct 14:punct _ +15 : : PUNCT : _ 17 punct 17:punct _ 16 to to ADP IN _ 17 case 17:case _ 17 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 14 nmod 14:nmod:to SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ @@ -76123,10 +76151,10 @@ # sent_id = email-enronsent10_01-0053 # newpar id = email-enronsent10_01-p0006 # text = Forgot to cc you. -1 Forgot forget VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Forgot forget VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 to to PART TO _ 3 mark 3:mark _ 3 cc cc VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ -4 you you PRON PRP Case=Acc|Person=2|PronType=Prs 3 obj 3:obj SpaceAfter=No +4 you you PRON PRP Case=Acc|Person=2|PronType=Prs 3 iobj 3:iobj SpaceAfter=No 5 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent10_01-0054 @@ -76140,9 +76168,9 @@ # sent_id = email-enronsent10_01-0056 # text = 01/12/2001 04:37 PM -1 01/12/2001 01/12/2001 NUM CD NumType=Card 0 root 0:root _ -2 04:37 04:37 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 01/12/2001 01/12/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 04:37 04:37 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent10_01-0057 # text = OK. @@ -76160,9 +76188,9 @@ # sent_id = email-enronsent10_01-0060 # text = 01/12/2001 10:34 AM -1 01/12/2001 01/12/2001 NUM CD NumType=Card 0 root 0:root _ -2 10:34 10:34 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 01/12/2001 01/12/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 10:34 10:34 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent10_01-0061 # text = Please approve Susan's attached expense report and forward to accounting with a cc: to me. @@ -76171,7 +76199,7 @@ 3-4 Susan's _ _ _ _ _ _ _ _ 3 Susan Susan PROPN NNP Number=Sing 7 nmod:poss 7:nmod:poss _ 4 's 's PART POS _ 3 case 3:case _ -5 attached attach VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +5 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 6 expense expense NOUN NN Number=Sing 7 compound 7:compound _ 7 report report NOUN NN Number=Sing 2 obj 2:obj _ 8 and and CCONJ CC _ 9 cc 9:cc _ @@ -76181,7 +76209,7 @@ 12 with with ADP IN _ 14 case 14:case _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 cc cc NOUN NN Number=Sing 9 obl 9:obl:with SpaceAfter=No -15 : : PUNCT : _ 14 punct 14:punct _ +15 : : PUNCT : _ 17 punct 17:punct _ 16 to to ADP IN _ 17 case 17:case _ 17 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 14 nmod 14:nmod:to SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ @@ -76195,11 +76223,11 @@ # newpar id = email-enronsent10_01-p0007 # text = Lou, do we have any sort of policy on requests like this? 1 Lou Lou PROPN NNP Number=Sing 5 vocative 5:vocative SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 5 have have VERB VB VerbForm=Inf 0 root 0:root _ -6 any any DET DT _ 7 det 7:det _ +6 any any DET DT PronType=Ind 7 det 7:det _ 7 sort sort NOUN NN Number=Sing 5 obj 5:obj _ 8 of of ADP IN _ 9 case 9:case _ 9 policy policy NOUN NN Number=Sing 7 nmod 7:nmod:of _ @@ -76213,7 +76241,7 @@ # text = Lee Huber made the same request last year and we gave her the chair (she only wanted one, however). 1 Lee Lee PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 Huber Huber PROPN NNP Number=Sing 1 flat 1:flat _ -3 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 same same ADJ JJ Degree=Pos 6 amod 6:amod _ 6 request request NOUN NN Number=Sing 3 obj 3:obj _ @@ -76221,16 +76249,16 @@ 8 year year NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +11 gave give VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 12 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 11 iobj 11:iobj _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 chair chair NOUN NN Number=Sing 11 obj 11:obj _ 15 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No 16 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 17 only only ADV RB _ 18 advmod 18:advmod _ -18 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 parataxis 11:parataxis _ -19 one one NUM CD NumType=Card 18 obj 18:obj SpaceAfter=No -20 , , PUNCT , _ 18 punct 18:punct _ +18 wanted want VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 parataxis 11:parataxis _ +19 one one NUM CD NumForm=Word|NumType=Card 18 obj 18:obj SpaceAfter=No +20 , , PUNCT , _ 21 punct 21:punct _ 21 however however ADV RB _ 18 advmod 18:advmod SpaceAfter=No 22 ) ) PUNCT -RRB- _ 18 punct 18:punct SpaceAfter=No 23 . . PUNCT . _ 3 punct 3:punct _ @@ -76239,7 +76267,7 @@ # text = Norma, any thoughts? 1 Norma Norma PROPN NNP Number=Sing 4 vocative 4:vocative SpaceAfter=No 2 , , PUNCT , _ 1 punct 1:punct _ -3 any any DET DT _ 4 det 4:det _ +3 any any DET DT PronType=Ind 4 det 4:det _ 4 thoughts thought NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 5 ? ? PUNCT . _ 4 punct 4:punct _ @@ -76250,9 +76278,9 @@ # sent_id = email-enronsent10_01-0067 # text = 01/12/2001 01:14 PM -1 01/12/2001 01/12/2001 NUM CD NumType=Card 0 root 0:root _ -2 01:14 01:14 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 01/12/2001 01/12/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 01:14 01:14 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent10_01-0068 # text = Susan Scott would like authorization to order an Aeron chair for each of her offices - on 47 and 41. @@ -76267,15 +76295,15 @@ 9 Aeron Aeron PROPN NNP Number=Sing 10 compound 10:compound _ 10 chair chair NOUN NN Number=Sing 7 obj 7:obj _ 11 for for ADP IN _ 12 case 12:case _ -12 each each DET DT _ 10 nmod 10:nmod:for _ +12 each each DET DT PronType=Tot 10 nmod 10:nmod:for _ 13 of of ADP IN _ 15 case 15:case _ -14 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 offices office NOUN NNS Number=Plur 12 nmod 12:nmod:of _ -16 - - PUNCT , _ 15 punct 15:punct _ +16 - - PUNCT , _ 18 punct 18:punct _ 17 on on ADP IN _ 18 case 18:case _ -18 47 47 NUM CD NumType=Card 15 nmod 15:nmod:on _ +18 47 47 NUM CD NumForm=Digit|NumType=Card 15 nmod 15:nmod:on _ 19 and and CCONJ CC _ 20 cc 20:cc _ -20 41 41 NUM CD NumType=Card 18 conj 15:nmod:on|18:conj:and SpaceAfter=No +20 41 41 NUM CD NumForm=Digit|NumType=Card 18 conj 15:nmod:on|18:conj:and SpaceAfter=No 21 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent10_01-0069 @@ -76290,7 +76318,7 @@ 8 with with ADP IN _ 10 case 10:case _ 9 back back NOUN NN Number=Sing 10 compound 10:compound _ 10 problems problem NOUN NNS Number=Plur 7 obl 7:obl:with|14:obj SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 14 punct 14:punct _ 12 which which PRON WDT PronType=Rel 14 obj 10:ref _ 13 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 14 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl SpaceAfter=No @@ -76303,7 +76331,7 @@ 3 at at ADP IN _ 4 case 4:case _ 4 Enron Enron PROPN NNP Number=Sing 2 nmod 2:nmod:at _ 5 already already ADV RB _ 6 advmod 6:advmod _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ 8 type type NOUN NN Number=Sing 6 obj 6:obj _ 9 of of ADP IN _ 10 case 10:case _ @@ -76316,12 +76344,12 @@ 16 if if SCONJ IN _ 17 mark 17:mark _ 17 ever ever ADV RB _ 14 advcl 14:advcl:if SpaceAfter=No 18 , , PUNCT , _ 17 punct 17:punct _ -19 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 conj 6:conj:but _ +19 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 6 conj 6:conj:but _ 20 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 21 surplus surplus NOUN NN Number=Sing 19 obj 19:obj _ 22 because because SCONJ IN _ 26 mark 26:mark _ 23 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 26 nsubj 26:nsubj _ -24 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ +24 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ 25 so so ADV RB _ 26 advmod 26:advmod _ 26 popular popular ADJ JJ Degree=Pos 19 advcl 19:advcl:because SpaceAfter=No 27 . . PUNCT . _ 6 punct 6:punct _ @@ -76332,7 +76360,7 @@ 2 cost cost NOUN NN Number=Sing 4 nsubj 4:nsubj|9:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -5 567.77 567.77 NUM CD NumType=Card 4 nummod 4:nummod _ +5 567.77 567.77 NUM CD NumForm=Digit|NumType=Frac 4 nummod 4:nummod _ 6 per per ADP IN _ 7 case 7:case _ 7 chair chair NOUN NN Number=Sing 4 nmod 4:nmod:per _ 8 plus plus CCONJ CC _ 9 cc 9:cc _ @@ -76346,7 +76374,7 @@ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 purchase purchase NOUN NN Number=Sing 2 obj 2:obj _ 5 of of ADP IN _ 6 case 6:case _ -6 two two NUM CD NumType=Card 4 nmod 4:nmod:of SpaceAfter=No +6 two two NUM CD NumForm=Word|NumType=Card 4 nmod 4:nmod:of SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent10_01-0073 @@ -76358,9 +76386,9 @@ # newpar id = email-enronsent10_01-p0008 # text = sorry, i left lou off of the message. 1 sorry sorry INTJ UH _ 4 discourse 4:discourse SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ -3 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +4 left leave VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 lou lou PROPN NNP Number=Sing 4 obj 4:obj _ 6 off off ADP IN _ 9 case 9:case _ 7 of of ADP IN _ 9 case 9:case _ @@ -76375,18 +76403,18 @@ # sent_id = email-enronsent10_01-0076 # text = 01/13/2001 09:45 AM -1 01/13/2001 01/13/2001 NUM CD NumType=Card 0 root 0:root _ -2 09:45 09:45 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 01/13/2001 01/13/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 09:45 09:45 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent10_01-0077 # text = Lou, do we have any sort of policy on requests like this? 1 Lou Lou PROPN NNP Number=Sing 5 vocative 5:vocative SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 5 have have VERB VB VerbForm=Inf 0 root 0:root _ -6 any any DET DT _ 7 det 7:det _ +6 any any DET DT PronType=Ind 7 det 7:det _ 7 sort sort NOUN NN Number=Sing 5 obj 5:obj _ 8 of of ADP IN _ 9 case 9:case _ 9 policy policy NOUN NN Number=Sing 7 nmod 7:nmod:of _ @@ -76400,7 +76428,7 @@ # text = Lee Huber made the same request last year and we gave her the chair (she only wanted one, however). 1 Lee Lee PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 Huber Huber PROPN NNP Number=Sing 1 flat 1:flat _ -3 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 same same ADJ JJ Degree=Pos 6 amod 6:amod _ 6 request request NOUN NN Number=Sing 3 obj 3:obj _ @@ -76408,16 +76436,16 @@ 8 year year NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +11 gave give VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 12 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 11 iobj 11:iobj _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 chair chair NOUN NN Number=Sing 11 obj 11:obj _ 15 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No 16 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 17 only only ADV RB _ 18 advmod 18:advmod _ -18 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 parataxis 11:parataxis _ -19 one one NUM CD NumType=Card 18 obj 18:obj SpaceAfter=No -20 , , PUNCT , _ 18 punct 18:punct _ +18 wanted want VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 parataxis 11:parataxis _ +19 one one NUM CD NumForm=Word|NumType=Card 18 obj 18:obj SpaceAfter=No +20 , , PUNCT , _ 21 punct 21:punct _ 21 however however ADV RB _ 18 advmod 18:advmod SpaceAfter=No 22 ) ) PUNCT -RRB- _ 18 punct 18:punct SpaceAfter=No 23 . . PUNCT . _ 3 punct 3:punct _ @@ -76426,7 +76454,7 @@ # text = Norma, any thoughts? 1 Norma Norma PROPN NNP Number=Sing 4 vocative 4:vocative SpaceAfter=No 2 , , PUNCT , _ 1 punct 1:punct _ -3 any any DET DT _ 4 det 4:det _ +3 any any DET DT PronType=Ind 4 det 4:det _ 4 thoughts thought NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 5 ? ? PUNCT . _ 4 punct 4:punct _ @@ -76437,9 +76465,9 @@ # sent_id = email-enronsent10_01-0081 # text = 01/12/2001 01:14 PM -1 01/12/2001 01/12/2001 NUM CD NumType=Card 0 root 0:root _ -2 01:14 01:14 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 01/12/2001 01/12/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 01:14 01:14 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent10_01-0082 # text = Susan Scott would like authorization to order an Aeron chair for each of her offices - on 47 and 41. @@ -76454,15 +76482,15 @@ 9 Aeron Aeron PROPN NNP Number=Sing 10 compound 10:compound _ 10 chair chair NOUN NN Number=Sing 7 obj 7:obj _ 11 for for ADP IN _ 12 case 12:case _ -12 each each DET DT _ 10 nmod 10:nmod:for _ +12 each each DET DT PronType=Tot 10 nmod 10:nmod:for _ 13 of of ADP IN _ 15 case 15:case _ -14 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 offices office NOUN NNS Number=Plur 12 nmod 12:nmod:of _ -16 - - PUNCT , _ 15 punct 15:punct _ +16 - - PUNCT , _ 18 punct 18:punct _ 17 on on ADP IN _ 18 case 18:case _ -18 47 47 NUM CD NumType=Card 15 nmod 15:nmod:on _ +18 47 47 NUM CD NumForm=Digit|NumType=Card 15 nmod 15:nmod:on _ 19 and and CCONJ CC _ 20 cc 20:cc _ -20 41 41 NUM CD NumType=Card 18 conj 15:nmod:on|18:conj:and SpaceAfter=No +20 41 41 NUM CD NumForm=Digit|NumType=Card 18 conj 15:nmod:on|18:conj:and SpaceAfter=No 21 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent10_01-0083 @@ -76477,7 +76505,7 @@ 8 with with ADP IN _ 10 case 10:case _ 9 back back NOUN NN Number=Sing 10 compound 10:compound _ 10 problems problem NOUN NNS Number=Plur 7 obl 7:obl:with|14:obj SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 14 punct 14:punct _ 12 which which PRON WDT PronType=Rel 14 obj 10:ref _ 13 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 14 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl SpaceAfter=No @@ -76490,7 +76518,7 @@ 3 at at ADP IN _ 4 case 4:case _ 4 Enron Enron PROPN NNP Number=Sing 2 nmod 2:nmod:at _ 5 already already ADV RB _ 6 advmod 6:advmod _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ 8 type type NOUN NN Number=Sing 6 obj 6:obj _ 9 of of ADP IN _ 10 case 10:case _ @@ -76503,12 +76531,12 @@ 16 if if SCONJ IN _ 17 mark 17:mark _ 17 ever ever ADV RB _ 14 advcl 14:advcl:if SpaceAfter=No 18 , , PUNCT , _ 17 punct 17:punct _ -19 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 conj 6:conj:but _ +19 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 6 conj 6:conj:but _ 20 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 21 surplus surplus NOUN NN Number=Sing 19 obj 19:obj _ 22 because because SCONJ IN _ 26 mark 26:mark _ 23 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 26 nsubj 26:nsubj _ -24 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ +24 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ 25 so so ADV RB _ 26 advmod 26:advmod _ 26 popular popular ADJ JJ Degree=Pos 19 advcl 19:advcl:because SpaceAfter=No 27 . . PUNCT . _ 6 punct 6:punct _ @@ -76519,7 +76547,7 @@ 2 cost cost NOUN NN Number=Sing 4 nsubj 4:nsubj|9:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -5 567.77 567.77 NUM CD NumType=Card 4 nummod 4:nummod _ +5 567.77 567.77 NUM CD NumForm=Digit|NumType=Frac 4 nummod 4:nummod _ 6 per per ADP IN _ 7 case 7:case _ 7 chair chair NOUN NN Number=Sing 4 nmod 4:nmod:per _ 8 plus plus CCONJ CC _ 9 cc 9:cc _ @@ -76533,7 +76561,7 @@ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 purchase purchase NOUN NN Number=Sing 2 obj 2:obj _ 5 of of ADP IN _ 6 case 6:case _ -6 two two NUM CD NumType=Card 4 nmod 4:nmod:of SpaceAfter=No +6 two two NUM CD NumForm=Word|NumType=Card 4 nmod 4:nmod:of SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent10_01-0087 @@ -76545,40 +76573,40 @@ # newpar id = email-enronsent10_01-p0009 # text = I believe you got a copy of the John Sommer letter to producers dated Jan 6 that MKM's spies intercepted. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 believe believe VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +4 got get VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 copy copy NOUN NN Number=Sing 4 obj 4:obj _ 7 of of ADP IN _ 11 case 11:case _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 9 John John PROPN NNP Number=Sing 11 compound 11:compound _ 10 Sommer Sommer PROPN NNP Number=Sing 9 flat 9:flat _ -11 letter letter NOUN NN Number=Sing 6 nmod 6:nmod:of|21:obj _ +11 letter letter NOUN NN Number=Sing 6 nmod 6:nmod:of|15:nsubj:xsubj|21:obj _ 12 to to ADP IN _ 13 case 13:case _ 13 producers producer NOUN NNS Number=Plur 11 nmod 11:nmod:to _ -14 dated date VERB VBN Tense=Past|VerbForm=Part 11 acl 11:acl _ -15 Jan Jan PROPN NNP Number=Sing 14 obl:tmod 14:obl:tmod _ -16 6 6 NUM CD NumType=Card 15 nummod 15:nummod _ +14 dated date VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl 11:acl _ +15 Jan January PROPN NNP Abbr=Yes|Number=Sing 14 xcomp 14:xcomp _ +16 6 6 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 17 that that PRON WDT PronType=Rel 21 obj 11:ref _ 18-19 MKM's _ _ _ _ _ _ _ _ 18 MKM MKM PROPN NNP Number=Sing 20 nmod:poss 20:nmod:poss _ 19 's 's PART POS _ 18 case 18:case _ 20 spies spy NOUN NNS Number=Plur 21 nsubj 21:nsubj _ -21 intercepted intercept VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl SpaceAfter=No +21 intercepted intercept VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl SpaceAfter=No 22 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent10_01-0089 # text = She forwarded the Sommer letter to Stan and discussed it with him. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|9:nsubj _ -2 forwarded forward VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 forwarded forward VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 Sommer Sommer PROPN NNP Number=Sing 2 obj 2:obj _ 5 letter letter NOUN NN Number=Sing 4 flat 4:flat _ 6 to to ADP IN _ 7 case 7:case _ 7 Stan Stan PROPN NNP Number=Sing 2 obl 2:obl:to _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 discussed discuss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +9 discussed discuss VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 10 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj _ 11 with with ADP IN _ 12 case 12:case _ 12 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 obl 9:obl:with SpaceAfter=No @@ -76589,13 +76617,13 @@ 1 Dari Dari PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 1 conj 1:conj:and|4:nsubj _ -4 vented vent VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -5 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 vented vent VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 aggravation aggravation NOUN NN Number=Sing 4 obj 4:obj _ 7 by by SCONJ IN _ 8 mark 8:mark _ 8 drafting draft VERB VBG VerbForm=Ger 4 advcl 4:advcl:by _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 attached attach VERB VBN Tense=Past|VerbForm=Part 11 amod 11:amod _ +10 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 amod 11:amod _ 11 letter letter NOUN NN Number=Sing 8 obj 8:obj _ 12 to to ADP IN _ 13 case 13:case _ 13 Gibson Gibson PROPN NNP Number=Sing 11 nmod 11:nmod:to _ @@ -76611,13 +76639,13 @@ 22 but but CCONJ CC _ 30 cc 30:cc _ 23 after after SCONJ IN _ 25 mark 25:mark _ 24 tempers temper NOUN NNS Number=Plur 25 nsubj 25:nsubj _ -25 cooled cool VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 30 advcl 30:advcl:after SpaceAfter=No -26 , , PUNCT , _ 30 punct 30:punct _ +25 cooled cool VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 30 advcl 30:advcl:after SpaceAfter=No +26 , , PUNCT , _ 25 punct 25:punct _ 27 MKM MKM PROPN NNP Number=Sing 30 nsubj 30:nsubj|33:nsubj:xsubj|38:nsubj:xsubj _ 28 and and CCONJ CC _ 29 cc 29:cc _ 29 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 conj 27:conj:and|30:nsubj|33:nsubj:xsubj|38:nsubj:xsubj _ -30 decided decide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:but _ -31 not not ADV RB _ 33 advmod 33:advmod _ +30 decided decide VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:but _ +31 not not PART RB _ 33 advmod 33:advmod _ 32 to to PART TO _ 33 mark 33:mark _ 33 send send VERB VB VerbForm=Inf 30 xcomp 30:xcomp _ 34 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 33 obj 33:obj _ @@ -76625,11 +76653,11 @@ 36 Stan Stan PROPN NNP Number=Sing 33 obl 33:obl:to _ 37 or or CCONJ CC _ 38 cc 38:cc _ 38 urge urge VERB VB VerbForm=Inf 33 conj 30:xcomp|33:conj:or _ -39 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 38 obj 38:obj|41:nsubj:xsubj _ +39 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 38 iobj 38:iobj|41:nsubj:xsubj _ 40 to to PART TO _ 41 mark 41:mark _ 41 send send VERB VB VerbForm=Inf 38 xcomp 38:xcomp _ 42 a a DET DT Definite=Ind|PronType=Art 44 det 44:det _ -43 written write VERB VBN Tense=Past|VerbForm=Part 44 amod 44:amod _ +43 written write VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 44 amod 44:amod _ 44 response response NOUN NN Number=Sing 41 obj 41:obj SpaceAfter=No 45 . . PUNCT . _ 4 punct 4:punct _ @@ -76638,7 +76666,7 @@ 1 As as SCONJ IN _ 3 mark 3:mark _ 2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 3 stands stand VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:as SpaceAfter=No -4 , , PUNCT , _ 10 punct 10:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 MKM MKM PROPN NNP Number=Sing 10 nsubj 10:nsubj|20:nsubj _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 conj 5:conj:and|10:nsubj _ @@ -76658,7 +76686,7 @@ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 importance importance NOUN NN Number=Sing 20 obj 20:obj _ 23 of of ADP IN _ 25 case 25:case _ -24 coordinated coordinate VERB VBN Tense=Past|VerbForm=Part 25 amod 25:amod _ +24 coordinated coordinate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 amod 25:amod _ 25 communication communication NOUN NN Number=Sing 22 nmod 22:nmod:of _ 26 to to ADP IN _ 28 case 28:case _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ @@ -76691,8 +76719,8 @@ 21 an a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 22 example example NOUN NN Number=Sing 4 obl 4:obl:as _ 23 of of SCONJ IN _ 27 mark 27:mark _ -24 how how SCONJ WRB PronType=Int 27 mark 27:mark _ -25 not not ADV RB _ 27 advmod 27:advmod _ +24 how how ADV WRB PronType=Int 27 advmod 27:advmod _ +25 not not PART RB _ 27 advmod 27:advmod _ 26 to to PART TO _ 27 mark 27:mark _ 27 handle handle VERB VB VerbForm=Inf 22 acl 22:acl:to _ 28 this this DET DT Number=Sing|PronType=Dem 29 det 29:det _ @@ -76702,7 +76730,7 @@ # sent_id = email-enronsent10_01-0093 # text = Yea--it was outstanding news! 1 Yea yea INTJ UH _ 6 discourse 6:discourse SpaceAfter=No -2 -- -- PUNCT , _ 6 punct 6:punct SpaceAfter=No +2 -- -- PUNCT , _ 1 punct 1:punct SpaceAfter=No 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 5 outstanding outstanding ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -76711,7 +76739,7 @@ # sent_id = email-enronsent10_01-0094 # text = What a hoss. -1 What what DET WDT PronType=Int 3 det 3:det _ +1 What what DET WDT PronType=Int 3 det:predet 3:det:predet _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 hoss hoss NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ @@ -76726,12 +76754,12 @@ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 time time NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 7 but but CCONJ CC _ 9 cc 9:cc _ -8 14721 14721 NUM CD NumType=Card 9 vocative 9:vocative _ +8 14721 14721 NUM CD NumForm=Digit|NumType=Card 9 vocative 9:vocative _ 9 keep keep VERB VB Mood=Imp|VerbForm=Fin 3 conj 3:conj:but _ 10 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 9 obj 9:obj|11:nsubj:xsubj _ 11 posted posted ADJ JJ Degree=Pos 9 xcomp 9:xcomp _ 12 on on ADP IN _ 15 case 15:case _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 14 next next ADJ JJ Degree=Pos 15 amod 15:amod _ 15 trip trip NOUN NN Number=Sing 11 obl 11:obl:on SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ @@ -76755,7 +76783,7 @@ 3 responsible responsible ADJ JJ Degree=Pos 0 root 0:root _ 4 for for SCONJ IN _ 5 mark 5:mark _ 5 completing complete VERB VBG VerbForm=Ger 3 advcl 3:advcl:for _ -6 all all DET DT _ 7 det 7:det _ +6 all all DET DT PronType=Tot 7 det 7:det _ 7 paperwork paperwork NOUN NN Number=Sing 5 obj 5:obj _ 8 for for SCONJ IN _ 9 mark 9:mark _ 9 entering enter VERB VBG VerbForm=Ger 7 acl 7:acl:for _ @@ -76768,12 +76796,12 @@ # text = Is it someone on your team or someone from CEC? 1 Is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj|8:nsubj _ -3 someone someone PRON NN Number=Sing 0 root 0:root _ +3 someone someone PRON NN Number=Sing|PronType=Ind 0 root 0:root _ 4 on on ADP IN _ 6 case 6:case _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 team team NOUN NN Number=Sing 3 nmod 3:nmod:on _ 7 or or CCONJ CC _ 8 cc 8:cc _ -8 someone someone PRON NN Number=Sing 3 conj 3:conj:or _ +8 someone someone PRON NN Number=Sing|PronType=Ind 3 conj 3:conj:or _ 9 from from ADP IN _ 10 case 10:case _ 10 CEC cec NOUN NN Number=Sing 8 nmod 8:nmod:from SpaceAfter=No 11 ? ? PUNCT . _ 3 punct 3:punct _ @@ -76781,29 +76809,29 @@ # sent_id = email-enronsent39_01-0004 # text = There have been some issues with getting everything coordinated lately and I wanted to make sure that we knew who was on point. 1 There there PRON EX _ 3 expl 3:expl _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 been be VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 some some DET DT _ 5 det 5:det _ +4 some some DET DT PronType=Ind 5 det 5:det _ 5 issues issue NOUN NNS Number=Plur 3 nsubj 3:nsubj _ 6 with with SCONJ IN _ 7 mark 7:mark _ 7 getting get VERB VBG VerbForm=Ger 5 acl 5:acl:with _ -8 everything everything PRON NN Number=Sing 7 obj 7:obj|9:nsubj:xsubj _ -9 coordinated coordinate VERB VBN Tense=Past|VerbForm=Part 7 xcomp 7:xcomp _ +8 everything everything PRON NN Number=Sing|PronType=Tot 7 obj 7:obj|9:nsubj:xsubj _ +9 coordinated coordinate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 xcomp 7:xcomp _ 10 lately lately ADV RB _ 5 advmod 5:advmod _ 11 and and CCONJ CC _ 13 cc 13:cc _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj|16:nsubj:xsubj _ -13 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +13 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 14 to to PART TO _ 15 mark 15:mark _ 15 make make VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 16 sure sure ADJ JJ Degree=Pos 15 xcomp 15:xcomp _ 17 that that SCONJ IN _ 19 mark 19:mark _ 18 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -19 knew know VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 ccomp 16:ccomp _ +19 knew know VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 16 ccomp 16:ccomp _ 20 who who PRON WP PronType=Int 23 nsubj 23:nsubj _ 21 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 23 cop 23:cop _ 22 on on ADP IN _ 23 case 23:case _ 23 point point NOUN NN Number=Sing 19 ccomp 19:ccomp SpaceAfter=No -24 . . PUNCT . _ 5 punct 5:punct _ +24 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent39_01-0005 # newpar id = email-enronsent39_01-p0003 @@ -76842,18 +76870,18 @@ 12 held hold VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 13 on on ADP IN _ 14 case 14:case _ 14 Wednesday Wednesday PROPN NNP Number=Sing 12 obl 12:obl:on SpaceAfter=No -15 , , PUNCT , _ 14 punct 14:punct _ +15 , , PUNCT , _ 16 punct 16:punct _ 16 September September PROPN NNP Number=Sing 14 appos 14:appos _ -17 12 12 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No -18 , , PUNCT , _ 12 punct 12:punct _ +17 12 12 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No +18 , , PUNCT , _ 23 punct 23:punct _ 19 at at ADP IN _ 23 case 23:case _ 20 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -21 Grand Grand PROPN NNP Number=Sing 23 compound 23:compound _ +21 Grand Grand ADJ NNP Degree=Pos 23 amod 23:amod _ 22 Hyatt Hyatt PROPN NNP Number=Sing 23 compound 23:compound _ 23 Hotel Hotel PROPN NNP Number=Sing 12 obl 12:obl:at _ 24 in in ADP IN _ 25 case 25:case _ 25 Washington Washington PROPN NNP Number=Sing 23 nmod 23:nmod:in SpaceAfter=No -26 , , PUNCT , _ 25 punct 25:punct _ +26 , , PUNCT , _ 27 punct 27:punct _ 27 DC DC PROPN NNP Number=Sing 25 appos 25:appos SpaceAfter=No 28 . . PUNCT . _ 12 punct 12:punct _ @@ -76868,10 +76896,10 @@ 7 conjunction conjunction NOUN NN Number=Sing 5 obl 5:obl:in _ 8 with with ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 third third ADJ JJ Degree=Pos|NumType=Ord 11 amod 11:amod _ +10 third third ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 11 amod 11:amod _ 11 meeting meeting NOUN NN Number=Sing 7 nmod 7:nmod:with _ 12 of of ADP IN _ 14 case 14:case _ -13 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 DISCO DISCO PROPN NNP Number=Sing 11 nmod 11:nmod:of _ 15 of of ADP IN _ 18 case 18:case _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ @@ -76884,9 +76912,9 @@ 1 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No 2 Please please INTJ UH _ 3 discourse 3:discourse _ 3 visit visit VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -4 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +4 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 5 newly newly ADV RB _ 6 advmod 6:advmod _ -6 updated update VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +6 updated update VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 website website NOUN NN Number=Sing 3 obj 3:obj _ 8 www.caem.org www.caem.org X ADD _ 7 appos 7:appos _ 9 for for ADP IN _ 11 case 11:case _ @@ -76907,9 +76935,9 @@ 4 meeting meeting NOUN NN Number=Sing 10 obl 10:obl:following _ 5 on on ADP IN _ 6 case 6:case _ 6 Wednesday Wednesday PROPN NNP Number=Sing 4 nmod 4:nmod:on SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +7 , , PUNCT , _ 4 punct 4:punct _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj:pass 10:nsubj:pass|12:nsubj:xsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ +9 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ 10 invited invite VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 11 to to PART TO _ 12 mark 12:mark _ 12 join join VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ @@ -76926,7 +76954,7 @@ 23 reception reception NOUN NN Number=Sing 12 obl 12:obl:for _ 24 and and CCONJ CC _ 25 cc 25:cc _ 25 dinner dinner NOUN NN Number=Sing 23 conj 12:obl:for|23:conj:and SpaceAfter=No -26 , , PUNCT , _ 23 punct 23:punct _ +26 , , PUNCT , _ 30 punct 30:punct _ 27 including include VERB VBG VerbForm=Ger 30 case 30:case _ 28 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ 29 guest guest NOUN NN Number=Sing 30 compound 30:compound _ @@ -76937,7 +76965,7 @@ # text = Board members are also invited to join in the substantive session of the DISCO Forum on Thursday, September 13. 1 Board board NOUN NN Number=Sing 2 compound 2:compound _ 2 members member NOUN NNS Number=Plur 5 nsubj:pass 5:nsubj:pass|7:nsubj:xsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ 4 also also ADV RB _ 5 advmod 5:advmod _ 5 invited invite VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ @@ -76952,9 +76980,9 @@ 15 Forum Forum PROPN NNP Number=Sing 11 nmod 11:nmod:of _ 16 on on ADP IN _ 17 case 17:case _ 17 Thursday Thursday PROPN NNP Number=Sing 11 nmod 11:nmod:on SpaceAfter=No -18 , , PUNCT , _ 17 punct 17:punct _ +18 , , PUNCT , _ 19 punct 19:punct _ 19 September September PROPN NNP Number=Sing 17 appos 17:appos _ -20 13 13 NUM CD NumType=Card 19 nummod 19:nummod SpaceAfter=No +20 13 13 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod SpaceAfter=No 21 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent39_01-0013 @@ -76973,11 +77001,11 @@ 12 same same ADJ JJ Degree=Pos 13 amod 13:amod _ 13 time time NOUN NN Number=Sing 7 obl 7:obl:at _ 14 as as ADP IN _ 16 case 16:case _ -15 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 meetings meeting NOUN NNS Number=Plur 13 nmod 13:nmod:as SpaceAfter=No -17 , , PUNCT , _ 24 punct 24:punct _ +17 , , PUNCT , _ 6 punct 6:punct _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -19 Grand Grand PROPN NNP Number=Sing 20 compound 20:compound _ +19 Grand Grand ADJ NNP Degree=Pos 20 amod 20:amod _ 20 Hyatt Hyatt PROPN NNP Number=Sing 24 nsubj:pass 24:nsubj:pass _ 21 unfortunately unfortunately ADV RB _ 24 advmod 24:advmod _ 22 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 aux:pass 24:aux:pass _ @@ -76988,9 +77016,9 @@ # sent_id = email-enronsent39_01-0014 # text = However, we have reserved a block of rooms at the nearby Wyndham Hotel. 1 However however ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -4 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 reserved reserve VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 block block NOUN NN Number=Sing 5 obj 5:obj _ @@ -77007,20 +77035,20 @@ # text = To reserve one of these rooms, you must inform the Wyndham staff that you are part of the CAEM group. 1 To to PART TO _ 2 mark 2:mark _ 2 reserve reserve VERB VB VerbForm=Inf 10 advcl 10:advcl:to _ -3 one one NUM CD NumType=Card 2 obj 2:obj _ +3 one one NUM CD NumForm=Word|NumType=Card 2 obj 2:obj _ 4 of of ADP IN _ 6 case 6:case _ 5 these this DET DT Number=Plur|PronType=Dem 6 det 6:det _ 6 rooms room NOUN NNS Number=Plur 3 nmod 3:nmod:of SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +7 , , PUNCT , _ 2 punct 2:punct _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ 9 must must AUX MD VerbForm=Fin 10 aux 10:aux _ 10 inform inform VERB VB VerbForm=Inf 0 root 0:root _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 Wyndham Wyndham PROPN NNP Number=Sing 13 compound 13:compound _ -13 staff staff NOUN NN Number=Sing 10 obj 10:obj _ +13 staff staff NOUN NN Number=Sing 10 iobj 10:iobj _ 14 that that SCONJ IN _ 17 mark 17:mark _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ -16 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ +16 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 17 part part NOUN NN Number=Sing 10 ccomp 10:ccomp _ 18 of of ADP IN _ 21 case 21:case _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ @@ -77041,7 +77069,7 @@ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 different different ADJ JJ Degree=Pos 11 amod 11:amod _ 11 hotel hotel NOUN NN Number=Sing 7 nmod 7:nmod:at SpaceAfter=No -12 , , PUNCT , _ 14 punct 14:punct _ +12 , , PUNCT , _ 4 punct 4:punct _ 13 please please INTJ UH _ 14 discourse 14:discourse _ 14 do do VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 15 so so ADV RB _ 14 advmod 14:advmod _ @@ -77052,7 +77080,7 @@ 20 limited limited ADJ JJ Degree=Pos 21 amod 21:amod _ 21 availability availability NOUN NN Number=Sing 19 nsubj 19:nsubj _ 22 in in ADP IN _ 25 case 25:case _ -23 all all DET DT _ 25 det 25:det _ +23 all all DET DT PronType=Tot 25 det 25:det _ 24 surrounding surround VERB VBG VerbForm=Ger 25 amod 25:amod _ 25 hotels hotel NOUN NNS Number=Plur 21 nmod 21:nmod:in SpaceAfter=No 26 . . PUNCT . _ 14 punct 14:punct _ @@ -77075,40 +77103,40 @@ 14 Forum Forum PROPN NNP Number=Sing 10 nmod 10:nmod:of _ 15 on on ADP IN _ 16 case 16:case _ 16 July July PROPN NNP Number=Sing 4 obl 4:obl:on _ -17 20 20 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No +17 20 20 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No 18 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent39_01-0018 # text = If you have any questions or require any assistance at all, please contact Hope Duncan at 202.739.0134 or Jeff Mangold at 703.729.2710. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|7:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:if _ -4 any any DET DT _ 5 det 5:det _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:if _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 questions question NOUN NNS Number=Plur 3 obj 3:obj _ 6 or or CCONJ CC _ 7 cc 7:cc _ -7 require require VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:or|14:advcl:if _ -8 any any DET DT _ 9 det 9:det _ +7 require require VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 conj 3:conj:or|14:advcl:if _ +8 any any DET DT PronType=Ind 9 det 9:det _ 9 assistance assistance NOUN NN Number=Sing 7 obj 7:obj _ -10 at at ADV RB _ 11 case 11:case _ -11 all all ADV RB _ 9 nmod 9:nmod:at SpaceAfter=No -12 , , PUNCT , _ 14 punct 14:punct _ +10 at at ADP IN _ 11 case 11:case _ +11 all all DET DT PronType=Tot 9 nmod 9:nmod:at SpaceAfter=No +12 , , PUNCT , _ 3 punct 3:punct _ 13 please please INTJ UH _ 14 discourse 14:discourse _ 14 contact contact VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 15 Hope Hope PROPN NNP Number=Sing 14 obj 14:obj _ 16 Duncan Duncan PROPN NNP Number=Sing 15 flat 15:flat _ 17 at at ADP IN _ 18 case 18:case _ -18 202.739.0134 202.739.0134 NUM CD NumType=Card 15 nmod 15:nmod:at _ +18 202.739.0134 202.739.0134 NUM CD NumForm=Digit|NumType=Card 15 nmod 15:nmod:at _ 19 or or CCONJ CC _ 20 cc 20:cc _ 20 Jeff Jeff PROPN NNP Number=Sing 15 conj 14:obj|15:conj:or _ 21 Mangold Mangold PROPN NNP Number=Sing 20 flat 20:flat _ 22 at at ADP IN _ 23 case 23:case _ -23 703.729.2710 703.729.2710 NUM CD NumType=Card 20 nmod 20:nmod:at SpaceAfter=No +23 703.729.2710 703.729.2710 NUM CD NumForm=Digit|NumType=Card 20 nmod 20:nmod:at SpaceAfter=No 24 . . PUNCT . _ 14 punct 14:punct _ # sent_id = email-enronsent39_01-0019 # text = We are looking forward to seeing you on September 12. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 looking look VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 forward forward ADV RB _ 3 advmod 3:advmod _ 5 to to SCONJ IN _ 6 mark 6:mark _ @@ -77116,7 +77144,7 @@ 7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 6 obj 6:obj _ 8 on on ADP IN _ 9 case 9:case _ 9 September September PROPN NNP Number=Sing 6 obl 6:obl:on _ -10 12 12 NUM CD NumType=Card 9 nummod 9:nummod SpaceAfter=No +10 12 12 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent39_01-0020 @@ -77128,26 +77156,26 @@ # sent_id = email-enronsent39_01-0021 # newpar id = email-enronsent39_01-p0007 # text = Grand Hyatt Hotel 1000 H Street NW Washington DC 20001 Phone: 202.582.1234 or 1.800.233.1234 Fax: 202.637.4781 Website: http://washington.hyatt.com/wasgh/index.html -1 Grand Grand PROPN NNP Number=Sing 3 compound 3:compound _ +1 Grand Grand ADJ NNP Degree=Pos 3 amod 3:amod _ 2 Hyatt Hyatt PROPN NNP Number=Sing 3 compound 3:compound _ 3 Hotel Hotel PROPN NNP Number=Sing 0 root 0:root _ -4 1000 1000 NUM CD NumType=Card 7 nummod 7:nummod _ +4 1000 1000 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 5 H H PROPN NNP Number=Sing 7 compound 7:compound _ 6 Street Street PROPN NNP Number=Sing 7 compound 7:compound _ 7 NW NW PROPN NNP Number=Sing 3 list 3:list _ 8 Washington Washington PROPN NNP Number=Sing 7 appos 7:appos _ 9 DC DC PROPN NNP Number=Sing 8 appos 8:appos _ -10 20001 20001 NUM CD NumType=Card 7 appos 7:appos _ +10 20001 20001 NUM CD NumForm=Digit|NumType=Card 7 appos 7:appos _ 11 Phone phone NOUN NN Number=Sing 3 list 3:list SpaceAfter=No -12 : : PUNCT : _ 11 punct 11:punct _ -13 202.582.1234 202.582.1234 NUM CD NumType=Card 11 appos 11:appos _ +12 : : PUNCT : _ 13 punct 13:punct _ +13 202.582.1234 202.582.1234 NUM CD NumForm=Digit|NumType=Card 11 appos 11:appos _ 14 or or CCONJ CC _ 15 cc 15:cc _ -15 1.800.233.1234 1.800.233.1234 NUM CD NumType=Card 13 conj 11:appos|13:conj:or _ +15 1.800.233.1234 1.800.233.1234 NUM CD NumForm=Digit|NumType=Card 13 conj 11:appos|13:conj:or _ 16 Fax fax NOUN NN Number=Sing 3 list 3:list SpaceAfter=No -17 : : PUNCT : _ 16 punct 16:punct _ -18 202.637.4781 202.637.4781 NUM CD NumType=Card 16 appos 16:appos _ +17 : : PUNCT : _ 18 punct 18:punct _ +18 202.637.4781 202.637.4781 NUM CD NumForm=Digit|NumType=Card 16 appos 16:appos _ 19 Website website NOUN NN Number=Sing 3 list 3:list SpaceAfter=No -20 : : PUNCT : _ 19 punct 19:punct _ +20 : : PUNCT : _ 21 punct 21:punct _ 21 http://washington.hyatt.com/wasgh/index.html http://washington.hyatt.com/wasgh/index.html X ADD _ 19 appos 19:appos _ # sent_id = email-enronsent39_01-0022 @@ -77155,24 +77183,24 @@ 1 Wyndham Wyndham PROPN NNP Number=Sing 3 compound 3:compound _ 2 Washington Washington PROPN NNP Number=Sing 3 compound 3:compound _ 3 DC DC PROPN NNP Number=Sing 0 root 0:root _ -4 1400 1400 NUM CD NumType=Card 7 nummod 7:nummod _ +4 1400 1400 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 5 M M PROPN NNP Number=Sing 7 compound 7:compound _ 6 Street Street PROPN NNP Number=Sing 7 compound 7:compound _ 7 NW NW PROPN NNP Number=Sing 3 list 3:list _ 8 Washington Washington PROPN NNP Number=Sing 7 appos 7:appos SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 DC DC PROPN NNP Number=Sing 8 appos 8:appos _ -11 20005 20005 NUM CD NumType=Card 7 appos 7:appos _ +11 20005 20005 NUM CD NumForm=Digit|NumType=Card 7 appos 7:appos _ 12 Phone phone NOUN NN Number=Sing 3 list 3:list SpaceAfter=No -13 : : PUNCT : _ 12 punct 12:punct _ -14 202.429.1700 202.429.1700 NUM CD NumType=Card 12 appos 12:appos _ +13 : : PUNCT : _ 14 punct 14:punct _ +14 202.429.1700 202.429.1700 NUM CD NumForm=Digit|NumType=Card 12 appos 12:appos _ 15 or or CCONJ CC _ 16 cc 16:cc _ -16 1.877.999.3223 1.877.999.3223 NUM CD NumType=Card 14 conj 12:appos|14:conj:or _ +16 1.877.999.3223 1.877.999.3223 NUM CD NumForm=Digit|NumType=Card 14 conj 12:appos|14:conj:or _ 17 Fax fax NOUN NN Number=Sing 3 list 3:list SpaceAfter=No -18 : : PUNCT : _ 17 punct 17:punct _ -19 202.785.0786 202.785.0786 NUM CD NumType=Card 17 appos 17:appos _ +18 : : PUNCT : _ 19 punct 19:punct _ +19 202.785.0786 202.785.0786 NUM CD NumForm=Digit|NumType=Card 17 appos 17:appos _ 20 Website website NOUN NN Number=Sing 3 list 3:list SpaceAfter=No -21 : : PUNCT : _ 20 punct 20:punct _ +21 : : PUNCT : _ 22 punct 22:punct _ 22 http://www.wyndham.com/Washington_DC/default.cfm http://www.wyndham.com/washington_dc/default.cfm X ADD _ 20 appos 20:appos _ # sent_id = email-enronsent39_01-0023 @@ -77192,7 +77220,7 @@ # text = If so, I will handle it. 1 If if SCONJ IN _ 2 mark 2:mark _ 2 so so ADV RB _ 6 advcl 6:advcl:if SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 5 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 6 handle handle VERB VB VerbForm=Inf 0 root 0:root _ @@ -77207,14 +77235,14 @@ # sent_id = email-enronsent39_01-0027 # text = Lora Sullivan@ENRON -1 Lora lora X GW _ 0 root 0:root _ -2 Sullivan@ENRON sullivan@enron X ADD _ 1 goeswith 1:goeswith _ +1 Lora lorasullivan@enron X GW Typo=Yes 0 root 0:root _ +2 Sullivan@ENRON _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent39_01-0028 # text = 07/19/2001 03:31 PM -1 07/19/2001 07/19/2001 NUM CD NumType=Card 0 root 0:root _ -2 03:31 03:31 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 07/19/2001 07/19/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 03:31 03:31 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent39_01-0029 # text = Dear Linda, @@ -77226,13 +77254,13 @@ # newpar id = email-enronsent39_01-p0009 # text = We are receiving invoices from Ace Federal Reporters for transcripts of the recent FERC settlement conferences. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 receiving receive VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 invoices invoice NOUN NNS Number=Plur 3 obj 3:obj _ 5 from from ADP IN _ 8 case 8:case _ 6 Ace Ace PROPN NNP Number=Sing 8 compound 8:compound _ -7 Federal Federal PROPN NNP Number=Sing 8 compound 8:compound _ -8 Reporters Reporters PROPN NNPS Number=Plur 3 obl 3:obl:from _ +7 Federal Federal ADJ NNP Degree=Pos 8 amod 8:amod _ +8 Reporters Reporter PROPN NNPS Number=Plur 3 obl 3:obl:from _ 9 for for ADP IN _ 10 case 10:case _ 10 transcripts transcript NOUN NNS Number=Plur 4 nmod 4:nmod:for _ 11 of of ADP IN _ 16 case 16:case _ @@ -77254,17 +77282,18 @@ 7 charged charge VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 ccomp 3:ccomp _ 8 to to ADP IN _ 13 case 13:case _ 9 Jim Jim PROPN NNP Number=Sing 13 nmod:poss 13:nmod:poss _ -10 Steffes Steffes PROPN NNP Number=Sing 9 flat 9:flat SpaceAfter=No +10-11 Steffes' _ _ _ _ _ _ _ _ +10 Steffes Steffes PROPN NNP Number=Sing 9 flat 9:flat _ 11 ' 's PART POS _ 9 case 9:case _ 12 cost cost NOUN NN Number=Sing 13 compound 13:compound _ 13 center center NOUN NN Number=Sing 7 obl 7:obl:to SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ -15 etc etc X FW _ 13 advmod 13:advmod SpaceAfter=No +14 , , PUNCT , _ 15 punct 15:punct _ +15 etc etc. NOUN FW Abbr=Yes|Number=Plur 13 conj 13:conj SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent39_01-0032 # text = Do you want me to send the invoices to you? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 want want VERB VB VerbForm=Inf 0 root 0:root _ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj 3:obj|6:nsubj:xsubj _ @@ -77306,36 +77335,36 @@ 5 Affairs affair NOUN NNS Number=Plur 6 compound 6:compound _ 6 Representative representative NOUN NN Number=Sing 1 appos 1:appos _ 7 Enron Enron PROPN NNP Number=Sing 1 list 1:list _ -8 1775 1775 NUM CD NumType=Card 12 nummod 12:nummod _ +8 1775 1775 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 9 Eye Eye PROPN NNP Number=Sing 12 compound 12:compound _ 10 Street Street PROPN NNP Number=Sing 12 compound 12:compound SpaceAfter=No -11 , , PUNCT , _ 12 punct 12:punct _ +11 , , PUNCT , _ 10 punct 10:punct _ 12 NW NW PROPN NNP Number=Sing 1 list 1:list _ 13 Suite suite NOUN NN Number=Sing 1 list 1:list _ -14 800 800 NUM CD NumType=Card 13 nummod 13:nummod _ +14 800 800 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 15 Washington Washington PROPN NNP Number=Sing 12 appos 12:appos SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ +16 , , PUNCT , _ 17 punct 17:punct _ 17 DC DC PROPN NNP Number=Sing 15 appos 15:appos _ -18 20006 20006 NUM CD NumType=Card 12 appos 12:appos _ -19 202-466-9142 202-466-9142 NUM CD NumType=Card 1 list 1:list _ -20 202-828-3372 202-828-3372 NUM CD NumType=Card 22 appos 22:appos _ +18 20006 20006 NUM CD NumForm=Digit|NumType=Card 12 appos 12:appos _ +19 202-466-9142 202-466-9142 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ +20 202-828-3372 202-828-3372 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 21 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No -22 fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +22 fax fax NOUN NN Number=Sing 20 appos 20:appos SpaceAfter=No 23 ) ) PUNCT -RRB- _ 22 punct 22:punct _ 24 email email NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -25 : : PUNCT : _ 24 punct 24:punct _ +25 : : PUNCT : _ 26 punct 26:punct _ 26 lora.sullivan@enron.com lora.sullivan@enron.com X ADD _ 24 appos 24:appos _ # sent_id = email-enronsent39_01-0037 # text = 1 < < PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No -2 Embedded embed VERB VBN Tense=Past|VerbForm=Part 3 amod 3:amod _ +2 Embedded embed VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 amod 3:amod _ 3 Picture picture NOUN NN Number=Sing 0 root 0:root _ -4 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No +4 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No 5 Device device NOUN NN Number=Sing 6 obl:npmod 6:obl:npmod _ 6 Independent independent ADJ JJ Degree=Pos 7 amod 7:amod _ 7 Bitmap bitmap NOUN NN Number=Sing 3 parataxis 3:parataxis SpaceAfter=No -8 ) ) PUNCT -RRB- _ 3 punct 3:punct SpaceAfter=No +8 ) ) PUNCT -RRB- _ 7 punct 7:punct SpaceAfter=No 9 > > PUNCT -RRB- _ 3 punct 3:punct _ # sent_id = email-enronsent39_01-0038 @@ -77343,9 +77372,9 @@ # text = I'm in all week. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 in in ADV RB _ 0 root 0:root _ -4 all all DET DT _ 5 det 5:det _ +4 all all DET DT PronType=Tot 5 det 5:det _ 5 week week NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ @@ -77362,7 +77391,7 @@ 3 visit visit VERB VB VerbForm=Inf 0 root 0:root _ 4 about about SCONJ IN _ 6 mark 6:mark _ 5 what what PRON WP PronType=Int 6 nsubj 6:nsubj _ -6 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:about _ +6 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:about _ 7 on on ADV RB _ 6 advmod 6:advmod _ 8 with with ADP IN _ 9 case 9:case _ 9 Ursula Ursula PROPN NNP Number=Sing 6 obl 6:obl:with _ @@ -77370,9 +77399,9 @@ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 PRC PRC PROPN NNP Number=Sing 13 compound 13:compound _ 13 meeting meeting NOUN NN Number=Sing 6 obl 6:obl:at _ -14 when when SCONJ WRB PronType=Int 16 mark 16:mark _ +14 when when ADV WRB PronType=Int 16 advmod 16:advmod _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -16 catch catch VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:when _ +16 catch catch VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:when _ 17 up up ADP RP _ 16 compound:prt 16:compound:prt SpaceAfter=No 18 ? ? PUNCT . _ 3 punct 3:punct _ @@ -77380,7 +77409,7 @@ # text = BRADLEY JR, ROBERT L, 1 BRADLEY BRADLEY PROPN NNP Number=Sing 0 root 0:root _ 2 JR JR PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 ROBERT ROBERT PROPN NNP Number=Sing 1 flat 1:flat _ 5 L L PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No 6 , , PUNCT , _ 5 punct 5:punct _ @@ -77388,7 +77417,7 @@ # sent_id = email-enronsent39_01-0042 # text = A revised version of the Evaluation form for Associates and Analysts is attached below. 1 A a DET DT Definite=Ind|PronType=Art 3 det 3:det _ -2 revised revise VERB VBN Tense=Past|VerbForm=Part 3 amod 3:amod _ +2 revised revise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 amod 3:amod _ 3 version version NOUN NN Number=Sing 13 nsubj:pass 13:nsubj:pass _ 4 of of ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -77412,23 +77441,23 @@ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 form form NOUN NN Number=Sing 2 obj 2:obj|4:obj _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -8 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +8 received receive VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 9 on on ADP IN _ 10 case 10:case _ 10 July July PROPN NNP Number=Sing 8 obl 8:obl:on _ -11 2 2 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No +11 2 2 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No 12 , , PUNCT , _ 18 punct 18:punct _ -13 as as ADV RB _ 18 cc 18:cc _ +13 as as ADV RB ExtPos=CCONJ 18 cc 18:cc _ 14 well well ADV RB Degree=Pos 13 fixed 13:fixed _ 15 as as ADP IN _ 13 fixed 13:fixed _ -16 any any DET DT _ 18 det 18:det _ +16 any any DET DT PronType=Ind 18 det 18:det _ 17 blank blank ADJ JJ Degree=Pos 18 amod 18:amod _ 18 forms form NOUN NNS Number=Plur 6 conj 2:obj|6:conj:as_well_as _ -19 retrieved retrieve VERB VBN Tense=Past|VerbForm=Part 18 acl 18:acl _ +19 retrieved retrieve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 acl 18:acl _ 20 from from ADP IN _ 23 case 23:case _ 21 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 22 PEP pep NOUN NN Number=Sing 23 compound 23:compound _ 23 system system NOUN NN Number=Sing 19 obl 19:obl:from _ -24 prior prior ADJ JJ Degree=Pos 27 case 27:case _ +24 prior prior ADJ JJ Degree=Pos|ExtPos=ADP 27 case 27:case _ 25 to to ADP IN _ 24 fixed 24:fixed _ 26 that that DET DT Number=Sing|PronType=Dem 27 det 27:det _ 27 date date NOUN NN Number=Sing 19 obl 19:obl:prior_to SpaceAfter=No @@ -77439,7 +77468,7 @@ 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 use use VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 attached attach VERB VBN Tense=Past|VerbForm=Part 2 obj 2:obj _ +4 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 obj 2:obj _ 5 for for ADP IN _ 9 case 9:case _ 6 Associate associate NOUN NN Number=Sing 9 compound 9:compound _ 7 and and CCONJ CC _ 8 cc 8:cc _ @@ -77449,7 +77478,7 @@ # sent_id = email-enronsent39_01-0045 # text = All Evaluations for Associates and Analysts must be completed using this form. -1 All all DET DT _ 2 det 2:det _ +1 All all DET DT PronType=Tot 2 det 2:det _ 2 Evaluations evaluation NOUN NNS Number=Plur 9 nsubj:pass 9:nsubj:pass _ 3 for for ADP IN _ 4 case 4:case _ 4 Associates associate NOUN NNS Number=Plur 2 nmod 2:nmod:for _ @@ -77468,14 +77497,14 @@ # text = - BRENNER, URSULA J.doc << File: BRENNER, URSULA J.doc >> 1 - - PUNCT NFP _ 2 punct 2:punct _ 2 BRENNER BRENNER PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 URSULA URSULA X NNP Number=Sing 2 compound 2:compound _ 5 J.doc j.doc NOUN NN Number=Sing 2 compound 2:compound _ -6 << << PUNCT -LRB- _ 2 punct 2:punct _ +6 << << PUNCT -LRB- _ 7 punct 7:punct _ 7 File file NOUN NN Number=Sing 2 list 2:list SpaceAfter=No -8 : : PUNCT : _ 7 punct 7:punct _ +8 : : PUNCT : _ 9 punct 9:punct _ 9 BRENNER BRENNER PROPN NNP Number=Sing 7 appos 7:appos SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 URSULA URSULA X NNP Number=Sing 9 compound 9:compound _ 12 J.doc j.doc NOUN NN Number=Sing 9 compound 9:compound _ 13 >> >> PUNCT -RRB- _ 2 punct 2:punct _ @@ -77497,12 +77526,12 @@ 5 meeting meeting NOUN NN Number=Sing 3 obj 3:obj _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 week week NOUN NN Number=Sing 5 nmod:tmod 5:nmod:tmod _ -8 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No +8 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No 9 maybe maybe ADV RB _ 10 advmod 10:advmod _ 10 Thursday Thursday PROPN NNP Number=Sing 7 appos 7:appos _ 11 at at ADP IN _ 12 case 12:case _ -12 3:30 3:30 NUM CD NumType=Card 10 nmod 10:nmod:at SpaceAfter=No -13 ) ) PUNCT -RRB- _ 7 punct 7:punct _ +12 3:30 3:30 NUM CD NumForm=Digit|NumType=Card 10 nmod 10:nmod:at SpaceAfter=No +13 ) ) PUNCT -RRB- _ 10 punct 10:punct _ 14 to to PART TO _ 15 mark 15:mark _ 15 discuss discuss VERB VB VerbForm=Inf 5 acl 5:acl:to _ 16 this this PRON DT Number=Sing|PronType=Dem 15 obj 15:obj SpaceAfter=No @@ -77517,7 +77546,7 @@ # newpar id = email-enronsent39_01-p0020 # text = We do need a formal plan. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 need need VERB VB VerbForm=Inf 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 formal formal ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -77527,7 +77556,7 @@ # sent_id = email-enronsent39_01-0051 # text = We have been working closely together to identify the issues as they develop and propose solutions. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux 4:aux _ 4 working work VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 closely closely ADV RB _ 6 advmod 6:advmod _ @@ -77538,7 +77567,7 @@ 10 issues issue NOUN NNS Number=Plur 8 obj 8:obj _ 11 as as SCONJ IN _ 13 mark 13:mark _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 develop develop VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:as _ +13 develop develop VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:as _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 propose propose VERB VB VerbForm=Inf 8 conj 4:advcl:to|8:conj:and _ 16 solutions solution NOUN NNS Number=Plur 15 obj 15:obj SpaceAfter=No @@ -77562,7 +77591,7 @@ # sent_id = email-enronsent39_01-0053 # text = We have been successful in communicating that information to the new commissioners and Ercot and seeking resolution. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 cop 4:cop _ 4 successful successful ADJ JJ Degree=Pos 0 root 0:root _ 5 in in SCONJ IN _ 6 mark 6:mark _ @@ -77586,13 +77615,13 @@ 2 commission commission NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 definitely definitely ADV RB _ 6 advmod 6:advmod _ -5 more more ADV RBR _ 6 advmod 6:advmod _ +5 more more ADV RBR Degree=Cmp 6 advmod 6:advmod _ 6 responsive responsive ADJ JJ Degree=Pos 0 root 0:root _ 7 to to ADP IN _ 9 case 9:case _ 8 market market NOUN NN Number=Sing 9 compound 9:compound _ 9 participants participant NOUN NNS Number=Plur 6 obl 6:obl:to|12:nsubj|16:nsubj|20:nsubj _ 10 that that PRON WDT PronType=Rel 12 nsubj 9:ref _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 articulating articulate VERB VBG Tense=Pres|VerbForm=Part 9 acl:relcl 9:acl:relcl _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 issue issue NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No @@ -77609,7 +77638,7 @@ # sent_id = email-enronsent39_01-0055 # text = Grand-standing is ignored. 1 Grand grand ADJ JJ Degree=Pos 3 amod 3:amod SpaceAfter=No -2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No +2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No 3 standing standing NOUN NN Number=Sing 5 nsubj:pass 5:nsubj:pass _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ 5 ignored ignore VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No @@ -77619,7 +77648,7 @@ # text = Those who show up with complaints but cannot point to specifics are virtually ignored. 1 Those that PRON DT Number=Plur|PronType=Dem 15 nsubj:pass 3:nsubj|10:nsubj|15:nsubj:pass _ 2 who who PRON WP PronType=Rel 3 nsubj 1:ref _ -3 show show VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +3 show show VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 4 up up ADP RP _ 3 compound:prt 3:compound:prt _ 5 with with ADP IN _ 6 case 6:case _ 6 complaints complaint NOUN NNS Number=Plur 3 obl 3:obl:with _ @@ -77630,7 +77659,7 @@ 10 point point VERB VB VerbForm=Inf 3 conj 1:acl:relcl|3:conj:but _ 11 to to ADP IN _ 12 case 12:case _ 12 specifics specifics NOUN NNS Number=Plur 10 obl 10:obl:to _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux:pass 15:aux:pass _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 aux:pass 15:aux:pass _ 14 virtually virtually ADV RB _ 15 advmod 15:advmod _ 15 ignored ignore VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 16 . . PUNCT . _ 15 punct 15:punct _ @@ -77639,13 +77668,13 @@ # text = Those who show up and complain, but are not participating in the working groups and the daily Ercot phone calls, board meetings, etc. are ignored. 1 Those that PRON DT Number=Plur|PronType=Dem 28 nsubj:pass 3:nsubj|6:nsubj|11:nsubj|28:nsubj:pass _ 2 who who PRON WP PronType=Rel 3 nsubj 1:ref _ -3 show show VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +3 show show VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 4 up up ADP RP _ 3 compound:prt 3:compound:prt _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 complain complain VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 1:acl:relcl|3:conj:and SpaceAfter=No +6 complain complain VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 conj 1:acl:relcl|3:conj:and SpaceAfter=No 7 , , PUNCT , _ 11 punct 11:punct _ 8 but but CCONJ CC _ 11 cc 11:cc _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 not not PART RB _ 11 advmod 11:advmod _ 11 participating participate VERB VBG Tense=Pres|VerbForm=Part 3 conj 1:acl:relcl|3:conj:but _ 12 in in ADP IN _ 15 case 15:case _ @@ -77661,9 +77690,9 @@ 22 , , PUNCT , _ 24 punct 24:punct _ 23 board board NOUN NN Number=Sing 24 compound 24:compound _ 24 meetings meeting NOUN NNS Number=Plur 15 conj 11:obl:in|15:conj:and SpaceAfter=No -25 , , PUNCT , _ 15 punct 15:punct _ -26 etc. etc. X FW _ 15 advmod 15:advmod _ -27 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 aux:pass 28:aux:pass _ +25 , , PUNCT , _ 26 punct 26:punct _ +26 etc. etc. NOUN FW Abbr=Yes|Number=Plur 15 conj 15:conj _ +27 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 28 aux:pass 28:aux:pass _ 28 ignored ignore VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 29 . . PUNCT . _ 28 punct 28:punct _ @@ -77672,14 +77701,14 @@ 1 Doug Doug PROPN NNP Number=Sing 4 nsubj 4:nsubj|12:nsubj _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 1 conj 1:conj:and|4:nsubj _ -4 met meet VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 met meet VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 with with ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 Chairman chairman NOUN NN Number=Sing 4 obl 4:obl:with _ 8 of of ADP IN _ 9 case 9:case _ 9 PUCT PUCT PROPN NNP Number=Sing 7 nmod 7:nmod:of _ 10 and and CCONJ CC _ 12 cc 12:cc _ -11 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 had have VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and _ 13 subsequent subsequent ADJ JJ Degree=Pos 14 amod 14:amod _ 14 conversations conversation NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No @@ -77691,7 +77720,7 @@ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 1 conj 1:conj:and|5:nsubj _ 4 also also ADV RB _ 5 advmod 5:advmod _ -5 visited visit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 visited visit VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 with with ADP IN _ 7 case 7:case _ 7 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 obl 5:obl:with SpaceAfter=No 8 . . PUNCT . _ 5 punct 5:punct _ @@ -77700,7 +77729,7 @@ # text = Pat Wood made a phone call to Tom Noel and told him to get the Texas market fixed. 1 Pat Pat PROPN NNP Number=Sing 3 nsubj 3:nsubj|11:nsubj _ 2 Wood Wood PROPN NNP Number=Sing 1 flat 1:flat _ -3 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 phone phone NOUN NN Number=Sing 6 compound 6:compound _ 6 call call NOUN NN Number=Sing 3 obj 3:obj _ @@ -77708,14 +77737,14 @@ 8 Tom Tom PROPN NNP Number=Sing 6 nmod 6:nmod:to _ 9 Noel Noel PROPN NNP Number=Sing 8 flat 8:flat _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ -12 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj|14:nsubj:xsubj _ +11 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +12 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 iobj 11:iobj|14:nsubj:xsubj _ 13 to to PART TO _ 14 mark 14:mark _ 14 get get VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 Texas Texas PROPN NNP Number=Sing 17 compound 17:compound _ 17 market market NOUN NN Number=Sing 14 obj 14:obj|18:nsubj:xsubj _ -18 fixed fix VERB VBN Tense=Past|VerbForm=Part 14 xcomp 14:xcomp SpaceAfter=No +18 fixed fix VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 xcomp 14:xcomp SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent39_01-0061 @@ -77725,16 +77754,16 @@ 3 though though SCONJ IN _ 5 mark 5:mark _ 4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 5 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:though _ -6 bigger bigger ADJ JJR Degree=Cmp 7 amod 7:amod _ +6 bigger big ADJ JJR Degree=Cmp 7 amod 7:amod _ 7 things thing NOUN NNS Number=Plur 5 obj 5:obj _ 8 to to PART TO _ 9 mark 9:mark _ 9 do do VERB VB VerbForm=Inf 7 acl 7:acl:to _ 10 in in ADP IN _ 11 case 11:case _ 11 D.C. D.C. PROPN NNP Number=Sing 9 obl 9:obl:in SpaceAfter=No -12 , , PUNCT , _ 16 punct 16:punct _ +12 , , PUNCT , _ 5 punct 5:punct _ 13 this this PRON DT Number=Sing|PronType=Dem 16 nsubj 16:nsubj _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ -15 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 legacy legacy NOUN NN Number=Sing 0 root 0:root _ 17 and and CCONJ CC _ 19 cc 19:cc _ 18 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj _ @@ -77747,7 +77776,7 @@ 25 work work VERB VB VerbForm=Inf 33 advcl 33:advcl:if _ 26 in in ADP IN _ 27 case 27:case _ 27 Texas Texas PROPN NNP Number=Sing 25 obl 25:obl:in SpaceAfter=No -28 , , PUNCT , _ 33 punct 33:punct _ +28 , , PUNCT , _ 25 punct 25:punct _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 repercussions repercussion NOUN NNS Number=Plur 33 nsubj 33:nsubj _ 31 could could AUX MD VerbForm=Fin 33 aux 33:aux _ @@ -77769,7 +77798,7 @@ 9 Texas Texas PROPN NNP Number=Sing 10 compound 10:compound _ 10 legislature legislature NOUN NN Number=Sing 1 nmod 1:nmod:of SpaceAfter=No 11 ) ) PUNCT -RRB- _ 10 punct 10:punct _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux:pass 14:aux:pass _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 aux:pass 14:aux:pass _ 13 also also ADV RB _ 14 advmod 14:advmod _ 14 engaged engage VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 15 in in ADP IN _ 17 case 17:case _ @@ -77780,7 +77809,7 @@ # sent_id = email-enronsent39_01-0063 # text = We have been working with the State Affairs legislative committee and keeping them apprised. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj|12:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux 4:aux _ 4 working work VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 with with ADP IN _ 10 case 10:case _ @@ -77792,7 +77821,7 @@ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 keeping keep VERB VBG Tense=Pres|VerbForm=Part 4 conj 4:conj:and _ 13 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 12 obj 12:obj|14:nsubj:xsubj _ -14 apprised apprise VERB VBN Tense=Past|VerbForm=Part 12 xcomp 12:xcomp SpaceAfter=No +14 apprised apprise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 xcomp 12:xcomp SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent39_01-0064 @@ -77804,12 +77833,12 @@ 5 Restructuring restructuring NOUN NN Number=Sing 6 compound 6:compound _ 6 Committee committee NOUN NN Number=Sing 7 compound 7:compound _ 7 hearing hearing NOUN NN Number=Sing 2 nsubj 2:nsubj _ -8 scheduled schedule VERB VBN Tense=Past|VerbForm=Part 7 acl 7:acl _ +8 scheduled schedule VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl _ 9 for for ADP IN _ 10 case 10:case _ 10 September September PROPN NNP Number=Sing 8 obl 8:obl:for _ -11 6th 6th NOUN NN Number=Sing 10 nummod 10:nummod _ +11 6th 6th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 10 nummod 10:nummod _ 12 or or CCONJ CC _ 13 cc 13:cc _ -13 7th 7th NOUN NN Number=Sing 11 conj 10:nummod|11:conj:or SpaceAfter=No +13 7th 7th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 11 conj 10:nummod|11:conj:or SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent39_01-0065 @@ -77820,7 +77849,7 @@ 4 expected expect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 to to PART TO _ 8 mark 8:mark _ 6 be be AUX VB VerbForm=Inf 8 cop 8:cop _ -7 invited invite VERB VBN Tense=Past|VerbForm=Part 8 amod 8:amod _ +7 invited invite VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 amod 8:amod _ 8 testimony testimony NOUN NN Number=Sing 4 xcomp 4:xcomp _ 9 only only ADV RB _ 8 advmod 8:advmod SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ @@ -77829,10 +77858,10 @@ # text = Those currently listed as invitees are PUCT Commissioners and Ercot's Sam Jones and Tom Noel. 1 Those that PRON DT Number=Plur|PronType=Dem 12 nsubj 12:nsubj|15:nsubj _ 2 currently currently ADV RB _ 3 advmod 3:advmod _ -3 listed list VERB VBN Tense=Past|VerbForm=Part 1 advcl 1:advcl _ +3 listed list VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 acl 1:acl _ 4 as as ADP IN _ 5 case 5:case _ 5 invitees invitee NOUN NNS Number=Plur 3 obl 3:obl:as _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 7 PUCT PUCT PROPN NNP Number=Sing 8 compound 8:compound _ 8 Commissioners commissioner NOUN NNS Number=Plur 12 nmod:poss 12:nmod:poss _ 9 and and CCONJ CC _ 10 cc 10:cc _ @@ -77857,16 +77886,16 @@ 7 pilot pilot NOUN NN Number=Sing 4 obl 4:obl:on _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +10 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 11 an a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 opportunity opportunity NOUN NN Number=Sing 10 obj 10:obj _ 13 to to PART TO _ 14 mark 14:mark _ 14 provide provide VERB VB VerbForm=Inf 12 acl 12:acl:to _ -15 some some DET DT _ 17 det 17:det _ +15 some some DET DT PronType=Ind 17 det 17:det _ 16 probing probing ADJ JJ Degree=Pos 17 amod 17:amod _ 17 questions question NOUN NNS Number=Plur 14 obj 14:obj _ -18 for for ADP IN _ 23 mark 23:mark _ -19 Wolens Wolens PROPN NNP Number=Sing 23 nsubj 23:nsubj|25:nsubj _ +18 for for SCONJ IN _ 21 mark 21:mark _ +19 Wolens Wolens PROPN NNP Number=Sing 21 nsubj 21:nsubj _ 20 to to PART TO _ 21 mark 21:mark _ 21 direct direct VERB VB VerbForm=Inf 14 advcl 14:advcl:to _ 22 to to ADP IN _ 23 case 23:case _ @@ -77887,7 +77916,7 @@ 8 for for ADP IN _ 9 case 9:case _ 9 Lt. Lt. PROPN NNP Number=Sing 7 nmod 7:nmod:for _ 10 Governor Governor PROPN NNP Number=Sing 9 flat 9:flat SpaceAfter=No -11 , , PUNCT , _ 13 punct 13:punct _ +11 , , PUNCT , _ 1 punct 1:punct _ 12 there there PRON EX _ 13 expl 13:expl _ 13 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 14 more more ADJ JJR Degree=Cmp 15 amod 15:amod _ @@ -77897,7 +77926,7 @@ 18 up up ADP RP _ 17 compound:prt 17:compound:prt _ 19 and and CCONJ CC _ 20 cc 20:cc _ 20 ask ask VERB VB VerbForm=Inf 17 conj 15:acl:to|17:conj:and _ -21 some some DET DT _ 23 det 23:det _ +21 some some DET DT PronType=Ind 23 det 23:det _ 22 difficult difficult ADJ JJ Degree=Pos 23 amod 23:amod _ 23 questions question NOUN NNS Number=Plur 20 obj 20:obj SpaceAfter=No 24 . . PUNCT . _ 13 punct 13:punct _ @@ -77929,8 +77958,8 @@ 7 to to ADP IN _ 8 case 8:case _ 8 Houston Houston PROPN NNP Number=Sing 6 nmod 6:nmod:to _ 9 at at ADP IN _ 11 case 11:case _ -10 8:00 8:00 NUM CD NumType=Card 11 nummod 11:nummod _ -11 a.m a.m NOUN NN Number=Sing 6 obl 6:obl:at SpaceAfter=No +10 8:00 8:00 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ +11 a.m a.m. NOUN NN Number=Sing 6 obl 6:obl:at SpaceAfter=No 12 . . PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent39_01-0071 @@ -77938,12 +77967,12 @@ 1 Can can AUX MD VerbForm=Fin 3 aux 3:aux _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 3 find find VERB VB VerbForm=Inf 0 root 0:root _ -4 another another DET DT _ 5 det 5:det _ +4 another another DET DT PronType=Ind 5 det 5:det _ 5 time time NOUN NN Number=Sing 3 obj 3:obj|7:nsubj _ 6 that that PRON WDT PronType=Rel 7 nsubj 5:ref _ 7 works work VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ -8 for for ADP IN _ 9 case 9:case _ -9 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 7 obl 7:obl:for _ +8 for for SCONJ IN _ 11 mark 11:mark _ +9 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 10 to to PART TO _ 11 mark 11:mark _ 11 meet meet VERB VB VerbForm=Inf 5 acl 5:acl:to SpaceAfter=No 12 ? ? PUNCT . _ 3 punct 3:punct _ @@ -77959,9 +77988,9 @@ 7 meeting meeting NOUN NN Number=Sing 0 root 0:root _ 8 Friday Friday PROPN NNP Number=Sing 7 obl:tmod 7:obl:tmod _ 9 from from ADP IN _ 10 case 10:case _ -10 9:30 9:30 NUM CD NumType=Card 7 obl 7:obl:from _ +10 9:30 9:30 NUM CD NumForm=Digit|NumType=Card 7 obl 7:obl:from _ 11 until until ADP IN _ 12 case 12:case _ -12 3:00 3:00 NUM CD NumType=Card 7 obl 7:obl:until SpaceAfter=No +12 3:00 3:00 NUM CD NumForm=Digit|NumType=Card 7 obl 7:obl:until SpaceAfter=No 13 . . PUNCT . _ 7 punct 7:punct _ # sent_id = email-enronsent39_01-0073 @@ -77976,8 +78005,8 @@ 7 Friday Friday PROPN NNP Number=Sing 9 compound 9:compound _ 8 budget budget NOUN NN Number=Sing 9 compound 9:compound _ 9 meeting meeting NOUN NN Number=Sing 3 obl 3:obl:after SpaceAfter=No -10 ... ... PUNCT , _ 3 punct 3:punct SpaceAfter=No -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +10 ... ... PUNCT , _ 13 punct 13:punct SpaceAfter=No +11 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ 13 available available ADJ JJ Degree=Pos 3 parataxis 3:parataxis _ 14 then then ADV RB PronType=Dem 13 advmod 13:advmod SpaceAfter=No @@ -77986,16 +78015,16 @@ # sent_id = email-enronsent39_01-0074 # text = You are right, we do need a formal plan, Thane has started an initial draft. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 right right ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 7 punct 7:punct _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -6 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 need need VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 formal formal ADJ JJ Degree=Pos 10 amod 10:amod _ 10 plan plan NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No -11 , , PUNCT , _ 3 punct 3:punct _ +11 , , PUNCT , _ 14 punct 14:punct _ 12 Thane Thane PROPN NNP Number=Sing 14 nsubj 14:nsubj _ 13 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 14 started start VERB VBN Tense=Past|VerbForm=Part 3 parataxis 3:parataxis _ @@ -78007,7 +78036,7 @@ # sent_id = email-enronsent39_01-0075 # text = Thanks, Jean 1 Thanks thanks NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 3 punct 3:punct _ 3 Jean Jean PROPN NNP Number=Sing 1 vocative 1:vocative _ # sent_id = email-enronsent39_01-0076 @@ -78024,13 +78053,13 @@ 2 out out ADP RP _ 1 compound:prt 1:compound:prt _ 3 last last ADJ JJ Degree=Pos 4 amod 4:amod _ 4 night night NOUN NN Number=Sing 1 obl:tmod 1:obl:tmod SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +5 , , PUNCT , _ 1 punct 1:punct _ 6 Kevin Kevin PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 7 Presto Presto PROPN NNP Number=Sing 6 flat 6:flat _ -8 indicated indicate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 indicated indicate VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 that that SCONJ IN _ 11 mark 11:mark _ 10 there there PRON EX _ 11 expl 11:expl _ -11 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 ccomp 8:ccomp _ +11 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 ccomp 8:ccomp _ 12 games game NOUN NNS Number=Plur 11 nsubj 11:nsubj _ 13 being be AUX VBG VerbForm=Ger 14 aux:pass 14:aux:pass _ 14 played play VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 acl 12:acl _ @@ -78046,7 +78075,7 @@ 24 in in ADP IN _ 26 case 26:case _ 25 certain certain ADJ JJ Degree=Pos 26 amod 26:amod _ 26 markets market NOUN NNS Number=Plur 23 nmod 23:nmod:in _ -27 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 29 cop 29:cop _ +27 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 29 cop 29:cop _ 28 not not PART RB _ 29 advmod 29:advmod _ 29 reflective reflective ADJ JJ Degree=Pos 11 conj 8:ccomp|11:conj:and _ 30 of of ADP IN _ 32 case 32:case _ @@ -78065,7 +78094,7 @@ 7 to to PART TO _ 9 mark 9:mark _ 8 quickly quickly ADV RB _ 9 advmod 9:advmod _ 9 get get VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ -10 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 viewpoints viewpoint NOUN NNS Number=Plur 9 obj 9:obj _ 12 up up ADV RB _ 9 advmod 9:advmod _ 13 into into ADP IN _ 18 case 18:case _ @@ -78074,16 +78103,16 @@ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 ERCOT ERCOT PROPN NNP Number=Sing 11 conj 9:obj|11:conj:and _ 18 ISO iso NOUN NN Number=Sing 9 obl 9:obl:into _ -19 on on SCONJ IN _ 20 case 20:case _ -20 what what PRON WP PronType=Int 9 obl 9:obl:on _ +19 on on SCONJ IN _ 22 mark 22:mark _ +20 what what PRON WP PronType=Int 22 nsubj 22:nsubj _ 21 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ -22 driving drive VERB VBG Tense=Pres|VerbForm=Part 20 acl:relcl 20:acl:relcl _ +22 driving drive VERB VBG Tense=Pres|VerbForm=Part 11 acl 11:acl:on _ 23 these this DET DT Number=Plur|PronType=Dem 24 det 24:det _ 24 problems problem NOUN NNS Number=Plur 22 obj 22:obj _ 25 and and CCONJ CC _ 28 cc 28:cc _ -26 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ -27 proposed propose VERB VBN Tense=Past|VerbForm=Part 28 amod 28:amod _ -28 fixes fix NOUN NNS Number=Plur 20 conj 9:obl:on|20:conj:and SpaceAfter=No +26 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +27 proposed propose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 28 amod 28:amod _ +28 fixes fix NOUN NNS Number=Plur 22 conj 11:obl:on|22:conj:and SpaceAfter=No 29 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent39_01-0079 @@ -78095,7 +78124,7 @@ 5 way way NOUN NN Number=Sing 3 obj 3:obj _ 6 of of ADP IN _ 7 case 7:case _ 7 California California PROPN NNP Number=Sing 5 nmod 5:nmod:of _ -8 - - PUNCT , _ 3 punct 3:punct _ +8 - - PUNCT , _ 13 punct 13:punct _ 9 either either CCONJ CC _ 13 cc:preconj 13:cc:preconj _ 10 due due ADP IN _ 13 case 13:case _ 11 to to ADP IN _ 10 fixed 10:fixed _ @@ -78106,7 +78135,7 @@ 16 market market NOUN NN Number=Sing 18 compound 18:compound _ 17 design design NOUN NN Number=Sing 18 compound 18:compound _ 18 rules rule NOUN NNS Number=Plur 13 conj 3:obl:due_to|13:conj:or _ -19 - - PUNCT , _ 25 punct 25:punct _ +19 - - PUNCT , _ 3 punct 3:punct _ 20 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 25 nsubj 25:nsubj _ 21 will will AUX MD VerbForm=Fin 25 aux 25:aux _ 22 be be AUX VB VerbForm=Inf 25 cop 25:cop _ @@ -78125,13 +78154,13 @@ # text = As important, the new PUCT Commissioners need some help right now in messaging the market. 1 As as ADV RB _ 2 advmod 2:advmod _ 2 important important ADJ JJ Degree=Pos 8 advmod 8:advmod SpaceAfter=No -3 , , PUNCT , _ 8 punct 8:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 5 new new ADJ JJ Degree=Pos 7 amod 7:amod _ 6 PUCT PUCT PROPN NNP Number=Sing 7 compound 7:compound _ 7 Commissioners commissioner NOUN NNS Number=Plur 8 nsubj 8:nsubj _ -8 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -9 some some DET DT _ 10 det 10:det _ +8 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +9 some some DET DT PronType=Ind 10 det 10:det _ 10 help help NOUN NN Number=Sing 8 obj 8:obj _ 11 right right ADV RB _ 12 advmod 12:advmod _ 12 now now ADV RB _ 8 advmod 8:advmod _ @@ -78145,7 +78174,7 @@ # text = Let's get them to support constructive solutions that will make a real difference. 1-2 Let's _ _ _ _ _ _ _ _ 1 Let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 's 's PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ +2 's we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ 3 get get VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 3 obj 3:obj|6:nsubj:xsubj _ 5 to to PART TO _ 6 mark 6:mark _ @@ -78166,25 +78195,25 @@ 1 Jean Jean PROPN NNP Number=Sing 6 vocative 6:vocative _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 Thane Thane PROPN NNP Number=Sing 1 conj 1:conj:and SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 1 punct 1:punct _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 that that SCONJ IN _ 9 mark 9:mark _ 8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ +9 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 11 FORMAL formal ADJ JJ Degree=Pos 12 amod 12:amod _ 12 PLAN plan NOUN NN Number=Sing 9 obj 9:obj _ -13 on on SCONJ IN _ 14 case 14:case _ -14 what what PRON WP PronType=Int 12 nmod 12:nmod:on _ +13 on on SCONJ IN _ 16 mark 16:mark _ +14 what what PRON WP PronType=Int 16 obj 16:obj _ 15 to to PART TO _ 16 mark 16:mark _ -16 do do VERB VB VerbForm=Inf 14 acl:relcl 14:acl:relcl _ +16 do do VERB VB VerbForm=Inf 12 acl 12:acl:on _ 17 over over ADP IN _ 23 case 23:case _ 18 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 19 next next ADJ JJ Degree=Pos 23 amod 23:amod _ -20 3 3 NUM CD NumType=Card 23 nummod 23:nummod _ +20 3 3 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ 21 - - SYM SYM _ 22 case 22:case _ -22 6 6 NUM CD NumType=Card 20 nmod 20:nmod _ +22 6 6 NUM CD NumForm=Digit|NumType=Card 20 nmod 20:nmod _ 23 months month NOUN NNS Number=Plur 16 obl 16:obl:over _ 24 to to PART TO _ 25 mark 25:mark _ 25 leverage leverage VERB VB VerbForm=Inf 16 advcl 16:advcl:to _ @@ -78204,7 +78233,7 @@ 8 you you PRON PRP Case=Acc|Person=2|PronType=Prs 5 obl 5:obl:with _ 9 on on ADP IN _ 11 case 11:case _ 10 Friday Friday PROPN NNP Number=Sing 11 compound 11:compound _ -11 am am NOUN NN Number=Sing 5 obl 5:obl:on SpaceAfter=No +11 am a.m. NOUN NN Number=Sing 5 obl 5:obl:on SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent39_01-0084 @@ -78213,8 +78242,8 @@ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 free free ADJ JJ Degree=Pos 0 root 0:root _ 4 at at ADP IN _ 6 case 6:case _ -5 8 8 NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No -6 am am NOUN NN Number=Sing 3 obl 3:obl:at _ +5 8 8 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No +6 am a.m. NOUN NN Number=Sing 3 obl 3:obl:at _ 7 on on ADP IN _ 8 case 8:case _ 8 Friday Friday PROPN NNP Number=Sing 6 nmod 6:nmod:on _ 9 before before ADP IN _ 13 case 13:case _ @@ -78264,7 +78293,7 @@ 7 Leslie Leslie PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 conj 7:conj:and|10:nsubj _ -10 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +10 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 11 with with ADP IN _ 12 case 12:case _ 12 Scott Scott PROPN NNP Number=Sing 10 obl 10:obl:with _ 13 and and CCONJ CC _ 14 cc 14:cc _ @@ -78274,20 +78303,20 @@ 17 of of ADP IN _ 18 case 18:case _ 18 weeks week NOUN NNS Number=Plur 16 nmod 16:nmod:of _ 19 ago ago ADV RB _ 10 advmod 10:advmod SpaceAfter=No -20 , , PUNCT , _ 23 punct 23:punct _ +20 , , PUNCT , _ 3 punct 3:punct _ 21 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 23 nsubj 23:nsubj _ -22 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ +22 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ 23 begun begin VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 24 work work NOUN NN Number=Sing 23 obj 23:obj _ 25 to to PART TO _ 26 mark 26:mark _ 26 develop develop VERB VB VerbForm=Inf 24 acl 24:acl:to _ 27 an a DET DT Definite=Ind|PronType=Art 29 det 29:det _ 28 electronic electronic ADJ JJ Degree=Pos 29 amod 29:amod _ -29 tool tool NOUN NN Number=Sing 26 obj 26:obj|32:nsubj|35:nsubj:xsubj _ +29 tool tool NOUN NN Number=Sing 26 obj 26:obj|32:nsubj _ 30 that that PRON WDT PronType=Rel 32 nsubj 29:ref _ 31 would would AUX MD VerbForm=Fin 32 aux 32:aux _ 32 allow allow VERB VB VerbForm=Inf 29 acl:relcl 29:acl:relcl _ -33 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 32 iobj 32:iobj _ +33 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 32 iobj 32:iobj|35:nsubj:xsubj _ 34 to to PART TO _ 35 mark 35:mark _ 35 provide provide VERB VB VerbForm=Inf 32 xcomp 32:xcomp _ 36 ongoing ongoing ADJ JJ Degree=Pos 37 amod 37:amod _ @@ -78301,7 +78330,7 @@ 44 possibly possibly ADV RB _ 46 advmod 46:advmod _ 45 electric electric NOUN NN Number=Sing 46 compound 46:compound _ 46 activities activity NOUN NNS Number=Plur 41 conj 37:nmod:of|41:conj:and SpaceAfter=No -47 , , PUNCT , _ 37 punct 37:punct _ +47 , , PUNCT , _ 50 punct 50:punct _ 48 in in ADP IN _ 50 case 50:case _ 49 a a DET DT Definite=Ind|PronType=Art 50 det 50:det _ 50 format format NOUN NN Number=Sing 37 nmod 37:nmod:in|54:nsubj:pass _ @@ -78311,19 +78340,19 @@ 54 linked link VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 50 acl:relcl 50:acl:relcl _ 55 to to ADP IN _ 59 case 59:case _ 56 the the DET DT Definite=Def|PronType=Art 59 det 59:det _ -57 Fundamentals Fundamentals PROPN NNPS Number=Plur 59 compound 59:compound _ +57 Fundamentals Fundamental PROPN NNPS Number=Plur 59 compound 59:compound _ 58 intranet intranet NOUN NN Number=Sing 59 compound 59:compound _ 59 site site NOUN NN Number=Sing 54 obl 54:obl:to _ -60 used use VERB VBN Tense=Past|VerbForm=Part 59 acl 59:acl _ +60 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 59 acl 59:acl _ 61 by by ADP IN _ 63 case 63:case _ 62 the the DET DT Definite=Def|PronType=Art 63 det 63:det _ -63 traders trader NOUN NNS Number=Plur 60 obl 60:obl:by SpaceAfter=No +63 traders trader NOUN NNS Number=Plur 60 obl:agent 60:obl:agent SpaceAfter=No 64 . . PUNCT . _ 23 punct 23:punct _ # sent_id = email-enronsent39_01-0090 # text = We envision a format that would provide a brief summary and analysis of the order, filing, etc. with a link to the source document as well for those who would like more detailed information. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 envision envision VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 envision envision VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 format format NOUN NN Number=Sing 2 obj 2:obj|7:nsubj _ 5 that that PRON WDT PronType=Rel 7 nsubj 4:ref _ @@ -78335,12 +78364,12 @@ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 analysis analysis NOUN NN Number=Sing 10 conj 7:obj|10:conj:and _ 13 of of ADP IN _ 15 case 15:case _ -14 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ +14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 order order NOUN NN Number=Sing 10 nmod 10:nmod:of SpaceAfter=No 16 , , PUNCT , _ 17 punct 17:punct _ 17 filing filing NOUN NN Number=Sing 15 conj 10:nmod:of|15:conj SpaceAfter=No 18 , , PUNCT , _ 19 punct 19:punct _ -19 etc. etc. X FW _ 15 conj 10:nmod:of|15:conj _ +19 etc. etc. NOUN FW Abbr=Yes|Number=Plur 15 conj 10:nmod:of|15:conj _ 20 with with ADP IN _ 22 case 22:case _ 21 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 22 link link NOUN NN Number=Sing 10 nmod 10:nmod:with _ @@ -78355,7 +78384,7 @@ 31 who who PRON WP PronType=Rel 33 nsubj 30:ref _ 32 would would AUX MD VerbForm=Fin 33 aux 33:aux _ 33 like like VERB VB VerbForm=Inf 30 acl:relcl 30:acl:relcl _ -34 more more ADV RBR _ 35 advmod 35:advmod _ +34 more more ADV RBR Degree=Cmp 35 advmod 35:advmod _ 35 detailed detailed ADJ JJ Degree=Pos 36 amod 36:amod _ 36 information information NOUN NN Number=Sing 33 obj 33:obj SpaceAfter=No 37 . . PUNCT . _ 2 punct 2:punct _ @@ -78370,9 +78399,9 @@ 6 copies copy NOUN NNS Number=Plur 3 obj 3:obj _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ 8 and and CCONJ CC _ 10 cc 10:cc _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 people people NOUN NNS Number=Plur 7 conj 7:conj:and|13:nsubj _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +11 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 currently currently ADV RB _ 13 advmod 13:advmod _ 13 getting get VERB VBG Tense=Pres|VerbForm=Part 6 acl:relcl 6:acl:relcl SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ @@ -78381,7 +78410,7 @@ # text = Many details remain to be worked out, but we will keep you advised. 1 Many many ADJ JJ Degree=Pos 2 amod 2:amod _ 2 details detail NOUN NNS Number=Plur 3 nsubj 3:nsubj|6:nsubj:xsubj _ -3 remain remain VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 remain remain VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 6 mark 6:mark _ 5 be be AUX VB VerbForm=Inf 6 aux:pass 6:aux:pass _ 6 worked work VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 xcomp 3:xcomp _ @@ -78392,7 +78421,7 @@ 11 will will AUX MD VerbForm=Fin 12 aux 12:aux _ 12 keep keep VERB VB VerbForm=Inf 3 conj 3:conj:but _ 13 you you PRON PRP Case=Acc|Person=2|PronType=Prs 12 obj 12:obj|14:nsubj:xsubj _ -14 advised advise VERB VBN Tense=Past|VerbForm=Part 12 xcomp 12:xcomp SpaceAfter=No +14 advised advise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 xcomp 12:xcomp SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent39_01-0093 @@ -78400,7 +78429,7 @@ 1 In in ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 meantime meantime NOUN NN Number=Sing 8 obl 8:obl:in SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 could could AUX MD VerbForm=Fin 8 aux 8:aux _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ 7 please please INTJ UH _ 8 discourse 8:discourse _ @@ -78408,7 +78437,7 @@ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 contact contact NOUN NN Number=Sing 8 obj 8:obj|18:obl _ 11 on on ADP IN _ 13 case 13:case _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 side side NOUN NN Number=Sing 10 nmod 10:nmod:on _ 14 with with ADP IN _ 15 case 15:case _ 15 whom whom PRON WP PronType=Rel 18 obl 10:ref _ @@ -78423,7 +78452,7 @@ # newpar id = email-enronsent39_01-p0027 # text = What do I need to do? 1 What what PRON WP PronType=Int 6 obj 6:obj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ 4 need need VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ @@ -78439,15 +78468,15 @@ # sent_id = email-enronsent14_01-0001 # newpar id = email-enronsent14_01-p0001 # text = Vince J Kaminski@ECT -1 Vince vince X GW _ 0 root 0:root _ -2 J j X GW _ 1 goeswith 1:goeswith _ -3 Kaminski@ECT kaminski@ect X ADD _ 1 list 1:list _ +1 Vince vincejkaminski@ect X GW Typo=Yes 0 root 0:root _ +2 J _ X GW _ 1 goeswith 1:goeswith _ +3 Kaminski@ECT _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent14_01-0002 # text = 04/30/2001 02:28 PM -1 04/30/2001 04/30/2001 NUM CD NumType=Card 0 root 0:root _ -2 02:28 02:28 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 04/30/2001 04/30/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 02:28 02:28 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent14_01-0003 # text = I am forwarding for your attention the resume of Peter Percell who has an extensive experience in modeling physical flows of natural gas in pipeline systems. @@ -78455,7 +78484,7 @@ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 forwarding forward VERB VBG VerbForm=Ger 0 root 0:root _ 4 for for ADP IN _ 6 case 6:case _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 attention attention NOUN NN Number=Sing 3 obl 3:obl:for _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 resume resume NOUN NN Number=Sing 3 obj 3:obj _ @@ -78494,7 +78523,7 @@ # newpar id = email-enronsent14_01-p0002 # text = I met him last week at the meeting of the Science and Industry Advance with Mathematics society at the University of Houston. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 met meet VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 met meet VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ 4 last last ADJ JJ Degree=Pos 5 amod 5:amod _ 5 week week NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod _ @@ -78538,7 +78567,7 @@ 17 further further ADJ JJ Degree=Pos 18 amod 18:amod _ 18 efficiency efficiency NOUN NN Number=Sing 16 obj 16:obj _ 19 of of ADP IN _ 22 case 22:case _ -20 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +20 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 21 pipeline pipeline NOUN NN Number=Sing 22 compound 22:compound _ 22 system system NOUN NN Number=Sing 18 nmod 18:nmod:of _ 23 and and CCONJ CC _ 24 cc 24:cc _ @@ -78553,20 +78582,20 @@ # sent_id = email-enronsent14_01-0007 # text = Please, let me know if you interested in introducing Peter to executives in your organization. 1 Please please INTJ UH _ 3 discourse 3:discourse SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj 3:obj|5:nsubj:xsubj _ 5 know know VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 if if SCONJ IN _ 8 mark 8:mark _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -8 interested interested ADJ JJ Degree=Pos 5 advcl 5:advcl:if _ +8 interested interested ADJ JJ Degree=Pos 5 ccomp 5:ccomp _ 9 in in SCONJ IN _ 10 mark 10:mark _ 10 introducing introduce VERB VBG VerbForm=Ger 8 advcl 8:advcl:in _ 11 Peter Peter PROPN NNP Number=Sing 10 obj 10:obj _ 12 to to ADP IN _ 13 case 13:case _ 13 executives executive NOUN NNS Number=Plur 10 obl 10:obl:to _ 14 in in ADP IN _ 16 case 16:case _ -15 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 organization organization NOUN NN Number=Sing 13 nmod 13:nmod:in SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ @@ -78599,15 +78628,15 @@ 4 percell@swbell.net percell@swbell.net X ADD _ 1 list 1:list SpaceAfter=No 5 > > PUNCT -RRB- _ 4 punct 4:punct _ 6 on on ADP IN _ 7 case 7:case _ -7 04/30/2001 04/30/2001 NUM CD NumType=Card 1 nmod 1:nmod:on _ -8 11:16:58 11:16:58 NUM CD NumType=Card 9 nummod 9:nummod _ -9 AM am NOUN NN Number=Sing 7 nmod:tmod 7:nmod:tmod _ +7 04/30/2001 04/30/2001 NUM CD NumForm=Digit|NumType=Card 1 nmod 1:nmod:on _ +8 11:16:58 11:16:58 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ +9 AM a.m. NOUN NN Number=Sing 7 nmod:tmod 7:nmod:tmod _ # sent_id = email-enronsent14_01-0011 # text = I enjoyed your presentation, and meeting you briefly afterwards, at the SIAM Workshop last Friday. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 enjoyed enjoy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 enjoyed enjoy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 presentation presentation NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No 5 , , PUNCT , _ 7 punct 7:punct _ 6 and and CCONJ CC _ 7 cc 7:cc _ @@ -78615,7 +78644,7 @@ 8 you you PRON PRP Case=Acc|Person=2|PronType=Prs 7 obj 7:obj _ 9 briefly briefly ADV RB _ 7 advmod 7:advmod _ 10 afterwards afterwards ADV RB _ 7 advmod 7:advmod SpaceAfter=No -11 , , PUNCT , _ 4 punct 4:punct _ +11 , , PUNCT , _ 15 punct 15:punct _ 12 at at ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 14 SIAM SIAM PROPN NNP Number=Sing 15 compound 15:compound _ @@ -78627,7 +78656,7 @@ # sent_id = email-enronsent14_01-0012 # text = I have extensive experience as a technical leader in the design and development of modeling and simulation software products, mostly for the oil and gas pipeline industry. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 extensive extensive ADJ JJ Degree=Pos 4 amod 4:amod _ 4 experience experience NOUN NN Number=Sing 2 obj 2:obj _ 5 as as ADP IN _ 8 case 8:case _ @@ -78645,7 +78674,7 @@ 17 simulation simulation NOUN NN Number=Sing 15 conj 15:conj:and|18:compound _ 18 software software NOUN NN Number=Sing 19 compound 19:compound _ 19 products product NOUN NNS Number=Plur 11 nmod 11:nmod:of SpaceAfter=No -20 , , PUNCT , _ 19 punct 19:punct _ +20 , , PUNCT , _ 28 punct 28:punct _ 21 mostly mostly ADV RB _ 28 advmod 28:advmod _ 22 for for ADP IN _ 28 case 28:case _ 23 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ @@ -78667,7 +78696,7 @@ 7 that that PRON WDT PronType=Rel 9 nsubj 6:ref _ 8 can can AUX MD VerbForm=Fin 9 aux 9:aux _ 9 utilize utilize VERB VB VerbForm=Inf 6 acl:relcl 6:acl:relcl _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 software software NOUN NN Number=Sing 12 compound 12:compound _ 12 development development NOUN NN Number=Sing 9 obj 9:obj _ 13 and and CCONJ CC _ 15 cc 15:cc _ @@ -78703,42 +78732,42 @@ 5 might might AUX MD VerbForm=Fin 6 aux 6:aux _ 6 fit fit VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ 7 in in ADP IN _ 9 case 9:case _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 group group NOUN NN Number=Sing 6 obl 6:obl:in SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent14_01-0016 # text = Your answer to a question indicated that I have several of the skills you look for. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 answer answer NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 to to ADP IN _ 5 case 5:case _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 question question NOUN NN Number=Sing 2 nmod 2:nmod:to _ -6 indicated indicate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 indicated indicate VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 that that SCONJ IN _ 9 mark 9:mark _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ +9 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ 10 several several ADJ JJ Degree=Pos 9 obj 9:obj _ 11 of of ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 skills skill NOUN NNS Number=Plur 10 obl 10:obl:of _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ -15 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +15 look look VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 16 for for ADP IN _ 15 obl 15:obl SpaceAfter=No 17 . . PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent14_01-0017 # text = Also, please let me know, by email, the names and contact information of other managers within Enron who might benefit from having someone with my qualifications in their group. 1 Also also ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 please please INTJ UH _ 4 discourse 4:discourse _ 4 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obj 4:obj|6:nsubj:xsubj _ 6 know know VERB VB VerbForm=Inf 4 xcomp 4:xcomp SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 9 punct 9:punct _ 8 by by ADP IN _ 9 case 9:case _ 9 email email NOUN NN Number=Sing 6 obl 6:obl:by SpaceAfter=No -10 , , PUNCT , _ 6 punct 6:punct _ +10 , , PUNCT , _ 12 punct 12:punct _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 names name NOUN NNS Number=Plur 6 obj 6:obj _ 13 and and CCONJ CC _ 15 cc 15:cc _ @@ -78754,20 +78783,20 @@ 23 benefit benefit VERB VB VerbForm=Inf 18 acl:relcl 18:acl:relcl _ 24 from from SCONJ IN _ 25 mark 25:mark _ 25 having have VERB VBG VerbForm=Ger 23 advcl 23:advcl:from _ -26 someone someone PRON NN Number=Sing 25 obj 25:obj _ +26 someone someone PRON NN Number=Sing|PronType=Ind 25 obj 25:obj _ 27 with with ADP IN _ 29 case 29:case _ -28 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +28 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ 29 qualifications qualification NOUN NNS Number=Plur 26 nmod 26:nmod:with _ 30 in in ADP IN _ 32 case 32:case _ -31 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ +31 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ 32 group group NOUN NN Number=Sing 26 nmod 26:nmod:in SpaceAfter=No 33 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent14_01-0018 # text = Attached are my resume and an addendum covering academic & consulting experience. 1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 resume resume NOUN NN Number=Sing 1 nsubj:pass 1:nsubj:pass _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 an a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -78782,7 +78811,7 @@ # sent_id = email-enronsent14_01-0019 # text = Publications are available on request. 1 Publications publication NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 available available ADJ JJ Degree=Pos 0 root 0:root _ 4 on on ADP IN _ 5 case 5:case _ 5 request request NOUN NN Number=Sing 3 obl 3:obl:on SpaceAfter=No @@ -78811,10 +78840,10 @@ # sent_id = email-enronsent14_01-0021 # newpar id = email-enronsent14_01-p0006 # text = Thank you for your time. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 for for ADP IN _ 5 case 5:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 time time NOUN NN Number=Sing 1 obl 1:obl:for SpaceAfter=No 6 . . PUNCT . _ 1 punct 1:punct _ @@ -78823,49 +78852,49 @@ # text = Peter Percell 10030 Doliver Drive percell@swbell.net Houston, TX 77042-2016 (713) 532-3836 voice & fax 1 Peter Peter PROPN NNP Number=Sing 0 root 0:root _ 2 Percell Percell PROPN NNP Number=Sing 1 flat 1:flat _ -3 10030 10030 NUM CD NumType=Card 5 nummod 5:nummod _ +3 10030 10030 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 4 Doliver Doliver PROPN NNP Number=Sing 5 compound 5:compound _ 5 Drive Drive PROPN NNP Number=Sing 1 list 1:list _ 6 percell@swbell.net percell@swbell.net X ADD _ 1 list 1:list _ 7 Houston Houston PROPN NNP Number=Sing 5 list 5:list SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 9 punct 9:punct _ 9 TX TX PROPN NNP Number=Sing 7 appos 7:appos _ -10 77042-2016 77042-2016 NUM CD NumType=Card 5 appos 5:appos _ -11 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No -12 713 713 NUM CD NumType=Card 14 nummod 14:nummod SpaceAfter=No -13 ) ) PUNCT -RRB- _ 14 punct 14:punct _ -14 532-3836 532-3836 NUM CD NumType=Card 15 appos 15:appos _ -15 voice voice NOUN NN Number=Sing 1 list 1:list _ +10 77042-2016 77042-2016 NUM CD NumForm=Digit|NumType=Card 5 appos 5:appos _ +11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No +12 713 713 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No +13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ +14 532-3836 532-3836 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ +15 voice voice NOUN NN Number=Sing 14 appos 14:appos _ 16 & & CCONJ CC _ 17 cc 17:cc _ 17 fax fax NOUN NN Number=Sing 15 conj 15:conj _ # sent_id = email-enronsent14_01-0023 # text = - Percell, Peter Resume Only.doc 1 - - PUNCT NFP _ 2 punct 2:punct _ -2 Percell, percell, X GW _ 0 root 0:root _ -3 Peter peter X GW _ 2 goeswith 2:goeswith _ -4 Resume resume X GW _ 2 goeswith 2:goeswith _ -5 Only.doc only.doc NOUN NN Number=Sing 2 goeswith 2:goeswith _ +2 Percell, percell, NOUN GW _ 0 root 0:root _ +3 Peter peter X GW _ 2 flat 2:flat _ +4 Resume resume X GW _ 2 flat 2:flat _ +5 Only.doc only.doc X NN Number=Sing 2 flat 2:flat _ # sent_id = email-enronsent14_01-0024 # text = - Percell, Peter A&C Exp.doc 1 - - PUNCT NFP _ 2 punct 2:punct _ -2 Percell, percell, X GW _ 0 root 0:root _ -3 Peter peter X GW _ 2 goeswith 2:goeswith _ -4 A a X GW _ 2 goeswith 2:goeswith SpaceAfter=No -5 & & X GW _ 2 goeswith 2:goeswith SpaceAfter=No -6 C c X GW _ 2 goeswith 2:goeswith _ -7 Exp.doc exp.doc NOUN NN Number=Sing 2 goeswith 2:goeswith _ +2 Percell, percell, NOUN GW _ 0 root 0:root _ +3 Peter peter X GW _ 2 flat 2:flat _ +4 A A X GW _ 2 flat 2:flat SpaceAfter=No +5 & & X GW _ 2 flat 2:flat SpaceAfter=No +6 C C X GW _ 2 flat 2:flat _ +7 Exp.doc exp.doc X NN Number=Sing 2 flat 2:flat _ # sent_id = email-enronsent14_01-0025 # newpar id = email-enronsent14_01-p0008 # text = Sorry I guess I didn't read it very well. 1 Sorry sorry ADJ JJ Degree=Pos 0 root 0:root _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 guess guess VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ +3 guess guess VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 5-6 didn't _ _ _ _ _ _ _ _ -5 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 aux 7:aux _ +5 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 aux 7:aux _ 6 n't not PART RB _ 7 advmod 7:advmod _ 7 read read VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ 8 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj _ @@ -78902,15 +78931,15 @@ # sent_id = email-enronsent14_01-0029 # text = Nasim H Khan@TRANSREDES -1 Nasim nasim X GW _ 0 root 0:root _ -2 H h X GW _ 1 goeswith 1:goeswith _ +1 Nasim nasimh X GW Typo=Yes 0 root 0:root _ +2 H _ X GW _ 1 goeswith 1:goeswith _ 3 Khan@TRANSREDES khan@transredes X ADD _ 1 list 1:list _ # sent_id = email-enronsent14_01-0030 # text = 04/30/2001 12:42 PM -1 04/30/2001 04/30/2001 NUM CD NumType=Card 0 root 0:root _ -2 12:42 12:42 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 04/30/2001 04/30/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 12:42 12:42 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent14_01-0031 # text = Stan: @@ -78923,7 +78952,7 @@ 2 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 3 be be AUX VB VerbForm=Inf 4 aux 4:aux _ 4 completing complete VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 tour tour NOUN NN Number=Sing 4 obj 4:obj _ 7 of of ADP IN _ 8 case 8:case _ 8 duty duty NOUN NN Number=Sing 6 nmod 6:nmod:of _ @@ -78960,7 +78989,7 @@ # sent_id = email-enronsent14_01-0034 # text = Thought since I will be in Houston, stop by your office for few minutes. -1 Thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 since since SCONJ IN _ 7 mark 7:mark _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 4 will will AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -78970,7 +78999,7 @@ 8 , , PUNCT , _ 7 punct 7:punct _ 9 stop stop VERB VB VerbForm=Inf 1 ccomp 1:ccomp _ 10 by by ADP IN _ 12 case 12:case _ -11 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 office office NOUN NN Number=Sing 9 obl 9:obl:by _ 13 for for ADP IN _ 15 case 15:case _ 14 few few ADJ JJ Degree=Pos 15 amod 15:amod _ @@ -78984,14 +79013,14 @@ # sent_id = email-enronsent14_01-0036 # newpar id = email-enronsent14_01-p0010 # text = Stanley Horton@ENRON -1 Stanley stanley X GW _ 0 root 0:root _ -2 Horton@ENRON horton@enron X ADD _ 1 goeswith 1:goeswith _ +1 Stanley stanleyhorton@enron X GW Typo=Yes 0 root 0:root _ +2 Horton@ENRON _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent14_01-0037 # text = 04/30/2001 12:35 PM -1 04/30/2001 04/30/2001 NUM CD NumType=Card 0 root 0:root _ -2 12:35 12:35 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 04/30/2001 04/30/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 12:35 12:35 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent14_01-0038 # text = What is the subject matter you wish to visit about? @@ -79001,7 +79030,7 @@ 4 subject subject NOUN NN Number=Sing 5 compound 5:compound _ 5 matter matter NOUN NN Number=Sing 1 nsubj 1:nsubj _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ -7 wish wish VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 wish wish VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 to to PART TO _ 9 mark 9:mark _ 9 visit visit VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 about about ADP IN _ 9 obl 9:obl SpaceAfter=No @@ -79010,15 +79039,15 @@ # sent_id = email-enronsent14_01-0039 # newpar id = email-enronsent14_01-p0011 # text = Nasim H Khan@TRANSREDES -1 Nasim nasim X GW _ 0 root 0:root _ -2 H h X GW _ 1 goeswith 1:goeswith _ -3 Khan@TRANSREDES khan@transredes X ADD _ 1 goeswith 1:goeswith _ +1 Nasim nasimhkhan@transredes X GW Typo=Yes 0 root 0:root _ +2 H _ X GW _ 1 goeswith 1:goeswith _ +3 Khan@TRANSREDES _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent14_01-0040 # text = 04/30/2001 09:24 AM -1 04/30/2001 04/30/2001 NUM CD NumType=Card 0 root 0:root _ -2 09:24 09:24 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 04/30/2001 04/30/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 09:24 09:24 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent14_01-0041 # text = Stan: @@ -79035,7 +79064,7 @@ 5 Houston Houston PROPN NNP Number=Sing 0 root 0:root _ 6 on on ADP IN _ 7 case 7:case _ 7 May May PROPN NNP Number=Sing 5 obl 5:obl:on _ -8 11th 11th NOUN NN Number=Sing 7 nummod 7:nummod _ +8 11th 11th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 7 nummod 7:nummod _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 would would AUX MD VerbForm=Fin 11 aux 11:aux _ 11 like like VERB VB VerbForm=Inf 5 conj 5:conj:and _ @@ -79080,12 +79109,12 @@ # newpar id = email-enronsent14_01-p0015 # text = I figured this posting belonged to one of you. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 figured figure VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 figured figure VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 posting posting NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 belonged belong VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +5 belonged belong VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 6 to to ADP IN _ 7 case 7:case _ -7 one one NUM CD NumType=Card 5 obl 5:obl:to _ +7 one one NUM CD NumForm=Word|NumType=Card 5 obl 5:obl:to _ 8 of of ADP IN _ 9 case 9:case _ 9 you you PRON PRP Case=Acc|Person=2|PronType=Prs 7 nmod 7:nmod:of SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ @@ -79105,9 +79134,9 @@ # text = Danny_Jones%ENRON@eott.com on 04/30/2001 01:39:56 PM 1 Danny_Jones%ENRON@eott.com danny_jones%enron@eott.com X ADD _ 0 root 0:root _ 2 on on ADP IN _ 3 case 3:case _ -3 04/30/2001 04/30/2001 NUM CD NumType=Card 1 obl 1:obl:on _ -4 01:39:56 01:39:56 NUM CD NumType=Card 5 nummod 5:nummod _ -5 PM pm NOUN NN Number=Sing 3 nmod:tmod 3:nmod:tmod _ +3 04/30/2001 04/30/2001 NUM CD NumForm=Digit|NumType=Card 1 obl 1:obl:on _ +4 01:39:56 01:39:56 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ +5 PM p.m. NOUN NN Number=Sing 3 nmod:tmod 3:nmod:tmod _ # sent_id = email-enronsent14_01-0049 # text = Dear Mr. Horton, @@ -79119,7 +79148,7 @@ # sent_id = email-enronsent14_01-0050 # text = I have recently been made aware of a help desk analyst job#0000108806 that has become available in your department. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj:pass 5:nsubj:pass|6:nsubj:xsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 recently recently ADV RB _ 5 advmod 5:advmod _ 4 been be AUX VBN Tense=Past|VerbForm=Part 5 aux:pass 5:aux:pass _ 5 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ @@ -79131,13 +79160,13 @@ 11 analyst analyst NOUN NN Number=Sing 12 compound 12:compound _ 12 job job NOUN NN Number=Sing 6 obl 6:obl:of|17:nsubj|18:nsubj:xsubj SpaceAfter=No 13 # # SYM NN Number=Sing 12 compound 12:compound SpaceAfter=No -14 0000108806 0000108806 NUM CD NumType=Card 13 nummod 13:nummod _ +14 0000108806 0000108806 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 15 that that PRON WDT PronType=Rel 17 nsubj 12:ref _ 16 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 17 become become VERB VBN Tense=Past|VerbForm=Part 12 acl:relcl 12:acl:relcl _ 18 available available ADJ JJ Degree=Pos 17 xcomp 17:xcomp _ 19 in in ADP IN _ 21 case 21:case _ -20 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 department department NOUN NN Number=Sing 18 obl 18:obl:in SpaceAfter=No 22 . . PUNCT . _ 5 punct 5:punct _ @@ -79162,14 +79191,14 @@ 17 like like VERB VB VerbForm=Inf 4 conj 4:conj:and _ 18 to to PART TO _ 19 mark 19:mark _ 19 use use VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ -20 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +20 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 21 past past ADJ JJ Degree=Pos 22 amod 22:amod _ 22 knowledge knowledge NOUN NN Number=Sing 19 obj 19:obj _ 23 and and CCONJ CC _ 24 cc 24:cc _ 24 experience experience NOUN NN Number=Sing 22 conj 19:obj|22:conj:and _ 25 to to PART TO _ 26 mark 26:mark _ 26 persue persue VERB VB VerbForm=Inf 19 advcl 19:advcl:to _ -27 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +27 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ 28 goals goal NOUN NNS Number=Plur 26 obj 26:obj _ 29 in in ADP IN _ 32 case 32:case _ 30 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ @@ -79186,7 +79215,7 @@ 5 if if SCONJ IN _ 8 mark 8:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ 7 could could AUX MD VerbForm=Fin 8 aux 8:aux _ -8 give give VERB VB VerbForm=Inf 3 advcl 3:advcl:if _ +8 give give VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ 9 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 iobj 8:iobj _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 recommendation recommendation NOUN NN Number=Sing 8 obj 8:obj _ @@ -79200,14 +79229,14 @@ # sent_id = email-enronsent14_01-0053 # text = Anything you could do to help further my goals would be appreciated. -1 Anything anything PRON NN Number=Sing 12 nsubj:pass 12:nsubj:pass _ +1 Anything anything PRON NN Number=Sing|PronType=Ind 12 nsubj:pass 12:nsubj:pass _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 3 could could AUX MD VerbForm=Fin 4 aux 4:aux _ 4 do do VERB VB VerbForm=Inf 1 acl:relcl 1:acl:relcl _ 5 to to PART TO _ 6 mark 6:mark _ 6 help help VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ -7 further further VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 further further VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 goals goal NOUN NNS Number=Plur 7 obj 7:obj _ 10 would would AUX MD VerbForm=Fin 12 aux 12:aux _ 11 be be AUX VB VerbForm=Inf 12 aux:pass 12:aux:pass _ @@ -79223,19 +79252,19 @@ # text = Danny Jones 281-443-3744 smithjones@ev1.net 1 Danny Danny PROPN NNP Number=Sing 0 root 0:root _ 2 Jones Jones PROPN NNP Number=Sing 1 flat 1:flat _ -3 281-443-3744 281-443-3744 NUM CD NumType=Card 1 list 1:list _ +3 281-443-3744 281-443-3744 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 4 smithjones@ev1.net smithjones@ev1.net X ADD _ 1 list 1:list _ # sent_id = email-enronsent14_01-0056 # text = I have contacted the relevant people of your interest in the job. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 contacted contact VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 relevant relevant ADJ JJ Degree=Pos 6 amod 6:amod _ 6 people people NOUN NNS Number=Plur 3 obj 3:obj _ 7 of of ADP IN _ 9 case 9:case _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 interest interest NOUN NN Number=Sing 3 obl 3:obl:of _ 10 in in ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -79247,9 +79276,9 @@ # text = Danny_Jones%ENRON@eott.com on 04/30/2001 01:39:56 PM 1 Danny_Jones%ENRON@eott.com danny_jones%enron@eott.com X ADD _ 0 root 0:root _ 2 on on ADP IN _ 3 case 3:case _ -3 04/30/2001 04/30/2001 NUM CD NumType=Card 1 obl 1:obl:on _ -4 01:39:56 01:39:56 NUM CD NumType=Card 5 nummod 5:nummod _ -5 PM pm NOUN NN Number=Sing 3 nmod:tmod 3:nmod:tmod _ +3 04/30/2001 04/30/2001 NUM CD NumForm=Digit|NumType=Card 1 obl 1:obl:on _ +4 01:39:56 01:39:56 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ +5 PM p.m. NOUN NN Number=Sing 3 nmod:tmod 3:nmod:tmod _ # sent_id = email-enronsent14_01-0058 # text = Dear Mr. Horton, @@ -79261,7 +79290,7 @@ # sent_id = email-enronsent14_01-0059 # text = I have recently been made aware of a help desk analyst job#0000108806 that has become available in your department. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj:pass 5:nsubj:pass|6:nsubj:xsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 recently recently ADV RB _ 5 advmod 5:advmod _ 4 been be AUX VBN Tense=Past|VerbForm=Part 5 aux:pass 5:aux:pass _ 5 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ @@ -79273,13 +79302,13 @@ 11 analyst analyst NOUN NN Number=Sing 12 compound 12:compound _ 12 job job NOUN NN Number=Sing 6 obl 6:obl:of|17:nsubj|18:nsubj:xsubj SpaceAfter=No 13 # # SYM NN Number=Sing 12 compound 12:compound SpaceAfter=No -14 0000108806 0000108806 NUM CD NumType=Card 13 nummod 13:nummod _ +14 0000108806 0000108806 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 15 that that PRON WDT PronType=Rel 17 nsubj 12:ref _ 16 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 17 become become VERB VBN Tense=Past|VerbForm=Part 12 acl:relcl 12:acl:relcl _ 18 available available ADJ JJ Degree=Pos 17 xcomp 17:xcomp _ 19 in in ADP IN _ 21 case 21:case _ -20 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 department department NOUN NN Number=Sing 18 obl 18:obl:in SpaceAfter=No 22 . . PUNCT . _ 5 punct 5:punct _ @@ -79304,14 +79333,14 @@ 17 like like VERB VB VerbForm=Inf 4 conj 4:conj:and _ 18 to to PART TO _ 19 mark 19:mark _ 19 use use VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ -20 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +20 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 21 past past ADJ JJ Degree=Pos 22 amod 22:amod _ 22 knowledge knowledge NOUN NN Number=Sing 19 obj 19:obj _ 23 and and CCONJ CC _ 24 cc 24:cc _ 24 experience experience NOUN NN Number=Sing 22 conj 19:obj|22:conj:and _ 25 to to PART TO _ 26 mark 26:mark _ 26 persue persue VERB VB VerbForm=Inf 19 advcl 19:advcl:to _ -27 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +27 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ 28 goals goal NOUN NNS Number=Plur 26 obj 26:obj _ 29 in in ADP IN _ 32 case 32:case _ 30 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ @@ -79328,7 +79357,7 @@ 5 if if SCONJ IN _ 8 mark 8:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ 7 could could AUX MD VerbForm=Fin 8 aux 8:aux _ -8 give give VERB VB VerbForm=Inf 3 advcl 3:advcl:if _ +8 give give VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ 9 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 iobj 8:iobj _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 recommendation recommendation NOUN NN Number=Sing 8 obj 8:obj _ @@ -79342,14 +79371,14 @@ # sent_id = email-enronsent14_01-0062 # text = Anything you could do to help further my goals would be appreciated. -1 Anything anything PRON NN Number=Sing 12 nsubj:pass 12:nsubj:pass _ +1 Anything anything PRON NN Number=Sing|PronType=Ind 12 nsubj:pass 12:nsubj:pass _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 3 could could AUX MD VerbForm=Fin 4 aux 4:aux _ 4 do do VERB VB VerbForm=Inf 1 acl:relcl 1:acl:relcl _ 5 to to PART TO _ 6 mark 6:mark _ 6 help help VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ -7 further further VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 further further VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 goals goal NOUN NNS Number=Plur 7 obj 7:obj _ 10 would would AUX MD VerbForm=Fin 12 aux 12:aux _ 11 be be AUX VB VerbForm=Inf 12 aux:pass 12:aux:pass _ @@ -79365,7 +79394,7 @@ # text = Danny Jones 281-443-3744 smithjones@ev1.net 1 Danny Danny PROPN NNP Number=Sing 0 root 0:root _ 2 Jones Jones PROPN NNP Number=Sing 1 flat 1:flat _ -3 281-443-3744 281-443-3744 NUM CD NumType=Card 1 list 1:list _ +3 281-443-3744 281-443-3744 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 4 smithjones@ev1.net smithjones@ev1.net X ADD _ 1 list 1:list _ # sent_id = email-enronsent14_01-0065 @@ -79390,15 +79419,15 @@ # sent_id = email-enronsent14_01-0067 # newpar id = email-enronsent14_01-p0017 # text = Ken Rice@ENRON COMMUNICATIONS -1 Ken ken X GW _ 0 root 0:root _ -2 Rice@ENRON rice@enron X GW _ 1 goeswith 1:goeswith _ -3 COMMUNICATIONS communications X ADD _ 1 goeswith 1:goeswith _ +1 Ken kenrice@enroncommunications X GW Typo=Yes 0 root 0:root _ +2 Rice@ENRON _ X GW _ 1 goeswith 1:goeswith _ +3 COMMUNICATIONS _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent14_01-0068 # text = 05/01/2001 03:48 PM -1 05/01/2001 05/01/2001 NUM CD NumType=Card 0 root 0:root _ -2 03:48 03:48 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 05/01/2001 05/01/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 03:48 03:48 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent14_01-0069 # text = Executive Committee: @@ -79419,7 +79448,7 @@ 8 to to ADP IN _ 9 case 9:case _ 9 Rick Rick PROPN NNP Number=Sing 7 nmod 7:nmod:to _ 10 Fehl Fehl PROPN NNP Number=Sing 9 flat 9:flat _ -11 prior prior ADJ JJ Degree=Pos 17 case 17:case _ +11 prior prior ADJ JJ Degree=Pos|ExtPos=ADP 17 case 17:case _ 12 to to ADP IN _ 11 fixed 11:fixed _ 13 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 14 next next ADJ JJ Degree=Pos 17 amod 17:amod _ @@ -79428,16 +79457,16 @@ 17 meeting meeting NOUN NN Number=Sing 5 obl 5:obl:prior_to _ 18 on on ADP IN _ 19 case 19:case _ 19 May May PROPN NNP Number=Sing 17 nmod 17:nmod:on _ -20 7 7 NUM CD NumType=Card 19 nummod 19:nummod SpaceAfter=No -21 , , PUNCT , _ 19 punct 19:punct _ -22 2001 2001 NUM CD NumType=Card 19 nummod 19:nummod SpaceAfter=No +20 7 7 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod SpaceAfter=No +21 , , PUNCT , _ 22 punct 22:punct _ +22 2001 2001 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod SpaceAfter=No 23 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent14_01-0071 # text = Please forward your comments or questions as soon as possible. 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 forward forward VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 comments comment NOUN NNS Number=Plur 2 obj 2:obj _ 5 or or CCONJ CC _ 6 cc 6:cc _ 6 questions question NOUN NNS Number=Plur 4 conj 2:obj|4:conj:or _ @@ -79452,12 +79481,12 @@ 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 2 will will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 find find VERB VB VerbForm=Inf 0 root 0:root _ -4 attached attach VERB VBN Tense=Past|VerbForm=Part 3 xcomp 3:xcomp _ +4 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 xcomp 3:xcomp _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 recommendation recommendation NOUN NN Number=Sing 7 compound 7:compound _ 7 letter letter NOUN NN Number=Sing 3 obj 3:obj|4:nsubj:xsubj _ 8 and and CCONJ CC _ 10 cc 10:cc _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 resume resume NOUN NN Number=Sing 7 conj 3:obj|4:nsubj:xsubj|7:conj:and SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ @@ -79478,56 +79507,56 @@ # sent_id = email-enronsent14_01-0075 # newpar id = email-enronsent14_01-p0020 # text = This is to advise you that we have available, for your business or personal use, Stan's four (4) WNBA Comets tickets. -1 This this PRON DT Number=Sing|PronType=Dem 2 nsubj 2:nsubj _ -2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 This this PRON DT Number=Sing|PronType=Dem 4 nsubj:outer 4:nsubj:outer _ +2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 to to PART TO _ 4 mark 4:mark _ -4 advise advise VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ -5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 obj 4:obj _ +4 advise advise VERB VB VerbForm=Inf 0 root 0:root _ +5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 iobj 4:iobj _ 6 that that SCONJ IN _ 8 mark 8:mark _ -7 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj|9:nsubj:xsubj _ -8 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +7 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj _ +8 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ 9 available available ADJ JJ Degree=Pos 8 xcomp 8:xcomp SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 16 punct 16:punct _ 11 for for ADP IN _ 16 case 16:case _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 13 business business NOUN NN Number=Sing 16 compound 16:compound _ 14 or or CCONJ CC _ 15 cc 15:cc _ 15 personal personal ADJ JJ Degree=Pos 13 conj 13:conj:or|16:compound _ 16 use use NOUN NN Number=Sing 9 obl 9:obl:for SpaceAfter=No -17 , , PUNCT , _ 9 punct 9:punct _ +17 , , PUNCT , _ 26 punct 26:punct _ 18-19 Stan's _ _ _ _ _ _ _ _ 18 Stan Stan PROPN NNP Number=Sing 26 nmod:poss 26:nmod:poss _ 19 's 's PART POS _ 18 case 18:case _ -20 four four NUM CD NumType=Card 26 nummod 26:nummod _ +20 four four NUM CD NumForm=Word|NumType=Card 26 nummod 26:nummod _ 21 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No -22 4 4 NUM CD NumType=Card 20 appos 20:appos SpaceAfter=No +22 4 4 NUM CD NumForm=Digit|NumType=Card 20 appos 20:appos SpaceAfter=No 23 ) ) PUNCT -RRB- _ 22 punct 22:punct _ 24 WNBA WNBA PROPN NNP Number=Sing 25 compound 25:compound _ -25 Comets Comets PROPN NNPS Number=Plur 26 compound 26:compound _ -26 tickets ticket NOUN NNS Number=Plur 9 obj 9:obj SpaceAfter=No -27 . . PUNCT . _ 2 punct 2:punct _ +25 Comets Comet PROPN NNPS Number=Plur 26 compound 26:compound _ +26 tickets ticket NOUN NNS Number=Plur 8 obj 8:obj|9:nsubj:xsubj SpaceAfter=No +27 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent14_01-0076 # text = These seats are in Section 104, Row D, Seats 1-4. 1 These this DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 seats seat NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 in in ADP IN _ 5 case 5:case _ 5 Section section NOUN NN Number=Sing 0 root 0:root _ -6 104 104 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No -7 , , PUNCT , _ 5 punct 5:punct _ +6 104 104 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +7 , , PUNCT , _ 9 punct 9:punct _ 8 Row row NOUN NN Number=Sing 9 compound 9:compound _ -9 D d NOUN NN Number=Sing 5 appos 5:appos SpaceAfter=No -10 , , PUNCT , _ 5 punct 5:punct _ +9 D D NOUN NN Number=Sing 5 appos 5:appos SpaceAfter=No +10 , , PUNCT , _ 11 punct 11:punct _ 11 Seats seat NOUN NNS Number=Plur 5 appos 5:appos _ -12 1 1 NUM CD NumType=Card 11 compound 11:compound SpaceAfter=No +12 1 1 NUM CD NumForm=Digit|NumType=Card 11 compound 11:compound SpaceAfter=No 13 - - SYM SYM _ 14 case 14:case SpaceAfter=No -14 4 4 NUM CD NumType=Card 12 nmod 12:nmod SpaceAfter=No +14 4 4 NUM CD NumForm=Digit|NumType=Card 12 nmod 12:nmod SpaceAfter=No 15 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent14_01-0077 # text = Their schedule is listed below. -1 Their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 schedule schedule NOUN NN Number=Sing 4 nsubj:pass 4:nsubj:pass _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 listed list VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ @@ -79542,10 +79571,10 @@ 4 know know VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 if if SCONJ IN _ 8 mark 8:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ -8 interested interested ADJ JJ Degree=Pos 4 advcl 4:advcl:if _ +7 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +8 interested interested ADJ JJ Degree=Pos 4 ccomp 4:ccomp _ 9 in in ADP IN _ 10 case 10:case _ -10 any any DET DT _ 8 obl 8:obl:in _ +10 any any DET DT PronType=Ind 8 obl 8:obl:in _ 11 of of ADP IN _ 13 case 13:case _ 12 these this DET DT Number=Plur|PronType=Dem 13 det 13:det _ 13 games game NOUN NNS Number=Plur 10 nmod 10:nmod:of SpaceAfter=No @@ -79561,8 +79590,8 @@ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 business business NOUN NN Number=Sing 8 compound 8:compound _ 8 basis basis NOUN NN Number=Sing 4 obl 4:obl:on _ -9 first first ADV RB _ 4 advmod 4:advmod SpaceAfter=No -10 , , PUNCT , _ 4 punct 4:punct _ +9 first first ADV RB NumForm=Word|NumType=Ord 4 advmod 4:advmod SpaceAfter=No +10 , , PUNCT , _ 13 punct 13:punct _ 11 then then ADV RB PronType=Dem 13 advmod 13:advmod _ 12 personal personal ADJ JJ Degree=Pos 13 amod 13:amod _ 13 use use NOUN NN Number=Sing 4 parataxis 4:parataxis SpaceAfter=No @@ -79572,15 +79601,15 @@ # text = Preseason Game A: Saturday, May 12 @ 7:30PM vs. Miami SOL 1 Preseason preseason NOUN NN Number=Sing 3 compound 3:compound _ 2 Game game NOUN NN Number=Sing 3 compound 3:compound _ -3 A a NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -4 : : PUNCT : _ 3 punct 3:punct _ +3 A A NOUN NN Number=Sing 0 root 0:root SpaceAfter=No +4 : : PUNCT : _ 5 punct 5:punct _ 5 Saturday Saturday PROPN NNP Number=Sing 3 nmod:tmod 3:nmod:tmod SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 May May PROPN NNP Number=Sing 5 appos 5:appos _ -8 12 12 NUM CD NumType=Card 7 nummod 7:nummod _ +8 12 12 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 9 @ @ ADP IN _ 11 case 11:case _ -10 7:30 7:30 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No -11 PM pm NOUN NN Number=Sing 3 nmod 3:nmod _ +10 7:30 7:30 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No +11 PM p.m. NOUN NN Number=Sing 3 nmod 3:nmod _ 12 vs. vs. ADP IN _ 14 case 14:case _ 13 Miami Miami PROPN NNP Number=Sing 14 compound 14:compound _ 14 SOL SOL PROPN NNP Number=Sing 3 nmod 3:nmod:versus _ @@ -79589,15 +79618,15 @@ # text = Preseason Game B: Thursday, May 24 @ 7:30PM vs. Detroit SHOCK 1 Preseason preseason NOUN NN Number=Sing 2 compound 2:compound _ 2 Game game NOUN NN Number=Sing 3 compound 3:compound _ -3 B b NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -4 : : PUNCT : _ 3 punct 3:punct _ +3 B B NOUN NN Number=Sing 0 root 0:root SpaceAfter=No +4 : : PUNCT : _ 5 punct 5:punct _ 5 Thursday Thursday PROPN NNP Number=Sing 3 nmod:tmod 3:nmod:tmod SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 May May PROPN NNP Number=Sing 5 appos 5:appos _ -8 24 24 NUM CD NumType=Card 7 nummod 7:nummod _ +8 24 24 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 9 @ @ ADP IN _ 11 case 11:case _ -10 7:30 7:30 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No -11 PM pm NOUN NN Number=Sing 3 nmod 3:nmod _ +10 7:30 7:30 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No +11 PM p.m. NOUN NN Number=Sing 3 nmod 3:nmod _ 12 vs. vs. ADP IN _ 14 case 14:case _ 13 Detroit Detroit PROPN NNP Number=Sing 14 compound 14:compound _ 14 SHOCK SHOCK PROPN NNP Number=Sing 3 nmod 3:nmod:versus _ @@ -79605,15 +79634,15 @@ # sent_id = email-enronsent14_01-0082 # text = Game 1: Monday, May 28 @ 2:00PM vs. Los Angeles SPARKS 1 Game game NOUN NN Number=Sing 0 root 0:root _ -2 1 1 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 : : PUNCT : _ 1 punct 1:punct _ +2 1 1 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 : : PUNCT : _ 4 punct 4:punct _ 4 Monday Monday PROPN NNP Number=Sing 1 nmod:tmod 1:nmod:tmod SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 May May PROPN NNP Number=Sing 4 appos 4:appos _ -7 28 28 NUM CD NumType=Card 6 nummod 6:nummod _ +7 28 28 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 8 @ @ ADP IN _ 10 case 10:case _ -9 2:00 2:00 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No -10 PM pm NOUN NN Number=Sing 1 nmod 1:nmod _ +9 2:00 2:00 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No +10 PM p.m. NOUN NN Number=Sing 1 nmod 1:nmod _ 11 vs. vs. ADP IN _ 14 case 14:case _ 12 Los Los PROPN NNP Number=Sing 13 compound 13:compound _ 13 Angeles Angeles PROPN NNP Number=Sing 14 compound 14:compound _ @@ -79622,15 +79651,15 @@ # sent_id = email-enronsent14_01-0083 # text = Game 3: Monday, June 11 @ 7:00PM vs. Los Angeles SPARKS 1 Game game NOUN NN Number=Sing 0 root 0:root _ -2 3 3 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 : : PUNCT : _ 1 punct 1:punct _ +2 3 3 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 : : PUNCT : _ 4 punct 4:punct _ 4 Monday Monday PROPN NNP Number=Sing 1 nmod:tmod 1:nmod:tmod SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 June June PROPN NNP Number=Sing 4 appos 4:appos _ -7 11 11 NUM CD NumType=Card 6 nummod 6:nummod _ +7 11 11 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 8 @ @ ADP IN _ 10 case 10:case _ -9 7:00 7:00 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No -10 PM pm NOUN NN Number=Sing 1 nmod 1:nmod _ +9 7:00 7:00 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No +10 PM p.m. NOUN NN Number=Sing 1 nmod 1:nmod _ 11 vs. vs. ADP IN _ 14 case 14:case _ 12 Los Los PROPN NNP Number=Sing 13 compound 13:compound _ 13 Angeles Angeles PROPN NNP Number=Sing 14 compound 14:compound _ @@ -79639,15 +79668,15 @@ # sent_id = email-enronsent14_01-0084 # text = Game 4: Thursday, June 14 @ 7:30PM vs. Portland FIRE 1 Game game NOUN NN Number=Sing 0 root 0:root _ -2 4 4 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 : : PUNCT : _ 1 punct 1:punct _ +2 4 4 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 : : PUNCT : _ 4 punct 4:punct _ 4 Thursday Thursday PROPN NNP Number=Sing 1 nmod:tmod 1:nmod:tmod SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 June June PROPN NNP Number=Sing 4 appos 4:appos _ -7 14 14 NUM CD NumType=Card 6 nummod 6:nummod _ +7 14 14 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 8 @ @ ADP IN _ 10 case 10:case _ -9 7:30 7:30 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No -10 PM pm NOUN NN Number=Sing 1 nmod 1:nmod _ +9 7:30 7:30 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No +10 PM p.m. NOUN NN Number=Sing 1 nmod 1:nmod _ 11 vs. vs. ADP IN _ 13 case 13:case _ 12 Portland Portland PROPN NNP Number=Sing 13 compound 13:compound _ 13 FIRE FIRE PROPN NNP Number=Sing 1 nmod 1:nmod:versus _ @@ -79655,15 +79684,15 @@ # sent_id = email-enronsent14_01-0085 # text = Game 5: Sunday, June 17 @ 1:00PM vs. Utah STARZZ 1 Game game NOUN NN Number=Sing 0 root 0:root _ -2 5 5 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 : : PUNCT : _ 1 punct 1:punct _ +2 5 5 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 : : PUNCT : _ 4 punct 4:punct _ 4 Sunday Sunday PROPN NNP Number=Sing 1 nmod:tmod 1:nmod:tmod SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 June June PROPN NNP Number=Sing 4 appos 4:appos _ -7 17 17 NUM CD NumType=Card 6 nummod 6:nummod _ +7 17 17 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 8 @ @ ADP IN _ 10 case 10:case _ -9 1:00 1:00 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No -10 PM pm NOUN NN Number=Sing 1 nmod 1:nmod _ +9 1:00 1:00 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No +10 PM p.m. NOUN NN Number=Sing 1 nmod 1:nmod _ 11 vs. vs. ADP IN _ 13 case 13:case _ 12 Utah Utah PROPN NNP Number=Sing 13 compound 13:compound _ 13 STARZZ STARZZ PROPN NNPS Number=Plur 1 nmod 1:nmod:versus _ @@ -79671,15 +79700,15 @@ # sent_id = email-enronsent14_01-0086 # text = Game 6: Tuesday, June 19 @ 7:30PM vs. Washington MYSTICS 1 Game game NOUN NN Number=Sing 0 root 0:root _ -2 6 6 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 : : PUNCT : _ 1 punct 1:punct _ +2 6 6 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 : : PUNCT : _ 4 punct 4:punct _ 4 Tuesday Tuesday PROPN NNP Number=Sing 1 nmod:tmod 1:nmod:tmod SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 June June PROPN NNP Number=Sing 4 appos 4:appos _ -7 19 19 NUM CD NumType=Card 6 nummod 6:nummod _ +7 19 19 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 8 @ @ ADP IN _ 10 case 10:case _ -9 7:30 7:30 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No -10 PM pm NOUN NN Number=Sing 1 nmod 1:nmod _ +9 7:30 7:30 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No +10 PM p.m. NOUN NN Number=Sing 1 nmod 1:nmod _ 11 vs. vs. ADP IN _ 13 case 13:case _ 12 Washington Washington PROPN NNP Number=Sing 13 compound 13:compound _ 13 MYSTICS MYSTICS PROPN NNPS Number=Plur 1 nmod 1:nmod:versus _ @@ -79687,15 +79716,15 @@ # sent_id = email-enronsent14_01-0087 # text = Game 7: Saturday, June 23 @ 3:00PM vs. Sacramento MONARCHS 1 Game game NOUN NN Number=Sing 0 root 0:root _ -2 7 7 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 : : PUNCT : _ 1 punct 1:punct _ +2 7 7 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 : : PUNCT : _ 4 punct 4:punct _ 4 Saturday Saturday PROPN NNP Number=Sing 1 nmod:tmod 1:nmod:tmod SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 June June PROPN NNP Number=Sing 4 appos 4:appos _ -7 23 23 NUM CD NumType=Card 6 nummod 6:nummod _ +7 23 23 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 8 @ @ ADP IN _ 10 case 10:case _ -9 3:00 3:00 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No -10 PM pm NOUN NN Number=Sing 1 nmod 1:nmod _ +9 3:00 3:00 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No +10 PM p.m. NOUN NN Number=Sing 1 nmod 1:nmod _ 11 vs. vs. ADP IN _ 13 case 13:case _ 12 Sacramento Sacramento PROPN NNP Number=Sing 13 compound 13:compound _ 13 MONARCHS MONARCHS PROPN NNPS Number=Plur 1 nmod 1:nmod:versus _ @@ -79703,15 +79732,15 @@ # sent_id = email-enronsent14_01-0088 # text = Game 8: Monday, July 2 @ 7:30PM vs. Portland FIRE 1 Game game NOUN NN Number=Sing 0 root 0:root _ -2 8 8 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 : : PUNCT : _ 1 punct 1:punct _ +2 8 8 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 : : PUNCT : _ 4 punct 4:punct _ 4 Monday Monday PROPN NNP Number=Sing 1 nmod:tmod 1:nmod:tmod SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 July July PROPN NNP Number=Sing 4 appos 4:appos _ -7 2 2 NUM CD NumType=Card 6 nummod 6:nummod _ +7 2 2 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 8 @ @ ADP IN _ 10 case 10:case _ -9 7:30 7:30 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No -10 PM pm NOUN NN Number=Sing 1 nmod 1:nmod _ +9 7:30 7:30 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No +10 PM p.m. NOUN NN Number=Sing 1 nmod 1:nmod _ 11 vs. vs. ADP IN _ 13 case 13:case _ 12 Portland Portland PROPN NNP Number=Sing 13 compound 13:compound _ 13 FIRE FIRE PROPN NNP Number=Sing 1 nmod 1:nmod:versus _ @@ -79719,15 +79748,15 @@ # sent_id = email-enronsent14_01-0089 # text = Game 9: Friday, July 6 @ 7:30PM vs. Indiana FEVER 1 Game game NOUN NN Number=Sing 0 root 0:root _ -2 9 9 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 : : PUNCT : _ 1 punct 1:punct _ +2 9 9 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 : : PUNCT : _ 4 punct 4:punct _ 4 Friday Friday PROPN NNP Number=Sing 1 nmod:tmod 1:nmod:tmod SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 July July PROPN NNP Number=Sing 4 appos 4:appos _ -7 6 6 NUM CD NumType=Card 6 nummod 6:nummod _ +7 6 6 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 8 @ @ ADP IN _ 10 case 10:case _ -9 7:30 7:30 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No -10 PM pm NOUN NN Number=Sing 1 nmod 1:nmod _ +9 7:30 7:30 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No +10 PM p.m. NOUN NN Number=Sing 1 nmod 1:nmod _ 11 vs. vs. ADP IN _ 13 case 13:case _ 12 Indiana Indiana PROPN NNP Number=Sing 13 compound 13:compound _ 13 FEVER FEVER PROPN NNP Number=Sing 1 nmod 1:nmod:versus _ @@ -79735,15 +79764,15 @@ # sent_id = email-enronsent14_01-0090 # text = Game 10: Sunday, July 8 @ 1:00PM vs. Cleveland ROCKERS 1 Game game NOUN NN Number=Sing 0 root 0:root _ -2 10 10 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 : : PUNCT : _ 1 punct 1:punct _ +2 10 10 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 : : PUNCT : _ 4 punct 4:punct _ 4 Sunday Sunday PROPN NNP Number=Sing 1 nmod:tmod 1:nmod:tmod SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 July July PROPN NNP Number=Sing 4 appos 4:appos _ -7 8 8 NUM CD NumType=Card 6 nummod 6:nummod _ +7 8 8 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 8 @ @ ADP IN _ 10 case 10:case _ -9 1:00 1:00 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No -10 PM pm NOUN NN Number=Sing 1 nmod 1:nmod _ +9 1:00 1:00 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No +10 PM p.m. NOUN NN Number=Sing 1 nmod 1:nmod _ 11 vs. vs. ADP IN _ 13 case 13:case _ 12 Cleveland Cleveland PROPN NNP Number=Sing 13 compound 13:compound _ 13 ROCKERS ROCKERS PROPN NNPS Number=Plur 1 nmod 1:nmod:versus _ @@ -79751,15 +79780,15 @@ # sent_id = email-enronsent14_01-0091 # text = Game 11: Tuesday, July 24 @ 7:30PM vs. Utah STARZZ 1 Game game NOUN NN Number=Sing 0 root 0:root _ -2 11 11 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 : : PUNCT : _ 1 punct 1:punct _ +2 11 11 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 : : PUNCT : _ 4 punct 4:punct _ 4 Tuesday Tuesday PROPN NNP Number=Sing 1 nmod:tmod 1:nmod:tmod SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 July July PROPN NNP Number=Sing 4 appos 4:appos _ -7 24 24 NUM CD NumType=Card 6 nummod 6:nummod _ +7 24 24 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 8 @ @ ADP IN _ 10 case 10:case _ -9 7:30 7:30 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No -10 PM pm NOUN NN Number=Sing 1 nmod 1:nmod _ +9 7:30 7:30 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No +10 PM p.m. NOUN NN Number=Sing 1 nmod 1:nmod _ 11 vs. vs. ADP IN _ 13 case 13:case _ 12 Utah Utah PROPN NNP Number=Sing 13 compound 13:compound _ 13 STARZZ STARZZ PROPN NNPS Number=Plur 1 nmod 1:nmod:versus _ @@ -79767,32 +79796,32 @@ # sent_id = email-enronsent14_01-0092 # text = Game 12: Saturday, July 28 @ 12:30PM vs. New York LIBERTY 1 Game game NOUN NN Number=Sing 0 root 0:root _ -2 12 12 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 : : PUNCT : _ 1 punct 1:punct _ +2 12 12 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 : : PUNCT : _ 4 punct 4:punct _ 4 Saturday Saturday PROPN NNP Number=Sing 1 nmod:tmod 1:nmod:tmod SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 July July PROPN NNP Number=Sing 4 appos 4:appos _ -7 28 28 NUM CD NumType=Card 6 nummod 6:nummod _ +7 28 28 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 8 @ @ ADP IN _ 10 case 10:case _ -9 12:30 12:30 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No -10 PM pm NOUN NN Number=Sing 1 nmod 1:nmod _ +9 12:30 12:30 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No +10 PM p.m. NOUN NN Number=Sing 1 nmod 1:nmod _ 11 vs. vs. ADP IN _ 14 case 14:case _ -12 New New PROPN NNP Number=Sing 13 compound 13:compound _ +12 New New ADJ NNP Degree=Pos 13 amod 13:amod _ 13 York York PROPN NNP Number=Sing 14 compound 14:compound _ 14 LIBERTY LIBERTY PROPN NNP Number=Sing 1 nmod 1:nmod:versus _ # sent_id = email-enronsent14_01-0093 # text = Game 13: Monday, July 30 @ 7:30PM vs. Seattle STORM 1 Game game NOUN NN Number=Sing 0 root 0:root _ -2 13 13 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 : : PUNCT : _ 1 punct 1:punct _ +2 13 13 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 : : PUNCT : _ 4 punct 4:punct _ 4 Monday Monday PROPN NNP Number=Sing 1 nmod:tmod 1:nmod:tmod SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 July July PROPN NNP Number=Sing 4 appos 4:appos _ -7 30 30 NUM CD NumType=Card 6 nummod 6:nummod _ +7 30 30 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 8 @ @ ADP IN _ 10 case 10:case _ -9 7:30 7:30 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No -10 PM pm NOUN NN Number=Sing 1 nmod 1:nmod _ +9 7:30 7:30 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No +10 PM p.m. NOUN NN Number=Sing 1 nmod 1:nmod _ 11 vs. vs. ADP IN _ 13 case 13:case _ 12 Seattle Seattle PROPN NNP Number=Sing 13 compound 13:compound _ 13 STORM STORM PROPN NNP Number=Sing 1 nmod 1:nmod:versus _ @@ -79800,15 +79829,15 @@ # sent_id = email-enronsent14_01-0094 # text = Game 14: Friday, August 3 @ 7:30PM vs. Orlando MIRACLE 1 Game game NOUN NN Number=Sing 0 root 0:root _ -2 14 14 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 : : PUNCT : _ 1 punct 1:punct _ +2 14 14 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 : : PUNCT : _ 4 punct 4:punct _ 4 Friday Friday PROPN NNP Number=Sing 1 nmod:tmod 1:nmod:tmod SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 August August PROPN NNP Number=Sing 4 appos 4:appos _ -7 3 3 NUM CD NumType=Card 6 nummod 6:nummod _ +7 3 3 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 8 @ @ ADP IN _ 10 case 10:case _ -9 7:30 7:30 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No -10 PM pm NOUN NN Number=Sing 1 nmod 1:nmod _ +9 7:30 7:30 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No +10 PM p.m. NOUN NN Number=Sing 1 nmod 1:nmod _ 11 vs. vs. ADP IN _ 13 case 13:case _ 12 Orlando Orlando PROPN NNP Number=Sing 13 compound 13:compound _ 13 MIRACLE MIRACLE PROPN NNP Number=Sing 1 nmod 1:nmod:versus _ @@ -79816,15 +79845,15 @@ # sent_id = email-enronsent14_01-0095 # text = Game 15: Monday, August 6 @ 7:00PM vs. Phoenix MERCURY 1 Game game NOUN NN Number=Sing 0 root 0:root _ -2 15 15 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 : : PUNCT : _ 1 punct 1:punct _ +2 15 15 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 : : PUNCT : _ 4 punct 4:punct _ 4 Monday Monday PROPN NNP Number=Sing 1 nmod:tmod 1:nmod:tmod SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 August August PROPN NNP Number=Sing 4 appos 4:appos _ -7 6 6 NUM CD NumType=Card 6 nummod 6:nummod _ +7 6 6 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 8 @ @ ADP IN _ 10 case 10:case _ -9 7:00 7:00 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No -10 PM pm NOUN NN Number=Sing 1 nmod 1:nmod _ +9 7:00 7:00 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No +10 PM p.m. NOUN NN Number=Sing 1 nmod 1:nmod _ 11 vs. vs. ADP IN _ 13 case 13:case _ 12 Phoenix Phoenix PROPN NNP Number=Sing 13 compound 13:compound _ 13 MERCURY MERCURY PROPN NNP Number=Sing 1 nmod 1:nmod:versus _ @@ -79832,15 +79861,15 @@ # sent_id = email-enronsent14_01-0096 # text = Game 16: Monday, August 13 @ 7:30PM vs. Minnesota LYNX 1 Game game NOUN NN Number=Sing 0 root 0:root _ -2 16 16 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 : : PUNCT : _ 1 punct 1:punct _ +2 16 16 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 : : PUNCT : _ 4 punct 4:punct _ 4 Monday Monday PROPN NNP Number=Sing 1 nmod:tmod 1:nmod:tmod SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 August August PROPN NNP Number=Sing 4 appos 4:appos _ -7 13 13 NUM CD NumType=Card 6 nummod 6:nummod _ +7 13 13 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 8 @ @ ADP IN _ 10 case 10:case _ -9 7:30 7:30 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No -10 PM pm NOUN NN Number=Sing 1 nmod 1:nmod _ +9 7:30 7:30 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No +10 PM p.m. NOUN NN Number=Sing 1 nmod 1:nmod _ 11 vs. vs. ADP IN _ 13 case 13:case _ 12 Minnesota Minnesota PROPN NNP Number=Sing 13 compound 13:compound _ 13 LYNX LYNX PROPN NNP Number=Sing 1 nmod 1:nmod:versus _ @@ -79853,11 +79882,11 @@ 4 date date NOUN NN Number=Sing 8 nsubj 8:nsubj _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 time time NOUN NN Number=Sing 4 conj 4:conj:and|8:nsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 subject subject ADJ JJ Degree=Pos 2 ccomp 2:ccomp _ 9 to to ADP IN _ 10 case 10:case _ 10 change change NOUN NN Number=Sing 8 obl 8:obl:to SpaceAfter=No -11 ; ; PUNCT , _ 2 punct 2:punct _ +11 ; ; PUNCT , _ 13 punct 13:punct _ 12 please please INTJ UH _ 13 discourse 13:discourse _ 13 check check VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ 14 local local ADJ JJ Degree=Pos 15 amod 15:amod _ @@ -79872,17 +79901,17 @@ # sent_id = email-enronsent14_01-0099 # text = Cindy 713/853-6197 1 Cindy Cindy PROPN NNP Number=Sing 0 root 0:root _ -2 713/853-6197 713/853-6197 NUM CD NumType=Card 1 list 1:list _ +2 713/853-6197 713/853-6197 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ # sent_id = email-enronsent14_01-0100 # text = Mailing them to the house iis fine. -1 Mailing mail VERB VBG VerbForm=Ger 6 csubj 6:csubj _ +1 Mailing mail VERB VBG VerbForm=Ger 7 csubj 7:csubj _ 2 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 1 obj 1:obj _ 3 to to ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 house house NOUN NN Number=Sing 1 obl 1:obl:to _ -6 iis ii VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -7 fine fine ADJ JJ Degree=Pos 6 xcomp 6:xcomp SpaceAfter=No +6 iis be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 7 cop 7:cop CorrectForm=is +7 fine fine ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 8 . . PUNCT . _ 7 punct 7:punct _ # sent_id = email-enronsent14_01-0101 @@ -79891,7 +79920,7 @@ 2 will will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 give give VERB VB VerbForm=Inf 0 root 0:root _ 4 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 3 iobj 3:iobj _ -5 some some DET DT _ 7 det 7:det _ +5 some some DET DT PronType=Ind 7 det 7:det _ 6 weekend weekend NOUN NN Number=Sing 7 compound 7:compound _ 7 reading reading NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 8 ! ! PUNCT . _ 3 punct 3:punct _ @@ -79906,26 +79935,26 @@ # text = Stephen.Dyer@bakerbotts.com on 05/01/2001 08:50:01 PM 1 Stephen.Dyer@bakerbotts.com stephen.dyer@bakerbotts.com X ADD _ 0 root 0:root _ 2 on on ADP IN _ 3 case 3:case _ -3 05/01/2001 05/01/2001 NUM CD NumType=Card 1 obl 1:obl:on _ -4 08:50:01 08:50:01 NUM CD NumType=Card 5 nummod 5:nummod _ -5 PM pm NOUN NN Number=Sing 3 nmod:tmod 3:nmod:tmod _ +3 05/01/2001 05/01/2001 NUM CD NumForm=Digit|NumType=Card 1 obl 1:obl:on _ +4 08:50:01 08:50:01 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ +5 PM p.m. NOUN NN Number=Sing 3 nmod:tmod 3:nmod:tmod _ # sent_id = email-enronsent14_01-0104 # text = Almost done with your drafts. 1 Almost almost ADV RB _ 2 advmod 2:advmod _ 2 done done ADJ JJ Degree=Pos 0 root 0:root _ 3 with with ADP IN _ 5 case 5:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 drafts draft NOUN NNS Number=Plur 2 obl 2:obl:with SpaceAfter=No 6 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent14_01-0105 # text = Took me a little longer to review and revise Adam's first drafts than I had thought (there's a lot going on here, as you'll see soon). -1 Took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 1 obj 1:obj _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 little little ADJ JJ Degree=Pos 5 obl:npmod 5:obl:npmod _ -5 longer longer ADV RBR Degree=Cmp 1 advmod 1:advmod _ +5 longer long ADV RBR Degree=Cmp 1 advmod 1:advmod _ 6 to to PART TO _ 7 mark 7:mark _ 7 review review VERB VB VerbForm=Inf 1 csubj 1:csubj _ 8 and and CCONJ CC _ 9 cc 9:cc _ @@ -79933,21 +79962,22 @@ 10-11 Adam's _ _ _ _ _ _ _ _ 10 Adam Adam PROPN NNP Number=Sing 13 nmod:poss 13:nmod:poss _ 11 's 's PART POS _ 10 case 10:case _ -12 first first ADJ JJ Degree=Pos|NumType=Ord 13 amod 13:amod _ +12 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 13 amod 13:amod _ 13 drafts draft NOUN NNS Number=Plur 7 obj 7:obj|9:obj _ 14 than than SCONJ IN _ 17 mark 17:mark _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -16 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 aux 17:aux _ +16 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 17 aux 17:aux _ 17 thought think VERB VBN Tense=Past|VerbForm=Part 5 advcl 5:advcl:than _ 18 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No -19 there there PRON EX _ 20 expl 20:expl SpaceAfter=No +19-20 there's _ _ _ _ _ _ _ _ +19 there there PRON EX _ 20 expl 20:expl _ 20 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ 21 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 22 lot lot NOUN NN Number=Sing 20 nsubj 20:nsubj _ 23 going go VERB VBG VerbForm=Ger 22 acl:relcl 22:acl:relcl _ 24 on on ADP RP _ 23 compound:prt 23:compound:prt _ 25 here here ADV RB PronType=Dem 20 advmod 20:advmod SpaceAfter=No -26 , , PUNCT , _ 20 punct 20:punct _ +26 , , PUNCT , _ 30 punct 30:punct _ 27 as as SCONJ IN _ 30 mark 30:mark _ 28-29 you'll _ _ _ _ _ _ _ _ 28 you you PRON PRP Case=Nom|Person=2|PronType=Prs 30 nsubj 30:nsubj _ @@ -79960,7 +79990,7 @@ # sent_id = email-enronsent14_01-0106 # text = I expect to send them out to you sometime tomorrow. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 expect expect VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 expect expect VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 send send VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 4 obj 4:obj _ @@ -79979,9 +80009,9 @@ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 client client NOUN NN Number=Sing 9 advcl 9:advcl:since _ 6 too too ADV RB _ 5 advmod 5:advmod SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +7 , , PUNCT , _ 5 punct 5:punct _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +9 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 10-11 I'll _ _ _ _ _ _ _ _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 11 'll will AUX MD VerbForm=Fin 13 aux 13:aux _ @@ -79989,11 +80019,11 @@ 13 mail mail VERB VB VerbForm=Inf 9 ccomp 9:ccomp _ 14 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 13 obj 13:obj _ 15 to to ADP IN _ 17 case 17:case _ -16 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 home home NOUN NN Number=Sing 13 obl 13:obl:to _ 18 unless unless SCONJ IN _ 20 mark 20:mark _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj _ -20 prefer prefer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:unless _ +20 prefer prefer VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:unless _ 21 otherwise otherwise ADV RB _ 20 advmod 20:advmod SpaceAfter=No 22 . . PUNCT . _ 9 punct 9:punct _ @@ -80020,7 +80050,7 @@ # newpar id = email-enronsent14_01-p0023 # text = Hello, Bill! 1 Hello hello INTJ UH _ 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 3 punct 3:punct _ 3 Bill Bill PROPN NNP Number=Sing 1 vocative 1:vocative SpaceAfter=No 4 ! ! PUNCT . _ 1 punct 1:punct _ @@ -80041,14 +80071,14 @@ # sent_id = email-enronsent14_01-0114 # newpar id = email-enronsent14_01-p0025 # text = Billy Dorsey@ENRON_DEVELOPMENT -1 Billy billy X GW _ 0 root 0:root _ -2 Dorsey@ENRON_DEVELOPMENT dorsey@enron_development X ADD _ 1 goeswith 1:goeswith _ +1 Billy billydorsey@enron_development X GW Typo=Yes 0 root 0:root _ +2 Dorsey@ENRON_DEVELOPMENT _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent14_01-0115 # text = 05/02/2001 12:03 PM -1 05/02/2001 05/02/2001 NUM CD NumType=Card 0 root 0:root _ -2 12:03 12:03 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 05/02/2001 05/02/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 12:03 12:03 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent14_01-0116 # text = Executive Committee Weekly Meeting @@ -80060,17 +80090,17 @@ # sent_id = email-enronsent14_01-0117 # text = Date: Monday, May 7th 1 Date date NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 Monday Monday PROPN NNP Number=Sing 1 appos 1:appos SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ 5 May May PROPN NNP Number=Sing 3 appos 3:appos _ -6 7th 7th NOUN NN Number=Sing 5 nummod 5:nummod _ +6 7th 7th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 5 nummod 5:nummod _ # sent_id = email-enronsent14_01-0118 # text = Time: 11:00 a.m. (CDT) 1 Time time NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ -3 11:00 11:00 NUM CD NumType=Card 4 nummod 4:nummod _ +2 : : PUNCT : _ 4 punct 4:punct _ +3 11:00 11:00 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 a.m. a.m. NOUN NN Number=Sing 1 appos 1:appos _ 5 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No 6 CDT CDT PROPN NNP Number=Sing 4 appos 4:appos SpaceAfter=No @@ -80079,15 +80109,15 @@ # sent_id = email-enronsent14_01-0119 # text = Location: 50th Floor Boardroom 1 Location location NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ -3 50th 50th ADJ JJ Degree=Pos|NumType=Ord 4 amod 4:amod _ +2 : : PUNCT : _ 5 punct 5:punct _ +3 50th 50th ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 4 amod 4:amod _ 4 Floor floor NOUN NN Number=Sing 5 compound 5:compound _ 5 Boardroom boardroom NOUN NN Number=Sing 1 appos 1:appos _ # sent_id = email-enronsent14_01-0120 # text = Video: Connections will be established with remote locations upon request. 1 Video video NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 6 punct 6:punct _ 3 Connections connection NOUN NNS Number=Plur 6 nsubj:pass 6:nsubj:pass _ 4 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 5 be be AUX VB VerbForm=Inf 6 aux:pass 6:aux:pass _ @@ -80103,10 +80133,10 @@ # text = Conf call: AT&T lines have been reserved. 1 Conf conf NOUN NN Number=Sing 2 compound 2:compound _ 2 call call NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 8 punct 8:punct _ 4 AT&T AT&T PROPN NNP Number=Sing 5 compound 5:compound _ 5 lines line NOUN NNS Number=Plur 8 nsubj:pass 8:nsubj:pass _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 been be AUX VBN Tense=Past|VerbForm=Part 8 aux:pass 8:aux:pass _ 8 reserved reserve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 appos 2:appos SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ @@ -80118,19 +80148,19 @@ 3 Sherri Sherri PROPN NNP Number=Sing 2 obj 2:obj _ 4 Sera Sera PROPN NNP Number=Sing 3 flat 3:flat _ 5 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No -6 713/853-5984 713/853-5984 NUM CD NumType=Card 3 appos 3:appos SpaceAfter=No +6 713/853-5984 713/853-5984 NUM CD NumForm=Digit|NumType=Card 3 appos 3:appos SpaceAfter=No 7 ) ) PUNCT -RRB- _ 6 punct 6:punct _ 8 or or CCONJ CC _ 9 cc 9:cc _ 9 Bill Bill PROPN NNP Number=Sing 3 conj 2:obj|3:conj:or _ 10 Dorsey Dorsey PROPN NNP Number=Sing 9 flat 9:flat _ 11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -12 713/646-6505 713/646-6505 NUM CD NumType=Card 9 appos 9:appos SpaceAfter=No +12 713/646-6505 713/646-6505 NUM CD NumForm=Digit|NumType=Card 9 appos 9:appos SpaceAfter=No 13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 14 for for ADP IN _ 20 case 20:case _ 15 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 16 weekly weekly ADJ JJ Degree=Pos 20 amod 20:amod _ -17 dial dial VERB VB Mood=Imp|VerbForm=Fin 20 compound 20:compound SpaceAfter=No -18 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No +17 dial dial VERB VB VerbForm=Inf 20 compound 20:compound SpaceAfter=No +18 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No 19 in in ADP RP _ 17 compound 17:compound _ 20 number number NOUN NN Number=Sing 2 obl 2:obl:for _ 21 and and CCONJ CC _ 22 cc 22:cc _ @@ -80144,9 +80174,9 @@ 3 below below ADV RB _ 2 advmod 2:advmod _ 4 whether whether SCONJ IN _ 8 mark 8:mark _ 5 or or CCONJ CC _ 4 fixed 4:fixed _ -6 not not ADV RB _ 4 fixed 4:fixed _ +6 not not PART RB _ 4 fixed 4:fixed _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj|16:nsubj _ -8 plan plan VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +8 plan plan VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 9 to to PART TO _ 10 mark 10:mark _ 10 attend attend VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 this this DET DT Number=Sing|PronType=Dem 12 det 12:det _ @@ -80160,13 +80190,13 @@ # sent_id = email-enronsent14_01-0124 # text = Yes, I will attend in person _______ 1 Yes yes INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 5 attend attend VERB VB VerbForm=Inf 0 root 0:root _ 6 in in ADP IN _ 7 case 7:case _ 7 person person NOUN NN Number=Sing 5 obl 5:obl:in _ -8 _______ _______ SYM NFP _ 5 punct 5:punct _ +8 _______ _______ PUNCT NFP _ 5 punct 5:punct _ # sent_id = email-enronsent14_01-0125 # newpar id = email-enronsent14_01-p0026 @@ -80175,7 +80205,7 @@ 2 video video NOUN NN Number=Sing 3 compound 3:compound _ 3 conference conference NOUN NN Number=Sing 0 root 0:root _ 4 from from ADP IN _ 3 nmod 3:nmod _ -5 _______ _______ SYM NFP _ 4 punct 4:punct _ +5 _______ _______ PUNCT NFP _ 4 punct 4:punct _ # sent_id = email-enronsent14_01-0126 # newpar id = email-enronsent14_01-p0027 @@ -80183,17 +80213,17 @@ 1 By by ADP IN _ 3 case 3:case _ 2 conference conference NOUN NN Number=Sing 3 compound 3:compound _ 3 call call NOUN NN Number=Sing 0 root 0:root _ -4 _______ _______ SYM NFP _ 3 punct 3:punct _ +4 _______ _______ PUNCT NFP _ 3 punct 3:punct _ # sent_id = email-enronsent14_01-0127 # text = No, I will not attend _______ 1 No no INTJ UH _ 6 discourse 6:discourse SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 4 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 5 not not PART RB _ 6 advmod 6:advmod _ 6 attend attend VERB VB VerbForm=Inf 0 root 0:root _ -7 _______ _______ SYM NFP _ 6 punct 6:punct _ +7 _______ _______ PUNCT NFP _ 6 punct 6:punct _ # sent_id = email-enronsent14_01-0128 # text = *** @@ -80208,20 +80238,20 @@ 5 to to ADP IN _ 6 case 6:case _ 6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obl 2:obl:to _ 7 with with ADP IN _ 9 case 9:case _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 response response NOUN NN Number=Sing 2 obl 2:obl:with _ 10 by by ADP IN _ 12 case 12:case _ -11 12:00 12:00 NUM CD NumType=Card 12 nummod 12:nummod _ +11 12:00 12:00 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 12 p.m. p.m. NOUN NN Number=Sing 2 obl 2:obl:by SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ +13 , , PUNCT , _ 14 punct 14:punct _ 14 Friday Friday PROPN NNP Number=Sing 12 nmod:tmod 12:nmod:tmod SpaceAfter=No -15 , , PUNCT , _ 14 punct 14:punct _ +15 , , PUNCT , _ 16 punct 16:punct _ 16 May May PROPN NNP Number=Sing 14 appos 14:appos _ -17 4th 4th NOUN NN Number=Sing 16 nummod 16:nummod _ +17 4th 4th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 16 nummod 16:nummod _ # sent_id = email-enronsent14_01-0130 # text = Thank you, -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No 3 , , PUNCT , _ 1 punct 1:punct _ @@ -80234,7 +80264,7 @@ # sent_id = email-enronsent14_01-0132 # newpar id = email-enronsent14_01-p0028 # text = Thank you for the invitation. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 for for ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ @@ -80257,7 +80287,7 @@ 12 to to ADP IN _ 11 fixed 11:fixed _ 13 previous previous ADJ JJ Degree=Pos 14 amod 14:amod _ 14 committments committment NOUN NNS Number=Plur 8 obl 8:obl:due_to SpaceAfter=No -15 . . PUNCT . _ 2 punct 2:punct _ +15 . . PUNCT . _ 8 punct 8:punct _ # newdoc id = email-enronsent41_01 # sent_id = email-enronsent41_01-0001 @@ -80280,7 +80310,7 @@ # text = With divisions, EOL does request a new Password Application for the applicant reflecting the name as you noted below. 1 With with ADP IN _ 2 case 2:case _ 2 divisions division NOUN NNS Number=Plur 6 obl 6:obl:with SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 EOL EOL PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 5 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 request request VERB VB VerbForm=Inf 0 root 0:root _ @@ -80296,31 +80326,31 @@ 16 name name NOUN NN Number=Sing 14 obj 14:obj _ 17 as as SCONJ IN _ 19 mark 19:mark _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 19 nsubj 19:nsubj _ -19 noted note VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:as _ +19 noted note VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:as _ 20 below below ADV RB _ 19 advmod 19:advmod SpaceAfter=No 21 . . PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent41_01-0004 # text = When the company is set up in the EOL database we link the company to the Parent and reference the CP ID. -1 When when SCONJ WRB PronType=Int 5 mark 5:mark _ +1 When when ADV WRB PronType=Int 5 advmod 5:advmod _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 company company NOUN NN Number=Sing 5 nsubj:pass 5:nsubj:pass _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ -5 set set VERB VBN Tense=Past|VerbForm=Part 12 advcl 12:advcl:when _ +5 set set VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 advcl 12:advcl:when _ 6 up up ADP RP _ 5 compound:prt 5:compound:prt _ 7 in in ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 EOL EOL PROPN NNP Number=Sing 10 compound 10:compound _ 10 database database NOUN NN Number=Sing 5 obl 5:obl:in _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj|19:nsubj _ -12 link link VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +12 link link VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 company company NOUN NN Number=Sing 12 obj 12:obj _ 15 to to ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 Parent parent NOUN NN Number=Sing 12 obl 12:obl:to _ 18 and and CCONJ CC _ 19 cc 19:cc _ -19 reference reference VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 conj 12:conj:and _ +19 reference reference VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 12 conj 12:conj:and _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 21 CP cp NOUN NN Number=Sing 22 compound 22:compound _ 22 ID id NOUN NN Number=Sing 19 obj 19:obj SpaceAfter=No @@ -80329,11 +80359,11 @@ # sent_id = email-enronsent41_01-0005 # text = Sam, please confirm, Global Counterparty also provides the links to establish correlation between the parent and child for our downstream systems. 1 Sam Sam PROPN NNP Number=Sing 4 vocative 4:vocative SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 please please INTJ UH _ 4 discourse 4:discourse _ 4 confirm confirm VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ -6 Global Global PROPN NNP Number=Sing 7 compound 7:compound _ +5 , , PUNCT , _ 9 punct 9:punct _ +6 Global Global ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Counterparty Counterparty PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 8 also also ADV RB _ 9 advmod 9:advmod _ 9 provides provide VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ @@ -80348,7 +80378,7 @@ 18 and and CCONJ CC _ 19 cc 19:cc _ 19 child child NOUN NN Number=Sing 17 conj 14:nmod:between|17:conj:and _ 20 for for ADP IN _ 23 case 23:case _ -21 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +21 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 22 downstream downstream ADJ JJ Degree=Pos 23 amod 23:amod _ 23 systems system NOUN NNS Number=Plur 13 obl 13:obl:for SpaceAfter=No 24 . . PUNCT . _ 4 punct 4:punct _ @@ -80363,8 +80393,8 @@ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 appropriate appropriate ADJ JJ Degree=Pos 9 amod 9:amod _ -9 steps step NOUN NNS Number=Plur 3 ccomp 3:ccomp|13:obj _ -10 that that PRON WDT PronType=Rel 13 obj 9:ref _ +9 steps step NOUN NNS Number=Plur 3 ccomp 3:ccomp|15:obj _ +10 that that PRON WDT PronType=Rel 15 obj 9:ref _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ 12 would would AUX MD VerbForm=Fin 13 aux 13:aux _ 13 like like VERB VB VerbForm=Inf 9 acl:relcl 9:acl:relcl _ @@ -80392,29 +80422,29 @@ # newpar id = email-enronsent41_01-p0003 # text = Re: Cargill Ferrous International 1 Re re ADP IN _ 5 case 5:case SpaceAfter=No -2 : : PUNCT : _ 5 punct 5:punct _ +2 : : PUNCT : _ 1 punct 1:punct _ 3 Cargill Cargill PROPN NNP Number=Sing 4 compound 4:compound _ -4 Ferrous Ferrous PROPN NNP Number=Sing 5 compound 5:compound _ +4 Ferrous Ferrous ADJ NNP Degree=Pos 5 amod 5:amod _ 5 International International PROPN NNP Number=Sing 0 root 0:root _ # sent_id = email-enronsent41_01-0011 # text = It was my understanding with the EOL Team that all divisions would have the legal incorporated entity as part of the name. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 expl 4:expl _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 understanding understanding NOUN NN Number=Sing 0 root 0:root _ 5 with with ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 EOL EOL PROPN NNP Number=Sing 8 compound 8:compound _ 8 Team team NOUN NN Number=Sing 4 nmod 4:nmod:with _ 9 that that SCONJ IN _ 13 mark 13:mark _ -10 all all DET DT _ 11 det 11:det _ +10 all all DET DT PronType=Tot 11 det 11:det _ 11 divisions division NOUN NNS Number=Plur 13 nsubj 13:nsubj _ 12 would would AUX MD VerbForm=Fin 13 aux 13:aux _ 13 have have VERB VB VerbForm=Inf 4 csubj 4:csubj _ 14 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 15 legal legal ADJ JJ Degree=Pos 17 amod 17:amod _ -16 incorporated incorporate VERB VBN Tense=Past|VerbForm=Part 17 amod 17:amod _ +16 incorporated incorporate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 amod 17:amod _ 17 entity entity NOUN NN Number=Sing 13 obj 13:obj _ 18 as as ADP IN _ 19 case 19:case _ 19 part part NOUN NN Number=Sing 13 obl 13:obl:as _ @@ -80425,54 +80455,54 @@ # sent_id = email-enronsent41_01-0012 # text = Stephanie, I my preference is to kick their Password Application back and get them to change it to read something like "Cargill Ferrous International, a division of Cargill, Inc." or "Cargill, Inc. acting through its Cargill Ferrous International Division". -1 Stephanie Stephanie PROPN NNP Number=Sing 6 vocative 6:vocative SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ -3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 reparandum 6:reparandum _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -5 preference preference NOUN NN Number=Sing 6 nsubj 6:nsubj _ -6 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Stephanie Stephanie PROPN NNP Number=Sing 8 vocative 8:vocative SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ +3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 reparandum 8:reparandum _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +5 preference preference NOUN NN Number=Sing 8 nsubj:outer 8:nsubj:outer|14:nsubj:outer _ +6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 to to PART TO _ 8 mark 8:mark _ -8 kick kick VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +8 kick kick VERB VB VerbForm=Inf 0 root 0:root _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 Password password NOUN NN Number=Sing 11 compound 11:compound _ 11 Application application NOUN NN Number=Sing 8 obj 8:obj _ 12 back back ADV RB _ 8 advmod 8:advmod _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 get get VERB VB VerbForm=Inf 8 conj 6:ccomp|8:conj:and _ +14 get get VERB VB VerbForm=Inf 8 conj 0:root|8:conj:and _ 15 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 14 obj 14:obj|17:nsubj:xsubj _ 16 to to PART TO _ 17 mark 17:mark _ 17 change change VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 18 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 obj 17:obj _ 19 to to PART TO _ 20 mark 20:mark _ 20 read read VERB VB VerbForm=Inf 17 advcl 17:advcl:to _ -21 something something PRON NN Number=Sing 20 obj 20:obj _ +21 something something PRON NN Number=Sing|PronType=Ind 20 obj 20:obj _ 22 like like ADP IN _ 26 case 26:case _ 23 " " PUNCT `` _ 26 punct 26:punct SpaceAfter=No 24 Cargill Cargill PROPN NNP Number=Sing 25 compound 25:compound _ -25 Ferrous Ferrous PROPN NNP Number=Sing 26 compound 26:compound _ +25 Ferrous Ferrous ADJ NNP Degree=Pos 26 amod 26:amod _ 26 International International PROPN NNP Number=Sing 21 nmod 21:nmod:like SpaceAfter=No -27 , , PUNCT , _ 26 punct 26:punct _ +27 , , PUNCT , _ 29 punct 29:punct _ 28 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ 29 division division NOUN NN Number=Sing 26 appos 26:appos _ 30 of of ADP IN _ 33 case 33:case _ 31 Cargill Cargill PROPN NNP Number=Sing 33 compound 33:compound SpaceAfter=No -32 , , PUNCT , _ 33 punct 33:punct _ +32 , , PUNCT , _ 31 punct 31:punct _ 33 Inc. Inc. PROPN NNP Number=Sing 29 nmod 29:nmod:of SpaceAfter=No 34 " " PUNCT '' _ 26 punct 26:punct _ 35 or or CCONJ CC _ 39 cc 39:cc _ 36 " " PUNCT `` _ 39 punct 39:punct SpaceAfter=No 37 Cargill Cargill PROPN NNP Number=Sing 39 compound 39:compound SpaceAfter=No -38 , , PUNCT , _ 39 punct 39:punct _ +38 , , PUNCT , _ 37 punct 37:punct _ 39 Inc. Inc. PROPN NNP Number=Sing 26 conj 21:nmod:like|26:conj:or _ 40 acting act VERB VBG VerbForm=Ger 39 acl 39:acl _ 41 through through ADP IN _ 46 case 46:case _ -42 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 46 nmod:poss 46:nmod:poss _ +42 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 46 nmod:poss 46:nmod:poss _ 43 Cargill Cargill PROPN NNP Number=Sing 44 compound 44:compound _ -44 Ferrous Ferrous PROPN NNP Number=Sing 45 compound 45:compound _ +44 Ferrous Ferrous ADJ NNP Degree=Pos 45 amod 45:amod _ 45 International International PROPN NNP Number=Sing 46 compound 46:compound _ 46 Division division NOUN NN Number=Sing 40 obl 40:obl:through SpaceAfter=No 47 " " PUNCT '' _ 39 punct 39:punct SpaceAfter=No -48 . . PUNCT . _ 6 punct 6:punct _ +48 . . PUNCT . _ 8 punct 8:punct _ # sent_id = email-enronsent41_01-0013 # text = Samuel Schott @@ -80481,13 +80511,13 @@ # sent_id = email-enronsent41_01-0014 # text = 03/21/2001 01:58 PM -1 03/21/2001 03/21/2001 NUM CD NumType=Card 0 root 0:root _ -2 01:58 01:58 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 03/21/2001 03/21/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 01:58 01:58 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent41_01-0015 # text = Any GCP adjustments will be highlighted in red. -1 Any any DET DT _ 3 det 3:det _ +1 Any any DET DT PronType=Ind 3 det 3:det _ 2 GCP gcp NOUN NN Number=Sing 3 compound 3:compound _ 3 adjustments adjustment NOUN NNS Number=Plur 6 nsubj:pass 6:nsubj:pass _ 4 will will AUX MD VerbForm=Fin 6 aux 6:aux _ @@ -80513,7 +80543,7 @@ 4 new new ADJ JJ Degree=Pos 6 amod 6:amod _ 5 EOL EOL PROPN NNP Number=Sing 6 compound 6:compound _ 6 Counterparty counterparty NOUN NN Number=Sing 2 nsubj 2:nsubj _ -7 listed list VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 listed list VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 in in ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 UK UK PROPN NNP Number=Sing 7 obl 7:obl:in SpaceAfter=No @@ -80528,7 +80558,7 @@ # sent_id = email-enronsent41_01-0019 # newpar id = email-enronsent41_01-p0005 # text = Best Rgds. -1 Best best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Best good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 Rgds rgd NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ @@ -80543,7 +80573,7 @@ # text = Please see attached. 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 see see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 attached attach VERB VBN Tense=Past|VerbForm=Part 2 obj 2:obj SpaceAfter=No +3 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 obj 2:obj SpaceAfter=No 4 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent41_01-0022 @@ -80554,7 +80584,7 @@ # sent_id = email-enronsent41_01-0023 # text = are you the right lawyer to look at this? -1 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +1 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 right right ADJ JJ Degree=Pos 5 amod 5:amod _ @@ -80573,9 +80603,9 @@ # sent_id = email-enronsent41_01-0025 # text = 04/16/2001 04:52 PM -1 04/16/2001 04/16/2001 NUM CD NumType=Card 0 root 0:root _ -2 04:52 04:52 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 04/16/2001 04/16/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 04:52 04:52 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent41_01-0026 # text = Please approve the following product type in Datamanager after 11:00 p.m. @@ -80588,8 +80618,8 @@ 7 in in ADP IN _ 8 case 8:case _ 8 Datamanager Datamanager PROPN NNP Number=Sing 2 obl 2:obl:in _ 9 after after ADP IN _ 11 case 11:case _ -10 11:00 11:00 NUM CD NumType=Card 11 nummod 11:nummod _ -11 p.m p.m NOUN NN Number=Sing 2 obl 2:obl:after SpaceAfter=No +10 11:00 11:00 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ +11 p.m p.m. NOUN NN Number=Sing 2 obl 2:obl:after SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent41_01-0027 @@ -80606,9 +80636,9 @@ # newpar id = email-enronsent41_01-p0008 # text = US Steel Hot Rolled Plate Phy 1 US US PROPN NNP Number=Sing 2 compound 2:compound _ -2 Steel steel NOUN NN Number=Sing 5 amod 5:amod _ +2 Steel steel NOUN NN Number=Sing 5 compound 5:compound _ 3 Hot hot ADJ JJ Degree=Pos 5 amod 5:amod _ -4 Rolled roll VERB VBN Tense=Past|VerbForm=Part 5 amod 5:amod _ +4 Rolled roll VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 amod 5:amod _ 5 Plate plate NOUN NN Number=Sing 0 root 0:root _ 6 Phy phy NOUN NN Number=Sing 5 nmod:npmod 5:nmod:npmod _ @@ -80621,10 +80651,10 @@ 4 of of ADP IN _ 6 case 6:case _ 5 Product product NOUN NN Number=Sing 6 compound 6:compound _ 6 Type type NOUN NN Number=Sing 3 nmod 3:nmod:of SpaceAfter=No -7 : : PUNCT : _ 3 punct 3:punct _ +7 : : PUNCT : _ 11 punct 11:punct _ 8 US US PROPN NNP Number=Sing 11 compound 11:compound _ -9 HR hr NOUN NN Number=Sing 11 compound 11:compound _ -10 Stl stl NOUN NN Number=Sing 11 compound 11:compound SpaceAfter=No +9 HR HR NOUN NN Number=Sing 11 compound 11:compound _ +10 Stl stl NOUN NN Number=Sing 11 compound 11:compound CorrectSpaceAfter=Yes|SpaceAfter=No 11 Plt plt NOUN NN Number=Sing 3 appos 3:appos _ 12 Phy phy NOUN NN Number=Sing 11 nmod:npmod 11:nmod:npmod _ @@ -80653,20 +80683,20 @@ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 Effective effective ADJ JJ Degree=Pos 11 amod 11:amod _ 11 Date date NOUN NN Number=Sing 0 root 0:root _ -12 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No +12 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No 13 or or CCONJ CC _ 15 cc 15:cc _ 14 start start NOUN NN Number=Sing 15 compound 15:compound _ 15 date date NOUN NN Number=Sing 11 conj 11:conj:or SpaceAfter=No -16 ) ) PUNCT -RRB- _ 11 punct 11:punct _ +16 ) ) PUNCT -RRB- _ 15 punct 15:punct _ 17 to to ADP IN _ 20 case 20:case _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 19 Termination termination NOUN NN Number=Sing 20 compound 20:compound _ 20 Date date NOUN NN Number=Sing 11 nmod 11:nmod:to _ -21 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No +21 ( ( PUNCT -LRB- _ 24 punct 24:punct SpaceAfter=No 22 or or CCONJ CC _ 24 cc 24:cc _ 23 end end NOUN NN Number=Sing 24 compound 24:compound _ 24 date date NOUN NN Number=Sing 20 conj 11:nmod:to|20:conj:or SpaceAfter=No -25 ) ) PUNCT -RRB- _ 20 punct 20:punct SpaceAfter=No +25 ) ) PUNCT -RRB- _ 24 punct 24:punct SpaceAfter=No 26 . . PUNCT . _ 11 punct 11:punct _ # sent_id = email-enronsent41_01-0033 @@ -80674,15 +80704,15 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 Effective effective ADJ JJ Degree=Pos 3 amod 3:amod _ 3 Date date NOUN NN Number=Sing 11 nsubj 11:nsubj _ -4 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No +4 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No 5 or or CCONJ CC _ 7 cc 7:cc _ 6 start start NOUN NN Number=Sing 7 compound 7:compound _ 7 date date NOUN NN Number=Sing 3 conj 3:conj:or|11:nsubj SpaceAfter=No -8 ) ) PUNCT -RRB- _ 3 punct 3:punct _ +8 ) ) PUNCT -RRB- _ 7 punct 7:punct _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ -10 01 01 NUM CD NumType=Card 11 nummod 11:nummod _ -11 Oct Oct PROPN NNP Number=Sing 0 root 0:root _ -12 2001 2001 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No +10 01 01 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ +11 Oct October PROPN NNP Abbr=Yes|Number=Sing 0 root 0:root _ +12 2001 2001 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No 13 . . PUNCT . _ 11 punct 11:punct _ # sent_id = email-enronsent41_01-0034 @@ -80690,15 +80720,15 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 Termination termination NOUN NN Number=Sing 3 compound 3:compound _ 3 Date date NOUN NN Number=Sing 11 nsubj 11:nsubj _ -4 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No +4 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No 5 or or CCONJ CC _ 7 cc 7:cc _ 6 end end NOUN NN Number=Sing 7 compound 7:compound _ 7 date date NOUN NN Number=Sing 3 conj 3:conj:or|11:nsubj SpaceAfter=No -8 ) ) PUNCT -RRB- _ 3 punct 3:punct _ +8 ) ) PUNCT -RRB- _ 7 punct 7:punct _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ -10 31 31 NUM CD NumType=Card 11 nummod 11:nummod _ -11 Oct Oct PROPN NNP Number=Sing 0 root 0:root _ -12 2001 2001 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No +10 31 31 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ +11 Oct October PROPN NNP Abbr=Yes|Number=Sing 0 root 0:root _ +12 2001 2001 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No 13 . . PUNCT . _ 11 punct 11:punct _ # sent_id = email-enronsent41_01-0035 @@ -80719,19 +80749,19 @@ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 for for ADP IN _ 7 case 7:case _ 5 hot hot ADJ JJ Degree=Pos 7 amod 7:amod _ -6 rolled roll VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +6 rolled roll VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 steel steel NOUN NN Number=Sing 0 root 0:root _ 8 with with ADP IN _ 10 case 10:case _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 thickness thickness NOUN NN Number=Sing 7 nmod 7:nmod:with _ 11 of of ADP IN _ 13 case 13:case _ -12 1 1 NUM CD NumType=Card 13 nummod 13:nummod SpaceAfter=No +12 1 1 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod SpaceAfter=No 13 " " NOUN NN Number=Sing 10 nmod 10:nmod:of _ 14 and and CCONJ CC _ 16 cc 16:cc _ 15 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 16 width width NOUN NN Number=Sing 10 conj 7:nmod:with|10:conj:and _ 17 of of ADP IN _ 19 case 19:case _ -18 72 72 NUM CD NumType=Card 19 nummod 19:nummod _ +18 72 72 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod _ 19 inches inch NOUN NNS Number=Plur 16 nmod 16:nmod:of SpaceAfter=No 20 . . PUNCT . _ 7 punct 7:punct _ @@ -80746,7 +80776,7 @@ 7 Terminal Terminal PROPN NNP Number=Sing 0 root 0:root _ 8 in in ADP IN _ 13 case 13:case _ 9 Chicago Chicago PROPN NNP Number=Sing 13 compound 13:compound SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 Ill Ill PROPN NNP Number=Sing 9 appos 9:appos _ 12 Metro metro ADJ JJ Degree=Pos 13 amod 13:amod _ 13 Area area NOUN NN Number=Sing 7 nmod 7:nmod:in SpaceAfter=No @@ -80760,7 +80790,7 @@ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 following follow VERB VBG VerbForm=Ger 6 amod 6:amod _ 6 terms term NOUN NNS Number=Plur 2 obl 2:obl:to SpaceAfter=No -7 : : PUNCT : _ 2 punct 2:punct _ +7 : : PUNCT : _ 10 punct 10:punct _ 8 Seller seller NOUN NN Number=Sing 10 nsubj 10:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 responsible responsible ADJ JJ Degree=Pos 2 parataxis 2:parataxis _ @@ -80777,7 +80807,7 @@ 21 delivery delivery NOUN NN Number=Sing 10 obl 10:obl:up_to _ 22 in in ADP IN _ 23 case 23:case _ 23 warehouse warehouse NOUN NN Number=Sing 21 nmod 21:nmod:in SpaceAfter=No -24 , , PUNCT , _ 10 punct 10:punct _ +24 , , PUNCT , _ 27 punct 27:punct _ 25 Buyer buyer NOUN NN Number=Sing 27 nsubj 27:nsubj _ 26 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ 27 responsible responsible ADJ JJ Degree=Pos 10 parataxis 10:parataxis _ @@ -80799,17 +80829,17 @@ 4 shall shall AUX MD VerbForm=Fin 6 aux 6:aux _ 5 be be AUX VB VerbForm=Inf 6 cop 6:cop _ 6 quantity quantity NOUN NN Number=Sing 0 root 0:root _ -7 submitted submit VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 submitted submit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 by by ADP IN _ 9 case 9:case _ -9 Counterparty counterparty NOUN NN Number=Sing 7 obl 7:obl:by _ +9 Counterparty counterparty NOUN NN Number=Sing 7 obl:agent 7:obl:agent _ 10 via via ADP IN _ 11 case 11:case _ 11 EnronOnline EnronOnline PROPN NNP Number=Sing 7 obl 7:obl:via _ 12 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No -13 5 5 NUM CD NumType=Card 14 nummod 14:nummod SpaceAfter=No +13 5 5 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No 14 % % SYM NN Number=Sing 15 obl:npmod 15:obl:npmod _ -15 greater greater ADJ JJR Degree=Cmp 18 amod 18:amod _ +15 greater great ADJ JJR Degree=Cmp 18 amod 18:amod _ 16 or or CCONJ CC _ 17 cc 17:cc _ -17 lesser lesser ADJ JJR Degree=Cmp 15 conj 15:conj:or|18:amod _ +17 lesser less ADJ JJR Degree=Cmp 15 conj 15:conj:or|18:amod _ 18 allowance allowance NOUN NN Number=Sing 6 parataxis 6:parataxis _ 19 at at ADP IN _ 22 case 22:case _ 20-21 Seller's _ _ _ _ _ _ _ _ @@ -80821,7 +80851,7 @@ # sent_id = email-enronsent41_01-0040 # text = Each calendar month during the term of the Transaction will be a Dispatch Period. -1 Each each DET DT _ 3 det 3:det _ +1 Each each DET DT PronType=Tot 3 det 3:det _ 2 calendar calendar NOUN NN Number=Sing 3 compound 3:compound _ 3 month month NOUN NN Number=Sing 14 nsubj 14:nsubj _ 4 during during ADP IN _ 6 case 6:case _ @@ -80845,10 +80875,10 @@ 4 delivery delivery NOUN NN Number=Sing 3 obj 3:obj _ 5 by by ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -7 20th 20th NOUN NN Number=Sing 3 obl 3:obl:by _ +7 20th 20th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 3 obl 3:obl:by _ 8 of of ADP IN _ 12 case 12:case _ -9 each each DET DT _ 12 det 12:det _ -10 scheduled schedule VERB VBN Tense=Past|VerbForm=Part 12 amod 12:amod _ +9 each each DET DT PronType=Tot 12 det 12:det _ +10 scheduled schedule VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 amod 12:amod _ 11 Dispatch dispatch NOUN NN Number=Sing 12 compound 12:compound _ 12 Period period NOUN NN Number=Sing 7 nmod 7:nmod:of _ 13 and and CCONJ CC _ 14 cc 14:cc _ @@ -80856,10 +80886,10 @@ 15 supply supply NOUN NN Number=Sing 14 obj 14:obj _ 16 to to ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -18 15th 15th NOUN NN Number=Sing 14 obl 14:obl:to _ +18 15th 15th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 14 obl 14:obl:to _ 19 of of ADP IN _ 23 case 23:case _ -20 each each DET DT _ 23 det 23:det _ -21 scheduled schedule VERB VBN Tense=Past|VerbForm=Part 23 amod 23:amod _ +20 each each DET DT PronType=Tot 23 det 23:det _ +21 scheduled schedule VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 amod 23:amod _ 22 Dispatch dispatch NOUN NN Number=Sing 23 compound 23:compound _ 23 Period period NOUN NN Number=Sing 18 nmod 18:nmod:of SpaceAfter=No 24 . . PUNCT . _ 3 punct 3:punct _ @@ -80870,22 +80900,22 @@ 2 shall shall AUX MD VerbForm=Fin 4 aux 4:aux _ 3 be be AUX VB VerbForm=Inf 4 aux:pass 4:aux:pass _ 4 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 8 punct 8:punct _ 6 against against ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 receipt receipt NOUN NN Number=Sing 4 obl 4:obl:against _ 9 of of ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -11 required require VERB VBN Tense=Past|VerbForm=Part 12 amod 12:amod _ +11 required require VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 amod 12:amod _ 12 documents document NOUN NNS Number=Plur 8 nmod 8:nmod:of _ -13 outlined outline VERB VBN Tense=Past|VerbForm=Part 12 acl 12:acl _ +13 outlined outline VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 acl 12:acl _ 14 in in ADP IN _ 17 case 17:case _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 General general ADJ JJ Degree=Pos 17 amod 17:amod _ 17 Terms term NOUN NNS Number=Plur 13 obl 13:obl:in _ 18 and and CCONJ CC _ 19 cc 19:cc _ 19 Conditions condition NOUN NNS Number=Plur 17 conj 13:obl:in|17:conj:and SpaceAfter=No -20 , , PUNCT , _ 4 punct 4:punct _ +20 , , PUNCT , _ 24 punct 24:punct _ 21 in in ADP IN _ 24 case 24:case _ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 23 Contractual contractual ADJ JJ Degree=Pos 24 amod 24:amod _ @@ -80894,9 +80924,9 @@ 26 telegraphic telegraphic ADJ JJ Degree=Pos 27 amod 27:amod _ 27 transfer transfer NOUN NN Number=Sing 4 obl 4:obl:by _ 28 no no ADV RB _ 29 advmod 29:advmod _ -29 later later ADV RBR Degree=Cmp 4 advmod 4:advmod _ +29 later late ADV RBR Degree=Cmp 4 advmod 4:advmod _ 30 than than ADP IN _ 33 case 33:case _ -31 30 30 NUM CD NumType=Card 33 nummod 33:nummod _ +31 30 30 NUM CD NumForm=Digit|NumType=Card 33 nummod 33:nummod _ 32 calendar calendar NOUN NN Number=Sing 33 compound 33:compound _ 33 days day NOUN NNS Number=Plur 29 obl 29:obl:than _ 34 after after ADP IN _ 36 case 36:case _ @@ -80930,7 +80960,7 @@ 9 unit unit NOUN NN Number=Sing 7 nmod 7:nmod:per _ 10 of of ADP IN _ 11 case 11:case _ 11 volume volume NOUN NN Number=Sing 9 nmod 9:nmod:of SpaceAfter=No -12 , , PUNCT , _ 7 punct 7:punct _ +12 , , PUNCT , _ 18 punct 18:punct _ 13 which which PRON WDT PronType=Rel 18 nsubj 7:ref _ 14 will will AUX MD VerbForm=Fin 18 aux 18:aux _ 15 be be AUX VB VerbForm=Inf 18 cop 18:cop _ @@ -80963,13 +80993,13 @@ 13 net net ADJ JJ Degree=Pos 14 amod 14:amod _ 14 tons ton NOUN NNS Number=Plur 0 root 0:root _ 15 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No -16 2000 2000 NUM CD NumType=Card 17 nummod 17:nummod _ +16 2000 2000 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod _ 17 lbs lb NOUN NNS Number=Plur 14 appos 14:appos SpaceAfter=No 18 ) ) PUNCT -RRB- _ 17 punct 17:punct _ 19 and and CCONJ CC _ 27 cc 27:cc _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 quantity quantity NOUN NN Number=Sing 27 nsubj 27:nsubj _ -22 shown show VERB VBN Tense=Past|VerbForm=Part 21 acl 21:acl _ +22 shown show VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 acl 21:acl _ 23 shall shall AUX MD VerbForm=Fin 27 aux 27:aux _ 24 be be AUX VB VerbForm=Inf 27 cop 27:cop _ 25 in in ADP IN _ 27 case 27:case _ @@ -81020,7 +81050,7 @@ 2 WITH with ADP IN _ 4 case 4:case _ 3 USUAL usual ADJ JJ Degree=Pos 4 amod 4:amod _ 4 LOGIN login NOUN NN Number=Sing 1 obl 1:obl:with SpaceAfter=No -5 / / PUNCT , _ 6 cc 6:cc SpaceAfter=No +5 / / SYM , _ 6 cc 6:cc SpaceAfter=No 6 PASSWORD password NOUN NN Number=Sing 4 conj 1:obl:with|4:conj _ # sent_id = email-enronsent41_01-0053 @@ -81031,9 +81061,9 @@ 4 Online Online PROPN NNP Number=Sing 6 compound 6:compound _ 5 Production production NOUN NN Number=Sing 6 compound 6:compound _ 6 Cluster cluster NOUN NN Number=Sing 10 compound 10:compound _ -7 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No +7 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No 8 START start NOUN NN Number=Sing 10 compound 10:compound SpaceAfter=No -9 " " PUNCT '' _ 10 punct 10:punct _ +9 " " PUNCT '' _ 8 punct 8:punct _ 10 button button NOUN NN Number=Sing 1 obj 1:obj _ # sent_id = email-enronsent41_01-0054 @@ -81054,7 +81084,7 @@ 2 WITH with ADP IN _ 4 case 4:case _ 3 EOL EOL PROPN NNP Number=Sing 4 compound 4:compound _ 4 LOGIN login NOUN NN Number=Sing 1 obl 1:obl:with SpaceAfter=No -5 / / PUNCT , _ 6 cc 6:cc SpaceAfter=No +5 / / SYM , _ 6 cc 6:cc SpaceAfter=No 6 PASSWORD password NOUN NN Number=Sing 4 conj 1:obl:with|4:conj _ # sent_id = email-enronsent41_01-0056 @@ -81062,9 +81092,9 @@ 1 click click VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 on on ADP IN _ 5 case 5:case _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No +4 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 5 + + SYM SYM _ 1 obl 1:obl:on SpaceAfter=No -6 " " PUNCT '' _ 3 punct 3:punct _ +6 " " PUNCT '' _ 5 punct 5:punct _ 7 for for ADP IN _ 8 case 8:case _ 8 EnronOnLine EnronOnLine PROPN NNP Number=Sing 1 obl 1:obl:for _ @@ -81073,9 +81103,9 @@ 1 click click VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 on on ADP IN _ 5 case 5:case _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No +4 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 5 + + SYM SYM _ 1 obl 1:obl:on SpaceAfter=No -6 " " PUNCT '' _ 3 punct 3:punct _ +6 " " PUNCT '' _ 5 punct 5:punct _ 7 for for ADP IN _ 9 case 9:case _ 8 Product product NOUN NN Number=Sing 9 compound 9:compound _ 9 Types type NOUN NNS Number=Plur 1 obl 1:obl:for _ @@ -81085,21 +81115,21 @@ 1 click click VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 on on ADP IN _ 5 case 5:case _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No +4 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 5 + + SYM SYM _ 1 obl 1:obl:on SpaceAfter=No -6 " " PUNCT '' _ 3 punct 3:punct _ +6 " " PUNCT '' _ 5 punct 5:punct _ 7 for for ADP IN _ 9 mark 9:mark _ 8 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No -9 Awaiting await VERB VBG VerbForm=Ger 3 advcl 3:advcl:for _ +9 Awaiting await VERB VBG VerbForm=Ger 1 advcl 1:advcl:for _ 10 Approval approval NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No 11 " " PUNCT '' _ 9 punct 9:punct _ -12 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No +12 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No 13 OR or CCONJ CC _ 16 cc 16:cc _ 14 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No 15 Partially partially ADV RB _ 16 advmod 16:advmod _ -16 Approved approve VERB VBN Tense=Past|VerbForm=Part 9 conj 3:advcl:for|9:conj:or SpaceAfter=No +16 Approved approve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 conj 3:advcl:for|9:conj:or SpaceAfter=No 17 " " PUNCT '' _ 16 punct 16:punct SpaceAfter=No -18 ) ) PUNCT -RRB- _ 9 punct 9:punct _ +18 ) ) PUNCT -RRB- _ 16 punct 16:punct _ # sent_id = email-enronsent41_01-0059 # text = select the product requiring review as stated in e-mail above @@ -81109,7 +81139,7 @@ 4 requiring require VERB VBG VerbForm=Ger 3 acl 3:acl _ 5 review review NOUN NN Number=Sing 4 obj 4:obj _ 6 as as SCONJ IN _ 7 mark 7:mark _ -7 stated state VERB VBN Tense=Past|VerbForm=Part 1 advcl 1:advcl:as _ +7 stated state VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 advcl 1:advcl:as _ 8 in in ADP IN _ 9 case 9:case _ 9 e-mail e-mail NOUN NN Number=Sing 7 obl 7:obl:in _ 10 above above ADV RB _ 7 advmod 7:advmod _ @@ -81117,9 +81147,9 @@ # sent_id = email-enronsent41_01-0060 # text = Right "mouse" click on "properties" to view product set-up 1 Right right ADJ JJ Degree=Pos 5 advmod 5:advmod _ -2 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No +2 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No 3 mouse mouse NOUN NN Number=Sing 5 obl:npmod 5:obl:npmod SpaceAfter=No -4 " " PUNCT '' _ 5 punct 5:punct _ +4 " " PUNCT '' _ 3 punct 3:punct _ 5 click click VERB VB VerbForm=Inf 0 root 0:root _ 6 on on ADP IN _ 8 case 8:case _ 7 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No @@ -81129,15 +81159,15 @@ 11 view view VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ 12 product product NOUN NN Number=Sing 15 compound 15:compound _ 13 set set NOUN NN Number=Sing 15 compound 15:compound SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 up up NOUN NN Number=Sing 11 obj 11:obj _ # sent_id = email-enronsent41_01-0061 # text = TO APPROVE: Right mouse click on "Approved" 1 TO to PART TO _ 2 mark 2:mark _ 2 APPROVE approve VERB VB VerbForm=Inf 6 csubj 6:csubj SpaceAfter=No -3 : : PUNCT : _ 6 punct 6:punct _ -4 Right right ADJ JJ Degree=Pos 6 advmod 6:advmod _ +3 : : PUNCT : _ 2 punct 2:punct _ +4 Right right NOUN NN Number=Sing 6 compound 6:compound _ 5 mouse mouse NOUN NN Number=Sing 6 obl:npmod 6:obl:npmod _ 6 click click VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 7 on on ADP IN _ 9 case 9:case _ @@ -81149,9 +81179,9 @@ # text = Thanks Bill - appreciate your help! 1 Thanks thanks NOUN NN Number=Sing 0 root 0:root _ 2 Bill Bill PROPN NNP Number=Sing 1 vocative 1:vocative _ -3 - - PUNCT , _ 1 punct 1:punct _ -4 appreciate appreciate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +3 - - PUNCT , _ 4 punct 4:punct _ +4 appreciate appreciate VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 help help NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 7 ! ! PUNCT . _ 1 punct 1:punct _ @@ -81164,18 +81194,18 @@ # sent_id = email-enronsent41_01-0064 # text = 04/16/2001 05:51 PM -1 04/16/2001 04/16/2001 NUM CD NumType=Card 0 root 0:root _ -2 05:51 05:51 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 04/16/2001 04/16/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 05:51 05:51 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent41_01-0065 # text = We informed Tana that we made the change in Global Counterparty to include, "a division of Cargill Incorporated". 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 informed inform VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 Tana Tana PROPN NNP Number=Sing 2 obj 2:obj _ +2 informed inform VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 Tana Tana PROPN NNP Number=Sing 2 iobj 2:iobj _ 4 that that SCONJ IN _ 6 mark 6:mark _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +6 made make VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 change change NOUN NN Number=Sing 6 obj 6:obj _ 9 in in ADP IN _ 11 case 11:case _ @@ -81183,7 +81213,7 @@ 11 Counterparty counterparty NOUN NN Number=Sing 8 nmod 8:nmod:in _ 12 to to PART TO _ 13 mark 13:mark _ 13 include include VERB VB VerbForm=Inf 6 advcl 6:advcl:to SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ +14 , , PUNCT , _ 17 punct 17:punct _ 15 " " PUNCT `` _ 17 punct 17:punct SpaceAfter=No 16 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 17 division division NOUN NN Number=Sing 13 obj 13:obj _ @@ -81241,13 +81271,13 @@ 9 procedure procedure NOUN NN Number=Sing 4 nmod 4:nmod:of _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 11 correct correct ADJ JJ Degree=Pos 14 advcl 14:advcl:if SpaceAfter=No -12 , , PUNCT , _ 14 punct 14:punct _ +12 , , PUNCT , _ 11 punct 11:punct _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 14 looks look VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 15 to to ADP IN _ 16 case 16:case _ 16 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 14 obl 14:obl:to _ 17 like like SCONJ IN _ 19 mark 19:mark _ -18 something something PRON NN Number=Sing 19 nsubj 19:nsubj|22:nsubj:xsubj _ +18 something something PRON NN Number=Sing|PronType=Ind 19 nsubj 19:nsubj|22:nsubj:xsubj _ 19 needs need VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:like _ 20 to to PART TO _ 22 mark 22:mark _ 21 be be AUX VB VerbForm=Inf 22 aux:pass 22:aux:pass _ @@ -81283,12 +81313,12 @@ 2 divisions division NOUN NNS Number=Plur 8 nsubj 8:nsubj _ 3 of of ADP IN _ 4 case 4:case _ 4 companies company NOUN NNS Number=Plur 2 nmod 2:nmod:of _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 6 not not PART RB _ 8 advmod 8:advmod _ 7 legal legal ADJ JJ Degree=Pos 8 amod 8:amod _ 8 entities entity NOUN NNS Number=Plur 12 advcl 12:advcl:since _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -10 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +10 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 11 not not PART RB _ 12 advmod 12:advmod _ 12 have have VERB VB VerbForm=Inf 0 root 0:root _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ @@ -81296,7 +81326,7 @@ 15 to to PART TO _ 16 mark 16:mark _ 16 contract contract VERB VB VerbForm=Inf 14 acl 14:acl:to _ 17 in in ADP IN _ 20 case 20:case _ -18 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +18 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 19 own own ADJ JJ Degree=Pos 20 amod 20:amod _ 20 names name NOUN NNS Number=Plur 16 obl 16:obl:in SpaceAfter=No 21 . . PUNCT . _ 12 punct 12:punct _ @@ -81313,23 +81343,23 @@ 8 in in ADP IN _ 10 case 10:case _ 9 Global global ADJ JJ Degree=Pos 10 amod 10:amod _ 10 Counterparty counterparty NOUN NN Number=Sing 14 advcl 14:advcl:in SpaceAfter=No -11 , , PUNCT , _ 14 punct 14:punct _ +11 , , PUNCT , _ 10 punct 10:punct _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 confirmation confirmation NOUN NN Number=Sing 14 nsubj 14:nsubj _ 14 goes go VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 15 out out ADV RB _ 14 advmod 14:advmod _ -16 with with ADP IN _ 20 case 20:case _ +16 with with SCONJ IN _ 22 mark 22:mark _ 17 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 18 wrong wrong ADJ JJ Degree=Pos 20 amod 20:amod _ 19 legal legal ADJ JJ Degree=Pos 20 amod 20:amod _ -20 name name NOUN NN Number=Sing 14 obl 14:obl:with _ +20 name name NOUN NN Number=Sing 22 nsubj 22:nsubj _ 21 on on ADP IN _ 22 case 22:case _ -22 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 nmod 20:nmod:on _ +22 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 advcl 14:advcl:with _ 23 seriously seriously ADV RB _ 24 advmod 24:advmod _ 24 compromising compromise VERB VBG VerbForm=Ger 14 advcl 14:advcl _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 26 contract contract NOUN NN Number=Sing 24 obj 24:obj _ -27 itself itself PRON PRP Gender=Neut|Number=Sing|Person=3|PronType=Prs 26 nmod:npmod 26:nmod:npmod SpaceAfter=No +27 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Emp|Reflex=Yes 26 nmod:npmod 26:nmod:npmod SpaceAfter=No 28 . . PUNCT . _ 14 punct 14:punct _ # sent_id = email-enronsent41_01-0073 @@ -81356,13 +81386,13 @@ # sent_id = email-enronsent41_01-0074 # text = My suggestion is that Global Counterparty use the same name that the customer has signed on the EnronOnline Password Application -- my understanding is that the EnronOnline team returns inappropriate Applications to the customer until they are correctly completed. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ -2 suggestion suggestion NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +2 suggestion suggestion NOUN NN Number=Sing 7 nsubj:outer 7:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 that that SCONJ IN _ 7 mark 7:mark _ 5 Global global ADJ JJ Degree=Pos 6 amod 6:amod _ 6 Counterparty counterparty NOUN NN Number=Sing 7 nsubj 7:nsubj _ -7 use use VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +7 use use VERB VB VerbForm=Inf 0 root 0:root _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 same same ADJ JJ Degree=Pos 10 amod 10:amod _ 10 name name NOUN NN Number=Sing 7 obj 7:obj|15:obj _ @@ -81376,15 +81406,15 @@ 18 EnronOnline EnronOnline PROPN NNP Number=Sing 20 compound 20:compound _ 19 Password password NOUN NN Number=Sing 20 compound 20:compound _ 20 Application application NOUN NN Number=Sing 15 obl 15:obl:on _ -21 -- -- PUNCT , _ 3 punct 3:punct _ -22 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ -23 understanding understanding NOUN NN Number=Sing 24 nsubj 24:nsubj _ -24 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +21 -- -- PUNCT , _ 29 punct 29:punct _ +22 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +23 understanding understanding NOUN NN Number=Sing 29 nsubj:outer 29:nsubj:outer _ +24 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 29 cop 29:cop _ 25 that that SCONJ IN _ 29 mark 29:mark _ 26 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 27 EnronOnline EnronOnline PROPN NNP Number=Sing 28 compound 28:compound _ 28 team team NOUN NN Number=Sing 29 nsubj 29:nsubj _ -29 returns return VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 ccomp 24:ccomp _ +29 returns return VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 parataxis 7:parataxis _ 30 inappropriate inappropriate ADJ JJ Degree=Pos 31 amod 31:amod _ 31 Applications application NOUN NNS Number=Plur 29 obj 29:obj _ 32 to to ADP IN _ 34 case 34:case _ @@ -81392,10 +81422,10 @@ 34 customer customer NOUN NN Number=Sing 29 obl 29:obl:to _ 35 until until SCONJ IN _ 39 mark 39:mark _ 36 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 39 nsubj:pass 39:nsubj:pass _ -37 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 39 aux:pass 39:aux:pass _ +37 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 39 aux:pass 39:aux:pass _ 38 correctly correctly ADV RB _ 39 advmod 39:advmod _ 39 completed complete VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 29 advcl 29:advcl:until SpaceAfter=No -40 . . PUNCT . _ 3 punct 3:punct _ +40 . . PUNCT . _ 7 punct 7:punct _ # sent_id = email-enronsent41_01-0075 # text = In this particular case since the counterparty is still not allowed to transact on EnronOnline almost a month after sending in their application they are understandably upset and are now complaining. @@ -81420,14 +81450,14 @@ 19 after after SCONJ IN _ 20 mark 20:mark _ 20 sending send VERB VBG VerbForm=Ger 13 advcl 13:advcl:after _ 21 in in ADV RB _ 20 advmod 20:advmod _ -22 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 application application NOUN NN Number=Sing 20 obj 20:obj _ 24 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 27 nsubj 27:nsubj|31:nsubj _ -25 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ +25 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ 26 understandably understandably ADV RB _ 27 advmod 27:advmod _ 27 upset upset ADJ JJ Degree=Pos 0 root 0:root _ 28 and and CCONJ CC _ 31 cc 31:cc _ -29 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ +29 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ 30 now now ADV RB _ 31 advmod 31:advmod _ 31 complaining complain VERB VBG Tense=Pres|VerbForm=Part 27 conj 27:conj:and SpaceAfter=No 32 . . PUNCT . _ 27 punct 27:punct _ @@ -81437,28 +81467,28 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|27:nsubj _ 2 would would AUX MD VerbForm=Fin 3 aux 3:aux _ 3 appreciate appreciate VERB VB VerbForm=Inf 0 root 0:root _ -4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 expl 3:expl _ +4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 if if SCONJ IN _ 8 mark 8:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ 7 could could AUX MD VerbForm=Fin 8 aux 8:aux _ -8 get get VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +8 get get VERB VB VerbForm=Inf 3 advcl 3:advcl:if _ 9 this this DET DT Number=Sing|PronType=Dem 10 det 10:det _ 10 one one NOUN NN Number=Sing 8 obj 8:obj|11:nsubj:xsubj _ -11 fixed fix VERB VBN Tense=Past|VerbForm=Part 8 xcomp 8:xcomp _ +11 fixed fix VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 xcomp 8:xcomp _ 12 today today NOUN NN Number=Sing 8 obl:tmod 8:obl:tmod _ 13 and and CCONJ CC _ 27 cc 27:cc SpaceAfter=No -14 , , PUNCT , _ 27 punct 27:punct _ +14 , , PUNCT , _ 13 punct 13:punct _ 15 if if SCONJ IN _ 17 mark 17:mark _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ -17 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 advcl 27:advcl:if _ -18 any any DET DT _ 19 det 19:det _ +17 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 27 advcl 27:advcl:if _ +18 any any DET DT PronType=Ind 19 det 19:det _ 19 problem problem NOUN NN Number=Sing 17 obj 17:obj _ 20 with with SCONJ IN _ 21 mark 21:mark _ 21 changing change VERB VBG VerbForm=Ger 19 acl 19:acl:with _ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 23 GCP gcp NOUN NN Number=Sing 24 compound 24:compound _ 24 procedure procedure NOUN NN Number=Sing 21 obj 21:obj SpaceAfter=No -25 , , PUNCT , _ 27 punct 27:punct _ +25 , , PUNCT , _ 17 punct 17:punct _ 26 please please INTJ UH _ 27 discourse 27:discourse _ 27 let let VERB VB Mood=Imp|VerbForm=Fin 3 conj 3:conj:and _ 28 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 27 obj 27:obj|29:nsubj:xsubj _ @@ -81477,9 +81507,9 @@ # sent_id = email-enronsent41_01-0079 # text = 04/16/2001 03:11 PM -1 04/16/2001 04/16/2001 NUM CD NumType=Card 0 root 0:root _ -2 03:11 03:11 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 04/16/2001 04/16/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 03:11 03:11 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent41_01-0080 # text = Samuel Schott @@ -81488,9 +81518,9 @@ # sent_id = email-enronsent41_01-0081 # text = 03/28/2001 01:09 PM -1 03/28/2001 03/28/2001 NUM CD NumType=Card 0 root 0:root _ -2 01:09 01:09 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 03/28/2001 03/28/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 01:09 01:09 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent41_01-0082 # text = FYI... @@ -81501,10 +81531,10 @@ # newpar id = email-enronsent41_01-p0015 # text = Cargill Ferrous International is setup correctly in the Global Counterparty System as a Division of Cargill, Inc. 1 Cargill Cargill PROPN NNP Number=Sing 2 compound 2:compound _ -2 Ferrous Ferrous PROPN NNP Number=Sing 3 compound 3:compound _ +2 Ferrous Ferrous ADJ NNP Degree=Pos 3 amod 3:amod _ 3 International International PROPN NNP Number=Sing 5 nsubj:pass 5:nsubj:pass _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ -5 set set VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No +5 set set VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root CorrectSpaceAfter=Yes|SpaceAfter=No 6 up up ADP RP _ 5 compound:prt 5:compound:prt _ 7 correctly correctly ADV RB _ 5 advmod 5:advmod _ 8 in in ADP IN _ 12 case 12:case _ @@ -81517,14 +81547,14 @@ 15 Division division NOUN NN Number=Sing 5 obl 5:obl:as _ 16 of of ADP IN _ 19 case 19:case _ 17 Cargill Cargill PROPN NNP Number=Sing 19 compound 19:compound SpaceAfter=No -18 , , PUNCT , _ 19 punct 19:punct _ +18 , , PUNCT , _ 17 punct 17:punct _ 19 Inc Inc PROPN NNP Number=Sing 15 nmod 15:nmod:of SpaceAfter=No 20 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent41_01-0084 # text = Cargill Ferrous International is the full name of this division and setup as such in GCP with a Sub-to-Legal Link to Cargill, Inc. per GCP procedure. 1 Cargill Cargill PROPN NNP Number=Sing 2 compound 2:compound _ -2 Ferrous Ferrous PROPN NNP Number=Sing 3 compound 3:compound _ +2 Ferrous Ferrous ADJ NNP Degree=Pos 3 amod 3:amod _ 3 International International PROPN NNP Number=Sing 7 nsubj 7:nsubj|12:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -81534,7 +81564,7 @@ 9 this this DET DT Number=Sing|PronType=Dem 10 det 10:det _ 10 division division NOUN NN Number=Sing 7 nmod 7:nmod:of _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 set set VERB VBN Tense=Past|VerbForm=Part 7 conj 7:conj:and SpaceAfter=No +12 set set VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 conj 7:conj:and CorrectSpaceAfter=Yes|SpaceAfter=No 13 up up ADP RP _ 12 compound:prt 12:compound:prt _ 14 as as ADP IN _ 15 case 15:case _ 15 such such ADJ JJ Degree=Pos 12 obl 12:obl:as _ @@ -81543,14 +81573,14 @@ 18 with with ADP IN _ 25 case 25:case _ 19 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 20 Sub sub NOUN NN Number=Sing 25 compound 25:compound SpaceAfter=No -21 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No +21 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No 22 to to ADP IN _ 24 case 24:case SpaceAfter=No -23 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No +23 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No 24 Legal legal ADJ JJ Degree=Pos 20 nmod 20:nmod:to _ 25 Link link NOUN NN Number=Sing 12 obl 12:obl:with _ 26 to to ADP IN _ 29 case 29:case _ 27 Cargill Cargill PROPN NNP Number=Sing 29 compound 29:compound SpaceAfter=No -28 , , PUNCT , _ 29 punct 29:punct _ +28 , , PUNCT , _ 27 punct 27:punct _ 29 Inc. Inc. PROPN NNP Number=Sing 25 nmod 25:nmod:to _ 30 per per ADP IN _ 32 case 32:case _ 31 GCP gcp NOUN NN Number=Sing 32 compound 32:compound _ @@ -81560,10 +81590,10 @@ # sent_id = email-enronsent41_01-0085 # text = Also, the Global SAP team (Cheryl Johnson) would need Legal Name Change documentation from the Counterparty in order to change this name. 1 Also also ADV RB _ 12 advmod 12:advmod SpaceAfter=No -2 , , PUNCT , _ 12 punct 12:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 4 Global global ADJ JJ Degree=Pos 6 amod 6:amod _ -5 SAP sap NOUN NN Number=Sing 6 compound 6:compound _ +5 SAP SAP NOUN NN Number=Sing 6 compound 6:compound _ 6 team team NOUN NN Number=Sing 12 nsubj 12:nsubj _ 7 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No 8 Cheryl Cheryl PROPN NNP Number=Sing 6 appos 6:appos _ @@ -81588,7 +81618,7 @@ # sent_id = email-enronsent41_01-0086 # text = Best Rgds. -1 Best best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Best good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 Rgds rgd NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ @@ -81603,14 +81633,14 @@ 6 Enron Enron PROPN NNP Number=Sing 8 compound 8:compound _ 7 Net Net PROPN NNP Number=Sing 8 compound 8:compound _ 8 Works Works PROPN NNPS Number=Plur 1 parataxis 1:parataxis _ -9 _ _ SYM NFP _ 1 punct 1:punct _ +9 _ _ PUNCT NFP _ 12 punct 12:punct _ 10 Global global ADJ JJ Degree=Pos 12 amod 12:amod _ 11 Data data NOUN NN Number=Sing 12 compound 12:compound _ 12 Management management NOUN NN Number=Sing 1 parataxis 1:parataxis _ # sent_id = email-enronsent41_01-0088 # text = Any updates on adding the correct legal name to this counterparty name? -1 Any any DET DT _ 2 det 2:det _ +1 Any any DET DT PronType=Ind 2 det 2:det _ 2 updates update NOUN NNS Number=Plur 0 root 0:root _ 3 on on SCONJ IN _ 4 mark 4:mark _ 4 adding add VERB VBG VerbForm=Ger 2 acl 2:acl:on _ @@ -81634,7 +81664,7 @@ # newpar id = email-enronsent41_01-p0018 # text = Yes, GCP provides the links to establish the correlation between the parent and child for our downstream systems. 1 Yes yes INTJ UH _ 4 discourse 4:discourse SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 GCP gcp NOUN NN Number=Sing 4 nsubj 4:nsubj _ 4 provides provide VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -81649,7 +81679,7 @@ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 child child NOUN NN Number=Sing 13 conj 10:nmod:between|13:conj:and _ 16 for for ADP IN _ 19 case 19:case _ -17 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +17 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 18 downstream downstream ADJ JJ Degree=Pos 19 amod 19:amod _ 19 systems system NOUN NNS Number=Plur 8 obl 8:obl:for SpaceAfter=No 20 . . PUNCT . _ 4 punct 4:punct _ @@ -81657,37 +81687,37 @@ # sent_id = email-enronsent41_01-0091 # text = GCP procedure is to create Counterparty names that reflect either the Tradename / Division name or Parent Name -- not both simultaneously. 1 GCP gcp NOUN NN Number=Sing 2 compound 2:compound _ -2 procedure procedure NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 procedure procedure NOUN NN Number=Sing 5 nsubj:outer 5:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 to to PART TO _ 5 mark 5:mark _ -5 create create VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +5 create create VERB VB VerbForm=Inf 0 root 0:root _ 6 Counterparty counterparty NOUN NN Number=Sing 7 compound 7:compound _ 7 names name NOUN NNS Number=Plur 5 obj 5:obj|9:nsubj|20.1:nsubj|21:nsubj _ 8 that that PRON WDT PronType=Rel 9 nsubj 7:ref _ -9 reflect reflect VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +9 reflect reflect VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 10 either either CCONJ CC _ 12 cc:preconj 12:cc:preconj _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 Tradename tradename NOUN NN Number=Sing 9 obj 9:obj _ -13 / / PUNCT , _ 12 punct 12:punct _ +13 / / PUNCT , _ 15 punct 15:punct _ 14 Division division NOUN NN Number=Sing 15 compound 15:compound _ 15 name name NOUN NN Number=Sing 12 conj 9:obj|12:conj:or _ 16 or or CCONJ CC _ 18 cc 18:cc _ 17 Parent parent NOUN NN Number=Sing 18 compound 18:compound _ 18 Name name NOUN NN Number=Sing 12 conj 9:obj|12:conj:or _ -19 -- -- PUNCT , _ 12 punct 12:punct _ -20 not not ADV RB _ 21 advmod 20.1:advmod|21:advmod _ -20.1 reflect reflect VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin _ _ 7:acl:relcl|9:conj CopyOf=9 -21 both both DET DT _ 9 conj 7:acl:relcl|9:conj|20.1:obj _ +19 -- -- PUNCT , _ 21 punct 21:punct _ +20 not not PART RB _ 21 advmod 20.1:advmod|21:advmod _ +20.1 reflect reflect VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin _ _ 7:acl:relcl|9:conj CopyOf=9 +21 both both DET DT PronType=Tot 9 conj 7:acl:relcl|9:conj|20.1:obj _ 22 simultaneously simultaneously ADV RB _ 21 orphan 20.1:advmod SpaceAfter=No -23 . . PUNCT . _ 3 punct 3:punct _ +23 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent41_01-0092 # text = (Although, we have broken that rule for Legal in the past.) 1 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No 2 Although although SCONJ IN _ 6 mark 6:mark SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -5 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 broken break VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 7 that that DET DT Number=Sing|PronType=Dem 8 det 8:det _ 8 rule rule NOUN NN Number=Sing 6 obj 6:obj _ @@ -81713,7 +81743,7 @@ # sent_id = email-enronsent41_01-0094 # text = Best Rgds. -1 Best best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Best good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 Rgds rgd NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ @@ -81742,7 +81772,7 @@ # text = With divisions, EOL does request a new Password Application for the applicant reflecting the name as you noted below. 1 With with ADP IN _ 2 case 2:case _ 2 divisions division NOUN NNS Number=Plur 6 obl 6:obl:with SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 EOL EOL PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 5 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 request request VERB VB VerbForm=Inf 0 root 0:root _ @@ -81758,13 +81788,13 @@ 16 name name NOUN NN Number=Sing 14 obj 14:obj _ 17 as as SCONJ IN _ 19 mark 19:mark _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 19 nsubj 19:nsubj _ -19 noted note VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:as _ +19 noted note VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:as _ 20 below below ADV RB _ 19 advmod 19:advmod SpaceAfter=No 21 . . PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent41_01-0099 # text = When the company is set up in the EOL database we link the company to the Parent and reference the CP ID. -1 When when SCONJ WRB PronType=Int 5 mark 5:mark _ +1 When when ADV WRB PronType=Int 5 advmod 5:advmod _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 company company NOUN NN Number=Sing 5 nsubj:pass 5:nsubj:pass _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ @@ -81775,14 +81805,14 @@ 9 EOL EOL PROPN NNP Number=Sing 10 compound 10:compound _ 10 database database NOUN NN Number=Sing 5 obl 5:obl:in _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj|19:nsubj _ -12 link link VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +12 link link VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 company company NOUN NN Number=Sing 12 obj 12:obj _ 15 to to ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 Parent parent NOUN NN Number=Sing 12 obl 12:obl:to _ 18 and and CCONJ CC _ 19 cc 19:cc _ -19 reference reference VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 conj 12:conj:and _ +19 reference reference VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 12 conj 12:conj:and _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 21 CP cp NOUN NN Number=Sing 22 compound 22:compound _ 22 ID id NOUN NN Number=Sing 19 obj 19:obj SpaceAfter=No @@ -81791,12 +81821,12 @@ # sent_id = email-enronsent41_01-0100 # text = Sam, please confirm, Global Counterparty also provides the links to establish correlation between the parent and child for our downstream systems. 1 Sam Sam PROPN NNP Number=Sing 4 vocative 4:vocative SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 please please INTJ UH _ 4 discourse 4:discourse _ 4 confirm confirm VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 9 punct 9:punct _ 6 Global Global ADJ NNP Number=Sing 7 compound 7:compound _ -7 Counterparty Counterparty NOUN NNP Number=Sing 9 nsubj 9:nsubj _ +7 Counterparty Counterparty PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 8 also also ADV RB _ 9 advmod 9:advmod _ 9 provides provide VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ @@ -81810,7 +81840,7 @@ 18 and and CCONJ CC _ 19 cc 19:cc _ 19 child child NOUN NN Number=Sing 17 conj 14:nmod:between|17:conj:and _ 20 for for ADP IN _ 23 case 23:case _ -21 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +21 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 22 downstream downstream ADJ JJ Degree=Pos 23 amod 23:amod _ 23 systems system NOUN NNS Number=Plur 13 obl 13:obl:for SpaceAfter=No 24 . . PUNCT . _ 4 punct 4:punct _ @@ -81825,8 +81855,8 @@ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 appropriate appropriate ADJ JJ Degree=Pos 9 amod 9:amod _ -9 steps step NOUN NNS Number=Plur 3 ccomp 3:ccomp|13:obj _ -10 that that PRON WDT PronType=Rel 13 obj 9:ref _ +9 steps step NOUN NNS Number=Plur 3 ccomp 3:ccomp|15:obj _ +10 that that PRON WDT PronType=Rel 15 obj 9:ref _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ 12 would would AUX MD VerbForm=Fin 13 aux 13:aux _ 13 like like VERB VB VerbForm=Inf 9 acl:relcl 9:acl:relcl _ @@ -81854,29 +81884,29 @@ # newpar id = email-enronsent41_01-p0022 # text = Re: Cargill Ferrous International 1 Re re ADP IN _ 5 case 5:case SpaceAfter=No -2 : : PUNCT : _ 5 punct 5:punct _ +2 : : PUNCT : _ 1 punct 1:punct _ 3 Cargill Cargill PROPN NNP Number=Sing 4 compound 4:compound _ -4 Ferrous Ferrous PROPN NNP Number=Sing 5 compound 5:compound _ +4 Ferrous Ferrous ADJ NNP Degree=Pos 5 amod 5:amod _ 5 International International PROPN NNP Number=Sing 0 root 0:root _ # sent_id = email-enronsent41_01-0106 # text = It was my understanding with the EOL Team that all divisions would have the legal incorporated entity as part of the name. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 expl 4:expl _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 understanding understanding NOUN NN Number=Sing 0 root 0:root _ 5 with with ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 EOL EOL PROPN NNP Number=Sing 8 compound 8:compound _ 8 Team team NOUN NN Number=Sing 4 nmod 4:nmod:with _ 9 that that SCONJ IN _ 13 mark 13:mark _ -10 all all DET DT _ 11 det 11:det _ +10 all all DET DT PronType=Tot 11 det 11:det _ 11 divisions division NOUN NNS Number=Plur 13 nsubj 13:nsubj _ 12 would would AUX MD VerbForm=Fin 13 aux 13:aux _ 13 have have VERB VB VerbForm=Inf 4 csubj 4:csubj _ 14 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 15 legal legal ADJ JJ Degree=Pos 17 amod 17:amod _ -16 incorporated incorporate VERB VBN Tense=Past|VerbForm=Part 17 amod 17:amod _ +16 incorporated incorporate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 amod 17:amod _ 17 entity entity NOUN NN Number=Sing 13 obj 13:obj _ 18 as as ADP IN _ 19 case 19:case _ 19 part part NOUN NN Number=Sing 13 obl 13:obl:as _ @@ -81887,54 +81917,54 @@ # sent_id = email-enronsent41_01-0107 # text = Stephanie, I my preference is to kick their Password Application back and get them to change it to read something like "Cargill Ferrous International, a division of Cargill, Inc." or "Cargill, Inc. acting through its Cargill Ferrous International Division". -1 Stephanie Stephanie PROPN NNP Number=Sing 6 vocative 6:vocative SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ -3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 reparandum 6:reparandum _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -5 preference preference NOUN NN Number=Sing 6 nsubj 6:nsubj _ -6 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Stephanie Stephanie PROPN NNP Number=Sing 8 vocative 8:vocative SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ +3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 reparandum 8:reparandum _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +5 preference preference NOUN NN Number=Sing 8 nsubj:outer 8:nsubj:outer|14:nsubj:outer _ +6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 to to PART TO _ 8 mark 8:mark _ -8 kick kick VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +8 kick kick VERB VB VerbForm=Inf 0 root 0:root _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 Password password NOUN NN Number=Sing 11 compound 11:compound _ 11 Application application NOUN NN Number=Sing 8 obj 8:obj _ 12 back back ADV RB _ 8 advmod 8:advmod _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 get get VERB VB VerbForm=Inf 8 conj 6:ccomp|8:conj:and _ +14 get get VERB VB VerbForm=Inf 8 conj 0:root|8:conj:and _ 15 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 14 obj 14:obj|17:nsubj:xsubj _ 16 to to PART TO _ 17 mark 17:mark _ 17 change change VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 18 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 obj 17:obj _ 19 to to PART TO _ 20 mark 20:mark _ 20 read read VERB VB VerbForm=Inf 17 advcl 17:advcl:to _ -21 something something PRON NN Number=Sing 20 obj 20:obj _ +21 something something PRON NN Number=Sing|PronType=Ind 20 obj 20:obj _ 22 like like ADP IN _ 26 case 26:case _ 23 " " PUNCT `` _ 26 punct 26:punct SpaceAfter=No 24 Cargill Cargill PROPN NNP Number=Sing 25 compound 25:compound _ -25 Ferrous Ferrous PROPN NNP Number=Sing 26 compound 26:compound _ +25 Ferrous Ferrous ADJ NNP Degree=Pos 26 amod 26:amod _ 26 International International PROPN NNP Number=Sing 21 nmod 21:nmod:like SpaceAfter=No -27 , , PUNCT , _ 26 punct 26:punct _ +27 , , PUNCT , _ 29 punct 29:punct _ 28 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ 29 division division NOUN NN Number=Sing 26 appos 26:appos _ 30 of of ADP IN _ 33 case 33:case _ 31 Cargill Cargill PROPN NNP Number=Sing 33 compound 33:compound SpaceAfter=No -32 , , PUNCT , _ 33 punct 33:punct _ +32 , , PUNCT , _ 31 punct 31:punct _ 33 Inc. Inc. PROPN NNP Number=Sing 29 nmod 29:nmod:of SpaceAfter=No 34 " " PUNCT '' _ 26 punct 26:punct _ 35 or or CCONJ CC _ 39 cc 39:cc _ 36 " " PUNCT `` _ 39 punct 39:punct SpaceAfter=No 37 Cargill Cargill PROPN NNP Number=Sing 39 compound 39:compound SpaceAfter=No -38 , , PUNCT , _ 39 punct 39:punct _ +38 , , PUNCT , _ 37 punct 37:punct _ 39 Inc. Inc. PROPN NNP Number=Sing 26 conj 21:nmod:like|26:conj:or _ 40 acting act VERB VBG VerbForm=Ger 39 acl 39:acl _ 41 through through ADP IN _ 46 case 46:case _ -42 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 46 nmod:poss 46:nmod:poss _ +42 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 46 nmod:poss 46:nmod:poss _ 43 Cargill Cargill PROPN NNP Number=Sing 44 compound 44:compound _ -44 Ferrous Ferrous PROPN NNP Number=Sing 45 compound 45:compound _ +44 Ferrous Ferrous ADJ NNP Degree=Pos 45 amod 45:amod _ 45 International International PROPN NNP Number=Sing 46 compound 46:compound _ 46 Division division NOUN NN Number=Sing 40 obl 40:obl:through SpaceAfter=No 47 " " PUNCT '' _ 39 punct 39:punct SpaceAfter=No -48 . . PUNCT . _ 6 punct 6:punct _ +48 . . PUNCT . _ 8 punct 8:punct _ # sent_id = email-enronsent41_01-0108 # text = Samuel Schott @@ -81943,13 +81973,13 @@ # sent_id = email-enronsent41_01-0109 # text = 03/21/2001 01:58 PM -1 03/21/2001 03/21/2001 NUM CD NumType=Card 0 root 0:root _ -2 01:58 01:58 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 03/21/2001 03/21/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 01:58 01:58 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent41_01-0110 # text = Any GCP adjustments will be highlighted in red. -1 Any any DET DT _ 3 det 3:det _ +1 Any any DET DT PronType=Ind 3 det 3:det _ 2 GCP gcp NOUN NN Number=Sing 3 compound 3:compound _ 3 adjustments adjustment NOUN NNS Number=Plur 6 nsubj:pass 6:nsubj:pass _ 4 will will AUX MD VerbForm=Fin 6 aux 6:aux _ @@ -81975,7 +82005,7 @@ 4 new new ADJ JJ Degree=Pos 6 amod 6:amod _ 5 EOL EOL PROPN NNP Number=Sing 6 compound 6:compound _ 6 Counterparty counterparty NOUN NN Number=Sing 2 nsubj 2:nsubj _ -7 listed list VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 listed list VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 in in ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 UK UK PROPN NNP Number=Sing 7 obl 7:obl:in SpaceAfter=No @@ -81990,7 +82020,7 @@ # sent_id = email-enronsent41_01-0114 # newpar id = email-enronsent41_01-p0024 # text = Best Rgds. -1 Best best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Best good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 Rgds rgd NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ @@ -82005,7 +82035,7 @@ # text = Please see attached. 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 see see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 attached attach VERB VBN Tense=Past|VerbForm=Part 2 obj 2:obj SpaceAfter=No +3 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 obj 2:obj SpaceAfter=No 4 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent41_01-0117 @@ -82030,7 +82060,7 @@ # sent_id = email-enronsent41_01-0119 # text = Any chance we can get together for dinner Saturday eve.? -1 Any any DET DT _ 2 det 2:det _ +1 Any any DET DT PronType=Ind 2 det 2:det _ 2 chance chance NOUN NN Number=Sing 0 root 0:root _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 can can AUX MD VerbForm=Fin 5 aux 5:aux _ @@ -82052,18 +82082,18 @@ # text = I'm handling the afternoon -- I think that Harry has this morning. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 handling handle VERB VBG VerbForm=Ger 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 afternoon afternoon NOUN NN Number=Sing 3 obj 3:obj _ -6 -- -- PUNCT , _ 3 punct 3:punct _ +6 -- -- PUNCT , _ 8 punct 8:punct _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +8 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 9 that that SCONJ IN _ 11 mark 11:mark _ 10 Harry Harry PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 11 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 ccomp 8:ccomp _ 12 this this DET DT Number=Sing|PronType=Dem 13 det 13:det _ -13 morning morning NOUN NN Number=Sing 11 obl:tmod 11:obl:tmod SpaceAfter=No +13 morning morning NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent03_01-0002 @@ -82092,16 +82122,16 @@ # sent_id = email-enronsent03_01-0005 # text = I left a voicemail for Sharon Butcher, as well, just to make sure it is handled. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 left leave VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 voicemail voicemail NOUN NN Number=Sing 2 obj 2:obj _ 5 for for ADP IN _ 6 case 6:case _ 6 Sharon Sharon PROPN NNP Number=Sing 2 obl 2:obl:for _ 7 Butcher Butcher PROPN NNP Number=Sing 6 flat 6:flat SpaceAfter=No -8 , , PUNCT , _ 2 punct 2:punct _ +8 , , PUNCT , _ 9 punct 9:punct _ 9 as as ADV RB _ 2 advmod 2:advmod _ 10 well well ADV RB Degree=Pos 9 fixed 9:fixed SpaceAfter=No -11 , , PUNCT , _ 2 punct 2:punct _ +11 , , PUNCT , _ 14 punct 14:punct _ 12 just just ADV RB _ 14 advmod 14:advmod _ 13 to to PART TO _ 14 mark 14:mark _ 14 make make VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ @@ -82113,7 +82143,7 @@ # sent_id = email-enronsent03_01-0006 # text = My schedule shows an afternoon session. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 schedule schedule NOUN NN Number=Sing 3 nsubj 3:nsubj _ 3 shows show VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 an a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -82123,10 +82153,10 @@ # sent_id = email-enronsent03_01-0007 # text = Do we have 2 sessions today? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ -4 2 2 NUM CD NumType=Card 5 nummod 5:nummod _ +4 2 2 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 sessions session NOUN NNS Number=Plur 3 obj 3:obj _ 6 today today NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod SpaceAfter=No 7 ? ? PUNCT . _ 3 punct 3:punct _ @@ -82135,7 +82165,7 @@ # text = If so, you may want to split and cover. 1 If if SCONJ IN _ 2 mark 2:mark _ 2 so so ADV RB _ 6 advcl 6:advcl:if SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj|8:nsubj:xsubj|10:nsubj:xsubj _ 5 may may AUX MD VerbForm=Fin 6 aux 6:aux _ 6 want want VERB VB VerbForm=Inf 0 root 0:root _ @@ -82184,36 +82214,36 @@ 3 Sullivan Sullivan PROPN NNP Number=Sing 1 flat 1:flat _ 4 Enron Enron PROPN NNP Number=Sing 5 compound 5:compound _ 5 Corp. Corp. PROPN NNP Number=Sing 1 appos 1:appos _ -6 - - PUNCT , _ 1 punct 1:punct _ +6 - - PUNCT , _ 8 punct 8:punct _ 7 Legal legal ADJ JJ Degree=Pos 8 amod 8:amod _ 8 EB EB PROPN NNP Number=Sing 1 list 1:list _ -9 4861 4861 NUM CD NumType=Card 8 nummod 8:nummod _ -10 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No -11 713 713 NUM CD NumType=Card 13 nummod 13:nummod SpaceAfter=No -12 ) ) PUNCT -RRB- _ 13 punct 13:punct _ -13 853-7557 853-7557 NUM CD NumType=Card 1 list 1:list _ +9 4861 4861 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ +10 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No +11 713 713 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod SpaceAfter=No +12 ) ) PUNCT -RRB- _ 11 punct 11:punct _ +13 853-7557 853-7557 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 14 Phone phone NOUN NN Number=Sing 13 appos 13:appos _ -15 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No -16 713 713 NUM CD NumType=Card 18 nummod 18:nummod SpaceAfter=No -17 ) ) PUNCT -RRB- _ 18 punct 18:punct _ -18 646-5847 646-5847 NUM CD NumType=Card 1 list 1:list _ +15 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No +16 713 713 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod SpaceAfter=No +17 ) ) PUNCT -RRB- _ 16 punct 16:punct _ +18 646-5847 646-5847 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 19 Fax fax NOUN NN Number=Sing 18 appos 18:appos _ # sent_id = email-enronsent03_01-0014 # text = I got this. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 this this PRON DT Number=Sing|PronType=Dem 2 obj 2:obj SpaceAfter=No 4 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent03_01-0015 # text = I assume this is 12:30 Central Time? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 assume assume VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 assume assume VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 this this PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -5 12:30 12:30 NUM CD NumType=Card 2 ccomp 2:ccomp _ -6 Central Central PROPN NNP Number=Sing 7 compound 7:compound _ +5 12:30 12:30 NUM CD NumForm=Digit|NumType=Card 2 ccomp 2:ccomp _ +6 Central Central ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Time Time PROPN NNP Number=Sing 5 nmod:npmod 5:nmod:npmod SpaceAfter=No 8 ? ? PUNCT . _ 2 punct 2:punct _ @@ -82221,31 +82251,31 @@ # newpar id = email-enronsent03_01-p0007 # text = When: Wednesday, September 19, 2001 10:30 AM-11:30 AM (GMT-08:00) Pacific Time (US & Canada); Tijuana. 1 When when ADV WRB PronType=Int 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 Wednesday Wednesday PROPN NNP Number=Sing 1 appos 1:appos SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ 5 September September PROPN NNP Number=Sing 3 nmod:tmod 3:nmod:tmod _ -6 19 19 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ -8 2001 2001 NUM CD NumType=Card 3 nmod:tmod 3:nmod:tmod _ -9 10:30 10:30 NUM CD NumType=Card 10 nummod 10:nummod _ -10 AM am NOUN NN Number=Sing 3 nmod:tmod 3:nmod:tmod SpaceAfter=No +6 19 19 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +7 , , PUNCT , _ 8 punct 8:punct _ +8 2001 2001 NUM CD NumForm=Digit|NumType=Card 3 nmod:tmod 3:nmod:tmod _ +9 10:30 10:30 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ +10 AM a.m. NOUN NN Number=Sing 3 nmod:tmod 3:nmod:tmod SpaceAfter=No 11 - - SYM SYM _ 13 case 13:case SpaceAfter=No -12 11:30 11:30 NUM CD NumType=Card 13 nummod 13:nummod _ -13 AM am NOUN NN Number=Sing 10 nmod 10:nmod _ -14 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No +12 11:30 11:30 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ +13 AM a.m. NOUN NN Number=Sing 10 nmod 10:nmod _ +14 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No 15 GMT GMT PROPN NNP Number=Sing 10 appos 10:appos SpaceAfter=No 16 - - SYM SYM _ 17 compound 17:compound SpaceAfter=No -17 08:00 08:00 NUM CD NumType=Card 15 nummod 15:nummod SpaceAfter=No -18 ) ) PUNCT -RRB- _ 10 punct 10:punct _ +17 08:00 08:00 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod SpaceAfter=No +18 ) ) PUNCT -RRB- _ 15 punct 15:punct _ 19 Pacific Pacific PROPN NNP Number=Sing 20 compound 20:compound _ 20 Time Time PROPN NNP Number=Sing 10 nmod:npmod 10:nmod:npmod _ -21 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No +21 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No 22 US US PROPN NNP Number=Sing 20 appos 20:appos _ 23 & & CCONJ CC _ 24 cc 24:cc _ 24 Canada Canada PROPN NNP Number=Sing 22 conj 20:appos|22:conj SpaceAfter=No -25 ) ) PUNCT -RRB- _ 20 punct 20:punct SpaceAfter=No -26 ; ; PUNCT , _ 20 punct 20:punct _ +25 ) ) PUNCT -RRB- _ 22 punct 22:punct SpaceAfter=No +26 ; ; PUNCT , _ 27 punct 27:punct _ 27 Tijuana Tijuana PROPN NNP Number=Sing 20 appos 20:appos SpaceAfter=No 28 . . PUNCT . _ 3 punct 3:punct _ @@ -82264,26 +82294,26 @@ # sent_id = email-enronsent03_01-0019 # newpar id = email-enronsent03_01-p0009 # text = 10:30-11:30 PST -1 10:30 10:30 NUM CD NumType=Card 0 root 0:root SpaceAfter=No +1 10:30 10:30 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No 2 - - SYM SYM _ 3 case 3:case SpaceAfter=No -3 11:30 11:30 NUM CD NumType=Card 1 nmod 1:nmod _ +3 11:30 11:30 NUM CD NumForm=Digit|NumType=Card 1 nmod 1:nmod _ 4 PST PST PROPN NNP Number=Sing 1 nmod:npmod 1:nmod:npmod _ # sent_id = email-enronsent03_01-0020 # newpar id = email-enronsent03_01-p0010 # text = Call-in #: 800/711-8000 1 Call call VERB VB VerbForm=Inf 4 compound 4:compound SpaceAfter=No -2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No -3 in in ADV RB _ 1 compound:prt 1:compound:prt _ +2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No +3 in in ADV RB _ 1 advmod 1:advmod _ 4 # # SYM NN Number=Sing 0 root 0:root SpaceAfter=No -5 : : PUNCT : _ 4 punct 4:punct _ -6 800/711-8000 800/711-8000 NUM CD NumType=Card 4 appos 4:appos _ +5 : : PUNCT : _ 6 punct 6:punct _ +6 800/711-8000 800/711-8000 NUM CD NumForm=Digit|NumType=Card 4 appos 4:appos _ # sent_id = email-enronsent03_01-0021 # text = Passcode: 4153030 1 Passcode passcode NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ -3 4153030 4153030 NUM CD NumType=Card 1 appos 1:appos _ +2 : : PUNCT : _ 3 punct 3:punct _ +3 4153030 4153030 NUM CD NumForm=Digit|NumType=Card 1 appos 1:appos _ # sent_id = email-enronsent03_01-0022 # text = Here is the overview of Bob Henderson's Employment Agreement. @@ -82304,7 +82334,7 @@ # newpar id = email-enronsent03_01-p0011 # text = What do you think? 1 What what PRON WP PronType=Int 4 obj 4:obj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 think think VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 5 ? ? PUNCT . _ 4 punct 4:punct _ @@ -82317,7 +82347,7 @@ # newpar id = email-enronsent03_01-p0012 # text = Michelle, please comment. 1 Michelle Michelle PROPN NNP Number=Sing 4 nsubj 4:nsubj SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 please please INTJ UH _ 4 discourse 4:discourse _ 4 comment comment VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ @@ -82336,23 +82366,23 @@ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 Michelle Michelle PROPN NNP Number=Sing 9 conj 9:conj:and|14:nsubj _ 12 Cash Cash PROPN NNP Number=Sing 11 flat 11:flat _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +13 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 14 OK ok ADJ JJ Degree=Pos 6 acl 6:acl:whether _ 15 with with SCONJ IN _ 19 mark 19:mark _ 16 what what PRON WP PronType=Int 19 obj 19:obj _ 17-18 he's _ _ _ _ _ _ _ _ -17 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 19 nsubj:pass 19:nsubj:pass _ -18 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 aux:pass 19:aux:pass _ -19 written write VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 advcl 14:advcl:with SpaceAfter=No +17 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj _ +18 's have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ +19 written write VERB VBN Tense=Past|VerbForm=Part 14 advcl 14:advcl:with SpaceAfter=No 20 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent03_01-0027 # text = After that, what do we do? 1 After after ADP IN _ 2 case 2:case _ 2 that that PRON DT Number=Sing|PronType=Dem 7 obl 7:obl:after SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 what what PRON WP PronType=Int 7 obj 7:obj _ -5 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 7 do do VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 8 ? ? PUNCT . _ 7 punct 7:punct _ @@ -82374,10 +82404,10 @@ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 8 herewith herewith ADV RB _ 10 advmod 10:advmod _ 9 like like INTJ UH _ 10 discourse 10:discourse _ -10 disclose disclose VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +10 disclose disclose VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 11 in in ADP IN _ 12 case 12:case _ 12 writing writing NOUN NN Number=Sing 10 obl 10:obl:in _ -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 intentions intention NOUN NNS Number=Plur 10 obj 10:obj _ 15 in in ADP IN _ 16 case 16:case _ 16 respect respect NOUN NN Number=Sing 14 nmod 14:nmod:in _ @@ -82390,14 +82420,14 @@ # text = Please see attached Word file 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 see see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 attached attach VERB VBN Tense=Past|VerbForm=Part 5 amod 5:amod _ +3 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 amod 5:amod _ 4 Word Word PROPN NNP Number=Sing 5 compound 5:compound _ 5 file file NOUN NN Number=Sing 2 obj 2:obj _ # sent_id = email-enronsent03_01-0031 # newpar id = email-enronsent03_01-p0016 # text = Best regards -1 Best best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Best good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 regards regards NOUN NNS Number=Plur 0 root 0:root _ # sent_id = email-enronsent03_01-0032 @@ -82411,8 +82441,8 @@ # text = Please see the attached. 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 see see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 the the DET DT Definite=Def|PronType=Art 2 obj 2:obj _ -4 attached attach VERB VBN Tense=Past|VerbForm=Part 3 amod 3:amod SpaceAfter=No +3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ +4 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 obj 2:obj SpaceAfter=No 5 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent03_01-0034 @@ -82429,7 +82459,7 @@ 4 Lund Lund PROPN NNP Number=Sing 3 flat 3:flat _ 5 copies copy NOUN NNS Number=Plur 2 obj 2:obj _ 6 of of ADP IN _ 11 case 11:case _ -7 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +7 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 8 standard standard ADJ JJ Degree=Pos 11 amod 11:amod _ 9 corporate corporate ADJ JJ Degree=Pos 10 amod 10:amod _ 10 services service NOUN NNS Number=Plur 11 compound 11:compound _ @@ -82443,7 +82473,7 @@ 18 use use VERB VB Mood=Imp|VerbForm=Fin 5 parataxis 5:parataxis _ 19 Bridgeline Bridgeline PROPN NNP Number=Sing 20 compound 20:compound _ 20 example example NOUN NN Number=Sing 18 obj 18:obj _ -21 -- -- PUNCT , _ 18 punct 18:punct _ +21 -- -- PUNCT , _ 25 punct 25:punct _ 22 with with ADP IN _ 25 case 25:case _ 23 and and CCONJ CC _ 24 cc 24:cc _ 24 without without ADP IN _ 22 conj 22:conj:and|25:case _ @@ -82460,9 +82490,9 @@ # text = We're formatting one this week, and we'll send it when it's done. 1-2 We're _ _ _ _ _ _ _ _ 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 're be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 formatting format VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -4 one one NUM CD NumType=Card 3 obj 3:obj _ +4 one one NUM CD NumForm=Word|NumType=Card 3 obj 3:obj _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 week week NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod SpaceAfter=No 7 , , PUNCT , _ 11 punct 11:punct _ @@ -82472,7 +82502,7 @@ 10 'll will AUX MD VerbForm=Fin 11 aux 11:aux _ 11 send send VERB VB VerbForm=Inf 3 conj 3:conj:and _ 12 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj _ -13 when when SCONJ WRB PronType=Int 16 mark 16:mark _ +13 when when ADV WRB PronType=Int 16 advmod 16:advmod _ 14-15 it's _ _ _ _ _ _ _ _ 14 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 15 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ @@ -82493,7 +82523,7 @@ # sent_id = email-enronsent03_01-0040 # text = Do you also have a SSD we can use? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 3 also also ADV RB _ 4 advmod 4:advmod _ 4 have have VERB VB VerbForm=Inf 0 root 0:root _ @@ -82513,22 +82543,22 @@ # text = << File: 220b - dg - Agreement for Recruiting Services.doc >> << File: 220a DG - Agreement for Contract Services.DOC >> 1 << << PUNCT -LRB- _ 2 punct 2:punct _ 2 File file NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 8 punct 8:punct _ 4 220b 220b X GW _ 8 compound 8:compound _ -5 - - X GW _ 8 punct 8:punct _ +5 - - PUNCT GW _ 4 punct 4:punct _ 6 dg dg X GW _ 8 compound 8:compound _ -7 - - X GW _ 8 punct 8:punct _ +7 - - PUNCT GW _ 6 punct 6:punct _ 8 Agreement agreement X GW _ 2 appos 2:appos _ 9 for for X GW _ 11 case 11:case _ 10 Recruiting recruiting X GW _ 11 compound 11:compound _ 11 Services.doc services.doc NOUN NN Number=Sing 8 nmod 8:nmod:for _ -12 >> >> PUNCT -RRB- _ 2 punct 2:punct _ +12 >> >> PUNCT -RRB- _ 14 punct 14:punct _ 13 << << PUNCT -LRB- _ 14 punct 14:punct _ 14 File file NOUN NN Number=Sing 2 parataxis 2:parataxis SpaceAfter=No -15 : : PUNCT : _ 14 punct 14:punct _ +15 : : PUNCT : _ 19 punct 19:punct _ 16 220a 220a X GW _ 19 compound 19:compound _ 17 DG dg X GW _ 19 compound 19:compound _ -18 - - X GW _ 19 punct 19:punct _ +18 - - PUNCT GW _ 17 punct 17:punct _ 19 Agreement agreement X GW _ 14 appos 14:appos _ 20 for for X GW _ 22 case 22:case _ 21 Contract contract X GW _ 22 compound 22:compound _ @@ -82538,7 +82568,7 @@ # sent_id = email-enronsent03_01-0043 # text = Here are the sample Agreements. 1 Here here ADV RB PronType=Dem 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 sample sample NOUN NN Number=Sing 5 compound 5:compound _ 5 Agreements agreement NOUN NNS Number=Plur 1 nsubj 1:nsubj SpaceAfter=No @@ -82552,8 +82582,8 @@ 4 know know VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 if if SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ -8 anything anything PRON NN Number=Sing 7 obj 7:obj _ +7 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +8 anything anything PRON NN Number=Sing|PronType=Ind 7 obj 7:obj _ 9 else else ADJ JJ Degree=Pos 8 amod 8:amod SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ @@ -82573,16 +82603,16 @@ # sent_id = email-enronsent03_01-0047 # text = I agree also, but I don't know all the parties or complications involved. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 agree agree VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 agree agree VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 also also ADV RB _ 2 advmod 2:advmod SpaceAfter=No 4 , , PUNCT , _ 9 punct 9:punct _ 5 but but CCONJ CC _ 9 cc 9:cc _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 7-8 don't _ _ _ _ _ _ _ _ -7 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +7 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 n't not PART RB _ 9 advmod 9:advmod _ 9 know know VERB VB VerbForm=Inf 2 conj 2:conj:but _ -10 all all DET PDT _ 12 det:predet 12:det:predet _ +10 all all DET PDT PronType=Tot 12 det:predet 12:det:predet _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 parties party NOUN NNS Number=Plur 9 obj 9:obj _ 13 or or CCONJ CC _ 14 cc 14:cc _ @@ -82596,9 +82626,9 @@ 2 there there PRON EX _ 3 expl 3:expl _ 3 be be VERB VB VerbForm=Inf 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -5 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No +5 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No 6 groan groan INTJ UH _ 8 parataxis 8:parataxis SpaceAfter=No -7 ) ) PUNCT -RRB- _ 8 punct 8:punct _ +7 ) ) PUNCT -RRB- _ 6 punct 6:punct _ 8 meeting meeting NOUN NN Number=Sing 3 nsubj 3:nsubj _ 9 on on ADP IN _ 10 case 10:case _ 10 this this PRON DT Number=Sing|PronType=Dem 8 nmod 8:nmod:on SpaceAfter=No @@ -82619,7 +82649,7 @@ # sent_id = email-enronsent03_01-0050 # text = I agree with what the concern is below. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 agree agree VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 agree agree VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 with with SCONJ IN _ 4 mark 4:mark _ 4 what what PRON WP PronType=Int 2 advcl 2:advcl:with _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -82631,19 +82661,19 @@ # sent_id = email-enronsent03_01-0051 # text = We have GIS ids, and Eid (external id - just like GIS id). 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 GIS gis NOUN NN Number=Sing 4 compound 4:compound _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 GIS GIS NOUN NN Number=Sing 4 compound 4:compound _ 4 ids id NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No 5 , , PUNCT , _ 7 punct 7:punct _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 Eid eid NOUN NN Number=Sing 4 conj 2:obj|4:conj:and _ +7 Eid Eid NOUN NN Number=Sing 4 conj 2:obj|4:conj:and _ 8 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No 9 external external ADJ JJ Degree=Pos 10 amod 10:amod _ 10 id id NOUN NN Number=Sing 7 appos 7:appos _ -11 - - PUNCT , _ 10 punct 10:punct _ +11 - - PUNCT , _ 15 punct 15:punct _ 12 just just ADV RB _ 15 advmod 15:advmod _ 13 like like ADP IN _ 15 case 15:case _ -14 GIS gis NOUN NN Number=Sing 15 compound 15:compound _ +14 GIS GIS NOUN NN Number=Sing 15 compound 15:compound _ 15 id id NOUN NN Number=Sing 10 appos 10:appos SpaceAfter=No 16 ) ) PUNCT -RRB- _ 10 punct 10:punct SpaceAfter=No 17 . . PUNCT . _ 2 punct 2:punct _ @@ -82651,14 +82681,14 @@ # sent_id = email-enronsent03_01-0052 # text = I think we should try to migrate to one of these. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ 4 should should AUX MD VerbForm=Fin 5 aux 5:aux _ 5 try try VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ 6 to to PART TO _ 7 mark 7:mark _ 7 migrate migrate VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 to to ADP IN _ 9 case 9:case _ -9 one one NUM CD NumType=Card 7 obl 7:obl:to _ +9 one one NUM CD NumForm=Word|NumType=Card 7 obl 7:obl:to _ 10 of of ADP IN _ 11 case 11:case _ 11 these this PRON DT Number=Plur|PronType=Dem 9 nmod 9:nmod:of SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ @@ -82697,10 +82727,10 @@ # newpar id = email-enronsent03_01-p0027 # text = Per my voicemail message, please review the note below. 1 Per per ADP IN _ 4 case 4:case _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 3 voicemail voicemail NOUN NN Number=Sing 4 compound 4:compound _ 4 message message NOUN NN Number=Sing 7 obl 7:obl:per SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 please please INTJ UH _ 7 discourse 7:discourse _ 7 review review VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -82755,13 +82785,13 @@ 1 << << PUNCT -LRB- _ 3 punct 3:punct _ 2 OLE ole NOUN NN Number=Sing 3 compound 3:compound _ 3 Object object NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -4 : : PUNCT : _ 3 punct 3:punct _ +4 : : PUNCT : _ 5 punct 5:punct _ 5 Picture picture NOUN NN Number=Sing 3 appos 3:appos _ -6 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No +6 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No 7 Device device NOUN NN Number=Sing 8 compound 8:compound _ 8 Independent independent ADJ JJ Degree=Pos 9 amod 9:amod _ 9 Bitmap bitmap NOUN NN Number=Sing 3 appos 3:appos SpaceAfter=No -10 ) ) PUNCT -RRB- _ 3 punct 3:punct _ +10 ) ) PUNCT -RRB- _ 9 punct 9:punct _ 11 >> >> PUNCT -RRB- _ 3 punct 3:punct _ # sent_id = email-enronsent03_01-0062 @@ -82772,35 +82802,35 @@ # sent_id = email-enronsent03_01-0063 # text = 08/07/2001 12:36 PM -1 08/07/2001 08/07/2001 NUM CD NumType=Card 0 root 0:root _ -2 12:36 12:36 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 08/07/2001 08/07/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 12:36 12:36 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent03_01-0064 # text = To Whom It May Concern: -1 To to SCONJ IN _ 5 mark 5:mark _ -2 Whom whom PRON WP PronType=Int 5 obj 5:obj _ +1 To to ADP IN _ 2 case 2:case _ +2 Whom whom PRON WP PronType=Rel 0 root 0:root|5:obl:to _ 3 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 4 May may AUX MD VerbForm=Fin 5 aux 5:aux _ -5 Concern concern VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No -6 : : PUNCT : _ 5 punct 5:punct _ +5 Concern concern VERB VB VerbForm=Inf 2 acl:relcl 2:acl:relcl SpaceAfter=No +6 : : PUNCT : _ 2 punct 2:punct _ # sent_id = email-enronsent03_01-0065 # newpar id = email-enronsent03_01-p0030 # text = Through TV and newspapers , I hear constantly about identity fraud using stolen social security information. 1 Through through ADP IN _ 2 case 2:case _ -2 TV tv NOUN NN Number=Sing 7 obl 7:obl:through _ +2 TV TV NOUN NN Number=Sing 7 obl 7:obl:through _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 newspapers newspaper NOUN NNS Number=Plur 2 conj 2:conj:and|7:obl:through _ -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 2 punct 2:punct _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 hear hear VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 hear hear VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 constantly constantly ADV RB _ 7 advmod 7:advmod _ 9 about about ADP IN _ 11 case 11:case _ 10 identity identity NOUN NN Number=Sing 11 compound 11:compound _ 11 fraud fraud NOUN NN Number=Sing 7 obl 7:obl:about _ 12 using use VERB VBG VerbForm=Ger 11 acl 11:acl _ -13 stolen steal VERB VBN Tense=Past|VerbForm=Part 16 amod 16:amod _ +13 stolen steal VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 amod 16:amod _ 14 social social ADJ JJ Degree=Pos 15 amod 15:amod _ 15 security security NOUN NN Number=Sing 16 compound 16:compound _ 16 information information NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No @@ -82821,12 +82851,12 @@ # newpar id = email-enronsent03_01-p0031 # text = I have the following suggestion for our company. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 following follow VERB VBG VerbForm=Ger 5 amod 5:amod _ 5 suggestion suggestion NOUN NN Number=Sing 2 obj 2:obj _ 6 for for ADP IN _ 8 case 8:case _ -7 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 company company NOUN NN Number=Sing 5 nmod 5:nmod:for SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ @@ -82837,21 +82867,21 @@ 2 Enron Enron PROPN NNP Number=Sing 4 nmod:poss 4:nmod:poss _ 3 's 's PART POS _ 2 case 2:case _ 4 employees employee NOUN NNS Number=Plur 6 nsubj:pass 6:nsubj:pass _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ 6 assigned assign VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 advcl 25:advcl:since _ 7 an a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -8 SAP sap NOUN NN Number=Sing 10 compound 10:compound _ +8 SAP SAP NOUN NN Number=Sing 10 compound 10:compound _ 9 identification identification NOUN NN Number=Sing 10 compound 10:compound _ 10 numbers number NOUN NNS Number=Plur 6 obj 6:obj _ -11 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No -12 P p NOUN NN Number=Sing 13 compound 13:compound _ +11 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No +12 P P NOUN NN Number=Sing 13 compound 13:compound _ 13 number number NOUN NN Number=Sing 10 appos 10:appos SpaceAfter=No -14 ) ) PUNCT -RRB- _ 10 punct 10:punct _ +14 ) ) PUNCT -RRB- _ 13 punct 13:punct _ 15 and and CCONJ CC _ 18 cc 18:cc _ 16 an a DET DT Definite=Ind|PronType=Art 18 det 18:det _ -17 HR hr NOUN NN Number=Sing 18 compound 18:compound _ +17 HR HR NOUN NN Number=Sing 18 compound 18:compound _ 18 number number NOUN NN Number=Sing 10 conj 6:obj|10:conj:and SpaceAfter=No -19 , , PUNCT , _ 25 punct 25:punct _ +19 , , PUNCT , _ 6 punct 6:punct _ 20 could could AUX MD VerbForm=Fin 25 aux 25:aux _ 21 Enron Enron PROPN NNP Number=Sing 25 nsubj 25:nsubj _ 22 as as ADP IN _ 24 case 24:case _ @@ -82872,9 +82902,9 @@ 1 This this PRON DT Number=Sing|PronType=Dem 4 nsubj 4:nsubj _ 2 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 3 be be AUX VB VerbForm=Inf 4 cop 4:cop _ -4 safer safer ADJ JJR Degree=Cmp 0 root 0:root _ +4 safer safe ADJ JJR Degree=Cmp 0 root 0:root _ 5 for for ADP IN _ 7 case 7:case _ -6 all all DET DT _ 7 det 7:det _ +6 all all DET DT PronType=Tot 7 det 7:det _ 7 employees employee NOUN NNS Number=Plur 4 obl 4:obl:for SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ @@ -82883,24 +82913,24 @@ # text = For example, I am concerned when I buy the monthly bus passes and I have to fill in my SS number. 1 For for ADP IN _ 2 case 2:case _ 2 example example NOUN NN Number=Sing 6 obl 6:obl:for SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 5 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 concerned concerned ADJ JJ Degree=Pos 0 root 0:root _ -7 when when SCONJ WRB PronType=Int 9 mark 9:mark _ +7 when when ADV WRB PronType=Int 9 advmod 9:advmod _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 buy buy VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:when _ +9 buy buy VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:when _ 10 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 11 monthly monthly ADJ JJ Degree=Pos 13 amod 13:amod _ 12 bus bus NOUN NN Number=Sing 13 compound 13:compound _ 13 passes pass NOUN NNS Number=Plur 9 obj 9:obj _ 14 and and CCONJ CC _ 16 cc 16:cc _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj|18:nsubj:xsubj _ -16 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 conj 6:advcl:when|9:conj:and _ +16 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 conj 6:advcl:when|9:conj:and _ 17 to to PART TO _ 18 mark 18:mark _ 18 fill fill VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 19 in in ADP RP _ 18 compound:prt 18:compound:prt _ -20 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +20 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 21 SS ss NOUN NN Number=Sing 22 compound 22:compound _ 22 number number NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No 23 . . PUNCT . _ 6 punct 6:punct _ @@ -82908,15 +82938,15 @@ # sent_id = email-enronsent03_01-0071 # text = I do not feel secure at all to see my SS in so many databases at Enron, especially when some databases are from third-parties (out-sourcing). 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|5:nsubj:xsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 feel feel VERB VB VerbForm=Inf 0 root 0:root _ 5 secure secure ADJ JJ Degree=Pos 4 xcomp 4:xcomp _ -6 at at ADV RB _ 7 case 7:case _ -7 all all ADV RB _ 4 obl 4:obl:at _ +6 at at ADP IN _ 7 case 7:case _ +7 all all DET DT PronType=Tot 4 obl 4:obl:at _ 8 to to PART TO _ 9 mark 9:mark _ 9 see see VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 SS ss NOUN NN Number=Sing 9 obj 9:obj _ 12 in in ADP IN _ 15 case 15:case _ 13 so so ADV RB _ 14 advmod 14:advmod _ @@ -82924,21 +82954,21 @@ 15 databases database NOUN NNS Number=Plur 9 obl 9:obl:in _ 16 at at ADP IN _ 17 case 17:case _ 17 Enron Enron PROPN NNP Number=Sing 15 nmod 15:nmod:at SpaceAfter=No -18 , , PUNCT , _ 9 punct 9:punct _ +18 , , PUNCT , _ 27 punct 27:punct _ 19 especially especially ADV RB _ 27 advmod 27:advmod _ -20 when when SCONJ WRB PronType=Int 27 mark 27:mark _ -21 some some DET DT _ 22 det 22:det _ +20 when when ADV WRB PronType=Int 27 advmod 27:advmod _ +21 some some DET DT PronType=Ind 22 det 22:det _ 22 databases database NOUN NNS Number=Plur 27 nsubj 27:nsubj _ -23 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ +23 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ 24 from from ADP IN _ 27 case 27:case _ -25 third third ADJ JJ Degree=Pos|NumType=Ord 27 amod 27:amod SpaceAfter=No -26 - - PUNCT HYPH _ 27 punct 27:punct SpaceAfter=No +25 third third ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 27 amod 27:amod SpaceAfter=No +26 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No 27 parties party NOUN NNS Number=Plur 9 advcl 9:advcl:from _ -28 ( ( PUNCT -LRB- _ 27 punct 27:punct SpaceAfter=No +28 ( ( PUNCT -LRB- _ 31 punct 31:punct SpaceAfter=No 29 out out NOUN NN Number=Sing 31 compound 31:compound SpaceAfter=No -30 - - PUNCT HYPH _ 31 punct 31:punct SpaceAfter=No +30 - - PUNCT HYPH _ 29 punct 29:punct SpaceAfter=No 31 sourcing sourcing NOUN NN Number=Sing 27 appos 27:appos SpaceAfter=No -32 ) ) PUNCT -RRB- _ 27 punct 27:punct SpaceAfter=No +32 ) ) PUNCT -RRB- _ 31 punct 31:punct SpaceAfter=No 33 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent03_01-0072 @@ -82946,13 +82976,13 @@ 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 could could AUX MD VerbForm=Fin 3 aux 3:aux _ 3 use use VERB VB VerbForm=Inf 0 root 0:root _ -4 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 badge badge NOUN NN Number=Sing 6 compound 6:compound _ 6 number number NOUN NN Number=Sing 3 obj 3:obj _ 7 there there ADV RB PronType=Dem 3 advmod 3:advmod _ 8 instead instead ADV RB _ 11 case 11:case _ 9 of of ADP IN _ 8 fixed 8:fixed _ -10 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 SS ss NOUN NN Number=Sing 3 obl 3:obl:instead_of SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ @@ -82963,8 +82993,8 @@ 2 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj|4:nsubj:xsubj _ 4 know know VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 how how SCONJ WRB PronType=Int 9 mark 9:mark _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 how how ADV WRB PronType=Int 9 advmod 9:advmod _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 organization organization NOUN NN Number=Sing 9 nsubj 9:nsubj _ 8 can can AUX MD VerbForm=Fin 9 aux 9:aux _ 9 help help VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ @@ -82972,12 +83002,12 @@ 11 Enron Enron PROPN NNP Number=Sing 12 compound 12:compound _ 12 employees employee NOUN NNS Number=Plur 9 obj 9:obj|13:nsubj:xsubj|14:nsubj:xsubj _ 13 feel feel VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ -14 safer safer ADJ JJR Degree=Cmp 13 xcomp 13:xcomp _ +14 safer safe ADJ JJR Degree=Cmp 13 xcomp 13:xcomp _ 15 about about ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 safeguard safeguard NOUN NN Number=Sing 14 obl 14:obl:about _ 18 of of ADP IN _ 21 case 21:case _ -19 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +19 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 20 SS ss NOUN NN Number=Sing 21 compound 21:compound _ 21 number number NOUN NN Number=Sing 17 nmod 17:nmod:of SpaceAfter=No 22 . . PUNCT . _ 2 punct 2:punct _ @@ -82990,7 +83020,7 @@ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 print print VERB VB Mood=Imp|VerbForm=Fin 2 conj 2:conj:and _ 5 for for ADP IN _ 7 case 7:case _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 files file NOUN NNS Number=Plur 4 obl 4:obl:for _ 8 on on ADP IN _ 10 case 10:case _ 9 this this DET DT Number=Sing|PronType=Dem 10 det 10:det _ @@ -83009,7 +83039,7 @@ # sent_id = email-enronsent03_01-0077 # newpar id = email-enronsent03_01-p0035 # text = All, -1 All all DET DT _ 0 root 0:root SpaceAfter=No +1 All all DET DT PronType=Tot 0 root 0:root SpaceAfter=No 2 , , PUNCT , _ 1 punct 1:punct _ # sent_id = email-enronsent03_01-0078 @@ -83019,7 +83049,7 @@ 2 reminder reminder NOUN NN Number=Sing 0 root 0:root _ 3 that that SCONJ IN _ 10 mark 10:mark _ 4 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -5 HR hr NOUN NN Number=Sing 7 compound 7:compound _ +5 HR HR NOUN NN Number=Sing 7 compound 7:compound _ 6 Associate associate NOUN NN Number=Sing 7 compound 7:compound _ 7 Points point NOUN NNS Number=Plur 8 compound 8:compound _ 8 Meeting meeting NOUN NN Number=Sing 10 nsubj 10:nsubj _ @@ -83034,33 +83064,33 @@ # newpar id = email-enronsent03_01-p0037 # text = Thursday, 23rd August 3.30 pm - 5.30 pm (EB46C1). 1 Thursday Thursday PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ -3 23rd 23rd NOUN NN Number=Sing 4 compound 4:compound _ +2 , , PUNCT , _ 4 punct 4:punct _ +3 23rd 23rd NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 4 compound 4:compound _ 4 August August PROPN NNP Number=Sing 1 nmod:tmod 1:nmod:tmod _ -5 3.30 3.30 NUM CD NumType=Card 6 nummod 6:nummod _ -6 pm pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +5 3.30 3.30 NUM CD NumForm=Digit|NumType=Frac 6 nummod 6:nummod _ +6 pm p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ 7 - - SYM SYM _ 9 case 9:case _ -8 5.30 5.30 NUM CD NumType=Card 9 nummod 9:nummod _ -9 pm pm NOUN NN Number=Sing 6 nmod 6:nmod _ -10 ( ( PUNCT -LRB- _ 1 punct 1:punct SpaceAfter=No +8 5.30 5.30 NUM CD NumForm=Digit|NumType=Frac 9 nummod 9:nummod _ +9 pm p.m. NOUN NN Number=Sing 6 nmod 6:nmod _ +10 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 11 EB EB PROPN NNP Number=Sing 1 list 1:list SpaceAfter=No -12 46C1 46c1 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No -13 ) ) PUNCT -RRB- _ 1 punct 1:punct SpaceAfter=No +12 46C1 46C1 PROPN NNP Number=Sing 11 flat 11:flat SpaceAfter=No +13 ) ) PUNCT -RRB- _ 11 punct 11:punct SpaceAfter=No 14 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent03_01-0080 # text = The Leads who are responsible for Associates are as follows: 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 Leads lead NOUN NNS Number=Plur 8 nsubj 5:nsubj|8:nsubj _ +2 Leads lead NOUN NNS Number=Plur 10 nsubj:outer 5:nsubj|10:nsubj:outer _ 3 who who PRON WP PronType=Rel 5 nsubj 2:ref _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 responsible responsible ADJ JJ Degree=Pos 2 acl:relcl 2:acl:relcl _ 6 for for ADP IN _ 7 case 7:case _ 7 Associates associate NOUN NNS Number=Plur 5 obl 5:obl:for _ -8 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 9 as as SCONJ IN _ 10 mark 10:mark _ -10 follows follow VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 ccomp 8:ccomp SpaceAfter=No -11 : : PUNCT : _ 8 punct 8:punct _ +10 follows follow VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +11 : : PUNCT : _ 10 punct 10:punct _ # sent_id = email-enronsent03_01-0081 # newpar id = email-enronsent03_01-p0038 @@ -83149,9 +83179,9 @@ # text = Peer reviews are currently been gathered on the above. 1 Peer peer NOUN NN Number=Sing 2 compound 2:compound _ 2 reviews review NOUN NNS Number=Plur 6 nsubj:pass 6:nsubj:pass _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 4 currently currently ADV RB _ 6 advmod 6:advmod _ -5 been be AUX VBN Tense=Past|VerbForm=Part 6 aux:pass 6:aux:pass _ +5 been be AUX VBG Typo=Yes|VerbForm=Ger 6 aux:pass 6:aux:pass CorrectForm=being 6 gathered gather VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 on on ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -83162,12 +83192,12 @@ # text = Upon receipt, I shall forward to each of you a copy of the reviews for your respective associate. 1 Upon upon ADP IN _ 2 case 2:case _ 2 receipt receipt NOUN NN Number=Sing 6 obl 6:obl:upon SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 5 shall shall AUX MD VerbForm=Fin 6 aux 6:aux _ 6 forward forward VERB VB VerbForm=Inf 0 root 0:root _ 7 to to ADP IN _ 8 case 8:case _ -8 each each DET DT _ 6 obl 6:obl:to _ +8 each each DET DT PronType=Tot 6 obl 6:obl:to _ 9 of of ADP IN _ 10 case 10:case _ 10 you you PRON PRP Case=Acc|Person=2|PronType=Prs 8 nmod 8:nmod:of _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ @@ -83176,7 +83206,7 @@ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 reviews review NOUN NNS Number=Plur 12 nmod 12:nmod:of _ 16 for for ADP IN _ 19 case 19:case _ -17 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +17 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 18 respective respective ADJ JJ Degree=Pos 19 amod 19:amod _ 19 associate associate NOUN NN Number=Sing 6 obl 6:obl:for SpaceAfter=No 20 . . PUNCT . _ 6 punct 6:punct _ @@ -83192,12 +83222,12 @@ 7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 6 obj 6:obj _ 8 to to PART TO _ 9 mark 9:mark _ 9 discuss discuss VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 participation participation NOUN NN Number=Sing 9 obj 9:obj _ 12 in in ADP IN _ 13 case 13:case _ 13 projects project NOUN NNS Number=Plur 11 nmod 11:nmod:in _ 14 outside outside ADP IN _ 16 case 16:case _ -15 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 rotation rotation NOUN NN Number=Sing 13 nmod 13:nmod:outside SpaceAfter=No 17 . . PUNCT . _ 6 punct 6:punct _ @@ -83206,7 +83236,7 @@ # text = Those who are not assigned an associate may also allocate points (a max of 150) at the meeting based on contribution to your areas for the first review period. 1 Those that PRON DT Number=Plur|PronType=Dem 10 nsubj 5:nsubj:pass|10:nsubj _ 2 who who PRON WP PronType=Rel 5 nsubj:pass 1:ref _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 assigned assign VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 acl:relcl 1:acl:relcl _ 6 an a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -83215,24 +83245,24 @@ 9 also also ADV RB _ 10 advmod 10:advmod _ 10 allocate allocate VERB VB VerbForm=Inf 0 root 0:root _ 11 points point NOUN NNS Number=Plur 10 obj 10:obj _ -12 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No +12 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 max max NOUN NN Number=Sing 11 appos 11:appos _ 15 of of ADP IN _ 16 case 16:case _ -16 150 150 NUM CD NumType=Card 14 nmod 14:nmod:of SpaceAfter=No -17 ) ) PUNCT -RRB- _ 11 punct 11:punct _ +16 150 150 NUM CD NumForm=Digit|NumType=Card 14 nmod 14:nmod:of SpaceAfter=No +17 ) ) PUNCT -RRB- _ 14 punct 14:punct _ 18 at at ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 meeting meeting NOUN NN Number=Sing 10 obl 10:obl:at _ -21 based base VERB VBN Tense=Past|VerbForm=Part 23 case 23:case _ +21 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 case 23:case _ 22 on on ADP IN _ 23 case 23:case _ 23 contribution contribution NOUN NN Number=Sing 10 obl 10:obl:on _ 24 to to ADP IN _ 26 case 26:case _ -25 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 areas area NOUN NNS Number=Plur 23 nmod 23:nmod:to _ 27 for for ADP IN _ 31 case 31:case _ 28 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ -29 first first ADJ JJ Degree=Pos|NumType=Ord 31 amod 31:amod _ +29 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 31 amod 31:amod _ 30 review review NOUN NN Number=Sing 31 compound 31:compound _ 31 period period NOUN NN Number=Sing 23 nmod 23:nmod:for SpaceAfter=No 32 . . PUNCT . _ 10 punct 10:punct _ @@ -83240,9 +83270,9 @@ # sent_id = email-enronsent03_01-0101 # text = If anyone has any questions on the above please let me know. 1 If if SCONJ IN _ 3 mark 3:mark _ -2 anyone anyone PRON NN Number=Sing 3 nsubj 3:nsubj _ +2 anyone anyone PRON NN Number=Sing|PronType=Ind 3 nsubj 3:nsubj _ 3 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ -4 any any DET DT _ 5 det 5:det _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 questions question NOUN NNS Number=Plur 3 obj 3:obj _ 6 on on ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -83270,9 +83300,9 @@ # sent_id = email-enronsent03_01-0104 # text = Shanna, I spoke with Per tonight about this. 1 Shanna Shanna PROPN NNP Number=Sing 4 vocative 4:vocative SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 spoke speak VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 spoke speak VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 with with ADP IN _ 6 case 6:case _ 6 Per Per PROPN NNP Number=Sing 4 obl 4:obl:with _ 7 tonight tonight NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod _ @@ -83284,7 +83314,7 @@ # text = Let's talk tomorrow. 1-2 Let's _ _ _ _ _ _ _ _ 1 Let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 's 's PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ +2 's we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ 3 talk talk VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 tomorrow tomorrow NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod SpaceAfter=No 5 . . PUNCT . _ 1 punct 1:punct _ @@ -83306,7 +83336,7 @@ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 background background NOUN NN Number=Sing 0 root 0:root _ 5 to to ADP IN _ 7 case 7:case _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 conversation conversation NOUN NN Number=Sing 4 nmod 4:nmod:to _ 8 with with ADP IN _ 9 case 9:case _ 9 Shanna Shanna PROPN NNP Number=Sing 7 nmod 7:nmod:with SpaceAfter=No @@ -83315,7 +83345,7 @@ # sent_id = email-enronsent03_01-0109 # text = I have a copy of the document I can give to you tomorrow. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 copy copy NOUN NN Number=Sing 2 obj 2:obj _ 5 of of ADP IN _ 7 case 7:case _ @@ -83353,7 +83383,7 @@ # newpar id = email-enronsent03_01-p0045 # text = I did not hear back from Shanna or Sharon Butcher. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 hear hear VERB VB VerbForm=Inf 0 root 0:root _ 5 back back ADV RB _ 4 advmod 4:advmod _ @@ -83370,7 +83400,7 @@ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 3 please please INTJ UH _ 4 discourse 4:discourse _ 4 ask ask VERB VB VerbForm=Inf 0 root 0:root _ -5 Shanna Shanna PROPN NNP Number=Sing 4 obj 4:obj|7:nsubj:xsubj _ +5 Shanna Shanna PROPN NNP Number=Sing 4 iobj 4:iobj|7:nsubj:xsubj _ 6 to to PART TO _ 7 mark 7:mark _ 7 take take VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 8 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ @@ -83388,21 +83418,21 @@ 3 Per Per PROPN NNP Number=Sing 1 conj 1:conj:and|6:nsubj _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 1 conj 1:conj:and|6:nsubj _ -6 discussed discuss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 discussed discuss VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 8 hostile hostile ADJ JJ Degree=Pos 9 amod 9:amod _ 9 environment environment NOUN NN Number=Sing 10 compound 10:compound _ 10 issue issue NOUN NN Number=Sing 6 obj 6:obj _ 11 and and CCONJ CC _ 15 cc 15:cc _ 12 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 14 both both ADV RB _ 15 advmod 15:advmod _ 15 concerned concerned ADJ JJ Degree=Pos 6 conj 6:conj:and _ 16 that that SCONJ IN _ 19 mark 19:mark _ 17 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 19 nsubj 19:nsubj _ 18 may may AUX MD VerbForm=Fin 19 aux 19:aux _ 19 have have VERB VB VerbForm=Inf 15 ccomp 15:ccomp _ -20 some some DET DT _ 21 det 21:det _ +20 some some DET DT PronType=Ind 21 det 21:det _ 21 repercussions repercussion NOUN NNS Number=Plur 19 obj 19:obj SpaceAfter=No 22 . . PUNCT . _ 6 punct 6:punct _ @@ -83413,7 +83443,7 @@ 3 vacation vacation NOUN NN Number=Sing 0 root 0:root _ 4 until until ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 22nd 22nd NOUN NN Number=Sing 3 obl 3:obl:until _ +6 22nd 22nd NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 3 obl 3:obl:until _ 7 but but CCONJ CC _ 12 cc 12:cc _ 8 Per Per PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ @@ -83429,14 +83459,14 @@ 19 sure sure ADJ JJ Degree=Pos 18 xcomp 18:xcomp _ 20 that that SCONJ IN _ 22 mark 22:mark _ 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ -22 keep keep VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 ccomp 19:ccomp _ +22 keep keep VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 19 ccomp 19:ccomp _ 23 up up ADP RP _ 22 compound:prt 22:compound:prt _ 24 with with ADP IN _ 25 case 25:case _ 25 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 22 obl 22:obl:with _ 26 and and CCONJ CC _ 31 cc 31:cc _ -27 any any DET DT _ 31 det 31:det _ -28 HR hr NOUN NN Number=Sing 31 compound 31:compound _ -29 / / PUNCT , _ 28 punct 28:punct _ +27 any any DET DT PronType=Ind 31 det 31:det _ +28 HR HR NOUN NN Number=Sing 31 compound 31:compound _ +29 / / PUNCT , _ 30 punct 30:punct _ 30 Legal legal ADJ JJ Degree=Pos 28 amod 28:amod _ 31 activity activity NOUN NN Number=Sing 25 conj 22:obl:with|25:conj:and|34:nsubj _ 32 that that PRON WDT PronType=Rel 34 nsubj 31:ref _ @@ -83446,7 +83476,7 @@ # sent_id = email-enronsent03_01-0117 # text = Thank you -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ # sent_id = email-enronsent03_01-0118 @@ -83458,7 +83488,7 @@ # text = Let's discuss exactly what is involved here -- confidentiality, etc. 1-2 Let's _ _ _ _ _ _ _ _ 1 Let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 's 's PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ +2 's we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ 3 discuss discuss VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 exactly exactly ADV RB _ 5 advmod 5:advmod _ 5 what what PRON WP PronType=Int 7 nsubj:pass 7:nsubj:pass _ @@ -83466,9 +83496,9 @@ 7 involved involve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 ccomp 3:ccomp _ 8 here here ADV RB PronType=Dem 7 advmod 7:advmod _ 9 -- -- PUNCT : _ 10 punct 10:punct _ -10 confidentiality confidentiality NOUN NN Number=Sing 7 appos 7:appos SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ -12 etc etc X FW _ 10 advmod 10:advmod SpaceAfter=No +10 confidentiality confidentiality NOUN NN Number=Sing 7 parataxis 7:parataxis SpaceAfter=No +11 , , PUNCT , _ 12 punct 12:punct _ +12 etc etc. NOUN FW Abbr=Yes|Number=Plur 10 conj 10:conj SpaceAfter=No 13 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent03_01-0120 @@ -83484,13 +83514,13 @@ # newpar id = email-enronsent03_01-p0048 # text = Hi Ya'll, 1 Hi hi INTJ UH _ 0 root 0:root _ -2 Ya'll ya'll PRON PRP _ 1 vocative 1:vocative SpaceAfter=No +2 Ya'll y'all PRON PRP Case=Acc|Number=Plur|Person=2|PronType=Prs|Style=Vrnc|Typo=Yes 1 vocative 1:vocative CorrectForm=y'all|SpaceAfter=No 3 , , PUNCT , _ 1 punct 1:punct _ # sent_id = email-enronsent03_01-0123 # text = I wanted to let you know about this before I respond to her request. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 let let VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 obj 4:obj|6:nsubj:xsubj _ @@ -83499,9 +83529,9 @@ 8 this this PRON DT Number=Sing|PronType=Dem 6 obl 6:obl:about _ 9 before before SCONJ IN _ 11 mark 11:mark _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 respond respond VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:before _ +11 respond respond VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:before _ 12 to to ADP IN _ 14 case 14:case _ -13 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 request request NOUN NN Number=Sing 11 obl 11:obl:to SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ @@ -83512,8 +83542,8 @@ 3 know know VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 if if SCONJ IN _ 6 mark 6:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ -7 any any DET DT _ 8 det 8:det _ +6 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +7 any any DET DT PronType=Ind 8 det 8:det _ 8 questions question NOUN NNS Number=Plur 6 obj 6:obj SpaceAfter=No 9 . . PUNCT . _ 1 punct 1:punct _ @@ -83530,10 +83560,10 @@ # text = Kathy McMahon suggested that I contact you in an effort to gather information on: Enron's Affirmative Action Policy and plans; as well as demographic analysis of workforce (gender, age, ethnic origin, nationality) 1 Kathy Kathy PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 McMahon McMahon PROPN NNP Number=Sing 1 flat 1:flat _ -3 suggested suggest VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 suggested suggest VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 that that SCONJ IN _ 6 mark 6:mark _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 contact contact VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +6 contact contact VERB VB Mood=Sub|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 6 obj 6:obj _ 8 in in ADP IN _ 10 case 10:case _ 9 an a DET DT Definite=Ind|PronType=Art 10 det 10:det _ @@ -83542,7 +83572,7 @@ 12 gather gather VERB VB VerbForm=Inf 10 acl 10:acl:to _ 13 information information NOUN NN Number=Sing 12 obj 12:obj _ 14 on on ADP IN _ 20 case 20:case SpaceAfter=No -15 : : PUNCT : _ 20 punct 20:punct _ +15 : : PUNCT : _ 14 punct 14:punct _ 16-17 Enron's _ _ _ _ _ _ _ _ 16 Enron Enron PROPN NNP Number=Sing 20 nmod:poss 20:nmod:poss _ 17 's 's PART POS _ 16 case 16:case _ @@ -83551,15 +83581,15 @@ 20 Policy policy NOUN NN Number=Sing 13 nmod 13:nmod:on _ 21 and and CCONJ CC _ 22 cc 22:cc _ 22 plans plan NOUN NNS Number=Plur 20 conj 13:nmod:on|20:conj:and SpaceAfter=No -23 ; ; PUNCT , _ 20 punct 20:punct _ -24 as as ADV RB _ 28 cc 28:cc _ +23 ; ; PUNCT , _ 28 punct 28:punct _ +24 as as ADV RB ExtPos=CCONJ 28 cc 28:cc _ 25 well well ADV RB Degree=Pos 24 fixed 24:fixed _ 26 as as ADP IN _ 24 fixed 24:fixed _ 27 demographic demographic ADJ JJ Degree=Pos 28 amod 28:amod _ 28 analysis analysis NOUN NN Number=Sing 20 conj 13:nmod:on|20:conj:as_well_as _ 29 of of ADP IN _ 30 case 30:case _ 30 workforce workforce NOUN NN Number=Sing 28 nmod 28:nmod:of _ -31 ( ( PUNCT -LRB- _ 28 punct 28:punct SpaceAfter=No +31 ( ( PUNCT -LRB- _ 32 punct 32:punct SpaceAfter=No 32 gender gender NOUN NN Number=Sing 28 nmod:npmod 28:nmod:npmod SpaceAfter=No 33 , , PUNCT , _ 34 punct 34:punct _ 34 age age NOUN NN Number=Sing 32 conj 28:nmod:npmod|32:conj SpaceAfter=No @@ -83568,7 +83598,7 @@ 37 origin origin NOUN NN Number=Sing 32 conj 28:nmod:npmod|32:conj SpaceAfter=No 38 , , PUNCT , _ 39 punct 39:punct _ 39 nationality nationality NOUN NN Number=Sing 32 conj 28:nmod:npmod|32:conj SpaceAfter=No -40 ) ) PUNCT -RRB- _ 28 punct 28:punct _ +40 ) ) PUNCT -RRB- _ 32 punct 32:punct _ # sent_id = email-enronsent03_01-0128 # text = Jeff Skilling has agreed to work with Harvard Business School (HBS) on a 5-year case study called 'Modern Giants'. @@ -83582,20 +83612,20 @@ 8 Harvard Harvard PROPN NNP Number=Sing 10 compound 10:compound _ 9 Business Business PROPN NNP Number=Sing 10 compound 10:compound _ 10 School School PROPN NNP Number=Sing 6 obl 6:obl:with _ -11 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No +11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No 12 HBS HBS PROPN NNP Number=Sing 10 appos 10:appos SpaceAfter=No -13 ) ) PUNCT -RRB- _ 10 punct 10:punct _ +13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 14 on on ADP IN _ 20 case 20:case _ 15 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ -16 5 5 NUM CD NumType=Card 18 nummod 18:nummod SpaceAfter=No -17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +16 5 5 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod SpaceAfter=No +17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No 18 year year NOUN NN Number=Sing 20 compound 20:compound _ 19 case case NOUN NN Number=Sing 20 compound 20:compound _ 20 study study NOUN NN Number=Sing 6 obl 6:obl:on _ -21 called call VERB VBN Tense=Past|VerbForm=Part 20 acl 20:acl _ +21 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 acl 20:acl _ 22 ' ' PUNCT `` _ 24 punct 24:punct SpaceAfter=No -23 Modern modern PROPN JJ Degree=Pos 24 amod 24:amod _ -24 Giants Giants PROPN NNPS Number=Plur 21 obj 21:obj SpaceAfter=No +23 Modern modern ADJ JJ Degree=Pos 24 amod 24:amod _ +24 Giants Giant PROPN NNPS Number=Plur 21 obj 21:obj SpaceAfter=No 25 ' ' PUNCT '' _ 24 punct 24:punct SpaceAfter=No 26 . . PUNCT . _ 4 punct 4:punct _ @@ -83614,22 +83644,22 @@ 11 over over ADP IN _ 15 case 15:case _ 12 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 13 next next ADJ JJ Degree=Pos 15 amod 15:amod _ -14 five five NUM CD NumType=Card 15 nummod 15:nummod _ +14 five five NUM CD NumForm=Word|NumType=Card 15 nummod 15:nummod _ 15 years year NOUN NNS Number=Plur 3 obl 3:obl:over _ 16 to to PART TO _ 17 mark 17:mark _ 17 assess assess VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ -18 how how SCONJ WRB PronType=Int 20 mark 20:mark _ +18 how how ADV WRB PronType=Int 20 advmod 20:advmod _ 19 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 react react VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 ccomp 17:ccomp _ +20 react react VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 17 ccomp 17:ccomp _ 21 to to ADP IN _ 23 case 23:case _ 22 market market NOUN NN Number=Sing 23 compound 23:compound _ 23 changes change NOUN NNS Number=Plur 20 obl 20:obl:to _ 24 and and CCONJ CC _ 26 cc 26:cc _ 25 to to PART TO _ 26 mark 26:mark _ 26 see see VERB VB VerbForm=Inf 17 conj 3:advcl:to|17:conj:and _ -27 how how SCONJ WRB PronType=Int 29 mark 29:mark _ +27 how how ADV WRB PronType=Int 29 advmod 29:advmod _ 28 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 29 nsubj 29:nsubj _ -29 morph morph VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 ccomp 26:ccomp _ +29 morph morph VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 26 ccomp 26:ccomp _ 30 during during ADP IN _ 33 case 33:case _ 31 this this DET DT Number=Sing|PronType=Dem 33 det 33:det _ 32 time time NOUN NN Number=Sing 33 compound 33:compound _ @@ -83643,13 +83673,13 @@ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj|4:nsubj:xsubj _ 4 know know VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 at at ADP IN _ 8 case 8:case _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ -7 earliest earliest ADJ JJS Degree=Sup 8 amod 8:amod _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 earliest early ADJ JJS Degree=Sup 8 amod 8:amod _ 8 convience convience NOUN NN Number=Sing 4 obl 4:obl:at _ 9 if if SCONJ IN _ 12 mark 12:mark _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ 11 can can AUX MD VerbForm=Fin 12 aux 12:aux _ -12 help help VERB VB VerbForm=Inf 4 advcl 4:advcl:if _ +12 help help VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ 13 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 12 obj 12:obj SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ @@ -83667,8 +83697,8 @@ # text = please print all these for me. 1 please please INTJ UH _ 2 discourse 2:discourse _ 2 print print VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 all all DET PDT _ 4 det:predet 4:det:predet _ -4 these this DET DT Number=Plur|PronType=Dem 2 obj 2:obj _ +3 all all DET PDT PronType=Tot 4 det:predet 4:det:predet _ +4 these this PRON DT Number=Plur|PronType=Dem 2 obj 2:obj _ 5 for for ADP IN _ 6 case 6:case _ 6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obl 2:obl:for SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ @@ -83703,7 +83733,7 @@ # text = FYI re: NEPCO picketing issues. 1 FYI fyi ADV RB _ 0 root 0:root _ 2 re re ADP IN _ 6 case 6:case SpaceAfter=No -3 : : PUNCT : _ 6 punct 6:punct _ +3 : : PUNCT : _ 2 punct 2:punct _ 4 NEPCO NEPCO PROPN NNP Number=Sing 6 compound 6:compound _ 5 picketing picketing NOUN NN Number=Sing 6 compound 6:compound _ 6 issues issue NOUN NNS Number=Plur 1 obl 1:obl:re SpaceAfter=No @@ -83722,21 +83752,21 @@ # sent_id = email-enronsent03_01-0142 # newpar id = email-enronsent03_01-p0052 # text = Two in one day. -1 Two two NUM CD NumType=Card 0 root 0:root _ +1 Two two NUM CD NumForm=Word|NumType=Card 0 root 0:root _ 2 in in ADP IN _ 4 case 4:case _ -3 one one NUM CD NumType=Card 4 nummod 4:nummod _ +3 one one NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 day day NOUN NN Number=Sing 1 nmod 1:nmod:in SpaceAfter=No 5 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent03_01-0143 # text = We understand that the pipe fitters are also planning to picket the Lake Worth, Florida project as well. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 understand understand VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 understand understand VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 9 mark 9:mark _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 pipe pipe NOUN NN Number=Sing 6 compound 6:compound _ 6 fitters fitter NOUN NNS Number=Plur 9 nsubj 9:nsubj|11:nsubj:xsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 also also ADV RB _ 9 advmod 9:advmod _ 9 planning plan VERB VBG Tense=Pres|VerbForm=Part 2 ccomp 2:ccomp _ 10 to to PART TO _ 11 mark 11:mark _ @@ -83744,7 +83774,7 @@ 12 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 13 Lake Lake PROPN NNP Number=Sing 14 compound 14:compound _ 14 Worth Worth PROPN NNP Number=Sing 17 compound 17:compound SpaceAfter=No -15 , , PUNCT , _ 14 punct 14:punct _ +15 , , PUNCT , _ 16 punct 16:punct _ 16 Florida Florida PROPN NNP Number=Sing 14 appos 14:appos _ 17 project project NOUN NN Number=Sing 11 obj 11:obj _ 18 as as ADV RB _ 11 advmod 11:advmod _ @@ -83753,13 +83783,13 @@ # sent_id = email-enronsent03_01-0144 # text = Our execution team needs to get some guidance and planning for this picketing should it interfere with the progress of the work. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 execution execution NOUN NN Number=Sing 3 compound 3:compound _ 3 team team NOUN NN Number=Sing 4 nsubj 4:nsubj|6:nsubj:xsubj _ 4 needs need VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 get get VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 some some DET DT _ 8 det 8:det _ +7 some some DET DT PronType=Ind 8 det 8:det _ 8 guidance guidance NOUN NN Number=Sing 6 obj 6:obj _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 planning planning NOUN NN Number=Sing 8 conj 6:obj|8:conj:and _ @@ -83782,9 +83812,9 @@ 1 In in ADP IN _ 3 case 3:case _ 2 that that DET DT Number=Sing|PronType=Dem 3 det 3:det _ 3 respect respect NOUN NN Number=Sing 6 obl 6:obl:in SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj|8:nsubj:xsubj _ -6 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 dial dial VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 9 in in ADP RP _ 8 compound:prt 8:compound:prt _ @@ -83807,9 +83837,9 @@ # sent_id = email-enronsent03_01-0146 # text = I think the first step is a call between yourself, me, Mark Stubley and Mike Indivero. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 first first ADJ JJ Degree=Pos|NumType=Ord 5 amod 5:amod _ +4 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 5 amod 5:amod _ 5 step step NOUN NN Number=Sing 8 nsubj 8:nsubj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ @@ -83828,12 +83858,12 @@ # sent_id = email-enronsent03_01-0147 # text = And then another call with all folks or a meeting at the jobsite to lay out the plan. -1 And and CCONJ CC _ 10 cc 10:cc _ +1 And and CCONJ CC _ 4 cc 4:cc _ 2 then then ADV RB PronType=Dem 4 advmod 4:advmod _ -3 another another DET DT _ 4 det 4:det _ +3 another another DET DT PronType=Ind 4 det 4:det _ 4 call call NOUN NN Number=Sing 0 root 0:root _ 5 with with ADP IN _ 7 case 7:case _ -6 all all DET DT _ 7 det 7:det _ +6 all all DET DT PronType=Tot 7 det 7:det _ 7 folks folk NOUN NNS Number=Plur 4 nmod 4:nmod:with _ 8 or or CCONJ CC _ 10 cc 10:cc _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ @@ -83842,7 +83872,7 @@ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 jobsite jobsite NOUN NN Number=Sing 10 nmod 10:nmod:at _ 14 to to PART TO _ 15 mark 15:mark _ -15 lay lay VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ +15 lay lay VERB VB VerbForm=Inf 4 acl 4:acl:to _ 16 out out ADP RP _ 15 compound:prt 15:compound:prt _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 plan plan NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No @@ -83851,7 +83881,7 @@ # sent_id = email-enronsent03_01-0148 # text = Barbara, please organize a call for Mike, Michelle, Mark Stubley and me. 1 Barbara Barbara PROPN NNP Number=Sing 4 nsubj 4:nsubj SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 please please INTJ UH _ 4 discourse 4:discourse _ 4 organize organize VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -83881,14 +83911,14 @@ # newpar id = email-enronsent03_01-p0053 # text = I have been advised by our Construction Manager, Mr. Joe Osler that while he was visiting the City of Lake Worth Building Planning and Zoning dept regarding our permit status he learned that the pipefitters have inquired about permit requirements to picket our site. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux:pass 4:aux:pass _ 4 advised advise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 by by ADP IN _ 8 case 8:case _ -6 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 Construction construction NOUN NN Number=Sing 8 compound 8:compound _ -8 Manager manager NOUN NN Number=Sing 4 obl 4:obl:by SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +8 Manager manager NOUN NN Number=Sing 4 obl:agent 4:obl:agent SpaceAfter=No +9 , , PUNCT , _ 10 punct 10:punct _ 10 Mr. Mr. PROPN NNP Number=Sing 8 appos 8:appos _ 11 Joe Joe PROPN NNP Number=Sing 10 flat 10:flat _ 12 Osler Osler PROPN NNP Number=Sing 10 flat 10:flat _ @@ -83908,22 +83938,22 @@ 26 Zoning Zoning PROPN NNP Number=Sing 24 conj 24:conj:and|27:compound _ 27 dept dept PROPN NNP Number=Sing 17 obj 17:obj _ 28 regarding regard VERB VBG VerbForm=Ger 31 case 31:case _ -29 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ +29 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ 30 permit permit NOUN NN Number=Sing 31 compound 31:compound _ 31 status status NOUN NN Number=Sing 17 obl 17:obl:regarding _ 32 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 33 nsubj 33:nsubj _ -33 learned learn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +33 learned learn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ 34 that that SCONJ IN _ 38 mark 38:mark _ 35 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ 36 pipefitters pipefitter NOUN NNS Number=Plur 38 nsubj 38:nsubj _ -37 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 38 aux 38:aux _ +37 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 38 aux 38:aux _ 38 inquired inquire VERB VBN Tense=Past|VerbForm=Part 33 ccomp 33:ccomp _ 39 about about ADP IN _ 41 case 41:case _ 40 permit permit NOUN NN Number=Sing 41 compound 41:compound _ 41 requirements requirement NOUN NNS Number=Plur 38 obl 38:obl:about _ 42 to to PART TO _ 43 mark 43:mark _ 43 picket picket VERB VB VerbForm=Inf 41 acl 41:acl:to _ -44 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 45 nmod:poss 45:nmod:poss _ +44 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 45 nmod:poss 45:nmod:poss _ 45 site site NOUN NN Number=Sing 43 obj 43:obj SpaceAfter=No 46 . . PUNCT . _ 4 punct 4:punct _ @@ -83932,10 +83962,10 @@ 1 Apparently apparently ADV RB _ 4 advmod 4:advmod _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 City city NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 informed inform VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -5 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 4 obj 4:obj _ +4 informed inform VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 4 iobj 4:iobj _ 6 that that SCONJ IN _ 10 mark 10:mark _ -7 no no DET DT _ 8 det 8:det _ +7 no no DET DT PronType=Neg 8 det 8:det _ 8 permit permit NOUN NN Number=Sing 10 nsubj:pass 10:nsubj:pass _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ 10 required require VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 ccomp 4:ccomp SpaceAfter=No @@ -83944,12 +83974,12 @@ # sent_id = email-enronsent03_01-0153 # text = I have heard that the pipefitters have established a picket line at the Payne Creek site today. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 heard hear VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 that that SCONJ IN _ 8 mark 8:mark _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 pipefitters pipefitter NOUN NNS Number=Plur 8 nsubj 8:nsubj _ -7 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +7 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 established establish VERB VBN Tense=Past|VerbForm=Part 3 ccomp 3:ccomp _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 picket picket NOUN NN Number=Sing 11 compound 11:compound _ @@ -83982,9 +84012,9 @@ # text = Mike Indivero, I understand that Mr. Mike Croall's release date from NEPCO is Oct 31, 2001. 1 Mike Mike PROPN NNP Number=Sing 5 vocative 5:vocative _ 2 Indivero Indivero PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 1 punct 1:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 understand understand VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 understand understand VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 that that SCONJ IN _ 16 mark 16:mark _ 7 Mr. Mr. PROPN NNP Number=Sing 12 nmod:poss 12:nmod:poss _ 8 Mike Mike PROPN NNP Number=Sing 7 flat 7:flat _ @@ -83996,10 +84026,10 @@ 13 from from ADP IN _ 14 case 14:case _ 14 NEPCO NEPCO PROPN NNP Number=Sing 12 nmod 12:nmod:from _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ -16 Oct Oct PROPN NNP Number=Sing 5 ccomp 5:ccomp _ -17 31 31 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No -18 , , PUNCT , _ 16 punct 16:punct _ -19 2001 2001 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No +16 Oct October PROPN NNP Abbr=Yes|Number=Sing 5 ccomp 5:ccomp _ +17 31 31 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No +18 , , PUNCT , _ 19 punct 19:punct _ +19 2001 2001 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No 20 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent03_01-0156 @@ -84009,11 +84039,11 @@ 3 as as ADP RB _ 5 mark 5:mark _ 4 to to ADP IN _ 3 fixed 3:fixed _ 5 who who PRON WP PronType=Int 2 advcl 2:advcl:as_to _ -6 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 replacement replacement NOUN NN Number=Sing 5 nsubj 5:nsubj|12:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 9 and and CCONJ CC _ 12 cc 12:cc _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 report report NOUN NN Number=Sing 12 compound 12:compound _ 12 date date NOUN NN Number=Sing 5 conj 2:advcl:as_to|5:conj:and SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ @@ -84031,56 +84061,56 @@ 3 Torneby Torneby PROPN NNP Number=Sing 1 flat 1:flat _ 4 Project project NOUN NN Number=Sing 5 compound 5:compound _ 5 Manager manager NOUN NN Number=Sing 1 appos 1:appos _ -6 National National PROPN NNP Number=Sing 9 compound 9:compound _ +6 National National ADJ NNP Degree=Pos 9 amod 9:amod _ 7 Energy Energy PROPN NNP Number=Sing 9 compound 9:compound _ 8 Production Production PROPN NNP Number=Sing 9 compound 9:compound _ 9 Corporation Corporation PROPN NNP Number=Sing 1 list 1:list _ -10 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No +10 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 11 NEPCO NEPCO PROPN NNP Number=Sing 9 appos 9:appos SpaceAfter=No -12 ) ) PUNCT -RRB- _ 9 punct 9:punct _ -13 11831 11831 NUM CD NumType=Card 16 nummod 16:nummod _ +12 ) ) PUNCT -RRB- _ 11 punct 11:punct _ +13 11831 11831 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 14 North North PROPN NNP Number=Sing 16 compound 16:compound _ 15 Creek Creek PROPN NNP Number=Sing 16 compound 16:compound _ 16 Parkway Parkway PROPN NNP Number=Sing 1 appos 1:appos _ 17 North North PROPN NNP Number=Sing 18 compound 18:compound _ 18 Bothell Bothell PROPN NNP Number=Sing 1 appos 1:appos SpaceAfter=No -19 , , PUNCT , _ 18 punct 18:punct _ +19 , , PUNCT , _ 20 punct 20:punct _ 20 WA WA PROPN NNP Number=Sing 18 appos 18:appos _ -21 98011 98011 NUM CD NumType=Card 18 appos 18:appos _ +21 98011 98011 NUM CD NumForm=Digit|NumType=Card 18 appos 18:appos _ 22 USA USA PROPN NNP Number=Sing 18 appos 18:appos _ 23 Tel tel NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -24 : : PUNCT : _ 23 punct 23:punct _ -25 425-415-3052 425-415-3052 NUM CD NumType=Card 23 appos 23:appos _ +24 : : PUNCT : _ 25 punct 25:punct _ +25 425-415-3052 425-415-3052 NUM CD NumForm=Digit|NumType=Card 23 appos 23:appos _ 26 Cell cell NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -27 : : PUNCT : _ 26 punct 26:punct _ -28 425-922-0475 425-922-0475 NUM CD NumType=Card 26 appos 26:appos _ +27 : : PUNCT : _ 28 punct 28:punct _ +28 425-922-0475 425-922-0475 NUM CD NumForm=Digit|NumType=Card 26 appos 26:appos _ 29 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -30 : : PUNCT : _ 29 punct 29:punct _ -31 425-415-3098 425-415-3098 NUM CD NumType=Card 29 appos 29:appos _ +30 : : PUNCT : _ 31 punct 31:punct _ +31 425-415-3098 425-415-3098 NUM CD NumForm=Digit|NumType=Card 29 appos 29:appos _ 32 email email NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -33 : : PUNCT : _ 32 punct 32:punct _ -34 < < PUNCT -LRB- _ 37 punct 37:punct SpaceAfter=No -35 mailto:galent@nepco.com mailto:galent@nepco.com X ADD _ 37 appos 37:appos SpaceAfter=No +33 : : PUNCT : _ 35 punct 35:punct _ +34 < < PUNCT -LRB- _ 35 punct 35:punct SpaceAfter=No +35 mailto:galent@nepco.com mailto:galent@nepco.com X ADD _ 1 list 1:list SpaceAfter=No 36 > > PUNCT -RRB- _ 37 punct 37:punct _ -37 mailto:galen.torneby@nepco.com mailto:galen.torneby@nepco.com X ADD _ 1 list 1:list _ +37 mailto:galen.torneby@nepco.com mailto:galen.torneby@nepco.com X ADD _ 35 list 35:list _ # newdoc id = email-enronsent35_01 # sent_id = email-enronsent35_01-0001 # newpar id = email-enronsent35_01-p0001 # text = Rick Hopkinson@ENRON_DEVELOPMENT -1 Rick rick X GW _ 0 root 0:root _ -2 Hopkinson@ENRON_DEVELOPMENT hopkinson@enron_development X ADD _ 1 goeswith 1:goeswith _ +1 Rick rickhopkinson@enron_development X GW Typo=Yes 0 root 0:root _ +2 Hopkinson@ENRON_DEVELOPMENT _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent35_01-0002 # text = 09/16/99 10:07 AM -1 09/16/99 09/16/99 NUM CD NumType=Card 0 root 0:root _ -2 10:07 10:07 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 09/16/99 09/16/99 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 10:07 10:07 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent35_01-0003 # text = Sara, trading is still not settled. 1 Sara Sara PROPN NNP Number=Sing 7 vocative 7:vocative SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 trading trading NOUN NN Number=Sing 7 nsubj 7:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 5 still still ADV RB _ 7 advmod 7:advmod _ @@ -84091,7 +84121,7 @@ # sent_id = email-enronsent35_01-0004 # newpar id = email-enronsent35_01-p0002 # text = Thank you for the invitaion to the conference call. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 1 obj 1:obj _ 3 for for ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ @@ -84118,7 +84148,7 @@ # sent_id = email-enronsent35_01-0006 # text = I assume we should come over EB. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 assume assume VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 assume assume VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 should should AUX MD VerbForm=Fin 5 aux 5:aux _ 5 come come VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ @@ -84131,8 +84161,8 @@ 1 Can can AUX MD VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 tell tell VERB VB VerbForm=Inf 0 root 0:root _ -4 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 3 obj 3:obj _ -5 where where SCONJ WRB PronType=Int 3 mark 3:mark SpaceAfter=No +4 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 3 iobj 3:iobj _ +5 where where ADV WRB PronType=Int 3 advmod 3:advmod SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent35_01-0008 @@ -84147,7 +84177,7 @@ # sent_id = email-enronsent35_01-0010 # text = ,Do you want us to come over to the Enron b in your call. 1 , , PUNCT , _ 4 punct 4:punct SpaceAfter=No -2 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 want want VERB VB VerbForm=Inf 0 root 0:root _ 5 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 4 obj 4:obj|7:nsubj:xsubj _ @@ -84157,9 +84187,9 @@ 9 to to ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 Enron Enron PROPN NNP Number=Sing 12 compound 12:compound _ -12 b b NOUN NN Number=Sing 7 obl 7:obl:to _ +12 b building NOUN NN Abbr=Yes|Number=Sing 7 obl 7:obl:to _ 13 in in ADP IN _ 15 case 15:case _ -14 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 call call NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No 16 . . PUNCT . _ 4 punct 4:punct _ @@ -84169,18 +84199,18 @@ # sent_id = email-enronsent35_01-0012 # text = Sara Shackleton@ECT -1 Sara sara X GW _ 0 root 0:root _ -2 Shackleton@ECT shackleton@ect X ADD _ 1 goeswith 1:goeswith _ +1 Sara sarashackleton@ect X GW Typo=Yes 0 root 0:root _ +2 Shackleton@ECT _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent35_01-0013 # text = 09/16/99 08:55 AM -1 09/16/99 09/16/99 NUM CD NumType=Card 0 root 0:root _ -2 08:55 08:55 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 09/16/99 09/16/99 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 08:55 08:55 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent35_01-0014 # text = Have you decided who will be assisting tax-wise for these two countries? -1 Have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 decided decide VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 who who PRON WP PronType=Int 7 nsubj 7:nsubj _ @@ -84188,11 +84218,11 @@ 6 be be AUX VB VerbForm=Inf 7 aux 7:aux _ 7 assisting assist VERB VBG Tense=Pres|VerbForm=Part 3 ccomp 3:ccomp _ 8 tax tax NOUN NN Number=Sing 10 obl:npmod 10:obl:npmod SpaceAfter=No -9 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +9 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No 10 wise wise ADV RB _ 7 advmod 7:advmod _ 11 for for ADP IN _ 14 case 14:case _ 12 these this DET DT Number=Plur|PronType=Dem 14 det 14:det _ -13 two two NUM CD NumType=Card 14 nummod 14:nummod _ +13 two two NUM CD NumForm=Word|NumType=Card 14 nummod 14:nummod _ 14 countries country NOUN NNS Number=Plur 7 obl 7:obl:for SpaceAfter=No 15 ? ? PUNCT . _ 3 punct 3:punct _ @@ -84200,18 +84230,18 @@ # newpar id = email-enronsent35_01-p0004 # text = I have a conference call this afternoon at 3 pm (Houston time) with Antonio Felix de Araujo Cintra from the Tozzini firm regarding further research on derivative products for trading in Brazil. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 conference conference NOUN NN Number=Sing 5 compound 5:compound _ 5 call call NOUN NN Number=Sing 2 obj 2:obj _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 afternoon afternoon NOUN NN Number=Sing 5 nmod:tmod 5:nmod:tmod _ 8 at at ADP IN _ 10 case 10:case _ -9 3 3 NUM CD NumType=Card 10 nummod 10:nummod _ -10 pm pm NOUN NN Number=Sing 7 nmod 7:nmod:at _ +9 3 3 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ +10 pm p.m. NOUN NN Number=Sing 7 nmod 7:nmod:at _ 11 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No 12 Houston Houston PROPN NNP Number=Sing 13 compound 13:compound _ -13 time time NOUN NN Number=Sing 10 nmod:npmod 10:nmod:npmod SpaceAfter=No +13 time time NOUN NN Number=Sing 10 nmod:tmod 10:nmod:tmod SpaceAfter=No 14 ) ) PUNCT -RRB- _ 13 punct 13:punct _ 15 with with ADP IN _ 16 case 16:case _ 16 Antonio Antonio PROPN NNP Number=Sing 5 nmod 5:nmod:with _ @@ -84265,7 +84295,7 @@ 9 or or CCONJ CC _ 11 cc 11:cc _ 10 by by ADP IN _ 11 case 11:case _ 11 conference conference NOUN NN Number=Sing 8 conj 6:obl:by|8:conj:or SpaceAfter=No -12 , , PUNCT , _ 14 punct 14:punct _ +12 , , PUNCT , _ 4 punct 4:punct _ 13 please please INTJ UH _ 14 discourse 14:discourse _ 14 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 15 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 14 obj 14:obj|16:nsubj:xsubj _ @@ -84281,25 +84311,25 @@ 5 Sao Sao PROPN NNP Number=Sing 6 compound 6:compound _ 6 Paulo Paulo PROPN NNP Number=Sing 0 root 0:root _ 7 from from ADP IN _ 8 case 8:case _ -8 Sept Sept PROPN NNP Number=Sing 6 obl 6:obl:from _ -9 20 20 NUM CD NumType=Card 8 nummod 8:nummod SpaceAfter=No +8 Sept September PROPN NNP Abbr=Yes|Number=Sing 6 obl 6:obl:from _ +9 20 20 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod SpaceAfter=No 10 - - SYM SYM _ 11 case 11:case SpaceAfter=No -11 22 22 NUM CD NumType=Card 9 nmod 9:nmod _ +11 22 22 NUM CD NumForm=Digit|NumType=Card 9 nmod 9:nmod _ 12 and and CCONJ CC _ 14 cc 14:cc _ 13 Buenos Buenos PROPN NNP Number=Sing 14 compound 14:compound _ 14 Aires Aires PROPN NNP Number=Sing 6 conj 6:conj:and _ 15 from from ADP IN _ 16 case 16:case _ -16 Sept Sept PROPN NNP Number=Sing 14 nmod 14:nmod:from _ -17 23 23 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No +16 Sept September PROPN NNP Abbr=Yes|Number=Sing 14 nmod 14:nmod:from _ +17 23 23 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No 18 - - SYM SYM _ 19 case 19:case SpaceAfter=No -19 24 24 NUM CD NumType=Card 17 nmod 17:nmod SpaceAfter=No +19 24 24 NUM CD NumForm=Digit|NumType=Card 17 nmod 17:nmod SpaceAfter=No 20 . . PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent35_01-0019 # text = In Brazil, I will be meeting again with Tozzini lawyers. 1 In in ADP IN _ 2 case 2:case _ 2 Brazil Brazil PROPN NNP Number=Sing 7 obl 7:obl:in SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 5 will will AUX MD VerbForm=Fin 7 aux 7:aux _ 6 be be AUX VB VerbForm=Inf 7 aux 7:aux _ @@ -84314,7 +84344,7 @@ # text = In BA, I'll be meeting with Marval lawyers. 1 In in ADP IN _ 2 case 2:case _ 2 BA BA PROPN NNP Number=Sing 7 obl 7:obl:in SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4-5 I'll _ _ _ _ _ _ _ _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 5 'll will AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -84333,11 +84363,11 @@ 4 if if SCONJ IN _ 7 mark 7:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ 6 would would AUX MD VerbForm=Fin 7 aux 7:aux _ -7 like like VERB VB VerbForm=Inf 3 advcl 3:advcl:if _ +7 like like VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ 8 to to PART TO _ 9 mark 9:mark _ 9 participate participate VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 in in ADP IN _ 12 case 12:case _ -11 any any DET DT _ 12 det 12:det _ +11 any any DET DT PronType=Ind 12 det 12:det _ 12 way way NOUN NN Number=Sing 9 obl 9:obl:in SpaceAfter=No 13 . . PUNCT . _ 1 punct 1:punct _ @@ -84371,35 +84401,35 @@ # sent_id = email-enronsent35_01-0027 # text = 09/16/99 10:16 AM -1 09/16/99 09/16/99 NUM CD NumType=Card 0 root 0:root _ -2 10:16 10:16 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 09/16/99 09/16/99 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 10:16 10:16 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent35_01-0028 # text = How about Friday, Sept. 17, at 9 am (Houston time) which is 11 am (Sao Paulo) time? 1 How how ADV WRB PronType=Int 0 root 0:root _ 2 about about ADP IN _ 3 case 3:case _ 3 Friday Friday PROPN NNP Number=Sing 1 obl 1:obl:about SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ -5 Sept. Sept. PROPN NNP Number=Sing 3 appos 3:appos _ -6 17 17 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ +5 Sept. September PROPN NNP Abbr=Yes|Number=Sing 3 appos 3:appos _ +6 17 17 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +7 , , PUNCT , _ 10 punct 10:punct _ 8 at at ADP IN _ 10 case 10:case _ -9 9 9 NUM CD NumType=Card 10 nummod 10:nummod _ -10 am am NOUN NN Number=Sing 3 nmod 3:nmod:at|18:nsubj _ +9 9 9 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ +10 am a.m. NOUN NN Number=Sing 3 nmod 3:nmod:at|18:nsubj _ 11 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No 12 Houston Houston PROPN NNP Number=Sing 13 compound 13:compound _ -13 time time NOUN NN Number=Sing 10 nmod:npmod 10:nmod:npmod SpaceAfter=No +13 time time NOUN NN Number=Sing 10 nmod:tmod 10:nmod:tmod SpaceAfter=No 14 ) ) PUNCT -RRB- _ 13 punct 13:punct _ 15 which which PRON WDT PronType=Rel 18 nsubj 10:ref _ 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ -17 11 11 NUM CD NumType=Card 18 nummod 18:nummod _ -18 am am NOUN NN Number=Sing 10 acl:relcl 10:acl:relcl _ -19 ( ( PUNCT -LRB- _ 23 punct 23:punct SpaceAfter=No +17 11 11 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ +18 am a.m. NOUN NN Number=Sing 10 acl:relcl 10:acl:relcl _ +19 ( ( PUNCT -LRB- _ 21 punct 21:punct SpaceAfter=No 20 Sao Sao PROPN NNP Number=Sing 21 compound 21:compound _ 21 Paulo Paulo PROPN NNP Number=Sing 23 compound 23:compound SpaceAfter=No -22 ) ) PUNCT -RRB- _ 23 punct 23:punct _ -23 time time NOUN NN Number=Sing 18 nmod:npmod 18:nmod:npmod SpaceAfter=No +22 ) ) PUNCT -RRB- _ 21 punct 21:punct _ +23 time time NOUN NN Number=Sing 18 nmod:tmod 18:nmod:tmod SpaceAfter=No 24 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent35_01-0029 @@ -84423,7 +84453,7 @@ # sent_id = email-enronsent35_01-0033 # text = NOTICE: This message is confidential. 1 NOTICE notice NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 6 punct 6:punct _ 3 This this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 message message NOUN NN Number=Sing 6 nsubj 6:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ @@ -84434,7 +84464,7 @@ # text = If you have received it by mistake please let us know by reply and then delete it from your system; you should not copy this message or disclose its contents to anyone. 1 If if SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 received receive VERB VBN Tense=Past|VerbForm=Part 9 advcl 9:advcl:if _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ 6 by by ADP IN _ 7 case 7:case _ @@ -84450,9 +84480,9 @@ 16 delete delete VERB VB Mood=Imp|VerbForm=Fin 9 conj 9:conj:and _ 17 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 obj 16:obj _ 18 from from ADP IN _ 20 case 20:case _ -19 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 system system NOUN NN Number=Sing 16 obl 16:obl:from SpaceAfter=No -21 ; ; PUNCT , _ 9 punct 9:punct _ +21 ; ; PUNCT , _ 25 punct 25:punct _ 22 you you PRON PRP Case=Nom|Person=2|PronType=Prs 25 nsubj 25:nsubj|29:nsubj _ 23 should should AUX MD VerbForm=Fin 25 aux 25:aux _ 24 not not PART RB _ 25 advmod 25:advmod _ @@ -84461,15 +84491,15 @@ 27 message message NOUN NN Number=Sing 25 obj 25:obj _ 28 or or CCONJ CC _ 29 cc 29:cc _ 29 disclose disclose VERB VB VerbForm=Inf 25 conj 25:conj:or _ -30 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ +30 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ 31 contents contents NOUN NNS Number=Plur 29 obj 29:obj _ 32 to to ADP IN _ 33 case 33:case _ -33 anyone anyone PRON NN Number=Sing 29 obl 29:obl:to SpaceAfter=No +33 anyone anyone PRON NN Number=Sing|PronType=Ind 29 obl 29:obl:to SpaceAfter=No 34 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent35_01-0035 # text = Thank you. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No 3 . . PUNCT . _ 1 punct 1:punct _ @@ -84477,7 +84507,7 @@ # newpar id = email-enronsent35_01-p0007 # text = - Em-enro2.doc 1 - - PUNCT NFP _ 2 punct 2:punct _ -2 Em-enro2.doc em-enro2.doc NOUN NN Number=Sing 0 root 0:root _ +2 Em-enro2.doc Em-enro2.doc NOUN NN Number=Sing 0 root 0:root _ # sent_id = email-enronsent35_01-0037 # newpar id = email-enronsent35_01-p0008 @@ -84510,14 +84540,14 @@ # sent_id = email-enronsent35_01-0040 # newpar id = email-enronsent35_01-p0009 # text = Andrea Bertone@ENRON_DEVELOPMENT -1 Andrea andrea X GW _ 0 root 0:root _ -2 Bertone@ENRON_DEVELOPMENT bertone@enron_development X ADD _ 1 goeswith 1:goeswith _ +1 Andrea andreabertone@enron_development X GW Typo=Yes 0 root 0:root _ +2 Bertone@ENRON_DEVELOPMENT _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent35_01-0041 # text = 09/15/99 04:41 PM -1 09/15/99 09/15/99 NUM CD NumType=Card 0 root 0:root _ -2 04:41 04:41 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 09/15/99 09/15/99 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 04:41 04:41 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent35_01-0042 # text = Yes. @@ -84527,13 +84557,13 @@ # sent_id = email-enronsent35_01-0043 # text = If something happens that I'm not able to participate I'll let you know. 1 If if SCONJ IN _ 3 mark 3:mark _ -2 something something PRON NN Number=Sing 3 nsubj 3:nsubj _ +2 something something PRON NN Number=Sing|PronType=Ind 3 nsubj 3:nsubj _ 3 happens happen VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ -4 that that ADV WRB PronType=Dem 8 advmod 8:advmod _ +4 that that SCONJ IN _ 8 mark 8:mark _ 5-6 I'm _ _ _ _ _ _ _ _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ -6 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ -7 not not ADV RB _ 8 advmod 8:advmod _ +6 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +7 not not PART RB _ 8 advmod 8:advmod _ 8 able able ADJ JJ Degree=Pos 3 parataxis 3:parataxis _ 9 to to PART TO _ 10 mark 10:mark _ 10 participate participate VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ @@ -84553,14 +84583,14 @@ # sent_id = email-enronsent35_01-0045 # newpar id = email-enronsent35_01-p0010 # text = Sara Shackleton@ECT -1 Sara sara X GW _ 0 root 0:root _ -2 Shackleton@ECT shackleton@ect X ADD _ 1 goeswith 1:goeswith _ +1 Sara sarashackleton@ect X GW Typo=Yes 0 root 0:root _ +2 Shackleton@ECT _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent35_01-0046 # text = 09/15/99 08:15 PM -1 09/15/99 09/15/99 NUM CD NumType=Card 0 root 0:root _ -2 08:15 08:15 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 09/15/99 09/15/99 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 08:15 08:15 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent35_01-0047 # text = This call has been changed to 3 pm (Houston time) which is 5 pm (Sao Paulo time). @@ -84570,20 +84600,20 @@ 4 been be AUX VBN Tense=Past|VerbForm=Part 5 aux:pass 5:aux:pass _ 5 changed change VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 to to ADP IN _ 8 case 8:case _ -7 3 3 NUM CD NumType=Card 8 nummod 8:nummod _ -8 pm pm NOUN NN Number=Sing 5 obl 5:obl:to|16:nsubj _ +7 3 3 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ +8 pm p.m. NOUN NN Number=Sing 5 obl 5:obl:to|16:nsubj _ 9 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 10 Houston Houston PROPN NNP Number=Sing 11 compound 11:compound _ -11 time time NOUN NN Number=Sing 8 nmod:npmod 8:nmod:npmod SpaceAfter=No +11 time time NOUN NN Number=Sing 8 nmod:tmod 8:nmod:tmod SpaceAfter=No 12 ) ) PUNCT -RRB- _ 11 punct 11:punct _ 13 which which PRON WDT PronType=Rel 16 nsubj 8:ref _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ -15 5 5 NUM CD NumType=Card 16 nummod 16:nummod _ -16 pm pm NOUN NN Number=Sing 8 acl:relcl 8:acl:relcl _ +15 5 5 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ +16 pm p.m. NOUN NN Number=Sing 8 acl:relcl 8:acl:relcl _ 17 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No 18 Sao Sao PROPN NNP Number=Sing 20 compound 20:compound _ 19 Paulo Paulo PROPN NNP Number=Sing 20 compound 20:compound _ -20 time time NOUN NN Number=Sing 16 nmod:npmod 16:nmod:npmod SpaceAfter=No +20 time time NOUN NN Number=Sing 16 nmod:tmod 16:nmod:tmod SpaceAfter=No 21 ) ) PUNCT -RRB- _ 20 punct 20:punct SpaceAfter=No 22 . . PUNCT . _ 5 punct 5:punct _ @@ -84614,12 +84644,12 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 draft draft NOUN NN Number=Sing 7 nsubj:pass 7:nsubj:pass _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 received receive VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 been be AUX VBN Tense=Past|VerbForm=Part 7 aux:pass 7:aux:pass _ 7 approved approve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 8 by by ADP IN _ 9 case 9:case _ -9 Dan Dan PROPN NNP Number=Sing 7 obl 7:obl:by SpaceAfter=No +9 Dan Dan PROPN NNP Number=Sing 7 obl:agent 7:obl:agent SpaceAfter=No 10 . . PUNCT . _ 7 punct 7:punct _ # sent_id = email-enronsent35_01-0051 @@ -84629,8 +84659,8 @@ 3 would would AUX MD VerbForm=Fin 4 aux 4:aux _ 4 like like VERB VB VerbForm=Inf 9 advcl 9:advcl:if _ 5 this this PRON DT Number=Sing|PronType=Dem 4 obj 4:obj|6:nsubj:xsubj _ -6 executed execute VERB VBN Tense=Past|VerbForm=Part 4 xcomp 4:xcomp SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +6 executed execute VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 xcomp 4:xcomp SpaceAfter=No +7 , , PUNCT , _ 4 punct 4:punct _ 8 please please INTJ UH _ 9 discourse 9:discourse _ 9 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 10 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 9 obj 9:obj|11:nsubj:xsubj _ @@ -84643,15 +84673,15 @@ # sent_id = email-enronsent35_01-0053 # text = Daniel R Castagnola@ENRON_DEVELOPMENT -1 Daniel daniel X GW _ 0 root 0:root _ -2 R r X GW _ 1 goeswith 1:goeswith _ -3 Castagnola@ENRON_DEVELOPMENT castagnola@enron_development X ADD _ 1 goeswith 1:goeswith _ +1 Daniel danielrcastagnola@enron_development X GW Typo=Yes 0 root 0:root _ +2 R _ X GW _ 1 goeswith 1:goeswith _ +3 Castagnola@ENRON_DEVELOPMENT _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent35_01-0054 # text = 05/17/99 01:47 PM -1 05/17/99 05/17/99 NUM CD NumType=Card 0 root 0:root _ -2 01:47 01:47 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 05/17/99 05/17/99 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 01:47 01:47 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent35_01-0055 # text = Sara: @@ -84673,34 +84703,34 @@ # sent_id = email-enronsent35_01-0058 # newpar id = email-enronsent35_01-p0013 # text = Sara Shackleton@ECT -1 Sara sara X GW _ 0 root 0:root _ -2 Shackleton@ECT shackleton@ect X ADD _ 1 goeswith 1:goeswith _ +1 Sara sarashackleton@ect X GW Typo=Yes 0 root 0:root _ +2 Shackleton@ECT _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent35_01-0059 # text = 05/17/99 11:23 AM -1 05/17/99 05/17/99 NUM CD NumType=Card 0 root 0:root _ -2 11:23 11:23 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 05/17/99 05/17/99 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 11:23 11:23 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent35_01-0060 # text = Dan: please see if the attached draft works. 1 Dan Dan PROPN NNP Number=Sing 4 nsubj 4:nsubj SpaceAfter=No -2 : : PUNCT : _ 4 punct 4:punct _ +2 : : PUNCT : _ 1 punct 1:punct _ 3 please please INTJ UH _ 4 discourse 4:discourse _ 4 see see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 5 if if SCONJ IN _ 9 mark 9:mark _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 attached attach VERB VBN Tense=Past|VerbForm=Part 8 amod 8:amod _ +7 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 amod 8:amod _ 8 draft draft NOUN NN Number=Sing 9 nsubj 9:nsubj _ 9 works work VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent35_01-0061 # text = My extension is 35620. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 extension extension NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -4 35620 35620 NUM CD NumType=Card 0 root 0:root SpaceAfter=No +4 35620 35620 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent35_01-0062 @@ -84713,22 +84743,22 @@ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 result result NOUN NN Number=Sing 15 obl 15:obl:as _ 4 of of ADP IN _ 6 case 6:case _ -5 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 luncheon luncheon NOUN NN Number=Sing 3 nmod 3:nmod:of _ 7 with with ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 confirm confirm NOUN NN Number=Sing 10 compound 10:compound _ 10 desk desk NOUN NN Number=Sing 6 nmod 6:nmod:with _ 11 yesterday yesterday NOUN NN Number=Sing 6 nmod:tmod 6:nmod:tmod SpaceAfter=No -12 , , PUNCT , _ 15 punct 15:punct _ +12 , , PUNCT , _ 3 punct 3:punct _ 13 could could AUX MD VerbForm=Fin 15 aux 15:aux _ -14 someone someone PRON NN Number=Sing 15 nsubj 15:nsubj _ +14 someone someone PRON NN Number=Sing|PronType=Ind 15 nsubj 15:nsubj _ 15 develop develop VERB VB VerbForm=Inf 0 root 0:root _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 comprehensive comprehensive ADJ JJ Degree=Pos 18 amod 18:amod _ 18 list list NOUN NN Number=Sing 15 obj 15:obj _ 19 identifying identify VERB VBG VerbForm=Ger 18 acl 18:acl _ -20 all all DET DT _ 22 det 22:det _ +20 all all DET DT PronType=Tot 22 det 22:det _ 21 omnibus omnibus NOUN NN Number=Sing 22 compound 22:compound _ 22 attachments attachment NOUN NNS Number=Plur 19 obj 19:obj SpaceAfter=No 23 ? ? PUNCT . _ 15 punct 15:punct _ @@ -84737,15 +84767,15 @@ # text = If you think any other pertinent information could be included, please feel free to add it. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ -4 any any DET DT _ 7 det 7:det _ +3 think think VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ +4 any any DET DT PronType=Ind 7 det 7:det _ 5 other other ADJ JJ Degree=Pos 7 amod 7:amod _ 6 pertinent pertinent ADJ JJ Degree=Pos 7 amod 7:amod _ 7 information information NOUN NN Number=Sing 10 nsubj:pass 10:nsubj:pass _ 8 could could AUX MD VerbForm=Fin 10 aux 10:aux _ 9 be be AUX VB VerbForm=Inf 10 aux:pass 10:aux:pass _ 10 included include VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 ccomp 3:ccomp SpaceAfter=No -11 , , PUNCT , _ 13 punct 13:punct _ +11 , , PUNCT , _ 3 punct 3:punct _ 12 please please INTJ UH _ 13 discourse 13:discourse _ 13 feel feel VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 14 free free ADJ JJ Degree=Pos 13 xcomp 13:xcomp _ @@ -84766,16 +84796,16 @@ # sent_id = email-enronsent35_01-0067 # text = I e-mailed your assistant earlier this morning and have had no response. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|10:nsubj _ -2 e-mailed e-mail VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 e-mailed e-mail VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 assistant assistant NOUN NN Number=Sing 2 obj 2:obj _ -5 earlier earlier ADV RBR Degree=Cmp 7 advmod 7:advmod _ +5 earlier early ADV RBR Degree=Cmp 7 advmod 7:advmod _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 morning morning NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod _ 8 and and CCONJ CC _ 10 cc 10:cc _ -9 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +9 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 had have VERB VBN Tense=Past|VerbForm=Part 2 conj 2:conj:and _ -11 no no DET DT _ 12 det 12:det _ +11 no no DET DT PronType=Neg 12 det 12:det _ 12 response response NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ @@ -84789,15 +84819,15 @@ 5 phone phone NOUN NN Number=Sing 6 compound 6:compound _ 6 call call NOUN NN Number=Sing 3 obj 3:obj _ 7 for for ADP IN _ 9 case 9:case _ -8 9 9 NUM CD NumType=Card 9 nummod 9:nummod _ -9 am am NOUN NN Number=Sing 3 obl 3:obl:for|16:nsubj _ +8 9 9 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ +9 am a.m. NOUN NN Number=Sing 3 obl 3:obl:for|16:nsubj _ 10 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 11 Houston Houston PROPN NNP Number=Sing 9 appos 9:appos SpaceAfter=No 12 ) ) PUNCT -RRB- _ 11 punct 11:punct _ 13 which which PRON WDT PronType=Rel 16 nsubj 9:ref _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ -15 11 11 NUM CD NumType=Card 16 nummod 16:nummod _ -16 am am NOUN NN Number=Sing 9 acl:relcl 9:acl:relcl _ +15 11 11 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ +16 am a.m. NOUN NN Number=Sing 9 acl:relcl 9:acl:relcl _ 17 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No 18 Sao Sao PROPN NNP Number=Sing 19 compound 19:compound _ 19 Paulo Paulo PROPN NNP Number=Sing 16 appos 16:appos SpaceAfter=No @@ -84805,8 +84835,8 @@ 21 on on ADP IN _ 22 case 22:case _ 22 Friday Friday PROPN NNP Number=Sing 9 nmod 9:nmod:on SpaceAfter=No 23 , , PUNCT , _ 24 punct 24:punct _ -24 Sept. Sept. PROPN NNP Number=Sing 22 appos 22:appos _ -25 17 17 NUM CD NumType=Card 24 nummod 24:nummod SpaceAfter=No +24 Sept. September PROPN NNP Abbr=Yes|Number=Sing 22 appos 22:appos _ +25 17 17 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod SpaceAfter=No 26 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent35_01-0069 @@ -84831,18 +84861,18 @@ 7 for for ADP IN _ 8 case 8:case _ 8 Friday Friday PROPN NNP Number=Sing 6 obl 6:obl:for SpaceAfter=No 9 , , PUNCT , _ 10 punct 10:punct _ -10 Sept. Sept. PROPN NNP Number=Sing 8 appos 8:appos _ -11 17 17 NUM CD NumType=Card 10 nummod 10:nummod _ +10 Sept. September PROPN NNP Abbr=Yes|Number=Sing 8 appos 8:appos _ +11 17 17 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 12 at at ADP IN _ 14 case 14:case _ -13 9 9 NUM CD NumType=Card 14 nummod 14:nummod _ -14 am am NOUN NN Number=Sing 10 nmod 10:nmod:at|21:nsubj _ +13 9 9 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ +14 am a.m. NOUN NN Number=Sing 10 nmod 10:nmod:at|21:nsubj _ 15 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No 16 Houston Houston PROPN NNP Number=Sing 14 nmod:npmod 14:nmod:npmod SpaceAfter=No 17 ) ) PUNCT -RRB- _ 16 punct 16:punct _ 18 which which PRON WDT PronType=Rel 21 nsubj 14:ref _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ -20 11 11 NUM CD NumType=Card 21 nummod 21:nummod _ -21 am am NOUN NN Number=Sing 14 acl:relcl 14:acl:relcl _ +20 11 11 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod _ +21 am a.m. NOUN NN Number=Sing 14 acl:relcl 14:acl:relcl _ 22 ( ( PUNCT -LRB- _ 24 punct 24:punct SpaceAfter=No 23 Sao Sao PROPN NNP Number=Sing 24 compound 24:compound _ 24 Paulo Paulo PROPN NNP Number=Sing 21 nmod:npmod 21:nmod:npmod SpaceAfter=No @@ -84861,7 +84891,7 @@ # sent_id = email-enronsent35_01-0073 # text = If anyone would like to be conferenced in or attend in person, please let me know. 1 If if SCONJ IN _ 4 mark 4:mark _ -2 anyone anyone PRON NN Number=Sing 4 nsubj 4:nsubj|7:nsubj:xsubj|10:nsubj:xsubj _ +2 anyone anyone PRON NN Number=Sing|PronType=Ind 4 nsubj 4:nsubj|7:nsubj:xsubj|10:nsubj:xsubj _ 3 would would AUX MD VerbForm=Fin 4 aux 4:aux _ 4 like like VERB VB VerbForm=Inf 15 advcl 15:advcl:if _ 5 to to PART TO _ 7 mark 7:mark _ @@ -84872,7 +84902,7 @@ 10 attend attend VERB VB VerbForm=Inf 7 conj 4:xcomp|7:conj:or _ 11 in in ADP IN _ 12 case 12:case _ 12 person person NOUN NN Number=Sing 10 obl 10:obl:in SpaceAfter=No -13 , , PUNCT , _ 15 punct 15:punct _ +13 , , PUNCT , _ 4 punct 4:punct _ 14 please please INTJ UH _ 15 discourse 15:discourse _ 15 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 16 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 15 obj 15:obj|17:nsubj:xsubj _ @@ -84897,7 +84927,7 @@ 4 to to ADP IN _ 5 case 5:case _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 3 obl 3:obl:to _ 6 guidelines guideline NOUN NNS Number=Plur 3 obj 3:obj _ -7 prepared prepare VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 prepared prepare VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 for for ADP IN _ 11 case 11:case _ 9 global global ADJ JJ Degree=Pos 10 amod 10:amod _ 10 products product NOUN NNS Number=Plur 11 compound 11:compound _ @@ -84941,7 +84971,7 @@ 2 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No 3 guidelines guideline NOUN NNS Number=Plur 5 nsubj 5:nsubj SpaceAfter=No 4 " " PUNCT '' _ 3 punct 3:punct _ -5 exist exist VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 exist exist VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 in in ADP IN _ 8 case 8:case _ 7 limited limited ADJ JJ Degree=Pos 8 amod 8:amod _ 8 form form NOUN NN Number=Sing 5 obl 5:obl:in _ @@ -84968,17 +84998,17 @@ # text = I'm not exactly certain as to what you are looking for. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 not not PART RB _ 5 advmod 5:advmod _ 4 exactly exactly ADV RB _ 5 advmod 5:advmod _ 5 certain certain ADJ JJ Degree=Pos 0 root 0:root _ -6 as as ADP IN _ 8 case 8:case _ +6 as as ADP IN _ 11 mark 11:mark _ 7 to to SCONJ IN _ 6 fixed 6:fixed _ -8 what what PRON WP PronType=Int 5 obl 5:obl:as_to _ +8 what what PRON WP PronType=Int 11 obl 11:obl:for _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ -11 looking look VERB VBG Tense=Pres|VerbForm=Part 8 acl:relcl 8:acl:relcl _ -12 for for ADP IN _ 11 obl 11:obl SpaceAfter=No +10 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +11 looking look VERB VBG Tense=Pres|VerbForm=Part 5 advcl 5:advcl:as_to _ +12 for for ADP IN _ 8 case 8:case SpaceAfter=No 13 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent35_01-0082 @@ -84987,7 +85017,7 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 foreign foreign ADJ JJ Degree=Pos 4 amod 4:amod _ 4 offices office NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 issues issue NOUN NNS Number=Plur 5 obj 5:obj|10:nsubj _ 7 that that PRON WDT PronType=Rel 10 nsubj 6:ref _ 8 may may AUX MD VerbForm=Fin 10 aux 10:aux _ @@ -85006,10 +85036,10 @@ 21 as as SCONJ IN _ 24 mark 24:mark _ 22 you you PRON PRP Case=Nom|Person=2|PronType=Prs 24 nsubj 24:nsubj _ 23 can can AUX MD VerbForm=Fin 24 aux 24:aux _ -24 get get VERB VB VerbForm=Inf 19 advcl 19:advcl:as _ +24 get get VERB VB VerbForm=Inf 20 advcl 20:advcl:as _ 25 to to ADP IN _ 29 case 29:case _ 26 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ -27 third third ADJ JJ Degree=Pos|NumType=Ord 28 amod 28:amod _ +27 third third ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 28 amod 28:amod _ 28 world world NOUN NN Number=Sing 29 compound 29:compound _ 29 country country NOUN NN Number=Sing 20 obl 20:obl:to SpaceAfter=No 30 ) ) PUNCT -RRB- _ 20 punct 20:punct SpaceAfter=No @@ -85017,7 +85047,7 @@ # sent_id = email-enronsent35_01-0083 # text = One thing that doesn't show up in the attachment is the swap eligibility issue. -1 One one NUM CD NumType=Card 2 nummod 2:nummod _ +1 One one NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 thing thing NOUN NN Number=Sing 15 nsubj 6:nsubj|15:nsubj _ 3 that that PRON WDT PronType=Rel 6 nsubj 2:ref _ 4-5 doesn't _ _ _ _ _ _ _ _ @@ -85040,7 +85070,7 @@ 1 Let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ 3 know know VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ -4 how how SCONJ WRB PronType=Int 7 mark 7:mark _ +4 how how ADV WRB PronType=Int 7 advmod 7:advmod _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 6 can can AUX MD VerbForm=Fin 7 aux 7:aux _ 7 help help VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ @@ -85059,24 +85089,24 @@ # sent_id = email-enronsent35_01-0087 # text = 09/03/99 01:57 PM -1 09/03/99 09/03/99 NUM CD NumType=Card 0 root 0:root _ -2 01:57 01:57 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 09/03/99 09/03/99 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 01:57 01:57 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent35_01-0088 # text = Here it is -- we printed this 2-sided and laminated it. 1 Here here ADV RB PronType=Dem 0 root 0:root _ 2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 1 nsubj 1:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -4 -- -- PUNCT , _ 1 punct 1:punct _ +4 -- -- PUNCT , _ 6 punct 6:punct _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj|12:nsubj _ -6 printed print VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ +6 printed print VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ 7 this this PRON DT Number=Sing|PronType=Dem 6 obj 6:obj _ -8 2 2 NUM CD NumType=Card 10 compound 10:compound SpaceAfter=No -9 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No -10 sided sided ADJ JJ Degree=Pos 6 advmod 6:advmod _ +8 2 2 NUM CD NumForm=Digit|NumType=Card 10 compound 10:compound SpaceAfter=No +9 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No +10 sided sided ADJ JJ Degree=Pos 6 advcl 6:advcl _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 laminated laminate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ +12 laminated laminate VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ 13 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 obj 12:obj SpaceAfter=No 14 . . PUNCT . _ 1 punct 1:punct _ @@ -85096,7 +85126,7 @@ # text = Lunch date later. 1 Lunch lunch NOUN NN Number=Sing 2 compound 2:compound _ 2 date date NOUN NN Number=Sing 0 root 0:root _ -3 later later ADV RB _ 2 advmod 2:advmod SpaceAfter=No +3 later late ADV RBR Degree=Cmp 2 advmod 2:advmod SpaceAfter=No 4 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent35_01-0091 @@ -85112,8 +85142,8 @@ 2 looks look VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 like like SCONJ IN _ 12 mark 12:mark _ 4 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -5 2 2 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +5 2 2 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 day day NOUN NN Number=Sing 9 compound 9:compound _ 8 L/C l/c NOUN NN Number=Sing 9 compound 9:compound _ 9 issue issue NOUN NN Number=Sing 12 nsubj 12:nsubj _ @@ -85138,14 +85168,14 @@ 2 Manogue Manogue PROPN NNP Number=Sing 1 flat 1:flat _ 3 at at ADP IN _ 4 case 4:case _ 4 Tiger Tiger PROPN NNP Number=Sing 1 nmod 1:nmod:at _ -5 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 called call VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 obj 5:obj _ 7 last last ADJ JJ Degree=Pos 8 amod 8:amod _ 8 night night NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ 9 to to PART TO _ 10 mark 10:mark _ 10 say say VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ 11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -12 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 aux 14:aux _ +12 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 aux 14:aux _ 13 finally finally ADV RB _ 14 advmod 14:advmod _ 14 reviewed review VERB VBN Tense=Past|VerbForm=Part 10 ccomp 10:ccomp _ 15 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ @@ -85153,13 +85183,13 @@ 17 ISDA isda NOUN NN Number=Sing 18 compound 18:compound _ 18 doc doc NOUN NN Number=Sing 14 obj 14:obj _ 19 with with SCONJ IN _ 23 mark 23:mark _ -20 all all DET DT _ 22 det 22:det _ -21 agreed agree VERB VBN Tense=Past|VerbForm=Part 22 amod 22:amod _ -22 changes change NOUN NNS Number=Plur 23 nsubj 23:nsubj|26:nsubj _ -23 put put VERB VBN Tense=Past|VerbForm=Part 18 acl 18:acl:with _ +20 all all DET DT PronType=Tot 22 det 22:det _ +21 agreed agree VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 amod 22:amod _ +22 changes change NOUN NNS Number=Plur 23 nsubj:pass 23:nsubj:pass|26:nsubj:pass _ +23 put put VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 acl 18:acl:with _ 24 in in ADP RP _ 23 compound:prt 23:compound:prt _ 25 and and CCONJ CC _ 26 cc 26:cc _ -26 lined line VERB VBN Tense=Past|VerbForm=Part 23 conj 18:acl:with|23:conj:and _ +26 lined line VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 conj 18:acl:with|23:conj:and _ 27 from from ADP IN _ 28 case 28:case _ 28 original original NOUN NN Number=Sing 26 obl 26:obl:from SpaceAfter=No 29 . . PUNCT . _ 5 punct 5:punct _ @@ -85167,7 +85197,7 @@ # sent_id = email-enronsent35_01-0095 # text = He faxed it to you and will have the original Fedexed overnight. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|8:nsubj _ -2 faxed fax VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 faxed fax VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ 4 to to ADP IN _ 5 case 5:case _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 obl 2:obl:to _ @@ -85176,13 +85206,13 @@ 8 have have VERB VB VerbForm=Inf 2 conj 2:conj:and _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 original original ADJ JJ Degree=Pos 8 obj 8:obj|11:nsubj:xsubj _ -11 Fedexed fedex VERB VBN Tense=Past|VerbForm=Part 8 xcomp 8:xcomp _ +11 Fedexed fedex VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 xcomp 8:xcomp _ 12 overnight overnight ADV RB _ 11 advmod 11:advmod SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent35_01-0096 # text = Hope you'll have time to review it today. -1 Hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2-3 you'll _ _ _ _ _ _ _ _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 3 'll will AUX MD VerbForm=Fin 4 aux 4:aux _ @@ -85211,29 +85241,29 @@ # sent_id = email-enronsent35_01-0098 # text = They do not have anything from us in writing confirming the agreed changes. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 have have VERB VB VerbForm=Inf 0 root 0:root _ -5 anything anything PRON NN Number=Sing 4 obj 4:obj _ +5 anything anything PRON NN Number=Sing|PronType=Ind 4 obj 4:obj _ 6 from from ADP IN _ 7 case 7:case _ 7 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 5 nmod 5:nmod:from _ 8 in in ADP IN _ 9 case 9:case _ 9 writing writing NOUN NN Number=Sing 5 nmod 5:nmod:in _ 10 confirming confirm VERB VBG VerbForm=Ger 5 acl 5:acl _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 agreed agree VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ +12 agreed agree VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod _ 13 changes change NOUN NNS Number=Plur 10 obj 10:obj SpaceAfter=No 14 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent35_01-0099 # text = Joe asked that you fax the revised gtee wording that has been agreed (I believe it was our agreeing to reduce the claim period from 15 days down to 5) and the new l/c wording (drops the 2 day period to replace an l/c with a different bank if the first refuses to pay). 1 Joe Joe PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 asked ask VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 5 mark 5:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 fax fax VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ +5 fax fax VERB VB Mood=Sub|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 6 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -7 revised revise VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod _ +7 revised revise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod _ 8 gtee gtee NOUN NN Number=Sing 9 compound 9:compound _ 9 wording wording NOUN NN Number=Sing 5 obj 5:obj|13:nsubj:pass _ 10 that that PRON WDT PronType=Rel 13 nsubj:pass 9:ref _ @@ -85242,22 +85272,22 @@ 13 agreed agree VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 acl:relcl 9:acl:relcl _ 14 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -16 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 parataxis 9:parataxis _ -17 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 expl 20:expl _ +16 believe believe VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 parataxis 9:parataxis _ +17 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 nsubj:outer 20:nsubj:outer _ 18 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 cop 20:cop _ -19 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 20 nsubj 20:nsubj _ +19 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 20 nsubj 20:nsubj|22:nsubj:xsubj _ 20 agreeing agree VERB VBG VerbForm=Ger 16 ccomp 16:ccomp _ 21 to to PART TO _ 22 mark 22:mark _ -22 reduce reduce VERB VB VerbForm=Inf 20 csubj 20:csubj _ +22 reduce reduce VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 24 claim claim NOUN NN Number=Sing 25 compound 25:compound _ 25 period period NOUN NN Number=Sing 22 obj 22:obj _ 26 from from ADP IN _ 28 case 28:case _ -27 15 15 NUM CD NumType=Card 28 nummod 28:nummod _ +27 15 15 NUM CD NumForm=Digit|NumType=Card 28 nummod 28:nummod _ 28 days day NOUN NNS Number=Plur 22 obl 22:obl:from _ 29 down down ADV RB _ 22 advmod 22:advmod _ 30 to to ADP IN _ 31 case 31:case _ -31 5 5 NUM CD NumType=Card 29 obl 29:obl:to SpaceAfter=No +31 5 5 NUM CD NumForm=Digit|NumType=Card 29 obl 29:obl:to SpaceAfter=No 32 ) ) PUNCT -RRB- _ 16 punct 16:punct _ 33 and and CCONJ CC _ 37 cc 37:cc _ 34 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ @@ -85267,7 +85297,7 @@ 38 ( ( PUNCT -LRB- _ 39 punct 39:punct SpaceAfter=No 39 drops drop VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 37 parataxis 37:parataxis _ 40 the the DET DT Definite=Def|PronType=Art 43 det 43:det _ -41 2 2 NUM CD NumType=Card 42 nummod 42:nummod _ +41 2 2 NUM CD NumForm=Digit|NumType=Card 42 nummod 42:nummod _ 42 day day NOUN NN Number=Sing 43 compound 43:compound _ 43 period period NOUN NN Number=Sing 39 obj 39:obj _ 44 to to PART TO _ 45 mark 45:mark _ @@ -85280,7 +85310,7 @@ 51 bank bank NOUN NN Number=Sing 45 obl 45:obl:with _ 52 if if SCONJ IN _ 55 mark 55:mark _ 53 the the DET DT Definite=Def|PronType=Art 54 det 54:det _ -54 first first ADJ JJ Degree=Pos|NumType=Ord 55 nsubj 55:nsubj|57:nsubj:xsubj _ +54 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 55 nsubj 55:nsubj|57:nsubj:xsubj _ 55 refuses refuse VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 45 advcl 45:advcl:if _ 56 to to PART TO _ 57 mark 57:mark _ 57 pay pay VERB VB VerbForm=Inf 55 xcomp 55:xcomp SpaceAfter=No @@ -85290,24 +85320,24 @@ # sent_id = email-enronsent35_01-0100 # text = I know we talked about these issues earlier, but Tiger's lawyers want to get everything agreed in writing now so final docs can be issued for signing, even if we are the one's issuing the gtee and l/c. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 talked talk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +4 talked talk VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 5 about about ADP IN _ 7 case 7:case _ 6 these this DET DT Number=Plur|PronType=Dem 7 det 7:det _ 7 issues issue NOUN NNS Number=Plur 4 obl 4:obl:about _ -8 earlier earlier ADV RB _ 4 advmod 4:advmod SpaceAfter=No +8 earlier early ADV RBR Degree=Cmp 4 advmod 4:advmod SpaceAfter=No 9 , , PUNCT , _ 14 punct 14:punct _ 10 but but CCONJ CC _ 14 cc 14:cc _ 11-12 Tiger's _ _ _ _ _ _ _ _ 11 Tiger Tiger PROPN NNP Number=Sing 13 nmod:poss 13:nmod:poss _ 12 's 's PART POS _ 11 case 11:case _ 13 lawyers lawyer NOUN NNS Number=Plur 14 nsubj 14:nsubj|16:nsubj:xsubj _ -14 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ +14 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ 15 to to PART TO _ 16 mark 16:mark _ 16 get get VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ -17 everything everything PRON NN Number=Sing 16 obj 16:obj _ -18 agreed agree VERB VBN Tense=Past|VerbForm=Part 17 acl 17:acl _ +17 everything everything PRON NN Number=Sing|PronType=Tot 16 obj 16:obj _ +18 agreed agree VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 acl 17:acl _ 19 in in ADP IN _ 20 case 20:case _ 20 writing writing NOUN NN Number=Sing 16 obl 16:obl:in _ 21 now now ADV RB _ 16 advmod 16:advmod _ @@ -85319,13 +85349,13 @@ 27 issued issue VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 advcl 16:advcl:so _ 28 for for ADP IN _ 29 case 29:case _ 29 signing signing NOUN NN Number=Sing 27 obl 27:obl:for SpaceAfter=No -30 , , PUNCT , _ 27 punct 27:punct _ +30 , , PUNCT , _ 36 punct 36:punct _ 31 even even ADV RB _ 36 advmod 36:advmod _ 32 if if SCONJ IN _ 36 mark 36:mark _ 33 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 36 nsubj 36:nsubj _ -34 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 36 cop 36:cop _ +34 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 36 cop 36:cop _ 35 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ -36 one's one' NOUN NNS Number=Plur 27 advcl 27:advcl:if _ +36 one's one NOUN NNS Number=Plur|Typo=Yes 27 advcl 27:advcl:if CorrectForm=ones 37 issuing issue VERB VBG VerbForm=Ger 36 acl 36:acl _ 38 the the DET DT Definite=Def|PronType=Art 39 det 39:det _ 39 gtee gtee NOUN NN Number=Sing 37 obj 37:obj _ @@ -85343,7 +85373,7 @@ 1 Call call VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 if if SCONJ IN _ 4 mark 4:mark _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:if _ +4 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:if _ 5 questions question NOUN NNS Number=Plur 4 obj 4:obj _ 6 or or CCONJ CC _ 13 cc 13:cc _ 7 if if SCONJ IN _ 13 mark 13:mark _ @@ -85351,7 +85381,7 @@ 9 can can AUX MD VerbForm=Fin 13 aux 13:aux _ 10 be be AUX VB VerbForm=Inf 13 cop 13:cop _ 11 of of ADP IN _ 13 case 13:case _ -12 any any DET DT _ 13 det 13:det _ +12 any any DET DT PronType=Ind 13 det 13:det _ 13 help help NOUN NN Number=Sing 4 conj 1:advcl:of|4:conj:or SpaceAfter=No 14 . . PUNCT . _ 1 punct 1:punct _ @@ -85365,7 +85395,7 @@ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 7 could could AUX MD VerbForm=Fin 8 aux 8:aux _ 8 have have VERB VB VerbForm=Inf 5 acl 5:acl _ -9 everything everything PRON NN Number=Sing 8 obj 8:obj|10:nsubj:xsubj _ +9 everything everything PRON NN Number=Sing|PronType=Tot 8 obj 8:obj|10:nsubj:xsubj _ 10 set set ADJ JJ Degree=Pos 8 xcomp 8:xcomp _ 11 to to PART TO _ 12 mark 12:mark _ 12 go go VERB VB VerbForm=Inf 10 advcl 10:advcl:to _ @@ -85376,7 +85406,7 @@ # sent_id = email-enronsent35_01-0104 # text = With best regards, 1 With with ADP IN _ 3 case 3:case _ -2 best best ADJ JJS Degree=Sup 3 amod 3:amod _ +2 best good ADJ JJS Degree=Sup 3 amod 3:amod _ 3 regards regards NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 4 , , PUNCT , _ 3 punct 3:punct _ @@ -85395,7 +85425,7 @@ # text = and Happy New Year too! 1 and and CCONJ CC _ 4 cc 4:cc _ 2 Happy happy ADJ JJ Degree=Pos 4 amod 4:amod _ -3 New New PROPN NNP Number=Sing 4 compound 4:compound _ +3 New New ADJ NNP Degree=Pos 4 amod 4:amod _ 4 Year Year PROPN NNP Number=Sing 0 root 0:root _ 5 too too ADV RB _ 4 advmod 4:advmod SpaceAfter=No 6 ! ! PUNCT . _ 4 punct 4:punct _ @@ -85404,7 +85434,7 @@ # text = To what do I owe this small pleasure? 1 To to ADP IN _ 2 case 2:case _ 2 what what PRON WP PronType=Int 5 obl 5:obl:to _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 5 owe owe VERB VB VerbForm=Inf 0 root 0:root _ 6 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ @@ -85416,11 +85446,11 @@ # text = I'm fine in Texas, still hanging out with Phoebe and Chloe, working hard, etc. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 fine fine ADJ JJ Degree=Pos 0 root 0:root _ 4 in in ADP IN _ 5 case 5:case _ 5 Texas Texas PROPN NNP Number=Sing 3 obl 3:obl:in SpaceAfter=No -6 , , PUNCT , _ 3 punct 3:punct _ +6 , , PUNCT , _ 8 punct 8:punct _ 7 still still ADV RB _ 8 advmod 8:advmod _ 8 hanging hang VERB VBG VerbForm=Ger 3 parataxis 3:parataxis _ 9 out out ADP RP _ 8 compound:prt 8:compound:prt _ @@ -85428,24 +85458,23 @@ 11 Phoebe Phoebe PROPN NNP Number=Sing 8 obl 8:obl:with _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 Chloe Chloe PROPN NNP Number=Sing 11 conj 8:obl:with|11:conj:and SpaceAfter=No -14 , , PUNCT , _ 3 punct 3:punct _ +14 , , PUNCT , _ 15 punct 15:punct _ 15 working work VERB VBG VerbForm=Ger 8 conj 8:conj _ 16 hard hard ADV RB Degree=Pos 15 advmod 15:advmod SpaceAfter=No -17 , , PUNCT , _ 3 punct 3:punct _ -18 etc etc X FW _ 3 advmod 3:advmod SpaceAfter=No +17 , , PUNCT , _ 18 punct 18:punct _ +18 etc etc. NOUN FW Abbr=Yes|Number=Plur 3 parataxis 3:parataxis SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent35_01-0110 # text = Where are you living these days? 1 Where where ADV WRB PronType=Int 4 advmod 4:advmod _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 living live VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 these this DET DT Number=Plur|PronType=Dem 6 det 6:det _ 6 days day NOUN NNS Number=Plur 4 obl:tmod 4:obl:tmod SpaceAfter=No 7 ? ? PUNCT . _ 4 punct 4:punct _ -# TODO: Fix sentence breaks # sent_id = email-enronsent35_01-0111 # text = N.O.? Atlanta? 1 N.O. N.O. PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No @@ -85480,7 +85509,7 @@ # text = I've simply lost track! 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 simply simply ADV RB _ 4 advmod 4:advmod _ 4 lost lose VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 track track NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No @@ -85491,16 +85520,16 @@ 1 As as ADP IN _ 3 case 3:case _ 2 for for ADP IN _ 1 fixed 1:fixed _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 obl 8:obl:as_for SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 well well INTJ UH _ 8 discourse 8:discourse SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|13:nsubj|21:nsubj _ -8 lead lead VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 lead lead VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 simple simple ADJ JJ Degree=Pos 11 amod 11:amod _ 11 life life NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No 12 , , PUNCT , _ 13 punct 13:punct _ -13 own own VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 conj 8:conj _ +13 own own VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 conj 8:conj _ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 15 little little ADJ JJ Degree=Pos 16 amod 16:amod _ 16 house house NOUN NN Number=Sing 13 obj 13:obj _ @@ -85508,13 +85537,13 @@ 18 West West PROPN NNP Number=Sing 19 compound 19:compound _ 19 University University PROPN NNP Number=Sing 16 nmod 16:nmod:in SpaceAfter=No 20 , , PUNCT , _ 21 punct 21:punct _ -21 own own VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 conj 8:conj _ +21 own own VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 conj 8:conj _ 22 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 23 little little ADJ JJ Degree=Pos 24 amod 24:amod _ 24 car car NOUN NN Number=Sing 21 obj 21:obj _ -25 ( ( PUNCT -LRB- _ 41 punct 41:punct SpaceAfter=No +25 ( ( PUNCT -LRB- _ 27 punct 27:punct SpaceAfter=No 26 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 nsubj 27:nsubj|29:nsubj:xsubj _ -27 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 parataxis 8:parataxis _ +27 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 8 parataxis 8:parataxis _ 28 to to PART TO _ 29 mark 29:mark _ 29 buy buy VERB VB VerbForm=Inf 27 xcomp 27:xcomp _ 30 a a DET DT Definite=Ind|PronType=Art 32 det 32:det _ @@ -85523,29 +85552,29 @@ 33 recently recently ADV RB _ 29 advmod 29:advmod _ 34 - - PUNCT , _ 41 punct 41:punct _ 35 the the DET DT Definite=Def|PronType=Art 41 det 41:det _ -36 14 14 NUM CD NumType=Card 38 nummod 38:nummod SpaceAfter=No -37 - - PUNCT HYPH _ 38 punct 38:punct SpaceAfter=No +36 14 14 NUM CD NumForm=Digit|NumType=Card 38 nummod 38:nummod SpaceAfter=No +37 - - PUNCT HYPH _ 36 punct 36:punct SpaceAfter=No 38 year year NOUN NN Number=Sing 39 obl:npmod 39:obl:npmod _ 39 old old ADJ JJ Degree=Pos 41 amod 41:amod _ -40 380 380 PROPN NNP Number=Sing 41 compound 41:compound _ +40 380 380 NUM NNP NumForm=Digit|NumType=Card 41 compound 41:compound _ 41 SE SE PROPN NNP Number=Sing 42 nsubj 42:nsubj|43:nsubj:xsubj _ -42 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 parataxis 8:parataxis _ +42 started start VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 parataxis 8:parataxis _ 43 scaring scare VERB VBG VerbForm=Ger 42 xcomp 42:xcomp _ 44 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 43 obj 43:obj _ 45 a a DET DT Definite=Ind|PronType=Art 46 det 46:det _ 46 bit bit NOUN NN Number=Sing 43 obl:npmod 43:obl:npmod SpaceAfter=No 47 ) ) PUNCT -RRB- _ 42 punct 42:punct SpaceAfter=No -48 , , PUNCT , _ 42 punct 42:punct _ +48 , , PUNCT , _ 50 punct 50:punct _ 49 you you PRON PRP Case=Nom|Person=2|PronType=Prs 50 nsubj 50:nsubj _ -50 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 42 parataxis 42:parataxis SpaceAfter=No -51 , , PUNCT , _ 42 punct 42:punct _ +50 know know VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 42 parataxis 42:parataxis SpaceAfter=No +51 , , PUNCT , _ 53 punct 53:punct _ 52 the the DET DT Definite=Def|PronType=Art 53 det 53:det _ 53 usual usual ADJ JJ Degree=Pos 42 parataxis 42:parataxis SpaceAfter=No -54 . . PUNCT . _ 41 punct 41:punct _ +54 . . PUNCT . _ 8 punct 8:punct _ # sent_id = email-enronsent35_01-0118 # text = Are you selling burgers up and down the east coast? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 selling sell VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 burgers burger NOUN NNS Number=Plur 3 obj 3:obj _ @@ -85559,7 +85588,7 @@ # sent_id = email-enronsent35_01-0119 # text = Have you gone international? -1 Have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|4:nsubj:xsubj _ 3 gone go VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 international international ADJ JJ Degree=Pos 3 xcomp 3:xcomp SpaceAfter=No @@ -85579,7 +85608,7 @@ 1-2 How's _ _ _ _ _ _ _ _ 1 How how ADV WRB PronType=Int 0 root 0:root _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 family family NOUN NN Number=Sing 1 nsubj 1:nsubj SpaceAfter=No 5 ? ? PUNCT . _ 1 punct 1:punct _ @@ -85599,7 +85628,7 @@ 2 weekend weekend NOUN NN Number=Sing 8 obl:tmod 8:obl:tmod _ 3-4 I'm _ _ _ _ _ _ _ _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|11:nsubj _ -4 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +4 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 5 off off ADP IN _ 8 case 8:case _ 6 to to ADP IN _ 8 case 8:case _ 7 Sao Sao PROPN NNP Number=Sing 8 compound 8:compound _ @@ -85620,9 +85649,9 @@ # text = SamChawk@aol.com on 09/11/99 07:48:44 PM 1 SamChawk@aol.com samchawk@aol.com X ADD _ 0 root 0:root _ 2 on on ADP IN _ 3 case 3:case _ -3 09/11/99 09/11/99 NUM CD NumType=Card 1 obl 1:obl:on _ -4 07:48:44 07:48:44 NUM CD NumType=Card 5 nummod 5:nummod _ -5 PM pm NOUN NN Number=Sing 3 nmod:tmod 3:nmod:tmod _ +3 09/11/99 09/11/99 NUM CD NumForm=Digit|NumType=Card 1 obl 1:obl:on _ +4 07:48:44 07:48:44 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ +5 PM p.m. NOUN NN Number=Sing 3 nmod:tmod 3:nmod:tmod _ # sent_id = email-enronsent35_01-0126 # text = Sara- @@ -85632,23 +85661,23 @@ # sent_id = email-enronsent35_01-0127 # text = Happy New Year, stranger! 1 Happy happy ADJ JJ Degree=Pos 3 amod 3:amod _ -2 New New PROPN NNP Number=Sing 3 compound 3:compound _ +2 New New ADJ NNP Degree=Pos 3 amod 3:amod _ 3 Year Year PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ 5 stranger stranger NOUN NN Number=Sing 3 vocative 3:vocative SpaceAfter=No 6 ! ! PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent35_01-0128 # text = Hope all is well. -1 Hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -2 all all DET DT _ 4 nsubj 4:nsubj _ -3 is be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +1 Hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 all all DET DT PronType=Tot 4 nsubj 4:nsubj _ +3 is be AUX VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 well well ADJ JJ Degree=Pos 1 ccomp 1:ccomp SpaceAfter=No 5 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent35_01-0129 # text = Do you miss me? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 miss miss VERB VB VerbForm=Inf 0 root 0:root _ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj 3:obj SpaceAfter=No @@ -85667,8 +85696,8 @@ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 iobj 3:iobj _ 5 that that SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 drafted draft VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ -8 some some DET DT _ 10 det 10:det _ +7 drafted draft VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +8 some some DET DT PronType=Ind 10 det 10:det _ 9 trader trader NOUN NN Number=Sing 10 compound 10:compound _ 10 guidelines guideline NOUN NNS Number=Plur 7 obj 7:obj _ 11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No @@ -85693,16 +85722,16 @@ 7 guidelines guideline NOUN NNS Number=Plur 5 obj 5:obj _ 8 for for ADP IN _ 12 case 12:case _ 9 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -10 Southern Southern PROPN NNP Number=Sing 11 compound 11:compound _ +10 Southern Southern ADJ NNP Degree=Pos 11 amod 11:amod _ 11 Cone Cone PROPN NNP Number=Sing 12 compound 12:compound _ 12 regions region NOUN NNS Number=Plur 7 nmod 7:nmod:for _ 13 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No -14 first first ADV RB _ 15 advmod 15:advmod _ +14 first first ADV RB NumForm=Word|NumType=Ord 15 advmod 15:advmod _ 15 Argentina Argentina PROPN NNP Number=Sing 12 appos 12:appos SpaceAfter=No 16 ) ) PUNCT -RRB- _ 15 punct 15:punct _ 17 and and CCONJ CC _ 18 cc 18:cc _ -18 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ -19 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +18 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +19 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 expertise expertise NOUN NN Number=Sing 24 nsubj 24:nsubj _ 21 would would AUX MD VerbForm=Fin 24 aux 24:aux _ 22 be be AUX VB VerbForm=Inf 24 cop 24:cop _ @@ -85724,7 +85753,7 @@ # text = I'm leaving for Sao Paulo on Saturday but I will be in the office tomorrow. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 leaving leave VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 for for ADP IN _ 6 case 6:case _ 5 Sao Sao PROPN NNP Number=Sing 6 compound 6:compound _ @@ -85743,10 +85772,10 @@ # sent_id = email-enronsent35_01-0135 # text = Thank you for your help. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 for for ADP IN _ 5 case 5:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 help help NOUN NN Number=Sing 1 obl 1:obl:for SpaceAfter=No 6 . . PUNCT . _ 1 punct 1:punct _ @@ -85767,23 +85796,23 @@ 3 ..... ..... PUNCT , _ 2 punct 2:punct SpaceAfter=No 4 ) ) PUNCT -RRB- _ 2 punct 2:punct _ 5 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No -6 iii iii X LS _ 56 nummod 56:nummod SpaceAfter=No +6 iii iii NUM LS NumForm=Roman|NumType=Card 56 nummod 56:nummod SpaceAfter=No 7 ) ) PUNCT -RRB- _ 6 punct 6:punct _ 8 definitive definitive ADJ JJ Degree=Pos 9 amod 9:amod _ 9 agreements agreement NOUN NNS Number=Plur 56 nsubj:pass 56:nsubj:pass|58:nsubj:pass _ 10 acceptable acceptable ADJ JJ Degree=Pos 9 amod 9:amod _ 11 to to ADP IN _ 13 case 13:case _ 12 Party party NOUN NN Number=Sing 13 compound 13:compound _ -13 A a NOUN NN Number=Sing 10 obl 10:obl:to _ +13 A A NOUN NN Number=Sing 10 obl 10:obl:to _ 14 in in ADP IN _ 17 case 17:case _ -15 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 16 sole sole ADJ JJ Degree=Pos 17 amod 17:amod _ 17 discretion discretion NOUN NN Number=Sing 13 nmod 13:nmod:in _ 18 regarding regard VERB VBG VerbForm=Ger 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 debt debt NOUN NN Number=Sing 17 nmod 17:nmod:regarding _ 21 and and CCONJ CC _ 24 cc 24:cc _ -22 all all DET DT _ 24 det 24:det _ +22 all all DET DT PronType=Tot 24 det 24:det _ 23 other other ADJ JJ Degree=Pos 24 amod 24:amod _ 24 aspects aspect NOUN NNS Number=Plur 9 conj 9:conj:and|56:nsubj:pass _ 25 of of ADP IN _ 28 case 28:case _ @@ -85795,13 +85824,13 @@ 31 owned own VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 28 acl 28:acl:to _ 32 by by ADP IN _ 34 case 34:case _ 33 Party party NOUN NN Number=Sing 34 compound 34:compound _ -34 B b NOUN NN Number=Sing 31 obl 31:obl:by SpaceAfter=No +34 B B NOUN NN Number=Sing 31 obl:agent 31:obl:agent SpaceAfter=No 35 ] ] PUNCT -RRB- _ 28 punct 28:punct SpaceAfter=No -36 , , PUNCT , _ 24 punct 24:punct _ +36 , , PUNCT , _ 45 punct 45:punct _ 37 including include VERB VBG VerbForm=Ger 45 case 45:case _ 38 but but CCONJ CC _ 40 cc 40:cc _ 39 not not PART RB _ 40 advmod 40:advmod _ -40 limited limit VERB VBN Tense=Past|VerbForm=Part 37 conj 37:conj:but _ +40 limited limit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 37 conj 37:conj:but _ 41 to to ADP IN _ 40 obl 40:obl _ 42 the the DET DT Definite=Def|PronType=Art 45 det 45:det _ 43 senior senior ADJ JJ Degree=Pos 45 amod 45:amod _ @@ -85810,16 +85839,16 @@ 46 , , PUNCT , _ 47 punct 47:punct _ 47 commitments commitment NOUN NNS Number=Plur 45 conj 24:nmod:including|45:conj:but _ 48 and and CCONJ CC _ 51 cc 51:cc _ -49 all all DET DT _ 51 det 51:det _ +49 all all DET DT PronType=Tot 51 det 51:det _ 50 project project NOUN NN Number=Sing 51 compound 51:compound _ 51 documents document NOUN NNS Number=Plur 45 conj 24:nmod:including|45:conj:but SpaceAfter=No -52 , , PUNCT , _ 56 punct 56:punct _ -53 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 56 aux 56:aux _ +52 , , PUNCT , _ 9 punct 9:punct _ +53 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 56 aux 56:aux _ 54 been be AUX VBN Tense=Past|VerbForm=Part 56 aux:pass 56:aux:pass _ 55 fully fully ADV RB _ 56 advmod 56:advmod _ 56 negotiated negotiate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 57 and and CCONJ CC _ 58 cc 58:cc _ -58 executed execute VERB VBN Tense=Past|VerbForm=Part 56 conj 56:conj:and _ +58 executed execute VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 56 conj 56:conj:and _ 59 and and CCONJ CC _ 66 cc 66:cc _ 60 the the DET DT Definite=Def|PronType=Art 62 det 62:det _ 61 [ [ PUNCT -LRB- _ 62 punct 62:punct SpaceAfter=No @@ -85844,21 +85873,21 @@ # sent_id = email-enronsent35_01-0141 # text = 09/17/99 04:50 AM -1 09/17/99 09/17/99 NUM CD NumType=Card 0 root 0:root _ -2 04:50 04:50 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 09/17/99 09/17/99 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 04:50 04:50 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent35_01-0142 # text = Sara, here are the trader guidelines I developed for UK gas, UK power and Nordic power. 1 Sara Sara PROPN NNP Number=Sing 3 vocative 3:vocative SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 here here ADV RB PronType=Dem 0 root 0:root _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 trader trader NOUN NN Number=Sing 7 compound 7:compound _ 7 guidelines guideline NOUN NNS Number=Plur 3 nsubj 3:nsubj _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 developed develop VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +9 developed develop VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 10 for for ADP IN _ 12 case 12:case _ 11 UK UK PROPN NNP Number=Sing 12 compound 12:compound _ 12 gas gas PROPN NNP Number=Sing 9 obl 9:obl:for SpaceAfter=No @@ -85866,7 +85895,7 @@ 14 UK UK PROPN NNP Number=Sing 15 compound 15:compound _ 15 power power PROPN NNP Number=Sing 12 conj 9:obl:for|12:conj:and _ 16 and and CCONJ CC _ 18 cc 18:cc _ -17 Nordic Nordic PROPN NNP Number=Sing 18 compound 18:compound _ +17 Nordic Nordic ADJ NNP Degree=Pos 18 amod 18:amod _ 18 power power PROPN NNP Number=Sing 12 conj 9:obl:for|12:conj:and SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ @@ -85874,9 +85903,9 @@ # newpar id = email-enronsent35_01-p0023 # text = I assume you need both gas and power. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 assume assume VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 assume assume VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +4 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 5 both both CCONJ CC _ 6 cc:preconj 6:cc:preconj _ 6 gas gas NOUN NN Number=Sing 4 obj 4:obj _ 7 and and CCONJ CC _ 8 cc 8:cc _ @@ -85886,9 +85915,9 @@ # sent_id = email-enronsent35_01-0144 # text = These are to some extent country or market specific. 1 These this PRON DT Number=Plur|PronType=Dem 9 nsubj 9:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 3 to to ADP IN _ 5 case 5:case _ -4 some some DET DT _ 5 det 5:det _ +4 some some DET DT PronType=Ind 5 det 5:det _ 5 extent extent NOUN NN Number=Sing 9 obl 9:obl:to _ 6 country country NOUN NN Number=Sing 9 obl:npmod 9:obl:npmod _ 7 or or CCONJ CC _ 8 cc 8:cc _ @@ -85901,13 +85930,13 @@ 1 As as SCONJ IN _ 4 mark 4:mark _ 2 these this DET DT Number=Plur|PronType=Dem 3 det 3:det _ 3 guidelines guideline NOUN NNS Number=Plur 4 nsubj 4:nsubj|7:nsubj:xsubj _ -4 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:as _ +4 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:as _ 5 to to PART TO _ 7 mark 7:mark _ 6 be be AUX VB VerbForm=Inf 7 aux:pass 7:aux:pass _ 7 approved approve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 xcomp 4:xcomp _ 8 by by ADP IN _ 9 case 9:case _ -9 Houston Houston PROPN NNP Number=Sing 7 obl 7:obl:by SpaceAfter=No -10 , , PUNCT , _ 13 punct 13:punct _ +9 Houston Houston PROPN NNP Number=Sing 7 obl:agent 7:obl:agent SpaceAfter=No +10 , , PUNCT , _ 4 punct 4:punct _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 12 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 copying copy VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ @@ -85932,9 +85961,9 @@ # sent_id = email-enronsent35_01-0148 # text = 09/16/99 09:48 PM -1 09/16/99 09/16/99 NUM CD NumType=Card 0 root 0:root _ -2 09:48 09:48 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 09/16/99 09/16/99 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 09:48 09:48 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent35_01-0149 # text = Mark Elliott tells me that you drafted some trader guidelines (physical and financial) for the London traders. @@ -85944,8 +85973,8 @@ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 iobj 3:iobj _ 5 that that SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 drafted draft VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ -8 some some DET DT _ 10 det 10:det _ +7 drafted draft VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +8 some some DET DT PronType=Ind 10 det 10:det _ 9 trader trader NOUN NN Number=Sing 10 compound 10:compound _ 10 guidelines guideline NOUN NNS Number=Plur 7 obj 7:obj _ 11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No @@ -85970,16 +85999,16 @@ 7 guidelines guideline NOUN NNS Number=Plur 5 obj 5:obj _ 8 for for ADP IN _ 12 case 12:case _ 9 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -10 Southern Southern PROPN NNP Number=Sing 11 compound 11:compound _ +10 Southern Southern ADJ NNP Degree=Pos 11 amod 11:amod _ 11 Cone Cone PROPN NNP Number=Sing 12 compound 12:compound _ 12 regions region NOUN NNS Number=Plur 7 nmod 7:nmod:for _ 13 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No -14 first first ADV RB _ 15 advmod 15:advmod _ +14 first first ADV RB NumForm=Word|NumType=Ord 15 advmod 15:advmod _ 15 Argentina Argentina PROPN NNP Number=Sing 12 appos 12:appos SpaceAfter=No 16 ) ) PUNCT -RRB- _ 15 punct 15:punct _ 17 and and CCONJ CC _ 18 cc 18:cc _ -18 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ -19 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +18 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +19 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 expertise expertise NOUN NN Number=Sing 24 nsubj 24:nsubj _ 21 would would AUX MD VerbForm=Fin 24 aux 24:aux _ 22 be be AUX VB VerbForm=Inf 24 cop 24:cop _ @@ -86001,7 +86030,7 @@ # text = I'm leaving for Sao Paulo on Saturday but I will be in the office tomorrow. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 leaving leave VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 for for ADP IN _ 6 case 6:case _ 5 Sao Sao PROPN NNP Number=Sing 6 compound 6:compound _ @@ -86020,10 +86049,10 @@ # sent_id = email-enronsent35_01-0153 # text = Thank you for your help. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 for for ADP IN _ 5 case 5:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 help help NOUN NN Number=Sing 1 obl 1:obl:for SpaceAfter=No 6 . . PUNCT . _ 1 punct 1:punct _ @@ -86041,21 +86070,21 @@ 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 review review VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 attached attach VERB VBN Tense=Past|VerbForm=Part 5 amod 5:amod _ +4 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 amod 5:amod _ 5 memo memo NOUN NN Number=Sing 2 obj 2:obj _ 6 to to PART TO _ 7 mark 7:mark _ 7 verify verify VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ 8 that that SCONJ IN _ 11 mark 11:mark _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -10 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 identified identify VERB VBN Tense=Past|VerbForm=Part 7 ccomp 7:ccomp _ -12 all all DET DT _ 11 obj 11:obj _ +12 all all DET DT PronType=Tot 11 obj 11:obj _ 13 of of ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -15 products product NOUN NNS Number=Plur 12 nmod 12:nmod:of|19:obj _ -16 that that PRON WDT PronType=Rel 19 obj 15:ref _ +15 products product NOUN NNS Number=Plur 12 nmod 12:nmod:of|21:obj _ +16 that that PRON WDT PronType=Rel 21 obj 15:ref _ 17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 19 nsubj 19:nsubj _ -18 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ +18 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 19 interested interested ADJ JJ Degree=Pos 15 acl:relcl 15:acl:relcl _ 20 in in SCONJ IN _ 21 mark 21:mark _ 21 trading trade VERB VBG VerbForm=Ger 19 advcl 19:advcl:in _ @@ -86073,16 +86102,16 @@ 6 Paulo Paulo PROPN NNP Number=Sing 0 root 0:root _ 7 on on ADP IN _ 10 case 10:case _ 8 Monday Monday PROPN NNP Number=Sing 10 compound 10:compound SpaceAfter=No -9 , , PUNCT , _ 10 punct 10:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10 September September PROPN NNP Number=Sing 6 obl 6:obl:on _ -11 20 20 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No -12 , , PUNCT , _ 10 punct 10:punct _ -13 1999 1999 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No +11 20 20 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No +12 , , PUNCT , _ 13 punct 13:punct _ +13 1999 1999 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No 14 . . PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent35_01-0158 # text = Thank you, -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No 3 , , PUNCT , _ 1 punct 1:punct _ @@ -86095,24 +86124,24 @@ # newpar id = email-enronsent05_02-p0001 # text = JMB 1 JMB JMB PROPN NNP Number=Sing 0 root 0:root _ -2 < < PUNCT -LRB- _ 1 punct 1:punct SpaceAfter=No +2 < < PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No 3 JBennett@GMSSR.com jbennett@gmssr.com X ADD _ 1 appos 1:appos SpaceAfter=No 4 > > PUNCT -RRB- _ 1 punct 1:punct _ # sent_id = email-enronsent05_02-0002 # text = 12/22/2000 06:28 PM -1 12/22/2000 12/22/2000 NUM CD NumType=Card 0 root 0:root _ -2 06:28 06:28 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 12/22/2000 12/22/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 06:28 06:28 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent05_02-0003 # text = Parties, attached is the promised ruling that provides procedural guidance for the hearings on 12/27 and 12/28. 1 Parties party NOUN NNS Number=Plur 3 vocative 3:vocative SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ -3 attached attach VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 promised promise VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +6 promised promise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 ruling ruling NOUN NN Number=Sing 3 nsubj:pass 3:nsubj:pass|9:nsubj _ 8 that that PRON WDT PronType=Rel 9 nsubj 7:ref _ 9 provides provide VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ @@ -86122,9 +86151,9 @@ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 hearings hearing NOUN NNS Number=Plur 11 nmod 11:nmod:for _ 15 on on ADP IN _ 16 case 16:case _ -16 12/27 12/27 NUM CD NumType=Card 9 obl 9:obl:on _ +16 12/27 12/27 NUM CD NumForm=Digit|NumType=Card 9 obl 9:obl:on _ 17 and and CCONJ CC _ 18 cc 18:cc _ -18 12/28 12/28 NUM CD NumType=Card 16 conj 9:obl:on|16:conj:and SpaceAfter=No +18 12/28 12/28 NUM CD NumForm=Digit|NumType=Card 16 conj 9:obl:on|16:conj:and SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent05_02-0004 @@ -86134,7 +86163,7 @@ 3 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 4 also also ADV RB _ 6 advmod 6:advmod _ 5 be be AUX VB VerbForm=Inf 6 aux:pass 6:aux:pass _ -6 posted post VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +6 posted post VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 on on ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 web web NOUN NN Number=Sing 10 compound 10:compound _ @@ -86147,14 +86176,14 @@ # sent_id = email-enronsent05_02-0005 # text = Thank you for your patience and I hope you can take a few moments to enjoy the holidays. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 for for ADP IN _ 5 case 5:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 patience patience NOUN NN Number=Sing 1 obl 1:obl:for _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 conj 1:conj:and _ +8 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 conj 1:conj:and _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ 10 can can AUX MD VerbForm=Fin 11 aux 11:aux _ 11 take take VERB VB VerbForm=Inf 8 ccomp 8:ccomp _ @@ -86169,7 +86198,7 @@ # sent_id = email-enronsent05_02-0006 # text = --Angela Minkin Administrative Law Judge -1 -- -- PUNCT NFP _ 2 nmod 2:nmod SpaceAfter=No +1 -- -- PUNCT NFP _ 2 punct 2:punct SpaceAfter=No 2 Angela Angela PROPN NNP Number=Sing 0 root 0:root _ 3 Minkin Minkin PROPN NNP Number=Sing 2 flat 2:flat _ 4 Administrative administrative ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -86179,7 +86208,7 @@ # sent_id = email-enronsent05_02-0007 # text = <<1%P701!.doc>> 1 << << PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No -2 1%P701!.doc 1%p701!.doc SYM NN Number=Sing 0 root 0:root SpaceAfter=No +2 1%P701!.doc 1%P701!.doc SYM NN Number=Sing 0 root 0:root SpaceAfter=No 3 >> >> PUNCT -RRB- _ 2 punct 2:punct _ # sent_id = email-enronsent05_02-0008 @@ -86187,38 +86216,38 @@ 1 Note note VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 that that SCONJ IN _ 6 mark 6:mark _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ -4 communication communication NOUN NN Number=Sing 6 nsubj 6:nsubj|8:nsubj _ +4 communication communication NOUN NN Number=Sing 6 nsubj 6:nsubj|8:nsubj:pass _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 confidential confidential ADJ JJ Degree=Pos 1 ccomp 1:ccomp SpaceAfter=No 7 , , PUNCT , _ 8 punct 8:punct _ -8 covered cover VERB VBN Tense=Past|VerbForm=Part 6 conj 1:ccomp|6:conj _ +8 covered cover VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 conj 1:ccomp|6:conj _ 9 by by ADP IN _ 13 case 13:case _ 10-11 CA's _ _ _ _ _ _ _ _ 10 CA CA PROPN NNP Number=Sing 13 nmod:poss 13:nmod:poss _ 11 's 's PART POS _ 10 case 10:case _ 12 settlement settlement NOUN NN Number=Sing 13 compound 13:compound _ -13 rules rule NOUN NNS Number=Plur 8 obl 8:obl:by SpaceAfter=No +13 rules rule NOUN NNS Number=Plur 8 obl:agent 8:obl:agent SpaceAfter=No 14 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent05_02-0009 # text = "Lindh, Frank (Law)" 1 " " PUNCT `` _ 2 punct 2:punct SpaceAfter=No 2 Lindh Lindh PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 Frank Frank PROPN NNP Number=Sing 2 flat 2:flat _ -5 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No +5 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No 6 Law Law PROPN NNP Number=Sing 2 appos 2:appos SpaceAfter=No -7 ) ) PUNCT -RRB- _ 2 punct 2:punct SpaceAfter=No +7 ) ) PUNCT -RRB- _ 6 punct 6:punct SpaceAfter=No 8 " " PUNCT '' _ 2 punct 2:punct _ -9 < < PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No -10 FRL3@pge.com frl3@pge.com X ADD _ 2 appos 2:appos SpaceAfter=No +9 < < PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No +10 FRL3@pge.com FRL3@pge.com X ADD _ 2 appos 2:appos SpaceAfter=No 11 > > PUNCT -RRB- _ 2 punct 2:punct _ # sent_id = email-enronsent05_02-0010 # text = 12/21/2000 07:50 PM -1 12/21/2000 12/21/2000 NUM CD NumType=Card 0 root 0:root _ -2 07:50 07:50 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 12/21/2000 12/21/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 07:50 07:50 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent05_02-0011 # text = Confidential Settlement Document Per CPUC Rule 51 @@ -86228,13 +86257,13 @@ 4 Per per ADP IN _ 6 case 6:case _ 5 CPUC CPUC PROPN NNP Number=Sing 6 compound 6:compound _ 6 Rule rule NOUN NN Number=Sing 3 nmod 3:nmod:per _ -7 51 51 NUM CD NumType=Card 6 nummod 6:nummod _ +7 51 51 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ # sent_id = email-enronsent05_02-0012 # text = Gas Accord II Settlement Participants: 1 Gas gas NOUN NN Number=Sing 2 compound 2:compound _ 2 Accord accord NOUN NN Number=Sing 4 compound 4:compound _ -3 II ii NUM CD NumType=Card 2 nummod 2:nummod _ +3 II II NUM CD NumForm=Roman|NumType=Card 2 nummod 2:nummod _ 4 Settlement settlement NOUN NN Number=Sing 5 compound 5:compound _ 5 Participants participant NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 6 : : PUNCT : _ 5 punct 5:punct _ @@ -86244,14 +86273,15 @@ # text = Attached is PG&E's Gas Accord II (GA II) Settlement Proposal. 1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ -3 PG&E PG&E PROPN NNP Number=Sing 13 nmod:poss 13:nmod:poss SpaceAfter=No +3-4 PG&E's _ _ _ _ _ _ _ _ +3 PG&E PG&E PROPN NNP Number=Sing 13 nmod:poss 13:nmod:poss _ 4 's 's PART POS _ 3 case 3:case _ 5 Gas gas NOUN NN Number=Sing 6 compound 6:compound _ 6 Accord accord NOUN NN Number=Sing 13 compound 13:compound _ -7 II ii NUM CD NumType=Card 6 nummod 6:nummod _ +7 II II NUM CD NumForm=Roman|NumType=Card 6 nummod 6:nummod _ 8 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No 9 GA ga NOUN NN Number=Sing 6 appos 6:appos _ -10 II ii NUM CD NumType=Card 9 nummod 9:nummod SpaceAfter=No +10 II II NUM CD NumForm=Roman|NumType=Card 9 nummod 9:nummod SpaceAfter=No 11 ) ) PUNCT -RRB- _ 9 punct 9:punct _ 12 Settlement settlement NOUN NN Number=Sing 13 compound 13:compound _ 13 Proposal proposal NOUN NN Number=Sing 1 nsubj:pass 1:nsubj:pass SpaceAfter=No @@ -86260,7 +86290,7 @@ # sent_id = email-enronsent05_02-0014 # text = We believe it addresses many of the issues and concerns you have raised in the workshops. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 believe believe VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 4 addresses address VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 5 many many ADJ JJ Degree=Pos 4 obj 4:obj _ @@ -86270,7 +86300,7 @@ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 concerns concern NOUN NNS Number=Plur 8 conj 5:nmod:of|8:conj:and _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ -12 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +12 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 raised raise VERB VBN Tense=Past|VerbForm=Part 8 acl:relcl 8:acl:relcl _ 14 in in ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -86282,11 +86312,11 @@ 1 As as ADP IN _ 3 case 3:case _ 2 an a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 overview overview NOUN NN Number=Sing 9 obl 9:obl:as SpaceAfter=No -4 , , PUNCT , _ 9 punct 9:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 proposal proposal NOUN NN Number=Sing 9 nsubj 9:nsubj SpaceAfter=No -7 : : PUNCT : _ 9 punct 9:punct _ -8 * * PUNCT NFP _ 9 punct 9:punct _ +7 : : PUNCT : _ 6 punct 6:punct _ +8 * * PUNCT NFP _ 6 punct 6:punct _ 9 Maintains maintain VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 10 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 11 basic basic ADJ JJ Degree=Pos 14 amod 14:amod _ @@ -86299,9 +86329,9 @@ 18 for for ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 period period NOUN NN Number=Sing 9 obl 9:obl:for _ -21 2003 2003 NUM CD NumType=Card 20 compound 20:compound _ +21 2003 2003 NUM CD NumForm=Digit|NumType=Card 20 compound 20:compound _ 22 to to ADP IN _ 23 case 23:case _ -23 2007 2007 NUM CD NumType=Card 21 nmod 21:nmod:to SpaceAfter=No +23 2007 2007 NUM CD NumForm=Digit|NumType=Card 21 nmod 21:nmod:to SpaceAfter=No 24 . . PUNCT . _ 9 punct 9:punct _ 25 * * PUNCT NFP _ 9 punct 9:punct _ @@ -86314,8 +86344,8 @@ 5 transportation transportation NOUN NN Number=Sing 6 compound 6:compound _ 6 rates rate NOUN NNS Number=Plur 2 obj 2:obj _ 7 for for ADP IN _ 8 case 8:case _ -8 2003 2003 NUM CD NumType=Card 6 nmod 6:nmod:for _ -9 lower lower ADJ JJR Degree=Cmp 6 amod 6:amod _ +8 2003 2003 NUM CD NumForm=Digit|NumType=Card 6 nmod 6:nmod:for _ +9 lower low ADJ JJR Degree=Cmp 6 amod 6:amod _ 10 for for ADP IN _ 12 case 12:case _ 11 most most ADJ JJS Degree=Sup 12 amod 12:amod _ 12 customers customer NOUN NNS Number=Plur 9 obl 9:obl:for _ @@ -86332,7 +86362,7 @@ 1 * * PUNCT NFP _ 2 punct 2:punct _ 2 Provides provide VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 for for ADP IN _ 7 case 7:case _ -4 vintaged vintage VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +4 vintaged vintage VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 5 Redwood redwood NOUN NN Number=Sing 7 compound 7:compound _ 6 path path NOUN NN Number=Sing 7 compound 7:compound _ 7 rates rate NOUN NNS Number=Plur 2 obl 2:obl:for _ @@ -86347,7 +86377,7 @@ 1 * * PUNCT NFP _ 2 punct 2:punct _ 2 Offers offer VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -4 7.5 7.5 NUM CD NumType=Card 5 nummod 5:nummod _ +4 7.5 7.5 NUM CD NumForm=Digit|NumType=Frac 5 nummod 5:nummod _ 5 cent cent NOUN NN Number=Sing 8 compound 8:compound SpaceAfter=No 6 / / SYM SYM _ 7 case 7:case SpaceAfter=No 7 dth dth ADJ JJ Degree=Pos 5 nmod 5:nmod _ @@ -86362,7 +86392,7 @@ 16 to to ADP IN _ 18 case 18:case _ 17 other other ADJ JJ Degree=Pos 18 amod 18:amod _ 18 customers customer NOUN NNS Number=Plur 15 nmod 15:nmod:to SpaceAfter=No -19 , , PUNCT , _ 13 punct 13:punct _ +19 , , PUNCT , _ 20 punct 20:punct _ 20 minimizing minimize VERB VBG VerbForm=Ger 13 advcl 13:advcl _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 incentive incentive NOUN NN Number=Sing 20 obj 20:obj _ @@ -86378,9 +86408,9 @@ 32 charges charge NOUN NNS Number=Plur 29 obj 29:obj _ 33 and and CCONJ CC _ 38 cc 38:cc _ 34 other other ADJ JJ Degree=Pos 38 amod 38:amod _ -35 CPUC CPUC PROPN NNP Number=Sing 37 nsubj 37:nsubj SpaceAfter=No -36 - - PUNCT HYPH _ 37 punct 37:punct SpaceAfter=No -37 approved approve VERB VBN Tense=Past|VerbForm=Part 38 amod 38:amod _ +35 CPUC CPUC PROPN NNP Number=Sing 37 compound 37:compound SpaceAfter=No +36 - - PUNCT HYPH _ 35 punct 35:punct SpaceAfter=No +37 approved approve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 38 amod 38:amod _ 38 charges charge NOUN NNS Number=Plur 32 conj 29:obj|32:conj:and SpaceAfter=No 39 . . PUNCT . _ 2 punct 2:punct _ 40 * * PUNCT NFP _ 2 punct 2:punct _ @@ -86389,13 +86419,13 @@ # text = * Adopts guidelines to improve reliability and help moderate prices in gas commodity markets, and identifies the capital projects needed to meet these guidelines over the course of the GA II period (2003-2007). * 1 * * PUNCT NFP _ 2 punct 2:punct _ 2 Adopts adopt VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 guidelines guideline NOUN NNS Number=Plur 2 obj 2:obj _ +3 guidelines guideline NOUN NNS Number=Plur 2 obj 2:obj|5:nsubj|8:nsubj|9:nsubj:xsubj _ 4 to to PART TO _ 5 mark 5:mark _ -5 improve improve VERB VB VerbForm=Inf 3 acl 3:acl:to _ +5 improve improve VERB VB VerbForm=Inf 3 acl 3:acl:relcl _ 6 reliability reliability NOUN NN Number=Sing 5 obj 5:obj _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 help help VERB VB VerbForm=Inf 5 conj 3:acl:to|5:conj:and _ -9 moderate moderate VERB VB VerbForm=Inf 8 ccomp 8:ccomp _ +9 moderate moderate VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 10 prices price NOUN NNS Number=Plur 9 obj 9:obj _ 11 in in ADP IN _ 14 case 14:case _ 12 gas gas NOUN NN Number=Sing 14 compound 14:compound _ @@ -86407,7 +86437,7 @@ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 19 capital capital NOUN NN Number=Sing 20 compound 20:compound _ 20 projects project NOUN NNS Number=Plur 17 obj 17:obj _ -21 needed need VERB VBN Tense=Past|VerbForm=Part 20 acl 20:acl _ +21 needed need VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 acl 20:acl _ 22 to to PART TO _ 23 mark 23:mark _ 23 meet meet VERB VB VerbForm=Inf 21 advcl 21:advcl:to _ 24 these this DET DT Number=Plur|PronType=Dem 25 det 25:det _ @@ -86418,13 +86448,13 @@ 29 of of ADP IN _ 33 case 33:case _ 30 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 31 GA ga NOUN NN Number=Sing 33 compound 33:compound _ -32 II ii NUM CD NumType=Card 31 nummod 31:nummod _ +32 II II NUM CD NumForm=Roman|NumType=Card 31 nummod 31:nummod _ 33 period period NOUN NN Number=Sing 28 nmod 28:nmod:of _ -34 ( ( PUNCT -LRB- _ 33 punct 33:punct SpaceAfter=No -35 2003 2003 NUM CD NumType=Card 33 appos 33:appos SpaceAfter=No +34 ( ( PUNCT -LRB- _ 35 punct 35:punct SpaceAfter=No +35 2003 2003 NUM CD NumForm=Digit|NumType=Card 33 appos 33:appos SpaceAfter=No 36 - - SYM SYM _ 37 case 37:case SpaceAfter=No -37 2007 2007 NUM CD NumType=Card 35 nmod 35:nmod SpaceAfter=No -38 ) ) PUNCT -RRB- _ 33 punct 33:punct SpaceAfter=No +37 2007 2007 NUM CD NumForm=Digit|NumType=Card 35 nmod 35:nmod SpaceAfter=No +38 ) ) PUNCT -RRB- _ 35 punct 35:punct SpaceAfter=No 39 . . PUNCT . _ 2 punct 2:punct _ 40 * * PUNCT NFP _ 2 punct 2:punct _ @@ -86438,10 +86468,10 @@ 6 of of ADP IN _ 8 case 8:case _ 7 rate rate NOUN NN Number=Sing 8 compound 8:compound _ 8 stability stability NOUN NN Number=Sing 5 nmod 5:nmod:of SpaceAfter=No -9 , , PUNCT , _ 2 punct 2:punct _ +9 , , PUNCT , _ 14 punct 14:punct _ 10 with with ADP IN _ 14 case 14:case _ 11 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ -12 3.5 3.5 NUM CD NumType=Card 13 nummod 13:nummod SpaceAfter=No +12 3.5 3.5 NUM CD NumForm=Digit|NumType=Frac 13 nummod 13:nummod SpaceAfter=No 13 % % SYM NN Number=Sing 14 compound 14:compound _ 14 escalator escalator NOUN NN Number=Sing 2 obl 2:obl:with _ 15 to to PART TO _ 16 mark 16:mark _ @@ -86452,7 +86482,7 @@ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 cost cost NOUN NN Number=Sing 18 conj 16:obj|18:conj:and _ 22 of of ADP IN _ 25 case 25:case _ -23 needed need VERB VBN Tense=Past|VerbForm=Part 25 amod 25:amod _ +23 needed need VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 amod 25:amod _ 24 capital capital NOUN NN Number=Sing 25 compound 25:compound _ 25 projects project NOUN NNS Number=Plur 21 nmod 21:nmod:of SpaceAfter=No 26 . . PUNCT . _ 2 punct 2:punct _ @@ -86460,7 +86490,7 @@ # sent_id = email-enronsent05_02-0021 # text = The guaranteed rates will be adjustable only for significant changes in the cost of capital or increased costs due to governmental requirements or catastrophic events. * 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 guaranteed guarantee VERB VBN Tense=Past|VerbForm=Part 3 amod 3:amod _ +2 guaranteed guarantee VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 amod 3:amod _ 3 rates rate NOUN NNS Number=Plur 6 nsubj 6:nsubj _ 4 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 5 be be AUX VB VerbForm=Inf 6 cop 6:cop _ @@ -86475,7 +86505,7 @@ 14 of of ADP IN _ 15 case 15:case _ 15 capital capital NOUN NN Number=Sing 13 nmod 13:nmod:of _ 16 or or CCONJ CC _ 18 cc 18:cc _ -17 increased increase VERB VBN Tense=Past|VerbForm=Part 18 amod 18:amod _ +17 increased increase VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 amod 18:amod _ 18 costs cost NOUN NNS Number=Plur 10 conj 6:obl:for|10:conj:or _ 19 due due ADP IN _ 22 case 22:case _ 20 to to ADP IN _ 19 fixed 19:fixed _ @@ -86500,7 +86530,7 @@ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 Baja baja NOUN NN Number=Sing 8 conj 8:conj:and|11:compound _ 11 paths path NOUN NNS Number=Plur 5 nmod 5:nmod:between SpaceAfter=No -12 , , PUNCT , _ 2 punct 2:punct _ +12 , , PUNCT , _ 15 punct 15:punct _ 13 although although SCONJ IN _ 15 mark 15:mark _ 14 somewhat somewhat ADV RB _ 15 advmod 15:advmod _ 15 less less ADJ JJR Degree=Cmp 2 advcl 2:advcl:although _ @@ -86516,8 +86546,8 @@ 1 * * PUNCT NFP _ 2 punct 2:punct _ 2 Proposes propose VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -4 two two NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +4 two two NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 6 stage stage NOUN NN Number=Sing 8 compound 8:compound _ 7 open open ADJ JJ Degree=Pos 8 amod 8:amod _ 8 season season NOUN NN Number=Sing 2 obj 2:obj _ @@ -86527,14 +86557,14 @@ 12 services service NOUN NNS Number=Plur 8 nmod 8:nmod:for _ 13 beginning begin VERB VBG VerbForm=Ger 8 acl 8:acl _ 14 in in ADP IN _ 15 case 15:case _ -15 2003 2003 NUM CD NumType=Card 13 obl 13:obl:in SpaceAfter=No -16 , , PUNCT , _ 8 punct 8:punct _ +15 2003 2003 NUM CD NumForm=Digit|NumType=Card 13 obl 13:obl:in SpaceAfter=No +16 , , PUNCT , _ 20 punct 20:punct _ 17 with with SCONJ IN _ 20 mark 20:mark _ 18 end end NOUN NN Number=Sing 19 compound 19:compound _ 19 users user NOUN NNS Number=Plur 20 nsubj 20:nsubj _ 20 receiving receive VERB VBG VerbForm=Ger 8 acl 8:acl:with _ 21 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ -22 first first ADJ JJ Degree=Pos|NumType=Ord 23 amod 23:amod _ +22 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 23 amod 23:amod _ 23 option option NOUN NN Number=Sing 20 obj 20:obj _ 24 on on ADP IN _ 26 case 26:case _ 25 available available ADJ JJ Degree=Pos 26 amod 26:amod _ @@ -86551,7 +86581,7 @@ 5 aggregation aggregation NOUN NN Number=Sing 6 compound 6:compound _ 6 program program NOUN NN Number=Sing 2 obj 2:obj _ 7 with with ADP IN _ 9 case 9:case _ -8 some some DET DT _ 9 det 9:det _ +8 some some DET DT PronType=Ind 9 det 9:det _ 9 adjustments adjustment NOUN NNS Number=Plur 6 nmod 6:nmod:with SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ @@ -86566,9 +86596,9 @@ 7 Procurement procurement NOUN NN Number=Sing 8 compound 8:compound _ 8 Incentive incentive NOUN NN Number=Sing 9 compound 9:compound _ 9 Mechanism mechanism NOUN NN Number=Sing 15 nsubj 15:nsubj|23:nsubj _ -10 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No +10 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 11 CPIM cpim NOUN NN Number=Sing 9 appos 9:appos SpaceAfter=No -12 ) ) PUNCT -RRB- _ 9 punct 9:punct _ +12 ) ) PUNCT -RRB- _ 11 punct 11:punct _ 13 will will AUX MD VerbForm=Fin 15 aux 15:aux _ 14 be be AUX VB VerbForm=Inf 15 cop 15:cop _ 15 similar similar ADJ JJ Degree=Pos 3 ccomp 3:ccomp _ @@ -86583,13 +86613,13 @@ 23 reflect reflect VERB VB VerbForm=Inf 15 conj 3:ccomp|15:conj:but _ 24 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 25 somewhat somewhat ADV RB _ 26 advmod 26:advmod _ -26 larger larger ADJ JJR Degree=Cmp 28 amod 28:amod _ +26 larger large ADJ JJR Degree=Cmp 28 amod 28:amod _ 27 capacity capacity NOUN NN Number=Sing 28 compound 28:compound _ 28 holdings holding NOUN NNS Number=Plur 23 obj 23:obj _ -29 needed need VERB VBN Tense=Past|VerbForm=Part 28 acl 28:acl _ +29 needed need VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 28 acl 28:acl _ 30 to to PART TO _ 31 mark 31:mark _ 31 meet meet VERB VB VerbForm=Inf 29 advcl 29:advcl:to _ -32 anticipated anticipate VERB VBN Tense=Past|VerbForm=Part 33 amod 33:amod _ +32 anticipated anticipate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 33 amod 33:amod _ 33 increases increase NOUN NNS Number=Plur 31 obj 31:obj _ 34 in in ADP IN _ 36 case 36:case _ 35 core core NOUN NN Number=Sing 36 compound 36:compound _ @@ -86598,12 +86628,12 @@ 38 to to PART TO _ 39 mark 39:mark _ 39 meet meet VERB VB VerbForm=Inf 31 conj 29:advcl:to|31:conj:and _ 40 a a DET DT Definite=Ind|PronType=Art 50 det 50:det _ -41 1 1 NUM CD NumType=Card 43 nummod 43:nummod SpaceAfter=No -42 - - PUNCT HYPH _ 43 punct 43:punct SpaceAfter=No +41 1 1 NUM CD NumForm=Digit|NumType=Card 43 nummod 43:nummod SpaceAfter=No +42 - - PUNCT HYPH _ 41 punct 41:punct SpaceAfter=No 43 day day NOUN NN Number=Sing 50 compound 50:compound _ 44 in in ADP IN _ 47 case 47:case _ -45 10 10 NUM CD NumType=Card 47 nummod 47:nummod SpaceAfter=No -46 - - PUNCT HYPH _ 47 punct 47:punct SpaceAfter=No +45 10 10 NUM CD NumForm=Digit|NumType=Card 47 nummod 47:nummod SpaceAfter=No +46 - - PUNCT HYPH _ 45 punct 45:punct SpaceAfter=No 47 year year NOUN NN Number=Sing 43 nmod 43:nmod:in _ 48 cold cold ADJ JJ Degree=Pos 49 amod 49:amod _ 49 weather weather NOUN NN Number=Sing 50 compound 50:compound _ @@ -86621,14 +86651,15 @@ 7 reminder reminder NOUN NN Number=Sing 4 obl 4:obl:as _ 8 that that SCONJ IN _ 15 mark 15:mark _ 9 an a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -10 all all DET DT _ 12 det 12:det SpaceAfter=No -11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +10 all all DET DT PronType=Tot 12 det 12:det SpaceAfter=No +11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No 12 Party party NOUN NN Number=Sing 13 compound 13:compound _ 13 meeting meeting NOUN NN Number=Sing 15 nsubj:pass 15:nsubj:pass _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 aux:pass 15:aux:pass _ 15 scheduled schedule VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl:that _ 16 at at ADP IN _ 19 case 19:case _ -17 PG&E PG&E PROPN NNP Number=Sing 19 nmod:poss 19:nmod:poss SpaceAfter=No +17-18 PG&E's _ _ _ _ _ _ _ _ +17 PG&E PG&E PROPN NNP Number=Sing 19 nmod:poss 19:nmod:poss _ 18 's 's PART POS _ 17 case 17:case _ 19 headquarters headquarters NOUN NNS Number=Plur 15 obl 15:obl:at _ 20 in in ADP IN _ 21 case 21:case _ @@ -86636,10 +86667,10 @@ 22 Francisco Francisco PROPN NNP Number=Sing 21 flat 21:flat _ 23 on on ADP IN _ 24 case 24:case _ 24 January January PROPN NNP Number=Sing 15 obl 15:obl:on _ -25 10 10 NUM CD NumType=Card 24 nummod 24:nummod _ +25 10 10 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod _ 26 and and CCONJ CC _ 27 cc 27:cc _ -27 11 11 NUM CD NumType=Card 24 conj 15:obl:on|24:conj:and SpaceAfter=No -28 , , PUNCT , _ 15 punct 15:punct _ +27 11 11 NUM CD NumForm=Digit|NumType=Card 24 conj 15:obl:on|24:conj:and SpaceAfter=No +28 , , PUNCT , _ 30 punct 30:punct _ 29 to to PART TO _ 30 mark 30:mark _ 30 discuss discuss VERB VB VerbForm=Inf 15 advcl 15:advcl:to _ 31 this this DET DT Number=Sing|PronType=Dem 32 det 32:det _ @@ -86648,50 +86679,51 @@ 34 to to PART TO _ 35 mark 35:mark _ 35 respond respond VERB VB VerbForm=Inf 30 conj 15:advcl:to|30:conj:and _ 36 to to ADP IN _ 38 case 38:case _ -37 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ +37 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ 38 questions question NOUN NNS Number=Plur 35 obl 35:obl:to SpaceAfter=No 39 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent05_02-0027 # text = We look forward to answering your questions and receiving your feedback. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 look look VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 forward forward ADV RB _ 2 advmod 2:advmod _ 4 to to SCONJ IN _ 5 mark 5:mark _ 5 answering answer VERB VBG VerbForm=Ger 2 advcl 2:advcl:to _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 questions question NOUN NNS Number=Plur 5 obj 5:obj _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 receiving receive VERB VBG VerbForm=Ger 5 conj 2:advcl:to|5:conj:and _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 feedback feedback NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent05_02-0028 # text = The attached documents include the GA II Settlement proposal, an Attachment (a copy of PG&E's proposed Gas Rule 27), and a set of supporting workpapers. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 attached attach VERB VBN Tense=Past|VerbForm=Part 3 amod 3:amod _ +2 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 amod 3:amod _ 3 documents document NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 include include VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 include include VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 6 GA ga NOUN NN Number=Sing 8 compound 8:compound _ -7 II ii NUM CD NumType=Card 6 nummod 6:nummod _ +7 II II NUM CD NumForm=Roman|NumType=Card 6 nummod 6:nummod _ 8 Settlement settlement NOUN NN Number=Sing 9 compound 9:compound _ 9 proposal proposal NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 10 , , PUNCT , _ 12 punct 12:punct _ 11 an a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 Attachment attachment NOUN NN Number=Sing 9 conj 4:obj|9:conj:and _ -13 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No +13 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 copy copy NOUN NN Number=Sing 12 appos 12:appos _ 16 of of ADP IN _ 21 case 21:case _ -17 PG&E PG&E PROPN NNP Number=Sing 21 nmod:poss 21:nmod:poss SpaceAfter=No +17-18 PG&E's _ _ _ _ _ _ _ _ +17 PG&E PG&E PROPN NNP Number=Sing 21 nmod:poss 21:nmod:poss _ 18 's 's PART POS _ 17 case 17:case _ -19 proposed propose VERB VBN Tense=Past|VerbForm=Part 21 amod 21:amod _ +19 proposed propose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 amod 21:amod _ 20 Gas gas NOUN NN Number=Sing 21 compound 21:compound _ 21 Rule rule NOUN NN Number=Sing 15 nmod 15:nmod:of _ -22 27 27 NUM CD NumType=Card 21 nummod 21:nummod SpaceAfter=No -23 ) ) PUNCT -RRB- _ 12 punct 12:punct SpaceAfter=No +22 27 27 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod SpaceAfter=No +23 ) ) PUNCT -RRB- _ 15 punct 15:punct SpaceAfter=No 24 , , PUNCT , _ 27 punct 27:punct _ 25 and and CCONJ CC _ 27 cc 27:cc _ 26 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ @@ -86704,7 +86736,7 @@ # sent_id = email-enronsent05_02-0029 # text = Finally, please note that the Settlement document and the Attachment are in "Word 2000" format. 1 Finally finally ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 please please INTJ UH _ 4 discourse 4:discourse _ 4 note note VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 5 that that SCONJ IN _ 18 mark 18:mark _ @@ -86714,11 +86746,11 @@ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 Attachment attachment NOUN NN Number=Sing 8 conj 8:conj:and|18:nsubj _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 13 in in ADP IN _ 18 case 18:case _ 14 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No 15 Word Word PROPN NNP Number=Sing 18 compound 18:compound _ -16 2000 2000 NUM CD NumType=Card 15 nummod 15:nummod SpaceAfter=No +16 2000 2000 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod SpaceAfter=No 17 " " PUNCT '' _ 15 punct 15:punct _ 18 format format NOUN NN Number=Sing 4 ccomp 4:ccomp SpaceAfter=No 19 . . PUNCT . _ 4 punct 4:punct _ @@ -86736,11 +86768,11 @@ 9 documents document NOUN NNS Number=Plur 6 obj 6:obj _ 10 in in ADP IN _ 13 case 13:case _ 11 an a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -12 earlier earlier ADJ JJ Degree=Pos 13 amod 13:amod _ +12 earlier early ADJ JJR Degree=Cmp 13 amod 13:amod _ 13 version version NOUN NN Number=Sing 6 obl 6:obl:in _ 14 of of ADP IN _ 15 case 15:case _ 15 Word Word PROPN NNP Number=Sing 13 nmod 13:nmod:of SpaceAfter=No -16 , , PUNCT , _ 6 punct 6:punct _ +16 , , PUNCT , _ 18 punct 18:punct _ 17 upon upon ADP IN _ 18 case 18:case _ 18 request request NOUN NN Number=Sing 6 obl 6:obl:upon _ 19 by by ADP IN _ 21 case 21:case _ @@ -86751,16 +86783,16 @@ # sent_id = email-enronsent05_02-0031 # text = We look forward to seeing you on January 10-11. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 look look VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 forward forward ADV RB _ 2 advmod 2:advmod _ 4 to to SCONJ IN _ 5 mark 5:mark _ 5 seeing see VERB VBG VerbForm=Ger 2 advcl 2:advcl:to _ 6 you you PRON PRP Case=Acc|Person=2|PronType=Prs 5 obj 5:obj _ 7 on on ADP IN _ 8 case 8:case _ 8 January January PROPN NNP Number=Sing 5 obl 5:obl:on _ -9 10 10 NUM CD NumType=Card 8 nummod 8:nummod SpaceAfter=No +9 10 10 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod SpaceAfter=No 10 - - SYM SYM _ 11 case 11:case SpaceAfter=No -11 11 11 NUM CD NumType=Card 9 nmod 9:nmod SpaceAfter=No +11 11 11 NUM CD NumForm=Digit|NumType=Card 9 nmod 9:nmod SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent05_02-0032 @@ -86768,11 +86800,11 @@ 1 In in ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 meantime meantime NOUN NN Number=Sing 6 obl 6:obl:in SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 extend extend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -7 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ -8 best best ADJ JJS Degree=Sup 9 amod 9:amod _ +6 extend extend VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 best good ADJ JJS Degree=Sup 9 amod 9:amod _ 9 wishes wish NOUN NNS Number=Plur 6 obj 6:obj _ 10 for for ADP IN _ 16 case 16:case _ 11 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ @@ -86789,14 +86821,14 @@ 2 Lindh Lindh PROPN NNP Number=Sing 1 flat 1:flat _ 3 Ray Ray PROPN NNP Number=Sing 1 list 1:list _ 4 Williams Williams PROPN NNP Number=Sing 3 flat 3:flat _ -5 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No -6 415 415 NUM CD NumType=Card 8 nummod 8:nummod SpaceAfter=No -7 ) ) PUNCT -RRB- _ 8 punct 8:punct _ -8 973-2776 973-2776 NUM CD NumType=Card 1 list 1:list _ -9 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -10 415 415 NUM CD NumType=Card 12 nummod 12:nummod SpaceAfter=No -11 ) ) PUNCT -RRB- _ 12 punct 12:punct _ -12 973-3634 973-3634 NUM CD NumType=Card 1 list 1:list _ +5 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No +6 415 415 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod SpaceAfter=No +7 ) ) PUNCT -RRB- _ 6 punct 6:punct _ +8 973-2776 973-2776 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ +9 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No +10 415 415 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod SpaceAfter=No +11 ) ) PUNCT -RRB- _ 10 punct 10:punct _ +12 973-3634 973-3634 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ # sent_id = email-enronsent05_02-0034 # text = <> <> <> @@ -86804,11 +86836,11 @@ 2 PG&E pg&e X GW _ 4 compound 4:compound _ 3 Gas gas X GW _ 4 compound 4:compound _ 4 Accord accord X GW _ 7 compound 7:compound _ -5 II ii X GW _ 4 nummod 4:nummod _ +5 II II NUM GW NumForm=Roman|NumType=Card 4 nummod 4:nummod _ 6 Settlement settlement X GW _ 7 compound 7:compound _ 7 Proposal proposal X GW _ 0 root 0:root _ 8 12-20-00.doc 12-20-00.doc NOUN NN Number=Sing 7 nmod:tmod 7:nmod:tmod SpaceAfter=No -9 >> >> PUNCT -RRB- _ 7 punct 7:punct _ +9 >> >> PUNCT -RRB- _ 13 punct 13:punct _ 10 << << PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No 11 Proposed proposed X GW _ 13 compound 13:compound _ 12 Gas gas X GW _ 13 compound 13:compound _ @@ -86822,7 +86854,7 @@ 20 Workpapers workpapers X GW _ 25 compound 25:compound _ 21 for for X GW _ 22 case 22:case _ 22 GA ga X GW _ 20 nmod 20:nmod:for _ -23 II ii X GW _ 22 nummod 22:nummod _ +23 II II NUM GW NumForm=Roman|NumType=Card 22 nummod 22:nummod _ 24 12-20-2000 12-20-2000 X GW _ 20 nmod:tmod 20:nmod:tmod _ 25 Proposal.xls proposal.xls NOUN NN Number=Sing 7 conj 7:conj SpaceAfter=No 26 >> >> PUNCT -RRB- _ 25 punct 25:punct _ @@ -86837,10 +86869,10 @@ # sent_id = email-enronsent05_02-0036 # newpar id = email-enronsent05_02-p0003 # text = This is to inform that a representative of Enron Corp would like to address the Commission on the issue of utility rate stabilization plans at the Commission's hearings scheduled for December 27th and 28th. -1 This this PRON DT Number=Sing|PronType=Dem 2 nsubj 2:nsubj _ -2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 This this PRON DT Number=Sing|PronType=Dem 4 nsubj:outer 4:nsubj:outer _ +2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 to to PART TO _ 4 mark 4:mark _ -4 inform inform VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ +4 inform inform VERB VB VerbForm=Inf 0 root 0:root _ 5 that that SCONJ IN _ 12 mark 12:mark _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 representative representative NOUN NN Number=Sing 12 nsubj 12:nsubj|14:nsubj:xsubj _ @@ -86867,17 +86899,17 @@ 27 Commission commission NOUN NN Number=Sing 29 nmod:poss 29:nmod:poss _ 28 's 's PART POS _ 27 case 27:case _ 29 hearings hearing NOUN NNS Number=Plur 14 obl 14:obl:at _ -30 scheduled schedule VERB VBN Tense=Past|VerbForm=Part 29 acl 29:acl _ +30 scheduled schedule VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 29 acl 29:acl _ 31 for for ADP IN _ 32 case 32:case _ 32 December December PROPN NNP Number=Sing 30 obl 30:obl:for _ -33 27th 27th NOUN NN Number=Sing 32 nummod 32:nummod _ +33 27th 27th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 32 nummod 32:nummod _ 34 and and CCONJ CC _ 35 cc 35:cc _ -35 28th 28th NOUN NN Number=Sing 33 conj 32:nummod|33:conj:and SpaceAfter=No -36 . . PUNCT . _ 2 punct 2:punct _ +35 28th 28th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 33 conj 32:nummod|33:conj:and SpaceAfter=No +36 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent05_02-0037 # text = Thank you. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No 3 . . PUNCT . _ 1 punct 1:punct _ @@ -86892,7 +86924,7 @@ 1 Jeffrey Jeffrey PROPN NNP Number=Sing 0 root 0:root _ 2 Dasovich Dasovich PROPN NNP Number=Sing 1 flat 1:flat _ 3 Director director NOUN NN Number=Sing 1 appos 1:appos SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 6 punct 6:punct _ 5 Enron Enron PROPN NNP Number=Sing 6 compound 6:compound _ 6 Corp Corp PROPN NNP Number=Sing 1 list 1:list _ @@ -86922,17 +86954,17 @@ # sent_id = email-enronsent05_02-0042 # text = Our time is likely to be limited to 5-10 minutes. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 time time NOUN NN Number=Sing 4 nsubj 4:nsubj|7:nsubj:xsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -4 likely likely ADV RB _ 0 root 0:root _ +4 likely likely ADJ JJ Degree=Pos 0 root 0:root _ 5 to to PART TO _ 7 mark 7:mark _ 6 be be AUX VB VerbForm=Inf 7 aux:pass 7:aux:pass _ 7 limited limit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 xcomp 4:xcomp _ 8 to to ADP IN _ 12 case 12:case _ -9 5 5 NUM CD NumType=Card 12 nummod 12:nummod SpaceAfter=No +9 5 5 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod SpaceAfter=No 10 - - SYM SYM _ 11 case 11:case SpaceAfter=No -11 10 10 NUM CD NumType=Card 9 nmod 9:nmod _ +11 10 10 NUM CD NumForm=Digit|NumType=Card 9 nmod 9:nmod _ 12 minutes minute NOUN NNS Number=Plur 7 obl 7:obl:to SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ @@ -86940,17 +86972,17 @@ # text = Mike Day, our outside counsel, will make the presentation on our behalf. 1 Mike Mike PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 2 Day Day PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +3 , , PUNCT , _ 6 punct 6:punct _ +4 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 outside outside ADJ JJ Degree=Pos 6 amod 6:amod _ 6 counsel counsel NOUN NN Number=Sing 1 appos 1:appos SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +7 , , PUNCT , _ 1 punct 1:punct _ 8 will will AUX MD VerbForm=Fin 9 aux 9:aux _ 9 make make VERB VB VerbForm=Inf 0 root 0:root _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 presentation presentation NOUN NN Number=Sing 9 obj 9:obj _ 12 on on ADP IN _ 14 case 14:case _ -13 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 behalf behalf NOUN NN Number=Sing 9 obl 9:obl:on SpaceAfter=No 15 . . PUNCT . _ 9 punct 9:punct _ @@ -86965,7 +86997,7 @@ 7 legal legal ADJ JJ Degree=Pos 8 amod 8:amod _ 8 details detail NOUN NNS Number=Plur 4 obj 4:obj _ 9 of of ADP IN _ 11 case 11:case _ -10 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 presentation presentation NOUN NN Number=Sing 8 nmod 8:nmod:of _ 12 and and CCONJ CC _ 15 cc 15:cc _ 13 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ @@ -86976,7 +87008,7 @@ 18 for for ADP IN _ 20 case 20:case _ 19 folks folk NOUN NNS Number=Plur 20 nmod:poss 20:nmod:poss _ 20 review review NOUN NN Number=Sing 15 obl 15:obl:for _ -21 later later ADV RB _ 22 advmod 22:advmod _ +21 later late ADV RBR Degree=Cmp 22 advmod 22:advmod _ 22 today today NOUN NN Number=Sing 15 obl:tmod 15:obl:tmod SpaceAfter=No 23 . . PUNCT . _ 4 punct 4:punct _ @@ -86993,18 +87025,18 @@ 9 , , PUNCT , _ 10 punct 10:punct _ 10 pager pager NOUN NN Number=Sing 8 conj 4:obl:via|8:conj:or _ 11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -12 888.916.7184 888.916.7184 NUM CD NumType=Card 10 appos 10:appos SpaceAfter=No +12 888.916.7184 888.916.7184 NUM CD NumForm=Digit|NumType=Card 10 appos 10:appos SpaceAfter=No 13 ) ) PUNCT -RRB- _ 12 punct 12:punct SpaceAfter=No 14 , , PUNCT , _ 15 punct 15:punct _ 15 voicemail voicemail NOUN NN Number=Sing 8 conj 4:obl:via|8:conj:or _ 16 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No -17 415.782.7822 415.782.7822 NUM CD NumType=Card 15 appos 15:appos SpaceAfter=No +17 415.782.7822 415.782.7822 NUM CD NumForm=Digit|NumType=Card 15 appos 15:appos SpaceAfter=No 18 ) ) PUNCT -RRB- _ 17 punct 17:punct SpaceAfter=No 19 , , PUNCT , _ 21 punct 21:punct _ 20 or or CCONJ CC _ 21 cc 21:cc _ 21 home home NOUN NN Number=Sing 8 conj 4:obl:via|8:conj:or _ 22 ( ( PUNCT -LRB- _ 23 punct 23:punct SpaceAfter=No -23 415.621.8317 415.621.8317 NUM CD NumType=Card 21 appos 21:appos SpaceAfter=No +23 415.621.8317 415.621.8317 NUM CD NumForm=Digit|NumType=Card 21 appos 21:appos SpaceAfter=No 24 ) ) PUNCT -RRB- _ 23 punct 23:punct SpaceAfter=No 25 . . PUNCT . _ 4 punct 4:punct _ @@ -87022,11 +87054,11 @@ 9 's 's PART POS _ 8 case 8:case _ 10 daily daily ADJ JJ Degree=Pos 11 amod 11:amod _ 11 call call NOUN NN Number=Sing 6 nmod 6:nmod:on _ -12 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No -13 10 10 NUM CD NumType=Card 14 nummod 14:nummod _ -14 AM am NOUN NN Number=Sing 11 nmod:tmod 11:nmod:tmod _ +12 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No +13 10 10 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ +14 AM a.m. NOUN NN Number=Sing 11 nmod:tmod 11:nmod:tmod _ 15 CST CST PROPN NNP Number=Sing 14 nmod:npmod 14:nmod:npmod SpaceAfter=No -16 ) ) PUNCT -RRB- _ 11 punct 11:punct SpaceAfter=No +16 ) ) PUNCT -RRB- _ 14 punct 14:punct SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent05_02-0047 @@ -87036,14 +87068,14 @@ 3 in in ADP RP _ 2 compound:prt 2:compound:prt _ 4 number number NOUN NN Number=Sing 6 nsubj 6:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -6 800.713.8600 800.713.8600 NUM CD NumType=Card 0 root 0:root SpaceAfter=No +6 800.713.8600 800.713.8600 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No 7 . . PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent05_02-0048 # text = Code is 80435. 1 Code code NOUN NN Number=Sing 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 80435 80435 NUM CD NumType=Card 0 root 0:root SpaceAfter=No +3 80435 80435 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent05_02-0049 @@ -87053,14 +87085,14 @@ 2 Commission commission NOUN NN Number=Sing 4 nmod:poss 4:nmod:poss _ 3 's 's PART POS _ 2 case 2:case _ 4 hearings hearing NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -5 begin begin VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 begin begin VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 tomorrow tomorrow NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ 7 at at ADP IN _ 9 case 9:case _ -8 10 10 NUM CD NumType=Card 9 nummod 9:nummod _ -9 AM am NOUN NN Number=Sing 5 obl 5:obl:at _ -10 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No +8 10 10 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ +9 AM a.m. NOUN NN Number=Sing 5 obl 5:obl:at _ +10 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 11 PST PST PROPN NNP Number=Sing 9 nmod:npmod 9:nmod:npmod SpaceAfter=No -12 ) ) PUNCT -RRB- _ 9 punct 9:punct SpaceAfter=No +12 ) ) PUNCT -RRB- _ 11 punct 11:punct SpaceAfter=No 13 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent05_02-0050 @@ -87071,17 +87103,17 @@ # sent_id = email-enronsent05_02-0051 # text = Sent by: Jeff Dasovich -1 Sent send VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 by by ADP IN _ 4 case 4:case SpaceAfter=No -3 : : PUNCT : _ 4 punct 4:punct _ -4 Jeff Jeff PROPN NNP Number=Sing 1 obl 1:obl:by _ +3 : : PUNCT : _ 2 punct 2:punct _ +4 Jeff Jeff PROPN NNP Number=Sing 1 obl:agent 1:obl:agent _ 5 Dasovich Dasovich PROPN NNP Number=Sing 4 flat 4:flat _ # sent_id = email-enronsent05_02-0052 # text = 12/26/2000 03:15 PM -1 12/26/2000 12/26/2000 NUM CD NumType=Card 0 root 0:root _ -2 03:15 03:15 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 12/26/2000 12/26/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 03:15 03:15 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent05_02-0053 # text = Attached is a draft of the talking points for the Commission's hearings. @@ -87109,17 +87141,17 @@ # sent_id = email-enronsent05_02-0055 # text = Our time is likely to be limited to 5-10 minutes. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 time time NOUN NN Number=Sing 4 nsubj 4:nsubj|7:nsubj:xsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -4 likely likely ADV RB _ 0 root 0:root _ +4 likely likely ADJ JJ Degree=Pos 0 root 0:root _ 5 to to PART TO _ 7 mark 7:mark _ 6 be be AUX VB VerbForm=Inf 7 aux:pass 7:aux:pass _ 7 limited limit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 xcomp 4:xcomp _ 8 to to ADP IN _ 12 case 12:case _ -9 5 5 NUM CD NumType=Card 12 nummod 12:nummod SpaceAfter=No +9 5 5 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod SpaceAfter=No 10 - - SYM SYM _ 11 case 11:case SpaceAfter=No -11 10 10 NUM CD NumType=Card 9 nmod 9:nmod _ +11 10 10 NUM CD NumForm=Digit|NumType=Card 9 nmod 9:nmod _ 12 minutes minute NOUN NNS Number=Plur 7 obl 7:obl:to SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ @@ -87127,17 +87159,17 @@ # text = Mike Day, our outside counsel, will make the presentation on our behalf. 1 Mike Mike PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 2 Day Day PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +3 , , PUNCT , _ 6 punct 6:punct _ +4 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 outside outside ADJ JJ Degree=Pos 6 amod 6:amod _ 6 counsel counsel NOUN NN Number=Sing 1 appos 1:appos SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +7 , , PUNCT , _ 1 punct 1:punct _ 8 will will AUX MD VerbForm=Fin 9 aux 9:aux _ 9 make make VERB VB VerbForm=Inf 0 root 0:root _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 presentation presentation NOUN NN Number=Sing 9 obj 9:obj _ 12 on on ADP IN _ 14 case 14:case _ -13 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 behalf behalf NOUN NN Number=Sing 9 obl 9:obl:on SpaceAfter=No 15 . . PUNCT . _ 9 punct 9:punct _ @@ -87152,7 +87184,7 @@ 7 legal legal ADJ JJ Degree=Pos 8 amod 8:amod _ 8 details detail NOUN NNS Number=Plur 4 obj 4:obj _ 9 of of ADP IN _ 11 case 11:case _ -10 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 presentation presentation NOUN NN Number=Sing 8 nmod 8:nmod:of _ 12 and and CCONJ CC _ 15 cc 15:cc _ 13 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ @@ -87163,7 +87195,7 @@ 18 for for ADP IN _ 20 case 20:case _ 19 folks folk NOUN NNS Number=Plur 20 nmod:poss 20:nmod:poss _ 20 review review NOUN NN Number=Sing 15 obl 15:obl:for _ -21 later later ADV RB _ 22 advmod 22:advmod _ +21 later late ADV RBR Degree=Cmp 22 advmod 22:advmod _ 22 today today NOUN NN Number=Sing 15 obl:tmod 15:obl:tmod SpaceAfter=No 23 . . PUNCT . _ 4 punct 4:punct _ @@ -87180,18 +87212,18 @@ 9 , , PUNCT , _ 10 punct 10:punct _ 10 pager pager NOUN NN Number=Sing 8 conj 4:obl:via|8:conj:or _ 11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -12 888.916.7184 888.916.7184 NUM CD NumType=Card 10 appos 10:appos SpaceAfter=No +12 888.916.7184 888.916.7184 NUM CD NumForm=Digit|NumType=Card 10 appos 10:appos SpaceAfter=No 13 ) ) PUNCT -RRB- _ 12 punct 12:punct SpaceAfter=No 14 , , PUNCT , _ 15 punct 15:punct _ 15 voicemail voicemail NOUN NN Number=Sing 8 conj 4:obl:via|8:conj:or _ 16 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No -17 415.782.7822 415.782.7822 NUM CD NumType=Card 15 appos 15:appos SpaceAfter=No +17 415.782.7822 415.782.7822 NUM CD NumForm=Digit|NumType=Card 15 appos 15:appos SpaceAfter=No 18 ) ) PUNCT -RRB- _ 17 punct 17:punct SpaceAfter=No 19 , , PUNCT , _ 21 punct 21:punct _ 20 or or CCONJ CC _ 21 cc 21:cc _ 21 home home NOUN NN Number=Sing 8 conj 4:obl:via|8:conj:or _ 22 ( ( PUNCT -LRB- _ 23 punct 23:punct SpaceAfter=No -23 415.621.8317 415.621.8317 NUM CD NumType=Card 21 appos 21:appos SpaceAfter=No +23 415.621.8317 415.621.8317 NUM CD NumForm=Digit|NumType=Card 21 appos 21:appos SpaceAfter=No 24 ) ) PUNCT -RRB- _ 23 punct 23:punct SpaceAfter=No 25 . . PUNCT . _ 4 punct 4:punct _ @@ -87209,11 +87241,11 @@ 9 's 's PART POS _ 8 case 8:case _ 10 daily daily ADJ JJ Degree=Pos 11 amod 11:amod _ 11 call call NOUN NN Number=Sing 6 nmod 6:nmod:on _ -12 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No -13 10 10 NUM CD NumType=Card 14 nummod 14:nummod _ -14 AM am NOUN NN Number=Sing 11 nmod:tmod 11:nmod:tmod _ +12 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No +13 10 10 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ +14 AM a.m. NOUN NN Number=Sing 11 nmod:tmod 11:nmod:tmod _ 15 CST CST PROPN NNP Number=Sing 14 nmod:npmod 14:nmod:npmod SpaceAfter=No -16 ) ) PUNCT -RRB- _ 11 punct 11:punct SpaceAfter=No +16 ) ) PUNCT -RRB- _ 14 punct 14:punct SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent05_02-0060 @@ -87223,14 +87255,14 @@ 3 in in ADP RP _ 2 compound:prt 2:compound:prt _ 4 number number NOUN NN Number=Sing 6 nsubj 6:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -6 800.713.8600 800.713.8600 NUM CD NumType=Card 0 root 0:root SpaceAfter=No +6 800.713.8600 800.713.8600 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No 7 . . PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent05_02-0061 # text = Code is 80435. 1 Code code NOUN NN Number=Sing 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 80435 80435 NUM CD NumType=Card 0 root 0:root SpaceAfter=No +3 80435 80435 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent05_02-0062 @@ -87240,14 +87272,14 @@ 2 Commission commission NOUN NN Number=Sing 4 nmod:poss 4:nmod:poss _ 3 's 's PART POS _ 2 case 2:case _ 4 hearings hearing NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -5 begin begin VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 begin begin VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 tomorrow tomorrow NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ 7 at at ADP IN _ 9 case 9:case _ -8 10 10 NUM CD NumType=Card 9 nummod 9:nummod _ -9 AM am NOUN NN Number=Sing 5 obl 5:obl:at _ -10 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No +8 10 10 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ +9 AM a.m. NOUN NN Number=Sing 5 obl 5:obl:at _ +10 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 11 PST PST PROPN NNP Number=Sing 9 nmod:npmod 9:nmod:npmod SpaceAfter=No -12 ) ) PUNCT -RRB- _ 9 punct 9:punct SpaceAfter=No +12 ) ) PUNCT -RRB- _ 11 punct 11:punct SpaceAfter=No 13 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent05_02-0063 @@ -87292,7 +87324,7 @@ # sent_id = email-enronsent05_02-0067 # newpar id = email-enronsent05_02-p0008 # text = Best, -1 Best best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +1 Best good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 2 , , PUNCT , _ 1 punct 1:punct _ # sent_id = email-enronsent05_02-0068 @@ -87307,9 +87339,9 @@ # sent_id = email-enronsent05_02-0070 # text = 12/26/2000 03:33 PM -1 12/26/2000 12/26/2000 NUM CD NumType=Card 0 root 0:root _ -2 03:33 03:33 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 12/26/2000 12/26/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 03:33 03:33 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent05_02-0071 # text = Jeff - @@ -87318,29 +87350,29 @@ # sent_id = email-enronsent05_02-0072 # text = instead of suggesting a specific rate increase - 10 or 15 %, I think we should acknowledge that a "modest" increase may be necessary and may in fact be desirable - but that the specific amount of increase should be reasoned and subject to well thought out evidence and hearings, not just determined by whim. -1 instead instead ADV RB _ 3 advmod 3:advmod _ -2 of of SCONJ IN _ 3 mark 3:mark _ +1 instead instead ADV RB _ 3 mark 3:mark _ +2 of of SCONJ IN _ 1 fixed 1:fixed _ 3 suggesting suggest VERB VBG VerbForm=Ger 15 advcl 15:advcl:of _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 5 specific specific ADJ JJ Degree=Pos 7 amod 7:amod _ 6 rate rate NOUN NN Number=Sing 7 compound 7:compound _ 7 increase increase NOUN NN Number=Sing 3 obj 3:obj _ -8 - - PUNCT , _ 7 punct 7:punct _ -9 10 10 NUM CD NumType=Card 12 nummod 12:nummod _ +8 - - PUNCT , _ 12 punct 12:punct _ +9 10 10 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 10 or or CCONJ CC _ 11 cc 11:cc _ -11 15 15 NUM CD NumType=Card 9 conj 9:conj:or|12:nummod _ +11 15 15 NUM CD NumForm=Digit|NumType=Card 9 conj 9:conj:or|12:nummod _ 12 % % SYM NN Number=Sing 7 appos 7:appos SpaceAfter=No -13 , , PUNCT , _ 15 punct 15:punct _ +13 , , PUNCT , _ 3 punct 3:punct _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +15 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 16 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 18 nsubj 18:nsubj _ 17 should should AUX MD VerbForm=Fin 18 aux 18:aux _ 18 acknowledge acknowledge VERB VB VerbForm=Inf 15 ccomp 15:ccomp _ 19 that that SCONJ IN _ 27 mark 27:mark _ 20 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ -21 " " PUNCT `` _ 24 punct 24:punct SpaceAfter=No +21 " " PUNCT `` _ 22 punct 22:punct SpaceAfter=No 22 modest modest ADJ JJ Degree=Pos 24 amod 24:amod SpaceAfter=No -23 " " PUNCT '' _ 24 punct 24:punct _ +23 " " PUNCT '' _ 22 punct 22:punct _ 24 increase increase NOUN NN Number=Sing 27 nsubj 27:nsubj|33:nsubj _ 25 may may AUX MD VerbForm=Fin 27 aux 27:aux _ 26 be be AUX VB VerbForm=Inf 27 cop 27:cop _ @@ -87351,39 +87383,39 @@ 31 fact fact NOUN NN Number=Sing 33 obl 33:obl:in _ 32 be be AUX VB VerbForm=Inf 33 cop 33:cop _ 33 desirable desirable ADJ JJ Degree=Pos 27 conj 18:ccomp|27:conj:and _ -34 - - PUNCT , _ 27 punct 27:punct _ +34 - - PUNCT , _ 44 punct 44:punct _ 35 but but CCONJ CC _ 44 cc 44:cc _ 36 that that SCONJ IN _ 44 mark 44:mark _ 37 the the DET DT Definite=Def|PronType=Art 39 det 39:det _ 38 specific specific ADJ JJ Degree=Pos 39 amod 39:amod _ -39 amount amount NOUN NN Number=Sing 44 nsubj:pass 44:nsubj:pass|46:nsubj:pass|57:nsubj:pass _ +39 amount amount NOUN NN Number=Sing 44 nsubj 44:nsubj|46:nsubj|57:nsubj:pass _ 40 of of ADP IN _ 41 case 41:case _ 41 increase increase NOUN NN Number=Sing 39 nmod 39:nmod:of _ 42 should should AUX MD VerbForm=Fin 44 aux 44:aux _ -43 be be VERB VB VerbForm=Inf 44 aux:pass 44:aux:pass _ +43 be be AUX VB VerbForm=Inf 44 cop 44:cop _ 44 reasoned reasoned ADJ JJ Degree=Pos 27 conj 18:ccomp|27:conj:but _ 45 and and CCONJ CC _ 46 cc 46:cc _ 46 subject subject ADJ JJ Degree=Pos 44 conj 44:conj:and _ 47 to to ADP IN _ 51 case 51:case _ 48 well well ADV RB Degree=Pos 49 advmod 49:advmod _ -49 thought think VERB VBN Tense=Past|VerbForm=Part 51 amod 51:amod _ +49 thought think VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 51 amod 51:amod _ 50 out out ADP RP _ 49 compound 49:compound _ 51 evidence evidence NOUN NN Number=Sing 46 obl 46:obl:to _ 52 and and CCONJ CC _ 53 cc 53:cc _ 53 hearings hearing NOUN NNS Number=Plur 51 conj 46:obl:to|51:conj:and SpaceAfter=No 54 , , PUNCT , _ 57 punct 57:punct _ -55 not not CCONJ CC _ 57 cc 57:cc _ +55 not not PART RB _ 57 advmod 57:advmod _ 56 just just ADV RB _ 57 advmod 57:advmod _ -57 determined determine VERB VBN Tense=Past|VerbForm=Part 44 conj 44:conj:and _ +57 determined determine VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 44 conj 44:conj:and _ 58 by by ADP IN _ 59 case 59:case _ -59 whim whim NOUN NN Number=Sing 57 obl 57:obl:by SpaceAfter=No +59 whim whim NOUN NN Number=Sing 57 obl:agent 57:obl:agent SpaceAfter=No 60 . . PUNCT . _ 15 punct 15:punct _ # sent_id = email-enronsent05_02-0073 # text = In general, we should not be overly prescriptive at this point and I know you agree with that. 1 In in ADP IN _ 2 case 2:case _ 2 general general ADJ JJ Degree=Pos 9 obl 9:obl:in SpaceAfter=No -3 , , PUNCT , _ 9 punct 9:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 5 should should AUX MD VerbForm=Fin 9 aux 9:aux _ 6 not not PART RB _ 9 advmod 9:advmod _ @@ -87395,9 +87427,9 @@ 12 point point NOUN NN Number=Sing 9 obl 9:obl:at _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 conj 9:conj:and _ +15 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 conj 9:conj:and _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ -17 agree agree VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 ccomp 15:ccomp _ +17 agree agree VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 15 ccomp 15:ccomp _ 18 with with ADP IN _ 19 case 19:case _ 19 that that PRON DT Number=Sing|PronType=Dem 17 obl 17:obl:with SpaceAfter=No 20 . . PUNCT . _ 9 punct 9:punct _ @@ -87405,11 +87437,11 @@ # sent_id = email-enronsent05_02-0074 # text = Otherwise, I think you have captured the points excellently. 1 Otherwise otherwise ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 captured capture VERB VBN Tense=Past|VerbForm=Part 4 ccomp 4:ccomp _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 points point NOUN NNS Number=Plur 7 obj 7:obj _ @@ -87420,7 +87452,7 @@ # text = We're in the process of developing a strategy to take us through the next few months. 1-2 We're _ _ _ _ _ _ _ _ 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -2 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 're be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 in in ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 process process NOUN NN Number=Sing 0 root 0:root _ @@ -87443,16 +87475,16 @@ 1 But but CCONJ CC _ 24 cc 24:cc _ 2 while while SCONJ IN _ 11 mark 11:mark _ 3 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -4 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No +4 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No 5 otherwise otherwise ADV RB _ 6 advmod 6:advmod _ 6 perishable perishable ADJ JJ Degree=Pos 8 amod 8:amod SpaceAfter=No -7 ) ) PUNCT -RRB- _ 8 punct 8:punct _ +7 ) ) PUNCT -RRB- _ 6 punct 6:punct _ 8 thoughts thought NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 still still ADV RB _ 11 advmod 11:advmod _ 11 fresh fresh ADJ JJ Degree=Pos 24 advcl 24:advcl:while _ 12 in in ADP IN _ 14 case 14:case _ -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 mind mind NOUN NN Number=Sing 11 obl 11:obl:in _ 15 from from ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -87461,20 +87493,20 @@ 19 Monday Monday PROPN NNP Number=Sing 17 nmod 17:nmod:on _ 20 and and CCONJ CC _ 21 cc 21:cc _ 21 Tuesday Tuesday PROPN NNP Number=Sing 19 conj 17:nmod:on|19:conj:and SpaceAfter=No -22 , , PUNCT , _ 24 punct 24:punct _ +22 , , PUNCT , _ 11 punct 11:punct _ 23 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj|26:nsubj:xsubj _ -24 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +24 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 25 to to PART TO _ 26 mark 26:mark _ 26 throw throw VERB VB VerbForm=Inf 24 xcomp 24:xcomp _ 27 out out ADV RB _ 26 advmod 26:advmod _ -28 some some DET DT _ 29 det 29:det _ +28 some some DET DT PronType=Ind 29 det 29:det _ 29 observations observation NOUN NNS Number=Plur 26 obj 26:obj _ 30 for for ADP IN _ 31 case 31:case _ 31 discussion discussion NOUN NN Number=Sing 29 nmod 29:nmod:for _ 32 in in ADP IN _ 34 case 34:case _ -33 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ +33 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ 34 days day NOUN NNS Number=Plur 26 obl 26:obl:in SpaceAfter=No -35 / / PUNCT , _ 36 cc 36:cc SpaceAfter=No +35 / / SYM , _ 36 cc 36:cc SpaceAfter=No 36 weeks week NOUN NNS Number=Plur 34 conj 26:obl:in|34:conj _ 37 ahead ahead ADV RB _ 36 advmod 36:advmod SpaceAfter=No 38 . . PUNCT . _ 24 punct 24:punct _ @@ -87482,12 +87514,12 @@ # sent_id = email-enronsent05_02-0077 # text = OBSERVATION--The pressure to finger somebody for "price gouging" is increasing. 1 OBSERVATION observation NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 -- -- PUNCT : _ 1 punct 1:punct SpaceAfter=No +2 -- -- PUNCT : _ 14 punct 14:punct SpaceAfter=No 3 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 pressure pressure NOUN NN Number=Sing 14 nsubj 14:nsubj _ 5 to to PART TO _ 6 mark 6:mark _ 6 finger finger VERB VB VerbForm=Inf 4 acl 4:acl:to _ -7 somebody somebody PRON NN Number=Sing 6 obj 6:obj _ +7 somebody somebody PRON NN Number=Sing|PronType=Ind 6 obj 6:obj _ 8 for for ADP IN _ 11 case 11:case _ 9 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No 10 price price NOUN NN Number=Sing 11 compound 11:compound _ @@ -87510,15 +87542,15 @@ 9 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No 10 fall fall NOUN NN Number=Sing 11 compound 11:compound _ 11 guy guy NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No -12 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No -13 " " PUNCT '' _ 5 punct 5:punct _ +12 . . PUNCT . _ 11 punct 11:punct SpaceAfter=No +13 " " PUNCT '' _ 11 punct 11:punct _ # sent_id = email-enronsent05_02-0079 # text = The price spikes pose real political risks for Davis and he and his folks need and want an easy way out. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 price price NOUN NN Number=Sing 3 compound 3:compound _ 3 spikes spike NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 pose pose VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 pose pose VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 real real ADJ JJ Degree=Pos 7 amod 7:amod _ 6 political political ADJ JJ Degree=Pos 7 amod 7:amod _ 7 risks risk NOUN NNS Number=Plur 4 obj 4:obj _ @@ -87527,11 +87559,11 @@ 10 and and CCONJ CC _ 15 cc 15:cc _ 11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj|17:nsubj _ 12 and and CCONJ CC _ 14 cc 14:cc _ -13 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 folks folk NOUN NNS Number=Plur 11 conj 11:conj:and|15:nsubj _ -15 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +15 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 16 and and CCONJ CC _ 17 cc 17:cc _ -17 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 conj 15:conj:and _ +17 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 conj 15:conj:and _ 18 an a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 19 easy easy ADJ JJ Degree=Pos 20 amod 20:amod _ 20 way way NOUN NN Number=Sing 15 obj 15:obj|17:obj _ @@ -87540,36 +87572,36 @@ # sent_id = email-enronsent05_02-0080 # text = His press release following the hearing renewed the call for "refunds." -1 His he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 His his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 press press NOUN NN Number=Sing 3 compound 3:compound _ 3 release release NOUN NN Number=Sing 7 nsubj 7:nsubj _ 4 following follow VERB VBG VerbForm=Ger 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 hearing hearing NOUN NN Number=Sing 3 nmod 3:nmod:following _ -7 renewed renew VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 renewed renew VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 call call NOUN NN Number=Sing 7 obj 7:obj _ 10 for for ADP IN _ 12 case 12:case _ 11 " " PUNCT `` _ 12 punct 12:punct SpaceAfter=No 12 refunds refund NOUN NNS Number=Plur 9 nmod 9:nmod:for SpaceAfter=No -13 . . PUNCT . _ 7 punct 7:punct SpaceAfter=No -14 " " PUNCT '' _ 7 punct 7:punct _ +13 . . PUNCT . _ 12 punct 12:punct SpaceAfter=No +14 " " PUNCT '' _ 12 punct 12:punct _ # sent_id = email-enronsent05_02-0081 # text = On my panel, Loretta Lynch asked Reliant and Duke to supply her with the details of the contracts they cut to sell their power forward to marketers. 1 On on ADP IN _ 3 case 3:case _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 panel panel NOUN NN Number=Sing 7 obl 7:obl:on SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ -5 Loretta Loretta PROPN NNP Number=Sing 7 nsubj 7:nsubj|12:nsubj:xsubj _ +4 , , PUNCT , _ 3 punct 3:punct _ +5 Loretta Loretta PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 6 Lynch Lynch PROPN NNP Number=Sing 5 flat 5:flat _ -7 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -8 Reliant Reliant PROPN NNP Number=Sing 7 iobj 7:iobj _ +7 asked ask VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 Reliant Reliant PROPN NNP Number=Sing 7 iobj 7:iobj|12:nsubj:xsubj _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 Duke Duke PROPN NNP Number=Sing 8 conj 7:iobj|8:conj:and _ +10 Duke Duke PROPN NNP Number=Sing 8 conj 7:iobj|8:conj:and|12:nsubj:xsubj _ 11 to to PART TO _ 12 mark 12:mark _ 12 supply supply VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ -13 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 12 obj 12:obj _ +13 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 12 iobj 12:iobj _ 14 with with ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 details detail NOUN NNS Number=Plur 12 obl 12:obl:with _ @@ -87577,10 +87609,10 @@ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 contracts contract NOUN NNS Number=Plur 16 nmod 16:nmod:of _ 20 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 21 nsubj 21:nsubj _ -21 cut cut VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ +21 cut cut VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ 22 to to PART TO _ 23 mark 23:mark _ 23 sell sell VERB VB VerbForm=Inf 21 advcl 21:advcl:to _ -24 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 power power NOUN NN Number=Sing 23 obj 23:obj _ 26 forward forward ADV RB _ 23 advmod 23:advmod _ 27 to to ADP IN _ 28 case 28:case _ @@ -87595,7 +87627,7 @@ 3 Wood Wood PROPN NNP Number=Sing 2 flat 2:flat _ 4 's 's PART POS _ 2 case 2:case _ 5 remarks remark NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -6 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 cop 7:cop _ +6 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 7 extreme extreme ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 8 . . PUNCT . _ 7 punct 7:punct _ @@ -87605,21 +87637,21 @@ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 Barton Barton PROPN NNP Number=Sing 19 obl 19:obl:at _ 4 hearing hearing NOUN NN Number=Sing 3 flat 3:flat SpaceAfter=No -5 , , PUNCT , _ 19 punct 19:punct _ +5 , , PUNCT , _ 3 punct 3:punct _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 liberal liberal ADJ JJ Degree=Pos 8 amod 8:amod _ -8 democrat democrat PROPN NNP Number=Sing 19 nsubj 19:nsubj _ -9 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No +8 democrat Democrat PROPN NNP Number=Sing 19 nsubj 19:nsubj _ +9 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No 10 Filner Filner PROPN NNP Number=Sing 8 appos 8:appos SpaceAfter=No -11 ) ) PUNCT -RRB- _ 8 punct 8:punct _ +11 ) ) PUNCT -RRB- _ 10 punct 10:punct _ 12 and and CCONJ CC _ 15 cc 15:cc _ 13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 14 conservative conservative ADJ JJ Degree=Pos 15 amod 15:amod _ 15 Republican Republican PROPN NNP Number=Sing 8 conj 8:conj:and|19:nsubj _ -16 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No +16 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No 17 Hunter Hunter PROPN NNP Number=Sing 15 appos 15:appos SpaceAfter=No -18 ) ) PUNCT -RRB- _ 15 punct 15:punct _ -19 locked lock VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +18 ) ) PUNCT -RRB- _ 17 punct 17:punct _ +19 locked lock VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 20 arms arm NOUN NNS Number=Plur 19 obj 19:obj _ 21 in in SCONJ IN _ 22 mark 22:mark _ 22 calling call VERB VBG VerbForm=Ger 19 advcl 19:advcl:in _ @@ -87630,11 +87662,11 @@ # sent_id = email-enronsent05_02-0084 # text = Bilbray joined the "gouging" band wagon. 1 Bilbray Bilbray PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 joined join VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 joined join VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -4 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No +4 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 5 gouging gouging NOUN NN Number=Sing 8 compound 8:compound SpaceAfter=No -6 " " PUNCT '' _ 8 punct 8:punct _ +6 " " PUNCT '' _ 5 punct 5:punct _ 7 band band NOUN NN Number=Sing 8 compound 8:compound _ 8 wagon wagon NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ @@ -87644,17 +87676,17 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 utilities utility NOUN NNS Number=Plur 4 nsubj 4:nsubj|8:nsubj:xsubj _ 3 repeatedly repeatedly ADV RB _ 4 advmod 4:advmod _ -4 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 called call VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 on on ADP IN _ 6 case 6:case _ 6 FERC FERC PROPN NNP Number=Sing 4 obl 4:obl:on _ 7 to to PART TO _ 8 mark 8:mark _ 8 do do VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 9 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -10 " " PUNCT `` _ 13 punct 13:punct SpaceAfter=No +10 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No 11 real real ADJ JJ Degree=Pos 13 amod 13:amod SpaceAfter=No -12 " " PUNCT '' _ 13 punct 13:punct _ +12 " " PUNCT '' _ 11 punct 11:punct _ 13 investigation investigation NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ +14 , , PUNCT , _ 16 punct 16:punct _ 15 with with ADP IN _ 16 case 16:case _ 16 hearings hearing NOUN NNS Number=Plur 13 nmod 13:nmod:with SpaceAfter=No 17 , , PUNCT , _ 18 punct 18:punct _ @@ -87662,7 +87694,7 @@ 19 , , PUNCT , _ 21 punct 21:punct _ 20 data data NOUN NN Number=Sing 21 compound 21:compound _ 21 discovery discovery NOUN NN Number=Sing 16 conj 13:nmod:with|16:conj SpaceAfter=No -22 --- --- PUNCT , _ 16 punct 16:punct SpaceAfter=No +22 --- --- PUNCT , _ 24 punct 24:punct SpaceAfter=No 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 works work NOUN NNS Number=Plur 16 appos 16:appos SpaceAfter=No 25 . . PUNCT . _ 4 punct 4:punct _ @@ -87673,18 +87705,18 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 positive positive ADJ JJ Degree=Pos 4 amod 4:amod _ 4 side side NOUN NN Number=Sing 9 obl 9:obl:on SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 FERC FERC PROPN NNP Number=Sing 8 compound 8:compound _ 8 commissioners commissioner NOUN NNS Number=Plur 9 nsubj 9:nsubj _ -9 lauded laud VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 lauded laud VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 Wolak Wolak PROPN NNP Number=Sing 9 obj 9:obj SpaceAfter=No 11 , , PUNCT , _ 13 punct 13:punct _ -12 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 analysis analysis NOUN NN Number=Sing 10 conj 9:obj|10:conj:and SpaceAfter=No 14 , , PUNCT , _ 17 punct 17:punct _ 15 and and CCONJ CC _ 17 cc 17:cc _ -16 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 remarks remark NOUN NNS Number=Plur 10 conj 9:obj|10:conj:and _ 18 on on ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ @@ -87694,12 +87726,12 @@ # sent_id = email-enronsent05_02-0087 # text = Wolak said somewhat emphatically that the nature of California's market structure makes it impossible to single out a single participant as the culprit. 1 Wolak Wolak PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 somewhat somewhat ADV RB _ 4 advmod 4:advmod _ 4 emphatically emphatically ADV RB _ 2 advmod 2:advmod _ 5 that that SCONJ IN _ 13 mark 13:mark _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -7 nature nature NOUN NN Number=Sing 13 nsubj 13:nsubj|15:nsubj:xsubj _ +7 nature nature NOUN NN Number=Sing 13 nsubj 13:nsubj _ 8 of of ADP IN _ 12 case 12:case _ 9-10 California's _ _ _ _ _ _ _ _ 9 California California PROPN NNP Number=Sing 12 nmod:poss 12:nmod:poss _ @@ -87710,7 +87742,7 @@ 14 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 expl 13:expl _ 15 impossible impossible ADJ JJ Degree=Pos 13 xcomp 13:xcomp _ 16 to to PART TO _ 17 mark 17:mark _ -17 single single VERB VB VerbForm=Inf 13 ccomp 13:ccomp _ +17 single single VERB VB VerbForm=Inf 13 ccomp 13:ccomp|15:csubj:xsubj _ 18 out out ADP RP _ 17 compound:prt 17:compound:prt _ 19 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 20 single single ADJ JJ Degree=Pos 21 amod 21:amod _ @@ -87724,27 +87756,27 @@ # text = He also stated that just everyone's just acting in their own self-interest, responding to the screwed incentives embedded in the structure. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 stated state VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 stated state VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 that that SCONJ IN _ 9 mark 9:mark _ 5 just just ADV RB _ 6 advmod 6:advmod _ 6-7 everyone's _ _ _ _ _ _ _ _ -6 everyone everyone PRON NN Number=Sing 9 nsubj 9:nsubj|17:nsubj _ +6 everyone everyone PRON NN Number=Sing|PronType=Tot 9 nsubj 9:nsubj|17:nsubj _ 7 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 just just ADV RB _ 9 advmod 9:advmod _ 9 acting act VERB VBG Tense=Pres|VerbForm=Part 3 ccomp 3:ccomp _ 10 in in ADP IN _ 15 case 15:case _ -11 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +11 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 12 own own ADJ JJ Degree=Pos 15 amod 15:amod _ 13 self self NOUN NN Number=Sing 15 compound 15:compound SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 interest interest NOUN NN Number=Sing 9 obl 9:obl:in SpaceAfter=No 16 , , PUNCT , _ 17 punct 17:punct _ 17 responding respond VERB VBG Tense=Pres|VerbForm=Part 9 conj 3:ccomp|9:conj _ 18 to to ADP IN _ 21 case 21:case _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -20 screwed screw VERB VBN Tense=Past|VerbForm=Part 21 amod 21:amod _ +20 screwed screw VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 amod 21:amod _ 21 incentives incentive NOUN NNS Number=Plur 17 obl 17:obl:to _ -22 embedded embed VERB VBN Tense=Past|VerbForm=Part 21 acl 21:acl _ +22 embedded embed VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 acl 21:acl _ 23 in in ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 structure structure NOUN NN Number=Sing 22 obl 22:obl:in SpaceAfter=No @@ -87753,7 +87785,7 @@ # sent_id = email-enronsent05_02-0089 # text = IMPLICATION--It seems prudent for Enron to understand better its risks of getting fingered. 1 IMPLICATION implication NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 -- -- PUNCT : _ 1 punct 1:punct SpaceAfter=No +2 -- -- PUNCT : _ 4 punct 4:punct SpaceAfter=No 3 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 expl 4:expl _ 4 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 appos 1:appos _ 5 prudent prudent ADJ JJ Degree=Pos 4 xcomp 4:xcomp _ @@ -87761,8 +87793,8 @@ 7 Enron Enron PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 8 to to PART TO _ 9 mark 9:mark _ 9 understand understand VERB VB VerbForm=Inf 4 csubj 4:csubj _ -10 better better ADV RBR Degree=Cmp 9 advmod 9:advmod _ -11 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 better well ADV RBR Degree=Cmp 9 advmod 9:advmod _ +11 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 risks risk NOUN NNS Number=Plur 9 obj 9:obj _ 13 of of SCONJ IN _ 15 mark 15:mark _ 14 getting get AUX VBG VerbForm=Ger 15 aux:pass 15:aux:pass _ @@ -87773,25 +87805,25 @@ # text = In the best case, the clamoring for a "refund" subsides. 1 In in ADP IN _ 4 case 4:case _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 best best ADJ JJS Degree=Sup 4 amod 4:amod _ +3 best good ADJ JJS Degree=Sup 4 amod 4:amod _ 4 case case NOUN NN Number=Sing 13 obl 13:obl:in SpaceAfter=No -5 , , PUNCT , _ 13 punct 13:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 clamoring clamoring NOUN NN Number=Sing 13 nsubj 13:nsubj _ 8 for for ADP IN _ 11 case 11:case _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No 11 refund refund NOUN NN Number=Sing 7 nmod 7:nmod:for SpaceAfter=No -12 " " PUNCT '' _ 13 punct 13:punct _ +12 " " PUNCT '' _ 11 punct 11:punct _ 13 subsides subside VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 14 . . PUNCT . _ 13 punct 13:punct _ # sent_id = email-enronsent05_02-0091 # text = In which case, the only cost to Enron is the internal cost incurred to understand better the risks of getting fingered. 1 In in ADP IN _ 3 case 3:case _ -2 which which DET WDT PronType=Int 3 det 3:det _ +2 which which DET WDT PronType=Rel 3 det 3:det _ 3 case case NOUN NN Number=Sing 13 obl 13:obl:in SpaceAfter=No -4 , , PUNCT , _ 13 punct 13:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 only only ADJ JJ Degree=Pos 7 amod 7:amod _ 7 cost cost NOUN NN Number=Sing 13 nsubj 13:nsubj _ @@ -87801,10 +87833,10 @@ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 internal internal ADJ JJ Degree=Pos 13 amod 13:amod _ 13 cost cost NOUN NN Number=Sing 0 root 0:root _ -14 incurred incur VERB VBN Tense=Past|VerbForm=Part 13 acl 13:acl _ +14 incurred incur VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 acl 13:acl _ 15 to to PART TO _ 16 mark 16:mark _ 16 understand understand VERB VB VerbForm=Inf 14 advcl 14:advcl:to _ -17 better better ADV RBR Degree=Cmp 16 advmod 16:advmod _ +17 better well ADV RBR Degree=Cmp 16 advmod 16:advmod _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 risks risk NOUN NNS Number=Plur 16 obj 16:obj _ 20 of of SCONJ IN _ 22 mark 22:mark _ @@ -87818,17 +87850,17 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 medium medium ADJ JJ Degree=Pos 4 amod 4:amod _ 4 case case NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 investigations investigation NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -7 find find VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 find find VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 that that SCONJ IN _ 15 mark 15:mark _ 9 Enron Enron PROPN NNP Number=Sing 15 nsubj 15:nsubj _ -10 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No +10 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No 11 like like ADP IN _ 12 case 12:case _ 12 others other NOUN NNS Number=Plur 15 obl 15:obl:like SpaceAfter=No -13 ) ) PUNCT -RRB- _ 15 punct 15:punct _ +13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 14 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No -15 played play VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 ccomp 7:ccomp _ +15 played play VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 ccomp 7:ccomp _ 16 by by ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 rules rule NOUN NNS Number=Plur 15 obl 15:obl:by SpaceAfter=No @@ -87837,11 +87869,11 @@ 21 but but CCONJ CC _ 24 cc 24:cc _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 rules rule NOUN NNS Number=Plur 24 nsubj 24:nsubj _ -24 stunk stink VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 conj 7:ccomp|15:conj:but SpaceAfter=No +24 stunk stink VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 15 conj 7:ccomp|15:conj:but SpaceAfter=No 25 , , PUNCT , _ 28 punct 28:punct _ 26 and and CCONJ CC _ 28 cc 28:cc _ 27 Enron Enron PROPN NNP Number=Sing 28 nsubj 28:nsubj _ -28 profited profit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 conj 24:conj:and _ +28 profited profit VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 conj 24:conj:and _ 29 at at ADP IN _ 31 case 31:case _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 31 expense expense NOUN NN Number=Sing 28 obl 28:obl:at _ @@ -87854,9 +87886,9 @@ # text = You're right, Sue. 1-2 You're _ _ _ _ _ _ _ _ 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -2 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 right right ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ 5 Sue Sue PROPN NNP Number=Sing 3 vocative 3:vocative SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ @@ -87875,9 +87907,9 @@ 10 freeze freeze NOUN NN Number=Sing 7 obj 7:obj|11:nsubj:xsubj _ 11 over over ADV RB _ 7 xcomp 7:xcomp _ 12 in in ADP IN _ 14 case 14:case _ -13 some some DET DT _ 14 det 14:det _ +13 some some DET DT PronType=Ind 14 det 14:det _ 14 fashion fashion NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No -15 --- --- PUNCT , _ 16 punct 16:punct SpaceAfter=No +15 --- --- PUNCT , _ 4 punct 4:punct SpaceAfter=No 16 trying try VERB VBG VerbForm=Ger 0 root 0:root _ 17 to to PART TO _ 18 mark 18:mark _ 18 finesse finesse VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ @@ -87898,12 +87930,13 @@ # text = Harry also had a good comment---don't specify the amount of rate increase in our comments; rather note that the rate increase needs to be well-reasoned and based on facts and evidence. 1 Harry Harry PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 good good ADJ JJ Degree=Pos 6 amod 6:amod _ 6 comment comment NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -7 --- --- PUNCT , _ 6 punct 6:punct SpaceAfter=No -8 do do AUX VB Mood=Imp|VerbForm=Fin 10 aux 10:aux SpaceAfter=No +7 --- --- PUNCT , _ 10 punct 10:punct SpaceAfter=No +8-9 don't _ _ _ _ _ _ _ _ +8 do do AUX VB Mood=Imp|VerbForm=Fin 10 aux 10:aux _ 9 n't not PART RB _ 10 advmod 10:advmod _ 10 specify specify VERB VB Mood=Imp|VerbForm=Fin 6 appos 6:appos _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -87912,23 +87945,23 @@ 14 rate rate NOUN NN Number=Sing 15 compound 15:compound _ 15 increase increase NOUN NN Number=Sing 12 nmod 12:nmod:of _ 16 in in ADP IN _ 18 case 18:case _ -17 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 comments comment NOUN NNS Number=Plur 10 obl 10:obl:in SpaceAfter=No -19 ; ; PUNCT , _ 10 punct 10:punct _ -20 rather rather ADV RB _ 21 mark 21:mark _ -21 note note VERB VB Mood=Imp|VerbForm=Fin 10 advcl 10:advcl:rather _ +19 ; ; PUNCT , _ 21 punct 21:punct _ +20 rather rather ADV RB _ 21 advmod 21:advmod _ +21 note note VERB VB Mood=Imp|VerbForm=Fin 10 parataxis 10:parataxis _ 22 that that SCONJ IN _ 26 mark 26:mark _ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 24 rate rate NOUN NN Number=Sing 25 compound 25:compound _ 25 increase increase NOUN NN Number=Sing 26 nsubj 26:nsubj|31:nsubj:xsubj|33:nsubj:xsubj _ 26 needs need VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 ccomp 21:ccomp _ 27 to to PART TO _ 31 mark 31:mark _ -28 be be VERB VB VerbForm=Inf 31 aux:pass 31:aux:pass _ +28 be be AUX VB VerbForm=Inf 31 aux:pass 31:aux:pass _ 29 well well ADV RB Degree=Pos 31 advmod 31:advmod SpaceAfter=No -30 - - PUNCT HYPH _ 31 punct 31:punct SpaceAfter=No +30 - - PUNCT HYPH _ 29 punct 29:punct SpaceAfter=No 31 reasoned reason VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 26 xcomp 26:xcomp _ 32 and and CCONJ CC _ 33 cc 33:cc _ -33 based base VERB VBN Tense=Past|VerbForm=Part 31 conj 26:xcomp|31:conj:and _ +33 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 31 conj 26:xcomp|31:conj:and _ 34 on on ADP IN _ 35 case 35:case _ 35 facts fact NOUN NNS Number=Plur 33 obl 33:obl:on _ 36 and and CCONJ CC _ 37 cc 37:cc _ @@ -87947,14 +87980,14 @@ # sent_id = email-enronsent37_01-0001 # newpar id = email-enronsent37_01-p0001 # text = Shawna Johnson@ENRON -1 Shawna shawna X GW _ 0 root 0:root _ -2 Johnson@ENRON johnson@enron X ADD _ 1 goeswith 1:goeswith _ +1 Shawna shawnajohnson@enron X GW Typo=Yes 0 root 0:root _ +2 Johnson@ENRON _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent37_01-0002 # text = 02/22/2001 04:37 PM -1 02/22/2001 02/22/2001 NUM CD NumType=Card 0 root 0:root _ -2 04:37 04:37 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 02/22/2001 02/22/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 04:37 04:37 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent37_01-0003 # text = This is a request for your interview participation. @@ -87963,7 +87996,7 @@ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 request request NOUN NN Number=Sing 0 root 0:root _ 5 for for ADP IN _ 8 case 8:case _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 interview interview NOUN NN Number=Sing 8 compound 8:compound _ 8 participation participation NOUN NN Number=Sing 4 nmod 4:nmod:for SpaceAfter=No 9 . . PUNCT . _ 4 punct 4:punct _ @@ -87980,7 +88013,7 @@ 8 on on ADP IN _ 13 case 13:case _ 9 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 10 Penn Penn PROPN NNP Number=Sing 13 compound 13:compound SpaceAfter=No -11 , , PUNCT , _ 13 punct 13:punct _ +11 , , PUNCT , _ 10 punct 10:punct _ 12 undergraduate undergraduate ADJ JJ Degree=Pos 13 amod 13:amod _ 13 campus campus NOUN NN Number=Sing 0 root 0:root _ 14 interviewing interview VERB VBG VerbForm=Ger 13 advcl 13:advcl _ @@ -87997,43 +88030,43 @@ 2 to to ADP IN _ 1 fixed 1:fixed _ 3 business business NOUN NN Number=Sing 4 compound 4:compound _ 4 reasons reason NOUN NNS Number=Plur 14 obl 14:obl:due_to SpaceAfter=No -5 , , PUNCT , _ 14 punct 14:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 previously previously ADV RB _ 7 advmod 7:advmod _ -7 scheduled schedule VERB VBN Tense=Past|VerbForm=Part 8 amod 8:amod _ +7 scheduled schedule VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 amod 8:amod _ 8 interviewers interviewer NOUN NNS Number=Plur 14 nsubj 14:nsubj|16:nsubj:xsubj _ 9 from from ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 Penn Penn PROPN NNP Number=Sing 12 compound 12:compound _ 12 team team NOUN NN Number=Sing 8 nmod 8:nmod:from _ -13 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +13 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 14 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 15 to to PART TO _ 16 mark 16:mark _ 16 cancel cancel VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ -17 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 participation participation NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No 19 . . PUNCT . _ 14 punct 14:punct _ # sent_id = email-enronsent37_01-0006 # text = Currently, I need three interviewers for Thursday, March 1st and one interviewer for Friday, March 2nd. 1 Currently currently ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 three three NUM CD NumType=Card 6 nummod 6:nummod _ +4 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 three three NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 6 interviewers interviewer NOUN NNS Number=Plur 4 obj 4:obj _ -7 for for ADP IN _ 11 case 11:case _ -8 Thursday Thursday PROPN NNP Number=Sing 11 compound 11:compound SpaceAfter=No -9 , , PUNCT , _ 11 punct 11:punct _ -10 March March PROPN NNP Number=Sing 11 appos 11:appos _ -11 1st 1st NOUN NN Number=Sing 6 nmod 6:nmod:for _ +7 for for ADP IN _ 10 case 10:case _ +8 Thursday Thursday PROPN NNP Number=Sing 10 compound 10:compound SpaceAfter=No +9 , , PUNCT , _ 8 punct 8:punct _ +10 March March PROPN NNP Number=Sing 6 nmod 6:nmod:for _ +11 1st 1st NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 10 nummod 10:nummod _ 12 and and CCONJ CC _ 14 cc 14:cc _ -13 one one NUM CD NumType=Card 14 nummod 14:nummod _ +13 one one NUM CD NumForm=Word|NumType=Card 14 nummod 14:nummod _ 14 interviewer interviewer NOUN NN Number=Sing 6 conj 4:obj|6:conj:and _ 15 for for ADP IN _ 16 case 16:case _ 16 Friday Friday PROPN NNP Number=Sing 14 nmod 14:nmod:for SpaceAfter=No -17 , , PUNCT , _ 16 punct 16:punct _ +17 , , PUNCT , _ 18 punct 18:punct _ 18 March March PROPN NNP Number=Sing 16 appos 16:appos _ -19 2nd 2nd NOUN NN Number=Sing 18 nummod 18:nummod SpaceAfter=No +19 2nd 2nd NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 18 nummod 18:nummod SpaceAfter=No 20 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent37_01-0007 @@ -88043,7 +88076,7 @@ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj|4:nsubj:xsubj _ 4 know know VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 of of ADP IN _ 7 case 7:case _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 availability availability NOUN NN Number=Sing 4 obl 4:obl:of SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ @@ -88051,7 +88084,7 @@ # text = Campus interviews are scheduled as follows: 1 Campus campus NOUN NN Number=Sing 2 compound 2:compound _ 2 interviews interview NOUN NNS Number=Plur 4 nsubj:pass 4:nsubj:pass _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 scheduled schedule VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 as as SCONJ IN _ 6 mark 6:mark _ 6 follows follow VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:as SpaceAfter=No @@ -88061,7 +88094,7 @@ # newpar id = email-enronsent37_01-p0002 # text = Place: University of Pennsylvania 1 Place place NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 University University PROPN NNP Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 Pennsylvania Pennsylvania PROPN NNP Number=Sing 3 nmod 3:nmod:of _ @@ -88069,29 +88102,29 @@ # sent_id = email-enronsent37_01-0010 # text = Date: Thursday, March 1st Friday, March 2nd 1 Date date NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 Thursday Thursday PROPN NNP Number=Sing 1 appos 1:appos SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ 5 March March PROPN NNP Number=Sing 3 appos 3:appos _ -6 1st 1st NOUN NN Number=Sing 5 nummod 5:nummod _ -7 Friday Friday PROPN NNP Number=Sing 2 conj 1:punct|2:conj SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +6 1st 1st NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 5 nummod 5:nummod _ +7 Friday Friday PROPN NNP Number=Sing 3 conj 3:conj SpaceAfter=No +8 , , PUNCT , _ 9 punct 9:punct _ 9 March March PROPN NNP Number=Sing 7 appos 7:appos _ -10 2nd 2nd NOUN NN Number=Sing 9 nummod 9:nummod _ +10 2nd 2nd NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 9 nummod 9:nummod _ # sent_id = email-enronsent37_01-0011 # text = Day One Interviews Day Two Interviews 1 Day day NOUN NN Number=Sing 3 compound 3:compound _ -2 One one NUM CD NumType=Card 1 nummod 1:nummod _ +2 One one NUM CD NumForm=Word|NumType=Card 1 nummod 1:nummod _ 3 Interviews interview NOUN NNS Number=Plur 0 root 0:root _ 4 Day day NOUN NN Number=Sing 6 compound 6:compound _ -5 Two two NUM CD NumType=Card 4 nummod 4:nummod _ +5 Two two NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 6 Interviews interview NOUN NNS Number=Plur 3 conj 3:conj _ # sent_id = email-enronsent37_01-0012 # text = Where: On Campus Inn at Pen 1 Where where ADV WRB PronType=Int 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 5 punct 5:punct _ 3 On on ADP IN _ 5 case 5:case _ 4 Campus campus NOUN NN Number=Sing 5 compound 5:compound _ 5 Inn Inn PROPN NNP Number=Sing 1 appos 1:appos _ @@ -88101,43 +88134,43 @@ # sent_id = email-enronsent37_01-0013 # text = Time: 8:00 - 5:00 8:00 - 5:00 1 Time time NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ -3 8:00 8:00 NUM CD NumType=Card 1 appos 1:appos _ +2 : : PUNCT : _ 3 punct 3:punct _ +3 8:00 8:00 NUM CD NumForm=Digit|NumType=Card 1 appos 1:appos _ 4 - - SYM SYM _ 5 case 5:case _ -5 5:00 5:00 NUM CD NumType=Card 3 nmod 3:nmod _ -6 8:00 8:00 NUM CD NumType=Card 3 conj 1:appos|3:conj _ +5 5:00 5:00 NUM CD NumForm=Digit|NumType=Card 3 nmod 3:nmod _ +6 8:00 8:00 NUM CD NumForm=Digit|NumType=Card 3 conj 1:appos|3:conj _ 7 - - SYM SYM _ 8 case 8:case _ -8 5:00 5:00 NUM CD NumType=Card 6 nmod 6:nmod _ +8 5:00 5:00 NUM CD NumForm=Digit|NumType=Card 6 nmod 6:nmod _ # sent_id = email-enronsent37_01-0014 # text = Interviewers: Kevin McGowan- confirmed 1 Interviewers interviewer NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 Kevin Kevin PROPN NNP Number=Sing 1 appos 1:appos _ 4 McGowan McGowan PROPN NNP Number=Sing 3 flat 3:flat SpaceAfter=No -5 - - PUNCT , _ 3 punct 3:punct _ -6 confirmed confirm VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ +5 - - PUNCT , _ 6 punct 6:punct _ +6 confirmed confirm VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ # sent_id = email-enronsent37_01-0015 # text = Jen Fraser- confirmed 1 Jen Jen PROPN NNP Number=Sing 0 root 0:root _ 2 Fraser Fraser PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 - - PUNCT , _ 1 punct 1:punct _ -4 confirmed confirm VERB VBN Tense=Past|VerbForm=Part 1 acl 1:acl _ +3 - - PUNCT , _ 4 punct 4:punct _ +4 confirmed confirm VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 acl 1:acl _ # sent_id = email-enronsent37_01-0016 # text = Margaret Rhee- confirmed 1 Margaret Margaret PROPN NNP Number=Sing 0 root 0:root _ 2 Rhee Rhee PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 - - PUNCT , _ 1 punct 1:punct _ -4 confirmed confirm VERB VBN Tense=Past|VerbForm=Part 1 acl 1:acl _ +3 - - PUNCT , _ 4 punct 4:punct _ +4 confirmed confirm VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 acl 1:acl _ # sent_id = email-enronsent37_01-0017 # text = Chris Hilgert- confirmed 1 Chris Chris PROPN NNP Number=Sing 0 root 0:root _ 2 Hilgert Hilgert PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 - - PUNCT , _ 1 punct 1:punct _ -4 confirmed confirm VERB VBN Tense=Past|VerbForm=Part 1 acl 1:acl _ +3 - - PUNCT , _ 4 punct 4:punct _ +4 confirmed confirm VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 acl 1:acl _ # sent_id = email-enronsent37_01-0018 # text = In the event that you have scheduling conflicts and cannot participate, any referrals at the Director or VP level would be greatly appreciated. @@ -88146,7 +88179,7 @@ 3 event event NOUN NN Number=Sing 25 obl 25:obl:in _ 4 that that SCONJ IN _ 6 mark 6:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj|12:nsubj _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 acl 3:acl:that _ +6 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 acl 3:acl:that _ 7 scheduling scheduling NOUN NN Number=Sing 8 compound 8:compound _ 8 conflicts conflict NOUN NNS Number=Plur 6 obj 6:obj _ 9 and and CCONJ CC _ 12 cc 12:cc _ @@ -88154,8 +88187,8 @@ 10 can can AUX MD VerbForm=Fin 12 aux 12:aux _ 11 not not PART RB _ 12 advmod 12:advmod _ 12 participate participate VERB VB VerbForm=Inf 6 conj 3:acl:that|6:conj:and SpaceAfter=No -13 , , PUNCT , _ 25 punct 25:punct _ -14 any any DET DT _ 15 det 15:det _ +13 , , PUNCT , _ 3 punct 3:punct _ +14 any any DET DT PronType=Ind 15 det 15:det _ 15 referrals referral NOUN NNS Number=Plur 25 nsubj:pass 25:nsubj:pass _ 16 at at ADP IN _ 21 case 21:case _ 17 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ @@ -88173,11 +88206,11 @@ # text = As always, thank you for your time and please contact me @ ext 58369 if you have any questions. 1 As as ADP IN _ 2 case 2:case _ 2 always always ADV RB _ 4 obl 4:obl:as SpaceAfter=No -3 , , PUNCT , _ 4 punct 4:punct _ -4 thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 , , PUNCT , _ 2 punct 2:punct _ +4 thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 obj 4:obj _ 6 for for ADP IN _ 8 case 8:case _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 time time NOUN NN Number=Sing 4 obl 4:obl:for _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 please please INTJ UH _ 11 discourse 11:discourse _ @@ -88185,11 +88218,11 @@ 12 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 11 obj 11:obj _ 13 @ @ ADP IN _ 14 case 14:case _ 14 ext ext NOUN NN Number=Sing 11 obl 11:obl _ -15 58369 58369 NUM CD NumType=Card 14 nummod 14:nummod _ +15 58369 58369 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 16 if if SCONJ IN _ 18 mark 18:mark _ 17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ -18 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:if _ -19 any any DET DT _ 20 det 20:det _ +18 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:if _ +19 any any DET DT PronType=Ind 20 det 20:det _ 20 questions question NOUN NNS Number=Plur 18 obj 18:obj SpaceAfter=No 21 . . PUNCT . _ 4 punct 4:punct _ @@ -88215,13 +88248,13 @@ 2 'll will AUX MD VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 say say VERB VB VerbForm=Inf 0 root 0:root _ -5 anything anything PRON NN Number=Sing 4 obj 4:obj SpaceAfter=No +5 anything anything PRON NN Number=Sing|PronType=Ind 4 obj 4:obj SpaceAfter=No 6 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent37_01-0023 # newpar id = email-enronsent37_01-p0003 # text = Best -1 Best best ADJ JJS Degree=Sup 0 root 0:root _ +1 Best good ADJ JJS Degree=Sup 0 root 0:root _ # sent_id = email-enronsent37_01-0024 # newpar id = email-enronsent37_01-p0004 @@ -88242,9 +88275,9 @@ # sent_id = email-enronsent37_01-0026 # text = 01/26/2001 12:48 PM -1 01/26/2001 01/26/2001 NUM CD NumType=Card 0 root 0:root _ -2 12:48 12:48 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 01/26/2001 01/26/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 12:48 12:48 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent37_01-0027 # text = Please don't mention my NY trip to anyone. @@ -88253,11 +88286,11 @@ 2 do do AUX VB Mood=Imp|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 mention mention VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 NY NY PROPN NNP Number=Sing 7 compound 7:compound _ 7 trip trip NOUN NN Number=Sing 4 obj 4:obj _ 8 to to ADP IN _ 9 case 9:case _ -9 anyone anyone PRON NN Number=Sing 4 obl 4:obl:to SpaceAfter=No +9 anyone anyone PRON NN Number=Sing|PronType=Ind 4 obl 4:obl:to SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent37_01-0028 @@ -88283,7 +88316,7 @@ # sent_id = email-enronsent37_01-0031 # text = have you gotten a price? -1 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 gotten get VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ @@ -88298,9 +88331,9 @@ # sent_id = email-enronsent37_01-0033 # text = 01/25/2001 09:40 AM -1 01/25/2001 01/25/2001 NUM CD NumType=Card 0 root 0:root _ -2 09:40 09:40 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 01/25/2001 01/25/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 09:40 09:40 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent37_01-0034 # text = fyi @@ -88318,7 +88351,7 @@ 8 Loch Loch PROPN NNP Number=Sing 7 flat 7:flat _ 9 in in ADP IN _ 10 case 10:case _ 10 ENA ENA PROPN NNP Number=Sing 1 nmod 1:nmod:in _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 working work VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 13 with with ADP IN _ 14 case 14:case _ 14 producers producer NOUN NNS Number=Plur 12 obl 12:obl:with _ @@ -88331,7 +88364,7 @@ 21 water water NOUN NN Number=Sing 30 compound 30:compound _ 22 offshore offshore ADJ JJ Degree=Pos 30 amod 30:amod _ 23 Louisiana Louisiana PROPN NNP Number=Sing 25 compound 25:compound SpaceAfter=No -24 / / PUNCT , _ 25 punct 25:punct SpaceAfter=No +24 / / PUNCT , _ 23 punct 23:punct SpaceAfter=No 25 Texas Texas PROPN NNP Number=Sing 30 compound 30:compound _ 26 oil oil NOUN NN Number=Sing 30 compound 30:compound _ 27 and and CCONJ CC _ 28 cc 28:cc _ @@ -88350,7 +88383,7 @@ 6 started start VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 help help VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ -9 ENA ENA PROPN NNP Number=Sing 8 iobj 8:iobj _ +9 ENA ENA PROPN NNP Number=Sing 8 obj 8:obj|10:nsubj:xsubj _ 10 secure secure VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 long long ADJ JJ Degree=Pos 12 amod 12:amod _ 12 term term NOUN NN Number=Sing 14 compound 14:compound _ @@ -88373,9 +88406,9 @@ # sent_id = email-enronsent37_01-0037 # text = Just like what happened in Enron's initial VPP program they are find more interest in oil drilling projects rather than natural gas projects. 1 Just just ADV RB _ 3 advmod 3:advmod _ -2 like like SCONJ IN _ 3 case 3:case _ -3 what what PRON WP PronType=Int 13 obl 13:obl:like _ -4 happened happen VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +2 like like ADP IN _ 3 case 3:case _ +3 what what PRON WP PronType=Rel 13 obl 4:nsubj|13:obl:like _ +4 happened happen VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 5 in in ADP IN _ 10 case 10:case _ 6-7 Enron's _ _ _ _ _ _ _ _ 6 Enron Enron PROPN NNP Number=Sing 10 nmod:poss 10:nmod:poss _ @@ -88384,7 +88417,7 @@ 9 VPP vpp NOUN NN Number=Sing 10 compound 10:compound _ 10 program program NOUN NN Number=Sing 4 obl 4:obl:in _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 find find VERB VB VerbForm=Inf 0 root 0:root _ 14 more more ADJ JJR Degree=Cmp 15 amod 15:amod _ 15 interest interest NOUN NN Number=Sing 13 obj 13:obj _ @@ -88402,7 +88435,7 @@ # sent_id = email-enronsent37_01-0038 # text = They are currently working on a bid (due 1/31) for the Medusa project which involves Murphy (operator), Agip and Callon in Mississippi Canyon Blocks #538 and #582. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 currently currently ADV RB _ 4 advmod 4:advmod _ 4 working work VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 on on ADP IN _ 7 case 7:case _ @@ -88410,7 +88443,7 @@ 7 bid bid NOUN NN Number=Sing 4 obl 4:obl:on _ 8 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No 9 due due ADJ JJ Degree=Pos 7 amod 7:amod _ -10 1/31 1/31 NUM CD NumType=Card 9 obl:npmod 9:obl:npmod SpaceAfter=No +10 1/31 1/31 NUM CD NumForm=Digit|NumType=Card 9 obl:npmod 9:obl:npmod SpaceAfter=No 11 ) ) PUNCT -RRB- _ 9 punct 9:punct _ 12 for for ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -88429,12 +88462,12 @@ 26 in in ADP IN _ 29 case 29:case _ 27 Mississippi Mississippi PROPN NNP Number=Sing 28 compound 28:compound _ 28 Canyon Canyon PROPN NNP Number=Sing 29 compound 29:compound _ -29 Blocks Blocks PROPN NNPS Number=Plur 17 obl 17:obl:in _ +29 Blocks Block PROPN NNPS Number=Plur 17 obl 17:obl:in _ 30 # # SYM NN Number=Sing 29 compound 29:compound SpaceAfter=No -31 538 538 NUM CD NumType=Card 30 nummod 30:nummod _ +31 538 538 NUM CD NumForm=Digit|NumType=Card 30 nummod 30:nummod _ 32 and and CCONJ CC _ 33 cc 33:cc _ 33 # # SYM NN Number=Sing 30 conj 29:compound|30:conj:and SpaceAfter=No -34 582 582 NUM CD NumType=Card 33 nummod 33:nummod SpaceAfter=No +34 582 582 NUM CD NumForm=Digit|NumType=Card 33 nummod 33:nummod SpaceAfter=No 35 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent37_01-0039 @@ -88443,30 +88476,30 @@ 2 initial initial ADJ JJ Degree=Pos 4 amod 4:amod _ 3 reservoir reservoir NOUN NN Number=Sing 4 compound 4:compound _ 4 reports report NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -5 estimate estimate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 estimate estimate VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 reserves reserve NOUN NNS Number=Plur 5 obj 5:obj _ 7 of of ADP IN _ 12 case 12:case _ -8 80 80 NUM CD NumType=Card 11 compound 11:compound SpaceAfter=No +8 80 80 NUM CD NumForm=Digit|NumType=Card 11 compound 11:compound SpaceAfter=No 9 - - SYM SYM _ 10 case 10:case SpaceAfter=No -10 120 120 NUM CD NumType=Card 8 nmod 8:nmod _ -11 million million NUM CD NumType=Card 12 nummod 12:nummod _ +10 120 120 NUM CD NumForm=Digit|NumType=Card 8 nmod 8:nmod _ +11 million million NUM CD NumForm=Word|NumType=Card 12 nummod 12:nummod _ 12 barrels barrel NOUN NNS Number=Plur 6 nmod 6:nmod:of _ 13 of of ADP IN _ 15 case 15:case _ 14 sour sour ADJ JJ Degree=Pos 15 amod 15:amod _ 15 crude crude NOUN NN Number=Sing 12 nmod 12:nmod:of _ 16 and and CCONJ CC _ 18 cc 18:cc _ 17 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -18 estimate estimate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +18 estimate estimate VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 19 initial initial ADJ JJ Degree=Pos 20 amod 20:amod _ 20 production production NOUN NN Number=Sing 18 obj 18:obj|24:nsubj:xsubj _ 21 to to PART TO _ 24 mark 24:mark _ 22 be be AUX VB VerbForm=Inf 24 cop 24:cop _ -23 40,000 40,000 NUM CD NumType=Card 24 nummod 24:nummod _ +23 40,000 40000 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod _ 24 bpd bpd NOUN NNS Number=Plur 18 xcomp 18:xcomp _ 25 starting start VERB VBG VerbForm=Ger 24 acl 24:acl _ 26 in in ADP IN _ 27 case 27:case _ 27 1Q 1q NOUN NN Number=Sing 25 obl 25:obl:in _ -28 2003 2003 NUM CD NumType=Card 27 nummod 27:nummod SpaceAfter=No +28 2003 2003 NUM CD NumForm=Digit|NumType=Card 27 nummod 27:nummod SpaceAfter=No 29 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent37_01-0040 @@ -88481,25 +88514,25 @@ 8 type type NOUN NN Number=Sing 9 compound 9:compound _ 9 crude crude NOUN NN Number=Sing 3 xcomp 3:xcomp _ 10 with with ADP IN _ 15 case 15:case _ -11 25 25 NUM CD NumType=Card 15 compound 15:compound SpaceAfter=No +11 25 25 NUM CD NumForm=Digit|NumType=Card 15 compound 15:compound SpaceAfter=No 12 - - SYM SYM _ 13 case 13:case SpaceAfter=No -13 27 27 NUM CD NumType=Card 11 nmod 11:nmod _ +13 27 27 NUM CD NumForm=Digit|NumType=Card 11 nmod 11:nmod _ 14 API api NOUN NN Number=Sing 15 compound 15:compound _ 15 Gravity gravity NOUN NN Number=Sing 9 nmod 9:nmod:with _ 16 and and CCONJ CC _ 21 cc 21:cc _ -17 1.5 1.5 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No +17 1.5 1.5 NUM CD NumForm=Digit|NumType=Frac 20 nummod 20:nummod SpaceAfter=No 18 - - SYM SYM _ 19 case 19:case SpaceAfter=No -19 2.0 2.0 NUM CD NumType=Card 17 nmod 17:nmod SpaceAfter=No +19 2.0 2.0 NUM CD NumForm=Digit|NumType=Frac 17 nmod 17:nmod SpaceAfter=No 20 % % SYM NN Number=Sing 21 compound 21:compound _ 21 sulfur sulfur NOUN NN Number=Sing 15 conj 9:nmod:with|15:conj:and SpaceAfter=No 22 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent37_01-0041 # text = Plans are to build a private pipeline to Equilon's West Delta #143 platform and then bring the oil onshore. -1 Plans plan NOUN NNS Number=Plur 2 nsubj 2:nsubj _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Plans plan NOUN NNS Number=Plur 4 nsubj:outer 4:nsubj:outer|18:nsubj:outer _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 to to PART TO _ 4 mark 4:mark _ -4 build build VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ +4 build build VERB VB VerbForm=Inf 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 private private ADJ JJ Degree=Pos 7 amod 7:amod _ 7 pipeline pipeline NOUN NN Number=Sing 4 obj 4:obj _ @@ -88510,15 +88543,15 @@ 11 West West PROPN NNP Number=Sing 12 compound 12:compound _ 12 Delta Delta PROPN NNP Number=Sing 15 compound 15:compound _ 13 # # SYM NN Number=Sing 15 compound 15:compound SpaceAfter=No -14 143 143 NUM CD NumType=Card 13 nummod 13:nummod _ +14 143 143 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 15 platform platform NOUN NN Number=Sing 7 nmod 7:nmod:to _ 16 and and CCONJ CC _ 18 cc 18:cc _ 17 then then ADV RB PronType=Dem 18 advmod 18:advmod _ -18 bring bring VERB VB VerbForm=Inf 4 conj 2:ccomp|4:conj:and _ +18 bring bring VERB VB VerbForm=Inf 4 conj 0:root|4:conj:and _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 oil oil NOUN NN Number=Sing 18 obj 18:obj _ 21 onshore onshore ADV RB _ 18 advmod 18:advmod SpaceAfter=No -22 . . PUNCT . _ 2 punct 2:punct _ +22 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent37_01-0042 # text = Peggy is finding out where WD #143 pumps to onshore. @@ -88526,10 +88559,10 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 finding find VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 out out ADP RP _ 3 compound:prt 3:compound:prt _ -5 where where SCONJ WRB PronType=Int 9 mark 9:mark _ +5 where where ADV WRB PronType=Int 9 advmod 9:advmod _ 6 WD WD PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 7 # # SYM NN Number=Sing 6 compound 6:compound SpaceAfter=No -8 143 143 NUM CD NumType=Card 7 nummod 7:nummod _ +8 143 143 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 9 pumps pump VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:where _ 10 to to ADP IN _ 9 obl 9:obl _ 11 onshore onshore ADV RB _ 9 advmod 9:advmod SpaceAfter=No @@ -88547,9 +88580,9 @@ 7 know know VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 if if SCONJ IN _ 10 mark 10:mark _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ -11 any any DET DT _ 12 det 12:det _ -12 interesting interesting NOUN NN Number=Sing 10 obj 10:obj _ +10 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ +11 any any DET DT PronType=Ind 12 det 12:det _ +12 interesting interest NOUN NN Number=Sing|Typo=Yes 10 obj 10:obj CorrectForm=interest 13 in in SCONJ IN _ 14 mark 14:mark _ 14 buying buy VERB VBG VerbForm=Ger 12 acl 12:acl:in _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -88557,7 +88590,7 @@ 17 on on ADP IN _ 23 case 23:case _ 18 either either CCONJ CC _ 20 cc:preconj 20:cc:preconj _ 19 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ -20 fixed fix VERB VBN Tense=Past|VerbForm=Part 23 amod 23:amod _ +20 fixed fix VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 amod 23:amod _ 21 or or CCONJ CC _ 22 cc 22:cc _ 22 floating float VERB VBG VerbForm=Ger 20 conj 20:conj:or|23:amod _ 23 basis basis NOUN NN Number=Sing 14 obl 14:obl:on SpaceAfter=No @@ -88606,15 +88639,15 @@ 21 to to PART TO _ 22 mark 22:mark _ 22 get get VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ 23 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 22 iobj 22:iobj _ -24 first first ADJ JJ Degree=Pos|NumType=Ord 29 amod 29:amod _ +24 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 29 amod 29:amod _ 25 and and CCONJ CC _ 28 cc 28:cc SpaceAfter=No -26 / / PUNCT , _ 28 cc 28:cc SpaceAfter=No -27 or or CCONJ CC _ 28 cc 28:cc _ -28 last last ADJ JJ Degree=Pos 24 conj 24:conj:or|29:amod _ +26 / / SYM SYM _ 27 cc 27:cc SpaceAfter=No +27 or or CCONJ CC _ 25 conj 25:conj:slash|28:cc _ +28 last last ADJ JJ Degree=Pos 24 conj 24:conj:and_or|29:amod _ 29 look look NOUN NN Number=Sing 22 obj 22:obj _ 30 from from ADP IN _ 31 case 31:case _ 31 Murphy Murphy PROPN NNP Number=Sing 22 obl 22:obl:from _ -32 when when SCONJ WRB PronType=Int 36 mark 36:mark _ +32 when when ADV WRB PronType=Int 36 advmod 36:advmod _ 33 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ 34 time time NOUN NN Number=Sing 36 nsubj 36:nsubj _ 35 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 36 cop 36:cop _ @@ -88623,16 +88656,16 @@ # sent_id = email-enronsent37_01-0046 # text = Another alternative is to give Murphy barrels at their 95,000 bpd Meraux, Louisiana refinery in exchange for the new production barrels. -1 Another another DET DT _ 2 det 2:det _ -2 alternative alternative NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Another another DET DT PronType=Ind 2 det 2:det _ +2 alternative alternative NOUN NN Number=Sing 5 nsubj:outer 5:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 to to PART TO _ 5 mark 5:mark _ -5 give give VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +5 give give VERB VB VerbForm=Inf 0 root 0:root _ 6 Murphy Murphy PROPN NNP Number=Sing 5 iobj 5:iobj _ 7 barrels barrel NOUN NNS Number=Plur 5 obj 5:obj _ 8 at at ADP IN _ 15 case 15:case _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ -10 95,000 95,000 NUM CD NumType=Card 11 nummod 11:nummod _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +10 95,000 95000 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 11 bpd bpd NOUN NN Number=Sing 15 compound 15:compound _ 12 Meraux Meraux PROPN NNP Number=Sing 15 compound 15:compound SpaceAfter=No 13 , , PUNCT , _ 14 punct 14:punct _ @@ -88645,21 +88678,21 @@ 20 new new ADJ JJ Degree=Pos 22 amod 22:amod _ 21 production production NOUN NN Number=Sing 22 compound 22:compound _ 22 barrels barrel NOUN NNS Number=Plur 17 nmod 17:nmod:for SpaceAfter=No -23 . . PUNCT . _ 3 punct 3:punct _ +23 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent37_01-0047 # text = Could someone in your group please give me a notional non binding basis differential for this quality of crude for Cal 2003? 1 Could could AUX MD VerbForm=Fin 7 aux 7:aux _ -2 someone someone PRON NN Number=Sing 7 nsubj 7:nsubj _ +2 someone someone PRON NN Number=Sing|PronType=Ind 7 nsubj 7:nsubj _ 3 in in ADP IN _ 5 case 5:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 group group NOUN NN Number=Sing 2 nmod 2:nmod:in _ 6 please please INTJ UH _ 7 discourse 7:discourse _ 7 give give VERB VB VerbForm=Inf 0 root 0:root _ 8 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 7 iobj 7:iobj _ 9 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 10 notional notional ADJ JJ Degree=Pos 14 amod 14:amod _ -11 non non X AFX _ 12 advmod 12:advmod _ +11 non non ADV AFX _ 12 advmod 12:advmod _ 12 binding bind VERB VBG VerbForm=Ger 14 amod 14:amod _ 13 basis basis ADJ JJ Degree=Pos 14 amod 14:amod _ 14 differential differential NOUN NN Number=Sing 7 obj 7:obj _ @@ -88670,7 +88703,7 @@ 19 crude crude NOUN NN Number=Sing 17 nmod 17:nmod:of _ 20 for for ADP IN _ 21 case 21:case _ 21 Cal Cal PROPN NNP Number=Sing 14 nmod 14:nmod:for _ -22 2003 2003 NUM CD NumType=Card 21 nummod 21:nummod SpaceAfter=No +22 2003 2003 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod SpaceAfter=No 23 ? ? PUNCT . _ 7 punct 7:punct _ # sent_id = email-enronsent37_01-0048 @@ -88680,14 +88713,14 @@ # sent_id = email-enronsent37_01-0049 # text = Amanda Huble@ENRON -1 Amanda amanda X GW _ 0 root 0:root _ -2 Huble@ENRON huble@enron X ADD _ 1 goeswith 1:goeswith _ +1 Amanda amandahuble@enron X GW Typo=Yes 0 root 0:root _ +2 Huble@ENRON _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent37_01-0050 # text = 01/24/2001 01:02 PM -1 01/24/2001 01/24/2001 NUM CD NumType=Card 0 root 0:root _ -2 01:02 01:02 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 01/24/2001 01/24/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 01:02 01:02 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent37_01-0051 # text = Please address, and I'll check with Legal as well. @@ -88710,10 +88743,10 @@ 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2 typically typically ADV RB _ 4 advmod 4:advmod _ 3 only only ADV RB _ 4 advmod 4:advmod _ -4 book book VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 book book VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 deals deal NOUN NNS Number=Plur 4 obj 4:obj _ -6 when when SCONJ WRB PronType=Int 9 mark 9:mark _ -7 everything everything PRON NN Number=Sing 9 nsubj:pass 9:nsubj:pass _ +6 when when ADV WRB PronType=Int 9 advmod 9:advmod _ +7 everything everything PRON NN Number=Sing|PronType=Tot 9 nsubj:pass 9:nsubj:pass _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux:pass 9:aux:pass _ 9 signed sign VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 advcl 4:advcl:when _ 10 off off ADP RP _ 9 compound:prt 9:compound:prt SpaceAfter=No @@ -88730,41 +88763,41 @@ # sent_id = email-enronsent37_01-0055 # text = 01/26/2001 09:37 AM -1 01/26/2001 01/26/2001 NUM CD NumType=Card 0 root 0:root _ -2 09:37 09:37 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 01/26/2001 01/26/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 09:37 09:37 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent37_01-0056 # text = following up on our discussion yesterday; for these types of deals, i dont think its necessary to have all the documentation of our counterparty's authorization to enter into the agreement. 1 following follow VERB VBG VerbForm=Ger 17 advcl 17:advcl _ 2 up up ADP RP _ 1 compound:prt 1:compound:prt _ 3 on on ADP IN _ 5 case 5:case _ -4 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 discussion discussion NOUN NN Number=Sing 1 obl 1:obl:on _ 6 yesterday yesterday NOUN NN Number=Sing 5 nmod:tmod 5:nmod:tmod SpaceAfter=No -7 ; ; PUNCT , _ 17 punct 17:punct _ +7 ; ; PUNCT , _ 1 punct 1:punct _ 8 for for ADP IN _ 10 case 10:case _ 9 these this DET DT Number=Plur|PronType=Dem 10 det 10:det _ 10 types type NOUN NNS Number=Plur 17 obl 17:obl:for _ 11 of of ADP IN _ 12 case 12:case _ 12 deals deal NOUN NNS Number=Plur 10 nmod 10:nmod:of SpaceAfter=No -13 , , PUNCT , _ 17 punct 17:punct _ -14 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ +13 , , PUNCT , _ 10 punct 10:punct _ +14 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ 15-16 dont _ _ _ _ _ _ _ _ -15 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ -16 nt not PART RB _ 17 advmod 17:advmod _ +15 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +16 nt not PART RB Typo=Yes 17 advmod 17:advmod CorrectForm=n't 17 think think VERB VB VerbForm=Inf 0 root 0:root _ 18-19 its _ _ _ _ _ _ _ _ 18 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 expl 20:expl _ -19 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ +19 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 20 cop 20:cop CorrectForm='s 20 necessary necessary ADJ JJ Degree=Pos 17 ccomp 17:ccomp _ 21 to to PART TO _ 22 mark 22:mark _ 22 have have VERB VB VerbForm=Inf 20 csubj 20:csubj _ -23 all all DET PDT _ 25 det:predet 25:det:predet _ +23 all all DET PDT PronType=Tot 25 det:predet 25:det:predet _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 documentation documentation NOUN NN Number=Sing 22 obj 22:obj _ 26 of of ADP IN _ 30 case 30:case _ -27 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +27 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ 28-29 counterparty's _ _ _ _ _ _ _ _ 28 counterparty counterparty NOUN NN Number=Sing 30 nmod:poss 30:nmod:poss _ 29 's 's PART POS _ 28 case 28:case _ @@ -88779,7 +88812,7 @@ # sent_id = email-enronsent37_01-0057 # text = these are short term transactions and requiring this documentation will cause us to lose business because competitive alternatives do not have such burdensome requirements. 1 these this PRON DT Number=Plur|PronType=Dem 5 nsubj 5:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 short short ADJ JJ Degree=Pos 4 amod 4:amod _ 4 term term NOUN NN Number=Sing 5 compound 5:compound _ 5 transactions transaction NOUN NNS Number=Plur 0 root 0:root _ @@ -88789,14 +88822,14 @@ 9 documentation documentation NOUN NN Number=Sing 7 obj 7:obj _ 10 will will AUX MD VerbForm=Fin 11 aux 11:aux _ 11 cause cause VERB VB VerbForm=Inf 5 conj 5:conj:and _ -12 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 11 obj 11:obj|14:nsubj:xsubj _ +12 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 11 iobj 11:iobj|14:nsubj:xsubj _ 13 to to PART TO _ 14 mark 14:mark _ 14 lose lose VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 15 business business NOUN NN Number=Sing 14 obj 14:obj _ 16 because because SCONJ IN _ 21 mark 21:mark _ 17 competitive competitive ADJ JJ Degree=Pos 18 amod 18:amod _ 18 alternatives alternative NOUN NNS Number=Plur 21 nsubj 21:nsubj _ -19 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ +19 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ 20 not not PART RB _ 21 advmod 21:advmod _ 21 have have VERB VB VerbForm=Inf 11 advcl 11:advcl:because _ 22 such such ADJ JJ Degree=Pos 24 amod 24:amod _ @@ -88810,14 +88843,14 @@ 2 primary primary ADJ JJ Degree=Pos 3 amod 3:amod _ 3 reason reason NOUN NN Number=Sing 11 nsubj 11:nsubj _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +5 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 these this DET DT Number=Plur|PronType=Dem 7 det 7:det _ 7 things thing NOUN NNS Number=Plur 5 obj 5:obj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 9 for for ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -11 scenario scenario NOUN NN Number=Sing 0 root 0:root _ -12 where where SCONJ WRB PronType=Rel 15 mark 15:mark _ +11 scenario scenario NOUN NN Number=Sing 0 root 0:root|15:obl _ +12 where where ADV WRB PronType=Rel 15 advmod 11:ref _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 muni muni NOUN NN Number=Sing 15 nsubj 15:nsubj|26:nsubj|33:nsubj _ 15 does do VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ @@ -88827,14 +88860,14 @@ 19 with with ADP IN _ 24 case 24:case _ 20 an a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 21 open open ADJ JJ Degree=Pos 23 amod 23:amod SpaceAfter=No -22 - - PUNCT HYPH _ 23 punct 23:punct SpaceAfter=No +22 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No 23 ended ended ADJ JJ Degree=Pos 24 amod 24:amod _ 24 downside downside NOUN NN Number=Sing 18 nmod 18:nmod:with SpaceAfter=No 25 , , PUNCT , _ 26 punct 26:punct _ 26 loses lose VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 conj 11:acl:relcl|15:conj:and _ 27 $ $ SYM $ _ 26 obj 26:obj SpaceAfter=No -28 50 50 NUM CD NumType=Card 27 nummod 27:nummod _ -29 million million NUM CD NumType=Card 28 compound 28:compound SpaceAfter=No +28 50 50 NUM CD NumForm=Digit|NumType=Card 27 nummod 27:nummod _ +29 million million NUM CD NumForm=Word|NumType=Card 28 compound 28:compound SpaceAfter=No 30 , , PUNCT , _ 33 punct 33:punct _ 31 and and CCONJ CC _ 33 cc 33:cc _ 32 then then ADV RB PronType=Dem 33 advmod 33:advmod _ @@ -88851,11 +88884,11 @@ # sent_id = email-enronsent37_01-0059 # text = in our case, they are only hedging. 1 in in ADP IN _ 3 case 3:case _ -2 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 case case NOUN NN Number=Sing 8 obl 8:obl:in SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 only only ADV RB _ 8 advmod 8:advmod _ 8 hedging hedge VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No 9 . . PUNCT . _ 8 punct 8:punct _ @@ -88863,14 +88896,14 @@ # sent_id = email-enronsent37_01-0060 # text = we are collecting a premium up front and their total cost is known up front. 1 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 collecting collect VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 premium premium NOUN NN Number=Sing 3 obj 3:obj _ 6 up up ADP IN _ 7 case 7:case _ 7 front front NOUN NN Number=Sing 3 obl 3:obl:up _ 8 and and CCONJ CC _ 13 cc 13:cc _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 total total ADJ JJ Degree=Pos 11 amod 11:amod _ 11 cost cost NOUN NN Number=Sing 13 nsubj:pass 13:nsubj:pass _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ @@ -88897,9 +88930,9 @@ 1 even even ADV RB _ 4 advmod 4:advmod _ 2 if if SCONJ IN _ 4 mark 4:mark _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:if SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct _ -6 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +4 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:if SpaceAfter=No +5 , , PUNCT , _ 4 punct 4:punct _ +6 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 risk risk NOUN NN Number=Sing 9 nsubj:pass 9:nsubj:pass _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux:pass 9:aux:pass _ 9 limited limit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ @@ -88907,8 +88940,8 @@ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 premium premium NOUN NN Number=Sing 9 obl 9:obl:to _ 13 , , PUNCT , _ 17 punct 17:punct _ -14 not not ADV RB _ 17 advmod 17:advmod _ -15 some some DET DT _ 17 det 17:det _ +14 not not PART RB _ 17 advmod 17:advmod _ +15 some some DET DT PronType=Ind 17 det 17:det _ 16 big big ADJ JJ Degree=Pos 17 amod 17:amod _ 17 payout payout NOUN NN Number=Sing 12 conj 9:obl:to|12:conj SpaceAfter=No 18 . . PUNCT . _ 9 punct 9:punct _ @@ -88922,7 +88955,7 @@ 5 business business NOUN NN Number=Sing 4 obj 4:obj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 far far ADV RB Degree=Pos 8 advmod 8:advmod _ -8 greater greater ADJ JJR Degree=Cmp 0 root 0:root _ +8 greater great ADJ JJR Degree=Cmp 0 root 0:root _ 9 than than ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 risk risk NOUN NN Number=Sing 8 obl 8:obl:than _ @@ -88932,7 +88965,7 @@ 15 trying try VERB VBG VerbForm=Ger 14 acl 14:acl _ 16 to to PART TO _ 17 mark 17:mark _ 17 get get VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ -18 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 premium premium NOUN NN Number=Sing 17 obj 17:obj _ 20 back back ADP RP _ 17 compound:prt 17:compound:prt SpaceAfter=No 21 . . PUNCT . _ 8 punct 8:punct _ @@ -88942,7 +88975,7 @@ 1 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 like like ADP IN _ 6 case 6:case _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -4 5 5 NUM CD NumType=Card 5 nummod 5:nummod _ +4 5 5 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 second second NOUN NN Number=Sing 6 compound 6:compound _ 6 decision decision NOUN NN Number=Sing 1 obl 1:obl:like _ 7 to to ADP IN _ 8 case 8:case _ @@ -88961,7 +88994,7 @@ 7 standard standard ADJ JJ Degree=Pos 8 amod 8:amod _ 8 isda isda NOUN NN Number=Sing 5 obj 5:obj _ 9 and and CCONJ CC _ 11 cc 11:cc _ -10 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 confirm confirm NOUN NN Number=Sing 8 conj 5:obj|8:conj:and _ 12 into into ADP IN _ 16 case 16:case _ 13 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ @@ -88991,8 +89024,8 @@ 17 liability liability NOUN NN Number=Sing 22 nsubj 22:nsubj _ 18 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 19 only only ADV RB _ 22 advmod 22:advmod _ -20 1 1 NUM CD NumType=Card 22 nummod 22:nummod SpaceAfter=No -21 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No +20 1 1 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod SpaceAfter=No +21 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No 22 way way NOUN NN Number=Sing 11 advcl 11:advcl:because SpaceAfter=No 23 . . PUNCT . _ 11 punct 11:punct _ @@ -89007,9 +89040,9 @@ # sent_id = email-enronsent37_01-0069 # text = 01/26/2001 11:57 AM -1 01/26/2001 01/26/2001 NUM CD NumType=Card 0 root 0:root _ -2 11:57 11:57 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 01/26/2001 01/26/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 11:57 11:57 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent37_01-0070 # text = Dear Mr. Shankman, @@ -89020,12 +89053,12 @@ # sent_id = email-enronsent37_01-0071 # text = Thank you very much for your quick reply. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 much much ADV RB _ 1 advmod 1:advmod _ 5 for for ADP IN _ 8 case 8:case _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 quick quick ADJ JJ Degree=Pos 8 amod 8:amod _ 8 reply reply NOUN NN Number=Sing 1 obl 1:obl:for SpaceAfter=No 9 . . PUNCT . _ 1 punct 1:punct _ @@ -89034,14 +89067,14 @@ # text = Attached is my resume. 1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 resume resume NOUN NN Number=Sing 1 nsubj:pass 1:nsubj:pass SpaceAfter=No 5 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent37_01-0073 # text = I highlight the relevant skills in the summary. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 highlight highlight VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 highlight highlight VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 relevant relevant ADJ JJ Degree=Pos 5 amod 5:amod _ 5 skills skill NOUN NNS Number=Plur 2 obj 2:obj _ @@ -89061,16 +89094,16 @@ 7 MMC mmc NOUN NN Number=Sing 9 compound 9:compound _ 8 EAST east NOUN NN Number=Sing 9 compound 9:compound _ 9 department department NOUN NN Number=Sing 0 root 0:root _ -10 / / PUNCT , _ 9 punct 9:punct _ +10 / / PUNCT , _ 11 punct 11:punct _ 11 WHOLESALE wholesale ADJ JJ Degree=Pos 9 appos 9:appos SpaceAfter=No 12 , , PUNCT , _ 13 punct 13:punct _ 13 RETAIL retail NOUN NN Number=Sing 11 conj 9:appos|11:conj _ 14 & & CCONJ CC _ 15 cc 15:cc _ 15 COMM comm NOUN NN Number=Sing 11 conj 9:appos|11:conj SpaceAfter=No -16 , , PUNCT , _ 9 punct 9:punct _ -17 ENRON ENRON PROPN NNP Number=Sing 19 compound 19:compound _ -18 ENERGY ENERGY PROPN NNP Number=Sing 19 compound 19:compound _ -19 SERVICES SERVICES PROPN NNPS Number=Plur 9 appos 9:appos SpaceAfter=No +16 , , PUNCT , _ 19 punct 19:punct _ +17 ENRON Enron PROPN NNP Number=Sing 19 compound 19:compound _ +18 ENERGY Energy PROPN NNP Number=Sing 19 compound 19:compound _ +19 SERVICES Services PROPN NNPS Number=Plur 9 appos 9:appos SpaceAfter=No 20 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent37_01-0075 @@ -89079,15 +89112,15 @@ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ 3 posted post VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 on on ADP IN _ 5 case 5:case _ -5 Dec. Dec. PROPN NNP Number=Sing 3 obl 3:obl:on _ -6 11 11 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No +5 Dec. December PROPN NNP Abbr=Yes|Number=Sing 3 obl 3:obl:on _ +6 11 11 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No 7 , , PUNCT , _ 13 punct 13:punct _ 8 but but CCONJ CC _ 13 cc 13:cc _ 9 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 10 Human human ADJ JJ Degree=Pos 11 amod 11:amod _ 11 Resource resource NOUN NN Number=Sing 12 compound 12:compound _ 12 dept dept NOUN NN Number=Sing 13 nsubj 13:nsubj _ -13 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ +13 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ 14 that that SCONJ IN _ 25 mark 25:mark _ 15 if if SCONJ IN _ 21 mark 21:mark _ 16 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj _ @@ -89096,7 +89129,7 @@ 19 on on ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 internet internet NOUN NN Number=Sing 25 advcl 25:advcl:if SpaceAfter=No -22 , , PUNCT , _ 25 punct 25:punct _ +22 , , PUNCT , _ 21 punct 21:punct _ 23 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 25 nsubj 25:nsubj _ 24 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ 25 open open ADJ JJ Degree=Pos 13 ccomp 13:ccomp SpaceAfter=No @@ -89104,13 +89137,13 @@ # sent_id = email-enronsent37_01-0076 # text = Look forward to hearing your comments / suggestions. -1 Look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Look look VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 forward forward ADV RB _ 1 advmod 1:advmod _ 3 to to SCONJ IN _ 4 mark 4:mark _ 4 hearing hear VERB VBG VerbForm=Ger 1 advcl 1:advcl:to _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 6 comments comment NOUN NNS Number=Plur 4 obj 4:obj _ -7 / / PUNCT , _ 8 cc 8:cc _ +7 / / SYM , _ 8 cc 8:cc _ 8 suggestions suggestion NOUN NNS Number=Plur 6 conj 4:obj|6:conj SpaceAfter=No 9 . . PUNCT . _ 1 punct 1:punct _ @@ -89127,7 +89160,7 @@ # newpar id = email-enronsent37_01-p0010 # text = - ENRONR~1.DOC 1 - - PUNCT NFP _ 2 punct 2:punct _ -2 ENRONR~1.DOC enronr~1.doc NOUN NN Number=Sing 0 root 0:root _ +2 ENRONR~1.DOC ENRONR~1.DOC NOUN NN Number=Sing 0 root 0:root _ # sent_id = email-enronsent37_01-0080 # newpar id = email-enronsent37_01-p0011 @@ -89153,10 +89186,10 @@ # text = I'm not sure how I would have handled it. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 sure sure ADJ JJ Degree=Pos 0 root 0:root _ -5 how how SCONJ WRB PronType=Int 9 mark 9:mark _ +5 how how ADV WRB PronType=Int 9 advmod 9:advmod _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 7 would would AUX MD VerbForm=Fin 9 aux 9:aux _ 8 have have AUX VB VerbForm=Inf 9 aux 9:aux _ @@ -89175,7 +89208,7 @@ # sent_id = email-enronsent37_01-0084 # text = Any plans for the weekend? -1 Any any DET DT _ 2 det 2:det _ +1 Any any DET DT PronType=Ind 2 det 2:det _ 2 plans plan NOUN NNS Number=Plur 0 root 0:root _ 3 for for ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ @@ -89185,19 +89218,19 @@ # sent_id = email-enronsent37_01-0085 # newpar id = email-enronsent37_01-p0012 # text = Alma Martinez@ENRON -1 Alma alma X GW _ 0 root 0:root _ -2 Martinez@ENRON martinez@enron X ADD _ 1 goeswith 1:goeswith _ +1 Alma almamartinez@enron X GW Typo=Yes 0 root 0:root _ +2 Martinez@ENRON _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent37_01-0086 # text = 01/26/2001 11:36 AM -1 01/26/2001 01/26/2001 NUM CD NumType=Card 0 root 0:root _ -2 11:36 11:36 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 01/26/2001 01/26/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 11:36 11:36 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent37_01-0087 # text = What happened? 1 What what PRON WP PronType=Int 2 nsubj 2:nsubj _ -2 happened happen VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +2 happened happen VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 3 ? ? PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent37_01-0088 @@ -89207,7 +89240,7 @@ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 story story NOUN NN Number=Sing 1 nsubj 1:nsubj SpaceAfter=No -5 ... ... PUNCT , _ 25 punct 25:punct SpaceAfter=No +5 ... ... PUNCT , _ 1 punct 1:punct SpaceAfter=No 6 as as SCONJ IN _ 9 mark 9:mark _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 9 aux 9:aux _ @@ -89217,29 +89250,29 @@ 12 bus bus NOUN NN Number=Sing 13 compound 13:compound _ 13 stop stop NOUN NN Number=Sing 9 obl 9:obl:at _ 14 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No -15 7:35 7:35 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No -16 am am NOUN NN Number=Sing 9 obl:tmod 9:obl:tmod SpaceAfter=No +15 7:35 7:35 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No +16 am a.m. NOUN NN Number=Sing 9 obl:tmod 9:obl:tmod SpaceAfter=No 17 ) ) PUNCT -RRB- _ 16 punct 16:punct _ 18 to to PART TO _ 19 mark 19:mark _ 19 go go VERB VB VerbForm=Inf 9 advcl 9:advcl:to _ 20 to to ADP IN _ 21 case 21:case _ 21 school school NOUN NN Number=Sing 19 obl 19:obl:to SpaceAfter=No -22 , , PUNCT , _ 25 punct 25:punct _ +22 , , PUNCT , _ 9 punct 9:punct _ 23 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 24 lady lady NOUN NN Number=Sing 25 nsubj 25:nsubj|28:nsubj _ -25 approached approach VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +25 approached approach VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 26 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 25 obj 25:obj _ 27 and and CCONJ CC _ 28 cc 28:cc _ -28 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 conj 25:conj:and _ +28 asked ask VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 conj 25:conj:and _ 29 if if SCONJ IN _ 32 mark 32:mark _ 30-31 I'd _ _ _ _ _ _ _ _ 30 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 32 nsubj 32:nsubj|33:nsubj:xsubj _ 31 'd would AUX MD VerbForm=Fin 32 aux 32:aux _ -32 make make VERB VB VerbForm=Inf 28 advcl 28:advcl:if _ +32 make make VERB VB VerbForm=Inf 28 ccomp 28:ccomp _ 33 sure sure ADJ JJ Degree=Pos 32 xcomp 32:xcomp _ -34 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ +34 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ 35 daughter daughter NOUN NN Number=Sing 36 nsubj 36:nsubj _ -36 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 33 ccomp 33:ccomp _ +36 got get VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 33 ccomp 33:ccomp _ 37 on on ADP IN _ 40 case 40:case _ 38 a a DET DT Definite=Ind|PronType=Art 40 det 40:det _ 39 certain certain ADJ JJ Degree=Pos 40 amod 40:amod _ @@ -89269,7 +89302,7 @@ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 say say VERB VB VerbForm=Inf 0 root 0:root _ 5 no no INTJ UH _ 4 discourse 4:discourse SpaceAfter=No -6 ... ... PUNCT , _ 4 punct 4:punct SpaceAfter=No +6 ... ... PUNCT , _ 20 punct 20:punct SpaceAfter=No 7 so so ADV RB _ 20 advmod 20:advmod _ 8 Nicki Nicki PROPN NNP Number=Sing 20 nsubj 20:nsubj _ 9 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No @@ -89277,13 +89310,13 @@ 11 little little ADJ JJ Degree=Pos 12 amod 12:amod _ 12 girl girl NOUN NN Number=Sing 8 appos 8:appos SpaceAfter=No 13 - - PUNCT , _ 15 punct 15:punct SpaceAfter=No -14 10 10 NUM CD NumType=Card 15 nummod 15:nummod _ -15 yrs. year NOUN NN Abbr=Yes|Number=Plur 16 obl:npmod 16:obl:npmod _ +14 10 10 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ +15 yrs. year NOUN NNS Abbr=Yes|Number=Plur 16 obl:npmod 16:obl:npmod _ 16 old old ADJ JJ Degree=Pos 12 amod 12:amod SpaceAfter=No 17 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 18 and and CCONJ CC _ 19 cc 19:cc _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 conj 8:conj:and|20:nsubj _ -20 waited wait VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj _ +20 waited wait VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ 21 for for ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 bus bus NOUN NN Number=Sing 20 obl 20:obl:for SpaceAfter=No @@ -89294,15 +89327,15 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 3 now now ADV RB _ 5 advmod 5:advmod SpaceAfter=No -4 , , PUNCT , _ 5 punct 5:punct _ -5 8:15 8:15 NUM CD NumType=Card 0 root 0:root _ +4 , , PUNCT , _ 3 punct 3:punct _ +5 8:15 8:15 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 there there PRON EX _ 8 expl 8:expl _ 8 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ -9 no no DET DT _ 10 det 10:det _ +9 no no DET DT PronType=Neg 10 det 10:det _ 10 sign sign NOUN NN Number=Sing 8 nsubj 8:nsubj _ 11 of of ADP IN _ 13 case 13:case _ -12 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 bus bus NOUN NN Number=Sing 10 nmod 10:nmod:of SpaceAfter=No 14 . . PUNCT . _ 5 punct 5:punct _ @@ -89312,29 +89345,29 @@ 2 top top NOUN NN Number=Sing 7 obl 7:obl:on _ 3 of of ADP IN _ 4 case 4:case _ 4 things thing NOUN NNS Number=Plur 2 nmod 2:nmod:of SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 2 punct 2:punct _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 quiz quiz NOUN NN Number=Sing 7 obj 7:obj _ 9 at at ADP IN _ 11 case 11:case _ -10 8 8 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No -11 am am NOUN NN Number=Sing 7 obl 7:obl:at SpaceAfter=No +10 8 8 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No +11 am a.m. NOUN NN Number=Sing 7 obl 7:obl:at SpaceAfter=No 12 . . PUNCT . _ 7 punct 7:punct _ # sent_id = email-enronsent37_01-0093 # text = Which I then realized I missed. -1 Which which PRON WDT PronType=Int 6 obj 6:obj _ +1 Which which PRON WDT PronType=Rel 6 obj 6:obj _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 3 then then ADV RB PronType=Dem 4 advmod 4:advmod _ -4 realized realize VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 realized realize VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 missed miss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp SpaceAfter=No +6 missed miss VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp SpaceAfter=No 7 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent37_01-0094 # text = I decided that Nicki would just have to wait on her own. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 decided decide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 decided decide VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 7 mark 7:mark _ 4 Nicki Nicki PROPN NNP Number=Sing 7 nsubj 7:nsubj|9:nsubj:xsubj _ 5 would would AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -89343,19 +89376,19 @@ 8 to to PART TO _ 9 mark 9:mark _ 9 wait wait VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 on on ADP IN _ 12 case 12:case _ -11 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 own own ADJ JJ Degree=Pos 9 obl 9:obl:on SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent37_01-0095 # text = I asked her if she had any relatives that would want to know of her whereabouts. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ +2 asked ask VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 iobj 2:iobj _ 4 if if SCONJ IN _ 6 mark 6:mark _ 5 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -6 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:if _ -7 any any DET DT _ 8 det 8:det _ +6 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:if _ +7 any any DET DT PronType=Ind 8 det 8:det _ 8 relatives relative NOUN NNS Number=Plur 6 obj 6:obj|11:nsubj|13:nsubj:xsubj _ 9 that that PRON WDT PronType=Rel 11 nsubj 8:ref _ 10 would would AUX MD VerbForm=Fin 11 aux 11:aux _ @@ -89363,18 +89396,18 @@ 12 to to PART TO _ 13 mark 13:mark _ 13 know know VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 14 of of ADP IN _ 16 case 16:case _ -15 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 whereabouts whereabouts NOUN NNS Number=Plur 13 obl 13:obl:of SpaceAfter=No 17 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent37_01-0096 # text = I called her grandmother and explained things to her. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|6:nsubj _ -2 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 grandmother grandmother NOUN NN Number=Sing 2 obj 2:obj _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 explained explain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +6 explained explain VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 7 things thing NOUN NNS Number=Plur 6 obj 6:obj _ 8 to to ADP IN _ 9 case 9:case _ 9 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 6 obl 6:obl:to SpaceAfter=No @@ -89384,7 +89417,7 @@ # text = Pretty strange...aye. 1 Pretty pretty ADV RB _ 2 advmod 2:advmod _ 2 strange strange ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -3 ... ... PUNCT , _ 2 punct 2:punct SpaceAfter=No +3 ... ... PUNCT , _ 4 punct 4:punct SpaceAfter=No 4 aye aye INTJ UH _ 2 discourse 2:discourse SpaceAfter=No 5 . . PUNCT . _ 2 punct 2:punct _ @@ -89396,11 +89429,11 @@ 4 runs run VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 through through ADP IN _ 6 case 6:case _ 6 UofH UofH PROPN NNP Number=Sing 4 obl 4:obl:through _ -7 arrived arrive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 arrived arrive VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 and and CCONJ CC _ 11 cc 11:cc _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 10 almost almost ADV RB _ 11 advmod 11:advmod _ -11 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ +11 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ 12 on on ADV RB _ 11 advmod 11:advmod _ 13 without without ADP IN _ 14 case 14:case _ 14 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 11 obl 11:obl:without SpaceAfter=No @@ -89417,12 +89450,12 @@ # sent_id = email-enronsent37_01-0099 # text = Finally, I told the little girl that she would have to accompany me to school (8:30am). 1 Finally finally ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 told tell VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 little little ADJ JJ Degree=Pos 7 amod 7:amod _ -7 girl girl NOUN NN Number=Sing 4 obj 4:obj _ +7 girl girl NOUN NN Number=Sing 4 iobj 4:iobj _ 8 that that SCONJ IN _ 11 mark 11:mark _ 9 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj|13:nsubj:xsubj _ 10 would would AUX MD VerbForm=Fin 11 aux 11:aux _ @@ -89433,17 +89466,17 @@ 15 to to ADP IN _ 16 case 16:case _ 16 school school NOUN NN Number=Sing 13 obl 13:obl:to _ 17 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No -18 8:30 8:30 NUM CD NumType=Card 19 nummod 19:nummod SpaceAfter=No -19 am am NOUN NN Number=Sing 13 obl:tmod 13:obl:tmod SpaceAfter=No +18 8:30 8:30 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod SpaceAfter=No +19 am a.m. NOUN NN Number=Sing 13 obl:tmod 13:obl:tmod SpaceAfter=No 20 ) ) PUNCT -RRB- _ 19 punct 19:punct SpaceAfter=No 21 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent37_01-0100 # text = There were only 15 minutes left of class. 1 There there PRON EX _ 2 expl 2:expl _ -2 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 only only ADV RB _ 4 advmod 4:advmod _ -4 15 15 NUM CD NumType=Card 5 nummod 5:nummod _ +4 15 15 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 minutes minute NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 6 left left ADJ JJ Degree=Pos 5 amod 5:amod _ 7 of of ADP IN _ 8 case 8:case _ @@ -89453,7 +89486,7 @@ # sent_id = email-enronsent37_01-0101 # text = I stayed for the remainder of the lecture. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 stayed stay VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 stayed stay VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 for for ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 remainder remainder NOUN NN Number=Sing 2 obl 2:obl:for _ @@ -89467,7 +89500,7 @@ 1 After after ADP IN _ 2 case 2:case _ 2 class class NOUN NN Number=Sing 4 obl 4:obl:after _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 went go VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 back back ADV RB _ 4 advmod 4:advmod _ 6 to to ADP IN _ 8 case 8:case _ 7 bus bus NOUN NN Number=Sing 8 compound 8:compound _ @@ -89475,31 +89508,31 @@ 9 and and CCONJ CC _ 14 cc 14:cc _ 10 within within ADP IN _ 11 case 11:case _ 11 minutes minute NOUN NNS Number=Plur 14 obl 14:obl:within _ -12 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 bus bus NOUN NN Number=Sing 14 nsubj 14:nsubj _ -14 arrived arrive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and SpaceAfter=No +14 arrived arrive VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent37_01-0103 # text = I told the bus driver where to drop her off. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 told tell VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 bus bus NOUN NN Number=Sing 5 compound 5:compound _ -5 driver driver NOUN NN Number=Sing 2 obj 2:obj|8:nsubj:xsubj _ -6 where where SCONJ WRB PronType=Int 8 mark 8:mark _ +5 driver driver NOUN NN Number=Sing 2 iobj 2:iobj|8:nsubj:xsubj _ +6 where where ADV WRB PronType=Int 8 advmod 8:advmod _ 7 to to PART TO _ 8 mark 8:mark _ 8 drop drop VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -9 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 obj 8:obj _ +9 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 8 obj 8:obj _ 10 off off ADP RP _ 8 compound:prt 8:compound:prt SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent37_01-0104 # text = I notified her grandmother with the time of the departure. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 notified notify VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ -4 grandmother grandmother NOUN NN Number=Sing 2 obj 2:obj _ +2 notified notify VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +4 grandmother grandmother NOUN NN Number=Sing 2 iobj 2:iobj _ 5 with with ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 time time NOUN NN Number=Sing 2 obl 2:obl:with _ @@ -89514,9 +89547,9 @@ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 4 relieved relieved ADJ JJ Degree=Pos 0 root 0:root _ -5 when when SCONJ WRB PronType=Int 7 mark 7:mark _ +5 when when ADV WRB PronType=Int 7 advmod 7:advmod _ 6 Nicki Nicki PROPN NNP Number=Sing 7 nsubj 7:nsubj _ -7 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:when _ +7 called call VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:when _ 8 to to PART TO _ 9 mark 9:mark _ 9 let let VERB VB VerbForm=Inf 7 advcl 7:advcl:to _ 10 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 9 obj 9:obj|11:nsubj:xsubj _ @@ -89524,7 +89557,7 @@ 12 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ 14 home home ADV RB _ 11 ccomp 11:ccomp _ -15 safe safe ADJ JJ Degree=Pos 14 advmod 14:advmod SpaceAfter=No +15 safe safe ADJ JJ Degree=Pos 14 advcl 14:advcl SpaceAfter=No 16 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent37_01-0106 @@ -89559,14 +89592,14 @@ # sent_id = email-enronsent37_01-0110 # text = 01/26/2001 10:51 AM -1 01/26/2001 01/26/2001 NUM CD NumType=Card 0 root 0:root _ -2 10:51 10:51 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 01/26/2001 01/26/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 10:51 10:51 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent37_01-0111 # text = Actually, Jen has volunteered for the afternoon session. 1 Actually actually ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 Jen Jen PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 4 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 volunteered volunteer VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ @@ -89579,12 +89612,12 @@ # sent_id = email-enronsent37_01-0112 # text = I spoke to her prior to my note. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 spoke speak VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 spoke speak VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 4 case 4:case _ 4 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 obl 2:obl:to _ -5 prior prior ADJ JJ Degree=Pos 8 case 8:case _ +5 prior prior ADJ JJ Degree=Pos|ExtPos=ADP 8 case 8:case _ 6 to to ADP IN _ 5 fixed 5:fixed _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 note note NOUN NN Number=Sing 2 obl 2:obl:prior_to SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ @@ -89592,7 +89625,7 @@ # text = Is there anyone else in EGM that could participate? 1 Is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 there there PRON EX _ 1 expl 1:expl _ -3 anyone anyone PRON NN Number=Sing 1 nsubj 1:nsubj|9:nsubj _ +3 anyone anyone PRON NN Number=Sing|PronType=Ind 1 nsubj 1:nsubj|9:nsubj _ 4 else else ADJ JJ Degree=Pos 3 amod 3:amod _ 5 in in ADP IN _ 6 case 6:case _ 6 EGM EGM PROPN NNP Number=Sing 3 nmod 3:nmod:in _ @@ -89618,7 +89651,7 @@ # newpar id = email-enronsent37_01-p0014 # text = Jen, please take care of this for EGM 1 Jen Jen PROPN NNP Number=Sing 4 nsubj 4:nsubj SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 please please INTJ UH _ 4 discourse 4:discourse _ 4 take take VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 5 care care NOUN NN Number=Sing 4 obj 4:obj _ @@ -89634,13 +89667,13 @@ # sent_id = email-enronsent37_01-0118 # text = 01/24/2001 11:42 AM -1 01/24/2001 01/24/2001 NUM CD NumType=Card 0 root 0:root _ -2 11:42 11:42 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 01/24/2001 01/24/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 11:42 11:42 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent37_01-0119 # text = All, -1 All all DET DT _ 0 root 0:root SpaceAfter=No +1 All all DET DT PronType=Tot 0 root 0:root SpaceAfter=No 2 , , PUNCT , _ 1 punct 1:punct _ # sent_id = email-enronsent37_01-0120 @@ -89651,14 +89684,14 @@ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 Associate associate NOUN NN Number=Sing 2 conj 2:conj:and|5:compound _ 5 Programs program NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -6 recognize recognize VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 recognize recognize VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ +8 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ 9 many many ADJ JJ Degree=Pos 11 amod 11:amod _ 10 Analyst analyst NOUN NN Number=Sing 11 compound 11:compound _ 11 needs need NOUN NNS Number=Plur 8 obj 8:obj|13:nsubj|16:nsubj:xsubj _ 12 that that PRON WDT PronType=Rel 13 nsubj 11:ref _ -13 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +13 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 14 to to PART TO _ 16 mark 16:mark _ 15 be be AUX VB VerbForm=Inf 16 aux:pass 16:aux:pass _ 16 addressed address VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 xcomp 13:xcomp _ @@ -89669,7 +89702,7 @@ # text = While we anticipate many new Analysts joining Enron this summer (late May) and fulltime (August) we felt it necessary to address some of the immediate needs with an Off-Cycle Recruiting event. 1 While while SCONJ IN _ 3 mark 3:mark _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 anticipate anticipate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 advcl 21:advcl:while _ +3 anticipate anticipate VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 21 advcl 21:advcl:while _ 4 many many ADJ JJ Degree=Pos 6 amod 6:amod _ 5 new new ADJ JJ Degree=Pos 6 amod 6:amod _ 6 Analysts analyst NOUN NNS Number=Plur 3 obj 3:obj _ @@ -89686,13 +89719,13 @@ 17 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No 18 August August PROPN NNP Number=Sing 16 obl:tmod 16:obl:tmod SpaceAfter=No 19 ) ) PUNCT -RRB- _ 18 punct 18:punct _ -20 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 21 nsubj 21:nsubj|23:nsubj:xsubj _ -21 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +20 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 21 nsubj 21:nsubj _ +21 felt feel VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 22 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 expl 21:expl _ 23 necessary necessary ADJ JJ Degree=Pos 21 xcomp 21:xcomp _ 24 to to PART TO _ 25 mark 25:mark _ -25 address address VERB VB VerbForm=Inf 21 ccomp 21:ccomp _ -26 some some DET DT _ 25 obj 25:obj _ +25 address address VERB VB VerbForm=Inf 21 ccomp 21:ccomp|23:csubj:xsubj _ +26 some some DET DT PronType=Ind 25 obj 25:obj _ 27 of of ADP IN _ 30 case 30:case _ 28 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 29 immediate immediate ADJ JJ Degree=Pos 30 amod 30:amod _ @@ -89700,7 +89733,7 @@ 31 with with ADP IN _ 37 case 37:case _ 32 an a DET DT Definite=Ind|PronType=Art 37 det 37:det _ 33 Off off ADP IN _ 35 case 35:case SpaceAfter=No -34 - - PUNCT HYPH _ 35 punct 35:punct SpaceAfter=No +34 - - PUNCT HYPH _ 33 punct 33:punct SpaceAfter=No 35 Cycle cycle NOUN NN Number=Sing 37 compound 37:compound _ 36 Recruiting recruiting NOUN NN Number=Sing 37 compound 37:compound _ 37 event event NOUN NN Number=Sing 30 nmod 30:nmod:with SpaceAfter=No @@ -89709,20 +89742,20 @@ # sent_id = email-enronsent37_01-0122 # text = We are planning this event for Thursday, February 15 and are inviting approximately 30 candidates to be interviewed. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|13:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 planning plan VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 event event NOUN NN Number=Sing 3 obj 3:obj _ 6 for for ADP IN _ 9 case 9:case _ 7 Thursday Thursday PROPN NNP Number=Sing 9 compound 9:compound SpaceAfter=No -8 , , PUNCT , _ 9 punct 9:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 February February PROPN NNP Number=Sing 3 obl 3:obl:for _ -10 15 15 NUM CD NumType=Card 9 nummod 9:nummod _ +10 15 15 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 11 and and CCONJ CC _ 13 cc 13:cc _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 inviting invite VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj:and _ 14 approximately approximately ADV RB _ 15 advmod 15:advmod _ -15 30 30 NUM CD NumType=Card 16 nummod 16:nummod _ +15 30 30 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 16 candidates candidate NOUN NNS Number=Plur 13 obj 13:obj _ 17 to to PART TO _ 19 mark 19:mark _ 18 be be AUX VB VerbForm=Inf 19 aux:pass 19:aux:pass _ @@ -89736,11 +89769,11 @@ 3 asking ask VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 that that SCONJ IN _ 6 mark 6:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 forward forward VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +6 forward forward VERB VB Mood=Sub|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 7 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ 8 note note NOUN NN Number=Sing 6 obj 6:obj _ 9 to to ADP IN _ 12 case 12:case _ -10 any any DET DT _ 12 det 12:det _ +10 any any DET DT PronType=Ind 12 det 12:det _ 11 potential potential ADJ JJ Degree=Pos 12 amod 12:amod _ 12 interviewers interviewer NOUN NNS Number=Plur 6 obl 6:obl:to _ 13 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No @@ -89755,15 +89788,15 @@ 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|14:nsubj _ 2 will will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 conduct conduct VERB VB VerbForm=Inf 0 root 0:root _ -4 first first ADJ JJ Degree=Pos|NumType=Ord 5 amod 5:amod _ +4 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 5 amod 5:amod _ 5 round round NOUN NN Number=Sing 6 compound 6:compound _ 6 interviews interview NOUN NNS Number=Plur 3 obj 3:obj _ 7 in in ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 morning morning NOUN NN Number=Sing 3 obl 3:obl:in _ 10 and and CCONJ CC _ 14 cc 14:cc _ -11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 second second ADJ JJ Degree=Pos|NumType=Ord 13 amod 13:amod _ +11 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ +12 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 13 amod 13:amod _ 13 round round NOUN NN Number=Sing 14 compound 14:compound _ 14 interviews interview NOUN NNS Number=Plur 3 conj 3:conj:and _ 15 in in ADP IN _ 17 case 17:case _ @@ -89774,31 +89807,31 @@ # sent_id = email-enronsent37_01-0125 # text = We need for interviewers to commit either to the morning (9am-12pm) or afternoon (2pm-5pm) complete session. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 for for SCONJ IN _ 6 mark 6:mark _ 4 interviewers interviewer NOUN NNS Number=Plur 6 nsubj 6:nsubj _ 5 to to PART TO _ 6 mark 6:mark _ 6 commit commit VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ 7 either either CCONJ CC _ 28 cc:preconj 28:cc:preconj _ 8 to to ADP IN _ 28 case 28:case _ -9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -10 morning morning NOUN NN Number=Sing 28 compound 28:compound _ -11 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No -12 9 9 NUM CD NumType=Card 13 nummod 13:nummod SpaceAfter=No -13 am am NOUN NN Number=Sing 28 appos 28:appos SpaceAfter=No -14 - - SYM SYM _ 16 case 16:case SpaceAfter=No -15 12 12 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No -16 pm pm NOUN NN Number=Sing 13 nmod 13:nmod SpaceAfter=No -17 ) ) PUNCT -RRB- _ 13 punct 13:punct _ +9 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ +10 morning morning NOUN NN Number=Sing 28 nmod:tmod 28:nmod:tmod _ +11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No +12 9 9 NUM CD NumForm=Digit|NumType=Card 10 appos 10:appos SpaceAfter=No +13 am a.m. NOUN NN Number=Sing 12 nmod 12:nmod:tmod SpaceAfter=No +14 - - SYM SYM _ 15 case 15:case SpaceAfter=No +15 12 12 NUM CD NumForm=Digit|NumType=Card 12 nmod 12:nmod:to SpaceAfter=No +16 pm p.m. NOUN NN Number=Sing 15 nmod 15:nmod:tmod SpaceAfter=No +17 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 18 or or CCONJ CC _ 19 cc 19:cc _ 19 afternoon afternoon NOUN NN Number=Sing 10 conj 10:conj:or|28:compound _ -20 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No -21 2 2 NUM CD NumType=Card 22 nummod 22:nummod SpaceAfter=No -22 pm pm NOUN NN Number=Sing 19 appos 19:appos SpaceAfter=No -23 - - SYM SYM _ 25 case 25:case SpaceAfter=No -24 5 5 NUM CD NumType=Card 25 nummod 25:nummod SpaceAfter=No -25 pm pm NOUN NN Number=Sing 22 nmod 22:nmod SpaceAfter=No -26 ) ) PUNCT -RRB- _ 22 punct 22:punct _ +20 ( ( PUNCT -LRB- _ 21 punct 21:punct SpaceAfter=No +21 2 2 NUM CD NumForm=Digit|NumType=Card 19 appos 19:appos SpaceAfter=No +22 pm p.m. NOUN NN Number=Sing 21 nmod:tmod 21:nmod:tmod SpaceAfter=No +23 - - SYM SYM _ 24 case 24:case SpaceAfter=No +24 5 5 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nmod:to SpaceAfter=No +25 pm p.m. NOUN NN Number=Sing 24 nmod 24:nmod:tmod SpaceAfter=No +26 ) ) PUNCT -RRB- _ 21 punct 21:punct _ 27 complete complete ADJ JJ Degree=Pos 28 amod 28:amod _ 28 session session NOUN NN Number=Sing 6 obl 6:obl:to SpaceAfter=No 29 . . PUNCT . _ 2 punct 2:punct _ @@ -89807,7 +89840,7 @@ # text = Please submit your response using the buttons below and update your calendar for this date. 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 submit submit VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 response response NOUN NN Number=Sing 2 obj 2:obj _ 5 using use VERB VBG VerbForm=Ger 2 advcl 2:advcl _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -89815,7 +89848,7 @@ 8 below below ADV RB _ 7 advmod 7:advmod _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 update update VERB VB Mood=Imp|VerbForm=Fin 2 conj 2:conj:and _ -11 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 calendar calendar NOUN NN Number=Sing 10 obj 10:obj _ 13 for for ADP IN _ 15 case 15:case _ 14 this this DET DT Number=Sing|PronType=Dem 15 det 15:det _ @@ -89826,21 +89859,21 @@ # text = In addition, we will need the groups that have current needs to commit to taking one or more of these Analysts should they be extended an offer. 1 In in ADP IN _ 2 case 2:case _ 2 addition addition NOUN NN Number=Sing 6 obl 6:obl:in SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 5 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 6 need need VERB VB VerbForm=Inf 0 root 0:root _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 groups group NOUN NNS Number=Plur 6 obj 6:obj|10:nsubj|14:nsubj:xsubj _ 9 that that PRON WDT PronType=Rel 10 nsubj 8:ref _ -10 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +10 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 11 current current ADJ JJ Degree=Pos 12 amod 12:amod _ 12 needs need NOUN NNS Number=Plur 10 obj 10:obj _ 13 to to PART TO _ 14 mark 14:mark _ 14 commit commit VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 15 to to SCONJ IN _ 16 mark 16:mark _ 16 taking take VERB VBG VerbForm=Ger 14 advcl 14:advcl:to _ -17 one one NUM CD NumType=Card 16 obj 16:obj _ +17 one one NUM CD NumForm=Word|NumType=Card 16 obj 16:obj _ 18 or or CCONJ CC _ 19 cc 19:cc _ 19 more more ADJ JJR Degree=Cmp 17 conj 16:obj|17:conj:or _ 20 of of ADP IN _ 22 case 22:case _ @@ -89860,13 +89893,13 @@ 2 in in ADP IN _ 3 case 3:case _ 3 advance advance NOUN NN Number=Sing 1 nmod 1:nmod:in _ 4 for for ADP IN _ 6 case 6:case _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 cooperation cooperation NOUN NN Number=Sing 1 nmod 1:nmod:for SpaceAfter=No 7 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent37_01-0129 # text = Thank you, -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No 3 , , PUNCT , _ 1 punct 1:punct _ @@ -89879,13 +89912,13 @@ # text = Where does our 50% (the 1.65 million dollars) show up? 1 Where where ADV WRB PronType=Int 12 advmod 12:advmod _ 2 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ -3 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -4 50 50 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No +3 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 50 50 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No 5 % % SYM NN Number=Sing 12 nsubj 12:nsubj _ 6 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No 7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -8 1.65 1.65 NUM CD NumType=Card 9 compound 9:compound _ -9 million million NUM CD NumType=Card 10 nummod 10:nummod _ +8 1.65 1.65 NUM CD NumForm=Digit|NumType=Frac 9 compound 9:compound _ +9 million million NUM CD NumForm=Word|NumType=Card 10 nummod 10:nummod _ 10 dollars dollar NOUN NNS Number=Plur 5 appos 5:appos SpaceAfter=No 11 ) ) PUNCT -RRB- _ 10 punct 10:punct _ 12 show show VERB VB VerbForm=Inf 0 root 0:root _ @@ -89907,7 +89940,7 @@ # text = Great job, guys. 1 Great great ADJ JJ Degree=Pos 2 amod 2:amod _ 2 job job NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 guys guy NOUN NNS Number=Plur 2 vocative 2:vocative SpaceAfter=No 5 . . PUNCT . _ 2 punct 2:punct _ @@ -89919,9 +89952,9 @@ # sent_id = email-enronsent37_01-0135 # text = 01/25/2001 02:02 AM -1 01/25/2001 01/25/2001 NUM CD NumType=Card 0 root 0:root _ -2 02:02 02:02 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 01/25/2001 01/25/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 02:02 02:02 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent37_01-0136 # text = Great job gentlemen! @@ -89964,18 +89997,18 @@ # sent_id = email-enronsent37_01-0139 # text = Wayne Perry@ENRON_DEVELOPMENT -1 Wayne wayne X GW _ 0 root 0:root _ -2 Perry@ENRON_DEVELOPMENT perry@enron_development X ADD _ 1 goeswith 1:goeswith _ +1 Wayne wayneperry@enron_development X GW Typo=Yes 0 root 0:root _ +2 Perry@ENRON_DEVELOPMENT _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent37_01-0140 # text = 25/01/2001 00:20 -1 25/01/2001 25/01/2001 NUM CD NumType=Card 0 root 0:root _ -2 00:20 00:20 NUM CD NumType=Card 1 nmod:tmod 1:nmod:tmod _ +1 25/01/2001 25/01/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 00:20 00:20 NUM CD NumForm=Digit|NumType=Card 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent37_01-0141 # text = Finally completed tonight 1 Finally finally ADV RB _ 2 advmod 2:advmod _ -2 completed complete VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +2 completed complete VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 3 tonight tonight NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod _ # sent_id = email-enronsent37_01-0142 @@ -89987,12 +90020,12 @@ 4 LNG LNG PROPN NNP Number=Sing 6 compound 6:compound _ 5 Marketing Marketing PROPN NNP Number=Sing 6 compound 6:compound _ 6 Company Company PROPN NNP Number=Sing 1 obl 1:obl:to _ -7 - - PUNCT : _ 1 punct 1:punct _ +7 - - PUNCT : _ 8 punct 8:punct _ 8 $ $ SYM $ _ 1 appos 1:appos _ -9 272,000 272,000 NUM CD NumType=Card 8 nummod 8:nummod _ +9 272,000 272000 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 10 ( ( PUNCT -LRB- _ 11 punct 11:punct _ 11 $ $ SYM $ _ 8 appos 8:appos SpaceAfter=No -12 0.10 0.10 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No +12 0.10 0.10 NUM CD NumForm=Digit|NumType=Frac 11 nummod 11:nummod SpaceAfter=No 13 / / SYM SYM _ 14 case 14:case _ 14 mmbtu mmbtu NOUN NN Number=Sing 11 nmod 11:nmod _ 15 ) ) PUNCT -RRB- _ 11 punct 11:punct _ @@ -90004,15 +90037,15 @@ 3 Eco Eco PROPN NNP Number=Sing 1 obl 1:obl:to _ 4 about about ADV RB _ 6 advmod 6:advmod _ 5 $ $ SYM $ _ 1 appos 1:appos SpaceAfter=No -6 3,300,000 3,300,000 NUM CD NumType=Card 5 compound 5:compound _ +6 3,300,000 3300000 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 7 ( ( PUNCT -LRB- _ 11 punct 11:punct _ 8 Enron Enron PROPN NNP Number=Sing 11 compound 11:compound _ -9 50 50 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No +9 50 50 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No 10 % % SYM NN Number=Sing 11 compound 11:compound _ 11 share share NOUN NN Number=Sing 1 parataxis 1:parataxis _ 12 about about ADV RB _ 14 advmod 14:advmod _ 13 $ $ SYM $ _ 11 appos 11:appos _ -14 1,650,000 1,650,000 NUM CD NumType=Card 13 compound 13:compound _ +14 1,650,000 1650000 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 15 ) ) PUNCT -RRB- _ 11 punct 11:punct _ # sent_id = email-enronsent37_01-0144 @@ -90020,7 +90053,7 @@ 1 Enron Enron PROPN NNP Number=Sing 3 compound 3:compound _ 2 total total ADJ JJ Degree=Pos 3 amod 3:amod _ 3 gain gain NOUN NN Number=Sing 12 nsubj 12:nsubj _ -4 not not ADV RB _ 5 advmod 5:advmod _ +4 not not PART RB _ 5 advmod 5:advmod _ 5 counting count VERB VBG VerbForm=Ger 12 advcl 12:advcl _ 6-7 ENA's _ _ _ _ _ _ _ _ 6 ENA ENA PROPN NNP Number=Sing 10 nmod:poss 10:nmod:poss _ @@ -90030,7 +90063,7 @@ 10 margin margin NOUN NN Number=Sing 5 obj 5:obj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 12 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -13 1,922,000 1,922,000 NUM CD NumType=Card 12 nummod 12:nummod _ +13 1,922,000 1922000 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ # sent_id = email-enronsent37_01-0145 # text = Not bad for a single cargo. @@ -90040,7 +90073,7 @@ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 single single ADJ JJ Degree=Pos 6 amod 6:amod _ 6 cargo cargo NOUN NN Number=Sing 2 obl 2:obl:for SpaceAfter=No -7 . . PUNCT . _ 1 punct 1:punct _ +7 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent37_01-0146 # newpar id = email-enronsent37_01-p0019 @@ -90051,7 +90084,7 @@ # newpar id = email-enronsent37_01-p0020 # text = Jen, please take care of this for EGM 1 Jen Jen PROPN NNP Number=Sing 4 vocative 4:vocative SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 please please INTJ UH _ 4 discourse 4:discourse _ 4 take take VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 5 care care NOUN NN Number=Sing 4 obj 4:obj _ @@ -90065,44 +90098,44 @@ # newpar id = email-enronsent38_01-p0001 # text = Marianne: The following are my comments: 1 Marianne Marianne PROPN NNP Number=Sing 7 vocative 7:vocative SpaceAfter=No -2 : : PUNCT : _ 7 punct 7:punct _ -3 The the DET DT Definite=Def|PronType=Art 7 nsubj 7:nsubj _ -4 following follow VERB VBG VerbForm=Ger 3 amod 3:amod _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +2 : : PUNCT : _ 1 punct 1:punct _ +3 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ +4 following follow VERB VBG VerbForm=Ger 7 nsubj 7:nsubj _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 comments comment NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 8 : : PUNCT : _ 7 punct 7:punct _ # sent_id = email-enronsent38_01-0002 # text = 1. In Section 1.1, there should be a parentheses after etc. in the 5th line. -1 1 1 X LS _ 9 nummod 9:nummod SpaceAfter=No +1 1 1 NUM LS NumForm=Digit|NumType=Card 9 nummod 9:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 In in ADP IN _ 4 case 4:case _ 4 Section section NOUN NN Number=Sing 9 obl 9:obl:in _ -5 1.1 1.1 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +5 1.1 1.1 NUM CD NumForm=Digit|NumType=Frac 4 nummod 4:nummod SpaceAfter=No +6 , , PUNCT , _ 4 punct 4:punct _ 7 there there PRON EX _ 9 expl 9:expl _ 8 should should AUX MD VerbForm=Fin 9 aux 9:aux _ 9 be be VERB VB VerbForm=Inf 0 root 0:root _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 parentheses parentheses NOUN NN Number=Sing 9 nsubj 9:nsubj _ 12 after after ADP IN _ 13 case 13:case _ -13 etc. etc. NOUN NN Number=Sing 11 nmod 11:nmod:after _ +13 etc. etc. NOUN FW Abbr=Yes|Number=Plur 11 nmod 11:nmod:after _ 14 in in ADP IN _ 17 case 17:case _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -16 5th 5th ADJ JJ Degree=Pos|NumType=Ord 17 amod 17:amod _ +16 5th 5th ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 17 amod 17:amod _ 17 line line NOUN NN Number=Sing 11 nmod 11:nmod:in SpaceAfter=No 18 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent38_01-0003 # newpar id = email-enronsent38_01-p0002 # text = 2. In Section 3.1, in the last sentence after the proviso insert "a" before the word "change" and after the word "in". -1 2 2 X LS _ 14 nummod 14:nummod SpaceAfter=No +1 2 2 NUM LS NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 In in ADP IN _ 4 case 4:case _ 4 Section section NOUN NN Number=Sing 14 obl 14:obl:in _ -5 3.1 3.1 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No -6 , , PUNCT , _ 14 punct 14:punct _ +5 3.1 3.1 NUM CD NumForm=Digit|NumType=Frac 4 nummod 4:nummod SpaceAfter=No +6 , , PUNCT , _ 4 punct 4:punct _ 7 in in ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 last last ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -90131,25 +90164,25 @@ # sent_id = email-enronsent38_01-0004 # text = 3. In Section 6.1, change 20 Business Days to 20 days. -1 3 3 X LS _ 7 nummod 7:nummod SpaceAfter=No +1 3 3 NUM LS NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 In in ADP IN _ 4 case 4:case _ 4 Section section NOUN NN Number=Sing 7 obl 7:obl:in _ -5 6.1 6.1 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No -6 , , PUNCT , _ 7 punct 7:punct _ +5 6.1 6.1 NUM CD NumForm=Digit|NumType=Frac 4 nummod 4:nummod SpaceAfter=No +6 , , PUNCT , _ 4 punct 4:punct _ 7 change change VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -8 20 20 NUM CD NumType=Card 10 nummod 10:nummod _ +8 20 20 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 9 Business business NOUN NN Number=Sing 10 compound 10:compound _ 10 Days day NOUN NNS Number=Plur 7 obj 7:obj _ 11 to to ADP IN _ 13 case 13:case _ -12 20 20 NUM CD NumType=Card 13 nummod 13:nummod _ +12 20 20 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 13 days day NOUN NNS Number=Plur 7 obl 7:obl:to SpaceAfter=No 14 . . PUNCT . _ 7 punct 7:punct _ # sent_id = email-enronsent38_01-0005 # text = Also, add a semicolon at the end of clause (i). 1 Also also ADV RB _ 3 advmod 3:advmod SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 add add VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 semicolon semicolon NOUN NN Number=Sing 3 obj 3:obj _ @@ -90159,44 +90192,44 @@ 9 of of ADP IN _ 10 case 10:case _ 10 clause clause NOUN NN Number=Sing 8 nmod 8:nmod:of _ 11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -12 i i NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No +12 i i NUM CD NumForm=Roman|NumType=Card 10 nummod 10:nummod SpaceAfter=No 13 ) ) PUNCT -RRB- _ 12 punct 12:punct SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent38_01-0006 # text = 4. In Section 6.2.1 I'll just note that the discount rate sentence I think is still an open issue. -1 4 4 X LS _ 9 nummod 9:nummod SpaceAfter=No +1 4 4 NUM LS NumForm=Digit|NumType=Card 9 nummod 9:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 In in ADP IN _ 4 case 4:case _ 4 Section section NOUN NN Number=Sing 9 obl 9:obl:in _ -5 6.2.1 6.2.1 NUM CD NumType=Card 4 nummod 4:nummod _ +5 6.2.1 6.2.1 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 6-7 I'll _ _ _ _ _ _ _ _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 7 'll will AUX MD VerbForm=Fin 9 aux 9:aux _ 8 just just ADV RB _ 9 advmod 9:advmod _ 9 note note VERB VB VerbForm=Inf 0 root 0:root _ -10 that that SCONJ IN _ 16 mark 16:mark _ +10 that that SCONJ IN _ 21 mark 21:mark _ 11 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 12 discount discount NOUN NN Number=Sing 13 compound 13:compound _ 13 rate rate NOUN NN Number=Sing 14 compound 14:compound _ 14 sentence sentence NOUN NN Number=Sing 21 nsubj 21:nsubj _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -16 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ +16 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 21 parataxis 21:parataxis _ 17 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 18 still still ADV RB _ 21 advmod 21:advmod _ 19 an a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 20 open open ADJ JJ Degree=Pos 21 amod 21:amod _ -21 issue issue NOUN NN Number=Sing 16 ccomp 16:ccomp SpaceAfter=No +21 issue issue NOUN NN Number=Sing 9 ccomp 9:ccomp SpaceAfter=No 22 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent38_01-0007 # text = 5. In Section 6.3, clause (c) should be reworded to fit with the language in the beginning of the Section. -1 5 5 X LS _ 13 nummod 13:nummod SpaceAfter=No +1 5 5 NUM LS NumForm=Digit|NumType=Card 13 nummod 13:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 In in ADP IN _ 4 case 4:case _ 4 Section section NOUN NN Number=Sing 13 obl 13:obl:in _ -5 6.3 6.3 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No -6 , , PUNCT , _ 13 punct 13:punct _ +5 6.3 6.3 NUM CD NumForm=Digit|NumType=Frac 4 nummod 4:nummod SpaceAfter=No +6 , , PUNCT , _ 4 punct 4:punct _ 7 clause clause NOUN NN Number=Sing 13 nsubj:pass 13:nsubj:pass _ 8 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No 9 c c NOUN NN Number=Sing 7 nummod 7:nummod SpaceAfter=No @@ -90219,7 +90252,7 @@ # sent_id = email-enronsent38_01-0008 # text = 6. Capitalize the word "facility" in the definition of Average Annual Load Factor. -1 6 6 X LS _ 3 nummod 3:nummod SpaceAfter=No +1 6 6 NUM LS NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 Capitalize capitalize VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ @@ -90239,7 +90272,7 @@ # sent_id = email-enronsent38_01-0009 # text = 7. Delete the definition of Costs as it is already defined in Section 6.2.1. -1 7 7 X LS _ 3 nummod 3:nummod SpaceAfter=No +1 7 7 NUM LS NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 Delete delete VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ @@ -90253,18 +90286,18 @@ 12 defined define VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 advcl 3:advcl:as _ 13 in in ADP IN _ 14 case 14:case _ 14 Section section NOUN NN Number=Sing 12 obl 12:obl:in _ -15 6.2.1 6.2.1 NUM CD NumType=Card 14 nummod 14:nummod SpaceAfter=No +15 6.2.1 6.2.1 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent38_01-0010 # newpar id = email-enronsent38_01-p0003 # text = 8. Where is the defined term Govt Authority used? -1 8 8 X LS _ 10 nummod 10:nummod SpaceAfter=No +1 8 8 NUM LS NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 Where where ADV WRB PronType=Int 10 advmod 10:advmod _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 defined define VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +6 defined define VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 term term NOUN NN Number=Sing 10 nsubj:pass 10:nsubj:pass _ 8 Govt govt NOUN NN Number=Sing 9 compound 9:compound _ 9 Authority authority NOUN NN Number=Sing 7 appos 7:appos _ @@ -90274,12 +90307,12 @@ # sent_id = email-enronsent38_01-0011 # newpar id = email-enronsent38_01-p0004 # text = 9. In the GTC, the ECP rep should also apply to EESI. -1 9 9 X LS _ 12 nummod 12:nummod SpaceAfter=No +1 9 9 NUM LS NumForm=Digit|NumType=Card 12 nummod 12:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 In in ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 GTC gtc NOUN NN Number=Sing 12 obl 12:obl:in SpaceAfter=No -6 , , PUNCT , _ 12 punct 12:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 ECP ecp NOUN NN Number=Sing 9 compound 9:compound _ 9 rep rep NOUN NN Number=Sing 12 nsubj 12:nsubj _ @@ -90293,10 +90326,10 @@ # sent_id = email-enronsent38_01-0012 # text = Also, in the 7th line of the reps add the word "into" after the word "entered" and before the word "this". 1 Also also ADV RB _ 10 advmod 10:advmod SpaceAfter=No -2 , , PUNCT , _ 10 punct 10:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 in in ADP IN _ 6 case 6:case _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 7th 7th ADJ JJ Degree=Pos|NumType=Ord 6 amod 6:amod _ +5 7th 7th ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 6 amod 6:amod _ 6 line line NOUN NN Number=Sing 10 obl 10:obl:in _ 7 of of ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -90324,12 +90357,12 @@ # sent_id = email-enronsent38_01-0013 # text = 10. In Collateral Requests, insert a comma after deposit in the last line. -1 10 10 X LS _ 7 nummod 7:nummod SpaceAfter=No +1 10 10 NUM LS NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 In in ADP IN _ 5 case 5:case _ 4 Collateral collateral NOUN NN Number=Sing 5 compound 5:compound _ 5 Requests request NOUN NNS Number=Plur 7 obl 7:obl:in SpaceAfter=No -6 , , PUNCT , _ 7 punct 7:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 insert insert VERB VB VerbForm=Inf 0 root 0:root _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 comma comma NOUN NN Number=Sing 7 obj 7:obj _ @@ -90348,20 +90381,20 @@ 3 also also ADV RB _ 4 advmod 4:advmod _ 4 add add VERB VB VerbForm=Inf 0 root 0:root _ 5 granting granting NOUN NN Number=Sing 8 compound 8:compound SpaceAfter=No -6 / / PUNCT , _ 7 cc 7:cc SpaceAfter=No +6 / / SYM , _ 7 cc 7:cc SpaceAfter=No 7 perfection perfection NOUN NN Number=Sing 5 conj 5:conj|8:compound _ 8 language language NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 9 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent38_01-0015 # text = 11. In Events of Default, clause (a) refers to a dispute section which I'm not sure exists. -1 11 11 X LS _ 12 nummod 12:nummod SpaceAfter=No +1 11 11 NUM LS NumForm=Digit|NumType=Card 12 nummod 12:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 In in ADP IN _ 4 case 4:case _ 4 Events event NOUN NNS Number=Plur 12 obl 12:obl:in _ 5 of of ADP IN _ 6 case 6:case _ 6 Default default NOUN NN Number=Sing 4 nmod 4:nmod:of SpaceAfter=No -7 , , PUNCT , _ 12 punct 12:punct _ +7 , , PUNCT , _ 4 punct 4:punct _ 8 clause clause NOUN NN Number=Sing 12 nsubj 12:nsubj _ 9 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No 10 a a NOUN NN Number=Sing 8 nummod 8:nummod SpaceAfter=No @@ -90370,11 +90403,11 @@ 13 to to ADP IN _ 16 case 16:case _ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 15 dispute dispute NOUN NN Number=Sing 16 compound 16:compound _ -16 section section NOUN NN Number=Sing 12 obl 12:obl:to _ -17 which which PRON WDT PronType=Int 22 nsubj 22:nsubj _ +16 section section NOUN NN Number=Sing 12 obl 12:obl:to|22:nsubj _ +17 which which PRON WDT PronType=Rel 22 nsubj 16:ref _ 18-19 I'm _ _ _ _ _ _ _ _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ -19 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ +19 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 20 not not PART RB _ 21 advmod 21:advmod _ 21 sure sure ADJ JJ Degree=Pos 16 acl:relcl 16:acl:relcl _ 22 exists exist VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 ccomp 21:ccomp SpaceAfter=No @@ -90387,13 +90420,13 @@ 3 ( ( PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No 4 e e NOUN NN Number=Sing 2 nummod 2:nummod SpaceAfter=No 5 ) ) PUNCT -RRB- _ 4 punct 4:punct SpaceAfter=No -6 , , PUNCT , _ 7 punct 7:punct _ +6 , , PUNCT , _ 2 punct 2:punct _ 7 delete delete VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No 10 s s NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No 11 " " PUNCT '' _ 10 punct 10:punct SpaceAfter=No -12 : : PUNCT : _ 7 punct 7:punct _ +12 : : PUNCT : _ 15 punct 15:punct _ 13 from from ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 word word NOUN NN Number=Sing 7 obl 7:obl:from _ @@ -90403,7 +90436,7 @@ # sent_id = email-enronsent38_01-0017 # newpar id = email-enronsent38_01-p0005 # text = 12. Remedies should be deleted as it is already covered in Section 6.1. -1 12 12 X LS _ 6 nummod 6:nummod SpaceAfter=No +1 12 12 NUM LS NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 Remedies remedies NOUN NN Number=Sing 6 nsubj:pass 6:nsubj:pass _ 4 should should AUX MD VerbForm=Fin 6 aux 6:aux _ @@ -90416,21 +90449,21 @@ 11 covered cover VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 advcl 6:advcl:as _ 12 in in ADP IN _ 13 case 13:case _ 13 Section section NOUN NN Number=Sing 11 obl 11:obl:in _ -14 6.1 6.1 NUM CD NumType=Card 13 nummod 13:nummod SpaceAfter=No +14 6.1 6.1 NUM CD NumForm=Digit|NumType=Frac 13 nummod 13:nummod SpaceAfter=No 15 . . PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent38_01-0018 # newpar id = email-enronsent38_01-p0006 # text = 13. In UCC/Disclaimer of warranties, add a clause (c). -1 13 13 X LS _ 10 nummod 10:nummod SpaceAfter=No +1 13 13 NUM LS NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 In in ADP IN _ 4 case 4:case _ 4 UCC ucc NOUN NN Number=Sing 10 obl 10:obl:in SpaceAfter=No -5 / / PUNCT , _ 6 cc 6:cc SpaceAfter=No +5 / / SYM , _ 6 cc 6:cc SpaceAfter=No 6 Disclaimer disclaimer NOUN NN Number=Sing 4 conj 4:conj|10:obl:in _ 7 of of ADP IN _ 8 case 8:case _ 8 warranties warranty NOUN NNS Number=Plur 6 nmod 6:nmod:of SpaceAfter=No -9 , , PUNCT , _ 10 punct 10:punct _ +9 , , PUNCT , _ 4 punct 4:punct _ 10 add add VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 clause clause NOUN NN Number=Sing 10 obj 10:obj _ @@ -90455,14 +90488,14 @@ 2 St. St. PROPN NNP Number=Sing 1 flat 1:flat _ 3 Clair Clair PROPN NNP Number=Sing 1 flat 1:flat _ 4 EB EB PROPN NNP Number=Sing 1 list 1:list _ -5 3889 3889 NUM CD NumType=Card 4 nummod 4:nummod _ -6 713-853-3989 713-853-3989 NUM CD NumType=Card 8 appos 8:appos _ +5 3889 3889 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +6 713-853-3989 713-853-3989 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 7 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No -8 Phone phone NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +8 Phone phone NOUN NN Number=Sing 6 appos 6:appos SpaceAfter=No 9 ) ) PUNCT -RRB- _ 8 punct 8:punct _ -10 713-646-3393 713-646-3393 NUM CD NumType=Card 12 appos 12:appos _ +10 713-646-3393 713-646-3393 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -12 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +12 Fax fax NOUN NN Number=Sing 10 appos 10:appos SpaceAfter=No 13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 14 carol.st.clair@enron.com carol.st.clair@enron.com X ADD _ 1 list 1:list _ @@ -90473,9 +90506,9 @@ # sent_id = email-enronsent38_01-0022 # text = 05/30/2001 11:05 AM -1 05/30/2001 05/30/2001 NUM CD NumType=Card 0 root 0:root _ -2 11:05 11:05 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 05/30/2001 05/30/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 11:05 11:05 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent38_01-0023 # text = Carol: @@ -90486,7 +90519,7 @@ # newpar id = email-enronsent38_01-p0008 # text = I have attempted to incorporate the changes that Jim has incorporated in our long form power agreement which ENA has suggested to date into the short form. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 attempted attempt VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 incorporate incorporate VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ @@ -90497,7 +90530,7 @@ 10 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 incorporated incorporate VERB VBN Tense=Past|VerbForm=Part 7 acl:relcl 7:acl:relcl _ 12 in in ADP IN _ 17 case 17:case _ -13 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +13 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 14 long long ADJ JJ Degree=Pos 15 amod 15:amod _ 15 form form NOUN NN Number=Sing 17 compound 17:compound _ 16 power power NOUN NN Number=Sing 17 compound 17:compound _ @@ -90516,7 +90549,7 @@ # sent_id = email-enronsent38_01-0025 # text = Attached please find a sample short form (for the Con Ed market) for your review. -1 Attached attach VERB VBN Tense=Past|VerbForm=Part 3 advcl 3:advcl _ +1 Attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 advcl 3:advcl _ 2 please please INTJ UH _ 3 discourse 3:discourse _ 3 find find VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -90531,7 +90564,7 @@ 13 market market NOUN NN Number=Sing 7 nmod 7:nmod:for SpaceAfter=No 14 ) ) PUNCT -RRB- _ 13 punct 13:punct _ 15 for for ADP IN _ 17 case 17:case _ -16 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 review review NOUN NN Number=Sing 3 obl 3:obl:for SpaceAfter=No 18 . . PUNCT . _ 3 punct 3:punct _ @@ -90539,39 +90572,39 @@ # text = Please note the following as you review: 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 note note VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 the the DET DT Definite=Def|PronType=Art 2 obj 2:obj _ -4 following follow VERB VBG VerbForm=Ger 3 amod 3:amod _ +3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ +4 following follow VERB VBG VerbForm=Ger 2 obj 2:obj _ 5 as as SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 review review VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:as SpaceAfter=No +7 review review VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:as SpaceAfter=No 8 : : PUNCT : _ 2 punct 2:punct _ # sent_id = email-enronsent38_01-0027 # newpar id = email-enronsent38_01-p0009 # text = 1. The short forms do not contain the optionality relating to our performing billing services -- all of our midmarket forms anticipate that we will act as customer's billing agent and that we will collect all amounts due related to T&D and the like from the customer (and reflect same on our invoice) and pass those amounts on to the customer's utility. -1 1 1 X LS _ 8 nummod 8:nummod SpaceAfter=No +1 1 1 NUM LS NumForm=Digit|NumType=Card 8 nummod 8:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 The the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 short short ADJ JJ Degree=Pos 5 amod 5:amod _ 5 forms form NOUN NNS Number=Plur 8 nsubj 8:nsubj _ -6 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 not not PART RB _ 8 advmod 8:advmod _ 8 contain contain VERB VB VerbForm=Inf 0 root 0:root _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 optionality optionality NOUN NN Number=Sing 8 obj 8:obj _ 11 relating relate VERB VBG VerbForm=Ger 10 acl 10:acl _ 12 to to SCONJ IN _ 14 mark 14:mark _ -13 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nsubj 14:nsubj _ +13 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nsubj 14:nsubj _ 14 performing perform VERB VBG VerbForm=Ger 11 advcl 11:advcl:to _ 15 billing billing NOUN NN Number=Sing 16 compound 16:compound _ 16 services service NOUN NNS Number=Plur 14 obj 14:obj _ -17 -- -- PUNCT , _ 8 punct 8:punct _ -18 all all DET DT _ 23 nsubj 23:nsubj _ +17 -- -- PUNCT , _ 23 punct 23:punct _ +18 all all DET DT PronType=Tot 23 nsubj 23:nsubj _ 19 of of ADP IN _ 22 case 22:case _ -20 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +20 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 21 midmarket midmarket ADJ JJ Degree=Pos 22 amod 22:amod _ 22 forms form NOUN NNS Number=Plur 18 nmod 18:nmod:of _ -23 anticipate anticipate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 parataxis 8:parataxis _ +23 anticipate anticipate VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 parataxis 8:parataxis _ 24 that that SCONJ IN _ 27 mark 27:mark _ 25 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 27 nsubj 27:nsubj _ 26 will will AUX MD VerbForm=Fin 27 aux 27:aux _ @@ -90587,7 +90620,7 @@ 35 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 37 nsubj 37:nsubj|52:nsubj|59:nsubj _ 36 will will AUX MD VerbForm=Fin 37 aux 37:aux _ 37 collect collect VERB VB VerbForm=Inf 27 conj 23:ccomp|27:conj:and _ -38 all all DET DT _ 39 det 39:det _ +38 all all DET DT PronType=Tot 39 det 39:det _ 39 amounts amount NOUN NNS Number=Plur 37 obj 37:obj _ 40 due due ADJ JJ Degree=Pos 39 amod 39:amod _ 41 related related ADJ JJ Degree=Pos 39 amod 39:amod _ @@ -90599,14 +90632,14 @@ 47 from from ADP IN _ 49 case 49:case _ 48 the the DET DT Definite=Def|PronType=Art 49 det 49:det _ 49 customer customer NOUN NN Number=Sing 37 obl 37:obl:from _ -50 ( ( PUNCT -LRB- _ 37 punct 37:punct SpaceAfter=No +50 ( ( PUNCT -LRB- _ 52 punct 52:punct SpaceAfter=No 51 and and CCONJ CC _ 52 cc 52:cc _ 52 reflect reflect VERB VB VerbForm=Inf 37 conj 37:conj:and _ 53 same same ADJ JJ Degree=Pos 52 obj 52:obj _ 54 on on ADP IN _ 56 case 56:case _ -55 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 56 nmod:poss 56:nmod:poss _ +55 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 56 nmod:poss 56:nmod:poss _ 56 invoice invoice NOUN NN Number=Sing 52 obl 52:obl:on SpaceAfter=No -57 ) ) PUNCT -RRB- _ 37 punct 37:punct _ +57 ) ) PUNCT -RRB- _ 52 punct 52:punct _ 58 and and CCONJ CC _ 59 cc 59:cc _ 59 pass pass VERB VB VerbForm=Inf 37 conj 37:conj:and _ 60 those that DET DT Number=Plur|PronType=Dem 61 det 61:det _ @@ -90622,21 +90655,21 @@ # sent_id = email-enronsent38_01-0028 # text = 2. I did not include a "Setoff" provision in this draft, mainly because the vast majority of the time, we will not, nor will an affiliate, have another agreement in place with these customers. -1 2 2 X LS _ 6 nummod 6:nummod SpaceAfter=No +1 2 2 NUM LS NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -4 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +4 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 5 not not PART RB _ 6 advmod 6:advmod _ 6 include include VERB VB VerbForm=Inf 0 root 0:root _ 7 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -8 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No +8 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No 9 Setoff setoff NOUN NN Number=Sing 11 compound 11:compound SpaceAfter=No -10 " " PUNCT '' _ 11 punct 11:punct _ +10 " " PUNCT '' _ 9 punct 9:punct _ 11 provision provision NOUN NN Number=Sing 6 obj 6:obj _ 12 in in ADP IN _ 14 case 14:case _ 13 this this DET DT Number=Sing|PronType=Dem 14 det 14:det _ 14 draft draft NOUN NN Number=Sing 6 obl 6:obl:in SpaceAfter=No -15 , , PUNCT , _ 6 punct 6:punct _ +15 , , PUNCT , _ 34 punct 34:punct _ 16 mainly mainly ADV RB _ 34 advmod 34:advmod _ 17 because because SCONJ IN _ 34 mark 34:mark _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ @@ -90645,18 +90678,18 @@ 21 of of ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 time time NOUN NN Number=Sing 20 nmod 20:nmod:of SpaceAfter=No -24 , , PUNCT , _ 26 punct 26:punct _ -25 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 26 nsubj 26:nsubj _ -26 will will AUX MD VerbForm=Fin 6 advcl 6:advcl:because _ -27 not not PART RB _ 26 advmod 26:advmod SpaceAfter=No -28 , , PUNCT , _ 34 punct 34:punct _ -29 nor nor CCONJ CC _ 34 cc 34:cc _ -30 will will AUX MD VerbForm=Fin 34 aux 34:aux _ +24 , , PUNCT , _ 20 punct 20:punct _ +25 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 34 nsubj 34:nsubj _ +26 will will AUX MD VerbForm=Fin 34 aux 34:aux _ +27 not not PART RB _ 34 advmod 34:advmod SpaceAfter=No +28 , , PUNCT , _ 30 punct 30:punct _ +29 nor nor CCONJ CC _ 30 cc 30:cc _ +30 will will AUX MD VerbForm=Fin 26 conj 26:conj:nor _ 31 an a DET DT Definite=Ind|PronType=Art 32 det 32:det _ -32 affiliate affiliate NOUN NN Number=Sing 34 nsubj 34:nsubj SpaceAfter=No -33 , , PUNCT , _ 34 punct 34:punct _ -34 have have VERB VB VerbForm=Inf 26 conj 6:advcl:because|26:conj:nor _ -35 another another DET DT _ 36 det 36:det _ +32 affiliate affiliate NOUN NN Number=Sing 30 nsubj 30:nsubj SpaceAfter=No +33 , , PUNCT , _ 30 punct 30:punct _ +34 have have VERB VB VerbForm=Inf 6 advcl 6:advcl:because _ +35 another another DET DT PronType=Ind 36 det 36:det _ 36 agreement agreement NOUN NN Number=Sing 34 obj 30:obj|34:obj _ 37 in in ADP IN _ 38 case 38:case _ 38 place place NOUN NN Number=Sing 34 obl 34:obl:in _ @@ -90669,15 +90702,15 @@ # text = If you feel strongly about our including a setoff provision, we will do so. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:if _ +3 feel feel VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:if _ 4 strongly strongly ADV RB _ 3 advmod 3:advmod _ 5 about about SCONJ IN _ 7 mark 7:mark _ -6 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nsubj 7:nsubj _ +6 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nsubj 7:nsubj _ 7 including include VERB VBG VerbForm=Ger 3 advcl 3:advcl:about _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 setoff setoff NOUN NN Number=Sing 10 compound 10:compound _ 10 provision provision NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No -11 , , PUNCT , _ 14 punct 14:punct _ +11 , , PUNCT , _ 3 punct 3:punct _ 12 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 13 will will AUX MD VerbForm=Fin 14 aux 14:aux _ 14 do do VERB VB VerbForm=Inf 0 root 0:root _ @@ -90686,7 +90719,7 @@ # sent_id = email-enronsent38_01-0030 # text = 3. The change in law provision reads a bit differently from the long form -- the thinking here is that the long form language is very lengthy and rather harsh (and we've had great difficulty selling it in the past). -1 3 3 X LS _ 8 nummod 8:nummod SpaceAfter=No +1 3 3 NUM LS NumForm=Digit|NumType=Card 8 nummod 8:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 change change NOUN NN Number=Sing 8 nsubj 8:nsubj _ @@ -90701,11 +90734,11 @@ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 14 long long ADJ JJ Degree=Pos 15 amod 15:amod _ 15 form form NOUN NN Number=Sing 11 obl 11:obl:from _ -16 -- -- PUNCT , _ 8 punct 8:punct _ +16 -- -- PUNCT , _ 28 punct 28:punct _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -18 thinking thinking NOUN NN Number=Sing 20 nsubj 20:nsubj _ +18 thinking thinking NOUN NN Number=Sing 28 nsubj:outer 28:nsubj:outer|31:nsubj:outer _ 19 here here ADV RB PronType=Dem 18 advmod 18:advmod _ -20 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 conj 8:conj:and _ +20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ 21 that that SCONJ IN _ 28 mark 28:mark _ 22 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 23 long long ADJ JJ Degree=Pos 24 amod 24:amod _ @@ -90713,15 +90746,15 @@ 25 language language NOUN NN Number=Sing 28 nsubj 28:nsubj|31:nsubj _ 26 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ 27 very very ADV RB _ 28 advmod 28:advmod _ -28 lengthy lengthy ADJ JJ Degree=Pos 20 ccomp 20:ccomp _ +28 lengthy lengthy ADJ JJ Degree=Pos 8 conj 8:conj:and _ 29 and and CCONJ CC _ 31 cc 31:cc _ 30 rather rather ADV RB _ 31 advmod 31:advmod _ -31 harsh harsh ADJ JJ Degree=Pos 28 conj 20:ccomp|28:conj:and _ +31 harsh harsh ADJ JJ Degree=Pos 28 conj 8:conj:and|28:conj:and _ 32 ( ( PUNCT -LRB- _ 36 punct 36:punct SpaceAfter=No 33 and and CCONJ CC _ 36 cc 36:cc _ 34-35 we've _ _ _ _ _ _ _ _ 34 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 36 nsubj 36:nsubj _ -35 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 36 aux 36:aux _ +35 've have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 36 aux 36:aux _ 36 had have VERB VBN Tense=Past|VerbForm=Part 8 conj 8:conj:and _ 37 great great ADJ JJ Degree=Pos 38 amod 38:amod _ 38 difficulty difficulty NOUN NN Number=Sing 36 obj 36:obj _ @@ -90742,20 +90775,20 @@ 5 class class NOUN NN Number=Sing 1 obj 1:obj _ 6 of of ADP IN _ 7 case 7:case _ 7 customer customer NOUN NN Number=Sing 5 nmod 5:nmod:of SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +8 , , PUNCT , _ 1 punct 1:punct _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ -10 decided decide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 decided decide VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 11 to to PART TO _ 12 mark 12:mark _ 12 include include VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 13 certain certain ADJ JJ Degree=Pos 14 amod 14:amod _ 14 items item NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No -15 , , PUNCT , _ 14 punct 14:punct _ +15 , , PUNCT , _ 18 punct 18:punct _ 16 including include VERB VBG VerbForm=Ger 18 case 18:case _ -17 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 inability inability NOUN NN Number=Sing 14 nmod 14:nmod:including _ 19 to to PART TO _ 20 mark 20:mark _ 20 cover cover VERB VB VerbForm=Inf 18 acl 18:acl:to _ -21 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 costs cost NOUN NNS Number=Plur 20 obj 20:obj _ 23 due due ADP IN _ 26 case 26:case _ 24 to to ADP IN _ 23 fixed 23:fixed _ @@ -90792,7 +90825,7 @@ # text = Also we do not address calculation of a termination payment in the event of a change in law as the long form does -- again, more in the interest of "saving space" than anything else... 1 Also also ADV RB _ 5 advmod 5:advmod _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 address address VERB VB VerbForm=Inf 0 root 0:root _ 6 calculation calculation NOUN NN Number=Sing 5 obj 5:obj _ @@ -90812,11 +90845,11 @@ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 21 long long ADJ JJ Degree=Pos 22 amod 22:amod _ 22 form form NOUN NN Number=Sing 23 nsubj 23:nsubj _ -23 does do VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:as _ -24 -- -- PUNCT , _ 5 punct 5:punct _ +23 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:as _ +24 -- -- PUNCT , _ 30 punct 30:punct _ 25 again again ADV RB _ 30 advmod 30:advmod SpaceAfter=No -26 , , PUNCT , _ 30 punct 30:punct _ -27 more more ADV RBR _ 30 advmod 30:advmod _ +26 , , PUNCT , _ 25 punct 25:punct _ +27 more more ADV RBR Degree=Cmp 30 advmod 30:advmod _ 28 in in ADP IN _ 30 case 30:case _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 interest interest NOUN NN Number=Sing 5 obl 5:obl:in _ @@ -90826,7 +90859,7 @@ 34 space space NOUN NN Number=Sing 33 obj 33:obj SpaceAfter=No 35 " " PUNCT '' _ 33 punct 33:punct _ 36 than than ADP IN _ 37 case 37:case _ -37 anything anything PRON NN Number=Sing 27 obl 27:obl:than _ +37 anything anything PRON NN Number=Sing|PronType=Ind 27 obl 27:obl:than _ 38 else else ADJ JJ Degree=Pos 37 amod 37:amod SpaceAfter=No 39 ... ... PUNCT . _ 5 punct 5:punct _ @@ -90835,7 +90868,7 @@ 1 Let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ 3 know know VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 thoughts thought NOUN NNS Number=Plur 3 obj 3:obj _ 6 on on ADP IN _ 8 case 8:case _ 7 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ @@ -90843,10 +90876,10 @@ 9 and and CCONJ CC _ 13 cc 13:cc _ 10 if if SCONJ IN _ 13 mark 13:mark _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +12 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 13 comfortable comfortable ADJ JJ Degree=Pos 5 conj 3:obj|5:conj:and _ 14 with with SCONJ IN _ 16 mark 16:mark _ -15 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nsubj 16:nsubj _ +15 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nsubj 16:nsubj _ 16 using use VERB VBG VerbForm=Ger 13 advcl 13:advcl:with _ 17 this this PRON DT Number=Sing|PronType=Dem 16 obj 16:obj _ 18 until until ADP IN _ 20 case 20:case _ @@ -90864,16 +90897,16 @@ # text = If you are comfortable, we will drive these changes into our other midmarket power forms. 1 If if SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 comfortable comfortable ADJ JJ Degree=Pos 8 advcl 8:advcl:if SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 7 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 8 drive drive VERB VB VerbForm=Inf 0 root 0:root _ 9 these this DET DT Number=Plur|PronType=Dem 10 det 10:det _ 10 changes change NOUN NNS Number=Plur 8 obj 8:obj _ 11 into into ADP IN _ 16 case 16:case _ -12 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +12 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 13 other other ADJ JJ Degree=Pos 16 amod 16:amod _ 14 midmarket midmarket ADJ JJ Degree=Pos 16 amod 16:amod _ 15 power power NOUN NN Number=Sing 16 compound 16:compound _ @@ -90885,7 +90918,7 @@ 1 Thanks thanks NOUN NN Number=Sing 0 root 0:root _ 2 again again ADV RB _ 1 advmod 1:advmod _ 3 for for ADP IN _ 5 case 5:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 help help NOUN NN Number=Sing 1 nmod 1:nmod:for _ 6 with with ADP IN _ 8 case 8:case _ 7 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ @@ -90912,9 +90945,9 @@ 10 Jennifer Jennifer PROPN NNP Number=Sing 7 conj 6:obj|7:conj:and _ 11 Hillegonds Hillegonds PROPN NNP Number=Sing 10 flat 10:flat _ 12 on on ADP IN _ 14 case 14:case _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 response response NOUN NN Number=Sing 6 obl 6:obl:on _ -15 -- -- PUNCT , _ 4 punct 4:punct _ +15 -- -- PUNCT , _ 19 punct 19:punct _ 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 19 nsubj 19:nsubj _ 17 will will AUX MD VerbForm=Fin 19 aux 19:aux _ 18 be be AUX VB VerbForm=Inf 19 aux 19:aux _ @@ -90922,11 +90955,11 @@ 20 this this DET DT Number=Sing|PronType=Dem 21 det 21:det _ 21 project project NOUN NN Number=Sing 19 obj 19:obj _ 22 during during ADP IN _ 25 case 25:case _ -23 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +23 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 24 " " PUNCT `` _ 25 punct 25:punct SpaceAfter=No 25 hiatus hiatus NOUN NN Number=Sing 19 obl 19:obl:during SpaceAfter=No 26 " " PUNCT '' _ 25 punct 25:punct _ -27 -- -- PUNCT , _ 4 punct 4:punct _ +27 -- -- PUNCT , _ 30 punct 30:punct _ 28 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 30 nsubj 30:nsubj|44:nsubj _ 29 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 30 aux 30:aux _ 30 moving move VERB VBG Tense=Pres|VerbForm=Part 4 parataxis 4:parataxis _ @@ -90946,7 +90979,7 @@ 44 pocket pocket NOUN NN Number=Sing 30 conj 30:conj:and _ 45 through through ADP IN _ 47 case 47:case _ 46 approximately approximately ADV RB _ 47 advmod 47:advmod _ -47 7/16 7/16 NUM CD NumType=Card 44 obl 44:obl:through SpaceAfter=No +47 7/16 7/16 NUM CD NumForm=Digit|NumType=Card 44 obl 44:obl:through SpaceAfter=No 48 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent38_01-0038 @@ -90969,7 +91002,7 @@ # sent_id = email-enronsent38_01-0040 # text = I have faxed to you the form of Bond, our proposed Bond provisions and the EEI Master. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 faxed fax VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 to to ADP IN _ 5 case 5:case _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 3 obl 3:obl:to _ @@ -90977,9 +91010,9 @@ 7 form form NOUN NN Number=Sing 3 obj 3:obj _ 8 of of ADP IN _ 9 case 9:case _ 9 Bond bond NOUN NN Number=Sing 7 nmod 7:nmod:of SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ -11 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ -12 proposed propose VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ +10 , , PUNCT , _ 13 punct 13:punct _ +11 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 proposed propose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod _ 13 Bond bond NOUN NN Number=Sing 9 appos 9:appos _ 14 provisions provision NOUN NNS Number=Plur 13 flat 13:flat _ 15 and and CCONJ CC _ 18 cc 18:cc _ @@ -91015,14 +91048,14 @@ 2 St. St. PROPN NNP Number=Sing 1 flat 1:flat _ 3 Clair Clair PROPN NNP Number=Sing 1 flat 1:flat _ 4 EB EB PROPN NNP Number=Sing 1 list 1:list _ -5 3889 3889 NUM CD NumType=Card 4 nummod 4:nummod _ -6 713-853-3989 713-853-3989 NUM CD NumType=Card 8 appos 8:appos _ +5 3889 3889 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +6 713-853-3989 713-853-3989 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 7 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No -8 Phone phone NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +8 Phone phone NOUN NN Number=Sing 6 appos 6:appos SpaceAfter=No 9 ) ) PUNCT -RRB- _ 8 punct 8:punct _ -10 713-646-3393 713-646-3393 NUM CD NumType=Card 12 appos 12:appos _ +10 713-646-3393 713-646-3393 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -12 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +12 Fax fax NOUN NN Number=Sing 10 appos 10:appos SpaceAfter=No 13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 14 carol.st.clair@enron.com carol.st.clair@enron.com X ADD _ 1 list 1:list _ @@ -91032,14 +91065,14 @@ 2 St. St. PROPN NNP Number=Sing 1 flat 1:flat _ 3 Clair Clair PROPN NNP Number=Sing 1 flat 1:flat _ 4 EB EB PROPN NNP Number=Sing 1 list 1:list _ -5 3889 3889 NUM CD NumType=Card 4 nummod 4:nummod _ -6 713-853-3989 713-853-3989 NUM CD NumType=Card 8 appos 8:appos _ +5 3889 3889 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +6 713-853-3989 713-853-3989 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 7 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No -8 Phone phone NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +8 Phone phone NOUN NN Number=Sing 6 appos 6:appos SpaceAfter=No 9 ) ) PUNCT -RRB- _ 8 punct 8:punct _ -10 713-646-3393 713-646-3393 NUM CD NumType=Card 12 appos 12:appos _ +10 713-646-3393 713-646-3393 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -12 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +12 Fax fax NOUN NN Number=Sing 10 appos 10:appos SpaceAfter=No 13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 14 carol.st.clair@enron.com carol.st.clair@enron.com X ADD _ 1 list 1:list _ @@ -91051,9 +91084,9 @@ # sent_id = email-enronsent38_01-0045 # text = 05/31/2001 09:01 AM -1 05/31/2001 05/31/2001 NUM CD NumType=Card 0 root 0:root _ -2 09:01 09:01 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 05/31/2001 05/31/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 09:01 09:01 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent38_01-0046 # text = Phyllis: @@ -91062,19 +91095,19 @@ # sent_id = email-enronsent38_01-0047 # text = Our letter of credit person would be more comfortable if we deleted all of the language that makes the LC transferable. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 2 letter letter NOUN NN Number=Sing 5 compound 5:compound _ 3 of of ADP IN _ 4 case 4:case _ 4 credit credit NOUN NN Number=Sing 2 nmod 2:nmod:of _ 5 person person NOUN NN Number=Sing 9 nsubj 9:nsubj _ 6 would would AUX MD VerbForm=Fin 9 aux 9:aux _ 7 be be AUX VB VerbForm=Inf 9 cop 9:cop _ -8 more more ADV RBR _ 9 advmod 9:advmod _ +8 more more ADV RBR Degree=Cmp 9 advmod 9:advmod _ 9 comfortable comfortable ADJ JJ Degree=Pos 0 root 0:root _ 10 if if SCONJ IN _ 12 mark 12:mark _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 deleted delete VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:if _ -13 all all DET DT _ 12 obj 12:obj _ +12 deleted delete VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:if _ +13 all all DET DT PronType=Tot 12 obj 12:obj _ 14 of of ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 language language NOUN NN Number=Sing 13 nmod 13:nmod:of|18:nsubj _ @@ -91088,7 +91121,7 @@ # sent_id = email-enronsent38_01-0048 # newpar id = email-enronsent38_01-p0013 # text = Are you okay with that? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +1 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 okay okay ADJ JJ Degree=Pos 0 root 0:root _ 4 with with ADP IN _ 5 case 5:case _ @@ -91099,8 +91132,8 @@ # text = If so, are we ready to execute? 1 If if SCONJ IN _ 2 mark 2:mark _ 2 so so ADV RB _ 6 advcl 6:advcl:if SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +3 , , PUNCT , _ 2 punct 2:punct _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj|8:nsubj:xsubj _ 6 ready ready ADJ JJ Degree=Pos 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ @@ -91113,14 +91146,14 @@ 2 St. St. PROPN NNP Number=Sing 1 flat 1:flat _ 3 Clair Clair PROPN NNP Number=Sing 1 flat 1:flat _ 4 EB EB PROPN NNP Number=Sing 1 list 1:list _ -5 3889 3889 NUM CD NumType=Card 4 nummod 4:nummod _ -6 713-853-3989 713-853-3989 NUM CD NumType=Card 8 appos 8:appos _ +5 3889 3889 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +6 713-853-3989 713-853-3989 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 7 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No -8 Phone phone NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +8 Phone phone NOUN NN Number=Sing 6 appos 6:appos SpaceAfter=No 9 ) ) PUNCT -RRB- _ 8 punct 8:punct _ -10 713-646-3393 713-646-3393 NUM CD NumType=Card 12 appos 12:appos _ +10 713-646-3393 713-646-3393 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -12 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +12 Fax fax NOUN NN Number=Sing 10 appos 10:appos SpaceAfter=No 13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 14 carol.st.clair@enron.com carol.st.clair@enron.com X ADD _ 1 list 1:list _ @@ -91130,9 +91163,9 @@ # sent_id = email-enronsent38_01-0052 # text = 05/30/2001 03:00 PM -1 05/30/2001 05/30/2001 NUM CD NumType=Card 0 root 0:root _ -2 03:00 03:00 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 05/30/2001 05/30/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 03:00 03:00 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent38_01-0053 # text = Carol: @@ -91143,10 +91176,10 @@ # newpar id = email-enronsent38_01-p0014 # text = I understand that we are still reviewing the attachment that lists the open transactions. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 understand understand VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 understand understand VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 7 mark 7:mark _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 still still ADV RB _ 7 advmod 7:advmod _ 7 reviewing review VERB VBG Tense=Pres|VerbForm=Part 2 ccomp 2:ccomp _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -91161,13 +91194,13 @@ # sent_id = email-enronsent38_01-0055 # text = How are you making out on the revised version of the LOC? 1 How how ADV WRB PronType=Int 4 advmod 4:advmod _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 making make VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 out out ADP RP _ 4 compound:prt 4:compound:prt _ 6 on on ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 revised revise VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod _ +8 revised revise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod _ 9 version version NOUN NN Number=Sing 4 obl 4:obl:on _ 10 of of ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -91184,18 +91217,18 @@ 1 In in ADP IN _ 2 case 2:case _ 2 addition addition NOUN NN Number=Sing 15 obl 15:obl:in _ 3 to to ADP IN _ 6 case 6:case _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 other other ADJ JJ Degree=Pos 6 amod 6:amod _ 6 comments comment NOUN NNS Number=Plur 2 nmod 2:nmod:to _ 7 on on ADP IN _ 12 case 12:case _ -8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ +8 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 9 Mid mid X AFX _ 10 compound 10:compound _ 10 Market market NOUN NN Number=Sing 12 compound 12:compound _ 11 Power power NOUN NN Number=Sing 12 compound 12:compound _ 12 Form form NOUN NN Number=Sing 6 nmod 6:nmod:on SpaceAfter=No -13 , , PUNCT , _ 15 punct 15:punct _ +13 , , PUNCT , _ 2 punct 2:punct _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +15 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ 17 should should AUX MD VerbForm=Fin 18 aux 18:aux _ 18 add add VERB VB VerbForm=Inf 15 ccomp 15:ccomp _ @@ -91211,14 +91244,14 @@ 2 St. St. PROPN NNP Number=Sing 1 flat 1:flat _ 3 Clair Clair PROPN NNP Number=Sing 1 flat 1:flat _ 4 EB EB PROPN NNP Number=Sing 1 list 1:list _ -5 3889 3889 NUM CD NumType=Card 4 nummod 4:nummod _ -6 713-853-3989 713-853-3989 NUM CD NumType=Card 8 appos 8:appos _ +5 3889 3889 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +6 713-853-3989 713-853-3989 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 7 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No -8 Phone phone NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +8 Phone phone NOUN NN Number=Sing 6 appos 6:appos SpaceAfter=No 9 ) ) PUNCT -RRB- _ 8 punct 8:punct _ -10 713-646-3393 713-646-3393 NUM CD NumType=Card 12 appos 12:appos _ +10 713-646-3393 713-646-3393 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -12 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +12 Fax fax NOUN NN Number=Sing 10 appos 10:appos SpaceAfter=No 13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 14 carol.st.clair@enron.com carol.st.clair@enron.com X ADD _ 1 list 1:list _ @@ -91231,12 +91264,12 @@ # sent_id = email-enronsent38_01-0060 # text = Are we playing tomorrow at 9:30? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 3 playing play VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 tomorrow tomorrow NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 5 at at ADP IN _ 6 case 6:case _ -6 9:30 9:30 NUM CD NumType=Card 4 nmod 4:nmod:at SpaceAfter=No +6 9:30 9:30 NUM CD NumForm=Digit|NumType=Card 4 nmod 4:nmod:at SpaceAfter=No 7 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent38_01-0061 @@ -91246,14 +91279,14 @@ 2 St. St. PROPN NNP Number=Sing 1 flat 1:flat _ 3 Clair Clair PROPN NNP Number=Sing 1 flat 1:flat _ 4 EB EB PROPN NNP Number=Sing 1 list 1:list _ -5 3889 3889 NUM CD NumType=Card 4 nummod 4:nummod _ -6 713-853-3989 713-853-3989 NUM CD NumType=Card 8 appos 8:appos _ +5 3889 3889 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +6 713-853-3989 713-853-3989 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 7 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No -8 Phone phone NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +8 Phone phone NOUN NN Number=Sing 6 appos 6:appos SpaceAfter=No 9 ) ) PUNCT -RRB- _ 8 punct 8:punct _ -10 713-646-3393 713-646-3393 NUM CD NumType=Card 12 appos 12:appos _ +10 713-646-3393 713-646-3393 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -12 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +12 Fax fax NOUN NN Number=Sing 10 appos 10:appos SpaceAfter=No 13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 14 carol.st.clair@enron.com carol.st.clair@enron.com X ADD _ 1 list 1:list _ @@ -91266,15 +91299,15 @@ # text = As I mentioned in my e-mail, John Lepore at Select Energy (Settlements Group) is trying to reconcile our list with his list. 1 As as SCONJ IN _ 3 mark 3:mark _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 mentioned mention VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 advcl 18:advcl:as _ +3 mentioned mention VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 18 advcl 18:advcl:as _ 4 in in ADP IN _ 6 case 6:case _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 e-mail e-mail NOUN NN Number=Sing 3 obl 3:obl:in SpaceAfter=No -7 , , PUNCT , _ 18 punct 18:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 John John PROPN NNP Number=Sing 18 nsubj 18:nsubj|20:nsubj:xsubj _ 9 Lepore Lepore PROPN NNP Number=Sing 8 flat 8:flat _ 10 at at ADP IN _ 12 case 12:case _ -11 Select Select PROPN NNP Number=Sing 12 compound 12:compound _ +11 Select Select ADJ NNP Degree=Pos 12 amod 12:amod _ 12 Energy Energy PROPN NNP Number=Sing 8 nmod 8:nmod:at _ 13 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No 14 Settlements settlement NOUN NNS Number=Plur 15 compound 15:compound _ @@ -91284,10 +91317,10 @@ 18 trying try VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 19 to to PART TO _ 20 mark 20:mark _ 20 reconcile reconcile VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ -21 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 list list NOUN NN Number=Sing 20 obj 20:obj _ 23 with with ADP IN _ 25 case 25:case _ -24 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 list list NOUN NN Number=Sing 20 obl 20:obl:with SpaceAfter=No 26 . . PUNCT . _ 18 punct 18:punct _ @@ -91301,8 +91334,8 @@ 6 these this DET DT Number=Plur|PronType=Dem 7 det 7:det _ 7 trades trade NOUN NNS Number=Plur 4 nmod 4:nmod:about _ 8 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -9 i.e. i.e. X FW _ 12 advmod 12:advmod SpaceAfter=No -10 , , PUNCT , _ 12 punct 12:punct _ +9 i.e. i.e. ADJ FW _ 12 amod 12:amod SpaceAfter=No +10 , , PUNCT , _ 9 punct 9:punct _ 11 price price NOUN NN Number=Sing 12 compound 12:compound _ 12 info info NOUN NN Number=Sing 4 appos 4:appos SpaceAfter=No 13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ @@ -91319,10 +91352,10 @@ # sent_id = email-enronsent38_01-0065 # text = His number is 860-665-2368 and e-mail address is leporjj@selectenergy.com. -1 His he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 His his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 number number NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -4 860-665-2368 860-665-2368 NUM CD NumType=Card 0 root 0:root _ +4 860-665-2368 860-665-2368 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ 5 and and CCONJ CC _ 9 cc 9:cc _ 6 e-mail e-mail NOUN NN Number=Sing 7 compound 7:compound _ 7 address address NOUN NN Number=Sing 9 nsubj 9:nsubj _ @@ -91334,11 +91367,11 @@ # text = Once we agree on the list, we can sign the EEI Master. 1 Once once SCONJ IN _ 3 mark 3:mark _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 agree agree VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:once _ +3 agree agree VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:once _ 4 on on ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 list list NOUN NN Number=Sing 3 obl 3:obl:on SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 9 can can AUX MD VerbForm=Fin 10 aux 10:aux _ 10 sign sign VERB VB VerbForm=Inf 0 root 0:root _ @@ -91354,14 +91387,14 @@ 2 St. St. PROPN NNP Number=Sing 1 flat 1:flat _ 3 Clair Clair PROPN NNP Number=Sing 1 flat 1:flat _ 4 EB EB PROPN NNP Number=Sing 1 list 1:list _ -5 3889 3889 NUM CD NumType=Card 4 nummod 4:nummod _ -6 713-853-3989 713-853-3989 NUM CD NumType=Card 8 appos 8:appos _ +5 3889 3889 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +6 713-853-3989 713-853-3989 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 7 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No -8 Phone phone NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +8 Phone phone NOUN NN Number=Sing 6 appos 6:appos SpaceAfter=No 9 ) ) PUNCT -RRB- _ 8 punct 8:punct _ -10 713-646-3393 713-646-3393 NUM CD NumType=Card 12 appos 12:appos _ +10 713-646-3393 713-646-3393 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -12 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +12 Fax fax NOUN NN Number=Sing 10 appos 10:appos SpaceAfter=No 13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 14 carol.st.clair@enron.com carol.st.clair@enron.com X ADD _ 1 list 1:list _ @@ -91373,20 +91406,20 @@ # sent_id = email-enronsent38_01-0069 # text = 05/25/2001 12:45 PM -1 05/25/2001 05/25/2001 NUM CD NumType=Card 0 root 0:root _ -2 12:45 12:45 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 05/25/2001 05/25/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 12:45 12:45 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent38_01-0070 # text = Here's everything that flows from 5/1/01 forward. 1-2 Here's _ _ _ _ _ _ _ _ 1 Here here ADV RB PronType=Dem 0 root 0:root _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -3 everything everything PRON NN Number=Sing 1 nsubj 1:nsubj|5:nsubj _ +3 everything everything PRON NN Number=Sing|PronType=Tot 1 nsubj 1:nsubj|5:nsubj _ 4 that that PRON WDT PronType=Rel 5 nsubj 3:ref _ 5 flows flow VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 from from ADP IN _ 7 case 7:case _ -7 5/1/01 5/1/01 NUM CD NumType=Card 5 obl 5:obl:from _ +7 5/1/01 5/1/01 NUM CD NumForm=Digit|NumType=Card 5 obl 5:obl:from _ 8 forward forward ADV RB _ 7 advmod 7:advmod SpaceAfter=No 9 . . PUNCT . _ 1 punct 1:punct _ @@ -91396,17 +91429,17 @@ 1 Carol Carol PROPN NNP Number=Sing 0 root 0:root _ 2 St St PROPN NNP Number=Sing 1 flat 1:flat _ 3 Clair Clair PROPN NNP Number=Sing 1 flat 1:flat _ -4 05/25/2001 05/25/2001 NUM CD NumType=Card 1 parataxis 1:parataxis _ -5 12:01 12:01 NUM CD NumType=Card 6 nummod 6:nummod _ -6 PM pm NOUN NN Number=Sing 4 nmod:tmod 4:nmod:tmod _ +4 05/25/2001 05/25/2001 NUM CD NumForm=Digit|NumType=Card 1 parataxis 1:parataxis _ +5 12:01 12:01 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ +6 PM p.m. NOUN NN Number=Sing 4 nmod:tmod 4:nmod:tmod _ # sent_id = email-enronsent38_01-0072 # text = We need to include all outstanding transactions. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 include include VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 all all DET DT _ 7 det 7:det _ +5 all all DET DT PronType=Tot 7 det 7:det _ 6 outstanding outstanding ADJ JJ Degree=Pos 7 amod 7:amod _ 7 transactions transaction NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ @@ -91423,14 +91456,14 @@ 2 St. St. PROPN NNP Number=Sing 1 flat 1:flat _ 3 Clair Clair PROPN NNP Number=Sing 1 flat 1:flat _ 4 EB EB PROPN NNP Number=Sing 1 list 1:list _ -5 3889 3889 NUM CD NumType=Card 4 nummod 4:nummod _ -6 713-853-3989 713-853-3989 NUM CD NumType=Card 8 appos 8:appos _ +5 3889 3889 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +6 713-853-3989 713-853-3989 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 7 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No -8 Phone phone NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +8 Phone phone NOUN NN Number=Sing 6 appos 6:appos SpaceAfter=No 9 ) ) PUNCT -RRB- _ 8 punct 8:punct _ -10 713-646-3393 713-646-3393 NUM CD NumType=Card 12 appos 12:appos _ +10 713-646-3393 713-646-3393 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -12 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +12 Fax fax NOUN NN Number=Sing 10 appos 10:appos SpaceAfter=No 13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 14 carol.st.clair@enron.com carol.st.clair@enron.com X ADD _ 1 list 1:list _ @@ -91442,30 +91475,30 @@ # sent_id = email-enronsent38_01-0076 # text = 05/25/2001 11:45 AM -1 05/25/2001 05/25/2001 NUM CD NumType=Card 0 root 0:root _ -2 11:45 11:45 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 05/25/2001 05/25/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 11:45 11:45 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent38_01-0077 # text = Do you want 6/1/01 and forward or do you want to include all of May since they have not been settled? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 want want VERB VB VerbForm=Inf 0 root 0:root _ -4 6/1/01 6/1/01 NUM CD NumType=Card 3 obj 3:obj _ +4 6/1/01 6/1/01 NUM CD NumForm=Digit|NumType=Card 3 obj 3:obj _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 forward forward ADV RB _ 4 conj 3:obj|4:conj:and _ 7 or or CCONJ CC _ 10 cc 10:cc _ -8 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +8 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ 10 want want VERB VB VerbForm=Inf 3 conj 3:conj:or _ 11 to to PART TO _ 12 mark 12:mark _ 12 include include VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ -13 all all DET DT _ 12 obj 12:obj _ +13 all all DET DT PronType=Tot 12 obj 12:obj _ 14 of of ADP IN _ 15 case 15:case _ 15 May May PROPN NNP Number=Sing 13 nmod 13:nmod:of _ 16 since since SCONJ IN _ 21 mark 21:mark _ 17 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 21 nsubj:pass 21:nsubj:pass _ -18 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ +18 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ 19 not not PART RB _ 21 advmod 21:advmod _ 20 been be AUX VBN Tense=Past|VerbForm=Part 21 aux:pass 21:aux:pass _ 21 settled settle VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 advcl 12:advcl:since SpaceAfter=No @@ -91492,9 +91525,9 @@ 1 Carol Carol PROPN NNP Number=Sing 0 root 0:root _ 2 St St PROPN NNP Number=Sing 1 flat 1:flat _ 3 Clair Clair PROPN NNP Number=Sing 1 flat 1:flat _ -4 05/25/2001 05/25/2001 NUM CD NumType=Card 1 nmod:tmod 1:nmod:tmod _ -5 10:56 10:56 NUM CD NumType=Card 6 nummod 6:nummod _ -6 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +4 05/25/2001 05/25/2001 NUM CD NumForm=Digit|NumType=Card 1 nmod:tmod 1:nmod:tmod _ +5 10:56 10:56 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ +6 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent38_01-0080 # text = Rhonda: @@ -91505,7 +91538,7 @@ # text = Does Attachment A to the Select EEI Master need to be updated or is the version that you sent to me the current version? 1 Does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 2 Attachment attachment NOUN NN Number=Sing 3 compound 3:compound _ -3 A a NOUN NN Number=Sing 9 nsubj 9:nsubj|12:nsubj:xsubj _ +3 A A NOUN NN Number=Sing 9 nsubj 9:nsubj|12:nsubj:xsubj _ 4 to to ADP IN _ 8 case 8:case _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 6 Select select ADJ JJ Degree=Pos 8 amod 8:amod _ @@ -91521,7 +91554,7 @@ 16 version version NOUN NN Number=Sing 24 nsubj 19:obj|24:nsubj _ 17 that that PRON WDT PronType=Rel 19 obj 16:ref _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 19 nsubj 19:nsubj _ -19 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ +19 sent send VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ 20 to to ADP IN _ 21 case 21:case _ 21 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 19 obl 19:obl:to _ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ @@ -91535,14 +91568,14 @@ 2 St. St. PROPN NNP Number=Sing 1 flat 1:flat _ 3 Clair Clair PROPN NNP Number=Sing 1 flat 1:flat _ 4 EB EB PROPN NNP Number=Sing 1 list 1:list _ -5 3889 3889 NUM CD NumType=Card 4 nummod 4:nummod _ -6 713-853-3989 713-853-3989 NUM CD NumType=Card 8 appos 8:appos _ +5 3889 3889 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +6 713-853-3989 713-853-3989 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 7 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No -8 Phone phone NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +8 Phone phone NOUN NN Number=Sing 6 appos 6:appos SpaceAfter=No 9 ) ) PUNCT -RRB- _ 8 punct 8:punct _ -10 713-646-3393 713-646-3393 NUM CD NumType=Card 12 appos 12:appos _ +10 713-646-3393 713-646-3393 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -12 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +12 Fax fax NOUN NN Number=Sing 10 appos 10:appos SpaceAfter=No 13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 14 carol.st.clair@enron.com carol.st.clair@enron.com X ADD _ 1 list 1:list _ @@ -91552,9 +91585,9 @@ # sent_id = email-enronsent38_01-0084 # text = 05/25/2001 10:44 AM -1 05/25/2001 05/25/2001 NUM CD NumType=Card 0 root 0:root _ -2 10:44 10:44 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 05/25/2001 05/25/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 10:44 10:44 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent38_01-0085 # text = Carol - @@ -91564,21 +91597,21 @@ # sent_id = email-enronsent38_01-0086 # text = I think Valerie Mooney (our credit person) and Ed Sacks are still discussing some minor fine tuning of the LOC format. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 Valerie Valerie PROPN NNP Number=Sing 15 nsubj 15:nsubj _ 4 Mooney Mooney PROPN NNP Number=Sing 3 flat 3:flat _ 5 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No -6 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 credit credit NOUN NN Number=Sing 8 compound 8:compound _ 8 person person NOUN NN Number=Sing 3 appos 3:appos SpaceAfter=No 9 ) ) PUNCT -RRB- _ 8 punct 8:punct _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 Ed Ed PROPN NNP Number=Sing 3 conj 3:conj:and|15:nsubj _ 12 Sacks Sacks PROPN NNP Number=Sing 11 flat 11:flat _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 14 still still ADV RB _ 15 advmod 15:advmod _ 15 discussing discuss VERB VBG Tense=Pres|VerbForm=Part 2 ccomp 2:ccomp _ -16 some some DET DT _ 19 det 19:det _ +16 some some DET DT PronType=Ind 19 det 19:det _ 17 minor minor ADJ JJ Degree=Pos 19 amod 19:amod _ 18 fine fine ADJ JJ Degree=Pos 19 amod 19:amod _ 19 tuning tuning NOUN NN Number=Sing 15 obj 15:obj _ @@ -91591,16 +91624,16 @@ # sent_id = email-enronsent38_01-0087 # text = I spoke to Bob Bruce this morning - we're all set on the language in the Schedule to the ISDA, and there is a minor credit/billing issue in Paragraph 13 related to the timing of transfer of interest on collateral that Val will discuss with Ed as well. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 spoke speak VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 spoke speak VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 4 case 4:case _ 4 Bob Bob PROPN NNP Number=Sing 2 obl 2:obl:to _ 5 Bruce Bruce PROPN NNP Number=Sing 4 flat 4:flat _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 morning morning NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod _ -8 - - PUNCT , _ 2 punct 2:punct _ +8 - - PUNCT , _ 12 punct 12:punct _ 9-10 we're _ _ _ _ _ _ _ _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -10 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +10 're be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 all all ADV RB _ 12 advmod 12:advmod _ 12 set set ADJ JJ Degree=Pos 2 parataxis 2:parataxis _ 13 on on ADP IN _ 15 case 15:case _ @@ -91612,19 +91645,19 @@ 19 to to ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 ISDA isda NOUN NN Number=Sing 18 nmod 18:nmod:to SpaceAfter=No -22 , , PUNCT , _ 2 punct 2:punct _ +22 , , PUNCT , _ 25 punct 25:punct _ 23 and and CCONJ CC _ 25 cc 25:cc _ 24 there there PRON EX _ 25 expl 25:expl _ 25 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 conj 12:conj:and _ 26 a a DET DT Definite=Ind|PronType=Art 31 det 31:det _ 27 minor minor ADJ JJ Degree=Pos 31 amod 31:amod _ 28 credit credit NOUN NN Number=Sing 31 compound 31:compound SpaceAfter=No -29 / / PUNCT , _ 30 cc 30:cc SpaceAfter=No +29 / / SYM , _ 30 cc 30:cc SpaceAfter=No 30 billing billing NOUN NN Number=Sing 28 conj 28:conj|31:compound _ 31 issue issue NOUN NN Number=Sing 25 nsubj 25:nsubj|48:obj _ 32 in in ADP IN _ 33 case 33:case _ 33 Paragraph paragraph NOUN NN Number=Sing 31 nmod 31:nmod:in _ -34 13 13 NUM CD NumType=Card 33 nummod 33:nummod _ +34 13 13 NUM CD NumForm=Digit|NumType=Card 33 nummod 33:nummod _ 35 related related ADJ JJ Degree=Pos 31 amod 31:amod _ 36 to to ADP IN _ 38 case 38:case _ 37 the the DET DT Definite=Def|PronType=Art 38 det 38:det _ @@ -91648,22 +91681,22 @@ # sent_id = email-enronsent38_01-0088 # text = As far as the EEI goes, the only remaining issue that I'm aware of (aside from finalizing the LOC) is whether we've finished coordinating the Attachment containing the list of prior transactions. 1 As as ADV RB _ 2 advmod 2:advmod _ -2 far far ADV RB Degree=Pos 24 advmod 24:advmod _ +2 far far ADV RB Degree=Pos 28 advmod 28:advmod _ 3 as as SCONJ IN _ 6 mark 6:mark _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 EEI eei NOUN NN Number=Sing 6 nsubj 6:nsubj _ 6 goes go VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:as SpaceAfter=No -7 , , PUNCT , _ 24 punct 24:punct _ +7 , , PUNCT , _ 2 punct 2:punct _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 9 only only ADJ JJ Degree=Pos 11 amod 11:amod _ 10 remaining remain VERB VBG VerbForm=Ger 11 amod 11:amod _ -11 issue issue NOUN NN Number=Sing 24 nsubj 15:obj|24:nsubj _ -12 that that PRON WDT PronType=Rel 15 obj 11:ref _ +11 issue issue NOUN NN Number=Sing 28 nsubj:outer 15:obl:of|28:nsubj:outer _ +12 that that PRON WDT PronType=Rel 15 obl 11:ref _ 13-14 I'm _ _ _ _ _ _ _ _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -14 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +14 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 15 aware aware ADJ JJ Degree=Pos 11 acl:relcl 11:acl:relcl _ -16 of of ADP IN _ 15 obl 15:obl _ +16 of of ADP IN _ 12 case 11:case _ 17 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No 18 aside aside ADV RB _ 11 advmod 11:advmod _ 19 from from SCONJ IN _ 20 mark 20:mark _ @@ -91671,12 +91704,12 @@ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 LOC loc NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No 23 ) ) PUNCT -RRB- _ 18 punct 18:punct _ -24 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +24 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ 25 whether whether SCONJ IN _ 28 mark 28:mark _ 26-27 we've _ _ _ _ _ _ _ _ 26 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 28 nsubj 28:nsubj|29:nsubj:xsubj _ -27 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ -28 finished finish VERB VBN Tense=Past|VerbForm=Part 24 ccomp 24:ccomp _ +27 've have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ +28 finished finish VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 29 coordinating coordinate VERB VBG VerbForm=Ger 28 xcomp 28:xcomp _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 31 Attachment attachment NOUN NN Number=Sing 29 obj 29:obj _ @@ -91686,7 +91719,7 @@ 35 of of ADP IN _ 37 case 37:case _ 36 prior prior ADJ JJ Degree=Pos 37 amod 37:amod _ 37 transactions transaction NOUN NNS Number=Plur 34 nmod 34:nmod:of SpaceAfter=No -38 . . PUNCT . _ 24 punct 24:punct _ +38 . . PUNCT . _ 28 punct 28:punct _ # sent_id = email-enronsent38_01-0089 # text = Sounds like we may actually get these documents executed early next week. @@ -91698,7 +91731,7 @@ 6 get get VERB VB VerbForm=Inf 1 advcl 1:advcl:like _ 7 these this DET DT Number=Plur|PronType=Dem 8 det 8:det _ 8 documents document NOUN NNS Number=Plur 6 obj 6:obj|9:nsubj:xsubj _ -9 executed execute VERB VBN Tense=Past|VerbForm=Part 6 xcomp 6:xcomp _ +9 executed execute VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 xcomp 6:xcomp _ 10 early early ADV RB Degree=Pos 12 advmod 12:advmod _ 11 next next ADJ JJ Degree=Pos 12 amod 12:amod _ 12 week week NOUN NN Number=Sing 9 obl:tmod 9:obl:tmod SpaceAfter=No @@ -91716,14 +91749,14 @@ 2 St. St. PROPN NNP Number=Sing 1 flat 1:flat _ 3 Clair Clair PROPN NNP Number=Sing 1 flat 1:flat _ 4 EB EB PROPN NNP Number=Sing 1 list 1:list _ -5 3889 3889 NUM CD NumType=Card 4 nummod 4:nummod _ -6 713-853-3989 713-853-3989 NUM CD NumType=Card 8 appos 8:appos _ +5 3889 3889 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +6 713-853-3989 713-853-3989 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 7 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No -8 Phone phone NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +8 Phone phone NOUN NN Number=Sing 6 appos 6:appos SpaceAfter=No 9 ) ) PUNCT -RRB- _ 8 punct 8:punct _ -10 713-646-3393 713-646-3393 NUM CD NumType=Card 12 appos 12:appos _ +10 713-646-3393 713-646-3393 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -12 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +12 Fax fax NOUN NN Number=Sing 10 appos 10:appos SpaceAfter=No 13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 14 carol.st.clair@enron.com carol.st.clair@enron.com X ADD _ 1 list 1:list _ @@ -91735,9 +91768,9 @@ # sent_id = email-enronsent38_01-0093 # text = 06/01/2001 03:20 PM -1 06/01/2001 06/01/2001 NUM CD NumType=Card 0 root 0:root _ -2 03:20 03:20 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 06/01/2001 06/01/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 03:20 03:20 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent38_01-0094 # text = I am missing Deal No. 74419 on your sheet. @@ -91745,10 +91778,10 @@ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 missing miss VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 Deal deal NOUN NN Number=Sing 3 obj 3:obj _ -5 No. no. NOUN NN Number=Sing 4 compound 4:compound _ -6 74419 74419 NUM CD NumType=Card 5 nummod 5:nummod _ +5 No. no. NOUN NN Abbr=Yes|Number=Sing 4 compound 4:compound _ +6 74419 74419 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 7 on on ADP IN _ 9 case 9:case _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 sheet sheet NOUN NN Number=Sing 4 nmod 4:nmod:on SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ @@ -91757,8 +91790,8 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 Enpower Enpower PROPN NNP Number=Sing 0 root 0:root _ -4 No. no. NOUN NN Number=Sing 3 compound 3:compound _ -5 295870 295870 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No +4 No. no. NOUN NN Abbr=Yes|Number=Sing 3 compound 3:compound _ +5 295870 295870 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No 6 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent38_01-0096 @@ -91778,7 +91811,7 @@ 2 so so ADV RB _ 3 advmod 3:advmod _ 3 much much ADV RB _ 1 advmod 1:advmod _ 4 for for ADP IN _ 6 case 6:case _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 help help NOUN NN Number=Sing 1 nmod 1:nmod:for _ 7 on on ADP IN _ 8 case 8:case _ 8 this this PRON DT Number=Sing|PronType=Dem 6 nmod 6:nmod:on SpaceAfter=No @@ -91791,14 +91824,14 @@ 2 St. St. PROPN NNP Number=Sing 1 flat 1:flat _ 3 Clair Clair PROPN NNP Number=Sing 1 flat 1:flat _ 4 EB EB PROPN NNP Number=Sing 1 list 1:list _ -5 3889 3889 NUM CD NumType=Card 4 nummod 4:nummod _ -6 713-853-3989 713-853-3989 NUM CD NumType=Card 8 appos 8:appos _ +5 3889 3889 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +6 713-853-3989 713-853-3989 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 7 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No -8 Phone phone NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +8 Phone phone NOUN NN Number=Sing 6 appos 6:appos SpaceAfter=No 9 ) ) PUNCT -RRB- _ 8 punct 8:punct _ -10 713-646-3393 713-646-3393 NUM CD NumType=Card 12 appos 12:appos _ +10 713-646-3393 713-646-3393 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -12 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +12 Fax fax NOUN NN Number=Sing 10 appos 10:appos SpaceAfter=No 13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 14 carol.st.clair@enron.com carol.st.clair@enron.com X ADD _ 1 list 1:list _ @@ -91810,9 +91843,9 @@ # sent_id = email-enronsent38_01-0101 # text = 06/01/2001 03:20 PM -1 06/01/2001 06/01/2001 NUM CD NumType=Card 0 root 0:root _ -2 03:20 03:20 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 06/01/2001 06/01/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 03:20 03:20 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent38_01-0102 # text = I am missing Deal No. 74419 on your sheet. @@ -91820,10 +91853,10 @@ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 missing miss VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 Deal deal NOUN NN Number=Sing 3 obj 3:obj _ -5 No. no. PROPN NN Number=Sing 4 compound 4:compound _ -6 74419 74419 NUM CD NumType=Card 5 nummod 5:nummod _ +5 No. no. NOUN NN Abbr=Yes|Number=Sing 4 compound 4:compound _ +6 74419 74419 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 7 on on ADP IN _ 9 case 9:case _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 sheet sheet NOUN NN Number=Sing 4 nmod 4:nmod:on SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ @@ -91832,8 +91865,8 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 Enpower Enpower PROPN NNP Number=Sing 0 root 0:root _ -4 No. no. NOUN NN Number=Sing 3 compound 3:compound _ -5 295870 295870 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No +4 No. no. NOUN NN Abbr=Yes|Number=Sing 3 compound 3:compound _ +5 295870 295870 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No 6 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent38_01-0104 @@ -91848,14 +91881,14 @@ 2 St. St. PROPN NNP Number=Sing 1 flat 1:flat _ 3 Clair Clair PROPN NNP Number=Sing 1 flat 1:flat _ 4 EB EB PROPN NNP Number=Sing 1 list 1:list _ -5 3889 3889 NUM CD NumType=Card 4 nummod 4:nummod _ -6 713-853-3989 713-853-3989 NUM CD NumType=Card 8 appos 8:appos _ +5 3889 3889 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +6 713-853-3989 713-853-3989 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 7 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No -8 Phone phone NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +8 Phone phone NOUN NN Number=Sing 6 appos 6:appos SpaceAfter=No 9 ) ) PUNCT -RRB- _ 8 punct 8:punct _ -10 713-646-3393 713-646-3393 NUM CD NumType=Card 12 appos 12:appos _ +10 713-646-3393 713-646-3393 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -12 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +12 Fax fax NOUN NN Number=Sing 10 appos 10:appos SpaceAfter=No 13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 14 carol.st.clair@enron.com carol.st.clair@enron.com X ADD _ 1 list 1:list _ @@ -91867,9 +91900,9 @@ # sent_id = email-enronsent38_01-0107 # text = 06/01/2001 03:20 PM -1 06/01/2001 06/01/2001 NUM CD NumType=Card 0 root 0:root _ -2 03:20 03:20 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 06/01/2001 06/01/2001 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 03:20 03:20 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent38_01-0108 # text = I am missing Deal No. 74419 on your sheet. @@ -91877,10 +91910,10 @@ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 missing miss VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 Deal deal NOUN NN Number=Sing 3 obj 3:obj _ -5 No. no. NOUN NN Number=Sing 4 compound 4:compound _ -6 74419 74419 NUM CD NumType=Card 5 nummod 5:nummod _ +5 No. no. NOUN NN Abbr=Yes|Number=Sing 4 compound 4:compound _ +6 74419 74419 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 7 on on ADP IN _ 9 case 9:case _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 sheet sheet NOUN NN Number=Sing 4 nmod 4:nmod:on SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ @@ -91889,8 +91922,8 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 Enpower Enpower PROPN NNP Number=Sing 0 root 0:root _ -4 No. no. NOUN NN Number=Sing 3 compound 3:compound _ -5 295870 295870 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No +4 No. no. NOUN NN Abbr=Yes|Number=Sing 3 compound 3:compound _ +5 295870 295870 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No 6 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent38_01-0110 @@ -91912,13 +91945,13 @@ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 language language NOUN NN Number=Sing 3 obj 3:obj _ 6 with with ADP IN _ 8 case 8:case _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ -8 chnages chnage NOUN NNS Number=Plur 5 nmod 5:nmod:with SpaceAfter=No +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +8 chnages change NOUN NNS Number=Plur|Typo=Yes 5 nmod 5:nmod:with CorrectForm=changes|SpaceAfter=No 9 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent38_01-0113 # text = Are we ready to execute? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +1 Are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 3 ready ready ADJ JJ Degree=Pos 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ @@ -91960,14 +91993,14 @@ 2 St. St. PROPN NNP Number=Sing 1 flat 1:flat _ 3 Clair Clair PROPN NNP Number=Sing 1 flat 1:flat _ 4 EB EB PROPN NNP Number=Sing 1 list 1:list _ -5 3889 3889 NUM CD NumType=Card 4 nummod 4:nummod _ -6 713-853-3989 713-853-3989 NUM CD NumType=Card 8 appos 8:appos _ +5 3889 3889 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +6 713-853-3989 713-853-3989 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 7 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No -8 Phone phone NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +8 Phone phone NOUN NN Number=Sing 6 appos 6:appos SpaceAfter=No 9 ) ) PUNCT -RRB- _ 8 punct 8:punct _ -10 713-646-3393 713-646-3393 NUM CD NumType=Card 12 appos 12:appos _ +10 713-646-3393 713-646-3393 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -12 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +12 Fax fax NOUN NN Number=Sing 10 appos 10:appos SpaceAfter=No 13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 14 carol.st.clair@enron.com carol.st.clair@enron.com X ADD _ 1 list 1:list _ @@ -91977,9 +92010,9 @@ # sent_id = email-enronsent38_01-0119 # text = 06/04/01 08:38 AM -1 06/04/01 06/04/01 NUM CD NumType=Card 0 root 0:root _ -2 08:38 08:38 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 06/04/01 06/04/01 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 08:38 08:38 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent38_01-0120 # text = Carol - @@ -91988,14 +92021,14 @@ # sent_id = email-enronsent38_01-0121 # text = Our credit person doesn't understand why the transferability language needs to be eliminated. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 credit credit NOUN NN Number=Sing 3 compound 3:compound _ 3 person person NOUN NN Number=Sing 6 nsubj 6:nsubj _ 4-5 doesn't _ _ _ _ _ _ _ _ 4 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 n't not PART RB _ 6 advmod 6:advmod _ 6 understand understand VERB VB VerbForm=Inf 0 root 0:root _ -7 why why SCONJ WRB PronType=Int 11 mark 11:mark _ +7 why why ADV WRB PronType=Int 11 advmod 11:advmod _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 transferability transferability NOUN NN Number=Sing 10 compound 10:compound _ 10 language language NOUN NN Number=Sing 11 nsubj 11:nsubj|14:nsubj:xsubj _ @@ -92032,7 +92065,7 @@ # text = Is there some specific concern that we can address? 1 Is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 there there PRON EX _ 1 expl 1:expl _ -3 some some DET DT _ 5 det 5:det _ +3 some some DET DT PronType=Ind 5 det 5:det _ 4 specific specific ADJ JJ Degree=Pos 5 amod 5:amod _ 5 concern concern NOUN NN Number=Sing 1 nsubj 1:nsubj|9:obj _ 6 that that PRON WDT PronType=Rel 9 obj 5:ref _ @@ -92049,13 +92082,13 @@ # sent_id = email-enronsent38_01-0125 # text = Your comments to the transfer agreement were fine. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 comments comment NOUN NNS Number=Plur 8 nsubj 8:nsubj _ 3 to to ADP IN _ 6 case 6:case _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 transfer transfer NOUN NN Number=Sing 6 compound 6:compound _ 6 agreement agreement NOUN NN Number=Sing 2 nmod 2:nmod:to _ -7 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 cop 8:cop _ +7 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 8 fine fine ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 9 . . PUNCT . _ 8 punct 8:punct _ @@ -92066,7 +92099,7 @@ 3 to to ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 Guaranty guaranty NOUN NN Number=Sing 2 nmod 2:nmod:to SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 2 punct 2:punct _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 8 will will AUX MD VerbForm=Fin 9 aux 9:aux _ 9 delete delete VERB VB VerbForm=Inf 0 root 0:root _ @@ -92076,21 +92109,21 @@ # sent_id = email-enronsent38_01-0127 # text = Our system did not show any other chnages. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 system system NOUN NN Number=Sing 5 nsubj 5:nsubj _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +3 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 show show VERB VB VerbForm=Inf 0 root 0:root _ -6 any any DET DT _ 8 det 8:det _ +6 any any DET DT PronType=Ind 8 det 8:det _ 7 other other ADJ JJ Degree=Pos 8 amod 8:amod _ -8 chnages chnage NOUN NNS Number=Plur 5 obj 5:obj SpaceAfter=No +8 chnages change NOUN NNS Number=Plur|Typo=Yes 5 obj 5:obj CorrectForm=changes|SpaceAfter=No 9 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent38_01-0128 # text = Were there any? -1 Were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 there there PRON EX _ 1 expl 1:expl _ -3 any any DET DT _ 1 nsubj 1:nsubj SpaceAfter=No +3 any any DET DT PronType=Ind 1 nsubj 1:nsubj SpaceAfter=No 4 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent38_01-0129 @@ -92110,14 +92143,14 @@ 2 St. St. PROPN NNP Number=Sing 1 flat 1:flat _ 3 Clair Clair PROPN NNP Number=Sing 1 flat 1:flat _ 4 EB EB PROPN NNP Number=Sing 1 list 1:list _ -5 3889 3889 NUM CD NumType=Card 4 nummod 4:nummod _ -6 713-853-3989 713-853-3989 NUM CD NumType=Card 8 appos 8:appos _ +5 3889 3889 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +6 713-853-3989 713-853-3989 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 7 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No -8 Phone phone NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +8 Phone phone NOUN NN Number=Sing 6 appos 6:appos SpaceAfter=No 9 ) ) PUNCT -RRB- _ 8 punct 8:punct _ -10 713-646-3393 713-646-3393 NUM CD NumType=Card 12 appos 12:appos _ +10 713-646-3393 713-646-3393 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -12 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No +12 Fax fax NOUN NN Number=Sing 10 appos 10:appos SpaceAfter=No 13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 14 carol.st.clair@enron.com carol.st.clair@enron.com X ADD _ 1 list 1:list _ @@ -92125,7 +92158,7 @@ # sent_id = email-enronsent43_01-0001 # newpar id = email-enronsent43_01-p0001 # text = All, -1 All all DET DT _ 0 root 0:root SpaceAfter=No +1 All all DET DT PronType=Tot 0 root 0:root SpaceAfter=No 2 , , PUNCT , _ 1 punct 1:punct _ # sent_id = email-enronsent43_01-0002 @@ -92134,7 +92167,7 @@ 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 see see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -4 attached attach VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +4 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 5 Interconnect interconnect NOUN NN Number=Sing 6 compound 6:compound _ 6 Agreement agreement NOUN NN Number=Sing 2 obj 2:obj _ 7 with with ADP IN _ 8 case 8:case _ @@ -92144,17 +92177,17 @@ # sent_id = email-enronsent43_01-0003 # text = I wanted you all to have a look at what we believe is the final draft. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 2 obj 2:obj|6:nsubj:xsubj _ -4 all all DET DT _ 3 det 3:det _ +4 all all DET DT PronType=Tot 3 det 3:det _ 5 to to PART TO _ 6 mark 6:mark _ 6 have have VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 look look NOUN NN Number=Sing 6 obj 6:obj _ -9 at at SCONJ IN _ 10 case 10:case _ -10 what what PRON WP PronType=Int 8 nmod 8:nmod:at _ +9 at at ADP IN _ 10 case 10:case _ +10 what what PRON WP PronType=Rel 8 nmod 8:nmod:at|16:nsubj _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +12 believe believe VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 15 final final ADJ JJ Degree=Pos 16 amod 16:amod _ @@ -92168,7 +92201,7 @@ 3 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 4 fairly fairly ADV RB _ 5 advmod 5:advmod _ 5 standard standard ADJ JJ Degree=Pos 9 amod 9:amod SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 fully fully ADV RB _ 8 advmod 8:advmod _ 8 reimbursable reimbursable ADJ JJ Degree=Pos 9 amod 9:amod _ 9 interconnect interconnect NOUN NN Number=Sing 0 root 0:root _ @@ -92203,11 +92236,11 @@ 12 " " PUNCT '' _ 11 punct 11:punct _ 13 that that PRON WDT PronType=Rel 14 nsubj 11:ref _ 14 details detail VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ -15 when when SCONJ WRB PronType=Int 18 mark 18:mark _ +15 when when ADV WRB PronType=Int 18 advmod 18:advmod _ 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 17 will will AUX MD VerbForm=Fin 18 aux 18:aux _ 18 pay pay VERB VB VerbForm=Inf 14 ccomp 14:ccomp _ -19 Transwestern Transwestern PROPN NNP Number=Sing 18 obj 18:obj _ +19 Transwestern Transwestern PROPN NNP Number=Sing 18 iobj 18:iobj _ 20 for for ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 interconnect interconnect NOUN NN Number=Sing 18 obl 18:obl:for _ @@ -92222,9 +92255,9 @@ # sent_id = email-enronsent43_01-0007 # text = If anyone has any questions or concerns about the timing of these payments, please give me a call. 1 If if SCONJ IN _ 3 mark 3:mark _ -2 anyone anyone PRON NN Number=Sing 3 nsubj 3:nsubj _ +2 anyone anyone PRON NN Number=Sing|PronType=Ind 3 nsubj 3:nsubj _ 3 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:if _ -4 any any DET DT _ 5 det 5:det _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 questions question NOUN NNS Number=Plur 3 obj 3:obj _ 6 or or CCONJ CC _ 7 cc 7:cc _ 7 concerns concern NOUN NNS Number=Plur 5 conj 3:obj|5:conj:or _ @@ -92234,7 +92267,7 @@ 11 of of ADP IN _ 13 case 13:case _ 12 these this DET DT Number=Plur|PronType=Dem 13 det 13:det _ 13 payments payment NOUN NNS Number=Plur 10 nmod 10:nmod:of SpaceAfter=No -14 , , PUNCT , _ 16 punct 16:punct _ +14 , , PUNCT , _ 3 punct 3:punct _ 15 please please INTJ UH _ 16 discourse 16:discourse _ 16 give give VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 17 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 16 iobj 16:iobj _ @@ -92245,7 +92278,7 @@ # sent_id = email-enronsent43_01-0008 # text = Also, you will notice this interconnect may not be subject to the CIAC tax gross up, but to protect ourselves, we have added language in Para 3.2 that protects us financially if the IRS ever comes back to determine that this interconnect is subject to the CIAC tax. 1 Also also ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 4 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 5 notice notice VERB VB VerbForm=Inf 0 root 0:root _ @@ -92266,14 +92299,14 @@ 20 to to PART TO _ 21 mark 21:mark _ 21 protect protect VERB VB VerbForm=Inf 26 advcl 26:advcl:to _ 22 ourselves ourselves PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs|Reflex=Yes 21 obj 21:obj SpaceAfter=No -23 , , PUNCT , _ 26 punct 26:punct _ +23 , , PUNCT , _ 21 punct 21:punct _ 24 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 26 nsubj 26:nsubj _ -25 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ +25 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ 26 added add VERB VBN Tense=Past|VerbForm=Part 5 conj 5:conj:but _ 27 language language NOUN NN Number=Sing 26 obj 26:obj|32:nsubj _ 28 in in ADP IN _ 29 case 29:case _ 29 Para para NOUN NN Number=Sing 27 nmod 27:nmod:in _ -30 3.2 3.2 NUM CD NumType=Card 29 nummod 29:nummod _ +30 3.2 3.2 NUM CD NumForm=Digit|NumType=Frac 29 nummod 29:nummod _ 31 that that PRON WDT PronType=Rel 32 nsubj 27:ref _ 32 protects protect VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 27 acl:relcl 27:acl:relcl _ 33 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 32 obj 32:obj _ @@ -92318,7 +92351,7 @@ # sent_id = email-enronsent43_01-0010 # text = We hope to execute this Agreement this week. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 hope hope VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 execute execute VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ @@ -92331,10 +92364,10 @@ # text = If you have any comments, please let me know. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:if _ -4 any any DET DT _ 5 det 5:det _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:if _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 comments comment NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 please please INTJ UH _ 8 discourse 8:discourse _ 8 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 9 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 obj 8:obj|10:nsubj:xsubj _ @@ -92345,7 +92378,7 @@ # text = After execution, we will forward a final copy to you for your files. 1 After after ADP IN _ 2 case 2:case _ 2 execution execution NOUN NN Number=Sing 6 obl 6:obl:after SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 5 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 6 forward forward VERB VB VerbForm=Inf 0 root 0:root _ @@ -92355,7 +92388,7 @@ 10 to to ADP IN _ 11 case 11:case _ 11 you you PRON PRP Case=Acc|Person=2|PronType=Prs 6 obl 6:obl:to _ 12 for for ADP IN _ 14 case 14:case _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 files file NOUN NNS Number=Plur 6 obl 6:obl:for SpaceAfter=No 15 . . PUNCT . _ 6 punct 6:punct _ @@ -92368,19 +92401,19 @@ # sent_id = email-enronsent43_01-0014 # text = Kim 713-853-3098 1 Kim Kim PROPN NNP Number=Sing 0 root 0:root _ -2 713-853-3098 713-853-3098 NUM CD NumType=Card 1 list 1:list _ +2 713-853-3098 713-853-3098 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ # sent_id = email-enronsent43_01-0015 # text = << File: Questar So Trails Hub Interconnect 02-05-02.doc >> 1 << << PUNCT -LRB- _ 2 punct 2:punct _ 2 File file NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ -4 Questar questar X GW _ 2 appos 2:appos _ -5 So so X GW _ 4 goeswith 4:goeswith _ -6 Trails trails X GW _ 4 goeswith 4:goeswith _ -7 Hub hub X GW _ 4 goeswith 4:goeswith _ -8 Interconnect interconnect X GW _ 4 goeswith 4:goeswith _ -9 02-05-02.doc 02-05-02.doc NOUN NN Number=Sing 4 goeswith 4:goeswith _ +3 : : PUNCT : _ 4 punct 4:punct _ +4 Questar questar NOUN GW _ 2 appos 2:appos _ +5 So so X GW _ 4 flat 4:flat _ +6 Trails trails X GW _ 4 flat 4:flat _ +7 Hub hub X GW _ 4 flat 4:flat _ +8 Interconnect interconnect X GW _ 4 flat 4:flat _ +9 02-05-02.doc 02-05-02.doc X NN Number=Sing 4 flat 4:flat _ 10 >> >> PUNCT -RRB- _ 2 punct 2:punct _ # sent_id = email-enronsent43_01-0016 @@ -92392,7 +92425,7 @@ # newpar id = email-enronsent43_01-p0004 # text = We are looking at putting the metering facilities on their ROW (also, I think we will have to purchase about 50ft of ROW from ElPaso to get to Questar's property). 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 looking look VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 at at SCONJ IN _ 5 mark 5:mark _ 5 putting put VERB VBG VerbForm=Ger 3 advcl 3:advcl:at _ @@ -92400,20 +92433,20 @@ 7 metering metering NOUN NN Number=Sing 8 compound 8:compound _ 8 facilities facility NOUN NNS Number=Plur 5 obj 5:obj _ 9 on on ADP IN _ 11 case 11:case _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 ROW row NOUN NN Number=Sing 5 obl 5:obl:on _ 12 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No 13 also also ADV RB _ 16 advmod 16:advmod SpaceAfter=No -14 , , PUNCT , _ 16 punct 16:punct _ +14 , , PUNCT , _ 13 punct 13:punct _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -16 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +16 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 17 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 19 nsubj 19:nsubj|21:nsubj:xsubj _ 18 will will AUX MD VerbForm=Fin 19 aux 19:aux _ 19 have have VERB VB VerbForm=Inf 16 ccomp 16:ccomp _ 20 to to PART TO _ 21 mark 21:mark _ 21 purchase purchase VERB VB VerbForm=Inf 19 xcomp 19:xcomp _ 22 about about ADV RB _ 23 advmod 23:advmod _ -23 50 50 NUM CD NumType=Card 24 nummod 24:nummod SpaceAfter=No +23 50 50 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod SpaceAfter=No 24 ft ft NOUN NNS Number=Plur 21 obj 21:obj _ 25 of of ADP IN _ 26 case 26:case _ 26 ROW row NOUN NN Number=Sing 24 nmod 24:nmod:of _ @@ -92433,13 +92466,13 @@ # text = As you look at this, if for some reason we cannot obtain ElPaso ROW, we will have to look at Plan B which would be to put the metering on our ROW. 1 As as SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 advcl 20:advcl:as _ +3 look look VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 20 advcl 20:advcl:as _ 4 at at ADP IN _ 5 case 5:case _ 5 this this PRON DT Number=Sing|PronType=Dem 3 obl 3:obl:at SpaceAfter=No -6 , , PUNCT , _ 20 punct 20:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 if if SCONJ IN _ 14 mark 14:mark _ 8 for for ADP IN _ 10 case 10:case _ -9 some some DET DT _ 10 det 10:det _ +9 some some DET DT PronType=Ind 10 det 10:det _ 10 reason reason NOUN NN Number=Sing 14 obl 14:obl:for _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 12-13 cannot _ _ _ _ _ _ _ _ @@ -92448,7 +92481,7 @@ 14 obtain obtain VERB VB VerbForm=Inf 20 advcl 20:advcl:if _ 15 ElPaso ElPaso PROPN NNP Number=Sing 16 compound 16:compound _ 16 ROW row NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No -17 , , PUNCT , _ 20 punct 20:punct _ +17 , , PUNCT , _ 14 punct 14:punct _ 18 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 20 nsubj 20:nsubj|22:nsubj:xsubj _ 19 will will AUX MD VerbForm=Fin 20 aux 20:aux _ 20 have have VERB VB VerbForm=Inf 0 root 0:root _ @@ -92456,39 +92489,39 @@ 22 look look VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ 23 at at ADP IN _ 25 case 25:case _ 24 Plan plan NOUN NN Number=Sing 25 compound 25:compound _ -25 B b NOUN NN Number=Sing 22 obl 22:obl:at|28:nsubj _ -26 which which PRON WDT PronType=Rel 28 nsubj 25:ref _ -27 would would AUX MD VerbForm=Fin 28 aux 28:aux _ -28 be be VERB VB VerbForm=Inf 25 acl:relcl 25:acl:relcl _ +25 B B NOUN NN Number=Sing 22 obl 22:obl:at|30:nsubj:outer _ +26 which which PRON WDT PronType=Rel 30 nsubj:outer 25:ref _ +27 would would AUX MD VerbForm=Fin 30 aux 30:aux _ +28 be be AUX VB VerbForm=Inf 30 cop 30:cop _ 29 to to PART TO _ 30 mark 30:mark _ -30 put put VERB VB VerbForm=Inf 28 ccomp 28:ccomp _ +30 put put VERB VB VerbForm=Inf 25 acl:relcl 25:acl:relcl _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 32 metering metering NOUN NN Number=Sing 30 obj 30:obj _ 33 on on ADP IN _ 35 case 35:case _ -34 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ +34 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ 35 ROW row NOUN NN Number=Sing 30 obl 30:obl:on SpaceAfter=No 36 . . PUNCT . _ 20 punct 20:punct _ # sent_id = email-enronsent43_01-0019 # text = Our in-service date is May 1. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 2 in in ADP IN _ 4 case 4:case SpaceAfter=No -3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No +3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No 4 service service NOUN NN Number=Sing 5 compound 5:compound _ 5 date date NOUN NN Number=Sing 7 nsubj 7:nsubj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 7 May May PROPN NNP Number=Sing 0 root 0:root _ -8 1 1 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No +8 1 1 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No 9 . . PUNCT . _ 7 punct 7:punct _ # sent_id = email-enronsent43_01-0020 # text = If you think that May 1 may be difficult due to receiving the parts/materials on a timely basis because of the issues that vendors may have with us because of recent Enron events, please let me know. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 38 advcl 38:advcl:if _ +3 think think VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 38 advcl 38:advcl:if _ 4 that that SCONJ IN _ 9 mark 9:mark _ 5 May May PROPN NNP Number=Sing 9 nsubj 9:nsubj _ -6 1 1 NUM CD NumType=Card 5 nummod 5:nummod _ +6 1 1 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 7 may may AUX MD VerbForm=Fin 9 aux 9:aux _ 8 be be AUX VB VerbForm=Inf 9 cop 9:cop _ 9 difficult difficult ADJ JJ Degree=Pos 3 ccomp 3:ccomp _ @@ -92497,7 +92530,7 @@ 12 receiving receive VERB VBG VerbForm=Ger 9 advcl 9:advcl:due_to _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 parts part NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No -15 / / PUNCT , _ 16 cc 16:cc SpaceAfter=No +15 / / SYM , _ 16 cc 16:cc SpaceAfter=No 16 materials material NOUN NNS Number=Plur 14 conj 12:obj|14:conj _ 17 on on ADP IN _ 20 case 20:case _ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ @@ -92508,7 +92541,7 @@ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 issues issue NOUN NNS Number=Plur 9 obl 9:obl:because_of|28:obj _ 25 that that PRON WDT PronType=Rel 28 obj 24:ref _ -26 vendors vendor VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 nsubj 28:nsubj _ +26 vendors vendor NOUN NNS Number=Plur 28 nsubj 28:nsubj _ 27 may may AUX MD VerbForm=Fin 28 aux 28:aux _ 28 have have VERB VB VerbForm=Inf 24 acl:relcl 24:acl:relcl _ 29 with with ADP IN _ 30 case 30:case _ @@ -92518,7 +92551,7 @@ 33 recent recent ADJ JJ Degree=Pos 35 amod 35:amod _ 34 Enron Enron PROPN NNP Number=Sing 35 compound 35:compound _ 35 events event NOUN NNS Number=Plur 28 obl 28:obl:because_of SpaceAfter=No -36 , , PUNCT , _ 38 punct 38:punct _ +36 , , PUNCT , _ 3 punct 3:punct _ 37 please please INTJ UH _ 38 discourse 38:discourse _ 38 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 39 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 38 obj 38:obj|40:nsubj:xsubj _ @@ -92531,17 +92564,17 @@ 2 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 already already ADV RB _ 4 advmod 4:advmod _ 4 informed inform VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -5 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 4 obj 4:obj _ +5 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 4 iobj 4:iobj _ 6 that that SCONJ IN _ 9 mark 9:mark _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj|10:nsubj:xsubj _ 8 would would AUX MD VerbForm=Fin 9 aux 9:aux _ 9 help help VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ 10 obtain obtain VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 11 parts part NOUN NNS Number=Plur 10 obj 10:obj SpaceAfter=No -12 / / PUNCT , _ 13 cc 13:cc SpaceAfter=No +12 / / SYM , _ 13 cc 13:cc SpaceAfter=No 13 materials material NOUN NNS Number=Plur 11 conj 10:obj|11:conj _ 14 to to ADP IN _ 16 case 16:case _ -15 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 specifications specification NOUN NNS Number=Plur 13 nmod 13:nmod:to _ 17 if if SCONJ IN _ 19 mark 19:mark _ 18 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj|20:nsubj:xsubj _ @@ -92549,19 +92582,19 @@ 20 achieve achieve VERB VB VerbForm=Inf 19 xcomp 19:xcomp _ 21 an a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 22 in in ADP IN _ 24 case 24:case SpaceAfter=No -23 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No +23 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No 24 service service NOUN NN Number=Sing 25 compound 25:compound _ 25 date date NOUN NN Number=Sing 20 obj 20:obj _ 26 of of ADP IN _ 27 case 27:case _ 27 May May PROPN NNP Number=Sing 25 nmod 25:nmod:of _ -28 1 1 NUM CD NumType=Card 27 nummod 27:nummod SpaceAfter=No +28 1 1 NUM CD NumForm=Digit|NumType=Card 27 nummod 27:nummod SpaceAfter=No 29 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent43_01-0022 # newpar id = email-enronsent43_01-p0005 # text = Thanks, Kim. 1 Thanks thanks NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 3 punct 3:punct _ 3 Kim Kim PROPN NNP Number=Sing 1 vocative 1:vocative SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ @@ -92576,23 +92609,23 @@ 1 Has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 location location NOUN NN Number=Sing 13 nsubj:pass 13:nsubj:pass SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ -5 Theirs theirs PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 3 appos 3:appos _ +4 , , PUNCT , _ 5 punct 5:punct _ +5 Theirs their PRON PRP Number=Plur|Person=3|Poss=Yes|PronType=Prs 3 appos 3:appos _ 6 or or CCONJ CC _ 10 cc 10:cc _ 7 TW TW PROPN NNP Number=Sing 10 compound 10:compound _ 8 land land NOUN NN Number=Sing 10 compound 10:compound SpaceAfter=No -9 / / PUNCT , _ 10 punct 10:punct SpaceAfter=No +9 / / PUNCT , _ 8 punct 8:punct SpaceAfter=No 10 ROW row NOUN NN Number=Sing 5 conj 3:appos|5:conj:or SpaceAfter=No -11 , , PUNCT , _ 13 punct 13:punct _ +11 , , PUNCT , _ 3 punct 3:punct _ 12 been be AUX VBN Tense=Past|VerbForm=Part 13 aux:pass 13:aux:pass _ 13 settled settle VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 when when ADV WRB PronType=Int 13 conj 13:conj:and _ 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 17 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -18 required require VERB VBN Tense=Past|VerbForm=Part 22 amod 22:amod _ +18 required require VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 amod 22:amod _ 19 in in ADV RB _ 21 compound 21:compound SpaceAfter=No -20 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No +20 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No 21 service service NOUN NN Number=Sing 22 compound 22:compound _ 22 date date NOUN NN Number=Sing 15 nsubj 15:nsubj SpaceAfter=No 23 ? ? PUNCT . _ 13 punct 13:punct _ @@ -92606,11 +92639,11 @@ # text = Earl Chanley 505-625-8031 1 Earl Earl PROPN NNP Number=Sing 0 root 0:root _ 2 Chanley Chanley PROPN NNP Number=Sing 1 flat 1:flat _ -3 505-625-8031 505-625-8031 NUM CD NumType=Card 1 list 1:list _ +3 505-625-8031 505-625-8031 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ # sent_id = email-enronsent43_01-0027 # text = All, -1 All all DET DT _ 0 root 0:root SpaceAfter=No +1 All all DET DT PronType=Tot 0 root 0:root SpaceAfter=No 2 , , PUNCT , _ 1 punct 1:punct _ # sent_id = email-enronsent43_01-0028 @@ -92619,7 +92652,7 @@ 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 see see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -4 attached attach VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +4 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 5 Interconnect interconnect NOUN NN Number=Sing 6 compound 6:compound _ 6 Agreement agreement NOUN NN Number=Sing 2 obj 2:obj _ 7 with with ADP IN _ 8 case 8:case _ @@ -92629,17 +92662,17 @@ # sent_id = email-enronsent43_01-0029 # text = I wanted you all to have a look at what we believe is the final draft. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 obj 2:obj|6:nsubj:xsubj _ -4 all all DET DT _ 3 det 3:det _ +4 all all DET DT PronType=Tot 3 det 3:det _ 5 to to PART TO _ 6 mark 6:mark _ 6 have have VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 look look NOUN NN Number=Sing 6 obj 6:obj _ -9 at at SCONJ IN _ 10 case 10:case _ -10 what what PRON WP PronType=Int 8 nmod 8:nmod:at _ +9 at at ADP IN _ 10 case 10:case _ +10 what what PRON WP PronType=Rel 8 nmod 8:nmod:at|16:nsubj _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +12 believe believe VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 15 final final ADJ JJ Degree=Pos 16 amod 16:amod _ @@ -92653,7 +92686,7 @@ 3 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 4 fairly fairly ADV RB _ 5 advmod 5:advmod _ 5 standard standard ADJ JJ Degree=Pos 9 amod 9:amod SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 fully fully ADV RB _ 8 advmod 8:advmod _ 8 reimbursable reimbursable ADJ JJ Degree=Pos 9 amod 9:amod _ 9 interconnect interconnect NOUN NN Number=Sing 0 root 0:root _ @@ -92688,11 +92721,11 @@ 12 " " PUNCT '' _ 11 punct 11:punct _ 13 that that PRON WDT PronType=Rel 14 nsubj 11:ref _ 14 details detail VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ -15 when when SCONJ WRB PronType=Int 18 mark 18:mark _ +15 when when ADV WRB PronType=Int 18 advmod 18:advmod _ 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 17 will will AUX MD VerbForm=Fin 18 aux 18:aux _ 18 pay pay VERB VB VerbForm=Inf 14 advcl 14:advcl:when _ -19 Transwestern Transwestern PROPN NNP Number=Sing 18 obj 18:obj _ +19 Transwestern Transwestern PROPN NNP Number=Sing 18 iobj 18:iobj _ 20 for for ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 interconnect interconnect NOUN NN Number=Sing 18 obl 18:obl:for _ @@ -92707,9 +92740,9 @@ # sent_id = email-enronsent43_01-0033 # text = If anyone has any questions or concerns about the timing of these payments, please give me a call. 1 If if SCONJ IN _ 3 mark 3:mark _ -2 anyone anyone PRON NN Number=Sing 3 nsubj 3:nsubj _ +2 anyone anyone PRON NN Number=Sing|PronType=Ind 3 nsubj 3:nsubj _ 3 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:if _ -4 any any DET DT _ 5 det 5:det _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 questions question NOUN NNS Number=Plur 3 obj 3:obj _ 6 or or CCONJ CC _ 7 cc 7:cc _ 7 concerns concern NOUN NNS Number=Plur 5 conj 3:obj|5:conj:or _ @@ -92719,7 +92752,7 @@ 11 of of ADP IN _ 13 case 13:case _ 12 these this DET DT Number=Plur|PronType=Dem 13 det 13:det _ 13 payments payment NOUN NNS Number=Plur 10 nmod 10:nmod:of SpaceAfter=No -14 , , PUNCT , _ 16 punct 16:punct _ +14 , , PUNCT , _ 3 punct 3:punct _ 15 please please INTJ UH _ 16 discourse 16:discourse _ 16 give give VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 17 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 16 iobj 16:iobj _ @@ -92730,7 +92763,7 @@ # sent_id = email-enronsent43_01-0034 # text = Also, you will notice this interconnect may not be subject to the CIAC tax gross up, but to protect ourselves, we have added language in Para 3.that protects us financially if the IRS ever comes back to determine that this interconnect is subject to the CIAC tax. 1 Also also ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 4 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 5 notice notice VERB VB VerbForm=Inf 0 root 0:root _ @@ -92751,14 +92784,14 @@ 20 to to PART TO _ 21 mark 21:mark _ 21 protect protect VERB VB VerbForm=Inf 26 advcl 26:advcl:to _ 22 ourselves ourselves PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs|Reflex=Yes 21 obj 21:obj SpaceAfter=No -23 , , PUNCT , _ 26 punct 26:punct _ +23 , , PUNCT , _ 21 punct 21:punct _ 24 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 26 nsubj 26:nsubj _ -25 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ +25 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ 26 added add VERB VBN Tense=Past|VerbForm=Part 5 conj 5:conj:but _ 27 language language NOUN NN Number=Sing 26 obj 26:obj|32:nsubj _ 28 in in ADP IN _ 29 case 29:case _ 29 Para para NOUN NN Number=Sing 27 nmod 27:nmod:in _ -30 3. 3. NUM CD NumType=Card 29 nummod 29:nummod SpaceAfter=No +30 3. 3. NUM CD NumForm=Digit|NumType=Frac 29 nummod 29:nummod SpaceAfter=No 31 that that PRON WDT PronType=Rel 32 nsubj 27:ref _ 32 protects protect VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 27 acl:relcl 27:acl:relcl _ 33 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 32 obj 32:obj _ @@ -92803,7 +92836,7 @@ # sent_id = email-enronsent43_01-0036 # text = We hope to execute this Agreement this week. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 hope hope VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 execute execute VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ @@ -92816,10 +92849,10 @@ # text = If you have any comments, please let me know. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:if _ -4 any any DET DT _ 5 det 5:det _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:if _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 comments comment NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 please please INTJ UH _ 8 discourse 8:discourse _ 8 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 9 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 obj 8:obj|10:nsubj:xsubj _ @@ -92830,7 +92863,7 @@ # text = After execution, we will forward a final copy to you for your files. 1 After after ADP IN _ 2 case 2:case _ 2 execution execution NOUN NN Number=Sing 6 obl 6:obl:after SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 5 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 6 forward forward VERB VB VerbForm=Inf 0 root 0:root _ @@ -92840,7 +92873,7 @@ 10 to to ADP IN _ 11 case 11:case _ 11 you you PRON PRP Case=Acc|Person=2|PronType=Prs 6 obl 6:obl:to _ 12 for for ADP IN _ 14 case 14:case _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 files file NOUN NNS Number=Plur 6 obl 6:obl:for SpaceAfter=No 15 . . PUNCT . _ 6 punct 6:punct _ @@ -92853,38 +92886,38 @@ # sent_id = email-enronsent43_01-0040 # text = Kim 713-853-3098 1 Kim Kim PROPN NNP Number=Sing 0 root 0:root _ -2 713-853-3098 713-853-3098 NUM CD NumType=Card 1 list 1:list _ +2 713-853-3098 713-853-3098 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ # sent_id = email-enronsent43_01-0041 # text = << File: Questar So Trails Hub Interconnect 02-05-02.doc >> 1 << << PUNCT -LRB- _ 2 punct 2:punct _ 2 File file NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ -4 Questar questar X GW _ 2 appos 2:appos _ -5 So so X GW _ 4 goeswith 4:goeswith _ -6 Trails trails X GW _ 4 goeswith 4:goeswith _ -7 Hub hub X GW _ 4 goeswith 4:goeswith _ -8 Interconnect interconnect X GW _ 4 goeswith 4:goeswith _ -9 02-05-02.doc 02-05-02.doc NOUN NN Number=Sing 4 goeswith 4:goeswith _ +3 : : PUNCT : _ 4 punct 4:punct _ +4 Questar questar NOUN GW _ 2 appos 2:appos _ +5 So so X GW _ 4 flat 4:flat _ +6 Trails trails X GW _ 4 flat 4:flat _ +7 Hub hub X GW _ 4 flat 4:flat _ +8 Interconnect interconnect X GW _ 4 flat 4:flat _ +9 02-05-02.doc 02-05-02.doc X NN Number=Sing 4 flat 4:flat _ 10 >> >> PUNCT -RRB- _ 2 punct 2:punct _ # sent_id = email-enronsent43_01-0042 # text = Are you back in the office yet? -1 Are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 1 nsubj 1:nsubj _ -3 back back ADV RB _ 1 advmod 1:advmod _ +1 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ +3 back back ADV RB _ 0 root 0:root _ 4 in in ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 office office NOUN NN Number=Sing 3 obl 3:obl:in _ -7 yet yet ADV RB _ 1 advmod 1:advmod SpaceAfter=No -8 ? ? PUNCT . _ 1 punct 1:punct _ +7 yet yet ADV RB _ 3 advmod 3:advmod SpaceAfter=No +8 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent43_01-0043 # newpar id = email-enronsent43_01-p0011 # text = We've booked Italy tickets this week for departing Houston on Friday, May 24 to Newark/Rome and returning on Sunday, June 9 from Rome to Newark/Houston. 1-2 We've _ _ _ _ _ _ _ _ 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 booked book VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 Italy Italy PROPN NNP Number=Sing 5 compound 5:compound _ 5 tickets ticket NOUN NNS Number=Plur 3 obj 3:obj _ @@ -92895,25 +92928,25 @@ 10 Houston Houston PROPN NNP Number=Sing 9 obj 9:obj _ 11 on on ADP IN _ 12 case 12:case _ 12 Friday Friday PROPN NNP Number=Sing 9 obl 9:obl:on SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ +13 , , PUNCT , _ 14 punct 14:punct _ 14 May May PROPN NNP Number=Sing 12 appos 12:appos _ -15 24 24 NUM CD NumType=Card 14 nummod 14:nummod _ +15 24 24 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 16 to to ADP IN _ 17 case 17:case _ 17 Newark Newark PROPN NNP Number=Sing 9 obl 9:obl:to SpaceAfter=No -18 / / PUNCT , _ 19 cc 19:cc SpaceAfter=No +18 / / SYM , _ 19 cc 19:cc SpaceAfter=No 19 Rome Rome PROPN NNP Number=Sing 17 conj 9:obl:to|17:conj _ 20 and and CCONJ CC _ 21 cc 21:cc _ 21 returning return VERB VBG VerbForm=Ger 9 conj 3:advcl:for|9:conj:and _ 22 on on ADP IN _ 23 case 23:case _ 23 Sunday Sunday PROPN NNP Number=Sing 21 obl 21:obl:on SpaceAfter=No -24 , , PUNCT , _ 23 punct 23:punct _ +24 , , PUNCT , _ 25 punct 25:punct _ 25 June June PROPN NNP Number=Sing 23 appos 23:appos _ -26 9 9 NUM CD NumType=Card 25 nummod 25:nummod _ +26 9 9 NUM CD NumForm=Digit|NumType=Card 25 nummod 25:nummod _ 27 from from ADP IN _ 28 case 28:case _ 28 Rome Rome PROPN NNP Number=Sing 21 obl 21:obl:from _ 29 to to ADP IN _ 30 case 30:case _ 30 Newark Newark PROPN NNP Number=Sing 21 obl 21:obl:to SpaceAfter=No -31 / / PUNCT , _ 32 cc 32:cc SpaceAfter=No +31 / / SYM , _ 32 cc 32:cc SpaceAfter=No 32 Houston Houston PROPN NNP Number=Sing 30 conj 21:obl:to|30:conj SpaceAfter=No 33 . . PUNCT . _ 3 punct 3:punct _ @@ -92923,7 +92956,7 @@ 2 price price NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 4 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -5 1,183 1,183 NUM CD NumType=Card 4 nummod 4:nummod _ +5 1,183 1183 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 6 per per ADP IN _ 7 case 7:case _ 7 ticket ticket NOUN NN Number=Sing 4 nmod 4:nmod:per SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ @@ -92933,7 +92966,7 @@ 1 Paul Paul PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 Judy Judy PROPN NNP Number=Sing 1 conj 1:conj:and|6:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 on on ADP IN _ 6 case 6:case _ 6 board board NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 7 . . PUNCT . _ 6 punct 6:punct _ @@ -92961,7 +92994,7 @@ 9 go go VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 anywhere anywhere ADV RB _ 9 advmod 9:advmod _ 11 in in ADP IN _ 12 case 12:case _ -12 2002 2002 NUM CD NumType=Card 9 obl 9:obl:in _ +12 2002 2002 NUM CD NumForm=Digit|NumType=Card 9 obl 9:obl:in _ 13 due due ADP IN _ 18 case 18:case _ 14 to to ADP IN _ 13 fixed 13:fixed _ 15-16 Janell's _ _ _ _ _ _ _ _ @@ -92977,10 +93010,10 @@ 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 call call VERB VB VerbForm=Inf 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj SpaceAfter=No -4 , , PUNCT , _ 2 punct 2:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ 5-6 let's _ _ _ _ _ _ _ _ 5 let let VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ -6 's 's PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 5 obj 5:obj|7:nsubj:xsubj _ +6 's we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 5 obj 5:obj|7:nsubj:xsubj _ 7 discuss discuss VERB VB VerbForm=Inf 5 xcomp 5:xcomp SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ @@ -92993,7 +93026,7 @@ # sent_id = email-enronsent43_01-0050 # text = Kim X33098 1 Kim Kim PROPN NNP Number=Sing 0 root 0:root _ -2 X33098 x33098 NUM CD NumType=Card 1 list 1:list _ +2 X33098 X33098 NOUN NN Number=Sing 1 list 1:list _ # sent_id = email-enronsent43_01-0051 # text = John, sorry for the late response, but I think you can implement immediately. @@ -93007,12 +93040,12 @@ 8 , , PUNCT , _ 11 punct 11:punct _ 9 but but CCONJ CC _ 11 cc 11:cc _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ +11 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj _ 13 can can AUX MD VerbForm=Fin 14 aux 14:aux _ 14 implement implement VERB VB VerbForm=Inf 11 ccomp 11:ccomp _ 15 immediately immediately ADV RB _ 14 advmod 14:advmod SpaceAfter=No -16 . . PUNCT . _ 1 punct 1:punct _ +16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent43_01-0052 # text = I was in a meeting last week and this was discussed (I don't remember if you were there or not) but I'm thinking that you may have already proceeded ahead for implementation which is great, thanks! @@ -93030,12 +93063,12 @@ 12 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ 14-15 don't _ _ _ _ _ _ _ _ -14 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +14 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 15 n't not PART RB _ 16 advmod 16:advmod _ 16 remember remember VERB VB VerbForm=Inf 5 parataxis 5:parataxis _ 17 if if SCONJ IN _ 20 mark 20:mark _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj|22:nsubj _ -19 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 cop 20:cop _ +19 were be AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 20 cop 20:cop _ 20 there there ADV RB PronType=Dem 16 ccomp 16:ccomp _ 21 or or CCONJ CC _ 22 cc 22:cc _ 22 not not PART RB _ 20 conj 16:ccomp|20:conj:or SpaceAfter=No @@ -93043,20 +93076,20 @@ 24 but but CCONJ CC _ 27 cc 27:cc _ 25-26 I'm _ _ _ _ _ _ _ _ 25 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 nsubj 27:nsubj _ -26 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ +26 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ 27 thinking think VERB VBG Tense=Pres|VerbForm=Part 5 conj 5:conj:but _ 28 that that SCONJ IN _ 33 mark 33:mark _ 29 you you PRON PRP Case=Nom|Person=2|PronType=Prs 33 nsubj 33:nsubj _ 30 may may AUX MD VerbForm=Fin 33 aux 33:aux _ 31 have have AUX VB VerbForm=Inf 33 aux 33:aux _ 32 already already ADV RB _ 33 advmod 33:advmod _ -33 proceeded proceed VERB VBN Tense=Past|VerbForm=Part 27 ccomp 27:ccomp _ +33 proceeded proceed VERB VBN Tense=Past|VerbForm=Part 27 ccomp 27:ccomp|39:csubj _ 34 ahead ahead ADV RB _ 33 advmod 33:advmod _ 35 for for ADP IN _ 36 case 36:case _ 36 implementation implementation NOUN NN Number=Sing 33 obl 33:obl:for _ -37 which which PRON WDT PronType=Int 39 nsubj 39:nsubj _ +37 which which PRON WDT PronType=Rel 39 nsubj 33:ref _ 38 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 39 cop 39:cop _ -39 great great ADJ JJ Degree=Pos 33 parataxis 33:parataxis SpaceAfter=No +39 great great ADJ JJ Degree=Pos 33 advcl:relcl 33:advcl:relcl SpaceAfter=No 40 , , PUNCT , _ 41 punct 41:punct _ 41 thanks thanks NOUN NN Number=Sing 5 discourse 5:discourse SpaceAfter=No 42 ! ! PUNCT . _ 41 punct 41:punct _ @@ -93085,7 +93118,7 @@ 14 use use NOUN NN Number=Sing 12 obl 12:obl:for SpaceAfter=No 15 , , PUNCT , _ 17 punct 17:punct _ 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -17 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +17 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 19 solution solution NOUN NN Number=Sing 20 compound 20:compound _ 20 center center NOUN NN Number=Sing 17 obj 17:obj|21:nsubj:xsubj _ @@ -93145,14 +93178,14 @@ 6 notification notification NOUN NN Number=Sing 3 obj 3:obj _ 7 along along ADP IN _ 9 mark 9:mark _ 8 with with SCONJ IN _ 9 mark 9:mark _ -9 changing change VERB VBG VerbForm=Ger 3 obl 3:obl _ +9 changing change VERB VBG VerbForm=Ger 3 advcl 3:advcl:along_with _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 number number NOUN NN Number=Sing 9 obj 9:obj _ 12 on on ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 14 Web web NOUN NN Number=Sing 15 compound 15:compound _ 15 page page NOUN NN Number=Sing 9 obl 9:obl:on SpaceAfter=No -16 , , PUNCT , _ 3 punct 3:punct _ +16 , , PUNCT , _ 20 punct 20:punct _ 17 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 20 nsubj 20:nsubj _ 18 can can AUX MD VerbForm=Fin 20 aux 20:aux _ 19 also also ADV RB _ 20 advmod 20:advmod _ @@ -93172,11 +93205,11 @@ # sent_id = email-enronsent43_01-0057 # text = Do you think we need to do more? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 think think VERB VB VerbForm=Inf 0 root 0:root _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ -5 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +5 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 6 to to PART TO _ 7 mark 7:mark _ 7 do do VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 more more ADJ JJR Degree=Cmp 7 obj 7:obj SpaceAfter=No @@ -93186,7 +93219,7 @@ # newpar id = email-enronsent43_01-p0015 # text = Thanks: John Buchanan 1 Thanks thanks NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 John John PROPN NNP Number=Sing 1 parataxis 1:parataxis _ 4 Buchanan Buchanan PROPN NNP Number=Sing 3 flat 3:flat _ @@ -93194,7 +93227,7 @@ # newpar id = email-enronsent43_01-p0016 # text = Yes, thanks. 1 Yes yes INTJ UH _ 3 discourse 3:discourse SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 thanks thanks NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ @@ -93224,8 +93257,8 @@ # sent_id = email-enronsent43_01-0062 # text = Thanks, Kim. 1 Thanks thanks NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ -3 Kim Kim PROPN NNP Number=Sing 1 parataxis 1:parataxis SpaceAfter=No +2 , , PUNCT , _ 3 punct 3:punct _ +3 Kim Kim PROPN NNP Number=Sing 1 vocative 1:vocative SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent43_01-0063 @@ -93241,10 +93274,10 @@ 3 TW TW PROPN NNP Number=Sing 4 compound 4:compound _ 4 Hotline hotline NOUN NN Number=Sing 6 nsubj:pass 6:nsubj:pass _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ -6 implemented implement VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ +6 implemented implement VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root|9:csubj _ 7 Monday Monday PROPN NNP Number=Sing 6 obl:tmod 6:obl:tmod _ -8 which which PRON WDT PronType=Int 9 nsubj 9:nsubj _ -9 included include VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 parataxis 6:parataxis _ +8 which which PRON WDT PronType=Rel 9 nsubj 6:ref _ +9 included include VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 advcl:relcl 6:advcl:relcl _ 10 customer customer NOUN NN Number=Sing 11 compound 11:compound _ 11 notification notification NOUN NN Number=Sing 9 obj 9:obj _ 12 in in ADP IN _ 14 case 14:case _ @@ -93261,7 +93294,7 @@ 23 Critical critical ADJ JJ Degree=Pos 24 amod 24:amod _ 24 Notice notice NOUN NN Number=Sing 18 conj 14:nmod:of|18:conj:and|26:nsubj _ 25 which which PRON WDT PronType=Rel 26 nsubj 24:ref _ -26 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 acl:relcl 24:acl:relcl _ +26 sent send VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 24 acl:relcl 24:acl:relcl _ 27 an a DET DT Definite=Ind|PronType=Art 28 det 28:det _ 28 Email email NOUN NN Number=Sing 26 obj 26:obj SpaceAfter=No 29 . . PUNCT . _ 6 punct 6:punct _ @@ -93274,7 +93307,7 @@ 4 phone phone NOUN NN Number=Sing 5 compound 5:compound _ 5 number number NOUN NN Number=Sing 7 nsubj 7:nsubj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ -7 713-853-3044 713-853-3044 NUM CD NumType=Card 0 root 0:root SpaceAfter=No +7 713-853-3044 713-853-3044 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No 8 . . PUNCT . _ 7 punct 7:punct _ # sent_id = email-enronsent43_01-0066 @@ -93287,13 +93320,13 @@ 6 that that SCONJ IN _ 10 mark 10:mark _ 7 Terry Terry PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 8 Kowalke Kowalke PROPN NNP Number=Sing 7 flat 7:flat _ -9 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 aux 10:aux _ +9 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 aux 10:aux _ 10 notified notify VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl:that _ -11 you you PRON PRP Case=Acc|Person=2|PronType=Prs 10 obj 10:obj _ +11 you you PRON PRP Case=Acc|Person=2|PronType=Prs 10 iobj 10:iobj _ 12 of of ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 implementation implementation NOUN NN Number=Sing 10 obl 10:obl:of SpaceAfter=No -15 , , PUNCT , _ 5 punct 5:punct _ +15 , , PUNCT , _ 19 punct 19:punct _ 16 TK TK PROPN NNP Number=Sing 19 nsubj:pass 19:nsubj:pass|20:nsubj:xsubj _ 17 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 aux:pass 19:aux:pass _ 18 also also ADV RB _ 19 advmod 19:advmod _ @@ -93320,12 +93353,12 @@ 8 , , PUNCT , _ 11 punct 11:punct _ 9 but but CCONJ CC _ 11 cc 11:cc _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ +11 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj _ 13 can can AUX MD VerbForm=Fin 14 aux 14:aux _ 14 implement implement VERB VB VerbForm=Inf 11 ccomp 11:ccomp _ 15 immediately immediately ADV RB _ 14 advmod 14:advmod SpaceAfter=No -16 . . PUNCT . _ 1 punct 1:punct _ +16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent43_01-0069 # text = I was in a meeting last week and this was discussed (I don't remember if you were there or not) but I'm thinking that you may have already proceeded ahead for implementation which is great, thanks! @@ -93343,12 +93376,12 @@ 12 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ 14-15 don't _ _ _ _ _ _ _ _ -14 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +14 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 15 n't not PART RB _ 16 advmod 16:advmod _ 16 remember remember VERB VB VerbForm=Inf 5 parataxis 5:parataxis _ 17 if if SCONJ IN _ 20 mark 20:mark _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj|22:nsubj _ -19 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 cop 20:cop _ +19 were be AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 20 cop 20:cop _ 20 there there ADV RB PronType=Dem 16 ccomp 16:ccomp _ 21 or or CCONJ CC _ 22 cc 22:cc _ 22 not not PART RB _ 20 conj 16:ccomp|20:conj:or SpaceAfter=No @@ -93356,20 +93389,20 @@ 24 but but CCONJ CC _ 27 cc 27:cc _ 25-26 I'm _ _ _ _ _ _ _ _ 25 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 nsubj 27:nsubj _ -26 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ +26 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ 27 thinking think VERB VBG Tense=Pres|VerbForm=Part 5 conj 5:conj:but _ 28 that that SCONJ IN _ 33 mark 33:mark _ 29 you you PRON PRP Case=Nom|Person=2|PronType=Prs 33 nsubj 33:nsubj _ 30 may may AUX MD VerbForm=Fin 33 aux 33:aux _ 31 have have AUX VB VerbForm=Inf 33 aux 33:aux _ 32 already already ADV RB _ 33 advmod 33:advmod _ -33 proceeded proceed VERB VBN Tense=Past|VerbForm=Part 27 ccomp 27:ccomp _ +33 proceeded proceed VERB VBN Tense=Past|VerbForm=Part 27 ccomp 27:ccomp|39:csubj _ 34 ahead ahead ADV RB _ 33 advmod 33:advmod _ 35 for for ADP IN _ 36 case 36:case _ 36 implementation implementation NOUN NN Number=Sing 33 obl 33:obl:for _ -37 which which PRON WDT PronType=Int 39 nsubj 39:nsubj _ +37 which which PRON WDT PronType=Rel 39 nsubj 33:ref _ 38 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 39 cop 39:cop _ -39 great great ADJ JJ Degree=Pos 33 parataxis 33:parataxis SpaceAfter=No +39 great great ADJ JJ Degree=Pos 33 advcl:relcl 33:advcl:relcl SpaceAfter=No 40 , , PUNCT , _ 41 punct 41:punct _ 41 thanks thanks NOUN NN Number=Sing 5 discourse 5:discourse SpaceAfter=No 42 ! ! PUNCT . _ 41 punct 41:punct _ @@ -93398,7 +93431,7 @@ 14 use use NOUN NN Number=Sing 12 obl 12:obl:for SpaceAfter=No 15 , , PUNCT , _ 17 punct 17:punct _ 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -17 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +17 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 19 solution solution NOUN NN Number=Sing 20 compound 20:compound _ 20 center center NOUN NN Number=Sing 17 obj 17:obj _ @@ -93458,14 +93491,14 @@ 6 notification notification NOUN NN Number=Sing 3 obj 3:obj _ 7 along along ADP IN _ 9 mark 9:mark _ 8 with with SCONJ IN _ 9 mark 9:mark _ -9 changing change VERB VBG VerbForm=Ger 3 obl 3:obl _ +9 changing change VERB VBG VerbForm=Ger 3 advcl 3:advcl:along_with _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 number number NOUN NN Number=Sing 9 obj 9:obj _ 12 on on ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 14 Web web NOUN NN Number=Sing 15 compound 15:compound _ 15 page page NOUN NN Number=Sing 9 obl 9:obl:on SpaceAfter=No -16 , , PUNCT , _ 3 punct 3:punct _ +16 , , PUNCT , _ 20 punct 20:punct _ 17 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 20 nsubj 20:nsubj _ 18 can can AUX MD VerbForm=Fin 20 aux 20:aux _ 19 also also ADV RB _ 20 advmod 20:advmod _ @@ -93485,11 +93518,11 @@ # sent_id = email-enronsent43_01-0074 # text = Do you think we need to do more? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 think think VERB VB VerbForm=Inf 0 root 0:root _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ -5 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +5 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 6 to to PART TO _ 7 mark 7:mark _ 7 do do VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 more more ADJ JJR Degree=Cmp 7 obj 7:obj SpaceAfter=No @@ -93499,7 +93532,7 @@ # newpar id = email-enronsent43_01-p0021 # text = Thanks: John Buchanan 1 Thanks thanks NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 John John PROPN NNP Number=Sing 1 parataxis 1:parataxis _ 4 Buchanan Buchanan PROPN NNP Number=Sing 3 flat 3:flat _ @@ -93520,7 +93553,7 @@ # text = See the attached spreadsheet. 1 See see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 attached attach VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod _ +3 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod _ 4 spreadsheet spreadsheet NOUN NN Number=Sing 1 obj 1:obj SpaceAfter=No 5 . . PUNCT . _ 1 punct 1:punct _ @@ -93531,8 +93564,8 @@ 3 know know VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 if if SCONJ IN _ 6 mark 6:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ -7 any any DET DT _ 8 det 8:det _ +6 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +7 any any DET DT PronType=Ind 8 det 8:det _ 8 questions question NOUN NNS Number=Plur 6 obj 6:obj SpaceAfter=No 9 . . PUNCT . _ 1 punct 1:punct _ @@ -93547,24 +93580,24 @@ # text = These numbers are slightly different from the ones you put together a few weeks ago. 1 These this DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 numbers number NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 slightly slightly ADV RB _ 5 advmod 5:advmod _ 5 different different ADJ JJ Degree=Pos 0 root 0:root _ 6 from from ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 ones one NOUN NNS Number=Plur 5 obl 5:obl:from _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -10 put put VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +10 put put VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 11 together together ADV RB _ 10 advmod 10:advmod _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 few few ADJ JJ Degree=Pos 14 amod 14:amod _ -14 weeks week NOUN NNS Number=Plur 15 obl:npmod 15:obl:npmod _ -15 ago ago ADV RB _ 10 obl:tmod 10:obl:tmod SpaceAfter=No +14 weeks week NOUN NNS Number=Plur 15 obl:tmod 15:obl:tmod _ +15 ago ago ADV RB _ 10 advmod 10:advmod SpaceAfter=No 16 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent43_01-0082 # text = Are you comfortable with the difference? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +1 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 comfortable comfortable ADJ JJ Degree=Pos 0 root 0:root _ 4 with with ADP IN _ 6 case 6:case _ @@ -93574,15 +93607,15 @@ # sent_id = email-enronsent43_01-0083 # text = Any thoughts? -1 Any any DET DT _ 2 det 2:det _ +1 Any any DET DT PronType=Ind 2 det 2:det _ 2 thoughts thought NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 3 ? ? PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent43_01-0084 # text = No hurry, I was just wondering. -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 hurry hurry NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 7 punct 7:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 aux 7:aux _ 6 just just ADV RB _ 7 advmod 7:advmod _ @@ -93608,14 +93641,14 @@ 3 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 4 TW TW PROPN NNP Number=Sing 7 compound 7:compound _ 5 Top top ADJ JJ Degree=Pos 6 amod 6:amod _ -6 Ten ten NUM CD NumType=Card 7 compound 7:compound _ +6 Ten ten NUM CD NumForm=Word|NumType=Card 7 compound 7:compound _ 7 Shippers shipper NOUN NNS Number=Plur 1 nsubj:pass 1:nsubj:pass _ 8 by by ADP IN _ 9 case 9:case _ 9 Revenues revenue NOUN NNS Number=Plur 7 nmod 7:nmod:by _ 10 for for ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 year year NOUN NN Number=Sing 7 nmod 7:nmod:for _ -13 2001 2001 NUM CD NumType=Card 12 appos 12:appos _ +13 2001 2001 NUM CD NumForm=Digit|NumType=Card 12 appos 12:appos _ 14 to to PART TO _ 16 mark 16:mark _ 15 be be AUX VB VerbForm=Inf 16 aux:pass 16:aux:pass _ 16 reported report VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl:to _ @@ -93636,53 +93669,53 @@ # text = Total transportation invoiced for 2001 was $180.9m. 1 Total total ADJ JJ Degree=Pos 2 amod 2:amod _ 2 transportation transportation NOUN NN Number=Sing 7 nsubj 7:nsubj _ -3 invoiced invoice VERB VBN Tense=Past|VerbForm=Part 2 acl 2:acl _ +3 invoiced invoice VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 acl 2:acl _ 4 for for ADP IN _ 5 case 5:case _ -5 2001 2001 NUM CD NumType=Card 3 obl 3:obl:for _ +5 2001 2001 NUM CD NumForm=Digit|NumType=Card 3 obl 3:obl:for _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 7 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -8 180.9 180.9 NUM CD NumType=Card 9 compound 9:compound SpaceAfter=No -9 m m NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No +8 180.9 180.9 NUM CD NumForm=Digit|NumType=Frac 9 compound 9:compound SpaceAfter=No +9 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 7 nummod 7:nummod SpaceAfter=No 10 . . PUNCT . _ 7 punct 7:punct _ # sent_id = email-enronsent43_01-0090 # text = The amount of transportation revenues recorded in the general ledger is $165.9m. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 amount amount NOUN NN Number=Sing 12 nsubj 12:nsubj _ -3 of of ADP IN _ 5 mark 5:mark _ +3 of of ADP IN _ 5 case 5:case _ 4 transportation transportation NOUN NN Number=Sing 5 compound 5:compound _ -5 revenues revenue VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 acl 2:acl:of _ -6 recorded record VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +5 revenues revenue NOUN NNS Number=Plur 2 nmod 2:nmod:of _ +6 recorded record VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 7 in in ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 general general ADJ JJ Degree=Pos 10 amod 10:amod _ 10 ledger ledger NOUN NN Number=Sing 6 obl 6:obl:in _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 12 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -13 165.9 165.9 NUM CD NumType=Card 14 compound 14:compound SpaceAfter=No -14 m m NUM CD NumType=Card 12 nummod 12:nummod SpaceAfter=No +13 165.9 165.9 NUM CD NumForm=Digit|NumType=Frac 14 compound 14:compound SpaceAfter=No +14 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 12 nummod 12:nummod SpaceAfter=No 15 . . PUNCT . _ 12 punct 12:punct _ # sent_id = email-enronsent43_01-0091 # newpar id = email-enronsent43_01-p0029 # text = This difference is mainly due to the following: 1 This this DET DT Number=Sing|PronType=Dem 2 det 2:det _ -2 difference difference NOUN NN Number=Sing 7 nsubj 7:nsubj _ -3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ -4 mainly mainly ADV RB _ 7 advmod 7:advmod _ -5 due due ADP IN _ 7 case 7:case _ +2 difference difference NOUN NN Number=Sing 8 nsubj 8:nsubj _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +4 mainly mainly ADV RB _ 8 advmod 8:advmod _ +5 due due ADP IN _ 8 case 8:case _ 6 to to ADP IN _ 5 fixed 5:fixed _ -7 the the DET DT Definite=Def|PronType=Art 0 root 0:root _ -8 following follow VERB VBG VerbForm=Ger 7 amod 7:amod SpaceAfter=No -9 : : PUNCT : _ 7 punct 7:punct _ +7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ +8 following follow VERB VBG VerbForm=Ger 0 root 0:root SpaceAfter=No +9 : : PUNCT : _ 8 punct 8:punct _ # sent_id = email-enronsent43_01-0092 # text = $10.0m - negotiated rates reserve(Reliant,Sempra, Richardson, Astr,and BP Energy) - $collected 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 10.0 10.0 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 m m NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT , _ 1 punct 1:punct _ -5 negotiated negotiate VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +2 10.0 10.0 NUM CD NumForm=Digit|NumType=Frac 3 compound 3:compound SpaceAfter=No +3 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT , _ 7 punct 7:punct _ +5 negotiated negotiate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 6 rates rate NOUN NNS Number=Plur 7 compound 7:compound _ 7 reserve reserve NOUN NN Number=Sing 1 appos 1:appos SpaceAfter=No 8 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No @@ -93698,30 +93731,30 @@ 18 BP BP PROPN NNP Number=Sing 19 compound 19:compound _ 19 Energy Energy PROPN NNP Number=Sing 9 conj 9:conj:and SpaceAfter=No 20 ) ) PUNCT -RRB- _ 9 punct 9:punct _ -21 - - PUNCT , _ 1 punct 1:punct _ +21 - - PUNCT , _ 22 punct 22:punct _ 22 $ $ SYM $ _ 1 parataxis 1:parataxis SpaceAfter=No -23 collected collect VERB VBN Tense=Past|VerbForm=Part 22 advcl 22:advcl _ +23 collected collect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 acl 22:acl _ # sent_id = email-enronsent43_01-0093 # text = $ 2.7m - SoCal rate issue - $not collected 1 $ $ SYM $ _ 0 root 0:root _ -2 2.7 2.7 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 m m NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT , _ 1 punct 1:punct _ +2 2.7 2.7 NUM CD NumForm=Digit|NumType=Frac 3 compound 3:compound SpaceAfter=No +3 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT , _ 7 punct 7:punct _ 5 SoCal SoCal PROPN NNP Number=Sing 6 compound 6:compound _ 6 rate rate NOUN NN Number=Sing 7 compound 7:compound _ 7 issue issue NOUN NN Number=Sing 1 appos 1:appos _ -8 - - PUNCT , _ 1 punct 1:punct _ +8 - - PUNCT , _ 9 punct 9:punct _ 9 $ $ SYM $ _ 1 appos 1:appos SpaceAfter=No 10 not not PART RB _ 11 advmod 11:advmod _ -11 collected collect VERB VBN Tense=Past|VerbForm=Part 9 advcl 9:advcl _ +11 collected collect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 acl 9:acl _ # sent_id = email-enronsent43_01-0094 # text = $ 1.8m - additional month of PGE revenues due to prepayment invoicing beginning in 2001 - $collected 1 $ $ SYM $ _ 0 root 0:root _ -2 1.8 1.8 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 m m NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT , _ 1 punct 1:punct _ +2 1.8 1.8 NUM CD NumForm=Digit|NumType=Frac 3 compound 3:compound SpaceAfter=No +3 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT , _ 6 punct 6:punct _ 5 additional additional ADJ JJ Degree=Pos 6 amod 6:amod _ 6 month month NOUN NN Number=Sing 1 parataxis 1:parataxis _ 7 of of ADP IN _ 9 case 9:case _ @@ -93733,10 +93766,10 @@ 13 invoicing invoicing NOUN NN Number=Sing 6 nmod 6:nmod:due_to _ 14 beginning begin VERB VBG VerbForm=Ger 13 acl 13:acl _ 15 in in ADP IN _ 16 case 16:case _ -16 2001 2001 NUM CD NumType=Card 14 obl 14:obl:in _ -17 - - PUNCT , _ 1 punct 1:punct _ +16 2001 2001 NUM CD NumForm=Digit|NumType=Card 14 obl 14:obl:in _ +17 - - PUNCT , _ 18 punct 18:punct _ 18 $ $ SYM $ _ 1 parataxis 1:parataxis SpaceAfter=No -19 collected collect VERB VBN Tense=Past|VerbForm=Part 18 advcl 18:advcl _ +19 collected collect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 acl 18:acl _ # sent_id = email-enronsent43_01-0095 # text = Revenues for these customers were adjusted according. @@ -93744,7 +93777,7 @@ 2 for for ADP IN _ 4 case 4:case _ 3 these this DET DT Number=Plur|PronType=Dem 4 det 4:det _ 4 customers customer NOUN NNS Number=Plur 1 nmod 1:nmod:for _ -5 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ +5 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ 6 adjusted adjust VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 according according ADV RB _ 6 advmod 6:advmod SpaceAfter=No 8 . . PUNCT . _ 6 punct 6:punct _ @@ -93752,13 +93785,13 @@ # sent_id = email-enronsent43_01-0096 # text = Also, revenues for the shippers acquiring released volumes from PGE at rates above TW's tariff rates were adjusted accordingly. 1 Also also ADV RB _ 20 advmod 20:advmod SpaceAfter=No -2 , , PUNCT , _ 20 punct 20:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 revenues revenue NOUN NNS Number=Plur 20 nsubj:pass 20:nsubj:pass _ 4 for for ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 shippers shipper NOUN NNS Number=Plur 3 nmod 3:nmod:for _ 7 acquiring acquire VERB VBG VerbForm=Ger 6 acl 6:acl _ -8 released release VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod _ +8 released release VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod _ 9 volumes volume NOUN NNS Number=Plur 7 obj 7:obj _ 10 from from ADP IN _ 11 case 11:case _ 11 PGE PGE PROPN NNP Number=Sing 7 obl 7:obl:from _ @@ -93770,7 +93803,7 @@ 16 's 's PART POS _ 15 case 15:case _ 17 tariff tariff NOUN NN Number=Sing 18 compound 18:compound _ 18 rates rate NOUN NNS Number=Plur 13 nmod 13:nmod:above _ -19 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 aux:pass 20:aux:pass _ +19 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 20 aux:pass 20:aux:pass _ 20 adjusted adjust VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 21 accordingly accordingly ADV RB _ 20 advmod 20:advmod SpaceAfter=No 22 . . PUNCT . _ 20 punct 20:punct _ @@ -93785,7 +93818,7 @@ 5 x36709 x36709 NOUN NN Number=Sing 2 obl 2:obl:at _ 6 if if SCONJ IN _ 8 mark 8:mark _ 7 there there PRON EX _ 8 expl 8:expl _ -8 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:if _ +8 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:if _ 9 questions question NOUN NNS Number=Plur 8 nsubj 8:nsubj _ # sent_id = email-enronsent43_01-0098 @@ -93808,7 +93841,7 @@ # text = Sorry for not sending this yesterday. 1 Sorry sorry ADJ JJ Degree=Pos 0 root 0:root _ 2 for for SCONJ IN _ 4 mark 4:mark _ -3 not not ADV RB _ 4 advmod 4:advmod _ +3 not not PART RB _ 4 advmod 4:advmod _ 4 sending send VERB VBG VerbForm=Ger 1 advcl 1:advcl:for _ 5 this this PRON DT Number=Sing|PronType=Dem 4 obj 4:obj _ 6 yesterday yesterday NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod SpaceAfter=No @@ -93816,8 +93849,8 @@ # sent_id = email-enronsent43_01-0102 # text = Monday's are always tough. -1 Monday's Monday's PROPN NNPS Number=Plur 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +1 Monday's Monday PROPN NNPS Number=Plur 4 nsubj 4:nsubj _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 always always ADV RB _ 4 advmod 4:advmod _ 4 tough tough ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ @@ -93832,19 +93865,19 @@ 6 know know VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 what what PRON WP PronType=Int 9 obj 9:obj _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -9 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp SpaceAfter=No +9 think think VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent43_01-0104 # text = Let's talk before I leave town next Wednesday. 1-2 Let's _ _ _ _ _ _ _ _ 1 Let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 's 's PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ +2 's we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ 3 talk talk VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 before before SCONJ IN _ 6 mark 6:mark _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 leave leave VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:before _ -7 town town ADV RB _ 6 obj 6:obj _ +6 leave leave VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:before _ +7 town town NOUN NN Number=Sing 6 obj 6:obj _ 8 next next ADJ JJ Degree=Pos 9 amod 9:amod _ 9 Wednesday Wednesday PROPN NNP Number=Sing 6 obl:tmod 6:obl:tmod SpaceAfter=No 10 . . PUNCT . _ 1 punct 1:punct _ @@ -93879,7 +93912,7 @@ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 position position NOUN NN Number=Sing 5 nmod 5:nmod:for _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 mentioned mention VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +14 mentioned mention VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ 15 to to ADP IN _ 16 case 16:case _ 16 you you PRON PRP Case=Acc|Person=2|PronType=Prs 14 obl 14:obl:to _ 17 last last ADJ JJ Degree=Pos 18 amod 18:amod _ @@ -93895,9 +93928,9 @@ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 6 will will AUX MD VerbForm=Fin 7 aux 7:aux _ 7 take take VERB VB VerbForm=Inf 0 root 0:root _ -8 someone someone PRON NN Number=Sing 7 obj 7:obj _ +8 someone someone PRON NN Number=Sing|PronType=Ind 7 obj 7:obj _ 9 with with ADP IN _ 13 case 13:case _ -10 some some DET DT _ 13 det 13:det _ +10 some some DET DT PronType=Ind 13 det 13:det _ 11 very very ADV RB _ 12 advmod 12:advmod _ 12 good good ADJ JJ Degree=Pos 13 amod 13:amod _ 13 skills skill NOUN NNS Number=Plur 8 nmod 8:nmod:with _ @@ -93914,13 +93947,13 @@ 2 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 3 also also ADV RB _ 4 advmod 4:advmod _ 4 require require VERB VB VerbForm=Inf 0 root 0:root _ -5 someone someone PRON NN Number=Sing 4 obj 4:obj|9:nsubj _ +5 someone someone PRON NN Number=Sing|PronType=Ind 4 obj 4:obj|9:nsubj _ 6 who who PRON WP PronType=Rel 9 nsubj 5:ref _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 fairly fairly ADV RB _ 9 advmod 9:advmod _ 9 mature mature ADJ JJ Degree=Pos 5 acl:relcl 5:acl:relcl _ 10 in in ADP IN _ 14 case 14:case _ -11 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +11 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 12 own own ADJ JJ Degree=Pos 14 amod 14:amod _ 13 spiritual spiritual ADJ JJ Degree=Pos 14 amod 14:amod _ 14 journey journey NOUN NN Number=Sing 9 obl 9:obl:in SpaceAfter=No @@ -93930,30 +93963,30 @@ # text = If you know someone who might fit the bill ask them to contact me and/or send me their resume. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ -4 someone someone PRON NN Number=Sing 3 obj 3:obj|7:nsubj _ +3 know know VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ +4 someone someone PRON NN Number=Sing|PronType=Ind 3 obj 3:obj|7:nsubj _ 5 who who PRON WP PronType=Rel 7 nsubj 4:ref _ 6 might might AUX MD VerbForm=Fin 7 aux 7:aux _ 7 fit fit VERB VB VerbForm=Inf 4 acl:relcl 4:acl:relcl _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 bill bill NOUN NN Number=Sing 7 obj 7:obj _ 10 ask ask VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -11 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 10 obj 10:obj|13:nsubj:xsubj _ +11 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 10 iobj 10:iobj|13:nsubj:xsubj _ 12 to to PART TO _ 13 mark 13:mark _ 13 contact contact VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 14 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 13 obj 13:obj _ 15 and and CCONJ CC _ 18 cc 18:cc SpaceAfter=No -16 / / PUNCT , _ 17 cc 17:cc SpaceAfter=No -17 or or CCONJ CC _ 15 conj 15:conj|18:cc _ +16 / / SYM SYM _ 17 cc 17:cc SpaceAfter=No +17 or or CCONJ CC _ 15 conj 15:conj:slash|18:cc _ 18 send send VERB VB VerbForm=Inf 10 conj 10:conj:and_or _ 19 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 18 iobj 18:iobj _ -20 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 resume resume NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No 22 . . PUNCT . _ 10 punct 10:punct _ # sent_id = email-enronsent43_01-0112 # text = See you Sunday. -1 See see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 See see VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 Sunday Sunday PROPN NNP Number=Sing 1 obl:tmod 1:obl:tmod SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ @@ -93972,33 +94005,33 @@ 6 for for ADP IN _ 8 case 8:case _ 7 Spiritual spiritual ADJ JJ Degree=Pos 8 amod 8:amod _ 8 Care care NOUN NN Number=Sing 5 nmod 5:nmod:for _ -9 Methodist Methodist PROPN NNP Number=Sing 12 compound 12:compound _ +9 Methodist Methodist ADJ NNP Degree=Pos 12 amod 12:amod _ 10 Health Health PROPN NNP Number=Sing 11 compound 11:compound _ 11 Care Care PROPN NNP Number=Sing 12 compound 12:compound _ 12 System System PROPN NNP Number=Sing 1 list 1:list _ -13 6565 6565 NUM CD NumType=Card 15 nummod 15:nummod _ +13 6565 6565 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 14 Fannin Fannin PROPN NNP Number=Sing 15 compound 15:compound _ 15 Street Street PROPN NNP Number=Sing 1 list 1:list SpaceAfter=No -16 , , PUNCT , _ 1 punct 1:punct _ -17 D d NOUN NN Number=Sing 13 appos 13:appos SpaceAfter=No -18 - - PUNCT , _ 17 punct 17:punct SpaceAfter=No -19 200 200 NUM CD NumType=Card 17 compound 17:compound _ +16 , , PUNCT , _ 17 punct 17:punct _ +17 D D NOUN NN Number=Sing 13 appos 13:appos SpaceAfter=No +18 - - PUNCT , _ 19 punct 19:punct SpaceAfter=No +19 200 200 NUM CD NumForm=Digit|NumType=Card 17 compound 17:compound _ 20 Houston Houston PROPN NNP Number=Sing 15 appos 15:appos SpaceAfter=No -21 , , PUNCT , _ 20 punct 20:punct _ +21 , , PUNCT , _ 22 punct 22:punct _ 22 Texas Texas PROPN NNP Number=Sing 20 appos 20:appos _ -23 77030-2707 77030-2707 NUM CD NumType=Card 13 appos 13:appos _ +23 77030-2707 77030-2707 NUM CD NumForm=Digit|NumType=Card 13 appos 13:appos _ 24 Office office NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -25 : : PUNCT : _ 24 punct 24:punct _ -26 713-793-1429 713-793-1429 NUM CD NumType=Card 24 appos 24:appos _ +25 : : PUNCT : _ 26 punct 26:punct _ +26 713-793-1429 713-793-1429 NUM CD NumForm=Digit|NumType=Card 24 appos 24:appos _ 27 Page page NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -28 : : PUNCT : _ 27 punct 27:punct _ -29 281-735-5919 281-735-5919 NUM CD NumType=Card 27 appos 27:appos _ +28 : : PUNCT : _ 29 punct 29:punct _ +29 281-735-5919 281-735-5919 NUM CD NumForm=Digit|NumType=Card 27 appos 27:appos _ 30 Cell cell NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -31 : : PUNCT : _ 30 punct 30:punct _ -32 713-819-2784 713-819-2784 NUM CD NumType=Card 30 appos 30:appos _ +31 : : PUNCT : _ 32 punct 32:punct _ +32 713-819-2784 713-819-2784 NUM CD NumForm=Digit|NumType=Card 30 appos 30:appos _ 33 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -34 : : PUNCT : _ 33 punct 33:punct _ -35 713-790-2605 713-790-2605 NUM CD NumType=Card 33 appos 33:appos _ +34 : : PUNCT : _ 35 punct 35:punct _ +35 713-790-2605 713-790-2605 NUM CD NumForm=Digit|NumType=Card 33 appos 33:appos _ # sent_id = email-enronsent43_01-0115 # text = Mansoor, @@ -94010,7 +94043,7 @@ # text = Let's discuss. 1-2 Let's _ _ _ _ _ _ _ _ 1 Let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 's 's PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ +2 's we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ 3 discuss discuss VERB VB VerbForm=Inf 1 xcomp 1:xcomp SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ @@ -94029,13 +94062,13 @@ # text = The in-service date of May 1, will be very difficult to attain. 1 The the DET DT Definite=Def|PronType=Art 5 det 5:det _ 2 in in ADP IN _ 4 case 4:case SpaceAfter=No -3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No -4 service service NOUN NN Number=Sing 5 amod 5:amod _ +3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No +4 service service NOUN NN Number=Sing 5 compound 5:compound _ 5 date date NOUN NN Number=Sing 13 nsubj 13:nsubj _ 6 of of ADP IN _ 7 case 7:case _ 7 May May PROPN NNP Number=Sing 5 nmod 5:nmod:of _ -8 1 1 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No -9 , , PUNCT , _ 13 punct 13:punct _ +8 1 1 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No +9 , , PUNCT , _ 5 punct 5:punct _ 10 will will AUX MD VerbForm=Fin 13 aux 13:aux _ 11 be be AUX VB VerbForm=Inf 13 cop 13:cop _ 12 very very ADV RB _ 13 advmod 13:advmod _ @@ -94050,40 +94083,40 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 bankruptcy bankruptcy NOUN NN Number=Sing 4 compound 4:compound _ 4 filing filing NOUN NN Number=Sing 10 obl 10:obl:since SpaceAfter=No -5 , , PUNCT , _ 10 punct 10:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 vendors vendor NOUN NNS Number=Plur 10 nsubj 10:nsubj|12:nsubj:xsubj _ -7 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +7 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 8 been be AUX VBN Tense=Past|VerbForm=Part 10 cop 10:cop _ 9 very very ADV RB _ 10 advmod 10:advmod _ 10 reluctant reluctant ADJ JJ Degree=Pos 0 root 0:root _ 11 to to PART TO _ 12 mark 12:mark _ 12 ship ship VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 13 material material NOUN NN Number=Sing 12 obj 12:obj _ -14 prior prior ADJ JJ Degree=Pos 18 mark 18:mark _ +14 prior prior ADJ JJ Degree=Pos|ExtPos=SCONJ 18 mark 18:mark _ 15 to to SCONJ IN _ 14 fixed 14:fixed _ 16 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 nsubj:pass 18:nsubj:pass _ 17 being be AUX VBG VerbForm=Ger 18 aux:pass 18:aux:pass _ 18 prepaid prepay VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 advcl 12:advcl:prior_to _ -19 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No +19 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No 20 Daniels Daniels PROPN NNP Number=Sing 10 parataxis 10:parataxis SpaceAfter=No -21 , , PUNCT , _ 10 punct 10:punct _ +21 , , PUNCT , _ 22 punct 22:punct _ 22 Fisher Fisher PROPN NNP Number=Sing 20 conj 20:conj SpaceAfter=No -23 , , PUNCT , _ 10 punct 10:punct _ +23 , , PUNCT , _ 24 punct 24:punct _ 24 Rosemont Rosemont PROPN NNP Number=Sing 20 conj 20:conj SpaceAfter=No -25 , , PUNCT , _ 10 punct 10:punct _ +25 , , PUNCT , _ 26 punct 26:punct _ 26 other other ADJ JJ Degree=Pos 20 conj 20:conj SpaceAfter=No -27 ) ) PUNCT -RRB- _ 10 punct 10:punct SpaceAfter=No +27 ) ) PUNCT -RRB- _ 20 punct 20:punct SpaceAfter=No 28 . . PUNCT . _ 10 punct 10:punct _ # sent_id = email-enronsent43_01-0121 # text = These are the vendors of instrumentation required for the interconnect. 1 These this PRON DT Number=Plur|PronType=Dem 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 vendors vendor NOUN NNS Number=Plur 0 root 0:root _ 5 of of ADP IN _ 6 case 6:case _ 6 instrumentation instrumentation NOUN NN Number=Sing 4 nmod 4:nmod:of _ -7 required require VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 required require VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 for for ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 interconnect interconnect NOUN NN Number=Sing 7 obl 7:obl:for SpaceAfter=No @@ -94100,7 +94133,7 @@ 7 material material NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No 8 , , PUNCT , _ 15 punct 15:punct _ 9 but but CCONJ CC _ 15 cc 15:cc _ -10 some some DET DT _ 15 nsubj 15:nsubj _ +10 some some DET DT PronType=Ind 15 nsubj 15:nsubj _ 11 of of ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 items item NOUN NNS Number=Plur 10 nmod 10:nmod:of _ @@ -94109,7 +94142,7 @@ 16 up up ADP IN _ 19 advmod 19:advmod _ 17 to to ADP IN _ 16 fixed 16:fixed _ 18 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ -19 60 60 NUM CD NumType=Card 20 nummod 20:nummod _ +19 60 60 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ 20 day day NOUN NN Number=Sing 21 compound 21:compound _ 21 delivery delivery NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No 22 . . PUNCT . _ 4 punct 4:punct _ @@ -94120,25 +94153,25 @@ 2 From from ADP IN _ 3 case 3:case _ 3 time time NOUN NN Number=Sing 15 obl 15:obl:from _ 4 PA PA PROPN NNP Number=Sing 5 obl:npmod 5:obl:npmod _ -5 approved approve VERB VBN Tense=Past|VerbForm=Part 3 acl:relcl 3:acl:relcl _ +5 approved approve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl:relcl 3:acl:relcl _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 funded fund VERB VBN Tense=Past|VerbForm=Part 5 conj 3:acl:relcl|5:conj:and _ +7 funded fund VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 conj 3:acl:relcl|5:conj:and _ 8 to to ADP IN _ 11 case 11:case _ 9 in in ADP IN _ 11 case 11:case SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 11 service service NOUN NN Number=Sing 3 nmod 3:nmod:in _ 12 will will AUX MD VerbForm=Fin 15 aux 15:aux _ 13 be be AUX VB VerbForm=Inf 15 cop 15:cop _ -14 75 75 NUM CD NumType=Card 15 nummod 15:nummod _ +14 75 75 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 15 days day NOUN NNS Number=Plur 0 root 0:root _ -16 at at ADV RB _ 17 case 17:case _ -17 most most ADV RBS _ 15 nmod 15:nmod:at SpaceAfter=No +16 at at ADP IN _ 17 case 17:case _ +17 most most ADJ JJS Degree=Sup 15 nmod 15:nmod:at SpaceAfter=No 18 . . PUNCT . _ 15 punct 15:punct _ # sent_id = email-enronsent43_01-0124 # text = We have worked with Daniels on a chromatograph on another project and prepayment has taken 45 days alone. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 worked work VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 with with ADP IN _ 5 case 5:case _ 5 Daniels Daniels PROPN NNP Number=Sing 3 obl 3:obl:with _ @@ -94146,13 +94179,13 @@ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 chromatograph chromatograph NOUN NN Number=Sing 3 obl 3:obl:on _ 9 on on ADP IN _ 11 case 11:case _ -10 another another DET DT _ 11 det 11:det _ +10 another another DET DT PronType=Ind 11 det 11:det _ 11 project project NOUN NN Number=Sing 8 nmod 8:nmod:on _ 12 and and CCONJ CC _ 15 cc 15:cc _ 13 prepayment prepayment NOUN NN Number=Sing 15 nsubj 15:nsubj _ 14 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 15 taken take VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:and _ -16 45 45 NUM CD NumType=Card 17 nummod 17:nummod _ +16 45 45 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod _ 17 days day NOUN NNS Number=Plur 15 obj 15:obj _ 18 alone alone ADV RB _ 15 advmod 15:advmod SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ @@ -94168,7 +94201,7 @@ 7 prepayments prepayment NOUN NNS Number=Plur 4 obl 4:obl:for _ 8 as as SCONJ IN _ 10 mark 10:mark _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 bill bill VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:as _ +10 bill bill VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:as _ 11 off off ADP IN _ 13 case 13:case _ 12 an a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 invoice invoice NOUN NN Number=Sing 10 obl 10:obl:off _ @@ -94178,7 +94211,7 @@ 17 office office NOUN NN Number=Sing 20 nsubj 20:nsubj|22:nsubj:xsubj _ 18 and and CCONJ CC _ 19 cc 19:cc _ 19 accounting accounting NOUN NN Number=Sing 17 conj 17:conj:and|20:nsubj|22:nsubj:xsubj _ -20 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +20 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 21 to to PART TO _ 22 mark 22:mark _ 22 create create VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ 23 an a DET DT Definite=Ind|PronType=Art 24 det 24:det _ @@ -94187,7 +94220,7 @@ 26 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 27 chromatograph chromatograph NOUN NN Number=Sing 24 nmod 24:nmod:for|32:nsubj:pass _ 28 that that PRON WDT PronType=Rel 32 nsubj:pass 27:ref _ -29 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 32 aux 32:aux _ +29 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 32 aux 32:aux _ 30 not not PART RB _ 32 advmod 32:advmod _ 31 been be AUX VBN Tense=Past|VerbForm=Part 32 aux:pass 32:aux:pass _ 32 delivered deliver VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 27 acl:relcl 27:acl:relcl SpaceAfter=No @@ -94218,22 +94251,22 @@ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 12 dependent dependent ADJ JJ Degree=Pos 8 conj 8:conj:and _ 13 on on ADP IN _ 16 case 16:case _ -14 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +14 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 15 testing testing NOUN NN Number=Sing 16 compound 16:compound _ 16 schedule schedule NOUN NN Number=Sing 12 obl 12:obl:on _ 17 ( ( PUNCT -LRB- _ 25 punct 25:punct _ 18 Canada Canada PROPN NNP Number=Sing 25 nsubj 25:nsubj _ 19 or or CCONJ CC _ 20 cc 20:cc _ 20 Kansas Kansas PROPN NNP Number=Sing 18 conj 18:conj:or|25:nsubj _ -21 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ +21 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ 22 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 23 only only ADJ JJ Degree=Pos 25 amod 25:amod _ -24 two two NUM CD NumType=Card 25 nummod 25:nummod _ +24 two two NUM CD NumForm=Word|NumType=Card 25 nummod 25:nummod _ 25 places place NOUN NNS Number=Plur 8 parataxis 8:parataxis _ 26 to to PART TO _ 27 mark 27:mark _ 27 test test VERB VB VerbForm=Inf 25 acl 25:acl:to _ 28 to to ADP IN _ 30 case 30:case _ -29 100 100 NUM CD NumType=Card 30 nummod 30:nummod SpaceAfter=No +29 100 100 NUM CD NumForm=Digit|NumType=Card 30 nummod 30:nummod SpaceAfter=No 30 % % SYM NN Number=Sing 27 obl 27:obl:to _ 31 of of ADP IN _ 32 case 32:case _ 32 design design NOUN NN Number=Sing 30 nmod 30:nmod:of SpaceAfter=No @@ -94251,7 +94284,7 @@ 7 dates date NOUN NNS Number=Plur 4 conj 2:obj|4:conj:and _ 8 with with ADP IN _ 9 case 9:case _ 9 UltraSonic UltraSonic PROPN NNP Number=Sing 2 obl 2:obl:with _ -10 ASAP asap ADV RB _ 2 advmod 2:advmod SpaceAfter=No +10 ASAP ASAP ADV RB _ 2 advmod 2:advmod SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent43_01-0129 @@ -94265,40 +94298,40 @@ 7 I/C i/c NOUN NN Number=Sing 5 obj 5:obj _ 8 with with ADP IN _ 14 case 14:case _ 9 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -10 earliest earliest ADJ JJS Degree=Sup 14 amod 14:amod _ +10 earliest early ADJ JJS Degree=Sup 14 amod 14:amod _ 11 in in ADP IN _ 13 case 13:case SpaceAfter=No -12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 service service NOUN NN Number=Sing 14 compound 14:compound _ 14 date date NOUN NN Number=Sing 5 obl 5:obl:with _ -15 possible possible ADJ JJ Degree=Pos 10 advmod 10:advmod SpaceAfter=No +15 possible possible ADJ JJ Degree=Pos 10 advcl 10:advcl SpaceAfter=No 16 , , PUNCT , _ 29 punct 29:punct _ 17 but but CCONJ CC _ 29 cc 29:cc _ 18 with with SCONJ IN _ 22 mark 22:mark _ -19 conditions condition NOUN NNS Number=Plur 22 nsubj 22:nsubj _ +19 conditions condition NOUN NNS Number=Plur 22 nsubj:outer 22:nsubj:outer _ 20 as as SCONJ IN _ 22 mark 22:mark _ 21 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 22 nsubj 22:nsubj _ -22 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 29 advcl 29:advcl:as SpaceAfter=No -23 , , PUNCT , _ 29 punct 29:punct _ +22 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 29 advcl 29:advcl:as SpaceAfter=No +23 , , PUNCT , _ 22 punct 22:punct _ 24 a a DET DT Definite=Ind|PronType=Art 26 det 26:det _ 25 realistic realistic ADJ JJ Degree=Pos 26 amod 26:amod _ 26 date date NOUN NN Number=Sing 29 nsubj 29:nsubj _ 27 would would AUX MD VerbForm=Fin 29 aux 29:aux _ 28 be be AUX VB VerbForm=Inf 29 cop 29:cop _ 29 June June PROPN NNP Number=Sing 3 conj 3:conj:but _ -30 15 15 NUM CD NumType=Card 29 nummod 29:nummod SpaceAfter=No -31 , , PUNCT , _ 29 punct 29:punct _ -32 2002 2002 NUM CD NumType=Card 29 nummod 29:nummod SpaceAfter=No +30 15 15 NUM CD NumForm=Digit|NumType=Card 29 nummod 29:nummod SpaceAfter=No +31 , , PUNCT , _ 32 punct 32:punct _ +32 2002 2002 NUM CD NumForm=Digit|NumType=Card 29 nummod 29:nummod SpaceAfter=No 33 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent43_01-0130 # text = If you have questions or issues, please let me know. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ 4 questions question NOUN NNS Number=Plur 3 obj 3:obj _ 5 or or CCONJ CC _ 6 cc 6:cc _ 6 issues issue NOUN NNS Number=Plur 4 conj 3:obj|4:conj:or SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 please please INTJ UH _ 9 discourse 9:discourse _ 9 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 10 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 9 obj 9:obj|11:nsubj:xsubj _ @@ -94314,7 +94347,7 @@ # text = Earl Chanley 505-625-8031 1 Earl Earl PROPN NNP Number=Sing 0 root 0:root _ 2 Chanley Chanley PROPN NNP Number=Sing 1 flat 1:flat _ -3 505-625-8031 505-625-8031 NUM CD NumType=Card 1 list 1:list _ +3 505-625-8031 505-625-8031 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ # sent_id = email-enronsent43_01-0133 # text = Earl, @@ -94325,7 +94358,7 @@ # newpar id = email-enronsent43_01-p0037 # text = We are looking at putting the metering facilities on their ROW (also, I think we will have to purchase about 50ft of ROW from ElPaso to get to Questar's property). 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 looking look VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 at at SCONJ IN _ 5 mark 5:mark _ 5 putting put VERB VBG VerbForm=Ger 3 advcl 3:advcl:at _ @@ -94333,20 +94366,20 @@ 7 metering metering NOUN NN Number=Sing 8 compound 8:compound _ 8 facilities facility NOUN NNS Number=Plur 5 obj 5:obj _ 9 on on ADP IN _ 11 case 11:case _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 ROW row NOUN NN Number=Sing 5 obl 5:obl:on _ 12 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No 13 also also ADV RB _ 16 advmod 16:advmod SpaceAfter=No -14 , , PUNCT , _ 16 punct 16:punct _ +14 , , PUNCT , _ 13 punct 13:punct _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -16 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +16 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 17 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 19 nsubj 19:nsubj|21:nsubj:xsubj _ 18 will will AUX MD VerbForm=Fin 19 aux 19:aux _ 19 have have VERB VB VerbForm=Inf 16 ccomp 16:ccomp _ 20 to to PART TO _ 21 mark 21:mark _ 21 purchase purchase VERB VB VerbForm=Inf 19 xcomp 19:xcomp _ 22 about about ADV RB _ 23 advmod 23:advmod _ -23 50 50 NUM CD NumType=Card 24 nummod 24:nummod SpaceAfter=No +23 50 50 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod SpaceAfter=No 24 ft ft NOUN NNS Number=Plur 21 obj 21:obj _ 25 of of ADP IN _ 26 case 26:case _ 26 ROW row NOUN NN Number=Sing 24 nmod 24:nmod:of _ @@ -94366,13 +94399,13 @@ # text = As you look at this, if for some reason we cannot obtain ElPaso ROW, we will have to look at Plan B which would be to put the metering on our ROW. 1 As as SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 advcl 20:advcl:as _ +3 look look VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 20 advcl 20:advcl:as _ 4 at at ADP IN _ 5 case 5:case _ 5 this this PRON DT Number=Sing|PronType=Dem 3 obl 3:obl:at SpaceAfter=No -6 , , PUNCT , _ 20 punct 20:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 if if SCONJ IN _ 14 mark 14:mark _ 8 for for ADP IN _ 10 case 10:case _ -9 some some DET DT _ 10 det 10:det _ +9 some some DET DT PronType=Ind 10 det 10:det _ 10 reason reason NOUN NN Number=Sing 14 obl 14:obl:for _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 12-13 cannot _ _ _ _ _ _ _ _ @@ -94381,7 +94414,7 @@ 14 obtain obtain VERB VB VerbForm=Inf 20 advcl 20:advcl:if _ 15 ElPaso ElPaso PROPN NNP Number=Sing 16 compound 16:compound _ 16 ROW row NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No -17 , , PUNCT , _ 20 punct 20:punct _ +17 , , PUNCT , _ 14 punct 14:punct _ 18 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 20 nsubj 20:nsubj|22:nsubj:xsubj _ 19 will will AUX MD VerbForm=Fin 20 aux 20:aux _ 20 have have VERB VB VerbForm=Inf 0 root 0:root _ @@ -94389,39 +94422,39 @@ 22 look look VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ 23 at at ADP IN _ 25 case 25:case _ 24 Plan plan NOUN NN Number=Sing 25 compound 25:compound _ -25 B b NOUN NN Number=Sing 22 obl 22:obl:at|28:nsubj _ -26 which which PRON WDT PronType=Rel 28 nsubj 25:ref _ -27 would would AUX MD VerbForm=Fin 28 aux 28:aux _ -28 be be VERB VB VerbForm=Inf 25 acl:relcl 25:acl:relcl _ +25 B B NOUN NN Number=Sing 22 obl 22:obl:at|30:nsubj:outer _ +26 which which PRON WDT PronType=Rel 30 nsubj:outer 25:ref _ +27 would would AUX MD VerbForm=Fin 30 aux 30:aux _ +28 be be AUX VB VerbForm=Inf 30 cop 30:cop _ 29 to to PART TO _ 30 mark 30:mark _ -30 put put VERB VB VerbForm=Inf 28 ccomp 28:ccomp _ +30 put put VERB VB VerbForm=Inf 25 acl:relcl 25:acl:relcl _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 32 metering metering NOUN NN Number=Sing 30 obj 30:obj _ 33 on on ADP IN _ 35 case 35:case _ -34 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ +34 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ 35 ROW row NOUN NN Number=Sing 30 obl 30:obl:on SpaceAfter=No 36 . . PUNCT . _ 20 punct 20:punct _ # sent_id = email-enronsent43_01-0136 # text = Our in-service date is May 1. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 2 in in ADP IN _ 4 compound 4:compound SpaceAfter=No 3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No 4 service service NOUN NN Number=Sing 5 compound 5:compound _ 5 date date NOUN NN Number=Sing 7 nsubj 7:nsubj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 7 May May PROPN NNP Number=Sing 0 root 0:root _ -8 1 1 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No +8 1 1 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No 9 . . PUNCT . _ 7 punct 7:punct _ # sent_id = email-enronsent43_01-0137 # text = If you think that May 1 may be difficult due to receiving the parts/materials on a timely basis because of the issues that vendors may have with us because of recent Enron events, please let me know. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 38 advcl 38:advcl:if _ +3 think think VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 38 advcl 38:advcl:if _ 4 that that SCONJ IN _ 9 mark 9:mark _ 5 May May PROPN NNP Number=Sing 9 nsubj 9:nsubj _ -6 1 1 NUM CD NumType=Card 5 nummod 5:nummod _ +6 1 1 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 7 may may AUX MD VerbForm=Fin 9 aux 9:aux _ 8 be be AUX VB VerbForm=Inf 9 cop 9:cop _ 9 difficult difficult ADJ JJ Degree=Pos 3 ccomp 3:ccomp _ @@ -94430,7 +94463,7 @@ 12 receiving receive VERB VBG VerbForm=Ger 9 advcl 9:advcl:due_to _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 parts part NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No -15 / / PUNCT , _ 16 cc 16:cc SpaceAfter=No +15 / / SYM , _ 16 cc 16:cc SpaceAfter=No 16 materials material NOUN NNS Number=Plur 14 conj 12:obj|14:conj _ 17 on on ADP IN _ 20 case 20:case _ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ @@ -94441,7 +94474,7 @@ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 issues issue NOUN NNS Number=Plur 9 obl 9:obl:because_of|28:obj _ 25 that that PRON WDT PronType=Rel 28 obj 24:ref _ -26 vendors vendor VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 nsubj 28:nsubj _ +26 vendors vendor NOUN NNS Number=Plur 28 nsubj 28:nsubj _ 27 may may AUX MD VerbForm=Fin 28 aux 28:aux _ 28 have have VERB VB VerbForm=Inf 24 acl:relcl 24:acl:relcl _ 29 with with ADP IN _ 30 case 30:case _ @@ -94451,7 +94484,7 @@ 33 recent recent ADJ JJ Degree=Pos 35 amod 35:amod _ 34 Enron Enron PROPN NNP Number=Sing 35 compound 35:compound _ 35 events event NOUN NNS Number=Plur 28 obl 28:obl:because_of SpaceAfter=No -36 , , PUNCT , _ 38 punct 38:punct _ +36 , , PUNCT , _ 3 punct 3:punct _ 37 please please INTJ UH _ 38 discourse 38:discourse _ 38 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 39 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 38 obj 38:obj|40:nsubj:xsubj _ @@ -94466,15 +94499,15 @@ 4 informed inform VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 4 iobj 4:iobj _ 6 that that SCONJ IN _ 9 mark 9:mark _ -7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ +7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj|10:nsubj:xsubj _ 8 would would AUX MD VerbForm=Fin 9 aux 9:aux _ 9 help help VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ -10 obtain obtain VERB VB VerbForm=Inf 9 ccomp 9:ccomp _ +10 obtain obtain VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 11 parts part NOUN NNS Number=Plur 10 obj 10:obj SpaceAfter=No -12 / / PUNCT , _ 13 cc 13:cc SpaceAfter=No +12 / / SYM , _ 13 cc 13:cc SpaceAfter=No 13 materials material NOUN NNS Number=Plur 11 conj 10:obj|11:conj _ 14 to to ADP IN _ 16 case 16:case _ -15 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 specifications specification NOUN NNS Number=Plur 11 nmod 11:nmod:to _ 17 if if SCONJ IN _ 19 mark 19:mark _ 18 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj|20:nsubj:xsubj _ @@ -94482,12 +94515,12 @@ 20 achieve achieve VERB VB VerbForm=Inf 19 xcomp 19:xcomp _ 21 an a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 22 in in ADP IN _ 24 case 24:case SpaceAfter=No -23 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No +23 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No 24 service service NOUN NN Number=Sing 25 compound 25:compound _ 25 date date NOUN NN Number=Sing 20 obj 20:obj _ 26 of of ADP IN _ 27 case 27:case _ 27 May May PROPN NNP Number=Sing 25 nmod 25:nmod:of _ -28 1 1 NUM CD NumType=Card 27 nummod 27:nummod SpaceAfter=No +28 1 1 NUM CD NumForm=Digit|NumType=Card 27 nummod 27:nummod SpaceAfter=No 29 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent43_01-0139 @@ -94517,7 +94550,7 @@ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 11 will will AUX MD VerbForm=Fin 12 aux 12:aux _ 12 pay pay VERB VB VerbForm=Inf 9 ccomp 9:ccomp _ -13 everyone everyone PRON NN Number=Sing 12 obj 12:obj _ +13 everyone everyone PRON NN Number=Sing|PronType=Tot 12 iobj 12:iobj _ 14 at at ADP IN _ 17 case 17:case _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 same same ADJ JJ Degree=Pos 17 amod 17:amod _ @@ -94531,52 +94564,54 @@ 24 ) ) PUNCT -RRB- _ 23 punct 23:punct _ 25 sometime sometime ADV RB _ 27 advmod 27:advmod _ 26 in in ADP IN _ 27 case 27:case _ -27 Q1 q1 NOUN NN Number=Sing 12 obl 12:obl:in SpaceAfter=No -28 '02 '02 NUM CD NumType=Card 27 nummod 27:nummod SpaceAfter=No +27 Q1 Q1 NOUN NN Number=Sing 12 obl 12:obl:in SpaceAfter=No +28 '02 '02 NUM CD NumForm=Digit|NumType=Card 27 nummod 27:nummod SpaceAfter=No 29 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent07_01-0002 # text = My concern is that between now and then Dunn, the AG have the time and resources to make a heckuvalot of mischief, which could be detrimental to generators/marketers' claims. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ -2 concern concern NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +2 concern concern NOUN NN Number=Sing 13 nsubj:outer 13:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 4 that that SCONJ IN _ 13 mark 13:mark _ 5 between between ADP IN _ 6 case 6:case _ 6 now now ADV RB _ 13 obl 13:obl:between _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 then then ADV RB PronType=Dem 6 conj 6:conj:and|13:obl:between _ -9 Dunn Dunn PROPN NNP Number=Sing 13 nsubj 13:nsubj SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +9 Dunn Dunn PROPN NNP Number=Sing 13 nsubj 12.1:nsubj SpaceAfter=No +10 , , PUNCT , _ 12 punct 12:punct _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 AG ag NOUN NN Number=Sing 9 appos 9:appos _ -13 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +12.1 _ will AUX MD Typo=Yes|VerbForm=Fin _ _ 13:aux CorrectForm=will +13 have have VERB VB VerbForm=Inf 0 root 0:root _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 time time NOUN NN Number=Sing 13 obj 13:obj _ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 resources resource NOUN NNS Number=Plur 15 conj 13:obj|15:conj:and _ 18 to to PART TO _ 19 mark 19:mark _ -19 make make VERB VB VerbForm=Inf 15 acl 15:acl:to|28:nsubj _ +19 make make VERB VB VerbForm=Inf 15 acl 15:acl:to|28:csubj _ 20 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 21 heckuvalot heckuvalot NOUN NN Number=Sing 19 obj 19:obj _ 22 of of ADP IN _ 23 case 23:case _ 23 mischief mischief NOUN NN Number=Sing 21 nmod 21:nmod:of SpaceAfter=No -24 , , PUNCT , _ 19 punct 19:punct _ +24 , , PUNCT , _ 28 punct 28:punct _ 25 which which PRON WDT PronType=Rel 28 nsubj 19:ref _ 26 could could AUX MD VerbForm=Fin 28 aux 28:aux _ 27 be be AUX VB VerbForm=Inf 28 cop 28:cop _ -28 detrimental detrimental ADJ JJ Degree=Pos 19 acl:relcl 19:acl:relcl _ +28 detrimental detrimental ADJ JJ Degree=Pos 19 advcl:relcl 19:advcl:relcl _ 29 to to ADP IN _ 34 case 34:case _ 30 generators generator NOUN NNS Number=Plur 34 nmod:poss 34:nmod:poss SpaceAfter=No -31 / / PUNCT , _ 32 cc 32:cc SpaceAfter=No -32 marketers marketer NOUN NNS Number=Plur 30 conj 30:conj|34:nmod:poss SpaceAfter=No +31 / / SYM , _ 32 cc 32:cc SpaceAfter=No +32-33 marketers' _ _ _ _ _ _ _ _ +32 marketers marketer NOUN NNS Number=Plur 30 conj 30:conj|34:nmod:poss _ 33 ' 's PART POS _ 30 case 30:case _ 34 claims claim NOUN NNS Number=Plur 28 obl 28:obl:to SpaceAfter=No -35 . . PUNCT . _ 3 punct 3:punct _ +35 . . PUNCT . _ 13 punct 13:punct _ # sent_id = email-enronsent07_01-0003 # text = Investors are asking what Edison intends for QFs and generators--asking about haircuts in particular--and Edison is side-stepping the questions. 1 Investors investor NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 asking ask VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 what what PRON WP PronType=Int 6 obj 6:obj _ 5 Edison Edison PROPN NNP Number=Sing 6 nsubj 6:nsubj _ @@ -94585,18 +94620,18 @@ 8 QFs qf NOUN NNS Number=Plur 6 obl 6:obl:for _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 generators generator NOUN NNS Number=Plur 8 conj 6:obl:for|8:conj:and SpaceAfter=No -11 -- -- PUNCT , _ 3 punct 3:punct SpaceAfter=No +11 -- -- PUNCT , _ 12 punct 12:punct SpaceAfter=No 12 asking ask VERB VBG VerbForm=Ger 3 parataxis 3:parataxis _ 13 about about ADP IN _ 14 case 14:case _ 14 haircuts haircut NOUN NNS Number=Plur 12 obl 12:obl:about _ 15 in in ADP IN _ 16 case 16:case _ 16 particular particular ADJ JJ Degree=Pos 12 obl 12:obl:in SpaceAfter=No -17 -- -- PUNCT , _ 3 punct 3:punct SpaceAfter=No +17 -- -- PUNCT , _ 23 punct 23:punct SpaceAfter=No 18 and and CCONJ CC _ 23 cc 23:cc _ 19 Edison Edison PROPN NNP Number=Sing 23 nsubj 23:nsubj _ 20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ 21 side side NOUN NN Number=Sing 23 obl:npmod 23:obl:npmod SpaceAfter=No -22 - - PUNCT HYPH _ 23 punct 23:punct SpaceAfter=No +22 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No 23 stepping step VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj:and _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 questions question NOUN NNS Number=Plur 23 obj 23:obj SpaceAfter=No @@ -94610,15 +94645,15 @@ # sent_id = email-enronsent07_01-0005 # text = Figured they'd contacted them, but wanted to make sure. -1 Figured figure VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Figured figure VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2-3 they'd _ _ _ _ _ _ _ _ -2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj|8:nsubj|10:nsubj:xsubj|11:nsubj:xsubj _ -3 'd have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ +3 'd have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 4 contacted contact VERB VBN Tense=Past|VerbForm=Part 1 ccomp 1:ccomp _ 5 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 4 obj 4:obj SpaceAfter=No 6 , , PUNCT , _ 8 punct 8:punct _ 7 but but CCONJ CC _ 8 cc 8:cc _ -8 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 1:ccomp|4:conj:but _ +8 wanted want VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 conj 1:ccomp|4:conj:but _ 9 to to PART TO _ 10 mark 10:mark _ 10 make make VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 sure sure ADJ JJ Degree=Pos 10 xcomp 10:xcomp SpaceAfter=No @@ -94627,7 +94662,7 @@ # sent_id = email-enronsent07_01-0006 # text = You know when the meeting with schedulers will be? 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 when when ADV WRB PronType=Int 2 ccomp 2:ccomp _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 meeting meeting NOUN NN Number=Sing 3 nsubj 3:nsubj _ @@ -94640,30 +94675,30 @@ # sent_id = email-enronsent07_01-0007 # text = I apologize, I'm on the road and haven't heard when that will be. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 apologize apologize VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +2 apologize apologize VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 , , PUNCT , _ 8 punct 8:punct _ 4-5 I'm _ _ _ _ _ _ _ _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|12:nsubj _ -5 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +5 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 6 on on ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 road road NOUN NN Number=Sing 2 ccomp 2:ccomp _ 9 and and CCONJ CC _ 12 cc 12:cc _ 10-11 haven't _ _ _ _ _ _ _ _ -10 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +10 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 11 n't not PART RB _ 12 advmod 12:advmod _ 12 heard hear VERB VBN Tense=Past|VerbForm=Part 8 conj 2:ccomp|8:conj:and _ -13 when when SCONJ WRB PronType=Int 16 mark 16:mark _ +13 when when ADV WRB PronType=Int 16 advmod 16:advmod _ 14 that that PRON DT Number=Sing|PronType=Dem 16 nsubj 16:nsubj _ 15 will will AUX MD VerbForm=Fin 16 aux 16:aux _ -16 be be VERB VB VerbForm=Inf 12 advcl 12:advcl:when SpaceAfter=No +16 be be AUX VB VerbForm=Inf 12 advcl 12:advcl:when SpaceAfter=No 17 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent07_01-0008 # text = I'm thinking that I may want to attend. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 thinking think VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 that that SCONJ IN _ 7 mark 7:mark _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ @@ -94681,7 +94716,7 @@ # sent_id = email-enronsent07_01-0010 # newpar id = email-enronsent07_01-p0003 # text = Best, -1 Best best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +1 Best good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 2 , , PUNCT , _ 1 punct 1:punct _ # sent_id = email-enronsent07_01-0011 @@ -94695,12 +94730,12 @@ 2 for for ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 info info NOUN NN Number=Sing 1 nmod 1:nmod:for _ -5 - - PUNCT , _ 1 punct 1:punct _ +5 - - PUNCT , _ 15 punct 15:punct _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 few few ADJ JJ Degree=Pos 8 amod 8:amod _ 8 people people NOUN NNS Number=Plur 15 nsubj 15:nsubj _ 9 from from ADP IN _ 11 case 11:case _ -10 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 shop shop NOUN NN Number=Sing 8 nmod 8:nmod:from _ 12 will will AUX MD VerbForm=Fin 15 aux 15:aux _ 13 be be AUX VB VerbForm=Inf 15 cop 15:cop _ @@ -94714,15 +94749,15 @@ 1 If if SCONJ IN _ 5 mark 5:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 3-4 haven't _ _ _ _ _ _ _ _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 heard hear VERB VBN Tense=Past|VerbForm=Part 9 advcl 9:advcl:if SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7-8 SoCal's _ _ _ _ _ _ _ _ 7 SoCal SoCal PROPN NNP Number=Sing 9 nsubj:pass 9:nsubj:pass _ 8 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux:pass 9:aux:pass _ 9 announced announce VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nsubj 11:nsubj _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nsubj 11:nsubj _ 11 abandoning abandon VERB VBG VerbForm=Ger 9 ccomp 9:ccomp _ 12 windows window NOUN NNS Number=Plur 11 obj 11:obj _ 13 for for ADP IN _ 14 case 14:case _ @@ -94733,13 +94768,13 @@ # text = They're holding "workshops" on how it will all work soon. 1-2 They're _ _ _ _ _ _ _ _ 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 holding hold VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 5 workshops workshop NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No 6 " " PUNCT '' _ 5 punct 5:punct _ 7 on on SCONJ IN _ 12 mark 12:mark _ -8 how how SCONJ WRB PronType=Int 12 mark 12:mark _ +8 how how ADV WRB PronType=Int 12 advmod 12:advmod _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 10 will will AUX MD VerbForm=Fin 12 aux 12:aux _ 11 all all ADV RB _ 12 advmod 12:advmod _ @@ -94761,7 +94796,7 @@ # sent_id = email-enronsent07_01-0016 # newpar id = email-enronsent07_01-p0006 # text = Best, -1 Best best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +1 Best good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 2 , , PUNCT , _ 1 punct 1:punct _ # sent_id = email-enronsent07_01-0017 @@ -94781,7 +94816,7 @@ # sent_id = email-enronsent07_01-0019 # text = Electricity: A panel focuses on price hikes and the actions of the ISO president. 1 Electricity electricity NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 5 punct 5:punct _ 3 A a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 panel panel NOUN NN Number=Sing 5 nsubj 5:nsubj _ 5 focuses focus VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ @@ -94800,9 +94835,9 @@ # sent_id = email-enronsent07_01-0020 # text = September 26, 2001 1 September September PROPN NNP Number=Sing 0 root 0:root _ -2 26 26 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 2001 2001 NUM CD NumType=Card 1 nummod 1:nummod _ +2 26 26 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 , , PUNCT , _ 4 punct 4:punct _ +4 2001 2001 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ # sent_id = email-enronsent07_01-0021 # text = By KIMBERLY KINDY @@ -94813,7 +94848,7 @@ # sent_id = email-enronsent07_01-0022 # text = The Orange County Register 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ -2 Orange Orange PROPN NNP Number=Sing 3 compound 3:compound _ +2 Orange Orange ADJ NNP Degree=Pos 3 amod 3:amod _ 3 County County PROPN NNP Number=Sing 4 compound 4:compound _ 4 Register Register PROPN NNP Number=Sing 0 root 0:root _ @@ -94833,7 +94868,7 @@ 8 to to PART TO _ 9 mark 9:mark _ 9 start start VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 10 serving serve VERB VBG VerbForm=Ger 9 xcomp 9:xcomp _ -11 16 16 NUM CD NumType=Card 12 nummod 12:nummod _ +11 16 16 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 12 subpoenas subpoena NOUN NNS Number=Plur 10 obj 10:obj _ 13 on on ADP IN _ 15 case 15:case _ 14 electricity electricity NOUN NN Number=Sing 15 compound 15:compound _ @@ -94841,7 +94876,7 @@ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 officials official NOUN NNS Number=Plur 15 conj 10:obl:on|15:conj:and|19:nsubj _ 18 who who PRON WP PronType=Rel 19 nsubj 15:ref _ -19 manage manage VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ +19 manage manage VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ 20-21 California's _ _ _ _ _ _ _ _ 20 California California PROPN NNP Number=Sing 23 nmod:poss 23:nmod:poss _ 21 's 's PART POS _ 20 case 20:case _ @@ -94851,7 +94886,7 @@ 25 determine determine VERB VB VerbForm=Inf 10 advcl 10:advcl:to _ 26 whether whether SCONJ IN _ 28 mark 28:mark _ 27 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 28 nsubj 28:nsubj _ -28 acted act VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 ccomp 25:ccomp _ +28 acted act VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 25 ccomp 25:ccomp _ 29 in in ADP IN _ 30 case 30:case _ 30 concert concert NOUN NN Number=Sing 28 obl 28:obl:in _ 31 to to PART TO _ 32 mark 32:mark _ @@ -94865,19 +94900,19 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 investigative investigative ADJ JJ Degree=Pos 3 amod 3:amod _ 3 committee committee NOUN NN Number=Sing 18 nsubj 18:nsubj SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ -5 headed head VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ +4 , , PUNCT , _ 5 punct 5:punct _ +5 headed head VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ 6 by by ADP IN _ 8 case 8:case _ 7 state state NOUN NN Number=Sing 8 compound 8:compound _ -8 Sen. Sen. PROPN NNP Number=Sing 5 obl 5:obl:by _ +8 Sen. Sen. PROPN NNP Number=Sing 5 obl:agent 5:obl:agent _ 9 Joe Joe PROPN NNP Number=Sing 8 flat 8:flat _ 10 Dunn Dunn PROPN NNP Number=Sing 8 flat 8:flat SpaceAfter=No -11 , , PUNCT , _ 8 punct 8:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 D D PROPN NNP Number=Sing 8 appos 8:appos SpaceAfter=No -13 - - PUNCT , _ 8 punct 8:punct SpaceAfter=No +13 - - PUNCT , _ 15 punct 15:punct SpaceAfter=No 14 Santa Santa PROPN NNP Number=Sing 15 compound 15:compound _ 15 Ana Ana PROPN NNP Number=Sing 8 appos 8:appos SpaceAfter=No -16 , , PUNCT , _ 18 punct 18:punct _ +16 , , PUNCT , _ 3 punct 3:punct _ 17 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 18 focusing focus VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 19 on on ADP IN _ 21 case 21:case _ @@ -94887,10 +94922,10 @@ 23 events event NOUN NNS Number=Plur 21 nmod 21:nmod:of _ 24 last last ADJ JJ Degree=Pos 25 amod 25:amod _ 25 fall fall NOUN NN Number=Sing 23 nmod:tmod 23:nmod:tmod _ -26 filled fill VERB VBN Tense=Past|VerbForm=Part 23 acl 23:acl _ +26 filled fill VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 acl 23:acl _ 27 with with ADP IN _ 31 case 31:case _ 28 enough enough ADJ JJ Degree=Pos 31 amod 31:amod _ -29 Shakespearean shakespearean ADJ JJ Degree=Pos 31 amod 31:amod _ +29 Shakespearean Shakespearean ADJ JJ Degree=Pos 31 amod 31:amod _ 30 plot plot NOUN NN Number=Sing 31 compound 31:compound _ 31 twists twist NOUN NNS Number=Plur 26 obl 26:obl:with _ 32 and and CCONJ CC _ 33 cc 33:cc _ @@ -94904,13 +94939,13 @@ 40 around around ADP IN _ 42 case 42:case _ 41 the the DET DT Definite=Def|PronType=Art 42 det 42:det _ 42 Capitol Capitol PROPN NNP Number=Sing 37 obl 37:obl:around SpaceAfter=No -43 : : PUNCT : _ 37 punct 37:punct _ -44 " " PUNCT `` _ 37 punct 37:punct SpaceAfter=No +43 : : PUNCT : _ 47 punct 47:punct _ +44 " " PUNCT `` _ 47 punct 47:punct SpaceAfter=No 45 the the DET DT Definite=Def|PronType=Art 47 det 47:det _ 46 palace palace NOUN NN Number=Sing 47 compound 47:compound _ -47 coup coup NOUN NN Number=Sing 37 obj 37:obj SpaceAfter=No -48 . . PUNCT . _ 18 punct 18:punct SpaceAfter=No -49 " " PUNCT '' _ 18 punct 18:punct _ +47 coup coup NOUN NN Number=Sing 39 parataxis 39:parataxis SpaceAfter=No +48 . . PUNCT . _ 47 punct 47:punct SpaceAfter=No +49 " " PUNCT '' _ 47 punct 47:punct _ # sent_id = email-enronsent07_01-0026 # text = Lawmakers and consumer groups allege that the events - directed by the man who heads the state's energy grid - fueled the California energy crisis, pushed the state into the power-buying business and helped make billions of dollars for power producers. @@ -94918,15 +94953,15 @@ 2 and and CCONJ CC _ 4 cc 4:cc _ 3 consumer consumer NOUN NN Number=Sing 4 compound 4:compound _ 4 groups group NOUN NNS Number=Plur 1 conj 1:conj:and|5:nsubj _ -5 allege allege VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 allege allege VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 that that SCONJ IN _ 22 mark 22:mark _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -8 events event NOUN NNS Number=Plur 22 nsubj 22:nsubj|28:nsubj|38:nsubj _ -9 - - PUNCT , _ 8 punct 8:punct _ -10 directed direct VERB VBN Tense=Past|VerbForm=Part 8 acl 8:acl _ +8 events event NOUN NNS Number=Plur 22 nsubj 22:nsubj|28:nsubj|38:nsubj|39:nsubj:xsubj _ +9 - - PUNCT , _ 10 punct 10:punct _ +10 directed direct VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl 8:acl _ 11 by by ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -13 man man NOUN NN Number=Sing 10 obl 10:obl:by|15:nsubj _ +13 man man NOUN NN Number=Sing 10 obl:agent 10:obl:agent|15:nsubj _ 14 who who PRON WP PronType=Rel 15 nsubj 13:ref _ 15 heads head VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -94936,24 +94971,24 @@ 19 energy energy NOUN NN Number=Sing 20 compound 20:compound _ 20 grid grid NOUN NN Number=Sing 15 obj 15:obj _ 21 - - PUNCT , _ 8 punct 8:punct _ -22 fueled fuel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 ccomp 5:ccomp _ +22 fueled fuel VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 ccomp 5:ccomp _ 23 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 24 California California PROPN NNP Number=Sing 25 compound 25:compound _ 25 energy energy NOUN NN Number=Sing 26 compound 26:compound _ 26 crisis crisis NOUN NN Number=Sing 22 obj 22:obj SpaceAfter=No 27 , , PUNCT , _ 28 punct 28:punct _ -28 pushed push VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 conj 5:ccomp|22:conj:and _ +28 pushed push VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 22 conj 5:ccomp|22:conj:and _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 state state NOUN NN Number=Sing 28 obj 28:obj _ 31 into into ADP IN _ 36 case 36:case _ 32 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ 33 power power NOUN NN Number=Sing 35 compound 35:compound SpaceAfter=No -34 - - PUNCT HYPH _ 35 punct 35:punct SpaceAfter=No +34 - - PUNCT HYPH _ 33 punct 33:punct SpaceAfter=No 35 buying buy VERB VBG VerbForm=Ger 36 compound 36:compound _ 36 business business NOUN NN Number=Sing 28 obl 28:obl:into _ 37 and and CCONJ CC _ 38 cc 38:cc _ -38 helped help VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 conj 5:ccomp|22:conj:and _ -39 make make VERB VB VerbForm=Inf 38 ccomp 38:ccomp _ +38 helped help VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 22 conj 5:ccomp|22:conj:and _ +39 make make VERB VB VerbForm=Inf 38 xcomp 38:xcomp _ 40 billions billion NOUN NNS Number=Plur 39 obj 39:obj _ 41 of of ADP IN _ 42 case 42:case _ 42 dollars dollar NOUN NNS Number=Plur 40 nmod 40:nmod:of _ @@ -94966,36 +95001,36 @@ # text = The central question behind the palace coup is whether Terry Winter, the president of the Independent System Operator, acted alone when he took steps to remove key price caps designed to limit the amount power generators could charge. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 central central ADJ JJ Degree=Pos 3 amod 3:amod _ -3 question question NOUN NN Number=Sing 8 nsubj 8:nsubj _ +3 question question NOUN NN Number=Sing 21 nsubj:outer 21:nsubj:outer _ 4 behind behind ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 palace palace NOUN NN Number=Sing 7 compound 7:compound _ 7 coup coup NOUN NN Number=Sing 3 nmod 3:nmod:behind _ -8 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 9 whether whether SCONJ IN _ 21 mark 21:mark _ 10 Terry Terry PROPN NNP Number=Sing 21 nsubj 21:nsubj _ 11 Winter Winter PROPN NNP Number=Sing 10 flat 10:flat SpaceAfter=No -12 , , PUNCT , _ 10 punct 10:punct _ +12 , , PUNCT , _ 14 punct 14:punct _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 president president NOUN NN Number=Sing 10 appos 10:appos _ 15 of of ADP IN _ 19 case 19:case _ 16 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -17 Independent Independent PROPN NNP Number=Sing 19 compound 19:compound _ +17 Independent Independent ADJ NNP Degree=Pos 19 amod 19:amod _ 18 System System PROPN NNP Number=Sing 19 compound 19:compound _ 19 Operator Operator PROPN NNP Number=Sing 14 nmod 14:nmod:of SpaceAfter=No -20 , , PUNCT , _ 21 punct 21:punct _ -21 acted act VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 ccomp 8:ccomp _ +20 , , PUNCT , _ 10 punct 10:punct _ +21 acted act VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 22 alone alone ADV RB _ 21 advmod 21:advmod _ -23 when when SCONJ WRB PronType=Int 25 mark 25:mark _ +23 when when ADV WRB PronType=Int 25 advmod 25:advmod _ 24 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 25 nsubj 25:nsubj _ -25 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 advcl 21:advcl:when _ +25 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 advcl 21:advcl:when _ 26 steps step NOUN NNS Number=Plur 25 obj 25:obj _ 27 to to PART TO _ 28 mark 28:mark _ 28 remove remove VERB VB VerbForm=Inf 26 acl 26:acl:to _ 29 key key ADJ JJ Degree=Pos 31 amod 31:amod _ 30 price price NOUN NN Number=Sing 31 compound 31:compound _ 31 caps cap NOUN NNS Number=Plur 28 obj 28:obj _ -32 designed design VERB VBN Tense=Past|VerbForm=Part 31 acl 31:acl _ +32 designed design VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 31 acl 31:acl _ 33 to to PART TO _ 34 mark 34:mark _ 34 limit limit VERB VB VerbForm=Inf 32 advcl 32:advcl:to _ 35 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ @@ -95004,47 +95039,47 @@ 38 generators generator NOUN NNS Number=Plur 40 nsubj 40:nsubj _ 39 could could AUX MD VerbForm=Fin 40 aux 40:aux _ 40 charge charge VERB VB VerbForm=Inf 36 acl:relcl 36:acl:relcl SpaceAfter=No -41 . . PUNCT . _ 8 punct 8:punct _ +41 . . PUNCT . _ 21 punct 21:punct _ # sent_id = email-enronsent07_01-0028 # text = Winter defied his own board and Gov. Gray Davis when he filed a 50-page request to remove the caps, records and interviews show. 1 Winter Winter PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 defied defy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 26 ccomp 26:ccomp _ -3 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 defied defy VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 26 ccomp 26:ccomp _ +3 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 own own ADJ JJ Degree=Pos 5 amod 5:amod _ 5 board board NOUN NN Number=Sing 2 obj 2:obj _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 Gov. Gov. PROPN NNP Number=Sing 5 conj 2:obj|5:conj:and _ 8 Gray Gray PROPN NNP Number=Sing 7 flat 7:flat _ 9 Davis Davis PROPN NNP Number=Sing 7 flat 7:flat _ -10 when when SCONJ WRB PronType=Int 12 mark 12:mark _ +10 when when ADV WRB PronType=Int 12 advmod 12:advmod _ 11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 filed file VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:when _ +12 filed file VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:when _ 13 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ -14 50 50 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +14 50 50 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 page page NOUN NN Number=Sing 17 compound 17:compound _ 17 request request NOUN NN Number=Sing 12 obj 12:obj _ 18 to to PART TO _ 19 mark 19:mark _ 19 remove remove VERB VB VerbForm=Inf 17 acl 17:acl:to _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 caps cap NOUN NNS Number=Plur 19 obj 19:obj SpaceAfter=No -22 , , PUNCT , _ 26 punct 26:punct _ +22 , , PUNCT , _ 2 punct 2:punct _ 23 records record NOUN NNS Number=Plur 26 nsubj 26:nsubj _ 24 and and CCONJ CC _ 25 cc 25:cc _ 25 interviews interview NOUN NNS Number=Plur 23 conj 23:conj:and|26:nsubj _ -26 show show VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +26 show show VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 27 . . PUNCT . _ 26 punct 26:punct _ # sent_id = email-enronsent07_01-0029 # text = "I don't know how these events could have taken place without some concerted effort," said Dunn. -1 " " PUNCT `` _ 19 punct 19:punct SpaceAfter=No +1 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 3-4 don't _ _ _ _ _ _ _ _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 know know VERB VB VerbForm=Inf 19 ccomp 19:ccomp _ -6 how how SCONJ WRB PronType=Int 11 mark 11:mark _ +6 how how ADV WRB PronType=Int 11 advmod 11:advmod _ 7 these this DET DT Number=Plur|PronType=Dem 8 det 8:det _ 8 events event NOUN NNS Number=Plur 11 nsubj 11:nsubj _ 9 could could AUX MD VerbForm=Fin 11 aux 11:aux _ @@ -95052,12 +95087,12 @@ 11 taken take VERB VBN Tense=Past|VerbForm=Part 5 ccomp 5:ccomp _ 12 place place NOUN NN Number=Sing 11 obj 11:obj _ 13 without without ADP IN _ 16 case 16:case _ -14 some some DET DT _ 16 det 16:det _ +14 some some DET DT PronType=Ind 16 det 16:det _ 15 concerted concerted ADJ JJ Degree=Pos 16 amod 16:amod _ 16 effort effort NOUN NN Number=Sing 11 obl 11:obl:without SpaceAfter=No -17 , , PUNCT , _ 19 punct 19:punct SpaceAfter=No -18 " " PUNCT '' _ 19 punct 19:punct _ -19 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +17 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No +18 " " PUNCT '' _ 5 punct 5:punct _ +19 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 20 Dunn Dunn PROPN NNP Number=Sing 19 nsubj 19:nsubj SpaceAfter=No 21 . . PUNCT . _ 19 punct 19:punct _ @@ -95068,14 +95103,14 @@ 3 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 4 force force VERB VB VerbForm=Inf 0 root 0:root _ 5 those that PRON DT Number=Plur|PronType=Dem 4 obj 4:obj|12:nsubj:xsubj|24:nsubj:xsubj _ -6 involved involve VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl SpaceAfter=No -7 , , PUNCT , _ 5 punct 5:punct _ +6 involved involve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl SpaceAfter=No +7 , , PUNCT , _ 9 punct 9:punct _ 8 including include VERB VBG VerbForm=Ger 9 case 9:case _ 9 Winter Winter PROPN NNP Number=Sing 5 nmod 5:nmod:including SpaceAfter=No -10 , , PUNCT , _ 4 punct 4:punct _ +10 , , PUNCT , _ 12 punct 12:punct _ 11 to to PART TO _ 12 mark 12:mark _ 12 provide provide VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -13 sworn swear VERB VBN Tense=Past|VerbForm=Part 14 amod 14:amod _ +13 sworn swear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 amod 14:amod _ 14 testimony testimony NOUN NN Number=Sing 12 obj 12:obj _ 15 about about ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -95102,23 +95137,23 @@ 2 spokesman spokesman NOUN NN Number=Sing 1 flat 1:flat _ 3 Steve Steve PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 4 Maviglio Maviglio PROPN NNP Number=Sing 3 flat 3:flat _ -5 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 governor governor NOUN NN Number=Sing 8 nsubj 8:nsubj|10:nsubj:xsubj _ -8 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 ccomp 5:ccomp _ +8 felt feel VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 ccomp 5:ccomp _ 9 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No -10 betrayed betrayed ADJ JJ Degree=Pos 8 xcomp 8:xcomp SpaceAfter=No +10 betrayed betray VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 xcomp 8:xcomp SpaceAfter=No 11 " " PUNCT '' _ 10 punct 10:punct _ 12 by by ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -14 actions action NOUN NNS Number=Plur 8 obl 8:obl:by _ +14 actions action NOUN NNS Number=Plur 10 obl 10:obl:agent _ 15 of of ADP IN _ 16 case 16:case _ 16 Winter Winter PROPN NNP Number=Sing 14 nmod 14:nmod:of SpaceAfter=No 17 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent07_01-0032 # text = "The governor believes it was the defining moment, when what was a mounting problem turned into an instant crisis," Maviglio said. -1 " " PUNCT `` _ 25 punct 25:punct SpaceAfter=No +1 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 2 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 governor governor NOUN NN Number=Sing 4 nsubj 4:nsubj _ 4 believes believe VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 ccomp 25:ccomp _ @@ -95127,32 +95162,32 @@ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 defining define VERB VBG VerbForm=Ger 9 amod 9:amod _ 9 moment moment NOUN NN Number=Sing 4 ccomp 4:ccomp SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ -11 when when SCONJ WRB PronType=Int 17 mark 17:mark _ -12 what what PRON WP PronType=Int 17 nsubj 17:nsubj _ -13 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +10 , , PUNCT , _ 17 punct 17:punct _ +11 when when ADV WRB PronType=Int 17 advmod 17:advmod _ +12 what what PRON WP PronType=Rel 17 nsubj 16:nsubj|17:nsubj _ +13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 cop 16:cop _ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 15 mounting mount VERB VBG VerbForm=Ger 16 amod 16:amod _ -16 problem problem NOUN NN Number=Sing 13 nsubj 13:nsubj _ -17 turned turn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:when _ +16 problem problem NOUN NN Number=Sing 12 acl:relcl 12:acl:relcl _ +17 turned turn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:when _ 18 into into ADP IN _ 21 case 21:case _ 19 an a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 20 instant instant ADJ JJ Degree=Pos 21 amod 21:amod _ 21 crisis crisis NOUN NN Number=Sing 17 obl 17:obl:into SpaceAfter=No -22 , , PUNCT , _ 25 punct 25:punct SpaceAfter=No -23 " " PUNCT '' _ 25 punct 25:punct _ +22 , , PUNCT , _ 4 punct 4:punct SpaceAfter=No +23 " " PUNCT '' _ 4 punct 4:punct _ 24 Maviglio Maviglio PROPN NNP Number=Sing 25 nsubj 25:nsubj _ -25 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +25 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 26 . . PUNCT . _ 25 punct 25:punct _ # sent_id = email-enronsent07_01-0033 # text = Winter refused comment, referring all questions to the public relations office. 1 Winter Winter PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 refused refuse VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 refused refuse VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 comment comment NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -4 , , PUNCT , _ 2 punct 2:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ 5 referring refer VERB VBG VerbForm=Ger 2 advcl 2:advcl _ -6 all all DET DT _ 7 det 7:det _ +6 all all DET DT PronType=Tot 7 det 7:det _ 7 questions question NOUN NNS Number=Plur 5 obj 5:obj _ 8 to to ADP IN _ 12 case 12:case _ 9 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -95167,14 +95202,14 @@ 2 spokesman spokesman NOUN NN Number=Sing 3 compound 3:compound _ 3 Gregg Gregg PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 4 Fishman Fishman PROPN NNP Number=Sing 3 flat 3:flat _ -5 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6-7 Dunn's _ _ _ _ _ _ _ _ 6 Dunn Dunn PROPN NNP Number=Sing 8 nmod:poss 8:nmod:poss _ 7 's 's PART POS _ 6 case 6:case _ 8 committee committee NOUN NN Number=Sing 10 nsubj 10:nsubj _ 9 will will AUX MD VerbForm=Fin 10 aux 10:aux _ 10 find find VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ -11 no no DET DT _ 13 det 13:det _ +11 no no DET DT PronType=Neg 13 det 13:det _ 12 criminal criminal ADJ JJ Degree=Pos 13 amod 13:amod _ 13 conduct conduct NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 14 . . PUNCT . _ 5 punct 5:punct _ @@ -95188,12 +95223,12 @@ 5 by by ADP IN _ 8 case 8:case _ 6 ISO ISO PROPN NNP Number=Sing 8 compound 8:compound _ 7 upper upper ADJ JJ Degree=Pos 8 amod 8:amod _ -8 management management NOUN NN Number=Sing 4 obl 4:obl:by _ -9 with with SCONJ IN _ 11 case 11:case _ -10 one one NUM CD NumType=Card 11 nummod 11:nummod _ -11 goal goal NOUN NN Number=Sing 4 obl 4:obl:with _ +8 management management NOUN NN Number=Sing 4 obl:agent 4:obl:agent _ +9 with with SCONJ IN _ 13 mark 13:mark _ +10 one one NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ +11 goal goal NOUN NN Number=Sing 13 nsubj 13:nsubj _ 12 in in ADP IN _ 13 case 13:case _ -13 mind mind NOUN NN Number=Sing 11 nmod 11:nmod:in SpaceAfter=No +13 mind mind NOUN NN Number=Sing 4 advcl 4:advcl:with SpaceAfter=No 14 : : PUNCT : _ 16 punct 16:punct _ 15 to to PART TO _ 16 mark 16:mark _ 16 keep keep VERB VB VerbForm=Inf 11 appos 11:appos _ @@ -95207,9 +95242,9 @@ 1 At at ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 time time NOUN NN Number=Sing 7 obl 7:obl:at SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 generators generator NOUN NNS Number=Plur 7 nsubj 7:nsubj|9:nsubj:xsubj _ -6 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 aux 7:aux _ +6 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 aux 7:aux _ 7 refusing refuse VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 8 to to PART TO _ 9 mark 9:mark _ 9 sell sell VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ @@ -95225,22 +95260,22 @@ # sent_id = email-enronsent07_01-0037 # text = "It was an emergency," Fishman said. -1 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No +1 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 2 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 4 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 emergency emergency NOUN NN Number=Sing 9 ccomp 9:ccomp SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct SpaceAfter=No -7 " " PUNCT '' _ 9 punct 9:punct _ +6 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No +7 " " PUNCT '' _ 5 punct 5:punct _ 8 Fishman Fishman PROPN NNP Number=Sing 9 nsubj 9:nsubj _ -9 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +9 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 10 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent07_01-0038 # text = "We had to take action.'' 1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No 2 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 take take VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 action action NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No @@ -95250,21 +95285,21 @@ # sent_id = email-enronsent07_01-0039 # text = What became known as the palace coup began on Oct. 26 when ISO board members voted for severe restrictions on the amount of money electricity producers could charge for power. 1 What what PRON WP PronType=Int 2 nsubj 2:nsubj|3:nsubj:xsubj _ -2 became become VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 csubj 8:csubj _ +2 became become VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 csubj 8:csubj _ 3 known known ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ 4 as as ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 palace palace NOUN NN Number=Sing 7 compound 7:compound _ 7 coup coup NOUN NN Number=Sing 3 obl 3:obl:as _ -8 began begin VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 began begin VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 on on ADP IN _ 10 case 10:case _ -10 Oct. Oct. PROPN NNP Number=Sing 8 obl 8:obl:on _ -11 26 26 NUM CD NumType=Card 10 nummod 10:nummod _ -12 when when SCONJ WRB PronType=Int 16 mark 16:mark _ +10 Oct. October PROPN NNP Abbr=Yes|Number=Sing 8 obl 8:obl:on _ +11 26 26 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ +12 when when ADV WRB PronType=Int 16 advmod 16:advmod _ 13 ISO ISO PROPN NNP Number=Sing 15 compound 15:compound _ 14 board board NOUN NN Number=Sing 15 compound 15:compound _ 15 members member NOUN NNS Number=Plur 16 nsubj 16:nsubj _ -16 voted vote VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:when _ +16 voted vote VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:when _ 17 for for ADP IN _ 19 case 19:case _ 18 severe severe ADJ JJ Degree=Pos 19 amod 19:amod _ 19 restrictions restriction NOUN NNS Number=Plur 16 obl 16:obl:for _ @@ -95287,45 +95322,45 @@ 2 restrictions restriction NOUN NNS Number=Plur 4 nsubj 4:nsubj _ 3 would would AUX MD VerbForm=Fin 4 aux 4:aux _ 4 drive drive VERB VB VerbForm=Inf 0 root 0:root _ -5 prices price NOUN NNS Number=Plur 4 iobj 4:iobj _ +5 prices price NOUN NNS Number=Plur 4 obj 4:obj|7:nsubj:xsubj _ 6 as as ADV RB _ 7 advmod 7:advmod _ -7 low low ADJ JJ Degree=Pos 4 obj 4:obj _ +7 low low ADJ JJ Degree=Pos 4 xcomp 4:xcomp _ 8 as as ADP IN _ 9 case 9:case _ -9 $ $ SYM $ _ 6 obl 6:obl:as SpaceAfter=No -10 65 65 NUM CD NumType=Card 9 nummod 9:nummod _ +9 $ $ SYM $ _ 7 obl 7:obl:as SpaceAfter=No +10 65 65 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 11 per per ADP IN _ 12 case 12:case _ 12 megawatt megawatt NOUN NN Number=Sing 9 nmod 9:nmod:per _ -13 - - PUNCT , _ 9 punct 9:punct _ +13 - - PUNCT , _ 23 punct 23:punct _ 14 nearly nearly ADV RB _ 16 advmod 16:advmod _ -15 12 12 NUM CD NumType=Card 16 compound 16:compound _ +15 12 12 NUM CD NumForm=Digit|NumType=Card 16 compound 16:compound _ 16 times time NOUN NNS Number=Plur 23 nmod:npmod 23:nmod:npmod _ 17 below below ADP IN _ 23 case 23:case _ -18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ +18 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 19 $ $ SYM $ _ 23 compound 23:compound SpaceAfter=No -20 750 750 NUM CD NumType=Card 19 nummod 19:nummod _ +20 750 750 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod _ 21 per per ADP IN _ 22 case 22:case _ 22 megawatt megawatt NOUN NN Number=Sing 19 nmod 19:nmod:per _ 23 limits limit NOUN NNS Number=Plur 9 nmod 9:nmod:below _ 24 of of ADP IN _ 26 case 26:case _ -25 seven seven NUM CD NumType=Card 26 nummod 26:nummod _ +25 seven seven NUM CD NumForm=Word|NumType=Card 26 nummod 26:nummod _ 26 months month NOUN NNS Number=Plur 23 nmod 23:nmod:of _ -27 earlier earlier ADV RBR Degree=Cmp 26 advmod 26:advmod SpaceAfter=No +27 earlier early ADV RBR Degree=Cmp 26 advmod 26:advmod SpaceAfter=No 28 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent07_01-0041 # text = "They (electricity generators) grinned and beared the $750 price cap, but this new plan by ISO was too much," said Dunn, whose committee has been investigating since March. -1 " " PUNCT `` _ 27 punct 27:punct SpaceAfter=No +1 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No 2 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj|9:nsubj _ -3 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No +3 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No 4 electricity electricity NOUN NN Number=Sing 5 compound 5:compound _ 5 generators generator NOUN NNS Number=Plur 2 appos 2:appos SpaceAfter=No -6 ) ) PUNCT -RRB- _ 2 punct 2:punct _ -7 grinned grin VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 27 ccomp 27:ccomp _ +6 ) ) PUNCT -RRB- _ 5 punct 5:punct _ +7 grinned grin VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 27 ccomp 27:ccomp _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 beared bear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 conj 7:conj:and|27:ccomp _ +9 beared bear VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 conj 7:conj:and|27:ccomp _ 10 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 11 $ $ SYM $ _ 14 compound 14:compound SpaceAfter=No -12 750 750 NUM CD NumType=Card 11 nummod 11:nummod _ +12 750 750 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 13 price price NOUN NN Number=Sing 14 compound 14:compound _ 14 cap cap NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No 15 , , PUNCT , _ 24 punct 24:punct _ @@ -95338,12 +95373,12 @@ 22 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 cop 24:cop _ 23 too too ADV RB _ 24 advmod 24:advmod _ 24 much much ADJ JJ Degree=Pos 7 conj 7:conj:and|27:ccomp SpaceAfter=No -25 , , PUNCT , _ 27 punct 27:punct SpaceAfter=No -26 " " PUNCT '' _ 27 punct 27:punct _ -27 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +25 , , PUNCT , _ 7 punct 7:punct SpaceAfter=No +26 " " PUNCT '' _ 7 punct 7:punct _ +27 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 28 Dunn Dunn PROPN NNP Number=Sing 27 nsubj 27:nsubj|31:nmod:poss SpaceAfter=No -29 , , PUNCT , _ 28 punct 28:punct _ -30 whose whose PRON WP$ Poss=Yes|PronType=Int 31 nmod:poss 28:ref _ +29 , , PUNCT , _ 34 punct 34:punct _ +30 whose whose PRON WP$ Poss=Yes|PronType=Rel 31 nmod:poss 28:ref _ 31 committee committee NOUN NN Number=Sing 34 nsubj 34:nsubj _ 32 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 34 aux 34:aux _ 33 been be AUX VBN Tense=Past|VerbForm=Part 34 aux 34:aux _ @@ -95355,9 +95390,9 @@ # sent_id = email-enronsent07_01-0042 # text = "All hell broke loose.'' 1 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No -2 All all DET DT _ 3 det 3:det _ +2 All all DET DT PronType=Tot 3 det 3:det _ 3 hell hell NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 broke break VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 broke break VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 loose loose ADV RB _ 4 advmod 4:advmod SpaceAfter=No 6 . . PUNCT . _ 4 punct 4:punct SpaceAfter=No 7 '' '' PUNCT '' _ 4 punct 4:punct _ @@ -95365,32 +95400,32 @@ # sent_id = email-enronsent07_01-0043 # text = Records show that on Oct. 31, power generators and electricity traders filed letters with the Federal Energy Regulatory Commission, demanding that the new plan be killed. 1 Records record NOUN NNS Number=Plur 2 nsubj 2:nsubj _ -2 show show VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 show show VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 13 mark 13:mark _ 4 on on ADP IN _ 5 case 5:case _ -5 Oct. Oct. PROPN NNP Number=Sing 13 obl 13:obl:on _ -6 31 31 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No -7 , , PUNCT , _ 13 punct 13:punct _ +5 Oct. October PROPN NNP Abbr=Yes|Number=Sing 13 obl 13:obl:on _ +6 31 31 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +7 , , PUNCT , _ 5 punct 5:punct _ 8 power power NOUN NN Number=Sing 9 compound 9:compound _ 9 generators generator NOUN NNS Number=Plur 13 nsubj 13:nsubj _ 10 and and CCONJ CC _ 12 cc 12:cc _ 11 electricity electricity NOUN NN Number=Sing 12 compound 12:compound _ 12 traders trader NOUN NNS Number=Plur 9 conj 9:conj:and|13:nsubj _ -13 filed file VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +13 filed file VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 14 letters letter NOUN NNS Number=Plur 13 obj 13:obj _ 15 with with ADP IN _ 20 case 20:case _ 16 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -17 Federal Federal PROPN NNP Number=Sing 20 compound 20:compound _ +17 Federal Federal ADJ NNP Degree=Pos 20 amod 20:amod _ 18 Energy Energy PROPN NNP Number=Sing 20 compound 20:compound _ -19 Regulatory Regulatory PROPN NNP Number=Sing 20 compound 20:compound _ +19 Regulatory Regulatory ADJ NNP Degree=Pos 20 amod 20:amod _ 20 Commission Commission PROPN NNP Number=Sing 13 obl 13:obl:with SpaceAfter=No -21 , , PUNCT , _ 13 punct 13:punct _ +21 , , PUNCT , _ 22 punct 22:punct _ 22 demanding demand VERB VBG VerbForm=Ger 13 advcl 13:advcl _ 23 that that SCONJ IN _ 28 mark 28:mark _ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 25 new new ADJ JJ Degree=Pos 26 amod 26:amod _ 26 plan plan NOUN NN Number=Sing 28 nsubj:pass 28:nsubj:pass _ -27 be be AUX VB VerbForm=Inf 28 aux:pass 28:aux:pass _ +27 be be AUX VB Mood=Sub|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 aux:pass 28:aux:pass _ 28 killed kill VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 ccomp 22:ccomp SpaceAfter=No 29 . . PUNCT . _ 2 punct 2:punct _ @@ -95398,21 +95433,21 @@ # text = The letters, six in all, were sent within two hours of each other and represented dozens of power generators. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 letters letter NOUN NNS Number=Plur 9 nsubj:pass 9:nsubj:pass|17:nsubj:pass SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ -4 six six NUM CD NumType=Card 2 appos 2:appos _ +3 , , PUNCT , _ 4 punct 4:punct _ +4 six six NUM CD NumForm=Word|NumType=Card 2 appos 2:appos _ 5 in in ADP IN _ 6 case 6:case _ -6 all all DET DT _ 4 nmod 4:nmod:in SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ -8 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ +6 all all DET DT PronType=Tot 4 nmod 4:nmod:in SpaceAfter=No +7 , , PUNCT , _ 2 punct 2:punct _ +8 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ 9 sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 10 within within ADP IN _ 12 case 12:case _ -11 two two NUM CD NumType=Card 12 nummod 12:nummod _ +11 two two NUM CD NumForm=Word|NumType=Card 12 nummod 12:nummod _ 12 hours hour NOUN NNS Number=Plur 9 obl 9:obl:within _ -13 of of ADP IN _ 15 case 15:case _ -14 each each DET DT _ 15 det 15:det _ -15 other other ADJ JJ Degree=Pos 12 nmod 12:nmod:of _ +13 of of ADP IN _ 14 case 14:case _ +14 each each DET DT ExtPos=PRON|PronType=Rcp 12 nmod 12:nmod:of _ +15 other other ADJ JJ Degree=Pos 14 fixed 14:fixed _ 16 and and CCONJ CC _ 17 cc 17:cc _ -17 represented represent VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 conj 9:conj:and _ +17 represented represent VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 conj 9:conj:and _ 18 dozens dozen NOUN NNS Number=Plur 17 obj 17:obj _ 19 of of ADP IN _ 21 case 21:case _ 20 power power NOUN NN Number=Sing 21 compound 21:compound _ @@ -95423,14 +95458,14 @@ # text = "If not removed immediately, the (ISO) price cap will sow confusion in the market, threaten reliability and stifle new investment in generating capacity,'' read one letter written by Duke Energy Vice President William Hall III. 1 " " PUNCT `` _ 31 punct 31:punct SpaceAfter=No 2 If if SCONJ IN _ 4 mark 4:mark _ -3 not not ADV RB _ 4 advmod 4:advmod _ -4 removed remove VERB VBN Tense=Past|VerbForm=Part 14 advcl 14:advcl:if _ +3 not not PART RB _ 4 advmod 4:advmod _ +4 removed remove VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 advcl 14:advcl:if _ 5 immediately immediately ADV RB _ 4 advmod 4:advmod SpaceAfter=No -6 , , PUNCT , _ 14 punct 14:punct _ +6 , , PUNCT , _ 4 punct 4:punct _ 7 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -8 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No +8 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No 9 ISO ISO PROPN NNP Number=Sing 12 compound 12:compound SpaceAfter=No -10 ) ) PUNCT -RRB- _ 12 punct 12:punct _ +10 ) ) PUNCT -RRB- _ 9 punct 9:punct _ 11 price price NOUN NN Number=Sing 12 compound 12:compound _ 12 cap cap NOUN NN Number=Sing 14 nsubj 14:nsubj|20:nsubj|23:nsubj _ 13 will will AUX MD VerbForm=Fin 14 aux 14:aux _ @@ -95449,20 +95484,20 @@ 26 in in ADP IN _ 28 case 28:case _ 27 generating generating NOUN NN Number=Sing 28 compound 28:compound _ 28 capacity capacity NOUN NN Number=Sing 25 nmod 25:nmod:in SpaceAfter=No -29 , , PUNCT , _ 31 punct 31:punct SpaceAfter=No -30 '' '' PUNCT '' _ 31 punct 31:punct _ -31 read read VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -32 one one NUM CD NumType=Card 33 nummod 33:nummod _ +29 , , PUNCT , _ 14 punct 14:punct SpaceAfter=No +30 '' '' PUNCT '' _ 14 punct 14:punct _ +31 read read VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +32 one one NUM CD NumForm=Word|NumType=Card 33 nummod 33:nummod _ 33 letter letter NOUN NN Number=Sing 31 nsubj 31:nsubj _ -34 written write VERB VBN Tense=Past|VerbForm=Part 33 acl 33:acl _ +34 written write VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 33 acl 33:acl _ 35 by by ADP IN _ 40 case 40:case _ 36 Duke Duke PROPN NNP Number=Sing 37 compound 37:compound _ 37 Energy Energy PROPN NNP Number=Sing 39 compound 39:compound _ 38 Vice vice NOUN NN Number=Sing 39 compound 39:compound _ 39 President president NOUN NN Number=Sing 40 compound 40:compound _ -40 William William PROPN NNP Number=Sing 34 obl 34:obl:by _ +40 William William PROPN NNP Number=Sing 34 obl:agent 34:obl:agent _ 41 Hall Hall PROPN NNP Number=Sing 40 flat 40:flat _ -42 III iii NUM CD NumType=Card 40 nummod 40:nummod SpaceAfter=No +42 III III NUM CD NumForm=Roman|NumType=Card 40 nummod 40:nummod SpaceAfter=No 43 . . PUNCT . _ 31 punct 31:punct _ # sent_id = email-enronsent07_01-0046 @@ -95470,7 +95505,7 @@ 1 Although although SCONJ IN _ 3 mark 3:mark _ 2 there there PRON EX _ 3 expl 3:expl _ 3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:although _ -4 nothing nothing PRON NN Number=Sing 3 nsubj 3:nsubj _ +4 nothing nothing PRON NN Number=Sing|PronType=Neg 3 nsubj 3:nsubj _ 5 illegal illegal ADJ JJ Degree=Pos 4 amod 4:amod _ 6 about about SCONJ IN _ 9 mark 9:mark _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -95482,7 +95517,7 @@ 13 against against ADP IN _ 15 case 15:case _ 14 price price NOUN NN Number=Sing 15 compound 15:compound _ 15 caps cap NOUN NNS Number=Plur 12 obl 12:obl:against SpaceAfter=No -16 , , PUNCT , _ 18 punct 18:punct _ +16 , , PUNCT , _ 3 punct 3:punct _ 17 Dunn Dunn PROPN NNP Number=Sing 18 nsubj 18:nsubj _ 18 believes believe VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ @@ -95494,7 +95529,7 @@ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 26 same same ADJ JJ Degree=Pos 27 amod 27:amod _ 27 time time NOUN NN Number=Sing 23 nmod 23:nmod:around _ -28 showed show VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 ccomp 18:ccomp _ +28 showed show VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 18 ccomp 18:ccomp _ 29 clear clear ADJ JJ Degree=Pos 30 amod 30:amod _ 30 coordination coordination NOUN NN Number=Sing 28 obj 28:obj _ 31 among among ADP IN _ 33 case 33:case _ @@ -95505,29 +95540,29 @@ # sent_id = email-enronsent07_01-0047 # text = He said the main aim of the subpoenas will be to determine whether collusion occurred to "fix" prices, which would violate federal trade laws. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 main main ADJ JJ Degree=Pos 5 amod 5:amod _ -5 aim aim NOUN NN Number=Sing 10 nsubj 10:nsubj _ +5 aim aim NOUN NN Number=Sing 12 nsubj:outer 12:nsubj:outer _ 6 of of ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 subpoenas subpoena NOUN NNS Number=Plur 5 nmod 5:nmod:of _ -9 will will AUX MD VerbForm=Fin 10 aux 10:aux _ -10 be be VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ +9 will will AUX MD VerbForm=Fin 12 aux 12:aux _ +10 be be AUX VB VerbForm=Inf 12 cop 12:cop _ 11 to to PART TO _ 12 mark 12:mark _ -12 determine determine VERB VB VerbForm=Inf 10 ccomp 10:ccomp _ +12 determine determine VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ 13 whether whether SCONJ IN _ 15 mark 15:mark _ 14 collusion collusion NOUN NN Number=Sing 15 nsubj 15:nsubj _ -15 occurred occur VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 ccomp 12:ccomp _ +15 occurred occur VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 ccomp 12:ccomp _ 16 to to PART TO _ 18 mark 18:mark _ 17 " " PUNCT `` _ 18 punct 18:punct SpaceAfter=No -18 fix fix VERB VB VerbForm=Inf 15 advcl 15:advcl:to|24:nsubj SpaceAfter=No +18 fix fix VERB VB VerbForm=Inf 15 advcl 15:advcl:to|24:csubj SpaceAfter=No 19 " " PUNCT '' _ 18 punct 18:punct _ 20 prices price NOUN NNS Number=Plur 18 obj 18:obj SpaceAfter=No -21 , , PUNCT , _ 18 punct 18:punct _ +21 , , PUNCT , _ 24 punct 24:punct _ 22 which which PRON WDT PronType=Rel 24 nsubj 18:ref _ 23 would would AUX MD VerbForm=Fin 24 aux 24:aux _ -24 violate violate VERB VB VerbForm=Inf 18 acl:relcl 18:acl:relcl _ +24 violate violate VERB VB VerbForm=Inf 18 advcl:relcl 18:advcl:relcl _ 25 federal federal ADJ JJ Degree=Pos 27 amod 27:amod _ 26 trade trade NOUN NN Number=Sing 27 compound 27:compound _ 27 laws law NOUN NNS Number=Plur 24 obj 24:obj SpaceAfter=No @@ -95537,21 +95572,21 @@ # text = In the Oct. 31 letters, electricity producers told federal officials that if price caps weren't removed it would lead to a collapse of the energy market. 1 In in ADP IN _ 5 case 5:case _ 2 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -3 Oct. Oct. PROPN NNP Number=Sing 5 compound 5:compound _ -4 31 31 NUM CD NumType=Card 3 nummod 3:nummod _ +3 Oct. October PROPN NNP Abbr=Yes|Number=Sing 5 compound 5:compound _ +4 31 31 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 5 letters letter NOUN NNS Number=Plur 9 obl 9:obl:in SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 electricity electricity NOUN NN Number=Sing 8 compound 8:compound _ 8 producers producer NOUN NNS Number=Plur 9 nsubj 9:nsubj _ -9 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 told tell VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 federal federal ADJ JJ Degree=Pos 11 amod 11:amod _ -11 officials official NOUN NNS Number=Plur 9 obj 9:obj _ +11 officials official NOUN NNS Number=Plur 9 iobj 9:iobj _ 12 that that SCONJ IN _ 21 mark 21:mark _ 13 if if SCONJ IN _ 18 mark 18:mark _ 14 price price NOUN NN Number=Sing 15 compound 15:compound _ 15 caps cap NOUN NNS Number=Plur 18 nsubj:pass 18:nsubj:pass _ 16-17 weren't _ _ _ _ _ _ _ _ -16 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 aux:pass 18:aux:pass _ +16 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 18 aux:pass 18:aux:pass _ 17 n't not PART RB _ 18 advmod 18:advmod _ 18 removed remove VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 advcl 21:advcl:if _ 19 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj _ @@ -95570,8 +95605,8 @@ # text = The generators got their way. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 generators generator NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 got get VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 way way NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ @@ -95580,11 +95615,11 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 next next ADJ JJ Degree=Pos 3 amod 3:amod _ 3 day day NOUN NN Number=Sing 8 obl:tmod 8:obl:tmod SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 federal federal ADJ JJ Degree=Pos 7 amod 7:amod _ 7 commission commission NOUN NN Number=Sing 8 nsubj 8:nsubj _ -8 killed kill VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 killed kill VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 10 new new ADJ JJ Degree=Pos 12 amod 12:amod _ 11 pricing pricing NOUN NN Number=Sing 12 compound 12:compound _ @@ -95601,13 +95636,13 @@ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ 7 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 8 $ $ SYM $ _ 11 compound 11:compound SpaceAfter=No -9 250 250 NUM CD NumType=Card 8 nummod 8:nummod _ +9 250 250 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 10 price price NOUN NN Number=Sing 11 compound 11:compound _ 11 cap cap NOUN NN Number=Sing 0 root 0:root _ -12 established establish VERB VBN Tense=Past|VerbForm=Part 11 acl 11:acl _ -13 five five NUM CD NumType=Card 14 nummod 14:nummod _ +12 established establish VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl 11:acl _ +13 five five NUM CD NumForm=Word|NumType=Card 14 nummod 14:nummod _ 14 months month NOUN NNS Number=Plur 15 obl:npmod 15:obl:npmod _ -15 earlier earlier ADV RBR Degree=Cmp 12 advmod 12:advmod SpaceAfter=No +15 earlier early ADV RBR Degree=Cmp 12 advmod 12:advmod SpaceAfter=No 16 . . PUNCT . _ 11 punct 11:punct _ # sent_id = email-enronsent07_01-0052 @@ -95615,14 +95650,14 @@ 1 Power power NOUN NN Number=Sing 2 compound 2:compound _ 2 producers producer NOUN NNS Number=Plur 4 nsubj 4:nsubj _ 3 then then ADV RB PronType=Dem 4 advmod 4:advmod _ -4 turned turn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -5 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 turned turn VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 attention attention NOUN NN Number=Sing 4 obj 4:obj _ 7 toward toward SCONJ IN _ 8 mark 8:mark _ 8 killing kill VERB VBG VerbForm=Ger 4 advcl 4:advcl:toward _ 9 that that DET DT Number=Sing|PronType=Dem 10 det 10:det _ 10 cap cap NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No -11 , , PUNCT , _ 4 punct 4:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 saying say VERB VBG VerbForm=Ger 4 advcl 4:advcl _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 14-15 couldn't _ _ _ _ _ _ _ _ @@ -95640,7 +95675,7 @@ # sent_id = email-enronsent07_01-0053 # text = They began to withhold power from California, and on Dec. 7 the ISO declared its first Stage 3 emergency and braced for blackouts, which were narrowly averted. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 began begin VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 began begin VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 withhold withhold VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 power power NOUN NN Number=Sing 4 obj 4:obj _ @@ -95649,31 +95684,31 @@ 8 , , PUNCT , _ 15 punct 15:punct _ 9 and and CCONJ CC _ 15 cc 15:cc _ 10 on on ADP IN _ 11 case 11:case _ -11 Dec. Dec. PROPN NNP Number=Sing 15 obl 15:obl:on _ -12 7 7 NUM CD NumType=Card 11 nummod 11:nummod _ +11 Dec. December PROPN NNP Abbr=Yes|Number=Sing 15 obl 15:obl:on _ +12 7 7 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 ISO ISO PROPN NNP Number=Sing 15 nsubj 15:nsubj|22:nsubj _ -15 declared declare VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ -16 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ -17 first first ADJ JJ Degree=Pos|NumType=Ord 20 amod 20:amod _ +15 declared declare VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +16 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +17 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 20 amod 20:amod _ 18 Stage stage NOUN NN Number=Sing 20 compound 20:compound _ -19 3 3 NUM CD NumType=Card 18 nummod 18:nummod _ +19 3 3 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ 20 emergency emergency NOUN NN Number=Sing 15 obj 15:obj _ 21 and and CCONJ CC _ 22 cc 22:cc _ -22 braced brace VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 conj 15:conj:and _ +22 braced brace VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 conj 15:conj:and _ 23 for for ADP IN _ 24 case 24:case _ 24 blackouts blackout NOUN NNS Number=Plur 22 obl 22:obl:for|29:nsubj:pass SpaceAfter=No -25 , , PUNCT , _ 24 punct 24:punct _ +25 , , PUNCT , _ 29 punct 29:punct _ 26 which which PRON WDT PronType=Rel 29 nsubj:pass 24:ref _ -27 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 29 aux:pass 29:aux:pass _ +27 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 29 aux:pass 29:aux:pass _ 28 narrowly narrowly ADV RB _ 29 advmod 29:advmod _ 29 averted avert VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 24 acl:relcl 24:acl:relcl SpaceAfter=No 30 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent07_01-0054 # text = What followed the next day is considered by the governor and Dunn to be the pivotal moment of the energy crisis. -1 What what PRON WP PronType=Int 2 nsubj 2:nsubj _ -2 followed follow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 csubj:pass 7:csubj:pass _ +1 What what PRON WP PronType=Rel 7 nsubj:pass 2:nsubj|7:nsubj:pass|17:nsubj:xsubj _ +2 followed follow VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 next next ADJ JJ Degree=Pos 5 amod 5:amod _ 5 day day NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod _ @@ -95681,9 +95716,9 @@ 7 considered consider VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 8 by by ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -10 governor governor NOUN NN Number=Sing 7 obl 7:obl:by _ +10 governor governor NOUN NN Number=Sing 7 obl:agent 7:obl:agent _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 Dunn Dunn PROPN NNP Number=Sing 10 conj 7:obl:by|10:conj:and _ +12 Dunn Dunn PROPN NNP Number=Sing 10 conj 7:obl:agent|10:conj:and _ 13 to to PART TO _ 17 mark 17:mark _ 14 be be AUX VB VerbForm=Inf 17 cop 17:cop _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -95698,10 +95733,10 @@ # sent_id = email-enronsent07_01-0055 # text = Winter, who in his position as president and chief operating officer of the ISO, submitted a 50-page emergency request, asking federal officials to abolish the $250 price cap. 1 Winter Winter PROPN NNP Number=Sing 0 root 0:root|17:nsubj SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 17 punct 17:punct _ 3 who who PRON WP PronType=Rel 17 nsubj 1:ref _ 4 in in ADP IN _ 6 case 6:case _ -5 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 position position NOUN NN Number=Sing 17 obl 17:obl:in _ 7 as as ADP IN _ 8 case 8:case _ 8 president president NOUN NN Number=Sing 6 nmod 6:nmod:as _ @@ -95712,23 +95747,23 @@ 13 of of ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 ISO ISO PROPN NNP Number=Sing 8 nmod 8:nmod:of SpaceAfter=No -16 , , PUNCT , _ 17 punct 17:punct _ -17 submitted submit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +16 , , PUNCT , _ 6 punct 6:punct _ +17 submitted submit VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 18 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ -19 50 50 NUM CD NumType=Card 21 nummod 21:nummod SpaceAfter=No -20 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No +19 50 50 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod SpaceAfter=No +20 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No 21 page page NOUN NN Number=Sing 23 compound 23:compound _ 22 emergency emergency NOUN NN Number=Sing 23 compound 23:compound _ 23 request request NOUN NN Number=Sing 17 obj 17:obj SpaceAfter=No -24 , , PUNCT , _ 23 punct 23:punct _ +24 , , PUNCT , _ 25 punct 25:punct _ 25 asking ask VERB VBG VerbForm=Ger 23 acl 23:acl _ 26 federal federal ADJ JJ Degree=Pos 27 amod 27:amod _ -27 officials official NOUN NNS Number=Plur 25 obj 25:obj|29:nsubj:xsubj _ +27 officials official NOUN NNS Number=Plur 25 iobj 25:iobj|29:nsubj:xsubj _ 28 to to PART TO _ 29 mark 29:mark _ 29 abolish abolish VERB VB VerbForm=Inf 25 xcomp 25:xcomp _ 30 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ 31 $ $ SYM $ _ 34 compound 34:compound SpaceAfter=No -32 250 250 NUM CD NumType=Card 31 nummod 31:nummod _ +32 250 250 NUM CD NumForm=Digit|NumType=Card 31 nummod 31:nummod _ 33 price price NOUN NN Number=Sing 34 compound 34:compound _ 34 cap cap NOUN NN Number=Sing 29 obj 29:obj SpaceAfter=No 35 . . PUNCT . _ 1 punct 1:punct _ @@ -95741,7 +95776,7 @@ 4 lifting lift VERB VBG VerbForm=Ger 2 acl 2:acl:over _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 cap cap NOUN NN Number=Sing 4 obj 4:obj _ -7 rested rest VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 rested rest VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 with with ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 federal federal ADJ JJ Degree=Pos 11 amod 11:amod _ @@ -95754,9 +95789,9 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 ISO ISO PROPN NNP Number=Sing 4 compound 4:compound _ 4 board board NOUN NN Number=Sing 16 nsubj 8:nsubj|16:nsubj SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 8 punct 8:punct _ 6 which which PRON WDT PronType=Rel 8 nsubj 4:ref _ -7 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux 8:aux _ +7 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 8 established establish VERB VBN Tense=Past|VerbForm=Part 4 acl:relcl 4:acl:relcl _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 price price NOUN NN Number=Sing 11 compound 11:compound _ @@ -95765,7 +95800,7 @@ 13 nor nor CCONJ CC _ 15 cc 15:cc _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 governor governor NOUN NN Number=Sing 4 conj 4:conj:nor|8:nsubj|16:nsubj _ -16 learned learn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +16 learned learn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 17 of of ADP IN _ 20 case 20:case _ 18-19 Winter's _ _ _ _ _ _ _ _ 18 Winter Winter PROPN NNP Number=Sing 20 nmod:poss 20:nmod:poss _ @@ -95774,7 +95809,7 @@ 21 until until SCONJ IN _ 26 mark 26:mark _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 cap cap NOUN NN Number=Sing 26 nsubj:pass 26:nsubj:pass _ -24 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 26 aux 26:aux _ +24 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 26 aux 26:aux _ 25 been be AUX VBN Tense=Past|VerbForm=Part 26 aux:pass 26:aux:pass _ 26 removed remove VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 advcl 16:advcl:until SpaceAfter=No 27 . . PUNCT . _ 16 punct 16:punct _ @@ -95783,19 +95818,19 @@ # text = In fact, the attorney who helped draft the emergency request, Charles Robinson, was in a meeting with representatives of the governor and ISO board members just hours before the filing was made. 1 In in ADP IN _ 2 case 2:case _ 2 fact fact NOUN NN Number=Sing 19 obl 19:obl:in SpaceAfter=No -3 , , PUNCT , _ 19 punct 19:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 attorney attorney NOUN NN Number=Sing 19 nsubj 7:nsubj|8:nsubj:xsubj|19:nsubj _ 6 who who PRON WP PronType=Rel 7 nsubj 5:ref _ -7 helped help VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 helped help VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 draft draft VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 emergency emergency NOUN NN Number=Sing 11 compound 11:compound _ 11 request request NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ +12 , , PUNCT , _ 13 punct 13:punct _ 13 Charles Charles PROPN NNP Number=Sing 11 appos 11:appos _ 14 Robinson Robinson PROPN NNP Number=Sing 13 flat 13:flat SpaceAfter=No -15 , , PUNCT , _ 19 punct 19:punct _ +15 , , PUNCT , _ 5 punct 5:punct _ 16 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 cop 19:cop _ 17 in in ADP IN _ 19 case 19:case _ 18 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ @@ -95822,10 +95857,10 @@ # text = He didn't mention anything about it. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2-3 didn't _ _ _ _ _ _ _ _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 mention mention VERB VB VerbForm=Inf 0 root 0:root _ -5 anything anything PRON NN Number=Sing 4 obj 4:obj _ +5 anything anything PRON NN Number=Sing|PronType=Ind 4 obj 4:obj _ 6 about about ADP IN _ 7 case 7:case _ 7 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nmod 5:nmod:about SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ @@ -95835,16 +95870,16 @@ 1 " " PUNCT `` _ 13 punct 13:punct SpaceAfter=No 2 In in ADP IN _ 3 case 3:case _ 3 retrospect retrospect NOUN NN Number=Sing 8 obl 8:obl:in SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 6 should should AUX MD VerbForm=Fin 8 aux 8:aux _ 7 have have AUX VB VerbForm=Inf 8 aux 8:aux _ 8 told tell VERB VBN Tense=Past|VerbForm=Part 13 ccomp 13:ccomp _ -9 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 8 obj 8:obj SpaceAfter=No -10 , , PUNCT , _ 13 punct 13:punct SpaceAfter=No -11 '' '' PUNCT '' _ 13 punct 13:punct _ +9 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 8 iobj 8:iobj SpaceAfter=No +10 , , PUNCT , _ 8 punct 8:punct SpaceAfter=No +11 '' '' PUNCT '' _ 8 punct 8:punct _ 12 Robinson Robinson PROPN NNP Number=Sing 13 nsubj 13:nsubj _ -13 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +13 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 14 . . PUNCT . _ 13 punct 13:punct _ # sent_id = email-enronsent07_01-0061 @@ -95854,16 +95889,16 @@ 3 price price NOUN NN Number=Sing 4 compound 4:compound _ 4 caps cap NOUN NNS Number=Plur 5 nsubj 5:nsubj _ 5 gone gone ADJ JJ Degree=Pos 9 advcl 9:advcl:with SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 generators generator NOUN NNS Number=Plur 9 nsubj 9:nsubj _ -9 filed file VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 filed file VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 paperwork paperwork NOUN NN Number=Sing 9 obj 9:obj _ 11 with with ADP IN _ 13 case 13:case _ 12 federal federal ADJ JJ Degree=Pos 13 amod 13:amod _ 13 regulators regulator NOUN NNS Number=Plur 9 obl 9:obl:with _ 14 justifying justify VERB VBG VerbForm=Ger 10 acl 10:acl _ -15 higher higher ADJ JJR Degree=Cmp 16 amod 16:amod _ +15 higher high ADJ JJR Degree=Cmp 16 amod 16:amod _ 16 costs cost NOUN NNS Number=Plur 14 obj 14:obj SpaceAfter=No 17 . . PUNCT . _ 9 punct 9:punct _ @@ -95873,7 +95908,7 @@ 2 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 ISO ISO PROPN NNP Number=Sing 4 compound 4:compound _ 4 staff staff NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 sat sit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 38 ccomp 38:ccomp _ +5 sat sit VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 38 ccomp 38:ccomp _ 6 in in ADP IN _ 8 case 8:case _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 meeting meeting NOUN NN Number=Sing 5 obl 5:obl:in _ @@ -95888,13 +95923,13 @@ 16 with with ADP IN _ 18 case 18:case _ 17 poker poker NOUN NN Number=Sing 18 compound 18:compound _ 18 faces face NOUN NNS Number=Plur 5 obl 5:obl:with SpaceAfter=No -19 , , PUNCT , _ 5 punct 5:punct _ -20 not not ADV RB _ 21 advmod 21:advmod _ +19 , , PUNCT , _ 21 punct 21:punct _ +20 not not PART RB _ 21 advmod 21:advmod _ 21 saying say VERB VBG VerbForm=Ger 5 advcl 5:advcl _ 22 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 23 word word NOUN NN Number=Sing 21 obj 21:obj _ 24 about about ADP IN _ 25 case 25:case _ -25 something something PRON NN Number=Sing 23 nmod 23:nmod:about|28:nsubj _ +25 something something PRON NN Number=Sing|PronType=Ind 23 nmod 23:nmod:about|28:nsubj _ 26 that that PRON WDT PronType=Rel 28 nsubj 25:ref _ 27 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 28 aux 28:aux _ 28 going go VERB VBG Tense=Pres|VerbForm=Part 25 acl:relcl 25:acl:relcl _ @@ -95904,25 +95939,25 @@ 32 exact exact ADV RB _ 34 advmod 34:advmod _ 33 same same ADJ JJ Degree=Pos 34 amod 34:amod _ 34 moment moment NOUN NN Number=Sing 28 obl 28:obl:at SpaceAfter=No -35 , , PUNCT , _ 38 punct 38:punct SpaceAfter=No -36 '' '' PUNCT '' _ 38 punct 38:punct _ +35 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No +36 '' '' PUNCT '' _ 5 punct 5:punct _ 37 Maviglio Maviglio PROPN NNP Number=Sing 38 nsubj 38:nsubj _ -38 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +38 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 39 . . PUNCT . _ 38 punct 38:punct _ # sent_id = email-enronsent07_01-0063 # text = "It was beyond belief that they failed to mention something so significant. 1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No 2 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 expl 3:expl _ -3 was be VERB VBD Mood=Ind|Number=Sing|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 beyond beyond ADP IN _ 5 case 5:case _ 5 belief belief NOUN NN Number=Sing 3 obl 3:obl:beyond _ 6 that that SCONJ IN _ 8 mark 8:mark _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ -8 failed fail VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +8 failed fail VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 csubj 3:csubj _ 9 to to PART TO _ 10 mark 10:mark _ 10 mention mention VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ -11 something something PRON NN Number=Sing 10 obj 10:obj _ +11 something something PRON NN Number=Sing|PronType=Ind 10 obj 10:obj _ 12 so so ADV RB _ 13 advmod 13:advmod _ 13 significant significant ADJ JJ Degree=Pos 11 amod 11:amod SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ @@ -95931,15 +95966,16 @@ # text = This action accelerated the utilities' move toward bankruptcy and forced the governor to move the state into the power-buying business." 1 This this DET DT Number=Sing|PronType=Dem 2 det 2:det _ 2 action action NOUN NN Number=Sing 3 nsubj 3:nsubj|11:nsubj _ -3 accelerated accelerate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 accelerated accelerate VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 utilities utility NOUN NNS Number=Plur 7 nmod:poss 7:nmod:poss SpaceAfter=No +5-6 utilities' _ _ _ _ _ _ _ _ +5 utilities utility NOUN NNS Number=Plur 7 nmod:poss 7:nmod:poss _ 6 ' 's PART POS _ 5 case 5:case _ 7 move move NOUN NN Number=Sing 3 obj 3:obj _ 8 toward toward ADP IN _ 9 case 9:case _ 9 bankruptcy bankruptcy NOUN NN Number=Sing 7 nmod 7:nmod:toward _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 forced force VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +11 forced force VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 governor governor NOUN NN Number=Sing 11 obj 11:obj|15:nsubj:xsubj _ 14 to to PART TO _ 15 mark 15:mark _ @@ -95949,7 +95985,7 @@ 18 into into ADP IN _ 23 case 23:case _ 19 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 20 power power NOUN NN Number=Sing 22 compound 22:compound SpaceAfter=No -21 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No +21 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No 22 buying buy VERB VBG VerbForm=Ger 23 amod 23:amod _ 23 business business NOUN NN Number=Sing 15 obl 15:obl:into SpaceAfter=No 24 . . PUNCT . _ 3 punct 3:punct SpaceAfter=No @@ -95960,27 +95996,27 @@ 1 Prices price NOUN NNS Number=Plur 4 nsubj 4:nsubj _ 2 for for ADP IN _ 3 case 3:case _ 3 electricity electricity NOUN NN Number=Sing 1 nmod 1:nmod:for _ -4 jumped jump VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 ccomp 24:ccomp _ +4 jumped jump VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 24 ccomp 24:ccomp _ 5 from from ADP IN _ 7 case 7:case _ 6 an a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 average average NOUN NN Number=Sing 4 obl 4:obl:from _ 8 of of ADP IN _ 9 case 9:case _ 9 $ $ SYM $ _ 7 nmod 7:nmod:of SpaceAfter=No -10 249 249 NUM CD NumType=Card 9 nummod 9:nummod _ +10 249 249 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 megawatt megawatt NOUN NN Number=Sing 9 nmod:npmod 9:nmod:npmod _ 13 to to ADP IN _ 14 case 14:case _ 14 $ $ SYM $ _ 4 obl 4:obl:to SpaceAfter=No -15 700 700 NUM CD NumType=Card 14 nummod 14:nummod _ +15 700 700 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 16 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 17 megawatt megawatt NOUN NN Number=Sing 14 nmod:npmod 14:nmod:npmod _ 18 within within ADP IN _ 20 case 20:case _ -19 three three NUM CD NumType=Card 20 nummod 20:nummod _ +19 three three NUM CD NumForm=Word|NumType=Card 20 nummod 20:nummod _ 20 days day NOUN NNS Number=Plur 4 obl 4:obl:within SpaceAfter=No -21 , , PUNCT , _ 24 punct 24:punct _ +21 , , PUNCT , _ 4 punct 4:punct _ 22 ISO ISO PROPN NNP Number=Sing 23 compound 23:compound _ 23 records record NOUN NNS Number=Plur 24 nsubj 24:nsubj _ -24 show show VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +24 show show VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 25 . . PUNCT . _ 24 punct 24:punct _ # sent_id = email-enronsent07_01-0066 @@ -95992,31 +96028,31 @@ 5 overcharges overcharge NOUN NNS Number=Plur 8 nsubj 8:nsubj _ 6 for for ADP IN _ 7 case 7:case _ 7 electricity electricity NOUN NN Number=Sing 5 nmod 5:nmod:for _ -8 exceeded exceed VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +8 exceeded exceed VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 9 $ $ SYM $ _ 8 obj 8:obj SpaceAfter=No -10 30 30 NUM CD NumType=Card 9 compound 9:compound _ -11 billion billion NUM CD NumType=Card 9 compound 9:compound SpaceAfter=No +10 30 30 NUM CD NumForm=Digit|NumType=Card 11 compound 11:compound _ +11 billion billion NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent07_01-0067 # text = Robinson said the filing - granted two hours after the request - helped rather than hurt Californians. 1 Robinson Robinson PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 filing filing NOUN NN Number=Sing 13 nsubj 13:nsubj|16:nsubj _ -5 - - PUNCT , _ 4 punct 4:punct _ -6 granted grant VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ -7 two two NUM CD NumType=Card 8 nummod 8:nummod _ +5 - - PUNCT , _ 6 punct 6:punct _ +6 granted grant VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ +7 two two NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 8 hours hour NOUN NNS Number=Plur 11 nmod:npmod 11:nmod:npmod _ 9 after after ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 request request NOUN NN Number=Sing 6 obl 6:obl:after _ 12 - - PUNCT , _ 4 punct 4:punct _ -13 helped help VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +13 helped help VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 14 rather rather ADP IN _ 16 cc 16:cc _ 15 than than ADP IN _ 14 fixed 14:fixed _ -16 hurt hurt VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 conj 2:ccomp|13:conj:rather_than _ -17 Californians Californians PROPN NNPS Number=Plur 13 obj 13:obj|16:obj SpaceAfter=No +16 hurt hurt VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 conj 2:ccomp|13:conj:rather_than _ +17 Californians Californian PROPN NNPS Number=Plur 13 obj 13:obj|16:obj SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent07_01-0068 @@ -96024,9 +96060,9 @@ 1 Prices price NOUN NNS Number=Plur 8 nsubj 8:nsubj SpaceAfter=No 2 , , PUNCT , _ 4 punct 4:punct _ 3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 parataxis 8:parataxis SpaceAfter=No +4 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 parataxis 8:parataxis SpaceAfter=No 5 , , PUNCT , _ 4 punct 4:punct _ -6 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux 8:aux _ +6 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 7 not not PART RB _ 8 advmod 8:advmod _ 8 spike spike VERB VB VerbForm=Inf 0 root 0:root _ 9 as as ADP IN _ 11 case 11:case _ @@ -96038,14 +96074,14 @@ # text = Instead they followed the skyrocketing price of natural gas - which is used to run power plants to generate electricity. 1 Instead instead ADV RB _ 3 advmod 3:advmod _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 followed follow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 followed follow VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 skyrocketing skyrocket VERB VBG VerbForm=Ger 6 amod 6:amod _ 6 price price NOUN NN Number=Sing 3 obj 3:obj _ 7 of of ADP IN _ 9 case 9:case _ 8 natural natural ADJ JJ Degree=Pos 9 amod 9:amod _ 9 gas gas NOUN NN Number=Sing 6 nmod 6:nmod:of|13:nsubj:pass _ -10 - - PUNCT , _ 9 punct 9:punct _ +10 - - PUNCT , _ 13 punct 13:punct _ 11 which which PRON WDT PronType=Rel 13 nsubj:pass 9:ref _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ 13 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 acl:relcl 9:acl:relcl _ @@ -96061,13 +96097,13 @@ # sent_id = email-enronsent07_01-0070 # text = Robinson said the emergency order allowed the ISO to secure refunds should overcharges for electricity be proven to federal officials. 1 Robinson Robinson PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 emergency emergency NOUN NN Number=Sing 5 compound 5:compound _ 5 order order NOUN NN Number=Sing 6 nsubj 6:nsubj _ -6 allowed allow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +6 allowed allow VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -8 ISO ISO PROPN NNP Number=Sing 6 obj 6:obj|10:nsubj:xsubj _ +8 ISO ISO PROPN NNP Number=Sing 6 iobj 6:iobj|10:nsubj:xsubj _ 9 to to PART TO _ 10 mark 10:mark _ 10 secure secure VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 11 refunds refund NOUN NNS Number=Plur 10 obj 10:obj _ @@ -96086,37 +96122,37 @@ # text = "We believe the action we took addressed a severe concern,'' Robinson said. 1 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No 2 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 ccomp 15:ccomp _ +3 believe believe VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 15 ccomp 15:ccomp _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 action action NOUN NN Number=Sing 8 nsubj 8:nsubj _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ -8 addressed address VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +7 took take VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +8 addressed address VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 severe severe ADJ JJ Degree=Pos 11 amod 11:amod _ 11 concern concern NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No -12 , , PUNCT , _ 15 punct 15:punct SpaceAfter=No -13 '' '' PUNCT '' _ 15 punct 15:punct _ +12 , , PUNCT , _ 3 punct 3:punct SpaceAfter=No +13 '' '' PUNCT '' _ 3 punct 3:punct _ 14 Robinson Robinson PROPN NNP Number=Sing 15 nsubj 15:nsubj _ -15 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +15 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 16 . . PUNCT . _ 15 punct 15:punct _ # sent_id = email-enronsent07_01-0072 # text = "In our view, we did not believe we changed or made worse the financial situation. 1 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No 2 In in ADP IN _ 4 case 4:case _ -3 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 view view NOUN NN Number=Sing 9 obl 9:obl:in SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -7 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +7 did do AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 8 not not PART RB _ 9 advmod 9:advmod _ 9 believe believe VERB VB VerbForm=Inf 0 root 0:root _ 10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj|13:nsubj _ -11 changed change VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 ccomp 9:ccomp _ +11 changed change VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 9 ccomp 9:ccomp _ 12 or or CCONJ CC _ 13 cc 13:cc _ -13 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 conj 9:ccomp|11:conj:or _ -14 worse worse ADJ JJR Degree=Cmp 13 xcomp 13:xcomp _ +13 made make VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 11 conj 9:ccomp|11:conj:or _ +14 worse bad ADJ JJR Degree=Cmp 13 xcomp 13:xcomp _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 financial financial ADJ JJ Degree=Pos 17 amod 17:amod _ 17 situation situation NOUN NN Number=Sing 11 obj 11:obj|13:obj|14:nsubj:xsubj SpaceAfter=No @@ -96125,14 +96161,14 @@ # sent_id = email-enronsent07_01-0073 # text = We felt we made it better because it introduced a process for review and refund." 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 felt feel VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +4 made make VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj|6:nsubj:xsubj _ -6 better better ADJ JJR Degree=Cmp 4 xcomp 4:xcomp _ +6 better good ADJ JJR Degree=Cmp 4 xcomp 4:xcomp _ 7 because because SCONJ IN _ 9 mark 9:mark _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 introduced introduce VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:because _ +9 introduced introduce VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:because _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 process process NOUN NN Number=Sing 9 obj 9:obj _ 12 for for ADP IN _ 13 case 13:case _ @@ -96146,9 +96182,9 @@ # text = Jan Smutney-Jones, who was the ISO board chairman at the time and executive director of a group that represents power generators, said Winter did not consult him about eliminating the price cap. 1 Jan Jan PROPN NNP Number=Sing 26 nsubj 11:nsubj|17:nsubj|26:nsubj _ 2 Smutney Smutney PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 4 Jones Jones PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ +5 , , PUNCT , _ 11 punct 11:punct _ 6 who who PRON WP PronType=Rel 11 nsubj 1:ref _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ @@ -96168,10 +96204,10 @@ 22 represents represent VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 acl:relcl 20:acl:relcl _ 23 power power NOUN NN Number=Sing 24 compound 24:compound _ 24 generators generator NOUN NNS Number=Plur 22 obj 22:obj SpaceAfter=No -25 , , PUNCT , _ 26 punct 26:punct _ -26 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +25 , , PUNCT , _ 1 punct 1:punct _ +26 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 27 Winter Winter PROPN NNP Number=Sing 30 nsubj 30:nsubj _ -28 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 30 aux 30:aux _ +28 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 30 aux 30:aux _ 29 not not PART RB _ 30 advmod 30:advmod _ 30 consult consult VERB VB VerbForm=Inf 26 ccomp 26:ccomp _ 31 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 30 obj 30:obj _ @@ -96185,19 +96221,19 @@ # sent_id = email-enronsent07_01-0075 # text = Smutney-Jones also said he was unaware of anyone in the power-generating community being consulted. 1 Smutney Smutney PROPN NNP Number=Sing 5 nsubj 5:nsubj SpaceAfter=No -2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 3 Jones Jones PROPN NNP Number=Sing 1 flat 1:flat _ 4 also also ADV RB _ 5 advmod 5:advmod _ -5 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 8 unaware unaware ADJ JJ Degree=Pos 5 ccomp 5:ccomp _ 9 of of SCONJ IN _ 18 mark 18:mark _ -10 anyone anyone PRON NN Number=Sing 18 nsubj:pass 18:nsubj:pass _ +10 anyone anyone PRON NN Number=Sing|PronType=Ind 18 nsubj:pass 18:nsubj:pass _ 11 in in ADP IN _ 16 case 16:case _ 12 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 13 power power NOUN NN Number=Sing 15 compound 15:compound SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 generating generating NOUN NN Number=Sing 16 compound 16:compound _ 16 community community NOUN NN Number=Sing 10 nmod 10:nmod:in _ 17 being be AUX VBG VerbForm=Ger 18 aux:pass 18:aux:pass _ @@ -96208,35 +96244,35 @@ # text = "Terry did this by himself,'' said Smutney-Jones, executive director of the Independent Energy Producers. 1 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No 2 Terry Terry PROPN NNP Number=Sing 3 nsubj 3:nsubj _ -3 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 ccomp 9:ccomp _ +3 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 ccomp 9:ccomp _ 4 this this PRON DT Number=Sing|PronType=Dem 3 obj 3:obj _ 5 by by ADP IN _ 6 case 6:case _ 6 himself himself PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes 3 obl 3:obl:by SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct SpaceAfter=No -8 '' '' PUNCT '' _ 9 punct 9:punct _ -9 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 , , PUNCT , _ 3 punct 3:punct SpaceAfter=No +8 '' '' PUNCT '' _ 3 punct 3:punct _ +9 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 Smutney Smutney PROPN NNP Number=Sing 9 nsubj 9:nsubj SpaceAfter=No -11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No 12 Jones Jones PROPN NNP Number=Sing 10 flat 10:flat SpaceAfter=No -13 , , PUNCT , _ 10 punct 10:punct _ +13 , , PUNCT , _ 15 punct 15:punct _ 14 executive executive ADJ JJ Degree=Pos 15 amod 15:amod _ 15 director director NOUN NN Number=Sing 10 appos 10:appos _ 16 of of ADP IN _ 20 case 20:case _ 17 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -18 Independent Independent PROPN NNP Number=Sing 20 compound 20:compound _ +18 Independent Independent ADJ NNP Degree=Pos 20 amod 20:amod _ 19 Energy Energy PROPN NNP Number=Sing 20 compound 20:compound _ -20 Producers Producers PROPN NNPS Number=Plur 15 nmod 15:nmod:of SpaceAfter=No +20 Producers Producer PROPN NNPS Number=Plur 15 nmod 15:nmod:of SpaceAfter=No 21 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent07_01-0077 # text = "He did what he thought had to be done at the time to keep the power flowing." 1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No 2 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 what what PRON WP PronType=Int 3 obj 3:obj _ +3 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 what what PRON WP PronType=Rel 3 obj 3:obj|7:nsubj|10:nsubj:xsubj _ 5 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -6 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ -7 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp _ +6 thought think VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +7 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp _ 8 to to PART TO _ 10 mark 10:mark _ 9 be be AUX VB VerbForm=Inf 10 aux:pass 10:aux:pass _ 10 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 xcomp 7:xcomp _ @@ -96256,7 +96292,7 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 ISO ISO PROPN NNP Number=Sing 3 compound 3:compound _ 3 board board NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 called call VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 an a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 emergency emergency NOUN NN Number=Sing 7 compound 7:compound _ 7 meeting meeting NOUN NN Number=Sing 4 obj 4:obj _ @@ -96265,25 +96301,25 @@ 10 week week NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod _ 11 demanding demand VERB VBG VerbForm=Ger 4 advcl 4:advcl _ 12 Winter Winter PROPN NNP Number=Sing 13 nsubj 13:nsubj _ -13 explain explain VERB VB VerbForm=Inf 11 ccomp 11:ccomp _ -14 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 explain explain VERB VB Mood=Sub|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 ccomp 11:ccomp _ +14 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 actions action NOUN NNS Number=Plur 13 obj 13:obj SpaceAfter=No 16 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent07_01-0079 # text = Some board members pushed to have Winter removed, but there were concerns such action would lead to more chaos, the governor's spokesman Maviglio said. -1 Some some DET DT _ 3 det 3:det _ +1 Some some DET DT PronType=Ind 3 det 3:det _ 2 board board NOUN NN Number=Sing 3 compound 3:compound _ 3 members member NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 pushed push VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 27 ccomp 27:ccomp _ +4 pushed push VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 27 ccomp 27:ccomp _ 5 to to PART TO _ 6 mark 6:mark _ 6 have have VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ -7 Winter Winter PROPN NNP Number=Sing 8 nsubj 8:nsubj _ -8 removed remove VERB VBN Tense=Past|VerbForm=Part 6 ccomp 6:ccomp SpaceAfter=No +7 Winter Winter PROPN NNP Number=Sing 6 obj 6:obj|8:nsubj:xsubj _ +8 removed remove VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 xcomp 6:xcomp SpaceAfter=No 9 , , PUNCT , _ 12 punct 12:punct _ 10 but but CCONJ CC _ 12 cc 12:cc _ 11 there there PRON EX _ 12 expl 12:expl _ -12 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:but|27:ccomp _ +12 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:but|27:ccomp _ 13 concerns concern NOUN NNS Number=Plur 12 nsubj 12:nsubj _ 14 such such ADJ JJ Degree=Pos 15 amod 15:amod _ 15 action action NOUN NN Number=Sing 17 nsubj 17:nsubj _ @@ -96292,14 +96328,14 @@ 18 to to ADP IN _ 20 case 20:case _ 19 more more ADJ JJR Degree=Cmp 20 amod 20:amod _ 20 chaos chaos NOUN NN Number=Sing 17 obl 17:obl:to SpaceAfter=No -21 , , PUNCT , _ 27 punct 27:punct _ +21 , , PUNCT , _ 4 punct 4:punct _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23-24 governor's _ _ _ _ _ _ _ _ 23 governor governor NOUN NN Number=Sing 25 nmod:poss 25:nmod:poss _ 24 's 's PART POS _ 23 case 23:case _ 25 spokesman spokesman NOUN NN Number=Sing 26 compound 26:compound _ 26 Maviglio Maviglio PROPN NNP Number=Sing 27 nsubj 27:nsubj _ -27 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +27 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 28 . . PUNCT . _ 27 punct 27:punct _ # sent_id = email-enronsent07_01-0080 @@ -96307,73 +96343,73 @@ 1 James James PROPN NNP Number=Sing 13 nsubj 13:nsubj|14:nsubj:xsubj|20:nsubj _ 2 J. J. PROPN NNP Number=Sing 1 flat 1:flat _ 3 Hoecker Hoecker PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 11 punct 11:punct _ 5 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 6 former former ADJ JJ Degree=Pos 11 amod 11:amod _ -7 Federal Federal PROPN NNP Number=Sing 10 compound 10:compound _ +7 Federal Federal ADJ NNP Degree=Pos 10 amod 10:amod _ 8 Energy Energy PROPN NNP Number=Sing 10 compound 10:compound _ -9 Regulatory Regulatory PROPN NNP Number=Sing 10 compound 10:compound _ +9 Regulatory Regulatory ADJ NNP Degree=Pos 10 amod 10:amod _ 10 Commission Commission PROPN NNP Number=Sing 11 compound 11:compound _ 11 chairman chairman NOUN NN Number=Sing 1 appos 1:appos SpaceAfter=No -12 , , PUNCT , _ 13 punct 13:punct _ -13 defended defend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 , , PUNCT , _ 1 punct 1:punct _ +13 defended defend VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 14 making make VERB VBG VerbForm=Ger 13 xcomp 13:xcomp _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 December December PROPN NNP Number=Sing 17 compound 17:compound _ -17 decision decision NOUN NN Number=Sing 14 obl:tmod 14:obl:tmod _ +17 decision decision NOUN NN Number=Sing 14 obj 14:obj _ 18 and and CCONJ CC _ 20 cc 20:cc _ 19 also also ADV RB _ 20 advmod 20:advmod _ -20 defended defend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 conj 13:conj:and _ -21 Winter Winter PROPN NNP Number=Sing 20 obl:tmod 20:obl:tmod SpaceAfter=No +20 defended defend VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 conj 13:conj:and _ +21 Winter Winter PROPN NNP Number=Sing 20 obj 20:obj SpaceAfter=No 22 . . PUNCT . _ 13 punct 13:punct _ # sent_id = email-enronsent07_01-0081 # text = "They filed an emergency motion, and we were not about to let California go dark,'' Hoecker said. 1 " " PUNCT `` _ 21 punct 21:punct SpaceAfter=No 2 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 filed file VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 ccomp 21:ccomp _ +3 filed file VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 21 ccomp 21:ccomp _ 4 an a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 emergency emergency NOUN NN Number=Sing 6 compound 6:compound _ 6 motion motion NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 7 , , PUNCT , _ 12 punct 12:punct _ 8 and and CCONJ CC _ 12 cc 12:cc _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj|14:nsubj:xsubj _ -10 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 cop 12:cop _ +10 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 12 cop 12:cop _ 11 not not PART RB _ 12 advmod 12:advmod _ -12 about about ADV RB _ 3 conj 3:conj:and|21:ccomp _ +12 about about ADJ JJ Degree=Pos 3 conj 3:conj:and|21:ccomp _ 13 to to PART TO _ 14 mark 14:mark _ 14 let let VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 15 California California PROPN NNP Number=Sing 14 obj 14:obj|16:nsubj:xsubj|17:nsubj:xsubj _ 16 go go VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 17 dark dark ADJ JJ Degree=Pos 16 xcomp 16:xcomp SpaceAfter=No -18 , , PUNCT , _ 21 punct 21:punct SpaceAfter=No -19 '' '' PUNCT '' _ 21 punct 21:punct _ +18 , , PUNCT , _ 3 punct 3:punct SpaceAfter=No +19 '' '' PUNCT '' _ 3 punct 3:punct _ 20 Hoecker Hoecker PROPN NNP Number=Sing 21 nsubj 21:nsubj _ -21 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +21 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 22 . . PUNCT . _ 21 punct 21:punct _ # sent_id = email-enronsent07_01-0082 # text = "They (ISO management) did what any independent system operator would do." 1 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No 2 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -3 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No +3 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No 4 ISO ISO PROPN NNP Number=Sing 5 compound 5:compound _ 5 management management NOUN NN Number=Sing 2 appos 2:appos SpaceAfter=No -6 ) ) PUNCT -RRB- _ 2 punct 2:punct _ -7 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -8 what what PRON WP PronType=Int 14 obj 14:obj _ -9 any any DET DT _ 12 det 12:det _ +6 ) ) PUNCT -RRB- _ 5 punct 5:punct _ +7 did do VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 what what PRON WP PronType=Rel 7 obj 7:obj|14:obj _ +9 any any DET DT PronType=Ind 12 det 12:det _ 10 independent independent ADJ JJ Degree=Pos 12 amod 12:amod _ 11 system system NOUN NN Number=Sing 12 compound 12:compound _ 12 operator operator NOUN NN Number=Sing 14 nsubj 14:nsubj _ 13 would would AUX MD VerbForm=Fin 14 aux 14:aux _ -14 do do VERB VB VerbForm=Inf 7 ccomp 7:ccomp SpaceAfter=No +14 do do VERB VB VerbForm=Inf 8 acl:relcl 8:acl:relcl SpaceAfter=No 15 . . PUNCT . _ 7 punct 7:punct SpaceAfter=No 16 " " PUNCT '' _ 7 punct 7:punct _ # sent_id = email-enronsent07_01-0083 # text = What Dunn's committee hopes to learn is why all these events transpired. -1 What what PRON WP PronType=Int 9 nsubj 9:nsubj _ +1 What what PRON WP PronType=Rel 9 nsubj 7:obj|9:nsubj _ 2-3 Dunn's _ _ _ _ _ _ _ _ 2 Dunn Dunn PROPN NNP Number=Sing 4 nmod:poss 4:nmod:poss _ 3 's 's PART POS _ 2 case 2:case _ @@ -96382,11 +96418,11 @@ 6 to to PART TO _ 7 mark 7:mark _ 7 learn learn VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ -9 why why ADV WRB PronType=Int 0 root 0:root _ -10 all all DET PDT _ 12 det:predet 12:det:predet _ +9 why why ADV WRB PronType=Rel 0 root 0:root|13:advmod _ +10 all all DET PDT PronType=Tot 12 det:predet 12:det:predet _ 11 these this DET DT Number=Plur|PronType=Dem 12 det 12:det _ 12 events event NOUN NNS Number=Plur 13 nsubj 13:nsubj _ -13 transpired transpire VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl SpaceAfter=No +13 transpired transpire VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 advcl:relcl 9:advcl:relcl SpaceAfter=No 14 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent07_01-0084 @@ -96403,8 +96439,8 @@ 10-11 Winter's _ _ _ _ _ _ _ _ 10 Winter Winter PROPN NNP Number=Sing 14 nmod:poss 14:nmod:poss _ 11 's 's PART POS _ 10 case 10:case _ -12 Dec. Dec. PROPN NNP Number=Sing 14 compound 14:compound _ -13 8 8 NUM CD NumType=Card 12 nummod 12:nummod _ +12 Dec. December PROPN NNP Abbr=Yes|Number=Sing 14 compound 14:compound _ +13 8 8 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 14 actions action NOUN NNS Number=Plur 8 nmod 8:nmod:of _ 15 should should AUX MD VerbForm=Fin 16 aux 16:aux _ 16 provide provide VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ @@ -96414,54 +96450,54 @@ # sent_id = email-enronsent07_01-0085 # text = "We don't know why he did what he did, but we are eager to find out," Dunn said. -1 " " PUNCT `` _ 23 punct 23:punct SpaceAfter=No +1 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 2 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 3-4 don't _ _ _ _ _ _ _ _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 know know VERB VB VerbForm=Inf 23 ccomp 23:ccomp _ -6 why why SCONJ WRB PronType=Int 8 mark 8:mark _ +6 why why ADV WRB PronType=Int 8 advmod 8:advmod _ 7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 advcl 5:advcl _ -9 what what PRON WP PronType=Int 8 obj 8:obj _ +8 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 advcl 5:advcl _ +9 what what PRON WP PronType=Rel 8 obj 8:obj|11:obj _ 10 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl SpaceAfter=No +11 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl SpaceAfter=No 12 , , PUNCT , _ 16 punct 16:punct _ 13 but but CCONJ CC _ 16 cc 16:cc _ 14 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 16 nsubj 16:nsubj|18:nsubj:xsubj _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +15 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 16 eager eager ADJ JJ Degree=Pos 5 conj 5:conj:but|23:ccomp _ 17 to to PART TO _ 18 mark 18:mark _ 18 find find VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 19 out out ADP RP _ 18 compound:prt 18:compound:prt SpaceAfter=No -20 , , PUNCT , _ 23 punct 23:punct SpaceAfter=No -21 " " PUNCT '' _ 23 punct 23:punct _ +20 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No +21 " " PUNCT '' _ 5 punct 5:punct _ 22 Dunn Dunn PROPN NNP Number=Sing 23 nsubj 23:nsubj _ -23 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +23 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 24 . . PUNCT . _ 23 punct 23:punct _ # sent_id = email-enronsent07_01-0086 # text = "Terry said he made that filing in the interest of Californians, but I find that argument has no basis in fact.'' 1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No 2 Terry Terry PROPN NNP Number=Sing 3 nsubj 3:nsubj _ -3 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -5 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +5 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ 6 that that DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 filing filing NOUN NN Number=Sing 5 obj 5:obj _ 8 in in ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 interest interest NOUN NN Number=Sing 5 obl 5:obl:in _ 11 of of ADP IN _ 12 case 12:case _ -12 Californians Californians PROPN NNPS Number=Plur 10 nmod 10:nmod:of SpaceAfter=No +12 Californians Californian PROPN NNPS Number=Plur 10 nmod 10:nmod:of SpaceAfter=No 13 , , PUNCT , _ 16 punct 16:punct _ 14 but but CCONJ CC _ 16 cc 16:cc _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -16 find find VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ +16 find find VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ 17 that that DET DT Number=Sing|PronType=Dem 18 det 18:det _ 18 argument argument NOUN NN Number=Sing 19 nsubj 19:nsubj _ 19 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 ccomp 16:ccomp _ -20 no no DET DT _ 21 det 21:det _ +20 no no DET DT PronType=Neg 21 det 21:det _ 21 basis basis NOUN NN Number=Sing 19 obj 19:obj _ 22 in in ADP IN _ 23 case 23:case _ 23 fact fact NOUN NN Number=Sing 21 nmod 21:nmod:in SpaceAfter=No @@ -96537,25 +96573,25 @@ 12 Thursday Thursday PROPN NNP Number=Sing 3 obl 3:obl:on _ 13 to to PART TO _ 14 mark 14:mark _ 14 discuss discuss VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ -15 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 view view NOUN NN Number=Sing 14 obj 14:obj _ 17 on on ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 ability ability NOUN NN Number=Sing 16 nmod 16:nmod:on _ 20 to to PART TO _ 21 mark 21:mark _ 21 extend extend VERB VB VerbForm=Inf 19 acl 19:acl:to _ -22 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +22 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 23 current current ADJ JJ Degree=Pos 24 amod 24:amod _ 24 contracts contract NOUN NNS Number=Plur 21 obj 21:obj _ 25 in in ADP IN _ 26 case 26:case _ 26 CA CA PROPN NNP Number=Sing 24 nmod 24:nmod:in _ -27 ( ( PUNCT -LRB- _ 24 punct 24:punct SpaceAfter=No +27 ( ( PUNCT -LRB- _ 29 punct 29:punct SpaceAfter=No 28 for for ADP IN _ 29 case 29:case _ 29 customers customer NOUN NNS Number=Plur 24 nmod 24:nmod:for _ 30 already already ADV RB _ 29 acl:relcl 29:acl:relcl _ 31 on on ADP IN _ 32 case 32:case _ 32 DA da NOUN NN Number=Sing 30 obl 30:obl:on SpaceAfter=No -33 ) ) PUNCT -RRB- _ 24 punct 24:punct SpaceAfter=No +33 ) ) PUNCT -RRB- _ 29 punct 29:punct SpaceAfter=No 34 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent07_01-0091 @@ -96573,43 +96609,43 @@ # sent_id = email-enronsent07_01-0092 # newpar id = email-enronsent07_01-p0011 # text = My take is that the UDCs will be indifferent to this (maybe?) and our #1 priority is to work to get the PG&E model adopted across the state. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ -2 take take NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +2 take take NOUN NN Number=Sing 9 nsubj:outer 9:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 4 that that SCONJ IN _ 9 mark 9:mark _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 UDCs udc NOUN NNS Number=Plur 9 nsubj 9:nsubj _ 7 will will AUX MD VerbForm=Fin 9 aux 9:aux _ 8 be be AUX VB VerbForm=Inf 9 cop 9:cop _ -9 indifferent indifferent ADJ JJ Degree=Pos 3 ccomp 3:ccomp _ +9 indifferent indifferent ADJ JJ Degree=Pos 0 root 0:root _ 10 to to ADP IN _ 11 case 11:case _ 11 this this PRON DT Number=Sing|PronType=Dem 9 obl 9:obl:to _ -12 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No +12 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No 13 maybe maybe ADV RB _ 9 advmod 9:advmod SpaceAfter=No 14 ? ? PUNCT . _ 13 punct 13:punct SpaceAfter=No -15 ) ) PUNCT -RRB- _ 9 punct 9:punct _ -16 and and CCONJ CC _ 21 cc 21:cc _ -17 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +15 ) ) PUNCT -RRB- _ 13 punct 13:punct _ +16 and and CCONJ CC _ 23 cc 23:cc _ +17 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 18 # # SYM NN Number=Sing 20 compound 20:compound SpaceAfter=No -19 1 1 NUM CD NumType=Card 18 nummod 18:nummod _ -20 priority priority NOUN NN Number=Sing 21 nsubj 21:nsubj _ -21 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +19 1 1 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ +20 priority priority NOUN NN Number=Sing 23 nsubj:outer 23:nsubj:outer _ +21 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ 22 to to PART TO _ 23 mark 23:mark _ -23 work work VERB VB VerbForm=Inf 21 ccomp 21:ccomp _ +23 work work VERB VB VerbForm=Inf 9 conj 9:conj:and _ 24 to to PART TO _ 25 mark 25:mark _ 25 get get VERB VB VerbForm=Inf 23 advcl 23:advcl:to _ 26 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 27 PG&E PG&E PROPN NNP Number=Sing 28 compound 28:compound _ 28 model model NOUN NN Number=Sing 25 obj 25:obj|29:nsubj:xsubj _ -29 adopted adopt VERB VBN Tense=Past|VerbForm=Part 25 xcomp 25:xcomp _ +29 adopted adopt VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 xcomp 25:xcomp _ 30 across across ADP IN _ 32 case 32:case _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 32 state state NOUN NN Number=Sing 29 obl 29:obl:across SpaceAfter=No -33 . . PUNCT . _ 3 punct 3:punct _ +33 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent07_01-0093 # text = Any news on how SCE and SDG&E will move forward? -1 Any any DET DT _ 2 det 2:det _ +1 Any any DET DT PronType=Ind 2 det 2:det _ 2 news news NOUN NN Number=Sing 0 root 0:root _ 3 on on SCONJ IN _ 9 mark 9:mark _ 4 how how ADV WRB PronType=Int 9 advmod 9:advmod _ @@ -96638,7 +96674,7 @@ # newpar id = email-enronsent07_01-p0014 # text = I suggest a "blind draw" on the teams, best ball not scramble on the golf, and as for the wager, no emails from the losing team for one week! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|27:nsubj _ -2 suggest suggest VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 suggest suggest VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 4 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No 5 blind blind ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -96647,10 +96683,10 @@ 8 on on ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 teams team NOUN NNS Number=Plur 6 nmod 6:nmod:on SpaceAfter=No -11 , , PUNCT , _ 6 punct 6:punct _ -12 best best ADJ JJS Degree=Sup 13 amod 13:amod _ +11 , , PUNCT , _ 13 punct 13:punct _ +12 best good ADJ JJS Degree=Sup 13 amod 13:amod _ 13 ball ball NOUN NN Number=Sing 6 parataxis 6:parataxis _ -14 not not CCONJ CC _ 15 cc 15:cc _ +14 not not PART RB _ 15 advmod 15:advmod _ 15 scramble scramble NOUN NN Number=Sing 13 conj 13:conj:not _ 16 on on ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ @@ -96661,15 +96697,15 @@ 22 for for ADP IN _ 21 fixed 21:fixed _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 wager wager NOUN NN Number=Sing 27 nmod 27:nmod:as_for SpaceAfter=No -25 , , PUNCT , _ 27 punct 27:punct _ -26 no no DET DT _ 27 det 27:det _ +25 , , PUNCT , _ 24 punct 24:punct _ +26 no no DET DT PronType=Neg 27 det 27:det _ 27 emails email NOUN NNS Number=Plur 2 conj 2:conj:and _ 28 from from ADP IN _ 31 case 31:case _ 29 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 30 losing lose VERB VBG VerbForm=Ger 31 amod 31:amod _ 31 team team NOUN NN Number=Sing 27 nmod 27:nmod:from _ 32 for for ADP IN _ 34 case 34:case _ -33 one one NUM CD NumType=Card 34 nummod 34:nummod _ +33 one one NUM CD NumForm=Word|NumType=Card 34 nummod 34:nummod _ 34 week week NOUN NN Number=Sing 27 nmod 27:nmod:for SpaceAfter=No 35 ! ! PUNCT . _ 2 punct 2:punct _ @@ -96677,7 +96713,7 @@ # text = Is there any question? 1 Is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 there there PRON EX _ 1 expl 1:expl _ -3 any any DET DT _ 4 det 4:det _ +3 any any DET DT PronType=Ind 4 det 4:det _ 4 question question NOUN NN Number=Sing 1 nsubj 1:nsubj SpaceAfter=No 5 ? ? PUNCT . _ 1 punct 1:punct _ @@ -96699,23 +96735,23 @@ # text = As I recall, Montavano, Shapiro and I usually make up one team, but I'm willing to switch around a bit. 1 As as SCONJ IN _ 3 mark 3:mark _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 recall recall VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:as SpaceAfter=No +3 recall recall VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:as SpaceAfter=No 4 , , PUNCT , _ 3 punct 3:punct _ 5 Montavano Montavano PROPN NNP Number=Sing 7 compound 7:compound SpaceAfter=No -6 , , PUNCT , _ 7 punct 7:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 Shapiro Shapiro PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 conj 7:conj:and|11:nsubj _ 10 usually usually ADV RB _ 11 advmod 11:advmod _ -11 make make VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +11 make make VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 12 up up ADP RP _ 11 compound:prt 11:compound:prt _ -13 one one NUM CD NumType=Card 14 nummod 14:nummod _ +13 one one NUM CD NumForm=Word|NumType=Card 14 nummod 14:nummod _ 14 team team NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 15 , , PUNCT , _ 19 punct 19:punct _ 16 but but CCONJ CC _ 19 cc 19:cc _ 17-18 I'm _ _ _ _ _ _ _ _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj|21:nsubj:xsubj _ -18 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ +18 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 19 willing willing ADJ JJ Degree=Pos 11 conj 11:conj:but _ 20 to to PART TO _ 21 mark 21:mark _ 21 switch switch VERB VB VerbForm=Inf 19 xcomp 19:xcomp _ @@ -96726,7 +96762,7 @@ # sent_id = email-enronsent07_01-0100 # text = Best, -1 Best best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +1 Best good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 2 , , PUNCT , _ 1 punct 1:punct _ # sent_id = email-enronsent07_01-0101 @@ -96735,7 +96771,7 @@ # sent_id = email-enronsent07_01-0102 # text = Are you playing golf? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 playing play VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 golf golf NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No @@ -96746,7 +96782,7 @@ 1 And and CCONJ CC _ 5 cc 5:cc _ 2 if if SCONJ IN _ 3 mark 3:mark _ 3 yes yes INTJ UH _ 5 advcl 5:advcl:if SpaceAfter=No -4 , , PUNCT , _ 5 punct 5:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5-6 what's _ _ _ _ _ _ _ _ 5 what what PRON WP PronType=Int 0 root 0:root _ 6 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ @@ -96776,9 +96812,9 @@ # sent_id = email-enronsent33_01-0002 # text = 11/28/2000 06:16 PM -1 11/28/2000 11/28/2000 NUM CD NumType=Card 0 root 0:root _ -2 06:16 06:16 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/28/2000 11/28/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 06:16 06:16 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent33_01-0003 # text = It's a two way street, of course. @@ -96786,20 +96822,20 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -4 two two NUM CD NumType=Card 5 nummod 5:nummod _ +4 two two NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 5 way way NOUN NN Number=Sing 6 compound 6:compound _ 6 street street NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ -8 of of ADV RB _ 6 discourse 6:discourse _ -9 course course ADV RB _ 8 fixed 8:fixed SpaceAfter=No +7 , , PUNCT , _ 8 punct 8:punct _ +8 of of ADP IN ExtPos=ADV 6 advmod 6:advmod _ +9 course course NOUN NN Number=Sing 8 fixed 8:fixed SpaceAfter=No 10 . . PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent33_01-0004 # text = Have they expressed any interest in negotiating? -1 Have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 3 expressed express VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 any any DET DT _ 5 det 5:det _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 interest interest NOUN NN Number=Sing 3 obj 3:obj _ 6 in in SCONJ IN _ 7 mark 7:mark _ 7 negotiating negotiate VERB VBG VerbForm=Ger 5 acl 5:acl:in SpaceAfter=No @@ -96809,7 +96845,7 @@ # text = There is nothing wrong with a REAL negotiation, but nothing particularly helpful about generating one that s just for show. 1 There there PRON EX _ 2 expl 2:expl _ 2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 nothing nothing PRON NN Number=Sing 2 nsubj 2:nsubj|11:nsubj _ +3 nothing nothing PRON NN Number=Sing|PronType=Neg 2 nsubj 2:nsubj|11:nsubj _ 4 wrong wrong ADJ JJ Degree=Pos 3 amod 3:amod _ 5 with with ADP IN _ 8 case 8:case _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ @@ -96817,14 +96853,14 @@ 8 negotiation negotiation NOUN NN Number=Sing 4 obl 4:obl:with SpaceAfter=No 9 , , PUNCT , _ 11 punct 11:punct _ 10 but but CCONJ CC _ 11 cc 11:cc _ -11 nothing nothing PRON NN Number=Sing 2 conj 2:conj:but _ +11 nothing nothing PRON NN Number=Sing|PronType=Neg 2 conj 2:conj:but _ 12 particularly particularly ADV RB _ 13 advmod 13:advmod _ 13 helpful helpful ADJ JJ Degree=Pos 11 amod 11:amod _ 14 about about SCONJ IN _ 15 mark 15:mark _ 15 generating generate VERB VBG VerbForm=Ger 13 advcl 13:advcl:about _ -16 one one NUM CD NumType=Card 15 obj 15:obj|21:nsubj _ +16 one one NUM CD NumForm=Word|NumType=Card 15 obj 15:obj|21:nsubj _ 17 that that PRON WDT PronType=Rel 21 nsubj 16:ref _ -18 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ +18 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 21 cop 21:cop CorrectForm='s 19 just just ADV RB _ 21 advmod 21:advmod _ 20 for for ADP IN _ 21 case 21:case _ 21 show show NOUN NN Number=Sing 16 acl:relcl 16:acl:relcl SpaceAfter=No @@ -96837,7 +96873,7 @@ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 absence absence NOUN NN Number=Sing 1 obl 1:obl:in _ 5 of of ADP IN _ 7 case 7:case _ -6 any any DET DT _ 7 det 7:det _ +6 any any DET DT PronType=Ind 7 det 7:det _ 7 entreaty entreaty NOUN NN Number=Sing 4 nmod 4:nmod:of _ 8 from from ADP IN _ 9 case 9:case _ 9 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 7 nmod 7:nmod:from SpaceAfter=No @@ -96849,9 +96885,9 @@ 1 Where where ADV WRB PronType=Int 0 root 0:root _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ 3 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -4 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No +4 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 5 simple simple ADJ JJ Degree=Pos 7 amod 7:amod SpaceAfter=No -6 " " PUNCT '' _ 7 punct 7:punct _ +6 " " PUNCT '' _ 5 punct 5:punct _ 7 explanation explanation NOUN NN Number=Sing 1 nsubj 1:nsubj _ 8 of of ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ @@ -96864,20 +96900,20 @@ # text = As I have told RNR, I think we should advise Duke in writing that its IP is not in conformity with the contract, sinceit is in the alternative, and that our IP is hence the only one that will be before the arbitrators (since Duke clearly cannot change it's ineffective IP at this stage, having already seen ours). 1 As as SCONJ IN _ 4 mark 4:mark _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 told tell VERB VBN Tense=Past|VerbForm=Part 8 advcl 8:advcl:as _ -5 RNR rnr NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +5 RNR rnr NOUN NN Number=Sing 4 iobj 4:iobj SpaceAfter=No +6 , , PUNCT , _ 4 punct 4:punct _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 10 should should AUX MD VerbForm=Fin 11 aux 11:aux _ 11 advise advise VERB VB VerbForm=Inf 8 ccomp 8:ccomp _ -12 Duke Duke PROPN NNP Number=Sing 11 obj 11:obj _ +12 Duke Duke PROPN NNP Number=Sing 11 iobj 11:iobj _ 13 in in ADP IN _ 14 case 14:case _ 14 writing writing NOUN NN Number=Sing 11 obl 11:obl:in _ 15 that that SCONJ IN _ 21 mark 21:mark _ -16 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 IP ip NOUN NN Number=Sing 21 nsubj 21:nsubj _ 18 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 19 not not PART RB _ 21 advmod 21:advmod _ @@ -96886,8 +96922,8 @@ 22 with with ADP IN _ 24 case 24:case _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 contract contract NOUN NN Number=Sing 21 nmod 21:nmod:with SpaceAfter=No -25 , , PUNCT , _ 11 punct 11:punct _ -26 since since SCONJ IN _ 31 mark 31:mark SpaceAfter=No +25 , , PUNCT , _ 31 punct 31:punct _ +26 since since SCONJ IN _ 31 mark 31:mark CorrectSpaceAfter=Yes|SpaceAfter=No 27 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 31 nsubj 31:nsubj _ 28 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 31 cop 31:cop _ 29 in in ADP IN _ 31 case 31:case _ @@ -96896,7 +96932,7 @@ 32 , , PUNCT , _ 41 punct 41:punct _ 33 and and CCONJ CC _ 41 cc 41:cc _ 34 that that SCONJ IN _ 41 mark 41:mark _ -35 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ +35 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ 36 IP ip NOUN NN Number=Sing 41 nsubj 41:nsubj _ 37 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 41 cop 41:cop _ 38 hence hence ADV RB _ 41 advmod 41:advmod _ @@ -96917,33 +96953,33 @@ 52 can can AUX MD VerbForm=Fin 54 aux 54:aux _ 53 not not PART RB _ 54 advmod 54:advmod _ 54 change change VERB VB VerbForm=Inf 47 advcl 47:advcl:since _ -55 it's it's PRON PRP$ _ 57 nmod:poss 57:nmod:poss _ +55 it's its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 57 nmod:poss 57:nmod:poss CorrectForm=its 56 ineffective ineffective ADJ JJ Degree=Pos 57 amod 57:amod _ 57 IP ip NOUN NN Number=Sing 54 obj 54:obj _ 58 at at ADP IN _ 60 case 60:case _ 59 this this DET DT Number=Sing|PronType=Dem 60 det 60:det _ 60 stage stage NOUN NN Number=Sing 54 obl 54:obl:at SpaceAfter=No -61 , , PUNCT , _ 54 punct 54:punct _ +61 , , PUNCT , _ 64 punct 64:punct _ 62 having have AUX VBG VerbForm=Ger 64 aux 64:aux _ 63 already already ADV RB _ 64 advmod 64:advmod _ 64 seen see VERB VBN Tense=Past|VerbForm=Part 54 advcl 54:advcl _ -65 ours ours PRON PRP _ 64 obj 64:obj SpaceAfter=No +65 ours our PRON PRP Number=Plur|Person=1|Poss=Yes|PronType=Prs 64 obj 64:obj SpaceAfter=No 66 ) ) PUNCT -RRB- _ 54 punct 54:punct SpaceAfter=No 67 . . PUNCT . _ 8 punct 8:punct _ # sent_id = email-enronsent33_01-0009 # text = Accordingly, the only issue left for arbitration is whether our IP (the only one and therefore the one they have to choose) is or is not an economic hardship under the contract. -1 Accordingly accordingly ADV RB _ 9 advmod 9:advmod SpaceAfter=No -2 , , PUNCT , _ 9 punct 9:punct _ +1 Accordingly accordingly ADV RB _ 32 advmod 32:advmod SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 only only ADJ JJ Degree=Pos 5 amod 5:amod _ -5 issue issue NOUN NN Number=Sing 9 nsubj 9:nsubj _ -6 left leave VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +5 issue issue NOUN NN Number=Sing 32 nsubj:outer 32:nsubj:outer _ +6 left leave VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 7 for for ADP IN _ 8 case 8:case _ 8 arbitration arbitration NOUN NN Number=Sing 6 obl 6:obl:for _ -9 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 32 cop 32:cop _ 10 whether whether SCONJ IN _ 32 mark 32:mark _ -11 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 IP ip NOUN NN Number=Sing 32 nsubj 28:nsubj|32:nsubj _ 13 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -96954,27 +96990,27 @@ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 one one NOUN NN Number=Sing 16 conj 12:appos|16:conj:and _ 21 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 22 nsubj 22:nsubj|24:nsubj:xsubj _ -22 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 acl:relcl 20:acl:relcl _ +22 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 acl:relcl 20:acl:relcl _ 23 to to PART TO _ 24 mark 24:mark _ 24 choose choose VERB VB VerbForm=Inf 22 xcomp 22:xcomp SpaceAfter=No 25 ) ) PUNCT -RRB- _ 16 punct 16:punct _ -26 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ +26 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 32 cop 32:cop _ 27 or or CCONJ CC _ 28 cc 28:cc _ 28 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 conj 26:conj:or _ 29 not not PART RB _ 28 advmod 28:advmod _ 30 an a DET DT Definite=Ind|PronType=Art 32 det 32:det _ 31 economic economic ADJ JJ Degree=Pos 32 amod 32:amod _ -32 hardship hardship NOUN NN Number=Sing 26 conj 9:ccomp|26:conj:or _ +32 hardship hardship NOUN NN Number=Sing 0 root 0:root|26:conj:or _ 33 under under ADP IN _ 35 case 35:case _ 34 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ 35 contract contract NOUN NN Number=Sing 32 nmod 32:nmod:under SpaceAfter=No -36 . . PUNCT . _ 9 punct 9:punct _ +36 . . PUNCT . _ 32 punct 32:punct _ # sent_id = email-enronsent33_01-0010 # text = What say ye? 1 What what PRON WP PronType=Int 2 obj 2:obj _ -2 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 ye ye PRON PRP _ 2 nsubj 2:nsubj SpaceAfter=No +2 say say VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 ye ye PRON PRP Case=Nom|Number=Plur|Person=2|PronType=Prs|Style=Arch 2 nsubj 2:nsubj ModernForm=you|SpaceAfter=No 4 ? ? PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent33_01-0011 @@ -96990,17 +97026,17 @@ # sent_id = email-enronsent33_01-0013 # text = 11/28/2000 03:58 PM -1 11/28/2000 11/28/2000 NUM CD NumType=Card 0 root 0:root _ -2 03:58 03:58 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/28/2000 11/28/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 03:58 03:58 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent33_01-0014 # text = By Friday December 1st, could you please tell me the percentages/amount of time you spent on East Coast Power during the months of October and November. 1 By by ADP IN _ 4 case 4:case _ 2 Friday Friday PROPN NNP Number=Sing 4 compound 4:compound _ 3 December December PROPN NNP Number=Sing 4 compound 4:compound _ -4 1st 1st NOUN NN Number=Sing 9 obl 9:obl:by SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct _ +4 1st 1st NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 9 obl 9:obl:by SpaceAfter=No +5 , , PUNCT , _ 4 punct 4:punct _ 6 could could AUX MD VerbForm=Fin 9 aux 9:aux _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ 8 please please INTJ UH _ 9 discourse 9:discourse _ @@ -97008,12 +97044,12 @@ 10 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 9 iobj 9:iobj _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 percentages percentage NOUN NNS Number=Plur 9 obj 9:obj SpaceAfter=No -13 / / PUNCT , _ 12 punct 12:punct SpaceAfter=No +13 / / PUNCT , _ 14 punct 14:punct SpaceAfter=No 14 amount amount NOUN NN Number=Sing 12 appos 12:appos _ 15 of of ADP IN _ 16 case 16:case _ 16 time time NOUN NN Number=Sing 14 nmod 14:nmod:of _ 17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ -18 spent spend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +18 spent spend VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ 19 on on ADP IN _ 22 case 22:case _ 20 East East PROPN NNP Number=Sing 21 compound 21:compound _ 21 Coast Coast PROPN NNP Number=Sing 22 compound 22:compound _ @@ -97031,7 +97067,7 @@ # text = In addition, could you look over the list below to see if there are any additional employees in your group that spent time on ECP, so we can ensure we bill all of our used resources to ECP. 1 In in ADP IN _ 2 case 2:case _ 2 addition addition NOUN NN Number=Sing 6 obl 6:obl:in SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 could could AUX MD VerbForm=Fin 6 aux 6:aux _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 6 look look VERB VB VerbForm=Inf 0 root 0:root _ @@ -97043,29 +97079,29 @@ 12 see see VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ 13 if if SCONJ IN _ 15 mark 15:mark _ 14 there there PRON EX _ 15 expl 15:expl _ -15 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 ccomp 12:ccomp _ -16 any any DET DT _ 18 det 18:det _ +15 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 ccomp 12:ccomp _ +16 any any DET DT PronType=Ind 18 det 18:det _ 17 additional additional ADJ JJ Degree=Pos 18 amod 18:amod _ 18 employees employee NOUN NNS Number=Plur 15 nsubj 15:nsubj|23:nsubj _ 19 in in ADP IN _ 21 case 21:case _ -20 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 group group NOUN NN Number=Sing 18 nmod 18:nmod:in _ 22 that that PRON WDT PronType=Rel 23 nsubj 18:ref _ -23 spent spend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ +23 spent spend VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ 24 time time NOUN NN Number=Sing 23 obj 23:obj _ 25 on on ADP IN _ 26 case 26:case _ 26 ECP ECP PROPN NNP Number=Sing 23 obl 23:obl:on SpaceAfter=No -27 , , PUNCT , _ 23 punct 23:punct _ +27 , , PUNCT , _ 31 punct 31:punct _ 28 so so SCONJ IN _ 31 mark 31:mark _ 29 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 31 nsubj 31:nsubj _ 30 can can AUX MD VerbForm=Fin 31 aux 31:aux _ 31 ensure ensure VERB VB VerbForm=Inf 23 advcl 23:advcl:so _ 32 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 33 nsubj 33:nsubj _ -33 bill bill VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 ccomp 31:ccomp _ -34 all all DET DT _ 33 obj 33:obj _ +33 bill bill VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 31 ccomp 31:ccomp _ +34 all all DET DT PronType=Tot 33 obj 33:obj _ 35 of of ADP IN _ 38 case 38:case _ -36 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ -37 used use VERB VBN Tense=Past|VerbForm=Part 38 amod 38:amod _ +36 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ +37 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 38 amod 38:amod _ 38 resources resource NOUN NNS Number=Plur 34 nmod 34:nmod:of _ 39 to to ADP IN _ 40 case 40:case _ 40 ECP ECP PROPN NNP Number=Sing 33 obl 33:obl:to SpaceAfter=No @@ -97075,16 +97111,16 @@ # text = Thanks for you cooperation. 1 Thanks thanks NOUN NN Number=Sing 0 root 0:root _ 2 for for ADP IN _ 4 case 4:case _ -3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 you your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Typo=Yes 4 nmod:poss 4:nmod:poss CorrectForm=your 4 cooperation cooperation NOUN NN Number=Sing 1 nmod 1:nmod:for SpaceAfter=No 5 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent33_01-0017 # text = ***Mary Perkins - Could you forward the number of transactions and accounts. 1 *** *** PUNCT NFP _ 7 punct 7:punct SpaceAfter=No -2 Mary Mary PROPN NNP Number=Sing 7 nsubj 7:nsubj _ +2 Mary Mary PROPN NNP Number=Sing 7 vocative 7:vocative _ 3 Perkins Perkins PROPN NNP Number=Sing 2 flat 2:flat _ -4 - - PUNCT , _ 7 punct 7:punct _ +4 - - PUNCT , _ 2 punct 2:punct _ 5 Could could AUX MD VerbForm=Fin 7 aux 7:aux _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ 7 forward forward VERB VB VerbForm=Inf 0 root 0:root _ @@ -97099,9 +97135,9 @@ # sent_id = email-enronsent33_01-0018 # text = ***Jason Chumley - Could you forward the number of contractor hours and help/remote support hours. 1 *** *** PUNCT NFP _ 7 punct 7:punct SpaceAfter=No -2 Jason Jason PROPN NNP Number=Sing 7 nsubj 7:nsubj _ +2 Jason Jason PROPN NNP Number=Sing 7 vocative 7:vocative _ 3 Chumley Chumley PROPN NNP Number=Sing 2 flat 2:flat _ -4 - - PUNCT , _ 7 punct 7:punct _ +4 - - PUNCT , _ 2 punct 2:punct _ 5 Could could AUX MD VerbForm=Fin 7 aux 7:aux _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ 7 forward forward VERB VB VerbForm=Inf 0 root 0:root _ @@ -97112,7 +97148,7 @@ 12 hours hour NOUN NNS Number=Plur 9 nmod 9:nmod:of _ 13 and and CCONJ CC _ 18 cc 18:cc _ 14 help help NOUN NN Number=Sing 18 compound 18:compound SpaceAfter=No -15 / / PUNCT , _ 17 cc 17:cc SpaceAfter=No +15 / / SYM , _ 17 cc 17:cc SpaceAfter=No 16 remote remote ADJ JJ Degree=Pos 17 amod 17:amod _ 17 support support NOUN NN Number=Sing 14 conj 14:conj|18:compound _ 18 hours hour NOUN NNS Number=Plur 12 conj 9:nmod:of|12:conj:and SpaceAfter=No @@ -97120,8 +97156,8 @@ # sent_id = email-enronsent33_01-0019 # text = HR - Veronica Parra, Nedre Strambler, Fran Mayes, Felicia Solis -1 HR hr NOUN NN Number=Sing 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 HR HR NOUN NN Number=Sing 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Veronica Veronica PROPN NNP Number=Sing 1 appos 1:appos _ 4 Parra Parra PROPN NNP Number=Sing 3 flat 3:flat SpaceAfter=No 5 , , PUNCT , _ 6 punct 6:punct _ @@ -97137,22 +97173,22 @@ # sent_id = email-enronsent33_01-0020 # text = Legal - Bob Carter, Travis McCullough, Lisa Mellencamp, Shelia Tweed, Richard Sanders, Michelle Cash 1 Legal legal ADJ JJ Degree=Pos 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Bob Bob PROPN NNP Number=Sing 1 appos 1:appos _ 4 Carter Carter PROPN NNP Number=Sing 3 flat 3:flat SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 Travis Travis PROPN NNP Number=Sing 3 conj 1:appos|3:conj _ 7 McCullough McCullough PROPN NNP Number=Sing 6 flat 6:flat SpaceAfter=No -8 , , PUNCT , _ 1 punct 1:punct _ +8 , , PUNCT , _ 9 punct 9:punct _ 9 Lisa Lisa PROPN NNP Number=Sing 3 conj 1:appos|3:conj _ 10 Mellencamp Mellencamp PROPN NNP Number=Sing 9 flat 9:flat SpaceAfter=No -11 , , PUNCT , _ 1 punct 1:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 Shelia Shelia PROPN NNP Number=Sing 3 conj 1:appos|3:conj _ 13 Tweed Tweed PROPN NNP Number=Sing 12 flat 12:flat SpaceAfter=No -14 , , PUNCT , _ 1 punct 1:punct _ +14 , , PUNCT , _ 15 punct 15:punct _ 15 Richard Richard PROPN NNP Number=Sing 3 conj 1:appos|3:conj _ 16 Sanders Sanders PROPN NNP Number=Sing 15 flat 15:flat SpaceAfter=No -17 , , PUNCT , _ 1 punct 1:punct _ +17 , , PUNCT , _ 18 punct 18:punct _ 18 Michelle Michelle PROPN NNP Number=Sing 3 conj 1:appos|3:conj _ 19 Cash Cash PROPN NNP Number=Sing 18 flat 18:flat _ @@ -97175,17 +97211,17 @@ # sent_id = email-enronsent33_01-0022 # text = IT- Jason Chumley -1 IT it NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 - - PUNCT : _ 1 punct 1:punct _ +1 IT IT NOUN NN Number=Sing 0 root 0:root SpaceAfter=No +2 - - PUNCT : _ 3 punct 3:punct _ 3 Jason Jason PROPN NNP Number=Sing 1 appos 1:appos _ 4 Chumley Chumley PROPN NNP Number=Sing 3 flat 3:flat _ # sent_id = email-enronsent33_01-0023 # text = Structuring/Technology - Brad Alford, Chris Coffman, Bill Keeney 1 Structuring structuring NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 / / PUNCT , _ 3 cc 3:cc SpaceAfter=No +2 / / SYM , _ 3 cc 3:cc SpaceAfter=No 3 Technology technology NOUN NN Number=Sing 1 conj 1:conj _ -4 - - PUNCT : _ 3 punct 3:punct _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Brad Brad PROPN NNP Number=Sing 3 appos 3:appos _ 6 Alford Alford PROPN NNP Number=Sing 5 flat 5:flat SpaceAfter=No 7 , , PUNCT , _ 8 punct 8:punct _ @@ -97198,7 +97234,7 @@ # sent_id = email-enronsent33_01-0024 # text = Insurance- David Marshall 1 Insurance insurance NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 - - PUNCT : _ 1 punct 1:punct _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 David David PROPN NNP Number=Sing 1 appos 1:appos _ 4 Marshall Marshall PROPN NNP Number=Sing 3 flat 3:flat _ @@ -97222,9 +97258,9 @@ # sent_id = email-enronsent33_01-0028 # text = 11/28/2000 11:34 AM -1 11/28/2000 11/28/2000 NUM CD NumType=Card 0 root 0:root _ -2 11:34 11:34 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/28/2000 11/28/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 11:34 11:34 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent33_01-0029 # text = Richard, @@ -97253,23 +97289,23 @@ 9 Mark Mark PROPN NNP Number=Sing 7 nmod 7:nmod:with _ 10 H. H. PROPN NNP Number=Sing 9 flat 9:flat _ 11 today today NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod SpaceAfter=No -12 , , PUNCT , _ 15 punct 15:punct _ +12 , , PUNCT , _ 4 punct 4:punct _ 13-14 I'm _ _ _ _ _ _ _ _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj|17:nsubj:xsubj _ -14 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +14 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 15 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 16 to to PART TO _ 17 mark 17:mark _ 17 propose propose VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ 18 that that SCONJ IN _ 20 mark 20:mark _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 speak speak VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 ccomp 17:ccomp _ +20 speak speak VERB VB Mood=Sub|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 ccomp 17:ccomp _ 21 to to ADP IN _ 22 case 22:case _ 22 Stan Stan PROPN NNP Number=Sing 20 obl 20:obl:to _ 23 Klimberg Klimberg PROPN NNP Number=Sing 22 flat 22:flat _ 24 about about SCONJ IN _ 25 mark 25:mark _ 25 getting get VERB VBG VerbForm=Ger 20 advcl 20:advcl:about _ 26 this this PRON DT Number=Sing|PronType=Dem 25 obj 25:obj|27:nsubj:xsubj _ -27 signed sign VERB VBN Tense=Past|VerbForm=Part 25 xcomp 25:xcomp _ +27 signed sign VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 xcomp 25:xcomp _ 28 before before ADP IN _ 31 case 31:case _ 29-30 Thursday's _ _ _ _ _ _ _ _ 29 Thursday Thursday PROPN NNP Number=Sing 31 nmod:poss 31:nmod:poss _ @@ -97283,7 +97319,7 @@ # text = Thanks for your help this morning. 1 Thanks thanks NOUN NN Number=Sing 0 root 0:root _ 2 for for ADP IN _ 4 case 4:case _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 help help NOUN NN Number=Sing 1 nmod 1:nmod:for _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 morning morning NOUN NN Number=Sing 4 nmod:tmod 4:nmod:tmod SpaceAfter=No @@ -97299,33 +97335,33 @@ # text = In the three years I have been here, I am unaware of an ENA/ECT bad faith claim against any insurance company. 1 In in ADP IN _ 4 case 4:case _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 three three NUM CD NumType=Card 4 nummod 4:nummod _ +3 three three NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 years year NOUN NNS Number=Plur 12 obl 12:obl:in _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 been be AUX VBN Tense=Past|VerbForm=Part 8 cop 8:cop _ 8 here here ADV RB PronType=Dem 4 acl:relcl 4:acl:relcl SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ +9 , , PUNCT , _ 4 punct 4:punct _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 11 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 12 unaware unaware ADJ JJ Degree=Pos 0 root 0:root _ 13 of of ADP IN _ 20 case 20:case _ 14 an a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 15 ENA ENA PROPN NNP Number=Sing 17 compound 17:compound SpaceAfter=No -16 / / PUNCT , _ 17 punct 17:punct SpaceAfter=No +16 / / PUNCT , _ 15 punct 15:punct SpaceAfter=No 17 ECT ECT PROPN NNP Number=Sing 20 compound 20:compound _ 18 bad bad ADJ JJ Degree=Pos 19 amod 19:amod _ 19 faith faith NOUN NN Number=Sing 20 compound 20:compound _ 20 claim claim NOUN NN Number=Sing 12 obl 12:obl:of _ 21 against against ADP IN _ 24 case 24:case _ -22 any any DET DT _ 24 det 24:det _ +22 any any DET DT PronType=Ind 24 det 24:det _ 23 insurance insurance NOUN NN Number=Sing 24 compound 24:compound _ 24 company company NOUN NN Number=Sing 20 nmod 20:nmod:against SpaceAfter=No 25 . . PUNCT . _ 12 punct 12:punct _ # sent_id = email-enronsent33_01-0035 # text = Anyone else? -1 Anyone anyone PRON NN Number=Sing 0 root 0:root _ +1 Anyone anyone PRON NN Number=Sing|PronType=Ind 0 root 0:root _ 2 else else ADJ JJ Degree=Pos 1 amod 1:amod SpaceAfter=No 3 ? ? PUNCT . _ 1 punct 1:punct _ @@ -97333,7 +97369,7 @@ # text = If so, please contact Michelle. 1 If if SCONJ IN _ 2 mark 2:mark _ 2 so so ADV RB _ 5 advcl 5:advcl:if SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 please please INTJ UH _ 5 discourse 5:discourse _ 5 contact contact VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 6 Michelle Michelle PROPN NNP Number=Sing 5 obj 5:obj SpaceAfter=No @@ -97346,27 +97382,27 @@ # sent_id = email-enronsent33_01-0038 # text = 11/28/2000 07:35 PM -1 11/28/2000 11/28/2000 NUM CD NumType=Card 0 root 0:root _ -2 07:35 07:35 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/28/2000 11/28/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 07:35 07:35 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent33_01-0039 # text = Justin, I have no knowledge of any bad faith actins Enron has pending inTexas but I will call Richard Sanders who manages domestic litgation here. 1 Justin Justin PROPN NNP Number=Sing 4 vocative 4:vocative SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 no no DET DT _ 6 det 6:det _ +4 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 no no DET DT PronType=Neg 6 det 6:det _ 6 knowledge knowledge NOUN NN Number=Sing 4 obj 4:obj _ 7 of of ADP IN _ 11 case 11:case _ -8 any any DET DT _ 11 det 11:det _ +8 any any DET DT PronType=Ind 11 det 11:det _ 9 bad bad ADJ JJ Degree=Pos 11 amod 11:amod _ 10 faith faith NOUN NN Number=Sing 11 compound 11:compound _ 11 actins actin NOUN NNS Number=Plur 6 nmod 6:nmod:of _ 12 Enron Enron PROPN NNP Number=Sing 13 nsubj 13:nsubj _ 13 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 14 pending pend VERB VBG VerbForm=Ger 11 acl 11:acl _ -15 in in ADP IN _ 16 case 16:case SpaceAfter=No +15 in in ADP IN _ 16 case 16:case CorrectSpaceAfter=Yes|SpaceAfter=No 16 Texas Texas PROPN NNP Number=Sing 13 obl 13:obl:in _ 17 but but CCONJ CC _ 20 cc 20:cc _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ @@ -97385,16 +97421,16 @@ # text = I've read the materials you sent and agree we need to address these allegations appropriately. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|9:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 read read VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 materials material NOUN NNS Number=Plur 3 obj 3:obj _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 sent send VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 agree agree VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +9 agree agree VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj|13:nsubj:xsubj _ -11 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ +11 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ 12 to to PART TO _ 13 mark 13:mark _ 13 address address VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 14 these this DET DT Number=Plur|PronType=Dem 15 det 15:det _ @@ -97404,26 +97440,26 @@ # sent_id = email-enronsent33_01-0041 # text = Richard do you have any bad faith litigation pending against any insurers in Texas or are you aware of any Enron has filed?? -1 Richard Richard PROPN NNP Number=Sing 4 nsubj 4:nsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +1 Richard Richard PROPN NNP Number=Sing 4 vocative 4:vocative _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 have have VERB VB VerbForm=Inf 0 root 0:root _ -5 any any DET DT _ 8 det 8:det _ +5 any any DET DT PronType=Ind 8 det 8:det _ 6 bad bad ADJ JJ Degree=Pos 7 amod 7:amod _ 7 faith faith NOUN NN Number=Sing 8 compound 8:compound _ 8 litigation litigation NOUN NN Number=Sing 4 obj 4:obj _ 9 pending pend VERB VBG VerbForm=Ger 8 acl 8:acl _ 10 against against ADP IN _ 12 case 12:case _ -11 any any DET DT _ 12 det 12:det _ +11 any any DET DT PronType=Ind 12 det 12:det _ 12 insurers insurer NOUN NNS Number=Plur 8 nmod 8:nmod:against _ 13 in in ADP IN _ 14 case 14:case _ 14 Texas Texas PROPN NNP Number=Sing 12 nmod 12:nmod:in _ 15 or or CCONJ CC _ 18 cc 18:cc _ -16 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ +16 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ 18 aware aware ADJ JJ Degree=Pos 4 conj 4:conj:or _ 19 of of ADP IN _ 20 case 20:case _ -20 any any DET DT _ 18 obl 18:obl:of _ +20 any any DET DT PronType=Ind 18 obl 18:obl:of|23:obj _ 21 Enron Enron PROPN NNP Number=Sing 23 nsubj 23:nsubj _ 22 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ 23 filed file VERB VBN Tense=Past|VerbForm=Part 20 acl:relcl 20:acl:relcl SpaceAfter=No @@ -97432,7 +97468,7 @@ # sent_id = email-enronsent33_01-0042 # text = We sued Houston Casualty last year but I don't recall making any bad faith claims. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 sued sue VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 sued sue VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 Houston Houston PROPN NNP Number=Sing 4 compound 4:compound _ 4 Casualty Casualty PROPN NNP Number=Sing 2 obj 2:obj _ 5 last last ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -97440,11 +97476,11 @@ 7 but but CCONJ CC _ 11 cc 11:cc _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj|12:nsubj:xsubj _ 9-10 don't _ _ _ _ _ _ _ _ -9 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 n't not PART RB _ 11 advmod 11:advmod _ 11 recall recall VERB VB VerbForm=Inf 2 conj 2:conj:but _ 12 making make VERB VBG VerbForm=Ger 11 xcomp 11:xcomp _ -13 any any DET DT _ 16 det 16:det _ +13 any any DET DT PronType=Ind 16 det 16:det _ 14 bad bad ADJ JJ Degree=Pos 15 amod 15:amod _ 15 faith faith NOUN NN Number=Sing 16 compound 16:compound _ 16 claims claim NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No @@ -97453,9 +97489,9 @@ # sent_id = email-enronsent33_01-0043 # text = It settled anyway, a long time ago. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 settled settle VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 settled settle VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 anyway anyway ADV RB _ 2 advmod 2:advmod SpaceAfter=No -4 , , PUNCT , _ 2 punct 2:punct _ +4 , , PUNCT , _ 8 punct 8:punct _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 long long ADJ JJ Degree=Pos 7 amod 7:amod _ 7 time time NOUN NN Number=Sing 8 obl:npmod 8:obl:npmod _ @@ -97474,10 +97510,10 @@ # sent_id = email-enronsent33_01-0046 # text = Did you get my fax on Friday? -1 Did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +1 Did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 get get VERB VB VerbForm=Inf 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 fax fax NOUN NN Number=Sing 3 obj 3:obj _ 6 on on ADP IN _ 7 case 7:case _ 7 Friday Friday PROPN NNP Number=Sing 3 obl 3:obl:on SpaceAfter=No @@ -97486,7 +97522,7 @@ # sent_id = email-enronsent33_01-0047 # text = I guess the questions on which I should like your steer are: (a) Do you have a particular sensitivity about the reference to bad faith proceedings made by United India? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 guess guess VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 guess guess VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 questions question NOUN NNS Number=Plur 12 nsubj 9:obl|12:nsubj _ 5 on on ADP IN _ 6 case 6:case _ @@ -97494,14 +97530,14 @@ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 8 should should AUX MD VerbForm=Fin 9 aux 9:aux _ 9 like like VERB VB VerbForm=Inf 4 acl:relcl 4:acl:relcl _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 steer steer NOUN NN Number=Sing 9 obj 9:obj _ -12 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp SpaceAfter=No -13 : : PUNCT : _ 12 punct 12:punct _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp SpaceAfter=No +13 : : PUNCT : _ 19 punct 19:punct _ 14 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No -15 a a X LS _ 19 nummod 19:nummod SpaceAfter=No +15 a a NUM LS _ 19 nummod 19:nummod SpaceAfter=No 16 ) ) PUNCT -RRB- _ 15 punct 15:punct _ -17 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ +17 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 19 nsubj 19:nsubj _ 19 have have VERB VB VerbForm=Inf 12 parataxis 12:parataxis _ 20 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ @@ -97514,16 +97550,16 @@ 27 bad bad ADJ JJ Degree=Pos 28 amod 28:amod _ 28 faith faith NOUN NN Number=Sing 29 compound 29:compound _ 29 proceedings proceedings NOUN NNS Number=Plur 25 nmod 25:nmod:to _ -30 made make VERB VBN Tense=Past|VerbForm=Part 29 acl 29:acl _ +30 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 29 acl 29:acl _ 31 by by ADP IN _ 33 case 33:case _ -32 United United PROPN NNP Number=Sing 33 compound 33:compound _ -33 India India PROPN NNP Number=Sing 30 obl 30:obl:by SpaceAfter=No +32 United United ADJ NNP Degree=Pos 33 amod 33:amod _ +33 India India PROPN NNP Number=Sing 30 obl:agent 30:obl:agent SpaceAfter=No 34 ? ? PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent33_01-0048 # text = (b) Is it right that Enron has 3 sets of bad faith proceedings in Texas? 1 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No -2 b b X LS _ 6 nummod 6:nummod SpaceAfter=No +2 b b NUM LS _ 6 nummod 6:nummod SpaceAfter=No 3 ) ) PUNCT -RRB- _ 2 punct 2:punct _ 4 Is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 expl 6:expl _ @@ -97531,7 +97567,7 @@ 7 that that SCONJ IN _ 9 mark 9:mark _ 8 Enron Enron PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 9 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 csubj 6:csubj _ -10 3 3 NUM CD NumType=Card 11 nummod 11:nummod _ +10 3 3 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 11 sets set NOUN NNS Number=Plur 9 obj 9:obj _ 12 of of ADP IN _ 15 case 15:case _ 13 bad bad ADJ JJ Degree=Pos 14 amod 14:amod _ @@ -97544,9 +97580,9 @@ # sent_id = email-enronsent33_01-0049 # text = (c) Are you happy with the draft letter to Beachcrofts I sent you? 1 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No -2 c c X LS _ 6 nummod 6:nummod SpaceAfter=No +2 c c NUM LS _ 6 nummod 6:nummod SpaceAfter=No 3 ) ) PUNCT -RRB- _ 2 punct 2:punct _ -4 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +4 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 6 happy happy ADJ JJ Degree=Pos 0 root 0:root _ 7 with with ADP IN _ 10 case 10:case _ @@ -97556,8 +97592,8 @@ 11 to to ADP IN _ 12 case 12:case _ 12 Beachcrofts Beachcrofts PROPN NNPS Number=Plur 10 nmod 10:nmod:to _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ -15 you you PRON PRP Case=Acc|Person=2|PronType=Prs 14 obj 14:obj SpaceAfter=No +14 sent send VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +15 you you PRON PRP Case=Acc|Person=2|PronType=Prs 14 iobj 14:iobj SpaceAfter=No 16 ? ? PUNCT . _ 6 punct 6:punct _ # sent_id = email-enronsent33_01-0050 @@ -97584,7 +97620,7 @@ # newpar id = email-enronsent33_01-p0014 # text = Not when I was there, but I wasn't there the whole time. 1 Not not PART RB _ 0 root 0:root _ -2 when when SCONJ WRB PronType=Int 5 mark 5:mark _ +2 when when ADV WRB PronType=Int 5 advmod 5:advmod _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 5 there there ADV RB PronType=Dem 1 advcl 1:advcl:when SpaceAfter=No @@ -97611,7 +97647,7 @@ # sent_id = email-enronsent33_01-0054 # newpar id = email-enronsent33_01-p0016 # text = were you able to discuss the "bad faith" proceedings issue yesterday? -1 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 cop 3:cop _ +1 were be AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 3 able able ADJ JJ Degree=Pos 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ @@ -97630,18 +97666,18 @@ # text = If you got the chance today, I should be really grateful if one of you could give me a call to discuss this issue; I think we should set out DPC's position clearly on this in correspondence without too much delay. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 advcl 12:advcl:if _ +3 got get VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 12 advcl 12:advcl:if _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 chance chance NOUN NN Number=Sing 3 obj 3:obj _ 6 today today NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod SpaceAfter=No -7 , , PUNCT , _ 12 punct 12:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 9 should should AUX MD VerbForm=Fin 12 aux 12:aux _ 10 be be AUX VB VerbForm=Inf 12 cop 12:cop _ 11 really really ADV RB _ 12 advmod 12:advmod _ 12 grateful grateful ADJ JJ Degree=Pos 0 root 0:root _ 13 if if SCONJ IN _ 18 mark 18:mark _ -14 one one NUM CD NumType=Card 18 nsubj 18:nsubj _ +14 one one NUM CD NumForm=Word|NumType=Card 18 nsubj 18:nsubj _ 15 of of ADP IN _ 16 case 16:case _ 16 you you PRON PRP Case=Acc|Person=2|PronType=Prs 14 nmod 14:nmod:of _ 17 could could AUX MD VerbForm=Fin 18 aux 18:aux _ @@ -97653,9 +97689,9 @@ 23 discuss discuss VERB VB VerbForm=Inf 18 advcl 18:advcl:to _ 24 this this DET DT Number=Sing|PronType=Dem 25 det 25:det _ 25 issue issue NOUN NN Number=Sing 23 obj 23:obj SpaceAfter=No -26 ; ; PUNCT , _ 12 punct 12:punct _ +26 ; ; PUNCT , _ 28 punct 28:punct _ 27 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 28 nsubj 28:nsubj _ -28 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 conj 12:conj _ +28 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 conj 12:conj _ 29 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 31 nsubj 31:nsubj _ 30 should should AUX MD VerbForm=Fin 31 aux 31:aux _ 31 set set VERB VB VerbForm=Inf 28 ccomp 28:ccomp _ @@ -97695,29 +97731,29 @@ # sent_id = email-enronsent33_01-0059 # text = It may also be privileged or otherwise protected by work product immunity or other legal rules. -1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj:pass 5:nsubj:pass|8:nsubj:pass _ +1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj|8:nsubj:pass _ 2 may may AUX MD VerbForm=Fin 5 aux 5:aux _ 3 also also ADV RB _ 5 advmod 5:advmod _ -4 be be VERB VB VerbForm=Inf 5 aux:pass 5:aux:pass _ +4 be be AUX VB VerbForm=Inf 5 cop 5:cop _ 5 privileged privileged ADJ JJ Degree=Pos 0 root 0:root _ 6 or or CCONJ CC _ 8 cc 8:cc _ 7 otherwise otherwise ADV RB _ 8 advmod 8:advmod _ -8 protected protect VERB VBN Tense=Past|VerbForm=Part 5 conj 5:conj:or _ +8 protected protect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 conj 5:conj:or _ 9 by by ADP IN _ 12 case 12:case _ 10 work work NOUN NN Number=Sing 11 compound 11:compound _ 11 product product NOUN NN Number=Sing 12 compound 12:compound _ -12 immunity immunity NOUN NN Number=Sing 8 obl 8:obl:by _ +12 immunity immunity NOUN NN Number=Sing 8 obl:agent 8:obl:agent _ 13 or or CCONJ CC _ 16 cc 16:cc _ 14 other other ADJ JJ Degree=Pos 16 amod 16:amod _ 15 legal legal ADJ JJ Degree=Pos 16 amod 16:amod _ -16 rules rule NOUN NNS Number=Plur 12 conj 8:obl:by|12:conj:or SpaceAfter=No +16 rules rule NOUN NNS Number=Plur 12 conj 8:obl:agent|12:conj:or SpaceAfter=No 17 . . PUNCT . _ 5 punct 5:punct _ # sent_id = email-enronsent33_01-0060 # text = If you have received it by mistake please let us know by reply and then delete it from your system; you should not copy the message or disclose its contents to anyone. 1 If if SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 received receive VERB VBN Tense=Past|VerbForm=Part 9 advcl 9:advcl:if _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ 6 by by ADP IN _ 7 case 7:case _ @@ -97733,9 +97769,9 @@ 16 delete delete VERB VB Mood=Imp|VerbForm=Fin 9 conj 9:conj:and _ 17 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 obj 16:obj _ 18 from from ADP IN _ 20 case 20:case _ -19 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 system system NOUN NN Number=Sing 16 obl 16:obl:from SpaceAfter=No -21 ; ; PUNCT , _ 9 punct 9:punct _ +21 ; ; PUNCT , _ 25 punct 25:punct _ 22 you you PRON PRP Case=Nom|Person=2|PronType=Prs 25 nsubj 25:nsubj|29:nsubj _ 23 should should AUX MD VerbForm=Fin 25 aux 25:aux _ 24 not not PART RB _ 25 advmod 25:advmod _ @@ -97744,10 +97780,10 @@ 27 message message NOUN NN Number=Sing 25 obj 25:obj _ 28 or or CCONJ CC _ 29 cc 29:cc _ 29 disclose disclose VERB VB VerbForm=Inf 25 conj 25:conj:or _ -30 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ +30 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ 31 contents contents NOUN NNS Number=Plur 29 obj 29:obj _ 32 to to ADP IN _ 33 case 33:case _ -33 anyone anyone PRON NN Number=Sing 29 obl 29:obl:to SpaceAfter=No +33 anyone anyone PRON NN Number=Sing|PronType=Ind 29 obl 29:obl:to SpaceAfter=No 34 . . PUNCT . _ 9 punct 9:punct _ # sent_id = email-enronsent33_01-0061 @@ -97763,7 +97799,7 @@ 4 Robin Robin PROPN NNP Number=Sing 1 obl 1:obl:to _ 5 Gibbs Gibbs PROPN NNP Number=Sing 4 flat 4:flat _ 6 for for ADP IN _ 8 case 8:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 signature signature NOUN NN Number=Sing 1 obl 1:obl:for SpaceAfter=No 9 . . PUNCT . _ 1 punct 1:punct _ @@ -97779,9 +97815,9 @@ # sent_id = email-enronsent33_01-0065 # text = 11/28/2000 08:22 AM -1 11/28/2000 11/28/2000 NUM CD NumType=Card 0 root 0:root _ -2 08:22 08:22 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/28/2000 11/28/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 08:22 08:22 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent33_01-0066 # text = Richard- @@ -97792,10 +97828,10 @@ # newpar id = email-enronsent33_01-p0020 # text = Per my voice mail, here is the letter. 1 Per per ADP IN _ 4 case 4:case _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 3 voice voice NOUN NN Number=Sing 4 compound 4:compound _ 4 mail mail NOUN NN Number=Sing 6 obl 6:obl:per SpaceAfter=No -5 , , PUNCT , _ 6 punct 6:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 here here ADV RB PronType=Dem 0 root 0:root _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -97806,13 +97842,13 @@ # text = As I mentioned, please let me know when it is ready, and I will send someone to pick it up. 1 As as SCONJ IN _ 3 mark 3:mark _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 mentioned mention VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:as SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +3 mentioned mention VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:as SpaceAfter=No +4 , , PUNCT , _ 3 punct 3:punct _ 5 please please INTJ UH _ 6 discourse 6:discourse _ 6 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 7 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 6 obj 6:obj|8:nsubj:xsubj _ 8 know know VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ -9 when when SCONJ WRB PronType=Int 12 mark 12:mark _ +9 when when ADV WRB PronType=Int 12 advmod 12:advmod _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 12 ready ready ADJ JJ Degree=Pos 8 advcl 8:advcl:when SpaceAfter=No @@ -97821,7 +97857,7 @@ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ 16 will will AUX MD VerbForm=Fin 17 aux 17:aux _ 17 send send VERB VB VerbForm=Inf 6 conj 6:conj:and _ -18 someone someone PRON NN Number=Sing 17 obj 17:obj _ +18 someone someone PRON NN Number=Sing|PronType=Ind 17 obj 17:obj _ 19 to to PART TO _ 20 mark 20:mark _ 20 pick pick VERB VB VerbForm=Inf 18 acl 18:acl:to _ 21 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 obj 20:obj _ @@ -97830,17 +97866,17 @@ # sent_id = email-enronsent33_01-0069 # text = Thank you for your help. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 for for ADP IN _ 5 case 5:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 help help NOUN NN Number=Sing 1 obl 1:obl:for SpaceAfter=No 6 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent33_01-0070 # text = Russ 3-5297 1 Russ Russ PROPN NNP Number=Sing 0 root 0:root _ -2 3-5297 3-5297 NUM CD NumType=Card 1 list 1:list _ +2 3-5297 3-5297 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ # sent_id = email-enronsent33_01-0071 # text = brianp@aiglincoln.com @@ -97857,9 +97893,9 @@ # sent_id = email-enronsent33_01-0073 # text = 11/28/2000 11:25 AM -1 11/28/2000 11/28/2000 NUM CD NumType=Card 0 root 0:root _ -2 11:25 11:25 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/28/2000 11/28/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 11:25 11:25 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent33_01-0074 # text = Hi Rich, @@ -97870,32 +97906,32 @@ # sent_id = email-enronsent33_01-0075 # newpar id = email-enronsent33_01-p0022 # text = Have you heard if the Kinga has had little Brian II yet? -1 Have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 heard hear VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 if if SCONJ IN _ 8 mark 8:mark _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 Kinga Kinga PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 7 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ -8 had have VERB VBN Tense=Past|VerbForm=Part 3 advcl 3:advcl:if _ +8 had have VERB VBN Tense=Past|VerbForm=Part 3 ccomp 3:ccomp _ 9 little little ADJ JJ Degree=Pos 10 amod 10:amod _ 10 Brian Brian PROPN NNP Number=Sing 8 obj 8:obj _ -11 II II PROPN NNP Number=Sing 10 flat 10:flat _ +11 II II NUM CD NumForm=Roman|NumType=Card 10 nummod 10:nummod _ 12 yet yet ADV RB _ 3 advmod 3:advmod SpaceAfter=No 13 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent33_01-0076 # text = Also, remind me of Patterson's email, so I can harass him directly. 1 Also also ADV RB _ 3 advmod 3:advmod SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 remind remind VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj 3:obj _ +4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 iobj 3:iobj _ 5 of of ADP IN _ 8 case 8:case _ 6-7 Patterson's _ _ _ _ _ _ _ _ 6 Patterson Patterson PROPN NNP Number=Sing 8 nmod:poss 8:nmod:poss _ 7 's 's PART POS _ 6 case 6:case _ 8 email email NOUN NN Number=Sing 3 obl 3:obl:of SpaceAfter=No -9 , , PUNCT , _ 3 punct 3:punct _ +9 , , PUNCT , _ 13 punct 13:punct _ 10 so so SCONJ IN _ 13 mark 13:mark _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 12 can can AUX MD VerbForm=Fin 13 aux 13:aux _ @@ -97906,8 +97942,8 @@ # sent_id = email-enronsent33_01-0077 # text = Hope your pre Chanukah planning is going well. -1 Hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +1 Hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 3 pre pre X AFX _ 4 compound 4:compound _ 4 Chanukah Chanukah PROPN NNP Number=Sing 5 compound 5:compound _ 5 planning planning NOUN NN Number=Sing 7 nsubj 7:nsubj _ @@ -97938,9 +97974,9 @@ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 time time NOUN NN Number=Sing 4 obl 4:obl:from _ 8 of of ADP IN _ 10 case 10:case _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 e-mail e-mail NOUN NN Number=Sing 7 nmod 7:nmod:of SpaceAfter=No -11 , , PUNCT , _ 15 punct 15:punct _ +11 , , PUNCT , _ 4 punct 4:punct _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj:pass 15:nsubj:pass _ 13 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 14 getting get AUX VBG VerbForm=Ger 15 aux:pass 15:aux:pass _ @@ -97951,7 +97987,7 @@ # text = Please ask her to be the contact person. 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 ask ask VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj|8:nsubj:xsubj _ +3 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 iobj 2:iobj|8:nsubj:xsubj _ 4 to to PART TO _ 8 mark 8:mark _ 5 be be AUX VB VerbForm=Inf 8 cop 8:cop _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -97961,15 +97997,15 @@ # sent_id = email-enronsent33_01-0082 # text = Robert C Williams@ENRON_DEVELOPMENT -1 Robert robert X GW _ 0 root 0:root _ -2 C c X GW _ 1 goeswith 1:goeswith _ -3 Williams@ENRON_DEVELOPMENT williams@enron_development X ADD _ 1 compound 1:compound _ +1 Robert robertcwilliams@enron_development X GW Typo=Yes 0 root 0:root _ +2 C _ X GW _ 1 goeswith 1:goeswith _ +3 Williams@ENRON_DEVELOPMENT _ X ADD _ 1 goeswith 1:goeswith _ # sent_id = email-enronsent33_01-0083 # text = 11/28/2000 09:46 AM -1 11/28/2000 11/28/2000 NUM CD NumType=Card 0 root 0:root _ -2 09:46 09:46 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/28/2000 11/28/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 09:46 09:46 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent33_01-0084 # text = Now that Michelle is in your fold, do you want to reconsider her being the contact person with AAA on this? @@ -97978,10 +98014,10 @@ 3 Michelle Michelle PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 5 in in ADP IN _ 7 case 7:case _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 fold fold NOUN NN Number=Sing 1 ccomp 1:ccomp SpaceAfter=No -8 , , PUNCT , _ 11 punct 11:punct _ -9 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +8 , , PUNCT , _ 1 punct 1:punct _ +9 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj|13:nsubj:xsubj _ 11 want want VERB VB VerbForm=Inf 0 root 0:root _ 12 to to PART TO _ 13 mark 13:mark _ @@ -98006,7 +98042,7 @@ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 letter letter NOUN NN Number=Sing 3 obj 3:obj _ 7 from from ADP IN _ 9 case 9:case _ -8 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 atty atty NOUN NN Number=Sing 6 nmod 6:nmod:from SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ @@ -98026,62 +98062,63 @@ # sent_id = email-enronsent33_01-0088 # text = 11/27/2000 10:25 AM -1 11/27/2000 11/27/2000 NUM CD NumType=Card 0 root 0:root _ -2 10:25 10:25 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/27/2000 11/27/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 10:25 10:25 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent33_01-0089 # text = As of today, we have not received payment in full as requested in Richard Sanders' letter dated November 16, 2000. 1 As as ADP IN _ 3 case 3:case _ 2 of of ADP IN _ 1 fixed 1:fixed _ 3 today today NOUN NN Number=Sing 8 obl 8:obl:as_of SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 not not PART RB _ 8 advmod 8:advmod _ 8 received receive VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 9 payment payment NOUN NN Number=Sing 8 obj 8:obj _ 10 in in ADP IN _ 11 case 11:case _ 11 full full ADJ JJ Degree=Pos 9 nmod 9:nmod:in _ 12 as as SCONJ IN _ 13 mark 13:mark _ -13 requested request VERB VBN Tense=Past|VerbForm=Part 8 advcl 8:advcl:as _ +13 requested request VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 advcl 8:advcl:as _ 14 in in ADP IN _ 18 case 18:case _ 15 Richard Richard PROPN NNP Number=Sing 18 nmod:poss 18:nmod:poss _ -16 Sanders Sanders PROPN NNP Number=Sing 15 flat 15:flat SpaceAfter=No +16-17 Sanders' _ _ _ _ _ _ _ _ +16 Sanders Sanders PROPN NNP Number=Sing 15 flat 15:flat _ 17 ' 's PART POS _ 15 case 15:case _ -18 letter letter NOUN NN Number=Sing 13 obl 13:obl:in _ -19 dated date VERB VBN Tense=Past|VerbForm=Part 18 acl 18:acl _ -20 November November PROPN NNP Number=Sing 19 appos 19:appos _ -21 16 16 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No -22 , , PUNCT , _ 20 punct 20:punct _ -23 2000 2000 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No +18 letter letter NOUN NN Number=Sing 13 obl 13:obl:in|20:nsubj:xsubj _ +19 dated date VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 acl 18:acl _ +20 November November PROPN NNP Number=Sing 19 xcomp 19:xcomp _ +21 16 16 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No +22 , , PUNCT , _ 23 punct 23:punct _ +23 2000 2000 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No 24 . . PUNCT . _ 8 punct 8:punct _ # sent_id = email-enronsent33_01-0090 # text = We did receive a payment for $3,202.61 on 11-20-2000. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +2 did do AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 receive receive VERB VB VerbForm=Inf 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 payment payment NOUN NN Number=Sing 3 obj 3:obj _ 6 for for ADP IN _ 7 case 7:case _ 7 $ $ SYM $ _ 5 nmod 5:nmod:for SpaceAfter=No -8 3,202.61 3,202.61 NUM CD NumType=Card 7 nummod 7:nummod _ +8 3,202.61 3202.61 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 9 on on ADP IN _ 10 case 10:case _ -10 11-20-2000 11-20-2000 NUM CD NumType=Card 3 obl 3:obl:on SpaceAfter=No +10 11-20-2000 11-20-2000 NUM CD NumForm=Digit|NumType=Card 3 obl 3:obl:on SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent33_01-0091 # text = Richard - please let me know what we need to do next to file suit. 1 Richard Richard PROPN NNP Number=Sing 4 nsubj 4:nsubj _ -2 - - PUNCT , _ 4 punct 4:punct _ +2 - - PUNCT , _ 1 punct 1:punct _ 3 please please INTJ UH _ 4 discourse 4:discourse _ 4 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obj 4:obj|6:nsubj:xsubj _ 6 know know VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 what what PRON WP PronType=Int 9 obj 9:obj|11:nsubj:xsubj _ -8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ +7 what what PRON WP PronType=Int 11 obj 11:obj _ +8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj _ +9 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ 10 to to PART TO _ 11 mark 11:mark _ 11 do do VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 next next ADV RB _ 11 advmod 11:advmod _ @@ -98094,14 +98131,14 @@ # text = Nuria_R_Ibarra@calpx.com on 04/28/2000 11:15:11 AM 1 Nuria_R_Ibarra@calpx.com nuria_r_ibarra@calpx.com X ADD _ 0 root 0:root _ 2 on on ADP IN _ 3 case 3:case _ -3 04/28/2000 04/28/2000 NUM CD NumType=Card 1 obl 1:obl:on _ -4 11:15:11 11:15:11 NUM CD NumType=Card 5 nummod 5:nummod _ -5 AM am NOUN NN Number=Sing 3 nmod:tmod 3:nmod:tmod _ +3 04/28/2000 04/28/2000 NUM CD NumForm=Digit|NumType=Card 1 obl 1:obl:on _ +4 11:15:11 11:15:11 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ +5 AM a.m. NOUN NN Number=Sing 3 nmod:tmod 3:nmod:tmod _ # sent_id = email-enronsent33_01-0093 # text = The attached letter is being sent to you from Patricia Gillman. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 attached attach VERB VBN Tense=Past|VerbForm=Part 3 amod 3:amod _ +2 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 amod 3:amod _ 3 letter letter NOUN NN Number=Sing 6 nsubj:pass 6:nsubj:pass _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 being be AUX VBG VerbForm=Ger 6 aux:pass 6:aux:pass _ @@ -98118,21 +98155,21 @@ # text = (See attached file: Sanders Letter 4_28_00.doc) 1 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No 2 See see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 attached attach VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod _ +3 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod _ 4 file file NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -5 : : PUNCT : _ 4 punct 4:punct _ -6 Sanders sanders X GW _ 4 appos 4:appos _ -7 Letter letter X GW _ 6 goeswith 6:goeswith _ -8 4_28_00.doc 4_28_00.doc NOUN NN Number=Sing 6 goeswith 6:goeswith SpaceAfter=No +5 : : PUNCT : _ 6 punct 6:punct _ +6 Sanders sanders NOUN GW _ 4 appos 4:appos _ +7 Letter letter X GW _ 6 flat 6:flat _ +8 4_28_00.doc 4_28_00.doc X NN Number=Sing 6 flat 6:flat SpaceAfter=No 9 ) ) PUNCT -RRB- _ 2 punct 2:punct _ # sent_id = email-enronsent33_01-0095 # newpar id = email-enronsent33_01-p0028 # text = - Sanders Letter 4_28_00.doc 1 - - PUNCT NFP _ 2 punct 2:punct _ -2 Sanders sanders X GW _ 0 root 0:root _ -3 Letter letter X GW _ 2 goeswith 2:goeswith _ -4 4_28_00.doc 4_28_00.doc NOUN NN Number=Sing 2 goeswith 2:goeswith _ +2 Sanders sanders NOUN GW _ 0 root 0:root _ +3 Letter letter X GW _ 2 flat 2:flat _ +4 4_28_00.doc 4_28_00.doc X NN Number=Sing 2 flat 2:flat _ # sent_id = email-enronsent33_01-0096 # newpar id = email-enronsent33_01-p0029 @@ -98143,9 +98180,9 @@ # sent_id = email-enronsent33_01-0097 # text = 11/28/2000 09:56 PM -1 11/28/2000 11/28/2000 NUM CD NumType=Card 0 root 0:root _ -2 09:56 09:56 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/28/2000 11/28/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 09:56 09:56 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent33_01-0098 # text = I am sending you a letter from their atty. @@ -98156,7 +98193,7 @@ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 letter letter NOUN NN Number=Sing 3 obj 3:obj _ 7 from from ADP IN _ 9 case 9:case _ -8 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 atty atty NOUN NN Number=Sing 6 nmod 6:nmod:from SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ @@ -98176,62 +98213,63 @@ # sent_id = email-enronsent33_01-0101 # text = 11/27/2000 10:25 AM -1 11/27/2000 11/27/2000 NUM CD NumType=Card 0 root 0:root _ -2 10:25 10:25 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/27/2000 11/27/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 10:25 10:25 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent33_01-0102 # text = As of today, we have not received payment in full as requested in Richard Sanders' letter dated November 16, 2000. 1 As as ADP IN _ 3 case 3:case _ 2 of of ADP IN _ 1 fixed 1:fixed _ 3 today today NOUN NN Number=Sing 8 obl 8:obl:as_of SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 not not PART RB _ 8 advmod 8:advmod _ 8 received receive VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 9 payment payment NOUN NN Number=Sing 8 obj 8:obj _ 10 in in ADP IN _ 11 case 11:case _ 11 full full ADJ JJ Degree=Pos 9 nmod 9:nmod:in _ 12 as as SCONJ IN _ 13 mark 13:mark _ -13 requested request VERB VBN Tense=Past|VerbForm=Part 8 advcl 8:advcl:as _ +13 requested request VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 advcl 8:advcl:as _ 14 in in ADP IN _ 18 case 18:case _ 15 Richard Richard PROPN NNP Number=Sing 18 nmod:poss 18:nmod:poss _ -16 Sanders Sanders PROPN NNP Number=Sing 15 flat 15:flat SpaceAfter=No +16-17 Sanders' _ _ _ _ _ _ _ _ +16 Sanders Sanders PROPN NNP Number=Sing 15 flat 15:flat _ 17 ' 's PART POS _ 15 case 15:case _ -18 letter letter NOUN NN Number=Sing 13 obl 13:obl:in _ -19 dated date VERB VBN Tense=Past|VerbForm=Part 18 acl 18:acl _ -20 November November PROPN NNP Number=Sing 19 appos 19:appos _ -21 16 16 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No -22 , , PUNCT , _ 20 punct 20:punct _ -23 2000 2000 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No +18 letter letter NOUN NN Number=Sing 13 obl 13:obl:in|20:nsubj:xsubj _ +19 dated date VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 acl 18:acl _ +20 November November PROPN NNP Number=Sing 19 xcomp 19:xcomp _ +21 16 16 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No +22 , , PUNCT , _ 23 punct 23:punct _ +23 2000 2000 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No 24 . . PUNCT . _ 8 punct 8:punct _ # sent_id = email-enronsent33_01-0103 # text = We did receive a payment for $3,202.61 on 11-20-2000. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +2 did do AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 receive receive VERB VB VerbForm=Inf 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 payment payment NOUN NN Number=Sing 3 obj 3:obj _ 6 for for ADP IN _ 7 case 7:case _ 7 $ $ SYM $ _ 5 nmod 5:nmod:for SpaceAfter=No -8 3,202.61 3,202.61 NUM CD NumType=Card 7 nummod 7:nummod _ +8 3,202.61 3202.61 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 9 on on ADP IN _ 10 case 10:case _ -10 11-20-2000 11-20-2000 NUM CD NumType=Card 3 obl 3:obl:on SpaceAfter=No +10 11-20-2000 11-20-2000 NUM CD NumForm=Digit|NumType=Card 3 obl 3:obl:on SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ # sent_id = email-enronsent33_01-0104 # text = Richard - please let me know what we need to do next to file suit. 1 Richard Richard PROPN NNP Number=Sing 4 nsubj 4:nsubj _ -2 - - PUNCT , _ 4 punct 4:punct _ +2 - - PUNCT , _ 1 punct 1:punct _ 3 please please INTJ UH _ 4 discourse 4:discourse _ 4 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obj 4:obj|6:nsubj:xsubj _ 6 know know VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 what what PRON WP PronType=Int 9 obj 9:obj|11:nsubj:xsubj _ -8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ +7 what what PRON WP PronType=Int 11 obj 11:obj _ +8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj _ +9 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ 10 to to PART TO _ 11 mark 11:mark _ 11 do do VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 next next ADV RB _ 11 advmod 11:advmod _ @@ -98258,23 +98296,23 @@ # sent_id = email-enronsent33_01-0107 # text = 11/13/2000 03:43 PM -1 11/13/2000 11/13/2000 NUM CD NumType=Card 0 root 0:root _ -2 03:43 03:43 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/13/2000 11/13/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 03:43 03:43 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent33_01-0108 # text = Here are the revised dates for the response/reply/and hearing dates for Enron's motion to compel. 1 Here here ADV RB PronType=Dem 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 revised revise VERB VBN Tense=Past|VerbForm=Part 5 amod 5:amod _ +4 revised revise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 amod 5:amod _ 5 dates date NOUN NNS Number=Plur 1 nsubj 1:nsubj _ 6 for for ADP IN _ 14 case 14:case _ 7 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 8 response response NOUN NN Number=Sing 14 compound 14:compound SpaceAfter=No -9 / / PUNCT , _ 8 punct 8:punct SpaceAfter=No +9 / / PUNCT , _ 10 punct 10:punct SpaceAfter=No 10 reply reply NOUN NN Number=Sing 8 conj 8:conj:and|14:compound SpaceAfter=No -11 / / PUNCT , _ 8 punct 8:punct SpaceAfter=No +11 / / PUNCT , _ 13 punct 13:punct SpaceAfter=No 12 and and CCONJ CC _ 13 cc 13:cc _ 13 hearing hearing NOUN NN Number=Sing 8 conj 8:conj:and|14:compound _ 14 dates date NOUN NNS Number=Plur 5 nmod 5:nmod:for _ @@ -98293,16 +98331,17 @@ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 3 may may AUX MD VerbForm=Fin 4 aux 4:aux _ 4 recall recall VERB VB VerbForm=Inf 7 advcl 7:advcl:as SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 say say VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ +9 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 deposition deposition NOUN NN Number=Sing 9 obj 9:obj _ 12 on on ADP IN _ 16 case 16:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -14 parties party NOUN NNS Number=Plur 16 nmod:poss 16:nmod:poss SpaceAfter=No +14-15 parties' _ _ _ _ _ _ _ _ +14 parties party NOUN NNS Number=Plur 16 nmod:poss 16:nmod:poss _ 15 ' 's PART POS _ 14 case 14:case _ 16 intention intention NOUN NN Number=Sing 11 nmod 11:nmod:on SpaceAfter=No 17 . . PUNCT . _ 7 punct 7:punct _ @@ -98319,25 +98358,25 @@ 8 soon soon ADV RB Degree=Pos 4 advmod 4:advmod _ 9 if if SCONJ IN _ 12 mark 12:mark _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj|14:nsubj:xsubj _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 going go VERB VBG Tense=Pres|VerbForm=Part 4 advcl 4:advcl:if _ 13 to to PART TO _ 14 mark 14:mark _ 14 follow follow VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 15 through through ADP RP _ 14 compound:prt 14:compound:prt _ 16 on on ADP IN _ 18 case 18:case _ -17 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 threat threat NOUN NN Number=Sing 14 obl 14:obl:on SpaceAfter=No 19 . . PUNCT . _ 4 punct 4:punct _ # sent_id = email-enronsent33_01-0111 # text = I passed along to Liz Austin your request regarding pleadings A&K has filed setting forth the Trustee's position in connection with the enforcement/nonenforcement of the power contracts and what remedies the Trustee is seeking. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 passed pass VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 passed pass VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 along along ADV RB _ 2 advmod 2:advmod _ 4 to to ADP IN _ 5 case 5:case _ 5 Liz Liz PROPN NNP Number=Sing 2 obl 2:obl:to _ 6 Austin Austin PROPN NNP Number=Sing 5 flat 5:flat _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 request request NOUN NN Number=Sing 2 obj 2:obj _ 9 regarding regard VERB VBG VerbForm=Ger 10 case 10:case _ 10 pleadings pleading NOUN NNS Number=Plur 8 nmod 8:nmod:regarding _ @@ -98354,30 +98393,30 @@ 20 in in ADP IN _ 21 case 21:case _ 21 connection connection NOUN NN Number=Sing 19 nmod 19:nmod:in _ 22 with with ADP IN _ 24 case 24:case _ -23 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ +23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 enforcement enforcement NOUN NN Number=Sing 21 nmod 21:nmod:with SpaceAfter=No -25 / / PUNCT , _ 26 cc 26:cc SpaceAfter=No +25 / / SYM , _ 26 cc 26:cc SpaceAfter=No 26 nonenforcement nonenforcement NOUN NN Number=Sing 24 conj 21:nmod:with|24:conj _ 27 of of ADP IN _ 30 case 30:case _ 28 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 29 power power NOUN NN Number=Sing 30 compound 30:compound _ 30 contracts contract NOUN NNS Number=Plur 24 nmod 24:nmod:of _ 31 and and CCONJ CC _ 32 cc 32:cc _ -32 what what DET WDT PronType=Int 26 conj 26:conj:and _ +32 what what DET WDT PronType=Int 33 det 33:det _ 33 remedies remedy NOUN NNS Number=Plur 37 obj 37:obj _ 34 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ 35 Trustee trustee NOUN NN Number=Sing 37 nsubj 37:nsubj _ 36 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 37 aux 37:aux _ -37 seeking seek VERB VBG Tense=Pres|VerbForm=Part 32 acl:relcl 32:acl:relcl SpaceAfter=No +37 seeking seek VERB VBG Tense=Pres|VerbForm=Part 24 conj 24:conj:and SpaceAfter=No 38 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent33_01-0112 # text = As you see below, she is pulling those together. 1 As as SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:as _ +3 see see VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:as _ 4 below below ADV RB _ 3 advmod 3:advmod SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +5 , , PUNCT , _ 3 punct 3:punct _ 6 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 pulling pull VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ @@ -98415,7 +98454,7 @@ # sent_id = email-enronsent33_01-0116 # text = Talked to Craig and the Court today. -1 Talked talk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Talked talk VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 to to ADP IN _ 3 case 3:case _ 3 Craig Craig PROPN NNP Number=Sing 1 obl 1:obl:to _ 4 and and CCONJ CC _ 6 cc 6:cc _ @@ -98434,11 +98473,11 @@ 6 now now ADV RB _ 7 advmod 7:advmod _ 7 scheduled schedule VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 8 for for ADP IN _ 9 case 9:case _ -9 Dec. Dec. PROPN NNP Number=Sing 7 obl 7:obl:for _ -10 12 12 NUM CD NumType=Card 9 nummod 9:nummod _ +9 Dec. December PROPN NNP Abbr=Yes|Number=Sing 7 obl 7:obl:for _ +10 12 12 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 11 at at ADP IN _ 13 case 13:case _ -12 2 2 NUM CD NumType=Card 13 nummod 13:nummod SpaceAfter=No -13 p.m p.m NOUN NN Number=Sing 9 nmod 9:nmod:at SpaceAfter=No +12 2 2 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod SpaceAfter=No +13 p.m p.m. NOUN NN Number=Sing 9 nmod 9:nmod:at SpaceAfter=No 14 . . PUNCT . _ 7 punct 7:punct _ # sent_id = email-enronsent33_01-0118 @@ -98448,39 +98487,39 @@ 2 trustee trustee NOUN NN Number=Sing 5 nmod:poss 5:nmod:poss _ 3 's 's PART POS _ 2 case 2:case _ 4 oppositon oppositon NOUN NN Number=Sing 5 compound 5:compound _ -5 papers papers NOUN NNS Number=Plur 8 nsubj 8:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +5 papers paper NOUN NNS Number=Plur 8 nsubj 8:nsubj _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 now now ADV RB _ 8 advmod 8:advmod _ 8 due due ADJ JJ Degree=Pos 0 root 0:root _ -9 Nov Nov PROPN NNP Number=Sing 8 obl:npmod 8:obl:npmod _ -10 27 27 NUM CD NumType=Card 9 nummod 9:nummod _ +9 Nov November PROPN NNP Abbr=Yes|Number=Sing 8 obl:npmod 8:obl:npmod _ +10 27 27 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 11 and and CCONJ CC _ 15 cc 15:cc _ 12 Enron Enron PROPN NNP Number=Sing 13 compound 13:compound _ 13 reply reply NOUN NN Number=Sing 15 nsubj 15:nsubj _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 15 due due ADJ JJ Degree=Pos 8 conj 8:conj:and _ -16 Dec Dec PROPN NNP Number=Sing 15 obl:npmod 15:obl:npmod _ -17 1 1 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No +16 Dec December PROPN NNP Abbr=Yes|Number=Sing 15 obl:npmod 15:obl:npmod _ +17 1 1 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No 18 . . PUNCT . _ 8 punct 8:punct _ # sent_id = email-enronsent33_01-0119 # text = I have my paralegal gathering the pleadings Enron requested. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ -4 paralegal paralegal NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 gathering gather VERB VBG VerbForm=Ger 2 ccomp 2:ccomp _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +4 paralegal paralegal NOUN NN Number=Sing 2 obj 2:obj|5:nsubj:xsubj _ +5 gathering gather VERB VBG VerbForm=Ger 2 xcomp 2:xcomp _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 pleadings pleading NOUN NNS Number=Plur 5 obj 5:obj _ 8 Enron Enron PROPN NNP Number=Sing 9 nsubj 9:nsubj _ -9 requested request VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl SpaceAfter=No +9 requested request VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ # sent_id = email-enronsent33_01-0120 # text = That is all for now. 1 That that PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 all all DET DT _ 0 root 0:root _ +3 all all DET DT PronType=Tot 0 root 0:root _ 4 for for ADP IN _ 5 case 5:case _ 5 now now ADV RB _ 3 obl 3:obl:for SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct SpaceAfter=No @@ -98501,7 +98540,7 @@ # text = The information contained in this email message is intended only for use of the individual or entity named above. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 information information NOUN NN Number=Sing 9 nsubj:pass 9:nsubj:pass _ -3 contained contain VERB VBN Tense=Past|VerbForm=Part 2 acl 2:acl _ +3 contained contain VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 acl 2:acl _ 4 in in ADP IN _ 7 case 7:case _ 5 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 6 email email NOUN NN Number=Sing 7 compound 7:compound _ @@ -98516,7 +98555,7 @@ 15 individual individual NOUN NN Number=Sing 12 nmod 12:nmod:of _ 16 or or CCONJ CC _ 17 cc 17:cc _ 17 entity entity NOUN NN Number=Sing 15 conj 12:nmod:of|15:conj:or _ -18 named name VERB VBN Tense=Past|VerbForm=Part 15 acl 15:acl _ +18 named name VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 acl 15:acl _ 19 above above ADV RB _ 18 advmod 18:advmod SpaceAfter=No 20 . . PUNCT . _ 9 punct 9:punct _ @@ -98531,7 +98570,7 @@ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 8 not not PART RB _ 11 advmod 11:advmod _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 intended intend VERB VBN Tense=Past|VerbForm=Part 11 amod 11:amod _ +10 intended intend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 amod 11:amod _ 11 recipient recipient NOUN NN Number=Sing 30 advcl 30:advcl:if SpaceAfter=No 12 , , PUNCT , _ 15 punct 15:punct _ 13 or or CCONJ CC _ 15 cc 15:cc _ @@ -98545,15 +98584,15 @@ 21 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 obj 20:obj _ 22 to to ADP IN _ 25 case 25:case _ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ -24 intended intend VERB VBN Tense=Past|VerbForm=Part 25 amod 25:amod _ +24 intended intend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 amod 25:amod _ 25 recipient recipient NOUN NN Number=Sing 20 obl 20:obl:to SpaceAfter=No -26 , , PUNCT , _ 30 punct 30:punct _ +26 , , PUNCT , _ 11 punct 11:punct _ 27 you you PRON PRP Case=Nom|Person=2|PronType=Prs 30 nsubj:pass 30:nsubj:pass _ -28 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 30 aux:pass 30:aux:pass _ +28 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 30 aux:pass 30:aux:pass _ 29 hereby hereby ADV RB _ 30 advmod 30:advmod _ 30 notified notify VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 31 that that SCONJ IN _ 43 mark 43:mark _ -32 any any DET DT _ 33 det 33:det _ +32 any any DET DT PronType=Ind 33 det 33:det _ 33 dissemination dissemination NOUN NN Number=Sing 43 nsubj:pass 43:nsubj:pass SpaceAfter=No 34 , , PUNCT , _ 35 punct 35:punct _ 35 distribution distribution NOUN NN Number=Sing 33 conj 33:conj:or|43:nsubj:pass _ @@ -98571,21 +98610,21 @@ # text = If you have received this communication in error, please immediately notify us by telephone (713-546-5000), and destroy the original message. 1 If if SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 received receive VERB VBN Tense=Past|VerbForm=Part 12 advcl 12:advcl:if _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 communication communication NOUN NN Number=Sing 4 obj 4:obj _ 7 in in ADP IN _ 8 case 8:case _ 8 error error NOUN NN Number=Sing 4 obl 4:obl:in SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ +9 , , PUNCT , _ 4 punct 4:punct _ 10 please please INTJ UH _ 12 discourse 12:discourse _ 11 immediately immediately ADV RB _ 12 advmod 12:advmod _ 12 notify notify VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -13 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 12 obj 12:obj _ +13 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 12 iobj 12:iobj _ 14 by by ADP IN _ 15 case 15:case _ 15 telephone telephone NOUN NN Number=Sing 12 obl 12:obl:by _ 16 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No -17 713-546-5000 713-546-5000 NUM CD NumType=Card 15 appos 15:appos SpaceAfter=No +17 713-546-5000 713-546-5000 NUM CD NumForm=Digit|NumType=Card 15 appos 15:appos SpaceAfter=No 18 ) ) PUNCT -RRB- _ 17 punct 17:punct SpaceAfter=No 19 , , PUNCT , _ 21 punct 21:punct _ 20 and and CCONJ CC _ 21 cc 21:cc _ @@ -98597,7 +98636,7 @@ # sent_id = email-enronsent33_01-0126 # text = Thank you. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No 3 . . PUNCT . _ 1 punct 1:punct _ @@ -98614,9 +98653,9 @@ # sent_id = email-enronsent33_01-0128 # text = 11/08/2000 02:19 PM -1 11/08/2000 11/08/2000 NUM CD NumType=Card 0 root 0:root _ -2 02:19 02:19 NUM CD NumType=Card 3 nummod 3:nummod _ -3 PM pm NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/08/2000 11/08/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 02:19 02:19 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 PM p.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent33_01-0129 # text = Dear Mr. Sanders - @@ -98633,26 +98672,26 @@ # text = While I left a you a phone message with some information about our project, I thought I could give you some additional details by e-mail as well... 1 While while SCONJ IN _ 3 mark 3:mark _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 advcl 17:advcl:while _ +3 left leave VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 17 advcl 17:advcl:while _ 4 a a DET DT Definite=Ind|PronType=Art 5 reparandum 5:reparandum _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 3 iobj 3:iobj _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 phone phone NOUN NN Number=Sing 8 compound 8:compound _ 8 message message NOUN NN Number=Sing 3 obj 3:obj _ 9 with with ADP IN _ 11 case 11:case _ -10 some some DET DT _ 11 det 11:det _ +10 some some DET DT PronType=Ind 11 det 11:det _ 11 information information NOUN NN Number=Sing 8 nmod 8:nmod:with _ 12 about about ADP IN _ 14 case 14:case _ -13 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 project project NOUN NN Number=Sing 11 nmod 11:nmod:about SpaceAfter=No -15 , , PUNCT , _ 17 punct 17:punct _ +15 , , PUNCT , _ 3 punct 3:punct _ 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -17 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +17 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ 19 could could AUX MD VerbForm=Fin 20 aux 20:aux _ 20 give give VERB VB VerbForm=Inf 17 ccomp 17:ccomp _ 21 you you PRON PRP Case=Acc|Person=2|PronType=Prs 20 iobj 20:iobj _ -22 some some DET DT _ 24 det 24:det _ +22 some some DET DT PronType=Ind 24 det 24:det _ 23 additional additional ADJ JJ Degree=Pos 24 amod 24:amod _ 24 details detail NOUN NNS Number=Plur 20 obj 20:obj _ 25 by by ADP IN _ 26 case 26:case _ @@ -98668,7 +98707,7 @@ # sent_id = email-enronsent33_01-0133 # text = We are still very interested in having Enron support our eCommerce Dispute Management Protocol.? 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 still still ADV RB _ 5 advmod 5:advmod _ 4 very very ADV RB _ 5 advmod 5:advmod _ 5 interested interested ADJ JJ Degree=Pos 0 root 0:root _ @@ -98676,7 +98715,7 @@ 7 having have VERB VBG VerbForm=Ger 5 advcl 5:advcl:in _ 8 Enron Enron PROPN NNP Number=Sing 7 obj 7:obj|9:nsubj:xsubj _ 9 support support VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ -10 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +10 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 11 eCommerce ecommerce NOUN NN Number=Sing 14 compound 14:compound _ 12 Dispute dispute NOUN NN Number=Sing 13 compound 13:compound _ 13 Management management NOUN NN Number=Sing 14 compound 14:compound _ @@ -98686,13 +98725,13 @@ # sent_id = email-enronsent33_01-0134 # text = We have had enthusiastic responses from companies such as AT&T, Duke Energy, Pitney Bowes and DaimlerChrysler, and I would be pleased to answer any questions you may have about this focal point for our educational efforts.? 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 enthusiastic enthusiastic ADJ JJ Degree=Pos 5 amod 5:amod _ 5 responses response NOUN NNS Number=Plur 3 obj 3:obj _ 6 from from ADP IN _ 7 case 7:case _ 7 companies company NOUN NNS Number=Plur 3 obl 3:obl:from _ -8 such such ADJ JJ Degree=Pos 10 case 10:case _ +8 such such ADJ JJ Degree=Pos|ExtPos=ADP 10 case 10:case _ 9 as as ADP IN _ 8 fixed 8:fixed _ 10 AT&T AT&T PROPN NNP Number=Sing 7 nmod 7:nmod:such_as SpaceAfter=No 11 , , PUNCT , _ 13 punct 13:punct _ @@ -98702,7 +98741,7 @@ 15 Pitney Pitney PROPN NNP Number=Sing 10 conj 7:nmod:such_as|10:conj:and _ 16 Bowes Bowes PROPN NNP Number=Sing 15 flat 15:flat _ 17 and and CCONJ CC _ 19 cc 19:cc _ -18 Daimler Daimler PROPN NNP Number=Sing 19 compound 19:compound SpaceAfter=No +18 Daimler Daimler PROPN NNP Number=Sing 19 compound 19:compound CorrectSpaceAfter=Yes|SpaceAfter=No 19 Chrysler Chrysler PROPN NNP Number=Sing 10 conj 7:nmod:such_as|10:conj:and SpaceAfter=No 20 , , PUNCT , _ 25 punct 25:punct _ 21 and and CCONJ CC _ 25 cc 25:cc _ @@ -98712,7 +98751,7 @@ 25 pleased pleased ADJ JJ Degree=Pos 3 conj 3:conj:and _ 26 to to PART TO _ 27 mark 27:mark _ 27 answer answer VERB VB VerbForm=Inf 25 advcl 25:advcl:to _ -28 any any DET DT _ 29 det 29:det _ +28 any any DET DT PronType=Ind 29 det 29:det _ 29 questions question NOUN NNS Number=Plur 27 obj 27:obj _ 30 you you PRON PRP Case=Nom|Person=2|PronType=Prs 32 nsubj 32:nsubj _ 31 may may AUX MD VerbForm=Fin 32 aux 32:aux _ @@ -98722,7 +98761,7 @@ 35 focal focal ADJ JJ Degree=Pos 36 amod 36:amod _ 36 point point NOUN NN Number=Sing 29 nmod 29:nmod:about _ 37 for for ADP IN _ 40 case 40:case _ -38 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 40 nmod:poss 40:nmod:poss _ +38 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 40 nmod:poss 40:nmod:poss _ 39 educational educational ADJ JJ Degree=Pos 40 amod 40:amod _ 40 efforts effort NOUN NNS Number=Plur 36 nmod 36:nmod:for SpaceAfter=No 41 .? .? PUNCT . _ 3 punct 3:punct _ @@ -98733,11 +98772,11 @@ 2 real real ADJ JJ Degree=Pos 3 amod 3:amod _ 3 purpose purpose NOUN NN Number=Sing 11 nsubj 11:nsubj _ 4 of of ADP IN _ 6 case 6:case _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 call call NOUN NN Number=Sing 3 nmod 3:nmod:of SpaceAfter=No -7 , , PUNCT , _ 11 punct 11:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 however however ADV RB _ 11 advmod 11:advmod SpaceAfter=No -9 , , PUNCT , _ 11 punct 11:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 11 related related ADJ JJ Degree=Pos 0 root 0:root _ 12 to to ADP IN _ 14 case 14:case _ @@ -98771,7 +98810,7 @@ 11 been be AUX VBN Tense=Past|VerbForm=Part 12 aux 12:aux _ 12 developing develop VERB VBG Tense=Pres|VerbForm=Part 8 acl:relcl 8:acl:relcl _ 13 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -14 American American PROPN NNP Number=Sing 16 compound 16:compound _ +14 American American ADJ NNP Degree=Pos 16 amod 16:amod _ 15 Arbitration Arbitration PROPN NNP Number=Sing 16 compound 16:compound _ 16-17 Association's _ _ _ _ _ _ _ _ 16 Association Association PROPN NNP Number=Sing 20 nmod:poss 20:nmod:poss _ @@ -98783,7 +98822,7 @@ 22 services service NOUN NNS Number=Plur 20 conj 12:obj|20:conj:and _ 23 for for ADP IN _ 26 case 26:case _ 24 eCommerce ecommerce NOUN NN Number=Sing 25 compound 25:compound _ -25 B2B b2b NOUN NN Number=Sing 26 compound 26:compound _ +25 B2B B2B NOUN NN Number=Sing 26 compound 26:compound _ 26 transactions transaction NOUN NNS Number=Plur 20 nmod 20:nmod:for SpaceAfter=No 27 .? .? PUNCT . _ 4 punct 4:punct _ @@ -98793,7 +98832,7 @@ 2 this this DET DT Number=Sing|PronType=Dem 3 det 3:det _ 3 time time NOUN NN Number=Sing 6 obl 6:obl:at _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 putting put VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 7 together together ADV RB _ 6 advmod 6:advmod _ 8 small small ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -98801,13 +98840,13 @@ 10 groups group NOUN NNS Number=Plur 6 obj 6:obj _ 11 to to PART TO _ 12 mark 12:mark _ 12 validate validate VERB VB VerbForm=Inf 10 acl 10:acl:to _ -13 some some DET DT _ 12 obj 12:obj _ +13 some some DET DT PronType=Ind 12 obj 12:obj _ 14 of of ADP IN _ 16 case 16:case _ -15 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 assumptions assumption NOUN NNS Number=Plur 13 nmod 13:nmod:of _ 17 and and CCONJ CC _ 18 cc 18:cc _ 18 refine refine VERB VB VerbForm=Inf 12 conj 10:acl:to|12:conj:and _ -19 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +19 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 20 initial initial ADJ JJ Degree=Pos 22 amod 22:amod _ 21 service service NOUN NN Number=Sing 22 compound 22:compound _ 22 offerings offering NOUN NNS Number=Plur 18 obj 18:obj SpaceAfter=No @@ -98816,19 +98855,19 @@ # sent_id = email-enronsent33_01-0138 # text = Initially our design group, along with perhaps one of our technology consultants, would like to meet with a group of Enron people for half a day.? 1 Initially initially ADV RB _ 16 advmod 16:advmod _ -2 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 3 design design NOUN NN Number=Sing 4 compound 4:compound _ 4 group group NOUN NN Number=Sing 16 nsubj 16:nsubj|18:nsubj:xsubj SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 9 punct 9:punct _ 6 along along ADP IN _ 9 case 9:case _ 7 with with ADP IN _ 9 case 9:case _ 8 perhaps perhaps ADV RB _ 9 advmod 9:advmod _ -9 one one NUM CD NumType=Card 4 nmod 4:nmod:with _ +9 one one NUM CD NumForm=Word|NumType=Card 4 nmod 4:nmod:with _ 10 of of ADP IN _ 13 case 13:case _ -11 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 12 technology technology NOUN NN Number=Sing 13 compound 13:compound _ 13 consultants consultant NOUN NNS Number=Plur 9 nmod 9:nmod:of SpaceAfter=No -14 , , PUNCT , _ 16 punct 16:punct _ +14 , , PUNCT , _ 4 punct 4:punct _ 15 would would AUX MD VerbForm=Fin 16 aux 16:aux _ 16 like like VERB VB VerbForm=Inf 0 root 0:root _ 17 to to PART TO _ 18 mark 18:mark _ @@ -98840,7 +98879,7 @@ 23 Enron Enron PROPN NNP Number=Sing 24 compound 24:compound _ 24 people people NOUN NNS Number=Plur 21 nmod 21:nmod:of _ 25 for for ADP IN _ 28 case 28:case _ -26 half half DET PDT _ 28 det:predet 28:det:predet _ +26 half half DET PDT NumForm=Word|NumType=Frac|PronType=Ind 28 det:predet 28:det:predet _ 27 a a DET DT Definite=Ind|PronType=Art 28 det 28:det _ 28 day day NOUN NN Number=Sing 18 obl 18:obl:for SpaceAfter=No 29 .? .? PUNCT . _ 16 punct 16:punct _ @@ -98853,9 +98892,9 @@ 4 would would AUX MD VerbForm=Fin 5 aux 5:aux _ 5 consist consist VERB VB VerbForm=Inf 0 root 0:root _ 6 of of ADP IN _ 10 case 10:case _ -7 four four NUM CD NumType=Card 10 nummod 10:nummod _ +7 four four NUM CD NumForm=Word|NumType=Card 10 nummod 10:nummod _ 8 to to ADP IN _ 9 case 9:case _ -9 six six NUM CD NumType=Card 7 nmod 7:nmod:to _ +9 six six NUM CD NumForm=Word|NumType=Card 7 nmod 7:nmod:to _ 10 people people NOUN NNS Number=Plur 5 obl 5:obl:of _ 11 from from ADP IN _ 12 case 12:case _ 12 finance finance NOUN NN Number=Sing 10 nmod 10:nmod:from SpaceAfter=No @@ -98867,12 +98906,12 @@ 18 so so SCONJ IN _ 21 mark 21:mark _ 19 that that SCONJ IN _ 18 fixed 18:fixed _ 20 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 21 nsubj 21:nsubj _ -21 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:so_that _ +21 get get VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:so_that _ 22 good good ADJ JJ Degree=Pos 24 amod 24:amod _ 23 cross-functional cross-functional ADJ JJ Degree=Pos 24 amod 24:amod _ 24 feedback feedback NOUN NN Number=Sing 21 obj 21:obj _ 25 about about ADP IN _ 27 case 27:case _ -26 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +26 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 27 services service NOUN NNS Number=Plur 24 nmod 24:nmod:about SpaceAfter=No 28 .? .? PUNCT . _ 5 punct 5:punct _ @@ -98884,14 +98923,14 @@ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 5 would would AUX MD VerbForm=Fin 6 aux 6:aux _ 6 provide provide VERB VB VerbForm=Inf 0 root 0:root _ -7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 6 obj 6:obj _ +7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 6 iobj 6:iobj _ 8 with with ADP IN _ 11 case 11:case _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 brief brief ADJ JJ Degree=Pos 11 amod 11:amod _ 11 description description NOUN NN Number=Sing 6 obl 6:obl:with _ 12 of of ADP IN _ 16 case 16:case _ -13 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ -14 proposed propose VERB VBN Tense=Past|VerbForm=Part 16 amod 16:amod _ +13 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +14 proposed propose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 amod 16:amod _ 15 service service NOUN NN Number=Sing 16 compound 16:compound _ 16 offerings offering NOUN NNS Number=Plur 11 nmod 11:nmod:of _ 17 and and CCONJ CC _ 19 cc 19:cc _ @@ -98910,14 +98949,14 @@ # text = The real focus of the meeting will be on how we should build these services to meet the needs of businesses operating in B2B marketplaces.? 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 real real ADJ JJ Degree=Pos 3 amod 3:amod _ -3 focus focus NOUN NN Number=Sing 13 nsubj 13:nsubj _ +3 focus focus NOUN NN Number=Sing 13 nsubj:outer 13:nsubj:outer _ 4 of of ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 meeting meeting NOUN NN Number=Sing 3 nmod 3:nmod:of _ 7 will will AUX MD VerbForm=Fin 13 aux 13:aux _ 8 be be AUX VB VerbForm=Inf 13 cop 13:cop _ 9 on on SCONJ IN _ 13 mark 13:mark _ -10 how how SCONJ WRB PronType=Int 13 mark 13:mark _ +10 how how ADV WRB PronType=Int 13 advmod 13:advmod _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 12 should should AUX MD VerbForm=Fin 13 aux 13:aux _ 13 build build VERB VB VerbForm=Inf 0 root 0:root _ @@ -98931,21 +98970,21 @@ 21 businesses business NOUN NNS Number=Plur 19 nmod 19:nmod:of _ 22 operating operate VERB VBG VerbForm=Ger 21 acl 21:acl _ 23 in in ADP IN _ 25 case 25:case _ -24 B2B b2b NOUN NN Number=Sing 25 compound 25:compound _ +24 B2B B2B NOUN NN Number=Sing 25 compound 25:compound _ 25 marketplaces marketplace NOUN NNS Number=Plur 22 obl 22:obl:in SpaceAfter=No 26 .? .? PUNCT . _ 13 punct 13:punct _ # sent_id = email-enronsent33_01-0142 # text = We are very concerned with providing services that are relevant to that environment. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 concerned concerned ADJ JJ Degree=Pos 0 root 0:root _ 5 with with SCONJ IN _ 6 mark 6:mark _ 6 providing provide VERB VBG VerbForm=Ger 4 advcl 4:advcl:with _ 7 services service NOUN NNS Number=Plur 6 obj 6:obj|10:nsubj _ 8 that that PRON WDT PronType=Rel 10 nsubj 7:ref _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 relevant relevant ADJ JJ Degree=Pos 7 acl:relcl 7:acl:relcl _ 11 to to ADP IN _ 13 case 13:case _ 12 that that DET DT Number=Sing|PronType=Dem 13 det 13:det _ @@ -98961,16 +99000,16 @@ 5 meet meet VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 between between ADP IN _ 7 case 7:case _ 7 November November PROPN NNP Number=Sing 5 obl 5:obl:between _ -8 14 14 NUM CD NumType=Card 7 nummod 7:nummod _ +8 14 14 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 9 and and CCONJ CC _ 11 cc 11:cc SpaceAfter=No -10 ? ? PUNCT , _ 7 punct 7:punct SpaceAfter=No +10 ? ? PUNCT , _ 9 punct 9:punct SpaceAfter=No 11 December December PROPN NNP Number=Sing 7 conj 5:obl:between|7:conj:and _ -12 1 1 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No -13 ? ? PUNCT , _ 5 punct 5:punct SpaceAfter=No +12 1 1 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No +13 ? ? PUNCT , _ 11 punct 11:punct SpaceAfter=No 14 since since SCONJ IN _ 21 mark 21:mark _ 15 construction construction NOUN NN Number=Sing 21 nsubj 21:nsubj _ 16 of of ADP IN _ 18 case 18:case _ -17 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 services service NOUN NNS Number=Plur 15 nmod 15:nmod:of _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 20 already already ADV RB _ 21 advmod 21:advmod _ @@ -98997,11 +99036,11 @@ 16 call call NOUN NN Number=Sing 13 obj 13:obj _ 17 if if SCONJ IN _ 19 mark 19:mark _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 19 nsubj 19:nsubj _ -19 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ -20 any any DET DT _ 21 det 21:det _ +19 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ +20 any any DET DT PronType=Ind 21 det 21:det _ 21 questions question NOUN NNS Number=Plur 19 obj 19:obj _ 22 ( ( PUNCT -LRB- _ 23 punct 23:punct SpaceAfter=No -23 978-376-9004 978-376-9004 NUM CD NumType=Card 2 parataxis 2:parataxis SpaceAfter=No +23 978-376-9004 978-376-9004 NUM CD NumForm=Digit|NumType=Card 2 parataxis 2:parataxis SpaceAfter=No 24 ) ) PUNCT -RRB- _ 23 punct 23:punct SpaceAfter=No 25 . . PUNCT . _ 23 punct 23:punct _ @@ -99027,14 +99066,14 @@ 2 Strathmann Strathmann PROPN NNP Number=Sing 1 flat 1:flat _ 3 eCommerce ecommerce NOUN NN Number=Sing 4 compound 4:compound _ 4 Group group NOUN NN Number=Sing 1 list 1:list _ -5 American American PROPN NNP Number=Sing 7 compound 7:compound _ +5 American American ADJ NNP Degree=Pos 7 amod 7:amod _ 6 Arbitration Arbitration PROPN NNP Number=Sing 7 compound 7:compound _ 7 Association Association PROPN NNP Number=Sing 1 list 1:list _ -8 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No -9 978 978 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No -10 ) ) PUNCT -RRB- _ 11 punct 11:punct _ -11 376-9004 376-9004 NUM CD NumType=Card 1 list 1:list _ -12 303-294-4499 303-294-4499 NUM CD NumType=Card 11 conj 11:conj _ +8 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No +9 978 978 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No +10 ) ) PUNCT -RRB- _ 9 punct 9:punct _ +11 376-9004 376-9004 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ +12 303-294-4499 303-294-4499 NUM CD NumForm=Digit|NumType=Card 11 conj 11:conj _ # sent_id = email-enronsent33_01-0149 # text = "Neal S. Manne" @@ -99049,20 +99088,20 @@ # sent_id = email-enronsent33_01-0150 # text = 11/29/2000 09:52 AM -1 11/29/2000 11/29/2000 NUM CD NumType=Card 0 root 0:root _ -2 09:52 09:52 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/29/2000 11/29/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 09:52 09:52 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent33_01-0151 # text = Thanks, Richard. 1 Thanks thanks NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ -3 Richard Richard PROPN NNP Number=Sing 1 parataxis 1:parataxis SpaceAfter=No +2 , , PUNCT , _ 3 punct 3:punct _ +3 Richard Richard PROPN NNP Number=Sing 1 vocative 1:vocative SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ # sent_id = email-enronsent33_01-0152 # text = Do you have a tel # for Mike? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -99085,9 +99124,9 @@ # sent_id = email-enronsent33_01-0155 # text = 11/29/2000 10:45 AM -1 11/29/2000 11/29/2000 NUM CD NumType=Card 0 root 0:root _ -2 10:45 10:45 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/29/2000 11/29/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 10:45 10:45 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent33_01-0156 # text = I'll send a copy of the suit filed against the generators as soon as I get it. @@ -99100,7 +99139,7 @@ 6 of of ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 suit suit NOUN NN Number=Sing 5 nmod 5:nmod:of _ -9 filed file VERB VBN Tense=Past|VerbForm=Part 8 acl 8:acl _ +9 filed file VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl 8:acl _ 10 against against ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 generators generator NOUN NNS Number=Plur 9 obl 9:obl:against _ @@ -99108,7 +99147,7 @@ 14 soon soon ADV RB Degree=Pos 3 advmod 3:advmod _ 15 as as SCONJ IN _ 17 mark 17:mark _ 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -17 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:as _ +17 get get VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:as _ 18 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 obj 17:obj SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ @@ -99122,7 +99161,7 @@ # text = "Leopold, Jason" 1 " " PUNCT `` _ 2 punct 2:punct SpaceAfter=No 2 Leopold Leopold PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 Jason Jason PROPN NNP Number=Sing 2 flat 2:flat SpaceAfter=No 5 " " PUNCT '' _ 2 punct 2:punct _ 6 < < PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No @@ -99131,9 +99170,9 @@ # sent_id = email-enronsent33_01-0159 # text = 11/29/2000 10:40 AM -1 11/29/2000 11/29/2000 NUM CD NumType=Card 0 root 0:root _ -2 10:40 10:40 NUM CD NumType=Card 3 nummod 3:nummod _ -3 AM am NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ +1 11/29/2000 11/29/2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 10:40 10:40 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 AM a.m. NOUN NN Number=Sing 1 nmod:tmod 1:nmod:tmod _ # sent_id = email-enronsent33_01-0160 # text = Hello Energyphiles: @@ -99145,7 +99184,7 @@ # newpar id = email-enronsent33_01-p0041 # text = OK, perhaps it was inevitable. 1 OK ok INTJ UH _ 6 discourse 6:discourse SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 perhaps perhaps ADV RB _ 6 advmod 6:advmod _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ @@ -99170,7 +99209,7 @@ 5-6 Diego's _ _ _ _ _ _ _ _ 5 Diego Diego PROPN NNP Number=Sing 4 flat 4:flat _ 6 's 's PART POS _ 4 case 4:case _ -7 best best ADJ JJS Degree=Sup 12 amod 12:amod _ +7 best good ADJ JJS Degree=Sup 12 amod 12:amod _ 8 anti-trust anti-trust ADJ JJ Degree=Pos 12 amod 12:amod _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 class class NOUN NN Number=Sing 11 compound 11:compound _ @@ -99200,7 +99239,7 @@ 34 electricity electricity NOUN NN Number=Sing 35 compound 35:compound _ 35 overcharges overcharge NOUN NNS Number=Plur 32 obj 32:obj|38:nsubj _ 36 that that PRON WDT PronType=Rel 38 nsubj 35:ref _ -37 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 38 aux 38:aux _ +37 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 38 aux 38:aux _ 38 battered batter VERB VBN Tense=Past|VerbForm=Part 35 acl:relcl 35:acl:relcl _ 39 San San PROPN NNP Number=Sing 38 obj 38:obj _ 40 Diego Diego PROPN NNP Number=Sing 39 flat 39:flat _ @@ -99237,17 +99276,17 @@ # sent_id = email-enronsent33_01-0165 # text = WHEN: 11am - noon 1 WHEN when ADV WRB PronType=Int 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ -3 11 11 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No -4 am am NOUN NN Number=Sing 1 appos 1:appos _ +2 : : PUNCT : _ 4 punct 4:punct _ +3 11 11 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No +4 am a.m. NOUN NN Number=Sing 1 appos 1:appos _ 5 - - SYM SYM _ 6 case 6:case _ 6 noon noon NOUN NN Number=Sing 4 nmod 4:nmod _ # sent_id = email-enronsent33_01-0166 # text = WHERE: 550 West C St. (b/t Columbia & India) Suite 1810 Law Offices of Levine, Steinberg, Miller & Huver 619-231-9449 1 WHERE where ADV WRB PronType=Int 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ -3 550 550 NUM CD NumType=Card 6 nummod 6:nummod _ +2 : : PUNCT : _ 6 punct 6:punct _ +3 550 550 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 4 West West PROPN NNP Number=Sing 6 compound 6:compound _ 5 C C PROPN NNP Number=Sing 6 compound 6:compound _ 6 St. St. PROPN NNP Number=Sing 1 appos 1:appos _ @@ -99258,9 +99297,9 @@ 11 India India PROPN NNP Number=Sing 9 conj 6:nmod:between|9:conj SpaceAfter=No 12 ) ) PUNCT -RRB- _ 9 punct 9:punct _ 13 Suite suite NOUN NN Number=Sing 6 appos 6:appos _ -14 1810 1810 NUM CD NumType=Card 13 nummod 13:nummod _ +14 1810 1810 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 15 Law Law PROPN NNP Number=Sing 16 compound 16:compound _ -16 Offices Offices PROPN NNPS Number=Plur 6 appos 6:appos _ +16 Offices Office PROPN NNPS Number=Plur 6 appos 6:appos _ 17 of of ADP IN _ 18 case 18:case _ 18 Levine Levine PROPN NNP Number=Sing 16 nmod 16:nmod:of SpaceAfter=No 19 , , PUNCT , _ 20 punct 20:punct _ @@ -99269,16 +99308,16 @@ 22 Miller Miller PROPN NNP Number=Sing 18 conj 16:nmod:of|18:conj _ 23 & & CCONJ CC _ 24 cc 24:cc _ 24 Huver Huver PROPN NNP Number=Sing 18 conj 16:nmod:of|18:conj _ -25 619-231-9449 619-231-9449 NUM CD NumType=Card 6 list 6:list _ +25 619-231-9449 619-231-9449 NUM CD NumForm=Digit|NumType=Card 6 list 6:list _ # sent_id = email-enronsent33_01-0167 # text = WHAT: Copies of the filed complaint will be made available at that time. 1 WHAT what PRON WP PronType=Int 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 10 punct 10:punct _ 3 Copies copy NOUN NNS Number=Plur 10 nsubj:pass 10:nsubj:pass|11:nsubj:xsubj _ 4 of of ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 filed file VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +6 filed file VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 complaint complaint NOUN NN Number=Sing 3 nmod 3:nmod:of _ 8 will will AUX MD VerbForm=Fin 10 aux 10:aux _ 9 be be AUX VB VerbForm=Inf 10 aux:pass 10:aux:pass _ @@ -99314,7 +99353,7 @@ # sent_id = email-enronsent33_01-0169 # text = We are hopeful that we can post the complaint to the UCAN web site later today. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 hopeful hopeful ADJ JJ Degree=Pos 0 root 0:root _ 4 that that SCONJ IN _ 7 mark 7:mark _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ @@ -99327,7 +99366,7 @@ 12 UCAN UCAN PROPN NNP Number=Sing 14 compound 14:compound _ 13 web web NOUN NN Number=Sing 14 compound 14:compound _ 14 site site NOUN NN Number=Sing 7 obl 7:obl:to _ -15 later later ADV RB _ 16 advmod 16:advmod _ +15 later late ADV RBR Degree=Cmp 16 advmod 16:advmod _ 16 today today NOUN NN Number=Sing 7 obl:tmod 7:obl:tmod SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ @@ -99341,9 +99380,9 @@ 2 Time time NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 best best ADJ JJS Degree=Sup 6 amod 6:amod _ +5 best good ADJ JJS Degree=Sup 6 amod 6:amod _ 6 teacher teacher NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 11 punct 11:punct _ 8 except except ADP IN _ 11 case 11:case _ 9 for for ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ @@ -99352,8 +99391,8 @@ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 14 kills kill VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 acl 11:acl:that _ 15 off off ADP RP _ 14 compound:prt 14:compound:prt _ -16 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ -17 best best ADJ JJS Degree=Sup 18 amod 18:amod _ +16 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 best good ADJ JJS Degree=Sup 18 amod 18:amod _ 18 students student NOUN NNS Number=Plur 14 obj 14:obj SpaceAfter=No 19 " " PUNCT '' _ 6 punct 6:punct _ @@ -99364,21 +99403,22 @@ 3 Executive executive ADJ JJ Degree=Pos 4 amod 4:amod _ 4 Director director NOUN NN Number=Sing 1 list 1:list _ 5 Utility Utility PROPN NNP Number=Sing 6 compound 6:compound _ -6 Consumers Consumers PROPN NNPS Number=Plur 9 nmod:poss 9:nmod:poss SpaceAfter=No +6-7 Consumers' _ _ _ _ _ _ _ _ +6 Consumers Consumer PROPN NNPS Number=Plur 9 nmod:poss 9:nmod:poss _ 7 ' 's PART POS _ 6 case 6:case _ 8 Action Action PROPN NNP Number=Sing 9 compound 9:compound _ 9 Network Network PROPN NNP Number=Sing 1 list 1:list _ -10 1717 1717 NUM CD NumType=Card 12 nummod 12:nummod _ +10 1717 1717 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 11 Kettner Kettner PROPN NNP Number=Sing 12 compound 12:compound _ 12 Blvd. Blvd. PROPN NNP Number=Sing 1 list 1:list _ 13 Suite suite NOUN NN Number=Sing 12 appos 12:appos _ -14 105 105 NUM CD NumType=Card 13 nummod 13:nummod _ +14 105 105 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 15 San San PROPN NNP Number=Sing 12 appos 12:appos _ 16 Diego Diego PROPN NNP Number=Sing 15 flat 15:flat SpaceAfter=No -17 , , PUNCT , _ 15 punct 15:punct _ +17 , , PUNCT , _ 18 punct 18:punct _ 18 CA CA PROPN NNP Number=Sing 15 appos 15:appos _ -19 92101 92101 NUM CD NumType=Card 12 appos 12:appos _ -20 619-696-6966 619-696-6966 NUM CD NumType=Card 1 list 1:list _ +19 92101 92101 NUM CD NumForm=Digit|NumType=Card 12 appos 12:appos _ +20 619-696-6966 619-696-6966 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 21 mshames@ucan.org mshames@ucan.org X ADD _ 1 list 1:list _ # newdoc id = newsgroup-groups.google.com_alt.animals.badgers_172dcd8baf26948f_ENG_20040823_121900 @@ -99391,9 +99431,9 @@ 4 Marriage marriage NOUN NN Number=Sing 2 nmod 2:nmod:of _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 Kids kid NOUN NNS Number=Plur 4 conj 2:nmod:of|4:conj:and SpaceAfter=No -7 , , PUNCT , _ 2 punct 2:punct _ +7 , , PUNCT , _ 9 punct 9:punct _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -9 heard hear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +9 heard hear VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 10 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 9 obj 9:obj SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ @@ -99401,12 +99441,12 @@ # text = Marriage is, in and of itself, a noble concept, but it too often leads to kids and kids flat out suck. 1 Marriage marriage NOUN NN Number=Sing 11 nsubj 11:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop SpaceAfter=No -3 , , PUNCT , _ 11 punct 11:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 in in ADP IN _ 7 case 7:case _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 of of ADP IN _ 4 conj 4:conj:and|7:case _ 7 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs|Reflex=Yes 11 obl 11:obl:of SpaceAfter=No -8 , , PUNCT , _ 11 punct 11:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 noble noble ADJ JJ Degree=Pos 11 amod 11:amod _ 11 concept concept NOUN NN Number=Sing 0 root 0:root SpaceAfter=No @@ -99422,7 +99462,7 @@ 21 kids kid NOUN NNS Number=Plur 24 nsubj 24:nsubj _ 22 flat flat ADV RB _ 23 advmod 23:advmod _ 23 out out ADV RB _ 24 advmod 24:advmod _ -24 suck suck VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 conj 17:conj:and SpaceAfter=No +24 suck suck VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 conj 17:conj:and SpaceAfter=No 25 . . PUNCT . _ 11 punct 11:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.badgers_172dcd8baf26948f_ENG_20040823_121900-0003 @@ -99431,11 +99471,11 @@ 2 can can AUX MD VerbForm=Fin 4 aux 4:aux _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 4 say say VERB VB VerbForm=Inf 9 ccomp 9:ccomp _ -5 such such DET PDT _ 7 det:predet 7:det:predet _ +5 such such DET PDT PronType=Ind 7 det:predet 7:det:predet _ 6 an a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 abomination abomination NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No -8 , , PUNCT , _ 9 punct 9:punct _ -9 ask ask VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 , , PUNCT , _ 4 punct 4:punct _ +9 ask ask VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj SpaceAfter=No 11 ? ? PUNCT . _ 9 punct 9:punct _ @@ -99446,7 +99486,7 @@ 3 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obl 1:obl:around _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 notice notice VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ -6 all all DET PDT _ 12 det:predet 12:det:predet _ +6 all all DET PDT PronType=Tot 12 det:predet 12:det:predet _ 7 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 8 mind mind NOUN NN Number=Sing 9 compound 9:compound _ 9 numbing numb VERB VBG VerbForm=Ger 12 amod 12:amod _ @@ -99463,17 +99503,17 @@ 20 , , PUNCT , _ 23 punct 23:punct _ 21 yet yet CCONJ CC _ 23 cc 23:cc _ 22 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 23 nsubj 23:nsubj _ -23 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 conj 12:acl:relcl|19:conj:yet SpaceAfter=No +23 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 conj 12:acl:relcl|19:conj:yet SpaceAfter=No 24 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.badgers_172dcd8baf26948f_ENG_20040823_121900-0005 # text = These are the people who keep Jerry springer on the air. 1 These this PRON DT Number=Plur|PronType=Dem 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 people people NOUN NNS Number=Plur 0 root 0:root|6:nsubj _ 5 who who PRON WP PronType=Rel 6 nsubj 4:ref _ -6 keep keep VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +6 keep keep VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 Jerry Jerry PROPN NNP Number=Sing 6 obj 6:obj _ 8 springer springer PROPN NNP Number=Sing 7 flat 7:flat _ 9 on on ADP IN _ 11 case 11:case _ @@ -99484,31 +99524,31 @@ # sent_id = newsgroup-groups.google.com_alt.animals.badgers_172dcd8baf26948f_ENG_20040823_121900-0006 # text = These are the kids who will destroy society, because of the crapfest the American family has become under the post hippie culture, you heard again. 1 These this PRON DT Number=Plur|PronType=Dem 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 kids kid NOUN NNS Number=Plur 0 root 0:root|7:nsubj _ 5 who who PRON WP PronType=Rel 7 nsubj 4:ref _ 6 will will AUX MD VerbForm=Fin 7 aux 7:aux _ 7 destroy destroy VERB VB VerbForm=Inf 4 acl:relcl 4:acl:relcl _ 8 society society NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No -9 , , PUNCT , _ 7 punct 7:punct _ +9 , , PUNCT , _ 13 punct 13:punct _ 10 because because ADP IN _ 13 case 13:case _ 11 of of ADP IN _ 10 fixed 10:fixed _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 crapfest crapfest NOUN NN Number=Sing 7 obl 7:obl:because_of _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -15 American american ADJ JJ Degree=Pos 16 amod 16:amod _ +15 American American ADJ JJ Degree=Pos 16 amod 16:amod _ 16 family family NOUN NN Number=Sing 18 nsubj 18:nsubj _ 17 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 18 become become VERB VBN Tense=Past|VerbForm=Part 13 acl:relcl 13:acl:relcl _ 19 under under ADP IN _ 23 case 23:case _ 20 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -21 post post X AFX _ 22 advmod 22:advmod _ +21 post post ADV AFX _ 22 advmod 22:advmod _ 22 hippie hippie ADJ JJ Degree=Pos 23 amod 23:amod _ 23 culture culture NOUN NN Number=Sing 18 obl 18:obl:under SpaceAfter=No -24 , , PUNCT , _ 4 punct 4:punct _ +24 , , PUNCT , _ 26 punct 26:punct _ 25 you you PRON PRP Case=Nom|Person=2|PronType=Prs 26 nsubj 26:nsubj _ -26 heard hear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ +26 heard hear VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ 27 again again ADV RB _ 26 advmod 26:advmod SpaceAfter=No 28 . . PUNCT . _ 4 punct 4:punct _ @@ -99522,7 +99562,7 @@ 6 reading read VERB VBG VerbForm=Ger 4 advcl 4:advcl:by _ 7 this this PRON DT Number=Sing|PronType=Dem 6 obj 6:obj _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 blame blame VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +9 blame blame VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 kids kid NOUN NNS Number=Plur 9 obj 9:obj SpaceAfter=No 12 ..... ..... PUNCT , _ 4 punct 4:punct _ @@ -99531,33 +99571,33 @@ # text = Not so, Kids are what kids are and will do what they do. 1 Not not PART RB _ 2 advmod 2:advmod _ 2 so so ADV RB _ 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 6 punct 6:punct _ 4 Kids kid NOUN NNS Number=Plur 6 nsubj 6:nsubj|11:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -6 what what PRON WP PronType=Int 2 parataxis 2:parataxis _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +6 what what PRON WP PronType=Rel 2 parataxis 2:parataxis _ 7 kids kid NOUN NNS Number=Plur 8 nsubj 8:nsubj _ -8 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl Promoted=Yes 9 and and CCONJ CC _ 11 cc 11:cc _ 10 will will AUX MD VerbForm=Fin 11 aux 11:aux _ 11 do do VERB VB VerbForm=Inf 6 conj 6:conj:and _ -12 what what PRON WP PronType=Int 11 obj 11:obj _ +12 what what PRON WP PronType=Rel 11 obj 11:obj|14:obj _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -14 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 acl:relcl 12:acl:relcl SpaceAfter=No -15 . . PUNCT . _ 1 punct 1:punct _ +14 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 acl:relcl 12:acl:relcl SpaceAfter=No +15 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.badgers_172dcd8baf26948f_ENG_20040823_121900-0009 # text = It is literally monkey see and monkey do with them. -1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 literally literally ADV RB _ 2 advmod 2:advmod _ +1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj:outer 5:nsubj:outer|8:nsubj:outer _ +2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 literally literally ADV RB _ 5 advmod 5:advmod _ 4 monkey monkey NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 see see VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ +5 see see VERB VB VerbForm=Inf 0 root 0:root _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 monkey monkey NOUN NN Number=Sing 8 nsubj 8:nsubj _ -8 do do VERB VB VerbForm=Inf 5 conj 2:ccomp|5:conj:and _ +8 do do VERB VB VerbForm=Inf 5 conj 0:root|5:conj:and _ 9 with with ADP IN _ 10 case 10:case _ -10 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 2 obl 2:obl:with SpaceAfter=No -11 . . PUNCT . _ 2 punct 2:punct _ +10 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 5 obl 5:obl:with SpaceAfter=No +11 . . PUNCT . _ 5 punct 5:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.badgers_172dcd8baf26948f_ENG_20040823_121900-0010 # text = That will likely never change. @@ -99571,7 +99611,7 @@ # sent_id = newsgroup-groups.google.com_alt.animals.badgers_172dcd8baf26948f_ENG_20040823_121900-0011 # text = It's the bad parents out there who fuck up their lives and dont seem to understand that once you decide to have kids, it is indeed time to grow up and be a responsible role model for those kids. 1-2 It's _ _ _ _ _ _ _ _ -1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ +1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 expl 5:expl _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 bad bad ADJ JJ Degree=Pos 5 amod 5:amod _ @@ -99579,25 +99619,25 @@ 6 out out ADV RB _ 7 advmod 7:advmod _ 7 there there ADV RB PronType=Dem 5 advmod 5:advmod _ 8 who who PRON WP PronType=Rel 9 nsubj 5:ref _ -9 fuck fuck VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +9 fuck fuck VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 advcl:relcl 5:advcl:relcl _ 10 up up ADP RP _ 9 compound:prt 9:compound:prt _ -11 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 lives life NOUN NNS Number=Plur 9 obj 9:obj _ 13 and and CCONJ CC _ 16 cc 16:cc _ 14-15 dont _ _ _ _ _ _ _ _ -14 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ -15 nt not PART RB _ 16 advmod 16:advmod _ +14 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +15 nt not PART RB Typo=Yes 16 advmod 16:advmod CorrectForm=n't 16 seem seem VERB VB VerbForm=Inf 9 conj 5:acl:relcl|9:conj:and _ 17 to to PART TO _ 18 mark 18:mark _ 18 understand understand VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 19 that that SCONJ IN _ 30 mark 30:mark _ 20 once once SCONJ IN _ 22 mark 22:mark _ 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj|24:nsubj:xsubj _ -22 decide decide VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 30 advcl 30:advcl:once _ +22 decide decide VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 30 advcl 30:advcl:once _ 23 to to PART TO _ 24 mark 24:mark _ 24 have have VERB VB VerbForm=Inf 22 xcomp 22:xcomp _ 25 kids kid NOUN NNS Number=Plur 24 obj 24:obj SpaceAfter=No -26 , , PUNCT , _ 30 punct 30:punct _ +26 , , PUNCT , _ 22 punct 22:punct _ 27 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 30 nsubj 30:nsubj _ 28 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 30 cop 30:cop _ 29 indeed indeed ADV RB _ 30 advmod 30:advmod _ @@ -99621,7 +99661,7 @@ 1 Very very ADV RB _ 2 advmod 2:advmod _ 2 few few ADJ JJ Degree=Pos 3 amod 3:amod _ 3 parents parent NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 this this PRON DT Number=Sing|PronType=Dem 4 obj 4:obj SpaceAfter=No 6 . . PUNCT . _ 4 punct 4:punct _ @@ -99637,9 +99677,9 @@ 8 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 9 Politically politically ADV RB _ 10 advmod 10:advmod _ 10 correct correct ADJ JJ Degree=Pos 19 amod 19:amod SpaceAfter=No -11 , , PUNCT , _ 19 punct 19:punct _ +11 , , PUNCT , _ 10 punct 10:punct _ 12 permissive permissive ADJ JJ Degree=Pos 19 amod 19:amod SpaceAfter=No -13 , , PUNCT , _ 19 punct 19:punct _ +13 , , PUNCT , _ 12 punct 12:punct _ 14 time time NOUN NN Number=Sing 15 compound 15:compound _ 15 out out NOUN NN Number=Sing 16 obj 16:obj _ 16 granting grant VERB VBG VerbForm=Ger 19 acl 19:acl _ @@ -99654,18 +99694,18 @@ # sent_id = newsgroup-groups.google.com_alt.animals.badgers_172dcd8baf26948f_ENG_20040823_121900-0014 # text = When you blame it all on society, there's noone to to take responsibility and all of a sudden you have generation of fucked up kids who are likley smoking, drinking, doing drugs, fucking the neighbor or some internet perv just because you are too lazy to see waht they're doing. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 blame blame VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:when _ +3 blame blame VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:when _ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ -5 all all DET DT _ 4 advmod 4:advmod _ +5 all all DET DT PronType=Tot 4 advmod 4:advmod _ 6 on on ADP IN _ 7 case 7:case _ 7 society society NOUN NN Number=Sing 3 obl 3:obl:on SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +8 , , PUNCT , _ 3 punct 3:punct _ 9-10 there's _ _ _ _ _ _ _ _ 9 there there PRON EX _ 10 expl 10:expl _ 10 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -11 noone noone NOUN NN Number=Sing 10 nsubj 10:nsubj _ +11 noone no-one PRON NN Number=Sing|PronType=Neg|Typo=Yes 10 nsubj 10:nsubj CorrectForm=no-one 12 to to PART TO _ 14 reparandum 14:reparandum _ 13 to to PART TO _ 14 mark 14:mark _ 14 take take VERB VB VerbForm=Inf 11 acl 11:acl:to _ @@ -99676,15 +99716,15 @@ 19 a a ADV RB _ 20 advmod 20:advmod _ 20 sudden sudden ADV RB _ 22 advmod 22:advmod _ 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ -22 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 conj 10:conj:and _ +22 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 conj 10:conj:and _ 23 generation generation NOUN NN Number=Sing 22 obj 22:obj _ 24 of of ADP IN _ 27 case 27:case _ -25 fucked fuck VERB VBN Tense=Past|VerbForm=Part 27 amod 27:amod _ +25 fucked fuck VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 27 amod 27:amod _ 26 up up ADP RP _ 25 compound 25:compound _ 27 kids kid NOUN NNS Number=Plur 23 nmod 23:nmod:of|31:nsubj|33:nsubj|35:nsubj|38:nsubj _ 28 who who PRON WP PronType=Rel 31 nsubj 27:ref _ -29 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ -30 likley likley ADV RB _ 31 advmod 31:advmod _ +29 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ +30 likley likely ADV RB Typo=Yes 31 advmod 31:advmod CorrectForm=likely 31 smoking smoke VERB VBG Tense=Pres|VerbForm=Part 27 acl:relcl 27:acl:relcl SpaceAfter=No 32 , , PUNCT , _ 33 punct 33:punct _ 33 drinking drink VERB VBG Tense=Pres|VerbForm=Part 31 conj 27:acl:relcl|31:conj SpaceAfter=No @@ -99696,21 +99736,21 @@ 39 the the DET DT Definite=Def|PronType=Art 40 det 40:det _ 40 neighbor neighbor NOUN NN Number=Sing 38 obj 38:obj _ 41 or or CCONJ CC _ 44 cc 44:cc _ -42 some some DET DT _ 44 det 44:det _ +42 some some DET DT PronType=Ind 44 det 44:det _ 43 internet internet NOUN NN Number=Sing 44 compound 44:compound _ 44 perv perv NOUN NN Number=Sing 40 conj 38:obj|40:conj:or _ 45 just just ADV RB _ 50 advmod 50:advmod _ 46 because because SCONJ IN _ 50 mark 50:mark _ 47 you you PRON PRP Case=Nom|Person=2|PronType=Prs 50 nsubj 50:nsubj _ -48 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 50 cop 50:cop _ +48 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 50 cop 50:cop _ 49 too too ADV RB _ 50 advmod 50:advmod _ 50 lazy lazy ADJ JJ Degree=Pos 31 advcl 31:advcl:because _ 51 to to PART TO _ 52 mark 52:mark _ 52 see see VERB VB VerbForm=Inf 50 advcl 50:advcl:to _ -53 waht waht PRON WP PronType=Int 56 obj 56:obj _ +53 waht what PRON WP PronType=Int|Typo=Yes 56 obj 56:obj CorrectForm=what 54-55 they're _ _ _ _ _ _ _ _ 54 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 56 nsubj 56:nsubj _ -55 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 56 aux 56:aux _ +55 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 56 aux 56:aux _ 56 doing do VERB VBG Tense=Pres|VerbForm=Part 52 ccomp 52:ccomp SpaceAfter=No 57 . . PUNCT . _ 10 punct 10:punct _ @@ -99722,14 +99762,14 @@ 4 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 5 never never ADV RB _ 6 advmod 6:advmod _ 6 have have VERB VB VerbForm=Inf 0 root 0:root _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 sympathy sympathy NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No 9 , , PUNCT , _ 13 punct 13:punct _ 10 nor nor CCONJ CC _ 13 cc 13:cc _ -11 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +11 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 13 deserve deserve VERB VB VerbForm=Inf 6 conj 6:conj:nor _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 sympathy sympathy NOUN NN Number=Sing 13 obj 13:obj SpaceAfter=No 16 . . PUNCT . _ 6 punct 6:punct _ @@ -99739,7 +99779,7 @@ 2 inside inside ADP IN _ 3 case 3:case _ 3 yourselves yourselves PRON PRP Case=Acc|Number=Plur|Person=2|PronType=Prs|Reflex=Yes 1 obl 1:obl:inside _ 4 parents parent NOUN NNS Number=Plur 1 vocative 1:vocative SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ +5 , , PUNCT , _ 8 punct 8:punct _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 this this PRON DT Number=Sing|PronType=Dem 8 nsubj 8:nsubj _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 1 parataxis 1:parataxis SpaceAfter=No @@ -99747,10 +99787,10 @@ # sent_id = newsgroup-groups.google.com_alt.animals.badgers_172dcd8baf26948f_ENG_20040823_121900-0017 # text = Probably it is. -1 Probably probably ADV RB _ 0 root 0:root _ -2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 1 nsubj 1:nsubj _ -3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop SpaceAfter=No -4 . . PUNCT . _ 1 punct 1:punct _ +1 Probably probably ADV RB _ 3 advmod 3:advmod _ +2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +4 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.badgers_172dcd8baf26948f_ENG_20040823_121900-0018 # text = Fuck you. @@ -99764,7 +99804,7 @@ 2 trying try VERB VBG VerbForm=Ger 1 xcomp 1:xcomp _ 3 to to PART TO _ 4 mark 4:mark _ 4 pawn pawn VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 brats brat NOUN NNS Number=Plur 4 obj 4:obj _ 7 off off ADP RP _ 4 compound:prt 4:compound:prt _ 8 on on ADP IN _ 9 case 9:case _ @@ -99780,34 +99820,34 @@ # sent_id = newsgroup-groups.google.com_alt.animals.badgers_172dcd8baf26948f_ENG_20040823_121900-0020 # text = You made a choice to be a mommy, you dont get a break until they move out, thats the choice that you madea and that's life. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 made make VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 choice choice NOUN NN Number=Sing 2 obj 2:obj _ 5 to to PART TO _ 8 mark 8:mark _ 6 be be AUX VB VerbForm=Inf 8 cop 8:cop _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 mommy mommy NOUN NN Number=Sing 4 acl 4:acl:to SpaceAfter=No -9 , , PUNCT , _ 2 punct 2:punct _ +9 , , PUNCT , _ 13 punct 13:punct _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ 11-12 dont _ _ _ _ _ _ _ _ -11 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ -12 nt not PART RB _ 13 advmod 13:advmod _ -13 get get VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ +11 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +12 nt not PART RB Typo=Yes 13 advmod 13:advmod CorrectForm=n't +13 get get VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 break break NOUN NN Number=Sing 13 obj 13:obj _ 16 until until SCONJ IN _ 18 mark 18:mark _ 17 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -18 move move VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:until _ +18 move move VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:until _ 19 out out ADV RB _ 18 advmod 18:advmod SpaceAfter=No -20 , , PUNCT , _ 2 punct 2:punct _ +20 , , PUNCT , _ 24 punct 24:punct _ 21-22 thats _ _ _ _ _ _ _ _ 21 that that PRON DT Number=Sing|PronType=Dem 24 nsubj 24:nsubj _ -22 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ +22 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 24 cop 24:cop CorrectForm='s 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 choice choice NOUN NN Number=Sing 2 parataxis 2:parataxis|27:obj _ 25 that that PRON WDT PronType=Rel 27 obj 24:ref _ 26 you you PRON PRP Case=Nom|Person=2|PronType=Prs 27 nsubj 27:nsubj _ -27 madea madea VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 acl:relcl 24:acl:relcl _ +27 madea make VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|Typo=Yes|VerbForm=Fin 24 acl:relcl 24:acl:relcl CorrectForm=made 28 and and CCONJ CC _ 31 cc 31:cc _ 29-30 that's _ _ _ _ _ _ _ _ 29 that that PRON DT Number=Sing|PronType=Dem 31 nsubj 31:nsubj _ @@ -99827,12 +99867,12 @@ 2 because because SCONJ IN _ 5 mark 5:mark _ 3-4 you're _ _ _ _ _ _ _ _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -4 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +4 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 stuck stuck ADJ JJ Degree=Pos 9 advcl 9:advcl:because SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7-8 doesnt _ _ _ _ _ _ _ _ 7 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ -8 nt not PART RB _ 9 advmod 9:advmod _ +8 nt not PART RB Typo=Yes 9 advmod 9:advmod CorrectForm=n't 9 give give VERB VB VerbForm=Inf 0 root 0:root _ 10 you you PRON PRP Case=Acc|Person=2|PronType=Prs 9 iobj 9:iobj _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -99840,36 +99880,36 @@ 13 to to PART TO _ 14 mark 14:mark _ 14 drag drag VERB VB VerbForm=Inf 12 acl 12:acl:to _ 15 down down ADP RP _ 14 compound:prt 14:compound:prt _ -16 all all DET PDT _ 18 det:predet 18:det:predet _ +16 all all DET PDT PronType=Tot 18 det:predet 18:det:predet _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -18 singles singles NOUN NNS Number=Plur 14 obj 14:obj _ +18 singles single NOUN NNS Number=Plur 14 obj 14:obj _ 19 around around ADP IN _ 20 case 20:case _ 20 you you PRON PRP Case=Acc|Person=2|PronType=Prs 18 nmod 18:nmod:around SpaceAfter=No 21 . . PUNCT . _ 9 punct 9:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.badgers_172dcd8baf26948f_ENG_20040823_121900-0023 # text = Another time I'll segueway into all the fun work related instances where "Mommies" get out of doing work and hiding behind childcare as the reason. -1 Another another DET DT _ 2 det 2:det _ +1 Another another DET DT PronType=Ind 2 det 2:det _ 2 time time NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ 3-4 I'll _ _ _ _ _ _ _ _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 'll will AUX MD VerbForm=Fin 5 aux 5:aux _ -5 segueway segueway VERB VB VerbForm=Inf 0 root 0:root _ +5 segueway segue VERB VB Typo=Yes|VerbForm=Inf 0 root 0:root CorrectForm=segue 6 into into ADP IN _ 12 case 12:case _ -7 all all DET PDT _ 12 det:predet 12:det:predet _ +7 all all DET PDT PronType=Tot 12 det:predet 12:det:predet _ 8 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 9 fun fun ADJ JJ Degree=Pos 12 amod 12:amod _ 10 work work NOUN NN Number=Sing 11 compound 11:compound _ 11 related related ADJ JJ Degree=Pos 12 amod 12:amod _ 12 instances instance NOUN NNS Number=Plur 5 obl 5:obl:into _ -13 where where SCONJ WRB PronType=Int 17 mark 17:mark _ +13 where where ADV WRB PronType=Int 17 advmod 17:advmod _ 14 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No -15 Mommies mommy NOUN NNS Number=Plur 17 nsubj 17:nsubj|23:nsubj SpaceAfter=No +15 Mommies mommy NOUN NNS Number=Plur 17 nsubj 17:nsubj|20:nsubj:xsubj|23:nsubj SpaceAfter=No 16 " " PUNCT '' _ 15 punct 15:punct _ -17 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:where _ +17 get get VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:where _ 18 out out ADP IN _ 20 mark 20:mark _ 19 of of SCONJ IN _ 20 mark 20:mark _ -20 doing do VERB VBG VerbForm=Ger 17 obl 17:obl _ +20 doing do VERB VBG VerbForm=Ger 17 xcomp 17:xcomp _ 21 work work NOUN NN Number=Sing 20 obj 20:obj _ 22 and and CCONJ CC _ 23 cc 23:cc _ 23 hiding hide VERB VBG VerbForm=Ger 17 conj 5:advcl:where|17:conj:and _ @@ -99888,7 +99928,7 @@ 4 insidious insidious ADJ JJ Degree=Pos 5 amod 5:amod _ 5 conspiracy conspiracy NOUN NN Number=Sing 0 root 0:root _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ -7 call call VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 call call VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No 9 Mommism mommism NOUN NN Number=Sing 7 xcomp 7:xcomp SpaceAfter=No 10 " " PUNCT '' _ 9 punct 9:punct SpaceAfter=No @@ -99930,7 +99970,7 @@ 8 sour sour VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 9 again again ADV RB _ 8 advmod 8:advmod _ 10 after after ADP IN _ 13 case 13:case _ -11 it's it's PRON PRP$ _ 13 nmod:poss 13:nmod:poss _ +11 it's its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 13 nmod:poss 13:nmod:poss CorrectForm=its 12 devastating devastating ADJ JJ Degree=Pos 13 amod 13:amod _ 13 loss loss NOUN NN Number=Sing 8 obl 8:obl:after _ 14 from from ADP IN _ 17 case 17:case _ @@ -99938,9 +99978,9 @@ 16 Columbia Columbia PROPN NNP Number=Sing 17 compound 17:compound _ 17 accident accident NOUN NN Number=Sing 13 nmod 13:nmod:from|19:nsubj _ 18 which which PRON WDT PronType=Rel 19 nsubj 17:ref _ -19 occurred occur VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ +19 occurred occur VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ 20 nearly nearly ADV RB _ 21 advmod 21:advmod _ -21 two two NUM CD NumType=Card 22 nummod 22:nummod _ +21 two two NUM CD NumForm=Word|NumType=Card 22 nummod 22:nummod _ 22 years year NOUN NNS Number=Plur 23 obl:npmod 23:obl:npmod _ 23 ago ago ADV RB _ 19 advmod 19:advmod SpaceAfter=No 24 . . PUNCT . _ 2 punct 2:punct _ @@ -99948,18 +99988,18 @@ # sent_id = newsgroup-groups.google.com_hiddennook_04d8cc994875d454_ENG_20050207_012300-0004 # text = Now, NASA engineers and astronauts are almost giddy with "go" fever as the tentative date for the first launch since the Columbia disaster approaches. 1 Now now ADV RB _ 9 advmod 9:advmod SpaceAfter=No -2 , , PUNCT , _ 9 punct 9:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 NASA NASA PROPN NNP Number=Sing 4 compound 4:compound _ 4 engineers engineer NOUN NNS Number=Plur 9 nsubj 9:nsubj _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 astronauts astronaut NOUN NNS Number=Plur 4 conj 4:conj:and|9:nsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 almost almost ADV RB _ 9 advmod 9:advmod _ 9 giddy giddy ADJ JJ Degree=Pos 0 root 0:root _ 10 with with ADP IN _ 14 case 14:case _ -11 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No +11 " " PUNCT `` _ 12 punct 12:punct SpaceAfter=No 12 go go NOUN NN Number=Sing 14 compound 14:compound SpaceAfter=No -13 " " PUNCT '' _ 14 punct 14:punct _ +13 " " PUNCT '' _ 12 punct 12:punct _ 14 fever fever NOUN NN Number=Sing 9 obl 9:obl:with _ 15 as as SCONJ IN _ 27 mark 27:mark _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ @@ -99967,7 +100007,7 @@ 18 date date NOUN NN Number=Sing 27 nsubj 27:nsubj _ 19 for for ADP IN _ 22 case 22:case _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -21 first first ADJ JJ Degree=Pos|NumType=Ord 22 amod 22:amod _ +21 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 22 amod 22:amod _ 22 launch launch NOUN NN Number=Sing 18 nmod 18:nmod:for _ 23 since since ADP IN _ 26 case 26:case _ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ @@ -99979,17 +100019,17 @@ # sent_id = newsgroup-groups.google.com_hiddennook_04d8cc994875d454_ENG_20050207_012300-0005 # text = The most important question isn't whether Discovery is technically ready to fly with new safety features and emergency procedures, but whether the agency itself has learned from the crucial errors most common to Challenger and Columbia, errors that grew out of a management culture that discouraged criticism and sacrificed safety for image-puffing and budget-cutting. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ -2 most most ADV RBS _ 3 advmod 3:advmod _ +2 most most ADV RBS Degree=Sup 3 advmod 3:advmod _ 3 important important ADJ JJ Degree=Pos 4 amod 4:amod _ -4 question question NOUN NN Number=Sing 5 nsubj 5:nsubj _ +4 question question NOUN NN Number=Sing 11 nsubj:outer 11:nsubj:outer _ 5-6 isn't _ _ _ _ _ _ _ _ -5 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -6 n't not PART RB _ 5 advmod 5:advmod _ +5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +6 n't not PART RB _ 11 advmod 11:advmod _ 7 whether whether SCONJ IN _ 11 mark 11:mark _ 8 Discovery Discovery PROPN NNP Number=Sing 11 nsubj 11:nsubj|13:nsubj:xsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 technically technically ADV RB _ 11 advmod 11:advmod _ -11 ready ready ADJ JJ Degree=Pos 5 ccomp 5:ccomp _ +11 ready ready ADJ JJ Degree=Pos 0 root 0:root _ 12 to to PART TO _ 13 mark 13:mark _ 13 fly fly VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 14 with with ADP IN _ 17 case 17:case _ @@ -100004,58 +100044,58 @@ 23 whether whether SCONJ IN _ 28 mark 28:mark _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 agency agency NOUN NN Number=Sing 28 nsubj 28:nsubj _ -26 itself itself PRON PRP Gender=Neut|Number=Sing|Person=3|PronType=Prs 25 nmod:npmod 25:nmod:npmod _ +26 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Emp|Reflex=Yes 25 nmod:npmod 25:nmod:npmod _ 27 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ -28 learned learn VERB VBN Tense=Past|VerbForm=Part 5 conj 5:conj:but _ +28 learned learn VERB VBN Tense=Past|VerbForm=Part 11 conj 11:conj:but _ 29 from from ADP IN _ 32 case 32:case _ 30 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 31 crucial crucial ADJ JJ Degree=Pos 32 amod 32:amod _ 32 errors error NOUN NNS Number=Plur 28 obl 28:obl:from _ -33 most most ADV RBS _ 34 advmod 34:advmod _ +33 most most ADV RBS Degree=Sup 34 advmod 34:advmod _ 34 common common ADJ JJ Degree=Pos 32 amod 32:amod _ 35 to to ADP IN _ 36 case 36:case _ 36 Challenger Challenger PROPN NNP Number=Sing 34 obl 34:obl:to _ 37 and and CCONJ CC _ 38 cc 38:cc _ 38 Columbia Columbia PROPN NNP Number=Sing 36 conj 34:obl:to|36:conj:and SpaceAfter=No -39 , , PUNCT , _ 32 punct 32:punct _ +39 , , PUNCT , _ 40 punct 40:punct _ 40 errors error NOUN NNS Number=Plur 32 appos 32:appos|42:nsubj _ 41 that that PRON WDT PronType=Rel 42 nsubj 40:ref _ -42 grew grow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 40 acl:relcl 40:acl:relcl _ +42 grew grow VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 40 acl:relcl 40:acl:relcl _ 43 out out ADP IN _ 47 case 47:case _ 44 of of ADP IN _ 47 case 47:case _ 45 a a DET DT Definite=Ind|PronType=Art 47 det 47:det _ 46 management management NOUN NN Number=Sing 47 compound 47:compound _ 47 culture culture NOUN NN Number=Sing 42 obl 42:obl:of|49:nsubj|52:nsubj _ 48 that that PRON WDT PronType=Rel 49 nsubj 47:ref _ -49 discouraged discourage VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 47 acl:relcl 47:acl:relcl _ +49 discouraged discourage VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 47 acl:relcl 47:acl:relcl _ 50 criticism criticism NOUN NN Number=Sing 49 obj 49:obj _ 51 and and CCONJ CC _ 52 cc 52:cc _ -52 sacrificed sacrifice VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 49 conj 47:acl:relcl|49:conj:and _ +52 sacrificed sacrifice VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 49 conj 47:acl:relcl|49:conj:and _ 53 safety safety NOUN NN Number=Sing 52 obj 52:obj _ 54 for for ADP IN _ 57 case 57:case _ 55 image image NOUN NN Number=Sing 57 compound 57:compound SpaceAfter=No -56 - - PUNCT , _ 57 punct 57:punct SpaceAfter=No +56 - - PUNCT , _ 55 punct 55:punct SpaceAfter=No 57 puffing puffing NOUN NN Number=Sing 52 obl 52:obl:for _ 58 and and CCONJ CC _ 61 cc 61:cc _ 59 budget budget NOUN NN Number=Sing 61 compound 61:compound SpaceAfter=No -60 - - PUNCT HYPH _ 61 punct 61:punct SpaceAfter=No +60 - - PUNCT HYPH _ 59 punct 59:punct SpaceAfter=No 61 cutting cutting NOUN NN Number=Sing 57 conj 52:obl:for|57:conj:and SpaceAfter=No -62 . . PUNCT . _ 5 punct 5:punct _ +62 . . PUNCT . _ 11 punct 11:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_04d8cc994875d454_ENG_20050207_012300-0006 # text = I hope so. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 so so ADV RB _ 2 advmod 2:advmod SpaceAfter=No 4 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_04d8cc994875d454_ENG_20050207_012300-0007 # text = Seeing another "Columbia" incident can be quite frightening (I woke up to it early in the morning when I was in Texas). 1 Seeing see VERB VBG VerbForm=Ger 10 csubj 10:csubj _ -2 another another DET DT _ 6 det 6:det _ -3 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No +2 another another DET DT PronType=Ind 6 det 6:det _ +3 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 4 Columbia Columbia PROPN NNP Number=Sing 6 compound 6:compound SpaceAfter=No -5 " " PUNCT '' _ 6 punct 6:punct _ +5 " " PUNCT '' _ 4 punct 4:punct _ 6 incident incident NOUN NN Number=Sing 1 obj 1:obj _ 7 can can AUX MD VerbForm=Fin 10 aux 10:aux _ 8 be be AUX VB VerbForm=Inf 10 cop 10:cop _ @@ -100063,7 +100103,7 @@ 10 frightening frightening ADJ JJ Degree=Pos 0 root 0:root _ 11 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 woke wake VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 parataxis 10:parataxis _ +13 woke wake VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 10 parataxis 10:parataxis _ 14 up up ADP RP _ 13 compound:prt 13:compound:prt _ 15 to to ADP IN _ 16 case 16:case _ 16 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 obl 13:obl:to _ @@ -100071,7 +100111,7 @@ 18 in in ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 morning morning NOUN NN Number=Sing 13 obl 13:obl:in _ -21 when when SCONJ WRB PronType=Int 25 mark 25:mark _ +21 when when ADV WRB PronType=Int 25 advmod 25:advmod _ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 25 nsubj 25:nsubj _ 23 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 cop 25:cop _ 24 in in ADP IN _ 25 case 25:case _ @@ -100083,20 +100123,20 @@ # text = We don't need another incident as exploring the cosmos is something that keeps our imagination going as a species. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 need need VERB VB VerbForm=Inf 0 root 0:root _ -5 another another DET DT _ 6 det 6:det _ +5 another another DET DT PronType=Ind 6 det 6:det _ 6 incident incident NOUN NN Number=Sing 4 obj 4:obj _ 7 as as SCONJ IN _ 12 mark 12:mark _ 8 exploring explore VERB VBG VerbForm=Ger 12 csubj 12:csubj _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -10 cosmos cosmos NOUN NNS Number=Plur 8 obj 8:obj _ +10 cosmos cosmos NOUN NN Number=Sing 8 obj 8:obj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ -12 something something PRON NN Number=Sing 4 advcl 4:advcl:as|14:nsubj _ +12 something something PRON NN Number=Sing|PronType=Ind 4 advcl 4:advcl:as|14:nsubj _ 13 that that PRON WDT PronType=Rel 14 nsubj 12:ref _ 14 keeps keep VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ -15 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 imagination imagination NOUN NN Number=Sing 17 nsubj 17:nsubj _ 17 going go VERB VBG VerbForm=Ger 14 ccomp 14:ccomp _ 18 as as ADP IN _ 20 case 20:case _ @@ -100107,14 +100147,14 @@ # sent_id = newsgroup-groups.google.com_hiddennook_04d8cc994875d454_ENG_20050207_012300-0009 # text = Maybe one day they will allow space tourism, (hopefully that will be in the near future)although I would recommend that NASA build new shuttles instead of trying to preserve the older ones. 1 Maybe maybe ADV RB _ 6 advmod 6:advmod _ -2 one one NUM CD NumType=Card 3 nummod 3:nummod _ +2 one one NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 day day NOUN NN Number=Sing 6 obl:tmod 6:obl:tmod _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 5 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 6 allow allow VERB VB VerbForm=Inf 0 root 0:root _ 7 space space NOUN NN Number=Sing 8 compound 8:compound _ 8 tourism tourism NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No -9 , , PUNCT , _ 6 punct 6:punct _ +9 , , PUNCT , _ 18 punct 18:punct _ 10 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No 11 hopefully hopefully ADV RB _ 18 advmod 18:advmod _ 12 that that PRON DT Number=Sing|PronType=Dem 18 nsubj 18:nsubj _ @@ -100131,7 +100171,7 @@ 23 recommend recommend VERB VB VerbForm=Inf 6 advcl 6:advcl:although _ 24 that that SCONJ IN _ 26 mark 26:mark _ 25 NASA NASA PROPN NNP Number=Sing 26 nsubj 26:nsubj _ -26 build build VERB VB VerbForm=Inf 23 ccomp 23:ccomp _ +26 build build VERB VB Mood=Sub|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 ccomp 23:ccomp _ 27 new new ADJ JJ Degree=Pos 28 amod 28:amod _ 28 shuttles shuttle NOUN NNS Number=Plur 26 obj 26:obj _ 29 instead instead ADV RB _ 31 mark 31:mark _ @@ -100140,7 +100180,7 @@ 32 to to PART TO _ 33 mark 33:mark _ 33 preserve preserve VERB VB VerbForm=Inf 31 xcomp 31:xcomp _ 34 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ -35 older older ADJ JJR Degree=Cmp 36 amod 36:amod _ +35 older old ADJ JJR Degree=Cmp 36 amod 36:amod _ 36 ones one NOUN NNS Number=Plur 33 obj 33:obj SpaceAfter=No 37 . . PUNCT . _ 6 punct 6:punct _ @@ -100148,18 +100188,18 @@ # newpar id = newsgroup-groups.google.com_hiddennook_04d8cc994875d454_ENG_20050207_012300-p0003 # text = You do have to give NASA credit on some things as they have eliminated the "fear of reporting failure" culture that probably led to the lack of reporting defects on the Columbia shuttle. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 give give VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 NASA NASA PROPN NNP Number=Sing 5 iobj 5:iobj _ 7 credit credit NOUN NN Number=Sing 5 obj 5:obj _ 8 on on ADP IN _ 10 case 10:case _ -9 some some DET DT _ 10 det 10:det _ +9 some some DET DT PronType=Ind 10 det 10:det _ 10 things thing NOUN NNS Number=Plur 5 obl 5:obl:on _ 11 as as SCONJ IN _ 14 mark 14:mark _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -13 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +13 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 14 eliminated eliminate VERB VBN Tense=Past|VerbForm=Part 5 advcl 5:advcl:as _ 15 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 16 " " PUNCT `` _ 17 punct 17:punct SpaceAfter=No @@ -100171,7 +100211,7 @@ 22 culture culture NOUN NN Number=Sing 14 obj 14:obj|25:nsubj _ 23 that that PRON WDT PronType=Rel 25 nsubj 22:ref _ 24 probably probably ADV RB _ 25 advmod 25:advmod _ -25 led lead VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 acl:relcl 22:acl:relcl _ +25 led lead VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 acl:relcl 22:acl:relcl _ 26 to to ADP IN _ 28 case 28:case _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 lack lack NOUN NN Number=Sing 25 obl 25:obl:to _ @@ -100188,16 +100228,16 @@ # text = Instead they are encouraging everyone to come forward if they see any potential problems (as it is clear that overlooked problems could result in unnecessary losses). 1 Instead instead ADV RB _ 4 advmod 4:advmod _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 encouraging encourage VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -5 everyone everyone PRON NN Number=Sing 4 obj 4:obj|7:nsubj:xsubj _ +5 everyone everyone PRON NN Number=Sing|PronType=Tot 4 obj 4:obj|7:nsubj:xsubj _ 6 to to PART TO _ 7 mark 7:mark _ 7 come come VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 8 forward forward ADV RB _ 7 advmod 7:advmod _ 9 if if SCONJ IN _ 11 mark 11:mark _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ -12 any any DET DT _ 14 det 14:det _ +11 see see VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ +12 any any DET DT PronType=Ind 14 det 14:det _ 13 potential potential ADJ JJ Degree=Pos 14 amod 14:amod _ 14 problems problem NOUN NNS Number=Plur 11 obj 11:obj _ 15 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No @@ -100206,7 +100246,7 @@ 18 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 19 clear clear ADJ JJ Degree=Pos 4 parataxis 4:parataxis _ 20 that that SCONJ IN _ 24 mark 24:mark _ -21 overlooked overlook VERB VBN Tense=Past|VerbForm=Part 22 amod 22:amod _ +21 overlooked overlook VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 amod 22:amod _ 22 problems problem NOUN NNS Number=Plur 24 nsubj 24:nsubj _ 23 could could AUX MD VerbForm=Fin 24 aux 24:aux _ 24 result result VERB VB VerbForm=Inf 19 csubj 19:csubj _ @@ -100220,7 +100260,7 @@ # text = But supporters are pointing a few good things out: 1 But but CCONJ CC _ 4 cc 4:cc _ 2 supporters supporter NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 pointing point VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 6 few few ADJ JJ Degree=Pos 8 amod 8:amod _ @@ -100232,7 +100272,7 @@ # sent_id = newsgroup-groups.google.com_hiddennook_04d8cc994875d454_ENG_20050207_012300-0013 # text = Clearly, the agency has worked hard at tackling the technical challenges posed by a superb and surprisingly independent-minded investigative panel. 1 Clearly clearly ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 agency agency NOUN NN Number=Sing 6 nsubj 6:nsubj _ 5 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ @@ -100243,17 +100283,17 @@ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 technical technical ADJ JJ Degree=Pos 12 amod 12:amod _ 12 challenges challenge NOUN NNS Number=Plur 9 obj 9:obj _ -13 posed pose VERB VBN Tense=Past|VerbForm=Part 12 acl 12:acl _ +13 posed pose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 acl 12:acl _ 14 by by ADP IN _ 23 case 23:case _ 15 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 16 superb superb ADJ JJ Degree=Pos 23 amod 23:amod _ 17 and and CCONJ CC _ 21 cc 21:cc _ 18 surprisingly surprisingly ADV RB _ 21 advmod 21:advmod _ 19 independent independent ADJ JJ Degree=Pos 21 amod 21:amod SpaceAfter=No -20 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No +20 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No 21 minded minded ADJ JJ Degree=Pos 16 conj 16:conj:and|23:amod _ 22 investigative investigative ADJ JJ Degree=Pos 23 amod 23:amod _ -23 panel panel NOUN NN Number=Sing 13 obl 13:obl:by SpaceAfter=No +23 panel panel NOUN NN Number=Sing 13 obl:agent 13:obl:agent SpaceAfter=No 24 . . PUNCT . _ 6 punct 6:punct _ # sent_id = newsgroup-groups.google.com_hiddennook_04d8cc994875d454_ENG_20050207_012300-0014 @@ -100262,7 +100302,7 @@ 2 few few ADJ JJ Degree=Pos 3 amod 3:amod _ 3 weeks week NOUN NNS Number=Plur 4 obl:npmod 4:obl:npmod _ 4 ago ago ADV RB _ 13 advmod 13:advmod SpaceAfter=No -5 , , PUNCT , _ 13 punct 13:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 shuttle shuttle NOUN NN Number=Sing 7 compound 7:compound _ 7 workers worker NOUN NNS Number=Plur 13 nsubj 13:nsubj _ 8 at at ADP IN _ 12 case 12:case _ @@ -100270,16 +100310,16 @@ 10 Kennedy Kennedy PROPN NNP Number=Sing 12 compound 12:compound _ 11 Space Space PROPN NNP Number=Sing 12 compound 12:compound _ 12 Center Center PROPN NNP Number=Sing 7 nmod 7:nmod:at _ -13 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +13 received receive VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 14 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 15 rocket rocket NOUN NN Number=Sing 17 obl:npmod 17:obl:npmod SpaceAfter=No -16 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No +16 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No 17 like like ADJ JJ Degree=Pos 18 amod 18:amod _ 18 boost boost NOUN NN Number=Sing 13 obj 13:obj _ 19 in in ADP IN _ 20 case 20:case _ 20 morale morale NOUN NN Number=Sing 18 nmod 18:nmod:in _ 21 with with ADP IN _ 24 case 24:case _ -22 two two NUM CD NumType=Card 24 nummod 24:nummod _ +22 two two NUM CD NumForm=Word|NumType=Card 24 nummod 24:nummod _ 23 important important ADJ JJ Degree=Pos 24 amod 24:amod _ 24 deliveries delivery NOUN NNS Number=Plur 13 obl 13:obl:with _ 25 for for SCONJ IN _ 30 mark 30:mark _ @@ -100292,7 +100332,7 @@ # sent_id = newsgroup-groups.google.com_hiddennook_04d8cc994875d454_ENG_20050207_012300-0015 # text = One is a special tool to detect damage to the thermal-protective tile while in orbit - something the Columbia crew would have welcomed. -1 One one PRON PRP _ 5 nsubj 5:nsubj _ +1 One one NUM CD NumForm=Word|NumType=Card 5 nsubj 5:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 special special ADJ JJ Degree=Pos 5 amod 5:amod _ @@ -100303,14 +100343,14 @@ 9 to to ADP IN _ 14 case 14:case _ 10 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 11 thermal thermal ADJ JJ Degree=Pos 13 amod 13:amod SpaceAfter=No -12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 protective protective ADJ JJ Degree=Pos 14 amod 14:amod _ 14 tile tile NOUN NN Number=Sing 8 nmod 8:nmod:to _ 15 while while SCONJ IN _ 17 mark 17:mark _ 16 in in ADP IN _ 17 case 17:case _ 17 orbit orbit NOUN NN Number=Sing 7 advcl 7:advcl:while _ -18 - - PUNCT , _ 5 punct 5:punct _ -19 something something PRON NN Number=Sing 5 appos 5:appos _ +18 - - PUNCT , _ 19 punct 19:punct _ +19 something something PRON NN Number=Sing|PronType=Ind 5 appos 5:appos _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 21 Columbia Columbia PROPN NNP Number=Sing 22 compound 22:compound _ 22 crew crew NOUN NN Number=Sing 25 nsubj 25:nsubj _ @@ -100329,10 +100369,10 @@ 6 fuel fuel NOUN NN Number=Sing 7 compound 7:compound _ 7 tank tank NOUN NN Number=Sing 0 root 0:root _ 8 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No -9 guaranteed guarantee VERB VBN Tense=Past|VerbForm=Part 7 acl 7:acl SpaceAfter=No +9 guaranteed guarantee VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl SpaceAfter=No 10 " " PUNCT '' _ 9 punct 9:punct _ 11 by by ADP IN _ 12 case 12:case _ -12 NASA NASA PROPN NNP Number=Sing 9 obl 9:obl:by _ +12 NASA NASA PROPN NNP Number=Sing 9 obl:agent 9:obl:agent _ 13 not not PART RB _ 15 advmod 15:advmod _ 14 to to PART TO _ 15 mark 15:mark _ 15 shed shed VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ @@ -100347,7 +100387,7 @@ # text = NASA has some PR hurdles to overcome in the future. 1 NASA NASA PROPN NNP Number=Sing 2 nsubj 2:nsubj _ 2 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 some some DET DT _ 5 det 5:det _ +3 some some DET DT PronType=Ind 5 det 5:det _ 4 PR pr NOUN NN Number=Sing 5 compound 5:compound _ 5 hurdles hurdle NOUN NNS Number=Plur 2 obj 2:obj _ 6 to to PART TO _ 7 mark 7:mark _ @@ -100362,27 +100402,27 @@ 1 But but CCONJ CC _ 2 cc 2:cc _ 2-3 lets _ _ _ _ _ _ _ _ 2 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 s s PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 2 obj 2:obj|4:nsubj:xsubj _ +3 s we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs|Typo=Yes 2 obj 2:obj|4:nsubj:xsubj CorrectForm='s 4 hope hope VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 for for ADP IN _ 7 case 7:case _ -6 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 sake sake NOUN NN Number=Sing 4 obl 4:obl:for _ -8 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No +8 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 9 and and CCONJ CC _ 11 cc 11:cc _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 sake sake NOUN NN Number=Sing 7 conj 4:obl:for|7:conj:and _ 12 of of ADP IN _ 15 case 15:case _ -13 all all DET DT _ 15 det 15:det _ +13 all all DET DT PronType=Tot 15 det 15:det _ 14 space space NOUN NN Number=Sing 15 compound 15:compound _ 15 lovers lover NOUN NNS Number=Plur 11 nmod 11:nmod:of _ 16 out out ADV RB _ 17 advmod 17:advmod _ 17 there there ADV RB PronType=Dem 15 advmod 15:advmod SpaceAfter=No -18 ) ) PUNCT -RRB- _ 7 punct 7:punct _ +18 ) ) PUNCT -RRB- _ 11 punct 11:punct _ 19 that that SCONJ IN _ 22 mark 22:mark _ 20 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 22 nsubj 22:nsubj|26:nsubj _ 21 can can AUX MD VerbForm=Fin 22 aux 22:aux _ 22 redefine redefine VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ -23 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +23 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 image image NOUN NN Number=Sing 22 obj 22:obj _ 25 and and CCONJ CC _ 26 cc 26:cc _ 26 rekindle rekindle VERB VB VerbForm=Inf 22 conj 4:ccomp|22:conj:and _ @@ -100406,17 +100446,17 @@ # sent_id = newsgroup-groups.google.com_hiddennook_04d8cc994875d454_ENG_20050207_012300-0021 # text = Posted by Hidden Nook to Hidden Nook at 2/7/2005 01:09:32 AM -1 Posted post VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Posted post VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 by by ADP IN _ 4 case 4:case _ -3 Hidden Hidden PROPN NNP Number=Sing 4 compound 4:compound _ -4 Nook Nook PROPN NNP Number=Sing 1 obl 1:obl:by _ +3 Hidden Hidden ADJ NNP Degree=Pos 4 amod 4:amod _ +4 Nook Nook PROPN NNP Number=Sing 1 obl:agent 1:obl:agent _ 5 to to ADP IN _ 7 case 7:case _ -6 Hidden Hidden PROPN NNP Number=Sing 7 compound 7:compound _ +6 Hidden Hidden ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Nook Nook PROPN NNP Number=Sing 1 obl 1:obl:to _ 8 at at ADP IN _ 11 case 11:case _ -9 2/7/2005 2/7/2005 NUM CD NumType=Card 11 nummod 11:nummod _ -10 01:09:32 01:09:32 NUM CD NumType=Card 11 nummod 11:nummod _ -11 AM am NOUN NN Number=Sing 1 obl 1:obl:at _ +9 2/7/2005 2/7/2005 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ +10 01:09:32 01:09:32 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ +11 AM a.m. NOUN NN Number=Sing 1 obl 1:obl:at _ # newdoc id = newsgroup-groups.google.com_herpesnation_c74170a0fcfdc880_ENG_20051125_075200 # sent_id = newsgroup-groups.google.com_herpesnation_c74170a0fcfdc880_ENG_20051125_075200-0001 @@ -100438,42 +100478,42 @@ 5 influential influential ADJ JJ Degree=Pos 6 amod 6:amod _ 6 novel novel NOUN NN Number=Sing 13 obl 13:obl:in _ 7 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No -8 1984 1984 PROPN NNP Number=Sing 6 appos 6:appos SpaceAfter=No +8 1984 1984 NUM NNP NumForm=Digit|NumType=Card 6 appos 6:appos SpaceAfter=No 9 " " PUNCT '' _ 8 punct 8:punct _ 10 doublethink doublethink NOUN NN Number=Sing 13 nsubj 13:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 device device NOUN NN Number=Sing 0 root 0:root _ -14 promoted promote VERB VBN Tense=Past|VerbForm=Part 13 acl 13:acl _ +14 promoted promote VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 acl 13:acl _ 15 by by ADP IN _ 19 case 19:case _ 16 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 17 totalitarian totalitarian ADJ JJ Degree=Pos 19 amod 19:amod _ 18 state state NOUN NN Number=Sing 19 compound 19:compound _ -19 government government NOUN NN Number=Sing 14 obl 14:obl:by _ +19 government government NOUN NN Number=Sing 14 obl:agent 14:obl:agent _ 20 to to PART TO _ 21 mark 21:mark _ 21 make make VERB VB VerbForm=Inf 14 advcl 14:advcl:to _ -22 people people NOUN NNS Number=Plur 23 nsubj 23:nsubj _ -23 accept accept VERB VB VerbForm=Inf 21 ccomp 21:ccomp _ -24 two two NUM CD NumType=Card 26 nummod 26:nummod _ +22 people people NOUN NNS Number=Plur 21 obj 21:obj|23:nsubj:xsubj _ +23 accept accept VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ +24 two two NUM CD NumForm=Word|NumType=Card 26 nummod 26:nummod _ 25 irreconcilable irreconcilable ADJ JJ Degree=Pos 26 amod 26:amod _ 26 ideas idea NOUN NNS Number=Plur 23 obj 23:obj _ 27 at at ADP IN _ 30 case 30:case _ 28 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 29 same same ADJ JJ Degree=Pos 30 amod 30:amod _ 30 time time NOUN NN Number=Sing 23 obl 23:obl:at _ -31 such such ADJ JJ Degree=Pos 36 mark 36:mark _ +31 such such ADJ JJ Degree=Pos|ExtPos=SCONJ 36 mark 36:mark _ 32 as as SCONJ IN _ 31 fixed 31:fixed _ 33 " " PUNCT `` _ 36 punct 36:punct SpaceAfter=No 34 war war NOUN NN Number=Sing 36 nsubj 36:nsubj _ 35 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 36 cop 36:cop _ -36 peace peace NOUN NN Number=Sing 23 advcl 23:advcl:such_as SpaceAfter=No +36 peace peace NOUN NN Number=Sing 26 acl 26:acl:such_as SpaceAfter=No 37 " " PUNCT '' _ 36 punct 36:punct SpaceAfter=No 38 . . PUNCT . _ 13 punct 13:punct _ # sent_id = newsgroup-groups.google.com_herpesnation_c74170a0fcfdc880_ENG_20051125_075200-0003 # text = I see the merit in flowing with duality. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 see see VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 merit merit NOUN NN Number=Sing 2 obj 2:obj _ 5 in in SCONJ IN _ 6 mark 6:mark _ @@ -100484,18 +100524,18 @@ # sent_id = newsgroup-groups.google.com_herpesnation_c74170a0fcfdc880_ENG_20051125_075200-0004 # text = One of my most cherished dualities is the understanding that we are both autonomous individuals with the power to shape our personal destinies and at the same time we are all one, that there is no separation between you and I, we are all together in this thing called life, we human beings, the birds and the tress, the rocks and the sky, all of it. -1 One one NUM CD NumType=Card 9 nsubj 9:nsubj _ +1 One one NUM CD NumForm=Word|NumType=Card 9 nsubj 9:nsubj _ 2 of of ADP IN _ 6 case 6:case _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ -4 most most ADV RBS _ 5 advmod 5:advmod _ -5 cherished cherish VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 most most ADV RBS Degree=Sup 5 advmod 5:advmod _ +5 cherished cherish VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 6 dualities duality NOUN NNS Number=Plur 1 nmod 1:nmod:of _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 understanding understanding NOUN NN Number=Sing 0 root 0:root _ 10 that that SCONJ IN _ 15 mark 15:mark _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 13 both both ADV RB _ 15 advmod 15:advmod _ 14 autonomous autonomous ADJ JJ Degree=Pos 15 amod 15:amod _ 15 individuals individual NOUN NNS Number=Plur 9 acl 9:acl:that _ @@ -100504,7 +100544,7 @@ 18 power power NOUN NN Number=Sing 15 nmod 15:nmod:with _ 19 to to PART TO _ 20 mark 20:mark _ 20 shape shape VERB VB VerbForm=Inf 18 acl 18:acl:to _ -21 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +21 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 22 personal personal ADJ JJ Degree=Pos 23 amod 23:amod _ 23 destinies destiny NOUN NNS Number=Plur 20 obj 20:obj _ 24 and and CCONJ CC _ 32 cc 32:cc _ @@ -100513,28 +100553,28 @@ 27 same same ADJ JJ Degree=Pos 28 amod 28:amod _ 28 time time NOUN NN Number=Sing 32 obl 32:obl:at _ 29 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 32 nsubj 32:nsubj _ -30 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 32 cop 32:cop _ +30 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 32 cop 32:cop _ 31 all all ADV RB _ 32 advmod 32:advmod _ -32 one one NUM CD NumType=Card 15 conj 9:acl:that|15:conj:and SpaceAfter=No +32 one one NUM CD NumForm=Word|NumType=Card 15 conj 9:acl:that|15:conj:and SpaceAfter=No 33 , , PUNCT , _ 36 punct 36:punct _ 34 that that SCONJ IN _ 36 mark 36:mark _ 35 there there PRON EX _ 36 expl 36:expl _ 36 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 conj 9:acl:that|15:conj:and _ -37 no no DET DT _ 38 det 38:det _ +37 no no DET DT PronType=Neg 38 det 38:det _ 38 separation separation NOUN NN Number=Sing 36 nsubj 36:nsubj _ 39 between between ADP IN _ 40 case 40:case _ 40 you you PRON PRP Case=Acc|Person=2|PronType=Prs 38 nmod 38:nmod:between _ 41 and and CCONJ CC _ 42 cc 42:cc _ 42 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 40 conj 38:nmod:between|40:conj:and SpaceAfter=No -43 , , PUNCT , _ 36 punct 36:punct _ +43 , , PUNCT , _ 47 punct 47:punct _ 44 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 47 nsubj 47:nsubj _ -45 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 47 cop 47:cop _ +45 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 47 cop 47:cop _ 46 all all ADV RB _ 47 advmod 47:advmod _ 47 together together ADV RB _ 36 parataxis 36:parataxis _ 48 in in ADP IN _ 50 case 50:case _ 49 this this DET DT Number=Sing|PronType=Dem 50 det 50:det _ 50 thing thing NOUN NN Number=Sing 47 obl 47:obl:in _ -51 called call VERB VBN Tense=Past|VerbForm=Part 50 acl 50:acl _ +51 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 50 acl 50:acl _ 52 life life NOUN NN Number=Sing 51 xcomp 51:xcomp SpaceAfter=No 53 , , PUNCT , _ 47 punct 47:punct _ 54 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 36 parataxis 36:parataxis _ @@ -100545,7 +100585,7 @@ 59 birds bird NOUN NNS Number=Plur 54 conj 54:conj _ 60 and and CCONJ CC _ 62 cc 62:cc _ 61 the the DET DT Definite=Def|PronType=Art 62 det 62:det _ -62 tress tress NOUN NNS Number=Plur 59 conj 59:conj:and SpaceAfter=No +62 tress tree NOUN NNS Number=Plur|Typo=Yes 59 conj 59:conj:and CorrectForm=trees|SpaceAfter=No 63 , , PUNCT , _ 65 punct 65:punct _ 64 the the DET DT Definite=Def|PronType=Art 65 det 65:det _ 65 rocks rock NOUN NNS Number=Plur 54 conj 54:conj _ @@ -100553,7 +100593,7 @@ 67 the the DET DT Definite=Def|PronType=Art 68 det 68:det _ 68 sky sky NOUN NN Number=Sing 65 conj 65:conj:and SpaceAfter=No 69 , , PUNCT , _ 70 punct 70:punct _ -70 all all DET DT _ 54 conj 54:conj _ +70 all all DET DT PronType=Tot 54 conj 54:conj _ 71 of of ADP IN _ 72 case 72:case _ 72 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 70 nmod 70:nmod:of SpaceAfter=No 73 . . PUNCT . _ 9 punct 9:punct _ @@ -100561,7 +100601,7 @@ # sent_id = newsgroup-groups.google.com_herpesnation_c74170a0fcfdc880_ENG_20051125_075200-0005 # text = I have written a lot recently about healing the self so today here are a few words on healing our collective body, mind and soul. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 written write VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 lot lot NOUN NN Number=Sing 3 obj 3:obj _ @@ -100572,14 +100612,14 @@ 10 self self NOUN NN Number=Sing 8 obj 8:obj _ 11 so so ADV RB _ 13 advmod 13:advmod _ 12 today today NOUN NN Number=Sing 13 obl:tmod 13:obl:tmod _ -13 here here ADV RB PronType=Dem 3 conj 3:conj _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +13 here here ADV RB PronType=Dem 3 parataxis 3:parataxis _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 15 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 16 few few ADJ JJ Degree=Pos 17 amod 17:amod _ 17 words word NOUN NNS Number=Plur 13 nsubj 13:nsubj _ 18 on on SCONJ IN _ 19 mark 19:mark _ 19 healing heal VERB VBG VerbForm=Ger 17 acl 17:acl:on _ -20 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +20 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 21 collective collective ADJ JJ Degree=Pos 22 amod 22:amod _ 22 body body NOUN NN Number=Sing 19 obj 19:obj SpaceAfter=No 23 , , PUNCT , _ 24 punct 24:punct _ @@ -100592,30 +100632,30 @@ # text = Think of all life, if you will, as one great choir or one grand congregation. 1 Think think VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 of of ADP IN _ 4 case 4:case _ -3 all all DET DT _ 4 det 4:det _ +3 all all DET DT PronType=Tot 4 det 4:det _ 4 life life NOUN NN Number=Sing 1 obl 1:obl:of SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ +5 , , PUNCT , _ 8 punct 8:punct _ 6 if if SCONJ IN _ 8 mark 8:mark _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ 8 will will AUX MD VerbForm=Fin 1 advcl 1:advcl:if SpaceAfter=No -9 , , PUNCT , _ 1 punct 1:punct _ +9 , , PUNCT , _ 13 punct 13:punct _ 10 as as ADP IN _ 13 case 13:case _ -11 one one NUM CD NumType=Card 13 nummod 13:nummod _ +11 one one NUM CD NumForm=Word|NumType=Card 13 nummod 13:nummod _ 12 great great ADJ JJ Degree=Pos 13 amod 13:amod _ 13 choir choir NOUN NN Number=Sing 1 obl 1:obl:as _ 14 or or CCONJ CC _ 17 cc 17:cc _ -15 one one NUM CD NumType=Card 17 nummod 17:nummod _ +15 one one NUM CD NumForm=Word|NumType=Card 17 nummod 17:nummod _ 16 grand grand ADJ JJ Degree=Pos 17 amod 17:amod _ 17 congregation congregation NOUN NN Number=Sing 13 conj 1:obl:as|13:conj:or SpaceAfter=No 18 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_herpesnation_c74170a0fcfdc880_ENG_20051125_075200-0007 # text = Our strength is in our unity and harmony. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 strength strength NOUN NN Number=Sing 6 nsubj 6:nsubj|8:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 in in ADP IN _ 6 case 6:case _ -5 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 unity unity NOUN NN Number=Sing 0 root 0:root _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 harmony harmony NOUN NN Number=Sing 6 conj 6:conj:and SpaceAfter=No @@ -100623,18 +100663,18 @@ # sent_id = newsgroup-groups.google.com_herpesnation_c74170a0fcfdc880_ENG_20051125_075200-0008 # text = Any major dischord and we all suffer. -1 Any any DET DT _ 3 det 3:det _ +1 Any any DET DT PronType=Ind 3 det 3:det _ 2 major major ADJ JJ Degree=Pos 3 amod 3:amod _ 3 dischord dischord NOUN NN Number=Sing 0 root 0:root _ 4 and and CCONJ CC _ 7 cc 7:cc _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -6 all all DET DT _ 5 det 5:det _ -7 suffer suffer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and SpaceAfter=No +6 all all DET DT PronType=Tot 5 det 5:det _ +7 suffer suffer VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and SpaceAfter=No 8 . . PUNCT . _ 7 punct 7:punct _ # sent_id = newsgroup-groups.google.com_herpesnation_c74170a0fcfdc880_ENG_20051125_075200-0009 # text = Any insult to the collective good brings us all down. -1 Any any DET DT _ 2 det 2:det _ +1 Any any DET DT PronType=Ind 2 det 2:det _ 2 insult insult NOUN NN Number=Sing 7 nsubj 7:nsubj _ 3 to to ADP IN _ 6 case 6:case _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -100642,7 +100682,7 @@ 6 good good NOUN NN Number=Sing 2 nmod 2:nmod:to _ 7 brings bring VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 7 obj 7:obj _ -9 all all DET DT _ 8 det 8:det _ +9 all all DET DT PronType=Tot 8 det 8:det _ 10 down down ADV RB _ 7 advmod 7:advmod SpaceAfter=No 11 . . PUNCT . _ 7 punct 7:punct _ @@ -100658,15 +100698,15 @@ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 great great ADJ JJ Degree=Pos 10 amod 10:amod _ 10 disease disease NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 14 punct 14:punct _ 12 from from ADP IN _ 13 case 13:case _ 13 that that PRON DT Number=Sing|PronType=Dem 14 obl 14:obl:from _ 14 flows flow VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 parataxis 10:parataxis _ -15 all all DET PDT _ 17 det:predet 17:det:predet _ +15 all all DET PDT PronType=Tot 17 det:predet 17:det:predet _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 tributaries tributary NOUN NNS Number=Plur 14 nsubj 14:nsubj _ 18 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 20 nsubj 20:nsubj|22:nsubj:xsubj _ -19 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +19 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 20 come come VERB VBN Tense=Past|VerbForm=Part 17 acl:relcl 17:acl:relcl _ 21 to to PART TO _ 22 mark 22:mark _ 22 think think VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ @@ -100678,25 +100718,25 @@ # sent_id = newsgroup-groups.google.com_herpesnation_c74170a0fcfdc880_ENG_20051125_075200-0011 # text = We are only as strong as our weakest, we are only as healthy as the sickest amongst us- playing sports and being in the army taught me that lesson before I was finished being a teenager. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 only only ADV RB _ 5 advmod 5:advmod _ 4 as as ADV RB _ 5 advmod 5:advmod _ 5 strong strong ADJ JJ Degree=Pos 0 root 0:root _ 6 as as ADP IN _ 8 case 8:case _ -7 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ -8 weakest weakest ADJ JJS Degree=Sup 5 obl 5:obl:as SpaceAfter=No -9 , , PUNCT , _ 5 punct 5:punct _ +7 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +8 weakest weak ADJ JJS Degree=Sup 5 obl 5:obl:as SpaceAfter=No +9 , , PUNCT , _ 14 punct 14:punct _ 10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 12 only only ADV RB _ 14 advmod 14:advmod _ 13 as as ADV RB _ 14 advmod 14:advmod _ 14 healthy healthy ADJ JJ Degree=Pos 5 parataxis 5:parataxis _ 15 as as ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -17 sickest sickest ADJ JJS Degree=Sup 14 obl 14:obl:as _ +17 sickest sick ADJ JJS Degree=Sup 14 obl 14:obl:as _ 18 amongst amongst ADP IN _ 19 case 19:case _ 19 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 17 obl 17:obl:amongst SpaceAfter=No -20 - - PUNCT , _ 5 punct 5:punct _ +20 - - PUNCT , _ 28 punct 28:punct _ 21 playing play VERB VBG VerbForm=Ger 28 csubj 28:csubj _ 22 sports sport NOUN NNS Number=Plur 21 obj 21:obj _ 23 and and CCONJ CC _ 27 cc 27:cc _ @@ -100704,7 +100744,7 @@ 25 in in ADP IN _ 27 case 27:case _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 army army NOUN NN Number=Sing 21 conj 21:conj:and|28:csubj _ -28 taught teach VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 parataxis 5:parataxis _ +28 taught teach VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 parataxis 5:parataxis _ 29 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 28 iobj 28:iobj _ 30 that that DET DT Number=Sing|PronType=Dem 31 det 31:det _ 31 lesson lesson NOUN NN Number=Sing 28 obj 28:obj _ @@ -100719,12 +100759,12 @@ # sent_id = newsgroup-groups.google.com_herpesnation_c74170a0fcfdc880_ENG_20051125_075200-0012 # text = When the healthy treat the sick with scorn and intolerance it brings us all down. -1 When when SCONJ WRB PronType=Int 4 mark 4:mark _ +1 When when ADV WRB PronType=Int 4 advmod 4:advmod _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 healthy healthy ADJ JJ Degree=Pos 4 nsubj 4:nsubj _ -4 treat treat VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:when _ +4 treat treat VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:when _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 sick sick NOUN NN Number=Sing 4 obj 4:obj _ +6 sick sick ADJ JJ Degree=Pos 4 obj 4:obj _ 7 with with ADP IN _ 8 case 8:case _ 8 scorn scorn NOUN NN Number=Sing 4 obl 4:obl:with _ 9 and and CCONJ CC _ 10 cc 10:cc _ @@ -100732,21 +100772,21 @@ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 12 brings bring VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 13 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 12 obj 12:obj _ -14 all all DET DT _ 13 det 13:det _ +14 all all DET DT PronType=Tot 13 det 13:det _ 15 down down ADV RB _ 12 advmod 12:advmod SpaceAfter=No 16 . . PUNCT . _ 12 punct 12:punct _ # sent_id = newsgroup-groups.google.com_herpesnation_c74170a0fcfdc880_ENG_20051125_075200-0013 # text = When those lucky enough not to have Herpes create a climate of shame and indignity for those of us who do, not only are they hurting us, but they are hurting themselves. -1 When when SCONJ WRB PronType=Int 9 mark 9:mark _ +1 When when ADV WRB PronType=Int 9 advmod 9:advmod _ 2 those that PRON DT Number=Plur|PronType=Dem 9 nsubj 9:nsubj _ 3 lucky lucky ADJ JJ Degree=Pos 2 amod 2:amod _ 4 enough enough ADV RB _ 3 advmod 3:advmod _ -5 not not ADV RB _ 7 advmod 7:advmod _ +5 not not PART RB _ 7 advmod 7:advmod _ 6 to to PART TO _ 7 mark 7:mark _ 7 have have VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ 8 Herpes herpes NOUN NN Number=Sing 7 obj 7:obj _ -9 create create VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 advcl 27:advcl:when _ +9 create create VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 27 advcl 27:advcl:when _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 climate climate NOUN NN Number=Sing 9 obj 9:obj _ 12 of of ADP IN _ 13 case 13:case _ @@ -100758,18 +100798,18 @@ 18 of of ADP IN _ 19 case 19:case _ 19 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 17 nmod 17:nmod:of _ 20 who who PRON WP PronType=Rel 21 nsubj 17:ref _ -21 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 acl:relcl 17:acl:relcl SpaceAfter=No -22 , , PUNCT , _ 27 punct 27:punct _ -23 not not ADV RB _ 24 advmod 24:advmod _ -24 only only ADV RB _ 27 cc:preconj 27:cc:preconj _ -25 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ +21 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 acl:relcl 17:acl:relcl SpaceAfter=No +22 , , PUNCT , _ 9 punct 9:punct _ +23 not not PART RB _ 27 advmod 27:advmod _ +24 only only ADV RB _ 27 advmod 27:advmod _ +25 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ 26 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 27 nsubj 27:nsubj _ 27 hurting hurt VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 28 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 27 obj 27:obj SpaceAfter=No 29 , , PUNCT , _ 33 punct 33:punct _ 30 but but CCONJ CC _ 33 cc 33:cc _ 31 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 33 nsubj 33:nsubj _ -32 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 33 aux 33:aux _ +32 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 33 aux 33:aux _ 33 hurting hurt VERB VBG Tense=Pres|VerbForm=Part 27 conj 27:conj:but _ 34 themselves themselves PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes 33 obj 33:obj SpaceAfter=No 35 . . PUNCT . _ 27 punct 27:punct _ @@ -100778,23 +100818,23 @@ # text = There is no escape from the collective ocean we all swim in. 1 There there PRON EX _ 2 expl 2:expl _ 2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 4 det 4:det _ +3 no no DET DT PronType=Neg 4 det 4:det _ 4 escape escape NOUN NN Number=Sing 2 nsubj 2:nsubj _ 5 from from ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 collective collective ADJ JJ Degree=Pos 8 amod 8:amod _ 8 ocean ocean NOUN NN Number=Sing 4 nmod 4:nmod:from _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -10 all all DET DT _ 9 det 9:det _ -11 swim swim VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +10 all all DET DT PronType=Tot 9 det 9:det _ +11 swim swim VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 12 in in ADP IN _ 11 obl 11:obl SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_herpesnation_c74170a0fcfdc880_ENG_20051125_075200-0015 # text = What you project will always come back to either reward or haunt you. -1 What what PRON WP PronType=Int 6 nsubj 6:nsubj _ +1 What what PRON WP PronType=Rel 6 nsubj 3:obj|6:nsubj _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 project project VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +3 project project VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 4 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 5 always always ADV RB _ 6 advmod 6:advmod _ 6 come come VERB VB VerbForm=Inf 0 root 0:root _ @@ -100810,20 +100850,20 @@ # sent_id = newsgroup-groups.google.com_herpesnation_c74170a0fcfdc880_ENG_20051125_075200-0016 # text = We are now suffering from the consequences of our rape of the environment, our rejection of the natural for the industrial, and our embrace of violence over peace. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 now now ADV RB _ 4 advmod 4:advmod _ 4 suffering suffer VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 from from ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 consequences consequence NOUN NNS Number=Plur 4 obl 4:obl:from _ 8 of of ADP IN _ 10 case 10:case _ -9 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 rape rape NOUN NN Number=Sing 7 nmod 7:nmod:of _ 11 of of ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 environment environment NOUN NN Number=Sing 10 nmod 10:nmod:of SpaceAfter=No 14 , , PUNCT , _ 16 punct 16:punct _ -15 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 rejection rejection NOUN NN Number=Sing 10 conj 7:nmod:of|10:conj:and _ 17 of of ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ @@ -100833,7 +100873,7 @@ 22 industrial industrial ADJ JJ Degree=Pos 16 nmod 16:nmod:for SpaceAfter=No 23 , , PUNCT , _ 26 punct 26:punct _ 24 and and CCONJ CC _ 26 cc 26:cc _ -25 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 embrace embrace NOUN NN Number=Sing 10 conj 7:nmod:of|10:conj:and _ 27 of of ADP IN _ 28 case 28:case _ 28 violence violence NOUN NN Number=Sing 26 nmod 26:nmod:of _ @@ -100844,18 +100884,18 @@ # sent_id = newsgroup-groups.google.com_herpesnation_c74170a0fcfdc880_ENG_20051125_075200-0017 # text = Jesus said that what you do the least of the people you do to him. 1 Jesus Jesus PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 13 mark 13:mark _ -4 what what PRON WP PronType=Int 13 obj 13:obj _ +4 what what PRON WP PronType=Rel 13 obj 6:obj|13:obj _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +6 do do VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 least least ADJ JJS Degree=Sup 6 obj 6:obj _ 9 of of ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 people people NOUN NNS Number=Plur 8 obl 8:obl:of _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ -13 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +13 do do VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 14 to to ADP IN _ 15 case 15:case _ 15 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 obl 13:obl:to SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ @@ -100863,7 +100903,7 @@ # sent_id = newsgroup-groups.google.com_herpesnation_c74170a0fcfdc880_ENG_20051125_075200-0018 # text = What are you doing to the least of the people? 1 What what PRON WP PronType=Int 4 obj 4:obj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 doing do VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 to to ADP IN _ 7 case 7:case _ @@ -100879,16 +100919,16 @@ # text = If we are all in this thing together, let's play nice. 1 If if SCONJ IN _ 7 mark 7:mark _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 all all ADV RB _ 7 advmod 7:advmod _ 5 in in ADP IN _ 7 case 7:case _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 thing thing NOUN NN Number=Sing 10 advcl 10:advcl:in _ 8 together together ADV RB _ 7 advmod 7:advmod SpaceAfter=No -9 , , PUNCT , _ 10 punct 10:punct _ +9 , , PUNCT , _ 7 punct 7:punct _ 10-11 let's _ _ _ _ _ _ _ _ 10 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -11 's 's PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 10 obj 10:obj|12:nsubj:xsubj _ +11 's we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 10 obj 10:obj|12:nsubj:xsubj _ 12 play play VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 13 nice nice ADV RB _ 12 advmod 12:advmod SpaceAfter=No 14 . . PUNCT . _ 10 punct 10:punct _ @@ -100897,46 +100937,46 @@ # text = Remember that what you do to yourself affects me and everybody else, remember that what you do to me and anyone else shapes your destiny. 1 Remember remember VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 that that SCONJ IN _ 8 mark 8:mark _ -3 what what PRON WP PronType=Int 8 obj 8:obj _ +3 what what PRON WP PronType=Rel 8 nsubj 5:obj|8:nsubj _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +5 do do VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 to to ADP IN _ 7 case 7:case _ 7 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 5 obl 5:obl:to _ 8 affects affect VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp _ 9 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 obj 8:obj _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 everybody everybody PRON NN Number=Sing 9 conj 8:obj|9:conj:and _ +11 everybody everybody PRON NN Number=Sing|PronType=Tot 9 conj 8:obj|9:conj:and _ 12 else else ADJ JJ Degree=Pos 11 amod 11:amod SpaceAfter=No -13 , , PUNCT , _ 1 punct 1:punct _ +13 , , PUNCT , _ 14 punct 14:punct _ 14 remember remember VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ 15 that that SCONJ IN _ 24 mark 24:mark _ -16 what what PRON WP PronType=Int 24 obj 24:obj _ +16 what what PRON WP PronType=Rel 24 nsubj 18:obj|24:nsubj _ 17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ -18 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ +18 do do VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ 19 to to ADP IN _ 20 case 20:case _ 20 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 18 obl 18:obl:to _ 21 and and CCONJ CC _ 22 cc 22:cc _ -22 anyone anyone PRON NN Number=Sing 20 conj 18:obl:to|20:conj:and _ +22 anyone anyone PRON NN Number=Sing|PronType=Ind 20 conj 18:obl:to|20:conj:and _ 23 else else ADJ JJ Degree=Pos 22 amod 22:amod _ 24 shapes shape VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 ccomp 14:ccomp _ -25 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 destiny destiny NOUN NN Number=Sing 24 obj 24:obj SpaceAfter=No 27 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_herpesnation_c74170a0fcfdc880_ENG_20051125_075200-0021 # text = No matter what progress we make as individuals in becoming healthier, we will never achieve real health until we collectively decide to create a healthier reality. -1 No no ADV RB _ 2 advmod 2:advmod _ -2 matter matter ADV RB _ 16 advmod 16:advmod _ +1 No no DET DT PronType=Neg 2 det 2:det _ +2 matter matter NOUN NN Number=Sing 16 obl:npmod 16:obl:npmod _ 3 what what DET WDT PronType=Int 4 det 4:det _ -4 progress progress NOUN NN Number=Sing 2 obl:npmod 2:obl:npmod _ +4 progress progress NOUN NN Number=Sing 6 obj 6:obj _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 make make VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +6 make make VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 2 acl 2:acl _ 7 as as ADP IN _ 8 case 8:case _ 8 individuals individual NOUN NNS Number=Plur 6 obl 6:obl:as _ 9 in in SCONJ IN _ 10 mark 10:mark _ 10 becoming become VERB VBG VerbForm=Ger 6 advcl 6:advcl:in _ -11 healthier healthier ADJ JJR Degree=Cmp 10 xcomp 10:xcomp SpaceAfter=No -12 , , PUNCT , _ 16 punct 16:punct _ +11 healthier healthy ADJ JJR Degree=Cmp 10 xcomp 10:xcomp SpaceAfter=No +12 , , PUNCT , _ 2 punct 2:punct _ 13 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 16 nsubj 16:nsubj _ 14 will will AUX MD VerbForm=Fin 16 aux 16:aux _ 15 never never ADV RB _ 16 advmod 16:advmod _ @@ -100946,11 +100986,11 @@ 19 until until SCONJ IN _ 22 mark 22:mark _ 20 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 22 nsubj 22:nsubj|24:nsubj:xsubj _ 21 collectively collectively ADV RB _ 22 advmod 22:advmod _ -22 decide decide VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:until _ +22 decide decide VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:until _ 23 to to PART TO _ 24 mark 24:mark _ 24 create create VERB VB VerbForm=Inf 22 xcomp 22:xcomp _ 25 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ -26 healthier healthier ADJ JJR Degree=Cmp 27 amod 27:amod _ +26 healthier healthy ADJ JJR Degree=Cmp 27 amod 27:amod _ 27 reality reality NOUN NN Number=Sing 24 obj 24:obj SpaceAfter=No 28 . . PUNCT . _ 16 punct 16:punct _ @@ -100960,11 +101000,11 @@ 2 circumstances circumstance NOUN NNS Number=Plur 4 nsubj 4:nsubj _ 3 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 4 force force VERB VB VerbForm=Inf 0 root 0:root _ -5 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 hand hand NOUN NN Number=Sing 4 obj 4:obj _ 7 soon soon ADV RB Degree=Pos 4 advmod 4:advmod _ 8 since since SCONJ IN _ 15 mark 15:mark _ -9 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +9 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 10 collective collective ADJ JJ Degree=Pos 12 amod 12:amod _ 11 bad bad ADJ JJ Degree=Pos 12 amod 12:amod _ 12 behaviour behaviour NOUN NN Number=Sing 15 nsubj 15:nsubj _ @@ -101045,12 +101085,12 @@ # text = There is no health without peace and no peace without health. 1 There there PRON EX _ 2 expl 2:expl _ 2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 4 det 4:det _ +3 no no DET DT PronType=Neg 4 det 4:det _ 4 health health NOUN NN Number=Sing 2 nsubj 2:nsubj _ 5 without without ADP IN _ 6 case 6:case _ 6 peace peace NOUN NN Number=Sing 4 nmod 4:nmod:without _ 7 and and CCONJ CC _ 9 cc 9:cc _ -8 no no DET DT _ 9 det 9:det _ +8 no no DET DT PronType=Neg 9 det 9:det _ 9 peace peace NOUN NN Number=Sing 4 conj 2:nsubj|4:conj:and _ 10 without without ADP IN _ 11 case 11:case _ 11 health health NOUN NN Number=Sing 9 nmod 9:nmod:without SpaceAfter=No @@ -101059,16 +101099,16 @@ # sent_id = newsgroup-groups.google.com_herpesnation_c74170a0fcfdc880_ENG_20051125_075200-0027 # text = November 2005 1 November November PROPN NNP Number=Sing 0 root 0:root _ -2 2005 2005 NUM CD NumType=Card 1 nummod 1:nummod _ +2 2005 2005 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ # sent_id = newsgroup-groups.google.com_herpesnation_c74170a0fcfdc880_ENG_20051125_075200-0028 # text = Sunshine Coast, British Columbia, Canada 1 Sunshine Sunshine PROPN NNP Number=Sing 2 compound 2:compound _ 2 Coast Coast PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ -4 British British PROPN NNP Number=Sing 5 compound 5:compound _ +3 , , PUNCT , _ 5 punct 5:punct _ +4 British British ADJ NNP Degree=Pos 5 amod 5:amod _ 5 Columbia Columbia PROPN NNP Number=Sing 2 appos 2:appos SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 Canada Canada PROPN NNP Number=Sing 5 appos 5:appos _ # sent_id = newsgroup-groups.google.com_herpesnation_c74170a0fcfdc880_ENG_20051125_075200-0029 @@ -101076,7 +101116,7 @@ 1 Christopher Christopher PROPN NNP Number=Sing 2 compound 2:compound _ 2 Scipio Scipio PROPN NNP Number=Sing 0 root 0:root _ 3 Homeopath homeopath NOUN NN Number=Sing 2 compound 2:compound SpaceAfter=No -4 / / PUNCT , _ 5 cc 5:cc SpaceAfter=No +4 / / SYM , _ 5 cc 5:cc SpaceAfter=No 5 Herbalist herbalist NOUN NN Number=Sing 3 conj 2:compound|3:conj _ 6 Holistic holistic ADJ JJ Degree=Pos 8 amod 8:amod _ 7 Viral viral ADJ JJ Degree=Pos 8 amod 8:amod _ @@ -101086,14 +101126,14 @@ # sent_id = newsgroup-groups.google.com_eHolistic_417b09016150421f_ENG_20051120_175800-0001 # newpar id = newsgroup-groups.google.com_eHolistic_417b09016150421f_ENG_20051120_175800-p0001 # text = One Simple Idea. -1 One one NUM CD NumType=Card 3 nummod 3:nummod _ +1 One one NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 2 Simple simple ADJ JJ Degree=Pos 3 amod 3:amod _ 3 Idea idea NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_eHolistic_417b09016150421f_ENG_20051120_175800-0002 # text = One Huge Opportunity. -1 One one NUM CD NumType=Card 3 nummod 3:nummod _ +1 One one NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 2 Huge huge ADJ JJ Degree=Pos 3 amod 3:amod _ 3 Opportunity opportunity NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ @@ -101101,7 +101141,7 @@ # sent_id = newsgroup-groups.google.com_eHolistic_417b09016150421f_ENG_20051120_175800-0003 # text = What are you searching for? 1 What what PRON WP PronType=Int 4 obl 4:obl:for _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 searching search VERB VBG VerbForm=Ger 0 root 0:root _ 5 for for ADP IN _ 1 case 1:case SpaceAfter=No @@ -101119,7 +101159,7 @@ 1 More more ADJ JJR Degree=Cmp 2 amod 2:amod _ 2 time time NOUN NN Number=Sing 0 root 0:root _ 3 with with ADP IN _ 5 case 5:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 family family NOUN NN Number=Sing 2 nmod 2:nmod:with SpaceAfter=No 6 ? ? PUNCT . _ 2 punct 2:punct _ @@ -101144,28 +101184,28 @@ # text = Whether you are looking for a part-time income to help pay off your debts or you are looking for the freedom offered by working from home on a full time basis, Agel is the vehicle that can make that happen. 1 Whether whether SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 looking look VERB VBG Tense=Pres|VerbForm=Part 38 advcl 38:advcl:whether _ 5 for for ADP IN _ 10 case 10:case _ 6 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 7 part part NOUN NN Number=Sing 9 compound 9:compound SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 time time NOUN NN Number=Sing 10 compound 10:compound _ 10 income income NOUN NN Number=Sing 4 obl 4:obl:for _ 11 to to PART TO _ 12 mark 12:mark _ 12 help help VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ -13 pay pay VERB VB VerbForm=Inf 12 ccomp 12:ccomp _ +13 pay pay VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 14 off off ADP RP _ 13 compound:prt 13:compound:prt _ -15 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 debts debt NOUN NNS Number=Plur 13 obj 13:obj _ 17 or or CCONJ CC _ 20 cc 20:cc _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj _ -19 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +19 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 20 looking look VERB VBG Tense=Pres|VerbForm=Part 4 conj 4:conj:or|38:advcl:whether _ 21 for for ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 freedom freedom NOUN NN Number=Sing 20 obl 20:obl:for _ -24 offered offer VERB VBN Tense=Past|VerbForm=Part 23 acl 23:acl _ +24 offered offer VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 acl 23:acl _ 25 by by SCONJ IN _ 26 mark 26:mark _ 26 working work VERB VBG VerbForm=Ger 24 advcl 24:advcl:by _ 27 from from ADP IN _ 28 case 28:case _ @@ -101175,7 +101215,7 @@ 31 full full ADJ JJ Degree=Pos 32 amod 32:amod _ 32 time time NOUN NN Number=Sing 33 compound 33:compound _ 33 basis basis NOUN NN Number=Sing 26 obl 26:obl:on SpaceAfter=No -34 , , PUNCT , _ 38 punct 38:punct _ +34 , , PUNCT , _ 4 punct 4:punct _ 35 Agel Agel PROPN NNP Number=Sing 38 nsubj 38:nsubj _ 36 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 38 cop 38:cop _ 37 the the DET DT Definite=Def|PronType=Art 38 det 38:det _ @@ -101183,8 +101223,8 @@ 39 that that PRON WDT PronType=Rel 41 nsubj 38:ref _ 40 can can AUX MD VerbForm=Fin 41 aux 41:aux _ 41 make make VERB VB VerbForm=Inf 38 acl:relcl 38:acl:relcl _ -42 that that PRON DT Number=Sing|PronType=Dem 43 nsubj 43:nsubj _ -43 happen happen VERB VB VerbForm=Inf 41 ccomp 41:ccomp SpaceAfter=No +42 that that PRON DT Number=Sing|PronType=Dem 41 obj 41:obj|43:nsubj:xsubj _ +43 happen happen VERB VB VerbForm=Inf 41 xcomp 41:xcomp SpaceAfter=No 44 . . PUNCT . _ 38 punct 38:punct _ # sent_id = newsgroup-groups.google.com_eHolistic_417b09016150421f_ENG_20051120_175800-0009 @@ -101233,7 +101273,7 @@ 5 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 6 next next ADJ JJ Degree=Pos 10 amod 10:amod _ 7 industry industry NOUN NN Number=Sing 9 compound 9:compound SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 changing change VERB VBG VerbForm=Ger 10 amod 10:amod _ 10 innovation innovation NOUN NN Number=Sing 3 nmod 3:nmod:of SpaceAfter=No 11 . . PUNCT . _ 1 punct 1:punct _ @@ -101254,7 +101294,7 @@ 6 category category NOUN NN Number=Sing 2 obj 2:obj _ 7 of of ADP IN _ 8 case 8:case _ 8 products product NOUN NNS Number=Plur 6 nmod 6:nmod:of _ -9 called call VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +9 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 10 Gelceuticals gelceutical NOUN NNS Number=Plur 9 obj 9:obj SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ @@ -101297,8 +101337,8 @@ 2 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 3 delivery delivery NOUN NN Number=Sing 4 compound 4:compound _ 4 format format NOUN NN Number=Sing 10 obl 10:obl:in SpaceAfter=No -5 , , PUNCT , _ 10 punct 10:punct _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 , , PUNCT , _ 4 punct 4:punct _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 body body NOUN NN Number=Sing 10 nsubj 10:nsubj|11:nsubj:xsubj _ 8 can can AUX MD VerbForm=Fin 10 aux 10:aux _ 9 immediately immediately ADV RB _ 10 advmod 10:advmod _ @@ -101328,7 +101368,7 @@ 1 Never never ADV RB _ 2 advmod 2:advmod _ 2 before before ADV RB _ 9 advmod 9:advmod _ 3 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ -4 such such DET PDT _ 7 det:predet 7:det:predet _ +4 such such DET PDT PronType=Ind 7 det:predet 7:det:predet _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 convenient convenient ADJ JJ Degree=Pos 7 amod 7:amod _ 7 method method NOUN NN Number=Sing 9 nsubj 9:nsubj _ @@ -101351,9 +101391,9 @@ # sent_id = newsgroup-groups.google.com_eHolistic_417b09016150421f_ENG_20051120_175800-0019 # newpar id = newsgroup-groups.google.com_eHolistic_417b09016150421f_ENG_20051120_175800-p0003 # text = No water needed (as with tablets or capsules) -1 No no DET DT _ 2 det 2:det _ -2 water water NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 needed need VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 No no DET DT PronType=Neg 2 det 2:det _ +2 water water NOUN NN Number=Sing 3 nsubj:pass 3:nsubj:pass _ +3 needed need VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No 5 as as ADP IN _ 7 case 7:case _ 6 with with ADP IN _ 7 case 7:case _ @@ -101373,7 +101413,7 @@ 6 big big ADJ JJ Degree=Pos 7 amod 7:amod _ 7 bottle bottle NOUN NN Number=Sing 3 nmod 3:nmod:without _ 8 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No -9 no no DET DT _ 13 det 13:det _ +9 no no DET DT PronType=Neg 13 det 13:det _ 10 glass glass NOUN NN Number=Sing 13 compound 13:compound _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 water water NOUN NN Number=Sing 10 conj 10:conj:and|13:compound _ @@ -101408,11 +101448,11 @@ # sent_id = newsgroup-groups.google.com_eHolistic_417b09016150421f_ENG_20051120_175800-0023 # newpar id = newsgroup-groups.google.com_eHolistic_417b09016150421f_ENG_20051120_175800-p0006 # text = Faster, more efficient, delivery to the body Learn More -1 Faster faster ADJ JJR Degree=Cmp 6 amod 6:amod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ -3 more more ADV RBR _ 4 advmod 4:advmod _ +1 Faster fast ADJ JJR Degree=Cmp 6 amod 6:amod SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ +3 more more ADV RBR Degree=Cmp 4 advmod 4:advmod _ 4 efficient efficient ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No -5 , , PUNCT , _ 6 punct 6:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 delivery delivery NOUN NN Number=Sing 0 root 0:root _ 7 to to ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -101444,20 +101484,20 @@ # sent_id = newsgroup-groups.google.com_eHolistic_417b09016150421f_ENG_20051120_175800-0026 # text = It is our belief that this compensation plan will produce some of the largest checks in network marketing history. -1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 expl 2:expl _ -2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ -4 belief belief NOUN NN Number=Sing 2 nsubj 2:nsubj _ +1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 expl 4:expl _ +2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +4 belief belief NOUN NN Number=Sing 0 root 0:root _ 5 that that SCONJ IN _ 10 mark 10:mark _ 6 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ 7 compensation compensation NOUN NN Number=Sing 8 compound 8:compound _ 8 plan plan NOUN NN Number=Sing 10 nsubj 10:nsubj _ 9 will will AUX MD VerbForm=Fin 10 aux 10:aux _ -10 produce produce VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ -11 some some DET DT _ 10 obj 10:obj _ +10 produce produce VERB VB VerbForm=Inf 4 csubj 4:csubj _ +11 some some DET DT PronType=Ind 10 obj 10:obj _ 12 of of ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -14 largest largest ADJ JJS Degree=Sup 15 amod 15:amod _ +14 largest large ADJ JJS Degree=Sup 15 amod 15:amod _ 15 checks check NOUN NNS Number=Plur 11 nmod 11:nmod:of _ 16 in in ADP IN _ 19 case 19:case _ 17 network network NOUN NN Number=Sing 18 compound 18:compound _ @@ -101486,7 +101526,7 @@ 16 , , PUNCT , _ 20 punct 20:punct _ 17 or or CCONJ CC _ 20 cc 20:cc _ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ -19 forced force VERB VBN Tense=Past|VerbForm=Part 20 amod 20:amod _ +19 forced force VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 amod 20:amod _ 20 matrix matrix NOUN NN Number=Sing 9 conj 6:obl:as|9:conj:or SpaceAfter=No 21 . . PUNCT . _ 6 punct 6:punct _ @@ -101523,20 +101563,20 @@ # text = If you used to make $100k and now only make $30k, this is not long term viability. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj|12:nsubj _ -3 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 advcl 22:advcl:if _ +3 used use VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 22 advcl 22:advcl:if _ 4 to to PART TO _ 5 mark 5:mark _ 5 make make VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 $ $ SYM $ _ 5 obj 5:obj SpaceAfter=No -7 100 100 NUM CD NumType=Card 6 compound 6:compound SpaceAfter=No -8 k k NUM CD NumType=Card 6 compound 6:compound _ +7 100 100 NUM CD NumForm=Digit|NumType=Card 8 compound 8:compound SpaceAfter=No +8 k thousand NUM CD Abbr=Yes|NumForm=Word|NumType=Card 6 nummod 6:nummod _ 9 and and CCONJ CC _ 12 cc 12:cc _ 10 now now ADV RB _ 12 advmod 12:advmod _ 11 only only ADV RB _ 12 advmod 12:advmod _ -12 make make VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and|22:advcl:if _ +12 make make VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and|22:advcl:if _ 13 $ $ SYM $ _ 12 obj 12:obj SpaceAfter=No -14 30 30 NUM CD NumType=Card 13 compound 13:compound SpaceAfter=No -15 k k NUM CD NumType=Card 13 compound 13:compound SpaceAfter=No -16 , , PUNCT , _ 22 punct 22:punct _ +14 30 30 NUM CD NumForm=Digit|NumType=Card 15 compound 15:compound SpaceAfter=No +15 k thousand NUM CD Abbr=Yes|NumForm=Word|NumType=Card 13 nummod 13:nummod SpaceAfter=No +16 , , PUNCT , _ 3 punct 3:punct _ 17 this this PRON DT Number=Sing|PronType=Dem 22 nsubj 22:nsubj _ 18 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 19 not not PART RB _ 22 advmod 22:advmod _ @@ -101547,10 +101587,10 @@ # sent_id = newsgroup-groups.google.com_eHolistic_417b09016150421f_ENG_20051120_175800-0032 # text = Ten years later your check should still be the same or greater, fulfilling the promise of long-term residual income. -1 Ten ten NUM CD NumType=Card 2 nummod 2:nummod _ +1 Ten ten NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 years year NOUN NNS Number=Plur 3 obl:npmod 3:obl:npmod _ -3 later later ADV RB _ 10 advmod 10:advmod _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 later late ADV RBR Degree=Cmp 10 advmod 10:advmod _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 check check NOUN NN Number=Sing 10 nsubj 10:nsubj|12:nsubj _ 6 should should AUX MD VerbForm=Fin 10 aux 10:aux _ 7 still still ADV RB _ 10 advmod 10:advmod _ @@ -101558,14 +101598,14 @@ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 same same ADJ JJ Degree=Pos 0 root 0:root _ 11 or or CCONJ CC _ 12 cc 12:cc _ -12 greater greater ADJ JJR Degree=Cmp 10 conj 10:conj:or SpaceAfter=No -13 , , PUNCT , _ 10 punct 10:punct _ +12 greater great ADJ JJR Degree=Cmp 10 conj 10:conj:or SpaceAfter=No +13 , , PUNCT , _ 14 punct 14:punct _ 14 fulfilling fulfil VERB VBG VerbForm=Ger 10 advcl 10:advcl _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 promise promise NOUN NN Number=Sing 14 obj 14:obj _ 17 of of ADP IN _ 22 case 22:case _ 18 long long ADJ JJ Degree=Pos 20 amod 20:amod SpaceAfter=No -19 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No +19 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No 20 term term NOUN NN Number=Sing 22 compound 22:compound _ 21 residual residual ADJ JJ Degree=Pos 22 amod 22:amod _ 22 income income NOUN NN Number=Sing 16 nmod 16:nmod:of SpaceAfter=No @@ -101581,7 +101621,7 @@ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 principles principle NOUN NNS Number=Plur 5 obj 5:obj|9:nsubj _ 8 that that PRON WDT PronType=Rel 9 nsubj 7:ref _ -9 ensure ensure VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +9 ensure ensure VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 10 that that DET DT Number=Sing|PronType=Dem 11 det 11:det _ 11 promise promise NOUN NN Number=Sing 14 nsubj:pass 14:nsubj:pass _ 12 can can AUX MD VerbForm=Fin 14 aux 14:aux _ @@ -101590,14 +101630,14 @@ 15 for for ADP IN _ 16 case 16:case _ 16 those that PRON DT Number=Plur|PronType=Dem 14 obl 14:obl:for|18:nsubj _ 17 who who PRON WP PronType=Rel 18 nsubj 16:ref _ -18 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ +18 work work VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ 19 at at ADP IN _ 20 case 20:case _ 20 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 obl 18:obl:at SpaceAfter=No 21 . . PUNCT . _ 5 punct 5:punct _ # sent_id = newsgroup-groups.google.com_eHolistic_417b09016150421f_ENG_20051120_175800-0034 # text = Are you unsure of Agel? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +1 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 unsure unsure ADJ JJ Degree=Pos 0 root 0:root _ 4 of of ADP IN _ 5 case 5:case _ @@ -101607,9 +101647,9 @@ # sent_id = newsgroup-groups.google.com_eHolistic_417b09016150421f_ENG_20051120_175800-0035 # text = Take time to discover the unlimited possibilities with Agel! 1 Take take VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 time time NOUN NN Number=Sing 1 obj 1:obj|4:nsubj:xsubj _ +2 time time NOUN NN Number=Sing 1 obj 1:obj _ 3 to to PART TO _ 4 mark 4:mark _ -4 discover discover VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ +4 discover discover VERB VB VerbForm=Inf 1 advcl 1:advcl:to _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 unlimited unlimited ADJ JJ Degree=Pos 7 amod 7:amod _ 7 possibilities possibility NOUN NNS Number=Plur 4 obj 4:obj _ @@ -101631,11 +101671,11 @@ 10 leaders leader NOUN NNS Number=Plur 6 nmod 6:nmod:of SpaceAfter=No 11 , , PUNCT , _ 14 punct 14:punct _ 12 and and CCONJ CC _ 14 cc 14:cc _ -13 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 founder founder NOUN NN Number=Sing 6 conj 4:obj|6:conj:and _ 15 and and CCONJ CC _ 16 cc 16:cc _ 16 CEO ceo NOUN NN Number=Sing 14 conj 14:conj:and SpaceAfter=No -17 , , PUNCT , _ 14 punct 14:punct _ +17 , , PUNCT , _ 18 punct 18:punct _ 18 Glen Glen PROPN NNP Number=Sing 14 appos 14:appos _ 19 Jensen Jensen PROPN NNP Number=Sing 18 flat 18:flat SpaceAfter=No 20 . . PUNCT . _ 4 punct 4:punct _ @@ -101654,9 +101694,9 @@ 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 2 will will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 discover discover VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No -4 : : PUNCT : _ 3 punct 3:punct _ +4 : : PUNCT : _ 8 punct 8:punct _ 5 · · PUNCT NFP _ 8 punct 8:punct _ -6 How how SCONJ WRB PronType=Int 8 mark 8:mark _ +6 How how ADV WRB PronType=Int 8 advmod 8:advmod _ 7 to to PART TO _ 8 mark 8:mark _ 8 Create create VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -101664,19 +101704,19 @@ 11 of of ADP IN _ 13 case 13:case _ 12 Residual residual ADJ JJ Degree=Pos 13 amod 13:amod _ 13 Income income NOUN NN Number=Sing 10 nmod 10:nmod:of SpaceAfter=No -14 ; ; PUNCT , _ 8 punct 8:punct _ +14 ; ; PUNCT , _ 21 punct 21:punct _ 15 · · PUNCT NFP _ 21 punct 21:punct _ -16 Why why SCONJ WRB PronType=Int 21 mark 21:mark _ +16 Why why ADV WRB PronType=Int 21 advmod 21:advmod _ 17 Agel Agel PROPN NNP Number=Sing 21 nsubj 21:nsubj _ 18 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -20 Best best ADJ JJS Degree=Sup 21 amod 21:amod _ +20 Best good ADJ JJS Degree=Sup 21 amod 21:amod _ 21 Vehicle vehicle NOUN NN Number=Sing 8 conj 3:ccomp|8:conj:and _ 22 to to PART TO _ 23 mark 23:mark _ 23 Live live VERB VB VerbForm=Inf 21 acl 21:acl:to _ -24 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 Dreams dream NOUN NNS Number=Plur 23 obj 23:obj SpaceAfter=No -26 ; ; PUNCT , _ 8 punct 8:punct _ +26 ; ; PUNCT , _ 31 punct 31:punct _ 27 · · PUNCT NFP _ 31 punct 31:punct _ 28 The the DET DT Definite=Def|PronType=Art 31 det 31:det _ 29 Amazing amazing ADJ JJ Degree=Pos 31 amod 31:amod _ @@ -101685,21 +101725,21 @@ 32 Behind behind ADP IN _ 34 case 34:case _ 33 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ 34 Products product NOUN NNS Number=Plur 31 nmod 31:nmod:behind SpaceAfter=No -35 ; ; PUNCT , _ 8 punct 8:punct _ +35 ; ; PUNCT , _ 44 punct 44:punct _ 36 · · PUNCT NFP _ 44 punct 44:punct _ -37 How how SCONJ WRB PronType=Int 44 mark 44:mark _ +37 How how ADV WRB PronType=Int 44 advmod 44:advmod _ 38 the the DET DT Definite=Def|PronType=Art 42 det 42:det _ 39 " " PUNCT `` _ 42 punct 42:punct SpaceAfter=No 40 Quadra quadra NOUN NN Number=Sing 42 compound 42:compound SpaceAfter=No -41 - - PUNCT HYPH _ 42 punct 42:punct SpaceAfter=No +41 - - PUNCT HYPH _ 40 punct 40:punct SpaceAfter=No 42 Plan plan NOUN NN Number=Sing 44 nsubj 44:nsubj SpaceAfter=No 43 " " PUNCT '' _ 42 punct 42:punct _ 44 Builds build VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 conj 3:ccomp|8:conj:and _ -45 Bigger bigger ADJ JJR Degree=Cmp 47 amod 47:amod _ +45 Bigger big ADJ JJR Degree=Cmp 47 amod 47:amod _ 46 Bonus bonus NOUN NN Number=Sing 47 compound 47:compound _ 47 Checks check NOUN NNS Number=Plur 44 obj 44:obj _ -48 Faster faster ADV RBR Degree=Cmp 44 advmod 44:advmod SpaceAfter=No -49 ; ; PUNCT , _ 8 punct 8:punct _ +48 Faster fast ADV RBR Degree=Cmp 44 advmod 44:advmod SpaceAfter=No +49 ; ; PUNCT , _ 53 punct 53:punct _ 50 · · PUNCT NFP _ 53 punct 53:punct _ 51 The the DET DT Definite=Def|PronType=Art 53 det 53:det _ 52 Support support NOUN NN Number=Sing 53 compound 53:compound _ @@ -101708,28 +101748,28 @@ 55 Place place NOUN NN Number=Sing 53 nmod 53:nmod:in _ 56 to to PART TO _ 57 mark 57:mark _ 57 Help help VERB VB VerbForm=Inf 55 acl 55:acl:to _ -58 You you PRON PRP Case=Nom|Person=2|PronType=Prs 59 nsubj 59:nsubj _ -59 Build build VERB VB VerbForm=Inf 57 ccomp 57:ccomp _ -60 Stronger stronger ADV RBR _ 59 advmod 59:advmod SpaceAfter=No -61 ; ; PUNCT , _ 8 punct 8:punct _ +58 You you PRON PRP Case=Acc|Person=2|PronType=Prs 57 obj 57:obj|59:nsubj _ +59 Build build VERB VB VerbForm=Inf 57 xcomp 57:xcomp _ +60 Stronger strong ADV RBR Degree=Cmp 59 advmod 59:advmod SpaceAfter=No +61 ; ; PUNCT , _ 65 punct 65:punct _ 62 and and CCONJ CC _ 65 cc 65:cc _ -63 · · PUNCT NFP _ 65 punct 65:punct _ +63 · · PUNCT NFP _ 62 punct 62:punct _ 64 The the DET DT Definite=Def|PronType=Art 65 det 65:det _ 65 Secret secret NOUN NN Number=Sing 8 conj 3:ccomp|8:conj:and _ 66 to to PART TO _ 67 mark 67:mark _ 67 Lock lock VERB VB VerbForm=Inf 65 acl 65:acl:to _ 68 in in ADP RP _ 67 compound:prt 67:compound:prt _ 69 a a DET DT Definite=Ind|PronType=Art 73 det 73:det _ -70 " " PUNCT `` _ 73 punct 73:punct SpaceAfter=No +70 " " PUNCT `` _ 71 punct 71:punct SpaceAfter=No 71 Legacy legacy NOUN NN Number=Sing 73 compound 73:compound SpaceAfter=No -72 " " PUNCT '' _ 73 punct 73:punct _ +72 " " PUNCT '' _ 71 punct 71:punct _ 73 Position position NOUN NN Number=Sing 67 obj 67:obj SpaceAfter=No 74 ! ! PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_eHolistic_417b09016150421f_ENG_20051120_175800-0039 # text = Here are the numbers to call: 1 Here here ADV RB PronType=Dem 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 numbers number NOUN NNS Number=Plur 1 nsubj 1:nsubj _ 5 to to PART TO _ 6 mark 6:mark _ @@ -101739,9 +101779,9 @@ # sent_id = newsgroup-groups.google.com_eHolistic_417b09016150421f_ENG_20051120_175800-0040 # newpar id = newsgroup-groups.google.com_eHolistic_417b09016150421f_ENG_20051120_175800-p0011 # text = 620-294-4000 or 620-294-3000 -1 620-294-4000 620-294-4000 NUM CD NumType=Card 0 root 0:root _ +1 620-294-4000 620-294-4000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ 2 or or CCONJ CC _ 3 cc 3:cc _ -3 620-294-3000 620-294-3000 NUM CD NumType=Card 1 conj 1:conj:or _ +3 620-294-3000 620-294-3000 NUM CD NumForm=Digit|NumType=Card 1 conj 1:conj:or _ # sent_id = newsgroup-groups.google.com_eHolistic_417b09016150421f_ENG_20051120_175800-0041 # text = The Passcode to participate is:5107 @@ -101750,50 +101790,50 @@ 3 to to PART TO _ 4 mark 4:mark _ 4 participate participate VERB VB VerbForm=Inf 2 acl 2:acl:to _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop SpaceAfter=No -6 : : PUNCT : _ 7 punct 7:punct SpaceAfter=No -7 5107 5107 NUM CD NumType=Card 0 root 0:root _ +6 : : PUNCT : _ 5 punct 5:punct SpaceAfter=No +7 5107 5107 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ # sent_id = newsgroup-groups.google.com_eHolistic_417b09016150421f_ENG_20051120_175800-0042 # newpar id = newsgroup-groups.google.com_eHolistic_417b09016150421f_ENG_20051120_175800-p0012 # text = DATE: Tuesday, November 22, 2005 1 DATE date NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 Tuesday Tuesday PROPN NNP Number=Sing 1 appos 1:appos SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ 5 November November PROPN NNP Number=Sing 3 appos 3:appos _ -6 22 22 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ -8 2005 2005 NUM CD NumType=Card 3 nmod:tmod 3:nmod:tmod _ +6 22 22 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +7 , , PUNCT , _ 8 punct 8:punct _ +8 2005 2005 NUM CD NumForm=Digit|NumType=Card 3 nmod:tmod 3:nmod:tmod _ # sent_id = newsgroup-groups.google.com_eHolistic_417b09016150421f_ENG_20051120_175800-0043 # text = TIME: 8:00 PM Eastern Standard Time 1 TIME time NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ -3 8:00 8:00 NUM CD NumType=Card 4 nummod 4:nummod _ -4 PM pm NOUN NN Number=Sing 1 appos 1:appos _ -5 Eastern Eastern PROPN NNP Number=Sing 7 compound 7:compound _ +2 : : PUNCT : _ 4 punct 4:punct _ +3 8:00 8:00 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +4 PM p.m. NOUN NN Number=Sing 1 appos 1:appos _ +5 Eastern Eastern ADJ NNP Degree=Pos 7 amod 7:amod _ 6 Standard Standard PROPN NNP Number=Sing 7 compound 7:compound _ 7 Time Time PROPN NNP Number=Sing 4 nmod:npmod 4:nmod:npmod _ # sent_id = newsgroup-groups.google.com_eHolistic_417b09016150421f_ENG_20051120_175800-0044 # text = LOCATION: Conference Call 1 LOCATION location NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 4 punct 4:punct _ 3 Conference conference NOUN NN Number=Sing 4 compound 4:compound _ 4 Call call NOUN NN Number=Sing 1 appos 1:appos _ # sent_id = newsgroup-groups.google.com_eHolistic_417b09016150421f_ENG_20051120_175800-0045 # text = 5:00 PT ** 6:00 MT ** 7:00 CT ** 8:00 ET -1 5:00 5:00 NUM CD NumType=Card 2 nummod 2:nummod _ +1 5:00 5:00 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 2 PT pt NOUN NN Number=Sing 0 root 0:root _ -3 ** ** PUNCT NFP _ 2 punct 2:punct _ -4 6:00 6:00 NUM CD NumType=Card 5 nummod 5:nummod _ +3 ** ** PUNCT NFP _ 5 punct 5:punct _ +4 6:00 6:00 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 MT mt NOUN NN Number=Sing 2 appos 2:appos _ -6 ** ** PUNCT NFP _ 2 punct 2:punct _ -7 7:00 7:00 NUM CD NumType=Card 8 nummod 8:nummod _ +6 ** ** PUNCT NFP _ 8 punct 8:punct _ +7 7:00 7:00 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 8 CT ct NOUN NN Number=Sing 2 appos 2:appos _ -9 ** ** PUNCT NFP _ 2 punct 2:punct _ -10 8:00 8:00 NUM CD NumType=Card 11 nummod 11:nummod _ +9 ** ** PUNCT NFP _ 11 punct 11:punct _ +10 8:00 8:00 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 11 ET et NOUN NN Number=Sing 2 appos 2:appos _ # sent_id = newsgroup-groups.google.com_eHolistic_417b09016150421f_ENG_20051120_175800-0046 @@ -101811,15 +101851,15 @@ # text = Steve Fillmore 612-205-9814 620-294-1909 1 Steve Steve PROPN NNP Number=Sing 2 compound 2:compound _ 2 Fillmore Fillmore PROPN NNP Number=Sing 0 root 0:root _ -3 612-205-9814 612-205-9814 NUM CD NumType=Card 2 list 2:list _ -4 620-294-1909 620-294-1909 NUM CD NumType=Card 2 list 2:list _ +3 612-205-9814 612-205-9814 NUM CD NumForm=Digit|NumType=Card 2 list 2:list _ +4 620-294-1909 620-294-1909 NUM CD NumForm=Digit|NumType=Card 2 list 2:list _ # newdoc id = newsgroup-groups.google.com_Meditation20051_1027f5a3651d547c_ENG_20050316_085700 # sent_id = newsgroup-groups.google.com_Meditation20051_1027f5a3651d547c_ENG_20050316_085700-0001 # newpar id = newsgroup-groups.google.com_Meditation20051_1027f5a3651d547c_ENG_20050316_085700-p0001 # text = Email: "Dharmadeva" 1 Email email NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 4 punct 4:punct _ 3 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 4 Dharmadeva Dharmadeva PROPN NNP Number=Sing 1 appos 1:appos SpaceAfter=No 5 " " PUNCT '' _ 4 punct 4:punct SpaceAfter=No @@ -101834,7 +101874,7 @@ # sent_id = newsgroup-groups.google.com_Meditation20051_1027f5a3651d547c_ENG_20050316_085700-0003 # text = Hi All! 1 Hi hi INTJ UH _ 0 root 0:root _ -2 All all DET DT _ 1 vocative 1:vocative SpaceAfter=No +2 All all DET DT PronType=Tot 1 vocative 1:vocative SpaceAfter=No 3 ! ! PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_Meditation20051_1027f5a3651d547c_ENG_20050316_085700-0004 @@ -101842,11 +101882,11 @@ # text = We now present the kaoshikii dance, which is excellent before and after yoga postures. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 now now ADV RB _ 3 advmod 3:advmod _ -3 present present VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 present present VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 kaoshikii kaoshikii NOUN NN Number=Sing 6 compound 6:compound _ 6 dance dance NOUN NN Number=Sing 3 obj 3:obj|10:nsubj SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 10 punct 10:punct _ 8 which which PRON WDT PronType=Rel 10 nsubj 6:ref _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 excellent excellent ADJ JJ Degree=Pos 6 acl:relcl 6:acl:relcl _ @@ -101860,13 +101900,13 @@ # sent_id = newsgroup-groups.google.com_Meditation20051_1027f5a3651d547c_ENG_20050316_085700-0005 # text = I encourage you to do this dance, as it has tremendous positive effects. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 encourage encourage VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 encourage encourage VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 2 obj 2:obj|5:nsubj:xsubj _ 4 to to PART TO _ 5 mark 5:mark _ 5 do do VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 dance dance NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No -8 , , PUNCT , _ 5 punct 5:punct _ +8 , , PUNCT , _ 11 punct 11:punct _ 9 as as SCONJ IN _ 11 mark 11:mark _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 11 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:as _ @@ -101909,9 +101949,9 @@ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 aux:pass 7:aux:pass _ 7 invented invent VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl:relcl 4:acl:relcl _ 8 in in ADP IN _ 9 case 9:case _ -9 1978 1978 NUM CD NumType=Card 7 obl 7:obl:in _ +9 1978 1978 NUM CD NumForm=Digit|NumType=Card 7 obl 7:obl:in _ 10 by by ADP IN _ 11 case 11:case _ -11 Shrii Shrii PROPN NNP Number=Sing 7 obl 7:obl:by _ +11 Shrii Shrii PROPN NNP Number=Sing 7 obl:agent 7:obl:agent _ 12 Shrii Shrii PROPN NNP Number=Sing 11 flat 11:flat _ 13 A'nandamu'rti A'nandamu'rti PROPN NNP Number=Sing 11 flat 11:flat SpaceAfter=No 14 . . PUNCT . _ 4 punct 4:punct _ @@ -101997,7 +102037,7 @@ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 individual individual NOUN NN Number=Sing 2 nmod 2:nmod:of _ 6 lies lie VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -7 hidden hide VERB VBN Tense=Past|VerbForm=Part 6 advcl 6:advcl _ +7 hidden hide VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 advcl 6:advcl _ 8 in in ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 innermost innermost ADJ JJ Degree=Pos 11 amod 11:amod _ @@ -102024,7 +102064,7 @@ 11 being being NOUN NN Number=Sing 8 appos 8:appos SpaceAfter=No 12 ) ) PUNCT -RRB- _ 11 punct 11:punct _ 13 in in ADP IN _ 15 case 15:case _ -14 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 attempt attempt NOUN NN Number=Sing 8 nmod 8:nmod:in _ 16 to to PART TO _ 17 mark 17:mark _ 17 attain attain VERB VB VerbForm=Inf 15 acl 15:acl:to _ @@ -102066,7 +102106,7 @@ # newpar id = newsgroup-groups.google.com_Meditation20051_1027f5a3651d547c_ENG_20050316_085700-p0008 # text = Exercises all the glands and limbs from head to toes. 1 Exercises exercise VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -2 all all DET PDT _ 4 det:predet 4:det:predet _ +2 all all DET PDT PronType=Tot 4 det:predet 4:det:predet _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 glands gland NOUN NNS Number=Plur 1 obj 1:obj _ 5 and and CCONJ CC _ 6 cc 6:cc _ @@ -102247,12 +102287,12 @@ 1 Helps help VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 in in ADP IN _ 5 case 5:case _ 3 self self NOUN NN Number=Sing 5 compound 5:compound SpaceAfter=No -4 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No +4 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 5 expression expression NOUN NN Number=Sing 1 obl 1:obl:in _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 develops develop VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 conj 1:conj:and _ 8-9 one's _ _ _ _ _ _ _ _ -8 one one PRON PRP _ 10 nmod:poss 10:nmod:poss _ +8 one one PRON PRP Number=Sing|Person=3|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 's 's PART POS _ 8 case 8:case _ 10 potentiality potentiality NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No 11 . . PUNCT . _ 1 punct 1:punct _ @@ -102312,9 +102352,9 @@ 4 to to PART TO _ 5 mark 5:mark _ 5 work work VERB VB VerbForm=Inf 3 acl 3:acl:to _ 6 until until ADP IN _ 10 case 10:case _ -7 75 75 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No +7 75 75 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No 8 - - SYM SYM _ 9 case 9:case SpaceAfter=No -9 80 80 NUM CD NumType=Card 7 nmod 7:nmod _ +9 80 80 NUM CD NumForm=Digit|NumType=Card 7 nmod 7:nmod _ 10 years year NOUN NNS Number=Plur 5 obl 5:obl:until _ 11 of of ADP IN _ 12 case 12:case _ 12 age age NOUN NN Number=Sing 10 nmod 10:nmod:of SpaceAfter=No @@ -102335,19 +102375,19 @@ # newpar id = newsgroup-groups.google.com_Meditation20051_1027f5a3651d547c_ENG_20050316_085700-p0011 # text = The eighteen steps of the dance are done rhythmically. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 eighteen eighteen NUM CD NumType=Card 3 nummod 3:nummod _ +2 eighteen eighteen NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 steps step NOUN NNS Number=Plur 8 nsubj:pass 8:nsubj:pass _ 4 of of ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 dance dance NOUN NN Number=Sing 3 nmod 3:nmod:of _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux:pass 8:aux:pass _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux:pass 8:aux:pass _ 8 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 9 rhythmically rhythmically ADV RB _ 8 advmod 8:advmod SpaceAfter=No 10 . . PUNCT . _ 8 punct 8:punct _ # sent_id = newsgroup-groups.google.com_Meditation20051_1027f5a3651d547c_ENG_20050316_085700-0044 # text = First the dancer begins in the starting position: the hands together and raised over the head. -1 First first ADV RB _ 4 advmod 4:advmod _ +1 First first ADV RB NumForm=Word|NumType=Ord 4 advmod 4:advmod _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 dancer dancer NOUN NN Number=Sing 4 nsubj 4:nsubj _ 4 begins begin VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ @@ -102355,12 +102395,12 @@ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 starting starting NOUN NN Number=Sing 8 compound 8:compound _ 8 position position NOUN NN Number=Sing 4 obl 4:obl:in SpaceAfter=No -9 : : PUNCT : _ 8 punct 8:punct _ +9 : : PUNCT : _ 11 punct 11:punct _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 hands hand NOUN NNS Number=Plur 8 appos 8:appos _ 12 together together ADV RB _ 11 advmod 11:advmod _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 raised raise VERB VBN Tense=Past|VerbForm=Part 12 conj 11:advmod|12:conj:and _ +14 raised raise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 conj 11:advmod|12:conj:and _ 15 over over ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 head head NOUN NN Number=Sing 14 obl 14:obl:over SpaceAfter=No @@ -102375,22 +102415,22 @@ 5 of of ADP IN _ 15 case 15:case _ 6 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No 7 dhin dhin INTJ UH _ 15 discourse 15:discourse SpaceAfter=No -8 , , PUNCT , _ 15 punct 15:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 dhin dhin INTJ UH _ 15 discourse 15:discourse SpaceAfter=No -10 , , PUNCT , _ 15 punct 15:punct SpaceAfter=No -11 ... ... PUNCT , _ 15 punct 15:punct _ -12 , , PUNCT , _ 15 punct 15:punct SpaceAfter=No +10 , , PUNCT , _ 9 punct 9:punct SpaceAfter=No +11 ... ... PUNCT , _ 9 punct 9:punct _ +12 , , PUNCT , _ 9 punct 9:punct SpaceAfter=No 13 ta' ta' INTJ UH _ 15 discourse 15:discourse SpaceAfter=No -14 , , PUNCT , _ 15 punct 15:punct _ +14 , , PUNCT , _ 13 punct 13:punct _ 15 ta' ta' INTJ UH _ 4 nmod 4:nmod:of SpaceAfter=No 16 " " PUNCT '' _ 15 punct 15:punct SpaceAfter=No -17 , , PUNCT , _ 20 punct 20:punct _ +17 , , PUNCT , _ 4 punct 4:punct _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 dancers dancer NOUN NNS Number=Plur 20 nsubj 20:nsubj _ -20 begin begin VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -21 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +20 begin begin VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +21 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 step step NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No -23 , , PUNCT , _ 20 punct 20:punct _ +23 , , PUNCT , _ 24 punct 24:punct _ 24 placing place VERB VBG VerbForm=Ger 20 advcl 20:advcl _ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 26 big big ADJ JJ Degree=Pos 27 amod 27:amod _ @@ -102409,14 +102449,14 @@ 1 In in ADP IN _ 5 case 5:case _ 2 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 3 final final ADJ JJ Degree=Pos 5 amod 5:amod _ -4 two two NUM CD NumType=Card 5 nummod 5:nummod _ +4 two two NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 5 steps step NOUN NNS Number=Plur 10 obl 10:obl:in SpaceAfter=No -6 , , PUNCT , _ 10 punct 10:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 dancers dancer NOUN NNS Number=Plur 10 nsubj 10:nsubj _ 9 firmly firmly ADV RB _ 10 advmod 10:advmod _ -10 stamp stamp VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -11 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 stamp stamp VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +11 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 feet foot NOUN NNS Number=Plur 10 obj 10:obj _ 13 on on ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -102435,7 +102475,7 @@ 8 rounds round NOUN NNS Number=Plur 4 obl 4:obl:for _ 9 as as SCONJ IN _ 11 mark 11:mark _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -11 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:as SpaceAfter=No +11 like like VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:as SpaceAfter=No 12 . . PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_Meditation20051_1027f5a3651d547c_ENG_20050316_085700-0048 @@ -102452,10 +102492,10 @@ # sent_id = newsgroup-groups.google.com_Meditation20051_1027f5a3651d547c_ENG_20050316_085700-0050 # newpar id = newsgroup-groups.google.com_Meditation20051_1027f5a3651d547c_ENG_20050316_085700-p0014 # text = When the dancers start the step with the beat of "dhin, dhin...", the mental ideation should also be kept. -1 When when SCONJ WRB PronType=Int 4 mark 4:mark _ +1 When when ADV WRB PronType=Int 4 advmod 4:advmod _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 dancers dancer NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 start start VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 advcl 24:advcl:when _ +4 start start VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 advcl 24:advcl:when _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 step step NOUN NN Number=Sing 4 obj 4:obj _ 7 with with ADP IN _ 9 case 9:case _ @@ -102464,11 +102504,11 @@ 10 of of ADP IN _ 14 case 14:case _ 11 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No 12 dhin dhin INTJ UH _ 14 discourse 14:discourse SpaceAfter=No -13 , , PUNCT , _ 14 punct 14:punct _ +13 , , PUNCT , _ 12 punct 12:punct _ 14 dhin dhin INTJ UH _ 9 nmod 9:nmod:of SpaceAfter=No 15 ... ... PUNCT , _ 14 punct 14:punct SpaceAfter=No 16 " " PUNCT '' _ 14 punct 14:punct SpaceAfter=No -17 , , PUNCT , _ 24 punct 24:punct _ +17 , , PUNCT , _ 4 punct 4:punct _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 19 mental mental ADJ JJ Degree=Pos 20 amod 20:amod _ 20 ideation ideation NOUN NN Number=Sing 24 nsubj:pass 24:nsubj:pass _ @@ -102489,16 +102529,16 @@ # sent_id = newsgroup-groups.google.com_Meditation20051_1027f5a3651d547c_ENG_20050316_085700-0052 # text = The two hands when upraised and folded together represent: "Now I am trying to establish a link with Parama Purus'a (Supreme Consciousness)." 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 two two NUM CD NumType=Card 3 nummod 3:nummod _ +2 two two NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 hands hand NOUN NNS Number=Plur 9 nsubj 9:nsubj _ -4 when when SCONJ WRB PronType=Int 5 mark 5:mark _ -5 upraised upraise VERB VBN Tense=Past|VerbForm=Part 9 advcl 9:advcl:when _ +4 when when ADV WRB PronType=Int 5 advmod 5:advmod _ +5 upraised upraise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 advcl 9:advcl:when _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 folded fold VERB VBN Tense=Past|VerbForm=Part 5 conj 5:conj:and|9:advcl:when _ +7 folded fold VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 conj 5:conj:and|9:advcl:when _ 8 together together ADV RB _ 7 advmod 7:advmod _ -9 represent represent VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -10 : : PUNCT : _ 9 punct 9:punct _ -11 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No +9 represent represent VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +10 : : PUNCT : _ 15 punct 15:punct _ +11 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No 12 Now now ADV RB _ 15 advmod 15:advmod _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj|17:nsubj:xsubj _ 14 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ @@ -102514,8 +102554,8 @@ 24 Supreme supreme ADJ JJ Degree=Pos 25 amod 25:amod _ 25 Consciousness consciousness NOUN NN Number=Sing 22 appos 22:appos SpaceAfter=No 26 ) ) PUNCT -RRB- _ 25 punct 25:punct SpaceAfter=No -27 . . PUNCT . _ 9 punct 9:punct SpaceAfter=No -28 " " PUNCT '' _ 9 punct 9:punct _ +27 . . PUNCT . _ 15 punct 15:punct SpaceAfter=No +28 " " PUNCT '' _ 15 punct 15:punct _ # sent_id = newsgroup-groups.google.com_Meditation20051_1027f5a3651d547c_ENG_20050316_085700-0053 # text = Bending to the right indicates: "I know the right way to request You." @@ -102524,18 +102564,18 @@ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 right right NOUN NN Number=Sing 1 obl 1:obl:to _ 5 indicates indicate VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -6 : : PUNCT : _ 5 punct 5:punct _ -7 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No +6 : : PUNCT : _ 9 punct 9:punct _ +7 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ +9 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 right right ADJ JJ Degree=Pos 12 amod 12:amod _ 12 way way NOUN NN Number=Sing 9 obj 9:obj _ 13 to to PART TO _ 14 mark 14:mark _ 14 request request VERB VB VerbForm=Inf 12 acl 12:acl:to _ 15 You you PRON PRP Case=Acc|Person=2|PronType=Prs 14 obj 14:obj SpaceAfter=No -16 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No -17 " " PUNCT '' _ 5 punct 5:punct _ +16 . . PUNCT . _ 9 punct 9:punct SpaceAfter=No +17 " " PUNCT '' _ 9 punct 9:punct _ # sent_id = newsgroup-groups.google.com_Meditation20051_1027f5a3651d547c_ENG_20050316_085700-0054 # newpar id = newsgroup-groups.google.com_Meditation20051_1027f5a3651d547c_ENG_20050316_085700-p0015 @@ -102545,71 +102585,71 @@ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 left left NOUN NN Number=Sing 1 obl 1:obl:to _ 5 indicates indicate VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -6 : : PUNCT : _ 5 punct 5:punct _ -7 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No +6 : : PUNCT : _ 9 punct 9:punct _ +7 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ -10 how how SCONJ WRB PronType=Int 12 mark 12:mark _ +9 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ +10 how how ADV WRB PronType=Int 12 advmod 12:advmod _ 11 to to PART TO _ 12 mark 12:mark _ 12 fulfil fulfil VERB VB VerbForm=Inf 9 ccomp 9:ccomp _ -13 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 demands demand NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No -15 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No -16 " " PUNCT '' _ 5 punct 5:punct _ +15 . . PUNCT . _ 9 punct 9:punct SpaceAfter=No +16 " " PUNCT '' _ 9 punct 9:punct _ # sent_id = newsgroup-groups.google.com_Meditation20051_1027f5a3651d547c_ENG_20050316_085700-0055 # text = Bending forward suggests: "I completely surrender to You." 1 Bending bend VERB VBG VerbForm=Ger 3 csubj 3:csubj _ 2 forward forward ADV RB _ 1 advmod 1:advmod _ 3 suggests suggest VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -4 : : PUNCT : _ 3 punct 3:punct _ -5 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No +4 : : PUNCT : _ 8 punct 8:punct _ +5 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 7 completely completely ADV RB _ 8 advmod 8:advmod _ -8 surrender surrender VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +8 surrender surrender VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 9 to to ADP IN _ 10 case 10:case _ 10 You you PRON PRP Case=Acc|Person=2|PronType=Prs 8 obl 8:obl:to SpaceAfter=No -11 . . PUNCT . _ 3 punct 3:punct SpaceAfter=No -12 " " PUNCT '' _ 3 punct 3:punct _ +11 . . PUNCT . _ 8 punct 8:punct SpaceAfter=No +12 " " PUNCT '' _ 8 punct 8:punct _ # sent_id = newsgroup-groups.google.com_Meditation20051_1027f5a3651d547c_ENG_20050316_085700-0056 # text = Bending backward represents: "I am ready to face all obstacles that may come." 1 Bending bend VERB VBG VerbForm=Ger 3 csubj 3:csubj _ 2 backward backward ADV RB _ 1 advmod 1:advmod _ 3 represents represent VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -4 : : PUNCT : _ 3 punct 3:punct _ -5 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No +4 : : PUNCT : _ 8 punct 8:punct _ +5 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ 7 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 ready ready ADJ JJ Degree=Pos 3 ccomp 3:ccomp _ 9 to to PART TO _ 10 mark 10:mark _ 10 face face VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ -11 all all DET DT _ 12 det 12:det _ +11 all all DET DT PronType=Tot 12 det 12:det _ 12 obstacles obstacle NOUN NNS Number=Plur 10 obj 10:obj|15:nsubj _ 13 that that PRON WDT PronType=Rel 15 nsubj 12:ref _ 14 may may AUX MD VerbForm=Fin 15 aux 15:aux _ 15 come come VERB VB VerbForm=Inf 12 acl:relcl 12:acl:relcl SpaceAfter=No -16 . . PUNCT . _ 3 punct 3:punct SpaceAfter=No -17 " " PUNCT '' _ 3 punct 3:punct _ +16 . . PUNCT . _ 8 punct 8:punct SpaceAfter=No +17 " " PUNCT '' _ 8 punct 8:punct _ # sent_id = newsgroup-groups.google.com_Meditation20051_1027f5a3651d547c_ENG_20050316_085700-0057 # text = The last two steps represent: "O Lord I repeat Your cosmic rhythm." 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 2 last last ADJ JJ Degree=Pos 4 amod 4:amod _ -3 two two NUM CD NumType=Card 4 nummod 4:nummod _ +3 two two NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 steps step NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -5 represent represent VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -6 : : PUNCT : _ 5 punct 5:punct _ -7 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No +5 represent represent VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +6 : : PUNCT : _ 11 punct 11:punct _ +7 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No 8 O o INTJ UH _ 9 discourse 9:discourse _ -9 Lord Lord PROPN NNP Number=Sing 11 nsubj 11:nsubj _ +9 Lord Lord PROPN NNP Number=Sing 11 vocative 11:vocative _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 repeat repeat VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ -12 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +11 repeat repeat VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ +12 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 13 cosmic cosmic ADJ JJ Degree=Pos 14 amod 14:amod _ 14 rhythm rhythm NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No -15 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No -16 " " PUNCT '' _ 5 punct 5:punct _ +15 . . PUNCT . _ 11 punct 11:punct SpaceAfter=No +16 " " PUNCT '' _ 11 punct 11:punct _ # newdoc id = newsgroup-groups.google.com_alt.animals.bear_395d998336aec581_ENG_20031225_105300 # sent_id = newsgroup-groups.google.com_alt.animals.bear_395d998336aec581_ENG_20031225_105300-0001 @@ -102633,7 +102673,7 @@ 2 Quebec Quebec PROPN NNP Number=Sing 3 compound 3:compound _ 3 man man NOUN NN Number=Sing 5 nsubj:pass 5:nsubj:pass _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ -5 awarded award VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +5 awarded award VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 Carnegie Carnegie PROPN NNP Number=Sing 8 compound 8:compound _ 8 Medal Medal PROPN NNP Number=Sing 5 obj 5:obj _ @@ -102643,7 +102683,7 @@ 12 Monday Monday PROPN NNP Number=Sing 5 obl 5:obl:on _ 13 for for SCONJ IN _ 14 mark 14:mark _ 14 saving save VERB VBG VerbForm=Ger 5 advcl 5:advcl:for _ -15 two two NUM CD NumType=Card 16 nummod 16:nummod _ +15 two two NUM CD NumForm=Word|NumType=Card 16 nummod 16:nummod _ 16 friends friend NOUN NNS Number=Plur 14 obj 14:obj _ 17 by by SCONJ IN _ 18 mark 18:mark _ 18 fighting fight VERB VBG VerbForm=Ger 14 advcl 14:advcl:by _ @@ -102655,7 +102695,7 @@ 24 a a DET DT Definite=Ind|PronType=Art 26 det 26:det _ 25 pocket pocket NOUN NN Number=Sing 26 compound 26:compound _ 26 knife knife NOUN NN Number=Sing 18 obl 18:obl:with _ -27 two two NUM CD NumType=Card 28 nummod 28:nummod _ +27 two two NUM CD NumForm=Word|NumType=Card 28 nummod 28:nummod _ 28 years year NOUN NNS Number=Plur 29 obl:npmod 29:obl:npmod _ 29 ago ago ADV RB _ 18 advmod 18:advmod _ 30 on on ADP IN _ 32 case 32:case _ @@ -102667,69 +102707,69 @@ 1 Dr. Dr. PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 2 Eric Eric PROPN NNP Number=Sing 1 flat 1:flat _ 3 Fortier Fortier PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ -5 34 34 NUM CD NumType=Card 1 nmod:npmod 1:nmod:npmod SpaceAfter=No -6 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ +5 34 34 NUM CD NumForm=Digit|NumType=Card 1 nmod:npmod 1:nmod:npmod SpaceAfter=No +6 , , PUNCT , _ 8 punct 8:punct _ 7 of of ADP IN _ 8 case 8:case _ 8 Gatineau Gatineau PROPN NNP Number=Sing 1 nmod 1:nmod:of SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 Que. Que. PROPN NNP Number=Sing 8 appos 8:appos SpaceAfter=No -11 , , PUNCT , _ 12 punct 12:punct _ -12 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +11 , , PUNCT , _ 1 punct 1:punct _ +12 used use VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 14 pocket pocket NOUN NN Number=Sing 15 compound 15:compound _ -15 knife knife NOUN NN Number=Sing 12 obj 12:obj|17:nsubj:xsubj _ +15 knife knife NOUN NN Number=Sing 12 obj 12:obj _ 16 to to PART TO _ 17 mark 17:mark _ -17 attack attack VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ +17 attack attack VERB VB VerbForm=Inf 12 advcl 12:advcl:to _ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 19 polar polar ADJ JJ Degree=Pos 20 amod 20:amod _ 20 bear bear NOUN NN Number=Sing 17 obj 17:obj _ 21 on on ADP IN _ 23 case 23:case _ 22 Baffin Baffin PROPN NNP Number=Sing 23 compound 23:compound _ 23 Island Island PROPN NNP Number=Sing 17 obl 17:obl:on SpaceAfter=No -24 , , PUNCT , _ 17 punct 17:punct _ +24 , , PUNCT , _ 26 punct 26:punct _ 25 just just ADV RB _ 26 advmod 26:advmod _ 26 south south ADV RB _ 17 advmod 17:advmod _ 27 of of ADP IN _ 30 case 30:case _ 28 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ -29 Arctic Arctic PROPN NNP Number=Sing 30 compound 30:compound _ +29 Arctic Arctic ADJ NNP Degree=Pos 30 amod 30:amod _ 30 Circle Circle PROPN NNP Number=Sing 25 obl 25:obl:of SpaceAfter=No -31 , , PUNCT , _ 17 punct 17:punct _ +31 , , PUNCT , _ 33 punct 33:punct _ 32 to to PART TO _ 33 mark 33:mark _ -33 save save VERB VB VerbForm=Inf 17 advmod 17:advmod _ -34 two two NUM CD NumType=Card 35 nummod 35:nummod _ +33 save save VERB VB VerbForm=Inf 17 advcl 17:advcl _ +34 two two NUM CD NumForm=Word|NumType=Card 35 nummod 35:nummod _ 35 friends friend NOUN NNS Number=Plur 33 obj 33:obj|39:nsubj:pass _ 36 who who PRON WP PronType=Rel 39 nsubj:pass 35:ref _ -37 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 39 aux 39:aux _ +37 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 39 aux 39:aux _ 38 being be AUX VBG VerbForm=Ger 39 aux:pass 39:aux:pass _ -39 mauled maul VERB VBN Tense=Past|VerbForm=Part 35 acl:relcl 35:acl:relcl SpaceAfter=No +39 mauled maul VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 35 acl:relcl 35:acl:relcl SpaceAfter=No 40 . . PUNCT . _ 12 punct 12:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bear_395d998336aec581_ENG_20031225_105300-0005 # text = "All of the research and all of the preparation I did leading up to the trip gave no indication that there were bears in the Soper [River] valley where we were canoeing," Dr. Fortier said. -1 " " PUNCT `` _ 40 punct 40:punct SpaceAfter=No -2 All all DET DT _ 18 nsubj 18:nsubj _ +1 " " PUNCT `` _ 18 punct 18:punct SpaceAfter=No +2 All all DET DT PronType=Tot 18 nsubj 18:nsubj _ 3 of of ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 research research NOUN NN Number=Sing 2 nmod 2:nmod:of _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 all all DET DT _ 2 conj 2:conj:and|18:nsubj _ +7 all all DET DT PronType=Tot 2 conj 2:conj:and|18:nsubj _ 8 of of ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 preparation preparation NOUN NN Number=Sing 7 nmod 7:nmod:of _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +12 did do VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 13 leading lead VERB VBG VerbForm=Ger 12 advcl 12:advcl _ 14 up up ADP RP _ 13 compound:prt 13:compound:prt _ 15 to to ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 trip trip NOUN NN Number=Sing 13 obl 13:obl:to _ -18 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 40 ccomp 40:ccomp _ -19 no no DET DT _ 20 det 20:det _ +18 gave give VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 40 ccomp 40:ccomp _ +19 no no DET DT PronType=Neg 20 det 20:det _ 20 indication indication NOUN NN Number=Sing 18 obj 18:obj _ 21 that that SCONJ IN _ 23 mark 23:mark _ 22 there there PRON EX _ 23 expl 23:expl _ -23 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 acl 20:acl:that _ +23 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 acl 20:acl:that _ 24 bears bear NOUN NNS Number=Plur 23 nsubj 23:nsubj _ 25 in in ADP IN _ 31 case 31:case _ 26 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ @@ -102737,32 +102777,32 @@ 28 [ [ PUNCT -LRB- _ 29 punct 29:punct SpaceAfter=No 29 River River PROPN NNP Number=Sing 31 compound 31:compound SpaceAfter=No 30 ] ] PUNCT -RRB- _ 29 punct 29:punct _ -31 valley valley NOUN NN Number=Sing 23 obl 23:obl:in _ -32 where where SCONJ WRB PronType=Rel 35 mark 35:mark _ +31 valley valley NOUN NN Number=Sing 23 obl 23:obl:in|35:obl:in _ +32 where where ADV WRB PronType=Rel 35 advmod 31:ref _ 33 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 35 nsubj 35:nsubj _ -34 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 35 aux 35:aux _ +34 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 35 aux 35:aux _ 35 canoeing canoe VERB VBG Tense=Pres|VerbForm=Part 31 acl:relcl 31:acl:relcl SpaceAfter=No -36 , , PUNCT , _ 40 punct 40:punct SpaceAfter=No -37 " " PUNCT '' _ 40 punct 40:punct _ +36 , , PUNCT , _ 18 punct 18:punct SpaceAfter=No +37 " " PUNCT '' _ 18 punct 18:punct _ 38 Dr. Dr. PROPN NNP Number=Sing 40 nsubj 40:nsubj _ 39 Fortier Fortier PROPN NNP Number=Sing 38 flat 38:flat _ -40 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +40 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 41 . . PUNCT . _ 40 punct 40:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bear_395d998336aec581_ENG_20031225_105300-0006 # text = Dr. Fortier, an orthodontist, learned there was at least one polar bear in the central region of Baffin Island in July 2001 when he felt what he thought was a dog leaning on his tent wall. 1 Dr. Dr. PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 2 Fortier Fortier PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 5 punct 5:punct _ 4 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 orthodontist orthodontist NOUN NN Number=Sing 1 appos 1:appos SpaceAfter=No -6 , , PUNCT , _ 7 punct 7:punct _ -7 learned learn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 , , PUNCT , _ 1 punct 1:punct _ +7 learned learn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 there there PRON EX _ 9 expl 9:expl _ 9 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 ccomp 7:ccomp _ -10 at at ADV RB _ 11 case 11:case _ -11 least least ADV RBS Degree=Sup 12 nmod 12:nmod:at _ -12 one one NUM CD NumType=Card 14 nummod 14:nummod _ +10 at at ADP IN _ 11 case 11:case _ +11 least least ADJ JJS Degree=Sup 12 nmod 12:nmod:at _ +12 one one NUM CD NumForm=Word|NumType=Card 14 nummod 14:nummod _ 13 polar polar ADJ JJ Degree=Pos 14 amod 14:amod _ 14 bear bear NOUN NN Number=Sing 9 nsubj 9:nsubj _ 15 in in ADP IN _ 18 case 18:case _ @@ -102774,38 +102814,38 @@ 21 Island Island PROPN NNP Number=Sing 18 nmod 18:nmod:of _ 22 in in ADP IN _ 23 case 23:case _ 23 July July PROPN NNP Number=Sing 7 obl 7:obl:in _ -24 2001 2001 NUM CD NumType=Card 23 nummod 23:nummod _ -25 when when SCONJ WRB PronType=Int 27 mark 27:mark _ +24 2001 2001 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ +25 when when ADV WRB PronType=Int 27 advmod 27:advmod _ 26 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 27 nsubj 27:nsubj _ -27 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:when _ -28 what what PRON WP PronType=Int 27 obj 27:obj _ +27 felt feel VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:when _ +28 what what PRON WP PronType=Rel 27 obj 27:obj|33:nsubj _ 29 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 30 nsubj 30:nsubj _ -30 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 28 acl:relcl 28:acl:relcl _ +30 thought think VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 28 acl:relcl 28:acl:relcl _ 31 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 33 cop 33:cop _ 32 a a DET DT Definite=Ind|PronType=Art 33 det 33:det _ 33 dog dog NOUN NN Number=Sing 30 ccomp 30:ccomp _ 34 leaning lean VERB VBG VerbForm=Ger 33 acl 33:acl _ 35 on on ADP IN _ 38 case 38:case _ -36 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ +36 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ 37 tent tent NOUN NN Number=Sing 38 compound 38:compound _ 38 wall wall NOUN NN Number=Sing 34 obl 34:obl:on SpaceAfter=No 39 . . PUNCT . _ 7 punct 7:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bear_395d998336aec581_ENG_20031225_105300-0007 # text = "My first thought was to push it away," he said. -1 " " PUNCT `` _ 13 punct 13:punct SpaceAfter=No -2 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ -3 first first ADJ JJ Degree=Pos|NumType=Ord 4 amod 4:amod _ -4 thought thought NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 ccomp 13:ccomp _ +1 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No +2 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 4 amod 4:amod _ +4 thought thought NOUN NN Number=Sing 7 nsubj:outer 7:nsubj:outer _ +5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 6 to to PART TO _ 7 mark 7:mark _ -7 push push VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ +7 push push VERB VB VerbForm=Inf 13 ccomp 13:ccomp _ 8 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj _ 9 away away ADV RB _ 7 advmod 7:advmod SpaceAfter=No -10 , , PUNCT , _ 13 punct 13:punct SpaceAfter=No -11 " " PUNCT '' _ 13 punct 13:punct _ +10 , , PUNCT , _ 7 punct 7:punct SpaceAfter=No +11 " " PUNCT '' _ 7 punct 7:punct _ 12 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +13 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 14 . . PUNCT . _ 13 punct 13:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bear_395d998336aec581_ENG_20031225_105300-0008 @@ -102813,11 +102853,11 @@ 1 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No 2 A a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 few few ADJ JJ Degree=Pos 4 amod 4:amod _ -4 seconds seconds NOUN NNS Number=Plur 5 obl:npmod 5:obl:npmod _ -5 later later ADV RB _ 8 advmod 8:advmod _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +4 seconds second NOUN NNS Number=Plur 5 obl:npmod 5:obl:npmod _ +5 later late ADV RBR Degree=Cmp 8 advmod 8:advmod _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 girlfriend girlfriend NOUN NN Number=Sing 8 nsubj 8:nsubj _ -8 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 saw see VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 shadow shadow NOUN NN Number=Sing 8 obj 8:obj _ 11 of of ADP IN _ 15 case 15:case _ @@ -102833,7 +102873,7 @@ 20 and and CCONJ CC _ 23 cc 23:cc _ 21 then then ADV RB PronType=Dem 23 advmod 23:advmod _ 22 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 23 nsubj 23:nsubj|24:nsubj:xsubj _ -23 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 conj 8:conj:and _ +23 started start VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 conj 8:conj:and _ 24 ripping rip VERB VBG VerbForm=Ger 23 xcomp 23:xcomp _ 25 through through ADP IN _ 27 case 27:case _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ @@ -102847,7 +102887,7 @@ 2 polar polar ADJ JJ Degree=Pos 3 amod 3:amod _ 3 bear bear NOUN NN Number=Sing 6 nsubj 6:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -5 more more ADV RBR _ 6 advmod 6:advmod _ +5 more more ADV RBR Degree=Cmp 6 advmod 6:advmod _ 6 dangerous dangerous ADJ JJ Degree=Pos 0 root 0:root _ 7 than than ADP IN _ 10 case 10:case _ 8 most most ADJ JJS Degree=Sup 10 amod 10:amod _ @@ -102860,7 +102900,7 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 latter latter ADJ JJ Degree=Pos 4 nsubj 4:nsubj _ 3 usually usually ADV RB _ 4 advmod 4:advmod _ -4 consider consider VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 ccomp 19:ccomp _ +4 consider consider VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 ccomp 19:ccomp _ 5 human human ADJ JJ Degree=Pos 6 amod 6:amod _ 6 beings being NOUN NNS Number=Plur 4 obj 4:obj|8:nsubj:xsubj _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ @@ -102873,24 +102913,24 @@ 14 humans human NOUN NNS Number=Plur 13 obj 13:obj|16:nsubj:xsubj _ 15 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 16 snack snack NOUN NN Number=Sing 13 xcomp 13:xcomp SpaceAfter=No -17 , , PUNCT , _ 19 punct 19:punct _ +17 , , PUNCT , _ 4 punct 4:punct _ 18 experts expert NOUN NNS Number=Plur 19 nsubj 19:nsubj _ -19 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +19 said say VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 20 . . PUNCT . _ 19 punct 19:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bear_395d998336aec581_ENG_20031225_105300-0011 # text = The two screamed to frighten the bear and warn their friends in a tent several metres away but the bear ripped into that tent and began mauling 31-year-old Alain Parenteau. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 two two NUM CD NumType=Card 3 nsubj 3:nsubj _ -3 screamed scream VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 two two NUM CD NumForm=Word|NumType=Card 3 nsubj 3:nsubj _ +3 screamed scream VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 frighten frighten VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 bear bear NOUN NN Number=Sing 5 obj 5:obj _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 warn warn VERB VB VerbForm=Inf 5 conj 3:advcl:to|5:conj:and _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ -11 friends friend NOUN NNS Number=Plur 9 obj 9:obj _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +11 friends friend NOUN NNS Number=Plur 9 iobj 9:iobj _ 12 in in ADP IN _ 14 case 14:case _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 tent tent NOUN NN Number=Sing 11 nmod 11:nmod:in _ @@ -102900,17 +102940,17 @@ 18 but but CCONJ CC _ 21 cc 21:cc _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 bear bear NOUN NN Number=Sing 21 nsubj 21:nsubj|26:nsubj|27:nsubj:xsubj _ -21 ripped rip VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ +21 ripped rip VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ 22 into into ADP IN _ 24 case 24:case _ 23 that that DET DT Number=Sing|PronType=Dem 24 det 24:det _ 24 tent tent NOUN NN Number=Sing 21 obl 21:obl:into _ 25 and and CCONJ CC _ 26 cc 26:cc _ -26 began begin VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 conj 21:conj:and _ +26 began begin VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 conj 21:conj:and _ 27 mauling maul VERB VBG VerbForm=Ger 26 xcomp 26:xcomp _ -28 31 31 NUM CD NumType=Card 30 nummod 30:nummod SpaceAfter=No -29 - - PUNCT HYPH _ 30 punct 30:punct SpaceAfter=No +28 31 31 NUM CD NumForm=Digit|NumType=Card 30 nummod 30:nummod SpaceAfter=No +29 - - PUNCT HYPH _ 28 punct 28:punct SpaceAfter=No 30 year year NOUN NN Number=Sing 32 obl:tmod 32:obl:tmod SpaceAfter=No -31 - - PUNCT HYPH _ 32 punct 32:punct SpaceAfter=No +31 - - PUNCT HYPH _ 30 punct 30:punct SpaceAfter=No 32 old old ADJ JJ Degree=Pos 33 amod 33:amod _ 33 Alain Alain PROPN NNP Number=Sing 27 obj 27:obj _ 34 Parenteau Parenteau PROPN NNP Number=Sing 33 flat 33:flat SpaceAfter=No @@ -102918,33 +102958,33 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bear_395d998336aec581_ENG_20031225_105300-0012 # text = "Their screams changed," Dr. Fortier said. -1 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No -2 Their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No +2 Their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 screams scream NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 changed change VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 ccomp 9:ccomp SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct SpaceAfter=No -6 " " PUNCT '' _ 9 punct 9:punct _ +4 changed change VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 ccomp 9:ccomp SpaceAfter=No +5 , , PUNCT , _ 4 punct 4:punct SpaceAfter=No +6 " " PUNCT '' _ 4 punct 4:punct _ 7 Dr. Dr. PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 8 Fortier Fortier PROPN NNP Number=Sing 7 flat 7:flat _ -9 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +9 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 10 . . PUNCT . _ 9 punct 9:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bear_395d998336aec581_ENG_20031225_105300-0013 # text = "I grabbed my glasses and my knife and unzipped my tent and headed out." 1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|10:nsubj|14:nsubj _ -3 grabbed grab VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 grabbed grab VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 glasses glass NOUN NNS Number=Plur 3 obj 3:obj _ 6 and and CCONJ CC _ 8 cc 8:cc _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 knife knife NOUN NN Number=Sing 5 conj 3:obj|5:conj:and _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 unzipped unzip VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 unzipped unzip VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 tent tent NOUN NN Number=Sing 10 obj 10:obj _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 headed head VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +14 headed head VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 15 out out ADV RB _ 14 advmod 14:advmod SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct SpaceAfter=No 17 " " PUNCT '' _ 3 punct 3:punct _ @@ -102953,58 +102993,58 @@ # text = The bear dwarfed the 6-foot-1 Mr. Parenteau, knocking him to the ground, he said. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 bear bear NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 dwarfed dwarf VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 ccomp 20:ccomp _ +3 dwarfed dwarf VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 ccomp 20:ccomp _ 4 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -5 6 6 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +5 6 6 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 foot foot NOUN NN Number=Sing 10 compound 10:compound SpaceAfter=No -8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No -9 1 1 NUM CD NumType=Card 7 nummod 7:nummod _ +8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +9 1 1 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 10 Mr. Mr. PROPN NNP Number=Sing 3 obj 3:obj _ 11 Parenteau Parenteau PROPN NNP Number=Sing 10 flat 10:flat SpaceAfter=No -12 , , PUNCT , _ 3 punct 3:punct _ +12 , , PUNCT , _ 13 punct 13:punct _ 13 knocking knock VERB VBG VerbForm=Ger 3 advcl 3:advcl _ 14 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 obj 13:obj _ 15 to to ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 ground ground NOUN NN Number=Sing 13 obl 13:obl:to SpaceAfter=No -18 , , PUNCT , _ 20 punct 20:punct _ +18 , , PUNCT , _ 3 punct 3:punct _ 19 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ -20 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +20 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 21 . . PUNCT . _ 20 punct 20:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bear_395d998336aec581_ENG_20031225_105300-0015 # text = Dr. Fortier threw a large rock at the bear, distracting it and allowing Parenteau to escape but it then turned on 25-year-old Patricia Doyon, who was in the same tent. 1 Dr. Dr. PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 Fortier Fortier PROPN NNP Number=Sing 1 flat 1:flat _ -3 threw throw VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 threw throw VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 large large ADJ JJ Degree=Pos 6 amod 6:amod _ 6 rock rock NOUN NN Number=Sing 3 obj 3:obj _ 7 at at ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 bear bear NOUN NN Number=Sing 3 obl 3:obl:at SpaceAfter=No -10 , , PUNCT , _ 3 punct 3:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 distracting distract VERB VBG VerbForm=Ger 3 advcl 3:advcl _ 12 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 allowing allow VERB VBG VerbForm=Ger 11 conj 3:advcl|11:conj:and _ -15 Parenteau Parenteau PROPN NNP Number=Sing 14 obj 14:obj|17:nsubj:xsubj _ +15 Parenteau Parenteau PROPN NNP Number=Sing 14 iobj 14:iobj|17:nsubj:xsubj _ 16 to to PART TO _ 17 mark 17:mark _ 17 escape escape VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 18 but but CCONJ CC _ 21 cc 21:cc _ 19 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj _ 20 then then ADV RB PronType=Dem 21 advmod 21:advmod _ -21 turned turn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ +21 turned turn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ 22 on on ADP IN _ 28 case 28:case _ -23 25 25 NUM CD NumType=Card 25 nummod 25:nummod SpaceAfter=No -24 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No +23 25 25 NUM CD NumForm=Digit|NumType=Card 25 nummod 25:nummod SpaceAfter=No +24 - - PUNCT HYPH _ 23 punct 23:punct SpaceAfter=No 25 year year NOUN NN Number=Sing 27 obl:tmod 27:obl:tmod SpaceAfter=No -26 - - PUNCT HYPH _ 27 punct 27:punct SpaceAfter=No +26 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No 27 old old ADJ JJ Degree=Pos 28 amod 28:amod _ 28 Patricia Patricia PROPN NNP Number=Sing 21 obl 21:obl:on|36:nsubj _ 29 Doyon Doyon PROPN NNP Number=Sing 28 flat 28:flat SpaceAfter=No -30 , , PUNCT , _ 28 punct 28:punct _ +30 , , PUNCT , _ 36 punct 36:punct _ 31 who who PRON WP PronType=Rel 36 nsubj 28:ref _ 32 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 36 cop 36:cop _ 33 in in ADP IN _ 36 case 36:case _ @@ -103018,14 +103058,14 @@ 1 Again again ADV RB _ 4 advmod 4:advmod _ 2 Dr. Dr. PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 3 Fortier Fortier PROPN NNP Number=Sing 2 flat 2:flat _ -4 threw throw VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 threw throw VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 rocks rock NOUN NNS Number=Plur 4 obj 4:obj _ 6 at at ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 bear bear NOUN NN Number=Sing 4 obl 4:obl:at _ 9 and and CCONJ CC _ 14 cc 14:cc _ 10 again again ADV RB _ 14 advmod 14:advmod _ -11 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 target target NOUN NN Number=Sing 14 nsubj 14:nsubj|16:nsubj:xsubj _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ 14 able able ADJ JJ Degree=Pos 4 conj 4:conj:and _ @@ -103035,39 +103075,39 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bear_395d998336aec581_ENG_20031225_105300-0017 # text = "The bear gave chase and I gave chase," he said. -1 " " PUNCT `` _ 13 punct 13:punct SpaceAfter=No +1 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 2 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 bear bear NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 ccomp 13:ccomp _ +4 gave give VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 ccomp 13:ccomp _ 5 chase chase NOUN NN Number=Sing 4 obj 4:obj _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and|13:ccomp _ +8 gave give VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 conj 4:conj:and|13:ccomp _ 9 chase chase NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No -10 , , PUNCT , _ 13 punct 13:punct SpaceAfter=No -11 " " PUNCT '' _ 13 punct 13:punct _ +10 , , PUNCT , _ 4 punct 4:punct SpaceAfter=No +11 " " PUNCT '' _ 4 punct 4:punct _ 12 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +13 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 14 . . PUNCT . _ 13 punct 13:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bear_395d998336aec581_ENG_20031225_105300-0018 # text = "At some point, Patricia tripped or the bear tripped her and was at her back. 1 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No 2 At at ADP IN _ 4 case 4:case _ -3 some some DET DT _ 4 det 4:det _ +3 some some DET DT PronType=Ind 4 det 4:det _ 4 point point NOUN NN Number=Sing 7 obl 7:obl:at SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 Patricia Patricia PROPN NNP Number=Sing 7 nsubj 7:nsubj _ -7 tripped trip VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 tripped trip VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 or or CCONJ CC _ 11 cc 11:cc _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 bear bear NOUN NN Number=Sing 11 nsubj 11:nsubj|17:nsubj _ -11 tripped trip VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 conj 7:conj:or _ +11 tripped trip VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 conj 7:conj:or _ 12 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj _ 13 and and CCONJ CC _ 17 cc 17:cc _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 cop 17:cop _ 15 at at ADP IN _ 17 case 17:case _ -16 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 back back NOUN NN Number=Sing 11 conj 11:conj:and SpaceAfter=No 18 . . PUNCT . _ 7 punct 7:punct _ @@ -103083,7 +103123,7 @@ 7 head head NOUN NN Number=Sing 0 root 0:root _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 stabbed stab VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ +10 stabbed stab VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ 11 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 obj 10:obj _ 12 with with ADP IN _ 15 case 15:case _ 13 an a DET DT Definite=Ind|PronType=Art 15 det 15:det _ @@ -103106,7 +103146,7 @@ # text = The bear ran off. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 bear bear NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 ran run VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 ran run VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 off off ADV RB _ 3 advmod 3:advmod SpaceAfter=No 5 . . PUNCT . _ 3 punct 3:punct _ @@ -103115,27 +103155,27 @@ 1 While while SCONJ IN _ 3 mark 3:mark _ 2 there there PRON EX _ 3 expl 3:expl _ 3 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 advcl 17:advcl:while _ -4 some some DET DT _ 5 det 5:det _ +4 some some DET DT PronType=Ind 5 det 5:det _ 5 fur fur NOUN NN Number=Sing 3 nsubj 3:nsubj _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 blood blood NOUN NN Number=Sing 5 conj 3:nsubj|5:conj:and _ 8 on on ADP IN _ 13 case 13:case _ 9 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -10 nine nine NUM CD NumType=Card 12 nummod 12:nummod SpaceAfter=No -11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +10 nine nine NUM CD NumForm=Word|NumType=Card 12 nummod 12:nummod SpaceAfter=No +11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No 12 centimetre centimetre NOUN NN Number=Sing 13 compound 13:compound _ 13 blade blade NOUN NN Number=Sing 3 obl 3:obl:on SpaceAfter=No -14 , , PUNCT , _ 17 punct 17:punct _ +14 , , PUNCT , _ 3 punct 3:punct _ 15 Dr. Dr. PROPN NNP Number=Sing 17 nsubj 17:nsubj _ 16 Fortier Fortier PROPN NNP Number=Sing 15 flat 15:flat _ -17 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +17 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 18 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj _ 19-20 doesn't _ _ _ _ _ _ _ _ 19 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ 20 n't not PART RB _ 21 advmod 21:advmod _ 21 think think VERB VB VerbForm=Inf 17 ccomp 17:ccomp _ 22 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 23 nsubj 23:nsubj _ -23 hurt hurt VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 ccomp 21:ccomp _ +23 hurt hurt VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 ccomp 21:ccomp _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 bear bear NOUN NN Number=Sing 23 obj 23:obj _ 26 badly badly ADV RB Degree=Pos 23 advmod 23:advmod SpaceAfter=No @@ -103149,10 +103189,10 @@ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 Ms. Ms. PROPN NNP Number=Sing 2 conj 2:conj:and|11:nsubj _ 6 Doyon Doyon PROPN NNP Number=Sing 5 flat 5:flat SpaceAfter=No -7 , , PUNCT , _ 11 punct 11:punct _ +7 , , PUNCT , _ 2 punct 2:punct _ 8 however however ADV RB _ 11 advmod 11:advmod SpaceAfter=No -9 , , PUNCT , _ 11 punct 11:punct _ -10 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 aux 11:aux _ +9 , , PUNCT , _ 8 punct 8:punct _ +10 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 aux 11:aux _ 11 bleeding bleed VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 12 badly badly ADV RB Degree=Pos 11 advmod 11:advmod SpaceAfter=No 13 . . PUNCT . _ 11 punct 11:punct _ @@ -103162,16 +103202,16 @@ 1 Dr. Dr. PROPN NNP Number=Sing 6 nsubj 6:nsubj|11:nsubj _ 2 Fortier Fortier PROPN NNP Number=Sing 1 flat 1:flat _ 3 and and CCONJ CC _ 5 cc 5:cc _ -4 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 girlfriend girlfriend NOUN NN Number=Sing 1 conj 1:conj:and|6:nsubj _ -6 lashed lash VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -7 two two NUM CD NumType=Card 8 nummod 8:nummod _ +6 lashed lash VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 two two NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 8 canoes canoe NOUN NNS Number=Plur 6 obj 6:obj _ 9 together together ADV RB _ 6 advmod 6:advmod _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 paddled paddle VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ -12 eight eight NUM CD NumType=Card 13 nummod 13:nummod _ -13 kilometres kilometre NOUN NNS Number=Plur 11 advmod 11:advmod _ +11 paddled paddle VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ +12 eight eight NUM CD NumForm=Word|NumType=Card 13 nummod 13:nummod _ +13 kilometres kilometre NOUN NNS Number=Plur 11 obl:npmod 11:obl:npmod _ 14 along along ADP IN _ 17 case 17:case _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 Soper Soper PROPN NNP Number=Sing 17 compound 17:compound _ @@ -103182,10 +103222,10 @@ # text = Dr. Fortier travelled another three kilometres by foot to seek help in the nearest settlement. 1 Dr. Dr. PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 Fortier Fortier PROPN NNP Number=Sing 1 flat 1:flat _ -3 travelled travel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 another another DET DT _ 6 det 6:det _ -5 three three NUM CD NumType=Card 6 nummod 6:nummod _ -6 kilometres kilometre NOUN NNS Number=Plur 3 advmod 3:advmod _ +3 travelled travel VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 another another DET DT PronType=Ind 6 det 6:det _ +5 three three NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ +6 kilometres kilometre NOUN NNS Number=Plur 3 obl:npmod 3:obl:npmod _ 7 by by ADP IN _ 8 case 8:case _ 8 foot foot NOUN NN Number=Sing 3 obl 3:obl:by _ 9 to to PART TO _ 10 mark 10:mark _ @@ -103193,7 +103233,7 @@ 11 help help NOUN NN Number=Sing 10 obj 10:obj _ 12 in in ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -14 nearest nearest ADJ JJS Degree=Sup 15 amod 15:amod _ +14 nearest near ADJ JJS Degree=Sup 15 amod 15:amod _ 15 settlement settlement NOUN NN Number=Sing 10 obl 10:obl:in SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ @@ -103205,30 +103245,30 @@ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 Ms. Ms. PROPN NNP Number=Sing 2 conj 2:conj:and|8:nsubj:pass _ 6 Doyon Doyon PROPN NNP Number=Sing 5 flat 5:flat _ -7 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux:pass 8:aux:pass _ +7 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 aux:pass 8:aux:pass _ 8 airlifted airlift VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 30 ccomp 30:ccomp _ 9 to to ADP IN _ 11 case 11:case _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 hospital hospital NOUN NN Number=Sing 8 obl 8:obl:to _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 survived survive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 conj 8:conj:and|30:ccomp SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ +13 survived survive VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 conj 8:conj:and|30:ccomp SpaceAfter=No +14 , , PUNCT , _ 18 punct 18:punct _ 15 though though SCONJ IN _ 18 mark 18:mark _ 16 Mr. Mr. PROPN NNP Number=Sing 18 nsubj 18:nsubj _ 17 Parenteau Parenteau PROPN NNP Number=Sing 16 flat 16:flat _ -18 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:though _ +18 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:though _ 19 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 20 gash gash NOUN NN Number=Sing 18 obj 18:obj _ 21 within within ADP IN _ 23 case 23:case _ 22 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 23 centimetre centimetre NOUN NN Number=Sing 18 obl 18:obl:within _ 24 of of ADP IN _ 26 case 26:case _ -25 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 jugular jugular NOUN NN Number=Sing 23 nmod 23:nmod:of SpaceAfter=No -27 , , PUNCT , _ 30 punct 30:punct _ +27 , , PUNCT , _ 8 punct 8:punct _ 28 Dr. Dr. PROPN NNP Number=Sing 30 nsubj 30:nsubj _ 29 Fortier Fortier PROPN NNP Number=Sing 28 flat 28:flat _ -30 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +30 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 31 . . PUNCT . _ 30 punct 30:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bear_395d998336aec581_ENG_20031225_105300-0026 @@ -103236,9 +103276,9 @@ 1 Dr. Dr. PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 2 Fortier Fortier PROPN NNP Number=Sing 1 flat 1:flat _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ -4 one one NUM CD NumType=Card 0 root 0:root _ +4 one one NUM CD NumForm=Word|NumType=Card 0 root 0:root _ 5 of of ADP IN _ 7 case 7:case _ -6 15 15 NUM CD NumType=Card 7 nummod 7:nummod _ +6 15 15 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 people people NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 8 to to PART TO _ 9 mark 9:mark _ 9 receive receive VERB VB VerbForm=Inf 7 acl 7:acl:to _ @@ -103260,8 +103300,8 @@ 7 people people NOUN NNS Number=Plur 5 obl 5:obl:to|10:nsubj _ 8 who who PRON WP PronType=Rel 10 nsubj 7:ref _ 9 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No -10 risk risk VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ -11 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 risk risk VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +11 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 lives life NOUN NNS Number=Plur 10 obj 10:obj _ 13 to to ADP IN _ 16 case 16:case _ 14 an a DET DT Definite=Ind|PronType=Art 16 det 16:det _ @@ -103277,14 +103317,14 @@ 24 lives life NOUN NNS Number=Plur 22 obj 22:obj _ 25 of of ADP IN _ 26 case 26:case _ 26 others other NOUN NNS Number=Plur 24 nmod 24:nmod:of SpaceAfter=No -27 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No -28 " " PUNCT '' _ 5 punct 5:punct _ +27 . . PUNCT . _ 10 punct 10:punct SpaceAfter=No +28 " " PUNCT '' _ 10 punct 10:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bear_395d998336aec581_ENG_20031225_105300-0028 # text = The other Canadian recipient of the medal was Ronald Joseph Crawford, 42, of Hamilton, who was killed Aug. 4, 2002, while trying to defend a Hamilton sandwich shop owner from a robber wielding a knife. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 2 other other ADJ JJ Degree=Pos 4 amod 4:amod _ -3 Canadian canadian ADJ JJ Degree=Pos 4 amod 4:amod _ +3 Canadian Canadian ADJ JJ Degree=Pos 4 amod 4:amod _ 4 recipient recipient NOUN NN Number=Sing 9 nsubj 9:nsubj _ 5 of of ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -103293,20 +103333,20 @@ 9 Ronald Ronald PROPN NNP Number=Sing 0 root 0:root|20:nsubj:pass _ 10 Joseph Joseph PROPN NNP Number=Sing 9 flat 9:flat _ 11 Crawford Crawford PROPN NNP Number=Sing 9 flat 9:flat SpaceAfter=No -12 , , PUNCT , _ 9 punct 9:punct _ -13 42 42 NUM CD NumType=Card 9 nmod:npmod 9:nmod:npmod SpaceAfter=No -14 , , PUNCT , _ 9 punct 9:punct _ +12 , , PUNCT , _ 13 punct 13:punct _ +13 42 42 NUM CD NumForm=Digit|NumType=Card 9 nmod:npmod 9:nmod:npmod SpaceAfter=No +14 , , PUNCT , _ 16 punct 16:punct _ 15 of of ADP IN _ 16 case 16:case _ 16 Hamilton Hamilton PROPN NNP Number=Sing 9 nmod 9:nmod:of SpaceAfter=No -17 , , PUNCT , _ 9 punct 9:punct _ +17 , , PUNCT , _ 20 punct 20:punct _ 18 who who PRON WP PronType=Rel 20 nsubj:pass 9:ref _ 19 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 aux:pass 20:aux:pass _ 20 killed kill VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 acl:relcl 9:acl:relcl _ -21 Aug. Aug. PROPN NNP Number=Sing 20 obl:tmod 20:obl:tmod _ -22 4 4 NUM CD NumType=Card 21 nummod 21:nummod SpaceAfter=No -23 , , PUNCT , _ 21 punct 21:punct _ -24 2002 2002 NUM CD NumType=Card 21 nummod 21:nummod SpaceAfter=No -25 , , PUNCT , _ 20 punct 20:punct _ +21 Aug. August PROPN NNP Abbr=Yes|Number=Sing 20 obl:tmod 20:obl:tmod _ +22 4 4 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod SpaceAfter=No +23 , , PUNCT , _ 24 punct 24:punct _ +24 2002 2002 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod SpaceAfter=No +25 , , PUNCT , _ 27 punct 27:punct _ 26 while while SCONJ IN _ 27 mark 27:mark _ 27 trying try VERB VBG VerbForm=Ger 20 advcl 20:advcl:while _ 28 to to PART TO _ 29 mark 29:mark _ @@ -103328,7 +103368,7 @@ # text = Mr. Crawford threw several punches at the assailant before he was stabbed in the heart. 1 Mr. Mr. PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 Crawford Crawford PROPN NNP Number=Sing 1 flat 1:flat _ -3 threw throw VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 threw throw VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 several several ADJ JJ Degree=Pos 5 amod 5:amod _ 5 punches punch NOUN NNS Number=Plur 3 obj 3:obj _ 6 at at ADP IN _ 8 case 8:case _ @@ -103349,25 +103389,25 @@ 2 industrialist industrialist NOUN NN Number=Sing 3 compound 3:compound _ 3 Andrew Andrew PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 4 Carnegie Carnegie PROPN NNP Number=Sing 3 flat 3:flat _ -5 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 started start VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 hero hero NOUN NN Number=Sing 8 compound 8:compound _ 8 fund fund NOUN NN Number=Sing 5 obj 5:obj _ 9 in in ADP IN _ 10 case 10:case _ -10 1904 1904 NUM CD NumType=Card 5 obl 5:obl:in _ +10 1904 1904 NUM CD NumForm=Digit|NumType=Card 5 obl 5:obl:in _ 11 after after SCONJ IN _ 13 mark 13:mark _ 12 being be AUX VBG VerbForm=Ger 13 aux:pass 13:aux:pass _ 13 inspired inspire VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 advcl 5:advcl:after _ 14 by by ADP IN _ 16 case 16:case _ 15 rescue rescue NOUN NN Number=Sing 16 compound 16:compound _ -16 stories story NOUN NNS Number=Plur 13 obl 13:obl:by _ +16 stories story NOUN NNS Number=Plur 13 obl:agent 13:obl:agent _ 17 from from ADP IN _ 20 case 20:case _ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 19 mine mine NOUN NN Number=Sing 20 compound 20:compound _ 20 disaster disaster NOUN NN Number=Sing 16 nmod 16:nmod:from|22:nsubj _ 21 that that PRON WDT PronType=Rel 22 nsubj 20:ref _ -22 killed kill VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 acl:relcl 20:acl:relcl _ -23 181 181 NUM CD NumType=Card 24 nummod 24:nummod _ +22 killed kill VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 acl:relcl 20:acl:relcl _ +23 181 181 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod _ 24 people people NOUN NNS Number=Plur 22 obj 22:obj SpaceAfter=No 25 . . PUNCT . _ 5 punct 5:punct _ @@ -103378,10 +103418,10 @@ 3 comes come VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 with with ADP IN _ 11 case 11:case _ 5 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -6 $ $ SYM $ _ 7 compound 7:compound SpaceAfter=No -7 3,500 3,500 NUM CD NumType=Card 9 nummod 9:nummod _ +6 $ $ SYM $ _ 11 compound 11:compound SpaceAfter=No +7 3,500 3500 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 8 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No -9 U.S. U.S. PROPN NNP Number=Sing 11 compound 11:compound SpaceAfter=No +9 U.S. U.S. PROPN NNP Number=Sing 6 compound 6:compound SpaceAfter=No 10 ) ) PUNCT -RRB- _ 9 punct 9:punct _ 11 grant grant NOUN NN Number=Sing 3 obl 3:obl:with SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ @@ -103400,7 +103440,7 @@ # newpar id = newsgroup-groups.google.com_emails_ec0a1064de05e74b_ENG_20040929_023800-p0002 # text = Apple Computers 1 Apple Apple PROPN NNP Number=Sing 2 compound 2:compound _ -2 Computers Computers PROPN NNPS Number=Plur 0 root 0:root _ +2 Computers Computer PROPN NNPS Number=Plur 0 root 0:root _ # sent_id = newsgroup-groups.google.com_emails_ec0a1064de05e74b_ENG_20040929_023800-0003 # text = It was the favorite fruit of founder Steve Jobs. @@ -103419,7 +103459,7 @@ # text = He was three months late in filing a name for the business, and he threatened to call his company Apple Computers if the other colleagues didn't suggest a better name by 5 O'clock. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ -3 three three NUM CD NumType=Card 4 nummod 4:nummod _ +3 three three NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 months month NOUN NNS Number=Plur 5 obl:tmod 5:obl:tmod _ 5 late late ADJ JJ Degree=Pos 0 root 0:root _ 6 in in SCONJ IN _ 7 mark 7:mark _ @@ -103432,26 +103472,26 @@ 13 , , PUNCT , _ 16 punct 16:punct _ 14 and and CCONJ CC _ 16 cc 16:cc _ 15 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj|18:nsubj:xsubj _ -16 threatened threaten VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +16 threatened threaten VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 17 to to PART TO _ 18 mark 18:mark _ 18 call call VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ -19 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 company company NOUN NN Number=Sing 18 obj 18:obj|22:nsubj:xsubj _ 21 Apple Apple PROPN NNP Number=Sing 22 compound 22:compound _ -22 Computers Computers PROPN NNPS Number=Plur 18 xcomp 18:xcomp _ +22 Computers Computer PROPN NNPS Number=Plur 18 xcomp 18:xcomp _ 23 if if SCONJ IN _ 29 mark 29:mark _ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 25 other other ADJ JJ Degree=Pos 26 amod 26:amod _ 26 colleagues colleague NOUN NNS Number=Plur 29 nsubj 29:nsubj _ 27-28 didn't _ _ _ _ _ _ _ _ -27 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 29 aux 29:aux _ +27 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 29 aux 29:aux _ 28 n't not PART RB _ 29 advmod 29:advmod _ 29 suggest suggest VERB VB VerbForm=Inf 18 advcl 18:advcl:if _ 30 a a DET DT Definite=Ind|PronType=Art 32 det 32:det _ -31 better better ADJ JJR Degree=Cmp 32 amod 32:amod _ +31 better good ADJ JJR Degree=Cmp 32 amod 32:amod _ 32 name name NOUN NN Number=Sing 29 obj 29:obj _ 33 by by ADP IN _ 35 case 35:case _ -34 5 5 NUM CD NumType=Card 35 nummod 35:nummod _ +34 5 5 NUM CD NumForm=Digit|NumType=Card 35 nummod 35:nummod _ 35 O'clock o'clock NOUN NN Number=Sing 29 obl 29:obl:by SpaceAfter=No 36 . . PUNCT . _ 5 punct 5:punct _ @@ -103468,7 +103508,7 @@ 5 acronym acronym NOUN NN Number=Sing 0 root 0:root _ 6 as as SCONJ IN _ 8 mark 8:mark _ 7 popularly popularly ADV RB _ 8 advmod 8:advmod _ -8 believed believe VERB VBN Tense=Past|VerbForm=Part 5 advcl 5:advcl:as SpaceAfter=No +8 believed believe VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 advcl 5:advcl:as SpaceAfter=No 9 . . PUNCT . _ 5 punct 5:punct _ # sent_id = newsgroup-groups.google.com_emails_ec0a1064de05e74b_ENG_20040929_023800-0007 @@ -103495,10 +103535,10 @@ 5 by by SCONJ IN _ 6 mark 6:mark _ 6 using use VERB VBG VerbForm=Ger 4 advcl 4:advcl:by _ 7 COMp comp NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 10 punct 10:punct _ 9 for for ADP IN _ 10 case 10:case _ 10 computer computer NOUN NN Number=Sing 7 nmod 7:nmod:for SpaceAfter=No -11 , , PUNCT , _ 6 punct 6:punct _ +11 , , PUNCT , _ 13 punct 13:punct _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 PAQ paq NOUN NN Number=Sing 7 conj 6:obj|7:conj:and _ 14 to to PART TO _ 15 mark 15:mark _ @@ -103526,7 +103566,7 @@ 7 founder founder NOUN NN Number=Sing 9 nmod:poss 9:nmod:poss _ 8 's 's PART POS _ 7 case 7:case _ 9 name name NOUN NN Number=Sing 4 obl 4:obl:from _ -10 Dr. Dr. PROPN NNP Number=Sing 9 appos 9:appos SpaceAfter=No +10 Dr. Dr. PROPN NNP Number=Sing 9 appos 9:appos CorrectSpaceAfter=Yes|SpaceAfter=No 11 Michael Michael PROPN NNP Number=Sing 10 flat 10:flat _ 12 Cowpland Cowpland PROPN NNP Number=Sing 10 flat 10:flat SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ @@ -103550,7 +103590,7 @@ # text = The name started as a joke boasting about the amount of information the search-engine would be able to search. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 name name NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 started start VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 as as ADP IN _ 6 case 6:case _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 joke joke NOUN NN Number=Sing 3 obl 3:obl:as _ @@ -103562,7 +103602,7 @@ 12 information information NOUN NN Number=Sing 10 nmod 10:nmod:of _ 13 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 14 search search NOUN NN Number=Sing 16 compound 16:compound SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 engine engine NOUN NN Number=Sing 19 nsubj 19:nsubj|21:nsubj:xsubj _ 17 would would AUX MD VerbForm=Fin 19 aux 19:aux _ 18 be be AUX VB VerbForm=Inf 19 cop 19:cop _ @@ -103580,47 +103620,47 @@ 5 ' ' PUNCT `` _ 6 punct 6:punct SpaceAfter=No 6 Googol Googol PROPN NNP Number=Sing 4 xcomp 4:xcomp SpaceAfter=No 7 ' ' PUNCT '' _ 6 punct 6:punct SpaceAfter=No -8 , , PUNCT , _ 6 punct 6:punct _ +8 , , PUNCT , _ 10 punct 10:punct _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 word word NOUN NN Number=Sing 6 appos 6:appos _ 11 for for ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 number number NOUN NN Number=Sing 10 nmod 10:nmod:for _ -14 represented represent VERB VBN Tense=Past|VerbForm=Part 13 acl 13:acl _ +14 represented represent VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 acl 13:acl _ 15 by by ADP IN _ 16 case 16:case _ -16 1 1 NUM CD NumType=Card 14 obl 14:obl:by _ -17 followed follow VERB VBN Tense=Past|VerbForm=Part 16 acl 16:acl _ +16 1 1 NUM CD NumForm=Digit|NumType=Card 14 obl:agent 14:obl:agent _ +17 followed follow VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 acl 16:acl _ 18 by by ADP IN _ 20 case 20:case _ -19 100 100 NUM CD NumType=Card 20 nummod 20:nummod _ -20 zeros zero NOUN NNS Number=Plur 17 obl 17:obl:by SpaceAfter=No +19 100 100 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ +20 zeros zero NOUN NNS Number=Plur 17 obl:agent 17:obl:agent SpaceAfter=No 21 . . PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_emails_ec0a1064de05e74b_ENG_20040929_023800-0016 # text = After founders - Stanford graduate students Sergey Brin and Larry Page presented their project to an angel investor, they received a cheque made out to 'Google' 1 After after SCONJ IN _ 12 mark 12:mark _ -2 founders founder NOUN NNS Number=Plur 7 compound 7:compound _ +2 founders founder NOUN NNS Number=Plur 12 nsubj 12:nsubj _ 3 - - PUNCT , _ 7 punct 7:punct _ 4 Stanford Stanford PROPN NNP Number=Sing 6 compound 6:compound _ 5 graduate graduate NOUN NN Number=Sing 6 compound 6:compound _ -6 students student NOUN NNS Number=Plur 7 compound 7:compound _ -7 Sergey Sergey PROPN NNP Number=Sing 12 nsubj 12:nsubj _ +6 students student NOUN NNS Number=Plur 7 nmod:desc 7:nmod:desc _ +7 Sergey Sergey PROPN NNP Number=Sing 2 appos 2:appos _ 8 Brin Brin PROPN NNP Number=Sing 7 flat 7:flat _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 Larry Larry PROPN NNP Number=Sing 7 conj 7:conj:and|12:nsubj _ 11 Page Page PROPN NNP Number=Sing 10 flat 10:flat _ -12 presented present VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 advcl 21:advcl:after _ -13 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 presented present VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 advcl 21:advcl:after _ +13 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 project project NOUN NN Number=Sing 12 obj 12:obj _ 15 to to ADP IN _ 18 case 18:case _ 16 an a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 angel angel NOUN NN Number=Sing 18 compound 18:compound _ 18 investor investor NOUN NN Number=Sing 12 obl 12:obl:to SpaceAfter=No -19 , , PUNCT , _ 21 punct 21:punct _ +19 , , PUNCT , _ 12 punct 12:punct _ 20 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 21 nsubj 21:nsubj _ -21 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +21 received receive VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 22 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 23 cheque cheque NOUN NN Number=Sing 21 obj 21:obj _ -24 made make VERB VBN Tense=Past|VerbForm=Part 23 acl 23:acl _ +24 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 acl 23:acl _ 25 out out ADP RP _ 24 compound:prt 24:compound:prt _ 26 to to ADP IN _ 28 case 28:case _ 27 ' ' PUNCT `` _ 28 punct 28:punct SpaceAfter=No @@ -103636,7 +103676,7 @@ 1 Founder founder NOUN NN Number=Sing 2 compound 2:compound _ 2 Jack Jack PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 3 Smith Smith PROPN NNP Number=Sing 2 flat 2:flat _ -4 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 got get VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 idea idea NOUN NN Number=Sing 4 obj 4:obj _ 7 of of SCONJ IN _ 8 mark 8:mark _ @@ -103656,10 +103696,10 @@ # sent_id = newsgroup-groups.google.com_emails_ec0a1064de05e74b_ENG_20040929_023800-0019 # text = When Sabeer Bhatia came up with the business plan for the mail service, he tried all kinds of names ending in 'mail' and finally settled for hotmail as it included the letters "html" - the programming language used to write web pages. -1 When when SCONJ WRB PronType=Int 4 mark 4:mark _ +1 When when ADV WRB PronType=Int 4 advmod 4:advmod _ 2 Sabeer Sabeer PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 3 Bhatia Bhatia PROPN NNP Number=Sing 2 flat 2:flat _ -4 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:when _ +4 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:when _ 5 up up ADV RB _ 4 advmod 4:advmod _ 6 with with ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -103669,10 +103709,10 @@ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 mail mail NOUN NN Number=Sing 13 compound 13:compound _ 13 service service NOUN NN Number=Sing 9 nmod 9:nmod:for SpaceAfter=No -14 , , PUNCT , _ 16 punct 16:punct _ +14 , , PUNCT , _ 4 punct 4:punct _ 15 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj|28:nsubj _ -16 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -17 all all DET DT _ 18 det 18:det _ +16 tried try VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +17 all all DET DT PronType=Tot 18 det 18:det _ 18 kinds kind NOUN NNS Number=Plur 16 obj 16:obj _ 19 of of ADP IN _ 20 case 20:case _ 20 names name NOUN NNS Number=Plur 18 nmod 18:nmod:of _ @@ -103683,24 +103723,24 @@ 25 ' ' PUNCT '' _ 24 punct 24:punct _ 26 and and CCONJ CC _ 28 cc 28:cc _ 27 finally finally ADV RB _ 28 advmod 28:advmod _ -28 settled settle VERB VBN Tense=Past|VerbForm=Part 16 conj 16:conj:and _ +28 settled settle VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 conj 16:conj:and _ 29 for for ADP IN _ 30 case 30:case _ 30 hotmail hotmail PROPN NNP Number=Sing 28 obl 28:obl:for _ 31 as as SCONJ IN _ 33 mark 33:mark _ 32 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 33 nsubj 33:nsubj _ -33 included include VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 28 advcl 28:advcl:as _ +33 included include VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 28 advcl 28:advcl:as _ 34 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ -35 letters letter NOUN NNS Number=Plur 37 compound 37:compound _ +35 letters letter NOUN NNS Number=Plur 33 obj 33:obj _ 36 " " PUNCT `` _ 37 punct 37:punct SpaceAfter=No -37 html html NOUN NN Number=Sing 33 obj 33:obj SpaceAfter=No +37 html html NOUN NN Number=Sing 35 appos 35:appos SpaceAfter=No 38 " " PUNCT '' _ 37 punct 37:punct _ -39 - - PUNCT , _ 37 punct 37:punct _ +39 - - PUNCT , _ 42 punct 42:punct _ 40 the the DET DT Definite=Def|PronType=Art 42 det 42:det _ 41 programming programming NOUN NN Number=Sing 42 compound 42:compound _ 42 language language NOUN NN Number=Sing 37 appos 37:appos _ -43 used use VERB VBN Tense=Past|VerbForm=Part 42 acl 42:acl _ +43 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 42 acl 42:acl _ 44 to to PART TO _ 45 mark 45:mark _ -45 write write VERB VB VerbForm=Inf 43 xcomp 43:xcomp _ +45 write write VERB VB VerbForm=Inf 43 advcl 43:advcl:to _ 46 web web NOUN NN Number=Sing 47 compound 47:compound _ 47 pages page NOUN NNS Number=Plur 45 obj 45:obj SpaceAfter=No 48 . . PUNCT . _ 16 punct 16:punct _ @@ -103732,25 +103772,25 @@ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 Dave Dave PROPN NNP Number=Sing 2 conj 2:conj:and|6:nsubj _ 5 Packard Packard PROPN NNP Number=Sing 4 flat 4:flat _ -6 tossed toss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 tossed toss VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 coin coin NOUN NN Number=Sing 6 obj 6:obj _ 9 to to PART TO _ 10 mark 10:mark _ -10 decide decide VERB VB VerbForm=Inf 6 advcl 6:advcl:to SpaceAfter=No +10 decide decide VERB VB VerbForm=Inf 6 advcl 6:advcl:to CorrectSpaceAfter=Yes|SpaceAfter=No 11 whether whether SCONJ IN _ 18 mark 18:mark _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 company company NOUN NN Number=Sing 18 nsubj:pass 18:nsubj:pass|21:nsubj:xsubj|25:nsubj:xsubj _ 14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -15 founded found VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +15 founded found VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 16 would would AUX MD VerbForm=Fin 18 aux 18:aux _ 17 be be AUX VB VerbForm=Inf 18 aux:pass 18:aux:pass _ 18 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 ccomp 10:ccomp _ 19 Hewlett Hewlett PROPN NNP Number=Sing 21 compound 21:compound SpaceAfter=No -20 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No +20 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No 21 Packard Packard PROPN NNP Number=Sing 18 xcomp 18:xcomp _ 22 or or CCONJ CC _ 25 cc 25:cc _ 23 Packard Packard PROPN NNP Number=Sing 25 compound 25:compound SpaceAfter=No -24 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No +24 - - PUNCT HYPH _ 23 punct 23:punct SpaceAfter=No 25 Hewlett Hewlett PROPN NNP Number=Sing 21 conj 18:xcomp|21:conj:or SpaceAfter=No 26 . . PUNCT . _ 6 punct 6:punct _ @@ -103765,10 +103805,10 @@ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 Gordon Gordon PROPN NNP Number=Sing 1 conj 1:conj:and|6:nsubj|8:nsubj:xsubj _ 5 Moore Moore PROPN NNP Number=Sing 4 flat 4:flat _ -6 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 wanted want VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 name name VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 new new ADJ JJ Degree=Pos 11 amod 11:amod _ 11 company company NOUN NN Number=Sing 8 obj 8:obj|13:nsubj:xsubj _ 12 ' ' PUNCT `` _ 13 punct 13:punct SpaceAfter=No @@ -103783,10 +103823,10 @@ 21 by by ADP IN _ 24 case 24:case _ 22 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 23 hotel hotel NOUN NN Number=Sing 24 compound 24:compound _ -24 chain chain NOUN NN Number=Sing 20 obl 20:obl:by _ +24 chain chain NOUN NN Number=Sing 20 obl:agent 20:obl:agent _ 25 so so ADV RB _ 27 advmod 27:advmod _ 26 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 27 nsubj 27:nsubj|29:nsubj:xsubj _ -27 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 conj 20:conj _ +27 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 20 parataxis 20:parataxis _ 28 to to PART TO _ 29 mark 29:mark _ 29 settle settle VERB VB VerbForm=Inf 27 xcomp 27:xcomp _ 30 for for ADP IN _ 32 case 32:case _ @@ -103801,18 +103841,18 @@ # text = Lotus (Notes) 1 Lotus Lotus PROPN NNP Number=Sing 3 compound 3:compound _ 2 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No -3 Notes Notes PROPN NNPS Number=Plur 0 root 0:root SpaceAfter=No +3 Notes Note PROPN NNPS Number=Plur 0 root 0:root SpaceAfter=No 4 ) ) PUNCT -RRB- _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_emails_ec0a1064de05e74b_ENG_20040929_023800-0026 # text = Mitch Kapor got the name for his company from 'The Lotus Position' or 'Padmasana'. 1 Mitch Mitch PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 Kapor Kapor PROPN NNP Number=Sing 1 flat 1:flat _ -3 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 got get VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 name name NOUN NN Number=Sing 3 obj 3:obj _ 6 for for ADP IN _ 8 case 8:case _ -7 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 company company NOUN NN Number=Sing 5 nmod 5:nmod:for _ 9 from from ADP IN _ 13 case 13:case _ 10 ' ' PUNCT `` _ 13 punct 13:punct SpaceAfter=No @@ -103829,13 +103869,13 @@ # sent_id = newsgroup-groups.google.com_emails_ec0a1064de05e74b_ENG_20040929_023800-0027 # text = Kapor used to be a teacher of Transcendental Meditation of Maharishi Mahesh Yogi. 1 Kapor Kapor PROPN NNP Number=Sing 2 nsubj 2:nsubj|6:nsubj:xsubj _ -2 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 used use VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 6 mark 6:mark _ 4 be be AUX VB VerbForm=Inf 6 cop 6:cop _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 teacher teacher NOUN NN Number=Sing 2 xcomp 2:xcomp _ 7 of of ADP IN _ 9 case 9:case _ -8 Transcendental Transcendental PROPN NNP Number=Sing 9 compound 9:compound _ +8 Transcendental Transcendental ADJ NNP Degree=Pos 9 amod 9:amod _ 9 Meditation Meditation PROPN NNP Number=Sing 6 nmod 6:nmod:of _ 10 of of ADP IN _ 12 case 12:case _ 11 Maharishi Maharishi PROPN NNP Number=Sing 12 compound 12:compound _ @@ -103849,9 +103889,9 @@ # sent_id = newsgroup-groups.google.com_emails_ec0a1064de05e74b_ENG_20040929_023800-0029 # text = Coined by Bill Gates to represent the company that was devoted to MICROcomputer SOFTware. -1 Coined coin VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Coined coin VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 by by ADP IN _ 3 case 3:case _ -3 Bill Bill PROPN NNP Number=Sing 1 obl 1:obl:by _ +3 Bill Bill PROPN NNP Number=Sing 1 obl:agent 1:obl:agent _ 4 Gates Gates PROPN NNP Number=Sing 3 flat 3:flat _ 5 to to PART TO _ 6 mark 6:mark _ 6 represent represent VERB VB VerbForm=Inf 1 advcl 1:advcl:to _ @@ -103868,18 +103908,18 @@ # sent_id = newsgroup-groups.google.com_emails_ec0a1064de05e74b_ENG_20040929_023800-0030 # text = Originally christened Micro-Soft, the '-' was removed later on. 1 Originally originally ADV RB _ 2 advmod 2:advmod _ -2 christened christen VERB VBN Tense=Past|VerbForm=Part 12 advcl 12:advcl _ +2 christened christen VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 advcl 12:advcl _ 3 Micro Micro PROPN NNP Number=Sing 5 compound 5:compound SpaceAfter=No -4 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No +4 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 5 Soft Soft PROPN NNP Number=Sing 2 xcomp 2:xcomp SpaceAfter=No -6 , , PUNCT , _ 12 punct 12:punct _ +6 , , PUNCT , _ 2 punct 2:punct _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 ' ' PUNCT `` _ 7 punct 7:punct SpaceAfter=No +8 ' ' PUNCT `` _ 9 punct 9:punct SpaceAfter=No 9 - - SYM SYM _ 12 nsubj:pass 12:nsubj:pass SpaceAfter=No -10 ' ' PUNCT '' _ 7 punct 7:punct _ +10 ' ' PUNCT '' _ 9 punct 9:punct _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 aux:pass 12:aux:pass _ 12 removed remove VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ -13 later later ADV RB _ 14 advmod 14:advmod _ +13 later late ADV RBR Degree=Cmp 14 advmod 14:advmod _ 14 on on ADV RB _ 12 advmod 12:advmod SpaceAfter=No 15 . . PUNCT . _ 12 punct 12:punct _ @@ -103892,15 +103932,15 @@ 1 Founder founder NOUN NN Number=Sing 2 compound 2:compound _ 2 Paul Paul PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 3 Galvin Galvin PROPN NNP Number=Sing 2 flat 2:flat _ -4 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 up up ADV RB _ 4 advmod 4:advmod _ 6 with with ADP IN _ 8 case 8:case _ 7 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ 8 name name NOUN NN Number=Sing 4 obl 4:obl:with _ -9 when when SCONJ WRB PronType=Int 12 mark 12:mark _ -10 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 when when ADV WRB PronType=Int 12 advmod 12:advmod _ +10 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 company company NOUN NN Number=Sing 12 nsubj 12:nsubj|13:nsubj:xsubj _ -12 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:when _ +12 started start VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:when _ 13 manufacturing manufacture VERB VBG VerbForm=Ger 12 xcomp 12:xcomp _ 14 radios radio NOUN NNS Number=Plur 13 obj 13:obj _ 15 for for ADP IN _ 16 case 16:case _ @@ -103932,7 +103972,7 @@ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 Bob Bob PROPN NNP Number=Sing 1 conj 1:conj:and|7:nsubj _ 5 Oats Oats PROPN NNP Number=Sing 4 flat 4:flat _ -6 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 aux 7:aux _ +6 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 aux 7:aux _ 7 working work VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 8 on on ADP IN _ 11 case 11:case _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ @@ -103942,7 +103982,7 @@ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 CIA CIA PROPN NNP Number=Sing 11 nmod 11:nmod:for _ 15 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No -16 Central Central PROPN NNP Number=Sing 18 compound 18:compound _ +16 Central Central ADJ NNP Degree=Pos 18 amod 18:amod _ 17 Intelligence Intelligence PROPN NNP Number=Sing 18 compound 18:compound _ 18 Agency Agency PROPN NNP Number=Sing 14 appos 14:appos SpaceAfter=No 19 ) ) PUNCT -RRB- _ 18 punct 18:punct SpaceAfter=No @@ -103962,7 +104002,7 @@ 10 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 CIA CIA PROPN NNP Number=Sing 13 nsubj 13:nsubj _ -13 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 parataxis 8:parataxis _ +13 saw see VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 parataxis 8:parataxis _ 14 this this PRON DT Number=Sing|PronType=Dem 13 obj 13:obj _ 15 as as ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -103971,10 +104011,10 @@ 19 give give VERB VB VerbForm=Inf 17 acl 17:acl:to _ 20 answers answer NOUN NNS Number=Plur 19 obj 19:obj _ 21 to to ADP IN _ 23 case 23:case _ -22 all all DET DT _ 23 det 23:det _ +22 all all DET DT PronType=Tot 23 det 23:det _ 23 questions question NOUN NNS Number=Plur 20 nmod 20:nmod:to _ 24 or or CCONJ CC _ 25 cc 25:cc _ -25 something something PRON NN Number=Sing 17 conj 13:obl:as|17:conj:or _ +25 something something PRON NN Number=Sing|PronType=Ind 17 conj 13:obl:as|17:conj:or _ 26 such such ADJ JJ Degree=Pos 25 amod 25:amod SpaceAfter=No 27 ) ) PUNCT -RRB- _ 13 punct 13:punct SpaceAfter=No 28 . . PUNCT . _ 8 punct 8:punct _ @@ -103990,7 +104030,7 @@ 7 use use VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 8 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 9 newly newly ADV RB _ 10 advmod 10:advmod _ -10 written write VERB VBN Tense=Past|VerbForm=Part 12 amod 12:amod _ +10 written write VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 amod 12:amod _ 11 SQL sql NOUN NN Number=Sing 12 compound 12:compound _ 12 code code NOUN NN Number=Sing 7 obj 7:obj _ 13 by by ADP IN _ 14 case 14:case _ @@ -104008,12 +104048,12 @@ 7 Larry Larry PROPN NNP Number=Sing 10 nsubj 10:nsubj|12:nsubj:xsubj|17:nsubj:xsubj _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 Bob Bob PROPN NNP Number=Sing 7 conj 7:conj:and|10:nsubj|12:nsubj:xsubj|17:nsubj:xsubj _ -10 decided decide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:but _ +10 decided decide VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:but _ 11 to to PART TO _ 12 mark 12:mark _ 12 finish finish VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ -13 what what PRON WP PronType=Int 12 obj 12:obj _ +13 what what PRON WP PronType=Rel 12 obj 12:obj|15:obj _ 14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -15 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +15 started start VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 bring bring VERB VB VerbForm=Inf 12 conj 10:xcomp|12:conj:and _ 18 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 obj 17:obj _ @@ -104025,12 +104065,12 @@ # sent_id = newsgroup-groups.google.com_emails_ec0a1064de05e74b_ENG_20040929_023800-0039 # text = They kept the name Oracle and created the RDBMS engine. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|7:nsubj _ -2 kept keep VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 kept keep VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 name name NOUN NN Number=Sing 2 obj 2:obj _ 5 Oracle Oracle PROPN NNP Number=Sing 4 appos 4:appos _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 created create VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +7 created create VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 RDBMS RDBMS PROPN NNP Number=Sing 10 compound 10:compound _ 10 engine engine NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No @@ -104038,9 +104078,9 @@ # sent_id = newsgroup-groups.google.com_emails_ec0a1064de05e74b_ENG_20040929_023800-0040 # text = Later they kept the same name for the company. -1 Later later ADV RB _ 3 advmod 3:advmod _ +1 Later late ADV RBR Degree=Cmp 3 advmod 3:advmod _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 kept keep VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 kept keep VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 same same ADJ JJ Degree=Pos 6 amod 6:amod _ 6 name name NOUN NN Number=Sing 3 obj 3:obj _ @@ -104056,7 +104096,7 @@ # sent_id = newsgroup-groups.google.com_emails_ec0a1064de05e74b_ENG_20040929_023800-0042 # text = It originated from the Latin word 'sonus' meaning sound, and 'sonny' a slang used by Americans to refer to a bright youngster. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 originated originate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 originated originate VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 from from ADP IN _ 6 case 6:case _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 Latin Latin PROPN NNP Number=Sing 6 compound 6:compound _ @@ -104073,9 +104113,9 @@ 16 ' ' PUNCT '' _ 15 punct 15:punct _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 18 slang slang NOUN NN Number=Sing 15 appos 15:appos _ -19 used use VERB VBN Tense=Past|VerbForm=Part 18 acl 18:acl _ +19 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 acl 18:acl _ 20 by by ADP IN _ 21 case 21:case _ -21 Americans Americans PROPN NNPS Number=Plur 19 obl 19:obl:by _ +21 Americans American PROPN NNPS Number=Plur 19 obl:agent 19:obl:agent _ 22 to to PART TO _ 23 mark 23:mark _ 23 refer refer VERB VB VerbForm=Inf 19 advcl 19:advcl:to _ 24 to to ADP IN _ 27 case 27:case _ @@ -104091,13 +104131,13 @@ # sent_id = newsgroup-groups.google.com_emails_ec0a1064de05e74b_ENG_20040929_023800-0044 # text = Founded by 4 Stanford University buddies, SUN is the acronym for Stanford University Network. -1 Founded found VERB VBN Tense=Past|VerbForm=Part 8 acl 8:acl _ +1 Founded found VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl 8:acl _ 2 by by ADP IN _ 6 case 6:case _ -3 4 4 NUM CD NumType=Card 6 nummod 6:nummod _ +3 4 4 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 4 Stanford Stanford PROPN NNP Number=Sing 5 compound 5:compound _ 5 University University PROPN NNP Number=Sing 6 compound 6:compound _ -6 buddies buddy NOUN NNS Number=Plur 1 obl 1:obl:by SpaceAfter=No -7 , , PUNCT , _ 11 punct 11:punct _ +6 buddies buddy NOUN NNS Number=Plur 1 obl:agent 1:obl:agent SpaceAfter=No +7 , , PUNCT , _ 1 punct 1:punct _ 8 SUN SUN PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ @@ -104112,13 +104152,13 @@ # text = Andreas Bechtolsheim built a microcomputer; Vinod Khosla recruited him and Scott McNealy to manufacture computers based on it, and Bill Joy to develop a UNIX-based OS for the computer. 1 Andreas andrea NOUN NNS Number=Plur 3 nsubj 3:nsubj _ 2 Bechtolsheim Bechtolsheim PROPN NNP Number=Sing 1 flat 1:flat _ -3 built build VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 built build VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 microcomputer microcomputer NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -6 ; ; PUNCT , _ 3 punct 3:punct _ +6 ; ; PUNCT , _ 9 punct 9:punct _ 7 Vinod Vinod PROPN NNP Number=Sing 9 nsubj 9:nsubj|21.1:nsubj|22:nsubj _ 8 Khosla Khosla PROPN NNP Number=Sing 7 flat 7:flat _ -9 recruited recruit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 parataxis 5:parataxis _ +9 recruited recruit VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ 10 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 Scott Scott PROPN NNP Number=Sing 10 conj 9:obj|10:conj:and _ @@ -104126,19 +104166,19 @@ 14 to to PART TO _ 15 mark 15:mark _ 15 manufacture manufacture VERB VB VerbForm=Inf 9 advcl 9:advcl:to _ 16 computers computer NOUN NNS Number=Plur 15 obj 15:obj _ -17 based base VERB VBN Tense=Past|VerbForm=Part 16 acl 16:acl _ +17 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 acl 16:acl _ 18 on on ADP IN _ 19 case 19:case _ 19 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 obl 17:obl:on SpaceAfter=No -20 , , PUNCT , _ 22 punct 21.1:punct|22:punct _ +20 , , PUNCT , _ 22 punct 22:punct _ 21 and and CCONJ CC _ 22 cc 21.1:cc|22:cc _ -21.1 recruited recruit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin _ _ 9:conj:and CopyOf=9 +21.1 recruited recruit VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin _ _ 9:conj:and CopyOf=9 22 Bill Bill PROPN NNP Number=Sing 9 conj 9:conj:and|21.1:obj _ 23 Joy Joy PROPN NNP Number=Sing 22 flat 22:flat _ 24 to to PART TO _ 25 mark 25:mark _ 25 develop develop VERB VB VerbForm=Inf 22 orphan 21.1:advcl:to _ 26 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ 27 UNIX UNIX PROPN NNP Number=Sing 29 compound 29:compound SpaceAfter=No -28 - - PUNCT HYPH _ 29 punct 29:punct SpaceAfter=No +28 - - PUNCT HYPH _ 27 punct 27:punct SpaceAfter=No 29 based based ADJ JJ Degree=Pos 30 amod 30:amod _ 30 OS os NOUN NN Number=Sing 25 obj 25:obj _ 31 for for ADP IN _ 33 case 33:case _ @@ -104157,17 +104197,18 @@ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 invented invent VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 by by ADP IN _ 6 case 6:case _ -6 Jonathan Jonathan PROPN NNP Number=Sing 4 obl 4:obl:by _ +6 Jonathan Jonathan PROPN NNP Number=Sing 4 obl:agent 4:obl:agent _ 7 Swift Swift PROPN NNP Number=Sing 6 flat 6:flat _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 used use VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and _ +9 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 conj 4:conj:and _ 10 in in ADP IN _ 12 case 12:case _ -11 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 book book NOUN NN Number=Sing 9 obl 9:obl:in _ 13 ' ' PUNCT `` _ 16 punct 16:punct SpaceAfter=No -14 Gulliver Gulliver PROPN NNP Number=Sing 16 nmod:poss 16:nmod:poss SpaceAfter=No +14-15 Gulliver's _ _ _ _ _ _ _ _ +14 Gulliver Gulliver PROPN NNP Number=Sing 16 nmod:poss 16:nmod:poss _ 15 's 's PART POS _ 14 case 14:case _ -16 Travels Travels PROPN NNPS Number=Plur 12 appos 12:appos SpaceAfter=No +16 Travels Travel PROPN NNPS Number=Plur 12 appos 12:appos SpaceAfter=No 17 ' ' PUNCT '' _ 16 punct 16:punct SpaceAfter=No 18 . . PUNCT . _ 4 punct 4:punct _ @@ -104193,18 +104234,18 @@ # sent_id = newsgroup-groups.google.com_emails_ec0a1064de05e74b_ENG_20040929_023800-0049 # text = Yahoo! Founders Jerry Yang and DavidFilo selected the name because they considered themselves yahoos... 1 Yahoo! Yahoo! PROPN NNP Number=Sing 2 compound 2:compound _ -2 Founders founder NOUN NNS Number=Plur 3 compound 3:compound _ +2 Founders founder NOUN NNS Number=Plur 3 nmod:desc 3:nmod:desc _ 3 Jerry Jerry PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 4 Yang Yang PROPN NNP Number=Sing 3 flat 3:flat _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 David David PROPN NNP Number=Sing 3 conj 3:conj:and|8:nsubj SpaceAfter=No +6 David David PROPN NNP Number=Sing 3 conj 3:conj:and|8:nsubj CorrectSpaceAfter=Yes|SpaceAfter=No 7 Filo Filo PROPN NNP Number=Sing 6 flat 6:flat _ -8 selected select VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 selected select VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 name name NOUN NN Number=Sing 8 obj 8:obj _ 11 because because SCONJ IN _ 13 mark 13:mark _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 considered consider VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:because _ +13 considered consider VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:because _ 14 themselves themselves PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes 13 obj 13:obj|15:nsubj:xsubj _ 15 yahoos yahoo NOUN NNS Number=Plur 13 xcomp 13:xcomp SpaceAfter=No 16 ... ... PUNCT , _ 8 punct 8:punct _ @@ -104221,12 +104262,12 @@ # newpar id = newsgroup-groups.google.com_emails_ec0a1064de05e74b_ENG_20040929_023800-p0008 # text = Email : mayur...@yahoo.com SMS : +919819602175 Web : 1 Email email NOUN NN Number=Sing 0 root 0:root _ -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 mayur...@yahoo.com mayur...@yahoo.com X ADD _ 1 appos 1:appos _ 4 SMS sms NOUN NN Number=Sing 1 list 1:list _ -5 : : PUNCT : _ 4 punct 4:punct _ -6 + + SYM SYM _ 7 punct 7:punct SpaceAfter=No -7 919819602175 919819602175 NUM CD NumType=Card 4 appos 4:appos _ +5 : : PUNCT : _ 6 punct 6:punct _ +6 + + SYM SYM _ 4 appos 4:appos SpaceAfter=No +7 919819602175 919819602175 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 8 Web web NOUN NN Number=Sing 1 list 1:list _ 9 : : PUNCT : _ 8 punct 8:punct _ @@ -104235,26 +104276,26 @@ # newpar id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-p0001 # text = Hi all, 1 Hi hi INTJ UH _ 0 root 0:root _ -2 all all DET DT _ 1 vocative 1:vocative SpaceAfter=No +2 all all DET DT PronType=Tot 1 vocative 1:vocative SpaceAfter=No 3 , , PUNCT , _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-0002 # newpar id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-p0002 # text = There are already several forums around the net focused on discussing Guild Wars, so why create a new one? 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 already already ADV RB _ 2 advmod 2:advmod _ 4 several several ADJ JJ Degree=Pos 5 amod 5:amod _ 5 forums forum NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 6 around around ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 net net NOUN NN Number=Sing 5 nmod 5:nmod:around _ -9 focused focus VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +9 focused focus VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 10 on on SCONJ IN _ 11 mark 11:mark _ 11 discussing discuss VERB VBG VerbForm=Ger 9 advcl 9:advcl:on _ 12 Guild Guild PROPN NNP Number=Sing 13 compound 13:compound _ -13 Wars Wars PROPN NNPS Number=Plur 11 obj 11:obj SpaceAfter=No -14 , , PUNCT , _ 2 punct 2:punct _ +13 Wars War PROPN NNPS Number=Plur 11 obj 11:obj SpaceAfter=No +14 , , PUNCT , _ 17 punct 17:punct _ 15 so so ADV RB _ 17 advmod 17:advmod _ 16 why why ADV WRB PronType=Int 17 advmod 17:advmod _ 17 create create VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ @@ -104266,21 +104307,21 @@ # sent_id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-0003 # text = I say why not? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 say say VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 why why ADV WRB PronType=Int 4 advmod 4:advmod _ -4 not not PART RB _ 2 ccomp 2:ccomp SpaceAfter=No +4 not not PART RB _ 2 ccomp 2:ccomp Promoted=Yes|SpaceAfter=No 5 ? ? PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-0004 # text = The main reason is Google is more accessible to the global community and you can rest assured that it's not going to go away. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 main main ADJ JJ Degree=Pos 3 amod 3:amod _ -3 reason reason NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 reason reason NOUN NN Number=Sing 8 nsubj:outer 8:nsubj:outer|16:nsubj:outer _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 5 Google Google PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ -7 more more ADV RBR _ 8 advmod 8:advmod _ -8 accessible accessible ADJ JJ Degree=Pos 4 ccomp 4:ccomp _ +7 more more ADV RBR Degree=Cmp 8 advmod 8:advmod _ +8 accessible accessible ADJ JJ Degree=Pos 0 root 0:root _ 9 to to ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 global global ADJ JJ Degree=Pos 12 amod 12:amod _ @@ -104288,8 +104329,8 @@ 13 and and CCONJ CC _ 16 cc 16:cc _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ 15 can can AUX MD VerbForm=Fin 16 aux 16:aux _ -16 rest rest VERB VB VerbForm=Inf 8 conj 4:ccomp|8:conj:and _ -17 assured assure VERB VBN Tense=Past|VerbForm=Part 16 advcl 16:advcl _ +16 rest rest VERB VB VerbForm=Inf 8 conj 0:root|8:conj:and _ +17 assured assure VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 advcl 16:advcl _ 18 that that SCONJ IN _ 22 mark 22:mark _ 19-20 it's _ _ _ _ _ _ _ _ 19 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj|24:nsubj:xsubj _ @@ -104299,23 +104340,23 @@ 23 to to PART TO _ 24 mark 24:mark _ 24 go go VERB VB VerbForm=Inf 22 xcomp 22:xcomp _ 25 away away ADV RB _ 24 advmod 24:advmod SpaceAfter=No -26 . . PUNCT . _ 4 punct 4:punct _ +26 . . PUNCT . _ 8 punct 8:punct _ # sent_id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-0005 # text = I have seen great fan sites suddenly disappear without notice and for no reason. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 seen see VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 great great ADJ JJ Degree=Pos 6 amod 6:amod _ 5 fan fan NOUN NN Number=Sing 6 compound 6:compound _ -6 sites site NOUN NNS Number=Plur 8 nsubj 8:nsubj _ +6 sites site NOUN NNS Number=Plur 3 obj 3:obj|8:nsubj:xsubj _ 7 suddenly suddenly ADV RB _ 8 advmod 8:advmod _ -8 disappear disappear VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +8 disappear disappear VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 9 without without ADP IN _ 10 case 10:case _ 10 notice notice NOUN NN Number=Sing 8 obl 8:obl:without _ 11 and and CCONJ CC _ 14 cc 14:cc _ 12 for for ADP IN _ 14 case 14:case _ -13 no no DET DT _ 14 det 14:det _ +13 no no DET DT PronType=Neg 14 det 14:det _ 14 reason reason NOUN NN Number=Sing 10 conj 8:obl:for|10:conj:and SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ @@ -104332,7 +104373,7 @@ 9 site site NOUN NN Number=Sing 6 nmod 6:nmod:of _ 10 can can AUX MD VerbForm=Fin 13 aux 13:aux _ 11 no no ADV RB _ 12 advmod 12:advmod _ -12 longer longer ADV RBR Degree=Cmp 13 advmod 13:advmod _ +12 longer long ADV RBR Degree=Cmp 13 advmod 13:advmod _ 13 afford afford VERB VB VerbForm=Inf 3 advcl 3:advcl:because _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 cost cost NOUN NN Number=Sing 13 obj 13:obj _ @@ -104344,9 +104385,9 @@ # sent_id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-0007 # text = That said, the maintenance of this forum is handled by Google and thus will remain reliable and it will ultimately give us more time to play :). -1 That that PRON DT Number=Sing|PronType=Dem 2 nsubj 2:nsubj _ -2 said say VERB VBN Tense=Past|VerbForm=Part 10 parataxis 10:parataxis SpaceAfter=No -3 , , PUNCT , _ 10 punct 10:punct _ +1 That that PRON DT Number=Sing|PronType=Dem 2 nsubj:pass 2:nsubj:pass _ +2 said say VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 parataxis 10:parataxis SpaceAfter=No +3 , , PUNCT , _ 2 punct 2:punct _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 maintenance maintenance NOUN NN Number=Sing 10 nsubj:pass 10:nsubj:pass|16:nsubj:pass|17:nsubj:xsubj _ 6 of of ADP IN _ 8 case 8:case _ @@ -104355,7 +104396,7 @@ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ 10 handled handle VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 11 by by ADP IN _ 12 case 12:case _ -12 Google Google PROPN NNP Number=Sing 10 obl 10:obl:by _ +12 Google Google PROPN NNP Number=Sing 10 obl:agent 10:obl:agent _ 13 and and CCONJ CC _ 16 cc 16:cc _ 14 thus thus ADV RB _ 16 advmod 16:advmod _ 15 will will AUX MD VerbForm=Fin 16 aux 16:aux _ @@ -104378,8 +104419,8 @@ # text = I'm nothing more than a devoted fan of the game myself and I hope that this area can become a haven for deep fan discussions. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 nothing nothing PRON NN Number=Sing 0 root 0:root _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +3 nothing nothing PRON NN Number=Sing|PronType=Neg 0 root 0:root _ 4 more more ADJ JJR Degree=Cmp 3 amod 3:amod _ 5 than than ADP IN _ 8 case 8:case _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ @@ -104388,10 +104429,10 @@ 9 of of ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 game game NOUN NN Number=Sing 8 nmod 8:nmod:of _ -12 myself myself PRON PRP Number=Sing|Person=1|PronType=Prs 1 nmod:npmod 1:nmod:npmod _ +12 myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Emp|Reflex=Yes 3 obl:npmod 3:obl:npmod _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +15 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 16 that that SCONJ IN _ 20 mark 20:mark _ 17 this this DET DT Number=Sing|PronType=Dem 18 det 18:det _ 18 area area NOUN NN Number=Sing 20 nsubj 20:nsubj|22:nsubj:xsubj _ @@ -104430,19 +104471,19 @@ # sent_id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-0013 # text = Im really looking forward to Guild Wars. 1-2 Im _ _ _ _ _ _ _ _ -1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 m be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 really really ADV RB _ 2 advmod 2:advmod _ -4 looking look VERB VBG VerbForm=Ger 2 ccomp 2:ccomp _ +1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +2 m be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 4 aux 4:aux CorrectForm='m +3 really really ADV RB _ 4 advmod 4:advmod _ +4 looking look VERB VBG VerbForm=Ger 0 root 0:root _ 5 forward forward ADV RB _ 4 advmod 4:advmod _ 6 to to ADP IN _ 8 case 8:case _ 7 Guild Guild PROPN NNP Number=Sing 8 compound 8:compound _ -8 Wars Wars PROPN NNPS Number=Plur 4 obl 4:obl:to SpaceAfter=No -9 . . PUNCT . _ 2 punct 2:punct _ +8 Wars War PROPN NNPS Number=Plur 4 obl 4:obl:to SpaceAfter=No +9 . . PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-0014 # text = Anyone know a release date? -1 Anyone anyone PRON NN Number=Sing 2 nsubj 2:nsubj _ +1 Anyone anyone PRON NN Number=Sing|PronType=Ind 2 nsubj 2:nsubj _ 2 know know VERB VB VerbForm=Inf 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 release release NOUN NN Number=Sing 5 compound 5:compound _ @@ -104451,76 +104492,78 @@ # sent_id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-0015 # text = Feb 2005 -1 Feb Feb PROPN NNP Number=Sing 0 root 0:root _ -2 2005 2005 NUM CD NumType=Card 1 nmod:tmod 1:nmod:tmod _ +1 Feb February PROPN NNP Abbr=Yes|Number=Sing 0 root 0:root _ +2 2005 2005 NUM CD NumForm=Digit|NumType=Card 1 nmod:tmod 1:nmod:tmod _ # sent_id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-0016 # newpar id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-p0004 # text = Feb 2005 is the projected release date, although Guild Wars is made by ex-members of Blizzard, so Feb 2005 could mean August 2006... -1 Feb Feb PROPN NNP Number=Sing 7 nsubj 7:nsubj _ -2 2005 2005 NUM CD NumType=Card 1 nmod:tmod 1:nmod:tmod _ +1 Feb February PROPN NNP Abbr=Yes|Number=Sing 7 nsubj 7:nsubj _ +2 2005 2005 NUM CD NumForm=Digit|NumType=Card 1 nmod:tmod 1:nmod:tmod _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -5 projected project VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +5 projected project VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 6 release release NOUN NN Number=Sing 7 compound 7:compound _ 7 date date NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 13 punct 13:punct _ 9 although although SCONJ IN _ 13 mark 13:mark _ 10 Guild Guild PROPN NNP Number=Sing 11 compound 11:compound _ -11 Wars Wars PROPN NNPS Number=Plur 13 nsubj:pass 13:nsubj:pass _ +11 Wars War PROPN NNPS Number=Plur 13 nsubj:pass 13:nsubj:pass _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ 13 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 advcl 7:advcl:although _ 14 by by ADP IN _ 15 case 15:case _ -15 ex-members ex-member NOUN NNS Number=Plur 13 obl 13:obl:by _ +15 ex-members ex-member NOUN NNS Number=Plur 13 obl:agent 13:obl:agent _ 16 of of ADP IN _ 17 case 17:case _ 17 Blizzard Blizzard PROPN NNP Number=Sing 15 nmod 15:nmod:of SpaceAfter=No 18 , , PUNCT , _ 23 punct 23:punct _ 19 so so ADV RB _ 23 advmod 23:advmod _ -20 Feb Feb PROPN NNP Number=Sing 23 nsubj 23:nsubj _ -21 2005 2005 NUM CD NumType=Card 20 nmod:tmod 20:nmod:tmod _ +20 Feb February PROPN NNP Abbr=Yes|Number=Sing 23 nsubj 23:nsubj _ +21 2005 2005 NUM CD NumForm=Digit|NumType=Card 20 nmod:tmod 20:nmod:tmod _ 22 could could AUX MD VerbForm=Fin 23 aux 23:aux _ -23 mean mean VERB VB VerbForm=Inf 13 conj 7:advcl:although|13:conj _ +23 mean mean VERB VB VerbForm=Inf 13 parataxis 7:advcl:although|13:parataxis _ 24 August August PROPN NNP Number=Sing 23 obj 23:obj _ -25 2006 2006 NUM CD NumType=Card 24 nummod 24:nummod SpaceAfter=No +25 2006 2006 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod SpaceAfter=No 26 ... ... PUNCT , _ 7 punct 7:punct _ # sent_id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-0017 # text = Anyway, I tried to get a preorder but no places were selling it so I missed out on 2/3 weekend events. -1 Anyway anyway ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +1 Anyway anyway INTJ UH _ 4 discourse 4:discourse SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -4 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 tried try VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 get get VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 preorder preorder NOUN NN Number=Sing 6 obj 6:obj _ 9 but but CCONJ CC _ 13 cc 13:cc _ -10 no no DET DT _ 11 det 11:det _ +10 no no DET DT PronType=Neg 11 det 11:det _ 11 places place NOUN NNS Number=Plur 13 nsubj 13:nsubj _ -12 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 aux 13:aux _ +12 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 13 selling sell VERB VBG Tense=Pres|VerbForm=Part 4 conj 4:conj:but _ 14 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 obj 13:obj _ 15 so so ADV RB _ 17 advmod 17:advmod _ 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -17 missed miss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 conj 13:conj _ +17 missed miss VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 13 parataxis 13:parataxis _ 18 out out ADP RP _ 17 compound:prt 17:compound:prt _ -19 on on ADP IN _ 22 case 22:case _ -20 2/3 2/3 NUM CD NumType=Card 22 nummod 22:nummod _ -21 weekend weekend NOUN NN Number=Sing 22 compound 22:compound _ -22 events event NOUN NNS Number=Plur 17 obl 17:obl:on SpaceAfter=No -23 . . PUNCT . _ 4 punct 4:punct _ +19 on on ADP IN _ 24 case 24:case _ +20 2 2 NUM CD NumForm=Digit|NumType=Card 22 compound 22:compound SpaceAfter=No +21 / / PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No +22 3 3 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod _ +23 weekend weekend NOUN NN Number=Sing 24 compound 24:compound _ +24 events event NOUN NNS Number=Plur 17 obl 17:obl:on SpaceAfter=No +25 . . PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-0018 # text = Oh well, I'll get it when it comes out in Febuary. 1 Oh oh INTJ UH _ 6 discourse 6:discourse _ 2 well well INTJ UH _ 1 discourse 1:discourse SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 1 punct 1:punct _ 4-5 I'll _ _ _ _ _ _ _ _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 5 'll will AUX MD VerbForm=Fin 6 aux 6:aux _ 6 get get VERB VB VerbForm=Inf 0 root 0:root _ 7 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 obj 6:obj _ -8 when when SCONJ WRB PronType=Int 10 mark 10:mark _ +8 when when ADV WRB PronType=Int 10 advmod 10:advmod _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 10 comes come VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:when _ 11 out out ADP RP _ 10 compound:prt 10:compound:prt _ @@ -104532,8 +104575,8 @@ # text = rumor has feb 05 on the calender. 1 rumor rumor NOUN NN Number=Sing 2 nsubj 2:nsubj _ 2 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 feb feb PROPN NNP Number=Sing 2 obj 2:obj _ -4 05 05 NUM CD NumType=Card 3 nummod 3:nummod _ +3 feb February PROPN NNP Abbr=Yes|Number=Sing 2 obj 2:obj _ +4 05 05 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 5 on on ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 calender calender NOUN NN Number=Sing 2 obl 2:obl:on SpaceAfter=No @@ -104541,9 +104584,9 @@ # sent_id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-0020 # text = BUT they stated that they will take as long as it takes to work out all the bugs so who really know how long. -1 BUT but CCONJ CC _ 22 cc 22:cc _ +1 BUT but CCONJ CC _ 3 cc 3:cc _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 stated state VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 stated state VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 that that SCONJ IN _ 7 mark 7:mark _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 6 will will AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -104552,18 +104595,18 @@ 9 long long ADV RB Degree=Pos 7 advmod 7:advmod _ 10 as as SCONJ IN _ 12 mark 12:mark _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 takes take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:as _ +12 takes take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:as _ 13 to to PART TO _ 14 mark 14:mark _ 14 work work VERB VB VerbForm=Inf 7 advcl 7:advcl:to _ 15 out out ADP RP _ 14 compound:prt 14:compound:prt _ -16 all all DET PDT _ 18 det:predet 18:det:predet _ +16 all all DET PDT PronType=Tot 18 det:predet 18:det:predet _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 bugs bug NOUN NNS Number=Plur 14 obj 14:obj _ 19 so so ADV RB _ 22 advmod 22:advmod _ 20 who who PRON WP PronType=Int 22 nsubj 22:nsubj _ 21 really really ADV RB _ 22 advmod 22:advmod _ -22 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ -23 how how SCONJ WRB PronType=Int 24 mark 24:mark _ +22 know know VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 3 parataxis 3:parataxis CorrectForm=knows +23 how how ADV WRB PronType=Int 24 advmod 24:advmod _ 24 long long ADV RB Degree=Pos 22 advmod 22:advmod SpaceAfter=No 25 . . PUNCT . _ 3 punct 3:punct _ @@ -104571,35 +104614,35 @@ # text = as far as pre order go to and they have a list of major retailers that carry it there are also a few websites that you could order it off of. 1 as as ADV RB _ 2 advmod 2:advmod _ 2 far far ADV RB Degree=Pos 6 advmod 6:advmod _ -3 as as ADP IN _ 5 case 5:case _ -4 pre pre X AFX _ 5 case 5:case _ -5 order order NOUN NN Number=Sing 1 obl 1:obl:pre _ +3 as as ADP IN _ 4 case 4:case _ +4 pre preorder NOUN AFX Number=Sing|Typo=Yes 2 obl 2:obl:as CorrectForm=preorder +5 order _ X NN _ 4 goeswith 4:goeswith _ 6 go go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 7 to to ADP IN _ 6 obl 6:obl _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ +10 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 list list NOUN NN Number=Sing 10 obj 10:obj _ 13 of of ADP IN _ 15 case 15:case _ 14 major major ADJ JJ Degree=Pos 15 amod 15:amod _ 15 retailers retailer NOUN NNS Number=Plur 12 nmod 12:nmod:of|17:nsubj _ 16 that that PRON WDT PronType=Rel 17 nsubj 15:ref _ -17 carry carry VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ +17 carry carry VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ 18 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 obj 17:obj _ 19 there there PRON EX _ 20 expl 20:expl _ -20 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ +20 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ 21 also also ADV RB _ 20 advmod 20:advmod _ 22 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 23 few few ADJ JJ Degree=Pos 24 amod 24:amod _ -24 websites website NOUN NNS Number=Plur 20 nsubj 20:nsubj|28:obj _ -25 that that PRON WDT PronType=Rel 28 obj 24:ref _ +24 websites website NOUN NNS Number=Plur 20 nsubj 20:nsubj|28:obl:off_of _ +25 that that PRON WDT PronType=Rel 28 obl 24:ref _ 26 you you PRON PRP Case=Nom|Person=2|PronType=Prs 28 nsubj 28:nsubj _ 27 could could AUX MD VerbForm=Fin 28 aux 28:aux _ 28 order order VERB VB VerbForm=Inf 24 acl:relcl 24:acl:relcl _ 29 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 28 obj 28:obj _ -30 off off ADP IN _ 31 case 31:case _ -31 of of ADP IN _ 28 obl 28:obl:off SpaceAfter=No +30 off off ADP IN _ 25 case 24:case _ +31 of of ADP IN _ 25 case 24:case SpaceAfter=No 32 . . PUNCT . _ 6 punct 6:punct _ # sent_id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-0022 @@ -104612,7 +104655,7 @@ 6 starting start VERB VBG VerbForm=Ger 4 acl 4:acl:for _ 7 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ 8 group group NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No -9 .... .... PUNCT , _ 4 punct 4:punct SpaceAfter=No +9 .... .... PUNCT , _ 11 punct 11:punct SpaceAfter=No 10 company company NOUN NN Number=Sing 11 compound 11:compound _ 11 firewalls firewall NOUN NNS Number=Plur 4 appos 4:appos _ 12 lol lol INTJ UH _ 4 discourse 4:discourse _ @@ -104623,22 +104666,22 @@ # text = I was kind of curious, what exactly is Guild Wars? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ -3 kind kind ADV RB _ 5 advmod 5:advmod _ -4 of of ADV RB _ 3 fixed 3:fixed _ +3 kind kind NOUN NN ExtPos=ADV|Number=Sing 5 advmod 5:advmod _ +4 of of ADP IN _ 3 fixed 3:fixed _ 5 curious curious ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 what what PRON WP PronType=Int 5 ccomp 5:ccomp _ 8 exactly exactly ADV RB _ 7 advmod 7:advmod _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 10 Guild Guild PROPN NNP Number=Sing 11 compound 11:compound _ -11 Wars Wars PROPN NNPS Number=Plur 7 nsubj 7:nsubj SpaceAfter=No +11 Wars War PROPN NNPS Number=Plur 7 nsubj 7:nsubj SpaceAfter=No 12 ? ? PUNCT . _ 5 punct 5:punct _ # sent_id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-0024 # text = I havn't heard of it. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 havn't _ _ _ _ _ _ _ _ -2 hav have AUX VBP Mood=Ind|Tense=Pres|Typo=Yes|VerbForm=Fin 4 aux 4:aux _ +2 hav have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 4 aux 4:aux CorrectForm=have 3 n't not PART RB _ 4 advmod 4:advmod _ 4 heard hear VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 of of ADP IN _ 6 case 6:case _ @@ -104652,7 +104695,7 @@ 2 out out ADP RP _ 1 compound:prt 1:compound:prt _ 3 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 4 Guild Guild PROPN NNP Number=Sing 5 compound 5:compound _ -5 Wars Wars PROPN NNPS Number=Plur 7 compound 7:compound _ +5 Wars War PROPN NNPS Number=Plur 7 compound 7:compound _ 6 Web web NOUN NN Number=Sing 7 compound 7:compound _ 7 site site NOUN NN Number=Sing 1 obj 1:obj _ 8 at at ADP IN _ 7 nmod 7:nmod _ @@ -104681,25 +104724,25 @@ # text = The graphics are without a doubt the amoung the best graphics I have ever seen for any game and I have been gaming since the MUD days. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 graphics graphic NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 4 without without ADP IN _ 6 case 6:case _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 doubt doubt NOUN NN Number=Sing 11 obl 11:obl:without _ 7 the the DET DT Definite=Def|PronType=Art 11 reparandum 11:reparandum _ -8 amoung among ADP IN Typo=Yes 11 case 11:case _ +8 amoung among ADP IN Typo=Yes 11 case 11:case CorrectForm=among 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 best best ADJ JJS Degree=Sup 11 amod 11:amod _ +10 best good ADJ JJS Degree=Sup 11 amod 11:amod _ 11 graphics graphic NOUN NNS Number=Plur 0 root 0:root _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -13 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +13 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 14 ever ever ADV RB _ 15 advmod 15:advmod _ 15 seen see VERB VBN Tense=Past|VerbForm=Part 11 acl:relcl 11:acl:relcl _ 16 for for ADP IN _ 18 case 18:case _ -17 any any DET DT _ 18 det 18:det _ +17 any any DET DT PronType=Ind 18 det 18:det _ 18 game game NOUN NN Number=Sing 15 obl 15:obl:for _ 19 and and CCONJ CC _ 23 cc 23:cc _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ -21 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ +21 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ 22 been be AUX VBN Tense=Past|VerbForm=Part 23 aux 23:aux _ 23 gaming game VERB VBG Tense=Pres|VerbForm=Part 11 conj 11:conj:and _ 24 since since ADP IN _ 27 case 27:case _ @@ -104722,7 +104765,7 @@ # newpar id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-p0007 # text = I have a preorder and am even considering getting a second preorder to have multiple accounts. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|8:nsubj|9:nsubj:xsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 preorder preorder NOUN NN Number=Sing 2 obj 2:obj _ 5 and and CCONJ CC _ 8 cc 8:cc _ @@ -104731,7 +104774,7 @@ 8 considering consider VERB VBG Tense=Pres|VerbForm=Part 2 conj 2:conj:and _ 9 getting get VERB VBG VerbForm=Ger 8 xcomp 8:xcomp _ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ -11 second second ADJ JJ Degree=Pos|NumType=Ord 12 amod 12:amod _ +11 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 12 amod 12:amod _ 12 preorder preorder NOUN NN Number=Sing 9 obj 9:obj _ 13 to to PART TO _ 14 mark 14:mark _ 14 have have VERB VB VerbForm=Inf 9 advcl 9:advcl:to _ @@ -104742,10 +104785,10 @@ # sent_id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-0030 # text = I have participated in all the weekend beta events and the world preview. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 participated participate VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 in in ADP IN _ 9 case 9:case _ -5 all all DET PDT _ 9 det:predet 9:det:predet _ +5 all all DET PDT PronType=Tot 9 det:predet 9:det:predet _ 6 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 7 weekend weekend NOUN NN Number=Sing 9 compound 9:compound _ 8 beta beta NOUN NN Number=Sing 9 compound 9:compound _ @@ -104762,7 +104805,7 @@ 2 game game NOUN NN Number=Sing 7 nsubj 7:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 already already ADV RB _ 7 advmod 7:advmod _ -5 100 100 NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No +5 100 100 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No 6 % % SYM NN Number=Sing 7 obl:npmod 7:obl:npmod _ 7 functional functional ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 8 . . PUNCT . _ 7 punct 7:punct _ @@ -104775,14 +104818,14 @@ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 imagine imagine VERB VB VerbForm=Inf 0 root 0:root _ 5 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 4 obj 4:obj|8:nsubj:xsubj|10:nsubj:xsubj _ -6 not not ADV RB _ 8 advmod 8:advmod _ +6 not not PART RB _ 8 advmod 8:advmod _ 7 being be AUX VBG VerbForm=Ger 8 cop 8:cop _ 8 able able ADJ JJ Degree=Pos 4 xcomp 4:xcomp _ 9 to to PART TO _ 10 mark 10:mark _ 10 meet meet VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -12 Feb Feb PROPN NNP Number=Sing 14 compound 14:compound _ -13 05 05 NUM CD NumType=Card 12 nummod 12:nummod _ +12 Feb February PROPN NNP Abbr=Yes|Number=Sing 14 compound 14:compound _ +13 05 05 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 14 deadline deadline NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ @@ -104791,7 +104834,7 @@ 1 Warm warm ADJ JJ Degree=Pos 2 amod 2:amod _ 2 greetings greeting NOUN NNS Number=Plur 0 root 0:root _ 3 to to ADP IN _ 4 case 4:case _ -4 all all DET DT _ 2 nmod 2:nmod:to _ +4 all all DET DT PronType=Tot 2 nmod 2:nmod:to _ 5 in in ADP IN _ 8 case 8:case _ 6 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ 7 GW GW PROPN NNP Number=Sing 8 compound 8:compound _ @@ -104807,22 +104850,22 @@ 4 Kingel Kingel PROPN NNP Number=Sing 3 flat 3:flat _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 hail hail VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +7 hail hail VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 8 from from ADP IN _ 13 case 13:case _ 9 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -10 United United PROPN NNP Number=Sing 13 compound 13:compound _ -11 Legit Legit PROPN NNP Number=Sing 12 compound 12:compound _ +10 United United ADJ NNP Degree=Pos 13 amod 13:amod _ +11 Legit Legit ADJ NNP Degree=Pos 12 amod 12:amod _ 12 Gaming Gaming PROPN NNP Number=Sing 13 compound 13:compound _ -13 Guilds Guilds PROPN NNPS Number=Plur 7 obl 7:obl:from _ +13 Guilds Guild PROPN NNPS Number=Plur 7 obl 7:obl:from _ 14 of of ADP IN _ 16 case 16:case _ 15 Guild Guild PROPN NNP Number=Sing 16 compound 16:compound _ -16 Wars Wars PROPN NNPS Number=Plur 13 nmod 13:nmod:of SpaceAfter=No +16 Wars War PROPN NNPS Number=Plur 13 nmod 13:nmod:of SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-0035 # text = We are a consortium of legit honorable guilds that was established in 1997 for DI and we are now adding GW to the list of games played. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 consortium consortium NOUN NN Number=Sing 0 root 0:root|11:nsubj:pass _ 5 of of ADP IN _ 8 case 8:case _ @@ -104833,12 +104876,12 @@ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 aux:pass 11:aux:pass _ 11 established establish VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl:relcl 4:acl:relcl _ 12 in in ADP IN _ 13 case 13:case _ -13 1997 1997 NUM CD NumType=Card 11 obl 11:obl:in _ +13 1997 1997 NUM CD NumForm=Digit|NumType=Card 11 obl 11:obl:in _ 14 for for ADP IN _ 15 case 15:case _ 15 DI DI PROPN NNP Number=Sing 11 obl 11:obl:for _ 16 and and CCONJ CC _ 20 cc 20:cc _ 17 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -18 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +18 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 19 now now ADV RB _ 20 advmod 20:advmod _ 20 adding add VERB VBG Tense=Pres|VerbForm=Part 4 conj 4:conj:and|11:nsubj:pass _ 21 GW GW PROPN NNP Number=Sing 20 obj 20:obj _ @@ -104847,7 +104890,7 @@ 24 list list NOUN NN Number=Sing 20 obl 20:obl:to _ 25 of of ADP IN _ 26 case 26:case _ 26 games game NOUN NNS Number=Plur 24 nmod 24:nmod:of _ -27 played play VERB VBN Tense=Past|VerbForm=Part 26 acl 26:acl SpaceAfter=No +27 played play VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 26 acl 26:acl SpaceAfter=No 28 . . PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-0036 @@ -104870,9 +104913,9 @@ 5 allow allow VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ 6 many many ADJ JJ Degree=Pos 8 amod 8:amod _ 7 different different ADJ JJ Degree=Pos 8 amod 8:amod _ -8 guilds guild NOUN NNS Number=Plur 5 obj 5:obj|13:nsubj|15:nsubj:xsubj|21:nsubj:xsubj _ +8 guilds guild NOUN NNS Number=Plur 5 iobj 5:iobj|13:nsubj|15:nsubj:xsubj|21:nsubj:xsubj _ 9 who who PRON WP PronType=Rel 13 nsubj 8:ref _ -10 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 cop 13:cop _ +10 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ 11 all all ADV RB _ 13 advmod 13:advmod _ 12 strictly strictly ADV RB _ 13 advmod 13:advmod _ 13 honorable honorable ADJ JJ Degree=Pos 8 acl:relcl 8:acl:relcl _ @@ -104895,32 +104938,32 @@ # sent_id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-0038 # text = There are no other requirements other than we ask that members greet each new member and each new alliance and also feel free to post in any of the forums. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 5 det 5:det _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 no no DET DT PronType=Neg 5 det 5:det _ 4 other other ADJ JJ Degree=Pos 5 amod 5:amod _ 5 requirements requirement NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 6 other other ADJ JJ Degree=Pos 5 amod 5:amod _ 7 than than SCONJ IN _ 9 mark 9:mark _ 8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 ask ask VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:than _ +9 ask ask VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:than _ 10 that that SCONJ IN _ 12 mark 12:mark _ 11 members member NOUN NNS Number=Plur 12 nsubj 12:nsubj|22:nsubj|23:nsubj:xsubj _ -12 greet greet VERB VB VerbForm=Inf 9 ccomp 9:ccomp _ -13 each each DET DT _ 15 det 15:det _ +12 greet greet VERB VB Mood=Sub|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ +13 each each DET DT PronType=Tot 15 det 15:det _ 14 new new ADJ JJ Degree=Pos 15 amod 15:amod _ 15 member member NOUN NN Number=Sing 12 obj 12:obj _ 16 and and CCONJ CC _ 19 cc 19:cc _ -17 each each DET DT _ 19 det 19:det _ +17 each each DET DT PronType=Tot 19 det 19:det _ 18 new new ADJ JJ Degree=Pos 19 amod 19:amod _ 19 alliance alliance NOUN NN Number=Sing 15 conj 12:obj|15:conj:and _ 20 and and CCONJ CC _ 22 cc 22:cc _ 21 also also ADV RB _ 22 advmod 22:advmod _ -22 feel feel VERB VB VerbForm=Inf 12 conj 9:ccomp|12:conj:and _ +22 feel feel VERB VB Mood=Sub|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 conj 9:ccomp|12:conj:and _ 23 free free ADJ JJ Degree=Pos 22 xcomp 22:xcomp _ 24 to to PART TO _ 25 mark 25:mark _ 25 post post VERB VB VerbForm=Inf 23 advcl 23:advcl:to _ 26 in in ADP IN _ 27 case 27:case _ -27 any any DET DT _ 25 obl 25:obl:in _ +27 any any DET DT PronType=Ind 25 obl 25:obl:in _ 28 of of ADP IN _ 30 case 30:case _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 forums forum NOUN NNS Number=Plur 27 nmod 27:nmod:of SpaceAfter=No @@ -104929,7 +104972,7 @@ # sent_id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-0039 # text = We are also a group who is looking for members for our own select guild called ULGG of GW...which is a part of the alliance with the same name. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 also also ADV RB _ 5 advmod 5:advmod _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 group group NOUN NN Number=Sing 0 root 0:root|8:nsubj _ @@ -104939,15 +104982,15 @@ 9 for for ADP IN _ 10 case 10:case _ 10 members member NOUN NNS Number=Plur 8 obl 8:obl:for _ 11 for for ADP IN _ 15 case 15:case _ -12 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +12 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 13 own own ADJ JJ Degree=Pos 15 amod 15:amod _ 14 select select ADJ JJ Degree=Pos 15 amod 15:amod _ 15 guild guild NOUN NN Number=Sing 10 nmod 10:nmod:for|24:nsubj _ -16 called call VERB VBN Tense=Past|VerbForm=Part 15 acl 15:acl _ +16 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 acl 15:acl _ 17 ULGG ULGG PROPN NNP Number=Sing 16 xcomp 16:xcomp _ 18 of of ADP IN _ 19 case 19:case _ 19 GW GW PROPN NNP Number=Sing 17 nmod 17:nmod:of SpaceAfter=No -20 ... ... PUNCT , _ 15 punct 15:punct SpaceAfter=No +20 ... ... PUNCT , _ 24 punct 24:punct SpaceAfter=No 21 which which PRON WDT PronType=Rel 24 nsubj 15:ref _ 22 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ 23 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ @@ -104964,9 +105007,9 @@ # sent_id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-0040 # text = We play in all aspects of the game and we hand pick our members. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 play play VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 play play VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 in in ADP IN _ 5 case 5:case _ -4 all all DET DT _ 5 det 5:det _ +4 all all DET DT PronType=Tot 5 det 5:det _ 5 aspects aspect NOUN NNS Number=Plur 2 obl 2:obl:in _ 6 of of ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -104974,8 +105017,8 @@ 9 and and CCONJ CC _ 12 cc 12:cc _ 10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 11 hand hand NOUN NN Number=Sing 12 obl:npmod 12:obl:npmod _ -12 pick pick VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ -13 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 pick pick VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +13 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 members member NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ @@ -104988,29 +105031,29 @@ 4 to to PART TO _ 6 mark 6:mark _ 5 personally personally ADV RB _ 6 advmod 6:advmod _ 6 invite invite VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -7 each each DET DT _ 6 obj 6:obj|11:nsubj:xsubj _ +7 each each DET DT PronType=Tot 6 obj 6:obj|11:nsubj:xsubj _ 8 of of ADP IN _ 9 case 9:case _ 9 you you PRON PRP Case=Acc|Person=2|PronType=Prs 7 nmod 7:nmod:of _ 10 to to PART TO _ 11 mark 11:mark _ 11 visit visit VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ -12 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 website website NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-0042 # text = You are individuals of quality, and in our alliance we seek quality of member over quantity of member. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 individuals individual NOUN NNS Number=Plur 0 root 0:root _ 4 of of ADP IN _ 5 case 5:case _ 5 quality quality NOUN NN Number=Sing 3 nmod 3:nmod:of SpaceAfter=No 6 , , PUNCT , _ 12 punct 12:punct _ 7 and and CCONJ CC _ 12 cc 12:cc _ 8 in in ADP IN _ 10 case 10:case _ -9 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 alliance alliance NOUN NN Number=Sing 12 obl 12:obl:in _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 seek seek VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +12 seek seek VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 13 quality quality NOUN NN Number=Sing 12 obj 12:obj _ 14 of of ADP IN _ 15 case 15:case _ 15 member member NOUN NN Number=Sing 13 nmod 13:nmod:of _ @@ -105038,7 +105081,7 @@ 14 to to ADP IN _ 19 case 19:case _ 15 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 16 Announce announce VERB VB Mood=Imp|VerbForm=Fin 19 compound 19:compound _ -17 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 Arrival arrival NOUN NN Number=Sing 16 obj 16:obj _ 19 Section section NOUN NN Number=Sing 13 obl 13:obl:to _ 20 and and CCONJ CC _ 21 cc 21:cc _ @@ -105054,7 +105097,7 @@ 4 greeted greet VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 by by ADP IN _ 7 case 7:case _ 6 many many ADJ JJ Degree=Pos 7 amod 7:amod _ -7 members member NOUN NNS Number=Plur 4 obl 4:obl:by _ +7 members member NOUN NNS Number=Plur 4 obl:agent 4:obl:agent _ 8 of of ADP IN _ 11 case 11:case _ 9 this this DET DT Number=Sing|PronType=Dem 11 det 11:det _ 10 wonderful wonderful ADJ JJ Degree=Pos 11 amod 11:amod _ @@ -105064,7 +105107,7 @@ # sent_id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-0045 # text = I do hope to see you visiting us at the fire and we shall prepare a feast for you, as well. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 hope hope VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 see see VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ @@ -105082,7 +105125,7 @@ 17 feast feast NOUN NN Number=Sing 15 obj 15:obj _ 18 for for ADP IN _ 19 case 19:case _ 19 you you PRON PRP Case=Acc|Person=2|PronType=Prs 15 obl 15:obl:for SpaceAfter=No -20 , , PUNCT , _ 15 punct 15:punct _ +20 , , PUNCT , _ 21 punct 21:punct _ 21 as as ADV RB _ 15 advmod 15:advmod _ 22 well well ADV RB Degree=Pos 21 fixed 21:fixed SpaceAfter=No 23 . . PUNCT . _ 3 punct 3:punct _ @@ -105091,19 +105134,19 @@ # text = If you paste this in your browser, it will take you directly to our GW website. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 paste paste VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:if _ +3 paste paste VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:if _ 4 this this PRON DT Number=Sing|PronType=Dem 3 obj 3:obj _ 5 in in ADP IN _ 7 case 7:case _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 browser browser NOUN NN Number=Sing 3 obl 3:obl:in SpaceAfter=No -8 , , PUNCT , _ 11 punct 11:punct _ +8 , , PUNCT , _ 3 punct 3:punct _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 10 will will AUX MD VerbForm=Fin 11 aux 11:aux _ 11 take take VERB VB VerbForm=Inf 0 root 0:root _ 12 you you PRON PRP Case=Acc|Person=2|PronType=Prs 11 obj 11:obj _ 13 directly directly ADV RB _ 17 advmod 17:advmod _ 14 to to ADP IN _ 17 case 17:case _ -15 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 16 GW GW PROPN NNP Number=Sing 17 compound 17:compound _ 17 website website NOUN NN Number=Sing 11 obl 11:obl:to SpaceAfter=No 18 . . PUNCT . _ 11 punct 11:punct _ @@ -105111,11 +105154,11 @@ # sent_id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-0047 # text = I extend my hand to each of you in true friendship, and honor. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 extend extend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 extend extend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 hand hand NOUN NN Number=Sing 2 obj 2:obj _ 5 to to ADP IN _ 6 case 6:case _ -6 each each DET DT _ 2 obl 2:obl:to _ +6 each each DET DT PronType=Tot 2 obl 2:obl:to _ 7 of of ADP IN _ 8 case 8:case _ 8 you you PRON PRP Case=Acc|Person=2|PronType=Prs 6 nmod 6:nmod:of _ 9 in in ADP IN _ 11 case 11:case _ @@ -105132,7 +105175,7 @@ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 say say VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ 4 hello hello INTJ UH _ 3 obj 3:obj SpaceAfter=No -5 ... ... PUNCT , _ 1 punct 1:punct SpaceAfter=No +5 ... ... PUNCT , _ 10 punct 10:punct SpaceAfter=No 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj:pass 10:nsubj:pass _ 7 will will AUX MD VerbForm=Fin 10 aux 10:aux _ 8 be be AUX VB VerbForm=Inf 10 aux:pass 10:aux:pass _ @@ -105143,7 +105186,7 @@ # sent_id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-0049 # text = We are currently moving to a new server, so we will be down for a while. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 currently currently ADV RB _ 4 advmod 4:advmod _ 4 moving move VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 to to ADP IN _ 8 case 8:case _ @@ -105155,7 +105198,7 @@ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 12 will will AUX MD VerbForm=Fin 14 aux 14:aux _ 13 be be AUX VB VerbForm=Inf 14 cop 14:cop _ -14 down down ADV RB _ 4 conj 4:conj _ +14 down down ADV RB _ 4 parataxis 4:parataxis _ 15 for for ADP IN _ 17 case 17:case _ 16 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 17 while while NOUN NN Number=Sing 14 obl 14:obl:for SpaceAfter=No @@ -105166,9 +105209,9 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 will will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 inform inform VERB VB VerbForm=Inf 0 root 0:root _ -4 when when SCONJ WRB PronType=Int 7 mark 7:mark _ +4 when when ADV WRB PronType=Int 7 advmod 7:advmod _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj|9:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 7 up up ADV RB _ 3 advcl 3:advcl:when _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 running run VERB VBG VerbForm=Ger 7 conj 3:advcl:when|7:conj:and _ @@ -105178,15 +105221,15 @@ # sent_id = newsgroup-groups.google.com_GuildWars_086f0f64ab633ab3_ENG_20041111_173500-0051 # text = I wish all happy holidays, and moreso, peace on earth. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|9.1:nsubj|10:nsubj _ -2 wish wish VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 all all DET DT _ 2 iobj 2:iobj _ +2 wish wish VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 all all DET DT PronType=Tot 2 iobj 2:iobj _ 4 happy happy ADJ JJ Degree=Pos 5 amod 5:amod _ 5 holidays holiday NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No -6 , , PUNCT , _ 10 punct 9.1:punct|10:punct _ +6 , , PUNCT , _ 10 punct 10:punct _ 7 and and CCONJ CC _ 10 cc 9.1:cc|10:cc _ 8 moreso moreso ADV RB _ 10 orphan 9.1:advmod SpaceAfter=No -9 , , PUNCT , _ 10 punct 9.1:punct|10:punct _ -9.1 wish wish VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin _ _ 2:conj:and CopyOf=2 +9 , , PUNCT , _ 8 punct 8:punct _ +9.1 wish wish VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin _ _ 2:conj:and CopyOf=2 10 peace peace NOUN NN Number=Sing 2 conj 2:conj:and|9.1:obj _ 11 on on ADP IN _ 12 case 12:case _ 12 earth earth NOUN NN Number=Sing 10 nmod 10:nmod:on SpaceAfter=No @@ -105213,7 +105256,7 @@ 11 , , PUNCT , _ 12 punct 12:punct _ 12 Taxpayers taxpayer NOUN NNS Number=Plur 2 conj 2:conj:et SpaceAfter=No 13 , , PUNCT , _ 12 punct 12:punct _ -14 et. et X FW _ 15 cc 15:cc _ +14 et. et X FW Typo=Yes 15 cc 15:cc CorrectForm=et 15 al. al. X FW _ 2 conj 2:conj:et SpaceAfter=No 16 , , PUNCT , _ 2 punct 2:punct _ @@ -105221,7 +105264,7 @@ # newpar id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-p0002 # text = We are here. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 here here ADV RB PronType=Dem 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ @@ -105231,47 +105274,47 @@ 2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 1 obj 1:obj _ 3 or or CCONJ CC _ 4 cc 4:cc _ 4 not not PART RB _ 1 conj 1:conj:or|13:advcl SpaceAfter=No -5 , , PUNCT , _ 13 punct 13:punct _ +5 , , PUNCT , _ 1 punct 1:punct _ 6 for for ADP IN _ 7 case 7:case _ 7 good good NOUN NN Number=Sing 13 obl 13:obl:for _ 8 or or CCONJ CC _ 9 cc 9:cc _ 9 bad bad NOUN NN Number=Sing 7 conj 7:conj:or|13:obl:for SpaceAfter=No -10 , , PUNCT , _ 13 punct 13:punct _ +10 , , PUNCT , _ 7 punct 7:punct _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 13 here here ADV RB PronType=Dem 0 root 0:root SpaceAfter=No 14 . . PUNCT . _ 13 punct 13:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0004 # text = Who are we? 1 Who who PRON WP PronType=Int 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 1 nsubj 1:nsubj SpaceAfter=No 4 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0005 # text = We are the downtrodden and dispossesed, the self-torturing, the disenfranchised convicts, drug and alcohol addicts, the unemployed and unemployable. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 downtrodden downtrodden ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 dispossesed dispossesed ADJ JJ Degree=Pos 4 conj 4:conj:and SpaceAfter=No -7 , , PUNCT , _ 4 punct 4:punct _ -8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 self self NOUN NN Number=Sing 4 appos 4:appos SpaceAfter=No +7 , , PUNCT , _ 11 punct 11:punct _ +8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ +9 self self NOUN NN Number=Sing 11 compound 11:compound SpaceAfter=No 10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No -11 torturing torture VERB VBG VerbForm=Ger 9 amod 9:amod SpaceAfter=No -12 , , PUNCT , _ 4 punct 4:punct _ +11 torturing torture VERB VBG VerbForm=Ger 4 appos 4:appos SpaceAfter=No +12 , , PUNCT , _ 15 punct 15:punct _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -14 disenfranchised disenfranchise VERB VBN Tense=Past|VerbForm=Part 15 amod 15:amod _ +14 disenfranchised disenfranchise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 amod 15:amod _ 15 convicts convict NOUN NNS Number=Plur 4 appos 4:appos SpaceAfter=No 16 , , PUNCT , _ 20 punct 20:punct _ 17 drug drug NOUN NN Number=Sing 20 compound 20:compound _ 18 and and CCONJ CC _ 19 cc 19:cc _ 19 alcohol alcohol NOUN NN Number=Sing 17 conj 17:conj:and|20:compound _ 20 addicts addict NOUN NNS Number=Plur 15 conj 4:appos|15:conj SpaceAfter=No -21 , , PUNCT , _ 4 punct 4:punct _ +21 , , PUNCT , _ 23 punct 23:punct _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 unemployed unemployed ADJ JJ Degree=Pos 4 appos 4:appos _ 24 and and CCONJ CC _ 25 cc 25:cc _ @@ -105281,12 +105324,12 @@ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0006 # text = We are the children of poverty, financial and spiritual. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 children child NOUN NNS Number=Plur 0 root 0:root _ 5 of of ADP IN _ 6 case 6:case _ 6 poverty poverty NOUN NN Number=Sing 4 nmod 4:nmod:of SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 8 punct 8:punct _ 8 financial financial ADJ JJ Degree=Pos 6 amod 6:amod _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 spiritual spiritual ADJ JJ Degree=Pos 8 conj 6:amod|8:conj:and SpaceAfter=No @@ -105295,13 +105338,13 @@ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0007 # text = We have and will have children of our own, grandchildren too. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|5:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 and and CCONJ CC _ 5 cc 5:cc _ 4 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 5 have have VERB VB VerbForm=Inf 2 conj 2:conj:and _ 6 children child NOUN NNS Number=Plur 2 obj 2:obj|5:obj _ 7 of of ADP IN _ 9 case 9:case _ -8 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 own own ADJ JJ Degree=Pos 6 nmod 6:nmod:of SpaceAfter=No 10 , , PUNCT , _ 11 punct 11:punct _ 11 grandchildren grandchild NOUN NNS Number=Plur 6 conj 2:obj|6:conj _ @@ -105311,7 +105354,7 @@ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0008 # text = We are ex-cons, uninsured, homeless, of many colors and speaking many tongues. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj|7:nsubj|11:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 ex-cons ex-con NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 4 , , PUNCT , _ 5 punct 5:punct _ 5 uninsured uninsured ADJ JJ Degree=Pos 3 conj 3:conj SpaceAfter=No @@ -105330,11 +105373,11 @@ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0009 # text = We are the enemy in what has become a domestic war against ourselves. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 enemy enemy NOUN NN Number=Sing 0 root 0:root _ -5 in in SCONJ IN _ 6 case 6:case _ -6 what what PRON WP PronType=Int 4 nmod 4:nmod:in _ +5 in in ADP IN _ 6 case 6:case _ +6 what what PRON WP PronType=Rel 4 nmod 4:nmod:in|8:nsubj _ 7 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 become become VERB VBN Tense=Past|VerbForm=Part 6 acl:relcl 6:acl:relcl _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ @@ -105349,7 +105392,7 @@ # text = And who are you? 1 And and CCONJ CC _ 2 cc 2:cc _ 2 who who PRON WP PronType=Int 0 root 0:root _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 cop 2:cop _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 cop 2:cop _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj SpaceAfter=No 5 ? ? PUNCT . _ 2 punct 2:punct _ @@ -105357,7 +105400,7 @@ # text = You who like the tough talk of Tough on Crime? 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 0 root 0:root|3:nsubj _ 2 who who PRON WP PronType=Rel 3 nsubj 1:ref _ -3 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +3 like like VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 tough tough ADJ JJ Degree=Pos 6 amod 6:amod _ 6 talk talk NOUN NN Number=Sing 3 obj 3:obj _ @@ -105371,10 +105414,10 @@ # text = You who watch as budgets are cut in education and health care while you militarize a police force? 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 0 root 0:root|3:nsubj _ 2 who who PRON WP PronType=Rel 3 nsubj 1:ref _ -3 watch watch VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +3 watch watch VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 4 as as SCONJ IN _ 7 mark 7:mark _ 5 budgets budget NOUN NNS Number=Plur 7 nsubj:pass 7:nsubj:pass _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ 7 cut cut VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 advcl 3:advcl:as _ 8 in in ADP IN _ 9 case 9:case _ 9 education education NOUN NN Number=Sing 7 obl 7:obl:in _ @@ -105383,7 +105426,7 @@ 12 care care NOUN NN Number=Sing 9 conj 7:obl:in|9:conj:and _ 13 while while SCONJ IN _ 15 mark 15:mark _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ -15 militarize militarize VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:while _ +15 militarize militarize VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:while _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 police police NOUN NN Number=Sing 18 compound 18:compound _ 18 force force NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No @@ -105392,7 +105435,7 @@ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0013 # text = Bullet-proof vests, automatic weapons, helicopters, tanks, robots ... the testosterone is oozing through the streets, more prisons, longer sentences, tighten the belt, spartan conditions, task forces, gang units, gun courts. 1 Bullet bullet NOUN NN Number=Sing 3 obl:npmod 3:obl:npmod SpaceAfter=No -2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No +2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No 3 proof proof ADJ JJ Degree=Pos 4 amod 4:amod _ 4 vests vest NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 5 , , PUNCT , _ 7 punct 7:punct _ @@ -105404,7 +105447,7 @@ 11 tanks tank NOUN NNS Number=Plur 4 conj 4:conj SpaceAfter=No 12 , , PUNCT , _ 13 punct 13:punct _ 13 robots robot NOUN NNS Number=Plur 4 conj 4:conj _ -14 ... ... PUNCT , _ 4 punct 4:punct _ +14 ... ... PUNCT , _ 18 punct 18:punct _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 testosterone testosterone NOUN NN Number=Sing 18 nsubj 18:nsubj _ 17 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ @@ -105412,26 +105455,26 @@ 19 through through ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 streets street NOUN NNS Number=Plur 18 obl 18:obl:through SpaceAfter=No -22 , , PUNCT , _ 4 punct 4:punct _ +22 , , PUNCT , _ 24 punct 24:punct _ 23 more more ADJ JJR Degree=Cmp 24 amod 24:amod _ 24 prisons prison NOUN NNS Number=Plur 4 parataxis 4:parataxis SpaceAfter=No -25 , , PUNCT , _ 24 punct 24:punct _ -26 longer longer ADJ JJR Degree=Cmp 27 amod 27:amod _ +25 , , PUNCT , _ 27 punct 27:punct _ +26 longer long ADJ JJR Degree=Cmp 27 amod 27:amod _ 27 sentences sentence NOUN NNS Number=Plur 24 parataxis 24:parataxis SpaceAfter=No -28 , , PUNCT , _ 24 punct 24:punct _ +28 , , PUNCT , _ 29 punct 29:punct _ 29 tighten tighten VERB VB VerbForm=Inf 24 parataxis 24:parataxis _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 31 belt belt NOUN NN Number=Sing 29 obj 29:obj SpaceAfter=No -32 , , PUNCT , _ 24 punct 24:punct _ +32 , , PUNCT , _ 34 punct 34:punct _ 33 spartan spartan ADJ JJ Degree=Pos 34 amod 34:amod _ 34 conditions condition NOUN NNS Number=Plur 24 parataxis 24:parataxis SpaceAfter=No -35 , , PUNCT , _ 24 punct 24:punct _ +35 , , PUNCT , _ 37 punct 37:punct _ 36 task task NOUN NN Number=Sing 37 compound 37:compound _ 37 forces force NOUN NNS Number=Plur 24 parataxis 24:parataxis SpaceAfter=No -38 , , PUNCT , _ 24 punct 24:punct _ +38 , , PUNCT , _ 40 punct 40:punct _ 39 gang gang NOUN NN Number=Sing 40 compound 40:compound _ 40 units unit NOUN NNS Number=Plur 24 parataxis 24:parataxis SpaceAfter=No -41 , , PUNCT , _ 24 punct 24:punct _ +41 , , PUNCT , _ 43 punct 43:punct _ 42 gun gun NOUN NN Number=Sing 43 compound 43:compound _ 43 courts court NOUN NNS Number=Plur 24 parataxis 24:parataxis SpaceAfter=No 44 . . PUNCT . _ 4 punct 4:punct _ @@ -105454,7 +105497,7 @@ 2 stays stay VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 low low ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ 4 because because SCONJ IN _ 8 mark 8:mark _ -5 half half DET PDT _ 7 det:predet 7:det:predet _ +5 half half DET PDT NumForm=Word|NumType=Frac|PronType=Ind 7 det:predet 7:det:predet _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 population population NOUN NN Number=Sing 8 nsubj 8:nsubj _ 8 oversees oversee VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:because _ @@ -105465,16 +105508,16 @@ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 workforce workforce NOUN NN Number=Sing 9 nmod 9:nmod:of SpaceAfter=No 15 " " PUNCT '' _ 14 punct 14:punct SpaceAfter=No -16 , , PUNCT , _ 9 punct 9:punct _ +16 , , PUNCT , _ 18 punct 18:punct _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -18 dregs dregs NOUN NNS Number=Plur 9 appos 9:appos SpaceAfter=No -19 , , PUNCT , _ 9 punct 9:punct _ +18 dregs dreg NOUN NNS Number=Plur 9 appos 9:appos SpaceAfter=No +19 , , PUNCT , _ 21 punct 21:punct _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 rabble rabble NOUN NN Number=Sing 9 appos 9:appos SpaceAfter=No -22 , , PUNCT , _ 9 punct 9:punct _ +22 , , PUNCT , _ 24 punct 24:punct _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 enemy enemy NOUN NN Number=Sing 9 appos 9:appos SpaceAfter=No -25 ? ? PUNCT . _ 3 punct 3:punct _ +25 ? ? PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0016 # text = Please tell me there is a deeper reason. @@ -105484,38 +105527,38 @@ 4 there there PRON EX _ 5 expl 5:expl _ 5 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -7 deeper deeper ADJ JJR Degree=Cmp 8 amod 8:amod _ +7 deeper deep ADJ JJR Degree=Cmp 8 amod 8:amod _ 8 reason reason NOUN NN Number=Sing 5 nsubj 5:nsubj SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0017 # text = Do you feel safer? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|4:nsubj:xsubj _ 3 feel feel VERB VB VerbForm=Inf 0 root 0:root _ -4 safer safer ADJ JJR Degree=Cmp 3 xcomp 3:xcomp SpaceAfter=No +4 safer safe ADJ JJR Degree=Cmp 3 xcomp 3:xcomp SpaceAfter=No 5 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0018 # text = More humane? -1 More more ADV RBR _ 2 advmod 2:advmod _ +1 More more ADV RBR Degree=Cmp 2 advmod 2:advmod _ 2 humane humane ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 3 ? ? PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0019 # text = More like a cohesive society with a shared sense of purpose, who can identify Us and Them? -1 More more ADV RBR _ 5 advmod 5:advmod _ +1 More more ADV RBR Degree=Cmp 5 advmod 5:advmod _ 2 like like ADP IN _ 5 case 5:case _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 cohesive cohesive ADJ JJ Degree=Pos 5 amod 5:amod _ 5 society society NOUN NN Number=Sing 0 root 0:root|15:nsubj _ 6 with with ADP IN _ 9 case 9:case _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -8 shared share VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod _ +8 shared share VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod _ 9 sense sense NOUN NN Number=Sing 5 nmod 5:nmod:with _ 10 of of ADP IN _ 11 case 11:case _ 11 purpose purpose NOUN NN Number=Sing 9 nmod 9:nmod:of SpaceAfter=No -12 , , PUNCT , _ 5 punct 5:punct _ +12 , , PUNCT , _ 15 punct 15:punct _ 13 who who PRON WP PronType=Rel 15 nsubj 5:ref _ 14 can can AUX MD VerbForm=Fin 15 aux 15:aux _ 15 identify identify VERB VB VerbForm=Inf 5 acl:relcl 5:acl:relcl _ @@ -105526,7 +105569,7 @@ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0020 # text = Do you live in a gated community or gentrified neighborhood? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 live live VERB VB VerbForm=Inf 0 root 0:root _ 4 in in ADP IN _ 7 case 7:case _ @@ -105534,7 +105577,7 @@ 6 gated gated ADJ JJ Degree=Pos 7 amod 7:amod _ 7 community community NOUN NN Number=Sing 3 obl 3:obl:in _ 8 or or CCONJ CC _ 10 cc 10:cc _ -9 gentrified gentrify VERB VBN Tense=Past|VerbForm=Part 10 amod 10:amod _ +9 gentrified gentrify VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 amod 10:amod _ 10 neighborhood neighborhood NOUN NN Number=Sing 7 conj 3:obl:in|7:conj:or SpaceAfter=No 11 ? ? PUNCT . _ 3 punct 3:punct _ @@ -105543,8 +105586,8 @@ 1 By by ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 way way NOUN NN Number=Sing 7 obl 7:obl:by SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ -5 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +4 , , PUNCT , _ 3 punct 3:punct _ +5 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ 7 read read VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -105554,14 +105597,14 @@ 12 and and CCONJ CC _ 14 cc 14:cc _ 13 US US PROPN NNP Number=Sing 14 compound 14:compound _ 14 Constitution Constitution PROPN NNP Number=Sing 9 conj 7:obj|9:conj:and _ -15 - - PUNCT , _ 7 punct 7:punct _ +15 - - PUNCT , _ 20 punct 20:punct _ 16 or or CCONJ CC _ 20 cc 20:cc _ -17 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +17 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj _ 19 only only ADV RB _ 20 advmod 20:advmod _ 20 know know VERB VB VerbForm=Inf 7 conj 7:conj:or _ 21 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -22 first first ADJ JJ Degree=Pos|NumType=Ord 23 amod 23:amod _ +22 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 23 amod 23:amod _ 23 phrases phrase NOUN NNS Number=Plur 20 obj 20:obj SpaceAfter=No 24 ? ? PUNCT . _ 7 punct 7:punct _ @@ -105573,7 +105616,7 @@ 3 about about ADV RB _ 4 advmod 4:advmod _ 4 time time NOUN NN Number=Sing 0 root 0:root _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +6 got get VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 together together ADV RB _ 6 advmod 6:advmod SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ @@ -105583,7 +105626,7 @@ 2 know know VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 5 mark 5:mark _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|8:nsubj:xsubj _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +5 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 6 yet yet ADV RB _ 5 advmod 5:advmod _ 7 to to PART TO _ 8 mark 8:mark _ 8 meet meet VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ @@ -105591,7 +105634,7 @@ 10 convict convict NOUN NN Number=Sing 8 obj 8:obj|12:nsubj _ 11 who who PRON WP PronType=Rel 12 nsubj 10:ref _ 12 wants want VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ -13 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 child child NOUN NN Number=Sing 12 obj 12:obj|18:nsubj:xsubj|21:nsubj:xsubj|24:nsubj:xsubj|27:nsubj:xsubj|32:nsubj:xsubj _ 15 to to PART TO _ 18 mark 18:mark _ 16 be be AUX VB VerbForm=Inf 18 cop 18:cop _ @@ -105619,23 +105662,23 @@ 2 of of ADP IN _ 3 case 3:case _ 3 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 nmod 1:nmod:of _ 4 still still ADV RB _ 5 advmod 5:advmod _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 hope hope NOUN NN Number=Sing 5 obj 5:obj _ 7 for for ADP IN _ 8 case 8:case _ 8 ourselves ourselves PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs|Reflex=Yes 6 nmod 6:nmod:for _ 9 even even ADV RB _ 11 advmod 11:advmod _ -10 when when SCONJ WRB PronType=Int 11 mark 11:mark _ +10 when when ADV WRB PronType=Int 11 advmod 11:advmod _ 11 stuck stuck ADJ JJ Degree=Pos 5 advcl 5:advcl:when _ 12 in in ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -14 darkest darkest ADJ JJS Degree=Sup 15 amod 15:amod _ +14 darkest dark ADJ JJS Degree=Sup 15 amod 15:amod _ 15 dilemmas dilemma NOUN NNS Number=Plur 11 obl 11:obl:in SpaceAfter=No 16 , , PUNCT , _ 17 punct 17:punct _ 17 ruts rut NOUN NNS Number=Plur 15 conj 11:obl:in|15:conj:and _ 18 and and CCONJ CC _ 21 cc 21:cc _ 19 catch catch NOUN NN Number=Sing 21 compound 21:compound SpaceAfter=No -20 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No -21 22s 22 NOUN NNS Number=Plur 15 conj 11:obl:in|15:conj:and SpaceAfter=No +20 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No +21 22s 22 NOUN NNS Number=Plur|NumForm=Digit|NumType=Card 15 conj 11:obl:in|15:conj:and SpaceAfter=No 22 . . PUNCT . _ 5 punct 5:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0025 @@ -105643,7 +105686,7 @@ 1 Most most ADJ JJS Degree=Sup 4 nsubj 4:nsubj _ 2 of of ADP IN _ 3 case 3:case _ 3 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 nmod 1:nmod:of _ -4 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 believe believe VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 in in SCONJ IN _ 6 mark 6:mark _ 6 crafting craft VERB VBG VerbForm=Ger 4 advcl 4:advcl:in _ 7 laws law NOUN NNS Number=Plur 6 obj 6:obj _ @@ -105657,7 +105700,7 @@ 1 Many many ADJ JJ Degree=Pos 5 nsubj 5:nsubj _ 2 of of ADP IN _ 3 case 3:case _ 3 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 nmod 1:nmod:of _ -4 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 burrowed burrow VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 6 beneath beneath ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -105669,31 +105712,31 @@ 13 sense sense NOUN NN Number=Sing 10 obj 10:obj _ 14 of of ADP IN _ 15 case 15:case _ 15 being being NOUN NN Number=Sing 13 nmod 13:nmod:of SpaceAfter=No -16 , , PUNCT , _ 13 punct 13:punct _ +16 , , PUNCT , _ 19 punct 19:punct _ 17 an a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 18 understanding understanding ADJ JJ Degree=Pos 19 amod 19:amod _ 19 force force NOUN NN Number=Sing 13 appos 13:appos _ -20 at at ADV RB _ 21 case 21:case _ -21 least least ADV RBS Degree=Sup 22 obl 22:obl:at _ +20 at at ADP IN _ 21 case 21:case _ +21 least least ADJ JJS Degree=Sup 22 obl 22:obl:at _ 22 as as ADV RB _ 23 advmod 23:advmod _ 23 powerful powerful ADJ JJ Degree=Pos 19 amod 19:amod _ 24 as as ADP IN _ 25 case 25:case _ -25 those that PRON DT Number=Plur|PronType=Dem 22 obl 22:obl:as _ +25 those that PRON DT Number=Plur|PronType=Dem 23 obl 23:obl:as _ 26 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 27 nsubj 27:nsubj _ -27 succumbed succumb VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 acl:relcl 25:acl:relcl _ +27 succumbed succumb VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 25 acl:relcl 25:acl:relcl _ 28 to to ADP IN _ 27 obl 27:obl SpaceAfter=No 29 , , PUNCT , _ 36 punct 36:punct _ 30 and and CCONJ CC _ 36 cc 36:cc _ 31 many many ADJ JJ Degree=Pos 36 nsubj 36:nsubj _ 32 of of ADP IN _ 33 case 33:case _ -33 use use PRON PRP _ 31 obl 31:obl:of _ +33 use we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs|Typo=Yes 31 nmod 31:nmod:of CorrectForm=us 34-35 wouldn't _ _ _ _ _ _ _ _ 34 would would AUX MD VerbForm=Fin 36 aux 36:aux _ 35 n't not PART RB _ 36 advmod 36:advmod _ 36 escape escape VERB VB VerbForm=Inf 5 conj 5:conj:and _ 37 if if SCONJ IN _ 39 mark 39:mark _ 38 you you PRON PRP Case=Nom|Person=2|PronType=Prs 39 nsubj 39:nsubj _ -39 opened open VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 36 advcl 36:advcl:if _ +39 opened open VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 36 advcl 36:advcl:if _ 40 the the DET DT Definite=Def|PronType=Art 42 det 42:det _ 41 front front ADJ JJ Degree=Pos 42 amod 42:amod _ 42 door door NOUN NN Number=Sing 39 obj 39:obj SpaceAfter=No @@ -105701,17 +105744,17 @@ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0027 # text = Did you know that approximately 10 million Americans are either incarcerated, on probation, on parole or once were in those categories? -1 Did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +1 Did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 know know VERB VB VerbForm=Inf 0 root 0:root _ -4 that that SCONJ IN _ 9 mark 9:mark _ +4 that that SCONJ IN _ 11 mark 11:mark _ 5 approximately approximately ADV RB _ 7 advmod 7:advmod _ -6 10 10 NUM CD NumType=Card 7 compound 7:compound _ -7 million million NUM CD NumType=Card 8 nummod 8:nummod _ -8 Americans Americans PROPN NNPS Number=Plur 9 nsubj 9:nsubj|11:nsubj|23:nsubj _ -9 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ -10 either either CCONJ CC _ 9 cc:preconj 9:cc:preconj _ -11 incarcerated incarcerate VERB VBN Tense=Past|VerbForm=Part 9 conj 3:ccomp|9:conj:or SpaceAfter=No +6 10 10 NUM CD NumForm=Digit|NumType=Card 7 compound 7:compound _ +7 million million NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ +8 Americans American PROPN NNPS Number=Plur 11 nsubj 11:nsubj|14:nsubj|17:nsubj|23:nsubj _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +10 either either CCONJ CC _ 11 cc:preconj 11:cc:preconj _ +11 incarcerated incarcerate ADJ JJ Degree=Pos 3 ccomp 3:ccomp SpaceAfter=No 12 , , PUNCT , _ 14 punct 14:punct _ 13 on on ADP IN _ 14 case 14:case _ 14 probation probation NOUN NN Number=Sing 11 conj 11:conj SpaceAfter=No @@ -105719,32 +105762,32 @@ 16 on on ADP IN _ 17 case 17:case _ 17 parole parole NOUN NN Number=Sing 11 conj 11:conj _ 18 or or CCONJ CC _ 23 cc 23:cc _ -19 once once ADV RB NumType=Mult 23 advmod 23:advmod _ -20 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 23 cop 23:cop _ +19 once once ADV RB NumForm=Word|NumType=Mult 23 advmod 23:advmod _ +20 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 23 cop 23:cop _ 21 in in ADP IN _ 23 case 23:case _ 22 those that DET DT Number=Plur|PronType=Dem 23 det 23:det _ -23 categories category NOUN NNS Number=Plur 9 conj 3:ccomp|9:conj:or SpaceAfter=No +23 categories category NOUN NNS Number=Plur 11 conj 3:ccomp|11:conj:or SpaceAfter=No 24 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0028 # text = Each of those 10 million have families, friends, neighbors ... and so closer and closer does the We interface with the You. -1 Each each DET DT _ 6 nsubj 6:nsubj _ +1 Each each DET DT PronType=Tot 6 nsubj 6:nsubj _ 2 of of ADP IN _ 5 case 5:case _ 3 those that DET DT Number=Plur|PronType=Dem 5 det 5:det _ -4 10 10 NUM CD NumType=Card 5 compound 5:compound _ -5 million million NUM CD NumType=Card 1 nmod 1:nmod:of _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 10 10 NUM CD NumForm=Digit|NumType=Card 5 compound 5:compound _ +5 million million NUM CD NumForm=Word|NumType=Card 1 nmod 1:nmod:of _ +6 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 families family NOUN NNS Number=Plur 6 obj 6:obj SpaceAfter=No 8 , , PUNCT , _ 9 punct 9:punct _ 9 friends friend NOUN NNS Number=Plur 7 conj 6:obj|7:conj SpaceAfter=No 10 , , PUNCT , _ 11 punct 11:punct _ 11 neighbors neighbor NOUN NNS Number=Plur 7 conj 6:obj|7:conj _ -12 ... ... PUNCT , _ 6 punct 6:punct _ +12 ... ... PUNCT , _ 21 punct 21:punct _ 13 and and CCONJ CC _ 21 cc 21:cc _ 14 so so ADV RB _ 21 advmod 21:advmod _ -15 closer closer ADV RBR Degree=Cmp 21 advmod 21:advmod _ +15 closer close ADV RBR Degree=Cmp 21 advmod 21:advmod _ 16 and and CCONJ CC _ 17 cc 17:cc _ -17 closer closer ADV RBR Degree=Cmp 15 conj 15:conj:and|21:advmod _ +17 closer close ADV RBR Degree=Cmp 15 conj 15:conj:and|21:advmod _ 18 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 We we NOUN NN Number=Sing 21 nsubj 21:nsubj _ @@ -105757,7 +105800,7 @@ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0029 # text = Don't you think it's time we talked? 1-2 Don't _ _ _ _ _ _ _ _ -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 2 n't not PART RB _ 4 advmod 4:advmod _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 think think VERB VB VerbForm=Inf 0 root 0:root _ @@ -105766,12 +105809,12 @@ 6 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 7 time time NOUN NN Number=Sing 4 ccomp 4:ccomp _ 8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 talked talk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl SpaceAfter=No +9 talked talk VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl SpaceAfter=No 10 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0030 # text = Are you ready? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +1 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 ready ready ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 ? ? PUNCT . _ 3 punct 3:punct _ @@ -105785,7 +105828,7 @@ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 road road NOUN NN Number=Sing 10 nsubj 10:nsubj _ 7 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 9 travelling travel VERB VBG Tense=Pres|VerbForm=Part 6 acl:relcl 6:acl:relcl _ 10 points point VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 11 toward toward ADP IN _ 16 case 16:case _ @@ -105798,7 +105841,7 @@ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0032 # text = Do you have the heart to face monumental failures while bravely struggling beyond where we are now? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ @@ -105810,34 +105853,34 @@ 10 while while SCONJ IN _ 12 mark 12:mark _ 11 bravely bravely ADV RB _ 12 advmod 12:advmod _ 12 struggling struggle VERB VBG VerbForm=Ger 7 advcl 7:advcl:while _ -13 beyond beyond SCONJ IN _ 14 case 14:case _ -14 where where ADV WRB PronType=Int 12 obl 12:obl:beyond _ -15 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -16 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ -17 now now ADV RB _ 14 acl:relcl 14:acl:relcl SpaceAfter=No +13 beyond beyond ADP IN _ 14 case 14:case _ +14 where where ADV WRB PronType=Rel 12 obl 12:obl:beyond _ +15 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 16 nsubj 16:nsubj _ +16 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 14 advcl:relcl 14:advcl:relcl Promoted=Yes +17 now now ADV RB _ 16 advmod 16:advmod SpaceAfter=No 18 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0033 # text = I know that some of you are, and that some of us are, and this is what gives me hope. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 7 mark 7:mark _ -4 some some DET DT _ 7 nsubj 7:nsubj _ +4 some some DET DT PronType=Ind 7 nsubj 7:nsubj _ 5 of of ADP IN _ 6 case 6:case _ 6 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 nmod 4:nmod:of _ -7 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp SpaceAfter=No +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp SpaceAfter=No 8 , , PUNCT , _ 14 punct 14:punct _ 9 and and CCONJ CC _ 14 cc 14:cc _ 10 that that SCONJ IN _ 14 mark 14:mark _ -11 some some DET DT _ 14 nsubj 14:nsubj _ +11 some some DET DT PronType=Ind 14 nsubj 14:nsubj _ 12 of of ADP IN _ 13 case 13:case _ 13 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 11 nmod 11:nmod:of _ -14 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 conj 2:ccomp|7:conj:and SpaceAfter=No +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 conj 2:ccomp|7:conj:and SpaceAfter=No 15 , , PUNCT , _ 19 punct 19:punct _ 16 and and CCONJ CC _ 19 cc 19:cc _ 17 this this PRON DT Number=Sing|PronType=Dem 19 nsubj 19:nsubj _ -18 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _|CheckUPOS=VERB -19 what what PRON WP PronType=Int 2 conj 2:conj:and _ +18 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ +19 what what PRON WP PronType=Rel 2 conj 2:conj:and|20:nsubj _ 20 gives give VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ 21 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 20 iobj 20:iobj _ 22 hope hope NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No @@ -105846,14 +105889,14 @@ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0034 # text = You need our insights just as we need your structure. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 insights insight NOUN NNS Number=Plur 2 obj 2:obj _ 5 just just ADV RB _ 8 advmod 8:advmod _ 6 as as SCONJ IN _ 8 mark 8:mark _ 7 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:as _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:as _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 structure structure NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ @@ -105863,24 +105906,24 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 never never ADV RB _ 4 advmod 4:advmod _ 4 over over ADV RB _ 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ -6 especially especially ADV RB _ 19 advmod 19:advmod _ -7 when when SCONJ WRB PronType=Int 19 mark 19:mark _ +5 , , PUNCT , _ 22 punct 22:punct _ +6 especially especially ADV RB _ 22 advmod 22:advmod _ +7 when when ADV WRB PronType=Int 22 advmod 22:advmod _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 real real ADJ JJ Degree=Pos 10 amod 10:amod _ -10 solution solution NOUN NN Number=Sing 19 nsubj 19:nsubj|22:nsubj:xsubj SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +10 solution solution NOUN NN Number=Sing 22 nsubj 22:nsubj SpaceAfter=No +11 , , PUNCT , _ 14 punct 14:punct _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 real real ADJ JJ Degree=Pos 14 amod 14:amod _ 14 treatment treatment NOUN NN Number=Sing 10 appos 10:appos _ 15 for for ADP IN _ 17 case 17:case _ -16 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 sickness sickness NOUN NN Number=Sing 14 nmod 14:nmod:for SpaceAfter=No -18 , , PUNCT , _ 19 punct 19:punct _ -19 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:when _ -20 yet yet ADV RB _ 19 advmod 19:advmod _ +18 , , PUNCT , _ 10 punct 10:punct _ +19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ +20 yet yet ADV RB _ 22 advmod 22:advmod _ 21 to to PART TO _ 22 mark 22:mark _ -22 begin begin VERB VB VerbForm=Inf 19 xcomp 19:xcomp SpaceAfter=No +22 begin begin VERB VB VerbForm=Inf 4 advcl 4:advcl:when SpaceAfter=No 23 . . PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0036 @@ -105898,19 +105941,19 @@ 4 a.k.a a.k.a ADV RB _ 5 advmod 5:advmod _ 5 Bruha Bruha PROPN NNP Number=Sing 1 appos 1:appos SpaceAfter=No 6 ) ) PUNCT -RRB- _ 5 punct 5:punct _ -7 P.O. p.o. NOUN NN Number=Sing 8 compound 8:compound SpaceAfter=No +7 P.O. p.o. NOUN NN Number=Sing 8 compound 8:compound CorrectSpaceAfter=Yes|SpaceAfter=No 8 Box box NOUN NN Number=Sing 1 list 1:list _ -9 8274 8274 NUM CD NumType=Card 8 nummod 8:nummod _ +9 8274 8274 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 10 Cranston Cranston PROPN NNP Number=Sing 8 appos 8:appos SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 RI RI PROPN NNP Number=Sing 10 appos 10:appos _ -13 02920 02920 NUM CD NumType=Card 8 appos 8:appos _ +13 02920 02920 NUM CD NumForm=Digit|NumType=Card 8 appos 8:appos _ 14 USA USA PROPN NNP Number=Sing 8 appos 8:appos _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0038 # text = P.S. - I am trying to conceptualize an effective guerilla media campaign to promote this cause. 1 P.S. p.s. NOUN NN Number=Sing 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +2 - - PUNCT : _ 5 punct 5:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ 4 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 trying try VERB VBG Tense=Pres|VerbForm=Part 1 appos 1:appos _ @@ -105930,7 +105973,7 @@ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0039 # text = Ideas are welcome. 1 Ideas idea NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 welcome welcome ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ @@ -105945,12 +105988,12 @@ # newpar id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-p0005 # text = an annotated text of the bill, read the article by D. Singmaster in "The Mathematical Intelligencer" v7 #2, pp 69-72. 1 an a DET DT Definite=Ind|PronType=Art 3 det 3:det _ -2 annotated annotate VERB VBN Tense=Past|VerbForm=Part 3 amod 3:amod _ +2 annotated annotate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 amod 3:amod _ 3 text text NOUN NN Number=Sing 0 root 0:root _ 4 of of ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 bill bill NOUN NN Number=Sing 3 nmod 3:nmod:of SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ +7 , , PUNCT , _ 8 punct 8:punct _ 8 read read VERB VB Mood=Imp|VerbForm=Fin 3 parataxis 3:parataxis _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 article article NOUN NN Number=Sing 8 obj 8:obj _ @@ -105960,30 +106003,30 @@ 14 in in ADP IN _ 18 case 18:case _ 15 " " PUNCT `` _ 18 punct 18:punct SpaceAfter=No 16 The the DET DT Definite=Def|PronType=Art 18 det 18:det _ -17 Mathematical Mathematical PROPN NNP Number=Sing 18 compound 18:compound _ +17 Mathematical Mathematical ADJ NNP Degree=Pos 18 amod 18:amod _ 18 Intelligencer Intelligencer PROPN NNP Number=Sing 10 nmod 10:nmod:in SpaceAfter=No 19 " " PUNCT '' _ 18 punct 18:punct _ 20 v v NOUN NN Number=Sing 18 nmod:npmod 18:nmod:npmod SpaceAfter=No -21 7 7 NUM CD NumType=Card 20 nummod 20:nummod _ +21 7 7 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ 22 # # SYM NN Number=Sing 18 nmod:npmod 18:nmod:npmod SpaceAfter=No -23 2 2 NUM CD NumType=Card 22 nummod 22:nummod SpaceAfter=No -24 , , PUNCT , _ 18 punct 18:punct _ +23 2 2 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod SpaceAfter=No +24 , , PUNCT , _ 26 punct 26:punct _ 25 pp pp NOUN NN Number=Sing 26 nmod:npmod 26:nmod:npmod _ -26 69 69 NUM CD NumType=Card 18 appos 18:appos SpaceAfter=No +26 69 69 NUM CD NumForm=Digit|NumType=Card 18 appos 18:appos SpaceAfter=No 27 - - SYM SYM _ 28 case 28:case SpaceAfter=No -28 72 72 NUM CD NumType=Card 26 nmod 26:nmod SpaceAfter=No +28 72 72 NUM CD NumForm=Digit|NumType=Card 26 nmod 26:nmod SpaceAfter=No 29 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0042 # text = --------------------------------------------------------------------------- ----- -1 --------------------------------------------------------------------------- --------------------------------------------------------------------------- PUNCT NFP _ 2 dep 2:dep _ +1 --------------------------------------------------------------------------- --------------------------------------------------------------------------- PUNCT NFP _ 2 punct 2:punct _ 2 ----- ----- PUNCT NFP _ 0 root 0:root _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0043 # newpar id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-p0006 # text = Subject: Where can I get the necessary software to get a "smart" mail system running on my machine that will take advantage of the postings in comp.mail.maps? (E.g., pathalias, smail, etc.) 1 Subject subject NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 6 punct 6:punct _ 3 Where where ADV WRB PronType=Int 6 advmod 6:advmod _ 4 can can AUX MD VerbForm=Fin 6 aux 6:aux _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ @@ -105994,19 +106037,19 @@ 10 to to PART TO _ 11 mark 11:mark _ 11 get get VERB VB VerbForm=Inf 9 acl 9:acl:to _ 12 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ -13 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No +13 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No 14 smart smart ADJ JJ Degree=Pos 16 amod 16:amod SpaceAfter=No -15 " " PUNCT '' _ 16 punct 16:punct _ +15 " " PUNCT '' _ 14 punct 14:punct _ 16 mail mail NOUN NN Number=Sing 17 compound 17:compound _ -17 system system NOUN NN Number=Sing 11 obj 11:obj|18:nsubj:xsubj _ +17 system system NOUN NN Number=Sing 11 obj 11:obj|18:nsubj:xsubj|24:nsubj _ 18 running run VERB VBG VerbForm=Ger 11 xcomp 11:xcomp _ 19 on on ADP IN _ 21 case 21:case _ -20 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 machine machine NOUN NN Number=Sing 18 obl 18:obl:on _ -22 that that PRON WDT PronType=Dem 24 nsubj 24:nsubj _ +22 that that PRON WDT PronType=Rel 24 nsubj 17:ref _ 23 will will AUX MD VerbForm=Fin 24 aux 24:aux _ -24 take take VERB VB VerbForm=Inf 18 ccomp 18:ccomp _ -25 advantage advantage NOUN NN Number=Sing 17 acl:relcl 17:acl:relcl _ +24 take take VERB VB VerbForm=Inf 17 acl:relcl 17:acl:relcl _ +25 advantage advantage NOUN NN Number=Sing 24 obj 24:obj _ 26 of of ADP IN _ 28 case 28:case _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 postings posting NOUN NNS Number=Plur 24 obl 24:obl:of _ @@ -106015,18 +106058,18 @@ 31 ? ? PUNCT . _ 1 punct 1:punct _ 32 ( ( PUNCT -LRB- _ 35 punct 35:punct SpaceAfter=No 33 E.g. e.g. ADV RB _ 35 advmod 35:advmod SpaceAfter=No -34 , , PUNCT , _ 35 punct 35:punct _ +34 , , PUNCT , _ 33 punct 33:punct _ 35 pathalias pathalias NOUN NN Number=Sing 1 parataxis 1:parataxis SpaceAfter=No 36 , , PUNCT , _ 37 punct 37:punct _ 37 smail smail NOUN NN Number=Sing 35 conj 35:conj SpaceAfter=No 38 , , PUNCT , _ 39 punct 39:punct _ -39 etc. etc. X FW _ 35 conj 35:conj SpaceAfter=No +39 etc. etc. NOUN FW Abbr=Yes|Number=Plur 35 conj 35:conj SpaceAfter=No 40 ) ) PUNCT -RRB- _ 35 punct 35:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0044 # text = There are a couple of packages available through the supporters of the comp.sources.unix archives. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 couple couple NOUN NN Number=Sing 2 nsubj 2:nsubj _ 5 of of ADP IN _ 6 case 6:case _ @@ -106049,16 +106092,16 @@ 4 to to ADP IN _ 5 case 5:case _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 nmod 2:nmod:to _ 6-7 don't _ _ _ _ _ _ _ _ -6 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 n't not PART RB _ 8 advmod 8:advmod _ 8 have have VERB VB VerbForm=Inf 13 advcl 13:advcl:if _ -9 what what PRON WP PronType=Int 8 obj 8:obj _ +9 what what PRON WP PronType=Rel 8 obj 8:obj|11:obj _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -11 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl SpaceAfter=No -12 , , PUNCT , _ 13 punct 13:punct _ +11 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl SpaceAfter=No +12 , , PUNCT , _ 8 punct 8:punct _ 13 contact contact VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -14 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ -15 nearest nearest ADJ JJS Degree=Sup 17 amod 17:amod _ +14 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 nearest near ADJ JJS Degree=Sup 17 amod 17:amod _ 16 comp.sources.unix comp.sources.unix NOUN NN Number=Sing 17 compound 17:compound _ 17 archive archive NOUN NN Number=Sing 13 obj 13:obj SpaceAfter=No 18 , , PUNCT , _ 21 punct 21:punct _ @@ -106080,7 +106123,7 @@ 9 comp.sources.unix comp.sources.unix NOUN NN Number=Sing 11 compound 11:compound _ 10 back back NOUN NN Number=Sing 11 compound 11:compound _ 11 issues issue NOUN NNS Number=Plur 7 nmod 7:nmod:of _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ 13 posted post VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 14 regularly regularly ADV RB _ 13 advmod 13:advmod _ 15 in in ADP IN _ 16 case 16:case _ @@ -106091,26 +106134,26 @@ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0047 # text = --------------------------------------------------------------------------- ----- -1 --------------------------------------------------------------------------- --------------------------------------------------------------------------- PUNCT NFP _ 2 dep 2:dep _ +1 --------------------------------------------------------------------------- --------------------------------------------------------------------------- PUNCT NFP _ 2 punct 2:punct _ 2 ----- ----- PUNCT NFP _ 0 root 0:root _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0048 # newpar id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-p0007 # text = Subject: What is "food for the NSA line-eater"? 1 Subject subject NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ -3 What what PRON WP PronType=Int 1 appos 1:appos _ -4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 : : PUNCT : _ 6 punct 6:punct _ +3 What what PRON WP PronType=Int 6 nsubj 6:nsubj _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No -6 food food NOUN NN Number=Sing 3 nsubj 3:nsubj _ +6 food food NOUN NN Number=Sing 1 appos 1:appos _ 7 for for ADP IN _ 12 case 12:case _ 8 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 9 NSA NSA PROPN NNP Number=Sing 12 compound 12:compound _ 10 line line NOUN NN Number=Sing 12 compound 12:compound SpaceAfter=No -11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No 12 eater eater NOUN NN Number=Sing 6 nmod 6:nmod:for SpaceAfter=No 13 " " PUNCT '' _ 6 punct 6:punct SpaceAfter=No -14 ? ? PUNCT . _ 1 punct 1:punct _ +14 ? ? PUNCT . _ 6 punct 6:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0c155162a7dfaf28_ENG_20031127_172200-0049 # text = This refers to the alleged scanning of all Usenet traffic by the National Security Agency (and possibly other intelligence organizations) for interesting keywords. @@ -106118,24 +106161,24 @@ 2 refers refer VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 6 case 6:case _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 alleged allege VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +5 alleged allege VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 6 scanning scanning NOUN NN Number=Sing 2 obl 2:obl:to _ 7 of of ADP IN _ 10 case 10:case _ -8 all all DET DT _ 10 det 10:det _ +8 all all DET DT PronType=Tot 10 det 10:det _ 9 Usenet Usenet PROPN NNP Number=Sing 10 compound 10:compound _ 10 traffic traffic NOUN NN Number=Sing 6 nmod 6:nmod:of _ 11 by by ADP IN _ 15 case 15:case _ 12 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -13 National National PROPN NNP Number=Sing 15 compound 15:compound _ +13 National National ADJ NNP Degree=Pos 15 amod 15:amod _ 14 Security Security PROPN NNP Number=Sing 15 compound 15:compound _ 15 Agency Agency PROPN NNP Number=Sing 6 nmod 6:nmod:by _ -16 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No +16 ( ( PUNCT -LRB- _ 21 punct 21:punct SpaceAfter=No 17 and and CCONJ CC _ 21 cc 21:cc _ 18 possibly possibly ADV RB _ 21 advmod 21:advmod _ 19 other other ADJ JJ Degree=Pos 21 amod 21:amod _ 20 intelligence intelligence NOUN NN Number=Sing 21 compound 21:compound _ 21 organizations organization NOUN NNS Number=Plur 15 conj 6:nmod:by|15:conj:and SpaceAfter=No -22 ) ) PUNCT -RRB- _ 15 punct 15:punct _ +22 ) ) PUNCT -RRB- _ 21 punct 21:punct _ 23 for for ADP IN _ 25 case 25:case _ 24 interesting interesting ADJ JJ Degree=Pos 25 amod 25:amod _ 25 keywords keyword NOUN NNS Number=Plur 6 nmod 6:nmod:for SpaceAfter=No @@ -106151,7 +106194,7 @@ 6 believed believe VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 contain contain VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ -9 some some DET DT _ 8 obj 8:obj _ +9 some some DET DT PronType=Ind 8 obj 8:obj _ 10 of of ADP IN _ 11 case 11:case _ 11 those that PRON DT Number=Plur|PronType=Dem 9 nmod 9:nmod:of _ @@ -106160,7 +106203,7 @@ # newpar id = newsgroup-groups.google.com_misc.consumers_628669ce346c590d_ENG_20040527_065700-p0001 # text = Email: "Peanutjake" 1 Email email NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 4 punct 4:punct _ 3 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 4 Peanutjake Peanutjake PROPN NNP Number=Sing 1 appos 1:appos SpaceAfter=No 5 " " PUNCT '' _ 4 punct 4:punct SpaceAfter=No @@ -106171,17 +106214,17 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_628669ce346c590d_ENG_20040527_065700-0002 # text = Groups: misc.consumers 1 Groups group NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ -3 misc.consumers misc.consumers NOUN NNS Number=Plur 1 appos 1:appos _ +2 : : PUNCT : _ 3 punct 3:punct _ +3 misc.consumers misc.consumers PROPN NNP Number=Sing 1 appos 1:appos _ # sent_id = newsgroup-groups.google.com_misc.consumers_628669ce346c590d_ENG_20040527_065700-0003 # newpar id = newsgroup-groups.google.com_misc.consumers_628669ce346c590d_ENG_20040527_065700-p0002 # text = Subject: IMMEDIATE ATTENTION NEEDED: 1 Subject subject NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 5 punct 5:punct _ 3 IMMEDIATE immediate ADJ JJ Degree=Pos 4 amod 4:amod _ -4 ATTENTION attention NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 NEEDED need VERB VBN Tense=Past|VerbForm=Part 1 appos 1:appos SpaceAfter=No +4 ATTENTION attention NOUN NN Number=Sing 5 nsubj:pass 5:nsubj:pass _ +5 NEEDED need VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 appos 1:appos SpaceAfter=No 6 : : PUNCT : _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_628669ce346c590d_ENG_20040527_065700-0004 @@ -106190,7 +106233,7 @@ 2 CONFIDENTIAL confidential ADJ JJ Degree=Pos 4 amod 4:amod _ 3 URGENT urgent ADJ JJ Degree=Pos 4 amod 4:amod _ 4 ASSISTANCE assistance NOUN NN Number=Sing 0 root 0:root _ -5 - - PUNCT , _ 4 punct 4:punct _ +5 - - PUNCT , _ 7 punct 7:punct _ 6 FROM from ADP IN _ 7 case 7:case _ 7 USA USA PROPN NNP Number=Sing 4 nmod 4:nmod:from _ @@ -106198,22 +106241,22 @@ # newpar id = newsgroup-groups.google.com_misc.consumers_628669ce346c590d_ENG_20040527_065700-p0003 # text = FROM: GEORGE WALKER BUSH 202.456.1414 / 202.456.1111 FAX: 202.456.2461 1 FROM from ADP IN _ 3 case 3:case SpaceAfter=No -2 : : PUNCT : _ 3 punct 3:punct _ +2 : : PUNCT : _ 1 punct 1:punct _ 3 GEORGE GEORGE PROPN NNP Number=Sing 0 root 0:root _ 4 WALKER WALKER PROPN NNP Number=Sing 3 flat 3:flat _ 5 BUSH BUSH PROPN NNP Number=Sing 3 flat 3:flat _ -6 202.456.1414 202.456.1414 NUM CD NumType=Card 3 list 3:list _ +6 202.456.1414 202.456.1414 NUM CD NumForm=Digit|NumType=Card 3 list 3:list _ 7 / / PUNCT , _ 8 punct 8:punct _ -8 202.456.1111 202.456.1111 NUM CD NumType=Card 3 list 3:list _ +8 202.456.1111 202.456.1111 NUM CD NumForm=Digit|NumType=Card 6 appos 6:appos _ 9 FAX fax NOUN NN Number=Sing 3 list 3:list SpaceAfter=No -10 : : PUNCT : _ 8 punct 8:punct _ -11 202.456.2461 202.456.2461 NUM CD NumType=Card 9 appos 9:appos _ +10 : : PUNCT : _ 11 punct 11:punct _ +11 202.456.2461 202.456.2461 NUM CD NumForm=Digit|NumType=Card 9 appos 9:appos _ # sent_id = newsgroup-groups.google.com_misc.consumers_628669ce346c590d_ENG_20040527_065700-0006 # text = Dear Sir / Madam, 1 Dear dear ADJ JJ Degree=Pos 4 amod 4:amod _ 2 Sir sir NOUN NN Number=Sing 4 compound 4:compound _ -3 / / PUNCT , _ 4 punct 4:punct _ +3 / / PUNCT , _ 2 punct 2:punct _ 4 Madam madam NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 5 , , PUNCT , _ 4 punct 4:punct _ @@ -106225,7 +106268,7 @@ 3 GEORGE GEORGE PROPN NNP Number=Sing 0 root 0:root _ 4 WALKER WALKER PROPN NNP Number=Sing 3 flat 3:flat _ 5 BUSH BUSH PROPN NNP Number=Sing 3 flat 3:flat SpaceAfter=No -6 , , PUNCT , _ 3 punct 3:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 son son NOUN NN Number=Sing 3 appos 3:appos _ 8 of of ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ @@ -106233,8 +106276,8 @@ 11 president president NOUN NN Number=Sing 7 nmod 7:nmod:of _ 12 of of ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -14 United United PROPN NNP Number=Sing 15 compound 15:compound _ -15 States States PROPN NNP Number=Sing 11 nmod 11:nmod:of _ +14 United United ADJ NNP Degree=Pos 15 amod 15:amod _ +15 States State PROPN NNPS Number=Plur 11 nmod 11:nmod:of _ 16 of of ADP IN _ 17 case 17:case _ 17 America America PROPN NNP Number=Sing 15 nmod 15:nmod:of _ 18 George George PROPN NNP Number=Sing 11 appos 11:appos _ @@ -106249,8 +106292,8 @@ 27 President President PROPN NNP Number=Sing 25 obl 25:obl:as _ 28 of of ADP IN _ 31 case 31:case _ 29 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ -30 United United PROPN NNP Number=Sing 31 compound 31:compound _ -31 States States PROPN NNP Number=Sing 27 nmod 27:nmod:of _ +30 United United ADJ NNP Degree=Pos 31 amod 31:amod _ +31 States State PROPN NNPS Number=Plur 27 nmod 27:nmod:of _ 32 of of ADP IN _ 33 case 33:case _ 33 America America PROPN NNP Number=Sing 31 nmod 31:nmod:of SpaceAfter=No 34 . . PUNCT . _ 3 punct 3:punct _ @@ -106265,7 +106308,7 @@ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 obj 4:obj _ 6 because because SCONJ IN _ 10 mark 10:mark _ 7 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -8 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +8 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 not not PART RB _ 10 advmod 10:advmod _ 10 met meet VERB VBN Tense=Past|VerbForm=Part 4 advcl 4:advcl:because _ 11 neither neither CCONJ CC _ 13 cc:preconj 13:cc:preconj _ @@ -106279,13 +106322,13 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_628669ce346c590d_ENG_20040527_065700-0009 # text = I came to know of you in my search for a reliable and reputable person to handle a very confidential business transaction, which involves the transfer of a huge sum of money to an account requiring maximum confidence. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 came come VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 know know VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 of of ADP IN _ 6 case 6:case _ 6 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 obl 4:obl:of _ 7 in in ADP IN _ 9 case 9:case _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 search search NOUN NN Number=Sing 4 obl 4:obl:in _ 10 for for ADP IN _ 15 case 15:case _ 11 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ @@ -106300,7 +106343,7 @@ 20 confidential confidential ADJ JJ Degree=Pos 22 amod 22:amod _ 21 business business NOUN NN Number=Sing 22 compound 22:compound _ 22 transaction transaction NOUN NN Number=Sing 17 obj 17:obj|25:nsubj SpaceAfter=No -23 , , PUNCT , _ 22 punct 22:punct _ +23 , , PUNCT , _ 25 punct 25:punct _ 24 which which PRON WDT PronType=Rel 25 nsubj 22:ref _ 25 involves involve VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 acl:relcl 22:acl:relcl _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ @@ -106324,21 +106367,21 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 writing write VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -4 you you PRON PRP Case=Acc|Person=2|PronType=Prs 3 obj 3:obj _ +4 you you PRON PRP Case=Acc|Person=2|PronType=Prs 3 iobj 3:iobj _ 5 in in ADP IN _ 7 case 7:case _ 6 absolute absolute ADJ JJ Degree=Pos 7 amod 7:amod _ 7 confidence confidence NOUN NN Number=Sing 3 obl 3:obl:in _ 8 primarily primarily ADV RB _ 10 advmod 10:advmod _ 9 to to PART TO _ 10 mark 10:mark _ 10 seek seek VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ -11 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 assistance assistance NOUN NN Number=Sing 10 obj 10:obj _ 13 in in SCONJ IN _ 14 mark 14:mark _ 14 acquiring acquire VERB VBG VerbForm=Ger 12 acl 12:acl:in _ 15 oil oil NOUN NN Number=Sing 16 compound 16:compound _ 16 funds fund NOUN NNS Number=Plur 14 obj 14:obj|20:nsubj:pass _ 17 that that PRON WDT PronType=Rel 20 nsubj:pass 16:ref _ -18 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux:pass 20:aux:pass _ +18 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 aux:pass 20:aux:pass _ 19 presently presently ADV RB _ 20 advmod 20:advmod _ 20 trapped trap VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 acl:relcl 16:acl:relcl _ 21 in in ADP IN _ 23 case 23:case _ @@ -106350,22 +106393,22 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_628669ce346c590d_ENG_20040527_065700-0011 # text = My partners and I solicit your assistance in completing a transaction begun by my father, who has long been actively engaged in the extraction of petroleum in the United States of America, and bravely served his country as director of the United States Central Intelligence Agency. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 partners partner NOUN NNS Number=Plur 5 nsubj 5:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 conj 2:conj:and|5:nsubj _ -5 solicit solicit VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 solicit solicit VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 assistance assistance NOUN NN Number=Sing 5 obj 5:obj _ 8 in in SCONJ IN _ 9 mark 9:mark _ 9 completing complete VERB VBG VerbForm=Ger 7 acl 7:acl:in _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 transaction transaction NOUN NN Number=Sing 9 obj 9:obj _ -12 begun begin VERB VBN Tense=Past|VerbForm=Part 11 acl 11:acl _ +12 begun begin VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl 11:acl _ 13 by by ADP IN _ 15 case 15:case _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ -15 father father NOUN NN Number=Sing 12 obl 12:obl:by|22:nsubj:pass|37:nsubj:pass SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +15 father father NOUN NN Number=Sing 12 obl:agent 12:obl:agent|22:nsubj:pass|37:nsubj:pass SpaceAfter=No +16 , , PUNCT , _ 22 punct 22:punct _ 17 who who PRON WP PronType=Rel 22 nsubj:pass 15:ref _ 18 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ 19 long long ADV RB Degree=Pos 22 advmod 22:advmod _ @@ -106379,23 +106422,23 @@ 27 petroleum petroleum NOUN NN Number=Sing 25 nmod 25:nmod:of _ 28 in in ADP IN _ 31 case 31:case _ 29 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ -30 United United PROPN NNP Number=Sing 31 compound 31:compound _ -31 States States PROPN NNP Number=Sing 25 nmod 25:nmod:in _ +30 United United ADJ NNP Degree=Pos 31 amod 31:amod _ +31 States State PROPN NNPS Number=Plur 25 nmod 25:nmod:in _ 32 of of ADP IN _ 33 case 33:case _ 33 America America PROPN NNP Number=Sing 31 nmod 31:nmod:of SpaceAfter=No 34 , , PUNCT , _ 37 punct 37:punct _ 35 and and CCONJ CC _ 37 cc 37:cc _ 36 bravely bravely ADV RB _ 37 advmod 37:advmod _ -37 served serve VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 conj 15:acl:relcl|22:conj:and _ -38 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ +37 served serve VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 conj 15:acl:relcl|22:conj:and _ +38 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ 39 country country NOUN NN Number=Sing 37 obj 37:obj _ 40 as as ADP IN _ 41 case 41:case _ 41 director director NOUN NN Number=Sing 37 obl 37:obl:as _ 42 of of ADP IN _ 48 case 48:case _ 43 the the DET DT Definite=Def|PronType=Art 48 det 48:det _ -44 United United PROPN NNP Number=Sing 45 compound 45:compound _ -45 States States PROPN NNP Number=Sing 48 compound 48:compound _ -46 Central Central PROPN NNP Number=Sing 48 compound 48:compound _ +44 United United ADJ NNP Degree=Pos 45 amod 45:amod _ +45 States State PROPN NNPS Number=Plur 48 compound 48:compound _ +46 Central Central ADJ NNP Degree=Pos 48 amod 48:amod _ 47 Intelligence Intelligence PROPN NNP Number=Sing 48 compound 48:compound _ 48 Agency Agency PROPN NNP Number=Sing 41 nmod 41:nmod:of SpaceAfter=No 49 . . PUNCT . _ 5 punct 5:punct _ @@ -106407,25 +106450,25 @@ 3 decade decade NOUN NN Number=Sing 24 obl 24:obl:in _ 4 of of ADP IN _ 8 case 8:case _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -6 nineteen nineteen NUM CD NumType=Card 8 compound 8:compound SpaceAfter=No -7 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No -8 eighties eighty NOUN NNS Number=Plur 3 nmod 3:nmod:of SpaceAfter=No -9 , , PUNCT , _ 24 punct 24:punct _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +6 nineteen nineteen NUM CD NumForm=Word|NumType=Card 8 compound 8:compound SpaceAfter=No +7 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +8 eighties eighties NOUN NNS Number=Plur 3 nmod 3:nmod:of SpaceAfter=No +9 , , PUNCT , _ 3 punct 3:punct _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 father father NOUN NN Number=Sing 24 nsubj 24:nsubj|26:nsubj:xsubj SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ +12 , , PUNCT , _ 16 punct 16:punct _ 13 then then ADV RB PronType=Dem 16 advmod 16:advmod _ 14 vice vice NOUN NN Number=Sing 16 compound 16:compound SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No -16 president president NOUN NN Number=Sing 11 acl:relcl 11:acl:relcl _ +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +16 president president NOUN NN Number=Sing 11 appos 11:appos _ 17 of of ADP IN _ 20 case 20:case _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -19 United United PROPN NNP Number=Sing 20 compound 20:compound _ -20 States States PROPN NNP Number=Sing 16 nmod 16:nmod:of _ +19 United United ADJ NNP Degree=Pos 20 amod 20:amod _ +20 States State PROPN NNPS Number=Plur 16 nmod 16:nmod:of _ 21 of of ADP IN _ 22 case 22:case _ 22 America America PROPN NNP Number=Sing 20 nmod 20:nmod:of SpaceAfter=No -23 , , PUNCT , _ 24 punct 24:punct _ -24 sought seek VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +23 , , PUNCT , _ 11 punct 11:punct _ +24 sought seek VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 25 to to PART TO _ 26 mark 26:mark _ 26 work work VERB VB VerbForm=Inf 24 xcomp 24:xcomp _ 27 with with ADP IN _ 30 case 30:case _ @@ -106442,14 +106485,14 @@ 38 Iraq Iraq PROPN NNP Number=Sing 36 nmod 36:nmod:of _ 39 to to PART TO _ 40 mark 40:mark _ 40 regain regain VERB VB VerbForm=Inf 26 advcl 26:advcl:to _ -41 lost lose VERB VBN Tense=Past|VerbForm=Part 44 amod 44:amod _ +41 lost lose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 44 amod 44:amod _ 42 oil oil NOUN NN Number=Sing 43 compound 43:compound _ 43 revenue revenue NOUN NN Number=Sing 44 compound 44:compound _ 44 sources source NOUN NNS Number=Plur 40 obj 40:obj _ 45 in in ADP IN _ 49 case 49:case _ 46 the the DET DT Definite=Def|PronType=Art 49 det 49:det _ 47 neighboring neighbor VERB VBG VerbForm=Ger 49 amod 49:amod _ -48 Islamic Islamic PROPN NNP Number=Sing 49 compound 49:compound _ +48 Islamic Islamic ADJ NNP Degree=Pos 49 amod 49:amod _ 49 republic republic PROPN NNP Number=Sing 44 nmod 44:nmod:in _ 50 of of ADP IN _ 51 case 51:case _ 51 Iran Iran PROPN NNP Number=Sing 49 nmod 49:nmod:of SpaceAfter=No @@ -106466,15 +106509,15 @@ 7 by by ADP IN _ 11 case 11:case _ 8 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 9 falling falling NOUN NN Number=Sing 11 compound 11:compound SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No -11 out out NOUN NN Number=Sing 6 obl 6:obl:by _ +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +11 out out NOUN NN Number=Sing 6 obl:agent 6:obl:agent _ 12 with with ADP IN _ 15 case 15:case _ -13 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ -14 Iraqi iraqi ADJ JJ Degree=Pos 15 amod 15:amod _ +13 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 Iraqi Iraqi ADJ JJ Degree=Pos 15 amod 15:amod _ 15 partner partner NOUN NN Number=Sing 11 nmod 11:nmod:with|18:nsubj|20:nsubj:xsubj SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ +16 , , PUNCT , _ 18 punct 18:punct _ 17 who who PRON WP PronType=Rel 18 nsubj 15:ref _ -18 sought seek VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ +18 sought seek VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ 19 to to PART TO _ 20 mark 20:mark _ 20 acquire acquire VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ 21 additional additional ADJ JJ Degree=Pos 24 amod 24:amod _ @@ -106487,42 +106530,42 @@ 28 emirate emirate NOUN NN Number=Sing 20 obl 20:obl:in _ 29 of of ADP IN _ 30 case 30:case _ 30 Kuwait Kuwait PROPN NNP Number=Sing 28 nmod 28:nmod:of SpaceAfter=No -31 , , PUNCT , _ 28 punct 28:punct _ +31 , , PUNCT , _ 39 punct 39:punct _ 32 a a DET DT Definite=Ind|PronType=Art 39 det 39:det _ 33 wholly wholly ADV RB _ 35 compound 35:compound SpaceAfter=No -34 - - PUNCT HYPH _ 35 punct 35:punct SpaceAfter=No -35 owned own VERB VBN Tense=Past|VerbForm=Part 39 amod 39:amod _ +34 - - PUNCT HYPH _ 33 punct 33:punct SpaceAfter=No +35 owned own VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 39 amod 39:amod _ 36 U.S. U.S. PROPN NNP Number=Sing 39 compound 39:compound SpaceAfter=No -37 - - PUNCT HYPH _ 36 punct 36:punct SpaceAfter=No -38 British british ADJ JJ Degree=Pos 36 amod 36:amod _ +37 - - PUNCT HYPH _ 38 punct 38:punct SpaceAfter=No +38 British British ADJ JJ Degree=Pos 36 amod 36:amod _ 39 subsidiary subsidiary NOUN NN Number=Sing 28 appos 28:appos SpaceAfter=No 40 . . PUNCT . _ 6 punct 6:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_628669ce346c590d_ENG_20040527_065700-0014 # text = My father re-secured the petroleum assets of Kuwait in 1991 at a cost of sixty-one billion U.S. dollars ($61,000,000,000). -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 father father NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 re-secured re-secure VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 re-secured re-secure VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 petroleum petroleum NOUN NN Number=Sing 6 compound 6:compound _ 6 assets asset NOUN NNS Number=Plur 3 obj 3:obj _ 7 of of ADP IN _ 8 case 8:case _ 8 Kuwait Kuwait PROPN NNP Number=Sing 6 nmod 6:nmod:of _ 9 in in ADP IN _ 10 case 10:case _ -10 1991 1991 NUM CD NumType=Card 3 obl 3:obl:in _ +10 1991 1991 NUM CD NumForm=Digit|NumType=Card 3 obl 3:obl:in _ 11 at at ADP IN _ 13 case 13:case _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 cost cost NOUN NN Number=Sing 3 obl 3:obl:at _ 14 of of ADP IN _ 20 case 20:case _ -15 sixty sixty NUM CD NumType=Card 18 compound 18:compound SpaceAfter=No -16 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No -17 one one NUM CD NumType=Card 18 compound 18:compound _ -18 billion billion NUM CD NumType=Card 20 nummod 20:nummod _ +15 sixty sixty NUM CD NumForm=Word|NumType=Card 18 compound 18:compound SpaceAfter=No +16 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +17 one one NUM CD NumForm=Word|NumType=Card 18 compound 18:compound _ +18 billion billion NUM CD NumForm=Word|NumType=Card 20 nummod 20:nummod _ 19 U.S. U.S. PROPN NNP Number=Sing 20 compound 20:compound _ 20 dollars dollar NOUN NNS Number=Plur 13 nmod 13:nmod:of _ 21 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No 22 $ $ SYM $ _ 20 appos 20:appos SpaceAfter=No -23 61,000,000,000 61,000,000,000 NUM CD NumType=Card 22 nummod 22:nummod SpaceAfter=No +23 61,000,000,000 61000000000 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod SpaceAfter=No 24 ) ) PUNCT -RRB- _ 22 punct 22:punct SpaceAfter=No 25 . . PUNCT . _ 3 punct 3:punct _ @@ -106532,60 +106575,60 @@ 2 of of ADP IN _ 4 case 4:case _ 3 that that DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 cost cost NOUN NN Number=Sing 16 obl 16:obl:of SpaceAfter=No -5 , , PUNCT , _ 16 punct 16:punct _ -6 thirty thirty NUM CD NumType=Card 9 compound 9:compound SpaceAfter=No -7 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No -8 six six NUM CD NumType=Card 9 compound 9:compound _ -9 billion billion NUM CD NumType=Card 10 nummod 10:nummod _ +5 , , PUNCT , _ 4 punct 4:punct _ +6 thirty thirty NUM CD NumForm=Word|NumType=Card 9 compound 9:compound SpaceAfter=No +7 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +8 six six NUM CD NumForm=Word|NumType=Card 9 compound 9:compound _ +9 billion billion NUM CD NumForm=Word|NumType=Card 10 nummod 10:nummod _ 10 dollars dollar NOUN NNS Number=Plur 16 nsubj:pass 16:nsubj:pass|34:nsubj:pass _ 11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No 12 $ $ SYM $ _ 10 appos 10:appos SpaceAfter=No -13 36,000,000,000 36,000,000,000 NUM CD NumType=Card 12 nummod 12:nummod SpaceAfter=No +13 36,000,000,000 36000000000 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod SpaceAfter=No 14 ) ) PUNCT -RRB- _ 12 punct 12:punct _ -15 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 aux:pass 16:aux:pass _ +15 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 16 aux:pass 16:aux:pass _ 16 supplied supply VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 17 by by ADP IN _ 19 case 19:case _ 18 King King PROPN NNP Number=Sing 19 compound 19:compound _ -19 Hussein Hussein PROPN NNP Number=Sing 16 obl 16:obl:by SpaceAfter=No +19 Hussein Hussein PROPN NNP Number=Sing 16 obl:agent 16:obl:agent SpaceAfter=No 20 , , PUNCT , _ 21 punct 21:punct _ -21 Kingdom Kingdom PROPN NNP Number=Sing 19 conj 16:obl:by|19:conj:and _ +21 Kingdom Kingdom PROPN NNP Number=Sing 19 conj 16:obl:agent|19:conj:and _ 22 of of ADP IN _ 24 case 24:case _ -23 Saudi Saudi PROPN NNP Number=Sing 24 compound 24:compound _ +23 Saudi Saudi ADJ NNP Degree=Pos 24 amod 24:amod _ 24 Arabia Arabia PROPN NNP Number=Sing 21 nmod 21:nmod:of _ 25 and and CCONJ CC _ 29 cc 29:cc _ 26 other other ADJ JJ Degree=Pos 29 amod 29:amod _ 27 Persian Persian PROPN NNP Number=Sing 28 compound 28:compound _ 28 Gulf Gulf PROPN NNP Number=Sing 29 compound 29:compound _ -29 monarchies monarchy NOUN NNS Number=Plur 19 conj 16:obl:by|19:conj:and SpaceAfter=No -30 , , PUNCT , _ 34 punct 34:punct|38.1:punct _ +29 monarchies monarchy NOUN NNS Number=Plur 19 conj 16:obl:agent|19:conj:and SpaceAfter=No +30 , , PUNCT , _ 34 punct 34:punct _ 31 and and CCONJ CC _ 34 cc 34:cc|38.1:cc _ -32 sixteen sixteen NUM CD NumType=Card 33 compound 33:compound _ -33 billion billion NUM CD NumType=Card 34 nummod 34:nummod _ +32 sixteen sixteen NUM CD NumForm=Word|NumType=Card 33 compound 33:compound _ +33 billion billion NUM CD NumForm=Word|NumType=Card 34 nummod 34:nummod _ 34 dollars dollar NOUN NNS Number=Plur 16 conj 16:conj:and|38.1:nsubj:pass _ 35 ( ( PUNCT -LRB- _ 36 punct 36:punct SpaceAfter=No 36 $ $ SYM $ _ 34 appos 34:appos SpaceAfter=No -37 16,000,000,000 16,000,000,000 NUM CD NumType=Card 36 nummod 36:nummod SpaceAfter=No +37 16,000,000,000 16000000000 NUM CD NumForm=Digit|NumType=Card 36 nummod 36:nummod SpaceAfter=No 38 ) ) PUNCT -RRB- _ 36 punct 36:punct _ 38.1 supplied supply VERB VBN Tense=Past|VerbForm=Part|Voice=Pass _ _ 16:conj:and CopyOf=16 39 by by ADP IN _ 43 case 43:case _ -40 German german ADJ JJ Degree=Pos 43 amod 43:amod _ +40 German German ADJ JJ Degree=Pos 43 amod 43:amod _ 41 and and CCONJ CC _ 42 cc 42:cc _ -42 Japanese japanese ADJ JJ Degree=Pos 40 conj 40:conj:and|43:amod _ -43 partners partner NOUN NNS Number=Plur 34 orphan 38.1:obl:by SpaceAfter=No +42 Japanese Japanese ADJ JJ Degree=Pos 40 conj 40:conj:and|43:amod _ +43 partners partner NOUN NNS Number=Plur 34 orphan 38.1:obl:agent SpaceAfter=No 44 . . PUNCT . _ 16 punct 16:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_628669ce346c590d_ENG_20040527_065700-0016 # text = But my father's former Iraqi business partner remained in control of the republic of Iraq and its petroleum reserves. 1 But but CCONJ CC _ 9 cc 9:cc _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3-4 father's _ _ _ _ _ _ _ _ 3 father father NOUN NN Number=Sing 8 nmod:poss 8:nmod:poss _ 4 's 's PART POS _ 3 case 3:case _ 5 former former ADJ JJ Degree=Pos 8 amod 8:amod _ -6 Iraqi iraqi ADJ JJ Degree=Pos 8 amod 8:amod _ +6 Iraqi Iraqi ADJ JJ Degree=Pos 8 amod 8:amod _ 7 business business NOUN NN Number=Sing 8 compound 8:compound _ 8 partner partner NOUN NN Number=Sing 9 nsubj 9:nsubj _ -9 remained remain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 remained remain VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 in in ADP IN _ 11 case 11:case _ 11 control control NOUN NN Number=Sing 9 obl 9:obl:in _ 12 of of ADP IN _ 14 case 14:case _ @@ -106594,19 +106637,19 @@ 15 of of ADP IN _ 16 case 16:case _ 16 Iraq Iraq PROPN NNP Number=Sing 14 nmod 14:nmod:of _ 17 and and CCONJ CC _ 20 cc 20:cc _ -18 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +18 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 19 petroleum petroleum NOUN NN Number=Sing 20 compound 20:compound _ 20 reserves reserve NOUN NNS Number=Plur 14 conj 11:nmod:of|14:conj:and SpaceAfter=No 21 . . PUNCT . _ 9 punct 9:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_628669ce346c590d_ENG_20040527_065700-0017 # text = My family is calling for your urgent assistance in funding the removal of the President of the Republic of Iraq and acquiring the petroleum assets of his country, as compensation for the costs of removing him from power. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 family family NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 calling call VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 for for ADP IN _ 8 case 8:case _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 urgent urgent ADJ JJ Degree=Pos 8 amod 8:amod _ 8 assistance assistance NOUN NN Number=Sing 4 obl 4:obl:for _ 9 in in SCONJ IN _ 10 mark 10:mark _ @@ -106627,9 +106670,9 @@ 24 petroleum petroleum NOUN NN Number=Sing 25 compound 25:compound _ 25 assets asset NOUN NNS Number=Plur 22 obj 22:obj _ 26 of of ADP IN _ 28 case 28:case _ -27 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +27 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ 28 country country NOUN NN Number=Sing 25 nmod 25:nmod:of SpaceAfter=No -29 , , PUNCT , _ 22 punct 22:punct _ +29 , , PUNCT , _ 31 punct 31:punct _ 30 as as ADP IN _ 31 case 31:case _ 31 compensation compensation NOUN NN Number=Sing 22 obl 22:obl:as _ 32 for for ADP IN _ 34 case 34:case _ @@ -106645,12 +106688,12 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_628669ce346c590d_ENG_20040527_065700-0018 # text = Unfortunately, our partners from 1991 are not willing to shoulder the burden of this new venture, which in its upcoming phase may cost the sum of 100 billion to 200 billion dollars ($100,000,000,000 - $200,000,000,000), both in the initial acquisition and in long-term management. 1 Unfortunately unfortunately ADV RB _ 9 advmod 9:advmod SpaceAfter=No -2 , , PUNCT , _ 9 punct 9:punct _ -3 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 partners partner NOUN NNS Number=Plur 9 nsubj 9:nsubj|11:nsubj:xsubj _ 5 from from ADP IN _ 6 case 6:case _ -6 1991 1991 NUM CD NumType=Card 4 nmod 4:nmod:from _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +6 1991 1991 NUM CD NumForm=Digit|NumType=Card 4 nmod 4:nmod:from _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 not not PART RB _ 9 advmod 9:advmod _ 9 willing willing ADJ JJ Degree=Pos 0 root 0:root _ 10 to to PART TO _ 11 mark 11:mark _ @@ -106661,10 +106704,10 @@ 15 this this DET DT Number=Sing|PronType=Dem 17 det 17:det _ 16 new new ADJ JJ Degree=Pos 17 amod 17:amod _ 17 venture venture NOUN NN Number=Sing 13 nmod 13:nmod:of|25:nsubj SpaceAfter=No -18 , , PUNCT , _ 17 punct 17:punct _ +18 , , PUNCT , _ 25 punct 25:punct _ 19 which which PRON WDT PronType=Rel 25 nsubj 17:ref _ 20 in in ADP IN _ 23 case 23:case _ -21 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +21 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 22 upcoming upcoming ADJ JJ Degree=Pos 23 amod 23:amod _ 23 phase phase NOUN NN Number=Sing 25 obl 25:obl:in _ 24 may may AUX MD VerbForm=Fin 25 aux 25:aux _ @@ -106672,20 +106715,20 @@ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 sum sum NOUN NN Number=Sing 25 obj 25:obj _ 28 of of ADP IN _ 34 case 34:case _ -29 100 100 NUM CD NumType=Card 30 compound 30:compound _ -30 billion billion NUM CD NumType=Card 34 compound 34:compound _ +29 100 100 NUM CD NumForm=Digit|NumType=Card 30 compound 30:compound _ +30 billion billion NUM CD NumForm=Word|NumType=Card 34 nummod 34:nummod _ 31 to to ADP IN _ 33 case 33:case _ -32 200 200 NUM CD NumType=Card 33 compound 33:compound _ -33 billion billion NUM CD NumType=Card 30 nmod 30:nmod:to _ +32 200 200 NUM CD NumForm=Digit|NumType=Card 33 compound 33:compound _ +33 billion billion NUM CD NumForm=Word|NumType=Card 30 nmod 30:nmod:to _ 34 dollars dollar NOUN NNS Number=Plur 27 nmod 27:nmod:of _ 35 ( ( PUNCT -LRB- _ 36 punct 36:punct SpaceAfter=No 36 $ $ SYM $ _ 34 appos 34:appos SpaceAfter=No -37 100,000,000,000 100,000,000,000 NUM CD NumType=Card 36 nummod 36:nummod _ +37 100,000,000,000 100000000000 NUM CD NumForm=Digit|NumType=Card 36 nummod 36:nummod _ 38 - - SYM SYM _ 39 case 39:case _ 39 $ $ SYM $ _ 36 nmod 36:nmod SpaceAfter=No -40 200,000,000,000 200,000,000,000 NUM CD NumType=Card 39 nummod 39:nummod SpaceAfter=No +40 200,000,000,000 200000000000 NUM CD NumForm=Digit|NumType=Card 39 nummod 39:nummod SpaceAfter=No 41 ) ) PUNCT -RRB- _ 36 punct 36:punct SpaceAfter=No -42 , , PUNCT , _ 25 punct 25:punct _ +42 , , PUNCT , _ 47 punct 47:punct _ 43 both both CCONJ CC _ 47 cc:preconj 47:cc:preconj _ 44 in in ADP IN _ 47 case 47:case _ 45 the the DET DT Definite=Def|PronType=Art 47 det 47:det _ @@ -106694,7 +106737,7 @@ 48 and and CCONJ CC _ 53 cc 53:cc _ 49 in in ADP IN _ 53 case 53:case _ 50 long long ADJ JJ Degree=Pos 52 amod 52:amod SpaceAfter=No -51 - - PUNCT HYPH _ 52 punct 52:punct SpaceAfter=No +51 - - PUNCT HYPH _ 50 punct 50:punct SpaceAfter=No 52 term term NOUN NN Number=Sing 53 compound 53:compound _ 53 management management NOUN NN Number=Sing 47 conj 25:obl:in|47:conj:and SpaceAfter=No 54 . . PUNCT . _ 9 punct 9:punct _ @@ -106705,10 +106748,10 @@ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 funds fund NOUN NNS Number=Plur 13 obl 13:obl:without _ 4 from from ADP IN _ 7 case 7:case _ -5 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ -6 1991 1991 NUM CD NumType=Card 7 nummod 7:nummod _ +5 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 1991 1991 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 partners partner NOUN NNS Number=Plur 3 nmod 3:nmod:from SpaceAfter=No -8 , , PUNCT , _ 13 punct 13:punct _ +8 , , PUNCT , _ 3 punct 3:punct _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ 10 would would AUX MD VerbForm=Fin 13 aux 13:aux _ 11 not not PART RB _ 13 advmod 13:advmod _ @@ -106719,7 +106762,7 @@ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 17 oil oil NOUN NN Number=Sing 18 compound 18:compound _ 18 revenue revenue NOUN NN Number=Sing 15 obj 15:obj _ -19 trapped trap VERB VBN Tense=Past|VerbForm=Part 18 acl 18:acl _ +19 trapped trap VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 acl 18:acl _ 20 within within ADP IN _ 21 case 21:case _ 21 Iraq Iraq PROPN NNP Number=Sing 19 obl 19:obl:within SpaceAfter=No 22 . . PUNCT . _ 13 punct 13:punct _ @@ -106728,43 +106771,43 @@ # text = That is why my family and our colleagues are urgently seeking your gracious assistance. 1 That that PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 why why ADV WRB PronType=Int 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 why why ADV WRB PronType=Rel 0 root 0:root|11:advmod _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 family family NOUN NN Number=Sing 11 nsubj 11:nsubj _ 6 and and CCONJ CC _ 8 cc 8:cc _ -7 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 colleagues colleague NOUN NNS Number=Plur 5 conj 5:conj:and|11:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 urgently urgently ADV RB _ 11 advmod 11:advmod _ -11 seeking seek VERB VBG Tense=Pres|VerbForm=Part 3 acl:relcl 3:acl:relcl _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +11 seeking seek VERB VBG Tense=Pres|VerbForm=Part 3 advcl:relcl 3:advcl:relcl _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 13 gracious gracious ADJ JJ Degree=Pos 14 amod 14:amod _ 14 assistance assistance NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_628669ce346c590d_ENG_20040527_065700-0021 # text = Our distinguished colleagues in this business transaction include the sitting vice-president of the United States of America, Richard Cheney, who is an original partner in the Iraq venture and former head of the Halliburton oil company, and Condoleeza Rice, whose professional dedication to the venture was demonstrated in the naming of a Chevron oil tanker after her. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 distinguished distinguished ADJ JJ Degree=Pos 3 amod 3:amod _ 3 colleagues colleague NOUN NNS Number=Plur 8 nsubj 8:nsubj|41:nsubj _ 4 in in ADP IN _ 7 case 7:case _ 5 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 6 business business NOUN NN Number=Sing 7 compound 7:compound _ 7 transaction transaction NOUN NN Number=Sing 3 nmod 3:nmod:in _ -8 include include VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 include include VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 sitting sit VERB VBG VerbForm=Ger 11 amod 11:amod _ 11 vice-president vice-president NOUN NN Number=Sing 8 obj 8:obj|26:nsubj|33:nsubj _ 12 of of ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -14 United United PROPN NNP Number=Sing 15 compound 15:compound _ -15 States States PROPN NNP Number=Sing 11 nmod 11:nmod:of _ +14 United United ADJ NNP Degree=Pos 15 amod 15:amod _ +15 States State PROPN NNPS Number=Plur 11 nmod 11:nmod:of _ 16 of of ADP IN _ 17 case 17:case _ 17 America America PROPN NNP Number=Sing 15 nmod 15:nmod:of SpaceAfter=No -18 , , PUNCT , _ 11 punct 11:punct _ +18 , , PUNCT , _ 19 punct 19:punct _ 19 Richard Richard PROPN NNP Number=Sing 11 appos 11:appos _ 20 Cheney Cheney PROPN NNP Number=Sing 19 flat 19:flat SpaceAfter=No -21 , , PUNCT , _ 11 punct 11:punct _ +21 , , PUNCT , _ 26 punct 26:punct _ 22 who who PRON WP PronType=Rel 26 nsubj 11:ref _ 23 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ 24 an a DET DT Definite=Ind|PronType=Art 26 det 26:det _ @@ -106784,10 +106827,10 @@ 38 company company NOUN NN Number=Sing 33 nmod 33:nmod:of SpaceAfter=No 39 , , PUNCT , _ 41 punct 41:punct _ 40 and and CCONJ CC _ 41 cc 41:cc _ -41 Condoleeza Condoleeza PROPN NNP Number=Sing 8 conj 8:conj:and|46:nmod:poss _ +41 Condoleeza Condoleeza PROPN NNP Number=Sing 11 conj 8:obj|11:conj:and|46:nmod:poss _ 42 Rice Rice PROPN NNP Number=Sing 41 flat 41:flat SpaceAfter=No -43 , , PUNCT , _ 41 punct 41:punct _ -44 whose whose PRON WP$ Poss=Yes|PronType=Int 46 nmod:poss 41:ref _ +43 , , PUNCT , _ 51 punct 51:punct _ +44 whose whose PRON WP$ Poss=Yes|PronType=Rel 46 nmod:poss 41:ref _ 45 professional professional ADJ JJ Degree=Pos 46 amod 46:amod _ 46 dedication dedication NOUN NN Number=Sing 51 nsubj:pass 51:nsubj:pass _ 47 to to ADP IN _ 49 case 49:case _ @@ -106818,24 +106861,24 @@ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 sum sum NOUN NN Number=Sing 6 obj 6:obj _ 9 equaling equal VERB VBG VerbForm=Ger 8 acl 8:acl _ -10 ten ten NUM CD NumType=Card 15 nummod 15:nummod _ +10 ten ten NUM CD NumForm=Word|NumType=Card 15 nummod 15:nummod _ 11 to to ADP IN _ 14 case 14:case _ -12 twenty twenty NUM CD NumType=Card 14 compound 14:compound SpaceAfter=No -13 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No -14 five five NUM CD NumType=Card 10 nmod 10:nmod:to _ +12 twenty twenty NUM CD NumForm=Word|NumType=Card 14 compound 14:compound SpaceAfter=No +13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +14 five five NUM CD NumForm=Word|NumType=Card 10 nmod 10:nmod:to _ 15 percent percent NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No 16 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No -17 10 10 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No +17 10 10 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No 18 - - SYM SYM _ 19 case 19:case SpaceAfter=No -19 25 25 NUM CD NumType=Card 17 nmod 17:nmod _ +19 25 25 NUM CD NumForm=Digit|NumType=Card 17 nmod 17:nmod _ 20 % % SYM NN Number=Sing 15 appos 15:appos SpaceAfter=No 21 ) ) PUNCT -RRB- _ 20 punct 20:punct _ 22 of of ADP IN _ 25 case 25:case _ -23 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +23 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 24 yearly yearly ADJ JJ Degree=Pos 25 amod 25:amod _ 25 income income NOUN NN Number=Sing 15 nmod 15:nmod:of _ 26 to to ADP IN _ 28 case 28:case _ -27 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +27 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ 28 account account NOUN NN Number=Sing 6 obl 6:obl:to _ 29 to to PART TO _ 30 mark 30:mark _ 30 aid aid VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ @@ -106848,37 +106891,37 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_628669ce346c590d_ENG_20040527_065700-0023 # text = The Internal Revenue Service of the United States of America will function as our trusted intermediary. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ -2 Internal Internal PROPN NNP Number=Sing 4 compound 4:compound _ +2 Internal Internal ADJ NNP Degree=Pos 4 amod 4:amod _ 3 Revenue Revenue PROPN NNP Number=Sing 4 compound 4:compound _ 4 Service Service PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 5 of of ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 United United PROPN NNP Number=Sing 8 compound 8:compound _ -8 States States PROPN NNP Number=Sing 4 nmod 4:nmod:of _ +7 United United ADJ NNP Degree=Pos 8 amod 8:amod _ +8 States State PROPN NNPS Number=Plur 4 nmod 4:nmod:of _ 9 of of ADP IN _ 10 case 10:case _ 10 America America PROPN NNP Number=Sing 8 nmod 8:nmod:of _ 11 will will AUX MD VerbForm=Fin 12 aux 12:aux _ 12 function function VERB VB VerbForm=Inf 0 root 0:root _ 13 as as ADP IN _ 16 case 16:case _ -14 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ -15 trusted trust VERB VBN Tense=Past|VerbForm=Part 16 amod 16:amod _ +14 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 trusted trust VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 amod 16:amod _ 16 intermediary intermediary NOUN NN Number=Sing 12 obl 12:obl:as SpaceAfter=No 17 . . PUNCT . _ 12 punct 12:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_628669ce346c590d_ENG_20040527_065700-0024 # text = I propose that you make this transfer before the fifteenth (15th) of the month of April. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 propose propose VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 propose propose VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 5 mark 5:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 make make VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +5 make make VERB VB Mood=Sub|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 transfer transfer NOUN NN Number=Sing 5 obj 5:obj _ 8 before before ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -10 fifteenth fifteenth NOUN NN Number=Sing 5 obl 5:obl:before _ +10 fifteenth fifteenth NOUN NN Number=Sing|NumForm=Word|NumType=Ord 5 obl 5:obl:before _ 11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -12 15th 15th NOUN NN Number=Sing 10 appos 10:appos SpaceAfter=No +12 15th 15th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 10 appos 10:appos SpaceAfter=No 13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 14 of of ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -106890,7 +106933,7 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_628669ce346c590d_ENG_20040527_065700-0025 # text = I know that a transaction of this magnitude would make anyone apprehensive and worried. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 10 mark 10:mark _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 transaction transaction NOUN NN Number=Sing 10 nsubj 10:nsubj _ @@ -106899,7 +106942,7 @@ 8 magnitude magnitude NOUN NN Number=Sing 5 nmod 5:nmod:of _ 9 would would AUX MD VerbForm=Fin 10 aux 10:aux _ 10 make make VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ -11 anyone anyone PRON NN Number=Sing 10 obj 10:obj|12:nsubj:xsubj|14:nsubj:xsubj _ +11 anyone anyone PRON NN Number=Sing|PronType=Ind 10 obj 10:obj|12:nsubj:xsubj|14:nsubj:xsubj _ 12 apprehensive apprehensive ADJ JJ Degree=Pos 10 xcomp 10:xcomp _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 worried worried ADJ JJ Degree=Pos 12 conj 10:xcomp|12:conj:and SpaceAfter=No @@ -106911,9 +106954,9 @@ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 3 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 assuring assure VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 obj 4:obj _ +5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 iobj 4:iobj _ 6 that that SCONJ IN _ 10 mark 10:mark _ -7 all all DET DT _ 10 nsubj 10:nsubj _ +7 all all DET DT PronType=Tot 10 nsubj 10:nsubj _ 8 will will AUX MD VerbForm=Fin 10 aux 10:aux _ 9 be be AUX VB VerbForm=Inf 10 cop 10:cop _ 10 well well ADJ JJ Degree=Pos 4 ccomp 4:ccomp _ @@ -106930,15 +106973,15 @@ 1 A a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 2 bold bold ADJ JJ Degree=Pos 3 amod 3:amod _ 3 step step NOUN NN Number=Sing 8 nsubj:pass 8:nsubj:pass _ -4 taken take VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ +4 taken take VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ 5 shall shall AUX MD VerbForm=Fin 8 aux 8:aux _ 6 not not PART RB _ 8 advmod 8:advmod _ 7 be be AUX VB VerbForm=Inf 8 aux:pass 8:aux:pass _ 8 regretted regret VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 ccomp 11:ccomp SpaceAfter=No -9 , , PUNCT , _ 11 punct 11:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 assure assure VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -12 you you PRON PRP Case=Acc|Person=2|PronType=Prs 11 obj 11:obj SpaceAfter=No +11 assure assure VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +12 you you PRON PRP Case=Acc|Person=2|PronType=Prs 11 iobj 11:iobj SpaceAfter=No 13 . . PUNCT . _ 11 punct 11:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_628669ce346c590d_ENG_20040527_065700-0028 @@ -106952,7 +106995,7 @@ 7 business business NOUN NN Number=Sing 8 compound 8:compound _ 8 transaction transaction NOUN NN Number=Sing 12 nsubj 12:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ -10 100 100 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No +10 100 100 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No 11 % % SYM NN Number=Sing 12 obl:npmod 12:obl:npmod _ 12 legal legal ADJ JJ Degree=Pos 4 ccomp 4:ccomp SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ @@ -106961,7 +107004,7 @@ # text = If you do not wish to co-operate in this transaction, please contact our intermediary representatives to further discuss the matter. 1 If if SCONJ IN _ 5 mark 5:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 wish wish VERB VB VerbForm=Inf 13 advcl 13:advcl:if _ 6 to to PART TO _ 7 mark 7:mark _ @@ -106969,10 +107012,10 @@ 8 in in ADP IN _ 10 case 10:case _ 9 this this DET DT Number=Sing|PronType=Dem 10 det 10:det _ 10 transaction transaction NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No -11 , , PUNCT , _ 13 punct 13:punct _ +11 , , PUNCT , _ 5 punct 5:punct _ 12 please please INTJ UH _ 13 discourse 13:discourse _ 13 contact contact VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -14 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +14 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 15 intermediary intermediary ADJ JJ Degree=Pos 16 amod 16:amod _ 16 representatives representative NOUN NNS Number=Plur 13 obj 13:obj _ 17 to to PART TO _ 19 mark 19:mark _ @@ -106985,20 +107028,20 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_628669ce346c590d_ENG_20040527_065700-0030 # text = I pray that you understand our plight. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 pray pray VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 pray pray VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 5 mark 5:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 understand understand VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ -6 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 understand understand VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +6 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 plight plight NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_628669ce346c590d_ENG_20040527_065700-0031 # text = My family and our colleagues will be forever grateful. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 family family NOUN NN Number=Sing 9 nsubj 9:nsubj _ 3 and and CCONJ CC _ 5 cc 5:cc _ -4 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 colleagues colleague NOUN NNS Number=Plur 2 conj 2:conj:and|9:nsubj _ 6 will will AUX MD VerbForm=Fin 9 aux 9:aux _ 7 be be AUX VB VerbForm=Inf 9 cop 9:cop _ @@ -107035,16 +107078,16 @@ 2 Walker Walker PROPN NNP Number=Sing 1 flat 1:flat _ 3 Bush Bush PROPN NNP Number=Sing 1 flat 1:flat _ 4 Switchboard switchboard NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -5 : : PUNCT : _ 1 punct 1:punct _ -6 202.456.1414 202.456.1414 NUM CD NumType=Card 4 appos 4:appos _ +5 : : PUNCT : _ 6 punct 6:punct _ +6 202.456.1414 202.456.1414 NUM CD NumForm=Digit|NumType=Card 4 appos 4:appos _ 7 Comments comment NOUN NNS Number=Plur 1 list 1:list SpaceAfter=No -8 : : PUNCT : _ 1 punct 1:punct _ -9 202.456.1111 202.456.1111 NUM CD NumType=Card 7 appos 7:appos _ +8 : : PUNCT : _ 9 punct 9:punct _ +9 202.456.1111 202.456.1111 NUM CD NumForm=Digit|NumType=Card 7 appos 7:appos _ 10 Fax fax NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -11 : : PUNCT : _ 1 punct 1:punct _ -12 202.456.2461 202.456.2461 NUM CD NumType=Card 10 appos 10:appos _ +11 : : PUNCT : _ 12 punct 12:punct _ +12 202.456.2461 202.456.2461 NUM CD NumForm=Digit|NumType=Card 10 appos 10:appos _ 13 e-mail e-mail NOUN NN Number=Sing 1 list 1:list SpaceAfter=No -14 : : PUNCT : _ 1 punct 1:punct _ +14 : : PUNCT : _ 15 punct 15:punct _ 15 presid...@whitehouse.gov presid...@whitehouse.gov X ADD _ 13 appos 13:appos _ # newdoc id = newsgroup-groups.google.com_IndiaNewsWindow_1405662573fa84ed_ENG_20050831_110400 @@ -107074,7 +107117,7 @@ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 southern southern ADJ JJ Degree=Pos 6 amod 6:amod _ 6 US US PROPN NNP Number=Sing 2 nmod 2:nmod:in _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 battling battle VERB VBG VerbForm=Ger 0 root 0:root _ 9 to to PART TO _ 10 mark 10:mark _ 10 reach reach VERB VB VerbForm=Inf 8 advcl 8:advcl:to _ @@ -107082,9 +107125,9 @@ 12 of of ADP IN _ 14 case 14:case _ 13 Hurricane Hurricane PROPN NNP Number=Sing 14 compound 14:compound _ 14 Katrina Katrina PROPN NNP Number=Sing 11 nmod 11:nmod:of SpaceAfter=No -15 , , PUNCT , _ 14 punct 14:punct _ +15 , , PUNCT , _ 19 punct 19:punct _ 16 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -17 most most ADV RBS _ 18 advmod 18:advmod _ +17 most most ADV RBS Degree=Sup 18 advmod 18:advmod _ 18 destructive destructive ADJ JJ Degree=Pos 19 amod 19:amod _ 19 storm storm NOUN NN Number=Sing 14 appos 14:appos _ 20 to to PART TO _ 21 mark 21:mark _ @@ -107100,8 +107143,8 @@ 1 Hundreds hundred NOUN NNS Number=Plur 5 nsubj:pass 5:nsubj:pass|6:nsubj:xsubj _ 2 of of ADP IN _ 3 case 3:case _ 3 people people NOUN NNS Number=Plur 1 nmod 1:nmod:of _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ -5 feared fear VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ +5 feared fear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 dead dead ADJ JJ Degree=Pos 5 xcomp 5:xcomp _ 7 in in ADP IN _ 8 case 8:case _ 8 Mississippi Mississippi PROPN NNP Number=Sing 5 obl 5:obl:in SpaceAfter=No @@ -107111,11 +107154,11 @@ 12 Louisiana Louisiana PROPN NNP Number=Sing 13 compound 13:compound _ 13 city city NOUN NN Number=Sing 19 nsubj:pass 19:nsubj:pass _ 14 of of ADP IN _ 16 case 16:case _ -15 New New PROPN NNP Number=Sing 16 compound 16:compound _ +15 New New ADJ NNP Degree=Pos 16 amod 16:amod _ 16 Orleans Orleans PROPN NNP Number=Sing 13 nmod 13:nmod:of _ 17 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 aux:pass 19:aux:pass _ 18 badly badly ADV RB Degree=Pos 19 advmod 19:advmod _ -19 flooded flood VERB VBN Tense=Past|VerbForm=Part 5 conj 5:conj:and SpaceAfter=No +19 flooded flood VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 conj 5:conj:and SpaceAfter=No 20 . . PUNCT . _ 5 punct 5:punct _ # sent_id = newsgroup-groups.google.com_IndiaNewsWindow_1405662573fa84ed_ENG_20050831_110400-0005 @@ -107123,9 +107166,9 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 city city NOUN NN Number=Sing 3 compound 3:compound _ 3 mayor mayor NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 rescuers rescuer NOUN NNS Number=Plur 7 nsubj 7:nsubj|9:nsubj:xsubj _ -6 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 cop 7:cop _ +6 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 7 unable unable ADJ JJ Degree=Pos 4 ccomp 4:ccomp _ 8 to to PART TO _ 9 mark 9:mark _ 9 retrieve retrieve VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ @@ -107135,17 +107178,18 @@ # sent_id = newsgroup-groups.google.com_IndiaNewsWindow_1405662573fa84ed_ENG_20050831_110400-0006 # text = "They're just pushing them aside," he said. -1 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No -2 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj SpaceAfter=No -3 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +1 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No +2-3 They're _ _ _ _ _ _ _ _ +2 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ +3 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 just just ADV RB _ 5 advmod 5:advmod _ 5 pushing push VERB VBG Tense=Pres|VerbForm=Part 11 ccomp 11:ccomp _ 6 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 5 obj 5:obj _ 7 aside aside ADV RB _ 5 advmod 5:advmod SpaceAfter=No -8 , , PUNCT , _ 11 punct 11:punct SpaceAfter=No -9 " " PUNCT '' _ 11 punct 11:punct _ +8 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No +9 " " PUNCT '' _ 5 punct 5:punct _ 10 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +11 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 12 . . PUNCT . _ 11 punct 11:punct _ # sent_id = newsgroup-groups.google.com_IndiaNewsWindow_1405662573fa84ed_ENG_20050831_110400-0007 @@ -107153,21 +107197,21 @@ 1 Amid amid ADP IN _ 3 case 3:case _ 2 worsening worsen VERB VBG VerbForm=Ger 3 amod 3:amod _ 3 conditions condition NOUN NNS Number=Plur 6 obl 6:obl:amid SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 officials official NOUN NNS Number=Plur 6 nsubj 6:nsubj|8:nsubj:xsubj _ -6 plan plan VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 plan plan VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 evacuate evacuate VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 9 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ -10 New New PROPN NNP Number=Sing 11 compound 11:compound _ +10 New New ADJ NNP Degree=Pos 11 amod 11:amod _ 11 Orleans Orleans PROPN NNP Number=Sing 12 compound 12:compound _ -12 stadium stadium NOUN NN Number=Sing 8 obj 8:obj _ -13 where where SCONJ WRB PronType=Rel 18 mark 18:mark _ +12 stadium stadium NOUN NN Number=Sing 8 obj 8:obj|18:obl _ +13 where where ADV WRB PronType=Rel 18 advmod 12:ref _ 14 up up ADP IN _ 16 advmod 16:advmod _ 15 to to ADP IN _ 14 fixed 14:fixed _ -16 20,000 20,000 NUM CD NumType=Card 17 nummod 17:nummod _ +16 20,000 20000 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod _ 17 people people NOUN NNS Number=Plur 18 nsubj 18:nsubj _ -18 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +18 took take VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ 19 shelter shelter NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No 20 . . PUNCT . _ 6 punct 6:punct _ @@ -107182,7 +107226,7 @@ 7 , , PUNCT , _ 11 punct 11:punct _ 8 and and CCONJ CC _ 11 cc 11:cc _ 9 toilets toilet NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 overflowing overflow VERB VBG Tense=Pres|VerbForm=Part 6 conj 6:conj:and SpaceAfter=No 12 . . PUNCT . _ 6 punct 6:punct _ @@ -107191,28 +107235,29 @@ 1 Map map NOUN NN Number=Sing 0 root 0:root _ 2 of of ADP IN _ 5 case 5:case _ 3 central central ADJ JJ Degree=Pos 5 amod 5:amod _ -4 New New PROPN NNP Number=Sing 5 compound 5:compound _ +4 New New ADJ NNP Degree=Pos 5 amod 5:amod _ 5 Orleans Orleans PROPN NNP Number=Sing 1 nmod 1:nmod:of _ # sent_id = newsgroup-groups.google.com_IndiaNewsWindow_1405662573fa84ed_ENG_20050831_110400-0010 # newpar id = newsgroup-groups.google.com_IndiaNewsWindow_1405662573fa84ed_ENG_20050831_110400-p0004 # text = "It's a very, very desperate situation," Louisiana Governor Kathleen Blanco said. -1 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No -2 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj SpaceAfter=No +1 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No +2-3 It's _ _ _ _ _ _ _ _ +2 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 3 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 4 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 5 very very ADV RB _ 8 advmod 8:advmod SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 very very ADV RB _ 8 advmod 8:advmod _ 8 desperate desperate ADJ JJ Degree=Pos 9 amod 9:amod _ 9 situation situation NOUN NN Number=Sing 16 ccomp 16:ccomp SpaceAfter=No -10 , , PUNCT , _ 16 punct 16:punct SpaceAfter=No -11 " " PUNCT '' _ 16 punct 16:punct _ +10 , , PUNCT , _ 9 punct 9:punct SpaceAfter=No +11 " " PUNCT '' _ 9 punct 9:punct _ 12 Louisiana Louisiana PROPN NNP Number=Sing 13 compound 13:compound _ 13 Governor Governor PROPN NNP Number=Sing 14 compound 14:compound _ 14 Kathleen Kathleen PROPN NNP Number=Sing 16 nsubj 16:nsubj _ 15 Blanco Blanco PROPN NNP Number=Sing 14 flat 14:flat _ -16 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +16 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 17 . . PUNCT . _ 16 punct 16:punct _ # sent_id = newsgroup-groups.google.com_IndiaNewsWindow_1405662573fa84ed_ENG_20050831_110400-0011 @@ -107220,7 +107265,7 @@ 1 [ [ PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No 2 an a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 error error NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 occurred occur VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 occurred occur VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 while while SCONJ IN _ 6 mark 6:mark _ 6 processing process VERB VBG VerbForm=Ger 4 advcl 4:advcl:while _ 7 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ @@ -107229,12 +107274,12 @@ # sent_id = newsgroup-groups.google.com_IndiaNewsWindow_1405662573fa84ed_ENG_20050831_110400-0012 # text = One resident of New Orleans said escaping from the storm was "hell". -1 One one NUM CD NumType=Card 2 nummod 2:nummod _ +1 One one NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 resident resident NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 of of ADP IN _ 5 case 5:case _ -4 New New PROPN NNP Number=Sing 5 compound 5:compound _ +4 New New ADJ NNP Degree=Pos 5 amod 5:amod _ 5 Orleans Orleans PROPN NNP Number=Sing 2 nmod 2:nmod:of _ -6 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 escaping escape VERB VBG VerbForm=Ger 13 csubj 13:csubj _ 8 from from ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -107249,7 +107294,7 @@ # text = "We were screaming, hollering, flashing lights. 1 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 2 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj|8:nsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 4 screaming scream VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No 5 , , PUNCT , _ 6 punct 6:punct _ 6 hollering holler VERB VBG Tense=Pres|VerbForm=Part 4 conj 4:conj SpaceAfter=No @@ -107264,49 +107309,49 @@ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 3 complete complete ADJ JJ Degree=Pos 4 amod 4:amod _ 4 chaos chaos NOUN NN Number=Sing 9 ccomp 9:ccomp SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct SpaceAfter=No -6 " " PUNCT '' _ 9 punct 9:punct _ +5 , , PUNCT , _ 4 punct 4:punct SpaceAfter=No +6 " " PUNCT '' _ 4 punct 4:punct _ 7 Kioka Kioka PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 8 Williams Williams PROPN NNP Number=Sing 7 flat 7:flat _ -9 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -11 Associated Associated PROPN NNP Number=Sing 12 compound 12:compound _ +11 Associated Associated ADJ NNP Degree=Pos 12 amod 12:amod _ 12 Press Press PROPN NNP Number=Sing 14 compound 14:compound _ 13 news news NOUN NN Number=Sing 14 compound 14:compound _ -14 agency agency NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No +14 agency agency NOUN NN Number=Sing 9 iobj 9:iobj SpaceAfter=No 15 . . PUNCT . _ 9 punct 9:punct _ # sent_id = newsgroup-groups.google.com_IndiaNewsWindow_1405662573fa84ed_ENG_20050831_110400-0015 # text = She had to hack her way through the ceiling of her beauty shop as flood waters rose in the city of half a million people - much of which lies below sea level. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 hack hack VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 way way NOUN NN Number=Sing 4 obj 4:obj _ 7 through through ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 ceiling ceiling NOUN NN Number=Sing 4 obl 4:obl:through _ 10 of of ADP IN _ 13 case 13:case _ -11 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 12 beauty beauty NOUN NN Number=Sing 13 compound 13:compound _ 13 shop shop NOUN NN Number=Sing 9 nmod 9:nmod:of _ 14 as as SCONJ IN _ 17 mark 17:mark _ 15 flood flood NOUN NN Number=Sing 16 compound 16:compound _ 16 waters water NOUN NNS Number=Plur 17 nsubj 17:nsubj _ -17 rose rise VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:as _ +17 rose rise VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:as _ 18 in in ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -20 city city NOUN NN Number=Sing 17 obl 17:obl:in|27:obl:in _ +20 city city NOUN NN Number=Sing 17 obl 17:obl:in|27:obl:of _ 21 of of ADP IN _ 25 case 25:case _ -22 half half DET PDT _ 24 compound 24:compound _ +22 half half DET PDT NumForm=Word|NumType=Frac|PronType=Ind 24 det:predet 24:det:predet _ 23 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ -24 million million NUM CD NumType=Card 25 nummod 25:nummod _ +24 million million NUM CD NumForm=Word|NumType=Card 25 nummod 25:nummod _ 25 people people NOUN NNS Number=Plur 20 nmod 20:nmod:of _ -26 - - PUNCT , _ 20 punct 20:punct _ +26 - - PUNCT , _ 30 punct 30:punct _ 27 much much ADJ JJ Degree=Pos 30 nsubj 30:nsubj _ 28 of of ADP IN _ 29 case 29:case _ -29 which which PRON WDT PronType=Int 27 obl 20:ref _ +29 which which PRON WDT PronType=Rel 27 obl 20:ref _ 30 lies lie VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 acl:relcl 20:acl:relcl _ 31 below below ADP IN _ 33 case 33:case _ 32 sea sea NOUN NN Number=Sing 33 compound 33:compound _ @@ -107326,25 +107371,25 @@ 5 of of ADP IN _ 10 case 10:case _ 6 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 7 bowl bowl NOUN NN Number=Sing 9 obl:npmod 9:obl:npmod SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 shaped shaped ADJ JJ Degree=Pos 10 amod 10:amod _ 10 city city NOUN NN Number=Sing 2 obl 2:obl:of _ -11 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +11 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 been be AUX VBN Tense=Past|VerbForm=Part 13 aux:pass 13:aux:pass _ 13 breached breach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 14 , , PUNCT , _ 19 punct 19:punct _ 15 and and CCONJ CC _ 19 cc 19:cc _ 16 emergency emergency NOUN NN Number=Sing 17 compound 17:compound _ 17 teams team NOUN NNS Number=Plur 19 nsubj 19:nsubj _ -18 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ +18 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 19 using use VERB VBG Tense=Pres|VerbForm=Part 13 conj 13:conj:and _ -20 helicopters helicopter NOUN NNS Number=Plur 19 obj 19:obj|22:nsubj:xsubj _ +20 helicopters helicopter NOUN NNS Number=Plur 19 obj 19:obj _ 21 to to PART TO _ 22 mark 22:mark _ -22 drop drop VERB VB VerbForm=Inf 19 xcomp 19:xcomp _ -23 1,350 1,350 NUM CD NumType=Card 24 nummod 24:nummod SpaceAfter=No +22 drop drop VERB VB VerbForm=Inf 19 advcl 19:advcl:to _ +23 1,350 1350 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod SpaceAfter=No 24 kg kg NOUN NN Number=Sing 29 compound 29:compound _ 25 ( ( PUNCT -LRB- _ 27 punct 27:punct SpaceAfter=No -26 3,000 3,000 NUM CD NumType=Card 27 nummod 27:nummod SpaceAfter=No +26 3,000 3000 NUM CD NumForm=Digit|NumType=Card 27 nummod 27:nummod SpaceAfter=No 27 lb lb NOUN NN Number=Sing 24 appos 24:appos SpaceAfter=No 28 ) ) PUNCT -RRB- _ 27 punct 27:punct _ 29 sandbags sandbag NOUN NNS Number=Plur 22 obj 22:obj _ @@ -107361,25 +107406,25 @@ 1 Before before SCONJ IN _ 4 mark 4:mark _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 phones phone NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:before SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +4 went go VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:before SpaceAfter=No +5 , , PUNCT , _ 4 punct 4:punct _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj:pass 8:nsubj:pass _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 8 aux:pass 8:aux:pass _ 8 told tell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 9 [ [ PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 family family NOUN NN Number=Sing 16 nsubj 16:nsubj _ 12 in in ADP IN _ 13 case 13:case _ 13 Biloxi Biloxi PROPN NNP Number=Sing 11 nmod 11:nmod:in SpaceAfter=No 14 ] ] PUNCT -RRB- _ 11 punct 11:punct _ -15 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 aux 16:aux _ +15 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 aux 16:aux _ 16 lost lose VERB VBN Tense=Past|VerbForm=Part 8 ccomp 8:ccomp _ -17 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +17 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 18 roof roof NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No 19 , , PUNCT , _ 20 punct 20:punct _ 20 barn barn NOUN NN Number=Sing 18 conj 16:obj|18:conj:and SpaceAfter=No 21 , , PUNCT , _ 24 punct 24:punct _ -22 2 2 NUM CD NumType=Card 24 nummod 24:nummod _ +22 2 2 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod _ 23 oak oak NOUN NN Number=Sing 24 compound 24:compound _ 24 trees tree NOUN NNS Number=Plur 18 conj 16:obj|18:conj:and _ 25 and and CCONJ CC _ 27 cc 27:cc _ @@ -107387,7 +107432,7 @@ 27 pines pine NOUN NNS Number=Plur 18 conj 16:obj|18:conj:and _ 28 and and CCONJ CC _ 31 cc 31:cc _ 29 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 31 nsubj 31:nsubj _ -30 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 31 aux 31:aux _ +30 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 31 aux 31:aux _ 31 letting let VERB VBG Tense=Pres|VerbForm=Part 16 conj 8:ccomp|16:conj:and _ 32 in in ADV RB _ 31 advmod 31:advmod _ 33 water water NOUN NN Number=Sing 31 obj 31:obj _ @@ -107398,12 +107443,12 @@ 1 Natalie Natalie PROPN NNP Number=Sing 0 root 0:root _ 2 McVeigh McVeigh PROPN NNP Number=Sing 1 flat 1:flat _ 3 Oakley Oakley PROPN NNP Number=Sing 1 parataxis 1:parataxis SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ 5 England England PROPN NNP Number=Sing 3 appos 3:appos _ # sent_id = newsgroup-groups.google.com_IndiaNewsWindow_1405662573fa84ed_ENG_20050831_110400-0020 # text = Your Katrina experiences -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 Katrina Katrina PROPN NNP Number=Sing 3 compound 3:compound _ 3 experiences experience NOUN NNS Number=Plur 0 root 0:root _ @@ -107415,31 +107460,31 @@ # sent_id = newsgroup-groups.google.com_IndiaNewsWindow_1405662573fa84ed_ENG_20050831_110400-0022 # newpar id = newsgroup-groups.google.com_IndiaNewsWindow_1405662573fa84ed_ENG_20050831_110400-p0006 # text = New Orleans mayor Ray Nagin said up to 80% of the city was submerged, in some cases by waters 6m (20ft) deep. -1 New New PROPN NNP Number=Sing 2 compound 2:compound _ +1 New New ADJ NNP Degree=Pos 2 amod 2:amod _ 2 Orleans Orleans PROPN NNP Number=Sing 3 compound 3:compound _ 3 mayor mayor NOUN NN Number=Sing 4 compound 4:compound _ 4 Ray Ray PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 5 Nagin Nagin PROPN NNP Number=Sing 4 flat 4:flat _ -6 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 up up ADP IN _ 9 advmod 9:advmod _ 8 to to ADP IN _ 7 fixed 7:fixed _ -9 80 80 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No +9 80 80 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No 10 % % SYM NN Number=Sing 15 nsubj:pass 15:nsubj:pass _ 11 of of ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 city city NOUN NN Number=Sing 10 nmod 10:nmod:of _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 aux:pass 15:aux:pass _ 15 submerged submerge VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 ccomp 6:ccomp SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ +16 , , PUNCT , _ 21 punct 21:punct _ 17 in in ADP IN _ 19 case 19:case _ -18 some some DET DT _ 19 det 19:det _ +18 some some DET DT PronType=Ind 19 det 19:det _ 19 cases case NOUN NNS Number=Plur 21 nmod 21:nmod:in _ 20 by by ADP IN _ 21 case 21:case _ -21 waters water NOUN NNS Number=Plur 15 obl 15:obl:by _ -22 6 6 NUM CD NumType=Card 23 nummod 23:nummod SpaceAfter=No +21 waters water NOUN NNS Number=Plur 15 obl:agent 15:obl:agent _ +22 6 6 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod SpaceAfter=No 23 m m NOUN NNS Number=Plur 28 obl:npmod 28:obl:npmod _ 24 ( ( PUNCT -LRB- _ 26 punct 26:punct SpaceAfter=No -25 20 20 NUM CD NumType=Card 26 nummod 26:nummod SpaceAfter=No +25 20 20 NUM CD NumForm=Digit|NumType=Card 26 nummod 26:nummod SpaceAfter=No 26 ft ft NOUN NNS Number=Plur 23 appos 23:appos SpaceAfter=No 27 ) ) PUNCT -RRB- _ 26 punct 26:punct _ 28 deep deep ADJ JJ Degree=Pos 21 amod 21:amod SpaceAfter=No @@ -107448,7 +107493,7 @@ # sent_id = newsgroup-groups.google.com_IndiaNewsWindow_1405662573fa84ed_ENG_20050831_110400-0023 # text = He warned water levels could still rise. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 warned warn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 warned warn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 water water NOUN NN Number=Sing 4 compound 4:compound _ 4 levels level NOUN NNS Number=Plur 7 nsubj 7:nsubj _ 5 could could AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -107458,33 +107503,33 @@ # sent_id = newsgroup-groups.google.com_IndiaNewsWindow_1405662573fa84ed_ENG_20050831_110400-0024 # text = "Some sections of the city which are dry now could see nine or 10 feet (some 3m) of water," he said. -1 " " PUNCT `` _ 27 punct 27:punct SpaceAfter=No -2 Some some DET DT _ 3 det 3:det _ +1 " " PUNCT `` _ 12 punct 12:punct SpaceAfter=No +2 Some some DET DT PronType=Ind 3 det 3:det _ 3 sections section NOUN NNS Number=Plur 12 nsubj 9:nsubj|12:nsubj _ 4 of of ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 city city NOUN NN Number=Sing 3 nmod 3:nmod:of _ 7 which which PRON WDT PronType=Rel 9 nsubj 3:ref _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 9 dry dry ADJ JJ Degree=Pos 3 acl:relcl 3:acl:relcl _ 10 now now ADV RB _ 9 advmod 9:advmod _ 11 could could AUX MD VerbForm=Fin 12 aux 12:aux _ 12 see see VERB VB VerbForm=Inf 27 ccomp 27:ccomp _ -13 nine nine NUM CD NumType=Card 16 nummod 16:nummod _ +13 nine nine NUM CD NumForm=Word|NumType=Card 16 nummod 16:nummod _ 14 or or CCONJ CC _ 15 cc 15:cc _ -15 10 10 NUM CD NumType=Card 13 conj 13:conj:or|16:nummod _ +15 10 10 NUM CD NumForm=Digit|NumType=Card 13 conj 13:conj:or|16:nummod _ 16 feet foot NOUN NNS Number=Plur 12 obj 12:obj _ 17 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No -18 some some DET DT _ 20 det 20:det _ -19 3 3 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No +18 some some DET DT PronType=Ind 20 det 20:det _ +19 3 3 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No 20 m m NOUN NNS Number=Plur 16 appos 16:appos SpaceAfter=No 21 ) ) PUNCT -RRB- _ 20 punct 20:punct _ 22 of of ADP IN _ 23 case 23:case _ 23 water water NOUN NN Number=Sing 16 nmod 16:nmod:of SpaceAfter=No -24 , , PUNCT , _ 27 punct 27:punct SpaceAfter=No -25 " " PUNCT '' _ 27 punct 27:punct _ +24 , , PUNCT , _ 12 punct 12:punct SpaceAfter=No +25 " " PUNCT '' _ 12 punct 12:punct _ 26 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 27 nsubj 27:nsubj _ -27 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +27 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 28 . . PUNCT . _ 27 punct 27:punct _ # sent_id = newsgroup-groups.google.com_IndiaNewsWindow_1405662573fa84ed_ENG_20050831_110400-0025 @@ -107494,13 +107539,13 @@ 3 Army Army PROPN NNP Number=Sing 4 compound 4:compound _ 4 Corps Corps PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 5 of of ADP IN _ 6 case 6:case _ -6 Engineers Engineers PROPN NNPS Number=Plur 4 nmod 4:nmod:of _ +6 Engineers Engineer PROPN NNPS Number=Plur 4 nmod 4:nmod:of _ 7 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 expl 10:expl _ 9 could could AUX MD VerbForm=Fin 10 aux 10:aux _ 10 take take VERB VB VerbForm=Inf 7 ccomp 7:ccomp _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ -12 month month NOUN NN Number=Sing 10 obl:tmod 10:obl:tmod _ +12 month month NOUN NN Number=Sing 10 obj 10:obj _ 13 to to PART TO _ 14 mark 14:mark _ 14 clear clear VERB VB VerbForm=Inf 10 csubj 10:csubj _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -107517,15 +107562,15 @@ 25 agency agency NOUN NN Number=Sing 27 nsubj 27:nsubj _ 26 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ 27 urged urge VERB VBN Tense=Past|VerbForm=Part 7 conj 7:conj:and _ -28 evacuees evacuee NOUN NNS Number=Plur 27 obj 27:obj|31:nsubj:xsubj|33:nsubj:xsubj _ -29 not not ADV RB _ 31 advmod 31:advmod _ +28 evacuees evacuee NOUN NNS Number=Plur 27 iobj 27:iobj|31:nsubj:xsubj|33:nsubj:xsubj _ +29 not not PART RB _ 31 advmod 31:advmod _ 30 to to PART TO _ 31 mark 31:mark _ 31 try try VERB VB VerbForm=Inf 27 xcomp 27:xcomp _ 32 to to PART TO _ 33 mark 33:mark _ 33 get get VERB VB VerbForm=Inf 31 xcomp 31:xcomp _ 34 back back ADV RB _ 33 advmod 33:advmod _ 35 to to ADP IN _ 37 case 37:case _ -36 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ +36 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ 37 homes home NOUN NNS Number=Plur 34 obl 34:obl:to SpaceAfter=No 38 . . PUNCT . _ 7 punct 7:punct _ @@ -107538,7 +107583,7 @@ 4 Alastair Alastair PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 5 Leithead Leithead PROPN NNP Number=Sing 4 flat 4:flat _ 6 in in ADP IN _ 8 case 8:case _ -7 New New PROPN NNP Number=Sing 8 compound 8:compound _ +7 New New ADJ NNP Degree=Pos 8 amod 8:amod _ 8 Orleans Orleans PROPN NNP Number=Sing 4 nmod 4:nmod:in _ 9 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 10 there there PRON EX _ 11 expl 11:expl _ @@ -107547,7 +107592,7 @@ 13 as as SCONJ IN _ 16 mark 16:mark _ 14 vital vital ADJ JJ Degree=Pos 15 amod 15:amod _ 15 supplies supplies NOUN NNS Number=Plur 16 nsubj 16:nsubj _ -16 run run VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:as _ +16 run run VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:as _ 17 out out ADP RP _ 16 compound:prt 16:compound:prt SpaceAfter=No 18 . . PUNCT . _ 9 punct 9:punct _ @@ -107556,7 +107601,7 @@ 1 Heavily heavily ADV RB _ 2 advmod 2:advmod _ 2 armed armed ADJ JJ Degree=Pos 3 amod 3:amod _ 3 police police NOUN NNS Number=Plur 6 nsubj 6:nsubj|8:nsubj:xsubj _ -4 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 been be AUX VBN Tense=Past|VerbForm=Part 6 aux 6:aux _ 6 trying try VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ @@ -107576,15 +107621,15 @@ # sent_id = newsgroup-groups.google.com_IndiaNewsWindow_1405662573fa84ed_ENG_20050831_110400-0028 # text = While some looters are stealing non-essential goods, others are simply trying to find food and water. 1 While while SCONJ IN _ 5 mark 5:mark _ -2 some some DET DT _ 3 det 3:det _ +2 some some DET DT PronType=Ind 3 det 3:det _ 3 looters looter NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 stealing steal VERB VBG Tense=Pres|VerbForm=Part 12 advcl 12:advcl:while _ 6 non-essential non-essential ADJ JJ Degree=Pos 7 amod 7:amod _ 7 goods goods NOUN NNS Number=Plur 5 obj 5:obj SpaceAfter=No -8 , , PUNCT , _ 12 punct 12:punct _ +8 , , PUNCT , _ 5 punct 5:punct _ 9 others other NOUN NNS Number=Plur 12 nsubj 12:nsubj|14:nsubj:xsubj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 11 simply simply ADV RB _ 12 advmod 12:advmod _ 12 trying try VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 13 to to PART TO _ 14 mark 14:mark _ @@ -107609,16 +107654,17 @@ 4 to to PART TO _ 7 mark 7:mark _ 5 be be AUX VB VerbForm=Inf 7 cop 7:cop _ 6 even even ADV RB _ 7 advmod 7:advmod _ -7 worse worse ADJ JJR Degree=Cmp 3 xcomp 3:xcomp _ +7 worse bad ADJ JJR Degree=Cmp 3 xcomp 3:xcomp _ 8 in in ADP IN _ 9 case 9:case _ 9 Mississippi Mississippi PROPN NNP Number=Sing 7 obl 7:obl:in SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_IndiaNewsWindow_1405662573fa84ed_ENG_20050831_110400-0031 # text = "You're going to be looking at hundreds dead along the coast," a state official said. -1 " " PUNCT `` _ 19 punct 19:punct SpaceAfter=No -2 You you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj|7:nsubj:xsubj SpaceAfter=No -3 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +1 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No +2-3 You're _ _ _ _ _ _ _ _ +2 You you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj|7:nsubj:xsubj _ +3 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 going go VERB VBG Tense=Pres|VerbForm=Part 19 ccomp 19:ccomp _ 5 to to PART TO _ 7 mark 7:mark _ 6 be be AUX VB VerbForm=Inf 7 aux 7:aux _ @@ -107629,12 +107675,12 @@ 11 along along ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 coast coast NOUN NN Number=Sing 9 nmod 9:nmod:along SpaceAfter=No -14 , , PUNCT , _ 19 punct 19:punct SpaceAfter=No -15 " " PUNCT '' _ 19 punct 19:punct _ +14 , , PUNCT , _ 4 punct 4:punct SpaceAfter=No +15 " " PUNCT '' _ 4 punct 4:punct _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 state state NOUN NN Number=Sing 18 compound 18:compound _ 18 official official NOUN NN Number=Sing 19 nsubj 19:nsubj _ -19 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +19 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 20 . . PUNCT . _ 19 punct 19:punct _ # sent_id = newsgroup-groups.google.com_IndiaNewsWindow_1405662573fa84ed_ENG_20050831_110400-0032 @@ -107642,7 +107688,7 @@ 1 [ [ PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No 2 an a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 error error NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 occurred occur VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 occurred occur VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 while while SCONJ IN _ 6 mark 6:mark _ 6 processing process VERB VBG VerbForm=Ger 4 advcl 4:advcl:while _ 7 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ @@ -107652,10 +107698,10 @@ # sent_id = newsgroup-groups.google.com_IndiaNewsWindow_1405662573fa84ed_ENG_20050831_110400-0033 # text = Casinos housed in barges have been hurled onto the beach and beyond. 1 Casinos casino NOUN NNS Number=Plur 7 nsubj:pass 7:nsubj:pass _ -2 housed house VERB VBN Tense=Past|VerbForm=Part 1 acl 1:acl _ +2 housed house VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 acl 1:acl _ 3 in in ADP IN _ 4 case 4:case _ 4 barges barge NOUN NNS Number=Plur 2 obl 2:obl:in _ -5 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 been be AUX VBN Tense=Past|VerbForm=Part 7 aux:pass 7:aux:pass _ 7 hurled hurl VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 8 onto onto ADP IN _ 10 case 10:case _ @@ -107670,12 +107716,12 @@ 1 Tens ten NOUN NNS Number=Plur 5 nsubj 5:nsubj _ 2 of of ADP IN _ 3 case 3:case _ 3 thousands thousand NOUN NNS Number=Plur 1 nmod 1:nmod:of _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 homeless homeless ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 6 , , PUNCT , _ 9 punct 9:punct _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 officials official NOUN NNS Number=Plur 9 nsubj 9:nsubj _ -9 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +9 say say VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 11 could could AUX MD VerbForm=Fin 13 aux 13:aux _ 12 be be AUX VB VerbForm=Inf 13 cop 13:cop _ @@ -107688,7 +107734,7 @@ # sent_id = newsgroup-groups.google.com_IndiaNewsWindow_1405662573fa84ed_ENG_20050831_110400-0035 # text = "I can only imagine that this is what Hiroshima looked like 60 years ago," said Mississippi Governor Haley Barbour after viewing the destruction from the air. -1 " " PUNCT `` _ 18 punct 18:punct SpaceAfter=No +1 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 3 can can AUX MD VerbForm=Fin 5 aux 5:aux _ 4 only only ADV RB _ 5 advmod 5:advmod _ @@ -107696,16 +107742,16 @@ 6 that that SCONJ IN _ 9 mark 9:mark _ 7 this this PRON DT Number=Sing|PronType=Dem 9 nsubj 9:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ -9 what what PRON WP PronType=Int 5 ccomp 5:ccomp _ +9 what what PRON WP PronType=Rel 5 ccomp 5:ccomp|11:obl:like _ 10 Hiroshima Hiroshima PROPN NNP Number=Sing 11 nsubj 11:nsubj _ -11 looked look VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ -12 like like ADP IN _ 11 obl 11:obl _ -13 60 60 NUM CD NumType=Card 14 nummod 14:nummod _ +11 looked look VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +12 like like ADP IN _ 11 obl 9:case _ +13 60 60 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 14 years year NOUN NNS Number=Plur 15 obl:npmod 15:obl:npmod _ 15 ago ago ADV RB _ 11 advmod 11:advmod SpaceAfter=No -16 , , PUNCT , _ 18 punct 18:punct SpaceAfter=No -17 " " PUNCT '' _ 18 punct 18:punct _ -18 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +16 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No +17 " " PUNCT '' _ 5 punct 5:punct _ +18 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 19 Mississippi Mississippi PROPN NNP Number=Sing 20 compound 20:compound _ 20 Governor Governor PROPN NNP Number=Sing 21 compound 21:compound _ 21 Haley Haley PROPN NNP Number=Sing 18 nsubj 18:nsubj _ @@ -107722,19 +107768,19 @@ # sent_id = newsgroup-groups.google.com_IndiaNewsWindow_1405662573fa84ed_ENG_20050831_110400-0036 # text = Survivors are being found all the time, including two children who lost their parents. 1 Survivors survivor NOUN NNS Number=Plur 4 nsubj:pass 4:nsubj:pass _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 being be AUX VBG VerbForm=Ger 4 aux:pass 4:aux:pass _ 4 found find VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ -5 all all DET PDT _ 7 det:predet 7:det:predet _ +5 all all DET PDT PronType=Tot 7 det:predet 7:det:predet _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 time time NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod SpaceAfter=No -8 , , PUNCT , _ 4 punct 4:punct _ +8 , , PUNCT , _ 11 punct 11:punct _ 9 including include VERB VBG VerbForm=Ger 11 case 11:case _ -10 two two NUM CD NumType=Card 11 nummod 11:nummod _ -11 children child NOUN NNS Number=Plur 4 obl 4:obl:include|13:nsubj _ +10 two two NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ +11 children child NOUN NNS Number=Plur 4 obl 4:obl:including|13:nsubj _ 12 who who PRON WP PronType=Rel 13 nsubj 11:ref _ -13 lost lose VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ -14 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 lost lose VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +14 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 parents parent NOUN NNS Number=Plur 13 obj 13:obj SpaceAfter=No 16 . . PUNCT . _ 4 punct 4:punct _ @@ -107744,7 +107790,7 @@ 2 County County PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 3 in in ADP IN _ 4 case 4:case _ 4 Mississippi Mississippi PROPN NNP Number=Sing 2 nmod 2:nmod:in _ -5 bore bear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 bore bear VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 brunt brunt NOUN NN Number=Sing 5 obj 5:obj _ 8 of of ADP IN _ 10 case 10:case _ @@ -107752,7 +107798,7 @@ 10 Katrina Katrina PROPN NNP Number=Sing 7 nmod 7:nmod:of _ 11 as as SCONJ IN _ 13 mark 13:mark _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 slammed slam VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:as _ +13 slammed slam VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:as _ 14 into into ADP IN _ 15 case 15:case _ 15 Biloxi Biloxi PROPN NNP Number=Sing 13 obl 13:obl:into _ 16 and and CCONJ CC _ 17 cc 17:cc _ @@ -107766,11 +107812,11 @@ # text = Mississippi media earlier reported 54 people killed in the state. 1 Mississippi Mississippi PROPN NNP Number=Sing 2 compound 2:compound _ 2 media media NOUN NN Number=Sing 4 nsubj 4:nsubj _ -3 earlier earlier ADV RBR Degree=Cmp 4 advmod 4:advmod _ -4 reported report VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -5 54 54 NUM CD NumType=Card 6 nummod 6:nummod _ +3 earlier early ADV RBR Degree=Cmp 4 advmod 4:advmod _ +4 reported report VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 54 54 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 people people NOUN NNS Number=Plur 4 obj 4:obj _ -7 killed kill VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 killed kill VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 in in ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 state state NOUN NN Number=Sing 6 nmod 6:nmod:in SpaceAfter=No @@ -107780,14 +107826,14 @@ # text = In Biloxi, 30 people were reported dead in one block of flats which was hit by a 9m (30ft) "storm surge". 1 In in ADP IN _ 2 case 2:case _ 2 Biloxi Biloxi PROPN NNP Number=Sing 7 obl 7:obl:in SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ -4 30 30 NUM CD NumType=Card 5 nummod 5:nummod _ +3 , , PUNCT , _ 2 punct 2:punct _ +4 30 30 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 people people NOUN NNS Number=Plur 7 nsubj:pass 7:nsubj:pass|8:nsubj:xsubj _ -6 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 aux:pass 7:aux:pass _ +6 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 aux:pass 7:aux:pass _ 7 reported report VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 8 dead dead ADJ JJ Degree=Pos 7 xcomp 7:xcomp _ 9 in in ADP IN _ 11 case 11:case _ -10 one one NUM CD NumType=Card 11 nummod 11:nummod _ +10 one one NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 11 block block NOUN NN Number=Sing 7 obl 7:obl:in|16:nsubj:pass _ 12 of of ADP IN _ 13 case 13:case _ 13 flats flat NOUN NNS Number=Plur 11 nmod 11:nmod:of _ @@ -107796,15 +107842,15 @@ 16 hit hit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl:relcl 11:acl:relcl _ 17 by by ADP IN _ 27 case 27:case _ 18 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ -19 9 9 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No +19 9 9 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No 20 m m NOUN NN Number=Sing 27 compound 27:compound _ 21 ( ( PUNCT -LRB- _ 23 punct 23:punct SpaceAfter=No -22 30 30 NUM CD NumType=Card 23 nummod 23:nummod SpaceAfter=No +22 30 30 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod SpaceAfter=No 23 ft ft NOUN NN Number=Sing 20 appos 20:appos SpaceAfter=No 24 ) ) PUNCT -RRB- _ 23 punct 23:punct _ 25 " " PUNCT `` _ 27 punct 27:punct SpaceAfter=No 26 storm storm NOUN NN Number=Sing 27 compound 27:compound _ -27 surge surge NOUN NN Number=Sing 16 obl 16:obl:by SpaceAfter=No +27 surge surge NOUN NN Number=Sing 16 obl:agent 16:obl:agent SpaceAfter=No 28 " " PUNCT '' _ 27 punct 27:punct SpaceAfter=No 29 . . PUNCT . _ 7 punct 7:punct _ @@ -107823,12 +107869,12 @@ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 hundreds hundred NOUN NNS Number=Plur 18 ccomp 18:ccomp SpaceAfter=No 12 " " PUNCT '' _ 11 punct 11:punct SpaceAfter=No -13 , , PUNCT , _ 18 punct 18:punct _ +13 , , PUNCT , _ 11 punct 11:punct _ 14 municipal municipal ADJ JJ Degree=Pos 15 amod 15:amod _ 15 spokesman spokesman NOUN NN Number=Sing 16 compound 16:compound _ 16 Vincent Vincent PROPN NNP Number=Sing 18 nsubj 18:nsubj _ 17 Creel Creel PROPN NNP Number=Sing 16 flat 16:flat _ -18 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +18 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 19 . . PUNCT . _ 18 punct 18:punct _ # sent_id = newsgroup-groups.google.com_IndiaNewsWindow_1405662573fa84ed_ENG_20050831_110400-0041 @@ -107842,15 +107888,15 @@ 2 's 's PART POS _ 1 case 1:case _ 3 Governor Governor PROPN NNP Number=Sing 4 compound 4:compound _ 4 Blanco Blanco PROPN NNP Number=Sing 5 nsubj 5:nsubj|13:nsubj _ -5 urged urge VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -6 residents resident NOUN NNS Number=Plur 5 obj 5:obj|8:nsubj:xsubj _ +5 urged urge VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 residents resident NOUN NNS Number=Plur 5 iobj 5:iobj|8:nsubj:xsubj _ 7 to to PART TO _ 8 mark 8:mark _ 8 spend spend VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ -9 Wednesday Wednesday PROPN NNP Number=Sing 8 obl:tmod 8:obl:tmod _ +9 Wednesday Wednesday PROPN NNP Number=Sing 8 obj 8:obj _ 10 in in ADP IN _ 11 case 11:case _ 11 prayer prayer NOUN NN Number=Sing 8 obl 8:obl:in _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 assured assure VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +13 assured assure VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 14 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 13 iobj 13:iobj _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 crisis crisis NOUN NN Number=Sing 20 nsubj:pass 20:nsubj:pass _ @@ -107874,7 +107920,7 @@ # text = The US Red Cross has mobilised thousands of volunteers for its biggest-ever natural disaster effort and federal emergency teams are being dispatched to affected areas. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 2 US US PROPN NNP Number=Sing 4 compound 4:compound _ -3 Red Red PROPN NNP Number=Sing 4 compound 4:compound _ +3 Red Red ADJ NNP Degree=Pos 4 amod 4:amod _ 4 Cross Cross PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 5 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 mobilised mobilise VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ @@ -107882,9 +107928,9 @@ 8 of of ADP IN _ 9 case 9:case _ 9 volunteers volunteer NOUN NNS Number=Plur 7 nmod 7:nmod:of _ 10 for for ADP IN _ 17 case 17:case _ -11 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ -12 biggest biggest ADJ JJS Degree=Sup 17 amod 17:amod SpaceAfter=No -13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +11 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +12 biggest big ADJ JJS Degree=Sup 17 amod 17:amod SpaceAfter=No +13 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 14 ever ever ADV RB _ 12 advmod 12:advmod _ 15 natural natural ADJ JJ Degree=Pos 16 amod 16:amod _ 16 disaster disaster NOUN NN Number=Sing 17 compound 17:compound _ @@ -107893,11 +107939,11 @@ 19 federal federal ADJ JJ Degree=Pos 21 amod 21:amod _ 20 emergency emergency NOUN NN Number=Sing 21 compound 21:compound _ 21 teams team NOUN NNS Number=Plur 24 nsubj:pass 24:nsubj:pass _ -22 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ +22 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ 23 being be AUX VBG VerbForm=Ger 24 aux:pass 24:aux:pass _ 24 dispatched dispatch VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 conj 6:conj:and _ 25 to to ADP IN _ 27 case 27:case _ -26 affected affect VERB VBN Tense=Past|VerbForm=Part 27 amod 27:amod _ +26 affected affect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 27 amod 27:amod _ 27 areas area NOUN NNS Number=Plur 24 obl 24:obl:to SpaceAfter=No 28 . . PUNCT . _ 6 punct 6:punct _ @@ -107907,25 +107953,25 @@ 2 George George PROPN NNP Number=Sing 1 flat 1:flat _ 3 W W PROPN NNP Number=Sing 1 flat 1:flat _ 4 Bush Bush PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ +5 , , PUNCT , _ 8 punct 8:punct _ 6 who who PRON WP PronType=Rel 8 nsubj 1:ref _ 7 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 cut cut VERB VBN Tense=Past|VerbForm=Part 1 acl:relcl 1:acl:relcl _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 holiday holiday NOUN NN Number=Sing 8 obj 8:obj|13:nsubj:xsubj _ -11 two two NUM CD NumType=Card 12 nummod 12:nummod _ +11 two two NUM CD NumForm=Word|NumType=Card 12 nummod 12:nummod _ 12 days day NOUN NNS Number=Plur 13 obl:tmod 13:obl:tmod _ 13 short short ADJ JJ Degree=Pos 8 xcomp 8:xcomp SpaceAfter=No -14 , , PUNCT , _ 16 punct 16:punct _ +14 , , PUNCT , _ 1 punct 1:punct _ 15 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 16 called call VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 17 on on ADP IN _ 18 case 18:case _ -18 Americans Americans PROPN NNPS Number=Plur 16 obl 16:obl:on _ +18 Americans American PROPN NNPS Number=Plur 16 obl 16:obl:on _ 19 to to PART TO _ 20 mark 20:mark _ 20 donate donate VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 21 to to ADP IN _ 24 case 24:case _ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -23 Red Red PROPN NNP Number=Sing 24 compound 24:compound _ +23 Red Red ADJ NNP Degree=Pos 24 amod 24:amod _ 24 Cross Cross PROPN NNP Number=Sing 20 obl 20:obl:to _ 25 or or CCONJ CC _ 27 cc 27:cc _ 26 other other ADJ JJ Degree=Pos 27 amod 27:amod _ @@ -107937,12 +107983,12 @@ 1 Damage damage NOUN NN Number=Sing 2 compound 2:compound _ 2 estimates estimate NOUN NNS Number=Plur 9 nsubj 9:nsubj _ 3 of of ADP IN _ 6 case 6:case _ -4 more more ADJ JJR Degree=Cmp 6 advmod 6:advmod _ +4 more more ADJ JJR Degree=Cmp|ExtPos=ADV 6 advmod 6:advmod _ 5 than than ADP IN _ 4 fixed 4:fixed _ 6 $ $ SYM $ _ 2 nmod 2:nmod:of SpaceAfter=No -7 25 25 NUM CD NumType=Card 8 compound 8:compound SpaceAfter=No -8 bn bn NUM CD NumType=Card 6 nummod 6:nummod _ -9 suggest suggest VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 25 25 NUM CD NumForm=Digit|NumType=Card 8 compound 8:compound SpaceAfter=No +8 bn billion NUM CD Abbr=Yes|NumForm=Word|NumType=Card 6 nummod 6:nummod _ +9 suggest suggest VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj _ 11 could could AUX MD VerbForm=Fin 21 aux 21:aux _ 12 be be AUX VB VerbForm=Inf 21 cop 21:cop _ @@ -107952,7 +107998,7 @@ 16-17 industry's _ _ _ _ _ _ _ _ 16 industry industry NOUN NN Number=Sing 21 nmod:poss 21:nmod:poss _ 17 's 's PART POS _ 16 case 16:case _ -18 most most ADV RBS _ 19 advmod 19:advmod _ +18 most most ADV RBS Degree=Sup 19 advmod 19:advmod _ 19 expensive expensive ADJ JJ Degree=Pos 21 amod 21:amod _ 20 natural natural ADJ JJ Degree=Pos 21 amod 21:amod _ 21 disaster disaster NOUN NN Number=Sing 9 ccomp 9:ccomp _ @@ -107970,11 +108016,11 @@ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 international international ADJ JJ Degree=Pos 9 amod 9:amod _ 9 market market NOUN NN Number=Sing 2 nmod 2:nmod:on _ -10 hit hit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 hit hit VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 record record ADJ JJ Degree=Pos 13 amod 13:amod _ 13 $ $ SYM $ _ 10 obj 10:obj SpaceAfter=No -14 70.85 70.85 NUM CD NumType=Card 13 nummod 13:nummod _ +14 70.85 70.85 NUM CD NumForm=Digit|NumType=Frac 13 nummod 13:nummod _ 15 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 16 barrel barrel NOUN NN Number=Sing 13 nmod:npmod 13:nmod:npmod _ 17 due due ADP IN _ 20 case 20:case _ @@ -108027,23 +108073,23 @@ 1 MOON moon NOUN NN Number=Sing 2 compound 2:compound _ 2 LANDING landing NOUN NN Number=Sing 3 compound 3:compound _ 3 HOAX hoax NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -4 : : PUNCT : _ 3 punct 3:punct _ +4 : : PUNCT : _ 5 punct 5:punct _ 5 CHURCH church NOUN NN Number=Sing 3 parataxis 3:parataxis _ -6 = = PUNCT , _ 3 punct 3:punct _ -7 TECHNOLOGY technology NOUN NN Number=Sing 6 dep 6:dep _ +6 = = PUNCT , _ 5 punct 5:punct _ +7 TECHNOLOGY technology NOUN NN Number=Sing 3 dep 3:dep _ 8 & & CCONJ CC _ 9 cc 9:cc _ 9 GOVERNMENT government NOUN NN Number=Sing 7 conj 6:dep|7:conj _ -10 - - PUNCT , _ 3 punct 3:punct _ -11 Shuttle shuttle NOUN NN Number=Sing 12 nsubj 12:nsubj _ -12 Carried carry VERB VBN Tense=Past|VerbForm=Part 3 parataxis 3:parataxis _ +10 - - PUNCT , _ 12 punct 12:punct _ +11 Shuttle shuttle NOUN NN Number=Sing 12 nsubj:pass 12:nsubj:pass _ +12 Carried carry VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 parataxis 3:parataxis _ 13 on on ADP IN _ 15 case 15:case _ 14 Aircraft aircraft NOUN NN Number=Sing 15 compound 15:compound _ 15 model model NOUN NN Number=Sing 12 obl 12:obl:on _ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0002 # text = Q: NASA IS A WASTE! -1 Q q NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +1 Q Q NOUN NN Number=Sing 0 root 0:root SpaceAfter=No +2 : : PUNCT : _ 6 punct 6:punct _ 3 NASA NASA PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 4 IS be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 A a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -108053,9 +108099,9 @@ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0003 # text = ( Answered, 2 Comments ) 1 ( ( PUNCT -LRB- _ 5 punct 5:punct _ -2 Answered answer VERB VBN Tense=Past|VerbForm=Part 5 parataxis 5:parataxis SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ -4 2 2 NUM CD NumType=Card 5 nummod 5:nummod _ +2 Answered answer VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 parataxis 5:parataxis SpaceAfter=No +3 , , PUNCT , _ 2 punct 2:punct _ +4 2 2 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 Comments comment NOUN NNS Number=Plur 0 root 0:root _ 6 ) ) PUNCT -RRB- _ 5 punct 5:punct _ @@ -108066,7 +108112,7 @@ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0005 # text = Subject: NASA IS A WASTE! 1 Subject subject NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 6 punct 6:punct _ 3 NASA NASA PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 4 IS be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 A a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -108076,54 +108122,54 @@ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0006 # text = Category: Science > Astronomy 1 Category category NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ -3 Science science NOUN NN Number=Sing 1 appos 1:appos _ -4 > > PUNCT , _ 3 punct 3:punct _ -5 Astronomy astronomy NOUN NN Number=Sing 4 dep 4:dep _ +2 : : PUNCT : _ 5 punct 5:punct _ +3 Science science NOUN NN Number=Sing 5 compound 5:compound _ +4 > > SYM SYM _ 5 case 5:case _ +5 Astronomy astronomy NOUN NN Number=Sing 1 appos 1:appos _ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0007 # text = Asked by: yheggy-ga -1 Asked ask VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Asked ask VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 by by ADP IN _ 6 case 6:case SpaceAfter=No -3 : : PUNCT : _ 6 punct 6:punct _ +3 : : PUNCT : _ 2 punct 2:punct _ 4 yheggy yheggy PROPN NNP Number=Sing 6 compound 6:compound SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No -6 ga ga PROPN NNP Number=Sing 1 obl 1:obl:by _ +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No +6 ga ga PROPN NNP Number=Sing 1 obl:agent 1:obl:agent _ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0008 # text = List Price: $2.00 1 List list NOUN NN Number=Sing 2 compound 2:compound _ 2 Price price NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 4 punct 4:punct _ 4 $ $ SYM $ _ 2 appos 2:appos SpaceAfter=No -5 2.00 2.00 NUM CD NumType=Card 4 nummod 4:nummod _ +5 2.00 2.00 NUM CD NumForm=Digit|NumType=Frac 4 nummod 4:nummod _ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0009 # text = Posted: 25 Oct 2004 18:32 PDT -1 Posted post VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ -3 25 25 NUM CD NumType=Card 4 nummod 4:nummod _ -4 Oct Oct PROPN NNP Number=Sing 1 obl:tmod 1:obl:tmod _ -5 2004 2004 NUM CD NumType=Card 4 nmod:tmod 4:nmod:tmod _ -6 18:32 18:32 NUM CD NumType=Card 7 nummod 7:nummod _ +1 Posted post VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No +2 : : PUNCT : _ 4 punct 4:punct _ +3 25 25 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +4 Oct October PROPN NNP Abbr=Yes|Number=Sing 1 obl:tmod 1:obl:tmod _ +5 2004 2004 NUM CD NumForm=Digit|NumType=Card 4 nmod:tmod 4:nmod:tmod _ +6 18:32 18:32 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 PDT pdt NOUN NN Number=Sing 1 obl:tmod 1:obl:tmod _ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0010 # text = Expires: 24 Nov 2004 17:32 PST 1 Expires expire VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ -3 24 24 NUM CD NumType=Card 4 nummod 4:nummod _ -4 Nov Nov PROPN NNP Number=Sing 1 obl:tmod 1:obl:tmod _ -5 2004 2004 NUM CD NumType=Card 4 nmod:tmod 4:nmod:tmod _ -6 17:32 17:32 NUM CD NumType=Card 7 nummod 7:nummod _ +2 : : PUNCT : _ 4 punct 4:punct _ +3 24 24 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +4 Nov November PROPN NNP Abbr=Yes|Number=Sing 1 obl:tmod 1:obl:tmod _ +5 2004 2004 NUM CD NumForm=Digit|NumType=Card 4 nmod:tmod 4:nmod:tmod _ +6 17:32 17:32 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 PST pst NOUN NN Number=Sing 1 obl:tmod 1:obl:tmod _ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0011 # text = Question ID: 420072 1 Question question NOUN NN Number=Sing 2 compound 2:compound _ 2 ID id NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ -4 420072 420072 NUM CD NumType=Card 2 appos 2:appos _ +3 : : PUNCT : _ 4 punct 4:punct _ +4 420072 420072 NUM CD NumForm=Digit|NumType=Card 2 appos 2:appos _ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0012 # newpar id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-p0002 @@ -108148,9 +108194,9 @@ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0014 # text = Subject: Re: NASA IS A WASTE! 1 Subject subject NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 8 punct 8:punct _ 3 Re re ADP IN _ 8 mark 8:mark SpaceAfter=No -4 : : PUNCT : _ 8 punct 8:punct _ +4 : : PUNCT : _ 3 punct 3:punct _ 5 NASA NASA PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 6 IS be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 A a DET DT Definite=Ind|PronType=Art 8 det 8:det _ @@ -108159,17 +108205,17 @@ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0015 # text = Answered By: googlenut-ga on 25 Oct 2004 19:14 PDT -1 Answered answer VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Answered answer VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 By by ADP IN _ 6 case 6:case SpaceAfter=No -3 : : PUNCT : _ 6 punct 6:punct _ +3 : : PUNCT : _ 2 punct 2:punct _ 4 googlenut googlenut PROPN NNP Number=Sing 6 compound 6:compound SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No -6 ga ga PROPN NNP Number=Sing 1 obl 1:obl:by _ +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No +6 ga ga PROPN NNP Number=Sing 1 obl:agent 1:obl:agent _ 7 on on ADP IN _ 9 case 9:case _ -8 25 25 NUM CD NumType=Card 9 nummod 9:nummod _ -9 Oct Oct PROPN NNP Number=Sing 1 obl 1:obl:on _ -10 2004 2004 NUM CD NumType=Card 9 nmod:tmod 9:nmod:tmod _ -11 19:14 19:14 NUM CD NumType=Card 12 nummod 12:nummod _ +8 25 25 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ +9 Oct October PROPN NNP Abbr=Yes|Number=Sing 1 obl 1:obl:on _ +10 2004 2004 NUM CD NumForm=Digit|NumType=Card 9 nmod:tmod 9:nmod:tmod _ +11 19:14 19:14 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 12 PDT pdt NOUN NN Number=Sing 1 obl:tmod 1:obl:tmod _ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0016 @@ -108177,7 +108223,7 @@ # text = Hello yheggy-ga, 1 Hello hello INTJ UH _ 0 root 0:root _ 2 yheggy yheggy PROPN NNP Number=Sing 4 compound 4:compound SpaceAfter=No -3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No +3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No 4 ga ga PROPN NNP Number=Sing 1 vocative 1:vocative SpaceAfter=No 5 , , PUNCT , _ 1 punct 1:punct _ @@ -108186,19 +108232,19 @@ # text = On September 21, 2004, the U.S. Senate Appropriations Committee approved $16.379 billion in funding for NASA for fiscal year 2005. 1 On on ADP IN _ 2 case 2:case _ 2 September September PROPN NNP Number=Sing 12 obl 12:obl:on _ -3 21 21 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -4 , , PUNCT , _ 2 punct 2:punct _ -5 2004 2004 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -6 , , PUNCT , _ 12 punct 12:punct _ +3 21 21 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No +4 , , PUNCT , _ 5 punct 5:punct _ +5 2004 2004 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No +6 , , PUNCT , _ 2 punct 2:punct _ 7 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 8 U.S. U.S. PROPN NNP Number=Sing 9 compound 9:compound _ 9 Senate Senate PROPN NNP Number=Sing 11 compound 11:compound _ 10 Appropriations Appropriations PROPN NNPS Number=Plur 11 compound 11:compound _ 11 Committee Committee PROPN NNP Number=Sing 12 nsubj 12:nsubj _ -12 approved approve VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 approved approve VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 13 $ $ SYM $ _ 12 obj 12:obj SpaceAfter=No -14 16.379 16.379 NUM CD NumType=Card 15 compound 15:compound _ -15 billion billion NUM CD NumType=Card 13 nummod 13:nummod _ +14 16.379 16.379 NUM CD NumForm=Digit|NumType=Frac 15 compound 15:compound _ +15 billion billion NUM CD NumForm=Word|NumType=Card 13 nummod 13:nummod _ 16 in in ADP IN _ 17 case 17:case _ 17 funding funding NOUN NN Number=Sing 13 nmod 13:nmod:in _ 18 for for ADP IN _ 19 case 19:case _ @@ -108206,7 +108252,7 @@ 20 for for ADP IN _ 22 case 22:case _ 21 fiscal fiscal ADJ JJ Degree=Pos 22 amod 22:amod _ 22 year year NOUN NN Number=Sing 12 obl 12:obl:for _ -23 2005 2005 NUM CD NumType=Card 22 nummod 22:nummod SpaceAfter=No +23 2005 2005 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod SpaceAfter=No 24 . . PUNCT . _ 12 punct 12:punct _ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0018 @@ -108215,17 +108261,17 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 3 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 4 $ $ SYM $ _ 7 compound 7:compound SpaceAfter=No -5 200 200 NUM CD NumType=Card 6 compound 6:compound _ -6 million million NUM CD NumType=Card 4 nummod 4:nummod _ +5 200 200 NUM CD NumForm=Digit|NumType=Card 6 compound 6:compound _ +6 million million NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 7 increase increase NOUN NN Number=Sing 0 root 0:root _ -8 over over SCONJ IN _ 9 case 9:case _ -9 what what PRON WP PronType=Int 7 nmod 7:nmod:over _ +8 over over ADP IN _ 9 case 9:case _ +9 what what PRON WP PronType=Rel 7 nmod 7:nmod:over|11:obj _ 10 NASA NASA PROPN NNP Number=Sing 11 nsubj 11:nsubj _ -11 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +11 received receive VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 12 for for ADP IN _ 14 case 14:case _ 13 fiscal fiscal ADJ JJ Degree=Pos 14 amod 14:amod _ 14 year year NOUN NN Number=Sing 11 obl 11:obl:for _ -15 2004 2004 NUM CD NumType=Card 14 nummod 14:nummod SpaceAfter=No +15 2004 2004 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No 16 . . PUNCT . _ 7 punct 7:punct _ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0019 @@ -108244,14 +108290,14 @@ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0021 # text = September 21, 2004 1 September September PROPN NNP Number=Sing 0 root 0:root _ -2 21 21 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 2004 2004 NUM CD NumType=Card 1 nummod 1:nummod _ +2 21 21 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 , , PUNCT , _ 4 punct 4:punct _ +4 2004 2004 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0022 # text = "National Aeronautics and Space Administration (NASA): is funded at $16.379 billion, an increase of $200 million over the FY04 enacted level, and a reduction of $665 million from the budget request. 1 " " PUNCT `` _ 12 punct 12:punct SpaceAfter=No -2 National National PROPN NNP Number=Sing 6 compound 6:compound _ +2 National National ADJ NNP Degree=Pos 6 amod 6:amod _ 3 Aeronautics Aeronautics PROPN NNPS Number=Plur 6 compound 6:compound _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 Space Space PROPN NNP Number=Sing 3 conj 3:conj:and|6:compound _ @@ -108259,24 +108305,24 @@ 7 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No 8 NASA NASA PROPN NNP Number=Sing 6 appos 6:appos SpaceAfter=No 9 ) ) PUNCT -RRB- _ 8 punct 8:punct SpaceAfter=No -10 : : PUNCT : _ 12 punct 12:punct _ +10 : : PUNCT : _ 6 punct 6:punct _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 aux:pass 12:aux:pass _ 12 funded fund VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 13 at at ADP IN _ 14 case 14:case _ 14 $ $ SYM $ _ 12 obl 12:obl:at SpaceAfter=No -15 16.379 16.379 NUM CD NumType=Card 16 compound 16:compound _ -16 billion billion NUM CD NumType=Card 14 nummod 14:nummod SpaceAfter=No -17 , , PUNCT , _ 14 punct 14:punct _ +15 16.379 16.379 NUM CD NumForm=Digit|NumType=Frac 16 compound 16:compound _ +16 billion billion NUM CD NumForm=Word|NumType=Card 14 nummod 14:nummod SpaceAfter=No +17 , , PUNCT , _ 19 punct 19:punct _ 18 an a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 19 increase increase NOUN NN Number=Sing 14 appos 14:appos _ 20 of of ADP IN _ 21 case 21:case _ 21 $ $ SYM $ _ 19 nmod 19:nmod:of SpaceAfter=No -22 200 200 NUM CD NumType=Card 23 compound 23:compound _ -23 million million NUM CD NumType=Card 21 nummod 21:nummod _ +22 200 200 NUM CD NumForm=Digit|NumType=Card 23 compound 23:compound _ +23 million million NUM CD NumForm=Word|NumType=Card 21 nummod 21:nummod _ 24 over over ADP IN _ 28 case 28:case _ 25 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ -26 FY04 fy04 NOUN NN Number=Sing 27 compound 27:compound _ -27 enacted enact VERB VBN Tense=Past|VerbForm=Part 28 amod 28:amod _ +26 FY04 FY04 NOUN NN Number=Sing 27 compound 27:compound _ +27 enacted enact VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 28 amod 28:amod _ 28 level level NOUN NN Number=Sing 21 nmod 21:nmod:over SpaceAfter=No 29 , , PUNCT , _ 32 punct 32:punct _ 30 and and CCONJ CC _ 32 cc 32:cc _ @@ -108284,8 +108330,8 @@ 32 reduction reduction NOUN NN Number=Sing 19 conj 14:appos|19:conj:and _ 33 of of ADP IN _ 34 case 34:case _ 34 $ $ SYM $ _ 32 nmod 32:nmod:of SpaceAfter=No -35 665 665 NUM CD NumType=Card 36 compound 36:compound _ -36 million million NUM CD NumType=Card 34 nummod 34:nummod _ +35 665 665 NUM CD NumForm=Digit|NumType=Card 36 compound 36:compound _ +36 million million NUM CD NumForm=Word|NumType=Card 34 nummod 34:nummod _ 37 from from ADP IN _ 40 case 40:case _ 38 the the DET DT Definite=Def|PronType=Art 40 det 40:det _ 39 budget budget NOUN NN Number=Sing 40 compound 40:compound _ @@ -108297,8 +108343,8 @@ 1 An a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 2 additional additional ADJ JJ Degree=Pos 3 amod 3:amod _ 3 $ $ SYM $ _ 10 nsubj:pass 10:nsubj:pass SpaceAfter=No -4 800 800 NUM CD NumType=Card 5 compound 5:compound _ -5 million million NUM CD NumType=Card 3 nummod 3:nummod _ +4 800 800 NUM CD NumForm=Digit|NumType=Card 5 compound 5:compound _ +5 million million NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 6 in in ADP IN _ 8 case 8:case _ 7 emergency emergency NOUN NN Number=Sing 8 compound 8:compound _ 8 funding funding NOUN NN Number=Sing 3 nmod 3:nmod:in _ @@ -108329,15 +108375,15 @@ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 Shuttle shuttle NOUN NN Number=Sing 10 compound 10:compound _ 10 program program NOUN NN Number=Sing 6 nmod 6:nmod:for _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux:pass 12:aux:pass _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux:pass 12:aux:pass _ 12 funded fund VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 13 at at ADP IN _ 14 case 14:case _ 14 $ $ SYM $ _ 12 obl 12:obl:at SpaceAfter=No -15 4.319 4.319 NUM CD NumType=Card 16 compound 16:compound _ -16 billion billion NUM CD NumType=Card 14 nummod 14:nummod SpaceAfter=No -17 , , PUNCT , _ 14 punct 14:punct _ +15 4.319 4.319 NUM CD NumForm=Digit|NumType=Frac 16 compound 16:compound _ +16 billion billion NUM CD NumForm=Word|NumType=Card 14 nummod 14:nummod SpaceAfter=No +17 , , PUNCT , _ 20 punct 20:punct _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -19 requested request VERB VBN Tense=Past|VerbForm=Part 20 amod 20:amod _ +19 requested request VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 amod 20:amod _ 20 level level NOUN NN Number=Sing 14 appos 14:appos _ 21 from from ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ @@ -108348,15 +108394,15 @@ # text = -- The International Space Station is funded at $1.6 billion. 1 -- -- PUNCT NFP _ 7 punct 7:punct _ 2 The the DET DT Definite=Def|PronType=Art 5 det 5:det _ -3 International International PROPN NNP Number=Sing 5 compound 5:compound _ +3 International International ADJ NNP Degree=Pos 5 amod 5:amod _ 4 Space Space PROPN NNP Number=Sing 5 compound 5:compound _ 5 Station Station PROPN NNP Number=Sing 7 nsubj:pass 7:nsubj:pass _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ 7 funded fund VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 8 at at ADP IN _ 9 case 9:case _ 9 $ $ SYM $ _ 7 obl 7:obl:at SpaceAfter=No -10 1.6 1.6 NUM CD NumType=Card 11 compound 11:compound _ -11 billion billion NUM CD NumType=Card 9 nummod 9:nummod SpaceAfter=No +10 1.6 1.6 NUM CD NumForm=Digit|NumType=Frac 11 compound 11:compound _ +11 billion billion NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod SpaceAfter=No 12 . . PUNCT . _ 7 punct 7:punct _ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0026 @@ -108368,23 +108414,23 @@ 5 operations operation NOUN NNS Number=Plur 3 obj 3:obj _ 6 by by ADP IN _ 7 case 7:case _ 7 $ $ SYM $ _ 3 obl 3:obl:by SpaceAfter=No -8 120 120 NUM CD NumType=Card 9 compound 9:compound _ -9 million million NUM CD NumType=Card 7 nummod 7:nummod _ +8 120 120 NUM CD NumForm=Digit|NumType=Card 9 compound 9:compound _ +9 million million NUM CD NumForm=Word|NumType=Card 7 nummod 7:nummod _ 10 due due ADP IN _ 15 case 15:case _ 11 to to ADP IN _ 10 fixed 10:fixed _ 12 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -13 continued continue VERB VBN Tense=Past|VerbForm=Part 15 amod 15:amod _ -14 reduced reduce VERB VBN Tense=Past|VerbForm=Part 15 amod 15:amod _ +13 continued continue VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 amod 15:amod _ +14 reduced reduce VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 amod 15:amod _ 15 capability capability NOUN NN Number=Sing 3 obl 3:obl:due_to _ 16 of of ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 ISS ISS PROPN NNP Number=Sing 15 nmod 15:nmod:of _ 19 for for ADP IN _ 22 case 22:case _ -20 at at ADV RB _ 21 case 21:case _ -21 least least ADV RBS Degree=Sup 22 nmod 22:nmod:at _ -22 half half NOUN NN Number=Sing 15 nmod 15:nmod:for _ +20 at at ADP IN _ 21 case 21:case _ +21 least least ADJ JJS Degree=Sup 22 nmod 22:nmod:at _ +22 half half NOUN NN Number=Sing|NumForm=Word|NumType=Frac 15 nmod 15:nmod:for _ 23 of of ADP IN _ 24 case 24:case _ -24 FY05 fy05 NOUN NN Number=Sing 22 nmod 22:nmod:of SpaceAfter=No +24 FY05 FY05 NOUN NN Number=Sing 22 nmod 22:nmod:of SpaceAfter=No 25 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0027 @@ -108392,7 +108438,7 @@ 1 -- -- PUNCT NFP _ 6 punct 6:punct _ 2 The the DET DT Definite=Def|PronType=Art 6 det 6:det _ 3 Moon Moon PROPN NNP Number=Sing 5 compound 5:compound SpaceAfter=No -4 / / PUNCT , _ 5 punct 5:punct SpaceAfter=No +4 / / PUNCT , _ 3 punct 3:punct SpaceAfter=No 5 Mars Mars PROPN NNP Number=Sing 6 compound 6:compound _ 6 vision vision NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 7 : : PUNCT : _ 6 punct 6:punct _ @@ -108412,8 +108458,8 @@ 10 funded fund VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 11 at at ADP IN _ 12 case 12:case _ 12 $ $ SYM $ _ 10 obl 10:obl:at SpaceAfter=No -13 268 268 NUM CD NumType=Card 14 compound 14:compound _ -14 million million NUM CD NumType=Card 12 nummod 12:nummod SpaceAfter=No +13 268 268 NUM CD NumForm=Digit|NumType=Card 14 compound 14:compound _ +14 million million NUM CD NumForm=Word|NumType=Card 12 nummod 12:nummod SpaceAfter=No 15 . . PUNCT . _ 10 punct 10:punct _ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0029 @@ -108428,8 +108474,8 @@ 7 funded fund VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 8 at at ADP IN _ 9 case 9:case _ 9 $ $ SYM $ _ 7 obl 7:obl:at SpaceAfter=No -10 20 20 NUM CD NumType=Card 11 compound 11:compound _ -11 million million NUM CD NumType=Card 9 nummod 9:nummod SpaceAfter=No +10 20 20 NUM CD NumForm=Digit|NumType=Card 11 compound 11:compound _ +11 million million NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod SpaceAfter=No 12 . . PUNCT . _ 7 punct 7:punct _ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0030 @@ -108437,13 +108483,13 @@ # text = --- $10 million is provided for Centennial Challenges. 1 --- --- PUNCT NFP _ 6 punct 6:punct _ 2 $ $ SYM $ _ 6 nsubj:pass 6:nsubj:pass SpaceAfter=No -3 10 10 NUM CD NumType=Card 4 compound 4:compound _ -4 million million NUM CD NumType=Card 2 nummod 2:nummod _ +3 10 10 NUM CD NumForm=Digit|NumType=Card 4 compound 4:compound _ +4 million million NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ 6 provided provide VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 for for ADP IN _ 9 case 9:case _ 8 Centennial Centennial PROPN NNP Number=Sing 9 compound 9:compound _ -9 Challenges Challenges PROPN NNPS Number=Plur 6 obl 6:obl:for SpaceAfter=No +9 Challenges Challenge PROPN NNPS Number=Plur 6 obl 6:obl:for SpaceAfter=No 10 . . PUNCT . _ 6 punct 6:punct _ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0031 @@ -108454,18 +108500,18 @@ 4 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No 5 NRC NRC PROPN NNP Number=Sing 3 appos 3:appos SpaceAfter=No 6 ) ) PUNCT -RRB- _ 5 punct 5:punct SpaceAfter=No -7 : : PUNCT : _ 9 punct 9:punct _ +7 : : PUNCT : _ 3 punct 3:punct _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux:pass 9:aux:pass _ 9 funded fund VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 10 at at ADP IN _ 11 case 11:case _ 11 $ $ SYM $ _ 9 obl 9:obl:at SpaceAfter=No -12 115 115 NUM CD NumType=Card 13 compound 13:compound _ -13 million million NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No -14 , , PUNCT , _ 11 punct 11:punct _ +12 115 115 NUM CD NumForm=Digit|NumType=Card 13 compound 13:compound _ +13 million million NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod SpaceAfter=No +14 , , PUNCT , _ 16 punct 16:punct _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 same same ADJ JJ Degree=Pos 11 appos 11:appos _ 17 as as ADP IN _ 18 case 18:case _ -18 FY04 fy04 NOUN NN Number=Sing 16 obl 16:obl:as _ +18 FY04 FY04 NOUN NN Number=Sing 16 obl 16:obl:as _ 19 and and CCONJ CC _ 22 cc 22:cc _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 21 budget budget NOUN NN Number=Sing 22 compound 22:compound _ @@ -108482,7 +108528,7 @@ 1 Senate Senate PROPN NNP Number=Sing 2 nsubj 2:nsubj _ 2 increases increase VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 NASA NASA PROPN NNP Number=Sing 4 compound 4:compound _ -4 funding fund VERB VBG VerbForm=Ger 2 obj 2:obj _ +4 funding funding NOUN NN Number=Sing 2 obj 2:obj _ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0034 # newpar id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-p0009 @@ -108492,7 +108538,7 @@ 3 Senate Senate PROPN NNP Number=Sing 5 compound 5:compound _ 4 Appropriations Appropriations PROPN NNPS Number=Plur 5 compound 5:compound _ 5 Committee Committee PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -6 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 used use VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 8 somewhat somewhat ADV RB _ 9 advmod 9:advmod _ 9 controversial controversial ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -108505,54 +108551,54 @@ 15 's 's PART POS _ 14 case 14:case _ 16 fiscal fiscal ADJ JJ Degree=Pos 17 amod 17:amod _ 17 year year NOUN NN Number=Sing 19 compound 19:compound _ -18 2005 2005 NUM CD NumType=Card 17 nummod 17:nummod _ +18 2005 2005 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod _ 19 budget budget NOUN NN Number=Sing 13 obj 13:obj _ 20 by by ADP IN _ 21 case 21:case _ 21 $ $ SYM $ _ 13 obl 13:obl:by SpaceAfter=No -22 200 200 NUM CD NumType=Card 23 compound 23:compound _ -23 million million NUM CD NumType=Card 21 nummod 21:nummod _ +22 200 200 NUM CD NumForm=Digit|NumType=Card 23 compound 23:compound _ +23 million million NUM CD NumForm=Word|NumType=Card 21 nummod 21:nummod _ 24 over over SCONJ IN _ 28 mark 28:mark _ 25 what what PRON WP PronType=Int 28 obj 28:obj _ 26 President President PROPN NNP Number=Sing 28 nsubj 28:nsubj _ 27 Bush Bush PROPN NNP Number=Sing 26 flat 26:flat _ -28 requested request VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 advcl 21:advcl:over SpaceAfter=No +28 requested request VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 advcl 21:advcl:over SpaceAfter=No 29 . . PUNCT . _ 6 punct 6:punct _ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0035 # text = The committee voted to give NASA $16.4 billion in 2005, about $200 million more than what the President requested and over $1 billion more than what House appropriators approved in July." 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 committee committee NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 voted vote VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 voted vote VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 give give VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ 6 NASA NASA PROPN NNP Number=Sing 5 iobj 5:iobj _ 7 $ $ SYM $ _ 5 obj 5:obj SpaceAfter=No -8 16.4 16.4 NUM CD NumType=Card 9 compound 9:compound _ -9 billion billion NUM CD NumType=Card 7 nummod 7:nummod _ +8 16.4 16.4 NUM CD NumForm=Digit|NumType=Frac 9 compound 9:compound _ +9 billion billion NUM CD NumForm=Word|NumType=Card 7 nummod 7:nummod _ 10 in in ADP IN _ 11 case 11:case _ -11 2005 2005 NUM CD NumType=Card 5 obl 5:obl:in SpaceAfter=No -12 , , PUNCT , _ 5 punct 5:punct _ +11 2005 2005 NUM CD NumForm=Digit|NumType=Card 5 obl 5:obl:in SpaceAfter=No +12 , , PUNCT , _ 17 punct 17:punct _ 13 about about ADV RB _ 14 advmod 14:advmod _ 14 $ $ SYM $ _ 17 obl:npmod 17:obl:npmod SpaceAfter=No -15 200 200 NUM CD NumType=Card 16 compound 16:compound _ -16 million million NUM CD NumType=Card 14 nummod 14:nummod _ -17 more more ADJ JJR Degree=Cmp 5 obj 5:obj _ -18 than than ADP IN _ 19 case 19:case _|CheckUPOS=SCONJ -19 what what PRON WP PronType=Int 17 obl 17:obl:than _ +15 200 200 NUM CD NumForm=Digit|NumType=Card 16 compound 16:compound _ +16 million million NUM CD NumForm=Word|NumType=Card 14 nummod 14:nummod _ +17 more more ADJ JJR Degree=Cmp 7 parataxis 7:parataxis _ +18 than than ADP IN _ 19 case 19:case _ +19 what what PRON WP PronType=Rel 17 obl 17:obl:than|22:obj _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 President President PROPN NNP Number=Sing 22 nsubj 22:nsubj _ -22 requested request VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ +22 requested request VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ 23 and and CCONJ CC _ 28 cc 28:cc _ 24 over over ADV RB _ 25 advmod 25:advmod _ 25 $ $ SYM $ _ 28 obl:npmod 28:obl:npmod SpaceAfter=No -26 1 1 NUM CD NumType=Card 27 compound 27:compound _ -27 billion billion NUM CD NumType=Card 25 nummod 25:nummod _ +26 1 1 NUM CD NumForm=Digit|NumType=Card 27 compound 27:compound _ +27 billion billion NUM CD NumForm=Word|NumType=Card 25 nummod 25:nummod _ 28 more more ADJ JJR Degree=Cmp 17 conj 5:obj|17:conj:and _ -29 than than ADP IN _ 30 case 30:case _|CheckUPOS=SCONJ -30 what what PRON WP PronType=Int 28 obl 28:obl:than _ +29 than than ADP IN _ 30 case 30:case _ +30 what what PRON WP PronType=Rel 28 obl 28:obl:than|33:obj _ 31 House House PROPN NNP Number=Sing 32 compound 32:compound _ 32 appropriators appropriator NOUN NNS Number=Plur 33 nsubj 33:nsubj _ -33 approved approve VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 30 acl:relcl 30:acl:relcl _ +33 approved approve VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 30 acl:relcl 30:acl:relcl _ 34 in in ADP IN _ 35 case 35:case _ 35 July July PROPN NNP Number=Sing 33 obl 33:obl:in SpaceAfter=No 36 . . PUNCT . _ 3 punct 3:punct SpaceAfter=No @@ -108561,9 +108607,9 @@ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0036 # text = I hope you have found this information helpful. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -4 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 found find VERB VBN Tense=Past|VerbForm=Part 2 ccomp 2:ccomp _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 information information NOUN NN Number=Sing 5 obj 5:obj|8:nsubj:xsubj _ @@ -108574,14 +108620,14 @@ # text = If you have any questions, please request clarification prior to rating the answer. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:if _ -4 any any DET DT _ 5 det 5:det _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:if _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 questions question NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 please please INTJ UH _ 8 discourse 8:discourse _ 8 request request VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 9 clarification clarification NOUN NN Number=Sing 8 obj 8:obj _ -10 prior prior ADJ JJ Degree=Pos 12 mark 12:mark _ +10 prior prior ADJ JJ Degree=Pos|ExtPos=SCONJ 12 mark 12:mark _ 11 to to SCONJ IN _ 10 fixed 10:fixed _ 12 rating rate VERB VBG VerbForm=Ger 8 advcl 8:advcl:prior_to _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ @@ -108620,9 +108666,9 @@ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0042 # text = Subject: Re: NASA IS A WASTE! 1 Subject subject NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 8 punct 8:punct _ 3 Re re ADP IN _ 8 mark 8:mark SpaceAfter=No -4 : : PUNCT : _ 8 punct 8:punct _ +4 : : PUNCT : _ 3 punct 3:punct _ 5 NASA NASA PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 6 IS be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 A a DET DT Definite=Ind|PronType=Art 8 det 8:det _ @@ -108632,15 +108678,15 @@ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0043 # text = From: saem_aero-ga on 26 Oct 2004 18:11 PDT 1 From from ADP IN _ 5 case 5:case SpaceAfter=No -2 : : PUNCT : _ 5 punct 5:punct _ +2 : : PUNCT : _ 1 punct 1:punct _ 3 saem_aero saem_aero PROPN NNP Number=Sing 5 compound 5:compound SpaceAfter=No -4 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No +4 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 5 ga ga PROPN NNP Number=Sing 0 root 0:root _ 6 on on ADP IN _ 8 case 8:case _ -7 26 26 NUM CD NumType=Card 8 nummod 8:nummod _ -8 Oct Oct PROPN NNP Number=Sing 5 nmod 5:nmod:on _ -9 2004 2004 NUM CD NumType=Card 8 nmod:tmod 8:nmod:tmod _ -10 18:11 18:11 NUM CD NumType=Card 11 nummod 11:nummod _ +7 26 26 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ +8 Oct October PROPN NNP Abbr=Yes|Number=Sing 5 nmod 5:nmod:on _ +9 2004 2004 NUM CD NumForm=Digit|NumType=Card 8 nmod:tmod 8:nmod:tmod _ +10 18:11 18:11 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 11 PDT pdt NOUN NN Number=Sing 5 nmod:tmod 5:nmod:tmod _ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0044 @@ -108656,7 +108702,7 @@ 1 Let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ 3 add add VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ -4 some some DET DT _ 6 det 6:det _ +4 some some DET DT PronType=Ind 6 det 6:det _ 5 additional additional ADJ JJ Degree=Pos 6 amod 6:amod _ 6 info info NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 7 . . PUNCT . _ 1 punct 1:punct _ @@ -108672,9 +108718,9 @@ 6 NASA NASA PROPN NNP Number=Sing 7 compound 7:compound _ 7 spending spending NOUN NN Number=Sing 4 nmod 4:nmod:about _ 8 here here ADV RB PronType=Dem 3 advmod 3:advmod SpaceAfter=No -9 , , PUNCT , _ 3 punct 3:punct _ +9 , , PUNCT , _ 13 punct 13:punct _ 10 from from ADP IN _ 13 case 13:case _ -11 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 12 own own ADJ JJ Degree=Pos 13 amod 13:amod _ 13 webpage webpage NOUN NN Number=Sing 3 obl 3:obl:from SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ @@ -108683,21 +108729,21 @@ # newpar id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-p0015 # text = Also, from their own webpage, reasons why NASA is important, in a 5th grade format. 1 Also also ADV RB _ 8 discourse 8:discourse SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 from from ADP IN _ 6 case 6:case _ -4 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 own own ADJ JJ Degree=Pos 6 amod 6:amod _ 6 webpage webpage NOUN NN Number=Sing 8 nmod 8:nmod:from SpaceAfter=No -7 , , PUNCT , _ 8 punct 8:punct _ -8 reasons reason NOUN NNS Number=Plur 0 root 0:root _ -9 why why SCONJ WRB PronType=Rel 12 mark 12:mark _ +7 , , PUNCT , _ 6 punct 6:punct _ +8 reasons reason NOUN NNS Number=Plur 0 root 0:root|12:obl _ +9 why why ADV WRB PronType=Rel 12 advmod 8:ref _ 10 NASA NASA PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 12 important important ADJ JJ Degree=Pos 8 acl:relcl 8:acl:relcl SpaceAfter=No -13 , , PUNCT , _ 8 punct 8:punct _ +13 , , PUNCT , _ 18 punct 18:punct _ 14 in in ADP IN _ 18 case 18:case _ 15 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ -16 5th 5th ADJ JJ Degree=Pos|NumType=Ord 17 amod 17:amod _ +16 5th 5th ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 17 amod 17:amod _ 17 grade grade NOUN NN Number=Sing 18 compound 18:compound _ 18 format format NOUN NN Number=Sing 8 nmod 8:nmod:in SpaceAfter=No 19 . . PUNCT . _ 8 punct 8:punct _ @@ -108705,31 +108751,31 @@ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0048 # text = I guess if you are someone not familiar with how NASA benefits our society I can see how one might form the opinion of yheggy-ga. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 guess guess VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 guess guess VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 if if SCONJ IN _ 6 mark 6:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -6 someone someone PRON NN Number=Sing 17 advcl 17:advcl:if _ -7 not not ADV RB _ 8 advmod 8:advmod _ +5 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +6 someone someone PRON NN Number=Sing|PronType=Ind 17 advcl 17:advcl:if _ +7 not not PART RB _ 8 advmod 8:advmod _ 8 familiar familiar ADJ JJ Degree=Pos 6 amod 6:amod _ 9 with with SCONJ IN _ 12 mark 12:mark _ -10 how how SCONJ WRB PronType=Int 12 mark 12:mark _ +10 how how ADV WRB PronType=Int 12 advmod 12:advmod _ 11 NASA NASA PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 12 benefits benefit VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:with _ -13 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 society society NOUN NN Number=Sing 12 obj 12:obj _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ 16 can can AUX MD VerbForm=Fin 17 aux 17:aux _ 17 see see VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ -18 how how SCONJ WRB PronType=Int 21 mark 21:mark _ -19 one one NUM CD NumType=Card 21 nsubj 21:nsubj _ +18 how how ADV WRB PronType=Int 21 advmod 21:advmod _ +19 one one NUM CD NumForm=Word|NumType=Card 21 nsubj 21:nsubj _ 20 might might AUX MD VerbForm=Fin 21 aux 21:aux _ 21 form form VERB VB VerbForm=Inf 17 ccomp 17:ccomp _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 opinion opinion NOUN NN Number=Sing 21 obj 21:obj _ 24 of of ADP IN _ 27 case 27:case _ 25 yheggy yheggy PROPN NNP Number=Sing 27 compound 27:compound SpaceAfter=No -26 - - PUNCT HYPH _ 27 punct 27:punct SpaceAfter=No +26 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No 27 ga ga PROPN NNP Number=Sing 23 nmod 23:nmod:of SpaceAfter=No 28 . . PUNCT . _ 2 punct 2:punct _ @@ -108741,10 +108787,10 @@ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 way way NOUN NN Number=Sing 3 obl:npmod 3:obl:npmod _ -7 - - PUNCT : _ 1 punct 1:punct _ +7 - - PUNCT : _ 51 punct 51:punct _ 8 If if SCONJ IN _ 11 mark 11:mark _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj|15:nsubj|20:nsubj|25:nsubj|32:nsubj|36:nsubj|40:nsubj|45:nsubj _ -10 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 watched watch VERB VBN Tense=Past|VerbForm=Part 51 advcl 51:advcl:if _ 12 TV TV PROPN NNP Number=Sing 11 obj 11:obj _ 13 recently recently ADV RB _ 11 advmod 11:advmod SpaceAfter=No @@ -108760,29 +108806,29 @@ 23 airplane airplane NOUN NN Number=Sing 20 obl 20:obl:in SpaceAfter=No 24 , , PUNCT , _ 25 punct 25:punct _ 25 recieved recieve VERB VBN Tense=Past|VerbForm=Part 11 conj 11:conj|51:advcl:if _ -26 any any DET DT _ 27 det 27:det _ +26 any any DET DT PronType=Ind 27 det 27:det _ 27 form form NOUN NN Number=Sing 25 obj 25:obj _ 28 of of ADP IN _ 30 case 30:case _ 29 modern modern ADJ JJ Degree=Pos 30 amod 30:amod _ 30 medicine medicine NOUN NN Number=Sing 27 nmod 27:nmod:of SpaceAfter=No 31 , , PUNCT , _ 32 punct 32:punct _ -32 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 conj 11:conj|51:advcl:if _ -33 any any DET DT _ 34 det 34:det _ +32 did do VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 11 conj 11:conj|51:advcl:if _ +33 any any DET DT PronType=Ind 34 det 34:det _ 34 mathematics mathematics NOUN NN Number=Sing 32 obj 32:obj SpaceAfter=No 35 , , PUNCT , _ 36 punct 36:punct _ -36 drove drive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 conj 11:conj|51:advcl:if _ +36 drove drive VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 11 conj 11:conj|51:advcl:if _ 37 a a DET DT Definite=Ind|PronType=Art 38 det 38:det _ 38 car car NOUN NN Number=Sing 36 obj 36:obj SpaceAfter=No 39 , , PUNCT , _ 40 punct 40:punct _ -40 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 conj 11:conj|51:advcl:if _ +40 used use VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 11 conj 11:conj|51:advcl:if _ 41 a a DET DT Definite=Ind|PronType=Art 43 det 43:det _ 42 cellular cellular ADJ JJ Degree=Pos 43 amod 43:amod _ 43 phone phone NOUN NN Number=Sing 40 obj 40:obj SpaceAfter=No 44 , , PUNCT , _ 45 punct 45:punct _ -45 etc. etc. X FW _ 11 conj 11:conj|51:advcl:if _ +45 etc. etc. NOUN FW Abbr=Yes|Number=Plur 11 conj 11:conj|51:advcl:if _ 46 then then ADV RB PronType=Dem 51 advmod 51:advmod _ 47 you you PRON PRP Case=Nom|Person=2|PronType=Prs 51 nsubj 51:nsubj _ -48 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 51 aux 51:aux _ +48 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 51 aux 51:aux _ 49 somehow somehow ADV RB _ 51 advmod 51:advmod _ 50 directly directly ADV RB _ 51 advmod 51:advmod _ 51 reaped reap VERB VBN Tense=Past|VerbForm=Part 1 parataxis 1:parataxis _ @@ -108807,10 +108853,10 @@ 7 program program NOUN NN Number=Sing 3 obj 3:obj _ 8 for for ADP IN _ 9 case 9:case _ 9 education education NOUN NN Number=Sing 7 nmod 7:nmod:for SpaceAfter=No -10 , , PUNCT , _ 3 punct 3:punct _ -11 some some DET DT _ 12 det 12:det _ +10 , , PUNCT , _ 13 punct 13:punct _ +11 some some DET DT PronType=Ind 12 det 12:det _ 12 people people NOUN NNS Number=Plur 13 nsubj 13:nsubj _ -13 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +13 believe believe VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 14 this this PRON DT Number=Sing|PronType=Dem 16 nsubj 16:nsubj _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 16 important important ADJ JJ Degree=Pos 13 ccomp 13:ccomp SpaceAfter=No @@ -108818,38 +108864,38 @@ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0051 # text = Best, Steve. -1 Best best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +1 Best good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +2 , , PUNCT , _ 3 punct 3:punct _ 3 Steve Steve PROPN NNP Number=Sing 1 discourse 1:discourse SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0052 # text = Subject: Re: NASA IS A WASTE! From: jaqamofino-ga on 26 Apr 2005 06:02 PDT 1 Subject subject NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 8 punct 8:punct _ 3 Re re ADP IN _ 8 mark 8:mark SpaceAfter=No -4 : : PUNCT : _ 8 punct 8:punct _ +4 : : PUNCT : _ 3 punct 3:punct _ 5 NASA NASA PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 6 IS be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 A a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 WASTE waste NOUN NN Number=Sing 1 appos 1:appos SpaceAfter=No 9 ! ! PUNCT . _ 1 punct 1:punct _ 10 From from ADP IN _ 14 case 14:case SpaceAfter=No -11 : : PUNCT : _ 14 punct 14:punct _ +11 : : PUNCT : _ 10 punct 10:punct _ 12 jaqamofino jaqamofino PROPN NNP Number=Sing 14 compound 14:compound SpaceAfter=No -13 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No 14 ga ga PROPN NNP Number=Sing 1 list 1:list _ 15 on on ADP IN _ 17 case 17:case _ -16 26 26 NUM CD NumType=Card 17 nummod 17:nummod _ -17 Apr Apr PROPN NNP Number=Sing 14 nmod 14:nmod:on _ -18 2005 2005 NUM CD NumType=Card 17 nmod:tmod 17:nmod:tmod _ -19 06:02 06:02 NUM CD NumType=Card 20 nummod 20:nummod _ +16 26 26 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod _ +17 Apr April PROPN NNP Abbr=Yes|Number=Sing 14 nmod 14:nmod:on _ +18 2005 2005 NUM CD NumForm=Digit|NumType=Card 17 nmod:tmod 17:nmod:tmod _ +19 06:02 06:02 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ 20 PDT pdt NOUN NN Number=Sing 14 nmod:tmod 14:nmod:tmod _ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0053 # text = i believe that NASA is a HUGE waste of tax payers' money, but there are so many huge wastes of tax payer monies, that i find it best not to think about it. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 believe believe VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 8 mark 8:mark _ 4 NASA NASA PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ @@ -108858,13 +108904,14 @@ 8 waste waste NOUN NN Number=Sing 2 ccomp 2:ccomp _ 9 of of ADP IN _ 13 case 13:case _ 10 tax tax NOUN NN Number=Sing 11 compound 11:compound _ -11 payers payer NOUN NNS Number=Plur 13 nmod:poss 13:nmod:poss SpaceAfter=No +11-12 payers' _ _ _ _ _ _ _ _ +11 payers payer NOUN NNS Number=Plur 13 nmod:poss 13:nmod:poss _ 12 ' 's PART POS _ 11 case 11:case _ 13 money money NOUN NN Number=Sing 8 nmod 8:nmod:of SpaceAfter=No 14 , , PUNCT , _ 17 punct 17:punct _ 15 but but CCONJ CC _ 17 cc 17:cc _ 16 there there PRON EX _ 17 expl 17:expl _ -17 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ +17 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ 18 so so ADV RB _ 19 advmod 19:advmod _ 19 many many ADJ JJ Degree=Pos 21 amod 21:amod _ 20 huge huge ADJ JJ Degree=Pos 21 amod 21:amod _ @@ -108873,44 +108920,44 @@ 23 tax tax NOUN NN Number=Sing 24 compound 24:compound _ 24 payer payer NOUN NN Number=Sing 25 compound 25:compound _ 25 monies money NOUN NNS Number=Plur 21 nmod 21:nmod:of SpaceAfter=No -26 , , PUNCT , _ 21 punct 21:punct _ +26 , , PUNCT , _ 29 punct 29:punct _ 27 that that SCONJ IN _ 29 mark 29:mark _ -28 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 29 nsubj 29:nsubj|31:nsubj:xsubj _ -29 find find VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:that _ -30 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 34 expl 34:expl _ -31 best best ADJ JJS Degree=Sup 29 xcomp 29:xcomp _ -32 not not ADV RB _ 34 advmod 34:advmod _ +28 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 29 nsubj 29:nsubj _ +29 find find VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:that _ +30 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 29 expl 29:expl _ +31 best good ADJ JJS Degree=Sup 29 xcomp 29:xcomp _ +32 not not PART RB _ 34 advmod 34:advmod _ 33 to to PART TO _ 34 mark 34:mark _ -34 think think VERB VB VerbForm=Inf 29 ccomp 29:ccomp _ +34 think think VERB VB VerbForm=Inf 29 ccomp 29:ccomp|31:csubj:xsubj _ 35 about about ADP IN _ 36 case 36:case _ 36 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 34 obl 34:obl:about SpaceAfter=No 37 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0054 # text = i also think the National Endowment for the Arts is a waste, but i guess i would rather see my money go to the NEA than NASA. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ 3 think think VERB VB VerbForm=Inf 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 National National PROPN NNP Number=Sing 6 compound 6:compound _ +5 National National ADJ NNP Degree=Pos 6 amod 6:amod _ 6 Endowment Endowment PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 7 for for ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 Arts Arts PROPN NNPS Number=Plur 6 nmod 6:nmod:for _ +9 Arts Art PROPN NNPS Number=Plur 6 nmod 6:nmod:for _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 waste waste NOUN NN Number=Sing 3 ccomp 3:ccomp SpaceAfter=No 13 , , PUNCT , _ 16 punct 16:punct _ 14 but but CCONJ CC _ 16 cc 16:cc _ -15 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -16 guess guess VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ -17 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ +15 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ +16 guess guess VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ +17 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ 18 would would AUX MD VerbForm=Fin 20 aux 20:aux _ 19 rather rather ADV RB _ 20 advmod 20:advmod _ 20 see see VERB VB VerbForm=Inf 16 ccomp 16:ccomp _ -21 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ -22 money money NOUN NN Number=Sing 23 nsubj 23:nsubj _ -23 go go VERB VB VerbForm=Inf 20 ccomp 20:ccomp _ +21 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +22 money money NOUN NN Number=Sing 20 obj 20:obj|23:nsubj:xsubj _ +23 go go VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ 24 to to ADP IN _ 26 case 26:case _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 26 NEA NEA PROPN NNP Number=Sing 23 obl 23:obl:to _ @@ -108920,22 +108967,23 @@ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0055 # text = of course, in a perfect world, tax payers' money would go toward some sort of national healthcare program, and housing for the homeless, but this is far from a perfect world. -1 of of ADV RB _ 14 discourse 14:discourse _ -2 course course ADV RB _ 1 fixed 1:fixed SpaceAfter=No -3 , , PUNCT , _ 14 punct 14:punct _ +1 of of ADP IN ExtPos=ADV 14 advmod 14:advmod _ +2 course course NOUN NN Number=Sing 1 fixed 1:fixed SpaceAfter=No +3 , , PUNCT , _ 1 punct 1:punct _ 4 in in ADP IN _ 7 case 7:case _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 perfect perfect ADJ JJ Degree=Pos 7 amod 7:amod _ 7 world world NOUN NN Number=Sing 14 obl 14:obl:in SpaceAfter=No -8 , , PUNCT , _ 14 punct 14:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 tax tax NOUN NN Number=Sing 10 compound 10:compound _ -10 payers payer NOUN NNS Number=Plur 12 nmod:poss 12:nmod:poss SpaceAfter=No +10-11 payers' _ _ _ _ _ _ _ _ +10 payers payer NOUN NNS Number=Plur 12 nmod:poss 12:nmod:poss _ 11 ' 's PART POS _ 10 case 10:case _ 12 money money NOUN NN Number=Sing 14 nsubj 14:nsubj _ 13 would would AUX MD VerbForm=Fin 14 aux 14:aux _ 14 go go VERB VB VerbForm=Inf 0 root 0:root _ 15 toward toward ADP IN _ 17 case 17:case _ -16 some some DET DT _ 17 det 17:det _ +16 some some DET DT PronType=Ind 17 det 17:det _ 17 sort sort NOUN NN Number=Sing 14 obl 14:obl:toward _ 18 of of ADP IN _ 21 case 21:case _ 19 national national ADJ JJ Degree=Pos 21 amod 21:amod _ @@ -108967,8 +109015,8 @@ 4 Steve Steve PROPN NNP Number=Sing 6 nmod:poss 6:nmod:poss _ 5 's 's PART POS _ 4 case 4:case _ 6 comment comment NOUN NN Number=Sing 2 nmod 2:nmod:to SpaceAfter=No -7 : : PUNCT : _ 2 punct 2:punct _ -8 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +7 : : PUNCT : _ 11 punct 11:punct _ +8 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ 10 really really ADV RB _ 11 advmod 11:advmod _ 11 believe believe VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ @@ -108999,8 +109047,8 @@ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0058 # text = i find that extremely hard to believe. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 find find VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 find find VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that PRON DT Number=Sing|PronType=Dem 2 obj 2:obj|5:nsubj:xsubj _ 4 extremely extremely ADV RB _ 5 advmod 5:advmod _ 5 hard hard ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ @@ -109010,8 +109058,8 @@ # sent_id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-0059 # text = i think it could have been done in a much more cost efficient way, right here on bad-old-planet-earth. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj:pass 7:nsubj:pass _ 4 could could AUX MD VerbForm=Fin 7 aux 7:aux _ 5 have have AUX VB VerbForm=Inf 7 aux 7:aux _ @@ -109020,20 +109068,20 @@ 8 in in ADP IN _ 14 case 14:case _ 9 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 10 much much ADV RB _ 11 advmod 11:advmod _ -11 more more ADV RBR _ 13 advmod 13:advmod _ +11 more more ADV RBR Degree=Cmp 13 advmod 13:advmod _ 12 cost cost NOUN NN Number=Sing 13 obl:npmod 13:obl:npmod _ 13 efficient efficient ADJ JJ Degree=Pos 14 amod 14:amod _ 14 way way NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No -15 , , PUNCT , _ 7 punct 7:punct _ +15 , , PUNCT , _ 17 punct 17:punct _ 16 right right ADV RB _ 17 advmod 17:advmod _ 17 here here ADV RB PronType=Dem 7 advmod 7:advmod _ 18 on on ADP IN _ 25 case 25:case _ 19 bad bad ADJ JJ Degree=Pos 25 amod 25:amod SpaceAfter=No -20 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No +20 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No 21 old old ADJ JJ Degree=Pos 25 amod 25:amod SpaceAfter=No -22 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No +22 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No 23 planet planet NOUN NN Number=Sing 25 compound 25:compound SpaceAfter=No -24 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No +24 - - PUNCT HYPH _ 23 punct 23:punct SpaceAfter=No 25 earth earth PROPN NNP Number=Sing 7 obl 7:obl:on SpaceAfter=No 26 . . PUNCT . _ 2 punct 2:punct _ @@ -109041,8 +109089,8 @@ # newpar id = newsgroup-groups.google.com_FOOLED_1bf9cdc5a4c2ac48_ENG_20050904_130400-p0016 # text = just my two cents. 1 just just ADV RB _ 4 advmod 4:advmod _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ -3 two two NUM CD NumType=Card 4 nummod 4:nummod _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 two two NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 cents cent NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ @@ -109069,7 +109117,7 @@ # sent_id = newsgroup-groups.google.com_eHolistic_2dd76f31ceb6bfe8_ENG_20050513_224200-0002 # text = I realize that it may sound strange, but we are desparate in our efforts and are willing to try anything to help our dear sick friend. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 realize realize VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 realize realize VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 6 mark 6:mark _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj|7:nsubj:xsubj _ 5 may may AUX MD VerbForm=Fin 6 aux 6:aux _ @@ -109078,20 +109126,20 @@ 8 , , PUNCT , _ 12 punct 12:punct _ 9 but but CCONJ CC _ 12 cc 12:cc _ 10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj|18:nsubj|20:nsubj:xsubj _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 12 desparate desparate ADJ JJ Degree=Pos 2 conj 2:conj:but _ 13 in in ADP IN _ 15 case 15:case _ -14 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 efforts effort NOUN NNS Number=Plur 12 obl 12:obl:in _ 16 and and CCONJ CC _ 18 cc 18:cc _ -17 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ +17 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 18 willing willing ADJ JJ Degree=Pos 12 conj 12:conj:and _ 19 to to PART TO _ 20 mark 20:mark _ 20 try try VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ -21 anything anything PRON NN Number=Sing 20 obj 20:obj|23:nsubj:xsubj _ +21 anything anything PRON NN Number=Sing|PronType=Ind 20 obj 20:obj _ 22 to to PART TO _ 23 mark 23:mark _ -23 help help VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ -24 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +23 help help VERB VB VerbForm=Inf 20 advcl 20:advcl:to _ +24 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 25 dear dear ADJ JJ Degree=Pos 27 amod 27:amod _ 26 sick sick ADJ JJ Degree=Pos 27 amod 27:amod _ 27 friend friend NOUN NN Number=Sing 23 obj 23:obj SpaceAfter=No @@ -109102,16 +109150,16 @@ 1 This this PRON DT Number=Sing|PronType=Dem 2 nsubj 2:nsubj|8:nsubj _ 2 costs cost VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 absolutely absolutely ADV RB _ 4 advmod 4:advmod _ -4 nothing nothing PRON NN Number=Sing 2 obj 2:obj SpaceAfter=No +4 nothing nothing PRON NN Number=Sing|PronType=Neg 2 obj 2:obj SpaceAfter=No 5 , , PUNCT , _ 8 punct 8:punct _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 8 take take VERB VB VerbForm=Inf 2 conj 2:conj:and _ 9 about about ADV RB _ 10 advmod 10:advmod _ -10 one one NUM CD NumType=Card 11 nummod 11:nummod _ +10 one one NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 11 minute minute NOUN NN Number=Sing 8 obj 8:obj _ 12 of of ADP IN _ 14 case 14:case _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 time time NOUN NN Number=Sing 11 nmod 11:nmod:of SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ @@ -109122,15 +109170,15 @@ 3 not not PART RB _ 5 advmod 5:advmod _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 hoax hoax NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ -7 as as SCONJ IN _ 13 mark 13:mark _ +6 , , PUNCT , _ 14 punct 14:punct _ +7 as as SCONJ IN _ 14 mark 14:mark _ 8 so so ADV RB _ 9 advmod 9:advmod _ -9 many many ADJ JJ Degree=Pos 13 nsubj 13:nsubj _ +9 many many ADJ JJ Degree=Pos 14 nsubj 14:nsubj _ 10 of of ADP IN _ 12 case 12:case _ 11 these this DET DT Number=Plur|PronType=Dem 12 det 12:det _ 12 emails email NOUN NNS Number=Plur 9 nmod 9:nmod:of _ -13 actully actully ADV RB _ 5 advcl 5:advcl:as _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 cop 13:cop SpaceAfter=No +13 actully actually ADV RB Typo=Yes 14 advmod 14:advmod CorrectForm=actually +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:as SpaceAfter=No 15 . . PUNCT . _ 5 punct 5:punct _ # sent_id = newsgroup-groups.google.com_eHolistic_2dd76f31ceb6bfe8_ENG_20050513_224200-0005 @@ -109138,17 +109186,17 @@ 1 In in ADP IN _ 3 case 3:case _ 2 quick quick ADJ JJ Degree=Pos 3 amod 3:amod _ 3 summary summary NOUN NN Number=Sing 16 obl 16:obl:in SpaceAfter=No -4 , , PUNCT , _ 16 punct 16:punct _ -5 Beyond Beyond PROPN NNP Number=Sing 6 compound 6:compound _ +4 , , PUNCT , _ 3 punct 3:punct _ +5 Beyond Beyond ADP NNP _ 6 case 6:case _ 6 Control Control PROPN NNP Number=Sing 16 nsubj 16:nsubj SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 10 punct 10:punct _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 local local ADJ JJ Degree=Pos 10 amod 10:amod _ 10 band band NOUN NN Number=Sing 6 appos 6:appos _ 11 in in ADP IN _ 13 case 13:case _ -12 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 area area NOUN NN Number=Sing 10 nmod 10:nmod:in SpaceAfter=No -14 , , PUNCT , _ 16 punct 16:punct _ +14 , , PUNCT , _ 6 punct 6:punct _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 16 sponoring sponor VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ @@ -109157,9 +109205,9 @@ 20 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 21 cancer cancer NOUN NN Number=Sing 22 compound 22:compound _ 22 victim victim NOUN NN Number=Sing 18 nmod 18:nmod:for|24:nmod:poss _ -23 whose whose PRON WP$ Poss=Yes|PronType=Int 24 nmod:poss 22:ref _ +23 whose whose PRON WP$ Poss=Yes|PronType=Rel 24 nmod:poss 22:ref _ 24 benefits benefit NOUN NNS Number=Plur 26 nsubj 26:nsubj _ -25 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ +25 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ 26 run run VERB VBN Tense=Past|VerbForm=Part 22 acl:relcl 22:acl:relcl _ 27 out out ADP RP _ 26 compound:prt 26:compound:prt SpaceAfter=No 28 . . PUNCT . _ 16 punct 16:punct _ @@ -109178,11 +109226,11 @@ 10 promises promise VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 11 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 12 $ $ SYM $ _ 15 compound 15:compound SpaceAfter=No -13 5000 5000 NUM CD NumType=Card 12 nummod 12:nummod _ -14 first first ADJ JJ Degree=Pos|NumType=Ord 15 amod 15:amod _ -15 prize prize NOUN NN Number=Sing 10 obj 10:obj|20:obj SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ -17 which which PRON WDT PronType=Rel 20 obj 15:ref _ +13 5000 5000 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ +14 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 15 amod 15:amod _ +15 prize prize NOUN NN Number=Sing 10 obj 10:obj|22:obj SpaceAfter=No +16 , , PUNCT , _ 20 punct 20:punct _ +17 which which PRON WDT PronType=Rel 22 obj 15:ref _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj|22:nsubj:xsubj _ 19 would would AUX MD VerbForm=Fin 20 aux 20:aux _ 20 like like VERB VB VerbForm=Inf 15 acl:relcl 15:acl:relcl _ @@ -109199,15 +109247,15 @@ 31 fund fund NOUN NN Number=Sing 26 obl 26:obl:to|35:obj _ 32 which which PRON WDT PronType=Rel 35 obj 31:ref _ 33 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 35 nsubj 35:nsubj _ -34 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 35 aux 35:aux _ +34 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 35 aux 35:aux _ 35 started start VERB VBN Tense=Past|VerbForm=Part 31 acl:relcl 31:acl:relcl SpaceAfter=No 36 . . PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_eHolistic_2dd76f31ceb6bfe8_ENG_20050513_224200-0007 # text = Below are some emails to friends explaining a little more about this effort. 1 Below below ADV RB _ 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -3 some some DET DT _ 4 det 4:det _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +3 some some DET DT PronType=Ind 4 det 4:det _ 4 emails email NOUN NNS Number=Plur 1 nsubj 1:nsubj _ 5 to to ADP IN _ 6 case 6:case _ 6 friends friend NOUN NNS Number=Plur 4 nmod 4:nmod:to _ @@ -109222,41 +109270,41 @@ # sent_id = newsgroup-groups.google.com_eHolistic_2dd76f31ceb6bfe8_ENG_20050513_224200-0008 # text = What we are trying to do is solicit votes for the band, in order to put them in first place. -1 What what PRON WP PronType=Int 4 obj 4:obj|6:nsubj:xsubj _ -2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ -4 trying try VERB VBG Tense=Pres|VerbForm=Part 7 csubj 7:csubj _ +1 What what PRON WP PronType=Rel 8 nsubj:outer 6:obj|8:nsubj:outer _ +2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +4 trying try VERB VBG Tense=Pres|VerbForm=Part 1 acl:relcl 1:acl:relcl _ 5 to to PART TO _ 6 mark 6:mark _ 6 do do VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -8 solicit solicit VERB VB VerbForm=Inf 7 ccomp 7:ccomp _ +7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +8 solicit solicit VERB VB VerbForm=Inf 0 root 0:root _ 9 votes vote NOUN NNS Number=Plur 8 obj 8:obj _ 10 for for ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 band band NOUN NN Number=Sing 9 nmod 9:nmod:for SpaceAfter=No -13 , , PUNCT , _ 8 punct 8:punct _ +13 , , PUNCT , _ 17 punct 17:punct _ 14 in in ADP IN _ 17 mark 17:mark _ 15 order order NOUN NN Number=Sing 14 fixed 14:fixed _ 16 to to PART TO _ 17 mark 17:mark _ 17 put put VERB VB VerbForm=Inf 8 advcl 8:advcl:in_order _ 18 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 17 obj 17:obj _ 19 in in ADP IN _ 21 case 21:case _ -20 first first ADJ JJ Degree=Pos|NumType=Ord 21 amod 21:amod _ +20 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 21 amod 21:amod _ 21 place place NOUN NN Number=Sing 17 obl 17:obl:in SpaceAfter=No -22 . . PUNCT . _ 7 punct 7:punct _ +22 . . PUNCT . _ 8 punct 8:punct _ # sent_id = newsgroup-groups.google.com_eHolistic_2dd76f31ceb6bfe8_ENG_20050513_224200-0009 # text = They are currently in third place, and need your help so that the prize money can be used for a humanatarian cause. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj|9:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 3 currently currently ADV RB _ 6 advmod 6:advmod _ 4 in in ADP IN _ 6 case 6:case _ -5 third third ADJ JJ Degree=Pos|NumType=Ord 6 amod 6:amod _ +5 third third ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 6 amod 6:amod _ 6 place place NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 7 , , PUNCT , _ 9 punct 9:punct _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 help help NOUN NN Number=Sing 9 obj 9:obj _ 12 so so SCONJ IN _ 19 mark 19:mark _ 13 that that SCONJ IN _ 12 fixed 12:fixed _ @@ -109281,14 +109329,14 @@ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 following follow VERB VBG VerbForm=Ger 7 amod 7:amod _ 7 link link NOUN NN Number=Sing 3 obl 3:obl:at SpaceAfter=No -8 , , PUNCT , _ 3 punct 3:punct _ +8 , , PUNCT , _ 12 punct 12:punct _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 10 will will AUX MD VerbForm=Fin 12 aux 12:aux _ 11 only only ADV RB _ 12 advmod 12:advmod _ 12 take take VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ 13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 14 few few ADJ JJ Degree=Pos 15 amod 15:amod _ -15 seconds seconds NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No +15 seconds second NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_eHolistic_2dd76f31ceb6bfe8_ENG_20050513_224200-0011 @@ -109305,7 +109353,7 @@ 10 below below ADV RB _ 9 advmod 9:advmod _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 cast cast VERB VB VerbForm=Inf 6 conj 2:advcl:to|6:conj:and _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 vote vote NOUN NN Number=Sing 12 obj 12:obj _ 15 for for ADP IN _ 17 case 17:case _ 16 Beyond Beyond PROPN NNP Number=Sing 17 compound 17:compound _ @@ -109314,12 +109362,12 @@ # sent_id = newsgroup-groups.google.com_eHolistic_2dd76f31ceb6bfe8_ENG_20050513_224200-0012 # text = Thank you in advance for your contribution to this effort. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 in in ADP IN _ 4 case 4:case _ 4 advance advance NOUN NN Number=Sing 1 obl 1:obl:in _ 5 for for ADP IN _ 7 case 7:case _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 contribution contribution NOUN NN Number=Sing 1 obl 1:obl:for _ 8 to to ADP IN _ 10 case 10:case _ 9 this this DET DT Number=Sing|PronType=Dem 10 det 10:det _ @@ -109329,20 +109377,20 @@ # sent_id = newsgroup-groups.google.com_eHolistic_2dd76f31ceb6bfe8_ENG_20050513_224200-0013 # text = Also, please pass this along to everyone you know, and all of your email contacts. 1 Also also ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 please please INTJ UH _ 4 discourse 4:discourse _ 4 pass pass VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 5 this this PRON DT Number=Sing|PronType=Dem 4 obj 4:obj _ 6 along along ADV RB _ 4 advmod 4:advmod _ 7 to to ADP IN _ 8 case 8:case _ -8 everyone everyone PRON NN Number=Sing 4 obl 4:obl:to _ +8 everyone everyone PRON NN Number=Sing|PronType=Tot 4 obl 4:obl:to _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -10 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl SpaceAfter=No +10 know know VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl SpaceAfter=No 11 , , PUNCT , _ 13 punct 13:punct _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 all all DET DT _ 8 conj 4:obl:to|8:conj:and _ +13 all all DET DT PronType=Tot 8 conj 4:obl:to|8:conj:and _ 14 of of ADP IN _ 17 case 17:case _ -15 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 16 email email NOUN NN Number=Sing 17 compound 17:compound _ 17 contacts contact NOUN NNS Number=Plur 13 nmod 13:nmod:of SpaceAfter=No 18 . . PUNCT . _ 4 punct 4:punct _ @@ -109350,7 +109398,7 @@ # sent_id = newsgroup-groups.google.com_eHolistic_2dd76f31ceb6bfe8_ENG_20050513_224200-0014 # text = We need the power of the internet to pull this off. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 power power NOUN NN Number=Sing 2 obj 2:obj _ 5 of of ADP IN _ 7 case 7:case _ @@ -109367,7 +109415,7 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 web web NOUN NN Number=Sing 3 compound 3:compound _ 3 site site NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ # sent_id = newsgroup-groups.google.com_eHolistic_2dd76f31ceb6bfe8_ENG_20050513_224200-0016 # text = You can check the validity of all of this at the Beyond Control website. @@ -109377,7 +109425,7 @@ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 validity validity NOUN NN Number=Sing 3 obj 3:obj _ 6 of of ADP IN _ 7 case 7:case _ -7 all all DET DT _ 5 nmod 5:nmod:of _ +7 all all DET DT PronType=Tot 5 nmod 5:nmod:of _ 8 of of ADP IN _ 9 case 9:case _ 9 this this PRON DT Number=Sing|PronType=Dem 7 nmod 7:nmod:of _ 10 at at ADP IN _ 14 case 14:case _ @@ -109391,7 +109439,7 @@ # text = That address is . 1 That that DET DT Number=Sing|PronType=Dem 2 det 2:det _ 2 address address NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_eHolistic_2dd76f31ceb6bfe8_ENG_20050513_224200-0018 @@ -109404,15 +109452,15 @@ 6 on on ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 River River PROPN NNP Number=Sing 5 nmod 5:nmod:on _ -9 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 10 , , PUNCT , _ 13 punct 13:punct _ 11 and and CCONJ CC _ 13 cc 13:cc _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 13 lists list VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 conj 9:conj:and _ -14 all all DET PDT _ 16 det:predet 16:det:predet _ +14 all all DET PDT PronType=Tot 16 det:predet 16:det:predet _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 acts act NOUN NNS Number=Plur 13 obj 13:obj _ -17 scheduled schedule VERB VBN Tense=Past|VerbForm=Part 16 acl 16:acl _ +17 scheduled schedule VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 acl 16:acl _ 18 for for ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 season season NOUN NN Number=Sing 17 obl 17:obl:for SpaceAfter=No @@ -109427,7 +109475,7 @@ 5 out out ADP RP _ 3 compound:prt 3:compound:prt _ 6 as as ADV RB _ 3 advmod 3:advmod _ 7 well well ADV RB Degree=Pos 6 fixed 6:fixed SpaceAfter=No -8 , , PUNCT , _ 3 punct 3:punct _ +8 , , PUNCT , _ 10 punct 10:punct _ 9 to to PART TO _ 10 mark 10:mark _ 10 confirm confirm VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ 11 that that SCONJ IN _ 15 mark 15:mark _ @@ -109447,20 +109495,20 @@ # text = Abby is our beloved friend, and we are trying to raise money for her any way we can, so this prize money is important to help her continue to receive her life-saving treatments. 1 Abby Abby PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -3 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 beloved beloved ADJ JJ Degree=Pos 5 amod 5:amod _ 5 friend friend NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 6 , , PUNCT , _ 10 punct 10:punct _ 7 and and CCONJ CC _ 10 cc 10:cc _ 8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 trying try VERB VBG Tense=Pres|VerbForm=Part 5 conj 5:conj:and _ 11 to to PART TO _ 12 mark 12:mark _ 12 raise raise VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 13 money money NOUN NN Number=Sing 12 obj 12:obj _ 14 for for ADP IN _ 15 case 15:case _ 15 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 12 obl 12:obl:for _ -16 any any DET DT _ 17 det 17:det _ +16 any any DET DT PronType=Ind 17 det 17:det _ 17 way way NOUN NN Number=Sing 12 obl:npmod 12:obl:npmod _ 18 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 19 nsubj 19:nsubj _ 19 can can AUX MD VerbForm=Fin 17 acl:relcl 17:acl:relcl SpaceAfter=No @@ -109470,16 +109518,16 @@ 23 prize prize NOUN NN Number=Sing 24 compound 24:compound _ 24 money money NOUN NN Number=Sing 26 nsubj 26:nsubj _ 25 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ -26 important important ADJ JJ Degree=Pos 5 conj 5:conj:and _ +26 important important ADJ JJ Degree=Pos 5 parataxis 5:parataxis _ 27 to to PART TO _ 28 mark 28:mark _ 28 help help VERB VB VerbForm=Inf 26 advcl 26:advcl:to _ -29 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 28 obj 28:obj _ -30 continue continue VERB VB VerbForm=Inf 28 ccomp 28:ccomp _ +29 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 28 obj 28:obj|30:nsubj:xsubj _ +30 continue continue VERB VB VerbForm=Inf 28 xcomp 28:xcomp _ 31 to to PART TO _ 32 mark 32:mark _ 32 receive receive VERB VB VerbForm=Inf 30 xcomp 30:xcomp _ -33 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ +33 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ 34 life life NOUN NN Number=Sing 36 compound 36:compound SpaceAfter=No -35 - - PUNCT HYPH _ 36 punct 36:punct SpaceAfter=No +35 - - PUNCT HYPH _ 34 punct 34:punct SpaceAfter=No 36 saving save VERB VBG VerbForm=Ger 37 amod 37:amod _ 37 treatments treatment NOUN NNS Number=Plur 32 obj 32:obj SpaceAfter=No 38 . . PUNCT . _ 5 punct 5:punct _ @@ -109494,7 +109542,7 @@ 6 God God PROPN NNP Number=Sing 7 nsubj 7:nsubj|11:nsubj _ 7 bless bless VERB VB VerbForm=Inf 2 conj 2:conj:and _ 8 you you PRON PRP Case=Acc|Person=2|PronType=Prs 7 obj 7:obj _ -9 all all DET DT _ 8 det 8:det _ +9 all all DET DT PronType=Tot 8 det 8:det _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 keep keep VERB VB VerbForm=Inf 7 conj 7:conj:and _ 12 you you PRON PRP Case=Acc|Person=2|PronType=Prs 11 obj 11:obj|13:nsubj:xsubj _ @@ -109504,13 +109552,13 @@ # sent_id = newsgroup-groups.google.com_eHolistic_2dd76f31ceb6bfe8_ENG_20050513_224200-0022 # text = Here are some emails we have sent, along with the flyer for the Benefit fund raiser we are holding in June, just for your information. 1 Here here ADV RB PronType=Dem 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -3 some some DET DT _ 4 det 4:det _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +3 some some DET DT PronType=Ind 4 det 4:det _ 4 emails email NOUN NNS Number=Plur 1 nsubj 1:nsubj _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 sent send VERB VBN Tense=Past|VerbForm=Part 4 acl:relcl 4:acl:relcl SpaceAfter=No -8 , , PUNCT , _ 4 punct 4:punct _ +8 , , PUNCT , _ 12 punct 12:punct _ 9 along along ADP IN _ 12 case 12:case _ 10 with with ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -109521,14 +109569,14 @@ 16 fund fund NOUN NN Number=Sing 17 compound 17:compound _ 17 raiser raiser NOUN NN Number=Sing 12 nmod 12:nmod:for _ 18 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -19 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +19 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 20 holding hold VERB VBG Tense=Pres|VerbForm=Part 17 acl:relcl 17:acl:relcl _ 21 in in ADP IN _ 22 case 22:case _ 22 June June PROPN NNP Number=Sing 20 obl 20:obl:in SpaceAfter=No -23 , , PUNCT , _ 1 punct 1:punct _ +23 , , PUNCT , _ 27 punct 27:punct _ 24 just just ADV RB _ 27 advmod 27:advmod _ 25 for for ADP IN _ 27 case 27:case _ -26 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +26 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 27 information information NOUN NN Number=Sing 1 obl 1:obl:for SpaceAfter=No 28 . . PUNCT . _ 1 punct 1:punct _ @@ -109544,16 +109592,16 @@ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 sending send VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 you you PRON PRP Case=Acc|Person=2|PronType=Prs 3 iobj 3:iobj _ -5 some some DET DT _ 6 det 6:det _ +5 some some DET DT PronType=Ind 6 det 6:det _ 6 info info NOUN NN Number=Sing 3 obj 3:obj|10:obj _ 7 that that PRON WDT PronType=Rel 10 obj 6:ref _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -9 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +9 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 passed pass VERB VBN Tense=Past|VerbForm=Part 6 acl:relcl 6:acl:relcl _ 11 along along ADV RB _ 10 advmod 10:advmod _ 12 regarding regard VERB VBG VerbForm=Ger 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -14 effort effort NOUN NN Number=Sing 6 nmod 6:nmod:regard _ +14 effort effort NOUN NN Number=Sing 6 nmod 6:nmod:regarding _ 15 to to PART TO _ 16 mark 16:mark _ 16 win win VERB VB VerbForm=Inf 14 acl 14:acl:to _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ @@ -109577,18 +109625,18 @@ 8 , , PUNCT , _ 10 punct 10:punct _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 ask ask VERB VB VerbForm=Inf 4 conj 4:conj:and|25:advcl:if _ -11 everyone everyone PRON NN Number=Sing 10 obj 10:obj|15:nsubj:xsubj _ +11 everyone everyone PRON NN Number=Sing|PronType=Tot 10 iobj 10:iobj|15:nsubj:xsubj _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ -13 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +13 know know VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 14 to to PART TO _ 15 mark 15:mark _ 15 forward forward VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 16 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 obj 15:obj _ 17 to to ADP IN _ 19 case 19:case _ -18 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 contacts contact NOUN NNS Number=Plur 15 obl 15:obl:to SpaceAfter=No 20 , , PUNCT , _ 21 punct 21:punct _ -21 etc etc X FW _ 19 conj 15:obl:to|19:conj SpaceAfter=No -22 , , PUNCT , _ 25 punct 25:punct _ +21 etc etc. NOUN FW Abbr=Yes|Number=Plur 19 conj 15:obl:to|19:conj SpaceAfter=No +22 , , PUNCT , _ 4 punct 4:punct _ 23 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 25 nsubj 25:nsubj _ 24 may may AUX MD VerbForm=Fin 25 aux 25:aux _ 25 have have VERB VB VerbForm=Inf 0 root 0:root _ @@ -109627,7 +109675,7 @@ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 benefit benefit NOUN NN Number=Sing 6 obj 6:obj _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 sponsoring sponsor VERB VBG Tense=Pres|VerbForm=Part 8 acl:relcl 8:acl:relcl SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ @@ -109645,7 +109693,7 @@ # sent_id = newsgroup-groups.google.com_eHolistic_2dd76f31ceb6bfe8_ENG_20050513_224200-0031 # text = Any help in distributing this will be greatly appreciated. -1 Any any DET DT _ 2 det 2:det _ +1 Any any DET DT PronType=Ind 2 det 2:det _ 2 help help NOUN NN Number=Sing 9 nsubj:pass 9:nsubj:pass _ 3 in in SCONJ IN _ 4 mark 4:mark _ 4 distributing distribute VERB VBG VerbForm=Ger 2 acl 2:acl:in _ @@ -109674,17 +109722,17 @@ 3 to to PART TO _ 4 mark 4:mark _ 4 fly fly VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 to to ADP IN _ 7 case 7:case _ -6 New New PROPN NNP Number=Sing 7 compound 7:compound _ +6 New New ADJ NNP Degree=Pos 7 amod 7:amod _ 7 York York PROPN NNP Number=Sing 4 obl 4:obl:to _ -8 twice twice ADV RB NumType=Mult 4 advmod 4:advmod _ +8 twice twice ADV RB NumForm=Word|NumType=Mult 4 advmod 4:advmod _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -10 month month NOUN NN Number=Sing 8 obl:npmod 8:obl:npmod _ +10 month month NOUN NN Number=Sing 8 obl:tmod 8:obl:tmod _ 11 for for ADP IN _ 13 case 13:case _ 12 these this DET DT Number=Plur|PronType=Dem 13 det 13:det _ 13 treatments treatment NOUN NNS Number=Plur 4 obl 4:obl:for SpaceAfter=No 14 , , PUNCT , _ 24 punct 24:punct _ 15 and and CCONJ CC _ 24 cc 24:cc _ -16 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 time time NOUN NN Number=Sing 24 nsubj 24:nsubj _ 18 on on ADP IN _ 22 case 22:case _ 19 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ @@ -109714,8 +109762,8 @@ 14 without without ADP IN _ 16 case 16:case _ 15 these this DET DT Number=Plur|PronType=Dem 16 det 16:det _ 16 treatments treatment NOUN NNS Number=Plur 21 obl 21:obl:without SpaceAfter=No -17 , , PUNCT , _ 21 punct 21:punct _ -18 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +17 , , PUNCT , _ 16 punct 16:punct _ +18 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 prognosis prognosis NOUN NN Number=Sing 21 nsubj 21:nsubj _ 20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 21 grim grim ADJ JJ Degree=Pos 4 conj 4:conj:and SpaceAfter=No @@ -109724,9 +109772,9 @@ # sent_id = newsgroup-groups.google.com_eHolistic_2dd76f31ceb6bfe8_ENG_20050513_224200-0035 # text = I hope you have a huge network. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +4 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 huge huge ADJ JJ Degree=Pos 7 amod 7:amod _ 7 network network NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No @@ -109736,20 +109784,20 @@ # text = Also encourage your recipients to forward this along to their contacts, and so on, so that the movement to help her grows exponentially. 1 Also also ADV RB _ 2 advmod 2:advmod _ 2 encourage encourage VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 recipients recipient NOUN NNS Number=Plur 2 obj 2:obj|6:nsubj:xsubj _ 5 to to PART TO _ 6 mark 6:mark _ 6 forward forward VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 7 this this PRON DT Number=Sing|PronType=Dem 6 obj 6:obj _ 8 along along ADV RB _ 6 advmod 6:advmod _ 9 to to ADP IN _ 11 case 11:case _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 contacts contact NOUN NNS Number=Plur 6 obl 6:obl:to SpaceAfter=No 12 , , PUNCT , _ 15 punct 15:punct _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 so so ADV RB _ 15 advmod 15:advmod _ 15 on on ADV RB _ 6 advmod 6:advmod SpaceAfter=No -16 , , PUNCT , _ 2 punct 2:punct _ +16 , , PUNCT , _ 24 punct 24:punct _ 17 so so SCONJ IN _ 24 mark 24:mark _ 18 that that SCONJ IN _ 17 fixed 17:fixed _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ @@ -109767,7 +109815,7 @@ 2 must must AUX MD VerbForm=Fin 3 aux 3:aux _ 3 finish finish VERB VB VerbForm=Inf 0 root 0:root _ 4 in in ADP IN _ 6 case 6:case _ -5 first first ADJ JJ Degree=Pos|NumType=Ord 6 amod 6:amod _ +5 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 6 amod 6:amod _ 6 place place NOUN NN Number=Sing 3 obl 3:obl:in _ 7 in in ADP IN _ 10 mark 10:mark _ 8 order order NOUN NN Number=Sing 7 fixed 7:fixed _ @@ -109775,7 +109823,7 @@ 10 contribute contribute VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 $ $ SYM $ _ 10 obj 10:obj SpaceAfter=No -13 5000 5000 NUM CD NumType=Card 12 nummod 12:nummod _ +13 5000 5000 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 14 to to ADP IN _ 17 case 17:case _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 benefit benefit NOUN NN Number=Sing 17 compound 17:compound _ @@ -109784,7 +109832,7 @@ # sent_id = newsgroup-groups.google.com_eHolistic_2dd76f31ceb6bfe8_ENG_20050513_224200-0038 # text = Thank you so much for caring enough to offer your help. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 so so ADV RB _ 4 advmod 4:advmod _ 4 much much ADV RB _ 1 advmod 1:advmod _ @@ -109793,7 +109841,7 @@ 7 enough enough ADV RB _ 6 advmod 6:advmod _ 8 to to PART TO _ 9 mark 9:mark _ 9 offer offer VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 help help NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No 12 . . PUNCT . _ 1 punct 1:punct _ @@ -109818,28 +109866,28 @@ 1 WHEN when ADV WRB PronType=Int 0 root 0:root SpaceAfter=No 2 : : PUNCT : _ 3 punct 3:punct _ 3 JUNE JUNE PROPN NNP Number=Sing 1 appos 1:appos _ -4 12 12 NUM CD NumType=Card 3 nummod 3:nummod SpaceAfter=No -5 , , PUNCT , _ 3 punct 3:punct _ -6 2005 2005 NUM CD NumType=Card 3 nummod 3:nummod SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ -8 2:00 2:00 NUM CD NumType=Card 9 nummod 9:nummod _ +4 12 12 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No +5 , , PUNCT , _ 6 punct 6:punct _ +6 2005 2005 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No +7 , , PUNCT , _ 9 punct 9:punct _ +8 2:00 2:00 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 P.M. p.m. NOUN NN Number=Sing 3 appos 3:appos _ 10 TO to ADP IN _ 12 case 12:case _ -11 2:00 2:00 NUM CD NumType=Card 12 nummod 12:nummod _ +11 2:00 2:00 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 12 A.M. a.m. NOUN NN Number=Sing 9 nmod 9:nmod:to _ # sent_id = newsgroup-groups.google.com_eHolistic_2dd76f31ceb6bfe8_ENG_20050513_224200-0042 # text = WHERE: MAIN STREET SALOON 1 WHERE where ADV WRB PronType=Int 0 root 0:root SpaceAfter=No 2 : : PUNCT : _ 5 punct 5:punct _ -3 MAIN MAIN PROPN NNP Number=Sing 4 compound 4:compound _ -4 STREET STREET PROPN NNP Number=Sing 5 compound 5:compound _ -5 SALOON SALOON PROPN NNP Number=Sing 1 appos 1:appos _ +3 MAIN Main ADJ NNP Degree=Pos 4 amod 4:amod _ +4 STREET Street PROPN NNP Number=Sing 5 compound 5:compound _ +5 SALOON Saloon PROPN NNP Number=Sing 1 appos 1:appos _ # sent_id = newsgroup-groups.google.com_eHolistic_2dd76f31ceb6bfe8_ENG_20050513_224200-0043 # text = ADMISSION: DONATIONS AT THE DOOR 1 ADMISSION admission NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 DONATIONS donation NOUN NNS Number=Plur 1 appos 1:appos _ 4 AT at ADP IN _ 6 case 6:case _ 5 THE the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -109851,7 +109899,7 @@ 1 Abby Abby PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 2 Freeman Freeman PROPN NNP Number=Sing 1 flat 1:flat _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -4 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 good good ADJ JJ Degree=Pos 6 amod 6:amod _ 6 friend friend NOUN NN Number=Sing 0 root 0:root|8:nsubj _ 7 who who PRON WP PronType=Rel 8 nsubj 6:ref _ @@ -109862,13 +109910,13 @@ 12 and and CCONJ CC _ 14 cc 14:cc _ 13 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 14 needs need VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and|8:nsubj _ -15 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 help help NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No 17 ! ! PUNCT . _ 6 punct 6:punct _ # sent_id = newsgroup-groups.google.com_eHolistic_2dd76f31ceb6bfe8_ENG_20050513_224200-0045 # text = Her grant for the life saving treatments she needs has run out, and we need to help her to continue to receive these treatments. -1 Her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 grant grant NOUN NN Number=Sing 11 nsubj 11:nsubj _ 3 for for ADP IN _ 7 case 7:case _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -109883,7 +109931,7 @@ 13 , , PUNCT , _ 16 punct 16:punct _ 14 and and CCONJ CC _ 16 cc 16:cc _ 15 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 16 nsubj 16:nsubj|18:nsubj:xsubj _ -16 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 conj 11:conj:and _ +16 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 11 conj 11:conj:and _ 17 to to PART TO _ 18 mark 18:mark _ 18 help help VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 19 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 18 obj 18:obj|21:nsubj:xsubj|23:nsubj:xsubj _ @@ -109899,7 +109947,7 @@ # text = Abby has three wonderful young children, and friends who love her and need her. 1 Abby Abby PROPN NNP Number=Sing 2 nsubj 2:nsubj _ 2 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 three three NUM CD NumType=Card 6 nummod 6:nummod _ +3 three three NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 4 wonderful wonderful ADJ JJ Degree=Pos 6 amod 6:amod _ 5 young young ADJ JJ Degree=Pos 6 amod 6:amod _ 6 children child NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No @@ -109907,10 +109955,10 @@ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 friends friend NOUN NNS Number=Plur 6 conj 2:obj|6:conj:and|11:nsubj|14:nsubj _ 10 who who PRON WP PronType=Rel 11 nsubj 9:ref _ -11 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +11 love love VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 12 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 conj 9:acl:relcl|11:conj:and _ +14 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 conj 9:acl:relcl|11:conj:and _ 15 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 14 obj 14:obj SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ @@ -109930,11 +109978,11 @@ # sent_id = newsgroup-groups.google.com_eHolistic_2dd76f31ceb6bfe8_ENG_20050513_224200-0048 # text = With your help, we know she can do it!! 1 With with ADP IN _ 3 case 3:case _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 help help NOUN NN Number=Sing 6 obl 6:obl:with SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 know know VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 8 can can AUX MD VerbForm=Fin 9 aux 9:aux _ 9 do do VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ @@ -109948,14 +109996,14 @@ 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 'll will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ -4 four four NUM CD NumType=Card 5 nummod 5:nummod _ +4 four four NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 5 bands band NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No 6 , , PUNCT , _ 11 punct 11:punct _ 7 and and CCONJ CC _ 11 cc 11:cc _ -8 Big Big PROPN NNP Number=Sing 9 compound 9:compound _ +8 Big Big ADJ NNP Degree=Pos 9 amod 9:amod _ 9 D D PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ -11 cookin' cookin' VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj:and _ +11 cookin' cook VERB VBG Style=Vrnc|Tense=Pres|VerbForm=Part 3 conj 3:conj:and _ 12 ..... ..... PUNCT , _ 13 punct 13:punct _ 13 lots lot NOUN NNS Number=Plur 3 parataxis 3:parataxis _ 14 of of ADP IN _ 15 case 15:case _ @@ -109973,7 +110021,7 @@ 4 event event NOUN NN Number=Sing 0 root 0:root _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ 6-7 don't _ _ _ _ _ _ _ _ -6 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 n't not PART RB _ 8 advmod 8:advmod _ 8 want want VERB VB VerbForm=Inf 4 acl:relcl 4:acl:relcl _ 9 to to PART TO _ 10 mark 10:mark _ @@ -109989,12 +110037,12 @@ 4 , , PUNCT , _ 6 punct 6:punct _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 prizes prize NOUN NNS Number=Plur 1 conj 1:conj:and|8:nsubj:pass _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux:pass 8:aux:pass _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux:pass 8:aux:pass _ 8 sponsored sponsor VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 9 by by ADP IN _ 11 case 11:case _ 10 Beyond Beyond PROPN NNP Number=Sing 11 compound 11:compound _ -11 Control Control PROPN NNP Number=Sing 8 obl 8:obl:by|16:nsubj SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ +11 Control Control PROPN NNP Number=Sing 8 obl:agent 8:obl:agent|16:nsubj SpaceAfter=No +12 , , PUNCT , _ 16 punct 16:punct _ 13 who who PRON WP PronType=Rel 16 nsubj 11:ref _ 14 will will AUX MD VerbForm=Fin 16 aux 16:aux _ 15 be be AUX VB VerbForm=Inf 16 aux 16:aux _ @@ -110016,7 +110064,7 @@ 31 Falls Falls PROPN NNP Number=Sing 28 nmod 28:nmod:in _ 32 on on ADP IN _ 33 case 33:case _ 33 July July PROPN NNP Number=Sing 16 obl 16:obl:on _ -34 1 1 NUM CD NumType=Card 33 nummod 33:nummod SpaceAfter=No +34 1 1 NUM CD NumForm=Digit|NumType=Card 33 nummod 33:nummod SpaceAfter=No 35 . . PUNCT . _ 8 punct 8:punct _ # sent_id = newsgroup-groups.google.com_eHolistic_2dd76f31ceb6bfe8_ENG_20050513_224200-0052 @@ -110028,10 +110076,10 @@ 5 competition competition NOUN NN Number=Sing 2 nmod 2:nmod:of _ 6 will will AUX MD VerbForm=Fin 7 aux 7:aux _ 7 receive receive VERB VB VerbForm=Inf 0 root 0:root _ -8 $ $ SYM $ _ 7 obj 7:obj SpaceAfter=No -9 5000 5000 NUM CD NumType=Card 8 nummod 8:nummod SpaceAfter=No -10 , , PUNCT , _ 8 punct 8:punct _ -11 which which PRON WDT PronType=Int 16 obj 16:obj _ +8 $ $ SYM $ _ 7 obj 7:obj|16:obj SpaceAfter=No +9 5000 5000 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod SpaceAfter=No +10 , , PUNCT , _ 14 punct 14:punct _ +11 which which PRON WDT PronType=Rel 16 obj 8:ref _ 12 Beyond Beyond PROPN NNP Number=Sing 13 compound 13:compound _ 13 Control Control PROPN NNP Number=Sing 14 nsubj 14:nsubj|16:nsubj:xsubj _ 14 hopes hope VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ @@ -110081,7 +110129,7 @@ 11 provide provide VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 Abby Abby PROPN NNP Number=Sing 11 obj 11:obj _ 13 with with ADP IN _ 17 case 17:case _ -14 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +14 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 15 life life NOUN NN Number=Sing 16 compound 16:compound _ 16 saving save VERB VBG VerbForm=Ger 17 amod 17:amod _ 17 treatments treatment NOUN NNS Number=Plur 11 obl 11:obl:with _ @@ -110110,7 +110158,7 @@ 5 Kendel Kendel PROPN NNP Number=Sing 3 obl 3:obl:to _ 6 Bunnell Bunnell PROPN NNP Number=Sing 5 flat 5:flat _ 7 c care NOUN NN Abbr=Yes|Number=Sing 5 nmod:npmod 5:nmod:npmod SpaceAfter=No -8 / / PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +8 / / PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No 9 o of ADP IN Abbr=Yes 10 case 10:case _ 10 Benefit Benefit PROPN NNP Number=Sing 7 nmod 7:nmod:of _ 11 for for ADP IN _ 12 case 12:case _ @@ -110128,9 +110176,9 @@ # sent_id = newsgroup-groups.google.com_IdeaStockExchange_c6ea783ac3f043ba_ENG_20041120_243700-0002 # text = (Filed: 19/11/2004) 1 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No -2 Filed file VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ -4 19/11/2004 19/11/2004 NUM CD NumType=Card 2 obl:tmod 2:obl:tmod SpaceAfter=No +2 Filed file VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No +3 : : PUNCT : _ 4 punct 4:punct _ +4 19/11/2004 19/11/2004 NUM CD NumForm=Digit|NumType=Card 2 obl:tmod 2:obl:tmod SpaceAfter=No 5 ) ) PUNCT -RRB- _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_IdeaStockExchange_c6ea783ac3f043ba_ENG_20041120_243700-0003 @@ -110176,12 +110224,12 @@ 1 An a DET DT Definite=Ind|PronType=Art 2 det 2:det _ 2 intrusion intrusion NOUN NN Number=Sing 25 nsubj 25:nsubj _ 3 into into ADP IN _ 6 case 6:case _ -4 Japanese japanese ADJ JJ Degree=Pos 6 amod 6:amod _ +4 Japanese Japanese ADJ JJ Degree=Pos 6 amod 6:amod _ 5 territorial territorial ADJ JJ Degree=Pos 6 amod 6:amod _ 6 waters water NOUN NNS Number=Plur 2 nmod 2:nmod:into _ 7 by by ADP IN _ 11 case 11:case _ 8 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -9 Chinese chinese ADJ JJ Degree=Pos 11 amod 11:amod _ +9 Chinese Chinese ADJ JJ Degree=Pos 11 amod 11:amod _ 10 nuclear nuclear ADJ JJ Degree=Pos 11 amod 11:amod _ 11 submarine submarine NOUN NN Number=Sing 2 nmod 2:nmod:by _ 12 last last ADJ JJ Degree=Pos 13 amod 13:amod _ @@ -110192,9 +110240,9 @@ 17 deal deal NOUN NN Number=Sing 2 conj 2:conj:and|25:nsubj _ 18 with with ADP IN _ 19 case 19:case _ 19 Brazil Brazil PROPN NNP Number=Sing 17 nmod 17:nmod:with _ -20 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ +20 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ 21 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ -22 latest latest ADJ JJS Degree=Sup 25 amod 25:amod _ +22 latest late ADJ JJS Degree=Sup 25 amod 25:amod _ 23 apparently apparently ADV RB _ 24 advmod 24:advmod _ 24 unconnected unconnected ADJ JJ Degree=Pos 25 amod 25:amod _ 25 consequences consequence NOUN NNS Number=Plur 0 root 0:root _ @@ -110209,7 +110257,7 @@ # sent_id = newsgroup-groups.google.com_IdeaStockExchange_c6ea783ac3f043ba_ENG_20041120_243700-0005 # text = Increased car usage in China is creating a high demand for petrol -1 Increased increase VERB VBN Tense=Past|VerbForm=Part 3 amod 3:amod _ +1 Increased increase VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 amod 3:amod _ 2 car car NOUN NN Number=Sing 3 compound 3:compound _ 3 usage usage NOUN NN Number=Sing 7 nsubj 7:nsubj _ 4 in in ADP IN _ 5 case 5:case _ @@ -110226,18 +110274,18 @@ # text = The connection, however, lies in an order issued last year by President Hu Jintao to seek secure oil supplies abroad - preferably ones which could not be stopped by America in case of conflict over Taiwan. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 connection connection NOUN NN Number=Sing 6 nsubj 6:nsubj SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 however however ADV RB _ 6 advmod 6:advmod SpaceAfter=No -5 , , PUNCT , _ 6 punct 6:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 lies lie VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 in in ADP IN _ 9 case 9:case _ 8 an a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 order order NOUN NN Number=Sing 6 obl 6:obl:in _ -10 issued issue VERB VBN Tense=Past|VerbForm=Part 9 acl 9:acl _ +10 issued issue VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 acl 9:acl _ 11 last last ADJ JJ Degree=Pos 12 amod 12:amod _ 12 year year NOUN NN Number=Sing 10 obl:tmod 10:obl:tmod _ 13 by by ADP IN _ 14 case 14:case _ -14 President President PROPN NNP Number=Sing 10 obl 10:obl:by _ +14 President President PROPN NNP Number=Sing 10 obl:agent 10:obl:agent _ 15 Hu Hu PROPN NNP Number=Sing 14 flat 14:flat _ 16 Jintao Jintao PROPN NNP Number=Sing 14 flat 14:flat _ 17 to to PART TO _ 18 mark 18:mark _ @@ -110246,7 +110294,7 @@ 20 oil oil NOUN NN Number=Sing 21 compound 21:compound _ 21 supplies supplies NOUN NNS Number=Plur 18 obj 18:obj _ 22 abroad abroad ADV RB _ 18 advmod 18:advmod _ -23 - - PUNCT , _ 18 punct 18:punct _ +23 - - PUNCT , _ 25 punct 25:punct _ 24 preferably preferably ADV RB _ 25 advmod 25:advmod _ 25 ones one NOUN NNS Number=Plur 18 parataxis 18:parataxis|30:nsubj:pass _ 26 which which PRON WDT PronType=Rel 30 nsubj:pass 25:ref _ @@ -110255,7 +110303,7 @@ 29 be be AUX VB VerbForm=Inf 30 aux:pass 30:aux:pass _ 30 stopped stop VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 acl:relcl 25:acl:relcl _ 31 by by ADP IN _ 32 case 32:case _ -32 America America PROPN NNP Number=Sing 30 obl 30:obl:by _ +32 America America PROPN NNP Number=Sing 30 obl:agent 30:obl:agent _ 33 in in ADP IN _ 36 case 36:case _ 34 case case NOUN NN Number=Sing 33 fixed 33:fixed _ 35 of of ADP IN _ 33 fixed 33:fixed _ @@ -110280,11 +110328,11 @@ 12 " " PUNCT '' _ 11 punct 11:punct _ 13 by by ADP IN _ 16 case 16:case _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -15 Chinese chinese ADJ JJ Degree=Pos 16 amod 16:amod _ -16 government government NOUN NN Number=Sing 5 obl 5:obl:by|19:nsubj SpaceAfter=No -17 , , PUNCT , _ 16 punct 16:punct _ +15 Chinese Chinese ADJ JJ Degree=Pos 16 amod 16:amod _ +16 government government NOUN NN Number=Sing 5 obl:agent 5:obl:agent|19:nsubj SpaceAfter=No +17 , , PUNCT , _ 19 punct 19:punct _ 18 which which PRON WDT PronType=Rel 19 nsubj 16:ref _ -19 apologised apologise VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ +19 apologised apologise VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ 20 to to ADP IN _ 21 case 21:case _ 21 Japan Japan PROPN NNP Number=Sing 19 obl 19:obl:to SpaceAfter=No 22 . . PUNCT . _ 5 punct 5:punct _ @@ -110301,12 +110349,12 @@ 7 People People PROPN NNPS Number=Plur 9 nmod:poss 9:nmod:poss _ 8 's 's PART POS _ 7 case 7:case _ 9 Daily Daily PROPN NNP Number=Sing 16 nsubj 16:nsubj SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 13 punct 13:punct _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 government government NOUN NN Number=Sing 13 compound 13:compound _ 13 mouthpiece mouthpiece NOUN NN Number=Sing 9 appos 9:appos SpaceAfter=No -14 , , PUNCT , _ 16 punct 16:punct _ -15 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 aux 16:aux _ +14 , , PUNCT , _ 9 punct 9:punct _ +15 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 aux 16:aux _ 16 commented comment VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 17 that that SCONJ IN _ 32 mark 32:mark _ 18 competition competition NOUN NN Number=Sing 32 nsubj 32:nsubj _ @@ -110317,7 +110365,7 @@ 23 Sea Sea PROPN NNP Number=Sing 18 nmod 18:nmod:over _ 24 between between ADP IN _ 27 case 27:case _ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ -26 two two NUM CD NumType=Card 27 nummod 27:nummod _ +26 two two NUM CD NumForm=Word|NumType=Card 27 nummod 27:nummod _ 27 countries country NOUN NNS Number=Plur 18 nmod 18:nmod:between _ 28 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 32 cop 32:cop _ 29 " " PUNCT `` _ 32 punct 32:punct SpaceAfter=No @@ -110346,29 +110394,29 @@ 2 Brazil Brazil PROPN NNP Number=Sing 4 compound 4:compound _ 3 trade trade NOUN NN Number=Sing 4 compound 4:compound _ 4 deal deal NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 included include VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 included include VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 funding funding NOUN NN Number=Sing 5 obj 5:obj _ 7 for for ADP IN _ 15 case 15:case _ 8 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 9 joint joint ADJ JJ Degree=Pos 15 amod 15:amod _ 10 oil oil NOUN NN Number=Sing 12 compound 12:compound SpaceAfter=No -11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No 12 drilling drilling NOUN NN Number=Sing 15 compound 15:compound _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 pipeline pipeline NOUN NN Number=Sing 12 conj 12:conj:and|15:compound _ 15 programme programme NOUN NN Number=Sing 6 nmod 6:nmod:for _ 16 at at ADP IN _ 18 case 18:case _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ -18 cost cost NOUN NN Number=Sing 15 nmod 15:nmod:at _ -19 that that PRON WDT PronType=Dem 23 nsubj 23:nsubj _ +18 cost cost NOUN NN Number=Sing 15 nmod 15:nmod:at|23:nsubj _ +19 that that PRON WDT PronType=Rel 23 nsubj 18:ref _ 20 experts expert NOUN NNS Number=Plur 21 nsubj 21:nsubj _ -21 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ +21 said say VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ 22 would would AUX MD VerbForm=Fin 23 aux 23:aux _ 23 add add VERB VB VerbForm=Inf 21 ccomp 21:ccomp _ 24 up up ADP RP _ 23 compound:prt 23:compound:prt _ 25 to to ADP IN _ 29 case 29:case _ -26 three three NUM CD NumType=Card 27 compound 27:compound _ -27 times time NOUN NNS Number=Plur 29 nummod 29:nummod _ +26 three three NUM CD NumForm=Word|NumType=Card 27 nummod 27:nummod _ +27 times time NOUN NNS Number=Plur 29 nmod:npmod 29:nmod:npmod _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 29 cost cost NOUN NN Number=Sing 23 obl 23:obl:to _ 30 of of SCONJ IN _ 32 mark 32:mark _ @@ -110384,9 +110432,9 @@ # text = The West, however, has paid little attention to these developments. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 West west NOUN NN Number=Sing 7 nsubj 7:nsubj SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 however however ADV RB _ 7 advmod 7:advmod SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 paid pay VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 8 little little ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -110400,18 +110448,18 @@ # text = For the United States and Europe are far more concerned with the even more sensitive issues of China's relations with "pariah states". 1 For for CCONJ CC _ 10 cc 10:cc _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 United United PROPN NNP Number=Sing 4 compound 4:compound _ -4 States States PROPN NNP Number=Sing 10 nsubj 10:nsubj _ +3 United United ADJ NNP Degree=Pos 4 amod 4:amod _ +4 States State PROPN NNPS Number=Plur 10 nsubj 10:nsubj _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 Europe Europe PROPN NNP Number=Sing 4 conj 4:conj:and|10:nsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 8 far far ADV RB Degree=Pos 9 advmod 9:advmod _ -9 more more ADV RBR _ 10 advmod 10:advmod _ +9 more more ADV RBR Degree=Cmp 10 advmod 10:advmod _ 10 concerned concerned ADJ JJ Degree=Pos 0 root 0:root _ 11 with with ADP IN _ 16 case 16:case _ 12 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 13 even even ADV RB _ 14 advmod 14:advmod _ -14 more more ADV RBR _ 15 advmod 15:advmod _ +14 more more ADV RBR Degree=Cmp 15 advmod 15:advmod _ 15 sensitive sensitive ADJ JJ Degree=Pos 16 amod 16:amod _ 16 issues issue NOUN NNS Number=Plur 10 obl 10:obl:with _ 17 of of ADP IN _ 20 case 20:case _ @@ -110430,12 +110478,12 @@ # text = In September, China threatened to veto any move to impose sanctions on Sudan over the atrocities in Darfur. 1 In in ADP IN _ 2 case 2:case _ 2 September September PROPN NNP Number=Sing 5 obl 5:obl:in SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 China China PROPN NNP Number=Sing 5 nsubj 5:nsubj|7:nsubj:xsubj _ -5 threatened threaten VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 threatened threaten VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 veto veto VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ -8 any any DET DT _ 9 det 9:det _ +8 any any DET DT PronType=Ind 9 det 9:det _ 9 move move NOUN NN Number=Sing 7 obj 7:obj _ 10 to to PART TO _ 11 mark 11:mark _ 11 impose impose VERB VB VerbForm=Inf 9 acl 9:acl:to _ @@ -110455,41 +110503,41 @@ 2 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 invested invest VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 $ $ SYM $ _ 3 obj 3:obj SpaceAfter=No -5 3 3 NUM CD NumType=Card 6 compound 6:compound _ -6 billion billion NUM CD NumType=Card 4 nummod 4:nummod _ +5 3 3 NUM CD NumForm=Digit|NumType=Card 6 compound 6:compound _ +6 billion billion NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 7 in in ADP IN _ 13 case 13:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -9 African african ADJ JJ Degree=Pos 10 amod 10:amod _ +9 African African ADJ JJ Degree=Pos 10 amod 10:amod _ 10-11 country's _ _ _ _ _ _ _ _ 10 country country NOUN NN Number=Sing 13 nmod:poss 13:nmod:poss _ 11 's 's PART POS _ 10 case 10:case _ 12 oil oil NOUN NN Number=Sing 13 compound 13:compound _ 13 industry industry NOUN NN Number=Sing 3 obl 3:obl:in|16:nsubj SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ +14 , , PUNCT , _ 16 punct 16:punct _ 15 which which PRON WDT PronType=Rel 16 nsubj 13:ref _ 16 supplies supply VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 17 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 obj 16:obj _ 18 with with ADP IN _ 21 case 21:case _ -19 seven seven NUM CD NumType=Card 21 nummod 21:nummod _ +19 seven seven NUM CD NumForm=Word|NumType=Card 21 nummod 21:nummod _ 20 per per NOUN NN Number=Sing 21 compound 21:compound _ 21 cent cent NOUN NN Number=Sing 16 obl 16:obl:with _ 22 of of ADP IN _ 24 case 24:case _ -23 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +23 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 needs need NOUN NNS Number=Plur 21 nmod 21:nmod:of SpaceAfter=No 25 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_IdeaStockExchange_c6ea783ac3f043ba_ENG_20041120_243700-0014 # text = Then, this month, it said that it opposed moves to refer Iran's nuclear stand-off with the International Atomic Energy Agency to the United Nations Security Council. 1 Then then ADV RB PronType=Dem 7 advmod 7:advmod SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 month month NOUN NN Number=Sing 7 obl:tmod 7:obl:tmod SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 that that SCONJ IN _ 10 mark 10:mark _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 opposed oppose VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 ccomp 7:ccomp _ +10 opposed oppose VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 ccomp 7:ccomp _ 11 moves move NOUN NNS Number=Plur 10 obj 10:obj _ 12 to to PART TO _ 13 mark 13:mark _ 13 refer refer VERB VB VerbForm=Inf 11 acl 11:acl:to _ @@ -110498,18 +110546,18 @@ 15 's 's PART POS _ 14 case 14:case _ 16 nuclear nuclear ADJ JJ Degree=Pos 19 amod 19:amod _ 17 stand stand NOUN NN Number=Sing 19 compound 19:compound SpaceAfter=No -18 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No +18 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No 19 off off NOUN NN Number=Sing 13 obj 13:obj _ 20 with with ADP IN _ 25 case 25:case _ 21 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ -22 International International PROPN NNP Number=Sing 25 compound 25:compound _ -23 Atomic Atomic PROPN NNP Number=Sing 24 compound 24:compound _ +22 International International ADJ NNP Degree=Pos 25 amod 25:amod _ +23 Atomic Atomic ADJ NNP Degree=Pos 24 amod 24:amod _ 24 Energy Energy PROPN NNP Number=Sing 25 compound 25:compound _ 25 Agency Agency PROPN NNP Number=Sing 19 nmod 19:nmod:with _ 26 to to ADP IN _ 31 case 31:case _ 27 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ -28 United United PROPN NNP Number=Sing 29 compound 29:compound _ -29 Nations Nations PROPN NNP Number=Sing 31 compound 31:compound _ +28 United United ADJ NNP Degree=Pos 29 amod 29:amod _ +29 Nations Nation PROPN NNPS Number=Plur 31 compound 31:compound _ 30 Security Security PROPN NNP Number=Sing 31 compound 31:compound _ 31 Council Council PROPN NNP Number=Sing 13 obl 13:obl:to SpaceAfter=No 32 . . PUNCT . _ 7 punct 7:punct _ @@ -110519,21 +110567,21 @@ 1 A a DET DT Definite=Ind|PronType=Art 2 det 2:det _ 2 week week NOUN NN Number=Sing 3 obl:npmod 3:obl:npmod _ 3 before before ADV RB _ 13 advmod 13:advmod SpaceAfter=No -4 , , PUNCT , _ 13 punct 13:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5-6 China's _ _ _ _ _ _ _ _ 5 China China PROPN NNP Number=Sing 11 nmod:poss 11:nmod:poss _ 6 's 's PART POS _ 5 case 5:case _ -7 second second ADV RB _ 8 advmod 8:advmod _ -8 biggest biggest ADJ JJS Degree=Sup 11 amod 11:amod _ +7 second second ADV RB NumForm=Word|NumType=Ord 8 advmod 8:advmod _ +8 biggest big ADJ JJS Degree=Sup 11 amod 11:amod _ 9 state state NOUN NN Number=Sing 11 compound 11:compound _ 10 oil oil NOUN NN Number=Sing 11 compound 11:compound _ 11 firm firm NOUN NN Number=Sing 13 nsubj 13:nsubj _ -12 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 aux 13:aux _ +12 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 13 signed sign VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 14 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 15 $ $ SYM $ _ 18 compound 18:compound SpaceAfter=No -16 70 70 NUM CD NumType=Card 17 compound 17:compound _ -17 billion billion NUM CD NumType=Card 15 nummod 15:nummod _ +16 70 70 NUM CD NumForm=Digit|NumType=Card 17 compound 17:compound _ +17 billion billion NUM CD NumForm=Word|NumType=Card 15 nummod 15:nummod _ 18 deal deal NOUN NN Number=Sing 13 obj 13:obj _ 19 for for ADP IN _ 24 case 24:case _ 20 oilfield oilfield NOUN NN Number=Sing 24 compound 24:compound _ @@ -110543,11 +110591,11 @@ 24 development development NOUN NN Number=Sing 18 nmod 18:nmod:for _ 25 with with ADP IN _ 26 case 26:case _ 26 Iran Iran PROPN NNP Number=Sing 18 nmod 18:nmod:with|30:nsubj SpaceAfter=No -27 , , PUNCT , _ 26 punct 26:punct _ +27 , , PUNCT , _ 30 punct 30:punct _ 28 which which PRON WDT PronType=Rel 30 nsubj 26:ref _ 29 already already ADV RB _ 30 advmod 30:advmod _ 30 supplies supply VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 acl:relcl 26:acl:relcl _ -31 13 13 NUM CD NumType=Card 33 nummod 33:nummod _ +31 13 13 NUM CD NumForm=Digit|NumType=Card 33 nummod 33:nummod _ 32 per per NOUN NN Number=Sing 33 compound 33:compound _ 33 cent cent NOUN NN Number=Sing 30 obj 30:obj _ 34 of of ADP IN _ 37 case 37:case _ @@ -110561,7 +110609,7 @@ # text = China has its own reserves of oil and natural gas and once was a net oil exporter. 1 China China PROPN NNP Number=Sing 2 nsubj 2:nsubj|17:nsubj _ 2 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 own own ADJ JJ Degree=Pos 5 amod 5:amod _ 5 reserves reserve NOUN NNS Number=Plur 2 obj 2:obj _ 6 of of ADP IN _ 7 case 7:case _ @@ -110570,7 +110618,7 @@ 9 natural natural ADJ JJ Degree=Pos 10 amod 10:amod _ 10 gas gas NOUN NN Number=Sing 7 conj 5:nmod:of|7:conj:and _ 11 and and CCONJ CC _ 17 cc 17:cc _ -12 once once ADV RB NumType=Mult 17 advmod 17:advmod _ +12 once once ADV RB NumForm=Word|NumType=Mult 17 advmod 17:advmod _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 cop 17:cop _ 14 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 15 net net ADJ JJ Degree=Pos 17 amod 17:amod _ @@ -110582,7 +110630,7 @@ # text = But as its economy has expanded by an average of nine per cent per year for the last two decades, so has its demand for energy. 1 But but CCONJ CC _ 23 cc 23:cc _ 2 as as SCONJ IN _ 6 mark 6:mark _ -3 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 economy economy NOUN NN Number=Sing 6 nsubj 6:nsubj _ 5 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 expanded expand VERB VBN Tense=Past|VerbForm=Part 23 advcl 23:advcl:as _ @@ -110590,7 +110638,7 @@ 8 an a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 average average NOUN NN Number=Sing 6 obl 6:obl:by _ 10 of of ADP IN _ 13 case 13:case _ -11 nine nine NUM CD NumType=Card 13 nummod 13:nummod _ +11 nine nine NUM CD NumForm=Word|NumType=Card 13 nummod 13:nummod _ 12 per per NOUN NN Number=Sing 13 compound 13:compound _ 13 cent cent NOUN NN Number=Sing 9 nmod 9:nmod:of _ 14 per per ADP IN _ 15 case 15:case _ @@ -110598,12 +110646,12 @@ 16 for for ADP IN _ 20 case 20:case _ 17 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 18 last last ADJ JJ Degree=Pos 20 amod 20:amod _ -19 two two NUM CD NumType=Card 20 nummod 20:nummod _ +19 two two NUM CD NumForm=Word|NumType=Card 20 nummod 20:nummod _ 20 decades decade NOUN NNS Number=Plur 6 obl 6:obl:for SpaceAfter=No -21 , , PUNCT , _ 23 punct 23:punct _ +21 , , PUNCT , _ 6 punct 6:punct _ 22 so so ADV RB _ 23 advmod 23:advmod _ -23 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -24 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +23 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +24 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 demand demand NOUN NN Number=Sing 23 nsubj 23:nsubj _ 26 for for ADP IN _ 27 case 27:case _ 27 energy energy NOUN NN Number=Sing 25 nmod 25:nmod:for SpaceAfter=No @@ -110614,19 +110662,19 @@ 1 This this DET DT Number=Sing|PronType=Dem 2 det 2:det _ 2 year year NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 overtook overtake VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 overtook overtake VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 Japan Japan PROPN NNP Number=Sing 4 obj 4:obj _ 6 as as ADP IN _ 12 case 12:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8-9 world's _ _ _ _ _ _ _ _ 8 world world NOUN NN Number=Sing 12 nmod:poss 12:nmod:poss _ 9 's 's PART POS _ 8 case 8:case _ -10 second second ADV RB _ 11 advmod 11:advmod _ -11 largest largest ADJ JJS Degree=Sup 12 amod 12:amod _ +10 second second ADV RB NumForm=Word|NumType=Ord 11 advmod 11:advmod _ +11 largest large ADJ JJS Degree=Sup 12 amod 12:amod _ 12 consumer consumer NOUN NN Number=Sing 4 obl 4:obl:as _ 13 of of ADP IN _ 14 case 14:case _ 14 energy energy NOUN NN Number=Sing 12 nmod 12:nmod:of SpaceAfter=No -15 , , PUNCT , _ 12 punct 12:punct _ +15 , , PUNCT , _ 18 punct 18:punct _ 16 behind behind ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 US US PROPN NNP Number=Sing 12 nmod 12:nmod:behind SpaceAfter=No @@ -110634,23 +110682,23 @@ # sent_id = newsgroup-groups.google.com_IdeaStockExchange_c6ea783ac3f043ba_ENG_20041120_243700-0019 # text = Its projected demand, boosted by a huge rise in car ownership as well as the need to find alternatives to polluting coal for electricity generation, has contributed to the surge in the price of oil this year. -1 Its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ -2 projected project VERB VBN Tense=Past|VerbForm=Part 3 amod 3:amod _ +1 Its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 projected project VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 amod 3:amod _ 3 demand demand NOUN NN Number=Sing 29 nsubj 29:nsubj SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ -5 boosted boost VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ +4 , , PUNCT , _ 5 punct 5:punct _ +5 boosted boost VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ 6 by by ADP IN _ 9 case 9:case _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 huge huge ADJ JJ Degree=Pos 9 amod 9:amod _ -9 rise rise NOUN NN Number=Sing 5 obl 5:obl:by _ +9 rise rise NOUN NN Number=Sing 5 obl:agent 5:obl:agent _ 10 in in ADP IN _ 12 case 12:case _ 11 car car NOUN NN Number=Sing 12 compound 12:compound _ 12 ownership ownership NOUN NN Number=Sing 9 nmod 9:nmod:in _ -13 as as ADV RB _ 17 cc 17:cc _ +13 as as ADV RB ExtPos=CCONJ 17 cc 17:cc _ 14 well well ADV RB Degree=Pos 13 fixed 13:fixed _ 15 as as ADP IN _ 13 fixed 13:fixed _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -17 need need NOUN NN Number=Sing 9 conj 5:obl:by|9:conj:as_well_as _ +17 need need NOUN NN Number=Sing 9 conj 5:obl:agent|9:conj:as_well_as _ 18 to to PART TO _ 19 mark 19:mark _ 19 find find VERB VB VerbForm=Inf 17 acl 17:acl:to _ 20 alternatives alternative NOUN NNS Number=Plur 19 obj 19:obj _ @@ -110660,7 +110708,7 @@ 24 for for ADP IN _ 26 case 26:case _ 25 electricity electricity NOUN NN Number=Sing 26 compound 26:compound _ 26 generation generation NOUN NN Number=Sing 20 nmod 20:nmod:for SpaceAfter=No -27 , , PUNCT , _ 29 punct 29:punct _ +27 , , PUNCT , _ 3 punct 3:punct _ 28 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 29 aux 29:aux _ 29 contributed contribute VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 30 to to ADP IN _ 32 case 32:case _ @@ -110678,7 +110726,7 @@ # sent_id = newsgroup-groups.google.com_IdeaStockExchange_c6ea783ac3f043ba_ENG_20041120_243700-0020 # text = Shortages are already leading to power cuts in the big cities. 1 Shortages shortage NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 already already ADV RB _ 4 advmod 4:advmod _ 4 leading lead VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 to to ADP IN _ 7 case 7:case _ @@ -110696,10 +110744,10 @@ 1 Since since SCONJ IN _ 4 mark 4:mark _ 2 President President PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 3 Hu Hu PROPN NNP Number=Sing 2 flat 2:flat _ -4 ordered order VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 advcl 21:advcl:since _ +4 ordered order VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 advcl 21:advcl:since _ 5 state state NOUN NN Number=Sing 7 compound 7:compound SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No -7 owned own VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod _ +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No +7 owned own VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod _ 8 oil oil NOUN NN Number=Sing 9 compound 9:compound _ 9 firms firm NOUN NNS Number=Plur 4 obj 4:obj|12:nsubj:xsubj _ 10 to to PART TO _ 12 mark 12:mark _ @@ -110710,9 +110758,9 @@ 15 to to PART TO _ 16 mark 16:mark _ 16 ensure ensure VERB VB VerbForm=Inf 12 advcl 12:advcl:to _ 17 supply supply NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No -18 , , PUNCT , _ 21 punct 21:punct _ +18 , , PUNCT , _ 4 punct 4:punct _ 19 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 21 nsubj 21:nsubj|22:nsubj:xsubj _ -20 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ +20 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ 21 begun begin VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 22 drilling drill VERB VBG VerbForm=Ger 21 xcomp 21:xcomp _ 23 for for ADP IN _ 24 case 24:case _ @@ -110722,7 +110770,7 @@ 27 East East PROPN NNP Number=Sing 29 compound 29:compound _ 28 China China PROPN NNP Number=Sing 29 compound 29:compound _ 29 Sea Sea PROPN NNP Number=Sing 22 obl 22:obl:in SpaceAfter=No -30 , , PUNCT , _ 22 punct 22:punct _ +30 , , PUNCT , _ 31 punct 31:punct _ 31 just just ADV RB _ 22 advmod 22:advmod _ 32 west west ADV RB _ 31 advmod 31:advmod _ 33 of of ADP IN _ 35 case 35:case _ @@ -110732,19 +110780,19 @@ 37 Japan Japan PROPN NNP Number=Sing 38 nsubj 38:nsubj _ 38 regards regard VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 35 acl:relcl 35:acl:relcl _ 39 as as ADP IN _ 41 case 41:case _ -40 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 41 nmod:poss 41:nmod:poss _ +40 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 41 nmod:poss 41:nmod:poss _ 41 border border NOUN NN Number=Sing 38 obl 38:obl:as SpaceAfter=No 42 . . PUNCT . _ 21 punct 21:punct _ # sent_id = newsgroup-groups.google.com_IdeaStockExchange_c6ea783ac3f043ba_ENG_20041120_243700-0022 # text = Japan protested, to no avail, that the project should be a joint one. 1 Japan Japan PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 protested protest VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +2 protested protest VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 , , PUNCT , _ 6 punct 6:punct _ 4 to to ADP IN _ 6 case 6:case _ -5 no no DET DT _ 6 det 6:det _ +5 no no DET DT PronType=Neg 6 det 6:det _ 6 avail avail NOUN NN Number=Sing 2 obl 2:obl:to SpaceAfter=No -7 , , PUNCT , _ 2 punct 2:punct _ +7 , , PUNCT , _ 15 punct 15:punct _ 8 that that SCONJ IN _ 15 mark 15:mark _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 project project NOUN NN Number=Sing 15 nsubj 15:nsubj _ @@ -110759,8 +110807,8 @@ # newpar id = newsgroup-groups.google.com_IdeaStockExchange_c6ea783ac3f043ba_ENG_20041120_243700-p0004 # text = The two are also set to clash over Russia's oil wealth. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 two two NUM CD NumType=Card 5 nsubj 5:nsubj|7:nsubj:xsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 two two NUM CD NumForm=Word|NumType=Card 5 nsubj 5:nsubj|7:nsubj:xsubj _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 also also ADV RB _ 5 advmod 5:advmod _ 5 set set ADJ JJ Degree=Pos 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ @@ -110784,7 +110832,7 @@ 7 outbid outbid VERB VBN Tense=Past|VerbForm=Part 3 ccomp 3:ccomp _ 8 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj _ 9 in in ADP IN _ 11 case 11:case _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 battle battle NOUN NN Number=Sing 7 obl 7:obl:in _ 12 to to PART TO _ 13 mark 13:mark _ 13 determine determine VERB VB VerbForm=Inf 11 acl 11:acl:to _ @@ -110792,28 +110840,28 @@ 15 route route NOUN NN Number=Sing 13 obj 13:obj _ 16 of of ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -18 pipeline pipeline NOUN NN Number=Sing 15 nmod 15:nmod:of _ -19 that that PRON WDT PronType=Dem 23 obj 23:obj _ +18 pipeline pipeline NOUN NN Number=Sing 15 nmod 15:nmod:of|23:obj _ +19 that that PRON WDT PronType=Rel 23 obj 18:ref _ 20 Russia Russia PROPN NNP Number=Sing 21 nsubj 21:nsubj|23:nsubj:xsubj _ 21 intends intend VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ 22 to to PART TO _ 23 mark 23:mark _ 23 build build VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ 24 to to ADP IN _ 27 case 27:case _ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ -26 Far Far PROPN NNP Number=Sing 27 compound 27:compound _ +26 Far Far ADJ NNP Degree=Pos 27 amod 27:amod _ 27 East East PROPN NNP Number=Sing 18 nmod 18:nmod:to SpaceAfter=No 28 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_IdeaStockExchange_c6ea783ac3f043ba_ENG_20041120_243700-0025 # text = Japan favoured a route to the sea, enabling oil to be shipped to both Japan and China. 1 Japan Japan PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 favoured favour VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 favoured favour VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 route route NOUN NN Number=Sing 2 obj 2:obj _ 5 to to ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 sea sea NOUN NN Number=Sing 4 nmod 4:nmod:to SpaceAfter=No -8 , , PUNCT , _ 2 punct 2:punct _ +8 , , PUNCT , _ 9 punct 9:punct _ 9 enabling enable VERB VBG VerbForm=Ger 2 advcl 2:advcl _ 10 oil oil NOUN NN Number=Sing 9 obj 9:obj|13:nsubj:xsubj _ 11 to to PART TO _ 13 mark 13:mark _ @@ -110829,15 +110877,15 @@ # sent_id = newsgroup-groups.google.com_IdeaStockExchange_c6ea783ac3f043ba_ENG_20041120_243700-0026 # text = China wanted an overland route through its own territory, which would give it ultimate control if hostilities broke out. 1 China China PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 wanted want VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 overland overland ADJ JJ Degree=Pos 5 amod 5:amod _ 5 route route NOUN NN Number=Sing 2 obj 2:obj|13:nsubj _ 6 through through ADP IN _ 9 case 9:case _ -7 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 8 own own ADJ JJ Degree=Pos 9 amod 9:amod _ 9 territory territory NOUN NN Number=Sing 5 nmod 5:nmod:through SpaceAfter=No -10 , , PUNCT , _ 5 punct 5:punct _ +10 , , PUNCT , _ 13 punct 13:punct _ 11 which which PRON WDT PronType=Rel 13 nsubj 5:ref _ 12 would would AUX MD VerbForm=Fin 13 aux 13:aux _ 13 give give VERB VB VerbForm=Inf 5 acl:relcl 5:acl:relcl _ @@ -110846,23 +110894,23 @@ 16 control control NOUN NN Number=Sing 13 obj 13:obj _ 17 if if SCONJ IN _ 19 mark 19:mark _ 18 hostilities hostility NOUN NNS Number=Plur 19 nsubj 19:nsubj _ -19 broke break VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:if _ +19 broke break VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:if _ 20 out out ADP RP _ 19 compound:prt 19:compound:prt SpaceAfter=No 21 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_IdeaStockExchange_c6ea783ac3f043ba_ENG_20041120_243700-0027 # text = Increasingly, analysts are saying that China's efforts have gone beyond what is safe or even in its own interests. 1 Increasingly increasingly ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 analysts analyst NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 saying say VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 6 that that SCONJ IN _ 11 mark 11:mark _ 7-8 China's _ _ _ _ _ _ _ _ 7 China China PROPN NNP Number=Sing 9 nmod:poss 9:nmod:poss _ 8 's 's PART POS _ 7 case 7:case _ 9 efforts effort NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -10 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 gone go VERB VBN Tense=Past|VerbForm=Part 5 ccomp 5:ccomp _ 12 beyond beyond SCONJ IN _ 15 mark 15:mark _ 13 what what PRON WP PronType=Int 15 nsubj 15:nsubj|21:nsubj _ @@ -110871,7 +110919,7 @@ 16 or or CCONJ CC _ 21 cc 21:cc _ 17 even even ADV RB _ 21 advmod 21:advmod _ 18 in in ADP IN _ 21 case 21:case _ -19 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +19 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 20 own own ADJ JJ Degree=Pos 21 amod 21:amod _ 21 interests interest NOUN NNS Number=Plur 15 conj 11:advcl:in|15:conj:or SpaceAfter=No 22 . . PUNCT . _ 5 punct 5:punct _ @@ -110880,19 +110928,19 @@ # text = Claude Mandil, the executive director of the International Energy Agency in Paris, said the reserves in the East China Sea were hardly worth the trouble. 1 Claude Claude PROPN NNP Number=Sing 15 nsubj 15:nsubj _ 2 Mandil Mandil PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 6 punct 6:punct _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 executive executive ADJ JJ Degree=Pos 6 amod 6:amod _ 6 director director NOUN NN Number=Sing 1 appos 1:appos _ 7 of of ADP IN _ 11 case 11:case _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -9 International International PROPN NNP Number=Sing 11 compound 11:compound _ +9 International International ADJ NNP Degree=Pos 11 amod 11:amod _ 10 Energy Energy PROPN NNP Number=Sing 11 compound 11:compound _ 11 Agency Agency PROPN NNP Number=Sing 6 nmod 6:nmod:of _ 12 in in ADP IN _ 13 case 13:case _ 13 Paris Paris PROPN NNP Number=Sing 11 nmod 11:nmod:in SpaceAfter=No -14 , , PUNCT , _ 15 punct 15:punct _ -15 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +14 , , PUNCT , _ 1 punct 1:punct _ +15 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 reserves reserve NOUN NNS Number=Plur 25 nsubj 25:nsubj _ 18 in in ADP IN _ 22 case 22:case _ @@ -110900,7 +110948,7 @@ 20 East East PROPN NNP Number=Sing 22 compound 22:compound _ 21 China China PROPN NNP Number=Sing 22 compound 22:compound _ 22 Sea Sea PROPN NNP Number=Sing 17 nmod 17:nmod:in _ -23 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 cop 25:cop _ +23 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 25 cop 25:cop _ 24 hardly hardly ADV RB _ 25 advmod 25:advmod _ 25 worth worth ADJ JJ Degree=Pos 15 ccomp 15:ccomp _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ @@ -110909,8 +110957,8 @@ # sent_id = newsgroup-groups.google.com_IdeaStockExchange_c6ea783ac3f043ba_ENG_20041120_243700-0029 # text = "Nobody thinks that there will be a lot of oil and gas in this part of the world," he said. -1 " " PUNCT `` _ 23 punct 23:punct SpaceAfter=No -2 Nobody nobody PRON NN Number=Sing 3 nsubj 3:nsubj _ +1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No +2 Nobody nobody PRON NN Number=Sing|PronType=Neg 3 nsubj 3:nsubj _ 3 thinks think VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 ccomp 23:ccomp _ 4 that that SCONJ IN _ 7 mark 7:mark _ 5 there there PRON EX _ 7 expl 7:expl _ @@ -110928,10 +110976,10 @@ 17 of of ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 world world NOUN NN Number=Sing 16 nmod 16:nmod:of SpaceAfter=No -20 , , PUNCT , _ 23 punct 23:punct SpaceAfter=No -21 " " PUNCT '' _ 23 punct 23:punct _ +20 , , PUNCT , _ 3 punct 3:punct SpaceAfter=No +21 " " PUNCT '' _ 3 punct 3:punct _ 22 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 23 nsubj 23:nsubj _ -23 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +23 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 24 . . PUNCT . _ 23 punct 23:punct _ # sent_id = newsgroup-groups.google.com_IdeaStockExchange_c6ea783ac3f043ba_ENG_20041120_243700-0030 @@ -110947,7 +110995,7 @@ 9 but but CCONJ CC _ 13 cc 13:cc _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 11-12 don't _ _ _ _ _ _ _ _ -11 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +11 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 n't not PART RB _ 13 advmod 13:advmod _ 13 think think VERB VB VerbForm=Inf 8 conj 8:conj:but _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -110962,33 +111010,33 @@ # text = Eurasia Group, a New York-based firm of political analysts, said its oil experts worked out that China was paying such an inflated price for its investment in Brazil that the cost for the oil it ended up with was three times the market price. 1 Eurasia Eurasia PROPN NNP Number=Sing 2 compound 2:compound _ 2 Group Group PROPN NNP Number=Sing 14 nsubj 14:nsubj SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 9 punct 9:punct _ 4 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -5 New New PROPN NNP Number=Sing 6 compound 6:compound _ +5 New New ADJ NNP Degree=Pos 6 amod 6:amod _ 6 York York PROPN NNP Number=Sing 8 obl:npmod 8:obl:npmod SpaceAfter=No -7 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No -8 based base VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod _ +7 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +8 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod _ 9 firm firm NOUN NN Number=Sing 2 appos 2:appos _ 10 of of ADP IN _ 12 case 12:case _ 11 political political ADJ JJ Degree=Pos 12 amod 12:amod _ 12 analysts analyst NOUN NNS Number=Plur 9 nmod 9:nmod:of SpaceAfter=No -13 , , PUNCT , _ 14 punct 14:punct _ -14 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -15 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +13 , , PUNCT , _ 2 punct 2:punct _ +14 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +15 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 16 oil oil NOUN NN Number=Sing 17 compound 17:compound _ 17 experts expert NOUN NNS Number=Plur 18 nsubj 18:nsubj _ -18 worked work VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 ccomp 14:ccomp _ +18 worked work VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 14 ccomp 14:ccomp _ 19 out out ADP RP _ 18 compound:prt 18:compound:prt _ 20 that that SCONJ IN _ 23 mark 23:mark _ 21 China China PROPN NNP Number=Sing 23 nsubj 23:nsubj _ 22 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 23 aux 23:aux _ 23 paying pay VERB VBG Tense=Pres|VerbForm=Part 18 ccomp 18:ccomp _ -24 such such DET PDT _ 27 det:predet 27:det:predet _ +24 such such DET PDT PronType=Ind 27 det:predet 27:det:predet _ 25 an a DET DT Definite=Ind|PronType=Art 27 det 27:det _ -26 inflated inflate VERB VBN Tense=Past|VerbForm=Part 27 amod 27:amod _ +26 inflated inflate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 27 amod 27:amod _ 27 price price NOUN NN Number=Sing 23 obj 23:obj _ 28 for for ADP IN _ 30 case 30:case _ -29 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +29 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 30 investment investment NOUN NN Number=Sing 27 nmod 27:nmod:for _ 31 in in ADP IN _ 32 case 32:case _ 32 Brazil Brazil PROPN NNP Number=Sing 30 nmod 30:nmod:in _ @@ -110999,12 +111047,12 @@ 37 the the DET DT Definite=Def|PronType=Art 38 det 38:det _ 38 oil oil NOUN NN Number=Sing 35 nmod 35:nmod:for _ 39 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 40 nsubj 40:nsubj _ -40 ended end VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 38 acl:relcl 38:acl:relcl _ +40 ended end VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 38 acl:relcl 38:acl:relcl _ 41 up up ADP RP _ 40 compound:prt 40:compound:prt _ 42 with with ADP IN _ 40 obl 40:obl _ 43 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 48 cop 48:cop _ -44 three three NUM CD NumType=Card 45 compound 45:compound _ -45 times time NOUN NNS Number=Plur 48 nummod 48:nummod _ +44 three three NUM CD NumForm=Word|NumType=Card 45 nummod 45:nummod _ +45 times time NOUN NNS Number=Plur 48 nmod:npmod 48:nmod:npmod _ 46 the the DET DT Definite=Def|PronType=Art 48 det 48:det _ 47 market market NOUN NN Number=Sing 48 compound 48:compound _ 48 price price NOUN NN Number=Sing 24 advcl 24:advcl:that SpaceAfter=No @@ -111012,24 +111060,24 @@ # sent_id = newsgroup-groups.google.com_IdeaStockExchange_c6ea783ac3f043ba_ENG_20041120_243700-0032 # text = "If China's economy falters, which, in my view, appears increasingly likely, then commodity prices will plummet, and with them, the value of the assets that produce them," Jason Kindopp, Eurasia's lead China analyst, said. -1 " " PUNCT `` _ 47 punct 47:punct SpaceAfter=No +1 " " PUNCT `` _ 22 punct 22:punct SpaceAfter=No 2 If if SCONJ IN _ 6 mark 6:mark _ 3-4 China's _ _ _ _ _ _ _ _ 3 China China PROPN NNP Number=Sing 5 nmod:poss 5:nmod:poss _ 4 's 's PART POS _ 3 case 3:case _ 5 economy economy NOUN NN Number=Sing 6 nsubj 6:nsubj _ -6 falters falter VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:if SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ -8 which which PRON WDT PronType=Int 14 nsubj 14:nsubj|16:nsubj:xsubj SpaceAfter=No -9 , , PUNCT , _ 14 punct 14:punct _ +6 falters falter VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 advcl 14:nsubj|16:nsubj:xsubj|22:advcl:if SpaceAfter=No +7 , , PUNCT , _ 14 punct 14:punct _ +8 which which PRON WDT PronType=Rel 14 nsubj 6:ref SpaceAfter=No +9 , , PUNCT , _ 8 punct 8:punct _ 10 in in ADP IN _ 12 case 12:case _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 view view NOUN NN Number=Sing 14 obl 14:obl:in SpaceAfter=No -13 , , PUNCT , _ 14 punct 14:punct _ -14 appears appear VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ +13 , , PUNCT , _ 12 punct 12:punct _ +14 appears appear VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 advcl:relcl 6:advcl:relcl _ 15 increasingly increasingly ADV RB _ 16 advmod 16:advmod _ 16 likely likely ADJ JJ Degree=Pos 14 xcomp 14:xcomp SpaceAfter=No -17 , , PUNCT , _ 22 punct 22:punct _ +17 , , PUNCT , _ 6 punct 6:punct _ 18 then then ADV RB PronType=Dem 22 advmod 22:advmod _ 19 commodity commodity NOUN NN Number=Sing 20 compound 20:compound _ 20 prices price NOUN NNS Number=Plur 22 nsubj 22:nsubj|29:nsubj _ @@ -111039,28 +111087,28 @@ 24 and and CCONJ CC _ 29 cc 29:cc _ 25 with with ADP IN _ 26 case 26:case _ 26 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 29 nmod 29:nmod:with SpaceAfter=No -27 , , PUNCT , _ 29 punct 29:punct _ +27 , , PUNCT , _ 26 punct 26:punct _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 29 value value NOUN NN Number=Sing 22 conj 22:conj:and|47:ccomp _ 30 of of ADP IN _ 32 case 32:case _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 32 assets asset NOUN NNS Number=Plur 29 nmod 29:nmod:of|34:nsubj _ 33 that that PRON WDT PronType=Rel 34 nsubj 32:ref _ -34 produce produce VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 32 acl:relcl 32:acl:relcl _ +34 produce produce VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 32 acl:relcl 32:acl:relcl _ 35 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 34 obj 34:obj SpaceAfter=No -36 , , PUNCT , _ 47 punct 47:punct SpaceAfter=No -37 " " PUNCT '' _ 47 punct 47:punct _ +36 , , PUNCT , _ 22 punct 22:punct SpaceAfter=No +37 " " PUNCT '' _ 22 punct 22:punct _ 38 Jason Jason PROPN NNP Number=Sing 47 nsubj 47:nsubj _ 39 Kindopp Kindopp PROPN NNP Number=Sing 38 flat 38:flat SpaceAfter=No -40 , , PUNCT , _ 38 punct 38:punct _ +40 , , PUNCT , _ 45 punct 45:punct _ 41-42 Eurasia's _ _ _ _ _ _ _ _ 41 Eurasia Eurasia PROPN NNP Number=Sing 45 nmod:poss 45:nmod:poss _ 42 's 's PART POS _ 41 case 41:case _ 43 lead lead ADJ JJ Degree=Pos 45 amod 45:amod _ 44 China China PROPN NNP Number=Sing 45 compound 45:compound _ 45 analyst analyst NOUN NN Number=Sing 38 appos 38:appos SpaceAfter=No -46 , , PUNCT , _ 47 punct 47:punct _ -47 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +46 , , PUNCT , _ 38 punct 38:punct _ +47 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 48 . . PUNCT . _ 47 punct 47:punct _ # sent_id = newsgroup-groups.google.com_IdeaStockExchange_c6ea783ac3f043ba_ENG_20041120_243700-0033 @@ -111073,27 +111121,27 @@ 6 in in ADP IN _ 11 case 11:case _ 7 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 8 early early ADJ JJ Degree=Pos 9 amod 9:amod _ -9 1990s 1990 NOUN NNS Number=Plur 10 compound 10:compound _ +9 1990s 1990s NOUN NNS Number=Plur 10 compound 10:compound _ 10 Japan Japan PROPN NNP Number=Sing 11 compound 11:compound _ -11 situation situation NOUN NN Number=Sing 4 obl 4:obl:in SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ -13 where where SCONJ WRB PronType=Rel 16 mark 16:mark _ +11 situation situation NOUN NN Number=Sing 4 obl 4:obl:in|16:obl:in SpaceAfter=No +12 , , PUNCT , _ 16 punct 16:punct _ +13 where where ADV WRB PronType=Rel 16 advmod 11:ref _ 14 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nsubj:pass 16:nsubj:pass|18:nsubj:xsubj _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 aux:pass 16:aux:pass _ 16 forced force VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl:relcl 11:acl:relcl _ 17 to to PART TO _ 18 mark 18:mark _ 18 sell sell VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 19 recently recently ADV RB _ 20 advmod 20:advmod _ -20 purchased purchase VERB VBN Tense=Past|VerbForm=Part 22 amod 22:amod _ +20 purchased purchase VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 amod 22:amod _ 21 overseas overseas ADJ JJ Degree=Pos 22 amod 22:amod _ 22 assets asset NOUN NNS Number=Plur 18 obj 18:obj _ 23 for for ADP IN _ 25 case 25:case _ 24 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 25 fraction fraction NOUN NN Number=Sing 18 obl 18:obl:for _ -26 of of SCONJ IN _ 27 case 27:case _ -27 what what PRON WP PronType=Int 25 nmod 25:nmod:of _ +26 of of ADP IN _ 27 case 27:case _ +27 what what PRON WP PronType=Rel 25 nmod 25:nmod:of|29:obj _ 28 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 29 nsubj 29:nsubj _ -29 paid pay VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 27 acl:relcl 27:acl:relcl _ +29 paid pay VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 27 acl:relcl 27:acl:relcl _ 30 for for ADP IN _ 31 case 31:case _ 31 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 29 obl 29:obl:for SpaceAfter=No 32 . . PUNCT . _ 4 punct 4:punct SpaceAfter=No @@ -111104,7 +111152,7 @@ 1-2 China's _ _ _ _ _ _ _ _ 1 China China PROPN NNP Number=Sing 4 nmod:poss 4:nmod:poss _ 2 's 's PART POS _ 1 case 1:case _ -3 wider wider ADJ JJ Degree=Pos 4 amod 4:amod _ +3 wider wide ADJ JJR Degree=Cmp 4 amod 4:amod _ 4 aggression aggression NOUN NN Number=Sing 13 nsubj 13:nsubj _ 5 to to PART TO _ 6 mark 6:mark _ 6 secure secure VERB VB VerbForm=Inf 4 acl 4:acl:to _ @@ -111113,10 +111161,10 @@ 9 gas gas NOUN NN Number=Sing 7 conj 6:obj|7:conj:and _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 greatest greatest ADJ JJS Degree=Sup 13 amod 13:amod _ +12 greatest great ADJ JJS Degree=Sup 13 amod 13:amod _ 13 threat threat NOUN NN Number=Sing 0 root 0:root _ 14 to to ADP IN _ 17 case 17:case _ -15 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 16 international international ADJ JJ Degree=Pos 17 amod 17:amod _ 17 standing standing NOUN NN Number=Sing 13 nmod 13:nmod:to _ 18 in in ADP IN _ 21 case 21:case _ @@ -111127,16 +111175,16 @@ # sent_id = newsgroup-groups.google.com_IdeaStockExchange_c6ea783ac3f043ba_ENG_20041120_243700-0035 # text = "Sudan is the primary example," he said. -1 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No +1 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No 2 Sudan Sudan PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 primary primary ADJ JJ Degree=Pos 6 amod 6:amod _ 6 example example NOUN NN Number=Sing 10 ccomp 10:ccomp SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct SpaceAfter=No -8 " " PUNCT '' _ 10 punct 10:punct _ +7 , , PUNCT , _ 6 punct 6:punct SpaceAfter=No +8 " " PUNCT '' _ 6 punct 6:punct _ 9 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +10 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 11 . . PUNCT . _ 10 punct 10:punct _ # sent_id = newsgroup-groups.google.com_IdeaStockExchange_c6ea783ac3f043ba_ENG_20041120_243700-0036 @@ -111145,18 +111193,18 @@ 2 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 3 marks mark VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 first first ADJ JJ Degree=Pos|NumType=Ord 6 amod 6:amod _ -6 time time NOUN NN Number=Sing 3 obj 3:obj|13:advmod _ +5 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 6 amod 6:amod _ +6 time time NOUN NN Number=Sing 3 obj 3:obj _ 7 in in ADP IN _ 9 case 9:case _ 8 recent recent ADJ JJ Degree=Pos 9 amod 9:amod _ 9 years year NOUN NNS Number=Plur 6 nmod 6:nmod:in _ -10 that that ADV WRB PronType=Rel 13 advmod 6:ref _ +10 that that SCONJ IN _ 13 mark 13:mark _ 11 China China PROPN NNP Number=Sing 13 nsubj 13:nsubj|15:nsubj:xsubj _ 12 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 promised promise VERB VBN Tense=Past|VerbForm=Part 6 acl:relcl 6:acl:relcl _ 14 to to PART TO _ 15 mark 15:mark _ 15 wield wield VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ -16 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +16 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 17 veto veto NOUN NN Number=Sing 18 compound 18:compound _ 18 power power NOUN NN Number=Sing 15 obj 15:obj _ 19 in in ADP IN _ 23 case 23:case _ @@ -111167,18 +111215,18 @@ 24 against against ADP IN _ 26 case 26:case _ 25 a a DET DT Definite=Ind|PronType=Art 26 det 26:det _ 26 petition petition NOUN NN Number=Sing 15 obl 15:obl:against _ -27 initiated initiate VERB VBN Tense=Past|VerbForm=Part 26 acl 26:acl _ +27 initiated initiate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 26 acl 26:acl _ 28 by by ADP IN _ 31 case 31:case _ 29 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ -30 United United PROPN NNP Number=Sing 31 compound 31:compound _ -31 States States PROPN NNP Number=Sing 27 obl 27:obl:by _ +30 United United ADJ NNP Degree=Pos 31 amod 31:amod _ +31 States State PROPN NNPS Number=Plur 27 obl:agent 27:obl:agent _ 32 and and CCONJ CC _ 33 cc 33:cc _ -33 backed back VERB VBN Tense=Past|VerbForm=Part 27 conj 26:acl|27:conj:and _ +33 backed back VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 27 conj 26:acl|27:conj:and _ 34 by by ADP IN _ 35 case 35:case _ -35 France France PROPN NNP Number=Sing 33 obl 33:obl:by _ +35 France France PROPN NNP Number=Sing 33 obl:agent 33:obl:agent _ 36 and and CCONJ CC _ 38 cc 38:cc _ -37 Great Great PROPN NNP Number=Sing 38 compound 38:compound _ -38 Britain Britain PROPN NNP Number=Sing 35 conj 33:obl:by|35:conj:and SpaceAfter=No +37 Great Great ADJ NNP Degree=Pos 38 amod 38:amod _ +38 Britain Britain PROPN NNP Number=Sing 35 conj 33:obl:agent|35:conj:and SpaceAfter=No 39 . . PUNCT . _ 3 punct 3:punct SpaceAfter=No 40 " " PUNCT '' _ 3 punct 3:punct _ @@ -111187,7 +111235,7 @@ # newpar id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-p0001 # text = Email: dharmad...@gmail.com 1 Email email NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 dharmad...@gmail.com dharmad...@gmail.com X ADD _ 1 appos 1:appos _ # sent_id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-0002 @@ -111208,11 +111256,11 @@ # text = If you consider that you still need the assistance of other visualizations to help the mind feel the spirit of transcendence, try the following before moving onto the more formal method below. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 consider consider VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 advcl 23:advcl:if _ +3 consider consider VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 23 advcl 23:advcl:if _ 4 that that SCONJ IN _ 7 mark 7:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ 6 still still ADV RB _ 7 advmod 7:advmod _ -7 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +7 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 assistance assistance NOUN NN Number=Sing 7 obj 7:obj|14:nsubj:xsubj _ 10 of of ADP IN _ 12 case 12:case _ @@ -111221,13 +111269,13 @@ 13 to to PART TO _ 14 mark 14:mark _ 14 help help VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -16 mind mind NOUN NN Number=Sing 17 nsubj 17:nsubj _ -17 feel feel VERB VB VerbForm=Inf 14 ccomp 14:ccomp _ +16 mind mind NOUN NN Number=Sing 14 obj 14:obj|17:nsubj:xsubj _ +17 feel feel VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 spirit spirit NOUN NN Number=Sing 17 obj 17:obj _ 20 of of ADP IN _ 21 case 21:case _ 21 transcendence transcendence NOUN NN Number=Sing 19 nmod 19:nmod:of SpaceAfter=No -22 , , PUNCT , _ 23 punct 23:punct _ +22 , , PUNCT , _ 3 punct 3:punct _ 23 try try VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 following follow VERB VBG VerbForm=Ger 23 obj 23:obj _ @@ -111235,7 +111283,7 @@ 27 moving move VERB VBG VerbForm=Ger 23 advcl 23:advcl:before _ 28 onto onto ADP IN _ 32 case 32:case _ 29 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ -30 more more ADV RBR _ 31 advmod 31:advmod _ +30 more more ADV RBR Degree=Cmp 31 advmod 31:advmod _ 31 formal formal ADJ JJ Degree=Pos 32 amod 32:amod _ 32 method method NOUN NN Number=Sing 27 obl 27:obl:onto _ 33 below below ADV RB _ 32 advmod 32:advmod SpaceAfter=No @@ -111290,10 +111338,10 @@ 15 one one NOUN NN Number=Sing 12 nmod 12:nmod:like _ 16 for for ADP IN _ 17 case 17:case _ 17 beginners beginner NOUN NNS Number=Plur 15 nmod 15:nmod:for _ -18 described describe VERB VBN Tense=Past|VerbForm=Part 15 acl 15:acl _ +18 described describe VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 acl 15:acl _ 19 in in ADP IN _ 22 case 22:case _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -21 MP3 mp3 NOUN NN Number=Sing 22 compound 22:compound _ +21 MP3 MP3 NOUN NN Number=Sing 22 compound 22:compound _ 22 file file NOUN NN Number=Sing 18 obl 18:obl:in|24:nsubj _ 23 that that PRON WDT PronType=Rel 24 nsubj 22:ref _ 24 follows follow VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 acl:relcl 22:acl:relcl _ @@ -111313,35 +111361,35 @@ 7 floor floor NOUN NN Number=Sing 4 nmod 4:nmod:on _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 sit sit VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ -10 with with ADP IN _ 12 case 12:case _ -11 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ -12 legs leg NOUN NNS Number=Plur 9 obl 9:obl:with _ -13 crossed cross VERB VBN Tense=Past|VerbForm=Part 12 acl 12:acl SpaceAfter=No +10 with with SCONJ IN _ 13 mark 13:mark _ +11 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +12 legs leg NOUN NNS Number=Plur 13 nsubj:pass 13:nsubj:pass _ +13 crossed cross VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 advcl 9:advcl:with SpaceAfter=No 14 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-0009 # text = Place your hands one on top of the other in your lap, keep your back straight, eyes closed and tongue on the roof of your mouth. 1 Place place VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 hands hand NOUN NNS Number=Plur 1 obj 1:obj _ -4 one one NUM CD NumType=Card 1 advcl 1:advcl _ +4 one one NUM CD NumForm=Word|NumType=Card 1 advcl 1:advcl _ 5 on on ADP IN _ 6 case 6:case _ 6 top top NOUN NN Number=Sing 4 nmod 4:nmod:on _ 7 of of ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 other other ADJ JJ Degree=Pos 6 nmod 6:nmod:of _ 10 in in ADP IN _ 12 case 12:case _ -11 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 lap lap NOUN NN Number=Sing 1 obl 1:obl:in SpaceAfter=No -13 , , PUNCT , _ 1 punct 1:punct _ +13 , , PUNCT , _ 14 punct 14:punct _ 14 keep keep VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ -15 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 back back NOUN NN Number=Sing 14 obj 14:obj|17:nsubj:xsubj _ 17 straight straight ADJ JJ Degree=Pos 14 xcomp 14:xcomp SpaceAfter=No -18 , , PUNCT , _ 19 punct 18.1:punct|19:punct _ +18 , , PUNCT , _ 19 punct 19:punct _ 18.1 keep keep VERB VB Mood=Imp|VerbForm=Fin _ _ 14:conj:and CopyOf=14 19 eyes eye NOUN NNS Number=Plur 14 conj 14:conj:and|18.1:obj|20:nsubj:xsubj _ -20 closed close VERB VBN Tense=Past|VerbForm=Part 19 orphan 18.1:xcomp _ +20 closed close VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 orphan 18.1:xcomp _ 21 and and CCONJ CC _ 22 cc 21.1:cc|22:cc _ 21.1 keep keep VERB VB Mood=Imp|VerbForm=Fin _ _ 14:conj:and CopyOf=14 22 tongue tongue NOUN NN Number=Sing 14 conj 14:conj:and|21.1:obj _ @@ -111349,20 +111397,20 @@ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 roof roof NOUN NN Number=Sing 22 orphan 21.1:obl:on _ 26 of of ADP IN _ 28 case 28:case _ -27 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +27 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ 28 mouth mouth NOUN NN Number=Sing 25 nmod 25:nmod:of SpaceAfter=No 29 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-0010 # text = Your breathing should be calm and relaxed, through the nose. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 breathing breathing NOUN NN Number=Sing 5 nsubj 5:nsubj|7:nsubj _ 3 should should AUX MD VerbForm=Fin 5 aux 5:aux _ 4 be be AUX VB VerbForm=Inf 5 cop 5:cop _ 5 calm calm ADJ JJ Degree=Pos 0 root 0:root _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 relaxed relaxed ADJ JJ Degree=Pos 5 conj 5:conj:and SpaceAfter=No -8 , , PUNCT , _ 5 punct 5:punct _ +8 , , PUNCT , _ 11 punct 11:punct _ 9 through through ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 nose nose NOUN NN Number=Sing 5 obl 5:obl:through SpaceAfter=No @@ -111372,26 +111420,26 @@ # text = Spend a minute or so concentrating on your breath, feeling the air flowing through your nostrils. 1 Spend spend VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ -3 minute minute NOUN NN Number=Sing 1 obj 1:obj|6:nsubj:xsubj|11:nsubj:xsubj _ +3 minute minute NOUN NN Number=Sing 1 obj 1:obj _ 4 or or CCONJ CC _ 5 cc 5:cc _ 5 so so ADV RB _ 3 advmod 3:advmod _ 6 concentrating concentrate VERB VBG VerbForm=Ger 1 xcomp 1:xcomp _ 7 on on ADP IN _ 9 case 9:case _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 breath breath NOUN NN Number=Sing 6 obl 6:obl:on SpaceAfter=No 10 , , PUNCT , _ 11 punct 11:punct _ 11 feeling feel VERB VBG VerbForm=Ger 6 conj 1:xcomp|6:conj _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -13 air air NOUN NN Number=Sing 11 obj 11:obj _ -14 flowing flow VERB VBG VerbForm=Ger 13 acl 13:acl _ +13 air air NOUN NN Number=Sing 11 obj 11:obj|14:nsubj:xsubj _ +14 flowing flow VERB VBG VerbForm=Ger 11 xcomp 11:xcomp _ 15 through through ADP IN _ 17 case 17:case _ -16 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 nostrils nostril NOUN NNS Number=Plur 14 obl 14:obl:through SpaceAfter=No 18 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-0012 # text = 1. Warm Sun Visualization -1 1 1 X LS _ 5 nummod 5:nummod SpaceAfter=No +1 1 1 NUM LS NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 Warm warm ADJ JJ Degree=Pos 4 amod 4:amod _ 4 Sun sun NOUN NN Number=Sing 5 compound 5:compound _ @@ -111411,33 +111459,33 @@ # sent_id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-0014 # text = With each breath, feel the muscles in your body becoming lighter and lighter, and also your external motor and sensory organs are feeling like they are withdrawing from the world into a special inner quietness. 1 With with ADP IN _ 3 case 3:case _ -2 each each DET DT _ 3 det 3:det _ +2 each each DET DT PronType=Tot 3 det 3:det _ 3 breath breath NOUN NN Number=Sing 5 obl 5:obl:with SpaceAfter=No -4 , , PUNCT , _ 5 punct 5:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 feel feel VERB VB VerbForm=Inf 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 muscles muscle NOUN NNS Number=Plur 11 nsubj 11:nsubj|12:nsubj:xsubj|14:nsubj:xsubj _ 8 in in ADP IN _ 10 case 10:case _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 body body NOUN NN Number=Sing 7 nmod 7:nmod:in _ 11 becoming become VERB VBG VerbForm=Ger 5 ccomp 5:ccomp _ -12 lighter lighter ADJ JJR Degree=Cmp 11 xcomp 11:xcomp _ +12 lighter light ADJ JJR Degree=Cmp 11 xcomp 11:xcomp _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 lighter lighter ADJ JJR Degree=Cmp 12 conj 11:xcomp|12:conj:and SpaceAfter=No +14 lighter light ADJ JJR Degree=Cmp 12 conj 11:xcomp|12:conj:and SpaceAfter=No 15 , , PUNCT , _ 25 punct 25:punct _ 16 and and CCONJ CC _ 25 cc 25:cc _ 17 also also ADV RB _ 25 advmod 25:advmod _ -18 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +18 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 19 external external ADJ JJ Degree=Pos 23 amod 23:amod _ 20 motor motor NOUN NN Number=Sing 23 compound 23:compound _ 21 and and CCONJ CC _ 22 cc 22:cc _ 22 sensory sensory ADJ JJ Degree=Pos 20 conj 20:conj:and|23:compound _ 23 organs organ NOUN NNS Number=Plur 25 nsubj 25:nsubj _ -24 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ +24 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ 25 feeling feel VERB VBG Tense=Pres|VerbForm=Part 5 conj 5:conj:and _ 26 like like SCONJ IN _ 29 mark 29:mark _ 27 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 29 nsubj 29:nsubj _ -28 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 29 aux 29:aux _ +28 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 29 aux 29:aux _ 29 withdrawing withdraw VERB VBG Tense=Pres|VerbForm=Part 25 advcl 25:advcl:like _ 30 from from ADP IN _ 32 case 32:case _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ @@ -111453,12 +111501,12 @@ # text = Imagine the tension melting away as you continue breathing rhythmically and naturally. 1 Imagine imagine VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ -3 tension tension NOUN NN Number=Sing 1 obj 1:obj _ -4 melting melt VERB VBG VerbForm=Ger 3 acl 3:acl _ +3 tension tension NOUN NN Number=Sing 4 nsubj 4:nsubj _ +4 melting melt VERB VBG VerbForm=Ger 1 ccomp 1:ccomp _ 5 away away ADV RB _ 4 advmod 4:advmod _ 6 as as SCONJ IN _ 8 mark 8:mark _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj|9:nsubj:xsubj _ -8 continue continue VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:as _ +8 continue continue VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:as _ 9 breathing breathe VERB VBG VerbForm=Ger 8 xcomp 8:xcomp _ 10 rhythmically rhythmically ADV RB _ 9 advmod 9:advmod _ 11 and and CCONJ CC _ 12 cc 12:cc _ @@ -111468,15 +111516,15 @@ # sent_id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-0016 # text = Picture yourself sitting on a warm, tropical beach basking in the glow of the sun ... . 1 Picture picture VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 1 obj 1:obj _ -3 sitting sit VERB VBG VerbForm=Ger 2 advcl 2:advcl _ +2 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 1 obj 1:obj|3:nsubj:xsubj|10:nsubj:xsubj _ +3 sitting sit VERB VBG VerbForm=Ger 1 xcomp 1:xcomp _ 4 on on ADP IN _ 9 case 9:case _ 5 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 6 warm warm ADJ JJ Degree=Pos 9 amod 9:amod SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 tropical tropical ADJ JJ Degree=Pos 9 amod 9:amod _ 9 beach beach NOUN NN Number=Sing 3 obl 3:obl:on _ -10 basking bask VERB VBG VerbForm=Ger 3 conj 2:advcl|3:conj _ +10 basking bask VERB VBG VerbForm=Ger 3 conj 1:xcomp|3:conj _ 11 in in ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 glow glow NOUN NN Number=Sing 10 obl 10:obl:in _ @@ -111491,18 +111539,18 @@ 1 Visualize visualize VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 3 vivid vivid ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 beautiful beautiful ADJ JJ Degree=Pos 6 amod 6:amod _ 6 colours colour NOUN NNS Number=Plur 1 obj 1:obj _ 7 of of ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 earth earth NOUN NN Number=Sing 6 nmod 6:nmod:of _ 10 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -11 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 flowers flower NOUN NNS Number=Plur 9 parataxis 9:parataxis _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 plants plant NOUN NNS Number=Plur 12 conj 12:conj:and SpaceAfter=No -15 ) ) PUNCT -RRB- _ 14 punct 14:punct SpaceAfter=No +15 ) ) PUNCT -RRB- _ 12 punct 12:punct SpaceAfter=No 16 , , PUNCT , _ 18 punct 18:punct _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 sea sea NOUN NN Number=Sing 9 conj 6:nmod:of|9:conj:and _ @@ -111533,11 +111581,11 @@ # text = As you sit above the world, the warmth of the golden sun penetrates your body and makes you feel warmer and warmer. 1 As as SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 sit sit VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:as _ +3 sit sit VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:as _ 4 above above ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 world world NOUN NN Number=Sing 3 obl 3:obl:above SpaceAfter=No -7 , , PUNCT , _ 14 punct 14:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 warmth warmth NOUN NN Number=Sing 14 nsubj 14:nsubj|18:nsubj _ 10 of of ADP IN _ 13 case 13:case _ @@ -111545,15 +111593,15 @@ 12 golden golden ADJ JJ Degree=Pos 13 amod 13:amod _ 13 sun sun NOUN NN Number=Sing 9 nmod 9:nmod:of _ 14 penetrates penetrate VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -15 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 body body NOUN NN Number=Sing 14 obj 14:obj _ 17 and and CCONJ CC _ 18 cc 18:cc _ -18 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 conj 14:conj:and _ -19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj|21:nsubj:xsubj|23:nsubj:xsubj _ -20 feel feel VERB VB VerbForm=Inf 18 ccomp 18:ccomp _ -21 warmer warmer ADJ JJR Degree=Cmp 20 xcomp 20:xcomp _ +18 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 conj 13:nsubj|14:conj:and _ +19 you you PRON PRP Case=Acc|Person=2|PronType=Prs 18 obj 18:obj|20:nsubj:xsubj|21:nsubj:xsubj|23:nsubj:xsubj _ +20 feel feel VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ +21 warmer warm ADJ JJR Degree=Cmp 20 xcomp 20:xcomp _ 22 and and CCONJ CC _ 23 cc 23:cc _ -23 warmer warmer ADJ JJR Degree=Cmp 21 conj 20:xcomp|21:conj:and SpaceAfter=No +23 warmer warm ADJ JJR Degree=Cmp 21 conj 20:xcomp|21:conj:and SpaceAfter=No 24 . . PUNCT . _ 14 punct 14:punct _ # sent_id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-0020 @@ -111568,7 +111616,7 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 golden golden ADJ JJ Degree=Pos 3 amod 3:amod _ 3 rays ray NOUN NNS Number=Plur 4 nsubj 4:nsubj|5:nsubj:xsubj|7:nsubj:xsubj _ -4 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 feel feel VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 soft soft ADJ JJ Degree=Pos 4 xcomp 4:xcomp _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 soothing soothing ADJ JJ Degree=Pos 5 conj 4:xcomp|5:conj:and SpaceAfter=No @@ -111579,19 +111627,19 @@ # text = Now you are far above the earth - into space. 1 Now now ADV RB _ 7 advmod 7:advmod _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 far far ADV RB Degree=Pos 7 advmod 7:advmod _ 5 above above ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 earth earth NOUN NN Number=Sing 0 root 0:root _ -8 - - PUNCT , _ 7 punct 7:punct _ +8 - - PUNCT , _ 10 punct 10:punct _ 9 into into ADP IN _ 10 case 10:case _ 10 space space NOUN NN Number=Sing 7 obl 7:obl:into SpaceAfter=No 11 . . PUNCT . _ 7 punct 7:punct _ # sent_id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-0023 # text = Everything around you is so vast. -1 Everything everything PRON NN Number=Sing 6 nsubj 6:nsubj _ +1 Everything everything PRON NN Number=Sing|PronType=Tot 6 nsubj 6:nsubj _ 2 around around ADP IN _ 3 case 3:case _ 3 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 nmod 1:nmod:around _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ @@ -111602,7 +111650,7 @@ # sent_id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-0024 # text = Yet, there is warmth and a familiarity with the vastness. 1 Yet yet CCONJ CC _ 4 cc 4:cc SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 there there PRON EX _ 4 expl 4:expl _ 4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 warmth warmth NOUN NN Number=Sing 4 nsubj 4:nsubj _ @@ -111617,14 +111665,14 @@ # sent_id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-0025 # text = You want to merge your mind with the greater universal Mind that surrounds you. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 merge merge VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 mind mind NOUN NN Number=Sing 4 obj 4:obj _ 7 with with ADP IN _ 11 case 11:case _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -9 greater greater ADJ JJR Degree=Cmp 11 amod 11:amod _ +9 greater great ADJ JJR Degree=Cmp 11 amod 11:amod _ 10 universal universal ADJ JJ Degree=Pos 11 amod 11:amod _ 11 Mind mind NOUN NN Number=Sing 4 obl 4:obl:with|13:nsubj _ 12 that that PRON WDT PronType=Rel 13 nsubj 11:ref _ @@ -111642,7 +111690,7 @@ 6 intense intense ADJ JJ Degree=Pos 7 amod 7:amod _ 7 desire desire NOUN NN Number=Sing 3 obl 3:obl:on _ 8 for for SCONJ IN _ 12 mark 12:mark _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 mind mind NOUN NN Number=Sing 12 nsubj 12:nsubj _ 11 to to PART TO _ 12 mark 12:mark _ 12 merge merge VERB VB VerbForm=Inf 7 acl 7:acl:to _ @@ -111685,9 +111733,9 @@ 1 Try try VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 this this PRON DT Number=Sing|PronType=Dem 1 obj 1:obj _ 3 for for ADP IN _ 7 case 7:case _ -4 5 5 NUM CD NumType=Card 7 nummod 7:nummod _ +4 5 5 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 5 to to ADP IN _ 6 case 6:case _ -6 10 10 NUM CD NumType=Card 4 nmod 4:nmod:to _ +6 10 10 NUM CD NumForm=Digit|NumType=Card 4 nmod 4:nmod:to _ 7 minutes minute NOUN NNS Number=Plur 1 obl 1:obl:for SpaceAfter=No 8 . . PUNCT . _ 1 punct 1:punct _ @@ -111700,15 +111748,15 @@ 4 to to ADP IN _ 5 case 5:case _ 5 earth earth PROPN NNP Number=Sing 3 obl 3:obl:to _ 6 again again ADV RB _ 2 advmod 2:advmod _ -7 - - PUNCT , _ 2 punct 2:punct _ +7 - - PUNCT , _ 8 punct 8:punct _ 8 slowly slowly ADV RB _ 2 advmod 2:advmod SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-0030 # text = Imagine yourself sitting on the beach serenely and restfully. 1 Imagine imagine VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 1 obj 1:obj _ -3 sitting sit VERB VBG VerbForm=Ger 2 advcl 2:advcl _ +2 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 1 obj 1:obj|3:nsubj:xsubj _ +3 sitting sit VERB VBG VerbForm=Ger 1 xcomp 1:xcomp _ 4 on on ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 beach beach NOUN NN Number=Sing 3 obl 3:obl:on _ @@ -111719,9 +111767,9 @@ # sent_id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-0031 # text = Your muscles are loose and limp. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 muscles muscle NOUN NNS Number=Plur 4 nsubj 4:nsubj|6:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 loose loose ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 limp limp ADJ JJ Degree=Pos 4 conj 4:conj:and SpaceAfter=No @@ -111730,9 +111778,9 @@ # sent_id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-0032 # text = Feel your body sinking slightly into the sand making that earthly connection again. 1 Feel feel VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ -3 body body NOUN NN Number=Sing 1 obj 1:obj _ -4 sinking sink VERB VBG VerbForm=Ger 3 acl 3:acl _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +3 body body NOUN NN Number=Sing 1 obj 1:obj|4:nsubj:xsubj _ +4 sinking sink VERB VBG VerbForm=Ger 1 xcomp 1:xcomp _ 5 slightly slightly ADV RB _ 4 advmod 4:advmod _ 6 into into ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -111753,11 +111801,11 @@ 4 rays ray NOUN NNS Number=Plur 10 nsubj 10:nsubj _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 warmth warmth NOUN NN Number=Sing 4 conj 4:conj:and|10:nsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 8 still still ADV RB _ 10 advmod 10:advmod _ 9 with with ADP IN _ 10 case 10:case _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 0 root 0:root SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 surrounding surround VERB VBG VerbForm=Ger 10 parataxis 10:parataxis _ 13 you you PRON PRP Case=Acc|Person=2|PronType=Prs 12 obj 12:obj SpaceAfter=No 14 . . PUNCT . _ 10 punct 10:punct _ @@ -111765,7 +111813,7 @@ # sent_id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-0034 # text = You are in a state of peace and relaxation. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 in in ADP IN _ 5 case 5:case _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 state state NOUN NN Number=Sing 0 root 0:root _ @@ -111778,11 +111826,11 @@ # sent_id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-0035 # text = With each breath, watch your body and ensure that it remains relaxed - at peace. 1 With with ADP IN _ 3 case 3:case _ -2 each each DET DT _ 3 det 3:det _ +2 each each DET DT PronType=Tot 3 det 3:det _ 3 breath breath NOUN NN Number=Sing 5 obl 5:obl:with SpaceAfter=No -4 , , PUNCT , _ 5 punct 5:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 watch watch VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 body body NOUN NN Number=Sing 5 obj 5:obj _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 ensure ensure VERB VB Mood=Imp|VerbForm=Fin 5 conj 5:conj:and _ @@ -111790,7 +111838,7 @@ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj|13:nsubj:xsubj _ 12 remains remain VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ 13 relaxed relaxed ADJ JJ Degree=Pos 12 xcomp 12:xcomp _ -14 - - PUNCT , _ 13 punct 13:punct _ +14 - - PUNCT , _ 16 punct 16:punct _ 15 at at ADP IN _ 16 case 16:case _ 16 peace peace NOUN NN Number=Sing 13 parataxis 13:parataxis SpaceAfter=No 17 . . PUNCT . _ 5 punct 5:punct _ @@ -111807,9 +111855,9 @@ 8 sunlight sunlight NOUN NN Number=Sing 5 nmod 5:nmod:of _ 9 all all ADV RB _ 12 advmod 12:advmod _ 10 over over ADP IN _ 12 case 12:case _ -11 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 body body NOUN NN Number=Sing 3 obl 3:obl:over SpaceAfter=No -13 , , PUNCT , _ 3 punct 3:punct _ +13 , , PUNCT , _ 14 punct 14:punct _ 14 warming warm VERB VBG VerbForm=Ger 3 advcl 3:advcl _ 15 you you PRON PRP Case=Acc|Person=2|PronType=Prs 14 obj 14:obj _ 16 deeply deeply ADV RB _ 14 advmod 14:advmod _ @@ -111820,22 +111868,22 @@ # sent_id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-0037 # text = You want to bring something back with you from your deep space experience where you sensed your mind merging with the universal Mind. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 bring bring VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 something something PRON NN Number=Sing 4 obj 4:obj _ +5 something something PRON NN Number=Sing|PronType=Ind 4 obj 4:obj _ 6 back back ADV RB _ 4 advmod 4:advmod _ 7 with with ADP IN _ 8 case 8:case _ 8 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 obl 4:obl:with _ 9 from from ADP IN _ 13 case 13:case _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 11 deep deep ADJ JJ Degree=Pos 12 amod 12:amod _ 12 space space NOUN NN Number=Sing 13 compound 13:compound _ -13 experience experience NOUN NN Number=Sing 4 obl 4:obl:from _ -14 where where SCONJ WRB PronType=Rel 16 mark 16:mark _ +13 experience experience NOUN NN Number=Sing 4 obl 4:obl:from|16:obl _ +14 where where ADV WRB PronType=Rel 16 advmod 13:ref _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -16 sensed sense VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ -17 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +16 sensed sense VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +17 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 mind mind NOUN NN Number=Sing 16 obj 16:obj _ 19 merging merge VERB VBG VerbForm=Ger 18 acl 18:acl _ 20 with with ADP IN _ 23 case 23:case _ @@ -111854,7 +111902,7 @@ 6 of of ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 sun sun NOUN NN Number=Sing 5 nmod 5:nmod:of _ -9 - - PUNCT , _ 5 punct 5:punct _ +9 - - PUNCT , _ 12 punct 12:punct _ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 11 close close ADJ JJ Degree=Pos 12 amod 12:amod _ 12 reminder reminder NOUN NN Number=Sing 5 appos 5:appos _ @@ -111874,16 +111922,16 @@ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 inside inside NOUN NN Number=Sing 1 obj 1:obj _ 4 of of ADP IN _ 6 case 6:case _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 body body NOUN NN Number=Sing 3 nmod 3:nmod:of _ -7 bathed bath VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ +7 bathed bath VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ 8 in in ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 golden golden ADJ JJ Degree=Pos 11 amod 11:amod _ 11 light light NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No 12 , , PUNCT , _ 13 punct 13:punct _ 13 absorbing absorb VERB VBG VerbForm=Ger 7 conj 3:acl|7:conj:and _ -14 every every DET DT _ 15 det 15:det _ +14 every every DET DT PronType=Tot 15 det 15:det _ 15 ray ray NOUN NN Number=Sing 13 obj 13:obj _ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 glowing glow VERB VBG VerbForm=Ger 7 conj 3:acl|7:conj:and _ @@ -111898,24 +111946,24 @@ # text = A warm, gentle breeze swirls around your body and relaxes you even more . 1 A a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 2 warm warm ADJ JJ Degree=Pos 5 amod 5:amod SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 gentle gentle ADJ JJ Degree=Pos 5 amod 5:amod _ 5 breeze breeze NOUN NN Number=Sing 6 nsubj 6:nsubj|11:nsubj _ 6 swirls swirl VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 around around ADP IN _ 9 case 9:case _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 body body NOUN NN Number=Sing 6 obl 6:obl:around _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 relaxes relax VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ 12 you you PRON PRP Case=Acc|Person=2|PronType=Prs 11 obj 11:obj _ 13 even even ADV RB _ 14 advmod 14:advmod _ -14 more more ADV RBR _ 11 advmod 11:advmod _ +14 more more ADV RBR Degree=Cmp 11 advmod 11:advmod _ 15 . . PUNCT . _ 6 punct 6:punct SpaceAfter=No # sent_id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-0041 # text = Let your mind and body be totally at peace. 1 Let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 mind mind NOUN NN Number=Sing 1 obj 1:obj|9:nsubj:xsubj _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 body body NOUN NN Number=Sing 3 conj 1:obj|3:conj:and|9:nsubj:xsubj _ @@ -111930,15 +111978,15 @@ # text = Now feel yourself returning to where you sit ... move your hands and feet a little, stretch them. 1 Now now ADV RB _ 2 advmod 2:advmod _ 2 feel feel VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 2 obj 2:obj _ -4 returning return VERB VBG VerbForm=Ger 3 advcl 3:advcl _ -5 to to SCONJ IN _ 6 case 6:case _ -6 where where ADV WRB PronType=Int 4 obl 4:obl:to _ +3 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 2 obj 2:obj|4:nsubj:xsubj _ +4 returning return VERB VBG VerbForm=Ger 2 xcomp 2:xcomp _ +5 to to ADP IN _ 6 case 6:case _ +6 where where ADV WRB PronType=Rel 4 obl 4:obl:to|8:advmod _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -8 sit sit VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ -9 ... ... PUNCT , _ 2 punct 2:punct _ +8 sit sit VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 advcl:relcl 6:advcl:relcl _ +9 ... ... PUNCT , _ 10 punct 10:punct _ 10 move move VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis _ -11 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 hands hand NOUN NNS Number=Plur 10 obj 10:obj _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 feet foot NOUN NNS Number=Plur 12 conj 10:obj|12:conj:and _ @@ -111952,14 +112000,14 @@ # sent_id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-0043 # text = Open your eyes. 1 Open open VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 eyes eye NOUN NNS Number=Plur 1 obj 1:obj SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-0044 # newpar id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-p0007 # text = 2. Mountain Visualization -1 2 2 X LS _ 4 nummod 4:nummod SpaceAfter=No +1 2 2 NUM LS NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 Mountain mountain NOUN NN Number=Sing 4 compound 4:compound _ 4 Visualization visualization NOUN NN Number=Sing 0 root 0:root _ @@ -111967,7 +112015,7 @@ # sent_id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-0045 # newpar id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-p0008 # text = Another thing you can try. -1 Another another DET DT _ 2 det 2:det _ +1 Another another DET DT PronType=Ind 2 det 2:det _ 2 thing thing NOUN NN Number=Sing 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 4 can can AUX MD VerbForm=Fin 5 aux 5:aux _ @@ -111980,7 +112028,7 @@ 1 Imagine imagine VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2-3 you're _ _ _ _ _ _ _ _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 sitting sit VERB VBG Tense=Pres|VerbForm=Part 1 ccomp 1:ccomp _ 5 on on ADP IN _ 6 case 6:case _ 6 top top NOUN NN Number=Sing 4 obl 4:obl:on _ @@ -111994,7 +112042,7 @@ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 14 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 15 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -16 most most ADV RBS _ 17 advmod 17:advmod _ +16 most most ADV RBS Degree=Sup 17 advmod 17:advmod _ 17 peaceful peaceful ADJ JJ Degree=Pos 18 amod 18:amod _ 18 place place NOUN NN Number=Sing 4 conj 1:ccomp|4:conj:and _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 21 nsubj 21:nsubj _ @@ -112009,13 +112057,13 @@ 2 that that SCONJ IN _ 5 mark 5:mark _ 3-4 you're _ _ _ _ _ _ _ _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -4 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 sitting sit VERB VBG Tense=Pres|VerbForm=Part 1 ccomp 1:ccomp _ 6 there there ADV RB PronType=Dem 5 advmod 5:advmod _ 7 in in ADP IN _ 9 case 9:case _ 8 complete complete ADJ JJ Degree=Pos 9 amod 9:amod _ 9 peace peace NOUN NN Number=Sing 5 obl 5:obl:in SpaceAfter=No -10 , , PUNCT , _ 5 punct 5:punct _ +10 , , PUNCT , _ 13 punct 13:punct _ 11 right right ADV RB _ 13 advmod 13:advmod _ 12 on on ADP IN _ 13 case 13:case _ 13 top top NOUN NN Number=Sing 5 obl 5:obl:on _ @@ -112035,7 +112083,7 @@ 7 surrounding surround VERB VBG Tense=Pres|VerbForm=Part 2 ccomp 2:ccomp _ 8 you you PRON PRP Case=Acc|Person=2|PronType=Prs 7 obj 7:obj _ 9 in in ADP IN _ 11 case 11:case _ -10 every every DET DT _ 11 det 11:det _ +10 every every DET DT PronType=Tot 11 det 11:det _ 11 direction direction NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ @@ -112044,15 +112092,15 @@ 1 Feel feel VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2-3 you're _ _ _ _ _ _ _ _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj:pass 5:nsubj:pass _ -3 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ +3 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ 4 completely completely ADV RB _ 5 advmod 5:advmod _ 5 surrounded surround VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 ccomp 1:ccomp _ 6 by by ADP IN _ 9 case 9:case _ 7 that that DET DT Number=Sing|PronType=Dem 9 det 9:det _ 8 infinite infinite ADJ JJ Degree=Pos 9 amod 9:amod _ -9 peace peace NOUN NN Number=Sing 5 obl 5:obl:by _ +9 peace peace NOUN NN Number=Sing 5 obl:agent 5:obl:agent _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 happiness happiness NOUN NN Number=Sing 9 conj 5:obl:by|9:conj:and SpaceAfter=No +11 happiness happiness NOUN NN Number=Sing 9 conj 5:obl:agent|9:conj:and SpaceAfter=No 12 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-0050 @@ -112062,11 +112110,11 @@ 3 to to PART TO _ 4 mark 4:mark _ 4 repeat repeat VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 within within ADP IN _ 7 case 7:case _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 mind mind NOUN NN Number=Sing 4 obl 4:obl:within _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 mantra mantra NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No -10 : : PUNCT : _ 9 punct 9:punct _ +10 : : PUNCT : _ 13 punct 13:punct _ 11 BABA baba NOUN NN Number=Sing 13 compound 13:compound _ 12 NAM nam NOUN NN Number=Sing 13 compound 13:compound _ 13 KEVALAM kevalam NOUN NN Number=Sing 9 appos 9:appos SpaceAfter=No @@ -112074,30 +112122,30 @@ # sent_id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-0051 # text = Its meaning is "Infinite happiness is everywhere". -1 Its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ -2 meaning meaning NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +2 meaning meaning NOUN NN Number=Sing 8 nsubj:outer 8:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 4 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No 5 Infinite infinite ADJ JJ Degree=Pos 6 amod 6:amod _ 6 happiness happiness NOUN NN Number=Sing 8 nsubj 8:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ -8 everywhere everywhere ADV RB _ 3 ccomp 3:ccomp SpaceAfter=No +8 everywhere everywhere ADV RB _ 0 root 0:root SpaceAfter=No 9 " " PUNCT '' _ 8 punct 8:punct SpaceAfter=No -10 . . PUNCT . _ 3 punct 3:punct _ +10 . . PUNCT . _ 8 punct 8:punct _ # sent_id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-0052 # text = Feel the meaning, don't just think of its wordy meaning or try to translate from Sanskrit (BABA NAM KEVALAM) to an English meaning (Infinite peace and happiness). 1 Feel feel VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 meaning meaning NOUN NN Number=Sing 1 obj 1:obj SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 8 punct 8:punct _ 5-6 don't _ _ _ _ _ _ _ _ 5 do do AUX VB Mood=Imp|VerbForm=Fin 8 aux 8:aux _ 6 n't not PART RB _ 8 advmod 8:advmod _ 7 just just ADV RB _ 8 advmod 8:advmod _ 8 think think VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ 9 of of ADP IN _ 12 case 12:case _ -10 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 wordy wordy ADJ JJ Degree=Pos 12 amod 12:amod _ 12 meaning meaning NOUN NN Number=Sing 8 obl 8:obl:of _ 13 or or CCONJ CC _ 14 cc 14:cc _ @@ -112113,35 +112161,35 @@ 23 ) ) PUNCT -RRB- _ 22 punct 22:punct _ 24 to to ADP IN _ 27 case 27:case _ 25 an a DET DT Definite=Ind|PronType=Art 27 det 27:det _ -26 English english ADJ JJ Degree=Pos 27 amod 27:amod _ +26 English English ADJ JJ Degree=Pos 27 amod 27:amod _ 27 meaning meaning NOUN NN Number=Sing 16 obl 16:obl:to _ 28 ( ( PUNCT -LRB- _ 30 punct 30:punct SpaceAfter=No 29 Infinite infinite ADJ JJ Degree=Pos 30 amod 30:amod _ 30 peace peace NOUN NN Number=Sing 27 appos 27:appos _ 31 and and CCONJ CC _ 32 cc 32:cc _ 32 happiness happiness NOUN NN Number=Sing 30 conj 27:appos|30:conj:and SpaceAfter=No -33 ) ) PUNCT -RRB- _ 32 punct 32:punct SpaceAfter=No +33 ) ) PUNCT -RRB- _ 30 punct 30:punct SpaceAfter=No 34 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-0053 # text = Think internally, intuitively, not by words, of the meaning, as you're repeating it. 1 Think think VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 internally internally ADV RB _ 1 advmod 1:advmod SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 intuitively intuitively ADV RB _ 1 advmod 1:advmod SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ -6 not not ADV RB _ 8 advmod 8:advmod _ +5 , , PUNCT , _ 8 punct 8:punct _ +6 not not PART RB _ 8 advmod 8:advmod _ 7 by by ADP IN _ 8 case 8:case _ 8 words word NOUN NNS Number=Plur 1 obl 1:obl:by SpaceAfter=No -9 , , PUNCT , _ 1 punct 1:punct _ +9 , , PUNCT , _ 12 punct 12:punct _ 10 of of ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 meaning meaning NOUN NN Number=Sing 1 obl 1:obl:of SpaceAfter=No -13 , , PUNCT , _ 1 punct 1:punct _ +13 , , PUNCT , _ 17 punct 17:punct _ 14 as as SCONJ IN _ 17 mark 17:mark _ 15-16 you're _ _ _ _ _ _ _ _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ -16 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +16 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 17 repeating repeat VERB VBG Tense=Pres|VerbForm=Part 1 advcl 1:advcl:as _ 18 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 obj 17:obj SpaceAfter=No 19 . . PUNCT . _ 1 punct 1:punct _ @@ -112164,7 +112212,7 @@ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 idea idea NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No 8 , , PUNCT , _ 13 punct 13:punct _ -9 not not ADV RB _ 13 advmod 13:advmod _ +9 not not PART RB _ 13 advmod 13:advmod _ 10 just just ADV RB _ 13 advmod 13:advmod _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 intellectual intellectual ADJ JJ Degree=Pos 13 amod 13:amod _ @@ -112178,11 +112226,11 @@ 3 into into ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 idea idea NOUN NN Number=Sing 1 obl 1:obl:into _ -6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _|CheckUPOS=VERB -7 what what PRON WP PronType=Int 0 root 0:root _ +6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +7 what what PRON WP PronType=Rel 0 root 0:root|8:nsubj _ 8 builds build VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 9 intuition intuition NOUN NN Number=Sing 8 obj 8:obj _ -10 - - PUNCT , _ 7 punct 7:punct _ +10 - - PUNCT , _ 15 punct 15:punct _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ @@ -112193,7 +112241,7 @@ # sent_id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-0057 # text = Whereas, trying to translate and grapple with wordy meanings is an intellectual mechanism - an analytical process. 1 Whereas whereas ADV RB _ 14 advmod 14:advmod SpaceAfter=No -2 , , PUNCT , _ 14 punct 14:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 trying try VERB VBG VerbForm=Ger 14 csubj 14:csubj _ 4 to to PART TO _ 5 mark 5:mark _ 5 translate translate VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ @@ -112206,7 +112254,7 @@ 12 an a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 intellectual intellectual ADJ JJ Degree=Pos 14 amod 14:amod _ 14 mechanism mechanism NOUN NN Number=Sing 0 root 0:root _ -15 - - PUNCT , _ 14 punct 14:punct _ +15 - - PUNCT , _ 18 punct 18:punct _ 16 an a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 analytical analytical ADJ JJ Degree=Pos 18 amod 18:amod _ 18 process process NOUN NN Number=Sing 14 appos 14:appos SpaceAfter=No @@ -112217,18 +112265,18 @@ 1 Feel feel VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2-3 you're _ _ _ _ _ _ _ _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ -3 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ +3 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 surrounded surround VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 ccomp 1:ccomp _ 5 by by ADP IN _ 7 case 7:case _ 6 infinite infinite ADJ JJ Degree=Pos 7 amod 7:amod _ -7 peace peace NOUN NN Number=Sing 4 obl 4:obl:by _ +7 peace peace NOUN NN Number=Sing 4 obl:agent 4:obl:agent _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 happiness happiness NOUN NN Number=Sing 7 conj 4:obl:by|7:conj:and SpaceAfter=No +9 happiness happiness NOUN NN Number=Sing 7 conj 4:obl:agent|7:conj:and SpaceAfter=No 10 , , PUNCT , _ 12 punct 12:punct _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 feel feel VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ 13 that that SCONJ IN _ 22 mark 22:mark _ -14 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +14 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 15 own own ADJ JJ Degree=Pos 16 amod 16:amod _ 16 sense sense NOUN NN Number=Sing 22 nsubj 22:nsubj _ 17 of of ADP IN _ 18 case 18:case _ @@ -112253,21 +112301,21 @@ 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|6:nsubj _ 2 can can AUX MD VerbForm=Fin 3 aux 3:aux _ 3 go go VERB VB VerbForm=Inf 0 root 0:root _ -4 further further ADV RB _ 3 advmod 3:advmod _ +4 further far ADV RBR Degree=Cmp 3 advmod 3:advmod _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 feel feel VERB VB VerbForm=Inf 3 conj 3:conj:and _ 7 that that SCONJ IN _ 20 mark 20:mark _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 unit unit NOUN NN Number=Sing 10 compound 10:compound _ 10 consciousness consciousness NOUN NN Number=Sing 20 nsubj 20:nsubj SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 13 punct 13:punct _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 dot dot NOUN NN Number=Sing 10 appos 10:appos _ 14 in in ADP IN _ 17 case 17:case _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 Infinite infinite ADJ JJ Degree=Pos 17 amod 17:amod _ 17 Consciousness consciousness NOUN NN Number=Sing 13 nmod 13:nmod:in SpaceAfter=No -18 , , PUNCT , _ 20 punct 20:punct _ +18 , , PUNCT , _ 10 punct 10:punct _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 20 merging merge VERB VBG Tense=Pres|VerbForm=Part 6 ccomp 6:ccomp _ 21 with with ADP IN _ 22 case 22:case _ @@ -112282,11 +112330,11 @@ 4 long long ADV RB Degree=Pos 1 obl 1:obl:for _ 5 as as SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:as SpaceAfter=No -8 , , PUNCT , _ 1 punct 1:punct _ +7 like like VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:as SpaceAfter=No +8 , , PUNCT , _ 10 punct 10:punct _ 9 then then ADV RB PronType=Dem 10 advmod 10:advmod _ 10 open open VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ -11 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 eyes eye NOUN NNS Number=Plur 10 obj 10:obj SpaceAfter=No 13 . . PUNCT . _ 1 punct 1:punct _ @@ -112304,15 +112352,15 @@ # text = The important point is to develop some psycho-spiritual connection between your mind and the universal Consciousness or Supreme Consciousness. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 important important ADJ JJ Degree=Pos 3 amod 3:amod _ -3 point point NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 point point NOUN NN Number=Sing 6 nsubj:outer 6:nsubj:outer _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 to to PART TO _ 6 mark 6:mark _ -6 develop develop VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ -7 some some DET DT _ 9 det 9:det _ +6 develop develop VERB VB VerbForm=Inf 0 root 0:root _ +7 some some DET DT PronType=Ind 9 det 9:det _ 8 psycho-spiritual psycho-spiritual ADJ JJ Degree=Pos 9 amod 9:amod _ 9 connection connection NOUN NN Number=Sing 6 obj 6:obj _ 10 between between ADP IN _ 12 case 12:case _ -11 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 mind mind NOUN NN Number=Sing 9 nmod 9:nmod:between _ 13 and and CCONJ CC _ 16 cc 16:cc _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -112321,7 +112369,7 @@ 17 or or CCONJ CC _ 19 cc 19:cc _ 18 Supreme supreme ADJ JJ Degree=Pos 19 amod 19:amod _ 19 Consciousness consciousness NOUN NN Number=Sing 16 conj 16:conj:or SpaceAfter=No -20 . . PUNCT . _ 4 punct 4:punct _ +20 . . PUNCT . _ 6 punct 6:punct _ # sent_id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-0063 # text = Don't worry if you have trouble concentrating on the mantra and ideation - that's normal. @@ -112331,7 +112379,7 @@ 3 worry worry VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 if if SCONJ IN _ 6 mark 6:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ +6 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ 7 trouble trouble NOUN NN Number=Sing 6 obj 6:obj _ 8 concentrating concentrate VERB VBG VerbForm=Ger 7 acl 7:acl _ 9 on on ADP IN _ 11 case 11:case _ @@ -112339,7 +112387,7 @@ 11 mantra mantra NOUN NN Number=Sing 8 obl 8:obl:on _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 ideation ideation NOUN NN Number=Sing 11 conj 8:obl:on|11:conj:and _ -14 - - PUNCT , _ 3 punct 3:punct _ +14 - - PUNCT , _ 17 punct 17:punct _ 15-16 that's _ _ _ _ _ _ _ _ 15 that that PRON DT Number=Sing|PronType=Dem 17 nsubj 17:nsubj _ 16 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ @@ -112350,7 +112398,7 @@ # text = It takes some time and practice to be able to focus on the one thought. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 expl 2:expl _ 2 takes take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 some some DET DT _ 4 det 4:det _ +3 some some DET DT PronType=Ind 4 det 4:det _ 4 time time NOUN NN Number=Sing 2 obj 2:obj _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 practice practice NOUN NN Number=Sing 4 conj 2:obj|4:conj:and _ @@ -112361,7 +112409,7 @@ 11 focus focus VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 on on ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -14 one one NUM CD NumType=Card 15 nummod 15:nummod _ +14 one one NUM CD NumForm=Word|NumType=Card 15 nummod 15:nummod _ 15 thought thought NOUN NN Number=Sing 11 obl 11:obl:on SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ @@ -112369,24 +112417,24 @@ # text = The main thing is to keep practicing. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 main main ADJ JJ Degree=Pos 3 amod 3:amod _ -3 thing thing NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 thing thing NOUN NN Number=Sing 6 nsubj:outer 6:nsubj:outer _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 to to PART TO _ 6 mark 6:mark _ -6 keep keep VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ +6 keep keep VERB VB VerbForm=Inf 0 root 0:root _ 7 practicing practice VERB VBG VerbForm=Ger 6 xcomp 6:xcomp SpaceAfter=No -8 . . PUNCT . _ 4 punct 4:punct _ +8 . . PUNCT . _ 6 punct 6:punct _ # sent_id = newsgroup-groups.google.com_Meditation20052_06390a5f75b2e1f2_ENG_20050316_091700-0066 # text = If you don't practice, then nothing happens. 1 If if SCONJ IN _ 5 mark 5:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 3-4 don't _ _ _ _ _ _ _ _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 practice practice VERB VB VerbForm=Inf 9 advcl 9:advcl:if SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 then then ADV RB PronType=Dem 9 advmod 9:advmod _ -8 nothing nothing PRON NN Number=Sing 9 nsubj 9:nsubj _ +8 nothing nothing PRON NN Number=Sing|PronType=Neg 9 nsubj 9:nsubj _ 9 happens happen VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 10 . . PUNCT . _ 9 punct 9:punct _ @@ -112402,17 +112450,17 @@ 8 but but CCONJ CC _ 9 cc 9:cc _ 9-10 lets _ _ _ _ _ _ _ _ 9 let let VERB VB Mood=Imp|VerbForm=Fin 6 conj 6:conj:but _ -10 s s PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 9 obj 9:obj|11:nsubj:xsubj _ +10 s we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs|Typo=Yes 9 obj 9:obj|11:nsubj:xsubj CorrectForm='s 11 face face VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj _ 13-14 we're _ _ _ _ _ _ _ _ 13 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 16 nsubj 16:nsubj|19:nsubj _ -14 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +14 're be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 15 ordinary ordinary ADJ JJ Degree=Pos 16 amod 16:amod _ 16 people people NOUN NNS Number=Plur 9 parataxis 9:parataxis _ 17 and and CCONJ CC _ 19 cc 19:cc _ 18 so so ADV RB _ 19 advmod 19:advmod _ -19 require require VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 conj 16:conj:and _ +19 require require VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 16 conj 16:conj:and _ 20 practical practical ADJ JJ Degree=Pos 24 amod 24:amod _ 21 day day NOUN NN Number=Sing 24 compound 24:compound _ 22 to to ADP IN _ 23 case 23:case _ @@ -112430,7 +112478,7 @@ # text = NORTH CAROLINA RELIGIOUS COALITION FOR MARRIAGE EQUALITY 1 NORTH NORTH PROPN NNP Number=Sing 2 compound 2:compound _ 2 CAROLINA CAROLINA PROPN NNP Number=Sing 4 compound 4:compound _ -3 RELIGIOUS RELIGIOUS PROPN NNP Number=Sing 4 compound 4:compound _ +3 RELIGIOUS RELIGIOUS ADJ NNP Degree=Pos 4 amod 4:amod _ 4 COALITION COALITION PROPN NNP Number=Sing 0 root 0:root _ 5 FOR for ADP IN _ 7 case 7:case _ 6 MARRIAGE MARRIAGE PROPN NNP Number=Sing 7 compound 7:compound _ @@ -112439,23 +112487,23 @@ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0002 # newpar id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-p0002 # text = From what we hear from the news media, one could easily conclude that all Christians are opposed to gay marriage. -1 From from SCONJ IN _ 2 case 2:case _ -2 what what PRON WP PronType=Int 13 obl 13:obl:from _ +1 From from ADP IN _ 2 case 2:case _ +2 what what PRON WP PronType=Rel 13 obl 4:obj|13:obl:from _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 hear hear VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 hear hear VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 from from ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 news news NOUN NN Number=Sing 8 compound 8:compound _ 8 media media NOUN NN Number=Sing 4 obl 4:obl:from SpaceAfter=No -9 , , PUNCT , _ 13 punct 13:punct _ -10 one one NUM CD NumType=Card 13 nsubj 13:nsubj _ +9 , , PUNCT , _ 2 punct 2:punct _ +10 one one NUM CD NumForm=Word|NumType=Card 13 nsubj 13:nsubj _ 11 could could AUX MD VerbForm=Fin 13 aux 13:aux _ 12 easily easily ADV RB _ 13 advmod 13:advmod _ 13 conclude conclude VERB VB VerbForm=Inf 0 root 0:root _ 14 that that SCONJ IN _ 18 mark 18:mark _ -15 all all DET DT _ 16 det 16:det _ -16 Christians Christians PROPN NNPS Number=Plur 18 nsubj 18:nsubj _ -17 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ +15 all all DET DT PronType=Tot 16 det 16:det _ +16 Christians Christian PROPN NNPS Number=Plur 18 nsubj 18:nsubj _ +17 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 18 opposed opposed ADJ JJ Degree=Pos 13 ccomp 13:ccomp _ 19 to to ADP IN _ 21 case 21:case _ 20 gay gay ADJ JJ Degree=Pos 21 amod 21:amod _ @@ -112479,36 +112527,36 @@ 2 year year NOUN NN Number=Sing 15 obl:tmod 15:obl:tmod _ 3 an a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 organization organization NOUN NN Number=Sing 15 nsubj:pass 15:nsubj:pass _ -5 named name VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +5 named name VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ 6 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 7 North North PROPN NNP Number=Sing 8 compound 8:compound _ 8 Carolina Carolina PROPN NNP Number=Sing 10 compound 10:compound _ -9 Religious Religious PROPN NNP Number=Sing 10 compound 10:compound _ +9 Religious Religious ADJ NNP Degree=Pos 10 amod 10:amod _ 10 Coalition Coalition PROPN NNP Number=Sing 5 xcomp 5:xcomp _ 11 for for ADP IN _ 13 case 13:case _ 12 Marriage Marriage PROPN NNP Number=Sing 13 compound 13:compound _ 13 Equality Equality PROPN NNP Number=Sing 10 nmod 10:nmod:for _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 aux:pass 15:aux:pass _ -15 formed form VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +15 formed form VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 16 to to PART TO _ 17 mark 17:mark _ 17 get get VERB VB VerbForm=Inf 15 advcl 15:advcl:to _ 18 out out ADV RB _ 17 advmod 17:advmod _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 message message NOUN NN Number=Sing 17 obj 17:obj _ 21 that that SCONJ IN _ 30 mark 30:mark _ -22 at at ADV RB _ 23 case 23:case _ -23 least least ADV RBS Degree=Sup 24 nmod 24:nmod:at _ -24 some some DET DT _ 25 det 25:det _ +22 at at ADP IN _ 23 case 23:case _ +23 least least ADJ JJS Degree=Sup 24 nmod 24:nmod:at _ +24 some some DET DT PronType=Ind 25 det 25:det _ 25 people people NOUN NNS Number=Plur 30 nsubj 30:nsubj _ 26 of of ADP IN _ 27 case 27:case _ 27 faith faith NOUN NN Number=Sing 25 nmod 25:nmod:of _ -28 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 30 cop 30:cop _ +28 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 30 cop 30:cop _ 29 not not PART RB _ 30 advmod 30:advmod _ 30 opposed opposed ADJ JJ Degree=Pos 20 acl 20:acl:that _ 31 to to SCONJ IN _ 32 mark 32:mark _ 32 extending extend VERB VBG VerbForm=Ger 30 advcl 30:advcl:to _ 33 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ -34 rights rights NOUN NNS Number=Plur 32 obj 32:obj _ +34 rights right NOUN NNS Number=Plur 32 obj 32:obj _ 35 and and CCONJ CC _ 36 cc 36:cc _ 36 responsibilities responsibility NOUN NNS Number=Plur 34 conj 32:obj|34:conj:and _ 37 of of ADP IN _ 39 case 39:case _ @@ -112516,50 +112564,51 @@ 39 marriage marriage NOUN NN Number=Sing 34 nmod 34:nmod:of _ 40 to to ADP IN _ 44 case 44:case _ 41 same same ADJ JJ Degree=Pos 43 amod 43:amod SpaceAfter=No -42 - - PUNCT HYPH _ 43 punct 43:punct SpaceAfter=No +42 - - PUNCT HYPH _ 41 punct 41:punct SpaceAfter=No 43 gender gender NOUN NN Number=Sing 44 compound 44:compound _ 44 couples couple NOUN NNS Number=Plur 32 obl 32:obl:to SpaceAfter=No 45 . . PUNCT . _ 15 punct 15:punct _ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0005 # text = One of “NCRC4ME’s” major efforts is to collect signatures for the attached “Declaration of Religious Leaders,” which has been and will again be presented to members of the NC legislature. -1 One one NUM CD NumType=Card 9 nsubj 9:nsubj _ +1 One one NUM CD NumForm=Word|NumType=Card 11 nsubj:outer 11:nsubj:outer _ 2 of of ADP IN _ 8 case 8:case _ 3 “ " PUNCT `` _ 4 punct 4:punct SpaceAfter=No -4 NCRC4ME NCRC4ME PROPN NNP Number=Sing 8 compound 8:compound SpaceAfter=No -5 ’s 's PART POS _ 4 case 4:case SpaceAfter=No +4-5 NCRC4ME’s _ _ _ _ _ _ _ SpaceAfter=No +4 NCRC4ME NCRC4ME PROPN NNP Number=Sing 8 compound 8:compound _ +5 ’s 's PART POS _ 4 case 4:case _ 6 ” " PUNCT '' _ 4 punct 4:punct _ 7 major major ADJ JJ Degree=Pos 8 amod 8:amod _ 8 efforts effort NOUN NNS Number=Plur 1 nmod 1:nmod:of _ -9 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 to to PART TO _ 11 mark 11:mark _ -11 collect collect VERB VB VerbForm=Inf 9 ccomp 9:ccomp _ +11 collect collect VERB VB VerbForm=Inf 0 root 0:root _ 12 signatures signature NOUN NNS Number=Plur 11 obj 11:obj _ 13 for for ADP IN _ 17 case 17:case _ 14 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -15 attached attach VERB VBN Tense=Past|VerbForm=Part 17 amod 17:amod _ +15 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 amod 17:amod _ 16 “ " PUNCT `` _ 17 punct 17:punct SpaceAfter=No -17 Declaration declaration NOUN NN Number=Sing 11 obl 11:obl:for|25:nsubj:pass|30:nsubj:pass _ +17 Declaration declaration NOUN NN Number=Sing 11 obl 11:obl:for|30:nsubj:pass _ 18 of of ADP IN _ 20 case 20:case _ 19 Religious religious ADJ JJ Degree=Pos 20 amod 20:amod _ 20 Leaders leader NOUN NNS Number=Plur 17 nmod 17:nmod:of SpaceAfter=No 21 , , PUNCT , _ 17 punct 17:punct SpaceAfter=No 22 ” " PUNCT '' _ 17 punct 17:punct _ 23 which which PRON WDT PronType=Rel 30 nsubj:pass 17:ref _ -24 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ -25 been be VERB VBN Tense=Past|VerbForm=Part 17 acl:relcl 17:acl:relcl _ -26 and and CCONJ CC _ 30 cc 30:cc _ -27 will will AUX MD VerbForm=Fin 30 aux 30:aux _ -28 again again ADV RB _ 30 advmod 30:advmod _ -29 be be AUX VB VerbForm=Inf 30 aux:pass 30:aux:pass _ -30 presented present VERB VBN Tense=Past|VerbForm=Part 25 conj 17:acl:relcl|25:conj:and _ +24 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 30 aux 30:aux _ +25 been be AUX VBN Tense=Past|VerbForm=Part 30 aux:pass 30:aux:pass _ +26 and and CCONJ CC _ 29 cc 29:cc _ +27 will will AUX MD VerbForm=Fin 29 aux 29:aux _ +28 again again ADV RB _ 29 advmod 29:advmod _ +29 be be AUX VB VerbForm=Inf 25 conj 25:conj:and _ +30 presented present VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 acl:relcl 17:acl:relcl _ 31 to to ADP IN _ 32 case 32:case _ 32 members member NOUN NNS Number=Plur 30 obl 30:obl:to _ 33 of of ADP IN _ 36 case 36:case _ 34 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ 35 NC NC PROPN NNP Number=Sing 36 compound 36:compound _ 36 legislature legislature NOUN NN Number=Sing 32 nmod 32:nmod:of SpaceAfter=No -37 . . PUNCT . _ 9 punct 9:punct _ +37 . . PUNCT . _ 11 punct 11:punct _ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0006 # text = It presents the case for marriage equality and states, “We are resolved that the State should not interfere with same-gender couples who choose to marry and share fully and equally in the rights, responsibilities, and commitments of civil marriage.” @@ -112572,10 +112621,10 @@ 7 equality equality NOUN NN Number=Sing 4 nmod 4:nmod:for _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 states state VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ -11 “ " PUNCT `` _ 9 punct 9:punct SpaceAfter=No +10 , , PUNCT , _ 14 punct 14:punct _ +11 “ " PUNCT `` _ 14 punct 14:punct SpaceAfter=No 12 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 14 nsubj:pass 14:nsubj:pass _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux:pass 14:aux:pass _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 14 aux:pass 14:aux:pass _ 14 resolved resolve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 ccomp 9:ccomp _ 15 that that SCONJ IN _ 20 mark 20:mark _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -112585,11 +112634,11 @@ 20 interfere interfere VERB VB VerbForm=Inf 14 ccomp 14:ccomp _ 21 with with ADP IN _ 25 case 25:case _ 22 same same ADJ JJ Degree=Pos 24 amod 24:amod SpaceAfter=No -23 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No +23 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No 24 gender gender NOUN NN Number=Sing 25 compound 25:compound _ 25 couples couple NOUN NNS Number=Plur 20 obl 20:obl:with|27:nsubj|29:nsubj:xsubj|31:nsubj:xsubj _ 26 who who PRON WP PronType=Rel 27 nsubj 25:ref _ -27 choose choose VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 acl:relcl 25:acl:relcl _ +27 choose choose VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 25 acl:relcl 25:acl:relcl _ 28 to to PART TO _ 29 mark 29:mark _ 29 marry marry VERB VB VerbForm=Inf 27 xcomp 27:xcomp _ 30 and and CCONJ CC _ 31 cc 31:cc _ @@ -112599,7 +112648,7 @@ 34 equally equally ADV RB _ 32 conj 31:advmod|32:conj:and _ 35 in in ADP IN _ 37 case 37:case _ 36 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ -37 rights rights NOUN NNS Number=Plur 31 obl 31:obl:in SpaceAfter=No +37 rights right NOUN NNS Number=Plur 31 obl 31:obl:in SpaceAfter=No 38 , , PUNCT , _ 39 punct 39:punct _ 39 responsibilities responsibility NOUN NNS Number=Plur 37 conj 31:obl:in|37:conj:and SpaceAfter=No 40 , , PUNCT , _ 42 punct 42:punct _ @@ -112608,8 +112657,8 @@ 43 of of ADP IN _ 45 case 45:case _ 44 civil civil ADJ JJ Degree=Pos 45 amod 45:amod _ 45 marriage marriage NOUN NN Number=Sing 37 nmod 37:nmod:of SpaceAfter=No -46 . . PUNCT . _ 2 punct 2:punct SpaceAfter=No -47 ” " PUNCT '' _ 2 punct 2:punct _ +46 . . PUNCT . _ 14 punct 14:punct SpaceAfter=No +47 ” " PUNCT '' _ 14 punct 14:punct _ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0007 # text = A measure to amend the NC Constitution to ban gay marriage was defeated last year but already has been reintroduced in the 2005 legislative session, so there is a real need for visible support for the “pro-same-gender-marriage” side of this issue. @@ -112635,13 +112684,13 @@ 20 reintroduced reintroduce VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 conj 13:conj:but _ 21 in in ADP IN _ 25 case 25:case _ 22 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ -23 2005 2005 NUM CD NumType=Card 25 compound 25:compound _ +23 2005 2005 NUM CD NumForm=Digit|NumType=Card 25 compound 25:compound _ 24 legislative legislative ADJ JJ Degree=Pos 25 amod 25:amod _ 25 session session NOUN NN Number=Sing 20 obl 20:obl:in SpaceAfter=No 26 , , PUNCT , _ 29 punct 29:punct _ 27 so so ADV RB _ 29 advmod 29:advmod _ 28 there there PRON EX _ 29 expl 29:expl _ -29 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 conj 13:conj:but _ +29 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 parataxis 13:parataxis _ 30 a a DET DT Definite=Ind|PronType=Art 32 det 32:det _ 31 real real ADJ JJ Degree=Pos 32 amod 32:amod _ 32 need need NOUN NN Number=Sing 29 nsubj 29:nsubj _ @@ -112652,10 +112701,10 @@ 37 the the DET DT Definite=Def|PronType=Art 45 det 45:det _ 38 “ " PUNCT `` _ 43 punct 43:punct SpaceAfter=No 39 pro-same pro-same ADJ JJ Degree=Pos 41 compound 41:compound SpaceAfter=No -40 - - PUNCT HYPH _ 41 punct 41:punct SpaceAfter=No +40 - - PUNCT HYPH _ 39 punct 39:punct SpaceAfter=No 41 gender gender NOUN NN Number=Sing 43 compound 43:compound SpaceAfter=No -42 - - PUNCT HYPH _ 43 punct 43:punct SpaceAfter=No -43 marriage marriage NOUN NN Number=Sing 45 acl 45:acl SpaceAfter=No +42 - - PUNCT HYPH _ 41 punct 41:punct SpaceAfter=No +43 marriage marriage NOUN NN Number=Sing 45 compound 45:compound SpaceAfter=No 44 ” " PUNCT '' _ 43 punct 43:punct _ 45 side side NOUN NN Number=Sing 35 nmod 35:nmod:for _ 46 of of ADP IN _ 48 case 48:case _ @@ -112666,17 +112715,17 @@ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0008 # text = At its February meeting the CHS Vestry voted unanimously to add their names to the Declaration. 1 At at ADP IN _ 4 case 4:case _ -2 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 3 February February PROPN NNP Number=Sing 4 compound 4:compound _ 4 meeting meeting NOUN NN Number=Sing 8 obl 8:obl:at _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 CHS CHS PROPN NNP Number=Sing 7 compound 7:compound _ 7 Vestry Vestry PROPN NNP Number=Sing 8 nsubj 8:nsubj _ -8 voted vote VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 voted vote VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 unanimously unanimously ADV RB _ 8 advmod 8:advmod _ 10 to to PART TO _ 11 mark 11:mark _ 11 add add VERB VB VerbForm=Inf 8 advcl 8:advcl:to _ -12 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 names name NOUN NNS Number=Plur 11 obj 11:obj _ 14 to to ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -112685,15 +112734,15 @@ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0009 # text = Our Rector Barbara and our Deacon Clare also have signed the Declaration. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 Rector rector NOUN NN Number=Sing 10 nsubj 10:nsubj _ 3 Barbara Barbara PROPN NNP Number=Sing 2 appos 2:appos _ 4 and and CCONJ CC _ 6 cc 6:cc _ -5 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 Deacon deacon NOUN NN Number=Sing 2 conj 2:conj:and|10:nsubj _ 7 Clare Clare PROPN NNP Number=Sing 6 appos 6:appos _ 8 also also ADV RB _ 10 advmod 10:advmod _ -9 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +9 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 signed sign VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 Declaration declaration NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No @@ -112702,10 +112751,10 @@ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0010 # text = Furthermore, the Vestry voted unanimously to invite the support of members of the CHS congregation for the Declaration. 1 Furthermore furthermore ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 Vestry Vestry PROPN NNP Number=Sing 5 nsubj 5:nsubj _ -5 voted vote VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 voted vote VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 unanimously unanimously ADV RB _ 5 advmod 5:advmod _ 7 to to PART TO _ 8 mark 8:mark _ 8 invite invite VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ @@ -112736,12 +112785,12 @@ 10 “ " PUNCT `` _ 12 punct 12:punct SpaceAfter=No 11 religious religious ADJ JJ Degree=Pos 12 amod 12:amod _ 12 leaders leader NOUN NNS Number=Plur 8 obl 8:obl:from SpaceAfter=No -13 , , PUNCT , _ 26 punct 26:punct SpaceAfter=No -14 ” " PUNCT '' _ 26 punct 26:punct _ +13 , , PUNCT , _ 12 punct 12:punct SpaceAfter=No +14 ” " PUNCT '' _ 12 punct 12:punct _ 15 people people NOUN NNS Number=Plur 26 nsubj 19:nsubj|26:nsubj _ 16 who who PRON WP PronType=Rel 19 nsubj 15:ref _ 17-18 don’t _ _ _ _ _ _ _ _ -17 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ +17 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 18 n’t not PART RB _ 19 advmod 19:advmod _ 19 consider consider VERB VB VerbForm=Inf 15 acl:relcl 15:acl:relcl _ 20 themselves themselves PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes 19 obj 19:obj|23:nsubj:xsubj _ @@ -112758,13 +112807,13 @@ 31 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ 32 North North PROPN NNP Number=Sing 33 compound 33:compound _ 33 Carolina Carolina PROPN NNP Number=Sing 35 compound 35:compound _ -34 Religious Religious PROPN NNP Number=Sing 35 compound 35:compound _ +34 Religious Religious ADJ NNP Degree=Pos 35 amod 35:amod _ 35 Coalition Coalition PROPN NNP Number=Sing 29 nmod 29:nmod:of _ 36 for for ADP IN _ 38 case 38:case _ 37 Marriage Marriage PROPN NNP Number=Sing 38 compound 38:compound _ 38 Equality Equality PROPN NNP Number=Sing 35 nmod 35:nmod:for SpaceAfter=No -39 . . PUNCT . _ 26 punct 26:punct SpaceAfter=No -40 ” " PUNCT '' _ 26 punct 26:punct SpaceAfter=No +39 . . PUNCT . _ 29 punct 29:punct SpaceAfter=No +40 ” " PUNCT '' _ 29 punct 29:punct SpaceAfter=No 41 ) ) PUNCT -RRB- _ 26 punct 26:punct _ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0012 @@ -112778,25 +112827,25 @@ 7 only only ADV RB _ 9 advmod 9:advmod _ 8 civil civil ADJ JJ Degree=Pos 9 amod 9:amod _ 9 marriage marriage NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No -10 ; ; PUNCT , _ 2 punct 2:punct _ +10 ; ; PUNCT , _ 12 punct 12:punct _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ -13 nothing nothing PRON NN Number=Sing 12 obj 12:obj _ +12 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +13 nothing nothing PRON NN Number=Sing|PronType=Neg 12 obj 12:obj _ 14 about about ADP IN _ 16 case 16:case _ 15 religious religious ADJ JJ Degree=Pos 16 amod 16:amod _ 16 beliefs belief NOUN NNS Number=Plur 13 nmod 13:nmod:about _ 17 or or CCONJ CC _ 18 cc 18:cc _ 18 practices practice NOUN NNS Number=Plur 16 conj 13:nmod:about|16:conj:or _ 19 regarding regard VERB VBG VerbForm=Ger 20 case 20:case _ -20 marriage marriage NOUN NN Number=Sing 16 nmod 16:nmod:regard SpaceAfter=No +20 marriage marriage NOUN NN Number=Sing 16 nmod 16:nmod:regarding SpaceAfter=No 21 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0013 # text = If you have any questions please feel free to call me (after Sat. the 26th, when I will return from a trip). 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ -4 any any DET DT _ 5 det 5:det _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 questions question NOUN NNS Number=Plur 3 obj 3:obj _ 6 please please INTJ UH _ 7 discourse 7:discourse _ 7 feel feel VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ @@ -112806,11 +112855,11 @@ 11 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 10 obj 10:obj _ 12 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No 13 after after ADP IN _ 14 case 14:case _ -14 Sat. Sat. PROPN NNP Number=Sing 10 obl 10:obl:after _ +14 Sat. Saturday PROPN NNP Abbr=Yes|Number=Sing 10 obl 10:obl:after _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -16 26th 26th NOUN NN Number=Sing 14 appos 14:appos SpaceAfter=No -17 , , PUNCT , _ 14 punct 14:punct _ -18 when when SCONJ WRB PronType=Rel 21 mark 21:mark _ +16 26th 26th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 14 appos 14:appos|21:obl:tmod SpaceAfter=No +17 , , PUNCT , _ 21 punct 21:punct _ +18 when when ADV WRB PronType=Rel 21 advmod 14:ref _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ 20 will will AUX MD VerbForm=Fin 21 aux 21:aux _ 21 return return VERB VB VerbForm=Inf 14 acl:relcl 14:acl:relcl _ @@ -112823,7 +112872,7 @@ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0014 # text = Sign-up lists will be available at the services on Feb. 27 and March 6, or you can email me. 1 Sign sign VERB VB VerbForm=Inf 4 compound 4:compound SpaceAfter=No -2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 3 up up ADP RP _ 1 compound:prt 1:compound:prt _ 4 lists list NOUN NNS Number=Plur 7 nsubj 7:nsubj _ 5 will will AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -112833,17 +112882,17 @@ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 services service NOUN NNS Number=Plur 7 obl 7:obl:at _ 11 on on ADP IN _ 12 case 12:case _ -12 Feb. Feb. PROPN NNP Number=Sing 10 nmod 10:nmod:on _ -13 27 27 NUM CD NumType=Card 12 nummod 12:nummod _ +12 Feb. February PROPN NNP Abbr=Yes|Number=Sing 10 nmod 10:nmod:on _ +13 27 27 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 March March PROPN NNP Number=Sing 12 conj 10:nmod:on|12:conj:and _ -16 6 6 NUM CD NumType=Card 15 nummod 15:nummod SpaceAfter=No +16 6 6 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod SpaceAfter=No 17 , , PUNCT , _ 21 punct 21:punct _ 18 or or CCONJ CC _ 21 cc 21:cc _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 21 nsubj 21:nsubj _ 20 can can AUX MD VerbForm=Fin 21 aux 21:aux _ 21 email email VERB VB VerbForm=Inf 7 conj 7:conj:or _ -22 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 21 obj 21:obj SpaceAfter=No +22 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 21 iobj 21:iobj SpaceAfter=No 23 . . PUNCT . _ 7 punct 7:punct _ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0015 @@ -112855,11 +112904,11 @@ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 email email NOUN NN Number=Sing 7 compound 7:compound _ 7 addresses address NOUN NNS Number=Plur 4 conj 3:obj|4:conj:and _ -8 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No +8 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 9 or or CCONJ CC _ 11 cc 11:cc _ 10 postal postal ADJ JJ Degree=Pos 11 amod 11:amod _ 11 addresses address NOUN NNS Number=Plur 7 conj 7:conj:or SpaceAfter=No -12 ) ) PUNCT -RRB- _ 7 punct 7:punct _ +12 ) ) PUNCT -RRB- _ 11 punct 11:punct _ 13 of of ADP IN _ 14 case 14:case _ 14 signers signer NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 15 to to ADP IN _ 16 case 16:case _ @@ -112867,7 +112916,7 @@ 17 in in ADP IN _ 18 case 18:case _ 18 time time NOUN NN Number=Sing 3 obl 3:obl:in _ 19 for for ADP IN _ 23 case 23:case _ -20 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +20 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 21 “ " PUNCT `` _ 23 punct 23:punct SpaceAfter=No 22 lobby lobby NOUN NN Number=Sing 23 compound 23:compound _ 23 day day NOUN NN Number=Sing 18 nmod 18:nmod:for SpaceAfter=No @@ -112876,15 +112925,15 @@ 26 Raleigh Raleigh PROPN NNP Number=Sing 23 nmod 23:nmod:in _ 27 on on ADP IN _ 28 case 28:case _ 28 March March PROPN NNP Number=Sing 23 nmod 23:nmod:on _ -29 15 15 NUM CD NumType=Card 28 nummod 28:nummod SpaceAfter=No +29 15 15 NUM CD NumForm=Digit|NumType=Card 28 nummod 28:nummod SpaceAfter=No 30 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0016 # text = Thank you for your consideration of this issue. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 for for ADP IN _ 5 case 5:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 consideration consideration NOUN NN Number=Sing 1 obl 1:obl:for _ 6 of of ADP IN _ 8 case 8:case _ 7 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ @@ -112898,7 +112947,7 @@ 3 Church Church PROPN NNP Number=Sing 8 compound 8:compound _ 4 of of ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 Holy Holy PROPN NNP Number=Sing 7 compound 7:compound _ +6 Holy Holy ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Spirit Spirit PROPN NNP Number=Sing 3 nmod 3:nmod:of _ 8 Vestry Vestry PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No 9 , , PUNCT , _ 8 punct 8:punct _ @@ -112907,7 +112956,7 @@ # text = Dudley Cate 828-296-8466 jodud...@aol.com 1 Dudley Dudley PROPN NNP Number=Sing 0 root 0:root _ 2 Cate Cate PROPN NNP Number=Sing 1 flat 1:flat _ -3 828-296-8466 828-296-8466 NUM CD NumType=Card 1 list 1:list _ +3 828-296-8466 828-296-8466 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ 4 jodud...@aol.com jodud...@aol.com X ADD _ 1 list 1:list _ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0019 @@ -112919,7 +112968,7 @@ # text = North Carolina Religious Coalition for Marriage Equality Declaration of Religious Leaders April 19, 2004 1 North North PROPN NNP Number=Sing 2 compound 2:compound _ 2 Carolina Carolina PROPN NNP Number=Sing 4 compound 4:compound _ -3 Religious Religious PROPN NNP Number=Sing 4 compound 4:compound _ +3 Religious Religious ADJ NNP Degree=Pos 4 amod 4:amod _ 4 Coalition Coalition PROPN NNP Number=Sing 8 compound 8:compound _ 5 for for ADP IN _ 7 case 7:case _ 6 Marriage Marriage PROPN NNP Number=Sing 7 compound 7:compound _ @@ -112929,18 +112978,18 @@ 10 Religious religious ADJ JJ Degree=Pos 11 amod 11:amod _ 11 Leaders leader NOUN NNS Number=Plur 8 nmod 8:nmod:of _ 12 April April PROPN NNP Number=Sing 8 nmod:tmod 8:nmod:tmod _ -13 19 19 NUM CD NumType=Card 12 nummod 12:nummod SpaceAfter=No -14 , , PUNCT , _ 12 punct 12:punct _ -15 2004 2004 NUM CD NumType=Card 12 nummod 12:nummod _ +13 19 19 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod SpaceAfter=No +14 , , PUNCT , _ 15 punct 15:punct _ +15 2004 2004 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0021 # text = The most fundamental human right, after the necessities of food, clothing and shelter, is the right to affection and the supportive love of other human beings. 1 The the DET DT Definite=Def|PronType=Art 5 det 5:det _ -2 most most ADV RBS _ 3 advmod 3:advmod _ +2 most most ADV RBS Degree=Sup 3 advmod 3:advmod _ 3 fundamental fundamental ADJ JJ Degree=Pos 5 amod 5:amod _ 4 human human ADJ JJ Degree=Pos 5 amod 5:amod _ 5 right right NOUN NN Number=Sing 19 nsubj 19:nsubj SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 9 punct 9:punct _ 7 after after ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 necessities necessity NOUN NNS Number=Plur 5 nmod 5:nmod:after _ @@ -112950,7 +112999,7 @@ 13 clothing clothing NOUN NN Number=Sing 11 conj 9:nmod:of|11:conj:and _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 shelter shelter NOUN NN Number=Sing 11 conj 9:nmod:of|11:conj:and SpaceAfter=No -16 , , PUNCT , _ 19 punct 19:punct _ +16 , , PUNCT , _ 5 punct 5:punct _ 17 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 right right NOUN NN Number=Sing 0 root 0:root _ @@ -112969,16 +113018,16 @@ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0022 # text = We become most fully human when we love another person. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|5:nsubj:xsubj _ -2 become become VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 most most ADV RBS _ 4 advmod 4:advmod _ +2 become become VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 most most ADV RBS Degree=Sup 4 advmod 4:advmod _ 4 fully fully ADV RB _ 2 advmod 2:advmod _ 5 human human ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ -6 when when SCONJ WRB PronType=Int 8 mark 8:mark _ +6 when when ADV WRB PronType=Int 8 advmod 8:advmod _ 7 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:when _ -9 another another DET DT _ 10 det 10:det _ +8 love love VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:when _ +9 another another DET DT PronType=Ind 10 det 10:det _ 10 person person NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No -11 . . PUNCT . _ 5 punct 5:punct _ +11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0023 # text = We can grow in our capacity to be human - to be loving - in a family unit. @@ -112986,16 +113035,16 @@ 2 can can AUX MD VerbForm=Fin 3 aux 3:aux _ 3 grow grow VERB VB VerbForm=Inf 0 root 0:root _ 4 in in ADP IN _ 6 case 6:case _ -5 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 capacity capacity NOUN NN Number=Sing 3 obl 3:obl:in _ 7 to to PART TO _ 9 mark 9:mark _ 8 be be AUX VB VerbForm=Inf 9 cop 9:cop _ 9 human human ADJ JJ Degree=Pos 6 acl 6:acl:to _ -10 - - PUNCT , _ 9 punct 9:punct _ +10 - - PUNCT , _ 13 punct 13:punct _ 11 to to PART TO _ 13 mark 13:mark _ 12 be be AUX VB VerbForm=Inf 13 cop 13:cop _ 13 loving loving ADJ JJ Degree=Pos 9 parataxis 9:parataxis _ -14 - - PUNCT , _ 3 punct 3:punct _ +14 - - PUNCT , _ 18 punct 18:punct _ 15 in in ADP IN _ 18 case 18:case _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 family family NOUN NN Number=Sing 18 compound 18:compound _ @@ -113016,19 +113065,19 @@ 10 so so ADV RB _ 11 advmod 11:advmod _ 11 fundamental fundamental ADJ JJ Degree=Pos 0 root 0:root _ 12 that that SCONJ IN _ 17 mark 17:mark _ -13 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ -14 United United PROPN NNP Number=Sing 15 compound 15:compound _ -15 States States PROPN NNP Number=Sing 16 compound 16:compound _ +13 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +14 United United ADJ NNP Degree=Pos 15 amod 15:amod _ +15 States State PROPN NNPS Number=Plur 16 compound 16:compound _ 16 Constitution Constitution PROPN NNP Number=Sing 17 nsubj 17:nsubj _ -17 takes take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 ccomp 11:ccomp _ +17 takes take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:that _ 18 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 obj 17:obj _ 19 for for ADP IN _ 20 mark 20:mark _ -20 granted grant VERB VBN Tense=Past|VerbForm=Part 17 advcl 17:advcl:for _ +20 granted grant VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 advcl 17:advcl:for _ 21 in in ADP IN _ 23 case 23:case _ -22 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 dedication dedication NOUN NN Number=Sing 17 obl 17:obl:in _ 24 to to PART TO _ 26 mark 26:mark _ -25 " " PUNCT `` _ 26 punct 26:punct SpaceAfter=No +25 " " PUNCT `` _ 24 punct 24:punct SpaceAfter=No 26 secure secure VERB VB VerbForm=Inf 23 acl 23:acl:to _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 blessings blessing NOUN NNS Number=Plur 26 obj 26:obj _ @@ -113037,7 +113086,7 @@ 31 to to ADP IN _ 32 case 32:case _ 32 ourselves ourselves PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs|Reflex=Yes 28 nmod 28:nmod:to _ 33 and and CCONJ CC _ 35 cc 35:cc _ -34 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ +34 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ 35 posterity posterity NOUN NN Number=Sing 32 conj 28:nmod:to|32:conj:and SpaceAfter=No 36 . . PUNCT . _ 11 punct 11:punct SpaceAfter=No 37 ” " PUNCT '' _ 11 punct 11:punct _ @@ -113053,7 +113102,7 @@ 7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 8 “ " PUNCT `` _ 10 punct 10:punct SpaceAfter=No 9 inalienable inalienable ADJ JJ Degree=Pos 10 amod 10:amod _ -10 rights rights NOUN NNS Number=Plur 6 obj 6:obj SpaceAfter=No +10 rights right NOUN NNS Number=Plur 6 obj 6:obj SpaceAfter=No 11 ” " PUNCT '' _ 10 punct 10:punct _ 12 of of ADP IN _ 14 case 14:case _ 13 human human ADJ JJ Degree=Pos 14 amod 14:amod _ @@ -113070,7 +113119,7 @@ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 fruits fruit NOUN NNS Number=Plur 22 nmod 22:nmod:of _ 26 of of ADP IN _ 29 case 29:case _ -27 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +27 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ 28 own own ADJ JJ Degree=Pos 29 amod 29:amod _ 29 labor labor NOUN NN Number=Sing 25 nmod 25:nmod:of SpaceAfter=No 30 , , PUNCT , _ 33 punct 33:punct _ @@ -113079,16 +113128,16 @@ 33 pursuit pursuit NOUN NN Number=Sing 17 conj 10:nmod:to|17:conj:and _ 34 of of ADP IN _ 35 case 35:case _ 35 happiness happiness NOUN NN Number=Sing 33 nmod 33:nmod:of SpaceAfter=No -36 . . PUNCT . _ 6 punct 6:punct SpaceAfter=No -37 " " PUNCT '' _ 6 punct 6:punct _ +36 . . PUNCT . _ 17 punct 17:punct SpaceAfter=No +37 " " PUNCT '' _ 17 punct 17:punct _ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0026 # text = Throughout history, tyrants have known that by denying the right of oppressed peoples to form and nurture families, they can kill the spirit of those peoples. 1 Throughout throughout ADP IN _ 2 case 2:case _ 2 history history NOUN NN Number=Sing 6 obl 6:obl:throughout SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 tyrants tyrant NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -5 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 known know VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 7 that that SCONJ IN _ 23 mark 23:mark _ 8 by by SCONJ IN _ 9 mark 9:mark _ @@ -113096,14 +113145,14 @@ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 right right NOUN NN Number=Sing 9 obj 9:obj _ 12 of of ADP IN _ 14 case 14:case _ -13 oppressed oppress VERB VBN Tense=Past|VerbForm=Part 14 amod 14:amod _ +13 oppressed oppress VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 amod 14:amod _ 14 peoples people NOUN NNS Number=Plur 11 nmod 11:nmod:of _ 15 to to PART TO _ 16 mark 16:mark _ 16 form form VERB VB VerbForm=Inf 11 acl 11:acl:to _ 17 and and CCONJ CC _ 18 cc 18:cc _ 18 nurture nurture VERB VB VerbForm=Inf 16 conj 11:acl:to|16:conj:and _ 19 families family NOUN NNS Number=Plur 16 obj 16:obj|18:obj SpaceAfter=No -20 , , PUNCT , _ 23 punct 23:punct _ +20 , , PUNCT , _ 9 punct 9:punct _ 21 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 23 nsubj 23:nsubj _ 22 can can AUX MD VerbForm=Fin 23 aux 23:aux _ 23 kill kill VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ @@ -113116,7 +113165,7 @@ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0027 # text = >From the shameful history of slavery in America, the injustice of forbidding people to marry is evident as a denial of a basic human right. -1 > > SYM NFP _ 19 punct 19:punct SpaceAfter=No +1 > > PUNCT NFP _ 19 punct 19:punct SpaceAfter=No 2 From from ADP IN _ 5 case 5:case _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 shameful shameful ADJ JJ Degree=Pos 5 amod 5:amod _ @@ -113125,7 +113174,7 @@ 7 slavery slavery NOUN NN Number=Sing 5 nmod 5:nmod:of _ 8 in in ADP IN _ 9 case 9:case _ 9 America America PROPN NNP Number=Sing 7 nmod 7:nmod:in SpaceAfter=No -10 , , PUNCT , _ 19 punct 19:punct _ +10 , , PUNCT , _ 5 punct 5:punct _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 injustice injustice NOUN NN Number=Sing 19 nsubj 19:nsubj _ 13 of of SCONJ IN _ 14 mark 14:mark _ @@ -113148,17 +113197,17 @@ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0028 # text = The American laws forbidding interracial marriage, now struck down, were clearly discriminatory. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 American american ADJ JJ Degree=Pos 3 amod 3:amod _ +2 American American ADJ JJ Degree=Pos 3 amod 3:amod _ 3 laws law NOUN NNS Number=Plur 14 nsubj 14:nsubj _ 4 forbidding forbid VERB VBG VerbForm=Ger 3 acl 3:acl _ 5 interracial interracial ADJ JJ Degree=Pos 6 amod 6:amod _ 6 marriage marriage NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ +7 , , PUNCT , _ 9 punct 9:punct _ 8 now now ADV RB _ 9 advmod 9:advmod _ -9 struck strike VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ +9 struck strike VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ 10 down down ADP RP _ 9 compound:prt 9:compound:prt SpaceAfter=No -11 , , PUNCT , _ 14 punct 14:punct _ -12 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 cop 14:cop _ +11 , , PUNCT , _ 3 punct 3:punct _ +12 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ 13 clearly clearly ADV RB _ 14 advmod 14:advmod _ 14 discriminatory discriminatory ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 15 . . PUNCT . _ 14 punct 14:punct _ @@ -113177,7 +113226,7 @@ 10 would would AUX MD VerbForm=Fin 12 aux 12:aux _ 11 freely freely ADV RB _ 12 advmod 12:advmod _ 12 accept accept VERB VB VerbForm=Inf 8 acl:relcl 8:acl:relcl _ -13 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 responsibilities responsibility NOUN NNS Number=Plur 12 obj 12:obj _ 15 creates create VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 16 legal legal ADJ JJ Degree=Pos 19 amod 19:amod _ @@ -113192,8 +113241,8 @@ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0030 # text = We feel called to protest and oppose this injustice. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|3:nsubj:xsubj _ -2 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 called call VERB VBN Tense=Past|VerbForm=Part 2 xcomp 2:xcomp _ +2 feel feel VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 xcomp 2:xcomp _ 4 to to PART TO _ 5 mark 5:mark _ 5 protest protest VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ 6 and and CCONJ CC _ 7 cc 7:cc _ @@ -113212,18 +113261,18 @@ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 lay lay ADJ JJ Degree=Pos 8 amod 8:amod _ 8 leaders leader NOUN NNS Number=Plur 3 conj 3:conj:and|12:obl:as SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ +9 , , PUNCT , _ 3 punct 3:punct _ 10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj:pass 12:nsubj:pass|16:nsubj:xsubj _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux:pass 12:aux:pass _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 12 aux:pass 12:aux:pass _ 12 mandated mandate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 13 by by ADP IN _ 14 case 14:case _ -14 faith faith NOUN NN Number=Sing 12 obl 12:obl:by _ +14 faith faith NOUN NN Number=Sing 12 obl:agent 12:obl:agent _ 15 to to PART TO _ 16 mark 16:mark _ 16 stand stand VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 17 for for ADP IN _ 18 case 18:case _ 18 justice justice NOUN NN Number=Sing 16 obl 16:obl:for _ 19 in in ADP IN _ 23 case 23:case _ -20 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +20 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 21 common common ADJ JJ Degree=Pos 23 amod 23:amod _ 22 civic civic ADJ JJ Degree=Pos 23 amod 23:amod _ 23 life life NOUN NN Number=Sing 16 obl 16:obl:in SpaceAfter=No @@ -113232,7 +113281,7 @@ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0032 # text = We oppose the use of sacred texts and religious traditions to deny legal equity to same-gender couples. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 oppose oppose VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 oppose oppose VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 use use NOUN NN Number=Sing 2 obj 2:obj _ 5 of of ADP IN _ 7 case 7:case _ @@ -113247,7 +113296,7 @@ 14 equity equity NOUN NN Number=Sing 12 obj 12:obj _ 15 to to ADP IN _ 19 case 19:case _ 16 same same ADJ JJ Degree=Pos 18 amod 18:amod SpaceAfter=No -17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No 18 gender gender NOUN NN Number=Sing 19 compound 19:compound _ 19 couples couple NOUN NNS Number=Plur 12 obl 12:obl:to SpaceAfter=No 20 . . PUNCT . _ 2 punct 2:punct _ @@ -113258,7 +113307,7 @@ 2 concerned concerned ADJ JJ Degree=Pos 3 amod 3:amod _ 3 citizens citizen NOUN NNS Number=Plur 5 obl 5:obl:as _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 affirm affirm VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 affirm affirm VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 liberty liberty NOUN NN Number=Sing 5 obj 5:obj _ 8 of of ADP IN _ 9 case 9:case _ @@ -113276,15 +113325,15 @@ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0034 # text = We insist that no one, especially the state, is allowed to coerce people into marriage or bar two consenting adults, whether of the same or differing genders, from forming the family unit that lets them be more fully loving, thus more fully human. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 insist insist VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 insist insist VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 12 mark 12:mark _ -4 no no DET DT _ 5 det 5:det _ -5 one one NOUN NN Number=Sing 12 nsubj:pass 12:nsubj:pass|14:nsubj:xsubj|19:nsubj:xsubj SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +4 no no DET DT PronType=Neg 5 det 5:det _ +5 one one PRON NN Number=Sing|PronType=Neg 12 nsubj:pass 12:nsubj:pass|14:nsubj:xsubj|19:nsubj:xsubj SpaceAfter=No +6 , , PUNCT , _ 9 punct 9:punct _ 7 especially especially ADV RB _ 9 advmod 9:advmod _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 state state NOUN NN Number=Sing 5 appos 5:appos SpaceAfter=No -10 , , PUNCT , _ 12 punct 12:punct _ +10 , , PUNCT , _ 5 punct 5:punct _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 aux:pass 12:aux:pass _ 12 allowed allow VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 ccomp 2:ccomp _ 13 to to PART TO _ 14 mark 14:mark _ @@ -113294,10 +113343,10 @@ 17 marriage marriage NOUN NN Number=Sing 14 obl 14:obl:into _ 18 or or CCONJ CC _ 19 cc 19:cc _ 19 bar bar VERB VB VerbForm=Inf 14 conj 12:xcomp|14:conj:or _ -20 two two NUM CD NumType=Card 22 nummod 22:nummod _ +20 two two NUM CD NumForm=Word|NumType=Card 22 nummod 22:nummod _ 21 consenting consent VERB VBG VerbForm=Ger 22 amod 22:amod _ 22 adults adult NOUN NNS Number=Plur 19 obj 19:obj SpaceAfter=No -23 , , PUNCT , _ 30 punct 30:punct _ +23 , , PUNCT , _ 27 punct 27:punct _ 24 whether whether SCONJ IN _ 27 mark 27:mark _ 25 of of ADP IN _ 27 case 27:case _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ @@ -113305,7 +113354,7 @@ 28 or or CCONJ CC _ 29 cc 29:cc _ 29 differing differ VERB VBG VerbForm=Ger 30 amod 30:amod _ 30 genders gender NOUN NNS Number=Plur 27 conj 22:acl:of|27:conj:or SpaceAfter=No -31 , , PUNCT , _ 19 punct 19:punct _ +31 , , PUNCT , _ 27 punct 27:punct _ 32 from from SCONJ IN _ 33 mark 33:mark _ 33 forming form VERB VBG VerbForm=Ger 19 advcl 19:advcl:from _ 34 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ @@ -113315,12 +113364,12 @@ 38 lets let VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 36 acl:relcl 36:acl:relcl _ 39 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 38 obj 38:obj|43:nsubj:xsubj|48:nsubj:xsubj _ 40 be be AUX VB VerbForm=Inf 43 cop 43:cop _ -41 more more ADV RBR _ 42 advmod 42:advmod _ +41 more more ADV RBR Degree=Cmp 42 advmod 42:advmod _ 42 fully fully ADV RB _ 43 advmod 43:advmod _ 43 loving loving ADJ JJ Degree=Pos 38 xcomp 38:xcomp SpaceAfter=No 44 , , PUNCT , _ 48 punct 48:punct _ 45 thus thus ADV RB _ 48 advmod 48:advmod _ -46 more more ADV RBR _ 47 advmod 47:advmod _ +46 more more ADV RBR Degree=Cmp 47 advmod 47:advmod _ 47 fully fully ADV RB _ 48 advmod 48:advmod _ 48 human human ADJ JJ Degree=Pos 43 conj 38:xcomp|43:conj SpaceAfter=No 49 . . PUNCT . _ 2 punct 2:punct _ @@ -113328,18 +113377,18 @@ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0035 # text = We respect the fact that debate and discussion continue in many of our religious communities as to the scriptural, theological and liturgical issues involved. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 respect respect VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 respect respect VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 fact fact NOUN NN Number=Sing 2 obj 2:obj _ 5 that that SCONJ IN _ 9 mark 9:mark _ 6 debate debate NOUN NN Number=Sing 9 nsubj 9:nsubj _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 discussion discussion NOUN NN Number=Sing 6 conj 6:conj:and|9:nsubj _ -9 continue continue VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl 4:acl:that _ +9 continue continue VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 acl 4:acl:that _ 10 in in ADP IN _ 11 case 11:case _ 11 many many ADJ JJ Degree=Pos 9 obl 9:obl:in _ 12 of of ADP IN _ 15 case 15:case _ -13 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 14 religious religious ADJ JJ Degree=Pos 15 amod 15:amod _ 15 communities community NOUN NNS Number=Plur 11 nmod 11:nmod:of _ 16 as as ADP IN _ 24 case 24:case _ @@ -113351,17 +113400,17 @@ 22 and and CCONJ CC _ 23 cc 23:cc _ 23 liturgical liturgical ADJ JJ Degree=Pos 19 conj 19:conj:and|24:amod _ 24 issues issue NOUN NNS Number=Plur 9 obl 9:obl:as_to _ -25 involved involve VERB VBN Tense=Past|VerbForm=Part 24 acl 24:acl SpaceAfter=No +25 involved involve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 24 acl 24:acl SpaceAfter=No 26 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0036 # text = However, we draw on our many faith traditions to arrive at a common conviction. 1 However however ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 draw draw VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 draw draw VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 on on ADP IN _ 9 case 9:case _ -6 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +6 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 7 many many ADJ JJ Degree=Pos 9 amod 9:amod _ 8 faith faith NOUN NN Number=Sing 9 compound 9:compound _ 9 traditions tradition NOUN NNS Number=Plur 4 obl 4:obl:on _ @@ -113376,7 +113425,7 @@ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0037 # text = We are resolved that the State should not interfere with same-gender couples who choose to marry and share fully and equally in the rights, responsibilities, and commitments of civil marriage. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj:pass 3:nsubj:pass _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ 3 resolved resolve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 that that SCONJ IN _ 9 mark 9:mark _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -113386,11 +113435,11 @@ 9 interfere interfere VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ 10 with with ADP IN _ 14 case 14:case _ 11 same same ADJ JJ Degree=Pos 13 amod 13:amod SpaceAfter=No -12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 gender gender NOUN NN Number=Sing 14 compound 14:compound _ 14 couples couple NOUN NNS Number=Plur 9 obl 9:obl:with|16:nsubj|18:nsubj:xsubj|20:nsubj:xsubj _ 15 who who PRON WP PronType=Rel 16 nsubj 14:ref _ -16 choose choose VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ +16 choose choose VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ 17 to to PART TO _ 18 mark 18:mark _ 18 marry marry VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 19 and and CCONJ CC _ 20 cc 20:cc _ @@ -113400,7 +113449,7 @@ 23 equally equally ADV RB _ 21 conj 20:advmod|21:conj:and _ 24 in in ADP IN _ 26 case 26:case _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -26 rights rights NOUN NNS Number=Plur 20 obl 20:obl:in SpaceAfter=No +26 rights right NOUN NNS Number=Plur 20 obl 20:obl:in SpaceAfter=No 27 , , PUNCT , _ 28 punct 28:punct _ 28 responsibilities responsibility NOUN NNS Number=Plur 26 conj 20:obl:in|26:conj:and SpaceAfter=No 29 , , PUNCT , _ 31 punct 31:punct _ @@ -113414,7 +113463,7 @@ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0038 # text = We affirm freedom of conscience in this matter. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 affirm affirm VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 affirm affirm VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 freedom freedom NOUN NN Number=Sing 2 obj 2:obj _ 4 of of ADP IN _ 5 case 5:case _ 5 conscience conscience NOUN NN Number=Sing 3 nmod 3:nmod:of _ @@ -113426,7 +113475,7 @@ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0039 # text = We recognize that the state may not require religious groups to officiate at, or bless, same-gender marriages. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 recognize recognize VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 recognize recognize VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 8 mark 8:mark _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 state state NOUN NN Number=Sing 8 nsubj 8:nsubj _ @@ -113441,9 +113490,9 @@ 14 , , PUNCT , _ 16 punct 16:punct _ 15 or or CCONJ CC _ 16 cc 16:cc _ 16 bless bless VERB VB VerbForm=Inf 12 conj 8:xcomp|12:conj:or SpaceAfter=No -17 , , PUNCT , _ 12 punct 12:punct _ +17 , , PUNCT , _ 16 punct 16:punct _ 18 same same ADJ JJ Degree=Pos 20 amod 20:amod SpaceAfter=No -19 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No +19 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No 20 gender gender NOUN NN Number=Sing 21 compound 21:compound _ 21 marriages marriage NOUN NNS Number=Plur 12 obl 12:obl:at SpaceAfter=No 22 . . PUNCT . _ 2 punct 2:punct _ @@ -113451,7 +113500,7 @@ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0040 # text = Likewise, a denial of state civil recognition dishonors the religious convictions of those communities and clergy who officiate at, and bless, same-gender marriages. 1 Likewise likewise ADV RB _ 9 advmod 9:advmod SpaceAfter=No -2 , , PUNCT , _ 9 punct 9:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 denial denial NOUN NN Number=Sing 9 nsubj 9:nsubj _ 5 of of ADP IN _ 8 case 8:case _ @@ -113468,14 +113517,14 @@ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 clergy clergy NOUN NNS Number=Plur 15 conj 12:nmod:of|15:conj:and|19:nsubj _ 18 who who PRON WP PronType=Rel 19 nsubj 15:ref _ -19 officiate officiate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ +19 officiate officiate VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ 20 at at ADP IN _ 19 obl 19:obl SpaceAfter=No 21 , , PUNCT , _ 23 punct 23:punct _ 22 and and CCONJ CC _ 23 cc 23:cc _ -23 bless bless VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 conj 15:acl:relcl|19:conj:and SpaceAfter=No +23 bless bless VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 conj 15:acl:relcl|19:conj:and SpaceAfter=No 24 , , PUNCT , _ 28 punct 28:punct _ 25 same same ADJ JJ Degree=Pos 27 amod 27:amod SpaceAfter=No -26 - - PUNCT HYPH _ 27 punct 27:punct SpaceAfter=No +26 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No 27 gender gender NOUN NN Number=Sing 28 compound 28:compound _ 28 marriages marriage NOUN NNS Number=Plur 19 conj 15:acl:relcl|19:conj:and SpaceAfter=No 29 . . PUNCT . _ 9 punct 9:punct _ @@ -113490,15 +113539,15 @@ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 convictions conviction NOUN NNS Number=Plur 5 obj 5:obj _ 8 of of ADP IN _ 11 case 11:case _ -9 one one NUM CD NumType=Card 11 nummod 11:nummod _ +9 one one NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 10 religious religious ADJ JJ Degree=Pos 11 amod 11:amod _ 11 group group NOUN NN Number=Sing 7 nmod 7:nmod:of _ 12 over over ADP IN _ 13 case 13:case _ -13 another another DET DT _ 5 obl 5:obl:over _ +13 another another DET DT PronType=Ind 5 obl 5:obl:over _ 14 by by SCONJ IN _ 15 mark 15:mark _ 15 denying deny VERB VBG VerbForm=Ger 5 advcl 5:advcl:by _ 16 individuals individual NOUN NNS Number=Plur 15 iobj 15:iobj _ -17 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +17 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 18 fundamental fundamental ADJ JJ Degree=Pos 19 amod 19:amod _ 19 right right NOUN NN Number=Sing 15 obj 15:obj _ 20 to to PART TO _ 21 mark 21:mark _ @@ -113507,11 +113556,11 @@ 23 to to PART TO _ 24 mark 24:mark _ 24 have have VERB VB VerbForm=Inf 21 conj 19:acl:to|21:conj:and _ 25 those that DET DT Number=Plur|PronType=Dem 26 det 26:det _ -26 marriages marriage NOUN NNS Number=Plur 27 nsubj 27:nsubj _ -27 recognized recognize VERB VBN Tense=Past|VerbForm=Part 24 ccomp 24:ccomp _ +26 marriages marriage NOUN NNS Number=Plur 24 obj 24:obj|27:nsubj:xsubj _ +27 recognized recognize VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 24 xcomp 24:xcomp _ 28 by by ADP IN _ 30 case 30:case _ 29 civil civil ADJ JJ Degree=Pos 30 amod 30:amod _ -30 law law NOUN NN Number=Sing 27 obl 27:obl:by SpaceAfter=No +30 law law NOUN NN Number=Sing 27 obl:agent 27:obl:agent SpaceAfter=No 31 . . PUNCT . _ 5 punct 5:punct _ # sent_id = newsgroup-groups.google.com_GayMarriage_0ccbb50b41a5830b_ENG_20050321_181500-0042 @@ -113519,9 +113568,9 @@ 1 As as ADP IN _ 3 case 3:case _ 2 faith faith NOUN NN Number=Sing 3 compound 3:compound _ 3 leaders leader NOUN NNS Number=Plur 6 obl 6:obl:as SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 commit commit VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 commit commit VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 ourselves ourselves PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs|Reflex=Yes 6 obj 6:obj _ 8 to to ADP IN _ 10 case 10:case _ 9 public public ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -113556,16 +113605,16 @@ 2 Dempsey Dempsey PROPN NNP Number=Sing 1 flat 1:flat _ 3 Gulf Gulf PROPN NNP Number=Sing 4 compound 4:compound _ 4 Breeze Breeze PROPN NNP Number=Sing 1 list 1:list SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 FL FL PROPN NNP Number=Sing 4 appos 4:appos _ -7 850-748-0740 850-748-0740 NUM CD NumType=Card 1 list 1:list _ +7 850-748-0740 850-748-0740 NUM CD NumForm=Digit|NumType=Card 1 list 1:list _ # newdoc id = newsgroup-groups.google.com_civicamerican_22c54c292026bfd2_ENG_20060128_072400 # sent_id = newsgroup-groups.google.com_civicamerican_22c54c292026bfd2_ENG_20060128_072400-0001 # newpar id = newsgroup-groups.google.com_civicamerican_22c54c292026bfd2_ENG_20060128_072400-p0001 # text = Email: Bill McGinnis 1 Email email NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 Bill Bill PROPN NNP Number=Sing 1 appos 1:appos _ 4 McGinnis McGinnis PROPN NNP Number=Sing 3 flat 3:flat _ 5 < < PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No @@ -113575,11 +113624,11 @@ # sent_id = newsgroup-groups.google.com_civicamerican_22c54c292026bfd2_ENG_20060128_072400-0002 # text = The One Reason Why All Americans Should Oppose The Nomination Of Samuel Alito 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 One one NUM CD NumType=Card 3 nummod 3:nummod _ -3 Reason reason NOUN NN Number=Sing 0 root 0:root _ -4 Why why SCONJ WRB PronType=Rel 8 mark 8:mark _ -5 All all DET DT _ 6 det 6:det _ -6 Americans Americans PROPN NNPS Number=Plur 8 nsubj 8:nsubj _ +2 One one NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ +3 Reason reason NOUN NN Number=Sing 0 root 0:root|8:obl _ +4 Why why ADV WRB PronType=Rel 8 advmod 3:ref _ +5 All all DET DT PronType=Tot 6 det 6:det _ +6 Americans American PROPN NNPS Number=Plur 8 nsubj 8:nsubj _ 7 Should should AUX MD VerbForm=Fin 8 aux 8:aux _ 8 Oppose oppose VERB VB VerbForm=Inf 3 acl:relcl 3:acl:relcl _ 9 The the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -113594,13 +113643,13 @@ 2 Would would AUX MD VerbForm=Fin 3 aux 3:aux _ 3 Tear tear VERB VB VerbForm=Inf 0 root 0:root _ 4 Down down ADP RP _ 3 compound:prt 3:compound:prt _ -5 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 System system NOUN NN Number=Sing 3 obj 3:obj _ 7 Of of ADP IN _ 8 case 8:case _ 8 Checks check NOUN NNS Number=Plur 6 nmod 6:nmod:of _ 9 And and CCONJ CC _ 10 cc 10:cc _ 10 Balances balance NOUN NNS Number=Plur 8 conj 6:nmod:of|8:conj:and SpaceAfter=No -11 , , PUNCT , _ 3 punct 3:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 Giving give VERB VBG VerbForm=Ger 3 advcl 3:advcl _ 13 Far far ADV RB Degree=Pos 15 advmod 15:advmod _ 14 Too too ADV RB _ 15 advmod 15:advmod _ @@ -113612,9 +113661,9 @@ # sent_id = newsgroup-groups.google.com_civicamerican_22c54c292026bfd2_ENG_20060128_072400-0004 # text = My Fellow Americans: -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 Fellow fellow ADJ JJ Degree=Pos 3 amod 3:amod _ -3 Americans Americans PROPN NNPS Number=Plur 0 root 0:root SpaceAfter=No +3 Americans American PROPN NNPS Number=Plur 0 root 0:root SpaceAfter=No 4 : : PUNCT : _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_civicamerican_22c54c292026bfd2_ENG_20060128_072400-0005 @@ -113627,18 +113676,18 @@ 5 may may AUX MD VerbForm=Fin 7 aux 7:aux _ 6 have have AUX VB VerbForm=Inf 7 aux 7:aux _ 7 heard hear VERB VBN Tense=Past|VerbForm=Part 12 advcl 12:advcl:as SpaceAfter=No -8 , , PUNCT , _ 12 punct 12:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 President President PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 10 Bush Bush PROPN NNP Number=Sing 9 flat 9:flat _ 11 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 nominated nominate VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 13 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 14 long long ADJ JJ Degree=Pos 16 amod 16:amod SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 time time NOUN NN Number=Sing 18 compound 18:compound _ 17 Federal federal ADJ JJ Degree=Pos 18 amod 18:amod _ 18 Judge judge NOUN NN Number=Sing 12 obj 12:obj _ -19 named name VERB VBN Tense=Past|VerbForm=Part 18 acl 18:acl _ +19 named name VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 acl 18:acl _ 20 Samuel Samuel PROPN NNP Number=Sing 19 xcomp 19:xcomp _ 21 Alito Alito PROPN NNP Number=Sing 20 flat 20:flat _ 22 to to PART TO _ 23 mark 23:mark _ @@ -113648,21 +113697,21 @@ 26 member member NOUN NN Number=Sing 23 xcomp 23:xcomp _ 27 of of ADP IN _ 32 case 32:case _ 28 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ -29 United United PROPN NNP Number=Sing 30 compound 30:compound _ -30 States States PROPN NNP Number=Sing 32 compound 32:compound _ -31 Supreme Supreme PROPN NNP Number=Sing 32 compound 32:compound _ +29 United United ADJ NNP Degree=Pos 30 amod 30:amod _ +30 States State PROPN NNPS Number=Plur 32 compound 32:compound _ +31 Supreme Supreme ADJ NNP Degree=Pos 32 amod 32:amod _ 32 Court Court PROPN NNP Number=Sing 26 nmod 26:nmod:of SpaceAfter=No -33 , , PUNCT , _ 26 punct 26:punct _ +33 , , PUNCT , _ 35 punct 35:punct _ 34 to to PART TO _ 35 mark 35:mark _ 35 fill fill VERB VB VerbForm=Inf 12 advcl 12:advcl:to _ 36 a a DET DT Definite=Ind|PronType=Art 37 det 37:det _ 37 vacancy vacancy NOUN NN Number=Sing 35 obj 35:obj _ -38 created create VERB VBN Tense=Past|VerbForm=Part 37 acl 37:acl _ +38 created create VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 37 acl 37:acl _ 39 by by ADP IN _ 41 case 41:case _ 40 the the DET DT Definite=Def|PronType=Art 41 det 41:det _ -41 retirement retirement NOUN NN Number=Sing 38 obl 38:obl:by _ +41 retirement retirement NOUN NN Number=Sing 38 obl:agent 38:obl:agent _ 42 of of ADP IN _ 44 case 44:case _ -43 another another DET DT _ 44 det 44:det _ +43 another another DET DT PronType=Ind 44 det 44:det _ 44 member member NOUN NN Number=Sing 41 nmod 41:nmod:of _ 45 of of ADP IN _ 47 case 47:case _ 46 the the DET DT Definite=Def|PronType=Art 47 det 47:det _ @@ -113672,9 +113721,9 @@ # sent_id = newsgroup-groups.google.com_civicamerican_22c54c292026bfd2_ENG_20060128_072400-0006 # text = Under our Constitution, this nomination cannot take effect unless and until the United States Senate gives its Consent, as described in our Constitution, Article II, Section 2. 1 Under under ADP IN _ 3 case 3:case _ -2 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 Constitution constitution NOUN NN Number=Sing 9 obl 9:obl:under SpaceAfter=No -4 , , PUNCT , _ 9 punct 9:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 nomination nomination NOUN NN Number=Sing 9 nsubj 9:nsubj _ 7-8 cannot _ _ _ _ _ _ _ _ @@ -113686,24 +113735,24 @@ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 until until SCONJ IN _ 11 conj 11:conj:and|18:mark _ 14 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -15 United United PROPN NNP Number=Sing 16 compound 16:compound _ -16 States States PROPN NNP Number=Sing 17 compound 17:compound _ +15 United United ADJ NNP Degree=Pos 16 amod 16:amod _ +16 States State PROPN NNPS Number=Plur 17 compound 17:compound _ 17 Senate Senate PROPN NNP Number=Sing 18 nsubj 18:nsubj _ 18 gives give VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:until _ -19 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 Consent consent NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No -21 , , PUNCT , _ 9 punct 9:punct _ +21 , , PUNCT , _ 23 punct 23:punct _ 22 as as SCONJ IN _ 23 mark 23:mark _ -23 described describe VERB VBN Tense=Past|VerbForm=Part 9 advcl 9:advcl:as _ +23 described describe VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 advcl 9:advcl:as _ 24 in in ADP IN _ 26 case 26:case _ -25 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 Constitution constitution NOUN NN Number=Sing 23 obl 23:obl:in SpaceAfter=No -27 , , PUNCT , _ 26 punct 26:punct _ +27 , , PUNCT , _ 28 punct 28:punct _ 28 Article article NOUN NN Number=Sing 26 appos 26:appos _ -29 II ii NUM CD NumType=Card 28 nummod 28:nummod SpaceAfter=No -30 , , PUNCT , _ 26 punct 26:punct _ +29 II II NUM CD NumForm=Roman|NumType=Card 28 nummod 28:nummod SpaceAfter=No +30 , , PUNCT , _ 31 punct 31:punct _ 31 Section section NOUN NN Number=Sing 26 appos 26:appos _ -32 2 2 NUM CD NumType=Card 31 nummod 31:nummod SpaceAfter=No +32 2 2 NUM CD NumForm=Digit|NumType=Card 31 nummod 31:nummod SpaceAfter=No 33 . . PUNCT . _ 9 punct 9:punct _ # sent_id = newsgroup-groups.google.com_civicamerican_22c54c292026bfd2_ENG_20060128_072400-0007 @@ -113713,7 +113762,7 @@ 3 of of ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 Constitution constitution NOUN NN Number=Sing 2 nmod 2:nmod:of SpaceAfter=No -6 , , PUNCT , _ 2 punct 2:punct _ +6 , , PUNCT , _ 8 punct 8:punct _ 7 with with ADP IN _ 8 case 8:case _ 8 links link NOUN NNS Number=Plur 2 nmod 2:nmod:with _ 9 back back ADV RB _ 13 advmod 13:advmod _ @@ -113721,7 +113770,7 @@ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 official official ADJ JJ Degree=Pos 13 amod 13:amod _ 13 source source NOUN NN Number=Sing 8 nmod 8:nmod:to SpaceAfter=No -14 , , PUNCT , _ 16 punct 16:punct _ +14 , , PUNCT , _ 2 punct 2:punct _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 aux:pass 16:aux:pass _ 16 located locate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 17 at at ADP IN _ 18 case 18:case _ @@ -113737,14 +113786,14 @@ 6 highly highly ADV RB _ 7 advmod 7:advmod _ 7 qualified qualified ADJ JJ Degree=Pos 0 root 0:root _ 8 by by ADP IN _ 9 case 9:case _ -9 all all DET DT _ 7 obl 7:obl:by _ +9 all all DET DT PronType=Tot 7 obl 7:obl:by _ 10 of of ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 normal normal ADJ JJ Degree=Pos 13 amod 13:amod _ 13 standards standard NOUN NNS Number=Plur 9 nmod 9:nmod:of _ -14 used use VERB VBN Tense=Past|VerbForm=Part 13 acl 13:acl _ +14 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 acl 13:acl _ 15 to to PART TO _ 16 mark 16:mark _ -16 evaluate evaluate VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ +16 evaluate evaluate VERB VB VerbForm=Inf 14 advcl 14:advcl:to _ 17 candidates candidate NOUN NNS Number=Plur 16 obj 16:obj _ 18 for for ADP IN _ 20 case 20:case _ 19 this this DET DT Number=Sing|PronType=Dem 20 det 20:det _ @@ -113764,13 +113813,13 @@ # sent_id = newsgroup-groups.google.com_civicamerican_22c54c292026bfd2_ENG_20060128_072400-0010 # text = He graduated very high in his class, from Princeton undergraduate and from Law School at Yale. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 graduated graduate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 graduated graduate VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 high high ADV RB Degree=Pos 2 advmod 2:advmod _ 5 in in ADP IN _ 7 case 7:case _ -6 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 class class NOUN NN Number=Sing 2 obl 2:obl:in SpaceAfter=No -8 , , PUNCT , _ 2 punct 2:punct _ +8 , , PUNCT , _ 11 punct 11:punct _ 9 from from ADP IN _ 11 case 11:case _ 10 Princeton Princeton PROPN NNP Number=Sing 11 compound 11:compound _ 11 undergraduate undergraduate NOUN NN Number=Sing 2 obl 2:obl:from _ @@ -113791,21 +113840,21 @@ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 distinguished distinguished ADJ JJ Degree=Pos 4 conj 4:conj:and|7:amod _ 7 record record NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 11 punct 11:punct _ 9 including include VERB VBG VerbForm=Ger 11 case 11:case _ 10 many many ADJ JJ Degree=Pos 11 amod 11:amod _ -11 years year NOUN NNS Number=Plur 7 nmod 7:nmod:include _ +11 years year NOUN NNS Number=Plur 7 nmod 7:nmod:including _ 12 as as ADP IN _ 16 case 16:case _ 13 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 14 Federal federal ADJ JJ Degree=Pos 16 amod 16:amod _ 15 Appeals appeal NOUN NNS Number=Plur 16 compound 16:compound _ 16 Judge judge NOUN NN Number=Sing 11 nmod 11:nmod:as SpaceAfter=No -17 , , PUNCT , _ 16 punct 16:punct _ +17 , , PUNCT , _ 20 punct 20:punct _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 19 next next ADJ JJ Degree=Pos 20 amod 20:amod _ 20 level level NOUN NN Number=Sing 16 appos 16:appos _ 21 below below ADP IN _ 23 case 23:case _ -22 Supreme Supreme PROPN NNP Number=Sing 23 compound 23:compound _ +22 Supreme Supreme ADJ NNP Degree=Pos 23 amod 23:amod _ 23 Court Court PROPN NNP Number=Sing 20 nmod 20:nmod:below SpaceAfter=No 24 . . PUNCT . _ 2 punct 2:punct _ @@ -113819,7 +113868,7 @@ 6 hundreds hundred NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 7 of of ADP IN _ 11 case 11:case _ 8 different different ADJ JJ Degree=Pos 11 amod 11:amod _ -9 Supreme Supreme PROPN NNP Number=Sing 10 compound 10:compound _ +9 Supreme Supreme ADJ NNP Degree=Pos 10 amod 10:amod _ 10 Court Court PROPN NNP Number=Sing 11 compound 11:compound _ 11 cases case NOUN NNS Number=Plur 6 nmod 6:nmod:of SpaceAfter=No 12 , , PUNCT , _ 16 punct 16:punct _ @@ -113841,23 +113890,23 @@ 5 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No 6 Judicial judicial ADJ JJ Degree=Pos 7 amod 7:amod _ 7 Temperament temperament NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -8 , , PUNCT , _ 2 punct 2:punct SpaceAfter=No -9 " " PUNCT '' _ 2 punct 2:punct _ +8 , , PUNCT , _ 7 punct 7:punct SpaceAfter=No +9 " " PUNCT '' _ 7 punct 7:punct _ 10 being be AUX VBG VerbForm=Ger 11 cop 11:cop _ 11 courteous courteous ADJ JJ Degree=Pos 2 advcl 2:advcl SpaceAfter=No 12 , , PUNCT , _ 15 punct 15:punct _ 13 mild mild ADJ JJ Degree=Pos 15 amod 15:amod SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 mannered mannered ADJ JJ Degree=Pos 11 conj 2:advcl|11:conj SpaceAfter=No 16 , , PUNCT , _ 17 punct 17:punct _ 17 respectful respectful ADJ JJ Degree=Pos 11 conj 2:advcl|11:conj _ 18 of of ADP IN _ 20 case 20:case _ -19 all all DET DT _ 20 det 20:det _ +19 all all DET DT PronType=Tot 20 det 20:det _ 20 people people NOUN NNS Number=Plur 17 obl 17:obl:of SpaceAfter=No -21 ; ; PUNCT , _ 11 punct 11:punct _ +21 ; ; PUNCT , _ 22 punct 22:punct _ 22 careful careful ADJ JJ Degree=Pos 11 conj 2:advcl|11:conj _ 23 in in ADP IN _ 25 case 25:case _ -24 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 work work NOUN NN Number=Sing 22 obl 22:obl:in SpaceAfter=No 26 , , PUNCT , _ 27 punct 27:punct _ 27 meticulous meticulous ADJ JJ Degree=Pos 11 conj 2:advcl|11:conj _ @@ -113867,24 +113916,24 @@ # sent_id = newsgroup-groups.google.com_civicamerican_22c54c292026bfd2_ENG_20060128_072400-0014 # text = His co-workers love him. -1 His he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 His his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 co-workers co-worker NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 love love VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj SpaceAfter=No 5 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_civicamerican_22c54c292026bfd2_ENG_20060128_072400-0015 # text = His fellow judges love him. -1 His he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 His his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 fellow fellow ADJ JJ Degree=Pos 3 amod 3:amod _ 3 judges judge NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 love love VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj SpaceAfter=No 6 . . PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_civicamerican_22c54c292026bfd2_ENG_20060128_072400-0016 # text = His family loves him. -1 His he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 His his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 family family NOUN NN Number=Sing 3 nsubj 3:nsubj _ 3 loves love VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj SpaceAfter=No @@ -113902,41 +113951,41 @@ # newpar id = newsgroup-groups.google.com_civicamerican_22c54c292026bfd2_ENG_20060128_072400-p0003 # text = Yes, it is true that some people don't like the way they think he will vote on the Supreme Court. 1 Yes yes INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 true true ADJ JJ Degree=Pos 0 root 0:root _ 6 that that SCONJ IN _ 11 mark 11:mark _ -7 some some DET DT _ 8 det 8:det _ +7 some some DET DT PronType=Ind 8 det 8:det _ 8 people people NOUN NNS Number=Plur 11 nsubj 11:nsubj _ 9-10 don't _ _ _ _ _ _ _ _ -9 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 n't not PART RB _ 11 advmod 11:advmod _ 11 like like VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 way way NOUN NN Number=Sing 11 obj 11:obj _ 14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -15 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +15 think think VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 16 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 17 will will AUX MD VerbForm=Fin 18 aux 18:aux _ 18 vote vote VERB VB VerbForm=Inf 15 ccomp 15:ccomp _ 19 on on ADP IN _ 22 case 22:case _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -21 Supreme Supreme PROPN NNP Number=Sing 22 compound 22:compound _ +21 Supreme Supreme ADJ NNP Degree=Pos 22 amod 22:amod _ 22 Court Court PROPN NNP Number=Sing 18 obl 18:obl:on SpaceAfter=No 23 . . PUNCT . _ 5 punct 5:punct _ # sent_id = newsgroup-groups.google.com_civicamerican_22c54c292026bfd2_ENG_20060128_072400-0019 # text = But other people do like the way they think he will vote, and the ones who favor him seem to outnumber the ones who oppose him. -1 But but CCONJ CC _ 20 cc 20:cc _ +1 But but CCONJ CC _ 5 cc 5:cc _ 2 other other ADJ JJ Degree=Pos 3 amod 3:amod _ 3 people people NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -4 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 like like VERB VB VerbForm=Inf 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 way way NOUN NN Number=Sing 5 obj 5:obj _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +9 think think VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 10 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 11 will will AUX MD VerbForm=Fin 12 aux 12:aux _ 12 vote vote VERB VB VerbForm=Inf 9 ccomp 9:ccomp SpaceAfter=No @@ -113945,15 +113994,15 @@ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 ones one NOUN NNS Number=Plur 20 nsubj 18:nsubj|20:nsubj|22:nsubj:xsubj _ 17 who who PRON WP PronType=Rel 18 nsubj 16:ref _ -18 favor favor VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ +18 favor favor VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ 19 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 18 obj 18:obj _ -20 seem seem VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +20 seem seem VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 21 to to PART TO _ 22 mark 22:mark _ 22 outnumber outnumber VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 ones one NOUN NNS Number=Plur 22 obj 22:obj|26:nsubj _ 25 who who PRON WP PronType=Rel 26 nsubj 24:ref _ -26 oppose oppose VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 acl:relcl 24:acl:relcl _ +26 oppose oppose VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 acl:relcl 24:acl:relcl _ 27 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 26 obj 26:obj SpaceAfter=No 28 . . PUNCT . _ 5 punct 5:punct _ @@ -113969,7 +114018,7 @@ 8 to to PART TO _ 9 mark 9:mark _ 9 vote vote VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 soon soon ADV RB Degree=Pos 9 advmod 9:advmod SpaceAfter=No -11 , , PUNCT , _ 9 punct 9:punct _ +11 , , PUNCT , _ 15 punct 15:punct _ 12 on on SCONJ IN _ 15 mark 15:mark _ 13 whether whether SCONJ IN _ 15 mark 15:mark _ 14 to to PART TO _ 15 mark 15:mark _ @@ -113977,7 +114026,7 @@ 16 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 obj 15:obj _ 17 or or CCONJ CC _ 18 cc 18:cc _ 18 not not PART RB _ 15 conj 9:advcl:to|15:conj:or SpaceAfter=No -19 ; ; PUNCT , _ 7 punct 7:punct _ +19 ; ; PUNCT , _ 33 punct 33:punct _ 20 and and CCONJ CC _ 33 cc 33:cc _ 21 at at ADP IN _ 23 case 23:case _ 22 this this DET DT Number=Sing|PronType=Dem 23 det 23:det _ @@ -113985,10 +114034,10 @@ 24 ( ( PUNCT -LRB- _ 25 punct 25:punct SpaceAfter=No 25 evening evening NOUN NN Number=Sing 23 appos 23:appos _ 26 of of ADP IN _ 27 case 27:case _ -27 Jan. Jan. PROPN NNP Number=Sing 25 nmod 25:nmod:of _ -28 27 27 NUM CD NumType=Card 27 nummod 27:nummod SpaceAfter=No -29 , , PUNCT , _ 27 punct 27:punct _ -30 2006 2006 NUM CD NumType=Card 27 nummod 27:nummod SpaceAfter=No +27 Jan. January PROPN NNP Abbr=Yes|Number=Sing 25 nmod 25:nmod:of _ +28 27 27 NUM CD NumForm=Digit|NumType=Card 27 nummod 27:nummod SpaceAfter=No +29 , , PUNCT , _ 30 punct 30:punct _ +30 2006 2006 NUM CD NumForm=Digit|NumType=Card 27 nummod 27:nummod SpaceAfter=No 31 ) ) PUNCT -RRB- _ 25 punct 25:punct _ 32 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 33 nsubj 33:nsubj _ 33 looks look VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 conj 6:xcomp|7:conj:and _ @@ -113998,11 +114047,11 @@ 37 more more ADJ JJR Degree=Cmp 36 obj 36:obj _ 38 than than ADP IN _ 43 case 43:case _ 39 the the DET DT Definite=Def|PronType=Art 43 det 43:det _ -40 fifty fifty NUM CD NumType=Card 42 compound 42:compound SpaceAfter=No -41 - - PUNCT HYPH _ 42 punct 42:punct SpaceAfter=No -42 one one NUM CD NumType=Card 43 nummod 43:nummod _ +40 fifty fifty NUM CD NumForm=Word|NumType=Card 42 compound 42:compound SpaceAfter=No +41 - - PUNCT HYPH _ 40 punct 40:punct SpaceAfter=No +42 one one NUM CD NumForm=Word|NumType=Card 43 nummod 43:nummod _ 43 votes vote NOUN NNS Number=Plur 37 obl 37:obl:than _ -44 needed need VERB VBN Tense=Past|VerbForm=Part 43 acl 43:acl _ +44 needed need VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 43 acl 43:acl _ 45 for for ADP IN _ 46 case 46:case _ 46 approval approval NOUN NN Number=Sing 44 obl 44:obl:for SpaceAfter=No 47 . . PUNCT . _ 7 punct 7:punct _ @@ -114022,7 +114071,7 @@ 11 get get VERB VB VerbForm=Inf 7 conj 5:xcomp|7:conj:and _ 12 this this DET DT Number=Sing|PronType=Dem 13 det 13:det _ 13 vote vote NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No -14 , , PUNCT , _ 5 punct 5:punct _ +14 , , PUNCT , _ 19 punct 19:punct _ 15 because because SCONJ IN _ 19 mark 19:mark _ 16 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj|21:nsubj:xsubj _ 17 very very ADV RB _ 18 advmod 18:advmod _ @@ -114034,7 +114083,7 @@ 23 Alito Alito PROPN NNP Number=Sing 22 flat 22:flat _ 24 on on ADP IN _ 27 case 27:case _ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ -26 Supreme Supreme PROPN NNP Number=Sing 27 compound 27:compound _ +26 Supreme Supreme ADJ NNP Degree=Pos 27 amod 27:amod _ 27 Court Court PROPN NNP Number=Sing 21 obl 21:obl:on SpaceAfter=No 28 , , PUNCT , _ 31 punct 31:punct _ 29 to to PART TO _ 31 mark 31:mark _ @@ -114057,7 +114106,7 @@ 5 lot lot NOUN NN Number=Sing 3 nsubj 3:nsubj _ 6 of of ADP IN _ 10 case 10:case _ 7 hurry hurry VERB VB VerbForm=Inf 10 compound 10:compound SpaceAfter=No -8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 9 up up ADP RP _ 7 compound:prt 7:compound:prt _ 10 pressure pressure NOUN NN Number=Sing 5 nmod 5:nmod:of _ 11 on on ADP IN _ 13 case 13:case _ @@ -114065,7 +114114,7 @@ 13 Senate Senate PROPN NNP Number=Sing 10 nmod 10:nmod:on _ 14 to to PART TO _ 15 mark 15:mark _ 15 give give VERB VB VerbForm=Inf 10 acl 10:acl:to _ -16 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +16 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 17 prompt prompt ADJ JJ Degree=Pos 18 amod 18:amod _ 18 vote vote NOUN NN Number=Sing 15 obj 15:obj _ 19 of of ADP IN _ 20 case 20:case _ @@ -114084,17 +114133,17 @@ 8 in in ADP IN _ 10 case 10:case _ 9 this this DET DT Number=Sing|PronType=Dem 10 det 10:det _ 10 situation situation NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No -11 : : PUNCT : _ 2 punct 2:punct _ -12 " " PUNCT `` _ 2 punct 2:punct SpaceAfter=No -13 Act act VERB VB VerbForm=Inf 2 appos 2:appos _ +11 : : PUNCT : _ 13 punct 13:punct _ +12 " " PUNCT `` _ 13 punct 13:punct SpaceAfter=No +13 Act act VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ 14 in in ADP IN _ 15 case 15:case _ 15 haste haste NOUN NN Number=Sing 13 obl 13:obl:in SpaceAfter=No -16 , , PUNCT , _ 13 punct 13:punct _ +16 , , PUNCT , _ 17 punct 17:punct _ 17 repent repent VERB VB VerbForm=Inf 13 parataxis 13:parataxis _ 18 at at ADP IN _ 19 case 19:case _ 19 leisure leisure NOUN NN Number=Sing 17 obl 17:obl:at SpaceAfter=No -20 . . PUNCT . _ 2 punct 2:punct SpaceAfter=No -21 " " PUNCT '' _ 2 punct 2:punct _ +20 . . PUNCT . _ 13 punct 13:punct SpaceAfter=No +21 " " PUNCT '' _ 13 punct 13:punct _ # sent_id = newsgroup-groups.google.com_civicamerican_22c54c292026bfd2_ENG_20060128_072400-0024 # text = Sometimes you can make a bad decision very quickly, then regret it for many years to come. @@ -114107,7 +114156,7 @@ 7 decision decision NOUN NN Number=Sing 4 obj 4:obj _ 8 very very ADV RB _ 9 advmod 9:advmod _ 9 quickly quickly ADV RB _ 4 advmod 4:advmod SpaceAfter=No -10 , , PUNCT , _ 4 punct 4:punct _ +10 , , PUNCT , _ 12 punct 12:punct _ 11 then then ADV RB PronType=Dem 12 advmod 12:advmod _ 12 regret regret VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ 13 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 obj 12:obj _ @@ -114122,7 +114171,7 @@ # text = That is what is about to happen with Judge Samuel Alito, in my opinion, because he has one tragic flaw - a very serious blind spot in his thinking - which makes him completely unacceptable for the position of Supreme Court Justice: He does not really agree with the system of "Checks and Balances" built into the Constitution, and he is ready to start tearing it down in order to follow the "Unitary Executive Theory," which calls for vastly-increased Presidential Power at the expense of Congress and the Supreme Court. 1 That that PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 what what PRON WP PronType=Int 0 root 0:root _ +3 what what PRON WP PronType=Rel 0 root 0:root|5:nsubj|7:nsubj:xsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 about about ADJ JJ Degree=Pos 3 acl:relcl 3:acl:relcl _ 6 to to PART TO _ 7 mark 7:mark _ @@ -114131,27 +114180,27 @@ 9 Judge judge NOUN NN Number=Sing 10 compound 10:compound _ 10 Samuel Samuel PROPN NNP Number=Sing 7 obl 7:obl:with _ 11 Alito Alito PROPN NNP Number=Sing 10 flat 10:flat SpaceAfter=No -12 , , PUNCT , _ 3 punct 3:punct _ +12 , , PUNCT , _ 15 punct 15:punct _ 13 in in ADP IN _ 15 case 15:case _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 opinion opinion NOUN NN Number=Sing 3 obl 3:obl:in SpaceAfter=No -16 , , PUNCT , _ 3 punct 3:punct _ +16 , , PUNCT , _ 19 punct 19:punct _ 17 because because SCONJ IN _ 19 mark 19:mark _ 18 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj _ 19 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:because _ -20 one one NUM CD NumType=Card 22 nummod 22:nummod _ +20 one one NUM CD NumForm=Word|NumType=Card 22 nummod 22:nummod _ 21 tragic tragic ADJ JJ Degree=Pos 22 amod 22:amod _ 22 flaw flaw NOUN NN Number=Sing 19 obj 19:obj|34:nsubj _ -23 - - PUNCT , _ 22 punct 22:punct _ +23 - - PUNCT , _ 28 punct 28:punct _ 24 a a DET DT Definite=Ind|PronType=Art 28 det 28:det _ 25 very very ADV RB _ 26 advmod 26:advmod _ 26 serious serious ADJ JJ Degree=Pos 28 amod 28:amod _ 27 blind blind ADJ JJ Degree=Pos 28 amod 28:amod _ 28 spot spot NOUN NN Number=Sing 22 appos 22:appos _ 29 in in ADP IN _ 31 case 31:case _ -30 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ +30 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ 31 thinking thinking NOUN NN Number=Sing 28 nmod 28:nmod:in _ -32 - - PUNCT , _ 22 punct 22:punct _ +32 - - PUNCT , _ 34 punct 34:punct _ 33 which which PRON WDT PronType=Rel 34 nsubj 22:ref _ 34 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 acl:relcl 22:acl:relcl _ 35 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 34 obj 34:obj|37:nsubj:xsubj _ @@ -114161,10 +114210,10 @@ 39 the the DET DT Definite=Def|PronType=Art 40 det 40:det _ 40 position position NOUN NN Number=Sing 37 obl 37:obl:for _ 41 of of ADP IN _ 44 case 44:case _ -42 Supreme Supreme PROPN NNP Number=Sing 43 compound 43:compound _ +42 Supreme Supreme ADJ NNP Degree=Pos 43 amod 43:amod _ 43 Court Court PROPN NNP Number=Sing 44 compound 44:compound _ 44 Justice justice NOUN NN Number=Sing 40 nmod 40:nmod:of SpaceAfter=No -45 : : PUNCT : _ 3 punct 3:punct _ +45 : : PUNCT : _ 50 punct 50:punct _ 46 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 50 nsubj 50:nsubj _ 47 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 50 aux 50:aux _ 48 not not PART RB _ 50 advmod 50:advmod _ @@ -114178,8 +114227,8 @@ 56 Checks check NOUN NNS Number=Plur 53 nmod 53:nmod:of _ 57 and and CCONJ CC _ 58 cc 58:cc _ 58 Balances balance NOUN NNS Number=Plur 56 conj 53:nmod:of|56:conj:and SpaceAfter=No -59 " " PUNCT '' _ 58 punct 58:punct _ -60 built build VERB VBN Tense=Past|VerbForm=Part 53 acl 53:acl _ +59 " " PUNCT '' _ 56 punct 56:punct _ +60 built build VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 53 acl 53:acl _ 61 into into ADP IN _ 63 case 63:case _ 62 the the DET DT Definite=Def|PronType=Art 63 det 63:det _ 63 Constitution constitution NOUN NN Number=Sing 60 obl 60:obl:into SpaceAfter=No @@ -114199,8 +114248,8 @@ 77 follow follow VERB VB VerbForm=Inf 71 advcl 71:advcl:to _ 78 the the DET DT Definite=Def|PronType=Art 82 det 82:det _ 79 " " PUNCT `` _ 82 punct 82:punct SpaceAfter=No -80 Unitary Unitary PROPN NNP Number=Sing 81 compound 81:compound _ -81 Executive Executive PROPN NNP Number=Sing 82 compound 82:compound _ +80 Unitary Unitary ADJ NNP Degree=Pos 81 amod 81:amod _ +81 Executive Executive ADJ NNP Degree=Pos 82 amod 82:amod _ 82 Theory Theory PROPN NNP Number=Sing 77 obj 77:obj|86:nsubj SpaceAfter=No 83 , , PUNCT , _ 82 punct 82:punct SpaceAfter=No 84 " " PUNCT '' _ 82 punct 82:punct _ @@ -114208,8 +114257,8 @@ 86 calls call VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 82 acl:relcl 82:acl:relcl _ 87 for for ADP IN _ 92 case 92:case _ 88 vastly vastly ADV RB _ 90 advmod 90:advmod SpaceAfter=No -89 - - PUNCT HYPH _ 90 punct 90:punct SpaceAfter=No -90 increased increase VERB VBN Tense=Past|VerbForm=Part 92 amod 92:amod _ +89 - - PUNCT HYPH _ 88 punct 88:punct SpaceAfter=No +90 increased increase VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 92 amod 92:amod _ 91 Presidential presidential ADJ JJ Degree=Pos 92 amod 92:amod _ 92 Power power NOUN NN Number=Sing 86 obl 86:obl:for _ 93 at at ADP IN _ 95 case 95:case _ @@ -114219,7 +114268,7 @@ 97 Congress Congress PROPN NNP Number=Sing 95 nmod 95:nmod:of _ 98 and and CCONJ CC _ 101 cc 101:cc _ 99 the the DET DT Definite=Def|PronType=Art 101 det 101:det _ -100 Supreme Supreme PROPN NNP Number=Sing 101 compound 101:compound _ +100 Supreme Supreme ADJ NNP Degree=Pos 101 amod 101:amod _ 101 Court Court PROPN NNP Number=Sing 97 conj 95:nmod:of|97:conj:and SpaceAfter=No 102 . . PUNCT . _ 3 punct 3:punct _ @@ -114231,9 +114280,9 @@ 4 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 5 tragic tragic ADJ JJ Degree=Pos 6 amod 6:amod _ 6 flaw flaw NOUN NN Number=Sing 0 root 0:root _ -7 . . PUNCT . _ 1 punct 1:punct _ -8 . . PUNCT . _ 1 punct 1:punct _ -9 . . PUNCT . _ 1 punct 1:punct _ +7 . . PUNCT . _ 6 punct 6:punct _ +8 . . PUNCT . _ 6 punct 6:punct _ +9 . . PUNCT . _ 6 punct 6:punct _ # sent_id = newsgroup-groups.google.com_civicamerican_22c54c292026bfd2_ENG_20060128_072400-0027 # newpar id = newsgroup-groups.google.com_civicamerican_22c54c292026bfd2_ENG_20060128_072400-p0004 @@ -114243,13 +114292,13 @@ 3 Would would AUX MD VerbForm=Fin 4 aux 4:aux _ 4 Tear tear VERB VB VerbForm=Inf 0 root 0:root _ 5 Down down ADP RP _ 4 compound:prt 4:compound:prt _ -6 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 System system NOUN NN Number=Sing 4 obj 4:obj _ 8 Of of ADP IN _ 9 case 9:case _ 9 Checks check NOUN NNS Number=Plur 7 nmod 7:nmod:of _ 10 And and CCONJ CC _ 11 cc 11:cc _ 11 Balances balance NOUN NNS Number=Plur 9 conj 7:nmod:of|9:conj:and SpaceAfter=No -12 , , PUNCT , _ 4 punct 4:punct _ +12 , , PUNCT , _ 13 punct 13:punct _ 13 Giving give VERB VBG VerbForm=Ger 4 advcl 4:advcl _ 14 Far far ADV RB Degree=Pos 16 advmod 16:advmod _ 15 Too too ADV RB _ 16 advmod 16:advmod _ @@ -114264,19 +114313,19 @@ # sent_id = newsgroup-groups.google.com_civicamerican_22c54c292026bfd2_ENG_20060128_072400-0028 # text = In our Constitutional system, we have three branches of the Federal Government: the Legislative, Executive, and Judicial branches. 1 In in ADP IN _ 4 case 4:case _ -2 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 3 Constitutional constitutional ADJ JJ Degree=Pos 4 amod 4:amod _ 4 system system NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -8 three three NUM CD NumType=Card 9 nummod 9:nummod _ +7 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 three three NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 9 branches branch NOUN NNS Number=Plur 7 obj 7:obj _ 10 of of ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 Federal Federal PROPN NNP Number=Sing 13 compound 13:compound _ +12 Federal Federal ADJ NNP Degree=Pos 13 amod 13:amod _ 13 Government Government PROPN NNP Number=Sing 9 nmod 9:nmod:of SpaceAfter=No -14 : : PUNCT : _ 9 punct 9:punct _ +14 : : PUNCT : _ 22 punct 22:punct _ 15 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 16 Legislative legislative ADJ JJ Degree=Pos 22 amod 22:amod SpaceAfter=No 17 , , PUNCT , _ 18 punct 18:punct _ @@ -114289,36 +114338,36 @@ # sent_id = newsgroup-groups.google.com_civicamerican_22c54c292026bfd2_ENG_20060128_072400-0029 # text = And the basic idea behind the Checks and Balances we have is that if one branch of the Government goes crazy, the other two can hold it down. -1 And and CCONJ CC _ 12 cc 12:cc _ +1 And and CCONJ CC _ 27 cc 27:cc _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 basic basic ADJ JJ Degree=Pos 4 amod 4:amod _ -4 idea idea NOUN NN Number=Sing 12 nsubj 12:nsubj _ +4 idea idea NOUN NN Number=Sing 27 nsubj:outer 27:nsubj:outer _ 5 behind behind ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 Checks check NOUN NNS Number=Plur 4 nmod 4:nmod:behind _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 Balances balance NOUN NNS Number=Plur 7 conj 4:nmod:behind|7:conj:and _ 10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ -12 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +11 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ 13 that that SCONJ IN _ 27 mark 27:mark _ 14 if if SCONJ IN _ 20 mark 20:mark _ -15 one one NUM CD NumType=Card 16 nummod 16:nummod _ +15 one one NUM CD NumForm=Word|NumType=Card 16 nummod 16:nummod _ 16 branch branch NOUN NN Number=Sing 20 nsubj 20:nsubj|21:nsubj:xsubj _ 17 of of ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 Government government NOUN NN Number=Sing 16 nmod 16:nmod:of _ 20 goes go VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 27 advcl 27:advcl:if _ 21 crazy crazy ADJ JJ Degree=Pos 20 xcomp 20:xcomp SpaceAfter=No -22 , , PUNCT , _ 27 punct 27:punct _ +22 , , PUNCT , _ 20 punct 20:punct _ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 24 other other ADJ JJ Degree=Pos 25 amod 25:amod _ -25 two two NUM CD NumType=Card 27 nsubj 27:nsubj _ +25 two two NUM CD NumForm=Word|NumType=Card 27 nsubj 27:nsubj _ 26 can can AUX MD VerbForm=Fin 27 aux 27:aux _ -27 hold hold VERB VB VerbForm=Inf 12 ccomp 12:ccomp _ +27 hold hold VERB VB VerbForm=Inf 0 root 0:root _ 28 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 27 obj 27:obj _ 29 down down ADV RB _ 27 advmod 27:advmod SpaceAfter=No -30 . . PUNCT . _ 12 punct 12:punct _ +30 . . PUNCT . _ 27 punct 27:punct _ # sent_id = newsgroup-groups.google.com_civicamerican_22c54c292026bfd2_ENG_20060128_072400-0030 # text = But Samuel Alito believes in a little-known Constitutional theory - called the "Unitary Executive Theory" - which says that the President should have complete control over the Executive Branch, and that the Executive Branch should be in charge of almost everything that the Government actually does, including the functions of the Independent Agencies which were designed to be free of Presidential control, and the Military, which exists, which is regulated, and which is funded by specific authority given by the Constitution to Congress, not to the President. @@ -114329,19 +114378,19 @@ 5 in in ADP IN _ 11 case 11:case _ 6 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 7 little little ADV RB Degree=Pos 9 compound 9:compound SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No -9 known know VERB VBN Tense=Past|VerbForm=Part 11 amod 11:amod _ +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +9 known know VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 amod 11:amod _ 10 Constitutional constitutional ADJ JJ Degree=Pos 11 amod 11:amod _ 11 theory theory NOUN NN Number=Sing 4 obl 4:obl:in|22:nsubj _ -12 - - PUNCT , _ 11 punct 11:punct _ -13 called call VERB VBN Tense=Past|VerbForm=Part 11 acl 11:acl _ +12 - - PUNCT , _ 13 punct 13:punct _ +13 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl 11:acl _ 14 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 15 " " PUNCT `` _ 18 punct 18:punct SpaceAfter=No -16 Unitary Unitary PROPN NNP Number=Sing 17 compound 17:compound _ -17 Executive Executive PROPN NNP Number=Sing 18 compound 18:compound _ +16 Unitary Unitary ADJ NNP Degree=Pos 17 amod 17:amod _ +17 Executive Executive ADJ NNP Degree=Pos 18 amod 18:amod _ 18 Theory Theory PROPN NNP Number=Sing 13 xcomp 13:xcomp SpaceAfter=No 19 " " PUNCT '' _ 18 punct 18:punct _ -20 - - PUNCT , _ 11 punct 11:punct _ +20 - - PUNCT , _ 22 punct 22:punct _ 21 which which PRON WDT PronType=Rel 22 nsubj 11:ref _ 22 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 23 that that SCONJ IN _ 27 mark 27:mark _ @@ -114367,22 +114416,22 @@ 43 charge charge NOUN NN Number=Sing 27 conj 22:ccomp|27:conj:and _ 44 of of ADP IN _ 46 case 46:case _ 45 almost almost ADV RB _ 46 advmod 46:advmod _ -46 everything everything PRON NN Number=Sing 43 nmod 43:nmod:of|51:obj _ +46 everything everything PRON NN Number=Sing|PronType=Tot 43 nmod 43:nmod:of|51:obj _ 47 that that PRON WDT PronType=Rel 51 obj 46:ref _ 48 the the DET DT Definite=Def|PronType=Art 49 det 49:det _ 49 Government government NOUN NN Number=Sing 51 nsubj 51:nsubj _ 50 actually actually ADV RB _ 51 advmod 51:advmod _ 51 does do VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 46 acl:relcl 46:acl:relcl SpaceAfter=No -52 , , PUNCT , _ 46 punct 46:punct _ +52 , , PUNCT , _ 55 punct 55:punct _ 53 including include VERB VBG VerbForm=Ger 55 case 55:case _ 54 the the DET DT Definite=Def|PronType=Art 55 det 55:det _ -55 functions function NOUN NNS Number=Plur 46 nmod 46:nmod:include _ +55 functions function NOUN NNS Number=Plur 46 nmod 46:nmod:including _ 56 of of ADP IN _ 59 case 59:case _ 57 the the DET DT Definite=Def|PronType=Art 59 det 59:det _ 58 Independent independent ADJ JJ Degree=Pos 59 amod 59:amod _ 59 Agencies agency NOUN NNS Number=Plur 55 nmod 55:nmod:of|62:nsubj:pass _ 60 which which PRON WDT PronType=Rel 62 nsubj:pass 59:ref _ -61 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 62 aux:pass 62:aux:pass _ +61 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 62 aux:pass 62:aux:pass _ 62 designed design VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 59 acl:relcl 59:acl:relcl _ 63 to to PART TO _ 65 mark 65:mark _ 64 be be AUX VB VerbForm=Inf 65 cop 65:cop _ @@ -114393,30 +114442,30 @@ 69 , , PUNCT , _ 72 punct 72:punct _ 70 and and CCONJ CC _ 72 cc 72:cc _ 71 the the DET DT Definite=Def|PronType=Art 72 det 72:det _ -72 Military military NOUN NN Number=Sing 59 conj 59:conj:and|75:nsubj SpaceAfter=No -73 , , PUNCT , _ 72 punct 72:punct _ +72 Military military NOUN NN Number=Sing 59 conj 59:conj:and|75:nsubj|79:nsubj:pass|84:nsubj:pass SpaceAfter=No +73 , , PUNCT , _ 75 punct 75:punct _ 74 which which PRON WDT PronType=Rel 75 nsubj 72:ref _ 75 exists exist VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 72 acl:relcl 72:acl:relcl SpaceAfter=No 76 , , PUNCT , _ 79 punct 79:punct _ -77 which which PRON WDT PronType=Int 79 nsubj:pass 79:nsubj:pass _ +77 which which PRON WDT PronType=Rel 79 nsubj:pass 72:ref _ 78 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 79 aux:pass 79:aux:pass _ 79 regulated regulate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 75 conj 72:acl:relcl|75:conj:and SpaceAfter=No 80 , , PUNCT , _ 84 punct 84:punct _ 81 and and CCONJ CC _ 84 cc 84:cc _ -82 which which PRON WDT PronType=Int 84 nsubj:pass 84:nsubj:pass _ +82 which which PRON WDT PronType=Rel 84 nsubj:pass 72:ref _ 83 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 84 aux:pass 84:aux:pass _ 84 funded fund VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 75 conj 72:acl:relcl|75:conj:and _ 85 by by ADP IN _ 87 case 87:case _ 86 specific specific ADJ JJ Degree=Pos 87 amod 87:amod _ 87 authority authority NOUN NN Number=Sing 75 obl 75:obl:by _ -88 given give VERB VBN Tense=Past|VerbForm=Part 87 acl 87:acl _ +88 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 87 acl 87:acl _ 89 by by ADP IN _ 91 case 91:case _ 90 the the DET DT Definite=Def|PronType=Art 91 det 91:det _ -91 Constitution constitution NOUN NN Number=Sing 88 obl 88:obl:by _ +91 Constitution constitution NOUN NN Number=Sing 88 obl:agent 88:obl:agent _ 92 to to ADP IN _ 93 case 93:case _ 93 Congress Congress PROPN NNP Number=Sing 88 obl 88:obl:to SpaceAfter=No -94 , , PUNCT , _ 93 punct 93:punct _ -95 not not ADV RB _ 98 advmod 98:advmod _ +94 , , PUNCT , _ 98 punct 98:punct _ +95 not not PART RB _ 98 advmod 98:advmod _ 96 to to ADP IN _ 98 case 98:case _ 97 the the DET DT Definite=Def|PronType=Art 98 det 98:det _ 98 President President PROPN NNP Number=Sing 93 nmod 93:nmod:to SpaceAfter=No @@ -114433,7 +114482,7 @@ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 Executive executive ADJ JJ Degree=Pos 9 amod 9:amod _ 9 Branch branch NOUN NN Number=Sing 5 nmod 5:nmod:of SpaceAfter=No -10 : : PUNCT : _ 5 punct 5:punct _ +10 : : PUNCT : _ 15 punct 15:punct _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ @@ -114460,7 +114509,7 @@ 14 of of ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 Military military NOUN NN Number=Sing 13 nmod 13:nmod:of SpaceAfter=No -17 , , PUNCT , _ 8 punct 8:punct _ +17 , , PUNCT , _ 18 punct 18:punct _ 18 merely merely ADV RB _ 8 conj 8:conj|18.1:advmod _ 18.1 mean mean VERB VB VerbForm=Inf _ _ 8:conj CopyOf=8 19 that that SCONJ IN _ 23 mark 23:mark _ @@ -114468,7 +114517,7 @@ 21 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 Administrator administrator NOUN NN Number=Sing 18 orphan 18.1:ccomp SpaceAfter=No -24 , , PUNCT , _ 23 punct 23:punct _ +24 , , PUNCT , _ 30 punct 30:punct _ 25 just just ADV RB _ 30 advmod 30:advmod _ 26 as as SCONJ IN _ 30 mark 30:mark _ 27 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 30 nsubj 30:nsubj _ @@ -114479,38 +114528,38 @@ 32 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ 33 Executive executive ADJ JJ Degree=Pos 34 amod 34:amod _ 34 Branch branch NOUN NN Number=Sing 30 nmod 30:nmod:of SpaceAfter=No -35 , , PUNCT , _ 30 punct 30:punct _ -36 charged charge VERB VBN Tense=Past|VerbForm=Part 30 acl 30:acl _ +35 , , PUNCT , _ 36 punct 36:punct _ +36 charged charge VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 30 acl 30:acl _ 37 with with SCONJ IN _ 39 mark 39:mark _ 38 " " PUNCT `` _ 39 punct 39:punct SpaceAfter=No 39 executing execute VERB VBG VerbForm=Ger 36 advcl 36:advcl:with _ 40 faithfully faithfully ADV RB _ 39 advmod 39:advmod SpaceAfter=No 41 " " PUNCT '' _ 39 punct 39:punct _ -42 all all DET PDT _ 44 det:predet 44:det:predet _ +42 all all DET PDT PronType=Tot 44 det:predet 44:det:predet _ 43 the the DET DT Definite=Def|PronType=Art 44 det 44:det _ 44 laws law NOUN NNS Number=Plur 39 obj 39:obj _ -45 passed pass VERB VBN Tense=Past|VerbForm=Part 44 acl 44:acl _ +45 passed pass VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 44 acl 44:acl _ 46 by by ADP IN _ 47 case 47:case _ -47 Congress Congress PROPN NNP Number=Sing 45 obl 45:obl:by _ +47 Congress Congress PROPN NNP Number=Sing 45 obl:agent 45:obl:agent _ 48 and and CCONJ CC _ 51 cc 51:cc _ -49 all all DET PDT _ 51 det:predet 51:det:predet _ +49 all all DET PDT PronType=Tot 51 det:predet 51:det:predet _ 50 the the DET DT Definite=Def|PronType=Art 51 det 51:det _ 51 Decisions decision NOUN NNS Number=Plur 44 conj 39:obj|44:conj:and _ -52 rendered render VERB VBN Tense=Past|VerbForm=Part 51 acl 51:acl _ +52 rendered render VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 51 acl 51:acl _ 53 by by ADP IN _ 56 case 56:case _ 54 the the DET DT Definite=Def|PronType=Art 56 det 56:det _ -55 Supreme Supreme PROPN NNP Number=Sing 56 compound 56:compound _ -56 Court Court PROPN NNP Number=Sing 52 obl 52:obl:by SpaceAfter=No +55 Supreme Supreme ADJ NNP Degree=Pos 56 amod 56:amod _ +56 Court Court PROPN NNP Number=Sing 52 obl:agent 52:obl:agent SpaceAfter=No 57 . . PUNCT . _ 8 punct 8:punct _ # sent_id = newsgroup-groups.google.com_civicamerican_22c54c292026bfd2_ENG_20060128_072400-0033 # text = Under the Unitary Executive Theory, the Laws of Congress and Decisions of the Supreme Court have no actual authority unless the President agrees with them. 1 Under under ADP IN _ 5 case 5:case _ 2 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -3 Unitary Unitary PROPN NNP Number=Sing 4 compound 4:compound _ -4 Executive Executive PROPN NNP Number=Sing 5 compound 5:compound _ +3 Unitary Unitary ADJ NNP Degree=Pos 4 amod 4:amod _ +4 Executive Executive ADJ NNP Degree=Pos 5 amod 5:amod _ 5 Theory Theory PROPN NNP Number=Sing 17 obl 17:obl:under SpaceAfter=No -6 , , PUNCT , _ 17 punct 17:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 Laws law NOUN NNS Number=Plur 17 nsubj 17:nsubj _ 9 of of ADP IN _ 10 case 10:case _ @@ -114519,10 +114568,10 @@ 12 Decisions decision NOUN NNS Number=Plur 8 conj 8:conj:and|17:nsubj _ 13 of of ADP IN _ 16 case 16:case _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -15 Supreme Supreme PROPN NNP Number=Sing 16 compound 16:compound _ +15 Supreme Supreme ADJ NNP Degree=Pos 16 amod 16:amod _ 16 Court Court PROPN NNP Number=Sing 12 nmod 12:nmod:of _ -17 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -18 no no DET DT _ 20 det 20:det _ +17 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +18 no no DET DT PronType=Neg 20 det 20:det _ 19 actual actual ADJ JJ Degree=Pos 20 amod 20:amod _ 20 authority authority NOUN NN Number=Sing 17 obj 17:obj _ 21 unless unless SCONJ IN _ 24 mark 24:mark _ @@ -114540,7 +114589,7 @@ 3 Congress Congress PROPN NNP Number=Sing 8 nsubj 8:nsubj|10:nsubj:xsubj _ 4 and and CCONJ CC _ 7 cc 7:cc _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 Supreme Supreme PROPN NNP Number=Sing 7 compound 7:compound _ +6 Supreme Supreme ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Court Court PROPN NNP Number=Sing 3 conj 3:conj:and|8:nsubj|10:nsubj:xsubj _ 8 become become VERB VB VerbForm=Inf 0 root 0:root _ 9 mere mere ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -114548,9 +114597,9 @@ 11 to to ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 President President PROPN NNP Number=Sing 10 nmod 10:nmod:to SpaceAfter=No -14 , , PUNCT , _ 10 punct 10:punct _ +14 , , PUNCT , _ 18 punct 18:punct _ 15 with with ADP IN _ 18 case 18:case _ -16 no no DET DT _ 18 det 18:det _ +16 no no DET DT PronType=Neg 18 det 18:det _ 17 real real ADJ JJ Degree=Pos 18 amod 18:amod _ 18 authority authority NOUN NN Number=Sing 10 nmod 10:nmod:with _ 19 over over ADP IN _ 20 case 20:case _ @@ -114565,27 +114614,27 @@ 4 becomes become VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 Dictator dictator NOUN NN Number=Sing 4 xcomp 4:xcomp SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 8 punct 8:punct _ 8 unrestrained unrestrained ADJ JJ Degree=Pos 6 amod 6:amod _ 9 by by ADP IN _ 10 case 10:case _ -10 anything anything PRON NN Number=Sing 8 obl 8:obl:by _ +10 anything anything PRON NN Number=Sing|PronType=Ind 8 obl 8:obl:by _ 11 in in ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 Constitution constitution NOUN NN Number=Sing 10 nmod 10:nmod:in SpaceAfter=No -14 , , PUNCT , _ 6 punct 6:punct _ -15 backed back VERB VBN Tense=Past|VerbForm=Part 6 advcl 6:advcl _ +14 , , PUNCT , _ 15 punct 15:punct _ +15 backed back VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 16 up up ADP RP _ 15 compound:prt 15:compound:prt _ 17 by by ADP IN _ 20 case 20:case _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 19 Armed armed ADJ JJ Degree=Pos 20 amod 20:amod _ -20 Forces force NOUN NNS Number=Plur 15 obl 15:obl:by|29:nsubj SpaceAfter=No -21 , , PUNCT , _ 20 punct 20:punct _ +20 Forces force NOUN NNS Number=Plur 15 obl:agent 15:obl:agent|29:nsubj SpaceAfter=No +21 , , PUNCT , _ 29 punct 29:punct _ 22 which which PRON WDT PronType=Rel 29 nsubj 20:ref _ 23 would would AUX MD VerbForm=Fin 29 aux 29:aux _ 24 be be AUX VB VerbForm=Inf 29 cop 29:cop _ 25 entirely entirely ADV RB _ 29 advmod 29:advmod _ 26 under under ADP IN _ 29 case 29:case _ -27 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +27 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ 28 personal personal ADJ JJ Degree=Pos 29 amod 29:amod _ 29 control control NOUN NN Number=Sing 20 acl:relcl 20:acl:relcl SpaceAfter=No 30 . . PUNCT . _ 6 punct 6:punct _ @@ -114595,11 +114644,11 @@ 1 And and CCONJ CC _ 25 cc 25:cc _ 2 thus thus ADV RB _ 21 advmod 21:advmod _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 United United PROPN NNP Number=Sing 5 compound 5:compound _ -5 States States PROPN NNP Number=Sing 21 nsubj 21:nsubj|25:nsubj:xsubj _ +4 United United ADJ NNP Degree=Pos 5 amod 5:amod _ +5 States State PROPN NNPS Number=Plur 21 nsubj 21:nsubj|25:nsubj:xsubj _ 6 of of ADP IN _ 7 case 7:case _ 7 America America PROPN NNP Number=Sing 5 nmod 5:nmod:of _ -8 - - PUNCT , _ 5 punct 5:punct _ +8 - - PUNCT , _ 10 punct 10:punct _ 9 The the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 Land land NOUN NN Number=Sing 5 appos 5:appos _ 11 Of of ADP IN _ 13 case 13:case _ @@ -114611,15 +114660,15 @@ 17 Of of ADP IN _ 19 case 19:case _ 18 The the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 Brave brave ADJ JJ Degree=Pos 16 nmod 16:nmod:of _ -20 - - PUNCT , _ 21 punct 21:punct _ +20 - - PUNCT , _ 5 punct 5:punct _ 21 becomes become VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 22 just just ADV RB _ 21 advmod 21:advmod _ -23 another another DET DT _ 25 det 25:det _ +23 another another DET DT PronType=Ind 25 det 25:det _ 24 Military military ADJ JJ Degree=Pos 25 amod 25:amod _ 25 Dictatorship dictatorship NOUN NN Number=Sing 21 xcomp 21:xcomp SpaceAfter=No -26 , , PUNCT , _ 25 punct 25:punct _ +26 , , PUNCT , _ 28 punct 28:punct _ 27 no no ADV RB _ 28 advmod 28:advmod _ -28 better better ADJ JJR Degree=Cmp 25 amod 25:amod _ +28 better good ADJ JJR Degree=Cmp 25 amod 25:amod _ 29 than than ADP IN _ 31 case 31:case _ 30 Nazi Nazi PROPN NNP Number=Sing 31 compound 31:compound _ 31 Germany Germany PROPN NNP Number=Sing 28 obl 28:obl:than _ @@ -114629,7 +114678,7 @@ 35 during during ADP IN _ 37 case 37:case _ 36 World World PROPN NNP Number=Sing 37 compound 37:compound _ 37 War War PROPN NNP Number=Sing 31 nmod 31:nmod:during _ -38 II ii NUM CD NumType=Card 37 nummod 37:nummod SpaceAfter=No +38 II II NUM CD NumForm=Roman|NumType=Card 37 nummod 37:nummod SpaceAfter=No 39 . . PUNCT . _ 25 punct 25:punct _ # sent_id = newsgroup-groups.google.com_civicamerican_22c54c292026bfd2_ENG_20060128_072400-0037 @@ -114637,16 +114686,16 @@ 1 AND and CCONJ CC _ 4 cc 4:cc _ 2 THAT that PRON DT Number=Sing|PronType=Dem 4 nsubj 4:nsubj _ 3 IS be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -4 WHY why ADV WRB PronType=Int 0 root 0:root _ -5 ALL all DET DT _ 6 det 6:det _ -6 AMERICANS AMERICANS PROPN NNPS Number=Plur 8 nsubj 8:nsubj _ +4 WHY why ADV WRB PronType=Rel 0 root 0:root|8:advmod _ +5 ALL all DET DT PronType=Tot 6 det 6:det _ +6 AMERICANS American PROPN NNPS Number=Plur 8 nsubj 8:nsubj _ 7 SHOULD should AUX MD VerbForm=Fin 8 aux 8:aux _ -8 OPPOSE oppose VERB VB VerbForm=Inf 4 acl:relcl 4:acl:relcl _ +8 OPPOSE oppose VERB VB VerbForm=Inf 4 advcl:relcl 4:advcl:relcl _ 9 THE the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 NOMINATION nomination NOUN NN Number=Sing 8 obj 8:obj _ 11 OF of ADP IN _ 12 case 12:case _ -12 SAMUEL SAMUEL PROPN NNP Number=Sing 10 nmod 10:nmod:of _ -13 ALITO ALITO PROPN NNP Number=Sing 12 flat 12:flat SpaceAfter=No +12 SAMUEL Samuel PROPN NNP Number=Sing 10 nmod 10:nmod:of _ +13 ALITO Alito PROPN NNP Number=Sing 12 flat 12:flat SpaceAfter=No 14 . . PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_civicamerican_22c54c292026bfd2_ENG_20060128_072400-0038 @@ -114656,7 +114705,7 @@ 3 and and CCONJ CC _ 5 cc 5:cc _ 4 further further ADJ JJ Degree=Pos 5 amod 5:amod _ 5 proof proof NOUN NN Number=Sing 2 conj 2:conj:and|8:obl:for SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 2 punct 2:punct _ 7 please please INTJ UH _ 8 discourse 8:discourse _ 8 see see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 9 these this DET DT Number=Plur|PronType=Dem 10 det 10:det _ @@ -114691,7 +114740,7 @@ 2 God God PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 3 help help VERB VB VerbForm=Inf 0 root 0:root _ 4 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 3 obj 3:obj _ -5 all all DET DT _ 4 det 4:det SpaceAfter=No +5 all all DET DT PronType=Tot 4 det 4:det SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_civicamerican_22c54c292026bfd2_ENG_20060128_072400-0043 @@ -114709,7 +114758,7 @@ 1 Rev. Rev. PROPN NNP Number=Sing 0 root 0:root _ 2 Bill Bill PROPN NNP Number=Sing 1 flat 1:flat _ 3 McGinnis McGinnis PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ 5 Director director NOUN NN Number=Sing 1 appos 1:appos _ 6 http://www.LoveAllPeople.org http://www.loveallpeople.org X ADD _ 1 list 1:list _ 7 and and CCONJ CC _ 8 cc 8:cc _ @@ -114721,7 +114770,7 @@ 2 of of ADP IN _ 4 case 4:case _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 message message NOUN NN Number=Sing 1 nmod 1:nmod:of _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ 6 located locate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 below below ADV RB _ 6 advmod 6:advmod SpaceAfter=No 8 . . PUNCT . _ 6 punct 6:punct _ @@ -114730,17 +114779,17 @@ # text = If you want to help, please send them to everyone you know who needs to read them. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:if _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:if _ 4 to to PART TO _ 5 mark 5:mark _ 5 help help VERB VB VerbForm=Inf 3 xcomp 3:xcomp SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 please please INTJ UH _ 8 discourse 8:discourse _ 8 send send VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 9 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 8 obj 8:obj _ 10 to to ADP IN _ 11 case 11:case _ -11 everyone everyone PRON NN Number=Sing 8 obl 8:obl:to|15:nsubj|17:nsubj:xsubj _ +11 everyone everyone PRON NN Number=Sing|PronType=Tot 8 obl 8:obl:to|15:nsubj|17:nsubj:xsubj _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ -13 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +13 know know VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 14 who who PRON WP PronType=Rel 15 nsubj 11:ref _ 15 needs need VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 16 to to PART TO _ 17 mark 17:mark _ @@ -114769,17 +114818,17 @@ 6 Bill Bill PROPN NNP Number=Sing 5 flat 5:flat _ 7 McGinnis McGinnis PROPN NNP Number=Sing 5 flat 5:flat SpaceAfter=No 8 ) ) PUNCT -RRB- _ 5 punct 5:punct _ -9 1908 1908 NUM CD NumType=Card 12 nummod 12:nummod _ +9 1908 1908 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 10 Mt Mt PROPN NNP Number=Sing 11 compound 11:compound _ 11 Vernon Vernon PROPN NNP Number=Sing 12 compound 12:compound _ 12 Ave Ave PROPN NNP Number=Sing 2 list 2:list _ 13 # # SYM NN Number=Sing 14 compound 14:compound SpaceAfter=No -14 2543 2543 NUM CD NumType=Card 9 nummod 9:nummod _ +14 2543 2543 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 15 Alexandria Alexandria PROPN NNP Number=Sing 12 appos 12:appos SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ +16 , , PUNCT , _ 17 punct 17:punct _ 17 VA VA PROPN NNP Number=Sing 15 appos 15:appos _ -18 22301 22301 NUM CD NumType=Card 12 appos 12:appos _ -19 7037686710 7037686710 NUM CD NumType=Card 2 list 2:list _ +18 22301 22301 NUM CD NumForm=Digit|NumType=Card 12 appos 12:appos _ +19 7037686710 7037686710 NUM CD NumForm=Digit|NumType=Card 2 list 2:list _ 20 bmc...@patriot.net bmc...@patriot.net X ADD _ 12 list 12:list _ # sent_id = newsgroup-groups.google.com_civicamerican_22c54c292026bfd2_ENG_20060128_072400-0050 @@ -114794,7 +114843,7 @@ 2 & & CCONJ CC _ 3 cc 3:cc _ 3 Company company NOUN NN Number=Sing 1 conj 1:conj|4:compound _ 4 Diplomacy diplomacy NOUN NN Number=Sing 0 root 0:root _ -5 - - PUNCT : _ 4 punct 4:punct _ +5 - - PUNCT : _ 6 punct 6:punct _ 6 Trying try VERB VBG VerbForm=Ger 4 parataxis 4:parataxis _ 7 to to PART TO _ 8 mark 8:mark _ 8 keep keep VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ @@ -114809,14 +114858,14 @@ # sent_id = newsgroup-groups.google.com_FOOLED_7554c5ce34a5a49e_ENG_20051012_144800-0002 # text = Some strategies being used by NASA & Company in relation to China and other space planning countries are mentioned here after being gleaned from a news item underneath. -1 Some some DET DT _ 2 det 2:det _ +1 Some some DET DT PronType=Ind 2 det 2:det _ 2 strategies strategy NOUN NNS Number=Plur 19 nsubj:pass 19:nsubj:pass _ 3 being be AUX VBG VerbForm=Ger 4 aux:pass 4:aux:pass _ -4 used use VERB VBN Tense=Past|VerbForm=Part 2 acl 2:acl _ +4 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 acl 2:acl _ 5 by by ADP IN _ 6 case 6:case _ -6 NASA NASA PROPN NNP Number=Sing 4 obl 4:obl:by _ +6 NASA NASA PROPN NNP Number=Sing 4 obl:agent 4:obl:agent _ 7 & & CCONJ CC _ 8 cc 8:cc _ -8 Company company NOUN NN Number=Sing 6 conj 4:obl:by|6:conj _ +8 Company company NOUN NN Number=Sing 6 conj 4:obl:agent|6:conj _ 9 in in ADP IN _ 10 case 10:case _ 10 relation relation NOUN NN Number=Sing 4 obl 4:obl:in _ 11 to to ADP IN _ 12 case 12:case _ @@ -114826,12 +114875,12 @@ 15 space space NOUN NN Number=Sing 16 compound 16:compound _ 16 planning plan VERB VBG VerbForm=Ger 17 amod 17:amod _ 17 countries country NOUN NNS Number=Plur 12 conj 10:nmod:to|12:conj:and _ -18 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux:pass 19:aux:pass _ -19 mentioned mention VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +18 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 aux:pass 19:aux:pass _ +19 mentioned mention VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 20 here here ADV RB PronType=Dem 19 advmod 19:advmod _ 21 after after SCONJ IN _ 23 mark 23:mark _ 22 being be AUX VBG VerbForm=Ger 23 aux:pass 23:aux:pass _ -23 gleaned glean VERB VBN Tense=Past|VerbForm=Part 19 advcl 19:advcl:after _ +23 gleaned glean VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 advcl 19:advcl:after _ 24 from from ADP IN _ 27 case 27:case _ 25 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 26 news news NOUN NN Number=Sing 27 compound 27:compound _ @@ -114846,7 +114895,7 @@ 3 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 Independent independent ADJ JJ Degree=Pos 5 amod 5:amod _ 5 strategy strategy NOUN NN Number=Sing 2 obj 2:obj _ -6 = = PUNCT , _ 2 punct 2:punct _ +6 = = PUNCT , _ 11 punct 11:punct _ 7 NASA NASA PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 8 & & CCONJ CC _ 9 cc 9:cc _ 9 company company NOUN NN Number=Sing 7 conj 7:conj|11:nsubj _ @@ -114857,7 +114906,7 @@ 14 Uno uno NOUN NN Number=Sing 16 compound 16:compound SpaceAfter=No 15 " " PUNCT '' _ 14 punct 14:punct _ 16 strategy strategy NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No -17 , , PUNCT , _ 11 punct 11:punct _ +17 , , PUNCT , _ 18 punct 18:punct _ 18 try try VERB VB VerbForm=Inf 11 parataxis 11:parataxis _ 19 to to PART TO _ 20 mark 20:mark _ 20 assert assert VERB VB VerbForm=Inf 18 xcomp 18:xcomp SpaceAfter=No @@ -114896,14 +114945,14 @@ # sent_id = newsgroup-groups.google.com_FOOLED_7554c5ce34a5a49e_ENG_20051012_144800-0005 # text = Country not open or not have fixed strategy = NASA & Company to use "freeze thawed" strategy especially when the country has a challenging, growing and ambitious space program. 1 Country country NOUN NN Number=Sing 3 nsubj 3:nsubj|6:nsubj _ -2 not not ADV RB _ 3 advmod 3:advmod _ +2 not not PART RB _ 3 advmod 3:advmod _ 3 open open ADJ JJ Degree=Pos 0 root 0:root _ 4 or or CCONJ CC _ 6 cc 6:cc _ 5 not not PART RB _ 6 advmod 6:advmod _ 6 have have VERB VB VerbForm=Inf 3 conj 3:conj:or _ -7 fixed fix VERB VBN Tense=Past|VerbForm=Part 8 amod 8:amod _ +7 fixed fix VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 amod 8:amod _ 8 strategy strategy NOUN NN Number=Sing 6 obj 6:obj _ -9 = = PUNCT , _ 3 punct 3:punct _ +9 = = PUNCT , _ 14 punct 14:punct _ 10 NASA NASA PROPN NNP Number=Sing 14 nsubj 14:nsubj _ 11 & & CCONJ CC _ 12 cc 12:cc _ 12 Company company NOUN NN Number=Sing 10 conj 10:conj|14:nsubj _ @@ -114915,7 +114964,7 @@ 18 " " PUNCT '' _ 17 punct 17:punct _ 19 strategy strategy NOUN NN Number=Sing 14 obj 14:obj _ 20 especially especially ADV RB _ 24 advmod 24:advmod _ -21 when when SCONJ WRB PronType=Int 24 mark 24:mark _ +21 when when ADV WRB PronType=Int 24 advmod 24:advmod _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 country country NOUN NN Number=Sing 24 nsubj 24:nsubj _ 24 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:when _ @@ -114950,7 +114999,7 @@ # sent_id = newsgroup-groups.google.com_FOOLED_7554c5ce34a5a49e_ENG_20051012_144800-0007 # text = Dependant = NASA & Company to use "space station" model to unify the aims of different countries. 1 Dependant dependant ADJ JJ Degree=Pos 0 root 0:root _ -2 = = PUNCT , _ 1 punct 1:punct _ +2 = = PUNCT , _ 7 punct 7:punct _ 3 NASA NASA PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 4 & & CCONJ CC _ 5 cc 5:cc _ 5 Company company NOUN NN Number=Sing 3 conj 3:conj|7:nsubj _ @@ -114984,11 +115033,11 @@ 10 & & CCONJ CC _ 11 cc 11:cc _ 11 Company company NOUN NN Number=Sing 9 conj 7:nmod:of|9:conj _ 12 and and CCONJ CC _ 16 cc 16:cc _ -13 also also ADV RB _ 7 advmod 7:advmod _ +13 also also ADV RB _ 16 advmod 16:advmod _ 14 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 15 not not PART RB _ 16 advmod 16:advmod _ 16 allow allow VERB VB VerbForm=Inf 7 conj 7:conj:and _ -17 anyone anyone PRON NN Number=Sing 18 nsubj 18:nsubj _ +17 anyone anyone PRON NN Number=Sing|PronType=Ind 18 nsubj 18:nsubj _ 18 challenging challenge VERB VBG VerbForm=Ger 16 ccomp 16:ccomp _ 19 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 20 moon moon NOUN NN Number=Sing 21 compound 21:compound _ @@ -114999,7 +115048,7 @@ # sent_id = newsgroup-groups.google.com_FOOLED_7554c5ce34a5a49e_ENG_20051012_144800-0009 # text = The target for NASA & Company probably to get by 2018 all the ambitious space program countries shifting towards this model, through the propaganda of another moon mission; deliberately failing this or trying hard for another moon landing hoax; achieving the real aim of space unity between space programs of other countries. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 target target NOUN NN Number=Sing 9 nsubj 9:nsubj _ +2 target target NOUN NN Number=Sing 9 nsubj:outer 9:nsubj:outer _ 3 for for ADP IN _ 4 case 4:case _ 4 NASA NASA PROPN NNP Number=Sing 2 nmod 2:nmod:for _ 5 & & CCONJ CC _ 6 cc 6:cc _ @@ -115008,8 +115057,8 @@ 8 to to PART TO _ 9 mark 9:mark _ 9 get get VERB VB VerbForm=Inf 0 root 0:root _ 10 by by ADP IN _ 11 case 11:case _ -11 2018 2018 NUM CD NumType=Card 9 obl 9:obl:by _ -12 all all DET PDT _ 17 det:predet 17:det:predet _ +11 2018 2018 NUM CD NumForm=Digit|NumType=Card 9 obl 9:obl:by _ +12 all all DET PDT PronType=Tot 17 det:predet 17:det:predet _ 13 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 14 ambitious ambitious ADJ JJ Degree=Pos 16 amod 16:amod _ 15 space space NOUN NN Number=Sing 16 compound 16:compound _ @@ -115019,15 +115068,15 @@ 19 towards towards ADP IN _ 21 case 21:case _ 20 this this DET DT Number=Sing|PronType=Dem 21 det 21:det _ 21 model model NOUN NN Number=Sing 18 obl 18:obl:towards SpaceAfter=No -22 , , PUNCT , _ 9 punct 9:punct _ +22 , , PUNCT , _ 25 punct 25:punct _ 23 through through ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 propaganda propaganda NOUN NN Number=Sing 9 obl 9:obl:through _ 26 of of ADP IN _ 29 case 29:case _ -27 another another DET DT _ 29 det 29:det _ +27 another another DET DT PronType=Ind 29 det 29:det _ 28 moon moon NOUN NN Number=Sing 29 compound 29:compound _ 29 mission mission NOUN NN Number=Sing 25 nmod 25:nmod:of SpaceAfter=No -30 ; ; PUNCT , _ 9 punct 9:punct _ +30 ; ; PUNCT , _ 32 punct 32:punct _ 31 deliberately deliberately ADV RB _ 32 advmod 32:advmod _ 32 failing fail VERB VBG VerbForm=Ger 9 parataxis 9:parataxis _ 33 this this PRON DT Number=Sing|PronType=Dem 32 obj 32:obj _ @@ -115035,7 +115084,7 @@ 35 trying try VERB VBG VerbForm=Ger 32 conj 32:conj:or _ 36 hard hard ADV RB Degree=Pos 35 advmod 35:advmod _ 37 for for ADP IN _ 41 case 41:case _ -38 another another DET DT _ 41 det 41:det _ +38 another another DET DT PronType=Ind 41 det 41:det _ 39 moon moon NOUN NN Number=Sing 40 compound 40:compound _ 40 landing landing NOUN NN Number=Sing 41 compound 41:compound _ 41 hoax hoax NOUN NN Number=Sing 35 obl 35:obl:for SpaceAfter=No @@ -115053,14 +115102,14 @@ 53 of of ADP IN _ 55 case 55:case _ 54 other other ADJ JJ Degree=Pos 55 amod 55:amod _ 55 countries country NOUN NNS Number=Plur 52 nmod 52:nmod:of SpaceAfter=No -56 . . PUNCT . _ 2 punct 2:punct _ +56 . . PUNCT . _ 9 punct 9:punct _ # sent_id = newsgroup-groups.google.com_FOOLED_7554c5ce34a5a49e_ENG_20051012_144800-0010 # text = China launches its second manned spaceflight mission 1 China China PROPN NNP Number=Sing 2 nsubj 2:nsubj _ 2 launches launch VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ -4 second second ADJ JJ Degree=Pos|NumType=Ord 7 amod 7:amod _ +3 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +4 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 7 amod 7:amod _ 5 manned manned ADJ JJ Degree=Pos 7 amod 7:amod _ 6 spaceflight spaceflight NOUN NN Number=Sing 7 compound 7:compound _ 7 mission mission NOUN NN Number=Sing 2 obj 2:obj _ @@ -115069,7 +115118,7 @@ # text = Secretive efforts keep outsiders in the dark about the program's goals 1 Secretive secretive ADJ JJ Degree=Pos 2 amod 2:amod _ 2 efforts effort NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 keep keep VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 keep keep VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 outsiders outsider NOUN NNS Number=Plur 3 obj 3:obj _ 5 in in ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -115090,7 +115139,7 @@ # sent_id = newsgroup-groups.google.com_FOOLED_7554c5ce34a5a49e_ENG_20051012_144800-0013 # text = Copyright 2005 Houston Chronicle 1 Copyright copyright NOUN NN Number=Sing 0 root 0:root _ -2 2005 2005 NUM CD NumType=Card 1 nmod:tmod 1:nmod:tmod _ +2 2005 2005 NUM CD NumForm=Digit|NumType=Card 1 nmod:tmod 1:nmod:tmod _ 3 Houston Houston PROPN NNP Number=Sing 4 compound 4:compound _ 4 Chronicle Chronicle PROPN NNP Number=Sing 1 nmod:npmod 1:nmod:npmod _ @@ -115102,15 +115151,15 @@ # sent_id = newsgroup-groups.google.com_FOOLED_7554c5ce34a5a49e_ENG_20051012_144800-0015 # text = China launched Shenzhou VI, its second manned spacecraft, early today in northwest China's Gansu Province. 1 China China PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 launched launch VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 Shenzhou Shenzhou PROPN NNP Number=Sing 4 compound 4:compound _ -4 VI VI PROPN NNP Number=Sing 2 obj 2:obj SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ -6 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ -7 second second ADJ JJ Degree=Pos|NumType=Ord 9 amod 9:amod _ +2 launched launch VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 Shenzhou Shenzhou PROPN NNP Number=Sing 2 obj 2:obj _ +4 VI VI NUM CD NumForm=Roman|NumType=Card 3 nummod 3:nummod SpaceAfter=No +5 , , PUNCT , _ 9 punct 9:punct _ +6 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 9 amod 9:amod _ 8 manned manned ADJ JJ Degree=Pos 9 amod 9:amod _ -9 spacecraft spacecraft NOUN NN Number=Sing 4 appos 4:appos SpaceAfter=No -10 , , PUNCT , _ 2 punct 2:punct _ +9 spacecraft spacecraft NOUN NN Number=Sing 3 appos 3:appos SpaceAfter=No +10 , , PUNCT , _ 12 punct 12:punct _ 11 early early ADV RB Degree=Pos 12 advmod 12:advmod _ 12 today today NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod _ 13 in in ADP IN _ 18 case 18:case _ @@ -115129,18 +115178,18 @@ 3 of of ADP IN _ 5 case 5:case _ 4 military military ADJ JJ Degree=Pos 5 amod 5:amod _ 5 pilots pilot NOUN NNS Number=Plur 2 nmod 2:nmod:of _ -6 embarked embark VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 embarked embark VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 on on ADP IN _ 13 case 13:case _ 8-9 China's _ _ _ _ _ _ _ _ 8 China China PROPN NNP Number=Sing 13 nmod:poss 13:nmod:poss _ 9 's 's PART POS _ 8 case 8:case _ -10 second second ADV RB _ 13 advmod 13:advmod _ +10 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 13 amod 13:amod _ 11 manned manned ADJ JJ Degree=Pos 13 amod 13:amod _ 12 space space NOUN NN Number=Sing 13 compound 13:compound _ 13 flight flight NOUN NN Number=Sing 6 obl 6:obl:on _ 14 early early ADV RB Degree=Pos 15 advmod 15:advmod _ 15 today today NOUN NN Number=Sing 6 obl:tmod 6:obl:tmod SpaceAfter=No -16 , , PUNCT , _ 6 punct 6:punct _ +16 , , PUNCT , _ 17 punct 17:punct _ 17 hurtling hurtle VERB VBG VerbForm=Ger 6 advcl 6:advcl _ 18 into into ADP IN _ 19 case 19:case _ 19 orbit orbit NOUN NN Number=Sing 17 obl 17:obl:into _ @@ -115151,8 +115200,8 @@ 24 that that PRON WDT PronType=Rel 26 nsubj 23:ref _ 25 could could AUX MD VerbForm=Fin 26 aux 26:aux _ 26 span span VERB VB VerbForm=Inf 23 acl:relcl 23:acl:relcl _ -27 five five NUM CD NumType=Card 28 nummod 28:nummod _ -28 days day NOUN NNS Number=Plur 26 obl:tmod 26:obl:tmod SpaceAfter=No +27 five five NUM CD NumForm=Word|NumType=Card 28 nummod 28:nummod _ +28 days day NOUN NNS Number=Plur 26 obj 26:obj SpaceAfter=No 29 . . PUNCT . _ 6 punct 6:punct _ # sent_id = newsgroup-groups.google.com_FOOLED_7554c5ce34a5a49e_ENG_20051012_144800-0017 @@ -115161,30 +115210,30 @@ 2 crew crew NOUN NN Number=Sing 9 nsubj:pass 9:nsubj:pass _ 3 of of ADP IN _ 7 case 7:case _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -5 Shenzhou Shenzhou PROPN NNP Number=Sing 6 compound 6:compound _ -6 VI VI PROPN NNP Number=Sing 7 compound 7:compound _ +5 Shenzhou Shenzhou PROPN NNP Number=Sing 7 compound 7:compound _ +6 VI VI NUM CD NumForm=Roman|NumType=Card 5 nummod 5:nummod _ 7 spacecraft spacecraft NOUN NN Number=Sing 2 nmod 2:nmod:of _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ 9 identified identify VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 10 as as ADP IN _ 11 case 11:case _ 11 Fei Fei PROPN NNP Number=Sing 9 obl 9:obl:as _ 12 Junlong Junlong PROPN NNP Number=Sing 11 flat 11:flat SpaceAfter=No -13 , , PUNCT , _ 11 punct 11:punct _ -14 40 40 NUM CD NumType=Card 11 amod 11:amod SpaceAfter=No +13 , , PUNCT , _ 14 punct 14:punct _ +14 40 40 NUM CD NumForm=Digit|NumType=Card 11 amod 11:amod SpaceAfter=No 15 , , PUNCT , _ 17 punct 17:punct _ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 Nie Nie PROPN NNP Number=Sing 11 conj 9:obl:as|11:conj:and _ 18 Haishen Haishen PROPN NNP Number=Sing 17 flat 17:flat SpaceAfter=No -19 , , PUNCT , _ 17 punct 17:punct _ -20 41 41 NUM CD NumType=Card 17 amod 17:amod SpaceAfter=No -21 , , PUNCT , _ 9 punct 9:punct _ +19 , , PUNCT , _ 20 punct 20:punct _ +20 41 41 NUM CD NumForm=Digit|NumType=Card 17 amod 17:amod SpaceAfter=No +21 , , PUNCT , _ 27 punct 27:punct _ 22 by by ADP IN _ 27 case 27:case _ 23-24 China's _ _ _ _ _ _ _ _ 23 China China PROPN NNP Number=Sing 27 nmod:poss 27:nmod:poss _ 24 's 's PART POS _ 23 case 23:case _ 25 official official ADJ JJ Degree=Pos 27 amod 27:amod _ 26 news news NOUN NN Number=Sing 27 compound 27:compound _ -27 agency agency NOUN NN Number=Sing 9 obl 9:obl:by SpaceAfter=No +27 agency agency NOUN NN Number=Sing 9 obl:agent 9:obl:agent SpaceAfter=No 28 . . PUNCT . _ 9 punct 9:punct _ # sent_id = newsgroup-groups.google.com_FOOLED_7554c5ce34a5a49e_ENG_20051012_144800-0018 @@ -115210,18 +115259,18 @@ 19 Liwei Liwei PROPN NNP Number=Sing 18 flat 18:flat _ 20 in in ADP IN _ 21 case 21:case _ 21 October October PROPN NNP Number=Sing 16 nmod 16:nmod:in _ -22 2003 2003 NUM CD NumType=Card 21 nummod 21:nummod SpaceAfter=No +22 2003 2003 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod SpaceAfter=No 23 . . PUNCT . _ 13 punct 13:punct _ # sent_id = newsgroup-groups.google.com_FOOLED_7554c5ce34a5a49e_ENG_20051012_144800-0019 # text = His one-day mission vaulted his communist homeland into the elite circle of spacefaring nations - Russia and the United States - that can launch and sustain humans in space. -1 His he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -2 one one NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No -3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No +1 His his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 one one NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod SpaceAfter=No +3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No 4 day day NOUN NN Number=Sing 5 compound 5:compound _ 5 mission mission NOUN NN Number=Sing 6 nsubj 6:nsubj _ -6 vaulted vault VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -7 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +6 vaulted vault VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 8 communist communist ADJ JJ Degree=Pos 9 amod 9:amod _ 9 homeland homeland NOUN NN Number=Sing 6 obj 6:obj _ 10 into into ADP IN _ 13 case 13:case _ @@ -115231,13 +115280,13 @@ 14 of of ADP IN _ 16 case 16:case _ 15 spacefaring spacefaring ADJ JJ Degree=Pos 16 amod 16:amod _ 16 nations nation NOUN NNS Number=Plur 13 nmod 13:nmod:of _ -17 - - PUNCT , _ 13 punct 13:punct _ +17 - - PUNCT , _ 18 punct 18:punct _ 18 Russia Russia PROPN NNP Number=Sing 13 appos 13:appos _ 19 and and CCONJ CC _ 22 cc 22:cc _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -21 United United PROPN NNP Number=Sing 22 compound 22:compound _ -22 States States PROPN NNP Number=Sing 18 conj 13:appos|18:conj:and _ -23 - - PUNCT HYPH _ 13 punct 13:punct _ +21 United United ADJ NNP Degree=Pos 22 amod 22:amod _ +22 States State PROPN NNPS Number=Plur 18 conj 13:appos|18:conj:and _ +23 - - PUNCT HYPH _ 26 punct 26:punct _ 24 that that PRON WDT PronType=Rel 26 nsubj 13:ref _ 25 can can AUX MD VerbForm=Fin 26 aux 26:aux _ 26 launch launch VERB VB VerbForm=Inf 13 acl:relcl 13:acl:relcl _ @@ -115252,7 +115301,7 @@ # text = Most experts believe China intends to develop a small space station of its own over the next several years. 1 Most most ADJ JJS Degree=Sup 2 amod 2:amod _ 2 experts expert NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 believe believe VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 China China PROPN NNP Number=Sing 5 nsubj 5:nsubj|7:nsubj:xsubj _ 5 intends intend VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 6 to to PART TO _ 7 mark 7:mark _ @@ -115262,7 +115311,7 @@ 10 space space NOUN NN Number=Sing 11 compound 11:compound _ 11 station station NOUN NN Number=Sing 7 obj 7:obj _ 12 of of ADP IN _ 14 case 14:case _ -13 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 own own ADJ JJ Degree=Pos 11 nmod 11:nmod:of _ 15 over over ADP IN _ 19 case 19:case _ 16 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ @@ -115275,22 +115324,22 @@ # text = But they remain uncertain about whether China aims to beat the United States to the moon in its secretive space effort. 1 But but CCONJ CC _ 4 cc 4:cc _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|4:nsubj:xsubj _ -3 remain remain VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 remain remain VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 uncertain uncertain ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ 5 about about SCONJ IN _ 8 mark 8:mark _ 6 whether whether SCONJ IN _ 8 mark 8:mark _ 7 China China PROPN NNP Number=Sing 8 nsubj 8:nsubj|10:nsubj:xsubj _ -8 aims aim VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +8 aims aim VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:about _ 9 to to PART TO _ 10 mark 10:mark _ 10 beat beat VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 United United PROPN NNP Number=Sing 13 compound 13:compound _ -13 States States PROPN NNP Number=Sing 10 obj 10:obj _ +12 United United ADJ NNP Degree=Pos 13 amod 13:amod _ +13 States State PROPN NNPS Number=Plur 10 obj 10:obj _ 14 to to ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 moon moon NOUN NN Number=Sing 10 obl 10:obl:to _ 17 in in ADP IN _ 21 case 21:case _ -18 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +18 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 19 secretive secretive ADJ JJ Degree=Pos 21 amod 21:amod _ 20 space space NOUN NN Number=Sing 21 compound 21:compound _ 21 effort effort NOUN NN Number=Sing 10 obl 10:obl:in SpaceAfter=No @@ -115309,7 +115358,7 @@ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 moon moon NOUN NN Number=Sing 7 obl 7:obl:to _ 11 by by ADP IN _ 12 case 12:case _ -12 2018 2018 NUM CD NumType=Card 7 obl 7:obl:by _ +12 2018 2018 NUM CD NumForm=Digit|NumType=Card 7 obl 7:obl:by _ 13 with with ADP IN _ 16 case 16:case _ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 15 new new ADJ JJ Degree=Pos 16 amod 16:amod _ @@ -115329,19 +115378,19 @@ 5 not not PART RB _ 12 advmod 12:advmod _ 6 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 7 fly fly VERB VB VerbForm=Inf 12 acl 12:acl SpaceAfter=No -8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +8 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 9 by by ADP IN _ 11 case 11:case SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 11 night night NOUN NN Number=Sing 7 obl 7:obl:by _ 12 program program NOUN NN Number=Sing 15 ccomp 15:ccomp SpaceAfter=No -13 , , PUNCT , _ 15 punct 15:punct SpaceAfter=No -14 " " PUNCT '' _ 15 punct 15:punct _ -15 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +13 , , PUNCT , _ 12 punct 12:punct SpaceAfter=No +14 " " PUNCT '' _ 12 punct 12:punct _ +15 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 16 Joan Joan PROPN NNP Number=Sing 15 nsubj 15:nsubj _ 17 Johnson Johnson PROPN NNP Number=Sing 16 flat 16:flat SpaceAfter=No -18 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +18 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No 19 Freese Freese PROPN NNP Number=Sing 16 flat 16:flat SpaceAfter=No -20 , , PUNCT , _ 16 punct 16:punct _ +20 , , PUNCT , _ 22 punct 22:punct _ 21 an a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 22 expert expert NOUN NN Number=Sing 16 appos 16:appos|27:nsubj _ 23 on on ADP IN _ 25 case 25:case _ @@ -115353,16 +115402,16 @@ 29 developments development NOUN NNS Number=Plur 27 obj 27:obj _ 30 in in ADP IN _ 33 case 33:case _ 31 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ -32 Asian asian ADJ JJ Degree=Pos 33 amod 33:amod _ +32 Asian Asian ADJ JJ Degree=Pos 33 amod 33:amod _ 33 nation nation NOUN NN Number=Sing 29 nmod 29:nmod:in _ 34 at at ADP IN _ 38 case 38:case _ 35 the the DET DT Definite=Def|PronType=Art 38 det 38:det _ -36 Naval Naval PROPN NNP Number=Sing 38 compound 38:compound _ +36 Naval Naval ADJ NNP Degree=Pos 38 amod 38:amod _ 37 War War PROPN NNP Number=Sing 38 compound 38:compound _ 38 College College PROPN NNP Number=Sing 27 obl 27:obl:at _ 39 in in ADP IN _ 40 case 40:case _ 40 Newport Newport PROPN NNP Number=Sing 38 nmod 38:nmod:in SpaceAfter=No -41 , , PUNCT , _ 40 punct 40:punct _ +41 , , PUNCT , _ 42 punct 42:punct _ 42 R.I R.I PROPN NNP Number=Sing 40 appos 40:appos SpaceAfter=No 43 . . PUNCT . _ 15 punct 15:punct _ @@ -115370,17 +115419,17 @@ # text = "They are not in any hurry. 1 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No 2 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 not not PART RB _ 7 advmod 7:advmod _ 5 in in ADP IN _ 7 case 7:case _ -6 any any DET DT _ 7 det 7:det _ +6 any any DET DT PronType=Ind 7 det 7:det _ 7 hurry hurry NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 8 . . PUNCT . _ 7 punct 7:punct _ # sent_id = newsgroup-groups.google.com_FOOLED_7554c5ce34a5a49e_ENG_20051012_144800-0025 # text = They want a program that will be a success," Johnson-Freese said. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 ccomp 15:ccomp _ +2 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 ccomp 15:ccomp _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 program program NOUN NN Number=Sing 2 obj 2:obj|9:nsubj _ 5 that that PRON WDT PronType=Rel 9 nsubj 4:ref _ @@ -115388,29 +115437,29 @@ 7 be be AUX VB VerbForm=Inf 9 cop 9:cop _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 success success NOUN NN Number=Sing 4 acl:relcl 4:acl:relcl SpaceAfter=No -10 , , PUNCT , _ 15 punct 15:punct SpaceAfter=No -11 " " PUNCT '' _ 15 punct 15:punct _ +10 , , PUNCT , _ 2 punct 2:punct SpaceAfter=No +11 " " PUNCT '' _ 2 punct 2:punct _ 12 Johnson Johnson PROPN NNP Number=Sing 15 nsubj 15:nsubj SpaceAfter=No -13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +13 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 14 Freese Freese PROPN NNP Number=Sing 12 flat 12:flat _ -15 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +15 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 16 . . PUNCT . _ 15 punct 15:punct _ # sent_id = newsgroup-groups.google.com_FOOLED_7554c5ce34a5a49e_ENG_20051012_144800-0026 # text = "They are not going to rush it, because they don't want it to be a budget buster. 1 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 2 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 rush rush VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj SpaceAfter=No -9 , , PUNCT , _ 7 punct 7:punct _ +9 , , PUNCT , _ 14 punct 14:punct _ 10 because because SCONJ IN _ 14 mark 14:mark _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 12-13 don't _ _ _ _ _ _ _ _ -12 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +12 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 n't not PART RB _ 14 advmod 14:advmod _ 14 want want VERB VB VerbForm=Inf 7 advcl 7:advcl:because _ 15 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 obj 14:obj|20:nsubj:xsubj _ @@ -115433,7 +115482,7 @@ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 speed speed NOUN NN Number=Sing 6 nmod 6:nmod:in _ 10 of of ADP IN _ 12 case 12:case _ -11 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 program program NOUN NN Number=Sing 9 nmod 9:nmod:of SpaceAfter=No 13 . . PUNCT . _ 6 punct 6:punct SpaceAfter=No 14 " " PUNCT , _ 6 punct 6:punct _ @@ -115448,23 +115497,23 @@ 5 join join VERB VB VerbForm=Inf 3 acl 3:acl:to _ 6 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 7 U.S. U.S. PROPN NNP Number=Sing 9 obl:npmod 9:obl:npmod SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No -9 led lead VERB VBN Tense=Past|VerbForm=Part 10 amod 10:amod _ +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +9 led lead VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 amod 10:amod _ 10 effort effort NOUN NN Number=Sing 5 obj 5:obj _ 11 to to PART TO _ 12 mark 12:mark _ 12 develop develop VERB VB VerbForm=Inf 10 acl 10:acl:to _ 13 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -14 16 16 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +14 16 16 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 nation nation NOUN NN Number=Sing 19 compound 19:compound _ 17 international international ADJ JJ Degree=Pos 19 amod 19:amod _ 18 space space NOUN NN Number=Sing 19 compound 19:compound _ 19 station station NOUN NN Number=Sing 12 obj 12:obj _ -20 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ +20 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ 21 been be AUX VBN Tense=Past|VerbForm=Part 22 aux:pass 22:aux:pass _ 22 thwarted thwart VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 23 for for ADP IN _ 27 case 27:case _ -24 more more ADJ JJR Degree=Cmp 27 advmod 27:advmod _ +24 more more ADJ JJR Degree=Cmp|ExtPos=ADV 27 advmod 27:advmod _ 25 than than ADP IN _ 24 fixed 24:fixed _ 26 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 27 decade decade NOUN NN Number=Sing 22 obl 22:obl:for _ @@ -115473,18 +115522,18 @@ 30 range range NOUN NN Number=Sing 22 obl 22:obl:over _ 31 of of ADP IN _ 32 case 32:case _ 32 issues issue NOUN NNS Number=Plur 30 nmod 30:nmod:of SpaceAfter=No -33 , , PUNCT , _ 30 punct 30:punct _ +33 , , PUNCT , _ 41 punct 41:punct _ 34 including include VERB VBG VerbForm=Ger 41 case 41:case _ 35 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ -36 Asian asian ADJ JJ Degree=Pos 37 amod 37:amod _ +36 Asian Asian ADJ JJ Degree=Pos 37 amod 37:amod _ 37-38 country's _ _ _ _ _ _ _ _ 37 country country NOUN NN Number=Sing 41 nmod:poss 41:nmod:poss _ 38 's 's PART POS _ 37 case 37:case _ 39 human human ADJ JJ Degree=Pos 40 amod 40:amod _ -40 rights rights NOUN NNS Number=Plur 41 compound 41:compound _ -41 policies policy NOUN NNS Number=Plur 30 nmod 30:nmod:include _ +40 rights right NOUN NNS Number=Plur 41 compound 41:compound _ +41 policies policy NOUN NNS Number=Plur 30 nmod 30:nmod:including _ 42 and and CCONJ CC _ 43 cc 43:cc _ -43 worries worry NOUN NNS Number=Plur 41 conj 30:nmod:include|41:conj:and _ +43 worries worry NOUN NNS Number=Plur 41 conj 30:nmod:including|41:conj:and _ 44 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 46 nsubj 46:nsubj _ 45 could could AUX MD VerbForm=Fin 46 aux 46:aux _ 46 acquire acquire VERB VB VerbForm=Inf 43 acl 43:acl _ @@ -115501,13 +115550,13 @@ # text = The freeze thawed some after Yang's 2003 mission. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 freeze freeze NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 thawed thaw VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 thawed thaw VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 some some ADV RB _ 3 advmod 3:advmod _ 5 after after ADP IN _ 9 case 9:case _ 6-7 Yang's _ _ _ _ _ _ _ _ 6 Yang Yang PROPN NNP Number=Sing 9 nmod:poss 9:nmod:poss _ 7 's 's PART POS _ 6 case 6:case _ -8 2003 2003 NUM CD NumType=Card 9 nummod 9:nummod _ +8 2003 2003 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 mission mission NOUN NN Number=Sing 3 obl 3:obl:after SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ @@ -115516,17 +115565,17 @@ 1 China China PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 3 among among ADP IN _ 5 case 5:case _ -4 30 30 NUM CD NumType=Card 5 nummod 5:nummod _ +4 30 30 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 nations nation NOUN NNS Number=Plur 0 root 0:root _ -6 invited invite VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +6 invited invite VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 7 to to PART TO _ 8 mark 8:mark _ 8 send send VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 delegate delegate NOUN NN Number=Sing 8 obj 8:obj _ 11 to to ADP IN _ 16 case 16:case _ 12 NASA NASA PROPN NNP Number=Sing 14 obl:npmod 14:obl:npmod SpaceAfter=No -13 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No -14 sponsored sponsor VERB VBN Tense=Past|VerbForm=Part 16 amod 16:amod _ +13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +14 sponsored sponsor VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 amod 16:amod _ 15 roundtable roundtable NOUN NN Number=Sing 16 compound 16:compound _ 16 discussions discussion NOUN NNS Number=Plur 8 obl 8:obl:to _ 17 on on ADP IN _ 20 case 20:case _ @@ -115542,7 +115591,7 @@ 26 astronauts astronaut NOUN NNS Number=Plur 22 obl 22:obl:with _ 27 as as ADP IN _ 30 case 30:case _ 28 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ -29 first first ADJ JJ Degree=Pos|NumType=Ord 30 amod 30:amod _ +29 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 30 amod 30:amod _ 30 step step NOUN NN Number=Sing 22 obl 22:obl:as _ 31 in in ADP IN _ 33 case 33:case _ 32 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ @@ -115551,7 +115600,7 @@ 35 Mars Mars PROPN NNP Number=Sing 33 nmod 33:nmod:of _ 36 and and CCONJ CC _ 41 cc 41:cc _ 37 other other ADJ JJ Degree=Pos 41 amod 41:amod SpaceAfter=No -38 - - PUNCT , _ 41 punct 41:punct SpaceAfter=No +38 - - PUNCT , _ 37 punct 37:punct SpaceAfter=No 39 deep deep ADJ JJ Degree=Pos 40 amod 40:amod _ 40 space space NOUN NN Number=Sing 41 compound 41:compound _ 41 destinations destination NOUN NNS Number=Plur 35 conj 33:nmod:of|35:conj:and SpaceAfter=No @@ -115559,21 +115608,21 @@ # sent_id = newsgroup-groups.google.com_FOOLED_7554c5ce34a5a49e_ENG_20051012_144800-0031 # text = "We applaud China's space achievements," NASA spokesman Allard Beutel said Tuesday. -1 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No +1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No 2 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 applaud applaud VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 ccomp 14:ccomp _ +3 applaud applaud VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 14 ccomp 14:ccomp _ 4-5 China's _ _ _ _ _ _ _ _ 4 China China PROPN NNP Number=Sing 7 nmod:poss 7:nmod:poss _ 5 's 's PART POS _ 4 case 4:case _ 6 space space NOUN NN Number=Sing 7 compound 7:compound _ 7 achievements achievement NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -8 , , PUNCT , _ 14 punct 14:punct SpaceAfter=No -9 " " PUNCT '' _ 14 punct 14:punct _ +8 , , PUNCT , _ 3 punct 3:punct SpaceAfter=No +9 " " PUNCT '' _ 3 punct 3:punct _ 10 NASA NASA PROPN NNP Number=Sing 11 compound 11:compound _ 11 spokesman spokesman NOUN NN Number=Sing 12 compound 12:compound _ 12 Allard Allard PROPN NNP Number=Sing 14 nsubj 14:nsubj _ 13 Beutel Beutel PROPN NNP Number=Sing 12 flat 12:flat _ -14 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +14 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 15 Tuesday Tuesday PROPN NNP Number=Sing 14 obl:tmod 14:obl:tmod SpaceAfter=No 16 . . PUNCT . _ 14 punct 14:punct _ @@ -115581,13 +115630,13 @@ # text = "We wish them a successful return of their astronauts." 1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No 2 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 wish wish VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 wish wish VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 3 iobj 3:iobj _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 successful successful ADJ JJ Degree=Pos 7 amod 7:amod _ 7 return return NOUN NN Number=Sing 3 obj 3:obj _ 8 of of ADP IN _ 10 case 10:case _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 astronauts astronaut NOUN NNS Number=Plur 7 nmod 7:nmod:of SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct SpaceAfter=No 12 " " PUNCT '' _ 3 punct 3:punct _ @@ -115595,10 +115644,10 @@ # sent_id = newsgroup-groups.google.com_FOOLED_7554c5ce34a5a49e_ENG_20051012_144800-0033 # text = He stressed, however, that NASA would not follow this week's Chinese mission through formal channels. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 stressed stress VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +2 stressed stress VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 , , PUNCT , _ 4 punct 4:punct _ 4 however however ADV RB _ 2 advmod 2:advmod SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ +5 , , PUNCT , _ 10 punct 10:punct _ 6 that that SCONJ IN _ 10 mark 10:mark _ 7 NASA NASA PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 8 would would AUX MD VerbForm=Fin 10 aux 10:aux _ @@ -115608,7 +115657,7 @@ 12-13 week's _ _ _ _ _ _ _ _ 12 week week NOUN NN Number=Sing 15 nmod:poss 15:nmod:poss _ 13 's 's PART POS _ 12 case 12:case _ -14 Chinese chinese ADJ JJ Degree=Pos 15 amod 15:amod _ +14 Chinese Chinese ADJ JJ Degree=Pos 15 amod 15:amod _ 15 mission mission NOUN NN Number=Sing 10 obj 10:obj _ 16 through through ADP IN _ 18 case 18:case _ 17 formal formal ADJ JJ Degree=Pos 18 amod 18:amod _ @@ -115619,10 +115668,10 @@ # text = At present, there are no plans for additional meetings with foreign powers to discuss the Bush exploration initiative or to extend an invitation to China to join the space station partnership, Beutel said. 1 At at ADP IN _ 2 case 2:case _ 2 present present ADJ JJ Degree=Pos 5 obl 5:obl:at SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 there there PRON EX _ 5 expl 5:expl _ -5 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 35 ccomp 35:ccomp _ -6 no no DET DT _ 7 det 7:det _ +5 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 35 ccomp 35:ccomp _ +6 no no DET DT PronType=Neg 7 det 7:det _ 7 plans plan NOUN NNS Number=Plur 5 nsubj 5:nsubj _ 8 for for ADP IN _ 10 case 10:case _ 9 additional additional ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -115649,9 +115698,9 @@ 30 space space NOUN NN Number=Sing 31 compound 31:compound _ 31 station station NOUN NN Number=Sing 32 compound 32:compound _ 32 partnership partnership NOUN NN Number=Sing 28 obj 28:obj SpaceAfter=No -33 , , PUNCT , _ 35 punct 35:punct _ +33 , , PUNCT , _ 5 punct 5:punct _ 34 Beutel Beutel PROPN NNP Number=Sing 35 nsubj 35:nsubj _ -35 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +35 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 36 . . PUNCT . _ 35 punct 35:punct _ # sent_id = newsgroup-groups.google.com_FOOLED_7554c5ce34a5a49e_ENG_20051012_144800-0035 @@ -115672,27 +115721,27 @@ 14 chapter chapter NOUN NN Number=Sing 10 nmod 10:nmod:of _ 15 in in ADP IN _ 22 case 22:case _ 16 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ -17 three three NUM CD NumType=Card 19 nummod 19:nummod SpaceAfter=No -18 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No +17 three three NUM CD NumForm=Word|NumType=Card 19 nummod 19:nummod SpaceAfter=No +18 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No 19 phase phase NOUN NN Number=Sing 22 compound 22:compound _ -20 Chinese chinese ADJ JJ Degree=Pos 22 amod 22:amod _ +20 Chinese Chinese ADJ JJ Degree=Pos 22 amod 22:amod _ 21 space space NOUN NN Number=Sing 22 compound 22:compound _ 22 initiative initiative NOUN NN Number=Sing 14 nmod 14:nmod:in SpaceAfter=No -23 , , PUNCT , _ 27 punct 27:punct _ +23 , , PUNCT , _ 8 punct 8:punct _ 24 Johnson Johnson PROPN NNP Number=Sing 27 nsubj 27:nsubj SpaceAfter=No -25 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No +25 - - PUNCT HYPH _ 26 punct 26:punct SpaceAfter=No 26 Freese Freese PROPN NNP Number=Sing 24 flat 24:flat _ -27 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +27 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 28 . . PUNCT . _ 27 punct 27:punct _ # sent_id = newsgroup-groups.google.com_FOOLED_7554c5ce34a5a49e_ENG_20051012_144800-0036 # text = The first phase, she said, will demonstrate the capability of a multi-compartment spacecraft that will leave a test module in orbit when the two fliers return to Earth. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 first first ADJ JJ Degree=Pos|NumType=Ord 3 amod 3:amod _ +2 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 3 amod 3:amod _ 3 phase phase NOUN NN Number=Sing 9 nsubj 9:nsubj SpaceAfter=No 4 , , PUNCT , _ 6 punct 6:punct _ 5 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -6 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 parataxis 9:parataxis SpaceAfter=No +6 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 parataxis 9:parataxis SpaceAfter=No 7 , , PUNCT , _ 6 punct 6:punct _ 8 will will AUX MD VerbForm=Fin 9 aux 9:aux _ 9 demonstrate demonstrate VERB VB VerbForm=Inf 0 root 0:root _ @@ -115710,11 +115759,11 @@ 21 module module NOUN NN Number=Sing 18 obj 18:obj _ 22 in in ADP IN _ 23 case 23:case _ 23 orbit orbit NOUN NN Number=Sing 18 obl 18:obl:in _ -24 when when SCONJ WRB PronType=Int 28 mark 28:mark _ +24 when when ADV WRB PronType=Int 28 advmod 28:advmod _ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ -26 two two NUM CD NumType=Card 27 nummod 27:nummod _ +26 two two NUM CD NumForm=Word|NumType=Card 27 nummod 27:nummod _ 27 fliers flier NOUN NNS Number=Plur 28 nsubj 28:nsubj _ -28 return return VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:when _ +28 return return VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:when _ 29 to to ADP IN _ 30 case 30:case _ 30 Earth Earth PROPN NNP Number=Sing 28 obl 28:obl:to SpaceAfter=No 31 . . PUNCT . _ 9 punct 9:punct _ @@ -115722,11 +115771,11 @@ # sent_id = newsgroup-groups.google.com_FOOLED_7554c5ce34a5a49e_ENG_20051012_144800-0037 # text = The Chinese program's second phase will include spacewalks on future missions and demonstrations of docking and undocking techniques. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 Chinese chinese ADJ JJ Degree=Pos 3 amod 3:amod _ +2 Chinese Chinese ADJ JJ Degree=Pos 3 amod 3:amod _ 3-4 program's _ _ _ _ _ _ _ _ 3 program program NOUN NN Number=Sing 6 nmod:poss 6:nmod:poss _ 4 's 's PART POS _ 3 case 3:case _ -5 second second ADJ JJ Degree=Pos|NumType=Ord 6 amod 6:amod _ +5 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 6 amod 6:amod _ 6 phase phase NOUN NN Number=Sing 8 nsubj 8:nsubj _ 7 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 8 include include VERB VB VerbForm=Inf 0 root 0:root _ @@ -115756,8 +115805,8 @@ 9 operation operation NOUN NN Number=Sing 7 conj 5:obj|7:conj:and _ 10 of of ADP IN _ 16 case 16:case _ 11 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ -12 longer longer ADJ JJR Degree=Cmp 14 amod 14:amod SpaceAfter=No -13 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +12 longer long ADJ JJR Degree=Cmp 14 amod 14:amod SpaceAfter=No +13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No 14 duration duration NOUN NN Number=Sing 16 compound 16:compound _ 15 space space NOUN NN Number=Sing 16 compound 16:compound _ 16 lab lab NOUN NN Number=Sing 7 nmod 7:nmod:of SpaceAfter=No @@ -115765,9 +115814,9 @@ # sent_id = newsgroup-groups.google.com_FOOLED_7554c5ce34a5a49e_ENG_20051012_144800-0039 # text = At least one expert believes China's intentions might include a surprise attempt to circle the moon with astronauts before NASA's planned lunar return. -1 At at ADV RB _ 2 case 2:case _ -2 least least ADV RBS Degree=Sup 3 nmod 3:nmod:at _ -3 one one NUM CD NumType=Card 4 nummod 4:nummod _ +1 At at ADP IN _ 2 case 2:case _ +2 least least ADJ JJS Degree=Sup 3 nmod 3:nmod:at _ +3 one one NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 expert expert NOUN NN Number=Sing 5 nsubj 5:nsubj _ 5 believes believe VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6-7 China's _ _ _ _ _ _ _ _ @@ -115789,50 +115838,50 @@ 21-22 NASA's _ _ _ _ _ _ _ _ 21 NASA NASA PROPN NNP Number=Sing 25 nmod:poss 25:nmod:poss _ 22 's 's PART POS _ 21 case 21:case _ -23 planned plan VERB VBN Tense=Past|VerbForm=Part 25 amod 25:amod _ +23 planned plan VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 amod 25:amod _ 24 lunar lunar ADJ JJ Degree=Pos 25 amod 25:amod _ 25 return return NOUN NN Number=Sing 15 obl 15:obl:before SpaceAfter=No 26 . . PUNCT . _ 5 punct 5:punct _ # sent_id = newsgroup-groups.google.com_FOOLED_7554c5ce34a5a49e_ENG_20051012_144800-0040 # text = "The Americans would be wise to plan accordingly," said John E. Pike, director of the Alexandria, Va.-based GlobalSecurity.org, a small national security think tank. -1 " " PUNCT `` _ 12 punct 12:punct SpaceAfter=No +1 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No 2 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -3 Americans Americans PROPN NNPS Number=Plur 6 nsubj 6:nsubj _ +3 Americans American PROPN NNPS Number=Plur 6 nsubj 6:nsubj _ 4 would would AUX MD VerbForm=Fin 6 aux 6:aux _ 5 be be AUX VB VerbForm=Inf 6 cop 6:cop _ 6 wise wise ADJ JJ Degree=Pos 12 ccomp 12:ccomp _ 7 to to PART TO _ 8 mark 8:mark _ 8 plan plan VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ 9 accordingly accordingly ADV RB _ 8 advmod 8:advmod SpaceAfter=No -10 , , PUNCT , _ 12 punct 12:punct SpaceAfter=No -11 " " PUNCT '' _ 12 punct 12:punct _ -12 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 , , PUNCT , _ 6 punct 6:punct SpaceAfter=No +11 " " PUNCT '' _ 6 punct 6:punct _ +12 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 13 John John PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 14 E. E. PROPN NNP Number=Sing 13 flat 13:flat _ 15 Pike Pike PROPN NNP Number=Sing 13 flat 13:flat SpaceAfter=No -16 , , PUNCT , _ 13 punct 13:punct _ +16 , , PUNCT , _ 17 punct 17:punct _ 17 director director NOUN NN Number=Sing 13 appos 13:appos _ 18 of of ADP IN _ 25 case 25:case _ 19 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 20 Alexandria Alexandria PROPN NNP Number=Sing 24 compound 24:compound SpaceAfter=No -21 , , PUNCT , _ 20 punct 20:punct _ +21 , , PUNCT , _ 22 punct 22:punct _ 22 Va. Va. PROPN NNP Number=Sing 20 appos 20:appos SpaceAfter=No -23 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No -24 based base VERB VBN Tense=Past|VerbForm=Part 25 amod 25:amod _ +23 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No +24 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 amod 25:amod _ 25 GlobalSecurity.org globalsecurity.org X ADD _ 17 nmod 17:nmod:of SpaceAfter=No -26 , , PUNCT , _ 25 punct 25:punct _ +26 , , PUNCT , _ 32 punct 32:punct _ 27 a a DET DT Definite=Ind|PronType=Art 32 det 32:det _ 28 small small ADJ JJ Degree=Pos 32 amod 32:amod _ 29 national national ADJ JJ Degree=Pos 30 amod 30:amod _ 30 security security NOUN NN Number=Sing 32 compound 32:compound _ 31 think think NOUN NN Number=Sing 32 compound 32:compound _ -32 tank tank NOUN NN Number=Sing 24 appos 24:appos SpaceAfter=No +32 tank tank NOUN NN Number=Sing 25 appos 25:appos SpaceAfter=No 33 . . PUNCT . _ 12 punct 12:punct _ # sent_id = newsgroup-groups.google.com_FOOLED_7554c5ce34a5a49e_ENG_20051012_144800-0041 # text = "There is always the possibility they could jam us up, make us look like we are not numero uno," Pike said. -1 " " PUNCT `` _ 25 punct 25:punct SpaceAfter=No +1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No 2 There there PRON EX _ 3 expl 3:expl _ 3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 ccomp 25:ccomp _ 4 always always ADV RB _ 3 advmod 3:advmod _ @@ -115849,14 +115898,14 @@ 15 look look VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 16 like like SCONJ IN _ 21 mark 21:mark _ 17 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 21 nsubj 21:nsubj _ -18 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ +18 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 19 not not PART RB _ 21 advmod 21:advmod _ 20 numero numero NOUN NN Number=Sing 21 compound 21:compound _ -21 uno uno NOUN NN Number=Sing 15 ccomp 15:ccomp SpaceAfter=No -22 , , PUNCT , _ 25 punct 25:punct SpaceAfter=No -23 " " PUNCT '' _ 25 punct 25:punct _ +21 uno uno NOUN NN Number=Sing 15 advcl 15:advcl:like SpaceAfter=No +22 , , PUNCT , _ 3 punct 3:punct SpaceAfter=No +23 " " PUNCT '' _ 3 punct 3:punct _ 24 Pike Pike PROPN NNP Number=Sing 25 nsubj 25:nsubj _ -25 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +25 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 26 . . PUNCT . _ 25 punct 25:punct _ # sent_id = newsgroup-groups.google.com_FOOLED_7554c5ce34a5a49e_ENG_20051012_144800-0042 @@ -115865,16 +115914,16 @@ 2 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 3 U.S. U.S. PROPN NNP Number=Sing 7 compound 7:compound _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 Russian russian ADJ JJ Degree=Pos 3 conj 3:conj:and|7:compound _ +5 Russian Russian ADJ JJ Degree=Pos 3 conj 3:conj:and|7:compound _ 6 lunar lunar ADJ JJ Degree=Pos 7 amod 7:amod _ 7 race race NOUN NN Number=Sing 14 obl 14:obl:during _ 8 during during ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 Cold Cold PROPN NNP Number=Sing 11 compound 11:compound _ +10 Cold Cold ADJ NNP Degree=Pos 11 amod 11:amod _ 11 War War PROPN NNP Number=Sing 7 nmod 7:nmod:during SpaceAfter=No -12 , , PUNCT , _ 14 punct 14:punct _ +12 , , PUNCT , _ 7 punct 7:punct _ 13 NASA NASA PROPN NNP Number=Sing 14 nsubj 14:nsubj _ -14 scored score VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +14 scored score VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 15 an a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 16 early early ADJ JJ Degree=Pos 17 amod 17:amod _ 17 coup coup NOUN NN Number=Sing 14 obj 14:obj _ @@ -115884,12 +115933,12 @@ 21 moon moon NOUN NN Number=Sing 19 obj 19:obj _ 22 with with ADP IN _ 26 case 26:case _ 23 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -24 Apollo Apollo PROPN NNP Number=Sing 25 compound 25:compound _ -25 8 8 PROPN NNP Number=Sing 26 compound 26:compound _ +24 Apollo Apollo PROPN NNP Number=Sing 26 compound 26:compound _ +25 8 8 NUM NNP NumForm=Digit|NumType=Card 24 nummod 24:nummod _ 26 crew crew NOUN NN Number=Sing 19 obl 19:obl:with _ 27 over over ADP IN _ 31 case 31:case _ 28 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ -29 1968 1968 NUM CD NumType=Card 31 nummod 31:nummod _ +29 1968 1968 NUM CD NumForm=Digit|NumType=Card 31 nummod 31:nummod _ 30 Christmas Christmas PROPN NNP Number=Sing 31 compound 31:compound _ 31 holidays holiday NOUN NNS Number=Plur 19 obl 19:obl:over SpaceAfter=No 32 . . PUNCT . _ 14 punct 14:punct _ @@ -115898,13 +115947,13 @@ # text = As it turned out, the Soviets never made it to the moon. 1 As as SCONJ IN _ 3 mark 3:mark _ 2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 turned turn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:as _ +3 turned turn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:as _ 4 out out ADP RP _ 3 compound:prt 3:compound:prt SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct _ +5 , , PUNCT , _ 3 punct 3:punct _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -7 Soviets Soviets PROPN NNPS Number=Plur 9 nsubj 9:nsubj _ +7 Soviets Soviet PROPN NNPS Number=Plur 9 nsubj 9:nsubj _ 8 never never ADV RB _ 9 advmod 9:advmod _ -9 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 made make VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj _ 11 to to ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ @@ -115913,22 +115962,22 @@ # sent_id = newsgroup-groups.google.com_FOOLED_7554c5ce34a5a49e_ENG_20051012_144800-0044 # text = "(China) could be the second country to do that," Pike said. -1 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No +1 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No 2 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No 3 China China PROPN NNP Number=Sing 9 nsubj 9:nsubj SpaceAfter=No 4 ) ) PUNCT -RRB- _ 3 punct 3:punct _ 5 could could AUX MD VerbForm=Fin 9 aux 9:aux _ 6 be be AUX VB VerbForm=Inf 9 cop 9:cop _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 second second ADJ JJ Degree=Pos|NumType=Ord 9 amod 9:amod _ +8 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 9 amod 9:amod _ 9 country country NOUN NN Number=Sing 16 ccomp 16:ccomp _ 10 to to PART TO _ 11 mark 11:mark _ 11 do do VERB VB VerbForm=Inf 9 acl 9:acl:to _ 12 that that PRON DT Number=Sing|PronType=Dem 11 obj 11:obj SpaceAfter=No -13 , , PUNCT , _ 16 punct 16:punct SpaceAfter=No -14 " " PUNCT '' _ 16 punct 16:punct _ +13 , , PUNCT , _ 9 punct 9:punct SpaceAfter=No +14 " " PUNCT '' _ 9 punct 9:punct _ 15 Pike Pike PROPN NNP Number=Sing 16 nsubj 16:nsubj _ -16 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +16 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 17 . . PUNCT . _ 16 punct 16:punct _ # sent_id = newsgroup-groups.google.com_FOOLED_7554c5ce34a5a49e_ENG_20051012_144800-0045 @@ -115943,7 +115992,7 @@ 8 front front NOUN NN Number=Sing 4 obl 4:obl:in _ 9 of of ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -11 Russians Russians PROPN NNPS Number=Plur 8 nmod 8:nmod:of SpaceAfter=No +11 Russians Russian PROPN NNPS Number=Plur 8 nmod 8:nmod:of SpaceAfter=No 12 . . PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_FOOLED_7554c5ce34a5a49e_ENG_20051012_144800-0046 @@ -115974,7 +116023,7 @@ 2 's 's PART POS _ 1 case 1:case _ 3 concern concern NOUN NN Number=Sing 9 nsubj 9:nsubj|25:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ -5 based base VERB VBN Tense=Past|VerbForm=Part 9 case 9:case _ +5 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 case 9:case _ 6 on on ADP IN _ 9 case 9:case _ 7-8 China's _ _ _ _ _ _ _ _ 7 China China PROPN NNP Number=Sing 9 nmod:poss 9:nmod:poss _ @@ -115984,14 +116033,14 @@ 11 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 12 new new ADJ JJ Degree=Pos 16 amod 16:amod _ 13 medium medium ADJ JJ Degree=Pos 15 amod 15:amod SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 lift lift NOUN NN Number=Sing 16 compound 16:compound _ 16 rocket rocket NOUN NN Number=Sing 9 nmod 9:nmod:of SpaceAfter=No -17 , , PUNCT , _ 16 punct 16:punct _ -18 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -19 Long Long PROPN NNP Number=Sing 21 compound 21:compound _ -20 March March PROPN NNP Number=Sing 21 compound 21:compound _ -21 V V PROPN NNP Number=Sing 16 appos 16:appos SpaceAfter=No +17 , , PUNCT , _ 20 punct 20:punct _ +18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ +19 Long Long ADJ NNP Degree=Pos 20 amod 20:amod _ +20 March March PROPN NNP Number=Sing 16 appos 16:appos _ +21 V V NUM CD NumForm=Roman|NumType=Card 20 nummod 20:nummod SpaceAfter=No 22 , , PUNCT , _ 25 punct 25:punct _ 23 and and CCONJ CC _ 25 cc 25:cc _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ @@ -116015,11 +116064,11 @@ # sent_id = newsgroup-groups.google.com_FOOLED_7554c5ce34a5a49e_ENG_20051012_144800-0048 # text = The two developments, he said, could eventually enable China's space program to mature to the point that experts could assemble and launch from Earth's orbit a spacecraft capable of circling the moon with astronauts and returning home. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 two two NUM CD NumType=Card 3 nummod 3:nummod _ +2 two two NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 developments development NOUN NNS Number=Plur 10 nsubj 10:nsubj SpaceAfter=No 4 , , PUNCT , _ 6 punct 6:punct _ 5 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -6 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 parataxis 10:parataxis SpaceAfter=No +6 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 parataxis 10:parataxis SpaceAfter=No 7 , , PUNCT , _ 6 punct 6:punct _ 8 could could AUX MD VerbForm=Fin 10 aux 10:aux _ 9 eventually eventually ADV RB _ 10 advmod 10:advmod _ @@ -116033,8 +116082,8 @@ 16 mature mature VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 17 to to ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -19 point point NOUN NN Number=Sing 16 obl 16:obl:to|23:advmod _ -20 that that ADV WRB PronType=Rel 23 advmod 19:ref _ +19 point point NOUN NN Number=Sing 16 obl 16:obl:to _ +20 that that SCONJ IN _ 23 mark 23:mark _ 21 experts expert NOUN NNS Number=Plur 23 nsubj 23:nsubj|25:nsubj _ 22 could could AUX MD VerbForm=Fin 23 aux 23:aux _ 23 assemble assemble VERB VB VerbForm=Inf 19 acl:relcl 19:acl:relcl _ @@ -116068,7 +116117,7 @@ # newpar id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-p0001 # text = Email: "righter" 1 Email email NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 4 punct 4:punct _ 3 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 4 righter righter PROPN NNP Number=Sing 1 appos 1:appos SpaceAfter=No 5 " " PUNCT '' _ 4 punct 4:punct SpaceAfter=No @@ -116079,25 +116128,25 @@ # sent_id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-0002 # text = Groups: alt.animals.rights.promotion, alt.animals, alt.animals.cat, alt.animals.ethics.vegetarian, alt.animals.lion, alt.animals.tiger, alt.animals.felines.diseases, alt.animals.dog, alt.animals.horses.breeding, alt.animals.felines.snowleopards 1 Groups group NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 alt.animals.rights.promotion alt.animals.rights.promotion NOUN NN Number=Sing 1 appos 1:appos SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ 5 alt.animals alt.animals NOUN NN Number=Sing 3 list 3:list SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 alt.animals.cat alt.animals.cat NOUN NN Number=Sing 5 list 5:list SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 9 punct 9:punct _ 9 alt.animals.ethics.vegetarian alt.animals.ethics.vegetarian NOUN NN Number=Sing 7 list 7:list SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 alt.animals.lion alt.animals.lion NOUN NN Number=Sing 9 list 9:list SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ +12 , , PUNCT , _ 13 punct 13:punct _ 13 alt.animals.tiger alt.animals.tiger NOUN NN Number=Sing 11 list 11:list SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ +14 , , PUNCT , _ 15 punct 15:punct _ 15 alt.animals.felines.diseases alt.animals.felines.diseases NOUN NN Number=Sing 13 list 13:list SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ +16 , , PUNCT , _ 17 punct 17:punct _ 17 alt.animals.dog alt.animals.dog NOUN NN Number=Sing 15 list 15:list SpaceAfter=No -18 , , PUNCT , _ 17 punct 17:punct _ +18 , , PUNCT , _ 19 punct 19:punct _ 19 alt.animals.horses.breeding alt.animals.horses.breeding NOUN NN Number=Sing 17 list 17:list SpaceAfter=No -20 , , PUNCT , _ 19 punct 19:punct _ +20 , , PUNCT , _ 21 punct 21:punct _ 21 alt.animals.felines.snowleopards alt.animals.felines.snowleopards NOUN NN Number=Sing 19 list 19:list _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-0003 @@ -116105,14 +116154,14 @@ # text = I'm a member of a local animal rights news, and get regular emails from other members and the staff. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|13:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 member member NOUN NN Number=Sing 0 root 0:root _ 5 of of ADP IN _ 10 case 10:case _ 6 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 7 local local ADJ JJ Degree=Pos 10 amod 10:amod _ 8 animal animal NOUN NN Number=Sing 9 compound 9:compound _ -9 rights rights NOUN NNS Number=Plur 10 compound 10:compound _ +9 rights right NOUN NNS Number=Plur 10 compound 10:compound _ 10 news news NOUN NN Number=Sing 4 nmod 4:nmod:of SpaceAfter=No 11 , , PUNCT , _ 13 punct 13:punct _ 12 and and CCONJ CC _ 13 cc 13:cc _ @@ -116130,30 +116179,30 @@ # sent_id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-0004 # text = Recently, I read an email that reported the horrific nightmare Civet Cats go through by sick losers who put them in sheds and heat the inside of the sheds up to 110 degrees with fires, so that they can periodically scrape the sweat off of their genitals and sell it to corrupt corporations who use it to prolong the scent of perfumes. 1 Recently recently ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 read read VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 read read VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 an a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 email email NOUN NN Number=Sing 4 obj 4:obj|8:nsubj _ 7 that that PRON WDT PronType=Rel 8 nsubj 6:ref _ -8 reported report VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +8 reported report VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 horrific horrific ADJ JJ Degree=Pos 11 amod 11:amod _ 11 nightmare nightmare NOUN NN Number=Sing 8 obj 8:obj _ 12 Civet civet NOUN NN Number=Sing 13 compound 13:compound _ 13 Cats cat NOUN NNS Number=Plur 14 nsubj 14:nsubj _ -14 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +14 go go VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 15 through through ADP IN _ 14 obl 14:obl _ 16 by by ADP IN _ 18 case 18:case _ 17 sick sick ADJ JJ Degree=Pos 18 amod 18:amod _ 18 losers loser NOUN NNS Number=Plur 14 obl 14:obl:by|20:nsubj|25:nsubj _ 19 who who PRON WP PronType=Rel 20 nsubj 18:ref _ -20 put put VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ +20 put put VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ 21 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 20 obj 20:obj _ 22 in in ADP IN _ 23 case 23:case _ 23 sheds shed NOUN NNS Number=Plur 20 obl 20:obl:in _ 24 and and CCONJ CC _ 25 cc 25:cc _ -25 heat heat VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 conj 18:acl:relcl|20:conj:and _ +25 heat heat VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 conj 18:acl:relcl|20:conj:and _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 inside inside NOUN NN Number=Sing 25 obj 25:obj _ 28 of of ADP IN _ 30 case 30:case _ @@ -116161,11 +116210,11 @@ 30 sheds shed NOUN NNS Number=Plur 27 nmod 27:nmod:of _ 31 up up ADP RP _ 25 compound:prt 25:compound:prt _ 32 to to ADP IN _ 34 case 34:case _ -33 110 110 NUM CD NumType=Card 34 nummod 34:nummod _ +33 110 110 NUM CD NumForm=Digit|NumType=Card 34 nummod 34:nummod _ 34 degrees degree NOUN NNS Number=Plur 25 obl 25:obl:to _ 35 with with ADP IN _ 36 case 36:case _ 36 fires fire NOUN NNS Number=Plur 25 obl 25:obl:with SpaceAfter=No -37 , , PUNCT , _ 25 punct 25:punct _ +37 , , PUNCT , _ 43 punct 43:punct _ 38 so so SCONJ IN _ 43 mark 43:mark _ 39 that that SCONJ IN _ 38 fixed 38:fixed _ 40 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 43 nsubj 43:nsubj|51:nsubj _ @@ -116176,7 +116225,7 @@ 45 sweat sweat NOUN NN Number=Sing 43 obj 43:obj _ 46 off off ADP IN _ 49 case 49:case _ 47 of of ADP IN _ 49 case 49:case _ -48 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 49 nmod:poss 49:nmod:poss _ +48 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 49 nmod:poss 49:nmod:poss _ 49 genitals genitals NOUN NNS Number=Plur 43 obl 43:obl:of _ 50 and and CCONJ CC _ 51 cc 51:cc _ 51 sell sell VERB VB VerbForm=Inf 43 conj 25:advcl:so_that|43:conj:and _ @@ -116185,10 +116234,10 @@ 54 corrupt corrupt ADJ JJ Degree=Pos 55 amod 55:amod _ 55 corporations corporation NOUN NNS Number=Plur 51 obl 51:obl:to|57:nsubj _ 56 who who PRON WP PronType=Rel 57 nsubj 55:ref _ -57 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 55 acl:relcl 55:acl:relcl _ -58 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 57 obj 57:obj|60:nsubj:xsubj _ +57 use use VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 55 acl:relcl 55:acl:relcl _ +58 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 57 obj 57:obj _ 59 to to PART TO _ 60 mark 60:mark _ -60 prolong prolong VERB VB VerbForm=Inf 57 xcomp 57:xcomp _ +60 prolong prolong VERB VB VerbForm=Inf 57 advcl 57:advcl:to _ 61 the the DET DT Definite=Def|PronType=Art 62 det 62:det _ 62 scent scent NOUN NN Number=Sing 60 obj 60:obj _ 63 of of ADP IN _ 64 case 64:case _ @@ -116200,31 +116249,31 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 animals animal NOUN NNS Number=Plur 4 nsubj 4:nsubj _ 3 eventually eventually ADV RB _ 4 advmod 4:advmod _ -4 die die VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ -6 which which PRON WDT PronType=Int 7 nsubj 7:nsubj _ -7 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +4 die die VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root|13:csubj:outer SpaceAfter=No +5 , , PUNCT , _ 13 punct 13:punct _ +6 which which PRON WDT PronType=Rel 13 nsubj:outer 4:ref _ +7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 8 because because SCONJ IN _ 13 mark 13:mark _ 9 these this DET DT Number=Plur|PronType=Dem 10 det 10:det _ 10 demons demon NOUN NNS Number=Plur 13 nsubj 13:nsubj _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 12 so so ADV RB _ 13 advmod 13:advmod _ -13 GREEDY greedy ADJ JJ Degree=Pos 7 advcl 7:advcl:because SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ +13 GREEDY greedy ADJ JJ Degree=Pos 4 advcl:relcl 4:advcl:relcl:because SpaceAfter=No +14 , , PUNCT , _ 16 punct 16:punct _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -16 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 ccomp 13:ccomp _ +16 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl _ 17 as as ADV RB _ 18 advmod 18:advmod _ 18 much much ADJ JJ Degree=Pos 16 obj 16:obj _ 19 of of ADP IN _ 22 case 22:case _ -20 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +20 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 21 " " PUNCT `` _ 22 punct 22:punct SpaceAfter=No 22 product product NOUN NN Number=Sing 18 obl 18:obl:of SpaceAfter=No 23 " " PUNCT '' _ 22 punct 22:punct _ 24 as as SCONJ IN _ 27 mark 27:mark _ 25 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 27 nsubj 27:nsubj _ 26 can can AUX MD VerbForm=Fin 27 aux 27:aux _ -27 get get VERB VB VerbForm=Inf 17 advcl 17:advcl:as SpaceAfter=No -28 , , PUNCT , _ 16 punct 16:punct _ +27 get get VERB VB VerbForm=Inf 18 advcl 18:advcl:as SpaceAfter=No +28 , , PUNCT , _ 31 punct 31:punct _ 29 instead instead ADV RB _ 31 mark 31:mark _ 30 of of SCONJ IN _ 29 fixed 29:fixed _ 31 letting let VERB VBG VerbForm=Ger 16 advcl 16:advcl:instead_of _ @@ -116234,7 +116283,7 @@ 35 after after ADP IN _ 37 case 37:case _ 36 a a DET DT Definite=Ind|PronType=Art 37 det 37:det _ 37 point point NOUN NN Number=Sing 34 obl 34:obl:after SpaceAfter=No -38 , , PUNCT , _ 31 punct 31:punct _ +38 , , PUNCT , _ 41 punct 41:punct _ 39 as as ADP IN _ 41 case 41:case _ 40 an a DET DT Definite=Ind|PronType=Art 41 det 41:det _ 41 act act NOUN NN Number=Sing 31 obl 31:obl:as _ @@ -116250,7 +116299,7 @@ # text = Below I pasted the email text, and it has a link to a website that automatically plays this song the author of the email created. 1 Below below ADV RB _ 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 pasted paste VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 pasted paste VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 email email NOUN NN Number=Sing 6 compound 6:compound _ 6 text text NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No @@ -116273,7 +116322,7 @@ 23 of of ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 email email NOUN NN Number=Sing 22 nmod 22:nmod:of _ -26 created create VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 acl:relcl 20:acl:relcl SpaceAfter=No +26 created create VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 acl:relcl 20:acl:relcl SpaceAfter=No 27 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-0007 @@ -116299,7 +116348,7 @@ 18 in in ADP IN _ 20 case 20:case _ 19 those that DET DT Number=Plur|PronType=Dem 20 det 20:det _ 20 furnaces furnace NOUN NNS Number=Plur 16 obl 16:obl:in SpaceAfter=No -21 , , PUNCT , _ 16 punct 16:punct _ +21 , , PUNCT , _ 22 punct 22:punct _ 22 feeling feel VERB VBG VerbForm=Ger 16 xcomp 16:xcomp _ 23 and and CCONJ CC _ 24 cc 24:cc _ 24 thinking think VERB VBG VerbForm=Ger 22 conj 16:xcomp|22:conj:and _ @@ -116311,40 +116360,40 @@ 30 that that PRON WDT PronType=Rel 33 obj 27:ref _ 31 these this DET DT Number=Plur|PronType=Dem 32 det 32:det _ 32 cats cat NOUN NNS Number=Plur 33 nsubj 33:nsubj _ -33 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 acl:relcl 27:acl:relcl _ +33 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 27 acl:relcl 27:acl:relcl _ 34 before before SCONJ IN _ 36 mark 36:mark _ 35 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 36 nsubj 36:nsubj _ -36 die die VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 33 advcl 33:advcl:before SpaceAfter=No +36 die die VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 33 advcl 33:advcl:before SpaceAfter=No 37 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-0008 # text = Right now, while we're sitting at our computers enjoying the internet, those innocent, beautiful, loving cats, are dying, somewhere in this troubled world a slow, agonizing death. 1 Right right ADV RB _ 2 advmod 2:advmod _ 2 now now ADV RB _ 24 advmod 24:advmod SpaceAfter=No -3 , , PUNCT , _ 24 punct 24:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 while while SCONJ IN _ 7 mark 7:mark _ 5-6 we're _ _ _ _ _ _ _ _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -6 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 're be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 sitting sit VERB VBG Tense=Pres|VerbForm=Part 24 advcl 24:advcl:while _ 8 at at ADP IN _ 10 case 10:case _ -9 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 computers computer NOUN NNS Number=Plur 7 obl 7:obl:at _ 11 enjoying enjoy VERB VBG VerbForm=Ger 7 advcl 7:advcl _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 internet internet NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No -14 , , PUNCT , _ 24 punct 24:punct _ +14 , , PUNCT , _ 7 punct 7:punct _ 15 those that DET DT Number=Plur|PronType=Dem 21 det 21:det _ 16 innocent innocent ADJ JJ Degree=Pos 21 amod 21:amod SpaceAfter=No -17 , , PUNCT , _ 21 punct 21:punct _ +17 , , PUNCT , _ 16 punct 16:punct _ 18 beautiful beautiful ADJ JJ Degree=Pos 21 amod 21:amod SpaceAfter=No -19 , , PUNCT , _ 21 punct 21:punct _ +19 , , PUNCT , _ 18 punct 18:punct _ 20 loving loving ADJ JJ Degree=Pos 21 amod 21:amod _ 21 cats cat NOUN NNS Number=Plur 24 nsubj 24:nsubj SpaceAfter=No -22 , , PUNCT , _ 24 punct 24:punct _ -23 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ +22 , , PUNCT , _ 21 punct 21:punct _ +23 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ 24 dying die VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No -25 , , PUNCT , _ 24 punct 24:punct _ +25 , , PUNCT , _ 26 punct 26:punct _ 26 somewhere somewhere ADV RB _ 24 advmod 24:advmod _ 27 in in ADP IN _ 30 case 30:case _ 28 this this DET DT Number=Sing|PronType=Dem 30 det 30:det _ @@ -116352,7 +116401,7 @@ 30 world world NOUN NN Number=Sing 26 obl 26:obl:in _ 31 a a DET DT Definite=Ind|PronType=Art 35 det 35:det _ 32 slow slow ADJ JJ Degree=Pos 35 amod 35:amod SpaceAfter=No -33 , , PUNCT , _ 35 punct 35:punct _ +33 , , PUNCT , _ 32 punct 32:punct _ 34 agonizing agonizing ADJ JJ Degree=Pos 35 amod 35:amod _ 35 death death NOUN NN Number=Sing 24 obj 24:obj SpaceAfter=No 36 . . PUNCT . _ 24 punct 24:punct _ @@ -116361,34 +116410,34 @@ # text = The main reason I wrote this post is to ask anyone reading this if they know of some way I can help put a stop to this Cat Holocaust. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 main main ADJ JJ Degree=Pos 3 amod 3:amod _ -3 reason reason NOUN NN Number=Sing 8 nsubj 8:nsubj _ +3 reason reason NOUN NN Number=Sing 10 nsubj:outer 10:nsubj:outer _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 wrote write VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +5 wrote write VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 post post NOUN NN Number=Sing 5 obj 5:obj _ -8 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 9 to to PART TO _ 10 mark 10:mark _ -10 ask ask VERB VB VerbForm=Inf 8 ccomp 8:ccomp _ -11 anyone anyone PRON NN Number=Sing 10 obj 10:obj _ +10 ask ask VERB VB VerbForm=Inf 0 root 0:root _ +11 anyone anyone PRON NN Number=Sing|PronType=Ind 10 iobj 10:iobj _ 12 reading read VERB VBG VerbForm=Ger 11 acl 11:acl _ 13 this this PRON DT Number=Sing|PronType=Dem 12 obj 12:obj _ 14 if if SCONJ IN _ 16 mark 16:mark _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -16 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ +16 know know VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ 17 of of ADP IN _ 19 case 19:case _ -18 some some DET DT _ 19 det 19:det _ +18 some some DET DT PronType=Ind 19 det 19:det _ 19 way way NOUN NN Number=Sing 16 obl 16:obl:of _ -20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ +20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj|23:nsubj:xsubj _ 21 can can AUX MD VerbForm=Fin 22 aux 22:aux _ 22 help help VERB VB VerbForm=Inf 19 acl:relcl 19:acl:relcl _ -23 put put VERB VB VerbForm=Inf 22 ccomp 22:ccomp _ +23 put put VERB VB VerbForm=Inf 22 xcomp 22:xcomp _ 24 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 25 stop stop NOUN NN Number=Sing 23 obj 23:obj _ 26 to to ADP IN _ 29 case 29:case _ 27 this this DET DT Number=Sing|PronType=Dem 29 det 29:det _ 28 Cat cat NOUN NN Number=Sing 29 compound 29:compound _ 29 Holocaust holocaust NOUN NN Number=Sing 23 obl 23:obl:to SpaceAfter=No -30 . . PUNCT . _ 8 punct 8:punct _ +30 . . PUNCT . _ 10 punct 10:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-0010 # text = I am serious about doing something. @@ -116397,32 +116446,32 @@ 3 serious serious ADJ JJ Degree=Pos 0 root 0:root _ 4 about about SCONJ IN _ 5 mark 5:mark _ 5 doing do VERB VBG VerbForm=Ger 3 advcl 3:advcl:about _ -6 something something PRON NN Number=Sing 5 obj 5:obj SpaceAfter=No +6 something something PRON NN Number=Sing|PronType=Ind 5 obj 5:obj SpaceAfter=No 7 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-0011 # text = If I love cats so much, why aren't I DOING something??? 1 If if SCONJ IN _ 3 mark 3:mark _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ +3 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ 4 cats cat NOUN NNS Number=Plur 3 obj 3:obj _ 5 so so ADV RB _ 6 advmod 6:advmod _ 6 much much ADV RB _ 3 advmod 3:advmod SpaceAfter=No -7 , , PUNCT , _ 12 punct 12:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 why why ADV WRB PronType=Int 12 advmod 12:advmod _ 9-10 aren't _ _ _ _ _ _ _ _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +9 are be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 10 n't not PART RB _ 12 advmod 12:advmod _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 12 DOING do VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -13 something something PRON NN Number=Sing 12 obj 12:obj SpaceAfter=No +13 something something PRON NN Number=Sing|PronType=Ind 12 obj 12:obj SpaceAfter=No 14 ??? ??? PUNCT . _ 12 punct 12:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-0012 # text = I don't want to appear before God on judgment day and have to explain why I didn't do anything like this in my life. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj|13:nsubj:xsubj|15:nsubj:xsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 want want VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ @@ -116436,23 +116485,23 @@ 13 have have VERB VB VerbForm=Inf 6 conj 4:xcomp|6:conj:and _ 14 to to PART TO _ 15 mark 15:mark _ 15 explain explain VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ -16 why why SCONJ WRB PronType=Int 20 mark 20:mark _ +16 why why ADV WRB PronType=Int 20 advmod 20:advmod _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ 18-19 didn't _ _ _ _ _ _ _ _ -18 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 aux 20:aux _ +18 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 20 aux 20:aux _ 19 n't not PART RB _ 20 advmod 20:advmod _ 20 do do VERB VB VerbForm=Inf 15 ccomp 15:ccomp _ -21 anything anything PRON NN Number=Sing 20 obj 20:obj _ +21 anything anything PRON NN Number=Sing|PronType=Ind 20 obj 20:obj _ 22 like like ADP IN _ 23 case 23:case _ 23 this this PRON DT Number=Sing|PronType=Dem 21 nmod 21:nmod:like _ 24 in in ADP IN _ 26 case 26:case _ -25 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 life life NOUN NN Number=Sing 20 obl 20:obl:in SpaceAfter=No 27 . . PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-0013 # text = Any suggestions would be appreciated. -1 Any any DET DT _ 2 det 2:det _ +1 Any any DET DT PronType=Ind 2 det 2:det _ 2 suggestions suggestion NOUN NNS Number=Plur 5 nsubj:pass 5:nsubj:pass _ 3 would would AUX MD VerbForm=Fin 5 aux 5:aux _ 4 be be AUX VB VerbForm=Inf 5 aux:pass 5:aux:pass _ @@ -116482,7 +116531,7 @@ # newpar id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-p0004 # text = I read the Civet Cat story from a little while ago, and tonight, when my Mom emailed me about it, I re-read it, and went to the website with the song the author of the email created. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 read read VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 read read VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 4 Civet civet NOUN NN Number=Sing 5 compound 5:compound _ 5 Cat cat NOUN NN Number=Sing 6 compound 6:compound _ @@ -116495,21 +116544,21 @@ 12 , , PUNCT , _ 25 punct 25:punct _ 13 and and CCONJ CC _ 25 cc 25:cc _ 14 tonight tonight NOUN NN Number=Sing 25 obl:tmod 25:obl:tmod SpaceAfter=No -15 , , PUNCT , _ 25 punct 25:punct _ -16 when when SCONJ WRB PronType=Int 19 mark 19:mark _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +15 , , PUNCT , _ 14 punct 14:punct _ +16 when when ADV WRB PronType=Int 19 advmod 19:advmod _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 Mom mom NOUN NN Number=Sing 19 nsubj 19:nsubj _ -19 emailed email VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 advcl 25:advcl:when _ -20 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 19 obj 19:obj _ +19 emailed email VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 advcl 25:advcl:when _ +20 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 19 iobj 19:iobj _ 21 about about ADP IN _ 22 case 22:case _ 22 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 obl 19:obl:about SpaceAfter=No -23 , , PUNCT , _ 25 punct 25:punct _ +23 , , PUNCT , _ 19 punct 19:punct _ 24 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 25 nsubj 25:nsubj|29:nsubj _ -25 re-read re-read VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +25 re-read re-read VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 26 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 25 obj 25:obj SpaceAfter=No 27 , , PUNCT , _ 29 punct 29:punct _ 28 and and CCONJ CC _ 29 cc 29:cc _ -29 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 conj 25:conj:and _ +29 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 25 conj 25:conj:and _ 30 to to ADP IN _ 32 case 32:case _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 32 website website NOUN NN Number=Sing 29 obl 29:obl:to _ @@ -116521,27 +116570,27 @@ 38 of of ADP IN _ 40 case 40:case _ 39 the the DET DT Definite=Def|PronType=Art 40 det 40:det _ 40 email email NOUN NN Number=Sing 37 nmod 37:nmod:of _ -41 created create VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 35 acl:relcl 35:acl:relcl SpaceAfter=No +41 created create VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 35 acl:relcl 35:acl:relcl SpaceAfter=No 42 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-0017 # text = Well, sure enough, when I heard the cats "Meowing," I imagined the hellish moments these poor beautiful creatures of God were living, what went on in their tiny, sweet little minds, and decided that I want to do something about this torture. 1 Well well INTJ UH _ 16 discourse 16:discourse SpaceAfter=No -2 , , PUNCT , _ 16 punct 16:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 sure sure ADV RB _ 16 advmod 16:advmod _ 4 enough enough ADV RB _ 3 advmod 3:advmod SpaceAfter=No -5 , , PUNCT , _ 16 punct 16:punct _ -6 when when SCONJ WRB PronType=Int 8 mark 8:mark _ +5 , , PUNCT , _ 3 punct 3:punct _ +6 when when ADV WRB PronType=Int 8 advmod 8:advmod _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 heard hear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:when _ +8 heard hear VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:when _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 cats cat NOUN NNS Number=Plur 12 nsubj 12:nsubj _ 11 " " PUNCT `` _ 12 punct 12:punct SpaceAfter=No 12 Meowing meow VERB VBG VerbForm=Ger 8 ccomp 8:ccomp SpaceAfter=No -13 , , PUNCT , _ 16 punct 16:punct SpaceAfter=No -14 " " PUNCT '' _ 16 punct 16:punct _ +13 , , PUNCT , _ 12 punct 12:punct SpaceAfter=No +14 " " PUNCT '' _ 12 punct 12:punct _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj|41:nsubj _ -16 imagined imagine VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +16 imagined imagine VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 18 hellish hellish ADJ JJ Degree=Pos 19 amod 19:amod _ 19 moments moment NOUN NNS Number=Plur 16 obj 16:obj _ @@ -116551,28 +116600,28 @@ 23 creatures creature NOUN NNS Number=Plur 27 nsubj 27:nsubj _ 24 of of ADP IN _ 25 case 25:case _ 25 God God PROPN NNP Number=Sing 23 nmod 23:nmod:of _ -26 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 27 aux 27:aux _ +26 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 27 aux 27:aux _ 27 living live VERB VBG Tense=Pres|VerbForm=Part 19 acl:relcl 19:acl:relcl SpaceAfter=No -28 , , PUNCT , _ 29 punct 29:punct _ -29 what what PRON WP PronType=Int 19 conj 19:conj _ -30 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 29 acl:relcl 29:acl:relcl _ +28 , , PUNCT , _ 30 punct 30:punct _ +29 what what PRON WP PronType=Int 30 nsubj 30:nsubj _ +30 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 conj 19:conj _ 31 on on ADP RP _ 30 compound:prt 30:compound:prt _ 32 in in ADP IN _ 38 case 38:case _ -33 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ +33 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ 34 tiny tiny ADJ JJ Degree=Pos 38 amod 38:amod SpaceAfter=No -35 , , PUNCT , _ 38 punct 38:punct _ +35 , , PUNCT , _ 34 punct 34:punct _ 36 sweet sweet ADJ JJ Degree=Pos 38 amod 38:amod _ 37 little little ADJ JJ Degree=Pos 38 amod 38:amod _ 38 minds mind NOUN NNS Number=Plur 30 obl 30:obl:in SpaceAfter=No 39 , , PUNCT , _ 41 punct 41:punct _ 40 and and CCONJ CC _ 41 cc 41:cc _ -41 decided decide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 conj 16:conj:and _ +41 decided decide VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 16 conj 16:conj:and _ 42 that that SCONJ IN _ 44 mark 44:mark _ 43 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 44 nsubj 44:nsubj|46:nsubj:xsubj _ -44 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 41 ccomp 41:ccomp _ +44 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 41 ccomp 41:ccomp _ 45 to to PART TO _ 46 mark 46:mark _ 46 do do VERB VB VerbForm=Inf 44 xcomp 44:xcomp _ -47 something something PRON NN Number=Sing 46 obj 46:obj _ +47 something something PRON NN Number=Sing|PronType=Ind 46 obj 46:obj _ 48 about about ADP IN _ 50 case 50:case _ 49 this this DET DT Number=Sing|PronType=Dem 50 det 50:det _ 50 torture torture NOUN NN Number=Sing 46 obl 46:obl:about SpaceAfter=No @@ -116581,15 +116630,15 @@ # sent_id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-0018 # text = So, if anyone can give me some advice, I'd sure appreciate it! 1 So so ADV RB _ 14 advmod 14:advmod SpaceAfter=No -2 , , PUNCT , _ 14 punct 14:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 if if SCONJ IN _ 6 mark 6:mark _ -4 anyone anyone PRON NN Number=Sing 6 nsubj 6:nsubj _ +4 anyone anyone PRON NN Number=Sing|PronType=Ind 6 nsubj 6:nsubj _ 5 can can AUX MD VerbForm=Fin 6 aux 6:aux _ 6 give give VERB VB VerbForm=Inf 14 advcl 14:advcl:if _ 7 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 6 iobj 6:iobj _ -8 some some DET DT _ 9 det 9:det _ +8 some some DET DT PronType=Ind 9 det 9:det _ 9 advice advice NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No -10 , , PUNCT , _ 14 punct 14:punct _ +10 , , PUNCT , _ 6 punct 6:punct _ 11-12 I'd _ _ _ _ _ _ _ _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 12 'd would AUX MD VerbForm=Fin 14 aux 14:aux _ @@ -116601,7 +116650,7 @@ # sent_id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-0019 # text = I think for starters, myself and those of you who believe in God could say a special prayer for them. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 for for ADP IN _ 4 case 4:case _ 4 starters starter NOUN NNS Number=Plur 2 obl 2:obl:for SpaceAfter=No 5 , , PUNCT , _ 16 punct 16:punct _ @@ -116611,7 +116660,7 @@ 9 of of ADP IN _ 10 case 10:case _ 10 you you PRON PRP Case=Acc|Person=2|PronType=Prs 8 nmod 8:nmod:of _ 11 who who PRON WP PronType=Rel 12 nsubj 8:ref _ -12 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +12 believe believe VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 13 in in ADP IN _ 14 case 14:case _ 14 God God PROPN NNP Number=Sing 12 obl 12:obl:in _ 15 could could AUX MD VerbForm=Fin 16 aux 16:aux _ @@ -116633,7 +116682,7 @@ # text = I've pasted the email for those who haven't seen or would like to re-read it. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 pasted paste VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 email email NOUN NN Number=Sing 3 obj 3:obj _ @@ -116641,7 +116690,7 @@ 7 those that PRON DT Number=Plur|PronType=Dem 3 obl 3:obl:for|11:nsubj|14:nsubj|16:nsubj:xsubj _ 8 who who PRON WP PronType=Rel 11 nsubj 7:ref _ 9-10 haven't _ _ _ _ _ _ _ _ -9 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 n't not PART RB _ 11 advmod 11:advmod _ 11 seen see VERB VBN Tense=Past|VerbForm=Part 7 acl:relcl 7:acl:relcl _ 12 or or CCONJ CC _ 14 cc 14:cc _ @@ -116655,13 +116704,13 @@ # sent_id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-0022 # text = It's also got the website where the song has been uploaded. 1-2 It's _ _ _ _ _ _ _ _ -1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ -2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ +1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ +2 's have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 also also ADV RB _ 4 advmod 4:advmod _ -4 got get VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ +4 got get VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 website website NOUN NN Number=Sing 4 obj 4:obj _ -7 where where SCONJ WRB PronType=Rel 12 mark 12:mark _ +6 website website NOUN NN Number=Sing 4 obj 4:obj|12:obl _ +7 where where ADV WRB PronType=Rel 12 advmod 6:ref _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 song song NOUN NN Number=Sing 12 nsubj:pass 12:nsubj:pass _ 10 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ @@ -116674,25 +116723,25 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 thinking think VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 23 punct 23:punct _ 5 that that SCONJ IN _ 23 mark 23:mark _ 6 while while SCONJ IN _ 9 mark 9:mark _ 7-8 I'm _ _ _ _ _ _ _ _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -8 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +8 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 9 sitting sit VERB VBG Tense=Pres|VerbForm=Part 23 advcl 23:advcl:while _ 10 here here ADV RB PronType=Dem 9 advmod 9:advmod SpaceAfter=No -11 , , PUNCT , _ 9 punct 9:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 relaxing relax VERB VBG VerbForm=Ger 9 advcl 9:advcl _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 enjoying enjoy VERB VBG VerbForm=Ger 12 conj 9:advcl|12:conj:and _ 15 myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes 14 obj 14:obj SpaceAfter=No -16 , , PUNCT , _ 23 punct 23:punct _ +16 , , PUNCT , _ 9 punct 9:punct _ 17 those that DET DT Number=Plur|PronType=Dem 20 det 20:det _ 18 poor poor ADJ JJ Degree=Pos 20 amod 20:amod _ 19 innocent innocent ADJ JJ Degree=Pos 20 amod 20:amod _ 20 animals animal NOUN NNS Number=Plur 23 nsubj:pass 23:nsubj:pass _ -21 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ +21 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ 22 being be AUX VBG VerbForm=Ger 23 aux:pass 23:aux:pass _ 23 cooked cook VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 ccomp 3:ccomp _ 24 to to ADP IN _ 25 case 25:case _ @@ -116721,7 +116770,7 @@ # newpar id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-p0005 # text = From: Travis Job 1 From from ADP IN _ 4 case 4:case SpaceAfter=No -2 : : PUNCT : _ 4 punct 4:punct _ +2 : : PUNCT : _ 1 punct 1:punct _ 3 Travis Travis PROPN NNP Number=Sing 4 compound 4:compound _ 4 Job Job PROPN NNP Number=Sing 0 root 0:root _ 5 < < PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No @@ -116731,20 +116780,20 @@ # sent_id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-0026 # text = Date: Thu, 11 Mar 2004 02:39:27 -0800 1 Date date NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ -3 Thu Thu PROPN NNP Number=Sing 1 appos 1:appos SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ -5 11 11 NUM CD NumType=Card 6 nummod 6:nummod _ -6 Mar Mar PROPN NNP Number=Sing 3 appos 3:appos _ -7 2004 2004 NUM CD NumType=Card 6 nmod:tmod 6:nmod:tmod _ -8 02:39:27 02:39:27 NUM CD NumType=Card 3 advmod 3:advmod _ -9 - - PUNCT , _ 3 punct 3:punct SpaceAfter=No -10 0800 0800 NUM CD NumType=Card 3 appos 3:appos _ +2 : : PUNCT : _ 3 punct 3:punct _ +3 Thu Thursday PROPN NNP Abbr=Yes|Number=Sing 1 appos 1:appos SpaceAfter=No +4 , , PUNCT , _ 6 punct 6:punct _ +5 11 11 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ +6 Mar March PROPN NNP Abbr=Yes|Number=Sing 3 appos 3:appos _ +7 2004 2004 NUM CD NumForm=Digit|NumType=Card 6 nmod:tmod 6:nmod:tmod _ +8 02:39:27 02:39:27 NUM CD NumForm=Digit|NumType=Card 3 nmod:tmod 3:nmod:tmod _ +9 - - PUNCT , _ 10 punct 10:punct SpaceAfter=No +10 0800 0800 NUM CD NumForm=Digit|NumType=Card 3 appos 3:appos _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-0027 # text = To: SPAR 1 To to ADP IN _ 3 case 3:case SpaceAfter=No -2 : : PUNCT : _ 3 punct 3:punct _ +2 : : PUNCT : _ 1 punct 1:punct _ 3 SPAR SPAR PROPN NNP Number=Sing 0 root 0:root _ 4 < < PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No 5 s...@sonic.net s...@sonic.net X ADD _ 3 list 3:list SpaceAfter=No @@ -116753,7 +116802,7 @@ # sent_id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-0028 # text = Subject: Civet Cats, James Rachels + a song 1 Subject subject NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 4 punct 4:punct _ 3 Civet civet NOUN NN Number=Sing 4 compound 4:compound _ 4 Cats cat NOUN NNS Number=Plur 1 appos 1:appos SpaceAfter=No 5 , , PUNCT , _ 6 punct 6:punct _ @@ -116768,8 +116817,8 @@ # text = This is my first time posting to the list, so I feel somewhat embarrassed by "promoting" a song I wrote, but I think it is fitting because it is directly tied to extreme animal suffering as a result of human lack of empathy, but an abundance of human greed. 1 This this PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -4 first first ADJ JJ Degree=Pos|NumType=Ord 5 amod 5:amod _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 5 amod 5:amod _ 5 time time NOUN NN Number=Sing 0 root 0:root _ 6 posting post VERB VBG VerbForm=Ger 5 acl 5:acl _ 7 to to ADP IN _ 9 case 9:case _ @@ -116778,7 +116827,7 @@ 10 , , PUNCT , _ 13 punct 13:punct _ 11 so so ADV RB _ 13 advmod 13:advmod _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ -13 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ +13 feel feel VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ 14 somewhat somewhat ADV RB _ 15 advmod 15:advmod _ 15 embarrassed embarrassed ADJ JJ Degree=Pos 13 xcomp 13:xcomp _ 16 by by SCONJ IN _ 18 mark 18:mark _ @@ -116788,11 +116837,11 @@ 20 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 21 song song NOUN NN Number=Sing 18 obj 18:obj _ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ -23 wrote write VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 acl:relcl 21:acl:relcl SpaceAfter=No +23 wrote write VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 21 acl:relcl 21:acl:relcl SpaceAfter=No 24 , , PUNCT , _ 27 punct 27:punct _ 25 but but CCONJ CC _ 27 cc 27:cc _ 26 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 nsubj 27:nsubj _ -27 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ +27 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ 28 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 30 nsubj 30:nsubj _ 29 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 30 cop 30:cop _ 30 fitting fitting ADJ JJ Degree=Pos 27 ccomp 27:ccomp _ @@ -116826,14 +116875,14 @@ # text = I'm not sure if any of you know much about civet cats, but to brief those who might not know, I will quote James Rachels, author of World Hunger and Moral Obligation among many other animal rights-related books and articles. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 sure sure ADJ JJ Degree=Pos 0 root 0:root _ 5 if if SCONJ IN _ 9 mark 9:mark _ -6 any any DET DT _ 9 nsubj 9:nsubj _ +6 any any DET DT PronType=Ind 9 nsubj 9:nsubj _ 7 of of ADP IN _ 8 case 8:case _ 8 you you PRON PRP Case=Acc|Person=2|PronType=Prs 6 nmod 6:nmod:of _ -9 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +9 know know VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ 10 much much ADJ JJ Degree=Pos 9 obj 9:obj _ 11 about about ADP IN _ 13 case 13:case _ 12 civet civet NOUN NN Number=Sing 13 compound 13:compound _ @@ -116847,27 +116896,27 @@ 20 might might AUX MD VerbForm=Fin 22 aux 22:aux _ 21 not not PART RB _ 22 advmod 22:advmod _ 22 know know VERB VB VerbForm=Inf 18 acl:relcl 18:acl:relcl SpaceAfter=No -23 , , PUNCT , _ 26 punct 26:punct _ +23 , , PUNCT , _ 17 punct 17:punct _ 24 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 26 nsubj 26:nsubj _ 25 will will AUX MD VerbForm=Fin 26 aux 26:aux _ 26 quote quote VERB VB VerbForm=Inf 4 conj 4:conj:but _ 27 James James PROPN NNP Number=Sing 26 obj 26:obj _ 28 Rachels Rachels PROPN NNP Number=Sing 27 flat 27:flat SpaceAfter=No -29 , , PUNCT , _ 27 punct 27:punct _ +29 , , PUNCT , _ 30 punct 30:punct _ 30 author author NOUN NN Number=Sing 27 appos 27:appos _ 31 of of ADP IN _ 33 case 33:case _ 32 World World PROPN NNP Number=Sing 33 compound 33:compound _ 33 Hunger Hunger PROPN NNP Number=Sing 30 nmod 30:nmod:of _ 34 and and CCONJ CC _ 36 cc 36:cc _ -35 Moral Moral PROPN NNP Number=Sing 36 compound 36:compound _ +35 Moral Moral ADJ NNP Degree=Pos 36 amod 36:amod _ 36 Obligation Obligation PROPN NNP Number=Sing 33 conj 30:nmod:of|33:conj:and _ 37 among among ADP IN _ 44 case 44:case _ 38 many many ADJ JJ Degree=Pos 44 amod 44:amod _ 39 other other ADJ JJ Degree=Pos 44 amod 44:amod _ 40 animal animal NOUN NN Number=Sing 41 compound 41:compound _ -41 rights rights NOUN NNS Number=Plur 43 compound 43:compound SpaceAfter=No -42 - - PUNCT , _ 43 punct 43:punct SpaceAfter=No -43 related relate VERB VBN Tense=Past|VerbForm=Part 44 amod 44:amod _ +41 rights right NOUN NNS Number=Plur 43 compound 43:compound SpaceAfter=No +42 - - PUNCT , _ 41 punct 41:punct SpaceAfter=No +43 related relate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 44 amod 44:amod _ 44 books book NOUN NNS Number=Plur 33 nmod 33:nmod:among _ 45 and and CCONJ CC _ 46 cc 46:cc _ 46 articles article NOUN NNS Number=Plur 44 conj 33:nmod:among|44:conj:and SpaceAfter=No @@ -116877,15 +116926,15 @@ # text = (I kind of see him to be for animal rights theory as Peter Singer is to the theory of utilitarianism applied to non-human animals). 1 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -3 kind kind ADV RB _ 5 advmod 5:advmod _ -4 of of ADV RB _ 3 fixed 3:fixed _ -5 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 kind kind NOUN NN ExtPos=ADV|Number=Sing 5 advmod 5:advmod _ +4 of of ADP IN _ 3 fixed 3:fixed _ +5 see see VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 obj 5:obj|12:nsubj:xsubj _ 7 to to PART TO _ 12 mark 12:mark _ 8 be be AUX VB VerbForm=Inf 12 cop 12:cop _ 9 for for ADP IN _ 12 case 12:case _ 10 animal animal NOUN NN Number=Sing 11 compound 11:compound _ -11 rights rights NOUN NNS Number=Plur 12 compound 12:compound _ +11 rights right NOUN NNS Number=Plur 12 compound 12:compound _ 12 theory theory NOUN NN Number=Sing 5 xcomp 5:xcomp _ 13 as as SCONJ IN _ 19 mark 19:mark _ 14 Peter Peter PROPN NNP Number=Sing 19 nsubj 19:nsubj _ @@ -116896,7 +116945,7 @@ 19 theory theory NOUN NN Number=Sing 12 advcl 12:advcl:as _ 20 of of ADP IN _ 21 case 21:case _ 21 utilitarianism utilitarianism NOUN NN Number=Sing 19 nmod 19:nmod:of _ -22 applied apply VERB VBN Tense=Past|VerbForm=Part 19 acl 19:acl _ +22 applied apply VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 acl 19:acl _ 23 to to ADP IN _ 25 case 25:case _ 24 non-human non-human ADJ JJ Degree=Pos 25 amod 25:amod _ 25 animals animal NOUN NNS Number=Plur 22 obl 22:obl:to SpaceAfter=No @@ -116911,13 +116960,13 @@ 4 from from ADP IN _ 6 case 6:case _ 5 an a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 article article NOUN NN Number=Sing 0 root 0:root _ -7 entitled entitle VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 entitled entitle VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No 9 Vegetarianism Vegetarianism PROPN NNP Number=Sing 7 ccomp 7:ccomp _ 10 and and CCONJ CC _ 15 cc 15:cc _ -11 ` ` PUNCT `` _ 15 punct 15:punct SpaceAfter=No +11 ` ` PUNCT `` _ 10 punct 10:punct SpaceAfter=No 12 The the DET DT Definite=Def|PronType=Art 15 det 15:det _ -13 Other Other PROPN NNP Number=Sing 15 compound 15:compound _ +13 Other Other ADJ NNP Degree=Pos 15 amod 15:amod _ 14 Weight Weight PROPN NNP Number=Sing 15 compound 15:compound _ 15 Problem Problem PROPN NNP Number=Sing 9 conj 7:ccomp|9:conj:and SpaceAfter=No 16 ' ' PUNCT '' _ 15 punct 15:punct SpaceAfter=No @@ -116926,15 +116975,15 @@ # sent_id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-0033 # text = If anyone wants the complete article, email me, as it is a very good article which no meat-eater can read and not sense their own hypocrisy. 1 If if SCONJ IN _ 3 mark 3:mark _ -2 anyone anyone PRON NN Number=Sing 3 nsubj 3:nsubj _ +2 anyone anyone PRON NN Number=Sing|PronType=Ind 3 nsubj 3:nsubj _ 3 wants want VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:if _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 complete complete ADJ JJ Degree=Pos 6 amod 6:amod _ 6 article article NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -7 , , PUNCT , _ 8 punct 8:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 email email VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -9 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 obj 8:obj SpaceAfter=No -10 , , PUNCT , _ 8 punct 8:punct _ +9 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 iobj 8:iobj SpaceAfter=No +10 , , PUNCT , _ 17 punct 17:punct _ 11 as as SCONJ IN _ 17 mark 17:mark _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ @@ -116943,16 +116992,16 @@ 16 good good ADJ JJ Degree=Pos 17 amod 17:amod _ 17 article article NOUN NN Number=Sing 8 advcl 8:advcl:as|24:obj _ 18 which which PRON WDT PronType=Rel 24 obj 17:ref _ -19 no no DET DT _ 22 det 22:det _ +19 no no DET DT PronType=Neg 22 det 22:det _ 20 meat meat NOUN NN Number=Sing 22 compound 22:compound SpaceAfter=No -21 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No +21 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No 22 eater eater NOUN NN Number=Sing 24 nsubj 24:nsubj|27:nsubj _ 23 can can AUX MD VerbForm=Fin 24 aux 24:aux _ 24 read read VERB VB VerbForm=Inf 17 acl:relcl 17:acl:relcl _ 25 and and CCONJ CC _ 27 cc 27:cc _ 26 not not PART RB _ 27 advmod 27:advmod _ 27 sense sense VERB VB VerbForm=Inf 24 conj 17:acl:relcl|24:conj:and _ -28 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +28 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 29 own own ADJ JJ Degree=Pos 30 amod 30:amod _ 30 hypocrisy hypocrisy NOUN NN Number=Sing 27 obj 27:obj SpaceAfter=No 31 . . PUNCT . _ 8 punct 8:punct _ @@ -116961,8 +117010,8 @@ # text = But this is what he says about civet cats: 1 But but CCONJ CC _ 4 cc 4:cc _ 2 this this PRON DT Number=Sing|PronType=Dem 4 nsubj 4:nsubj _ -3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _|CheckUPOS=VERB -4 what what PRON WP PronType=Int 0 root 0:root _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +4 what what PRON WP PronType=Rel 0 root 0:root|6:obj _ 5 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 6 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 about about ADP IN _ 9 case 9:case _ @@ -116976,7 +117025,7 @@ 2 As as ADP IN _ 4 case 4:case _ 3 an a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 example example NOUN NN Number=Sing 6 obl 6:obl:as SpaceAfter=No -5 , , PUNCT , _ 6 punct 6:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 consider consider VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 treatment treatment NOUN NN Number=Sing 6 obj 6:obj _ @@ -116984,7 +117033,7 @@ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 civet civet NOUN NN Number=Sing 12 compound 12:compound _ 12 cat cat NOUN NN Number=Sing 8 nmod 8:nmod:of SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ +13 , , PUNCT , _ 19 punct 19:punct _ 14 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 15 highly highly ADV RB _ 16 advmod 16:advmod _ 16 intelligent intelligent ADJ JJ Degree=Pos 19 amod 19:amod _ @@ -116997,34 +117046,34 @@ # text = Civet cats are trapped and placed in small cages inside darkened sheds, where the temperature is kept up to 110 F by fires. 1 Civet civet NOUN NN Number=Sing 2 compound 2:compound _ 2 cats cat NOUN NNS Number=Plur 4 nsubj:pass 4:nsubj:pass|6:nsubj:pass _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 trapped trap VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 placed place VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and _ +6 placed place VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 conj 4:conj:and _ 7 in in ADP IN _ 9 case 9:case _ 8 small small ADJ JJ Degree=Pos 9 amod 9:amod _ 9 cages cage NOUN NNS Number=Plur 6 obl 6:obl:in _ 10 inside inside ADP IN _ 12 case 12:case _ -11 darkened darken VERB VBN Tense=Past|VerbForm=Part 12 amod 12:amod _ -12 sheds shed NOUN NNS Number=Plur 9 nmod 9:nmod:inside SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ -14 where where SCONJ WRB PronType=Rel 18 mark 18:mark _ +11 darkened darken VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 amod 12:amod _ +12 sheds shed NOUN NNS Number=Plur 9 nmod 9:nmod:inside|18:obl SpaceAfter=No +13 , , PUNCT , _ 18 punct 18:punct _ +14 where where ADV WRB PronType=Rel 18 advmod 12:ref _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 temperature temperature NOUN NN Number=Sing 18 nsubj:pass 18:nsubj:pass _ 17 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 aux:pass 18:aux:pass _ 18 kept keep VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 acl:relcl 12:acl:relcl _ 19 up up ADP IN _ 21 advmod 21:advmod _ 20 to to ADP IN _ 19 fixed 19:fixed _ -21 110 110 NUM CD NumType=Card 22 nummod 22:nummod _ +21 110 110 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod _ 22 F F PROPN NNP Number=Sing 18 obj 18:obj _ 23 by by ADP IN _ 24 case 24:case _ -24 fires fire NOUN NNS Number=Plur 18 obl 18:obl:by SpaceAfter=No +24 fires fire NOUN NNS Number=Plur 18 obl:agent 18:obl:agent SpaceAfter=No 25 . . PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-0037 # text = They are confined in this way until they finally die. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj:pass 3:nsubj:pass _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ 3 confined confine VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 in in ADP IN _ 6 case 6:case _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ @@ -117032,7 +117081,7 @@ 7 until until SCONJ IN _ 10 mark 10:mark _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 9 finally finally ADV RB _ 10 advmod 10:advmod _ -10 die die VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:until SpaceAfter=No +10 die die VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:until SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-0038 @@ -117048,7 +117097,7 @@ # text = These animals have the misfortune to produce a substance that is useful in the manufacture of perfume. 1 These this DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 animals animal NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 misfortune misfortune NOUN NN Number=Sing 3 obj 3:obj _ 6 to to PART TO _ 7 mark 7:mark _ @@ -117068,36 +117117,36 @@ # sent_id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-0040 # text = Musk, which is scraped from their genitals once a day for as long as they can surv ive, makes the scent of perfume last a bit longer after each application. 1 Musk musk NOUN NN Number=Sing 21 nsubj 5:nsubj:pass|21:nsubj SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 5 punct 5:punct _ 3 which which PRON WDT PronType=Rel 5 nsubj:pass 1:ref _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ 5 scraped scrape VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 acl:relcl 1:acl:relcl _ 6 from from ADP IN _ 8 case 8:case _ -7 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 genitals genitals NOUN NNS Number=Plur 5 obl 5:obl:from _ -9 once once ADV RB NumType=Mult 5 advmod 5:advmod _ +9 once once ADV RB NumForm=Word|NumType=Mult 5 advmod 5:advmod _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -11 day day NOUN NN Number=Sing 9 obl:npmod 9:obl:npmod _ +11 day day NOUN NN Number=Sing 9 obl:tmod 9:obl:tmod _ 12 for for ADP IN _ 14 case 14:case _ 13 as as ADV RB _ 14 advmod 14:advmod _ 14 long long ADV RB Degree=Pos 5 obl 5:obl:for _ 15 as as SCONJ IN _ 18 mark 18:mark _ 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 17 can can AUX MD VerbForm=Fin 18 aux 18:aux _ -18 surv surv X GW _ 14 advcl 14:advcl:as _ -19 ive ive VERB VB VerbForm=Inf 18 goeswith 18:goeswith SpaceAfter=No -20 , , PUNCT , _ 21 punct 21:punct _ +18 surv survive VERB GW Typo=Yes|VerbForm=Inf 14 advcl 14:advcl:as _ +19 ive _ X VB _ 18 goeswith 18:goeswith SpaceAfter=No +20 , , PUNCT , _ 1 punct 1:punct _ 21 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -23 scent scent NOUN NN Number=Sing 26 nsubj 26:nsubj _ +23 scent scent NOUN NN Number=Sing 21 obj 21:obj|26:nsubj:xsubj _ 24 of of ADP IN _ 25 case 25:case _ 25 perfume perfume NOUN NN Number=Sing 23 nmod 23:nmod:of _ -26 last last VERB VB VerbForm=Inf 21 ccomp 21:ccomp _ +26 last last VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ 27 a a DET DT Definite=Ind|PronType=Art 28 det 28:det _ 28 bit bit NOUN NN Number=Sing 29 obl:npmod 29:obl:npmod _ -29 longer longer ADV RBR Degree=Cmp 26 advmod 26:advmod _ +29 longer long ADV RBR Degree=Cmp 26 advmod 26:advmod _ 30 after after ADP IN _ 32 case 32:case _ -31 each each DET DT _ 32 det 32:det _ +31 each each DET DT PronType=Tot 32 det 32:det _ 32 application application NOUN NN Number=Sing 26 obl 26:obl:after SpaceAfter=No 33 . . PUNCT . _ 21 punct 21:punct _ @@ -117107,7 +117156,7 @@ 2 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 heat heat NOUN NN Number=Sing 4 nsubj 4:nsubj _ 4 increases increase VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No 7 production production NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 8 " " PUNCT '' _ 7 punct 7:punct _ @@ -117123,22 +117172,22 @@ 2 Kant Kant PROPN NNP Number=Sing 4 nmod:poss 4:nmod:poss _ 3 's 's PART POS _ 2 case 2:case _ 4 rule rule NOUN NN Number=Sing 22 nsubj:pass 22:nsubj:pass SpaceAfter=No -5 -- -- PUNCT , _ 4 punct 4:punct SpaceAfter=No +5 -- -- PUNCT , _ 10 punct 10:punct SpaceAfter=No 6 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No 7 Animals animal NOUN NNS Number=Plur 10 nsubj 10:nsubj _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 9 merely merely ADV RB _ 10 advmod 10:advmod _ 10 means means NOUN NNS Number=Plur 4 appos 4:appos _ 11 to to ADP IN _ 13 case 13:case _ 12 an a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 end end NOUN NN Number=Sing 10 nmod 10:nmod:to SpaceAfter=No -14 ; ; PUNCT , _ 10 punct 10:punct _ +14 ; ; PUNCT , _ 18 punct 18:punct _ 15 that that DET DT Number=Sing|PronType=Dem 16 det 16:det _ 16 end end NOUN NN Number=Sing 18 nsubj 18:nsubj _ 17 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 18 man man NOUN NN Number=Sing 10 acl 10:acl SpaceAfter=No 19 " " PUNCT '' _ 10 punct 10:punct SpaceAfter=No -20 -- -- PUNCT , _ 22 punct 22:punct SpaceAfter=No +20 -- -- PUNCT , _ 4 punct 4:punct SpaceAfter=No 21 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 aux:pass 22:aux:pass _ 22 applied apply VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 23 with with ADP IN _ 25 case 25:case _ @@ -117150,22 +117199,22 @@ # text = To promote one of the most trivial interests we have, thousands of animals are tormented for their whole lives." 1 To to PART TO _ 2 mark 2:mark _ 2 promote promote VERB VB VerbForm=Inf 16 advcl 16:advcl:to _ -3 one one NUM CD NumType=Card 2 obj 2:obj _ +3 one one NUM CD NumForm=Word|NumType=Card 2 obj 2:obj _ 4 of of ADP IN _ 8 case 8:case _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -6 most most ADV RBS _ 7 advmod 7:advmod _ +6 most most ADV RBS Degree=Sup 7 advmod 7:advmod _ 7 trivial trivial ADJ JJ Degree=Pos 8 amod 8:amod _ 8 interests interest NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl SpaceAfter=No -11 , , PUNCT , _ 16 punct 16:punct _ +10 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl SpaceAfter=No +11 , , PUNCT , _ 2 punct 2:punct _ 12 thousands thousand NOUN NNS Number=Plur 16 nsubj:pass 16:nsubj:pass _ 13 of of ADP IN _ 14 case 14:case _ 14 animals animal NOUN NNS Number=Plur 12 nmod 12:nmod:of _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux:pass 16:aux:pass _ +15 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 aux:pass 16:aux:pass _ 16 tormented torment VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 17 for for ADP IN _ 20 case 20:case _ -18 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +18 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 19 whole whole ADJ JJ Degree=Pos 20 amod 20:amod _ 20 lives life NOUN NNS Number=Plur 16 obl 16:obl:for SpaceAfter=No 21 . . PUNCT . _ 16 punct 16:punct SpaceAfter=No @@ -117180,8 +117229,8 @@ 5 specifically specifically ADV RB _ 7 advmod 7:advmod _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 piece piece NOUN NN Number=Sing 2 conj 2:conj:and|9:nsubj SpaceAfter=No -8 , , PUNCT , _ 9 punct 9:punct _ -9 effected effect VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 , , PUNCT , _ 2 punct 2:punct _ +9 effected effect VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 9 obj 9:obj _ 11 enough enough ADV RB _ 9 advmod 9:advmod _ 12 to to PART TO _ 13 mark 13:mark _ @@ -117198,7 +117247,7 @@ # sent_id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-0045 # text = If anyone is interested in listening to this song, and in offering their opinion, whether it be positive or negative, I'd appreciate it. 1 If if SCONJ IN _ 4 mark 4:mark _ -2 anyone anyone PRON NN Number=Sing 4 nsubj 4:nsubj _ +2 anyone anyone PRON NN Number=Sing|PronType=Ind 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 interested interested ADJ JJ Degree=Pos 26 advcl 26:advcl:if _ 5 in in SCONJ IN _ 6 mark 6:mark _ @@ -117210,16 +117259,16 @@ 11 and and CCONJ CC _ 13 cc 13:cc _ 12 in in SCONJ IN _ 13 mark 13:mark _ 13 offering offer VERB VBG VerbForm=Ger 6 conj 4:advcl:in|6:conj:and _ -14 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 opinion opinion NOUN NN Number=Sing 13 obj 13:obj SpaceAfter=No -16 , , PUNCT , _ 13 punct 13:punct _ +16 , , PUNCT , _ 20 punct 20:punct _ 17 whether whether SCONJ IN _ 20 mark 20:mark _ 18 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj|22:nsubj _ 19 be be AUX VB VerbForm=Inf 20 cop 20:cop _ 20 positive positive ADJ JJ Degree=Pos 13 advcl 13:advcl:whether _ 21 or or CCONJ CC _ 22 cc 22:cc _ 22 negative negative ADJ JJ Degree=Pos 20 conj 13:advcl:whether|20:conj:or SpaceAfter=No -23 , , PUNCT , _ 26 punct 26:punct _ +23 , , PUNCT , _ 4 punct 4:punct _ 24-25 I'd _ _ _ _ _ _ _ _ 24 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 26 nsubj 26:nsubj _ 25 'd would AUX MD VerbForm=Fin 26 aux 26:aux _ @@ -117232,28 +117281,29 @@ 1 But but CCONJ CC _ 4 cc 4:cc _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 3 also also ADV RB _ 4 advmod 4:advmod _ -4 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 no no DET DT _ 6 det 6:det _ -6 one one NOUN NN Number=Sing 7 nsubj 7:nsubj _ +4 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 no no DET DT PronType=Neg 6 det 6:det _ +6 one one PRON NN Number=Sing|PronType=Neg 7 nsubj 7:nsubj _ 7 feels feel VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ -8 any any DET DT _ 9 det 9:det _ +8 any any DET DT PronType=Ind 9 det 9:det _ 9 obligation obligation NOUN NN Number=Sing 7 obj 7:obj _ 10 to to PART TO _ 11 mark 11:mark _ 11 download download VERB VB VerbForm=Inf 9 acl 9:acl:to SpaceAfter=No -12 , , PUNCT , _ 7 punct 7:punct _ +12 , , PUNCT , _ 16 punct 16:punct _ 13 especially especially ADV RB _ 16 advmod 16:advmod _ 14 if if SCONJ IN _ 16 mark 16:mark _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -16 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ +16 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ 17 an a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 18 internet internet NOUN NN Number=Sing 19 compound 19:compound _ 19 connection connection NOUN NN Number=Sing 16 obj 16:obj _ 20 as as ADV RB _ 21 advmod 21:advmod _ 21 slow slow ADJ JJ Degree=Pos 19 amod 19:amod _ -22 mine mine PRON PRP _ 21 obl:npmod 21:obl:npmod _ +21.1 _ as ADP IN Typo=Yes _ _ 22:case CorrectForm=as +22 mine my PRON PRP Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 obl 21:obl:as _ 23 ( ( PUNCT -LRB- _ 25 punct 25:punct SpaceAfter=No -24 28 28 NUM CD NumType=Card 25 nummod 25:nummod SpaceAfter=No -25 k k NUM CD NumType=Card 22 nmod:npmod 22:nmod:npmod SpaceAfter=No +24 28 28 NUM CD NumForm=Digit|NumType=Card 25 nummod 25:nummod SpaceAfter=No +25 k thousand NUM CD Abbr=Yes|NumForm=Word|NumType=Card 22 parataxis 22:parataxis SpaceAfter=No 26 ) ) PUNCT -RRB- _ 25 punct 25:punct SpaceAfter=No 27 . . PUNCT . _ 4 punct 4:punct _ @@ -117265,22 +117315,22 @@ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 song song NOUN NN Number=Sing 2 nmod 2:nmod:for _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ -7 http://www.sonic.net/~fsjob/TragiCore-TheCivetCat.mp3 http://www.sonic.net/~fsjob/tragicore-thecivetcat.mp3 X ADD _ 0 root 0:root _ +7 http://www.sonic.net/~fsjob/TragiCore-TheCivetCat.mp3 http://www.sonic.net/~fsjob/TragiCore-TheCivetCat.mp3 X ADD _ 0 root 0:root _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-0048 # text = Although there are no human vocals/lyrics, I think it's subject matter is audible. 1 Although although SCONJ IN _ 3 mark 3:mark _ 2 there there PRON EX _ 3 expl 3:expl _ -3 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:although _ -4 no no DET DT _ 8 det 8:det _ +3 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:although _ +4 no no DET DT PronType=Neg 8 det 8:det _ 5 human human ADJ JJ Degree=Pos 8 amod 8:amod _ -6 vocals vocal NOUN NNS Number=Plur 8 compound 8:compound SpaceAfter=No -7 / / PUNCT , _ 8 punct 8:punct SpaceAfter=No -8 lyrics lyric NOUN NNS Number=Plur 3 nsubj 3:nsubj SpaceAfter=No -9 , , PUNCT , _ 11 punct 11:punct _ +6 vocals vocal NOUN NNS Number=Plur 3 nsubj 3:nsubj SpaceAfter=No +7 / / SYM SYM _ 8 cc 8:cc SpaceAfter=No +8 lyrics lyric NOUN NNS Number=Plur 6 conj 3:nsubj|6:conj:slash SpaceAfter=No +9 , , PUNCT , _ 3 punct 3:punct _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -12 it's it's PRON PRP$ _ 14 nmod:poss 14:nmod:poss _ +11 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +12 it's its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 14 nmod:poss 14:nmod:poss CorrectForm=its 13 subject subject NOUN NN Number=Sing 14 compound 14:compound _ 14 matter matter NOUN NN Number=Sing 16 nsubj 16:nsubj _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ @@ -117290,17 +117340,18 @@ # sent_id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-0049 # text = Again, if anyone wants to read Rachels' entire article, let me know. 1 Again again ADV RB _ 13 advmod 13:advmod SpaceAfter=No -2 , , PUNCT , _ 13 punct 13:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 if if SCONJ IN _ 5 mark 5:mark _ -4 anyone anyone PRON NN Number=Sing 5 nsubj 5:nsubj|7:nsubj:xsubj _ +4 anyone anyone PRON NN Number=Sing|PronType=Ind 5 nsubj 5:nsubj|7:nsubj:xsubj _ 5 wants want VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ 6 to to PART TO _ 7 mark 7:mark _ 7 read read VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ -8 Rachels Rachels PROPN NNP Number=Sing 11 nmod:poss 11:nmod:poss SpaceAfter=No +8-9 Rachels' _ _ _ _ _ _ _ _ +8 Rachels Rachels PROPN NNP Number=Sing 11 nmod:poss 11:nmod:poss _ 9 ' 's PART POS _ 8 case 8:case _ 10 entire entire ADJ JJ Degree=Pos 11 amod 11:amod _ 11 article article NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No -12 , , PUNCT , _ 13 punct 13:punct _ +12 , , PUNCT , _ 5 punct 5:punct _ 13 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 14 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 13 obj 13:obj|15:nsubj:xsubj _ 15 know know VERB VB VerbForm=Inf 13 xcomp 13:xcomp SpaceAfter=No @@ -117324,13 +117375,13 @@ 3 already already ADV RB _ 5 advmod 5:advmod _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 vegetarian vegetarian NOUN NN Number=Sing 0 root 0:root _ -6 when when SCONJ WRB PronType=Int 8 mark 8:mark _ +6 when when ADV WRB PronType=Int 8 advmod 8:advmod _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 read read VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:when _ +8 read read VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:when _ 9 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 obj 8:obj _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 little little ADJ JJ Degree=Pos 12 obl 12:obl _ -12 more more ADJ JJR Degree=Cmp 15 advmod 15:advmod _ +12 more more ADJ JJR Degree=Cmp|ExtPos=ADV 15 advmod 15:advmod _ 13 than than ADP IN _ 12 fixed 12:fixed _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 year year NOUN NN Number=Sing 16 obl:npmod 16:obl:npmod _ @@ -117339,10 +117390,10 @@ 18 but but CCONJ CC _ 21 cc 21:cc _ 19 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj _ 20 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 cop 21:cop _ -21 one one NUM CD NumType=Card 5 conj 5:conj:but _ +21 one one NUM CD NumForm=Word|NumType=Card 5 conj 5:conj:but _ 22 of of ADP IN _ 25 case 25:case _ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ -24 bigger bigger ADJ JJR Degree=Cmp 25 amod 25:amod _ +24 bigger big ADJ JJR Degree=Cmp 25 amod 25:amod _ 25 factors factor NOUN NNS Number=Plur 21 nmod 21:nmod:of _ 26 for for ADP IN _ 27 case 27:case _ 27 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 25 nmod 25:nmod:for _ @@ -117355,9 +117406,9 @@ # sent_id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-0052 # text = I hope all are well. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 all all DET DT _ 5 nsubj 5:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 all all DET DT PronType=Tot 5 nsubj 5:nsubj _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 well well ADJ JJ Degree=Pos 2 ccomp 2:ccomp SpaceAfter=No 6 . . PUNCT . _ 2 punct 2:punct _ @@ -117379,8 +117430,8 @@ # text = icq uin: 5249025 1 icq icq NOUN NN Number=Sing 2 compound 2:compound _ 2 uin uin NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ -4 5249025 5249025 NUM CD NumType=Card 2 list 2:list _ +3 : : PUNCT : _ 4 punct 4:punct _ +4 5249025 5249025 NUM CD NumForm=Digit|NumType=Card 2 list 2:list _ # sent_id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-0056 # text = "Note to Wigner: Do you think your friend could feed my cat? @@ -117388,15 +117439,15 @@ 2 Note note NOUN NN Number=Sing 0 root 0:root _ 3 to to ADP IN _ 4 case 4:case _ 4 Wigner Wigner PROPN NNP Number=Sing 2 nmod 2:nmod:to SpaceAfter=No -5 : : PUNCT : _ 2 punct 2:punct _ -6 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +5 : : PUNCT : _ 8 punct 8:punct _ +6 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ 8 think think VERB VB VerbForm=Inf 2 appos 2:appos _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 friend friend NOUN NN Number=Sing 12 nsubj 12:nsubj _ 11 could could AUX MD VerbForm=Fin 12 aux 12:aux _ 12 feed feed VERB VB VerbForm=Inf 8 ccomp 8:ccomp _ -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 cat cat NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No 15 ? ? PUNCT . _ 2 punct 2:punct _ @@ -117426,10 +117477,10 @@ # sent_id = newsgroup-groups.google.com_alt.animals.cat_01ff709c4bf2c60c_ENG_20040418_040100-0061 # text = .: GO VEGAN :. -1 .: .: SYM NFP _ 2 punct 2:punct _ +1 .: .: PUNCT NFP _ 2 punct 2:punct _ 2 GO go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 VEGAN vegan ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ -4 :. :. SYM NFP _ 2 punct 2:punct _ +4 :. :. PUNCT NFP _ 2 punct 2:punct _ # newdoc id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100 # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0001 @@ -117453,21 +117504,21 @@ # newpar id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-p0002 # text = I found this on a bulletin board and decided to try it: I don't care about the useless pre-fabricated crap this message usually says. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|9:nsubj|11:nsubj:xsubj _ -2 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 this this PRON DT Number=Sing|PronType=Dem 2 obj 2:obj _ 4 on on ADP IN _ 7 case 7:case _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 bulletin bulletin NOUN NN Number=Sing 7 compound 7:compound _ 7 board board NOUN NN Number=Sing 2 obl 2:obl:on _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 decided decide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +9 decided decide VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 10 to to PART TO _ 11 mark 11:mark _ 11 try try VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj SpaceAfter=No -13 : : PUNCT : _ 2 punct 2:punct _ +13 : : PUNCT : _ 17 punct 17:punct _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ 15-16 don't _ _ _ _ _ _ _ _ -15 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +15 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 16 n't not PART RB _ 17 advmod 17:advmod _ 17 care care VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ 18 about about ADP IN _ 22 case 22:case _ @@ -117483,14 +117534,14 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0004 # text = All I say is, it works. -1 All all DET DT _ 4 nsubj 4:nsubj _ +1 All all DET DT PronType=Tot 7 nsubj:outer 7:nsubj:outer _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ -4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +3 say say VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop SpaceAfter=No +5 , , PUNCT , _ 4 punct 4:punct _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 works work VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp SpaceAfter=No -8 . . PUNCT . _ 4 punct 4:punct _ +7 works work VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +8 . . PUNCT . _ 7 punct 7:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0005 # text = Continue pre-fab crap. @@ -117511,11 +117562,11 @@ # newpar id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-p0004 # text = Within seven days, I started getting money in the mail!! 1 Within within ADP IN _ 3 case 3:case _ -2 seven seven NUM CD NumType=Card 3 nummod 3:nummod _ +2 seven seven NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 days day NOUN NNS Number=Plur 6 obl 6:obl:within SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj|7:nsubj:xsubj _ -6 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 started start VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 getting get VERB VBG VerbForm=Ger 6 xcomp 6:xcomp _ 8 money money NOUN NN Number=Sing 7 obj 7:obj _ 9 in in ADP IN _ 11 case 11:case _ @@ -117533,7 +117584,7 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0009 # text = I figured it would end soon, but the money just kept coming in. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 figured figure VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 figured figure VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 4 would would AUX MD VerbForm=Fin 5 aux 5:aux _ 5 end end VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ @@ -117543,7 +117594,7 @@ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 money money NOUN NN Number=Sing 12 nsubj 12:nsubj|13:nsubj:xsubj _ 11 just just ADV RB _ 12 advmod 12:advmod _ -12 kept keep VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:but _ +12 kept keep VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:but _ 13 coming come VERB VBG VerbForm=Ger 12 xcomp 12:xcomp _ 14 in in ADV RB _ 13 advmod 13:advmod SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ @@ -117551,15 +117602,15 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0010 # text = In my first week, I made about $25.00. 1 In in ADP IN _ 4 case 4:case _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ -3 first first ADJ JJ Degree=Pos|NumType=Ord 4 amod 4:amod _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 4 amod 4:amod _ 4 week week NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 made make VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 about about ADV RB _ 9 advmod 9:advmod _ 9 $ $ SYM $ _ 7 obj 7:obj SpaceAfter=No -10 25.00 25.00 NUM CD NumType=Card 9 nummod 9:nummod SpaceAfter=No +10 25.00 25.00 NUM CD NumForm=Digit|NumType=Frac 9 nummod 9:nummod SpaceAfter=No 11 . . PUNCT . _ 7 punct 7:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0011 @@ -117569,32 +117620,32 @@ 3 end end NOUN NN Number=Sing 10 obl 10:obl:by _ 4 of of ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 second second ADJ JJ Degree=Pos|NumType=Ord 7 amod 7:amod _ +6 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 7 amod 7:amod _ 7 week week NOUN NN Number=Sing 3 nmod 3:nmod:of _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -9 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 aux 10:aux _ +9 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 10 aux 10:aux _ 10 made make VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 total total NOUN NN Number=Sing 10 obj 10:obj _ 13 of of ADP IN _ 16 case 16:case _ -14 more more ADJ JJR Degree=Cmp 16 advmod 16:advmod _ +14 more more ADJ JJR Degree=Cmp|ExtPos=ADV 16 advmod 16:advmod _ 15 than than ADP IN _ 14 fixed 14:fixed _ 16 $ $ SYM $ _ 12 nmod 12:nmod:of SpaceAfter=No -17 1000.00 1000.00 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No +17 1000.00 1000.00 NUM CD NumForm=Digit|NumType=Frac 16 nummod 16:nummod SpaceAfter=No 18 !! !! PUNCT . _ 10 punct 10:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0012 # text = In the third week I had more than $10,000.00 and it's still growing!! 1 In in ADP IN _ 4 case 4:case _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 third third ADJ JJ Degree=Pos|NumType=Ord 4 amod 4:amod _ +3 third third ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 4 amod 4:amod _ 4 week week NOUN NN Number=Sing 6 obl 6:obl:in _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -7 more more ADJ JJR Degree=Cmp 9 advmod 9:advmod _ +6 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 more more ADJ JJR Degree=Cmp|ExtPos=ADV 9 advmod 9:advmod _ 8 than than ADP IN _ 7 fixed 7:fixed _ 9 $ $ SYM $ _ 6 obj 6:obj SpaceAfter=No -10 10,000.00 10,000.00 NUM CD NumType=Card 9 nummod 9:nummod _ +10 10,000.00 10000.00 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 11 and and CCONJ CC _ 15 cc 15:cc _ 12-13 it's _ _ _ _ _ _ _ _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ @@ -117608,18 +117659,18 @@ 1 This this PRON DT Number=Sing|PronType=Dem 6 nsubj 6:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 3 now now ADV RB _ 6 advmod 6:advmod _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ -5 fourth fourth ADJ JJ Degree=Pos|NumType=Ord 6 amod 6:amod _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 fourth fourth ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 6 amod 6:amod _ 6 week week NOUN NN Number=Sing 0 root 0:root _ 7 and and CCONJ CC _ 10 cc 10:cc _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -9 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +9 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 made make VERB VBN Tense=Past|VerbForm=Part 6 conj 6:conj:and _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 total total NOUN NN Number=Sing 10 obj 10:obj _ 13 of of ADP IN _ 14 case 14:case _ 14 $ $ SYM $ _ 12 nmod 12:nmod:of SpaceAfter=No -15 42,000.00 42,000.00 NUM CD NumType=Card 14 nummod 14:nummod _ +15 42,000.00 42000.00 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 16 and and CCONJ CC _ 20 cc 20:cc _ 17-18 it's _ _ _ _ _ _ _ _ 17 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ @@ -117637,14 +117688,14 @@ 3 certainly certainly ADV RB _ 5 advmod 5:advmod _ 4 worth worth ADP IN _ 5 case 5:case _ 5 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -6 6.00 6.00 NUM CD NumType=Card 5 nummod 5:nummod _ +6 6.00 6.00 NUM CD NumForm=Digit|NumType=Frac 5 nummod 5:nummod _ 7 and and CCONJ CC _ 9 cc 9:cc _ -8 six six NUM CD NumType=Card 9 nummod 9:nummod _ +8 six six NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 9 stamps stamp NOUN NNS Number=Plur 5 conj 5:conj:and SpaceAfter=No 10 , , PUNCT , _ 14 punct 14:punct _ 11 and and CCONJ CC _ 14 cc 14:cc _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -13 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +13 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 14 spent spend VERB VBN Tense=Past|VerbForm=Part 5 conj 5:conj:and _ 15 more more ADJ JJR Degree=Cmp 14 obj 14:obj _ 16 than than ADP IN _ 17 case 17:case _ @@ -117662,15 +117713,15 @@ 1 Let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ 3 tell tell VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ -4 you you PRON PRP Case=Acc|Person=2|PronType=Prs 3 obj 3:obj _ -5 how how SCONJ WRB PronType=Int 7 mark 7:mark _ +4 you you PRON PRP Case=Acc|Person=2|PronType=Prs 3 iobj 3:iobj _ +5 how how ADV WRB PronType=Int 7 advmod 7:advmod _ 6 this this PRON DT Number=Sing|PronType=Dem 7 nsubj 7:nsubj _ 7 works work VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 8 and and CCONJ CC _ 14 cc 14:cc _ -9 most most ADV RBS _ 10 advmod 10:advmod _ +9 most most ADV RBS Degree=Sup 10 advmod 10:advmod _ 10 important important ADV RB _ 14 advmod 14:advmod SpaceAfter=No -11 , , PUNCT , _ 14 punct 14:punct _ -12 why why SCONJ WRB PronType=Int 14 mark 14:mark _ +11 , , PUNCT , _ 10 punct 10:punct _ +12 why why ADV WRB PronType=Int 14 advmod 14:advmod _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 14 works work VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 conj 3:ccomp|7:conj:and SpaceAfter=No 15 .......... .......... PUNCT , _ 1 punct 1:punct _ @@ -117681,11 +117732,11 @@ 2 make make VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 sure sure ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 print print VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +5 print print VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 6 this this PRON DT Number=Sing|PronType=Dem 5 obj 5:obj _ 7 out out ADV RB _ 5 advmod 5:advmod _ 8 NOW now ADV RB _ 5 advmod 5:advmod SpaceAfter=No -9 , , PUNCT , _ 5 punct 5:punct _ +9 , , PUNCT , _ 13 punct 13:punct _ 10 so so SCONJ IN _ 13 mark 13:mark _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ 12 can can AUX MD VerbForm=Fin 13 aux 13:aux _ @@ -117695,7 +117746,7 @@ 16 off off ADP IN _ 18 case 18:case _ 17 of of ADP IN _ 18 case 18:case _ 18 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 obl 13:obl:of SpaceAfter=No -19 , , PUNCT , _ 5 punct 5:punct _ +19 , , PUNCT , _ 23 punct 23:punct _ 20 as as SCONJ IN _ 23 mark 23:mark _ 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 23 nsubj 23:nsubj _ 22 will will AUX MD VerbForm=Fin 23 aux 23:aux _ @@ -117706,16 +117757,16 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0017 # text = I promise you that if you follow the directions exactly that you will start making more money than you thought possible by doing something so easy!! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 promise promise VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 promise promise VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 iobj 2:iobj _ 4 that that SCONJ IN _ 14 mark 14:mark _ 5 if if SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 follow follow VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:if _ +7 follow follow VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:if _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 directions direction NOUN NNS Number=Plur 7 obj 7:obj _ 10 exactly exactly ADV RB _ 7 advmod 7:advmod _ -11 that then ADV RB Typo=Yes 14 advmod 14:advmod _ +11 that then ADV RB Typo=Yes 14 advmod 14:advmod CorrectForm=then 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj|15:nsubj:xsubj _ 13 will will AUX MD VerbForm=Fin 14 aux 14:aux _ 14 start start VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ @@ -117724,11 +117775,11 @@ 17 money money NOUN NN Number=Sing 15 obj 15:obj _ 18 than than SCONJ IN _ 20 mark 20:mark _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj|21:nsubj:xsubj _ -20 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:than _ +20 thought think VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:than _ 21 possible possible ADJ JJ Degree=Pos 20 xcomp 20:xcomp _ 22 by by SCONJ IN _ 23 mark 23:mark _ 23 doing do VERB VBG VerbForm=Ger 20 advcl 20:advcl:by _ -24 something something PRON NN Number=Sing 23 obj 23:obj _ +24 something something PRON NN Number=Sing|PronType=Ind 23 obj 23:obj _ 25 so so ADV RB _ 26 advmod 26:advmod _ 26 easy easy ADJ JJ Degree=Pos 24 amod 24:amod SpaceAfter=No 27 !! !! PUNCT . _ 2 punct 2:punct _ @@ -117736,7 +117787,7 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0018 # text = Suggestion: Read this entire message carefully!! 1 Suggestion suggestion NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 Read read VERB VB Mood=Imp|VerbForm=Fin 1 appos 1:appos _ 4 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 5 entire entire ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -117764,8 +117815,8 @@ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 watch watch VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -8 money money NOUN NN Number=Sing 9 nsubj 9:nsubj _ -9 come come VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ +8 money money NOUN NN Number=Sing 6 obj 6:obj|9:nsubj:xsubj _ +9 come come VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 10 in in ADV RB _ 9 advmod 9:advmod SpaceAfter=No 11 !! !! PUNCT . _ 1 punct 1:punct _ @@ -117788,13 +117839,13 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0023 # text = And, your investment is only $6.00 (Plus postage) !!! 1 And and CCONJ CC _ 7 cc 7:cc SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 investment investment NOUN NN Number=Sing 7 nsubj 7:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 only only ADV RB _ 7 advmod 7:advmod _ 7 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -8 6.00 6.00 NUM CD NumType=Card 7 nummod 7:nummod _ +8 6.00 6.00 NUM CD NumForm=Digit|NumType=Frac 7 nummod 7:nummod _ 9 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 10 Plus plus CCONJ CC _ 11 cc 11:cc _ 11 postage postage NOUN NN Number=Sing 7 parataxis 7:parataxis SpaceAfter=No @@ -117815,7 +117866,7 @@ 3 not not PART RB _ 7 advmod 7:advmod _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 5 rip rip NOUN NN Number=Sing 7 compound 7:compound SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 off off NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 8 , , PUNCT , _ 11 punct 11:punct _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ @@ -117831,9 +117882,9 @@ 18 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 20 virtually virtually ADV RB _ 22 advmod 22:advmod _ -21 no no DET DT _ 22 det 22:det _ +21 no no DET DT PronType=Neg 22 det 22:det _ 22 risk risk NOUN NN Number=Sing 11 conj 11:conj:and _ -23 - - PUNCT , _ 7 punct 7:punct _ +23 - - PUNCT , _ 26 punct 26:punct _ 24 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 26 nsubj 26:nsubj _ 25 really really ADV RB _ 26 advmod 26:advmod _ 26 works work VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 parataxis 7:parataxis SpaceAfter=No @@ -117842,14 +117893,14 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0026 # text = If all the following instructions are adhered to, you will receive extraordinary dividends. 1 If if SCONJ IN _ 7 mark 7:mark _ -2 all all DET PDT _ 5 det:predet 5:det:predet _ +2 all all DET PDT PronType=Tot 5 det:predet 5:det:predet _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 following follow VERB VBG VerbForm=Ger 5 amod 5:amod _ 5 instructions instruction NOUN NNS Number=Plur 7 nsubj:pass 7:nsubj:pass _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ 7 adhered adhere VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 advcl 12:advcl:if _ 8 to to ADP IN _ 7 obl 7:obl SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ +9 , , PUNCT , _ 7 punct 7:punct _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ 11 will will AUX MD VerbForm=Fin 12 aux 12:aux _ 12 receive receive VERB VB VerbForm=Inf 0 root 0:root _ @@ -117874,16 +117925,16 @@ 6 , , PUNCT , _ 14 punct 14:punct _ 7 and and CCONJ CC _ 14 cc 14:cc _ 8 $ $ SYM $ _ 14 nsubj 14:nsubj SpaceAfter=No -9 50,000 50,000 NUM CD NumType=Card 8 nummod 8:nummod _ +9 50,000 50000 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 10 or or CCONJ CC _ 11 cc 11:cc _ 11 more more ADJ JJR Degree=Cmp 8 conj 8:conj:or|14:nsubj _ 12 can can AUX MD VerbForm=Fin 14 aux 14:aux _ 13 be be AUX VB VerbForm=Inf 14 cop 14:cop _ -14 yours yours PRON PRP _ 2 conj 2:conj:and _ +14 yours your PRON PRP Person=2|Poss=Yes|PronType=Prs 2 conj 2:conj:and _ 15 in in ADP IN _ 19 case 19:case _ -16 20 20 NUM CD NumType=Card 19 nummod 19:nummod _ +16 20 20 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod _ 17 to to ADP IN _ 18 case 18:case _ -18 60 60 NUM CD NumType=Card 16 nmod 16:nmod:to _ +18 60 60 NUM CD NumForm=Digit|NumType=Card 16 nmod 16:nmod:to _ 19 days day NOUN NNS Number=Plur 14 obl 14:obl:in SpaceAfter=No 20 . . PUNCT . _ 2 punct 2:punct _ @@ -117908,7 +117959,7 @@ # text = Please continue its success by carefully adhering to the instructions. 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 continue continue VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 success success NOUN NN Number=Sing 2 obj 2:obj _ 5 by by SCONJ IN _ 7 mark 7:mark _ 6 carefully carefully ADV RB _ 7 advmod 7:advmod _ @@ -117924,7 +117975,7 @@ 2 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 3 now now ADV RB _ 4 advmod 4:advmod _ 4 become become VERB VB VerbForm=Inf 0 root 0:root _ -5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det SpaceAfter=No +5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det CorrectSpaceAfter=Yes|SpaceAfter=No 6 part part NOUN NN Number=Sing 4 xcomp 4:xcomp _ 7 of of ADP IN _ 11 case 11:case _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ @@ -117936,7 +117987,7 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0032 # text = You are in the business of developing Mailing Lists. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 in in ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 business business NOUN NN Number=Sing 0 root 0:root _ @@ -117951,7 +118002,7 @@ 1 Many many ADJ JJ Degree=Pos 3 amod 3:amod _ 2 large large ADJ JJ Degree=Pos 3 amod 3:amod _ 3 corporations corporation NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 happy happy ADJ JJ Degree=Pos 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 pay pay VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ @@ -117965,10 +118016,10 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0034 # text = However, the money made from the mailing lists is secondary to income which is made from people like you and me asking to be included in that list. 1 However however ADV RB _ 11 advmod 11:advmod SpaceAfter=No -2 , , PUNCT , _ 11 punct 11:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 money money NOUN NN Number=Sing 11 nsubj 11:nsubj _ -5 made make VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +5 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ 6 from from ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 mailing mailing NOUN NN Number=Sing 9 compound 9:compound _ @@ -117998,9 +118049,9 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0035 # text = Here are the four easy steps to success. 1 Here here ADV RB PronType=Dem 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -4 four four NUM CD NumType=Card 6 nummod 6:nummod _ +4 four four NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 5 easy easy ADJ JJ Degree=Pos 6 amod 6:amod _ 6 steps step NOUN NNS Number=Plur 1 nsubj 1:nsubj _ 7 to to ADP IN _ 8 case 8:case _ @@ -118010,14 +118061,14 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0036 # text = STEP ONE: 1 STEP step NOUN NN Number=Sing 0 root 0:root _ -2 ONE one NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No +2 ONE one NUM CD NumForm=Word|NumType=Card 1 nummod 1:nummod SpaceAfter=No 3 : : PUNCT : _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0037 # newpar id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-p0008 # text = Get six separate pieces of paper and write the following on each piece of paper "PLEASE PUT ME ON YOUR MAILING LIST." 1 Get get VERB VB VerbForm=Inf 0 root 0:root _ -2 six six NUM CD NumType=Card 4 nummod 4:nummod _ +2 six six NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 3 separate separate ADJ JJ Degree=Pos 4 amod 4:amod _ 4 pieces piece NOUN NNS Number=Plur 1 obj 1:obj _ 5 of of ADP IN _ 6 case 6:case _ @@ -118027,39 +118078,39 @@ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 following follow VERB VBG VerbForm=Ger 8 obj 8:obj _ 11 on on ADP IN _ 13 case 13:case _ -12 each each DET DT _ 13 det 13:det _ +12 each each DET DT PronType=Tot 13 det 13:det _ 13 piece piece NOUN NN Number=Sing 8 obl 8:obl:on _ 14 of of ADP IN _ 15 case 15:case _ 15 paper paper NOUN NN Number=Sing 13 nmod 13:nmod:of _ -16 " " PUNCT `` _ 1 punct 1:punct SpaceAfter=No +16 " " PUNCT `` _ 18 punct 18:punct SpaceAfter=No 17 PLEASE please INTJ UH _ 18 discourse 18:discourse _ -18 PUT put VERB VB VerbForm=Inf 10 appos 10:appos _ +18 PUT put VERB VB VerbForm=Inf 8 parataxis 8:parataxis _ 19 ME I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 18 obj 18:obj _ 20 ON on ADP IN _ 23 case 23:case _ -21 YOUR you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +21 YOUR your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 22 MAILING mailing NOUN NN Number=Sing 23 compound 23:compound _ 23 LIST list NOUN NN Number=Sing 18 obl 18:obl:on SpaceAfter=No -24 . . PUNCT . _ 1 punct 1:punct SpaceAfter=No -25 " " PUNCT '' _ 1 punct 1:punct _ +24 . . PUNCT . _ 18 punct 18:punct SpaceAfter=No +25 " " PUNCT '' _ 18 punct 18:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0038 # text = Now get 6 U.S. $1.00 bills and place ONE inside of EACH of the six pieces of paper so the bill will not be seen through the envelope (to prevent thievery). 1 Now now ADV RB _ 2 advmod 2:advmod _ 2 get get VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 6 6 NUM CD NumType=Card 7 nummod 7:nummod _ +3 6 6 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 4 U.S. U.S. PROPN NNP Number=Sing 5 compound 5:compound _ 5 $ $ SYM $ _ 7 compound 7:compound SpaceAfter=No -6 1.00 1.00 NUM CD NumType=Card 5 nummod 5:nummod _ +6 1.00 1.00 NUM CD NumForm=Digit|NumType=Frac 5 nummod 5:nummod _ 7 bills bill NOUN NNS Number=Plur 2 obj 2:obj _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 place place VERB VB Mood=Imp|VerbForm=Fin 2 conj 2:conj:and _ -10 ONE one NUM CD NumType=Card 9 obj 9:obj _ +10 ONE one NUM CD NumForm=Word|NumType=Card 9 obj 9:obj _ 11 inside inside ADP IN _ 13 case 13:case _ 12 of of ADP IN _ 13 case 13:case _ -13 EACH each DET DT _ 9 obl 9:obl:of _ +13 EACH each DET DT PronType=Tot 9 obl 9:obl:of _ 14 of of ADP IN _ 17 case 17:case _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -16 six six NUM CD NumType=Card 17 nummod 17:nummod _ +16 six six NUM CD NumForm=Word|NumType=Card 17 nummod 17:nummod _ 17 pieces piece NOUN NNS Number=Plur 13 nmod 13:nmod:of _ 18 of of ADP IN _ 19 case 19:case _ 19 paper paper NOUN NN Number=Sing 17 nmod 17:nmod:of _ @@ -118083,15 +118134,15 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0039 # text = Next, place one paper in each of the six envelopes and seal them. 1 Next next ADV RB _ 3 advmod 3:advmod SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 place place VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -4 one one NUM CD NumType=Card 5 nummod 5:nummod _ +4 one one NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 5 paper paper NOUN NN Number=Sing 3 obj 3:obj _ 6 in in ADP IN _ 7 case 7:case _ -7 each each DET DT _ 3 obl 3:obl:in _ +7 each each DET DT PronType=Tot 3 obl 3:obl:in _ 8 of of ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 six six NUM CD NumType=Card 11 nummod 11:nummod _ +10 six six NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 11 envelopes envelope NOUN NNS Number=Plur 7 nmod 7:nmod:of _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 seal seal VERB VB Mood=Imp|VerbForm=Fin 3 conj 3:conj:and _ @@ -118104,11 +118155,11 @@ 2 now now ADV RB _ 4 advmod 4:advmod _ 3 should should AUX MD VerbForm=Fin 4 aux 4:aux _ 4 have have VERB VB VerbForm=Inf 0 root 0:root _ -5 six six NUM CD NumType=Card 7 nummod 7:nummod _ -6 sealed seal VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +5 six six NUM CD NumForm=Word|NumType=Card 7 nummod 7:nummod _ +6 sealed seal VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 envelopes envelope NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No -8 , , PUNCT , _ 4 punct 4:punct _ -9 each each DET DT _ 7 appos 7:appos _ +8 , , PUNCT , _ 9 punct 9:punct _ +9 each each DET DT PronType=Tot 7 appos 7:appos _ 10 with with ADP IN _ 12 case 12:case _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 piece piece NOUN NN Number=Sing 9 nmod 9:nmod:with _ @@ -118119,7 +118170,7 @@ 17 above above ADV RB _ 18 advmod 18:advmod _ 18 phrase phrase NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No 19 , , PUNCT , _ 21 punct 21:punct _ -20 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 name name NOUN NN Number=Sing 12 conj 9:nmod:with|12:conj:and _ 22 and and CCONJ CC _ 23 cc 23:cc _ 23 address address NOUN NN Number=Sing 21 conj 21:conj:and SpaceAfter=No @@ -118127,7 +118178,7 @@ 25 and and CCONJ CC _ 29 cc 29:cc _ 26 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ 27 $ $ SYM $ _ 29 compound 29:compound SpaceAfter=No -28 1.00 1.00 NUM CD NumType=Card 27 nummod 27:nummod _ +28 1.00 1.00 NUM CD NumForm=Digit|NumType=Frac 27 nummod 27:nummod _ 29 bill bill NOUN NN Number=Sing 12 conj 9:nmod:with|12:conj:and SpaceAfter=No 30 . . PUNCT . _ 4 punct 4:punct _ @@ -118135,13 +118186,13 @@ # text = What you are doing is creating a service. 1 What what PRON WP PronType=Int 4 obj 4:obj _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ -4 doing do VERB VBG Tense=Pres|VerbForm=Part 5 csubj 5:csubj _ -5 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -6 creating create VERB VBG VerbForm=Ger 5 ccomp 5:ccomp _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +4 doing do VERB VBG Tense=Pres|VerbForm=Part 6 csubj:outer 6:csubj:outer _ +5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +6 creating create VERB VBG VerbForm=Ger 0 root 0:root _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 service service NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No -9 . . PUNCT . _ 5 punct 5:punct _ +9 . . PUNCT . _ 6 punct 6:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0042 # newpar id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-p0009 @@ -118157,14 +118208,14 @@ # newpar id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-p0010 # text = You are requesting a legitimate service and you are paying for it!! 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 requesting request VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 legitimate legitimate ADJ JJ Degree=Pos 6 amod 6:amod _ 6 service service NOUN NN Number=Sing 3 obj 3:obj _ 7 and and CCONJ CC _ 10 cc 10:cc _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +9 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 paying pay VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj:and _ 11 for for ADP IN _ 12 case 12:case _ 12 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 obl 10:obl:for SpaceAfter=No @@ -118190,14 +118241,14 @@ 16 aspects aspect NOUN NNS Number=Plur 12 obl 12:obl:about _ 17 of of ADP IN _ 18 case 18:case _ 18 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nmod 16:nmod:of _ -19 all all DET DT _ 18 det 18:det SpaceAfter=No +19 all all DET DT PronType=Tot 18 det 18:det SpaceAfter=No 20 . . PUNCT . _ 9 punct 9:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0045 # text = So I checked it out with the U.S. Post Office (1-800-238-5355) and they confirmed that it is indeed legal!! 1 So so ADV RB _ 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 checked check VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 checked check VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 out out ADP RP _ 3 compound:prt 3:compound:prt _ 6 with with ADP IN _ 10 case 10:case _ @@ -118206,11 +118257,11 @@ 9 Post Post PROPN NNP Number=Sing 10 compound 10:compound _ 10 Office Office PROPN NNP Number=Sing 3 obl 3:obl:with _ 11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -12 1-800-238-5355 1-800-238-5355 NUM CD NumType=Card 10 list 10:list SpaceAfter=No +12 1-800-238-5355 1-800-238-5355 NUM CD NumForm=Digit|NumType=Card 10 list 10:list SpaceAfter=No 13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 14 and and CCONJ CC _ 16 cc 16:cc _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -16 confirmed confirm VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +16 confirmed confirm VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 17 that that SCONJ IN _ 21 mark 21:mark _ 18 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ @@ -118222,7 +118273,7 @@ # text = Mail the six envelopes to the following addresses: 1 Mail mail VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 six six NUM CD NumType=Card 4 nummod 4:nummod _ +3 six six NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 envelopes envelope NOUN NNS Number=Plur 1 obj 1:obj _ 5 to to ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -118233,105 +118284,105 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0047 # newpar id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-p0011 # text = 1) G. Burrows 1/264 Tor St Toowoomba QLD 4350 Australia -1 1 1 X LS _ 4 nummod 4:nummod SpaceAfter=No +1 1 1 NUM LS NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No 2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ 3 G. G. PROPN NNP Number=Sing 4 compound 4:compound _ 4 Burrows Burrows PROPN NNP Number=Sing 0 root 0:root _ -5 1 1 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No -6 / / PUNCT , _ 7 punct 7:punct SpaceAfter=No -7 264 264 NUM CD NumType=Card 9 nummod 9:nummod _ +5 1 1 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No +6 / / PUNCT , _ 5 punct 5:punct SpaceAfter=No +7 264 264 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 8 Tor Tor PROPN NNP Number=Sing 9 compound 9:compound _ 9 St St PROPN NNP Number=Sing 4 list 4:list _ 10 Toowoomba Toowoomba PROPN NNP Number=Sing 9 appos 9:appos _ 11 QLD QLD PROPN NNP Number=Sing 10 appos 10:appos _ -12 4350 4350 NUM CD NumType=Card 9 appos 9:appos _ +12 4350 4350 NUM CD NumForm=Digit|NumType=Card 9 appos 9:appos _ 13 Australia Australia PROPN NNP Number=Sing 11 appos 11:appos _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0048 # text = 2)S Luest P.O. Box 366 Garden Grove, CA 92842 USA -1 2 2 X LS _ 3 nummod 3:nummod SpaceAfter=No +1 2 2 NUM LS NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No 2 ) ) PUNCT -RRB- _ 1 punct 1:punct SpaceAfter=No 3 S S PROPN NNP Number=Sing 0 root 0:root _ 4 Luest Luest PROPN NNP Number=Sing 3 flat 3:flat _ 5 P.O. p.o. NOUN NN Number=Sing 6 compound 6:compound _ 6 Box box NOUN NN Number=Sing 3 list 3:list _ -7 366 366 NUM CD NumType=Card 6 nummod 6:nummod _ +7 366 366 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 8 Garden Garden PROPN NNP Number=Sing 9 compound 9:compound _ 9 Grove Grove PROPN NNP Number=Sing 6 appos 6:appos SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 CA CA PROPN NNP Number=Sing 9 appos 9:appos _ -12 92842 92842 NUM CD NumType=Card 6 appos 6:appos _ +12 92842 92842 NUM CD NumForm=Digit|NumType=Card 6 appos 6:appos _ 13 USA USA PROPN NNP Number=Sing 11 appos 11:appos _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0049 # text = 3) G.V. & A. Bourret 41 Broome St, #1 Brooklyn, NY 11222 USA -1 3 3 X LS _ 7 nummod 7:nummod SpaceAfter=No +1 3 3 NUM LS NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No 2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ 3 G. G. PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No 4 V. V. PROPN NNP Number=Sing 3 flat 3:flat _ 5 & & CCONJ CC _ 6 cc 6:cc _ 6 A. A. PROPN NNP Number=Sing 3 conj 3:conj _ 7 Bourret Bourret PROPN NNP Number=Sing 3 flat 3:flat _ -8 41 41 NUM CD NumType=Card 10 nummod 10:nummod _ +8 41 41 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 9 Broome Broome PROPN NNP Number=Sing 10 compound 10:compound _ -10 St St PROPN NNP Number=Sing 7 list 7:list SpaceAfter=No -11 , , PUNCT , _ 7 punct 7:punct _ +10 St St PROPN NNP Number=Sing 3 list 3:list SpaceAfter=No +11 , , PUNCT , _ 12 punct 12:punct _ 12 # # SYM NN Number=Sing 8 appos 8:appos SpaceAfter=No -13 1 1 NUM CD NumType=Card 12 nummod 12:nummod _ +13 1 1 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 14 Brooklyn Brooklyn PROPN NNP Number=Sing 10 appos 10:appos SpaceAfter=No -15 , , PUNCT , _ 14 punct 14:punct _ +15 , , PUNCT , _ 16 punct 16:punct _ 16 NY NY PROPN NNP Number=Sing 14 appos 14:appos _ -17 11222 11222 NUM CD NumType=Card 10 appos 10:appos _ +17 11222 11222 NUM CD NumForm=Digit|NumType=Card 10 appos 10:appos _ 18 USA USA PROPN NNP Number=Sing 16 appos 16:appos _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0050 # text = 4)R. Ansems Gen. Foulkesstraat 5 4641 BW Ossendrecht Netherlands -1 4 4 X LS _ 3 nummod 3:nummod SpaceAfter=No -2 ) ) PUNCT -RRB- _ 3 punct 3:punct SpaceAfter=No +1 4 4 NUM LS NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No +2 ) ) PUNCT -RRB- _ 1 punct 1:punct SpaceAfter=No 3 R. R. PROPN NNP Number=Sing 0 root 0:root _ 4 Ansems Ansems PROPN NNP Number=Sing 3 flat 3:flat _ 5 Gen. Gen. PROPN NNP Number=Sing 3 flat 3:flat _ 6 Foulkesstraat Foulkesstraat PROPN NNP Number=Sing 3 flat 3:flat _ -7 5 5 NUM CD NumType=Card 9 nummod 9:nummod _ -8 4641 4641 NUM CD NumType=Card 9 nummod 9:nummod _ +7 5 5 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ +8 4641 4641 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 BW BW PROPN NNP Number=Sing 6 appos 6:appos _ 10 Ossendrecht Ossendrecht PROPN NNP Number=Sing 3 appos 3:appos _ 11 Netherlands Netherlands PROPN NNP Number=Sing 10 appos 10:appos _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0051 # text = 5)W. Brumbley 4632 Hilton Ave Suite # 31 Columbus, Ohio 43228 -1 5 5 X LS _ 3 nummod 3:nummod SpaceAfter=No +1 5 5 NUM LS NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No 2 ) ) PUNCT -RRB- _ 1 punct 1:punct SpaceAfter=No 3 W. W. PROPN NNP Number=Sing 0 root 0:root _ 4 Brumbley Brumbley PROPN NNP Number=Sing 3 flat 3:flat _ -5 4632 4632 NUM CD NumType=Card 7 nummod 7:nummod _ +5 4632 4632 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 6 Hilton Hilton PROPN NNP Number=Sing 7 compound 7:compound _ 7 Ave Ave PROPN NNP Number=Sing 3 list 3:list _ 8 Suite Suite PROPN NNP Number=Sing 5 appos 5:appos _ 9 # # SYM NN Number=Sing 8 amod 8:amod _ -10 31 31 NUM CD NumType=Card 9 nummod 9:nummod _ +10 31 31 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 11 Columbus Columbus PROPN NNP Number=Sing 7 appos 7:appos SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ +12 , , PUNCT , _ 13 punct 13:punct _ 13 Ohio Ohio PROPN NNP Number=Sing 11 appos 11:appos _ -14 43228 43228 NUM CD NumType=Card 7 appos 7:appos _ +14 43228 43228 NUM CD NumForm=Digit|NumType=Card 7 appos 7:appos _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0052 # text = STEP TWO:Now take the #1 name off the list that you see above, move the other names up (six becomes 5, 5 becomes 4, and etc.) and add YOUR NAME as number 6 on the list. 1 STEP step NOUN NN Number=Sing 0 root 0:root _ -2 TWO two NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 : : PUNCT : _ 1 punct 1:punct SpaceAfter=No +2 TWO two NUM CD NumForm=Word|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 : : PUNCT : _ 5 punct 5:punct SpaceAfter=No 4 Now now ADV RB _ 5 advmod 5:advmod _ -5 take take VERB VB Mood=Imp|VerbForm=Fin 1 appos 1:appos _ +5 take take VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ 6 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 7 # # SYM NN Number=Sing 9 compound 9:compound SpaceAfter=No -8 1 1 NUM CD NumType=Card 7 nummod 7:nummod _ +8 1 1 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 9 name name NOUN NN Number=Sing 5 obj 5:obj _ 10 off off ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 list list NOUN NN Number=Sing 5 obl 5:obl:off|15:obj _ 13 that that PRON WDT PronType=Rel 15 obj 12:ref _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ -15 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +15 see see VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ 16 above above ADV RB _ 15 advmod 15:advmod SpaceAfter=No 17 , , PUNCT , _ 18 punct 18:punct _ 18 move move VERB VB Mood=Imp|VerbForm=Fin 5 conj 1:appos|5:conj:and _ @@ -118339,25 +118390,25 @@ 20 other other ADJ JJ Degree=Pos 21 amod 21:amod _ 21 names name NOUN NNS Number=Plur 18 obj 18:obj _ 22 up up ADV RB _ 18 advmod 18:advmod _ -23 ( ( PUNCT -LRB- _ 26 punct 26:punct SpaceAfter=No -24 six six NUM CD NumType=Card 25 nsubj 25:nsubj|26:nsubj:xsubj|33:nsubj:xsubj _ -25 becomes become VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 appos 18:appos _ -26 5 5 NUM CD NumType=Card 25 xcomp 25:xcomp SpaceAfter=No +23 ( ( PUNCT -LRB- _ 25 punct 25:punct SpaceAfter=No +24 six six NUM CD NumForm=Word|NumType=Card 25 nsubj 25:nsubj|26:nsubj:xsubj|33:nsubj:xsubj _ +25 becomes become VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 parataxis 18:parataxis _ +26 5 5 NUM CD NumForm=Digit|NumType=Card 25 xcomp 25:xcomp SpaceAfter=No 27 , , PUNCT , _ 29 punct 29:punct _ -28 5 5 NUM CD NumType=Card 29 nsubj 29:nsubj|30:nsubj:xsubj _ +28 5 5 NUM CD NumForm=Digit|NumType=Card 29 nsubj 29:nsubj|30:nsubj:xsubj _ 29 becomes become VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 conj 25:xcomp|26:conj:and _ -30 4 4 NUM CD NumType=Card 29 xcomp 29:xcomp SpaceAfter=No +30 4 4 NUM CD NumForm=Digit|NumType=Card 29 xcomp 29:xcomp SpaceAfter=No 31 , , PUNCT , _ 33 punct 33:punct _ 32 and and CCONJ CC _ 33 cc 33:cc _ -33 etc. etc. X FW _ 26 conj 25:xcomp|26:conj:and SpaceAfter=No -34 ) ) PUNCT -RRB- _ 26 punct 26:punct _ +33 etc. etc. NOUN FW Abbr=Yes|Number=Plur 26 conj 25:xcomp|26:conj:and SpaceAfter=No +34 ) ) PUNCT -RRB- _ 25 punct 25:punct _ 35 and and CCONJ CC _ 36 cc 36:cc _ 36 add add VERB VB Mood=Imp|VerbForm=Fin 5 conj 1:appos|5:conj:and _ -37 YOUR you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ +37 YOUR your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ 38 NAME name NOUN NN Number=Sing 36 obj 36:obj _ 39 as as ADP IN _ 40 case 40:case _ 40 number number NOUN NN Number=Sing 36 obl 36:obl:as _ -41 6 6 NUM CD NumType=Card 40 nummod 40:nummod _ +41 6 6 NUM CD NumForm=Digit|NumType=Card 40 nummod 40:nummod _ 42 on on ADP IN _ 44 case 44:case _ 43 the the DET DT Definite=Def|PronType=Art 44 det 44:det _ 44 list list NOUN NN Number=Sing 40 nmod 40:nmod:on SpaceAfter=No @@ -118366,15 +118417,15 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0053 # text = STEP THREE: 1 STEP step NOUN NN Number=Sing 0 root 0:root _ -2 THREE three NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No +2 THREE three NUM CD NumForm=Word|NumType=Card 1 nummod 1:nummod SpaceAfter=No 3 : : PUNCT : _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0054 # text = Change anything you need to but try to keep this article as close to original as possible. 1 Change change VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 anything anything PRON NN Number=Sing 1 obj 1:obj _ +2 anything anything PRON NN Number=Sing|PronType=Ind 1 obj 1:obj _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 to to PART TO _ 4 xcomp 4:xcomp _ 6 but but CCONJ CC _ 7 cc 7:cc _ 7 try try VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:but _ @@ -118386,60 +118437,60 @@ 13 close close ADJ JJ Degree=Pos 9 xcomp 9:xcomp _ 14 to to ADP IN _ 15 case 15:case _ 15 original original ADJ JJ Degree=Pos 13 obl 13:obl:to _ -16 as as SCONJ IN _ 17 case 17:case _ -17 possible possible ADJ JJ Degree=Pos 12 obl 12:obl:as SpaceAfter=No +16 as as SCONJ IN _ 17 mark 17:mark _ +17 possible possible ADJ JJ Degree=Pos 13 advcl 13:advcl:as SpaceAfter=No 18 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0055 # text = Now post your amended article to at least 200 news groups. : 1 Now now ADV RB _ 2 advmod 2:advmod _ 2 post post VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -4 amended amend VERB VBN Tense=Past|VerbForm=Part 5 amod 5:amod _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 amended amend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 amod 5:amod _ 5 article article NOUN NN Number=Sing 2 obj 2:obj _ 6 to to ADP IN _ 11 case 11:case _ -7 at at ADV RB _ 8 case 8:case _ -8 least least ADV RBS Degree=Sup 9 nmod 9:nmod:at _ -9 200 200 NUM CD NumType=Card 11 nummod 11:nummod _ +7 at at ADP IN _ 8 case 8:case _ +8 least least ADJ JJS Degree=Sup 9 nmod 9:nmod:at _ +9 200 200 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 10 news news NOUN NN Number=Sing 11 compound 11:compound _ 11 groups group NOUN NNS Number=Plur 2 obl 2:obl:to SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ -13 : : SYM NFP _ 2 punct 2:punct _ +13 : : PUNCT NFP _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0056 # text = (I think there are close to 24,000 groups) 1 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 there there PRON EX _ 5 expl 5:expl _ -5 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +5 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 6 close close ADJ JJ Degree=Pos 9 advmod 9:advmod _ 7 to to ADP IN _ 8 case 8:case _ -8 24,000 24,000 NUM CD NumType=Card 6 obl 6:obl:to _ +8 24,000 24000 NUM CD NumForm=Digit|NumType=Card 6 obl 6:obl:to _ 9 groups group NOUN NNS Number=Plur 5 nsubj 5:nsubj SpaceAfter=No 10 ) ) PUNCT -RRB- _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0057 # text = All you need is 200, but remember, the more you post, the more money you make!! -1 All all DET DT _ 5 nsubj 5:nsubj|8:nsubj _ +1 All all DET DT PronType=Tot 5 nsubj 5:nsubj|8:nsubj _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +3 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -5 200 200 NUM CD NumType=Card 0 root 0:root SpaceAfter=No +5 200 200 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No 6 , , PUNCT , _ 8 punct 8:punct _ 7 but but CCONJ CC _ 8 cc 8:cc _ 8 remember remember VERB VB Mood=Imp|VerbForm=Fin 5 conj 5:conj:but SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 19 punct 19:punct _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 more more ADJ JJR Degree=Cmp 19 advcl 19:advcl _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ -13 post post VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl SpaceAfter=No -14 , , PUNCT , _ 19 punct 19:punct _ +13 post post VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl SpaceAfter=No +14 , , PUNCT , _ 11 punct 11:punct _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 more more ADJ JJR Degree=Cmp 17 amod 17:amod _ 17 money money NOUN NN Number=Sing 19 obj 19:obj _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 19 nsubj 19:nsubj _ -19 make make VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 ccomp 8:ccomp SpaceAfter=No +19 make make VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 ccomp 8:ccomp SpaceAfter=No 20 !! !! PUNCT . _ 5 punct 5:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0058 @@ -118454,18 +118505,18 @@ # text = If you have any doubts, refer to Title 18 Sec. 1302 & 1341 of the Postal Lottery laws. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ -4 any any DET DT _ 5 det 5:det _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 doubts doubt NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -6 , , PUNCT , _ 7 punct 7:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 refer refer VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 8 to to ADP IN _ 9 case 9:case _ 9 Title title NOUN NN Number=Sing 7 obl 7:obl:to _ -10 18 18 NUM CD NumType=Card 9 nummod 9:nummod _ +10 18 18 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 11 Sec. sec. NOUN NN Number=Sing 9 list 9:list _ -12 1302 1302 NUM CD NumType=Card 11 nummod 11:nummod _ +12 1302 1302 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 13 & & CCONJ CC _ 14 cc 14:cc _ -14 1341 1341 NUM CD NumType=Card 11 conj 11:conj _ +14 1341 1341 NUM CD NumForm=Digit|NumType=Card 11 conj 11:conj _ 15 of of ADP IN _ 19 case 19:case _ 16 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 17 Postal postal ADJ JJ Degree=Pos 18 amod 18:amod _ @@ -118484,11 +118535,11 @@ 7 for for ADP IN _ 8 case 8:case _ 8 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 3 nmod 3:nmod:for _ 9 and and CCONJ CC _ 17 cc 17:cc _ -10 whenever whenever SCONJ WRB PronType=Int 12 mark 12:mark _ +10 whenever whenever ADV WRB PronType=Int 12 advmod 12:advmod _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ -12 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl _ +12 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl _ 13 money money NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No -14 , , PUNCT , _ 17 punct 17:punct _ +14 , , PUNCT , _ 12 punct 12:punct _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ 16 can can AUX MD VerbForm=Fin 17 aux 17:aux _ 17 use use VERB VB VerbForm=Inf 1 conj 1:conj:and _ @@ -118519,7 +118570,7 @@ 16 participants participant NOUN NNS Number=Plur 11 nmod 11:nmod:of _ 17 and and CCONJ CC _ 21 cc 21:cc _ 18 by by SCONJ IN _ 21 mark 21:mark _ -19 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 21 nsubj 21:nsubj _ +19 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 21 nsubj 21:nsubj _ 20 carefully carefully ADV RB _ 21 advmod 21:advmod _ 21 adhering adhere VERB VBG VerbForm=Ger 11 conj 7:obl:because_of|11:conj:and _ 22 to to ADP IN _ 23 case 23:case _ @@ -118539,10 +118590,10 @@ # text = If you were of integrity, the program will continue and the money that so many others have received will come your way. 1 If if SCONJ IN _ 5 mark 5:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 cop 5:cop _ +3 were be AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 4 of of ADP IN _ 5 case 5:case _ 5 integrity integrity NOUN NN Number=Sing 10 advcl 10:advcl:of SpaceAfter=No -6 , , PUNCT , _ 10 punct 10:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 program program NOUN NN Number=Sing 10 nsubj 10:nsubj _ 9 will will AUX MD VerbForm=Fin 10 aux 10:aux _ @@ -118554,31 +118605,31 @@ 15 so so ADV RB _ 16 advmod 16:advmod _ 16 many many ADJ JJ Degree=Pos 17 amod 17:amod _ 17 others other NOUN NNS Number=Plur 19 nsubj 19:nsubj _ -18 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ +18 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 19 received receive VERB VBN Tense=Past|VerbForm=Part 13 acl:relcl 13:acl:relcl _ 20 will will AUX MD VerbForm=Fin 21 aux 21:aux _ 21 come come VERB VB VerbForm=Inf 10 conj 10:conj:and _ -22 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 way way NOUN NN Number=Sing 21 obj 21:obj SpaceAfter=No 24 . . PUNCT . _ 10 punct 10:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0064 # text = NOTE: You may want to retain every name and address sent to you, either on a computer or hard copy and keep the notes people send you. 1 NOTE note NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 5 punct 5:punct _ 3 You you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj|24:nsubj:xsubj _ -4 may may AUX MD VerbForm=Fin 5 appos 5:appos _ +4 may may AUX MD VerbForm=Fin 5 aux 5:aux _ 5 want want VERB VB VerbForm=Inf 1 appos 1:appos _ 6 to to PART TO _ 7 mark 7:mark _ 7 retain retain VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ -8 every every DET DT _ 9 det 9:det _ +8 every every DET DT PronType=Tot 9 det 9:det _ 9 name name NOUN NN Number=Sing 7 obj 7:obj _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 address address NOUN NN Number=Sing 9 conj 7:obj|9:conj:and _ -12 sent send VERB VBN Tense=Past|VerbForm=Part 9 acl 9:acl _ +12 sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 acl 9:acl _ 13 to to ADP IN _ 14 case 14:case _ 14 you you PRON PRP Case=Acc|Person=2|PronType=Prs 12 obl 12:obl:to SpaceAfter=No -15 , , PUNCT , _ 7 punct 7:punct _ +15 , , PUNCT , _ 19 punct 19:punct _ 16 either either CCONJ CC _ 19 cc:preconj 19:cc:preconj _ 17 on on ADP IN _ 19 case 19:case _ 18 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ @@ -118591,8 +118642,8 @@ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 26 notes note NOUN NNS Number=Plur 24 obj 24:obj _ 27 people people NOUN NNS Number=Plur 28 nsubj 28:nsubj _ -28 send send VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 acl:relcl 26:acl:relcl _ -29 you you PRON PRP Case=Acc|Person=2|PronType=Prs 28 obj 28:obj SpaceAfter=No +28 send send VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 26 acl:relcl 26:acl:relcl _ +29 you you PRON PRP Case=Acc|Person=2|PronType=Prs 28 iobj 28:iobj SpaceAfter=No 30 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0065 @@ -118601,7 +118652,7 @@ 2 VERIFIES verify VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 7 mark 7:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 truly truly ADV RB _ 7 advmod 7:advmod _ 7 providing provide VERB VBG Tense=Pres|VerbForm=Part 2 ccomp 2:ccomp _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ @@ -118612,7 +118663,7 @@ # text = (Also, it might be a good idea to wrap the $1 bill in dark paper to reduce the risk of mail theft). 1 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No 2 Also also ADV RB _ 9 advmod 9:advmod SpaceAfter=No -3 , , PUNCT , _ 9 punct 9:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 expl 9:expl _ 5 might might AUX MD VerbForm=Fin 9 aux 9:aux _ 6 be be AUX VB VerbForm=Inf 9 cop 9:cop _ @@ -118623,7 +118674,7 @@ 11 wrap wrap VERB VB VerbForm=Inf 9 csubj 9:csubj _ 12 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 13 $ $ SYM $ _ 15 compound 15:compound SpaceAfter=No -14 1 1 NUM CD NumType=Card 13 nummod 13:nummod _ +14 1 1 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 15 bill bill NOUN NN Number=Sing 11 obj 11:obj _ 16 in in ADP IN _ 18 case 18:case _ 17 dark dark ADJ JJ Degree=Pos 18 amod 18:amod _ @@ -118641,39 +118692,39 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0067 # text = So, as each post is downloaded and the directions carefully followed, all members will be reimbursed for their participation as a List Developer with one dollar each. 1 So so ADV RB _ 18 advmod 18:advmod SpaceAfter=No -2 , , PUNCT , _ 18 punct 18:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 as as SCONJ IN _ 7 mark 7:mark _ -4 each each DET DT _ 5 det 5:det _ +4 each each DET DT PronType=Tot 5 det 5:det _ 5 post post NOUN NN Number=Sing 7 nsubj:pass 7:nsubj:pass _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ 7 downloaded download VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 advcl 18:advcl:as _ 8 and and CCONJ CC _ 12 cc 12:cc _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -10 directions direction NOUN NNS Number=Plur 12 nsubj 12:nsubj _ +10 directions direction NOUN NNS Number=Plur 12 nsubj:pass 12:nsubj:pass _ 11 carefully carefully ADV RB _ 12 advmod 12:advmod _ -12 followed follow VERB VBN Tense=Past|VerbForm=Part 7 conj 7:conj:and|18:advcl:as SpaceAfter=No -13 , , PUNCT , _ 18 punct 18:punct _ -14 all all DET DT _ 15 det 15:det _ +12 followed follow VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 conj 7:conj:and|18:advcl:as SpaceAfter=No +13 , , PUNCT , _ 7 punct 7:punct _ +14 all all DET DT PronType=Tot 15 det 15:det _ 15 members member NOUN NNS Number=Plur 18 nsubj:pass 18:nsubj:pass _ 16 will will AUX MD VerbForm=Fin 18 aux 18:aux _ 17 be be AUX VB VerbForm=Inf 18 aux:pass 18:aux:pass _ 18 reimbursed reimburse VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 19 for for ADP IN _ 21 case 21:case _ -20 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 participation participation NOUN NN Number=Sing 18 obl 18:obl:for _ 22 as as ADP IN _ 25 case 25:case _ 23 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 24 List list NOUN NN Number=Sing 25 compound 25:compound _ 25 Developer developer NOUN NN Number=Sing 21 nmod 21:nmod:as _ 26 with with ADP IN _ 28 case 28:case _ -27 one one NUM CD NumType=Card 28 nummod 28:nummod _ +27 one one NUM CD NumForm=Word|NumType=Card 28 nummod 28:nummod _ 28 dollar dollar NOUN NN Number=Sing 18 obl 18:obl:with _ -29 each each DET DT _ 28 nmod:npmod 28:nmod:npmod SpaceAfter=No +29 each each DET DT PronType=Tot 28 nmod:npmod 28:nmod:npmod SpaceAfter=No 30 . . PUNCT . _ 18 punct 18:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0068 # text = Your name will move up the list geometrically so that when your name reaches the #1 position you will be receiving thousands of dollars in CASH!!! -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 name name NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 4 move move VERB VB VerbForm=Inf 0 root 0:root _ @@ -118683,13 +118734,13 @@ 8 geometrically geometrically ADV RB _ 4 advmod 4:advmod _ 9 so so SCONJ IN _ 22 mark 22:mark _ 10 that that SCONJ IN _ 9 fixed 9:fixed _ -11 when when SCONJ WRB PronType=Int 14 mark 14:mark _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 when when ADV WRB PronType=Int 14 advmod 14:advmod _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 name name NOUN NN Number=Sing 14 nsubj 14:nsubj _ 14 reaches reach VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:when _ 15 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 16 # # SYM NN Number=Sing 18 compound 18:compound SpaceAfter=No -17 1 1 NUM CD NumType=Card 16 nummod 16:nummod _ +17 1 1 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 18 position position NOUN NN Number=Sing 14 obj 14:obj _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ 20 will will AUX MD VerbForm=Fin 22 aux 22:aux _ @@ -118704,24 +118755,24 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0069 # text = What an opportunity for only $6.00 ( $1.00 for each of the first six people listed above) -1 What what DET WDT PronType=Int 3 det 3:det _ +1 What what DET WDT PronType=Int 3 det:predet 3:det:predet _ 2 an a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 opportunity opportunity NOUN NN Number=Sing 0 root 0:root _ 4 for for ADP IN _ 6 case 6:case _ 5 only only ADV RB _ 6 advmod 6:advmod _ 6 $ $ SYM $ _ 3 nmod 3:nmod:for SpaceAfter=No -7 6.00 6.00 NUM CD NumType=Card 6 nummod 6:nummod _ +7 6.00 6.00 NUM CD NumForm=Digit|NumType=Frac 6 nummod 6:nummod _ 8 ( ( PUNCT -LRB- _ 9 punct 9:punct _ 9 $ $ SYM $ _ 6 appos 6:appos SpaceAfter=No -10 1.00 1.00 NUM CD NumType=Card 9 nummod 9:nummod _ +10 1.00 1.00 NUM CD NumForm=Digit|NumType=Frac 9 nummod 9:nummod _ 11 for for ADP IN _ 12 case 12:case _ -12 each each DET DT _ 9 nmod 9:nmod:for _ +12 each each DET DT PronType=Tot 9 nmod 9:nmod:for _ 13 of of ADP IN _ 17 case 17:case _ 14 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -15 first first ADJ JJ Degree=Pos|NumType=Ord 17 amod 17:amod _ -16 six six NUM CD NumType=Card 17 nummod 17:nummod _ +15 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 17 amod 17:amod _ +16 six six NUM CD NumForm=Word|NumType=Card 17 nummod 17:nummod _ 17 people people NOUN NNS Number=Plur 12 nmod 12:nmod:of _ -18 listed list VERB VBN Tense=Past|VerbForm=Part 17 acl 17:acl _ +18 listed list VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 acl 17:acl _ 19 above above ADV RB _ 18 advmod 18:advmod SpaceAfter=No 20 ) ) PUNCT -RRB- _ 9 punct 9:punct _ @@ -118732,7 +118783,7 @@ 3 now now ADV RB _ 1 advmod 1:advmod SpaceAfter=No 4 , , PUNCT , _ 5 punct 5:punct _ 5 add add VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 own own ADJ JJ Degree=Pos 8 amod 8:amod _ 8 name name NOUN NN Number=Sing 5 obj 5:obj _ 9 to to ADP IN _ 11 case 11:case _ @@ -118741,7 +118792,7 @@ 12 and and CCONJ CC _ 16 cc 16:cc _ 13-14 you're _ _ _ _ _ _ _ _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -14 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +14 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 15 in in ADP IN _ 16 case 16:case _ 16 business business NOUN NN Number=Sing 1 conj 1:conj:and SpaceAfter=No 17 !!! !!! PUNCT . _ 1 punct 1:punct _ @@ -118751,7 +118802,7 @@ 1 ***** ***** PUNCT NFP _ 2 punct 2:punct SpaceAfter=No 2 DIRECTIONS direction NOUN NNS Number=Plur 0 root 0:root _ 3 FOR for SCONJ IN _ 6 mark 6:mark _ -4 HOW how SCONJ WRB PronType=Int 6 mark 6:mark _ +4 HOW how ADV WRB PronType=Int 6 advmod 6:advmod _ 5 TO to PART TO _ 6 mark 6:mark _ 6 POST post VERB VB VerbForm=Inf 2 acl 2:acl:to _ 7 TO to ADP IN _ 9 case 9:case _ @@ -118764,10 +118815,10 @@ # newpar id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-p0012 # text = STEP ONE: You do not need to re-type this entire letter to do your own posting. 1 STEP step NOUN NN Number=Sing 0 root 0:root _ -2 ONE one NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 : : PUNCT : _ 1 punct 1:punct _ +2 ONE one NUM CD NumForm=Word|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 : : PUNCT : _ 7 punct 7:punct _ 4 You you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ -5 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 not not PART RB _ 7 advmod 7:advmod _ 7 need need VERB VB VerbForm=Inf 1 appos 1:appos _ 8 to to PART TO _ 9 mark 9:mark _ @@ -118777,7 +118828,7 @@ 12 letter letter NOUN NN Number=Sing 9 obj 9:obj _ 13 to to PART TO _ 14 mark 14:mark _ 14 do do VERB VB VerbForm=Inf 9 advcl 9:advcl:to _ -15 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 16 own own ADJ JJ Degree=Pos 17 amod 17:amod _ 17 posting posting NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No 18 . . PUNCT . _ 1 punct 1:punct _ @@ -118786,7 +118837,7 @@ # text = Simply put your cursor at the beginning of this letter and drag your cursor to the bottom of this document, and select 'copy' from the edit menu. 1 Simply simply ADV RB _ 2 advmod 2:advmod _ 2 put put VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 cursor cursor NOUN NN Number=Sing 2 obj 2:obj _ 5 at at ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -118796,7 +118847,7 @@ 10 letter letter NOUN NN Number=Sing 7 nmod 7:nmod:of _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 drag drag VERB VB Mood=Imp|VerbForm=Fin 2 conj 2:conj:and _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 cursor cursor NOUN NN Number=Sing 12 obj 12:obj _ 15 to to ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -118835,7 +118886,7 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0075 # text = STEP TWO: 1 STEP step NOUN NN Number=Sing 0 root 0:root _ -2 TWO two NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No +2 TWO two NUM CD NumForm=Word|NumType=Card 1 nummod 1:nummod SpaceAfter=No 3 : : PUNCT : _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0076 @@ -118843,13 +118894,13 @@ 1 Open open VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 3 blank blank ADJ JJ Degree=Pos 7 amod 7:amod _ -4 ' ' PUNCT `` _ 7 punct 7:punct SpaceAfter=No +4 ' ' PUNCT `` _ 5 punct 5:punct SpaceAfter=No 5 notepad notepad NOUN NN Number=Sing 7 compound 7:compound SpaceAfter=No -6 ' ' PUNCT '' _ 7 punct 7:punct _ +6 ' ' PUNCT '' _ 5 punct 5:punct _ 7 file file NOUN NN Number=Sing 1 obj 1:obj _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 place place VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 cursor cursor NOUN NN Number=Sing 9 obj 9:obj _ 12 at at ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ @@ -118864,9 +118915,9 @@ # text = From the 'edit' menu select 'paste'. 1 From from ADP IN _ 6 case 6:case _ 2 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -3 ' ' PUNCT `` _ 6 punct 6:punct SpaceAfter=No +3 ' ' PUNCT `` _ 4 punct 4:punct SpaceAfter=No 4 edit edit NOUN NN Number=Sing 6 compound 6:compound SpaceAfter=No -5 ' ' PUNCT '' _ 6 punct 6:punct _ +5 ' ' PUNCT '' _ 4 punct 4:punct _ 6 menu menu NOUN NN Number=Sing 7 obl 7:obl:from _ 7 select select VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 8 ' ' PUNCT `` _ 9 punct 9:punct SpaceAfter=No @@ -118892,7 +118943,7 @@ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ 15 will will AUX MD VerbForm=Fin 16 aux 16:aux _ 16 add add VERB VB VerbForm=Inf 3 advcl 3:advcl:so_that _ -17 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 name name NOUN NN Number=Sing 16 obj 16:obj _ 19 to to ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ @@ -118902,13 +118953,13 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0079 # text = STEP THREE: 1 STEP step NOUN NN Number=Sing 0 root 0:root _ -2 THREE three NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No +2 THREE three NUM CD NumForm=Word|NumType=Card 1 nummod 1:nummod SpaceAfter=No 3 : : PUNCT : _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0080 # text = Save your new notepad file as a text file. 1 Save save VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 3 new new ADJ JJ Degree=Pos 5 amod 5:amod _ 4 notepad notepad NOUN NN Number=Sing 5 compound 5:compound _ 5 file file NOUN NN Number=Sing 1 obj 1:obj _ @@ -118922,15 +118973,15 @@ # text = If you want to do your posting in different settings, you'll always have this file to go back to. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:if _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:if _ 4 to to PART TO _ 5 mark 5:mark _ 5 do do VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 posting posting NOUN NN Number=Sing 5 obj 5:obj _ 8 in in ADP IN _ 10 case 10:case _ 9 different different ADJ JJ Degree=Pos 10 amod 10:amod _ 10 settings setting NOUN NNS Number=Plur 5 obl 5:obl:in SpaceAfter=No -11 , , PUNCT , _ 15 punct 15:punct _ +11 , , PUNCT , _ 3 punct 3:punct _ 12-13 you'll _ _ _ _ _ _ _ _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ 13 'll will AUX MD VerbForm=Fin 15 aux 15:aux _ @@ -118947,7 +118998,7 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0082 # text = STEP FOUR: 1 STEP step NOUN NN Number=Sing 0 root 0:root _ -2 FOUR four NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No +2 FOUR four NUM CD NumForm=Word|NumType=Card 1 nummod 1:nummod SpaceAfter=No 3 : : PUNCT : _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0083 @@ -118985,18 +119036,18 @@ 2 in in ADP RP _ 1 compound:prt 1:compound:prt _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 subject subject NOUN NN Number=Sing 1 obj 1:obj SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ +5 , , PUNCT , _ 10 punct 10:punct _ 6 this this PRON DT Number=Sing|PronType=Dem 10 nsubj 10:nsubj _ 7 will will AUX MD VerbForm=Fin 10 aux 10:aux _ 8 be be AUX VB VerbForm=Inf 10 cop 10:cop _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 header header NOUN NN Number=Sing 1 parataxis 1:parataxis|13:obj _ 11 that that PRON WDT PronType=Rel 13 obj 10:ref _ -12 everyone everyone PRON NN Number=Sing 13 nsubj 13:nsubj _ +12 everyone everyone PRON NN Number=Sing|PronType=Tot 13 nsubj 13:nsubj _ 13 sees see VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ 14 as as SCONJ IN _ 16 mark 16:mark _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -16 scroll scroll VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:as _ +16 scroll scroll VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:as _ 17 through through ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 list list NOUN NN Number=Sing 16 obl 16:obl:through _ @@ -119006,7 +119057,7 @@ 23 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 24 particular particular ADJ JJ Degree=Pos 25 amod 25:amod _ 25 group group NOUN NN Number=Sing 19 nmod 19:nmod:in SpaceAfter=No -26 , , PUNCT , _ 1 punct 1:punct _ +26 , , PUNCT , _ 27 punct 27:punct _ 27 click click VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ 28 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 29 post post VERB VB Mood=Imp|VerbForm=Fin 31 compound 31:compound _ @@ -119018,7 +119069,7 @@ # text = You're done. 1-2 You're _ _ _ _ _ _ _ _ 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -2 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 done done ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ @@ -119039,9 +119090,9 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0088 # text = All you have to do, and It Really works!!! -1 All all DET DT _ 0 root 0:root _ +1 All all DET DT PronType=Tot 0 root 0:root _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 4 to to PART TO _ 5 mark 5:mark _ 5 do do VERB VB VerbForm=Inf 3 xcomp 3:xcomp SpaceAfter=No 6 , , PUNCT , _ 10 punct 10:punct _ @@ -119054,23 +119105,23 @@ # sent_id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-0089 # newpar id = newsgroup-groups.google.com_alt.animals.bears_1125853b1f13cff6_ENG_20040126_171100-p0015 # text = Best Wishes -1 Best best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Best good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 Wishes wish NOUN NNS Number=Plur 0 root 0:root _ # newdoc id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900 # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0001 # newpar id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-p0001 # text = Blue Planet: Who's afraid of Big Bad Wolf? -1 Blue Blue PROPN NNP Number=Sing 2 compound 2:compound _ +1 Blue Blue ADJ NNP Degree=Pos 2 amod 2:amod _ 2 Planet Planet PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 6 punct 6:punct _ 4-5 Who's _ _ _ _ _ _ _ _ 4 Who who PRON WP PronType=Int 6 nsubj 6:nsubj _ 5 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 afraid afraid PROPN NNP Number=Sing 2 parataxis 2:parataxis _ 7 of of ADP IN _ 10 case 10:case _ -8 Big Big PROPN NNP Number=Sing 10 compound 10:compound _ -9 Bad Bad PROPN NNP Number=Sing 10 compound 10:compound _ +8 Big Big ADJ NNP Degree=Pos 10 amod 10:amod _ +9 Bad Bad ADJ NNP Degree=Pos 10 amod 10:amod _ 10 Wolf Wolf PROPN NNP Number=Sing 6 obl 6:obl:of SpaceAfter=No 11 ? ? PUNCT . _ 2 punct 2:punct _ @@ -119083,7 +119134,7 @@ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0003 # text = UNITED PRESS INTERNATIONAL -1 UNITED UNITED PROPN NNP Number=Sing 2 compound 2:compound _ +1 UNITED UNITED ADJ NNP Degree=Pos 2 amod 2:amod _ 2 PRESS PRESS PROPN NNP Number=Sing 3 compound 3:compound _ 3 INTERNATIONAL INTERNATIONAL PROPN NNP Number=Sing 0 root 0:root _ @@ -119091,11 +119142,11 @@ # newpar id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-p0003 # text = Boulder, CO, Feb. 23 (UPI) -- 1 Boulder Boulder PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 3 punct 3:punct _ 3 CO CO PROPN NNP Number=Sing 1 appos 1:appos SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ -5 Feb. Feb. PROPN NNP Number=Sing 1 nmod:tmod 1:nmod:tmod _ -6 23 23 NUM CD NumType=Card 5 nummod 5:nummod _ +4 , , PUNCT , _ 5 punct 5:punct _ +5 Feb. February PROPN NNP Abbr=Yes|Number=Sing 1 nmod:tmod 1:nmod:tmod _ +6 23 23 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 7 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No 8 UPI UPI PROPN NNP Number=Sing 1 list 1:list SpaceAfter=No 9 ) ) PUNCT -RRB- _ 8 punct 8:punct _ @@ -119106,32 +119157,32 @@ 1 Ever ever ADV RB _ 4 advmod 4:advmod _ 2 since since SCONJ IN _ 4 mark 4:mark _ 3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj|12:nsubj _ -4 ate eat VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 31 advcl 31:advcl:since _ +4 ate eat VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 31 advcl 31:advcl:since _ 5 up up ADP RP _ 4 compound:prt 4:compound:prt _ -6 Red Red PROPN NNP Number=Sing 8 compound 8:compound _ +6 Red Red ADJ NNP Degree=Pos 8 amod 8:amod _ 7 Riding Riding PROPN NNP Number=Sing 8 compound 8:compound _ 8-9 Hood's _ _ _ _ _ _ _ _ 8 Hood Hood PROPN NNP Number=Sing 10 nmod:poss 10:nmod:poss _ 9 's 's PART POS _ 8 case 8:case _ 10 grandma grandma NOUN NN Number=Sing 4 obj 4:obj _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 blew blow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and|31:advcl:since _ +12 blew blow VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and|31:advcl:since _ 13 down down ADP RP _ 12 compound:prt 12:compound:prt _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 houses house NOUN NNS Number=Plur 12 obj 12:obj _ 16 of of ADP IN _ 19 case 19:case _ -17 two two NUM CD NumType=Card 19 nummod 19:nummod SpaceAfter=No -18 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No -19 thirds third NOUN NNS Number=Plur 15 nmod 15:nmod:of _ +17 two two NUM CD NumForm=Word|NumType=Card 19 nummod 19:nummod SpaceAfter=No +18 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No +19 thirds third NOUN NNS Number=Plur|NumForm=Word|NumType=Frac 15 nmod 15:nmod:of _ 20 of of ADP IN _ 24 case 24:case _ 21 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 22 Three Three PROPN NNP Number=Sing 24 compound 24:compound _ -23 Little Little PROPN NNP Number=Sing 24 compound 24:compound _ -24 Pigs Pigs PROPN NNPS Number=Plur 19 nmod 19:nmod:of SpaceAfter=No -25 , , PUNCT , _ 31 punct 31:punct _ +23 Little Little ADJ NNP Degree=Pos 24 amod 24:amod _ +24 Pigs Pig PROPN NNPS Number=Plur 19 nmod 19:nmod:of SpaceAfter=No +25 , , PUNCT , _ 4 punct 4:punct _ 26 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ -27 Big Big PROPN NNP Number=Sing 29 compound 29:compound _ -28 Bad Bad PROPN NNP Number=Sing 29 compound 29:compound _ +27 Big Big ADJ NNP Degree=Pos 29 amod 29:amod _ +28 Bad Bad ADJ NNP Degree=Pos 29 amod 29:amod _ 29 Wolf Wolf PROPN NNP Number=Sing 31 nsubj 31:nsubj _ 30 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ 31 held hold VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ @@ -119149,7 +119200,7 @@ 4 of of ADP IN _ 3 fixed 3:fixed _ 5 that that DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 reputation reputation NOUN NN Number=Sing 13 obl 13:obl:because_of SpaceAfter=No -7 , , PUNCT , _ 13 punct 13:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 gray gray ADJ JJ Degree=Pos 10 amod 10:amod _ 10 wolf wolf NOUN NN Number=Sing 13 nsubj:pass 13:nsubj:pass _ @@ -119158,13 +119209,13 @@ 13 exterminated exterminate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 14 from from ADP IN _ 18 case 18:case _ 15 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -16 lower lower ADJ JJ Degree=Pos 18 amod 18:amod _ -17 48 48 NUM CD NumType=Card 18 nummod 18:nummod _ +16 lower low ADJ JJR Degree=Cmp 18 amod 18:amod _ +17 48 48 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ 18 states state NOUN NNS Number=Plur 13 obl 13:obl:from _ 19 by by ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -21 1920s 1920 NOUN NNS Number=Plur 13 obl 13:obl:by SpaceAfter=No -22 , , PUNCT , _ 13 punct 13:punct _ +21 1920s 1920s NOUN NNS Number=Plur 13 obl 13:obl:by SpaceAfter=No +22 , , PUNCT , _ 28 punct 28:punct _ 23 except except ADP IN _ 28 case 28:case _ 24 for for ADP IN _ 28 case 28:case _ 25 a a DET DT Definite=Ind|PronType=Art 28 det 28:det _ @@ -119172,9 +119223,9 @@ 27 remnant remnant NOUN NN Number=Sing 28 compound 28:compound _ 28 population population NOUN NN Number=Sing 13 obl 13:obl:for _ 29 on on ADP IN _ 33 case 33:case _ -30 Isle Isle PROPN NNP Number=Sing 31 compound 31:compound _ -31 Royale Royale PROPN NNP Number=Sing 33 compound 33:compound _ -32 National National PROPN NNP Number=Sing 33 compound 33:compound _ +30 Isle Isle PROPN NNP Number=Sing 33 compound 33:compound _ +31 Royale Royale ADJ NNP Degree=Pos 30 amod 30:amod _ +32 National National ADJ NNP Degree=Pos 33 amod 33:amod _ 33 Park Park PROPN NNP Number=Sing 28 nmod 28:nmod:on _ 34 in in ADP IN _ 38 case 38:case _ 35-36 Michigan's _ _ _ _ _ _ _ _ @@ -119193,10 +119244,10 @@ 5 killed kill VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 in in ADP IN _ 9 case 9:case _ 7 Yellowstone Yellowstone PROPN NNP Number=Sing 9 compound 9:compound _ -8 National National PROPN NNP Number=Sing 9 compound 9:compound _ +8 National National ADJ NNP Degree=Pos 9 amod 9:amod _ 9 Park Park PROPN NNP Number=Sing 5 obl 5:obl:in _ 10 in in ADP IN _ 11 case 11:case _ -11 1943 1943 NUM CD NumType=Card 5 obl 5:obl:in SpaceAfter=No +11 1943 1943 NUM CD NumForm=Digit|NumType=Card 5 obl 5:obl:in SpaceAfter=No 12 . . PUNCT . _ 5 punct 5:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0008 @@ -119206,42 +119257,42 @@ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 cattle cattle NOUN NNS Number=Plur 2 conj 2:conj:and|5:compound _ 5 ranchers rancher NOUN NNS Number=Plur 17 nsubj 9:nmod:poss|17:nsubj|24:nsubj SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 14 punct 14:punct _ 7 on on ADP IN _ 9 case 9:case _ -8 whose whose PRON WP$ Poss=Yes|PronType=Int 9 nmod:poss 5:ref _ +8 whose whose PRON WP$ Poss=Yes|PronType=Rel 9 nmod:poss 5:ref _ 9 behalf behalf NOUN NN Number=Sing 14 obl 14:obl:on _ 10 this this DET DT Number=Sing|PronType=Dem 12 det 12:det _ 11 extermination extermination NOUN NN Number=Sing 12 compound 12:compound _ 12 campaign campaign NOUN NN Number=Sing 14 nsubj:pass 14:nsubj:pass _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 aux:pass 14:aux:pass _ 14 conducted conduct VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl:relcl 5:acl:relcl SpaceAfter=No -15 , , PUNCT , _ 17 punct 17:punct _ +15 , , PUNCT , _ 5 punct 5:punct _ 16 gratefully gratefully ADV RB _ 17 advmod 17:advmod _ -17 dusted dust VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -18 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +17 dusted dust VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +18 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 hands hand NOUN NNS Number=Plur 17 obj 17:obj _ 20 of of ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 wolf wolf NOUN NN Number=Sing 17 obl 17:obl:of _ 23 and and CCONJ CC _ 24 cc 24:cc _ -24 wrote write VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 conj 17:conj:and _ +24 wrote write VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 17 conj 17:conj:and _ 25 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 24 obj 24:obj _ 26 off off ADP RP _ 24 compound:prt 24:compound:prt _ 27 as as ADP IN _ 29 case 29:case _ 28 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ 29 job job NOUN NN Number=Sing 24 obl 24:obl:as _ 30 well well ADV RB Degree=Pos 31 advmod 31:advmod _ -31 done do VERB VBN Tense=Past|VerbForm=Part 29 acl 29:acl SpaceAfter=No +31 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 29 acl 29:acl SpaceAfter=No 32 . . PUNCT . _ 17 punct 17:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0009 # text = Their sheep could graze, their cows could ruminate and never a discouraging word would be heard. -1 Their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 sheep sheep NOUN NNS Number=Plur 4 nsubj 4:nsubj _ 3 could could AUX MD VerbForm=Fin 4 aux 4:aux _ 4 graze graze VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 5 , , PUNCT , _ 9 punct 9:punct _ -6 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 cows cow NOUN NNS Number=Plur 9 nsubj 9:nsubj _ 8 could could AUX MD VerbForm=Fin 9 aux 9:aux _ 9 ruminate ruminate VERB VB VerbForm=Inf 4 conj 4:conj:and _ @@ -119262,16 +119313,16 @@ 2 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 3 major major ADJ JJ Degree=Pos 6 amod 6:amod _ 4 kill kill NOUN NN Number=Sing 6 compound 6:compound SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 6 offs off NOUN NNS Number=Plur 14 obl 14:obl:after SpaceAfter=No -7 , , PUNCT , _ 14 punct 14:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 wolves wolf NOUN NNS Number=Plur 14 nsubj 14:nsubj _ 9 outside outside ADP IN _ 11 case 11:case _ 10 of of ADP IN _ 11 case 11:case _ 11 Alaska Alaska PROPN NNP Number=Sing 8 nmod 8:nmod:of _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 Canada Canada PROPN NNP Number=Sing 11 conj 8:nmod:of|11:conj:and _ -14 existed exist VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +14 existed exist VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 15 mostly mostly ADV RB _ 17 advmod 17:advmod _ 16 as as ADP IN _ 17 case 17:case _ 17 legend legend NOUN NN Number=Sing 14 obl 14:obl:as SpaceAfter=No @@ -119283,16 +119334,16 @@ 2 UFOs ufo NOUN NNS Number=Plur 8 obl 8:obl:like _ 3 or or CCONJ CC _ 4 cc 4:cc _ 4 Sasquatch Sasquatch PROPN NNP Number=Sing 2 conj 2:conj:or|8:obl:like SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +5 , , PUNCT , _ 2 punct 2:punct _ 6 several several ADJ JJ Degree=Pos 7 amod 7:amod _ 7 people people NOUN NNS Number=Plur 8 nsubj 8:nsubj|10:nsubj:xsubj _ -8 claimed claim VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 claimed claim VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 to to PART TO _ 10 mark 10:mark _ 10 see see VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 fleeting fleeting ADJ JJ Degree=Pos 13 amod 13:amod _ 12 lone lone ADJ JJ Degree=Pos 13 amod 13:amod _ 13 wolves wolf NOUN NNS Number=Plur 10 obj 10:obj SpaceAfter=No -14 , , PUNCT , _ 10 punct 10:punct _ +14 , , PUNCT , _ 17 punct 17:punct _ 15 usually usually ADV RB _ 17 advmod 17:advmod _ 16 in in ADP IN _ 17 case 17:case _ 17 Yellowstone Yellowstone PROPN NNP Number=Sing 10 obl 10:obl:in SpaceAfter=No @@ -119302,8 +119353,8 @@ # text = In the 1960s, a group shooting a movie in the Wyoming park reportedly imported some captive wolves, then released them when their shooting was done. 1 In in ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ -3 1960s 1960 NOUN NNS Number=Plur 15 obl 15:obl:in SpaceAfter=No -4 , , PUNCT , _ 15 punct 15:punct _ +3 1960s 1960s NOUN NNS Number=Plur 15 obl 15:obl:in SpaceAfter=No +4 , , PUNCT , _ 3 punct 3:punct _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 group group NOUN NN Number=Sing 15 nsubj 15:nsubj|21:nsubj _ 7 shooting shoot VERB VBG VerbForm=Ger 6 acl 6:acl _ @@ -119314,16 +119365,16 @@ 12 Wyoming Wyoming PROPN NNP Number=Sing 13 compound 13:compound _ 13 park park NOUN NN Number=Sing 7 obl 7:obl:in _ 14 reportedly reportedly ADV RB _ 15 advmod 15:advmod _ -15 imported import VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -16 some some DET DT _ 18 det 18:det _ +15 imported import VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +16 some some DET DT PronType=Ind 18 det 18:det _ 17 captive captive ADJ JJ Degree=Pos 18 amod 18:amod _ 18 wolves wolf NOUN NNS Number=Plur 15 obj 15:obj SpaceAfter=No 19 , , PUNCT , _ 21 punct 21:punct _ 20 then then ADV RB PronType=Dem 21 advmod 21:advmod _ -21 released release VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 conj 15:conj _ +21 released release VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 conj 15:conj _ 22 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 21 obj 21:obj _ -23 when when SCONJ WRB PronType=Int 27 mark 27:mark _ -24 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +23 when when ADV WRB PronType=Int 27 advmod 27:advmod _ +24 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 shooting shooting NOUN NN Number=Sing 27 nsubj 27:nsubj _ 26 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 27 cop 27:cop _ 27 done done ADJ JJ Degree=Pos 21 advcl 21:advcl:when SpaceAfter=No @@ -119333,7 +119384,7 @@ # text = If so, this happy band has not been heard from since. 1 If if SCONJ IN _ 2 mark 2:mark _ 2 so so ADV RB _ 10 advcl 10:advcl:if SpaceAfter=No -3 , , PUNCT , _ 10 punct 10:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 5 happy happy ADJ JJ Degree=Pos 6 amod 6:amod _ 6 band band NOUN NN Number=Sing 10 nsubj:pass 10:nsubj:pass _ @@ -119350,19 +119401,19 @@ # text = Rumor also had it some renegade biologist brought a caged pair to Yellowstone and released them into the wild sometime in the 1970s, hoping to reestablish a breeding population. 1 Rumor rumor NOUN NN Number=Sing 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 expl 3:expl _ -5 some some DET DT _ 7 det 7:det _ +5 some some DET DT PronType=Ind 7 det 7:det _ 6 renegade renegade ADJ JJ Degree=Pos 7 amod 7:amod _ 7 biologist biologist NOUN NN Number=Sing 8 nsubj 8:nsubj|15:nsubj _ -8 brought bring VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +8 brought bring VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -10 caged cage VERB VBN Tense=Past|VerbForm=Part 11 amod 11:amod _ +10 caged cage VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 amod 11:amod _ 11 pair pair NOUN NN Number=Sing 8 obj 8:obj _ 12 to to ADP IN _ 13 case 13:case _ 13 Yellowstone Yellowstone PROPN NNP Number=Sing 8 obl 8:obl:to _ 14 and and CCONJ CC _ 15 cc 15:cc _ -15 released release VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 conj 3:ccomp|8:conj:and _ +15 released release VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 conj 3:ccomp|8:conj:and _ 16 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 15 obj 15:obj _ 17 into into ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ @@ -119370,8 +119421,8 @@ 20 sometime sometime ADV RB _ 15 advmod 15:advmod _ 21 in in ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -23 1970s 1970 NOUN NNS Number=Plur 20 obl 20:obl:in SpaceAfter=No -24 , , PUNCT , _ 15 punct 15:punct _ +23 1970s 1970s NOUN NNS Number=Plur 20 obl 20:obl:in SpaceAfter=No +24 , , PUNCT , _ 25 punct 25:punct _ 25 hoping hope VERB VBG VerbForm=Ger 15 advcl 15:advcl _ 26 to to PART TO _ 27 mark 27:mark _ 27 reestablish reestablish VERB VB VerbForm=Inf 25 xcomp 25:xcomp _ @@ -119384,10 +119435,10 @@ # text = If true, the caper failed. 1 If if SCONJ IN _ 2 mark 2:mark _ 2 true true ADJ JJ Degree=Pos 6 advcl 6:advcl:if SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 caper caper NOUN NN Number=Sing 6 nsubj 6:nsubj _ -6 failed fail VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +6 failed fail VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 7 . . PUNCT . _ 6 punct 6:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0016 @@ -119395,79 +119446,79 @@ # text = Over time, the wolf's absence seemed to rehabilitate its image. 1 Over over ADP IN _ 2 case 2:case _ 2 time time NOUN NN Number=Sing 8 obl 8:obl:over SpaceAfter=No -3 , , PUNCT , _ 8 punct 8:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5-6 wolf's _ _ _ _ _ _ _ _ 5 wolf wolf NOUN NN Number=Sing 7 nmod:poss 7:nmod:poss _ 6 's 's PART POS _ 5 case 5:case _ 7 absence absence NOUN NN Number=Sing 8 nsubj 8:nsubj|10:nsubj:xsubj _ -8 seemed seem VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 seemed seem VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 to to PART TO _ 10 mark 10:mark _ 10 rehabilitate rehabilitate VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ -11 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 image image NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 13 . . PUNCT . _ 8 punct 8:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0017 # text = Eventually, a trickle of support appeared for bringing the predator back to its former home range in the northern Rocky Mountains. 1 Eventually eventually ADV RB _ 7 advmod 7:advmod SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 trickle trickle NOUN NN Number=Sing 7 nsubj 7:nsubj _ 5 of of ADP IN _ 6 case 6:case _ 6 support support NOUN NN Number=Sing 4 nmod 4:nmod:of _ -7 appeared appear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 appeared appear VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 for for SCONJ IN _ 9 mark 9:mark _ 9 bringing bring VERB VBG VerbForm=Ger 7 advcl 7:advcl:for _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 predator predator NOUN NN Number=Sing 9 obj 9:obj _ 12 back back ADV RB _ 9 advmod 9:advmod _ 13 to to ADP IN _ 17 case 17:case _ -14 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +14 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 15 former former ADJ JJ Degree=Pos 17 amod 17:amod _ 16 home home NOUN NN Number=Sing 17 compound 17:compound _ 17 range range NOUN NN Number=Sing 12 obl 12:obl:to _ 18 in in ADP IN _ 22 case 22:case _ 19 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 20 northern northern ADJ JJ Degree=Pos 22 amod 22:amod _ -21 Rocky Rocky PROPN NNP Number=Sing 22 compound 22:compound _ -22 Mountains Mountains PROPN NNPS Number=Plur 17 nmod 17:nmod:in SpaceAfter=No +21 Rocky Rocky ADJ NNP Degree=Pos 22 amod 22:amod _ +22 Mountains Mountain PROPN NNPS Number=Plur 17 nmod 17:nmod:in SpaceAfter=No 23 . . PUNCT . _ 7 punct 7:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0018 # text = This trickle grew into a flood, resulting in 14 wolves being reintroduced in Yellowstone in 1995 by the U.S. Fish and Wildlife Service -- albeit over the strong and still-continuing objections of ranchers. 1 This this DET DT Number=Sing|PronType=Dem 2 det 2:det _ 2 trickle trickle NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 grew grow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 grew grow VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 into into ADP IN _ 6 case 6:case _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 flood flood NOUN NN Number=Sing 3 obl 3:obl:into SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ +7 , , PUNCT , _ 8 punct 8:punct _ 8 resulting result VERB VBG VerbForm=Ger 3 advcl 3:advcl _ 9 in in SCONJ IN _ 13 mark 13:mark _ -10 14 14 NUM CD NumType=Card 11 nummod 11:nummod _ +10 14 14 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 11 wolves wolf NOUN NNS Number=Plur 13 nsubj:pass 13:nsubj:pass _ 12 being be AUX VBG VerbForm=Ger 13 aux:pass 13:aux:pass _ 13 reintroduced reintroduce VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 advcl 8:advcl:in _ 14 in in ADP IN _ 15 case 15:case _ 15 Yellowstone Yellowstone PROPN NNP Number=Sing 13 obl 13:obl:in _ 16 in in ADP IN _ 17 case 17:case _ -17 1995 1995 NUM CD NumType=Card 13 obl 13:obl:in _ +17 1995 1995 NUM CD NumForm=Digit|NumType=Card 13 obl 13:obl:in _ 18 by by ADP IN _ 24 case 24:case _ 19 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 20 U.S. U.S. PROPN NNP Number=Sing 24 compound 24:compound _ 21 Fish Fish PROPN NNP Number=Sing 24 compound 24:compound _ 22 and and CCONJ CC _ 23 cc 23:cc _ 23 Wildlife Wildlife PROPN NNP Number=Sing 21 conj 21:conj:and|24:compound _ -24 Service Service PROPN NNP Number=Sing 13 obl 13:obl:by _ -25 -- -- PUNCT , _ 13 punct 13:punct _ -26 albeit albeit SCONJ IN _ 34 advmod 34:advmod _ +24 Service Service PROPN NNP Number=Sing 13 obl:agent 13:obl:agent _ +25 -- -- PUNCT , _ 34 punct 34:punct _ +26 albeit albeit SCONJ IN _ 34 mark 34:mark _ 27 over over ADP IN _ 34 case 34:case _ 28 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ 29 strong strong ADJ JJ Degree=Pos 34 amod 34:amod _ 30 and and CCONJ CC _ 33 cc 33:cc _ 31 still still ADV RB _ 33 advmod 33:advmod SpaceAfter=No -32 - - PUNCT HYPH _ 33 punct 33:punct SpaceAfter=No +32 - - PUNCT HYPH _ 31 punct 31:punct SpaceAfter=No 33 continuing continue VERB VBG VerbForm=Ger 29 conj 29:conj:and|34:amod _ 34 objections objection NOUN NNS Number=Plur 13 advcl 13:advcl:over _ 35 of of ADP IN _ 36 case 36:case _ @@ -119479,35 +119530,35 @@ 1 These this DET DT Number=Plur|PronType=Dem 3 det 3:det _ 2 wolf wolf NOUN NN Number=Sing 3 compound 3:compound _ 3 packs pack NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -4 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 flourished flourish VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No 6 , , PUNCT , _ 10 punct 10:punct _ 7 and and CCONJ CC _ 10 cc 10:cc _ 8 now now ADV RB _ 10 advmod 10:advmod _ 9 there there PRON EX _ 10 expl 10:expl _ -10 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +10 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 11 an a DET DT Definite=Ind|PronType=Art 14 det 14:det _ -12 estimated estimate VERB VBN Tense=Past|VerbForm=Part 14 amod 14:amod _ -13 850 850 NUM CD NumType=Card 14 nummod 14:nummod _ +12 estimated estimate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 amod 14:amod _ +13 850 850 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 14 wolves wolf NOUN NNS Number=Plur 10 nsubj 10:nsubj _ 15 roaming roam VERB VBG VerbForm=Ger 14 acl 14:acl _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 17 northern northern ADJ JJ Degree=Pos 18 amod 18:amod _ -18 Rockies Rockies PROPN NNPS Number=Plur 15 obj 15:obj SpaceAfter=No -19 , , PUNCT , _ 18 punct 18:punct _ -20 where where SCONJ WRB PronType=Rel 26 mark 26:mark _ +18 Rockies Rocky PROPN NNPS Number=Plur 15 obj 15:obj|26:obl SpaceAfter=No +19 , , PUNCT , _ 26 punct 26:punct _ +20 where where ADV WRB PronType=Rel 26 advmod 18:ref _ 21 merely merely ADV RB _ 22 advmod 22:advmod _ -22 10 10 NUM CD NumType=Card 23 nummod 23:nummod _ +22 10 10 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ 23 years year NOUN NNS Number=Plur 24 obl:npmod 24:obl:npmod _ 24 ago ago ADV RB _ 26 advmod 26:advmod _ 25 there there PRON EX _ 26 expl 26:expl _ -26 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ +26 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ 27 none none NOUN NN Number=Sing 26 nsubj 26:nsubj SpaceAfter=No 28 . . PUNCT . _ 5 punct 5:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0020 # text = One compelling argument for reintroduction was the wolf acts as a keystone predator, an animal that affects the populations, behavior and ecology of a wide variety of species within its range. -1 One one NUM CD NumType=Card 3 nummod 3:nummod _ +1 One one NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 2 compelling compelling ADJ JJ Degree=Pos 3 amod 3:amod _ 3 argument argument NOUN NN Number=Sing 0 root 0:root _ 4 for for ADP IN _ 5 case 5:case _ @@ -119520,7 +119571,7 @@ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 keystone keystone NOUN NN Number=Sing 13 compound 13:compound _ 13 predator predator NOUN NN Number=Sing 9 obl 9:obl:as SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ +14 , , PUNCT , _ 16 punct 16:punct _ 15 an a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 16 animal animal NOUN NN Number=Sing 13 appos 13:appos|18:nsubj _ 17 that that PRON WDT PronType=Rel 18 nsubj 16:ref _ @@ -119538,20 +119589,20 @@ 29 of of ADP IN _ 30 case 30:case _ 30 species species NOUN NNS Number=Plur 28 nmod 28:nmod:of _ 31 within within ADP IN _ 33 case 33:case _ -32 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 33 nmod:poss 33:nmod:poss _ +32 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 33 nmod:poss 33:nmod:poss _ 33 range range NOUN NN Number=Sing 30 nmod 30:nmod:within SpaceAfter=No 34 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0021 # text = Some recent research conducted by Oregon State University has given considerable credence to this idea. -1 Some some DET DT _ 3 det 3:det _ +1 Some some DET DT PronType=Ind 3 det 3:det _ 2 recent recent ADJ JJ Degree=Pos 3 amod 3:amod _ 3 research research NOUN NN Number=Sing 10 nsubj 10:nsubj _ -4 conducted conduct VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ +4 conducted conduct VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ 5 by by ADP IN _ 8 case 8:case _ 6 Oregon Oregon PROPN NNP Number=Sing 8 compound 8:compound _ 7 State State PROPN NNP Number=Sing 8 compound 8:compound _ -8 University University PROPN NNP Number=Sing 4 obl 4:obl:by _ +8 University University PROPN NNP Number=Sing 4 obl:agent 4:obl:agent _ 9 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 given give VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 11 considerable considerable ADJ JJ Degree=Pos 12 amod 12:amod _ @@ -119565,26 +119616,26 @@ # text = OSU forestry professors William Ripple and Robert Beschta have found that wolves actually promote stream-bank stabilization, although they have given the phenomenon the unfortunate name of "the ecology of fear" -- something that smacks of the horrible PR resulting from the wolf's relationships with Riding Hood and the Three Pigs. 1 OSU OSU PROPN NNP Number=Sing 3 compound 3:compound _ 2 forestry forestry NOUN NN Number=Sing 3 compound 3:compound _ -3 professors professor NOUN NNS Number=Plur 4 compound 4:compound _ +3 professors professor NOUN NNS Number=Plur 4 nmod:desc 4:nmod:desc _ 4 William William PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 5 Ripple Ripple PROPN NNP Number=Sing 4 flat 4:flat _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 Robert Robert PROPN NNP Number=Sing 4 conj 4:conj:and|10:nsubj _ 8 Beschta Beschta PROPN NNP Number=Sing 7 flat 7:flat _ -9 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +9 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 found find VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 11 that that SCONJ IN _ 14 mark 14:mark _ 12 wolves wolf NOUN NNS Number=Plur 14 nsubj 14:nsubj _ 13 actually actually ADV RB _ 14 advmod 14:advmod _ 14 promote promote VERB VB VerbForm=Inf 10 ccomp 10:ccomp _ 15 stream stream NOUN NN Number=Sing 17 compound 17:compound SpaceAfter=No -16 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No +16 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No 17 bank bank NOUN NN Number=Sing 18 compound 18:compound _ 18 stabilization stabilization NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No -19 , , PUNCT , _ 14 punct 14:punct _ +19 , , PUNCT , _ 23 punct 23:punct _ 20 although although SCONJ IN _ 23 mark 23:mark _ 21 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 23 nsubj 23:nsubj _ -22 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ +22 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ 23 given give VERB VBN Tense=Past|VerbForm=Part 14 advcl 14:advcl:although _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 phenomenon phenomenon NOUN NN Number=Sing 23 iobj 23:iobj _ @@ -119598,8 +119649,8 @@ 33 of of ADP IN _ 34 case 34:case _ 34 fear fear NOUN NN Number=Sing 32 nmod 32:nmod:of SpaceAfter=No 35 " " PUNCT '' _ 32 punct 32:punct _ -36 -- -- PUNCT , _ 28 punct 28:punct _ -37 something something PRON NN Number=Sing 28 appos 28:appos|39:nsubj _ +36 -- -- PUNCT , _ 37 punct 37:punct _ +37 something something PRON NN Number=Sing|PronType=Ind 28 appos 28:appos|39:nsubj _ 38 that that PRON WDT PronType=Rel 39 nsubj 37:ref _ 39 smacks smack VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 37 acl:relcl 37:acl:relcl _ 40 of of ADP IN _ 43 case 43:case _ @@ -119619,18 +119670,18 @@ 53 and and CCONJ CC _ 56 cc 56:cc _ 54 the the DET DT Definite=Def|PronType=Art 56 det 56:det _ 55 Three Three PROPN NNP Number=Sing 56 compound 56:compound _ -56 Pigs Pigs PROPN NNPS Number=Plur 52 conj 49:nmod:with|52:conj:and SpaceAfter=No +56 Pigs Pig PROPN NNPS Number=Plur 52 conj 49:nmod:with|52:conj:and SpaceAfter=No 57 . . PUNCT . _ 10 punct 10:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0023 # text = They explained that elk in Yellowstone used to browse unmolested on young aspen and willow growing near the banks of streams, a behavior that prevented the saplings from reaching mature stages and increased the possibility of soil erosion. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 explained explain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 explained explain VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 7 mark 7:mark _ 4 elk elk NOUN NNS Number=Plur 7 nsubj 7:nsubj|9:nsubj:xsubj|10:nsubj:xsubj _ 5 in in ADP IN _ 6 case 6:case _ 6 Yellowstone Yellowstone PROPN NNP Number=Sing 4 nmod 4:nmod:in _ -7 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +7 used use VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 8 to to PART TO _ 9 mark 9:mark _ 9 browse browse VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 unmolested unmolested ADJ JJ Degree=Pos 9 xcomp 9:xcomp _ @@ -119645,11 +119696,11 @@ 19 banks bank NOUN NNS Number=Plur 16 obl 16:obl:near _ 20 of of ADP IN _ 21 case 21:case _ 21 streams stream NOUN NNS Number=Plur 19 nmod 19:nmod:of SpaceAfter=No -22 , , PUNCT , _ 9 punct 9:punct _ +22 , , PUNCT , _ 24 punct 24:punct _ 23 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ -24 behavior behavior NOUN NN Number=Sing 9 appos 9:appos|26:nsubj|34:nsubj _ +24 behavior behavior NOUN NN Number=Sing 9 parataxis 9:parataxis|26:nsubj|34:nsubj _ 25 that that PRON WDT PronType=Rel 26 nsubj 24:ref _ -26 prevented prevent VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 acl:relcl 24:acl:relcl _ +26 prevented prevent VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 acl:relcl 24:acl:relcl _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 saplings sapling NOUN NNS Number=Plur 26 obj 26:obj _ 29 from from SCONJ IN _ 30 mark 30:mark _ @@ -119657,7 +119708,7 @@ 31 mature mature ADJ JJ Degree=Pos 32 amod 32:amod _ 32 stages stage NOUN NNS Number=Plur 30 obj 30:obj _ 33 and and CCONJ CC _ 34 cc 34:cc _ -34 increased increase VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 26 conj 24:acl:relcl|26:conj:and _ +34 increased increase VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 26 conj 24:acl:relcl|26:conj:and _ 35 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ 36 possibility possibility NOUN NN Number=Sing 34 obj 34:obj _ 37 of of ADP IN _ 39 case 39:case _ @@ -119669,15 +119720,15 @@ # text = Since reintroduction, however, Ripple and Beschta have found, fear of the wolves apparently has discouraged the elk from spending too much time at stream banks -- where they are out in the open -- and munching on the saplings. 1 Since since ADP IN _ 2 case 2:case _ 2 reintroduction reintroduction NOUN NN Number=Sing 10 obl 10:obl:since SpaceAfter=No -3 , , PUNCT , _ 10 punct 10:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 however however ADV RB _ 10 advmod 10:advmod SpaceAfter=No -5 , , PUNCT , _ 10 punct 10:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 Ripple Ripple PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 Beschta Beschta PROPN NNP Number=Sing 6 conj 6:conj:and|10:nsubj _ -9 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +9 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 found find VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 18 punct 18:punct _ 12 fear fear NOUN NN Number=Sing 18 nsubj 18:nsubj _ 13 of of ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -119694,16 +119745,16 @@ 25 time time NOUN NN Number=Sing 22 obj 22:obj _ 26 at at ADP IN _ 28 case 28:case _ 27 stream stream NOUN NN Number=Sing 28 compound 28:compound _ -28 banks bank NOUN NNS Number=Plur 22 obl 22:obl:at _ -29 -- -- PUNCT , _ 28 punct 28:punct _ -30 where where SCONJ WRB PronType=Rel 33 mark 33:mark _ +28 banks bank NOUN NNS Number=Plur 22 obl 22:obl:at|33:obl _ +29 -- -- PUNCT , _ 33 punct 33:punct _ +30 where where ADV WRB PronType=Rel 33 advmod 28:ref _ 31 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 33 nsubj 33:nsubj _ -32 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 33 cop 33:cop _ +32 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 33 cop 33:cop _ 33 out out ADV RB _ 28 acl:relcl 28:acl:relcl _ 34 in in ADP IN _ 36 case 36:case _ 35 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ 36 open open ADJ JJ Degree=Pos 33 obl 33:obl:in _ -37 -- -- PUNCT , _ 22 punct 22:punct _ +37 -- -- PUNCT , _ 39 punct 39:punct _ 38 and and CCONJ CC _ 39 cc 39:cc _ 39 munching munch VERB VBG VerbForm=Ger 22 conj 18:advcl:from|22:conj:and _ 40 on on ADP IN _ 42 case 42:case _ @@ -119713,22 +119764,22 @@ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0025 # text = "All you have to do is look at the photographs," Ed Bangs, wolf recovery coordinator for the U.S. Fish and Wildlife Service, told UPI's Blue Planet, -1 " " PUNCT `` _ 28 punct 28:punct SpaceAfter=No -2 All all DET DT _ 7 nsubj 7:nsubj _ +1 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No +2 All all DET DT PronType=Tot 8 nsubj:outer 8:nsubj:outer _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 to to PART TO _ 6 mark 6:mark _ 6 do do VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 ccomp 28:ccomp _ -8 look look VERB VB VerbForm=Inf 7 ccomp 7:ccomp _ +7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +8 look look VERB VB VerbForm=Inf 28 ccomp 28:ccomp _ 9 at at ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 photographs photograph NOUN NNS Number=Plur 8 obl 8:obl:at SpaceAfter=No -12 , , PUNCT , _ 28 punct 28:punct SpaceAfter=No -13 " " PUNCT '' _ 28 punct 28:punct _ +12 , , PUNCT , _ 8 punct 8:punct SpaceAfter=No +13 " " PUNCT '' _ 8 punct 8:punct _ 14 Ed Ed PROPN NNP Number=Sing 28 nsubj 28:nsubj _ 15 Bangs Bangs PROPN NNP Number=Sing 14 flat 14:flat SpaceAfter=No -16 , , PUNCT , _ 14 punct 14:punct _ +16 , , PUNCT , _ 19 punct 19:punct _ 17 wolf wolf NOUN NN Number=Sing 18 compound 18:compound _ 18 recovery recovery NOUN NN Number=Sing 19 compound 19:compound _ 19 coordinator coordinator NOUN NN Number=Sing 14 appos 14:appos _ @@ -119739,32 +119790,32 @@ 24 and and CCONJ CC _ 25 cc 25:cc _ 25 Wildlife Wildlife PROPN NNP Number=Sing 23 conj 23:conj:and|26:compound _ 26 Service Service PROPN NNP Number=Sing 19 nmod 19:nmod:for SpaceAfter=No -27 , , PUNCT , _ 28 punct 28:punct _ -28 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +27 , , PUNCT , _ 14 punct 14:punct _ +28 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 29-30 UPI's _ _ _ _ _ _ _ _ 29 UPI UPI PROPN NNP Number=Sing 32 nmod:poss 32:nmod:poss _ 30 's 's PART POS _ 29 case 29:case _ -31 Blue Blue PROPN NNP Number=Sing 32 compound 32:compound _ -32 Planet Planet PROPN NNP Number=Sing 28 obj 28:obj SpaceAfter=No +31 Blue Blue ADJ NNP Degree=Pos 32 amod 32:amod _ +32 Planet Planet PROPN NNP Number=Sing 28 iobj 28:iobj SpaceAfter=No 33 , , PUNCT , _ 28 punct 28:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0026 # text = "You say, 'wow!' 1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No 2 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ -5 ' ' PUNCT `` _ 3 punct 3:punct SpaceAfter=No +3 say say VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +4 , , PUNCT , _ 6 punct 6:punct _ +5 ' ' PUNCT `` _ 6 punct 6:punct SpaceAfter=No 6 wow wow INTJ UH _ 3 discourse 3:discourse SpaceAfter=No -7 ! ! PUNCT . _ 3 punct 3:punct SpaceAfter=No -8 ' ' PUNCT '' _ 3 punct 3:punct _ +7 ! ! PUNCT . _ 6 punct 6:punct SpaceAfter=No +8 ' ' PUNCT '' _ 6 punct 6:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0027 # text = An area that used to be bald as a billiard ball is now a sea of willow." 1 An a DET DT Definite=Ind|PronType=Art 2 det 2:det _ 2 area area NOUN NN Number=Sing 15 nsubj 4:nsubj|7:nsubj:xsubj|15:nsubj _ 3 that that PRON WDT PronType=Rel 4 nsubj 2:ref _ -4 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 used use VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 to to PART TO _ 7 mark 7:mark _ 6 be be AUX VB VerbForm=Inf 7 cop 7:cop _ 7 bald bald ADJ JJ Degree=Pos 4 xcomp 4:xcomp _ @@ -119803,25 +119854,25 @@ 3 willow willow NOUN NN Number=Sing 7 nsubj 7:nsubj _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 aspen aspen NOUN NN Number=Sing 3 conj 3:conj:and|7:nsubj _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 meant mean VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -8 better better ADJ JJR Degree=Cmp 9 amod 9:amod _ +8 better good ADJ JJR Degree=Cmp 9 amod 9:amod _ 9 habitat habitat NOUN NN Number=Sing 7 obj 7:obj _ 10 for for ADP IN _ 11 case 11:case _ 11 beaver beaver NOUN NNS Number=Plur 9 nmod 9:nmod:for SpaceAfter=No -12 , , PUNCT , _ 7 punct 7:punct _ +12 , , PUNCT , _ 14 punct 14:punct _ 13 for for ADP IN _ 14 case 14:case _ 14 instance instance NOUN NN Number=Sing 7 obl 7:obl:for SpaceAfter=No 15 . . PUNCT . _ 7 punct 7:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0030 # text = Where there had been only one beaver colony in the park's northern range before the wolves returned, now there are nine. -1 Where where SCONJ WRB PronType=Int 4 mark 4:mark _ +1 Where where ADV WRB PronType=Int 4 advmod 4:advmod _ 2 there there PRON EX _ 4 expl 4:expl _ -3 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +3 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 4 been be VERB VBN Tense=Past|VerbForm=Part 22 advcl 22:advcl:where _ 5 only only ADV RB _ 8 advmod 8:advmod _ -6 one one NUM CD NumType=Card 8 nummod 8:nummod _ +6 one one NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 7 beaver beaver NOUN NN Number=Sing 8 compound 8:compound _ 8 colony colony NOUN NN Number=Sing 4 nsubj 4:nsubj _ 9 in in ADP IN _ 14 case 14:case _ @@ -119834,17 +119885,17 @@ 15 before before SCONJ IN _ 18 mark 18:mark _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 wolves wolf NOUN NNS Number=Plur 18 nsubj 18:nsubj _ -18 returned return VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:before SpaceAfter=No -19 , , PUNCT , _ 22 punct 22:punct _ +18 returned return VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:before SpaceAfter=No +19 , , PUNCT , _ 4 punct 4:punct _ 20 now now ADV RB _ 22 advmod 22:advmod _ 21 there there PRON EX _ 22 expl 22:expl _ -22 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -23 nine nine NUM CD NumType=Card 22 nsubj 22:nsubj SpaceAfter=No +22 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +23 nine nine NUM CD NumForm=Word|NumType=Card 22 nsubj 22:nsubj SpaceAfter=No 24 . . PUNCT . _ 22 punct 22:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0031 # text = "It may be uninteresting to a lot of people," Beschta told Blue Planet. -1 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No +1 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 2 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 3 may may AUX MD VerbForm=Fin 5 aux 5:aux _ 4 be be AUX VB VerbForm=Inf 5 cop 5:cop _ @@ -119854,18 +119905,19 @@ 8 lot lot NOUN NN Number=Sing 5 obl 5:obl:to _ 9 of of ADP IN _ 10 case 10:case _ 10 people people NOUN NNS Number=Plur 8 nmod 8:nmod:of SpaceAfter=No -11 , , PUNCT , _ 14 punct 14:punct SpaceAfter=No -12 " " PUNCT '' _ 14 punct 14:punct _ +11 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No +12 " " PUNCT '' _ 5 punct 5:punct _ 13 Beschta Beschta PROPN NNP Number=Sing 14 nsubj 14:nsubj _ -14 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -15 Blue Blue PROPN NNP Number=Sing 16 compound 16:compound _ -16 Planet Planet PROPN NNP Number=Sing 14 obj 14:obj SpaceAfter=No +14 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +15 Blue Blue ADJ NNP Degree=Pos 16 amod 16:amod _ +16 Planet Planet PROPN NNP Number=Sing 14 iobj 14:iobj SpaceAfter=No 17 . . PUNCT . _ 14 punct 14:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0032 # text = "There's a lot of impact on plants and they say, 'Who cares?' 1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No -2 There there PRON EX _ 3 expl 3:expl SpaceAfter=No +2-3 There's _ _ _ _ _ _ _ _ +2 There there PRON EX _ 3 expl 3:expl _ 3 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 lot lot NOUN NN Number=Sing 3 nsubj 3:nsubj _ @@ -119875,20 +119927,20 @@ 9 plants plant NOUN NNS Number=Plur 7 nmod 7:nmod:on _ 10 and and CCONJ CC _ 12 cc 12:cc _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ -14 ' ' PUNCT `` _ 12 punct 12:punct SpaceAfter=No +12 say say VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and SpaceAfter=No +13 , , PUNCT , _ 16 punct 16:punct _ +14 ' ' PUNCT `` _ 16 punct 16:punct SpaceAfter=No 15 Who who PRON WP PronType=Int 16 nsubj 16:nsubj _ 16 cares care VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 parataxis 12:parataxis SpaceAfter=No -17 ? ? PUNCT . _ 3 punct 3:punct SpaceAfter=No -18 ' ' PUNCT '' _ 3 punct 3:punct _ +17 ? ? PUNCT . _ 16 punct 16:punct SpaceAfter=No +18 ' ' PUNCT '' _ 16 punct 16:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0033 # text = But we've been looking at streamside communities. 1 But but CCONJ CC _ 5 cc 5:cc _ 2-3 we've _ _ _ _ _ _ _ _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -3 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 've have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 been be AUX VBN Tense=Past|VerbForm=Part 5 aux 5:aux _ 5 looking look VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 6 at at ADP IN _ 8 case 8:case _ @@ -119901,34 +119953,34 @@ 1 Since since ADP IN _ 3 case 3:case _ 2 wolf wolf NOUN NN Number=Sing 3 compound 3:compound _ 3 recovery recovery NOUN NN Number=Sing 11 obl 11:obl:since SpaceAfter=No -4 , , PUNCT , _ 11 punct 11:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 streamside streamside NOUN NN Number=Sing 6 compound 6:compound _ 6 plants plant NOUN NNS Number=Plur 11 nsubj 11:nsubj SpaceAfter=No 7 , , PUNCT , _ 8 punct 8:punct _ 8 willows willow NOUN NNS Number=Plur 6 conj 6:conj:and|11:nsubj _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 cottonwoods cottonwood NOUN NNS Number=Plur 6 conj 6:conj:and|11:nsubj _ -11 provide provide VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +11 provide provide VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 12 food food NOUN NN Number=Sing 11 obj 11:obj _ 13 for for ADP IN _ 15 case 15:case _ 14 other other ADJ JJ Degree=Pos 15 amod 15:amod _ 15 critters critter NOUN NNS Number=Plur 11 obl 11:obl:for _ -16 -- -- PUNCT , _ 15 punct 15:punct _ +16 -- -- PUNCT , _ 17 punct 17:punct _ 17 beavers beaver NOUN NNS Number=Plur 15 appos 15:appos SpaceAfter=No -18 , , PUNCT , _ 17 punct 17:punct _ +18 , , PUNCT , _ 21 punct 21:punct _ 19 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 20 whole whole ADJ JJ Degree=Pos 21 amod 21:amod _ 21 variety variety NOUN NN Number=Sing 17 appos 17:appos _ 22 of of ADP IN _ 24 case 24:case _ 23 avian avian ADJ JJ Degree=Pos 24 amod 24:amod _ 24 species species NOUN NNS Number=Plur 21 nmod 21:nmod:of SpaceAfter=No -25 , , PUNCT , _ 11 punct 11:punct _ +25 , , PUNCT , _ 29 punct 29:punct _ 26 berry berry NOUN NN Number=Sing 28 compound 28:compound SpaceAfter=No -27 - - PUNCT HYPH _ 28 punct 28:punct SpaceAfter=No +27 - - PUNCT HYPH _ 26 punct 26:punct SpaceAfter=No 28 producing produce VERB VBG VerbForm=Ger 29 amod 29:amod _ -29 shrubs shrub NOUN NNS Number=Plur 11 obj 11:obj|33:obj _ +29 shrubs shrub NOUN NNS Number=Plur 11 parataxis 11:parataxis|33:obj _ 30 that that PRON WDT PronType=Rel 33 obj 29:ref _ -31 bears bear VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 33 nsubj 33:nsubj _ +31 bears bear NOUN NNS Number=Plur 33 nsubj 33:nsubj _ 32 can can AUX MD VerbForm=Fin 33 aux 33:aux _ 33 use use VERB VB VerbForm=Inf 29 acl:relcl 29:acl:relcl SpaceAfter=No 34 . . PUNCT . _ 11 punct 11:punct _ @@ -119952,7 +120004,7 @@ # text = The plants provide shade and root strength for bank stability. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 plants plant NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 provide provide VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 provide provide VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 shade shade NOUN NN Number=Sing 3 obj 3:obj _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 root root NOUN NN Number=Sing 7 compound 7:compound _ @@ -119965,7 +120017,7 @@ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0037 # text = Plants are critical to wildland ecosystems." 1 Plants plant NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 critical critical ADJ JJ Degree=Pos 0 root 0:root _ 4 to to ADP IN _ 6 case 6:case _ 5 wildland wildland NOUN NN Number=Sing 6 compound 6:compound _ @@ -119981,11 +120033,11 @@ 4 vast vast ADJ JJ Degree=Pos 6 amod 6:amod _ 5 elk elk NOUN NN Number=Sing 6 compound 6:compound _ 6 herd herd NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ -8 one one NUM CD NumType=Card 6 appos 6:appos _ +7 , , PUNCT , _ 8 punct 8:punct _ +8 one one NUM CD NumForm=Word|NumType=Card 6 appos 6:appos _ 9 of of ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -11 largest largest ADJ JJS Degree=Sup 8 nmod 8:nmod:of _ +11 largest large ADJ JJS Degree=Sup 8 nmod 8:nmod:of _ 12 in in ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 world world NOUN NN Number=Sing 11 obl 11:obl:in SpaceAfter=No @@ -119994,7 +120046,7 @@ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0039 # text = Bangs said although the number of elk has not declined very much since the wolves came back, their behavior appears markedly different. 1 Bangs Bangs PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 although although SCONJ IN _ 10 mark 10:mark _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 number number NOUN NN Number=Sing 10 nsubj 10:nsubj _ @@ -120008,10 +120060,10 @@ 13 since since SCONJ IN _ 16 mark 16:mark _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 wolves wolf NOUN NNS Number=Plur 16 nsubj 16:nsubj _ -16 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:since _ +16 came come VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:since _ 17 back back ADV RB _ 16 advmod 16:advmod SpaceAfter=No -18 , , PUNCT , _ 21 punct 21:punct _ -19 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +18 , , PUNCT , _ 10 punct 10:punct _ +19 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 behavior behavior NOUN NN Number=Sing 21 nsubj 21:nsubj|23:nsubj:xsubj _ 21 appears appear VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 22 markedly markedly ADV RB _ 23 advmod 23:advmod _ @@ -120020,9 +120072,10 @@ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0040 # text = "I'm pretty suspicious of making broad generalizations," however, he cautioned. -1 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No -2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj SpaceAfter=No -3 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +1 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No +2-3 I'm _ _ _ _ _ _ _ _ +2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ +3 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 pretty pretty ADV RB _ 5 advmod 5:advmod _ 5 suspicious suspicious ADJ JJ Degree=Pos 15 ccomp 15:ccomp _ 6 of of SCONJ IN _ 7 mark 7:mark _ @@ -120032,16 +120085,16 @@ 10 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No 11 " " PUNCT '' _ 5 punct 5:punct _ 12 however however ADV RB _ 5 advmod 5:advmod SpaceAfter=No -13 , , PUNCT , _ 15 punct 15:punct _ +13 , , PUNCT , _ 5 punct 5:punct _ 14 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -15 cautioned caution VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +15 cautioned caution VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 16 . . PUNCT . _ 15 punct 15:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0041 # text = "Wolves are still pretty new. 1 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No 2 Wolves wolf NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 still still ADV RB _ 6 advmod 6:advmod _ 5 pretty pretty ADV RB _ 6 advmod 6:advmod _ 6 new new ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No @@ -120051,19 +120104,19 @@ # text = They've only been there for 10 years. 1-2 They've _ _ _ _ _ _ _ _ 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 've have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 only only ADV RB _ 5 advmod 5:advmod _ 4 been be AUX VBN Tense=Past|VerbForm=Part 5 cop 5:cop _ 5 there there ADV RB PronType=Dem 0 root 0:root _ 6 for for ADP IN _ 8 case 8:case _ -7 10 10 NUM CD NumType=Card 8 nummod 8:nummod _ +7 10 10 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 8 years year NOUN NNS Number=Plur 5 obl 5:obl:for SpaceAfter=No 9 . . PUNCT . _ 5 punct 5:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0043 # text = In 10 more years we'll have a better idea." 1 In in ADP IN _ 4 case 4:case _ -2 10 10 NUM CD NumType=Card 4 nummod 4:nummod _ +2 10 10 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 3 more more ADJ JJR Degree=Cmp 4 amod 4:amod _ 4 years year NOUN NNS Number=Plur 7 obl 7:obl:in _ 5-6 we'll _ _ _ _ _ _ _ _ @@ -120071,7 +120124,7 @@ 6 'll will AUX MD VerbForm=Fin 7 aux 7:aux _ 7 have have VERB VB VerbForm=Inf 0 root 0:root _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -9 better better ADJ JJR Degree=Cmp 10 amod 10:amod _ +9 better good ADJ JJR Degree=Cmp 10 amod 10:amod _ 10 idea idea NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No 11 . . PUNCT . _ 7 punct 7:punct SpaceAfter=No 12 " " PUNCT '' _ 7 punct 7:punct _ @@ -120083,7 +120136,7 @@ 3 in in ADP IN _ 6 case 6:case _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 northern northern ADJ JJ Degree=Pos 6 amod 6:amod _ -6 Rockies Rockies PROPN NNPS Number=Plur 2 nmod 2:nmod:in _ +6 Rockies Rocky PROPN NNPS Number=Plur 2 nmod 2:nmod:in _ 7 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 8 been be AUX VBN Tense=Past|VerbForm=Part 10 cop 10:cop _ 9 so so ADV RB _ 10 advmod 10:advmod _ @@ -120094,7 +120147,7 @@ 14 Wildlife Wildlife PROPN NNP Number=Sing 12 conj 12:conj:and|15:compound _ 15 Service Service PROPN NNP Number=Sing 17 nsubj 17:nsubj _ 16 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ -17 moved move VERB VBN Tense=Past|VerbForm=Part 10 ccomp 10:ccomp _ +17 moved move VERB VBN Tense=Past|VerbForm=Part 10 advcl 10:advcl _ 18 to to PART TO _ 19 mark 19:mark _ 19 reduce reduce VERB VB VerbForm=Inf 17 advcl 17:advcl:to _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ @@ -120107,9 +120160,9 @@ 26 to to ADP IN _ 27 case 27:case _ 27 threatened threatened NOUN NN Number=Sing 19 obl 19:obl:to _ 28 and and CCONJ CC _ 33 cc 33:cc SpaceAfter=No -29 , , PUNCT , _ 33 punct 33:punct _ +29 , , PUNCT , _ 28 punct 28:punct _ 30 eventually eventually ADV RB _ 33 advmod 33:advmod SpaceAfter=No -31 , , PUNCT , _ 33 punct 33:punct _ +31 , , PUNCT , _ 30 punct 30:punct _ 32 to to PART TO _ 33 mark 33:mark _ 33 remove remove VERB VB VerbForm=Inf 19 conj 17:advcl:to|19:conj:and _ 34 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 33 obj 33:obj _ @@ -120124,7 +120177,7 @@ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0045 # text = Bangs said the agency has established viable wolf packs in the northern Rockies, as required by federal regulations. 1 Bangs Bangs PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 agency agency NOUN NN Number=Sing 6 nsubj 6:nsubj _ 5 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ @@ -120135,23 +120188,23 @@ 10 in in ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 northern northern ADJ JJ Degree=Pos 13 amod 13:amod _ -13 Rockies Rockies PROPN NNPS Number=Plur 6 obl 6:obl:in SpaceAfter=No -14 , , PUNCT , _ 6 punct 6:punct _ +13 Rockies Rocky PROPN NNPS Number=Plur 6 obl 6:obl:in SpaceAfter=No +14 , , PUNCT , _ 16 punct 16:punct _ 15 as as SCONJ IN _ 16 mark 16:mark _ -16 required require VERB VBN Tense=Past|VerbForm=Part 6 advcl 6:advcl:as _ +16 required require VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 advcl 6:advcl:as _ 17 by by ADP IN _ 19 case 19:case _ 18 federal federal ADJ JJ Degree=Pos 19 amod 19:amod _ -19 regulations regulation NOUN NNS Number=Plur 16 obl 16:obl:by SpaceAfter=No +19 regulations regulation NOUN NNS Number=Plur 16 obl:agent 16:obl:agent SpaceAfter=No 20 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0046 # text = Some conservationists want the protection extended so wolves can move into other states, including Colorado, Utah and Oregon, among others. -1 Some some DET DT _ 2 det 2:det _ +1 Some some DET DT PronType=Ind 2 det 2:det _ 2 conservationists conservationist NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 protection protection NOUN NN Number=Sing 3 obj 3:obj|6:nsubj:xsubj _ -6 extended extend VERB VBN Tense=Past|VerbForm=Part 3 xcomp 3:xcomp _ +6 extended extend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 xcomp 3:xcomp _ 7 so so SCONJ IN _ 10 mark 10:mark _ 8 wolves wolf NOUN NNS Number=Plur 10 nsubj 10:nsubj _ 9 can can AUX MD VerbForm=Fin 10 aux 10:aux _ @@ -120159,14 +120212,14 @@ 11 into into ADP IN _ 13 case 13:case _ 12 other other ADJ JJ Degree=Pos 13 amod 13:amod _ 13 states state NOUN NNS Number=Plur 10 obl 10:obl:into SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ +14 , , PUNCT , _ 16 punct 16:punct _ 15 including include VERB VBG VerbForm=Ger 16 case 16:case _ -16 Colorado Colorado PROPN NNP Number=Sing 13 nmod 13:nmod:include SpaceAfter=No +16 Colorado Colorado PROPN NNP Number=Sing 13 nmod 13:nmod:including SpaceAfter=No 17 , , PUNCT , _ 18 punct 18:punct _ -18 Utah Utah PROPN NNP Number=Sing 16 conj 13:nmod:include|16:conj:and _ +18 Utah Utah PROPN NNP Number=Sing 16 conj 13:nmod:including|16:conj:and _ 19 and and CCONJ CC _ 20 cc 20:cc _ -20 Oregon Oregon PROPN NNP Number=Sing 16 conj 13:nmod:include|16:conj:and SpaceAfter=No -21 , , PUNCT , _ 16 punct 16:punct _ +20 Oregon Oregon PROPN NNP Number=Sing 16 conj 13:nmod:including|16:conj:and SpaceAfter=No +21 , , PUNCT , _ 23 punct 23:punct _ 22 among among ADP IN _ 23 case 23:case _ 23 others other NOUN NNS Number=Plur 16 nmod 16:nmod:among SpaceAfter=No 24 . . PUNCT . _ 3 punct 3:punct _ @@ -120174,18 +120227,18 @@ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0047 # text = On Jan. 31, Oregon Federal District Court Judge Robert E. Jones appeared to agree with them. 1 On on ADP IN _ 2 case 2:case _ -2 Jan. Jan. PROPN NNP Number=Sing 13 obl 13:obl:on _ -3 31 31 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -4 , , PUNCT , _ 13 punct 13:punct _ +2 Jan. January PROPN NNP Abbr=Yes|Number=Sing 13 obl 13:obl:on _ +3 31 31 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No +4 , , PUNCT , _ 2 punct 2:punct _ 5 Oregon Oregon PROPN NNP Number=Sing 8 compound 8:compound _ -6 Federal Federal PROPN NNP Number=Sing 7 compound 7:compound _ +6 Federal Federal ADJ NNP Degree=Pos 7 amod 7:amod _ 7 District District PROPN NNP Number=Sing 8 compound 8:compound _ 8 Court Court PROPN NNP Number=Sing 9 compound 9:compound _ 9 Judge Judge PROPN NNP Number=Sing 13 nsubj 13:nsubj|15:nsubj:xsubj _ 10 Robert Robert PROPN NNP Number=Sing 9 flat 9:flat _ 11 E. E. PROPN NNP Number=Sing 9 flat 9:flat _ 12 Jones Jones PROPN NNP Number=Sing 9 flat 9:flat _ -13 appeared appear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +13 appeared appear VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 14 to to PART TO _ 15 mark 15:mark _ 15 agree agree VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 16 with with ADP IN _ 17 case 17:case _ @@ -120195,7 +120248,7 @@ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0048 # text = He vacated the FWS decision to downgrade the wolf's status. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 vacated vacate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 vacated vacate VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 FWS FWS PROPN NNP Number=Sing 5 compound 5:compound _ 5 decision decision NOUN NN Number=Sing 2 obj 2:obj _ @@ -120211,8 +120264,8 @@ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0049 # text = Bangs said his agency is still reviewing the decision. 1 Bangs Bangs PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 agency agency NOUN NN Number=Sing 7 nsubj 7:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 still still ADV RB _ 7 advmod 7:advmod _ @@ -120231,8 +120284,8 @@ 5 's 's PART POS _ 4 case 4:case _ 6 legal legal ADJ JJ Degree=Pos 7 amod 7:amod _ 7 status status NOUN NN Number=Sing 1 obl 1:obl:of SpaceAfter=No -8 , , PUNCT , _ 16 punct 16:punct _ -9 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +8 , , PUNCT , _ 1 punct 1:punct _ +9 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 future future ADJ JJ Degree=Pos 11 amod 11:amod _ 11 expansion expansion NOUN NN Number=Sing 16 nsubj 16:nsubj|17:nsubj:xsubj _ 12 into into ADP IN _ 14 case 14:case _ @@ -120260,21 +120313,21 @@ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ 5 found find VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 dead dead ADJ JJ Degree=Pos 5 xcomp 5:xcomp SpaceAfter=No -7 , , PUNCT , _ 5 punct 5:punct _ -8 hit hit VERB VBN Tense=Past|VerbForm=Part 6 conj 5:xcomp|6:conj _ +7 , , PUNCT , _ 8 punct 8:punct _ +8 hit hit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 conj 5:xcomp|6:conj _ 9 by by ADP IN _ 11 case 11:case _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -11 car car NOUN NN Number=Sing 8 obl 8:obl:by SpaceAfter=No -12 , , PUNCT , _ 5 punct 5:punct _ +11 car car NOUN NN Number=Sing 8 obl:agent 8:obl:agent SpaceAfter=No +12 , , PUNCT , _ 8 punct 8:punct _ 13 on on ADP IN _ 16 case 16:case _ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 15 Colorado Colorado PROPN NNP Number=Sing 16 compound 16:compound _ 16 highway highway NOUN NN Number=Sing 5 obl 5:obl:on _ 17 last last ADJ JJ Degree=Pos 18 amod 18:amod _ 18 year year NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod SpaceAfter=No -19 , , PUNCT , _ 5 punct 5:punct _ -20 several several ADJ JJ Degree=Pos 21 advmod 21:advmod _ -21 hundred hundred NUM CD NumType=Card 22 nummod 22:nummod _ +19 , , PUNCT , _ 24 punct 24:punct _ +20 several several ADJ JJ Degree=Pos 21 amod 21:amod _ +21 hundred hundred NUM CD NumForm=Word|NumType=Card 22 nummod 22:nummod _ 22 miles mile NOUN NNS Number=Plur 24 nmod:npmod 24:nmod:npmod _ 23 from from ADP IN _ 24 case 24:case _ 24 home home NOUN NN Number=Sing 5 obl 5:obl:from SpaceAfter=No @@ -120283,33 +120336,33 @@ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0053 # text = Meanwhile, his reputation seems to be improving, although Bangs noted a "pretty interesting social dynamic." 1 Meanwhile meanwhile ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ -3 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 reputation reputation NOUN NN Number=Sing 5 nsubj 5:nsubj|8:nsubj:xsubj _ 5 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 to to PART TO _ 8 mark 8:mark _ 7 be be AUX VB VerbForm=Inf 8 aux 8:aux _ 8 improving improve VERB VBG Tense=Pres|VerbForm=Part 5 xcomp 5:xcomp SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 12 punct 12:punct _ 10 although although SCONJ IN _ 12 mark 12:mark _ 11 Bangs Bangs PROPN NNP Number=Sing 12 nsubj 12:nsubj _ -12 noted note VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:although _ +12 noted note VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:although _ 13 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 14 " " PUNCT `` _ 18 punct 18:punct SpaceAfter=No 15 pretty pretty ADV RB _ 16 advmod 16:advmod _ 16 interesting interesting ADJ JJ Degree=Pos 18 amod 18:amod _ 17 social social ADJ JJ Degree=Pos 18 amod 18:amod _ 18 dynamic dynamic NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No -19 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No -20 " " PUNCT '' _ 5 punct 5:punct _ +19 . . PUNCT . _ 18 punct 18:punct SpaceAfter=No +20 " " PUNCT '' _ 18 punct 18:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0054 # text = There are only about 850 wolves in the West, but there are an estimated 31,000 mountain lions. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 only only ADV RB _ 5 advmod 5:advmod _ 4 about about ADV RB _ 5 advmod 5:advmod _ -5 850 850 NUM CD NumType=Card 6 nummod 6:nummod _ +5 850 850 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 wolves wolf NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 7 in in ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -120317,10 +120370,10 @@ 10 , , PUNCT , _ 13 punct 13:punct _ 11 but but CCONJ CC _ 13 cc 13:cc _ 12 there there PRON EX _ 13 expl 13:expl _ -13 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ +13 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ 14 an a DET DT Definite=Ind|PronType=Art 18 det 18:det _ -15 estimated estimate VERB VBN Tense=Past|VerbForm=Part 18 amod 18:amod _ -16 31,000 31,000 NUM CD NumType=Card 18 nummod 18:nummod _ +15 estimated estimate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 amod 18:amod _ +16 31,000 31000 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ 17 mountain mountain NOUN NN Number=Sing 18 compound 18:compound _ 18 lions lion NOUN NNS Number=Plur 13 nsubj 13:nsubj SpaceAfter=No 19 . . PUNCT . _ 2 punct 2:punct _ @@ -120330,10 +120383,10 @@ 1 Pound pound NOUN NN Number=Sing 7 obl:npmod 7:obl:npmod _ 2 for for ADP IN _ 3 case 3:case _ 3 pound pound NOUN NN Number=Sing 1 nmod 1:nmod:for SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +4 , , PUNCT , _ 1 punct 1:punct _ 5 mountain mountain NOUN NN Number=Sing 6 compound 6:compound _ 6 lions lion NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -7 eat eat VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 eat eat VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 more more ADJ JJR Degree=Cmp 9 amod 9:amod _ 9 game game NOUN NN Number=Sing 7 obj 7:obj _ 10 and and CCONJ CC _ 12 cc 12:cc _ @@ -120348,38 +120401,38 @@ 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2 even even ADV RB _ 4 advmod 4:advmod _ 3 occasionally occasionally ADV RB _ 4 advmod 4:advmod _ -4 attack attack VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 attack attack VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 people people NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No -6 , , PUNCT , _ 4 punct 4:punct _ -7 which which PRON WDT PronType=Int 14 obj 14:obj _ -8 wolves wolf NOUN NNS Number=Plur 14 nsubj 14:nsubj _ -9 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ -10 not not PART RB _ 14 advmod 14:advmod _ +6 , , PUNCT , _ 7 punct 7:punct _ +7 which which PRON WDT PronType=Rel 4 advcl:relcl 4:advcl:relcl _ +8 wolves wolf NOUN NNS Number=Plur 7 nsubj 7:nsubj _ +9 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +10 not not PART RB _ 7 advmod 7:advmod _ 11 -- -- PUNCT , _ 14 punct 14:punct _ 12 despite despite ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 propaganda propaganda NOUN NN Number=Sing 4 obl 4:obl:despite _ -15 from from ADP IN _ 18 case 18:case _ -16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -17 Brothers Brothers PROPN NNPS Number=Plur 18 compound 18:compound _ -18 Grimm Grimm PROPN NNP Number=Sing 14 nmod 14:nmod:from SpaceAfter=No +15 from from ADP IN _ 17 case 17:case _ +16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ +17 Brothers Brother PROPN NNPS Number=Plur 14 nmod 14:nmod:from _ +18 Grimm Grimm PROPN NNP Number=Sing 17 compound 17:compound SpaceAfter=No 19 . . PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0057 # text = Yet people seem willing -- even eager -- to accommodate mountain lions, despite the risks. 1 Yet yet CCONJ CC _ 3 cc 3:cc _ 2 people people NOUN NNS Number=Plur 3 nsubj 3:nsubj|4:nsubj:xsubj|10:nsubj:xsubj _ -3 seem seem VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 seem seem VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 willing willing ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ -5 -- -- PUNCT , _ 4 punct 4:punct _ +5 -- -- PUNCT , _ 7 punct 7:punct _ 6 even even ADV RB _ 7 advmod 7:advmod _ 7 eager eager ADJ JJ Degree=Pos 4 advcl 4:advcl _ -8 -- -- PUNCT , _ 4 punct 4:punct _ +8 -- -- PUNCT , _ 10 punct 10:punct _ 9 to to PART TO _ 10 mark 10:mark _ 10 accommodate accommodate VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 11 mountain mountain NOUN NN Number=Sing 12 compound 12:compound _ 12 lions lion NOUN NNS Number=Plur 10 obj 10:obj SpaceAfter=No -13 , , PUNCT , _ 10 punct 10:punct _ +13 , , PUNCT , _ 16 punct 16:punct _ 14 despite despite ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 risks risk NOUN NNS Number=Plur 10 obl 10:obl:despite SpaceAfter=No @@ -120387,7 +120440,7 @@ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0058 # text = It remains to be seen whether they will extend the same courtesy to the arriving gray wolf. -1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|5:nsubj:xsubj _ +1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 expl 2:expl _ 2 remains remain VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 5 mark 5:mark _ 4 be be AUX VB VerbForm=Inf 5 aux:pass 5:aux:pass _ @@ -120395,7 +120448,7 @@ 6 whether whether SCONJ IN _ 9 mark 9:mark _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 8 will will AUX MD VerbForm=Fin 9 aux 9:aux _ -9 extend extend VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ +9 extend extend VERB VB VerbForm=Inf 2 csubj 2:csubj _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 same same ADJ JJ Degree=Pos 12 amod 12:amod _ 12 courtesy courtesy NOUN NN Number=Sing 9 obj 9:obj _ @@ -120416,7 +120469,7 @@ 6 living live VERB VBG VerbForm=Ger 5 acl 5:acl _ 7 in in ADP IN _ 8 case 8:case _ 8 Yellowstone Yellowstone PROPN NNP Number=Sing 6 obl 6:obl:in _ -9 prior prior ADJ JJ Degree=Pos 13 case 13:case _ +9 prior prior ADJ JJ Degree=Pos|ExtPos=ADP 13 case 13:case _ 10 to to ADP IN _ 9 fixed 9:fixed _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 official official ADJ JJ Degree=Pos 13 amod 13:amod _ @@ -120426,12 +120479,12 @@ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0060 # text = They seem to be just that: rumors. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|6:nsubj:xsubj _ -2 seem seem VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 seem seem VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 6 mark 6:mark _ 4 be be AUX VB VerbForm=Inf 6 cop 6:cop _ 5 just just ADV RB _ 6 advmod 6:advmod _ -6 that that DET DT Number=Sing|PronType=Dem 2 xcomp 2:xcomp SpaceAfter=No -7 : : PUNCT , _ 6 punct 6:punct _ +6 that that PRON DT Number=Sing|PronType=Dem 2 xcomp 2:xcomp SpaceAfter=No +7 : : PUNCT , _ 8 punct 8:punct _ 8 rumors rumor NOUN NNS Number=Plur 6 appos 6:appos SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ @@ -120439,22 +120492,22 @@ # newpar id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-p0007 # text = True, there are about 300,000 wolves and wolf hybrids kept as pets in the United States. 1 True true ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 4 punct 4:punct _ 3 there there PRON EX _ 4 expl 4:expl _ -4 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ +4 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ 5 about about ADV RB _ 6 advmod 6:advmod _ -6 300,000 300,000 NUM CD NumType=Card 7 nummod 7:nummod _ +6 300,000 300000 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 wolves wolf NOUN NNS Number=Plur 4 nsubj 4:nsubj _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 wolf wolf NOUN NN Number=Sing 10 compound 10:compound _ 10 hybrids hybrid NOUN NNS Number=Plur 7 conj 4:nsubj|7:conj:and _ -11 kept keep VERB VBN Tense=Past|VerbForm=Part 7 acl 7:acl _ +11 kept keep VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl _ 12 as as ADP IN _ 13 case 13:case _ 13 pets pet NOUN NNS Number=Plur 11 obl 11:obl:as _ 14 in in ADP IN _ 17 case 17:case _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -16 United United PROPN NNP Number=Sing 17 compound 17:compound _ -17 States States PROPN NNP Number=Sing 4 obl 4:obl:in SpaceAfter=No +16 United United ADJ NNP Degree=Pos 17 amod 17:amod _ +17 States State PROPN NNPS Number=Plur 4 obl 4:obl:in SpaceAfter=No 18 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0062 @@ -120464,9 +120517,9 @@ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 likely likely ADJ JJ Degree=Pos 0 root 0:root _ 5 people people NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 released release VERB VBN Tense=Past|VerbForm=Part 4 ccomp 4:ccomp _ -8 some some DET DT _ 7 obj 7:obj _ +8 some some DET DT PronType=Ind 7 obj 7:obj _ 9 of of ADP IN _ 11 case 11:case _ 10 these this DET DT Number=Plur|PronType=Dem 11 det 11:det _ 11 animals animal NOUN NNS Number=Plur 8 nmod 8:nmod:of _ @@ -120477,17 +120530,17 @@ 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 17 would would AUX MD VerbForm=Fin 18 aux 18:aux _ 18 survive survive VERB VB VerbForm=Inf 15 ccomp 15:ccomp _ -19 -- -- PUNCT , _ 4 punct 4:punct _ +19 -- -- PUNCT , _ 28 punct 28:punct _ 20 for for ADP IN _ 21 case 21:case _ 21 instance instance NOUN NN Number=Sing 28 obl 28:obl:for SpaceAfter=No -22 , , PUNCT , _ 28 punct 28:punct _ +22 , , PUNCT , _ 21 punct 21:punct _ 23 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 24 ranger ranger NOUN NN Number=Sing 28 nsubj 28:nsubj _ 25 in in ADP IN _ 27 case 27:case _ 26 Glacier Glacier PROPN NNP Number=Sing 27 compound 27:compound _ 27 Park Park PROPN NNP Number=Sing 24 nmod 24:nmod:in _ -28 caught catch VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ -29 someone someone PRON NN Number=Sing 28 obj 28:obj _ +28 caught catch VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ +29 someone someone PRON NN Number=Sing|PronType=Ind 28 obj 28:obj _ 30 in in ADP IN _ 33 case 33:case _ 31 this this DET DT Number=Sing|PronType=Dem 33 det 33:det _ 32 very very ADJ JJ Degree=Pos 33 amod 33:amod _ @@ -120500,10 +120553,10 @@ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0063 # text = Bangs said these animals are not equipped to survive in the wild, however, and they all almost certainly have died. 1 Bangs Bangs PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 these this DET DT Number=Plur|PronType=Dem 4 det 4:det _ 4 animals animal NOUN NNS Number=Plur 7 nsubj:pass 7:nsubj:pass _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ 6 not not PART RB _ 7 advmod 7:advmod _ 7 equipped equip VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 ccomp 2:ccomp _ 8 to to PART TO _ 9 mark 9:mark _ @@ -120511,55 +120564,55 @@ 10 in in ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 wild wild NOUN NN Number=Sing 9 obl 9:obl:in SpaceAfter=No -13 , , PUNCT , _ 7 punct 7:punct _ +13 , , PUNCT , _ 14 punct 14:punct _ 14 however however ADV RB _ 7 advmod 7:advmod SpaceAfter=No 15 , , PUNCT , _ 22 punct 22:punct _ 16 and and CCONJ CC _ 22 cc 22:cc _ 17 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 22 nsubj 22:nsubj _ -18 all all DET DT _ 17 det 17:det _ +18 all all DET DT PronType=Tot 17 det 17:det _ 19 almost almost ADV RB _ 20 advmod 20:advmod _ 20 certainly certainly ADV RB _ 22 advmod 22:advmod _ -21 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ +21 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ 22 died die VERB VBN Tense=Past|VerbForm=Part 7 conj 2:ccomp|7:conj:and SpaceAfter=No 23 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0064 # text = He said after 10 years of DNA testing on northern Rockies wolves, scientists have not found a single strain that did not belong to one of the wolves the agency released -- or their descendants. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 after after ADP IN _ 5 case 5:case _ -4 10 10 NUM CD NumType=Card 5 nummod 5:nummod _ +4 10 10 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 years year NOUN NNS Number=Plur 17 obl 17:obl:after _ 6 of of ADP IN _ 8 case 8:case _ 7 DNA dna NOUN NN Number=Sing 8 compound 8:compound _ 8 testing testing NOUN NN Number=Sing 5 nmod 5:nmod:of _ 9 on on ADP IN _ 12 case 12:case _ 10 northern northern ADJ JJ Degree=Pos 11 amod 11:amod _ -11 Rockies Rockies PROPN NNPS Number=Plur 12 compound 12:compound _ +11 Rockies Rocky PROPN NNPS Number=Plur 12 compound 12:compound _ 12 wolves wolf NOUN NNS Number=Plur 8 nmod 8:nmod:on SpaceAfter=No -13 , , PUNCT , _ 17 punct 17:punct _ +13 , , PUNCT , _ 5 punct 5:punct _ 14 scientists scientist NOUN NNS Number=Plur 17 nsubj 17:nsubj _ -15 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +15 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 16 not not PART RB _ 17 advmod 17:advmod _ 17 found find VERB VBN Tense=Past|VerbForm=Part 2 ccomp 2:ccomp _ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 19 single single ADJ JJ Degree=Pos 20 amod 20:amod _ 20 strain strain NOUN NN Number=Sing 17 obj 17:obj|24:nsubj _ 21 that that PRON WDT PronType=Rel 24 nsubj 20:ref _ -22 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 aux 24:aux _ +22 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 aux 24:aux _ 23 not not PART RB _ 24 advmod 24:advmod _ 24 belong belong VERB VB VerbForm=Inf 20 acl:relcl 20:acl:relcl _ 25 to to ADP IN _ 26 case 26:case _ -26 one one NUM CD NumType=Card 24 obl 24:obl:to _ +26 one one NUM CD NumForm=Word|NumType=Card 24 obl 24:obl:to _ 27 of of ADP IN _ 29 case 29:case _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 29 wolves wolf NOUN NNS Number=Plur 26 nmod 26:nmod:of _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 31 agency agency NOUN NN Number=Sing 32 nsubj 32:nsubj _ -32 released release VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 29 acl:relcl 29:acl:relcl _ -33 -- -- PUNCT , _ 26 punct 26:punct _ +32 released release VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 29 acl:relcl 29:acl:relcl _ +33 -- -- PUNCT , _ 36 punct 36:punct _ 34 or or CCONJ CC _ 36 cc 36:cc _ -35 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ +35 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ 36 descendants descendant NOUN NNS Number=Plur 26 conj 24:obl:to|26:conj:or SpaceAfter=No 37 . . PUNCT . _ 2 punct 2:punct _ @@ -120569,7 +120622,7 @@ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0066 # text = Blue Planet is a weekly series examining the relationship of humans to the environment, by veteran environmental reporter Dan Whipple. -1 Blue Blue PROPN NNP Number=Sing 2 compound 2:compound _ +1 Blue Blue ADJ NNP Degree=Pos 2 amod 2:amod _ 2 Planet Planet PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -120583,7 +120636,7 @@ 12 to to ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 environment environment NOUN NN Number=Sing 9 nmod 9:nmod:to SpaceAfter=No -15 , , PUNCT , _ 6 punct 6:punct _ +15 , , PUNCT , _ 20 punct 20:punct _ 16 by by ADP IN _ 20 case 20:case _ 17 veteran veteran NOUN NN Number=Sing 19 compound 19:compound _ 18 environmental environmental ADJ JJ Degree=Pos 19 amod 19:amod _ @@ -120595,7 +120648,7 @@ # sent_id = newsgroup-groups.google.com_alt.animals_02c2d614bfbf6b20_ENG_20050223_232900-0067 # text = E-mail: sciencem...@upi.com 1 E-mail e-mail NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 sciencem...@upi.com sciencem...@upi.com X ADD _ 1 appos 1:appos _ # newdoc id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800 @@ -120603,12 +120656,12 @@ # newpar id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-p0001 # text = Climate: Humans fuss, animals adjust 1 Climate climate NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 4 punct 4:punct _ 3 Humans human NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 fuss fuss VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 appos 1:appos SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +4 fuss fuss VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 appos 1:appos SpaceAfter=No +5 , , PUNCT , _ 7 punct 7:punct _ 6 animals animal NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -7 adjust adjust VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ +7 adjust adjust VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0002 # newpar id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-p0002 @@ -120619,7 +120672,7 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0003 # text = UNITED PRESS INTERNATIONAL -1 UNITED UNITED PROPN NNP Number=Sing 2 compound 2:compound _ +1 UNITED UNITED ADJ NNP Degree=Pos 2 amod 2:amod _ 2 PRESS PRESS PROPN NNP Number=Sing 3 compound 3:compound _ 3 INTERNATIONAL INTERNATIONAL PROPN NNP Number=Sing 0 root 0:root _ @@ -120627,11 +120680,11 @@ # newpar id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-p0003 # text = Boulder, CO, Nov. 15 (UPI) -- 1 Boulder Boulder PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 3 punct 3:punct _ 3 CO CO PROPN NNP Number=Sing 1 appos 1:appos SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ -5 Nov. Nov. PROPN NNP Number=Sing 1 nmod:tmod 1:nmod:tmod _ -6 15 15 NUM CD NumType=Card 5 nummod 5:nummod _ +4 , , PUNCT , _ 5 punct 5:punct _ +5 Nov. November PROPN NNP Abbr=Yes|Number=Sing 1 nmod:tmod 1:nmod:tmod _ +6 15 15 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 7 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No 8 UPI UPI PROPN NNP Number=Sing 1 list 1:list SpaceAfter=No 9 ) ) PUNCT -RRB- _ 8 punct 8:punct _ @@ -120642,18 +120695,18 @@ 1 Scientists scientist NOUN NNS Number=Plur 3 nsubj 3:nsubj _ 2 can can AUX MD VerbForm=Fin 3 aux 3:aux _ 3 argue argue VERB VB VerbForm=Inf 0 root 0:root _ -4 all all ADV RB _ 3 advmod 3:advmod _ +4 all all DET DT PronType=Tot 3 obl:npmod 3:obl:npmod|6:obj _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -6 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +6 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 about about ADP IN _ 19 mark 19:mark _ -8 how how SCONJ WRB PronType=Int 9 mark 9:mark _ -9 many many ADJ JJ Degree=Pos 11 amod 11:amod _ -10 degrees degree NOUN NNS Number=Plur 11 compound 11:compound _ -11 Celsius Celsius PROPN NNP Number=Sing 19 obl:npmod 19:obl:npmod _ -12 -- -- PUNCT , _ 11 punct 11:punct _ +8 how how ADV WRB PronType=Int 9 advmod 9:advmod _ +9 many many ADJ JJ Degree=Pos 10 amod 10:amod _ +10 degrees degree NOUN NNS Number=Plur 19 obl:npmod 19:obl:npmod _ +11 Celsius Celsius PROPN NNP Number=Sing 10 compound 10:compound _ +12 -- -- PUNCT , _ 14 punct 14:punct _ 13 or or CCONJ CC _ 14 cc 14:cc _ -14 Fahrenheit Fahrenheit PROPN NNP Number=Sing 11 conj 11:conj:or|19:obl:npmod _ -15 -- -- PUNCT , _ 19 punct 19:punct _ +14 Fahrenheit Fahrenheit PROPN NNP Number=Sing 11 conj 10:compound|11:conj:or _ +15 -- -- PUNCT , _ 14 punct 14:punct _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 planet planet NOUN NN Number=Sing 19 nsubj 19:nsubj _ 18 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ @@ -120674,7 +120727,7 @@ 32 insects insect NOUN NNS Number=Plur 30 conj 30:conj:and|37:nsubj _ 33 and and CCONJ CC _ 34 cc 34:cc _ 34 animals animal NOUN NNS Number=Plur 30 conj 30:conj:and|37:nsubj _ -35 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 37 aux 37:aux _ +35 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 37 aux 37:aux _ 36 not not PART RB _ 37 advmod 37:advmod _ 37 waiting wait VERB VBG VerbForm=Ger 3 conj 3:conj:but _ 38 for for ADP IN _ 40 case 40:case _ @@ -120686,9 +120739,9 @@ # text = They already are altering their patterns of behavior in response to what is happening. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2 already already ADV RB _ 4 advmod 4:advmod _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 altering alter VERB VBG VerbForm=Ger 0 root 0:root _ -5 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 patterns pattern NOUN NNS Number=Plur 4 obj 4:obj _ 7 of of ADP IN _ 8 case 8:case _ 8 behavior behavior NOUN NN Number=Sing 6 nmod 6:nmod:of _ @@ -120705,10 +120758,10 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ 2 turns turn VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 out out ADP RP _ 2 compound:prt 2:compound:prt _ -4 one one NUM CD NumType=Card 15 nsubj 15:nsubj _ +4 one one NUM CD NumForm=Word|NumType=Card 15 nsubj 15:nsubj _ 5 of of ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 surest surest ADJ JJS Degree=Sup 8 amod 8:amod _ +7 surest sure ADJ JJS Degree=Sup 8 amod 8:amod _ 8 barometers barometer NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 9 of of ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -120729,14 +120782,14 @@ 25 and and CCONJ CC _ 33 cc 33:cc _ 26 biologists biologist NOUN NNS Number=Plur 33 nsubj 28:nsubj|33:nsubj _ 27 who who PRON WP PronType=Rel 28 nsubj 26:ref _ -28 study study VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 acl:relcl 26:acl:relcl _ +28 study study VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 26 acl:relcl 26:acl:relcl _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 responses response NOUN NNS Number=Plur 28 obj 28:obj _ -31 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 33 aux 33:aux _ +31 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 33 aux 33:aux _ 32 been be AUX VBN Tense=Past|VerbForm=Part 33 cop 33:cop _ 33 aware aware ADJ JJ Degree=Pos 15 conj 2:ccomp|15:conj:and _ 34 for for ADP IN _ 36 case 36:case _ -35 some some DET DT _ 36 det 36:det _ +35 some some DET DT PronType=Ind 36 det 36:det _ 36 years year NOUN NNS Number=Plur 33 obl 33:obl:for _ 37 the the DET DT Definite=Def|PronType=Art 38 det 38:det _ 38 biosphere biosphere NOUN NN Number=Sing 40 nsubj 40:nsubj _ @@ -120751,7 +120804,7 @@ 1 Nina Nina PROPN NNP Number=Sing 17 nsubj 17:nsubj _ 2 Leopold Leopold PROPN NNP Number=Sing 1 flat 1:flat _ 3 Bradley Bradley PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 7 punct 7:punct _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 plant plant NOUN NN Number=Sing 7 compound 7:compound _ 7 ecologist ecologist NOUN NN Number=Sing 1 appos 1:appos _ @@ -120763,24 +120816,24 @@ 13 pioneer pioneer NOUN NN Number=Sing 9 nmod 9:nmod:of _ 14 Aldo Aldo PROPN NNP Number=Sing 13 appos 13:appos _ 15 Leopold Leopold PROPN NNP Number=Sing 14 flat 14:flat SpaceAfter=No -16 , , PUNCT , _ 17 punct 17:punct _ -17 published publish VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +16 , , PUNCT , _ 1 punct 1:punct _ +17 published publish VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ -19 1999 1999 NUM CD NumType=Card 20 nummod 20:nummod _ +19 1999 1999 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ 20 paper paper NOUN NN Number=Sing 17 obj 17:obj _ 21 in in ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 Proceedings Proceedings PROPN NNPS Number=Plur 17 obl 17:obl:in _ 24 of of ADP IN _ 27 case 27:case _ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ -26 National National PROPN NNP Number=Sing 27 compound 27:compound _ +26 National National ADJ NNP Degree=Pos 27 amod 27:amod _ 27 Academy Academy PROPN NNP Number=Sing 23 nmod 23:nmod:of _ 28 of of ADP IN _ 29 case 29:case _ -29 Sciences Sciences PROPN NNPS Number=Plur 27 nmod 27:nmod:of _ +29 Sciences Science PROPN NNPS Number=Plur 27 nmod 27:nmod:of _ 30 on on ADP IN _ 37 case 37:case _ -31 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ -32 61 61 NUM CD NumType=Card 34 nummod 34:nummod SpaceAfter=No -33 - - PUNCT HYPH _ 34 punct 34:punct SpaceAfter=No +31 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ +32 61 61 NUM CD NumForm=Digit|NumType=Card 34 nummod 34:nummod SpaceAfter=No +33 - - PUNCT HYPH _ 32 punct 32:punct SpaceAfter=No 34 year year NOUN NN Number=Sing 37 compound 37:compound _ 35 uninterrupted uninterrupted ADJ JJ Degree=Pos 37 amod 37:amod _ 36 phenological phenological ADJ JJ Degree=Pos 37 amod 37:amod _ @@ -120799,7 +120852,7 @@ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 life life NOUN NN Number=Sing 9 compound 9:compound _ 9 cycle cycle NOUN NN Number=Sing 6 conj 2:obj|6:conj:and _ -10 -- -- PUNCT , _ 6 punct 6:punct _ +10 -- -- PUNCT , _ 12 punct 12:punct _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 pulse pulse NOUN NN Number=Sing 6 appos 6:appos _ 13 of of ADP IN _ 14 case 14:case _ @@ -120813,49 +120866,49 @@ 2 's 's PART POS _ 1 case 1:case _ 3 record record NOUN NN Number=Sing 7 nsubj 7:nsubj _ 4 of of ADP IN _ 6 case 6:case _ -5 300 300 NUM CD NumType=Card 6 nummod 6:nummod _ +5 300 300 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 phenophases phenophase NOUN NNS Number=Plur 3 nmod 3:nmod:of _ -7 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 found find VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 that that SCONJ IN _ 16 mark 16:mark _ 9 even even ADV RB _ 12 advmod 12:advmod _ -10 prior prior ADJ JJ Degree=Pos 12 case 12:case _ +10 prior prior ADJ JJ Degree=Pos|ExtPos=ADP 12 case 12:case _ 11 to to ADP IN _ 10 fixed 10:fixed _ -12 1999 1999 NUM CD NumType=Card 16 obl 16:obl:prior_to SpaceAfter=No -13 , , PUNCT , _ 16 punct 16:punct _ +12 1999 1999 NUM CD NumForm=Digit|NumType=Card 16 obl 16:obl:prior_to SpaceAfter=No +13 , , PUNCT , _ 12 punct 12:punct _ 14 spring spring NOUN NN Number=Sing 16 nsubj 16:nsubj _ 15 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 aux 16:aux _ 16 arriving arrive VERB VBG Tense=Pres|VerbForm=Part 7 ccomp 7:ccomp _ 17 in in ADP IN _ 19 case 19:case _ -18 higher higher ADJ JJR Degree=Cmp 19 amod 19:amod _ -19 latitudes latitudes NOUN NNS Number=Plur 16 obl 16:obl:in _ +18 higher high ADJ JJR Degree=Cmp 19 amod 19:amod _ +19 latitudes latitude NOUN NNS Number=Plur 16 obl 16:obl:in _ 20 several several ADJ JJ Degree=Pos 21 amod 21:amod _ 21 weeks week NOUN NNS Number=Plur 22 obl:npmod 22:obl:npmod _ -22 earlier earlier ADV RBR Degree=Cmp 16 advmod 16:advmod _ -23 than than ADP IN _ 27 case 27:case _ +22 earlier early ADV RBR Degree=Cmp 16 advmod 16:advmod _ +23 than than ADP IN _ 27 mark 27:mark _ 24 in in ADP IN _ 27 case 27:case _ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ -26 earlier earlier ADJ JJR Degree=Cmp 27 amod 27:amod _ -27 years year NOUN NNS Number=Plur 22 obl 22:obl:in _ +26 earlier early ADJ JJR Degree=Cmp 27 amod 27:amod _ +27 years year NOUN NNS Number=Plur 16 advcl 22:advcl:than _ 28 of of ADP IN _ 30 case 30:case _ -29 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +29 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 30 data data NOUN NN Number=Sing 27 nmod 27:nmod:of SpaceAfter=No 31 . . PUNCT . _ 7 punct 7:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0011 # text = Birds arrived sooner on their migrations from the south and plants flowered earlier. 1 Birds bird NOUN NNS Number=Plur 2 nsubj 2:nsubj _ -2 arrived arrive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 sooner sooner ADV RBR Degree=Cmp 2 advmod 2:advmod _ +2 arrived arrive VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 sooner soon ADV RBR Degree=Cmp 2 advmod 2:advmod _ 4 on on ADP IN _ 6 case 6:case _ -5 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 migrations migration NOUN NNS Number=Plur 2 obl 2:obl:on _ 7 from from ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 south south NOUN NN Number=Sing 6 nmod 6:nmod:from _ 10 and and CCONJ CC _ 12 cc 12:cc _ 11 plants plant NOUN NNS Number=Plur 12 nsubj 12:nsubj _ -12 flowered flower VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ -13 earlier earlier ADV RBR Degree=Cmp 12 advmod 12:advmod SpaceAfter=No +12 flowered flower VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +13 earlier early ADV RBR Degree=Cmp 12 advmod 12:advmod SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0012 @@ -120867,11 +120920,11 @@ 5 showing show VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 6 up up ADP RP _ 5 compound:prt 5:compound:prt _ 7 about about ADV RB _ 8 advmod 8:advmod _ -8 20 20 NUM CD NumType=Card 9 nummod 9:nummod _ +8 20 20 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 days day NOUN NNS Number=Plur 10 obl:npmod 10:obl:npmod _ 10 before before SCONJ IN _ 12 mark 12:mark _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:before _ +12 used use VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:before _ 13 to to PART TO _ 12 xcomp 12:xcomp SpaceAfter=No 14 . . PUNCT . _ 5 punct 5:punct _ @@ -120892,14 +120945,14 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0014 # text = Half of the 300 phenophases Leopold tracked showed a response consistent with warming. -1 Half half NOUN NN Number=Sing 8 nsubj 8:nsubj _ +1 Half half NOUN NN Number=Sing|NumForm=Word|NumType=Frac 8 nsubj 8:nsubj _ 2 of of ADP IN _ 5 case 5:case _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 300 300 NUM CD NumType=Card 5 nummod 5:nummod _ +4 300 300 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 phenophases phenophase NOUN NNS Number=Plur 1 nmod 1:nmod:of _ 6 Leopold Leopold PROPN NNP Number=Sing 7 nsubj 7:nsubj _ -7 tracked track VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ -8 showed show VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 tracked track VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +8 showed show VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 response response NOUN NN Number=Sing 8 obj 8:obj _ 11 consistent consistent ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -120911,11 +120964,11 @@ # text = In England, the cuckoo returns earlier. 1 In in ADP IN _ 2 case 2:case _ 2 England England PROPN NNP Number=Sing 6 obl 6:obl:in SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 cuckoo cuckoo NOUN NN Number=Sing 6 nsubj 6:nsubj _ 6 returns return VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -7 earlier earlier ADV RBR Degree=Cmp 6 advmod 6:advmod SpaceAfter=No +7 earlier early ADV RBR Degree=Cmp 6 advmod 6:advmod SpaceAfter=No 8 . . PUNCT . _ 6 punct 6:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0016 @@ -120923,47 +120976,47 @@ 1 An a DET DT Definite=Ind|PronType=Art 2 det 2:det _ 2 analysis analysis NOUN NN Number=Sing 11 nsubj 11:nsubj _ 3 of of ADP IN _ 6 case 6:case _ -4 65 65 NUM CD NumType=Card 6 nummod 6:nummod _ +4 65 65 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 5 bird bird NOUN NN Number=Sing 6 compound 6:compound _ 6 species species NOUN NNS Number=Plur 2 nmod 2:nmod:of _ 7 in in ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -9 United United PROPN NNP Number=Sing 10 compound 10:compound _ +9 United United ADJ NNP Degree=Pos 10 amod 10:amod _ 10 Kingdom Kingdom PROPN NNP Number=Sing 6 nmod 6:nmod:in _ 11 shows show VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 12 about about ADV RB _ 15 advmod 15:advmod _ -13 one one NUM CD NumType=Card 15 nummod 15:nummod SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No -15 third third NOUN NN Number=Sing 17 nsubj 17:nsubj _ -16 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +13 one one NUM CD NumForm=Word|NumType=Card 15 nummod 15:nummod SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +15 third third NOUN NN Number=Sing|NumForm=Word|NumType=Frac 17 nsubj 17:nsubj _ +16 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 17 laying lay VERB VBG Tense=Pres|VerbForm=Part 11 ccomp 11:ccomp _ -18 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 eggs egg NOUN NNS Number=Plur 17 obj 17:obj _ -20 four four NUM CD NumType=Card 23 nummod 23:nummod _ +20 four four NUM CD NumForm=Word|NumType=Card 23 nummod 23:nummod _ 21 to to ADP IN _ 22 case 22:case _ -22 seven seven NUM CD NumType=Card 20 nmod 20:nmod:to _ +22 seven seven NUM CD NumForm=Word|NumType=Card 20 nmod 20:nmod:to _ 23 days day NOUN NNS Number=Plur 24 obl:npmod 24:obl:npmod _ -24 earlier earlier ADV RBR Degree=Cmp 17 advmod 17:advmod _ -25 than than SCONJ IN _ 30 mark 30:mark _ -26 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 30 nsubj 30:nsubj _ -27 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 advcl 24:advcl _ -28 25 25 NUM CD NumType=Card 29 nummod 29:nummod _ +24 earlier early ADV RBR Degree=Cmp 17 advmod 17:advmod _ +25 than than SCONJ IN _ 27 mark 27:mark _ +26 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 27 nsubj 27:nsubj _ +27 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 24 advcl 24:advcl _ +28 25 25 NUM CD NumForm=Digit|NumType=Card 29 nummod 29:nummod _ 29 years year NOUN NNS Number=Plur 30 obl:npmod 30:obl:npmod _ -30 ago ago ADV RB _ 24 advmod 24:advmod SpaceAfter=No +30 ago ago ADV RB _ 27 advmod 27:advmod SpaceAfter=No 31 . . PUNCT . _ 11 punct 11:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0017 # text = "One of the major, most well-documented and robust findings in ecology over the past century has been the crucial role of climate in determining the geographical distribution of species and ecological communities," concluded a report titled "Observed Impacts of Global Climate Change in the United States," released by the Pew Center on Global Climate last week. -1 " " PUNCT `` _ 39 punct 39:punct SpaceAfter=No -2 One one NUM CD NumType=Card 24 nsubj 24:nsubj _ +1 " " PUNCT `` _ 24 punct 24:punct SpaceAfter=No +2 One one NUM CD NumForm=Word|NumType=Card 24 nsubj 24:nsubj _ 3 of of ADP IN _ 13 case 13:case _ 4 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 5 major major ADJ JJ Degree=Pos 13 amod 13:amod SpaceAfter=No -6 , , PUNCT , _ 13 punct 13:punct _ -7 most most ADV RBS _ 10 advmod 10:advmod _ +6 , , PUNCT , _ 5 punct 5:punct _ +7 most most ADV RBS Degree=Sup 10 advmod 10:advmod _ 8 well well ADV RB Degree=Pos 10 advmod 10:advmod SpaceAfter=No -9 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No -10 documented document VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ +9 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No +10 documented document VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 robust robust ADJ JJ Degree=Pos 10 conj 10:conj:and|13:amod _ 13 findings finding NOUN NNS Number=Plur 2 nmod 2:nmod:of _ @@ -120990,32 +121043,32 @@ 34 and and CCONJ CC _ 36 cc 36:cc _ 35 ecological ecological ADJ JJ Degree=Pos 36 amod 36:amod _ 36 communities community NOUN NNS Number=Plur 33 conj 31:nmod:of|33:conj:and SpaceAfter=No -37 , , PUNCT , _ 39 punct 39:punct SpaceAfter=No -38 " " PUNCT '' _ 39 punct 39:punct _ -39 concluded conclude VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +37 , , PUNCT , _ 24 punct 24:punct SpaceAfter=No +38 " " PUNCT '' _ 24 punct 24:punct _ +39 concluded conclude VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 40 a a DET DT Definite=Ind|PronType=Art 41 det 41:det _ 41 report report NOUN NN Number=Sing 39 nsubj 39:nsubj _ -42 titled title VERB VBN Tense=Past|VerbForm=Part 41 acl 41:acl _ -43 " " PUNCT `` _ 42 punct 42:punct SpaceAfter=No -44 Observed observe VERB VBN Tense=Past|VerbForm=Part 45 amod 45:amod _ -45 Impacts Impacts PROPN NNPS Number=Plur 42 obj 42:obj _ +42 titled title VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 41 acl 41:acl _ +43 " " PUNCT `` _ 45 punct 45:punct SpaceAfter=No +44 Observed observe VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 45 amod 45:amod _ +45 Impacts Impact PROPN NNPS Number=Plur 42 obj 42:obj _ 46 of of ADP IN _ 49 case 49:case _ -47 Global Global PROPN NNP Number=Sing 49 compound 49:compound _ +47 Global Global ADJ NNP Degree=Pos 49 amod 49:amod _ 48 Climate Climate PROPN NNP Number=Sing 49 compound 49:compound _ 49 Change Change PROPN NNP Number=Sing 45 nmod 45:nmod:of _ 50 in in ADP IN _ 53 case 53:case _ 51 the the DET DT Definite=Def|PronType=Art 53 det 53:det _ -52 United United PROPN NNP Number=Sing 53 compound 53:compound _ -53 States States PROPN NNP Number=Sing 45 nmod 45:nmod:in SpaceAfter=No -54 , , PUNCT , _ 41 punct 41:punct SpaceAfter=No -55 " " PUNCT '' _ 41 punct 41:punct _ -56 released release VERB VBN Tense=Past|VerbForm=Part 41 acl 41:acl _ +52 United United ADJ NNP Degree=Pos 53 amod 53:amod _ +53 States State PROPN NNPS Number=Plur 45 nmod 45:nmod:in SpaceAfter=No +54 , , PUNCT , _ 45 punct 45:punct SpaceAfter=No +55 " " PUNCT '' _ 45 punct 45:punct _ +56 released release VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 41 acl 41:acl _ 57 by by ADP IN _ 60 case 60:case _ 58 the the DET DT Definite=Def|PronType=Art 60 det 60:det _ 59 Pew Pew PROPN NNP Number=Sing 60 compound 60:compound _ -60 Center Center PROPN NNP Number=Sing 56 obl 56:obl:by _ +60 Center Center PROPN NNP Number=Sing 56 obl:agent 56:obl:agent _ 61 on on ADP IN _ 63 case 63:case _ -62 Global Global PROPN NNP Number=Sing 63 compound 63:compound _ +62 Global Global ADJ NNP Degree=Pos 63 amod 63:amod _ 63 Climate Climate PROPN NNP Number=Sing 60 nmod 60:nmod:on _ 64 last last ADJ JJ Degree=Pos 65 amod 65:amod _ 65 week week NOUN NN Number=Sing 56 obl:tmod 56:obl:tmod SpaceAfter=No @@ -121025,10 +121078,10 @@ # text = Pew researchers looked at about 40 studies that could provide an assessment of whether climate was affecting biology. 1 Pew Pew PROPN NNP Number=Sing 2 compound 2:compound _ 2 researchers researcher NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 looked look VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 looked look VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 at at ADP IN _ 7 case 7:case _ 5 about about ADV RB _ 6 advmod 6:advmod _ -6 40 40 NUM CD NumType=Card 7 nummod 7:nummod _ +6 40 40 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 studies study NOUN NNS Number=Plur 3 obl 3:obl:at|10:nsubj _ 8 that that PRON WDT PronType=Rel 10 nsubj 7:ref _ 9 could could AUX MD VerbForm=Fin 10 aux 10:aux _ @@ -121045,12 +121098,12 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0019 # text = "Half of the studies provide strong evidence of a causal link between the biological change and climate change," said Camille Parmesan, a University of Texas-Austin biologist and one of the world's leading experts on this issue. -1 " " PUNCT `` _ 22 punct 22:punct SpaceAfter=No -2 Half half NOUN NN Number=Sing 6 nsubj 6:nsubj _ +1 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No +2 Half half NOUN NN Number=Sing|NumForm=Word|NumType=Frac 6 nsubj 6:nsubj _ 3 of of ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 studies study NOUN NNS Number=Plur 2 nmod 2:nmod:of _ -6 provide provide VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 ccomp 22:ccomp _ +6 provide provide VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 ccomp 22:ccomp _ 7 strong strong ADJ JJ Degree=Pos 8 amod 8:amod _ 8 evidence evidence NOUN NN Number=Sing 6 obj 6:obj _ 9 of of ADP IN _ 12 case 12:case _ @@ -121064,21 +121117,21 @@ 17 and and CCONJ CC _ 19 cc 19:cc _ 18 climate climate NOUN NN Number=Sing 19 compound 19:compound _ 19 change change NOUN NN Number=Sing 16 conj 12:nmod:between|16:conj:and SpaceAfter=No -20 , , PUNCT , _ 22 punct 22:punct SpaceAfter=No -21 " " PUNCT '' _ 22 punct 22:punct _ -22 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +20 , , PUNCT , _ 6 punct 6:punct SpaceAfter=No +21 " " PUNCT '' _ 6 punct 6:punct _ +22 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 23 Camille Camille PROPN NNP Number=Sing 22 nsubj 22:nsubj _ 24 Parmesan Parmesan PROPN NNP Number=Sing 23 flat 23:flat SpaceAfter=No -25 , , PUNCT , _ 23 punct 23:punct _ +25 , , PUNCT , _ 32 punct 32:punct _ 26 a a DET DT Definite=Ind|PronType=Art 32 det 32:det _ 27 University University PROPN NNP Number=Sing 32 compound 32:compound _ 28 of of ADP IN _ 29 case 29:case _ 29 Texas Texas PROPN NNP Number=Sing 27 nmod 27:nmod:of SpaceAfter=No -30 - - PUNCT HYPH _ 27 punct 27:punct SpaceAfter=No +30 - - PUNCT HYPH _ 31 punct 31:punct SpaceAfter=No 31 Austin Austin PROPN NNP Number=Sing 27 appos 27:appos _ 32 biologist biologist NOUN NN Number=Sing 23 appos 23:appos _ 33 and and CCONJ CC _ 34 cc 34:cc _ -34 one one NUM CD NumType=Card 32 conj 23:appos|32:conj:and _ +34 one one NUM CD NumForm=Word|NumType=Card 32 conj 23:appos|32:conj:and _ 35 of of ADP IN _ 40 case 40:case _ 36 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ 37-38 world's _ _ _ _ _ _ _ _ @@ -121095,14 +121148,14 @@ # text = These changes are occurring across all species, Parmesan told UPI's Climate. 1 These this DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 changes change NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 occurring occur VERB VBG Tense=Pres|VerbForm=Part 10 ccomp 10:ccomp _ 5 across across ADP IN _ 7 case 7:case _ -6 all all DET DT _ 7 det 7:det _ +6 all all DET DT PronType=Tot 7 det 7:det _ 7 species species NOUN NNS Number=Plur 4 obl 4:obl:across SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +8 , , PUNCT , _ 4 punct 4:punct _ 9 Parmesan Parmesan PROPN NNP Number=Sing 10 nsubj 10:nsubj _ -10 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 11-12 UPI's _ _ _ _ _ _ _ _ 11 UPI UPI PROPN NNP Number=Sing 13 nmod:poss 13:nmod:poss _ 12 's 's PART POS _ 11 case 11:case _ @@ -121111,25 +121164,26 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0021 # text = "Across the United States, the northern edge of species' range is expanding," she said. -1 " " PUNCT `` _ 19 punct 19:punct SpaceAfter=No +1 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No 2 Across across ADP IN _ 5 case 5:case _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 United United PROPN NNP Number=Sing 5 compound 5:compound _ -5 States States PROPN NNP Number=Sing 15 obl 15:obl:across SpaceAfter=No -6 , , PUNCT , _ 15 punct 15:punct _ +4 United United ADJ NNP Degree=Pos 5 amod 5:amod _ +5 States State PROPN NNPS Number=Plur 15 obl 15:obl:across SpaceAfter=No +6 , , PUNCT , _ 5 punct 5:punct _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 northern northern ADJ JJ Degree=Pos 9 amod 9:amod _ 9 edge edge NOUN NN Number=Sing 15 nsubj 15:nsubj _ 10 of of ADP IN _ 13 case 13:case _ -11 species species NOUN NNS Number=Plur 13 nmod:poss 13:nmod:poss SpaceAfter=No +11-12 species' _ _ _ _ _ _ _ _ +11 species species NOUN NNS Number=Plur 13 nmod:poss 13:nmod:poss _ 12 ' 's PART POS _ 11 case 11:case _ 13 range range NOUN NN Number=Sing 9 nmod 9:nmod:of _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 15 expanding expand VERB VBG Tense=Pres|VerbForm=Part 19 ccomp 19:ccomp SpaceAfter=No -16 , , PUNCT , _ 19 punct 19:punct SpaceAfter=No -17 " " PUNCT '' _ 19 punct 19:punct _ +16 , , PUNCT , _ 15 punct 15:punct SpaceAfter=No +17 " " PUNCT '' _ 15 punct 15:punct _ 18 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj _ -19 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +19 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 20 . . PUNCT . _ 19 punct 19:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0022 @@ -121139,13 +121193,13 @@ 3 spent spend VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 much much ADJ JJ Degree=Pos 3 obj 3:obj _ 5 of of ADP IN _ 7 case 7:case _ -6 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 career career NOUN NN Number=Sing 4 obl 4:obl:of _ 8 studying study VERB VBG VerbForm=Ger 3 advcl 3:advcl _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 checkerspot checkerspot NOUN NN Number=Sing 11 compound 11:compound _ 11 butterfly butterfly NOUN NN Number=Sing 8 obj 8:obj|14:nsubj SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ +12 , , PUNCT , _ 14 punct 14:punct _ 13 which which PRON WDT PronType=Rel 14 nsubj 11:ref _ 14 migrates migrate VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 15 between between ADP IN _ 16 case 16:case _ @@ -121157,25 +121211,25 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0023 # text = Some localized extinctions already have occurred across some of its habitat. -1 Some some DET DT _ 3 det 3:det _ -2 localized localize VERB VBN Tense=Past|VerbForm=Part 3 amod 3:amod _ +1 Some some DET DT PronType=Ind 3 det 3:det _ +2 localized localize VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 amod 3:amod _ 3 extinctions extinction NOUN NNS Number=Plur 6 nsubj 6:nsubj _ 4 already already ADV RB _ 6 advmod 6:advmod _ -5 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 occurred occur VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 7 across across ADP IN _ 8 case 8:case _ -8 some some DET DT _ 6 obl 6:obl:across _ +8 some some DET DT PronType=Ind 6 obl 6:obl:across _ 9 of of ADP IN _ 11 case 11:case _ -10 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 habitat habitat NOUN NN Number=Sing 8 nmod 8:nmod:of SpaceAfter=No 12 . . PUNCT . _ 6 punct 6:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0024 # text = "Empirical research pointed to climate as being a strong driver," she said. -1 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No +1 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 2 Empirical empirical ADJ JJ Degree=Pos 3 amod 3:amod _ 3 research research NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 pointed point VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 ccomp 15:ccomp _ +4 pointed point VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 ccomp 15:ccomp _ 5 to to ADP IN _ 6 case 6:case _ 6 climate climate NOUN NN Number=Sing 4 obl 4:obl:to _ 7 as as SCONJ IN _ 11 mark 11:mark _ @@ -121183,17 +121237,17 @@ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 strong strong ADJ JJ Degree=Pos 11 amod 11:amod _ 11 driver driver NOUN NN Number=Sing 4 advcl 4:advcl:as SpaceAfter=No -12 , , PUNCT , _ 15 punct 15:punct SpaceAfter=No -13 " " PUNCT '' _ 15 punct 15:punct _ +12 , , PUNCT , _ 4 punct 4:punct SpaceAfter=No +13 " " PUNCT '' _ 4 punct 4:punct _ 14 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -15 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +15 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 16 . . PUNCT . _ 15 punct 15:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0025 # text = "There have been large numbers of population extinctions in Mexico and southern California in areas where the habitat is still acceptable." 1 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 2 There there PRON EX _ 4 expl 4:expl _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 been be VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 large large ADJ JJ Degree=Pos 6 amod 6:amod _ 6 numbers number NOUN NNS Number=Plur 4 nsubj 4:nsubj _ @@ -121206,8 +121260,8 @@ 13 southern southern ADJ JJ Degree=Pos 14 amod 14:amod _ 14 California California PROPN NNP Number=Sing 11 conj 6:nmod:in|11:conj:and _ 15 in in ADP IN _ 16 case 16:case _ -16 areas area NOUN NNS Number=Plur 6 nmod 6:nmod:in _ -17 where where SCONJ WRB PronType=Rel 22 mark 22:mark _ +16 areas area NOUN NNS Number=Plur 6 nmod 6:nmod:in|22:obl _ +17 where where ADV WRB PronType=Rel 22 advmod 16:ref _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 habitat habitat NOUN NN Number=Sing 22 nsubj 22:nsubj _ 20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ @@ -121218,31 +121272,31 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0026 # text = According to Parmesan's earlier studies, one extinction event, for instance, was triggered when a checkerspot population migrated north prematurely, relying on a warming temperature signal, then was caught in a severe snowstorm in its northern habitat. -1 According accord VERB VBG VerbForm=Ger 6 case 6:case _ -2 to to ADP IN _ 6 case 6:case _ +1 According accord VERB VBG ExtPos=ADP|VerbForm=Ger 6 case 6:case _ +2 to to ADP IN _ 1 fixed 1:fixed _ 3-4 Parmesan's _ _ _ _ _ _ _ _ 3 Parmesan Parmesan PROPN NNP Number=Sing 6 nmod:poss 6:nmod:poss _ 4 's 's PART POS _ 3 case 3:case _ -5 earlier earlier ADJ JJR Degree=Cmp 6 amod 6:amod _ -6 studies study NOUN NNS Number=Plur 16 obl 16:obl:to SpaceAfter=No -7 , , PUNCT , _ 16 punct 16:punct _ -8 one one NUM CD NumType=Card 10 nummod 10:nummod _ +5 earlier early ADJ JJR Degree=Cmp 6 amod 6:amod _ +6 studies study NOUN NNS Number=Plur 16 obl 16:obl:according_to SpaceAfter=No +7 , , PUNCT , _ 6 punct 6:punct _ +8 one one NUM CD NumForm=Word|NumType=Card 10 nummod 10:nummod _ 9 extinction extinction NOUN NN Number=Sing 10 compound 10:compound _ 10 event event NOUN NN Number=Sing 16 nsubj:pass 16:nsubj:pass SpaceAfter=No -11 , , PUNCT , _ 16 punct 16:punct _ +11 , , PUNCT , _ 10 punct 10:punct _ 12 for for ADP IN _ 13 case 13:case _ 13 instance instance NOUN NN Number=Sing 16 obl 16:obl:for SpaceAfter=No -14 , , PUNCT , _ 16 punct 16:punct _ +14 , , PUNCT , _ 13 punct 13:punct _ 15 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 aux:pass 16:aux:pass _ 16 triggered trigger VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ -17 when when SCONJ WRB PronType=Int 21 mark 21:mark _ +17 when when ADV WRB PronType=Int 21 advmod 21:advmod _ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 19 checkerspot checkerspot NOUN NN Number=Sing 20 compound 20:compound _ 20 population population NOUN NN Number=Sing 21 nsubj 21:nsubj|34:nsubj:pass _ -21 migrated migrate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:when _ +21 migrated migrate VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:when _ 22 north north ADV RB _ 21 advmod 21:advmod _ 23 prematurely prematurely ADV RB _ 21 advmod 21:advmod SpaceAfter=No -24 , , PUNCT , _ 21 punct 21:punct _ +24 , , PUNCT , _ 25 punct 25:punct _ 25 relying rely VERB VBG VerbForm=Ger 21 advcl 21:advcl _ 26 on on ADP IN _ 30 case 30:case _ 27 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ @@ -121258,7 +121312,7 @@ 37 severe severe ADJ JJ Degree=Pos 38 amod 38:amod _ 38 snowstorm snowstorm NOUN NN Number=Sing 34 obl 34:obl:in _ 39 in in ADP IN _ 42 case 42:case _ -40 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 42 nmod:poss 42:nmod:poss _ +40 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 42 nmod:poss 42:nmod:poss _ 41 northern northern ADJ JJ Degree=Pos 42 amod 42:amod _ 42 habitat habitat NOUN NN Number=Sing 34 obl 34:obl:in SpaceAfter=No 43 . . PUNCT . _ 16 punct 16:punct _ @@ -121267,37 +121321,37 @@ # text = Throughout the United States, she said, "spring is about two weeks earlier. 1 Throughout throughout ADP IN _ 4 case 4:case _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 United United PROPN NNP Number=Sing 4 compound 4:compound _ -4 States States PROPN NNP Number=Sing 15 obl 15:obl:throughout SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +3 United United ADJ NNP Degree=Pos 4 amod 4:amod _ +4 States State PROPN NNPS Number=Plur 15 obl 15:obl:throughout SpaceAfter=No +5 , , PUNCT , _ 4 punct 4:punct _ 6 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +7 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +8 , , PUNCT , _ 15 punct 15:punct _ 9 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No 10 spring spring NOUN NN Number=Sing 15 nsubj 15:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 12 about about ADV RB _ 13 advmod 13:advmod _ -13 two two NUM CD NumType=Card 14 nummod 14:nummod _ +13 two two NUM CD NumForm=Word|NumType=Card 14 nummod 14:nummod _ 14 weeks week NOUN NNS Number=Plur 15 obl:tmod 15:obl:tmod _ -15 earlier earlier ADJ JJR Degree=Cmp 7 ccomp 7:ccomp SpaceAfter=No +15 earlier early ADJ JJR Degree=Cmp 7 ccomp 7:ccomp SpaceAfter=No 16 . . PUNCT . _ 15 punct 15:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0028 # text = Tree swallows are nesting nine days earlier. 1 Tree tree NOUN NN Number=Sing 2 compound 2:compound _ 2 swallows swallow NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 nesting nest VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -5 nine nine NUM CD NumType=Card 6 nummod 6:nummod _ +5 nine nine NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 6 days day NOUN NNS Number=Plur 7 obl:npmod 7:obl:npmod _ -7 earlier earlier ADV RBR Degree=Cmp 4 advmod 4:advmod SpaceAfter=No +7 earlier early ADV RBR Degree=Cmp 4 advmod 4:advmod SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0029 # text = Tropical species have moved up to Florida and the Gulf Coast. 1 Tropical tropical ADJ JJ Degree=Pos 2 amod 2:amod _ 2 species species NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 moved move VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 up up ADP IN _ 7 case 7:case _ 6 to to ADP IN _ 7 case 7:case _ @@ -121314,10 +121368,10 @@ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 butterfly butterfly NOUN NN Number=Sing 1 conj 1:conj:and|4:compound _ 4 watchers watcher NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 seeing see VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 7 many many ADJ JJ Degree=Pos 11 amod 11:amod SpaceAfter=No -8 , , PUNCT , _ 11 punct 11:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 many many ADJ JJ Degree=Pos 11 amod 11:amod _ 10 new new ADJ JJ Degree=Pos 11 amod 11:amod _ 11 species species NOUN NNS Number=Plur 6 obj 6:obj _ @@ -121337,22 +121391,22 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 Pew Pew PROPN NNP Number=Sing 4 compound 4:compound _ 4 report report NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 concluded conclude VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:as SpaceAfter=No -6 , , PUNCT , _ 11 punct 11:punct _ +5 concluded conclude VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:as SpaceAfter=No +6 , , PUNCT , _ 5 punct 5:punct _ 7 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No 8 Sufficient sufficient ADJ JJ Degree=Pos 9 amod 9:amod _ 9 studies study NOUN NNS Number=Plur 11 nsubj 11:nsubj _ 10 now now ADV RB _ 11 advmod 11:advmod _ -11 exist exist VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +11 exist exist VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 12 to to PART TO _ 13 mark 13:mark _ -13 conclude conclude VERB VB VerbForm=Inf 9 advcl 9:advcl:to _ +13 conclude conclude VERB VB VerbForm=Inf 8 advcl 8:advcl:to _ 14 that that SCONJ IN _ 22 mark 22:mark _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 consequences consequence NOUN NNS Number=Plur 22 nsubj 22:nsubj _ 17 of of ADP IN _ 19 case 19:case _ 18 climate climate NOUN NN Number=Sing 19 compound 19:compound _ 19 change change NOUN NN Number=Sing 16 nmod 16:nmod:of _ -20 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ +20 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 21 already already ADV RB _ 22 advmod 22:advmod _ 22 detectable detectable ADJ JJ Degree=Pos 13 ccomp 13:ccomp _ 23 within within ADP IN _ 25 case 25:case _ @@ -121365,14 +121419,14 @@ # text = Such consequences include shifting and, in some cases, contraction of ranges and changes in species composition within ecosystems. 1 Such such ADJ JJ Degree=Pos 2 amod 2:amod _ 2 consequences consequence NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 include include VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 include include VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 shifting shifting NOUN NN Number=Sing 3 obj 3:obj _ 5 and and CCONJ CC _ 11 cc 11:cc SpaceAfter=No -6 , , PUNCT , _ 11 punct 11:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 in in ADP IN _ 9 case 9:case _ -8 some some DET DT _ 9 det 9:det _ +8 some some DET DT PronType=Ind 9 det 9:det _ 9 cases case NOUN NNS Number=Plur 11 nmod 11:nmod:in SpaceAfter=No -10 , , PUNCT , _ 11 punct 11:punct _ +10 , , PUNCT , _ 9 punct 9:punct _ 11 contraction contraction NOUN NN Number=Sing 4 conj 3:obj|4:conj:and _ 12 of of ADP IN _ 13 case 13:case _ 13 ranges range NOUN NNS Number=Plur 4 nmod 4:nmod:of _ @@ -121390,12 +121444,12 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 report report NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 also also ADV RB _ 4 advmod 4:advmod _ -4 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 found find VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 alterations alteration NOUN NNS Number=Plur 4 obj 4:obj _ 6 of of ADP IN _ 8 case 8:case _ 7 ecosystem ecosystem NOUN NN Number=Sing 8 compound 8:compound _ 8 processes process NOUN NNS Number=Plur 5 nmod 5:nmod:of _ -9 such such ADJ JJ Degree=Pos 12 case 12:case _ +9 such such ADJ JJ Degree=Pos|ExtPos=ADP 12 case 12:case _ 10 as as ADP IN _ 9 fixed 9:fixed _ 11 carbon carbon NOUN NN Number=Sing 12 compound 12:compound _ 12 cycling cycling NOUN NN Number=Sing 8 nmod 8:nmod:such_as _ @@ -121408,10 +121462,10 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 Alaskan alaskan ADJ JJ Degree=Pos 3 amod 3:amod _ 3 tundra tundra NOUN NN Number=Sing 9 nsubj 9:nsubj SpaceAfter=No -4 , , PUNCT , _ 9 punct 9:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 for for ADP IN _ 6 case 6:case _ 6 instance instance NOUN NN Number=Sing 9 obl 9:obl:for SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 9 switched switch VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 10 from from SCONJ IN _ 14 mark 14:mark _ @@ -121422,7 +121476,7 @@ 15 of of ADP IN _ 17 case 17:case _ 16 carbon carbon NOUN NN Number=Sing 17 compound 17:compound _ 17 dioxide dioxide NOUN NN Number=Sing 14 nmod 14:nmod:of _ -18 -- -- PUNCT , _ 14 punct 14:punct _ +18 -- -- PUNCT , _ 19 punct 19:punct _ 19 absorbing absorb VERB VBG VerbForm=Ger 14 advcl 14:advcl _ 20 and and CCONJ CC _ 21 cc 21:cc _ 21 storing store VERB VBG VerbForm=Ger 19 conj 14:advcl|19:conj:and _ @@ -121434,7 +121488,7 @@ 27 than than SCONJ IN _ 29 mark 29:mark _ 28 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 29 nsubj 29:nsubj _ 29 releases release VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:than _ -30 -- -- PUNCT , _ 9 punct 9:punct _ +30 -- -- PUNCT , _ 36 punct 36:punct _ 31 to to ADP IN _ 36 mark 36:mark _ 32 " " PUNCT `` _ 36 punct 36:punct SpaceAfter=No 33 being be AUX VBG VerbForm=Ger 36 cop 36:cop _ @@ -121442,7 +121496,7 @@ 35 net net NOUN NN Number=Sing 36 compound 36:compound _ 36 source source NOUN NN Number=Sing 9 advcl 9:advcl:to _ 37 of of ADP IN _ 38 case 38:case _ -38 CO2 co2 NOUN NN Number=Sing 36 nmod 36:nmod:of _ +38 CO2 CO2 NOUN NN Number=Sing 36 nmod 36:nmod:of _ 39 ( ( PUNCT -LRB- _ 40 punct 40:punct SpaceAfter=No 40 releasing release VERB VBG VerbForm=Ger 36 parataxis 36:parataxis _ 41 more more ADJ JJR Degree=Cmp 42 amod 42:amod _ @@ -121452,15 +121506,15 @@ 45 stored store VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 41 advcl 41:advcl:than SpaceAfter=No 46 ) ) PUNCT -RRB- _ 40 punct 40:punct _ 47 because because SCONJ IN _ 51 mark 51:mark _ -48 warmer warmer ADJ JJR Degree=Cmp 49 amod 49:amod _ +48 warmer warm ADJ JJR Degree=Cmp 49 amod 49:amod _ 49 winters winter NOUN NNS Number=Plur 51 nsubj 51:nsubj _ -50 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 51 aux 51:aux _ +50 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 51 aux 51:aux _ 51 allowed allow VERB VBN Tense=Past|VerbForm=Part 9 advcl 9:advcl:because _ 52 dead dead ADJ JJ Degree=Pos 54 amod 54:amod _ 53 plant plant NOUN NN Number=Sing 54 compound 54:compound _ -54 matter matter NOUN NN Number=Sing 51 obj 51:obj|61:nsubj:xsubj|63:nsubj:xsubj _ +54 matter matter NOUN NN Number=Sing 51 iobj 51:iobj|61:nsubj:xsubj|63:nsubj:xsubj _ 55 previously previously ADV RB _ 56 advmod 56:advmod _ -56 stored store VERB VBN Tense=Past|VerbForm=Part 54 acl 54:acl _ +56 stored store VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 54 acl 54:acl _ 57 in in ADP IN _ 59 case 59:case _ 58 the the DET DT Definite=Def|PronType=Art 59 det 59:det _ 59 soil soil NOUN NN Number=Sing 56 obl 56:obl:in _ @@ -121468,16 +121522,16 @@ 61 decompose decompose VERB VB VerbForm=Inf 51 xcomp 51:xcomp _ 62 and and CCONJ CC _ 63 cc 63:cc _ 63 release release VERB VB VerbForm=Inf 61 conj 51:xcomp|61:conj:and _ -64 CO2 co2 NOUN NN Number=Sing 63 obj 63:obj SpaceAfter=No -65 . . PUNCT . _ 9 punct 9:punct SpaceAfter=No -66 " " PUNCT '' _ 9 punct 9:punct _ +64 CO2 CO2 NOUN NN Number=Sing 63 obj 63:obj SpaceAfter=No +65 . . PUNCT . _ 51 punct 51:punct SpaceAfter=No +66 " " PUNCT '' _ 51 punct 51:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0035 # text = The Pew report coincided with the release in Iceland of the "Arctic Climate Impact Assessment." 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 Pew Pew PROPN NNP Number=Sing 3 compound 3:compound _ 3 report report NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 coincided coincide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 coincided coincide VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 with with ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 release release NOUN NN Number=Sing 4 obl 4:obl:with _ @@ -121486,24 +121540,24 @@ 10 of of ADP IN _ 16 case 16:case _ 11 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 12 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No -13 Arctic Arctic PROPN NNP Number=Sing 14 compound 14:compound _ +13 Arctic Arctic ADJ NNP Degree=Pos 14 amod 14:amod _ 14 Climate Climate PROPN NNP Number=Sing 15 compound 15:compound _ 15 Impact Impact PROPN NNP Number=Sing 16 compound 16:compound _ 16 Assessment Assessment PROPN NNP Number=Sing 7 nmod 7:nmod:of SpaceAfter=No -17 . . PUNCT . _ 4 punct 4:punct SpaceAfter=No -18 " " PUNCT '' _ 4 punct 4:punct _ +17 . . PUNCT . _ 16 punct 16:punct SpaceAfter=No +18 " " PUNCT '' _ 16 punct 16:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0036 # text = The ACIA -- with participation by the United States, Canada, Denmark, Finland, Iceland, Norway, the Russian Federation and Sweden -- was begun in 2000. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 ACIA ACIA PROPN NNP Number=Sing 28 nsubj:pass 28:nsubj:pass _ -3 -- -- PUNCT , _ 2 punct 2:punct _ +3 -- -- PUNCT , _ 5 punct 5:punct _ 4 with with ADP IN _ 5 case 5:case _ 5 participation participation NOUN NN Number=Sing 2 nmod 2:nmod:with _ 6 by by ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 United United PROPN NNP Number=Sing 9 compound 9:compound _ -9 States States PROPN NNP Number=Sing 5 nmod 5:nmod:by SpaceAfter=No +8 United United ADJ NNP Degree=Pos 9 amod 9:amod _ +9 States State PROPN NNPS Number=Plur 5 nmod 5:nmod:by SpaceAfter=No 10 , , PUNCT , _ 11 punct 11:punct _ 11 Canada Canada PROPN NNP Number=Sing 9 conj 5:nmod:by|9:conj:and SpaceAfter=No 12 , , PUNCT , _ 13 punct 13:punct _ @@ -121516,35 +121570,35 @@ 19 Norway Norway PROPN NNP Number=Sing 9 conj 5:nmod:by|9:conj:and SpaceAfter=No 20 , , PUNCT , _ 23 punct 23:punct _ 21 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -22 Russian Russian PROPN NNP Number=Sing 23 compound 23:compound _ +22 Russian Russian ADJ NNP Degree=Pos 23 amod 23:amod _ 23 Federation Federation PROPN NNP Number=Sing 9 conj 5:nmod:by|9:conj:and _ 24 and and CCONJ CC _ 25 cc 25:cc _ 25 Sweden Sweden PROPN NNP Number=Sing 9 conj 5:nmod:by|9:conj:and _ -26 -- -- PUNCT , _ 28 punct 28:punct _ +26 -- -- PUNCT , _ 2 punct 2:punct _ 27 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 28 aux:pass 28:aux:pass _ 28 begun begin VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 29 in in ADP IN _ 30 case 30:case _ -30 2000 2000 NUM CD NumType=Card 28 obl 28:obl:in SpaceAfter=No +30 2000 2000 NUM CD NumForm=Digit|NumType=Card 28 obl 28:obl:in SpaceAfter=No 31 . . PUNCT . _ 28 punct 28:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0037 # text = "The impacts of global warming are affecting people now in the Arctic," said ACIA chair Robert Corell. -1 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No +1 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No 2 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 impacts impact NOUN NNS Number=Plur 8 nsubj 8:nsubj _ 4 of of ADP IN _ 6 case 6:case _ 5 global global ADJ JJ Degree=Pos 6 amod 6:amod _ 6 warming warming NOUN NN Number=Sing 3 nmod 3:nmod:of _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 affecting affect VERB VBG Tense=Pres|VerbForm=Part 16 ccomp 16:ccomp _ 9 people people NOUN NNS Number=Plur 8 obj 8:obj _ 10 now now ADV RB _ 8 advmod 8:advmod _ 11 in in ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 Arctic Arctic PROPN NNP Number=Sing 8 obl 8:obl:in SpaceAfter=No -14 , , PUNCT , _ 16 punct 16:punct SpaceAfter=No -15 " " PUNCT '' _ 16 punct 16:punct _ -16 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +14 , , PUNCT , _ 8 punct 8:punct SpaceAfter=No +15 " " PUNCT '' _ 8 punct 8:punct _ +16 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 17 ACIA ACIA PROPN NNP Number=Sing 18 compound 18:compound _ 18 chair chair NOUN NN Number=Sing 19 compound 19:compound _ 19 Robert Robert PROPN NNP Number=Sing 16 nsubj 16:nsubj _ @@ -121558,10 +121612,10 @@ 3 Arctic Arctic PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 experiencing experience VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -6 some some DET DT _ 5 obj 5:obj _ +6 some some DET DT PronType=Ind 5 obj 5:obj _ 7 of of ADP IN _ 14 case 14:case _ 8 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -9 most most ADV RBS _ 10 advmod 10:advmod _ +9 most most ADV RBS Degree=Sup 10 advmod 10:advmod _ 10 rapid rapid ADJ JJ Degree=Pos 14 amod 14:amod _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 severe severe ADJ JJ Degree=Pos 10 conj 10:conj:and|14:amod _ @@ -121584,7 +121638,7 @@ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 globe globe NOUN NN Number=Sing 8 conj 2:nmod:on|8:conj:and _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ 13 projected project VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 14 to to PART TO _ 15 mark 15:mark _ 15 increase increase VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ @@ -121601,35 +121655,35 @@ # text = The ACIA found Arctic winter temperatures have increased 4 degrees to 7 degrees Fahrenheit in the last 50 years and should go up about twice that much in the next 100 years. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 ACIA ACIA PROPN NNP Number=Sing 3 nsubj 3:nsubj _ -3 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 found find VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 Arctic arctic ADJ JJ Degree=Pos 6 amod 6:amod _ 5 winter winter NOUN NN Number=Sing 6 compound 6:compound _ 6 temperatures temperature NOUN NNS Number=Plur 8 nsubj 8:nsubj|22:nsubj _ -7 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +7 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 increased increase VERB VBN Tense=Past|VerbForm=Part 3 ccomp 3:ccomp _ -9 4 4 NUM CD NumType=Card 10 nummod 10:nummod _ +9 4 4 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 degrees degree NOUN NNS Number=Plur 8 obl:npmod 8:obl:npmod _ 11 to to ADP IN _ 13 case 13:case _ -12 7 7 NUM CD NumType=Card 13 nummod 13:nummod _ +12 7 7 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 13 degrees degree NOUN NNS Number=Plur 8 obl 8:obl:to _ 14 Fahrenheit Fahrenheit PROPN NNP Number=Sing 13 compound 13:compound _ 15 in in ADP IN _ 19 case 19:case _ 16 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 17 last last ADJ JJ Degree=Pos 19 amod 19:amod _ -18 50 50 NUM CD NumType=Card 19 nummod 19:nummod _ +18 50 50 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod _ 19 years year NOUN NNS Number=Plur 8 obl 8:obl:in _ 20 and and CCONJ CC _ 22 cc 22:cc _ 21 should should AUX MD VerbForm=Fin 22 aux 22:aux _ 22 go go VERB VB VerbForm=Inf 8 conj 3:ccomp|8:conj:and _ 23 up up ADV RB _ 22 advmod 22:advmod _ 24 about about ADV RB _ 27 advmod 27:advmod _ -25 twice twice ADV RB NumType=Mult 27 advmod 27:advmod _ +25 twice twice ADV RB NumForm=Word|NumType=Mult 27 advmod 27:advmod _ 26 that that ADV RB _ 27 advmod 27:advmod _ 27 much much ADV RB _ 22 advmod 22:advmod _ 28 in in ADP IN _ 32 case 32:case _ 29 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 30 next next ADJ JJ Degree=Pos 32 amod 32:amod _ -31 100 100 NUM CD NumType=Card 32 nummod 32:nummod _ +31 100 100 NUM CD NumForm=Digit|NumType=Card 32 nummod 32:nummod _ 32 years year NOUN NNS Number=Plur 22 obl 22:obl:in SpaceAfter=No 33 . . PUNCT . _ 3 punct 3:punct _ @@ -121642,22 +121696,22 @@ 5 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 6 decline decline VERB VB VerbForm=Inf 20 ccomp 20:ccomp _ 7 by by ADP IN _ 9 case 9:case _ -8 50 50 NUM CD NumType=Card 9 nummod 9:nummod _ +8 50 50 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 percent percent NOUN NN Number=Sing 6 obl 6:obl:by _ 10 by by ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 end end NOUN NN Number=Sing 6 obl 6:obl:by _ 13 of of ADP IN _ 16 case 16:case _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -15 21st 21st ADJ JJ Degree=Pos|NumType=Ord 16 amod 16:amod _ +15 21st 21st ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 16 amod 16:amod _ 16 century century NOUN NN Number=Sing 12 nmod 12:nmod:of SpaceAfter=No -17 , , PUNCT , _ 20 punct 20:punct _ +17 , , PUNCT , _ 6 punct 6:punct _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 assessment assessment NOUN NN Number=Sing 20 nsubj 20:nsubj _ -20 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -21 , , PUNCT , _ 20 punct 20:punct _ +20 found find VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +21 , , PUNCT , _ 25 punct 25:punct _ 22 with with SCONJ IN _ 25 mark 25:mark _ -23 some some DET DT _ 24 det 24:det _ +23 some some DET DT PronType=Ind 24 det 24:det _ 24 models model NOUN NNS Number=Plur 25 nsubj 25:nsubj _ 25 predicting predict VERB VBG VerbForm=Ger 20 advcl 20:advcl:with _ 26 complete complete ADJ JJ Degree=Pos 27 amod 27:amod _ @@ -121670,18 +121724,18 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0042 # text = "Should the Arctic Ocean become ice-free in summer, it is likely that polar bears and some seal species would be driven toward extinction," the report concluded. -1 " " PUNCT `` _ 32 punct 32:punct SpaceAfter=No -2 Should should AUX MD VerbForm=Fin 6 mark 6:mark _ +1 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No +2 Should should AUX MD VerbForm=Fin 6 aux 6:aux _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 Arctic Arctic PROPN NNP Number=Sing 5 compound 5:compound _ +4 Arctic Arctic ADJ NNP Degree=Pos 5 amod 5:amod _ 5 Ocean Ocean PROPN NNP Number=Sing 6 nsubj 6:nsubj|9:nsubj:xsubj _ -6 become become VERB VB VerbForm=Inf 15 advcl 15:advcl:should _ +6 become become VERB VB VerbForm=Inf 15 advcl 15:advcl _ 7 ice ice NOUN NN Number=Sing 9 compound 9:compound SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 free free ADJ JJ Degree=Pos 6 xcomp 6:xcomp _ 10 in in ADP IN _ 11 case 11:case _ 11 summer summer NOUN NN Number=Sing 9 obl 9:obl:in SpaceAfter=No -12 , , PUNCT , _ 15 punct 15:punct _ +12 , , PUNCT , _ 6 punct 6:punct _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 15 likely likely ADJ JJ Degree=Pos 32 ccomp 32:ccomp _ @@ -121689,7 +121743,7 @@ 17 polar polar ADJ JJ Degree=Pos 18 amod 18:amod _ 18 bears bear NOUN NNS Number=Plur 25 nsubj:pass 25:nsubj:pass _ 19 and and CCONJ CC _ 22 cc 22:cc _ -20 some some DET DT _ 22 det 22:det _ +20 some some DET DT PronType=Ind 22 det 22:det _ 21 seal seal NOUN NN Number=Sing 22 compound 22:compound _ 22 species species NOUN NNS Number=Plur 18 conj 18:conj:and|25:nsubj:pass _ 23 would would AUX MD VerbForm=Fin 25 aux 25:aux _ @@ -121697,11 +121751,11 @@ 25 driven drive VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 ccomp 15:ccomp _ 26 toward toward ADP IN _ 27 case 27:case _ 27 extinction extinction NOUN NN Number=Sing 25 obl 25:obl:toward SpaceAfter=No -28 , , PUNCT , _ 32 punct 32:punct SpaceAfter=No -29 " " PUNCT '' _ 32 punct 32:punct _ +28 , , PUNCT , _ 15 punct 15:punct SpaceAfter=No +29 " " PUNCT '' _ 15 punct 15:punct _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 31 report report NOUN NN Number=Sing 32 nsubj 32:nsubj _ -32 concluded conclude VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +32 concluded conclude VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 33 . . PUNCT . _ 32 punct 32:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0043 @@ -121712,9 +121766,9 @@ 4 much much ADJ JJ Degree=Pos 6 amod 6:amod _ 5 climate climate NOUN NN Number=Sing 6 compound 6:compound _ 6 research research NOUN NN Number=Sing 10 obl 10:obl:with SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ -8 not not ADV RB _ 9 advmod 9:advmod _ -9 everyone everyone PRON NN Number=Sing 10 nsubj 10:nsubj _ +7 , , PUNCT , _ 6 punct 6:punct _ +8 not not PART RB _ 9 advmod 9:advmod _ +9 everyone everyone PRON NN Number=Sing|PronType=Tot 10 nsubj 10:nsubj _ 10 agrees agree VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 11 with with ADP IN _ 14 case 14:case _ 12 these this DET DT Number=Plur|PronType=Dem 14 det 14:det _ @@ -121725,41 +121779,41 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0044 # text = A third report, "The Impacts of Climate Change: An Appraisal for the Future," completed by the Britain-based International Policy Network and released almost simultaneously with the other two, falls somewhat into that category. 1 A a DET DT Definite=Ind|PronType=Art 3 det 3:det _ -2 third third ADJ JJ Degree=Pos|NumType=Ord 3 amod 3:amod _ +2 third third ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 3 amod 3:amod _ 3 report report NOUN NN Number=Sing 37 nsubj 37:nsubj SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ -5 " " PUNCT `` _ 19 punct 19:punct SpaceAfter=No +4 , , PUNCT , _ 7 punct 7:punct _ +5 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No 6 The the DET DT Definite=Def|PronType=Art 7 det 7:det _ -7 Impacts Impacts PROPN NNPS Number=Plur 3 appos 3:appos _ +7 Impacts Impact PROPN NNPS Number=Plur 3 appos 3:appos _ 8 of of ADP IN _ 10 case 10:case _ 9 Climate Climate PROPN NNP Number=Sing 10 compound 10:compound _ 10 Change Change PROPN NNP Number=Sing 7 nmod 7:nmod:of SpaceAfter=No -11 : : PUNCT : _ 7 punct 7:punct _ +11 : : PUNCT : _ 13 punct 13:punct _ 12 An a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 Appraisal Appraisal PROPN NNP Number=Sing 7 appos 7:appos _ 14 for for ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 Future Future PROPN NNP Number=Sing 13 nmod 13:nmod:for SpaceAfter=No -17 , , PUNCT , _ 19 punct 19:punct SpaceAfter=No -18 " " PUNCT '' _ 19 punct 19:punct _ -19 completed complete VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ +17 , , PUNCT , _ 7 punct 7:punct SpaceAfter=No +18 " " PUNCT '' _ 7 punct 7:punct _ +19 completed complete VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ 20 by by ADP IN _ 27 case 27:case _ 21 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 22 Britain Britain PROPN NNP Number=Sing 24 compound 24:compound SpaceAfter=No -23 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No -24 based base VERB VBN Tense=Past|VerbForm=Part 27 amod 27:amod _ -25 International International PROPN NNP Number=Sing 27 compound 27:compound _ +23 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No +24 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 27 amod 27:amod _ +25 International International ADJ NNP Degree=Pos 27 amod 27:amod _ 26 Policy Policy PROPN NNP Number=Sing 27 compound 27:compound _ -27 Network Network PROPN NNP Number=Sing 19 obl 19:obl:by _ +27 Network Network PROPN NNP Number=Sing 19 obl:agent 19:obl:agent _ 28 and and CCONJ CC _ 29 cc 29:cc _ -29 released release VERB VBN Tense=Past|VerbForm=Part 19 conj 3:acl|19:conj:and _ +29 released release VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 conj 3:acl|19:conj:and _ 30 almost almost ADV RB _ 31 advmod 31:advmod _ 31 simultaneously simultaneously ADV RB _ 29 advmod 29:advmod _ 32 with with ADP IN _ 35 case 35:case _ 33 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ 34 other other ADJ JJ Degree=Pos 35 amod 35:amod _ -35 two two NUM CD NumType=Card 30 obl 30:obl:with SpaceAfter=No -36 , , PUNCT , _ 37 punct 37:punct _ +35 two two NUM CD NumForm=Word|NumType=Card 30 obl 30:obl:with SpaceAfter=No +36 , , PUNCT , _ 3 punct 3:punct _ 37 falls fall VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 38 somewhat somewhat ADV RB _ 41 advmod 41:advmod _ 39 into into ADP IN _ 41 case 41:case _ @@ -121771,18 +121825,18 @@ # text = On the one hand, the IPN report agreed "Climate models generally predict that the temperature rises in the Arctic will substantially exceed the global rise. 1 On on ADP IN _ 4 case 4:case _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 one one NUM CD NumType=Card 4 nummod 4:nummod _ +3 one one NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 hand hand NOUN NN Number=Sing 9 obl 9:obl:on SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 IPN IPN PROPN NNP Number=Sing 8 compound 8:compound _ 8 report report NOUN NN Number=Sing 9 nsubj 9:nsubj _ -9 agreed agree VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -10 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No +9 agreed agree VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No 11 Climate climate NOUN NN Number=Sing 12 compound 12:compound _ 12 models model NOUN NNS Number=Plur 14 nsubj 14:nsubj _ 13 generally generally ADV RB _ 14 advmod 14:advmod _ -14 predict predict VERB VB VerbForm=Inf 9 ccomp 9:ccomp _ +14 predict predict VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ 15 that that SCONJ IN _ 24 mark 24:mark _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 17 temperature temperature NOUN NN Number=Sing 18 compound 18:compound _ @@ -121806,8 +121860,8 @@ 4 in in ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 high high ADJ JJ Degree=Pos 7 amod 7:amod _ -7 Arctic Arctic PROPN NNP Number=Sing 2 obl 2:obl:in _ -8 where where SCONJ WRB PronType=Rel 13 mark 13:mark _ +7 Arctic Arctic PROPN NNP Number=Sing 2 obl 2:obl:in|15:obl _ +8 where where ADV WRB PronType=Rel 13 advmod 7:ref _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 ice ice NOUN NN Number=Sing 11 compound 11:compound _ 11 cover cover NOUN NN Number=Sing 13 nsubj:pass 13:nsubj:pass|15:nsubj:xsubj _ @@ -121838,7 +121892,7 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 other other ADJ JJ Degree=Pos 4 amod 4:amod _ 4 hand hand NOUN NN Number=Sing 8 obl 8:obl:on SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 report report NOUN NN Number=Sing 8 nsubj 8:nsubj _ 8 thinks think VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ @@ -121858,7 +121912,7 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0048 # text = "The impact of global warming on fish stocks and fisheries is hard to judge," the IPN report said. -1 " " PUNCT `` _ 21 punct 21:punct SpaceAfter=No +1 " " PUNCT `` _ 13 punct 13:punct SpaceAfter=No 2 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 impact impact NOUN NN Number=Sing 13 nsubj 13:nsubj _ 4 of of ADP IN _ 6 case 6:case _ @@ -121873,12 +121927,12 @@ 13 hard hard ADJ JJ Degree=Pos 21 ccomp 21:ccomp _ 14 to to PART TO _ 15 mark 15:mark _ 15 judge judge VERB VB VerbForm=Inf 13 ccomp 13:ccomp SpaceAfter=No -16 , , PUNCT , _ 21 punct 21:punct SpaceAfter=No -17 " " PUNCT '' _ 21 punct 21:punct _ +16 , , PUNCT , _ 13 punct 13:punct SpaceAfter=No +17 " " PUNCT '' _ 13 punct 13:punct _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 19 IPN IPN PROPN NNP Number=Sing 20 compound 20:compound _ 20 report report NOUN NN Number=Sing 21 nsubj 21:nsubj _ -21 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +21 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 22 . . PUNCT . _ 21 punct 21:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0049 @@ -121889,12 +121943,12 @@ 4 of of ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 magnitude magnitude NOUN NN Number=Sing 3 nmod 3:nmod:of _ -7 predicted predict VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 predicted predict VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ -9 more more ADV RBR _ 10 advmod 10:advmod _ +9 more more ADV RBR Degree=Cmp 10 advmod 10:advmod _ 10 likely likely ADJ JJ Degree=Pos 0 root 0:root _ 11 than than SCONJ IN _ 12 mark 12:mark _ -12 not not PART RB _ 10 ccomp 10:ccomp _ +12 not not PART RB _ 10 advcl 10:advcl:than _ 13 to to PART TO _ 15 mark 15:mark _ 14 be be AUX VB VerbForm=Inf 15 cop 15:cop _ 15 beneficial beneficial ADJ JJ Degree=Pos 10 xcomp 10:xcomp _ @@ -121920,7 +121974,7 @@ 8 benefit benefit VERB VB VerbForm=Inf 4 acl:relcl 4:acl:relcl _ 9 from from ADP IN _ 10 case 10:case _ 10 warming warming NOUN NN Number=Sing 8 obl 8:obl:from _ -11 include include VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +11 include include VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 12 cod cod NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 13 , , PUNCT , _ 14 punct 14:punct _ 14 haddock haddock NOUN NN Number=Sing 12 conj 11:obj|12:conj:and SpaceAfter=No @@ -121938,8 +121992,8 @@ 26 flatfish flatfish NOUN NNS Number=Plur 24 nmod 24:nmod:of _ 27 and and CCONJ CC _ 28 cc 28:cc _ 28 crustaceans crustacean NOUN NNS Number=Plur 26 conj 24:nmod:of|26:conj:and _ -29 -- -- PUNCT , _ 24 punct 24:punct _ -30 such such ADJ JJ Degree=Pos 34 case 34:case _ +29 -- -- PUNCT , _ 34 punct 34:punct _ +30 such such ADJ JJ Degree=Pos|ExtPos=ADP 34 case 34:case _ 31 as as ADP IN _ 30 fixed 30:fixed _ 32 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ 33 Norway Norway PROPN NNP Number=Sing 34 compound 34:compound _ @@ -121954,7 +122008,7 @@ 4 probably probably ADV RB _ 6 advmod 6:advmod _ 5 would would AUX MD VerbForm=Fin 6 aux 6:aux _ 6 decline decline VERB VB VerbForm=Inf 2 acl:relcl 2:acl:relcl _ -7 include include VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 include include VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 shrimp shrimp NOUN NNS Number=Plur 7 obj 7:obj SpaceAfter=No 9 , , PUNCT , _ 10 punct 10:punct _ 10 capelin capelin NOUN NN Number=Sing 8 conj 7:obj|8:conj:and SpaceAfter=No @@ -121962,7 +122016,7 @@ 12 Greenland Greenland PROPN NNP Number=Sing 13 compound 13:compound _ 13 halibut halibut NOUN NN Number=Sing 8 conj 7:obj|8:conj:and _ 14 and and CCONJ CC _ 16 cc 16:cc _ -15 some some DET DT _ 16 det 16:det _ +15 some some DET DT PronType=Ind 16 det 16:det _ 16 varieties variety NOUN NNS Number=Plur 8 conj 7:obj|8:conj:and _ 17 of of ADP IN _ 18 case 18:case _ 18 flatfish flatfish NOUN NNS Number=Plur 16 nmod 16:nmod:of SpaceAfter=No @@ -121975,21 +122029,21 @@ 3 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 4 laundry laundry NOUN NN Number=Sing 5 compound 5:compound _ 5 list list NOUN NN Number=Sing 1 obl 1:obl:in _ -6 -- -- PUNCT , _ 5 punct 5:punct _ +6 -- -- PUNCT , _ 10 punct 10:punct _ 7 and and CCONJ CC _ 10 cc 10:cc _ 8 in in ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 pile pile NOUN NN Number=Sing 5 conj 1:obl:in|5:conj:and _ 11 of of ADP IN _ 12 case 12:case _ 12 studies study NOUN NNS Number=Plur 10 nmod 10:nmod:of _ -13 examined examine VERB VBN Tense=Past|VerbForm=Part 10 acl 10:acl _ +13 examined examine VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 acl 10:acl _ 14 by by ADP IN _ 17 case 17:case _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 Pew Pew PROPN NNP Number=Sing 17 compound 17:compound _ -17 researchers researcher NOUN NNS Number=Plur 13 obl 13:obl:by _ -18 -- -- PUNCT , _ 1 punct 1:punct _ +17 researchers researcher NOUN NNS Number=Plur 13 obl:agent 13:obl:agent _ +18 -- -- PUNCT , _ 19 punct 19:punct _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 aux:pass 1:aux:pass _ -20 one one NUM CD NumType=Card 1 nsubj:pass 1:nsubj:pass _ +20 one one NUM CD NumForm=Word|NumType=Card 1 nsubj:pass 1:nsubj:pass _ 21 of of ADP IN _ 24 case 24:case _ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 23 fundamental fundamental ADJ JJ Degree=Pos 24 amod 24:amod _ @@ -122019,8 +122073,8 @@ 12 important important ADJ JJ Degree=Pos 14 amod 14:amod _ 13 non-commercial non-commercial ADJ JJ Degree=Pos 14 amod 14:amod _ 14 animals animal NOUN NNS Number=Plur 11 obj 11:obj SpaceAfter=No -15 , , PUNCT , _ 14 punct 14:punct _ -16 such such ADJ JJ Degree=Pos 18 case 18:case _ +15 , , PUNCT , _ 18 punct 18:punct _ +16 such such ADJ JJ Degree=Pos|ExtPos=ADP 18 case 18:case _ 17 as as ADP IN _ 16 fixed 16:fixed _ 18 seals seal NOUN NNS Number=Plur 14 nmod 14:nmod:such_as _ 19 and and CCONJ CC _ 21 cc 21:cc _ @@ -122035,9 +122089,9 @@ 3 limited limited ADJ JJ Degree=Pos 5 amod 5:amod _ 4 economic economic ADJ JJ Degree=Pos 5 amod 5:amod _ 5 sense sense NOUN NN Number=Sing 12 obl 12:obl:in SpaceAfter=No -6 , , PUNCT , _ 12 punct 12:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 therefore therefore ADV RB _ 12 advmod 12:advmod SpaceAfter=No -8 , , PUNCT , _ 12 punct 12:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 organization organization NOUN NN Number=Sing 12 nsubj 12:nsubj _ 11 can can AUX MD VerbForm=Fin 12 aux 12:aux _ @@ -122053,11 +122107,11 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0055 # text = The problem is whether one cares what happens to the polar bears, checkerspot butterflies and other unconsumables. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 problem problem NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 problem problem NOUN NN Number=Sing 6 nsubj:outer 6:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 whether whether SCONJ IN _ 6 mark 6:mark _ -5 one one PRON PRP _ 6 nsubj 6:nsubj _ -6 cares care VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +5 one one PRON PRP Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ +6 cares care VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 what what PRON WP PronType=Int 8 nsubj 8:nsubj _ 8 happens happen VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ 9 to to ADP IN _ 12 case 12:case _ @@ -122070,14 +122124,14 @@ 16 and and CCONJ CC _ 18 cc 18:cc _ 17 other other ADJ JJ Degree=Pos 18 amod 18:amod _ 18 unconsumables unconsumable NOUN NNS Number=Plur 12 conj 8:obl:to|12:conj:and SpaceAfter=No -19 . . PUNCT . _ 3 punct 3:punct _ +19 . . PUNCT . _ 6 punct 6:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0056 # text = The Pew researchers tried to transcend the economic argument. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 Pew Pew PROPN NNP Number=Sing 3 compound 3:compound _ 3 researchers researcher NOUN NNS Number=Plur 4 nsubj 4:nsubj|6:nsubj:xsubj _ -4 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 tried try VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 transcend transcend VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -122088,12 +122142,12 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0057 # text = They assumed a value -- unspecified -- for non-commercial species, and in doing so rendered the warming news a bit less rosy. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|16:nsubj _ -2 assumed assume VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 assumed assume VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 value value NOUN NN Number=Sing 2 obj 2:obj _ -5 -- -- PUNCT , _ 4 punct 4:punct _ +5 -- -- PUNCT , _ 6 punct 6:punct _ 6 unspecified unspecified ADJ JJ Degree=Pos 4 amod 4:amod _ -7 -- -- PUNCT , _ 4 punct 4:punct _ +7 -- -- PUNCT , _ 10 punct 10:punct _ 8 for for ADP IN _ 10 case 10:case _ 9 non-commercial non-commercial ADJ JJ Degree=Pos 10 amod 10:amod _ 10 species species NOUN NNS Number=Plur 4 nmod 4:nmod:for SpaceAfter=No @@ -122102,7 +122156,7 @@ 13 in in SCONJ IN _ 14 mark 14:mark _ 14 doing do VERB VBG VerbForm=Ger 16 advcl 16:advcl:in _ 15 so so ADV RB _ 14 advmod 14:advmod _ -16 rendered render VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +16 rendered render VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 18 warming warming NOUN NN Number=Sing 19 compound 19:compound _ 19 news news NOUN NN Number=Sing 16 obj 16:obj|23:nsubj:xsubj _ @@ -122116,9 +122170,9 @@ # text = This tug-of-war over calculating economic values is the one that ultimately will have to be decided by humans, because animals and plants can adjust only so much. 1 This this DET DT Number=Sing|PronType=Dem 2 det 2:det _ 2 tug tug NOUN NN Number=Sing 13 nsubj 13:nsubj SpaceAfter=No -3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No +3 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No 4 of of ADP IN _ 6 case 6:case SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 6 war war NOUN NN Number=Sing 2 nmod 2:nmod:of _ 7 over over SCONJ IN _ 8 mark 8:mark _ 8 calculating calculate VERB VBG VerbForm=Ger 2 acl 2:acl:over _ @@ -122135,8 +122189,8 @@ 19 be be AUX VB VerbForm=Inf 20 aux:pass 20:aux:pass _ 20 decided decide VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 xcomp 17:xcomp _ 21 by by ADP IN _ 22 case 22:case _ -22 humans human NOUN NNS Number=Plur 20 obl 20:obl:by SpaceAfter=No -23 , , PUNCT , _ 17 punct 17:punct _ +22 humans human NOUN NNS Number=Plur 20 obl:agent 20:obl:agent SpaceAfter=No +23 , , PUNCT , _ 29 punct 29:punct _ 24 because because SCONJ IN _ 29 mark 29:mark _ 25 animals animal NOUN NNS Number=Plur 29 nsubj 29:nsubj _ 26 and and CCONJ CC _ 27 cc 27:cc _ @@ -122150,10 +122204,10 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0059 # text = "When dandelions have set the mark of May on Wisconsin pastures, it is time to listen for the final proof of spring," wrote Aldo Leopold in "A Sand County Almanac." -1 " " PUNCT `` _ 27 punct 27:punct SpaceAfter=No -2 When when SCONJ WRB PronType=Int 5 mark 5:mark _ +1 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No +2 When when ADV WRB PronType=Int 5 advmod 5:advmod _ 3 dandelions dandelion NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -4 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 set set VERB VBN Tense=Past|VerbForm=Part 16 advcl 16:advcl:when _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 mark mark NOUN NN Number=Sing 5 obj 5:obj _ @@ -122162,7 +122216,7 @@ 10 on on ADP IN _ 12 case 12:case _ 11 Wisconsin Wisconsin PROPN NNP Number=Sing 12 compound 12:compound _ 12 pastures pasture NOUN NNS Number=Plur 5 obl 5:obl:on SpaceAfter=No -13 , , PUNCT , _ 16 punct 16:punct _ +13 , , PUNCT , _ 5 punct 5:punct _ 14 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 16 time time NOUN NN Number=Sing 27 ccomp 27:ccomp _ @@ -122174,9 +122228,9 @@ 22 proof proof NOUN NN Number=Sing 18 obl 18:obl:for _ 23 of of ADP IN _ 24 case 24:case _ 24 spring spring NOUN NN Number=Sing 22 nmod 22:nmod:of SpaceAfter=No -25 , , PUNCT , _ 27 punct 27:punct SpaceAfter=No -26 " " PUNCT '' _ 27 punct 27:punct _ -27 wrote write VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +25 , , PUNCT , _ 16 punct 16:punct SpaceAfter=No +26 " " PUNCT '' _ 16 punct 16:punct _ +27 wrote write VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 28 Aldo Aldo PROPN NNP Number=Sing 27 nsubj 27:nsubj _ 29 Leopold Leopold PROPN NNP Number=Sing 28 flat 28:flat _ 30 in in ADP IN _ 35 case 35:case _ @@ -122185,8 +122239,8 @@ 33 Sand Sand PROPN NNP Number=Sing 35 compound 35:compound _ 34 County County PROPN NNP Number=Sing 35 compound 35:compound _ 35 Almanac Almanac PROPN NNP Number=Sing 27 obl 27:obl:in SpaceAfter=No -36 . . PUNCT . _ 27 punct 27:punct SpaceAfter=No -37 " " PUNCT '' _ 27 punct 27:punct _ +36 . . PUNCT . _ 35 punct 35:punct SpaceAfter=No +37 " " PUNCT '' _ 35 punct 35:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0060 # text = "Sit down on a tussock, cock your ears at the sky, dial out the bedlam of meadowlarks and redwings, and soon you may hear it: the flight of the upland plover, just now back from the Argentine." @@ -122198,7 +122252,7 @@ 6 tussock tussock NOUN NN Number=Sing 2 obl 2:obl:on SpaceAfter=No 7 , , PUNCT , _ 8 punct 8:punct _ 8 cock cock VERB VB Mood=Imp|VerbForm=Fin 2 conj 2:conj:and _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 ears ear NOUN NNS Number=Plur 8 obj 8:obj _ 11 at at ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ @@ -122219,14 +122273,14 @@ 27 may may AUX MD VerbForm=Fin 28 aux 28:aux _ 28 hear hear VERB VB VerbForm=Inf 2 conj 2:conj:and _ 29 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 28 obj 28:obj SpaceAfter=No -30 : : PUNCT : _ 29 punct 29:punct _ +30 : : PUNCT : _ 32 punct 32:punct _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 32 flight flight NOUN NN Number=Sing 29 appos 29:appos _ 33 of of ADP IN _ 36 case 36:case _ 34 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ 35 upland upland NOUN NN Number=Sing 36 compound 36:compound _ 36 plover plover NOUN NN Number=Sing 32 nmod 32:nmod:of SpaceAfter=No -37 , , PUNCT , _ 36 punct 36:punct _ +37 , , PUNCT , _ 40 punct 40:punct _ 38 just just ADV RB _ 39 advmod 39:advmod _ 39 now now ADV RB _ 40 advmod 40:advmod _ 40 back back ADV RB _ 36 advmod 36:advmod _ @@ -122240,7 +122294,7 @@ # text = Or maybe not. 1 Or or CCONJ CC _ 3 cc 3:cc _ 2 maybe maybe ADV RB _ 3 advmod 3:advmod _ -3 not not PART RB _ 0 root 0:root SpaceAfter=No +3 not not PART RB _ 0 root 0:root Promoted=Yes|SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0e65f540816d780c_ENG_20041116_124800-0062 @@ -122297,13 +122351,13 @@ 6 paste paste VERB VB VerbForm=Inf 4 conj 2:advcl:to|4:conj:and _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 leave leave VERB VB VerbForm=Inf 4 conj 2:advcl:to|4:conj:and _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 comments comment NOUN NNS Number=Plur 8 obj 8:obj SpaceAfter=No -11 , , PUNCT , _ 1 punct 1:punct _ +11 , , PUNCT , _ 15 punct 15:punct _ 12 as as SCONJ IN _ 15 mark 15:mark _ 13 these this DET DT Number=Plur|PronType=Dem 14 det 14:det _ 14 viewpoints viewpoint NOUN NNS Number=Plur 15 nsubj 15:nsubj _ -15 cover cover VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:as _ +15 cover cover VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:as _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 17 entire entire ADJ JJ Degree=Pos 18 amod 18:amod _ 18 gamut gamut NOUN NN Number=Sing 15 obj 15:obj _ @@ -122352,7 +122406,7 @@ # text = Relief agencies are trying to help hundreds of thousands of displaced people while authorities have vowed to restore security in New Orleans following a breakdown of law and order. 1 Relief relief NOUN NN Number=Sing 2 compound 2:compound _ 2 agencies agency NOUN NNS Number=Plur 4 nsubj 4:nsubj|6:nsubj:xsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 trying try VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 help help VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ @@ -122360,21 +122414,21 @@ 8 of of ADP IN _ 9 case 9:case _ 9 thousands thousand NOUN NNS Number=Plur 7 nmod 7:nmod:of _ 10 of of ADP IN _ 12 case 12:case _ -11 displaced displace VERB VBN Tense=Past|VerbForm=Part 12 amod 12:amod _ +11 displaced displace VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 amod 12:amod _ 12 people people NOUN NNS Number=Plur 9 nmod 9:nmod:of _ 13 while while SCONJ IN _ 16 mark 16:mark _ 14 authorities authority NOUN NNS Number=Plur 16 nsubj 16:nsubj|18:nsubj:xsubj _ -15 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +15 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 16 vowed vow VERB VBN Tense=Past|VerbForm=Part 4 advcl 4:advcl:while _ 17 to to PART TO _ 18 mark 18:mark _ 18 restore restore VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 19 security security NOUN NN Number=Sing 18 obj 18:obj _ 20 in in ADP IN _ 22 case 22:case _ -21 New New PROPN NNP Number=Sing 22 compound 22:compound _ +21 New New ADJ NNP Degree=Pos 22 amod 22:amod _ 22 Orleans Orleans PROPN NNP Number=Sing 18 obl 18:obl:in _ 23 following follow VERB VBG VerbForm=Ger 25 case 25:case _ 24 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ -25 breakdown breakdown NOUN NN Number=Sing 18 obl 18:obl:follow _ +25 breakdown breakdown NOUN NN Number=Sing 18 obl 18:obl:following _ 26 of of ADP IN _ 27 case 27:case _ 27 law law NOUN NN Number=Sing 25 nmod 25:nmod:of _ 28 and and CCONJ CC _ 29 cc 29:cc _ @@ -122387,9 +122441,9 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 world world NOUN NN Number=Sing 4 compound 4:compound _ 4 press press NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 commentators commentator NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -7 predict predict VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 predict predict VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 that that SCONJ IN _ 11 mark 11:mark _ 9 Katrina Katrina PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 10 will will AUX MD VerbForm=Fin 11 aux 11:aux _ @@ -122408,18 +122462,18 @@ 23 home home NOUN NN Number=Sing 21 obl 21:obl:at _ 24 and and CCONJ CC _ 25 cc 25:cc _ 25 abroad abroad ADV RB _ 23 conj 21:obl:at|23:conj:and SpaceAfter=No -26 , , PUNCT , _ 11 punct 11:punct _ +26 , , PUNCT , _ 30 punct 30:punct _ 27 especially especially ADV RB _ 30 advmod 30:advmod _ 28 following follow VERB VBG VerbForm=Ger 30 case 30:case _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ -30 scenes scene NOUN NNS Number=Plur 11 obl 11:obl:follow _ +30 scenes scene NOUN NNS Number=Plur 11 obl 11:obl:following _ 31 of of ADP IN _ 32 case 32:case _ 32 poverty poverty NOUN NN Number=Sing 30 nmod 30:nmod:of _ 33 and and CCONJ CC _ 35 cc 35:cc _ 34 racial racial ADJ JJ Degree=Pos 35 amod 35:amod _ 35 divisions division NOUN NNS Number=Plur 32 conj 30:nmod:of|32:conj:and _ 36 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 37 nsubj 37:nsubj _ -37 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 30 acl:relcl 30:acl:relcl _ +37 believe believe VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 30 acl:relcl 30:acl:relcl _ 38 the the DET DT Definite=Def|PronType=Art 39 det 39:det _ 39 disaster disaster NOUN NN Number=Sing 41 nsubj 41:nsubj _ 40 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 41 aux 41:aux _ @@ -122429,7 +122483,7 @@ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0008 # text = Meanwhile, President George W Bush has said he will lead an inquiry into how the disaster was handled. 1 Meanwhile meanwhile ADV RB _ 8 advmod 8:advmod SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 President President PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 4 George George PROPN NNP Number=Sing 3 flat 3:flat _ 5 W W PROPN NNP Number=Sing 3 flat 3:flat _ @@ -122442,7 +122496,7 @@ 12 an a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 inquiry inquiry NOUN NN Number=Sing 11 obj 11:obj _ 14 into into SCONJ IN _ 19 mark 19:mark _ -15 how how SCONJ WRB PronType=Int 19 mark 19:mark _ +15 how how ADV WRB PronType=Int 19 advmod 19:advmod _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 disaster disaster NOUN NN Number=Sing 19 nsubj:pass 19:nsubj:pass _ 18 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 aux:pass 19:aux:pass _ @@ -122464,7 +122518,7 @@ 1 Has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 3 altered alter VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 life life NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 6 ? ? PUNCT . _ 3 punct 3:punct _ @@ -122478,7 +122532,7 @@ 6 way way NOUN NN Number=Sing 4 obj 4:obj _ 7 other other ADJ JJ Degree=Pos 8 amod 8:amod _ 8 countries country NOUN NNS Number=Plur 9 nsubj 9:nsubj _ -9 view view VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +9 view view VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 US US PROPN NNP Number=Sing 9 obj 9:obj SpaceAfter=No 12 ? ? PUNCT . _ 4 punct 4:punct _ @@ -122487,7 +122541,7 @@ # text = Send us your comments using the form. 1 Send send VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 iobj 1:iobj _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 comments comment NOUN NNS Number=Plur 1 obj 1:obj _ 5 using use VERB VBG VerbForm=Ger 1 advcl 1:advcl _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -122500,10 +122554,10 @@ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0014 # text = Some of the better comments: -1 Some some DET DT _ 0 root 0:root _ +1 Some some DET DT PronType=Ind 0 root 0:root _ 2 of of ADP IN _ 5 case 5:case _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 better better ADJ JJR Degree=Cmp 5 amod 5:amod _ +4 better good ADJ JJR Degree=Cmp 5 amod 5:amod _ 5 comments comment NOUN NNS Number=Plur 1 nmod 1:nmod:of SpaceAfter=No 6 : : PUNCT : _ 1 punct 1:punct _ @@ -122514,7 +122568,7 @@ 2 As as ADP IN _ 4 case 4:case _ 3 an a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 American American PROPN NNP Number=Sing 8 obl 8:obl:as SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ 7 would would AUX MD VerbForm=Fin 8 aux 8:aux _ 8 like like VERB VB VerbForm=Inf 0 root 0:root _ @@ -122524,7 +122578,7 @@ 12 opportunity opportunity NOUN NN Number=Sing 10 obj 10:obj _ 13 to to PART TO _ 14 mark 14:mark _ 14 tell tell VERB VB VerbForm=Inf 12 acl 12:acl:to _ -15 all all DET PDT _ 21 det:predet 21:det:predet _ +15 all all DET PDT PronType=Tot 21 det:predet 21:det:predet _ 16 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 17 ' ' PUNCT `` _ 21 punct 21:punct SpaceAfter=No 18 USA USA PROPN NNP Number=Sing 21 compound 21:compound _ @@ -122544,27 +122598,27 @@ 32 allies ally NOUN NNS Number=Plur 29 nmod 29:nmod:of|36:nsubj SpaceAfter=No 33 ' ' PUNCT '' _ 32 punct 32:punct _ 34 that that PRON WDT PronType=Rel 36 nsubj 32:ref _ -35 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 36 aux 36:aux _ +35 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 36 aux 36:aux _ 36 using use VERB VBG Tense=Pres|VerbForm=Part 32 acl:relcl 32:acl:relcl _ 37 this this DET DT Number=Sing|PronType=Dem 38 det 38:det _ -38 disaster disaster NOUN NN Number=Sing 36 obj 36:obj|43:nsubj:xsubj _ +38 disaster disaster NOUN NN Number=Sing 36 obj 36:obj _ 39 as as ADP IN _ 41 case 41:case _ -40 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 41 nmod:poss 41:nmod:poss _ +40 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 41 nmod:poss 41:nmod:poss _ 41 podium podium NOUN NN Number=Sing 36 obl 36:obl:as _ 42 to to PART TO _ 43 mark 43:mark _ -43 spread spread VERB VB VerbForm=Inf 36 xcomp 36:xcomp _ -44 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 46 nmod:poss 46:nmod:poss _ +43 spread spread VERB VB VerbForm=Inf 36 advcl 36:advcl:to _ +44 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 46 nmod:poss 46:nmod:poss _ 45 useless useless ADJ JJ Degree=Pos 46 amod 46:amod _ 46 opinions opinion NOUN NNS Number=Plur 43 obj 43:obj SpaceAfter=No 47 . . PUNCT . _ 8 punct 8:punct _ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0016 # text = What you see in New Orleans is a perfect example of the downfalls of the welfare system, a form of socialism that many in this country know is the true problem. -1 What what PRON WP PronType=Int 10 nsubj 10:nsubj _ +1 What what PRON WP PronType=Rel 10 nsubj 3:obj|10:nsubj _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +3 see see VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 4 in in ADP IN _ 6 case 6:case _ -5 New New PROPN NNP Number=Sing 6 compound 6:compound _ +5 New New ADJ NNP Degree=Pos 6 amod 6:amod _ 6 Orleans Orleans PROPN NNP Number=Sing 3 obl 3:obl:in _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ @@ -122577,17 +122631,17 @@ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 welfare welfare NOUN NN Number=Sing 17 compound 17:compound _ 17 system system NOUN NN Number=Sing 13 nmod 13:nmod:of SpaceAfter=No -18 , , PUNCT , _ 17 punct 17:punct _ +18 , , PUNCT , _ 20 punct 20:punct _ 19 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ -20 form form NOUN NN Number=Sing 17 appos 17:appos _ +20 form form NOUN NN Number=Sing 17 appos 17:appos|32:nsubj _ 21 of of ADP IN _ 22 case 22:case _ 22 socialism socialism NOUN NN Number=Sing 20 nmod 20:nmod:of _ -23 that that PRON WDT PronType=Dem 32 nsubj 32:nsubj _ +23 that that PRON WDT PronType=Rel 32 nsubj 20:ref _ 24 many many ADJ JJ Degree=Pos 28 nsubj 28:nsubj _ 25 in in ADP IN _ 27 case 27:case _ 26 this this DET DT Number=Sing|PronType=Dem 27 det 27:det _ 27 country country NOUN NN Number=Sing 24 obl 24:obl:in _ -28 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 acl:relcl 20:acl:relcl _ +28 know know VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 acl:relcl 20:acl:relcl _ 29 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 32 cop 32:cop _ 30 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 31 true true ADJ JJ Degree=Pos 32 amod 32:amod _ @@ -122597,7 +122651,7 @@ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0017 # text = You have seen the pictures. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 seen see VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 pictures picture NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No @@ -122607,14 +122661,14 @@ # text = You people think it is race, but it is not. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 2 people people NOUN NNS Number=Plur 1 appos 1:appos _ -3 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 think think VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 race race NOUN NN Number=Sing 3 ccomp 3:ccomp SpaceAfter=No 7 , , PUNCT , _ 10 punct 10:punct _ 8 but but CCONJ CC _ 10 cc 10:cc _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ +10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ 11 not not PART RB _ 10 advmod 10:advmod SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ @@ -122627,7 +122681,7 @@ 5 society society NOUN NN Number=Sing 0 root 0:root|9:nsubj _ 6 that that PRON WDT PronType=Rel 9 nsubj 5:ref _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ -8 New New PROPN NNP Number=Sing 9 compound 9:compound _ +8 New New ADJ NNP Degree=Pos 9 amod 9:amod _ 9 Orleans Orleans PROPN NNP Number=Sing 5 acl:relcl 5:acl:relcl SpaceAfter=No 10 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No 11 " " PUNCT '' _ 5 punct 5:punct _ @@ -122636,38 +122690,38 @@ # text = --Paul, Atlanta, USA 1 -- -- PUNCT NFP _ 2 punct 2:punct SpaceAfter=No 2 Paul Paul PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 Atlanta Atlanta PROPN NNP Number=Sing 2 list 2:list SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 USA USA PROPN NNP Number=Sing 4 appos 4:appos _ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0021 # newpar id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-p0004 # text = "I am frankly revolted by the response of the Bush-Bashers; "Sorry chaps, but you did have it coming..." -1 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No +1 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj:pass 5:nsubj:pass _ 3 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ 4 frankly frankly ADV RB _ 5 advmod 5:advmod _ 5 revolted revolt VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 parataxis 16:parataxis _ 6 by by ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -8 response response NOUN NN Number=Sing 5 obl 5:obl:by _ +8 response response NOUN NN Number=Sing 5 obl:agent 5:obl:agent _ 9 of of ADP IN _ 13 case 13:case _ 10 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 11 Bush Bush PROPN NNP Number=Sing 13 compound 13:compound SpaceAfter=No -12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 Bashers basher NOUN NNS Number=Plur 8 nmod 8:nmod:of SpaceAfter=No -14 ; ; PUNCT , _ 16 punct 16:punct _ -15 " " PUNCT '' _ 16 punct 16:punct SpaceAfter=No +14 ; ; PUNCT , _ 5 punct 5:punct _ +15 " " PUNCT '' _ 5 punct 5:punct SpaceAfter=No 16 Sorry sorry INTJ UH _ 0 root 0:root _ 17 chaps chap NOUN NNS Number=Plur 16 vocative 16:vocative SpaceAfter=No 18 , , PUNCT , _ 22 punct 22:punct _ 19 but but CCONJ CC _ 22 cc 22:cc _ 20 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ -21 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 aux 22:aux _ +21 did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 22 aux 22:aux _ 22 have have VERB VB VerbForm=Inf 16 conj 16:conj:but _ -23 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 24 nsubj 24:nsubj _ -24 coming come VERB VBG VerbForm=Ger 22 ccomp 22:ccomp SpaceAfter=No +23 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 obj 22:obj|24:nsubj:xsubj _ +24 coming come VERB VBG VerbForm=Ger 22 xcomp 22:xcomp SpaceAfter=No 25 ... ... PUNCT , _ 16 punct 16:punct SpaceAfter=No 26 " " PUNCT '' _ 16 punct 16:punct _ @@ -122675,11 +122729,11 @@ # text = The plain fact is that Bush has a sight more in the way of common humanity than a great many of his detractors. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 plain plain ADJ JJ Degree=Pos 3 amod 3:amod _ -3 fact fact NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 fact fact NOUN NN Number=Sing 7 nsubj:outer 7:nsubj:outer _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 5 that that SCONJ IN _ 7 mark 7:mark _ 6 Bush Bush PROPN NNP Number=Sing 7 nsubj 7:nsubj _ -7 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +7 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 sight sight NOUN NN Number=Sing 10 obl:npmod 10:obl:npmod _ 10 more more ADJ JJR Degree=Cmp 7 obj 7:obj _ @@ -122692,16 +122746,16 @@ 17 than than ADP IN _ 20 case 20:case _ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 19 great great ADJ JJ Degree=Pos 20 amod 20:amod _ -20 many many NOUN NN Number=Sing 10 obl 10:obl:than _ +20 many many ADJ JJ Degree=Pos 10 obl 10:obl:than _ 21 of of ADP IN _ 23 case 23:case _ -22 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 detractors detractor NOUN NNS Number=Plur 20 nmod 20:nmod:of SpaceAfter=No -24 . . PUNCT . _ 4 punct 4:punct _ +24 . . PUNCT . _ 7 punct 7:punct _ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0023 # text = At least he isn't using this disaster for cheap political point-scoring." -1 At at ADV RB _ 6 advmod 6:advmod _ -2 least least ADV RBS Degree=Sup 1 fixed 1:fixed _ +1 At at ADP IN ExtPos=ADV 6 advmod 6:advmod _ +2 least least ADJ JJS Degree=Sup 1 fixed 1:fixed _ 3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 4-5 isn't _ _ _ _ _ _ _ _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ @@ -122713,7 +122767,7 @@ 10 cheap cheap ADJ JJ Degree=Pos 14 amod 14:amod _ 11 political political ADJ JJ Degree=Pos 14 amod 14:amod _ 12 point point NOUN NN Number=Sing 14 compound 14:compound SpaceAfter=No -13 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No 14 scoring scoring NOUN NN Number=Sing 6 obl 6:obl:for SpaceAfter=No 15 . . PUNCT . _ 6 punct 6:punct SpaceAfter=No 16 " " PUNCT '' _ 6 punct 6:punct _ @@ -122722,7 +122776,7 @@ # text = --Mac, Nottingham 1 -- -- PUNCT NFP _ 2 punct 2:punct SpaceAfter=No 2 Mac Mac PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 Nottingham Nottingham PROPN NNP Number=Sing 2 list 2:list _ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0025 @@ -122730,59 +122784,59 @@ # text = "I do not feel it has changed the US citizens which is what was needed, even now the majority want "Gas" despite the fact they are polluting the world more than any other country in the world and refuse to stop, perhaps this natural disaster, which let's face it looks like a product of Global Warming, will change their views, why not pick things up with your hands and walk with your legs, other people in the world do it, "Gas" is not the be all and end all!" 1 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 feel feel VERB VB VerbForm=Inf 0 root 0:root _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 7 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ -8 changed change VERB VBN Tense=Past|VerbForm=Part 5 ccomp 5:ccomp _ +8 changed change VERB VBN Tense=Past|VerbForm=Part 5 ccomp 5:ccomp|14:csubj _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 US US PROPN NNP Number=Sing 11 compound 11:compound _ 11 citizens citizen NOUN NNS Number=Plur 8 obj 8:obj _ -12 which which PRON WDT PronType=Int 14 nsubj 14:nsubj _ +12 which which PRON WDT PronType=Rel 14 nsubj 8:ref _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ -14 what what PRON WP PronType=Int 8 advcl 8:advcl _ +14 what what PRON WP PronType=Rel 8 advcl:relcl 8:advcl:relcl|16:nsubj:pass _ 15 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 aux:pass 16:aux:pass _ 16 needed need VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 acl:relcl 14:acl:relcl SpaceAfter=No -17 , , PUNCT , _ 5 punct 5:punct _ +17 , , PUNCT , _ 22 punct 22:punct _ 18 even even ADV RB _ 19 advmod 19:advmod _ 19 now now ADV RB _ 22 advmod 22:advmod _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 majority majority NOUN NN Number=Sing 22 nsubj 22:nsubj _ -22 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ -23 " " PUNCT `` _ 24 punct 24:punct SpaceAfter=No +22 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ +23 " " PUNCT `` _ 22 punct 22:punct SpaceAfter=No 24 Gas gas NOUN NN Number=Sing 22 obj 22:obj SpaceAfter=No -25 " " PUNCT '' _ 24 punct 24:punct _ +25 " " PUNCT '' _ 28 punct 28:punct _ 26 despite despite ADP IN _ 28 case 28:case _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 fact fact NOUN NN Number=Sing 22 obl 22:obl:despite _ 29 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 31 nsubj 31:nsubj|43:nsubj|45:nsubj:xsubj _ -30 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ +30 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ 31 polluting pollute VERB VBG Tense=Pres|VerbForm=Part 28 acl 28:acl _ 32 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 33 world world NOUN NN Number=Sing 31 obj 31:obj _ -34 more more ADV RBR _ 31 advmod 31:advmod _ +34 more more ADV RBR Degree=Cmp 31 advmod 31:advmod _ 35 than than ADP IN _ 38 case 38:case _ -36 any any DET DT _ 38 det 38:det _ +36 any any DET DT PronType=Ind 38 det 38:det _ 37 other other ADJ JJ Degree=Pos 38 amod 38:amod _ 38 country country NOUN NN Number=Sing 34 obl 34:obl:than _ 39 in in ADP IN _ 41 case 41:case _ 40 the the DET DT Definite=Def|PronType=Art 41 det 41:det _ 41 world world NOUN NN Number=Sing 38 nmod 38:nmod:in _ 42 and and CCONJ CC _ 43 cc 43:cc _ -43 refuse refuse VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 conj 28:acl|31:conj:and _ +43 refuse refuse VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 31 conj 28:acl|31:conj:and _ 44 to to PART TO _ 45 mark 45:mark _ 45 stop stop VERB VB VerbForm=Inf 43 xcomp 43:xcomp SpaceAfter=No -46 , , PUNCT , _ 5 punct 5:punct _ +46 , , PUNCT , _ 66 punct 66:punct _ 47 perhaps perhaps ADV RB _ 66 advmod 66:advmod _ 48 this this DET DT Number=Sing|PronType=Dem 50 det 50:det _ 49 natural natural ADJ JJ Degree=Pos 50 amod 50:amod _ 50 disaster disaster NOUN NN Number=Sing 66 nsubj 57:nsubj|66:nsubj SpaceAfter=No -51 , , PUNCT , _ 50 punct 50:punct _ +51 , , PUNCT , _ 57 punct 57:punct _ 52 which which PRON WDT PronType=Rel 57 nsubj 50:ref _ 53-54 let's _ _ _ _ _ _ _ _ 53 let let VERB VB Mood=Imp|VerbForm=Fin 57 parataxis 57:parataxis _ -54 's 's PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 53 obj 53:obj|55:nsubj:xsubj _ +54 's we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 53 obj 53:obj|55:nsubj:xsubj _ 55 face face VERB VB VerbForm=Inf 53 xcomp 53:xcomp _ 56 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 55 obj 55:obj _ 57 looks look VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 50 acl:relcl 50:acl:relcl _ @@ -122792,37 +122846,37 @@ 61 of of ADP IN _ 63 case 63:case _ 62 Global global ADJ JJ Degree=Pos 63 amod 63:amod _ 63 Warming warming NOUN NN Number=Sing 60 nmod 60:nmod:of SpaceAfter=No -64 , , PUNCT , _ 66 punct 66:punct _ +64 , , PUNCT , _ 50 punct 50:punct _ 65 will will AUX MD VerbForm=Fin 66 aux 66:aux _ 66 change change VERB VB VerbForm=Inf 5 parataxis 5:parataxis _ -67 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 68 nmod:poss 68:nmod:poss _ +67 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 68 nmod:poss 68:nmod:poss _ 68 views view NOUN NNS Number=Plur 66 obj 66:obj SpaceAfter=No -69 , , PUNCT , _ 5 punct 5:punct _ -70 why why SCONJ WRB PronType=Int 72 mark 72:mark _ +69 , , PUNCT , _ 72 punct 72:punct _ +70 why why ADV WRB PronType=Int 72 advmod 72:advmod _ 71 not not PART RB _ 72 advmod 72:advmod _ 72 pick pick VERB VB VerbForm=Inf 5 parataxis 5:parataxis _ 73 things thing NOUN NNS Number=Plur 72 obj 72:obj _ 74 up up ADP RP _ 72 compound:prt 72:compound:prt _ 75 with with ADP IN _ 77 case 77:case _ -76 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 77 nmod:poss 77:nmod:poss _ +76 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 77 nmod:poss 77:nmod:poss _ 77 hands hand NOUN NNS Number=Plur 72 obl 72:obl:with _ 78 and and CCONJ CC _ 79 cc 79:cc _ 79 walk walk VERB VB VerbForm=Inf 72 conj 72:conj:and _ 80 with with ADP IN _ 82 case 82:case _ -81 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 82 nmod:poss 82:nmod:poss _ +81 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 82 nmod:poss 82:nmod:poss _ 82 legs leg NOUN NNS Number=Plur 79 obl 79:obl:with SpaceAfter=No -83 , , PUNCT , _ 5 punct 5:punct _ +83 , , PUNCT , _ 89 punct 89:punct _ 84 other other ADJ JJ Degree=Pos 85 amod 85:amod _ 85 people people NOUN NNS Number=Plur 89 nsubj 89:nsubj _ 86 in in ADP IN _ 88 case 88:case _ 87 the the DET DT Definite=Def|PronType=Art 88 det 88:det _ 88 world world NOUN NN Number=Sing 85 nmod 85:nmod:in _ -89 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ +89 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ 90 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 89 obj 89:obj SpaceAfter=No -91 , , PUNCT , _ 5 punct 5:punct _ -92 " " PUNCT `` _ 93 punct 93:punct SpaceAfter=No +91 , , PUNCT , _ 89 punct 89:punct _ +92 " " PUNCT `` _ 89 punct 89:punct SpaceAfter=No 93 Gas gas NOUN NN Number=Sing 99 nsubj 99:nsubj|102:nsubj SpaceAfter=No -94 " " PUNCT '' _ 93 punct 93:punct _ +94 " " PUNCT '' _ 99 punct 99:punct _ 95 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 99 cop 99:cop _ 96 not not PART RB _ 99 advmod 99:advmod _ 97 the the DET DT Definite=Def|PronType=Art 99 det 99:det _ @@ -122831,14 +122885,14 @@ 100 and and CCONJ CC _ 102 cc 102:cc _ 101 end end NOUN NN Number=Sing 102 compound 102:compound _ 102 all all NOUN NN Number=Sing 99 conj 99:conj:and SpaceAfter=No -103 ! ! PUNCT . _ 5 punct 5:punct SpaceAfter=No -104 " " PUNCT '' _ 5 punct 5:punct _ +103 ! ! PUNCT . _ 99 punct 99:punct SpaceAfter=No +104 " " PUNCT '' _ 99 punct 99:punct _ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0026 # text = --David, Kent 1 -- -- PUNCT NFP _ 2 punct 2:punct SpaceAfter=No 2 David David PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 Kent Kent PROPN NNP Number=Sing 2 list 2:list _ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0027 @@ -122857,24 +122911,24 @@ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0028 # text = Distances are not what they are in the old world. -1 Distances distance NOUN NNS Number=Plur 2 nsubj 2:nsubj _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 not not PART RB _ 2 advmod 2:advmod _ -4 what what PRON WP PronType=Int 2 ccomp 2:ccomp _ +1 Distances distance NOUN NNS Number=Plur 4 nsubj:outer 4:nsubj:outer _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 not not PART RB _ 4 advmod 4:advmod _ +4 what what PRON WP PronType=Int 0 root 0:root _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 7 in in ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 old old ADJ JJ Degree=Pos 10 amod 10:amod _ 10 world world NOUN NN Number=Sing 4 obl 4:obl:in SpaceAfter=No -11 . . PUNCT . _ 2 punct 2:punct _ +11 . . PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0029 # text = Here, cars are absolutely necessary, and he'd have to have one, too. 1 Here here ADV RB PronType=Dem 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 cars car NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 absolutely absolutely ADV RB _ 6 advmod 6:advmod _ 6 necessary necessary ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 7 , , PUNCT , _ 11 punct 11:punct _ @@ -122885,8 +122939,8 @@ 11 have have VERB VB VerbForm=Inf 6 conj 6:conj:and _ 12 to to PART TO _ 13 mark 13:mark _ 13 have have VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ -14 one one NUM CD NumType=Card 13 obj 13:obj SpaceAfter=No -15 , , PUNCT , _ 13 punct 13:punct _ +14 one one NUM CD NumForm=Word|NumType=Card 13 obj 13:obj SpaceAfter=No +15 , , PUNCT , _ 16 punct 16:punct _ 16 too too ADV RB _ 13 advmod 13:advmod SpaceAfter=No 17 . . PUNCT . _ 6 punct 6:punct _ @@ -122903,7 +122957,7 @@ 3 US US PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 4 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 5 work work VERB VB VerbForm=Inf 0 root 0:root _ -6 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 way way NOUN NN Number=Sing 5 obj 5:obj _ 8 through through ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -122913,21 +122967,21 @@ 13 city city NOUN NN Number=Sing 10 nmod 10:nmod:of _ 14 and and CCONJ CC _ 17 cc 17:cc _ 15 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -16 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +16 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 17 making make VERB VBG Tense=Pres|VerbForm=Part 5 conj 5:conj:and _ 18 progress progress NOUN NN Number=Sing 17 obj 17:obj _ 19 after after ADP IN _ 22 case 22:case _ -20 seven seven NUM CD NumType=Card 22 nummod 22:nummod _ +20 seven seven NUM CD NumForm=Word|NumType=Card 22 nummod 22:nummod _ 21 short short ADJ JJ Degree=Pos 22 amod 22:amod _ 22 days day NOUN NNS Number=Plur 17 obl 17:obl:after SpaceAfter=No 23 . . PUNCT . _ 5 punct 5:punct _ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0032 # text = Thank you for your concern, but Europe is still irrelevant." -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 for for ADP IN _ 5 case 5:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 concern concern NOUN NN Number=Sing 1 obl 1:obl:for SpaceAfter=No 6 , , PUNCT , _ 11 punct 11:punct _ 7 but but CCONJ CC _ 11 cc 11:cc _ @@ -122943,9 +122997,9 @@ 1 -- -- PUNCT NFP _ 2 punct 2:punct SpaceAfter=No 2 John John PROPN NNP Number=Sing 0 root 0:root _ 3 B B PROPN NNP Number=Sing 2 flat 2:flat SpaceAfter=No -4 , , PUNCT , _ 2 punct 2:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ 5 Windermere Windermere PROPN NNP Number=Sing 2 list 2:list SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 Florida Florida PROPN NNP Number=Sing 5 appos 5:appos _ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0034 @@ -122959,7 +123013,7 @@ 6 to to PART TO _ 7 mark 7:mark _ 7 eat eat VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ 8 at at ADP IN _ 10 case 10:case _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 house house NOUN NN Number=Sing 7 obl 7:obl:at _ 11 anytime anytime ADV RB _ 7 advmod 7:advmod SpaceAfter=No 12 . . PUNCT . _ 4 punct 4:punct _ @@ -122987,7 +123041,7 @@ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0037 # text = Certainly, representation of the US in other countries will have a certain depiction. 1 Certainly certainly ADV RB _ 11 advmod 11:advmod SpaceAfter=No -2 , , PUNCT , _ 11 punct 11:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 representation representation NOUN NN Number=Sing 11 nsubj 11:nsubj _ 4 of of ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -123006,13 +123060,13 @@ # text = I don't believe that folks who believe that America is the land of opportunity will change their views from this recent news. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 believe believe VERB VB VerbForm=Inf 0 root 0:root _ 5 that that SCONJ IN _ 17 mark 17:mark _ 6 folks folk NOUN NNS Number=Plur 17 nsubj 8:nsubj|17:nsubj _ 7 who who PRON WP PronType=Rel 8 nsubj 6:ref _ -8 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +8 believe believe VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 9 that that SCONJ IN _ 13 mark 13:mark _ 10 America America PROPN NNP Number=Sing 13 nsubj 13:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ @@ -123022,7 +123076,7 @@ 15 opportunity opportunity NOUN NN Number=Sing 13 nmod 13:nmod:of _ 16 will will AUX MD VerbForm=Fin 17 aux 17:aux _ 17 change change VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ -18 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 views view NOUN NNS Number=Plur 17 obj 17:obj _ 20 from from ADP IN _ 23 case 23:case _ 21 this this DET DT Number=Sing|PronType=Dem 23 det 23:det _ @@ -123033,11 +123087,11 @@ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0039 # text = I have a friend who came here from Bulgaria after winning a green card in a lottery. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 friend friend NOUN NN Number=Sing 2 obj 2:obj|6:nsubj _ 5 who who PRON WP PronType=Rel 6 nsubj 4:ref _ -6 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +6 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 here here ADV RB PronType=Dem 6 advmod 6:advmod _ 8 from from ADP IN _ 9 case 9:case _ 9 Bulgaria Bulgaria PROPN NNP Number=Sing 6 obl 6:obl:from _ @@ -123054,12 +123108,12 @@ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0040 # text = Yes, she and her family were delighted to leave the communistic remnants in that country. 1 Yes yes INTJ UH _ 8 discourse 8:discourse SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 4 and and CCONJ CC _ 6 cc 6:cc _ -5 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 family family NOUN NN Number=Sing 3 conj 3:conj:and|8:nsubj _ -7 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 cop 8:cop _ +7 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 8 delighted delighted ADJ JJ Degree=Pos 0 root 0:root _ 9 to to PART TO _ 10 mark 10:mark _ 10 leave leave VERB VB VerbForm=Inf 8 advcl 8:advcl:to _ @@ -123073,9 +123127,9 @@ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0041 # text = Her husband became a citizen of the US just the week before last. -1 Her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 husband husband NOUN NN Number=Sing 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 became become VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 became become VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 citizen citizen NOUN NN Number=Sing 3 xcomp 3:xcomp _ 6 of of ADP IN _ 8 case 8:case _ @@ -123095,13 +123149,13 @@ 3 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ 4 or or CCONJ CC _ 5 cc 5:cc _ 5 not not PART RB _ 2 conj 2:conj:or SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 2 punct 2:punct _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 8 takes take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 minimum minimum NOUN NN Number=Sing 8 obj 8:obj _ 11 of of ADP IN _ 13 case 13:case _ -12 5 5 NUM CD NumType=Card 13 nummod 13:nummod _ +12 5 5 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 13 years year NOUN NNS Number=Plur 10 nmod 10:nmod:of _ 14 to to PART TO _ 15 mark 15:mark _ 15 apply apply VERB VB VerbForm=Inf 8 advcl 8:advcl:to SpaceAfter=No @@ -123113,13 +123167,13 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 countries country NOUN NNS Number=Plur 13 nsubj 5:nsubj|13:nsubj _ 3 which which PRON WDT PronType=Rel 5 nsubj 2:ref _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 giving give VERB VBG Tense=Pres|VerbForm=Part 2 acl:relcl 2:acl:relcl _ 6 to to ADP IN _ 7 case 7:case _ 7 America America PROPN NNP Number=Sing 5 obl 5:obl:to _ 8 to to PART TO _ 9 mark 9:mark _ 9 aid aid VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 great great ADJ JJ Degree=Pos 13 amod 13:amod _ 13 example example NOUN NN Number=Sing 0 root 0:root _ @@ -123146,7 +123200,7 @@ 4 poverty poverty NOUN NN Number=Sing 5 compound 5:compound _ 5 stricken stricken ADJ JJ Degree=Pos 0 root 0:root _ 6 and and CCONJ CC _ 9 cc 9:cc _ -7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ +7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 racial racial ADJ JJ Degree=Pos 9 amod 9:amod _ 9 issue issue NOUN NN Number=Sing 5 conj 5:conj:and SpaceAfter=No 10 ... ... PUNCT , _ 5 punct 5:punct _ @@ -123154,34 +123208,34 @@ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0045 # text = You know, I've lived in the Dallas/Fort Worth Metroplex most of my life. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis SpaceAfter=No +3 , , PUNCT , _ 2 punct 2:punct _ 4-5 I've _ _ _ _ _ _ _ _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -5 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 lived live VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 7 in in ADP IN _ 13 case 13:case _ 8 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 9 Dallas Dallas PROPN NNP Number=Sing 13 compound 13:compound SpaceAfter=No -10 / / PUNCT , _ 12 cc 12:cc SpaceAfter=No +10 / / SYM , _ 12 cc 12:cc SpaceAfter=No 11 Fort Fort PROPN NNP Number=Sing 12 compound 12:compound _ 12 Worth Worth PROPN NNP Number=Sing 9 conj 9:conj|13:compound _ 13 Metroplex metroplex NOUN NN Number=Sing 6 obl 6:obl:in _ 14 most most ADJ JJS Degree=Sup 6 obl:tmod 6:obl:tmod _ 15 of of ADP IN _ 17 case 17:case _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 life life NOUN NN Number=Sing 14 nmod 14:nmod:of SpaceAfter=No 18 . . PUNCT . _ 6 punct 6:punct _ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0046 # text = When not in Texas, I lived in LA and San Francisco. -1 When when SCONJ WRB PronType=Int 2 mark 2:mark _ +1 When when ADV WRB PronType=Int 4 advmod 4:advmod _ 2 not not PART RB _ 4 advmod 4:advmod _ 3 in in ADP IN _ 4 case 4:case _ 4 Texas Texas PROPN NNP Number=Sing 7 obl 7:obl:in SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 lived live VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 lived live VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 in in ADP IN _ 9 case 9:case _ 9 LA LA PROPN NNP Number=Sing 7 obl 7:obl:in _ 10 and and CCONJ CC _ 11 cc 11:cc _ @@ -123199,48 +123253,48 @@ 6 racial racial ADJ JJ Degree=Pos 7 amod 7:amod _ 7 diversity diversity NOUN NN Number=Sing 4 nmod 4:nmod:of _ 8 in in ADP IN _ 9 case 9:case _ -9 all all DET DT _ 2 obl 2:obl:in _ +9 all all DET DT PronType=Tot 2 obl 2:obl:in _ 10 of of ADP IN _ 12 case 12:case _ 11 these this DET DT Number=Plur|PronType=Dem 12 det 12:det _ 12 places place NOUN NNS Number=Plur 9 nmod 9:nmod:of SpaceAfter=No -13 ... ... PUNCT , _ 2 punct 2:punct _ +13 ... ... PUNCT , _ 17 punct 17:punct _ 14 and and CCONJ CC _ 17 cc 17:cc _ 15-16 I've _ _ _ _ _ _ _ _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -16 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +16 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 17 vacationed vacation VERB VBN Tense=Past|VerbForm=Part 2 conj 2:conj:and _ 18 through through ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 south south NOUN NN Number=Sing 17 obl 17:obl:through SpaceAfter=No -21 ... ... PUNCT , _ 17 punct 17:punct _ -22 visited visit VERB VBN Tense=Past|VerbForm=Part 17 parataxis 17:parataxis _ -23 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +21 ... ... PUNCT , _ 22 punct 22:punct _ +22 visited visit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 parataxis 17:parataxis _ +23 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 folks folk NOUN NNS Number=Plur 22 obj 22:obj _ -25 when when SCONJ WRB PronType=Int 27 mark 27:mark _ +25 when when ADV WRB PronType=Int 27 advmod 27:advmod _ 26 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 27 nsubj 27:nsubj _ -27 lived live VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 advcl 22:advcl:when _ +27 lived live VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 22 advcl 22:advcl:when _ 28 in in ADP IN _ 29 case 29:case _ 29 Mississippi Mississippi PROPN NNP Number=Sing 27 obl 27:obl:in SpaceAfter=No 30 , , PUNCT , _ 34 punct 34:punct _ 31 and and CCONJ CC _ 34 cc 34:cc _ -32 where where SCONJ WRB PronType=Int 34 mark 34:mark _ +32 where where ADV WRB PronType=Int 34 advmod 34:advmod _ 33 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 34 nsubj 34:nsubj|41:nsubj _ -34 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 conj 22:advcl:when|27:conj:and _ +34 live live VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 27 conj 22:advcl:when|27:conj:and _ 35 now now ADV RB _ 34 advmod 34:advmod _ 36 and and CCONJ CC _ 41 cc 41:cc _ -37 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 41 cop 41:cop _ +37 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 41 cop 41:cop _ 38 in in ADP IN _ 41 case 41:case _ 39 the the DET DT Definite=Def|PronType=Art 41 det 41:det _ 40 racial racial ADJ JJ Degree=Pos 41 amod 41:amod _ 41 minority minority NOUN NN Number=Sing 34 conj 34:conj:and _ 42 being be AUX VBG VerbForm=Ger 43 cop 43:cop _ 43 white white ADJ JJ Degree=Pos 41 advcl 41:advcl _ -44 ( ( PUNCT -LRB- _ 45 punct 45:punct SpaceAfter=No -45 less less ADJ JJR Degree=Cmp 47 advmod 47:advmod _ +44 ( ( PUNCT -LRB- _ 48 punct 48:punct SpaceAfter=No +45 less less ADJ JJR Degree=Cmp|ExtPos=ADV 47 advmod 47:advmod _ 46 than than ADP IN _ 45 fixed 45:fixed _ -47 20 20 NUM CD NumType=Card 48 nummod 48:nummod SpaceAfter=No +47 20 20 NUM CD NumForm=Digit|NumType=Card 48 nummod 48:nummod SpaceAfter=No 48 % % SYM NN Number=Sing 41 parataxis 41:parataxis SpaceAfter=No -49 ) ) PUNCT -RRB- _ 45 punct 45:punct _ +49 ) ) PUNCT -RRB- _ 48 punct 48:punct _ 50 in in ADP IN _ 52 case 52:case _ 51 northeastern northeastern ADJ JJ Degree=Pos 52 amod 52:amod _ 52 Arkansas Arkansas PROPN NNP Number=Sing 41 obl 41:obl:in SpaceAfter=No @@ -123249,48 +123303,48 @@ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0048 # text = The fact is, when I began traveling for business to New England, when I first visited my in-laws in Montana and Idaho, I was shocked at the lack of racial diversity. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 fact fact NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +2 fact fact NOUN NN Number=Sing 30 nsubj:outer 30:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 30 cop 30:cop SpaceAfter=No 4 , , PUNCT , _ 3 punct 3:punct _ -5 when when SCONJ WRB PronType=Int 7 mark 7:mark _ +5 when when ADV WRB PronType=Int 7 advmod 7:advmod _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj|8:nsubj:xsubj _ -7 began begin VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 30 advcl 30:advcl:when _ +7 began begin VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 30 advcl 30:advcl:when _ 8 traveling travel VERB VBG VerbForm=Ger 7 xcomp 7:xcomp _ 9 for for ADP IN _ 10 case 10:case _ 10 business business NOUN NN Number=Sing 8 obl 8:obl:for _ 11 to to ADP IN _ 13 case 13:case _ -12 New New PROPN NNP Number=Sing 13 compound 13:compound _ +12 New New ADJ NNP Degree=Pos 13 amod 13:amod _ 13 England England PROPN NNP Number=Sing 8 obl 8:obl:to SpaceAfter=No -14 , , PUNCT , _ 7 punct 7:punct _ -15 when when SCONJ WRB PronType=Int 18 mark 18:mark _ +14 , , PUNCT , _ 18 punct 18:punct _ +15 when when ADV WRB PronType=Int 18 advmod 18:advmod _ 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -17 first first ADV RB _ 18 advmod 18:advmod _ -18 visited visit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:when _ -19 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +17 first first ADV RB NumForm=Word|NumType=Ord 18 advmod 18:advmod _ +18 visited visit VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:when _ +19 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 20 in in ADJ JJ Degree=Pos 22 amod 22:amod SpaceAfter=No -21 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No +21 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No 22 laws law NOUN NNS Number=Plur 18 obj 18:obj _ 23 in in ADP IN _ 24 case 24:case _ 24 Montana Montana PROPN NNP Number=Sing 18 obl 18:obl:in _ 25 and and CCONJ CC _ 26 cc 26:cc _ 26 Idaho Idaho PROPN NNP Number=Sing 24 conj 18:obl:in|24:conj:and SpaceAfter=No -27 , , PUNCT , _ 30 punct 30:punct _ +27 , , PUNCT , _ 7 punct 7:punct _ 28 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 30 nsubj 30:nsubj _ 29 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 30 cop 30:cop _ -30 shocked shocked ADJ JJ Degree=Pos 3 ccomp 3:ccomp _ +30 shocked shocked ADJ JJ Degree=Pos 0 root 0:root _ 31 at at ADP IN _ 33 case 33:case _ 32 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 33 lack lack NOUN NN Number=Sing 30 obl 30:obl:at _ 34 of of ADP IN _ 36 case 36:case _ 35 racial racial ADJ JJ Degree=Pos 36 amod 36:amod _ 36 diversity diversity NOUN NN Number=Sing 33 nmod 33:nmod:of SpaceAfter=No -37 . . PUNCT . _ 3 punct 3:punct _ +37 . . PUNCT . _ 30 punct 30:punct _ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0049 # text = I didn't expect to react that way, but when I was looking around my workplace in Nashua, New Hampshire, and everyone else looked pretty much like me, it was really very eerie. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ 2-3 didn't _ _ _ _ _ _ _ _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 expect expect VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ @@ -123299,28 +123353,28 @@ 8 way way NOUN NN Number=Sing 6 obl:npmod 6:obl:npmod SpaceAfter=No 9 , , PUNCT , _ 37 punct 37:punct _ 10 but but CCONJ CC _ 37 cc 37:cc _ -11 when when SCONJ WRB PronType=Int 14 mark 14:mark _ +11 when when ADV WRB PronType=Int 14 advmod 14:advmod _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 14 aux 14:aux _ 14 looking look VERB VBG Tense=Pres|VerbForm=Part 37 advcl 37:advcl:when _ 15 around around ADP IN _ 17 case 17:case _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 workplace workplace NOUN NN Number=Sing 14 obl 14:obl:around _ 18 in in ADP IN _ 19 case 19:case _ 19 Nashua Nashua PROPN NNP Number=Sing 14 obl 14:obl:in SpaceAfter=No -20 , , PUNCT , _ 19 punct 19:punct _ -21 New New PROPN NNP Number=Sing 22 compound 22:compound _ +20 , , PUNCT , _ 22 punct 22:punct _ +21 New New ADJ NNP Degree=Pos 22 amod 22:amod _ 22 Hampshire Hampshire PROPN NNP Number=Sing 19 appos 19:appos SpaceAfter=No 23 , , PUNCT , _ 27 punct 27:punct _ 24 and and CCONJ CC _ 27 cc 27:cc _ -25 everyone everyone PRON NN Number=Sing 27 nsubj 27:nsubj _ +25 everyone everyone PRON NN Number=Sing|PronType=Tot 27 nsubj 27:nsubj _ 26 else else ADJ JJ Degree=Pos 25 amod 25:amod _ -27 looked look VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 conj 14:conj:and|37:advcl:when _ +27 looked look VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 conj 14:conj:and|37:advcl:when _ 28 pretty pretty ADV RB _ 29 advmod 29:advmod _ 29 much much ADV RB _ 31 advmod 31:advmod _ 30 like like ADP IN _ 31 case 31:case _ 31 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 27 obl 27:obl:like SpaceAfter=No -32 , , PUNCT , _ 37 punct 37:punct _ +32 , , PUNCT , _ 14 punct 14:punct _ 33 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 37 nsubj 37:nsubj _ 34 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 37 cop 37:cop _ 35 really really ADV RB _ 37 advmod 37:advmod _ @@ -123331,15 +123385,15 @@ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0050 # text = So, yes, America has pockets that are more diverse than others. 1 So so ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 yes yes INTJ UH _ 6 discourse 6:discourse SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 America America PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 6 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 pockets pocket NOUN NNS Number=Plur 6 obj 6:obj|11:nsubj _ 8 that that PRON WDT PronType=Rel 11 nsubj 7:ref _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ -10 more more ADV RBR _ 11 advmod 11:advmod _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +10 more more ADV RBR Degree=Cmp 11 advmod 11:advmod _ 11 diverse diverse ADJ JJ Degree=Pos 7 acl:relcl 7:acl:relcl _ 12 than than ADP IN _ 13 case 13:case _ 13 others other NOUN NNS Number=Plur 11 obl 11:obl:than SpaceAfter=No @@ -123348,7 +123402,7 @@ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0051 # text = Additionally, reviewing the standings of Louisiana and Mississippi in the educational stakes, you'll find they usually land near the bottom of a list of 50 states. 1 Additionally additionally ADV RB _ 17 advmod 17:advmod SpaceAfter=No -2 , , PUNCT , _ 17 punct 17:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 reviewing review VERB VBG VerbForm=Ger 17 advcl 17:advcl _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 standings standing NOUN NNS Number=Plur 3 obj 3:obj _ @@ -123360,14 +123414,14 @@ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 educational educational ADJ JJ Degree=Pos 13 amod 13:amod _ 13 stakes stake NOUN NNS Number=Plur 5 nmod 5:nmod:in SpaceAfter=No -14 , , PUNCT , _ 17 punct 17:punct _ +14 , , PUNCT , _ 3 punct 3:punct _ 15-16 you'll _ _ _ _ _ _ _ _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ 16 'll will AUX MD VerbForm=Fin 17 aux 17:aux _ 17 find find VERB VB VerbForm=Inf 0 root 0:root _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 19 usually usually ADV RB _ 20 advmod 20:advmod _ -20 land land VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 ccomp 17:ccomp _ +20 land land VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 ccomp 17:ccomp _ 21 near near ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 bottom bottom NOUN NN Number=Sing 20 obl 20:obl:near _ @@ -123375,40 +123429,40 @@ 25 a a DET DT Definite=Ind|PronType=Art 26 det 26:det _ 26 list list NOUN NN Number=Sing 23 nmod 23:nmod:of _ 27 of of ADP IN _ 29 case 29:case _ -28 50 50 NUM CD NumType=Card 29 nummod 29:nummod _ +28 50 50 NUM CD NumForm=Digit|NumType=Card 29 nummod 29:nummod _ 29 states state NOUN NNS Number=Plur 26 nmod 26:nmod:of SpaceAfter=No 30 . . PUNCT . _ 17 punct 17:punct _ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0052 # text = Unfortunately, those left behind to be filmed, where those without transportation or means. -1 Unfortunately unfortunately ADV RB _ 10 advmod 10:advmod SpaceAfter=No -2 , , PUNCT , _ 10 punct 10:punct _ -3 those that PRON DT Number=Plur|PronType=Dem 10 nsubj 10:nsubj _ -4 left leave VERB VBN Tense=Past|VerbForm=Part 3 advcl 3:advcl _ +1 Unfortunately unfortunately ADV RB _ 11 advmod 11:advmod SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ +3 those that PRON DT Number=Plur|PronType=Dem 11 nsubj 11:nsubj _ +4 left leave VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ 5 behind behind ADV RB _ 4 advmod 4:advmod _ 6 to to PART TO _ 8 mark 8:mark _ 7 be be AUX VB VerbForm=Inf 8 aux:pass 8:aux:pass _ 8 filmed film VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 advcl 4:advcl:to SpaceAfter=No -9 , , PUNCT , _ 10 punct 10:punct _ -10 where where VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -11 those that PRON DT Number=Plur|PronType=Dem 10 obj 10:obj _ +9 , , PUNCT , _ 3 punct 3:punct _ +10 where be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|Typo=Yes|VerbForm=Fin 11 cop 11:cop CorrectForm=were +11 those that PRON DT Number=Plur|PronType=Dem 0 root 0:root _ 12 without without ADP IN _ 13 case 13:case _ 13 transportation transportation NOUN NN Number=Sing 11 nmod 11:nmod:without _ 14 or or CCONJ CC _ 15 cc 15:cc _ 15 means means NOUN NNS Number=Plur 13 conj 11:nmod:without|13:conj:or SpaceAfter=No -16 . . PUNCT . _ 10 punct 10:punct _ +16 . . PUNCT . _ 11 punct 11:punct _ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0053 # text = Some refused to leave, but so many were unable to. -1 Some some DET DT _ 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 refused refuse VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Some some DET DT PronType=Ind 2 nsubj 2:nsubj|4:nsubj:xsubj _ +2 refused refuse VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 leave leave VERB VB VerbForm=Inf 2 xcomp 2:xcomp SpaceAfter=No 5 , , PUNCT , _ 10 punct 10:punct _ 6 but but CCONJ CC _ 10 cc 10:cc _ 7 so so ADV RB _ 8 advmod 8:advmod _ 8 many many ADJ JJ Degree=Pos 10 nsubj 10:nsubj _ -9 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 cop 10:cop _ +9 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ 10 unable unable ADJ JJ Degree=Pos 2 conj 2:conj:but _ 11 to to PART TO _ 10 xcomp 10:xcomp SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ @@ -123416,7 +123470,7 @@ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0054 # text = Yes, it's a valid reflection of America - we do have cities like this. 1 Yes yes INTJ UH _ 7 discourse 7:discourse SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 it's _ _ _ _ _ _ _ _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 4 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ @@ -123425,9 +123479,9 @@ 7 reflection reflection NOUN NN Number=Sing 0 root 0:root _ 8 of of ADP IN _ 9 case 9:case _ 9 America America PROPN NNP Number=Sing 7 nmod 7:nmod:of _ -10 - - PUNCT , _ 7 punct 7:punct _ +10 - - PUNCT , _ 13 punct 13:punct _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -12 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +12 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 have have VERB VB VerbForm=Inf 7 parataxis 7:parataxis _ 14 cities city NOUN NNS Number=Plur 13 obj 13:obj _ 15 like like ADP IN _ 16 case 16:case _ @@ -123437,23 +123491,23 @@ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0055 # text = However, New Orleans also had many affluent people, people who left town early as they had the means. 1 However however ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ -3 New New PROPN NNP Number=Sing 4 compound 4:compound _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 New New ADJ NNP Degree=Pos 4 amod 4:amod _ 4 Orleans Orleans PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 5 also also ADV RB _ 6 advmod 6:advmod _ -6 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 many many ADJ JJ Degree=Pos 9 amod 9:amod _ 8 affluent affluent ADJ JJ Degree=Pos 9 amod 9:amod _ 9 people people NOUN NNS Number=Plur 6 obj 6:obj SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 people people NOUN NNS Number=Plur 9 appos 9:appos|13:nsubj _ 12 who who PRON WP PronType=Rel 13 nsubj 11:ref _ -13 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +13 left leave VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 14 town town NOUN NN Number=Sing 13 obj 13:obj _ 15 early early ADV RB Degree=Pos 13 advmod 13:advmod _ 16 as as SCONJ IN _ 18 mark 18:mark _ 17 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -18 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:as _ +18 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:as _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 means means NOUN NNS Number=Plur 18 obj 18:obj SpaceAfter=No 21 . . PUNCT . _ 6 punct 6:punct _ @@ -123462,7 +123516,7 @@ # text = I don't know if this will change other nation's perceptions of America. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 know know VERB VB VerbForm=Inf 0 root 0:root _ 5 if if SCONJ IN _ 8 mark 8:mark _ @@ -123481,22 +123535,22 @@ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0057 # text = I suspect it will not change greatly... but you never know how much stock people put in the news. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 suspect suspect VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 suspect suspect VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 4 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 5 not not PART RB _ 6 advmod 6:advmod _ 6 change change VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ 7 greatly greatly ADV RB _ 6 advmod 6:advmod SpaceAfter=No -8 ... ... PUNCT , _ 2 punct 2:punct _ +8 ... ... PUNCT , _ 12 punct 12:punct _ 9 but but CCONJ CC _ 12 cc 12:cc _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ 11 never never ADV RB _ 12 advmod 12:advmod _ -12 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ -13 how how SCONJ WRB PronType=Int 14 mark 14:mark _ +12 know know VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ +13 how how ADV WRB PronType=Int 14 advmod 14:advmod _ 14 much much ADJ JJ Degree=Pos 15 amod 15:amod _ 15 stock stock NOUN NN Number=Sing 17 obj 17:obj _ 16 people people NOUN NNS Number=Plur 17 nsubj 17:nsubj _ -17 put put VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 ccomp 12:ccomp _ +17 put put VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 ccomp 12:ccomp _ 18 in in ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 news news NOUN NN Number=Sing 17 obl 17:obl:in SpaceAfter=No @@ -123505,7 +123559,7 @@ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0058 # text = I do know that this will change the face of America. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 know know VERB VB VerbForm=Inf 0 root 0:root _ 4 that that SCONJ IN _ 7 mark 7:mark _ 5 this this PRON DT Number=Sing|PronType=Dem 7 nsubj 7:nsubj _ @@ -123520,19 +123574,19 @@ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0059 # text = I expect that many of the displaced people (those affluent and those not) will remain in the places they were evacuated to. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 expect expect VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 expect expect VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 17 mark 17:mark _ 4 many many ADJ JJ Degree=Pos 17 nsubj 17:nsubj _ 5 of of ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 displaced displace VERB VBN Tense=Past|VerbForm=Part 8 amod 8:amod _ +7 displaced displace VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 amod 8:amod _ 8 people people NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 9 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No 10 those that PRON DT Number=Plur|PronType=Dem 8 appos 8:appos _ 11 affluent affluent ADJ JJ Degree=Pos 10 amod 10:amod _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 those that PRON DT Number=Plur|PronType=Dem 10 conj 8:appos|10:conj:and _ -14 not not ADV RB _ 13 acl:relcl 13:acl:relcl SpaceAfter=No +14 not not PART RB _ 13 amod 13:amod SpaceAfter=No 15 ) ) PUNCT -RRB- _ 10 punct 10:punct _ 16 will will AUX MD VerbForm=Fin 17 aux 17:aux _ 17 remain remain VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ @@ -123540,7 +123594,7 @@ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 places place NOUN NNS Number=Plur 17 obl 17:obl:in _ 21 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 23 nsubj:pass 23:nsubj:pass _ -22 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 23 aux:pass 23:aux:pass _ +22 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 23 aux:pass 23:aux:pass _ 23 evacuated evacuate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 acl:relcl 20:acl:relcl _ 24 to to ADP IN _ 23 obl 23:obl SpaceAfter=No 25 . . PUNCT . _ 2 punct 2:punct _ @@ -123548,11 +123602,11 @@ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0060 # text = The 1.25 million people who have been housed in stadiums and convention centers across Texas will begin to populate Houston, Dallas, San Antonio and Galveston, and the surrounding areas. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ -2 1.25 1.25 NUM CD NumType=Card 3 compound 3:compound _ -3 million million NUM CD NumType=Card 4 nummod 4:nummod _ +2 1.25 1.25 NUM CD NumForm=Digit|NumType=Frac 3 compound 3:compound _ +3 million million NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 people people NOUN NNS Number=Plur 17 nsubj 8:nsubj:pass|17:nsubj|19:nsubj:xsubj _ 5 who who PRON WP PronType=Rel 8 nsubj:pass 4:ref _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 been be AUX VBN Tense=Past|VerbForm=Part 8 aux:pass 8:aux:pass _ 8 housed house VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl:relcl 4:acl:relcl _ 9 in in ADP IN _ 10 case 10:case _ @@ -123585,27 +123639,27 @@ # newpar id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-p0008 # text = Sure, some will return, but I have a feeling that once many begin to get jobs and temporary housing, they may be shy about returning. 1 Sure sure INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ -3 some some DET DT _ 5 nsubj 5:nsubj _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 some some DET DT PronType=Ind 5 nsubj 5:nsubj _ 4 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 5 return return VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 6 , , PUNCT , _ 9 punct 9:punct _ 7 but but CCONJ CC _ 9 cc 9:cc _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ +9 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 feeling feeling NOUN NN Number=Sing 9 obj 9:obj _ 12 that that SCONJ IN _ 26 mark 26:mark _ 13 once once SCONJ IN _ 15 mark 15:mark _ 14 many many ADJ JJ Degree=Pos 15 nsubj 15:nsubj|17:nsubj:xsubj _ -15 begin begin VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 advcl 26:advcl:once _ +15 begin begin VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 26 advcl 26:advcl:once _ 16 to to PART TO _ 17 mark 17:mark _ 17 get get VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ 18 jobs job NOUN NNS Number=Plur 17 obj 17:obj _ 19 and and CCONJ CC _ 21 cc 21:cc _ 20 temporary temporary ADJ JJ Degree=Pos 21 amod 21:amod _ 21 housing housing NOUN NN Number=Sing 18 conj 17:obj|18:conj:and SpaceAfter=No -22 , , PUNCT , _ 26 punct 26:punct _ +22 , , PUNCT , _ 15 punct 15:punct _ 23 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 26 nsubj 26:nsubj _ 24 may may AUX MD VerbForm=Fin 26 aux 26:aux _ 25 be be AUX VB VerbForm=Inf 26 cop 26:cop _ @@ -123618,16 +123672,16 @@ # text = I'm interested in what America will look like in 5 years. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 interested interested ADJ JJ Degree=Pos 0 root 0:root _ -4 in in SCONJ IN _ 5 case 5:case _ -5 what what PRON WP PronType=Int 3 obl 3:obl:in _ +4 in in SCONJ IN _ 8 mark 8:mark _ +5 what what PRON WP PronType=Int 8 obl 8:obl:like _ 6 America America PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 7 will will AUX MD VerbForm=Fin 8 aux 8:aux _ -8 look look VERB VB VerbForm=Inf 5 acl:relcl 5:acl:relcl _ -9 like like ADP IN _ 8 obl 8:obl _ +8 look look VERB VB VerbForm=Inf 3 advcl 3:advcl:in _ +9 like like ADP IN _ 5 case 5:case _ 10 in in ADP IN _ 12 case 12:case _ -11 5 5 NUM CD NumType=Card 12 nummod 12:nummod _ +11 5 5 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 12 years year NOUN NNS Number=Plur 8 obl 8:obl:in SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ @@ -123637,14 +123691,14 @@ 2 racial racial ADJ JJ Degree=Pos 3 amod 3:amod _ 3 diversity diversity NOUN NN Number=Sing 4 nsubj 4:nsubj _ 4 find find VERB VB VerbForm=Inf 0 root 0:root _ -5 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 way way NOUN NN Number=Sing 4 obj 4:obj _ 7 to to ADP IN _ 8 case 8:case _ 8 Wyoming Wyoming PROPN NNP Number=Sing 6 nmod 6:nmod:to _ 9 as as SCONJ IN _ 13 mark 13:mark _ -10 some some DET DT _ 11 det 11:det _ +10 some some DET DT PronType=Ind 11 det 11:det _ 11 people people NOUN NNS Number=Plur 13 nsubj:pass 13:nsubj:pass _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ 13 offered offer VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 advcl 4:advcl:as _ 14 jobs job NOUN NNS Number=Plur 13 obj 13:obj _ 15 there there ADV RB PronType=Dem 13 advmod 13:advmod SpaceAfter=No @@ -123657,7 +123711,7 @@ 3 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 4 nearly nearly ADV RB _ 7 advmod 7:advmod _ 5 year year NOUN NN Number=Sing 7 obl:npmod 7:obl:npmod SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 round round ADJ JJ Degree=Pos 8 amod 8:amod _ 8 snow snow NOUN NN Number=Sing 11 nsubj 11:nsubj _ 9 be be AUX VB VerbForm=Inf 11 cop 11:cop _ @@ -123666,12 +123720,12 @@ 12 for for ADP IN _ 13 case 13:case _ 13 those that PRON DT Number=Plur|PronType=Dem 11 obl 11:obl:for|17:nsubj _ 14 who who PRON WP PronType=Rel 17 nsubj 13:ref _ -15 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +15 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 16 never never ADV RB _ 17 advmod 17:advmod _ 17 experienced experience VERB VBN Tense=Past|VerbForm=Part 13 acl:relcl 13:acl:relcl _ 18 snow snow NOUN NN Number=Sing 17 obj 17:obj _ 19 in in ADP IN _ 21 case 21:case _ -20 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 lives life NOUN NNS Number=Plur 17 obl 17:obl:in SpaceAfter=No 22 ? ? PUNCT . _ 11 punct 11:punct _ @@ -123691,7 +123745,7 @@ 12 of of ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 nation nation NOUN NN Number=Sing 11 nmod 11:nmod:of _ -15 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:like _ +15 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:like _ 16 due due ADP IN _ 19 case 19:case _ 17 to to ADP IN _ 16 fixed 16:fixed _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ @@ -123705,10 +123759,10 @@ 1 Will will AUX MD VerbForm=Fin 9 aux 9:aux _ 2 businesses business NOUN NNS Number=Plur 9 nsubj 5:nsubj|9:nsubj|12:nsubj:xsubj _ 3 that that PRON WDT PronType=Rel 5 nsubj 2:ref _ -4 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 cop 5:cop _ +4 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 5 new new ADJ JJ Degree=Pos 2 acl:relcl 2:acl:relcl _ 6 in in ADP IN _ 7 case 7:case _ -7 2005 2005 NUM CD NumType=Card 5 obl 5:obl:in _ +7 2005 2005 NUM CD NumForm=Digit|NumType=Card 5 obl 5:obl:in _ 8 have have AUX VB VerbForm=Inf 9 aux 9:aux _ 9 become become VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ @@ -123716,7 +123770,7 @@ 12 name name NOUN NN Number=Sing 9 xcomp 9:xcomp _ 13 due due ADP IN _ 16 case 16:case _ 14 to to ADP IN _ 13 fixed 13:fixed _ -15 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 efforts effort NOUN NNS Number=Plur 12 nmod 12:nmod:due_to _ 17 in in SCONJ IN _ 18 mark 18:mark _ 18 rebuilding rebuild VERB VBG VerbForm=Ger 16 acl 16:acl:in _ @@ -123747,14 +123801,14 @@ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0068 # text = These are some of the things I've been wondering... 1 These this PRON DT Number=Plur|PronType=Dem 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 some some DET DT _ 0 root 0:root _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +3 some some DET DT PronType=Ind 0 root 0:root _ 4 of of ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 things thing NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 7-8 I've _ _ _ _ _ _ _ _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -8 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +8 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 been be AUX VBN Tense=Past|VerbForm=Part 10 aux 10:aux _ 10 wondering wonder VERB VBG Tense=Pres|VerbForm=Part 6 acl:relcl 6:acl:relcl SpaceAfter=No 11 ... ... PUNCT , _ 3 punct 3:punct _ @@ -123774,13 +123828,13 @@ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0071 # text = Your reply is good and deserves something good in return. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 reply reply NOUN NN Number=Sing 4 nsubj 4:nsubj|6:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 good good ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 deserves deserve VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ -7 something something PRON NN Number=Sing 6 obj 6:obj _ +7 something something PRON NN Number=Sing|PronType=Ind 6 obj 6:obj _ 8 good good ADJ JJ Degree=Pos 7 amod 7:amod _ 9 in in ADP IN _ 10 case 10:case _ 10 return return NOUN NN Number=Sing 6 obl 6:obl:in SpaceAfter=No @@ -123794,10 +123848,10 @@ # newpar id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-p0011 # text = Okay, I'm new to this forum and really don't like Bush, so my view point is slanted and I admit that. 1 Okay okay INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 I'm _ _ _ _ _ _ _ _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|13:nsubj _ -4 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +4 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 new new ADJ JJ Degree=Pos 0 root 0:root _ 6 to to ADP IN _ 8 case 8:case _ 7 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ @@ -123805,20 +123859,20 @@ 9 and and CCONJ CC _ 13 cc 13:cc _ 10 really really ADV RB _ 13 advmod 13:advmod _ 11-12 don't _ _ _ _ _ _ _ _ -11 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +11 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 n't not PART RB _ 13 advmod 13:advmod _ 13 like like VERB VB VerbForm=Inf 5 conj 5:conj:and _ 14 Bush Bush PROPN NNP Number=Sing 13 obj 13:obj SpaceAfter=No -15 , , PUNCT , _ 5 punct 5:punct _ +15 , , PUNCT , _ 21 punct 21:punct _ 16 so so ADV RB _ 21 advmod 21:advmod _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 18 view view NOUN NN Number=Sing 19 compound 19:compound _ 19 point point NOUN NN Number=Sing 21 nsubj 21:nsubj _ 20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ -21 slanted slanted ADJ JJ Degree=Pos 5 ccomp 5:ccomp|13:ccomp _ +21 slanted slanted ADJ JJ Degree=Pos 5 parataxis 5:parataxis _ 22 and and CCONJ CC _ 24 cc 24:cc _ 23 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ -24 admit admit VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 conj 5:ccomp|21:conj:and _ +24 admit admit VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 21 conj 21:conj:and _ 25 that that PRON DT Number=Sing|PronType=Dem 24 obj 24:obj SpaceAfter=No 26 . . PUNCT . _ 5 punct 5:punct _ @@ -123826,29 +123880,29 @@ # text = I rarely listen to the news or to what politicians or lawyers say because so many tell lies that none have credibility so what's the point? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 rarely rarely ADV RB _ 3 advmod 3:advmod _ -3 listen listen VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 listen listen VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 news news NOUN NN Number=Sing 3 obl 3:obl:to _ 7 or or CCONJ CC _ 9 cc 9:cc _ -8 to to SCONJ IN _ 9 case 9:case _ -9 what what PRON WP PronType=Int 6 conj 3:obl:to|6:conj:or _ +8 to to ADP IN _ 9 case 9:case _ +9 what what PRON WP PronType=Rel 6 conj 3:obl:to|6:conj:or|13:obj _ 10 politicians politician NOUN NNS Number=Plur 13 nsubj 13:nsubj _ 11 or or CCONJ CC _ 12 cc 12:cc _ 12 lawyers lawyer NOUN NNS Number=Plur 10 conj 10:conj:or|13:nsubj _ -13 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +13 say say VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 14 because because SCONJ IN _ 17 mark 17:mark _ 15 so so ADV RB _ 16 advmod 16:advmod _ 16 many many ADJ JJ Degree=Pos 17 nsubj 17:nsubj _ -17 tell tell VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:because _ +17 tell tell VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:because _ 18 lies lie NOUN NNS Number=Plur 17 obj 17:obj _ 19 that that SCONJ IN _ 21 mark 21:mark _ 20 none none NOUN NN Number=Sing 21 nsubj 21:nsubj _ -21 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 ccomp 17:ccomp _ +21 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:that _ 22 credibility credibility NOUN NN Number=Sing 21 obj 21:obj _ 23 so so ADV RB _ 24 advmod 24:advmod _ 24-25 what's _ _ _ _ _ _ _ _ -24 what what PRON WP PronType=Int 21 conj 17:ccomp|21:conj _ +24 what what PRON WP PronType=Int 21 parataxis 17:ccomp|21:parataxis _ 25 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 point point NOUN NN Number=Sing 24 nsubj 24:nsubj SpaceAfter=No @@ -123856,30 +123910,30 @@ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0075 # text = What I know is that I have a close friend who's aunt disappeared in New Orleans. -1 What what PRON WP PronType=Int 4 nsubj 4:nsubj _ +1 What what PRON WP PronType=Rel 7 nsubj:outer 3:obj|7:nsubj:outer _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ -4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 5 that that SCONJ IN _ 7 mark 7:mark _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +7 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 close close ADJ JJ Degree=Pos 10 amod 10:amod _ -10 friend friend NOUN NN Number=Sing 7 obj 7:obj _ -11 who's who's PRON WP$ PronType=Int 12 nmod:poss 12:nmod:poss _ +10 friend friend NOUN NN Number=Sing 7 obj 7:obj|12:nmod:poss _ +11 who's whose PRON WP$ Poss=Yes|PronType=Rel|Typo=Yes 12 nmod:poss 10:ref CorrectForm=whose 12 aunt aunt NOUN NN Number=Sing 13 nsubj 13:nsubj _ -13 disappeared disappear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +13 disappeared disappear VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ 14 in in ADP IN _ 16 case 16:case _ -15 New New PROPN NNP Number=Sing 16 compound 16:compound _ +15 New New ADJ NNP Degree=Pos 16 amod 16:amod _ 16 Orleans Orleans PROPN NNP Number=Sing 13 obl 13:obl:in SpaceAfter=No -17 . . PUNCT . _ 4 punct 4:punct _ +17 . . PUNCT . _ 7 punct 7:punct _ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0076 # text = My friend didn't have computer capability, so I spent the day searching and posting online. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 friend friend NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3-4 didn't _ _ _ _ _ _ _ _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +3 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 have have VERB VB VerbForm=Inf 0 root 0:root _ 6 computer computer NOUN NN Number=Sing 7 compound 7:compound _ @@ -123887,7 +123941,7 @@ 8 , , PUNCT , _ 11 punct 11:punct _ 9 so so ADV RB _ 11 advmod 11:advmod _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 spent spend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj _ +11 spent spend VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 parataxis 5:parataxis _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 day day NOUN NN Number=Sing 11 obj 11:obj _ 14 searching search VERB VBG VerbForm=Ger 11 advcl 11:advcl _ @@ -123904,17 +123958,17 @@ 4 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No 5 California California PROPN NNP Number=Sing 3 appos 3:appos SpaceAfter=No 6 ) ) PUNCT -RRB- _ 5 punct 5:punct _ -7 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 wanted want VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 to to PART TO _ 9 mark 9:mark _ 9 fly fly VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ -10 any any DET DT _ 12 det 12:det _ +10 any any DET DT PronType=Ind 12 det 12:det _ 11 family family NOUN NN Number=Sing 12 compound 12:compound _ 12 members member NOUN NNS Number=Plur 9 obj 9:obj _ 13 from from ADP IN _ 14 case 14:case _ 14 there there ADV RB PronType=Dem 12 nmod 12:nmod:from _ 15 to to ADP IN _ 16 case 16:case _ 16 CA CA PROPN NNP Number=Sing 9 obl 9:obl:to SpaceAfter=No -17 , , PUNCT , _ 9 punct 9:punct _ +17 , , PUNCT , _ 21 punct 21:punct _ 18 so so SCONJ IN _ 21 mark 21:mark _ 19 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 21 nsubj 21:nsubj _ 20 could could AUX MD VerbForm=Fin 21 aux 21:aux _ @@ -123922,7 +123976,7 @@ 22 here here ADV RB PronType=Dem 21 advmod 21:advmod _ 23 until until SCONJ IN _ 26 mark 26:mark _ 24 things thing NOUN NNS Number=Plur 26 nsubj:pass 26:nsubj:pass _ -25 got get AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 26 aux:pass 26:aux:pass _ +25 got get AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 26 aux:pass 26:aux:pass _ 26 straightened straighten VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 advcl 21:advcl:until _ 27 out out ADP RP _ 26 compound:prt 26:compound:prt _ 28 down down ADV RB _ 29 advmod 29:advmod _ @@ -123938,12 +123992,12 @@ 5 be be AUX VB VerbForm=Inf 6 aux:pass 6:aux:pass _ 6 found find VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 because because SCONJ IN _ 11 mark 11:mark _ -8 no no DET DT _ 9 det 9:det _ -9 one one NOUN NN Number=Sing 11 nsubj 11:nsubj _ +8 no no DET DT PronType=Neg 9 det 9:det _ +9 one one PRON NN Number=Sing|PronType=Neg 11 nsubj 11:nsubj _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ 11 sure sure ADJ JJ Degree=Pos 6 advcl 6:advcl:because _ 12 of of ADP IN _ 15 case 15:case _ -13 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 14 married married ADJ JJ Degree=Pos 15 amod 15:amod _ 15 names name NOUN NNS Number=Plur 11 obl 11:obl:of SpaceAfter=No 16 . . PUNCT . _ 6 punct 6:punct _ @@ -123951,37 +124005,37 @@ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0079 # text = The hope was that anyone looking for the Aunt would see the family post and know that help was available. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 hope hope NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 hope hope NOUN NN Number=Sing 11 nsubj:outer 11:nsubj:outer|16:nsubj:outer _ +3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ 4 that that SCONJ IN _ 11 mark 11:mark _ -5 anyone anyone PRON NN Number=Sing 11 nsubj 11:nsubj|16:nsubj _ +5 anyone anyone PRON NN Number=Sing|PronType=Ind 11 nsubj 11:nsubj|16:nsubj _ 6 looking look VERB VBG VerbForm=Ger 5 acl 5:acl _ 7 for for ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 Aunt aunt NOUN NN Number=Sing 6 obl 6:obl:for _ 10 would would AUX MD VerbForm=Fin 11 aux 11:aux _ -11 see see VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +11 see see VERB VB VerbForm=Inf 0 root 0:root _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 family family NOUN NN Number=Sing 14 compound 14:compound _ 14 post post NOUN NN Number=Sing 11 obj 11:obj _ 15 and and CCONJ CC _ 16 cc 16:cc _ -16 know know VERB VB VerbForm=Inf 11 conj 3:ccomp|11:conj:and _ +16 know know VERB VB VerbForm=Inf 11 conj 0:root|11:conj:and _ 17 that that SCONJ IN _ 20 mark 20:mark _ 18 help help NOUN NN Number=Sing 20 nsubj 20:nsubj _ 19 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 cop 20:cop _ 20 available available ADJ JJ Degree=Pos 16 ccomp 16:ccomp SpaceAfter=No -21 . . PUNCT . _ 3 punct 3:punct _ +21 . . PUNCT . _ 11 punct 11:punct _ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0080 # text = It is Oct. 6, and not one family member has been located. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 Oct. Oct. PROPN NNP Number=Sing 0 root 0:root _ -4 6 6 NUM CD NumType=Card 3 nummod 3:nummod SpaceAfter=No +3 Oct. October PROPN NNP Abbr=Yes|Number=Sing 0 root 0:root _ +4 6 6 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No 5 , , PUNCT , _ 13 punct 13:punct _ 6 and and CCONJ CC _ 13 cc 13:cc _ -7 not not ADV RB _ 8 advmod 8:advmod _ -8 one one NUM CD NumType=Card 10 nummod 10:nummod _ +7 not not PART RB _ 8 advmod 8:advmod _ +8 one one NUM CD NumForm=Word|NumType=Card 10 nummod 10:nummod _ 9 family family NOUN NN Number=Sing 10 compound 10:compound _ 10 member member NOUN NN Number=Sing 13 nsubj:pass 13:nsubj:pass _ 11 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ @@ -123991,52 +124045,52 @@ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0081 # text = What I saw was dozens of school buses submerged that could have been used to evacuate people who had no transportation. -1 What what PRON WP PronType=Int 5 nsubj 5:nsubj _ +1 What what PRON WP PronType=Rel 5 nsubj 3:obj|5:nsubj _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +3 saw see VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 5 dozens dozen NOUN NNS Number=Plur 0 root 0:root _ 6 of of ADP IN _ 8 case 8:case _ 7 school school NOUN NN Number=Sing 8 compound 8:compound _ -8 buses bus NOUN NNS Number=Plur 5 nmod 5:nmod:of|14:nsubj:pass|16:nsubj:xsubj _ -9 submerged submerge VERB VBN Tense=Past|VerbForm=Part 8 acl 8:acl _ +8 buses bus NOUN NNS Number=Plur 5 nmod 5:nmod:of|14:nsubj:pass _ +9 submerged submerge VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl 8:acl _ 10 that that PRON WDT PronType=Rel 14 nsubj:pass 8:ref _ 11 could could AUX MD VerbForm=Fin 14 aux 14:aux _ 12 have have AUX VB VerbForm=Inf 14 aux 14:aux _ 13 been be AUX VBN Tense=Past|VerbForm=Part 14 aux:pass 14:aux:pass _ 14 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl:relcl 8:acl:relcl _ 15 to to PART TO _ 16 mark 16:mark _ -16 evacuate evacuate VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ +16 evacuate evacuate VERB VB VerbForm=Inf 14 advcl 14:advcl:to _ 17 people people NOUN NNS Number=Plur 16 obj 16:obj|19:nsubj _ 18 who who PRON WP PronType=Rel 19 nsubj 17:ref _ -19 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ -20 no no DET DT _ 21 det 21:det _ +19 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ +20 no no DET DT PronType=Neg 21 det 21:det _ 21 transportation transportation NOUN NN Number=Sing 19 obj 19:obj SpaceAfter=No 22 . . PUNCT . _ 5 punct 5:punct _ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0082 # text = What I heard was the Mayor of New Orleans, saying that he didn't order the buses or anything else to be used because he was waiting on someone else to tell him what to do. -1 What what PRON WP PronType=Int 4 nsubj 4:nsubj _ +1 What what PRON WP PronType=Rel 11 nsubj:outer 3:obj|11:nsubj:outer _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 heard hear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ -4 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 heard hear VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 Mayor Mayor PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 7 of of ADP IN _ 9 case 9:case _ -8 New New PROPN NNP Number=Sing 9 compound 9:compound _ +8 New New ADJ NNP Degree=Pos 9 amod 9:amod _ 9 Orleans Orleans PROPN NNP Number=Sing 6 nmod 6:nmod:of SpaceAfter=No -10 , , PUNCT , _ 11 punct 11:punct _ -11 saying say VERB VBG VerbForm=Ger 4 ccomp 4:ccomp _ +10 , , PUNCT , _ 6 punct 6:punct _ +11 saying say VERB VBG VerbForm=Ger 0 root 0:root _ 12 that that SCONJ IN _ 16 mark 16:mark _ 13 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 14-15 didn't _ _ _ _ _ _ _ _ -14 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 aux 16:aux _ +14 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 aux 16:aux _ 15 n't not PART RB _ 16 advmod 16:advmod _ 16 order order VERB VB VerbForm=Inf 11 ccomp 11:ccomp _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 buses bus NOUN NNS Number=Plur 16 obj 16:obj|24:nsubj:xsubj _ 19 or or CCONJ CC _ 20 cc 20:cc _ -20 anything anything PRON NN Number=Sing 18 conj 16:obj|18:conj:or|24:nsubj:xsubj _ +20 anything anything PRON NN Number=Sing|PronType=Ind 18 conj 16:obj|18:conj:or|24:nsubj:xsubj _ 21 else else ADJ JJ Degree=Pos 20 amod 20:amod _ 22 to to PART TO _ 24 mark 24:mark _ 23 be be AUX VB VerbForm=Inf 24 aux:pass 24:aux:pass _ @@ -124046,19 +124100,19 @@ 27 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 28 aux 28:aux _ 28 waiting wait VERB VBG Tense=Pres|VerbForm=Part 16 advcl 16:advcl:because _ 29 on on ADP IN _ 30 case 30:case _ -30 someone someone PRON NN Number=Sing 28 obl 28:obl:on _ +30 someone someone PRON NN Number=Sing|PronType=Ind 28 obl 28:obl:on _ 31 else else ADJ JJ Degree=Pos 30 amod 30:amod _ 32 to to PART TO _ 33 mark 33:mark _ 33 tell tell VERB VB VerbForm=Inf 28 advcl 28:advcl:to _ -34 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 33 obj 33:obj _ -35 what what PRON WP PronType=Int 33 obj 33:obj _ +34 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 33 iobj 33:iobj _ +35 what what PRON WP PronType=Int 37 obj 37:obj _ 36 to to PART TO _ 37 mark 37:mark _ -37 do do VERB VB VerbForm=Inf 35 acl:relcl 35:acl:relcl SpaceAfter=No -38 . . PUNCT . _ 4 punct 4:punct _ +37 do do VERB VB VerbForm=Inf 33 ccomp 33:ccomp SpaceAfter=No +38 . . PUNCT . _ 11 punct 11:punct _ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0083 # text = When common sense takes a back seat to politics and legal mumbo jumbo what have we become? -1 When when SCONJ WRB PronType=Int 4 mark 4:mark _ +1 When when ADV WRB PronType=Int 4 advmod 4:advmod _ 2 common common ADJ JJ Degree=Pos 3 amod 3:amod _ 3 sense sense NOUN NN Number=Sing 4 nsubj 4:nsubj _ 4 takes take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:when _ @@ -124071,18 +124125,18 @@ 11 legal legal ADJ JJ Degree=Pos 13 amod 13:amod _ 12 mumbo mumbo NOUN NN Number=Sing 13 compound 13:compound _ 13 jumbo jumbo NOUN NN Number=Sing 9 conj 7:nmod:to|9:conj:and _ -14 what what PRON WP PronType=Int 17 obj 17:obj _ -15 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ -16 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 17 nsubj 17:nsubj _ +14 what what PRON WP PronType=Int 17 xcomp 17:xcomp _ +15 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +16 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 17 nsubj 14:nsubj:xsubj|17:nsubj _ 17 become become VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No 18 ? ? PUNCT . _ 17 punct 17:punct _ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0084 # text = Recently, Bush addressed the nation. 1 Recently recently ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 Bush Bush PROPN NNP Number=Sing 4 nsubj 4:nsubj _ -4 addressed address VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 addressed address VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 nation nation NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 7 . . PUNCT . _ 4 punct 4:punct _ @@ -124090,22 +124144,22 @@ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0085 # text = About 30 seconds into his address, he started flogging the terrorist issue just one more time. 1 About about ADV RB _ 2 advmod 2:advmod _ -2 30 30 NUM CD NumType=Card 3 nummod 3:nummod _ -3 seconds seconds NOUN NNS Number=Plur 9 obl:tmod 9:obl:tmod _ +2 30 30 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 seconds second NOUN NNS Number=Plur 9 obl:tmod 9:obl:tmod _ 4 into into ADP IN _ 6 case 6:case _ -5 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 address address NOUN NN Number=Sing 3 nmod 3:nmod:into SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj|10:nsubj:xsubj _ -9 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 started start VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 flogging flog VERB VBG VerbForm=Ger 9 xcomp 9:xcomp _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 terrorist terrorist NOUN NN Number=Sing 13 compound 13:compound _ 13 issue issue NOUN NN Number=Sing 10 obj 10:obj _ 14 just just ADV RB _ 17 advmod 17:advmod _ -15 one one NUM CD NumType=Card 17 nummod 17:nummod _ +15 one one NUM CD NumForm=Word|NumType=Card 17 nummod 17:nummod _ 16 more more ADJ JJR Degree=Cmp 17 amod 17:amod _ -17 time time NOUN NN Number=Sing 10 obl:npmod 10:obl:npmod SpaceAfter=No +17 time time NOUN NN Number=Sing 10 obl:tmod 10:obl:tmod SpaceAfter=No 18 . . PUNCT . _ 9 punct 9:punct _ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0086 @@ -124113,25 +124167,25 @@ 1 Ironically ironically ADV RB _ 4 advmod 4:advmod _ 2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ 3 almost almost ADV RB _ 4 advmod 4:advmod _ -4 burst burst VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 burst burst VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 out out ADP RP _ 4 compound:prt 4:compound:prt _ 6 laughing laugh VERB VBG VerbForm=Ger 4 xcomp 4:xcomp _ 7 and and CCONJ CC _ 10 cc 10:cc _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 9 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ -10 all all DET DT _ 4 conj 4:conj:and _ +10 all all DET DT PronType=Tot 4 conj 4:conj:and _ 11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 12 could could AUX MD VerbForm=Fin 13 aux 13:aux _ 13 do do VERB VB VerbForm=Inf 10 acl:relcl 10:acl:relcl _ 14 to to PART TO _ 15 mark 15:mark _ 15 keep keep VERB VB VerbForm=Inf 10 advcl 10:advcl:to _ -16 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 mirth mirth NOUN NN Number=Sing 15 obj 15:obj _ 18 down down ADV RB _ 15 advmod 15:advmod _ 19 to to ADP IN _ 23 case 23:case _ 20 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 21 barely barely ADV RB _ 22 advmod 22:advmod _ -22 controlled control VERB VBN Tense=Past|VerbForm=Part 23 amod 23:amod _ +22 controlled control VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 amod 23:amod _ 23 smirk smirk NOUN NN Number=Sing 18 obl 18:obl:to SpaceAfter=No 24 . . PUNCT . _ 4 punct 4:punct _ @@ -124157,10 +124211,10 @@ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0088 # text = I guess if you have a schtick that is a resounding success once, you can't help but trot it out every time your act is going sour. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 guess guess VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 guess guess VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 if if SCONJ IN _ 5 mark 5:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:if _ +5 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:if _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 schtick schtick NOUN NN Number=Sing 5 obj 5:obj|12:nsubj _ 8 that that PRON WDT PronType=Rel 12 nsubj 7:ref _ @@ -124168,8 +124222,8 @@ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 11 resounding resounding ADJ JJ Degree=Pos 12 amod 12:amod _ 12 success success NOUN NN Number=Sing 7 acl:relcl 7:acl:relcl _ -13 once once ADV RB NumType=Mult 12 advmod 12:advmod SpaceAfter=No -14 , , PUNCT , _ 18 punct 18:punct _ +13 once once ADV RB NumForm=Word|NumType=Mult 12 advmod 12:advmod SpaceAfter=No +14 , , PUNCT , _ 5 punct 5:punct _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj|20:nsubj _ 16-17 can't _ _ _ _ _ _ _ _ 16 ca can AUX MD VerbForm=Fin 18 aux 18:aux _ @@ -124179,9 +124233,9 @@ 20 trot trot VERB VB VerbForm=Inf 18 conj 2:ccomp|18:conj:but _ 21 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 obj 20:obj _ 22 out out ADP RP _ 20 compound:prt 20:compound:prt _ -23 every every DET DT _ 24 det 24:det _ +23 every every DET DT PronType=Tot 24 det 24:det _ 24 time time NOUN NN Number=Sing 20 obl:tmod 20:obl:tmod _ -25 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 act act NOUN NN Number=Sing 28 nsubj 28:nsubj|29:nsubj:xsubj _ 27 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ 28 going go VERB VBG Tense=Pres|VerbForm=Part 24 acl:relcl 24:acl:relcl _ @@ -124191,8 +124245,8 @@ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0089 # text = Meanwhile, every pocket that can be lined is golden and the poor are shunted off radar yet again. 1 Meanwhile meanwhile ADV RB _ 10 advmod 10:advmod SpaceAfter=No -2 , , PUNCT , _ 10 punct 10:punct _ -3 every every DET DT _ 4 det 4:det _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 every every DET DT PronType=Tot 4 det 4:det _ 4 pocket pocket NOUN NN Number=Sing 10 nsubj 8:nsubj:pass|10:nsubj _ 5 that that PRON WDT PronType=Rel 8 nsubj:pass 4:ref _ 6 can can AUX MD VerbForm=Fin 8 aux 8:aux _ @@ -124203,7 +124257,7 @@ 11 and and CCONJ CC _ 15 cc 15:cc _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 poor poor ADJ JJ Degree=Pos 15 nsubj:pass 15:nsubj:pass _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux:pass 15:aux:pass _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 aux:pass 15:aux:pass _ 15 shunted shunt VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 conj 10:conj:and _ 16 off off ADP IN _ 17 case 17:case _ 17 radar radar NOUN NN Number=Sing 15 obl 15:obl:off _ @@ -124214,15 +124268,15 @@ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0090 # text = The gall of it all is that Bush is stumping for more money to build more refineries, when what he should do is pour money into making the US independent of OPEC or crude oil all together. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 gall gall NOUN NN Number=Sing 6 nsubj 6:nsubj _ +2 gall gall NOUN NN Number=Sing 10 nsubj:outer 10:nsubj:outer _ 3 of of ADP IN _ 4 case 4:case _ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nmod 2:nmod:of _ -5 all all DET DT _ 4 det 4:det _ -6 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 all all DET DT PronType=Tot 4 det 4:det _ +6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 7 that that SCONJ IN _ 10 mark 10:mark _ 8 Bush Bush PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ -10 stumping stump VERB VBG Tense=Pres|VerbForm=Part 6 ccomp 6:ccomp _ +10 stumping stump VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 11 for for ADP IN _ 13 case 13:case _ 12 more more ADJ JJR Degree=Cmp 13 amod 13:amod _ 13 money money NOUN NN Number=Sing 10 obl 10:obl:for _ @@ -124230,14 +124284,14 @@ 15 build build VERB VB VerbForm=Inf 10 advcl 10:advcl:to _ 16 more more ADJ JJR Degree=Cmp 17 amod 17:amod _ 17 refineries refinery NOUN NNS Number=Plur 15 obj 15:obj SpaceAfter=No -18 , , PUNCT , _ 10 punct 10:punct _ -19 when when SCONJ WRB PronType=Int 24 mark 24:mark _ -20 what what PRON WP PronType=Int 24 nsubj 24:nsubj _ +18 , , PUNCT , _ 25 punct 25:punct _ +19 when when ADV WRB PronType=Int 25 advmod 25:advmod _ +20 what what PRON WP PronType=Rel 25 nsubj:outer 23:obj|25:nsubj:outer _ 21 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 23 nsubj 23:nsubj _ 22 should should AUX MD VerbForm=Fin 23 aux 23:aux _ 23 do do VERB VB VerbForm=Inf 20 acl:relcl 20:acl:relcl _ -24 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:when _ -25 pour pour VERB VB VerbForm=Inf 24 ccomp 24:ccomp _ +24 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ +25 pour pour VERB VB VerbForm=Inf 10 advcl 10:advcl:when _ 26 money money NOUN NN Number=Sing 25 obj 25:obj _ 27 into into SCONJ IN _ 28 mark 28:mark _ 28 making make VERB VBG VerbForm=Ger 25 advcl 25:advcl:into _ @@ -124249,20 +124303,20 @@ 34 or or CCONJ CC _ 36 cc 36:cc _ 35 crude crude ADJ JJ Degree=Pos 36 amod 36:amod _ 36 oil oil NOUN NN Number=Sing 33 conj 31:obl:of|33:conj:or _ -37 all all X GW _ 31 advmod 31:advmod _ -38 together together ADV RB _ 37 goeswith 37:goeswith SpaceAfter=No -39 . . PUNCT . _ 6 punct 6:punct _ +37 all altogether ADV GW Typo=Yes 31 advmod 31:advmod CorrectForm=altogether +38 together _ X RB _ 37 goeswith 37:goeswith SpaceAfter=No +39 . . PUNCT . _ 10 punct 10:punct _ # sent_id = newsgroup-groups.google.com_INTPunderground_b2c62e87877e4a22_ENG_20050906_165900-0091 # text = We have the technology; if you are going to spend billions of dollars touting "FREEDOM" why not spend those billions making all of us free? 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 technology technology NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -5 ; ; PUNCT , _ 2 punct 2:punct _ +5 ; ; PUNCT , _ 21 punct 21:punct _ 6 if if SCONJ IN _ 9 mark 9:mark _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +8 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 9 going go VERB VBG Tense=Pres|VerbForm=Part 21 advcl 21:advcl:if _ 10 to to PART TO _ 11 mark 11:mark _ 11 spend spend VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ @@ -124279,7 +124333,7 @@ 22 those that DET DT Number=Plur|PronType=Dem 23 det 23:det _ 23 billions billion NOUN NNS Number=Plur 21 obj 21:obj _ 24 making make VERB VBG VerbForm=Ger 21 advcl 21:advcl _ -25 all all DET DT _ 24 obj 24:obj|28:nsubj:xsubj _ +25 all all DET DT PronType=Tot 24 obj 24:obj|28:nsubj:xsubj _ 26 of of ADP IN _ 27 case 27:case _ 27 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 25 nmod 25:nmod:of _ 28 free free ADJ JJ Degree=Pos 24 xcomp 24:xcomp SpaceAfter=No @@ -124312,7 +124366,7 @@ 23 term term NOUN NN Number=Sing 24 compound 24:compound _ 24 good good NOUN NN Number=Sing 17 obl 17:obl:for _ 25 ( ( PUNCT -LRB- _ 26 punct 26:punct SpaceAfter=No -26 theirs theirs PRON PRP _ 24 nmod:poss 24:nmod:poss SpaceAfter=No +26 theirs their PRON PRP Number=Plur|Person=3|Poss=Yes|PronType=Prs 24 parataxis 24:parataxis SpaceAfter=No 27 ) ) PUNCT -RRB- _ 26 punct 26:punct SpaceAfter=No 28 . . PUNCT . _ 1 punct 1:punct _ @@ -124320,17 +124374,17 @@ # text = I'm sorry he makes me want to puke so I shut him off. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 sorry sorry ADJ JJ Degree=Pos 0 root 0:root _ 4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 5 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ -6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ -7 want want VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ +6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 obj 5:obj|7:nsubj:xsubj|9:nsubj:xsubj _ +7 want want VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 to to PART TO _ 9 mark 9:mark _ 9 puke puke VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 so so ADV RB _ 12 advmod 12:advmod _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 shut shut VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 3:ccomp|5:conj _ +12 shut shut VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 parataxis 3:ccomp|5:parataxis _ 13 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 obj 12:obj _ 14 off off ADP RP _ 12 compound:prt 12:compound:prt SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ @@ -124341,9 +124395,9 @@ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 meanwhile meanwhile NOUN NN Number=Sing 5 obl 5:obl:in _ 4 there there PRON EX _ 5 expl 5:expl _ -5 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 still still ADV RB _ 5 advmod 5:advmod _ -7 broken break VERB VBN Tense=Past|VerbForm=Part 8 amod 8:amod _ +7 broken break VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 amod 8:amod _ 8 families family NOUN NNS Number=Plur 5 nsubj 5:nsubj|13:nsubj _ 9 that that PRON WDT PronType=Rel 13 nsubj 8:ref _ 10 should should AUX MD VerbForm=Fin 13 aux 13:aux _ @@ -124365,7 +124419,7 @@ 1 For for ADP IN _ 2 case 2:case _ 2 those that PRON DT Number=Plur|PronType=Dem 0 root 0:root|4:nsubj _ 3 who who PRON WP PronType=Rel 4 nsubj 2:ref _ -4 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl SpaceAfter=No +4 believe believe VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl SpaceAfter=No 5 .................... .................... PUNCT , _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0002 @@ -124373,38 +124427,38 @@ # text = Aries in 2005 - Flexibility 1 Aries Aries PROPN NNP Number=Sing 0 root 0:root _ 2 in in ADP IN _ 3 case 3:case _ -3 2005 2005 NUM CD NumType=Card 1 nmod 1:nmod:in _ -4 - - PUNCT : _ 1 punct 1:punct _ +3 2005 2005 NUM CD NumForm=Digit|NumType=Card 1 nmod 1:nmod:in _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Flexibility flexibility NOUN NN Number=Sing 1 parataxis 1:parataxis _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0003 # text = If you want a motto for 2005, the best one to adopt would be "go with the flow." 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:if _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:if _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 motto motto NOUN NN Number=Sing 3 obj 3:obj _ 6 for for ADP IN _ 7 case 7:case _ -7 2005 2005 NUM CD NumType=Card 5 nmod 5:nmod:for SpaceAfter=No -8 , , PUNCT , _ 15 punct 15:punct _ +7 2005 2005 NUM CD NumForm=Digit|NumType=Card 5 nmod 5:nmod:for SpaceAfter=No +8 , , PUNCT , _ 3 punct 3:punct _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 best best ADJ JJS Degree=Sup 11 amod 11:amod _ -11 one one NUM CD NumType=Card 15 nsubj 15:nsubj _ +10 best good ADJ JJS Degree=Sup 11 amod 11:amod _ +11 one one NOUN NN Number=Sing 17 nsubj:outer 17:nsubj:outer _ 12 to to PART TO _ 13 mark 13:mark _ 13 adopt adopt VERB VB VerbForm=Inf 11 advcl 11:advcl:to _ -14 would would AUX MD VerbForm=Fin 15 aux 15:aux _ -15 be be VERB VB VerbForm=Inf 0 root 0:root _ -16 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No -17 go go VERB VB VerbForm=Inf 15 ccomp 15:ccomp _ +14 would would AUX MD VerbForm=Fin 17 aux 17:aux _ +15 be be AUX VB VerbForm=Inf 17 cop 17:cop _ +16 " " PUNCT `` _ 17 punct 17:punct SpaceAfter=No +17 go go VERB VB VerbForm=Inf 0 root 0:root _ 18 with with ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 flow flow NOUN NN Number=Sing 17 obl 17:obl:with SpaceAfter=No -21 . . PUNCT . _ 15 punct 15:punct SpaceAfter=No -22 " " PUNCT '' _ 15 punct 15:punct _ +21 . . PUNCT . _ 17 punct 17:punct SpaceAfter=No +22 " " PUNCT '' _ 17 punct 17:punct _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0004 # text = 2005 will be a year of ups and downs, and only the flexible will be able to keep from going crazy! -1 2005 2005 NUM CD NumType=Card 5 nsubj 5:nsubj _ +1 2005 2005 NUM CD NumForm=Digit|NumType=Card 5 nsubj 5:nsubj _ 2 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 3 be be AUX VB VerbForm=Inf 5 cop 5:cop _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ @@ -124412,7 +124466,7 @@ 6 of of ADP IN _ 7 case 7:case _ 7 ups up NOUN NNS Number=Plur 5 nmod 5:nmod:of _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 downs downs NOUN NNS Number=Plur 7 conj 5:nmod:of|7:conj:and SpaceAfter=No +9 downs down NOUN NNS Number=Plur 7 conj 5:nmod:of|7:conj:and SpaceAfter=No 10 , , PUNCT , _ 17 punct 17:punct _ 11 and and CCONJ CC _ 17 cc 17:cc _ 12 only only ADV RB _ 14 advmod 14:advmod _ @@ -124430,18 +124484,18 @@ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0005 # text = All Aries natives may have to tighten their belts and curb their desire for constant expansion. -1 All all DET DT _ 3 det 3:det _ +1 All all DET DT PronType=Tot 3 det 3:det _ 2 Aries Aries PROPN NNP Number=Sing 3 compound 3:compound _ 3 natives native NOUN NNS Number=Plur 5 nsubj 5:nsubj|7:nsubj:xsubj|11:nsubj:xsubj _ 4 may may AUX MD VerbForm=Fin 5 aux 5:aux _ 5 have have VERB VB VerbForm=Inf 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 tighten tighten VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ -8 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 belts belt NOUN NNS Number=Plur 7 obj 7:obj _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 curb curb VERB VB VerbForm=Inf 7 conj 5:xcomp|7:conj:and _ -12 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 desire desire NOUN NN Number=Sing 11 obj 11:obj _ 14 for for ADP IN _ 16 case 16:case _ 15 constant constant ADJ JJ Degree=Pos 16 amod 16:amod _ @@ -124459,19 +124513,19 @@ 7 cool cool ADV RB _ 5 advmod 5:advmod _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 curb curb VERB VB VerbForm=Inf 5 conj 3:xcomp|5:conj:and _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 spending spending NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0007 # text = You'll be among the first to seize upon new societal trends to create new opportunities for yourself, as your creativity will be at an all-time high. 1-2 You'll _ _ _ _ _ _ _ _ -1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -2 'll will AUX MD VerbForm=Fin 3 aux 3:aux _ -3 be be VERB VB VerbForm=Inf 0 root 0:root _ +1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ +2 'll will AUX MD VerbForm=Fin 6 aux 6:aux _ +3 be be AUX VB VerbForm=Inf 6 cop 6:cop _ 4 among among ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 first first ADJ JJ Degree=Pos|NumType=Ord 3 obl 3:obl:among _ +6 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 seize seize VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ 9 upon upon ADP IN _ 12 case 12:case _ @@ -124484,26 +124538,26 @@ 16 opportunities opportunity NOUN NNS Number=Plur 14 obj 14:obj _ 17 for for ADP IN _ 18 case 18:case _ 18 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 16 nmod 16:nmod:for SpaceAfter=No -19 , , PUNCT , _ 3 punct 3:punct _ +19 , , PUNCT , _ 30 punct 30:punct _ 20 as as SCONJ IN _ 30 mark 30:mark _ -21 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 creativity creativity NOUN NN Number=Sing 30 nsubj 30:nsubj _ 23 will will AUX MD VerbForm=Fin 30 aux 30:aux _ 24 be be AUX VB VerbForm=Inf 30 cop 30:cop _ 25 at at ADP IN _ 30 case 30:case _ 26 an a DET DT Definite=Ind|PronType=Art 30 det 30:det _ -27 all all DET DT _ 29 det 29:det SpaceAfter=No -28 - - PUNCT HYPH _ 29 punct 29:punct SpaceAfter=No +27 all all DET DT PronType=Tot 29 det 29:det SpaceAfter=No +28 - - PUNCT HYPH _ 27 punct 27:punct SpaceAfter=No 29 time time NOUN NN Number=Sing 30 compound 30:compound _ -30 high high NOUN NN Number=Sing 3 advcl 3:advcl:at SpaceAfter=No -31 . . PUNCT . _ 3 punct 3:punct _ +30 high high NOUN NN Number=Sing 6 advcl 6:advcl:as SpaceAfter=No +31 . . PUNCT . _ 6 punct 6:punct _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0008 # text = You will be more eloquent and persuasive than usual, and others will identify enthusiastically with your vision. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj|7:nsubj _ 2 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 3 be be AUX VB VerbForm=Inf 5 cop 5:cop _ -4 more more ADV RBR _ 5 advmod 5:advmod _ +4 more more ADV RBR Degree=Cmp 5 advmod 5:advmod _ 5 eloquent eloquent ADJ JJ Degree=Pos 0 root 0:root _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 persuasive persuasive ADJ JJ Degree=Pos 5 conj 5:conj:and _ @@ -124516,7 +124570,7 @@ 14 identify identify VERB VB VerbForm=Inf 5 conj 5:conj:and _ 15 enthusiastically enthusiastically ADV RB _ 14 advmod 14:advmod _ 16 with with ADP IN _ 18 case 18:case _ -17 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 vision vision NOUN NN Number=Sing 14 obl 14:obl:with SpaceAfter=No 19 . . PUNCT . _ 5 punct 5:punct _ @@ -124524,7 +124578,7 @@ # text = If you want to start a new creative project or business venture, your imagination will be working overtime. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:if _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:if _ 4 to to PART TO _ 5 mark 5:mark _ 5 start start VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ @@ -124534,8 +124588,8 @@ 10 or or CCONJ CC _ 12 cc 12:cc _ 11 business business NOUN NN Number=Sing 12 compound 12:compound _ 12 venture venture NOUN NN Number=Sing 9 conj 5:obj|9:conj:or SpaceAfter=No -13 , , PUNCT , _ 18 punct 18:punct _ -14 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 , , PUNCT , _ 3 punct 3:punct _ +14 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 imagination imagination NOUN NN Number=Sing 18 nsubj 18:nsubj _ 16 will will AUX MD VerbForm=Fin 18 aux 18:aux _ 17 be be AUX VB VerbForm=Inf 18 aux 18:aux _ @@ -124545,28 +124599,28 @@ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0010 # text = 2005 could find you doing well career-wise - and aspiring to climb even higher. -1 2005 2005 NUM CD NumType=Card 3 nsubj 3:nsubj _ +1 2005 2005 NUM CD NumForm=Digit|NumType=Card 3 nsubj 3:nsubj _ 2 could could AUX MD VerbForm=Fin 3 aux 3:aux _ 3 find find VERB VB VerbForm=Inf 0 root 0:root _ -4 you you PRON PRP Case=Acc|Person=2|PronType=Prs 3 obj 3:obj _ -5 doing do VERB VBG VerbForm=Ger 4 advcl 4:advcl _ +4 you you PRON PRP Case=Acc|Person=2|PronType=Prs 3 obj 3:obj|5:nsubj:xsubj _ +5 doing do VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ 6 well well ADV RB Degree=Pos 5 advmod 5:advmod _ 7 career-wise career-wise ADV RB _ 5 advmod 5:advmod _ -8 - - PUNCT , _ 5 punct 5:punct _ +8 - - PUNCT , _ 10 punct 10:punct _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 aspiring aspire VERB VBG VerbForm=Ger 5 conj 4:advcl|5:conj:and _ 11 to to PART TO _ 12 mark 12:mark _ 12 climb climb VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 13 even even ADV RB _ 14 advmod 14:advmod _ -14 higher higher ADV RBR Degree=Cmp 12 advmod 12:advmod SpaceAfter=No +14 higher high ADV RBR Degree=Cmp 12 advmod 12:advmod SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0011 # text = Taurus in 2005 - Tenacity 1 Taurus Taurus PROPN NNP Number=Sing 0 root 0:root _ 2 in in ADP IN _ 3 case 3:case _ -3 2005 2005 NUM CD NumType=Card 1 nmod 1:nmod:in _ -4 - - PUNCT : _ 1 punct 1:punct _ +3 2005 2005 NUM CD NumForm=Digit|NumType=Card 1 nmod 1:nmod:in _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Tenacity tenacity NOUN NN Number=Sing 1 parataxis 1:parataxis _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0012 @@ -124580,7 +124634,7 @@ 7 word word NOUN NN Number=Sing 0 root 0:root _ 8 for for ADP IN _ 9 case 9:case _ 9 you you PRON PRP Case=Acc|Person=2|PronType=Prs 7 nmod 7:nmod:for SpaceAfter=No -10 , , PUNCT , _ 7 punct 7:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 Taurus Taurus PROPN NNP Number=Sing 7 vocative 7:vocative SpaceAfter=No 12 . . PUNCT . _ 7 punct 7:punct _ @@ -124591,20 +124645,20 @@ 3 work work NOUN NN Number=Sing 9 obl 9:obl:with _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 focus focus NOUN NN Number=Sing 3 conj 3:conj:and|9:obl:with SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ 8 will will AUX MD VerbForm=Fin 9 aux 9:aux _ 9 attain attain VERB VB VerbForm=Inf 0 root 0:root _ -10 at at ADV RB _ 11 case 11:case _ -11 least least ADV RBS Degree=Sup 12 nmod 12:nmod:at _ -12 one one NUM CD NumType=Card 14 nummod 14:nummod _ +10 at at ADP IN _ 11 case 11:case _ +11 least least ADJ JJS Degree=Sup 12 nmod 12:nmod:at _ +12 one one NUM CD NumForm=Word|NumType=Card 14 nummod 14:nummod _ 13 important important ADJ JJ Degree=Pos 14 amod 14:amod _ 14 aspiration aspiration NOUN NN Number=Sing 9 obj 9:obj|20:nsubj _ 15 that that PRON WDT PronType=Rel 20 nsubj 14:ref _ 16 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 17 been be AUX VBN Tense=Past|VerbForm=Part 20 cop 20:cop _ 18 on on ADP IN _ 20 case 20:case _ -19 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 agenda agenda NOUN NN Number=Sing 14 acl:relcl 14:acl:relcl _ 21 for for ADP IN _ 24 case 24:case _ 22 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ @@ -124626,27 +124680,27 @@ 9 take take VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 stock stock NOUN NN Number=Sing 9 obj 9:obj _ 11 of of ADP IN _ 13 case 13:case _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 career career NOUN NN Number=Sing 9 obl 9:obl:of _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 ask ask VERB VB VerbForm=Inf 9 conj 7:xcomp|9:conj:and _ -16 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 15 obj 15:obj _ +16 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 15 iobj 15:iobj _ 17 if if SCONJ IN _ 20 mark 20:mark _ 18-19 you're _ _ _ _ _ _ _ _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj _ -19 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +19 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 20 doing do VERB VBG Tense=Pres|VerbForm=Part 15 advcl 15:advcl:if _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 work work NOUN NN Number=Sing 20 obj 20:obj _ 23 you you PRON PRP Case=Nom|Person=2|PronType=Prs 24 nsubj 24:nsubj|26:nsubj:xsubj _ -24 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 acl:relcl 22:acl:relcl _ +24 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 22 acl:relcl 22:acl:relcl _ 25 to to PART TO _ 26 mark 26:mark _ 26 do do VERB VB VerbForm=Inf 24 xcomp 24:xcomp _ 27 for for ADP IN _ 29 case 29:case _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 29 rest rest NOUN NN Number=Sing 26 obl 26:obl:for _ 30 of of ADP IN _ 32 case 32:case _ -31 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ +31 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ 32 life life NOUN NN Number=Sing 29 nmod 29:nmod:of SpaceAfter=No 33 . . PUNCT . _ 4 punct 4:punct _ @@ -124656,29 +124710,29 @@ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 year year NOUN NN Number=Sing 4 nsubj 4:nsubj _ 4 progresses progress VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:as SpaceAfter=No -5 , , PUNCT , _ 13 punct 13:punct _ -6 the the DET DT Definite=Def|PronType=Art 13 mark 13:mark _ -7 more more ADV RBR _ 13 advmod 13:advmod _ +5 , , PUNCT , _ 4 punct 4:punct _ +6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ +7 more more ADV RBR Degree=Cmp 13 advmod 13:advmod _ 8 impressive impressive ADJ JJ Degree=Pos 13 xcomp 13:xcomp _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 ideas idea NOUN NNS Number=Plur 13 nsubj 8:nsubj:xsubj|13:nsubj _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 works work NOUN NNS Number=Plur 10 conj 8:nsubj:xsubj|10:conj:and|13:nsubj _ -13 become become VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -14 . . PUNCT . _ 8 punct 8:punct _ +13 become become VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +14 . . PUNCT . _ 13 punct 13:punct _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0016 # text = As a result, your finances improve - and your newfound confidence could attract new love into your life. 1 As as ADP IN _ 3 case 3:case _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 result result NOUN NN Number=Sing 7 obl 7:obl:as SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 , , PUNCT , _ 3 punct 3:punct _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 finances finances NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -7 improve improve VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -8 - - PUNCT , _ 7 punct 7:punct _ +7 improve improve VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 - - PUNCT , _ 14 punct 14:punct _ 9 and and CCONJ CC _ 14 cc 14:cc _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 newfound newfound ADJ JJ Degree=Pos 12 amod 12:amod _ 12 confidence confidence NOUN NN Number=Sing 14 nsubj 14:nsubj _ 13 could could AUX MD VerbForm=Fin 14 aux 14:aux _ @@ -124686,7 +124740,7 @@ 15 new new ADJ JJ Degree=Pos 16 amod 16:amod _ 16 love love NOUN NN Number=Sing 14 obj 14:obj _ 17 into into ADP IN _ 19 case 19:case _ -18 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 life life NOUN NN Number=Sing 14 obl 14:obl:into SpaceAfter=No 20 . . PUNCT . _ 7 punct 7:punct _ @@ -124698,7 +124752,7 @@ 4 of of ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 year year NOUN NN Number=Sing 3 nmod 3:nmod:of SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ 9 will will AUX MD VerbForm=Fin 10 aux 10:aux _ 10 have have VERB VB VerbForm=Inf 0 root 0:root _ @@ -124711,33 +124765,33 @@ 17 and and CCONJ CC _ 19 cc 19:cc _ 18 group group NOUN NN Number=Sing 19 compound 19:compound _ 19 activity activity NOUN NN Number=Sing 16 conj 14:nmod:of|16:conj:and SpaceAfter=No -20 , , PUNCT , _ 10 punct 10:punct _ +20 , , PUNCT , _ 21 punct 21:punct _ 21 stimulating stimulate VERB VBG VerbForm=Ger 10 advcl 10:advcl _ 22 new new ADJ JJ Degree=Pos 23 amod 23:amod _ 23 ideas idea NOUN NNS Number=Plur 21 obj 21:obj _ 24 and and CCONJ CC _ 25 cc 25:cc _ 25 taking take VERB VBG VerbForm=Ger 21 conj 10:advcl|21:conj:and _ 26 up up ADV RB _ 25 advmod 25:advmod _ -27 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +27 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ 28 social social ADJ JJ Degree=Pos 29 amod 29:amod _ 29 life life NOUN NN Number=Sing 25 obj 25:obj _ 30 a a DET DT Definite=Ind|PronType=Art 31 det 31:det _ 31 notch notch NOUN NN Number=Sing 25 obl:npmod 25:obl:npmod _ 32 or or CCONJ CC _ 33 cc 33:cc _ -33 two two NUM CD NumType=Card 31 nummod 31:nummod SpaceAfter=No +33 two two NUM CD NumForm=Word|NumType=Card 31 nummod 31:nummod SpaceAfter=No 34 . . PUNCT . _ 10 punct 10:punct _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0018 # text = Gemini in 2005 - Success 1 Gemini Gemini PROPN NNP Number=Sing 0 root 0:root _ 2 in in ADP IN _ 3 case 3:case _ -3 2005 2005 NUM CD NumType=Card 1 nmod 1:nmod:in _ -4 - - PUNCT : _ 1 punct 1:punct _ +3 2005 2005 NUM CD NumForm=Digit|NumType=Card 1 nmod 1:nmod:in _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Success success NOUN NN Number=Sing 1 parataxis 1:parataxis _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0019 # text = Your cycle of learning through the school of hard knocks has come to an end, Gemini, and now you're going to start reaping the rewards these "lessons" have left in their wake. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 cycle cycle NOUN NN Number=Sing 12 nsubj 12:nsubj _ 3 of of SCONJ IN _ 4 mark 4:mark _ 4 learning learn VERB VBG VerbForm=Ger 2 acl 2:acl:of _ @@ -124752,14 +124806,14 @@ 13 to to ADP IN _ 15 case 15:case _ 14 an a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 end end NOUN NN Number=Sing 12 obl 12:obl:to SpaceAfter=No -16 , , PUNCT , _ 12 punct 12:punct _ +16 , , PUNCT , _ 17 punct 17:punct _ 17 Gemini Gemini PROPN NNP Number=Sing 12 vocative 12:vocative SpaceAfter=No 18 , , PUNCT , _ 23 punct 23:punct _ 19 and and CCONJ CC _ 23 cc 23:cc _ 20 now now ADV RB _ 23 advmod 23:advmod _ 21-22 you're _ _ _ _ _ _ _ _ 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 23 nsubj 23:nsubj|25:nsubj:xsubj|26:nsubj:xsubj _ -22 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ +22 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ 23 going go VERB VBG Tense=Pres|VerbForm=Part 12 conj 12:conj:and _ 24 to to PART TO _ 25 mark 25:mark _ 25 start start VERB VB VerbForm=Inf 23 xcomp 23:xcomp _ @@ -124770,32 +124824,32 @@ 30 " " PUNCT `` _ 31 punct 31:punct SpaceAfter=No 31 lessons lesson NOUN NNS Number=Plur 34 nsubj 34:nsubj SpaceAfter=No 32 " " PUNCT '' _ 31 punct 31:punct _ -33 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 34 aux 34:aux _ +33 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 34 aux 34:aux _ 34 left leave VERB VBN Tense=Past|VerbForm=Part 28 acl:relcl 28:acl:relcl _ 35 in in ADP IN _ 37 case 37:case _ -36 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ +36 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ 37 wake wake NOUN NN Number=Sing 34 obl 34:obl:in SpaceAfter=No 38 . . PUNCT . _ 12 punct 12:punct _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0020 # text = As 2005 progresses, the road ahead will become clearer. 1 As as SCONJ IN _ 3 mark 3:mark _ -2 2005 2005 NUM CD NumType=Card 3 nsubj 3:nsubj _ +2 2005 2005 NUM CD NumForm=Digit|NumType=Card 3 nsubj 3:nsubj _ 3 progresses progress VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:as SpaceAfter=No -4 , , PUNCT , _ 9 punct 9:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 road road NOUN NN Number=Sing 9 nsubj 9:nsubj|10:nsubj:xsubj _ 7 ahead ahead ADV RB _ 6 advmod 6:advmod _ 8 will will AUX MD VerbForm=Fin 9 aux 9:aux _ 9 become become VERB VB VerbForm=Inf 0 root 0:root _ -10 clearer clearer ADJ JJR Degree=Cmp 9 xcomp 9:xcomp SpaceAfter=No +10 clearer clear ADJ JJR Degree=Cmp 9 xcomp 9:xcomp SpaceAfter=No 11 . . PUNCT . _ 10 punct 10:punct _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0021 # text = You now have it in you to create the kind of life for yourself that you want. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 2 now now ADV RB _ 3 advmod 3:advmod _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj|8:nsubj:xsubj _ 5 in in ADP IN _ 6 case 6:case _ 6 you you PRON PRP Case=Acc|Person=2|PronType=Prs 3 obl 3:obl:in _ @@ -124809,7 +124863,7 @@ 14 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 12 nmod 12:nmod:for _ 15 that that PRON WDT PronType=Rel 17 obj 10:ref _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ -17 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl SpaceAfter=No +17 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl SpaceAfter=No 18 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0022 @@ -124819,7 +124873,7 @@ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 bounds bound NOUN NNS Number=Plur 2 conj 2:conj:and|6:nsubj _ 5 forward forward ADV RB _ 2 advmod 2:advmod _ -6 include include VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 include include VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 love love NOUN NN Number=Sing 6 obj 6:obj _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 creativity creativity NOUN NN Number=Sing 7 conj 6:obj|7:conj:and SpaceAfter=No @@ -124827,21 +124881,21 @@ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0023 # text = Your learning of concepts of all kinds combines with extensive group activity, bringing your mind into a whole new space this year. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 learning learning NOUN NN Number=Sing 8 nsubj 8:nsubj _ 3 of of ADP IN _ 4 case 4:case _ 4 concepts concept NOUN NNS Number=Plur 2 nmod 2:nmod:of _ 5 of of ADP IN _ 7 case 7:case _ -6 all all DET DT _ 7 det 7:det _ +6 all all DET DT PronType=Tot 7 det 7:det _ 7 kinds kind NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 8 combines combine VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 with with ADP IN _ 12 case 12:case _ 10 extensive extensive ADJ JJ Degree=Pos 12 amod 12:amod _ 11 group group NOUN NN Number=Sing 12 compound 12:compound _ 12 activity activity NOUN NN Number=Sing 8 obl 8:obl:with SpaceAfter=No -13 , , PUNCT , _ 8 punct 8:punct _ +13 , , PUNCT , _ 14 punct 14:punct _ 14 bringing bring VERB VBG VerbForm=Ger 8 advcl 8:advcl _ -15 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 mind mind NOUN NN Number=Sing 14 obj 14:obj _ 17 into into ADP IN _ 21 case 21:case _ 18 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ @@ -124858,7 +124912,7 @@ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 end end NOUN NN Number=Sing 8 obl 8:obl:by _ 4 of of ADP IN _ 5 case 5:case _ -5 2005 2005 NUM CD NumType=Card 3 nmod 3:nmod:of _ +5 2005 2005 NUM CD NumForm=Digit|NumType=Card 3 nmod 3:nmod:of _ 6-7 you'll _ _ _ _ _ _ _ _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ 7 'll will AUX MD VerbForm=Fin 8 aux 8:aux _ @@ -124870,13 +124924,13 @@ 13 with with ADP IN _ 14 case 14:case _ 14 regard regard NOUN NN Number=Sing 12 nmod 12:nmod:with _ 15 to to ADP IN _ 17 case 17:case _ -16 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 career career NOUN NN Number=Sing 14 nmod 14:nmod:to _ 18 and and CCONJ CC _ 21 cc 21:cc _ -19 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +19 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 20 earning earning NOUN NN Number=Sing 21 compound 21:compound _ 21 potential potential NOUN NN Number=Sing 17 conj 14:nmod:to|17:conj:and _ -22 - - PUNCT , _ 12 punct 12:punct _ +22 - - PUNCT , _ 27 punct 27:punct _ 23 and and CCONJ CC _ 27 cc 27:cc _ 24 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 25 possible possible ADJ JJ Degree=Pos 27 amod 27:amod _ @@ -124892,8 +124946,8 @@ # text = Cancer in 2005 - Balance 1 Cancer Cancer PROPN NNP Number=Sing 0 root 0:root _ 2 in in ADP IN _ 3 case 3:case _ -3 2005 2005 NUM CD NumType=Card 1 nmod 1:nmod:in _ -4 - - PUNCT : _ 1 punct 1:punct _ +3 2005 2005 NUM CD NumForm=Digit|NumType=Card 1 nmod 1:nmod:in _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Balance balance NOUN NN Number=Sing 1 parataxis 1:parataxis _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0026 @@ -124902,20 +124956,20 @@ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 balance balance NOUN NN Number=Sing 1 obj 1:obj _ 4 between between ADP IN _ 9 case 9:case _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 6 personal personal ADJ JJ Degree=Pos 9 amod 9:amod _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 professional professional ADJ JJ Degree=Pos 6 conj 6:conj:and|9:amod _ 9 lives life NOUN NNS Number=Plur 3 nmod 3:nmod:between _ 10 may may AUX MD VerbForm=Fin 12 aux 12:aux _ 11 be be AUX VB VerbForm=Inf 12 cop 12:cop _ -12 one one NUM CD NumType=Card 0 root 0:root _ +12 one one NUM CD NumForm=Word|NumType=Card 0 root 0:root _ 13 of of ADP IN _ 18 case 18:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15-16 year's _ _ _ _ _ _ _ _ 15 year year NOUN NN Number=Sing 18 nmod:poss 18:nmod:poss _ 16 's 's PART POS _ 15 case 15:case _ -17 strongest strongest ADJ JJS Degree=Sup 18 amod 18:amod _ +17 strongest strong ADJ JJS Degree=Sup 18 amod 18:amod _ 18 challenges challenge NOUN NNS Number=Plur 12 nmod 12:nmod:of SpaceAfter=No 19 . . PUNCT . _ 12 punct 12:punct _ @@ -124923,10 +124977,10 @@ # text = For the most part, your outward life this year will go in fits and starts - alternating periods of intense activity with times of welcome rest. 1 For for ADP IN _ 4 case 4:case _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 most most ADJ JJR Degree=Cmp 4 amod 4:amod _ +3 most most ADJ JJS Degree=Sup 4 amod 4:amod _ 4 part part NOUN NN Number=Sing 12 obl 12:obl:for SpaceAfter=No -5 , , PUNCT , _ 12 punct 12:punct _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +5 , , PUNCT , _ 4 punct 4:punct _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 outward outward ADJ JJ Degree=Pos 8 amod 8:amod _ 8 life life NOUN NN Number=Sing 12 nsubj 12:nsubj _ 9 this this DET DT Number=Sing|PronType=Dem 10 det 10:det _ @@ -124937,7 +124991,7 @@ 14 fits fit NOUN NNS Number=Plur 12 obl 12:obl:in _ 15 and and CCONJ CC _ 16 cc 16:cc _ 16 starts start NOUN NNS Number=Plur 14 conj 12:obl:in|14:conj:and _ -17 - - PUNCT , _ 14 punct 14:punct _ +17 - - PUNCT , _ 19 punct 19:punct _ 18 alternating alternate VERB VBG VerbForm=Ger 19 amod 19:amod _ 19 periods period NOUN NNS Number=Plur 14 appos 14:appos _ 20 of of ADP IN _ 22 case 22:case _ @@ -124956,7 +125010,7 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 restful restful ADJ JJ Degree=Pos 4 amod 4:amod _ 4 periods period NOUN NNS Number=Plur 1 obj 1:obj _ -5 when when SCONJ WRB PronType=Int 7 mark 7:mark _ +5 when when ADV WRB PronType=Int 7 advmod 7:advmod _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ 7 can can AUX MD VerbForm=Fin 1 advcl 1:advcl:when SpaceAfter=No 8 . . PUNCT . _ 1 punct 1:punct _ @@ -124981,7 +125035,7 @@ 5 radical radical ADJ JJ Degree=Pos 6 amod 6:amod _ 6 changes change NOUN NNS Number=Plur 4 obj 4:obj _ 7 in in ADP IN _ 10 case 10:case _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 work work NOUN NN Number=Sing 10 compound 10:compound _ 10 habits habit NOUN NNS Number=Plur 6 nmod 6:nmod:in SpaceAfter=No 11 , , PUNCT , _ 18 punct 18:punct _ @@ -124992,7 +125046,7 @@ 15 be be AUX VB VerbForm=Inf 18 cop 18:cop _ 16 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 17 lot lot NOUN NN Number=Sing 18 obl:npmod 18:obl:npmod _ -18 happier happier ADJ JJR Degree=Cmp 4 conj 4:conj:but _ +18 happier happy ADJ JJR Degree=Cmp 4 conj 4:conj:but _ 19 for for ADP IN _ 20 case 20:case _ 20 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 obl 18:obl:for SpaceAfter=No 21 , , PUNCT , _ 28 punct 28:punct _ @@ -125012,14 +125066,14 @@ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0031 # text = Your love life is full, and any dissatisfaction with career and money matters fades into the background. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 love love NOUN NN Number=Sing 3 compound 3:compound _ 3 life life NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 full full ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 6 , , PUNCT , _ 15 punct 15:punct _ 7 and and CCONJ CC _ 15 cc 15:cc _ -8 any any DET DT _ 9 det 9:det _ +8 any any DET DT PronType=Ind 9 det 9:det _ 9 dissatisfaction dissatisfaction NOUN NN Number=Sing 15 nsubj 15:nsubj _ 10 with with ADP IN _ 14 case 14:case _ 11 career career NOUN NN Number=Sing 14 compound 14:compound _ @@ -125038,27 +125092,27 @@ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 end end NOUN NN Number=Sing 9 obl 9:obl:by _ 4 of of ADP IN _ 5 case 5:case _ -5 2005 2005 NUM CD NumType=Card 3 nmod 3:nmod:of SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +5 2005 2005 NUM CD NumForm=Digit|NumType=Card 3 nmod 3:nmod:of SpaceAfter=No +6 , , PUNCT , _ 3 punct 3:punct _ 7-8 you'll _ _ _ _ _ _ _ _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj|14:nsubj:xsubj|19:nsubj:xsubj _ 8 'll will AUX MD VerbForm=Fin 9 aux 9:aux _ 9 feel feel VERB VB VerbForm=Inf 0 root 0:root _ -10 more more ADV RBR _ 11 advmod 11:advmod _ +10 more more ADV RBR Degree=Cmp 11 advmod 11:advmod _ 11 confident confident ADJ JJ Degree=Pos 9 xcomp 9:xcomp SpaceAfter=No 12 , , PUNCT , _ 14 punct 14:punct _ -13 more more ADV RBR _ 14 advmod 14:advmod _ +13 more more ADV RBR Degree=Cmp 14 advmod 14:advmod _ 14 determined determined ADJ JJ Degree=Pos 11 conj 9:xcomp|11:conj:and SpaceAfter=No 15 , , PUNCT , _ 19 punct 19:punct _ 16 and and CCONJ CC _ 19 cc 19:cc _ 17 far far ADV RB Degree=Pos 18 advmod 18:advmod _ -18 more more ADV RBR _ 19 advmod 19:advmod _ +18 more more ADV RBR Degree=Cmp 19 advmod 19:advmod _ 19 capable capable ADJ JJ Degree=Pos 11 conj 9:xcomp|11:conj:and _ 20 of of SCONJ IN _ 21 mark 21:mark _ 21 making make VERB VBG VerbForm=Ger 19 advcl 19:advcl:of _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -23 mountains mountain NOUN NNS Number=Plur 24 nsubj 24:nsubj _ -24 come come VERB VB VerbForm=Inf 21 ccomp 21:ccomp _ +23 mountains mountain NOUN NNS Number=Plur 21 obj 21:obj|24:nsubj:xsubj _ +24 come come VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ 25 to to ADP IN _ 26 case 26:case _ 26 you you PRON PRP Case=Acc|Person=2|PronType=Prs 24 obl 24:obl:to SpaceAfter=No 27 ! ! PUNCT . _ 9 punct 9:punct _ @@ -125067,8 +125121,8 @@ # text = Leo in 2005 - Abundance 1 Leo Leo PROPN NNP Number=Sing 0 root 0:root _ 2 in in ADP IN _ 3 case 3:case _ -3 2005 2005 NUM CD NumType=Card 1 nmod 1:nmod:in _ -4 - - PUNCT : _ 1 punct 1:punct _ +3 2005 2005 NUM CD NumForm=Digit|NumType=Card 1 nmod 1:nmod:in _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Abundance abundance NOUN NN Number=Sing 1 parataxis 1:parataxis _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0034 @@ -125077,7 +125131,7 @@ 2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 successful successful ADJ JJ Degree=Pos 4 amod 4:amod _ 4 career career NOUN NN Number=Sing 1 obj 1:obj SpaceAfter=No -5 , , PUNCT , _ 17 punct 17:punct _ +5 , , PUNCT , _ 1 punct 1:punct _ 6 along along ADP IN _ 13 case 13:case _ 7 with with ADP IN _ 13 case 13:case _ 8 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ @@ -125086,49 +125140,49 @@ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 financial financial ADJ JJ Degree=Pos 10 conj 10:conj:and|13:amod _ 13 advantages advantage NOUN NNS Number=Plur 17 obl 17:obl:with SpaceAfter=No -14 , , PUNCT , _ 17 punct 17:punct _ +14 , , PUNCT , _ 13 punct 13:punct _ 15 will will AUX MD VerbForm=Fin 17 aux 17:aux _ 16 be be AUX VB VerbForm=Inf 17 cop 17:cop _ -17 easier easier ADJ JJR Degree=Cmp 0 root 0:root _ +17 easier easy ADJ JJR Degree=Cmp 0 root 0:root _ 18 this this DET DT Number=Sing|PronType=Dem 19 det 19:det _ 19 year year NOUN NN Number=Sing 17 obl:tmod 17:obl:tmod _ 20 than than SCONJ IN _ 26 mark 26:mark _ -21 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 26 nsubj 26:nsubj _ -22 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ +21 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj _ +22 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:than Promoted=Yes 23 in in ADP IN _ 26 case 26:case _ 24 a a DET DT Definite=Ind|PronType=Art 26 det 26:det _ 25 long long ADJ JJ Degree=Pos 26 amod 26:amod _ -26 time time NOUN NN Number=Sing 17 advcl 17:advcl:in _ +26 time time NOUN NN Number=Sing 22 obl 22:obl:in _ 27 for for ADP IN _ 28 case 28:case _ 28 you you PRON PRP Case=Acc|Person=2|PronType=Prs 17 obl 17:obl:for SpaceAfter=No -29 , , PUNCT , _ 17 punct 17:punct _ +29 , , PUNCT , _ 30 punct 30:punct _ 30 Leo Leo PROPN NNP Number=Sing 17 vocative 17:vocative SpaceAfter=No 31 ! ! PUNCT . _ 17 punct 17:punct _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0035 # text = The most difficult thing might be deciding which path means the most to you, and where to put your focus. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ -2 most most ADV RBS _ 3 advmod 3:advmod _ +2 most most ADV RBS Degree=Sup 3 advmod 3:advmod _ 3 difficult difficult ADJ JJ Degree=Pos 4 amod 4:amod _ -4 thing thing NOUN NN Number=Sing 6 nsubj 6:nsubj _ -5 might might AUX MD VerbForm=Fin 6 aux 6:aux _ -6 be be VERB VB VerbForm=Inf 0 root 0:root _ -7 deciding decide VERB VBG VerbForm=Ger 6 ccomp 6:ccomp _ -8 which which DET WDT PronType=Int 9 det 9:det _ +4 thing thing NOUN NN Number=Sing 7 nsubj:outer 7:nsubj:outer _ +5 might might AUX MD VerbForm=Fin 7 aux 7:aux _ +6 be be AUX VB VerbForm=Inf 7 cop 7:cop _ +7 deciding decide VERB VBG VerbForm=Ger 0 root 0:root _ +8 which which DET WDT PronType=Int 9 det 9:det ManuallyChecked=PronType 9 path path NOUN NN Number=Sing 10 nsubj 10:nsubj|19:nsubj _ 10 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -12 most most ADJ JJR Degree=Cmp 10 obj 10:obj _ +12 most most ADJ JJS Degree=Sup 10 obl 10:obl _ 13 to to ADP IN _ 14 case 14:case _ 14 you you PRON PRP Case=Acc|Person=2|PronType=Prs 10 obl 10:obl:to SpaceAfter=No 15 , , PUNCT , _ 19 punct 19:punct _ 16 and and CCONJ CC _ 19 cc 19:cc _ -17 where where SCONJ WRB PronType=Int 19 mark 19:mark _ +17 where where ADV WRB PronType=Int 19 advmod 19:advmod ManuallyChecked=PronType 18 to to PART TO _ 19 mark 19:mark _ 19 put put VERB VB VerbForm=Inf 10 conj 7:ccomp|10:conj:and _ -20 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 focus focus NOUN NN Number=Sing 19 obj 19:obj SpaceAfter=No -22 . . PUNCT . _ 6 punct 6:punct _ +22 . . PUNCT . _ 7 punct 7:punct _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0036 # text = You'll be able to create opportunities for advancement almost out of thin air. @@ -125153,7 +125207,7 @@ # text = Romance in 2005 will make it a year to remember - and you'll be the envy of all your friends. 1 Romance romance NOUN NN Number=Sing 5 nsubj 5:nsubj _ 2 in in ADP IN _ 3 case 3:case _ -3 2005 2005 NUM CD NumType=Card 1 nmod 1:nmod:in _ +3 2005 2005 NUM CD NumForm=Digit|NumType=Card 1 nmod 1:nmod:in _ 4 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 5 make make VERB VB VerbForm=Inf 0 root 0:root _ 6 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 obj 5:obj|8:nsubj:xsubj _ @@ -125161,7 +125215,7 @@ 8 year year NOUN NN Number=Sing 5 xcomp 5:xcomp _ 9 to to PART TO _ 10 mark 10:mark _ 10 remember remember VERB VB VerbForm=Inf 8 acl 8:acl:to _ -11 - - PUNCT , _ 5 punct 5:punct _ +11 - - PUNCT , _ 17 punct 17:punct _ 12 and and CCONJ CC _ 17 cc 17:cc _ 13-14 you'll _ _ _ _ _ _ _ _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ @@ -125170,8 +125224,8 @@ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 envy envy NOUN NN Number=Sing 5 conj 5:conj:and _ 18 of of ADP IN _ 21 case 21:case _ -19 all all DET PDT _ 21 det:predet 21:det:predet _ -20 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +19 all all DET PDT PronType=Tot 21 det:predet 21:det:predet _ +20 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 friends friend NOUN NNS Number=Plur 17 nmod 17:nmod:of SpaceAfter=No 22 . . PUNCT . _ 5 punct 5:punct _ @@ -125200,11 +125254,11 @@ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0040 # text = Yet, this is no comparison to the advancements you'll make overall, and by the end of 2005, you'll look back in sheer wonder and happiness. -1 Yet yet CCONJ CC _ 24 cc 24:cc SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +1 Yet yet CCONJ CC _ 6 cc 6:cc SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ 3 this this PRON DT Number=Sing|PronType=Dem 6 nsubj 6:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -5 no no DET DT _ 6 det 6:det _ +5 no no DET DT PronType=Neg 6 det 6:det _ 6 comparison comparison NOUN NN Number=Sing 0 root 0:root _ 7 to to ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -125220,8 +125274,8 @@ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 end end NOUN NN Number=Sing 24 obl 24:obl:by _ 19 of of ADP IN _ 20 case 20:case _ -20 2005 2005 NUM CD NumType=Card 18 nmod 18:nmod:of SpaceAfter=No -21 , , PUNCT , _ 24 punct 24:punct _ +20 2005 2005 NUM CD NumForm=Digit|NumType=Card 18 nmod 18:nmod:of SpaceAfter=No +21 , , PUNCT , _ 18 punct 18:punct _ 22-23 you'll _ _ _ _ _ _ _ _ 22 you you PRON PRP Case=Nom|Person=2|PronType=Prs 24 nsubj 24:nsubj _ 23 'll will AUX MD VerbForm=Fin 24 aux 24:aux _ @@ -125238,13 +125292,13 @@ # text = Virgo in 2005 - Perseverance 1 Virgo Virgo PROPN NNP Number=Sing 0 root 0:root _ 2 in in ADP IN _ 3 case 3:case _ -3 2005 2005 NUM CD NumType=Card 1 nmod 1:nmod:in _ -4 - - PUNCT : _ 1 punct 1:punct _ +3 2005 2005 NUM CD NumForm=Digit|NumType=Card 1 nmod 1:nmod:in _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Perseverance perseverance NOUN NN Number=Sing 1 appos 1:appos _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0042 # text = Your working life might not go so smoothly this year, Virgo. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 working working NOUN NN Number=Sing 3 compound 3:compound _ 3 life life NOUN NN Number=Sing 6 nsubj 6:nsubj _ 4 might might AUX MD VerbForm=Fin 6 aux 6:aux _ @@ -125254,23 +125308,23 @@ 8 smoothly smoothly ADV RB _ 6 advmod 6:advmod _ 9 this this DET DT Number=Sing|PronType=Dem 10 det 10:det _ 10 year year NOUN NN Number=Sing 6 obl:tmod 6:obl:tmod SpaceAfter=No -11 , , PUNCT , _ 6 punct 6:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 Virgo Virgo PROPN NNP Number=Sing 6 obj 6:obj SpaceAfter=No 13 . . PUNCT . _ 6 punct 6:punct _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0043 # text = For much of 2005, you'll be putting your nose to the grindstone. 1 For for ADP IN _ 2 case 2:case _ -2 much much NOUN NN Number=Sing 9 obl 9:obl:for _ +2 much much ADJ JJ Degree=Pos 9 obl 9:obl:for _ 3 of of ADP IN _ 4 case 4:case _ -4 2005 2005 NUM CD NumType=Card 2 nmod 2:nmod:of SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct _ +4 2005 2005 NUM CD NumForm=Digit|NumType=Card 2 nmod 2:nmod:of SpaceAfter=No +5 , , PUNCT , _ 2 punct 2:punct _ 6-7 you'll _ _ _ _ _ _ _ _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ 7 'll will AUX MD VerbForm=Fin 9 aux 9:aux _ 8 be be AUX VB VerbForm=Inf 9 aux 9:aux _ 9 putting put VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 nose nose NOUN NN Number=Sing 9 obj 9:obj _ 12 to to ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ @@ -125283,8 +125337,8 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 bright bright ADJ JJ Degree=Pos 4 amod 4:amod _ 4 side side NOUN NN Number=Sing 11 obl 11:obl:on SpaceAfter=No -5 , , PUNCT , _ 11 punct 11:punct _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 , , PUNCT , _ 4 punct 4:punct _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 finances finances NOUN NNS Number=Plur 11 nsubj 11:nsubj _ 8 will will AUX MD VerbForm=Fin 11 aux 11:aux _ 9 be be AUX VB VerbForm=Inf 11 cop 11:cop _ @@ -125301,11 +125355,11 @@ 4 take take VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ 6 for for ADP IN _ 7 mark 7:mark _ -7 granted grant VERB VBN Tense=Past|VerbForm=Part 4 advcl 4:advcl:for _ -8 - - PUNCT , _ 4 punct 4:punct _ +7 granted grant VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 advcl 4:advcl:for _ +8 - - PUNCT , _ 11 punct 11:punct _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj|14:nsubj:xsubj _ 10 still still ADV RB _ 11 advmod 11:advmod _ -11 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ +11 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ 12 to to PART TO _ 14 mark 14:mark _ 13 be be AUX VB VerbForm=Inf 14 cop 14:cop _ 14 cautious cautious ADJ JJ Degree=Pos 11 xcomp 11:xcomp _ @@ -125315,7 +125369,7 @@ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0046 # text = Your love life will thrive for most of the year, and any relationship begun or reaffirmed in 2005 is very likely to be a lasting one. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 love love NOUN NN Number=Sing 3 compound 3:compound _ 3 life life NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 will will AUX MD VerbForm=Fin 5 aux 5:aux _ @@ -125327,13 +125381,13 @@ 10 year year NOUN NN Number=Sing 7 nmod 7:nmod:of SpaceAfter=No 11 , , PUNCT , _ 22 punct 22:punct _ 12 and and CCONJ CC _ 22 cc 22:cc _ -13 any any DET DT _ 14 det 14:det _ +13 any any DET DT PronType=Ind 14 det 14:det _ 14 relationship relationship NOUN NN Number=Sing 22 nsubj 22:nsubj|27:nsubj:xsubj _ -15 begun begin VERB VBN Tense=Past|VerbForm=Part 14 acl 14:acl _ +15 begun begin VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 acl 14:acl _ 16 or or CCONJ CC _ 17 cc 17:cc _ -17 reaffirmed reaffirm VERB VBN Tense=Past|VerbForm=Part 15 conj 14:acl|15:conj:or _ +17 reaffirmed reaffirm VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 conj 14:acl|15:conj:or _ 18 in in ADP IN _ 19 case 19:case _ -19 2005 2005 NUM CD NumType=Card 15 obl 15:obl:in _ +19 2005 2005 NUM CD NumForm=Digit|NumType=Card 15 obl 15:obl:in _ 20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 21 very very ADV RB _ 22 advmod 22:advmod _ 22 likely likely ADJ JJ Degree=Pos 5 conj 5:conj:and _ @@ -125347,10 +125401,10 @@ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0047 # text = And, you're going to develop a hopeless romantic streak. 1 And and CCONJ CC _ 5 cc 5:cc SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 you're _ _ _ _ _ _ _ _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ -4 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 develop develop VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ @@ -125370,25 +125424,25 @@ 6 of of ADP IN _ 7 case 7:case _ 7 worry worry NOUN NN Number=Sing 5 nmod 5:nmod:of _ 8 over over ADP IN _ 10 case 10:case _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 career career NOUN NN Number=Sing 7 nmod 7:nmod:over SpaceAfter=No -11 , , PUNCT , _ 20 punct 20:punct _ +11 , , PUNCT , _ 2 punct 2:punct _ 12 by by ADP IN _ 16 case 16:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14-15 year's _ _ _ _ _ _ _ _ 14 year year NOUN NN Number=Sing 16 nmod:poss 16:nmod:poss _ 15 's 's PART POS _ 14 case 14:case _ 16 end end NOUN NN Number=Sing 20 obl 20:obl:by SpaceAfter=No -17 , , PUNCT , _ 20 punct 20:punct _ +17 , , PUNCT , _ 16 punct 16:punct _ 18-19 you'll _ _ _ _ _ _ _ _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj _ 19 'll will AUX MD VerbForm=Fin 20 aux 20:aux _ 20 see see VERB VB VerbForm=Inf 0 root 0:root _ 21 that that SCONJ IN _ 24 mark 24:mark _ -22 2005 2005 NUM CD NumType=Card 24 nsubj 24:nsubj _ +22 2005 2005 NUM CD NumForm=Digit|NumType=Card 24 nsubj 24:nsubj _ 23 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ 24 filled fill VERB VBN Tense=Past|VerbForm=Part 20 ccomp 20:ccomp _ -25 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 life life NOUN NN Number=Sing 24 obj 24:obj _ 27 with with ADP IN _ 28 case 28:case _ 28 prosperity prosperity NOUN NN Number=Sing 24 obl 24:obl:with _ @@ -125400,16 +125454,16 @@ # text = Libra in 2005 - Expansion 1 Libra Libra PROPN NNP Number=Sing 0 root 0:root _ 2 in in ADP IN _ 3 case 3:case _ -3 2005 2005 NUM CD NumType=Card 1 nmod 1:nmod:in _ -4 - - PUNCT : _ 1 punct 1:punct _ +3 2005 2005 NUM CD NumForm=Digit|NumType=Card 1 nmod 1:nmod:in _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Expansion expansion NOUN NN Number=Sing 1 parataxis 1:parataxis _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0050 # text = Flex your muscles, friend Libra, and prepare for a relatively easy ride. 1 Flex flex VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 muscles muscle NOUN NNS Number=Plur 1 obj 1:obj SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 6 punct 6:punct _ 5 friend friend NOUN NN Number=Sing 6 compound 6:compound _ 6 Libra Libra PROPN NNP Number=Sing 1 vocative 1:vocative SpaceAfter=No 7 , , PUNCT , _ 9 punct 9:punct _ @@ -125424,22 +125478,22 @@ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0051 # text = With beneficent Jupiter in your sign, this is definitely your year, especially where your social life is concerned. -1 With with ADP IN _ 3 case 3:case _ +1 With with SCONJ IN _ 6 mark 6:mark _ 2 beneficent beneficent ADJ JJ Degree=Pos 3 amod 3:amod _ -3 Jupiter Jupiter PROPN NNP Number=Sing 12 obl 12:obl:with _ +3 Jupiter Jupiter PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 4 in in ADP IN _ 6 case 6:case _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ -6 sign sign NOUN NN Number=Sing 3 nmod 3:nmod:in SpaceAfter=No -7 , , PUNCT , _ 12 punct 12:punct _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +6 sign sign NOUN NN Number=Sing 12 advcl 12:advcl:with SpaceAfter=No +7 , , PUNCT , _ 6 punct 6:punct _ 8 this this PRON DT Number=Sing|PronType=Dem 12 nsubj 12:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 10 definitely definitely ADV RB _ 12 advmod 12:advmod _ -11 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 year year NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ +13 , , PUNCT , _ 20 punct 20:punct _ 14 especially especially ADV RB _ 20 advmod 20:advmod _ -15 where where SCONJ WRB PronType=Int 20 mark 20:mark _ -16 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +15 where where ADV WRB PronType=Int 20 advmod 20:advmod _ +16 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 17 social social ADJ JJ Degree=Pos 18 amod 18:amod _ 18 life life NOUN NN Number=Sing 20 nsubj 20:nsubj _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ @@ -125451,7 +125505,7 @@ 1 Happiness happiness NOUN NN Number=Sing 4 nsubj 4:nsubj _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 enjoyment enjoyment NOUN NN Number=Sing 1 conj 1:conj:and|4:nsubj _ -4 lie lie VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 lie lie VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 ahead ahead ADV RB _ 4 advmod 4:advmod SpaceAfter=No 6 . . PUNCT . _ 4 punct 4:punct _ @@ -125460,16 +125514,16 @@ 1 If if SCONJ IN _ 6 mark 6:mark _ 2-3 you're _ _ _ _ _ _ _ _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj|9:nsubj|11:nsubj:xsubj _ -3 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +3 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 not not PART RB _ 6 advmod 6:advmod _ 5 presently presently ADV RB _ 6 advmod 6:advmod _ 6 married married ADJ JJ Degree=Pos 16 advcl 16:advcl:if SpaceAfter=No 7 , , PUNCT , _ 9 punct 9:punct _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and|16:advcl:if _ +9 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and|16:advcl:if _ 10 to to PART TO _ 11 mark 11:mark _ -11 be be VERB VB VerbForm=Inf 9 xcomp 9:xcomp SpaceAfter=No -12 , , PUNCT , _ 16 punct 16:punct _ +11 be be AUX VB VerbForm=Inf 9 xcomp 9:xcomp SpaceAfter=No +12 , , PUNCT , _ 6 punct 6:punct _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ 14 just just ADV RB _ 16 advmod 16:advmod _ 15 might might AUX MD VerbForm=Fin 16 aux 16:aux _ @@ -125490,7 +125544,7 @@ 4 year year NOUN NN Number=Sing 0 root 0:root _ 5-6 you're _ _ _ _ _ _ _ _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj|10:nsubj:xsubj _ -6 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 going go VERB VBG Tense=Pres|VerbForm=Part 4 acl:relcl 4:acl:relcl _ 8 to to PART TO _ 10 mark 10:mark _ 9 be be AUX VB VerbForm=Inf 10 aux 10:aux _ @@ -125502,9 +125556,9 @@ 15 and and CCONJ CC _ 16 cc 16:cc _ 16 learning learn VERB VBG VerbForm=Ger 14 conj 12:nmod:of|14:conj:and _ 17 about about ADP IN _ 19 case 19:case _ -18 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 world world NOUN NN Number=Sing 16 obl 16:obl:about SpaceAfter=No -20 , , PUNCT , _ 4 punct 4:punct _ +20 , , PUNCT , _ 25 punct 25:punct _ 21 as as SCONJ IN _ 25 mark 25:mark _ 22 expansion expansion NOUN NN Number=Sing 25 nsubj 25:nsubj _ 23 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ @@ -125515,7 +125569,7 @@ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0055 # text = The one department of life that may not quite be as hopeful as you'd like could be your career, where advancement may be slow and satisfaction rare. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 one one NUM CD NumType=Card 3 nummod 3:nummod _ +2 one one NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 department department NOUN NN Number=Sing 20 nsubj 12:nsubj|20:nsubj _ 4 of of ADP IN _ 5 case 5:case _ 5 life life NOUN NN Number=Sing 3 nmod 3:nmod:of _ @@ -125530,13 +125584,13 @@ 14-15 you'd _ _ _ _ _ _ _ _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ 15 'd would AUX MD VerbForm=Fin 16 aux 16:aux _ -16 like like VERB VB VerbForm=Inf 12 ccomp 12:ccomp _ +16 like like VERB VB VerbForm=Inf 12 advcl 12:advcl:as _ 17 could could AUX MD VerbForm=Fin 20 aux 20:aux _ 18 be be AUX VB VerbForm=Inf 20 cop 20:cop _ -19 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ -20 career career NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -21 , , PUNCT , _ 20 punct 20:punct _ -22 where where SCONJ WRB PronType=Rel 26 mark 26:mark _ +19 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +20 career career NOUN NN Number=Sing 0 root 0:root|26:obl|29:obl SpaceAfter=No +21 , , PUNCT , _ 26 punct 26:punct _ +22 where where ADV WRB PronType=Rel 26 advmod 20:ref _ 23 advancement advancement NOUN NN Number=Sing 26 nsubj 26:nsubj _ 24 may may AUX MD VerbForm=Fin 26 aux 26:aux _ 25 be be AUX VB VerbForm=Inf 26 cop 26:cop _ @@ -125553,51 +125607,51 @@ 2 year year NOUN NN Number=Sing 4 nmod:poss 4:nmod:poss _ 3 's 's PART POS _ 2 case 2:case _ 4 end end NOUN NN Number=Sing 8 obl 8:obl:by SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ 7 may may AUX MD VerbForm=Fin 8 aux 8:aux _ 8 find find VERB VB VerbForm=Inf 0 root 0:root _ 9 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 8 obj 8:obj|11:nsubj:xsubj _ -10 seriously seriously ADV RB _ 9 advcl 9:advcl _ +10 seriously seriously ADV RB _ 11 advmod 11:advmod _ 11 considering consider VERB VBG VerbForm=Ger 8 xcomp 8:xcomp _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 major major ADJ JJ Degree=Pos 14 amod 14:amod _ 14 change change NOUN NN Number=Sing 11 obj 11:obj _ -15 - - PUNCT , _ 11 punct 11:punct _ -16 all all DET DT _ 11 parataxis 11:parataxis _ +15 - - PUNCT , _ 16 punct 16:punct _ +16 all all DET DT PronType=Tot 11 parataxis 11:parataxis _ 17 for for ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -19 best best ADJ JJS Degree=Sup 16 nmod 16:nmod:for SpaceAfter=No +19 best good ADJ JJS Degree=Sup 16 nmod 16:nmod:for SpaceAfter=No 20 . . PUNCT . _ 8 punct 8:punct _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0057 # text = Scorpio in 2005 - Transmutation 1 Scorpio Scorpio PROPN NNP Number=Sing 0 root 0:root _ 2 in in ADP IN _ 3 case 3:case _ -3 2005 2005 NUM CD NumType=Card 1 nmod 1:nmod:in _ -4 - - PUNCT : _ 1 punct 1:punct _ +3 2005 2005 NUM CD NumForm=Digit|NumType=Card 1 nmod 1:nmod:in _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Transmutation transmutation NOUN NN Number=Sing 1 parataxis 1:parataxis _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0058 # text = Scorpio, you can still expect changes - perhaps major ones - in your life this year, almost to the point of total transformation. 1 Scorpio Scorpio PROPN NNP Number=Sing 6 vocative 6:vocative SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 4 can can AUX MD VerbForm=Fin 6 aux 6:aux _ 5 still still ADV RB _ 6 advmod 6:advmod _ 6 expect expect VERB VB VerbForm=Inf 0 root 0:root _ 7 changes change NOUN NNS Number=Plur 6 obj 6:obj _ -8 - - PUNCT , _ 7 punct 7:punct _ +8 - - PUNCT , _ 11 punct 11:punct _ 9 perhaps perhaps ADV RB _ 11 advmod 11:advmod _ 10 major major ADJ JJ Degree=Pos 11 amod 11:amod _ 11 ones one NOUN NNS Number=Plur 7 appos 7:appos _ -12 - - PUNCT , _ 7 punct 7:punct _ +12 - - PUNCT , _ 15 punct 15:punct _ 13 in in ADP IN _ 15 case 15:case _ -14 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 life life NOUN NN Number=Sing 7 nmod 7:nmod:in _ 16 this this DET DT Number=Sing|PronType=Dem 17 det 17:det _ 17 year year NOUN NN Number=Sing 6 obl:tmod 6:obl:tmod SpaceAfter=No -18 , , PUNCT , _ 6 punct 6:punct _ +18 , , PUNCT , _ 22 punct 22:punct _ 19 almost almost ADV RB _ 22 advmod 22:advmod _ 20 to to ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ @@ -125612,34 +125666,34 @@ 1 While while SCONJ IN _ 5 mark 5:mark _ 2 this this PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -4 most most ADV RBS _ 5 advmod 5:advmod _ +4 most most ADV RBS Degree=Sup 5 advmod 5:advmod _ 5 apparent apparent ADJ JJ Degree=Pos 15 advcl 15:advcl:while _ 6 in in ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 area area NOUN NN Number=Sing 5 obl 5:obl:in _ 9 of of ADP IN _ 11 case 11:case _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 career career NOUN NN Number=Sing 8 nmod 8:nmod:of SpaceAfter=No -12 , , PUNCT , _ 15 punct 15:punct _ +12 , , PUNCT , _ 5 punct 5:punct _ 13-14 you'll _ _ _ _ _ _ _ _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ 14 'll will AUX MD VerbForm=Fin 15 aux 15:aux _ 15 see see VERB VB VerbForm=Inf 0 root 0:root _ -16 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 obj 15:obj _ -17 showing show VERB VBG VerbForm=Ger 16 advcl 16:advcl _ +16 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ +17 showing show VERB VBG VerbForm=Ger 15 ccomp 15:ccomp _ 18 up up ADP RP _ 17 compound:prt 17:compound:prt _ 19 in in ADP IN _ 22 case 22:case _ 20 other other ADJ JJ Degree=Pos 22 amod 22:amod _ 21 important important ADJ JJ Degree=Pos 22 amod 22:amod _ 22 aspects aspect NOUN NNS Number=Plur 17 obl 17:obl:in _ 23 of of ADP IN _ 25 case 25:case _ -24 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 life life NOUN NN Number=Sing 22 nmod 22:nmod:of SpaceAfter=No 26 . . PUNCT . _ 15 punct 15:punct _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0060 # text = Your life might take on an entirely new direction you've never dreamed of. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 life life NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 might might AUX MD VerbForm=Fin 4 aux 4:aux _ 4 take take VERB VB VerbForm=Inf 0 root 0:root _ @@ -125650,7 +125704,7 @@ 9 direction direction NOUN NN Number=Sing 4 obj 4:obj _ 10-11 you've _ _ _ _ _ _ _ _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ -11 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +11 've have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 never never ADV RB _ 13 advmod 13:advmod _ 13 dreamed dream VERB VBN Tense=Past|VerbForm=Part 9 acl:relcl 9:acl:relcl _ 14 of of ADP IN _ 13 obl 13:obl SpaceAfter=No @@ -125662,7 +125716,7 @@ 2 may may AUX MD VerbForm=Fin 4 aux 4:aux _ 3 also also ADV RB _ 4 advmod 4:advmod _ 4 change change VERB VB VerbForm=Inf 0 root 0:root _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 residence residence NOUN NN Number=Sing 4 obj 4:obj _ 7 during during ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -125673,9 +125727,9 @@ # text = Whether you start the year as a single person looking for a partner, or you've been married for many years, happiness in love does lie ahead. 1 Whether whether SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 start start VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 ccomp 28:ccomp _ +3 start start VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 28 ccomp 28:ccomp _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 year year NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ +5 year year NOUN NN Number=Sing 3 obj 3:obj _ 6 as as ADP IN _ 9 case 9:case _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 single single ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -125688,13 +125742,13 @@ 15 or or CCONJ CC _ 19 cc 19:cc _ 16-17 you've _ _ _ _ _ _ _ _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 19 nsubj 19:nsubj _ -17 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ +17 've have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 18 been be AUX VBN Tense=Past|VerbForm=Part 19 cop 19:cop _ 19 married married ADJ JJ Degree=Pos 3 conj 3:conj:or|28:ccomp _ 20 for for ADP IN _ 22 case 22:case _ 21 many many ADJ JJ Degree=Pos 22 amod 22:amod _ 22 years year NOUN NNS Number=Plur 19 obl 19:obl:for SpaceAfter=No -23 , , PUNCT , _ 28 punct 28:punct _ +23 , , PUNCT , _ 3 punct 3:punct _ 24 happiness happiness NOUN NN Number=Sing 28 nsubj 28:nsubj _ 25 in in ADP IN _ 26 case 26:case _ 26 love love NOUN NN Number=Sing 24 nmod 24:nmod:in _ @@ -125736,28 +125790,28 @@ 4 to to ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 banks bank NOUN NNS Number=Plur 3 obl 3:obl:to SpaceAfter=No -7 ; ; PUNCT , _ 3 punct 3:punct _ +7 ; ; PUNCT , _ 10 punct 10:punct _ 8 instead instead ADV RB _ 10 advmod 10:advmod SpaceAfter=No -9 , , PUNCT , _ 10 punct 10:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10 flow flow VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ 11 with with ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 tide tide NOUN NN Number=Sing 10 obl 10:obl:with _ 14 in in ADP IN _ 15 case 15:case _ -15 2005 2005 NUM CD NumType=Card 10 obl 10:obl:in SpaceAfter=No +15 2005 2005 NUM CD NumForm=Digit|NumType=Card 10 obl 10:obl:in SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0066 # text = Sagittarius in 2005 - Empowerment 1 Sagittarius Sagittarius PROPN NNP Number=Sing 0 root 0:root _ 2 in in ADP IN _ 3 case 3:case _ -3 2005 2005 NUM CD NumType=Card 1 nmod 1:nmod:in _ -4 - - PUNCT : _ 1 punct 1:punct _ +3 2005 2005 NUM CD NumForm=Digit|NumType=Card 1 nmod 1:nmod:in _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Empowerment empowerment NOUN NN Number=Sing 1 parataxis 1:parataxis _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0067 # text = Are you prepared to handle absolute power? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +1 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 3 prepared prepared ADJ JJ Degree=Pos 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ @@ -125770,21 +125824,21 @@ # text = If not, you will be soon! 1 If if SCONJ IN _ 2 mark 2:mark _ 2 not not PART RB _ 6 advcl 6:advcl:if SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 5 will will AUX MD VerbForm=Fin 6 aux 6:aux _ -6 be be VERB VB VerbForm=Inf 0 root 0:root _ +6 be be AUX VB VerbForm=Inf 0 root 0:root Promoted=Yes 7 soon soon ADV RB Degree=Pos 6 advmod 6:advmod SpaceAfter=No 8 ! ! PUNCT . _ 6 punct 6:punct _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0069 # text = Your ruling planet, Jupiter, will be in a special relationship with Pluto - called "mutual reception" - in 2005. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 ruling rule VERB VBG VerbForm=Ger 3 amod 3:amod _ 3 planet planet NOUN NN Number=Sing 12 nsubj 12:nsubj SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ 5 Jupiter Jupiter PROPN NNP Number=Sing 3 appos 3:appos SpaceAfter=No -6 , , PUNCT , _ 12 punct 12:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 will will AUX MD VerbForm=Fin 12 aux 12:aux _ 8 be be AUX VB VerbForm=Inf 12 cop 12:cop _ 9 in in ADP IN _ 12 case 12:case _ @@ -125793,15 +125847,15 @@ 12 relationship relationship NOUN NN Number=Sing 0 root 0:root _ 13 with with ADP IN _ 14 case 14:case _ 14 Pluto Pluto PROPN NNP Number=Sing 12 nmod 12:nmod:with _ -15 - - PUNCT , _ 12 punct 12:punct _ -16 called call VERB VBN Tense=Past|VerbForm=Part 12 acl 12:acl _ +15 - - PUNCT , _ 16 punct 16:punct _ +16 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 acl 12:acl _ 17 " " PUNCT `` _ 19 punct 19:punct SpaceAfter=No 18 mutual mutual ADJ JJ Degree=Pos 19 amod 19:amod _ 19 reception reception NOUN NN Number=Sing 16 xcomp 16:xcomp SpaceAfter=No 20 " " PUNCT '' _ 19 punct 19:punct _ -21 - - PUNCT , _ 12 punct 12:punct _ +21 - - PUNCT , _ 23 punct 23:punct _ 22 in in ADP IN _ 23 case 23:case _ -23 2005 2005 NUM CD NumType=Card 12 obl 12:obl:in SpaceAfter=No +23 2005 2005 NUM CD NumForm=Digit|NumType=Card 12 obl 12:obl:in SpaceAfter=No 24 . . PUNCT . _ 12 punct 12:punct _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0070 @@ -125812,7 +125866,7 @@ 3 so so ADV RB _ 4 advmod 4:advmod _ 4 much much ADJ JJ Degree=Pos 5 amod 5:amod _ 5 punch punch NOUN NN Number=Sing 2 nsubj 2:nsubj _ -6 packed pack VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +6 packed pack VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 7 into into ADP IN _ 9 case 9:case _ 8 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 combination combination NOUN NN Number=Sing 6 obl 6:obl:into _ @@ -125821,7 +125875,7 @@ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 12 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 13 almost almost ADV RB _ 14 advmod 14:advmod _ -14 scary scary ADJ JJ Degree=Pos 3 advcl 3:advcl:that SpaceAfter=No +14 scary scary ADJ JJ Degree=Pos 4 advcl 4:advcl:that SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0071 @@ -125838,7 +125892,7 @@ 9 ability ability NOUN NN Number=Sing 3 ccomp 3:ccomp _ 10 to to PART TO _ 11 mark 11:mark _ 11 choose choose VERB VB VerbForm=Inf 9 acl 9:acl:to _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 13 own own ADJ JJ Degree=Pos 14 amod 14:amod _ 14 destiny destiny NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ @@ -125853,7 +125907,7 @@ 5 ways way NOUN NNS Number=Plur 3 obj 3:obj _ 6 of of SCONJ IN _ 7 mark 7:mark _ 7 increasing increase VERB VBG VerbForm=Ger 5 acl 5:acl:of _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 effectiveness effectiveness NOUN NN Number=Sing 7 obj 7:obj _ 10 in in ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -125863,11 +125917,11 @@ 15 new new ADJ JJ Degree=Pos 16 amod 16:amod _ 16 skills skill NOUN NNS Number=Plur 14 obj 14:obj|18:nsubj _ 17 that that PRON WDT PronType=Rel 18 nsubj 16:ref _ -18 allow allow VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ -19 you you PRON PRP Case=Acc|Person=2|PronType=Prs 18 obj 18:obj|21:nsubj:xsubj _ +18 allow allow VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ +19 you you PRON PRP Case=Acc|Person=2|PronType=Prs 18 iobj 18:iobj|21:nsubj:xsubj _ 20 to to PART TO _ 21 mark 21:mark _ 21 live live VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ -22 more more ADV RBR _ 23 advmod 23:advmod _ +22 more more ADV RBR Degree=Cmp 23 advmod 23:advmod _ 23 abundantly abundantly ADV RB _ 21 advmod 21:advmod SpaceAfter=No 24 . . PUNCT . _ 3 punct 3:punct _ @@ -125875,12 +125929,12 @@ # text = By the second half of the year, you will finally feel welcome relief from the tight financial binds that have hindered you over the past two years. 1 By by ADP IN _ 4 case 4:case _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 second second ADJ JJ Degree=Pos|NumType=Ord 4 amod 4:amod _ -4 half half NOUN NN Number=Sing 12 obl 12:obl:by _ +3 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 4 amod 4:amod _ +4 half half NOUN NN Number=Sing|NumForm=Word|NumType=Frac 12 obl 12:obl:by _ 5 of of ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 year year NOUN NN Number=Sing 4 nmod 4:nmod:of SpaceAfter=No -8 , , PUNCT , _ 12 punct 12:punct _ +8 , , PUNCT , _ 4 punct 4:punct _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ 10 will will AUX MD VerbForm=Fin 12 aux 12:aux _ 11 finally finally ADV RB _ 12 advmod 12:advmod _ @@ -125893,47 +125947,47 @@ 18 financial financial ADJ JJ Degree=Pos 19 amod 19:amod _ 19 binds bind NOUN NNS Number=Plur 14 nmod 14:nmod:from|22:nsubj _ 20 that that PRON WDT PronType=Rel 22 nsubj 19:ref _ -21 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ +21 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ 22 hindered hinder VERB VBN Tense=Past|VerbForm=Part 19 acl:relcl 19:acl:relcl _ 23 you you PRON PRP Case=Acc|Person=2|PronType=Prs 22 obj 22:obj _ 24 over over ADP IN _ 28 case 28:case _ 25 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 26 past past ADJ JJ Degree=Pos 28 amod 28:amod _ -27 two two NUM CD NumType=Card 28 nummod 28:nummod _ +27 two two NUM CD NumForm=Word|NumType=Card 28 nummod 28:nummod _ 28 years year NOUN NNS Number=Plur 22 obl 22:obl:over SpaceAfter=No 29 . . PUNCT . _ 12 punct 12:punct _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0074 # text = And, a relationship you begin now will last a very long time - like, for the rest of your life. 1 And and CCONJ CC _ 9 cc 9:cc SpaceAfter=No -2 , , PUNCT , _ 9 punct 9:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 relationship relationship NOUN NN Number=Sing 9 nsubj 9:nsubj _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 begin begin VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +6 begin begin VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 now now ADV RB _ 6 advmod 6:advmod _ 8 will will AUX MD VerbForm=Fin 9 aux 9:aux _ 9 last last VERB VB VerbForm=Inf 0 root 0:root _ 10 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 11 very very ADV RB _ 12 advmod 12:advmod _ 12 long long ADJ JJ Degree=Pos 13 amod 13:amod _ -13 time time NOUN NN Number=Sing 9 obj 9:obj _ -14 - - PUNCT , _ 13 punct 13:punct _ +13 time time NOUN NN Number=Sing 9 obl:tmod 9:obl:tmod _ +14 - - PUNCT , _ 15 punct 15:punct _ 15 like like INTJ UH _ 13 discourse 13:discourse SpaceAfter=No -16 , , PUNCT , _ 13 punct 13:punct _ +16 , , PUNCT , _ 19 punct 19:punct _ 17 for for ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 rest rest NOUN NN Number=Sing 13 nmod 13:nmod:for _ 20 of of ADP IN _ 22 case 22:case _ -21 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 life life NOUN NN Number=Sing 19 nmod 19:nmod:of SpaceAfter=No 23 . . PUNCT . _ 9 punct 9:punct _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0075 # text = Overall, 2005 is sure to be a year you won't forget. 1 Overall overall ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ -3 2005 2005 NUM CD NumType=Card 5 nsubj 5:nsubj|9:nsubj:xsubj _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 2005 2005 NUM CD NumForm=Digit|NumType=Card 5 nsubj 5:nsubj|9:nsubj:xsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 sure sure ADJ JJ Degree=Pos 0 root 0:root _ 6 to to PART TO _ 9 mark 9:mark _ @@ -125951,42 +126005,42 @@ # text = Capricorn in 2005 - Resolution 1 Capricorn Capricorn PROPN NNP Number=Sing 0 root 0:root _ 2 in in ADP IN _ 3 case 3:case _ -3 2005 2005 NUM CD NumType=Card 1 nmod 1:nmod:in _ -4 - - PUNCT : _ 1 punct 1:punct _ +3 2005 2005 NUM CD NumForm=Digit|NumType=Card 1 nmod 1:nmod:in _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Resolution resolution NOUN NN Number=Sing 1 parataxis 1:parataxis _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0077 # text = You've got plenty of lucky breaks headed your way in 2005, friend Capricorn. 1-2 You've _ _ _ _ _ _ _ _ 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 got get VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 plenty plenty NOUN NN Number=Sing 3 obj 3:obj _ 5 of of ADP IN _ 7 case 7:case _ 6 lucky lucky ADJ JJ Degree=Pos 7 amod 7:amod _ 7 breaks break NOUN NNS Number=Plur 4 nmod 4:nmod:of _ -8 headed head VERB VBN Tense=Past|VerbForm=Part 7 acl 7:acl _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 headed head VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 way way NOUN NN Number=Sing 8 obj 8:obj _ 11 in in ADP IN _ 12 case 12:case _ -12 2005 2005 NUM CD NumType=Card 3 obl 3:obl:in SpaceAfter=No -13 , , PUNCT , _ 3 punct 3:punct _ -14 friend friend NOUN NN Number=Sing 15 compound 15:compound _ -15 Capricorn Capricorn PROPN NNP Number=Sing 3 obj 3:obj SpaceAfter=No +12 2005 2005 NUM CD NumForm=Digit|NumType=Card 3 obl 3:obl:in SpaceAfter=No +13 , , PUNCT , _ 14 punct 14:punct _ +14 friend friend NOUN NN Number=Sing 3 vocative 3:vocative _ +15 Capricorn Capricorn PROPN NNP Number=Sing 14 appos 14:appos SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0078 # text = The long awaited relief you've needed in your love life is around the corner, and by the end of the year you will feel much clearer about your partnerships in general. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 2 long long ADV RB Degree=Pos 3 compound 3:compound _ -3 awaited await VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod _ +3 awaited await VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod _ 4 relief relief NOUN NN Number=Sing 15 nsubj 15:nsubj _ 5-6 you've _ _ _ _ _ _ _ _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -6 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 've have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 needed need VERB VBN Tense=Past|VerbForm=Part 4 acl:relcl 4:acl:relcl _ 8 in in ADP IN _ 11 case 11:case _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 love love NOUN NN Number=Sing 11 compound 11:compound _ 11 life life NOUN NN Number=Sing 7 obl 7:obl:in _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ @@ -126005,9 +126059,9 @@ 25 will will AUX MD VerbForm=Fin 26 aux 26:aux _ 26 feel feel VERB VB VerbForm=Inf 15 conj 15:conj:and _ 27 much much ADV RB _ 28 advmod 28:advmod _ -28 clearer clearer ADJ JJR Degree=Cmp 26 xcomp 26:xcomp _ +28 clearer clear ADJ JJR Degree=Cmp 26 xcomp 26:xcomp _ 29 about about ADP IN _ 31 case 31:case _ -30 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ +30 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ 31 partnerships partnership NOUN NNS Number=Plur 28 obl 28:obl:about _ 32 in in ADP IN _ 33 case 33:case _ 33 general general ADJ JJ Degree=Pos 26 obl 26:obl:in SpaceAfter=No @@ -126016,16 +126070,16 @@ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0079 # text = Financially, it could be a lean year, although some advance planning can help you weather the storm. 1 Financially financially ADV RB _ 8 advmod 8:advmod SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 4 could could AUX MD VerbForm=Fin 8 aux 8:aux _ 5 be be AUX VB VerbForm=Inf 8 cop 8:cop _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 lean lean ADJ JJ Degree=Pos 8 amod 8:amod _ 8 year year NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 15 punct 15:punct _ 10 although although SCONJ IN _ 15 mark 15:mark _ -11 some some DET DT _ 13 det 13:det _ +11 some some DET DT PronType=Ind 13 det 13:det _ 12 advance advance ADJ JJ Degree=Pos 13 amod 13:amod _ 13 planning planning NOUN NN Number=Sing 15 nsubj 15:nsubj _ 14 can can AUX MD VerbForm=Fin 15 aux 15:aux _ @@ -126038,7 +126092,7 @@ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0080 # text = Your career opportunities will expand exponentially, and you're likely to change jobs or positions this year. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 career career NOUN NN Number=Sing 3 compound 3:compound _ 3 opportunities opportunity NOUN NNS Number=Plur 5 nsubj 5:nsubj _ 4 will will AUX MD VerbForm=Fin 5 aux 5:aux _ @@ -126048,7 +126102,7 @@ 8 and and CCONJ CC _ 11 cc 11:cc _ 9-10 you're _ _ _ _ _ _ _ _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj|13:nsubj:xsubj _ -10 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +10 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 11 likely likely ADJ JJ Degree=Pos 5 conj 5:conj:and _ 12 to to PART TO _ 13 mark 13:mark _ 13 change change VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ @@ -126063,11 +126117,11 @@ # text = At times, the pressure on your job and home life may seem unbearable, but rest assured you will come through this stronger - and wiser - than ever, as more is revealed and resolved in 2005. 1 At at ADP IN _ 2 case 2:case _ 2 times time NOUN NNS Number=Plur 13 obl 13:obl:at SpaceAfter=No -3 , , PUNCT , _ 13 punct 13:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 pressure pressure NOUN NN Number=Sing 13 nsubj 13:nsubj|14:nsubj:xsubj|17:nsubj _ 6 on on ADP IN _ 8 case 8:case _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 job job NOUN NN Number=Sing 5 nmod 5:nmod:on _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 home home NOUN NN Number=Sing 11 compound 11:compound _ @@ -126078,52 +126132,52 @@ 15 , , PUNCT , _ 17 punct 17:punct _ 16 but but CCONJ CC _ 17 cc 17:cc _ 17 rest rest VERB VB Mood=Imp|VerbForm=Fin 13 conj 13:conj:but _ -18 assured assure VERB VBN Tense=Past|VerbForm=Part 17 advcl 17:advcl _ +18 assured assure VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 advcl 17:advcl _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 21 nsubj 21:nsubj|24:nsubj:xsubj|27:nsubj:xsubj _ 20 will will AUX MD VerbForm=Fin 21 aux 21:aux _ 21 come come VERB VB VerbForm=Inf 18 ccomp 18:ccomp _ 22 through through ADP IN _ 23 case 23:case _ 23 this this PRON DT Number=Sing|PronType=Dem 21 obl 21:obl:through _ -24 stronger stronger ADJ JJR Degree=Cmp 21 xcomp 21:xcomp _ -25 - - PUNCT , _ 24 punct 24:punct _ +24 stronger strong ADJ JJR Degree=Cmp 21 xcomp 21:xcomp _ +25 - - PUNCT , _ 27 punct 27:punct _ 26 and and CCONJ CC _ 27 cc 27:cc _ -27 wiser wiser ADJ JJR Degree=Cmp 24 conj 21:xcomp|24:conj:and _ -28 - - PUNCT , _ 24 punct 24:punct _ +27 wiser wise ADJ JJR Degree=Cmp 24 conj 21:xcomp|24:conj:and _ +28 - - PUNCT , _ 30 punct 30:punct _ 29 than than ADP IN _ 30 mark 30:mark _ 30 ever ever ADV RB _ 24 advcl 24:advcl:than SpaceAfter=No -31 , , PUNCT , _ 21 punct 21:punct _ +31 , , PUNCT , _ 35 punct 35:punct _ 32 as as SCONJ IN _ 35 mark 35:mark _ 33 more more ADJ JJR Degree=Cmp 35 nsubj:pass 35:nsubj:pass|37:nsubj:pass _ 34 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 35 aux:pass 35:aux:pass _ 35 revealed reveal VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 advcl 21:advcl:as _ 36 and and CCONJ CC _ 37 cc 37:cc _ -37 resolved resolve VERB VBN Tense=Past|VerbForm=Part 35 conj 21:advcl:as|35:conj:and _ +37 resolved resolve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 35 conj 21:advcl:as|35:conj:and _ 38 in in ADP IN _ 39 case 39:case _ -39 2005 2005 NUM CD NumType=Card 35 obl 35:obl:in SpaceAfter=No +39 2005 2005 NUM CD NumForm=Digit|NumType=Card 35 obl 35:obl:in SpaceAfter=No 40 . . PUNCT . _ 13 punct 13:punct _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0082 # text = Aquarius in 2005 - Magic 1 Aquarius Aquarius PROPN NNP Number=Sing 0 root 0:root _ 2 in in ADP IN _ 3 case 3:case _ -3 2005 2005 NUM CD NumType=Card 1 nmod 1:nmod:in _ -4 - - PUNCT : _ 1 punct 1:punct _ +3 2005 2005 NUM CD NumForm=Digit|NumType=Card 1 nmod 1:nmod:in _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Magic magic NOUN NN Number=Sing 1 parataxis 1:parataxis _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0083 # text = 2005 sees you expanding your intuitive and psychic skills even more, Aquarius. -1 2005 2005 NUM CD NumType=Card 2 nsubj 2:nsubj _ +1 2005 2005 NUM CD NumForm=Digit|NumType=Card 2 nsubj 2:nsubj _ 2 sees see VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 expanding expand VERB VBG VerbForm=Ger 2 ccomp 2:ccomp _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 6 intuitive intuitive ADJ JJ Degree=Pos 9 amod 9:amod _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 psychic psychic ADJ JJ Degree=Pos 6 conj 6:conj:and|9:amod _ 9 skills skill NOUN NNS Number=Plur 4 obj 4:obj _ 10 even even ADV RB _ 11 advmod 11:advmod _ -11 more more ADV RBR _ 4 advmod 4:advmod SpaceAfter=No -12 , , PUNCT , _ 4 punct 4:punct _ +11 more more ADV RBR Degree=Cmp 4 advmod 4:advmod SpaceAfter=No +12 , , PUNCT , _ 13 punct 13:punct _ 13 Aquarius Aquarius PROPN NNP Number=Sing 4 vocative 4:vocative SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ @@ -126134,17 +126188,17 @@ 3 of of ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 universe universe NOUN NN Number=Sing 2 nmod 2:nmod:of _ -6 continue continue VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 continue continue VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 attract attract VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 intrigue intrigue VERB VB VerbForm=Inf 8 conj 6:xcomp|8:conj:and _ 11 you you PRON PRP Case=Acc|Person=2|PronType=Prs 8 obj 8:obj|10:obj SpaceAfter=No -12 , , PUNCT , _ 8 punct 8:punct _ +12 , , PUNCT , _ 15 punct 15:punct _ 13 as as SCONJ IN _ 15 mark 15:mark _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ -15 apply apply VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:as _ -16 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +15 apply apply VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:as _ +16 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 17 mystical mystical ADJ JJ Degree=Pos 18 amod 18:amod _ 18 awareness awareness NOUN NN Number=Sing 15 obj 15:obj _ 19 to to ADP IN _ 22 case 22:case _ @@ -126153,27 +126207,27 @@ 22 decisions decision NOUN NNS Number=Plur 15 obl 15:obl:to _ 23 upcoming upcoming ADJ JJ Degree=Pos 22 acl:relcl 22:acl:relcl _ 24 in in ADP IN _ 26 case 26:case _ -25 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 life life NOUN NN Number=Sing 23 obl 23:obl:in SpaceAfter=No -27 , , PUNCT , _ 22 punct 22:punct _ +27 , , PUNCT , _ 30 punct 30:punct _ 28 especially especially ADV RB _ 30 advmod 30:advmod _ 29 concerning concern VERB VBG VerbForm=Ger 30 case 30:case _ -30 partnerships partnership NOUN NNS Number=Plur 22 nmod 22:nmod:concern _ +30 partnerships partnership NOUN NNS Number=Plur 22 nmod 22:nmod:concerning _ 31 of of ADP IN _ 33 case 33:case _ -32 all all DET DT _ 33 det 33:det _ +32 all all DET DT PronType=Tot 33 det 33:det _ 33 kinds kind NOUN NNS Number=Plur 30 nmod 30:nmod:of SpaceAfter=No 34 . . PUNCT . _ 6 punct 6:punct _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0085 # text = 2005 is bound to bring at least one major success in the love department, and your career will be brimming with new enthusiasm and innovation. -1 2005 2005 NUM CD NumType=Card 3 nsubj 3:nsubj|5:nsubj:xsubj _ +1 2005 2005 NUM CD NumForm=Digit|NumType=Card 3 nsubj 3:nsubj|5:nsubj:xsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 bound bound ADJ JJ Degree=Pos 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 bring bring VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 at at ADV RB _ 7 case 7:case _ -7 least least ADV RBS Degree=Sup 8 nmod 8:nmod:at _ -8 one one NUM CD NumType=Card 10 nummod 10:nummod _ +6 at at ADP IN _ 7 case 7:case _ +7 least least ADJ JJS Degree=Sup 8 nmod 8:nmod:at _ +8 one one NUM CD NumForm=Word|NumType=Card 10 nummod 10:nummod _ 9 major major ADJ JJ Degree=Pos 10 amod 10:amod _ 10 success success NOUN NN Number=Sing 5 obj 5:obj _ 11 in in ADP IN _ 14 case 14:case _ @@ -126182,7 +126236,7 @@ 14 department department NOUN NN Number=Sing 10 nmod 10:nmod:in SpaceAfter=No 15 , , PUNCT , _ 21 punct 21:punct _ 16 and and CCONJ CC _ 21 cc 21:cc _ -17 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 career career NOUN NN Number=Sing 21 nsubj 21:nsubj _ 19 will will AUX MD VerbForm=Fin 21 aux 21:aux _ 20 be be AUX VB VerbForm=Inf 21 aux 21:aux _ @@ -126196,9 +126250,9 @@ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0086 # text = Not only that, but travel, adventure, and personal expansion infuse fresh energy into all areas of your life. -1 Not not PART RB _ 2 advmod 2:advmod _ +1 Not not PART RB _ 3 advmod 3:advmod _ 2 only only ADV RB _ 3 advmod 3:advmod _ -3 that that DET DT Number=Sing|PronType=Dem 0 root 0:root SpaceAfter=No +3 that that PRON DT Number=Sing|PronType=Dem 0 root 0:root SpaceAfter=No 4 , , PUNCT , _ 13 punct 13:punct _ 5 but but CCONJ CC _ 13 cc 13:cc _ 6 travel travel NOUN NN Number=Sing 13 nsubj 13:nsubj SpaceAfter=No @@ -126208,14 +126262,14 @@ 10 and and CCONJ CC _ 12 cc 12:cc _ 11 personal personal ADJ JJ Degree=Pos 12 amod 12:amod _ 12 expansion expansion NOUN NN Number=Sing 6 conj 6:conj:and|13:nsubj _ -13 infuse infuse VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ +13 infuse infuse VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ 14 fresh fresh ADJ JJ Degree=Pos 15 amod 15:amod _ 15 energy energy NOUN NN Number=Sing 13 obj 13:obj _ 16 into into ADP IN _ 18 case 18:case _ -17 all all DET DT _ 18 det 18:det _ +17 all all DET DT PronType=Tot 18 det 18:det _ 18 areas area NOUN NNS Number=Plur 13 obl 13:obl:into _ 19 of of ADP IN _ 21 case 21:case _ -20 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 life life NOUN NN Number=Sing 18 nmod 18:nmod:of SpaceAfter=No 22 . . PUNCT . _ 3 punct 3:punct _ @@ -126226,11 +126280,11 @@ 2 year year NOUN NN Number=Sing 4 nmod:poss 4:nmod:poss _ 3 's 's PART POS _ 2 case 2:case _ 4 end end NOUN NN Number=Sing 13 obl 13:obl:by SpaceAfter=No -5 , , PUNCT , _ 13 punct 13:punct _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +5 , , PUNCT , _ 4 punct 4:punct _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 7 creative creative ADJ JJ Degree=Pos 10 amod 10:amod _ 8 decision decision NOUN NN Number=Sing 10 compound 10:compound SpaceAfter=No -9 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +9 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No 10 making making NOUN NN Number=Sing 13 nsubj 13:nsubj _ 11 will will AUX MD VerbForm=Fin 13 aux 13:aux _ 12 have have AUX VB VerbForm=Inf 13 aux 13:aux _ @@ -126240,7 +126294,7 @@ 16 whole whole ADJ JJ Degree=Pos 18 amod 18:amod _ 17 new new ADJ JJ Degree=Pos 18 amod 18:amod _ 18 peaks peak NOUN NNS Number=Plur 13 obl 13:obl:to _ -19 - - PUNCT , _ 18 punct 18:punct _ +19 - - PUNCT , _ 24 punct 24:punct _ 20 and and CCONJ CC _ 24 cc 24:cc _ 21 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 22 whole whole ADJ JJ Degree=Pos 24 amod 24:amod _ @@ -126254,10 +126308,10 @@ # text = Pisces in 2005 - Self-confidence 1 Pisces Pisces PROPN NNP Number=Sing 0 root 0:root _ 2 in in ADP IN _ 3 case 3:case _ -3 2005 2005 NUM CD NumType=Card 1 nmod 1:nmod:in _ -4 - - PUNCT : _ 1 punct 1:punct _ +3 2005 2005 NUM CD NumForm=Digit|NumType=Card 1 nmod 1:nmod:in _ +4 - - PUNCT : _ 7 punct 7:punct _ 5 Self self NOUN NN Number=Sing 7 compound 7:compound SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 confidence confidence NOUN NN Number=Sing 1 parataxis 1:parataxis _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0089 @@ -126270,7 +126324,7 @@ 5 year year NOUN NN Number=Sing 0 root 0:root _ 6 for for ADP IN _ 7 case 7:case _ 7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 5 obl 5:obl:for SpaceAfter=No -8 , , PUNCT , _ 5 punct 5:punct _ +8 , , PUNCT , _ 10 punct 10:punct _ 9 friend friend NOUN NN Number=Sing 10 compound 10:compound _ 10 Pisces Pisces PROPN NNP Number=Sing 5 vocative 5:vocative SpaceAfter=No 11 . . PUNCT . _ 5 punct 5:punct _ @@ -126279,18 +126333,18 @@ # text = No doubt, in 2005 you'll find yourself pushed more and more out into the world. 1 No no ADV RB _ 2 advmod 2:advmod _ 2 doubt doubt ADV RB _ 8 advmod 8:advmod SpaceAfter=No -3 , , PUNCT , _ 8 punct 8:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 in in ADP IN _ 5 case 5:case _ -5 2005 2005 NUM CD NumType=Card 8 obl 8:obl:in _ +5 2005 2005 NUM CD NumForm=Digit|NumType=Card 8 obl 8:obl:in _ 6-7 you'll _ _ _ _ _ _ _ _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ 7 'll will AUX MD VerbForm=Fin 8 aux 8:aux _ 8 find find VERB VB VerbForm=Inf 0 root 0:root _ 9 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 8 obj 8:obj _ -10 pushed push VERB VBN Tense=Past|VerbForm=Part 9 advcl 9:advcl _ -11 more more ADV RBR _ 10 advmod 10:advmod _ +10 pushed push VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 xcomp 8:xcomp _ +11 more more ADV RBR Degree=Cmp 10 advmod 10:advmod _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 more more ADV RBR _ 11 conj 10:advmod|11:conj:and _ +13 more more ADV RBR Degree=Cmp 11 conj 10:advmod|11:conj:and _ 14 out out ADV RB _ 10 advmod 10:advmod _ 15 into into ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -126327,17 +126381,17 @@ 7 breaks break NOUN NNS Number=Plur 4 conj 2:nmod:of|4:conj:and _ 8 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 year year NOUN NN Number=Sing 1 obl:tmod 1:obl:tmod SpaceAfter=No -10 , , PUNCT , _ 1 punct 1:punct _ +10 , , PUNCT , _ 13 punct 13:punct _ 11 with with SCONJ IN _ 13 mark 13:mark _ 12 Uranus Uranus PROPN NNP Number=Sing 13 nsubj 13:nsubj _ 13 bringing bring VERB VBG VerbForm=Ger 1 advcl 1:advcl:with _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 unexpected unexpected ADJ JJ Degree=Pos 13 obj 13:obj _ 16 in in ADP IN _ 18 case 18:case _ -17 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 career career NOUN NN Number=Sing 13 obl 13:obl:in SpaceAfter=No 19 , , PUNCT , _ 22 punct 22:punct _ -20 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +20 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 21 love love NOUN NN Number=Sing 22 compound 22:compound _ 22 life life NOUN NN Number=Sing 18 conj 13:obl:in|18:conj:and SpaceAfter=No 23 , , PUNCT , _ 26 punct 26:punct _ @@ -126351,12 +126405,12 @@ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0093 # text = At some point during the year, you could pick up a financial windfall, hear of a great career opportunity, or unexpectedly meet the love of your life. 1 At at ADP IN _ 3 case 3:case _ -2 some some DET DT _ 3 det 3:det _ +2 some some DET DT PronType=Ind 3 det 3:det _ 3 point point NOUN NN Number=Sing 10 obl 10:obl:at _ 4 during during ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 year year NOUN NN Number=Sing 3 nmod 3:nmod:during SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj|16:nsubj|25:nsubj _ 9 could could AUX MD VerbForm=Fin 10 aux 10:aux _ 10 pick pick VERB VB VerbForm=Inf 0 root 0:root _ @@ -126378,7 +126432,7 @@ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 love love NOUN NN Number=Sing 25 obj 25:obj _ 28 of of ADP IN _ 30 case 30:case _ -29 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +29 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 30 life life NOUN NN Number=Sing 27 nmod 27:nmod:of SpaceAfter=No 31 . . PUNCT . _ 10 punct 10:punct _ @@ -126390,7 +126444,7 @@ 3 important important ADJ JJ Degree=Pos 0 root 0:root _ 4 that that SCONJ IN _ 6 mark 6:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 take take VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 csubj 3:csubj _ +6 take take VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 csubj 3:csubj _ 7 retreats retreat NOUN NNS Number=Plur 6 obj 6:obj _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 plenty plenty NOUN NN Number=Sing 7 conj 6:obj|7:conj:and _ @@ -126400,14 +126454,14 @@ 13 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 11 nmod 11:nmod:for _ 14 to to PART TO _ 15 mark 15:mark _ 15 regenerate regenerate VERB VB VerbForm=Inf 6 advcl 6:advcl:to SpaceAfter=No -16 , , PUNCT , _ 6 punct 6:punct _ +16 , , PUNCT , _ 30 punct 30:punct _ 17 as as SCONJ IN _ 30 mark 30:mark _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 rate rate NOUN NN Number=Sing 30 nsubj 30:nsubj|32:nsubj _ 20 of of ADP IN _ 21 case 21:case _ 21 change change NOUN NN Number=Sing 19 nmod 19:nmod:of _ 22 in in ADP IN _ 27 case 27:case _ -23 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +23 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 24 personal personal ADJ JJ Degree=Pos 27 amod 27:amod _ 25 and and CCONJ CC _ 26 cc 26:cc _ 26 professional professional ADJ JJ Degree=Pos 24 conj 24:conj:and|27:amod _ @@ -126434,7 +126488,7 @@ 11 to to PART TO _ 12 mark 12:mark _ 12 flourish flourish VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 13 in in ADP IN _ 14 case 14:case _ -14 2005 2005 NUM CD NumType=Card 12 obl 12:obl:in SpaceAfter=No +14 2005 2005 NUM CD NumForm=Digit|NumType=Card 12 obl 12:obl:in SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0096 @@ -126443,7 +126497,7 @@ 2 Expect expect VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 unexpected unexpected ADJ JJ Degree=Pos 2 obj 2:obj SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct SpaceAfter=No +5 , , PUNCT , _ 2 punct 2:punct SpaceAfter=No 6 " " PUNCT '' _ 2 punct 2:punct _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 enjoy enjoy VERB VB Mood=Imp|VerbForm=Fin 2 conj 2:conj:and _ @@ -126483,26 +126537,26 @@ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0100 # text = Share Your Mails mayur...@yahoo.com 1 Share share VERB VB Mood=Imp|VerbForm=Fin 5 parataxis 5:parataxis _ -2 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 Mails mail NOUN NNS Number=Plur 1 obj 1:obj _ -4 < < PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No +4 < < PUNCT -LRB- _ 1 punct 1:punct SpaceAfter=No 5 mailto:mayur...@yahoo.com mailto:mayur...@yahoo.com X ADD _ 0 root 0:root SpaceAfter=No -6 > > PUNCT -RRB- _ 5 punct 5:punct _ +6 > > PUNCT -RRB- _ 7 punct 7:punct _ 7 mayur...@yahoo.com mayur...@yahoo.com X ADD _ 5 list 5:list _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0101 # text = SMS Me... 09819602175 1 SMS sm VERB VB Mood=Imp|VerbForm=Fin 4 parataxis 4:parataxis _ 2 Me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 1 obj 1:obj SpaceAfter=No -3 ... ... PUNCT , _ 4 punct 4:punct _ -4 09819602175 09819602175 NUM CD NumType=Card 0 root 0:root _ +3 ... ... PUNCT , _ 1 punct 1:punct _ +4 09819602175 09819602175 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0102 # text = Talk to me 1 Talk talk VERB VB Mood=Imp|VerbForm=Fin 5 parataxis 5:parataxis _ 2 to to ADP IN _ 3 case 3:case _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 1 obl 1:obl:to _ -4 < < PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No +4 < < PUNCT -LRB- _ 1 punct 1:punct SpaceAfter=No 5 ymsgr:sendIM?mayursha&__Hi+Mayur... ymsgr:sendim?mayursha&__hi+mayur... X ADD _ 0 root 0:root SpaceAfter=No 6 > > PUNCT -RRB- _ 5 punct 5:punct _ @@ -126521,8 +126575,8 @@ # sent_id = newsgroup-groups.google.com_magicworld_04c89d43ff4fd6ea_ENG_20050104_152000-0105 # text = 1K Download -1 1 1 NUM CD NumType=Card 2 compound 2:compound SpaceAfter=No -2 K k NUM CD NumType=Card 3 nummod 3:nummod _ +1 1 1 NUM CD NumForm=Digit|NumType=Card 2 compound 2:compound SpaceAfter=No +2 K thousand NUM CD Abbr=Yes|NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 Download download NOUN NN Number=Sing 0 root 0:root _ # newdoc id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200 @@ -126535,31 +126589,31 @@ # text = The mysterious RAPHAEL Holinshed was named for the mysterious Neoplatonic Italian painter RAPHAEL Sanzio who painted _St.George Fighting the Dragon_ (1504-06) 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 mysterious mysterious ADJ JJ Degree=Pos 3 amod 3:amod _ -3 RAPHAEL RAPHAEL PROPN NNP Number=Sing 6 nsubj:pass 6:nsubj:pass _ +3 RAPHAEL Raphael PROPN NNP Number=Sing 6 nsubj:pass 6:nsubj:pass _ 4 Holinshed Holinshed PROPN NNP Number=Sing 3 flat 3:flat _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ -6 named name VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +6 named name VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 for for ADP IN _ 12 case 12:case _ 8 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 9 mysterious mysterious ADJ JJ Degree=Pos 12 amod 12:amod _ 10 Neoplatonic neoplatonic ADJ JJ Degree=Pos 12 amod 12:amod _ -11 Italian italian ADJ JJ Degree=Pos 12 amod 12:amod _ +11 Italian Italian ADJ JJ Degree=Pos 12 amod 12:amod _ 12 painter painter NOUN NN Number=Sing 6 obl 6:obl:for|16:nsubj _ -13 RAPHAEL RAPHAEL PROPN NNP Number=Sing 12 appos 12:appos _ +13 RAPHAEL Raphael PROPN NNP Number=Sing 12 appos 12:appos _ 14 Sanzio Sanzio PROPN NNP Number=Sing 13 flat 13:flat _ 15 who who PRON WP PronType=Rel 16 nsubj 12:ref _ -16 painted paint VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ -17 _ _ SYM NFP _ 18 punct 18:punct SpaceAfter=No -18 St. St. PROPN NNP Number=Sing 16 obj 16:obj SpaceAfter=No +16 painted paint VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +17 _ _ PUNCT NFP _ 20 punct 20:punct SpaceAfter=No +18 St. St. PROPN NNP Number=Sing 20 nsubj 20:nsubj CorrectSpaceAfter=Yes|SpaceAfter=No 19 George George PROPN NNP Number=Sing 18 flat 18:flat _ -20 Fighting fight VERB VBG VerbForm=Ger 18 acl 18:acl _ +20 Fighting fight VERB VBG VerbForm=Ger 16 obj 16:obj _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 Dragon Dragon PROPN NNP Number=Sing 20 obj 20:obj SpaceAfter=No -23 _ _ SYM NFP _ 18 punct 18:punct _ +23 _ _ PUNCT NFP _ 25 punct 25:punct _ 24 ( ( PUNCT -LRB- _ 25 punct 25:punct SpaceAfter=No -25 1504 1504 NUM CD NumType=Card 18 nmod:tmod 18:nmod:tmod SpaceAfter=No +25 1504 1504 NUM CD NumForm=Digit|NumType=Card 20 nmod:tmod 20:nmod:tmod SpaceAfter=No 26 - - SYM SYM _ 27 case 27:case SpaceAfter=No -27 06 06 NUM CD NumType=Card 15 nmod 15:nmod SpaceAfter=No +27 06 06 NUM CD NumForm=Digit|NumType=Card 25 nmod 25:nmod SpaceAfter=No 28 ) ) PUNCT -RRB- _ 25 punct 25:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0003 @@ -126576,14 +126630,14 @@ 1 Like like ADP IN _ 2 case 2:case _ 2 William William PROPN NNP Number=Sing 9 obl 9:obl:like _ 3 Shakspere Shakspere PROPN NNP Number=Sing 2 flat 2:flat _ -4 RAPHAEL RAPHAEL PROPN NNP Number=Sing 9 nsubj 9:nsubj _ +4 RAPHAEL Raphael PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 5 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 painter painter NOUN NN Number=Sing 4 appos 4:appos SpaceAfter=No 8 ) ) PUNCT -RRB- _ 7 punct 7:punct _ -9 died die VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 died die VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 on on ADP IN _ 13 case 13:case _ -11 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 12 April April PROPN NNP Number=Sing 13 compound 13:compound _ 13 birthday birthday NOUN NN Number=Sing 9 obl 9:obl:on _ 14 Laura Laura PROPN NNP Number=Sing 18 nmod:poss 18:nmod:poss _ @@ -126600,14 +126654,14 @@ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0007 # text = ARCHILOCHUS solar eclipse: April 6, 648 BC Friday -1 ARCHILOCHUS ARCHILOCHUS PROPN NNP Number=Sing 3 compound 3:compound _ +1 ARCHILOCHUS Archilochus PROPN NNP Number=Sing 3 compound 3:compound _ 2 solar solar ADJ JJ Degree=Pos 3 amod 3:amod _ 3 eclipse eclipse NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -4 : : PUNCT : _ 3 punct 3:punct _ +4 : : PUNCT : _ 5 punct 5:punct _ 5 April April PROPN NNP Number=Sing 3 appos 3:appos _ -6 6 6 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No -7 , , PUNCT , _ 5 punct 5:punct _ -8 648 648 NUM CD NumType=Card 9 nummod 9:nummod _ +6 6 6 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +7 , , PUNCT , _ 9 punct 9:punct _ +8 648 648 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 BC bc NOUN NN Number=Sing 5 nmod:tmod 5:nmod:tmod _ 10 Friday Friday PROPN NNP Number=Sing 5 appos 5:appos _ @@ -126620,62 +126674,62 @@ 4 Earth Earth PROPN NNP Number=Sing 2 obl 2:obl:to SpaceAfter=No 5 : : PUNCT : _ 6 punct 6:punct _ 6 April April PROPN NNP Number=Sing 2 appos 2:appos _ -7 6 6 NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No -8 , , PUNCT , _ 6 punct 6:punct _ -9 610 610 NUM CD NumType=Card 10 nummod 10:nummod _ +7 6 6 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No +8 , , PUNCT , _ 10 punct 10:punct _ +9 610 610 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 AD ad NOUN NN Number=Sing 6 nmod:tmod 6:nmod:tmod _ 11 Monday Monday PROPN NNP Number=Sing 6 appos 6:appos _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0009 # text = CLEMENT's St.Methodius dies: April 6, 884 Monday 1-2 CLEMENT's _ _ _ _ _ _ _ _ -1 CLEMENT CLEMENT PROPN NNP Number=Sing 3 nmod:poss 3:nmod:poss _ +1 CLEMENT Clement PROPN NNP Number=Sing 3 nmod:poss 3:nmod:poss _ 2 's 's PART POS _ 1 case 1:case _ -3 St. St. PROPN NNP Number=Sing 5 nsubj 5:nsubj SpaceAfter=No +3 St. St. PROPN NNP Number=Sing 5 nsubj 5:nsubj CorrectSpaceAfter=Yes|SpaceAfter=No 4 Methodius Methodius PROPN NNP Number=Sing 3 flat 3:flat _ 5 dies die VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 6 : : PUNCT : _ 7 punct 7:punct _ 7 April April PROPN NNP Number=Sing 5 appos 5:appos _ -8 6 6 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No -9 , , PUNCT , _ 7 punct 7:punct _ -10 884 884 NUM CD NumType=Card 7 nummod 7:nummod _ +8 6 6 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No +9 , , PUNCT , _ 10 punct 10:punct _ +10 884 884 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 11 Monday Monday PROPN NNP Number=Sing 7 appos 7:appos _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0010 # text = Petrarch meets LAURA: April 6, 1327 Monday 1 Petrarch Petrarch PROPN NNP Number=Sing 2 nsubj 2:nsubj _ 2 meets meet VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 LAURA LAURA PROPN NNP Number=Sing 2 obj 2:obj SpaceAfter=No +3 LAURA Laura PROPN NNP Number=Sing 2 obj 2:obj SpaceAfter=No 4 : : PUNCT : _ 5 punct 5:punct _ 5 April April PROPN NNP Number=Sing 2 appos 2:appos _ -6 6 6 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No -7 , , PUNCT , _ 5 punct 5:punct _ -8 1327 1327 NUM CD NumType=Card 5 nummod 5:nummod _ +6 6 6 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +7 , , PUNCT , _ 8 punct 8:punct _ +8 1327 1327 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 9 Monday Monday PROPN NNP Number=Sing 5 appos 5:appos _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0011 # text = DURER dies: April 6, 1528 Monday -1 DURER DURER PROPN NNP Number=Sing 2 nsubj 2:nsubj _ +1 DURER Durer PROPN NNP Number=Sing 2 nsubj 2:nsubj _ 2 dies die VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 3 : : PUNCT : _ 4 punct 4:punct _ 4 April April PROPN NNP Number=Sing 2 appos 2:appos _ -5 6 6 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No -6 , , PUNCT , _ 4 punct 4:punct _ -7 1528 1528 NUM CD NumType=Card 4 nummod 4:nummod _ +5 6 6 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No +6 , , PUNCT , _ 7 punct 7:punct _ +7 1528 1528 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 8 Monday Monday PROPN NNP Number=Sing 4 appos 4:appos _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0012 # text = BRIDGET Vere's birth: April 6, 1584 Monday -1 BRIDGET BRIDGET PROPN NNP Number=Sing 4 nmod:poss 4:nmod:poss _ +1 BRIDGET Bridget PROPN NNP Number=Sing 4 nmod:poss 4:nmod:poss _ 2-3 Vere's _ _ _ _ _ _ _ _ 2 Vere Vere PROPN NNP Number=Sing 1 flat 1:flat _ 3 's 's PART POS _ 1 case 1:case _ 4 birth birth NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -5 : : PUNCT : _ 4 punct 4:punct _ +5 : : PUNCT : _ 6 punct 6:punct _ 6 April April PROPN NNP Number=Sing 4 appos 4:appos _ -7 6 6 NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No -8 , , PUNCT , _ 6 punct 6:punct _ -9 1584 1584 NUM CD NumType=Card 6 nummod 6:nummod _ +7 6 6 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No +8 , , PUNCT , _ 9 punct 9:punct _ +9 1584 1584 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 10 Monday Monday PROPN NNP Number=Sing 6 appos 6:appos _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0013 @@ -126686,9 +126740,9 @@ 4 dies die VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 5 : : PUNCT : _ 6 punct 6:punct _ 6 April April PROPN NNP Number=Sing 4 appos 4:appos _ -7 6 6 NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No -8 , , PUNCT , _ 6 punct 6:punct _ -9 1590 1590 NUM CD NumType=Card 6 nummod 6:nummod _ +7 6 6 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No +8 , , PUNCT , _ 9 punct 9:punct _ +9 1590 1590 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 10 Monday Monday PROPN NNP Number=Sing 6 appos 6:appos _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0014 @@ -126698,28 +126752,28 @@ 3 of of ADP IN _ 4 case 4:case _ 4 Crete Crete PROPN NNP Number=Sing 2 nmod 2:nmod:of SpaceAfter=No 5 " " PUNCT '' _ 2 punct 2:punct _ -6 EL EL PROPN NNP Number=Sing 8 nsubj 8:nsubj _ -7 GRECO GRECO PROPN NNP Number=Sing 6 flat 6:flat _ +6 EL El PROPN NNP Number=Sing 8 nsubj 8:nsubj _ +7 GRECO Greco PROPN NNP Number=Sing 6 flat 6:flat _ 8 dies die VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 9 : : PUNCT : _ 10 punct 10:punct _ 10 April April PROPN NNP Number=Sing 8 appos 8:appos _ -11 7 7 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No -12 , , PUNCT , _ 10 punct 10:punct _ -13 1614 1614 NUM CD NumType=Card 10 nummod 10:nummod _ +11 7 7 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No +12 , , PUNCT , _ 13 punct 13:punct _ +13 1614 1614 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 14 Monday Monday PROPN NNP Number=Sing 10 appos 10:appos _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0015 # text = {LUCIO: Does BRIDGET PAINT still, Pompey, ha? 1 { { PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No -2 LUCIO LUCIO PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +2 LUCIO Lucio PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No +3 : : PUNCT : _ 6 punct 6:punct _ 4 Does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ -5 BRIDGET BRIDGET PROPN NNP Number=Sing 6 nsubj 6:nsubj _ +5 BRIDGET Bridget PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 6 PAINT paint VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ 7 still still ADV RB _ 6 advmod 6:advmod SpaceAfter=No -8 , , PUNCT , _ 6 punct 6:punct _ +8 , , PUNCT , _ 9 punct 9:punct _ 9 Pompey Pompey PROPN NNP Number=Sing 6 vocative 6:vocative SpaceAfter=No -10 , , PUNCT , _ 6 punct 6:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 ha ha INTJ UH _ 6 discourse 6:discourse SpaceAfter=No 12 ? ? PUNCT . _ 2 punct 2:punct _ @@ -126728,93 +126782,94 @@ 1 [ [ PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No 2 MfM MfM PROPN NNP Number=Sing 0 root 0:root _ 3 Act act NOUN NN Number=Sing 2 appos 2:appos _ -4 3 3 NUM CD NumType=Card 3 nummod 3:nummod SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ +4 3 3 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No +5 , , PUNCT , _ 6 punct 6:punct _ 6 Sc. sc. NOUN NN Number=Sing 2 appos 2:appos _ -7 2 2 NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No +7 2 2 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No 8 ] ] PUNCT -RRB- _ 2 punct 2:punct SpaceAfter=No 9 } } PUNCT -RRB- _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0017 # newpar id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-p0003 # text = LAURA dies of plague: April 6, 1348 Sunday -1 LAURA LAURA PROPN NNP Number=Sing 2 nsubj 2:nsubj _ +1 LAURA Laura PROPN NNP Number=Sing 2 nsubj 2:nsubj _ 2 dies die VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 of of ADP IN _ 4 case 4:case _ 4 plague plague NOUN NN Number=Sing 2 obl 2:obl:of SpaceAfter=No 5 : : PUNCT : _ 6 punct 6:punct _ 6 April April PROPN NNP Number=Sing 2 appos 2:appos _ -7 6 6 NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No -8 , , PUNCT , _ 6 punct 6:punct _ -9 1348 1348 NUM CD NumType=Card 6 nummod 6:nummod _ +7 6 6 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No +8 , , PUNCT , _ 9 punct 9:punct _ +9 1348 1348 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 10 Sunday Sunday PROPN NNP Number=Sing 6 appos 6:appos _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0018 # text = RAPHAEL born: April 6, 1483 Sunday -1 RAPHAEL RAPHAEL PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 born bear VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No +1 RAPHAEL Raphael PROPN NNP Number=Sing 2 nsubj:pass 2:nsubj:pass _ +2 born bear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 3 : : PUNCT : _ 4 punct 4:punct _ 4 April April PROPN NNP Number=Sing 2 appos 2:appos _ -5 6 6 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No -6 , , PUNCT , _ 4 punct 4:punct _ -7 1483 1483 NUM CD NumType=Card 4 nummod 4:nummod _ +5 6 6 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No +6 , , PUNCT , _ 7 punct 7:punct _ +7 1483 1483 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 8 Sunday Sunday PROPN NNP Number=Sing 4 appos 4:appos _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0019 # newpar id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-p0004 # text = RAPHAEL dies: April 6, 1520 Good Friday -1 RAPHAEL RAPHAEL PROPN NNP Number=Sing 2 nsubj 2:nsubj _ +1 RAPHAEL Raphael PROPN NNP Number=Sing 2 nsubj 2:nsubj _ 2 dies die VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 3 : : PUNCT : _ 4 punct 4:punct _ 4 April April PROPN NNP Number=Sing 2 appos 2:appos _ -5 6 6 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No -6 , , PUNCT , _ 4 punct 4:punct _ -7 1520 1520 NUM CD NumType=Card 4 nummod 4:nummod _ -8 Good Good PROPN NNP Number=Sing 9 compound 9:compound _ +5 6 6 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No +6 , , PUNCT , _ 7 punct 7:punct _ +7 1520 1520 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +8 Good Good ADJ NNP Degree=Pos 9 amod 9:amod _ 9 Friday Friday PROPN NNP Number=Sing 4 appos 4:appos _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0020 # text = Thomas Hobbes' birth: April 5, 1588 Good Friday 1 Thomas Thomas PROPN NNP Number=Sing 4 nmod:poss 4:nmod:poss _ -2 Hobbes Hobbes PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No +2-3 Hobbes' _ _ _ _ _ _ _ _ +2 Hobbes Hobbes PROPN NNP Number=Sing 1 flat 1:flat _ 3 ' 's PART POS _ 1 case 1:case _ 4 birth birth NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -5 : : PUNCT : _ 4 punct 4:punct _ +5 : : PUNCT : _ 6 punct 6:punct _ 6 April April PROPN NNP Number=Sing 4 appos 4:appos _ -7 5 5 NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No -8 , , PUNCT , _ 6 punct 6:punct _ -9 1588 1588 NUM CD NumType=Card 6 nummod 6:nummod _ -10 Good Good PROPN NNP Number=Sing 11 compound 11:compound _ +7 5 5 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No +8 , , PUNCT , _ 9 punct 9:punct _ +9 1588 1588 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ +10 Good Good ADJ NNP Degree=Pos 11 amod 11:amod _ 11 Friday Friday PROPN NNP Number=Sing 6 appos 6:appos _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0021 # text = Start of _The SOUND & the FURY_: April 6, 1928 Good Friday 1 Start start NOUN NN Number=Sing 0 root 0:root _ 2 of of ADP IN _ 5 case 5:case _ -3 _ _ SYM NFP _ 5 punct 5:punct SpaceAfter=No +3 _ _ PUNCT NFP _ 2 punct 2:punct SpaceAfter=No 4 The the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 SOUND SOUND PROPN NNP Number=Sing 1 nmod 1:nmod:of _ +5 SOUND sound PROPN NNP Number=Sing 1 nmod 1:nmod:of _ 6 & & CCONJ CC _ 8 cc 8:cc _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -8 FURY FURY PROPN NNP Number=Sing 5 conj 1:nmod:of|5:conj SpaceAfter=No -9 _ _ SYM NFP _ 5 punct 5:punct SpaceAfter=No -10 : : PUNCT : _ 1 punct 1:punct _ +8 FURY fury PROPN NNP Number=Sing 5 conj 1:nmod:of|5:conj SpaceAfter=No +9 _ _ PUNCT NFP _ 11 punct 11:punct SpaceAfter=No +10 : : PUNCT : _ 11 punct 11:punct _ 11 April April PROPN NNP Number=Sing 1 appos 1:appos _ -12 6 6 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No -13 , , PUNCT , _ 11 punct 11:punct _ -14 1928 1928 NUM CD NumType=Card 11 nummod 11:nummod _ -15 Good Good PROPN NNP Number=Sing 16 compound 16:compound _ +12 6 6 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No +13 , , PUNCT , _ 14 punct 14:punct _ +14 1928 1928 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ +15 Good Good ADJ NNP Degree=Pos 16 amod 16:amod _ 16 Friday Friday PROPN NNP Number=Sing 11 appos 11:appos _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0022 # text = Kent EARTHQUAKE: April 6, 1580 Wednesday 1 Kent Kent PROPN NNP Number=Sing 2 compound 2:compound _ -2 EARTHQUAKE EARTHQUAKE PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +2 EARTHQUAKE earthquake PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No +3 : : PUNCT : _ 4 punct 4:punct _ 4 April April PROPN NNP Number=Sing 2 appos 2:appos _ -5 6 6 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No -6 , , PUNCT , _ 4 punct 4:punct _ -7 1580 1580 NUM CD NumType=Card 4 nummod 4:nummod _ +5 6 6 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No +6 , , PUNCT , _ 7 punct 7:punct _ +7 1580 1580 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 8 Wednesday Wednesday PROPN NNP Number=Sing 4 appos 4:appos _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0023 @@ -126825,12 +126880,12 @@ 4 dies die VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 5 : : PUNCT : _ 6 punct 6:punct _ 6 April April PROPN NNP Number=Sing 4 appos 4:appos _ -7 6 6 NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No -8 , , PUNCT , _ 6 punct 6:punct _ -9 1605 1605 NUM CD NumType=Card 6 nummod 6:nummod _ -10 Sat Sat PROPN NNP Number=Sing 6 appos 6:appos SpaceAfter=No +7 6 6 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No +8 , , PUNCT , _ 9 punct 9:punct _ +9 1605 1605 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ +10 Sat Saturday PROPN NNP Abbr=Yes|Number=Sing 6 appos 6:appos SpaceAfter=No 11 / / SYM SYM _ 12 cc 12:cc SpaceAfter=No -12 Wed Wed PROPN NNP Number=Sing 10 conj 6:appos|10:conj SpaceAfter=No +12 Wed Wednesday PROPN NNP Abbr=Yes|Number=Sing 10 conj 6:appos|10:conj SpaceAfter=No 13 . . PUNCT . _ 6 punct 6:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0024 @@ -126842,10 +126897,10 @@ 1 << << PUNCT -LRB- _ 12 punct 12:punct _ 2 Upon upon ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 sixth sixth NOUN NN Number=Sing 12 obl 12:obl:upon _ +4 sixth sixth NOUN NN Number=Sing|NumForm=Word|NumType=Ord 12 obl 12:obl:upon _ 5 of of ADP IN _ 6 case 6:case _ 6 April April PROPN NNP Number=Sing 4 nmod 4:nmod:of SpaceAfter=No -7 , , PUNCT , _ 12 punct 12:punct _ +7 , , PUNCT , _ 4 punct 4:punct _ 8 Alexander Alexander PROPN NNP Number=Sing 12 nsubj:pass 12:nsubj:pass _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 Great Great PROPN NNP Number=Sing 8 appos 8:appos _ @@ -126860,10 +126915,10 @@ 3 same same ADJ JJ Degree=Pos 4 amod 4:amod _ 4 day day NOUN NN Number=Sing 6 obl 6:obl:upon _ 5 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj|9:nsubj|17:nsubj _ -6 conquered conquer VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 conquered conquer VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 Darius Darius PROPN NNP Number=Sing 6 obj 6:obj SpaceAfter=No 8 , , PUNCT , _ 9 punct 9:punct _ -9 won win VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 6:conj _ +9 won win VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 conj 6:conj _ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 11 great great ADJ JJ Degree=Pos 12 amod 12:amod _ 12 victory victory NOUN NN Number=Sing 9 obj 9:obj _ @@ -126871,7 +126926,7 @@ 14 sea sea NOUN NN Number=Sing 9 obl 9:obl:at SpaceAfter=No 15 , , PUNCT , _ 17 punct 17:punct _ 16 & & CCONJ CC _ 17 cc 17:cc _ -17 died die VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 6:conj _ +17 died die VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 conj 6:conj _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 19 same same ADJ JJ Degree=Pos 20 amod 20:amod _ 20 day day NOUN NN Number=Sing 17 obl:tmod 17:obl:tmod SpaceAfter=No @@ -126886,24 +126941,24 @@ 5 less less ADV RBR Degree=Cmp 6 advmod 6:advmod _ 6 fortunate fortunate ADJ JJ Degree=Pos 0 root 0:root _ 7 to to ADP IN _ 9 case 9:case _ -8 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 father father NOUN NN Number=Sing 6 obl 6:obl:to _ 10 Philip Philip PROPN NNP Number=Sing 9 appos 9:appos SpaceAfter=No -11 ; ; PUNCT , _ 6 punct 6:punct _ +11 ; ; PUNCT , _ 18 punct 18:punct _ 12 for for CCONJ CC _ 18 cc 18:cc _ 13 on on ADP IN _ 16 case 16:case _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 15 same same ADJ JJ Degree=Pos 16 amod 16:amod _ 16 day day NOUN NN Number=Sing 18 obl 18:obl:on _ 17 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -18 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 parataxis 6:parataxis _ +18 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 parataxis 6:parataxis _ 19 Potidea Potidea PROPN NNP Number=Sing 18 obj 18:obj SpaceAfter=No -20 ; ; PUNCT , _ 6 punct 6:punct _ -21 >> >> PUNCT -RRB- _ 6 punct 6:punct _ -22 - - PUNCT NFP _ 6 punct 6:punct _ -23 JOHN JOHN PROPN NNP Number=Sing 6 parataxis 6:parataxis _ -24 AUBREY AUBREY PROPN NNP Number=Sing 23 flat 23:flat SpaceAfter=No -25 , , PUNCT , _ 23 punct 23:punct _ +20 ; ; PUNCT , _ 23 punct 23:punct _ +21 >> >> PUNCT -RRB- _ 23 punct 23:punct _ +22 - - PUNCT NFP _ 23 punct 23:punct _ +23 JOHN John PROPN NNP Number=Sing 6 parataxis 6:parataxis _ +24 AUBREY Aubrey PROPN NNP Number=Sing 23 flat 23:flat SpaceAfter=No +25 , , PUNCT , _ 26 punct 26:punct _ 26 F.R.S. F.R.S. PROPN NNP Number=Sing 23 appos 23:appos _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0028 @@ -126912,15 +126967,15 @@ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0029 # text = ANTONIO PEREZ 1535-1611 [Philip II's renegade Secretary of State] -1 ANTONIO ANTONIO PROPN NNP Number=Sing 2 compound 2:compound _ -2 PEREZ PEREZ PROPN NNP Number=Sing 0 root 0:root _ -3 1535 1535 NUM CD NumType=Card 2 amod 2:amod SpaceAfter=No +1 ANTONIO Antonio PROPN NNP Number=Sing 2 compound 2:compound _ +2 PEREZ Perez PROPN NNP Number=Sing 0 root 0:root _ +3 1535 1535 NUM CD NumForm=Digit|NumType=Card 2 amod 2:amod SpaceAfter=No 4 - - SYM SYM _ 5 case 5:case SpaceAfter=No -5 1611 1611 NUM CD NumType=Card 3 nmod 3:nmod _ +5 1611 1611 NUM CD NumForm=Digit|NumType=Card 3 nmod 3:nmod _ 6 [ [ PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 7 Philip Philip PROPN NNP Number=Sing 11 nmod:poss 11:nmod:poss _ 8-9 II's _ _ _ _ _ _ _ _ -8 II II PROPN NNP Number=Sing 7 flat 7:flat _ +8 II II NUM CD NumForm=Roman|NumType=Card 7 nummod 7:nummod _ 9 's 's PART POS _ 7 case 7:case _ 10 renegade renegade ADJ JJ Degree=Pos 11 amod 11:amod _ 11 Secretary Secretary PROPN NNP Number=Sing 2 appos 2:appos _ @@ -126934,7 +126989,8 @@ 1 << << PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 2 In in SCONJ IN _ 8 mark 8:mark _ 3 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No -4 Love Love PROPN NNP Number=Sing 6 nmod:poss 6:nmod:poss SpaceAfter=No +4-5 Love's _ _ _ _ _ _ _ _ +4 Love Love PROPN NNP Number=Sing 6 nmod:poss 6:nmod:poss _ 5 's 's PART POS _ 4 case 4:case _ 6-7 Labour's _ _ _ _ _ _ _ _ 6 Labour Labour PROPN NNP Number=Sing 8 nsubj:pass 8:nsubj:pass _ @@ -126942,14 +126998,14 @@ 8 Lost lose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 advcl 11:advcl:in SpaceAfter=No 9 " " PUNCT '' _ 8 punct 8:punct _ 10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 find find VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +11 find find VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 character character NOUN NN Number=Sing 11 obj 11:obj _ 14 Don Don PROPN NNP Number=Sing 13 appos 13:appos _ 15 Adriana Adriana PROPN NNP Number=Sing 14 flat 14:flat _ 16 de de PROPN NNP Number=Sing 14 flat 14:flat _ 17 Armatho Armatho PROPN NNP Number=Sing 14 flat 14:flat SpaceAfter=No -18 , , PUNCT , _ 13 punct 13:punct _ +18 , , PUNCT , _ 19 punct 19:punct _ 19 full full ADJ JJ Degree=Pos 13 amod 13:amod _ 20 of of ADP IN _ 21 case 21:case _ 21 affection affection NOUN NN Number=Sing 19 obl 19:obl:of _ @@ -126960,51 +127016,51 @@ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0031 # text = A Spanish refugee, ANTONIO PEREZ, visited England in 1593 and became acquainted with Francis & ANTHONY Bacon, with whom for a time he seems to have been on terms of intimacy, which did not last very long, for the Spaniard developed so much affectation & bombast that he became unpopular in Court circles. 1 A a DET DT Definite=Ind|PronType=Art 3 det 3:det _ -2 Spanish spanish ADJ JJ Degree=Pos 3 amod 3:amod _ +2 Spanish Spanish ADJ JJ Degree=Pos 3 amod 3:amod _ 3 refugee refugee NOUN NN Number=Sing 8 nsubj 8:nsubj|13:nsubj|14:nsubj:xsubj SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ -5 ANTONIO ANTONIO PROPN NNP Number=Sing 3 appos 3:appos _ -6 PEREZ PEREZ PROPN NNP Number=Sing 5 flat 5:flat SpaceAfter=No -7 , , PUNCT , _ 8 punct 8:punct _ -8 visited visit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 , , PUNCT , _ 5 punct 5:punct _ +5 ANTONIO Antonio PROPN NNP Number=Sing 3 appos 3:appos _ +6 PEREZ Perez PROPN NNP Number=Sing 5 flat 5:flat SpaceAfter=No +7 , , PUNCT , _ 3 punct 3:punct _ +8 visited visit VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 England England PROPN NNP Number=Sing 8 obj 8:obj _ 10 in in ADP IN _ 11 case 11:case _ -11 1593 1593 NUM CD NumType=Card 8 obl 8:obl:in _ +11 1593 1593 NUM CD NumForm=Digit|NumType=Card 8 obl 8:obl:in _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 became become VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 conj 8:conj:and _ +13 became become VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 conj 8:conj:and _ 14 acquainted acquainted ADJ JJ Degree=Pos 13 xcomp 13:xcomp _ -15 with with ADP IN _ 19 case 19:case _ +15 with with ADP IN _ 16 case 16:case _ 16 Francis Francis PROPN NNP Number=Sing 14 obl 14:obl _ 17 & & CCONJ CC _ 18 cc 18:cc _ -18 ANTHONY ANTHONY PROPN NNP Number=Sing 16 conj 14:obl|16:conj _ +18 ANTHONY Anthony PROPN NNP Number=Sing 16 conj 14:obl|16:conj|32:nmod:with _ 19 Bacon Bacon PROPN NNP Number=Sing 16 flat 16:flat SpaceAfter=No -20 , , PUNCT , _ 19 punct 19:punct _ +20 , , PUNCT , _ 27 punct 27:punct _ 21 with with ADP IN _ 22 case 22:case _ -22 whom whom PRON WP PronType=Int 34 nmod 34:nmod:with _ +22 whom whom PRON WP PronType=Rel 32 nmod 18:ref _ 23 for for ADP IN _ 25 case 25:case _ 24 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 25 time time NOUN NN Number=Sing 27 obl 27:obl:for _ 26 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 27 nsubj 27:nsubj|32:nsubj:xsubj _ -27 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ +27 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ 28 to to PART TO _ 32 mark 32:mark _ 29 have have AUX VB VerbForm=Inf 32 aux 32:aux _ 30 been be AUX VBN Tense=Past|VerbForm=Part 32 cop 32:cop _ 31 on on ADP IN _ 32 case 32:case _ -32 terms term NOUN NNS Number=Plur 27 xcomp 27:xcomp _ +32 terms term NOUN NNS Number=Plur 27 xcomp 27:xcomp|39:nsubj _ 33 of of ADP IN _ 34 case 34:case _ 34 intimacy intimacy NOUN NN Number=Sing 32 nmod 32:nmod:of SpaceAfter=No -35 , , PUNCT , _ 32 punct 32:punct _ -36 which which PRON WDT PronType=Int 39 nsubj 39:nsubj _ -37 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 39 aux 39:aux _ +35 , , PUNCT , _ 39 punct 39:punct _ +36 which which PRON WDT PronType=Rel 39 nsubj 32:ref _ +37 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 39 aux 39:aux _ 38 not not PART RB _ 39 advmod 39:advmod _ 39 last last VERB VB VerbForm=Inf 32 acl:relcl 32:acl:relcl _ 40 very very ADV RB _ 41 advmod 41:advmod _ 41 long long ADV RB Degree=Pos 39 advmod 39:advmod SpaceAfter=No -42 , , PUNCT , _ 32 punct 32:punct _ +42 , , PUNCT , _ 46 punct 46:punct _ 43 for for SCONJ IN _ 46 mark 46:mark _ 44 the the DET DT Definite=Def|PronType=Art 45 det 45:det _ 45 Spaniard Spaniard PROPN NNP Number=Sing 46 nsubj 46:nsubj _ -46 developed develop VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 39 advcl 39:advcl:for _ +46 developed develop VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 39 advcl 39:advcl:for _ 47 so so ADV RB _ 48 advmod 48:advmod _ 48 much much ADJ JJ Degree=Pos 49 amod 49:amod _ 49 affectation affectation NOUN NN Number=Sing 46 obj 46:obj _ @@ -127012,7 +127068,7 @@ 51 bombast bombast NOUN NN Number=Sing 49 conj 46:obj|49:conj _ 52 that that SCONJ IN _ 54 mark 54:mark _ 53 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 54 nsubj 54:nsubj|55:nsubj:xsubj _ -54 became become VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 47 advcl 47:advcl:that _ +54 became become VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 48 advcl 48:advcl:that _ 55 unpopular unpopular ADJ JJ Degree=Pos 54 xcomp 54:xcomp _ 56 in in ADP IN _ 58 case 58:case _ 57 Court court NOUN NN Number=Sing 58 compound 58:compound _ @@ -127022,23 +127078,23 @@ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0032 # text = In 1594 PEREZ wrote & published a book under the assumed name of "RAPHAEL PEREGRINO." 1 In in ADP IN _ 2 case 2:case _ -2 1594 1594 NUM CD NumType=Card 4 obl 4:obl:in _ -3 PEREZ PEREZ PROPN NNP Number=Sing 4 nsubj 4:nsubj|6:nsubj _ -4 wrote write VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 1594 1594 NUM CD NumForm=Digit|NumType=Card 4 obl 4:obl:in _ +3 PEREZ Perez PROPN NNP Number=Sing 4 nsubj 4:nsubj|6:nsubj _ +4 wrote write VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 & & CCONJ CC _ 6 cc 6:cc _ -6 published publish VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj _ +6 published publish VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 book book NOUN NN Number=Sing 4 obj 4:obj|6:obj _ 9 under under ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -11 assumed assume VERB VBN Tense=Past|VerbForm=Part 12 amod 12:amod _ +11 assumed assume VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 amod 12:amod _ 12 name name NOUN NN Number=Sing 4 obl 4:obl:under _ 13 of of ADP IN _ 15 case 15:case _ 14 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No -15 RAPHAEL RAPHAEL PROPN NNP Number=Sing 12 nmod 12:nmod:of _ -16 PEREGRINO PEREGRINO PROPN NNP Number=Sing 15 flat 15:flat SpaceAfter=No -17 . . PUNCT . _ 4 punct 4:punct SpaceAfter=No -18 " " PUNCT '' _ 4 punct 4:punct _ +15 RAPHAEL Raphael PROPN NNP Number=Sing 12 nmod 12:nmod:of _ +16 PEREGRINO Peregrino PROPN NNP Number=Sing 15 flat 15:flat SpaceAfter=No +17 . . PUNCT . _ 15 punct 15:punct SpaceAfter=No +18 " " PUNCT '' _ 15 punct 15:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0033 # text = In the play Holofernes is ridiculing Don Adriana "the traveler from Spain" and says of him: "He is too picked, too spruce, too affected, Too odd, as it were, too PEREGRINate, as I may call it." @@ -127060,7 +127116,7 @@ 16 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ 17 of of ADP IN _ 18 case 18:case _ 18 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 16 obl 16:obl:of SpaceAfter=No -19 : : PUNCT : _ 16 punct 16:punct _ +19 : : PUNCT : _ 24 punct 24:punct _ 20 " " PUNCT `` _ 24 punct 24:punct SpaceAfter=No 21 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 24 nsubj 24:nsubj|27:nsubj|30:nsubj|33:nsubj|40:nsubj _ 22 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ @@ -127078,27 +127134,27 @@ 34 , , PUNCT , _ 37 punct 37:punct _ 35 as as SCONJ IN _ 37 mark 37:mark _ 36 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 37 nsubj 37:nsubj _ -37 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 advcl 24:advcl:as SpaceAfter=No +37 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 advcl 24:advcl:as SpaceAfter=No 38 , , PUNCT , _ 37 punct 37:punct _ 39 too too ADV RB _ 40 advmod 40:advmod _ 40 PEREGRINate peregrinate ADJ JJ Degree=Pos 24 conj 16:ccomp|24:conj SpaceAfter=No -41 , , PUNCT , _ 24 punct 24:punct _ +41 , , PUNCT , _ 45 punct 45:punct _ 42 as as SCONJ IN _ 45 mark 45:mark _ 43 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 45 nsubj 45:nsubj _ 44 may may AUX MD VerbForm=Fin 45 aux 45:aux _ 45 call call VERB VB VerbForm=Inf 24 advcl 24:advcl:as _ 46 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 45 obj 45:obj SpaceAfter=No -47 . . PUNCT . _ 6 punct 6:punct SpaceAfter=No -48 " " PUNCT '' _ 6 punct 6:punct _ +47 . . PUNCT . _ 24 punct 24:punct SpaceAfter=No +48 " " PUNCT '' _ 24 punct 24:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0034 # text = -Act 5, Scene 1. 1 - - PUNCT NFP _ 2 punct 2:punct SpaceAfter=No 2 Act act NOUN NN Number=Sing 0 root 0:root _ -3 5 5 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -4 , , PUNCT , _ 2 punct 2:punct _ +3 5 5 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No +4 , , PUNCT , _ 5 punct 5:punct _ 5 Scene scene NOUN NN Number=Sing 2 appos 2:appos _ -6 1 1 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No +6 1 1 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0035 @@ -127108,30 +127164,30 @@ 2 make make VERB VB VerbForm=Inf 12 advcl 12:advcl:to _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 reference reference NOUN NN Number=Sing 2 obj 2:obj|6:nsubj:xsubj|8:nsubj:xsubj _ -5 more more ADV RBR _ 6 advmod 6:advmod _ +5 more more ADV RBR Degree=Cmp 6 advmod 6:advmod _ 6 pointed pointed ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 unmistakable unmistakable ADJ JJ Degree=Pos 6 conj 2:xcomp|6:conj:and SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ +9 , , PUNCT , _ 2 punct 2:punct _ 10 Sir Sir PROPN NNP Number=Sing 12 nsubj 12:nsubj|25:nsubj _ 11 Nathaniel Nathaniel PROPN NNP Number=Sing 10 flat 10:flat _ 12 replies reply VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -13 " " PUNCT `` _ 12 punct 12:punct SpaceAfter=No +13 " " PUNCT `` _ 19 punct 19:punct SpaceAfter=No 14 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ -15 most most ADV RBS _ 16 advmod 16:advmod _ +15 most most ADV RBS Degree=Sup 16 advmod 16:advmod _ 16 singular singular ADJ JJ Degree=Pos 19 amod 19:amod _ 17 & & CCONJ CC _ 18 cc 18:cc _ 18 choice choice ADJ JJ Degree=Pos 16 conj 16:conj|19:amod _ 19 epithet epithet NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No -20 , , PUNCT , _ 25 punct 25:punct SpaceAfter=No -21 " " PUNCT '' _ 12 punct 12:punct _ +20 , , PUNCT , _ 19 punct 19:punct SpaceAfter=No +21 " " PUNCT '' _ 19 punct 19:punct _ 22 and and CCONJ CC _ 25 cc 25:cc _ -23 at at ADV RB _ 24 advmod 24:advmod _ -24 once once ADV RB NumType=Mult 25 advmod 25:advmod _ +23 at at ADP IN _ 24 case 24:case _ +24 once once ADV RB NumForm=Word|NumType=Mult 25 obl 25:obl:at _ 25 enters enter VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 conj 12:conj:and _ 26 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 25 obj 25:obj _ 27 in in ADP IN _ 30 case 30:case _ -28 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +28 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 29 note note NOUN NN Number=Sing 30 compound 30:compound _ 30 book book NOUN NN Number=Sing 25 obl 25:obl:in SpaceAfter=No 31 . . PUNCT . _ 12 punct 12:punct _ @@ -127141,12 +127197,13 @@ 1 This this DET DT Number=Sing|PronType=Dem 2 det 2:det _ 2 parody parody NOUN NN Number=Sing 8 nsubj 8:nsubj _ 3 on on ADP IN _ 6 case 6:case _ -4 PEREZ PEREZ PROPN NNP Number=Sing 6 nmod:poss 6:nmod:poss SpaceAfter=No -5 ' 's PART POS _ 4 case 4:case _ +4-5 PEREZ' _ _ _ _ _ _ _ _ +4 PEREZ Perez PROPN NNP Number=Sing 6 nmod:poss 6:nmod:poss _ +5 ' 's PART POS Typo=Yes 4 case 4:case CorrectForm='s 6 sobriquet sobriquet NOUN NN Number=Sing 2 nmod 2:nmod:on _ 7 clearly clearly ADV RB _ 8 advmod 8:advmod _ 8 identifies identify VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -9 PEREZ PEREZ PROPN NNP Number=Sing 8 obj 8:obj _ +9 PEREZ Perez PROPN NNP Number=Sing 8 obj 8:obj _ 10 with with ADP IN _ 11 case 11:case _ 11 Armatho Armatho PROPN NNP Number=Sing 8 obl 8:obl:with SpaceAfter=No 12 . . PUNCT . _ 8 punct 8:punct SpaceAfter=No @@ -127159,26 +127216,26 @@ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0038 # text = Shakespeare Electronic Conference, Vol. 6, No. 0832. Monday, 23 October 1995. 1 Shakespeare Shakespeare PROPN NNP Number=Sing 3 compound 3:compound _ -2 Electronic Electronic PROPN NNP Number=Sing 3 compound 3:compound _ +2 Electronic Electronic ADJ NNP Degree=Pos 3 amod 3:amod _ 3 Conference Conference PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ -5 Vol. vol. NOUN NN Number=Sing 3 list 3:list _ -6 6 6 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ -8 No. no. NOUN NN Number=Sing 3 appos 3:appos _ -9 0832 0832 NUM CD NumType=Card 8 nummod 8:nummod SpaceAfter=No +4 , , PUNCT , _ 5 punct 5:punct _ +5 Vol. vol. NOUN NN Abbr=Yes|Number=Sing 3 list 3:list _ +6 6 6 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +7 , , PUNCT , _ 8 punct 8:punct _ +8 No. no. NOUN NN Abbr=Yes|Number=Sing 3 appos 3:appos _ +9 0832 0832 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ 11 Monday Monday PROPN NNP Number=Sing 3 nmod:tmod 3:nmod:tmod SpaceAfter=No -12 , , PUNCT , _ 3 punct 3:punct _ -13 23 23 NUM CD NumType=Card 14 nummod 14:nummod _ +12 , , PUNCT , _ 14 punct 14:punct _ +13 23 23 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 14 October October PROPN NNP Number=Sing 3 appos 3:appos _ -15 1995 1995 NUM CD NumType=Card 14 nummod 14:nummod SpaceAfter=No +15 1995 1995 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0039 # text = From: Martin Green 1 From from ADP IN _ 3 case 3:case SpaceAfter=No -2 : : PUNCT : _ 3 punct 3:punct _ +2 : : PUNCT : _ 1 punct 1:punct _ 3 Martin Martin PROPN NNP Number=Sing 0 root 0:root _ 4 Green Green PROPN NNP Number=Sing 3 flat 3:flat _ 5 < < PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No @@ -127188,22 +127245,22 @@ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0040 # text = Date: Sunday, 22 Oct 1995 10:57:32 -0400 1 Date date NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 Sunday Sunday PROPN NNP Number=Sing 1 appos 1:appos SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ -5 22 22 NUM CD NumType=Card 6 nummod 6:nummod _ -6 Oct Oct PROPN NNP Number=Sing 3 appos 3:appos _ -7 1995 1995 NUM CD NumType=Card 6 nmod:tmod 6:nmod:tmod _ -8 10:57:32 10:57:32 NUM CD NumType=Card 1 advmod 1:advmod _ -9 - - SYM SYM _ 10 punct 10:punct SpaceAfter=No -10 0400 0400 NUM CD NumType=Card 8 advmod 8:advmod _ +4 , , PUNCT , _ 6 punct 6:punct _ +5 22 22 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ +6 Oct October PROPN NNP Abbr=Yes|Number=Sing 3 appos 3:appos _ +7 1995 1995 NUM CD NumForm=Digit|NumType=Card 6 nmod:tmod 6:nmod:tmod _ +8 10:57:32 10:57:32 NUM CD NumForm=Digit|NumType=Card 1 nmod:tmod 1:nmod:tmod _ +9 - - PUNCT SYM _ 10 punct 10:punct SpaceAfter=No +10 0400 0400 NUM CD NumForm=Digit|NumType=Card 8 nmod:tmod 8:nmod:tmod _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0041 # text = Subject: Re: Facts, Purpose of List, Italy, Jews 1 Subject subject NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 5 punct 5:punct _ 3 Re re ADP IN _ 5 case 5:case SpaceAfter=No -4 : : PUNCT : _ 5 punct 5:punct _ +4 : : PUNCT : _ 3 punct 3:punct _ 5 Facts fact NOUN NNS Number=Plur 1 appos 1:appos SpaceAfter=No 6 , , PUNCT , _ 7 punct 7:punct _ 7 Purpose purpose NOUN NN Number=Sing 5 conj 1:appos|5:conj _ @@ -127212,16 +127269,16 @@ 10 , , PUNCT , _ 11 punct 11:punct _ 11 Italy Italy PROPN NNP Number=Sing 5 conj 1:appos|5:conj SpaceAfter=No 12 , , PUNCT , _ 13 punct 13:punct _ -13 Jews Jews PROPN NNPS Number=Plur 5 conj 1:appos|5:conj _ +13 Jews Jew PROPN NNPS Number=Plur 5 conj 1:appos|5:conj _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0042 # newpar id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-p0007 # text = <> >> PUNCT -RRB- _ 10 punct 10:punct _ @@ -127344,21 +127402,21 @@ # text = <> 1 " " PUNCT `` _ 2 punct 2:punct SpaceAfter=No -2 Ay ay INTJ UH _ 11 discourse 11:discourse SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No -4 " " PUNCT '' _ 5 punct 5:punct _ -5 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 Ay ay INTJ UH _ 19 discourse 19:discourse SpaceAfter=No +3 , , PUNCT , _ 2 punct 2:punct SpaceAfter=No +4 " " PUNCT '' _ 2 punct 2:punct _ +5 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 Sancho Sancho PROPN NNP Number=Sing 5 nsubj 5:nsubj SpaceAfter=No -7 ; ; PUNCT , _ 11 punct 11:punct _ -8 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No -9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -10 must must AUX MD VerbForm=Fin 11 aux 11:aux _ -11 be be VERB VB VerbForm=Inf 5 parataxis 5:parataxis _ +7 ; ; PUNCT , _ 19 punct 19:punct _ +8 " " PUNCT `` _ 19 punct 19:punct SpaceAfter=No +9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 nsubj:outer 19:nsubj:outer _ +10 must must AUX MD VerbForm=Fin 19 aux 19:aux _ +11 be be AUX VB VerbForm=Inf 19 cop 19:cop _ 12 that that SCONJ IN _ 19 mark 19:mark _ -13 some some DET DT _ 19 nsubj 19:nsubj _ +13 some some DET DT PronType=Ind 19 nsubj 19:nsubj _ 14 of of ADP IN _ 18 case 18:case _ -15 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16-17 worship's _ _ _ _ _ _ _ _ 16 worship worship NOUN NN Number=Sing 18 nmod:poss 18:nmod:poss _ 17 's 's PART POS _ 16 case 16:case _ 18 shrewdness shrewdness NOUN NN Number=Sing 13 nmod 13:nmod:of _ -19 sticks stick VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 ccomp 11:ccomp _ +19 sticks stick VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ 20 to to ADP IN _ 21 case 21:case _ 21 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 19 obl 19:obl:to SpaceAfter=No -22 ; ; PUNCT , _ 11 punct 11:punct _ +22 ; ; PUNCT , _ 35 punct 35:punct _ 23 land land NOUN NN Number=Sing 35 nsubj 30:nsubj|32:nsubj|35:nsubj|37:nsubj:xsubj _ 24 that that PRON WDT PronType=Rel 30 nsubj 23:ref SpaceAfter=No -25 , , PUNCT , _ 30 punct 30:punct _ +25 , , PUNCT , _ 24 punct 24:punct _ 26 of of ADP IN _ 27 case 27:case _ 27 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs|Reflex=Yes 30 obl 30:obl:of SpaceAfter=No -28 , , PUNCT , _ 30 punct 30:punct _ +28 , , PUNCT , _ 27 punct 27:punct _ 29 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 30 cop 30:cop _ 30 barren barren ADJ JJ Degree=Pos 23 acl:relcl 23:acl:relcl _ 31 and and CCONJ CC _ 32 cc 32:cc _ 32 dry dry ADJ JJ Degree=Pos 30 conj 23:acl:relcl|30:conj:and SpaceAfter=No -33 , , PUNCT , _ 35 punct 35:punct _ +33 , , PUNCT , _ 23 punct 23:punct _ 34 will will AUX MD VerbForm=Fin 35 aux 35:aux _ -35 come come VERB VB VerbForm=Inf 11 parataxis 11:parataxis _ +35 come come VERB VB VerbForm=Inf 19 parataxis 19:parataxis _ 36 to to PART TO _ 37 mark 37:mark _ 37 yield yield VERB VB VerbForm=Inf 35 xcomp 35:xcomp _ 38 good good ADJ JJ Degree=Pos 39 amod 39:amod _ 39 fruit fruit NOUN NN Number=Sing 37 obj 37:obj _ 40 if if SCONJ IN _ 42 mark 42:mark _ 41 you you PRON PRP Case=Nom|Person=2|PronType=Prs 42 nsubj 42:nsubj|45:nsubj _ -42 dung dung VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 35 advcl 35:advcl:if _ +42 dung dung VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 35 advcl 35:advcl:if _ 43 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 42 obj 42:obj _ 44 and and CCONJ CC _ 45 cc 45:cc _ -45 till till VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 42 conj 35:advcl:if|42:conj:and _ +45 till till VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 42 conj 35:advcl:if|42:conj:and _ 46 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 45 obj 45:obj SpaceAfter=No -47 >> >> PUNCT -RRB- _ 11 punct 11:punct _ +47 >> >> PUNCT -RRB- _ 19 punct 19:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0085 # text = --------------------------------------------------------------------- @@ -128230,29 +128288,29 @@ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0086 # text = Of all Freemason sponsered revolutions: American, French, Bolivar, etc. . . Garibaldi's is the most blatantly Masonic: 1 Of of ADP IN _ 5 case 5:case _ -2 all all DET DT _ 5 det 5:det _ +2 all all DET DT PronType=Tot 5 det 5:det _ 3 Freemason Freemason PROPN NNP Number=Sing 4 compound 4:compound _ -4 sponsered sponser VERB VBN Tense=Past|VerbForm=Part 5 amod 5:amod _ +4 sponsered sponser VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 amod 5:amod _ 5 revolutions revolution NOUN NNS Number=Plur 23 obl 23:obl:of SpaceAfter=No -6 : : PUNCT : _ 5 punct 5:punct _ -7 American american ADJ JJ Degree=Pos 5 amod 5:amod SpaceAfter=No +6 : : PUNCT : _ 7 punct 7:punct _ +7 American American ADJ JJ Degree=Pos 5 amod 5:amod SpaceAfter=No 8 , , PUNCT , _ 9 punct 9:punct _ -9 French french ADJ JJ Degree=Pos 7 conj 5:amod|7:conj SpaceAfter=No +9 French French ADJ JJ Degree=Pos 7 conj 5:amod|7:conj SpaceAfter=No 10 , , PUNCT , _ 11 punct 11:punct _ -11 Bolivar bolivar ADJ JJ Degree=Pos 7 conj 5:amod|7:conj SpaceAfter=No -12 , , PUNCT , _ 7 punct 7:punct _ -13 etc etc X FW _ 7 advmod 7:advmod SpaceAfter=No -14 . . PUNCT , _ 23 punct 23:punct _ -15 . . PUNCT , _ 23 punct 23:punct _ -16 . . PUNCT , _ 23 punct 23:punct _ +11 Bolivar Bolivar ADJ JJ Degree=Pos 7 conj 5:amod|7:conj SpaceAfter=No +12 , , PUNCT , _ 13 punct 13:punct _ +13 etc etc. NOUN FW Abbr=Yes|Number=Plur 7 conj 7:conj SpaceAfter=No +14 . . PUNCT , _ 5 punct 5:punct _ +15 . . PUNCT , _ 5 punct 5:punct _ +16 . . PUNCT , _ 5 punct 5:punct _ 17-18 Garibaldi's _ _ _ _ _ _ _ _ 17 Garibaldi Garibaldi PROPN NNP Number=Sing 23 nsubj 23:nsubj _ 18 's 's PART POS _ 17 case 17:case _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ 20 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -21 most most ADV RBS _ 22 advmod 22:advmod _ +21 most most ADV RBS Degree=Sup 22 advmod 22:advmod _ 22 blatantly blatantly ADV RB _ 23 advmod 23:advmod _ -23 Masonic masonic ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No +23 Masonic Masonic ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 24 : : PUNCT : _ 23 punct 23:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0087 @@ -128273,45 +128331,45 @@ 4 written write VERB VBN Tense=Past|VerbForm=Part 20 advcl 20:advcl:after _ 5 so so ADV RB _ 6 advmod 6:advmod _ 6 far far ADV RB Degree=Pos 4 advmod 4:advmod SpaceAfter=No -7 , , PUNCT , _ 20 punct 20:punct _ +7 , , PUNCT , _ 4 punct 4:punct _ 8 Don Don PROPN NNP Number=Sing 20 nsubj 20:nsubj|23:nsubj _ 9 Martin Martin PROPN NNP Number=Sing 8 flat 8:flat _ 10 Decoud Decoud PROPN NNP Number=Sing 8 flat 8:flat SpaceAfter=No -11 , , PUNCT , _ 8 punct 8:punct _ +11 , , PUNCT , _ 14 punct 14:punct _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 exotic exotic ADJ JJ Degree=Pos 14 amod 14:amod _ 14 dandy dandy NOUN NN Number=Sing 8 appos 8:appos _ 15 of of ADP IN _ 18 case 18:case _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -17 Parisian parisian ADJ JJ Degree=Pos 18 amod 18:amod _ +17 Parisian Parisian ADJ JJ Degree=Pos 18 amod 18:amod _ 18 boulevard boulevard NOUN NN Number=Sing 14 nmod 14:nmod:of SpaceAfter=No -19 , , PUNCT , _ 20 punct 20:punct _ -20 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +19 , , PUNCT , _ 8 punct 8:punct _ +20 got get VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 21 up up ADV RB _ 20 advmod 20:advmod _ 22 and and CCONJ CC _ 23 cc 23:cc _ -23 walked walk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 conj 20:conj:and _ +23 walked walk VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 conj 20:conj:and _ 24 across across ADP IN _ 27 case 27:case _ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ -26 sanded sand VERB VBN Tense=Past|VerbForm=Part 27 amod 27:amod _ +26 sanded sand VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 27 amod 27:amod _ 27 floor floor NOUN NN Number=Sing 23 obl 23:obl:across _ 28 of of ADP IN _ 30 case 30:case _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 cafe cafe NOUN NN Number=Sing 27 nmod 27:nmod:of _ 31 at at ADP IN _ 33 case 33:case _ -32 one one NUM CD NumType=Card 33 nummod 33:nummod _ +32 one one NUM CD NumForm=Word|NumType=Card 33 nummod 33:nummod _ 33 end end NOUN NN Number=Sing 30 nmod 30:nmod:at _ 34 of of ADP IN _ 36 case 36:case _ 35 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ 36 Albergo Albergo PROPN NNP Number=Sing 33 nmod 33:nmod:of _ 37 of of ADP IN _ 39 case 39:case _ -38 United United PROPN NNP Number=Sing 39 compound 39:compound _ +38 United United ADJ NNP Degree=Pos 39 amod 39:amod _ 39 Italy Italy PROPN NNP Number=Sing 36 nmod 36:nmod:of SpaceAfter=No -40 , , PUNCT , _ 30 punct 30:punct _ -41 kept keep VERB VBN Tense=Past|VerbForm=Part 30 acl 30:acl _ +40 , , PUNCT , _ 41 punct 41:punct _ +41 kept keep VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 30 acl 30:acl _ 42 by by ADP IN _ 43 case 43:case _ -43 Giorgio Giorgio PROPN NNP Number=Sing 41 obl 41:obl:by _ +43 Giorgio Giorgio PROPN NNP Number=Sing 41 obl:agent 41:obl:agent _ 44 Viola Viola PROPN NNP Number=Sing 43 flat 43:flat SpaceAfter=No -45 , , PUNCT , _ 43 punct 43:punct _ +45 , , PUNCT , _ 48 punct 48:punct _ 46 the the DET DT Definite=Def|PronType=Art 48 det 48:det _ 47 old old ADJ JJ Degree=Pos 48 amod 48:amod _ 48 companion companion NOUN NN Number=Sing 43 appos 43:appos _ @@ -128329,31 +128387,31 @@ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 Faithful faithful ADJ JJ Degree=Pos 8 amod 8:amod _ 8 Hero hero NOUN NN Number=Sing 4 nmod 4:nmod:of _ -9 seemed seem VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 seemed seem VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 to to PART TO _ 11 mark 11:mark _ 11 look look VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 dimly dimly ADV RB _ 11 advmod 11:advmod SpaceAfter=No -13 , , PUNCT , _ 11 punct 11:punct _ +13 , , PUNCT , _ 16 punct 16:punct _ 14 in in ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 light light NOUN NN Number=Sing 11 obl 11:obl:in _ 17 of of ADP IN _ 19 case 19:case _ -18 one one NUM CD NumType=Card 19 nummod 19:nummod _ +18 one one NUM CD NumForm=Word|NumType=Card 19 nummod 19:nummod _ 19 candle candle NOUN NN Number=Sing 16 nmod 16:nmod:of SpaceAfter=No -20 , , PUNCT , _ 11 punct 11:punct _ +20 , , PUNCT , _ 23 punct 23:punct _ 21 at at ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 man man NOUN NN Number=Sing 11 obl 11:obl:at _ 24 with with ADP IN _ 26 case 26:case _ -25 no no DET DT _ 26 det 26:det _ +25 no no DET DT PronType=Neg 26 det 26:det _ 26 faith faith NOUN NN Number=Sing 23 nmod 23:nmod:with _ 27 in in ADP IN _ 28 case 28:case _ -28 anything anything PRON NN Number=Sing 26 nmod 26:nmod:in _ +28 anything anything PRON NN Number=Sing|PronType=Ind 26 nmod 26:nmod:in _ 29 except except ADP IN _ 31 case 31:case _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 31 truth truth NOUN NN Number=Sing 28 nmod 28:nmod:except _ 32 of of ADP IN _ 35 case 35:case _ -33 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ +33 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ 34 own own ADJ JJ Degree=Pos 35 amod 35:amod _ 35 sensations sensation NOUN NNS Number=Plur 31 nmod 31:nmod:of SpaceAfter=No 36 . . PUNCT . _ 9 punct 9:punct _ @@ -128365,19 +128423,19 @@ 3 of of ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 window window NOUN NN Number=Sing 1 obl 1:obl:of SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 1 punct 1:punct _ 7 Decoud Decoud PROPN NNP Number=Sing 9 nsubj:pass 9:nsubj:pass _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ 9 met meet VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 10 by by ADP IN _ 12 case 12:case _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ -12 darkness darkness NOUN NN Number=Sing 9 obl 9:obl:by _ +12 darkness darkness NOUN NN Number=Sing 9 obl:agent 9:obl:agent _ 13 so so ADV RB _ 14 advmod 14:advmod _ 14 impenetrable impenetrable ADJ JJ Degree=Pos 12 amod 12:amod _ 15 that that SCONJ IN _ 18 mark 18:mark _ 16 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 17 could could AUX MD VerbForm=Fin 18 aux 18:aux _ -18 see see VERB VB VerbForm=Inf 13 advcl 13:advcl:that _ +18 see see VERB VB VerbForm=Inf 14 advcl 14:advcl:that _ 19 neither neither CCONJ CC _ 21 cc:preconj 21:cc:preconj _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 mountains mountain NOUN NNS Number=Plur 18 obj 18:obj _ @@ -128392,14 +128450,14 @@ 30 near near ADP IN _ 32 case 32:case _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 32 harbour harbour NOUN NN Number=Sing 29 nmod 29:nmod:near SpaceAfter=No -33 ; ; PUNCT , _ 9 punct 9:punct _ +33 ; ; PUNCT , _ 36 punct 36:punct _ 34 and and CCONJ CC _ 36 cc 36:cc _ 35 there there PRON EX _ 36 expl 36:expl _ 36 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 conj 9:conj:and _ 37 not not PART RB _ 36 advmod 36:advmod _ 38 a a DET DT Definite=Ind|PronType=Art 39 det 39:det _ 39 sound sound NOUN NN Number=Sing 36 nsubj 36:nsubj SpaceAfter=No -40 , , PUNCT , _ 36 punct 36:punct _ +40 , , PUNCT , _ 60 punct 60:punct _ 41 as as SCONJ IN _ 60 mark 60:mark _ 42 if if SCONJ IN _ 60 mark 60:mark _ 43 the the DET DT Definite=Def|PronType=Art 45 det 45:det _ @@ -128409,7 +128467,7 @@ 47 the the DET DT Definite=Def|PronType=Art 49 det 49:det _ 48 Placid placid ADJ JJ Degree=Pos 49 amod 49:amod _ 49 Gulf gulf NOUN NN Number=Sing 45 nmod 45:nmod:of SpaceAfter=No -50 , , PUNCT , _ 60 punct 60:punct _ +50 , , PUNCT , _ 45 punct 45:punct _ 51 spreading spread VERB VBG VerbForm=Ger 60 advcl 60:advcl _ 52 from from ADP IN _ 54 case 54:case _ 53 the the DET DT Definite=Def|PronType=Art 54 det 54:det _ @@ -128417,12 +128475,12 @@ 55 over over ADP IN _ 57 case 57:case _ 56 the the DET DT Definite=Def|PronType=Art 57 det 57:det _ 57 land land NOUN NN Number=Sing 51 obl 51:obl:over SpaceAfter=No -58 , , PUNCT , _ 60 punct 60:punct _ -59 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 60 aux 60:aux _ +58 , , PUNCT , _ 51 punct 51:punct _ +59 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 60 aux 60:aux _ 60 made make VERB VBN Tense=Past|VerbForm=Part 36 advcl 36:advcl:if _ 61 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 60 obj 60:obj|62:nsubj:xsubj|66:nsubj:xsubj _ 62 dumb dumb ADJ JJ Degree=Pos 60 xcomp 60:xcomp _ -63 as as ADV RB _ 66 cc 66:cc _ +63 as as ADV RB ExtPos=CCONJ 66 cc 66:cc _ 64 well well ADV RB Degree=Pos 63 fixed 63:fixed _ 65 as as ADP IN _ 63 fixed 63:fixed _ 66 blind blind ADJ JJ Degree=Pos 62 conj 60:xcomp|62:conj:as_well_as SpaceAfter=No @@ -128434,7 +128492,7 @@ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0091 # text = He turned away. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 turned turn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 turned turn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 away away ADV RB _ 2 advmod 2:advmod SpaceAfter=No 4 . . PUNCT . _ 2 punct 2:punct _ @@ -128444,15 +128502,15 @@ 2 could could AUX MD VerbForm=Fin 3 aux 3:aux _ 3 bear bear VERB VB VerbForm=Inf 0 root 0:root _ 4 no no ADV RB _ 5 advmod 5:advmod _ -5 longer longer ADV RBR Degree=Cmp 3 advmod 3:advmod _ +5 longer long ADV RBR Degree=Cmp 3 advmod 3:advmod _ 6 that that DET DT Number=Sing|PronType=Dem 10 det 10:det _ 7 expressionless expressionless ADJ JJ Degree=Pos 10 amod 10:amod _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 motionless motionless ADJ JJ Degree=Pos 7 conj 7:conj:and|10:amod _ 10 stare stare NOUN NN Number=Sing 3 obj 3:obj|13:nsubj|15:nsubj:xsubj SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 13 punct 13:punct _ 12 which which PRON WDT PronType=Rel 13 nsubj 10:ref _ -13 seemed seem VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +13 seemed seem VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ 14 to to PART TO _ 15 mark 15:mark _ 15 have have VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 16 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ @@ -128477,21 +128535,21 @@ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 uneasy uneasy ADJ JJ Degree=Pos 12 advcl 12:advcl _ 6 in in ADP IN _ 9 case 9:case _ -7 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 8 corporate corporate ADJ JJ Degree=Pos 9 amod 9:amod _ 9 expression expression NOUN NN Number=Sing 5 obl 5:obl:in SpaceAfter=No 10 , , PUNCT , _ 5 punct 5:punct _ -11 was be AUX VBD Mood=Ind|Number=Sing|Tense=Past|VerbForm=Fin 12 aux:pass 12:aux:pass _ +11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 aux:pass 12:aux:pass _ 12 overtopped overtop VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 13 by by ADP IN _ 16 case 16:case _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 15 big big ADJ JJ Degree=Pos 16 amod 16:amod _ -16 face face NOUN NN Number=Sing 12 obl 12:obl:by _ +16 face face NOUN NN Number=Sing 12 obl:agent 12:obl:agent _ 17 of of ADP IN _ 18 case 18:case _ 18 Don Don PROPN NNP Number=Sing 16 nmod 16:nmod:of _ 19 Juste Juste PROPN NNP Number=Sing 18 flat 18:flat _ 20 Lopez Lopez PROPN NNP Number=Sing 18 flat 18:flat SpaceAfter=No -21 , , PUNCT , _ 16 punct 16:punct _ +21 , , PUNCT , _ 22 punct 22:punct _ 22 soft soft ADJ JJ Degree=Pos 16 amod 16:amod _ 23 and and CCONJ CC _ 24 cc 24:cc _ 24 white white ADJ JJ Degree=Pos 22 conj 16:amod|22:conj:and SpaceAfter=No @@ -128500,7 +128558,7 @@ 27 prominent prominent ADJ JJ Degree=Pos 28 amod 28:amod _ 28 eyelids eyelid NOUN NNS Number=Plur 22 conj 16:amod|22:conj:and _ 29 and and CCONJ CC _ 30 cc 30:cc _ -30 wreathed wreathe VERB VBN Tense=Past|VerbForm=Part 22 conj 16:amod|22:conj:and _ +30 wreathed wreathe VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 conj 16:amod|22:conj:and _ 31 in in ADP IN _ 33 case 33:case _ 32 impenetrable impenetrable ADJ JJ Degree=Pos 33 amod 33:amod _ 33 solemnity solemnity NOUN NN Number=Sing 30 obl 30:obl:in _ @@ -128510,8 +128568,8 @@ 37 a a DET DT Definite=Ind|PronType=Art 39 det 39:det _ 38 dense dense ADJ JJ Degree=Pos 39 amod 39:amod _ 39 cloud cloud NOUN NN Number=Sing 30 advcl 30:advcl:in SpaceAfter=No -40 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No -41 >> >> PUNCT -RRB- _ 5 punct 5:punct _ +40 . . PUNCT . _ 12 punct 12:punct SpaceAfter=No +41 >> >> PUNCT -RRB- _ 12 punct 12:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0094 # text = ------------------------------------------------------------------ @@ -128533,19 +128591,19 @@ 6 during during ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 day day NOUN NN Number=Sing 4 obl 4:obl:during SpaceAfter=No -9 , , PUNCT , _ 4 punct 4:punct _ -10 for for CCONJ CC _ 17 cc 17:cc _ +9 , , PUNCT , _ 12 punct 12:punct _ +10 for for CCONJ CC _ 12 cc 12:cc _ 11 Murillo Murillo PROPN NNP Number=Sing 12 nsubj 12:nsubj|17:nsubj _ -12 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl _ -13 every every DET DT _ 14 det 14:det _ +12 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:for _ +13 every every DET DT PronType=Tot 14 det 14:det _ 14 precaution precaution NOUN NN Number=Sing 12 obj 12:obj _ 15 and and CCONJ CC _ 17 cc 17:cc _ 16 never never ADV RB _ 17 advmod 17:advmod _ -17 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 conj 4:advcl|12:conj:and _ +17 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 conj 12:conj:and _ 18 out out ADV RB _ 17 advmod 17:advmod _ 19 save save ADP IN _ 22 case 22:case _ 20 with with ADP IN _ 22 case 22:case _ -21 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 satellite satellite NOUN NN Number=Sing 17 obl 17:obl:with _ 23 Lucas Lucas PROPN NNP Number=Sing 22 appos 22:appos SpaceAfter=No 24 , , PUNCT , _ 26 punct 26:punct _ @@ -128559,7 +128617,7 @@ 32 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 33 days day NOUN NNS Number=Plur 30 obl 30:obl:in _ 34 of of ADP IN _ 36 case 36:case _ -35 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ +35 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ 36 greatness greatness NOUN NN Number=Sing 33 nmod 33:nmod:of SpaceAfter=No 37 . . PUNCT . _ 4 punct 4:punct _ @@ -128567,11 +128625,11 @@ # text = At night, however, he slept alone, and the avenger might find him. 1 At at ADP IN _ 2 case 2:case _ 2 night night NOUN NN Number=Sing 7 obl 7:obl:at SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 however however ADV RB _ 7 advmod 7:advmod SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 slept sleep VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 slept sleep VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 alone alone ADV RB _ 7 advmod 7:advmod SpaceAfter=No 9 , , PUNCT , _ 14 punct 14:punct _ 10 and and CCONJ CC _ 14 cc 14:cc _ @@ -128588,48 +128646,48 @@ 2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 certain certain ADJ JJ Degree=Pos 4 amod 4:amod _ 4 evening evening NOUN NN Number=Sing 12 obl 9:nsubj:pass|12:obl:on SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 9 punct 9:punct _ 6 which which PRON WDT PronType=Rel 9 nsubj:pass 4:ref _ -7 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +7 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 8 been be AUX VBN Tense=Past|VerbForm=Part 9 aux:pass 9:aux:pass _ 9 prearranged prearrange VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl:relcl 4:acl:relcl SpaceAfter=No -10 , , PUNCT , _ 12 punct 12:punct _ +10 , , PUNCT , _ 4 punct 4:punct _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 sent send VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 friend friend NOUN NN Number=Sing 12 iobj 12:iobj _ 15 final final ADJ JJ Degree=Pos 16 amod 16:amod _ 16 instructions instruction NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No -17 , , PUNCT , _ 12 punct 12:punct _ -18 for for CCONJ CC _ 28 cc 28:cc _ +17 , , PUNCT , _ 25 punct 25:punct _ +18 for for CCONJ CC _ 25 cc 25:cc _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 man man NOUN NN Number=Sing 25 nsubj 25:nsubj|28:nsubj _ 21 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 cop 25:cop _ 22 forever forever ADV RB _ 25 advmod 25:advmod _ 23 on on ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ -25 alert alert NOUN NN Number=Sing 12 advcl 12:advcl:on _ +25 alert alert NOUN NN Number=Sing 12 conj 12:conj:for _ 26 and and CCONJ CC _ 28 cc 28:cc _ 27 continually continually ADV RB _ 28 advmod 28:advmod _ -28 changed change VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 conj 12:advcl:on|25:conj:and _ -29 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +28 changed change VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 conj 25:conj:and _ +29 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 30 room room NOUN NN Number=Sing 28 obj 28:obj SpaceAfter=No 31 . . PUNCT . _ 12 punct 12:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0099 # text = I was to see that the doors were open and the signal of a green or white light in a window which faced the drive was to give notice if all was safe or if the attempt had better be postponed. -1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 was be VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +2 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 to to PART TO _ 4 mark 4:mark _ -4 see see VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ +4 see see VERB VB VerbForm=Inf 0 root 0:root _ 5 that that SCONJ IN _ 9 mark 9:mark _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 doors door NOUN NNS Number=Plur 9 nsubj 9:nsubj _ -8 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 cop 9:cop _ +8 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 9 open open ADJ JJ Degree=Pos 4 ccomp 4:ccomp _ -10 and and CCONJ CC _ 26 cc 26:cc _ +10 and and CCONJ CC _ 28 cc 28:cc _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -12 signal signal NOUN NN Number=Sing 26 nsubj 26:nsubj _ +12 signal signal NOUN NN Number=Sing 28 nsubj 28:nsubj _ 13 of of ADP IN _ 18 case 18:case _ 14 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 15 green green ADJ JJ Degree=Pos 18 amod 18:amod _ @@ -128640,33 +128698,33 @@ 20 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 21 window window NOUN NN Number=Sing 18 nmod 18:nmod:in|23:nsubj _ 22 which which PRON WDT PronType=Rel 23 nsubj 21:ref _ -23 faced face VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 acl:relcl 21:acl:relcl _ +23 faced face VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 acl:relcl 21:acl:relcl _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 drive drive NOUN NN Number=Sing 23 obj 23:obj _ -26 was be VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +26 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 28 aux 28:aux _ 27 to to PART TO _ 28 mark 28:mark _ -28 give give VERB VB VerbForm=Inf 26 ccomp 26:ccomp _ +28 give give VERB VB VerbForm=Inf 4 conj 4:conj:and _ 29 notice notice NOUN NN Number=Sing 28 obj 28:obj _ 30 if if SCONJ IN _ 33 mark 33:mark _ -31 all all DET DT _ 33 nsubj 33:nsubj _ +31 all all DET DT PronType=Tot 33 nsubj 33:nsubj _ 32 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 33 cop 33:cop _ 33 safe safe ADJ JJ Degree=Pos 28 advcl 28:advcl:if _ 34 or or CCONJ CC _ 41 cc 41:cc _ 35 if if SCONJ IN _ 41 mark 41:mark _ 36 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ 37 attempt attempt NOUN NN Number=Sing 41 nsubj:pass 41:nsubj:pass _ -38 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 41 aux 41:aux _ -39 better better ADV RBR Degree=Cmp 38 fixed 38:fixed _ +38 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 41 aux 41:aux _ +39 better well ADV RBR Degree=Cmp 41 advmod 41:advmod _ 40 be be AUX VB VerbForm=Inf 41 aux:pass 41:aux:pass _ 41 postponed postpone VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 33 conj 28:advcl:if|33:conj:or SpaceAfter=No -42 . . PUNCT . _ 2 punct 2:punct _ +42 . . PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0100 # text = "But everything went wrong with us. 1 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 2 But but CCONJ CC _ 4 cc 4:cc _ -3 everything everything PRON NN Number=Sing 4 nsubj 4:nsubj|5:nsubj:xsubj _ -4 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 everything everything PRON NN Number=Sing|PronType=Tot 4 nsubj 4:nsubj|5:nsubj:xsubj _ +4 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 wrong wrong ADJ JJ Degree=Pos 4 xcomp 4:xcomp _ 6 with with ADP IN _ 7 case 7:case _ 7 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 4 obl 4:obl:with SpaceAfter=No @@ -128675,16 +128733,16 @@ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0101 # text = In some way I had excited the suspicion of Lopez, the secretary. 1 In in ADP IN _ 3 case 3:case _ -2 some some DET DT _ 3 det 3:det _ +2 some some DET DT PronType=Ind 3 det 3:det _ 3 way way NOUN NN Number=Sing 6 obl 6:obl:in _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -5 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +5 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 6 excited excite VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 suspicion suspicion NOUN NN Number=Sing 6 obj 6:obj _ 9 of of ADP IN _ 10 case 10:case _ 10 Lopez Lopez PROPN NNP Number=Sing 8 nmod 8:nmod:of SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 13 punct 13:punct _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 secretary secretary NOUN NN Number=Sing 10 appos 10:appos SpaceAfter=No 14 . . PUNCT . _ 6 punct 6:punct _ @@ -128692,18 +128750,18 @@ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0102 # text = He crept up behind me and sprang upon me just as I had finished the note. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|7:nsubj _ -2 crept creep VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 crept creep VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 up up ADV RB _ 2 advmod 2:advmod _ 4 behind behind ADP IN _ 5 case 5:case _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obl 2:obl:behind _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 sprang spring VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +7 sprang spring VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 8 upon upon ADP IN _ 9 case 9:case _ 9 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 7 obl 7:obl:upon _ 10 just just ADV RB _ 14 advmod 14:advmod _ 11 as as SCONJ IN _ 14 mark 14:mark _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -13 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 aux 14:aux _ +13 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 14 aux 14:aux _ 14 finished finish VERB VBN Tense=Past|VerbForm=Part 7 advcl 7:advcl:as _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 note note NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No @@ -128713,21 +128771,21 @@ # text = He and his master dragged me to my room and held judgment upon me as a convicted traitress. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj|11:nsubj _ 2 and and CCONJ CC _ 4 cc 4:cc _ -3 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 master master NOUN NN Number=Sing 1 conj 1:conj:and|5:nsubj _ -5 dragged drag VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 dragged drag VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 obj 5:obj _ 7 to to ADP IN _ 9 case 9:case _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 room room NOUN NN Number=Sing 5 obl 5:obl:to _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 held hold VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +11 held hold VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 12 judgment judgment NOUN NN Number=Sing 11 obj 11:obj _ 13 upon upon ADP IN _ 14 case 14:case _ 14 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 12 nmod 12:nmod:upon _ 15 as as ADP IN _ 18 case 18:case _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ -17 convicted convict VERB VBN Tense=Past|VerbForm=Part 18 amod 18:amod _ +17 convicted convict VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 amod 18:amod _ 18 traitress traitress NOUN NN Number=Sing 11 obl 11:obl:as SpaceAfter=No 19 . . PUNCT . _ 5 punct 5:punct _ @@ -128740,7 +128798,7 @@ 5 would would AUX MD VerbForm=Fin 7 aux 7:aux _ 6 have have AUX VB VerbForm=Inf 7 aux 7:aux _ 7 plunged plunge VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -8 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 knives knife NOUN NNS Number=Plur 7 obj 7:obj _ 10 into into ADP IN _ 11 case 11:case _ 11 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 7 obl 7:obl:into _ @@ -128748,9 +128806,9 @@ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 14 have have AUX VB VerbForm=Inf 15 aux 15:aux _ 15 seen see VERB VBN Tense=Past|VerbForm=Part 7 advcl 7:advcl _ -16 how how ADV WRB PronType=Int 15 obj 15:obj _ +16 how how ADV WRB PronType=Int 18 advmod 18:advmod _ 17 to to PART TO _ 18 mark 18:mark _ -18 escape escape VERB VB VerbForm=Inf 16 acl:relcl 16:acl:relcl _ +18 escape escape VERB VB VerbForm=Inf 15 ccomp 15:ccomp _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 consequences consequence NOUN NNS Number=Plur 18 obj 18:obj _ 21 of of ADP IN _ 23 case 23:case _ @@ -128761,15 +128819,15 @@ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0105 # text = Finally, after much debate, they concluded that my murder was too dangerous. 1 Finally finally ADV RB _ 8 advmod 8:advmod SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 after after ADP IN _ 5 case 5:case _ 4 much much ADJ JJ Degree=Pos 5 amod 5:amod _ 5 debate debate NOUN NN Number=Sing 8 obl 8:obl:after SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 concluded conclude VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 concluded conclude VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 that that SCONJ IN _ 14 mark 14:mark _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 murder murder NOUN NN Number=Sing 14 nsubj 14:nsubj _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ 13 too too ADV RB _ 14 advmod 14:advmod _ @@ -128780,7 +128838,7 @@ # text = But they determined to get rid forever of Garcia. 1 But but CCONJ CC _ 3 cc 3:cc _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj|6:nsubj:xsubj _ -3 determined determine VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 determined determine VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 get get VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 rid rid ADJ JJ Degree=Pos 5 xcomp 5:xcomp _ @@ -128792,19 +128850,19 @@ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0107 # text = They had gagged me, and Murillo twisted my arm round until I gave him the address. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +2 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 gagged gag VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj 3:obj SpaceAfter=No 5 , , PUNCT , _ 8 punct 8:punct _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 Murillo Murillo PROPN NNP Number=Sing 8 nsubj 8:nsubj _ -8 twisted twist VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 twisted twist VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 arm arm NOUN NN Number=Sing 8 obj 8:obj _ 11 round round ADV RB _ 8 advmod 8:advmod _ 12 until until SCONJ IN _ 14 mark 14:mark _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:until _ +14 gave give VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:until _ 15 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 iobj 14:iobj _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 address address NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No @@ -128813,7 +128871,7 @@ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0108 # text = I swear that he might have twisted it off had I understood what it would mean to Garcia. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 swear swear VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 swear swear VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 7 mark 7:mark _ 4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 5 might might AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -128821,10 +128879,10 @@ 7 twisted twist VERB VBN Tense=Past|VerbForm=Part 2 ccomp 2:ccomp _ 8 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj _ 9 off off ADV RB _ 7 advmod 7:advmod _ -10 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 aux 12:aux _ +10 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 12 aux 12:aux _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 12 understood understand VERB VBN Tense=Past|VerbForm=Part 7 advcl 7:advcl _ -13 what what PRON WP PronType=Int 12 obj 12:obj _ +13 what what PRON WP PronType=Rel 12 obj 12:obj|16:obj _ 14 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 15 would would AUX MD VerbForm=Fin 16 aux 16:aux _ 16 mean mean VERB VB VerbForm=Inf 13 acl:relcl 13:acl:relcl _ @@ -128835,62 +128893,62 @@ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0109 # text = Lopez addressed the note which I had written, sealed it with his sleeve-link, and sent it by the hand of the servant, Jose. 1 Lopez Lopez PROPN NNP Number=Sing 2 nsubj 2:nsubj|10:nsubj|19:nsubj _ -2 addressed address VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 addressed address VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 note note NOUN NN Number=Sing 2 obj 2:obj|8:obj _ 5 which which PRON WDT PronType=Rel 8 obj 4:ref _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -7 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux 8:aux _ +7 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 8 written write VERB VBN Tense=Past|VerbForm=Part 4 acl:relcl 4:acl:relcl SpaceAfter=No 9 , , PUNCT , _ 10 punct 10:punct _ -10 sealed seal VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +10 sealed seal VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 11 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 obj 10:obj _ 12 with with ADP IN _ 16 case 16:case _ -13 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +13 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 14 sleeve sleeve NOUN NN Number=Sing 16 compound 16:compound SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 link link NOUN NN Number=Sing 10 obl 10:obl:with SpaceAfter=No 17 , , PUNCT , _ 19 punct 19:punct _ 18 and and CCONJ CC _ 19 cc 19:cc _ -19 sent send VERB VBN Tense=Past|VerbForm=Part 2 conj 2:conj:and _ +19 sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 conj 2:conj:and _ 20 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 obj 19:obj _ 21 by by ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -23 hand hand NOUN NN Number=Sing 19 obl 19:obl:by _ +23 hand hand NOUN NN Number=Sing 19 obl:agent 19:obl:agent _ 24 of of ADP IN _ 26 case 26:case _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 26 servant servant NOUN NN Number=Sing 23 nmod 23:nmod:of SpaceAfter=No -27 , , PUNCT , _ 26 punct 26:punct _ +27 , , PUNCT , _ 28 punct 28:punct _ 28 Jose Jose PROPN NNP Number=Sing 26 appos 26:appos SpaceAfter=No 29 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0110 # text = How they murdered him I do not know, save that it was Murillo's hand who struck him down, for Lopez had remained to guard me. -1 How how SCONJ WRB PronType=Int 3 mark 3:mark _ +1 How how ADV WRB PronType=Int 3 advmod 3:advmod _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 murdered murder VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 advcl 8:advcl _ +3 murdered murder VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 ccomp 8:ccomp _ 4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -6 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 not not PART RB _ 8 advmod 8:advmod _ 8 know know VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 16 punct 16:punct _ 10 save save SCONJ IN _ 16 mark 16:mark _ 11 that that SCONJ IN _ 16 mark 16:mark _ -12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ +12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 expl 16:expl _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 cop 16:cop _ 14-15 Murillo's _ _ _ _ _ _ _ _ 14 Murillo Murillo PROPN NNP Number=Sing 16 nmod:poss 16:nmod:poss _ 15 's 's PART POS _ 14 case 14:case _ 16 hand hand NOUN NN Number=Sing 8 advcl 8:advcl:that|18:nsubj _ 17 who who PRON WP PronType=Rel 18 nsubj 16:ref _ -18 struck strike VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ +18 struck strike VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 advcl:relcl 16:advcl:relcl _ 19 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 18 obj 18:obj _ 20 down down ADP RP _ 18 compound:prt 18:compound:prt SpaceAfter=No 21 , , PUNCT , _ 25 punct 25:punct _ 22 for for CCONJ CC _ 25 cc 25:cc _ 23 Lopez Lopez PROPN NNP Number=Sing 25 nsubj 25:nsubj _ -24 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 aux 25:aux _ +24 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 aux 25:aux _ 25 remained remain VERB VBN Tense=Past|VerbForm=Part 16 conj 8:advcl:that|16:conj:for|18:nsubj _ 26 to to PART TO _ 27 mark 27:mark _ 27 guard guard VERB VB VerbForm=Inf 25 advcl 25:advcl:to _ @@ -128900,7 +128958,7 @@ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0111 # text = I believe he must have waited among the gorse bushes through which the path winds and struck him down as he passed. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 believe believe VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj|17:nsubj _ 4 must must AUX MD VerbForm=Fin 6 aux 6:aux _ 5 have have AUX VB VerbForm=Inf 6 aux 6:aux _ @@ -128920,15 +128978,15 @@ 19 down down ADP RP _ 17 compound:prt 17:compound:prt _ 20 as as SCONJ IN _ 22 mark 22:mark _ 21 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj _ -22 passed pass VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 advcl 17:advcl:as SpaceAfter=No +22 passed pass VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 advcl 17:advcl:as SpaceAfter=No 23 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_humanities.lit.authors.shakespeare_0018a7697318f71f_ENG_20031006_163200-0112 # text = At first they were of a mind to let him enter the house and to kill him as a detected burglar; but they argued that if they were mixed up in an inquiry their own identity would at once be publicly disclosed and they would be open to further attacks. 1 At at ADP IN _ 2 case 2:case _ -2 first first ADV RB _ 7 obl 7:obl:at _ +2 first first ADV RB NumForm=Word|NumType=Ord 7 obl 7:obl:at _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -4 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 cop 7:cop _ +4 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 5 of of ADP IN _ 7 case 7:case _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 mind mind NOUN NN Number=Sing 0 root 0:root _ @@ -128944,27 +129002,27 @@ 17 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 16 obj 16:obj _ 18 as as ADP IN _ 21 case 21:case _ 19 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ -20 detected detect VERB VBN Tense=Past|VerbForm=Part 21 amod 21:amod _ +20 detected detect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 amod 21:amod _ 21 burglar burglar NOUN NN Number=Sing 16 obl 16:obl:as SpaceAfter=No -22 ; ; PUNCT , _ 7 punct 7:punct _ +22 ; ; PUNCT , _ 25 punct 25:punct _ 23 but but CCONJ CC _ 25 cc 25:cc _ 24 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 25 nsubj 25:nsubj _ -25 argued argue VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 conj 7:conj:but _ +25 argued argue VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 conj 7:conj:but _ 26 that that SCONJ IN _ 43 mark 43:mark _ 27 if if SCONJ IN _ 30 mark 30:mark _ 28 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 30 nsubj:pass 30:nsubj:pass _ -29 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 30 aux:pass 30:aux:pass _ +29 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 30 aux:pass 30:aux:pass _ 30 mixed mix VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 43 advcl 43:advcl:if _ 31 up up ADP RP _ 30 compound:prt 30:compound:prt _ 32 in in ADP IN _ 34 case 34:case _ 33 an a DET DT Definite=Ind|PronType=Art 34 det 34:det _ 34 inquiry inquiry NOUN NN Number=Sing 30 obl 30:obl:in _ -35 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ +35 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ 36 own own ADJ JJ Degree=Pos 37 amod 37:amod _ 37 identity identity NOUN NN Number=Sing 43 nsubj:pass 43:nsubj:pass _ 38 would would AUX MD VerbForm=Fin 43 aux 43:aux _ -39 at at ADV RB _ 40 advmod 40:advmod _ -40 once once ADV RB NumType=Mult 43 advmod 43:advmod _ +39 at at ADP IN _ 40 case 40:case _ +40 once once ADV RB NumForm=Word|NumType=Mult 43 obl 43:obl:at _ 41 be be AUX VB VerbForm=Inf 43 aux:pass 43:aux:pass _ 42 publicly publicly ADV RB _ 43 advmod 43:advmod _ 43 disclosed disclose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 ccomp 25:ccomp _ @@ -128985,14 +129043,14 @@ 3 death death NOUN NN Number=Sing 10 obl 10:obl:with _ 4 of of ADP IN _ 5 case 5:case _ 5 Garcia Garcia PROPN NNP Number=Sing 3 nmod 3:nmod:of SpaceAfter=No -6 , , PUNCT , _ 10 punct 10:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 pursuit pursuit NOUN NN Number=Sing 10 nsubj 10:nsubj _ 9 might might AUX MD VerbForm=Fin 10 aux 10:aux _ 10 cease cease VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 17 punct 17:punct _ 12 since since SCONJ IN _ 17 mark 17:mark _ -13 such such DET PDT _ 15 det:predet 15:det:predet _ +13 such such DET PDT PronType=Ind 15 det:predet 15:det:predet _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 death death NOUN NN Number=Sing 17 nsubj 17:nsubj _ 16 might might AUX MD VerbForm=Fin 17 aux 17:aux _ @@ -129020,13 +129078,13 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 Rock rock NOUN NN Number=Sing 3 compound 3:compound _ 3 revolution revolution NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 happened happen VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 happened happen VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 in in ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -7 Sixties sixty NOUN NNS Number=Plur 4 obl 4:obl:in _ +7 Sixties sixties NOUN NNS Number=Plur 4 obl 4:obl:in _ 8 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No -9 6 6 NUM CD NumType=Card 4 parataxis 4:parataxis SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +9 6 6 NUM CD NumForm=Digit|NumType=Card 4 parataxis 4:parataxis SpaceAfter=No +10 , , PUNCT , _ 11 punct 11:punct _ 11 number number NOUN NN Number=Sing 9 appos 9:appos _ 12 of of ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ @@ -129037,22 +129095,22 @@ # sent_id = newsgroup-groups.google.com_alt.animals_434fe80fb3577e8e_ENG_20031011_200300-0002 # text = It came from Liverpool, that was the port base to the Titanic, destroyed by God because of the arrogant insult of captain Smith (also from Liverpool): "Not even God can sink my ship" (not only the captain, but also the rest of the crew and even the orchestra playing at the Titanic were from Liverpool). 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root|10:nsubj _ +2 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 from from ADP IN _ 4 case 4:case _ 4 Liverpool Liverpool PROPN NNP Number=Sing 2 obl 2:obl:from SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ -6 that that PRON DT Number=Sing|PronType=Dem 10 nsubj 2:ref _ +5 , , PUNCT , _ 10 punct 10:punct _ +6 that that PRON DT Number=Sing|PronType=Dem 10 nsubj 10:nsubj _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 port port NOUN NN Number=Sing 10 compound 10:compound _ -10 base base NOUN NN Number=Sing 2 acl:relcl 2:acl:relcl _ +10 base base NOUN NN Number=Sing 2 parataxis 2:parataxis _ 11 to to ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 Titanic Titanic PROPN NNP Number=Sing 10 nmod 10:nmod:to SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ -15 destroyed destroy VERB VBN Tense=Past|VerbForm=Part 13 acl 13:acl _ +14 , , PUNCT , _ 15 punct 15:punct _ +15 destroyed destroy VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 acl 13:acl _ 16 by by ADP IN _ 17 case 17:case _ -17 God God PROPN NNP Number=Sing 15 obl 15:obl:by _ +17 God God PROPN NNP Number=Sing 15 obl:agent 15:obl:agent _ 18 because because ADP IN _ 22 case 22:case _ 19 of of ADP IN _ 18 fixed 18:fixed _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ @@ -129066,26 +129124,26 @@ 28 from from ADP IN _ 29 case 29:case _ 29 Liverpool Liverpool PROPN NNP Number=Sing 24 nmod 24:nmod:from SpaceAfter=No 30 ) ) PUNCT -RRB- _ 29 punct 29:punct SpaceAfter=No -31 : : PUNCT : _ 2 punct 2:punct _ +31 : : PUNCT : _ 37 punct 37:punct _ 32 " " PUNCT `` _ 37 punct 37:punct SpaceAfter=No -33 Not not PART RB _ 34 advmod 34:advmod _ +33 Not not PART RB _ 35 advmod 35:advmod _ 34 even even ADV RB _ 35 advmod 35:advmod _ 35 God God PROPN NNP Number=Sing 37 nsubj 37:nsubj _ 36 can can AUX MD VerbForm=Fin 37 aux 37:aux _ 37 sink sink VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ -38 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ +38 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ 39 ship ship NOUN NN Number=Sing 37 obj 37:obj SpaceAfter=No 40 " " PUNCT '' _ 37 punct 37:punct _ 41 ( ( PUNCT -LRB- _ 64 punct 64:punct SpaceAfter=No -42 not not ADV RB _ 43 advmod 43:advmod _ -43 only only ADV RB _ 45 cc:preconj 45:cc:preconj _ +42 not not PART RB _ 45 advmod 45:advmod _ +43 only only ADV RB _ 45 advmod 45:advmod _ 44 the the DET DT Definite=Def|PronType=Art 45 det 45:det _ 45 captain captain NOUN NN Number=Sing 64 nsubj 64:nsubj SpaceAfter=No 46 , , PUNCT , _ 50 punct 50:punct _ 47 but but CCONJ CC _ 50 cc 50:cc _ -48 also also ADV RB _ 47 advmod 47:advmod _ +48 also also ADV RB _ 50 advmod 50:advmod _ 49 the the DET DT Definite=Def|PronType=Art 50 det 50:det _ -50 rest rest NOUN NN Number=Sing 45 conj 45:conj:but_also|64:nsubj _ +50 rest rest NOUN NN Number=Sing 45 conj 45:conj:but|64:nsubj _ 51 of of ADP IN _ 53 case 53:case _ 52 the the DET DT Definite=Def|PronType=Art 53 det 53:det _ 53 crew crew NOUN NN Number=Sing 50 nmod 50:nmod:of _ @@ -129097,7 +129155,7 @@ 59 at at ADP IN _ 61 case 61:case _ 60 the the DET DT Definite=Def|PronType=Art 61 det 61:det _ 61 Titanic Titanic PROPN NNP Number=Sing 58 obl 58:obl:at _ -62 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 64 cop 64:cop _ +62 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 64 cop 64:cop _ 63 from from ADP IN _ 64 case 64:case _ 64 Liverpool Liverpool PROPN NNP Number=Sing 2 parataxis 2:parataxis SpaceAfter=No 65 ) ) PUNCT -RRB- _ 64 punct 64:punct SpaceAfter=No @@ -129108,17 +129166,17 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 Rock rock NOUN NN Number=Sing 3 compound 3:compound _ 3 revolution revolution NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 from from ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 nation nation NOUN NN Number=Sing 4 obl 4:obl:from|9:nsubj _ 8 that that PRON WDT PronType=Rel 9 nsubj 7:ref _ 9 allows allow VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -11 church church NOUN NN Number=Sing 9 obj 9:obj|14:nsubj:xsubj _ +11 church church NOUN NN Number=Sing 9 iobj 9:iobj|14:nsubj:xsubj _ 12 to to PART TO _ 14 mark 14:mark _ 13 be be AUX VB VerbForm=Inf 14 aux:pass 14:aux:pass _ -14 changed change VERB VBN Tense=Past|VerbForm=Part 9 xcomp 9:xcomp _ +14 changed change VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 xcomp 9:xcomp _ 15 to to ADP IN _ 17 case 17:case _ 16 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 17 pub pub NOUN NN Number=Sing 14 obl 14:obl:to _ @@ -129146,7 +129204,7 @@ 39 of of ADP IN _ 40 case 40:case _ 40 George George PROPN NNP Number=Sing 38 nmod 38:nmod:of _ 41 Martin Martin PROPN NNP Number=Sing 40 flat 40:flat SpaceAfter=No -42 , , PUNCT , _ 40 punct 40:punct _ +42 , , PUNCT , _ 43 punct 43:punct _ 43 ally ally NOUN NN Number=Sing 40 appos 40:appos _ 44 of of ADP IN _ 46 case 46:case _ 45 the the DET DT Definite=Def|PronType=Art 46 det 46:det _ @@ -129157,15 +129215,15 @@ # sent_id = newsgroup-groups.google.com_alt.animals_434fe80fb3577e8e_ENG_20031011_200300-0004 # text = It came from the nation whose king Enrique VIII adulterated the Bible so that divorce could be allowed and in this way be able to give loose rein to the many divorces from his wives and subsequent murdering of the same ones and to whom God provided a wife with six fingers as abomination (Anne Boleyn)...once again 6, number of the Beast.... 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 from from ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 nation nation NOUN NN Number=Sing 2 obl 2:obl:from|7:nmod:poss _ -6 whose whose PRON WP$ Poss=Yes|PronType=Int 7 nmod:poss 5:ref _ +6 whose whose PRON WP$ Poss=Yes|PronType=Rel 7 nmod:poss 5:ref _ 7 king king NOUN NN Number=Sing 10 nsubj 10:nsubj _ 8 Enrique Enrique PROPN NNP Number=Sing 7 appos 7:appos _ -9 VIII VIII PROPN NNP Number=Sing 8 flat 8:flat _ -10 adulterated adulterate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +9 VIII VIII NUM CD NumForm=Roman|NumType=Card 8 nummod 8:nummod _ +10 adulterated adulterate VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 Bible Bible PROPN NNP Number=Sing 10 obj 10:obj _ 13 so so SCONJ IN _ 18 mark 18:mark _ @@ -129189,7 +129247,7 @@ 31 many many ADJ JJ Degree=Pos 32 amod 32:amod _ 32 divorces divorce NOUN NNS Number=Plur 26 obl 26:obl:to _ 33 from from ADP IN _ 35 case 35:case _ -34 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ +34 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ 35 wives wife NOUN NNS Number=Plur 32 nmod 32:nmod:from _ 36 and and CCONJ CC _ 38 cc 38:cc _ 37 subsequent subsequent ADJ JJ Degree=Pos 38 amod 38:amod _ @@ -129199,14 +129257,14 @@ 41 same same ADJ JJ Degree=Pos 42 amod 42:amod _ 42 ones one NOUN NNS Number=Plur 38 nmod 38:nmod:of _ 43 and and CCONJ CC _ 47 cc 47:cc _ -44 to to ADP TO _ 45 mark 45:mark _ -45 whom whom VERB VB VerbForm=Inf 47 advcl 47:advcl:to _ +44 to to ADP IN _ 45 case 45:case _ +45 whom whom PRON WP PronType=Rel 47 obl 47:obl:to _ 46 God God PROPN NNP Number=Sing 47 nsubj 47:nsubj _ -47 provided provide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 conj 5:acl:relcl|10:conj:and _ +47 provided provide VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 conj 5:acl:relcl|10:conj:and _ 48 a a DET DT Definite=Ind|PronType=Art 49 det 49:det _ 49 wife wife NOUN NN Number=Sing 47 obj 47:obj _ 50 with with ADP IN _ 52 case 52:case _ -51 six six NUM CD NumType=Card 52 nummod 52:nummod _ +51 six six NUM CD NumForm=Word|NumType=Card 52 nummod 52:nummod _ 52 fingers finger NOUN NNS Number=Plur 49 nmod 49:nmod:with _ 53 as as ADP IN _ 54 case 54:case _ 54 abomination abomination NOUN NN Number=Sing 47 obl 47:obl:as _ @@ -129215,10 +129273,10 @@ 57 Boleyn Boleyn PROPN NNP Number=Sing 56 flat 56:flat SpaceAfter=No 58 ) ) PUNCT -RRB- _ 56 punct 56:punct SpaceAfter=No 59 ... ... PUNCT , _ 62 punct 62:punct SpaceAfter=No -60 once once ADV RB NumType=Mult 61 advmod 61:advmod _ +60 once once ADV RB NumForm=Word|NumType=Mult 61 advmod 61:advmod _ 61 again again ADV RB _ 62 advmod 62:advmod _ -62 6 6 NUM CD NumType=Card 2 parataxis 2:parataxis SpaceAfter=No -63 , , PUNCT , _ 62 punct 62:punct _ +62 6 6 NUM CD NumForm=Digit|NumType=Card 2 parataxis 2:parataxis SpaceAfter=No +63 , , PUNCT , _ 64 punct 64:punct _ 64 number number NOUN NN Number=Sing 62 appos 62:appos _ 65 of of ADP IN _ 67 case 67:case _ 66 the the DET DT Definite=Def|PronType=Art 67 det 67:det _ @@ -129229,7 +129287,7 @@ # text = It is interesting to observe that this nation is nicknamed "the Devil's Island". 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 expl 3:expl _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 interesting interest VERB VBG VerbForm=Ger 0 root 0:root _ +3 interesting interesting ADJ JJ Degree=Pos 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 observe observe VERB VB VerbForm=Inf 3 csubj 3:csubj _ 6 that that SCONJ IN _ 10 mark 10:mark _ @@ -129259,22 +129317,22 @@ 9 on on ADP IN _ 11 case 11:case _ 10 that that DET DT Number=Sing|PronType=Dem 11 det 11:det _ 11 nation nation NOUN NN Number=Sing 3 nmod 3:nmod:on SpaceAfter=No -12 , , PUNCT , _ 26 punct 26:punct _ +12 , , PUNCT , _ 3 punct 3:punct _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 center center NOUN NN Number=Sing 26 nsubj 26:nsubj _ 15 of of ADP IN _ 16 case 16:case _ 16 London London PROPN NNP Number=Sing 14 nmod 14:nmod:of SpaceAfter=No -17 , , PUNCT , _ 14 punct 14:punct _ +17 , , PUNCT , _ 24 punct 24:punct _ 18 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 19 so so ADV RB _ 20 advmod 20:advmod _ 20 well well ADV RB Degree=Pos 22 advmod 22:advmod SpaceAfter=No -21 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No -22 known know VERB VBN Tense=Past|VerbForm=Part 24 amod 24:amod _ +21 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No +22 known know VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 24 amod 24:amod _ 23 Piccadilly Piccadilly PROPN NNP Number=Sing 24 compound 24:compound _ 24 Circus Circus PROPN NNP Number=Sing 14 appos 14:appos SpaceAfter=No -25 , , PUNCT , _ 26 punct 26:punct _ +25 , , PUNCT , _ 14 punct 14:punct _ 26 takes take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -27 it's it's PRON PRP$ _ 28 nmod:poss 28:nmod:poss _ +27 it's its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 28 nmod:poss 28:nmod:poss CorrectForm=its 28 name name NOUN NN Number=Sing 26 obj 26:obj _ 29 from from ADP IN _ 32 case 32:case _ 30 an a DET DT Definite=Ind|PronType=Art 32 det 32:det _ @@ -129295,7 +129353,7 @@ 45 Sin Sin PROPN NNP Number=Sing 43 nmod 43:nmod:of SpaceAfter=No 46 " " PUNCT '' _ 43 punct 43:punct SpaceAfter=No 47 ) ) PUNCT -RRB- _ 37 punct 37:punct SpaceAfter=No -48 , , PUNCT , _ 32 punct 32:punct _ +48 , , PUNCT , _ 49 punct 49:punct _ 49 disappeared disappeared ADJ JJ Degree=Pos 32 acl 32:acl _ 50 nowadays nowadays ADV RB _ 49 advmod 49:advmod SpaceAfter=No 51 . . PUNCT . _ 26 punct 26:punct _ @@ -129306,8 +129364,8 @@ 2 antichrist antichrist PROPN NNP Number=Sing 30 nsubj 30:nsubj _ 3 John John PROPN NNP Number=Sing 2 appos 2:appos _ 4 Lennon Lennon PROPN NNP Number=Sing 3 flat 3:flat SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ -6 one one NUM CD NumType=Card 2 appos 2:appos _ +5 , , PUNCT , _ 6 punct 6:punct _ +6 one one NUM CD NumForm=Word|NumType=Card 2 appos 2:appos _ 7 of of ADP IN _ 12 case 12:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9-10 Devil's _ _ _ _ _ _ _ _ @@ -129330,14 +129388,14 @@ 25 disintegration disintegration NOUN NN Number=Sing 23 obj 23:obj _ 26 of of ADP IN _ 27 case 27:case _ 27 mankind mankind NOUN NN Number=Sing 25 nmod 25:nmod:of SpaceAfter=No -28 , , PUNCT , _ 30 punct 30:punct _ -29 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 30 aux 30:aux _ +28 , , PUNCT , _ 2 punct 2:punct _ +29 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 30 aux 30:aux _ 30 hit hit VERB VB VerbForm=Inf 0 root 0:root _ 31 Stuart Stuart PROPN NNP Number=Sing 30 obj 30:obj _ 32 Sutcliffe Sutcliffe PROPN NNP Number=Sing 31 flat 31:flat _ 33 ( ( PUNCT -LRB- _ 37 punct 37:punct SpaceAfter=No 34 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ -35 first first ADJ JJ Degree=Pos|NumType=Ord 37 amod 37:amod _ +35 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 37 amod 37:amod _ 36 bass bass NOUN NN Number=Sing 37 compound 37:compound _ 37 player player NOUN NN Number=Sing 31 appos 31:appos _ 38 of of ADP IN _ 40 case 40:case _ @@ -129357,11 +129415,11 @@ # sent_id = newsgroup-groups.google.com_alt.animals_434fe80fb3577e8e_ENG_20031011_200300-0008 # text = Some months later Sutcliffe died from brain haemorrhage because of John Lennon's bruises. -1 Some some DET DT _ 2 det 2:det _ +1 Some some DET DT PronType=Ind 2 det 2:det _ 2 months month NOUN NNS Number=Plur 3 obl:npmod 3:obl:npmod _ -3 later later ADV RB _ 5 advmod 5:advmod _ +3 later late ADV RBR Degree=Cmp 5 advmod 5:advmod _ 4 Sutcliffe Sutcliffe PROPN NNP Number=Sing 5 nsubj 5:nsubj _ -5 died die VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 died die VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 from from ADP IN _ 8 case 8:case _ 7 brain brain NOUN NN Number=Sing 8 compound 8:compound _ 8 haemorrhage haemorrhage NOUN NN Number=Sing 5 obl 5:obl:from _ @@ -129378,7 +129436,7 @@ # text = John Lennon entered stardom being a murderer. 1 John John PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 Lennon Lennon PROPN NNP Number=Sing 1 flat 1:flat _ -3 entered enter VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 entered enter VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 stardom stardom NOUN NN Number=Sing 3 obj 3:obj _ 5 being be AUX VBG VerbForm=Ger 7 cop 7:cop _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -129391,20 +129449,20 @@ 2 same same ADJ JJ Degree=Pos 3 amod 3:amod _ 3 demons demon NOUN NNS Number=Plur 18 nsubj 5:nsubj|18:nsubj _ 4 that that PRON WDT PronType=Rel 5 nsubj 3:ref _ -5 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +5 made make VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 captain captain PROPN NNP Number=Sing 5 obj 5:obj|8:nsubj:xsubj _ 7 Smith Smith PROPN NNP Number=Sing 6 flat 6:flat _ 8 say say VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 9 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No -10 Not not PART RB _ 11 advmod 11:advmod _ +10 Not not PART RB _ 12 advmod 12:advmod _ 11 even even ADV RB _ 12 advmod 12:advmod _ 12 God God PROPN NNP Number=Sing 14 nsubj 14:nsubj _ 13 can can AUX MD VerbForm=Fin 14 aux 14:aux _ 14 sink sink VERB VB VerbForm=Inf 8 ccomp 8:ccomp _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 ship ship NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No 17 " " PUNCT '' _ 14 punct 14:punct _ -18 spoke speak VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +18 spoke speak VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 19 from from ADP IN _ 21 case 21:case _ 20 antichrist antichrist PROPN NNP Number=Sing 21 compound 21:compound _ 21 John John PROPN NNP Number=Sing 18 obl 18:obl:from _ @@ -129412,7 +129470,7 @@ 23 ( ( PUNCT -LRB- _ 25 punct 25:punct SpaceAfter=No 24 from from ADP IN _ 25 case 25:case _ 25 Liverpool Liverpool PROPN NNP Number=Sing 18 obl 18:obl:from SpaceAfter=No -26 , , PUNCT , _ 25 punct 25:punct _ +26 , , PUNCT , _ 28 punct 28:punct _ 27 base base NOUN NN Number=Sing 28 compound 28:compound _ 28 port port NOUN NN Number=Sing 25 appos 25:appos _ 29 to to ADP IN _ 31 case 31:case _ @@ -129420,8 +129478,8 @@ 31 Titanic Titanic PROPN NNP Number=Sing 28 nmod 28:nmod:to SpaceAfter=No 32 ) ) PUNCT -RRB- _ 25 punct 25:punct _ 33 saying say VERB VBG VerbForm=Ger 18 advcl 18:advcl SpaceAfter=No -34 : : PUNCT : _ 33 punct 33:punct _ -35 " " PUNCT `` _ 33 punct 33:punct SpaceAfter=No +34 : : PUNCT : _ 40 punct 40:punct _ +35 " " PUNCT `` _ 40 punct 40:punct SpaceAfter=No 36 Christianity Christianity PROPN NNP Number=Sing 40 nsubj 40:nsubj _ 37 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 40 cop 40:cop _ 38 on on ADP IN _ 40 case 40:case _ @@ -129441,8 +129499,8 @@ # sent_id = newsgroup-groups.google.com_alt.animals_434fe80fb3577e8e_ENG_20031011_200300-0012 # text = We are more popular than Jesus and Pope".... 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -3 more more ADV RBR _ 4 advmod 4:advmod _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 more more ADV RBR Degree=Cmp 4 advmod 4:advmod _ 4 popular popular ADJ JJ Degree=Pos 0 root 0:root _ 5 than than ADP IN _ 6 case 6:case _ 6 Jesus Jesus PROPN NNP Number=Sing 4 obl 4:obl:than _ @@ -129456,13 +129514,13 @@ 1 That that PRON DT Number=Sing|PronType=Dem 4 nsubj 4:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 day day NOUN NN Number=Sing 0 root 0:root|9:advmod _ -5 that that ADV WRB PronType=Rel 9 advmod 4:ref _ +4 day day NOUN NN Number=Sing 0 root 0:root _ +5 that that SCONJ IN _ 9 mark 9:mark _ 6-7 GOD'S _ _ _ _ _ _ _ _ 6 GOD GOD PROPN NNP Number=Sing 8 nmod:poss 8:nmod:poss _ 7 'S 's PART POS _ 6 case 6:case _ 8 CURSE CURSE PROPN NNP Number=Sing 9 nsubj 9:nsubj _ -9 fell fall VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +9 fell fall VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 10 upon upon ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 world world NOUN NN Number=Sing 9 obl 9:obl:upon _ @@ -129472,27 +129530,27 @@ # sent_id = newsgroup-groups.google.com_alt.animals_434fe80fb3577e8e_ENG_20031011_200300-0014 # text = One week after that declaration, ONLY ONE WEEK LATER, Brian Epstein, forger of the Beatle farce, died from an overdose. -1 One one NUM CD NumType=Card 2 nummod 2:nummod _ +1 One one NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 week week NOUN NN Number=Sing 5 nmod:npmod 5:nmod:npmod _ 3 after after ADP IN _ 5 case 5:case _ 4 that that DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 declaration declaration NOUN NN Number=Sing 21 obl 21:obl:after SpaceAfter=No -6 , , PUNCT , _ 21 punct 21:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 ONLY only ADV RB _ 9 advmod 9:advmod _ -8 ONE one NUM CD NumType=Card 9 nummod 9:nummod _ +8 ONE one NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 9 WEEK week NOUN NN Number=Sing 10 obl:npmod 10:obl:npmod _ -10 LATER later ADV RBR Degree=Cmp 21 advmod 21:advmod SpaceAfter=No -11 , , PUNCT , _ 21 punct 21:punct _ +10 LATER late ADV RBR Degree=Cmp 21 advmod 21:advmod SpaceAfter=No +11 , , PUNCT , _ 10 punct 10:punct _ 12 Brian Brian PROPN NNP Number=Sing 21 nsubj 21:nsubj _ 13 Epstein Epstein PROPN NNP Number=Sing 12 flat 12:flat SpaceAfter=No -14 , , PUNCT , _ 12 punct 12:punct _ +14 , , PUNCT , _ 15 punct 15:punct _ 15 forger forger NOUN NN Number=Sing 12 appos 12:appos _ 16 of of ADP IN _ 19 case 19:case _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 18 Beatle Beatle PROPN NNP Number=Sing 19 compound 19:compound _ 19 farce farce NOUN NN Number=Sing 15 nmod 15:nmod:of SpaceAfter=No -20 , , PUNCT , _ 21 punct 21:punct _ -21 died die VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +20 , , PUNCT , _ 12 punct 12:punct _ +21 died die VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 22 from from ADP IN _ 24 case 24:case _ 23 an a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 24 overdose overdose NOUN NN Number=Sing 21 obl 21:obl:from SpaceAfter=No @@ -129503,13 +129561,13 @@ 1 From from ADP IN _ 2 case 2:case _ 2 then then ADV RB PronType=Dem 7 obl 7:obl:from _ 3 on on ADV RB _ 2 advmod 2:advmod SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +4 , , PUNCT , _ 2 punct 2:punct _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 Beatles Beatles PROPN NNPS Number=Plur 7 nsubj 7:nsubj|10:nsubj:xsubj|16:nsubj:xsubj _ -7 began begin VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -8 to to PART TO _ 10 mark 10:mark _ -9 get get AUX VB VerbForm=Inf 10 aux:pass 10:aux:pass _ -10 involved involved ADJ JJ Degree=Pos 7 xcomp 7:xcomp _ +6 Beatles Beatles PROPN NNPS Number=Plur 7 nsubj 7:nsubj|9:nsubj:xsubj|10:nsubj:xsubj|16:nsubj:xsubj _ +7 began begin VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 to to PART TO _ 9 mark 9:mark _ +9 get get VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ +10 involved involved ADJ JJ Degree=Pos 9 xcomp 9:xcomp _ 11 in in ADP IN _ 13 case 13:case _ 12 false false ADJ JJ Degree=Pos 13 amod 13:amod _ 13 religions religion NOUN NNS Number=Plur 10 obl 10:obl:in _ @@ -129529,38 +129587,39 @@ 2 Lennon Lennon PROPN NNP Number=Sing 1 flat 1:flat _ 3 's 's PART POS _ 1 case 1:case _ 4 divorce divorce NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 followed follow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ -7 as as ADV RB _ 11 cc 11:cc _ +5 followed follow VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +6 , , PUNCT , _ 11 punct 11:punct _ +7 as as ADV RB ExtPos=CCONJ 11 cc 11:cc _ 8 well well ADV RB Degree=Pos 7 fixed 7:fixed _ 9 as as ADP IN _ 7 fixed 7:fixed _ -10 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nsubj 11:nsubj _ +10 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nsubj 11:nsubj _ 11 entering enter VERB VBG VerbForm=Ger 4 conj 4:conj:as_well_as|5:nsubj _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 world world NOUN NN Number=Sing 11 obj 11:obj _ 14 of of ADP IN _ 16 case 16:case _ 15 black black ADJ JJ Degree=Pos 16 amod 16:amod _ 16 magic magic NOUN NN Number=Sing 13 nmod 13:nmod:of SpaceAfter=No -17 , , PUNCT , _ 11 punct 11:punct _ +17 , , PUNCT , _ 19 punct 19:punct _ 18 as as ADV RB _ 19 advmod 19:advmod _ 19 deeply deeply ADV RB _ 11 advmod 11:advmod _ 20 as as SCONJ IN _ 22 mark 22:mark _ 21 to to PART TO _ 22 mark 22:mark _ -22 buy buy VERB VB VerbForm=Inf 18 advcl 18:advcl:to _ +22 buy buy VERB VB VerbForm=Inf 19 advcl 19:advcl:as_to _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -24 apartment apartment NOUN NN Number=Sing 22 obj 22:obj SpaceAfter=No +24 apartment apartment NOUN NN Number=Sing 22 obj 22:obj|35:obl SpaceAfter=No 25 . . PUNCT , _ 24 punct 24:punct _ -26 where where SCONJ WRB PronType=Rel 35 mark 35:mark _ +26 where where ADV WRB PronType=Rel 35 advmod 24:ref _ 27 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 28 " " PUNCT `` _ 31 punct 31:punct SpaceAfter=No -29 Rosemary Rosemary PROPN NNP Number=Sing 31 nmod:poss 31:nmod:poss SpaceAfter=No +29-30 Rosemary's _ _ _ _ _ _ _ _ +29 Rosemary Rosemary PROPN NNP Number=Sing 31 nmod:poss 31:nmod:poss _ 30 's 's PART POS _ 29 case 29:case _ 31 baby baby PROPN NNP Number=Sing 35 nsubj:pass 35:nsubj:pass SpaceAfter=No 32 " " PUNCT '' _ 31 punct 31:punct _ -33 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 35 aux 35:aux _ +33 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 35 aux 35:aux _ 34 been be AUX VBN Tense=Past|VerbForm=Part 35 aux:pass 35:aux:pass _ 35 filmed film VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 24 acl:relcl 24:acl:relcl SpaceAfter=No -36 , , PUNCT , _ 24 punct 24:punct _ +36 , , PUNCT , _ 38 punct 38:punct _ 37 previous previous ADJ JJ Degree=Pos 38 amod 38:amod _ 38 property property NOUN NN Number=Sing 24 appos 24:appos _ 39 of of ADP IN _ 40 case 40:case _ @@ -129574,19 +129633,19 @@ 47 apartment apartment NOUN NN Number=Sing 50 obl 50:obl:in _ 48 John John PROPN NNP Number=Sing 50 nsubj 50:nsubj _ 49 Lennon Lennon PROPN NNP Number=Sing 48 flat 48:flat _ -50 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +50 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 51 a a DET DT Definite=Ind|PronType=Art 52 det 52:det _ 52 room room NOUN NN Number=Sing 50 obj 50:obj|53:nsubj:xsubj _ -53 upholstered upholster VERB VBN Tense=Past|VerbForm=Part 50 xcomp 50:xcomp _ +53 upholstered upholster VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 50 xcomp 50:xcomp _ 54 with with ADP IN _ 56 case 56:case _ 55 black black ADJ JJ Degree=Pos 56 amod 56:amod _ 56 silk silk NOUN NN Number=Sing 53 obl 53:obl:with _ -57 where where SCONJ WRB PronType=Int 59 mark 59:mark _ +57 where where ADV WRB PronType=Int 59 advmod 59:advmod _ 58 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 59 nsubj 59:nsubj|61:nsubj:xsubj _ -59 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 53 advcl 53:advcl:where _ +59 used use VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 53 advcl 53:advcl:where _ 60 to to PART TO _ 61 mark 61:mark _ 61 do do VERB VB VerbForm=Inf 59 xcomp 59:xcomp _ -62 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 65 nmod:poss 65:nmod:poss _ +62 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 65 nmod:poss 65:nmod:poss _ 63 black black ADJ JJ Degree=Pos 64 amod 64:amod _ 64 magic magic NOUN NN Number=Sing 65 compound 65:compound _ 65 operations operation NOUN NNS Number=Plur 61 obj 61:obj SpaceAfter=No @@ -129594,12 +129653,13 @@ # sent_id = newsgroup-groups.google.com_alt.animals_434fe80fb3577e8e_ENG_20031011_200300-0017 # text = Came the disintegration of the Beatles' minds with LSD which has caused, among others, schizophrenic lyrics such as "I am the Walrus" and incoherent schizophrenic musical expositions like "Revolution number 9". -1 Came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 disintegration disintegration NOUN NN Number=Sing 1 nsubj 1:nsubj _ 4 of of ADP IN _ 8 case 8:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 Beatles Beatles PROPN NNPS Number=Plur 8 nmod:poss 8:nmod:poss SpaceAfter=No +6-7 Beatles' _ _ _ _ _ _ _ _ +6 Beatles Beatles PROPN NNPS Number=Plur 8 nmod:poss 8:nmod:poss _ 7 ' 's PART POS _ 6 case 6:case _ 8 minds mind NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 9 with with ADP IN _ 10 case 10:case _ @@ -129607,13 +129667,13 @@ 11 which which PRON WDT PronType=Rel 13 nsubj 10:ref _ 12 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 caused cause VERB VBN Tense=Past|VerbForm=Part 10 acl:relcl 10:acl:relcl SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ +14 , , PUNCT , _ 16 punct 16:punct _ 15 among among ADP IN _ 16 case 16:case _ 16 others other NOUN NNS Number=Plur 13 obl 13:obl:among SpaceAfter=No -17 , , PUNCT , _ 13 punct 13:punct _ +17 , , PUNCT , _ 19 punct 19:punct _ 18 schizophrenic schizophrenic ADJ JJ Degree=Pos 19 amod 19:amod _ 19 lyrics lyric NOUN NNS Number=Plur 13 obj 13:obj _ -20 such such ADJ JJ Degree=Pos 26 mark 26:mark _ +20 such such ADJ JJ Degree=Pos|ExtPos=SCONJ 26 mark 26:mark _ 21 as as SCONJ IN _ 20 fixed 20:fixed _ 22 " " PUNCT `` _ 26 punct 26:punct SpaceAfter=No 23 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 26 nsubj 26:nsubj _ @@ -129630,7 +129690,7 @@ 34 " " PUNCT `` _ 36 punct 36:punct SpaceAfter=No 35 Revolution Revolution PROPN NNP Number=Sing 36 compound 36:compound _ 36 number number PROPN NNP Number=Sing 32 nmod 32:nmod:like _ -37 9 9 NUM CD NumType=Card 36 nummod 36:nummod SpaceAfter=No +37 9 9 NUM CD NumForm=Digit|NumType=Card 36 nummod 36:nummod SpaceAfter=No 38 " " PUNCT '' _ 36 punct 36:punct SpaceAfter=No 39 . . PUNCT . _ 1 punct 1:punct _ @@ -129640,12 +129700,12 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 same same ADJ JJ Degree=Pos 4 amod 4:amod _ 4 time time NOUN NN Number=Sing 8 obl 8:obl:at SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 devil devil PROPN NNP Number=Sing 8 nsubj 8:nsubj _ -8 acted act VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 acted act VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 through through ADP IN _ 13 case 13:case _ -10 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +10 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 11 other other ADJ JJ Degree=Pos 13 amod 13:amod _ 12 main main ADJ JJ Degree=Pos 13 amod 13:amod _ 13 puppets puppet NOUN NNS Number=Plur 8 obl 8:obl:through _ @@ -129656,18 +129716,18 @@ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 devil devil PROPN NNP Number=Sing 16 nmod 16:nmod:for SpaceAfter=No 20 " " PUNCT '' _ 16 punct 16:punct _ -21 that that PRON DT Number=Sing|PronType=Dem 22 nsubj 22:nsubj _ -22 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 parataxis 8:parataxis _ -23 when when SCONJ WRB PronType=Int 32 mark 32:mark _ +21 that that PRON DT Number=Sing|PronType=Dem 23 nsubj 23:nsubj _ +22 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 23 cop 23:cop _ +23 when when ADV WRB PronType=Rel 8 parataxis 8:parataxis|32:advmod _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 pact pact NOUN NN Number=Sing 32 nsubj 32:nsubj _ 26 of of ADP IN _ 29 case 29:case _ 27 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ -28 Rolling Rolling PROPN NNP Number=Sing 29 compound 29:compound _ -29 Stones Stones PROPN NNPS Number=Plur 25 nmod 25:nmod:of _ +28 Rolling Roll VERB NNP VerbForm=Ger 29 amod 29:amod _ +29 Stones Stone PROPN NNPS Number=Plur 25 nmod 25:nmod:of _ 30 with with ADP IN _ 31 case 31:case _ 31 Satan Satan PROPN NNP Number=Sing 25 nmod 25:nmod:with _ -32 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 advcl 22:advcl:when _ +32 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 23 advcl:relcl 23:advcl:relcl _ 33 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ 34 life life NOUN NN Number=Sing 32 obj 32:obj _ 35 of of ADP IN _ 37 case 37:case _ @@ -129676,14 +129736,14 @@ 38 of of ADP IN _ 40 case 40:case _ 39 the the DET DT Definite=Def|PronType=Art 40 det 40:det _ 40 group group NOUN NN Number=Sing 37 nmod 37:nmod:of SpaceAfter=No -41 , , PUNCT , _ 37 punct 37:punct _ +41 , , PUNCT , _ 43 punct 43:punct _ 42 the the DET DT Definite=Def|PronType=Art 43 det 43:det _ 43 guitarist guitarist NOUN NN Number=Sing 37 appos 37:appos _ 44 Brian Brian PROPN NNP Number=Sing 43 appos 43:appos _ 45 Jones Jones PROPN NNP Number=Sing 44 flat 44:flat _ 46 ( ( PUNCT -LRB- _ 48 punct 48:punct SpaceAfter=No 47 who who PRON WP PronType=Rel 48 nsubj 37:ref _ -48 refused refuse VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 37 acl:relcl 37:acl:relcl _ +48 refused refuse VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 37 acl:relcl 37:acl:relcl _ 49 to to PART TO _ 52 mark 52:mark _ 50 be be AUX VB VerbForm=Inf 52 cop 52:cop _ 51 a a DET DT Definite=Ind|PronType=Art 52 det 52:det _ @@ -129692,16 +129752,16 @@ 54 the the DET DT Definite=Def|PronType=Art 55 det 55:det _ 55 devil devil PROPN NNP Number=Sing 52 nmod 52:nmod:of SpaceAfter=No 56 ) ) PUNCT -RRB- _ 48 punct 48:punct SpaceAfter=No -57 , , PUNCT , _ 37 punct 37:punct _ -58 murdered murder VERB VBN Tense=Past|VerbForm=Part 37 acl 37:acl _ +57 , , PUNCT , _ 58 punct 58:punct _ +58 murdered murder VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 37 acl 37:acl _ 59 by by ADP IN _ 60 case 60:case _ -60 people people NOUN NNS Number=Plur 58 obl 58:obl:by _ -61 sent send VERB VBN Tense=Past|VerbForm=Part 60 acl 60:acl _ +60 people people NOUN NNS Number=Plur 58 obl:agent 58:obl:agent _ +61 sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 60 acl 60:acl _ 62 by by ADP IN _ 63 case 63:case _ -63 Mick Mick PROPN NNP Number=Sing 61 obl 61:obl:by _ +63 Mick Mick PROPN NNP Number=Sing 61 obl:agent 61:obl:agent _ 64 Jagger Jagger PROPN NNP Number=Sing 63 flat 63:flat SpaceAfter=No -65 , , PUNCT , _ 63 punct 63:punct _ -66 another another DET DT _ 67 det 67:det _ +65 , , PUNCT , _ 67 punct 67:punct _ +66 another another DET DT PronType=Ind 67 det 67:det _ 67 assassin assassin NOUN NN Number=Sing 63 appos 63:appos SpaceAfter=No 68 . . PUNCT . _ 8 punct 8:punct _ @@ -129710,7 +129770,7 @@ 1 Antichrist Antichrist PROPN NNP Number=Sing 2 compound 2:compound _ 2 John John PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 3 Lennon Lennon PROPN NNP Number=Sing 2 flat 2:flat _ -4 followed follow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 followed follow VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6-7 Devil's _ _ _ _ _ _ _ _ 6 Devil Devil PROPN NNP Number=Sing 8 nmod:poss 8:nmod:poss _ @@ -129718,7 +129778,7 @@ 8 strategy strategy NOUN NN Number=Sing 4 obj 4:obj _ 9 writing write VERB VBG VerbForm=Ger 4 advcl 4:advcl _ 10 lyrics lyric NOUN NNS Number=Plur 9 obj 9:obj _ -11 such such ADJ JJ Degree=Pos 17 mark 17:mark _ +11 such such ADJ JJ Degree=Pos|ExtPos=SCONJ 17 mark 17:mark _ 12 as as ADP IN _ 11 fixed 11:fixed _ 13 " " PUNCT `` _ 17 punct 17:punct SpaceAfter=No 14 God God PROPN NNP Number=Sing 17 nsubj 17:nsubj|44:nsubj _ @@ -129728,21 +129788,21 @@ 18 by by ADP IN _ 19 case 19:case _ 19 which which PRON WDT PronType=Rel 21 obl 17:ref _ 20 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 21 nsubj 21:nsubj _ -21 measure measure VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ -22 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +21 measure measure VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ +22 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 pain pain NOUN NN Number=Sing 21 obj 21:obj SpaceAfter=No -24 ... ... PUNCT , _ 17 punct 17:punct SpaceAfter=No +24 ... ... PUNCT , _ 28 punct 28:punct SpaceAfter=No 25 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 28 nsubj 28:nsubj|32:nsubj|34:nsubj _ 26-27 don't _ _ _ _ _ _ _ _ -26 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ +26 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ 27 n't not PART RB _ 28 advmod 28:advmod _ 28 believe believe VERB VB VerbForm=Inf 17 parataxis 17:parataxis _ 29 in in ADP IN _ 30 case 30:case _ 30 Jesus Jesus PROPN NNP Number=Sing 28 obl 28:obl:in SpaceAfter=No 31 , , PUNCT , _ 32 punct 32:punct _ -32 etc. etc. X FW _ 28 conj 28:conj SpaceAfter=No +32 etc. etc. NOUN FW Abbr=Yes|Number=Plur 28 conj 28:conj SpaceAfter=No 33 , , PUNCT , _ 34 punct 34:punct _ -34 etc. etc. X FW _ 28 conj 28:conj SpaceAfter=No +34 etc. etc. NOUN FW Abbr=Yes|Number=Plur 28 conj 28:conj SpaceAfter=No 35 , , PUNCT , _ 28 punct 28:punct SpaceAfter=No 36 " " PUNCT '' _ 17 punct 17:punct _ 37 ( ( PUNCT -LRB- _ 38 punct 38:punct SpaceAfter=No @@ -129751,7 +129811,7 @@ 40 and and CCONJ CC _ 44 cc 44:cc _ 41 " " PUNCT `` _ 44 punct 44:punct SpaceAfter=No 42 and and CCONJ CC _ 44 cc 44:cc _ -43 no no DET DT _ 44 det 44:det _ +43 no no DET DT PronType=Neg 44 det 44:det _ 44 religions religion NOUN NNS Number=Plur 17 conj 10:acl:such_as|17:conj:and|21:obl _ 45 too too ADV RB _ 44 advmod 44:advmod SpaceAfter=No 46 ... ... PUNCT , _ 44 punct 44:punct SpaceAfter=No @@ -129766,7 +129826,7 @@ 1 Antichrist Antichrist PROPN NNP Number=Sing 2 compound 2:compound _ 2 John John PROPN NNP Number=Sing 4 nsubj 4:nsubj|6:nsubj:xsubj _ 3 Lennon Lennon PROPN NNP Number=Sing 2 flat 2:flat _ -4 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 wanted want VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 compete compete VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 with with ADP IN _ 8 case 8:case _ @@ -129776,11 +129836,11 @@ 11 and and CCONJ CC _ 14 cc 14:cc _ 12 so so ADV RB _ 14 advmod 14:advmod _ 13 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj|18:nsubj|20:nsubj:xsubj _ -14 grew grow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +14 grew grow VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 15 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 16 beard beard NOUN NN Number=Sing 14 obj 14:obj _ 17 and and CCONJ CC _ 18 cc 18:cc _ -18 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 conj 14:conj:and _ +18 started start VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 conj 14:conj:and _ 19 to to PART TO _ 20 mark 20:mark _ 20 make make VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ 21 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ @@ -129801,21 +129861,21 @@ 36 " " PUNCT `` _ 37 punct 37:punct SpaceAfter=No 37 Peace peace NOUN NN Number=Sing 35 obj 35:obj SpaceAfter=No 38 " " PUNCT '' _ 37 punct 37:punct SpaceAfter=No -39 , , PUNCT , _ 20 punct 20:punct _ -40 being be VERB VBG VerbForm=Ger 20 parataxis 20:parataxis _ -41 then then ADV RB PronType=Dem 40 nsubj 40:nsubj _ -42 when when SCONJ WRB PronType=Int 45 mark 45:mark _ +39 , , PUNCT , _ 41 punct 41:punct _ +40 being be AUX VBG VerbForm=Ger 41 cop 41:cop _ +41 then then ADV RB PronType=Dem 20 advcl 20:advcl|45:advmod _ +42 when when ADV WRB PronType=Rel 45 advmod 41:ref _ 43 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 45 nsubj:pass 45:nsubj:pass _ 44 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 45 aux:pass 45:aux:pass _ -45 visited visit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 40 advcl 40:advcl:when _ +45 visited visit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 41 advcl:relcl 41:advcl:relcl _ 46 by by ADP IN _ 49 case 49:case _ 47 the the DET DT Definite=Def|PronType=Art 49 det 49:det _ -48 Canadian canadian ADJ JJ Degree=Pos 49 amod 49:amod _ -49 journalist journalist NOUN NN Number=Sing 45 obl 45:obl:by|51:nsubj|53:nsubj _ +48 Canadian Canadian ADJ JJ Degree=Pos 49 amod 49:amod _ +49 journalist journalist NOUN NN Number=Sing 45 obl:agent 45:obl:agent|51:nsubj|53:nsubj _ 50 who who PRON WP PronType=Rel 51 nsubj 49:ref _ -51 ridiculized ridiculize VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 49 acl:relcl 49:acl:relcl _ +51 ridiculized ridicule VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|Typo=Yes|VerbForm=Fin 49 acl:relcl 49:acl:relcl CorrectForm=ridiculed 52 and and CCONJ CC _ 53 cc 53:cc _ -53 admonished admonish VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 51 conj 49:acl:relcl|51:conj:and _ +53 admonished admonish VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 51 conj 49:acl:relcl|51:conj:and _ 54 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 51 obj 51:obj|53:obj _ 55 wanting want VERB VBG VerbForm=Ger 51 advcl 51:advcl _ 56 to to PART TO _ 57 mark 57:mark _ @@ -129823,10 +129883,10 @@ 58 about about SCONJ IN _ 61 mark 61:mark _ 59 what what PRON WP PronType=Int 61 obj 61:obj _ 60 Lennon Lennon PROPN NNP Number=Sing 61 nsubj 61:nsubj _ -61 meant mean VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 57 advcl 57:advcl:about _ -62 when when SCONJ WRB PronType=Int 64 mark 64:mark _ +61 meant mean VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 57 advcl 57:advcl:about _ +62 when when ADV WRB PronType=Int 64 advmod 64:advmod _ 63 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 64 nsubj 64:nsubj _ -64 wrote write VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 61 advcl 61:advcl:when _ +64 wrote write VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 61 advcl 61:advcl:when _ 65 in in ADP IN _ 67 case 67:case _ 66 the the DET DT Definite=Def|PronType=Art 67 det 67:det _ 67 lyrics lyric NOUN NNS Number=Plur 64 obl 64:obl:in _ @@ -129839,24 +129899,24 @@ 74 and and CCONJ CC _ 75 cc 75:cc _ 75 Yoko Yoko PROPN NNP Number=Sing 73 conj 71:nmod:of|73:conj:and SpaceAfter=No 76 " " PUNCT '' _ 71 punct 71:punct SpaceAfter=No -77 : : PUNCT : _ 64 punct 64:punct _ +77 : : PUNCT : _ 87 punct 87:punct _ 78 " " PUNCT `` _ 87 punct 87:punct SpaceAfter=No 79 the the DET DT Definite=Def|PronType=Art 80 det 80:det _ 80 way way NOUN NN Number=Sing 87 obl:npmod 87:obl:npmod _ 81 things thing NOUN NNS Number=Plur 83 nsubj 83:nsubj _ -82 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 83 aux 83:aux _ +82 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 83 aux 83:aux _ 83 going go VERB VBG Tense=Pres|VerbForm=Part 80 acl:relcl 80:acl:relcl SpaceAfter=No -84 , , PUNCT , _ 87 punct 87:punct _ +84 , , PUNCT , _ 80 punct 80:punct _ 85-86 they're _ _ _ _ _ _ _ _ 85 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 87 nsubj 87:nsubj|89:nsubj:xsubj _ -86 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 87 aux 87:aux _ +86 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 87 aux 87:aux _ 87 going go VERB VBG Tense=Pres|VerbForm=Part 64 ccomp 64:ccomp _ 88 to to PART TO _ 89 mark 89:mark _ 89 crucify crucify VERB VB VerbForm=Inf 87 xcomp 87:xcomp _ 90 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 89 obj 89:obj SpaceAfter=No 91 ... ... PUNCT , _ 87 punct 87:punct SpaceAfter=No 92 " " PUNCT '' _ 87 punct 87:punct SpaceAfter=No -93 , , PUNCT , _ 4 punct 4:punct _ +93 , , PUNCT , _ 101 punct 101:punct _ 94 The the DET DT Definite=Def|PronType=Art 95 det 95:det _ 95 CURSE curse NOUN NN Number=Sing 101 nsubj 101:nsubj _ 96 OF of ADP IN _ 97 case 97:case _ @@ -129864,57 +129924,57 @@ 98 upon upon ADP IN _ 99 case 99:case _ 99 John John PROPN NNP Number=Sing 95 nmod 95:nmod:upon _ 100 Lennon Lennon PROPN NNP Number=Sing 99 flat 99:flat _ -101 carried carry VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ +101 carried carry VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis|111:csubj _ 102 on on ADV RB _ 101 advmod 101:advmod _ 103 with with ADP IN _ 105 case 105:case _ -104 all all DET DT _ 105 det 105:det _ +104 all all DET DT PronType=Tot 105 det 105:det _ 105 type type NOUN NN Number=Sing 101 obl 101:obl:with _ 106 of of ADP IN _ 107 case 107:case _ 107 miseries misery NOUN NNS Number=Plur 105 nmod 105:nmod:of _ 108 and and CCONJ CC _ 109 cc 109:cc _ 109 distresses distress NOUN NNS Number=Plur 107 conj 105:nmod:of|107:conj:and _ -110 which which PRON WDT PronType=Int 111 nsubj 111:nsubj _ -111 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 101 parataxis 101:parataxis _ +110 which which PRON WDT PronType=Rel 111 nsubj 101:ref _ +111 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 101 advcl:relcl 101:advcl:relcl _ 112 Lennon Lennon PROPN NNP Number=Sing 111 obj 111:obj|113:nsubj:xsubj _ 113 give give VERB VB VerbForm=Inf 111 xcomp 111:xcomp _ 114 the the DET DT Definite=Def|PronType=Art 115 det 115:det _ -115 interview interview NOUN NN Number=Sing 113 obj 113:obj _ +115 interview interview NOUN NN Number=Sing 113 obj 113:obj|136:obl _ 116 to to ADP IN _ 122 case 122:case _ 117 the the DET DT Definite=Def|PronType=Art 122 det 122:det _ 118 " " PUNCT `` _ 120 punct 120:punct SpaceAfter=No -119 Rolling Rolling PROPN NNP Number=Sing 120 compound 120:compound _ +119 Rolling Roll VERB NNP VerbForm=Ger 120 amod 120:amod _ 120 Stone Stone PROPN NNP Number=Sing 122 compound 122:compound SpaceAfter=No 121 " " PUNCT '' _ 120 punct 120:punct _ 122 magazine magazine NOUN NN Number=Sing 115 nmod 115:nmod:to _ 123 ( ( PUNCT -LRB- _ 125 punct 125:punct SpaceAfter=No 124 today today NOUN NN Number=Sing 125 obl:tmod 125:obl:tmod _ -125 condensed condense VERB VBN Tense=Past|VerbForm=Part 115 acl 115:acl _ +125 condensed condense VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 115 acl 115:acl _ 126 in in ADP IN _ 132 case 132:case _ 127 the the DET DT Definite=Def|PronType=Art 132 det 132:det _ 128 " " PUNCT `` _ 130 punct 130:punct SpaceAfter=No 129 Lennon Lennon PROPN NNP Number=Sing 130 nsubj 130:nsubj _ -130 remembers remember VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 132 appos 132:appos SpaceAfter=No +130 remembers remember VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 132 compound 132:compound SpaceAfter=No 131 " " PUNCT '' _ 130 punct 130:punct _ 132 book book NOUN NN Number=Sing 125 obl 125:obl:in SpaceAfter=No 133 ) ) PUNCT -RRB- _ 125 punct 125:punct _ -134 where where SCONJ WRB PronType=Rel 136 mark 136:mark _ +134 where where ADV WRB PronType=Rel 136 advmod 115:ref _ 135 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 136 nsubj 136:nsubj _ 136 speaks speak VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 115 acl:relcl 115:acl:relcl _ 137 about about SCONJ IN _ 142 mark 142:mark _ -138 how how SCONJ WRB PronType=Int 139 mark 139:mark _ +138 how how ADV WRB PronType=Int 139 advmod 139:advmod _ 139 bad bad ADV RB _ 142 advmod 142:advmod _ 140 thing thing NOUN NN Number=Sing 142 nsubj 142:nsubj _ -141 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 142 aux 142:aux _ +141 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 142 aux 142:aux _ 142 going go VERB VBG Tense=Pres|VerbForm=Part 136 advcl 136:advcl:about _ 143 for for ADP IN _ 144 case 144:case _ 144 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 142 obl 142:obl:for _ 145 blaming blame VERB VBG VerbForm=Ger 136 advcl 136:advcl _ -146 " " PUNCT `` _ 150 punct 150:punct SpaceAfter=No -147 whatever whatever PRON WP PronType=Int 150 nsubj 150:nsubj _ +146 " " PUNCT `` _ 147 punct 147:punct SpaceAfter=No +147 whatever whatever PRON WP PronType=Rel 145 obj 145:obj|150:nsubj _ 148 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 150 cop 150:cop _ 149 up up ADV RB _ 150 advmod 150:advmod _ -150 there there ADV RB PronType=Dem 145 ccomp 145:ccomp SpaceAfter=No -151 " " PUNCT '' _ 150 punct 150:punct _ +150 there there ADV RB PronType=Dem 147 acl:relcl 147:acl:relcl SpaceAfter=No +151 " " PUNCT '' _ 147 punct 147:punct _ 152 for for ADP IN _ 153 case 153:case _ 153 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 145 obl 145:obl:for _ 154 ( ( PUNCT -LRB- _ 155 punct 155:punct SpaceAfter=No @@ -129930,7 +129990,7 @@ 2 CURSE curse NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 OF of ADP IN _ 4 case 4:case _ 4 GOD GOD PROPN NNP Number=Sing 2 nmod 2:nmod:of _ -5 carried carry VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 carried carry VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 on on ADV RB _ 5 advmod 5:advmod _ 7 until until SCONJ IN _ 10 mark 10:mark _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj:pass 10:nsubj:pass|11:nsubj:xsubj _ @@ -129950,16 +130010,16 @@ 7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj:pass 9:nsubj:pass _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ 9 shot shoot VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 ccomp 5:ccomp _ -10 seven seven NUM CD NumType=Card 11 nummod 11:nummod _ -11 times time NOUN NNS Number=Plur 9 obl:npmod 9:obl:npmod SpaceAfter=No -12 , , PUNCT , _ 9 punct 9:punct _ +10 seven seven NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ +11 times time NOUN NNS Number=Plur 9 obl:tmod 9:obl:tmod SpaceAfter=No +12 , , PUNCT , _ 23 punct 23:punct _ 13 being be AUX VBG VerbForm=Ger 23 cop 23:cop _ -14 seven seven NUM CD NumType=Card 23 nsubj 23:nsubj SpaceAfter=No +14 seven seven NUM CD NumForm=Word|NumType=Card 23 nsubj 23:nsubj SpaceAfter=No 15 , , PUNCT , _ 19 punct 19:punct _ -16 as as ADV RB _ 19 cc 19:cc _ +16 as as ADV RB ExtPos=CCONJ 19 cc 19:cc _ 17 well well ADV RB Degree=Pos 16 fixed 16:fixed _ 18 as as ADP IN _ 16 fixed 16:fixed _ -19 three three NUM CD NumType=Card 14 conj 14:conj:as_well_as|23:nsubj SpaceAfter=No +19 three three NUM CD NumForm=Word|NumType=Card 14 conj 14:conj:as_well_as|23:nsubj SpaceAfter=No 20 , , PUNCT , _ 14 punct 14:punct _ 21 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 22 holy holy ADJ JJ Degree=Pos 23 amod 23:amod _ @@ -129975,24 +130035,24 @@ 1 After after SCONJ IN _ 5 mark 5:mark _ 2 George George PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 3 Harrison Harrison PROPN NNP Number=Sing 2 flat 2:flat SpaceAfter=No -4 , , PUNCT , _ 5 punct 5:punct _ -5 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 33 advcl 33:advcl:after _ +4 , , PUNCT , _ 2 punct 2:punct _ +5 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 33 advcl 33:advcl:after _ 6 arrogantly arrogantly ADV RB _ 5 advmod 5:advmod _ 7 in in ADP IN _ 9 case 9:case _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 video video NOUN NN Number=Sing 5 obl 5:obl:in _ -10 filmed film VERB VBN Tense=Past|VerbForm=Part 9 acl 9:acl _ +10 filmed film VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 acl 9:acl _ 11 in in ADP IN _ 13 case 13:case _ -12 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 studio studio NOUN NN Number=Sing 10 obl 10:obl:in _ 14 at at ADP IN _ 15 case 15:case _ 15 Henley Henley PROPN NNP Number=Sing 13 nmod 13:nmod:at _ 16 on on ADP IN _ 17 case 17:case _ 17 Thames Thames PROPN NNP Number=Sing 15 nmod 15:nmod:on SpaceAfter=No -18 : : PUNCT : _ 5 punct 5:punct _ +18 : : PUNCT : _ 21 punct 21:punct _ 19 " " PUNCT `` _ 21 punct 21:punct SpaceAfter=No 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj|23:nsubj:xsubj _ -21 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ +21 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ 22 to to PART TO _ 23 mark 23:mark _ 23 talk talk VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ 24 about about ADP IN _ 26 case 26:case _ @@ -130001,24 +130061,24 @@ 27 of of ADP IN _ 28 case 28:case _ 28 man man NOUN NN Number=Sing 26 nmod 26:nmod:of SpaceAfter=No 29 " " PUNCT '' _ 21 punct 21:punct SpaceAfter=No -30 , , PUNCT , _ 33 punct 33:punct _ +30 , , PUNCT , _ 5 punct 5:punct _ 31 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 33 nsubj:pass 33:nsubj:pass _ 32 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 33 aux:pass 33:aux:pass _ 33 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 34 throat throat NOUN NN Number=Sing 35 compound 35:compound _ 35 cancer cancer NOUN NN Number=Sing 33 obj 33:obj|44:nsubj|47:nsubj _ 36 by by ADP IN _ 37 case 37:case _ -37 GOD GOD PROPN NNP Number=Sing 33 obl 33:obl:by _ +37 GOD GOD PROPN NNP Number=Sing 33 obl:agent 33:obl:agent _ 38 because because ADP IN _ 41 case 41:case _ 39 of of ADP IN _ 38 fixed 38:fixed _ 40 those that DET DT Number=Plur|PronType=Dem 41 det 41:det _ 41 words word NOUN NNS Number=Plur 33 obl 33:obl:because_of SpaceAfter=No -42 , , PUNCT , _ 33 punct 33:punct _ +42 , , PUNCT , _ 44 punct 44:punct _ 43 which which PRON WDT PronType=Rel 44 nsubj 35:ref _ -44 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 35 acl:relcl 35:acl:relcl _ +44 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 35 acl:relcl 35:acl:relcl _ 45 metastasis metastasis NOUN NN Number=Sing 44 obj 44:obj _ 46 and and CCONJ CC _ 47 cc 47:cc _ -47 carried carry VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 44 conj 35:acl:relcl|44:conj:and _ +47 carried carry VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 44 conj 35:acl:relcl|44:conj:and _ 48 on on ADV RB _ 47 advmod 47:advmod _ 49 to to ADP IN _ 51 case 51:case _ 50 final final ADJ JJ Degree=Pos 51 amod 51:amod _ @@ -130028,9 +130088,9 @@ # sent_id = newsgroup-groups.google.com_alt.animals_434fe80fb3577e8e_ENG_20031011_200300-0024 # text = To Paul McCartney whose company's logo was a person toying with the planets as if he was a god, and who was being very much deluded in his ego trip by the fact that he was made "Sir" (when in England even the road sweeper is made Sir, as long as he produces money for the nation), GOD provided cancer to the wife. 1 To to ADP IN _ 2 case 2:case _ -2 Paul Paul PROPN NNP Number=Sing 67 obl 67:obl:to _ +2 Paul Paul PROPN NNP Number=Sing 67 obl 5:nmod:poss|28:nsubj:pass|67:obl:to _ 3 McCartney McCartney PROPN NNP Number=Sing 2 flat 2:flat _ -4 whose whose PRON WP$ Poss=Yes|PronType=Int 5 nmod:poss 5:nmod:poss _ +4 whose whose PRON WP$ Poss=Yes|PronType=Rel 5 nmod:poss 2:ref _ 5-6 company's _ _ _ _ _ _ _ _ 5 company company NOUN NN Number=Sing 7 nmod:poss 7:nmod:poss _ 6 's 's PART POS _ 5 case 5:case _ @@ -130050,19 +130110,19 @@ 20 god god NOUN NN Number=Sing 11 advcl 11:advcl:as SpaceAfter=No 21 , , PUNCT , _ 28 punct 28:punct _ 22 and and CCONJ CC _ 28 cc 28:cc _ -23 who who PRON WP PronType=Int 28 nsubj:pass 28:nsubj:pass _ +23 who who PRON WP PronType=Rel 28 nsubj:pass 2:ref _ 24 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 28 aux 28:aux _ 25 being be AUX VBG VerbForm=Ger 28 aux:pass 28:aux:pass _ 26 very very ADV RB _ 27 advmod 27:advmod _ 27 much much ADV RB _ 28 advmod 28:advmod _ 28 deluded delude VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 conj 2:acl:relcl|10:conj:and _ 29 in in ADP IN _ 32 case 32:case _ -30 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ +30 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ 31 ego ego NOUN NN Number=Sing 32 compound 32:compound _ 32 trip trip NOUN NN Number=Sing 28 obl 28:obl:in _ 33 by by ADP IN _ 35 case 35:case _ 34 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ -35 fact fact NOUN NN Number=Sing 28 obl 28:obl:by _ +35 fact fact NOUN NN Number=Sing 28 obl:agent 28:obl:agent _ 36 that that SCONJ IN _ 39 mark 39:mark _ 37 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 39 nsubj:pass 39:nsubj:pass|41:nsubj:xsubj _ 38 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 39 aux:pass 39:aux:pass _ @@ -130071,30 +130131,30 @@ 41 Sir Sir PROPN NNP Number=Sing 39 xcomp 39:xcomp SpaceAfter=No 42 " " PUNCT '' _ 41 punct 41:punct _ 43 ( ( PUNCT -LRB- _ 52 punct 52:punct SpaceAfter=No -44 when when SCONJ WRB PronType=Int 52 mark 52:mark _ +44 when when ADV WRB PronType=Int 52 advmod 52:advmod _ 45 in in ADP IN _ 46 case 46:case _ 46 England England PROPN NNP Number=Sing 52 obl 52:obl:in _ 47 even even ADV RB _ 50 advmod 50:advmod _ 48 the the DET DT Definite=Def|PronType=Art 50 det 50:det _ 49 road road NOUN NN Number=Sing 50 compound 50:compound _ -50 sweeper sweeper NOUN NN Number=Sing 52 nsubj:pass 52:nsubj:pass _ +50 sweeper sweeper NOUN NN Number=Sing 52 nsubj:pass 52:nsubj:pass|53:nsubj:xsubj _ 51 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 52 aux:pass 52:aux:pass _ 52 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 39 advcl 39:advcl:when _ -53 Sir Sir PROPN NNP Number=Sing 52 flat 52:flat SpaceAfter=No -54 , , PUNCT , _ 52 punct 52:punct _ +53 Sir Sir PROPN NNP Number=Sing 52 xcomp 52:xcomp SpaceAfter=No +54 , , PUNCT , _ 56 punct 56:punct _ 55 as as ADV RB _ 56 advmod 56:advmod _ 56 long long ADV RB Degree=Pos 52 advmod 52:advmod _ 57 as as SCONJ IN _ 59 mark 59:mark _ 58 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 59 nsubj 59:nsubj _ -59 produces produce VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 55 advcl 55:advcl:as _ +59 produces produce VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 56 advcl 56:advcl:as _ 60 money money NOUN NN Number=Sing 59 obj 59:obj _ 61 for for ADP IN _ 63 case 63:case _ 62 the the DET DT Definite=Def|PronType=Art 63 det 63:det _ 63 nation nation NOUN NN Number=Sing 59 obl 59:obl:for SpaceAfter=No 64 ) ) PUNCT -RRB- _ 52 punct 52:punct SpaceAfter=No -65 , , PUNCT , _ 67 punct 67:punct _ +65 , , PUNCT , _ 2 punct 2:punct _ 66 GOD GOD PROPN NNP Number=Sing 67 nsubj 67:nsubj _ -67 provided provide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +67 provided provide VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 68 cancer cancer NOUN NN Number=Sing 67 obj 67:obj _ 69 to to ADP IN _ 71 case 71:case _ 70 the the DET DT Definite=Def|PronType=Art 71 det 71:det _ @@ -130107,68 +130167,68 @@ 2 advertising advertising NOUN NN Number=Sing 3 compound 3:compound _ 3 farce farce NOUN NN Number=Sing 21 nsubj:pass 21:nsubj:pass _ 4 of of SCONJ IN _ 8 mark 8:mark _ -5 how how SCONJ WRB PronType=Int 6 mark 6:mark _ +5 how how ADV WRB PronType=Int 6 advmod 6:advmod _ 6 much much ADV RB _ 8 advmod 8:advmod _ 7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 loved love VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl 3:acl:of _ +8 loved love VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 acl 3:acl:of _ 9 Linda Linda PROPN NNP Number=Sing 8 obj 8:obj _ 10 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 11 woman woman NOUN NN Number=Sing 9 appos 9:appos|13:nmod:poss _ -12 whose whose PRON WP$ Poss=Yes|PronType=Int 13 nmod:poss 11:ref _ +12 whose whose PRON WP$ Poss=Yes|PronType=Rel 13 nmod:poss 11:ref _ 13 quality quality NOUN NN Number=Sing 17 obj 17:obj _ 14 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ -15 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 aux 17:aux _ +15 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 aux 17:aux _ 16 not not PART RB _ 17 advmod 17:advmod _ 17 deserve deserve VERB VB VerbForm=Inf 11 acl:relcl 11:acl:relcl SpaceAfter=No 18 ) ) PUNCT -RRB- _ 11 punct 11:punct SpaceAfter=No -19 , , PUNCT , _ 21 punct 21:punct _ +19 , , PUNCT , _ 3 punct 3:punct _ 20 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 aux:pass 21:aux:pass _ 21 exposed expose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ -22 when when SCONJ WRB PronType=Int 25 mark 25:mark _ +22 when when ADV WRB PronType=Int 25 advmod 25:advmod _ 23 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 25 nsubj:pass 25:nsubj:pass _ 24 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 aux:pass 25:aux:pass _ 25 known know VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 advcl 21:advcl:when _ 26 that that SCONJ IN _ 28 mark 28:mark _ 27 Paul Paul PROPN NNP Number=Sing 28 nsubj 28:nsubj _ -28 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 ccomp 25:ccomp _ +28 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 ccomp 25:ccomp _ 29 an a DET DT Definite=Ind|PronType=Art 30 det 30:det _ 30 affair affair NOUN NN Number=Sing 28 obj 28:obj _ 31 with with ADP IN _ 32 case 32:case _ -32 Heather Heather PROPN NNP Number=Sing 30 nmod 30:nmod:with|43:obl _ +32 Heather Heather PROPN NNP Number=Sing 30 nmod 30:nmod:with|43:obl:with|54:obl:to _ 33 Mills Mills PROPN NNP Number=Sing 32 flat 32:flat SpaceAfter=No -34 , , PUNCT , _ 32 punct 32:punct _ +34 , , PUNCT , _ 38 punct 38:punct _ 35-36 Linda's _ _ _ _ _ _ _ _ 35 Linda Linda PROPN NNP Number=Sing 38 nmod:poss 38:nmod:poss _ 36 's 's PART POS _ 35 case 35:case _ 37 intimate intimate ADJ JJ Degree=Pos 38 amod 38:amod _ 38 friend friend NOUN NN Number=Sing 32 appos 32:appos SpaceAfter=No -39 , , PUNCT , _ 32 punct 32:punct _ +39 , , PUNCT , _ 43 punct 43:punct _ 40 with with ADP IN _ 41 case 41:case _ 41 whom whom PRON WP PronType=Rel 43 obl 32:ref _ 42 McCartney McCartney PROPN NNP Number=Sing 43 nsubj 43:nsubj _ -43 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 32 acl:relcl 32:acl:relcl _ +43 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 32 acl:relcl 32:acl:relcl _ 44 on on ADP IN _ 46 case 46:case _ 45 a a DET DT Definite=Ind|PronType=Art 46 det 46:det _ 46 trip trip NOUN NN Number=Sing 43 obl 43:obl:on _ 47 to to ADP IN _ 49 case 49:case _ -48 New New PROPN NNP Number=Sing 49 compound 49:compound _ +48 New New ADJ NNP Degree=Pos 49 amod 49:amod _ 49 York York PROPN NNP Number=Sing 46 nmod 46:nmod:to _ 50 and and CCONJ CC _ 54 cc 54:cc _ 51 to to ADP IN _ 52 case 52:case _ -52 whom whom PRON WP PronType=Int 54 obl 54:obl:to _ +52 whom whom PRON WP PronType=Rel 54 obl 32:ref|54:obl:to _ 53 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 54 nsubj 54:nsubj _ -54 bought buy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 43 conj 32:acl:relcl|43:conj:and _ +54 bought buy VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 43 conj 32:acl:relcl|43:conj:and _ 55 things thing NOUN NNS Number=Plur 54 obj 54:obj _ 56 and and CCONJ CC _ 57 cc 57:cc _ 57 presents present NOUN NNS Number=Plur 55 conj 54:obj|55:conj:and SpaceAfter=No -58 , , PUNCT , _ 54 punct 54:punct _ +58 , , PUNCT , _ 63 punct 63:punct _ 59 while while SCONJ IN _ 63 mark 63:mark _ 60 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 63 nsubj 63:nsubj _ 61 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 63 aux 63:aux _ 62 still still ADV RB _ 63 advmod 63:advmod _ 63 mourning mourn VERB VBG Tense=Pres|VerbForm=Part 54 advcl 54:advcl:while _ 64 for for ADP IN _ 68 case 68:case _ -65 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 68 nmod:poss 68:nmod:poss _ +65 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 68 nmod:poss 68:nmod:poss _ 66 " " PUNCT `` _ 68 punct 68:punct SpaceAfter=No 67 dear dear ADJ JJ Degree=Pos 68 amod 68:amod _ 68 Linda Linda PROPN NNP Number=Sing 63 obl 63:obl:for SpaceAfter=No @@ -130188,9 +130248,9 @@ 9 with with ADP IN _ 10 case 10:case _ 10 Heather Heather PROPN NNP Number=Sing 7 obl 7:obl:with _ 11 Mills Mills PROPN NNP Number=Sing 10 flat 10:flat SpaceAfter=No -12 , , PUNCT , _ 14 punct 14:punct _ +12 , , PUNCT , _ 4 punct 4:punct _ 13 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -14 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +14 used use VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 15-16 Linda's _ _ _ _ _ _ _ _ 15 Linda Linda PROPN NNP Number=Sing 17 nmod:poss 17:nmod:poss _ 16 's 's PART POS _ 15 case 15:case _ @@ -130198,10 +130258,10 @@ 18 for for ADP IN _ 20 case 20:case _ 19 promotional promotional ADJ JJ Degree=Pos 20 amod 20:amod _ 20 ends end NOUN NNS Number=Plur 14 obl 14:obl:for SpaceAfter=No -21 , , PUNCT , _ 14 punct 14:punct _ +21 , , PUNCT , _ 26 punct 26:punct _ 22 due due ADP IN _ 26 case 26:case _ 23 to to ADP IN _ 22 fixed 22:fixed _ -24 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +24 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 25 waning wane VERB VBG VerbForm=Ger 26 amod 26:amod _ 26 popularity popularity NOUN NN Number=Sing 14 obl 14:obl:due_to SpaceAfter=No 27 . . PUNCT . _ 14 punct 14:punct _ @@ -130222,7 +130282,7 @@ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 audience audience NOUN NN Number=Sing 10 nmod 10:nmod:of _ 14 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -15 played play VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ +15 played play VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 17 faithful faithful ADJ JJ Degree=Pos 18 amod 18:amod _ 18-19 husband's _ _ _ _ _ _ _ _ @@ -130234,11 +130294,11 @@ 23 suffer suffer VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ 24 for for ADP IN _ 25 case 25:case _ 25 Linda Linda PROPN NNP Number=Sing 23 obl 23:obl:for SpaceAfter=No -26 , , PUNCT , _ 15 punct 15:punct _ +26 , , PUNCT , _ 32 punct 32:punct _ 27 for for ADP IN _ 32 case 32:case _ 28 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ -29 afore afore ADJ JJ Degree=Pos 32 amod 32:amod _ -30 mentioned mentioned X GW _ 29 goeswith 29:goeswith _ +29 afore aforementioned ADJ GW Degree=Pos|Typo=Yes 32 amod 32:amod _ +30 mentioned _ X JJ _ 29 goeswith 29:goeswith _ 31 promotional promotional ADJ JJ Degree=Pos 32 amod 32:amod _ 32 ends end NOUN NNS Number=Plur 15 obl 15:obl:for SpaceAfter=No 33 . . PUNCT . _ 3 punct 3:punct _ @@ -130246,10 +130306,10 @@ # sent_id = newsgroup-groups.google.com_alt.animals_434fe80fb3577e8e_ENG_20031011_200300-0028 # text = Paul admitted that he made Linda suffer a lot, but he didn't say that it was because he felt insecure as a man due to his womanish face and effeminate manners and also because with his age his sexual power was not the same, even though it has never been much. 1 Paul Paul PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 admitted admit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 admitted admit VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 5 mark 5:mark _ 4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -5 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +5 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 6 Linda Linda PROPN NNP Number=Sing 5 obj 5:obj|7:nsubj:xsubj _ 7 suffer suffer VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ @@ -130258,48 +130318,48 @@ 11 but but CCONJ CC _ 15 cc 15:cc _ 12 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 13-14 didn't _ _ _ _ _ _ _ _ -13 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 aux 15:aux _ +13 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 aux 15:aux _ 14 n't not PART RB _ 15 advmod 15:advmod _ 15 say say VERB VB VerbForm=Inf 2 conj 2:conj:but _ -16 that that SCONJ IN _ 18 mark 18:mark _ -17 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -18 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 ccomp 15:ccomp _ +16 that that SCONJ IN _ 21 mark 21:mark _ +17 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 nsubj:outer 21:nsubj:outer _ +18 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 cop 21:cop _ 19 because because SCONJ IN _ 21 mark 21:mark _ 20 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj|22:nsubj:xsubj _ -21 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 advcl 18:advcl:because _ +21 felt feel VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 ccomp 15:ccomp _ 22 insecure insecure ADJ JJ Degree=Pos 21 xcomp 21:xcomp _ 23 as as ADP IN _ 25 case 25:case _ 24 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 25 man man NOUN NN Number=Sing 21 obl 21:obl:as _ 26 due due ADP IN _ 30 case 30:case _ 27 to to ADP IN _ 26 fixed 26:fixed _ -28 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +28 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 29 womanish womanish ADJ JJ Degree=Pos 30 amod 30:amod _ 30 face face NOUN NN Number=Sing 21 obl 21:obl:due_to _ 31 and and CCONJ CC _ 33 cc 33:cc _ 32 effeminate effeminate ADJ JJ Degree=Pos 33 amod 33:amod _ 33 manners manners NOUN NNS Number=Plur 30 conj 21:obl:due_to|30:conj:and _ -34 and and CCONJ CC _ 35 cc 35:cc _ -35 also also ADV RB _ 46 cc 46:cc _ +34 and and CCONJ CC _ 46 cc 46:cc _ +35 also also ADV RB _ 46 advmod 46:advmod _ 36 because because SCONJ IN _ 46 mark 46:mark _ 37 with with ADP IN _ 39 case 39:case _ -38 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ +38 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ 39 age age NOUN NN Number=Sing 46 obl 46:obl:with _ -40 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 42 nmod:poss 42:nmod:poss _ +40 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 42 nmod:poss 42:nmod:poss _ 41 sexual sexual ADJ JJ Degree=Pos 42 amod 42:amod _ 42 power power NOUN NN Number=Sing 46 nsubj 46:nsubj _ 43 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 46 cop 46:cop _ 44 not not PART RB _ 46 advmod 46:advmod _ 45 the the DET DT Definite=Def|PronType=Art 46 det 46:det _ -46 same same ADJ JJ Degree=Pos 21 conj 18:advcl:because|21:conj:and_also SpaceAfter=No -47 , , PUNCT , _ 46 punct 46:punct _ +46 same same ADJ JJ Degree=Pos 21 conj 15:ccomp|21:conj:and SpaceAfter=No +47 , , PUNCT , _ 54 punct 54:punct _ 48 even even ADV RB _ 54 advmod 54:advmod _ 49 though though SCONJ IN _ 54 mark 54:mark _ 50 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 54 nsubj 54:nsubj _ 51 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 54 aux 54:aux _ 52 never never ADV RB _ 54 advmod 54:advmod _ 53 been be AUX VBN Tense=Past|VerbForm=Part 54 cop 54:cop _ -54 much much ADJ JJ Degree=Pos 46 ccomp 46:ccomp SpaceAfter=No +54 much much ADJ JJ Degree=Pos 46 advcl 46:advcl:though SpaceAfter=No 55 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_434fe80fb3577e8e_ENG_20031011_200300-0029 @@ -130307,7 +130367,7 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 early early ADJ JJ Degree=Pos 3 amod 3:amod _ 3 days day NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -4 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 cop 6:cop _ +4 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 days day NOUN NNS Number=Plur 0 root 0:root _ 7 of of ADP IN _ 8 case 8:case _ @@ -130315,18 +130375,18 @@ 9 between between ADP IN _ 10 case 10:case _ 10 Paul Paul PROPN NNP Number=Sing 8 nmod 8:nmod:between _ 11 and and CCONJ CC _ 13 cc 13:cc _ -12 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 wife wife NOUN NN Number=Sing 10 conj 8:nmod:between|10:conj:and _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 John John PROPN NNP Number=Sing 10 conj 8:nmod:between|10:conj:and _ 16 and and CCONJ CC _ 18 cc 18:cc _ -17 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 wife wife NOUN NN Number=Sing 15 conj 15:conj:and _ 19 and and CCONJ CC _ 21 cc 21:cc _ 20 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj _ -21 knew know VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ +21 knew know VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ 22 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 23 nsubj 23:nsubj|25:nsubj:xsubj _ -23 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 ccomp 21:ccomp _ +23 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 ccomp 21:ccomp _ 24 to to PART TO _ 25 mark 25:mark _ 25 compete compete VERB VB VerbForm=Inf 23 xcomp 23:xcomp _ 26 with with ADP IN _ 28 case 28:case _ @@ -130341,41 +130401,41 @@ 35 in in ADP IN _ 36 case 36:case _ 36 front front NOUN NN Number=Sing 25 obl 25:obl:in _ 37 of of ADP IN _ 39 case 39:case _ -38 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ +38 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ 39 wives wife NOUN NNS Number=Plur 36 nmod 36:nmod:of _ 40 and and CCONJ CC _ 44 cc 44:cc _ 41 having have VERB VBG VerbForm=Ger 44 csubj 44:csubj _ 42 Yoko Yoko PROPN NNP Number=Sing 41 obj 41:obj _ 43 Ono Ono PROPN NNP Number=Sing 42 flat 42:flat _ -44 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ +44 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ 45 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 44 obj 44:obj|46:nsubj:xsubj _ 46 aware aware ADJ JJ Degree=Pos 44 xcomp 44:xcomp _ 47 of of ADP IN _ 49 case 49:case _ -48 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 49 nmod:poss 49:nmod:poss _ +48 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 49 nmod:poss 49:nmod:poss _ 49 lack lack NOUN NN Number=Sing 46 obl 46:obl:of _ 50 of of ADP IN _ 51 case 51:case _ 51 virility virility NOUN NN Number=Sing 49 nmod 49:nmod:of _ 52 and and CCONJ CC _ 54 cc 54:cc _ -53 repressed repress VERB VBN Tense=Past|VerbForm=Part 54 amod 54:amod _ +53 repressed repress VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 54 amod 54:amod _ 54 homosexuality homosexuality NOUN NN Number=Sing 49 conj 46:obl:of|49:conj:and SpaceAfter=No -55 , , PUNCT , _ 6 punct 6:punct _ +55 , , PUNCT , _ 57 punct 57:punct _ 56 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 57 nsubj 57:nsubj|72:nsubj|74:nsubj:xsubj _ -57 grew grow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 parataxis 6:parataxis _ +57 grew grow VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 parataxis 6:parataxis _ 58 the the DET DT Definite=Def|PronType=Art 59 det 59:det _ 59 beard beard NOUN NN Number=Sing 57 obj 57:obj|62:obj _ 60 that that PRON WDT PronType=Rel 62 obj 59:ref _ 61 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 62 nsubj 62:nsubj _ -62 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 59 acl:relcl 59:acl:relcl _ +62 see see VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 59 acl:relcl 59:acl:relcl _ 63 in in ADP IN _ 70 case 70:case _ 64 the the DET DT Definite=Def|PronType=Art 70 det 70:det _ 65 " " PUNCT `` _ 66 punct 66:punct SpaceAfter=No 66 Let let VERB VB VerbForm=Inf 70 compound 70:compound _ 67 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 66 obj 66:obj|68:nsubj:xsubj _ -68 Be be VERB VB VerbForm=Inf 66 xcomp 66:xcomp SpaceAfter=No +68 Be be AUX VB VerbForm=Inf 66 xcomp 66:xcomp SpaceAfter=No 69 " " PUNCT '' _ 66 punct 66:punct _ 70 film film NOUN NN Number=Sing 62 obl 62:obl:in _ 71 and and CCONJ CC _ 72 cc 72:cc _ -72 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 57 conj 57:conj:and _ +72 started start VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 57 conj 57:conj:and _ 73 to to PART TO _ 74 mark 74:mark _ 74 show show VERB VB VerbForm=Inf 72 xcomp 72:xcomp _ 75 pictures picture NOUN NNS Number=Plur 74 obj 74:obj _ @@ -130386,9 +130446,9 @@ 80 the the DET DT Definite=Def|PronType=Art 82 det 82:det _ 81 same same ADJ JJ Degree=Pos 82 amod 82:amod _ 82 film film NOUN NN Number=Sing 74 obl 74:obl:in SpaceAfter=No -83 , , PUNCT , _ 72 punct 72:punct _ +83 , , PUNCT , _ 84 punct 84:punct _ 84 doing do VERB VBG VerbForm=Ger 72 advcl 72:advcl _ -85 every every DET DT _ 86 det 86:det _ +85 every every DET DT PronType=Tot 86 det 86:det _ 86 effort effort NOUN NN Number=Sing 84 obj 84:obj _ 87 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 88 nsubj 88:nsubj _ 88 could could AUX MD VerbForm=Fin 86 acl:relcl 86:acl:relcl _ @@ -130411,17 +130471,18 @@ 7 uneasiness uneasiness NOUN NN Number=Sing 5 obj 5:obj _ 8 of of ADP IN _ 9 case 9:case _ 9 McCartney McCartney PROPN NNP Number=Sing 7 nmod 7:nmod:of _ -10 when when SCONJ WRB PronType=Int 12 mark 12:mark _ +10 when when ADV WRB PronType=Int 12 advmod 12:advmod _ 11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 12 sings sing VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 acl 7:acl SpaceAfter=No -13 : : PUNCT : _ 12 punct 12:punct _ +13 : : PUNCT : _ 17 punct 17:punct _ 14 " " PUNCT `` _ 17 punct 17:punct SpaceAfter=No -15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj SpaceAfter=No -16 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +15-16 I've _ _ _ _ _ _ _ _ +15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ +16 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 17 got get VERB VBN Tense=Past|VerbForm=Part 12 ccomp 12:ccomp _ 18 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 19 feeling feeling NOUN NN Number=Sing 17 obj 17:obj SpaceAfter=No -20 , , PUNCT , _ 19 punct 19:punct _ +20 , , PUNCT , _ 22 punct 22:punct _ 21 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 22 feeling feeling NOUN NN Number=Sing 19 appos 19:appos _ 23 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 26 nsubj 26:nsubj _ @@ -130445,25 +130506,25 @@ 1 ( ( PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No 2 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 3 already already ADV RB _ 4 advmod 4:advmod _ -4 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 traumas trauma NOUN NNS Number=Plur 4 obj 4:obj|14:obj _ 7 that that PRON WDT PronType=Rel 14 obj 6:ref _ -8 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 previous previous ADJ JJ Degree=Pos 10 amod 10:amod _ 10 girlfriend girlfriend NOUN NN Number=Sing 14 nsubj 14:nsubj _ 11 Jane Jane PROPN NNP Number=Sing 10 appos 10:appos _ 12 Asher Asher PROPN NNP Number=Sing 11 flat 11:flat _ -13 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 aux 14:aux _ +13 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 aux 14:aux _ 14 caused cause VERB VBN Tense=Past|VerbForm=Part 6 acl:relcl 6:acl:relcl _ -15 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 obj 14:obj _ -16 when when SCONJ WRB PronType=Int 18 mark 18:mark _ +15 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 iobj 14:iobj _ +16 when when ADV WRB PronType=Int 18 advmod 18:advmod _ 17 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -18 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 advcl 14:advcl:when _ +18 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 advcl 14:advcl:when _ 19 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 18 obj 18:obj|20:nsubj:xsubj _ 20 aware aware ADJ JJ Degree=Pos 18 xcomp 18:xcomp _ 21 of of ADP IN _ 24 case 24:case _ -22 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +22 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 23 little little ADJ JJ Degree=Pos 24 amod 24:amod _ 24 manliness manliness NOUN NN Number=Sing 20 obl 20:obl:of _ 25 and and CCONJ CC _ 27 cc 27:cc _ @@ -130476,7 +130537,7 @@ # text = Paul has such a big inferiority complex as a man, due to his effeminate face, body and personality and due to his repressed homosexuality, that he found himself a handicapped woman with only one leg, so that he could stand out, being very conscious that a full woman would make him feel the superiority of virile men again, as Jane and Linda did. 1 Paul Paul PROPN NNP Number=Sing 2 nsubj 2:nsubj _ 2 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 such such DET PDT _ 7 det:predet 7:det:predet _ +3 such such DET PDT PronType=Ind 7 det:predet 7:det:predet _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 5 big big ADJ JJ Degree=Pos 7 amod 7:amod _ 6 inferiority inferiority NOUN NN Number=Sing 7 compound 7:compound _ @@ -130484,10 +130545,10 @@ 8 as as ADP IN _ 10 case 10:case _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 man man NOUN NN Number=Sing 7 nmod 7:nmod:as SpaceAfter=No -11 , , PUNCT , _ 7 punct 7:punct _ +11 , , PUNCT , _ 16 punct 16:punct _ 12 due due ADP IN _ 16 case 16:case _ 13 to to ADP IN _ 12 fixed 12:fixed _ -14 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +14 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 15 effeminate effeminate ADJ JJ Degree=Pos 16 amod 16:amod _ 16 face face NOUN NN Number=Sing 7 nmod 7:nmod:due_to SpaceAfter=No 17 , , PUNCT , _ 18 punct 18:punct _ @@ -130497,29 +130558,29 @@ 21 and and CCONJ CC _ 26 cc 26:cc _ 22 due due ADP IN _ 26 case 26:case _ 23 to to ADP IN _ 22 fixed 22:fixed _ -24 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ -25 repressed repress VERB VBN Tense=Past|VerbForm=Part 26 amod 26:amod _ +24 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 repressed repress VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 26 amod 26:amod _ 26 homosexuality homosexuality NOUN NN Number=Sing 16 conj 7:nmod:due_to|16:conj:and SpaceAfter=No -27 , , PUNCT , _ 7 punct 7:punct _ +27 , , PUNCT , _ 30 punct 30:punct _ 28 that that SCONJ IN _ 30 mark 30:mark _ 29 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 30 nsubj 30:nsubj _ -30 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:that _ +30 found find VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:that _ 31 himself himself PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes 30 iobj 30:iobj _ 32 a a DET DT Definite=Ind|PronType=Art 34 det 34:det _ 33 handicapped handicapped ADJ JJ Degree=Pos 34 amod 34:amod _ 34 woman woman NOUN NN Number=Sing 30 obj 30:obj _ 35 with with ADP IN _ 38 case 38:case _ 36 only only ADV RB _ 38 advmod 38:advmod _ -37 one one NUM CD NumType=Card 38 nummod 38:nummod _ +37 one one NUM CD NumForm=Word|NumType=Card 38 nummod 38:nummod _ 38 leg leg NOUN NN Number=Sing 34 nmod 34:nmod:with SpaceAfter=No -39 , , PUNCT , _ 30 punct 30:punct _ +39 , , PUNCT , _ 44 punct 44:punct _ 40 so so SCONJ IN _ 44 mark 44:mark _ 41 that that SCONJ IN _ 40 fixed 40:fixed _ 42 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 44 nsubj 44:nsubj _ 43 could could AUX MD VerbForm=Fin 44 aux 44:aux _ 44 stand stand VERB VB VerbForm=Inf 30 advcl 30:advcl:so_that _ 45 out out ADP RP _ 44 compound:prt 44:compound:prt SpaceAfter=No -46 , , PUNCT , _ 30 punct 30:punct _ +46 , , PUNCT , _ 49 punct 49:punct _ 47 being be AUX VBG VerbForm=Ger 49 cop 49:cop _ 48 very very ADV RB _ 49 advmod 49:advmod _ 49 conscious conscious ADJ JJ Degree=Pos 30 advcl 30:advcl _ @@ -130529,29 +130590,29 @@ 53 woman woman NOUN NN Number=Sing 55 nsubj 55:nsubj _ 54 would would AUX MD VerbForm=Fin 55 aux 55:aux _ 55 make make VERB VB VerbForm=Inf 49 ccomp 49:ccomp _ -56 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 55 obj 55:obj _ -57 feel feel VERB VB VerbForm=Inf 55 ccomp 55:ccomp _ +56 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 55 obj 55:obj|57:nsubj:xsubj _ +57 feel feel VERB VB VerbForm=Inf 55 xcomp 55:xcomp _ 58 the the DET DT Definite=Def|PronType=Art 59 det 59:det _ 59 superiority superiority NOUN NN Number=Sing 57 obj 57:obj _ 60 of of ADP IN _ 62 case 62:case _ 61 virile virile ADJ JJ Degree=Pos 62 amod 62:amod _ 62 men man NOUN NNS Number=Plur 59 nmod 59:nmod:of _ 63 again again ADV RB _ 57 advmod 57:advmod SpaceAfter=No -64 , , PUNCT , _ 55 punct 55:punct _ +64 , , PUNCT , _ 69 punct 69:punct _ 65 as as SCONJ IN _ 69 mark 69:mark _ 66 Jane Jane PROPN NNP Number=Sing 69 nsubj 69:nsubj _ 67 and and CCONJ CC _ 68 cc 68:cc _ 68 Linda Linda PROPN NNP Number=Sing 66 conj 66:conj:and|69:nsubj _ -69 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 55 advcl 55:advcl:as SpaceAfter=No +69 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 55 advcl 55:advcl:as SpaceAfter=No 70 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_434fe80fb3577e8e_ENG_20031011_200300-0033 # text = This is something that his ego trip of lucky bad musician could not face anymore.... 1 This this PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 something something PRON NN Number=Sing 0 root 0:root|14:obj _ +3 something something PRON NN Number=Sing|PronType=Ind 0 root 0:root|14:obj _ 4 that that PRON WDT PronType=Rel 14 obj 3:ref _ -5 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 ego ego NOUN NN Number=Sing 7 compound 7:compound _ 7 trip trip NOUN NN Number=Sing 14 nsubj 14:nsubj _ 8 of of ADP IN _ 11 case 11:case _ @@ -130589,10 +130650,10 @@ 2 being be AUX VBG VerbForm=Ger 4 cop 4:cop _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 murderer murderer NOUN NN Number=Sing 8 advcl 8:advcl:besides SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 John John PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 7 Lennon Lennon PROPN NNP Number=Sing 6 flat 6:flat _ -8 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 29 parataxis 29:parataxis _ +8 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 29 parataxis 29:parataxis _ 9 sexual sexual ADJ JJ Degree=Pos 10 amod 10:amod _ 10 intercourse intercourse NOUN NN Number=Sing 8 obj 8:obj _ 11 with with ADP IN _ 13 case 13:case _ @@ -130612,13 +130673,13 @@ 25 at at ADP IN _ 27 case 27:case _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 Cavern Cavern PROPN NNP Number=Sing 22 obl 22:obl:at SpaceAfter=No -28 , , PUNCT , _ 29 punct 29:punct _ +28 , , PUNCT , _ 8 punct 8:punct _ 29 trauma trauma NOUN NN Number=Sing 0 root 0:root|34:obl _ 30 from from ADP IN _ 31 case 31:case _ 31 which which PRON WDT PronType=Rel 34 obl 29:ref _ 32 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 34 nsubj 34:nsubj _ 33 never never ADV RB _ 34 advmod 34:advmod _ -34 recovered recover VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 29 acl:relcl 29:acl:relcl SpaceAfter=No +34 recovered recover VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 29 acl:relcl 29:acl:relcl SpaceAfter=No 35 . . PUNCT . _ 29 punct 29:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_434fe80fb3577e8e_ENG_20031011_200300-0036 @@ -130628,22 +130689,22 @@ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 trauma trauma NOUN NN Number=Sing 17 obl 13:obj|17:obl:because_of _ 5 that that PRON WDT PronType=Rel 13 obj 4:ref _ -6 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 homosexual homosexual ADJ JJ Degree=Pos 8 amod 8:amod _ 8 relation relation NOUN NN Number=Sing 13 nsubj 13:nsubj _ 9 with with ADP IN _ 10 case 10:case _ 10 Brian Brian PROPN NNP Number=Sing 8 nmod 8:nmod:with _ 11 Epstein Epstein PROPN NNP Number=Sing 10 flat 10:flat _ -12 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 aux 13:aux _ +12 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 13 left leave VERB VBN Tense=Past|VerbForm=Part 4 acl:relcl 4:acl:relcl _ 14 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 iobj 13:iobj SpaceAfter=No -15 , , PUNCT , _ 17 punct 17:punct _ +15 , , PUNCT , _ 4 punct 4:punct _ 16 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj|46:nsubj _ -17 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +17 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 18 lyrics lyric NOUN NNS Number=Plur 17 obj 17:obj _ -19 such such ADJ JJ Degree=Pos 25 mark 25:mark _ +19 such such ADJ JJ Degree=Pos|ExtPos=SCONJ 25 mark 25:mark _ 20 as as ADP IN _ 19 fixed 19:fixed SpaceAfter=No -21 : : PUNCT : _ 25 punct 25:punct _ +21 : : PUNCT : _ 19 punct 19:punct _ 22 " " PUNCT `` _ 25 punct 25:punct SpaceAfter=No 23 You you PRON PRP Case=Nom|Person=2|PronType=Prs 25 nsubj 25:nsubj _ 24 can can AUX MD VerbForm=Fin 25 aux 25:aux _ @@ -130653,29 +130714,29 @@ 28 and and CCONJ CC _ 30 cc 30:cc _ 29 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ 30 tie tie NOUN NN Number=Sing 27 conj 25:obj|27:conj:and SpaceAfter=No -31 , , PUNCT , _ 25 punct 25:punct _ -32 one one NUM CD NumType=Card 33 nummod 33:nummod _ +31 , , PUNCT , _ 39 punct 39:punct _ +32 one one NUM CD NumForm=Word|NumType=Card 33 nummod 33:nummod _ 33 thing thing NOUN NN Number=Sing 39 nsubj 39:nsubj _ 34 you you PRON PRP Case=Nom|Person=2|PronType=Prs 37 nsubj 37:nsubj _ 35-36 can't _ _ _ _ _ _ _ _ 35 ca can AUX MD VerbForm=Fin 37 aux 37:aux _ 36 n't not PART RB _ 37 advmod 37:advmod _ 37 hide hide VERB VB VerbForm=Inf 33 acl:relcl 33:acl:relcl _ -38 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 39 cop 39:cop _|CheckUPOS=VERB -39 when when ADV WRB PronType=Int 25 parataxis 25:parataxis _ +38 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 39 cop 39:cop _ +39 when when ADV WRB PronType=Rel 25 parataxis 25:parataxis _ 40-41 you're _ _ _ _ _ _ _ _ 40 you you PRON PRP Case=Nom|Person=2|PronType=Prs 42 nsubj 42:nsubj _ -41 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 42 cop 42:cop _ -42 crippled crippled ADJ JJ Degree=Pos 39 acl:relcl 39:acl:relcl _ +41 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 42 cop 42:cop _ +42 crippled crippled ADJ JJ Degree=Pos 39 advcl:relcl 39:advcl:relcl _ 43 inside inside ADV RB _ 42 advmod 42:advmod SpaceAfter=No 44 " " PUNCT '' _ 25 punct 25:punct _ 45 and and CCONJ CC _ 46 cc 46:cc _ -46 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 conj 17:conj:and _ +46 gave give VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 conj 17:conj:and _ 47 declarations declaration NOUN NNS Number=Plur 46 obj 46:obj _ 48 to to ADP IN _ 54 case 54:case _ 49 the the DET DT Definite=Def|PronType=Art 54 det 54:det _ 50 " " PUNCT `` _ 52 punct 52:punct SpaceAfter=No -51 Rolling Rolling PROPN NNP Number=Sing 52 compound 52:compound _ +51 Rolling Roll VERB NNP VerbForm=Ger 52 amod 52:amod _ 52 Stone Stone PROPN NNP Number=Sing 54 compound 54:compound SpaceAfter=No 53 " " PUNCT '' _ 52 punct 52:punct _ 54 magazine magazine NOUN NN Number=Sing 46 obl 46:obl:to _ @@ -130684,12 +130745,12 @@ 57 " " PUNCT `` _ 60 punct 60:punct SpaceAfter=No 58 sometimes sometimes ADV RB _ 60 advmod 60:advmod _ 59 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 60 nsubj 60:nsubj _ -60 wore wear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 55 ccomp 55:ccomp _ +60 wore wear VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 55 ccomp 55:ccomp _ 61 Texan texan ADJ JJ Degree=Pos 62 amod 62:amod _ 62 boots boot NOUN NNS Number=Plur 60 obj 60:obj _ 63 to to PART TO _ 64 mark 64:mark _ 64 feel feel VERB VB VerbForm=Inf 60 advcl 60:advcl:to _ -65 more more ADV RBR _ 66 advmod 66:advmod _ +65 more more ADV RBR Degree=Cmp 66 advmod 66:advmod _ 66 secure secure ADJ JJ Degree=Pos 64 xcomp 64:xcomp _ 67 as as ADP IN _ 69 case 69:case _ 68 a a DET DT Definite=Ind|PronType=Art 69 det 69:det _ @@ -130701,17 +130762,17 @@ # text = The Beatles are very well known by people close to them for their arrogance and racism. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 Beatles Beatles PROPN NNPS Number=Plur 6 nsubj:pass 6:nsubj:pass _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ 4 very very ADV RB _ 5 advmod 5:advmod _ 5 well well ADV RB Degree=Pos 6 advmod 6:advmod _ 6 known know VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 by by ADP IN _ 8 case 8:case _ -8 people people NOUN NNS Number=Plur 6 obl 6:obl:by _ +8 people people NOUN NNS Number=Plur 6 obl:agent 6:obl:agent _ 9 close close ADJ JJ Degree=Pos 8 amod 8:amod _ 10 to to ADP IN _ 11 case 11:case _ 11 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 9 obl 9:obl:to _ 12 for for ADP IN _ 14 case 14:case _ -13 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 arrogance arrogance NOUN NN Number=Sing 6 obl 6:obl:for _ 15 and and CCONJ CC _ 16 cc 16:cc _ 16 racism racism NOUN NN Number=Sing 14 conj 6:obl:for|14:conj:and SpaceAfter=No @@ -130719,18 +130780,18 @@ # sent_id = newsgroup-groups.google.com_alt.animals_434fe80fb3577e8e_ENG_20031011_200300-0038 # text = One of the manifestations of their racism is the rejection towards Japanese Yoko Ono. -1 One one NUM CD NumType=Card 10 nsubj 10:nsubj _ +1 One one NUM CD NumForm=Word|NumType=Card 10 nsubj 10:nsubj _ 2 of of ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 manifestations manifestation NOUN NNS Number=Plur 1 nmod 1:nmod:of _ 5 of of ADP IN _ 7 case 7:case _ -6 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 racism racism NOUN NN Number=Sing 4 nmod 4:nmod:of _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 rejection rejection NOUN NN Number=Sing 0 root 0:root _ 11 towards towards ADP IN _ 13 case 13:case _ -12 Japanese japanese ADJ JJ Degree=Pos 13 amod 13:amod _ +12 Japanese Japanese ADJ JJ Degree=Pos 13 amod 13:amod _ 13 Yoko Yoko PROPN NNP Number=Sing 10 nmod 10:nmod:towards _ 14 Ono Ono PROPN NNP Number=Sing 13 flat 13:flat SpaceAfter=No 15 . . PUNCT . _ 10 punct 10:punct _ @@ -130739,14 +130800,14 @@ # text = That rejection got to the point that George Harrison kicked Yoko Ono in the Apple studios during the filming of Let it Be. 1 That that DET DT Number=Sing|PronType=Dem 2 det 2:det _ 2 rejection rejection NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 got get VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 point point NOUN NN Number=Sing 3 obl 3:obl:to|10:advmod _ -7 that that ADV WRB PronType=Rel 10 advmod 6:ref _ +6 point point NOUN NN Number=Sing 3 obl 3:obl:to _ +7 that that SCONJ IN _ 10 mark 10:mark _ 8 George George PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 9 Harrison Harrison PROPN NNP Number=Sing 8 flat 8:flat _ -10 kicked kick VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +10 kicked kick VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 11 Yoko Yoko PROPN NNP Number=Sing 10 obj 10:obj _ 12 Ono Ono PROPN NNP Number=Sing 11 flat 11:flat _ 13 in in ADP IN _ 16 case 16:case _ @@ -130759,63 +130820,63 @@ 20 of of SCONJ IN _ 21 mark 21:mark _ 21 Let let VERB VB VerbForm=Inf 19 acl 19:acl:of _ 22 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 obj 21:obj|23:nsubj:xsubj _ -23 Be be VERB VB VerbForm=Inf 21 xcomp 21:xcomp SpaceAfter=No +23 Be be AUX VB VerbForm=Inf 21 xcomp 21:xcomp SpaceAfter=No 24 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_434fe80fb3577e8e_ENG_20031011_200300-0040 # text = When John asked George while they were having lunch about how things were going for Paul after his separation from the Beatles and George replied that he was number one in the Swedish hit parade, John said in a despective manner: "ah!!.. in Sweden..", as if Sweden was an inferior place or something alike. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 John John PROPN NNP Number=Sing 3 nsubj 3:nsubj _ -3 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 38 advcl 38:advcl:when _ -4 George George PROPN NNP Number=Sing 3 obj 3:obj _ +3 asked ask VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 38 advcl 38:advcl:when _ +4 George George PROPN NNP Number=Sing 3 iobj 3:iobj _ 5 while while SCONJ IN _ 8 mark 8:mark _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -7 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux 8:aux _ +7 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 8 having have VERB VBG Tense=Pres|VerbForm=Part 3 advcl 3:advcl:while _ 9 lunch lunch NOUN NN Number=Sing 8 obj 8:obj _ 10 about about SCONJ IN _ 14 mark 14:mark _ -11 how how SCONJ WRB PronType=Int 14 mark 14:mark _ +11 how how ADV WRB PronType=Int 14 advmod 14:advmod _ 12 things thing NOUN NNS Number=Plur 14 nsubj 14:nsubj _ -13 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 aux 14:aux _ +13 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 14 aux 14:aux _ 14 going go VERB VBG Tense=Pres|VerbForm=Part 3 advcl 3:advcl:about _ 15 for for ADP IN _ 16 case 16:case _ 16 Paul Paul PROPN NNP Number=Sing 14 obl 14:obl:for _ 17 after after ADP IN _ 19 case 19:case _ -18 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 separation separation NOUN NN Number=Sing 14 obl 14:obl:after _ 20 from from ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 Beatles Beatles PROPN NNPS Number=Plur 19 nmod 19:nmod:from _ 23 and and CCONJ CC _ 25 cc 25:cc _ 24 George George PROPN NNP Number=Sing 25 nsubj 25:nsubj _ -25 replied reply VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and|38:advcl:when _ +25 replied reply VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and|38:advcl:when _ 26 that that SCONJ IN _ 29 mark 29:mark _ 27 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 29 nsubj 29:nsubj _ 28 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 29 cop 29:cop _ 29 number number NOUN NN Number=Sing 25 ccomp 25:ccomp _ -30 one one NUM CD NumType=Card 29 nummod 29:nummod _ +30 one one NUM CD NumForm=Word|NumType=Card 29 nummod 29:nummod _ 31 in in ADP IN _ 35 case 35:case _ 32 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ -33 Swedish swedish ADJ JJ Degree=Pos 35 amod 35:amod _ +33 Swedish Swedish ADJ JJ Degree=Pos 35 amod 35:amod _ 34 hit hit NOUN NN Number=Sing 35 compound 35:compound _ 35 parade parade NOUN NN Number=Sing 29 nmod 29:nmod:in SpaceAfter=No -36 , , PUNCT , _ 38 punct 38:punct _ +36 , , PUNCT , _ 3 punct 3:punct _ 37 John John PROPN NNP Number=Sing 38 nsubj 38:nsubj _ -38 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +38 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 39 in in ADP IN _ 42 case 42:case _ 40 a a DET DT Definite=Ind|PronType=Art 42 det 42:det _ 41 despective despective ADJ JJ Degree=Pos 42 amod 42:amod _ 42 manner manner NOUN NN Number=Sing 38 obl 38:obl:in SpaceAfter=No -43 : : PUNCT : _ 38 punct 38:punct _ +43 : : PUNCT : _ 45 punct 45:punct _ 44 " " PUNCT `` _ 45 punct 45:punct SpaceAfter=No 45 ah ah INTJ UH _ 38 ccomp 38:ccomp SpaceAfter=No -46 !! !! PUNCT . _ 45 punct 45:punct SpaceAfter=No -47 .. .. PUNCT , _ 45 punct 45:punct _ +46 !! !! PUNCT . _ 49 punct 49:punct SpaceAfter=No +47 .. .. PUNCT , _ 49 punct 49:punct _ 48 in in ADP IN _ 49 case 49:case _ 49 Sweden Sweden PROPN NNP Number=Sing 45 parataxis 45:parataxis SpaceAfter=No 50 .. .. PUNCT , _ 45 punct 45:punct SpaceAfter=No 51 " " PUNCT '' _ 45 punct 45:punct SpaceAfter=No -52 , , PUNCT , _ 38 punct 38:punct _ +52 , , PUNCT , _ 59 punct 59:punct _ 53 as as SCONJ IN _ 59 mark 59:mark _ 54 if if SCONJ IN _ 59 mark 59:mark _ 55 Sweden Sweden PROPN NNP Number=Sing 59 nsubj 59:nsubj|61:nsubj _ @@ -130824,7 +130885,7 @@ 58 inferior inferior ADJ JJ Degree=Pos 59 amod 59:amod _ 59 place place NOUN NN Number=Sing 38 advcl 38:advcl:if _ 60 or or CCONJ CC _ 61 cc 61:cc _ -61 something something PRON NN Number=Sing 59 conj 38:advcl:if|59:conj:or _ +61 something something PRON NN Number=Sing|PronType=Ind 59 conj 38:advcl:if|59:conj:or _ 62 alike alike ADJ JJ Degree=Pos 61 amod 61:amod SpaceAfter=No 63 . . PUNCT . _ 38 punct 38:punct _ @@ -130832,7 +130893,8 @@ # text = In the Beatles' song "Get Back" they advise black Joe to "get back to where you once belonged", as if England was not a place for black people. 1 In in ADP IN _ 5 case 5:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ -3 Beatles Beatles PROPN NNPS Number=Plur 5 nmod:poss 5:nmod:poss SpaceAfter=No +3-4 Beatles' _ _ _ _ _ _ _ _ +3 Beatles Beatles PROPN NNPS Number=Plur 5 nmod:poss 5:nmod:poss _ 4 ' 's PART POS _ 3 case 3:case _ 5 song song NOUN NN Number=Sing 11 obl 11:obl:in _ 6 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No @@ -130840,20 +130902,20 @@ 8 Back back ADV RB _ 7 advmod 7:advmod SpaceAfter=No 9 " " PUNCT '' _ 7 punct 7:punct _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 advise advise VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +11 advise advise VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 12 black black ADJ JJ Degree=Pos 13 amod 13:amod _ -13 Joe Joe PROPN NNP Number=Sing 11 obj 11:obj|16:nsubj:xsubj _ +13 Joe Joe PROPN NNP Number=Sing 11 iobj 11:iobj|16:nsubj:xsubj _ 14 to to PART TO _ 16 mark 16:mark _ 15 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No 16 get get VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 17 back back ADV RB _ 16 advmod 16:advmod _ -18 to to SCONJ IN _ 19 case 19:case _ -19 where where ADV WRB PronType=Int 17 obl 17:obl:to _ +18 to to ADP IN _ 19 case 19:case _ +19 where where ADV WRB PronType=Rel 17 obl 17:obl:to|22:advmod _ 20 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ -21 once once ADV RB NumType=Mult 22 advmod 22:advmod _ -22 belonged belong VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 acl:relcl 19:acl:relcl SpaceAfter=No +21 once once ADV RB NumForm=Word|NumType=Mult 22 advmod 22:advmod _ +22 belonged belong VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 19 advcl:relcl 19:advcl:relcl SpaceAfter=No 23 " " PUNCT '' _ 16 punct 16:punct SpaceAfter=No -24 , , PUNCT , _ 11 punct 11:punct _ +24 , , PUNCT , _ 31 punct 31:punct _ 25 as as SCONJ IN _ 31 mark 31:mark _ 26 if if SCONJ IN _ 31 mark 31:mark _ 27 England England PROPN NNP Number=Sing 31 nsubj 31:nsubj _ @@ -130870,10 +130932,10 @@ # text = Sometimes back, Paul told George in the Apple offices that the new generations are a bundle of idiots and useless people, but in any way they would have also been slaves of the Beatles. 1 Sometimes sometimes ADV RB _ 2 advmod 2:advmod _ 2 back back ADV RB _ 5 advmod 5:advmod SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 Paul Paul PROPN NNP Number=Sing 5 nsubj 5:nsubj _ -5 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -6 George George PROPN NNP Number=Sing 5 obj 5:obj _ +5 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 George George PROPN NNP Number=Sing 5 iobj 5:iobj _ 7 in in ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 Apple Apple PROPN NNP Number=Sing 10 compound 10:compound _ @@ -130882,7 +130944,7 @@ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 new new ADJ JJ Degree=Pos 14 amod 14:amod _ 14 generations generation NOUN NNS Number=Plur 17 nsubj 17:nsubj _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ +15 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 16 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 17 bundle bundle NOUN NN Number=Sing 5 ccomp 5:ccomp _ 18 of of ADP IN _ 19 case 19:case _ @@ -130893,7 +130955,7 @@ 23 , , PUNCT , _ 33 punct 33:punct _ 24 but but CCONJ CC _ 33 cc 33:cc _ 25 in in ADP IN _ 27 case 27:case _ -26 any any DET DT _ 27 det 27:det _ +26 any any DET DT PronType=Ind 27 det 27:det _ 27 way way NOUN NN Number=Sing 33 obl 33:obl:in _ 28 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 33 nsubj 33:nsubj _ 29 would would AUX MD VerbForm=Fin 33 aux 33:aux _ @@ -130909,7 +130971,7 @@ # sent_id = newsgroup-groups.google.com_alt.animals_434fe80fb3577e8e_ENG_20031011_200300-0043 # text = The Jewish marriage living to the right of George's house said that he is an arrogant person who does never return a greeting. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 Jewish jewish ADJ JJ Degree=Pos 3 amod 3:amod _ +2 Jewish Jewish ADJ JJ Degree=Pos 3 amod 3:amod _ 3 marriage marriage NOUN NN Number=Sing 12 nsubj 12:nsubj _ 4 living live VERB VBG VerbForm=Ger 3 acl 3:acl _ 5 to to ADP IN _ 7 case 7:case _ @@ -130920,7 +130982,7 @@ 9 George George PROPN NNP Number=Sing 11 nmod:poss 11:nmod:poss _ 10 's 's PART POS _ 9 case 9:case _ 11 house house NOUN NN Number=Sing 7 nmod 7:nmod:of _ -12 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 13 that that SCONJ IN _ 18 mark 18:mark _ 14 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ @@ -130939,7 +131001,7 @@ # text = The newly married couple living on the corner in front of the entrance of George's house (Friar Park) refers to him as an overbearing person to stay away from. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 2 newly newly ADV RB _ 3 advmod 3:advmod _ -3 married marry VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod _ +3 married marry VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod _ 4 couple couple NOUN NN Number=Sing 22 nsubj 22:nsubj _ 5 living live VERB VBG VerbForm=Ger 4 acl 4:acl _ 6 on on ADP IN _ 8 case 8:case _ @@ -130981,7 +131043,7 @@ 5 Hand Hand PROPN NNP Number=Sing 6 compound 6:compound _ 6 made made PROPN NNP Number=Sing 2 nmod 2:nmod:of SpaceAfter=No 7 " " PUNCT '' _ 6 punct 6:punct SpaceAfter=No -8 , , PUNCT , _ 6 punct 6:punct _ +8 , , PUNCT , _ 13 punct 13:punct _ 9 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 10 former former ADJ JJ Degree=Pos 13 amod 13:amod _ 11 film film NOUN NN Number=Sing 12 compound 12:compound _ @@ -130990,15 +131052,15 @@ 14 of of ADP IN _ 15 case 15:case _ 15 George George PROPN NNP Number=Sing 13 nmod 13:nmod:of _ 16 Harrison Harrison PROPN NNP Number=Sing 15 flat 15:flat _ -17 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -18 : : PUNCT : _ 17 punct 17:punct _ +17 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +18 : : PUNCT : _ 23 punct 23:punct _ 19 " " PUNCT `` _ 23 punct 23:punct SpaceAfter=No 20 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 23 nsubj 23:nsubj _ 21-22 don't _ _ _ _ _ _ _ _ -21 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ +21 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ 22 n't not PART RB _ 23 advmod 23:advmod _ 23 have have VERB VB VerbForm=Inf 17 ccomp 17:ccomp _ -24 any any DET DT _ 25 det 25:det _ +24 any any DET DT PronType=Ind 25 det 25:det _ 25 relation relation NOUN NN Number=Sing 23 obj 23:obj _ 26 with with ADP IN _ 28 case 28:case _ 27 that that DET DT Number=Sing|PronType=Dem 28 det 28:det _ @@ -131007,12 +131069,12 @@ 30 and and CCONJ CC _ 34 cc 34:cc _ 31 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 34 nsubj 34:nsubj|36:nsubj:xsubj _ 32-33 don't _ _ _ _ _ _ _ _ -32 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 34 aux 34:aux _ +32 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 34 aux 34:aux _ 33 n't not PART RB _ 34 advmod 34:advmod _ 34 want want VERB VB VerbForm=Inf 23 conj 17:ccomp|23:conj:and _ 35 to to PART TO _ 36 mark 36:mark _ 36 know know VERB VB VerbForm=Inf 34 xcomp 34:xcomp _ -37 anything anything PRON NN Number=Sing 36 obj 36:obj _ +37 anything anything PRON NN Number=Sing|PronType=Ind 36 obj 36:obj _ 38 about about ADP IN _ 39 case 39:case _ 39 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 37 nmod 37:nmod:about SpaceAfter=No 40 " " PUNCT '' _ 23 punct 23:punct SpaceAfter=No @@ -131033,9 +131095,9 @@ 11 bankrupt bankrupt ADJ JJ Degree=Pos 10 xcomp 10:xcomp _ 12 by by ADP IN _ 16 case 16:case _ 13 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -14 British british ADJ JJ Degree=Pos 16 amod 16:amod _ +14 British British ADJ JJ Degree=Pos 16 amod 16:amod _ 15 cinema cinema NOUN NN Number=Sing 16 compound 16:compound _ -16 industry industry NOUN NN Number=Sing 10 obl 10:obl:by _ +16 industry industry NOUN NN Number=Sing 10 obl:agent 10:obl:agent _ 17 due due ADP IN _ 20 case 20:case _ 18 to to ADP IN _ 17 fixed 17:fixed _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ @@ -131045,9 +131107,9 @@ 23 of of ADP IN _ 24 case 24:case _ 24 George George PROPN NNP Number=Sing 20 nmod 20:nmod:of|28:nsubj _ 25 Harrison Harrison PROPN NNP Number=Sing 24 flat 24:flat SpaceAfter=No -26 , , PUNCT , _ 24 punct 24:punct _ +26 , , PUNCT , _ 28 punct 28:punct _ 27 who who PRON WP PronType=Rel 28 nsubj 24:ref _ -28 believed believe VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 acl:relcl 24:acl:relcl _ +28 believed believe VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 acl:relcl 24:acl:relcl _ 29 that that SCONJ IN _ 35 mark 35:mark _ 30 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 31 cinema cinema NOUN NN Number=Sing 32 compound 32:compound _ @@ -131060,39 +131122,39 @@ # sent_id = newsgroup-groups.google.com_alt.animals_434fe80fb3577e8e_ENG_20031011_200300-0047 # text = Their chauvinisms got to the point that even they themselves hated each other. -1 Their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 chauvinisms chauvinism NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 got get VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 point point NOUN NN Number=Sing 3 obl 3:obl:to|11:advmod _ -7 that that ADV WRB PronType=Rel 11 advmod 6:ref _ +6 point point NOUN NN Number=Sing 3 obl 3:obl:to _ +7 that that SCONJ IN _ 11 mark 11:mark _ 8 even even ADV RB _ 9 advmod 9:advmod _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -10 themselves themselves PRON PRP Number=Plur|Person=3|PronType=Prs 9 nmod:npmod 9:nmod:npmod _ -11 hated hate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ -12 each each DET DT _ 13 det 13:det _ -13 other other ADJ JJ Degree=Pos 11 obj 11:obj SpaceAfter=No +10 themselves themselves PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Emp|Reflex=Yes 9 nmod:npmod 9:nmod:npmod _ +11 hated hate VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +12 each each DET DT ExtPos=PRON|PronType=Rcp 11 obj 11:obj _ +13 other other ADJ JJ Degree=Pos 12 fixed 12:fixed SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_434fe80fb3577e8e_ENG_20031011_200300-0048 # text = Paul McCartney said that George Harrison is a nothing. 1 Paul Paul PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 McCartney McCartney PROPN NNP Number=Sing 1 flat 1:flat _ -3 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 that that SCONJ IN _ 9 mark 9:mark _ 5 George George PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 6 Harrison Harrison PROPN NNP Number=Sing 5 flat 5:flat _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -9 nothing nothing PRON NN Number=Sing 3 ccomp 3:ccomp SpaceAfter=No +9 nothing nothing PRON NN Number=Sing|PronType=Neg 3 ccomp 3:ccomp SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_434fe80fb3577e8e_ENG_20031011_200300-0049 # text = George Harrison said that he is tired of listening to people talk about John Lennon.... 1 George George PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 Harrison Harrison PROPN NNP Number=Sing 1 flat 1:flat _ -3 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 that that SCONJ IN _ 7 mark 7:mark _ 5 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ @@ -131111,7 +131173,7 @@ # text = George Harrison said in a video that "Oasis is a very untalented band and they shouldn't be playing at all", all of it being the truth, but the Beatles is also a band of very poor musicians, if musicians at all, who could only play a couple of elementary guitar chords and who are as untalented as Oasis. 1 George George PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 Harrison Harrison PROPN NNP Number=Sing 1 flat 1:flat _ -3 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 in in ADP IN _ 6 case 6:case _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 video video NOUN NN Number=Sing 3 obl 3:obl:in _ @@ -131130,11 +131192,11 @@ 18 n't not PART RB _ 20 advmod 20:advmod _ 19 be be AUX VB VerbForm=Inf 20 aux 20:aux _ 20 playing play VERB VBG Tense=Pres|VerbForm=Part 14 conj 3:ccomp|14:conj:and _ -21 at at ADV RB _ 22 case 22:case _ -22 all all ADV RB _ 20 obl 20:obl:at SpaceAfter=No +21 at at ADP IN _ 22 case 22:case _ +22 all all DET DT PronType=Tot 20 obl 20:obl:at SpaceAfter=No 23 " " PUNCT '' _ 14 punct 14:punct SpaceAfter=No 24 , , PUNCT , _ 30 punct 30:punct _ -25 all all DET DT _ 30 nsubj 30:nsubj _ +25 all all DET DT PronType=Tot 30 nsubj 30:nsubj _ 26 of of ADP IN _ 27 case 27:case _ 27 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 25 nmod 25:nmod:of _ 28 being be AUX VBG VerbForm=Ger 30 cop 30:cop _ @@ -131151,12 +131213,12 @@ 39 of of ADP IN _ 42 case 42:case _ 40 very very ADV RB _ 41 advmod 41:advmod _ 41 poor poor ADJ JJ Degree=Pos 42 amod 42:amod _ -42 musicians musician NOUN NNS Number=Plur 38 nmod 38:nmod:of|52:nsubj SpaceAfter=No +42 musicians musician NOUN NNS Number=Plur 38 nmod 38:nmod:of|52:nsubj|63:nsubj SpaceAfter=No 43 , , PUNCT , _ 45 punct 45:punct _ 44 if if SCONJ IN _ 45 mark 45:mark _ 45 musicians musician NOUN NNS Number=Plur 42 parataxis 42:parataxis _ -46 at at ADV RB _ 47 case 47:case _ -47 all all ADV RB _ 45 nmod 45:nmod:at SpaceAfter=No +46 at at ADP IN _ 47 case 47:case _ +47 all all DET DT PronType=Tot 45 nmod 45:nmod:at SpaceAfter=No 48 , , PUNCT , _ 45 punct 45:punct _ 49 who who PRON WP PronType=Rel 52 nsubj 42:ref _ 50 could could AUX MD VerbForm=Fin 52 aux 52:aux _ @@ -131169,12 +131231,12 @@ 57 guitar guitar NOUN NN Number=Sing 58 compound 58:compound _ 58 chords chord NOUN NNS Number=Plur 54 nmod 54:nmod:of _ 59 and and CCONJ CC _ 63 cc 63:cc _ -60 who who PRON WP PronType=Int 63 nsubj 63:nsubj _ -61 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 63 cop 63:cop _ +60 who who PRON WP PronType=Rel 63 nsubj 42:ref _ +61 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 63 cop 63:cop _ 62 as as ADV RB _ 63 advmod 63:advmod _ 63 untalented untalented ADJ JJ Degree=Pos 52 conj 42:acl:relcl|52:conj:and _ 64 as as ADP IN _ 65 case 65:case _ -65 Oasis Oasis PROPN NNP Number=Sing 62 obl 62:obl:as SpaceAfter=No +65 Oasis Oasis PROPN NNP Number=Sing 63 obl 63:obl:as SpaceAfter=No 66 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_434fe80fb3577e8e_ENG_20031011_200300-0051 @@ -131189,12 +131251,12 @@ 8 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No 9 Cavern Cavern PROPN NNP Number=Sing 5 nmod 5:nmod:of SpaceAfter=No 10 " " PUNCT '' _ 9 punct 9:punct _ -11 sounded sound VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +11 sounded sound VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 12 exactly exactly ADV RB _ 14 advmod 14:advmod _ 13 as as ADV RB _ 14 advmod 14:advmod _ 14 poorly poorly ADV RB _ 11 advmod 11:advmod _ 15 as as ADP IN _ 16 case 16:case _ -16 Oasis Oasis PROPN NNP Number=Sing 13 obl 13:obl:as _ +16 Oasis Oasis PROPN NNP Number=Sing 14 obl 14:obl:as _ 17 and and CCONJ CC _ 31 cc 31:cc _ 18 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 19 little little ADJ JJ Degree=Pos 21 amod 21:amod _ @@ -131224,7 +131286,7 @@ 7 have have AUX VB VerbForm=Inf 12 aux 12:aux _ 8 been be AUX VBN Tense=Past|VerbForm=Part 12 cop 12:cop _ 9 just just ADV RB _ 12 advmod 12:advmod _ -10 another another DET DT _ 12 det 12:det _ +10 another another DET DT PronType=Ind 12 det 12:det _ 11 untalented untalented ADJ JJ Degree=Pos 12 amod 12:amod _ 12 band band NOUN NN Number=Sing 0 root 0:root _ 13 as as ADP IN _ 14 case 14:case _ @@ -131235,7 +131297,7 @@ # text = Paul McCartney said recently that he believes in using magic, and he does lots of charity, thinking that in this way he will compensate for the CURSE OF GOD that is upon him and that took his wife's life because of his Satanism and involvement in black magic. 1 Paul Paul PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 McCartney McCartney PROPN NNP Number=Sing 1 flat 1:flat _ -3 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 recently recently ADV RB _ 3 advmod 3:advmod _ 5 that that SCONJ IN _ 7 mark 7:mark _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ @@ -131250,7 +131312,7 @@ 15 lots lot NOUN NNS Number=Plur 14 obj 14:obj _ 16 of of ADP IN _ 17 case 17:case _ 17 charity charity NOUN NN Number=Sing 15 nmod 15:nmod:of SpaceAfter=No -18 , , PUNCT , _ 14 punct 14:punct _ +18 , , PUNCT , _ 19 punct 19:punct _ 19 thinking think VERB VBG VerbForm=Ger 14 advcl 14:advcl _ 20 that that SCONJ IN _ 26 mark 26:mark _ 21 in in ADP IN _ 23 case 23:case _ @@ -131261,7 +131323,7 @@ 26 compensate compensate VERB VB VerbForm=Inf 19 ccomp 19:ccomp _ 27 for for ADP IN _ 29 case 29:case _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ -29 CURSE curse NOUN NN Number=Sing 26 obl 26:obl:for|35:nsubj _ +29 CURSE curse NOUN NN Number=Sing 26 obl 26:obl:for|35:nsubj|38:nsubj _ 30 OF of ADP IN _ 31 case 31:case _ 31 GOD GOD PROPN NNP Number=Sing 29 nmod 29:nmod:of _ 32 that that PRON WDT PronType=Rel 35 nsubj 29:ref _ @@ -131269,16 +131331,16 @@ 34 upon upon ADP IN _ 35 case 35:case _ 35 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 29 acl:relcl 29:acl:relcl _ 36 and and CCONJ CC _ 38 cc 38:cc _ -37 that that PRON WDT PronType=Dem 38 nsubj 38:nsubj _ -38 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 35 conj 29:acl:relcl|35:conj:and _ -39 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 40 nmod:poss 40:nmod:poss _ +37 that that PRON WDT PronType=Rel 38 nsubj 29:ref _ +38 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 35 conj 29:acl:relcl|35:conj:and _ +39 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 40 nmod:poss 40:nmod:poss _ 40-41 wife's _ _ _ _ _ _ _ _ 40 wife wife NOUN NN Number=Sing 42 nmod:poss 42:nmod:poss _ 41 's 's PART POS _ 40 case 40:case _ 42 life life NOUN NN Number=Sing 38 obj 38:obj _ 43 because because ADP IN _ 46 case 46:case _ 44 of of ADP IN _ 43 fixed 43:fixed _ -45 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 46 nmod:poss 46:nmod:poss _ +45 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 46 nmod:poss 46:nmod:poss _ 46 Satanism Satanism PROPN NNP Number=Sing 38 obl 38:obl:because_of _ 47 and and CCONJ CC _ 48 cc 48:cc _ 48 involvement involvement NOUN NN Number=Sing 46 conj 38:obl:because_of|46:conj:and _ @@ -131298,7 +131360,7 @@ 7 in in ADP IN _ 9 case 9:case _ 8 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 way way NOUN NN Number=Sing 5 obl 5:obl:in SpaceAfter=No -10 , , PUNCT , _ 5 punct 5:punct _ +10 , , PUNCT , _ 19 punct 19:punct _ 11 so so SCONJ IN _ 19 mark 19:mark _ 12 that that SCONJ IN _ 11 fixed 11:fixed _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -131329,13 +131391,13 @@ # sent_id = newsgroup-groups.google.com_alt.animals_434fe80fb3577e8e_ENG_20031011_200300-0056 # text = Satan deceiving mankind once again, as so many other thousands of times through the centuries.... -1 Satan Satan PROPN NNP Number=Sing 0 root 0:root _ -2 deceiving deceive VERB VBG VerbForm=Ger 1 acl 1:acl _ +1 Satan Satan PROPN NNP Number=Sing 2 nsubj 2:nsubj _ +2 deceiving deceive VERB VBG VerbForm=Ger 0 root 0:root _ 3 mankind mankind NOUN NN Number=Sing 2 obj 2:obj _ -4 once once ADV RB NumType=Mult 5 advmod 5:advmod _ +4 once once ADV RB NumForm=Word|NumType=Mult 5 advmod 5:advmod _ 5 again again ADV RB _ 2 advmod 2:advmod SpaceAfter=No -6 , , PUNCT , _ 2 punct 2:punct _ -7 as as SCONJ IN _ 11 case 11:case _ +6 , , PUNCT , _ 11 punct 11:punct _ +7 as as ADP IN _ 11 case 11:case _ 8 so so ADV RB _ 9 advmod 9:advmod _ 9 many many ADJ JJ Degree=Pos 11 amod 11:amod _ 10 other other ADJ JJ Degree=Pos 11 amod 11:amod _ @@ -131345,39 +131407,40 @@ 14 through through ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 centuries century NOUN NNS Number=Plur 11 nmod 11:nmod:through SpaceAfter=No -17 .... .... PUNCT , _ 1 punct 1:punct _ +17 .... .... PUNCT , _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_434fe80fb3577e8e_ENG_20031011_200300-0057 # text = After the Devil began his devastating job from the ghostly "Devil's Island" through his nine main puppets (Beatles-Rolling Stones), he possessed an endless amount of other schizophrenic bad musician in the afore mentioned Island and weakening their conscience with drugs, he made them proclaimers of homosexuality, aversion to religion, destruction of family values, dissipation, mental illness, antisocialism, etc., etc., 1 After after SCONJ IN _ 4 mark 4:mark _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 Devil Devil PROPN NNP Number=Sing 4 nsubj 4:nsubj _ -4 began begin VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 29 advcl 29:advcl:after _ -5 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +4 began begin VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 29 advcl 29:advcl:after _ +5 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 devastating devastating ADJ JJ Degree=Pos 7 amod 7:amod _ 7 job job NOUN NN Number=Sing 4 obj 4:obj _ 8 from from ADP IN _ 14 case 14:case _ 9 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 10 ghostly ghostly ADJ JJ Degree=Pos 14 amod 14:amod _ 11 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No -12 Devil Devil PROPN NNP Number=Sing 14 nmod:poss 14:nmod:poss SpaceAfter=No +12-13 Devil's _ _ _ _ _ _ _ _ +12 Devil Devil PROPN NNP Number=Sing 14 nmod:poss 14:nmod:poss _ 13 's 's PART POS _ 12 case 12:case _ 14 Island Island PROPN NNP Number=Sing 4 obl 4:obl:from SpaceAfter=No 15 " " PUNCT '' _ 14 punct 14:punct _ 16 through through ADP IN _ 20 case 20:case _ -17 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ -18 nine nine NUM CD NumType=Card 20 nummod 20:nummod _ +17 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +18 nine nine NUM CD NumForm=Word|NumType=Card 20 nummod 20:nummod _ 19 main main ADJ JJ Degree=Pos 20 amod 20:amod _ 20 puppets puppet NOUN NNS Number=Plur 4 obl 4:obl:through _ 21 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No 22 Beatles Beatles PROPN NNPS Number=Plur 20 appos 20:appos SpaceAfter=No -23 - - PUNCT , _ 22 punct 22:punct SpaceAfter=No -24 Rolling Rolling PROPN NNP Number=Sing 25 compound 25:compound _ -25 Stones Stones PROPN NNPS Number=Plur 22 conj 20:appos|22:conj SpaceAfter=No +23 - - PUNCT , _ 25 punct 25:punct SpaceAfter=No +24 Rolling Roll VERB NNP VerbForm=Ger 25 amod 25:amod _ +25 Stones Stone PROPN NNPS Number=Plur 22 conj 20:appos|22:conj SpaceAfter=No 26 ) ) PUNCT -RRB- _ 22 punct 22:punct SpaceAfter=No -27 , , PUNCT , _ 29 punct 29:punct _ +27 , , PUNCT , _ 4 punct 4:punct _ 28 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 29 nsubj 29:nsubj _ -29 possessed possess VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +29 possessed possess VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 30 an a DET DT Definite=Ind|PronType=Art 32 det 32:det _ 31 endless endless ADJ JJ Degree=Pos 32 amod 32:amod _ 32 amount amount NOUN NN Number=Sing 29 obj 29:obj _ @@ -131388,18 +131451,18 @@ 37 musician musician NOUN NN Number=Sing 32 nmod 32:nmod:of _ 38 in in ADP IN _ 42 case 42:case _ 39 the the DET DT Definite=Def|PronType=Art 42 det 42:det _ -40 afore afore ADJ JJ Degree=Pos 42 amod 42:amod _ -41 mentioned mentioned X GW _ 40 goeswith 40:goeswith _ +40 afore aforementioned ADJ GW Degree=Pos|Typo=Yes 42 amod 42:amod _ +41 mentioned _ X JJ _ 40 goeswith 40:goeswith _ 42 Island island NOUN NN Number=Sing 32 nmod 32:nmod:in _ 43 and and CCONJ CC _ 51 cc 51:cc _ 44 weakening weaken VERB VBG VerbForm=Ger 51 advcl 51:advcl _ -45 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 46 nmod:poss 46:nmod:poss _ +45 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 46 nmod:poss 46:nmod:poss _ 46 conscience conscience NOUN NN Number=Sing 44 obj 44:obj _ 47 with with ADP IN _ 48 case 48:case _ 48 drugs drug NOUN NNS Number=Plur 44 obl 44:obl:with SpaceAfter=No -49 , , PUNCT , _ 51 punct 51:punct _ +49 , , PUNCT , _ 44 punct 44:punct _ 50 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 51 nsubj 51:nsubj _ -51 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 29 conj 29:conj:and _ +51 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 29 conj 29:conj:and _ 52 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 51 obj 51:obj|53:nsubj:xsubj _ 53 proclaimers proclaimer NOUN NNS Number=Plur 51 xcomp 51:xcomp _ 54 of of ADP IN _ 55 case 55:case _ @@ -131421,34 +131484,34 @@ 70 , , PUNCT , _ 71 punct 71:punct _ 71 antisocialism antisocialism NOUN NN Number=Sing 55 conj 53:nmod:of|55:conj SpaceAfter=No 72 , , PUNCT , _ 73 punct 73:punct _ -73 etc. etc. X FW _ 55 conj 53:nmod:of|55:conj SpaceAfter=No +73 etc. etc. NOUN FW Abbr=Yes|Number=Plur 55 conj 53:nmod:of|55:conj SpaceAfter=No 74 , , PUNCT , _ 75 punct 75:punct _ -75 etc. etc. X FW _ 55 conj 53:nmod:of|55:conj SpaceAfter=No +75 etc. etc. NOUN FW Abbr=Yes|Number=Plur 55 conj 53:nmod:of|55:conj SpaceAfter=No 76 , , PUNCT , _ 29 punct 29:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_434fe80fb3577e8e_ENG_20031011_200300-0058 # text = The fact that bad apprentice musicians such as the Beatles and the Rolling Stones achieved such a giant fame that not even the real quality musicians could achieve, was because the forces of Satan were behind everything, supporting the process. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 fact fact NOUN NN Number=Sing 30 nsubj 30:nsubj _ +2 fact fact NOUN NN Number=Sing 38 nsubj:outer 38:nsubj:outer _ 3 that that SCONJ IN _ 15 mark 15:mark _ 4 bad bad ADJ JJ Degree=Pos 6 amod 6:amod _ 5 apprentice apprentice NOUN NN Number=Sing 6 compound 6:compound _ 6 musicians musician NOUN NNS Number=Plur 15 nsubj 15:nsubj _ -7 such such ADJ JJ Degree=Pos 10 case 10:case _ +7 such such ADJ JJ Degree=Pos|ExtPos=ADP 10 case 10:case _ 8 as as ADP IN _ 7 fixed 7:fixed _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 Beatles Beatles PROPN NNPS Number=Plur 6 nmod 6:nmod:such_as _ 11 and and CCONJ CC _ 14 cc 14:cc _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -13 Rolling Rolling PROPN NNP Number=Sing 14 compound 14:compound _ -14 Stones Stones PROPN NNPS Number=Plur 10 conj 6:nmod:such_as|10:conj:and _ -15 achieved achieve VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 acl 2:acl:that _ -16 such such DET PDT _ 19 det:predet 19:det:predet _ +13 Rolling Roll VERB NNP VerbForm=Ger 14 amod 14:amod _ +14 Stones Stone PROPN NNPS Number=Plur 10 conj 6:nmod:such_as|10:conj:and _ +15 achieved achieve VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 acl 2:acl:that _ +16 such such DET PDT PronType=Ind 19 det:predet 19:det:predet _ 17 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 18 giant giant ADJ JJ Degree=Pos 19 amod 19:amod _ 19 fame fame NOUN NN Number=Sing 15 obj 15:obj|28:obj _ 20 that that PRON WDT PronType=Rel 28 obj 19:ref _ -21 not not PART RB _ 22 advmod 22:advmod _ +21 not not PART RB _ 26 advmod 26:advmod _ 22 even even ADV RB _ 26 advmod 26:advmod _ 23 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 24 real real ADJ JJ Degree=Pos 26 amod 26:amod _ @@ -131456,21 +131519,21 @@ 26 musicians musician NOUN NNS Number=Plur 28 nsubj 28:nsubj _ 27 could could AUX MD VerbForm=Fin 28 aux 28:aux _ 28 achieve achieve VERB VB VerbForm=Inf 19 acl:relcl 19:acl:relcl SpaceAfter=No -29 , , PUNCT , _ 30 punct 30:punct _ -30 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +29 , , PUNCT , _ 2 punct 2:punct _ +30 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 38 cop 38:cop _ 31 because because SCONJ IN _ 38 mark 38:mark _ 32 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 33 forces force NOUN NNS Number=Plur 38 nsubj 38:nsubj _ 34 of of ADP IN _ 35 case 35:case _ 35 Satan Satan PROPN NNP Number=Sing 33 nmod 33:nmod:of _ -36 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 38 cop 38:cop _ +36 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 38 cop 38:cop _ 37 behind behind ADP IN _ 38 case 38:case _ -38 everything everything PRON NN Number=Sing 30 advcl 30:advcl:because SpaceAfter=No -39 , , PUNCT , _ 38 punct 38:punct _ +38 everything everything PRON NN Number=Sing|PronType=Tot 0 root 0:root SpaceAfter=No +39 , , PUNCT , _ 40 punct 40:punct _ 40 supporting support VERB VBG VerbForm=Ger 38 advcl 38:advcl _ 41 the the DET DT Definite=Def|PronType=Art 42 det 42:det _ 42 process process NOUN NN Number=Sing 40 obj 40:obj SpaceAfter=No -43 . . PUNCT . _ 30 punct 30:punct _ +43 . . PUNCT . _ 38 punct 38:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_434fe80fb3577e8e_ENG_20031011_200300-0059 # text = This mentally ill humanity, destroyed families, twisted moral values, manifest or repressed homosexuality in human beings, anti natural feminism rebellion, drug addiction, corrupt social outlines, mad youths without direction, non respect to hierarchies, convulsed nations, misanthropy, misogyny, paedophilia, irrational and feeble lasciviousness and all other type of existent aberrations, are due to the vast manoeuvre that Satan executed through his main marionettes the Beatles and the Rolling Stones, from the Devil's Island. @@ -131479,7 +131542,7 @@ 3 ill ill ADJ JJ Degree=Pos 4 amod 4:amod _ 4 humanity humanity NOUN NN Number=Sing 69 nsubj 69:nsubj SpaceAfter=No 5 , , PUNCT , _ 7 punct 7:punct _ -6 destroyed destroy VERB VBN Tense=Past|VerbForm=Part 7 acl 7:acl _ +6 destroyed destroy VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 families family NOUN NNS Number=Plur 4 conj 4:conj:and|69:nsubj SpaceAfter=No 8 , , PUNCT , _ 11 punct 11:punct _ 9 twisted twisted ADJ JJ Degree=Pos 11 amod 11:amod _ @@ -131511,12 +131574,12 @@ 35 without without ADP IN _ 36 case 36:case _ 36 direction direction NOUN NN Number=Sing 34 nmod 34:nmod:without SpaceAfter=No 37 , , PUNCT , _ 38 punct 38:punct _ -38 non non NOUN NN Number=Sing 4 conj 4:conj:and|69:nsubj _ -39 respect respect X GW _ 38 goeswith 38:goeswith _ +38 non nonrespect NOUN AFX Number=Sing|Typo=Yes 4 conj 4:conj:and|69:nsubj _ +39 respect _ X NN _ 38 goeswith 38:goeswith _ 40 to to ADP IN _ 41 case 41:case _ 41 hierarchies hierarchy NOUN NNS Number=Plur 38 nmod 38:nmod:to SpaceAfter=No 42 , , PUNCT , _ 44 punct 44:punct _ -43 convulsed convulse VERB VBN Tense=Past|VerbForm=Part 44 amod 44:amod _ +43 convulsed convulse VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 44 amod 44:amod _ 44 nations nation NOUN NNS Number=Plur 4 conj 4:conj:and|69:nsubj SpaceAfter=No 45 , , PUNCT , _ 46 punct 46:punct _ 46 misanthropy misanthropy NOUN NN Number=Sing 4 conj 4:conj:and|69:nsubj SpaceAfter=No @@ -131530,14 +131593,14 @@ 54 feeble feeble ADJ JJ Degree=Pos 52 conj 52:conj:and|55:amod _ 55 lasciviousness lasciviousness NOUN NN Number=Sing 4 conj 4:conj:and|69:nsubj _ 56 and and CCONJ CC _ 59 cc 59:cc _ -57 all all DET DT _ 59 det 59:det _ +57 all all DET DT PronType=Tot 59 det 59:det _ 58 other other ADJ JJ Degree=Pos 59 amod 59:amod _ 59 type type NOUN NN Number=Sing 4 conj 4:conj:and|69:nsubj _ 60 of of ADP IN _ 62 case 62:case _ 61 existent existent ADJ JJ Degree=Pos 62 amod 62:amod _ 62 aberrations aberration NOUN NNS Number=Plur 59 nmod 59:nmod:of SpaceAfter=No -63 , , PUNCT , _ 69 punct 69:punct _ -64 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 69 cop 69:cop _ +63 , , PUNCT , _ 4 punct 4:punct _ +64 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 69 cop 69:cop _ 65 due due ADP IN _ 69 case 69:case _ 66 to to ADP IN _ 65 fixed 65:fixed _ 67 the the DET DT Definite=Def|PronType=Art 69 det 69:det _ @@ -131545,18 +131608,18 @@ 69 manoeuvre manoeuvre NOUN NN Number=Sing 0 root 0:root|72:obj _ 70 that that PRON WDT PronType=Rel 72 obj 69:ref _ 71 Satan Satan PROPN NNP Number=Sing 72 nsubj 72:nsubj _ -72 executed execute VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 69 acl:relcl 69:acl:relcl _ +72 executed execute VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 69 acl:relcl 69:acl:relcl _ 73 through through ADP IN _ 76 case 76:case _ -74 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 76 nmod:poss 76:nmod:poss _ +74 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 76 nmod:poss 76:nmod:poss _ 75 main main ADJ JJ Degree=Pos 76 amod 76:amod _ 76 marionettes marionette NOUN NNS Number=Plur 72 obl 72:obl:through _ 77 the the DET DT Definite=Def|PronType=Art 78 det 78:det _ 78 Beatles Beatles PROPN NNPS Number=Plur 76 appos 76:appos _ 79 and and CCONJ CC _ 82 cc 82:cc _ 80 the the DET DT Definite=Def|PronType=Art 82 det 82:det _ -81 Rolling Rolling PROPN NNP Number=Sing 82 compound 82:compound _ -82 Stones Stones PROPN NNPS Number=Plur 78 conj 76:appos|78:conj:and SpaceAfter=No -83 , , PUNCT , _ 72 punct 72:punct _ +81 Rolling Roll VERB NNP VerbForm=Ger 82 amod 82:amod _ +82 Stones Stone PROPN NNPS Number=Plur 78 conj 76:appos|78:conj:and SpaceAfter=No +83 , , PUNCT , _ 88 punct 88:punct _ 84 from from ADP IN _ 88 case 88:case _ 85 the the DET DT Definite=Def|PronType=Art 86 det 86:det _ 86-87 Devil's _ _ _ _ _ _ _ _ @@ -131569,72 +131632,72 @@ # text = If you wonder why there is misery and curse in your house, it is because you own some L.P, CD or another article related to the CURSED BY GOD Beatles and Rolling Stones. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 wonder wonder VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:if _ -4 why why SCONJ WRB PronType=Int 6 mark 6:mark _ +3 wonder wonder VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:if _ +4 why why ADV WRB PronType=Int 6 advmod 6:advmod _ 5 there there PRON EX _ 6 expl 6:expl _ 6 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl _ 7 misery misery NOUN NN Number=Sing 6 nsubj 6:nsubj _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 curse curse NOUN NN Number=Sing 7 conj 6:nsubj|7:conj:and _ 10 in in ADP IN _ 12 case 12:case _ -11 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 house house NOUN NN Number=Sing 6 obl 6:obl:in SpaceAfter=No -13 , , PUNCT , _ 15 punct 15:punct _ -14 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -15 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +13 , , PUNCT , _ 3 punct 3:punct _ +14 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 nsubj:outer 18:nsubj:outer _ +15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 16 because because SCONJ IN _ 18 mark 18:mark _ 17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ -18 own own VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:because _ -19 some some DET DT _ 22 det 22:det _ -20 L.P l.p NOUN NN Number=Sing 22 compound 22:compound SpaceAfter=No -21 , , PUNCT , _ 15 punct 15:punct _ -22 CD cd NOUN NN Number=Sing 18 obj 18:obj _ +18 own own VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ +19 some some DET DT PronType=Ind 20 det 20:det _ +20 L.P l.p NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No +21 , , PUNCT , _ 22 punct 22:punct _ +22 CD cd NOUN NN Number=Sing 20 conj 20:conj:or _ 23 or or CCONJ CC _ 25 cc 25:cc _ -24 another another DET DT _ 25 det 25:det _ -25 article article NOUN NN Number=Sing 22 conj 18:obj|22:conj:or _ -26 related related ADJ JJ Degree=Pos 22 amod 22:amod _ +24 another another DET DT PronType=Ind 25 det 25:det _ +25 article article NOUN NN Number=Sing 20 conj 18:obj|20:conj:or _ +26 related related ADJ JJ Degree=Pos 20 amod 20:amod _ 27 to to ADP IN _ 32 case 32:case _ 28 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ -29 CURSED curse VERB VBN Tense=Past|VerbForm=Part 32 acl 32:acl _ +29 CURSED curse VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 32 acl 32:acl _ 30 BY by ADP IN _ 31 case 31:case _ -31 GOD GOD PROPN NNP Number=Sing 29 obl 29:obl:by _ +31 GOD GOD PROPN NNP Number=Sing 29 obl:agent 29:obl:agent _ 32 Beatles Beatles PROPN NNPS Number=Plur 26 obl 26:obl:to _ 33 and and CCONJ CC _ 35 cc 35:cc _ -34 Rolling Rolling PROPN NNP Number=Sing 35 compound 35:compound _ -35 Stones Stones PROPN NNPS Number=Plur 32 conj 26:obl:to|32:conj:and SpaceAfter=No -36 . . PUNCT . _ 15 punct 15:punct _ +34 Rolling Roll VERB NNP VerbForm=Ger 35 amod 35:amod _ +35 Stones Stone PROPN NNPS Number=Plur 32 conj 26:obl:to|32:conj:and SpaceAfter=No +36 . . PUNCT . _ 18 punct 18:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_434fe80fb3577e8e_ENG_20031011_200300-0061 # text = We recommend you to take that curse out of your house throwing away everything related to the Devil's main nine puppets.... -1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|5:nsubj:xsubj _ -2 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 iobj 2:iobj _ +1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 recommend recommend VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 iobj 2:iobj|5:nsubj:xsubj _ 4 to to PART TO _ 5 mark 5:mark _ 5 take take VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 6 that that DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 curse curse NOUN NN Number=Sing 5 obj 5:obj _ 8 out out ADP IN _ 11 case 11:case _ 9 of of ADP IN _ 11 case 11:case _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 house house NOUN NN Number=Sing 5 obl 5:obl:of _ 12 throwing throw VERB VBG VerbForm=Ger 5 advcl 5:advcl _ 13 away away ADP RP _ 12 compound:prt 12:compound:prt _ -14 everything everything PRON NN Number=Sing 12 obj 12:obj _ +14 everything everything PRON NN Number=Sing|PronType=Tot 12 obj 12:obj _ 15 related related ADJ JJ Degree=Pos 14 amod 14:amod _ 16 to to ADP IN _ 22 case 22:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18-19 Devil's _ _ _ _ _ _ _ _ -18 Devil Devil PROPN NNPS Number=Plur 22 nmod:poss 22:nmod:poss _ +18 Devil Devil PROPN NNP Number=Sing 22 nmod:poss 22:nmod:poss _ 19 's 's PART POS _ 18 case 18:case _ 20 main main ADJ JJ Degree=Pos 22 amod 22:amod _ -21 nine nine NUM CD NumType=Card 22 nummod 22:nummod _ +21 nine nine NUM CD NumForm=Word|NumType=Card 22 nummod 22:nummod _ 22 puppets puppet NOUN NNS Number=Plur 15 obl 15:obl:to SpaceAfter=No 23 .... .... PUNCT , _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_434fe80fb3577e8e_ENG_20031011_200300-0062 # text = You have been warned... 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux:pass 4:aux:pass _ 4 warned warn VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 5 ... ... PUNCT , _ 4 punct 4:punct _ @@ -131651,7 +131714,7 @@ # text = (The Five Judges) 1 ( ( PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No 2 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 Five five NUM CD NumType=Card 4 nummod 4:nummod _ +3 Five five NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 Judges judge NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 5 ) ) PUNCT -RRB- _ 4 punct 4:punct _ @@ -131663,14 +131726,14 @@ 3 sake sake NOUN NN Number=Sing 9 obl 9:obl:for _ 4 of of ADP IN _ 5 case 5:case _ 5 mankind mankind NOUN NN Number=Sing 3 nmod 3:nmod:of SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ 8 should should AUX MD VerbForm=Fin 9 aux 9:aux _ 9 email email VERB VB VerbForm=Inf 0 root 0:root _ -10 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 verdict verdict NOUN NN Number=Sing 9 obj 9:obj _ 12 to to ADP IN _ 14 case 14:case _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 friends friend NOUN NNS Number=Plur 9 obl 9:obl:to SpaceAfter=No 15 . . PUNCT . _ 9 punct 9:punct _ @@ -131679,7 +131742,7 @@ # newpar id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-p0001 # text = Email: yamwhatiyam 1 Email email NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 yamwhatiyam yamwhatiyam PROPN NNP Number=Sing 1 appos 1:appos _ 4 < < PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No 5 pop...@spinach.eat pop...@spinach.eat X ADD _ 3 list 3:list SpaceAfter=No @@ -131688,7 +131751,7 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0002 # text = Groups: alt.consumers, ba.consumers, misc.consumers, misc.consumers.frugal-living 1 Groups group NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 3 punct 3:punct _ 3 alt.consumers alt.consumers NOUN NN Number=Sing 1 appos 1:appos SpaceAfter=No 4 , , PUNCT , _ 5 punct 5:punct _ 5 ba.consumers ba.consumers NOUN NN Number=Sing 3 conj 1:appos|3:conj SpaceAfter=No @@ -131703,7 +131766,7 @@ 1 Attack attack NOUN NN Number=Sing 0 root 0:root _ 2 on on ADP IN _ 3 case 3:case _ 3 Iran Iran PROPN NNP Number=Sing 1 nmod 1:nmod:on SpaceAfter=No -4 : : PUNCT : _ 1 punct 1:punct _ +4 : : PUNCT : _ 7 punct 7:punct _ 5 A a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 Looming loom VERB VBG VerbForm=Ger 7 amod 7:amod _ 7 Folly folly NOUN NN Number=Sing 1 appos 1:appos _ @@ -131717,37 +131780,37 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0005 # text = t r u t h o u t | Perspective -1 t t NOUN NN Number=Sing 0 root 0:root _ -2 r r X GW _ 1 goeswith 1:goeswith _ -3 u u X GW _ 1 goeswith 1:goeswith _ -4 t t X GW _ 1 goeswith 1:goeswith _ -5 h h X GW _ 1 goeswith 1:goeswith _ -6 o o X GW _ 1 goeswith 1:goeswith _ -7 u u X GW _ 1 goeswith 1:goeswith _ -8 t t X GW _ 1 goeswith 1:goeswith _ -9 | | PUNCT , _ 1 punct 1:punct _ +1 t truthout NOUN GW Number=Sing|Typo=Yes 0 root 0:root _ +2 r _ X GW _ 1 goeswith 1:goeswith _ +3 u _ X GW _ 1 goeswith 1:goeswith _ +4 t _ X GW _ 1 goeswith 1:goeswith _ +5 h _ X GW _ 1 goeswith 1:goeswith _ +6 o _ X GW _ 1 goeswith 1:goeswith _ +7 u _ X GW _ 1 goeswith 1:goeswith _ +8 t _ X NN _ 1 goeswith 1:goeswith _ +9 | | PUNCT , _ 10 punct 10:punct _ 10 Perspective perspective NOUN NN Number=Sing 1 parataxis 1:parataxis _ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0006 # newpar id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-p0003 # text = Monday 09 January 2006 1 Monday Monday PROPN NNP Number=Sing 0 root 0:root _ -2 09 09 NUM CD NumType=Card 3 nummod 3:nummod _ +2 09 09 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 3 January January PROPN NNP Number=Sing 1 appos 1:appos _ -4 2006 2006 NUM CD NumType=Card 3 nummod 3:nummod _ +4 2006 2006 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0007 # newpar id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-p0004 # text = The wires have been humming since before the New Year with reports that the Bush administration is planning an attack on Iran. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 wires wire NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 been be AUX VBN Tense=Past|VerbForm=Part 5 aux 5:aux _ 5 humming hum VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 6 since since ADP IN _ 10 case 10:case _ 7 before before ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -9 New new NOUN NN Number=Sing 10 compound 10:compound _ +9 New new ADJ JJ Degree=Pos 10 amod 10:amod _ 10 Year year NOUN NN Number=Sing 5 obl 5:obl:before _ 11 with with ADP IN _ 12 case 12:case _ 12 reports report NOUN NNS Number=Plur 5 obl 5:obl:with _ @@ -131765,13 +131828,13 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0008 # text = "The Bush administration is preparing its NATO allies for a possible military strike against suspected nuclear sites in Iran in the New Year, according to German media reports, reinforcing similar earlier suggestions in the Turkish media," reported UPI on December 30th. -1 " " PUNCT `` _ 42 punct 42:punct SpaceAfter=No +1 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No 2 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 Bush Bush PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 4 administration administration NOUN NN Number=Sing 3 flat 3:flat _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 preparing prepare VERB VBG Tense=Pres|VerbForm=Part 42 ccomp 42:ccomp _ -7 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 8 NATO NATO PROPN NNP Number=Sing 9 compound 9:compound _ 9 allies ally NOUN NNS Number=Plur 6 obj 6:obj _ 10 for for ADP IN _ 14 case 14:case _ @@ -131780,42 +131843,42 @@ 13 military military ADJ JJ Degree=Pos 14 amod 14:amod _ 14 strike strike NOUN NN Number=Sing 6 obl 6:obl:for _ 15 against against ADP IN _ 18 case 18:case _ -16 suspected suspect VERB VBN Tense=Past|VerbForm=Part 18 amod 18:amod _ +16 suspected suspect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 amod 18:amod _ 17 nuclear nuclear ADJ JJ Degree=Pos 18 amod 18:amod _ 18 sites site NOUN NNS Number=Plur 14 nmod 14:nmod:against _ 19 in in ADP IN _ 20 case 20:case _ 20 Iran Iran PROPN NNP Number=Sing 18 nmod 18:nmod:in _ 21 in in ADP IN _ 24 case 24:case _ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -23 New New PROPN NNP Number=Sing 24 compound 24:compound _ +23 New New ADJ NNP Degree=Pos 24 amod 24:amod _ 24 Year Year PROPN NNP Number=Sing 14 nmod 14:nmod:in SpaceAfter=No -25 , , PUNCT , _ 6 punct 6:punct _ -26 according accord VERB VBG VerbForm=Ger 30 case 30:case _ +25 , , PUNCT , _ 30 punct 30:punct _ +26 according accord VERB VBG ExtPos=ADP|VerbForm=Ger 30 case 30:case _ 27 to to ADP IN _ 26 fixed 26:fixed _ -28 German german ADJ JJ Degree=Pos 30 amod 30:amod _ +28 German German ADJ JJ Degree=Pos 30 amod 30:amod _ 29 media media NOUN NN Number=Sing 30 compound 30:compound _ -30 reports report NOUN NNS Number=Plur 6 obl 6:obl:accord_to SpaceAfter=No -31 , , PUNCT , _ 30 punct 30:punct _ +30 reports report NOUN NNS Number=Plur 6 obl 6:obl:according_to SpaceAfter=No +31 , , PUNCT , _ 32 punct 32:punct _ 32 reinforcing reinforce VERB VBG VerbForm=Ger 30 acl 30:acl _ 33 similar similar ADJ JJ Degree=Pos 35 amod 35:amod _ -34 earlier earlier ADJ JJR Degree=Cmp 35 amod 35:amod _ +34 earlier early ADJ JJR Degree=Cmp 35 amod 35:amod _ 35 suggestions suggestion NOUN NNS Number=Plur 32 obj 32:obj _ 36 in in ADP IN _ 39 case 39:case _ 37 the the DET DT Definite=Def|PronType=Art 39 det 39:det _ -38 Turkish turkish ADJ JJ Degree=Pos 39 amod 39:amod _ +38 Turkish Turkish ADJ JJ Degree=Pos 39 amod 39:amod _ 39 media media NOUN NN Number=Sing 35 nmod 35:nmod:in SpaceAfter=No -40 , , PUNCT , _ 42 punct 42:punct SpaceAfter=No -41 " " PUNCT '' _ 42 punct 42:punct _ -42 reported report VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +40 , , PUNCT , _ 6 punct 6:punct SpaceAfter=No +41 " " PUNCT '' _ 6 punct 6:punct _ +42 reported report VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 43 UPI UPI PROPN NNP Number=Sing 42 nsubj 42:nsubj _ 44 on on ADP IN _ 45 case 45:case _ 45 December December PROPN NNP Number=Sing 42 obl 42:obl:on _ -46 30th 30th NOUN NN Number=Sing 45 nummod 45:nummod SpaceAfter=No +46 30th 30th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 45 nummod 45:nummod SpaceAfter=No 47 . . PUNCT . _ 42 punct 42:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0009 # text = "The Berlin daily Der Tagesspiegel this week," continued UPI, "quoted 'NATO intelligence sources' who claimed that the NATO allies had been informed that the United States is currently investigating all possibilities of bringing the mullah-led regime into line, including military options. -1 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No +1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No 2 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 Berlin Berlin PROPN NNP Number=Sing 15 nsubj 15:nsubj _ 4 daily daily ADJ JJ Degree=Pos 3 amod 3:amod _ @@ -131823,58 +131886,58 @@ 6 Tagesspiegel Tagesspiegel PROPN NNP Number=Sing 3 appos 3:appos _ 7 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ 8 week week NOUN NN Number=Sing 15 obl:tmod 15:obl:tmod SpaceAfter=No -9 , , PUNCT , _ 15 punct 15:punct SpaceAfter=No -10 " " PUNCT '' _ 15 punct 15:punct _ -11 continued continue VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 parataxis 15:parataxis _ +9 , , PUNCT , _ 8 punct 8:punct SpaceAfter=No +10 " " PUNCT '' _ 8 punct 8:punct _ +11 continued continue VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 parataxis 15:parataxis _ 12 UPI UPI PROPN NNP Number=Sing 11 nsubj 11:nsubj SpaceAfter=No -13 , , PUNCT , _ 15 punct 15:punct _ -14 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No -15 quoted quote VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +13 , , PUNCT , _ 11 punct 11:punct _ +14 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No +15 quoted quote VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 16 ' ' PUNCT `` _ 19 punct 19:punct SpaceAfter=No 17 NATO NATO PROPN NNP Number=Sing 19 compound 19:compound _ 18 intelligence intelligence NOUN NN Number=Sing 19 compound 19:compound _ 19 sources source NOUN NNS Number=Plur 15 obj 15:obj|22:nsubj SpaceAfter=No 20 ' ' PUNCT '' _ 19 punct 19:punct _ 21 who who PRON WP PronType=Rel 22 nsubj 19:ref _ -22 claimed claim VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ +22 claimed claim VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ 23 that that SCONJ IN _ 29 mark 29:mark _ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 25 NATO NATO PROPN NNP Number=Sing 26 compound 26:compound _ 26 allies ally NOUN NNS Number=Plur 29 nsubj:pass 29:nsubj:pass _ -27 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 29 aux 29:aux _ +27 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 29 aux 29:aux _ 28 been be AUX VBN Tense=Past|VerbForm=Part 29 aux:pass 29:aux:pass _ 29 informed inform VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 ccomp 22:ccomp _ 30 that that SCONJ IN _ 36 mark 36:mark _ 31 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ -32 United United PROPN NNP Number=Sing 33 compound 33:compound _ -33 States States PROPN NNP Number=Sing 36 nsubj 36:nsubj _ +32 United United ADJ NNP Degree=Pos 33 amod 33:amod _ +33 States State PROPN NNPS Number=Plur 36 nsubj 36:nsubj _ 34 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 36 aux 36:aux _ 35 currently currently ADV RB _ 36 advmod 36:advmod _ 36 investigating investigate VERB VBG Tense=Pres|VerbForm=Part 29 ccomp 29:ccomp _ -37 all all DET DT _ 38 det 38:det _ +37 all all DET DT PronType=Tot 38 det 38:det _ 38 possibilities possibility NOUN NNS Number=Plur 36 obj 36:obj _ 39 of of SCONJ IN _ 40 mark 40:mark _ 40 bringing bring VERB VBG VerbForm=Ger 38 acl 38:acl:of _ 41 the the DET DT Definite=Def|PronType=Art 45 det 45:det _ 42 mullah mullah NOUN NN Number=Sing 44 obl:npmod 44:obl:npmod SpaceAfter=No -43 - - PUNCT HYPH _ 44 punct 44:punct SpaceAfter=No -44 led lead VERB VBN Tense=Past|VerbForm=Part 45 amod 45:amod _ +43 - - PUNCT HYPH _ 42 punct 42:punct SpaceAfter=No +44 led lead VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 45 amod 45:amod _ 45 regime regime NOUN NN Number=Sing 40 obj 40:obj _ 46 into into ADP IN _ 47 case 47:case _ 47 line line NOUN NN Number=Sing 40 obl 40:obl:into SpaceAfter=No -48 , , PUNCT , _ 38 punct 38:punct _ +48 , , PUNCT , _ 51 punct 51:punct _ 49 including include VERB VBG VerbForm=Ger 51 case 51:case _ 50 military military ADJ JJ Degree=Pos 51 amod 51:amod _ -51 options option NOUN NNS Number=Plur 38 nmod 38:nmod:include SpaceAfter=No +51 options option NOUN NNS Number=Plur 38 nmod 38:nmod:including SpaceAfter=No 52 . . PUNCT . _ 15 punct 15:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0010 # text = This 'all options are open' line has been President George W Bush's publicly stated policy throughout the past 18 months." 1 This this DET DT Number=Sing|PronType=Dem 8 det 8:det _ 2 ' ' PUNCT `` _ 6 punct 6:punct SpaceAfter=No -3 all all DET DT _ 4 det 4:det _ +3 all all DET DT PronType=Tot 4 det 4:det _ 4 options option NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 open open ADJ JJ Degree=Pos 8 compound 8:compound SpaceAfter=No 7 ' ' PUNCT '' _ 6 punct 6:punct _ 8 line line NOUN NN Number=Sing 18 nsubj 18:nsubj _ @@ -131887,12 +131950,12 @@ 14 Bush Bush PROPN NNP Number=Sing 11 flat 11:flat _ 15 's 's PART POS _ 11 case 11:case _ 16 publicly publicly ADV RB _ 17 advmod 17:advmod _ -17 stated state VERB VBN Tense=Past|VerbForm=Part 18 amod 18:amod _ +17 stated state VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 amod 18:amod _ 18 policy policy NOUN NN Number=Sing 0 root 0:root _ 19 throughout throughout ADP IN _ 23 case 23:case _ 20 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 21 past past ADJ JJ Degree=Pos 23 amod 23:amod _ -22 18 18 NUM CD NumType=Card 23 nummod 23:nummod _ +22 18 18 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ 23 months month NOUN NNS Number=Plur 18 obl 18:obl:throughout SpaceAfter=No 24 . . PUNCT . _ 18 punct 18:punct SpaceAfter=No 25 " " PUNCT '' _ 18 punct 18:punct _ @@ -131905,7 +131968,7 @@ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 ramifications ramification NOUN NNS Number=Plur 2 nmod 2:nmod:of _ 6 of of ADP IN _ 9 case 9:case _ -7 such such DET PDT _ 9 det:predet 9:det:predet _ +7 such such DET PDT PronType=Ind 9 det:predet 9:det:predet _ 8 an a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 attack attack NOUN NN Number=Sing 5 nmod 5:nmod:of _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ @@ -131916,7 +131979,7 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0012 # text = 1. Blowback in Iraq -1 1 1 X LS _ 3 nummod 3:nummod SpaceAfter=No +1 1 1 NUM LS NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 Blowback blowback NOUN NN Number=Sing 0 root 0:root _ 4 in in ADP IN _ 5 case 5:case _ @@ -131930,27 +131993,27 @@ 3 elections election NOUN NNS Number=Plur 7 nsubj:pass 7:nsubj:pass _ 4 in in ADP IN _ 5 case 5:case _ 5 Iraq Iraq PROPN NNP Number=Sing 3 nmod 3:nmod:in _ -6 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 aux:pass 7:aux:pass _ +6 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 aux:pass 7:aux:pass _ 7 dominated dominate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 8 by by ADP IN _ 10 case 10:case _ 9 an a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -10 amalgam amalgam NOUN NN Number=Sing 7 obl 7:obl:by _ +10 amalgam amalgam NOUN NN Number=Sing 7 obl:agent 7:obl:agent _ 11 of of ADP IN _ 15 case 15:case _ 12 religiously religiously ADV RB _ 13 advmod 13:advmod _ 13 fundamentalist fundamentalist ADJ JJ Degree=Pos 15 amod 15:amod _ 14 Shi'ite shi'ite ADJ JJ Degree=Pos 15 amod 15:amod _ 15 organizations organization NOUN NNS Number=Plur 10 nmod 10:nmod:of SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ +16 , , PUNCT , _ 20 punct 20:punct _ 17 principally principally ADV RB _ 20 advmod 20:advmod _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 19 Dawa Dawa PROPN NNP Number=Sing 20 compound 20:compound _ 20 Party Party PROPN NNP Number=Sing 15 appos 15:appos _ 21 and and CCONJ CC _ 24 cc 24:cc _ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -23 Supreme Supreme PROPN NNP Number=Sing 24 compound 24:compound _ +23 Supreme Supreme ADJ NNP Degree=Pos 24 amod 24:amod _ 24 Council Council PROPN NNP Number=Sing 20 conj 15:appos|20:conj:and _ 25 for for ADP IN _ 27 case 27:case _ -26 Islamic Islamic PROPN NNP Number=Sing 27 compound 27:compound _ +26 Islamic Islamic ADJ NNP Degree=Pos 27 amod 27:amod _ 27 Revolution Revolution PROPN NNP Number=Sing 24 nmod 24:nmod:for _ 28 in in ADP IN _ 29 case 29:case _ 29 Iraq Iraq PROPN NNP Number=Sing 27 nmod 27:nmod:in _ @@ -131965,7 +132028,7 @@ 2 Dawa Dawa PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 SCIRI SCIRI PROPN NNP Number=Sing 2 conj 2:conj:and|5:nsubj _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 umbilical umbilical ADJ JJ Degree=Pos 7 amod 7:amod _ 7 connections connection NOUN NNS Number=Plur 5 obj 5:obj|16:nsubj _ 8 to to ADP IN _ 12 case 12:case _ @@ -131976,7 +132039,7 @@ 13 in in ADP IN _ 14 case 14:case _ 14 Iran Iran PROPN NNP Number=Sing 12 nmod 12:nmod:in _ 15 that that PRON WDT PronType=Rel 16 nsubj 7:ref _ -16 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +16 go go VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 17 back back ADV RB _ 16 advmod 16:advmod _ 18 decades decade NOUN NNS Number=Plur 16 obl:tmod 16:obl:tmod SpaceAfter=No 19 . . PUNCT . _ 5 punct 5:punct _ @@ -131985,7 +132048,7 @@ # text = In essence, Iran now owns a significant portion of the Iraqi government. 1 In in ADP IN _ 2 case 2:case _ 2 essence essence NOUN NN Number=Sing 6 obl 6:obl:in SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 Iran Iran PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 5 now now ADV RB _ 6 advmod 6:advmod _ 6 owns own VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ @@ -131994,7 +132057,7 @@ 9 portion portion NOUN NN Number=Sing 6 obj 6:obj _ 10 of of ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 Iraqi iraqi ADJ JJ Degree=Pos 13 amod 13:amod _ +12 Iraqi Iraqi ADJ JJ Degree=Pos 13 amod 13:amod _ 13 government government NOUN NN Number=Sing 9 nmod 9:nmod:of SpaceAfter=No 14 . . PUNCT . _ 6 punct 6:punct _ @@ -132002,14 +132065,14 @@ # text = Should the United States undertake military action against Iran, the ramifications in Iraq would be immediate and extreme. 1 Should should AUX MD VerbForm=Fin 5 aux 5:aux _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 United United PROPN NNP Number=Sing 4 compound 4:compound _ -4 States States PROPN NNP Number=Sing 5 nsubj 5:nsubj _ +3 United United ADJ NNP Degree=Pos 4 amod 4:amod _ +4 States State PROPN NNPS Number=Plur 5 nsubj 5:nsubj _ 5 undertake undertake VERB VB VerbForm=Inf 17 advcl 17:advcl _ 6 military military ADJ JJ Degree=Pos 7 amod 7:amod _ 7 action action NOUN NN Number=Sing 5 obj 5:obj _ 8 against against ADP IN _ 9 case 9:case _ 9 Iran Iran PROPN NNP Number=Sing 7 nmod 7:nmod:against SpaceAfter=No -10 , , PUNCT , _ 17 punct 17:punct _ +10 , , PUNCT , _ 5 punct 5:punct _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 ramifications ramification NOUN NNS Number=Plur 17 nsubj 17:nsubj|19:nsubj _ 13 in in ADP IN _ 14 case 14:case _ @@ -132025,29 +132088,29 @@ # text = In the first eight days of January, eighteen US troops have been killed in Iraq, compounded by another twelve deaths from a Black Hawk helicopter crash on Saturday. 1 In in ADP IN _ 5 case 5:case _ 2 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -3 first first ADJ JJ Degree=Pos|NumType=Ord 5 amod 5:amod _ -4 eight eight NUM CD NumType=Card 5 nummod 5:nummod _ +3 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 5 amod 5:amod _ +4 eight eight NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 5 days day NOUN NNS Number=Plur 14 obl 14:obl:in _ 6 of of ADP IN _ 7 case 7:case _ 7 January January PROPN NNP Number=Sing 5 nmod 5:nmod:of SpaceAfter=No -8 , , PUNCT , _ 14 punct 14:punct _ -9 eighteen eighteen NUM CD NumType=Card 11 nummod 11:nummod _ +8 , , PUNCT , _ 5 punct 5:punct _ +9 eighteen eighteen NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 10 US US PROPN NNP Number=Sing 11 compound 11:compound _ 11 troops troops NOUN NNS Number=Plur 14 nsubj:pass 14:nsubj:pass _ -12 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +12 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 been be AUX VBN Tense=Past|VerbForm=Part 14 aux:pass 14:aux:pass _ 14 killed kill VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 15 in in ADP IN _ 16 case 16:case _ 16 Iraq Iraq PROPN NNP Number=Sing 14 obl 14:obl:in SpaceAfter=No -17 , , PUNCT , _ 14 punct 14:punct _ -18 compounded compound VERB VBN Tense=Past|VerbForm=Part 14 advcl 14:advcl _ +17 , , PUNCT , _ 18 punct 18:punct _ +18 compounded compound VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 advcl 14:advcl _ 19 by by ADP IN _ 22 case 22:case _ -20 another another DET DT _ 22 det 22:det _ -21 twelve twelve NUM CD NumType=Card 22 nummod 22:nummod _ -22 deaths death NOUN NNS Number=Plur 18 obl 18:obl:by _ +20 another another DET DT PronType=Ind 22 det 22:det _ +21 twelve twelve NUM CD NumForm=Word|NumType=Card 22 nummod 22:nummod _ +22 deaths death NOUN NNS Number=Plur 18 obl:agent 18:obl:agent _ 23 from from ADP IN _ 28 case 28:case _ 24 a a DET DT Definite=Ind|PronType=Art 28 det 28:det _ -25 Black Black PROPN NNP Number=Sing 26 compound 26:compound _ +25 Black Black ADJ NNP Degree=Pos 26 amod 26:amod _ 26 Hawk Hawk PROPN NNP Number=Sing 27 compound 27:compound _ 27 helicopter helicopter NOUN NN Number=Sing 28 compound 28:compound _ 28 crash crash NOUN NN Number=Sing 22 nmod 22:nmod:from _ @@ -132061,32 +132124,32 @@ 2 of of ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 violence violence NOUN NN Number=Sing 1 obl 1:obl:of _ -5 aimed aim VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +5 aimed aim VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ 6 at at ADP IN _ 8 case 8:case _ -7 American american ADJ JJ Degree=Pos 8 amod 8:amod _ +7 American American ADJ JJ Degree=Pos 8 amod 8:amod _ 8 forces force NOUN NNS Number=Plur 5 obl 5:obl:at _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 coming come VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 11 from from ADP IN _ 14 case 14:case _ 12 disgruntled disgruntled ADJ JJ Degree=Pos 14 amod 14:amod _ -13 Sunni sunni ADJ JJ Degree=Pos 14 amod 14:amod _ +13 Sunni Sunni ADJ JJ Degree=Pos 14 amod 14:amod _ 14 factions faction NOUN NNS Number=Plur 10 obl 10:obl:from|16:nsubj|21:nsubj|30:nsubj _ 15 that that PRON WDT PronType=Rel 16 nsubj 14:ref _ -16 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ -17 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +16 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ +17 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 18 own own ADJ JJ Degree=Pos 19 amod 19:amod _ 19 militias militia NOUN NNS Number=Plur 16 obj 16:obj SpaceAfter=No 20 , , PUNCT , _ 21 punct 21:punct _ -21 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 conj 14:acl:relcl|16:conj:and _ +21 believe believe VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 conj 14:acl:relcl|16:conj:and _ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 23 last last ADJ JJ Degree=Pos 24 amod 24:amod _ 24 elections election NOUN NNS Number=Plur 27 nsubj 27:nsubj _ -25 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 27 cop 27:cop _ +25 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 27 cop 27:cop _ 26 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 27 sham sham NOUN NN Number=Sing 21 ccomp 21:ccomp SpaceAfter=No 28 , , PUNCT , _ 30 punct 30:punct _ 29 and and CCONJ CC _ 30 cc 30:cc _ -30 hold hold VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 conj 14:acl:relcl|16:conj:and _ +30 hold hold VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 conj 14:acl:relcl|16:conj:and _ 31 little little ADJ JJ Degree=Pos 33 amod 33:amod _ 32 political political ADJ JJ Degree=Pos 33 amod 33:amod _ 33 power power NOUN NN Number=Sing 30 obj 30:obj _ @@ -132102,20 +132165,20 @@ 3 US US PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 4 attacks attack VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ 5 Iran Iran PROPN NNP Number=Sing 4 obj 4:obj SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 4 punct 4:punct _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 9 probable probable ADJ JJ Degree=Pos 0 root 0:root _ 10 that that SCONJ IN _ 24 mark 24:mark _ -11 American american ADJ JJ Degree=Pos 12 amod 12:amod _ +11 American American ADJ JJ Degree=Pos 12 amod 12:amod _ 12 forces force NOUN NNS Number=Plur 24 nsubj 24:nsubj _ 13 - - PUNCT , _ 15 punct 15:punct _ 14 already already ADV RB _ 15 advmod 15:advmod _ -15 taxed tax VERB VBN Tense=Past|VerbForm=Part 12 acl 12:acl _ +15 taxed tax VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 acl 12:acl _ 16 by by ADP IN _ 17 case 17:case _ -17 attacks attack NOUN NNS Number=Plur 15 obl 15:obl:by _ +17 attacks attack NOUN NNS Number=Plur 15 obl:agent 15:obl:agent _ 18 from from ADP IN _ 20 case 20:case _ -19 Sunni sunni ADJ JJ Degree=Pos 20 amod 20:amod _ +19 Sunni Sunni ADJ JJ Degree=Pos 20 amod 20:amod _ 20 factions faction NOUN NNS Number=Plur 17 nmod 17:nmod:from _ 21 - - PUNCT , _ 15 punct 15:punct _ 22 will will AUX MD VerbForm=Fin 24 aux 24:aux _ @@ -132147,7 +132210,7 @@ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 civilian civilian ADJ JJ Degree=Pos 9 conj 9:conj:and|12:compound _ 12 casualties casualty NOUN NNS Number=Plur 7 nmod 7:nmod:in SpaceAfter=No -13 , , PUNCT , _ 7 punct 7:punct _ +13 , , PUNCT , _ 18 punct 18:punct _ 14 US US PROPN NNP Number=Sing 15 compound 15:compound _ 15 forces force NOUN NNS Number=Plur 18 nsubj:pass 18:nsubj:pass|20:nsubj:xsubj _ 16 will will AUX MD VerbForm=Fin 18 aux 18:aux _ @@ -132158,7 +132221,7 @@ 21 themselves themselves PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes 20 obj 20:obj _ 22 further further ADV RB _ 25 advmod 25:advmod _ 23 into into ADP IN _ 25 case 25:case _ -24 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 bases basis NOUN NNS Number=Plur 20 obl 20:obl:into SpaceAfter=No 26 , , PUNCT , _ 31 punct 31:punct _ 27 and and CCONJ CC _ 31 cc 31:cc _ @@ -132167,7 +132230,7 @@ 30 will will AUX MD VerbForm=Fin 31 aux 31:aux _ 31 find find VERB VB VerbForm=Inf 7 conj 7:conj:and _ 32 themselves themselves PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes 31 obj 31:obj|33:nsubj:xsubj|35:nsubj:xsubj _ -33 required require VERB VBN Tense=Past|VerbForm=Part 31 xcomp 31:xcomp _ +33 required require VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 31 xcomp 31:xcomp _ 34 to to PART TO _ 35 mark 35:mark _ 35 fight fight VERB VB VerbForm=Inf 33 xcomp 33:xcomp _ 36 the the DET DT Definite=Def|PronType=Art 38 det 38:det _ @@ -132175,7 +132238,7 @@ 38 government government NOUN NN Number=Sing 35 obj 35:obj _ 39 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 41 nsubj 41:nsubj|42:nsubj:xsubj _ 40 just just ADV RB _ 41 advmod 41:advmod _ -41 finished finish VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 38 acl:relcl 38:acl:relcl _ +41 finished finish VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 38 acl:relcl 38:acl:relcl _ 42 helping help VERB VBG VerbForm=Ger 41 xcomp 41:xcomp _ 43 into into ADP IN _ 44 case 44:case _ 44 power power NOUN NN Number=Sing 42 obl 42:obl:into SpaceAfter=No @@ -132184,22 +132247,22 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0021 # text = Iraq, already a seething cauldron, will sink further into chaos. 1 Iraq Iraq PROPN NNP Number=Sing 9 nsubj 9:nsubj SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 6 punct 6:punct _ 3 already already ADV RB _ 6 advmod 6:advmod _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 seething seethe VERB VBG VerbForm=Ger 6 amod 6:amod _ -6 cauldron cauldron NOUN NN Number=Sing 1 acl:relcl 1:acl:relcl SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +6 cauldron cauldron NOUN NN Number=Sing 1 acl 1:acl SpaceAfter=No +7 , , PUNCT , _ 1 punct 1:punct _ 8 will will AUX MD VerbForm=Fin 9 aux 9:aux _ 9 sink sink VERB VB VerbForm=Inf 0 root 0:root _ -10 further further ADV RB _ 9 advmod 9:advmod _ +10 further far ADV RBR Degree=Cmp 9 advmod 9:advmod _ 11 into into ADP IN _ 12 case 12:case _ 12 chaos chaos NOUN NN Number=Sing 9 obl 9:obl:into SpaceAfter=No 13 . . PUNCT . _ 9 punct 9:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0022 # text = 2. Iran's Armaments -1 2 2 X LS _ 5 nummod 5:nummod SpaceAfter=No +1 2 2 NUM LS NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3-4 Iran's _ _ _ _ _ _ _ _ 3 Iran Iran PROPN NNP Number=Sing 5 nmod:poss 5:nmod:poss _ @@ -132211,34 +132274,34 @@ # text = Unlike Iraq, Iran has not spent the last fifteen years having its conventional forces worn down by grueling sanctions, repeated attacks, and two American-led wars. 1 Unlike unlike ADP IN _ 2 case 2:case _ 2 Iraq Iraq PROPN NNP Number=Sing 7 obl 7:obl:unlike SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 Iran Iran PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 5 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 not not PART RB _ 7 advmod 7:advmod _ 7 spent spend VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 9 last last ADJ JJ Degree=Pos 11 amod 11:amod _ -10 fifteen fifteen NUM CD NumType=Card 11 nummod 11:nummod _ +10 fifteen fifteen NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 11 years year NOUN NNS Number=Plur 7 obj 7:obj _ 12 having have VERB VBG VerbForm=Ger 7 advcl 7:advcl _ -13 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 14 conventional conventional ADJ JJ Degree=Pos 15 amod 15:amod _ -15 forces force NOUN NNS Number=Plur 16 nsubj 16:nsubj _ -16 worn wear VERB VBN Tense=Past|VerbForm=Part 12 ccomp 12:ccomp _ +15 forces force NOUN NNS Number=Plur 12 obj 12:obj|16:nsubj:xsubj _ +16 worn wear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 xcomp 12:xcomp _ 17 down down ADP RP _ 16 compound:prt 16:compound:prt _ 18 by by ADP IN _ 20 case 20:case _ 19 grueling grueling ADJ JJ Degree=Pos 20 amod 20:amod _ -20 sanctions sanction NOUN NNS Number=Plur 16 obl 16:obl:by SpaceAfter=No +20 sanctions sanction NOUN NNS Number=Plur 16 obl:agent 16:obl:agent SpaceAfter=No 21 , , PUNCT , _ 23 punct 23:punct _ -22 repeated repeat VERB VBN Tense=Past|VerbForm=Part 23 amod 23:amod _ -23 attacks attack NOUN NNS Number=Plur 20 conj 16:obl:by|20:conj:and SpaceAfter=No +22 repeated repeat VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 amod 23:amod _ +23 attacks attack NOUN NNS Number=Plur 20 conj 16:obl:agent|20:conj:and SpaceAfter=No 24 , , PUNCT , _ 30 punct 30:punct _ 25 and and CCONJ CC _ 30 cc 30:cc _ -26 two two NUM CD NumType=Card 30 nummod 30:nummod _ -27 American american ADJ JJ Degree=Pos 29 obl:npmod 29:obl:npmod SpaceAfter=No -28 - - PUNCT HYPH _ 29 punct 29:punct SpaceAfter=No -29 led lead VERB VBN Tense=Past|VerbForm=Part 30 amod 30:amod _ -30 wars war NOUN NNS Number=Plur 20 conj 16:obl:by|20:conj:and SpaceAfter=No +26 two two NUM CD NumForm=Word|NumType=Card 30 nummod 30:nummod _ +27 American American ADJ JJ Degree=Pos 29 obl:npmod 29:obl:npmod SpaceAfter=No +28 - - PUNCT HYPH _ 27 punct 27:punct SpaceAfter=No +29 led lead VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 30 amod 30:amod _ +30 wars war NOUN NNS Number=Plur 20 conj 16:obl:agent|20:conj:and SpaceAfter=No 31 . . PUNCT . _ 7 punct 7:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0024 @@ -132251,22 +132314,22 @@ 5 army army NOUN NN Number=Sing 8 nsubj 8:nsubj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 not not PART RB _ 8 advmod 8:advmod _ -8 what what PRON WP PronType=Int 37 advcl 37:advcl:while _ -9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ +8 what what PRON WP PronType=Rel 37 advcl 37:advcl:while _ +9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ +10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl Promoted=Yes 11 during during ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -13 heyday heyday NOUN NN Number=Sing 8 acl:relcl 8:acl:relcl _ +13 heyday heyday NOUN NN Number=Sing 10 obl 10:obl _ 14 of of ADP IN _ 19 case 19:case _ 15 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 16 Iran Iran PROPN NNP Number=Sing 18 compound 18:compound SpaceAfter=No -17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No 18 Iraq Iraq PROPN NNP Number=Sing 19 compound 19:compound _ 19 war war NOUN NN Number=Sing 13 nmod 13:nmod:of _ 20 - - PUNCT , _ 24 punct 24:punct _ -21 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 armaments armament NOUN NNS Number=Plur 24 nsubj 24:nsubj _ -23 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ +23 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ 24 deteriorated deteriorate VERB VBN Tense=Past|VerbForm=Part 13 parataxis 13:parataxis _ 25 and and CCONJ CC _ 33 cc 33:cc _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ @@ -132275,7 +132338,7 @@ 29 that that DET DT Number=Sing|PronType=Dem 31 det 31:det _ 30 last last ADJ JJ Degree=Pos 31 amod 31:amod _ 31 war war NOUN NN Number=Sing 27 nmod 27:nmod:of _ -32 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 33 aux 33:aux _ +32 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 33 aux 33:aux _ 33 retired retire VERB VBN Tense=Past|VerbForm=Part 24 conj 24:conj:and _ 34 - - PUNCT , _ 24 punct 24:punct _ 35 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ @@ -132289,47 +132352,47 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0025 # text = According to a report issued by the Center for Strategic and International Studies in December of 2004, Iran "has some 540,000 men under arms and over 350,000 reserves. -1 According accord VERB VBG VerbForm=Ger 4 case 4:case _ -2 to to ADP IN _ 4 case 4:case _ +1 According accord VERB VBG ExtPos=ADP|VerbForm=Ger 4 case 4:case _ +2 to to ADP IN _ 1 fixed 1:fixed _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ -4 report report NOUN NN Number=Sing 21 obl 21:obl:to _ -5 issued issue VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +4 report report NOUN NN Number=Sing 21 obl 21:obl:according_to _ +5 issued issue VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ 6 by by ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -8 Center Center PROPN NNP Number=Sing 5 obl 5:obl:by _ +8 Center Center PROPN NNP Number=Sing 5 obl:agent 5:obl:agent _ 9 for for ADP IN _ 13 case 13:case _ -10 Strategic Strategic PROPN NNP Number=Sing 13 amod 13:amod _ +10 Strategic Strategic ADJ NNP Degree=Pos 13 amod 13:amod _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 International International PROPN NNP Number=Sing 10 conj 10:conj:and|13:amod _ -13 Studies Studies PROPN NNPS Number=Plur 8 nmod 8:nmod:for _ +12 International International ADJ NNP Degree=Pos 10 conj 10:conj:and|13:amod _ +13 Studies Study PROPN NNPS Number=Plur 8 nmod 8:nmod:for _ 14 in in ADP IN _ 15 case 15:case _ 15 December December PROPN NNP Number=Sing 5 obl 5:obl:in _ 16 of of ADP IN _ 17 case 17:case _ -17 2004 2004 NUM CD NumType=Card 15 nmod 15:nmod:of SpaceAfter=No -18 , , PUNCT , _ 21 punct 21:punct _ +17 2004 2004 NUM CD NumForm=Digit|NumType=Card 15 nmod 15:nmod:of SpaceAfter=No +18 , , PUNCT , _ 4 punct 4:punct _ 19 Iran Iran PROPN NNP Number=Sing 21 nsubj 21:nsubj _ -20 " " PUNCT `` _ 21 punct 21:punct SpaceAfter=No +20 " " PUNCT `` _ 19 punct 19:punct SpaceAfter=No 21 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -22 some some DET DT _ 23 advmod 23:advmod _ -23 540,000 540,000 NUM CD NumType=Card 24 nummod 24:nummod _ +22 some some DET DT PronType=Ind 23 advmod 23:advmod _ +23 540,000 540000 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod _ 24 men man NOUN NNS Number=Plur 21 obj 21:obj _ 25 under under ADP IN _ 26 case 26:case _ 26 arms arm NOUN NNS Number=Plur 24 nmod 24:nmod:under _ 27 and and CCONJ CC _ 30 cc 30:cc _ 28 over over ADV RB _ 29 advmod 29:advmod _ -29 350,000 350,000 NUM CD NumType=Card 30 nummod 30:nummod _ +29 350,000 350000 NUM CD NumForm=Digit|NumType=Card 30 nummod 30:nummod _ 30 reserves reserve NOUN NNS Number=Plur 24 conj 21:obj|24:conj:and SpaceAfter=No 31 . . PUNCT . _ 21 punct 21:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0026 # text = They include 120,000 Iranian Revolutionary Guards trained for land and naval asymmetrical warfare. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 include include VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 120,000 120,000 NUM CD NumType=Card 6 nummod 6:nummod _ -4 Iranian Iranian PROPN NNP Number=Sing 6 compound 6:compound _ -5 Revolutionary Revolutionary PROPN NNP Number=Sing 6 compound 6:compound _ -6 Guards Guards PROPN NNPS Number=Plur 2 obj 2:obj _ -7 trained train VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +2 include include VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 120,000 120000 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ +4 Iranian Iranian ADJ NNP Degree=Pos 6 amod 6:amod _ +5 Revolutionary Revolutionary ADJ NNP Degree=Pos 6 amod 6:amod _ +6 Guards Guard PROPN NNPS Number=Plur 2 obj 2:obj _ +7 trained train VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 for for ADP IN _ 13 case 13:case _ 9 land land NOUN NN Number=Sing 13 compound 13:compound _ 10 and and CCONJ CC _ 11 cc 11:cc _ @@ -132348,38 +132411,38 @@ 5 includes include VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 holdings holding NOUN NNS Number=Plur 5 obj 5:obj _ 7 of of ADP IN _ 11 case 11:case _ -8 1,613 1,613 NUM CD NumType=Card 11 nummod 11:nummod _ +8 1,613 1613 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 9 main main ADJ JJ Degree=Pos 11 amod 11:amod _ 10 battle battle NOUN NN Number=Sing 11 compound 11:compound _ 11 tanks tank NOUN NNS Number=Plur 6 nmod 6:nmod:of SpaceAfter=No 12 , , PUNCT , _ 17 punct 17:punct _ -13 21,600 21,600 NUM CD NumType=Card 17 nummod 17:nummod _ +13 21,600 21600 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod _ 14 other other ADJ JJ Degree=Pos 17 amod 17:amod _ 15 armored armored ADJ JJ Degree=Pos 17 amod 17:amod _ 16 fighting fighting NOUN NN Number=Sing 17 compound 17:compound _ 17 vehicles vehicle NOUN NNS Number=Plur 11 conj 6:nmod:of|11:conj:and SpaceAfter=No 18 , , PUNCT , _ 21 punct 21:punct _ -19 3,200 3,200 NUM CD NumType=Card 21 nummod 21:nummod _ +19 3,200 3200 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod _ 20 artillery artillery NOUN NN Number=Sing 21 compound 21:compound _ 21 weapons weapon NOUN NNS Number=Plur 11 conj 6:nmod:of|11:conj:and SpaceAfter=No 22 , , PUNCT , _ 25 punct 25:punct _ -23 306 306 NUM CD NumType=Card 25 nummod 25:nummod _ +23 306 306 NUM CD NumForm=Digit|NumType=Card 25 nummod 25:nummod _ 24 combat combat NOUN NN Number=Sing 25 compound 25:compound _ 25 aircraft aircraft NOUN NN Number=Sing 11 conj 6:nmod:of|11:conj:and SpaceAfter=No 26 , , PUNCT , _ 29 punct 29:punct _ -27 60 60 NUM CD NumType=Card 29 nummod 29:nummod _ +27 60 60 NUM CD NumForm=Digit|NumType=Card 29 nummod 29:nummod _ 28 attack attack NOUN NN Number=Sing 29 compound 29:compound _ 29 helicopters helicopter NOUN NNS Number=Plur 11 conj 6:nmod:of|11:conj:and SpaceAfter=No 30 , , PUNCT , _ 32 punct 32:punct _ -31 3 3 NUM CD NumType=Card 32 nummod 32:nummod _ +31 3 3 NUM CD NumForm=Digit|NumType=Card 32 nummod 32:nummod _ 32 submarines submarine NOUN NNS Number=Plur 11 conj 6:nmod:of|11:conj:and SpaceAfter=No 33 , , PUNCT , _ 36 punct 36:punct _ -34 59 59 NUM CD NumType=Card 36 nummod 36:nummod _ +34 59 59 NUM CD NumForm=Digit|NumType=Card 36 nummod 36:nummod _ 35 surface surface NOUN NN Number=Sing 36 compound 36:compound _ 36 combatants combatant NOUN NNS Number=Plur 11 conj 6:nmod:of|11:conj:and SpaceAfter=No 37 , , PUNCT , _ 41 punct 41:punct _ 38 and and CCONJ CC _ 41 cc 41:cc _ -39 10 10 NUM CD NumType=Card 41 nummod 41:nummod _ +39 10 10 NUM CD NumForm=Digit|NumType=Card 41 nummod 41:nummod _ 40 amphibious amphibious ADJ JJ Degree=Pos 41 amod 41:amod _ 41 ships ship NOUN NNS Number=Plur 11 conj 6:nmod:of|11:conj:and SpaceAfter=No 42 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No @@ -132387,7 +132450,7 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0028 # text = "Iran is now the only regional military power that poses a significant conventional military threat to Gulf stability," continued the CSIS report. -1 " " PUNCT `` _ 22 punct 22:punct SpaceAfter=No +1 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No 2 Iran Iran PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 4 now now ADV RB _ 9 advmod 9:advmod _ @@ -132406,9 +132469,9 @@ 17 to to ADP IN _ 19 case 19:case _ 18 Gulf Gulf PROPN NNP Number=Sing 19 compound 19:compound _ 19 stability stability NOUN NN Number=Sing 16 nmod 16:nmod:to SpaceAfter=No -20 , , PUNCT , _ 22 punct 22:punct SpaceAfter=No -21 " " PUNCT '' _ 22 punct 22:punct _ -22 continued continue VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +20 , , PUNCT , _ 9 punct 9:punct SpaceAfter=No +21 " " PUNCT '' _ 9 punct 9:punct _ +22 continued continue VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 24 CSIS CSIS PROPN NNP Number=Sing 25 compound 25:compound _ 25 report report NOUN NN Number=Sing 22 nsubj 22:nsubj SpaceAfter=No @@ -132447,7 +132510,7 @@ 9 both both CCONJ CC _ 15 cc:preconj 15:cc:preconj _ 10 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 11 long long ADJ JJ Degree=Pos 13 amod 13:amod SpaceAfter=No -12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 range range NOUN NN Number=Sing 14 compound 14:compound _ 14 missile missile NOUN NN Number=Sing 15 compound 15:compound _ 15 force force NOUN NN Number=Sing 8 obj 8:obj _ @@ -132468,7 +132531,7 @@ 3 never never ADV RB _ 5 advmod 5:advmod _ 4 properly properly ADV RB _ 5 advmod 5:advmod _ 5 declared declare VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -6 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 holdings holding NOUN NNS Number=Plur 5 obj 5:obj _ 8 of of ADP IN _ 10 case 10:case _ 9 chemical chemical ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -132478,7 +132541,7 @@ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 status status NOUN NN Number=Sing 21 nsubj 21:nsubj _ 15 of of ADP IN _ 19 case 19:case _ -16 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +16 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 17 biological biological ADJ JJ Degree=Pos 18 amod 18:amod _ 18 weapons weapon NOUN NNS Number=Plur 19 compound 19:compound _ 19 programs program NOUN NNS Number=Plur 14 nmod 14:nmod:of _ @@ -132492,22 +132555,22 @@ 1 A a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 2 MILNET MILNET PROPN NNP Number=Sing 3 compound 3:compound _ 3 brief brief NOUN NN Number=Sing 8 nsubj 8:nsubj _ -4 issued issue VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ +4 issued issue VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ 5 in in ADP IN _ 6 case 6:case _ 6 February February PROPN NNP Number=Sing 4 obl 4:obl:in _ -7 2005 2005 NUM CD NumType=Card 6 nummod 6:nummod _ +7 2005 2005 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 8 reports report VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ -10 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No +9 , , PUNCT , _ 25 punct 25:punct _ +10 " " PUNCT `` _ 25 punct 25:punct SpaceAfter=No 11 Due due ADP IN _ 14 case 14:case _ 12 to to ADP IN _ 11 fixed 11:fixed _ -13 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 position position NOUN NN Number=Sing 25 obl 25:obl:due_to _ 15 astride astride ADP IN _ 18 case 18:case _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 17 Persian Persian PROPN NNP Number=Sing 18 compound 18:compound _ 18 Gulf Gulf PROPN NNP Number=Sing 14 nmod 14:nmod:astride SpaceAfter=No -19 , , PUNCT , _ 25 punct 25:punct _ +19 , , PUNCT , _ 14 punct 14:punct _ 20 Iran Iran PROPN NNP Number=Sing 25 nsubj 25:nsubj _ 21 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ 22 constantly constantly ADV RB _ 25 advmod 25:advmod _ @@ -132523,23 +132586,23 @@ # text = The so called 'Tanker' wars in the late 1980s put Iran squarely in the bullseye of all nations seeking to transport oil out of the region. 1 The the DET DT Definite=Def|PronType=Art 7 det 7:det _ 2 so so ADV RB _ 3 advmod 3:advmod _ -3 called call VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ -4 ' ' PUNCT `` _ 7 punct 7:punct SpaceAfter=No +3 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ +4 ' ' PUNCT `` _ 5 punct 5:punct SpaceAfter=No 5 Tanker tanker NOUN NN Number=Sing 7 compound 7:compound SpaceAfter=No -6 ' ' PUNCT '' _ 7 punct 7:punct _ +6 ' ' PUNCT '' _ 5 punct 5:punct _ 7 wars war NOUN NNS Number=Plur 12 nsubj 12:nsubj _ 8 in in ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 late late ADJ JJ Degree=Pos 11 amod 11:amod _ -11 1980s 1980 NOUN NNS Number=Plur 7 nmod 7:nmod:in _ -12 put put VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +11 1980s 1980s NOUN NNS Number=Plur 7 nmod 7:nmod:in _ +12 put put VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 13 Iran Iran PROPN NNP Number=Sing 12 obj 12:obj _ 14 squarely squarely ADV RB _ 17 advmod 17:advmod _ 15 in in ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 bullseye bullseye NOUN NN Number=Sing 12 obl 12:obl:in _ 18 of of ADP IN _ 20 case 20:case _ -19 all all DET DT _ 20 det 20:det _ +19 all all DET DT PronType=Tot 20 det 20:det _ 20 nations nation NOUN NNS Number=Plur 17 nmod 17:nmod:of _ 21 seeking seek VERB VBG VerbForm=Ger 20 acl 20:acl _ 22 to to PART TO _ 23 mark 23:mark _ @@ -132586,7 +132649,7 @@ 31 during during ADP IN _ 33 case 33:case _ 32 that that DET DT Number=Sing|PronType=Dem 33 det 33:det _ 33 period period NOUN NN Number=Sing 23 nmod 23:nmod:during _ -34 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 conj 11:conj:and _ +34 made make VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 conj 11:conj:and _ 35 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 34 expl 34:expl _ 36 clear clear ADJ JJ Degree=Pos 34 xcomp 34:xcomp _ 37 small small ADJ JJ Degree=Pos 39 amod 39:amod _ @@ -132594,7 +132657,7 @@ 39 tactics tactic NOUN NNS Number=Plur 47 nsubj 47:nsubj _ 40 of of ADP IN _ 43 case 43:case _ 41 the the DET DT Definite=Def|PronType=Art 43 det 43:det _ -42 Iranian iranian ADJ JJ Degree=Pos 43 amod 43:amod _ +42 Iranian Iranian ADJ JJ Degree=Pos 43 amod 43:amod _ 43 Navy navy NOUN NN Number=Sing 39 nmod 39:nmod:of _ 44 could could AUX MD VerbForm=Fin 47 aux 47:aux _ 45 be be AUX VB VerbForm=Inf 47 cop 47:cop _ @@ -132606,25 +132669,25 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0035 # text = "More concerning," continued the MILNET brief, "is the priority placed on expanding and modernizing its Navy. 1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No -2 More more ADV RBR _ 3 advmod 3:advmod _ +2 More more ADV RBR Degree=Cmp 3 advmod 3:advmod _ 3 concerning concerning ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 , , PUNCT , _ 3 punct 3:punct SpaceAfter=No 5 " " PUNCT '' _ 3 punct 3:punct _ -6 continued continue VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ +6 continued continue VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 MILNET MILNET PROPN NNP Number=Sing 9 compound 9:compound _ 9 brief brief NOUN NN Number=Sing 6 nsubj 6:nsubj SpaceAfter=No -10 , , PUNCT , _ 3 punct 3:punct _ -11 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No +10 , , PUNCT , _ 12 punct 12:punct _ +11 " " PUNCT `` _ 12 punct 12:punct SpaceAfter=No 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 priority priority NOUN NN Number=Sing 3 nsubj 3:nsubj _ -15 placed place VERB VBN Tense=Past|VerbForm=Part 14 acl 14:acl _ +15 placed place VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 acl 14:acl _ 16 on on SCONJ IN _ 17 mark 17:mark _ 17 expanding expand VERB VBG VerbForm=Ger 15 advcl 15:advcl:on _ 18 and and CCONJ CC _ 19 cc 19:cc _ 19 modernizing modernize VERB VBG VerbForm=Ger 17 conj 15:advcl:on|17:conj:and _ -20 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 Navy navy NOUN NN Number=Sing 17 obj 17:obj|19:obj SpaceAfter=No 22 . . PUNCT . _ 3 punct 3:punct _ @@ -132635,23 +132698,23 @@ 3 report report NOUN NN Number=Sing 4 nsubj 4:nsubj _ 4 cites cite VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 numerous numerous ADJ JJ Degree=Pos 6 amod 6:amod _ -6 areas area NOUN NNS Number=Plur 4 obj 4:obj _ -7 where where SCONJ WRB PronType=Rel 10 mark 10:mark _ +6 areas area NOUN NNS Number=Plur 4 obj 4:obj|10:obl _ +7 where where ADV WRB PronType=Rel 10 advmod 6:ref _ 8 Iran Iran PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 9 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 funded fund VERB VBN Tense=Past|VerbForm=Part 6 acl:relcl 6:acl:relcl _ 11 modernization modernization NOUN NN Number=Sing 10 obj 10:obj _ 12 including include VERB VBG VerbForm=Ger 16 case 16:case _ 13 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -14 most most ADV RBS _ 15 advmod 15:advmod _ +14 most most ADV RBS Degree=Sup 15 advmod 15:advmod _ 15 troublesome troublesome ADJ JJ Degree=Pos 16 amod 16:amod _ -16 aspect aspect NOUN NN Number=Sing 6 nmod 6:nmod:include SpaceAfter=No -17 , , PUNCT , _ 16 punct 16:punct _ +16 aspect aspect NOUN NN Number=Sing 6 nmod 6:nmod:including SpaceAfter=No +17 , , PUNCT , _ 20 punct 20:punct _ 18 anti-shipping anti-shipping ADJ JJ Degree=Pos 20 amod 20:amod _ 19 cruise cruise NOUN NN Number=Sing 20 compound 20:compound _ 20 missiles missile NOUN NNS Number=Plur 16 appos 16:appos SpaceAfter=No -21 : : PUNCT : _ 4 punct 4:punct _ -22 ' ' PUNCT `` _ 4 punct 4:punct SpaceAfter=No +21 : : PUNCT : _ 25 punct 25:punct _ +22 ' ' PUNCT `` _ 25 punct 25:punct SpaceAfter=No 23 Iran Iran PROPN NNP Number=Sing 25 nsubj 25:nsubj|37:nsubj|42:nsubj|48:nsubj _ 24 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ 25 obtained obtain VERB VBN Tense=Past|VerbForm=Part 4 parataxis 4:parataxis _ @@ -132678,13 +132741,13 @@ 46 and and CCONJ CC _ 48 cc 48:cc _ 47 modern modern ADJ JJ Degree=Pos 48 amod 48:amod _ 48 mines mine NOUN NNS Number=Plur 25 conj 25:conj:and SpaceAfter=No -49 . . PUNCT . _ 4 punct 4:punct SpaceAfter=No -50 ' ' PUNCT '' _ 4 punct 4:punct SpaceAfter=No +49 . . PUNCT . _ 25 punct 25:punct SpaceAfter=No +50 ' ' PUNCT '' _ 25 punct 25:punct SpaceAfter=No 51 " " PUNCT '' _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0037 # text = It is Iran's missile armaments that pose the greatest concern for American forces in the Gulf, especially for the US Navy. -1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ +1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 expl 6:expl _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 3-4 Iran's _ _ _ _ _ _ _ _ 3 Iran Iran PROPN NNP Number=Sing 6 nmod:poss 6:nmod:poss _ @@ -132692,17 +132755,17 @@ 5 missile missile NOUN NN Number=Sing 6 compound 6:compound _ 6 armaments armament NOUN NNS Number=Plur 0 root 0:root|8:nsubj _ 7 that that PRON WDT PronType=Rel 8 nsubj 6:ref _ -8 pose pose VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +8 pose pose VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 advcl:relcl 6:advcl:relcl _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 greatest greatest ADJ JJS Degree=Sup 11 amod 11:amod _ +10 greatest great ADJ JJS Degree=Sup 11 amod 11:amod _ 11 concern concern NOUN NN Number=Sing 8 obj 8:obj _ 12 for for ADP IN _ 14 case 14:case _ -13 American american ADJ JJ Degree=Pos 14 amod 14:amod _ +13 American American ADJ JJ Degree=Pos 14 amod 14:amod _ 14 forces force NOUN NNS Number=Plur 11 nmod 11:nmod:for _ 15 in in ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 Gulf gulf NOUN NN Number=Sing 14 nmod 14:nmod:in SpaceAfter=No -18 , , PUNCT , _ 14 punct 14:punct _ +18 , , PUNCT , _ 23 punct 23:punct _ 19 especially especially ADV RB _ 23 advmod 23:advmod _ 20 for for ADP IN _ 23 case 23:case _ 21 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ @@ -132727,13 +132790,13 @@ 12 of of ADP IN _ 13 case 13:case _ 13 mountains mountain NOUN NNS Number=Plur 11 nmod 11:nmod:of|15:nsubj _ 14 that that PRON WDT PronType=Rel 15 nsubj 13:ref _ -15 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +15 look look VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 16 down down ADV RB _ 15 advmod 15:advmod _ 17 upon upon ADP IN _ 20 case 20:case _ -18 any any DET DT _ 20 det 20:det _ +18 any any DET DT PronType=Ind 20 det 20:det _ 19 naval naval ADJ JJ Degree=Pos 20 amod 20:amod _ 20 forces force NOUN NNS Number=Plur 15 obl 15:obl:upon _ -21 arrayed array VERB VBN Tense=Past|VerbForm=Part 20 acl 20:acl _ +21 arrayed array VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 acl 20:acl _ 22 in in ADP IN _ 24 case 24:case _ 23 those that DET DT Number=Plur|PronType=Dem 24 det 24:det _ 24 waters water NOUN NNS Number=Plur 21 obl 21:obl:in SpaceAfter=No @@ -132743,17 +132806,17 @@ # text = The Gulf itself only has one exit, the Strait of Hormuz, which is also dominated by the mountainous Iranian coastline. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 Gulf gulf NOUN NN Number=Sing 5 nsubj 5:nsubj _ -3 itself itself PRON PRP Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nmod:npmod 2:nmod:npmod _ +3 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Emp|Reflex=Yes 2 nmod:npmod 2:nmod:npmod _ 4 only only ADV RB _ 5 advmod 5:advmod _ 5 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -6 one one NUM CD NumType=Card 7 nummod 7:nummod _ +6 one one NUM CD NumForm=Word|NumType=Card 7 nummod 7:nummod _ 7 exit exit NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 10 punct 10:punct _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 Strait Strait PROPN NNP Number=Sing 7 appos 7:appos|17:nsubj:pass _ 11 of of ADP IN _ 12 case 12:case _ 12 Hormuz Hormuz PROPN NNP Number=Sing 10 nmod 10:nmod:of SpaceAfter=No -13 , , PUNCT , _ 10 punct 10:punct _ +13 , , PUNCT , _ 17 punct 17:punct _ 14 which which PRON WDT PronType=Rel 17 nsubj:pass 10:ref _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 aux:pass 17:aux:pass _ 16 also also ADV RB _ 17 advmod 17:advmod _ @@ -132761,15 +132824,15 @@ 18 by by ADP IN _ 22 case 22:case _ 19 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 20 mountainous mountainous ADJ JJ Degree=Pos 22 amod 22:amod _ -21 Iranian iranian ADJ JJ Degree=Pos 22 amod 22:amod _ -22 coastline coastline NOUN NN Number=Sing 17 obl 17:obl:by SpaceAfter=No +21 Iranian Iranian ADJ JJ Degree=Pos 22 amod 22:amod _ +22 coastline coastline NOUN NN Number=Sing 17 obl:agent 17:obl:agent SpaceAfter=No 23 . . PUNCT . _ 5 punct 5:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0040 # text = In essence, Iran holds the high ground in the Gulf. 1 In in ADP IN _ 2 case 2:case _ 2 essence essence NOUN NN Number=Sing 5 obl 5:obl:in SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 Iran Iran PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 5 holds hold VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -132784,7 +132847,7 @@ # text = Missile batteries arrayed in those mountains could raise bloody havoc with any fleet deployed below. 1 Missile missile NOUN NN Number=Sing 2 compound 2:compound _ 2 batteries battery NOUN NNS Number=Plur 8 nsubj 8:nsubj _ -3 arrayed array VERB VBN Tense=Past|VerbForm=Part 2 acl 2:acl _ +3 arrayed array VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 acl 2:acl _ 4 in in ADP IN _ 6 case 6:case _ 5 those that DET DT Number=Plur|PronType=Dem 6 det 6:det _ 6 mountains mountain NOUN NNS Number=Plur 3 obl 3:obl:in _ @@ -132793,50 +132856,46 @@ 9 bloody bloody ADJ JJ Degree=Pos 10 amod 10:amod _ 10 havoc havoc NOUN NN Number=Sing 8 obj 8:obj _ 11 with with ADP IN _ 13 case 13:case _ -12 any any DET DT _ 13 det 13:det _ +12 any any DET DT PronType=Ind 13 det 13:det _ 13 fleet fleet NOUN NN Number=Sing 8 obl 8:obl:with _ -14 deployed deploy VERB VBN Tense=Past|VerbForm=Part 13 acl 13:acl _ +14 deployed deploy VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 acl 13:acl _ 15 below below ADV RB _ 14 advmod 14:advmod SpaceAfter=No 16 . . PUNCT . _ 8 punct 8:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0042 # text = Of all the missiles in Iran's armament, the most dangerous is the Russian-made SS-N-22 Sunburn. 1 Of of ADP IN _ 4 case 4:case _ -2 all all DET PDT _ 4 det:predet 4:det:predet _ +2 all all DET PDT PronType=Tot 4 det:predet 4:det:predet _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 missiles missile NOUN NNS Number=Plur 23 obl 23:obl:of _ +4 missiles missile NOUN NNS Number=Plur 19 obl 19:obl:of _ 5 in in ADP IN _ 8 case 8:case _ 6-7 Iran's _ _ _ _ _ _ _ _ 6 Iran Iran PROPN NNP Number=Sing 8 nmod:poss 8:nmod:poss _ 7 's 's PART POS _ 6 case 6:case _ 8 armament armament NOUN NN Number=Sing 4 nmod 4:nmod:in SpaceAfter=No -9 , , PUNCT , _ 23 punct 23:punct _ +9 , , PUNCT , _ 4 punct 4:punct _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -11 most most ADV RBS _ 12 advmod 12:advmod _ -12 dangerous dangerous ADJ JJ Degree=Pos 23 nsubj 23:nsubj _ -13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ -14 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -15 Russian russian ADJ JJ Degree=Pos 17 advmod 17:advmod SpaceAfter=No -16 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No -17 made make VERB VBN Tense=Past|VerbForm=Part 23 amod 23:amod _ -18 SS SS PROPN NNP Number=Sing 22 compound 22:compound SpaceAfter=No -19 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No -20 N N PROPN NNP Number=Sing 22 compound 22:compound SpaceAfter=No -21 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No -22 22 22 PROPN NNP Number=Sing 23 compound 23:compound _ -23 Sunburn Sunburn PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -24 . . PUNCT . _ 23 punct 23:punct _ +11 most most ADV RBS Degree=Sup 12 advmod 12:advmod _ +12 dangerous dangerous ADJ JJ Degree=Pos 19 nsubj 19:nsubj _ +13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ +14 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ +15 Russian Russian ADJ JJ Degree=Pos 17 compound 17:compound SpaceAfter=No +16 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +17 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 amod 19:amod _ +18 SS-N-22 SS-N-22 PROPN NNP Number=Sing 19 compound 19:compound _ +19 Sunburn Sunburn PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No +20 . . PUNCT . _ 19 punct 19:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0043 # text = These missiles are, simply, the fastest anti-ship weapons on the planet. 1 These this DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 missiles missile NOUN NNS Number=Plur 10 nsubj 10:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop SpaceAfter=No -4 , , PUNCT , _ 10 punct 10:punct _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop SpaceAfter=No +4 , , PUNCT , _ 3 punct 3:punct _ 5 simply simply ADV RB _ 10 advmod 10:advmod SpaceAfter=No -6 , , PUNCT , _ 10 punct 10:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -8 fastest fastest ADJ JJS Degree=Sup 10 amod 10:amod _ +8 fastest fast ADJ JJS Degree=Sup 10 amod 10:amod _ 9 anti-ship anti-ship ADJ JJ Degree=Pos 10 amod 10:amod _ 10 weapons weapon NOUN NNS Number=Plur 0 root 0:root _ 11 on on ADP IN _ 13 case 13:case _ @@ -132851,7 +132910,7 @@ 3 can can AUX MD VerbForm=Fin 4 aux 4:aux _ 4 reach reach VERB VB VerbForm=Inf 0 root 0:root _ 5 Mach Mach PROPN NNP Number=Sing 4 obj 4:obj _ -6 3 3 NUM CD NumType=Card 5 nummod 5:nummod _ +6 3 3 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 7 at at ADP IN _ 9 case 9:case _ 8 high high ADJ JJ Degree=Pos 9 amod 9:amod _ 9 altitude altitude NOUN NN Number=Sing 4 obl 4:obl:at SpaceAfter=No @@ -132859,25 +132918,25 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0045 # text = Its maximum low-altitude speed is Mach 2.2, some three times faster than the American-made Harpoon. -1 Its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +1 Its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 2 maximum maximum ADJ JJ Degree=Pos 6 amod 6:amod _ 3 low low ADJ JJ Degree=Pos 5 amod 5:amod SpaceAfter=No -4 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No +4 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 5 altitude altitude NOUN NN Number=Sing 6 compound 6:compound _ 6 speed speed NOUN NN Number=Sing 8 nsubj 8:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 Mach mach NOUN NN Number=Sing 0 root 0:root _ -9 2.2 2.2 NUM CD NumType=Card 8 nummod 8:nummod SpaceAfter=No -10 , , PUNCT , _ 8 punct 8:punct _ -11 some some DET DT _ 13 det 13:det _ -12 three three NUM CD NumType=Card 13 nummod 13:nummod _ +9 2.2 2.2 NUM CD NumForm=Digit|NumType=Frac 8 nummod 8:nummod SpaceAfter=No +10 , , PUNCT , _ 14 punct 14:punct _ +11 some some DET DT PronType=Ind 13 det 13:det _ +12 three three NUM CD NumForm=Word|NumType=Card 13 nummod 13:nummod _ 13 times time NOUN NNS Number=Plur 14 obl:npmod 14:obl:npmod _ -14 faster faster ADJ JJR Degree=Cmp 8 amod 8:amod _ +14 faster fast ADJ JJR Degree=Cmp 8 amod 8:amod _ 15 than than ADP IN _ 20 case 20:case _ 16 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -17 American american ADJ JJ Degree=Pos 19 advmod 19:advmod SpaceAfter=No -18 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No -19 made make VERB VBN Tense=Past|VerbForm=Part 20 amod 20:amod _ +17 American American ADJ JJ Degree=Pos 19 compound 19:compound SpaceAfter=No +18 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No +19 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 amod 20:amod _ 20 Harpoon Harpoon PROPN NNP Number=Sing 14 obl 14:obl:than SpaceAfter=No 21 . . PUNCT . _ 8 punct 8:punct _ @@ -132886,12 +132945,12 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 Sunburn Sunburn PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 3 takes take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 two two NUM CD NumType=Card 6 nummod 6:nummod _ +4 two two NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 5 short short ADJ JJ Degree=Pos 6 amod 6:amod _ 6 minutes minute NOUN NNS Number=Plur 3 obj 3:obj _ 7 to to PART TO _ 8 mark 8:mark _ 8 cover cover VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ -9 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 full full ADJ JJ Degree=Pos 11 amod 11:amod _ 11 range range NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ @@ -132903,11 +132962,11 @@ 2 missile missile NOUN NN Number=Sing 4 nmod:poss 4:nmod:poss _ 3 's 's PART POS _ 2 case 2:case _ 4 manufacturers manufacturer NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -5 state state VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 state state VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 that that SCONJ IN _ 12 mark 12:mark _ -7 one one NUM CD NumType=Card 10 nummod 10:nummod _ +7 one one NUM CD NumForm=Word|NumType=Card 10 nummod 10:nummod _ 8 or or CCONJ CC _ 9 cc 9:cc _ -9 two two NUM CD NumType=Card 7 conj 7:conj:or|10:nummod _ +9 two two NUM CD NumForm=Word|NumType=Card 7 conj 7:conj:or|10:nummod _ 10 missiles missile NOUN NNS Number=Plur 12 nsubj 12:nsubj _ 11 could could AUX MD VerbForm=Fin 12 aux 12:aux _ 12 cripple cripple VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ @@ -132915,12 +132974,12 @@ 14 destroyer destroyer NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No 15 , , PUNCT , _ 20 punct 20:punct _ 16 and and CCONJ CC _ 20 cc 20:cc _ -17 five five NUM CD NumType=Card 18 nummod 18:nummod _ +17 five five NUM CD NumForm=Word|NumType=Card 18 nummod 18:nummod _ 18 missiles missile NOUN NNS Number=Plur 20 nsubj 20:nsubj _ 19 could could AUX MD VerbForm=Fin 20 aux 20:aux _ 20 sink sink VERB VB VerbForm=Inf 12 conj 5:ccomp|12:conj:and _ 21 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ -22 20,000 20,000 NUM CD NumType=Card 23 nummod 23:nummod _ +22 20,000 20000 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ 23 ton ton NOUN NN Number=Sing 24 compound 24:compound _ 24 ship ship NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No 25 . . PUNCT . _ 5 punct 5:punct _ @@ -132942,22 +133001,22 @@ # text = Recall that it was two Exocets that ripped the USS Stark to shreds in 1987, killing 37 sailors. 1 Recall recall VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 that that SCONJ IN _ 6 mark 6:mark _ -3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ +3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 expl 6:expl _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ -5 two two NUM CD NumType=Card 6 nummod 6:nummod _ -6 Exocets Exocets PROPN NNPS Number=Plur 1 ccomp 1:ccomp|8:nsubj _ +5 two two NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ +6 Exocets Exocet PROPN NNPS Number=Plur 1 ccomp 1:ccomp|8:nsubj _ 7 that that PRON WDT PronType=Rel 8 nsubj 6:ref _ -8 ripped rip VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +8 ripped rip VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 advcl:relcl 6:advcl:relcl _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 USS USS PROPN NNP Number=Sing 11 compound 11:compound _ 11 Stark Stark PROPN NNP Number=Sing 8 obj 8:obj _ 12 to to ADP IN _ 13 case 13:case _ 13 shreds shred NOUN NNS Number=Plur 8 obl 8:obl:to _ 14 in in ADP IN _ 15 case 15:case _ -15 1987 1987 NUM CD NumType=Card 8 obl 8:obl:in SpaceAfter=No -16 , , PUNCT , _ 8 punct 8:punct _ +15 1987 1987 NUM CD NumForm=Digit|NumType=Card 8 obl 8:obl:in SpaceAfter=No +16 , , PUNCT , _ 17 punct 17:punct _ 17 killing kill VERB VBG VerbForm=Ger 8 advcl 8:advcl _ -18 37 37 NUM CD NumType=Card 19 nummod 19:nummod _ +18 37 37 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod _ 19 sailors sailor NOUN NNS Number=Plur 17 obj 17:obj SpaceAfter=No 20 . . PUNCT . _ 1 punct 1:punct _ @@ -132989,10 +133048,10 @@ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 Persian Persian PROPN NNP Number=Sing 13 compound 13:compound _ 13 Gulf Gulf PROPN NNP Number=Sing 9 obl 9:obl:in SpaceAfter=No -14 , , PUNCT , _ 9 punct 9:punct _ +14 , , PUNCT , _ 18 punct 18:punct _ 15 with with ADP IN _ 18 case 18:case _ -16 some some DET DT _ 18 det 18:det _ -17 7,000 7,000 NUM CD NumType=Card 18 nummod 18:nummod _ +16 some some DET DT PronType=Ind 18 det 18:det _ +17 7,000 7000 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ 18 souls soul NOUN NNS Number=Plur 9 obl 9:obl:with _ 19 aboard aboard ADV RB _ 18 advmod 18:advmod SpaceAfter=No 20 . . PUNCT . _ 9 punct 9:punct _ @@ -133006,10 +133065,10 @@ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 aux 1:aux _ 6 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 7 Tarawa Tarawa PROPN NNP Number=Sing 10 compound 10:compound _ -8 Expeditionary Expeditionary PROPN NNP Number=Sing 10 compound 10:compound _ +8 Expeditionary Expeditionary ADJ NNP Degree=Pos 10 amod 10:amod _ 9 Strike Strike PROPN NNP Number=Sing 10 compound 10:compound _ 10 Force Force PROPN NNP Number=Sing 1 nsubj 1:nsubj|13:nsubj SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 13 punct 13:punct _ 12 which which PRON WDT PronType=Rel 13 nsubj 10:ref _ 13 includes include VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -133045,9 +133104,9 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 Sunburn Sunburn PROPN NNP Number=Sing 3 compound 3:compound _ 3 missile missile NOUN NN Number=Sing 17 nsubj 17:nsubj SpaceAfter=No -4 , , PUNCT , _ 17 punct 17:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 with with ADP IN _ 8 case 8:case _ -6 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 incredible incredible ADJ JJ Degree=Pos 8 amod 8:amod _ 8 speed speed NOUN NN Number=Sing 17 obl 17:obl:with _ 9 and and CCONJ CC _ 10 cc 10:cc _ @@ -133056,13 +133115,14 @@ 12 avoid avoid VERB VB VerbForm=Inf 10 acl 10:acl:to _ 13 radar radar NOUN NN Number=Sing 14 compound 14:compound _ 14 detection detection NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No -15 , , PUNCT , _ 17 punct 17:punct _ +15 , , PUNCT , _ 8 punct 8:punct _ 16 would would AUX MD VerbForm=Fin 17 aux 17:aux _ 17 do do VERB VB VerbForm=Inf 0 root 0:root _ 18 terrible terrible ADJ JJ Degree=Pos 19 amod 19:amod _ 19 damage damage NOUN NN Number=Sing 17 obj 17:obj _ +19.1 _ to ADP IN Typo=Yes _ _ 21:case CorrectForm=to 20 these this DET DT Number=Plur|PronType=Dem 21 det 21:det _ -21 ships ship NOUN NNS Number=Plur 17 obl:npmod 17:obl:npmod _ +21 ships ship NOUN NNS Number=Plur 17 obl 17:obl:to _ 22 if if SCONJ IN _ 24 mark 24:mark _ 23 Iran Iran PROPN NNP Number=Sing 24 nsubj 24:nsubj|26:nsubj:xsubj _ 24 chooses choose VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:if _ @@ -133073,10 +133133,10 @@ 29 Gulf gulf NOUN NN Number=Sing 26 obl 26:obl:in _ 30 after after ADP IN _ 33 case 33:case _ 31 an a DET DT Definite=Ind|PronType=Art 33 det 33:det _ -32 American american ADJ JJ Degree=Pos 33 amod 33:amod _ +32 American American ADJ JJ Degree=Pos 33 amod 33:amod _ 33 attack attack NOUN NN Number=Sing 26 obl 26:obl:after _ 34 within within ADP IN _ 36 case 36:case _ -35 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ +35 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ 36 borders border NOUN NNS Number=Plur 33 nmod 33:nmod:within SpaceAfter=No 37 . . PUNCT . _ 17 punct 17:punct _ @@ -133092,7 +133152,7 @@ 8 of of SCONJ IN _ 10 mark 10:mark _ 9 Iran Iran PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 10 throwing throw VERB VBG VerbForm=Ger 7 acl 7:acl:of _ -11 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 12 military military ADJ JJ Degree=Pos 13 amod 13:amod _ 13 muscle muscle NOUN NN Number=Sing 10 obj 10:obj _ 14 into into ADP IN _ 17 case 17:case _ @@ -133106,7 +133166,7 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0056 # text = Currently, the US is facing an asymmetrical attack from groups wielding small arms, shoulder-fired grenades and roadside bombs. 1 Currently currently ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 US US PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ @@ -133120,9 +133180,9 @@ 13 small small ADJ JJ Degree=Pos 14 amod 14:amod _ 14 arms arm NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No 15 , , PUNCT , _ 19 punct 19:punct _ -16 shoulder shoulder NOUN NN Number=Sing 18 advmod 18:advmod SpaceAfter=No -17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No -18 fired fire VERB VBN Tense=Past|VerbForm=Part 19 amod 19:amod _ +16 shoulder shoulder NOUN NN Number=Sing 18 compound 18:compound SpaceAfter=No +17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +18 fired fire VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 amod 19:amod _ 19 grenades grenade NOUN NNS Number=Plur 14 conj 12:obj|14:conj:and _ 20 and and CCONJ CC _ 22 cc 22:cc _ 21 roadside roadside NOUN NN Number=Sing 22 compound 22:compound _ @@ -133133,16 +133193,16 @@ # text = The vaunted American military has suffered 2,210 deaths and tens of thousands of wounded from this form of warfare. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 2 vaunted vaunted ADJ JJ Degree=Pos 4 amod 4:amod _ -3 American american ADJ JJ Degree=Pos 4 amod 4:amod _ +3 American American ADJ JJ Degree=Pos 4 amod 4:amod _ 4 military military NOUN NN Number=Sing 6 nsubj 6:nsubj _ 5 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 suffered suffer VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -7 2,210 2,210 NUM CD NumType=Card 8 nummod 8:nummod _ +7 2,210 2210 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 8 deaths death NOUN NNS Number=Plur 6 obj 6:obj _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 tens ten NOUN NNS Number=Plur 8 conj 6:obj|8:conj:and _ -11 of of ADP IN _ 10 nmod 10:nmod _ -12 thousands thousand NOUN NNS Number=Plur 11 nmod 11:nmod _ +11 of of ADP IN _ 12 case 12:case _ +12 thousands thousand NOUN NNS Number=Plur 10 nmod 10:nmod:of _ 13 of of ADP IN _ 14 case 14:case _ 14 wounded wounded ADJ JJ Degree=Pos 12 nmod 12:nmod:of _ 15 from from ADP IN _ 17 case 17:case _ @@ -133163,16 +133223,16 @@ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 guerrilla guerrilla NOUN NN Number=Sing 9 compound 9:compound _ 9 war war NOUN NN Number=Sing 6 xcomp 6:xcomp SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 12 punct 12:punct _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 siege siege NOUN NN Number=Sing 9 appos 9:appos|15:nsubj _ 13 that that PRON WDT PronType=Rel 15 nsubj 12:ref _ 14 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 15 lasted last VERB VBN Tense=Past|VerbForm=Part 12 acl:relcl 12:acl:relcl _ -16 more more ADJ JJR Degree=Cmp 19 advmod 19:advmod _ +16 more more ADJ JJR Degree=Cmp|ExtPos=ADV 19 advmod 19:advmod _ 17 than than ADP IN _ 16 fixed 16:fixed _ 18 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ -19 thousand thousand NUM CD NumType=Card 20 nummod 20:nummod _ +19 thousand thousand NUM CD NumForm=Word|NumType=Card 20 nummod 20:nummod _ 20 days day NOUN NNS Number=Plur 15 obl:tmod 15:obl:tmod SpaceAfter=No 21 . . PUNCT . _ 9 punct 9:punct _ @@ -133183,39 +133243,39 @@ 3 decides decide VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 41 advcl 41:advcl:if _ 4 to to PART TO _ 5 mark 5:mark _ 5 throw throw VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 any any DET DT _ 5 obj 5:obj _ +6 any any DET DT PronType=Ind 5 obj 5:obj _ 7 or or CCONJ CC _ 8 cc 8:cc _ -8 all all DET DT _ 6 conj 5:obj|6:conj:or _ +8 all all DET DT PronType=Tot 6 conj 5:obj|6:conj:or _ 9 of of ADP IN _ 14 case 14:case _ -10 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ -11 23,000 23,000 NUM CD NumType=Card 14 nummod 14:nummod _ +10 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +11 23,000 23000 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 12 armored armored ADJ JJ Degree=Pos 14 amod 14:amod _ 13 fighting fighting NOUN NN Number=Sing 14 compound 14:compound _ 14 vehicles vehicle NOUN NNS Number=Plur 6 nmod 6:nmod:of SpaceAfter=No 15 , , PUNCT , _ 18 punct 18:punct _ -16 along along ADP RB _ 18 cc 18:cc _ -17 with with ADP IN _ 16 fixed 16:fixed _ -18 any any DET DT _ 6 conj 5:obj|6:conj:or _ +16 along along ADP IN _ 18 case 18:case _ +17 with with ADP IN _ 18 case 18:case _ +18 any any DET DT PronType=Ind 6 conj 5:obj|6:conj:or _ 19 or or CCONJ CC _ 20 cc 20:cc _ -20 all all DET DT _ 18 conj 18:conj:or _ +20 all all DET DT PronType=Tot 18 conj 18:conj:or _ 21 of of ADP IN _ 27 case 27:case _ -22 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +22 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 23 nearly nearly ADV RB _ 26 advmod 26:advmod _ -24 million million NUM CD NumType=Card 26 compound 26:compound SpaceAfter=No -25 - - PUNCT HYPH _ 26 punct 26:punct SpaceAfter=No +24 million million NUM CD NumForm=Word|NumType=Card 26 compound 26:compound SpaceAfter=No +25 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No 26 strong strong ADJ JJ Degree=Pos 27 amod 27:amod _ 27 army army NOUN NN Number=Sing 18 nmod 18:nmod:of SpaceAfter=No -28 , , PUNCT , _ 5 punct 5:punct _ +28 , , PUNCT , _ 32 punct 32:punct _ 29 into into ADP IN _ 32 case 32:case _ 30 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 31 Iraq Iraq PROPN NNP Number=Sing 32 compound 32:compound _ 32 fray fray NOUN NN Number=Sing 5 obl 5:obl:into SpaceAfter=No -33 , , PUNCT , _ 41 punct 41:punct _ +33 , , PUNCT , _ 3 punct 3:punct _ 34 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ 35 situation situation NOUN NN Number=Sing 41 nsubj 41:nsubj|43:nsubj:xsubj _ 36 in in ADP IN _ 39 case 39:case _ 37 the the DET DT Definite=Def|PronType=Art 39 det 39:det _ -38 Middle Middle PROPN NNP Number=Sing 39 compound 39:compound _ +38 Middle Middle ADJ NNP Degree=Pos 39 amod 39:amod _ 39 East East PROPN NNP Number=Sing 35 nmod 35:nmod:in _ 40 could could AUX MD VerbForm=Fin 41 aux 41:aux _ 41 become become VERB VB VerbForm=Inf 0 root 0:root _ @@ -133225,10 +133285,10 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0060 # text = 3. The Syrian Connection -1 3 3 X LS _ 5 nummod 5:nummod SpaceAfter=No +1 3 3 NUM LS NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 The the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 Syrian syrian ADJ JJ Degree=Pos 5 amod 5:amod _ +4 Syrian Syrian ADJ JJ Degree=Pos 5 amod 5:amod _ 5 Connection connection NOUN NN Number=Sing 0 root 0:root _ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0061 @@ -133237,12 +133297,12 @@ 1 In in ADP IN _ 2 case 2:case _ 2 February February PROPN NNP Number=Sing 9 obl 9:obl:in _ 3 of of ADP IN _ 4 case 4:case _ -4 2005 2005 NUM CD NumType=Card 2 nmod 2:nmod:of SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct _ +4 2005 2005 NUM CD NumForm=Digit|NumType=Card 2 nmod 2:nmod:of SpaceAfter=No +5 , , PUNCT , _ 2 punct 2:punct _ 6 Iran Iran PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 Syria Syria PROPN NNP Number=Sing 6 conj 6:conj:and|9:nsubj _ -9 agreed agree VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 agreed agree VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 upon upon ADP IN _ 14 case 14:case _ 11 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 12 mutual mutual ADJ JJ Degree=Pos 13 amod 13:amod _ @@ -133254,7 +133314,7 @@ 18 challenges challenge NOUN NNS Number=Plur 16 obj 16:obj _ 19 and and CCONJ CC _ 20 cc 20:cc _ 20 threats threat NOUN NNS Number=Plur 18 conj 16:obj|18:conj:and SpaceAfter=No -21 " " PUNCT '' _ 20 punct 20:punct _ +21 " " PUNCT '' _ 18 punct 18:punct _ 22 in in ADP IN _ 24 case 24:case _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 region region NOUN NN Number=Sing 18 nmod 18:nmod:in SpaceAfter=No @@ -133269,7 +133329,7 @@ 5 reaction reaction NOUN NN Number=Sing 0 root 0:root _ 6 to to ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 American american ADJ JJ Degree=Pos 9 amod 9:amod _ +8 American American ADJ JJ Degree=Pos 9 amod 9:amod _ 9 invasion invasion NOUN NN Number=Sing 5 nmod 5:nmod:to _ 10 of of ADP IN _ 11 case 11:case _ 11 Iraq Iraq PROPN NNP Number=Sing 9 nmod 9:nmod:of SpaceAfter=No @@ -133287,13 +133347,13 @@ 22 after after ADP IN _ 24 case 24:case _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 death death NOUN NN Number=Sing 19 nmod 19:nmod:after|35:nsubj:pass _ -25 of of ADP IN _ 30 case 30:case _ -26 Lebanese lebanese ADJ JJ Degree=Pos 28 amod 28:amod _ -27 Prime Prime PROPN NNP Number=Sing 28 compound 28:compound _ +25 of of ADP IN _ 28 case 28:case _ +26 Lebanese Lebanese ADJ JJ Degree=Pos 28 amod 28:amod _ +27 Prime Prime ADJ NNP Degree=Pos 28 amod 28:amod _ 28 Minister Minister PROPN NNP Number=Sing 24 nmod 24:nmod _ 29 Rafik Rafik PROPN NNP Number=Sing 28 flat 28:flat _ 30 Hariri Hariri PROPN NNP Number=Sing 28 flat 28:flat SpaceAfter=No -31 , , PUNCT , _ 24 punct 24:punct _ +31 , , PUNCT , _ 35 punct 35:punct _ 32 which which PRON WDT PronType=Rel 35 nsubj:pass 24:ref _ 33 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 35 aux:pass 35:aux:pass _ 34 widely widely ADV RB _ 35 advmod 35:advmod _ @@ -133301,7 +133361,7 @@ 36 as as ADP IN _ 38 case 38:case _ 37 an a DET DT Definite=Ind|PronType=Art 38 det 38:det _ 38 assassination assassination NOUN NN Number=Sing 35 obl 35:obl:as _ -39 ordered order VERB VBN Tense=Past|VerbForm=Part 38 acl 38:acl _ +39 ordered order VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 38 acl 38:acl _ 40 from from ADP IN _ 41 case 41:case _ 41 Damascus Damascus PROPN NNP Number=Sing 39 obl 39:obl:from SpaceAfter=No 42 . . PUNCT . _ 5 punct 5:punct _ @@ -133328,7 +133388,7 @@ 18 direct direct ADJ JJ Degree=Pos 19 amod 19:amod _ 19 conflict conflict NOUN NN Number=Sing 15 obl 15:obl:into _ 20 with with ADP IN _ 22 case 22:case _ -21 American american ADJ JJ Degree=Pos 22 amod 22:amod _ +21 American American ADJ JJ Degree=Pos 22 amod 22:amod _ 22 forces force NOUN NNS Number=Plur 19 nmod 19:nmod:with SpaceAfter=No 23 . . PUNCT . _ 6 punct 6:punct _ @@ -133336,13 +133396,13 @@ # text = Like Iran, Syria's military is nothing to scoff at. 1 Like like ADP IN _ 2 case 2:case _ 2 Iran Iran PROPN NNP Number=Sing 8 obl 8:obl:like SpaceAfter=No -3 , , PUNCT , _ 8 punct 8:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4-5 Syria's _ _ _ _ _ _ _ _ 4 Syria Syria PROPN NNP Number=Sing 6 nmod:poss 6:nmod:poss _ 5 's 's PART POS _ 4 case 4:case _ 6 military military NOUN NN Number=Sing 8 nsubj 8:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ -8 nothing nothing PRON NN Number=Sing 0 root 0:root _ +8 nothing nothing PRON NN Number=Sing|PronType=Neg 0 root 0:root _ 9 to to PART TO _ 10 mark 10:mark _ 10 scoff scoff VERB VB VerbForm=Inf 8 acl 8:acl:to _ 11 at at ADP IN _ 10 obl 10:obl SpaceAfter=No @@ -133351,20 +133411,20 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0065 # text = Virtually every credible analysis has Syria standing as the strongest military force in the Middle East after Israel. 1 Virtually virtually ADV RB _ 4 advmod 4:advmod _ -2 every every DET DT _ 4 det 4:det _ +2 every every DET DT PronType=Tot 4 det 4:det _ 3 credible credible ADJ JJ Degree=Pos 4 amod 4:amod _ 4 analysis analysis NOUN NN Number=Sing 5 nsubj 5:nsubj _ 5 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -6 Syria Syria PROPN NNP Number=Sing 7 nsubj 7:nsubj _ -7 standing stand VERB VBG VerbForm=Ger 5 ccomp 5:ccomp _ +6 Syria Syria PROPN NNP Number=Sing 5 obj 5:obj|7:nsubj:xsubj _ +7 standing stand VERB VBG VerbForm=Ger 5 xcomp 5:xcomp _ 8 as as ADP IN _ 12 case 12:case _ 9 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -10 strongest strongest ADJ JJS Degree=Sup 12 amod 12:amod _ +10 strongest strong ADJ JJS Degree=Sup 12 amod 12:amod _ 11 military military ADJ JJ Degree=Pos 12 amod 12:amod _ 12 force force NOUN NN Number=Sing 7 obl 7:obl:as _ 13 in in ADP IN _ 16 case 16:case _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -15 Middle Middle PROPN NNP Number=Sing 16 compound 16:compound _ +15 Middle Middle ADJ NNP Degree=Pos 16 amod 16:amod _ 16 East East PROPN NNP Number=Sing 12 nmod 12:nmod:in _ 17 after after ADP IN _ 18 case 18:case _ 18 Israel Israel PROPN NNP Number=Sing 12 nmod 12:nmod:after SpaceAfter=No @@ -133400,17 +133460,17 @@ # text = As of 2002, Syria had some 215,000 soldiers under arms, 4,700 tanks, and a massive artillery capability. 1 As as ADP IN _ 3 case 3:case _ 2 of of ADP IN _ 1 fixed 1:fixed _ -3 2002 2002 NUM CD NumType=Card 6 obl 6:obl:as_of SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +3 2002 2002 NUM CD NumForm=Digit|NumType=Card 6 obl 6:obl:as_of SpaceAfter=No +4 , , PUNCT , _ 3 punct 3:punct _ 5 Syria Syria PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -6 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -7 some some DET DT _ 9 det 9:det _ -8 215,000 215,000 NUM CD NumType=Card 9 nummod 9:nummod _ +6 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 some some DET DT PronType=Ind 9 det 9:det _ +8 215,000 215000 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 soldiers soldier NOUN NNS Number=Plur 6 obj 6:obj _ 10 under under ADP IN _ 11 case 11:case _ 11 arms arm NOUN NNS Number=Plur 9 nmod 9:nmod:under SpaceAfter=No 12 , , PUNCT , _ 14 punct 14:punct _ -13 4,700 4,700 NUM CD NumType=Card 14 nummod 14:nummod _ +13 4,700 4700 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 14 tanks tank NOUN NNS Number=Plur 9 conj 6:obj|9:conj:and SpaceAfter=No 15 , , PUNCT , _ 20 punct 20:punct _ 16 and and CCONJ CC _ 20 cc 20:cc _ @@ -133423,28 +133483,28 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0068 # text = The Syrian Air Force is comprised of ten to eleven fighter/attack squadrons and sixteen fighter squadrons, totaling somewhere near 650 aircraft. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ -2 Syrian syrian ADJ JJ Degree=Pos 4 amod 4:amod _ +2 Syrian Syrian ADJ JJ Degree=Pos 4 amod 4:amod _ 3 Air Air PROPN NNP Number=Sing 4 compound 4:compound _ 4 Force Force PROPN NNP Number=Sing 6 nsubj:pass 6:nsubj:pass _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ 6 comprised comprise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 of of ADP IN _ 14 case 14:case _ -8 ten ten NUM CD NumType=Card 14 nummod 14:nummod _ +8 ten ten NUM CD NumForm=Word|NumType=Card 14 nummod 14:nummod _ 9 to to ADP IN _ 10 case 10:case _ -10 eleven eleven NUM CD NumType=Card 8 nmod 8:nmod:to _ +10 eleven eleven NUM CD NumForm=Word|NumType=Card 8 nmod 8:nmod:to _ 11 fighter fighter NOUN NN Number=Sing 13 compound 13:compound SpaceAfter=No -12 / / PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +12 / / PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 attack attack NOUN NN Number=Sing 14 compound 14:compound _ 14 squadrons squadron NOUN NNS Number=Plur 6 obl 6:obl:of _ 15 and and CCONJ CC _ 18 cc 18:cc _ -16 sixteen sixteen NUM CD NumType=Card 18 nummod 18:nummod _ +16 sixteen sixteen NUM CD NumForm=Word|NumType=Card 18 nummod 18:nummod _ 17 fighter fighter NOUN NN Number=Sing 18 compound 18:compound _ 18 squadrons squadron NOUN NNS Number=Plur 14 conj 6:obl:of|14:conj:and SpaceAfter=No -19 , , PUNCT , _ 14 punct 14:punct _ +19 , , PUNCT , _ 20 punct 20:punct _ 20 totaling total VERB VBG VerbForm=Ger 14 acl 14:acl _ 21 somewhere somewhere ADV RB _ 22 advmod 22:advmod _ -22 near near ADP IN _ 23 advmod 23:advmod _ -23 650 650 NUM CD NumType=Card 24 nummod 24:nummod _ +22 near near ADV IN _ 23 advmod 23:advmod _ +23 650 650 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod _ 24 aircraft aircraft NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No 25 . . PUNCT . _ 6 punct 6:punct _ @@ -133453,10 +133513,10 @@ 1 Syria Syria PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ 3 possesses possess VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 one one NUM CD NumType=Card 3 obj 3:obj _ +4 one one NUM CD NumForm=Word|NumType=Card 3 obj 3:obj _ 5 of of ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 largest largest ADJ JJS Degree=Sup 8 amod 8:amod _ +7 largest large ADJ JJS Degree=Sup 8 amod 8:amod _ 8 arsenals arsenal NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 9 of of ADP IN _ 11 case 11:case _ 10 ballistic ballistic ADJ JJ Degree=Pos 11 amod 11:amod _ @@ -133464,13 +133524,13 @@ 12 in in ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 region region NOUN NN Number=Sing 8 nmod 8:nmod:in SpaceAfter=No -15 , , PUNCT , _ 4 punct 4:punct _ -16 comprised comprise VERB VBN Tense=Past|VerbForm=Part 4 advcl 4:advcl _ +15 , , PUNCT , _ 16 punct 16:punct _ +16 comprised comprise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ 17 primarily primarily ADV RB _ 16 advmod 16:advmod _ 18 of of ADP IN _ 22 case 22:case _ 19 SCUD SCUD PROPN NNP Number=Sing 21 obl:npmod 21:obl:npmod SpaceAfter=No -20 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No -21 derived derive VERB VBN Tense=Past|VerbForm=Part 22 amod 22:amod _ +20 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No +21 derived derive VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 amod 22:amod _ 22 systems system NOUN NNS Number=Plur 16 obl 16:obl:of SpaceAfter=No 23 . . PUNCT . _ 3 punct 3:punct _ @@ -133482,17 +133542,17 @@ 4 Korea Korea PROPN NNP Number=Sing 1 conj 1:conj:and|10:nsubj _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 China China PROPN NNP Number=Sing 1 conj 1:conj:and|10:nsubj _ -7 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +7 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 8 been be AUX VBN Tense=Past|VerbForm=Part 10 cop 10:cop _ 9 willing willing ADJ JJ Degree=Pos 10 amod 10:amod _ 10 providers provider NOUN NNS Number=Plur 0 root 0:root _ 11 of of ADP IN _ 19 case 19:case _ 12 state state NOUN NN Number=Sing 19 compound 19:compound SpaceAfter=No -13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +13 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No 14 of of ADP IN _ 18 case 18:case SpaceAfter=No -15 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det SpaceAfter=No -17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No 18 art art NOUN NN Number=Sing 12 nmod 12:nmod:of _ 19 technologies technology NOUN NNS Number=Plur 10 nmod 10:nmod:of SpaceAfter=No 20 . . PUNCT . _ 10 punct 10:punct _ @@ -133504,15 +133564,15 @@ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 aux 1:aux _ 4 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 5 well well ADV RB Degree=Pos 7 advmod 7:advmod SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No -7 based base VERB VBN Tense=Past|VerbForm=Part 8 amod 8:amod _ +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No +7 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 amod 8:amod _ 8 suspicion suspicion NOUN NN Number=Sing 1 nsubj 1:nsubj _ 9 that that SCONJ IN _ 11 mark 11:mark _ 10 Syria Syria PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 11 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 acl 8:acl:that _ 12 perhaps perhaps ADV RB _ 18 advmod 18:advmod _ 13 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -14 most most ADV RBS _ 15 advmod 15:advmod _ +14 most most ADV RBS Degree=Sup 15 advmod 15:advmod _ 15 advanced advanced ADJ JJ Degree=Pos 18 amod 18:amod _ 16 chemical chemical ADJ JJ Degree=Pos 17 amod 17:amod _ 17 weapons weapon NOUN NNS Number=Plur 18 compound 18:compound _ @@ -133525,7 +133585,7 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0072 # text = 4. China and the US Economy -1 4 4 X LS _ 3 nummod 3:nummod SpaceAfter=No +1 4 4 NUM LS NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 China China PROPN NNP Number=Sing 0 root 0:root _ 4 and and CCONJ CC _ 7 cc 7:cc _ @@ -133541,8 +133601,8 @@ 3 ominous ominous ADJ JJ Degree=Pos 4 amod 4:amod _ 4 possibilities possibility NOUN NNS Number=Plur 18 nsubj 18:nsubj|19:nsubj:xsubj _ 5 of of ADP IN _ 8 case 8:case _ -6 heightened heighten VERB VBN Tense=Past|VerbForm=Part 8 amod 8:amod _ -7 Iraqi iraqi ADJ JJ Degree=Pos 8 amod 8:amod _ +6 heightened heighten VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 amod 8:amod _ +7 Iraqi Iraqi ADJ JJ Degree=Pos 8 amod 8:amod _ 8 chaos chaos NOUN NN Number=Sing 4 nmod 4:nmod:of SpaceAfter=No 9 , , PUNCT , _ 10 punct 10:punct _ 10 missiles missile NOUN NNS Number=Plur 8 conj 4:nmod:of|8:conj:and _ @@ -133551,18 +133611,18 @@ 13 Gulf gulf NOUN NN Number=Sing 10 nmod 10:nmod:in SpaceAfter=No 14 , , PUNCT , _ 17 punct 17:punct _ 15 and and CCONJ CC _ 17 cc 17:cc _ -16 Syrian syrian ADJ JJ Degree=Pos 17 amod 17:amod _ +16 Syrian Syrian ADJ JJ Degree=Pos 17 amod 17:amod _ 17 involvement involvement NOUN NN Number=Sing 8 conj 4:nmod:of|8:conj:and _ -18 loom loom VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 advcl 27:advcl:while _ +18 loom loom VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 27 advcl 27:advcl:while _ 19 large large ADJ JJ Degree=Pos 18 xcomp 18:xcomp _ 20 if if SCONJ IN _ 23 mark 23:mark _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 US US PROPN NNP Number=Sing 23 nsubj 23:nsubj _ 23 attacks attack VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:if _ 24 Iran Iran PROPN NNP Number=Sing 23 obj 23:obj SpaceAfter=No -25 , , PUNCT , _ 27 punct 27:punct _ -26 all all DET DT _ 27 nsubj 27:nsubj _ -27 pale pale VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +25 , , PUNCT , _ 18 punct 18:punct _ +26 all all DET DT PronType=Tot 27 nsubj 27:nsubj _ +27 pale pale VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 28 in in ADP IN _ 29 case 29:case _ 29 comparison comparison NOUN NN Number=Sing 27 obl 27:obl:in _ 30 to to ADP IN _ 32 case 32:case _ @@ -133571,9 +133631,9 @@ 33 of of ADP IN _ 34 case 34:case _ 34 China China PROPN NNP Number=Sing 32 nmod 32:nmod:of _ 35 in in ADP IN _ 40 case 40:case _ -36 any any DET DT _ 40 det 40:det _ +36 any any DET DT PronType=Ind 40 det 40:det _ 37 US US PROPN NNP Number=Sing 39 compound 39:compound SpaceAfter=No -38 / / PUNCT HYPH _ 39 punct 39:punct SpaceAfter=No +38 / / PUNCT HYPH _ 37 punct 37:punct SpaceAfter=No 39 Iran Iran PROPN NNP Number=Sing 40 compound 40:compound _ 40 engagement engagement NOUN NN Number=Sing 32 nmod 32:nmod:in SpaceAfter=No 41 . . PUNCT . _ 27 punct 27:punct _ @@ -133586,13 +133646,13 @@ 3 economy economy NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 exploding explode VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ -7 hampered hamper VERB VBN Tense=Past|VerbForm=Part 5 advcl 5:advcl _ +6 , , PUNCT , _ 7 punct 7:punct _ +7 hampered hamper VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 advcl 5:advcl _ 8 only only ADV RB _ 7 advmod 7:advmod _ 9 by by ADP IN _ 12 case 12:case _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 great great ADJ JJ Degree=Pos 12 amod 12:amod _ -12 thirst thirst NOUN NN Number=Sing 7 obl 7:obl:by _ +12 thirst thirst NOUN NN Number=Sing 7 obl:agent 7:obl:agent _ 13 for for ADP IN _ 14 case 14:case _ 14 petroleum petroleum NOUN NN Number=Sing 12 nmod 12:nmod:for _ 15 and and CCONJ CC _ 17 cc 17:cc _ @@ -133600,7 +133660,7 @@ 17 gas gas NOUN NN Number=Sing 14 conj 12:nmod:for|14:conj:and _ 18 to to PART TO _ 19 mark 19:mark _ 19 fuel fuel VERB VB VerbForm=Inf 14 acl 14:acl:to _ -20 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 industry industry NOUN NN Number=Sing 19 obj 19:obj SpaceAfter=No 22 . . PUNCT . _ 5 punct 5:punct _ @@ -133611,7 +133671,7 @@ 3 last last ADJ JJ Degree=Pos 5 amod 5:amod _ 4 several several ADJ JJ Degree=Pos 5 amod 5:amod _ 5 months month NOUN NNS Number=Plur 9 obl 9:obl:in SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 China China PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 8 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 9 inked ink VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ @@ -133620,12 +133680,12 @@ 12 Iran Iran PROPN NNP Number=Sing 10 nmod 10:nmod:with _ 13 for for ADP IN _ 18 case 18:case _ 14 $ $ SYM $ _ 18 nmod:npmod 18:nmod:npmod SpaceAfter=No -15 70 70 NUM CD NumType=Card 17 nummod 17:nummod _ -16 billion billion NUM CD NumType=Card 14 compound 14:compound _ +15 70 70 NUM CD NumForm=Digit|NumType=Card 16 compound 16:compound _ +16 billion billion NUM CD NumForm=Word|NumType=Card 14 nummod 14:nummod _ 17 dollars dollar NOUN NNS Number=Plur 14 appos 14:appos _ 18 worth worth NOUN NN Number=Sing 10 nmod 10:nmod:for _ 19 of of ADP IN _ 21 case 21:case _ -20 Iranian iranian ADJ JJ Degree=Pos 21 amod 21:amod _ +20 Iranian Iranian ADJ JJ Degree=Pos 21 amod 21:amod _ 21 oil oil NOUN NN Number=Sing 18 nmod 18:nmod:of _ 22 and and CCONJ CC _ 24 cc 24:cc _ 23 natural natural ADJ JJ Degree=Pos 24 amod 24:amod _ @@ -133637,11 +133697,11 @@ 1 China China PROPN NNP Number=Sing 3 nsubj 3:nsubj|20:nsubj|31:nsubj _ 2 will will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 purchase purchase VERB VB VerbForm=Inf 0 root 0:root _ -4 250 250 NUM CD NumType=Card 5 compound 5:compound _ -5 million million NUM CD NumType=Card 6 nummod 6:nummod _ +4 250 250 NUM CD NumForm=Digit|NumType=Card 5 compound 5:compound _ +5 million million NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 6 tons ton NOUN NNS Number=Plur 3 obj 3:obj _ 7 of of ADP IN _ 10 case 10:case _ -8 liquefied liquefy VERB VBN Tense=Past|VerbForm=Part 10 amod 10:amod _ +8 liquefied liquefy VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 amod 10:amod _ 9 natural natural ADJ JJ Degree=Pos 10 amod 10:amod _ 10 gas gas NOUN NN Number=Sing 6 nmod 6:nmod:of _ 11 from from ADP IN _ 12 case 12:case _ @@ -133649,7 +133709,7 @@ 13 over over ADP IN _ 17 case 17:case _ 14 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 15 next next ADJ JJ Degree=Pos 17 amod 17:amod _ -16 30 30 NUM CD NumType=Card 17 nummod 17:nummod _ +16 30 30 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod _ 17 years year NOUN NNS Number=Plur 3 obl 3:obl:over SpaceAfter=No 18 , , PUNCT , _ 20 punct 20:punct _ 19 will will AUX MD VerbForm=Fin 20 aux 20:aux _ @@ -133665,7 +133725,7 @@ 29 and and CCONJ CC _ 31 cc 31:cc _ 30 will will AUX MD VerbForm=Fin 31 aux 31:aux _ 31 receive receive VERB VB VerbForm=Inf 3 conj 3:conj:and _ -32 150,000 150,000 NUM CD NumType=Card 33 nummod 33:nummod _ +32 150,000 150000 NUM CD NumForm=Digit|NumType=Card 33 nummod 33:nummod _ 33 barrels barrel NOUN NNS Number=Plur 31 obj 31:obj _ 34 of of ADP IN _ 35 case 35:case _ 35 oil oil NOUN NN Number=Sing 33 nmod 33:nmod:of _ @@ -133691,15 +133751,15 @@ 11 to to ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 Caspian Caspian PROPN NNP Number=Sing 14 compound 14:compound _ -14 Sea Sea PROPN NNP Number=Sing 8 nmod 8:nmod:to SpaceAfter=No -15 , , PUNCT , _ 14 punct 14:punct _ -16 where where SCONJ WRB PronType=Rel 19 mark 19:mark _ +14 Sea Sea PROPN NNP Number=Sing 8 nmod 8:nmod:to|19:obl SpaceAfter=No +15 , , PUNCT , _ 19 punct 19:punct _ +16 where where ADV WRB PronType=Rel 19 advmod 14:ref _ 17 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj _ 18 would would AUX MD VerbForm=Fin 19 aux 19:aux _ 19 link link VERB VB VerbForm=Inf 14 acl:relcl 14:acl:relcl _ 20 with with ADP IN _ 23 case 23:case _ -21 another another DET DT _ 23 det 23:det _ -22 planned plan VERB VBN Tense=Past|VerbForm=Part 23 amod 23:amod _ +21 another another DET DT PronType=Ind 23 det 23:det _ +22 planned plan VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 amod 23:amod _ 23 pipeline pipeline NOUN NN Number=Sing 19 obl 19:obl:with _ 24 running run VERB VBG VerbForm=Ger 23 acl 23:acl _ 25 from from ADP IN _ 26 case 26:case _ @@ -133710,7 +133770,7 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0078 # text = Any US attack on Iran could be perceived by China as a direct threat to its economic health. -1 Any any DET DT _ 3 det 3:det _ +1 Any any DET DT PronType=Ind 3 det 3:det _ 2 US US PROPN NNP Number=Sing 3 compound 3:compound _ 3 attack attack NOUN NN Number=Sing 8 nsubj:pass 8:nsubj:pass _ 4 on on ADP IN _ 5 case 5:case _ @@ -133719,13 +133779,13 @@ 7 be be AUX VB VerbForm=Inf 8 aux:pass 8:aux:pass _ 8 perceived perceive VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 9 by by ADP IN _ 10 case 10:case _ -10 China China PROPN NNP Number=Sing 8 obl 8:obl:by _ +10 China China PROPN NNP Number=Sing 8 obl:agent 8:obl:agent _ 11 as as ADP IN _ 14 case 14:case _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 direct direct ADJ JJ Degree=Pos 14 amod 14:amod _ 14 threat threat NOUN NN Number=Sing 8 obl 8:obl:as _ 15 to to ADP IN _ 18 case 18:case _ -16 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +16 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 17 economic economic ADJ JJ Degree=Pos 18 amod 18:amod _ 18 health health NOUN NN Number=Sing 14 nmod 14:nmod:to SpaceAfter=No 19 . . PUNCT . _ 8 punct 8:punct _ @@ -133733,8 +133793,8 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0079 # text = Further, any fighting in the Persian Gulf would imperil the tankers running China's liquefied natural gas through the Strait of Hormuz. 1 Further further ADV RB _ 10 advmod 10:advmod SpaceAfter=No -2 , , PUNCT , _ 10 punct 10:punct _ -3 any any DET DT _ 4 det 4:det _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 any any DET DT PronType=Ind 4 det 4:det _ 4 fighting fighting NOUN NN Number=Sing 10 nsubj 10:nsubj _ 5 in in ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -133748,7 +133808,7 @@ 14-15 China's _ _ _ _ _ _ _ _ 14 China China PROPN NNP Number=Sing 18 nmod:poss 18:nmod:poss _ 15 's 's PART POS _ 14 case 14:case _ -16 liquefied liquefy VERB VBN Tense=Past|VerbForm=Part 18 amod 18:amod _ +16 liquefied liquefy VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 amod 18:amod _ 17 natural natural ADJ JJ Degree=Pos 18 amod 18:amod _ 18 gas gas NOUN NN Number=Sing 13 obj 13:obj _ 19 through through ADP IN _ 21 case 21:case _ @@ -133770,7 +133830,7 @@ 8 US US PROPN NNP Number=Sing 5 obl 5:obl:against _ 9 to to PART TO _ 10 mark 10:mark _ 10 defend defend VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ -11 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +11 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 12 oil oil NOUN NN Number=Sing 16 compound 16:compound _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 natural natural ADJ JJ Degree=Pos 15 amod 15:amod _ @@ -133778,7 +133838,7 @@ 16 deal deal NOUN NN Number=Sing 10 obj 10:obj _ 17 with with ADP IN _ 18 case 18:case _ 18 Iran Iran PROPN NNP Number=Sing 16 nmod 16:nmod:with SpaceAfter=No -19 , , PUNCT , _ 24 punct 24:punct _ +19 , , PUNCT , _ 3 punct 3:punct _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 US US PROPN NNP Number=Sing 24 nsubj:pass 24:nsubj:pass _ 22 would would AUX MD VerbForm=Fin 24 aux 24:aux _ @@ -133795,13 +133855,13 @@ 1 This this DET DT Number=Sing|PronType=Dem 2 det 2:det _ 2 threat threat NOUN NN Number=Sing 3 nsubj 3:nsubj _ 3 exists exist VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 not not PART RB _ 5 advmod 5:advmod _ +4 not not PART RB _ 9 advmod 9:advmod _ 5 merely merely ADV RB _ 9 advmod 9:advmod _ 6 on on ADP IN _ 9 case 9:case _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 military military ADJ JJ Degree=Pos 9 amod 9:amod _ 9 level level NOUN NN Number=Sing 3 obl 3:obl:on SpaceAfter=No -10 , , PUNCT , _ 3 punct 3:punct _ +10 , , PUNCT , _ 14 punct 14:punct _ 11 though though SCONJ IN _ 14 mark 14:mark _ 12 China China PROPN NNP Number=Sing 14 nsubj 14:nsubj _ 13 could could AUX MD VerbForm=Fin 14 aux 14:aux _ @@ -133819,9 +133879,9 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0082 # text = More significantly, China holds a large portion of the American economy in the palm of its hand. -1 More more ADV RBR _ 2 advmod 2:advmod _ +1 More more ADV RBR Degree=Cmp 2 advmod 2:advmod _ 2 significantly significantly ADV RB _ 5 advmod 5:advmod SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 China China PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 5 holds hold VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ @@ -133829,13 +133889,13 @@ 8 portion portion NOUN NN Number=Sing 5 obj 5:obj _ 9 of of ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -11 American american ADJ JJ Degree=Pos 12 amod 12:amod _ +11 American American ADJ JJ Degree=Pos 12 amod 12:amod _ 12 economy economy NOUN NN Number=Sing 8 nmod 8:nmod:of _ 13 in in ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 palm palm NOUN NN Number=Sing 5 obl 5:obl:in _ 16 of of ADP IN _ 18 case 18:case _ -17 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 hand hand NOUN NN Number=Sing 15 nmod 15:nmod:of SpaceAfter=No 19 . . PUNCT . _ 5 punct 5:punct _ @@ -133844,20 +133904,20 @@ 1 Paul Paul PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 2 Craig Craig PROPN NNP Number=Sing 1 flat 1:flat _ 3 Roberts Roberts PROPN NNPS Number=Plur 1 flat 1:flat SpaceAfter=No -4 , , PUNCT , _ 11 punct 11:punct _ +4 , , PUNCT , _ 1 punct 1:punct _ 5 writing write VERB VBG VerbForm=Ger 11 advcl 11:advcl _ 6 for for ADP IN _ 9 case 9:case _ 7 The the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 American American PROPN NNP Number=Sing 9 compound 9:compound _ +8 American American ADJ NNP Degree=Pos 9 amod 9:amod _ 9 Conservative Conservative PROPN NNP Number=Sing 5 obl 5:obl:for SpaceAfter=No -10 , , PUNCT , _ 11 punct 11:punct _ -11 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 , , PUNCT , _ 5 punct 5:punct _ +11 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 12 in in ADP IN _ 13 case 13:case _ 13 July July PROPN NNP Number=Sing 11 obl 11:obl:in _ 14 of of ADP IN _ 15 case 15:case _ -15 2005 2005 NUM CD NumType=Card 13 nmod 13:nmod:of _ +15 2005 2005 NUM CD NumForm=Digit|NumType=Card 13 nmod 13:nmod:of _ 16 that that SCONJ IN _ 36 mark 36:mark _ -17 " " PUNCT `` _ 36 punct 36:punct SpaceAfter=No +17 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No 18 As as ADP IN _ 20 case 20:case _ 19 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 20 result result NOUN NN Number=Sing 36 obl 36:obl:as _ @@ -133870,11 +133930,11 @@ 27 surpluses surplus NOUN NNS Number=Plur 23 nmod 23:nmod:of _ 28 with with ADP IN _ 31 case 31:case _ 29 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ -30 United United PROPN NNP Number=Sing 31 compound 31:compound _ -31 States States PROPN NNP Number=Sing 27 nmod 27:nmod:with SpaceAfter=No -32 , , PUNCT , _ 36 punct 36:punct _ +30 United United ADJ NNP Degree=Pos 31 amod 31:amod _ +31 States State PROPN NNPS Number=Plur 27 nmod 27:nmod:with SpaceAfter=No +32 , , PUNCT , _ 20 punct 20:punct _ 33 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ -34 Japanese japanese ADJ JJ Degree=Pos 35 amod 35:amod _ +34 Japanese Japanese ADJ JJ Degree=Pos 35 amod 35:amod _ 35 government government NOUN NN Number=Sing 36 nsubj 36:nsubj _ 36 holds hold VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 ccomp 11:ccomp _ 37 dollar dollar NOUN NN Number=Sing 38 compound 38:compound _ @@ -133882,8 +133942,8 @@ 39 of of ADP IN _ 41 case 41:case _ 40 approximately approximately ADV RB _ 41 advmod 41:advmod _ 41 $ $ SYM $ _ 38 nmod 38:nmod:of SpaceAfter=No -42 1 1 NUM CD NumType=Card 41 compound 41:compound _ -43 trillion trillion NUM CD NumType=Card 41 compound 41:compound SpaceAfter=No +42 1 1 NUM CD NumForm=Digit|NumType=Card 43 compound 43:compound _ +43 trillion trillion NUM CD NumForm=Word|NumType=Card 41 nummod 41:nummod SpaceAfter=No 44 . . PUNCT . _ 11 punct 11:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0084 @@ -133897,8 +133957,8 @@ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 approximately approximately ADV RB _ 8 advmod 8:advmod _ 8 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -9 600 600 NUM CD NumType=Card 10 compound 10:compound _ -10 billion billion NUM CD NumType=Card 8 nummod 8:nummod SpaceAfter=No +9 600 600 NUM CD NumForm=Digit|NumType=Card 10 compound 10:compound _ +10 billion billion NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod SpaceAfter=No 11 . . PUNCT . _ 8 punct 8:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0085 @@ -133908,35 +133968,35 @@ 3 holds hold VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 about about ADV RB _ 5 advmod 5:advmod _ 5 $ $ SYM $ _ 3 obj 3:obj SpaceAfter=No -6 200 200 NUM CD NumType=Card 7 compound 7:compound _ -7 billion billion NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No +6 200 200 NUM CD NumForm=Digit|NumType=Card 7 compound 7:compound _ +7 billion billion NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0086 # text = These sums give these countries enormous leverage over the United States. 1 These this DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 sums sum NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 give give VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 give give VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 these this DET DT Number=Plur|PronType=Dem 5 det 5:det _ 5 countries country NOUN NNS Number=Plur 3 iobj 3:iobj _ 6 enormous enormous ADJ JJ Degree=Pos 7 amod 7:amod _ 7 leverage leverage NOUN NN Number=Sing 3 obj 3:obj _ 8 over over ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 United United PROPN NNP Number=Sing 11 compound 11:compound _ -11 States States PROPN NNP Number=Sing 7 nmod 7:nmod:over SpaceAfter=No +10 United United ADJ NNP Degree=Pos 11 amod 11:amod _ +11 States State PROPN NNPS Number=Plur 7 nmod 7:nmod:over SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0087 # text = By dumping some portion of their reserves, these countries could put the dollar under intense pressure and send U.S. interest rates skyrocketing. 1 By by SCONJ IN _ 2 mark 2:mark _ 2 dumping dump VERB VBG VerbForm=Ger 12 advcl 12:advcl:by _ -3 some some DET DT _ 4 det 4:det _ +3 some some DET DT PronType=Ind 4 det 4:det _ 4 portion portion NOUN NN Number=Sing 2 obj 2:obj _ 5 of of ADP IN _ 7 case 7:case _ -6 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 reserves reserve NOUN NNS Number=Plur 4 nmod 4:nmod:of SpaceAfter=No -8 , , PUNCT , _ 12 punct 12:punct _ +8 , , PUNCT , _ 2 punct 2:punct _ 9 these this DET DT Number=Plur|PronType=Dem 10 det 10:det _ 10 countries country NOUN NNS Number=Plur 12 nsubj 12:nsubj|19:nsubj _ 11 could could AUX MD VerbForm=Fin 12 aux 12:aux _ @@ -133976,13 +134036,13 @@ 18 showdown showdown NOUN NN Number=Sing 29 obl 29:obl:in _ 19 with with ADP IN _ 20 case 20:case _ 20 China China PROPN NNP Number=Sing 18 nmod 18:nmod:with _ -21 - - PUNCT , _ 18 punct 18:punct _ +21 - - PUNCT , _ 23 punct 23:punct _ 22 over over ADP IN _ 23 case 23:case _ 23 Taiwan Taiwan PROPN NNP Number=Sing 18 nmod 18:nmod:over SpaceAfter=No -24 , , PUNCT , _ 18 punct 18:punct _ +24 , , PUNCT , _ 26 punct 26:punct _ 25 for for ADP IN _ 26 case 26:case _ 26 example example NOUN NN Number=Sing 18 nmod 18:nmod:for _ -27 - - PUNCT , _ 29 punct 29:punct _ +27 - - PUNCT , _ 18 punct 18:punct _ 28 China China PROPN NNP Number=Sing 29 nsubj 29:nsubj _ 29 holds hold VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ @@ -134000,14 +134060,14 @@ 7 world world NOUN NN Number=Sing 1 conj 1:conj:and|11:nsubj _ 8 at at ADP IN _ 9 case 9:case _ 9 large large ADJ JJ Degree=Pos 7 nmod 7:nmod:at SpaceAfter=No -10 , , PUNCT , _ 11 punct 11:punct _ -11 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +10 , , PUNCT , _ 1 punct 1:punct _ +11 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 12 more more ADJ JJR Degree=Cmp 14 amod 14:amod _ 13 dollar dollar NOUN NN Number=Sing 14 compound 14:compound _ 14 reserves reserve NOUN NNS Number=Plur 11 obj 11:obj _ 15 than than SCONJ IN _ 17 mark 17:mark _ 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 17 nsubj 17:nsubj _ -17 require require VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:than SpaceAfter=No +17 require require VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:than SpaceAfter=No 18 . . PUNCT . _ 11 punct 11:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0090 @@ -134015,7 +134075,7 @@ 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 would would AUX MD VerbForm=Fin 3 aux 3:aux _ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ -4 no no DET DT _ 5 det 5:det _ +4 no no DET DT PronType=Neg 5 det 5:det _ 5 problem problem NOUN NN Number=Sing 3 obj 3:obj|6:nsubj:xsubj _ 6 teaching teach VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ @@ -134026,37 +134086,37 @@ 12 if if SCONJ IN _ 15 mark 15:mark _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 need need NOUN NN Number=Sing 15 nsubj 15:nsubj _ -15 arose arise VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:if SpaceAfter=No +15 arose arise VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:if SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct SpaceAfter=No 17 " " PUNCT '' _ 3 punct 3:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0091 # text = "The hardest blow on Americans," concluded Roberts, "will fall when China does revalue its currency. -1 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No +1 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 2 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 hardest hardest ADJ JJS Degree=Sup 4 amod 4:amod _ +3 hardest hard ADJ JJS Degree=Sup 4 amod 4:amod _ 4 blow blow NOUN NN Number=Sing 14 nsubj 14:nsubj _ 5 on on ADP IN _ 6 case 6:case _ -6 Americans Americans PROPN NNPS Number=Plur 4 nmod 4:nmod:on SpaceAfter=No -7 , , PUNCT , _ 14 punct 14:punct SpaceAfter=No -8 " " PUNCT '' _ 14 punct 14:punct _ -9 concluded conclude VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 parataxis 14:parataxis _ +6 Americans American PROPN NNPS Number=Plur 4 nmod 4:nmod:on SpaceAfter=No +7 , , PUNCT , _ 4 punct 4:punct SpaceAfter=No +8 " " PUNCT '' _ 4 punct 4:punct _ +9 concluded conclude VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 parataxis 14:parataxis _ 10 Roberts Roberts PROPN NNP Number=Sing 9 nsubj 9:nsubj SpaceAfter=No -11 , , PUNCT , _ 14 punct 14:punct _ -12 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No +11 , , PUNCT , _ 9 punct 9:punct _ +12 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No 13 will will AUX MD VerbForm=Fin 14 aux 14:aux _ 14 fall fall VERB VB VerbForm=Inf 0 root 0:root _ -15 when when SCONJ WRB PronType=Int 18 mark 18:mark _ +15 when when ADV WRB PronType=Int 18 advmod 18:advmod _ 16 China China PROPN NNP Number=Sing 18 nsubj 18:nsubj _ 17 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 18 revalue revalue VERB VB VerbForm=Inf 14 advcl 14:advcl:when _ -19 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 currency currency NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No 21 . . PUNCT . _ 14 punct 14:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0092 # text = When China's currency ceases to be undervalued, American shoppers in Wal-Mart, where 70 percent of the goods on the shelves are made in China, will think they are in Neiman Marcus. -1 When when SCONJ WRB PronType=Int 5 mark 5:mark _ +1 When when ADV WRB PronType=Int 5 advmod 5:advmod _ 2-3 China's _ _ _ _ _ _ _ _ 2 China China PROPN NNP Number=Sing 4 nmod:poss 4:nmod:poss _ 3 's 's PART POS _ 2 case 2:case _ @@ -134065,16 +134125,16 @@ 6 to to PART TO _ 8 mark 8:mark _ 7 be be AUX VB VerbForm=Inf 8 aux:pass 8:aux:pass _ 8 undervalued undervalue VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 xcomp 5:xcomp SpaceAfter=No -9 , , PUNCT , _ 32 punct 32:punct _ -10 American american ADJ JJ Degree=Pos 11 amod 11:amod _ +9 , , PUNCT , _ 5 punct 5:punct _ +10 American American ADJ JJ Degree=Pos 11 amod 11:amod _ 11 shoppers shopper NOUN NNS Number=Plur 32 nsubj 32:nsubj _ 12 in in ADP IN _ 15 case 15:case _ 13 Wal Wal PROPN NNP Number=Sing 15 compound 15:compound SpaceAfter=No -14 - - PUNCT , _ 15 punct 15:punct SpaceAfter=No -15 Mart Mart PROPN NNP Number=Sing 11 nmod 11:nmod:in SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ -17 where where SCONJ WRB PronType=Rel 27 mark 27:mark _ -18 70 70 NUM CD NumType=Card 19 nummod 19:nummod _ +14 - - PUNCT , _ 13 punct 13:punct SpaceAfter=No +15 Mart Mart PROPN NNP Number=Sing 11 nmod 11:nmod:in|27:obl SpaceAfter=No +16 , , PUNCT , _ 27 punct 27:punct _ +17 where where ADV WRB PronType=Rel 27 advmod 15:ref _ +18 70 70 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod _ 19 percent percent NOUN NN Number=Sing 27 nsubj:pass 27:nsubj:pass _ 20 of of ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ @@ -134082,15 +134142,15 @@ 23 on on ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 shelves shelf NOUN NNS Number=Plur 22 nmod 22:nmod:on _ -26 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 aux:pass 27:aux:pass _ +26 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 27 aux:pass 27:aux:pass _ 27 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 acl:relcl 15:acl:relcl _ 28 in in ADP IN _ 29 case 29:case _ 29 China China PROPN NNP Number=Sing 27 obl 27:obl:in SpaceAfter=No -30 , , PUNCT , _ 32 punct 32:punct _ +30 , , PUNCT , _ 11 punct 11:punct _ 31 will will AUX MD VerbForm=Fin 32 aux 32:aux _ 32 think think VERB VB VerbForm=Inf 0 root 0:root _ 33 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 37 nsubj 37:nsubj _ -34 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 37 cop 37:cop _ +34 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 37 cop 37:cop _ 35 in in ADP IN _ 37 case 37:case _ 36 Neiman Neiman PROPN NNP Number=Sing 37 compound 37:compound _ 37 Marcus Marcus PROPN NNP Number=Sing 32 ccomp 32:ccomp SpaceAfter=No @@ -134106,7 +134166,7 @@ 6 dramatic dramatic ADJ JJ Degree=Pos 7 amod 7:amod _ 7 reduction reduction NOUN NN Number=Sing 4 obj 4:obj _ 8 in in ADP IN _ 11 case 11:case _ -9 American american ADJ JJ Degree=Pos 11 amod 11:amod _ +9 American American ADJ JJ Degree=Pos 11 amod 11:amod _ 10 real real ADJ JJ Degree=Pos 11 amod 11:amod _ 11 incomes income NOUN NNS Number=Plur 7 nmod 7:nmod:in SpaceAfter=No 12 . . PUNCT . _ 4 punct 4:punct _ @@ -134127,17 +134187,17 @@ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 housing housing NOUN NN Number=Sing 14 compound 14:compound _ 14 market market NOUN NN Number=Sing 10 nmod 10:nmod:in SpaceAfter=No -15 , , PUNCT , _ 19 punct 19:punct _ -16 American american ADJ JJ Degree=Pos 17 amod 17:amod _ +15 , , PUNCT , _ 3 punct 3:punct _ +16 American American ADJ JJ Degree=Pos 17 amod 17:amod _ 17 consumers consumer NOUN NNS Number=Plur 19 nsubj 19:nsubj _ 18 will will AUX MD VerbForm=Fin 19 aux 19:aux _ 19 experience experience VERB VB VerbForm=Inf 0 root 0:root _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -21 hardest hardest ADJ JJS Degree=Sup 22 amod 22:amod _ +21 hardest hard ADJ JJS Degree=Sup 22 amod 22:amod _ 22 times time NOUN NNS Number=Plur 19 obj 19:obj _ 23 since since ADP IN _ 26 case 26:case _ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -25 Great Great PROPN NNP Number=Sing 26 compound 26:compound _ +25 Great Great ADJ NNP Degree=Pos 26 amod 26:amod _ 26 Depression Depression PROPN NNP Number=Sing 22 nmod 22:nmod:since SpaceAfter=No 27 . . PUNCT . _ 19 punct 19:punct SpaceAfter=No 28 " " PUNCT '' _ 19 punct 19:punct _ @@ -134146,11 +134206,11 @@ # text = In short, China has the American economy by the throat. 1 In in ADP IN _ 2 case 2:case _ 2 short short ADJ JJ Degree=Pos 5 obl 5:obl:in SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 China China PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 5 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 American american ADJ JJ Degree=Pos 8 amod 8:amod _ +7 American American ADJ JJ Degree=Pos 8 amod 8:amod _ 8 economy economy NOUN NN Number=Sing 5 obj 5:obj _ 9 by by ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ @@ -134164,7 +134224,7 @@ 3 decide decide VERB VB VerbForm=Inf 10 advcl 10:advcl _ 4 to to PART TO _ 5 mark 5:mark _ 5 squeeze squeeze VERB VB VerbForm=Inf 3 xcomp 3:xcomp SpaceAfter=No -6 , , PUNCT , _ 10 punct 10:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 8 will will AUX MD VerbForm=Fin 10 aux 10:aux _ 9 all all ADV RB _ 10 advmod 10:advmod _ @@ -134187,7 +134247,7 @@ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 diplomatic diplomatic ADJ JJ Degree=Pos 12 amod 12:amod _ 12 realm realm NOUN NN Number=Sing 8 obl 8:obl:to SpaceAfter=No -13 ; ; PUNCT , _ 8 punct 8:punct _ +13 ; ; PUNCT , _ 18 punct 18:punct _ 14 China China PROPN NNP Number=Sing 18 nsubj 18:nsubj|28:nsubj _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ @@ -134195,53 +134255,53 @@ 18 member member NOUN NN Number=Sing 8 parataxis 8:parataxis _ 19 of of ADP IN _ 24 case 24:case _ 20 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -21 United United PROPN NNP Number=Sing 22 compound 22:compound _ -22 Nations Nations PROPN NNP Number=Sing 24 compound 24:compound _ +21 United United ADJ NNP Degree=Pos 22 amod 22:amod _ +22 Nations Nation PROPN NNPS Number=Plur 24 compound 24:compound _ 23 Security Security PROPN NNP Number=Sing 24 compound 24:compound _ 24 Council Council PROPN NNP Number=Sing 18 nmod 18:nmod:of SpaceAfter=No 25 , , PUNCT , _ 28 punct 28:punct _ 26 and and CCONJ CC _ 28 cc 28:cc _ 27 could could AUX MD VerbForm=Fin 28 aux 28:aux _ 28 veto veto VERB VB VerbForm=Inf 18 conj 18:conj:and _ -29 any any DET DT _ 30 det 30:det _ +29 any any DET DT PronType=Ind 30 det 30:det _ 30 actions action NOUN NNS Number=Plur 28 obj 28:obj _ 31 against against ADP IN _ 32 case 32:case _ 32 Iran Iran PROPN NNP Number=Sing 30 nmod 30:nmod:against _ -33 proposed propose VERB VBN Tense=Past|VerbForm=Part 30 acl 30:acl _ +33 proposed propose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 30 acl 30:acl _ 34 by by ADP IN _ 37 case 37:case _ 35 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ -36 United United PROPN NNP Number=Sing 37 compound 37:compound _ -37 States States PROPN NNP Number=Sing 33 obl 33:obl:by SpaceAfter=No +36 United United ADJ NNP Degree=Pos 37 amod 37:amod _ +37 States State PROPN NNPS Number=Plur 33 obl:agent 33:obl:agent SpaceAfter=No 38 . . PUNCT . _ 8 punct 8:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0098 # text = 5. American Preparedness -1 5 5 X LS _ 4 nummod 4:nummod SpaceAfter=No +1 5 5 NUM LS NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ -3 American american ADJ JJ Degree=Pos 4 amod 4:amod _ +3 American American ADJ JJ Degree=Pos 4 amod 4:amod _ 4 Preparedness preparedness NOUN NN Number=Sing 0 root 0:root _ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0099 # newpar id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-p0009 # text = American citizens have for decades taken it as a given that our military can overwhelm and overcome any foe on the battlefield. -1 American american ADJ JJ Degree=Pos 2 amod 2:amod _ +1 American American ADJ JJ Degree=Pos 2 amod 2:amod _ 2 citizens citizen NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +3 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 4 for for ADP IN _ 5 case 5:case _ 5 decades decade NOUN NNS Number=Plur 6 obl 6:obl:for _ 6 taken take VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -7 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 obj 6:obj _ +7 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 expl 6:expl _ 8 as as ADP IN _ 10 case 10:case _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 given given NOUN NN Number=Sing 6 obl 6:obl:as _ 11 that that SCONJ IN _ 15 mark 15:mark _ -12 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 military military NOUN NN Number=Sing 15 nsubj 15:nsubj|17:nsubj _ 14 can can AUX MD VerbForm=Fin 15 aux 15:aux _ 15 overwhelm overwhelm VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 overcome overcome VERB VB VerbForm=Inf 15 conj 6:ccomp|15:conj:and _ -18 any any DET DT _ 19 det 19:det _ +18 any any DET DT PronType=Ind 19 det 19:det _ 19 foe foe NOUN NN Number=Sing 15 obj 15:obj|17:obj _ 20 on on ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ @@ -134255,10 +134315,10 @@ 3 victory victory NOUN NN Number=Sing 9 nsubj 9:nsubj _ 4 during during ADP IN _ 8 case 8:case _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -6 first first ADJ JJ Degree=Pos|NumType=Ord 8 amod 8:amod _ +6 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 8 amod 8:amod _ 7 Gulf Gulf PROPN NNP Number=Sing 8 compound 8:compound _ 8 War War PROPN NNP Number=Sing 3 nmod 3:nmod:during _ -9 cemented cement VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 cemented cement VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 this this DET DT Number=Sing|PronType=Dem 11 det 11:det _ 11 perception perception NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No 12 . . PUNCT . _ 9 punct 9:punct _ @@ -134267,16 +134327,16 @@ # text = The last three years of the Iraq occupation, however, have sapped this confidence. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 2 last last ADJ JJ Degree=Pos 4 amod 4:amod _ -3 three three NUM CD NumType=Card 4 nummod 4:nummod _ +3 three three NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 years year NOUN NNS Number=Plur 13 nsubj 13:nsubj _ 5 of of ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 Iraq Iraq PROPN NNP Number=Sing 8 compound 8:compound _ 8 occupation occupation NOUN NN Number=Sing 4 nmod 4:nmod:of SpaceAfter=No -9 , , PUNCT , _ 13 punct 13:punct _ +9 , , PUNCT , _ 4 punct 4:punct _ 10 however however ADV RB _ 13 advmod 13:advmod SpaceAfter=No -11 , , PUNCT , _ 13 punct 13:punct _ -12 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +11 , , PUNCT , _ 10 punct 10:punct _ +12 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 sapped sap VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 14 this this DET DT Number=Sing|PronType=Dem 15 det 15:det _ 15 confidence confidence NOUN NN Number=Sing 13 obj 13:obj SpaceAfter=No @@ -134284,8 +134344,8 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0102 # text = Worse, the occupation has done great damage to the strength of the American military, justifying the decrease in confidence. -1 Worse worse ADV RBR Degree=Cmp 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +1 Worse badly ADV RBR Degree=Cmp 6 advmod 6:advmod SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 occupation occupation NOUN NN Number=Sing 6 nsubj 6:nsubj _ 5 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ @@ -134297,9 +134357,9 @@ 11 strength strength NOUN NN Number=Sing 6 obl 6:obl:to _ 12 of of ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -14 American american ADJ JJ Degree=Pos 15 amod 15:amod _ +14 American American ADJ JJ Degree=Pos 15 amod 15:amod _ 15 military military NOUN NN Number=Sing 11 nmod 11:nmod:of SpaceAfter=No -16 , , PUNCT , _ 6 punct 6:punct _ +16 , , PUNCT , _ 17 punct 17:punct _ 17 justifying justify VERB VBG VerbForm=Ger 6 advcl 6:advcl _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 decrease decrease NOUN NN Number=Sing 17 obj 17:obj _ @@ -134311,19 +134371,19 @@ # text = Thanks to repeated deployments to Iraq and Afghanistan, recruiting is at an all-time low. 1 Thanks thanks NOUN NN Number=Sing 11 obl:npmod 11:obl:npmod _ 2 to to ADP IN _ 4 case 4:case _ -3 repeated repeat VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod _ +3 repeated repeat VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod _ 4 deployments deployment NOUN NNS Number=Plur 1 nmod 1:nmod:to _ 5 to to ADP IN _ 6 case 6:case _ 6 Iraq Iraq PROPN NNP Number=Sing 4 nmod 4:nmod:to _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 Afghanistan Afghanistan PROPN NNP Number=Sing 6 conj 4:nmod:to|6:conj:and SpaceAfter=No -9 , , PUNCT , _ 11 punct 11:punct _ +9 , , PUNCT , _ 1 punct 1:punct _ 10 recruiting recruiting NOUN NN Number=Sing 11 nsubj 11:nsubj _ -11 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 12 at at ADP IN _ 17 case 17:case _ 13 an a DET DT Definite=Ind|PronType=Art 17 det 17:det _ -14 all all DET DT _ 16 det 16:det SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +14 all all DET DT PronType=Tot 16 det 16:det SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 time time NOUN NN Number=Sing 17 compound 17:compound _ 17 low low NOUN NN Number=Sing 11 obl 11:obl:at SpaceAfter=No 18 . . PUNCT . _ 11 punct 11:punct _ @@ -134336,9 +134396,9 @@ 4 training training NOUN NN Number=Sing 1 nmod 1:nmod:with _ 5 and and CCONJ CC _ 8 cc 8:cc _ 6 know know NOUN NN Number=Sing 8 compound 8:compound SpaceAfter=No -7 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No +7 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No 8 how how NOUN NN Number=Sing 4 conj 1:nmod:with|4:conj:and _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 refusing refuse VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 11 to to PART TO _ 12 mark 12:mark _ 12 re-enlist re-enlist VERB VB VerbForm=Inf 10 xcomp 10:xcomp SpaceAfter=No @@ -134349,9 +134409,9 @@ 1 Across across ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 board board NOUN NN Number=Sing 9 obl 9:obl:across SpaceAfter=No -4 , , PUNCT , _ 9 punct 9:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 American american ADJ JJ Degree=Pos 7 amod 7:amod _ +6 American American ADJ JJ Degree=Pos 7 amod 7:amod _ 7 military military NOUN NN Number=Sing 9 nsubj:pass 9:nsubj:pass _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux:pass 9:aux:pass _ 9 stretched stretch VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ @@ -134363,11 +134423,11 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0106 # text = Two vaunted economists - one a Nobel Prize winner and the other a nationally renowned budget expert - have analyzed the data at hand and put a price tag on the Iraq occupation. -1 Two two NUM CD NumType=Card 3 nummod 3:nummod _ +1 Two two NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 2 vaunted vaunted ADJ JJ Degree=Pos 3 amod 3:amod _ -3 economists economist NOUN NNS Number=Plur 19 nsubj 19:nsubj _ -4 - - PUNCT , _ 3 punct 3:punct _ -5 one one NUM CD NumType=Card 9 nsubj 9:nsubj _ +3 economists economist NOUN NNS Number=Plur 20 nsubj 20:nsubj|26:nsubj _ +4 - - PUNCT , _ 9 punct 9:punct _ +5 one one NUM CD NumForm=Word|NumType=Card 9 nsubj 9:nsubj _ 6 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 7 Nobel Nobel PROPN NNP Number=Sing 8 compound 8:compound _ 8 Prize Prize PROPN NNP Number=Sing 9 compound 9:compound _ @@ -134381,14 +134441,14 @@ 16 budget budget NOUN NN Number=Sing 17 compound 17:compound _ 17 expert expert NOUN NN Number=Sing 9 conj 3:appos|9:conj:and _ 18 - - PUNCT , _ 3 punct 3:punct _ -19 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -20 analyzed analyze VERB VBN Tense=Past|VerbForm=Part 19 obj 19:obj _ +19 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +20 analyzed analyze VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 data data NOUN NN Number=Sing 20 obj 20:obj _ 23 at at ADP IN _ 24 case 24:case _ 24 hand hand NOUN NN Number=Sing 22 nmod 22:nmod:at _ 25 and and CCONJ CC _ 26 cc 26:cc _ -26 put put VERB VBN Tense=Past|VerbForm=Part 20 conj 19:obj|20:conj:and _ +26 put put VERB VBN Tense=Past|VerbForm=Part 20 conj 20:conj:and _ 27 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ 28 price price NOUN NN Number=Sing 29 compound 29:compound _ 29 tag tag NOUN NN Number=Sing 26 obj 26:obj _ @@ -134396,13 +134456,13 @@ 31 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 32 Iraq Iraq PROPN NNP Number=Sing 33 compound 33:compound _ 33 occupation occupation NOUN NN Number=Sing 26 obl 26:obl:on SpaceAfter=No -34 . . PUNCT . _ 19 punct 19:punct _ +34 . . PUNCT . _ 20 punct 20:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0107 # text = According to Linda Bilmes of Harvard and Nobel Laureate Joseph E. Stiglitz of Columbia University, the final cost of the Iraq occupation will run between $1 trillion and $2 trillion, surpassing by orders of magnitude the estimates put forth by the Bush administration. -1 According accord VERB VBG VerbForm=Ger 3 case 3:case _ -2 to to ADP IN _ 3 case 3:case _ -3 Linda Linda PROPN NNP Number=Sing 25 obl 25:obl:to _ +1 According accord VERB VBG ExtPos=ADP|VerbForm=Ger 3 case 3:case _ +2 to to ADP IN _ 1 fixed 1:fixed _ +3 Linda Linda PROPN NNP Number=Sing 25 obl 25:obl:according_to _ 4 Bilmes Bilmes PROPN NNP Number=Sing 3 flat 3:flat _ 5 of of ADP IN _ 6 case 6:case _ 6 Harvard Harvard PROPN NNP Number=Sing 3 nmod 3:nmod:of _ @@ -134415,7 +134475,7 @@ 13 of of ADP IN _ 15 case 15:case _ 14 Columbia Columbia PROPN NNP Number=Sing 15 compound 15:compound _ 15 University University PROPN NNP Number=Sing 10 nmod 10:nmod:of SpaceAfter=No -16 , , PUNCT , _ 25 punct 25:punct _ +16 , , PUNCT , _ 3 punct 3:punct _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 18 final final ADJ JJ Degree=Pos 19 amod 19:amod _ 19 cost cost NOUN NN Number=Sing 25 nsubj 25:nsubj _ @@ -134427,13 +134487,13 @@ 25 run run VERB VB VerbForm=Inf 0 root 0:root _ 26 between between ADP IN _ 27 case 27:case _ 27 $ $ SYM $ _ 25 obl 25:obl:between SpaceAfter=No -28 1 1 NUM CD NumType=Card 29 compound 29:compound _ -29 trillion trillion NUM CD NumType=Card 27 nummod 27:nummod _ +28 1 1 NUM CD NumForm=Digit|NumType=Card 29 compound 29:compound _ +29 trillion trillion NUM CD NumForm=Word|NumType=Card 27 nummod 27:nummod _ 30 and and CCONJ CC _ 31 cc 31:cc _ 31 $ $ SYM $ _ 27 conj 25:obl:between|27:conj:and SpaceAfter=No -32 2 2 NUM CD NumType=Card 33 compound 33:compound _ -33 trillion trillion NUM CD NumType=Card 31 nummod 31:nummod SpaceAfter=No -34 , , PUNCT , _ 25 punct 25:punct _ +32 2 2 NUM CD NumForm=Digit|NumType=Card 33 compound 33:compound _ +33 trillion trillion NUM CD NumForm=Word|NumType=Card 31 nummod 31:nummod SpaceAfter=No +34 , , PUNCT , _ 35 punct 35:punct _ 35 surpassing surpass VERB VBG VerbForm=Ger 25 advcl 25:advcl _ 36 by by ADP IN _ 37 case 37:case _ 37 orders order NOUN NNS Number=Plur 35 obl 35:obl:by _ @@ -134441,11 +134501,11 @@ 39 magnitude magnitude NOUN NN Number=Sing 37 nmod 37:nmod:of _ 40 the the DET DT Definite=Def|PronType=Art 41 det 41:det _ 41 estimates estimate NOUN NNS Number=Plur 35 obj 35:obj _ -42 put put VERB VBN Tense=Past|VerbForm=Part 41 acl 41:acl _ +42 put put VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 41 acl 41:acl _ 43 forth forth ADV RB _ 42 advmod 42:advmod _ 44 by by ADP IN _ 46 case 46:case _ 45 the the DET DT Definite=Def|PronType=Art 46 det 46:det _ -46 Bush Bush PROPN NNP Number=Sing 42 obl 42:obl:by _ +46 Bush Bush PROPN NNP Number=Sing 42 obl:agent 42:obl:agent _ 47 administration administration NOUN NN Number=Sing 46 flat 46:flat SpaceAfter=No 48 . . PUNCT . _ 25 punct 25:punct _ @@ -134457,7 +134517,7 @@ 4 with with ADP IN _ 5 case 5:case _ 5 Iran Iran PROPN NNP Number=Sing 3 nmod 3:nmod:with _ 6 envelops envelop VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:if _ -7 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 forces force NOUN NNS Number=Plur 6 obj 6:obj _ 9 in in ADP IN _ 10 case 10:case _ 10 Iraq Iraq PROPN NNP Number=Sing 8 nmod 8:nmod:in SpaceAfter=No @@ -134467,8 +134527,8 @@ 14 to to PART TO _ 15 mark 15:mark _ 15 involve involve VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 16 Syria Syria PROPN NNP Number=Sing 15 obj 15:obj SpaceAfter=No -17 , , PUNCT , _ 22 punct 22:punct _ -18 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +17 , , PUNCT , _ 6 punct 6:punct _ +18 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 economy economy NOUN NN Number=Sing 22 nsubj 22:nsubj _ 20 will will AUX MD VerbForm=Fin 22 aux 22:aux _ 21 likely likely ADV RB _ 22 advmod 22:advmod _ @@ -134492,9 +134552,9 @@ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 economic economic ADJ JJ Degree=Pos 6 amod 6:amod _ 6 threat threat NOUN NN Number=Sing 1 obj 1:obj _ -7 posed pose VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 posed pose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 by by ADP IN _ 9 case 9:case _ -9 China China PROPN NNP Number=Sing 7 obl 7:obl:by SpaceAfter=No +9 China China PROPN NNP Number=Sing 7 obl:agent 7:obl:agent SpaceAfter=No 10 , , PUNCT , _ 14 punct 14:punct _ 11 and and CCONJ CC _ 14 cc 14:cc _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ @@ -134502,7 +134562,7 @@ 14 threat threat NOUN NN Number=Sing 6 conj 1:obj|6:conj:and _ 15 implicit implicit ADJ JJ Degree=Pos 14 amod 14:amod _ 16 in in ADP IN _ 19 case 19:case _ -17 any any DET DT _ 19 det 19:det _ +17 any any DET DT PronType=Ind 19 det 19:det _ 18 substantial substantial ADJ JJ Degree=Pos 19 amod 19:amod _ 19 disruption disruption NOUN NN Number=Sing 15 obl 15:obl:in _ 20 of of ADP IN _ 22 case 22:case _ @@ -134522,21 +134582,21 @@ 2 Iran Iran PROPN NNP Number=Sing 19 nsubj 19:nsubj|21:nsubj:xsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 Syria Syria PROPN NNP Number=Sing 2 conj 2:conj:and|19:nsubj|21:nsubj:xsubj _ -5 - - PUNCT , _ 2 punct 2:punct _ +5 - - PUNCT , _ 9 punct 9:punct _ 6 with with ADP IN _ 9 case 9:case _ -7 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 8 significant significant ADJ JJ Degree=Pos 9 amod 9:amod _ 9 armaments armament NOUN NNS Number=Plur 2 nmod 2:nmod:with SpaceAfter=No 10 , , PUNCT , _ 12 punct 12:punct _ 11 missile missile NOUN NN Number=Sing 12 compound 12:compound _ 12 technologies technology NOUN NNS Number=Plur 9 conj 2:nmod:with|9:conj:and _ 13 and and CCONJ CC _ 17 cc 17:cc _ -14 suspected suspect VERB VBN Tense=Past|VerbForm=Part 17 amod 17:amod _ +14 suspected suspect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 amod 17:amod _ 15 chemical chemical ADJ JJ Degree=Pos 16 amod 16:amod _ 16 weapons weapon NOUN NNS Number=Plur 17 compound 17:compound _ 17 capabilities capability NOUN NNS Number=Plur 9 conj 2:nmod:with|9:conj:and _ -18 - - PUNCT , _ 19 punct 19:punct _ -19 decide decide VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 36 advcl 36:advcl:if _ +18 - - PUNCT , _ 2 punct 2:punct _ +19 decide decide VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 36 advcl 36:advcl:if _ 20 to to PART TO _ 21 mark 21:mark _ 21 engage engage VERB VB VerbForm=Inf 19 xcomp 19:xcomp _ 22 with with ADP IN _ 27 case 27:case _ @@ -134547,8 +134607,8 @@ 27 force force NOUN NN Number=Sing 21 obl 21:obl:with _ 28 in in ADP IN _ 29 case 29:case _ 29 Iraq Iraq PROPN NNP Number=Sing 27 nmod 27:nmod:in SpaceAfter=No -30 , , PUNCT , _ 36 punct 36:punct _ -31 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ +30 , , PUNCT , _ 19 punct 19:punct _ +31 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ 32 troops troops NOUN NNS Number=Plur 36 nsubj 36:nsubj _ 33 there there ADV RB PronType=Dem 32 advmod 32:advmod _ 34 will will AUX MD VerbForm=Fin 36 aux 36:aux _ @@ -134587,16 +134647,16 @@ # text = In the worst-case scenario, the newly-minted American order of battle requiring the use of nuclear weapons to rescue a surrounded and imperiled force could come into play, hurling the entire planet into military and diplomatic bedlam. 1 In in ADP IN _ 6 case 6:case _ 2 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -3 worst worst ADJ JJS Degree=Sup 5 amod 5:amod SpaceAfter=No -4 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No +3 worst bad ADJ JJS Degree=Sup 5 amod 5:amod SpaceAfter=No +4 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 5 case case NOUN NN Number=Sing 6 compound 6:compound _ 6 scenario scenario NOUN NN Number=Sing 30 obl 30:obl:in SpaceAfter=No -7 , , PUNCT , _ 30 punct 30:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 9 newly newly ADV RB _ 11 advmod 11:advmod SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No -11 minted mint VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ -12 American american ADJ JJ Degree=Pos 13 amod 13:amod _ +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +11 minted mint VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod _ +12 American American ADJ JJ Degree=Pos 13 amod 13:amod _ 13 order order NOUN NN Number=Sing 30 nsubj 30:nsubj _ 14 of of ADP IN _ 15 case 15:case _ 15 battle battle NOUN NN Number=Sing 13 nmod 13:nmod:of _ @@ -134609,15 +134669,15 @@ 22 to to PART TO _ 23 mark 23:mark _ 23 rescue rescue VERB VB VerbForm=Inf 18 acl 18:acl:to _ 24 a a DET DT Definite=Ind|PronType=Art 28 det 28:det _ -25 surrounded surround VERB VBN Tense=Past|VerbForm=Part 28 amod 28:amod _ +25 surrounded surround VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 28 amod 28:amod _ 26 and and CCONJ CC _ 27 cc 27:cc _ -27 imperiled imperil VERB VBN Tense=Past|VerbForm=Part 25 conj 25:conj:and|28:amod _ +27 imperiled imperil VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 conj 25:conj:and|28:amod _ 28 force force NOUN NN Number=Sing 23 obj 23:obj _ 29 could could AUX MD VerbForm=Fin 30 aux 30:aux _ 30 come come VERB VB VerbForm=Inf 0 root 0:root _ 31 into into ADP IN _ 32 case 32:case _ 32 play play NOUN NN Number=Sing 30 obl 30:obl:into SpaceAfter=No -33 , , PUNCT , _ 30 punct 30:punct _ +33 , , PUNCT , _ 34 punct 34:punct _ 34 hurling hurl VERB VBG VerbForm=Ger 30 advcl 30:advcl _ 35 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ 36 entire entire ADJ JJ Degree=Pos 37 amod 37:amod _ @@ -134632,9 +134692,9 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0113 # text = Conclusion: Is Any of This Possible? 1 Conclusion conclusion NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 7 punct 7:punct _ 3 Is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ -4 Any any DET DT _ 7 nsubj 7:nsubj _ +4 Any any DET DT PronType=Ind 7 nsubj 7:nsubj _ 5 of of ADP IN _ 6 case 6:case _ 6 This this PRON DT Number=Sing|PronType=Dem 4 nmod 4:nmod:of _ 7 Possible possible ADJ JJ Degree=Pos 1 appos 1:appos SpaceAfter=No @@ -134651,8 +134711,8 @@ 6 as as ADV RB _ 7 advmod 7:advmod _ 7 directly directly ADV RB _ 5 advmod 5:advmod _ 8 as as SCONJ IN _ 9 mark 9:mark _ -9 possible possible ADJ JJ Degree=Pos 6 advcl 6:advcl:as SpaceAfter=No -10 : : PUNCT , _ 5 punct 5:punct _ +9 possible possible ADJ JJ Degree=Pos 7 advcl 7:advcl:as SpaceAfter=No +10 : : PUNCT , _ 16 punct 16:punct _ 11 what what DET WDT PronType=Int 12 det 12:det _ 12 manner manner NOUN NN Number=Sing 16 nsubj 16:nsubj _ 13 of of ADP IN _ 14 case 14:case _ @@ -134681,14 +134741,14 @@ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 justification justification NOUN NN Number=Sing 5 obj 5:obj _ 8 for for ADP IN _ 10 case 10:case _ -9 any any DET DT _ 10 det 10:det _ +9 any any DET DT PronType=Ind 10 det 10:det _ 10 action action NOUN NN Number=Sing 7 nmod 7:nmod:for|13:nsubj _ 11 that that PRON WDT PronType=Rel 13 nsubj 10:ref _ 12 could could AUX MD VerbForm=Fin 13 aux 13:aux _ 13 envelop envelop VERB VB VerbForm=Inf 10 acl:relcl 10:acl:relcl _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -15 United United PROPN NNP Number=Sing 16 compound 16:compound _ -16 States States PROPN NNP Number=Sing 13 obj 13:obj _ +15 United United ADJ NNP Degree=Pos 16 amod 16:amod _ +16 States State PROPN NNPS Number=Plur 13 obj 13:obj _ 17 in in ADP IN _ 22 case 22:case _ 18 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 19 military military ADJ JJ Degree=Pos 22 amod 22:amod _ @@ -134713,7 +134773,7 @@ 3 suspected suspect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 by by ADP IN _ 6 case 6:case _ 5 many many ADJ JJ Degree=Pos 6 amod 6:amod _ -6 nations nation NOUN NNS Number=Plur 3 obl 3:obl:by _ +6 nations nation NOUN NNS Number=Plur 3 obl:agent 3:obl:agent _ 7 of of SCONJ IN _ 8 mark 8:mark _ 8 working work VERB VBG VerbForm=Ger 3 advcl 3:advcl:of _ 9 towards towards ADP IN _ 11 case 11:case _ @@ -134739,23 +134799,23 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0117 # text = Recently, Russian president Vladimir Putin bluntly stated that Iran is not developing its nuclear capability for any reasons beyond peaceful energy creation, and pledged to continue assisting Iran in this endeavor. 1 Recently recently ADV RB _ 8 advmod 8:advmod SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ -3 Russian russian ADJ JJ Degree=Pos 4 amod 4:amod _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 Russian Russian ADJ JJ Degree=Pos 4 amod 4:amod _ 4 president president NOUN NN Number=Sing 5 compound 5:compound _ 5 Vladimir Vladimir PROPN NNP Number=Sing 8 nsubj 8:nsubj|26:nsubj|28:nsubj:xsubj|29:nsubj:xsubj _ 6 Putin Putin PROPN NNP Number=Sing 5 flat 5:flat _ 7 bluntly bluntly ADV RB _ 8 advmod 8:advmod _ -8 stated state VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 stated state VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 that that SCONJ IN _ 13 mark 13:mark _ 10 Iran Iran PROPN NNP Number=Sing 13 nsubj 13:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 not not PART RB _ 13 advmod 13:advmod _ 13 developing develop VERB VBG Tense=Pres|VerbForm=Part 8 ccomp 8:ccomp _ -14 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +14 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 15 nuclear nuclear ADJ JJ Degree=Pos 16 amod 16:amod _ 16 capability capability NOUN NN Number=Sing 13 obj 13:obj _ 17 for for ADP IN _ 19 case 19:case _ -18 any any DET DT _ 19 det 19:det _ +18 any any DET DT PronType=Ind 19 det 19:det _ 19 reasons reason NOUN NNS Number=Plur 13 obl 13:obl:for _ 20 beyond beyond ADP IN _ 23 case 23:case _ 21 peaceful peaceful ADJ JJ Degree=Pos 23 amod 23:amod _ @@ -134763,7 +134823,7 @@ 23 creation creation NOUN NN Number=Sing 19 nmod 19:nmod:beyond SpaceAfter=No 24 , , PUNCT , _ 26 punct 26:punct _ 25 and and CCONJ CC _ 26 cc 26:cc _ -26 pledged pledge VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 conj 8:conj:and _ +26 pledged pledge VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 conj 8:conj:and _ 27 to to PART TO _ 28 mark 28:mark _ 28 continue continue VERB VB VerbForm=Inf 26 xcomp 26:xcomp _ 29 assisting assist VERB VBG VerbForm=Ger 28 xcomp 28:xcomp _ @@ -134776,8 +134836,8 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0118 # text = Therefore, any attack upon Iran's nuclear facilities will bring Russia into the mess. 1 Therefore therefore ADV RB _ 11 advmod 11:advmod SpaceAfter=No -2 , , PUNCT , _ 11 punct 11:punct _ -3 any any DET DT _ 4 det 4:det _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 any any DET DT PronType=Ind 4 det 4:det _ 4 attack attack NOUN NN Number=Sing 11 nsubj 11:nsubj _ 5 upon upon ADP IN _ 9 case 9:case _ 6-7 Iran's _ _ _ _ _ _ _ _ @@ -134798,7 +134858,7 @@ 1 Iran Iran PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ 3 stands stand VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 accused accuse VERB VBN Tense=Past|VerbForm=Part 3 advcl 3:advcl _ +4 accused accuse VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 advcl 3:advcl _ 5 of of SCONJ IN _ 6 mark 6:mark _ 6 aiding aid VERB VBG VerbForm=Ger 4 advcl 4:advcl:of _ 7 terrorism terrorism NOUN NN Number=Sing 6 obj 6:obj _ @@ -134813,15 +134873,15 @@ 2 dangers danger NOUN NNS Number=Plur 13 nsubj 13:nsubj|16:nsubj:xsubj _ 3 implicit implicit ADJ JJ Degree=Pos 2 amod 2:amod _ 4 in in ADP IN _ 6 case 6:case _ -5 any any DET DT _ 6 det 6:det _ +5 any any DET DT PronType=Ind 6 det 6:det _ 6 attack attack NOUN NN Number=Sing 3 obl 3:obl:in _ 7 upon upon ADP IN _ 9 case 9:case _ 8 that that DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 nation nation NOUN NN Number=Sing 6 nmod 6:nmod:upon SpaceAfter=No -10 , , PUNCT , _ 13 punct 13:punct _ +10 , , PUNCT , _ 2 punct 2:punct _ 11 however however ADV RB _ 13 advmod 13:advmod SpaceAfter=No -12 , , PUNCT , _ 13 punct 13:punct _ -13 seem seem VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +12 , , PUNCT , _ 11 punct 11:punct _ +13 seem seem VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 14 to to PART TO _ 16 mark 16:mark _ 15 significantly significantly ADV RB _ 16 advmod 16:advmod _ 16 offset offset VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ @@ -134833,38 +134893,38 @@ 22 in in ADP IN _ 28 case 28:case _ 23 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 24 so so ADV RB _ 26 advmod 26:advmod SpaceAfter=No -25 - - PUNCT HYPH _ 26 punct 26:punct SpaceAfter=No -26 called call VERB VBN Tense=Past|VerbForm=Part 28 amod 28:amod _ +25 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No +26 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 28 amod 28:amod _ 27 " " PUNCT `` _ 28 punct 28:punct SpaceAfter=No 28 War war NOUN NN Number=Sing 21 obl 21:obl:in _ 29 on on ADP IN _ 30 case 30:case _ 30 Terror terror NOUN NN Number=Sing 28 nmod 28:nmod:on SpaceAfter=No -31 . . PUNCT . _ 13 punct 13:punct SpaceAfter=No -32 " " PUNCT '' _ 13 punct 13:punct _ +31 . . PUNCT . _ 28 punct 28:punct SpaceAfter=No +32 " " PUNCT '' _ 28 punct 28:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0121 # text = Unfortunately, all the dangers in the world are no match for the self-assurance of a bubble-encased zealot. 1 Unfortunately unfortunately ADV RB _ 11 advmod 11:advmod SpaceAfter=No -2 , , PUNCT , _ 11 punct 11:punct _ -3 all all DET PDT _ 5 det:predet 5:det:predet _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 all all DET PDT PronType=Tot 5 det:predet 5:det:predet _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 dangers danger NOUN NNS Number=Plur 11 nsubj 11:nsubj _ 6 in in ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 world world NOUN NN Number=Sing 5 nmod 5:nmod:in _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ -10 no no DET DT _ 11 det 11:det _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +10 no no DET DT PronType=Neg 11 det 11:det _ 11 match match NOUN NN Number=Sing 0 root 0:root _ 12 for for ADP IN _ 16 case 16:case _ 13 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 14 self self NOUN NN Number=Sing 16 compound 16:compound SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 assurance assurance NOUN NN Number=Sing 11 nmod 11:nmod:for _ 17 of of ADP IN _ 22 case 22:case _ 18 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 19 bubble bubble NOUN NN Number=Sing 21 obl:npmod 21:obl:npmod SpaceAfter=No -20 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No -21 encased encase VERB VBN Tense=Past|VerbForm=Part 22 amod 22:amod _ +20 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No +21 encased encase VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 amod 22:amod _ 22 zealot zealot NOUN NN Number=Sing 16 nmod 16:nmod:of SpaceAfter=No 23 . . PUNCT . _ 11 punct 11:punct _ @@ -134876,7 +134936,7 @@ 4 maniac maniac NOUN NN Number=Sing 2 nmod 2:nmod:of _ 5 would would AUX MD VerbForm=Fin 6 aux 6:aux _ 6 undertake undertake VERB VB VerbForm=Inf 0 root 0:root _ -7 such such DET PDT _ 10 det:predet 10:det:predet _ +7 such such DET PDT PronType=Ind 10 det:predet 10:det:predet _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 dangerous dangerous ADJ JJ Degree=Pos 10 amod 10:amod _ 10 course course NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No @@ -134886,9 +134946,9 @@ # text = Look no further than 1600 Pennsylvania Avenue. 1 Look look VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 no no ADV RB _ 3 advmod 3:advmod _ -3 further further ADV RBR Degree=Cmp 1 advmod 1:advmod _ +3 further far ADV RBR Degree=Cmp 1 advmod 1:advmod _ 4 than than ADP IN _ 7 case 7:case _ -5 1600 1600 NUM CD NumType=Card 7 nummod 7:nummod _ +5 1600 1600 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 6 Pennsylvania Pennsylvania PROPN NNP Number=Sing 7 compound 7:compound _ 7 Avenue Avenue PROPN NNP Number=Sing 3 obl 3:obl:than SpaceAfter=No 8 . . PUNCT . _ 1 punct 1:punct _ @@ -134899,9 +134959,9 @@ 2 W. W. PROPN NNP Number=Sing 1 flat 1:flat _ 3 Bush Bush PROPN NNP Number=Sing 1 flat 1:flat _ 4 and and CCONJ CC _ 6 cc 6:cc _ -5 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 administration administration NOUN NN Number=Sing 1 conj 1:conj:and|9:nsubj _ -7 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +7 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 consistently consistently ADV RB _ 9 advmod 9:advmod _ 9 undertaken undertake VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 10 incredibly incredibly ADV RB _ 11 advmod 11:advmod _ @@ -134928,16 +134988,16 @@ 3 multiple multiple ADJ JJ Degree=Pos 5 amod 5:amod _ 4 terror terror NOUN NN Number=Sing 5 compound 5:compound _ 5 threats threat NOUN NNS Number=Plur 1 obj 1:obj _ -6 lobbed lob VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +6 lobbed lob VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 7 out out ADV RB _ 6 advmod 6:advmod _ 8 by by ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -10 administration administration NOUN NN Number=Sing 6 obl 6:obl:by _ -11 whenever whenever SCONJ WRB PronType=Int 15 mark 15:mark _ +10 administration administration NOUN NN Number=Sing 6 obl:agent 6:obl:agent _ +11 whenever whenever ADV WRB PronType=Int 15 advmod 15:advmod _ 12 damaging damaging ADJ JJ Degree=Pos 14 amod 14:amod _ 13 political political ADJ JJ Degree=Pos 14 amod 14:amod _ 14 news news NOUN NN Number=Sing 15 nsubj 15:nsubj _ -15 appeared appear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 advcl 6:advcl _ +15 appeared appear VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 advcl 6:advcl _ 16 in in ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 media media NOUN NN Number=Sing 15 obl 15:obl:in SpaceAfter=No @@ -134945,9 +135005,9 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0126 # text = More significantly, recall Iraq. -1 More more ADV RBR _ 2 advmod 2:advmod _ +1 More more ADV RBR Degree=Cmp 2 advmod 2:advmod _ 2 significantly significantly ADV RB _ 4 advmod 4:advmod SpaceAfter=No -3 , , PUNCT , _ 4 punct 4:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 recall recall VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 5 Iraq Iraq PROPN NNP Number=Sing 4 obj 4:obj SpaceAfter=No 6 . . PUNCT . _ 4 punct 4:punct _ @@ -134956,23 +135016,23 @@ # text = Karl Rove, Bush's most senior advisor, notoriously told Republicans on the ballot during the 2002 midterms to "run on the war." 1 Karl Karl PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 2 Rove Rove PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 8 punct 8:punct _ 4-5 Bush's _ _ _ _ _ _ _ _ 4 Bush Bush PROPN NNP Number=Sing 8 nmod:poss 8:nmod:poss _ 5 's 's PART POS _ 4 case 4:case _ -6 most most ADV RBS _ 7 advmod 7:advmod _ +6 most most ADV RBS Degree=Sup 7 advmod 7:advmod _ 7 senior senior ADJ JJ Degree=Pos 8 amod 8:amod _ 8 advisor advisor NOUN NN Number=Sing 1 appos 1:appos SpaceAfter=No -9 , , PUNCT , _ 11 punct 11:punct _ +9 , , PUNCT , _ 1 punct 1:punct _ 10 notoriously notoriously ADV RB _ 11 advmod 11:advmod _ -11 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -12 Republicans Republicans PROPN NNPS Number=Plur 11 obj 11:obj|22:nsubj:xsubj _ +11 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 Republicans Republican PROPN NNPS Number=Plur 11 iobj 11:iobj|22:nsubj:xsubj _ 13 on on ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 ballot ballot NOUN NN Number=Sing 12 nmod 12:nmod:on _ 16 during during ADP IN _ 19 case 19:case _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -18 2002 2002 NUM CD NumType=Card 19 nummod 19:nummod _ +18 2002 2002 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod _ 19 midterms midterm NOUN NNS Number=Plur 12 nmod 12:nmod:during _ 20 to to PART TO _ 22 mark 22:mark _ 21 " " PUNCT `` _ 22 punct 22:punct SpaceAfter=No @@ -134980,8 +135040,8 @@ 23 on on ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 war war NOUN NN Number=Sing 22 obl 22:obl:on SpaceAfter=No -26 . . PUNCT . _ 11 punct 11:punct SpaceAfter=No -27 " " PUNCT '' _ 11 punct 11:punct _ +26 . . PUNCT . _ 22 punct 22:punct SpaceAfter=No +27 " " PUNCT '' _ 22 punct 22:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0128 # text = The invasion of Iraq provided marvelous political cover for the GOP not only during those midterms, but during the 2004 Presidential election. @@ -134989,15 +135049,15 @@ 2 invasion invasion NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 of of ADP IN _ 4 case 4:case _ 4 Iraq Iraq PROPN NNP Number=Sing 2 nmod 2:nmod:of _ -5 provided provide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 provided provide VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 marvelous marvelous ADJ JJ Degree=Pos 8 amod 8:amod _ 7 political political ADJ JJ Degree=Pos 8 amod 8:amod _ 8 cover cover NOUN NN Number=Sing 5 obj 5:obj _ 9 for for ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 GOP GOP PROPN NNP Number=Sing 8 nmod 8:nmod:for _ -12 not not ADV RB _ 13 advmod 13:advmod _ -13 only only ADV RB _ 16 cc:preconj 16:cc:preconj _ +12 not not PART RB _ 16 advmod 16:advmod _ +13 only only ADV RB _ 16 advmod 16:advmod _ 14 during during ADP IN _ 16 case 16:case _ 15 those that DET DT Number=Plur|PronType=Dem 16 det 16:det _ 16 midterms midterm NOUN NNS Number=Plur 5 obl 5:obl:during SpaceAfter=No @@ -135005,7 +135065,7 @@ 18 but but CCONJ CC _ 23 cc 23:cc _ 19 during during ADP IN _ 23 case 23:case _ 20 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -21 2004 2004 NUM CD NumType=Card 23 nummod 23:nummod _ +21 2004 2004 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ 22 Presidential presidential ADJ JJ Degree=Pos 23 amod 23:amod _ 23 election election NOUN NN Number=Sing 16 conj 5:obl:during|16:conj:but SpaceAfter=No 24 . . PUNCT . _ 5 punct 5:punct _ @@ -135043,12 +135103,12 @@ 2 answer answer NOUN NN Number=Sing 3 nsubj 3:nsubj _ 3 lies lie VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 in in ADP IN _ 9 case 9:case _ -5 one one NUM CD NumType=Card 9 nummod 9:nummod _ +5 one one NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 6 now now ADV RB _ 8 advmod 8:advmod SpaceAfter=No -7 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No +7 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No 8 familiar familiar ADJ JJ Degree=Pos 9 amod 9:amod _ 9 name name NOUN NN Number=Sing 3 obl 3:obl:in SpaceAfter=No -10 : : PUNCT : _ 9 punct 9:punct _ +10 : : PUNCT : _ 11 punct 11:punct _ 11 Jack Jack PROPN NNP Number=Sing 9 appos 9:appos _ 12 Abramoff Abramoff PROPN NNP Number=Sing 11 flat 11:flat SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ @@ -135061,11 +135121,11 @@ 4 threatens threaten VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 subsume subsume VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 all all DET PDT _ 13 det:predet 13:det:predet _ +7 all all DET PDT PronType=Tot 13 det:predet 13:det:predet _ 8 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 9 hard hard ADV RB Degree=Pos 11 compound 11:compound SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No -11 fought fight VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +11 fought fight VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod _ 12 GOP GOP PROPN NNP Number=Sing 13 compound 13:compound _ 13 gains gain NOUN NNS Number=Plur 6 obj 6:obj _ 14 in in ADP IN _ 15 case 15:case _ @@ -135073,20 +135133,20 @@ 16 , , PUNCT , _ 26 punct 26:punct _ 17 and and CCONJ CC _ 26 cc 26:cc _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -19 2006 2006 NUM CD NumType=Card 20 nummod 20:nummod _ +19 2006 2006 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ 20 midterms midterm NOUN NNS Number=Plur 26 nsubj 26:nsubj _ -21 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ -22 less less ADJ JJR Degree=Cmp 26 obl:npmod 26:obl:npmod _ +21 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ +22 less less ADJ JJR Degree=Cmp|ExtPos=ADV 25 advmod 25:advmod _ 23 than than ADP IN _ 22 fixed 22:fixed _ 24 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ -25 year year NOUN NN Number=Sing 26 obl 26:obl _ +25 year year NOUN NN Number=Sing 26 obl:npmod 26:obl:npmod _ 26 away away ADV RB _ 4 conj 4:conj:and SpaceAfter=No 27 . . PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0132 # text = Is any of this a probability? 1 Is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -2 any any DET DT _ 6 nsubj 6:nsubj _ +2 any any DET DT PronType=Ind 6 nsubj 6:nsubj _ 3 of of ADP IN _ 4 case 4:case _ 4 this this PRON DT Number=Sing|PronType=Dem 2 nmod 2:nmod:of _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -135103,17 +135163,17 @@ 6 logic logic NOUN NN Number=Sing 8 nsubj 8:nsubj _ 7 seldom seldom ADV RB _ 8 advmod 8:advmod _ 8 plays play VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ -9 any any DET DT _ 10 det 10:det _ +9 any any DET DT PronType=Ind 10 det 10:det _ 10 part part NOUN NN Number=Sing 8 obj 8:obj _ 11 in in ADP IN _ 14 case 14:case _ 12 modern modern ADJ JJ Degree=Pos 14 amod 14:amod _ -13 American american ADJ JJ Degree=Pos 14 amod 14:amod _ +13 American American ADJ JJ Degree=Pos 14 amod 14:amod _ 14 politics politics NOUN NNS Number=Plur 10 nmod 10:nmod:in SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0134 # text = All arguments that the Bush administration would be insane to attack Iran and risk a global conflagration for the sake of political cover run into one unavoidable truth. -1 All all DET DT _ 2 det 2:det _ +1 All all DET DT PronType=Tot 2 det 2:det _ 2 arguments argument NOUN NNS Number=Plur 24 nsubj 24:nsubj _ 3 that that SCONJ IN _ 9 mark 9:mark _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ @@ -135136,9 +135196,9 @@ 21 of of ADP IN _ 23 case 23:case _ 22 political political ADJ JJ Degree=Pos 23 amod 23:amod _ 23 cover cover NOUN NN Number=Sing 20 nmod 20:nmod:of _ -24 run run VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +24 run run VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 25 into into ADP IN _ 28 case 28:case _ -26 one one NUM CD NumType=Card 28 nummod 28:nummod _ +26 one one NUM CD NumForm=Word|NumType=Card 28 nummod 28:nummod _ 27 unavoidable unavoidable ADJ JJ Degree=Pos 28 amod 28:amod _ 28 truth truth NOUN NN Number=Sing 24 obl 24:obl:into SpaceAfter=No 29 . . PUNCT . _ 24 punct 24:punct _ @@ -135146,9 +135206,9 @@ # sent_id = newsgroup-groups.google.com_misc.consumers_a534e32067078b08_ENG_20060116_030800-0135 # text = They did it once already in Iraq. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 did do VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ -4 once once ADV RB NumType=Mult 2 advmod 2:advmod _ +4 once once ADV RB NumForm=Word|NumType=Mult 2 advmod 2:advmod _ 5 already already ADV RB _ 2 advmod 2:advmod _ 6 in in ADP IN _ 7 case 7:case _ 7 Iraq Iraq PROPN NNP Number=Sing 2 obl 2:obl:in SpaceAfter=No @@ -135162,31 +135222,31 @@ 2 Graydon Graydon PROPN NNP Number=Sing 5 parataxis 5:parataxis _ 3 Carter Carter PROPN NNP Number=Sing 2 flat 2:flat _ 4 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No -5 excepted except VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +5 excepted excerpt VERB VBN Tense=Past|Typo=Yes|VerbForm=Part|Voice=Pass 0 root 0:root CorrectForm=excerpted 6 from from ADP IN _ 11 mark 11:mark _ 7 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No 8 What what PRON WP PronType=Int 11 obj 11:obj _ 9-10 We've _ _ _ _ _ _ _ _ 9 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -10 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 've have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 Lost lose VERB VBN Tense=Past|VerbForm=Part 5 advcl 5:advcl:from SpaceAfter=No 12 " " PUNCT '' _ 11 punct 11:punct SpaceAfter=No 13 , , PUNCT , _ 14 punct 14:punct _ -14 published publish VERB VBN Tense=Past|VerbForm=Part 11 amod 11:amod _ +14 published publish VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl 11:acl _ 15 by by ADP IN _ 17 case 17:case _ -16 Little Little PROPN NNP Number=Sing 17 compound 17:compound _ -17 Brown Brown PROPN NNP Number=Sing 14 obl 14:obl:by SpaceAfter=No +16 Little Little ADJ NNP Degree=Pos 17 amod 17:amod _ +17 Brown Brown PROPN NNP Number=Sing 14 obl:agent 14:obl:agent SpaceAfter=No 18 ) ) PUNCT -RRB- _ 5 punct 5:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0002 # text = 68.4 - Average Number of species added to the Endangered and Threatened Species list each year between 1991 and 2000. -1 68.4 68.4 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 68.4 68.4 NUM CD NumForm=Digit|NumType=Frac 0 root 0:root _ +2 - - PUNCT : _ 4 punct 4:punct _ 3 Average average ADJ JJ Degree=Pos 4 amod 4:amod _ 4 Number number NOUN NN Number=Sing 1 appos 1:appos _ 5 of of ADP IN _ 6 case 6:case _ 6 species species NOUN NNS Number=Plur 4 nmod 4:nmod:of _ -7 added add VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 added add VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 to to ADP IN _ 14 case 14:case _ 9 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 10 Endangered endangered ADJ JJ Degree=Pos 13 amod 13:amod _ @@ -135194,27 +135254,27 @@ 12 Threatened threatened ADJ JJ Degree=Pos 10 conj 10:conj:and|13:amod _ 13 Species species NOUN NNS Number=Plur 14 compound 14:compound _ 14 list list NOUN NN Number=Sing 7 obl 7:obl:to _ -15 each each DET DT _ 16 det 16:det _ +15 each each DET DT PronType=Tot 16 det 16:det _ 16 year year NOUN NN Number=Sing 7 obl:tmod 7:obl:tmod _ 17 between between ADP IN _ 18 case 18:case _ -18 1991 1991 NUM CD NumType=Card 7 obl 7:obl:between _ +18 1991 1991 NUM CD NumForm=Digit|NumType=Card 7 obl 7:obl:between _ 19 and and CCONJ CC _ 20 cc 20:cc _ -20 2000 2000 NUM CD NumType=Card 18 conj 7:obl:between|18:conj:and SpaceAfter=No +20 2000 2000 NUM CD NumForm=Digit|NumType=Card 18 conj 7:obl:between|18:conj:and SpaceAfter=No 21 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0003 # text = 0 - Number of endangered species voluntarily added by the Bush administration since taking office. -1 0 0 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 0 0 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 6 case 6:case _ 5 endangered endangered ADJ JJ Degree=Pos 6 amod 6:amod _ 6 species species NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 7 voluntarily voluntarily ADV RB _ 8 advmod 8:advmod _ -8 added add VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +8 added add VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 9 by by ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -11 Bush Bush PROPN NNP Number=Sing 8 obl 8:obl:by _ +11 Bush Bush PROPN NNP Number=Sing 8 obl:agent 8:obl:agent _ 12 administration administration NOUN NN Number=Sing 11 flat 11:flat _ 13 since since SCONJ IN _ 14 mark 14:mark _ 14 taking take VERB VBG VerbForm=Ger 8 advcl 8:advcl:since _ @@ -135223,8 +135283,8 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0004 # text = 408 - Number of species that could be extinct by 2050 if the global-warming trend continues. -1 408 408 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 408 408 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 species species NOUN NNS Number=Plur 3 nmod 3:nmod:of|9:nsubj _ @@ -135233,11 +135293,11 @@ 8 be be AUX VB VerbForm=Inf 9 cop 9:cop _ 9 extinct extinct ADJ JJ Degree=Pos 5 acl:relcl 5:acl:relcl _ 10 by by ADP IN _ 11 case 11:case _ -11 2050 2050 NUM CD NumType=Card 9 obl 9:obl:by _ +11 2050 2050 NUM CD NumForm=Digit|NumType=Card 9 obl 9:obl:by _ 12 if if SCONJ IN _ 18 mark 18:mark _ 13 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 14 global global ADJ JJ Degree=Pos 16 amod 16:amod SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 warming warming NOUN NN Number=Sing 17 compound 17:compound _ 17 trend trend NOUN NN Number=Sing 18 nsubj 18:nsubj _ 18 continues continue VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if SpaceAfter=No @@ -135245,13 +135305,13 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0005 # text = 0 - Number of times Bush mentioned global warming, clean air, clean water, pollution or environment in his 2004 State of the Union speech. -1 0 0 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 0 0 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 times time NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 6 Bush Bush PROPN NNP Number=Sing 7 nsubj 7:nsubj _ -7 mentioned mention VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 mentioned mention VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 global global ADJ JJ Degree=Pos 9 amod 9:amod _ 9 warming warming NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No 10 , , PUNCT , _ 12 punct 12:punct _ @@ -135265,8 +135325,8 @@ 18 or or CCONJ CC _ 19 cc 19:cc _ 19 environment environment NOUN NN Number=Sing 9 conj 7:obj|9:conj:or _ 20 in in ADP IN _ 27 case 27:case _ -21 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ -22 2004 2004 NUM CD NumType=Card 27 nummod 27:nummod _ +21 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +22 2004 2004 NUM CD NumForm=Digit|NumType=Card 27 nummod 27:nummod _ 23 State state NOUN NN Number=Sing 27 compound 27:compound _ 24 of of ADP IN _ 26 case 26:case _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ @@ -135276,7 +135336,7 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0006 # text = His father was the last president to go through an entire State of the Union address without mentioning the environment. -1 His he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 His his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 father father NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -135300,12 +135360,12 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0007 # text = 1 - Number of paragraphs devoted to global warming in the EPA's 600-page "Draft Report on the Environment" presented in 2003. -1 1 1 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 1 1 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 paragraphs paragraph NOUN NNS Number=Plur 3 nmod 3:nmod:of _ -6 devoted devote VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +6 devoted devote VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 7 to to ADP IN _ 9 case 9:case _ 8 global global ADJ JJ Degree=Pos 9 amod 9:amod _ 9 warming warming NOUN NN Number=Sing 6 obl 6:obl:to _ @@ -135314,8 +135374,8 @@ 12-13 EPA's _ _ _ _ _ _ _ _ 12 EPA EPA PROPN NNP Number=Sing 19 nmod:poss 19:nmod:poss _ 13 's 's PART POS _ 12 case 12:case _ -14 600 600 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +14 600 600 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 page page NOUN NN Number=Sing 19 compound 19:compound _ 17 " " PUNCT `` _ 19 punct 19:punct SpaceAfter=No 18 Draft draft NOUN NN Number=Sing 19 compound 19:compound _ @@ -135324,31 +135384,31 @@ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 Environment environment NOUN NN Number=Sing 19 nmod 19:nmod:on SpaceAfter=No 23 " " PUNCT '' _ 19 punct 19:punct _ -24 presented present VERB VBN Tense=Past|VerbForm=Part 19 acl 19:acl _ +24 presented present VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 acl 19:acl _ 25 in in ADP IN _ 26 case 26:case _ -26 2003 2003 NUM CD NumType=Card 24 obl 24:obl:in SpaceAfter=No +26 2003 2003 NUM CD NumForm=Digit|NumType=Card 24 obl 24:obl:in SpaceAfter=No 27 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0008 # text = 68 - Number of days after taking office that Bush decided Not to ratify the Kyoto Protocol, the international treaty to reduce greenhouse gases by roughly 5.2 per cent below 1990 levels by 2012. -1 68 68 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 68 68 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ -5 days day NOUN NNS Number=Plur 3 nmod 3:nmod:of|11:advmod _ +5 days day NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 6 after after SCONJ IN _ 7 mark 7:mark _ 7 taking take VERB VBG VerbForm=Ger 5 acl 5:acl:after _ 8 office office NOUN NN Number=Sing 7 obj 7:obj _ -9 that that ADV WRB PronType=Rel 11 advmod 5:ref _ +9 that that SCONJ IN _ 11 mark 11:mark _ 10 Bush Bush PROPN NNP Number=Sing 11 nsubj 11:nsubj|14:nsubj:xsubj _ -11 decided decide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ -12 Not not ADV RB _ 14 advmod 14:advmod _ +11 decided decide VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +12 Not not PART RB _ 14 advmod 14:advmod _ 13 to to PART TO _ 14 mark 14:mark _ 14 ratify ratify VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 Kyoto Kyoto PROPN NNP Number=Sing 17 compound 17:compound _ 17 Protocol Protocol PROPN NNP Number=Sing 14 obj 14:obj SpaceAfter=No -18 , , PUNCT , _ 17 punct 17:punct _ +18 , , PUNCT , _ 21 punct 21:punct _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 20 international international ADJ JJ Degree=Pos 21 amod 21:amod _ 21 treaty treaty NOUN NN Number=Sing 17 appos 17:appos _ @@ -135358,41 +135418,41 @@ 25 gases gas NOUN NNS Number=Plur 23 obj 23:obj _ 26 by by ADP IN _ 30 case 30:case _ 27 roughly roughly ADV RB _ 30 advmod 30:advmod _ -28 5.2 5.2 NUM CD NumType=Card 30 nummod 30:nummod _ +28 5.2 5.2 NUM CD NumForm=Digit|NumType=Frac 30 nummod 30:nummod _ 29 per per NOUN NN Number=Sing 30 compound 30:compound _ 30 cent cent NOUN NN Number=Sing 23 obl 23:obl:by _ 31 below below ADP IN _ 33 case 33:case _ -32 1990 1990 NUM CD NumType=Card 33 nmod:tmod 33:nmod:tmod _ +32 1990 1990 NUM CD NumForm=Digit|NumType=Card 33 nmod:tmod 33:nmod:tmod _ 33 levels level NOUN NNS Number=Plur 30 nmod 30:nmod:below _ 34 by by ADP IN _ 35 case 35:case _ -35 2012 2012 NUM CD NumType=Card 23 obl 23:obl:by SpaceAfter=No +35 2012 2012 NUM CD NumForm=Digit|NumType=Card 23 obl 23:obl:by SpaceAfter=No 36 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0009 # text = The United States was to cut its level by 7 per cent. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 United United PROPN NNP Number=Sing 3 compound 3:compound _ -3 States States PROPN NNP Number=Sing 4 nsubj 4:nsubj|6:nsubj:xsubj _ -4 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 United United ADJ NNP Degree=Pos 3 amod 3:amod _ +3 States State PROPN NNPS Number=Plur 6 nsubj 6:nsubj _ +4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 5 to to PART TO _ 6 mark 6:mark _ -6 cut cut VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 cut cut VERB VB VerbForm=Inf 0 root 0:root _ +7 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 level level NOUN NN Number=Sing 6 obj 6:obj _ 9 by by ADP IN _ 12 case 12:case _ -10 7 7 NUM CD NumType=Card 12 nummod 12:nummod _ +10 7 7 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 11 per per NOUN NN Number=Sing 12 compound 12:compound _ 12 cent cent NOUN NN Number=Sing 6 obl 6:obl:by SpaceAfter=No -13 . . PUNCT . _ 4 punct 4:punct _ +13 . . PUNCT . _ 6 punct 6:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0010 # text = 1 The rank of the United States worldwide in terms of greenhouse gas emissions. -1 1 1 NUM CD NumType=Card 0 root 0:root _ +1 1 1 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ 2 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 rank rank NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 United United PROPN NNP Number=Sing 7 compound 7:compound _ -7 States States PROPN NNP Number=Sing 3 nmod 3:nmod:of _ +6 United United ADJ NNP Degree=Pos 7 amod 7:amod _ +7 States State PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ 8 worldwide worldwide ADV RB _ 3 advmod 3:advmod _ 9 in in ADP IN _ 10 case 10:case _ 10 terms term NOUN NNS Number=Plur 3 nmod 3:nmod:in _ @@ -135405,8 +135465,8 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0011 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0002 # text = 25 - Percentage of overall worldwide carbon dioxide emissions the United States is responsible for. -1 25 25 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 25 25 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 9 case 9:case _ 5 overall overall ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -135415,8 +135475,8 @@ 8 dioxide dioxide NOUN NN Number=Sing 9 compound 9:compound _ 9 emissions emission NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -11 United United PROPN NNP Number=Sing 12 compound 12:compound _ -12 States States PROPN NNP Number=Sing 14 nsubj 14:nsubj _ +11 United United ADJ NNP Degree=Pos 12 amod 12:amod _ +12 States State PROPN NNPS Number=Plur 14 nsubj 14:nsubj _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 14 responsible responsible ADJ JJ Degree=Pos 3 acl:relcl 3:acl:relcl _ 15 for for ADP IN _ 14 obl 14:obl SpaceAfter=No @@ -135425,19 +135485,19 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0012 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0003 # text = 53 - Number of days after taking office that Bush reneged on his campaign promise to regulate carbon dioxide emissions from power plants. -1 53 53 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 53 53 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ -5 days day NOUN NNS Number=Plur 3 nmod 3:nmod:of|11:advmod _ +5 days day NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 6 after after SCONJ IN _ 7 mark 7:mark _ 7 taking take VERB VBG VerbForm=Ger 5 acl 5:acl:after _ 8 office office NOUN NN Number=Sing 7 obj 7:obj _ -9 that that ADV WRB PronType=Rel 11 advmod 5:ref _ +9 that that SCONJ IN _ 11 mark 11:mark _ 10 Bush Bush PROPN NNP Number=Sing 11 nsubj 11:nsubj _ -11 reneged renege VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +11 reneged renege VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 12 on on ADP IN _ 15 case 15:case _ -13 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 14 campaign campaign NOUN NN Number=Sing 15 compound 15:compound _ 15 promise promise NOUN NN Number=Sing 11 obl 11:obl:on _ 16 to to PART TO _ 17 mark 17:mark _ @@ -135452,8 +135512,8 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0013 # text = 14 - Percentage carbon dioxide emissions will increase over the next 10 years under Bush's own global-warming plan (an increase of 30 per cent above their 1990 levels). -1 14 14 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 14 14 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos _ 4 carbon carbon NOUN NN Number=Sing 5 compound 5:compound _ 5 dioxide dioxide NOUN NN Number=Sing 6 compound 6:compound _ @@ -135463,7 +135523,7 @@ 9 over over ADP IN _ 13 case 13:case _ 10 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 11 next next ADJ JJ Degree=Pos 13 amod 13:amod _ -12 10 10 NUM CD NumType=Card 13 nummod 13:nummod _ +12 10 10 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 13 years year NOUN NNS Number=Plur 8 obl 8:obl:over _ 14 under under ADP IN _ 21 case 21:case _ 15-16 Bush's _ _ _ _ _ _ _ _ @@ -135471,36 +135531,36 @@ 16 's 's PART POS _ 15 case 15:case _ 17 own own ADJ JJ Degree=Pos 21 amod 21:amod _ 18 global global ADJ JJ Degree=Pos 20 amod 20:amod SpaceAfter=No -19 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No +19 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No 20 warming warming NOUN NN Number=Sing 21 compound 21:compound _ 21 plan plan NOUN NN Number=Sing 8 obl 8:obl:under _ 22 ( ( PUNCT -LRB- _ 24 punct 24:punct SpaceAfter=No 23 an a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 24 increase increase NOUN NN Number=Sing 3 appos 3:appos _ 25 of of ADP IN _ 28 case 28:case _ -26 30 30 NUM CD NumType=Card 28 nummod 28:nummod _ +26 30 30 NUM CD NumForm=Digit|NumType=Card 28 nummod 28:nummod _ 27 per per NOUN NN Number=Sing 28 compound 28:compound _ 28 cent cent NOUN NN Number=Sing 24 nmod 24:nmod:of _ 29 above above ADP IN _ 32 case 32:case _ -30 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ -31 1990 1990 NUM CD NumType=Card 32 nmod:tmod 32:nmod:tmod _ +30 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ +31 1990 1990 NUM CD NumForm=Digit|NumType=Card 32 nmod:tmod 32:nmod:tmod _ 32 levels level NOUN NNS Number=Plur 24 nmod 24:nmod:above SpaceAfter=No 33 ) ) PUNCT -RRB- _ 24 punct 24:punct SpaceAfter=No 34 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0014 # text = 5 - Number of years the Bush administration said in 2003 that global warming must be further studied before substantive action could be taken. -1 5 5 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 5 5 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 years year NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 Bush Bush PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 8 administration administration NOUN NN Number=Sing 7 flat 7:flat _ -9 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +9 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 10 in in ADP IN _ 11 case 11:case _ -11 2003 2003 NUM CD NumType=Card 9 obl 9:obl:in _ +11 2003 2003 NUM CD NumForm=Digit|NumType=Card 9 obl 9:obl:in _ 12 that that SCONJ IN _ 18 mark 18:mark _ 13 global global ADJ JJ Degree=Pos 14 amod 14:amod _ 14 warming warming NOUN NN Number=Sing 18 nsubj:pass 18:nsubj:pass _ @@ -135519,22 +135579,22 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0015 # text = $44m- Amount the Bush-Cheney 2000 campaign and the Republican National Committee received in contributions from the fossil fuel, chemical, timber, and mining industries. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 44 44 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 m m NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -4 - - PUNCT : _ 1 punct 1:punct _ +2 44 44 NUM CD NumForm=Digit|NumType=Card 3 compound 3:compound SpaceAfter=No +3 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod SpaceAfter=No +4 - - PUNCT : _ 5 punct 5:punct _ 5 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ 6 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 7 Bush Bush PROPN NNP Number=Sing 9 compound 9:compound SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 Cheney Cheney PROPN NNP Number=Sing 11 compound 11:compound _ -10 2000 2000 NUM CD NumType=Card 11 nmod:tmod 11:nmod:tmod _ +10 2000 2000 NUM CD NumForm=Digit|NumType=Card 9 flat 9:flat _ 11 campaign campaign NOUN NN Number=Sing 17 nsubj 17:nsubj _ 12 and and CCONJ CC _ 16 cc 16:cc _ 13 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -14 Republican Republican PROPN NNP Number=Sing 16 compound 16:compound _ -15 National National PROPN NNP Number=Sing 16 compound 16:compound _ +14 Republican Republican ADJ NNP Degree=Pos 16 amod 16:amod _ +15 National National ADJ NNP Degree=Pos 16 amod 16:amod _ 16 Committee Committee PROPN NNP Number=Sing 11 conj 11:conj:and|17:nsubj _ -17 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +17 received receive VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 18 in in ADP IN _ 19 case 19:case _ 19 contributions contribution NOUN NNS Number=Plur 17 obl 17:obl:in _ 20 from from ADP IN _ 31 case 31:case _ @@ -135553,8 +135613,8 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0016 # text = 200 - Number of regulation rollbacks downgrading or weakening environmental laws in Bush's first three years in office. -1 200 200 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 200 200 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 6 case 6:case _ 5 regulation regulation NOUN NN Number=Sing 6 compound 6:compound _ @@ -135568,8 +135628,8 @@ 13-14 Bush's _ _ _ _ _ _ _ _ 13 Bush Bush PROPN NNP Number=Sing 17 nmod:poss 17:nmod:poss _ 14 's 's PART POS _ 13 case 13:case _ -15 first first ADJ JJ Degree=Pos|NumType=Ord 17 amod 17:amod _ -16 three three NUM CD NumType=Card 17 nummod 17:nummod _ +15 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 17 amod 17:amod _ +16 three three NUM CD NumForm=Word|NumType=Card 17 nummod 17:nummod _ 17 years year NOUN NNS Number=Plur 3 nmod 3:nmod:in _ 18 in in ADP IN _ 19 case 19:case _ 19 office office NOUN NN Number=Sing 17 nmod 17:nmod:in SpaceAfter=No @@ -135577,15 +135637,15 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0017 # text = 31 - Number of Bush administration appointees who are alumni of the energy industry (includes four cabinet secretaries, the six most powerful White House officials, and more than 20 other high-level appointees). -1 31 31 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 31 31 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 7 case 7:case _ 5 Bush Bush PROPN NNP Number=Sing 7 compound 7:compound _ 6 administration administration NOUN NN Number=Sing 5 flat 5:flat _ 7 appointees appointee NOUN NNS Number=Plur 3 nmod 3:nmod:of|10:nsubj _ 8 who who PRON WP PronType=Rel 10 nsubj 7:ref _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 alumni alumnus NOUN NNS Number=Plur 7 acl:relcl 7:acl:relcl _ 11 of of ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ @@ -135593,25 +135653,25 @@ 14 industry industry NOUN NN Number=Sing 10 nmod 10:nmod:of _ 15 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No 16 includes include VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 acl 3:acl _ -17 four four NUM CD NumType=Card 19 nummod 19:nummod _ +17 four four NUM CD NumForm=Word|NumType=Card 19 nummod 19:nummod _ 18 cabinet cabinet NOUN NN Number=Sing 19 compound 19:compound _ 19 secretaries secretary NOUN NNS Number=Plur 16 obj 16:obj SpaceAfter=No 20 , , PUNCT , _ 27 punct 27:punct _ 21 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ -22 six six NUM CD NumType=Card 27 nummod 27:nummod _ -23 most most ADV RBS _ 24 advmod 24:advmod _ +22 six six NUM CD NumForm=Word|NumType=Card 27 nummod 27:nummod _ +23 most most ADV RBS Degree=Sup 24 advmod 24:advmod _ 24 powerful powerful ADJ JJ Degree=Pos 27 amod 27:amod _ -25 White White PROPN NNP Number=Sing 26 compound 26:compound _ +25 White White ADJ NNP Degree=Pos 26 amod 26:amod _ 26 House House PROPN NNP Number=Sing 27 compound 27:compound _ 27 officials official NOUN NNS Number=Plur 19 conj 16:obj|19:conj:and SpaceAfter=No 28 , , PUNCT , _ 37 punct 37:punct _ 29 and and CCONJ CC _ 37 cc 37:cc _ -30 more more ADJ JJR Degree=Cmp 32 advmod 32:advmod _ +30 more more ADJ JJR Degree=Cmp|ExtPos=ADV 32 advmod 32:advmod _ 31 than than ADP IN _ 30 fixed 30:fixed _ -32 20 20 NUM CD NumType=Card 37 nummod 37:nummod _ +32 20 20 NUM CD NumForm=Digit|NumType=Card 37 nummod 37:nummod _ 33 other other ADJ JJ Degree=Pos 37 amod 37:amod _ 34 high high ADJ JJ Degree=Pos 36 amod 36:amod SpaceAfter=No -35 - - PUNCT HYPH _ 36 punct 36:punct SpaceAfter=No +35 - - PUNCT HYPH _ 34 punct 34:punct SpaceAfter=No 36 level level NOUN NN Number=Sing 37 compound 37:compound _ 37 appointees appointee NOUN NNS Number=Plur 19 conj 16:obj|19:conj:and SpaceAfter=No 38 ) ) PUNCT -RRB- _ 16 punct 16:punct SpaceAfter=No @@ -135619,8 +135679,8 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0018 # text = 50= Approximate number of policy changes and regulation rollbacks injurious to the environment that have been announced by the Bush administration on Fridays after 5pm, a time that makes it all but impossible for news organisations to relay the information to the widest possible audience. -1 50 50 NUM CD NumType=Card 0 root 0:root SpaceAfter=No -2 = = SYM SYM _ 1 punct 1:punct _ +1 50 50 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No +2 = - PUNCT : Typo=Yes 4 punct 4:punct CorrectForm=- 3 Approximate approximate ADJ JJ Degree=Pos 4 amod 4:amod _ 4 number number NOUN NN Number=Sing 1 appos 1:appos _ 5 of of ADP IN _ 7 case 7:case _ @@ -135634,49 +135694,49 @@ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 environment environment NOUN NN Number=Sing 11 obl 11:obl:to _ 15 that that PRON WDT PronType=Rel 18 nsubj:pass 7:ref _ -16 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ +16 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 17 been be AUX VBN Tense=Past|VerbForm=Part 18 aux:pass 18:aux:pass _ 18 announced announce VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl:relcl 7:acl:relcl _ 19 by by ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -21 Bush Bush PROPN NNP Number=Sing 18 obl 18:obl:by _ +21 Bush Bush PROPN NNP Number=Sing 18 obl:agent 18:obl:agent _ 22 administration administration NOUN NN Number=Sing 21 flat 21:flat _ 23 on on ADP IN _ 24 case 24:case _ -24 Fridays Fridays PROPN NNPS Number=Plur 18 obl 18:obl:on _ +24 Fridays Friday PROPN NNPS Number=Plur 18 obl 18:obl:on _ 25 after after ADP IN _ 27 case 27:case _ -26 5 5 NUM CD NumType=Card 27 nummod 27:nummod SpaceAfter=No -27 pm pm NOUN NN Number=Sing 24 nmod 24:nmod:after SpaceAfter=No -28 , , PUNCT , _ 24 punct 24:punct _ +26 5 5 NUM CD NumForm=Digit|NumType=Card 27 nummod 27:nummod SpaceAfter=No +27 pm p.m. NOUN NN Number=Sing 24 nmod 24:nmod:after SpaceAfter=No +28 , , PUNCT , _ 30 punct 30:punct _ 29 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ -30 time time NOUN NN Number=Sing 24 appos 24:appos|32:nsubj|36:nsubj:xsubj _ +30 time time NOUN NN Number=Sing 24 appos 24:appos|32:nsubj _ 31 that that PRON WDT PronType=Rel 32 nsubj 30:ref _ 32 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 30 acl:relcl 30:acl:relcl _ 33 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 32 expl 32:expl _ -34 all all ADV RB _ 36 advmod 36:advmod _ -35 but but ADV RB _ 34 fixed 34:fixed _ +34 all all DET RB ExtPos=ADV 36 advmod 36:advmod _ +35 but but ADP RB _ 34 fixed 34:fixed _ 36 impossible impossible ADJ JJ Degree=Pos 32 xcomp 32:xcomp _ 37 for for SCONJ IN _ 41 mark 41:mark _ 38 news news NOUN NN Number=Sing 39 compound 39:compound _ 39 organisations organisation NOUN NNS Number=Plur 41 nsubj 41:nsubj _ 40 to to PART TO _ 41 mark 41:mark _ -41 relay relay VERB VB VerbForm=Inf 32 ccomp 32:ccomp _ +41 relay relay VERB VB VerbForm=Inf 32 ccomp 32:ccomp|36:csubj:xsubj _ 42 the the DET DT Definite=Def|PronType=Art 43 det 43:det _ 43 information information NOUN NN Number=Sing 41 obj 41:obj _ 44 to to ADP IN _ 48 case 48:case _ 45 the the DET DT Definite=Def|PronType=Art 48 det 48:det _ -46 widest widest ADJ JJS Degree=Sup 48 amod 48:amod _ +46 widest wide ADJ JJS Degree=Sup 48 amod 48:amod _ 47 possible possible ADJ JJ Degree=Pos 48 amod 48:amod _ 48 audience audience NOUN NN Number=Sing 41 obl 41:obl:to SpaceAfter=No 49 . . PUNCT . _ 4 punct 4:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0019 # text = 50 - Percentage decline in Environmental Protection Agency enforcement actions against polluters under Bush's watch. -1 50 50 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 50 50 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 4 punct 4:punct _ 3 Percentage percentage NOUN NN Number=Sing 4 compound 4:compound _ 4 decline decline NOUN NN Number=Sing 1 appos 1:appos _ 5 in in ADP IN _ 10 case 10:case _ -6 Environmental Environmental PROPN NNP Number=Sing 7 compound 7:compound _ +6 Environmental Environmental ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Protection Protection PROPN NNP Number=Sing 8 compound 8:compound _ 8 Agency Agency PROPN NNP Number=Sing 10 compound 10:compound _ 9 enforcement enforcement NOUN NN Number=Sing 10 compound 10:compound _ @@ -135692,8 +135752,8 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0020 # text = 34 - Percentage decline in criminal penalties for environmental crimes since Bush took office. -1 34 34 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 34 34 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 4 punct 4:punct _ 3 Percentage percentage NOUN NN Number=Sing 4 compound 4:compound _ 4 decline decline NOUN NN Number=Sing 1 appos 1:appos _ 5 in in ADP IN _ 7 case 7:case _ @@ -135704,14 +135764,14 @@ 10 crimes crime NOUN NNS Number=Plur 7 nmod 7:nmod:for _ 11 since since SCONJ IN _ 13 mark 13:mark _ 12 Bush Bush PROPN NNP Number=Sing 13 nsubj 13:nsubj _ -13 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:since _ +13 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl 4:acl:since _ 14 office office NOUN NN Number=Sing 13 obj 13:obj SpaceAfter=No 15 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0021 # text = 50 - Percentage decline in civil penalties for environmental crimes since Bush took office. -1 50 50 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 50 50 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 4 punct 4:punct _ 3 Percentage percentage NOUN NN Number=Sing 4 compound 4:compound _ 4 decline decline NOUN NN Number=Sing 1 appos 1:appos _ 5 in in ADP IN _ 7 case 7:case _ @@ -135722,51 +135782,51 @@ 10 crimes crime NOUN NNS Number=Plur 7 nmod 7:nmod:for _ 11 since since SCONJ IN _ 13 mark 13:mark _ 12 Bush Bush PROPN NNP Number=Sing 13 nsubj 13:nsubj _ -13 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:since _ +13 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl 4:acl:since _ 14 office office NOUN NN Number=Sing 13 obj 13:obj SpaceAfter=No 15 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0022 # text = $6.1m - Amount the EPA historically valued each human life when conducting economic analyses of proposed regulations. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 6.1 6.1 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 m m NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ +2 6.1 6.1 NUM CD NumForm=Digit|NumType=Frac 3 compound 3:compound SpaceAfter=No +3 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 EPA EPA PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 8 historically historically ADV RB _ 9 advmod 9:advmod _ -9 valued value VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ -10 each each DET DT _ 12 det 12:det _ +9 valued value VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +10 each each DET DT PronType=Tot 12 det 12:det _ 11 human human ADJ JJ Degree=Pos 12 amod 12:amod _ 12 life life NOUN NN Number=Sing 9 obj 9:obj _ -13 when when SCONJ WRB PronType=Int 14 mark 14:mark _ +13 when when ADV WRB PronType=Int 14 advmod 14:advmod _ 14 conducting conduct VERB VBG VerbForm=Ger 9 advcl 9:advcl:when _ 15 economic economic ADJ JJ Degree=Pos 16 amod 16:amod _ 16 analyses analysis NOUN NNS Number=Plur 14 obj 14:obj _ 17 of of ADP IN _ 19 case 19:case _ -18 proposed propose VERB VBN Tense=Past|VerbForm=Part 19 amod 19:amod _ +18 proposed propose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 amod 19:amod _ 19 regulations regulation NOUN NNS Number=Plur 16 nmod 16:nmod:of SpaceAfter=No 20 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0023 # text = $3.7m - Amount the EPA valued each human life when conducting analyses of proposed regulations during the Bush administration. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 3.7 3.7 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 m m NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ +2 3.7 3.7 NUM CD NumForm=Digit|NumType=Frac 3 compound 3:compound SpaceAfter=No +3 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 EPA EPA PROPN NNP Number=Sing 8 nsubj 8:nsubj _ -8 valued value VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ -9 each each DET DT _ 11 det 11:det _ +8 valued value VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +9 each each DET DT PronType=Tot 11 det 11:det _ 10 human human ADJ JJ Degree=Pos 11 amod 11:amod _ 11 life life NOUN NN Number=Sing 8 obj 8:obj _ -12 when when SCONJ WRB PronType=Int 13 mark 13:mark _ +12 when when ADV WRB PronType=Int 13 advmod 13:advmod _ 13 conducting conduct VERB VBG VerbForm=Ger 8 advcl 8:advcl:when _ 14 analyses analysis NOUN NNS Number=Plur 13 obj 13:obj _ 15 of of ADP IN _ 17 case 17:case _ -16 proposed propose VERB VBN Tense=Past|VerbForm=Part 17 amod 17:amod _ +16 proposed propose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 amod 17:amod _ 17 regulations regulation NOUN NNS Number=Plur 14 nmod 14:nmod:of _ 18 during during ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ @@ -135776,8 +135836,8 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0024 # text = 62 - Number of members of Cheney's 63-person Energy Task Force with ties to corporate energy interests. -1 62 62 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 62 62 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 members member NOUN NNS Number=Plur 3 nmod 3:nmod:of _ @@ -135785,8 +135845,8 @@ 7-8 Cheney's _ _ _ _ _ _ _ _ 7 Cheney Cheney PROPN NNP Number=Sing 14 nmod:poss 14:nmod:poss _ 8 's 's PART POS _ 7 case 7:case _ -9 63 63 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +9 63 63 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 11 person person NOUN NN Number=Sing 14 compound 14:compound _ 12 Energy Energy PROPN NNP Number=Sing 14 compound 14:compound _ 13 Task Task PROPN NNP Number=Sing 14 compound 14:compound _ @@ -135801,12 +135861,12 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0025 # text = 0 - Number of environmentalists asked to attend Cheney's Energy Task Force meetings. -1 0 0 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 0 0 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 environmentalists environmentalist NOUN NNS Number=Plur 3 nmod 3:nmod:of _ -6 asked ask VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +6 asked ask VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 7 to to PART TO _ 8 mark 8:mark _ 8 attend attend VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 9-10 Cheney's _ _ _ _ _ _ _ _ @@ -135820,22 +135880,22 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0026 # text = 6 - Number of months before 11 September that Cheney's Energy Task Force investigated Iraq's oil reserves. -1 6 6 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 6 6 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ -5 months month NOUN NNS Number=Plur 3 nmod 3:nmod:of|15:advmod _ +5 months month NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 6 before before ADP IN _ 8 case 8:case _ -7 11 11 NUM CD NumType=Card 8 nummod 8:nummod _ +7 11 11 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 8 September September PROPN NNP Number=Sing 5 nmod 5:nmod:before _ -9 that that ADV WRB PronType=Rel 15 advmod 5:ref _ +9 that that SCONJ IN _ 15 mark 15:mark _ 10-11 Cheney's _ _ _ _ _ _ _ _ 10 Cheney Cheney PROPN NNP Number=Sing 14 nmod:poss 14:nmod:poss _ 11 's 's PART POS _ 10 case 10:case _ 12 Energy Energy PROPN NNP Number=Sing 14 compound 14:compound _ 13 Task Task PROPN NNP Number=Sing 14 compound 14:compound _ 14 Force Force PROPN NNP Number=Sing 15 nsubj 15:nsubj _ -15 investigated investigate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +15 investigated investigate VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 16-17 Iraq's _ _ _ _ _ _ _ _ 16 Iraq Iraq PROPN NNP Number=Sing 19 nmod:poss 19:nmod:poss _ 17 's 's PART POS _ 16 case 16:case _ @@ -135845,8 +135905,8 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0027 # text = 2 - Percentage of the world's population that is British. -1 2 2 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 2 2 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|11:nsubj _ 4 of of ADP IN _ 8 case 8:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -135856,14 +135916,14 @@ 8 population population NOUN NN Number=Sing 3 nmod 3:nmod:of _ 9 that that PRON WDT PronType=Rel 11 nsubj 3:ref _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ -11 British british ADJ JJ Degree=Pos 3 acl:relcl 3:acl:relcl SpaceAfter=No +11 British British ADJ JJ Degree=Pos 3 acl:relcl 3:acl:relcl SpaceAfter=No 12 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0028 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0004 # text = 2 - Percentage of the world's oil used by Britain. -1 2 2 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 2 2 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 8 case 8:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -135871,16 +135931,16 @@ 6 world world NOUN NN Number=Sing 8 nmod:poss 8:nmod:poss _ 7 's 's PART POS _ 6 case 6:case _ 8 oil oil NOUN NN Number=Sing 3 nmod 3:nmod:of _ -9 used use VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ +9 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ 10 by by ADP IN _ 11 case 11:case _ -11 Britain Britain PROPN NNP Number=Sing 9 obl 9:obl:by SpaceAfter=No +11 Britain Britain PROPN NNP Number=Sing 9 obl:agent 9:obl:agent SpaceAfter=No 12 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0029 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0005 # text = 5 - Percentage of the world's population that is American. -1 5 5 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 5 5 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|11:nsubj _ 4 of of ADP IN _ 8 case 8:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -135890,14 +135950,14 @@ 8 population population NOUN NN Number=Sing 3 nmod 3:nmod:of _ 9 that that PRON WDT PronType=Rel 11 nsubj 3:ref _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ -11 American american ADJ JJ Degree=Pos 3 acl:relcl 3:acl:relcl SpaceAfter=No +11 American American ADJ JJ Degree=Pos 3 acl:relcl 3:acl:relcl SpaceAfter=No 12 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0030 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0006 # text = 25 - Percentage of the world's oil used by America. -1 25 25 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 25 25 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 8 case 8:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -135905,26 +135965,26 @@ 6 world world NOUN NN Number=Sing 8 nmod:poss 8:nmod:poss _ 7 's 's PART POS _ 6 case 6:case _ 8 oil oil NOUN NN Number=Sing 3 nmod 3:nmod:of _ -9 used use VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ +9 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ 10 by by ADP IN _ 11 case 11:case _ -11 America America PROPN NNP Number=Sing 9 obl 9:obl:by SpaceAfter=No +11 America America PROPN NNP Number=Sing 9 obl:agent 9:obl:agent SpaceAfter=No 12 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0031 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0007 # text = 63 - Percentage of oil the United States imported in 2003, a record high. -1 63 63 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 63 63 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 oil oil NOUN NN Number=Sing 3 nmod 3:nmod:of _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 United United PROPN NNP Number=Sing 8 compound 8:compound _ -8 States States PROPN NNP Number=Sing 9 nsubj 9:nsubj _ -9 imported import VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +7 United United ADJ NNP Degree=Pos 8 amod 8:amod _ +8 States State PROPN NNPS Number=Plur 9 nsubj 9:nsubj _ +9 imported import VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 10 in in ADP IN _ 11 case 11:case _ -11 2003 2003 NUM CD NumType=Card 9 obl 9:obl:in SpaceAfter=No -12 , , PUNCT , _ 3 punct 3:punct _ +11 2003 2003 NUM CD NumForm=Digit|NumType=Card 9 obl 9:obl:in SpaceAfter=No +12 , , PUNCT , _ 15 punct 15:punct _ 13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 14 record record ADJ JJ Degree=Pos 15 amod 15:amod _ 15 high high NOUN NN Number=Sing 3 appos 3:appos SpaceAfter=No @@ -135933,9 +135993,9 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0032 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0008 # text = 24,000 - Estimated number of premature deaths that will occur under Bush's Clear Skies initiative. -1 24,000 24,000 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ -3 Estimated estimate VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod _ +1 24,000 24000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 4 punct 4:punct _ +3 Estimated estimate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod _ 4 number number NOUN NN Number=Sing 1 appos 1:appos _ 5 of of ADP IN _ 7 case 7:case _ 6 premature premature ADJ JJ Degree=Pos 7 amod 7:amod _ @@ -135947,35 +136007,35 @@ 12-13 Bush's _ _ _ _ _ _ _ _ 12 Bush Bush PROPN NNP Number=Sing 16 nmod:poss 16:nmod:poss _ 13 's 's PART POS _ 12 case 12:case _ -14 Clear Clear PROPN NNP Number=Sing 15 compound 15:compound _ -15 Skies Skies PROPN NNPS Number=Plur 16 compound 16:compound _ +14 Clear Clear ADJ NNP Degree=Pos 15 amod 15:amod _ +15 Skies Sky PROPN NNPS Number=Plur 16 compound 16:compound _ 16 initiative initiative NOUN NN Number=Sing 10 obl 10:obl:under SpaceAfter=No 17 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0033 # text = 300 - Number of Clean Water Act violations by the mountaintop-mining industry in 2003. -1 300 300 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 300 300 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 8 case 8:case _ -5 Clean Clean PROPN NNP Number=Sing 7 compound 7:compound _ +5 Clean Clean ADJ NNP Degree=Pos 7 amod 7:amod _ 6 Water Water PROPN NNP Number=Sing 7 compound 7:compound _ 7 Act Act PROPN NNP Number=Sing 8 compound 8:compound _ 8 violations violation NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 9 by by ADP IN _ 14 case 14:case _ 10 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 11 mountaintop mountaintop NOUN NN Number=Sing 13 compound 13:compound SpaceAfter=No -12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 mining mining NOUN NN Number=Sing 14 compound 14:compound _ 14 industry industry NOUN NN Number=Sing 8 nmod 8:nmod:by _ 15 in in ADP IN _ 16 case 16:case _ -16 2003 2003 NUM CD NumType=Card 8 nmod 8:nmod:in SpaceAfter=No +16 2003 2003 NUM CD NumForm=Digit|NumType=Card 8 nmod 8:nmod:in SpaceAfter=No 17 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0034 # text = 750,000 - Tons of toxic waste the US military, the world's biggest polluter, generates around the world each year. -1 750,000 750,000 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 750,000 750000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Tons ton NOUN NNS Number=Plur 1 appos 1:appos _ 4 of of ADP IN _ 6 case 6:case _ 5 toxic toxic ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -135983,28 +136043,28 @@ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 US US PROPN NNP Number=Sing 9 compound 9:compound _ 9 military military NOUN NN Number=Sing 17 nsubj 17:nsubj SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 15 punct 15:punct _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12-13 world's _ _ _ _ _ _ _ _ 12 world world NOUN NN Number=Sing 15 nmod:poss 15:nmod:poss _ 13 's 's PART POS _ 12 case 12:case _ -14 biggest biggest ADJ JJS Degree=Sup 15 amod 15:amod _ +14 biggest big ADJ JJS Degree=Sup 15 amod 15:amod _ 15 polluter polluter NOUN NN Number=Sing 9 appos 9:appos SpaceAfter=No -16 , , PUNCT , _ 17 punct 17:punct _ +16 , , PUNCT , _ 9 punct 9:punct _ 17 generates generate VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 18 around around ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 world world NOUN NN Number=Sing 17 obl 17:obl:around _ -21 each each DET DT _ 22 det 22:det _ +21 each each DET DT PronType=Tot 22 det 22:det _ 22 year year NOUN NN Number=Sing 17 obl:tmod 17:obl:tmod SpaceAfter=No 23 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0035 # text = $3.8bn - Amount in the Superfund trust fund for toxic site clean-ups in 1995, the Year "polluter pays" fees expired. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 3.8 3.8 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 bn bn NUM CD NumType=Card 1 compound 1:compound _ -4 - - PUNCT : _ 1 punct 1:punct _ +2 3.8 3.8 NUM CD NumForm=Digit|NumType=Frac 3 compound 3:compound SpaceAfter=No +3 bn billion NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ 6 in in ADP IN _ 10 case 10:case _ 7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -136015,11 +136075,11 @@ 12 toxic toxic ADJ JJ Degree=Pos 13 amod 13:amod _ 13 site site NOUN NN Number=Sing 16 compound 16:compound _ 14 clean clean NOUN NN Number=Sing 16 compound 16:compound SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 ups up NOUN NNS Number=Plur 10 nmod 10:nmod:for _ 17 in in ADP IN _ 18 case 18:case _ -18 1995 1995 NUM CD NumType=Card 5 nmod 5:nmod:in SpaceAfter=No -19 , , PUNCT , _ 18 punct 18:punct _ +18 1995 1995 NUM CD NumForm=Digit|NumType=Card 5 nmod 5:nmod:in SpaceAfter=No +19 , , PUNCT , _ 21 punct 21:punct _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 Year year NOUN NN Number=Sing 18 appos 18:appos _ 22 " " PUNCT `` _ 24 punct 24:punct SpaceAfter=No @@ -136027,14 +136087,14 @@ 24 pays pay VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 compound 26:compound SpaceAfter=No 25 " " PUNCT '' _ 24 punct 24:punct _ 26 fees fee NOUN NNS Number=Plur 27 nsubj 27:nsubj _ -27 expired expire VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 acl:relcl 21:acl:relcl SpaceAfter=No +27 expired expire VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 21 acl:relcl 21:acl:relcl SpaceAfter=No 28 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0036 # text = $0 - Amount of uncommitted dollars in the Superfund trust fund for toxic site clean-ups in 2003. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 0 0 NUM CD NumType=Card 1 nummod 1:nummod _ -3 - - PUNCT : _ 1 punct 1:punct _ +2 0 0 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ +3 - - PUNCT : _ 4 punct 4:punct _ 4 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ 5 of of ADP IN _ 7 case 7:case _ 6 uncommitted uncommitted ADJ JJ Degree=Pos 7 amod 7:amod _ @@ -136048,17 +136108,17 @@ 14 toxic toxic ADJ JJ Degree=Pos 15 amod 15:amod _ 15 site site NOUN NN Number=Sing 18 compound 18:compound _ 16 clean clean NOUN NN Number=Sing 18 compound 18:compound SpaceAfter=No -17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No 18 ups up NOUN NNS Number=Plur 12 nmod 12:nmod:for _ 19 in in ADP IN _ 20 case 20:case _ -20 2003 2003 NUM CD NumType=Card 4 nmod 4:nmod:in SpaceAfter=No +20 2003 2003 NUM CD NumForm=Digit|NumType=Card 4 nmod 4:nmod:in SpaceAfter=No 21 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0037 # text = 270 - Estimated number of court decisions citing federal Negligence in endangered-species protection that remained unheeded during the first year of the Bush administration. -1 270 270 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ -3 Estimated estimate VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod _ +1 270 270 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 4 punct 4:punct _ +3 Estimated estimate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod _ 4 number number NOUN NN Number=Sing 1 appos 1:appos _ 5 of of ADP IN _ 7 case 7:case _ 6 court court NOUN NN Number=Sing 7 compound 7:compound _ @@ -136068,15 +136128,15 @@ 10 Negligence negligence NOUN NN Number=Sing 8 obj 8:obj _ 11 in in ADP IN _ 15 case 15:case _ 12 endangered endangered ADJ JJ Degree=Pos 14 amod 14:amod SpaceAfter=No -13 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No 14 species species NOUN NN Number=Sing 15 compound 15:compound _ 15 protection protection NOUN NN Number=Sing 8 obl 8:obl:in _ 16 that that PRON WDT PronType=Rel 17 nsubj 7:ref _ -17 remained remain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +17 remained remain VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 18 unheeded unheeded ADJ JJ Degree=Pos 17 xcomp 17:xcomp _ 19 during during ADP IN _ 22 case 22:case _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -21 first first ADJ JJ Degree=Pos|NumType=Ord 22 amod 22:amod _ +21 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 22 amod 22:amod _ 22 year year NOUN NN Number=Sing 18 obl 18:obl:during _ 23 of of ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ @@ -136086,20 +136146,20 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0038 # text = 100 - Percentage of those decisions that Bush then decided to allow the government to ignore indefinitely. -1 100 100 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ -3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|10:obj _ +1 100 100 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ +3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|16:obj _ 4 of of ADP IN _ 6 case 6:case _ 5 those that DET DT Number=Plur|PronType=Dem 6 det 6:det _ 6 decisions decision NOUN NNS Number=Plur 3 nmod 3:nmod:of _ -7 that that PRON WDT PronType=Rel 10 obj 3:ref _ +7 that that PRON WDT PronType=Rel 16 obj 3:ref _ 8 Bush Bush PROPN NNP Number=Sing 10 nsubj 10:nsubj|12:nsubj:xsubj _ 9 then then ADV RB PronType=Dem 10 advmod 10:advmod _ -10 decided decide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +10 decided decide VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 11 to to PART TO _ 12 mark 12:mark _ 12 allow allow VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -14 government government NOUN NN Number=Sing 12 obj 12:obj|16:nsubj:xsubj _ +14 government government NOUN NN Number=Sing 12 iobj 12:iobj|16:nsubj:xsubj _ 15 to to PART TO _ 16 mark 16:mark _ 16 ignore ignore VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 17 indefinitely indefinitely ADV RB _ 16 advmod 16:advmod SpaceAfter=No @@ -136107,31 +136167,31 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0039 # text = 50- Percentage of screened workers at Ground Zero who now suffer from long-term health problems, almost half of whom don't have health insurance. -1 50 50 NUM CD NumType=Card 0 root 0:root SpaceAfter=No -2 - - PUNCT : _ 1 punct 1:punct _ +1 50 50 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 6 case 6:case _ -5 screened screen VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +5 screened screen VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 6 workers worker NOUN NNS Number=Plur 3 nmod 3:nmod:of|12:nsubj|21:nmod:of _ 7 at at ADP IN _ 9 case 9:case _ 8 Ground Ground PROPN NNP Number=Sing 9 compound 9:compound _ 9 Zero Zero PROPN NNP Number=Sing 6 nmod 6:nmod:at _ 10 who who PRON WP PronType=Rel 12 nsubj 6:ref _ 11 now now ADV RB _ 12 advmod 12:advmod _ -12 suffer suffer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +12 suffer suffer VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 13 from from ADP IN _ 18 case 18:case _ 14 long long ADJ JJ Degree=Pos 16 amod 16:amod SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 term term NOUN NN Number=Sing 18 compound 18:compound _ 17 health health NOUN NN Number=Sing 18 compound 18:compound _ 18 problems problem NOUN NNS Number=Plur 12 obl 12:obl:from SpaceAfter=No -19 , , PUNCT , _ 6 punct 6:punct _ +19 , , PUNCT , _ 26 punct 26:punct _ 20 almost almost ADV RB _ 21 advmod 21:advmod _ -21 half half NOUN NN Number=Sing 26 nsubj 26:nsubj _ +21 half half NOUN NN Number=Sing|NumForm=Word|NumType=Frac 26 nsubj 26:nsubj _ 22 of of ADP IN _ 23 case 23:case _ -23 whom whom PRON WP PronType=Int 21 nmod 6:ref _ +23 whom whom PRON WP PronType=Rel 21 nmod 6:ref _ 24-25 don't _ _ _ _ _ _ _ _ -24 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ +24 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ 25 n't not PART RB _ 26 advmod 26:advmod _ 26 have have VERB VB VerbForm=Inf 6 acl:relcl 6:acl:relcl _ 27 health health NOUN NN Number=Sing 28 compound 28:compound _ @@ -136140,8 +136200,8 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0040 # text = 78 - Percentage of workers at Ground Zero who now suffer from lung ailments. -1 78 78 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 78 78 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|11:nsubj _ 4 of of ADP IN _ 5 case 5:case _ 5 workers worker NOUN NNS Number=Plur 3 nmod 3:nmod:of _ @@ -136150,7 +136210,7 @@ 8 Zero Zero PROPN NNP Number=Sing 5 nmod 5:nmod:at _ 9 who who PRON WP PronType=Rel 11 nsubj 3:ref _ 10 now now ADV RB _ 11 advmod 11:advmod _ -11 suffer suffer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +11 suffer suffer VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 12 from from ADP IN _ 14 case 14:case _ 13 lung lung NOUN NN Number=Sing 14 compound 14:compound _ 14 ailments ailment NOUN NNS Number=Plur 11 obl 11:obl:from SpaceAfter=No @@ -136159,8 +136219,8 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0041 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0009 # text = 88 - Percentage of workers at Ground Zero who Now suffer from ear, nose, or throat problems. -1 88 88 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 88 88 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|11:nsubj _ 4 of of ADP IN _ 5 case 5:case _ 5 workers worker NOUN NNS Number=Plur 3 nmod 3:nmod:of _ @@ -136169,7 +136229,7 @@ 8 Zero Zero PROPN NNP Number=Sing 5 nmod 5:nmod:at _ 9 who who PRON WP PronType=Rel 11 nsubj 3:ref _ 10 Now now ADV RB _ 11 advmod 11:advmod _ -11 suffer suffer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +11 suffer suffer VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 12 from from ADP IN _ 19 case 19:case _ 13 ear ear NOUN NN Number=Sing 19 compound 19:compound SpaceAfter=No 14 , , PUNCT , _ 15 punct 15:punct _ @@ -136182,36 +136242,36 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0042 # text = 22 - Asbestos levels at Ground Zero were 22 times higher than the levels in Libby, Montana, where the W R Grace mine produced one of the worst Superfund disasters in US history. -1 22 22 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 22 22 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 11 punct 11:punct _ 3 Asbestos asbestos NOUN NN Number=Sing 4 compound 4:compound _ 4 levels level NOUN NNS Number=Plur 11 nsubj 11:nsubj _ 5 at at ADP IN _ 7 case 7:case _ 6 Ground Ground PROPN NNP Number=Sing 7 compound 7:compound _ 7 Zero Zero PROPN NNP Number=Sing 4 nmod 4:nmod:at _ -8 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 cop 11:cop _ -9 22 22 NUM CD NumType=Card 10 nummod 10:nummod _ +8 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ +9 22 22 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 times time NOUN NNS Number=Plur 11 obl:npmod 11:obl:npmod _ -11 higher higher ADJ JJR Degree=Cmp 1 appos 1:appos _ +11 higher high ADJ JJR Degree=Cmp 1 appos 1:appos _ 12 than than ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 levels level NOUN NNS Number=Plur 11 obl 11:obl:than _ 15 in in ADP IN _ 16 case 16:case _ -16 Libby Libby PROPN NNP Number=Sing 14 nmod 14:nmod:in SpaceAfter=No -17 , , PUNCT , _ 16 punct 16:punct _ +16 Libby Libby PROPN NNP Number=Sing 14 nmod 14:nmod:in|26:obl SpaceAfter=No +17 , , PUNCT , _ 18 punct 18:punct _ 18 Montana Montana PROPN NNP Number=Sing 16 appos 16:appos SpaceAfter=No -19 , , PUNCT , _ 16 punct 16:punct _ -20 where where SCONJ WRB PronType=Rel 26 mark 26:mark _ +19 , , PUNCT , _ 26 punct 26:punct _ +20 where where ADV WRB PronType=Rel 26 advmod 16:ref _ 21 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 22 W W PROPN NNP Number=Sing 24 compound 24:compound _ 23 R R PROPN NNP Number=Sing 24 compound 24:compound _ 24 Grace Grace PROPN NNP Number=Sing 25 compound 25:compound _ 25 mine mine NOUN NN Number=Sing 26 nsubj 26:nsubj _ -26 produced produce VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ -27 one one NUM CD NumType=Card 26 obj 26:obj _ +26 produced produce VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ +27 one one NUM CD NumForm=Word|NumType=Card 26 obj 26:obj _ 28 of of ADP IN _ 32 case 32:case _ 29 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ -30 worst worst ADJ JJS Degree=Sup 32 amod 32:amod _ +30 worst bad ADJ JJS Degree=Sup 32 amod 32:amod _ 31 Superfund Superfund PROPN NNP Number=Sing 32 compound 32:compound _ 32 disasters disaster NOUN NNS Number=Plur 27 nmod 27:nmod:of _ 33 in in ADP IN _ 35 case 35:case _ @@ -136221,8 +136281,8 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0043 # text = 1 - Number of Bush administration public statements on National security issued between 20 January 2001 and 10 September 2001 that mentioned al-Qa'ida. -1 1 1 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 1 1 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 8 case 8:case _ 5 Bush Bush PROPN NNP Number=Sing 8 compound 8:compound _ @@ -136232,26 +136292,26 @@ 9 on on ADP IN _ 11 case 11:case _ 10 National national ADJ JJ Degree=Pos 11 amod 11:amod _ 11 security security NOUN NN Number=Sing 8 nmod 8:nmod:on _ -12 issued issue VERB VBN Tense=Past|VerbForm=Part 8 acl 8:acl _ +12 issued issue VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl 8:acl _ 13 between between ADP IN _ 15 case 15:case _ -14 20 20 NUM CD NumType=Card 15 nummod 15:nummod _ +14 20 20 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 15 January January PROPN NNP Number=Sing 12 obl 12:obl:between _ -16 2001 2001 NUM CD NumType=Card 15 nummod 15:nummod _ +16 2001 2001 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 17 and and CCONJ CC _ 19 cc 19:cc _ -18 10 10 NUM CD NumType=Card 19 nummod 19:nummod _ +18 10 10 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod _ 19 September September PROPN NNP Number=Sing 15 conj 12:obl:between|15:conj:and _ -20 2001 2001 NUM CD NumType=Card 19 nummod 19:nummod _ +20 2001 2001 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod _ 21 that that PRON WDT PronType=Rel 22 nsubj 8:ref _ -22 mentioned mention VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +22 mentioned mention VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 23 al al PROPN NNP Number=Sing 25 compound 25:compound SpaceAfter=No -24 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No +24 - - PUNCT HYPH _ 23 punct 23:punct SpaceAfter=No 25 Qa'ida Qa'ida PROPN NNP Number=Sing 22 obj 22:obj SpaceAfter=No 26 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0044 # text = 104 - Number of Bush administration public statements on National security and defense in the same period that mentioned Iraq or Saddam Hussein. -1 104 104 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 104 104 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 8 case 8:case _ 5 Bush Bush PROPN NNP Number=Sing 8 compound 8:compound _ @@ -136268,7 +136328,7 @@ 16 same same ADJ JJ Degree=Pos 17 amod 17:amod _ 17 period period NOUN NN Number=Sing 8 nmod 8:nmod:in _ 18 that that PRON WDT PronType=Rel 19 nsubj 8:ref _ -19 mentioned mention VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +19 mentioned mention VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 20 Iraq Iraq PROPN NNP Number=Sing 19 obj 19:obj _ 21 or or CCONJ CC _ 22 cc 22:cc _ 22 Saddam Saddam PROPN NNP Number=Sing 20 conj 19:obj|20:conj:or _ @@ -136277,8 +136337,8 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0045 # text = 101 - Number of Bush administration public statements on National security and defense in the same period that mentioned missile defence. -1 101 101 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 101 101 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 8 case 8:case _ 5 Bush Bush PROPN NNP Number=Sing 8 compound 8:compound _ @@ -136295,15 +136355,15 @@ 16 same same ADJ JJ Degree=Pos 17 amod 17:amod _ 17 period period NOUN NN Number=Sing 8 nmod 8:nmod:in _ 18 that that PRON WDT PronType=Rel 19 nsubj 8:ref _ -19 mentioned mention VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +19 mentioned mention VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 20 missile missile NOUN NN Number=Sing 21 compound 21:compound _ 21 defence defence NOUN NN Number=Sing 19 obj 19:obj SpaceAfter=No 22 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0046 # text = 65 - Number of Bush administration public statements on National security and defense in the same period that mentioned weapons of mass destruction. -1 65 65 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 65 65 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 8 case 8:case _ 5 Bush Bush PROPN NNP Number=Sing 8 compound 8:compound _ @@ -136320,7 +136380,7 @@ 16 same same ADJ JJ Degree=Pos 17 amod 17:amod _ 17 period period NOUN NN Number=Sing 8 nmod 8:nmod:in _ 18 that that PRON WDT PronType=Rel 19 nsubj 8:ref _ -19 mentioned mention VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +19 mentioned mention VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 20 weapons weapon NOUN NNS Number=Plur 19 obj 19:obj _ 21 of of ADP IN _ 23 case 23:case _ 22 mass mass ADJ JJ Degree=Pos 23 amod 23:amod _ @@ -136329,19 +136389,19 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0047 # text = 0 - Number of times Bush mentioned Osama bin Laden in his three State of the Union addresses. -1 0 0 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 0 0 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 times time NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 6 Bush Bush PROPN NNP Number=Sing 7 nsubj 7:nsubj _ -7 mentioned mention VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 mentioned mention VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 Osama Osama PROPN NNP Number=Sing 7 obj 7:obj _ 9 bin bin PROPN NNP Number=Sing 8 flat 8:flat _ 10 Laden Laden PROPN NNP Number=Sing 8 flat 8:flat _ 11 in in ADP IN _ 18 case 18:case _ -12 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ -13 three three NUM CD NumType=Card 18 nummod 18:nummod _ +12 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +13 three three NUM CD NumForm=Word|NumType=Card 18 nummod 18:nummod _ 14 State state NOUN NN Number=Sing 18 compound 18:compound _ 15 of of ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -136351,20 +136411,20 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0048 # text = 73 - Number of times that Bush mentioned terrorism or terrorists in his three State of the Union addresses. -1 73 73 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 73 73 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 times time NOUN NNS Number=Plur 3 nmod 3:nmod:of _ -6 that that ADV WRB PronType=Dem 8 advmod 8:advmod _ +6 that that SCONJ IN _ 8 mark 8:mark _ 7 Bush Bush PROPN NNP Number=Sing 8 nsubj 8:nsubj _ -8 mentioned mention VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 appos 5:appos _ +8 mentioned mention VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 9 terrorism terrorism NOUN NN Number=Sing 8 obj 8:obj _ 10 or or CCONJ CC _ 11 cc 11:cc _ 11 terrorists terrorist NOUN NNS Number=Plur 9 conj 8:obj|9:conj:or _ 12 in in ADP IN _ 19 case 19:case _ -13 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ -14 three three NUM CD NumType=Card 19 nummod 19:nummod _ +13 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +14 three three NUM CD NumForm=Word|NumType=Card 19 nummod 19:nummod _ 15 State state NOUN NN Number=Sing 19 compound 19:compound _ 16 of of ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ @@ -136374,13 +136434,13 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0049 # text = 83 - Number of times Bush mentioned Saddam, Iraq, or regime (as in change) in his three State of the Union addresses. -1 83 83 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 83 83 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 times time NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 6 Bush Bush PROPN NNP Number=Sing 7 nsubj 7:nsubj _ -7 mentioned mention VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 mentioned mention VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 Saddam Saddam PROPN NNP Number=Sing 7 obj 7:obj SpaceAfter=No 9 , , PUNCT , _ 10 punct 10:punct _ 10 Iraq Iraq PROPN NNP Number=Sing 8 conj 7:obj|8:conj:or SpaceAfter=No @@ -136393,8 +136453,8 @@ 17 change change NOUN NN Number=Sing 13 nmod 13:nmod:as_in SpaceAfter=No 18 ) ) PUNCT -RRB- _ 17 punct 17:punct _ 19 in in ADP IN _ 26 case 26:case _ -20 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ -21 three three NUM CD NumType=Card 26 nummod 26:nummod _ +20 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +21 three three NUM CD NumForm=Word|NumType=Card 26 nummod 26:nummod _ 22 State state NOUN NN Number=Sing 26 compound 26:compound _ 23 of of ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ @@ -136405,38 +136465,38 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0050 # text = $1m - Estimated value of a painting the Bush Presidential Library in College Station, Texas, received from Prince Bandar, Saudi Arabia's ambassador to the United States and Bush family friend. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 1 1 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 m m NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ -5 Estimated estimate VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +2 1 1 NUM CD NumForm=Digit|NumType=Card 3 compound 3:compound SpaceAfter=No +3 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 6 punct 6:punct _ +5 Estimated estimate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 6 value value NOUN NN Number=Sing 1 appos 1:appos _ 7 of of ADP IN _ 9 case 9:case _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 painting painting NOUN NN Number=Sing 6 nmod 6:nmod:of _ 10 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 11 Bush Bush PROPN NNP Number=Sing 13 compound 13:compound _ -12 Presidential Presidential PROPN NNP Number=Sing 13 compound 13:compound _ +12 Presidential Presidential ADJ NNP Degree=Pos 13 amod 13:amod _ 13 Library Library PROPN NNP Number=Sing 20 nsubj 20:nsubj _ 14 in in ADP IN _ 16 case 16:case _ 15 College College PROPN NNP Number=Sing 16 compound 16:compound _ 16 Station Station PROPN NNP Number=Sing 13 nmod 13:nmod:in SpaceAfter=No -17 , , PUNCT , _ 16 punct 16:punct _ +17 , , PUNCT , _ 18 punct 18:punct _ 18 Texas Texas PROPN NNP Number=Sing 16 appos 16:appos SpaceAfter=No -19 , , PUNCT , _ 20 punct 20:punct _ -20 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +19 , , PUNCT , _ 13 punct 13:punct _ +20 received receive VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 21 from from ADP IN _ 23 case 23:case _ 22 Prince Prince PROPN NNP Number=Sing 23 compound 23:compound _ 23 Bandar Bandar PROPN NNP Number=Sing 20 obl 20:obl:from SpaceAfter=No -24 , , PUNCT , _ 23 punct 23:punct _ -25 Saudi Saudi PROPN NNP Number=Sing 26 compound 26:compound _ +24 , , PUNCT , _ 28 punct 28:punct _ +25 Saudi Saudi ADJ NNP Degree=Pos 26 amod 26:amod _ 26-27 Arabia's _ _ _ _ _ _ _ _ 26 Arabia Arabia PROPN NNP Number=Sing 28 nmod:poss 28:nmod:poss _ 27 's 's PART POS _ 26 case 26:case _ 28 ambassador ambassador NOUN NN Number=Sing 23 appos 23:appos _ 29 to to ADP IN _ 32 case 32:case _ 30 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ -31 United United PROPN NNP Number=Sing 32 compound 32:compound _ -32 States States PROPN NNP Number=Sing 28 nmod 28:nmod:to _ +31 United United ADJ NNP Degree=Pos 32 amod 32:amod _ +32 States State PROPN NNPS Number=Plur 28 nmod 28:nmod:to _ 33 and and CCONJ CC _ 36 cc 36:cc _ 34 Bush Bush PROPN NNP Number=Sing 36 compound 36:compound _ 35 family family NOUN NN Number=Sing 36 compound 36:compound _ @@ -136445,18 +136505,18 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0051 # text = 0 - Number of times Bush mentioned Saudi Arabia in his three State of the Union addresses. -1 0 0 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 0 0 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 times time NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 6 Bush Bush PROPN NNP Number=Sing 7 nsubj 7:nsubj _ -7 mentioned mention VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ -8 Saudi Saudi PROPN NNP Number=Sing 9 compound 9:compound _ +7 mentioned mention VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +8 Saudi Saudi ADJ NNP Degree=Pos 9 amod 9:amod _ 9 Arabia Arabia PROPN NNP Number=Sing 7 obj 7:obj _ 10 in in ADP IN _ 17 case 17:case _ -11 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ -12 three three NUM CD NumType=Card 17 nummod 17:nummod _ +11 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +12 three three NUM CD NumForm=Word|NumType=Card 17 nummod 17:nummod _ 13 State state NOUN NN Number=Sing 17 compound 17:compound _ 14 of of ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -136466,63 +136526,63 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0052 # text = 1,700- Percentage increase between 2001 and 2002 of Saudi Arabian spending on public relations in the United States. -1 1,700 1,700 NUM CD NumType=Card 0 root 0:root SpaceAfter=No -2 - - PUNCT : _ 1 punct 1:punct _ +1 1,700 1700 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No +2 - - PUNCT : _ 4 punct 4:punct _ 3 Percentage percentage NOUN NN Number=Sing 4 compound 4:compound _ 4 increase increase NOUN NN Number=Sing 1 appos 1:appos _ 5 between between ADP IN _ 6 case 6:case _ -6 2001 2001 NUM CD NumType=Card 4 nmod 4:nmod:between _ +6 2001 2001 NUM CD NumForm=Digit|NumType=Card 4 nmod 4:nmod:between _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 2002 2002 NUM CD NumType=Card 6 conj 4:nmod:between|6:conj:and _ +8 2002 2002 NUM CD NumForm=Digit|NumType=Card 6 conj 4:nmod:between|6:conj:and _ 9 of of ADP IN _ 12 case 12:case _ -10 Saudi saudi ADJ JJ Degree=Pos 11 amod 11:amod _ -11 Arabian arabian ADJ JJ Degree=Pos 12 amod 12:amod _ +10 Saudi Saudi ADJ JJ Degree=Pos 11 amod 11:amod _ +11 Arabian Arabian ADJ JJ Degree=Pos 12 amod 12:amod _ 12 spending spending NOUN NN Number=Sing 4 nmod 4:nmod:of _ 13 on on ADP IN _ 15 case 15:case _ 14 public public ADJ JJ Degree=Pos 15 amod 15:amod _ 15 relations relation NOUN NNS Number=Plur 12 nmod 12:nmod:on _ 16 in in ADP IN _ 19 case 19:case _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -18 United United PROPN NNP Number=Sing 19 compound 19:compound _ -19 States States PROPN NNP Number=Sing 15 nmod 15:nmod:in SpaceAfter=No +18 United United ADJ NNP Degree=Pos 19 amod 19:amod _ +19 States State PROPN NNPS Number=Plur 15 nmod 15:nmod:in SpaceAfter=No 20 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0053 # text = 79 - Percentage of the 11 September hijackers who came from Saudi Arabia. -1 79 79 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 79 79 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|10:nsubj _ 4 of of ADP IN _ 8 case 8:case _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -6 11 11 NUM CD NumType=Card 7 nummod 7:nummod _ +6 11 11 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 September September PROPN NNP Number=Sing 8 compound 8:compound _ 8 hijackers hijacker NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 9 who who PRON WP PronType=Rel 10 nsubj 3:ref _ -10 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +10 came come VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 11 from from ADP IN _ 13 case 13:case _ -12 Saudi Saudi PROPN NNP Number=Sing 13 compound 13:compound _ +12 Saudi Saudi ADJ NNP Degree=Pos 13 amod 13:amod _ 13 Arabia Arabia PROPN NNP Number=Sing 10 obl 10:obl:from SpaceAfter=No 14 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0054 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0010 # text = 3 = Number of 11 September hijackers whose entry visas came through special US-Saudi "Visa Express" programme. -1 3 3 NUM CD NumType=Card 0 root 0:root _ -2 = = PUNCT : _ 1 punct 1:punct _ +1 3 3 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 = = PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 7 case 7:case _ -5 11 11 NUM CD NumType=Card 6 nummod 6:nummod _ +5 11 11 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 September September PROPN NNP Number=Sing 7 compound 7:compound _ 7 hijackers hijacker NOUN NNS Number=Plur 3 nmod 3:nmod:of|10:nmod:poss _ -8 whose whose PRON WP$ Poss=Yes|PronType=Int 10 nmod:poss 7:ref _ +8 whose whose PRON WP$ Poss=Yes|PronType=Rel 10 nmod:poss 7:ref _ 9 entry entry NOUN NN Number=Sing 10 compound 10:compound _ 10 visas visa NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -11 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +11 came come VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 12 through through ADP IN _ 21 case 21:case _ 13 special special ADJ JJ Degree=Pos 21 amod 21:amod _ 14 US US PROPN NNP Number=Sing 21 compound 21:compound SpaceAfter=No -15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No -16 Saudi saudi ADJ JJ Degree=Pos 14 amod 14:amod _ +15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +16 Saudi Saudi ADJ JJ Degree=Pos 14 amod 14:amod _ 17 " " PUNCT `` _ 19 punct 19:punct SpaceAfter=No 18 Visa Visa PROPN NNP Number=Sing 19 compound 19:compound _ 19 Express Express PROPN NNP Number=Sing 21 compound 21:compound SpaceAfter=No @@ -136532,35 +136592,35 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0055 # text = 140 - Number of Saudis, including members of the Bin Laden family, evacuated from United States almost immediately after 11 September. -1 140 140 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 140 140 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ -5 Saudis Saudis PROPN NNPS Number=Plur 3 nmod 3:nmod:of SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +5 Saudis Saudi PROPN NNPS Number=Plur 3 nmod 3:nmod:of SpaceAfter=No +6 , , PUNCT , _ 8 punct 8:punct _ 7 including include VERB VBG VerbForm=Ger 8 case 8:case _ -8 members member NOUN NNS Number=Plur 5 nmod 5:nmod:include _ +8 members member NOUN NNS Number=Plur 5 nmod 5:nmod:including _ 9 of of ADP IN _ 13 case 13:case _ 10 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 11 Bin Bin PROPN NNP Number=Sing 13 compound 13:compound _ 12 Laden Laden PROPN NNP Number=Sing 11 flat 11:flat _ 13 family family NOUN NN Number=Sing 8 nmod 8:nmod:of SpaceAfter=No -14 , , PUNCT , _ 5 punct 5:punct _ -15 evacuated evacuate VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +14 , , PUNCT , _ 15 punct 15:punct _ +15 evacuated evacuate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 16 from from ADP IN _ 18 case 18:case _ -17 United United PROPN NNP Number=Sing 18 compound 18:compound _ -18 States States PROPN NNP Number=Sing 15 obl 15:obl:from _ +17 United United ADJ NNP Degree=Pos 18 amod 18:amod _ +18 States State PROPN NNPS Number=Plur 15 obl 15:obl:from _ 19 almost almost ADV RB _ 20 advmod 20:advmod _ 20 immediately immediately ADV RB _ 23 advmod 23:advmod _ 21 after after ADP IN _ 23 case 23:case _ -22 11 11 NUM CD NumType=Card 23 nummod 23:nummod _ +22 11 11 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ 23 September September PROPN NNP Number=Sing 15 obl 15:obl:after SpaceAfter=No 24 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0056 # text = 14 - Number of Immigration and Naturalisation Service (INS) agents assigned to track down 1,200 known illegal immigrants in the United States from countries where al-Qa'ida is active. -1 14 14 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 14 14 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 12 case 12:case _ 5 Immigration Immigration PROPN NNP Number=Sing 8 compound 8:compound _ @@ -136571,23 +136631,23 @@ 10 INS INS PROPN NNP Number=Sing 8 appos 8:appos SpaceAfter=No 11 ) ) PUNCT -RRB- _ 10 punct 10:punct _ 12 agents agent NOUN NNS Number=Plur 3 nmod 3:nmod:of _ -13 assigned assign VERB VBN Tense=Past|VerbForm=Part 12 acl 12:acl _ +13 assigned assign VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 acl 12:acl _ 14 to to PART TO _ 15 mark 15:mark _ 15 track track VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 16 down down ADP RP _ 15 compound:prt 15:compound:prt _ -17 1,200 1,200 NUM CD NumType=Card 20 nummod 20:nummod _ -18 known know VERB VBN Tense=Past|VerbForm=Part 20 amod 20:amod _ +17 1,200 1200 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ +18 known know VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 amod 20:amod _ 19 illegal illegal ADJ JJ Degree=Pos 20 amod 20:amod _ 20 immigrants immigrant NOUN NNS Number=Plur 15 obj 15:obj _ 21 in in ADP IN _ 24 case 24:case _ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -23 United United PROPN NNP Number=Sing 24 compound 24:compound _ -24 States States PROPN NNP Number=Sing 20 nmod 20:nmod:in _ +23 United United ADJ NNP Degree=Pos 24 amod 24:amod _ +24 States State PROPN NNPS Number=Plur 20 nmod 20:nmod:in _ 25 from from ADP IN _ 26 case 26:case _ -26 countries country NOUN NNS Number=Plur 20 nmod 20:nmod:from _ -27 where where SCONJ WRB PronType=Rel 32 mark 32:mark _ +26 countries country NOUN NNS Number=Plur 20 nmod 20:nmod:from|32:obl _ +27 where where ADV WRB PronType=Rel 32 advmod 26:ref _ 28 al al PROPN NNP Number=Sing 30 compound 30:compound SpaceAfter=No -29 - - PUNCT HYPH _ 30 punct 30:punct SpaceAfter=No +29 - - PUNCT HYPH _ 28 punct 28:punct SpaceAfter=No 30 Qa'ida Qa'ida PROPN NNP Number=Sing 32 nsubj 32:nsubj _ 31 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 32 cop 32:cop _ 32 active active ADJ JJ Degree=Pos 26 acl:relcl 26:acl:relcl SpaceAfter=No @@ -136596,24 +136656,24 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0057 # text = $3m - Amount the White House was willing to grant the 9/11 Commission to investigate the 11 September attacks. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 3 3 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 m m NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ +2 3 3 NUM CD NumForm=Digit|NumType=Card 3 compound 3:compound SpaceAfter=No +3 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 White White PROPN NNP Number=Sing 8 compound 8:compound _ +7 White White ADJ NNP Degree=Pos 8 amod 8:amod _ 8 House House PROPN NNP Number=Sing 10 nsubj 10:nsubj|12:nsubj:xsubj _ 9 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ 10 willing willing ADJ JJ Degree=Pos 5 acl:relcl 5:acl:relcl _ 11 to to PART TO _ 12 mark 12:mark _ 12 grant grant VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -14 9/11 9/11 NUM NN Number=Sing 15 compound 15:compound _ +14 9/11 9/11 NUM NNP NumForm=Digit|NumType=Card 15 compound 15:compound _ 15 Commission commission NOUN NN Number=Sing 12 obj 12:obj _ 16 to to PART TO _ 17 mark 17:mark _ 17 investigate investigate VERB VB VerbForm=Inf 12 advcl 12:advcl:to _ 18 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -19 11 11 NUM CD NumType=Card 20 nummod 20:nummod _ +19 11 11 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ 20 September September PROPN NNP Number=Sing 21 compound 21:compound _ 21 attacks attack NOUN NNS Number=Plur 17 obj 17:obj SpaceAfter=No 22 . . PUNCT . _ 1 punct 1:punct _ @@ -136621,12 +136681,12 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0058 # text = $0 - Amount approved by George Bush to hire more INS special agents. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 0 0 NUM CD NumType=Card 1 nummod 1:nummod _ -3 - - PUNCT : _ 1 punct 1:punct _ +2 0 0 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ +3 - - PUNCT : _ 4 punct 4:punct _ 4 Amount Amount PROPN NNP Number=Sing 1 appos 1:appos _ -5 approved approve VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +5 approved approve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ 6 by by ADP IN _ 7 case 7:case _ -7 George George PROPN NNP Number=Sing 5 obl 5:obl:by _ +7 George George PROPN NNP Number=Sing 5 obl:agent 5:obl:agent _ 8 Bush Bush PROPN NNP Number=Sing 7 flat 7:flat _ 9 to to PART TO _ 10 mark 10:mark _ 10 hire hire VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ @@ -136640,12 +136700,12 @@ # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0011 # text = $10m- Amount Bush cut from the INS's existing terrorism budget. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 10 10 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 m m NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -4 - - PUNCT : _ 1 punct 1:punct _ +2 10 10 NUM CD NumForm=Digit|NumType=Card 3 compound 3:compound SpaceAfter=No +3 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod SpaceAfter=No +4 - - PUNCT : _ 5 punct 5:punct _ 5 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ 6 Bush Bush PROPN NNP Number=Sing 7 nsubj 7:nsubj _ -7 cut cut VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 cut cut VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 from from ADP IN _ 14 case 14:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10-11 INS's _ _ _ _ _ _ _ _ @@ -136660,16 +136720,16 @@ # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0012 # text = $50m - Amount granted to the commission that looked into the Columbia space shuttle crash. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 50 50 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 m m NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ +2 50 50 NUM CD NumForm=Digit|NumType=Card 3 compound 3:compound SpaceAfter=No +3 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ -6 granted grant VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +6 granted grant VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 7 to to ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 commission commission NOUN NN Number=Sing 6 obl 6:obl:to|11:nsubj _ 10 that that PRON WDT PronType=Rel 11 nsubj 9:ref _ -11 looked look VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +11 looked look VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 12 into into ADP IN _ 17 case 17:case _ 13 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 14 Columbia Columbia PROPN NNP Number=Sing 16 compound 16:compound _ @@ -136681,41 +136741,41 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0061 # text = $5m - Amount a 1996 federal commission was given to study legalised gambling. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 5 5 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 m m NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ +2 5 5 NUM CD NumForm=Digit|NumType=Card 3 compound 3:compound SpaceAfter=No +3 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ 6 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -7 1996 1996 NUM CD NumType=Card 9 nummod 9:nummod _ +7 1996 1996 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 8 federal federal ADJ JJ Degree=Pos 9 amod 9:amod _ 9 commission commission NOUN NN Number=Sing 11 nsubj:pass 11:nsubj:pass _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 aux:pass 11:aux:pass _ 11 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl:relcl 5:acl:relcl _ 12 to to PART TO _ 13 mark 13:mark _ 13 study study VERB VB VerbForm=Inf 11 advcl 11:advcl:to _ -14 legalised legalise VERB VBN Tense=Past|VerbForm=Part 15 amod 15:amod _ +14 legalised legalise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 amod 15:amod _ 15 gambling gambling NOUN NN Number=Sing 13 obj 13:obj SpaceAfter=No 16 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0062 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0013 # text = 7 - Number of Arabic linguists fired by the US army between mid-August and mid-October 2002 for being gay. -1 7 7 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 7 7 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 6 case 6:case _ 5 Arabic Arabic PROPN NNP Number=Sing 6 compound 6:compound _ 6 linguists linguist NOUN NNS Number=Plur 3 nmod 3:nmod:of _ -7 fired fire VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 fired fire VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 by by ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 US US PROPN NNP Number=Sing 11 compound 11:compound _ -11 army army NOUN NN Number=Sing 7 obl 7:obl:by _ +11 army army NOUN NN Number=Sing 7 obl:agent 7:obl:agent _ 12 between between ADP IN _ 13 case 13:case _ -13 mid-August mid-august NOUN NN Number=Sing 7 obl 7:obl:between _ +13 mid-August mid-August PROPN NNP Number=Sing 7 obl 7:obl:between _ 14 and and CCONJ CC _ 15 cc 15:cc _ -15 mid-October mid-october NOUN NN Number=Sing 13 conj 7:obl:between|13:conj:and _ -16 2002 2002 NUM CD NumType=Card 13 nummod 13:nummod _ +15 mid-October mid-October PROPN NNP Number=Sing 13 conj 7:obl:between|13:conj:and _ +16 2002 2002 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 17 for for SCONJ IN _ 19 mark 19:mark _ 18 being be AUX VBG VerbForm=Ger 19 cop 19:cop _ 19 gay gay ADJ JJ Degree=Pos 7 advcl 7:advcl:for SpaceAfter=No @@ -136725,37 +136785,37 @@ # text = George Bush: Military man 1 George George PROPN NNP Number=Sing 0 root 0:root _ 2 Bush Bush PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 : : PUNCT : _ 1 punct 1:punct _ +3 : : PUNCT : _ 5 punct 5:punct _ 4 Military military ADJ JJ Degree=Pos 5 amod 5:amod _ 5 man man NOUN NN Number=Sing 1 appos 1:appos _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0064 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0014 # text = 1972 - Year that Bush walked away from his pilot duties in the Texas National Guard, Nearly two years before his six-year obligation was up. -1 1972 1972 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ -3 Year year NOUN NN Number=Sing 1 appos 1:appos|6:advmod _ -4 that that ADV WRB PronType=Rel 6 advmod 3:ref _ +1 1972 1972 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ +3 Year year NOUN NN Number=Sing 1 appos 1:appos _ +4 that that SCONJ IN _ 6 mark 6:mark _ 5 Bush Bush PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -6 walked walk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +6 walked walk VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 7 away away ADV RB _ 6 advmod 6:advmod _ 8 from from ADP IN _ 11 case 11:case _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 pilot pilot NOUN NN Number=Sing 11 compound 11:compound _ 11 duties duty NOUN NNS Number=Plur 7 obl 7:obl:from _ 12 in in ADP IN _ 16 case 16:case _ 13 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 14 Texas Texas PROPN NNP Number=Sing 16 compound 16:compound _ -15 National National PROPN NNP Number=Sing 16 compound 16:compound _ +15 National National ADJ NNP Degree=Pos 16 amod 16:amod _ 16 Guard Guard PROPN NNP Number=Sing 11 nmod 11:nmod:in SpaceAfter=No -17 , , PUNCT , _ 6 punct 6:punct _ +17 , , PUNCT , _ 28 punct 28:punct _ 18 Nearly nearly ADV RB _ 19 advmod 19:advmod _ -19 two two NUM CD NumType=Card 20 nummod 20:nummod _ +19 two two NUM CD NumForm=Word|NumType=Card 20 nummod 20:nummod _ 20 years year NOUN NNS Number=Plur 28 obl:npmod 28:obl:npmod _ 21 before before SCONJ IN _ 28 mark 28:mark _ -22 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ -23 six six NUM CD NumType=Card 25 nummod 25:nummod SpaceAfter=No -24 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No +22 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +23 six six NUM CD NumForm=Word|NumType=Card 25 nummod 25:nummod SpaceAfter=No +24 - - PUNCT HYPH _ 23 punct 23:punct SpaceAfter=No 25 year year NOUN NN Number=Sing 26 compound 26:compound _ 26 obligation obligation NOUN NN Number=Sing 28 nsubj 28:nsubj _ 27 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 28 cop 28:cop _ @@ -136765,18 +136825,18 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0065 # text = $3,500 - Reward a group of veterans offered in 2000 for anyone who could confirm Bush's Alabama guard service. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 3,500 3,500 NUM CD NumType=Card 1 nummod 1:nummod _ -3 - - PUNCT : _ 1 punct 1:punct _ +2 3,500 3500 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ +3 - - PUNCT : _ 4 punct 4:punct _ 4 Reward reward NOUN NN Number=Sing 1 appos 1:appos _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 group group NOUN NN Number=Sing 9 nsubj 9:nsubj _ 7 of of ADP IN _ 8 case 8:case _ 8 veterans veteran NOUN NNS Number=Plur 6 nmod 6:nmod:of _ -9 offered offer VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +9 offered offer VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 10 in in ADP IN _ 11 case 11:case _ -11 2000 2000 NUM CD NumType=Card 9 obl 9:obl:in _ +11 2000 2000 NUM CD NumForm=Digit|NumType=Card 9 obl 9:obl:in _ 12 for for ADP IN _ 13 case 13:case _ -13 anyone anyone PRON NN Number=Sing 9 obl 9:obl:for|16:nsubj _ +13 anyone anyone PRON NN Number=Sing|PronType=Ind 9 obl 9:obl:for|16:nsubj _ 14 who who PRON WP PronType=Rel 16 nsubj 13:ref _ 15 could could AUX MD VerbForm=Fin 16 aux 16:aux _ 16 confirm confirm VERB VB VerbForm=Inf 13 acl:relcl 13:acl:relcl _ @@ -136790,15 +136850,15 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0066 # text = 600-700 - Number of guardsmen who were in Bush's unit during that period. -1 600 600 NUM CD NumType=Card 0 root 0:root SpaceAfter=No +1 600 600 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No 2 - - SYM IN _ 3 case 3:case SpaceAfter=No -3 700 700 NUM CD NumType=Card 1 nmod 1:nmod _ -4 - - PUNCT : _ 1 punct 1:punct _ +3 700 700 NUM CD NumForm=Digit|NumType=Card 1 nmod 1:nmod _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Number number NOUN NN Number=Sing 1 appos 1:appos _ 6 of of ADP IN _ 7 case 7:case _ 7 guardsmen guardsman NOUN NNS Number=Plur 5 nmod 5:nmod:of|13:nsubj _ 8 who who PRON WP PronType=Rel 13 nsubj 7:ref _ -9 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 cop 13:cop _ +9 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ 10 in in ADP IN _ 13 case 13:case _ 11-12 Bush's _ _ _ _ _ _ _ _ 11 Bush Bush PROPN NNP Number=Sing 13 nmod:poss 13:nmod:poss _ @@ -136807,13 +136867,13 @@ 14 during during ADP IN _ 16 case 16:case _ 15 that that DET DT Number=Sing|PronType=Dem 16 det 16:det _ 16 period period NOUN NN Number=Sing 13 obl 13:obl:during SpaceAfter=No -17 . . PUNCT . _ 3 punct 3:punct _ +17 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0067 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0015 # text = 0 - Number of guardsmen from that period who came forward with information about Bush's guard service. -1 0 0 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 0 0 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 guardsmen guardsman NOUN NNS Number=Plur 3 nmod 3:nmod:of|10:nsubj _ @@ -136821,7 +136881,7 @@ 7 that that DET DT Number=Sing|PronType=Dem 8 det 8:det _ 8 period period NOUN NN Number=Sing 5 nmod 5:nmod:from _ 9 who who PRON WP PronType=Rel 10 nsubj 5:ref _ -10 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +10 came come VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 11 forward forward ADV RB _ 10 advmod 10:advmod _ 12 with with ADP IN _ 13 case 13:case _ 13 information information NOUN NN Number=Sing 10 obl 10:obl:with _ @@ -136835,17 +136895,17 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0068 # text = 0 - Number of minutes that President Bush, Vice-President Dick Cheney, the Defence Secretary, Donald Rumsfeld, the assistant Defence Secretary, Paul Wolfowitz, the former chairman of the Defence Policy Board, Richard Perle, and the White House Chief of Staff, Karl Rove - the main proponents of the war in Iraq -served in combat (combined). -1 0 0 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 0 0 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ -5 minutes minute NOUN NNS Number=Plur 3 nmod 3:nmod:of|63:advmod _ -6 that that ADV WRB PronType=Rel 63 advmod 5:ref _ +5 minutes minute NOUN NNS Number=Plur 3 nmod 3:nmod:of _ +6 that that SCONJ IN _ 63 mark 63:mark _ 7 President President PROPN NNP Number=Sing 63 nsubj 63:nsubj _ 8 Bush Bush PROPN NNP Number=Sing 7 flat 7:flat SpaceAfter=No 9 , , PUNCT , _ 12 punct 12:punct _ 10 Vice Vice PROPN NNP Number=Sing 12 compound 12:compound SpaceAfter=No -11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No 12 President President PROPN NNP Number=Sing 7 conj 7:conj:and|63:nsubj _ 13 Dick Dick PROPN NNP Number=Sing 12 flat 12:flat _ 14 Cheney Cheney PROPN NNP Number=Sing 12 flat 12:flat SpaceAfter=No @@ -136853,7 +136913,7 @@ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 17 Defence Defence PROPN NNP Number=Sing 18 compound 18:compound _ 18 Secretary Secretary PROPN NNP Number=Sing 7 conj 7:conj:and|63:nsubj SpaceAfter=No -19 , , PUNCT , _ 18 punct 18:punct _ +19 , , PUNCT , _ 20 punct 20:punct _ 20 Donald Donald PROPN NNP Number=Sing 18 appos 18:appos _ 21 Rumsfeld Rumsfeld PROPN NNP Number=Sing 20 flat 20:flat SpaceAfter=No 22 , , PUNCT , _ 26 punct 26:punct _ @@ -136861,7 +136921,7 @@ 24 assistant assistant NOUN NN Number=Sing 26 compound 26:compound _ 25 Defence defence NOUN NN Number=Sing 26 compound 26:compound _ 26 Secretary Secretary PROPN NNP Number=Sing 7 conj 7:conj:and|63:nsubj SpaceAfter=No -27 , , PUNCT , _ 26 punct 26:punct _ +27 , , PUNCT , _ 28 punct 28:punct _ 28 Paul Paul PROPN NNP Number=Sing 26 appos 26:appos _ 29 Wolfowitz Wolfowitz PROPN NNP Number=Sing 28 flat 28:flat SpaceAfter=No 30 , , PUNCT , _ 33 punct 33:punct _ @@ -136873,21 +136933,21 @@ 36 Defence Defence PROPN NNP Number=Sing 37 compound 37:compound _ 37 Policy Policy PROPN NNP Number=Sing 38 compound 38:compound _ 38 Board Board PROPN NNP Number=Sing 33 nmod 33:nmod:of SpaceAfter=No -39 , , PUNCT , _ 33 punct 33:punct _ +39 , , PUNCT , _ 40 punct 40:punct _ 40 Richard Richard PROPN NNP Number=Sing 33 appos 33:appos _ 41 Perle Perle PROPN NNP Number=Sing 40 flat 40:flat SpaceAfter=No 42 , , PUNCT , _ 47 punct 47:punct _ 43 and and CCONJ CC _ 47 cc 47:cc _ 44 the the DET DT Definite=Def|PronType=Art 47 det 47:det _ -45 White White PROPN NNP Number=Sing 46 compound 46:compound _ +45 White White ADJ NNP Degree=Pos 46 amod 46:amod _ 46 House House PROPN NNP Number=Sing 47 compound 47:compound _ 47 Chief Chief PROPN NNP Number=Sing 7 conj 7:conj:and|63:nsubj _ 48 of of ADP IN _ 49 case 49:case _ 49 Staff Staff PROPN NNP Number=Sing 47 nmod 47:nmod:of SpaceAfter=No -50 , , PUNCT , _ 47 punct 47:punct _ +50 , , PUNCT , _ 51 punct 51:punct _ 51 Karl Karl PROPN NNP Number=Sing 47 appos 47:appos _ 52 Rove Rove PROPN NNP Number=Sing 51 flat 51:flat _ -53 - - PUNCT , _ 7 punct 7:punct _ +53 - - PUNCT , _ 56 punct 56:punct _ 54 the the DET DT Definite=Def|PronType=Art 56 det 56:det _ 55 main main ADJ JJ Degree=Pos 56 amod 56:amod _ 56 proponents proponent NOUN NNS Number=Plur 7 appos 7:appos _ @@ -136896,19 +136956,19 @@ 59 war war NOUN NN Number=Sing 56 nmod 56:nmod:of _ 60 in in ADP IN _ 61 case 61:case _ 61 Iraq Iraq PROPN NNP Number=Sing 59 nmod 59:nmod:in _ -62 - - PUNCT , _ 63 punct 63:punct SpaceAfter=No -63 served serve VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +62 - - PUNCT , _ 7 punct 7:punct SpaceAfter=No +63 served serve VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 64 in in ADP IN _ 65 case 65:case _ 65 combat combat NOUN NN Number=Sing 63 obl 63:obl:in _ 66 ( ( PUNCT -LRB- _ 67 punct 67:punct SpaceAfter=No -67 combined combine VERB VBN Tense=Past|VerbForm=Part 63 advcl 63:advcl SpaceAfter=No +67 combined combine VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 63 advcl 63:advcl SpaceAfter=No 68 ) ) PUNCT -RRB- _ 67 punct 67:punct SpaceAfter=No 69 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0069 # text = 0 - Number of principal civilian or Pentagon staff members who planned the war who have immediate family members serving in uniform in Iraq. -1 0 0 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 0 0 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 10 case 10:case _ 5 principal principal ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -136918,11 +136978,11 @@ 9 staff staff NOUN NN Number=Sing 10 compound 10:compound _ 10 members member NOUN NNS Number=Plur 3 nmod 3:nmod:of|12:nsubj|16:nsubj _ 11 who who PRON WP PronType=Rel 12 nsubj 10:ref _ -12 planned plan VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +12 planned plan VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 war war NOUN NN Number=Sing 12 obj 12:obj _ 15 who who PRON WP PronType=Rel 16 nsubj 10:ref _ -16 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +16 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ 17 immediate immediate ADJ JJ Degree=Pos 19 amod 19:amod _ 18 family family NOUN NN Number=Sing 19 compound 19:compound _ 19 members member NOUN NNS Number=Plur 16 obj 16:obj _ @@ -136935,8 +136995,8 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0070 # text = 8 - Number of members of the US Senate and House of Representatives who have a child serving in the military. -1 8 8 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 8 8 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 members member NOUN NNS Number=Plur 3 nmod 3:nmod:of|15:nsubj _ @@ -136947,9 +137007,9 @@ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 House House PROPN NNP Number=Sing 9 conj 5:nmod:of|9:conj:and _ 12 of of ADP IN _ 13 case 13:case _ -13 Representatives Representatives PROPN NNPS Number=Plur 11 nmod 11:nmod:of _ +13 Representatives Representative PROPN NNPS Number=Plur 11 nmod 11:nmod:of _ 14 who who PRON WP PronType=Rel 15 nsubj 5:ref _ -15 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +15 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 16 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 17 child child NOUN NN Number=Sing 15 obj 15:obj _ 18 serving serve VERB VBG VerbForm=Ger 17 acl 17:acl _ @@ -136960,20 +137020,20 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0071 # text = 10 - Number of days that the Pentagon spent investigating a soldier who had called the President "a joke" in a letter to the editor of a Newspaper. -1 10 10 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 10 10 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 days day NOUN NNS Number=Plur 3 nmod 3:nmod:of|9:obj _ 6 that that PRON WDT PronType=Rel 9 obj 5:ref _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 Pentagon Pentagon PROPN NNP Number=Sing 9 nsubj 9:nsubj _ -9 spent spend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +9 spent spend VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 10 investigating investigate VERB VBG VerbForm=Ger 9 advcl 9:advcl _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 soldier soldier NOUN NN Number=Sing 10 obj 10:obj|15:nsubj _ 13 who who PRON WP PronType=Rel 15 nsubj 12:ref _ -14 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 aux 15:aux _ +14 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 aux 15:aux _ 15 called call VERB VBN Tense=Past|VerbForm=Part 12 acl:relcl 12:acl:relcl _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 President President NOUN NN Number=Sing 15 obj 15:obj|20:nsubj:xsubj _ @@ -136994,22 +137054,23 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0072 # text = 46 - Percentage increase in sales between 2001 and 2002 of GI Joe figures (children's toys). -1 46 46 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 46 46 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 4 punct 4:punct _ 3 Percentage percentage NOUN NN Number=Sing 4 compound 4:compound _ 4 increase increase NOUN NN Number=Sing 1 appos 1:appos _ 5 in in ADP IN _ 6 case 6:case _ 6 sales sale NOUN NNS Number=Plur 4 nmod 4:nmod:in _ 7 between between ADP IN _ 8 case 8:case _ -8 2001 2001 NUM CD NumType=Card 4 nmod 4:nmod:between _ +8 2001 2001 NUM CD NumForm=Digit|NumType=Card 4 nmod 4:nmod:between _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 2002 2002 NUM CD NumType=Card 8 conj 4:nmod:between|8:conj:and _ +10 2002 2002 NUM CD NumForm=Digit|NumType=Card 8 conj 4:nmod:between|8:conj:and _ 11 of of ADP IN _ 14 case 14:case _ 12 GI GI PROPN NNP Number=Sing 14 compound 14:compound _ 13 Joe Joe PROPN NNP Number=Sing 12 flat 12:flat _ 14 figures figure NOUN NNS Number=Plur 6 nmod 6:nmod:of _ 15 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No -16 children child NOUN NNS Number=Plur 18 nmod:poss 18:nmod:poss SpaceAfter=No +16-17 children's _ _ _ _ _ _ _ _ +16 children child NOUN NNS Number=Plur 18 nmod:poss 18:nmod:poss _ 17 's 's PART POS _ 16 case 16:case _ 18 toys toy NOUN NNS Number=Plur 14 appos 14:appos SpaceAfter=No 19 ) ) PUNCT -RRB- _ 18 punct 18:punct SpaceAfter=No @@ -137023,8 +137084,8 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0074 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0016 # text = 2 - Number of Nations that George Bush has attacked and taken over since coming into office. -1 2 2 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 2 2 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 Nations nation NOUN NNS Number=Plur 3 nmod 3:nmod:of|10:obj _ @@ -137044,8 +137105,8 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0075 # text = 130 - Approximate Number of countries (out of a total of 191 recognised by the United Nations) with a US military presence. -1 130 130 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 130 130 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 4 punct 4:punct _ 3 Approximate approximate ADJ JJ Degree=Pos 4 amod 4:amod _ 4 Number number NOUN NN Number=Sing 1 appos 1:appos _ 5 of of ADP IN _ 6 case 6:case _ @@ -137056,12 +137117,12 @@ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 total total NOUN NN Number=Sing 6 nmod 6:nmod:of _ 12 of of ADP IN _ 13 case 13:case _ -13 191 191 NUM CD NumType=Card 11 nmod 11:nmod:of _ -14 recognised recognise VERB VBN Tense=Past|VerbForm=Part 11 acl 11:acl _ +13 191 191 NUM CD NumForm=Digit|NumType=Card 11 nmod 11:nmod:of _ +14 recognised recognise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl 11:acl _ 15 by by ADP IN _ 18 case 18:case _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -17 United United PROPN NNP Number=Sing 18 compound 18:compound _ -18 Nations Nations PROPN NNP Number=Sing 14 obl 14:obl:by SpaceAfter=No +17 United United ADJ NNP Degree=Pos 18 amod 18:amod _ +18 Nations Nation PROPN NNPS Number=Plur 14 obl:agent 14:obl:agent SpaceAfter=No 19 ) ) PUNCT -RRB- _ 11 punct 11:punct _ 20 with with ADP IN _ 24 case 24:case _ 21 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ @@ -137072,8 +137133,8 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0076 # text = 43 - Percentage of the entire world's military spending that the US spends on defence. -1 43 43 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 43 43 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|14:obj _ 4 of of ADP IN _ 10 case 10:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -137097,8 +137158,8 @@ 2 That that PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 4 in in ADP IN _ 5 case 5:case _ -5 2002 2002 NUM CD NumType=Card 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +5 2002 2002 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No +6 , , PUNCT , _ 8 punct 8:punct _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 year year NOUN NN Number=Sing 5 appos 5:appos _ 9 before before ADP IN _ 11 case 11:case _ @@ -137113,14 +137174,14 @@ # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0017 # text = $401.3b - Proposed military budget for 2004. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 401.3 401.3 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 b b NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ -5 Proposed propose VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +2 401.3 401.3 NUM CD NumForm=Digit|NumType=Frac 3 compound 3:compound SpaceAfter=No +3 b billion NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 7 punct 7:punct _ +5 Proposed propose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 6 military military ADJ JJ Degree=Pos 7 amod 7:amod _ 7 budget budget NOUN NN Number=Sing 1 appos 1:appos _ 8 for for ADP IN _ 9 case 9:case _ -9 2004 2004 NUM CD NumType=Card 7 nmod 7:nmod:for SpaceAfter=No +9 2004 2004 NUM CD NumForm=Digit|NumType=Card 7 nmod 7:nmod:for SpaceAfter=No 10 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0079 @@ -137133,15 +137194,15 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0080 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0019 # text = 1983 - The year in which Donald Rumsfeld, Ronald Reagan's special envoy to the Middle East, gave Saddam Hussein a pair of golden spurs as a gift. -1 1983 1983 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 1983 1983 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 4 punct 4:punct _ 3 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 year year NOUN NN Number=Sing 1 appos 1:appos|20:obl _ 5 in in ADP IN _ 6 case 6:case _ 6 which which PRON WDT PronType=Rel 20 obl 4:ref _ 7 Donald Donald PROPN NNP Number=Sing 20 nsubj 20:nsubj _ 8 Rumsfeld Rumsfeld PROPN NNP Number=Sing 7 flat 7:flat SpaceAfter=No -9 , , PUNCT , _ 7 punct 7:punct _ +9 , , PUNCT , _ 14 punct 14:punct _ 10 Ronald Ronald PROPN NNP Number=Sing 14 nmod:poss 14:nmod:poss _ 11-12 Reagan's _ _ _ _ _ _ _ _ 11 Reagan Reagan PROPN NNP Number=Sing 10 flat 10:flat _ @@ -137150,10 +137211,10 @@ 14 envoy envoy NOUN NN Number=Sing 7 appos 7:appos _ 15 to to ADP IN _ 18 case 18:case _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -17 Middle Middle PROPN NNP Number=Sing 18 compound 18:compound _ +17 Middle Middle ADJ NNP Degree=Pos 18 amod 18:amod _ 18 East East PROPN NNP Number=Sing 14 nmod 14:nmod:to SpaceAfter=No -19 , , PUNCT , _ 20 punct 20:punct _ -20 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +19 , , PUNCT , _ 7 punct 7:punct _ +20 gave give VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 21 Saddam Saddam PROPN NNP Number=Sing 20 iobj 20:iobj _ 22 Hussein Hussein PROPN NNP Number=Sing 21 flat 21:flat _ 23 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ @@ -137168,14 +137229,14 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0081 # text = 2.5 - Number of hours after Rumsfeld learnt that Osama bin Laden was a suspect in the 11 September attacks that he brought up reasons to "hit" Iraq. -1 2.5 2.5 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 2.5 2.5 NUM CD NumForm=Digit|NumType=Frac 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ -5 hours hour NOUN NNS Number=Plur 3 nmod 3:nmod:of|23:advmod _ +5 hours hour NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 6 after after SCONJ IN _ 8 mark 8:mark _ 7 Rumsfeld Rumsfeld PROPN NNP Number=Sing 8 nsubj 8:nsubj _ -8 learnt learn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl 5:acl:after _ +8 learnt learn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl 5:acl:after _ 9 that that SCONJ IN _ 15 mark 15:mark _ 10 Osama Osama PROPN NNP Number=Sing 15 nsubj 15:nsubj _ 11 bin bin PROPN NNP Number=Sing 10 flat 10:flat _ @@ -137185,12 +137246,12 @@ 15 suspect suspect NOUN NN Number=Sing 8 ccomp 8:ccomp _ 16 in in ADP IN _ 20 case 20:case _ 17 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -18 11 11 NUM CD NumType=Card 19 nummod 19:nummod _ +18 11 11 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod _ 19 September September PROPN NNP Number=Sing 20 compound 20:compound _ 20 attacks attack NOUN NNS Number=Plur 15 nmod 15:nmod:in _ -21 that that ADV WRB PronType=Rel 23 advmod 5:ref _ +21 that that SCONJ IN _ 23 mark 23:mark _ 22 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 23 nsubj 23:nsubj _ -23 brought bring VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +23 brought bring VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 24 up up ADP RP _ 23 compound:prt 23:compound:prt _ 25 reasons reason NOUN NNS Number=Plur 23 obj 23:obj _ 26 to to PART TO _ 28 mark 28:mark _ @@ -137202,8 +137263,8 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0082 # text = 237 - Minimum number of misleading statements on Iraq made by top Bush administration officials between 2002 and January 2004, according to the California Representative Henry Waxman. -1 237 237 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 237 237 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 4 punct 4:punct _ 3 Minimum minimum ADJ JJ Degree=Pos 4 amod 4:amod _ 4 number number NOUN NN Number=Sing 1 appos 1:appos _ 5 of of ADP IN _ 7 case 7:case _ @@ -137211,47 +137272,47 @@ 7 statements statement NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 8 on on ADP IN _ 9 case 9:case _ 9 Iraq Iraq PROPN NNP Number=Sing 7 nmod 7:nmod:on _ -10 made make VERB VBN Tense=Past|VerbForm=Part 7 acl 7:acl _ +10 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl _ 11 by by ADP IN _ 15 case 15:case _ 12 top top ADJ JJ Degree=Pos 15 amod 15:amod _ 13 Bush Bush PROPN NNP Number=Sing 15 compound 15:compound _ 14 administration administration NOUN NN Number=Sing 13 flat 13:flat _ -15 officials official NOUN NNS Number=Plur 10 obl 10:obl:by _ +15 officials official NOUN NNS Number=Plur 10 obl:agent 10:obl:agent _ 16 between between ADP IN _ 17 case 17:case _ -17 2002 2002 NUM CD NumType=Card 10 obl 10:obl:between _ +17 2002 2002 NUM CD NumForm=Digit|NumType=Card 10 obl 10:obl:between _ 18 and and CCONJ CC _ 19 cc 19:cc _ 19 January January PROPN NNP Number=Sing 17 conj 10:obl:between|17:conj:and _ -20 2004 2004 NUM CD NumType=Card 19 nummod 19:nummod SpaceAfter=No -21 , , PUNCT , _ 10 punct 10:punct _ -22 according accord VERB VBG VerbForm=Ger 26 case 26:case _ +20 2004 2004 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod SpaceAfter=No +21 , , PUNCT , _ 26 punct 26:punct _ +22 according accord VERB VBG ExtPos=ADP|VerbForm=Ger 26 case 26:case _ 23 to to ADP IN _ 22 fixed 22:fixed _ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 25 California California PROPN NNP Number=Sing 26 compound 26:compound _ -26 Representative Representative PROPN NNP Number=Sing 10 obl 10:obl:accord_to _ +26 Representative Representative PROPN NNP Number=Sing 10 obl 10:obl:according_to _ 27 Henry Henry PROPN NNP Number=Sing 26 appos 26:appos _ 28 Waxman Waxman PROPN NNP Number=Sing 27 flat 27:flat SpaceAfter=No 29 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0083 # text = 10m - Estimated number of people worldwide who took to the streets on 21 February 2003, in opposition to the invasion of Iraq, the largest simultaneous protest in world history. -1 10 10 NUM CD NumType=Card 2 compound 2:compound SpaceAfter=No -2 m m NUM CD NumType=Card 0 root 0:root _ -3 - - PUNCT : _ 2 punct 2:punct _ -4 Estimated estimate VERB VBN Tense=Past|VerbForm=Part 5 amod 5:amod _ +1 10 10 NUM CD NumForm=Digit|NumType=Card 2 compound 2:compound SpaceAfter=No +2 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 0 root 0:root _ +3 - - PUNCT : _ 5 punct 5:punct _ +4 Estimated estimate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 amod 5:amod _ 5 number number NOUN NN Number=Sing 2 appos 2:appos _ 6 of of ADP IN _ 7 case 7:case _ 7 people people NOUN NNS Number=Plur 5 nmod 5:nmod:of|10:nsubj _ 8 worldwide worldwide ADV RB _ 7 advmod 7:advmod _ 9 who who PRON WP PronType=Rel 10 nsubj 7:ref _ -10 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +10 took take VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 11 to to ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 streets street NOUN NNS Number=Plur 10 obl 10:obl:to _ 14 on on ADP IN _ 16 case 16:case _ -15 21 21 NUM CD NumType=Card 16 nummod 16:nummod _ +15 21 21 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 16 February February PROPN NNP Number=Sing 10 obl 10:obl:on _ -17 2003 2003 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No -18 , , PUNCT , _ 10 punct 10:punct _ +17 2003 2003 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No +18 , , PUNCT , _ 20 punct 20:punct _ 19 in in ADP IN _ 20 case 20:case _ 20 opposition opposition NOUN NN Number=Sing 10 obl 10:obl:in _ 21 to to ADP IN _ 23 case 23:case _ @@ -137259,9 +137320,9 @@ 23 invasion invasion NOUN NN Number=Sing 20 nmod 20:nmod:to _ 24 of of ADP IN _ 25 case 25:case _ 25 Iraq Iraq PROPN NNP Number=Sing 23 nmod 23:nmod:of SpaceAfter=No -26 , , PUNCT , _ 10 punct 10:punct _ +26 , , PUNCT , _ 30 punct 30:punct _ 27 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ -28 largest largest ADJ JJS Degree=Sup 30 amod 30:amod _ +28 largest large ADJ JJS Degree=Sup 30 amod 30:amod _ 29 simultaneous simultaneous ADJ JJ Degree=Pos 30 amod 30:amod _ 30 protest protest NOUN NN Number=Sing 10 parataxis 10:parataxis _ 31 in in ADP IN _ 33 case 33:case _ @@ -137272,10 +137333,10 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0084 # text = $2b - Estimated monthly cost of US military presence in Iraq projected by the White House in April 2003. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 2 2 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 b b NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ -5 Estimated estimate VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +2 2 2 NUM CD NumForm=Digit|NumType=Card 3 compound 3:compound SpaceAfter=No +3 b billion NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 7 punct 7:punct _ +5 Estimated estimate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 6 monthly monthly ADJ JJ Degree=Pos 7 amod 7:amod _ 7 cost cost NOUN NN Number=Sing 1 appos 1:appos _ 8 of of ADP IN _ 11 case 11:case _ @@ -137284,22 +137345,22 @@ 11 presence presence NOUN NN Number=Sing 7 nmod 7:nmod:of _ 12 in in ADP IN _ 13 case 13:case _ 13 Iraq Iraq PROPN NNP Number=Sing 11 nmod 11:nmod:in _ -14 projected project VERB VBN Tense=Past|VerbForm=Part 7 acl 7:acl _ +14 projected project VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl _ 15 by by ADP IN _ 18 case 18:case _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -17 White White PROPN NNP Number=Sing 18 compound 18:compound _ -18 House House PROPN NNP Number=Sing 14 obl 14:obl:by _ +17 White White ADJ NNP Degree=Pos 18 amod 18:amod _ +18 House House PROPN NNP Number=Sing 14 obl:agent 14:obl:agent _ 19 in in ADP IN _ 20 case 20:case _ 20 April April PROPN NNP Number=Sing 14 obl 14:obl:in _ -21 2003 2003 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No +21 2003 2003 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No 22 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0085 # text = $4b - Actual monthly cost of the US military presence in Iraq according to Secretary of Defence Rumsfeld in 2004. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 4 4 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 b b NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ +2 4 4 NUM CD NumForm=Digit|NumType=Card 3 compound 3:compound SpaceAfter=No +3 b billion NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 7 punct 7:punct _ 5 Actual actual ADJ JJ Degree=Pos 7 amod 7:amod _ 6 monthly monthly ADJ JJ Degree=Pos 7 amod 7:amod _ 7 cost cost NOUN NN Number=Sing 1 appos 1:appos _ @@ -137310,30 +137371,30 @@ 12 presence presence NOUN NN Number=Sing 7 nmod 7:nmod:of _ 13 in in ADP IN _ 14 case 14:case _ 14 Iraq Iraq PROPN NNP Number=Sing 12 nmod 12:nmod:in _ -15 according accord VERB VBG VerbForm=Ger 20 case 20:case _ +15 according accord VERB VBG ExtPos=ADP|VerbForm=Ger 20 case 20:case _ 16 to to ADP IN _ 15 fixed 15:fixed _ 17 Secretary Secretary PROPN NNP Number=Sing 20 compound 20:compound _ 18 of of ADP IN _ 19 case 19:case _ 19 Defence Defence PROPN NNP Number=Sing 17 nmod 17:nmod:of _ -20 Rumsfeld Rumsfeld PROPN NNP Number=Sing 7 nmod 7:nmod:accord_to _ +20 Rumsfeld Rumsfeld PROPN NNP Number=Sing 7 nmod 7:nmod:according_to _ 21 in in ADP IN _ 22 case 22:case _ -22 2004 2004 NUM CD NumType=Card 7 nmod 7:nmod:in SpaceAfter=No +22 2004 2004 NUM CD NumForm=Digit|NumType=Card 7 nmod 7:nmod:in SpaceAfter=No 23 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0086 # text = $15m - Amount of a contract awarded to an American firm to build a cement factory in Iraq. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 15 15 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 m m NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ +2 15 15 NUM CD NumForm=Digit|NumType=Card 3 compound 3:compound SpaceAfter=No +3 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ 6 of of ADP IN _ 8 case 8:case _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 contract contract NOUN NN Number=Sing 5 nmod 5:nmod:of _ -9 awarded award VERB VBN Tense=Past|VerbForm=Part 8 acl 8:acl _ +9 awarded award VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl 8:acl _ 10 to to ADP IN _ 13 case 13:case _ 11 an a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -12 American american ADJ JJ Degree=Pos 13 amod 13:amod _ +12 American American ADJ JJ Degree=Pos 13 amod 13:amod _ 13 firm firm NOUN NN Number=Sing 9 obl 9:obl:to _ 14 to to PART TO _ 15 mark 15:mark _ 15 build build VERB VB VerbForm=Inf 9 advcl 9:advcl:to _ @@ -137347,19 +137408,19 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0087 # text = $80,000 - Amount an Iraqi firm spent (using Saddam's confiscated funds) to build the same factory, after delays prevented the American firm from starting it. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 80,000 80,000 NUM CD NumType=Card 1 nummod 1:nummod _ -3 - - PUNCT : _ 1 punct 1:punct _ +2 80,000 80000 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ +3 - - PUNCT : _ 4 punct 4:punct _ 4 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ 5 an a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -6 Iraqi iraqi ADJ JJ Degree=Pos 7 amod 7:amod _ +6 Iraqi Iraqi ADJ JJ Degree=Pos 7 amod 7:amod _ 7 firm firm NOUN NN Number=Sing 8 nsubj 8:nsubj _ -8 spent spend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +8 spent spend VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 9 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No 10 using use VERB VBG VerbForm=Ger 8 advcl 8:advcl _ 11-12 Saddam's _ _ _ _ _ _ _ _ 11 Saddam Saddam PROPN NNP Number=Sing 14 nmod:poss 14:nmod:poss _ 12 's 's PART POS _ 11 case 11:case _ -13 confiscated confiscate VERB VBN Tense=Past|VerbForm=Part 14 amod 14:amod _ +13 confiscated confiscate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 amod 14:amod _ 14 funds fund NOUN NNS Number=Plur 10 obj 10:obj SpaceAfter=No 15 ) ) PUNCT -RRB- _ 10 punct 10:punct _ 16 to to PART TO _ 17 mark 17:mark _ @@ -137367,12 +137428,12 @@ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 19 same same ADJ JJ Degree=Pos 20 amod 20:amod _ 20 factory factory NOUN NN Number=Sing 17 obj 17:obj SpaceAfter=No -21 , , PUNCT , _ 8 punct 8:punct _ +21 , , PUNCT , _ 24 punct 24:punct _ 22 after after SCONJ IN _ 24 mark 24:mark _ 23 delays delay NOUN NNS Number=Plur 24 nsubj 24:nsubj _ -24 prevented prevent VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:after _ +24 prevented prevent VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:after _ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ -26 American american ADJ JJ Degree=Pos 27 amod 27:amod _ +26 American American ADJ JJ Degree=Pos 27 amod 27:amod _ 27 firm firm NOUN NN Number=Sing 24 obj 24:obj _ 28 from from SCONJ IN _ 29 mark 29:mark _ 29 starting start VERB VBG VerbForm=Ger 24 advcl 24:advcl:from _ @@ -137381,14 +137442,14 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0088 # text = 2000 - Year that Cheney said his policy as CEO of Halliburton oil services company was "we wouldn't do anything in Iraq". -1 2000 2000 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ -3 Year year NOUN NN Number=Sing 1 appos 1:appos|6:advmod _ -4 that that ADV WRB PronType=Rel 6 advmod 3:ref _ +1 2000 2000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ +3 Year year NOUN NN Number=Sing 1 appos 1:appos _ +4 that that SCONJ IN _ 6 mark 6:mark _ 5 Cheney Cheney PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -6 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ -7 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ -8 policy policy NOUN NN Number=Sing 16 nsubj 16:nsubj _ +6 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +7 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +8 policy policy NOUN NN Number=Sing 21 nsubj:outer 21:nsubj:outer _ 9 as as ADP IN _ 10 case 10:case _ 10 CEO ceo NOUN NN Number=Sing 8 nmod 8:nmod:as _ 11 of of ADP IN _ 15 case 15:case _ @@ -137396,14 +137457,14 @@ 13 oil oil NOUN NN Number=Sing 14 compound 14:compound _ 14 services service NOUN NNS Number=Plur 15 compound 15:compound _ 15 company company NOUN NN Number=Sing 10 nmod 10:nmod:of _ -16 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp _ +16 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 cop 21:cop _ 17 " " PUNCT `` _ 21 punct 21:punct SpaceAfter=No 18 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 21 nsubj 21:nsubj _ 19-20 wouldn't _ _ _ _ _ _ _ _ 19 would would AUX MD VerbForm=Fin 21 aux 21:aux _ 20 n't not PART RB _ 21 advmod 21:advmod _ -21 do do VERB VB VerbForm=Inf 16 ccomp 16:ccomp _ -22 anything anything PRON NN Number=Sing 21 obj 21:obj _ +21 do do VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ +22 anything anything PRON NN Number=Sing|PronType=Ind 21 obj 21:obj _ 23 in in ADP IN _ 24 case 24:case _ 24 Iraq Iraq PROPN NNP Number=Sing 21 obl 21:obl:in SpaceAfter=No 25 " " PUNCT '' _ 21 punct 21:punct SpaceAfter=No @@ -137412,14 +137473,14 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0089 # text = $4.7b - Total value of contracts awarded to Halliburton in Iraq and Afghanistan. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 4.7 4.7 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 b b NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ +2 4.7 4.7 NUM CD NumForm=Digit|NumType=Frac 3 compound 3:compound SpaceAfter=No +3 b billion NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 6 punct 6:punct _ 5 Total total ADJ JJ Degree=Pos 6 amod 6:amod _ 6 value value NOUN NN Number=Sing 1 appos 1:appos _ 7 of of ADP IN _ 8 case 8:case _ 8 contracts contract NOUN NNS Number=Plur 6 nmod 6:nmod:of _ -9 awarded award VERB VBN Tense=Past|VerbForm=Part 8 acl 8:acl _ +9 awarded award VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl 8:acl _ 10 to to ADP IN _ 11 case 11:case _ 11 Halliburton Halliburton PROPN NNP Number=Sing 9 obl 9:obl:to _ 12 in in ADP IN _ 13 case 13:case _ @@ -137431,16 +137492,16 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0090 # text = $680m - Estimated value of Iraq reconstruction contracts awarded to Bechtel. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 680 680 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 m m NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ -5 Estimated estimate VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +2 680 680 NUM CD NumForm=Digit|NumType=Card 3 compound 3:compound SpaceAfter=No +3 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 6 punct 6:punct _ +5 Estimated estimate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 6 value value NOUN NN Number=Sing 1 appos 1:appos _ 7 of of ADP IN _ 10 case 10:case _ 8 Iraq Iraq PROPN NNP Number=Sing 10 compound 10:compound _ 9 reconstruction reconstruction NOUN NN Number=Sing 10 compound 10:compound _ 10 contracts contract NOUN NNS Number=Plur 6 nmod 6:nmod:of _ -11 awarded award VERB VBN Tense=Past|VerbForm=Part 10 acl 10:acl _ +11 awarded award VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 acl 10:acl _ 12 to to ADP IN _ 13 case 13:case _ 13 Bechtel Bechtel PROPN NNP Number=Sing 11 obl 11:obl:to SpaceAfter=No 14 . . PUNCT . _ 1 punct 1:punct _ @@ -137449,9 +137510,9 @@ # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0020 # text = $2.8b - Value of Bechtel Corp contracts in Iraq. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 2.8 2.8 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 b b NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ +2 2.8 2.8 NUM CD NumForm=Digit|NumType=Frac 3 compound 3:compound SpaceAfter=No +3 b billion NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Value value NOUN NN Number=Sing 1 appos 1:appos _ 6 of of ADP IN _ 9 case 9:case _ 7 Bechtel Bechtel PROPN NNP Number=Sing 8 compound 8:compound _ @@ -137465,63 +137526,63 @@ # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0021 # text = $120b - Amount the war and its aftermath are projected to cost for the 2004 fiscal year. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 120 120 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 b b NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ +2 120 120 NUM CD NumForm=Digit|NumType=Card 3 compound 3:compound SpaceAfter=No +3 b billion NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 war war NOUN NN Number=Sing 12 nsubj:pass 12:nsubj:pass|14:nsubj:xsubj _ 8 and and CCONJ CC _ 10 cc 10:cc _ -9 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 aftermath aftermath NOUN NN Number=Sing 7 conj 7:conj:and|12:nsubj:pass|14:nsubj:xsubj _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux:pass 12:aux:pass _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux:pass 12:aux:pass _ 12 projected project VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl:relcl 5:acl:relcl _ 13 to to PART TO _ 14 mark 14:mark _ 14 cost cost VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 15 for for ADP IN _ 19 case 19:case _ 16 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -17 2004 2004 NUM CD NumType=Card 19 compound 19:compound _ +17 2004 2004 NUM CD NumForm=Digit|NumType=Card 19 compound 19:compound _ 18 fiscal fiscal ADJ JJ Degree=Pos 19 amod 19:amod _ 19 year year NOUN NN Number=Sing 14 obl 14:obl:for SpaceAfter=No 20 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0093 # text = 35 - Number of countries to which the United States suspended military assistance after they failed to sign agreements giving Americans immunity from prosecution before the International Criminal Court. -1 35 35 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 35 35 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 countries country NOUN NNS Number=Plur 3 nmod 3:nmod:of|11:obl _ 6 to to ADP IN _ 7 case 7:case _ 7 which which PRON WDT PronType=Rel 11 obl 5:ref _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -9 United United PROPN NNP Number=Sing 10 compound 10:compound _ -10 States States PROPN NNP Number=Sing 11 nsubj 11:nsubj _ -11 suspended suspend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +9 United United ADJ NNP Degree=Pos 10 amod 10:amod _ +10 States State PROPN NNPS Number=Plur 11 nsubj 11:nsubj _ +11 suspended suspend VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 12 military military ADJ JJ Degree=Pos 13 amod 13:amod _ 13 assistance assistance NOUN NN Number=Sing 11 obj 11:obj _ 14 after after SCONJ IN _ 16 mark 16:mark _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj|18:nsubj:xsubj _ -16 failed fail VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:after _ +16 failed fail VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:after _ 17 to to PART TO _ 18 mark 18:mark _ 18 sign sign VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 19 agreements agreement NOUN NNS Number=Plur 18 obj 18:obj _ 20 giving give VERB VBG VerbForm=Ger 19 acl 19:acl _ -21 Americans Americans PROPN NNPS Number=Plur 20 iobj 20:iobj _ +21 Americans American PROPN NNPS Number=Plur 20 iobj 20:iobj _ 22 immunity immunity NOUN NN Number=Sing 20 obj 20:obj _ 23 from from ADP IN _ 24 case 24:case _ 24 prosecution prosecution NOUN NN Number=Sing 22 nmod 22:nmod:from _ 25 before before ADP IN _ 29 case 29:case _ 26 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ -27 International International PROPN NNP Number=Sing 29 compound 29:compound _ -28 Criminal Criminal PROPN NNP Number=Sing 29 compound 29:compound _ +27 International International ADJ NNP Degree=Pos 29 amod 29:amod _ +28 Criminal Criminal ADJ NNP Degree=Pos 29 amod 29:amod _ 29 Court Court PROPN NNP Number=Sing 24 nmod 24:nmod:before SpaceAfter=No 30 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0094 # text = 92 - Percentage of Iraq's urban areas with access to potable water in late 2002. -1 92 92 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 92 92 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 8 case 8:case _ 5-6 Iraq's _ _ _ _ _ _ _ _ @@ -137536,13 +137597,13 @@ 13 water water NOUN NN Number=Sing 10 nmod 10:nmod:to _ 14 in in ADP IN _ 16 case 16:case _ 15 late late ADJ JJ Degree=Pos 16 amod 16:amod _ -16 2002 2002 NUM CD NumType=Card 3 nmod 3:nmod:in SpaceAfter=No +16 2002 2002 NUM CD NumForm=Digit|NumType=Card 3 nmod 3:nmod:in SpaceAfter=No 17 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0095 # text = 60 - Percentage of Iraq's urban areas with access to potable water in late 2003. -1 60 60 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 60 60 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 8 case 8:case _ 5-6 Iraq's _ _ _ _ _ _ _ _ @@ -137557,20 +137618,20 @@ 13 water water NOUN NN Number=Sing 10 nmod 10:nmod:to _ 14 in in ADP IN _ 16 case 16:case _ 15 late late ADJ JJ Degree=Pos 16 amod 16:amod _ -16 2003 2003 NUM CD NumType=Card 3 nmod 3:nmod:in SpaceAfter=No +16 2003 2003 NUM CD NumForm=Digit|NumType=Card 3 nmod 3:nmod:in SpaceAfter=No 17 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0096 # text = 55 - Percentage of the Iraqi workforce who were unemployed before the war. -1 55 55 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 55 55 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|10:nsubj _ 4 of of ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 Iraqi iraqi ADJ JJ Degree=Pos 7 amod 7:amod _ +6 Iraqi Iraqi ADJ JJ Degree=Pos 7 amod 7:amod _ 7 workforce workforce NOUN NN Number=Sing 3 nmod 3:nmod:of _ 8 who who PRON WP PronType=Rel 10 nsubj 3:ref _ -9 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 cop 10:cop _ +9 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ 10 unemployed unemployed ADJ JJ Degree=Pos 3 acl:relcl 3:acl:relcl _ 11 before before ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ @@ -137580,15 +137641,15 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0097 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0022 # text = 80 - Percentage of the Iraqi workforce who are unemployed a Year after the war. -1 80 80 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 80 80 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|10:nsubj _ 4 of of ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 Iraqi iraqi ADJ JJ Degree=Pos 7 amod 7:amod _ +6 Iraqi Iraqi ADJ JJ Degree=Pos 7 amod 7:amod _ 7 workforce workforce NOUN NN Number=Sing 3 nmod 3:nmod:of _ 8 who who PRON WP PronType=Rel 10 nsubj 3:ref _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 unemployed unemployed ADJ JJ Degree=Pos 3 acl:relcl 3:acl:relcl _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 Year year NOUN NN Number=Sing 15 nmod:npmod 15:nmod:npmod _ @@ -137600,11 +137661,11 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0098 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0023 # text = 0 - Number of American combat deaths in Germany after the Nazi surrender in May 1945. -1 0 0 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 0 0 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 7 case 7:case _ -5 American american ADJ JJ Degree=Pos 7 amod 7:amod _ +5 American American ADJ JJ Degree=Pos 7 amod 7:amod _ 6 combat combat NOUN NN Number=Sing 7 compound 7:compound _ 7 deaths death NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 8 in in ADP IN _ 9 case 9:case _ @@ -137615,13 +137676,13 @@ 13 surrender surrender NOUN NN Number=Sing 7 nmod 7:nmod:after _ 14 in in ADP IN _ 15 case 15:case _ 15 May May PROPN NNP Number=Sing 13 nmod 13:nmod:in _ -16 1945 1945 NUM CD NumType=Card 15 nummod 15:nummod SpaceAfter=No +16 1945 1945 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod SpaceAfter=No 17 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0099 # text = 37 - Death toll of US soldiers in Iraq in May 2003, the month combat operations "officially" ended. -1 37 37 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 37 37 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 4 punct 4:punct _ 3 Death death NOUN NN Number=Sing 4 compound 4:compound _ 4 toll toll NOUN NN Number=Sing 1 appos 1:appos _ 5 of of ADP IN _ 7 case 7:case _ @@ -137631,8 +137692,8 @@ 9 Iraq Iraq PROPN NNP Number=Sing 4 nmod 4:nmod:in _ 10 in in ADP IN _ 11 case 11:case _ 11 May May PROPN NNP Number=Sing 4 nmod 4:nmod:in _ -12 2003 2003 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No -13 , , PUNCT , _ 11 punct 11:punct _ +12 2003 2003 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No +13 , , PUNCT , _ 15 punct 15:punct _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 month month NOUN NN Number=Sing 11 appos 11:appos _ 16 combat combat NOUN NN Number=Sing 17 compound 17:compound _ @@ -137640,17 +137701,17 @@ 18 " " PUNCT `` _ 19 punct 19:punct SpaceAfter=No 19 officially officially ADV RB _ 21 advmod 21:advmod SpaceAfter=No 20 " " PUNCT '' _ 19 punct 19:punct _ -21 ended end VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 acl:relcl 15:acl:relcl SpaceAfter=No +21 ended end VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 15 acl:relcl 15:acl:relcl SpaceAfter=No 22 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0100 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0024 # text = 0 - Number of coffins of dead soldiers returning home that the Bush administration has permitted to be photographed. -1 0 0 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 0 0 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ -5 coffins coffin NOUN NNS Number=Plur 3 nmod 3:nmod:of|16:obj _ +5 coffins coffin NOUN NNS Number=Plur 3 nmod 3:nmod:of|16:obj|19:nsubj:xsubj _ 6 of of ADP IN _ 8 case 8:case _ 7 dead dead ADJ JJ Degree=Pos 8 amod 8:amod _ 8 soldiers soldier NOUN NNS Number=Plur 5 nmod 5:nmod:of _ @@ -137658,7 +137719,7 @@ 10 home home ADV RB _ 9 advmod 9:advmod _ 11 that that PRON WDT PronType=Rel 16 obj 5:ref _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -13 Bush Bush PROPN NNP Number=Sing 16 nsubj 16:nsubj|19:nsubj:xsubj _ +13 Bush Bush PROPN NNP Number=Sing 16 nsubj 16:nsubj _ 14 administration administration NOUN NN Number=Sing 13 flat 13:flat _ 15 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 16 permitted permit VERB VBN Tense=Past|VerbForm=Part 5 acl:relcl 5:acl:relcl _ @@ -137669,15 +137730,15 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0101 # text = 0 - Number of memorial services for the returned dead that Bush has attended since the beginning of the war. -1 0 0 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 0 0 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 6 case 6:case _ 5 memorial memorial ADJ JJ Degree=Pos 6 amod 6:amod _ 6 services service NOUN NNS Number=Plur 3 nmod 3:nmod:of|14:obj _ 7 for for ADP IN _ 10 case 10:case _ -8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 returned return VERB VBN Tense=Past|VerbForm=Part 10 advcl 10:advcl _ +8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ +9 returned return VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 amod 10:amod _ 10 dead dead ADJ JJ Degree=Pos 6 nmod 6:nmod:for _ 11 that that PRON WDT PronType=Rel 14 obj 6:ref _ 12 Bush Bush PROPN NNP Number=Sing 14 nsubj 14:nsubj _ @@ -137697,20 +137758,20 @@ 2-3 soldier's _ _ _ _ _ _ _ _ 2 soldier soldier NOUN NN Number=Sing 5 nmod:poss 5:nmod:poss _ 3 's 's PART POS _ 2 case 2:case _ -4 best best ADJ JJS Degree=Sup 5 amod 5:amod _ +4 best good ADJ JJS Degree=Sup 5 amod 5:amod _ 5 friend friend NOUN NN Number=Sing 0 root 0:root _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0103 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0025 # text = 40,000 - Number of soldiers in Iraq seven months after start of the war still without Interceptor vests, designed to stop a round from an AK-47. -1 40,000 40,000 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 40,000 40000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 soldiers soldier NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 6 in in ADP IN _ 7 case 7:case _ 7 Iraq Iraq PROPN NNP Number=Sing 5 nmod 5:nmod:in _ -8 seven seven NUM CD NumType=Card 9 nummod 9:nummod _ +8 seven seven NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 9 months month NOUN NNS Number=Plur 11 nmod:npmod 11:nmod:npmod _ 10 after after ADP IN _ 11 case 11:case _ 11 start start NOUN NN Number=Sing 5 nmod 5:nmod:after _ @@ -137721,8 +137782,8 @@ 16 without without ADP IN _ 18 case 18:case _ 17 Interceptor Interceptor PROPN NNP Number=Sing 18 compound 18:compound _ 18 vests vest NOUN NNS Number=Plur 5 nmod 5:nmod:without SpaceAfter=No -19 , , PUNCT , _ 18 punct 18:punct _ -20 designed design VERB VBN Tense=Past|VerbForm=Part 18 acl 18:acl _ +19 , , PUNCT , _ 20 punct 20:punct _ +20 designed design VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 acl 18:acl _ 21 to to PART TO _ 22 mark 22:mark _ 22 stop stop VERB VB VerbForm=Inf 20 advcl 20:advcl:to _ 23 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ @@ -137730,22 +137791,22 @@ 25 from from ADP IN _ 27 case 27:case _ 26 an a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 27 AK AK PROPN NNP Number=Sing 24 nmod 24:nmod:from SpaceAfter=No -28 - - PUNCT HYPH _ 27 punct 27:punct SpaceAfter=No -29 47 47 NUM CD NumType=Card 27 nummod 27:nummod SpaceAfter=No +28 - - PUNCT HYPH _ 29 punct 29:punct SpaceAfter=No +29 47 47 NUM CD NumForm=Digit|NumType=Card 27 nummod 27:nummod SpaceAfter=No 30 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0104 # text = $60m - Estimated cost of outfitting those 40,000 soldiers with Interceptor vests. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 60 60 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 m m NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ -5 Estimated estimate VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +2 60 60 NUM CD NumForm=Digit|NumType=Card 3 compound 3:compound SpaceAfter=No +3 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 6 punct 6:punct _ +5 Estimated estimate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 6 cost cost NOUN NN Number=Sing 1 appos 1:appos _ 7 of of SCONJ IN _ 8 mark 8:mark _ 8 outfitting outfit VERB VBG VerbForm=Ger 6 acl 6:acl:of _ 9 those that DET DT Number=Plur|PronType=Dem 11 det 11:det _ -10 40,000 40,000 NUM CD NumType=Card 11 nummod 11:nummod _ +10 40,000 40000 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 11 soldiers soldier NOUN NNS Number=Plur 8 obj 8:obj _ 12 with with ADP IN _ 14 case 14:case _ 13 Interceptor Interceptor PROPN NNP Number=Sing 14 compound 14:compound _ @@ -137754,34 +137815,34 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0105 # text = 62 - Percentage of gas masks that army investigators discovered did Not work properly in autumn 2002. -1 62 62 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ -3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|10:obj _ +1 62 62 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ +3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|13:nsubj _ 4 of of ADP IN _ 6 case 6:case _ 5 gas gas NOUN NN Number=Sing 6 compound 6:compound _ 6 masks mask NOUN NNS Number=Plur 3 nmod 3:nmod:of _ -7 that that PRON WDT PronType=Rel 10 obj 3:ref _ +7 that that PRON WDT PronType=Rel 13 nsubj 3:ref _ 8 army army NOUN NN Number=Sing 9 compound 9:compound _ 9 investigators investigator NOUN NNS Number=Plur 10 nsubj 10:nsubj _ -10 discovered discover VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ -11 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 aux 13:aux _ +10 discovered discover VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +11 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 12 Not not PART RB _ 13 advmod 13:advmod _ 13 work work VERB VB VerbForm=Inf 10 ccomp 10:ccomp _ 14 properly properly ADV RB _ 13 advmod 13:advmod _ 15 in in ADP IN _ 16 case 16:case _ 16 autumn autumn NOUN NN Number=Sing 13 obl 13:obl:in _ -17 2002 2002 NUM CD NumType=Card 16 nmod:tmod 16:nmod:tmod SpaceAfter=No +17 2002 2002 NUM CD NumForm=Digit|NumType=Card 16 nmod:tmod 16:nmod:tmod SpaceAfter=No 18 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0106 # text = 90 - Percentage of detectors which give early warning of a biological weapons attack found to be defective. -1 90 90 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 90 90 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 detectors detector NOUN NNS Number=Plur 3 nmod 3:nmod:of|7:nsubj _ 6 which which PRON WDT PronType=Rel 7 nsubj 5:ref _ -7 give give VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 give give VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 early early ADJ JJ Degree=Pos 9 amod 9:amod _ 9 warning warning NOUN NN Number=Sing 7 obj 7:obj _ 10 of of ADP IN _ 14 case 14:case _ @@ -137789,7 +137850,7 @@ 12 biological biological ADJ JJ Degree=Pos 13 amod 13:amod _ 13 weapons weapon NOUN NNS Number=Plur 14 compound 14:compound _ 14 attack attack NOUN NN Number=Sing 9 nmod 9:nmod:of _ -15 found find VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ +15 found find VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ 16 to to PART TO _ 18 mark 18:mark _ 17 be be AUX VB VerbForm=Inf 18 cop 18:cop _ 18 defective defective ADJ JJ Degree=Pos 15 xcomp 15:xcomp SpaceAfter=No @@ -137797,23 +137858,23 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0107 # text = 87 - Percentage of Humvees in Iraq not equipped with armour capable of stopping AK-47 rounds and protecting against roadside bombs and landmines at the end of 2003. -1 87 87 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 87 87 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ -5 Humvees Humvees PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ +5 Humvees Humvee PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ 6 in in ADP IN _ 7 case 7:case _ 7 Iraq Iraq PROPN NNP Number=Sing 5 nmod 5:nmod:in _ 8 not not PART RB _ 9 advmod 9:advmod _ -9 equipped equip VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ +9 equipped equip VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ 10 with with ADP IN _ 11 case 11:case _ 11 armour armour NOUN NN Number=Sing 9 obl 9:obl:with _ 12 capable capable ADJ JJ Degree=Pos 11 amod 11:amod _ 13 of of SCONJ IN _ 14 mark 14:mark _ 14 stopping stop VERB VBG VerbForm=Ger 12 advcl 12:advcl:of _ 15 AK AK PROPN NNP Number=Sing 18 compound 18:compound SpaceAfter=No -16 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No -17 47 47 NUM CD NumType=Card 18 nummod 18:nummod _ +16 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +17 47 47 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ 18 rounds round NOUN NNS Number=Plur 14 obj 14:obj _ 19 and and CCONJ CC _ 20 cc 20:cc _ 20 protecting protect VERB VBG VerbForm=Ger 14 conj 12:advcl:of|14:conj:and _ @@ -137826,7 +137887,7 @@ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 end end NOUN NN Number=Sing 9 obl 9:obl:at _ 29 of of ADP IN _ 30 case 30:case _ -30 2003 2003 NUM CD NumType=Card 28 nmod 28:nmod:of SpaceAfter=No +30 2003 2003 NUM CD NumForm=Digit|NumType=Card 28 nmod 28:nmod:of SpaceAfter=No 31 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0108 @@ -137834,23 +137895,23 @@ 1 Making make VERB VBG VerbForm=Ger 0 root 0:root _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 country country NOUN NN Number=Sing 1 obj 1:obj|4:nsubj:xsubj _ -4 safer safer ADJ JJR Degree=Cmp 1 xcomp 1:xcomp _ +4 safer safe ADJ JJR Degree=Cmp 1 xcomp 1:xcomp _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0109 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0026 # text = $3.29- Average amount allocated per person Nationwide in the first round of homeland security grants. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 3.29 3.29 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 - - PUNCT : _ 1 punct 1:punct _ +2 3.29 3.29 NUM CD NumForm=Digit|NumType=Frac 1 nummod 1:nummod SpaceAfter=No +3 - - PUNCT : _ 5 punct 5:punct _ 4 Average average ADJ JJ Degree=Pos 5 amod 5:amod _ 5 amount amount NOUN NN Number=Sing 1 appos 1:appos _ -6 allocated allocate VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +6 allocated allocate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 7 per per ADP IN _ 8 case 8:case _ 8 person person NOUN NN Number=Sing 6 obl 6:obl:per _ 9 Nationwide nationwide ADV RB _ 6 advmod 6:advmod _ 10 in in ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 first first ADJ JJ Degree=Pos|NumType=Ord 13 amod 13:amod _ +12 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 13 amod 13:amod _ 13 round round NOUN NN Number=Sing 6 obl 6:obl:in _ 14 of of ADP IN _ 17 case 17:case _ 15 homeland homeland NOUN NN Number=Sing 16 compound 16:compound _ @@ -137861,17 +137922,17 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0110 # text = $94.40 - Amount allocated per person for homeland security in American Samoa. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 94.40 94.40 NUM CD NumType=Card 1 nummod 1:nummod _ -3 - - PUNCT : _ 1 punct 1:punct _ +2 94.40 94.40 NUM CD NumForm=Digit|NumType=Frac 1 nummod 1:nummod _ +3 - - PUNCT : _ 4 punct 4:punct _ 4 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ -5 allocated allocate VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +5 allocated allocate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ 6 per per ADP IN _ 7 case 7:case _ 7 person person NOUN NN Number=Sing 5 obl 5:obl:per _ 8 for for ADP IN _ 10 case 10:case _ 9 homeland homeland NOUN NN Number=Sing 10 compound 10:compound _ 10 security security NOUN NN Number=Sing 5 obl 5:obl:for _ 11 in in ADP IN _ 13 case 13:case _ -12 American American PROPN NNP Number=Sing 13 compound 13:compound _ +12 American American ADJ NNP Degree=Pos 13 amod 13:amod _ 13 Samoa Samoa PROPN NNP Number=Sing 5 obl 5:obl:in SpaceAfter=No 14 . . PUNCT . _ 1 punct 1:punct _ @@ -137879,10 +137940,10 @@ # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0027 # text = $36 - Amount allocated per person for homeland security in Wyoming, Vice-President Cheney's home state. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 36 36 NUM CD NumType=Card 1 nummod 1:nummod _ -3 - - PUNCT : _ 1 punct 1:punct _ +2 36 36 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ +3 - - PUNCT : _ 4 punct 4:punct _ 4 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ -5 allocated allocate VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +5 allocated allocate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ 6 per per ADP IN _ 7 case 7:case _ 7 person person NOUN NN Number=Sing 5 obl 5:obl:per _ 8 for for ADP IN _ 10 case 10:case _ @@ -137890,9 +137951,9 @@ 10 security security NOUN NN Number=Sing 5 obl 5:obl:for _ 11 in in ADP IN _ 12 case 12:case _ 12 Wyoming Wyoming PROPN NNP Number=Sing 5 obl 5:obl:in SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ +13 , , PUNCT , _ 20 punct 20:punct _ 14 Vice Vice PROPN NNP Number=Sing 16 compound 16:compound SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 President President PROPN NNP Number=Sing 20 nmod:poss 20:nmod:poss _ 17-18 Cheney's _ _ _ _ _ _ _ _ 17 Cheney Cheney PROPN NNP Number=Sing 16 flat 16:flat _ @@ -137904,14 +137965,14 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0112 # text = $17 - Amount allocated per person in New York state. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 17 17 NUM CD NumType=Card 1 nummod 1:nummod _ -3 - - PUNCT : _ 1 punct 1:punct _ +2 17 17 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ +3 - - PUNCT : _ 4 punct 4:punct _ 4 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ -5 allocated allocate VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +5 allocated allocate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ 6 per per ADP IN _ 7 case 7:case _ 7 person person NOUN NN Number=Sing 5 obl 5:obl:per _ 8 in in ADP IN _ 11 case 11:case _ -9 New New PROPN NNP Number=Sing 10 compound 10:compound _ +9 New New ADJ NNP Degree=Pos 10 amod 10:amod _ 10 York York PROPN NNP Number=Sing 11 compound 11:compound _ 11 state state NOUN NN Number=Sing 5 obl 5:obl:in SpaceAfter=No 12 . . PUNCT . _ 1 punct 1:punct _ @@ -137920,14 +137981,14 @@ # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0028 # text = $5.87 - Amount allocated per person in New York City. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 5.87 5.87 NUM CD NumType=Card 1 nummod 1:nummod _ -3 - - PUNCT : _ 1 punct 1:punct _ +2 5.87 5.87 NUM CD NumForm=Digit|NumType=Frac 1 nummod 1:nummod _ +3 - - PUNCT : _ 4 punct 4:punct _ 4 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ -5 allocated allocate VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +5 allocated allocate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ 6 per per ADP IN _ 7 case 7:case _ 7 person person NOUN NN Number=Sing 5 obl 5:obl:per _ 8 in in ADP IN _ 11 case 11:case _ -9 New New PROPN NNP Number=Sing 10 compound 10:compound _ +9 New New ADJ NNP Degree=Pos 10 amod 10:amod _ 10 York York PROPN NNP Number=Sing 11 compound 11:compound _ 11 City City PROPN NNP Number=Sing 5 obl 5:obl:in SpaceAfter=No 12 . . PUNCT . _ 1 punct 1:punct _ @@ -137936,23 +137997,23 @@ # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0029 # text = $77.92 - Amount allocated per person in New Haven, Connecticut, home of Yale University, Bush's alma mater. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 77.92 77.92 NUM CD NumType=Card 1 nummod 1:nummod _ -3 - - PUNCT : _ 1 punct 1:punct _ +2 77.92 77.92 NUM CD NumForm=Digit|NumType=Frac 1 nummod 1:nummod _ +3 - - PUNCT : _ 4 punct 4:punct _ 4 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ -5 allocated allocate VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +5 allocated allocate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ 6 per per ADP IN _ 7 case 7:case _ 7 person person NOUN NN Number=Sing 5 obl 5:obl:per _ 8 in in ADP IN _ 10 case 10:case _ -9 New New PROPN NNP Number=Sing 10 compound 10:compound _ +9 New New ADJ NNP Degree=Pos 10 amod 10:amod _ 10 Haven Haven PROPN NNP Number=Sing 5 obl 5:obl:in SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 Connecticut Connecticut PROPN NNP Number=Sing 10 appos 10:appos SpaceAfter=No -13 , , PUNCT , _ 10 punct 10:punct _ +13 , , PUNCT , _ 14 punct 14:punct _ 14 home home NOUN NN Number=Sing 10 appos 10:appos _ 15 of of ADP IN _ 17 case 17:case _ 16 Yale Yale PROPN NNP Number=Sing 17 compound 17:compound _ 17 University University PROPN NNP Number=Sing 14 nmod 14:nmod:of SpaceAfter=No -18 , , PUNCT , _ 17 punct 17:punct _ +18 , , PUNCT , _ 22 punct 22:punct _ 19-20 Bush's _ _ _ _ _ _ _ _ 19 Bush Bush PROPN NNP Number=Sing 22 nmod:poss 22:nmod:poss _ 20 's 's PART POS _ 19 case 19:case _ @@ -137962,24 +138023,24 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0115 # text = 76 - Percentage of 215 cities surveyed by the US Conference of Mayors in early 2004 that had yet to receive a dime in federal homeland security assistance for their first-response units. -1 76 76 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 76 76 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|18:nsubj|21:nsubj:xsubj _ 4 of of ADP IN _ 6 case 6:case _ -5 215 215 NUM CD NumType=Card 6 nummod 6:nummod _ +5 215 215 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 cities city NOUN NNS Number=Plur 3 nmod 3:nmod:of _ -7 surveyed survey VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 surveyed survey VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 by by ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 US US PROPN NNP Number=Sing 11 compound 11:compound _ -11 Conference Conference PROPN NNP Number=Sing 7 obl 7:obl:by _ +11 Conference Conference PROPN NNP Number=Sing 7 obl:agent 7:obl:agent _ 12 of of ADP IN _ 13 case 13:case _ -13 Mayors Mayors PROPN NNPS Number=Plur 11 nmod 11:nmod:of _ +13 Mayors Mayor PROPN NNPS Number=Plur 11 nmod 11:nmod:of _ 14 in in ADP IN _ 16 case 16:case _ 15 early early ADJ JJ Degree=Pos 16 amod 16:amod _ -16 2004 2004 NUM CD NumType=Card 7 obl 7:obl:in _ +16 2004 2004 NUM CD NumForm=Digit|NumType=Card 7 obl 7:obl:in _ 17 that that PRON WDT PronType=Rel 18 nsubj 3:ref _ -18 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +18 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 19 yet yet ADV RB _ 18 advmod 18:advmod _ 20 to to PART TO _ 21 mark 21:mark _ 21 receive receive VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ @@ -137991,34 +138052,34 @@ 27 security security NOUN NN Number=Sing 28 compound 28:compound _ 28 assistance assistance NOUN NN Number=Sing 21 obl 21:obl:in _ 29 for for ADP IN _ 34 case 34:case _ -30 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ -31 first first ADJ JJ Degree=Pos|NumType=Ord 33 amod 33:amod SpaceAfter=No -32 - - PUNCT HYPH _ 33 punct 33:punct SpaceAfter=No +30 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ +31 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 33 amod 33:amod SpaceAfter=No +32 - - PUNCT HYPH _ 31 punct 31:punct SpaceAfter=No 33 response response NOUN NN Number=Sing 34 compound 34:compound _ 34 units unit NOUN NNS Number=Plur 21 obl 21:obl:for SpaceAfter=No 35 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0116 # text = 5 - Number of major US airports at the beginning of 2004 that the Transportation Security Administration admitted were Not fully screening baggage electronically. -1 5 5 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 5 5 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 7 case 7:case _ 5 major major ADJ JJ Degree=Pos 7 amod 7:amod _ 6 US US PROPN NNP Number=Sing 7 compound 7:compound _ -7 airports airport NOUN NNS Number=Plur 3 nmod 3:nmod:of _ +7 airports airport NOUN NNS Number=Plur 3 nmod 3:nmod:of|22:nsubj _ 8 at at ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 beginning beginning NOUN NN Number=Sing 7 nmod 7:nmod:at _ 11 of of ADP IN _ 12 case 12:case _ -12 2004 2004 NUM CD NumType=Card 10 nmod 10:nmod:of _ -13 that that PRON WDT PronType=Dem 22 nsubj 22:nsubj _ +12 2004 2004 NUM CD NumForm=Digit|NumType=Card 10 nmod 10:nmod:of _ +13 that that PRON WDT PronType=Rel 22 nsubj 7:ref _ 14 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 15 Transportation Transportation PROPN NNP Number=Sing 16 compound 16:compound _ 16 Security Security PROPN NNP Number=Sing 17 compound 17:compound _ 17 Administration Administration PROPN NNP Number=Sing 18 nsubj 18:nsubj _ -18 admitted admit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ -19 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 aux 22:aux _ +18 admitted admit VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +19 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 aux 22:aux _ 20 Not not PART RB _ 22 advmod 22:advmod _ 21 fully fully ADV RB _ 22 advmod 22:advmod _ 22 screening screen VERB VBG Tense=Pres|VerbForm=Part 18 ccomp 18:ccomp _ @@ -138028,8 +138089,8 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0117 # text = 22,600 - Number of planes carrying unscreened cargo that fly into New York each month. -1 22,600 22,600 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 22,600 22600 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 planes plane NOUN NNS Number=Plur 3 nmod 3:nmod:of|10:nsubj _ @@ -138037,19 +138098,19 @@ 7 unscreened unscreened ADJ JJ Degree=Pos 8 amod 8:amod _ 8 cargo cargo NOUN NN Number=Sing 6 obj 6:obj _ 9 that that PRON WDT PronType=Rel 10 nsubj 5:ref _ -10 fly fly VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +10 fly fly VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 11 into into ADP IN _ 13 case 13:case _ -12 New New PROPN NNP Number=Sing 13 compound 13:compound _ +12 New New ADJ NNP Degree=Pos 13 amod 13:amod _ 13 York York PROPN NNP Number=Sing 10 obl 10:obl:into _ -14 each each DET DT _ 15 det 15:det _ +14 each each DET DT PronType=Tot 15 det 15:det _ 15 month month NOUN NN Number=Sing 10 obl:tmod 10:obl:tmod SpaceAfter=No 16 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0118 # text = 5 - Estimated Percentage of US air cargo that is screened, including cargo transported on passenger planes. -1 5 5 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ -3 Estimated estimate VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod _ +1 5 5 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 4 punct 4:punct _ +3 Estimated estimate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod _ 4 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|11:nsubj:pass _ 5 of of ADP IN _ 8 case 8:case _ 6 US US PROPN NNP Number=Sing 8 compound 8:compound _ @@ -138058,10 +138119,10 @@ 9 that that PRON WDT PronType=Rel 11 nsubj:pass 4:ref _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 aux:pass 11:aux:pass _ 11 screened screen VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl:relcl 4:acl:relcl SpaceAfter=No -12 , , PUNCT , _ 4 punct 4:punct _ +12 , , PUNCT , _ 14 punct 14:punct _ 13 including include VERB VBG VerbForm=Ger 14 case 14:case _ -14 cargo cargo NOUN NN Number=Sing 4 nmod 4:nmod:include _ -15 transported transport VERB VBN Tense=Past|VerbForm=Part 14 acl 14:acl _ +14 cargo cargo NOUN NN Number=Sing 4 nmod 4:nmod:including _ +15 transported transport VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 acl 14:acl _ 16 on on ADP IN _ 18 case 18:case _ 17 passenger passenger NOUN NN Number=Sing 18 compound 18:compound _ 18 planes plane NOUN NNS Number=Plur 15 obl 15:obl:on SpaceAfter=No @@ -138069,18 +138130,18 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0119 # text = 95 - Percentage of foreign goods that arrive in the United States by sea. -1 95 95 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 95 95 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|8:nsubj _ 4 of of ADP IN _ 6 case 6:case _ 5 foreign foreign ADJ JJ Degree=Pos 6 amod 6:amod _ 6 goods goods NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 7 that that PRON WDT PronType=Rel 8 nsubj 3:ref _ -8 arrive arrive VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +8 arrive arrive VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 9 in in ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -11 United United PROPN NNP Number=Sing 12 compound 12:compound _ -12 States States PROPN NNP Number=Sing 8 obl 8:obl:in _ +11 United United ADJ NNP Degree=Pos 12 amod 12:amod _ +12 States State PROPN NNPS Number=Plur 8 obl 8:obl:in _ 13 by by ADP IN _ 14 case 14:case _ 14 sea sea NOUN NN Number=Sing 8 obl 8:obl:by SpaceAfter=No 15 . . PUNCT . _ 1 punct 1:punct _ @@ -138088,13 +138149,13 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0120 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0030 # text = 2 - Percentage of those goods subjected to thorough inspection. -1 2 2 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 2 2 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 6 case 6:case _ 5 those that DET DT Number=Plur|PronType=Dem 6 det 6:det _ 6 goods goods NOUN NNS Number=Plur 3 nmod 3:nmod:of _ -7 subjected subject VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ +7 subjected subject VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ 8 to to ADP IN _ 10 case 10:case _ 9 thorough thorough ADJ JJ Degree=Pos 10 amod 10:amod _ 10 inspection inspection NOUN NN Number=Sing 7 obl 7:obl:to SpaceAfter=No @@ -138104,10 +138165,10 @@ # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0031 # text = $5.5b - Estimated cost to secure fully US ports over the Next decade. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 5.5 5.5 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 b b NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ -5 Estimated estimate VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +2 5.5 5.5 NUM CD NumForm=Digit|NumType=Frac 3 compound 3:compound SpaceAfter=No +3 b billion NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 6 punct 6:punct _ +5 Estimated estimate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 6 cost cost NOUN NN Number=Sing 1 appos 1:appos _ 7 to to PART TO _ 8 mark 8:mark _ 8 secure secure VERB VB VerbForm=Inf 6 acl 6:acl:to _ @@ -138124,25 +138185,25 @@ # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0032 # text = $0 - Amount Bush allocated for port security in 2003. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 0 0 NUM CD NumType=Card 1 nummod 1:nummod _ -3 - - PUNCT : _ 1 punct 1:punct _ +2 0 0 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ +3 - - PUNCT : _ 4 punct 4:punct _ 4 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ 5 Bush Bush PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -6 allocated allocate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +6 allocated allocate VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 for for ADP IN _ 9 case 9:case _ 8 port port NOUN NN Number=Sing 9 compound 9:compound _ 9 security security NOUN NN Number=Sing 6 obl 6:obl:for _ 10 in in ADP IN _ 11 case 11:case _ -11 2003 2003 NUM CD NumType=Card 6 obl 6:obl:in SpaceAfter=No +11 2003 2003 NUM CD NumForm=Digit|NumType=Card 6 obl 6:obl:in SpaceAfter=No 12 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0123 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0033 # text = $46m - Amount the Bush administration has budgeted for port security in 2005. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 46 46 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 m m NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ +2 46 46 NUM CD NumForm=Digit|NumType=Card 3 compound 3:compound SpaceAfter=No +3 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 Bush Bush PROPN NNP Number=Sing 10 nsubj 10:nsubj _ @@ -138153,14 +138214,14 @@ 12 port port NOUN NN Number=Sing 13 compound 13:compound _ 13 security security NOUN NN Number=Sing 10 obl 10:obl:for _ 14 in in ADP IN _ 15 case 15:case _ -15 2005 2005 NUM CD NumType=Card 10 obl 10:obl:in SpaceAfter=No +15 2005 2005 NUM CD NumForm=Digit|NumType=Card 10 obl 10:obl:in SpaceAfter=No 16 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0124 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0034 # text = 15,000 - Number of major chemical facilities in the United States. -1 15,000 15,000 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 15,000 15000 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 7 case 7:case _ 5 major major ADJ JJ Degree=Pos 7 amod 7:amod _ @@ -138168,21 +138229,21 @@ 7 facilities facility NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 8 in in ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 United United PROPN NNP Number=Sing 11 compound 11:compound _ -11 States States PROPN NNP Number=Sing 7 nmod 7:nmod:in SpaceAfter=No +10 United United ADJ NNP Degree=Pos 11 amod 11:amod _ +11 States State PROPN NNPS Number=Plur 7 nmod 7:nmod:in SpaceAfter=No 12 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0125 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0035 # text = 100 - Number of US chemical plants where a terrorist act could endanger the lives of more than one million people. -1 100 100 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 100 100 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 7 case 7:case _ 5 US US PROPN NNP Number=Sing 7 compound 7:compound _ 6 chemical chemical ADJ JJ Degree=Pos 7 amod 7:amod _ -7 plants plant NOUN NNS Number=Plur 3 nmod 3:nmod:of _ -8 where where SCONJ WRB PronType=Rel 13 mark 13:mark _ +7 plants plant NOUN NNS Number=Plur 3 nmod 3:nmod:of|13:obl _ +8 where where ADV WRB PronType=Rel 13 advmod 7:ref _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 terrorist terrorist NOUN NN Number=Sing 11 compound 11:compound _ 11 act act NOUN NN Number=Sing 13 nsubj 13:nsubj _ @@ -138191,17 +138252,17 @@ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 lives life NOUN NNS Number=Plur 13 obj 13:obj _ 16 of of ADP IN _ 21 case 21:case _ -17 more more ADJ JJR Degree=Cmp 20 advmod 20:advmod _ +17 more more ADJ JJR Degree=Cmp|ExtPos=ADV 20 advmod 20:advmod _ 18 than than ADP IN _ 17 fixed 17:fixed _ -19 one one NUM CD NumType=Card 20 compound 20:compound _ -20 million million NUM CD NumType=Card 21 nummod 21:nummod _ +19 one one NUM CD NumForm=Word|NumType=Card 20 compound 20:compound _ +20 million million NUM CD NumForm=Word|NumType=Card 21 nummod 21:nummod _ 21 people people NOUN NNS Number=Plur 15 nmod 15:nmod:of SpaceAfter=No 22 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0126 # text = 0 - Number of new drugs or vaccines against "priority pathogens" listed by the Centres for Disease Control that have been developed and introduced since 11 September 2001. -1 0 0 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 0 0 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 6 case 6:case _ 5 new new ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -138213,23 +138274,23 @@ 11 priority priority NOUN NN Number=Sing 12 compound 12:compound _ 12 pathogens pathogen NOUN NNS Number=Plur 6 nmod 6:nmod:against SpaceAfter=No 13 " " PUNCT '' _ 12 punct 12:punct _ -14 listed list VERB VBN Tense=Past|VerbForm=Part 12 acl 12:acl _ +14 listed list VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 acl 12:acl _ 15 by by ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -17 Centres Centres PROPN NNPS Number=Plur 14 obl 14:obl:by _ +17 Centres Centre PROPN NNPS Number=Plur 14 obl:agent 14:obl:agent _ 18 for for ADP IN _ 20 case 20:case _ 19 Disease Disease PROPN NNP Number=Sing 20 compound 20:compound _ 20 Control Control PROPN NNP Number=Sing 17 nmod 17:nmod:for _ 21 that that PRON WDT PronType=Rel 24 nsubj:pass 6:ref _ -22 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ +22 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ 23 been be AUX VBN Tense=Past|VerbForm=Part 24 aux:pass 24:aux:pass _ 24 developed develop VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl:relcl 6:acl:relcl _ 25 and and CCONJ CC _ 26 cc 26:cc _ -26 introduced introduce VERB VBN Tense=Past|VerbForm=Part 24 conj 6:acl:relcl|24:conj:and _ +26 introduced introduce VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 24 conj 6:acl:relcl|24:conj:and _ 27 since since ADP IN _ 29 case 29:case _ -28 11 11 NUM CD NumType=Card 29 nummod 29:nummod _ +28 11 11 NUM CD NumForm=Digit|NumType=Card 29 nummod 29:nummod _ 29 September September PROPN NNP Number=Sing 24 obl 24:obl:since _ -30 2001 2001 NUM CD NumType=Card 29 nummod 29:nummod SpaceAfter=No +30 2001 2001 NUM CD NumForm=Digit|NumType=Card 29 nummod 29:nummod SpaceAfter=No 31 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0127 @@ -138246,9 +138307,9 @@ # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0036 # text = $10.9m - Average wealth of the members of Bush's original 16-person cabinet. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 10.9 10.9 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 m m NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ +2 10.9 10.9 NUM CD NumForm=Digit|NumType=Frac 3 compound 3:compound SpaceAfter=No +3 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 6 punct 6:punct _ 5 Average average ADJ JJ Degree=Pos 6 amod 6:amod _ 6 wealth wealth NOUN NN Number=Sing 1 appos 1:appos _ 7 of of ADP IN _ 9 case 9:case _ @@ -138259,8 +138320,8 @@ 11 Bush Bush PROPN NNP Number=Sing 17 nmod:poss 17:nmod:poss _ 12 's 's PART POS _ 11 case 11:case _ 13 original original ADJ JJ Degree=Pos 17 amod 17:amod _ -14 16 16 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +14 16 16 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 person person NOUN NN Number=Sing 17 compound 17:compound _ 17 cabinet cabinet NOUN NN Number=Sing 9 nmod 9:nmod:of SpaceAfter=No 18 . . PUNCT . _ 1 punct 1:punct _ @@ -138268,18 +138329,18 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0129 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0037 # text = 75 - Percentage of Americans unaffected by Bush's sweeping 2003 cuts in capital gains and dividends taxes. -1 75 75 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 75 75 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ -5 Americans Americans PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ +5 Americans American PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ 6 unaffected unaffected ADJ JJ Degree=Pos 3 amod 3:amod _ 7 by by ADP IN _ 12 case 12:case _ 8-9 Bush's _ _ _ _ _ _ _ _ 8 Bush Bush PROPN NNP Number=Sing 12 nmod:poss 12:nmod:poss _ 9 's 's PART POS _ 8 case 8:case _ 10 sweeping sweeping ADJ JJ Degree=Pos 12 amod 12:amod _ -11 2003 2003 NUM CD NumType=Card 12 advmod 12:advmod _ +11 2003 2003 NUM CD NumForm=Digit|NumType=Card 12 nmod:tmod 12:nmod:tmod _ 12 cuts cut NOUN NNS Number=Plur 6 obl 6:obl:by _ 13 in in ADP IN _ 18 case 18:case _ 14 capital capital ADJ JJ Degree=Pos 15 amod 15:amod _ @@ -138292,8 +138353,8 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0130 # text = $42,000 - Average savings members of Bush's cabinet received in 2003 as a result of cuts in capital gains and dividends taxes. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 42,000 42,000 NUM CD NumType=Card 1 nummod 1:nummod _ -3 - - PUNCT : _ 1 punct 1:punct _ +2 42,000 42000 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ +3 - - PUNCT : _ 5 punct 5:punct _ 4 Average average ADJ JJ Degree=Pos 5 amod 5:amod _ 5 savings savings NOUN NNS Number=Plur 1 appos 1:appos _ 6 members member NOUN NNS Number=Plur 11 nsubj 11:nsubj _ @@ -138302,9 +138363,9 @@ 8 Bush Bush PROPN NNP Number=Sing 10 nmod:poss 10:nmod:poss _ 9 's 's PART POS _ 8 case 8:case _ 10 cabinet cabinet NOUN NN Number=Sing 6 nmod 6:nmod:of _ -11 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +11 received receive VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 12 in in ADP IN _ 13 case 13:case _ -13 2003 2003 NUM CD NumType=Card 11 obl 11:obl:in _ +13 2003 2003 NUM CD NumForm=Digit|NumType=Card 11 obl 11:obl:in _ 14 as as ADP IN _ 16 case 16:case _ 15 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 16 result result NOUN NN Number=Sing 11 obl 11:obl:as _ @@ -138320,8 +138381,8 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0131 # text = 10 - Number of fellow members from the Yale secret society Skull and Bones that Bush has named to important positions (including the Associate Attorney General Robert McCallum Jr. and SEC chief Bill Donaldson). -1 10 10 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 10 10 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 6 case 6:case _ 5 fellow fellow ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -138345,36 +138406,36 @@ 23 including include VERB VBG VerbForm=Ger 26 case 26:case _ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 25 Associate Associate PROPN NNP Number=Sing 26 compound 26:compound _ -26 Attorney Attorney PROPN NNP Number=Sing 3 nmod 3:nmod:include _ -27 General General PROPN NNP Number=Sing 26 flat 26:flat _ +26 Attorney Attorney PROPN NNP Number=Sing 3 nmod 3:nmod:including _ +27 General General ADJ NNP Degree=Pos 26 amod 26:amod _ 28 Robert Robert PROPN NNP Number=Sing 26 flat 26:flat _ 29 McCallum McCallum PROPN NNP Number=Sing 26 flat 26:flat _ 30 Jr. Jr. PROPN NNP Number=Sing 26 flat 26:flat _ 31 and and CCONJ CC _ 34 cc 34:cc _ 32 SEC SEC PROPN NNP Number=Sing 33 compound 33:compound _ 33 chief chief NOUN NN Number=Sing 34 compound 34:compound _ -34 Bill Bill PROPN NNP Number=Sing 26 conj 3:nmod:include|26:conj:and _ +34 Bill Bill PROPN NNP Number=Sing 26 conj 3:nmod:including|26:conj:and _ 35 Donaldson Donaldson PROPN NNP Number=Sing 34 flat 34:flat SpaceAfter=No 36 ) ) PUNCT -RRB- _ 26 punct 26:punct SpaceAfter=No 37 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0132 # text = 79 - Number of Bush's initial 189 appointees who also served in his father's administration. -1 79 79 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 79 79 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 9 case 9:case _ 5-6 Bush's _ _ _ _ _ _ _ _ 5 Bush Bush PROPN NNP Number=Sing 9 nmod:poss 9:nmod:poss _ 6 's 's PART POS _ 5 case 5:case _ 7 initial initial ADJ JJ Degree=Pos 9 amod 9:amod _ -8 189 189 NUM CD NumType=Card 9 nummod 9:nummod _ +8 189 189 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 appointees appointee NOUN NNS Number=Plur 3 nmod 3:nmod:of|12:nsubj _ 10 who who PRON WP PronType=Rel 12 nsubj 9:ref _ 11 also also ADV RB _ 12 advmod 12:advmod _ -12 served serve VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +12 served serve VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 13 in in ADP IN _ 17 case 17:case _ -14 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15-16 father's _ _ _ _ _ _ _ _ 15 father father NOUN NN Number=Sing 17 nmod:poss 17:nmod:poss _ 16 's 's PART POS _ 15 case 15:case _ @@ -138395,9 +138456,9 @@ # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0038 # text = $113m - Amount of total hard money the Bush-Cheney 2000 campaign received, a record. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 113 113 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 m m NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ +2 113 113 NUM CD NumForm=Digit|NumType=Card 3 compound 3:compound SpaceAfter=No +3 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ 6 of of ADP IN _ 9 case 9:case _ 7 total total ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -138405,12 +138466,12 @@ 9 money money NOUN NN Number=Sing 5 nmod 5:nmod:of _ 10 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 11 Bush Bush PROPN NNP Number=Sing 13 compound 13:compound SpaceAfter=No -12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 Cheney Cheney PROPN NNP Number=Sing 15 compound 15:compound _ -14 2000 2000 NUM CD NumType=Card 15 advmod 15:advmod _ +14 2000 2000 NUM CD NumForm=Digit|NumType=Card 13 flat 13:flat _ 15 campaign campaign NOUN NN Number=Sing 16 nsubj 16:nsubj _ -16 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl SpaceAfter=No -17 , , PUNCT , _ 5 punct 5:punct _ +16 received receive VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl SpaceAfter=No +17 , , PUNCT , _ 19 punct 19:punct _ 18 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 19 record record NOUN NN Number=Sing 5 appos 5:appos SpaceAfter=No 20 . . PUNCT . _ 1 punct 1:punct _ @@ -138418,32 +138479,32 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0135 # text = $11.5m - Amount of hard money raised through the Pioneer programme, the controversial fund-raising process created for the Bush-Cheney 2000 campaign. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 11.5 11.5 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 m m NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ +2 11.5 11.5 NUM CD NumForm=Digit|NumType=Frac 3 compound 3:compound SpaceAfter=No +3 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ 6 of of ADP IN _ 8 case 8:case _ 7 hard hard ADJ JJ Degree=Pos 8 amod 8:amod _ 8 money money NOUN NN Number=Sing 5 nmod 5:nmod:of _ -9 raised raise VERB VBN Tense=Past|VerbForm=Part 8 acl 8:acl _ +9 raised raise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl 8:acl _ 10 through through ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 Pioneer Pioneer PROPN NNP Number=Sing 13 compound 13:compound _ 13 programme programme NOUN NN Number=Sing 9 obl 9:obl:through SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ +14 , , PUNCT , _ 20 punct 20:punct _ 15 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 16 controversial controversial ADJ JJ Degree=Pos 20 amod 20:amod _ 17 fund fund NOUN NN Number=Sing 19 compound 19:compound SpaceAfter=No -18 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No +18 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No 19 raising raising NOUN NN Number=Sing 20 compound 20:compound _ 20 process process NOUN NN Number=Sing 13 appos 13:appos _ -21 created create VERB VBN Tense=Past|VerbForm=Part 20 acl 20:acl _ +21 created create VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 acl 20:acl _ 22 for for ADP IN _ 28 case 28:case _ 23 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 24 Bush Bush PROPN NNP Number=Sing 26 compound 26:compound SpaceAfter=No -25 - - PUNCT HYPH _ 26 punct 26:punct SpaceAfter=No +25 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No 26 Cheney Cheney PROPN NNP Number=Sing 28 compound 28:compound _ -27 2000 2000 NUM CD NumType=Card 28 advmod 28:advmod _ +27 2000 2000 NUM CD NumForm=Digit|NumType=Card 26 flat 26:flat _ 28 campaign campaign NOUN NN Number=Sing 21 obl 21:obl:for SpaceAfter=No 29 . . PUNCT . _ 1 punct 1:punct _ @@ -138451,13 +138512,13 @@ # text = (Participants pledged to raise at least $100,000 by bundling together cheques of up to $1,000 from friends and family. 1 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No 2 Participants participant NOUN NNS Number=Plur 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 pledged pledge VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +3 pledged pledge VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 raise raise VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 at at ADV RB _ 7 case 7:case _ -7 least least ADV RBS Degree=Sup 8 nmod 8:nmod:at _ +6 at at ADP IN _ 7 case 7:case _ +7 least least ADJ JJS Degree=Sup 8 nmod 8:nmod:at _ 8 $ $ SYM $ _ 5 obj 5:obj SpaceAfter=No -9 100,000 100,000 NUM CD NumType=Card 8 nummod 8:nummod _ +9 100,000 100000 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 10 by by SCONJ IN _ 11 mark 11:mark _ 11 bundling bundle VERB VBG VerbForm=Ger 5 advcl 5:advcl:by _ 12 together together ADV RB _ 11 advmod 11:advmod _ @@ -138466,7 +138527,7 @@ 15 up up ADP IN _ 18 advmod 18:advmod _ 16 to to ADP IN _ 15 fixed 15:fixed _ 17 $ $ SYM $ _ 13 nmod 13:nmod:of SpaceAfter=No -18 1,000 1,000 NUM CD NumType=Card 17 compound 17:compound _ +18 1,000 1000 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod _ 19 from from ADP IN _ 20 case 20:case _ 20 friends friend NOUN NNS Number=Plur 13 nmod 13:nmod:from _ 21 and and CCONJ CC _ 22 cc 22:cc _ @@ -138476,27 +138537,27 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0137 # text = Pioneers were assigned numbers, which were included on all cheques, enabling the campaign to keep track of who raised how much.) 1 Pioneers pioneer NOUN NNS Number=Plur 3 nsubj:pass 3:nsubj:pass _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ 3 assigned assign VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 numbers number NOUN NNS Number=Plur 3 obj 3:obj|8:nsubj:pass SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 8 punct 8:punct _ 6 which which PRON WDT PronType=Rel 8 nsubj:pass 4:ref _ -7 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux:pass 8:aux:pass _ +7 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 aux:pass 8:aux:pass _ 8 included include VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl:relcl 4:acl:relcl _ 9 on on ADP IN _ 11 case 11:case _ -10 all all DET DT _ 11 det 11:det _ +10 all all DET DT PronType=Tot 11 det 11:det _ 11 cheques cheque NOUN NNS Number=Plur 8 obl 8:obl:on SpaceAfter=No -12 , , PUNCT , _ 8 punct 8:punct _ +12 , , PUNCT , _ 13 punct 13:punct _ 13 enabling enable VERB VBG VerbForm=Ger 8 advcl 8:advcl _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 campaign campaign NOUN NN Number=Sing 13 obj 13:obj|17:nsubj:xsubj _ 16 to to PART TO _ 17 mark 17:mark _ 17 keep keep VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 18 track track NOUN NN Number=Sing 17 obj 17:obj _ -19 of of SCONJ IN _ 20 case 20:case _ -20 who who PRON WP PronType=Int 18 nmod 18:nmod:of _ -21 raised raise VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 acl:relcl 20:acl:relcl _ -22 how how SCONJ WRB PronType=Int 23 mark 23:mark _ +19 of of SCONJ IN _ 21 mark 21:mark _ +20 who who PRON WP PronType=Int 21 nsubj 21:nsubj _ +21 raised raise VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 advcl 17:advcl:of _ +22 how how ADV WRB PronType=Int 23 advmod 23:advmod _ 23 much much ADJ JJ Degree=Pos 21 obj 21:obj SpaceAfter=No 24 . . PUNCT . _ 3 punct 3:punct SpaceAfter=No 25 ) ) PUNCT -RRB- _ 3 punct 3:punct _ @@ -138505,28 +138566,28 @@ # text = George Bush: Money manager 1 George George PROPN NNP Number=Sing 0 root 0:root _ 2 Bush Bush PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 : : PUNCT : _ 1 punct 1:punct _ +3 : : PUNCT : _ 5 punct 5:punct _ 4 Money money NOUN NN Number=Sing 5 compound 5:compound _ 5 manager manager NOUN NN Number=Sing 1 appos 1:appos _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0139 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0039 # text = 4.7m - Number of bankruptcies that were declared during Bush's first three years in office. -1 4.7 4.7 NUM CD NumType=Card 2 compound 2:compound SpaceAfter=No -2 m m NUM CD NumType=Card 0 root 0:root _ -3 - - PUNCT : _ 2 punct 2:punct _ +1 4.7 4.7 NUM CD NumForm=Digit|NumType=Frac 2 compound 2:compound SpaceAfter=No +2 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 0 root 0:root _ +3 - - PUNCT : _ 4 punct 4:punct _ 4 Number number NOUN NN Number=Sing 2 appos 2:appos _ 5 of of ADP IN _ 6 case 6:case _ 6 bankruptcies bankruptcy NOUN NNS Number=Plur 4 nmod 4:nmod:of|9:nsubj:pass _ 7 that that PRON WDT PronType=Rel 9 nsubj:pass 6:ref _ -8 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ +8 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ 9 declared declare VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl:relcl 6:acl:relcl _ 10 during during ADP IN _ 15 case 15:case _ 11-12 Bush's _ _ _ _ _ _ _ _ 11 Bush Bush PROPN NNP Number=Sing 15 nmod:poss 15:nmod:poss _ 12 's 's PART POS _ 11 case 11:case _ -13 first first ADJ JJ Degree=Pos|NumType=Ord 15 amod 15:amod _ -14 three three NUM CD NumType=Card 15 nummod 15:nummod _ +13 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 15 amod 15:amod _ +14 three three NUM CD NumForm=Word|NumType=Card 15 nummod 15:nummod _ 15 years year NOUN NNS Number=Plur 9 obl 9:obl:during _ 16 in in ADP IN _ 17 case 17:case _ 17 office office NOUN NN Number=Sing 15 nmod 15:nmod:in SpaceAfter=No @@ -138534,10 +138595,10 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0140 # text = 2002 - The worst year for major markets since the recession of the 1970s. -1 2002 2002 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 2002 2002 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 5 punct 5:punct _ 3 The the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 worst worst ADJ JJS Degree=Sup 5 amod 5:amod _ +4 worst bad ADJ JJS Degree=Sup 5 amod 5:amod _ 5 year year NOUN NN Number=Sing 1 appos 1:appos _ 6 for for ADP IN _ 8 case 8:case _ 7 major major ADJ JJ Degree=Pos 8 amod 8:amod _ @@ -138547,25 +138608,25 @@ 11 recession recession NOUN NN Number=Sing 5 nmod 5:nmod:since _ 12 of of ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -14 1970s 1970 NOUN NNS Number=Plur 11 nmod 11:nmod:of SpaceAfter=No +14 1970s 1970s NOUN NNS Number=Plur 11 nmod 11:nmod:of SpaceAfter=No 15 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0141 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0040 # text = $489b - The US trade deficit in 2003, the worst in history for a single year. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 489 489 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 b b NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ +2 489 489 NUM CD NumForm=Digit|NumType=Card 3 compound 3:compound SpaceAfter=No +3 b billion NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 8 punct 8:punct _ 5 The the DET DT Definite=Def|PronType=Art 8 det 8:det _ 6 US US PROPN NNP Number=Sing 8 compound 8:compound _ 7 trade trade NOUN NN Number=Sing 8 compound 8:compound _ 8 deficit deficit NOUN NN Number=Sing 1 appos 1:appos _ 9 in in ADP IN _ 10 case 10:case _ -10 2003 2003 NUM CD NumType=Card 8 nmod 8:nmod:in SpaceAfter=No -11 , , PUNCT , _ 8 punct 8:punct _ +10 2003 2003 NUM CD NumForm=Digit|NumType=Card 8 nmod 8:nmod:in SpaceAfter=No +11 , , PUNCT , _ 13 punct 13:punct _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -13 worst worst ADJ JJS Degree=Sup 8 appos 8:appos _ +13 worst bad ADJ JJS Degree=Sup 8 appos 8:appos _ 14 in in ADP IN _ 15 case 15:case _ 15 history history NOUN NN Number=Sing 13 obl 13:obl:in _ 16 for for ADP IN _ 19 case 19:case _ @@ -138578,34 +138639,34 @@ # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0041 # text = $5.6t - Projected national surplus forecast by the end of the decade when Bush took office in 2001. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 5.6 5.6 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 t t NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ -5 Projected project VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +2 5.6 5.6 NUM CD NumForm=Digit|NumType=Frac 3 compound 3:compound SpaceAfter=No +3 t trillion NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 7 punct 7:punct _ +5 Projected project VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 6 national national ADJ JJ Degree=Pos 7 amod 7:amod _ 7 surplus surplus NOUN NN Number=Sing 1 appos 1:appos _ -8 forecast forecast VERB VBN Tense=Past|VerbForm=Part 7 acl 7:acl _ +8 forecast forecast VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl _ 9 by by ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 end end NOUN NN Number=Sing 8 obl 8:obl:by _ 12 of of ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 decade decade NOUN NN Number=Sing 11 nmod 11:nmod:of _ -15 when when SCONJ WRB PronType=Int 17 mark 17:mark _ +15 when when ADV WRB PronType=Int 17 advmod 17:advmod _ 16 Bush Bush PROPN NNP Number=Sing 17 nsubj 17:nsubj _ -17 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:when _ +17 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:when _ 18 office office NOUN NN Number=Sing 17 obj 17:obj _ 19 in in ADP IN _ 20 case 20:case _ -20 2001 2001 NUM CD NumType=Card 17 obl 17:obl:in SpaceAfter=No +20 2001 2001 NUM CD NumForm=Digit|NumType=Card 17 obl 17:obl:in SpaceAfter=No 21 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0143 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0042 # text = $7.22t - US national debt by mid-2004. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 7.22 7.22 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 t t NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ +2 7.22 7.22 NUM CD NumForm=Digit|NumType=Frac 3 compound 3:compound SpaceAfter=No +3 t trillion NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 7 punct 7:punct _ 5 US US PROPN NNP Number=Sing 7 compound 7:compound _ 6 national national ADJ JJ Degree=Pos 7 amod 7:amod _ 7 debt debt NOUN NN Number=Sing 1 appos 1:appos _ @@ -138618,28 +138679,28 @@ # text = George Bush: Tax cutter 1 George George PROPN NNP Number=Sing 0 root 0:root _ 2 Bush Bush PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 : : PUNCT : _ 1 punct 1:punct _ +3 : : PUNCT : _ 5 punct 5:punct _ 4 Tax tax NOUN NN Number=Sing 5 compound 5:compound _ 5 cutter cutter NOUN NN Number=Sing 1 appos 1:appos _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0145 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0044 # text = 87 - Percentage of American families in April 2004 who say they have felt no benefit from Bush's tax cuts. -1 87 87 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 87 87 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|11:nsubj _ 4 of of ADP IN _ 6 case 6:case _ -5 American american ADJ JJ Degree=Pos 6 amod 6:amod _ +5 American American ADJ JJ Degree=Pos 6 amod 6:amod _ 6 families family NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 7 in in ADP IN _ 8 case 8:case _ 8 April April PROPN NNP Number=Sing 3 nmod 3:nmod:in _ -9 2004 2004 NUM CD NumType=Card 8 nummod 8:nummod _ +9 2004 2004 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 10 who who PRON WP PronType=Rel 11 nsubj 3:ref _ -11 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +11 say say VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -13 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +13 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 14 felt feel VERB VBN Tense=Past|VerbForm=Part 11 ccomp 11:ccomp _ -15 no no DET DT _ 16 det 16:det _ +15 no no DET DT PronType=Neg 16 det 16:det _ 16 benefit benefit NOUN NN Number=Sing 14 obj 14:obj _ 17 from from ADP IN _ 21 case 21:case _ 18-19 Bush's _ _ _ _ _ _ _ _ @@ -138651,8 +138712,8 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0146 # text = 39 - Percentage of tax cuts that will go to the top 1 per cent of American families when fully phased in. -1 39 39 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 39 39 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|9:nsubj _ 4 of of ADP IN _ 6 case 6:case _ 5 tax tax NOUN NN Number=Sing 6 compound 6:compound _ @@ -138663,68 +138724,68 @@ 10 to to ADP IN _ 15 case 15:case _ 11 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 12 top top ADJ JJ Degree=Pos 15 amod 15:amod _ -13 1 1 NUM CD NumType=Card 15 nummod 15:nummod _ +13 1 1 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 14 per per NOUN NN Number=Sing 15 compound 15:compound _ 15 cent cent NOUN NN Number=Sing 9 obl 9:obl:to _ 16 of of ADP IN _ 18 case 18:case _ -17 American american ADJ JJ Degree=Pos 18 amod 18:amod _ +17 American American ADJ JJ Degree=Pos 18 amod 18:amod _ 18 families family NOUN NNS Number=Plur 15 nmod 15:nmod:of _ -19 when when SCONJ WRB PronType=Int 21 mark 21:mark _ +19 when when ADV WRB PronType=Int 21 advmod 21:advmod _ 20 fully fully ADV RB _ 21 advmod 21:advmod _ -21 phased phase VERB VBN Tense=Past|VerbForm=Part 9 advcl 9:advcl:when _ +21 phased phase VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 advcl 9:advcl:when _ 22 in in ADP RP _ 21 compound:prt 21:compound:prt SpaceAfter=No 23 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0147 # text = 49 - Percentage of Americans in April 2004 who found that their taxes had actually gone up since Bush took office. -1 49 49 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 49 49 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|10:nsubj _ 4 of of ADP IN _ 5 case 5:case _ -5 Americans Americans PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ +5 Americans American PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ 6 in in ADP IN _ 7 case 7:case _ 7 April April PROPN NNP Number=Sing 3 nmod 3:nmod:in _ -8 2004 2004 NUM CD NumType=Card 7 nummod 7:nummod _ +8 2004 2004 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 9 who who PRON WP PronType=Rel 10 nsubj 3:ref _ -10 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +10 found find VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 11 that that SCONJ IN _ 16 mark 16:mark _ -12 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 taxes tax NOUN NNS Number=Plur 16 nsubj 16:nsubj _ -14 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 aux 16:aux _ +14 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 16 aux 16:aux _ 15 actually actually ADV RB _ 16 advmod 16:advmod _ 16 gone go VERB VBN Tense=Past|VerbForm=Part 10 ccomp 10:ccomp _ 17 up up ADV RB _ 16 advmod 16:advmod _ 18 since since SCONJ IN _ 20 mark 20:mark _ 19 Bush Bush PROPN NNP Number=Sing 20 nsubj 20:nsubj _ -20 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:since _ +20 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:since _ 21 office office NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No 22 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0148 # text = 88 - Percentage of American families who will save less than $100 on their 2006 federal taxes as a result of 2003 cut in capital gains and dividends taxes. -1 88 88 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 88 88 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|9:nsubj _ 4 of of ADP IN _ 6 case 6:case _ -5 American american ADJ JJ Degree=Pos 6 amod 6:amod _ +5 American American ADJ JJ Degree=Pos 6 amod 6:amod _ 6 families family NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 7 who who PRON WP PronType=Rel 9 nsubj 3:ref _ 8 will will AUX MD VerbForm=Fin 9 aux 9:aux _ 9 save save VERB VB VerbForm=Inf 3 acl:relcl 3:acl:relcl _ -10 less less ADJ JJR Degree=Cmp 12 advmod 12:advmod _ +10 less less ADJ JJR Degree=Cmp|ExtPos=ADV 12 advmod 12:advmod _ 11 than than ADP IN _ 10 fixed 10:fixed _ 12 $ $ SYM $ _ 9 obj 9:obj SpaceAfter=No -13 100 100 NUM CD NumType=Card 12 nummod 12:nummod _ +13 100 100 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 14 on on ADP IN _ 18 case 18:case _ -15 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ -16 2006 2006 NUM CD NumType=Card 18 amod 18:amod _ +15 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +16 2006 2006 NUM CD NumForm=Digit|NumType=Card 18 compound 18:compound _ 17 federal federal ADJ JJ Degree=Pos 18 amod 18:amod _ 18 taxes tax NOUN NNS Number=Plur 9 obl 9:obl:on _ 19 as as ADP IN _ 21 case 21:case _ 20 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 21 result result NOUN NN Number=Sing 9 obl 9:obl:as _ 22 of of ADP IN _ 24 case 24:case _ -23 2003 2003 NUM CD NumType=Card 24 amod 24:amod _ +23 2003 2003 NUM CD NumForm=Digit|NumType=Card 24 compound 24:compound _ 24 cut cut NOUN NN Number=Sing 21 nmod 21:nmod:of _ 25 in in ADP IN _ 30 case 30:case _ 26 capital capital ADJ JJ Degree=Pos 27 amod 27:amod _ @@ -138737,16 +138798,16 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0149 # text = $30,858 - Amount Bush himself saved in taxes in 2003. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 30,858 30,858 NUM CD NumType=Card 1 nummod 1:nummod _ -3 - - PUNCT : _ 1 punct 1:punct _ +2 30,858 30858 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ +3 - - PUNCT : _ 4 punct 4:punct _ 4 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ 5 Bush Bush PROPN NNP Number=Sing 7 nsubj 7:nsubj _ -6 himself himself PRON PRP Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nmod:npmod 5:nmod:npmod _ -7 saved save VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +6 himself himself PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Emp|Reflex=Yes 5 nmod:npmod 5:nmod:npmod _ +7 saved save VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 8 in in ADP IN _ 9 case 9:case _ 9 taxes tax NOUN NNS Number=Plur 7 obl 7:obl:in _ 10 in in ADP IN _ 11 case 11:case _ -11 2003 2003 NUM CD NumType=Card 7 obl 7:obl:in SpaceAfter=No +11 2003 2003 NUM CD NumForm=Digit|NumType=Card 7 obl 7:obl:in SpaceAfter=No 12 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0150 @@ -138758,34 +138819,34 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0151 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0046 # text = 9.3m - Number of US unemployed in April 2004. -1 9.3 9.3 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -2 m m NUM CD NumType=Card 0 root 0:root _ -3 - - PUNCT : _ 2 punct 2:punct _ +1 9.3 9.3 NUM CD NumForm=Digit|NumType=Frac 2 nummod 2:nummod SpaceAfter=No +2 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 0 root 0:root _ +3 - - PUNCT : _ 4 punct 4:punct _ 4 Number number NOUN NN Number=Sing 2 appos 2:appos _ 5 of of ADP IN _ 6 case 6:case _ 6 US US PROPN NNP Number=Sing 4 nmod 4:nmod:of _ 7 unemployed unemployed ADJ JJ Degree=Pos 6 amod 6:amod _ 8 in in ADP IN _ 9 case 9:case _ 9 April April PROPN NNP Number=Sing 4 nmod 4:nmod:in _ -10 2004 2004 NUM CD NumType=Card 9 nummod 9:nummod SpaceAfter=No +10 2004 2004 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0152 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0047 # text = 2.3m - Number of Americans who lost their jobs during first three Years of the Bush administration. -1 2.3 2.3 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -2 m m NUM CD NumType=Card 0 root 0:root _ -3 - - PUNCT : _ 2 punct 2:punct _ +1 2.3 2.3 NUM CD NumForm=Digit|NumType=Frac 2 nummod 2:nummod SpaceAfter=No +2 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 0 root 0:root _ +3 - - PUNCT : _ 4 punct 4:punct _ 4 Number number NOUN NN Number=Sing 2 appos 2:appos _ 5 of of ADP IN _ 6 case 6:case _ -6 Americans Americans PROPN NNPS Number=Plur 4 nmod 4:nmod:of|8:nsubj _ +6 Americans American PROPN NNPS Number=Plur 4 nmod 4:nmod:of|8:nsubj _ 7 who who PRON WP PronType=Rel 8 nsubj 6:ref _ -8 lost lose VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 lost lose VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 jobs job NOUN NNS Number=Plur 8 obj 8:obj _ 11 during during ADP IN _ 14 case 14:case _ -12 first first ADJ JJ Degree=Pos|NumType=Ord 14 amod 14:amod _ -13 three three NUM CD NumType=Card 14 nummod 14:nummod _ +12 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 14 amod 14:amod _ +13 three three NUM CD NumForm=Word|NumType=Card 14 nummod 14:nummod _ 14 Years year NOUN NNS Number=Plur 8 obl 8:obl:during _ 15 of of ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -138796,18 +138857,18 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0153 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0048 # text = 22m - Number of jobs gained during Clinton's eight years in office. -1 22 22 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -2 m m NUM CD NumType=Card 0 root 0:root _ -3 - - PUNCT : _ 2 punct 2:punct _ +1 22 22 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No +2 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 0 root 0:root _ +3 - - PUNCT : _ 4 punct 4:punct _ 4 Number number NOUN NN Number=Sing 2 appos 2:appos _ 5 of of ADP IN _ 6 case 6:case _ 6 jobs job NOUN NNS Number=Plur 4 nmod 4:nmod:of _ -7 gained gain VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 gained gain VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 during during ADP IN _ 12 case 12:case _ 9-10 Clinton's _ _ _ _ _ _ _ _ 9 Clinton Clinton PROPN NNP Number=Sing 12 nmod:poss 12:nmod:poss _ 10 's 's PART POS _ 9 case 9:case _ -11 eight eight NUM CD NumType=Card 12 nummod 12:nummod _ +11 eight eight NUM CD NumForm=Word|NumType=Card 12 nummod 12:nummod _ 12 years year NOUN NNS Number=Plur 7 obl 7:obl:during _ 13 in in ADP IN _ 14 case 14:case _ 14 office office NOUN NN Number=Sing 12 nmod 12:nmod:in SpaceAfter=No @@ -138824,21 +138885,21 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0155 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0050 # text = 34.6m - Number of Americans living below the poverty line (1 in 8 of the population). -1 34.6 34.6 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -2 m m NUM CD NumType=Card 0 root 0:root _ -3 - - PUNCT : _ 2 punct 2:punct _ +1 34.6 34.6 NUM CD NumForm=Digit|NumType=Frac 2 nummod 2:nummod SpaceAfter=No +2 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 0 root 0:root _ +3 - - PUNCT : _ 4 punct 4:punct _ 4 Number number NOUN NN Number=Sing 2 appos 2:appos _ 5 of of ADP IN _ 6 case 6:case _ -6 Americans Americans PROPN NNPS Number=Plur 4 nmod 4:nmod:of _ +6 Americans American PROPN NNPS Number=Plur 4 nmod 4:nmod:of _ 7 living live VERB VBG VerbForm=Ger 6 acl 6:acl _ 8 below below ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 poverty poverty NOUN NN Number=Sing 11 compound 11:compound _ 11 line line NOUN NN Number=Sing 7 obl 7:obl:below _ 12 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No -13 1 1 NUM CD NumType=Card 4 appos 4:appos _ +13 1 1 NUM CD NumForm=Digit|NumType=Card 4 appos 4:appos _ 14 in in ADP IN _ 15 case 15:case _ -15 8 8 NUM CD NumType=Card 13 nmod 13:nmod:in _ +15 8 8 NUM CD NumForm=Digit|NumType=Card 13 nmod 13:nmod:in _ 16 of of ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 population population NOUN NN Number=Sing 13 nmod 13:nmod:of SpaceAfter=No @@ -138847,9 +138908,9 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0156 # text = 6.8m - Number of people in the workforce but still classified as poor. -1 6.8 6.8 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -2 m m NUM CD NumType=Card 0 root 0:root _ -3 - - PUNCT : _ 2 punct 2:punct _ +1 6.8 6.8 NUM CD NumForm=Digit|NumType=Frac 2 nummod 2:nummod SpaceAfter=No +2 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 0 root 0:root _ +3 - - PUNCT : _ 4 punct 4:punct _ 4 Number number NOUN NN Number=Sing 2 appos 2:appos _ 5 of of ADP IN _ 6 case 6:case _ 6 people people NOUN NNS Number=Plur 4 nmod 4:nmod:of _ @@ -138858,7 +138919,7 @@ 9 workforce workforce NOUN NN Number=Sing 6 nmod 6:nmod:in _ 10 but but CCONJ CC _ 12 cc 12:cc _ 11 still still ADV RB _ 12 advmod 12:advmod _ -12 classified classify VERB VBN Tense=Past|VerbForm=Part 9 conj 6:nmod:in|9:conj:but _ +12 classified classify VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 conj 6:nmod:in|9:conj:but _ 13 as as ADP IN _ 14 case 14:case _ 14 poor poor ADJ JJ Degree=Pos 12 obl 12:obl:as SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ @@ -138866,12 +138927,12 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0157 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0051 # text = 35m - Number of Americans that the government defines as "food insecure," in other words, hungry. -1 35 35 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -2 m m NUM CD NumType=Card 0 root 0:root _ -3 - - PUNCT : _ 2 punct 2:punct _ +1 35 35 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No +2 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 0 root 0:root _ +3 - - PUNCT : _ 4 punct 4:punct _ 4 Number number NOUN NN Number=Sing 2 appos 2:appos _ 5 of of ADP IN _ 6 case 6:case _ -6 Americans Americans PROPN NNPS Number=Plur 4 nmod 4:nmod:of|10:obj _ +6 Americans American PROPN NNPS Number=Plur 4 nmod 4:nmod:of|10:obj _ 7 that that PRON WDT PronType=Rel 10 obj 6:ref _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 government government NOUN NN Number=Sing 10 nsubj 10:nsubj _ @@ -138885,18 +138946,18 @@ 17 in in ADP IN _ 19 case 19:case _ 18 other other ADJ JJ Degree=Pos 19 amod 19:amod _ 19 words word NOUN NNS Number=Plur 21 obl 21:obl:in SpaceAfter=No -20 , , PUNCT , _ 21 punct 21:punct _ +20 , , PUNCT , _ 19 punct 19:punct _ 21 hungry hungry ADJ JJ Degree=Pos 14 appos 14:appos SpaceAfter=No 22 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0158 # text = $300m - Amount cut from the federal programme that provides subsidies to poor families so they can heat their homes. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 300 300 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 m m NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ +2 300 300 NUM CD NumForm=Digit|NumType=Card 3 compound 3:compound SpaceAfter=No +3 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ -6 cut cut VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +6 cut cut VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 7 from from ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 federal federal ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -138911,28 +138972,28 @@ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 19 can can AUX MD VerbForm=Fin 20 aux 20:aux _ 20 heat heat VERB VB VerbForm=Inf 12 advcl 12:advcl:so _ -21 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 homes home NOUN NNS Number=Plur 20 obj 20:obj SpaceAfter=No 23 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0159 # text = 40 - Percentage of wealth in the United States held by the richest 1 per cent of the population. -1 40 40 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 40 40 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 wealth wealth NOUN NN Number=Sing 3 nmod 3:nmod:of _ 6 in in ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 United United PROPN NNP Number=Sing 9 compound 9:compound _ -9 States States PROPN NNP Number=Sing 3 nmod 3:nmod:in _ -10 held hold VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ +8 United United ADJ NNP Degree=Pos 9 amod 9:amod _ +9 States State PROPN NNPS Number=Plur 3 nmod 3:nmod:in _ +10 held hold VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ 11 by by ADP IN _ 16 case 16:case _ 12 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -13 richest richest ADJ JJS Degree=Sup 16 amod 16:amod _ -14 1 1 NUM CD NumType=Card 16 nummod 16:nummod _ +13 richest rich ADJ JJS Degree=Sup 16 amod 16:amod _ +14 1 1 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 15 per per NOUN NN Number=Sing 16 compound 16:compound _ -16 cent cent NOUN NN Number=Sing 10 obl 10:obl:by _ +16 cent cent NOUN NN Number=Sing 10 obl:agent 10:obl:agent _ 17 of of ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 population population NOUN NN Number=Sing 16 nmod 16:nmod:of SpaceAfter=No @@ -138940,20 +139001,20 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0160 # text = 18 - Percentage of wealth in Britain held by the richest 1e per cent of the population. -1 18 18 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 18 18 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 wealth wealth NOUN NN Number=Sing 3 nmod 3:nmod:of _ 6 in in ADP IN _ 7 case 7:case _ 7 Britain Britain PROPN NNP Number=Sing 3 nmod 3:nmod:in _ -8 held hold VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ +8 held hold VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ 9 by by ADP IN _ 13 case 13:case _ 10 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -11 richest richest ADJ JJS Degree=Sup 13 amod 13:amod _ +11 richest rich ADJ JJS Degree=Sup 13 amod 13:amod _ 12 1e 1e NOUN NN Number=Sing 13 compound 13:compound _ -13 per per X GW _ 8 obl 8:obl:by _ -14 cent cent NOUN NN Number=Sing 13 goeswith 13:goeswith _ +13 per percent NOUN GW Number=Sing|Typo=Yes 8 obl:agent 8:obl:agent _ +14 cent _ X NN _ 13 goeswith 13:goeswith _ 15 of of ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 population population NOUN NN Number=Sing 13 nmod 13:nmod:of SpaceAfter=No @@ -138964,7 +139025,7 @@ 1 George George PROPN NNP Number=Sing 0 root 0:root _ 2 Bush Bush PROPN NNP Number=Sing 1 flat 1:flat _ 3 And and CCONJ CC _ 6 cc 6:cc _ -4 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 special special ADJ JJ Degree=Pos 6 amod 6:amod _ 6 friend friend NOUN NN Number=Sing 1 conj 1:conj:and _ @@ -138972,18 +139033,18 @@ # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0052 # text = $60b - Loss to Enron stockholders, following the largest bankruptcy in US history. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 60 60 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 b b NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ +2 60 60 NUM CD NumForm=Digit|NumType=Card 3 compound 3:compound SpaceAfter=No +3 b billion NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Loss loss NOUN NN Number=Sing 1 appos 1:appos _ 6 to to ADP IN _ 8 case 8:case _ 7 Enron Enron PROPN NNP Number=Sing 8 compound 8:compound _ 8 stockholders stockholder NOUN NNS Number=Plur 5 nmod 5:nmod:to SpaceAfter=No -9 , , PUNCT , _ 5 punct 5:punct _ +9 , , PUNCT , _ 13 punct 13:punct _ 10 following follow VERB VBG VerbForm=Ger 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 largest largest ADJ JJS Degree=Sup 13 amod 13:amod _ -13 bankruptcy bankruptcy NOUN NN Number=Sing 5 nmod 5:nmod:follow _ +12 largest large ADJ JJS Degree=Sup 13 amod 13:amod _ +13 bankruptcy bankruptcy NOUN NN Number=Sing 5 nmod 5:nmod:following _ 14 in in ADP IN _ 16 case 16:case _ 15 US US PROPN NNP Number=Sing 16 compound 16:compound _ 16 history history NOUN NN Number=Sing 13 nmod 13:nmod:in SpaceAfter=No @@ -138992,23 +139053,23 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0163 # text = $205m - Amount Enron CEO Kenneth Lay earned from stock option profits over a four-year period. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 205 205 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 m m NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ +2 205 205 NUM CD NumForm=Digit|NumType=Card 3 compound 3:compound SpaceAfter=No +3 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ 6 Enron Enron PROPN NNP Number=Sing 7 compound 7:compound _ 7 CEO ceo NOUN NN Number=Sing 8 compound 8:compound _ 8 Kenneth Kenneth PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 9 Lay Lay PROPN NNP Number=Sing 8 flat 8:flat _ -10 earned earn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +10 earned earn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 11 from from ADP IN _ 14 case 14:case _ 12 stock stock NOUN NN Number=Sing 13 compound 13:compound _ 13 option option NOUN NN Number=Sing 14 compound 14:compound _ 14 profits profit NOUN NNS Number=Plur 10 obl 10:obl:from _ 15 over over ADP IN _ 20 case 20:case _ 16 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ -17 four four NUM CD NumType=Card 19 nummod 19:nummod SpaceAfter=No -18 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No +17 four four NUM CD NumForm=Word|NumType=Card 19 nummod 19:nummod SpaceAfter=No +18 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No 19 year year NOUN NN Number=Sing 20 compound 20:compound _ 20 period period NOUN NN Number=Sing 10 obl 10:obl:over SpaceAfter=No 21 . . PUNCT . _ 1 punct 1:punct _ @@ -139016,53 +139077,53 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0164 # text = $101m - Amount Lay made from selling his Enron shares just before the company went bankrupt. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 101 101 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 m m NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ +2 101 101 NUM CD NumForm=Digit|NumType=Card 3 compound 3:compound SpaceAfter=No +3 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ 6 Lay Lay PROPN NNP Number=Sing 7 nsubj 7:nsubj _ -7 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 from from SCONJ IN _ 9 mark 9:mark _ 9 selling sell VERB VBG VerbForm=Ger 7 advcl 7:advcl:from _ -10 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 Enron Enron PROPN NNP Number=Sing 12 compound 12:compound _ 12 shares share NOUN NNS Number=Plur 9 obj 9:obj _ 13 just just ADV RB _ 17 advmod 17:advmod _ 14 before before SCONJ IN _ 17 mark 17:mark _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 company company NOUN NN Number=Sing 17 nsubj 17:nsubj|18:nsubj:xsubj _ -17 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:before _ +17 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:before _ 18 bankrupt bankrupt ADJ JJ Degree=Pos 17 xcomp 17:xcomp SpaceAfter=No 19 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0165 # text = $59,339 - Amount the Bush campaign reimbursed Enron for 14 trips on its corporate jet during the 2000 campaign. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 59,339 59,339 NUM CD NumType=Card 1 nummod 1:nummod _ -3 - - PUNCT : _ 1 punct 1:punct _ +2 59,339 59339 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ +3 - - PUNCT : _ 4 punct 4:punct _ 4 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 Bush Bush PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 7 campaign campaign NOUN NN Number=Sing 6 flat 6:flat _ -8 reimbursed reimburse VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +8 reimbursed reimburse VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 9 Enron Enron PROPN NNP Number=Sing 8 obj 8:obj _ 10 for for ADP IN _ 12 case 12:case _ -11 14 14 NUM CD NumType=Card 12 nummod 12:nummod _ +11 14 14 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 12 trips trip NOUN NNS Number=Plur 8 obl 8:obl:for _ 13 on on ADP IN _ 16 case 16:case _ -14 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +14 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 15 corporate corporate ADJ JJ Degree=Pos 16 amod 16:amod _ 16 jet jet NOUN NN Number=Sing 12 nmod 12:nmod:on _ 17 during during ADP IN _ 20 case 20:case _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -19 2000 2000 NUM CD NumType=Card 20 amod 20:amod _ +19 2000 2000 NUM CD NumForm=Digit|NumType=Card 20 compound 20:compound _ 20 campaign campaign NOUN NN Number=Sing 12 nmod 12:nmod:during SpaceAfter=No 21 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0166 # text = 30 - Length of time in months between Enron's collapse and Lay (whom the President called "Kenny Boy") still not being charged with a crime. -1 30 30 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 30 30 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Length length NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 time time NOUN NN Number=Sing 3 nmod 3:nmod:of _ @@ -139074,19 +139135,19 @@ 10 's 's PART POS _ 9 case 9:case _ 11 collapse collapse NOUN NN Number=Sing 3 nmod 3:nmod:between _ 12 and and CCONJ CC _ 27 cc 27:cc _ -13 Lay Lay PROPN NNP Number=Sing 27 nsubj:pass 18:obj|27:nsubj:pass _ +13 Lay Lay PROPN NNP Number=Sing 27 nsubj:pass 18:obj|21:nsubj:xsubj|27:nsubj:pass _ 14 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No 15 whom whom PRON WP PronType=Rel 18 obj 13:ref _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -17 President President NOUN NN Number=Sing 18 nsubj 18:nsubj|21:nsubj:xsubj _ -18 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +17 President President NOUN NN Number=Sing 18 nsubj 18:nsubj _ +18 called call VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 19 " " PUNCT `` _ 21 punct 21:punct SpaceAfter=No 20 Kenny Kenny PROPN NNP Number=Sing 21 compound 21:compound _ 21 Boy Boy PROPN NNP Number=Sing 18 xcomp 18:xcomp SpaceAfter=No 22 " " PUNCT '' _ 21 punct 21:punct SpaceAfter=No 23 ) ) PUNCT -RRB- _ 18 punct 18:punct _ 24 still still ADV RB _ 27 advmod 27:advmod _ -25 not not ADV RB _ 27 advmod 27:advmod _ +25 not not PART RB _ 27 advmod 27:advmod _ 26 being be AUX VBG VerbForm=Ger 27 aux:pass 27:aux:pass _ 27 charged charge VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 conj 3:nmod:between|11:conj:and _ 28 with with ADP IN _ 30 case 30:case _ @@ -139098,20 +139159,20 @@ # text = George Bush: Lawman 1 George George PROPN NNP Number=Sing 0 root 0:root _ 2 Bush Bush PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 : : PUNCT : _ 1 punct 1:punct _ +3 : : PUNCT : _ 4 punct 4:punct _ 4 Lawman lawman NOUN NN Number=Sing 1 appos 1:appos _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0168 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0053 # text = 15 - Average number of minutes Bush spent reviewing capital punishment cases while governor of Texas. -1 15 15 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 15 15 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 4 punct 4:punct _ 3 Average average ADJ JJ Degree=Pos 4 amod 4:amod _ 4 number number NOUN NN Number=Sing 1 appos 1:appos _ 5 of of ADP IN _ 6 case 6:case _ 6 minutes minute NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 7 Bush Bush PROPN NNP Number=Sing 8 nsubj 8:nsubj _ -8 spent spend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +8 spent spend VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 9 reviewing review VERB VBG VerbForm=Ger 8 advcl 8:advcl _ 10 capital capital ADJ JJ Degree=Pos 11 amod 11:amod _ 11 punishment punishment NOUN NN Number=Sing 12 compound 12:compound _ @@ -139124,16 +139185,16 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0169 # text = 46 - Percentage of Republican federal judges when Bush came to office. -1 46 46 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 46 46 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 7 case 7:case _ -5 Republican republican ADJ JJ Degree=Pos 7 amod 7:amod _ +5 Republican Republican ADJ JJ Degree=Pos 7 amod 7:amod _ 6 federal federal ADJ JJ Degree=Pos 7 amod 7:amod _ 7 judges judge NOUN NNS Number=Plur 3 nmod 3:nmod:of _ -8 when when SCONJ WRB PronType=Rel 10 mark 10:mark _ +8 when when ADV WRB PronType=Int 10 advmod 10:advmod _ 9 Bush Bush PROPN NNP Number=Sing 10 nsubj 10:nsubj _ -10 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +10 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 acl 3:acl _ 11 to to ADP IN _ 12 case 12:case _ 12 office office NOUN NN Number=Sing 10 obl 10:obl:to SpaceAfter=No 13 . . PUNCT . _ 1 punct 1:punct _ @@ -139141,15 +139202,15 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0170 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0054 # text = 57 - Percentage of Republican federal judges after three years of the Bush administration. -1 57 57 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 57 57 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 7 case 7:case _ -5 Republican republican ADJ JJ Degree=Pos 7 amod 7:amod _ +5 Republican Republican ADJ JJ Degree=Pos 7 amod 7:amod _ 6 federal federal ADJ JJ Degree=Pos 7 amod 7:amod _ 7 judges judge NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 8 after after ADP IN _ 10 case 10:case _ -9 three three NUM CD NumType=Card 10 nummod 10:nummod _ +9 three three NUM CD NumForm=Word|NumType=Card 10 nummod 10:nummod _ 10 years year NOUN NNS Number=Plur 3 nmod 3:nmod:after _ 11 of of ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ @@ -139159,16 +139220,16 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0171 # text = 33 - Percentage of the $15bn Bush pledged to fight Aids in Africa that must go to abstinence-only programmes. -1 33 33 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 33 33 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|18:nsubj _ 4 of of ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 $ $ SYM $ _ 3 nmod 3:nmod:of SpaceAfter=No -7 15 15 NUM CD NumType=Card 8 compound 8:compound SpaceAfter=No -8 bn bn NUM CD NumType=Card 6 nummod 6:nummod _ +7 15 15 NUM CD NumForm=Digit|NumType=Card 8 compound 8:compound SpaceAfter=No +8 bn billion NUM CD Abbr=Yes|NumForm=Word|NumType=Card 6 nummod 6:nummod _ 9 Bush Bush PROPN NNP Number=Sing 10 nsubj 10:nsubj|12:nsubj:xsubj _ -10 pledged pledge VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +10 pledged pledge VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 11 to to PART TO _ 12 mark 12:mark _ 12 fight fight VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 13 Aids aids NOUN NN Number=Sing 12 obj 12:obj _ @@ -139179,7 +139240,7 @@ 18 go go VERB VB VerbForm=Inf 3 acl:relcl 3:acl:relcl _ 19 to to ADP IN _ 23 case 23:case _ 20 abstinence abstinence NOUN NN Number=Sing 23 compound 23:compound SpaceAfter=No -21 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No +21 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No 22 only only ADV RB _ 20 advmod 20:advmod _ 23 programmes programme NOUN NNS Number=Plur 18 obl 18:obl:to SpaceAfter=No 24 . . PUNCT . _ 1 punct 1:punct _ @@ -139193,33 +139254,33 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0173 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0055 # text = 680 - Number of suspected al-Qa'ida members that the United States admits are detained at Guantánamo Bay, Cuba. -1 680 680 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 680 680 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 9 case 9:case _ -5 suspected suspect VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod _ +5 suspected suspect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod _ 6 al al PROPN NNP Number=Sing 8 compound 8:compound SpaceAfter=No -7 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No +7 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No 8 Qa'ida Qa'ida PROPN NNP Number=Sing 9 compound 9:compound _ -9 members member NOUN NNS Number=Plur 3 nmod 3:nmod:of _ -10 that that PRON WDT PronType=Dem 16 nsubj:pass 16:nsubj:pass _ +9 members member NOUN NNS Number=Plur 3 nmod 3:nmod:of|16:nsubj:pass _ +10 that that PRON WDT PronType=Rel 16 nsubj:pass 9:ref _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 United United PROPN NNP Number=Sing 13 compound 13:compound _ -13 States States PROPN NNP Number=Sing 14 nsubj 14:nsubj _ +12 United United ADJ NNP Degree=Pos 13 amod 13:amod _ +13 States State PROPN NNPS Number=Plur 14 nsubj 14:nsubj _ 14 admits admit VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux:pass 16:aux:pass _ +15 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 aux:pass 16:aux:pass _ 16 detained detain VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 ccomp 14:ccomp _ 17 at at ADP IN _ 19 case 19:case _ 18 Guantánamo Guantánamo PROPN NNP Number=Sing 19 compound 19:compound _ 19 Bay Bay PROPN NNP Number=Sing 16 obl 16:obl:at SpaceAfter=No -20 , , PUNCT , _ 19 punct 19:punct _ +20 , , PUNCT , _ 21 punct 21:punct _ 21 Cuba Cuba PROPN NNP Number=Sing 19 appos 19:appos SpaceAfter=No 22 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0174 # text = 42 - Number of nationalities of those detainees at Guantanamo. -1 42 42 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 42 42 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 nationalities nationality NOUN NNS Number=Plur 3 nmod 3:nmod:of _ @@ -139233,19 +139294,19 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0175 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0056 # text = 22 - Number of hours prisoners were handcuffed, shackled, and made to wear surgical masks, earmuffs, and blindfolds during their flight to Guantanamo. -1 22 22 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 22 22 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 hours hour NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 6 prisoners prisoner NOUN NNS Number=Plur 8 nsubj:pass 8:nsubj:pass|10:nsubj:pass|13:nsubj:pass|15:nsubj:xsubj _ -7 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux:pass 8:aux:pass _ +7 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 aux:pass 8:aux:pass _ 8 handcuffed handcuff VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl:relcl 5:acl:relcl SpaceAfter=No 9 , , PUNCT , _ 10 punct 10:punct _ -10 shackled shackle VERB VBN Tense=Past|VerbForm=Part 8 conj 5:acl:relcl|8:conj:and SpaceAfter=No +10 shackled shackle VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 conj 5:acl:relcl|8:conj:and SpaceAfter=No 11 , , PUNCT , _ 13 punct 13:punct _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 made make VERB VBN Tense=Past|VerbForm=Part 8 conj 5:acl:relcl|8:conj:and _ +13 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 conj 5:acl:relcl|8:conj:and _ 14 to to PART TO _ 15 mark 15:mark _ 15 wear wear VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 16 surgical surgical ADJ JJ Degree=Pos 17 amod 17:amod _ @@ -139256,7 +139317,7 @@ 21 and and CCONJ CC _ 22 cc 22:cc _ 22 blindfolds blindfold NOUN NNS Number=Plur 17 conj 15:obj|17:conj:and _ 23 during during ADP IN _ 25 case 25:case _ -24 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 flight flight NOUN NN Number=Sing 15 obl 15:obl:during _ 26 to to ADP IN _ 27 case 27:case _ 27 Guantanamo Guantanamo PROPN NNP Number=Sing 25 nmod 25:nmod:to SpaceAfter=No @@ -139264,11 +139325,11 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0176 # text = 32 - Number of confirmed suicide attempts by Guantanamo Bay prisoners. -1 32 32 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 32 32 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 7 case 7:case _ -5 confirmed confirm VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +5 confirmed confirm VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 6 suicide suicide NOUN NN Number=Sing 7 compound 7:compound _ 7 attempts attempt NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 8 by by ADP IN _ 11 case 11:case _ @@ -139280,8 +139341,8 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0177 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0057 # text = 24 - Number of prisoners in mid-2003 being monitored by psychiatrists in Guantanamo's new mental ward. -1 24 24 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 24 24 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 prisoners prisoner NOUN NNS Number=Plur 3 nmod 3:nmod:of _ @@ -139290,7 +139351,7 @@ 8 being be AUX VBG VerbForm=Ger 9 aux:pass 9:aux:pass _ 9 monitored monitor VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 10 by by ADP IN _ 11 case 11:case _ -11 psychiatrists psychiatrist NOUN NNS Number=Plur 9 obl 9:obl:by _ +11 psychiatrists psychiatrist NOUN NNS Number=Plur 9 obl:agent 9:obl:agent _ 12 in in ADP IN _ 17 case 17:case _ 13-14 Guantanamo's _ _ _ _ _ _ _ _ 13 Guantanamo Guantanamo PROPN NNP Number=Sing 17 nmod:poss 17:nmod:poss _ @@ -139304,19 +139365,19 @@ # text = A health-conscious president 1 A a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 2 health health NOUN NN Number=Sing 4 obl:npmod 4:obl:npmod SpaceAfter=No -3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No +3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No 4 conscious conscious ADJ JJ Degree=Pos 5 amod 5:amod _ 5 president president NOUN NN Number=Sing 0 root 0:root _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0179 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0058 # text = 43.6m - Number of Americans without health insurance by the end of 2002 (more than 15 per cent of the population). -1 43.6 43.6 NUM CD NumType=Card 2 compound 2:compound SpaceAfter=No -2 m m NUM CD NumType=Card 0 root 0:root _ -3 - - PUNCT : _ 2 punct 2:punct _ +1 43.6 43.6 NUM CD NumForm=Digit|NumType=Frac 2 compound 2:compound SpaceAfter=No +2 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 0 root 0:root _ +3 - - PUNCT : _ 4 punct 4:punct _ 4 Number number NOUN NN Number=Sing 2 appos 2:appos _ 5 of of ADP IN _ 6 case 6:case _ -6 Americans Americans PROPN NNPS Number=Plur 4 nmod 4:nmod:of _ +6 Americans American PROPN NNPS Number=Plur 4 nmod 4:nmod:of _ 7 without without ADP IN _ 9 case 9:case _ 8 health health NOUN NN Number=Sing 9 compound 9:compound _ 9 insurance insurance NOUN NN Number=Sing 6 nmod 6:nmod:without _ @@ -139324,37 +139385,37 @@ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 end end NOUN NN Number=Sing 4 nmod 4:nmod:by _ 13 of of ADP IN _ 14 case 14:case _ -14 2002 2002 NUM CD NumType=Card 12 nmod 12:nmod:of _ -15 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No -16 more more ADJ JJR Degree=Cmp 20 advmod 20:advmod _ +14 2002 2002 NUM CD NumForm=Digit|NumType=Card 12 nmod 12:nmod:of _ +15 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No +16 more more ADJ JJR Degree=Cmp|ExtPos=ADV 20 advmod 20:advmod _ 17 than than ADP IN _ 16 fixed 16:fixed _ -18 15 15 NUM CD NumType=Card 20 nummod 20:nummod _ +18 15 15 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ 19 per per NOUN NN Number=Sing 20 compound 20:compound _ 20 cent cent NOUN NN Number=Sing 4 appos 4:appos _ 21 of of ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 population population NOUN NN Number=Sing 20 nmod 20:nmod:of SpaceAfter=No -24 ) ) PUNCT -RRB- _ 16 punct 16:punct SpaceAfter=No +24 ) ) PUNCT -RRB- _ 20 punct 20:punct SpaceAfter=No 25 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0180 # text = 2.4m - Number of Americans who lost their health insurance during Bush's first year in office. -1 2.4 2.4 NUM CD NumType=Card 2 compound 2:compound SpaceAfter=No -2 m m NUM CD NumType=Card 0 root 0:root _ -3 - - PUNCT : _ 2 punct 2:punct _ +1 2.4 2.4 NUM CD NumForm=Digit|NumType=Frac 2 compound 2:compound SpaceAfter=No +2 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 0 root 0:root _ +3 - - PUNCT : _ 4 punct 4:punct _ 4 Number number NOUN NN Number=Sing 2 appos 2:appos _ 5 of of ADP IN _ 6 case 6:case _ -6 Americans Americans PROPN NNPS Number=Plur 4 nmod 4:nmod:of|8:nsubj _ +6 Americans American PROPN NNPS Number=Plur 4 nmod 4:nmod:of|8:nsubj _ 7 who who PRON WP PronType=Rel 8 nsubj 6:ref _ -8 lost lose VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +8 lost lose VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 health health NOUN NN Number=Sing 11 compound 11:compound _ 11 insurance insurance NOUN NN Number=Sing 8 obj 8:obj _ 12 during during ADP IN _ 16 case 16:case _ 13-14 Bush's _ _ _ _ _ _ _ _ 13 Bush Bush PROPN NNP Number=Sing 16 nmod:poss 16:nmod:poss _ 14 's 's PART POS _ 13 case 13:case _ -15 first first ADJ JJ Degree=Pos|NumType=Ord 16 amod 16:amod _ +15 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 16 amod 16:amod _ 16 year year NOUN NN Number=Sing 8 obl 8:obl:during _ 17 in in ADP IN _ 18 case 18:case _ 18 office office NOUN NN Number=Sing 16 nmod 16:nmod:in SpaceAfter=No @@ -139371,19 +139432,19 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0182 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0059 # text = 2,500- Number of public-diplomacy officers employed by the State Department to further the image of the US abroad in 1991. -1 2,500 2,500 NUM CD NumType=Card 0 root 0:root SpaceAfter=No -2 - - PUNCT : _ 1 punct 1:punct _ +1 2,500 2500 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 8 case 8:case _ 5 public public ADJ JJ Degree=Pos 7 amod 7:amod SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 diplomacy diplomacy NOUN NN Number=Sing 8 compound 8:compound _ 8 officers officer NOUN NNS Number=Plur 3 nmod 3:nmod:of _ -9 employed employ VERB VBN Tense=Past|VerbForm=Part 8 acl 8:acl _ +9 employed employ VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl 8:acl _ 10 by by ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 State State PROPN NNP Number=Sing 13 compound 13:compound _ -13 Department Department PROPN NNP Number=Sing 9 obl 9:obl:by _ +13 Department Department PROPN NNP Number=Sing 9 obl:agent 9:obl:agent _ 14 to to PART TO _ 15 mark 15:mark _ 15 further further VERB VB VerbForm=Inf 9 advcl 9:advcl:to _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -139393,61 +139454,61 @@ 20 US US PROPN NNP Number=Sing 17 nmod 17:nmod:of _ 21 abroad abroad ADV RB _ 17 advmod 17:advmod _ 22 in in ADP IN _ 23 case 23:case _ -23 1991 1991 NUM CD NumType=Card 15 obl 15:obl:in SpaceAfter=No +23 1991 1991 NUM CD NumForm=Digit|NumType=Card 15 obl 15:obl:in SpaceAfter=No 24 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0183 # text = 1,200 - Number of public-diplomacy officers employed by the State Department to further US image abroad in 2004. -1 1,200 1,200 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 1,200 1200 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 8 case 8:case _ 5 public public ADJ JJ Degree=Pos 7 amod 7:amod SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 diplomacy diplomacy NOUN NN Number=Sing 8 compound 8:compound _ 8 officers officer NOUN NNS Number=Plur 3 nmod 3:nmod:of _ -9 employed employ VERB VBN Tense=Past|VerbForm=Part 8 acl 8:acl _ +9 employed employ VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl 8:acl _ 10 by by ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 State State PROPN NNP Number=Sing 13 compound 13:compound _ -13 Department Department PROPN NNP Number=Sing 9 obl 9:obl:by _ +13 Department Department PROPN NNP Number=Sing 9 obl:agent 9:obl:agent _ 14 to to PART TO _ 15 mark 15:mark _ 15 further further VERB VB VerbForm=Inf 9 advcl 9:advcl:to _ 16 US US PROPN NNP Number=Sing 17 compound 17:compound _ 17 image image NOUN NN Number=Sing 15 obj 15:obj _ 18 abroad abroad ADV RB _ 17 advmod 17:advmod _ 19 in in ADP IN _ 20 case 20:case _ -20 2004 2004 NUM CD NumType=Card 15 obl 15:obl:in SpaceAfter=No +20 2004 2004 NUM CD NumForm=Digit|NumType=Card 15 obl 15:obl:in SpaceAfter=No 21 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0184 # text = 4- Rank of the United States among countries considered to be the greatest threats to world peace according to a 2003 Pew Global Attitudes study (Israel, Iran, and North Korea were considered more dangerous; Iraq was considered less dangerous). -1 4 4 NUM CD NumType=Card 0 root 0:root SpaceAfter=No -2 - - PUNCT : _ 1 punct 1:punct _ +1 4 4 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No +2 - - PUNCT : _ 3 punct 3:punct _ 3 Rank rank NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 United United PROPN NNP Number=Sing 7 compound 7:compound _ -7 States States PROPN NNP Number=Sing 3 nmod 3:nmod:of _ +6 United United ADJ NNP Degree=Pos 7 amod 7:amod _ +7 States State PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ 8 among among ADP IN _ 9 case 9:case _ 9 countries country NOUN NNS Number=Plur 3 nmod 3:nmod:among _ -10 considered consider VERB VBN Tense=Past|VerbForm=Part 9 acl 9:acl _ +10 considered consider VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 acl 9:acl _ 11 to to PART TO _ 15 mark 15:mark _ 12 be be AUX VB VerbForm=Inf 15 cop 15:cop _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -14 greatest greatest ADJ JJS Degree=Sup 15 amod 15:amod _ +14 greatest great ADJ JJS Degree=Sup 15 amod 15:amod _ 15 threats threat NOUN NNS Number=Plur 10 xcomp 10:xcomp _ 16 to to ADP IN _ 18 case 18:case _ 17 world world NOUN NN Number=Sing 18 compound 18:compound _ 18 peace peace NOUN NN Number=Sing 15 nmod 15:nmod:to _ -19 according accord VERB VBG VerbForm=Ger 26 case 26:case _ +19 according accord VERB VBG ExtPos=ADP|VerbForm=Ger 26 case 26:case _ 20 to to ADP IN _ 19 fixed 19:fixed _ 21 a a DET DT Definite=Ind|PronType=Art 26 det 26:det _ -22 2003 2003 NUM CD NumType=Card 26 amod 26:amod _ +22 2003 2003 NUM CD NumForm=Digit|NumType=Card 26 compound 26:compound _ 23 Pew Pew PROPN NNP Number=Sing 25 compound 25:compound _ -24 Global Global PROPN NNP Number=Sing 25 compound 25:compound _ -25 Attitudes Attitudes PROPN NNPS Number=Plur 26 compound 26:compound _ -26 study study NOUN NN Number=Sing 15 obl 15:obl:accord_to _ +24 Global Global ADJ NNP Degree=Pos 25 amod 25:amod _ +25 Attitudes Attitude PROPN NNPS Number=Plur 26 compound 26:compound _ +26 study study NOUN NN Number=Sing 15 obl 15:obl:according_to _ 27 ( ( PUNCT -LRB- _ 36 punct 36:punct SpaceAfter=No 28 Israel Israel PROPN NNP Number=Sing 36 nsubj:pass 36:nsubj:pass|38:nsubj:xsubj SpaceAfter=No 29 , , PUNCT , _ 30 punct 30:punct _ @@ -139456,11 +139517,11 @@ 32 and and CCONJ CC _ 34 cc 34:cc _ 33 North North PROPN NNP Number=Sing 34 compound 34:compound _ 34 Korea Korea PROPN NNP Number=Sing 28 conj 28:conj:and|36:nsubj:pass|38:nsubj:xsubj _ -35 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 36 aux:pass 36:aux:pass _ +35 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 36 aux:pass 36:aux:pass _ 36 considered consider VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 parataxis 3:parataxis _ -37 more more ADV RBR _ 38 advmod 38:advmod _ +37 more more ADV RBR Degree=Cmp 38 advmod 38:advmod _ 38 dangerous dangerous ADJ JJ Degree=Pos 36 xcomp 36:xcomp SpaceAfter=No -39 ; ; PUNCT , _ 36 punct 36:punct _ +39 ; ; PUNCT , _ 42 punct 42:punct _ 40 Iraq Iraq PROPN NNP Number=Sing 42 nsubj:pass 42:nsubj:pass|44:nsubj:xsubj _ 41 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 42 aux:pass 42:aux:pass _ 42 considered consider VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 36 conj 36:conj _ @@ -139472,202 +139533,202 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0185 # text = $66b - Amount the United States spent on international aid and diplomacy in 1949. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 66 66 NUM CD NumType=Card 1 compound 1:compound SpaceAfter=No -3 b b NUM CD NumType=Card 1 compound 1:compound _ -4 - - PUNCT : _ 1 punct 1:punct _ +2 66 66 NUM CD NumForm=Digit|NumType=Card 3 compound 3:compound SpaceAfter=No +3 b billion NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 United United PROPN NNP Number=Sing 8 compound 8:compound _ -8 States States PROPN NNP Number=Sing 9 nsubj 9:nsubj _ -9 spent spend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 United United ADJ NNP Degree=Pos 8 amod 8:amod _ +8 States State PROPN NNPS Number=Plur 9 nsubj 9:nsubj _ +9 spent spend VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 10 on on ADP IN _ 12 case 12:case _ 11 international international ADJ JJ Degree=Pos 12 amod 12:amod _ 12 aid aid NOUN NN Number=Sing 9 obl 9:obl:on _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 diplomacy diplomacy NOUN NN Number=Sing 12 conj 9:obl:on|12:conj:and _ 15 in in ADP IN _ 16 case 16:case _ -16 1949 1949 NUM CD NumType=Card 9 obl 9:obl:in SpaceAfter=No +16 1949 1949 NUM CD NumForm=Digit|NumType=Card 9 obl 9:obl:in SpaceAfter=No 17 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0186 # text = $23.8b - Amount the United States spent on international aid and diplomacy in 2002. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 23.8 23.8 NUM CD NumType=Card 1 compound 1:compound SpaceAfter=No -3 b b NUM CD NumType=Card 1 compound 1:compound _ -4 - - PUNCT : _ 1 punct 1:punct _ +2 23.8 23.8 NUM CD NumForm=Digit|NumType=Frac 3 compound 3:compound SpaceAfter=No +3 b billion NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 United United PROPN NNP Number=Sing 8 compound 8:compound _ -8 States States PROPN NNP Number=Sing 9 nsubj 9:nsubj _ -9 spent spend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 United United ADJ NNP Degree=Pos 8 amod 8:amod _ +8 States State PROPN NNPS Number=Plur 9 nsubj 9:nsubj _ +9 spent spend VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 10 on on ADP IN _ 12 case 12:case _ 11 international international ADJ JJ Degree=Pos 12 amod 12:amod _ 12 aid aid NOUN NN Number=Sing 9 obl 9:obl:on _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 diplomacy diplomacy NOUN NN Number=Sing 12 conj 9:obl:on|12:conj:and _ 15 in in ADP IN _ 16 case 16:case _ -16 2002 2002 NUM CD NumType=Card 9 obl 9:obl:in SpaceAfter=No +16 2002 2002 NUM CD NumForm=Digit|NumType=Card 9 obl 9:obl:in SpaceAfter=No 17 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0187 # text = 85- Percentage of Indonesians who had an unfavourable image of the United States in 2003. -1 85 85 NUM CD NumType=Card 0 root 0:root SpaceAfter=No -2 - - PUNCT : _ 1 punct 1:punct _ +1 85 85 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|7:nsubj _ 4 of of ADP IN _ 5 case 5:case _ -5 Indonesians Indonesians PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ +5 Indonesians Indonesian PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ 6 who who PRON WP PronType=Rel 7 nsubj 3:ref _ -7 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +7 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 8 an a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 unfavourable unfavourable ADJ JJ Degree=Pos 10 amod 10:amod _ 10 image image NOUN NN Number=Sing 7 obj 7:obj _ 11 of of ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -13 United United PROPN NNP Number=Sing 14 compound 14:compound _ -14 States States PROPN NNP Number=Sing 10 nmod 10:nmod:of _ +13 United United ADJ NNP Degree=Pos 14 amod 14:amod _ +14 States State PROPN NNPS Number=Plur 10 nmod 10:nmod:of _ 15 in in ADP IN _ 16 case 16:case _ -16 2003 2003 NUM CD NumType=Card 7 obl 7:obl:in SpaceAfter=No +16 2003 2003 NUM CD NumForm=Digit|NumType=Card 7 obl 7:obl:in SpaceAfter=No 17 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0188 # text = Second-party endorsements -1 Second second ADJ JJ Degree=Pos|NumType=Ord 3 amod 3:amod SpaceAfter=No -2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No +1 Second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 3 amod 3:amod SpaceAfter=No +2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No 3 party party NOUN NN Number=Sing 4 compound 4:compound _ 4 endorsements endorsement NOUN NNS Number=Plur 0 root 0:root _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0189 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0060 # text = 90 - Percentage of Americans who approved of the way Bush was handling his job as president on 26 September 2001. -1 90 90 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 90 90 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|7:nsubj _ 4 of of ADP IN _ 5 case 5:case _ -5 Americans Americans PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ +5 Americans American PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ 6 who who PRON WP PronType=Rel 7 nsubj 3:ref _ -7 approved approve VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +7 approved approve VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 8 of of ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 way way NOUN NN Number=Sing 7 obl 7:obl:of _ 11 Bush Bush PROPN NNP Number=Sing 13 nsubj 13:nsubj _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 13 handling handle VERB VBG Tense=Pres|VerbForm=Part 10 acl:relcl 10:acl:relcl _ -14 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 job job NOUN NN Number=Sing 13 obj 13:obj _ 16 as as ADP IN _ 17 case 17:case _ 17 president president NOUN NN Number=Sing 15 nmod 15:nmod:as _ 18 on on ADP IN _ 20 case 20:case _ -19 26 26 NUM CD NumType=Card 20 nummod 20:nummod _ +19 26 26 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ 20 September September PROPN NNP Number=Sing 7 obl 7:obl:on _ -21 2001 2001 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No +21 2001 2001 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No 22 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0190 # text = 67 - Percentage of Americans who approved of the way Bush was handling his job as president on 26 September 2002. -1 67 67 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 67 67 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|7:nsubj _ 4 of of ADP IN _ 5 case 5:case _ -5 Americans Americans PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ +5 Americans American PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ 6 who who PRON WP PronType=Rel 7 nsubj 3:ref _ -7 approved approve VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +7 approved approve VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 8 of of ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 way way NOUN NN Number=Sing 7 obl 7:obl:of _ 11 Bush Bush PROPN NNP Number=Sing 13 nsubj 13:nsubj _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 13 handling handle VERB VBG Tense=Pres|VerbForm=Part 10 acl:relcl 10:acl:relcl _ -14 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 job job NOUN NN Number=Sing 13 obj 13:obj _ 16 as as ADP IN _ 17 case 17:case _ 17 president president NOUN NN Number=Sing 15 nmod 15:nmod:as _ 18 on on ADP IN _ 20 case 20:case _ -19 26 26 NUM CD NumType=Card 20 nummod 20:nummod _ +19 26 26 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ 20 September September PROPN NNP Number=Sing 7 obl 7:obl:on _ -21 2002 2002 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No +21 2002 2002 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No 22 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0191 # text = 54 - Percentage of Americans who approved of the way Bush was handling his job as president on 30 September, 2003. -1 54 54 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 54 54 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|7:nsubj _ 4 of of ADP IN _ 5 case 5:case _ -5 Americans Americans PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ +5 Americans American PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ 6 who who PRON WP PronType=Rel 7 nsubj 3:ref _ -7 approved approve VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +7 approved approve VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 8 of of ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 way way NOUN NN Number=Sing 7 obl 7:obl:of _ 11 Bush Bush PROPN NNP Number=Sing 13 nsubj 13:nsubj _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 13 handling handle VERB VBG Tense=Pres|VerbForm=Part 10 acl:relcl 10:acl:relcl _ -14 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 job job NOUN NN Number=Sing 13 obj 13:obj _ 16 as as ADP IN _ 17 case 17:case _ 17 president president NOUN NN Number=Sing 15 nmod 15:nmod:as _ 18 on on ADP IN _ 20 case 20:case _ -19 30 30 NUM CD NumType=Card 20 nummod 20:nummod _ +19 30 30 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ 20 September September PROPN NNP Number=Sing 7 obl 7:obl:on SpaceAfter=No -21 , , PUNCT , _ 20 punct 20:punct _ -22 2003 2003 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No +21 , , PUNCT , _ 22 punct 22:punct _ +22 2003 2003 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No 23 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0192 # text = 50 - Percentage of Americans who approved of the way Bush was handling his job as president on 15 October 2003. -1 50 50 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 50 50 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|7:nsubj _ 4 of of ADP IN _ 5 case 5:case _ -5 Americans Americans PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ +5 Americans American PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ 6 who who PRON WP PronType=Rel 7 nsubj 3:ref _ -7 approved approve VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +7 approved approve VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 8 of of ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 way way NOUN NN Number=Sing 7 obl 7:obl:of _ 11 Bush Bush PROPN NNP Number=Sing 13 nsubj 13:nsubj _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 13 handling handle VERB VBG Tense=Pres|VerbForm=Part 10 acl:relcl 10:acl:relcl _ -14 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 job job NOUN NN Number=Sing 13 obj 13:obj _ 16 as as ADP IN _ 17 case 17:case _ 17 president president NOUN NN Number=Sing 15 nmod 15:nmod:as _ 18 on on ADP IN _ 20 case 20:case _ -19 15 15 NUM CD NumType=Card 20 nummod 20:nummod _ +19 15 15 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ 20 October October PROPN NNP Number=Sing 7 obl 7:obl:on _ -21 2003 2003 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No +21 2003 2003 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No 22 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0193 # text = 49 - Percentage of Americans who approved of the way Bush was handling his job as president in May 2004. -1 49 49 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 49 49 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|7:nsubj _ 4 of of ADP IN _ 5 case 5:case _ -5 Americans Americans PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ +5 Americans American PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ 6 who who PRON WP PronType=Rel 7 nsubj 3:ref _ -7 approved approve VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +7 approved approve VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 8 of of ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 way way NOUN NN Number=Sing 7 obl 7:obl:of _ 11 Bush Bush PROPN NNP Number=Sing 13 nsubj 13:nsubj _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 13 handling handle VERB VBG Tense=Pres|VerbForm=Part 10 acl:relcl 10:acl:relcl _ -14 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 job job NOUN NN Number=Sing 13 obj 13:obj _ 16 as as ADP IN _ 17 case 17:case _ 17 president president NOUN NN Number=Sing 15 nmod 15:nmod:as _ 18 in in ADP IN _ 19 case 19:case _ 19 May May PROPN NNP Number=Sing 7 obl 7:obl:in _ -20 2004 2004 NUM CD NumType=Card 19 nummod 19:nummod SpaceAfter=No +20 2004 2004 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod SpaceAfter=No 21 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0194 # text = More like the French than he would care to admit -1 More more ADV RBR _ 4 advmod 4:advmod _ +1 More more ADV RBR Degree=Cmp 4 advmod 4:advmod _ 2 like like ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 French french ADJ JJ Degree=Pos 0 root 0:root _ +4 French French ADJ JJ Degree=Pos 0 root 0:root _ 5 than than SCONJ IN _ 8 mark 8:mark _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ 7 would would AUX MD VerbForm=Fin 8 aux 8:aux _ @@ -139678,25 +139739,25 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0195 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0061 # text = 28 - Number of vacation days Bush took in August 2003, the second-longest vacation of any president in US history. -1 28 28 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 28 28 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 6 case 6:case _ 5 vacation vacation NOUN NN Number=Sing 6 compound 6:compound _ 6 days day NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 7 Bush Bush PROPN NNP Number=Sing 8 nsubj 8:nsubj _ -8 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +8 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 9 in in ADP IN _ 10 case 10:case _ 10 August August PROPN NNP Number=Sing 8 obl 8:obl:in _ -11 2003 2003 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No -12 , , PUNCT , _ 3 punct 3:punct _ +11 2003 2003 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No +12 , , PUNCT , _ 17 punct 17:punct _ 13 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -14 second second ADV RB _ 16 advmod 16:advmod SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No -16 longest longest ADJ JJS Degree=Sup 17 amod 17:amod _ +14 second second ADV RB NumForm=Word|NumType=Ord 16 advmod 16:advmod SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +16 longest long ADJ JJS Degree=Sup 17 amod 17:amod _ 17 vacation vacation NOUN NN Number=Sing 3 appos 3:appos _ 18 of of ADP IN _ 20 case 20:case _ -19 any any DET DT _ 20 det 20:det _ +19 any any DET DT PronType=Ind 20 det 20:det _ 20 president president NOUN NN Number=Sing 17 nmod 17:nmod:of _ 21 in in ADP IN _ 23 case 23:case _ 22 US US PROPN NNP Number=Sing 23 compound 23:compound _ @@ -139716,8 +139777,8 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0197 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0062 # text = 13 - Number of vacation days the average American receives each Year. -1 13 13 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 13 13 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 6 case 6:case _ 5 vacation vacation NOUN NN Number=Sing 6 compound 6:compound _ @@ -139726,37 +139787,37 @@ 8 average average ADJ JJ Degree=Pos 9 amod 9:amod _ 9 American American PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 10 receives receive VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ -11 each each DET DT _ 12 det 12:det _ +11 each each DET DT PronType=Tot 12 det 12:det _ 12 Year year NOUN NN Number=Sing 10 obl:tmod 10:obl:tmod SpaceAfter=No 13 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0198 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0063 # text = 28 - Number of vacation days Bush took in August 2001, the month he received a 6 August Presidential Daily Briefing headed "Osama bin Laden Determined to Strike US Targets." -1 28 28 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 28 28 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 6 case 6:case _ 5 vacation vacation NOUN NN Number=Sing 6 compound 6:compound _ 6 days day NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 7 Bush Bush PROPN NNP Number=Sing 8 nsubj 8:nsubj _ -8 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +8 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 9 in in ADP IN _ 10 case 10:case _ 10 August August PROPN NNP Number=Sing 8 obl 8:obl:in _ -11 2001 2001 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No -12 , , PUNCT , _ 10 punct 10:punct _ +11 2001 2001 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No +12 , , PUNCT , _ 14 punct 14:punct _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 month month NOUN NN Number=Sing 10 appos 10:appos _ 15 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -16 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ +16 received receive VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ 17 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ -18 6 6 NUM CD NumType=Card 19 nummod 19:nummod _ +18 6 6 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod _ 19 August August PROPN NNP Number=Sing 22 compound 22:compound _ 20 Presidential presidential ADJ JJ Degree=Pos 22 amod 22:amod _ 21 Daily daily ADJ JJ Degree=Pos 22 amod 22:amod _ 22 Briefing briefing NOUN NN Number=Sing 16 obj 16:obj _ -23 headed head VERB VBN Tense=Past|VerbForm=Part 22 acl 22:acl _ -24 " " PUNCT `` _ 23 punct 23:punct SpaceAfter=No +23 headed head VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 acl 22:acl _ +24 " " PUNCT `` _ 25 punct 25:punct SpaceAfter=No 25 Osama Osama PROPN NNP Number=Sing 23 obj 23:obj|28:nsubj:xsubj|30:nsubj:xsubj _ 26 bin bin PROPN NNP Number=Sing 25 flat 25:flat _ 27 Laden Laden PROPN NNP Number=Sing 25 flat 25:flat _ @@ -139765,45 +139826,46 @@ 30 Strike strike VERB VB VerbForm=Inf 28 xcomp 28:xcomp _ 31 US US PROPN NNP Number=Sing 32 compound 32:compound _ 32 Targets target NOUN NNS Number=Plur 30 obj 30:obj SpaceAfter=No -33 . . PUNCT . _ 1 punct 1:punct SpaceAfter=No -34 " " PUNCT '' _ 1 punct 1:punct _ +33 . . PUNCT . _ 28 punct 28:punct SpaceAfter=No +34 " " PUNCT '' _ 28 punct 28:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0199 # text = 500 - Number of days Bush has spent all or part of his time away from the White House at his ranch in Crawford, Texas, his parents' retreat in Kennebunkport, Maine, or Camp David as of 1 April 2004. -1 500 500 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 500 500 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 days day NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 6 Bush Bush PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 7 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 spent spend VERB VBN Tense=Past|VerbForm=Part 5 acl:relcl 5:acl:relcl _ -9 all all DET DT _ 8 obj 8:obj _ +9 all all DET DT PronType=Tot 8 obj 8:obj _ 10 or or CCONJ CC _ 11 cc 11:cc _ 11 part part NOUN NN Number=Sing 9 conj 8:obj|9:conj:or _ 12 of of ADP IN _ 14 case 14:case _ -13 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 time time NOUN NN Number=Sing 9 nmod 9:nmod:of _ 15 away away ADV RB _ 8 advmod 8:advmod _ 16 from from ADP IN _ 19 case 19:case _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -18 White White PROPN NNP Number=Sing 19 compound 19:compound _ +18 White White ADJ NNP Degree=Pos 19 amod 19:amod _ 19 House House PROPN NNP Number=Sing 15 obl 15:obl:from _ 20 at at ADP IN _ 22 case 22:case _ -21 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 ranch ranch NOUN NN Number=Sing 8 obl 8:obl:at _ 23 in in ADP IN _ 24 case 24:case _ 24 Crawford Crawford PROPN NNP Number=Sing 22 nmod 22:nmod:in SpaceAfter=No -25 , , PUNCT , _ 24 punct 24:punct _ +25 , , PUNCT , _ 26 punct 26:punct _ 26 Texas Texas PROPN NNP Number=Sing 24 appos 24:appos SpaceAfter=No 27 , , PUNCT , _ 31 punct 31:punct _ -28 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ -29 parents parent NOUN NNS Number=Plur 31 nmod:poss 31:nmod:poss SpaceAfter=No +28 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +29-30 parents' _ _ _ _ _ _ _ _ +29 parents parent NOUN NNS Number=Plur 31 nmod:poss 31:nmod:poss _ 30 ' 's PART POS _ 29 case 29:case _ 31 retreat retreat NOUN NN Number=Sing 22 conj 8:obl:at|22:conj:or _ 32 in in ADP IN _ 33 case 33:case _ 33 Kennebunkport Kennebunkport PROPN NNP Number=Sing 31 nmod 31:nmod:in SpaceAfter=No -34 , , PUNCT , _ 33 punct 33:punct _ +34 , , PUNCT , _ 35 punct 35:punct _ 35 Maine Maine PROPN NNP Number=Sing 33 appos 33:appos SpaceAfter=No 36 , , PUNCT , _ 39 punct 39:punct _ 37 or or CCONJ CC _ 39 cc 39:cc _ @@ -139811,16 +139873,16 @@ 39 David David PROPN NNP Number=Sing 22 conj 8:obl:at|22:conj:or _ 40 as as ADP IN _ 43 case 43:case _ 41 of of ADP IN _ 40 fixed 40:fixed _ -42 1 1 NUM CD NumType=Card 43 nummod 43:nummod _ +42 1 1 NUM CD NumForm=Digit|NumType=Card 43 nummod 43:nummod _ 43 April April PROPN NNP Number=Sing 8 obl 8:obl:as_of _ -44 2004 2004 NUM CD NumType=Card 43 nummod 43:nummod SpaceAfter=No +44 2004 2004 NUM CD NumForm=Digit|NumType=Card 43 nummod 43:nummod SpaceAfter=No 45 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0200 # text = No fool when it comes to the press -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 fool fool NOUN NN Number=Sing 0 root 0:root _ -3 when when SCONJ WRB PronType=Int 5 mark 5:mark _ +3 when when ADV WRB PronType=Int 5 advmod 5:advmod _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 5 comes come VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:when _ 6 to to ADP IN _ 8 case 8:case _ @@ -139830,30 +139892,30 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0201 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0064 # text = 11 - Number of press conferences during his first three years in office in which Bush referred to questions as being "trick" ones. -1 11 11 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 11 11 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 6 case 6:case _ 5 press press NOUN NN Number=Sing 6 compound 6:compound _ 6 conferences conference NOUN NNS Number=Plur 3 nmod 3:nmod:of|17:obl:of _ 7 during during ADP IN _ 11 case 11:case _ -8 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ -9 first first ADJ JJ Degree=Pos|NumType=Ord 11 amod 11:amod _ -10 three three NUM CD NumType=Card 11 nummod 11:nummod _ +8 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 11 amod 11:amod _ +10 three three NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 11 years year NOUN NNS Number=Plur 6 nmod 6:nmod:during _ 12 in in ADP IN _ 13 case 13:case _ 13 office office NOUN NN Number=Sing 11 nmod 11:nmod:in _ 14 in in ADP IN _ 15 case 15:case _ 15 which which PRON WDT PronType=Rel 17 obl 6:ref _ 16 Bush Bush PROPN NNP Number=Sing 17 nsubj 17:nsubj _ -17 referred refer VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +17 referred refer VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 18 to to ADP IN _ 19 case 19:case _ 19 questions question NOUN NNS Number=Plur 17 obl 17:obl:to _ 20 as as SCONJ IN _ 25 mark 25:mark _ 21 being be AUX VBG VerbForm=Ger 25 cop 25:cop _ -22 " " PUNCT `` _ 25 punct 25:punct SpaceAfter=No +22 " " PUNCT `` _ 23 punct 23:punct SpaceAfter=No 23 trick trick NOUN NN Number=Sing 25 compound 25:compound SpaceAfter=No -24 " " PUNCT '' _ 25 punct 25:punct _ +24 " " PUNCT '' _ 23 punct 23:punct _ 25 ones one NOUN NNS Number=Plur 17 advcl 17:advcl:as SpaceAfter=No 26 . . PUNCT . _ 1 punct 1:punct _ @@ -139861,19 +139923,19 @@ # text = Factors in his favor 1 Factors factor NOUN NNS Number=Plur 0 root 0:root _ 2 in in ADP IN _ 4 case 4:case _ -3 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 favor favor NOUN NN Number=Sing 1 nmod 1:nmod:in _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0203 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0065 # text = 3 - Number of companies that control the US voting technology market. -1 3 3 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 3 3 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 companies company NOUN NNS Number=Plur 3 nmod 3:nmod:of|7:nsubj _ 6 that that PRON WDT PronType=Rel 7 nsubj 5:ref _ -7 control control VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 control control VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 9 US US PROPN NNP Number=Sing 12 compound 12:compound _ 10 voting voting NOUN NN Number=Sing 11 compound 11:compound _ @@ -139884,43 +139946,43 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0204 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0066 # text = 52 - Percentage of votes cast during the 2002 midterm elections that were recorded by Election Systems & Software, the largest voting-technology firm, a big Republican donor. -1 52 52 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 52 52 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|14:nsubj:pass _ 4 of of ADP IN _ 5 case 5:case _ 5 votes vote NOUN NNS Number=Plur 3 nmod 3:nmod:of _ -6 cast cast VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +6 cast cast VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 7 during during ADP IN _ 11 case 11:case _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -9 2002 2002 NUM CD NumType=Card 11 amod 11:amod _ +9 2002 2002 NUM CD NumForm=Digit|NumType=Card 11 compound 11:compound _ 10 midterm midterm NOUN NN Number=Sing 11 compound 11:compound _ 11 elections election NOUN NNS Number=Plur 6 obl 6:obl:during _ 12 that that PRON WDT PronType=Rel 14 nsubj:pass 3:ref _ -13 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 aux:pass 14:aux:pass _ +13 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 14 aux:pass 14:aux:pass _ 14 recorded record VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl:relcl 3:acl:relcl _ 15 by by ADP IN _ 17 case 17:case _ 16 Election Election PROPN NNP Number=Sing 17 compound 17:compound _ -17 Systems Systems PROPN NNPS Number=Plur 14 obl 14:obl:by _ +17 Systems System PROPN NNPS Number=Plur 14 obl:agent 14:obl:agent _ 18 & & CCONJ CC _ 19 cc 19:cc _ -19 Software Software PROPN NNP Number=Sing 17 conj 14:obl:by|17:conj SpaceAfter=No -20 , , PUNCT , _ 17 punct 17:punct _ +19 Software Software PROPN NNP Number=Sing 17 conj 14:obl:agent|17:conj SpaceAfter=No +20 , , PUNCT , _ 26 punct 26:punct _ 21 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -22 largest largest ADJ JJS Degree=Sup 26 amod 26:amod _ +22 largest large ADJ JJS Degree=Sup 26 amod 26:amod _ 23 voting voting NOUN NN Number=Sing 25 compound 25:compound SpaceAfter=No -24 - - PUNCT HYPH _ 25 punct 25:punct SpaceAfter=No +24 - - PUNCT HYPH _ 23 punct 23:punct SpaceAfter=No 25 technology technology NOUN NN Number=Sing 26 compound 26:compound _ 26 firm firm NOUN NN Number=Sing 17 appos 17:appos SpaceAfter=No -27 , , PUNCT , _ 17 punct 17:punct _ +27 , , PUNCT , _ 31 punct 31:punct _ 28 a a DET DT Definite=Ind|PronType=Art 31 det 31:det _ 29 big big ADJ JJ Degree=Pos 31 amod 31:amod _ -30 Republican republican ADJ JJ Degree=Pos 31 amod 31:amod _ +30 Republican Republican ADJ JJ Degree=Pos 31 amod 31:amod _ 31 donor donor NOUN NN Number=Sing 17 appos 17:appos SpaceAfter=No 32 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0205 # text = 29 - Percentage of votes that will be cast via computer voting machines that don't produce a paper record. -1 29 29 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 29 29 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|9:nsubj:pass _ 4 of of ADP IN _ 5 case 5:case _ 5 votes vote NOUN NNS Number=Plur 3 nmod 3:nmod:of _ @@ -139934,7 +139996,7 @@ 13 machines machine NOUN NNS Number=Plur 9 obl 9:obl:via|17:nsubj _ 14 that that PRON WDT PronType=Rel 17 nsubj 13:ref _ 15-16 don't _ _ _ _ _ _ _ _ -15 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +15 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 16 n't not PART RB _ 17 advmod 17:advmod _ 17 produce produce VERB VB VerbForm=Inf 13 acl:relcl 13:acl:relcl _ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ @@ -139944,16 +140006,16 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0206 # text = 17 - On 17 November 2001, The Economist printed a correction for having said George Bush was properly elected in 2000. -1 17 17 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 17 17 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 10 punct 10:punct _ 3 On on ADP IN _ 5 case 5:case _ -4 17 17 NUM CD NumType=Card 5 nummod 5:nummod _ +4 17 17 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 November November PROPN NNP Number=Sing 10 obl 10:obl:on _ -6 2001 2001 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +6 2001 2001 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +7 , , PUNCT , _ 5 punct 5:punct _ 8 The the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 Economist Economist PROPN NNP Number=Sing 10 nsubj 10:nsubj _ -10 printed print VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ +10 printed print VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 correction correction NOUN NN Number=Sing 10 obj 10:obj _ 13 for for SCONJ IN _ 15 mark 15:mark _ @@ -139965,29 +140027,29 @@ 19 properly properly ADV RB _ 20 advmod 20:advmod _ 20 elected elect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 ccomp 15:ccomp _ 21 in in ADP IN _ 22 case 22:case _ -22 2000 2000 NUM CD NumType=Card 20 obl 20:obl:in SpaceAfter=No +22 2000 2000 NUM CD NumForm=Digit|NumType=Card 20 obl 20:obl:in SpaceAfter=No 23 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0207 # text = $113m- Amount raised by the Bush-Cheney 2000 campaign, the most in American electoral history. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 113 113 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 m m NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -4 - - PUNCT : _ 1 punct 1:punct _ +2 113 113 NUM CD NumForm=Digit|NumType=Card 3 compound 3:compound SpaceAfter=No +3 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod SpaceAfter=No +4 - - PUNCT : _ 5 punct 5:punct _ 5 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ -6 raised raise VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +6 raised raise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 7 by by ADP IN _ 13 case 13:case _ 8 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 9 Bush Bush PROPN NNP Number=Sing 11 compound 11:compound SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 11 Cheney Cheney PROPN NNP Number=Sing 13 compound 13:compound _ -12 2000 2000 NUM CD NumType=Card 11 nummod 11:nummod _ -13 campaign campaign NOUN NN Number=Sing 6 obl 6:obl:by SpaceAfter=No -14 , , PUNCT , _ 5 punct 5:punct _ +12 2000 2000 NUM CD NumForm=Digit|NumType=Card 11 flat 11:flat _ +13 campaign campaign NOUN NN Number=Sing 6 obl:agent 6:obl:agent SpaceAfter=No +14 , , PUNCT , _ 16 punct 16:punct _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 most most ADJ JJS Degree=Sup 5 appos 5:appos _ 17 in in ADP IN _ 20 case 20:case _ -18 American american ADJ JJ Degree=Pos 20 amod 20:amod _ +18 American American ADJ JJ Degree=Pos 20 amod 20:amod _ 19 electoral electoral ADJ JJ Degree=Pos 20 amod 20:amod _ 20 history history NOUN NN Number=Sing 16 obl 16:obl:in SpaceAfter=No 21 . . PUNCT . _ 1 punct 1:punct _ @@ -139995,63 +140057,63 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0208 # text = $185m - Amount raised by the Bush-Cheney 2004 re-election campaign, to the end of March 2004. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 185 185 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 m m NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ +2 185 185 NUM CD NumForm=Digit|NumType=Card 3 compound 3:compound SpaceAfter=No +3 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 5 punct 5:punct _ 5 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ -6 raised raise VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +6 raised raise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 7 by by ADP IN _ 14 case 14:case _ 8 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 9 Bush Bush PROPN NNP Number=Sing 11 compound 11:compound SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 11 Cheney Cheney PROPN NNP Number=Sing 14 compound 14:compound _ -12 2004 2004 NUM CD NumType=Card 14 amod 14:amod _ +12 2004 2004 NUM CD NumForm=Digit|NumType=Card 11 flat 11:flat _ 13 re-election re-election NOUN NN Number=Sing 14 compound 14:compound _ -14 campaign campaign NOUN NN Number=Sing 6 obl 6:obl:by SpaceAfter=No -15 , , PUNCT , _ 6 punct 6:punct _ +14 campaign campaign NOUN NN Number=Sing 6 obl:agent 6:obl:agent SpaceAfter=No +15 , , PUNCT , _ 18 punct 18:punct _ 16 to to ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 end end NOUN NN Number=Sing 6 obl 6:obl:to _ 19 of of ADP IN _ 20 case 20:case _ 20 March March PROPN NNP Number=Sing 18 nmod 18:nmod:of _ -21 2004 2004 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No +21 2004 2004 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No 22 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0209 # text = $200m - Amount that the Bush-Cheney 2004 campaign expects to raise by November 2004. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 200 200 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 m m NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ -5 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ -6 that that PRON WDT PronType=Dem 15 obj 15:obj _ +2 200 200 NUM CD NumForm=Digit|NumType=Card 3 compound 3:compound SpaceAfter=No +3 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 5 punct 5:punct _ +5 Amount amount NOUN NN Number=Sing 1 appos 1:appos|15:obj _ +6 that that PRON WDT PronType=Rel 15 obj 5:ref _ 7 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 8 Bush Bush PROPN NNP Number=Sing 10 compound 10:compound SpaceAfter=No -9 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +9 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No 10 Cheney Cheney PROPN NNP Number=Sing 12 compound 12:compound _ -11 2004 2004 NUM CD NumType=Card 12 compound 12:compound _ +11 2004 2004 NUM CD NumForm=Digit|NumType=Card 10 flat 10:flat _ 12 campaign campaign NOUN NN Number=Sing 13 nsubj 13:nsubj|15:nsubj:xsubj _ 13 expects expect VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 14 to to PART TO _ 15 mark 15:mark _ 15 raise raise VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 16 by by ADP IN _ 17 case 17:case _ 17 November November PROPN NNP Number=Sing 15 obl 15:obl:by _ -18 2004 2004 NUM CD NumType=Card 17 nummod 17:nummod SpaceAfter=No +18 2004 2004 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod SpaceAfter=No 19 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0210 # text = 268 Number of Bush-Cheney fund-raisers who had earned Pioneer status (by raising $100,000 each) as of March 2004. -1 268 268 NUM CD NumType=Card 0 root 0:root _ +1 268 268 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ 2 Number number NOUN NN Number=Sing 1 appos 1:appos _ 3 of of ADP IN _ 9 case 9:case _ 4 Bush Bush PROPN NNP Number=Sing 6 compound 6:compound SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 6 Cheney Cheney PROPN NNP Number=Sing 9 compound 9:compound _ 7 fund fund NOUN NN Number=Sing 9 compound 9:compound SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 raisers raiser NOUN NNS Number=Plur 2 nmod 2:nmod:of|12:nsubj _ 10 who who PRON WP PronType=Rel 12 nsubj 9:ref _ -11 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 aux 12:aux _ +11 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 12 aux 12:aux _ 12 earned earn VERB VBN Tense=Past|VerbForm=Part 9 acl:relcl 9:acl:relcl _ 13 Pioneer pioneer NOUN NN Number=Sing 14 compound 14:compound _ 14 status status NOUN NN Number=Sing 12 obj 12:obj _ @@ -140059,29 +140121,29 @@ 16 by by SCONJ IN _ 17 mark 17:mark _ 17 raising raise VERB VBG VerbForm=Ger 12 advcl 12:advcl:by _ 18 $ $ SYM $ _ 17 obj 17:obj SpaceAfter=No -19 100,000 100,000 NUM CD NumType=Card 18 nummod 18:nummod _ -20 each each DET DT _ 17 obl:npmod 17:obl:npmod SpaceAfter=No +19 100,000 100000 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ +20 each each DET DT PronType=Tot 17 obl:npmod 17:obl:npmod SpaceAfter=No 21 ) ) PUNCT -RRB- _ 17 punct 17:punct _ 22 as as ADP IN _ 24 case 24:case _ 23 of of ADP IN _ 22 fixed 22:fixed _ 24 March March PROPN NNP Number=Sing 12 obl 12:obl:as_of _ -25 2004 2004 NUM CD NumType=Card 24 nummod 24:nummod SpaceAfter=No +25 2004 2004 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod SpaceAfter=No 26 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0211 # text = 187 - Number of Bush-Cheney fund-raisers who had earned Ranger status (by raising $200,000 each) as of March 2004. -1 187 187 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 187 187 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 10 case 10:case _ 5 Bush Bush PROPN NNP Number=Sing 7 compound 7:compound SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 Cheney Cheney PROPN NNP Number=Sing 10 compound 10:compound _ 8 fund fund NOUN NN Number=Sing 10 compound 10:compound SpaceAfter=No -9 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +9 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No 10 raisers raiser NOUN NNS Number=Plur 3 nmod 3:nmod:of|13:nsubj _ 11 who who PRON WP PronType=Rel 13 nsubj 10:ref _ -12 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 aux 13:aux _ +12 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 13 earned earn VERB VBN Tense=Past|VerbForm=Part 10 acl:relcl 10:acl:relcl _ 14 Ranger ranger NOUN NN Number=Sing 15 compound 15:compound _ 15 status status NOUN NN Number=Sing 13 obj 13:obj _ @@ -140089,45 +140151,45 @@ 17 by by SCONJ IN _ 18 mark 18:mark _ 18 raising raise VERB VBG VerbForm=Ger 13 advcl 13:advcl:by _ 19 $ $ SYM $ _ 18 obj 18:obj SpaceAfter=No -20 200,000 200,000 NUM CD NumType=Card 19 nummod 19:nummod _ -21 each each DET DT _ 18 obl:npmod 18:obl:npmod SpaceAfter=No +20 200,000 200000 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod _ +21 each each DET DT PronType=Tot 18 obl:npmod 18:obl:npmod SpaceAfter=No 22 ) ) PUNCT -RRB- _ 18 punct 18:punct _ 23 as as ADP IN _ 25 case 25:case _ 24 of of ADP IN _ 23 fixed 23:fixed _ 25 March March PROPN NNP Number=Sing 13 obl 13:obl:as_of _ -26 2004 2004 NUM CD NumType=Card 25 nummod 25:nummod SpaceAfter=No +26 2004 2004 NUM CD NumForm=Digit|NumType=Card 25 nummod 25:nummod SpaceAfter=No 27 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0212 # text = $64.2m - The Amount Pioneers and Rangers had raised for Bush-Cheney as of March 2004. 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 64.2 64.2 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No -3 m m NUM CD NumType=Card 1 nummod 1:nummod _ -4 - - PUNCT : _ 1 punct 1:punct _ +2 64.2 64.2 NUM CD NumForm=Digit|NumType=Frac 3 compound 3:compound SpaceAfter=No +3 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 1 nummod 1:nummod _ +4 - - PUNCT : _ 6 punct 6:punct _ 5 The the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 Amount amount NOUN NN Number=Sing 1 appos 1:appos _ 7 Pioneers pioneer NOUN NNS Number=Plur 11 nsubj 11:nsubj _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 Rangers ranger NOUN NNS Number=Plur 7 conj 7:conj:and|11:nsubj _ -10 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 aux 11:aux _ +10 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 aux 11:aux _ 11 raised raise VERB VBN Tense=Past|VerbForm=Part 6 acl:relcl 6:acl:relcl _ 12 for for ADP IN _ 15 case 15:case _ 13 Bush Bush PROPN NNP Number=Sing 15 compound 15:compound SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 Cheney Cheney PROPN NNP Number=Sing 11 obl 11:obl:for _ 16 as as ADP IN _ 18 case 18:case _ 17 of of ADP IN _ 16 fixed 16:fixed _ 18 March March PROPN NNP Number=Sing 11 obl 11:obl:as_of _ -19 2004 2004 NUM CD NumType=Card 18 nummod 18:nummod SpaceAfter=No +19 2004 2004 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod SpaceAfter=No 20 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0213 # text = 85 - Percentage of Americans who can't Name the Chief Justice of the United States. -1 85 85 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 85 85 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|9:nsubj _ 4 of of ADP IN _ 5 case 5:case _ -5 Americans Americans PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ +5 Americans American PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ 6 who who PRON WP PronType=Rel 9 nsubj 3:ref _ 7-8 can't _ _ _ _ _ _ _ _ 7 ca can AUX MD VerbForm=Fin 9 aux 9:aux _ @@ -140138,28 +140200,28 @@ 12 Justice Justice PROPN NNP Number=Sing 9 obj 9:obj _ 13 of of ADP IN _ 16 case 16:case _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -15 United United PROPN NNP Number=Sing 16 compound 16:compound _ -16 States States PROPN NNP Number=Sing 12 nmod 12:nmod:of SpaceAfter=No +15 United United ADJ NNP Degree=Pos 16 amod 16:amod _ +16 States State PROPN NNPS Number=Plur 12 nmod 12:nmod:of SpaceAfter=No 17 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0214 # text = 69 - Percentage of Americans who believed the White House's claims in September 2003 that Saddam Hussein was personally involved in the 11 September attacks. -1 69 69 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 69 69 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|7:nsubj _ 4 of of ADP IN _ 5 case 5:case _ -5 Americans Americans PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ +5 Americans American PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ 6 who who PRON WP PronType=Rel 7 nsubj 3:ref _ -7 believed believe VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +7 believed believe VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -9 White White PROPN NNP Number=Sing 10 compound 10:compound _ +9 White White ADJ NNP Degree=Pos 10 amod 10:amod _ 10-11 House's _ _ _ _ _ _ _ _ 10 House House PROPN NNP Number=Sing 12 nmod:poss 12:nmod:poss _ 11 's 's PART POS _ 10 case 10:case _ 12 claims claim NOUN NNS Number=Plur 7 obj 7:obj _ 13 in in ADP IN _ 14 case 14:case _ 14 September September PROPN NNP Number=Sing 12 nmod 12:nmod:in _ -15 2003 2003 NUM CD NumType=Card 14 nummod 14:nummod _ +15 2003 2003 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 16 that that SCONJ IN _ 21 mark 21:mark _ 17 Saddam Saddam PROPN NNP Number=Sing 21 nsubj 21:nsubj _ 18 Hussein Hussein PROPN NNP Number=Sing 17 flat 17:flat _ @@ -140168,23 +140230,23 @@ 21 involved involved ADJ JJ Degree=Pos 12 acl 12:acl:that _ 22 in in ADP IN _ 26 case 26:case _ 23 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -24 11 11 NUM CD NumType=Card 25 nummod 25:nummod _ +24 11 11 NUM CD NumForm=Digit|NumType=Card 25 nummod 25:nummod _ 25 September September PROPN NNP Number=Sing 26 compound 26:compound _ 26 attacks attack NOUN NNS Number=Plur 21 obl 21:obl:in SpaceAfter=No 27 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0215 # text = 34 - Percentage of Americans who believed in June 2003 that Saddam's "weapons of mass destruction" had been found. -1 34 34 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 34 34 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|7:nsubj _ 4 of of ADP IN _ 5 case 5:case _ -5 Americans Americans PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ +5 Americans American PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ 6 who who PRON WP PronType=Rel 7 nsubj 3:ref _ -7 believed believe VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +7 believed believe VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 8 in in ADP IN _ 9 case 9:case _ 9 June June PROPN NNP Number=Sing 7 obl 7:obl:in _ -10 2003 2003 NUM CD NumType=Card 9 nummod 9:nummod _ +10 2003 2003 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 11 that that SCONJ IN _ 22 mark 22:mark _ 12-13 Saddam's _ _ _ _ _ _ _ _ 12 Saddam Saddam PROPN NNP Number=Sing 15 nmod:poss 15:nmod:poss _ @@ -140194,29 +140256,29 @@ 16 of of ADP IN _ 18 case 18:case _ 17 mass mass ADJ JJ Degree=Pos 18 amod 18:amod _ 18 destruction destruction NOUN NN Number=Sing 15 nmod 15:nmod:of SpaceAfter=No -19 " " PUNCT '' _ 22 punct 22:punct _ -20 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 aux 22:aux _ +19 " " PUNCT '' _ 15 punct 15:punct _ +20 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 22 aux 22:aux _ 21 been be AUX VBN Tense=Past|VerbForm=Part 22 aux:pass 22:aux:pass _ 22 found find VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 ccomp 7:ccomp SpaceAfter=No 23 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0216 # text = 22- Percentage of Americans who believed in May 2003 that Saddam had used his WMDs on US forces. -1 22 22 NUM CD NumType=Card 0 root 0:root SpaceAfter=No -2 - - PUNCT : _ 1 punct 1:punct _ +1 22 22 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|7:nsubj _ 4 of of ADP IN _ 5 case 5:case _ -5 Americans Americans PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ +5 Americans American PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ 6 who who PRON WP PronType=Rel 7 nsubj 3:ref _ -7 believed believe VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +7 believed believe VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 8 in in ADP IN _ 9 case 9:case _ 9 May May PROPN NNP Number=Sing 7 obl 7:obl:in _ -10 2003 2003 NUM CD NumType=Card 9 nummod 9:nummod _ +10 2003 2003 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 11 that that SCONJ IN _ 14 mark 14:mark _ 12 Saddam Saddam PROPN NNP Number=Sing 14 nsubj 14:nsubj _ -13 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 aux 14:aux _ +13 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 aux 14:aux _ 14 used use VERB VBN Tense=Past|VerbForm=Part 7 ccomp 7:ccomp _ -15 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 WMDs wmd NOUN NNS Number=Plur 14 obj 14:obj _ 17 on on ADP IN _ 19 case 19:case _ 18 US US PROPN NNP Number=Sing 19 compound 19:compound _ @@ -140225,11 +140287,11 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0217 # text = 85 - Percentage of American young adults who cannot find Afghanistan, Iraq, or Israel on a map. -1 85 85 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 85 85 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|11:nsubj _ 4 of of ADP IN _ 7 case 7:case _ -5 American american ADJ JJ Degree=Pos 7 amod 7:amod _ +5 American American ADJ JJ Degree=Pos 7 amod 7:amod _ 6 young young ADJ JJ Degree=Pos 7 amod 7:amod _ 7 adults adult NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 8 who who PRON WP PronType=Rel 11 nsubj 3:ref _ @@ -140250,11 +140312,11 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0218 # text = 30 - Percentage of American young adults who cannot find the Pacific Ocean on a map. -1 30 30 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 30 30 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|11:nsubj _ 4 of of ADP IN _ 7 case 7:case _ -5 American american ADJ JJ Degree=Pos 7 amod 7:amod _ +5 American American ADJ JJ Degree=Pos 7 amod 7:amod _ 6 young young ADJ JJ Degree=Pos 7 amod 7:amod _ 7 adults adult NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 8 who who PRON WP PronType=Rel 11 nsubj 3:ref _ @@ -140272,55 +140334,55 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0219 # text = 75 - Percentage of American young adults who don't know the population of the United States. -1 75 75 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 75 75 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|11:nsubj _ 4 of of ADP IN _ 7 case 7:case _ -5 American american ADJ JJ Degree=Pos 7 amod 7:amod _ +5 American American ADJ JJ Degree=Pos 7 amod 7:amod _ 6 young young ADJ JJ Degree=Pos 7 amod 7:amod _ 7 adults adult NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 8 who who PRON WP PronType=Rel 11 nsubj 3:ref _ 9-10 don't _ _ _ _ _ _ _ _ -9 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 n't not PART RB _ 11 advmod 11:advmod _ 11 know know VERB VB VerbForm=Inf 3 acl:relcl 3:acl:relcl _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 population population NOUN NN Number=Sing 11 obj 11:obj _ 14 of of ADP IN _ 17 case 17:case _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -16 United United PROPN NNP Number=Sing 17 compound 17:compound _ -17 States States PROPN NNP Number=Sing 13 nmod 13:nmod:of SpaceAfter=No +16 United United ADJ NNP Degree=Pos 17 amod 17:amod _ +17 States State PROPN NNPS Number=Plur 13 nmod 13:nmod:of SpaceAfter=No 18 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0220 # text = 53 - Percentage of Canadian young adults who don't know the population of the United States. -1 53 53 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 53 53 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|11:nsubj _ 4 of of ADP IN _ 7 case 7:case _ -5 Canadian canadian ADJ JJ Degree=Pos 7 amod 7:amod _ +5 Canadian Canadian ADJ JJ Degree=Pos 7 amod 7:amod _ 6 young young ADJ JJ Degree=Pos 7 amod 7:amod _ 7 adults adult NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 8 who who PRON WP PronType=Rel 11 nsubj 3:ref _ 9-10 don't _ _ _ _ _ _ _ _ -9 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 n't not PART RB _ 11 advmod 11:advmod _ 11 know know VERB VB VerbForm=Inf 3 acl:relcl 3:acl:relcl _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 population population NOUN NN Number=Sing 11 obj 11:obj _ 14 of of ADP IN _ 17 case 17:case _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -16 United United PROPN NNP Number=Sing 17 compound 17:compound _ -17 States States PROPN NNP Number=Sing 13 nmod 13:nmod:of SpaceAfter=No +16 United United ADJ NNP Degree=Pos 17 amod 17:amod _ +17 States State PROPN NNPS Number=Plur 13 nmod 13:nmod:of SpaceAfter=No 18 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0221 # text = 11 - Percentage of American young adults who cannot find the United States on a map. -1 11 11 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 11 11 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|11:nsubj _ 4 of of ADP IN _ 7 case 7:case _ -5 American american ADJ JJ Degree=Pos 7 amod 7:amod _ +5 American American ADJ JJ Degree=Pos 7 amod 7:amod _ 6 young young ADJ JJ Degree=Pos 7 amod 7:amod _ 7 adults adult NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 8 who who PRON WP PronType=Rel 11 nsubj 3:ref _ @@ -140329,8 +140391,8 @@ 10 not not PART RB _ 11 advmod 11:advmod _ 11 find find VERB VB VerbForm=Inf 3 acl:relcl 3:acl:relcl _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -13 United United PROPN NNP Number=Sing 14 compound 14:compound _ -14 States States PROPN NNP Number=Sing 11 obj 11:obj _ +13 United United ADJ NNP Degree=Pos 14 amod 14:amod _ +14 States State PROPN NNPS Number=Plur 11 obj 11:obj _ 15 on on ADP IN _ 17 case 17:case _ 16 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 17 map map NOUN NN Number=Sing 11 obl 11:obl:on SpaceAfter=No @@ -140338,60 +140400,60 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0222 # text = 30 - Percentage of Americans who believe that "politics and government are too complicated to understand." -1 30 30 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 30 30 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|7:nsubj _ 4 of of ADP IN _ 5 case 5:case _ -5 Americans Americans PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ +5 Americans American PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ 6 who who PRON WP PronType=Rel 7 nsubj 3:ref _ -7 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +7 believe believe VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 8 that that SCONJ IN _ 15 mark 15:mark _ 9 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No 10 politics politics NOUN NNS Number=Plur 15 nsubj 15:nsubj _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 government government NOUN NN Number=Sing 10 conj 10:conj:and|15:nsubj _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 14 too too ADV RB _ 15 advmod 15:advmod _ 15 complicated complicated ADJ JJ Degree=Pos 7 ccomp 7:ccomp _ 16 to to PART TO _ 17 mark 17:mark _ 17 understand understand VERB VB VerbForm=Inf 15 advcl 15:advcl:to SpaceAfter=No -18 . . PUNCT . _ 1 punct 1:punct SpaceAfter=No -19 " " PUNCT '' _ 1 punct 1:punct _ +18 . . PUNCT . _ 15 punct 15:punct SpaceAfter=No +19 " " PUNCT '' _ 15 punct 15:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0223 # text = Another factor in his favor -1 Another another DET DT _ 2 det 2:det _ +1 Another another DET DT PronType=Ind 2 det 2:det _ 2 factor factor NOUN NN Number=Sing 0 root 0:root _ 3 in in ADP IN _ 5 case 5:case _ -4 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 favor favor NOUN NN Number=Sing 2 nmod 2:nmod:in _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0224 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0067 # text = 70m - Estimated number of Americans who describe themselves as Evangelicals who accept Jesus Christ as their personal saviour and who interpret the Bible as the direct word of God. -1 70 70 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -2 m m NUM CD NumType=Card 0 root 0:root _ -3 - - PUNCT : _ 2 punct 2:punct _ -4 Estimated estimate VERB VBN Tense=Past|VerbForm=Part 5 amod 5:amod _ +1 70 70 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No +2 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 0 root 0:root _ +3 - - PUNCT : _ 5 punct 5:punct _ +4 Estimated estimate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 amod 5:amod _ 5 number number NOUN NN Number=Sing 2 appos 2:appos _ 6 of of ADP IN _ 7 case 7:case _ -7 Americans Americans PROPN NNPS Number=Plur 5 nmod 5:nmod:of|9:nsubj _ +7 Americans American PROPN NNPS Number=Plur 5 nmod 5:nmod:of|9:nsubj _ 8 who who PRON WP PronType=Rel 9 nsubj 7:ref _ -9 describe describe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +9 describe describe VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 10 themselves themselves PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes 9 obj 9:obj _ 11 as as ADP IN _ 12 case 12:case _ -12 Evangelicals Evangelicals PROPN NNPS Number=Plur 9 obl 9:obl:as|14:nsubj _ +12 Evangelicals Evangelical PROPN NNPS Number=Plur 9 obl 9:obl:as|14:nsubj|23:nsubj _ 13 who who PRON WP PronType=Rel 14 nsubj 12:ref _ -14 accept accept VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +14 accept accept VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ 15 Jesus Jesus PROPN NNP Number=Sing 14 obj 14:obj _ 16 Christ Christ PROPN NNP Number=Sing 15 flat 15:flat _ 17 as as ADP IN _ 20 case 20:case _ -18 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +18 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 19 personal personal ADJ JJ Degree=Pos 20 amod 20:amod _ 20 saviour saviour NOUN NN Number=Sing 14 obl 14:obl:as _ 21 and and CCONJ CC _ 23 cc 23:cc _ -22 who who PRON WP PronType=Int 23 nsubj 23:nsubj _ -23 interpret interpret VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 conj 12:acl:relcl|14:conj:and _ +22 who who PRON WP PronType=Rel 23 nsubj 12:ref _ +23 interpret interpret VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 conj 12:acl:relcl|14:conj:and _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 Bible Bible PROPN NNP Number=Sing 23 obj 23:obj _ 26 as as ADP IN _ 29 case 29:case _ @@ -140404,67 +140466,67 @@ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0225 # text = 23m - Number of Evangelicals who voted for Bush in 2000. -1 23 23 NUM CD NumType=Card 2 compound 2:compound SpaceAfter=No -2 m m NUM CD NumType=Card 0 root 0:root _ -3 - - PUNCT : _ 2 punct 2:punct _ +1 23 23 NUM CD NumForm=Digit|NumType=Card 2 compound 2:compound SpaceAfter=No +2 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 0 root 0:root _ +3 - - PUNCT : _ 4 punct 4:punct _ 4 Number number NOUN NN Number=Sing 2 appos 2:appos _ 5 of of ADP IN _ 6 case 6:case _ -6 Evangelicals Evangelicals PROPN NNPS Number=Plur 4 nmod 4:nmod:of|8:nsubj _ +6 Evangelicals Evangelical PROPN NNPS Number=Plur 4 nmod 4:nmod:of|8:nsubj _ 7 who who PRON WP PronType=Rel 8 nsubj 6:ref _ -8 voted vote VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +8 voted vote VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 9 for for ADP IN _ 10 case 10:case _ 10 Bush Bush PROPN NNP Number=Sing 8 obl 8:obl:for _ 11 in in ADP IN _ 12 case 12:case _ -12 2000 2000 NUM CD NumType=Card 8 obl 8:obl:in SpaceAfter=No +12 2000 2000 NUM CD NumForm=Digit|NumType=Card 8 obl 8:obl:in SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0226 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0068 # text = 50m- Number of voters in total who voted for Bush in 2000. -1 50 50 NUM CD NumType=Card 2 compound 2:compound SpaceAfter=No -2 m m NUM CD NumType=Card 0 root 0:root SpaceAfter=No -3 - - PUNCT : _ 2 punct 2:punct _ +1 50 50 NUM CD NumForm=Digit|NumType=Card 2 compound 2:compound SpaceAfter=No +2 m million NUM CD Abbr=Yes|NumForm=Word|NumType=Card 0 root 0:root SpaceAfter=No +3 - - PUNCT : _ 4 punct 4:punct _ 4 Number number NOUN NN Number=Sing 2 appos 2:appos _ 5 of of ADP IN _ 6 case 6:case _ 6 voters voter NOUN NNS Number=Plur 4 nmod 4:nmod:of|10:nsubj _ 7 in in ADP IN _ 8 case 8:case _ 8 total total ADJ JJ Degree=Pos 6 nmod 6:nmod:in _ 9 who who PRON WP PronType=Rel 10 nsubj 6:ref _ -10 voted vote VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +10 voted vote VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 11 for for ADP IN _ 12 case 12:case _ 12 Bush Bush PROPN NNP Number=Sing 10 obl 10:obl:for _ 13 in in ADP IN _ 14 case 14:case _ -14 2000 2000 NUM CD NumType=Card 10 obl 10:obl:in SpaceAfter=No +14 2000 2000 NUM CD NumForm=Digit|NumType=Card 10 obl 10:obl:in SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0227 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0069 # text = 46 - Percentage of voters who describe themselves as born-again Christians. -1 46 46 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 46 46 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Percentage percentage NOUN NN Number=Sing 1 appos 1:appos|7:nsubj _ 4 of of ADP IN _ 5 case 5:case _ 5 voters voter NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 6 who who PRON WP PronType=Rel 7 nsubj 3:ref _ -7 describe describe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +7 describe describe VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 8 themselves themselves PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes 7 obj 7:obj _ 9 as as ADP IN _ 13 case 13:case _ -10 born bear VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod SpaceAfter=No -11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +10 born bear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod SpaceAfter=No +11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No 12 again again ADV RB _ 10 compound 10:compound _ -13 Christians Christians PROPN NNPS Number=Plur 7 obl 7:obl:as SpaceAfter=No +13 Christians Christian PROPN NNPS Number=Plur 7 obl 7:obl:as SpaceAfter=No 14 . . PUNCT . _ 1 punct 1:punct _ # sent_id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-0228 # newpar id = newsgroup-groups.google.com_alt.animals_0084bdc731bfc8d8_ENG_20040905_212000-p0070 # text = 5 - Number of states that do not use the word "evolution" in public school science courses. -1 5 5 NUM CD NumType=Card 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +1 5 5 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +2 - - PUNCT : _ 3 punct 3:punct _ 3 Number number NOUN NN Number=Sing 1 appos 1:appos _ 4 of of ADP IN _ 5 case 5:case _ 5 states state NOUN NNS Number=Plur 3 nmod 3:nmod:of|9:nsubj _ 6 that that PRON WDT PronType=Rel 9 nsubj 5:ref _ -7 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +7 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 not not PART RB _ 9 advmod 9:advmod _ 9 use use VERB VB VerbForm=Inf 5 acl:relcl 5:acl:relcl _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ @@ -140483,7 +140545,7 @@ # sent_id = answers-20111105112131AA6gIX6_ans-0001 # newpar id = answers-20111105112131AA6gIX6_ans-p0001 # text = My dad just doesn't understand? -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 dad dad NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 just just ADV RB _ 6 advmod 6:advmod _ 4-5 doesn't _ _ _ _ _ _ _ _ @@ -140496,33 +140558,33 @@ # newpar id = answers-20111105112131AA6gIX6_ans-p0002 # text = Ugh my dad is so stupid... he just doesn't understand anything! 1 Ugh ugh INTJ UH _ 6 discourse 6:discourse _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 dad dad NOUN NN Number=Sing 6 nsubj 6:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 so so ADV RB _ 6 advmod 6:advmod _ 6 stupid stupid ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -7 ... ... PUNCT , _ 6 punct 6:punct _ +7 ... ... PUNCT , _ 12 punct 12:punct _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 9 just just ADV RB _ 12 advmod 12:advmod _ 10-11 doesn't _ _ _ _ _ _ _ _ 10 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 11 n't not PART RB _ 12 advmod 12:advmod _ 12 understand understand VERB VB VerbForm=Inf 6 parataxis 6:parataxis _ -13 anything anything PRON NN Number=Sing 12 obj 12:obj SpaceAfter=No +13 anything anything PRON NN Number=Sing|PronType=Ind 12 obj 12:obj SpaceAfter=No 14 ! ! PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111105112131AA6gIX6_ans-0003 # text = I have 5 sisters and so including my mom... he is the only guy in a house of six females. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 5 5 NUM CD NumType=Card 4 nummod 4:nummod _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 5 5 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 sisters sister NOUN NNS Number=Plur 2 obj 2:obj _ 5 and and CCONJ CC _ 15 cc 15:cc _ 6 so so ADV RB _ 15 advmod 15:advmod _ 7 including include VERB VBG VerbForm=Ger 9 case 9:case _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 mom mom NOUN NN Number=Sing 15 obl 15:obl:including SpaceAfter=No -10 ... ... PUNCT , _ 15 punct 15:punct _ +10 ... ... PUNCT , _ 9 punct 9:punct _ 11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -140532,7 +140594,7 @@ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 18 house house NOUN NN Number=Sing 15 nmod 15:nmod:in _ 19 of of ADP IN _ 21 case 21:case _ -20 six six NUM CD NumType=Card 21 nummod 21:nummod _ +20 six six NUM CD NumForm=Word|NumType=Card 21 nummod 21:nummod _ 21 females female NOUN NNS Number=Plur 18 nmod 18:nmod:of SpaceAfter=No 22 . . PUNCT . _ 2 punct 2:punct _ @@ -140541,21 +140603,21 @@ 1 Now now ADV RB _ 5 advmod 5:advmod _ 2-3 I'm _ _ _ _ _ _ _ _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -3 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 youngest youngest ADJ JJS Degree=Sup 0 root 0:root _ +5 youngest young ADJ JJS Degree=Sup 0 root 0:root _ 6 and and CCONJ CC _ 9 cc 9:cc _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 8 just just ADV RB _ 9 advmod 9:advmod _ -9 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 period period NOUN NN Number=Sing 9 obj 9:obj _ 12 so so ADV RB _ 16 advmod 16:advmod _ 13 now now ADV RB _ 16 advmod 16:advmod _ 14 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -15 all all DET DT _ 14 det 14:det _ -16 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 conj 9:conj _ -17 ours ours PRON PRP _ 16 obj 16:obj _ +15 all all DET DT PronType=Tot 14 det 14:det _ +16 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 9 parataxis 9:parataxis _ +17 ours our PRON PRP Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 obj 16:obj _ 18 and and CCONJ CC _ 20 cc 20:cc _ 19 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 20 thinks think VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ @@ -140570,27 +140632,27 @@ # sent_id = answers-20111105112131AA6gIX6_ans-0005 # text = He's always like "ohh you must be so happy to finally have yours, I wish I had mine!" and he isn't even joking. 1-2 He's _ _ _ _ _ _ _ _ -1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 always always ADV RB _ 0 root 0:root _ -4 like like ADP RP _ 11 mark 11:mark _ +1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ +2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 always always ADV RB _ 2 advmod 2:advmod _ +4 like like ADP RP _ 2 compound:prt 2:compound:prt _ 5 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No 6 ohh ohh INTJ UH _ 11 discourse 11:discourse _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ 8 must must AUX MD VerbForm=Fin 11 aux 11:aux _ 9 be be AUX VB VerbForm=Inf 11 cop 11:cop _ 10 so so ADV RB _ 11 advmod 11:advmod _ -11 happy happy ADJ JJ Degree=Pos 3 compound:prt 3:compound:prt _ +11 happy happy ADJ JJ Degree=Pos 2 ccomp 2:ccomp _ 12 to to PART TO _ 14 mark 14:mark _ 13 finally finally ADV RB _ 14 advmod 14:advmod _ -14 have have VERB VB VerbForm=Inf 11 advcl 11:advcl:to _ -15 yours yours PRON PRP _ 14 obj 14:obj SpaceAfter=No -16 , , PUNCT , _ 11 punct 11:punct _ +14 have have VERB VB VerbForm=Inf 11 ccomp 11:ccomp _ +15 yours your PRON PRP Person=2|Poss=Yes|PronType=Prs 14 obj 14:obj SpaceAfter=No +16 , , PUNCT , _ 18 punct 18:punct _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -18 wish wish VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 parataxis 11:parataxis _ +18 wish wish VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 parataxis 11:parataxis _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 ccomp 18:ccomp _ -21 mine mine PRON PRP _ 20 obj 20:obj SpaceAfter=No +20 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 18 ccomp 18:ccomp _ +21 mine my PRON PRP Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 obj 20:obj SpaceAfter=No 22 ! ! PUNCT . _ 11 punct 11:punct SpaceAfter=No 23 " " PUNCT '' _ 11 punct 11:punct _ 24 and and CCONJ CC _ 29 cc 29:cc _ @@ -140599,13 +140661,13 @@ 26 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 29 aux 29:aux _ 27 n't not PART RB _ 29 advmod 29:advmod _ 28 even even ADV RB _ 29 advmod 29:advmod _ -29 joking joke VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj:and SpaceAfter=No -30 . . PUNCT . _ 3 punct 3:punct _ +29 joking joke VERB VBG Tense=Pres|VerbForm=Part 2 conj 2:conj:and SpaceAfter=No +30 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111105112131AA6gIX6_ans-0006 # text = I think just living in a house with so many girls is making him go crazy? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 just just ADV RB _ 4 advmod 4:advmod _ 4 living live VERB VBG VerbForm=Ger 13 csubj 13:csubj _ 5 in in ADP IN _ 7 case 7:case _ @@ -140626,10 +140688,10 @@ # newpar id = answers-20111105112131AA6gIX6_ans-p0003 # text = Yep, the females are just getting to him... dads.. 1 Yep yep INTJ UH _ 7 discourse 7:discourse SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 females female NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 just just ADV RB _ 7 advmod 7:advmod _ 7 getting get VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 8 to to ADP IN _ 9 case 9:case _ @@ -140642,12 +140704,12 @@ # newpar id = answers-20111105112131AA6gIX6_ans-p0004 # text = Don't blame him please, he feels lonely and wants to show his attention to all of you to look after you, please forgive and sympathy if he miss something. 1-2 Don't _ _ _ _ _ _ _ _ -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 n't not PART RB _ 3 advmod 3:advmod _ 3 blame blame VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 please please INTJ UH _ 3 discourse 3:discourse SpaceAfter=No -6 , , PUNCT , _ 3 punct 3:punct _ +6 , , PUNCT , _ 8 punct 8:punct _ 7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj|9:nsubj:xsubj|11:nsubj|13:nsubj:xsubj _ 8 feels feel VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 9 lonely lonely ADJ JJ Degree=Pos 8 xcomp 8:xcomp _ @@ -140655,25 +140717,25 @@ 11 wants want VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 conj 8:conj:and _ 12 to to PART TO _ 13 mark 13:mark _ 13 show show VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ -14 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 attention attention NOUN NN Number=Sing 13 obj 13:obj _ 16 to to ADP IN _ 17 case 17:case _ -17 all all DET DT _ 13 obl 13:obl:to _ +17 all all DET DT PronType=Tot 13 obl 13:obl:to _ 18 of of ADP IN _ 19 case 19:case _ 19 you you PRON PRP Case=Acc|Person=2|PronType=Prs 17 nmod 17:nmod:of _ 20 to to PART TO _ 21 mark 21:mark _ 21 look look VERB VB VerbForm=Inf 13 advcl 13:advcl:to _ 22 after after ADP IN _ 23 case 23:case _ 23 you you PRON PRP Case=Acc|Person=2|PronType=Prs 21 obl 21:obl:after SpaceAfter=No -24 , , PUNCT , _ 3 punct 3:punct _ +24 , , PUNCT , _ 26 punct 26:punct _ 25 please please INTJ UH _ 26 discourse 26:discourse _ 26 forgive forgive VERB VB Mood=Imp|VerbForm=Fin 3 parataxis 3:parataxis _ 27 and and CCONJ CC _ 28 cc 28:cc _ 28 sympathy sympathy NOUN NN Number=Sing 26 conj 26:conj:and _ 29 if if SCONJ IN _ 31 mark 31:mark _ 30 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 31 nsubj 31:nsubj _ -31 miss miss VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 advcl 26:advcl:if _ -32 something something PRON NN Number=Sing 31 obj 31:obj SpaceAfter=No +31 miss miss VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 advcl 26:advcl:if _ +32 something something PRON NN Number=Sing|PronType=Ind 31 obj 31:obj SpaceAfter=No 33 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111105112131AA6gIX6_ans-0009 @@ -140683,7 +140745,7 @@ 3 sorry sorry ADJ JJ Degree=Pos 0 root 0:root _ 4 for for ADP IN _ 5 case 5:case _ 5 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 obl 3:obl:for SpaceAfter=No -6 , , PUNCT , _ 3 punct 3:punct _ +6 , , PUNCT , _ 11 punct 11:punct _ 7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ @@ -140695,9 +140757,9 @@ # newpar id = answers-20111108091950AAA0Xg5_ans-p0001 # text = Equine collages uk NEED HELP!!!? 1 Equine equine ADJ JJ Degree=Pos 2 amod 2:amod _ -2 collages collage NOUN NNS Number=Plur 0 root 0:root _ +2 collages college NOUN NNS Number=Plur|Typo=Yes 0 root 0:root CorrectForm=colleges 3 uk uk PROPN NNP Number=Sing 2 appos 2:appos _ -4 NEED need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +4 NEED need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 5 HELP help NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 6 !!!? !!!? PUNCT . _ 2 punct 2:punct _ @@ -140705,32 +140767,33 @@ # newpar id = answers-20111108091950AAA0Xg5_ans-p0002 # text = Can somebody give me the names some collages that do post 18 (degrees or foundation degrees) in either: 1 Can can AUX MD VerbForm=Fin 3 aux 3:aux _ -2 somebody somebody PRON NN Number=Sing 3 nsubj 3:nsubj _ +2 somebody somebody PRON NN Number=Sing|PronType=Ind 3 nsubj 3:nsubj _ 3 give give VERB VB VerbForm=Inf 0 root 0:root _ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 iobj 3:iobj _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 names name NOUN NNS Number=Plur 3 obj 3:obj _ -7 some some DET DT _ 8 det 8:det _ -8 collages collage NOUN NNS Number=Plur 6 nmod:npmod 6:nmod:npmod|11:nsubj _ -9 that that PRON WDT PronType=Rel 11 nsubj 8:ref _ -10 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ -11 post post VERB VB VerbForm=Inf 8 acl:relcl 8:acl:relcl _ -12 18 18 NUM CD NumType=Card 14 nummod 14:nummod _ +6.1 _ of ADP IN Typo=Yes _ _ 7:case CorrectForm=of +7 some some DET DT PronType=Ind 8 det 8:det _ +8 collages college NOUN NNS Number=Plur|Typo=Yes 6 nmod 6:nmod:of|11:nsubj CorrectForm=colleges +9 that that PRON WDT PronType=Rel 10 nsubj 8:ref _ +10 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +11 post post ADP IN _ 12 case 12:case _ +12 18 18 NUM CD NumForm=Digit|NumType=Card 14 compound 14:compound _ 13 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No -14 degrees degree NOUN NNS Number=Plur 11 obj 11:obj _ +14 degrees degree NOUN NNS Number=Plur 10 obj 10:obj _ 15 or or CCONJ CC _ 17 cc 17:cc _ 16 foundation foundation NOUN NN Number=Sing 17 compound 17:compound _ -17 degrees degree VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 conj 11:obj|14:conj:or SpaceAfter=No +17 degrees degree NOUN NNS Number=Plur 14 conj 11:obj|14:conj:or SpaceAfter=No 18 ) ) PUNCT -RRB- _ 14 punct 14:punct _ 19 in in ADP IN _ 20 case 20:case _ -20 either either CCONJ CC _ 11 obl 11:obl:in SpaceAfter=No +20 either either CCONJ CC _ 14 nmod 14:nmod:in Promoted=Yes|SpaceAfter=No 21 : : PUNCT : _ 3 punct 3:punct _ # sent_id = answers-20111108091950AAA0Xg5_ans-0003 # text = Horse behaviour/training or 1 Horse horse ADJ JJ Degree=Pos 4 amod 4:amod _ 2 behaviour behaviour NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 / / PUNCT , _ 4 cc 4:cc SpaceAfter=No +3 / / SYM , _ 4 cc 4:cc SpaceAfter=No 4 training training NOUN NN Number=Sing 2 conj 2:conj:or _ 5 or or CCONJ CC _ 4 cc 4:cc _ @@ -140742,17 +140805,17 @@ # sent_id = answers-20111108091950AAA0Xg5_ans-0005 # newpar id = answers-20111108091950AAA0Xg5_ans-p0003 # text = No one employs people from Hartpury because of what they received on work experience. -1 No no DET DT _ 2 det 2:det _ -2 one one NOUN NN Number=Sing 3 nsubj 3:nsubj _ +1 No no DET DT PronType=Neg 2 det 2:det _ +2 one one PRON NN Number=Sing|PronType=Neg 3 nsubj 3:nsubj _ 3 employs employ VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 people people NOUN NNS Number=Plur 3 obj 3:obj _ 5 from from ADP IN _ 6 case 6:case _ 6 Hartpury Hartpury PROPN NNP Number=Sing 4 nmod 4:nmod:from _ 7 because because ADP IN _ 9 case 9:case _ 8 of of SCONJ IN _ 7 fixed 7:fixed _ -9 what what PRON WP PronType=Int 3 obl 3:obl:because_of _ +9 what what PRON WP PronType=Rel 3 obl 3:obl:because_of|11:obj _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +11 received receive VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 12 on on ADP IN _ 14 case 14:case _ 13 work work NOUN NN Number=Sing 14 compound 14:compound _ 14 experience experience NOUN NN Number=Sing 11 obl 11:obl:on SpaceAfter=No @@ -140763,8 +140826,9 @@ 1 Merrist Merrist PROPN NNP Number=Sing 2 compound 2:compound _ 2 Wood Wood PROPN NNP Number=Sing 13 nsubj 13:nsubj _ 3 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No -4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj SpaceAfter=No -5 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +4-5 I'm _ _ _ _ _ _ _ _ +4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ +5 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 there there ADV RB PronType=Dem 2 parataxis 2:parataxis _ 7 on on ADP IN _ 11 case 11:case _ 8 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ @@ -140772,7 +140836,7 @@ 10 equine equine ADJ JJ Degree=Pos 11 amod 11:amod _ 11 course course NOUN NN Number=Sing 6 obl 6:obl:on SpaceAfter=No 12 ) ) PUNCT -RRB- _ 6 punct 6:punct _ -13 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +13 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 14 HND hnd NOUN NN Number=Sing 13 obj 13:obj _ 15 in in ADP IN _ 17 case 17:case _ 16 equine equine ADJ JJ Degree=Pos 17 amod 17:amod _ @@ -140781,20 +140845,20 @@ # sent_id = answers-20111108091950AAA0Xg5_ans-0007 # text = Your best bet is to look on UCAS and do a course search. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ -2 best best ADJ JJS Degree=Sup 3 amod 3:amod _ -3 bet bet NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 best good ADJ JJS Degree=Sup 3 amod 3:amod _ +3 bet bet NOUN NN Number=Sing 6 nsubj:outer 6:nsubj:outer|10:nsubj:outer _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 to to PART TO _ 6 mark 6:mark _ -6 look look VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ +6 look look VERB VB VerbForm=Inf 0 root 0:root _ 7 on on ADP IN _ 8 case 8:case _ 8 UCAS UCAS PROPN NNP Number=Sing 6 obl 6:obl:on _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 do do VERB VB VerbForm=Inf 6 conj 4:ccomp|6:conj:and _ +10 do do VERB VB VerbForm=Inf 6 conj 0:root|6:conj:and _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 course course NOUN NN Number=Sing 13 compound 13:compound _ 13 search search NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No -14 . . PUNCT . _ 4 punct 4:punct _ +14 . . PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111108091950AAA0Xg5_ans-0008 # newpar id = answers-20111108091950AAA0Xg5_ans-p0004 @@ -140813,7 +140877,7 @@ 2 Morrell Morrell PROPN NNP Number=Sing 1 flat 1:flat _ 3 in in ADP IN _ 4 case 4:case _ 4 Coventry Coventry PROPN NNP Number=Sing 1 nmod 1:nmod:in SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 Warwickshire Warwickshire PROPN NNP Number=Sing 4 appos 4:appos _ # sent_id = answers-20111108091950AAA0Xg5_ans-0010 @@ -140822,7 +140886,7 @@ 2 College College PROPN NNP Number=Sing 0 root 0:root _ 3 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +5 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 6 that that PRON DT Number=Sing|PronType=Dem 9 nsubj 9:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -140831,7 +140895,7 @@ 11 but but CCONJ CC _ 19 cc 19:cc _ 12 if if SCONJ IN _ 14 mark 14:mark _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj _ -14 type type VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:if _ +14 type type VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:if _ 15 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 obj 14:obj _ 16 in in ADV RB _ 14 advmod 14:advmod _ 17 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj _ @@ -140843,7 +140907,7 @@ 23 alternative alternative ADJ JJ Degree=Pos 24 amod 24:amod _ 24 suggestion suggestion NOUN NN Number=Sing 19 obl 19:obl:with SpaceAfter=No 25 ) ) PUNCT -RRB- _ 5 punct 5:punct SpaceAfter=No -26 , , PUNCT , _ 2 punct 2:punct _ +26 , , PUNCT , _ 28 punct 28:punct _ 27 in in ADP IN _ 28 case 28:case _ 28 Gloucestershire Gloucestershire PROPN NNP Number=Sing 2 nmod 2:nmod:in SpaceAfter=No 29 . . PUNCT . _ 2 punct 2:punct _ @@ -140867,7 +140931,7 @@ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 courses course NOUN NNS Number=Plur 12 obl 12:obl:for _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj|19:nsubj:xsubj _ -17 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ +17 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ 18 to to PART TO _ 19 mark 19:mark _ 19 do do VERB VB VerbForm=Inf 17 xcomp 17:xcomp SpaceAfter=No 20 . . PUNCT . _ 1 punct 1:punct _ @@ -140883,22 +140947,22 @@ 6 comprehensive comprehensive ADJ JJ Degree=Pos 7 amod 7:amod _ 7 list list NOUN NN Number=Sing 3 obj 3:obj _ 8 of of ADP IN _ 11 case 11:case _ -9 all all DET PDT _ 11 det:predet 11:det:predet _ +9 all all DET PDT PronType=Tot 11 det:predet 11:det:predet _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 universities university NOUN NNS Number=Plur 7 nmod 7:nmod:of|13:nsubj _ 12 that that PRON WDT PronType=Rel 13 nsubj 11:ref _ -13 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +13 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 courses course NOUN NNS Number=Plur 13 obj 13:obj _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ -17 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl SpaceAfter=No +17 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl SpaceAfter=No 18 , , PUNCT , _ 22 punct 22:punct _ 19 plus plus CCONJ CC _ 22 cc 22:cc _ -20 all all DET PDT _ 22 det:predet 22:det:predet _ +20 all all DET PDT PronType=Tot 22 det:predet 22:det:predet _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 information information NOUN NN Number=Sing 7 conj 3:obj|7:conj:plus _ 23 you you PRON PRP Case=Nom|Person=2|PronType=Prs 24 nsubj 24:nsubj _ -24 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 acl:relcl 22:acl:relcl _ +24 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 22 acl:relcl 22:acl:relcl _ 25 to to PART TO _ 26 mark 26:mark _ 26 apply apply VERB VB VerbForm=Inf 24 advcl 24:advcl:to SpaceAfter=No 27 . . PUNCT . _ 3 punct 3:punct _ @@ -140910,12 +140974,12 @@ 1 Besides besides ADP IN _ 3 case 3:case _ 2 from from ADP IN _ 3 case 3:case _ 3 Pacquiao Pacquiao PROPN NNP Number=Sing 10 obl 10:obl:from SpaceAfter=No -4 , , PUNCT , _ 10 punct 10:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 what what PRON WP PronType=Int 10 obl 10:obl:for _ 6 else else ADJ JJ Degree=Pos 5 amod 5:amod _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 8 The the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 Philipines Philipines PROPN NNP Number=Sing 10 nsubj 10:nsubj _ +9 Philipines Philippines PROPN NNP Number=Sing|Typo=Yes 10 nsubj 10:nsubj CorrectForm=Philippines 10 famous famous ADJ JJ Degree=Pos 0 root 0:root _ 11 for for ADP IN _ 5 case 5:case SpaceAfter=No 12 ? ? PUNCT . _ 10 punct 10:punct _ @@ -140940,10 +141004,10 @@ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 8 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 9 intimidating intimidating ADJ JJ Degree=Pos 4 parataxis 4:parataxis SpaceAfter=No -10 , , PUNCT , _ 4 punct 4:punct _ +10 , , PUNCT , _ 22 punct 22:punct _ 11 if if SCONJ IN _ 13 mark 13:mark _ -12 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 tell tell VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:if _ +12 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ +13 tell tell VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:if _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 iobj 13:iobj _ 15 what what PRON WP PronType=Int 17 obj 17:obj _ 16 people people NOUN NNS Number=Plur 17 nsubj 17:nsubj _ @@ -140953,47 +141017,47 @@ 20 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ 21 will will AUX MD VerbForm=Fin 22 aux 22:aux _ 22 blush blush VERB VB VerbForm=Inf 4 parataxis 4:parataxis SpaceAfter=No -23 , , PUNCT , _ 4 punct 4:punct _ -24 thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ -25 god god NOUN NN Number=Sing 24 obj 24:obj _ +23 , , PUNCT , _ 24 punct 24:punct _ +24 thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ +25 god god NOUN NN Number=Sing 24 iobj 24:iobj _ 26 many many ADJ JJ Degree=Pos 27 nsubj 27:nsubj _ -27 thinks think VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 ccomp 24:ccomp _ +27 thinks think VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 24 ccomp 24:ccomp CorrectForm=think|CorrectNumber=Plur 28-29 i'm _ _ _ _ _ _ _ _ -28 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 30 nsubj 30:nsubj _ -29 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 30 cop 30:cop _ -30 japanese japanese ADJ JJ Degree=Pos 27 ccomp 27:ccomp _ +28 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 30 nsubj 30:nsubj _ +29 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 30 cop 30:cop _ +30 japanese Japanese ADJ JJ Degree=Pos 27 ccomp 27:ccomp _ 31 just just ADV RB _ 35 advmod 35:advmod _ 32 because because ADP IN _ 35 case 35:case _ 33 of of ADP IN _ 32 fixed 32:fixed _ 34 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ -35 way way NOUN NN Number=Sing 27 obl 27:obl:because_of _ -36 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 37 nsubj 37:nsubj _ -37 keep keep VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 35 acl:relcl 35:acl:relcl _ +35 way way NOUN NN Number=Sing 27 obl 27:obl:because_of|37:obl:npmod _ +36 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 37 nsubj 37:nsubj _ +37 keep keep VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 35 acl:relcl 35:acl:relcl _ 38 myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes 37 obj 37:obj SpaceAfter=No 39 , , PUNCT , _ 41 punct 41:punct _ 40 the the DET DT Definite=Def|PronType=Art 41 det 41:det _ -41 way way NOUN NN Number=Sing 35 conj 35:conj:and _ -42 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 43 nsubj 43:nsubj|45:nsubj _ -43 talk talk VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 41 acl:relcl 41:acl:relcl _ +41 way way NOUN NN Number=Sing 35 conj 27:obl:because_of|35:conj:and|43:obl:npmod|45:obl:npmod _ +42 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 43 nsubj 43:nsubj|45:nsubj _ +43 talk talk VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 41 acl:relcl 41:acl:relcl _ 44 and and CCONJ CC _ 45 cc 45:cc _ -45 treat treat VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 43 conj 41:acl:relcl|43:conj:and _ +45 treat treat VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 43 conj 41:acl:relcl|43:conj:and _ 46 people people NOUN NNS Number=Plur 45 obj 45:obj SpaceAfter=No 47 , , PUNCT , _ 50 punct 50:punct _ 48 and and CCONJ CC _ 50 cc 50:cc _ 49 the the DET DT Definite=Def|PronType=Art 50 det 50:det _ -50 way way NOUN NN Number=Sing 35 conj 35:conj:and _ -51 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 52 nsubj 52:nsubj _ -52 dress dress VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 50 acl:relcl 50:acl:relcl SpaceAfter=No -53 , , PUNCT , _ 4 punct 4:punct _ -54 so so ADV RB _ 58 advmod 58:advmod _ +50 way way NOUN NN Number=Sing 35 conj 27:obl:because_of|35:conj:and|52:obl:npmod _ +51 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 52 nsubj 52:nsubj _ +52 dress dress VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 50 acl:relcl 50:acl:relcl SpaceAfter=No +53 , , PUNCT , _ 59 punct 59:punct _ +54 so so ADV RB _ 59 advmod 59:advmod _ 55 if if SCONJ IN _ 59 mark 59:mark _ 56 you you PRON PRP Case=Nom|Person=2|PronType=Prs 59 nsubj 59:nsubj _ 57-58 don't _ _ _ _ _ _ _ _ -57 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 59 aux 59:aux _ +57 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 59 aux 59:aux _ 58 n't not PART RB _ 59 advmod 59:advmod _ -59 want want VERB VB VerbForm=Inf 4 advcl 4:advcl:if _ +59 want want VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ 60 nasty nasty ADJ JJ Degree=Pos 63 amod 63:amod SpaceAfter=No -61 , , PUNCT , _ 63 punct 63:punct _ +61 , , PUNCT , _ 60 punct 60:punct _ 62 insulting insulting ADJ JJ Degree=Pos 63 amod 63:amod _ 63 answers answer NOUN NNS Number=Plur 59 obj 59:obj _ 64 especially especially ADV RB _ 68 advmod 68:advmod _ @@ -141026,11 +141090,11 @@ 9 like like ADP IN _ 11 case 11:case _ 10 these this DET DT Number=Plur|PronType=Dem 11 det 11:det _ 11 people people NOUN NNS Number=Plur 8 nmod 8:nmod:like|16:nsubj|18:nsubj _ -12 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 mentioned mention VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +12 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ +13 mentioned mention VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 14 whose whose PRON WP$ Poss=Yes|PronType=Rel 16 nsubj 11:ref _ 15 not not PART RB _ 16 advmod 16:advmod _ -16 filipinos filipino PROPN NNPS Number=Plur 11 acl:relcl 11:acl:relcl _ +16 filipinos Filipino PROPN NNPS Number=Plur 11 acl:relcl 11:acl:relcl _ 17 but but CCONJ CC _ 18 cc 18:cc _ 18 helping help VERB VBG VerbForm=Ger 16 conj 11:acl:relcl|16:conj:but _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ @@ -141042,7 +141106,7 @@ 25 pit pit NOUN NN Number=Sing 22 obl 22:obl:in _ 26 as as SCONJ IN _ 30 mark 30:mark _ 27 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 30 nsubj 30:nsubj _ -28 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 30 cop 30:cop _ +28 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 30 cop 30:cop _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 rot rot NOUN NN Number=Sing 22 advcl 22:advcl:as _ 31 of of ADP IN _ 33 case 33:case _ @@ -141053,17 +141117,17 @@ # sent_id = answers-20111108094740AA1lbom_ans-0005 # text = They need to be expulse from the country and if they are not there they should be banned entering the country to plant their eggs, as they are considered as the rotten left overs of dinasaurs 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|5:nsubj:xsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 5 mark 5:mark _ 4 be be AUX VB VerbForm=Inf 5 aux:pass 5:aux:pass _ -5 expulse expulse VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 xcomp 2:xcomp _ +5 expulse expulse VERB VBN Tense=Past|Typo=Yes|VerbForm=Part|Voice=Pass 2 xcomp 2:xcomp CorrectForm=expulsed 6 from from ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 country country NOUN NN Number=Sing 5 obl 5:obl:from _ 9 and and CCONJ CC _ 18 cc 18:cc _ 10 if if SCONJ IN _ 14 mark 14:mark _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 13 not not PART RB _ 14 advmod 14:advmod _ 14 there there ADV RB PronType=Dem 18 advcl 18:advcl:if _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj:pass 18:nsubj:pass _ @@ -141075,12 +141139,12 @@ 21 country country NOUN NN Number=Sing 19 obj 19:obj _ 22 to to PART TO _ 23 mark 23:mark _ 23 plant plant VERB VB VerbForm=Inf 19 advcl 19:advcl:to _ -24 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 eggs egg NOUN NNS Number=Plur 23 obj 23:obj SpaceAfter=No -26 , , PUNCT , _ 23 punct 23:punct _ +26 , , PUNCT , _ 30 punct 30:punct _ 27 as as SCONJ IN _ 30 mark 30:mark _ 28 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 30 nsubj:pass 30:nsubj:pass _ -29 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 30 aux:pass 30:aux:pass _ +29 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 30 aux:pass 30:aux:pass _ 30 considered consider VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 advcl 23:advcl:as _ 31 as as ADP IN _ 35 case 35:case _ 32 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ @@ -141088,7 +141152,7 @@ 34 left left NOUN NN Number=Sing 35 compound 35:compound _ 35 overs over NOUN NNS Number=Plur 30 obl 30:obl:as _ 36 of of ADP IN _ 37 case 37:case _ -37 dinasaurs dinasaur NOUN NNS Number=Plur 35 nmod 35:nmod:of _ +37 dinasaurs dinosaur NOUN NNS Number=Plur|Typo=Yes 35 nmod 35:nmod:of CorrectForm=dinosaurs # sent_id = answers-20111108094740AA1lbom_ans-0006 # newpar id = answers-20111108094740AA1lbom_ans-p0004 @@ -141122,34 +141186,34 @@ # text = I've been given the opportunity to live in Limerick, Ireland, next year as part of my course..if you know about Limerick, what are the pros and cons? 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux:pass 4:aux:pass _ -4 given give VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 opportunity opportunity NOUN NN Number=Sing 4 obj 4:obj _ 7 to to PART TO _ 8 mark 8:mark _ 8 live live VERB VB VerbForm=Inf 6 acl 6:acl:to _ 9 in in ADP IN _ 10 case 10:case _ 10 Limerick Limerick PROPN NNP Number=Sing 8 obl 8:obl:in SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 Ireland Ireland PROPN NNP Number=Sing 10 compound 10:compound SpaceAfter=No -13 , , PUNCT , _ 8 punct 8:punct _ +13 , , PUNCT , _ 15 punct 15:punct _ 14 next next ADJ JJ Degree=Pos 15 amod 15:amod _ 15 year year NOUN NN Number=Sing 8 obl:tmod 8:obl:tmod _ 16 as as ADP IN _ 17 case 17:case _ 17 part part NOUN NN Number=Sing 8 obl 8:obl:as _ 18 of of ADP IN _ 20 case 20:case _ -19 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 course course NOUN NN Number=Sing 17 nmod 17:nmod:of SpaceAfter=No -21 .. .. PUNCT , _ 4 punct 4:punct SpaceAfter=No +21 .. .. PUNCT , _ 28 punct 28:punct SpaceAfter=No 22 if if SCONJ IN _ 24 mark 24:mark _ 23 you you PRON PRP Case=Nom|Person=2|PronType=Prs 24 nsubj 24:nsubj _ -24 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 advcl 28:advcl:if _ +24 know know VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 28 advcl 28:advcl:if _ 25 about about ADP IN _ 26 case 26:case _ 26 Limerick Limerick PROPN NNP Number=Sing 24 obl 24:obl:about SpaceAfter=No -27 , , PUNCT , _ 31 punct 31:punct _ +27 , , PUNCT , _ 24 punct 24:punct _ 28 what what PRON WP PronType=Int 4 parataxis 4:parataxis _ -29 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ +29 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 31 pros pro NOUN NNS Number=Plur 28 nsubj 28:nsubj _ 32 and and CCONJ CC _ 33 cc 33:cc _ @@ -141182,10 +141246,10 @@ 9 yet yet CCONJ CC _ 19 cc 19:cc _ 10 again again ADV RB _ 19 advmod 19:advmod _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -12 ppl ppl NOUN NNS Number=Plur 19 nsubj 14:nsubj|19:nsubj _ +12 ppl people NOUN NNS Abbr=Yes|Number=Plur 19 nsubj 14:nsubj|19:nsubj CorrectForm=people 13 who who PRON WP PronType=Rel 14 nsubj 12:ref _ -14 talk talk VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ -15 sh*t sh*t NOUN NN Number=Sing 14 obj 14:obj _ +14 talk talk VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +15 sh*t shit NOUN NN Number=Sing|Style=Expr 14 obj 14:obj CorrectForm=shit 16 about about ADP IN _ 17 case 17:case _ 17 Moyross Moyross PROPN NNP Number=Sing 14 obl 14:obl:about _ 18 still still ADV RB _ 19 advmod 19:advmod _ @@ -141203,13 +141267,13 @@ 4 great great ADJ JJ Degree=Pos 6 amod 6:amod _ 5 student student NOUN NN Number=Sing 6 compound 6:compound _ 6 city city NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 9 punct 9:punct _ 8-9 there's _ _ _ _ _ _ _ _ 8 there there PRON EX _ 9 expl 9:expl _ 9 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ 10 loads load NOUN NNS Number=Plur 9 nsubj 9:nsubj _ 11 on on ADV RB _ 10 advmod 10:advmod SpaceAfter=No -12 , , PUNCT , _ 6 punct 6:punct _ +12 , , PUNCT , _ 16 punct 16:punct _ 13-14 you'll _ _ _ _ _ _ _ _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj:pass 16:nsubj:pass _ 14 'll will AUX MD VerbForm=Fin 16 aux 16:aux _ @@ -141223,7 +141287,7 @@ # text = In fact, you probably won't ever want to leave. 1 In in ADP IN _ 2 case 2:case _ 2 fact fact NOUN NN Number=Sing 9 obl 9:obl:in SpaceAfter=No -3 , , PUNCT , _ 9 punct 9:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj _ 5 probably probably ADV RB _ 9 advmod 9:advmod _ 6-7 won't _ _ _ _ _ _ _ _ @@ -141239,10 +141303,10 @@ # newpar id = answers-20111107152509AA78ktV_ans-p0005 # text = Orla got it in one. 1 Orla Orla PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 got get VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ 4 in in ADP IN _ 5 case 5:case _ -5 one one NUM CD NumType=Card 2 obl 2:obl:in SpaceAfter=No +5 one one NUM CD NumForm=Word|NumType=Card 2 obl 2:obl:in SpaceAfter=No 6 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111107152509AA78ktV_ans-0008 @@ -141256,10 +141320,10 @@ 7 ' ' PUNCT '' _ 6 punct 6:punct _ 8 directing direct VERB VBG VerbForm=Ger 6 acl 6:acl _ 9 at at ADP IN _ 10 case 10:case _ -10 AREA'S area' NOUN NNS Number=Plur 8 obl 8:obl:at _ +10 AREA'S area NOUN NNS Number=Plur|Typo=Yes 8 obl 8:obl:at CorrectForm=areas 11 of of ADP IN _ 12 case 12:case _ -12 limerick limerick PROPN NNP Number=Sing 10 nmod 10:nmod:of SpaceAfter=No -13 , , PUNCT , _ 10 punct 10:punct _ +12 limerick Limerick PROPN NNP Number=Sing 10 nmod 10:nmod:of SpaceAfter=No +13 , , PUNCT , _ 15 punct 15:punct _ 14 but but CCONJ CC _ 15 cc 15:cc _ 15 nowhere nowhere ADV RB _ 10 conj 8:obl:at|10:conj:but _ 16 near near ADP IN _ 18 case 18:case _ @@ -141271,11 +141335,11 @@ # text = Limerick is such a full city, shopping, night life, career choices, social choices, I came here about 12 years ago for college.....and Orla got it spot on, I haven't left, nor would I. 1 Limerick Limerick PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -3 such such DET PDT _ 6 det:predet 6:det:predet _ +3 such such DET PDT PronType=Ind 6 det:predet 6:det:predet _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 full full ADJ JJ Degree=Pos 6 amod 6:amod _ 6 city city NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 8 punct 8:punct _ 8 shopping shopping NOUN NN Number=Sing 6 parataxis 6:parataxis SpaceAfter=No 9 , , PUNCT , _ 11 punct 11:punct _ 10 night night NOUN NN Number=Sing 11 compound 11:compound _ @@ -141288,40 +141352,41 @@ 17 choices choice NOUN NNS Number=Plur 8 conj 8:conj:and SpaceAfter=No 18 , , PUNCT , _ 20 punct 20:punct _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 parataxis 8:parataxis _ +20 came come VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 8 parataxis 8:parataxis _ 21 here here ADV RB PronType=Dem 20 advmod 20:advmod _ -22 about about ADP IN _ 23 advmod 23:advmod _ -23 12 12 NUM CD NumType=Card 24 nummod 24:nummod _ +22 about about ADV IN _ 23 advmod 23:advmod _ +23 12 12 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod _ 24 years year NOUN NNS Number=Plur 25 obl:npmod 25:obl:npmod _ 25 ago ago ADV RB _ 20 advmod 20:advmod _ 26 for for ADP IN _ 27 case 27:case _ 27 college college NOUN NN Number=Sing 20 obl 20:obl:for SpaceAfter=No -28 ..... ..... PUNCT , _ 8 punct 8:punct SpaceAfter=No +28 ..... ..... PUNCT , _ 31 punct 31:punct SpaceAfter=No 29 and and CCONJ CC _ 31 cc 31:cc _ 30 Orla Orla PROPN NNP Number=Sing 31 nsubj 31:nsubj _ -31 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 conj 8:conj:and _ +31 got get VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 conj 8:conj:and _ 32 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 31 obj 31:obj _ -33 spot spot ADV RB _ 34 advmod 34:advmod _ +33 spot spot ADV RB _ 34 compound 34:compound _ 34 on on ADV RB _ 31 advmod 31:advmod SpaceAfter=No -35 , , PUNCT , _ 8 punct 8:punct _ +35 , , PUNCT , _ 39 punct 39:punct _ 36 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 39 nsubj 39:nsubj _ 37-38 haven't _ _ _ _ _ _ _ _ -37 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 39 aux 39:aux _ +37 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 39 aux 39:aux _ 38 n't not PART RB _ 39 advmod 39:advmod _ 39 left leave VERB VBN Tense=Past|VerbForm=Part 8 parataxis 8:parataxis SpaceAfter=No 40 , , PUNCT , _ 42 punct 42:punct _ -41 nor nor CCONJ CC _ 42 cc 42:cc _ -42 would would AUX MD VerbForm=Fin 39 conj 39:conj:nor _ -43 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 42 nsubj 42:nsubj SpaceAfter=No +41 nor nor CCONJ CC _ 42 cc 43.1:cc _ +42 would would AUX MD VerbForm=Fin 39 conj 43.1:aux _ +43 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 42 nsubj 43.1:nsubj SpaceAfter=No +43.1 leave leave VERB VB VerbForm=Inf _ _ 39:conj:nor CopyOf=39 44 . . PUNCT . _ 8 punct 8:punct _ # sent_id = answers-20111107152509AA78ktV_ans-0010 # text = Its now my home. 1-2 Its _ _ _ _ _ _ _ _ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 5 cop 5:cop CorrectForm='s 3 now now ADV RB _ 5 advmod 5:advmod _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 home home NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ @@ -141329,16 +141394,16 @@ # sent_id = answers-20111108084119AAhsBk8_ans-0001 # newpar id = answers-20111108084119AAhsBk8_ans-p0001 # text = My myTouch 4G crashes with most custom ROMs I install. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 myTouch myTouch PROPN NNP Number=Sing 3 compound 3:compound _ 3 4G 4G PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 4 crashes crash VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 with with ADP IN _ 8 case 8:case _ 6 most most ADJ JJS Degree=Sup 8 amod 8:amod _ 7 custom custom ADJ JJ Degree=Pos 8 amod 8:amod _ -8 ROMs rom NOUN NNS Number=Plur 4 obl 4:obl:with _ +8 ROMs ROM NOUN NNS Number=Plur 4 obl 4:obl:with _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 install install VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl SpaceAfter=No +10 install install VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108084119AAhsBk8_ans-0002 @@ -141346,7 +141411,7 @@ 1 Can can AUX MD VerbForm=Fin 4 aux 4:aux _ 2 that that PRON DT Number=Sing|PronType=Dem 4 nsubj:pass 4:nsubj:pass _ 3 be be AUX VB VerbForm=Inf 4 aux:pass 4:aux:pass _ -4 fixed fix VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No +4 fixed fix VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 5 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108084119AAhsBk8_ans-0003 @@ -141354,7 +141419,7 @@ # text = I really like the MIUI, but a process crashes repeatedly about every 3 seconds. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 really really ADV RB _ 3 advmod 3:advmod _ -3 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 MIUI MIUI PROPN NNP Number=Sing 3 obj 3:obj SpaceAfter=No 6 , , PUNCT , _ 10 punct 10:punct _ @@ -141364,9 +141429,9 @@ 10 crashes crash VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ 11 repeatedly repeatedly ADV RB _ 10 advmod 10:advmod _ 12 about about ADV RB _ 14 advmod 14:advmod _ -13 every every DET DT _ 14 det 14:det _ -14 3 3 NUM CD NumType=Card 15 nummod 15:nummod _ -15 seconds seconds NOUN NNS Number=Plur 10 obl:tmod 10:obl:tmod SpaceAfter=No +13 every every DET DT PronType=Tot 14 det 14:det _ +14 3 3 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ +15 seconds second NOUN NNS Number=Plur 10 obl:tmod 10:obl:tmod SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108084119AAhsBk8_ans-0004 @@ -141379,11 +141444,11 @@ 5 even even ADV RB _ 6 advmod 6:advmod _ 6 load load VERB VB VerbForm=Inf 0 root 0:root _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 newest newest ADJ JJS Degree=Sup 9 amod 9:amod _ +8 newest new ADJ JJS Degree=Sup 9 amod 9:amod _ 9 version version NOUN NN Number=Sing 6 obj 6:obj _ 10 of of ADP IN _ 12 case 12:case _ -11 Cyanogen cyanogen NOUN NN Number=Sing 12 compound 12:compound _ -12 Mod mod NOUN NN Number=Sing 9 nmod 9:nmod:of SpaceAfter=No +11 Cyanogen cyanogen PROPN NNP Number=Sing 12 compound 12:compound _ +12 Mod mod PROPN NNP Number=Sing 9 nmod 9:nmod:of SpaceAfter=No 13 . . PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111108084119AAhsBk8_ans-0005 @@ -141396,30 +141461,30 @@ 5 ... ... PUNCT , _ 8 punct 8:punct _ 6 as as SCONJ IN _ 8 mark 8:mark _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -8 voided void VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ -10 warrenty warrenty NOUN NN Number=Sing 8 obj 8:obj _ +8 voided void VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +10 warrenty warranty NOUN NN Number=Sing|Typo=Yes 8 obj 8:obj CorrectForm=warranty 11 by by SCONJ IN _ 12 mark 12:mark _ 12 installing install VERB VBG VerbForm=Ger 8 advcl 8:advcl:by _ 13 custom custom ADJ JJ Degree=Pos 14 amod 14:amod _ -14 roms rom NOUN NNS Number=Plur 12 obj 12:obj _ +14 roms ROM NOUN NNS Number=Plur 12 obj 12:obj _ # sent_id = answers-20111108084119AAhsBk8_ans-0006 # text = you are best to either recover to the standard ROM, or find one that doesn't crash. 1 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|6:nsubj:xsubj|13:nsubj:xsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 best best ADJ JJS Degree=Sup 0 root 0:root _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +3 best good ADJ JJS Degree=Sup 0 root 0:root _ 4 to to PART TO _ 6 mark 6:mark _ 5 either either CCONJ CC _ 6 cc:preconj 6:cc:preconj _ 6 recover recover VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 7 to to ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 standard standard NOUN NN Number=Sing 10 compound 10:compound _ -10 ROM rom NOUN NN Number=Sing 6 obl 6:obl:to SpaceAfter=No +10 ROM ROM NOUN NN Number=Sing 6 obl 6:obl:to SpaceAfter=No 11 , , PUNCT , _ 13 punct 13:punct _ 12 or or CCONJ CC _ 13 cc 13:cc _ 13 find find VERB VB VerbForm=Inf 6 conj 3:xcomp|6:conj:or _ -14 one one NUM CD NumType=Card 13 obj 13:obj|18:nsubj _ +14 one one NUM CD NumForm=Word|NumType=Card 13 obj 13:obj|18:nsubj _ 15 that that PRON WDT PronType=Rel 18 nsubj 14:ref _ 16-17 doesn't _ _ _ _ _ _ _ _ 16 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ @@ -141430,31 +141495,31 @@ # sent_id = answers-20111108084119AAhsBk8_ans-0007 # newpar id = answers-20111108084119AAhsBk8_ans-p0004 # text = cynangon mod should work. -1 cynangon cynangon PROPN NNP Number=Sing 2 compound 2:compound _ -2 mod mod PROPN NNP Number=Sing 4 nsubj 4:nsubj _ +1 cynangon Cynangon PROPN NNP Number=Sing 2 compound 2:compound _ +2 mod Mod PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 3 should should AUX MD VerbForm=Fin 4 aux 4:aux _ 4 work work VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108084119AAhsBk8_ans-0008 # text = Have you tried using clockwork recovery? -1 Have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|4:nsubj:xsubj _ 3 tried try VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 using use VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ -5 clockwork clockwork NOUN NN Number=Sing 6 compound 6:compound _ -6 recovery recovery NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No +5 clockwork Clockwork PROPN NNP Number=Sing 6 compound 6:compound _ +6 recovery Recovery PROPN NNP Number=Sing 4 obj 4:obj SpaceAfter=No 7 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108084119AAhsBk8_ans-0009 # text = Get the older version of Cynagon mod. 1 Get get VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 older older ADJ JJR Degree=Cmp 4 amod 4:amod _ +3 older old ADJ JJR Degree=Cmp 4 amod 4:amod _ 4 version version NOUN NN Number=Sing 1 obj 1:obj _ 5 of of ADP IN _ 7 case 7:case _ 6 Cynagon Cynagon PROPN NNP Number=Sing 7 compound 7:compound _ -7 mod mod PROPN NNP Number=Sing 4 nmod 4:nmod:of SpaceAfter=No +7 mod Mod PROPN NNP Number=Sing 4 nmod 4:nmod:of SpaceAfter=No 8 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108084119AAhsBk8_ans-0010 @@ -141465,20 +141530,20 @@ 4 use use VERB VB VerbForm=Inf 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 stable stable ADJ JJ Degree=Pos 7 amod 7:amod _ -7 rom rom NOUN NN Number=Sing 4 obj 4:obj _ +7 rom ROM NOUN NN Number=Sing 4 obj 4:obj _ 8 like like ADP IN _ 10 case 10:case _ -9 bugless bugless PROPN NNP Number=Sing 10 compound 10:compound _ -10 beast beast PROPN NNP Number=Sing 7 nmod 7:nmod:like _ +9 bugless bugless ADJ NNP Degree=Pos 10 amod 10:amod _ +10 beast Beast PROPN NNP Number=Sing 7 nmod 7:nmod:like _ 11 and and CCONJ CC _ 13 cc 13:cc _ -12 baked baked PROPN NNP Number=Sing 13 compound 13:compound _ -13 snake snake PROPN NNP Number=Sing 10 conj 7:nmod:like|10:conj:and SpaceAfter=No +12 baked bake VERB NNP Tense=Past|VerbForm=Part 13 amod 13:amod _ +13 snake Snake PROPN NNP Number=Sing 10 conj 7:nmod:like|10:conj:and SpaceAfter=No 14 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108084119AAhsBk8_ans-0011 # text = Those roms focus on speed and stability. 1 Those that DET DT Number=Plur|PronType=Dem 2 det 2:det _ -2 roms rom NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 focus focus VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 roms ROM NOUN NNS Number=Plur 3 nsubj 3:nsubj _ +3 focus focus VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 on on ADP IN _ 5 case 5:case _ 5 speed speed NOUN NN Number=Sing 3 obl 3:obl:on _ 6 and and CCONJ CC _ 7 cc 7:cc _ @@ -141514,15 +141579,15 @@ # sent_id = answers-20111108084119AAhsBk8_ans-0014 # text = They are both excellent and speed up the phone quite a bit. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj|6:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 both both ADV RB _ 4 advmod 4:advmod _ 4 excellent excellent ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 speed speed VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +6 speed speed VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 7 up up ADP RP _ 6 compound:prt 6:compound:prt _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 phone phone NOUN NN Number=Sing 6 obj 6:obj _ -10 quite quite DET PDT _ 12 det:predet 12:det:predet _ +10 quite quite DET PDT PronType=Ind 12 det:predet 12:det:predet _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 bit bit NOUN NN Number=Sing 6 obl:npmod 6:obl:npmod SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ @@ -141535,40 +141600,40 @@ 4 4g 4g PROPN NNP Number=Sing 5 compound 5:compound _ 5 owner owner NOUN NN Number=Sing 7 obl 7:obl:as _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 phone phone NOUN NN Number=Sing 12 nsubj 12:nsubj _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 pretty pretty ADV RB _ 12 advmod 12:advmod _ 12 fast fast ADJ JJ Degree=Pos 7 ccomp 7:ccomp _ 13 and and CCONJ CC _ 15 cc 15:cc _ -14 their there PRON EX Typo=Yes 15 expl 15:expl _ +14 their there PRON EX Typo=Yes 15 expl 15:expl CorrectForm=there 15 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 conj 7:ccomp|12:conj:and _ -16 no no DET DT _ 17 det 17:det _ +16 no no DET DT PronType=Neg 17 det 17:det _ 17 point point NOUN NN Number=Sing 15 nsubj 15:nsubj _ 18 installing install VERB VBG VerbForm=Ger 17 acl 17:acl _ 19 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ -20 rom rom NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No +20 rom ROM NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No 21 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108084119AAhsBk8_ans-0016 # text = Hope you read through this. -1 Hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 read read VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp _ -4 through through ADP IN _ 5 case 5:case _ -5 this this PRON DT Number=Sing|PronType=Dem 3 obl 3:obl:through SpaceAfter=No +3 read read VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp _ +4 through through ADP RP _ 3 compound:prt 3:compound:prt _ +5 this this PRON DT Number=Sing|PronType=Dem 3 obj 3:obj SpaceAfter=No 6 . . PUNCT . _ 1 punct 1:punct _ # newdoc id = answers-20111108105559AAkQd38_ans # sent_id = answers-20111108105559AAkQd38_ans-0001 # newpar id = answers-20111108105559AAkQd38_ans-p0001 # text = are the moors and penines in Yorkshire a lonely eerie place? -1 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +1 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 moors moor NOUN NNS Number=Plur 11 nsubj 11:nsubj _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 penines penine NOUN NNS Number=Plur 3 conj 3:conj:and|11:nsubj _ +5 penines Pennines PROPN NNPS Number=Plur|Typo=Yes 3 conj 3:conj:and|11:nsubj CorrectForm=Pennines 6 in in ADP IN _ 7 case 7:case _ 7 Yorkshire Yorkshire PROPN NNP Number=Sing 3 nmod 3:nmod:in _ 8 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ @@ -141582,7 +141647,7 @@ 1 and and CCONJ CC _ 3 cc 3:cc _ 2 how how ADV WRB PronType=Int 3 advmod 3:advmod _ 3 big big ADJ JJ Degree=Pos 0 root 0:root _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj SpaceAfter=No 6 ? ? PUNCT . _ 3 punct 3:punct _ @@ -141590,70 +141655,70 @@ # newpar id = answers-20111108105559AAkQd38_ans-p0002 # text = im 33. 1-2 im _ _ _ _ _ _ _ _ -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 m be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 33 33 NUM CD NumType=Card 0 root 0:root SpaceAfter=No +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +2 m be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 3 cop 3:cop CorrectForm='m +3 33 33 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108105559AAkQd38_ans-0004 # text = ive never been to the yorkshire moors or penines at all...i can see the penines in the far distance from my bedroom window. 1-2 ive _ _ _ _ _ _ _ _ -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|10:nsubj _ -2 ve have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|10:nsubj _ +2 ve have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 8 aux 8:aux CorrectForm='ve 3 never never ADV RB _ 8 advmod 8:advmod _ 4 been be AUX VBN Tense=Past|VerbForm=Part 8 cop 8:cop _ 5 to to ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 yorkshire yorkshire PROPN NNP Number=Sing 8 compound 8:compound _ +7 yorkshire Yorkshire PROPN NNP Number=Sing 8 compound 8:compound _ 8 moors moor NOUN NNS Number=Plur 0 root 0:root _ 9 or or CCONJ CC _ 10 cc 10:cc _ -10 penines penine NOUN NNS Number=Plur 8 conj 8:conj:or _ -11 at at ADV RB _ 12 case 12:case _ -12 all all ADV RB _ 8 obl 8:obl:at SpaceAfter=No -13 ... ... PUNCT , _ 8 punct 8:punct SpaceAfter=No -14 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ +10 penines Pennines PROPN NNPS Number=Plur|Typo=Yes 8 conj 8:conj:or CorrectForm=Pennines +11 at at ADP IN _ 12 case 12:case _ +12 all all DET DT PronType=Tot 8 obl 8:obl:at SpaceAfter=No +13 ... ... PUNCT , _ 16 punct 16:punct SpaceAfter=No +14 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ 15 can can AUX MD VerbForm=Fin 16 aux 16:aux _ 16 see see VERB VB VerbForm=Inf 8 parataxis 8:parataxis _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -18 penines penine NOUN NNS Number=Plur 16 obj 16:obj _ +18 penines Pennines PROPN NNPS Number=Plur|Typo=Yes 16 obj 16:obj CorrectForm=Pennines 19 in in ADP IN _ 22 case 22:case _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 21 far far ADJ JJ Degree=Pos 22 amod 22:amod _ 22 distance distance NOUN NN Number=Sing 16 obl 16:obl:in _ 23 from from ADP IN _ 26 case 26:case _ -24 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +24 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 25 bedroom bedroom NOUN NN Number=Sing 26 compound 26:compound _ 26 window window NOUN NN Number=Sing 16 obl 16:obl:from SpaceAfter=No 27 . . PUNCT . _ 8 punct 8:punct _ # sent_id = answers-20111108105559AAkQd38_ans-0005 # text = when i watched werewolf in london ( great film) that was the only time i saw the yorkshire moors. -1 when when SCONJ WRB PronType=Int 3 mark 3:mark _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 watched watch VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 advcl 15:advcl:when _ -4 werewolf werewolf PROPN NNP Number=Sing 3 obj 3:obj _ +1 when when ADV WRB PronType=Int 3 advmod 3:advmod _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +3 watched watch VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 15 advcl 15:advcl:when _ +4 werewolf Werewolf PROPN NNP Number=Sing 3 obj 3:obj _ 5 in in ADP IN _ 6 case 6:case _ -6 london london PROPN NNP Number=Sing 4 nmod 4:nmod:in _ -7 ( ( PUNCT -LRB- _ 4 punct 4:punct _ +6 london London PROPN NNP Number=Sing 4 nmod 4:nmod:in _ +7 ( ( PUNCT -LRB- _ 9 punct 9:punct _ 8 great great ADJ JJ Degree=Pos 9 amod 9:amod _ 9 film film NOUN NN Number=Sing 4 parataxis 4:parataxis SpaceAfter=No -10 ) ) PUNCT -RRB- _ 4 punct 4:punct _ +10 ) ) PUNCT -RRB- _ 9 punct 9:punct _ 11 that that PRON DT Number=Sing|PronType=Dem 15 nsubj 15:nsubj _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 14 only only ADJ JJ Degree=Pos 15 amod 15:amod _ 15 time time NOUN NN Number=Sing 0 root 0:root _ -16 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -17 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ +16 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ +17 saw see VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -19 yorkshire yorkshire PROPN NNP Number=Sing 20 compound 20:compound _ +19 yorkshire Yorkshire PROPN NNP Number=Sing 20 compound 20:compound _ 20 moors moor NOUN NNS Number=Plur 17 obj 17:obj SpaceAfter=No 21 . . PUNCT . _ 15 punct 15:punct _ # sent_id = answers-20111108105559AAkQd38_ans-0006 # text = can anyone give me information about them? 1 can can AUX MD VerbForm=Fin 3 aux 3:aux _ -2 anyone anyone PRON NN Number=Sing 3 nsubj 3:nsubj _ +2 anyone anyone PRON NN Number=Sing|PronType=Ind 3 nsubj 3:nsubj _ 3 give give VERB VB VerbForm=Inf 0 root 0:root _ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 iobj 3:iobj _ 5 information information NOUN NN Number=Sing 3 obj 3:obj _ @@ -141670,11 +141735,11 @@ 4 bleak bleak ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 eerie eerie ADJ JJ Degree=Pos 4 conj 4:conj:and SpaceAfter=No -7 , , PUNCT , _ 4 punct 4:punct _ +7 , , PUNCT , _ 10 punct 10:punct _ 8 often often ADV RB _ 10 advmod 10:advmod _ 9 very very ADV RB _ 10 advmod 10:advmod _ 10 exposed exposed ADJ JJ Degree=Pos 4 list 4:list SpaceAfter=No -11 , , PUNCT , _ 4 punct 4:punct _ +11 , , PUNCT , _ 13 punct 13:punct _ 12 often often ADV RB _ 13 advmod 13:advmod _ 13 covered covered ADJ JJ Degree=Pos 4 list 4:list _ 14 with with ADP IN _ 15 case 15:case _ @@ -141689,7 +141754,7 @@ 23 circles circle NOUN NNS Number=Plur 20 conj 15:nmod:like|20:conj:and _ 24 and and CCONJ CC _ 25 cc 25:cc _ 25 settlements settlement NOUN NNS Number=Plur 20 conj 15:nmod:like|20:conj:and SpaceAfter=No -26 -- -- PUNCT , _ 4 punct 4:punct SpaceAfter=No +26 -- -- PUNCT , _ 36 punct 36:punct SpaceAfter=No 27 until until ADP IN _ 28 case 28:case _ 28 late late ADV RB Degree=Pos 36 obl 36:obl:until _ 29 in in ADP IN _ 32 case 32:case _ @@ -141697,26 +141762,27 @@ 31 bronze bronze NOUN NN Number=Sing 32 compound 32:compound _ 32 age age NOUN NN Number=Sing 28 obl 28:obl:in _ 33 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 36 nsubj 36:nsubj _ -34 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 36 cop 36:cop _ +34 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 36 cop 36:cop _ 35 rich rich ADJ JJ Degree=Pos 36 amod 36:amod _ 36 farmlands farmland NOUN NNS Number=Plur 4 parataxis 4:parataxis SpaceAfter=No -37 , , PUNCT , _ 36 punct 36:punct SpaceAfter=No +37 , , PUNCT , _ 44 punct 44:punct SpaceAfter=No 38 then then ADV RB PronType=Dem 44 advmod 44:advmod _ 39 a a DET DT Definite=Ind|PronType=Art 40 det 40:det _ -40 change change NOUN NN Number=Sing 44 nsubj 44:nsubj _ +40 change change NOUN NN Number=Sing 44 nsubj 44:nsubj|50.1:nsubj _ 41 in in ADP IN _ 43 case 43:case _ 42 the the DET DT Definite=Def|PronType=Art 43 det 43:det _ 43 climate climate NOUN NN Number=Sing 40 nmod 40:nmod:in _ -44 caused cause VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 36 parataxis 36:parataxis _ +44 caused cause VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 36 parataxis 36:parataxis _ 45 the the DET DT Definite=Def|PronType=Art 46 det 46:det _ -46 skies sky NOUN NNS Number=Plur 44 obj 44:obj|48:nsubj:xsubj _ +46 skies sky NOUN NNS Number=Plur 44 iobj 44:iobj|48:nsubj:xsubj _ 47 to to PART TO _ 48 mark 48:mark _ 48 cloud cloud VERB VB VerbForm=Inf 44 xcomp 44:xcomp _ 49 over over ADV RB _ 48 advmod 48:advmod _ -50 and and CCONJ CC _ 53 cc 53:cc _ -51 rain rain NOUN NN Number=Sing 53 nsubj 53:nsubj _ +50 and and CCONJ CC _ 51 cc 50.1:cc _ +50.1 caused cause VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin _ _ 36:parataxis|44:conj:and CopyOf=44 +51 rain rain NOUN NN Number=Sing 46 conj 50.1:obj|53:nsubj:xsubj _ 52 to to PART TO _ 53 mark 53:mark _ -53 wash wash VERB VB VerbForm=Inf 48 conj 44:xcomp|48:conj:and _ +53 wash wash VERB VB VerbForm=Inf 51 orphan 50.1:xcomp _ 54 the the DET DT Definite=Def|PronType=Art 55 det 55:det _ 55 goodness goodness NOUN NN Number=Sing 53 obj 53:obj _ 56 from from ADP IN _ 58 case 58:case _ @@ -141728,8 +141794,8 @@ # text = The people abandoned their farms and religious sites and the ground they stood on became moorland. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 people people NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 abandoned abandon VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 abandoned abandon VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 farms farm NOUN NNS Number=Plur 3 obj 3:obj _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 religious religious ADJ JJ Degree=Pos 8 amod 8:amod _ @@ -141738,9 +141804,9 @@ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 ground ground NOUN NN Number=Sing 15 nsubj 15:nsubj|16:nsubj:xsubj _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 stood stand VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +13 stood stand VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 14 on on ADP IN _ 13 obl 13:obl _ -15 became become VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +15 became become VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 16 moorland moorland NOUN NN Number=Sing 15 xcomp 15:xcomp SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ @@ -141752,7 +141818,7 @@ 4 be be AUX VB VerbForm=Inf 6 cop 6:cop _ 5 very very ADV RB _ 6 advmod 6:advmod _ 6 beautiful beautiful ADJ JJ Degree=Pos 0 root 0:root _ -7 when when SCONJ WRB PronType=Int 12 mark 12:mark _ +7 when when ADV WRB PronType=Int 12 advmod 12:advmod _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 purple purple ADJ JJ Degree=Pos 10 amod 10:amod _ 10 heather heather NOUN NN Number=Sing 12 nsubj 12:nsubj _ @@ -141761,7 +141827,7 @@ 13 , , PUNCT , _ 17 punct 17:punct _ 14 and and CCONJ CC _ 17 cc 17:cc _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 17 nsubj 17:nsubj _ -16 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ +16 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 17 habitat habitat NOUN NN Number=Sing 6 conj 6:conj:and _ 18 to to ADP IN _ 20 case 20:case _ 19 much much ADJ JJ Degree=Pos 20 amod 20:amod _ @@ -141778,18 +141844,18 @@ # newpar id = answers-20111108094323AARaBJ5_ans-p0001 # text = I have a western pleasure appy thats really heavy on her left lead at the lope? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 4 western western ADJ JJ Degree=Pos 6 amod 6:amod _ 5 pleasure pleasure NOUN NN Number=Sing 6 compound 6:compound _ 6 appy appy NOUN NN Number=Sing 2 obj 2:obj|10:nsubj _ 7-8 thats _ _ _ _ _ _ _ _ -7 that that DET DT Number=Sing|PronType=Dem 10 nsubj 6:ref _ -8 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +7 that that PRON WDT PronType=Rel 10 nsubj 6:ref _ +8 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 10 cop 10:cop CorrectForm='s 9 really really ADV RB _ 10 advmod 10:advmod _ 10 heavy heavy ADJ JJ Degree=Pos 6 acl:relcl 6:acl:relcl _ 11 on on ADP IN _ 14 case 14:case _ -12 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 13 left left ADJ JJ Degree=Pos 14 amod 14:amod _ 14 lead lead NOUN NN Number=Sing 10 obl 10:obl:on _ 15 at at ADP IN _ 17 case 17:case _ @@ -141800,13 +141866,13 @@ # sent_id = answers-20111108094323AARaBJ5_ans-0002 # newpar id = answers-20111108094323AARaBJ5_ans-p0002 # text = My appy is very heavy on her left lead at the lope. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 appy appy NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 very very ADV RB _ 5 advmod 5:advmod _ 5 heavy heavy ADJ JJ Degree=Pos 0 root 0:root _ 6 on on ADP IN _ 9 case 9:case _ -7 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 8 left left ADJ JJ Degree=Pos 9 amod 9:amod _ 9 lead lead NOUN NN Number=Sing 5 obl 5:obl:on _ 10 at at ADP IN _ 12 case 12:case _ @@ -141820,7 +141886,7 @@ 2 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 lope lope VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 one one NUM CD NumType=Card 6 nummod 6:nummod _ +5 one one NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 6 stride stride NOUN NN Number=Sing 4 obj 4:obj _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 trot trot VERB VB VerbForm=Inf 4 conj 2:xcomp|4:conj:and _ @@ -141841,8 +141907,8 @@ 7 to to PART TO _ 8 mark 8:mark _ 8 get get VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ 9 off off ADP IN _ 12 case 12:case _ -10 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ -11 four four NUM CD NumType=Card 12 nummod 12:nummod _ +10 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 four four NUM CD NumForm=Word|NumType=Card 12 nummod 12:nummod _ 12 hand hand NOUN NN Number=Sing 8 obl 8:obl:off SpaceAfter=No 13 , , PUNCT , _ 14 punct 14:punct SpaceAfter=No 14 get get VERB VB VerbForm=Inf 8 conj 4:advcl:to|8:conj:and _ @@ -141871,32 +141937,32 @@ 11 that that DET DT Number=Sing|PronType=Dem 13 det 13:det _ 12 trot trot NOUN NN Number=Sing 13 compound 13:compound _ 13 step step NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No -14 , , PUNCT , _ 19 punct 19:punct _ +14 , , PUNCT , _ 10 punct 10:punct _ 15-16 it's _ _ _ _ _ _ _ _ 15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj _ 16 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 17 in in ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 feeling feeling NOUN NN Number=Sing 1 conj 1:conj:and _ -20 when when SCONJ WRB PronType=Int 22 mark 22:mark _ +20 when when ADV WRB PronType=Int 22 advmod 22:advmod _ 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ -22 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 advcl 27:advcl:when _ +22 feel feel VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 27 advcl 27:advcl:when _ 23 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 22 obj 22:obj|24:nsubj:xsubj _ -24 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 xcomp 22:xcomp _ +24 think think VERB VB VerbForm=Inf 22 xcomp 22:xcomp _ 25 trot trot NOUN NN Number=Sing 24 obj 24:obj SpaceAfter=No 26 , , PUNCT , _ 24 punct 24:punct _ 27 tick tick VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ -28 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 27 obj 27:obj _ +28 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 27 obj 27:obj _ 29 with with ADP IN _ 31 case 31:case _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 31 spur spur NOUN NN Number=Sing 27 obl 27:obl:with _ 32 and and CCONJ CC _ 33 cc 33:cc _ 33 lift lift VERB VB Mood=Imp|VerbForm=Fin 27 conj 27:conj:and _ 34 with with ADP IN _ 36 case 36:case _ -35 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ +35 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ 36 body body NOUN NN Number=Sing 33 obl 33:obl:with _ 37 to to PART TO _ 38 mark 38:mark _ -38 keep keep VERB VB VerbForm=Inf 36 acl 36:acl:to _ +38 keep keep VERB VB VerbForm=Inf 33 advcl 33:advcl:to _ 39 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 38 obj 38:obj|40:nsubj:xsubj _ 40 moving move VERB VBG VerbForm=Ger 38 xcomp 38:xcomp SpaceAfter=No 41 . . PUNCT . _ 1 punct 1:punct _ @@ -141905,7 +141971,7 @@ # text = If you concentrate on that feel just before the trot you can figure it out and the timing is essential to push her at that instant. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 concentrate concentrate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ +3 concentrate concentrate VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ 4 on on ADP IN _ 6 case 6:case _ 5 that that DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 feel feel NOUN NN Number=Sing 3 obl 3:obl:on _ @@ -141943,7 +142009,7 @@ 7 circles circle NOUN NNS Number=Plur 1 obl 1:obl:in SpaceAfter=No 8 , , PUNCT , _ 9 punct 9:punct _ 9 keep keep VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ -10 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 head head NOUN NN Number=Sing 9 obj 9:obj _ 12 to to ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ @@ -141953,9 +142019,9 @@ 17 circle circle NOUN NN Number=Sing 14 nmod 14:nmod:of _ 18 and and CCONJ CC _ 19 cc 19:cc _ 19 push push VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ -20 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ -21 but butt NOUN NN Number=Sing|Typo=Yes 19 obj 19:obj _ -22 out out ADV RB _ 19 compound:prt 19:compound:prt SpaceAfter=No +20 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +21 but butt NOUN NN Number=Sing|Typo=Yes 19 obj 19:obj CorrectForm=butt +22 out out ADV RB _ 19 advmod 19:advmod SpaceAfter=No 23 , , PUNCT , _ 24 punct 24:punct _ 24 keep keep VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ 25 doing do VERB VBG VerbForm=Ger 24 xcomp 24:xcomp _ @@ -141970,9 +142036,9 @@ 34 a a DET DT Definite=Ind|PronType=Art 36 det 36:det _ 35 little little ADJ JJ Degree=Pos 36 amod 36:amod _ 36 bit bit NOUN NN Number=Sing 37 obl:npmod 37:obl:npmod _ -37 bigger bigger ADJ JJR Degree=Cmp 38 amod 38:amod _ +37 bigger big ADJ JJR Degree=Cmp 38 amod 38:amod _ 38 circle circle NOUN NN Number=Sing 33 obj 33:obj SpaceAfter=No -39 , , PUNCT , _ 33 punct 33:punct _ +39 , , PUNCT , _ 43 punct 43:punct _ 40 till till SCONJ IN _ 43 mark 43:mark _ 41 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 43 nsubj 43:nsubj _ 42 can can AUX MD VerbForm=Fin 43 aux 43:aux _ @@ -141984,14 +142050,14 @@ 48 small small ADJ JJ Degree=Pos 52 amod 52:amod _ 49 and and CCONJ CC _ 50 cc 50:cc _ 50 small small ADJ JJ Degree=Pos 48 conj 48:conj:and|52:amod SpaceAfter=No -51 . . PUNCT . _ 52 punct 52:punct SpaceAfter=No +51 . . PUNCT . _ 48 punct 48:punct SpaceAfter=No 52 circles circle NOUN NNS Number=Plur 47 obj 47:obj _ # newdoc id = answers-20111108075853AAUIKRQ_ans # sent_id = answers-20111108075853AAUIKRQ_ans-0001 # newpar id = answers-20111108075853AAUIKRQ_ans-p0001 # text = my new OLYMPUS X940 DIGITAL CAMERA...? -1 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +1 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 2 new new ADJ JJ Degree=Pos 6 amod 6:amod _ 3 OLYMPUS OLYMPUS PROPN NNP Number=Sing 6 compound 6:compound _ 4 X940 X940 PROPN NNP Number=Sing 6 compound 6:compound _ @@ -142004,45 +142070,45 @@ # newpar id = answers-20111108075853AAUIKRQ_ans-p0002 # text = hi everyone....just hav my hands on my new OLYMPUS X940 digital camera..wel,i always wanted 2 hav one by sony..but anyways,ended up having olympus X940 from my dad.......does any1 already has it? 1 hi hi INTJ UH _ 5 discourse 5:discourse _ -2 everyone everyone PRON NN Number=Sing 5 vocative 5:vocative SpaceAfter=No -3 .... .... PUNCT , _ 5 punct 5:punct SpaceAfter=No +2 everyone everyone PRON NN Number=Sing|PronType=Tot 5 vocative 5:vocative SpaceAfter=No +3 .... .... PUNCT , _ 2 punct 2:punct SpaceAfter=No 4 just just ADV RB _ 5 advmod 5:advmod _ -5 hav have VERB VBP Abbr=Yes|Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 hav have VERB VBP Abbr=Yes|Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 hands hand NOUN NNS Number=Plur 5 obj 5:obj _ 8 on on ADP IN _ 14 case 14:case _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 10 new new ADJ JJ Degree=Pos 14 amod 14:amod _ 11 OLYMPUS OLYMPUS PROPN NNP Number=Sing 14 compound 14:compound _ 12 X940 X940 PROPN NNP Number=Sing 14 compound 14:compound _ 13 digital digital ADJ JJ Degree=Pos 14 amod 14:amod _ 14 camera camera NOUN NN Number=Sing 7 nmod 7:nmod:on SpaceAfter=No -15 .. .. PUNCT , _ 5 punct 5:punct SpaceAfter=No +15 .. .. PUNCT , _ 16 punct 16:punct SpaceAfter=No 16 wel well INTJ UH Abbr=Yes 5 discourse 5:discourse SpaceAfter=No -17 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No -18 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj|22:nsubj:xsubj|30:nsubj _ +17 , , PUNCT , _ 20 punct 20:punct CorrectSpaceAfter=Yes|SpaceAfter=No +18 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj|22:nsubj:xsubj|30:nsubj _ 19 always always ADV RB _ 20 advmod 20:advmod _ -20 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 parataxis 5:parataxis _ +20 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 parataxis 5:parataxis _ 21 2 to PART TO Abbr=Yes 22 mark 22:mark _ 22 hav have VERB VB Abbr=Yes|VerbForm=Inf 20 xcomp 20:xcomp _ -23 one one NUM CD NumType=Card 22 obj 22:obj _ +23 one one NUM CD NumForm=Word|NumType=Card 22 obj 22:obj _ 24 by by ADP IN _ 25 case 25:case _ 25 sony sony PROPN NNP Number=Sing 23 nmod 23:nmod:by SpaceAfter=No -26 .. .. PUNCT , _ 20 punct 20:punct SpaceAfter=No +26 .. .. PUNCT , _ 30 punct 30:punct SpaceAfter=No 27 but but CCONJ CC _ 30 cc 30:cc _ -28 anyways anyways ADV RB _ 30 advmod 30:advmod SpaceAfter=No -29 , , PUNCT , _ 30 punct 30:punct SpaceAfter=No -30 ended end VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 conj 20:conj:but _ +28 anyways anyways INTJ UH _ 30 discourse 30:discourse SpaceAfter=No +29 , , PUNCT , _ 28 punct 28:punct CorrectSpaceAfter=Yes|SpaceAfter=No +30 ended end VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 20 conj 20:conj:but _ 31 up up ADP RP _ 30 compound:prt 30:compound:prt _ 32 having have VERB VBG VerbForm=Ger 30 parataxis 30:parataxis _ 33 olympus olympus PROPN NNP Number=Sing 34 compound 34:compound _ 34 X940 X940 PROPN NNP Number=Sing 32 obj 32:obj _ 35 from from ADP IN _ 37 case 37:case _ -36 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ +36 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ 37 dad dad NOUN NN Number=Sing 34 nmod 34:nmod:from SpaceAfter=No -38 ....... ....... PUNCT , _ 5 punct 5:punct SpaceAfter=No +38 ....... ....... PUNCT , _ 42 punct 42:punct SpaceAfter=No 39 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 42 aux 42:aux _ -40 any1 anyone PRON NN Abbr=Yes|Number=Sing 42 nsubj 42:nsubj _ +40 any1 anyone PRON NN Abbr=Yes|Number=Sing|PronType=Ind 42 nsubj 42:nsubj _ 41 already already ADV RB _ 42 advmod 42:advmod _ 42 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ 43 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 42 obj 42:obj SpaceAfter=No @@ -142051,8 +142117,8 @@ # sent_id = answers-20111108075853AAUIKRQ_ans-0003 # text = how has ur experience with it? 1 how how ADV WRB PronType=Int 2 advmod 2:advmod _ -2 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 ur you PRON PRP$ Abbr=Yes|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 ur your PRON PRP$ Abbr=Yes|Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss CorrectForm=your 4 experience experience NOUN NN Number=Sing 2 nsubj 2:nsubj _ 5 with with ADP IN _ 6 case 6:case _ 6 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nmod 4:nmod:with SpaceAfter=No @@ -142063,11 +142129,11 @@ 1 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ -4 gud gud ADJ JJ Degree=Pos 5 amod 5:amod _ +4 gud good ADJ JJ Abbr=Yes|Degree=Pos 5 amod 5:amod _ 5 option option NOUN NN Number=Sing 0 root 0:root _ 6 for for ADP IN _ 11 case 11:case _ 7 casual casual ADJ JJ Degree=Pos 9 amod 9:amod SpaceAfter=No -8 / / PUNCT , _ 9 punct 9:punct SpaceAfter=No +8 / / PUNCT , _ 7 punct 7:punct SpaceAfter=No 9 formal formal ADJ JJ Degree=Pos 10 amod 10:amod _ 10 functions function NOUN NNS Number=Plur 11 compound 11:compound _ 11 photography photography NOUN NN Number=Sing 5 nmod 5:nmod:for SpaceAfter=No @@ -142076,10 +142142,10 @@ # sent_id = answers-20111108075853AAUIKRQ_ans-0005 # text = wht abt its picture quality??? 1 wht what PRON WP Abbr=Yes|PronType=Int 0 root 0:root _ -2 abt about ADP IN Abbr=Yes 5 case 5:case _ -3 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 abt about ADP IN Abbr=Yes 5 case 5:case CorrectForm=about +3 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 picture picture NOUN NN Number=Sing 5 compound 5:compound _ -5 quality quality NOUN NN Number=Sing 1 nmod 1:nmod:abt SpaceAfter=No +5 quality quality NOUN NN Number=Sing 1 nmod 1:nmod:about SpaceAfter=No 6 ??? ??? PUNCT . _ 1 punct 1:punct SpaceAfter=No # sent_id = answers-20111108075853AAUIKRQ_ans-0006 @@ -142098,14 +142164,14 @@ # text = it has 14 mega pixel camera...n 4xwide optical zoom... 1 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ 2 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 14 14 NUM CD NumType=Card 6 nummod 6:nummod _ -4 mega mega X AFX _ 6 compound 6:compound _ +3 14 14 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ +4 mega mega X AFX _ 5 compound 5:compound _ 5 pixel pixel NOUN NN Number=Sing 6 compound 6:compound _ 6 camera camera NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -7 ... ... PUNCT , _ 6 punct 6:punct SpaceAfter=No +7 ... ... PUNCT , _ 13 punct 13:punct SpaceAfter=No 8 n and CCONJ CC Abbr=Yes 13 cc 13:cc _ -9 4 4 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No -10 x x SYM SYM _ 8 nmod:npmod 13:compound SpaceAfter=No +9 4 4 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No +10 x x SYM SYM _ 13 nmod:npmod 13:nmod:npmod CorrectSpaceAfter=Yes|SpaceAfter=No 11 wide wide ADJ JJ Degree=Pos 13 amod 13:amod _ 12 optical optical ADJ JJ Degree=Pos 13 amod 13:amod _ 13 zoom zoom NOUN NN Number=Sing 6 conj 2:obj|6:conj:and SpaceAfter=No @@ -142113,11 +142179,11 @@ # sent_id = answers-20111108075853AAUIKRQ_ans-0008 # text = ur answers and reviews wud be highly appreciated.......thanks!!!!!!! -1 ur you PRON PRP$ Abbr=Yes|Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 ur your PRON PRP$ Abbr=Yes|Case=Gen|Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss CorrectForm=your 2 answers answer NOUN NNS Number=Plur 8 nsubj:pass 8:nsubj:pass _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 reviews review NOUN NNS Number=Plur 2 conj 2:conj:and|8:nsubj:pass _ -5 wud would AUX MD Abbr=Yes|VerbForm=Fin 8 aux 8:aux _ +5 wud would AUX MD Abbr=Yes|VerbForm=Fin 8 aux 8:aux CorrectForm=would 6 be be AUX VB VerbForm=Inf 8 aux:pass 8:aux:pass _ 7 highly highly ADV RB _ 8 advmod 8:advmod _ 8 appreciated appreciate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No @@ -142130,9 +142196,9 @@ # text = Olympus X-940 14 Megapixel Digital Camera has filters and can do all sorts of special effects. 1 Olympus Olympus PROPN NNP Number=Sing 8 compound 8:compound _ 2 X X PROPN NNP Number=Sing 8 compound 8:compound SpaceAfter=No -3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No -4 940 940 NUM CD NumType=Card 2 nummod 2:nummod _ -5 14 14 NUM CD NumType=Card 6 nummod 6:nummod _ +3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No +4 940 940 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ +5 14 14 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 Megapixel megapixel NOUN NN Number=Sing 8 compound 8:compound _ 7 Digital digital ADJ JJ Degree=Pos 8 amod 8:amod _ 8 Camera camera NOUN NN Number=Sing 9 nsubj 9:nsubj|13:nsubj _ @@ -142141,7 +142207,7 @@ 11 and and CCONJ CC _ 13 cc 13:cc _ 12 can can AUX MD VerbForm=Fin 13 aux 13:aux _ 13 do do VERB VB VerbForm=Inf 9 conj 9:conj:and _ -14 all all DET DT _ 15 det 15:det _ +14 all all DET DT PronType=Tot 15 det 15:det _ 15 sorts sort NOUN NNS Number=Plur 13 obj 13:obj _ 16 of of ADP IN _ 18 case 18:case _ 17 special special ADJ JJ Degree=Pos 18 amod 18:amod _ @@ -142184,29 +142250,29 @@ # sent_id = answers-20111108075853AAUIKRQ_ans-0013 # newpar id = answers-20111108075853AAUIKRQ_ans-p0004 # text = My answer is that we don't to text speak here... we type in English. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ -2 answer answer NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +2 answer answer NOUN NN Number=Sing 8 nsubj:outer 8:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 4 that that SCONJ IN _ 8 mark 8:mark _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 6-7 don't _ _ _ _ _ _ _ _ -6 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 n't not PART RB _ 8 advmod 8:advmod _ -8 to to VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +8 to do VERB VB Typo=Yes|VerbForm=Inf 0 root 0:root CorrectForm=do 9 text text NOUN NN Number=Sing 10 compound 10:compound _ 10 speak speak NOUN NN Number=Sing 8 obj 8:obj _ 11 here here ADV RB PronType=Dem 8 advmod 8:advmod SpaceAfter=No -12 ... ... PUNCT , _ 8 punct 8:punct _ +12 ... ... PUNCT , _ 14 punct 14:punct _ 13 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 type type VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 parataxis 8:parataxis _ +14 type type VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 8 parataxis 8:parataxis _ 15 in in ADP IN _ 16 case 16:case _ 16 English English PROPN NNP Number=Sing 14 obl 14:obl:in SpaceAfter=No -17 . . PUNCT . _ 3 punct 3:punct _ +17 . . PUNCT . _ 8 punct 8:punct _ # sent_id = answers-20111108075853AAUIKRQ_ans-0014 # text = Get your English in order before writing here again please. 1 Get get VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 English English PROPN NNP Number=Sing 1 obj 1:obj _ 4 in in ADP IN _ 5 case 5:case _ 5 order order NOUN NN Number=Sing 1 obl 1:obl:in _ @@ -142224,7 +142290,7 @@ 1 dead dead ADJ JJ Degree=Pos 2 amod 2:amod _ 2 pixel pixel NOUN NN Number=Sing 0 root 0:root _ 3 of of ADP IN _ 5 case 5:case _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 photos photo NOUN NNS Number=Plur 2 nmod 2:nmod:of SpaceAfter=No 6 ? ? PUNCT . _ 2 punct 2:punct _ @@ -142232,46 +142298,47 @@ # newpar id = answers-20111108083309AAg9jwT_ans-p0002 # text = just want to ask..i have an nikon dslr..im wondering why if i zoom my picture zoom like almost 200-300percent..i can see some dead pixel...is there something wrong with my camera body? 1 just just ADV RB _ 2 advmod 2:advmod _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 ask ask VERB VB VerbForm=Inf 2 xcomp 2:xcomp SpaceAfter=No -5 .. .. PUNCT , _ 2 punct 2:punct SpaceAfter=No -6 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +5 .. .. PUNCT , _ 7 punct 7:punct SpaceAfter=No +6 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ +7 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 8 an a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -9 nikon nikon PROPN NNP Number=Sing 10 compound 10:compound _ -10 dslr dslr NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No -11 .. .. PUNCT , _ 2 punct 2:punct SpaceAfter=No -12 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj SpaceAfter=No -13 m be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +9 nikon Nikon PROPN NNP Number=Sing 10 compound 10:compound _ +10 dslr DSLR NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No +11 .. .. PUNCT , _ 14 punct 14:punct SpaceAfter=No +12-13 im _ _ _ _ _ _ _ _ +12 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ +13 m be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 14 aux 14:aux CorrectForm='m 14 wondering wonder VERB VBG VerbForm=Ger 2 parataxis 2:parataxis _ -15 why why SCONJ WRB PronType=Int 31 mark 31:mark _ +15 why why ADV WRB PronType=Int 31 advmod 31:advmod _ 16 if if SCONJ IN _ 18 mark 18:mark _ -17 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -18 zoom zoom VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 advcl 31:advcl:if _ -19 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +17 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ +18 zoom zoom VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 31 advcl 31:advcl:if _ +19 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 20 picture picture NOUN NN Number=Sing 21 compound 21:compound _ 21 zoom zoom NOUN NN Number=Sing 18 obj 18:obj _ 22 like like INTJ UH _ 18 discourse 18:discourse _ 23 almost almost ADV RB _ 26 advmod 26:advmod _ -24 200 200 NUM CD NumType=Card 27 nummod 27:nummod SpaceAfter=No +24 200 200 NUM CD NumForm=Digit|NumType=Card 27 nummod 27:nummod SpaceAfter=No 25 - - SYM SYM _ 26 case 26:case SpaceAfter=No -26 300 300 NUM CD NumType=Card 24 nmod 24:nmod SpaceAfter=No -27 percent percent NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No -28 .. .. PUNCT , _ 31 punct 31:punct SpaceAfter=No -29 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 31 nsubj 31:nsubj _ +26 300 300 NUM CD NumForm=Digit|NumType=Card 24 nmod 24:nmod SpaceAfter=No +27 percent percent NOUN NN Number=Sing 18 obl:npmod 18:obl:npmod SpaceAfter=No +28 .. .. PUNCT , _ 18 punct 18:punct SpaceAfter=No +29 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 31 nsubj 31:nsubj _ 30 can can AUX MD VerbForm=Fin 31 aux 31:aux _ 31 see see VERB VB VerbForm=Inf 14 advcl 14:advcl _ -32 some some DET DT _ 34 det 34:det _ +32 some some DET DT PronType=Ind 34 det 34:det _ 33 dead dead ADJ JJ Degree=Pos 34 amod 34:amod _ 34 pixel pixel NOUN NN Number=Sing 31 obj 31:obj SpaceAfter=No -35 ... ... PUNCT , _ 2 punct 2:punct SpaceAfter=No +35 ... ... PUNCT , _ 36 punct 36:punct SpaceAfter=No 36 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 37 there there PRON EX _ 36 expl 36:expl _ -38 something something PRON NN Number=Sing 36 nsubj 36:nsubj _ +38 something something PRON NN Number=Sing|PronType=Ind 36 nsubj 36:nsubj _ 39 wrong wrong ADJ JJ Degree=Pos 38 amod 38:amod _ 40 with with ADP IN _ 43 case 43:case _ -41 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 43 nmod:poss 43:nmod:poss _ +41 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 43 nmod:poss 43:nmod:poss _ 42 camera camera NOUN NN Number=Sing 43 compound 43:compound _ 43 body body NOUN NN Number=Sing 39 obl 39:obl:with SpaceAfter=No 44 ? ? PUNCT . _ 2 punct 2:punct SpaceAfter=No @@ -142283,20 +142350,20 @@ # sent_id = answers-20111108083309AAg9jwT_ans-0004 # text = or what? -1 or or CCONJ CC _ 2 advmod 2:advmod _ +1 or or CCONJ CC _ 2 cc 2:cc _ 2 what what PRON WP PronType=Int 0 root 0:root SpaceAfter=No -3 ? ? PUNCT . _ 1 punct 1:punct _ +3 ? ? PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108083309AAg9jwT_ans-0005 # text = please help me..and what should i do to fix this problem? 1 please please INTJ UH _ 2 discourse 2:discourse _ 2 help help VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj SpaceAfter=No -4 .. .. PUNCT , _ 2 punct 2:punct SpaceAfter=No +4 .. .. PUNCT , _ 9 punct 9:punct SpaceAfter=No 5 and and CCONJ CC _ 9 cc 9:cc _ 6 what what PRON WP PronType=Int 9 obj 9:obj _ 7 should should AUX MD VerbForm=Fin 9 aux 9:aux _ -8 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ +8 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 9 do do VERB VB VerbForm=Inf 2 conj 2:conj:and _ 10 to to PART TO _ 11 mark 11:mark _ 11 fix fix VERB VB VerbForm=Inf 9 advcl 9:advcl:to _ @@ -142315,7 +142382,7 @@ # sent_id = answers-20111108083309AAg9jwT_ans-0007 # newpar id = answers-20111108083309AAg9jwT_ans-p0003 # text = Are you sure it isn't dirt on the sensor? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +1 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 sure sure ADJ JJ Degree=Pos 0 root 0:root _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ @@ -142361,13 +142428,13 @@ 15 long long ADJ JJ Degree=Pos 16 amod 16:amod _ 16 exposure exposure NOUN NN Number=Sing 14 obj 14:obj _ 17 and and CCONJ CC _ 19 cc 19:cc _ -18 smallest smallest ADJ JJS Degree=Sup 19 amod 19:amod _ +18 smallest small ADJ JJS Degree=Sup 19 amod 19:amod _ 19 aperture aperture NOUN NN Number=Sing 16 conj 14:obj|16:conj:and _ 20 you you PRON PRP Case=Nom|Person=2|PronType=Prs 21 nsubj 21:nsubj _ -21 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ -22 - - PUNCT , _ 1 punct 1:punct _ -23 over over X GW _ 1 parataxis 1:parataxis _ -24 expose expose VERB VB Mood=Imp|VerbForm=Fin 23 goeswith 23:goeswith _ +21 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ +22 - - PUNCT , _ 23 punct 23:punct _ +23 over overexpose VERB GW Mood=Imp|Typo=Yes|VerbForm=Fin 1 parataxis 1:parataxis _ +24 expose _ X VB _ 23 goeswith 23:goeswith _ 25 by by ADP IN _ 27 case 27:case _ 26 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 27 couple couple NOUN NN Number=Sing 23 obl 23:obl:by _ @@ -142384,7 +142451,7 @@ 6 image image NOUN NN Number=Sing 3 obl 3:obl:in _ 7 if if SCONJ IN _ 9 mark 9:mark _ 8 there there PRON EX _ 9 expl 9:expl _ -9 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ +9 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 10 dirt dirt NOUN NN Number=Sing 9 nsubj 9:nsubj _ 11 as as SCONJ IN _ 17 mark 17:mark _ 12 that that PRON DT Number=Sing|PronType=Dem 17 nsubj 17:nsubj _ @@ -142398,13 +142465,13 @@ # sent_id = answers-20111108083309AAg9jwT_ans-0011 # text = Cure is to get the sensor cleaned -1 Cure cure NOUN NN Number=Sing 2 nsubj 2:nsubj _ -2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Cure cure NOUN NN Number=Sing 4 nsubj:outer 4:nsubj:outer _ +2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 to to PART TO _ 4 mark 4:mark _ -4 get get VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ +4 get get VERB VB VerbForm=Inf 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 sensor sensor NOUN NN Number=Sing 4 obj 4:obj|7:nsubj:xsubj _ -7 cleaned clean VERB VBN Tense=Past|VerbForm=Part 4 xcomp 4:xcomp _ +7 cleaned clean VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 xcomp 4:xcomp _ # sent_id = answers-20111108083309AAg9jwT_ans-0012 # newpar id = answers-20111108083309AAg9jwT_ans-p0004 @@ -142415,30 +142482,30 @@ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 5 Pixel pixel NOUN NN Number=Sing 6 compound 6:compound _ 6 Mapping mapping NOUN NN Number=Sing 7 compound 7:compound _ -7 function function NOUN NN Number=Sing 3 nsubj 3:nsubj|14:nsubj _ +7 function function NOUN NN Number=Sing 3 nsubj 3:nsubj|13:nsubj _ 8 in in ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 menu menu NOUN NN Number=Sing 7 nmod 7:nmod:in _ -11 that that PRON WDT PronType=Rel 14 nsubj 7:ref _ -12 will will AUX MD VerbForm=Fin 14 aux 14:aux _ -13 get get VERB VB VerbForm=Inf 14 aux 14:aux _ -14 rid rid ADJ JJ Degree=Pos 7 acl:relcl 7:acl:relcl _ +11 that that PRON WDT PronType=Rel 13 nsubj 7:ref _ +12 will will AUX MD VerbForm=Fin 13 aux 13:aux _ +13 get get VERB VB VerbForm=Inf 7 acl:relcl 7:acl:relcl _ +14 rid rid ADJ JJ Degree=Pos 13 xcomp 13:xcomp _ 15 of of ADP IN _ 16 case 16:case _ -16 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 14 obl 14:obl:of SpaceAfter=No -17 , , PUNCT , _ 7 punct 7:punct _ +16 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 13 obl 13:obl:of SpaceAfter=No +17 , , PUNCT , _ 20 punct 20:punct _ 18 most most ADJ JJS Degree=Sup 19 amod 19:amod _ 19 sensors sensor NOUN NNS Number=Plur 20 nsubj 20:nsubj _ -20 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 parataxis 7:parataxis _ +20 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 parataxis 7:parataxis _ 21 a a DET DT Definite=Ind|PronType=Art 26 det 26:det _ 22 few few ADJ JJ Degree=Pos 26 amod 26:amod _ 23 dead dead ADJ JJ Degree=Pos 26 amod 26:amod _ 24 and and CCONJ CC _ 25 cc 25:cc _ -25 flipped flip VERB VBN Tense=Past|VerbForm=Part 23 conj 23:conj:and|26:amod _ +25 flipped flip VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 conj 23:conj:and|26:amod _ 26 pixels pixel NOUN NNS Number=Plur 20 obj 20:obj SpaceAfter=No -27 , , PUNCT , _ 7 punct 7:punct _ -28 some some DET DT _ 30 nsubj 30:nsubj _ +27 , , PUNCT , _ 30 punct 30:punct _ +28 some some DET DT PronType=Ind 30 nsubj 30:nsubj _ 29 only only ADV RB _ 30 advmod 30:advmod _ -30 show show VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 parataxis 7:parataxis _ +30 show show VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 parataxis 7:parataxis _ 31 up up ADP RP _ 30 compound:prt 30:compound:prt _ 32 on on ADP IN _ 34 case 34:case _ 33 long long ADJ JJ Degree=Pos 34 amod 34:amod _ @@ -142453,7 +142520,7 @@ # sent_id = answers-20111106155648AAvG7DN_ans-0001 # newpar id = answers-20111106155648AAvG7DN_ans-p0001 # text = New Zealand skilled migrant visa? -1 New New PROPN NNP Number=Sing 2 compound 2:compound _ +1 New New ADJ NNP Degree=Pos 2 amod 2:amod _ 2 Zealand Zealand PROPN NNP Number=Sing 5 compound 5:compound _ 3 skilled skilled ADJ JJ Degree=Pos 4 amod 4:amod _ 4 migrant migrant NOUN NN Number=Sing 5 compound 5:compound _ @@ -142465,20 +142532,20 @@ # text = If you apply for a skilled migrant workers visa and it is accepted do you have to find work in the same sector as your skills on your application or can you take up other work if you can't find something in your own field. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 apply apply VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:if _ +3 apply apply VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:if _ 4 for for ADP IN _ 10 case 10:case _ 5 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 6 skilled skilled ADJ JJ Degree=Pos 8 amod 8:amod _ 7 migrant migrant NOUN NN Number=Sing 8 compound 8:compound _ 8-9 workers _ _ _ _ _ _ _ _ 8 worker worker NOUN NN Number=Sing 10 nmod:poss 10:nmod:poss _ -9 s 's PART POS _ 8 case 8:case _ +9 s 's PART POS Typo=Yes 8 case 8:case CorrectForm='s 10 visa visa NOUN NN Number=Sing 3 obl 3:obl:for _ 11 and and CCONJ CC _ 14 cc 14:cc _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj:pass 14:nsubj:pass _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 aux:pass 14:aux:pass _ -14 accepted accept VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:and|17:advcl:if _ -15 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +14 accepted accept VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 conj 3:conj:and|17:advcl:if _ +15 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj|19:nsubj:xsubj _ 17 have have VERB VB VerbForm=Inf 0 root 0:root _ 18 to to PART TO _ 19 mark 19:mark _ @@ -142489,10 +142556,10 @@ 23 same same ADJ JJ Degree=Pos 24 amod 24:amod _ 24 sector sector NOUN NN Number=Sing 19 obl 19:obl:in _ 25 as as ADP IN _ 27 case 27:case _ -26 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +26 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 27 skills skill NOUN NNS Number=Plur 24 nmod 24:nmod:as _ 28 on on ADP IN _ 30 case 30:case _ -29 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +29 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 30 application application NOUN NN Number=Sing 27 nmod 27:nmod:on _ 31 or or CCONJ CC _ 34 cc 34:cc _ 32 can can AUX MD VerbForm=Fin 34 aux 34:aux _ @@ -142507,9 +142574,9 @@ 40 ca can AUX MD VerbForm=Fin 42 aux 42:aux _ 41 n't not PART RB _ 42 advmod 42:advmod _ 42 find find VERB VB VerbForm=Inf 34 advcl 34:advcl:if _ -43 something something PRON NN Number=Sing 42 obj 42:obj _ +43 something something PRON NN Number=Sing|PronType=Ind 42 obj 42:obj _ 44 in in ADP IN _ 47 case 47:case _ -45 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 47 nmod:poss 47:nmod:poss _ +45 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 47 nmod:poss 47:nmod:poss _ 46 own own ADJ JJ Degree=Pos 47 amod 47:amod _ 47 field field NOUN NN Number=Sing 43 nmod 43:nmod:in SpaceAfter=No 48 . . PUNCT . _ 17 punct 17:punct _ @@ -142517,7 +142584,7 @@ # sent_id = answers-20111106155648AAvG7DN_ans-0003 # text = I have posted this question on the NZ visa site and can't get any info, does anyone know.??? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|14:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 posted post VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 question question NOUN NN Number=Sing 3 obj 3:obj _ @@ -142531,11 +142598,11 @@ 12 ca can AUX MD VerbForm=Fin 14 aux 14:aux _ 13 n't not PART RB _ 14 advmod 14:advmod _ 14 get get VERB VB VerbForm=Inf 3 conj 3:conj:and _ -15 any any DET DT _ 16 det 16:det _ +15 any any DET DT PronType=Ind 16 det 16:det _ 16 info info NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No -17 , , PUNCT , _ 3 punct 3:punct _ +17 , , PUNCT , _ 20 punct 20:punct _ 18 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ -19 anyone anyone PRON NN Number=Sing 20 nsubj 20:nsubj _ +19 anyone anyone PRON NN Number=Sing|PronType=Ind 20 nsubj 20:nsubj _ 20 know know VERB VB VerbForm=Inf 3 parataxis 3:parataxis SpaceAfter=No 21 .??? .??? PUNCT . _ 3 punct 3:punct _ @@ -142546,10 +142613,10 @@ 2 out out ADP RP _ 1 compound:prt 1:compound:prt _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 poles pole NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 coming come VERB VBG Tense=Pres|VerbForm=Part 1 parataxis 1:parataxis SpaceAfter=No 7 ..... ..... PUNCT , _ 10 punct 10:punct SpaceAfter=No -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 little little ADJ JJ Degree=Pos 10 amod 10:amod _ 10 butterfly butterfly NOUN NN Number=Sing 1 parataxis 1:parataxis _ @@ -142569,7 +142636,7 @@ 10 , , PUNCT , _ 13 punct 13:punct _ 11 could could AUX MD VerbForm=Fin 13 aux 13:aux _ 12 be be AUX VB VerbForm=Inf 13 cop 13:cop _ -13 something something PRON NN Number=Sing 9 conj 9:conj _ +13 something something PRON NN Number=Sing|PronType=Ind 9 conj 9:conj _ 14 similar similar ADJ JJ Degree=Pos 13 amod 13:amod _ # sent_id = answers-20111106155648AAvG7DN_ans-0006 @@ -142581,7 +142648,7 @@ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 conditions condition NOUN NNS Number=Plur 2 obl 2:obl:on _ 6 of of ADP IN _ 10 case 10:case _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 8 skilled skilled ADJ JJ Degree=Pos 9 amod 9:amod _ 9 migrant migrant NOUN NN Number=Sing 10 compound 10:compound _ 10 visa visa NOUN NN Number=Sing 5 nmod 5:nmod:of SpaceAfter=No @@ -142589,15 +142656,15 @@ # sent_id = answers-20111106155648AAvG7DN_ans-0007 # text = Your visa should say whether or not you are restricted to work in a specific sector. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 visa visa NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 should should AUX MD VerbForm=Fin 4 aux 4:aux _ 4 say say VERB VB VerbForm=Inf 0 root 0:root _ 5 whether whether SCONJ IN _ 10 mark 10:mark _ 6 or or CCONJ CC _ 5 fixed 5:fixed _ -7 not not ADV RB _ 5 fixed 5:fixed _ +7 not not PART RB _ 5 fixed 5:fixed _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj:pass 10:nsubj:pass|12:nsubj:xsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ +9 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ 10 restricted restrict VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 ccomp 4:ccomp _ 11 to to PART TO _ 12 mark 12:mark _ 12 work work VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ @@ -142610,7 +142677,7 @@ # sent_id = answers-20111106155648AAvG7DN_ans-0008 # text = If your visa does not restrict you from taking any work in New Zealand then you can work in any sector. 1 If if SCONJ IN _ 6 mark 6:mark _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 visa visa NOUN NN Number=Sing 6 nsubj 6:nsubj _ 4 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 not not PART RB _ 6 advmod 6:advmod _ @@ -142618,17 +142685,17 @@ 7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 6 obj 6:obj _ 8 from from SCONJ IN _ 9 mark 9:mark _ 9 taking take VERB VBG VerbForm=Ger 6 advcl 6:advcl:from _ -10 any any DET DT _ 11 det 11:det _ +10 any any DET DT PronType=Ind 11 det 11:det _ 11 work work NOUN NN Number=Sing 9 obj 9:obj _ 12 in in ADP IN _ 14 case 14:case _ -13 New New PROPN NNP Number=Sing 14 compound 14:compound _ +13 New New ADJ NNP Degree=Pos 14 amod 14:amod _ 14 Zealand Zealand PROPN NNP Number=Sing 11 nmod 11:nmod:in _ 15 then then ADV RB PronType=Dem 18 advmod 18:advmod _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ 17 can can AUX MD VerbForm=Fin 18 aux 18:aux _ 18 work work VERB VB VerbForm=Inf 0 root 0:root _ 19 in in ADP IN _ 21 case 21:case _ -20 any any DET DT _ 21 det 21:det _ +20 any any DET DT PronType=Ind 21 det 21:det _ 21 sector sector NOUN NN Number=Sing 18 obl 18:obl:in SpaceAfter=No 22 . . PUNCT . _ 18 punct 18:punct _ @@ -142639,7 +142706,7 @@ 3 matters matter VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 if if SCONJ IN _ 6 mark 6:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:if _ +6 received receive VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:if _ 7 an a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 offer offer NOUN NN Number=Sing 6 obj 6:obj _ 9 of of ADP IN _ 10 case 10:case _ @@ -142647,22 +142714,22 @@ 11 or or CCONJ CC _ 16 cc 16:cc _ 12 if if SCONJ IN _ 16 mark 16:mark _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj|21:nsubj _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +14 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 15 currently currently ADV RB _ 16 advmod 16:advmod _ 16 working work VERB VBG Tense=Pres|VerbForm=Part 6 conj 3:advcl:if|6:conj:or _ 17 in in ADP IN _ 19 case 19:case _ -18 New New PROPN NNP Number=Sing 19 compound 19:compound _ +18 New New ADJ NNP Degree=Pos 19 amod 19:amod _ 19 Zealand Zealand PROPN NNP Number=Sing 16 obl 16:obl:in _ 20 and and CCONJ CC _ 21 cc 21:cc _ -21 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 conj 16:conj:and _ +21 used use VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 16 conj 16:conj:and _ 22 that that DET DT Number=Sing|PronType=Dem 23 det 23:det _ 23 job job NOUN NN Number=Sing 21 obj 21:obj _ 24 in in ADP IN _ 26 case 26:case _ -25 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 application application NOUN NN Number=Sing 21 obl 21:obl:in _ 27 to to PART TO _ 28 mark 28:mark _ 28 get get VERB VB VerbForm=Inf 26 acl 26:acl:to _ -29 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ +29 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ 30 skilled skilled ADJ JJ Degree=Pos 31 amod 31:amod _ 31 migrant migrant NOUN NN Number=Sing 32 compound 32:compound _ 32 visa visa NOUN NN Number=Sing 28 obj 28:obj SpaceAfter=No @@ -142674,11 +142741,11 @@ # text = In Chicago, what is the best restaurant to dine at on a budget? 1 In in ADP IN _ 2 case 2:case _ 2 Chicago Chicago PROPN NNP Number=Sing 4 obl 4:obl:in SpaceAfter=No -3 , , PUNCT , _ 4 punct 4:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 what what PRON WP PronType=Int 0 root 0:root _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 best best ADJ JJS Degree=Sup 8 amod 8:amod _ +7 best good ADJ JJS Degree=Sup 8 amod 8:amod _ 8 restaurant restaurant NOUN NN Number=Sing 4 nsubj 4:nsubj _ 9 to to PART TO _ 10 mark 10:mark _ 10 dine dine VERB VB VerbForm=Inf 8 acl 8:acl:to _ @@ -142693,9 +142760,9 @@ # text = Downtown Chicago, Loop, North 1 Downtown downtown NOUN NN Number=Sing 2 compound 2:compound _ 2 Chicago Chicago PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 Loop Loop PROPN NNP Number=Sing 2 list 2:list SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 North North PROPN NNP Number=Sing 2 list 2:list _ # sent_id = answers-20111106153454AAgT9Df_ans-0003 @@ -142707,17 +142774,17 @@ 4 line line NOUN NN Number=Sing 1 obj 1:obj _ 5 to to ADP IN _ 6 case 6:case _ 6 Clark Clark PROPN NNP Number=Sing 1 obl 1:obl:to SpaceAfter=No -7 , , PUNCT , _ 1 punct 1:punct _ +7 , , PUNCT , _ 10 punct 10:punct _ 8 then then ADV RB PronType=Dem 10 advmod 10:advmod _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -10 turn turn VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ +10 turn turn VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ 11 right right ADV RB _ 10 advmod 10:advmod SpaceAfter=No 12 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111106153454AAgT9Df_ans-0004 # text = Walk 2 blocks then turn right again. 1 Walk walk VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 2 2 NUM CD NumType=Card 3 nummod 3:nummod _ +2 2 2 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 3 blocks block NOUN NNS Number=Plur 1 obj 1:obj _ 4 then then ADV RB PronType=Dem 5 advmod 5:advmod _ 5 turn turn VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ @@ -142728,7 +142795,7 @@ # sent_id = answers-20111106153454AAgT9Df_ans-0005 # text = Walk 2 more blocks then cross the street. 1 Walk walk VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 2 2 NUM CD NumType=Card 3 compound 3:compound _ +2 2 2 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 3 more more ADJ JJR Degree=Cmp 4 amod 4:amod _ 4 blocks block NOUN NNS Number=Plur 1 obj 1:obj _ 5 then then ADV RB PronType=Dem 6 advmod 6:advmod _ @@ -142745,24 +142812,24 @@ 4 to to ADP IN _ 6 case 6:case _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 place place NOUN NN Number=Sing 3 obl 3:obl:to _ -7 called call VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No -9 BIG BIG PROPN NNP Number=Sing 10 compound 10:compound _ +9 BIG BIG ADJ NNP Degree=Pos 10 amod 10:amod _ 10 BOWL BOWL PROPN NNP Number=Sing 7 obj 7:obj SpaceAfter=No 11 " " PUNCT '' _ 10 punct 10:punct SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111106153454AAgT9Df_ans-0007 # text = THAI FOOD AND ASIAN. -1 THAI thai ADJ JJ Degree=Pos 2 amod 2:amod _ +1 THAI Thai ADJ JJ Degree=Pos 2 amod 2:amod _ 2 FOOD food NOUN NN Number=Sing 0 root 0:root _ 3 AND and CCONJ CC _ 4 cc 4:cc _ -4 ASIAN asian ADJ JJ Degree=Pos 2 conj 2:conj:and SpaceAfter=No +4 ASIAN Asian ADJ JJ Degree=Pos 2 conj 2:conj:and SpaceAfter=No 5 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111106153454AAgT9Df_ans-0008 # text = BEST PLACE EVER!!!!!!!!!!!! -1 BEST best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 BEST good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 PLACE place NOUN NN Number=Sing 0 root 0:root _ 3 EVER ever ADV RB _ 2 advmod 2:advmod SpaceAfter=No 4 !!!!!!!!!!!! !!!!!!!!!!!! PUNCT . _ 2 punct 2:punct _ @@ -142772,7 +142839,7 @@ # text = McDonalds 1-2 McDonalds _ _ _ _ _ _ _ _ 1 McDonald McDonald PROPN NNP Number=Sing 0 root 0:root _ -2 s 's PART POS _ 1 case 1:case _ +2 s 's PART POS Typo=Yes 1 case 1:case CorrectForm='s # sent_id = answers-20111106153454AAgT9Df_ans-0010 # newpar id = answers-20111106153454AAgT9Df_ans-p0005 @@ -142782,18 +142849,18 @@ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 restaurant restaurant NOUN NN Number=Sing 0 root 0:root _ 5 but but CCONJ CC _ 6 cc 6:cc _ -6 what what PRON WP PronType=Int 4 conj 4:conj:but _ +6 what what PRON WP PronType=Int 8 obj 8:obj _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -8 order order VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ -9 when when SCONJ WRB PronType=Int 11 mark 11:mark _ +8 order order VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ +9 when when ADV WRB PronType=Int 11 advmod 11:advmod _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -11 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:when _ +11 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:when _ 12 there there ADV RB PronType=Dem 11 advmod 11:advmod _ -13 and and CCONJ CC _ 15 cc 15:cc _ +13 and and CCONJ CC _ 17 cc 17:cc _ 14 what what DET WDT PronType=Int 15 det 15:det _ -15 time time NOUN NN Number=Sing 4 conj 4:conj:and _ +15 time time NOUN NN Number=Sing 17 obl:tmod 17:obl:tmod _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ -17 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl SpaceAfter=No +17 go go VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 conj 8:conj:and SpaceAfter=No 18 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111106153454AAgT9Df_ans-0011 @@ -142821,7 +142888,7 @@ 8 full full ADJ JJ Degree=Pos 9 amod 9:amod _ 9 meal meal NOUN NN Number=Sing 4 conj 3:obj|4:conj:rather_than _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +11 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 12 just just ADV RB _ 14 advmod 14:advmod _ 13 as as ADV RB _ 14 advmod 14:advmod _ 14 good good ADJ JJ Degree=Pos 16 amod 16:amod _ @@ -142831,15 +142898,15 @@ # sent_id = answers-20111106153454AAgT9Df_ans-0013 # text = But the best way is to use coupons. -1 But but CCONJ CC _ 5 cc 5:cc _ +1 But but CCONJ CC _ 7 cc 7:cc _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 best best ADJ JJS Degree=Sup 4 amod 4:amod _ -4 way way NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 best good ADJ JJS Degree=Sup 4 amod 4:amod _ +4 way way NOUN NN Number=Sing 7 nsubj:outer 7:nsubj:outer _ +5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 to to PART TO _ 7 mark 7:mark _ -7 use use VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ +7 use use VERB VB VerbForm=Inf 0 root 0:root _ 8 coupons coupon NOUN NNS Number=Plur 7 obj 7:obj SpaceAfter=No -9 . . PUNCT . _ 5 punct 5:punct _ +9 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111106153454AAgT9Df_ans-0014 # text = Check out http://www.restaurant.com lots of restaurants you can look at the menu and check out prices. @@ -142863,7 +142930,7 @@ # sent_id = answers-20111106153454AAgT9Df_ans-0015 # text = Yo also may want to try "small neighborhood" restaurants and support family run places rather than the large corporate chains. -1 Yo yo PRON PRP _ 4 nsubj 4:nsubj|6:nsubj:xsubj|13:nsubj:xsubj _ +1 Yo you PRON PRP Case=Nom|Person=2|PronType=Prs|Typo=Yes 4 nsubj 4:nsubj|6:nsubj:xsubj|13:nsubj:xsubj CorrectForm=You 2 also also ADV RB _ 4 advmod 4:advmod _ 3 may may AUX MD VerbForm=Fin 4 aux 4:aux _ 4 want want VERB VB VerbForm=Inf 0 root 0:root _ @@ -142877,7 +142944,7 @@ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 support support VERB VB VerbForm=Inf 6 conj 4:xcomp|6:conj:and _ 14 family family NOUN NN Number=Sing 15 compound 15:compound _ -15 run run VERB VBN Tense=Past|VerbForm=Part 16 amod 16:amod _ +15 run run VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 amod 16:amod _ 16 places place NOUN NNS Number=Plur 13 obj 13:obj _ 17 rather rather ADV RB _ 22 cc 22:cc _ 18 than than ADP IN _ 17 fixed 17:fixed _ @@ -142893,24 +142960,24 @@ 2 that that SCONJ IN _ 4 mark 4:mark _ 3 there there PRON EX _ 4 expl 4:expl _ 4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 anything anything PRON NN Number=Sing 4 nsubj 4:nsubj _ +5 anything anything PRON NN Number=Sing|PronType=Ind 4 nsubj 4:nsubj _ 6 wrong wrong ADJ JJ Degree=Pos 5 amod 5:amod _ 7 with with ADP IN _ 8 case 8:case _ 8 that that PRON DT Number=Sing|PronType=Dem 6 obl 6:obl:with _ 9 because because SCONJ IN _ 12 mark 12:mark _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 11 also also ADV RB _ 12 advmod 12:advmod _ -12 employ employ VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:because _ +12 employ employ VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:because _ 13 local local ADJ JJ Degree=Pos 14 amod 14:amod _ 14 people people NOUN NNS Number=Plur 12 obj 12:obj|16:nsubj|18:nsubj _ 15 that that PRON WDT PronType=Rel 16 nsubj 14:ref _ -16 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ +16 live live VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ 17 and and CCONJ CC _ 18 cc 18:cc _ -18 shop shop VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 conj 14:acl:relcl|16:conj:and _ +18 shop shop VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 conj 14:acl:relcl|16:conj:and _ 19 in in ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 area area NOUN NN Number=Sing 16 obl 16:obl:in SpaceAfter=No -22 . . PUNCT . _ 1 punct 1:punct _ +22 . . PUNCT . _ 4 punct 4:punct _ # newdoc id = answers-20111108101816AAdTp9M_ans # sent_id = answers-20111108101816AAdTp9M_ans-0001 @@ -142918,7 +142985,7 @@ # text = Is there any cure for mouse poison? 1 Is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 there there PRON EX _ 1 expl 1:expl _ -3 any any DET DT _ 4 det 4:det _ +3 any any DET DT PronType=Ind 4 det 4:det _ 4 cure cure NOUN NN Number=Sing 1 nsubj 1:nsubj _ 5 for for ADP IN _ 7 case 7:case _ 6 mouse mouse NOUN NN Number=Sing 7 compound 7:compound _ @@ -142929,18 +142996,18 @@ # newpar id = answers-20111108101816AAdTp9M_ans-p0002 # text = I found a poor little mouse walking around in my friends house, and since I was able to catch it very easily (normally mice move at the speed of light), and since it was acting unresponsive, I thought it was infected with mouse poison, since my friend uses it. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 4 poor poor ADJ JJ Degree=Pos 6 amod 6:amod _ -5 little little NOUN NN Number=Sing 6 compound 6:compound _ -6 mouse mouse NOUN NN Number=Sing 2 obj 2:obj _ -7 walking walk VERB VBG VerbForm=Ger 6 acl 6:acl _ +5 little little ADJ JJ Degree=Pos 6 amod 6:amod _ +6 mouse mouse NOUN NN Number=Sing 2 obj 2:obj|7:nsubj:xsubj _ +7 walking walk VERB VBG VerbForm=Ger 2 xcomp 6:xcomp _ 8 around around ADV RB _ 7 advmod 7:advmod _ 9 in in ADP IN _ 13 case 13:case _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11-12 friends _ _ _ _ _ _ _ _ 11 friend friend NOUN NN Number=Sing 13 nmod:poss 13:nmod:poss _ -12 s 's PART POS _ 11 case 11:case _ +12 s 's PART POS Typo=Yes 11 case 11:case CorrectForm='s 13 house house NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No 14 , , PUNCT , _ 44 punct 44:punct _ 15 and and CCONJ CC _ 44 cc 44:cc _ @@ -142956,7 +143023,7 @@ 25 ( ( PUNCT -LRB- _ 28 punct 28:punct SpaceAfter=No 26 normally normally ADV RB _ 28 advmod 28:advmod _ 27 mice mouse NOUN NNS Number=Plur 28 nsubj 28:nsubj _ -28 move move VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 parataxis 19:parataxis _ +28 move move VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 parataxis 19:parataxis _ 29 at at ADP IN _ 31 case 31:case _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 31 speed speed NOUN NN Number=Sing 28 obl 28:obl:at _ @@ -142970,18 +143037,18 @@ 39 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 40 aux 40:aux _ 40 acting act VERB VBG VerbForm=Ger 19 conj 19:conj:and|44:advcl:since _ 41 unresponsive unresponsive ADJ JJ Degree=Pos 40 xcomp 40:xcomp SpaceAfter=No -42 , , PUNCT , _ 44 punct 44:punct _ +42 , , PUNCT , _ 19 punct 19:punct _ 43 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 44 nsubj 44:nsubj _ -44 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +44 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 45 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 47 nsubj:pass 47:nsubj:pass _ 46 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 47 aux:pass 47:aux:pass _ -47 infected infect VERB VBN Tense=Past|VerbForm=Part 44 ccomp 44:ccomp _ +47 infected infect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 44 ccomp 44:ccomp _ 48 with with ADP IN _ 50 case 50:case _ 49 mouse mouse NOUN NN Number=Sing 50 compound 50:compound _ 50 poison poison NOUN NN Number=Sing 47 obl 47:obl:with SpaceAfter=No -51 , , PUNCT , _ 47 punct 47:punct _ +51 , , PUNCT , _ 55 punct 55:punct _ 52 since since SCONJ IN _ 55 mark 55:mark _ -53 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 54 nmod:poss 54:nmod:poss _ +53 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 54 nmod:poss 54:nmod:poss _ 54 friend friend NOUN NN Number=Sing 55 nsubj 55:nsubj _ 55 uses use VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 47 advcl 47:advcl:since _ 56 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 55 obj 55:obj SpaceAfter=No @@ -142990,7 +143057,7 @@ # sent_id = answers-20111108101816AAdTp9M_ans-0003 # text = I know that the mouse will probably die, but I was wondering if there is any cure for mouse poison? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 8 mark 8:mark _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 mouse mouse NOUN NN Number=Sing 8 nsubj 8:nsubj _ @@ -143004,8 +143071,8 @@ 13 wondering wonder VERB VBG VerbForm=Ger 2 conj 2:conj:but _ 14 if if SCONJ IN _ 16 mark 16:mark _ 15 there there PRON EX _ 16 expl 16:expl _ -16 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ -17 any any DET DT _ 18 det 18:det _ +16 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 ccomp 13:ccomp _ +17 any any DET DT PronType=Ind 18 det 18:det _ 18 cure cure NOUN NN Number=Sing 16 nsubj 16:nsubj _ 19 for for ADP IN _ 21 case 21:case _ 20 mouse mouse NOUN NN Number=Sing 21 compound 21:compound _ @@ -143016,13 +143083,13 @@ # text = I just hate to see the poor dears experience a slow painful death that way :( . 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 hate hate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 hate hate VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 see see VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 poor poor ADJ JJ Degree=Pos 8 amod 8:amod _ 8 dears dear NOUN NNS Number=Plur 9 nsubj 9:nsubj _ -9 experience experience VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ +9 experience experience VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ 10 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 11 slow slow ADJ JJ Degree=Pos 13 amod 13:amod _ 12 painful painful ADJ JJ Degree=Pos 13 amod 13:amod _ @@ -143039,7 +143106,7 @@ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 exact exact ADJ JJ Degree=Pos 5 amod 5:amod _ 5 poison poison NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -6 , , PUNCT , _ 2 punct 2:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 no no INTJ UH _ 2 discourse 2:discourse SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ @@ -143076,7 +143143,7 @@ 9 have have VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ 10 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 9 obj 9:obj|11:nsubj:xsubj _ 11 use use VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ -12 CO2 co2 NOUN NN Number=Sing 11 obj 11:obj _ +12 CO2 CO2 NOUN NN Number=Sing 11 obj 11:obj _ 13 to to PART TO _ 14 mark 14:mark _ 14 put put VERB VB VerbForm=Inf 11 advcl 11:advcl:to _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -143087,8 +143154,8 @@ # sent_id = answers-20111108101816AAdTp9M_ans-0008 # text = Or, you can put the animal in a snap trap designed for rats or mice since that is the only really humane kill method for invasive animals. -1 Or or INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +1 Or or CCONJ CC _ 5 cc 5:cc SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 4 can can AUX MD VerbForm=Fin 5 aux 5:aux _ 5 put put VERB VB VerbForm=Inf 0 root 0:root _ @@ -143098,7 +143165,7 @@ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 snap snap NOUN NN Number=Sing 11 compound 11:compound _ 11 trap trap NOUN NN Number=Sing 5 obl 5:obl:in _ -12 designed design VERB VBN Tense=Past|VerbForm=Part 11 acl 11:acl _ +12 designed design VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl 11:acl _ 13 for for ADP IN _ 14 case 14:case _ 14 rats rat NOUN NNS Number=Plur 12 obl 12:obl:for _ 15 or or CCONJ CC _ 16 cc 16:cc _ @@ -143129,7 +143196,7 @@ 7 & & CCONJ CC _ 8 cc 8:cc _ 8 Hammer Hammer PROPN NNP Number=Sing 6 conj 6:conj _ 9 to to ADP IN _ 11 case 11:case _ -10 it's it's PRON PRP$ _ 11 nmod:poss 11:nmod:poss _ +10 it's its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 11 nmod:poss 11:nmod:poss CorrectForm=its 11 head head NOUN NN Number=Sing 6 nmod 6:nmod:to SpaceAfter=No 12 . . PUNCT . _ 6 punct 6:punct _ @@ -143139,7 +143206,7 @@ # text = Crayola Air- Dry Clay? 1 Crayola Crayola PROPN NNP Number=Sing 5 compound 5:compound _ 2 Air air NOUN NN Number=Sing 4 compound 4:compound SpaceAfter=No -3 - - PUNCT HYPH _ 4 punct 4:punct _ +3 - - PUNCT HYPH _ 2 punct 2:punct _ 4 Dry dry NOUN NN Number=Sing 5 compound 5:compound _ 5 Clay clay NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 6 ? ? PUNCT . _ 5 punct 5:punct _ @@ -143154,7 +143221,7 @@ # text = So I have a VERY long list of people I want to make Xmas gifts for and one of them is my best friend. 1 So so ADV RB _ 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 5 VERY very ADV RB _ 6 advmod 6:advmod _ 6 long long ADJ JJ Degree=Pos 7 amod 7:amod _ @@ -143162,19 +143229,19 @@ 8 of of ADP IN _ 9 case 9:case _ 9 people people NOUN NNS Number=Plur 7 nmod 7:nmod:of _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj|13:nsubj:xsubj _ -11 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +11 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 12 to to PART TO _ 13 mark 13:mark _ 13 make make VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 14 Xmas Xmas PROPN NNP Number=Sing 15 compound 15:compound _ 15 gifts gift NOUN NNS Number=Plur 13 obj 13:obj _ 16 for for ADP IN _ 13 obl 13:obl _ 17 and and CCONJ CC _ 24 cc 24:cc _ -18 one one NUM CD NumType=Card 24 nsubj 24:nsubj _ +18 one one NUM CD NumForm=Word|NumType=Card 24 nsubj 24:nsubj _ 19 of of ADP IN _ 20 case 20:case _ 20 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 18 nmod 18:nmod:of _ 21 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ -22 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ -23 best best ADJ JJS Degree=Sup 24 amod 24:amod _ +22 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +23 best good ADJ JJS Degree=Sup 24 amod 24:amod _ 24 friend friend NOUN NN Number=Sing 3 conj 3:conj:and SpaceAfter=No 25 . . PUNCT . _ 3 punct 3:punct _ @@ -143196,7 +143263,7 @@ 4 artistic artistic ADJ JJ Degree=Pos 0 root 0:root _ 5 so so ADV RB _ 7 advmod 7:advmod _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 decided decide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ +7 decided decide VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ 9 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 aux 10:aux _ 10 going go VERB VBG VerbForm=Ger 7 ccomp 7:ccomp _ @@ -143212,17 +143279,17 @@ # text = I don't have much money so I bought Crayola Air-Dry Clay. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 have have VERB VB VerbForm=Inf 0 root 0:root _ 5 much much ADJ JJ Degree=Pos 6 amod 6:amod _ 6 money money NOUN NN Number=Sing 4 obj 4:obj _ 7 so so ADV RB _ 9 advmod 9:advmod _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 bought buy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ +9 bought buy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ 10 Crayola Crayola PROPN NNP Number=Sing 14 compound 14:compound _ 11 Air air NOUN NN Number=Sing 13 compound 13:compound SpaceAfter=No -12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 Dry dry NOUN NN Number=Sing 14 compound 14:compound _ 14 Clay clay NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ @@ -143230,7 +143297,7 @@ # sent_id = answers-20111107194625AAAUBXm_ans-0007 # text = I have sculpted the giraffe laying down. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 sculpted sculpt VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 giraffe giraffe NOUN NN Number=Sing 3 obj 3:obj _ @@ -143241,22 +143308,22 @@ # sent_id = answers-20111107194625AAAUBXm_ans-0008 # text = The key is...I have a few problems: 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 key key NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +2 key key NOUN NN Number=Sing 6 nsubj:outer 6:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop SpaceAfter=No 4 ... ... PUNCT , _ 3 punct 3:punct SpaceAfter=No 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +6 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 few few ADJ JJ Degree=Pos 9 amod 9:amod _ 9 problems problem NOUN NNS Number=Plur 6 obj 6:obj SpaceAfter=No -10 : : PUNCT : _ 3 punct 3:punct _ +10 : : PUNCT : _ 6 punct 6:punct _ # sent_id = answers-20111107194625AAAUBXm_ans-0009 # text = 1. I tested it out by making a figure boat -1 1 1 X LS _ 4 nummod 4:nummod SpaceAfter=No +1 1 1 NUM LS NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 tested test VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 tested test VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ 6 out out ADP RP _ 4 compound:prt 4:compound:prt _ 7 by by SCONJ IN _ 8 mark 8:mark _ @@ -143269,11 +143336,11 @@ # text = And after 4 days when it dried it was very fragile! 1 And and CCONJ CC _ 11 cc 11:cc _ 2 after after ADP IN _ 4 case 4:case _ -3 4 4 NUM CD NumType=Card 4 nummod 4:nummod _ +3 4 4 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 days day NOUN NNS Number=Plur 11 obl 11:obl:after _ -5 when when SCONJ WRB PronType=Int 7 mark 7:mark _ +5 when when ADV WRB PronType=Int 7 advmod 7:advmod _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 dried dry VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:when _ +7 dried dry VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:when _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 9 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ 10 very very ADV RB _ 11 advmod 11:advmod _ @@ -143296,7 +143363,7 @@ # text = Is there any way to strengthen it? 1 Is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 there there PRON EX _ 1 expl 1:expl _ -3 any any DET DT _ 4 det 4:det _ +3 any any DET DT PronType=Ind 4 det 4:det _ 4 way way NOUN NN Number=Sing 1 nsubj 1:nsubj _ 5 to to PART TO _ 6 mark 6:mark _ 6 strengthen strengthen VERB VB VerbForm=Inf 4 acl 4:acl:to _ @@ -143305,13 +143372,13 @@ # sent_id = answers-20111107194625AAAUBXm_ans-0013 # text = 2. What kind of paint do I use to paint the giraffe? -1 2 2 X LS _ 9 nummod 9:nummod SpaceAfter=No +1 2 2 NUM LS NumForm=Digit|NumType=Card 9 nummod 9:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 What what DET WDT PronType=Int 4 det 4:det _ 4 kind kind NOUN NN Number=Sing 9 obj 9:obj _ 5 of of ADP IN _ 6 case 6:case _ 6 paint paint NOUN NN Number=Sing 4 nmod 4:nmod:of _ -7 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +7 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 9 use use VERB VB VerbForm=Inf 0 root 0:root _ 10 to to PART TO _ 11 mark 11:mark _ @@ -143322,11 +143389,11 @@ # sent_id = answers-20111107194625AAAUBXm_ans-0014 # text = 3. Is there any cheap way to give it a shine like I made it in a kiln? -1 3 3 X LS _ 3 nummod 3:nummod SpaceAfter=No +1 3 3 NUM LS NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 Is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 there there PRON EX _ 3 expl 3:expl _ -5 any any DET DT _ 7 det 7:det _ +5 any any DET DT PronType=Ind 7 det 7:det _ 6 cheap cheap ADJ JJ Degree=Pos 7 amod 7:amod _ 7 way way NOUN NN Number=Sing 3 nsubj 3:nsubj _ 8 to to PART TO _ 9 mark 9:mark _ @@ -143336,7 +143403,7 @@ 12 shine shine NOUN NN Number=Sing 9 obj 9:obj _ 13 like like SCONJ IN _ 15 mark 15:mark _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:like _ +15 made make VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:like _ 16 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 obj 15:obj _ 17 in in ADP IN _ 19 case 19:case _ 18 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ @@ -143352,7 +143419,7 @@ 4 works work VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 on on ADP IN _ 6 case 6:case _ 6 armatures armature NOUN NNS Number=Plur 4 obl 4:obl:on _ -7 , , PUNCT , _ 4 punct 4:punct _ +7 , , PUNCT , _ 10 punct 10:punct _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 clay clay NOUN NN Number=Sing 10 nsubj 10:nsubj _ 10 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ @@ -143360,7 +143427,7 @@ 12 minor minor ADJ JJ Degree=Pos 14 amod 14:amod _ 13 shrink shrink NOUN NN Number=Sing 14 compound 14:compound _ 14 percent percent NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No -15 , , PUNCT , _ 10 punct 10:punct _ +15 , , PUNCT , _ 19 punct 19:punct _ 16 so so ADV RB _ 19 advmod 19:advmod _ 17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 19 nsubj 19:nsubj _ 18 can can AUX MD VerbForm=Fin 19 aux 19:aux _ @@ -143369,7 +143436,7 @@ 21 wire wire NOUN NN Number=Sing 22 compound 22:compound _ 22 armature armature NOUN NN Number=Sing 19 obj 19:obj _ 23 inside inside ADV RB _ 19 advmod 19:advmod SpaceAfter=No -24 , , PUNCT , _ 4 punct 4:punct _ +24 , , PUNCT , _ 25 punct 25:punct _ 25 paint paint VERB VB Mood=Imp|VerbForm=Fin 4 parataxis 4:parataxis _ 26 with with ADP IN _ 28 case 28:case _ 27 acrylic acrylic ADJ JJ Degree=Pos 28 amod 28:amod _ @@ -143401,51 +143468,51 @@ # sent_id = answers-20111108105225AAAJ9ek_ans-0003 # newpar id = answers-20111108105225AAAJ9ek_ans-p0002 # text = i have a 3-4 month old kitten and i live in forida. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -4 3 3 NUM CD NumType=Card 7 compound 7:compound SpaceAfter=No +4 3 3 NUM CD NumForm=Digit|NumType=Card 7 compound 7:compound SpaceAfter=No 5 - - SYM SYM _ 6 case 6:case SpaceAfter=No -6 4 4 NUM CD NumType=Card 4 nmod 4:nmod _ +6 4 4 NUM CD NumForm=Digit|NumType=Card 4 nmod 4:nmod _ 7 month month NOUN NN Number=Sing 8 obl:npmod 8:obl:npmod _ 8 old old ADJ JJ Degree=Pos 9 amod 9:amod _ 9 kitten kitten NOUN NN Number=Sing 2 obj 2:obj _ 10 and and CCONJ CC _ 12 cc 12:cc _ -11 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +11 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ +12 live live VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 13 in in ADP IN _ 14 case 14:case _ 14 forida forida PROPN NNP Number=Sing 12 obl 12:obl:in SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108105225AAAJ9ek_ans-0004 # text = i am going to my grandmas in north carolina and we are going camping in a cabin in west virginia. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 to to ADP IN _ 6 case 6:case _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6-7 grandmas _ _ _ _ _ _ _ _ -6 grandma grandma NOUN NN Number=Sing 3 obl 3:obl:s _ -7 s 's PART POS _ 6 case 6:case _ +6 grandma grandma NOUN NN Number=Sing 3 obl 3:obl:to _ +7 s 's PART POS Typo=Yes 6 case 6:case CorrectForm='s 8 in in ADP IN _ 10 case 10:case _ -9 north north PROPN NNP Number=Sing 10 compound 10:compound _ -10 carolina carolina PROPN NNP Number=Sing 6 nmod 6:nmod:in _ +9 north North PROPN NNP Number=Sing 10 compound 10:compound _ +10 carolina Carolina PROPN NNP Number=Sing 6 nmod 6:nmod:in _ 11 and and CCONJ CC _ 14 cc 14:cc _ 12 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 14 nsubj 14:nsubj|15:nsubj:xsubj _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 14 going go VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj:and _ 15 camping camp VERB VBG VerbForm=Ger 14 xcomp 14:xcomp _ 16 in in ADP IN _ 18 case 18:case _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 18 cabin cabin NOUN NN Number=Sing 15 obl 15:obl:in _ 19 in in ADP IN _ 21 case 21:case _ -20 west west PROPN NNP Number=Sing 21 compound 21:compound _ -21 virginia virginia PROPN NNP Number=Sing 18 nmod 18:nmod:in SpaceAfter=No +20 west West PROPN NNP Number=Sing 21 compound 21:compound _ +21 virginia Virginia PROPN NNP Number=Sing 18 nmod 18:nmod:in SpaceAfter=No 22 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108105225AAAJ9ek_ans-0005 # text = My cat is a outside cat but she loves it inside. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 cat cat NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -143472,7 +143539,7 @@ # sent_id = answers-20111108105225AAAJ9ek_ans-0007 # text = Should i bring her? 1 Should should AUX MD VerbForm=Fin 3 aux 3:aux _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 3 bring bring VERB VB VerbForm=Inf 0 root 0:root _ 4 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj SpaceAfter=No 5 ? ? PUNCT . _ 3 punct 3:punct _ @@ -143501,8 +143568,8 @@ # newpar id = answers-20111108105225AAAJ9ek_ans-p0003 # text = We took our cat Mitten camping. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 took take VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 cat cat NOUN NN Number=Sing 2 obj 2:obj|6:nsubj:xsubj _ 5 Mitten Mitten PROPN NNP Number=Sing 4 appos 4:appos _ 6 camping camp VERB VBG VerbForm=Ger 2 xcomp 2:xcomp SpaceAfter=No @@ -143511,7 +143578,7 @@ # sent_id = answers-20111108105225AAAJ9ek_ans-0011 # text = He loved it. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 loved love VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 loved love VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj SpaceAfter=No 4 . . PUNCT . _ 2 punct 2:punct _ @@ -143522,22 +143589,22 @@ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 4 an a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 5 inside inside ADJ JJ Degree=Pos 8 amod 8:amod SpaceAfter=No -6 / / PUNCT , _ 7 cc 7:cc SpaceAfter=No +6 / / SYM , _ 7 cc 7:cc SpaceAfter=No 7 outside outside ADJ JJ Degree=Pos 5 conj 5:conj|8:amod _ 8 cat cat NOUN NN Number=Sing 0 root 0:root _ -9 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No +9 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 10 only only ADV RB _ 11 advmod 11:advmod _ -11 one one NUM CD NumType=Card 8 appos 8:appos _ +11 one one NUM CD NumForm=Word|NumType=Card 8 appos 8:appos _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 owned own VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ -14 - - PUNCT , _ 8 punct 8:punct _ +13 owned own VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +14 - - PUNCT , _ 20 punct 20:punct _ 15 rest rest NOUN NN Number=Sing 20 nsubj 20:nsubj _ -16 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +16 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 17 been be AUX VBN Tense=Past|VerbForm=Part 20 cop 20:cop _ -18 100 100 NUM CD NumType=Card 19 compound 19:compound _ -19 0nside 0nside ADJ JJ Degree=Pos 20 amod 20:amod _ +18 100 100 NUM CD NumForm=Digit|NumType=Card 19 compound 19:compound _ +19 0nside inside ADJ JJ Degree=Pos|Typo=Yes 20 amod 20:amod CorrectForm=inside 20 cats cat NOUN NNS Number=Plur 8 parataxis 8:parataxis SpaceAfter=No -21 ) ) PUNCT -RRB- _ 8 punct 8:punct SpaceAfter=No +21 ) ) PUNCT -RRB- _ 20 punct 20:punct SpaceAfter=No 22 . . PUNCT . _ 8 punct 8:punct _ # sent_id = answers-20111108105225AAAJ9ek_ans-0013 @@ -143548,14 +143615,14 @@ 4 to to ADP IN _ 6 case 6:case _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 harness harness NOUN NN Number=Sing 3 obl 3:obl:to SpaceAfter=No -7 / / PUNCT , _ 8 cc 8:cc SpaceAfter=No +7 / / SYM , _ 8 cc 8:cc SpaceAfter=No 8 leash leash NOUN NN Number=Sing 6 conj 3:obl:to|6:conj _ 9 for for ADP IN _ 11 case 11:case _ 10 outside outside ADJ JJ Degree=Pos 11 amod 11:amod _ 11 time time NOUN NN Number=Sing 3 obl 3:obl:for _ 12 but but CCONJ CC _ 14 cc 14:cc _ 13 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj|16:nsubj:xsubj _ -14 knew know VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ +14 knew know VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ 15 to to PART TO _ 16 mark 16:mark _ 16 use use VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ @@ -143567,7 +143634,7 @@ # sent_id = answers-20111108105225AAAJ9ek_ans-0014 # text = If your cat is not trained to use the litter pan, you may have a problem taking her. 1 If if SCONJ IN _ 6 mark 6:mark _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 cat cat NOUN NN Number=Sing 6 nsubj:pass 6:nsubj:pass|8:nsubj:xsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ 5 not not PART RB _ 6 advmod 6:advmod _ @@ -143577,14 +143644,14 @@ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 litter litter NOUN NN Number=Sing 11 compound 11:compound _ 11 pan pan NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No -12 , , PUNCT , _ 15 punct 15:punct _ +12 , , PUNCT , _ 6 punct 6:punct _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ 14 may may AUX MD VerbForm=Fin 15 aux 15:aux _ 15 have have VERB VB VerbForm=Inf 0 root 0:root _ 16 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 17 problem problem NOUN NN Number=Sing 15 obj 15:obj _ 18 taking take VERB VBG VerbForm=Ger 15 advcl 15:advcl _ -19 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 obj 18:obj SpaceAfter=No +19 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 18 obj 18:obj SpaceAfter=No 20 . . PUNCT . _ 15 punct 15:punct _ # sent_id = answers-20111108105225AAAJ9ek_ans-0015 @@ -143595,8 +143662,8 @@ # sent_id = answers-20111108105225AAAJ9ek_ans-0016 # text = changing its surroundings too often will stress it out and it will get depressed, mean, sick, or will not want to be around you. -1 changing change VERB VBG VerbForm=Ger 7 csubj 7:csubj|13:csubj _ -2 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 changing change VERB VBG VerbForm=Ger 7 csubj 7:csubj _ +2 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 surroundings surroundings NOUN NNS Number=Plur 1 obj 1:obj _ 4 too too ADV RB _ 5 advmod 5:advmod _ 5 often often ADV RB _ 1 advmod 1:advmod _ @@ -143605,14 +143672,14 @@ 8 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj _ 9 out out ADP RP _ 7 compound:prt 7:compound:prt _ 10 and and CCONJ CC _ 13 cc 13:cc _ -11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -12 will will AUX MD VerbForm=Fin 18 aux 18:aux _ +11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj|14:nsubj:xsubj|16:nsubj:xsubj|18:nsubj:xsubj|23:nsubj|27:nsubj:xsubj _ +12 will will AUX MD VerbForm=Fin 13 aux 13:aux _ 13 get get VERB VB VerbForm=Inf 7 conj 7:conj:and _ -14 depressed depressed ADJ JJ Degree=Pos 13 amod 13:amod SpaceAfter=No +14 depressed depressed ADJ JJ Degree=Pos 13 xcomp 13:xcomp SpaceAfter=No 15 , , PUNCT , _ 16 punct 16:punct _ -16 mean mean ADJ JJ Degree=Pos 14 conj 13:amod|14:conj SpaceAfter=No +16 mean mean ADJ JJ Degree=Pos 14 conj 13:xcomp|14:conj SpaceAfter=No 17 , , PUNCT , _ 18 punct 18:punct _ -18 sick sick ADJ JJ Degree=Pos 14 conj 13:amod|14:conj SpaceAfter=No +18 sick sick ADJ JJ Degree=Pos 14 conj 13:xcomp|14:conj SpaceAfter=No 19 , , PUNCT , _ 23 punct 23:punct _ 20 or or CCONJ CC _ 23 cc 23:cc _ 21 will will AUX MD VerbForm=Fin 23 aux 23:aux _ @@ -143636,7 +143703,7 @@ 6 for for SCONJ IN _ 7 mark 7:mark _ 7 dusting dust VERB VBG VerbForm=Ger 5 advcl 5:advcl:for _ 8 around around ADP IN _ 10 case 10:case _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 parakeet parakeet NOUN NN Number=Sing 7 obl 7:obl:around SpaceAfter=No 11 ? ? PUNCT . _ 5 punct 5:punct _ @@ -143651,7 +143718,7 @@ 6 to to PART TO _ 7 mark 7:mark _ 7 dust dust VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ 8 around around ADP IN _ 10 case 10:case _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 budgie budgie NOUN NN Number=Sing 7 obl 7:obl:around SpaceAfter=No 11 . . PUNCT . _ 5 punct 5:punct _ @@ -143667,16 +143734,16 @@ # text = If not, what is? 1 If if SCONJ IN _ 2 mark 2:mark _ 2 not not PART RB _ 5 advcl 5:advcl:if SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 what what PRON WP PronType=Int 5 nsubj 5:nsubj _ -5 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root Promoted=Yes|SpaceAfter=No 6 ? ? PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108092738AA2dtyW_ans-0005 # newpar id = answers-20111108092738AA2dtyW_ans-p0003 # text = Your best bet would just be a swiffer duster -- they don't require cleaner. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ -2 best best ADJ JJS Degree=Sup 3 amod 3:amod _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 best good ADJ JJS Degree=Sup 3 amod 3:amod _ 3 bet bet NOUN NN Number=Sing 9 nsubj 9:nsubj _ 4 would would AUX MD VerbForm=Fin 9 aux 9:aux _ 5 just just ADV RB _ 9 advmod 9:advmod _ @@ -143684,10 +143751,10 @@ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 swiffer swiffer PROPN NNP Number=Sing 9 compound 9:compound _ 9 duster duster NOUN NN Number=Sing 0 root 0:root _ -10 -- -- PUNCT , _ 9 punct 9:punct _ +10 -- -- PUNCT , _ 14 punct 14:punct _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 12-13 don't _ _ _ _ _ _ _ _ -12 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +12 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 n't not PART RB _ 14 advmod 14:advmod _ 14 require require VERB VB VerbForm=Inf 9 parataxis 9:parataxis _ 15 cleaner cleaner NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No @@ -143701,7 +143768,7 @@ 4 use use VERB VB VerbForm=Inf 11 advcl 11:advcl:if _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 cleaner cleaner NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No -7 , , PUNCT , _ 11 punct 11:punct _ +7 , , PUNCT , _ 4 punct 4:punct _ 8 pledge pledge PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 9 should should AUX MD VerbForm=Fin 11 aux 11:aux _ 10 be be AUX VB VerbForm=Inf 11 cop 11:cop _ @@ -143711,11 +143778,11 @@ 14 area area NOUN NN Number=Sing 23 nsubj:pass 17:obl|23:nsubj:pass _ 15 that that PRON WDT PronType=Rel 17 obl 14:ref _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ -17 keep keep VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ -18 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +17 keep keep VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ +18 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 parakeet parakeet NOUN NN Number=Sing 17 obj 17:obj _ 20 in in ADP IN _ 15 case 15:case _ -21 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 aux:pass 23:aux:pass _ +21 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 aux:pass 23:aux:pass _ 22 well well ADV RB Degree=Pos 23 advmod 23:advmod _ 23 ventilated ventilate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 advcl 11:advcl:if SpaceAfter=No 24 . . PUNCT . _ 11 punct 11:punct _ @@ -143723,7 +143790,7 @@ # sent_id = answers-20111108092738AA2dtyW_ans-0007 # text = I have had parakeets for a VERY long time, and I use pledge. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 parakeets parakeet NOUN NNS Number=Plur 3 obj 3:obj _ 5 for for ADP IN _ 9 case 9:case _ @@ -143734,7 +143801,7 @@ 10 , , PUNCT , _ 13 punct 13:punct _ 11 and and CCONJ CC _ 13 cc 13:cc _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +13 use use VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 14 pledge pledge PROPN NNP Number=Sing 13 obj 13:obj SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ @@ -143759,10 +143826,10 @@ # newpar id = answers-20111108092738AA2dtyW_ans-p0004 # text = I agree w the answer from Nothing. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 agree agree VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 agree agree VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 w with ADP IN Abbr=Yes 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 answer answer NOUN NN Number=Sing 2 obl 2:obl:w _ +5 answer answer NOUN NN Number=Sing 2 obl 2:obl:with _ 6 from from ADP IN _ 7 case 7:case _ 7 Nothing Nothing PROPN NNP Number=Sing 5 nmod 5:nmod:from SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ @@ -143775,7 +143842,7 @@ 4 cloth cloth NOUN NN Number=Sing 17 nsubj 13:nsubj|17:nsubj _ 5 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ +7 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ 8 diapers diaper NOUN NNS Number=Plur 7 obj 7:obj SpaceAfter=No 9 ) ) PUNCT -RRB- _ 7 punct 7:punct _ 10 that that PRON WDT PronType=Rel 13 nsubj 4:ref _ @@ -143783,7 +143850,7 @@ 12 barely barely ADV RB _ 13 advmod 13:advmod _ 13 damp damp ADJ JJ Degree=Pos 4 acl:relcl 4:acl:relcl _ 14 w with ADP IN Abbr=Yes 15 case 15:case _ -15 water water NOUN NN Number=Sing 13 obl 13:obl:w _ +15 water water NOUN NN Number=Sing 13 obl 13:obl:with _ 16 will will AUX MD VerbForm=Fin 17 aux 17:aux _ 17 work work VERB VB VerbForm=Inf 0 root 0:root _ 18 fine fine ADV RB _ 17 advmod 17:advmod SpaceAfter=No @@ -143793,7 +143860,7 @@ # text = Swiffer or any type of micro-fiber cloth is excellent. 1 Swiffer Swiffer PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 2 or or CCONJ CC _ 4 cc 4:cc _ -3 any any DET DT _ 4 det 4:det _ +3 any any DET DT PronType=Ind 4 det 4:det _ 4 type type NOUN NN Number=Sing 1 conj 1:conj:or|9:nsubj _ 5 of of ADP IN _ 7 case 7:case _ 6 micro-fiber micro-fiber ADJ JJ Degree=Pos 7 amod 7:amod _ @@ -143805,15 +143872,15 @@ # sent_id = answers-20111108092738AA2dtyW_ans-0012 # text = I use Miracle Cloth, they're fantastic, just don't use fabric softener or dryer sheets when cleaning them, it ruins their "grabbing" ability. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 use use VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 Miracle Miracle PROPN NNP Number=Sing 4 compound 4:compound _ 4 Cloth Cloth PROPN NNP Number=Sing 2 obj 2:obj SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ +5 , , PUNCT , _ 8 punct 8:punct _ 6-7 they're _ _ _ _ _ _ _ _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -7 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +7 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 fantastic fantastic ADJ JJ Degree=Pos 2 parataxis 2:parataxis SpaceAfter=No -9 , , PUNCT , _ 2 punct 2:punct _ +9 , , PUNCT , _ 13 punct 13:punct _ 10 just just ADV RB _ 13 advmod 13:advmod _ 11-12 don't _ _ _ _ _ _ _ _ 11 do do AUX VB Mood=Imp|VerbForm=Fin 13 aux 13:aux _ @@ -143824,26 +143891,26 @@ 16 or or CCONJ CC _ 18 cc 18:cc _ 17 dryer dryer NOUN NN Number=Sing 18 compound 18:compound _ 18 sheets sheet NOUN NNS Number=Plur 15 conj 13:obj|15:conj:or _ -19 when when SCONJ WRB PronType=Int 20 mark 20:mark _ +19 when when ADV WRB PronType=Int 20 advmod 20:advmod _ 20 cleaning clean VERB VBG VerbForm=Ger 13 advcl 13:advcl:when _ 21 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 20 obj 20:obj SpaceAfter=No -22 , , PUNCT , _ 2 punct 2:punct _ +22 , , PUNCT , _ 24 punct 24:punct _ 23 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 24 nsubj 24:nsubj _ 24 ruins ruin VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ -25 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ -26 " " PUNCT `` _ 29 punct 29:punct SpaceAfter=No +25 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +26 " " PUNCT `` _ 27 punct 27:punct SpaceAfter=No 27 grabbing grab VERB VBG VerbForm=Ger 29 amod 29:amod SpaceAfter=No -28 " " PUNCT '' _ 29 punct 29:punct _ +28 " " PUNCT '' _ 27 punct 27:punct _ 29 ability ability NOUN NN Number=Sing 24 obj 24:obj SpaceAfter=No 30 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108092738AA2dtyW_ans-0013 # text = http://www.solutions.com/jump.jsp?itemID=1361&itemType=PRODUCT&path=1%2C3%2C477&iProductID=1361 If anything you use has a strong or lingering fragrance it can bother or potentially injure the bird. -1 http://www.solutions.com/jump.jsp?itemID=1361&itemType=PRODUCT&path=1%2C3%2C477&iProductID=1361 http://www.solutions.com/jump.jsp?itemid=1361&itemtype=product&path=1%2c3%2c477&iproductid=1361 X ADD _ 0 root 0:root _ +1 http://www.solutions.com/jump.jsp?itemID=1361&itemType=PRODUCT&path=1%2C3%2C477&iProductID=1361 http://www.solutions.com/jump.jsp?itemID=1361&itemType=PRODUCT&path=1%2C3%2C477&iProductID=1361 X ADD _ 0 root 0:root _ 2 If if SCONJ IN _ 6 mark 6:mark _ -3 anything anything PRON NN Number=Sing 6 nsubj 6:nsubj _ +3 anything anything PRON NN Number=Sing|PronType=Ind 6 nsubj 6:nsubj _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +5 use use VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:if _ 7 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 8 strong strong ADJ JJ Degree=Pos 11 amod 11:amod _ @@ -143865,7 +143932,7 @@ # newpar id = answers-20110721164531AA3BGSJ_ans-p0001 # text = RP: Is it wrong to want to remove a contact because they are really really stupid...? 1 RP rp NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 5 punct 5:punct _ 3 Is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 expl 5:expl _ 5 wrong wrong ADJ JJ Degree=Pos 1 appos 1:appos _ @@ -143877,7 +143944,7 @@ 11 contact contact NOUN NN Number=Sing 9 obj 9:obj _ 12 because because SCONJ IN _ 17 mark 17:mark _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 17 nsubj 17:nsubj _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 15 really really ADV RB _ 16 advmod 16:advmod _ 16 really really ADV RB _ 17 advmod 17:advmod _ 17 stupid stupid ADJ JJ Degree=Pos 9 advcl 9:advcl:because SpaceAfter=No @@ -143889,7 +143956,7 @@ # text = I didn't get to read the answers lol :( 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ 2-3 didn't _ _ _ _ _ _ _ _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 get get VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ @@ -143903,15 +143970,16 @@ # text = I'm not gonna say who, they are on now. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ -4 gon go VERB VBG Abbr=Yes|Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No +4-5 gonna _ _ _ _ _ _ _ _ +4 gon go VERB VBG Abbr=Yes|Tense=Pres|VerbForm=Part 0 root 0:root _ 5 na to PART TO Abbr=Yes 6 mark 6:mark _ 6 say say VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 who who PRON WP PronType=Int 6 obj 6:obj SpaceAfter=No -8 , , PUNCT , _ 4 punct 4:punct _ +8 , , PUNCT , _ 11 punct 11:punct _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 11 on on ADV RB _ 4 parataxis 4:parataxis _ 12 now now ADV RB _ 11 advmod 11:advmod SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ @@ -143920,7 +143988,7 @@ # text = I don't want them to commit suicide or something haha 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 want want VERB VB VerbForm=Inf 0 root 0:root _ 5 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 4 obj 4:obj|7:nsubj:xsubj|10:nsubj:xsubj _ @@ -143928,7 +143996,7 @@ 7 commit commit VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 8 suicide suicide NOUN NN Number=Sing 7 obj 7:obj _ 9 or or CCONJ CC _ 10 cc 10:cc _ -10 something something PRON NN Number=Sing 7 conj 4:xcomp|7:conj:or _ +10 something something PRON NN Number=Sing|PronType=Ind 7 conj 4:xcomp|7:conj:or _ 11 haha haha INTJ UH _ 4 discourse 4:discourse _ # sent_id = answers-20110721164531AA3BGSJ_ans-0005 @@ -143938,18 +144006,18 @@ # sent_id = answers-20110721164531AA3BGSJ_ans-0006 # text = nononononono -1 no no INTJ UH _ 0 root 0:root SpaceAfter=No -2 no no INTJ UH _ 1 discourse 1:discourse SpaceAfter=No -3 no no INTJ UH _ 1 discourse 1:discourse SpaceAfter=No -4 no no INTJ UH _ 1 discourse 1:discourse SpaceAfter=No -5 no no INTJ UH _ 1 discourse 1:discourse SpaceAfter=No +1 no no INTJ UH _ 0 root 0:root CorrectSpaceAfter=Yes|SpaceAfter=No +2 no no INTJ UH _ 1 discourse 1:discourse CorrectSpaceAfter=Yes|SpaceAfter=No +3 no no INTJ UH _ 1 discourse 1:discourse CorrectSpaceAfter=Yes|SpaceAfter=No +4 no no INTJ UH _ 1 discourse 1:discourse CorrectSpaceAfter=Yes|SpaceAfter=No +5 no no INTJ UH _ 1 discourse 1:discourse CorrectSpaceAfter=Yes|SpaceAfter=No 6 no no INTJ UH _ 1 discourse 1:discourse _ # sent_id = answers-20110721164531AA3BGSJ_ans-0007 # text = its definitely not you. 1-2 its _ _ _ _ _ _ _ _ 1 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 5 cop 5:cop CorrectForm='s 3 definitely definitely ADV RB _ 5 advmod 5:advmod _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 0 root 0:root SpaceAfter=No @@ -143963,26 +144031,26 @@ # text = Its not any of you lol 1-2 Its _ _ _ _ _ _ _ _ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 4 cop 4:cop CorrectForm='s 3 not not PART RB _ 4 advmod 4:advmod _ -4 any any DET DT _ 0 root 0:root _ +4 any any DET DT PronType=Ind 0 root 0:root _ 5 of of ADP IN _ 6 case 6:case _ 6 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 nmod 4:nmod:of _ 7 lol lol INTJ UH _ 4 discourse 4:discourse _ # sent_id = answers-20110721164531AA3BGSJ_ans-0010 # text = i emailed you saaaaaam. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 emailed email VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 obj 2:obj _ -4 saaaaaam saaaaaam PROPN NNP Number=Sing 2 vocative 2:vocative SpaceAfter=No +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 emailed email VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 iobj 2:iobj _ +4 saaaaaam Sam PROPN NNP Number=Sing|Style=Expr 2 vocative 2:vocative CorrectForm=Sam|SpaceAfter=No 5 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20110721164531AA3BGSJ_ans-0011 # text = I don't know. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 know know VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ @@ -143990,7 +144058,7 @@ # sent_id = answers-20110721164531AA3BGSJ_ans-0012 # text = how did you know. 1 how how ADV WRB PronType=Int 4 advmod 4:advmod _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 know know VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ @@ -144011,25 +144079,25 @@ # text = I'm mostly joking when I talk about suicide and really I'm not that stupid I just get in stupid situations D: 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 mostly mostly ADV RB _ 4 advmod 4:advmod _ 4 joking joke VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -5 when when SCONJ WRB PronType=Int 7 mark 7:mark _ +5 when when ADV WRB PronType=Int 7 advmod 7:advmod _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 talk talk VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:when _ +7 talk talk VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:when _ 8 about about ADP IN _ 9 case 9:case _ 9 suicide suicide NOUN NN Number=Sing 7 obl 7:obl:about _ 10 and and CCONJ CC _ 16 cc 16:cc _ 11 really really ADV RB _ 16 advmod 16:advmod _ 12-13 I'm _ _ _ _ _ _ _ _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -13 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +13 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 14 not not PART RB _ 16 advmod 16:advmod _ 15 that that ADV RB _ 16 advmod 16:advmod _ 16 stupid stupid ADJ JJ Degree=Pos 4 conj 4:conj:and _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ 18 just just ADV RB _ 19 advmod 19:advmod _ -19 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 parataxis 16:parataxis _ +19 get get VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 16 parataxis 16:parataxis _ 20 in in ADP IN _ 22 case 22:case _ 21 stupid stupid ADJ JJ Degree=Pos 22 amod 22:amod _ 22 situations situation NOUN NNS Number=Plur 19 obl 19:obl:in _ @@ -144038,14 +144106,14 @@ # sent_id = answers-20110721164531AA3BGSJ_ans-0015 # newpar id = answers-20110721164531AA3BGSJ_ans-p0004 # text = iguzwhat lol -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj SpaceAfter=No -2 guz guz VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj CorrectSpaceAfter=Yes|SpaceAfter=No +2 guz guz VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root CorrectSpaceAfter=Yes|SpaceAfter=No 3 what what PRON WP PronType=Int 2 obj 2:obj _ 4 lol lol INTJ UH _ 2 discourse 2:discourse _ # sent_id = answers-20110721164531AA3BGSJ_ans-0016 # text = whoooooo? -1 whoooooo whoooooo PRON WP PronType=Int 0 root 0:root SpaceAfter=No +1 whoooooo who PRON WP PronType=Int|Style=Expr 0 root 0:root CorrectForm=who|SpaceAfter=No 2 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20110721164531AA3BGSJ_ans-0017 @@ -144053,22 +144121,22 @@ # text = sorry but i can't help my stupidity =( 1 sorry sorry INTJ UH _ 6 discourse 6:discourse _ 2 but but CCONJ CC _ 6 cc 6:cc _ -3 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ +3 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 4-5 can't _ _ _ _ _ _ _ _ 4 ca can AUX MD VerbForm=Fin 6 aux 6:aux _ 5 n't not PART RB _ 6 advmod 6:advmod _ 6 help help VERB VB VerbForm=Inf 0 root 0:root _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 stupidity stupidity NOUN NN Number=Sing 6 obj 6:obj _ 9 =( =( SYM NFP _ 6 discourse 6:discourse _ # sent_id = answers-20110721164531AA3BGSJ_ans-0018 # text = EDIT: I love how she says it's not callum but doesn't deny it's me....i think we all know who she's talking about... 1 EDIT edit NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 4 punct 4:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 appos 1:appos _ -5 how how SCONJ WRB PronType=Int 7 mark 7:mark _ +4 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 appos 1:appos _ +5 how how ADV WRB PronType=Int 7 advmod 7:advmod _ 6 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj|15:nsubj _ 7 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ 8-9 it's _ _ _ _ _ _ _ _ @@ -144085,12 +144153,12 @@ 16 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 17 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 18 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 15 ccomp 15:ccomp SpaceAfter=No -19 .... .... PUNCT , _ 4 punct 4:punct SpaceAfter=No -20 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ -21 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ +19 .... .... PUNCT , _ 21 punct 21:punct SpaceAfter=No +20 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ +21 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ 22 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 24 nsubj 24:nsubj _ -23 all all DET DT _ 22 det 22:det _ -24 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 ccomp 21:ccomp _ +23 all all DET DT PronType=Tot 22 det 22:det _ +24 know know VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 21 ccomp 21:ccomp _ 25 who who PRON WP PronType=Int 28 obl 28:obl:about _ 26-27 she's _ _ _ _ _ _ _ _ 26 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 28 nsubj 28:nsubj _ @@ -144102,20 +144170,20 @@ # sent_id = answers-20110721164531AA3BGSJ_ans-0019 # text = EDIT: now i'm curious... 1 EDIT edit NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 6 punct 6:punct _ 3 now now ADV RB _ 6 advmod 6:advmod _ 4-5 i'm _ _ _ _ _ _ _ _ -4 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -5 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +4 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ +5 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 curious curious ADJ JJ Degree=Pos 1 appos 1:appos SpaceAfter=No 7 ... ... PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20110721164531AA3BGSJ_ans-0020 # text = EDIT: How did I know... 1 EDIT edit NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ -3 How how SCONJ WRB PronType=Int 6 mark 6:mark _ -4 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +2 : : PUNCT : _ 6 punct 6:punct _ +3 How how ADV WRB PronType=Int 6 advmod 6:advmod _ +4 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 6 know know VERB VB VerbForm=Inf 1 appos 1:appos SpaceAfter=No 7 ... ... PUNCT . _ 1 punct 1:punct _ @@ -144126,23 +144194,23 @@ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 3 really really ADV RB _ 8 advmod 8:advmod _ 4-5 aren't _ _ _ _ _ _ _ _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 5 n't not PART RB _ 8 advmod 8:advmod _ 6 that that ADV RB _ 7 advmod 7:advmod _ 7 much much ADV RB _ 8 advmod 8:advmod _ -8 worse worse ADJ JJR Degree=Cmp 0 root 0:root _ +8 worse bad ADJ JJR Degree=Cmp 0 root 0:root _ 9 than than ADP IN _ 10 case 10:case _ 10 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 obl 8:obl:than _ # sent_id = answers-20110721164531AA3BGSJ_ans-0022 # text = and their gpa was better than mine.... 1 and and CCONJ CC _ 5 cc 5:cc _ -2 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 gpa gpa NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ -5 better better ADJ JJR Degree=Cmp 0 root 0:root _ +5 better good ADJ JJR Degree=Cmp 0 root 0:root _ 6 than than ADP IN _ 7 case 7:case _ -7 mine mine PRON PRP _ 5 obl 5:obl:than SpaceAfter=No +7 mine my PRON PRP Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 obl 5:obl:than SpaceAfter=No 8 .... .... PUNCT . _ 5 punct 5:punct _ # newdoc id = answers-20111108104015AAGxHNm_ans @@ -144150,7 +144218,7 @@ # newpar id = answers-20111108104015AAGxHNm_ans-p0001 # text = can i buy a laptop in u.k and then take it to rep.ireland and put a irish pay,go dongle init? 1 can can AUX MD VerbForm=Fin 3 aux 3:aux _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|10:nsubj|16:nsubj _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|10:nsubj|16:nsubj _ 3 buy buy VERB VB VerbForm=Inf 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 laptop laptop NOUN NN Number=Sing 3 obj 3:obj _ @@ -144161,35 +144229,35 @@ 10 take take VERB VB VerbForm=Inf 3 conj 3:conj:and _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 obj 10:obj _ 12 to to ADP IN _ 14 case 14:case _ -13 rep. rep. PROPN NNP Number=Sing 14 compound 14:compound SpaceAfter=No -14 ireland ireland PROPN NNP Number=Sing 10 obl 10:obl:to _ +13 rep. rep. PROPN NNP Number=Sing 14 compound 14:compound CorrectSpaceAfter=Yes|SpaceAfter=No +14 ireland Ireland PROPN NNP Number=Sing 10 obl 10:obl:to _ 15 and and CCONJ CC _ 16 cc 16:cc _ 16 put put VERB VB VerbForm=Inf 3 conj 3:conj:and _ 17 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ -18 irish irish ADJ JJ Degree=Pos 22 amod 22:amod _ +18 irish Irish ADJ JJ Degree=Pos 22 amod 22:amod _ 19 pay pay VERB VB VerbForm=Inf 22 compound 22:compound SpaceAfter=No 20 , , PUNCT , _ 21 punct 21:punct SpaceAfter=No 21 go go VERB VB VerbForm=Inf 19 conj 19:conj|22:compound _ 22 dongle dongle NOUN NN Number=Sing 16 obj 16:obj _ -23 in in ADP IN _ 24 case 24:case SpaceAfter=No +23 in in ADP IN _ 24 case 24:case CorrectSpaceAfter=Yes|SpaceAfter=No 24 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 obl 16:obl:in SpaceAfter=No 25 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108104015AAGxHNm_ans-0002 # newpar id = answers-20111108104015AAGxHNm_ans-p0002 # text = i want to buy a laptop for my girlfriend in ireland,would she be able to just use the dongle she uses for her pc and put it straight in the laptop and it work like normall? -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 buy buy VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 laptop laptop NOUN NN Number=Sing 4 obj 4:obj _ 7 for for ADP IN _ 9 case 9:case _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 girlfriend girlfriend NOUN NN Number=Sing 4 obl 4:obl:for _ 10 in in ADP IN _ 11 case 11:case _ -11 ireland ireland PROPN NNP Number=Sing 9 nmod 9:nmod:in SpaceAfter=No -12 , , PUNCT , _ 2 punct 2:punct SpaceAfter=No +11 ireland Ireland PROPN NNP Number=Sing 9 nmod 9:nmod:in SpaceAfter=No +12 , , PUNCT , _ 16 punct 16:punct SpaceAfter=No 13 would would AUX MD VerbForm=Fin 16 aux 16:aux _ 14 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj|19:nsubj:xsubj|28:nsubj:xsubj _ 15 be be AUX VB VerbForm=Inf 16 cop 16:cop _ @@ -144202,7 +144270,7 @@ 22 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 23 nsubj 23:nsubj _ 23 uses use VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 acl:relcl 21:acl:relcl _ 24 for for ADP IN _ 26 case 26:case _ -25 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 pc pc NOUN NN Number=Sing 23 obl 23:obl:for _ 27 and and CCONJ CC _ 28 cc 28:cc _ 28 put put VERB VB VerbForm=Inf 19 conj 16:xcomp|19:conj:and _ @@ -144229,12 +144297,12 @@ 1 Yes yes INTJ UH _ 7 discourse 7:discourse _ 2 obviously obviously ADV RB _ 7 advmod 7:advmod _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 USB usb NOUN NN Number=Sing 7 nsubj 7:nsubj _ +4 USB USB NOUN NN Number=Sing 7 nsubj 7:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 region region NOUN NN Number=Sing 7 obl:npmod 7:obl:npmod _ -7 free free ADJ JJ Degree=Pos 0 root 0:root _ -8 which which PRON WDT PronType=Int 9 nsubj 9:nsubj _ -9 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 parataxis 7:parataxis _ +7 free free ADJ JJ Degree=Pos 0 root 0:root|9:csubj _ +8 which which PRON WDT PronType=Rel 9 nsubj 7:ref _ +9 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 advcl:relcl 7:advcl:relcl _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ 11 can can AUX MD VerbForm=Fin 12 aux 12:aux _ 12 use use VERB VB VerbForm=Inf 9 ccomp 9:ccomp _ @@ -144245,18 +144313,18 @@ # sent_id = answers-20111108104015AAGxHNm_ans-0005 # text = And every computer manufactured in both Ireland & the UK are Region 2 aka PAL. 1 And and CCONJ CC _ 12 cc 12:cc _ -2 every every DET DT _ 3 det 3:det _ +2 every every DET DT PronType=Tot 3 det 3:det _ 3 computer computer NOUN NN Number=Sing 12 nsubj 12:nsubj _ -4 manufactured manufacture VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ +4 manufactured manufacture VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ 5 in in ADP IN _ 7 case 7:case _ -6 both both DET DT _ 7 det 7:det _ +6 both both DET DT PronType=Tot 7 det 7:det _ 7 Ireland Ireland PROPN NNP Number=Sing 4 obl 4:obl:in _ 8 & & CCONJ CC _ 10 cc 10:cc _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 UK UK PROPN NNP Number=Sing 7 conj 4:obl:in|7:conj _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 12 Region Region PROPN NNP Number=Sing 0 root 0:root _ -13 2 2 NUM CD NumType=Card 12 nummod 12:nummod _ +13 2 2 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 14 aka a.k.a. ADV RB Abbr=Yes 15 advmod 15:advmod _ 15 PAL pal NOUN NN Number=Sing 12 appos 12:appos SpaceAfter=No 16 . . PUNCT . _ 12 punct 12:punct _ @@ -144272,13 +144340,13 @@ 6 difference difference NOUN NN Number=Sing 4 nsubj 4:nsubj _ 7 since since SCONJ IN _ 11 mark 11:mark _ 8 mobile mobile ADJ JJ Degree=Pos 9 amod 9:amod _ -9 broadband broadband NOUN NN Number=Sing 11 nsubj 11:nsubj|14:nsubj:xsubj _ -10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ -11 supposed suppose VERB VBN Tense=Past|VerbForm=Part 4 advcl 4:advcl:since _ +9 broadband broadband NOUN NN Number=Sing 11 nsubj:pass 11:nsubj:pass|14:nsubj:xsubj _ +10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 aux:pass 11:aux:pass _ +11 supposed suppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 advcl 4:advcl:since _ 12 to to PART TO _ 14 mark 14:mark _ 13 be be AUX VB VerbForm=Inf 14 cop 14:cop _ 14 digital digital ADJ JJ Degree=Pos 11 xcomp 11:xcomp SpaceAfter=No -15 . . PUNCT . _ 6 punct 6:punct _ +15 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108104015AAGxHNm_ans-0007 # text = But word of advice if you're get your girlfriend a laptop make sure its a good brand a not something like DELL, Acer, Asus, eMachines etc. @@ -144289,9 +144357,9 @@ 5 if if SCONJ IN _ 8 mark 8:mark _ 6-7 you're _ _ _ _ _ _ _ _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -7 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +7 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 get get VERB VB VerbForm=Inf 13 advcl 13:advcl:if _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 girlfriend girlfriend NOUN NN Number=Sing 8 iobj 8:iobj _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 laptop laptop NOUN NN Number=Sing 8 obj 8:obj _ @@ -144299,22 +144367,22 @@ 14 sure sure ADJ JJ Degree=Pos 13 xcomp 13:xcomp _ 15-16 its _ _ _ _ _ _ _ _ 15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj|22:nsubj _ -16 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ +16 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 19 cop 19:cop CorrectForm='s 17 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 18 good good ADJ JJ Degree=Pos 19 amod 19:amod _ 19 brand brand NOUN NN Number=Sing 14 ccomp 14:ccomp _ -20 a and CCONJ CC Typo=Yes 22 cc 22:cc _ -21 not not ADV RB _ 22 advmod 22:advmod _ -22 something something PRON NN Number=Sing 19 conj 14:ccomp|19:conj:a _ +20 a and CCONJ CC Typo=Yes 22 cc 22:cc CorrectForm=and +21 not not PART RB _ 22 advmod 22:advmod _ +22 something something PRON NN Number=Sing|PronType=Ind 19 conj 14:ccomp|19:conj:and _ 23 like like ADP IN _ 24 case 24:case _ 24 DELL DELL PROPN NNP Number=Sing 22 nmod 22:nmod:like SpaceAfter=No -25 , , PUNCT , _ 24 punct 24:punct _ +25 , , PUNCT , _ 26 punct 26:punct _ 26 Acer Acer PROPN NNP Number=Sing 24 list 24:list SpaceAfter=No -27 , , PUNCT , _ 24 punct 24:punct _ +27 , , PUNCT , _ 28 punct 28:punct _ 28 Asus Asus PROPN NNP Number=Sing 24 list 24:list SpaceAfter=No -29 , , PUNCT , _ 24 punct 24:punct _ -30 eMachines eMachines PROPN NNPS Number=Plur 24 list 24:list _ -31 etc etc X FW _ 24 list 24:list SpaceAfter=No +29 , , PUNCT , _ 30 punct 30:punct _ +30 eMachines eMachine PROPN NNPS Number=Plur 24 list 24:list _ +31 etc etc. NOUN FW Abbr=Yes|Number=Plur 24 list 24:list SpaceAfter=No 32 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108104015AAGxHNm_ans-0008 @@ -144329,8 +144397,8 @@ # newpar id = answers-20111108104015AAGxHNm_ans-p0004 # text = yes of course you can.... 1 yes yes INTJ UH _ 5 discourse 5:discourse _ -2 of of ADV RB _ 5 advmod 5:advmod _ -3 course course ADV RB _ 2 fixed 2:fixed _ +2 of of ADP IN ExtPos=ADV 5 advmod 5:advmod _ +3 course course NOUN NN Number=Sing 2 fixed 2:fixed _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 5 can can AUX MD VerbForm=Fin 0 root 0:root SpaceAfter=No 6 .... .... PUNCT . _ 5 punct 5:punct _ @@ -144338,18 +144406,18 @@ # sent_id = answers-20111108104015AAGxHNm_ans-0010 # text = I have many friends that have laptops bought in the UK that use them here 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 many many ADJ JJ Degree=Pos 4 amod 4:amod _ 4 friends friend NOUN NNS Number=Plur 2 obj 2:obj|6:nsubj|13:nsubj _ 5 that that PRON WDT PronType=Rel 6 nsubj 4:ref _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +6 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 laptops laptop NOUN NNS Number=Plur 6 obj 6:obj _ -8 bought buy VERB VBN Tense=Past|VerbForm=Part 7 acl 7:acl _ +8 bought buy VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl _ 9 in in ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 UK UK PROPN NNP Number=Sing 8 obl 8:obl:in _ 12 that that PRON WDT PronType=Rel 13 nsubj 4:ref _ -13 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +13 use use VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 14 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 13 obj 13:obj _ 15 here here ADV RB PronType=Dem 13 advmod 13:advmod _ @@ -144360,25 +144428,25 @@ 2 in in ADP IN _ 3 case 3:case _ 3 dongle dongle NOUN NN Number=Sing 5 obl 5:obl:in _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 mean mean VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:if _ -6 USB usb NOUN NN Number=Sing 7 compound 7:compound _ +5 mean mean VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:if _ +6 USB USB NOUN NN Number=Sing 7 compound 7:compound _ 7 stick stick NOUN NN Number=Sing 5 obj 5:obj _ 8 then then ADV RB PronType=Dem 14 advmod 14:advmod _ 9 yes yes INTJ UH _ 14 discourse 14:discourse _ -10 USB usb NOUN NN Number=Sing 11 compound 11:compound _ +10 USB USB NOUN NN Number=Sing 11 compound 11:compound _ 11 sticks stick NOUN NNS Number=Plur 14 nsubj 14:nsubj _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 same same ADJ JJ Degree=Pos 0 root 0:root _ -15 any any X GW _ 14 advmod 14:advmod _ -16 were were ADV RB _ 15 goeswith 15:goeswith _ +15 any anywhere ADV GW Typo=Yes 14 advmod 14:advmod CorrectForm=anywhere +16 were _ X RB _ 15 goeswith 15:goeswith _ 17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ -18 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ +18 go go VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 15 advcl:relcl 15:advcl:relcl _ 19 :) :) SYM NFP _ 14 discourse 14:discourse _ -20 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ +20 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ 21 that that PRON DT Number=Sing|PronType=Dem 22 nsubj 22:nsubj _ -22 answered answer VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 ccomp 20:ccomp _ -23 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +22 answered answer VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 ccomp 20:ccomp _ +23 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 question question NOUN NN Number=Sing 22 obj 22:obj SpaceAfter=No 25 . . PUNCT . _ 14 punct 14:punct _ @@ -144387,12 +144455,12 @@ # newpar id = answers-20111108100918AATaSIx_ans-p0001 # text = How do I take care of my newborn baby fish? 1 How how ADV WRB PronType=Int 4 advmod 4:advmod _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 4 take take VERB VB VerbForm=Inf 0 root 0:root _ 5 care care NOUN NN Number=Sing 4 obj 4:obj _ 6 of of ADP IN _ 10 case 10:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 8 newborn newborn ADJ JJ Degree=Pos 10 amod 10:amod _ 9 baby baby NOUN NN Number=Sing 10 compound 10:compound _ 10 fish fish NOUN NN Number=Sing 4 obl 4:obl:of SpaceAfter=No @@ -144405,7 +144473,7 @@ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 nervous nervous ADJ JJ Degree=Pos 0 root 0:root _ 4 that that SCONJ IN _ 9 mark 9:mark _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 other other ADJ JJ Degree=Pos 7 amod 7:amod _ 7 fish fish NOUN NN Number=Sing 9 nsubj 9:nsubj _ 8 will will AUX MD VerbForm=Fin 9 aux 9:aux _ @@ -144415,31 +144483,31 @@ 12 and and CCONJ CC _ 16 cc 16:cc _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ 14-15 don't _ _ _ _ _ _ _ _ -14 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +14 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 15 n't not PART RB _ 16 advmod 16:advmod _ 16 know know VERB VB VerbForm=Inf 3 conj 3:conj:and _ -17 what what PRON WP PronType=Int 19 nsubj 19:nsubj _ +17 what what PRON WP PronType=Int 19 obj 19:obj _ 18 to to PART TO _ 19 mark 19:mark _ 19 feed feed VERB VB VerbForm=Inf 16 ccomp 16:ccomp _ -20 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 19 obj 19:obj SpaceAfter=No +20 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 19 iobj 19:iobj SpaceAfter=No 21 ! ! PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108100918AATaSIx_ans-0003 # text = I have counted around 25 of them and they currently reside in a 20 gallon tank. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 counted count VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 around around ADV RB _ 5 advmod 5:advmod _ -5 25 25 NUM CD NumType=Card 3 obj 3:obj _ +5 25 25 NUM CD NumForm=Digit|NumType=Card 3 obj 3:obj _ 6 of of ADP IN _ 7 case 7:case _ 7 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 5 nmod 5:nmod:of _ 8 and and CCONJ CC _ 11 cc 11:cc _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 10 currently currently ADV RB _ 11 advmod 11:advmod _ -11 reside reside VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +11 reside reside VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 12 in in ADP IN _ 16 case 16:case _ 13 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ -14 20 20 NUM CD NumType=Card 15 nummod 15:nummod _ +14 20 20 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 15 gallon gallon NOUN NN Number=Sing 16 compound 16:compound _ 16 tank tank NOUN NN Number=Sing 11 obl 11:obl:in SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ @@ -144449,7 +144517,7 @@ 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|13:nsubj _ 2 could could AUX MD VerbForm=Fin 3 aux 3:aux _ 3 move move VERB VB VerbForm=Inf 0 root 0:root _ -4 all all DET PDT _ 6 det:predet 6:det:predet _ +4 all all DET PDT PronType=Tot 6 det:predet 6:det:predet _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 babies baby NOUN NNS Number=Plur 3 obj 3:obj _ 7 into into ADP IN _ 11 case 11:case _ @@ -144459,16 +144527,16 @@ 11 breeder breeder NOUN NN Number=Sing 3 obl 3:obl:into _ 12 or or CCONJ CC _ 13 cc 13:cc _ 13 move move VERB VB VerbForm=Inf 3 conj 3:conj:or _ -14 all all DET DT _ 13 obj 13:obj _ +14 all all DET DT PronType=Tot 13 obj 13:obj _ 15 of of ADP IN _ 18 case 18:case _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -17 bigger bigger ADJ JJR Degree=Cmp 18 amod 18:amod _ +17 bigger big ADJ JJR Degree=Cmp 18 amod 18:amod _ 18 fish fish NOUN NN Number=Sing 14 nmod 14:nmod:of _ -19 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No +19 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No 20 also also ADV RB _ 22 advmod 22:advmod _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 parents parent NOUN NNS Number=Plur 18 appos 18:appos SpaceAfter=No -23 ) ) PUNCT -RRB- _ 18 punct 18:punct _ +23 ) ) PUNCT -RRB- _ 22 punct 22:punct _ 24 to to ADP IN _ 27 case 27:case _ 25 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 26 different different ADJ JJ Degree=Pos 27 amod 27:amod _ @@ -144486,12 +144554,12 @@ 1 Feed feed VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 babies baby NOUN NNS Number=Plur 1 obj 1:obj _ -4 3 3 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No +4 3 3 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No 5 - - SYM SYM _ 6 case 6:case SpaceAfter=No -6 4 4 NUM CD NumType=Card 4 nmod 4:nmod _ -7 times time NOUN NNS Number=Plur 1 obl:npmod 1:obl:npmod _ +6 4 4 NUM CD NumForm=Digit|NumType=Card 4 nmod 4:nmod _ +7 times time NOUN NNS Number=Plur 1 obl:tmod 1:obl:tmod _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -9 day day NOUN NN Number=Sing 7 nmod:npmod 7:nmod:npmod _ +9 day day NOUN NN Number=Sing 7 nmod:tmod 7:nmod:tmod _ 10 with with ADP IN _ 11 case 11:case _ 11 flakes flake NOUN NNS Number=Plur 1 obl 1:obl:with SpaceAfter=No 12 . . PUNCT . _ 1 punct 1:punct _ @@ -144509,7 +144577,7 @@ 8 , , PUNCT , _ 9 punct 9:punct _ 9 plants plant NOUN NNS Number=Plur 7 conj 5:nmod:like|7:conj SpaceAfter=No 10 , , PUNCT , _ 11 punct 11:punct _ -11 etc etc X FW _ 7 conj 5:nmod:like|7:conj _ +11 etc etc. NOUN FW Abbr=Yes|Number=Plur 7 conj 5:nmod:like|7:conj _ 12 in in ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 tank tank NOUN NN Number=Sing 1 obl 1:obl:in SpaceAfter=No @@ -144519,23 +144587,23 @@ # text = Its natural for some babies to be eaten by adults and if all of them survived your tank would be very overcrowded. 1-2 Its _ _ _ _ _ _ _ _ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 expl 3:expl _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 3 cop 3:cop CorrectForm='s 3 natural natural ADJ JJ Degree=Pos 0 root 0:root _ 4 for for SCONJ IN _ 9 mark 9:mark _ -5 some some DET DT _ 6 det 6:det _ +5 some some DET DT PronType=Ind 6 det 6:det _ 6 babies baby NOUN NNS Number=Plur 9 nsubj:pass 9:nsubj:pass _ 7 to to PART TO _ 9 mark 9:mark _ 8 be be AUX VB VerbForm=Inf 9 aux:pass 9:aux:pass _ 9 eaten eat VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 csubj 3:csubj _ 10 by by ADP IN _ 11 case 11:case _ -11 adults adult NOUN NNS Number=Plur 9 obl 9:obl:by _ +11 adults adult NOUN NNS Number=Plur 9 obl:agent 9:obl:agent _ 12 and and CCONJ CC _ 23 cc 23:cc _ 13 if if SCONJ IN _ 17 mark 17:mark _ -14 all all DET DT _ 17 nsubj 17:nsubj _ +14 all all DET DT PronType=Tot 17 nsubj 17:nsubj _ 15 of of ADP IN _ 16 case 16:case _ 16 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 14 nmod 14:nmod:of _ -17 survived survive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 23 advcl 23:advcl:if _ -18 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +17 survived survive VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 23 advcl 23:advcl:if _ +18 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 tank tank NOUN NN Number=Sing 23 nsubj 23:nsubj _ 20 would would AUX MD VerbForm=Fin 23 aux 23:aux _ 21 be be AUX VB VerbForm=Inf 23 cop 23:cop _ @@ -144546,10 +144614,10 @@ # sent_id = answers-20111108100918AATaSIx_ans-0008 # text = Look in the pet stores for "fry food" or "baby fish foods". 1 Look look VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 in in ADP IN _ 5 mark 5:mark _ +2 in in ADP IN _ 5 case 5:case _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 pet pet NOUN NN Number=Sing 5 compound 5:compound _ -5 stores store VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:in _ +5 stores store NOUN NNS Number=Plur 1 obl 1:obl:in _ 6 for for ADP IN _ 9 case 9:case _ 7 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No 8 fry fry NOUN NN Number=Sing 9 compound 9:compound _ @@ -144572,17 +144640,17 @@ 4 newborn newborn ADJ JJ Degree=Pos 5 amod 5:amod _ 5 fish fish NOUN NN Number=Sing 2 nmod 2:nmod:of _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +7 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 8 ? ? PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108100918AATaSIx_ans-0010 # text = some parents would not eat there fish till a certain age jack dempsey for example would not eat there offspring till they mature but i would move the baby fish into a smaller tank and feed them flakes -1 some some DET DT _ 2 det 2:det _ +1 some some DET DT PronType=Ind 2 det 2:det _ 2 parents parent NOUN NNS Number=Plur 5 nsubj 5:nsubj _ 3 would would AUX MD VerbForm=Fin 5 aux 5:aux _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 eat eat VERB VB VerbForm=Inf 0 root 0:root _ -6 there there PRON PRP$ _ 7 nmod:poss 7:nmod:poss _ +6 there their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 7 nmod:poss 7:nmod:poss CorrectForm=their 7 fish fish NOUN NN Number=Sing 5 obj 5:obj _ 8 till till ADP IN _ 11 case 11:case _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ @@ -144595,13 +144663,13 @@ 16 would would AUX MD VerbForm=Fin 18 aux 18:aux _ 17 not not PART RB _ 18 advmod 18:advmod _ 18 eat eat VERB VB VerbForm=Inf 5 parataxis 5:parataxis _ -19 there there PRON PRP$ _ 20 nmod:poss 20:nmod:poss _ +19 there their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 20 nmod:poss 20:nmod:poss CorrectForm=their 20 offspring offspring NOUN NN Number=Sing 18 obj 18:obj _ 21 till till SCONJ IN _ 23 mark 23:mark _ 22 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 23 nsubj 23:nsubj _ -23 mature mature VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:till _ +23 mature mature VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:till _ 24 but but CCONJ CC _ 27 cc 27:cc _ -25 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 nsubj 27:nsubj|36:nsubj _ +25 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 nsubj 27:nsubj|36:nsubj _ 26 would would AUX MD VerbForm=Fin 27 aux 27:aux _ 27 move move VERB VB VerbForm=Inf 5 conj 5:conj:but _ 28 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ @@ -144609,7 +144677,7 @@ 30 fish fish NOUN NN Number=Sing 27 obj 27:obj _ 31 into into ADP IN _ 34 case 34:case _ 32 a a DET DT Definite=Ind|PronType=Art 34 det 34:det _ -33 smaller smaller ADJ JJR Degree=Cmp 34 amod 34:amod _ +33 smaller small ADJ JJR Degree=Cmp 34 amod 34:amod _ 34 tank tank NOUN NN Number=Sing 27 obl 27:obl:into _ 35 and and CCONJ CC _ 36 cc 36:cc _ 36 feed feed VERB VB VerbForm=Inf 27 conj 27:conj:and _ @@ -144621,7 +144689,7 @@ # newpar id = answers-20111019100027AAdxgXV_ans-p0001 # text = I have a question about McDonald's Monopoly! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 question question NOUN NN Number=Sing 2 obj 2:obj _ 5 about about ADP IN _ 8 case 8:case _ @@ -144646,7 +144714,7 @@ # sent_id = answers-20111019100027AAdxgXV_ans-0004 # text = TEN POINTS!!!!!!!!!!? -1 TEN ten NUM CD NumType=Card 2 nummod 2:nummod _ +1 TEN ten NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 POINTS point NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 3 !!!!!!!!!!? !!!!!!!!!!? PUNCT . _ 2 punct 2:punct _ @@ -144654,16 +144722,16 @@ # newpar id = answers-20111019100027AAdxgXV_ans-p0002 # text = Ok, I know that Mcdonald's has Monopoly going on right now. 1 Ok ok INTJ UH _ 4 discourse 4:discourse SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 that that SCONJ IN _ 8 mark 8:mark _ 6-7 Mcdonald's _ _ _ _ _ _ _ _ -6 Mcdonald Mcdonald PROPN NNP Number=Sing 8 nsubj 8:nsubj _ +6 Mcdonald McDonald PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 7 's 's PART POS _ 6 case 6:case _ 8 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ -9 Monopoly monopoly NOUN NN Number=Sing 10 nsubj 10:nsubj _ -10 going go VERB VBG VerbForm=Ger 8 ccomp 8:ccomp _ +9 Monopoly monopoly NOUN NN Number=Sing 8 obj 8:obj|10:nsubj:xsubj _ +10 going go VERB VBG VerbForm=Ger 8 xcomp 8:xcomp _ 11 on on ADP RP _ 10 compound:prt 10:compound:prt _ 12 right right ADV RB _ 13 advmod 13:advmod _ 13 now now ADV RB _ 8 advmod 8:advmod SpaceAfter=No @@ -144674,7 +144742,7 @@ 1 & & CCONJ CC _ 3 cc 3:cc _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 3-4 wanna _ _ _ _ _ _ _ _ -3 wan want VERB VBP Abbr=Yes|Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 wan want VERB VBP Abbr=Yes|Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 na to PART TO Abbr=Yes 5 mark 5:mark _ 5 know know VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 what what DET WDT PronType=Int 7 det 7:det _ @@ -144700,16 +144768,16 @@ # text = Because Large Fries give you FOUR PIECES! 1 Because because SCONJ IN _ 4 mark 4:mark _ 2 Large large ADJ JJ Degree=Pos 3 amod 3:amod _ -3 Fries fries NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 give give VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 Fries fry NOUN NNS Number=Plur 4 nsubj 4:nsubj _ +4 give give VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 iobj 4:iobj _ -6 FOUR four NUM CD NumType=Card 7 nummod 7:nummod _ +6 FOUR four NUM CD NumForm=Word|NumType=Card 7 nummod 7:nummod _ 7 PIECES piece NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No 8 ! ! PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111019100027AAdxgXV_ans-0009 # text = When most of the food or drinks I got only included two! -1 When when SCONJ WRB PronType=Int 11 mark 11:mark _ +1 When when ADV WRB PronType=Int 11 advmod 11:advmod _ 2 most most ADJ JJS Degree=Sup 11 nsubj 11:nsubj _ 3 of of ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ @@ -144717,20 +144785,20 @@ 6 or or CCONJ CC _ 7 cc 7:cc _ 7 drinks drink NOUN NNS Number=Plur 5 conj 2:nmod:of|5:conj:or _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +9 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 10 only only ADV RB _ 11 advmod 11:advmod _ -11 included include VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -12 two two NUM CD NumType=Card 11 obj 11:obj SpaceAfter=No +11 included include VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 two two NUM CD NumForm=Word|NumType=Card 11 obj 11:obj SpaceAfter=No 13 ! ! PUNCT . _ 11 punct 11:punct _ # sent_id = answers-20111019100027AAdxgXV_ans-0010 # text = So can somebody please list ALL of the food that includes the game pieces, and the number of game pieces you get with THAT FOOD! 1 So so ADV RB _ 5 discourse 5:discourse _ 2 can can AUX MD VerbForm=Fin 5 aux 5:aux _ -3 somebody somebody PRON NN Number=Sing 5 nsubj 5:nsubj _ +3 somebody somebody PRON NN Number=Sing|PronType=Ind 5 nsubj 5:nsubj _ 4 please please INTJ UH _ 5 discourse 5:discourse _ 5 list list VERB VB VerbForm=Inf 0 root 0:root _ -6 ALL all DET DT _ 5 obj 5:obj _ +6 ALL all DET DT PronType=Tot 5 obj 5:obj _ 7 of of ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 food food NOUN NN Number=Sing 6 nmod 6:nmod:of|11:nsubj _ @@ -144745,11 +144813,11 @@ 18 number number NOUN NN Number=Sing 6 conj 5:obj|6:conj:and _ 19 of of ADP IN _ 21 case 21:case _ 20 game game NOUN NN Number=Sing 21 compound 21:compound _ -21 pieces piece NOUN NNS Number=Plur 18 nmod 18:nmod:of|26:det _ +21 pieces piece NOUN NNS Number=Plur 18 nmod 18:nmod:of|23:obj _ 22 you you PRON PRP Case=Nom|Person=2|PronType=Prs 23 nsubj 23:nsubj _ -23 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 acl:relcl 21:acl:relcl _ +23 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 21 acl:relcl 21:acl:relcl _ 24 with with ADP IN _ 26 case 26:case _ -25 THAT that DET DT Number=Sing|PronType=Dem 26 det 21:ref _ +25 THAT that DET DT Number=Sing|PronType=Dem 26 det 26:det _ 26 FOOD food NOUN NN Number=Sing 23 obl 23:obl:with SpaceAfter=No 27 ! ! PUNCT . _ 5 punct 5:punct _ @@ -144763,7 +144831,7 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 person person NOUN NN Number=Sing 19 nsubj:pass 5:nsubj|9:nsubj|19:nsubj:pass _ 3 who who PRON WP PronType=Rel 5 nsubj 2:ref _ -4 best best ADV RBS Degree=Sup 5 advmod 5:advmod _ +4 best well ADV RBS Degree=Sup 5 advmod 5:advmod _ 5 explains explain VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 6 this this PRON DT Number=Sing|PronType=Dem 5 obj 5:obj SpaceAfter=No 7 , , PUNCT , _ 9 punct 9:punct _ @@ -144772,15 +144840,15 @@ 10 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 9 obj 9:obj _ 11 out out ADP RP _ 9 compound:prt 9:compound:prt _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -13 best best ADV RBS Degree=Sup 9 advmod 9:advmod _ +13 best well ADV RBS Degree=Sup 9 advmod 9:advmod _ 14 with with ADP IN _ 16 case 16:case _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 question question NOUN NN Number=Sing 9 obl 9:obl:with _ 17 will will AUX MD VerbForm=Fin 19 aux 19:aux _ 18 be be AUX VB VerbForm=Inf 19 aux:pass 19:aux:pass _ 19 REWARDED reward VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 20 WITH with ADP IN _ 22 case 22:case _ -21 TEN ten NUM CD NumType=Card 22 nummod 22:nummod _ +21 TEN ten NUM CD NumForm=Word|NumType=Card 22 nummod 22:nummod _ 22 POINTS point NOUN NNS Number=Plur 19 obl 19:obl:with SpaceAfter=No 23 !!!!!!! !!!!!!! PUNCT . _ 19 punct 19:punct _ @@ -144792,9 +144860,9 @@ # sent_id = answers-20111019100027AAdxgXV_ans-0014 # text = THANK YOU!!!!!!!!!!!!! :D -1 THANK thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 THANK thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 YOU you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No -3 !!!!!!!!!!!!! !!!!!!!!!!!!! PUNCT . _ 1 punct 1:punct _ +3 !!!!!!!!!!!!! !!!!!!!!!!!!! PUNCT . _ 4 punct 4:punct _ 4 :D :d SYM NFP _ 1 discourse 1:discourse _ # sent_id = answers-20111019100027AAdxgXV_ans-0015 @@ -144806,7 +144874,7 @@ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 website website NOUN NN Number=Sing 6 nsubj 6:nsubj _ 6 shows show VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 conj 1:conj:and _ -7 each each DET DT _ 8 det 8:det _ +7 each each DET DT PronType=Tot 8 det 8:det _ 8 thing thing NOUN NN Number=Sing 6 obj 6:obj _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ 10 can can AUX MD VerbForm=Fin 11 aux 11:aux _ @@ -144820,43 +144888,43 @@ # sent_id = answers-20111019100027AAdxgXV_ans-0017 # newpar id = answers-20111019100027AAdxgXV_ans-p0004 # text = 4 Peels: -1 4 4 NUM CD NumType=Card 2 nummod 2:nummod _ +1 4 4 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 2 Peels peel NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 3 : : PUNCT : _ 2 punct 2:punct _ # sent_id = answers-20111019100027AAdxgXV_ans-0018 # text = - 20 piece Chicken McNuggets 1 - - PUNCT NFP _ 5 punct 5:punct _ -2 20 20 NUM CD NumType=Card 3 nummod 3:nummod _ +2 20 20 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 3 piece piece NOUN NN Number=Sing 5 compound 5:compound _ 4 Chicken Chicken PROPN NNP Number=Sing 5 compound 5:compound _ -5 McNuggets McNuggets PROPN NNPS Number=Plur 0 root 0:root _ +5 McNuggets McNugget PROPN NNPS Number=Plur 0 root 0:root _ # sent_id = answers-20111019100027AAdxgXV_ans-0019 # text = - Large fries 1 - - PUNCT NFP _ 3 punct 3:punct _ 2 Large large ADJ JJ Degree=Pos 3 amod 3:amod _ -3 fries fries NOUN NNS Number=Plur 0 root 0:root _ +3 fries fry NOUN NNS Number=Plur 0 root 0:root _ # sent_id = answers-20111019100027AAdxgXV_ans-0020 # text = 2 Peels: -1 2 2 NUM CD NumType=Card 2 nummod 2:nummod _ +1 2 2 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 2 Peels peel NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 3 : : PUNCT : _ 2 punct 2:punct _ # sent_id = answers-20111019100027AAdxgXV_ans-0021 # text = - Big Mac 1 - - PUNCT NFP _ 3 punct 3:punct _ -2 Big Big PROPN NNP Number=Sing 3 compound 3:compound _ +2 Big Big ADJ NNP Degree=Pos 3 amod 3:amod _ 3 Mac Mac PROPN NNP Number=Sing 0 root 0:root _ # sent_id = answers-20111019100027AAdxgXV_ans-0022 # text = - 10 piece Chicken McNuggets 1 - - PUNCT NFP _ 5 punct 5:punct _ -2 10 10 NUM CD NumType=Card 3 nummod 3:nummod _ +2 10 10 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 3 piece piece NOUN NN Number=Sing 5 compound 5:compound _ 4 Chicken Chicken PROPN NNP Number=Sing 5 compound 5:compound _ -5 McNuggets McNuggets PROPN NNPS Number=Plur 0 root 0:root _ +5 McNuggets McNugget PROPN NNPS Number=Plur 0 root 0:root _ # sent_id = answers-20111019100027AAdxgXV_ans-0023 # text = - Medium Fountain Drink @@ -144875,10 +144943,10 @@ # text = - Filet-O-Fish 1 - - PUNCT NFP _ 2 punct 2:punct _ 2 Filet Filet PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No +3 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No 4 O of ADP IN Abbr=Yes 6 case 6:case SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No -6 Fish Fish PROPN NNP Number=Sing 2 nmod 2:nmod:o _ +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No +6 Fish Fish PROPN NNP Number=Sing 2 nmod 2:nmod:of _ # sent_id = answers-20111019100027AAdxgXV_ans-0026 # text = - Hash Browns @@ -144891,7 +144959,7 @@ 1 - - PUNCT NFP _ 3 punct 3:punct _ 2 Egg Egg PROPN NNP Number=Sing 3 compound 3:compound _ 3 McMuffin McMuffin PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ 5 Sausage sausage NOUN NN Number=Sing 3 conj 3:conj _ # sent_id = answers-20111019100027AAdxgXV_ans-0028 @@ -144920,19 +144988,19 @@ 4 stupid stupid ADJ JJ Degree=Pos 5 amod 5:amod _ 5 question question NOUN NN Number=Sing 1 nmod 1:nmod:of _ 6 but but CCONJ CC _ 25 cc 25:cc _ -7 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ -8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ +7 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ +8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 spikes spike NOUN NNS Number=Plur 25 nsubj 25:nsubj|26:nsubj:xsubj SpaceAfter=No -10 / / PUNCT , _ 11 cc 11:cc SpaceAfter=No +10 / / SYM , _ 11 cc 11:cc SpaceAfter=No 11 spines spine NOUN NNS Number=Plur 9 conj 9:conj|25:nsubj|26:nsubj:xsubj _ -12 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No -13 whatever whatever DET WDT PronType=Int 15 obj 15:obj _ +12 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No +13 whatever whatever PRON WP PronType=Rel 9 appos 9:appos|15:xcomp _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ -15 call call VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 parataxis 11:parataxis _ +15 call call VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 16 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 15 obj 15:obj SpaceAfter=No -17 ) ) PUNCT -RRB- _ 15 punct 15:punct _ +17 ) ) PUNCT -RRB- _ 13 punct 13:punct _ 18 on on ADP IN _ 23 case 23:case _ -19 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +19 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 20 side side NOUN NN Number=Sing 23 compound 23:compound _ 21 and and CCONJ CC _ 22 cc 22:cc _ 22 face face NOUN NN Number=Sing 20 conj 20:conj:and|23:compound _ @@ -144945,17 +145013,17 @@ # sent_id = answers-20111108102621AA3hPqj_ans-0003 # text = or are they just supposed to look like they are so nothing will try to eat them 1 or or CCONJ CC _ 5 cc 5:cc _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ -3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ +3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj:pass 5:nsubj:pass|7:nsubj:xsubj _ 4 just just ADV RB _ 5 advmod 5:advmod _ -5 supposed suppose VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +5 supposed suppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 look look VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 like like SCONJ IN _ 10 mark 10:mark _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:like _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:like _ 11 so so SCONJ IN _ 14 mark 14:mark _ -12 nothing nothing PRON NN Number=Sing 14 nsubj 14:nsubj|16:nsubj:xsubj _ +12 nothing nothing PRON NN Number=Sing|PronType=Neg 14 nsubj 14:nsubj|16:nsubj:xsubj _ 13 will will AUX MD VerbForm=Fin 14 aux 14:aux _ 14 try try VERB VB VerbForm=Inf 7 advcl 7:advcl:so _ 15 to to PART TO _ 16 mark 16:mark _ @@ -144972,49 +145040,50 @@ # sent_id = answers-20111108102621AA3hPqj_ans-0005 # text = iv owned beardies for ovr 3 yrs and i handle mine all the time.. they dont go hard lik eneedle hard but they arnt pillow soft. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj SpaceAfter=No -2 v have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1-2 iv _ _ _ _ _ _ _ _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +2 v have AUX VBP Abbr=Yes|Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux CorrectForm='ve 3 owned own VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 beardies beardy NOUN NNS Number=Plur 3 obj 3:obj _ 5 for for ADP IN _ 8 case 8:case _ -6 ovr over ADP IN Abbr=Yes 7 advmod 7:advmod _ -7 3 3 NUM CD NumType=Card 8 nummod 8:nummod _ -8 yrs year NOUN NNS Abbr=Yes|Number=Plur 3 obl 3:obl:for _ +6 ovr over ADV IN Abbr=Yes 7 advmod 7:advmod CorrectForm=over +7 3 3 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ +8 yrs year NOUN NNS Abbr=Yes|Number=Plur 3 obl 3:obl:for CorrectForm=years 9 and and CCONJ CC _ 11 cc 11:cc _ -10 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 handle handle VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ -12 mine mine PRON PRP _ 11 obj 11:obj _ -13 all all DET PDT _ 15 det:predet 15:det:predet _ +10 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ +11 handle handle VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +12 mine my PRON PRP Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 obj 11:obj _ +13 all all DET PDT PronType=Tot 15 det:predet 15:det:predet _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 time time NOUN NN Number=Sing 11 obl:tmod 11:obl:tmod SpaceAfter=No -16 .. .. PUNCT , _ 3 punct 3:punct _ +16 .. .. PUNCT , _ 20 punct 20:punct _ 17 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj|21:nsubj:xsubj _ 18-19 dont _ _ _ _ _ _ _ _ -18 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ -19 nt not PART RB _ 20 advmod 20:advmod _ +18 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +19 nt not PART RB Abbr=Yes 20 advmod 20:advmod CorrectForm=n't 20 go go VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ 21 hard hard ADJ JJ Degree=Pos 20 xcomp 20:xcomp _ -22 lik like ADP IN Typo=Yes 24 case 24:case _ -23 eneedle needle NOUN NN Number=Sing|Typo=Yes 24 obl:npmod 24:obl:npmod _ -24 hard hard ADJ JJ Degree=Pos 21 obl 21:obl:lik _ -25 but but CCONJ CC _ 27 cc 27:cc _ +22 lik like ADP IN Typo=Yes 24 case 24:case CorrectForm=like +23 eneedle needle NOUN NN Number=Sing|Typo=Yes 24 obl:npmod 24:obl:npmod CorrectForm=needle +24 hard hard ADJ JJ Degree=Pos 21 obl 21:obl:like _ +25 but but CCONJ CC _ 30 cc 30:cc _ 26 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 30 nsubj 30:nsubj _ 27-28 arnt _ _ _ _ _ _ _ _ -27 ar be AUX VBP Abbr=Yes|Mood=Ind|Tense=Pres|Typo=Yes|VerbForm=Fin 30 cop 30:cop _ -28 nt not PART RB _ 30 advmod 30:advmod _ +27 ar be AUX VBP Abbr=Yes|Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 30 cop 30:cop CorrectForm=are +28 nt not PART RB Abbr=Yes 30 advmod 30:advmod CorrectForm=n't 29 pillow pillow NOUN NN Number=Sing 30 obl:npmod 30:obl:npmod _ -30 soft soft ADJ JJ Degree=Pos 20 conj 20:conj SpaceAfter=No +30 soft soft ADJ JJ Degree=Pos 20 conj 20:conj:but SpaceAfter=No 31 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108102621AA3hPqj_ans-0006 # text = they use them to look prickly.. would you try to eat a cactus [if u had no knife] i know i wouldnt. 1 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 2 obj 2:obj|5:nsubj:xsubj|6:nsubj:xsubj _ +2 use use VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 2 obj 2:obj _ 4 to to PART TO _ 5 mark 5:mark _ -5 look look VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ +5 look look VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ 6 prickly prickly ADJ JJ Degree=Pos 5 xcomp 5:xcomp SpaceAfter=No -7 .. .. PUNCT . _ 2 punct 2:punct _ +7 .. .. PUNCT . _ 10 punct 10:punct _ 8 would would AUX MD VerbForm=Fin 10 aux 10:aux _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ 10 try try VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ @@ -145022,43 +145091,45 @@ 12 eat eat VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 cactus cactus NOUN NN Number=Sing 12 obj 12:obj _ -15 [ [ PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No +15 [ [ PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No 16 if if SCONJ IN _ 18 mark 18:mark _ -17 u u PRON PRP _ 18 nsubj 18:nsubj _ -18 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 advcl 12:advcl:if _ -19 no no DET DT _ 20 det 20:det _ +17 u you PRON PRP Abbr=Yes|Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj CorrectForm=you +18 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 advcl 12:advcl:if _ +19 no no DET DT PronType=Neg 20 det 20:det _ 20 knife knife NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No -21 ] ] PUNCT -RRB- _ 12 punct 12:punct _ -22 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ -23 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ -24 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 25 nsubj 25:nsubj _ -25 would would AUX MD VerbForm=Fin 23 ccomp 23:ccomp SpaceAfter=No -26 nt not PART RB _ 25 advmod 25:advmod SpaceAfter=No +21 ] ] PUNCT -RRB- _ 18 punct 18:punct _ +22 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ +23 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +24 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 25 nsubj 25:nsubj _ +25-26 wouldnt _ _ _ _ _ _ _ SpaceAfter=No +25 would would AUX MD VerbForm=Fin 23 ccomp 23:ccomp _ +26 nt not PART RB Abbr=Yes 25 advmod 25:advmod CorrectForm=n't 27 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108102621AA3hPqj_ans-0007 # text = they puff out to look bigger and badder and they can scratch you a lil if ur holding them to tight :) 1 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 puff puff VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 puff puff VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 out out ADV RB _ 2 advmod 2:advmod _ 4 to to PART TO _ 5 mark 5:mark _ 5 look look VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ -6 bigger bigger ADJ JJR Degree=Cmp 5 xcomp 5:xcomp _ +6 bigger big ADJ JJR Degree=Cmp 5 xcomp 5:xcomp _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 badder badder ADJ JJR Degree=Cmp 6 conj 5:xcomp|6:conj:and _ +8 badder bad ADJ JJR Degree=Cmp 6 conj 5:xcomp|6:conj:and _ 9 and and CCONJ CC _ 12 cc 12:cc _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 11 can can AUX MD VerbForm=Fin 12 aux 12:aux _ 12 scratch scratch VERB VB VerbForm=Inf 2 conj 2:conj:and _ 13 you you PRON PRP Case=Acc|Person=2|PronType=Prs 12 obj 12:obj _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ -15 lil lil NOUN NN Number=Sing 12 obl:npmod 12:obl:npmod _ +15 lil little ADJ JJ Abbr=Yes|Degree=Pos 12 obl:npmod 12:obl:npmod _ 16 if if SCONJ IN _ 19 mark 19:mark _ -17 u u PRON PRP _ 19 nsubj 19:nsubj SpaceAfter=No -18 r be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ -19 holding hold VERB VBG VerbForm=Ger 12 advcl 12:advcl:if _ +17-18 ur _ _ _ _ _ _ _ _ +17 u you PRON PRP Abbr=Yes|Case=Nom|Person=2|PronType=Prs 19 nsubj 19:nsubj CorrectForm=you +18 r be AUX VBP Abbr=Yes|Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 aux 19:aux CorrectForm='re +19 holding hold VERB VBG Tense=Pres|VerbForm=Part 12 advcl 12:advcl:if _ 20 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 19 obj 19:obj _ -21 to to ADV RB _ 22 advmod 22:advmod _ +21 to too ADV RB Typo=Yes 22 advmod 22:advmod CorrectForm=too 22 tight tight ADV RB _ 19 advmod 19:advmod _ 23 :) :) SYM NFP _ 2 discourse 2:discourse _ @@ -145066,7 +145137,7 @@ # text = Theyre not really hard. 1-2 Theyre _ _ _ _ _ _ _ _ 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -2 re be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 re be AUX VBP Abbr=Yes|Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop CorrectForm='re 3 not not PART RB _ 5 advmod 5:advmod _ 4 really really ADV RB _ 5 advmod 5:advmod _ 5 hard hard ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No @@ -145075,7 +145146,7 @@ # sent_id = answers-20111108102621AA3hPqj_ans-0009 # text = Beardies are actually quite delicate. 1 Beardies beardy NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 actually actually ADV RB _ 5 advmod 5:advmod _ 4 quite quite ADV RB _ 5 advmod 5:advmod _ 5 delicate delicate ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No @@ -145085,30 +145156,30 @@ # text = I'm assuming it's to scare off predators / like how they will puff up their neck spikes to make them look bigger to predators or enemies. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 assuming assume VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4-5 it's _ _ _ _ _ _ _ _ -4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -5 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj:outer 7:nsubj:outer _ +5 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 to to PART TO _ 7 mark 7:mark _ -7 scare scare VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ +7 scare scare VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ 8 off off ADP RP _ 7 compound:prt 7:compound:prt _ 9 predators predator NOUN NNS Number=Plur 7 obj 7:obj _ -10 / / PUNCT , _ 7 punct 7:punct _ +10 / / PUNCT , _ 15 punct 15:punct _ 11 like like SCONJ IN _ 15 mark 15:mark _ -12 how how SCONJ WRB PronType=Int 15 mark 15:mark _ +12 how how ADV WRB PronType=Int 15 advmod 15:advmod _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 14 will will AUX MD VerbForm=Fin 15 aux 15:aux _ 15 puff puff VERB VB VerbForm=Inf 7 advcl 7:advcl:like _ 16 up up ADP RP _ 15 compound:prt 15:compound:prt _ -17 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +17 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 18 neck neck NOUN NN Number=Sing 19 compound 19:compound _ 19 spikes spike NOUN NNS Number=Plur 15 obj 15:obj _ 20 to to PART TO _ 21 mark 21:mark _ 21 make make VERB VB VerbForm=Inf 15 advcl 15:advcl:to _ 22 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 21 obj 21:obj|23:nsubj:xsubj|24:nsubj:xsubj _ 23 look look VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ -24 bigger bigger ADJ JJR Degree=Cmp 23 xcomp 23:xcomp _ +24 bigger big ADJ JJR Degree=Cmp 23 xcomp 23:xcomp _ 25 to to ADP IN _ 26 case 26:case _ 26 predators predator NOUN NNS Number=Plur 23 obl 23:obl:to _ 27 or or CCONJ CC _ 28 cc 28:cc _ @@ -145120,14 +145191,15 @@ # text = they dont hurt unless your stupid enough to press on them. 1 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2-3 dont _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ -3 nt not PART RB _ 4 advmod 4:advmod _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 nt not PART RB Typo=Yes 4 advmod 4:advmod CorrectForm=n't 4 hurt hurt VERB VB VerbForm=Inf 0 root 0:root _ 5 unless unless SCONJ IN _ 8 mark 8:mark _ -6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj SpaceAfter=No -7 r be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +6-7 your _ _ _ _ _ _ _ _ +6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ +7 r be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|Typo=Yes|VerbForm=Fin 8 cop 8:cop CorrectForm='re 8 stupid stupid ADJ JJ Degree=Pos 4 advcl 4:advcl:unless _ -9 enough enough ADJ JJ Degree=Pos 8 advmod 8:advmod _ +9 enough enough ADV RB _ 8 advmod 8:advmod _ 10 to to PART TO _ 11 mark 11:mark _ 11 press press VERB VB VerbForm=Inf 8 advcl 8:advcl:to _ 12 on on ADP IN _ 13 case 13:case _ @@ -145138,7 +145210,7 @@ # text = They just are there as an adaptation. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 there there ADV RB PronType=Dem 3 advmod 3:advmod _ 5 as as ADP IN _ 7 case 7:case _ 6 an a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -145154,21 +145226,21 @@ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 kimberwick kimberwick NOUN NN Number=Sing 5 compound 5:compound _ 5 bit bit NOUN NN Number=Sing 6 nsubj:pass 6:nsubj:pass _ -6 used use VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +6 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 for for ADP IN _ 1 case 1:case SpaceAfter=No 8 ? ? PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111108110437AA5JNkr_ans-0002 # newpar id = answers-20111108110437AA5JNkr_ans-p0002 # text = Used as a help for horses that are quite strong pullers while hacking, hunting and doing cross country. -1 Used use VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 as as ADP IN _ 4 case 4:case _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 help help NOUN NN Number=Sing 1 obl 1:obl:as _ 5 for for ADP IN _ 6 case 6:case _ 6 horses horse NOUN NNS Number=Plur 4 nmod 4:nmod:for|11:nsubj _ 7 that that PRON WDT PronType=Rel 11 nsubj 6:ref _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 9 quite quite ADV RB _ 10 advmod 10:advmod _ 10 strong strong ADJ JJ Degree=Pos 11 amod 11:amod _ 11 pullers puller NOUN NNS Number=Plur 6 acl:relcl 6:acl:relcl _ @@ -145195,9 +145267,9 @@ 9 mouth mouth NOUN NN Number=Sing 10 compound 10:compound _ 10 piece piece NOUN NN Number=Sing 5 nmod 5:nmod:with _ 11 and and CCONJ CC _ 14 cc 14:cc _ -12 some some DET DT _ 13 det 13:det _ +12 some some DET DT PronType=Ind 13 det 13:det _ 13 horses horse NOUN NNS Number=Plur 14 nsubj 14:nsubj _ -14 appreciate appreciate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +14 appreciate appreciate VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 15 this this PRON DT Number=Sing|PronType=Dem 14 obj 14:obj _ 16 to to PART TO _ 17 mark 17:mark _ 17 give give VERB VB VerbForm=Inf 14 advcl 14:advcl:to _ @@ -145205,10 +145277,10 @@ 19 more more ADJ JJR Degree=Cmp 20 amod 20:amod _ 20 room room NOUN NN Number=Sing 17 obj 17:obj _ 21 in in ADP IN _ 23 case 23:case _ -22 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 mouths mouth NOUN NNS Number=Plur 20 nmod 20:nmod:in _ 24 for for ADP IN _ 26 case 26:case _ -25 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 tongues tongue NOUN NNS Number=Plur 20 nmod 20:nmod:for SpaceAfter=No 27 . . PUNCT . _ 5 punct 5:punct _ @@ -145227,44 +145299,44 @@ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 12 only only ADV RB _ 13 advmod 13:advmod _ 13 uses use VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:because _ -14 one one NUM CD NumType=Card 15 nummod 15:nummod _ +14 one one NUM CD NumForm=Word|NumType=Card 15 nummod 15:nummod _ 15 rein rein NOUN NN Number=Sing 13 obj 13:obj SpaceAfter=No 16 , , PUNCT , _ 21 punct 21:punct _ 17 though though SCONJ IN _ 21 mark 21:mark _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 19 modern modern ADJ JJ Degree=Pos 20 amod 20:amod _ 20 ones one NOUN NNS Number=Plur 21 nsubj 21:nsubj _ -21 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj _ -22 two two NUM CD NumType=Card 25 nummod 25:nummod _ +21 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj _ +22 two two NUM CD NumForm=Word|NumType=Card 25 nummod 25:nummod _ 23 or or CCONJ CC _ 24 cc 24:cc _ -24 three three NUM CD NumType=Card 22 conj 22:conj:or|25:nummod _ -25 slots slot NOUN NNS Number=Plur 21 obj 21:obj _ +24 three three NUM CD NumForm=Word|NumType=Card 22 conj 22:conj:or|25:nummod _ +25 slots slot NOUN NNS Number=Plur 21 obj 21:obj|29:obl:on _ 26 on on ADP IN _ 27 case 27:case _ -27 which which PRON WDT PronType=Int 29 obl 29:obl:on _ +27 which which PRON WDT PronType=Rel 29 obl 25:ref _ 28 to to PART TO _ 29 mark 29:mark _ -29 put put VERB VB VerbForm=Inf 25 acl 25:acl:to _ +29 put put VERB VB VerbForm=Inf 25 acl:relcl 25:acl:relcl:to _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 31 reins rein NOUN NNS Number=Plur 29 obj 29:obj SpaceAfter=No 32 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108110437AA5JNkr_ans-0005 # text = The lower the reins, the stronger the action and the lower the reins the stronger the action on the poll too. -1 The the DET DT Definite=Def|PronType=Art 2 mark 2:mark _ -2 lower lower ADJ JJR Degree=Cmp 7 advcl 7:advcl:the _ +1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ +2 lower low ADJ JJR Degree=Cmp 7 advcl 7:advcl:the _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 reins rein NOUN NNS Number=Plur 2 nsubj 2:nsubj SpaceAfter=No 5 , , PUNCT , _ 2 punct 2:punct _ -6 the the DET DT Definite=Def|PronType=Art 7 mark 7:mark _ -7 stronger stronger ADJ JJR Degree=Cmp 0 root 0:root _ +6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ +7 stronger strong ADJ JJR Degree=Cmp 0 root 0:root _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 action action NOUN NN Number=Sing 7 nsubj 7:nsubj _ 10 and and CCONJ CC _ 16 cc 16:cc _ -11 the the DET DT Definite=Def|PronType=Art 12 mark 12:mark _ -12 lower lower ADJ JJR Degree=Cmp 16 advcl 16:advcl:the _ +11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ +12 lower low ADJ JJR Degree=Cmp 16 advcl 16:advcl:the _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 reins rein NOUN NNS Number=Plur 12 nsubj 12:nsubj _ -15 the the DET DT Definite=Def|PronType=Art 16 mark 16:mark _ -16 stronger stronger ADJ JJR Degree=Cmp 7 conj 7:conj:and _ +15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ +16 stronger strong ADJ JJR Degree=Cmp 7 conj 7:conj:and _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 action action NOUN NN Number=Sing 16 nsubj 16:nsubj _ 19 on on ADP IN _ 21 case 21:case _ @@ -145277,21 +145349,21 @@ # text = Useful for younger kids who do not have big enough hands or the ability to handle two reins independently. 1 Useful useful ADJ JJ Degree=Pos 0 root 0:root _ 2 for for ADP IN _ 4 case 4:case _ -3 younger younger ADJ JJR Degree=Cmp 4 amod 4:amod _ +3 younger young ADJ JJR Degree=Cmp 4 amod 4:amod _ 4 kids kid NOUN NNS Number=Plur 1 obl 1:obl:for|8:nsubj _ 5 who who PRON WP PronType=Rel 8 nsubj 4:ref _ -6 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 not not PART RB _ 8 advmod 8:advmod _ 8 have have VERB VB VerbForm=Inf 4 acl:relcl 4:acl:relcl _ -9 big big ADJ JJ Degree=Pos 10 amod 10:amod _ -10 enough enough ADJ RB _ 11 advmod 11:advmod _ +9 big big ADJ JJ Degree=Pos 11 amod 11:amod _ +10 enough enough ADV RB _ 9 advmod 9:advmod _ 11 hands hand NOUN NNS Number=Plur 8 obj 8:obj _ 12 or or CCONJ CC _ 14 cc 14:cc _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 ability ability NOUN NN Number=Sing 11 conj 8:obj|11:conj:or _ 15 to to PART TO _ 16 mark 16:mark _ 16 handle handle VERB VB VerbForm=Inf 14 acl 14:acl:to _ -17 two two NUM CD NumType=Card 18 nummod 18:nummod _ +17 two two NUM CD NumForm=Word|NumType=Card 18 nummod 18:nummod _ 18 reins rein NOUN NNS Number=Plur 16 obj 16:obj _ 19 independently independently ADV RB _ 16 advmod 16:advmod SpaceAfter=No 20 . . PUNCT . _ 1 punct 1:punct _ @@ -145302,7 +145374,7 @@ 1 For for ADP IN _ 2 case 2:case _ 2 horses horse NOUN NNS Number=Plur 0 root 0:root|6:nsubj _ 3 that that PRON WDT PronType=Rel 6 nsubj 2:ref _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 strong strong ADJ JJ Degree=Pos 6 amod 6:amod _ 6 pullers puller NOUN NNS Number=Plur 2 acl:relcl 2:acl:relcl SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ @@ -145331,7 +145403,7 @@ 4 for for ADP IN _ 5 case 5:case _ 5 horses horse NOUN NNS Number=Plur 3 obl 3:obl:for|7:nsubj _ 6 that that PRON WDT PronType=Rel 7 nsubj 5:ref _ -7 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 little little ADJ JJ Degree=Pos 10 obl:npmod 10:obl:npmod _ 10 more more ADJ JJR Degree=Cmp 7 obj 7:obj _ @@ -145343,7 +145415,7 @@ # sent_id = answers-20111108110437AA5JNkr_ans-0010 # text = I know that's vague, but it depends on the horse. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3-4 that's _ _ _ _ _ _ _ _ 3 that that PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 4 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ @@ -145368,10 +145440,10 @@ 7 hands hand NOUN NNS Number=Plur 5 obj 5:obj _ 8 as as ADV RB _ 5 advmod 5:advmod _ 9 well well ADV RB Degree=Pos 8 fixed 8:fixed SpaceAfter=No -10 , , PUNCT , _ 5 punct 5:punct _ +10 , , PUNCT , _ 15 punct 15:punct _ 11 because because SCONJ IN _ 15 mark 15:mark _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj|17:nsubj:xsubj _ -13 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +13 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 14 NOT not PART RB _ 15 advmod 15:advmod _ 15 want want VERB VB VerbForm=Inf 5 advcl 5:advcl:because _ 16 to to PART TO _ 17 mark 17:mark _ @@ -145405,7 +145477,7 @@ # newpar id = answers-20111108082505AAtbdh9_ans-p0002 # text = I want to save up for a canon t3i, around 750-800 + :( 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 save save VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 up up ADP RP _ 4 compound:prt 4:compound:prt _ @@ -145413,11 +145485,11 @@ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 canon canon PROPN NNP Number=Sing 9 compound 9:compound _ 9 t3i t3i NOUN NN Number=Sing 4 obl 4:obl:for SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 12 punct 12:punct _ 11 around around ADV RB _ 12 case 12:case _ -12 750 750 NUM CD NumType=Card 9 nmod 9:nmod:around SpaceAfter=No +12 750 750 NUM CD NumForm=Digit|NumType=Card 9 nmod 9:nmod:around SpaceAfter=No 13 - - SYM SYM _ 14 case 14:case SpaceAfter=No -14 800 800 NUM CD NumType=Card 12 nmod 12:nmod _ +14 800 800 NUM CD NumForm=Digit|NumType=Card 12 nmod 12:nmod _ 15 + + SYM SYM _ 14 advmod 14:advmod _ 16 :( :( SYM NFP _ 2 discourse 2:discourse _ @@ -145425,85 +145497,85 @@ # text = I'm currently 12 and I get about 20 dollars a week for lunch, sometimes a bit more, I plan to save 10 dollars every week :) 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 currently currently ADV RB _ 4 advmod 4:advmod _ -4 12 12 NUM CD NumType=Card 0 root 0:root _ +4 12 12 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +7 get get VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 8 about about ADV RB _ 9 advmod 9:advmod _ -9 20 20 NUM CD NumType=Card 10 nummod 10:nummod _ +9 20 20 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 dollars dollar NOUN NNS Number=Plur 7 obj 7:obj _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ -12 week week NOUN NN Number=Sing 10 nmod:npmod 10:nmod:npmod _ +12 week week NOUN NN Number=Sing 10 nmod:tmod 10:nmod:tmod _ 13 for for ADP IN _ 14 case 14:case _ 14 lunch lunch NOUN NN Number=Sing 10 nmod 10:nmod:for SpaceAfter=No -15 , , PUNCT , _ 10 punct 10:punct _ +15 , , PUNCT , _ 19 punct 19:punct _ 16 sometimes sometimes ADV RB _ 19 advmod 19:advmod _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 18 bit bit NOUN NN Number=Sing 19 obl:npmod 19:obl:npmod _ 19 more more ADJ JJR Degree=Cmp 10 appos 10:appos SpaceAfter=No 20 , , PUNCT , _ 22 punct 22:punct _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj|24:nsubj:xsubj _ -22 plan plan VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +22 plan plan VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 23 to to PART TO _ 24 mark 24:mark _ 24 save save VERB VB VerbForm=Inf 22 xcomp 22:xcomp _ -25 10 10 NUM CD NumType=Card 26 nummod 26:nummod _ +25 10 10 NUM CD NumForm=Digit|NumType=Card 26 nummod 26:nummod _ 26 dollars dollar NOUN NNS Number=Plur 24 obj 24:obj _ -27 every every DET DT _ 28 det 28:det _ -28 week week NOUN NN Number=Sing 26 nmod:npmod 26:nmod:npmod _ +27 every every DET DT PronType=Tot 28 det 28:det _ +28 week week NOUN NN Number=Sing 26 nmod:tmod 26:nmod:tmod _ 29 :) :) SYM NFP _ 4 discourse 4:discourse _ # sent_id = answers-20111108082505AAtbdh9_ans-0004 # text = My birthday is in november and I get about .... 150 or more since i hate my dads family.. haha -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 birthday birthday NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 in in ADP IN _ 5 case 5:case _ -5 november november PROPN NNP Number=Sing 0 root 0:root _ +5 november November PROPN NNP Number=Sing 0 root 0:root _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +8 get get VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 9 about about ADV RB _ 11 advmod 11:advmod _ -10 .... .... PUNCT , _ 11 punct 11:punct _ -11 150 150 NUM CD NumType=Card 8 obj 8:obj _ +10 .... .... PUNCT , _ 9 punct 9:punct _ +11 150 150 NUM CD NumForm=Digit|NumType=Card 8 obj 8:obj _ 12 or or CCONJ CC _ 13 cc 13:cc _ 13 more more ADJ JJR Degree=Cmp 11 conj 8:obj|11:conj:or _ 14 since since SCONJ IN _ 16 mark 16:mark _ -15 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -16 hate hate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:since _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +15 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ +16 hate hate VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:since _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18-19 dads _ _ _ _ _ _ _ _ -18 dad dad NOUN NN Number=Sing 16 obj 16:obj _ -19 s 's PART POS _ 18 case 18:case _ -20 family family ADV RB _ 18 advmod 18:advmod SpaceAfter=No -21 .. .. PUNCT . _ 5 punct 5:punct _ +18 dad dad NOUN NN Number=Sing 20 nmod:poss 20:nmod:poss _ +19 s 's PART POS Typo=Yes 18 case 18:case CorrectForm='s +20 family family NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No +21 .. .. PUNCT . _ 22 punct 22:punct _ 22 haha haha INTJ UH _ 5 discourse 5:discourse _ # sent_id = answers-20111108082505AAtbdh9_ans-0005 # text = Chinese new year ~ 300 -1 Chinese chinese ADJ JJ Degree=Pos 3 amod 3:amod _ +1 Chinese Chinese ADJ JJ Degree=Pos 3 amod 3:amod _ 2 new new ADJ JJ Degree=Pos 3 amod 3:amod _ 3 year year NOUN NN Number=Sing 0 root 0:root _ 4 ~ ~ SYM SYM _ 5 advmod 5:advmod _ -5 300 300 NUM CD NumType=Card 3 parataxis 3:parataxis _ +5 300 300 NUM CD NumForm=Digit|NumType=Card 3 parataxis 3:parataxis _ # sent_id = answers-20111108082505AAtbdh9_ans-0006 # text = christmas ~ 100 -1 christmas christmas PROPN NNP Number=Sing 0 root 0:root _ +1 christmas Christmas PROPN NNP Number=Sing 0 root 0:root _ 2 ~ ~ SYM SYM _ 3 advmod 3:advmod _ -3 100 100 NUM CD NumType=Card 1 parataxis 1:parataxis _ +3 100 100 NUM CD NumForm=Digit|NumType=Card 1 parataxis 1:parataxis _ # sent_id = answers-20111108082505AAtbdh9_ans-0007 # text = and yeaa... -1 and and CCONJ CC _ 0 root 0:root _ -2 yeaa yeaa INTJ UH _ 1 discourse 1:discourse SpaceAfter=No -3 ... ... PUNCT . _ 1 punct 1:punct _ +1 and and CCONJ CC _ 2 cc 2:cc _ +2 yeaa yeaa INTJ UH _ 0 root 0:root SpaceAfter=No +3 ... ... PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108082505AAtbdh9_ans-0008 # text = Can someone cunclude how long it might take me to save up for the canan t3i or some extra tips to save/gain money? :O 1 Can can AUX MD VerbForm=Fin 3 aux 3:aux _ -2 someone someone PRON NN Number=Sing 3 nsubj 3:nsubj|20:nsubj|27:nsubj _ +2 someone someone PRON NN Number=Sing|PronType=Ind 3 nsubj 3:nsubj|20:nsubj|27:nsubj _ 3 cunclude cunclude VERB VB VerbForm=Inf 0 root 0:root _ 4 how how ADV WRB PronType=Int 5 advmod 5:advmod _ 5 long long ADV RB Degree=Pos 8 advmod 8:advmod _ @@ -145519,12 +145591,12 @@ 15 canan canan PROPN NNP Number=Sing 16 compound 16:compound _ 16 t3i t3i NOUN NN Number=Sing 11 obl 11:obl:for _ 17 or or CCONJ CC _ 20 cc 20:cc _ -18 some some DET DT _ 20 det 20:det _ +18 some some DET DT PronType=Ind 20 det 20:det _ 19 extra extra ADJ JJ Degree=Pos 20 amod 20:amod _ 20 tips tip NOUN NNS Number=Plur 3 conj 3:conj:or _ 21 to to PART TO _ 22 mark 22:mark _ 22 save save VERB VB VerbForm=Inf 20 acl 20:acl:to SpaceAfter=No -23 / / PUNCT , _ 24 cc 24:cc SpaceAfter=No +23 / / SYM , _ 24 cc 24:cc SpaceAfter=No 24 gain gain VERB VB VerbForm=Inf 22 conj 20:acl:to|22:conj _ 25 money money NOUN NN Number=Sing 22 obj 22:obj|24:obj SpaceAfter=No 26 ? ? PUNCT . _ 3 punct 3:punct _ @@ -145541,16 +145613,16 @@ 1 Be be AUX VB Mood=Imp|VerbForm=Fin 2 cop 2:cop _ 2 happy happy ADJ JJ Degree=Pos 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +4 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 bit bit NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No -7 , , PUNCT , _ 2 punct 2:punct _ +7 , , PUNCT , _ 12 punct 12:punct _ 8 many many ADJ JJ Degree=Pos 12 nsubj 12:nsubj _ 9 of of ADP IN _ 10 case 10:case _ 10 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 8 nmod 8:nmod:of _ 11 never never ADV RB _ 12 advmod 12:advmod _ -12 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ -13 nothing nothing PRON NN Number=Sing 12 obj 12:obj _ +12 got get VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +13 nothing nothing PRON NN Number=Sing|PronType=Neg 12 obj 12:obj _ 14 :) :) SYM NFP _ 2 discourse 2:discourse _ # sent_id = answers-20111108082505AAtbdh9_ans-0011 @@ -145561,8 +145633,8 @@ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 4 Canon Canon PROPN NNP Number=Sing 6 compound 6:compound _ 5 EOS eos NOUN NN Number=Sing 6 compound 6:compound _ -6 T2i t2i NOUN NN Number=Sing 2 nsubj 2:nsubj SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +6 T2i T2i NOUN NN Number=Sing 2 nsubj 2:nsubj SpaceAfter=No +7 , , PUNCT , _ 12 punct 12:punct _ 8 with with ADP IN _ 12 case 12:case _ 9 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 10 exact exact ADJ JJ Degree=Pos 12 amod 12:amod _ @@ -145570,7 +145642,7 @@ 12 sensor sensor NOUN NN Number=Sing 6 nmod 6:nmod:with SpaceAfter=No 13 , , PUNCT , _ 17 punct 17:punct _ 14 just just ADV RB _ 17 advmod 17:advmod _ -15 no no DET DT _ 17 det 17:det _ +15 no no DET DT PronType=Neg 17 det 17:det _ 16 articulating articulating NOUN NN Number=Sing 17 compound 17:compound _ 17 screen screen NOUN NN Number=Sing 12 conj 6:nmod:with|12:conj SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ @@ -145582,18 +145654,18 @@ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 3 around around ADV RB _ 4 advmod 4:advmod _ 4 $ $ SYM $ _ 6 obl:npmod 6:obl:npmod SpaceAfter=No -5 100 100 NUM CD NumType=Card 4 compound 4:compound _ -6 less less ADJ JJR Degree=Cmp 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ -8 which which PRON WDT PronType=Int 9 nsubj 9:nsubj _ -9 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ +5 100 100 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +6 less less ADJ JJR Degree=Cmp 0 root 0:root|9:csubj SpaceAfter=No +7 , , PUNCT , _ 9 punct 9:punct _ +8 which which PRON WDT PronType=Rel 9 nsubj 6:ref _ +9 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 advcl:relcl 6:advcl:relcl _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj|16:nsubj _ -11 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ +11 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 same same ADJ JJ Degree=Pos 14 amod 14:amod _ 14 camera camera NOUN NN Number=Sing 11 obj 11:obj _ 15 but but CCONJ CC _ 16 cc 16:cc _ -16 quicker quicker ADV RBR Degree=Cmp 11 conj 9:ccomp|11:conj:but SpaceAfter=No +16 quicker quick ADV RBR Degree=Cmp 11 conj 9:ccomp|11:conj:but SpaceAfter=No 17 ! ! PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111108082505AAtbdh9_ans-0013 @@ -145630,14 +145702,14 @@ 6 do do VERB VB VerbForm=Inf 13 advcl 13:advcl:if _ 7 basic basic ADJ JJ Degree=Pos 8 amod 8:amod _ 8 math math NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No -9 , , PUNCT , _ 13 punct 13:punct _ +9 , , PUNCT , _ 6 punct 6:punct _ 10-11 you'll _ _ _ _ _ _ _ _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ 11 'll will AUX MD VerbForm=Fin 13 aux 13:aux _ 12 never never ADV RB _ 13 advmod 13:advmod _ 13 figure figure VERB VB VerbForm=Inf 0 root 0:root _ 14 out out ADP RP _ 13 compound:prt 13:compound:prt _ -15 how how SCONJ WRB PronType=Int 17 mark 17:mark _ +15 how how ADV WRB PronType=Int 17 advmod 17:advmod _ 16 to to PART TO _ 17 mark 17:mark _ 17 use use VERB VB VerbForm=Inf 13 ccomp 13:ccomp _ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ @@ -145651,8 +145723,8 @@ # text = hey kido u made me smile 1 hey hey INTJ UH _ 2 discourse 2:discourse _ 2 kido kido NOUN NN Number=Sing 4 vocative 4:vocative _ -3 u u PRON PRP _ 4 nsubj 4:nsubj _ -4 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 u you PRON PRP Abbr=Yes|Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj CorrectForm=you +4 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obj 4:obj|6:nsubj:xsubj _ 6 smile smile VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ @@ -145667,10 +145739,10 @@ 5 time time NOUN NN Number=Sing 6 nsubj 6:nsubj _ 6 slow slow VERB VB VerbForm=Inf 0 root 0:root _ 7 down down ADP RP _ 6 compound:prt 6:compound:prt _ -8 if if SCONJ IN _ 10 mark 10:mark _ -9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ +8 if if SCONJ IN _ 11 mark 11:mark _ +9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj:pass 11:nsubj:pass MissingWordsAfter=is 10 not not PART RB _ 11 advmod 11:advmod _ -11 exposed expose VERB VBN Tense=Past|VerbForm=Part 6 advcl 6:advcl _ +11 exposed expose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 advcl 6:advcl _ 12 to to ADP IN _ 13 case 13:case _ 13 air air NOUN NN Number=Sing 11 obl 11:obl:to SpaceAfter=No 14 ? ? PUNCT . _ 6 punct 6:punct _ @@ -145680,20 +145752,20 @@ # text = its for a craft project.....i want to use it the way u would use icing.... 1-2 its _ _ _ _ _ _ _ _ 1 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 6 cop 6:cop CorrectForm='s 3 for for ADP IN _ 6 case 6:case _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 craft craft NOUN NN Number=Sing 6 compound 6:compound _ 6 project project NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -7 ..... ..... PUNCT , _ 6 punct 6:punct SpaceAfter=No -8 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj _ -9 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ +7 ..... ..... PUNCT , _ 9 punct 9:punct SpaceAfter=No +8 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj _ +9 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ 10 to to PART TO _ 11 mark 11:mark _ 11 use use VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ -12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 iobj 11:iobj _ +12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -14 way way NOUN NN Number=Sing 11 obj 11:obj _ -15 u u PRON PRP _ 17 nsubj 17:nsubj _ +14 way way NOUN NN Number=Sing 11 obl:npmod 11:obl:npmod _ +15 u you PRON PRP Abbr=Yes|Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj CorrectForm=you 16 would would AUX MD VerbForm=Fin 17 aux 17:aux _ 17 use use VERB VB VerbForm=Inf 14 acl:relcl 14:acl:relcl _ 18 icing icing NOUN NN Number=Sing 17 obj 17:obj SpaceAfter=No @@ -145702,7 +145774,7 @@ # sent_id = answers-20111108085734AATXy0E_ans-0003 # newpar id = answers-20111108085734AATXy0E_ans-p0003 # text = took a bit of searching to discover that POP is probably PoP - plaster of Paris and yes plaster of Paris will slow way down if it is not exposed to air - in fact, if you are building up plaster ("the way you would icing") to do sculpting, which is rather uncommon, you keep the set plaster damp in order to add more unset plaster or you have to wet the area where you will be adding plaster "mud" -1 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 bit bit NOUN NN Number=Sing 1 obj 1:obj _ 4 of of ADP IN _ 5 case 5:case _ @@ -145714,7 +145786,7 @@ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 probably probably ADV RB _ 12 advmod 12:advmod _ 12 PoP pop NOUN NN Number=Sing 7 ccomp 7:ccomp _ -13 - - PUNCT , _ 12 punct 12:punct _ +13 - - PUNCT , _ 14 punct 14:punct _ 14 plaster plaster NOUN NN Number=Sing 12 appos 12:appos _ 15 of of ADP IN _ 16 case 16:case _ 16 Paris Paris PROPN NNP Number=Sing 14 nmod 14:nmod:of _ @@ -145734,14 +145806,14 @@ 30 exposed expose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 advcl 23:advcl:if _ 31 to to ADP IN _ 32 case 32:case _ 32 air air NOUN NN Number=Sing 30 obl 30:obl:to _ -33 - - PUNCT , _ 1 punct 1:punct _ +33 - - PUNCT , _ 62 punct 62:punct _ 34 in in ADP IN _ 35 case 35:case _ 35 fact fact NOUN NN Number=Sing 62 obl 62:obl:in SpaceAfter=No -36 , , PUNCT , _ 62 punct 62:punct _ +36 , , PUNCT , _ 35 punct 35:punct _ 37 if if SCONJ IN _ 40 mark 40:mark _ 38 you you PRON PRP Case=Nom|Person=2|PronType=Prs 40 nsubj 40:nsubj _ -39 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 40 aux 40:aux _ -40 building build VERB VBG Tense=Pres|VerbForm=Part 62 advcl 62:advcl:if _ +39 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 40 aux 40:aux _ +40 building build VERB VBG Tense=Pres|VerbForm=Part 62 advcl 59:csubj|62:advcl:if _ 41 up up ADP RP _ 40 compound:prt 40:compound:prt _ 42 plaster plaster NOUN NN Number=Sing 40 obj 40:obj _ 43 ( ( PUNCT -LRB- _ 46 punct 46:punct SpaceAfter=No @@ -145756,14 +145828,14 @@ 52 to to PART TO _ 53 mark 53:mark _ 53 do do VERB VB VerbForm=Inf 40 advcl 40:advcl:to _ 54 sculpting sculpting NOUN NN Number=Sing 53 obj 53:obj SpaceAfter=No -55 , , PUNCT , _ 53 punct 53:punct _ -56 which which PRON WDT PronType=Int 59 nsubj 59:nsubj _ +55 , , PUNCT , _ 59 punct 59:punct _ +56 which which PRON WDT PronType=Rel 59 nsubj 40:ref _ 57 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 59 cop 59:cop _ 58 rather rather ADV RB _ 59 advmod 59:advmod _ -59 uncommon uncommon ADJ JJ Degree=Pos 53 parataxis 53:parataxis SpaceAfter=No -60 , , PUNCT , _ 62 punct 62:punct _ +59 uncommon uncommon ADJ JJ Degree=Pos 40 advcl:relcl 40:advcl:relcl SpaceAfter=No +60 , , PUNCT , _ 40 punct 40:punct _ 61 you you PRON PRP Case=Nom|Person=2|PronType=Prs 62 nsubj 62:nsubj _ -62 keep keep VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ +62 keep keep VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ 63 the the DET DT Definite=Def|PronType=Art 65 det 65:det _ 64 set set ADJ JJ Degree=Pos 65 amod 65:amod _ 65 plaster plaster NOUN NN Number=Sing 62 obj 62:obj|66:nsubj:xsubj _ @@ -145777,12 +145849,12 @@ 73 plaster plaster NOUN NN Number=Sing 70 obj 70:obj _ 74 or or CCONJ CC _ 76 cc 76:cc _ 75 you you PRON PRP Case=Nom|Person=2|PronType=Prs 76 nsubj 76:nsubj|78:nsubj:xsubj _ -76 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 62 conj 62:conj:or _ +76 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 62 conj 62:conj:or _ 77 to to PART TO _ 78 mark 78:mark _ 78 wet wet VERB VB VerbForm=Inf 76 xcomp 76:xcomp _ 79 the the DET DT Definite=Def|PronType=Art 80 det 80:det _ -80 area area NOUN NN Number=Sing 78 obj 78:obj _ -81 where where SCONJ WRB PronType=Rel 85 mark 85:mark _ +80 area area NOUN NN Number=Sing 78 obj 78:obj|85:obl _ +81 where where ADV WRB PronType=Rel 85 advmod 80:ref _ 82 you you PRON PRP Case=Nom|Person=2|PronType=Prs 85 nsubj 85:nsubj _ 83 will will AUX MD VerbForm=Fin 85 aux 85:aux _ 84 be be AUX VB VerbForm=Inf 85 aux 85:aux _ @@ -145798,7 +145870,7 @@ 2 of of ADP IN _ 3 case 3:case _ 3 Paris Paris PROPN NNP Number=Sing 1 nmod 1:nmod:of _ 4 does do VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 two two NUM CD NumType=Card 6 nummod 6:nummod _ +5 two two NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 6 things thing NOUN NNS Number=Plur 4 obj 4:obj _ # sent_id = answers-20111108085734AATXy0E_ans-0005 @@ -145807,16 +145879,16 @@ 2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 3 chemically chemically ADV RB _ 4 advmod 4:advmod _ 4 sets set VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 - - PUNCT , _ 4 punct 4:punct _ -6 gets get VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ -7 warm warm ADJ JJ Degree=Pos 4 parataxis 4:parataxis _ +5 - - PUNCT , _ 6 punct 6:punct _ +6 gets get AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ +7 warm warm ADJ JJ Degree=Pos 6 xcomp 6:xcomp _ 8 to to ADP IN _ 9 case 9:case _ -9 hot hot ADJ JJ Degree=Pos 7 obl 7:obl:to _ +9 hot hot ADJ JJ Degree=Pos 6 obl 6:obl:to _ 10 then then ADV RB PronType=Dem 11 advmod 11:advmod _ -11 cools cool VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 conj 7:conj:and _ +11 cools cool VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ 12 down down ADP RP _ 11 compound:prt 11:compound:prt _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 hard hard ADJ JJ Degree=Pos 7 conj 7:conj:and _ +14 hard hard ADJ JJ Degree=Pos 6 conj 6:conj:and _ 15 and and CCONJ CC _ 4 cc 4:cc _ # sent_id = answers-20111108085734AATXy0E_ans-0006 @@ -145825,7 +145897,7 @@ 2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 3 dries dry VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 out out ADP RP _ 3 compound:prt 3:compound:prt SpaceAfter=No -5 , , PUNCT , _ 3 punct 3:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 losing lose VERB VBG VerbForm=Ger 3 advcl 3:advcl _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 water water NOUN NN Number=Sing 6 obj 6:obj|11:nsubj:pass _ @@ -145841,16 +145913,16 @@ # text = For example, a set plaster mold that is to be used for clay slip casting must be dry - it gets wet pulling the water out of the slip - while a set plaster mold used for molding wax must be soaking or damp wet http://www.mikegigi.com/castgobl.htm#LGGOBPROJ 1 For for ADP IN _ 2 case 2:case _ 2 example example NOUN NN Number=Sing 19 obl 19:obl:for SpaceAfter=No -3 , , PUNCT , _ 19 punct 19:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 5 set set ADJ JJ Degree=Pos 7 amod 7:amod _ 6 plaster plaster NOUN NN Number=Sing 7 compound 7:compound _ -7 mold mold NOUN NN Number=Sing 19 nsubj 9:nsubj|12:nsubj:xsubj|19:nsubj _ -8 that that PRON WDT PronType=Rel 9 nsubj 7:ref _ -9 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +7 mold mold NOUN NN Number=Sing 19 nsubj 12:nsubj:pass|19:nsubj _ +8 that that PRON WDT PronType=Rel 12 nsubj:pass 7:ref _ +9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 10 to to PART TO _ 12 mark 12:mark _ 11 be be AUX VB VerbForm=Inf 12 aux:pass 12:aux:pass _ -12 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 xcomp 9:xcomp _ +12 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl:relcl 7:acl:relcl _ 13 for for ADP IN _ 16 case 16:case _ 14 clay clay NOUN NN Number=Sing 15 compound 15:compound _ 15 slip slip NOUN NN Number=Sing 16 compound 16:compound _ @@ -145858,24 +145930,24 @@ 17 must must AUX MD VerbForm=Fin 19 aux 19:aux _ 18 be be AUX VB VerbForm=Inf 19 cop 19:cop _ 19 dry dry ADJ JJ Degree=Pos 0 root 0:root _ -20 - - PUNCT , _ 19 punct 19:punct _ -21 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 23 nsubj 23:nsubj _ -22 gets get VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 aux:pass 23:aux:pass _ -23 wet wet ADJ JJ Degree=Pos 19 parataxis 19:parataxis _ -24 pulling pull VERB VBG VerbForm=Ger 23 advcl 23:advcl _ +20 - - PUNCT , _ 22 punct 22:punct _ +21 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj _ +22 gets get AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 parataxis 19:parataxis _ +23 wet wet ADJ JJ Degree=Pos 22 xcomp 22:parataxis _ +24 pulling pull VERB VBG VerbForm=Ger 22 advcl 22:advcl _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 26 water water NOUN NN Number=Sing 24 obj 24:obj _ 27 out out ADP IN _ 30 case 30:case _ 28 of of ADP IN _ 30 case 30:case _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 slip slip NOUN NN Number=Sing 24 obl 24:obl:of _ -31 - - PUNCT , _ 23 punct 23:punct _ +31 - - PUNCT , _ 22 punct 22:punct _ 32 while while SCONJ IN _ 46 mark 46:mark _ 33 a a DET DT Definite=Ind|PronType=Art 36 det 36:det _ 34 set set ADJ JJ Degree=Pos 36 amod 36:amod _ 35 plaster plaster NOUN NN Number=Sing 36 compound 36:compound _ 36 mold mold NOUN NN Number=Sing 46 nsubj 46:nsubj _ -37 used use VERB VBN Tense=Past|VerbForm=Part 36 acl 36:acl _ +37 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 36 acl 36:acl _ 38 for for ADP IN _ 40 case 40:case _ 39 molding molding NOUN NN Number=Sing 40 compound 40:compound _ 40 wax wax NOUN NN Number=Sing 37 obl 37:obl:for _ @@ -145908,26 +145980,26 @@ # text = I'm getting a dwarf Hamster tomorrow And i was just talking to my Mom and she said that we have to take out the wheel at night because it would disturb her sleep But i told her no because i said their energetic at night at my room is right next door to hers But i heard their are wheels that dont make noise at all what would be the price of it? 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 getting get VERB VBG VerbForm=Ger 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 dwarf dwarf ADJ JJ Degree=Pos 6 amod 6:amod _ 6 Hamster hamster NOUN NN Number=Sing 3 obj 3:obj _ 7 tomorrow tomorrow NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 8 And and CCONJ CC _ 12 cc 12:cc _ -9 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ +9 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 aux 12:aux _ 11 just just ADV RB _ 12 advmod 12:advmod _ 12 talking talk VERB VBG VerbForm=Ger 3 conj 3:conj:and _ 13 to to ADP IN _ 15 case 15:case _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 Mom Mom PROPN NNP Number=Sing 12 obl 12:obl:to _ 16 and and CCONJ CC _ 18 cc 18:cc _ 17 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -18 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 conj 12:conj:and _ +18 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 conj 12:conj:and _ 19 that that SCONJ IN _ 21 mark 21:mark _ 20 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 21 nsubj 21:nsubj|23:nsubj:xsubj _ -21 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 ccomp 18:ccomp _ +21 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 18 ccomp 18:ccomp _ 22 to to PART TO _ 23 mark 23:mark _ 23 take take VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ 24 out out ADP RP _ 23 compound:prt 23:compound:prt _ @@ -145939,44 +146011,45 @@ 30 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 32 nsubj 32:nsubj _ 31 would would AUX MD VerbForm=Fin 32 aux 32:aux _ 32 disturb disturb VERB VB VerbForm=Inf 23 advcl 23:advcl:because _ -33 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ +33 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ 34 sleep sleep NOUN NN Number=Sing 32 obj 32:obj _ 35 But but CCONJ CC _ 37 cc 37:cc _ -36 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 37 nsubj 37:nsubj _ -37 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ -38 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 37 iobj 37:iobj _ +36 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 37 nsubj 37:nsubj _ +37 told tell VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +38 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 37 iobj 37:iobj _ 39 no no INTJ UH _ 37 ccomp 37:ccomp _ 40 because because SCONJ IN _ 42 mark 42:mark _ -41 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 42 nsubj 42:nsubj _ -42 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 37 advcl 37:advcl:because _ -43 thei thei PRON PRP _ 45 nsubj 45:nsubj SpaceAfter=No -44 r be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 45 cop 45:cop _ +41 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 42 nsubj 42:nsubj _ +42 said say VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 37 advcl 37:advcl:because _ +43-44 their _ _ _ _ _ _ _ _ +43 thei they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs|Typo=Yes 45 nsubj 45:nsubj CorrectForm=they +44 r be AUX VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 45 cop 45:cop CorrectForm='re 45 energetic energetic ADJ JJ Degree=Pos 42 ccomp 42:ccomp _ 46 at at ADP IN _ 47 case 47:case _ 47 night night NOUN NN Number=Sing 45 obl 45:obl:at _ -48 at and CCONJ CC Typo=Yes 54 cc 54:cc _ -49 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 50 nmod:poss 50:nmod:poss _ +48 at and CCONJ CC Typo=Yes 54 cc 54:cc CorrectForm=and +49 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 50 nmod:poss 50:nmod:poss _ 50 room room NOUN NN Number=Sing 54 nsubj 54:nsubj _ 51 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 54 cop 54:cop _ 52 right right ADV RB _ 54 advmod 54:advmod _ 53 next next ADJ JJ Degree=Pos 54 amod 54:amod _ -54 door door NOUN NN Number=Sing 37 conj 37:conj:at _ +54 door door NOUN NN Number=Sing 37 conj 37:conj:and _ 55 to to ADP IN _ 56 case 56:case _ -56 hers hers PRON PRP _ 54 nmod 54:nmod:to _ +56 hers her PRON PRP Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 54 nmod 54:nmod:to _ 57 But but CCONJ CC _ 59 cc 59:cc _ -58 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 59 nsubj 59:nsubj _ -59 heard hear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ -60 their there PRON EX Typo=Yes 61 expl 61:expl _ -61 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 59 ccomp 59:ccomp _ +58 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 59 nsubj 59:nsubj _ +59 heard hear VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +60 their there PRON EX Typo=Yes 61 expl 61:expl CorrectForm=there +61 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 59 ccomp 59:ccomp _ 62 wheels wheel NOUN NNS Number=Plur 61 nsubj 61:nsubj|66:nsubj _ 63 that that PRON WDT PronType=Rel 66 nsubj 62:ref _ 64-65 dont _ _ _ _ _ _ _ _ -64 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 66 aux 66:aux _ -65 nt not PART RB _ 66 advmod 66:advmod _ +64 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 66 aux 66:aux _ +65 nt not PART RB Typo=Yes 66 advmod 66:advmod CorrectForm=n't 66 make make VERB VB VerbForm=Inf 62 acl:relcl 62:acl:relcl _ 67 noise noise NOUN NN Number=Sing 66 obj 66:obj _ -68 at at ADV RB _ 69 case 69:case _ -69 all all ADV RB _ 66 obl 66:obl:at _ +68 at at ADP IN _ 69 case 69:case _ +69 all all DET DT PronType=Tot 66 obl 66:obl:at _ 70 what what PRON WP PronType=Int 3 parataxis 3:parataxis _ 71 would would AUX MD VerbForm=Fin 70 aux 70:aux _ 72 be be AUX VB VerbForm=Inf 70 cop 70:cop _ @@ -145991,30 +146064,30 @@ # text = I'm quite sure , you don't even have to buy another , all you need to do , is to pour some oil on the wheel , or even put some rubber on it's edges , the part that is making the noise . 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 quite quite ADV RB _ 4 advmod 4:advmod _ -4 sure sure ADJ JJ Degree=Pos 21 ccomp 21:ccomp _ -5 , , PUNCT , _ 4 punct 4:punct _ +4 sure sure ADJ JJ Degree=Pos 0 root 0:root _ +5 , , PUNCT , _ 10 punct 10:punct _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ 7-8 don't _ _ _ _ _ _ _ _ -7 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +7 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 8 n't not PART RB _ 10 advmod 10:advmod _ 9 even even ADV RB _ 10 advmod 10:advmod _ 10 have have VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ 11 to to PART TO _ 12 mark 12:mark _ 12 buy buy VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ -13 another another DET DT _ 12 obj 12:obj _ -14 , , PUNCT , _ 21 punct 21:punct _ -15 all all DET DT _ 21 nsubj 21:nsubj _ +13 another another DET DT PronType=Ind 12 obj 12:obj _ +14 , , PUNCT , _ 23 punct 23:punct _ +15 all all DET DT PronType=Tot 23 nsubj:outer 23:nsubj:outer|32:nsubj:outer _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj|19:nsubj:xsubj _ -17 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ +17 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ 18 to to PART TO _ 19 mark 19:mark _ 19 do do VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ -20 , , PUNCT , _ 21 punct 21:punct _ -21 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +20 , , PUNCT , _ 15 punct 15:punct _ +21 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ 22 to to PART TO _ 23 mark 23:mark _ -23 pour pour VERB VB VerbForm=Inf 21 ccomp 21:ccomp _ -24 some some DET DT _ 25 det 25:det _ +23 pour pour VERB VB VerbForm=Inf 10 parataxis 10:parataxis _ +24 some some DET DT PronType=Ind 25 det 25:det _ 25 oil oil NOUN NN Number=Sing 23 obj 23:obj _ 26 on on ADP IN _ 28 case 28:case _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ @@ -146022,13 +146095,13 @@ 29 , , PUNCT , _ 32 punct 32:punct _ 30 or or CCONJ CC _ 32 cc 32:cc _ 31 even even ADV RB _ 32 advmod 32:advmod _ -32 put put VERB VB VerbForm=Inf 23 conj 21:ccomp|23:conj:or _ -33 some some DET DT _ 34 det 34:det _ +32 put put VERB VB VerbForm=Inf 23 conj 10:parataxis|23:conj:or _ +33 some some DET DT PronType=Ind 34 det 34:det _ 34 rubber rubber NOUN NN Number=Sing 32 obj 32:obj _ 35 on on ADP IN _ 37 case 37:case _ -36 it's it's PRON PRP$ _ 37 nmod:poss 37:nmod:poss _ +36 it's its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 37 nmod:poss 37:nmod:poss CorrectForm=its 37 edges edge NOUN NNS Number=Plur 32 obl 32:obl:on _ -38 , , PUNCT , _ 37 punct 37:punct _ +38 , , PUNCT , _ 40 punct 40:punct _ 39 the the DET DT Definite=Def|PronType=Art 40 det 40:det _ 40 part part NOUN NN Number=Sing 37 appos 37:appos|43:nsubj _ 41 that that PRON WDT PronType=Rel 43 nsubj 40:ref _ @@ -146036,7 +146109,7 @@ 43 making make VERB VBG Tense=Pres|VerbForm=Part 40 acl:relcl 40:acl:relcl _ 44 the the DET DT Definite=Def|PronType=Art 45 det 45:det _ 45 noise noise NOUN NN Number=Sing 43 obj 43:obj _ -46 . . PUNCT . _ 21 punct 21:punct _ +46 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108093211AA8bYFE_ans-0004 # text = That might work @@ -146047,22 +146120,22 @@ # sent_id = answers-20111108093211AA8bYFE_ans-0005 # newpar id = answers-20111108093211AA8bYFE_ans-p0004 # text = Super Pet Silent Spinner Exercise Wheel -1 Super Super PROPN NNP Number=Sing 6 compound 6:compound _ +1 Super Super ADJ NNP Degree=Pos 6 amod 6:amod _ 2 Pet Pet PROPN NNP Number=Sing 6 compound 6:compound _ -3 Silent Silent PROPN NNP Number=Sing 4 compound 4:compound _ +3 Silent Silent ADJ NNP Degree=Pos 4 amod 4:amod _ 4 Spinner Spinner PROPN NNP Number=Sing 6 compound 6:compound _ 5 Exercise Exercise PROPN NNP Number=Sing 6 compound 6:compound _ 6 Wheel Wheel PROPN NNP Number=Sing 0 root 0:root _ # sent_id = answers-20111108093211AA8bYFE_ans-0006 # text = Our Price: $10.99 to 12.99 PETSMART! -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 Price price NOUN NN Number=Sing 8 parataxis 8:parataxis SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 4 punct 4:punct _ 4 $ $ SYM $ _ 2 appos 2:appos SpaceAfter=No -5 10.99 10.99 NUM CD NumType=Card 4 compound 4:compound _ +5 10.99 10.99 NUM CD NumForm=Digit|NumType=Frac 4 nummod 4:nummod _ 6 to to ADP IN _ 7 case 7:case _ -7 12.99 12.99 NUM CD NumType=Card 5 nmod 5:nmod:to _ +7 12.99 12.99 NUM CD NumForm=Digit|NumType=Frac 5 nmod 5:nmod:to _ 8 PETSMART PETSMART PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No 9 ! ! PUNCT . _ 8 punct 8:punct _ @@ -146078,13 +146151,13 @@ # newpar id = answers-20111108093211AA8bYFE_ans-p0005 # text = I have a dwarf hamster who HATES his wheel and doesn't use it - 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 dwarf dwarf ADJ JJ Degree=Pos 5 amod 5:amod _ 5 hamster hamster NOUN NN Number=Sing 2 obj 2:obj|7:nsubj|13:nsubj _ 6 who who PRON WP PronType=Rel 7 nsubj 5:ref _ 7 HATES hate VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ -8 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 wheel wheel NOUN NN Number=Sing 7 obj 7:obj _ 10 and and CCONJ CC _ 13 cc 13:cc _ 11-12 doesn't _ _ _ _ _ _ _ _ @@ -146102,7 +146175,7 @@ 4 much much ADV RB _ 5 advmod 5:advmod _ 5 MORE more ADJ JJR Degree=Cmp 6 amod 6:amod _ 6 noise noise NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -7 , , PUNCT , _ 2 punct 2:punct _ +7 , , PUNCT , _ 10 punct 10:punct _ 8 as as SCONJ IN _ 10 mark 10:mark _ 9 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj|12:nsubj|14:nsubj _ 10 plays play VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:as _ @@ -146117,7 +146190,7 @@ # sent_id = answers-20111108093211AA8bYFE_ans-0010 # text = wheels are relatively noiseless - 1 wheels wheel NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 relatively relatively ADV RB _ 4 advmod 4:advmod _ 4 noiseless noiseless ADJ JJ Degree=Pos 0 root 0:root _ 5 - - PUNCT : _ 4 punct 4:punct _ @@ -146130,8 +146203,8 @@ 4 from from ADP IN _ 6 case 6:case _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 wheel wheel NOUN NN Number=Sing 3 nmod 3:nmod:from _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ -8 better better ADJ JJR Degree=Cmp 0 root 0:root _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +8 better good ADJ JJR Degree=Cmp 0 root 0:root _ 9 than than ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 full full ADJ JJ Degree=Pos 12 amod 12:amod _ @@ -146159,14 +146232,14 @@ 2 can can AUX MD VerbForm=Fin 4 aux 4:aux _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 4 change change VERB VB VerbForm=Inf 0 root 0:root _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 boarding boarding NOUN NN Number=Sing 7 compound 7:compound _ 7 station station NOUN NN Number=Sing 4 obj 4:obj _ 8 against against ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 ticket ticket NOUN NN Number=Sing 4 obl 4:obl:against _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 booked book VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +12 booked book VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 month month NOUN NN Number=Sing 12 obl:tmod 12:obl:tmod _ 15 back back ADV RB _ 14 advmod 14:advmod _ @@ -146176,7 +146249,7 @@ # sent_id = answers-20111108072912AAccket_ans-0003 # text = My origin Station is Howrah, but I want to board at Asansol.. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 origin origin NOUN NN Number=Sing 3 compound 3:compound _ 3 Station station NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ @@ -146184,7 +146257,7 @@ 6 , , PUNCT , _ 9 punct 9:punct _ 7 but but CCONJ CC _ 9 cc 9:cc _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj _ -9 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ +9 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ 10 to to PART TO _ 11 mark 11:mark _ 11 board board VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 at at ADP IN _ 13 case 13:case _ @@ -146195,11 +146268,11 @@ # newpar id = answers-20111108072912AAccket_ans-p0003 # text = Does your train pass Asansol when starting from Howrah? 1 Does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 train train NOUN NN Number=Sing 4 nsubj 4:nsubj _ 4 pass pass VERB VB VerbForm=Inf 0 root 0:root _ 5 Asansol Asansol PROPN NNP Number=Sing 4 obj 4:obj _ -6 when when SCONJ WRB PronType=Int 7 mark 7:mark _ +6 when when ADV WRB PronType=Int 7 advmod 7:advmod _ 7 starting start VERB VBG VerbForm=Ger 4 advcl 4:advcl:when _ 8 from from ADP IN _ 9 case 9:case _ 9 Howrah Howrah PROPN NNP Number=Sing 7 obl 7:obl:from SpaceAfter=No @@ -146209,10 +146282,10 @@ # text = If yes, you don't need to change it because you board later. 1 If if SCONJ IN _ 2 mark 2:mark _ 2 yes yes INTJ UH _ 7 advcl 7:advcl:if SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ 5-6 don't _ _ _ _ _ _ _ _ -5 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 n't not PART RB _ 7 advmod 7:advmod _ 7 need need VERB VB VerbForm=Inf 0 root 0:root _ 8 to to PART TO _ 9 mark 9:mark _ @@ -146220,15 +146293,15 @@ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj _ 11 because because SCONJ IN _ 13 mark 13:mark _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ -13 board board VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:because _ -14 later later ADV RBR Degree=Cmp 13 advmod 13:advmod SpaceAfter=No +13 board board VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:because _ +14 later late ADV RBR Degree=Cmp 13 advmod 13:advmod SpaceAfter=No 15 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108072912AAccket_ans-0006 # text = If no, you'll have to go to one of the train stations. 1 If if SCONJ IN _ 2 mark 2:mark _ 2 no no INTJ UH _ 6 advcl 6:advcl:if SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4-5 you'll _ _ _ _ _ _ _ _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj|8:nsubj:xsubj _ 5 'll will AUX MD VerbForm=Fin 6 aux 6:aux _ @@ -146236,7 +146309,7 @@ 7 to to PART TO _ 8 mark 8:mark _ 8 go go VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 9 to to ADP IN _ 10 case 10:case _ -10 one one NUM CD NumType=Card 8 obl 8:obl:to _ +10 one one NUM CD NumForm=Word|NumType=Card 8 obl 8:obl:to _ 11 of of ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 train train NOUN NN Number=Sing 14 compound 14:compound _ @@ -146254,10 +146327,10 @@ 6 Foreigner foreigner NOUN NN Number=Sing 9 nmod:poss 9:nmod:poss _ 7 's 's PART POS _ 6 case 6:case _ 8 reservation reservation NOUN NN Number=Sing 9 compound 9:compound _ -9 office office NOUN NN Number=Sing 4 nsubj 4:nsubj _ -10 where where SCONJ WRB PronType=Rel 12 mark 12:mark _ +9 office office NOUN NN Number=Sing 4 nsubj 4:nsubj|12:obl _ +10 where where ADV WRB PronType=Rel 12 advmod 9:ref _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 speak speak VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +12 speak speak VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 13 English English PROPN NNP Number=Sing 12 obj 12:obj _ 14 very very ADV RB _ 15 advmod 15:advmod _ 15 well well ADV RB Degree=Pos 12 advmod 12:advmod SpaceAfter=No @@ -146267,15 +146340,15 @@ # text = I don't remember near which station it is though. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 remember remember VERB VB VerbForm=Inf 0 root 0:root _ 5 near near ADP IN _ 7 case 7:case _ -6 which which DET WDT PronType=Int 7 det 7:det _ -7 station station NOUN NN Number=Sing 9 obl 9:obl:near _ -8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ -10 though though ADV RB _ 9 advmod 9:advmod SpaceAfter=No +6 which which DET WDT PronType=Int 7 det 7:det ManuallyChecked=PronType +7 station station NOUN NN Number=Sing 4 ccomp 4:ccomp _ +8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ +9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +10 though though ADV RB _ 4 advmod 4:advmod SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108072912AAccket_ans-0009 @@ -146295,7 +146368,7 @@ 13 in in ADP IN _ 14 case 14:case _ 14 Calcutta Calcutta PROPN NNP Number=Sing 12 nmod 12:nmod:in _ 15 so so ADV RB _ 16 advmod 16:advmod _ -16 check check VERB VB Mood=Imp|VerbForm=Fin 3 advcl 3:advcl _ +16 check check VERB VB Mood=Imp|VerbForm=Fin 3 parataxis 3:parataxis _ 17 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 18 few few ADJ JJ Degree=Pos 20 amod 20:amod _ 19 big big ADJ JJ Degree=Pos 20 amod 20:amod _ @@ -146308,7 +146381,7 @@ 2 if if SCONJ IN _ 6 mark 6:mark _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 4-5 don't _ _ _ _ _ _ _ _ -4 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 n't not PART RB _ 6 advmod 6:advmod _ 6 find find VERB VB VerbForm=Inf 14 advcl 14:advcl:if _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -146327,7 +146400,7 @@ 18 Reservation reservation NOUN NN Number=Sing 19 compound 19:compound _ 19 Office office NOUN NN Number=Sing 14 obl 14:obl:in _ 20 of of ADP IN _ 24 case 24:case _ -21 any any DET DT _ 24 det 24:det _ +21 any any DET DT PronType=Ind 24 det 24:det _ 22 big big ADJ JJ Degree=Pos 24 amod 24:amod _ 23 train train NOUN NN Number=Sing 24 compound 24:compound _ 24 station station NOUN NN Number=Sing 19 nmod 19:nmod:of SpaceAfter=No @@ -146337,12 +146410,12 @@ # text = This is where you can get AND change express train tickets. 1 This this PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 where where ADV WRB PronType=Int 0 root 0:root _ +3 where where ADV WRB PronType=Rel 0 root 0:root|6:advmod|8:advmod _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj|8:nsubj _ 5 can can AUX MD VerbForm=Fin 6 aux 6:aux _ -6 get get VERB VB VerbForm=Inf 3 acl:relcl 3:acl:relcl _ +6 get get VERB VB VerbForm=Inf 3 advcl:relcl 3:advcl:relcl _ 7 AND and CCONJ CC _ 8 cc 8:cc _ -8 change change VERB VB VerbForm=Inf 6 conj 3:acl:relcl|6:conj:and _ +8 change change VERB VB VerbForm=Inf 6 conj 3:advcl:relcl|6:conj:and _ 9 express express ADJ JJ Degree=Pos 10 amod 10:amod _ 10 train train NOUN NN Number=Sing 11 compound 11:compound _ 11 tickets ticket NOUN NNS Number=Plur 6 obj 6:obj|8:obj SpaceAfter=No @@ -146353,30 +146426,30 @@ # text = well if your desired boarding station comes after more than 2 or 3 halts of the actual boarding point, then the TC will cancel you ticket and allot the seat to others. 1 well well INTJ UH _ 25 discourse 25:discourse _ 2 if if SCONJ IN _ 7 mark 7:mark _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ -4 desired desire VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 desired desire VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 5 boarding boarding NOUN NN Number=Sing 6 compound 6:compound _ 6 station station NOUN NN Number=Sing 7 nsubj 7:nsubj _ 7 comes come VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 advcl 25:advcl:if _ 8 after after ADP IN _ 14 case 14:case _ -9 more more ADJ JJR Degree=Cmp 11 advmod 11:advmod _ +9 more more ADJ JJR Degree=Cmp|ExtPos=ADV 11 advmod 11:advmod _ 10 than than ADP IN _ 9 fixed 9:fixed _ -11 2 2 NUM CD NumType=Card 14 nummod 14:nummod _ +11 2 2 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 12 or or CCONJ CC _ 13 cc 13:cc _ -13 3 3 NUM CD NumType=Card 11 conj 11:conj:or|14:nummod _ +13 3 3 NUM CD NumForm=Digit|NumType=Card 11 conj 11:conj:or|14:nummod _ 14 halts halt NOUN NNS Number=Plur 7 obl 7:obl:after _ 15 of of ADP IN _ 19 case 19:case _ 16 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 17 actual actual ADJ JJ Degree=Pos 19 amod 19:amod _ 18 boarding boarding NOUN NN Number=Sing 19 compound 19:compound _ 19 point point NOUN NN Number=Sing 14 nmod 14:nmod:of SpaceAfter=No -20 , , PUNCT , _ 25 punct 25:punct _ +20 , , PUNCT , _ 7 punct 7:punct _ 21 then then ADV RB PronType=Dem 25 advmod 25:advmod _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 TC tc NOUN NN Number=Sing 25 nsubj 25:nsubj|29:nsubj _ 24 will will AUX MD VerbForm=Fin 25 aux 25:aux _ 25 cancel cancel VERB VB VerbForm=Inf 0 root 0:root _ -26 you you PRON PRP$ _ 27 nmod:poss 27:nmod:poss _ +26 you your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Typo=Yes 27 nmod:poss 27:nmod:poss CorrectForm=your 27 ticket ticket NOUN NN Number=Sing 25 obj 25:obj _ 28 and and CCONJ CC _ 29 cc 29:cc _ 29 allot allot VERB VB VerbForm=Inf 25 conj 25:conj:and _ @@ -146389,7 +146462,7 @@ # sent_id = answers-20111108072912AAccket_ans-0013 # text = so better inquire in railway office 1 so so ADV RB _ 3 advmod 3:advmod _ -2 better better ADV RB _ 3 aux 3:aux _ +2 better well ADV RBR Degree=Cmp 3 advmod 3:advmod _ 3 inquire inquire VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 in in ADP IN _ 6 case 6:case _ 5 railway railway NOUN NN Number=Sing 6 compound 6:compound _ @@ -146400,7 +146473,7 @@ # text = Contact the Indian railways. 1 Contact contact VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 Indian indian ADJ JJ Degree=Pos 4 amod 4:amod _ +3 Indian Indian ADJ JJ Degree=Pos 4 amod 4:amod _ 4 railways railway NOUN NNS Number=Plur 1 obj 1:obj SpaceAfter=No 5 . . PUNCT . _ 1 punct 1:punct SpaceAfter=No @@ -146412,7 +146485,7 @@ 4 up up ADP RP _ 3 compound:prt 3:compound:prt _ 5 as as ADP IN _ 9 case 9:case _ 6 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -7 no no DET DT _ 8 det 8:det _ +7 no no DET DT PronType=Neg 8 det 8:det _ 8 show show NOUN NN Number=Sing 9 compound 9:compound _ 9 passenger passenger NOUN NN Number=Sing 3 obl 3:obl:as SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ @@ -146428,7 +146501,7 @@ # sent_id = answers-20111108104228AA6z9uZ_ans-0002 # newpar id = answers-20111108104228AA6z9uZ_ans-p0002 # text = my name is Josalyn Leainne Creek and i'm 19 years old and i graduated from high in May adn of this year and i love animals and i'm great at working and i had drama in my last job which was mcallister's deli and i', a mormon and i hvae changed to be a better person that pwople are wanting to hirier and i'm willing to work whenever you need me but i go to church on every sunday and i have a doctor's appointment this thursday at 2;30 and i hope you h=guys hirier me because i work very hard and i dont care about how much you guys pay and i've been looking for a job ever since i have graduated and i hate drama -1 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 name name NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 Josalyn Josalyn PROPN NNP Number=Sing 0 root 0:root _ @@ -146436,14 +146509,14 @@ 6 Creek Creek PROPN NNP Number=Sing 4 flat 4:flat _ 7 and and CCONJ CC _ 12 cc 12:cc _ 8-9 i'm _ _ _ _ _ _ _ _ -8 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -9 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ -10 19 19 NUM CD NumType=Card 11 nummod 11:nummod _ +8 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ +9 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +10 19 19 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 11 years year NOUN NNS Number=Plur 12 obl:npmod 12:obl:npmod _ 12 old old ADJ JJ Degree=Pos 4 conj 4:conj:and _ 13 and and CCONJ CC _ 15 cc 15:cc _ -14 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 graduated graduate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +14 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ +15 graduated graduate VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 16 from from ADP IN _ 17 case 17:case _ 17 high high ADJ JJ Degree=Pos 15 obl 15:obl:from _ 18 in in ADP IN _ 20 case 20:case _ @@ -146453,109 +146526,110 @@ 22 this this DET DT Number=Sing|PronType=Dem 23 det 23:det _ 23 year year NOUN NN Number=Sing 20 nmod 20:nmod:of _ 24 and and CCONJ CC _ 26 cc 26:cc _ -25 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 26 nsubj 26:nsubj _ -26 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +25 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 26 nsubj 26:nsubj _ +26 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 27 animals animal NOUN NNS Number=Plur 26 obj 26:obj _ 28 and and CCONJ CC _ 31 cc 31:cc _ 29-30 i'm _ _ _ _ _ _ _ _ -29 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 31 nsubj 31:nsubj _ -30 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 cop 31:cop _ +29 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 31 nsubj 31:nsubj _ +30 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 31 cop 31:cop _ 31 great great ADJ JJ Degree=Pos 4 conj 4:conj:and _ 32 at at SCONJ IN _ 33 mark 33:mark _ 33 working work VERB VBG VerbForm=Ger 31 advcl 31:advcl:at _ 34 and and CCONJ CC _ 36 cc 36:cc _ -35 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 36 nsubj 36:nsubj _ -36 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +35 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 36 nsubj 36:nsubj _ +36 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 37 drama drama NOUN NN Number=Sing 36 obj 36:obj _ 38 in in ADP IN _ 41 case 41:case _ -39 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 41 nmod:poss 41:nmod:poss _ +39 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 41 nmod:poss 41:nmod:poss _ 40 last last ADJ JJ Degree=Pos 41 amod 41:amod _ 41 job job NOUN NN Number=Sing 36 obl 36:obl:in|46:nsubj _ 42 which which PRON WDT PronType=Rel 46 nsubj 41:ref _ 43 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 46 cop 46:cop _ 44-45 mcallister's _ _ _ _ _ _ _ _ -44 mcallister mcallister PROPN NNPS Number=Plur 46 nmod:poss 46:nmod:poss _ +44 mcallister McAllister PROPN NNP Number=Sing 46 nmod:poss 46:nmod:poss _ 45 's 's PART POS _ 44 case 44:case _ -46 deli deli PROPN NNPS Number=Plur 41 acl:relcl 41:acl:relcl _ +46 deli Deli PROPN NNP Number=Sing 41 acl:relcl 41:acl:relcl _ 47 and and CCONJ CC _ 51 cc 51:cc _ -48 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 51 nsubj 51:nsubj SpaceAfter=No -49 ', be AUX VBP Mood=Ind|Tense=Pres|Typo=Yes|VerbForm=Fin 51 cop 51:cop _ +48-49 i', _ _ _ _ _ _ _ _ +48 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 51 nsubj 51:nsubj _ +49 ', be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 51 cop 51:cop CorrectForm='m 50 a a DET DT Definite=Ind|PronType=Art 51 det 51:det _ 51 mormon mormon PROPN NNP Number=Sing 4 conj 4:conj:and _ 52 and and CCONJ CC _ 55 cc 55:cc _ -53 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 55 nsubj 55:nsubj _ -54 hvae have AUX VBP Mood=Ind|Tense=Pres|Typo=Yes|VerbForm=Fin 55 aux 55:aux _ +53 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 55 nsubj 55:nsubj _ +54 hvae have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 55 aux 55:aux CorrectForm=have 55 changed change VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and _ 56 to to PART TO _ 60 mark 60:mark _ 57 be be AUX VB VerbForm=Inf 60 cop 60:cop _ 58 a a DET DT Definite=Ind|PronType=Art 60 det 60:det _ -59 better better ADJ JJR Degree=Cmp 60 amod 60:amod _ -60 person person NOUN NN Number=Sing 55 advcl 55:advcl:to|64:obj _ -61 that that PRON WDT PronType=Rel 64 obj 60:ref _ -62 pwople people NOUN NNS Number=Plur|Typo=Yes 64 nsubj 64:nsubj|66:nsubj:xsubj _ -63 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 64 aux 64:aux _ +59 better good ADJ JJR Degree=Cmp 60 amod 60:amod _ +60 person person NOUN NN Number=Sing 55 advcl 55:advcl:to|66:obj _ +61 that that PRON WDT PronType=Rel 66 obj 60:ref _ +62 pwople people NOUN NNS Number=Plur|Typo=Yes 64 nsubj 64:nsubj|66:nsubj:xsubj CorrectForm=people +63 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 64 aux 64:aux _ 64 wanting want VERB VBG VerbForm=Ger 60 acl:relcl 60:acl:relcl _ 65 to to PART TO _ 66 mark 66:mark _ -66 hirier hire VERB VB VerbForm=Inf 64 xcomp 64:xcomp _ +66 hirier hire VERB VB Typo=Yes|VerbForm=Inf 64 xcomp 64:xcomp CorrectForm=hire 67 and and CCONJ CC _ 70 cc 70:cc _ 68-69 i'm _ _ _ _ _ _ _ _ -68 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 70 nsubj 70:nsubj|72:nsubj:xsubj _ -69 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 70 cop 70:cop _ +68 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 70 nsubj 70:nsubj|72:nsubj:xsubj _ +69 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 70 cop 70:cop _ 70 willing willing ADJ JJ Degree=Pos 4 conj 4:conj:and _ 71 to to PART TO _ 72 mark 72:mark _ 72 work work VERB VB VerbForm=Inf 70 xcomp 70:xcomp _ -73 whenever whenever SCONJ WRB PronType=Int 75 mark 75:mark _ +73 whenever whenever ADV WRB PronType=Int 75 advmod 75:advmod _ 74 you you PRON PRP Case=Nom|Person=2|PronType=Prs 75 nsubj 75:nsubj _ -75 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 72 advcl 72:advcl _ +75 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 72 advcl 72:advcl _ 76 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 75 obj 75:obj _ 77 but but CCONJ CC _ 79 cc 79:cc _ -78 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 79 nsubj 79:nsubj _ -79 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ +78 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 79 nsubj 79:nsubj _ +79 go go VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ 80 to to ADP IN _ 81 case 81:case _ 81 church church NOUN NN Number=Sing 79 obl 79:obl:to _ 82 on on ADP IN _ 84 case 84:case _ -83 every every DET DT _ 84 det 84:det _ -84 sunday sunday NOUN NN Number=Sing 79 obl 79:obl:on _ +83 every every DET DT PronType=Tot 84 det 84:det _ +84 sunday Sunday PROPN NNP Number=Sing 79 obl 79:obl:on _ 85 and and CCONJ CC _ 87 cc 87:cc _ -86 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 87 nsubj 87:nsubj _ -87 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +86 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 87 nsubj 87:nsubj _ +87 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 88 a a DET DT Definite=Ind|PronType=Art 91 det 91:det _ 89-90 doctor's _ _ _ _ _ _ _ _ 89 doctor doctor NOUN NN Number=Sing 91 nmod:poss 91:nmod:poss _ 90 's 's PART POS _ 89 case 89:case _ 91 appointment appointment NOUN NN Number=Sing 87 obj 87:obj _ 92 this this DET DT Number=Sing|PronType=Dem 93 det 93:det _ -93 thursday thursday NOUN NN Number=Sing 87 obl:tmod 87:obl:tmod _ +93 thursday Thursday PROPN NNP Number=Sing 87 obl:tmod 87:obl:tmod _ 94 at at ADP IN _ 95 case 95:case _ -95 2;30 2;30 NUM CD NumType=Card 93 nmod 93:nmod:at _ +95 2;30 2;30 NUM CD NumForm=Digit|NumType=Card 93 nmod 93:nmod:at _ 96 and and CCONJ CC _ 98 cc 98:cc _ -97 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 98 nsubj 98:nsubj _ -98 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +97 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 98 nsubj 98:nsubj _ +98 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 99 you you PRON PRP Case=Nom|Person=2|PronType=Prs 100 det 100:det _ -100 h=guys guy NOUN NNS Number=Plur|Typo=Yes 101 nsubj 101:nsubj _ -101 hirier hire VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 98 ccomp 98:ccomp _ +100 h=guys guy NOUN NNS Number=Plur|Typo=Yes 101 nsubj 101:nsubj CorrectForm=guys +101 hirier hire VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 98 ccomp 98:ccomp CorrectForm=hire 102 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 101 obj 101:obj _ 103 because because SCONJ IN _ 105 mark 105:mark _ -104 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 105 nsubj 105:nsubj _ -105 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 101 advcl 101:advcl:because _ +104 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 105 nsubj 105:nsubj _ +105 work work VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 101 advcl 101:advcl:because _ 106 very very ADV RB _ 107 advmod 107:advmod _ 107 hard hard ADV RB Degree=Pos 105 advmod 105:advmod _ 108 and and CCONJ CC _ 112 cc 112:cc _ -109 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 112 nsubj 112:nsubj _ +109 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 112 nsubj 112:nsubj _ 110-111 dont _ _ _ _ _ _ _ _ -110 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 112 aux 112:aux _ -111 nt not PART RB _ 112 advmod 112:advmod _ +110 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 112 aux 112:aux _ +111 nt not PART RB Typo=Yes 112 advmod 112:advmod CorrectForm=n't 112 care care VERB VB VerbForm=Inf 4 conj 4:conj:and _ 113 about about SCONJ IN _ 118 mark 118:mark _ -114 how how SCONJ WRB PronType=Int 115 mark 115:mark _ -115 much much ADJ JJ Degree=Pos 118 advmod 118:advmod _ +114 how how ADV WRB PronType=Int 115 advmod 115:advmod _ +115 much much ADJ JJ Degree=Pos 118 obj 118:obj _ 116 you you PRON PRP Case=Nom|Person=2|PronType=Prs 117 det 117:det _ 117 guys guy NOUN NNS Number=Plur 118 nsubj 118:nsubj _ -118 pay pay VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 112 advcl 112:advcl:about _ +118 pay pay VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 112 advcl 112:advcl:about _ 119 and and CCONJ CC _ 123 cc 123:cc _ 120-121 i've _ _ _ _ _ _ _ _ -120 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 123 nsubj 123:nsubj _ -121 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 123 aux 123:aux _ +120 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 123 nsubj 123:nsubj _ +121 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 123 aux 123:aux _ 122 been be AUX VBN Tense=Past|VerbForm=Part 123 aux 123:aux _ 123 looking look VERB VBG VerbForm=Ger 4 conj 4:conj:and _ 124 for for ADP IN _ 126 case 126:case _ @@ -146563,21 +146637,21 @@ 126 job job NOUN NN Number=Sing 123 obl 123:obl:for _ 127 ever ever ADV RB _ 131 advmod 131:advmod _ 128 since since SCONJ IN _ 131 mark 131:mark _ -129 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 131 nsubj 131:nsubj _ -130 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 131 aux 131:aux _ +129 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 131 nsubj 131:nsubj _ +130 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 131 aux 131:aux _ 131 graduated graduate VERB VBN Tense=Past|VerbForm=Part 123 advcl 123:advcl:since _ 132 and and CCONJ CC _ 134 cc 134:cc _ -133 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 134 nsubj 134:nsubj _ -134 hate hate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +133 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 134 nsubj 134:nsubj _ +134 hate hate VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 135 drama drama NOUN NN Number=Sing 134 obj 134:obj _ # sent_id = answers-20111108104228AA6z9uZ_ans-0003 # text = Jeez, work on your spelling and punctuation. 1 Jeez jeez INTJ UH _ 3 discourse 3:discourse SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 work work VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 on on ADP IN _ 6 case 6:case _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 spelling spelling NOUN NN Number=Sing 3 obl 3:obl:on _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 punctuation punctuation NOUN NN Number=Sing 6 conj 3:obl:on|6:conj:and SpaceAfter=No @@ -146594,9 +146668,9 @@ # sent_id = answers-20111108104228AA6z9uZ_ans-0005 # text = No one's going to hire you if you can't even spell, especially if you're a high school graduate. -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2-3 one's _ _ _ _ _ _ _ _ -2 one one NOUN NN Number=Sing 4 nsubj 4:nsubj|6:nsubj:xsubj _ +2 one one PRON NN Number=Sing|PronType=Neg 4 nsubj 4:nsubj|6:nsubj:xsubj _ 3 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ @@ -146609,12 +146683,12 @@ 11 n't not PART RB _ 13 advmod 13:advmod _ 12 even even ADV RB _ 13 advmod 13:advmod _ 13 spell spell VERB VB VerbForm=Inf 4 advcl 4:advcl:if SpaceAfter=No -14 , , PUNCT , _ 4 punct 4:punct _ +14 , , PUNCT , _ 22 punct 22:punct _ 15 especially especially ADV RB _ 22 advmod 22:advmod _ 16 if if SCONJ IN _ 22 mark 22:mark _ 17-18 you're _ _ _ _ _ _ _ _ 17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ -18 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ +18 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 19 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 20 high high ADJ JJ Degree=Pos 22 amod 22:amod _ 21 school school NOUN NN Number=Sing 22 compound 22:compound _ @@ -146627,7 +146701,7 @@ 2 letters letter NOUN NNS Number=Plur 5 nsubj 5:nsubj|8:nsubj:xsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 resumes resume NOUN NNS Number=Plur 2 conj 2:conj:and|5:nsubj|8:nsubj:xsubj _ -5 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 to to PART TO _ 8 mark 8:mark _ 7 be be AUX VB VerbForm=Inf 8 cop 8:cop _ 8 perfect perfect ADJ JJ Degree=Pos 5 xcomp 5:xcomp SpaceAfter=No @@ -146635,9 +146709,9 @@ # sent_id = answers-20111108104228AA6z9uZ_ans-0007 # text = No one's going to take you seriously if they're full of typos and whatnot. -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2-3 one's _ _ _ _ _ _ _ _ -2 one one NOUN NN Number=Sing 4 nsubj 4:nsubj|6:nsubj:xsubj _ +2 one one PRON NN Number=Sing|PronType=Neg 4 nsubj 4:nsubj|6:nsubj:xsubj _ 3 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ @@ -146647,7 +146721,7 @@ 9 if if SCONJ IN _ 12 mark 12:mark _ 10-11 they're _ _ _ _ _ _ _ _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -11 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +11 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 12 full full ADJ JJ Degree=Pos 4 advcl 4:advcl:if _ 13 of of ADP IN _ 14 case 14:case _ 14 typos typo NOUN NNS Number=Plur 12 obl 12:obl:of _ @@ -146659,7 +146733,7 @@ # newpar id = answers-20111108104228AA6z9uZ_ans-p0003 # text = Sorry, I would put that application in the round file. 1 Sorry sorry INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 would would AUX MD VerbForm=Fin 5 aux 5:aux _ 5 put put VERB VB VerbForm=Inf 0 root 0:root _ @@ -146680,7 +146754,7 @@ # sent_id = answers-20111108091609AAHOFa6_ans-0001 # newpar id = answers-20111108091609AAHOFa6_ans-p0001 # text = Canadian student visa, can I used for other schools? -1 Canadian canadian ADJ JJ Degree=Pos 3 amod 3:amod _ +1 Canadian Canadian ADJ JJ Degree=Pos 3 amod 3:amod _ 2 student student NOUN NN Number=Sing 3 compound 3:compound _ 3 visa visa NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 4 , , PUNCT , _ 7 punct 7:punct _ @@ -146696,7 +146770,7 @@ # newpar id = answers-20111108091609AAHOFa6_ans-p0002 # text = I applied to get a student visa to study in Canada, I received one that is valid until October of 2015. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 applied apply VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 applied apply VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 get get VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -146706,55 +146780,55 @@ 9 study study VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ 10 in in ADP IN _ 11 case 11:case _ 11 Canada Canada PROPN NNP Number=Sing 9 obl 9:obl:in SpaceAfter=No -12 , , PUNCT , _ 2 punct 2:punct _ +12 , , PUNCT , _ 14 punct 14:punct _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ -15 one one NUM CD NumType=Card 14 obj 14:obj|18:nsubj _ +14 received receive VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +15 one one NUM CD NumForm=Word|NumType=Card 14 obj 14:obj|18:nsubj _ 16 that that PRON WDT PronType=Rel 18 nsubj 15:ref _ 17 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 18 valid valid ADJ JJ Degree=Pos 15 acl:relcl 15:acl:relcl _ 19 until until ADP IN _ 20 case 20:case _ 20 October October PROPN NNP Number=Sing 18 obl 18:obl:until _ 21 of of ADP IN _ 22 case 22:case _ -22 2015 2015 NUM CD NumType=Card 20 nmod 20:nmod:of SpaceAfter=No +22 2015 2015 NUM CD NumForm=Digit|NumType=Card 20 nmod 20:nmod:of SpaceAfter=No 23 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108091609AAHOFa6_ans-0003 # text = Problem is, for some reason, the visa process took longer than it should, thus I missed school this semester (visa was issued to me about 25 days after school started so I couldn't attend), now I no longer want to go into that school (because they only would accept me again on September of 2012), I found a school that accepted me for may 2012, can I use the same visa that was issued to me? -1 Problem problem NOUN NN Number=Sing 2 nsubj 2:nsubj _ -2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +1 Problem problem NOUN NN Number=Sing 11 nsubj:outer 11:nsubj:outer _ +2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop SpaceAfter=No 3 , , PUNCT , _ 2 punct 2:punct _ 4 for for ADP IN _ 6 case 6:case _ -5 some some DET DT _ 6 det 6:det _ +5 some some DET DT PronType=Ind 6 det 6:det _ 6 reason reason NOUN NN Number=Sing 11 obl 11:obl:for SpaceAfter=No -7 , , PUNCT , _ 11 punct 11:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 visa visa NOUN NN Number=Sing 10 compound 10:compound _ 10 process process NOUN NN Number=Sing 11 nsubj 11:nsubj _ -11 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ -12 longer longer ADV RBR Degree=Cmp 11 advmod 11:advmod _ +11 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 longer long ADV RBR Degree=Cmp 11 advmod 11:advmod _ 13 than than SCONJ IN _ 15 mark 15:mark _ 14 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 15 should should AUX MD VerbForm=Fin 12 advcl 12:advcl:than SpaceAfter=No -16 , , PUNCT , _ 2 punct 2:punct _ +16 , , PUNCT , _ 19 punct 19:punct _ 17 thus thus ADV RB _ 19 advmod 19:advmod _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -19 missed miss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +19 missed miss VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 parataxis 11:parataxis _ 20 school school NOUN NN Number=Sing 19 obj 19:obj _ 21 this this DET DT Number=Sing|PronType=Dem 22 det 22:det _ 22 semester semester NOUN NN Number=Sing 19 obl:tmod 19:obl:tmod _ 23 ( ( PUNCT -LRB- _ 26 punct 26:punct SpaceAfter=No 24 visa visa NOUN NN Number=Sing 26 nsubj:pass 26:nsubj:pass _ 25 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 26 aux:pass 26:aux:pass _ -26 issued issue VERB VBN Tense=Past|VerbForm=Part 2 parataxis 2:parataxis _ +26 issued issue VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 parataxis 11:parataxis _ 27 to to ADP IN _ 28 case 28:case _ 28 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 26 obl 26:obl:to _ 29 about about ADV RB _ 30 advmod 30:advmod _ -30 25 25 NUM CD NumType=Card 31 nummod 31:nummod _ -31 days day NOUN NNS Number=Plur 33 nmod:npmod 33:nmod:npmod _ +30 25 25 NUM CD NumForm=Digit|NumType=Card 31 nummod 31:nummod _ +31 days day NOUN NNS Number=Plur 34 obl:npmod 34:obl:npmod _ 32 after after SCONJ IN _ 34 mark 34:mark _ 33 school school NOUN NN Number=Sing 34 nsubj 34:nsubj _ -34 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 26 advcl 26:advcl:after _ +34 started start VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 26 advcl 26:advcl:after _ 35 so so ADV RB _ 39 advmod 39:advmod _ 36 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 39 nsubj 39:nsubj _ 37-38 couldn't _ _ _ _ _ _ _ _ @@ -146762,12 +146836,12 @@ 38 n't not PART RB _ 39 advmod 39:advmod _ 39 attend attend VERB VB VerbForm=Inf 26 parataxis 26:parataxis SpaceAfter=No 40 ) ) PUNCT -RRB- _ 26 punct 26:punct SpaceAfter=No -41 , , PUNCT , _ 2 punct 2:punct _ +41 , , PUNCT , _ 46 punct 46:punct _ 42 now now ADV RB _ 46 advmod 46:advmod _ 43 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 46 nsubj 46:nsubj|48:nsubj:xsubj _ 44 no no ADV RB _ 45 advmod 45:advmod _ -45 longer longer ADV RBR Degree=Cmp 46 advmod 46:advmod _ -46 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +45 longer long ADV RBR Degree=Cmp 46 advmod 46:advmod _ +46 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 parataxis 11:parataxis _ 47 to to PART TO _ 48 mark 48:mark _ 48 go go VERB VB VerbForm=Inf 46 xcomp 46:xcomp _ 49 into into ADP IN _ 51 case 51:case _ @@ -146784,37 +146858,37 @@ 60 on on ADP IN _ 61 case 61:case _ 61 September September PROPN NNP Number=Sing 57 obl 57:obl:on _ 62 of of ADP IN _ 63 case 63:case _ -63 2012 2012 NUM CD NumType=Card 61 nmod 61:nmod:of SpaceAfter=No +63 2012 2012 NUM CD NumForm=Digit|NumType=Card 61 nmod 61:nmod:of SpaceAfter=No 64 ) ) PUNCT -RRB- _ 57 punct 57:punct SpaceAfter=No -65 , , PUNCT , _ 2 punct 2:punct _ +65 , , PUNCT , _ 67 punct 67:punct _ 66 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 67 nsubj 67:nsubj _ -67 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +67 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 parataxis 11:parataxis _ 68 a a DET DT Definite=Ind|PronType=Art 69 det 69:det _ 69 school school NOUN NN Number=Sing 67 obj 67:obj|71:nsubj _ 70 that that PRON WDT PronType=Rel 71 nsubj 69:ref _ -71 accepted accept VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 69 acl:relcl 69:acl:relcl _ +71 accepted accept VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 69 acl:relcl 69:acl:relcl _ 72 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 71 obj 71:obj _ 73 for for ADP IN _ 74 case 74:case _ -74 may may PROPN NNP Number=Sing 71 obl 71:obl:for _ -75 2012 2012 NUM CD NumType=Card 74 nummod 74:nummod SpaceAfter=No -76 , , PUNCT , _ 2 punct 2:punct _ +74 may May PROPN NNP Number=Sing 71 obl 71:obl:for _ +75 2012 2012 NUM CD NumForm=Digit|NumType=Card 74 nummod 74:nummod SpaceAfter=No +76 , , PUNCT , _ 79 punct 79:punct _ 77 can can AUX MD VerbForm=Fin 79 aux 79:aux _ 78 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 79 nsubj 79:nsubj _ -79 use use VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ +79 use use VERB VB VerbForm=Inf 11 parataxis 11:parataxis _ 80 the the DET DT Definite=Def|PronType=Art 82 det 82:det _ 81 same same ADJ JJ Degree=Pos 82 amod 82:amod _ 82 visa visa NOUN NN Number=Sing 79 obj 79:obj|85:nsubj:pass _ 83 that that PRON WDT PronType=Rel 85 nsubj:pass 82:ref _ 84 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 85 aux:pass 85:aux:pass _ -85 issued issue VERB VBN Tense=Past|VerbForm=Part 82 acl:relcl 82:acl:relcl _ +85 issued issue VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 82 acl:relcl 82:acl:relcl _ 86 to to ADP IN _ 87 case 87:case _ 87 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 85 obl 85:obl:to SpaceAfter=No -88 ? ? PUNCT . _ 2 punct 2:punct _ +88 ? ? PUNCT . _ 11 punct 11:punct _ # sent_id = answers-20111108091609AAHOFa6_ans-0004 # text = or do I need to reapply ? 1 or or CCONJ CC _ 4 cc 4:cc _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ 4 need need VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ @@ -146827,44 +146901,44 @@ 2 in in ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 visa visa NOUN NN Number=Sing 10 obl 10:obl:in _ -5 itself itself PRON PRP Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nmod:npmod 4:nmod:npmod SpaceAfter=No -6 , , PUNCT , _ 10 punct 10:punct _ +5 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Emp|Reflex=Yes 4 nmod:npmod 4:nmod:npmod SpaceAfter=No +6 , , PUNCT , _ 4 punct 4:punct _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 8 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 not not PART RB _ 10 advmod 10:advmod _ 10 mention mention VERB VB VerbForm=Inf 0 root 0:root _ -11 anything anything PRON NN Number=Sing 10 obj 10:obj _ +11 anything anything PRON NN Number=Sing|PronType=Ind 10 obj 10:obj _ 12 about about SCONJ IN _ 17 mark 17:mark _ -13 which which DET WDT PronType=Int 14 det 14:det _ +13 which which DET WDT PronType=Int 14 det 14:det ManuallyChecked=PronType 14 school school NOUN NN Number=Sing 19 obj 19:obj _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj:pass 17:nsubj:pass|19:nsubj:xsubj _ -16 m be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux:pass 17:aux:pass _ -17 suppose suppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl 11:acl:about _ +16 m be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 17 aux:pass 17:aux:pass CorrectForm='m +17 suppose suppose VERB VBN Tense=Past|Typo=Yes|VerbForm=Part|Voice=Pass 11 acl 11:acl:about CorrectForm=supposed 18 to to PART TO _ 19 mark 19:mark _ 19 attend attend VERB VB VerbForm=Inf 17 xcomp 17:xcomp SpaceAfter=No -20 , , PUNCT , _ 23 punct 23:punct _ -21 and and CCONJ CC _ 23 cc 23:cc _ -22 problem problem NOUN NN Number=Sing 23 nsubj 23:nsubj _ -23 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 conj 10:conj:and SpaceAfter=No +20 , , PUNCT , _ 33 punct 33:punct _ +21 and and CCONJ CC _ 33 cc 33:cc _ +22 problem problem NOUN NN Number=Sing 33 nsubj:outer 33:nsubj:outer|37:nsubj:outer _ +23 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 33 cop 33:cop SpaceAfter=No 24 , , PUNCT , _ 23 punct 23:punct _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 26 embassy embassy NOUN NN Number=Sing 33 nsubj 33:nsubj|37:nsubj _ 27 here here ADV RB PronType=Dem 26 advmod 26:advmod _ 28 in in ADP IN _ 29 case 29:case _ 29 DC DC PROPN NNP Number=Sing 27 obl 27:obl:in _ -30 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 33 cop 33:cop _ +30 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 33 cop 33:cop _ 31 not not PART RB _ 33 advmod 33:advmod _ 32 too too ADV RB _ 33 advmod 33:advmod _ -33 nice nice ADJ JJ Degree=Pos 23 ccomp 23:ccomp _ +33 nice nice ADJ JJ Degree=Pos 10 conj 10:conj:and _ 34 and and CCONJ CC _ 37 cc 37:cc _ 35 would would AUX MD VerbForm=Fin 37 aux 37:aux _ 36 never never ADV RB _ 37 advmod 37:advmod _ -37 answer answer VERB VB VerbForm=Inf 33 conj 23:ccomp|33:conj:and _ -38 ANY any DET DT _ 39 det 39:det _ +37 answer answer VERB VB VerbForm=Inf 33 conj 10:conj:and|33:conj:and _ +38 ANY any DET DT PronType=Ind 39 det 39:det _ 39 questions question NOUN NNS Number=Plur 37 obj 37:obj SpaceAfter=No 40 .... .... PUNCT , _ 10 punct 10:punct SpaceAfter=No 41 ) ) PUNCT -RRB- _ 10 punct 10:punct _ -42 any any DET DT _ 43 det 43:det _ +42 any any DET DT PronType=Ind 43 det 43:det _ 43 advice advice NOUN NN Number=Sing 10 parataxis 10:parataxis _ 44 please please INTJ UH _ 43 discourse 43:discourse SpaceAfter=No 45 ? ? PUNCT . _ 43 punct 43:punct _ @@ -146876,16 +146950,16 @@ 2 and and CCONJ CC _ 4 cc 4:cc _ 3 Study study NOUN NN Number=Sing 4 compound 4:compound _ 4 Permits permit NOUN NNS Number=Plur 1 conj 1:conj:and|6:nsubj:pass _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ 6 administered administer VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 by by ADP IN _ 8 case 8:case _ -8 Citizenship citizenship NOUN NN Number=Sing 6 obl 6:obl:by _ +8 Citizenship citizenship NOUN NN Number=Sing 6 obl:agent 6:obl:agent _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 Immigration Immigration PROPN NNP Number=Sing 6 conj 6:conj:and _ 11 Canada Canada PROPN NNP Number=Sing 8 compound 8:compound SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ +12 , , PUNCT , _ 20 punct 20:punct _ 13 and and CCONJ CC _ 20 cc 20:cc _ -14 any any DET DT _ 15 det 15:det _ +14 any any DET DT PronType=Ind 15 det 15:det _ 15 questions question NOUN NNS Number=Plur 20 nsubj:pass 20:nsubj:pass _ 16 regarding regard VERB VBG VerbForm=Ger 17 case 17:case _ 17 applications application NOUN NNS Number=Plur 15 nmod 15:nmod:regarding _ @@ -146898,31 +146972,31 @@ # sent_id = answers-20111108091609AAHOFa6_ans-0007 # text = So best advice is to go to the C&IC website and click "contact us" - http://www.cic.gc.ca/english/index.asp -1 So so ADV RB _ 4 advmod 4:advmod _ -2 best best ADJ JJS Degree=Sup 3 amod 3:amod _ -3 advice advice NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 So so ADV RB _ 6 advmod 6:advmod _ +2 best good ADJ JJS Degree=Sup 3 amod 3:amod _ +3 advice advice NOUN NN Number=Sing 6 nsubj:outer 6:nsubj:outer|12:nsubj:outer _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 to to PART TO _ 6 mark 6:mark _ -6 go go VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ +6 go go VERB VB VerbForm=Inf 0 root 0:root _ 7 to to ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 C&IC C&IC PROPN NNP Number=Sing 10 compound 10:compound _ 10 website website NOUN NN Number=Sing 6 obl 6:obl:to _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 click click VERB VB VerbForm=Inf 6 conj 4:ccomp|6:conj:and _ +12 click click VERB VB Mood=Imp|VerbForm=Fin 6 conj 0:root|6:conj:and _ 13 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No 14 contact contact VERB VB VerbForm=Inf 12 ccomp 12:ccomp _ 15 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 14 obj 14:obj SpaceAfter=No 16 " " PUNCT '' _ 14 punct 14:punct _ 17 - - PUNCT : _ 18 punct 18:punct _ -18 http://www.cic.gc.ca/english/index.asp http://www.cic.gc.ca/english/index.asp X ADD _ 14 appos 14:appos _ +18 http://www.cic.gc.ca/english/index.asp http://www.cic.gc.ca/english/index.asp X ADD _ 6 parataxis 6:parataxis _ # newdoc id = answers-20111108100523AA1i7no_ans # sent_id = answers-20111108100523AA1i7no_ans-0001 # newpar id = answers-20111108100523AA1i7no_ans-p0001 # text = How Do you Prevent A Dwarf Hamster Escaping From The Cage? 1 How how ADV WRB PronType=Int 4 advmod 4:advmod _ -2 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 Prevent prevent VERB VB VerbForm=Inf 0 root 0:root _ 5 A a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -146939,15 +147013,15 @@ # text = Im getting a dwarf hamster tomorrow and i saw videos on youtube of them escaping and if my hamster escaped because my mom will FREAK OUT!!! 1-2 Im _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 m be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 m be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 3 aux 3:aux CorrectForm='m 3 getting get VERB VBG VerbForm=Ger 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 dwarf dwarf ADJ JJ Degree=Pos 6 amod 6:amod _ 6 hamster hamster NOUN NN Number=Sing 3 obj 3:obj _ 7 tomorrow tomorrow NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 8 and and CCONJ CC _ 10 cc 10:cc _ -9 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +9 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ +10 saw see VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 11 videos video NOUN NNS Number=Plur 10 obj 10:obj _ 12 on on ADP IN _ 13 case 13:case _ 13 youtube youtube PROPN NNP Number=Sing 11 nmod 11:nmod:on _ @@ -146956,11 +147030,11 @@ 16 escaping escape VERB VBG VerbForm=Ger 11 acl 11:acl:of _ 17 and and CCONJ CC _ 26 cc 26:cc _ 18 if if SCONJ IN _ 21 mark 21:mark _ -19 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 hamster hamster NOUN NN Number=Sing 21 nsubj 21:nsubj _ -21 escaped escape VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 26 advcl 26:advcl:if _ +21 escaped escape VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 26 advcl 26:advcl:if _ 22 because because SCONJ IN _ 26 mark 26:mark _ -23 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +23 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 mom mom NOUN NN Number=Sing 26 nsubj 26:nsubj _ 25 will will AUX MD VerbForm=Fin 26 aux 26:aux _ 26 FREAK freak VERB VB VerbForm=Inf 3 conj 3:conj:and _ @@ -146986,9 +147060,9 @@ 15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 16-17 cant _ _ _ _ _ _ _ _ 16 ca can AUX MD VerbForm=Fin 18 aux 18:aux _ -17 nt not PART RB _ 18 advmod 18:advmod _ +17 nt not PART RB Typo=Yes 18 advmod 18:advmod CorrectForm=n't 18 escape escape VERB VB VerbForm=Inf 3 advcl 3:advcl:so _ -19 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ +19 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ 20 can can AUX MD VerbForm=Fin 21 aux 21:aux _ 21 buy buy VERB VB VerbForm=Inf 0 root 0:root _ 22 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 iobj 21:iobj _ @@ -147000,7 +147074,7 @@ # text = I've never had a dwarf hamster but I've had the same problem with my pet rat I put some chicken wiring around it the I got from home depot and now it can't out. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 never never ADV RB _ 4 advmod 4:advmod _ 4 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -147009,25 +147083,25 @@ 8 but but CCONJ CC _ 11 cc 11:cc _ 9-10 I've _ _ _ _ _ _ _ _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -10 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 had have VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:but _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 same same ADJ JJ Degree=Pos 14 amod 14:amod _ 14 problem problem NOUN NN Number=Sing 11 obj 11:obj _ 15 with with ADP IN _ 18 case 18:case _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 17 pet pet NOUN NN Number=Sing 18 compound 18:compound _ 18 rat rat NOUN NN Number=Sing 14 nmod 14:nmod:with _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 put put VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 parataxis 11:parataxis _ -21 some some DET DT _ 23 det 23:det _ +20 put put VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 parataxis 11:parataxis _ +21 some some DET DT PronType=Ind 23 det 23:det _ 22 chicken chicken NOUN NN Number=Sing 23 compound 23:compound _ 23 wiring wiring NOUN NN Number=Sing 20 obj 20:obj _ 24 around around ADP IN _ 25 case 25:case _ 25 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 obl 20:obl:around _ -26 the the ADV RB _ 28 obj 28:obj _ +26 the that PRON WDT PronType=Rel|Typo=Yes 28 obj 23:ref CorrectForm=that 27 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 28 nsubj 28:nsubj _ -28 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 23 acl:relcl 23:acl:relcl _ +28 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 23 acl:relcl 23:acl:relcl _ 29 from from ADP IN _ 31 case 31:case _ 30 home home PROPN NNP Number=Sing 31 compound 31:compound _ 31 depot depot PROPN NNP Number=Sing 28 obl 28:obl:from _ @@ -147046,31 +147120,31 @@ 1 Yes yes INTJ UH _ 4 discourse 4:discourse _ 2-3 I've _ _ _ _ _ _ _ _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -3 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -5 53 53 NUM CD NumType=Card 7 nummod 7:nummod _ +5 53 53 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 6 different different ADJ JJ Degree=Pos 7 amod 7:amod _ 7 kinds kind NOUN NNS Number=Plur 4 obj 4:obj _ 8 of of ADP IN _ 9 case 9:case _ 9 rodents rodent NOUN NNS Number=Plur 7 nmod 7:nmod:of _ 10 and and CCONJ CC _ 14 cc 14:cc _ -11 two two NUM CD NumType=Card 14 nsubj 14:nsubj _ -12 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 cop 14:cop _ +11 two two NUM CD NumForm=Word|NumType=Card 14 nsubj 14:nsubj _ +12 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ 13 dwarf dwarf ADJ JJ Degree=Pos 14 amod 14:amod _ 14 hamsters hamster NOUN NNS Number=Plur 4 conj 4:conj:and _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj|21:nsubj|28:nsubj|30:nsubj:xsubj _ -16 flatten flatten VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ +16 flatten flatten VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ 17 into into ADP IN _ 19 case 19:case _ 18 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 19 pancake pancake NOUN NN Number=Sing 16 obl 16:obl:into _ 20 and and CCONJ CC _ 21 cc 21:cc _ -21 slide slide VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 conj 16:conj:and _ +21 slide slide VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 conj 16:conj:and _ 22 right right ADV RB _ 21 advmod 21:advmod _ 23 through through ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 bars bar NOUN NNS Number=Plur 22 obl 22:obl:through _ 26 and and CCONJ CC _ 28 cc 28:cc _ -27 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ +27 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ 28 able able ADJ JJ Degree=Pos 16 conj 16:conj:and _ 29 to to PART TO _ 30 mark 30:mark _ 30 open open VERB VB VerbForm=Inf 28 xcomp 28:xcomp _ @@ -147095,16 +147169,16 @@ 1 This this PRON DT Number=Sing|PronType=Dem 4 nsubj 4:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 cage cage NOUN NN Number=Sing 0 root 0:root _ +4 cage cage NOUN NN Number=Sing 0 root 0:root|6:obj|11:nsubj|13:obl:from _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ -7 whhich which DET WDT PronType=Rel|Typo=Yes 11 nsubj 11:nsubj _ +6 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +7 whhich which PRON WDT PronType=Rel|Typo=Yes 11 nsubj 4:ref CorrectForm=which 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 9 pretty pretty ADV RB _ 10 advmod 10:advmod _ 10 much much ADV RB _ 11 advmod 11:advmod _ 11 IMPOSSIBLE impossible ADJ JJ Degree=Pos 4 acl:relcl 4:acl:relcl _ 12 to to PART TO _ 13 mark 13:mark _ -13 escape escape VERB VB VerbForm=Inf 11 ccomp 11:ccomp _ +13 escape escape VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 14 from from ADP IN _ 13 obl 13:obl SpaceAfter=No 15 : : PUNCT : _ 4 punct 4:punct _ @@ -147115,10 +147189,10 @@ # sent_id = answers-20111108100523AA1i7no_ans-0009 # text = I love this cage, it's easy to clean, very spacious and fun for the hamster 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 cage cage NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ +5 , , PUNCT , _ 8 punct 8:punct _ 6-7 it's _ _ _ _ _ _ _ _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj|13:nsubj|15:nsubj _ 7 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ @@ -147137,7 +147211,7 @@ # sent_id = answers-20111108100523AA1i7no_ans-0010 # text = Aquiriums are good also, but provide a mesh top for an easy airway. 1 Aquiriums aquirium NOUN NNS Number=Plur 3 nsubj 3:nsubj|7:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 good good ADJ JJ Degree=Pos 0 root 0:root _ 4 also also ADV RB _ 3 advmod 3:advmod SpaceAfter=No 5 , , PUNCT , _ 7 punct 7:punct _ @@ -147156,20 +147230,20 @@ # text = Wire cages are NOT acceptable for dwarfs really, unless the bars have less than half a cm between them. 1 Wire wire NOUN NN Number=Sing 2 compound 2:compound _ 2 cages cage NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 NOT not PART RB _ 5 advmod 5:advmod _ 5 acceptable acceptable ADJ JJ Degree=Pos 0 root 0:root _ 6 for for ADP IN _ 7 case 7:case _ 7 dwarfs dwarf NOUN NNS Number=Plur 5 obl 5:obl:for _ 8 really really ADV RB _ 5 advmod 5:advmod SpaceAfter=No -9 , , PUNCT , _ 5 punct 5:punct _ +9 , , PUNCT , _ 13 punct 13:punct _ 10 unless unless SCONJ IN _ 13 mark 13:mark _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 bars bar NOUN NNS Number=Plur 13 nsubj 13:nsubj _ -13 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:unless _ -14 less less ADJ JJR Degree=Cmp 16 advmod 16:advmod _ +13 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:unless _ +14 less less ADJ JJR Degree=Cmp|ExtPos=ADV 16 advmod 16:advmod _ 15 than than ADP IN _ 14 fixed 14:fixed _ -16 half half DET PDT _ 18 nummod 18:nummod _ +16 half half DET PDT NumForm=Word|NumType=Frac|PronType=Ind 18 det:predet 18:det:predet _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 18 cm cm NOUN NN Number=Sing 13 obj 13:obj _ 19 between between ADP IN _ 20 case 20:case _ @@ -147183,7 +147257,7 @@ 3 have have VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ 4 fun fun NOUN NN Number=Sing 3 obj 3:obj _ 5 with with ADP IN _ 7 case 7:case _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 hammy hammy NOUN NN Number=Sing 3 obl 3:obl:with _ # sent_id = answers-20111108100523AA1i7no_ans-0013 @@ -147196,9 +147270,9 @@ # text = Travelers guide - For the young and unknowledgeable? 1-2 Travelers _ _ _ _ _ _ _ _ 1 Traveler traveler NOUN NN Number=Sing 3 nmod:poss 3:nmod:poss _ -2 s 's PART POS _ 1 case 1:case _ +2 s 's PART POS Typo=Yes 1 case 1:case CorrectForm='s 3 guide guide NOUN NN Number=Sing 0 root 0:root _ -4 - - PUNCT , _ 3 punct 3:punct _ +4 - - PUNCT , _ 7 punct 7:punct _ 5 For for ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 young young ADJ JJ Degree=Pos 3 nmod 3:nmod:for _ @@ -147211,7 +147285,7 @@ # text = I am 17 years old. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -3 17 17 NUM CD NumType=Card 4 nummod 4:nummod _ +3 17 17 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 years year NOUN NNS Number=Plur 5 obl:npmod 5:obl:npmod _ 5 old old ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ @@ -147219,24 +147293,24 @@ # sent_id = answers-20111107212131AACQ65F_ans-0003 # text = I do not get along with my family. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 get get VERB VB VerbForm=Inf 0 root 0:root _ 5 along along ADV RB _ 4 advmod 4:advmod _ 6 with with ADP IN _ 8 case 8:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 family family NOUN NN Number=Sing 4 obl 4:obl:with SpaceAfter=No 9 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111107212131AACQ65F_ans-0004 # text = I dislike this urban society and want to leave this whole enviroment. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|7:nsubj|9:nsubj:xsubj _ -2 dislike dislike VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 dislike dislike VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 4 urban urban ADJ JJ Degree=Pos 5 amod 5:amod _ 5 society society NOUN NN Number=Sing 2 obj 2:obj _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +7 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 8 to to PART TO _ 9 mark 9:mark _ 9 leave leave VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 this this DET DT Number=Sing|PronType=Dem 12 det 12:det _ @@ -147257,11 +147331,11 @@ # text = I don't know the best way of doing it. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 know know VERB VB VerbForm=Inf 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 best best ADJ JJS Degree=Sup 7 amod 7:amod _ +6 best good ADJ JJS Degree=Sup 7 amod 7:amod _ 7 way way NOUN NN Number=Sing 4 obj 4:obj _ 8 of of SCONJ IN _ 9 mark 9:mark _ 9 doing do VERB VBG VerbForm=Ger 7 acl 7:acl:of _ @@ -147273,7 +147347,7 @@ 1 Would would AUX MD VerbForm=Fin 4 aux 4:aux _ 2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 expl 4:expl _ 3 be be AUX VB VerbForm=Inf 4 cop 4:cop _ -4 best best ADJ JJS Degree=Sup 0 root 0:root _ +4 best good ADJ JJS Degree=Sup 0 root 0:root _ 5 for for SCONJ IN _ 8 mark 8:mark _ 6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 7 to to PART TO _ 8 mark 8:mark _ @@ -147285,40 +147359,40 @@ # text = wait for 18th birthday? 1 wait wait VERB VB VerbForm=Inf 0 root 0:root _ 2 for for ADP IN _ 4 case 4:case _ -3 18th 18th ADJ JJ Degree=Pos|NumType=Ord 4 amod 4:amod _ +3 18th 18th ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 4 amod 4:amod _ 4 birthday birthday NOUN NN Number=Sing 1 obl 1:obl:for SpaceAfter=No 5 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111107212131AACQ65F_ans-0009 # text = I live in London. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 live live VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 in in ADP IN _ 4 case 4:case _ 4 London London PROPN NNP Number=Sing 2 obl 2:obl:in SpaceAfter=No 5 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111107212131AACQ65F_ans-0010 # text = I want to go travelling. -1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj|5:nsubj:xsubj _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 go go VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 travelling travel VERB VBG VerbForm=Ger 4 advcl 4:advcl SpaceAfter=No +5 travelling travel VERB VBG VerbForm=Ger 4 xcomp 4:xcomp SpaceAfter=No 6 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111107212131AACQ65F_ans-0011 # text = My parents do not like me, They constantly reassure me that they will throw me out of home when I turn 18. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 parents parent NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 like like VERB VB VerbForm=Inf 0 root 0:root _ 6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 obj 5:obj SpaceAfter=No -7 , , PUNCT , _ 5 punct 5:punct _ +7 , , PUNCT , _ 10 punct 10:punct _ 8 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 9 constantly constantly ADV RB _ 10 advmod 10:advmod _ -10 reassure reassure VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ -11 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 10 obj 10:obj _ +10 reassure reassure VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ +11 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 10 iobj 10:iobj _ 12 that that SCONJ IN _ 15 mark 15:mark _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 14 will will AUX MD VerbForm=Fin 15 aux 15:aux _ @@ -147327,17 +147401,17 @@ 17 out out ADP IN _ 19 case 19:case _ 18 of of ADP IN _ 19 case 19:case _ 19 home home NOUN NN Number=Sing 15 obl 15:obl:of _ -20 when when SCONJ WRB PronType=Int 22 mark 22:mark _ +20 when when ADV WRB PronType=Int 22 advmod 22:advmod _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -22 turn turn VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:when _ -23 18 18 NUM CD NumType=Card 22 obj 22:obj SpaceAfter=No +22 turn turn VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:when _ +23 18 18 NUM CD NumForm=Digit|NumType=Card 22 obj 22:obj SpaceAfter=No 24 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111107212131AACQ65F_ans-0012 # text = I don't particularly want to stay with them atm either. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 n't not PART RB _ 5 advmod 5:advmod _ 4 particularly particularly ADV RB _ 5 advmod 5:advmod _ 5 want want VERB VB VerbForm=Inf 0 root 0:root _ @@ -147356,9 +147430,9 @@ 3 now now ADV RB _ 9 advmod 9:advmod _ 4-5 its _ _ _ _ _ _ _ _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -5 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +5 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 9 cop 9:cop CorrectForm='s 6 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -7 most most ADV RBS _ 8 advmod 8:advmod _ +7 most most ADV RBS Degree=Sup 8 advmod 8:advmod _ 8 convenient convenient ADJ JJ Degree=Pos 9 amod 9:amod _ 9 thing thing NOUN NN Number=Sing 0 root 0:root _ 10 to to PART TO _ 11 mark 11:mark _ @@ -147378,7 +147452,7 @@ 1 What what PRON WP PronType=Int 0 root 0:root _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 best best ADJ JJS Degree=Sup 5 amod 5:amod _ +4 best good ADJ JJS Degree=Sup 5 amod 5:amod _ 5 way way NOUN NN Number=Sing 1 nsubj 1:nsubj _ 6 of of SCONJ IN _ 7 mark 7:mark _ 7 doing do VERB VBG VerbForm=Ger 5 acl 5:acl:of _ @@ -147397,17 +147471,17 @@ # sent_id = answers-20111107212131AACQ65F_ans-0017 # text = anybody is open to answers but I would much prefere somebody with traveling experience. -1 anybody anybody PRON NN Number=Sing 3 nsubj 3:nsubj|5:nsubj:xsubj _ +1 anybody anybody PRON NN Number=Sing|PronType=Ind 3 nsubj 3:nsubj|5:nsubj:xsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 open open ADJ JJ Degree=Pos 0 root 0:root _ -4 to to ADP TO _ 5 mark 5:mark _ -5 answers answer VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ +4 to to PART TO _ 5 mark 5:mark _ +5 answers answer VERB VB Typo=Yes|VerbForm=Inf 3 xcomp 3:xcomp CorrectForm=answer 6 but but CCONJ CC _ 10 cc 10:cc _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 8 would would AUX MD VerbForm=Fin 10 aux 10:aux _ 9 much much ADV RB _ 10 advmod 10:advmod _ -10 prefere prefer VERB VB VerbForm=Inf 3 conj 3:conj:but _ -11 somebody somebody PRON NN Number=Sing 10 obj 10:obj _ +10 prefere prefer VERB VB Typo=Yes|VerbForm=Inf 3 conj 3:conj:but CorrectForm=prefer +11 somebody somebody PRON NN Number=Sing|PronType=Ind 10 obj 10:obj _ 12 with with ADP IN _ 14 case 14:case _ 13 traveling traveling NOUN NN Number=Sing 14 compound 14:compound _ 14 experience experience NOUN NN Number=Sing 11 nmod 11:nmod:with SpaceAfter=No @@ -147416,7 +147490,7 @@ # sent_id = answers-20111107212131AACQ65F_ans-0018 # text = I want to go all over :) I don't have a set route yet. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 go go VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 all all ADV RB _ 6 advmod 6:advmod _ @@ -147424,11 +147498,11 @@ 7 :) :) SYM NFP _ 2 discourse 2:discourse _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 9-10 don't _ _ _ _ _ _ _ _ -9 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 n't not PART RB _ 11 advmod 11:advmod _ 11 have have VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ -13 set set VERB VBN Tense=Past|VerbForm=Part 14 amod 14:amod _ +13 set set VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 amod 14:amod _ 14 route route NOUN NN Number=Sing 11 obj 11:obj _ 15 yet yet ADV RB _ 11 advmod 11:advmod SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ @@ -147453,7 +147527,7 @@ # text = Wool is best. 1 Wool wool NOUN NN Number=Sing 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 best best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +3 best good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111107212131AACQ65F_ans-0021 @@ -147483,9 +147557,9 @@ 5 for for ADP IN _ 7 case 7:case _ 6 spare spare ADJ JJ Degree=Pos 7 amod 7:amod _ 7 change change NOUN NN Number=Sing 4 obl 4:obl:for _ -8 when when SCONJ WRB PronType=Int 11 mark 11:mark _ +8 when when ADV WRB PronType=Int 11 advmod 11:advmod _ 9 you you PRON PRP Case=Acc|Person=2|PronType=Prs 10 obj 10:obj|11:nsubj:xsubj _ -10 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl _ +10 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl _ 11 hungry hungry ADJ JJ Degree=Pos 10 xcomp 10:xcomp SpaceAfter=No 12 . . PUNCT . _ 4 punct 4:punct _ @@ -147493,14 +147567,14 @@ # text = Should get some survival skills before setting out on your own. 1 Should should AUX MD VerbForm=Fin 2 aux 2:aux _ 2 get get VERB VB VerbForm=Inf 0 root 0:root _ -3 some some DET DT _ 5 det 5:det _ +3 some some DET DT PronType=Ind 5 det 5:det _ 4 survival survival NOUN NN Number=Sing 5 compound 5:compound _ 5 skills skill NOUN NNS Number=Plur 2 obj 2:obj _ 6 before before SCONJ IN _ 7 mark 7:mark _ 7 setting set VERB VBG VerbForm=Ger 2 advcl 2:advcl:before _ 8 out out ADP RP _ 7 compound:prt 7:compound:prt _ 9 on on ADP IN _ 11 case 11:case _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 own own ADJ JJ Degree=Pos 7 obl 7:obl:on SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ @@ -147508,12 +147582,12 @@ # sent_id = answers-20111106035951AADq0Qg_ans-0001 # newpar id = answers-20111106035951AADq0Qg_ans-p0001 # text = Vietnamese girl's name, Mayko? -1 Vietnamese vietnamese ADJ JJ Degree=Pos 2 amod 2:amod _ +1 Vietnamese Vietnamese ADJ JJ Degree=Pos 2 amod 2:amod _ 2-3 girl's _ _ _ _ _ _ _ _ 2 girl girl NOUN NN Number=Sing 4 nmod:poss 4:nmod:poss _ 3 's 's PART POS _ 2 case 2:case _ 4 name name NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 Mayko Mayko PROPN NNP Number=Sing 4 appos 4:appos SpaceAfter=No 7 ? ? PUNCT . _ 4 punct 4:punct _ @@ -147522,31 +147596,31 @@ # text = I always thought Mayko or Meiko is a Japanese name. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 always always ADV RB _ 3 advmod 3:advmod _ -3 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 Mayko Mayko PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 5 or or CCONJ CC _ 6 cc 6:cc _ 6 Meiko Meiko PROPN NNP Number=Sing 4 conj 4:conj:or|10:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -9 Japanese japanese ADJ JJ Degree=Pos 10 amod 10:amod _ +9 Japanese Japanese ADJ JJ Degree=Pos 10 amod 10:amod _ 10 name name NOUN NN Number=Sing 3 ccomp 3:ccomp SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111106035951AADq0Qg_ans-0003 # text = The Canadian Regenesis actress Mayko Nguyen has Japanese connection or is it her fake name? 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ -2 Canadian canadian ADJ JJ Degree=Pos 4 amod 4:amod _ +2 Canadian Canadian ADJ JJ Degree=Pos 4 amod 4:amod _ 3 Regenesis Regenesis PROPN NNP Number=Sing 4 compound 4:compound _ 4 actress actress NOUN NN Number=Sing 7 nsubj 7:nsubj _ 5 Mayko Mayko PROPN NNP Number=Sing 4 appos 4:appos _ 6 Nguyen Nguyen PROPN NNP Number=Sing 5 flat 5:flat _ 7 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -8 Japanese japanese ADJ JJ Degree=Pos 9 amod 9:amod _ +8 Japanese Japanese ADJ JJ Degree=Pos 9 amod 9:amod _ 9 connection connection NOUN NN Number=Sing 7 obj 7:obj _ 10 or or CCONJ CC _ 15 cc 15:cc _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -13 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 14 fake fake ADJ JJ Degree=Pos 15 amod 15:amod _ 15 name name NOUN NN Number=Sing 7 conj 7:conj:or SpaceAfter=No 16 ? ? PUNCT . _ 7 punct 7:punct _ @@ -147554,14 +147628,14 @@ # sent_id = answers-20111106035951AADq0Qg_ans-0004 # text = Right, I couldn't find any proven source for that. 1 Right right INTJ UH _ 6 discourse 6:discourse SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 4-5 couldn't _ _ _ _ _ _ _ _ 4 could could AUX MD VerbForm=Fin 6 aux 6:aux _ 5 n't not PART RB _ 6 advmod 6:advmod _ 6 find find VERB VB VerbForm=Inf 0 root 0:root _ -7 any any DET DT _ 9 det 9:det _ -8 proven prove VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod _ +7 any any DET DT PronType=Ind 9 det 9:det _ +8 proven prove VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod _ 9 source source NOUN NN Number=Sing 6 obj 6:obj _ 10 for for ADP IN _ 11 case 11:case _ 11 that that PRON DT Number=Sing|PronType=Dem 9 nmod 9:nmod:for SpaceAfter=No @@ -147570,39 +147644,39 @@ # sent_id = answers-20111106035951AADq0Qg_ans-0005 # text = And her last name, Nguyen is a typical Vietnamese family name...anyone? 1 And and CCONJ CC _ 12 cc 12:cc _ -2 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 3 last last ADJ JJ Degree=Pos 4 amod 4:amod _ 4 name name NOUN NN Number=Sing 12 nsubj 12:nsubj SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 Nguyen Nguyen PROPN NNP Number=Sing 4 appos 4:appos _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 8 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 9 typical typical ADJ JJ Degree=Pos 12 amod 12:amod _ -10 Vietnamese vietnamese ADJ JJ Degree=Pos 12 amod 12:amod _ +10 Vietnamese Vietnamese ADJ JJ Degree=Pos 12 amod 12:amod _ 11 family family NOUN NN Number=Sing 12 compound 12:compound _ 12 name name NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 13 ... ... PUNCT , _ 14 punct 14:punct SpaceAfter=No -14 anyone anyone PRON NN Number=Sing 12 vocative 12:vocative SpaceAfter=No +14 anyone anyone PRON NN Number=Sing|PronType=Ind 12 vocative 12:vocative SpaceAfter=No 15 ? ? PUNCT . _ 14 punct 14:punct _ # sent_id = answers-20111106035951AADq0Qg_ans-0006 # newpar id = answers-20111106035951AADq0Qg_ans-p0003 # text = Certainly, Nguyen is the one of first names of many people in Vietnam, only in Vietnam. 1 Certainly certainly ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 Nguyen Nguyen PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 one one NOUN NN Number=Sing 0 root 0:root _ 7 of of ADP IN _ 9 case 9:case _ -8 first first ADJ JJ Degree=Pos|NumType=Ord 9 amod 9:amod _ +8 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 9 amod 9:amod _ 9 names name NOUN NNS Number=Plur 6 nmod 6:nmod:of _ 10 of of ADP IN _ 12 case 12:case _ 11 many many ADJ JJ Degree=Pos 12 amod 12:amod _ 12 people people NOUN NNS Number=Plur 9 nmod 9:nmod:of _ 13 in in ADP IN _ 14 case 14:case _ 14 Vietnam Vietnam PROPN NNP Number=Sing 12 nmod 12:nmod:in SpaceAfter=No -15 , , PUNCT , _ 14 punct 14:punct _ +15 , , PUNCT , _ 18 punct 18:punct _ 16 only only ADV RB _ 18 advmod 18:advmod _ 17 in in ADP IN _ 18 case 18:case _ 18 Vietnam Vietnam PROPN NNP Number=Sing 12 nmod 12:nmod:in SpaceAfter=No @@ -147615,33 +147689,33 @@ 3 relating relate VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 to to ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 Japanese japanese ADJ JJ Degree=Pos 3 obl 3:obl:to SpaceAfter=No +6 Japanese Japanese ADJ JJ Degree=Pos 3 obl 3:obl:to SpaceAfter=No 7 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111106035951AADq0Qg_ans-0008 # text = In Vietnam, when a baby was born, they must be named "first name" according to that of their fathers. 1 In in ADP IN _ 2 case 2:case _ 2 Vietnam Vietnam PROPN NNP Number=Sing 13 obl 13:obl:in SpaceAfter=No -3 , , PUNCT , _ 13 punct 13:punct _ -4 when when SCONJ WRB PronType=Int 8 mark 8:mark _ +3 , , PUNCT , _ 2 punct 2:punct _ +4 when when ADV WRB PronType=Int 8 advmod 8:advmod _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 baby baby NOUN NN Number=Sing 8 nsubj:pass 8:nsubj:pass _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 aux:pass 8:aux:pass _ 8 born bear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 advcl 13:advcl:when SpaceAfter=No -9 , , PUNCT , _ 13 punct 13:punct _ -10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj:pass 13:nsubj:pass _ +9 , , PUNCT , _ 8 punct 8:punct _ +10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj:pass 13:nsubj:pass|16:nsubj:xsubj _ 11 must must AUX MD VerbForm=Fin 13 aux 13:aux _ 12 be be AUX VB VerbForm=Inf 13 aux:pass 13:aux:pass _ 13 named name VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 14 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No -15 first first ADJ JJ Degree=Pos|NumType=Ord 16 amod 16:amod _ -16 name name NOUN NN Number=Sing 13 obj 13:obj SpaceAfter=No +15 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 16 amod 16:amod _ +16 name name NOUN NN Number=Sing 13 xcomp 13:xcomp SpaceAfter=No 17 " " PUNCT `` _ 16 punct 16:punct _ -18 according accord VERB VBG VerbForm=Ger 20 case 20:case _ +18 according accord VERB VBG ExtPos=ADP|VerbForm=Ger 20 case 20:case _ 19 to to ADP IN _ 18 fixed 18:fixed _ 20 that that PRON DT Number=Sing|PronType=Dem 13 obl 13:obl:according_to _ 21 of of ADP IN _ 23 case 23:case _ -22 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 fathers father NOUN NNS Number=Plur 20 nmod 20:nmod:of SpaceAfter=No 24 . . PUNCT . _ 13 punct 13:punct _ @@ -147656,17 +147730,17 @@ 6 number number NOUN NN Number=Sing 3 obl 3:obl:except _ 7 of of ADP IN _ 8 case 8:case _ 8 cases case NOUN NNS Number=Plur 6 nmod 6:nmod:of SpaceAfter=No -9 , , PUNCT , _ 3 punct 3:punct _ +9 , , PUNCT , _ 16 punct 16:punct _ 10 for for ADP IN _ 11 case 11:case _ 11 example example NOUN NN Number=Sing 16 obl 16:obl:for SpaceAfter=No -12 , , PUNCT , _ 3 punct 3:punct _ +12 , , PUNCT , _ 11 punct 11:punct _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 babies baby NOUN NNS Number=Plur 16 nsubj 16:nsubj|20:nsubj _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +15 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 16 orphans orphan NOUN NNS Number=Plur 3 parataxis 3:parataxis _ 17 or or CCONJ CC _ 20 cc 20:cc _ 18 not not PART RB _ 20 advmod 20:advmod _ -19 to to ADP TO _ 20 mark 20:mark _ +19 to to PART TO _ 20 mark 20:mark _ 20 have have VERB VB VerbForm=Inf 16 conj 16:conj:or _ 21 father father NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No 22 . . PUNCT . _ 3 punct 3:punct _ @@ -147684,19 +147758,19 @@ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 father father NOUN NN Number=Sing 2 nmod 2:nmod:of _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop SpaceAfter=No -7 : : PUNCT : _ 9 punct 9:punct _ +7 : : PUNCT : _ 6 punct 6:punct _ 8 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No 9 Nguyen Nguyen PROPN NNP Number=Sing 0 root 0:root _ 10 Thanh Thanh PROPN NNP Number=Sing 9 flat 9:flat _ 11 Luan Luan PROPN NNP Number=Sing 9 flat 9:flat SpaceAfter=No 12 " " PUNCT '' _ 9 punct 9:punct _ -13 ===> ===> SYM NFP _ 9 punct 9:punct _ +13 ===> ===> PUNCT NFP _ 24 punct 24:punct _ 14 Full full ADJ JJ Degree=Pos 15 amod 15:amod _ 15 name name NOUN NN Number=Sing 24 nsubj 24:nsubj _ 16 of of ADP IN _ 18 case 18:case _ -17 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ +17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 son son NOUN NN Number=Sing 15 nmod 15:nmod:of SpaceAfter=No -19 / / PUNCT , _ 20 cc 20:cc SpaceAfter=No +19 / / SYM , _ 20 cc 20:cc SpaceAfter=No 20 daughter daughter NOUN NN Number=Sing 18 conj 15:nmod:of|18:conj _ 21 certainly certainly ADV RB _ 24 advmod 24:advmod _ 22 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ @@ -147704,10 +147778,10 @@ 24 Nguyen Nguyen PROPN NNP Number=Sing 9 parataxis 9:parataxis SpaceAfter=No 25 .......... .......... PUNCT , _ 24 punct 24:punct SpaceAfter=No 26 " " PUNCT '' _ 24 punct 24:punct SpaceAfter=No -27 , , PUNCT , _ 24 punct 24:punct _ +27 , , PUNCT , _ 32 punct 32:punct _ 28 for for ADP IN _ 29 case 29:case _ 29 instance instance NOUN NN Number=Sing 32 nmod 32:nmod:for SpaceAfter=No -30 , , PUNCT , _ 32 punct 32:punct _ +30 , , PUNCT , _ 29 punct 29:punct _ 31 " " PUNCT `` _ 32 punct 32:punct SpaceAfter=No 32 Nguyen Nguyen PROPN NNP Number=Sing 24 appos 24:appos _ 33 Thi Thi PROPN NNP Number=Sing 32 flat 32:flat _ @@ -147718,26 +147792,26 @@ # sent_id = answers-20111106035951AADq0Qg_ans-0012 # text = But if the babies were born in American so they would named in other way but still remain "First name" in order to recall about their origination. -1 But but CCONJ CC _ 18 cc 18:cc _ +1 But but CCONJ CC _ 12 cc 12:cc _ 2 if if SCONJ IN _ 6 mark 6:mark _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 babies baby NOUN NNS Number=Plur 6 nsubj:pass 6:nsubj:pass _ -5 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ +5 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ 6 born bear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 advcl 12:advcl:if _ 7 in in ADP IN _ 8 case 8:case _ -8 American american ADJ JJ Degree=Pos 6 obl 6:obl:in _ +8 American American ADJ JJ Degree=Pos 6 obl 6:obl:in _ 9 so so ADV RB _ 12 advmod 12:advmod _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj:pass 12:nsubj:pass|18:nsubj:pass|21:nsubj:xsubj _ -11 would would AUX MD VerbForm=Fin 12 aux:pass 12:aux:pass _ +11 would would AUX MD VerbForm=Fin 12 aux 12:aux MissingWordsAfter=be 12 named name VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 13 in in ADP IN _ 15 case 15:case _ 14 other other ADJ JJ Degree=Pos 15 amod 15:amod _ 15 way way NOUN NN Number=Sing 12 obl 12:obl:in _ 16 but but CCONJ CC _ 18 cc 18:cc _ 17 still still ADV RB _ 18 advmod 18:advmod _ -18 remain remain VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 conj 12:conj:but _ +18 remain remain VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 conj 12:conj:but _ 19 " " PUNCT `` _ 21 punct 21:punct SpaceAfter=No -20 First first NOUN NN Number=Sing 21 compound 21:compound _ +20 First first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 21 amod 21:amod _ 21 name name NOUN NN Number=Sing 18 xcomp 18:xcomp SpaceAfter=No 22 " " PUNCT '' _ 21 punct 21:punct _ 23 in in ADP IN _ 26 mark 26:mark _ @@ -147745,7 +147819,7 @@ 25 to to PART TO _ 26 mark 26:mark _ 26 recall recall VERB VB VerbForm=Inf 18 advcl 18:advcl:to _ 27 about about ADP IN _ 29 case 29:case _ -28 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +28 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ 29 origination origination NOUN NN Number=Sing 26 obl 26:obl:about SpaceAfter=No 30 . . PUNCT . _ 12 punct 12:punct _ @@ -147754,36 +147828,36 @@ # text = I'm pretty sure that Mayko is Japanese. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 pretty pretty ADV RB _ 4 advmod 4:advmod _ 4 sure sure ADJ JJ Degree=Pos 0 root 0:root _ 5 that that SCONJ IN _ 8 mark 8:mark _ 6 Mayko Mayko PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ -8 Japanese japanese ADJ JJ Degree=Pos 4 ccomp 4:ccomp SpaceAfter=No +8 Japanese Japanese ADJ JJ Degree=Pos 4 ccomp 4:ccomp SpaceAfter=No 9 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111106035951AADq0Qg_ans-0014 # newpar id = answers-20111106035951AADq0Qg_ans-p0005 # text = She is a Canadian born Vietnamese. -1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ -4 Canadian canadian ADJ JJ Degree=Pos 5 amod 5:amod _ -5 born bear VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -6 Vietnamese vietnamese ADJ JJ Degree=Pos 5 amod 5:amod SpaceAfter=No -7 . . PUNCT . _ 5 punct 5:punct _ +1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ +2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ +4 Canadian Canadian ADJ JJ Degree=Pos 5 amod 5:amod _ +5 born bear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ +6 Vietnamese Vietnamese ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No +7 . . PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111106035951AADq0Qg_ans-0015 # text = I'm not sure where her first name is from... 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 sure sure ADJ JJ Degree=Pos 0 root 0:root _ 5 where where ADV WRB PronType=Int 4 ccomp 4:ccomp _ -6 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ -7 first first ADJ JJ Degree=Pos|NumType=Ord 8 amod 8:amod _ +6 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 8 amod 8:amod _ 8 name name NOUN NN Number=Sing 5 nsubj 5:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 10 from from ADP IN _ 5 case 5:case SpaceAfter=No @@ -147794,13 +147868,13 @@ # newpar id = answers-20111108084111AAl5ras_ans-p0001 # text = I have a splitter/filter between my ADSL and ph line? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 4 splitter splitter NOUN NN Number=Sing 6 compound 6:compound SpaceAfter=No -5 / / PUNCT , _ 6 punct 6:punct SpaceAfter=No +5 / / PUNCT , _ 4 punct 4:punct SpaceAfter=No 6 filter filter NOUN NN Number=Sing 2 obj 2:obj _ 7 between between ADP IN _ 12 case 12:case _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 9 ADSL adsl NOUN NN Number=Sing 12 compound 12:compound _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 ph ph NOUN NN Number=Sing 9 conj 9:conj:and|12:compound _ @@ -147811,8 +147885,8 @@ # newpar id = answers-20111108084111AAl5ras_ans-p0002 # text = I have 2 phones running on the same line and the ADSL which is connected to one of the phones and the filter, I'm still getting a buzzing noise even when I have disconnected the other phone without one. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 2 2 NUM CD NumType=Card 4 nummod 4:nummod _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 2 2 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 phones phone NOUN NNS Number=Plur 2 obj 2:obj _ 5 running run VERB VBG VerbForm=Ger 4 acl 4:acl _ 6 on on ADP IN _ 9 case 9:case _ @@ -147824,34 +147898,34 @@ 12 ADSL adsl NOUN NN Number=Sing 4 conj 2:obj|4:conj:and|15:nsubj:pass _ 13 which which PRON WDT PronType=Rel 15 nsubj:pass 12:ref _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 aux:pass 15:aux:pass _ -15 connected connect VERB VBN Tense=Past|VerbForm=Part 12 acl:relcl 12:acl:relcl _ +15 connected connect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 acl:relcl 12:acl:relcl _ 16 to to ADP IN _ 17 case 17:case _ -17 one one NUM CD NumType=Card 15 obl 15:obl:to _ +17 one one NUM CD NumForm=Word|NumType=Card 15 obl 15:obl:to _ 18 of of ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 phones phone NOUN NNS Number=Plur 17 nmod 17:nmod:of _ 21 and and CCONJ CC _ 23 cc 23:cc _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 filter filter NOUN NN Number=Sing 17 conj 15:obl:to|17:conj:and SpaceAfter=No -24 , , PUNCT , _ 2 punct 2:punct _ +24 , , PUNCT , _ 28 punct 28:punct _ 25-26 I'm _ _ _ _ _ _ _ _ 25 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 28 nsubj 28:nsubj _ -26 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ +26 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ 27 still still ADV RB _ 28 advmod 28:advmod _ 28 getting get VERB VBG VerbForm=Ger 2 parataxis 2:parataxis _ 29 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ 30 buzzing buzzing NOUN NN Number=Sing 28 obj 28:obj _ 31 noise noise ADV RB _ 30 advmod 30:advmod _ 32 even even ADV RB _ 36 advmod 36:advmod _ -33 when when SCONJ WRB PronType=Int 36 mark 36:mark _ +33 when when ADV WRB PronType=Int 36 advmod 36:advmod _ 34 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 36 nsubj 36:nsubj _ -35 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 36 aux 36:aux _ +35 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 36 aux 36:aux _ 36 disconnected disconnect VERB VBN Tense=Past|VerbForm=Part 28 advcl 28:advcl:when _ 37 the the DET DT Definite=Def|PronType=Art 39 det 39:det _ 38 other other ADJ JJ Degree=Pos 39 amod 39:amod _ 39 phone phone NOUN NN Number=Sing 36 obj 36:obj _ 40 without without ADP IN _ 41 case 41:case _ -41 one one NUM CD NumType=Card 39 nmod 39:nmod:without SpaceAfter=No +41 one one NUM CD NumForm=Word|NumType=Card 39 nmod 39:nmod:without SpaceAfter=No 42 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108084111AAl5ras_ans-0003 @@ -147866,28 +147940,28 @@ 8 though though SCONJ IN _ 12 mark 12:mark _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 10-11 don't _ _ _ _ _ _ _ _ -10 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +10 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 11 n't not PART RB _ 12 advmod 12:advmod _ 12 have have VERB VB VerbForm=Inf 5 advcl 5:advcl:though _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 14 other other ADJ JJ Degree=Pos 15 amod 15:amod _ 15 phone phone NOUN NN Number=Sing 12 obj 12:obj|16:nsubj:xsubj _ -16 connected connect VERB VBN Tense=Past|VerbForm=Part 12 xcomp 12:xcomp SpaceAfter=No +16 connected connect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 xcomp 12:xcomp SpaceAfter=No 17 ? ? PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108084111AAl5ras_ans-0004 # text = Woud it be better if I got another filter and connected the other phone as well? -1 Woud would AUX MD Typo=Yes|VerbForm=Fin 4 aux 4:aux _ +1 Woud would AUX MD Typo=Yes|VerbForm=Fin 4 aux 4:aux CorrectForm=Would 2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 3 be be AUX VB VerbForm=Inf 4 cop 4:cop _ -4 better better ADJ JJR Degree=Cmp 0 root 0:root _ +4 better good ADJ JJR Degree=Cmp 0 root 0:root _ 5 if if SCONJ IN _ 7 mark 7:mark _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj|11:nsubj _ -7 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:if _ -8 another another DET DT _ 9 det 9:det _ +7 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:if _ +8 another another DET DT PronType=Ind 9 det 9:det _ 9 filter filter NOUN NN Number=Sing 7 obj 7:obj _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 connected connect VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 conj 4:advcl:if|7:conj:and _ +11 connected connect VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 conj 4:advcl:if|7:conj:and _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 other other ADJ JJ Degree=Pos 14 amod 14:amod _ 14 phone phone NOUN NN Number=Sing 11 obj 11:obj _ @@ -147909,25 +147983,25 @@ 9 sound sound NOUN NN Number=Sing 12 nsubj 12:nsubj _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 still still ADV RB _ 12 advmod 12:advmod _ -12 there there ADV RB PronType=Dem 6 advcl 6:advcl:if SpaceAfter=No -13 ... ... PUNCT , _ 1 punct 1:punct _ +12 there there ADV RB PronType=Dem 6 ccomp 6:ccomp SpaceAfter=No +13 ... ... PUNCT , _ 16 punct 16:punct _ 14 could could AUX MD VerbForm=Fin 16 aux 16:aux _ 15 be be AUX VB VerbForm=Inf 16 cop 16:cop _ 16 static static NOUN NN Number=Sing 1 parataxis 1:parataxis _ 17 on on ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 line line NOUN NN Number=Sing 16 nmod 16:nmod:on SpaceAfter=No -20 ... ... PUNCT , _ 1 punct 1:punct _ +20 ... ... PUNCT , _ 37 punct 37:punct _ 21 if if SCONJ IN _ 26 mark 26:mark _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 sound sound NOUN NN Number=Sing 26 nsubj 26:nsubj _ 24 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ 25 still still ADV RB _ 26 advmod 26:advmod _ 26 there there ADV RB PronType=Dem 37 advcl 37:advcl:if _ -27 with with SCONJ IN _ 29 mark 29:mark _ +27 with with SCONJ IN _ 30 mark 30:mark _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ -29 modem modem NOUN NN Number=Sing 26 advcl 26:advcl:with _ -30 off off ADV RB _ 29 advmod 29:advmod _ +29 modem modem NOUN NN Number=Sing 30 nsubj 30:nsubj _ +30 off off ADV RB _ 26 advcl 26:advcl:with _ 31 then then ADV RB PronType=Dem 37 advmod 37:advmod _ 32 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 33 problem problem NOUN NN Number=Sing 37 nsubj 37:nsubj _ @@ -147944,65 +148018,65 @@ 3 trouble trouble NOUN NN Number=Sing 4 nsubj 4:nsubj _ 4 goes go VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ 5 away away ADV RB _ 4 advmod 4:advmod _ -6 with with SCONJ IN _ 8 mark 8:mark _ +6 with with SCONJ IN _ 9 mark 9:mark _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -8 modem modem NOUN NN Number=Sing 4 advcl 4:advcl:with _ -9 off off ADV RB _ 8 advmod 8:advmod SpaceAfter=No -10 , , PUNCT , _ 12 punct 12:punct _ +8 modem modem NOUN NN Number=Sing 9 nsubj 9:nsubj _ +9 off off ADV RB _ 4 advcl 4:advcl:with SpaceAfter=No +10 , , PUNCT , _ 4 punct 4:punct _ 11 then then ADV RB PronType=Dem 12 advmod 12:advmod _ 12 make make VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 13 sure sure ADJ JJ Degree=Pos 12 xcomp 12:xcomp _ 14 that that SCONJ IN _ 20 mark 20:mark _ -15 EVERYTHING everything PRON NN Number=Sing 20 nsubj:pass 20:nsubj:pass _ +15 EVERYTHING everything PRON NN Number=Sing|PronType=Tot 20 nsubj:pass 20:nsubj:pass _ 16 EXCEPT except ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 modem modem NOUN NN Number=Sing 15 nmod 15:nmod:except _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 aux:pass 20:aux:pass _ 20 filtered filter VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 ccomp 13:ccomp SpaceAfter=No -21 , , PUNCT , _ 12 punct 12:punct _ +21 , , PUNCT , _ 24 punct 24:punct _ 22 this this PRON DT Number=Sing|PronType=Dem 24 nsubj 24:nsubj _ 23 would would AUX MD VerbForm=Fin 24 aux 24:aux _ 24 include include VERB VB VerbForm=Inf 12 parataxis 12:parataxis _ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 26 alarm alarm NOUN NN Number=Sing 27 compound 27:compound _ 27 system system NOUN NN Number=Sing 24 obj 24:obj SpaceAfter=No -28 , , PUNCT , _ 27 punct 27:punct _ +28 , , PUNCT , _ 30 punct 30:punct _ 29 fax fax NOUN NN Number=Sing 30 compound 30:compound _ 30 machine machine NOUN NN Number=Sing 27 list 27:list SpaceAfter=No -31 , , PUNCT , _ 27 punct 27:punct _ +31 , , PUNCT , _ 33 punct 33:punct _ 32 satellite satellite NOUN NN Number=Sing 33 compound 33:compound _ 33 boxes box NOUN NNS Number=Plur 27 list 27:list SpaceAfter=No -34 , , PUNCT , _ 27 punct 27:punct _ +34 , , PUNCT , _ 35 punct 35:punct _ 35 phones phone NOUN NNS Number=Plur 27 list 27:list SpaceAfter=No -36 , , PUNCT , _ 27 punct 27:punct _ -37 etc etc X FW _ 27 list 27:list SpaceAfter=No +36 , , PUNCT , _ 37 punct 37:punct _ +37 etc etc. NOUN FW Abbr=Yes|Number=Plur 27 list 27:list SpaceAfter=No 38 ... ... PUNCT . _ 12 punct 12:punct _ # sent_id = answers-20111108084111AAl5ras_ans-0007 # text = if everything is filtered, and you still have this problem - try changing the filter - if it is still there, try doubling up on the filters... 1 if if SCONJ IN _ 4 mark 4:mark _ -2 everything everything PRON NN Number=Sing 4 nsubj:pass 4:nsubj:pass _ +2 everything everything PRON NN Number=Sing|PronType=Tot 4 nsubj:pass 4:nsubj:pass _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 filtered filter VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 advcl 13:advcl:if SpaceAfter=No 5 , , PUNCT , _ 9 punct 9:punct _ 6 and and CCONJ CC _ 9 cc 9:cc _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ 8 still still ADV RB _ 9 advmod 9:advmod _ -9 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and|13:advcl:if _ +9 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and|13:advcl:if _ 10 this this DET DT Number=Sing|PronType=Dem 11 det 11:det _ 11 problem problem NOUN NN Number=Sing 9 obj 9:obj _ -12 - - PUNCT , _ 13 punct 13:punct _ +12 - - PUNCT , _ 4 punct 4:punct _ 13 try try VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 14 changing change VERB VBG VerbForm=Ger 13 xcomp 13:xcomp _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 filter filter NOUN NN Number=Sing 14 obj 14:obj _ -17 - - PUNCT , _ 13 punct 13:punct _ +17 - - PUNCT , _ 24 punct 24:punct _ 18 if if SCONJ IN _ 22 mark 22:mark _ 19 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj _ 20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 21 still still ADV RB _ 22 advmod 22:advmod _ 22 there there ADV RB PronType=Dem 24 advcl 24:advcl:if SpaceAfter=No -23 , , PUNCT , _ 24 punct 24:punct _ +23 , , PUNCT , _ 22 punct 22:punct _ 24 try try VERB VB Mood=Imp|VerbForm=Fin 13 parataxis 13:parataxis _ 25 doubling double VERB VBG VerbForm=Ger 24 xcomp 24:xcomp _ 26 up up ADP RP _ 25 compound:prt 25:compound:prt _ @@ -148015,12 +148089,12 @@ # newpar id = answers-20111108084111AAl5ras_ans-p0004 # text = You need either a filter for each device except the DSL modem, or a whole home filter which filters all the jacks, except the one which the DSL modem connects. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 either either CCONJ CC _ 5 cc:preconj 5:cc:preconj _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 filter filter NOUN NN Number=Sing 2 obj 2:obj _ 6 for for ADP IN _ 8 case 8:case _ -7 each each DET DT _ 8 det 8:det _ +7 each each DET DT PronType=Tot 8 det 8:det _ 8 device device NOUN NN Number=Sing 5 nmod 5:nmod:for _ 9 except except ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -148034,10 +148108,10 @@ 18 filter filter NOUN NN Number=Sing 5 conj 2:obj|5:conj:or|20:nsubj _ 19 which which PRON WDT PronType=Rel 20 nsubj 18:ref _ 20 filters filter VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ -21 all all DET PDT _ 23 det:predet 23:det:predet _ +21 all all DET PDT PronType=Tot 23 det:predet 23:det:predet _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 jacks jack NOUN NNS Number=Plur 20 obj 20:obj SpaceAfter=No -24 , , PUNCT , _ 23 punct 23:punct _ +24 , , PUNCT , _ 27 punct 27:punct _ 25 except except ADP IN _ 27 case 27:case _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 one one NOUN NN Number=Sing 23 nmod 23:nmod:except|32:obj _ @@ -148052,16 +148126,16 @@ # sent_id = answers-20111108083256AAnI6Wt_ans-0001 # newpar id = answers-20111108083256AAnI6Wt_ans-p0001 # text = Best way to change 35mm film in Holga 120 whilst out and about? -1 Best best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Best good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 way way NOUN NN Number=Sing 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 change change VERB VB VerbForm=Inf 2 acl 2:acl:to _ -5 35 35 NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No +5 35 35 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No 6 mm mm NOUN NN Number=Sing 7 compound 7:compound _ 7 film film NOUN NN Number=Sing 4 obj 4:obj _ 8 in in ADP IN _ 9 case 9:case _ 9 Holga Holga PROPN NNP Number=Sing 7 nmod 7:nmod:in _ -10 120 120 NUM CD NumType=Card 9 nummod 9:nummod _ +10 120 120 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 11 whilst whilst SCONJ IN _ 12 mark 12:mark _ 12 out out ADV RB _ 4 advcl 4:advcl:whilst _ 13 and and CCONJ CC _ 14 cc 14:cc _ @@ -148073,19 +148147,19 @@ # text = I've modified my Holga 120 to take 35mm film and I know that you can't wind the film back, you have to open the back of the camera (in a darkroom) to rewind the film. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 modified modify VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 Holga Holga PROPN NNP Number=Sing 3 obj 3:obj _ -6 120 120 NUM CD NumType=Card 5 nummod 5:nummod _ +6 120 120 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 7 to to PART TO _ 8 mark 8:mark _ 8 take take VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ -9 35 35 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No +9 35 35 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No 10 mm mm NOUN NN Number=Sing 11 compound 11:compound _ 11 film film NOUN NN Number=Sing 8 obj 8:obj _ 12 and and CCONJ CC _ 14 cc 14:cc _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +14 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 15 that that SCONJ IN _ 19 mark 19:mark _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 19 nsubj 19:nsubj _ 17-18 can't _ _ _ _ _ _ _ _ @@ -148095,9 +148169,9 @@ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 film film NOUN NN Number=Sing 19 obj 19:obj _ 22 back back ADV RB _ 19 advmod 19:advmod SpaceAfter=No -23 , , PUNCT , _ 3 punct 3:punct _ +23 , , PUNCT , _ 25 punct 25:punct _ 24 you you PRON PRP Case=Nom|Person=2|PronType=Prs 25 nsubj 25:nsubj|27:nsubj:xsubj _ -25 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 parataxis 19:parataxis _ +25 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 19 parataxis 19:parataxis _ 26 to to PART TO _ 27 mark 27:mark _ 27 open open VERB VB VerbForm=Inf 25 xcomp 25:xcomp _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ @@ -148119,26 +148193,26 @@ # sent_id = answers-20111108083256AAnI6Wt_ans-0003 # text = What do other Holga owners do when they need to change film when they are traveling? 1 What what PRON WP PronType=Int 6 obj 6:obj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 3 other other ADJ JJ Degree=Pos 4 amod 4:amod _ 4 Holga Holga PROPN NNP Number=Sing 5 compound 5:compound _ 5 owners owner NOUN NNS Number=Plur 6 nsubj 6:nsubj _ 6 do do VERB VB VerbForm=Inf 0 root 0:root _ -7 when when SCONJ WRB PronType=Int 9 mark 9:mark _ +7 when when ADV WRB PronType=Int 9 advmod 9:advmod _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj _ -9 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:when _ +9 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:when _ 10 to to PART TO _ 11 mark 11:mark _ 11 change change VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 film film NOUN NN Number=Sing 11 obj 11:obj _ -13 when when SCONJ WRB PronType=Int 16 mark 16:mark _ +13 when when ADV WRB PronType=Int 16 advmod 16:advmod _ 14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +15 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 16 traveling travel VERB VBG VerbForm=Ger 11 advcl 11:advcl:when SpaceAfter=No 17 ? ? PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111108083256AAnI6Wt_ans-0004 # text = Do you just take a changing bag with you? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 3 just just ADV RB _ 4 advmod 4:advmod _ 4 take take VERB VB VerbForm=Inf 0 root 0:root _ @@ -148153,9 +148227,9 @@ # text = Whats the easiest thing? 1-2 Whats _ _ _ _ _ _ _ _ 1 What what PRON WP PronType=Int 0 root 0:root _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 1 cop 1:cop CorrectForm='s 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 easiest easiest ADJ JJS Degree=Sup 5 amod 5:amod _ +4 easiest easy ADJ JJS Degree=Sup 5 amod 5:amod _ 5 thing thing NOUN NN Number=Sing 1 nsubj 1:nsubj SpaceAfter=No 6 ? ? PUNCT . _ 1 punct 1:punct _ @@ -148169,7 +148243,7 @@ 5 would would AUX MD VerbForm=Fin 9 aux 9:aux _ 6 be be AUX VB VerbForm=Inf 9 cop 9:cop _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 easiest easiest ADJ JJS Degree=Sup 9 amod 9:amod _ +8 easiest easy ADJ JJS Degree=Sup 9 amod 9:amod _ 9 solution solution NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 10 . . PUNCT . _ 9 punct 9:punct _ @@ -148184,10 +148258,10 @@ 6 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 7 sure sure ADJ JJ Degree=Pos 6 xcomp 6:xcomp _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -9 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ -10 no no DET DT _ 11 det 11:det _ +9 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ +10 no no DET DT PronType=Neg 11 det 11:det _ 11 problems problem NOUN NNS Number=Plur 9 obj 9:obj _ -12 when when SCONJ WRB PronType=Int 13 mark 13:mark _ +12 when when ADV WRB PronType=Int 13 advmod 13:advmod _ 13 opening open VERB VBG VerbForm=Ger 9 advcl 9:advcl:when _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 camera camera NOUN NN Number=Sing 13 obj 13:obj SpaceAfter=No @@ -148202,12 +148276,12 @@ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 make make VERB VB VerbForm=Inf 3 conj 3:conj:and _ 7 sure sure ADJ JJ Degree=Pos 6 xcomp 6:xcomp _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 film film NOUN NN Number=Sing 12 nsubj:pass 12:nsubj:pass _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 aux:pass 12:aux:pass _ 11 not not PART RB _ 12 advmod 12:advmod _ 12 scratched scratch VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 ccomp 7:ccomp _ -13 etc etc X FW _ 3 advmod 3:advmod SpaceAfter=No +13 etc etc. NOUN FW Abbr=Yes|Number=Plur 12 conj 12:conj SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108083256AAnI6Wt_ans-0009 @@ -148229,10 +148303,10 @@ 14 accessible accessible ADJ JJ Degree=Pos 12 conj 8:acl:relcl|12:conj:and _ 15 to to ADP IN _ 16 case 16:case _ 16 you you PRON PRP Case=Acc|Person=2|PronType=Prs 14 obl 14:obl:to _ -17 when when SCONJ WRB PronType=Int 20 mark 20:mark _ +17 when when ADV WRB PronType=Int 20 advmod 20:advmod _ 18-19 you're _ _ _ _ _ _ _ _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj _ -19 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ +19 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 20 outside outside ADV RB _ 12 advcl 12:advcl:when SpaceAfter=No 21 . . PUNCT . _ 4 punct 4:punct _ @@ -148250,7 +148324,7 @@ 10 much much ADJ JJ Degree=Pos 11 amod 11:amod _ 11 space space NOUN NN Number=Sing 9 obj 9:obj _ 12 in in ADP IN _ 14 case 14:case _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 bag bag NOUN NN Number=Sing 11 nmod 11:nmod:in SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ @@ -148267,8 +148341,8 @@ 8 way way NOUN NN Number=Sing 0 root 0:root _ 9 of of SCONJ IN _ 10 mark 10:mark _ 10 unloading unload VERB VBG VerbForm=Ger 8 acl 8:acl:of _ -11 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ -12 exposed expose VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ +11 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 exposed expose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod _ 13 film film NOUN NN Number=Sing 10 obj 10:obj _ 14 in in ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -148280,9 +148354,9 @@ 1 Many many ADJ JJ Degree=Pos 3 amod 3:amod _ 2 online online ADJ JJ Degree=Pos 3 amod 3:amod _ 3 stores store NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 carry carry VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 carry carry VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 4 obj 4:obj SpaceAfter=No -6 , , PUNCT , _ 4 punct 4:punct _ +6 , , PUNCT , _ 8 punct 8:punct _ 7 like like ADP IN _ 8 case 8:case _ 8 Adorama Adorama PROPN NNP Number=Sing 4 obl 4:obl:like SpaceAfter=No 9 : : PUNCT : _ 4 punct 4:punct _ @@ -148294,23 +148368,23 @@ # sent_id = answers-20111108083256AAnI6Wt_ans-0014 # text = I have a few how to videos for DIY 35mm film in a 120 camera on my YouTube channel: 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 4 few few ADJ JJ Degree=Pos 7 amod 7:amod _ -5 how how SCONJ WRB PronType=Int 6 mark 6:mark _ +5 how how ADV WRB PronType=Int 6 advmod 6:advmod _ 6 to to PART TO _ 7 compound 7:compound _ 7 videos video NOUN NNS Number=Plur 2 obj 2:obj _ 8 for for ADP IN _ 12 case 12:case _ 9 DIY diy ADJ JJ Degree=Pos 12 amod 12:amod _ -10 35 35 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No +10 35 35 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No 11 mm mm NOUN NN Number=Sing 12 compound 12:compound _ 12 film film NOUN NN Number=Sing 7 nmod 7:nmod:for _ 13 in in ADP IN _ 16 case 16:case _ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ -15 120 120 NUM CD NumType=Card 16 nummod 16:nummod _ +15 120 120 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 16 camera camera NOUN NN Number=Sing 12 nmod 12:nmod:in _ 17 on on ADP IN _ 20 case 20:case _ -18 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +18 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 19 YouTube YouTube PROPN NNP Number=Sing 20 compound 20:compound _ 20 channel channel NOUN NN Number=Sing 2 obl 2:obl:on SpaceAfter=No 21 : : PUNCT : _ 2 punct 2:punct _ @@ -148326,13 +148400,13 @@ 3 info info NOUN NN Number=Sing 10 obl 10:obl:for _ 4 on on ADP IN _ 8 case 8:case _ 5 lo lo ADJ JJ Degree=Pos 7 amod 7:amod SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 fi fi NOUN NN Number=Sing 8 compound 8:compound _ 8 photography photography NOUN NN Number=Sing 3 nmod 3:nmod:on SpaceAfter=No -9 , , PUNCT , _ 10 punct 10:punct _ +9 , , PUNCT , _ 3 punct 3:punct _ 10 check check VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -11 put put VERB VB Mood=Imp|VerbForm=Fin 10 compound:prt 10:compound:prt _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 put out ADP RP Typo=Yes 10 compound:prt 10:compound:prt CorrectForm=out +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 website website NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 14 : : PUNCT : _ 10 punct 10:punct _ @@ -148350,27 +148424,28 @@ 4 of of ADP IN _ 5 case 5:case _ 5 David David PROPN NNP Number=Sing 3 nmod 3:nmod:of _ 6 be be AUX VB VerbForm=Inf 7 aux:pass 7:aux:pass _ -7 censored censor VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No +7 censored censor VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 8 ? ? PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108061322AAQXY59_ans-0002 # newpar id = answers-20111108061322AAQXY59_ans-p0002 # text = I'ma sophomore in highschool doing a presentation on Italian Arts and my teacher is making us censor the Statue of David. -1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj SpaceAfter=No -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop SpaceAfter=No +1-2 I'm _ _ _ _ _ _ _ CorrectSpaceAfter=Yes|SpaceAfter=No +1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 sophomore sophomore NOUN NN Number=Sing 0 root 0:root _ 5 in in ADP IN _ 7 case 7:case _ -6 high high ADJ JJ Degree=Pos 7 amod 7:amod SpaceAfter=No +6 high high ADJ JJ Degree=Pos 7 amod 7:amod CorrectSpaceAfter=Yes|SpaceAfter=No 7 school school NOUN NN Number=Sing 4 nmod 4:nmod:in _ 8 doing do VERB VBG VerbForm=Ger 4 acl 4:acl _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 presentation presentation NOUN NN Number=Sing 8 obj 8:obj _ 11 on on ADP IN _ 13 case 13:case _ -12 Italian italian ADJ JJ Degree=Pos 13 amod 13:amod _ +12 Italian Italian ADJ JJ Degree=Pos 13 amod 13:amod _ 13 Arts art NOUN NNS Number=Plur 10 nmod 10:nmod:on _ 14 and and CCONJ CC _ 18 cc 18:cc _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 teacher teacher NOUN NN Number=Sing 18 nsubj 18:nsubj _ 17 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 18 making make VERB VBG VerbForm=Ger 4 conj 4:conj:and _ @@ -148384,37 +148459,38 @@ # sent_id = answers-20111108061322AAQXY59_ans-0003 # text = My argument is it's art and therefore should not be censored he's making us censor it who's right -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ -2 argument argument NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +2 argument argument NOUN NN Number=Sing 6 nsubj:outer 6:nsubj:outer|12:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4-5 it's _ _ _ _ _ _ _ _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj|12:nsubj:pass _ 5 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -6 art art NOUN NN Number=Sing 3 ccomp 3:ccomp _ +6 art art NOUN NN Number=Sing 0 root 0:root _ 7 and and CCONJ CC _ 12 cc 12:cc _ 8 therefore therefore ADV RB _ 12 advmod 12:advmod _ 9 should should AUX MD VerbForm=Fin 12 aux 12:aux _ 10 not not PART RB _ 12 advmod 12:advmod _ 11 be be AUX VB VerbForm=Inf 12 aux:pass 12:aux:pass _ -12 censored censor VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 conj 3:ccomp|6:conj:and _ +12 censored censor VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 conj 0:root|6:conj:and _ 13-14 he's _ _ _ _ _ _ _ _ 13 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 14 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ -15 making make VERB VBG Tense=Pres|VerbForm=Part 3 parataxis 3:parataxis _ +15 making make VERB VBG Tense=Pres|VerbForm=Part 6 parataxis 6:parataxis _ 16 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 15 obj 15:obj|17:nsubj:xsubj _ 17 censor censor VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ 18 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 obj 17:obj _ 19-20 who's _ _ _ _ _ _ _ _ 19 who who PRON WP PronType=Int 21 nsubj 21:nsubj _ 20 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ -21 right right ADJ JJ Degree=Pos 3 parataxis 3:parataxis _ +21 right right ADJ JJ Degree=Pos 6 parataxis 6:parataxis _ # sent_id = answers-20111108061322AAQXY59_ans-0004 # newpar id = answers-20111108061322AAQXY59_ans-p0003 # text = no,it's only a body of a young man 1 no no INTJ UH _ 7 discourse 7:discourse SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct SpaceAfter=No -3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct SpaceAfter=No +3-4 it's _ _ _ _ _ _ _ _ +3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 4 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 5 only only ADV RB _ 7 advmod 7:advmod _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -148431,9 +148507,9 @@ 2 city city NOUN NN Number=Sing 12 nsubj 12:nsubj _ 3 of of ADP IN _ 4 case 4:case _ 4 florence florence PROPN NNP Number=Sing 2 nmod 2:nmod:of _ -5 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 aux 12:aux _ +5 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 aux 12:aux _ 6 at at ADP IN _ 8 case 8:case _ -7 one one NUM CD NumType=Card 8 nummod 8:nummod _ +7 one one NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 8 time time NOUN NN Number=Sing 12 obl 12:obl:at _ 9 in in ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ @@ -148456,37 +148532,37 @@ 7 area area NOUN NN Number=Sing 3 nmod 3:nmod:in _ 8 of of ADP IN _ 13 case 13:case _ 9 Dallas Dallas PROPN NNP Number=Sing 13 compound 13:compound SpaceAfter=No -10 / / PUNCT , _ 12 cc 12:cc SpaceAfter=No -11 Ft. Ft. PROPN NNP Number=Sing 12 compound 12:compound SpaceAfter=No +10 / / SYM , _ 12 cc 12:cc SpaceAfter=No +11 Ft. Ft. PROPN NNP Number=Sing 12 compound 12:compound CorrectSpaceAfter=Yes|SpaceAfter=No 12 Worth Worth PROPN NNP Number=Sing 9 conj 9:conj|13:compound _ 13 metro metro NOUN NN Number=Sing 7 nmod 7:nmod:of _ -14 got get AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 aux:pass 15:aux:pass _ +14 got get AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 aux:pass 15:aux:pass _ 15 fired fire VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 16 because because SCONJ IN _ 18 mark 18:mark _ 17 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -18 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 advcl 15:advcl:because _ +18 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 advcl 15:advcl:because _ 19 an a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 20 art art NOUN NN Number=Sing 21 compound 21:compound _ 21 class class NOUN NN Number=Sing 18 obj 18:obj _ 22 on on ADP IN _ 26 case 26:case _ 23 an a DET DT Definite=Ind|PronType=Art 26 det 26:det _ -24 approved approve VERB VBN Tense=Past|VerbForm=Part 26 amod 26:amod _ +24 approved approve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 26 amod 26:amod _ 25 field field NOUN NN Number=Sing 26 compound 26:compound _ 26 trip trip NOUN NN Number=Sing 18 obl 18:obl:on _ 27 with with ADP IN _ 29 case 29:case _ 28 parental parental ADJ JJ Degree=Pos 29 amod 29:amod _ 29 permission permission NOUN NN Number=Sing 26 nmod 26:nmod:with _ 30 for for ADP IN _ 32 case 32:case _ -31 each each DET DT _ 32 det 32:det _ +31 each each DET DT PronType=Tot 32 det 32:det _ 32 student student NOUN NN Number=Sing 29 nmod 29:nmod:for _ 33 and and CCONJ CC _ 37 cc 37:cc _ -34 some some DET DT _ 36 det 36:det _ +34 some some DET DT PronType=Ind 36 det 36:det _ 35 hysterical hysterical ADJ JJ Degree=Pos 36 amod 36:amod _ 36 parent parent NOUN NN Number=Sing 37 nsubj 37:nsubj _ -37 discovered discover VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 conj 15:conj:and _ +37 discovered discover VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 conj 15:conj:and _ 38 that that SCONJ IN _ 40 mark 40:mark _ 39 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 40 nsubj 40:nsubj _ -40 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 37 ccomp 37:ccomp _ +40 saw see VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 37 ccomp 37:ccomp _ 41 " " PUNCT `` _ 42 punct 42:punct SpaceAfter=No 42 nudes nude NOUN NNS Number=Plur 40 obj 40:obj SpaceAfter=No 43 " " PUNCT '' _ 42 punct 42:punct _ @@ -148499,23 +148575,23 @@ # text = You don't think is was because of female nudes considering the nearly naked girls/women seen at pools and beaches and the completely naked manikins that show up in store windows in malls during changes in display? 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 think think VERB VB VerbForm=Inf 0 root 0:root _ -5 is is PRON PRP _ 6 nsubj 6:nsubj _ -6 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +5 is it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs|Typo=Yes 10 nsubj 10:nsubj CorrectForm=it +6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ 7 because because ADP IN _ 10 case 10:case _ 8 of of ADP IN _ 7 fixed 7:fixed _ 9 female female ADJ JJ Degree=Pos 10 amod 10:amod _ -10 nudes nude NOUN NNS Number=Plur 6 obl 6:obl:because_of _ -11 considering consider VERB VBG VerbForm=Ger 6 advcl 6:advcl _ +10 nudes nude NOUN NNS Number=Plur 4 ccomp 4:ccomp _ +11 considering consider VERB VBG VerbForm=Ger 10 advcl 10:advcl _ 12 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 13 nearly nearly ADV RB _ 14 advmod 14:advmod _ 14 naked naked ADJ JJ Degree=Pos 15 amod 15:amod _ 15 girls girl NOUN NNS Number=Plur 11 obj 11:obj SpaceAfter=No -16 / / PUNCT , _ 17 cc 17:cc SpaceAfter=No +16 / / SYM , _ 17 cc 17:cc SpaceAfter=No 17 women woman NOUN NNS Number=Plur 15 conj 11:obj|15:conj:and _ -18 seen see VERB VBN Tense=Past|VerbForm=Part 15 acl 15:acl _ +18 seen see VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 acl 15:acl _ 19 at at ADP IN _ 20 case 20:case _ 20 pools pool NOUN NNS Number=Plur 18 obl 18:obl:at _ 21 and and CCONJ CC _ 22 cc 22:cc _ @@ -148526,7 +148602,7 @@ 26 naked naked ADJ JJ Degree=Pos 27 amod 27:amod _ 27 manikins manikin NOUN NNS Number=Plur 15 conj 11:obj|15:conj:and|29:nsubj _ 28 that that PRON WDT PronType=Rel 29 nsubj 27:ref _ -29 show show VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 acl:relcl 27:acl:relcl _ +29 show show VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 27 acl:relcl 27:acl:relcl _ 30 up up ADP RP _ 29 compound:prt 29:compound:prt _ 31 in in ADP IN _ 33 case 33:case _ 32 store store NOUN NN Number=Sing 33 compound 33:compound _ @@ -148542,7 +148618,7 @@ # sent_id = answers-20111108061322AAQXY59_ans-0008 # text = No, it was guys. 1 No no INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 5 guys guy NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No @@ -148550,20 +148626,20 @@ # sent_id = answers-20111108061322AAQXY59_ans-0009 # text = Your teacher knows what goes on in your community and wants to keep her job. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 teacher teacher NOUN NN Number=Sing 3 nsubj 3:nsubj|11:nsubj|13:nsubj:xsubj _ 3 knows know VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 what what PRON WP PronType=Int 5 nsubj 5:nsubj _ 5 goes go VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 6 on on ADP RP _ 5 compound:prt 5:compound:prt _ 7 in in ADP IN _ 9 case 9:case _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 community community NOUN NN Number=Sing 5 obl 5:obl:in _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 wants want VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 12 to to PART TO _ 13 mark 13:mark _ 13 keep keep VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ -14 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 job job NOUN NN Number=Sing 13 obj 13:obj SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ @@ -148573,11 +148649,11 @@ 2 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ 3 do do VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ -5 - - PUNCT , _ 1 punct 1:punct _ +5 - - PUNCT , _ 6 punct 6:punct _ 6 argue argue VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ -7 when when SCONJ WRB PronType=Int 11 mark 11:mark _ +7 when when ADV WRB PronType=Int 11 advmod 11:advmod _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj|14:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +9 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 of of ADP IN _ 11 case 11:case _ 11 age age NOUN NN Number=Sing 6 advcl 6:advcl:of _ 12 and and CCONJ CC _ 14 cc 14:cc _ @@ -148587,17 +148663,17 @@ 16 other other ADJ JJ Degree=Pos 17 amod 17:amod _ 17 adults adult NOUN NNS Number=Plur 14 obj 14:obj _ 18 in in ADP IN _ 20 case 20:case _ -19 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 community community NOUN NN Number=Sing 17 nmod 17:nmod:in _ -21 - - PUNCT , _ 14 punct 14:punct _ +21 - - PUNCT , _ 22 punct 22:punct _ 22 skipping skip VERB VBG VerbForm=Ger 14 advcl 14:advcl _ -23 of of ADV RB _ 22 advmod 22:advmod _ -24 course course ADV RB _ 23 fixed 23:fixed _ +23 of of ADP IN ExtPos=ADV 22 advmod 22:advmod _ +24 course course NOUN NN Number=Sing 23 fixed 23:fixed _ 25 telling tell VERB VBG VerbForm=Ger 22 xcomp 22:xcomp _ -26 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +26 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 27 boss boss NOUN NN Number=Sing 25 iobj 25:iobj _ 28 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 34 nsubj 34:nsubj SpaceAfter=No -29 / / PUNCT , _ 30 cc 30:cc SpaceAfter=No +29 / / SYM , _ 30 cc 30:cc SpaceAfter=No 30 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 28 conj 28:conj|34:nsubj _ 31 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 34 cop 34:cop _ 32 a a DET DT Definite=Ind|PronType=Art 34 det 34:det _ @@ -148605,10 +148681,10 @@ 34 ignoramus ignoramus NOUN NN Number=Sing 25 ccomp 25:ccomp _ 35 because because SCONJ IN _ 37 mark 37:mark _ 36 you you PRON PRP Case=Nom|Person=2|PronType=Prs 37 nsubj 37:nsubj|39:nsubj:xsubj _ -37 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:because _ +37 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:because _ 38 to to PART TO _ 39 mark 39:mark _ 39 keep keep VERB VB VerbForm=Inf 37 xcomp 37:xcomp _ -40 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 41 nmod:poss 41:nmod:poss _ +40 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 41 nmod:poss 41:nmod:poss _ 41 job job NOUN NN Number=Sing 39 obj 39:obj SpaceAfter=No 42 . . PUNCT . _ 1 punct 1:punct _ @@ -148616,7 +148692,7 @@ # sent_id = answers-20111101180811AAZtKpz_ans-0001 # newpar id = answers-20111101180811AAZtKpz_ans-p0001 # text = Better Steakhouse in Philadelphia? -1 Better better ADJ JJ Degree=Pos 2 amod 2:amod _ +1 Better good ADJ JJR Degree=Cmp 2 amod 2:amod _ 2 Steakhouse steakhouse NOUN NN Number=Sing 0 root 0:root _ 3 in in ADP IN _ 4 case 4:case _ 4 Philadelphia Philadelphia PROPN NNP Number=Sing 2 nmod 2:nmod:in SpaceAfter=No @@ -148628,22 +148704,22 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 taking take VERB VBG VerbForm=Ger 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 wife wife NOUN NN Number=Sing 3 obj 3:obj _ -6 out out ADV RB _ 3 compound:prt 3:compound:prt _ +6 out out ADV RP _ 3 compound:prt 3:compound:prt _ 7 for for ADP IN _ 12 case 12:case _ -8 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ -9 first first ADJ JJ Degree=Pos|NumType=Ord 10 amod 10:amod _ +8 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +9 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 10 amod 10:amod _ 10 year year NOUN NN Number=Sing 12 compound 12:compound _ 11 wedding wedding NOUN NN Number=Sing 12 compound 12:compound _ 12 anniversary anniversary NOUN NN Number=Sing 3 obl 3:obl:for _ 13 and and CCONJ CC _ 16 cc 16:cc _ 14 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -15 both both DET DT _ 14 det 14:det _ -16 agree agree VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +15 both both DET DT PronType=Tot 14 det 14:det _ +16 agree agree VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 17 that that SCONJ IN _ 19 mark 19:mark _ 18 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -19 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 ccomp 16:ccomp _ +19 want want VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 16 ccomp 16:ccomp _ 20 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 21 good good ADJ JJ Degree=Pos 22 amod 22:amod _ 22 steak steak NOUN NN Number=Sing 19 obj 19:obj SpaceAfter=No @@ -148652,7 +148728,7 @@ # sent_id = answers-20111101180811AAZtKpz_ans-0003 # text = We are staying at a hotel in Center City Philadelphia so I wanted something close. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 staying stay VERB VBG VerbForm=Ger 0 root 0:root _ 4 at at ADP IN _ 6 case 6:case _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -148663,15 +148739,15 @@ 10 Philadelphia Philadelphia PROPN NNP Number=Sing 9 appos 9:appos _ 11 so so ADV RB _ 13 advmod 13:advmod _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ -14 something something PRON NN Number=Sing 13 obj 13:obj _ +13 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ +14 something something PRON NN Number=Sing|PronType=Ind 13 obj 13:obj _ 15 close close ADJ JJ Degree=Pos 14 amod 14:amod SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111101180811AAZtKpz_ans-0004 # text = I have spent the afternoon looking around from menu to menu... 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 spent spend VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 afternoon afternoon NOUN NN Number=Sing 3 obj 3:obj _ @@ -148686,7 +148762,7 @@ # sent_id = answers-20111101180811AAZtKpz_ans-0005 # text = I have also looked at the photo galleries for an inside look at the decor of the restaurants and I have narrowed it down to three establishments. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 also also ADV RB _ 4 advmod 4:advmod _ 4 looked look VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 at at ADP IN _ 8 case 8:case _ @@ -148705,36 +148781,36 @@ 18 restaurants restaurant NOUN NNS Number=Plur 15 nmod 15:nmod:of _ 19 and and CCONJ CC _ 22 cc 22:cc _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -21 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ +21 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ 22 narrowed narrow VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and _ 23 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 obj 22:obj _ 24 down down ADP RP _ 22 compound:prt 22:compound:prt _ 25 to to ADP IN _ 27 case 27:case _ -26 three three NUM CD NumType=Card 27 nummod 27:nummod _ +26 three three NUM CD NumForm=Word|NumType=Card 27 nummod 27:nummod _ 27 establishments establishment NOUN NNS Number=Plur 22 obl 22:obl:to SpaceAfter=No 28 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111101180811AAZtKpz_ans-0006 # text = I have never been to any of these places so any suggestions and or advice would be most welcome. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 3 never never ADV RB _ 6 advmod 6:advmod _ 4 been be AUX VBN Tense=Past|VerbForm=Part 6 cop 6:cop _ 5 to to ADP IN _ 6 case 6:case _ -6 any any DET DT _ 0 root 0:root _ +6 any any DET DT PronType=Ind 0 root 0:root _ 7 of of ADP IN _ 9 case 9:case _ 8 these this DET DT Number=Plur|PronType=Dem 9 det 9:det _ 9 places place NOUN NNS Number=Plur 6 nmod 6:nmod:of _ 10 so so ADV RB _ 19 advmod 19:advmod _ -11 any any DET DT _ 12 det 12:det _ +11 any any DET DT PronType=Ind 12 det 12:det _ 12 suggestions suggestion NOUN NNS Number=Plur 19 nsubj 19:nsubj _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 or or CCONJ CC _ 13 conj 13:conj|15:cc _ -15 advice advice NOUN NN Number=Sing 12 conj 12:conj:or|19:nsubj _ +15 advice advice NOUN NN Number=Sing 12 conj 12:conj:and_or|19:nsubj _ 16 would would AUX MD VerbForm=Fin 19 aux 19:aux _ 17 be be AUX VB VerbForm=Inf 19 cop 19:cop _ -18 most most ADV RBS _ 19 advmod 19:advmod _ -19 welcome welcome ADJ JJ Degree=Pos 6 conj 6:conj SpaceAfter=No +18 most most ADV RBS Degree=Sup 19 advmod 19:advmod _ +19 welcome welcome ADJ JJ Degree=Pos 6 parataxis 6:parataxis SpaceAfter=No 20 . . PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111101180811AAZtKpz_ans-0007 @@ -148749,13 +148825,15 @@ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 Singer Singer PROPN NNP Number=Sing 6 conj 3:obl:to|6:conj:and SpaceAfter=No 9 , , PUNCT , _ 10 punct 10:punct _ -10 Davio Davio PROPN NNP Number=Sing 6 conj 3:obl:to|6:conj:and SpaceAfter=No -11 's 's PART POS _ 10 case 10:case SpaceAfter=No +10-11 Davio's _ _ _ _ _ _ _ SpaceAfter=No +10 Davio Davio PROPN NNP Number=Sing 6 conj 3:obl:to|6:conj:and _ +11 's 's PART POS _ 10 case 10:case _ 12 , , PUNCT , _ 14 punct 14:punct _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 Del Del PROPN NNP Number=Sing 6 conj 3:obl:to|6:conj:and _ -15 Frisco Frisco PROPN NNP Number=Sing 14 flat 14:flat SpaceAfter=No -16 s 's PART POS _ 14 case 14:case SpaceAfter=No +15-16 Friscos _ _ _ _ _ _ _ SpaceAfter=No +15 Frisco Frisco PROPN NNP Number=Sing 14 flat 14:flat _ +16 s 's PART POS Typo=Yes 14 case 14:case CorrectForm='s 17 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111101180811AAZtKpz_ans-0008 @@ -148771,7 +148849,7 @@ # sent_id = answers-20111101180811AAZtKpz_ans-0009 # text = Sidenote... I am familiar with the Capital Grille, Barclay Prime, The Palm, The Prime Rib, Mortons, Ruth Chris', etc. 1 Sidenote sidenote NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 ... ... PUNCT , _ 1 punct 1:punct _ +2 ... ... PUNCT , _ 5 punct 5:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 familiar familiar ADJ JJ Degree=Pos 1 appos 1:appos _ @@ -148787,56 +148865,58 @@ 15 Palm Palm PROPN NNP Number=Sing 9 conj 5:obl:with|9:conj SpaceAfter=No 16 , , PUNCT , _ 19 punct 19:punct _ 17 The the DET DT Definite=Def|PronType=Art 19 det 19:det _ -18 Prime Prime PROPN NNP Number=Sing 19 compound 19:compound _ +18 Prime Prime ADJ NNP Degree=Pos 19 amod 19:amod _ 19 Rib Rib PROPN NNP Number=Sing 9 conj 5:obl:with|9:conj SpaceAfter=No 20 , , PUNCT , _ 21 punct 21:punct _ -21 Morton Morton PROPN NNP Number=Sing 9 conj 5:obl:s|9:conj SpaceAfter=No -22 s 's PART POS _ 21 case 21:case SpaceAfter=No +21-22 Mortons _ _ _ _ _ _ _ SpaceAfter=No +21 Morton Morton PROPN NNP Number=Sing 9 conj 5:obl:with|9:conj _ +22 s 's PART POS Typo=Yes 21 case 21:case CorrectForm='s 23 , , PUNCT , _ 24 punct 24:punct _ 24 Ruth Ruth PROPN NNP Number=Sing 9 conj 5:obl:with|9:conj _ -25 Chris Chris PROPN NNP Number=Sing 24 flat 24:flat SpaceAfter=No -26 ' 's PART POS _ 24 case 24:case SpaceAfter=No +25-26 Chris' _ _ _ _ _ _ _ SpaceAfter=No +25 Chris Chris PROPN NNP Number=Sing 24 flat 24:flat _ +26 ' 's PART POS _ 24 case 24:case _ 27 , , PUNCT , _ 28 punct 28:punct _ -28 etc etc X FW _ 9 conj 5:obl:with|9:conj SpaceAfter=No +28 etc etc. NOUN FW Abbr=Yes|Number=Plur 9 conj 5:obl:with|9:conj SpaceAfter=No 29 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111101180811AAZtKpz_ans-0010 # text = I have weighed those options and found the three that I have chosen to be more my wife and my own taste. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|7:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 weighed weigh VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 those that DET DT Number=Plur|PronType=Dem 5 det 5:det _ 5 options option NOUN NNS Number=Plur 3 obj 3:obj _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 found find VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:and _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 three three NUM CD NumType=Card 7 obj 7:obj|13:obj _ +9 three three NUM CD NumForm=Word|NumType=Card 7 obj 7:obj|13:obj|22:nsubj:xsubj _ 10 that that PRON WDT PronType=Rel 13 obj 9:ref _ -11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj|18:nsubj:xsubj|22:nsubj:xsubj _ -12 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ +12 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 chosen choose VERB VBN Tense=Past|VerbForm=Part 9 acl:relcl 9:acl:relcl _ -14 to to PART TO _ 18 mark 18:mark _ -15 be be AUX VB VerbForm=Inf 18 cop 18:cop _ -16 more more ADV RBR _ 18 advmod 18:advmod _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ -18 wife wife NOUN NN Number=Sing 13 xcomp 13:xcomp _ +14 to to PART TO _ 22 mark 22:mark _ +15 be be AUX VB VerbForm=Inf 22 cop 22:cop _ +16 more more ADV RBR Degree=Cmp 18 advmod 22:advmod _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +18 wife wife NOUN NN Number=Sing 22 nmod:poss 22:nmod:poss _ 19 and and CCONJ CC _ 22 cc 22:cc _ -20 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +20 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 conj 18:conj|22:nmod:poss _ 21 own own ADJ JJ Degree=Pos 22 amod 22:amod _ -22 taste taste NOUN NN Number=Sing 18 conj 13:xcomp|18:conj:and SpaceAfter=No +22 taste taste NOUN NN Number=Sing 7 xcomp 7:xcomp SpaceAfter=No 23 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111101180811AAZtKpz_ans-0011 # text = Please only reviews on the three I mentioned earlier. 1 Please please INTJ UH _ 3 discourse 3:discourse _ -2 only only ADV RB _ 3 amod 3:amod _ +2 only only ADV RB _ 3 advmod 3:advmod _ 3 reviews review NOUN NNS Number=Plur 0 root 0:root _ 4 on on ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 three three NUM CD NumType=Card 3 nmod 3:nmod:on _ +6 three three NUM CD NumForm=Word|NumType=Card 3 nmod 3:nmod:on _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 mentioned mention VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ -9 earlier earlier ADV RB _ 8 advmod 8:advmod SpaceAfter=No +8 mentioned mention VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +9 earlier early ADV RBR Degree=Cmp 8 advmod 8:advmod SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111101180811AAZtKpz_ans-0012 @@ -148864,21 +148944,21 @@ # sent_id = answers-20111101180811AAZtKpz_ans-0014 # text = I have never eaten at the ones you have listed nor do I know of anyone who has. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 never never ADV RB _ 4 advmod 4:advmod _ 4 eaten eat VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 at at ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 ones one NOUN NNS Number=Plur 4 obl 4:obl:at _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -9 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +9 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 listed list VERB VBN Tense=Past|VerbForm=Part 7 acl:relcl 7:acl:relcl _ 11 nor nor CCONJ CC _ 14 cc 14:cc _ -12 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +12 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 14 know know VERB VB VerbForm=Inf 4 conj 4:conj:nor _ 15 of of ADP IN _ 16 case 16:case _ -16 anyone anyone PRON NN Number=Sing 14 obl 14:obl:of|18:nsubj _ +16 anyone anyone PRON NN Number=Sing|PronType=Ind 14 obl 14:obl:of|18:nsubj _ 17 who who PRON WP PronType=Rel 18 nsubj 16:ref _ 18 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl SpaceAfter=No 19 . . PUNCT . _ 4 punct 4:punct _ @@ -148886,21 +148966,21 @@ # sent_id = answers-20111101180811AAZtKpz_ans-0015 # text = I hope you get your answer. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 answer answer NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111101180811AAZtKpz_ans-0016 # text = Anyway, have a lovely first anniversary! 1 Anyway anyway INTJ UH _ 3 discourse 3:discourse SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 have have VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 5 lovely lovely ADJ JJ Degree=Pos 7 amod 7:amod _ -6 first first ADJ JJ Degree=Pos|NumType=Ord 7 amod 7:amod _ +6 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 7 amod 7:amod _ 7 anniversary anniversary NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 8 ! ! PUNCT . _ 3 punct 3:punct _ @@ -148909,7 +148989,7 @@ # newpar id = answers-20111108103930AA7FPhc_ans-p0001 # text = HAMSTERS - will a hamster be ok living in the bathroom ? 1 HAMSTERS hamster NOUN NNS Number=Plur 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +2 - - PUNCT : _ 7 punct 7:punct _ 3 will will AUX MD VerbForm=Fin 7 aux 7:aux _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 hamster hamster NOUN NN Number=Sing 7 nsubj 7:nsubj _ @@ -148925,7 +149005,7 @@ # newpar id = answers-20111108103930AA7FPhc_ans-p0002 # text = in his cage in the bathroom ? 1 in in ADP IN _ 3 case 3:case _ -2 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 cage cage NOUN NN Number=Sing 0 root 0:root _ 4 in in ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -148961,7 +149041,7 @@ 5 , , PUNCT , _ 9 punct 9:punct _ 6 or or CCONJ CC _ 9 cc 9:cc _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +8 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 9 keeping keep VERB VBG Tense=Pres|VerbForm=Part 4 conj 4:conj:or|24:advcl:if _ 10 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj _ 11 in in ADP IN _ 12 case 12:case _ @@ -148973,12 +149053,12 @@ 17 from from ADP IN _ 19 case 19:case _ 18 other other ADJ JJ Degree=Pos 19 amod 19:amod _ 19 pets pet NOUN NNS Number=Plur 16 obl 16:obl:from SpaceAfter=No -20 , , PUNCT , _ 24 punct 24:punct _ +20 , , PUNCT , _ 4 punct 4:punct _ 21 then then ADV RB PronType=Dem 24 advmod 24:advmod _ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ 23 can can AUX MD VerbForm=Fin 24 aux 24:aux _ 24 understand understand VERB VB VerbForm=Inf 0 root 0:root _ -25 why why SCONJ WRB PronType=Int 28 mark 28:mark _ +25 why why ADV WRB PronType=Int 28 advmod 28:advmod _ 26 you you PRON PRP Case=Nom|Person=2|PronType=Prs 28 nsubj 28:nsubj|30:nsubj:xsubj _ 27 would would AUX MD VerbForm=Fin 28 aux 28:aux _ 28 choose choose VERB VB VerbForm=Inf 24 advcl 24:advcl _ @@ -148991,8 +149071,8 @@ # sent_id = answers-20111108103930AA7FPhc_ans-0006 # text = There are some things to consider though... 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 some some DET DT _ 4 det 4:det _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 some some DET DT PronType=Ind 4 det 4:det _ 4 things thing NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 5 to to PART TO _ 6 mark 6:mark _ 6 consider consider VERB VB VerbForm=Inf 4 acl 4:acl:to _ @@ -149002,15 +149082,15 @@ # sent_id = answers-20111108103930AA7FPhc_ans-0007 # text = Rodents require special bedding in their cages to absorb their waste, and this needs to be cleaned regularly, or your hamster could suffer from problems due the buildup of ammonia from his urine. 1 Rodents rodent NOUN NNS Number=Plur 2 nsubj 2:nsubj _ -2 require require VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 require require VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 special special ADJ JJ Degree=Pos 4 amod 4:amod _ 4 bedding bedding NOUN NN Number=Sing 2 obj 2:obj _ 5 in in ADP IN _ 7 case 7:case _ -6 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 cages cage NOUN NNS Number=Plur 2 obl 2:obl:in _ 8 to to PART TO _ 9 mark 9:mark _ 9 absorb absorb VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 waste waste NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No 12 , , PUNCT , _ 15 punct 15:punct _ 13 and and CCONJ CC _ 15 cc 15:cc _ @@ -149022,7 +149102,7 @@ 19 regularly regularly ADV RB _ 18 advmod 18:advmod SpaceAfter=No 20 , , PUNCT , _ 25 punct 25:punct _ 21 or or CCONJ CC _ 25 cc 25:cc _ -22 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 hamster hamster NOUN NN Number=Sing 25 nsubj 25:nsubj _ 24 could could AUX MD VerbForm=Fin 25 aux 25:aux _ 25 suffer suffer VERB VB VerbForm=Inf 15 conj 15:conj:or _ @@ -149030,33 +149110,33 @@ 27 problems problem NOUN NNS Number=Plur 25 obl 25:obl:from _ 28 due due ADP IN _ 30 case 30:case _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ -30 buildup buildup NOUN NN Number=Sing 25 obl 25:obl:due _ +30 buildup buildup NOUN NN Number=Sing 25 obl 25:obl:due_to _ 31 of of ADP IN _ 32 case 32:case _ 32 ammonia ammonia NOUN NN Number=Sing 30 nmod 30:nmod:of _ 33 from from ADP IN _ 35 case 35:case _ -34 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ +34 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ 35 urine urine NOUN NN Number=Sing 32 nmod 32:nmod:from SpaceAfter=No 36 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108103930AA7FPhc_ans-0008 # text = When you take a warm shower and build up steam, his cage will collect water, the bedding will absorb much of it, and will not be able to absorb the urine quite as it should. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|8:nsubj _ -3 take take VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:when _ +3 take take VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:when _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 warm warm NOUN NN Number=Sing 6 compound 6:compound _ 6 shower shower NOUN NN Number=Sing 3 obj 3:obj _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 build build VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and|15:advcl:when _ +8 build build VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and|15:advcl:when _ 9 up up ADP RP _ 8 compound:prt 8:compound:prt _ 10 steam steam NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No -11 , , PUNCT , _ 15 punct 15:punct _ -12 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 , , PUNCT , _ 3 punct 3:punct _ +12 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 cage cage NOUN NN Number=Sing 15 nsubj 15:nsubj _ 14 will will AUX MD VerbForm=Fin 15 aux 15:aux _ 15 collect collect VERB VB VerbForm=Inf 0 root 0:root _ 16 water water NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No -17 , , PUNCT , _ 15 punct 15:punct _ +17 , , PUNCT , _ 21 punct 21:punct _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 bedding bedding NOUN NN Number=Sing 21 nsubj 21:nsubj|30:nsubj|32:nsubj:xsubj _ 20 will will AUX MD VerbForm=Fin 21 aux 21:aux _ @@ -149093,11 +149173,11 @@ 9 mold mold NOUN NN Number=Sing 10 nsubj 10:nsubj _ 10 forming form VERB VBG VerbForm=Ger 7 advcl 7:advcl:of _ 11 on on ADP IN _ 13 case 13:case _ -12 any any DET DT _ 13 det 13:det _ +12 any any DET DT PronType=Ind 13 det 13:det _ 13 toys toy NOUN NNS Number=Plur 10 obl 10:obl:on _ 14 or or CCONJ CC _ 17 cc 17:cc _ 15 hide hide NOUN NN Number=Sing 17 compound 17:compound SpaceAfter=No -16 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No +16 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No 17 aways away NOUN NNS Number=Plur 13 conj 10:obl:on|13:conj:or _ 18 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 19 may may AUX MD VerbForm=Fin 20 aux 20:aux _ @@ -149109,7 +149189,7 @@ 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 2 also also ADV RB _ 5 advmod 5:advmod _ 3-4 don't _ _ _ _ _ _ _ _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 want want VERB VB VerbForm=Inf 0 root 0:root _ 6 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 obj 5:obj|7:nsubj:xsubj|9:nsubj:xsubj _ @@ -149125,7 +149205,7 @@ # sent_id = answers-20111108103930AA7FPhc_ans-0011 # text = Overall, it is not a good solution, but you can keep him healthy and pull it off if you take the time to give him the extra care he will need because of it. 1 Overall overall ADV RB _ 8 advmod 8:advmod SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 5 not not PART RB _ 8 advmod 8:advmod _ @@ -149145,7 +149225,7 @@ 19 off off ADP RP _ 17 compound:prt 17:compound:prt _ 20 if if SCONJ IN _ 22 mark 22:mark _ 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ -22 take take VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:if _ +22 take take VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:if _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 time time NOUN NN Number=Sing 22 obj 22:obj _ 25 to to PART TO _ 26 mark 26:mark _ @@ -149196,7 +149276,7 @@ 1 What what PRON WP PronType=Int 0 root 0:root _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -4 most most ADV RBS _ 5 advmod 5:advmod _ +4 most most ADV RBS Degree=Sup 5 advmod 5:advmod _ 5 interesting interesting ADJ JJ Degree=Pos 6 amod 6:amod _ 6 place place NOUN NN Number=Sing 1 nsubj 1:nsubj _ 7 to to PART TO _ 8 mark 8:mark _ @@ -149211,17 +149291,17 @@ # text = I'm planning my trip to Asia and S.Korea is one of the destinations. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 planning plan VERB VBG VerbForm=Ger 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 trip trip NOUN NN Number=Sing 3 obj 3:obj _ 6 to to ADP IN _ 7 case 7:case _ 7 Asia Asia PROPN NNP Number=Sing 5 nmod 5:nmod:to _ 8 and and CCONJ CC _ 12 cc 12:cc _ -9 S. S. PROPN NNP Number=Sing 10 compound 10:compound SpaceAfter=No +9 S. S. PROPN NNP Number=Sing 10 compound 10:compound CorrectSpaceAfter=Yes|SpaceAfter=No 10 Korea Korea PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ -12 one one NUM CD NumType=Card 3 conj 3:conj:and _ +12 one one NUM CD NumForm=Word|NumType=Card 3 conj 3:conj:and _ 13 of of ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 destinations destination NOUN NNS Number=Plur 12 nmod 12:nmod:of SpaceAfter=No @@ -149235,12 +149315,12 @@ 4 town town NOUN NN Number=Sing 2 conj 2:conj:or|8:nsubj _ 5 would would AUX MD VerbForm=Fin 8 aux 8:aux _ 6 be be AUX VB VerbForm=Inf 8 cop 8:cop _ -7 most most ADV RBS _ 8 advmod 8:advmod _ +7 most most ADV RBS Degree=Sup 8 advmod 8:advmod _ 8 interesting interesting ADJ JJ Degree=Pos 0 root 0:root _ 9 to to PART TO _ 10 mark 10:mark _ 10 visit visit VERB VB VerbForm=Inf 8 ccomp 8:ccomp _ 11 for for ADP IN _ 12 case 12:case _ -12 european european PROPN NNP Number=Sing 8 obl 8:obl:for SpaceAfter=No +12 european European PROPN NNP Number=Sing 8 obl 8:obl:for SpaceAfter=No 13 ? ? PUNCT . _ 8 punct 8:punct _ # sent_id = answers-20111108110610AA4bcXX_ans-0004 @@ -149249,7 +149329,7 @@ 1 Go go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 to to ADP IN _ 4 case 4:case _ 3 Jeju Jeju PROPN NNP Number=Sing 4 compound 4:compound _ -4 island island NOUN NN Number=Sing 1 obl 1:obl:to SpaceAfter=No +4 island Island PROPN NNP Number=Sing 1 obl 1:obl:to SpaceAfter=No 5 ! ! PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108110610AA4bcXX_ans-0005 @@ -149260,13 +149340,13 @@ 3 so so ADV RB _ 4 advmod 4:advmod _ 4 much much ADJ JJ Degree=Pos 5 amod 5:amod _ 5 fun fun NOUN NN Number=Sing 0 root 0:root _ -6 over over ADP IN _ 7 case 7:case _ -7 there there ADV RB PronType=Dem 5 obl 5:obl:over SpaceAfter=No +6 over over ADV RB _ 7 advmod 7:advmod _ +7 there there ADV RB PronType=Dem 5 advmod 5:advmod SpaceAfter=No 8 , , PUNCT , _ 12 punct 12:punct _ 9 and and CCONJ CC _ 12 cc 12:cc _ 10-11 I'm _ _ _ _ _ _ _ _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -11 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +11 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 12 positive positive ADJ JJ Degree=Pos 5 conj 5:conj:and _ 13 that that SCONJ IN _ 16 mark 16:mark _ 14-15 you'll _ _ _ _ _ _ _ _ @@ -149282,11 +149362,11 @@ 1 If if SCONJ IN _ 4 mark 4:mark _ 2-3 you're _ _ _ _ _ _ _ _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 going go VERB VBG Tense=Pres|VerbForm=Part 12 advcl 12:advcl:if _ 5 to to ADP IN _ 6 case 6:case _ 6 Seoul Seoul PROPN NNP Number=Sing 4 obl 4:obl:to SpaceAfter=No -7 , , PUNCT , _ 12 punct 12:punct _ +7 , , PUNCT , _ 4 punct 4:punct _ 8 then then ADV RB PronType=Dem 12 advmod 12:advmod _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ 10 should should AUX MD VerbForm=Fin 12 aux 12:aux _ @@ -149295,8 +149375,8 @@ 13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 14 specific specific ADJ JJ Degree=Pos 15 amod 15:amod _ 15 place place NOUN NN Number=Sing 12 obj 12:obj _ -16 called call VERB VBN Tense=Past|VerbForm=Part 15 acl 15:acl SpaceAfter=No -17 , , PUNCT , _ 16 punct 16:punct _ +16 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 acl 15:acl SpaceAfter=No +17 , , PUNCT , _ 21 punct 21:punct _ 18 ' ' PUNCT `` _ 21 punct 21:punct SpaceAfter=No 19 The the DET DT Definite=Def|PronType=Art 21 det 21:det _ 20 Namsan Namsan PROPN NNP Number=Sing 21 compound 21:compound _ @@ -149313,23 +149393,23 @@ 4 really really ADV RB _ 5 advmod 5:advmod _ 5 huge huge ADJ JJ Degree=Pos 6 amod 6:amod _ 6 place place NOUN NN Number=Sing 0 root 0:root _ -7 over over ADP IN _ 8 case 8:case _ -8 there there ADV RB PronType=Dem 6 obl 6:obl:over SpaceAfter=No +7 over over ADV RB _ 8 advmod 8:advmod _ +8 there there ADV RB PronType=Dem 6 advmod 6:advmod SpaceAfter=No 9 , , PUNCT , _ 16 punct 16:punct _ 10 and and CCONJ CC _ 16 cc 16:cc _ 11 so so ADV RB _ 12 advmod 12:advmod _ 12 many many ADJ JJ Degree=Pos 13 amod 13:amod _ 13 visitors visitor NOUN NNS Number=Plur 16 nsubj 16:nsubj SpaceAfter=No -14 / / PUNCT , _ 15 cc 15:cc SpaceAfter=No +14 / / SYM , _ 15 cc 15:cc SpaceAfter=No 15 foreigners foreigner NOUN NNS Number=Plur 13 conj 13:conj|16:nsubj _ -16 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ +16 went go VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ 17 to to PART TO _ 18 mark 18:mark _ 18 put put VERB VB VerbForm=Inf 16 advcl 16:advcl:to _ 19 chains chain NOUN NNS Number=Plur 18 obj 18:obj _ 20 and and CCONJ CC _ 21 cc 21:cc _ 21 locks lock NOUN NNS Number=Plur 19 conj 18:obj|19:conj:and _ -22 over over ADP IN _ 23 case 23:case _ -23 there there ADV RB PronType=Dem 18 obl 18:obl:over SpaceAfter=No +22 over over ADV RB _ 23 advmod 23:advmod _ +23 there there ADV RB PronType=Dem 18 advmod 18:advmod SpaceAfter=No 24 ! ! PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111108110610AA4bcXX_ans-0008 @@ -149345,9 +149425,9 @@ # sent_id = answers-20111108110610AA4bcXX_ans-0009 # text = Also, don't forget to try out Korea's famous amusement parks!: Lotte World, Everland, and Carribbean Bay! 1 Also also ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 don't _ _ _ _ _ _ _ _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VB Mood=Imp|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 forget forget VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ @@ -149360,7 +149440,7 @@ 12 amusement amusement NOUN NN Number=Sing 13 compound 13:compound _ 13 parks park NOUN NNS Number=Plur 7 obj 7:obj SpaceAfter=No 14 ! ! PUNCT . _ 13 punct 13:punct SpaceAfter=No -15 : : PUNCT : _ 13 punct 13:punct _ +15 : : PUNCT : _ 17 punct 17:punct _ 16 Lotte Lotte PROPN NNP Number=Sing 17 compound 17:compound _ 17 World World PROPN NNP Number=Sing 13 appos 13:appos SpaceAfter=No 18 , , PUNCT , _ 19 punct 19:punct _ @@ -149373,7 +149453,7 @@ # sent_id = answers-20111108110610AA4bcXX_ans-0010 # text = Everyone loves it! ^_^ -1 Everyone everyone PRON NN Number=Sing 2 nsubj 2:nsubj _ +1 Everyone everyone PRON NN Number=Sing|PronType=Tot 2 nsubj 2:nsubj _ 2 loves love VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj SpaceAfter=No 4 ! ! PUNCT . _ 2 punct 2:punct _ @@ -149383,8 +149463,8 @@ # text = Lotte World: http://3.bp.blogspot.com/-X_e2uwT6wPw/Tkj_7UVTw6I/AAAAAAAAAGs/e_hICAdYPYI/s1600/lotte_world_from_high_up.jpg 1 Lotte Lotte PROPN NNP Number=Sing 2 compound 2:compound _ 2 World World PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ -4 http://3.bp.blogspot.com/-X_e2uwT6wPw/Tkj_7UVTw6I/AAAAAAAAAGs/e_hICAdYPYI/s1600/lotte_world_from_high_up.jpg http://3.bp.blogspot.com/-x_e2uwt6wpw/tkj_7uvtw6i/aaaaaaaaags/e_hicadypyi/s1600/lotte_world_from_high_up.jpg X ADD _ 2 appos 2:appos _ +3 : : PUNCT : _ 4 punct 4:punct _ +4 http://3.bp.blogspot.com/-X_e2uwT6wPw/Tkj_7UVTw6I/AAAAAAAAAGs/e_hICAdYPYI/s1600/lotte_world_from_high_up.jpg http://3.bp.blogspot.com/-X_e2uwT6wPw/Tkj_7UVTw6I/AAAAAAAAAGs/e_hICAdYPYI/s1600/lotte_world_from_high_up.jpg X ADD _ 2 appos 2:appos _ # sent_id = answers-20111108110610AA4bcXX_ans-0012 # text = ( It's indoors and outdoors!) @@ -149402,23 +149482,24 @@ # text = Everland Resort: http://v2.cache7.c.bigcache.googleapis.com/static.panoramio.com/photos/original/42661265.jpg?redirect_counter=2 1 Everland Everland PROPN NNP Number=Sing 2 compound 2:compound _ 2 Resort Resort PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 4 punct 4:punct _ 4 http://v2.cache7.c.bigcache.googleapis.com/static.panoramio.com/photos/original/42661265.jpg?redirect_counter=2 http://v2.cache7.c.bigcache.googleapis.com/static.panoramio.com/photos/original/42661265.jpg?redirect_counter=2 X ADD _ 2 appos 2:appos _ # sent_id = answers-20111108110610AA4bcXX_ans-0014 # text = (it's all outdoors and the pictures are only a fourth of the real Everland!) 1 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No -2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj SpaceAfter=No +2-3 it's _ _ _ _ _ _ _ _ +2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 3 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 all all ADV RB _ 5 advmod 5:advmod _ 5 outdoors outdoors ADV RB _ 0 root 0:root _ 6 and and CCONJ CC _ 12 cc 12:cc _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 pictures picture NOUN NNS Number=Plur 12 nsubj 12:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 10 only only ADV RB _ 12 advmod 12:advmod _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ -12 fourth fourth NOUN NN Number=Sing 5 conj 5:conj:and _ +12 fourth fourth NOUN NN Number=Sing|NumForm=Word|NumType=Frac 5 conj 5:conj:and _ 13 of of ADP IN _ 16 case 16:case _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 15 real real ADJ JJ Degree=Pos 16 amod 16:amod _ @@ -149430,7 +149511,7 @@ # text = Carribbean Bay: http://tong.visitkorea.or.kr/cms/resource/81/188181_image2_1.jpg 1 Carribbean Carribbean PROPN NNP Number=Sing 2 compound 2:compound _ 2 Bay Bay PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 4 punct 4:punct _ 4 http://tong.visitkorea.or.kr/cms/resource/81/188181_image2_1.jpg http://tong.visitkorea.or.kr/cms/resource/81/188181_image2_1.jpg X ADD _ 2 appos 2:appos _ # sent_id = answers-20111108110610AA4bcXX_ans-0016 @@ -149447,14 +149528,14 @@ # text = Namsan tower: http://farm3.static.flickr.com/2406/2527255596_db23df940f.jpg 1 Namsan Namsan PROPN NNP Number=Sing 2 compound 2:compound _ 2 tower tower NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 4 punct 4:punct _ 4 http://farm3.static.flickr.com/2406/2527255596_db23df940f.jpg http://farm3.static.flickr.com/2406/2527255596_db23df940f.jpg X ADD _ 2 appos 2:appos _ # sent_id = answers-20111108110610AA4bcXX_ans-0018 # text = Hoped I helped! ^_^ -1 Hoped hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Hoped hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 helped help VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp SpaceAfter=No +3 helped help VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp SpaceAfter=No 4 ! ! PUNCT . _ 1 punct 1:punct _ 5 ^_^ ^_^ SYM NFP _ 1 discourse 1:discourse _ @@ -149471,33 +149552,33 @@ # text = an island called jejudo/jeju island 1 an a DET DT Definite=Ind|PronType=Art 2 det 2:det _ 2 island island NOUN NN Number=Sing 0 root 0:root _ -3 called call VERB VBN Tense=Past|VerbForm=Part 2 acl 2:acl _ -4 jejudo jejudo PROPN NNP Number=Sing 3 xcomp 3:xcomp SpaceAfter=No -5 / / PUNCT , _ 7 cc 7:cc SpaceAfter=No -6 jeju jeju PROPN NNP Number=Sing 7 compound 7:compound _ -7 island island NOUN NN Number=Sing 4 conj 3:xcomp|4:conj _ +3 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 acl 2:acl _ +4 jejudo Jejudo PROPN NNP Number=Sing 3 xcomp 3:xcomp SpaceAfter=No +5 / / SYM , _ 7 cc 7:cc SpaceAfter=No +6 jeju Jeju PROPN NNP Number=Sing 7 compound 7:compound _ +7 island Island PROPN NNP Number=Sing 4 conj 3:xcomp|4:conj _ # sent_id = answers-20111108110610AA4bcXX_ans-0021 # text = its really amazing there, itll blow your mind 1-2 its _ _ _ _ _ _ _ _ 1 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 4 cop 4:cop CorrectForm='s 3 really really ADV RB _ 4 advmod 4:advmod _ 4 amazing amazing ADJ JJ Degree=Pos 0 root 0:root _ 5 there there ADV RB PronType=Dem 4 advmod 4:advmod SpaceAfter=No -6 , , PUNCT , _ 4 punct 4:punct _ +6 , , PUNCT , _ 9 punct 9:punct _ 7-8 itll _ _ _ _ _ _ _ _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -8 ll will AUX MD VerbForm=Fin 9 aux 9:aux _ +8 ll will AUX MD Typo=Yes|VerbForm=Fin 9 aux 9:aux CorrectForm='ll 9 blow blow VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 mind mind NOUN NN Number=Sing 9 obj 9:obj _ # sent_id = answers-20111108110610AA4bcXX_ans-0022 # text = it's almost like paradise there 1-2 it's _ _ _ _ _ _ _ _ 1 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 almost almost ADV RB _ 5 advmod 5:advmod _ 4 like like ADP IN _ 5 case 5:case _ 5 paradise paradise NOUN NN Number=Sing 2 obl 2:obl:like _ @@ -149508,7 +149589,7 @@ # newpar id = answers-20111108085945AAgJhOG_ans-p0001 # text = I found an injured pure white bird (dove I guess?) 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 an a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 4 injured injured ADJ JJ Degree=Pos 7 amod 7:amod _ 5 pure pure ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -149517,14 +149598,14 @@ 8 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No 9 dove dove NOUN NN Number=Sing 7 appos 7:appos _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 guess guess VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 parataxis 9:parataxis SpaceAfter=No +11 guess guess VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 parataxis 9:parataxis SpaceAfter=No 12 ? ? PUNCT . _ 9 punct 9:punct SpaceAfter=No 13 ) ) PUNCT -RRB- _ 9 punct 9:punct _ # sent_id = answers-20111108085945AAgJhOG_ans-0002 # text = what do I feed it? 1 what what PRON WP PronType=Int 4 obj 4:obj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 4 feed feed VERB VB VerbForm=Inf 0 root 0:root _ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 iobj 4:iobj SpaceAfter=No @@ -149534,24 +149615,24 @@ # newpar id = answers-20111108085945AAgJhOG_ans-p0002 # text = I found this pure white bird in my neighborhood, its wing is injured, so I'm currently taking care of it. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 4 pure pure ADJ JJ Degree=Pos 5 amod 5:amod _ 5 white white ADJ JJ Degree=Pos 6 amod 6:amod _ 6 bird bird NOUN NN Number=Sing 2 obj 2:obj _ 7 in in ADP IN _ 9 case 9:case _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 neighborhood neighborhood NOUN NN Number=Sing 2 obl 2:obl:in SpaceAfter=No -10 , , PUNCT , _ 2 punct 2:punct _ -11 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 , , PUNCT , _ 14 punct 14:punct _ +11 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 wing wing NOUN NN Number=Sing 14 nsubj 14:nsubj _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 14 injured injured ADJ JJ Degree=Pos 2 parataxis 2:parataxis SpaceAfter=No -15 , , PUNCT , _ 2 punct 2:punct _ +15 , , PUNCT , _ 20 punct 20:punct _ 16 so so ADV RB _ 20 advmod 20:advmod _ 17-18 I'm _ _ _ _ _ _ _ _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -18 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +18 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 19 currently currently ADV RB _ 20 advmod 20:advmod _ 20 taking take VERB VBG VerbForm=Ger 2 parataxis 2:parataxis _ 21 care care NOUN NN Number=Sing 20 obj 20:obj _ @@ -149566,17 +149647,17 @@ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 pure pure ADJ JJ Degree=Pos 4 amod 4:amod _ 4 white white ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ -6 no no DET DT _ 7 det 7:det _ +5 , , PUNCT , _ 7 punct 7:punct _ +6 no no DET DT PronType=Neg 7 det 7:det _ 7 marks mark NOUN NNS Number=Plur 4 parataxis 4:parataxis _ 8 or or CCONJ CC _ 9 cc 9:cc _ 9 streaks streak NOUN NNS Number=Plur 7 conj 7:conj:or _ 10 or or CCONJ CC _ 11 cc 11:cc _ -11 anything anything PRON NN Number=Sing 7 conj 7:conj:or SpaceAfter=No +11 anything anything PRON NN Number=Sing|PronType=Ind 7 conj 7:conj:or SpaceAfter=No 12 , , PUNCT , _ 7 punct 7:punct _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ 14-15 don't _ _ _ _ _ _ _ _ -14 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +14 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 15 n't not PART RB _ 16 advmod 16:advmod _ 16 know know VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ 17 what what DET WDT PronType=Int 18 det 18:det _ @@ -149585,11 +149666,11 @@ 20 bird bird NOUN NN Number=Sing 18 nmod 18:nmod:of _ 21 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 22 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop SpaceAfter=No -23 , , PUNCT , _ 16 punct 16:punct _ +23 , , PUNCT , _ 26 punct 26:punct _ 24 probably probably ADV RB _ 26 advmod 26:advmod _ 25 a a DET DT Definite=Ind|PronType=Art 26 det 26:det _ -26 dove dove NOUN NN Number=Sing 7 parataxis 7:parataxis SpaceAfter=No -27 ? ? PUNCT . _ 7 punct 7:punct _ +26 dove dove NOUN NN Number=Sing 4 parataxis 4:parataxis SpaceAfter=No +27 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108085945AAgJhOG_ans-0005 # text = What should I feed it? @@ -149611,10 +149692,10 @@ # sent_id = answers-20111108085945AAgJhOG_ans-0007 # text = (Because apparently my mom is very picky, she says the bird might get sick if it doesn't eat the right food) IS there any specific food I might find at any pet shop? -1 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No +1 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No 2 Because because SCONJ IN _ 8 mark 8:mark _ 3 apparently apparently ADV RB _ 8 advmod 8:advmod _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 mom mom NOUN NN Number=Sing 8 nsubj 8:nsubj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 very very ADV RB _ 8 advmod 8:advmod _ @@ -149623,42 +149704,42 @@ 10 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 11 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 parataxis 8:parataxis _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -13 bird bird NOUN NN Number=Sing 16 nsubj 16:nsubj _ -14 might might AUX MD VerbForm=Fin 16 aux 16:aux _ -15 get get VERB VB VerbForm=Inf 16 aux 16:aux _ -16 sick sick ADJ JJ Degree=Pos 11 ccomp 11:ccomp _ +13 bird bird NOUN NN Number=Sing 15 nsubj 15:nsubj _ +14 might might AUX MD VerbForm=Fin 15 aux 15:aux _ +15 get get VERB VB VerbForm=Inf 11 ccomp 11:ccomp _ +16 sick sick ADJ JJ Degree=Pos 15 xcomp 15:xcomp _ 17 if if SCONJ IN _ 21 mark 21:mark _ 18 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj _ 19-20 doesn't _ _ _ _ _ _ _ _ 19 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ 20 n't not PART RB _ 21 advmod 21:advmod _ -21 eat eat VERB VB VerbForm=Inf 16 advcl 16:advcl:if _ +21 eat eat VERB VB VerbForm=Inf 15 advcl 15:advcl:if _ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 23 right right ADJ JJ Degree=Pos 24 amod 24:amod _ 24 food food NOUN NN Number=Sing 21 obj 21:obj SpaceAfter=No -25 ) ) PUNCT -RRB- _ 11 punct 11:punct _ +25 ) ) PUNCT -RRB- _ 8 punct 8:punct _ 26 IS be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 parataxis 8:parataxis _ 27 there there PRON EX _ 26 expl 26:expl _ -28 any any DET DT _ 30 det 30:det _ +28 any any DET DT PronType=Ind 30 det 30:det _ 29 specific specific ADJ JJ Degree=Pos 30 amod 30:amod _ 30 food food NOUN NN Number=Sing 26 nsubj 26:nsubj _ 31 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 33 nsubj 33:nsubj _ 32 might might AUX MD VerbForm=Fin 33 aux 33:aux _ 33 find find VERB VB VerbForm=Inf 30 acl:relcl 30:acl:relcl _ 34 at at ADP IN _ 37 case 37:case _ -35 any any DET DT _ 37 det 37:det _ +35 any any DET DT PronType=Ind 37 det 37:det _ 36 pet pet NOUN NN Number=Sing 37 compound 37:compound _ 37 shop shop NOUN NN Number=Sing 33 obl 33:obl:at SpaceAfter=No -38 ? ? PUNCT . _ 11 punct 11:punct _ +38 ? ? PUNCT . _ 8 punct 8:punct _ # sent_id = answers-20111108085945AAgJhOG_ans-0008 # text = (petco, petsmart) ..... thanks! 1 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No 2 petco petco PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 petsmart petsmart PROPN NNP Number=Sing 2 list 2:list SpaceAfter=No 5 ) ) PUNCT -RRB- _ 2 punct 2:punct _ -6 ..... ..... PUNCT , _ 2 punct 2:punct _ +6 ..... ..... PUNCT , _ 7 punct 7:punct _ 7 thanks thanks NOUN NN Number=Sing 2 discourse 2:discourse SpaceAfter=No 8 ! ! PUNCT . _ 2 punct 2:punct _ @@ -149666,19 +149747,19 @@ # newpar id = answers-20111108085945AAgJhOG_ans-p0003 # text = Doves are a species of pigeon ,they are Seed eaters, they do not eat bread,or worms. 1 Doves dove NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 species species NOUN NNS Number=Plur 0 root 0:root _ 5 of of ADP IN _ 6 case 6:case _ 6 pigeon pigeon NOUN NN Number=Sing 4 nmod 4:nmod:of _ -7 , , PUNCT , _ 4 punct 4:punct SpaceAfter=No +7 , , PUNCT , _ 11 punct 11:punct SpaceAfter=No 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 Seed seed NOUN NN Number=Sing 11 compound 11:compound _ 11 eaters eater NOUN NNS Number=Plur 4 parataxis 4:parataxis SpaceAfter=No -12 , , PUNCT , _ 4 punct 4:punct _ +12 , , PUNCT , _ 16 punct 16:punct _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -14 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +14 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 15 not not PART RB _ 16 advmod 16:advmod _ 16 eat eat VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ 17 bread bread NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No @@ -149693,7 +149774,7 @@ 2 sure sure ADJ JJ Degree=Pos 1 xcomp 1:xcomp _ 3 that that SCONJ IN _ 5 mark 5:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +5 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 shallow shallow ADJ JJ Degree=Pos 8 amod 8:amod _ 8 dish dish NOUN NN Number=Sing 5 obj 5:obj _ @@ -149725,9 +149806,10 @@ 6 bait bait NOUN NN Number=Sing 7 compound 7:compound _ 7 worms worm NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 8 at at ADP IN _ 12 case 12:case _ -9 jack jack PROPN NNP Number=Sing 12 nmod:poss 12:nmod:poss SpaceAfter=No -10 s 's PART POS _ 9 case 9:case SpaceAfter=No -11 . . PUNCT . _ 12 punct 12:punct SpaceAfter=No +9-10 jacks _ _ _ _ _ _ _ SpaceAfter=No +9 jack Jack PROPN NNP Number=Sing 12 nmod:poss 12:nmod:poss _ +10 s 's PART POS Typo=Yes 9 case 9:case CorrectForm='s +11 . . PUNCT . _ 9 punct 9:punct SpaceAfter=No 12 petshoppe petshoppe NOUN NN Number=Sing 2 obl 2:obl:at _ 13 . . PUNCT . _ 2 punct 2:punct _ @@ -149735,15 +149817,15 @@ # text = its jacks aquarium and pets I believe. ? 1-2 its _ _ _ _ _ _ _ _ 1 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj|7:nsubj _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 5 cop 5:cop CorrectForm='s 3-4 jacks _ _ _ _ _ _ _ _ -3 jack jack PROPN NNP Number=Sing 5 nmod:poss 5:nmod:poss _ -4 s 's PART POS _ 3 case 3:case _ -5 aquarium aquarium PROPN NNP Number=Sing 0 root 0:root _ +3 jack Jack PROPN NNP Number=Sing 5 nmod:poss 5:nmod:poss _ +4 s 's PART POS Typo=Yes 3 case 3:case CorrectForm='s +5 aquarium Aquarium PROPN NNP Number=Sing 0 root 0:root _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 pets pets PROPN NNPS Number=Plur 5 conj 5:conj:and _ +7 pets Pet PROPN NNPS Number=Plur 5 conj 5:conj:and _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis SpaceAfter=No +9 believe believe VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis SpaceAfter=No 10 . . PUNCT . _ 5 punct 5:punct _ 11 ? ? PUNCT . _ 5 punct 5:punct _ @@ -149751,10 +149833,10 @@ # text = anyways I feed them to my road sometimes. 1 anyways anyways INTJ UH _ 3 discourse 3:discourse _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 feed feed VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 feed feed VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 3 obj 3:obj _ 5 to to ADP IN _ 7 case 7:case _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 road road NOUN NN Number=Sing 3 obl 3:obl:to _ 8 sometimes sometimes ADV RB _ 3 advmod 3:advmod SpaceAfter=No 9 . . PUNCT . _ 3 punct 3:punct _ @@ -149787,20 +149869,20 @@ # text = If you have a pet store near buy some wheat,pigeon corn or even mixed bird seed will do,but do not feed bread. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:if _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:if _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 pet pet NOUN NN Number=Sing 6 compound 6:compound _ 6 store store NOUN NN Number=Sing 3 obj 3:obj _ 7 near near ADV RB _ 6 advmod 6:advmod _ 8 buy buy VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -9 some some DET DT _ 10 det 10:det _ +9 some some DET DT PronType=Ind 10 det 10:det _ 10 wheat wheat NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No 11 , , PUNCT , _ 20 punct 20:punct SpaceAfter=No 12 pigeon pigeon NOUN NN Number=Sing 13 compound 13:compound _ 13 corn corn NOUN NN Number=Sing 20 nsubj 20:nsubj _ 14 or or CCONJ CC _ 18 cc 18:cc _ 15 even even ADV RB _ 18 advmod 18:advmod _ -16 mixed mix VERB VBN Tense=Past|VerbForm=Part 18 amod 18:amod _ +16 mixed mix VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 amod 18:amod _ 17 bird bird NOUN NN Number=Sing 18 compound 18:compound _ 18 seed seed NOUN NN Number=Sing 13 conj 13:conj:or|20:nsubj _ 19 will will AUX MD VerbForm=Fin 20 aux 20:aux _ @@ -149818,8 +149900,8 @@ # newpar id = answers-20111107194805AAdINwt_ans-p0001 # text = how do i get to paris cdg airport to paris montparnasse? 1 how how ADV WRB PronType=Int 4 advmod 4:advmod _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ -3 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 4 get get VERB VB VerbForm=Inf 0 root 0:root _ 5 to to ADP IN _ 8 case 8:case _ 6 paris paris PROPN NNP Number=Sing 8 compound 8:compound _ @@ -149833,9 +149915,9 @@ # sent_id = answers-20111107194805AAdINwt_ans-0002 # newpar id = answers-20111107194805AAdINwt_ans-p0002 # text = i have two options -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 two two NUM CD NumType=Card 4 nummod 4:nummod _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 two two NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 options option NOUN NNS Number=Plur 2 obj 2:obj _ # sent_id = answers-20111107194805AAdINwt_ans-0003 @@ -149845,16 +149927,16 @@ 3 metro metro PROPN NNP Number=Sing 1 obj 1:obj _ 4 or or CCONJ CC _ 8 cc 8:cc _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -6 air air PROPN NNP Number=Sing 7 compound 7:compound _ -7 france france PROPN NNP Number=Sing 8 compound 8:compound _ +6 air Air PROPN NNP Number=Sing 7 compound 7:compound _ +7 france France PROPN NNP Number=Sing 8 compound 8:compound _ 8 bus bus NOUN NN Number=Sing 3 conj 1:obj|3:conj:or _ # sent_id = answers-20111107194805AAdINwt_ans-0004 # text = can anybody tell me if the metro runs directly from CDG to montparnasse? 1 can can AUX MD VerbForm=Fin 3 aux 3:aux _ -2 anybody anybody PRON NN Number=Sing 3 nsubj 3:nsubj _ +2 anybody anybody PRON NN Number=Sing|PronType=Ind 3 nsubj 3:nsubj _ 3 tell tell VERB VB VerbForm=Inf 0 root 0:root _ -4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj 3:obj _ +4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 iobj 3:iobj _ 5 if if SCONJ IN _ 8 mark 8:mark _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 metro metro PROPN NNP Number=Sing 8 nsubj 8:nsubj _ @@ -149873,7 +149955,7 @@ 3 what what DET WDT PronType=Int 4 det 4:det _ 4 transfers transfer NOUN NNS Number=Plur 7 obl 7:obl:on _ 5 should should AUX MD VerbForm=Fin 7 aux 7:aux _ -6 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ +6 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 7 get get VERB VB VerbForm=Inf 0 root 0:root _ 8 on on ADP IN _ 4 case 4:case SpaceAfter=No 9 ? ? PUNCT . _ 7 punct 7:punct _ @@ -149886,9 +149968,9 @@ # newpar id = answers-20111107194805AAdINwt_ans-p0003 # text = On the RER/Metro: 1 On on ADP IN _ 3 case 3:case _ -2 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ +2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 RER RER PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -4 / / PUNCT , _ 5 cc 5:cc SpaceAfter=No +4 / / SYM , _ 5 cc 5:cc SpaceAfter=No 5 Metro Metro PROPN NNP Number=Sing 3 conj 3:conj SpaceAfter=No 6 : : PUNCT : _ 3 punct 3:punct _ @@ -149897,12 +149979,12 @@ 1 In in ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 airport airport NOUN NN Number=Sing 5 obl 5:obl:in SpaceAfter=No -4 , , PUNCT , _ 5 punct 5:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 follow follow VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 signs sign NOUN NNS Number=Plur 5 obj 5:obj|9:nsubj _ 8 that that PRON WDT PronType=Rel 9 nsubj 7:ref _ -9 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +9 say say VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 10 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No 11 Paris Paris PROPN NNP Number=Sing 9 obj 9:obj _ 12 by by ADP IN _ 13 case 13:case _ @@ -149928,7 +150010,7 @@ 5 on on ADP IN _ 9 case 9:case _ 6 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 7 RER RER PROPN NNP Number=Sing 8 compound 8:compound _ -8 B b NOUN NN Number=Sing 9 compound 9:compound _ +8 B B NOUN NN Number=Sing 9 compound 9:compound _ 9 line line NOUN NN Number=Sing 3 xcomp 3:xcomp _ 10 going go VERB VBG VerbForm=Ger 9 acl 9:acl _ 11 into into ADP IN _ 12 case 12:case _ @@ -149944,10 +150026,10 @@ 5 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 6 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No 7 Saint Saint PROPN NNP Number=Sing 14 compound 14:compound SpaceAfter=No -8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 9 Michel Michel PROPN NNP Number=Sing 7 flat 7:flat _ 10 Notre Notre PROPN NNP Number=Sing 7 flat 7:flat SpaceAfter=No -11 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No 12 Dame Dame PROPN NNP Number=Sing 7 flat 7:flat SpaceAfter=No 13 " " PUNCT '' _ 7 punct 7:punct _ 14 station station NOUN NN Number=Sing 1 obl 1:obl:until SpaceAfter=No @@ -149960,14 +150042,15 @@ 3 to to ADP IN _ 7 case 7:case _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 5 Metro Metro PROPN NNP Number=Sing 7 compound 7:compound _ -6 4 4 NUM CD NumType=Card 5 nummod 5:nummod _ +6 4 4 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 7 line line NOUN NN Number=Sing 1 obl 1:obl:to _ 8 going go VERB VBG VerbForm=Ger 7 acl 7:acl _ 9 toward toward ADP IN _ 13 case 13:case _ 10 " " PUNCT `` _ 13 punct 13:punct SpaceAfter=No 11 Porte Porte PROPN NNP Number=Sing 13 compound 13:compound _ -12 d' d' PROPN NNP Number=Sing 13 compound 13:compound SpaceAfter=No -13 Orleans Orleans PROPN NNP Number=Sing 8 obl 8:obl:toward SpaceAfter=No +12-13 d'Orleans _ _ _ _ _ _ _ SpaceAfter=No +12 d' d' PROPN NNP Number=Sing 13 compound 13:compound _ +13 Orleans Orleans PROPN NNP Number=Sing 8 obl 8:obl:toward _ 14 " " PUNCT '' _ 13 punct 13:punct SpaceAfter=No 15 . . PUNCT . _ 1 punct 1:punct _ @@ -149997,8 +150080,8 @@ # text = As I recall, this bus drops you off near the Opera in Paris. 1 As as SCONJ IN _ 3 mark 3:mark _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 recall recall VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:as SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +3 recall recall VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:as SpaceAfter=No +4 , , PUNCT , _ 3 punct 3:punct _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 bus bus NOUN NN Number=Sing 7 nsubj 7:nsubj _ 7 drops drop VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ @@ -150020,7 +150103,7 @@ 4 have have VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 take take VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 another another DET DT _ 8 det 8:det _ +7 another another DET DT PronType=Ind 8 det 8:det _ 8 bus bus NOUN NN Number=Sing 6 obj 6:obj _ 9 or or CCONJ CC _ 11 cc 11:cc _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ @@ -150035,11 +150118,11 @@ 1 On on ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 bus bus NOUN NN Number=Sing 5 obl 5:obl:on SpaceAfter=No -4 : : PUNCT : _ 5 punct 5:punct _ +4 : : PUNCT : _ 3 punct 3:punct _ 5 Get get VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 6 on on ADP IN _ 7 case 7:case _ 7 Bus bus NOUN NN Number=Sing 5 obl 5:obl:on _ -8 95 95 NUM CD NumType=Card 7 nummod 7:nummod _ +8 95 95 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 9 going go VERB VBG VerbForm=Ger 7 acl 7:acl _ 10 toward toward ADP IN _ 14 case 14:case _ 11 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No @@ -150079,7 +150162,7 @@ 1 On on ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 Metro Metro PROPN NNP Number=Sing 5 obl 5:obl:on SpaceAfter=No -4 : : PUNCT : _ 5 punct 5:punct _ +4 : : PUNCT : _ 3 punct 3:punct _ 5 Get get VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 6 in in ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -150092,7 +150175,7 @@ # text = Take the 8 line toward "Balard" until the "Invalides" station. 1 Take take VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 8 8 NUM CD NumType=Card 4 nummod 4:nummod _ +3 8 8 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 line line NOUN NN Number=Sing 1 obj 1:obj _ 5 toward toward ADP IN _ 7 case 7:case _ 6 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No @@ -150100,9 +150183,9 @@ 8 " " PUNCT '' _ 7 punct 7:punct _ 9 until until ADP IN _ 14 case 14:case _ 10 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -11 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No +11 " " PUNCT `` _ 12 punct 12:punct SpaceAfter=No 12 Invalides Invalides PROPN NNP Number=Sing 14 compound 14:compound SpaceAfter=No -13 " " PUNCT '' _ 14 punct 14:punct _ +13 " " PUNCT '' _ 12 punct 12:punct _ 14 station station NOUN NN Number=Sing 1 obl 1:obl:until SpaceAfter=No 15 . . PUNCT . _ 1 punct 1:punct _ @@ -150112,7 +150195,7 @@ 2 there there ADV RB PronType=Dem 1 advmod 1:advmod _ 3 to to ADP IN _ 6 case 6:case _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 13 13 NUM CD NumType=Card 6 nummod 6:nummod _ +5 13 13 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 line line NOUN NN Number=Sing 1 obl 1:obl:to _ 7 toward toward ADP IN _ 10 case 10:case _ 8 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No @@ -150136,11 +150219,11 @@ # newpar id = answers-20111108080100AAJHNUK_ans-p0001 # text = What are good B&W software's Photography? 1 What what PRON WP PronType=Int 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ 3 good good ADJ JJ Degree=Pos 9 amod 9:amod _ -4 B b ADJ JJ Degree=Pos 9 amod 9:amod SpaceAfter=No +4 B B ADJ JJ Degree=Pos 9 amod 9:amod SpaceAfter=No 5 & & CCONJ CC _ 6 cc 6:cc SpaceAfter=No -6 W w ADJ JJ Degree=Pos 4 conj 4:conj|9:amod _ +6 W W ADJ JJ Degree=Pos 4 conj 4:conj|9:amod _ 7-8 software's _ _ _ _ _ _ _ _ 7 software software NOUN NN Number=Sing 9 nmod:poss 9:nmod:poss _ 8 's 's PART POS _ 7 case 7:case _ @@ -150151,7 +150234,7 @@ # newpar id = answers-20111108080100AAJHNUK_ans-p0002 # text = What are really good programs for smooth crisp Black & White editing? 1 What what PRON WP PronType=Int 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ 3 really really ADV RB _ 4 advmod 4:advmod _ 4 good good ADJ JJ Degree=Pos 5 amod 5:amod _ 5 programs program NOUN NNS Number=Plur 1 nsubj 1:nsubj _ @@ -150167,16 +150250,16 @@ # sent_id = answers-20111108080100AAJHNUK_ans-0003 # text = I use GIMP and Its not cutting it, looks terrible. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 use use VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 GIMP GIMP PROPN NNP Number=Sing 2 obj 2:obj _ 4 and and CCONJ CC _ 8 cc 8:cc _ 5-6 Its _ _ _ _ _ _ _ _ 5 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -6 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 8 aux 8:aux CorrectForm='s 7 not not PART RB _ 8 advmod 8:advmod _ 8 cutting cut VERB VBG VerbForm=Ger 2 conj 2:conj:and _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 obj 8:obj SpaceAfter=No -10 , , PUNCT , _ 8 punct 8:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 looks look VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 parataxis 8:parataxis _ 12 terrible terrible ADJ JJ Degree=Pos 11 xcomp 11:xcomp SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ @@ -150186,14 +150269,14 @@ 1-2 Here's _ _ _ _ _ _ _ _ 1 Here here ADV RB PronType=Dem 0 root 0:root _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -3 one one NUM CD NumType=Card 1 nsubj 1:nsubj _ +3 one one NUM CD NumForm=Word|NumType=Card 1 nsubj 1:nsubj _ 4 of of ADP IN _ 6 case 6:case _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 shots shot NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 7 in in ADP IN _ 8 case 8:case _ -8 B b ADJ JJ Degree=Pos 6 nmod 6:nmod:in SpaceAfter=No +8 B B ADJ JJ Degree=Pos 6 nmod 6:nmod:in SpaceAfter=No 9 & & CCONJ CC _ 10 cc 10:cc SpaceAfter=No -10 W w ADJ JJ Degree=Pos 8 conj 6:nmod:in|8:conj _ +10 W W ADJ JJ Degree=Pos 8 conj 6:nmod:in|8:conj _ # sent_id = answers-20111108080100AAJHNUK_ans-0005 # text = http://www.flickr.com/photos/adamtolle/6094960940/in/set-72157627535453128/ @@ -150201,11 +150284,11 @@ # sent_id = answers-20111108080100AAJHNUK_ans-0006 # text = Any programs that you use please list :) Thx -1 Any any DET DT _ 2 det 2:det _ +1 Any any DET DT PronType=Ind 2 det 2:det _ 2 programs program NOUN NNS Number=Plur 7 obj 5:obj|7:obj _ 3 that that PRON WDT PronType=Rel 5 obj 2:ref _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +5 use use VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 6 please please INTJ UH _ 7 discourse 7:discourse _ 7 list list VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 8 :) :) SYM NFP _ 9 discourse 9:discourse _ @@ -150234,13 +150317,13 @@ 7 more more ADJ JJR Degree=Cmp 8 amod 8:amod _ 8 power power NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 9 , , PUNCT , _ 13 punct 13:punct _ -10 as as ADV RB _ 13 cc 13:cc _ +10 as as ADV RB ExtPos=CCONJ 13 cc 13:cc _ 11 well well ADV RB Degree=Pos 10 fixed 10:fixed _ 12 as as ADP IN _ 10 fixed 10:fixed _ 13 control control NOUN NN Number=Sing 8 conj 3:obj|8:conj:as_well_as _ 14 over over SCONJ IN _ 21 mark 21:mark _ -15 how how SCONJ WRB PronType=Int 21 mark 21:mark _ -16 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +15 how how ADV WRB PronType=Int 21 advmod 21:advmod _ +16 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 17 black black ADJ JJ Degree=Pos 20 amod 20:amod _ 18 and and CCONJ CC _ 19 cc 19:cc _ 19 white white ADJ JJ Degree=Pos 17 conj 17:conj:and|20:amod _ @@ -150251,7 +150334,7 @@ # sent_id = answers-20111108080100AAJHNUK_ans-0009 # text = Open your image while it's still in color 1 Open open VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 image image NOUN NN Number=Sing 1 obj 1:obj _ 4 while while SCONJ IN _ 9 mark 9:mark _ 5-6 it's _ _ _ _ _ _ _ _ @@ -150270,7 +150353,7 @@ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 fill fill VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -8 later later NOUN NN Number=Sing 6 obj 6:obj _ +8 later layer NOUN NN Number=Sing|Typo=Yes 6 obj 6:obj CorrectForm=layer 9 with with ADP IN _ 10 case 10:case _ 10 black black NOUN NN Number=Sing 6 obl 6:obl:with SpaceAfter=No 11 . . PUNCT . _ 1 punct 1:punct _ @@ -150288,7 +150371,7 @@ 9 this this PRON DT Number=Sing|PronType=Dem 11 nsubj 11:nsubj _ 10 will will AUX MD VerbForm=Fin 11 aux 11:aux _ 11 make make VERB VB VerbForm=Inf 1 parataxis 1:parataxis _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 image image NOUN NN Number=Sing 11 obj 11:obj|14:nsubj:xsubj|16:nsubj:xsubj _ 14 blak blak ADJ JJ Degree=Pos 11 xcomp 11:xcomp _ 15 and and CCONJ CC _ 16 cc 16:cc _ @@ -150298,12 +150381,12 @@ # sent_id = answers-20111108080100AAJHNUK_ans-0012 # text = Click colors>>>levels and adjust each channel's color values. 1 Click click VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 colors color NOUN NNS Number=Plur 4 compound 4:compound SpaceAfter=No -3 >>> >>> SYM NFP _ 4 punct 4:punct SpaceAfter=No -4 levels level NOUN NNS Number=Plur 1 obj 1:obj _ +2 colors color NOUN NNS Number=Plur 1 obj 1:obj SpaceAfter=No +3 >>> >>> SYM NFP _ 4 cc 4:cc SpaceAfter=No +4 levels level NOUN NNS Number=Plur 2 conj 1:obj|2:conj _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 adjust adjust VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ -7 each each DET DT _ 8 det 8:det _ +7 each each DET DT PronType=Tot 8 det 8:det _ 8-9 channel's _ _ _ _ _ _ _ _ 8 channel channel NOUN NN Number=Sing 11 nmod:poss 11:nmod:poss _ 9 's 's PART POS _ 8 case 8:case _ @@ -150337,7 +150420,7 @@ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 theory theory NOUN NN Number=Sing 3 nmod 3:nmod:on _ 7 behind behind ADP IN _ 9 case 9:case _ -8 later later ADJ JJR Degree=Cmp 9 amod 9:amod _ +8 later late ADJ JJR Degree=Cmp 9 amod 9:amod _ 9 modes mode NOUN NNS Number=Plur 6 nmod 6:nmod:behind _ 10 check check VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 11 out out ADP RP _ 10 compound:prt 10:compound:prt _ @@ -150345,7 +150428,7 @@ 13 gimp gimp PROPN NNP Number=Sing 15 compound 15:compound _ 14 video video NOUN NN Number=Sing 15 compound 15:compound _ 15 tutorial tutorial NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No -16 : : PUNCT : _ 15 punct 15:punct _ +16 : : PUNCT : _ 17 punct 17:punct _ 17 http://gimpedblog.blogspot.com/2011/09/gimp-video-tutorial-how-to-convert.html http://gimpedblog.blogspot.com/2011/09/gimp-video-tutorial-how-to-convert.html X ADD _ 15 appos 15:appos _ # sent_id = answers-20111108080100AAJHNUK_ans-0015 @@ -150364,7 +150447,7 @@ 12 gimp gimp PROPN NNP Number=Sing 14 compound 14:compound _ 13 video video NOUN NN Number=Sing 14 compound 14:compound _ 14 tutorial tutorial NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No -15 : : PUNCT : _ 14 punct 14:punct _ +15 : : PUNCT : _ 16 punct 16:punct _ 16 http://gimpedblog.blogspot.com/2011/09/how-to-use-gimp-for-beginners-lesson-4.html http://gimpedblog.blogspot.com/2011/09/how-to-use-gimp-for-beginners-lesson-4.html X ADD _ 14 appos 14:appos _ # sent_id = answers-20111108080100AAJHNUK_ans-0016 @@ -150387,22 +150470,23 @@ # sent_id = answers-20111108080100AAJHNUK_ans-0018 # text = But best is obviously photoshop CS5 or if your on a macbook theres aperture :) -1 But but CCONJ CC _ 15 cc 15:cc _ -2 best best ADJ JJS Degree=Sup 6 nsubj 6:nsubj _ +1 But but CCONJ CC _ 6 cc 6:cc _ +2 best good ADJ JJS Degree=Sup 6 nsubj 6:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 obviously obviously ADV RB _ 6 advmod 6:advmod _ 5 photoshop photoshop PROPN NNP Number=Sing 6 compound 6:compound _ 6 CS5 CS5 PROPN NNP Number=Sing 0 root 0:root _ 7 or or CCONJ CC _ 15 cc 15:cc _ 8 if if SCONJ IN _ 13 mark 13:mark _ -9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj SpaceAfter=No -10 r be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +9-10 your _ _ _ _ _ _ _ _ +9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ +10 r be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|Typo=Yes|VerbForm=Fin 13 cop 13:cop CorrectForm='re 11 on on ADP IN _ 13 case 13:case _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 macbook macbook PROPN NNP Number=Sing 15 advcl 15:advcl:on _ 14-15 theres _ _ _ _ _ _ _ _ 14 there there PRON EX _ 15 expl 15:expl _ -15 s be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 conj 6:conj:or _ +15 s be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 6 conj 6:conj:or CorrectForm='s 16 aperture aperture PROPN NNP Number=Sing 15 nsubj 15:nsubj _ 17 :) :) SYM NFP _ 6 discourse 6:discourse _ @@ -150412,29 +150496,29 @@ 1 depends depend VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 what what PRON WP PronType=Int 4 obj 4:obj _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp _ +4 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp _ 5 from from ADP IN _ 7 case 7:case _ 6 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No -7 B b ADJ JJ Degree=Pos 4 obl 4:obl:from SpaceAfter=No +7 B B ADJ JJ Degree=Pos 4 obl 4:obl:from SpaceAfter=No 8 & & CCONJ CC _ 9 cc 9:cc SpaceAfter=No -9 W w ADJ JJ Degree=Pos 7 conj 4:obl:from|7:conj SpaceAfter=No -10 " " PUNCT '' _ 9 punct 9:punct SpaceAfter=No -11 ... ... PUNCT , _ 1 punct 1:punct _ +9 W W ADJ JJ Degree=Pos 7 conj 4:obl:from|7:conj SpaceAfter=No +10 " " PUNCT '' _ 7 punct 7:punct SpaceAfter=No +11 ... ... PUNCT , _ 15 punct 15:punct _ 12 many many ADJ JJ Degree=Pos 13 amod 13:amod _ 13 programs program NOUN NNS Number=Plur 15 nsubj 15:nsubj _ 14 will will AUX MD VerbForm=Fin 15 aux 15:aux _ 15 use use VERB VB VerbForm=Inf 1 parataxis 1:parataxis _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 generic generic ADJ JJ Degree=Pos 18 amod 18:amod _ -18 B b ADJ JJ Degree=Pos 15 obj 15:obj SpaceAfter=No +18 B B ADJ JJ Degree=Pos 15 obj 15:obj SpaceAfter=No 19 & & CCONJ CC _ 20 cc 20:cc SpaceAfter=No -20 W w ADJ JJ Degree=Pos 18 conj 15:obj|18:conj SpaceAfter=No +20 W W ADJ JJ Degree=Pos 18 conj 15:obj|18:conj SpaceAfter=No 21 ... ... PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108080100AAJHNUK_ans-0020 # text = try something like photoscape which has different options... 1 try try VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 something something PRON NN Number=Sing 1 obj 1:obj _ +2 something something PRON NN Number=Sing|PronType=Ind 1 obj 1:obj _ 3 like like ADP IN _ 4 case 4:case _ 4 photoscape photoscape PROPN NNP Number=Sing 2 nmod 2:nmod:like|6:nsubj _ 5 which which PRON WDT PronType=Rel 6 nsubj 4:ref _ @@ -150447,7 +150531,7 @@ # sent_id = answers-20111108105400AASqPIh_ans-0001 # newpar id = answers-20111108105400AASqPIh_ans-p0001 # text = cheapest plastic surgeons in Thailand? -1 cheapest cheapest ADJ JJS Degree=Sup 3 amod 3:amod _ +1 cheapest cheap ADJ JJS Degree=Sup 3 amod 3:amod _ 2 plastic plastic ADJ JJ Degree=Pos 3 amod 3:amod _ 3 surgeons surgeon NOUN NNS Number=Plur 0 root 0:root _ 4 in in ADP IN _ 5 case 5:case _ @@ -150458,14 +150542,14 @@ # newpar id = answers-20111108105400AASqPIh_ans-p0002 # text = I want to go to thailand to do my boob job from South Africa but looking for the cheapest surgeons yet also good in his artwork on a humans body . 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj|16:nsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 go go VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 to to ADP IN _ 6 case 6:case _ -6 thailand thailand PROPN NNP Number=Sing 4 obl 4:obl:to _ +6 thailand Thailand PROPN NNP Number=Sing 4 obl 4:obl:to _ 7 to to PART TO _ 8 mark 8:mark _ 8 do do VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 boob boob NOUN NN Number=Sing 11 compound 11:compound _ 11 job job NOUN NN Number=Sing 8 obj 8:obj _ 12 from from ADP IN _ 14 case 14:case _ @@ -150475,19 +150559,19 @@ 16 looking look VERB VBG VerbForm=Ger 2 conj 2:conj:but _ 17 for for ADP IN _ 20 case 20:case _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -19 cheapest cheapest ADJ JJS Degree=Sup 20 amod 20:amod _ +19 cheapest cheap ADJ JJS Degree=Sup 20 amod 20:amod _ 20 surgeons surgeon NOUN NNS Number=Plur 16 obl 16:obl:for _ 21 yet yet ADV RB _ 23 advmod 23:advmod _ 22 also also ADV RB _ 23 advmod 23:advmod _ 23 good good ADJ JJ Degree=Pos 20 amod 20:amod _ 24 in in ADP IN _ 26 case 26:case _ -25 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 artwork artwork NOUN NN Number=Sing 23 obl 23:obl:in _ 27 on on ADP IN _ 31 case 31:case _ 28 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ 29-30 humans _ _ _ _ _ _ _ _ 29 human human NOUN NN Number=Sing 31 nmod:poss 31:nmod:poss _ -30 s 's PART POS _ 29 case 29:case _ +30 s 's PART POS Typo=Yes 29 case 29:case CorrectForm='s 31 body body NOUN NN Number=Sing 26 nmod 26:nmod:on _ 32 . . PUNCT . _ 2 punct 2:punct _ @@ -150503,7 +150587,7 @@ 7 decision decision NOUN NN Number=Sing 5 obj 5:obj _ 8 using use VERB VBG VerbForm=Ger 7 acl 7:acl _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 cheapest cheapest ADJ JJS Degree=Sup 11 amod 11:amod _ +10 cheapest cheap ADJ JJS Degree=Sup 11 amod 11:amod _ 11 surgeon surgeon NOUN NN Number=Sing 8 obj 8:obj _ 12 to to PART TO _ 13 mark 13:mark _ 13 perform perform VERB VB VerbForm=Inf 8 advcl 8:advcl:to _ @@ -150513,22 +150597,22 @@ # sent_id = answers-20111108105400AASqPIh_ans-0004 # text = Cheapest surgeons work out of some small clinic and do not have the skills you are looking for. . -1 Cheapest cheapest ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Cheapest cheap ADJ JJS Degree=Sup 2 amod 2:amod _ 2 surgeons surgeon NOUN NNS Number=Plur 3 nsubj 3:nsubj|12:nsubj _ -3 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 work work VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 out out ADP IN _ 8 case 8:case _ 5 of of ADP IN _ 8 case 8:case _ -6 some some DET DT _ 8 det 8:det _ +6 some some DET DT PronType=Ind 8 det 8:det _ 7 small small ADJ JJ Degree=Pos 8 amod 8:amod _ 8 clinic clinic NOUN NN Number=Sing 3 obl 3:obl:of _ 9 and and CCONJ CC _ 12 cc 12:cc _ -10 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +10 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 11 not not PART RB _ 12 advmod 12:advmod _ 12 have have VERB VB VerbForm=Inf 3 conj 3:conj:and _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 skills skill NOUN NNS Number=Plur 12 obj 12:obj _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ -16 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +16 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 17 looking look VERB VBG Tense=Pres|VerbForm=Part 14 acl:relcl 14:acl:relcl _ 18 for for ADP IN _ 17 obl 17:obl SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ @@ -150536,16 +150620,16 @@ # sent_id = answers-20111108105400AASqPIh_ans-0005 # text = Do you really want to put your faith in some clinic doctor. -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ 3 really really ADV RB _ 4 advmod 4:advmod _ 4 want want VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 put put VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 faith faith NOUN NN Number=Sing 6 obj 6:obj _ 9 in in ADP IN _ 12 case 12:case _ -10 some some DET DT _ 12 det 12:det _ +10 some some DET DT PronType=Ind 12 det 12:det _ 11 clinic clinic NOUN NN Number=Sing 12 compound 12:compound _ 12 doctor doctor NOUN NN Number=Sing 6 obl 6:obl:in SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ @@ -150553,26 +150637,27 @@ # sent_id = answers-20111108105400AASqPIh_ans-0006 # text = I know I wouldn't. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 would would AUX MD VerbForm=Fin 2 ccomp 2:ccomp SpaceAfter=No -5 n't not PART RB _ 4 advmod 4:advmod SpaceAfter=No +4-5 wouldn't _ _ _ _ _ _ _ SpaceAfter=No +4 would would AUX MD VerbForm=Fin 2 ccomp 2:ccomp _ +5 n't not PART RB _ 4 advmod 4:advmod _ 6 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108105400AASqPIh_ans-0007 # text = You need to check with one of the major hospital that performance this procedure like Bumrungard Hospital or Yanhee Hospital. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 check check VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 with with ADP IN _ 6 case 6:case _ -6 one one NUM CD NumType=Card 4 obl 4:obl:with _ +6 one one NUM CD NumForm=Word|NumType=Card 4 obl 4:obl:with _ 7 of of ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 major major ADJ JJ Degree=Pos 10 amod 10:amod _ -10 hospital hospital NOUN NN Number=Sing 6 nmod 6:nmod:of|12:nsubj _ +10 hospital hospital NOUN NN Number=Sing|Typo=Yes 6 nmod 6:nmod:of|12:nsubj CorrectForm=hospitals|CorrectNumber=Plur 11 that that PRON WDT PronType=Rel 12 nsubj 10:ref _ -12 performance performance VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +12 performance perform VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 10 acl:relcl 10:acl:relcl CorrectForm=perform 13 this this DET DT Number=Sing|PronType=Dem 14 det 14:det _ 14 procedure procedure NOUN NN Number=Sing 12 obj 12:obj _ 15 like like ADP IN _ 17 case 17:case _ @@ -150589,17 +150674,17 @@ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 choose choose VERB VB VerbForm=Inf 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 cheapest cheapest ADJ JJS Degree=Sup 6 amod 6:amod _ +5 cheapest cheap ADJ JJS Degree=Sup 6 amod 6:amod _ 6 brakes brake NOUN NNS Number=Plur 3 obj 3:obj _ 7 for for ADP IN _ 11 case 11:case _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 9 expensive expensive ADJ JJ Degree=Pos 11 amod 11:amod _ 10 race race NOUN NN Number=Sing 11 compound 11:compound _ 11 car car NOUN NN Number=Sing 6 nmod 6:nmod:for _ 12 or or CCONJ CC _ 16 cc 16:cc _ 13 maybe maybe ADV RB _ 16 advmod 16:advmod _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -15 cheapest cheapest ADJ JJS Degree=Sup 16 amod 16:amod _ +15 cheapest cheap ADJ JJS Degree=Sup 16 amod 16:amod _ 16 parachute parachute NOUN NN Number=Sing 6 conj 3:obj|6:conj:or _ 17 too too ADV RB _ 16 advmod 16:advmod SpaceAfter=No 18 ? ? PUNCT . _ 3 punct 3:punct _ @@ -150617,9 +150702,9 @@ # sent_id = answers-20111108105400AASqPIh_ans-0010 # text = When you have invasive surgery you could also get infections, accidental nicks and cuts that cause other problems too! -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:when _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:when _ 4 invasive invasive ADJ JJ Degree=Pos 5 amod 5:amod _ 5 surgery surgery NOUN NN Number=Sing 3 obj 3:obj _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ @@ -150633,7 +150718,7 @@ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 cuts cut NOUN NNS Number=Plur 13 conj 13:conj:and|17:nsubj _ 16 that that PRON WDT PronType=Rel 17 nsubj 13:ref _ -17 cause cause VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +17 cause cause VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 18 other other ADJ JJ Degree=Pos 19 amod 19:amod _ 19 problems problem NOUN NNS Number=Plur 17 obj 17:obj _ 20 too too ADV RB _ 17 advmod 17:advmod SpaceAfter=No @@ -150643,17 +150728,17 @@ # text = If they screw up you could be in worse shape than you are now! 1 If if SCONJ IN _ 3 mark 3:mark _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 screw screw VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ +3 screw screw VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ 4 up up ADP RP _ 3 compound:prt 3:compound:prt _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ 6 could could AUX MD VerbForm=Fin 10 aux 10:aux _ 7 be be AUX VB VerbForm=Inf 10 cop 10:cop _ 8 in in ADP IN _ 10 case 10:case _ -9 worse worse ADJ JJR Degree=Cmp 10 amod 10:amod _ +9 worse bad ADJ JJR Degree=Cmp 10 amod 10:amod _ 10 shape shape NOUN NN Number=Sing 0 root 0:root _ 11 than than SCONJ IN _ 14 mark 14:mark _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +13 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 14 now now ADV RB _ 9 advcl 9:advcl:than SpaceAfter=No 15 ! ! PUNCT . _ 10 punct 10:punct _ @@ -150662,15 +150747,15 @@ 1 Bumrungrad Bumrungrad PROPN NNP Number=Sing 2 compound 2:compound _ 2 Hospital Hospital PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 3 does do VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 some some DET DT _ 6 det 6:det _ +4 some some DET DT PronType=Ind 6 det 6:det _ 5 good good ADJ JJ Degree=Pos 6 amod 6:amod _ 6 work work NOUN NN Number=Sing 3 obj 3:obj _ 7 but but CCONJ CC _ 11 cc 11:cc _ -8 all all DET DT _ 9 det 9:det _ +8 all all DET DT PronType=Tot 9 det 9:det _ 9 hospitals hospital NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -10 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 have have VERB VB VerbForm=Inf 3 conj 3:conj:but _ -12 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 problems problem NOUN NNS Number=Plur 11 obj 11:obj _ 14 from from ADP IN _ 15 case 15:case _ 15 time time NOUN NN Number=Sing 11 obl 11:obl:from _ @@ -150687,13 +150772,13 @@ 5 doctor doctor NOUN NN Number=Sing 2 obj 2:obj _ 6 might might AUX MD VerbForm=Fin 8 aux 8:aux _ 7 be be AUX VB VerbForm=Inf 8 cop 8:cop _ -8 better better ADJ JJR Degree=Cmp 0 root 0:root _ +8 better good ADJ JJR Degree=Cmp 0 root 0:root _ 9 than than ADP IN _ 11 case 11:case _ -10 some some DET DT _ 11 det 11:det _ +10 some some DET DT PronType=Ind 11 det 11:det _ 11 guy guy NOUN NN Number=Sing 8 obl 8:obl:than|14:nsubj|17:nsubj _ 12 that that PRON WDT PronType=Rel 14 nsubj 11:ref _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ -14 cheaper cheaper ADJ JJR Degree=Cmp 11 acl:relcl 11:acl:relcl _ +14 cheaper cheap ADJ JJR Degree=Cmp 11 acl:relcl 11:acl:relcl _ 15 but but CCONJ CC _ 17 cc 17:cc _ 16 less less ADV RBR Degree=Cmp 17 advmod 17:advmod _ 17 experienced experienced ADJ JJ Degree=Pos 14 conj 11:acl:relcl|14:conj:but SpaceAfter=No @@ -150707,23 +150792,23 @@ # newpar id = answers-20111108105400AASqPIh_ans-p0004 # text = The cheapest *high quality* plastic surgeons are at Yanhee Hospitals. 1 The the DET DT Definite=Def|PronType=Art 8 det 8:det _ -2 cheapest cheapest ADJ JJS Degree=Sup 8 amod 8:amod _ -3 * * PUNCT NFP _ 8 punct 8:punct SpaceAfter=No +2 cheapest cheap ADJ JJS Degree=Sup 8 amod 8:amod _ +3 * * PUNCT NFP _ 2 punct 2:punct SpaceAfter=No 4 high high ADJ JJ Degree=Pos 5 amod 5:amod _ 5 quality quality NOUN NN Number=Sing 8 compound 8:compound SpaceAfter=No -6 * * PUNCT NFP _ 8 punct 8:punct _ +6 * * PUNCT NFP _ 5 punct 5:punct _ 7 plastic plastic ADJ JJ Degree=Pos 8 amod 8:amod _ 8 surgeons surgeon NOUN NNS Number=Plur 12 nsubj 12:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 10 at at ADP IN _ 12 case 12:case _ 11 Yanhee Yanhee PROPN NNP Number=Sing 12 compound 12:compound _ -12 Hospitals Hospitals PROPN NNPS Number=Plur 0 root 0:root SpaceAfter=No +12 Hospitals Hospital PROPN NNPS Number=Plur 0 root 0:root SpaceAfter=No 13 . . PUNCT . _ 12 punct 12:punct _ # sent_id = answers-20111108105400AASqPIh_ans-0016 # text = They do outstanding work. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 outstanding outstanding ADJ JJ Degree=Pos 4 amod 4:amod _ 4 work work NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No 5 . . PUNCT . _ 2 punct 2:punct _ @@ -150744,7 +150829,7 @@ # sent_id = answers-20111108110044AA4rs9f_ans-0001 # newpar id = answers-20111108110044AA4rs9f_ans-p0001 # text = my Tom cat will not eat meat just the juice in the can.? -1 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 Tom tom NOUN NN Number=Sing 3 compound 3:compound _ 3 cat cat NOUN NN Number=Sing 6 nsubj 6:nsubj _ 4 will will AUX MD VerbForm=Fin 6 aux 6:aux _ @@ -150762,9 +150847,9 @@ # sent_id = answers-20111108110044AA4rs9f_ans-0002 # newpar id = answers-20111108110044AA4rs9f_ans-p0002 # text = When I open a can of meat with gravy he licks off the gravy and lets the meat lay. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 open open VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:when _ +3 open open VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:when _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 can can NOUN NN Number=Sing 3 obj 3:obj _ 6 of of ADP IN _ 7 case 7:case _ @@ -150787,7 +150872,7 @@ # text = I must through it away . 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 must must AUX MD VerbForm=Fin 3 aux 3:aux _ -3 through through VERB VB VerbForm=Inf 0 root 0:root _ +3 through throw VERB VB Typo=Yes|VerbForm=Inf 0 root 0:root CorrectForm=throw 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 away away ADP RP _ 3 compound:prt 3:compound:prt _ 6 . . PUNCT . _ 3 punct 3:punct _ @@ -150802,17 +150887,17 @@ # text = If you knew what kind of "meat" they put in canned cat food you'd understand this. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 knew know VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 advcl 18:advcl:if _ +3 knew know VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 18 advcl 18:advcl:if _ 4 what what DET WDT PronType=Int 5 det 5:det _ -5 kind kind NOUN NN Number=Sing 11 nsubj 11:nsubj _ +5 kind kind NOUN NN Number=Sing 3 obj 3:obj _ 6 of of ADP IN _ 8 case 8:case _ 7 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No 8 meat meat NOUN NN Number=Sing 5 nmod 5:nmod:of SpaceAfter=No 9 " " PUNCT '' _ 8 punct 8:punct _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 put put VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +11 put put VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 12 in in ADP IN _ 15 case 15:case _ -13 canned can VERB VBN Tense=Past|VerbForm=Part 15 amod 15:amod _ +13 canned can VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 amod 15:amod _ 14 cat cat NOUN NN Number=Sing 15 compound 15:compound _ 15 food food NOUN NN Number=Sing 11 obl 11:obl:in _ 16-17 you'd _ _ _ _ _ _ _ _ @@ -150826,51 +150911,51 @@ # text = I've had a lot of cats who refused to eat the canned food. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 lot lot NOUN NN Number=Sing 3 obj 3:obj|9:nsubj|11:nsubj:xsubj _ 6 of of ADP IN _ 7 case 7:case _ 7 cats cat NOUN NNS Number=Plur 5 nmod 5:nmod:of _ 8 who who PRON WP PronType=Rel 9 nsubj 5:ref _ -9 refused refuse VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +9 refused refuse VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 10 to to PART TO _ 11 mark 11:mark _ 11 eat eat VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -13 canned can VERB VBN Tense=Past|VerbForm=Part 14 amod 14:amod _ +13 canned can VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 amod 14:amod _ 14 food food NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108110044AA4rs9f_ans-0007 # text = When you read the label its easy to understand why. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 read read VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:when _ +3 read read VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:when _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 label label NOUN NN Number=Sing 3 obj 3:obj _ 6-7 its _ _ _ _ _ _ _ _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 expl 8:expl _ -7 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +7 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 8 cop 8:cop CorrectForm='s 8 easy easy ADJ JJ Degree=Pos 0 root 0:root _ 9 to to PART TO _ 10 mark 10:mark _ 10 understand understand VERB VB VerbForm=Inf 8 csubj 8:csubj _ -11 why why SCONJ WRB PronType=Int 10 mark 10:mark SpaceAfter=No +11 why why ADV WRB PronType=Int 10 advmod 10:advmod SpaceAfter=No 12 . . PUNCT . _ 8 punct 8:punct _ # sent_id = answers-20111108110044AA4rs9f_ans-0008 # text = I've had cats for 35 years and I only feed them dry food. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 cats cat NOUN NNS Number=Plur 3 obj 3:obj _ 5 for for ADP IN _ 7 case 7:case _ -6 35 35 NUM CD NumType=Card 7 nummod 7:nummod _ +6 35 35 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 years year NOUN NNS Number=Plur 3 obl 3:obl:for _ 8 and and CCONJ CC _ 11 cc 11:cc _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 10 only only ADV RB _ 11 advmod 11:advmod _ -11 feed feed VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +11 feed feed VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 12 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 11 iobj 11:iobj _ 13 dry dry ADJ JJ Degree=Pos 14 amod 14:amod _ 14 food food NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No @@ -150879,29 +150964,29 @@ # sent_id = answers-20111108110044AA4rs9f_ans-0009 # text = They have done very well and like the dry food better. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|7:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 done do VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 very very ADV RB _ 5 advmod 5:advmod _ 5 well well ADV RB Degree=Pos 3 advmod 3:advmod _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +7 like like VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 dry dry ADJ JJ Degree=Pos 10 amod 10:amod _ 10 food food NOUN NN Number=Sing 7 obj 7:obj _ -11 better better ADV RBR Degree=Cmp 7 advmod 7:advmod SpaceAfter=No +11 better well ADV RBR Degree=Cmp 7 advmod 7:advmod SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108110044AA4rs9f_ans-0010 # text = It had better nutritional value and its also less expensive. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 better better ADJ JJR Degree=Cmp 5 amod 5:amod _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 better good ADJ JJR Degree=Cmp 5 amod 5:amod _ 4 nutritional nutritional ADJ JJ Degree=Pos 5 amod 5:amod _ 5 value value NOUN NN Number=Sing 2 obj 2:obj _ 6 and and CCONJ CC _ 11 cc 11:cc _ 7-8 its _ _ _ _ _ _ _ _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -8 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +8 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 11 cop 11:cop CorrectForm='s 9 also also ADV RB _ 11 advmod 11:advmod _ 10 less less ADV RBR Degree=Cmp 11 advmod 11:advmod _ 11 expensive expensive ADJ JJ Degree=Pos 2 conj 2:conj:and SpaceAfter=No @@ -150909,7 +150994,7 @@ # sent_id = answers-20111108110044AA4rs9f_ans-0011 # text = Canned food is often suspect as to the actual contents and you're paying for a high moisture content instead of food content. -1 Canned can VERB VBN Tense=Past|VerbForm=Part 2 amod 2:amod _ +1 Canned can VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 amod 2:amod _ 2 food food NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 often often ADV RB _ 5 advmod 5:advmod _ @@ -150922,7 +151007,7 @@ 11 and and CCONJ CC _ 14 cc 14:cc _ 12-13 you're _ _ _ _ _ _ _ _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj _ -13 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +13 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 14 paying pay VERB VBG Tense=Pres|VerbForm=Part 5 conj 5:conj:and _ 15 for for ADP IN _ 19 case 19:case _ 16 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ @@ -150938,7 +151023,7 @@ # sent_id = answers-20111108110044AA4rs9f_ans-0012 # text = There are a lot of good quality dry cat foods. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 lot lot NOUN NN Number=Sing 2 nsubj 2:nsubj _ 5 of of ADP IN _ 10 case 10:case _ @@ -150960,7 +151045,7 @@ # sent_id = answers-20111108110044AA4rs9f_ans-0014 # text = Your cat will adjust quickly. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 cat cat NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 4 adjust adjust VERB VB VerbForm=Inf 0 root 0:root _ @@ -151001,7 +151086,7 @@ 3 always always ADV RB _ 4 advmod 4:advmod _ 4 does do VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 this this PRON DT Number=Sing|PronType=Dem 4 obj 4:obj SpaceAfter=No -6 , , PUNCT , _ 4 punct 4:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 welcome welcome INTJ UH _ 4 discourse 4:discourse _ 8 to to ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -151010,24 +151095,24 @@ # sent_id = answers-20111108110044AA4rs9f_ans-0018 # text = My oldest female and youngest male do this - I just grab the blender and pop in some other stuff for them like chicken liver (cooked) for the anemic one, some arthritis stuff for the oldest. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ -2 oldest oldest ADJ JJS Degree=Sup 3 amod 3:amod _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 oldest old ADJ JJS Degree=Sup 3 amod 3:amod _ 3 female female NOUN NN Number=Sing 7 nsubj 7:nsubj _ 4 and and CCONJ CC _ 6 cc 6:cc _ -5 youngest youngest ADJ JJS Degree=Sup 6 amod 6:amod _ +5 youngest young ADJ JJS Degree=Sup 6 amod 6:amod _ 6 male male NOUN NN Number=Sing 3 conj 3:conj:and|7:nsubj _ -7 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 this this PRON DT Number=Sing|PronType=Dem 7 obj 7:obj _ -9 - - PUNCT : _ 7 punct 7:punct _ +9 - - PUNCT : _ 12 punct 12:punct _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj|16:nsubj _ 11 just just ADV RB _ 12 advmod 12:advmod _ -12 grab grab VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 parataxis 7:parataxis _ +12 grab grab VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 parataxis 7:parataxis _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 blender blender NOUN NN Number=Sing 12 obj 12:obj _ 15 and and CCONJ CC _ 16 cc 16:cc _ -16 pop pop VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 conj 12:conj:and _ +16 pop pop VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 conj 12:conj:and _ 17 in in ADP RP _ 16 compound:prt 16:compound:prt _ -18 some some DET DT _ 20 det 20:det _ +18 some some DET DT PronType=Ind 20 det 20:det _ 19 other other ADJ JJ Degree=Pos 20 amod 20:amod _ 20 stuff stuff NOUN NN Number=Sing 16 obj 16:obj _ 21 for for ADP IN _ 22 case 22:case _ @@ -151035,20 +151120,20 @@ 23 like like ADP IN _ 25 case 25:case _ 24 chicken chicken NOUN NN Number=Sing 25 compound 25:compound _ 25 liver liver NOUN NN Number=Sing 16 obl 16:obl:like _ -26 ( ( PUNCT -LRB- _ 25 punct 25:punct SpaceAfter=No -27 cooked cook VERB VBN Tense=Past|VerbForm=Part 25 acl 25:acl SpaceAfter=No -28 ) ) PUNCT -RRB- _ 25 punct 25:punct _ +26 ( ( PUNCT -LRB- _ 27 punct 27:punct SpaceAfter=No +27 cooked cook VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 acl 25:acl SpaceAfter=No +28 ) ) PUNCT -RRB- _ 27 punct 27:punct _ 29 for for ADP IN _ 32 case 32:case _ 30 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 31 anemic anemic ADJ JJ Degree=Pos 32 amod 32:amod _ 32 one one NOUN NN Number=Sing 25 nmod 25:nmod:for SpaceAfter=No 33 , , PUNCT , _ 36 punct 36:punct _ -34 some some DET DT _ 36 det 36:det _ +34 some some DET DT PronType=Ind 36 det 36:det _ 35 arthritis arthritis NOUN NN Number=Sing 36 compound 36:compound _ 36 stuff stuff NOUN NN Number=Sing 25 conj 16:obl:like|25:conj _ 37 for for ADP IN _ 39 case 39:case _ 38 the the DET DT Definite=Def|PronType=Art 39 det 39:det _ -39 oldest oldest ADJ JJS Degree=Sup 36 nmod 36:nmod:for SpaceAfter=No +39 oldest old ADJ JJS Degree=Sup 36 nmod 36:nmod:for SpaceAfter=No 40 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108110044AA4rs9f_ans-0019 @@ -151056,7 +151141,7 @@ 1 Even even ADV RB _ 4 advmod 4:advmod _ 2 if if SCONJ IN _ 4 mark 4:mark _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 mash mash VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ +4 mash mash VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ 6 with with ADP IN _ 8 case 8:case _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ @@ -151075,8 +151160,8 @@ # text = Whats your favorite part about trail riding? 1-2 Whats _ _ _ _ _ _ _ _ 1 What what PRON WP PronType=Int 0 root 0:root _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 1 cop 1:cop CorrectForm='s +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 favorite favorite ADJ JJ Degree=Pos 5 amod 5:amod _ 5 part part NOUN NN Number=Sing 1 nsubj 1:nsubj _ 6 about about ADP IN _ 8 case 8:case _ @@ -151087,39 +151172,39 @@ # sent_id = answers-20111108094831AAnOjgr_ans-0002 # newpar id = answers-20111108094831AAnOjgr_ans-p0002 # text = My favorite part is going up hill and cantering :) -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 favorite favorite ADJ JJ Degree=Pos 3 amod 3:amod _ -3 part part NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 going go VERB VBG VerbForm=Ger 4 ccomp 4:ccomp _ -6 up up X GW _ 5 advmod 5:advmod _ -7 hill hill ADV RB _ 6 goeswith 6:goeswith _ +3 part part NOUN NN Number=Sing 5 nsubj:outer 5:nsubj:outer|9:nsubj:outer _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +5 going go VERB VBG VerbForm=Ger 0 root 0:root _ +6 up uphill ADV GW Typo=Yes 5 advmod 5:advmod _ +7 hill _ X RB _ 6 goeswith 6:goeswith _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 cantering canter VERB VBG VerbForm=Ger 5 conj 4:ccomp|5:conj:and _ -10 :) :) SYM UH _ 4 discourse 4:discourse _ +9 cantering canter VERB VBG VerbForm=Ger 5 conj 0:root|5:conj:and _ +10 :) :) SYM NFP _ 5 discourse 5:discourse _ # sent_id = answers-20111108094831AAnOjgr_ans-0003 # newpar id = answers-20111108094831AAnOjgr_ans-p0003 # text = I love how it really depends on how good a horse your horse really is, not how talented he is. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 how how SCONJ WRB PronType=Int 6 mark 6:mark _ +2 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 how how ADV WRB PronType=Int 6 advmod 6:advmod _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 5 really really ADV RB _ 6 advmod 6:advmod _ 6 depends depend VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ -7 on on ADP IN _ 9 mark 9:mark _ -8 how how SCONJ WRB PronType=Int 9 mark 9:mark _ -9 good good ADJ JJ Degree=Pos 6 advcl 6:advcl:on _ +7 on on ADP IN _ 11 mark 11:mark _ +8 how how ADV WRB PronType=Int 9 advmod 9:advmod _ +9 good good ADJ JJ Degree=Pos 11 amod 11:amod _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -11 horse horse NOUN NN Number=Sing 9 obl:npmod 9:obl:npmod _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ -13 horse horse NOUN NN Number=Sing 9 nsubj 9:nsubj _ -14 really really ADV RB _ 9 advmod 9:advmod _ -15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop SpaceAfter=No -16 , , PUNCT , _ 9 punct 9:punct _ -17 not not ADV CC _ 19 advmod 19:advmod _ -18 how how SCONJ WRB PronType=Int 19 mark 19:mark _ -19 talented talented ADJ JJ Degree=Pos 9 conj 6:advcl:on|9:conj _ +11 horse horse NOUN NN Number=Sing 6 advcl 6:advcl:on _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +13 horse horse NOUN NN Number=Sing 11 nsubj 11:nsubj _ +14 really really ADV RB _ 11 advmod 11:advmod _ +15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop SpaceAfter=No +16 , , PUNCT , _ 19 punct 19:punct _ +17 not not PART RB _ 19 advmod 19:advmod _ +18 how how ADV WRB PronType=Int 19 advmod 19:advmod _ +19 talented talented ADJ JJ Degree=Pos 11 conj 6:advcl:on|11:conj _ 20 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj _ 21 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop SpaceAfter=No 22 . . PUNCT . _ 2 punct 2:punct _ @@ -151128,17 +151213,17 @@ # text = If you took some Olympic-level horses on a trail ride, they just couldn't do it. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 advcl 18:advcl:if _ -4 some some DET DT _ 8 det 8:det _ +3 took take VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 18 advcl 18:advcl:if _ +4 some some DET DT PronType=Ind 8 det 8:det _ 5 Olympic Olympic PROPN NNP Number=Sing 7 compound 7:compound SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 level level NOUN NN Number=Sing 8 compound 8:compound _ 8 horses horse NOUN NNS Number=Plur 3 obj 3:obj _ 9 on on ADP IN _ 12 case 12:case _ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 11 trail trail NOUN NN Number=Sing 12 compound 12:compound _ 12 ride ride NOUN NN Number=Sing 3 obl 3:obl:on SpaceAfter=No -13 , , PUNCT , _ 18 punct 18:punct _ +13 , , PUNCT , _ 3 punct 3:punct _ 14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 15 just just ADV RB _ 18 advmod 18:advmod _ 16-17 couldn't _ _ _ _ _ _ _ _ @@ -151166,21 +151251,21 @@ 2 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 matter matter VERB VB VerbForm=Inf 0 root 0:root _ -5 how how SCONJ WRB PronType=Int 6 mark 6:mark _ +5 how how ADV WRB PronType=Int 6 advmod 6:advmod _ 6 graceful graceful ADJ JJ Degree=Pos 4 csubj 4:csubj _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 horse horse NOUN NN Number=Sing 6 nsubj 6:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop SpaceAfter=No 10 , , PUNCT , _ 16 punct 16:punct _ 11 or or CCONJ CC _ 16 cc 16:cc _ -12 how how SCONJ WRB PronType=Int 13 mark 13:mark _ +12 how how ADV WRB PronType=Int 13 advmod 13:advmod _ 13 high high ADV RB Degree=Pos 16 advmod 16:advmod _ 14 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 15 can can AUX MD VerbForm=Fin 16 aux 16:aux _ 16 jump jump VERB VB VerbForm=Inf 6 conj 4:csubj|6:conj:or SpaceAfter=No 17 , , PUNCT , _ 22 punct 22:punct _ 18 or or CCONJ CC _ 22 cc 22:cc _ -19 how how SCONJ WRB PronType=Int 20 mark 20:mark _ +19 how how ADV WRB PronType=Int 20 advmod 20:advmod _ 20 well well ADV RB Degree=Pos 22 advmod 22:advmod _ 21 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj _ 22 does do VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 conj 4:csubj|6:conj:or _ @@ -151191,32 +151276,32 @@ # sent_id = answers-20111108094831AAnOjgr_ans-0007 # text = What matters is how well trained he is, and how good your bond it. -1 What what PRON WP PronType=Int 0 root 0:root _ +1 What what PRON WP PronType=Rel 6 nsubj:outer 2:nsubj|6:nsubj:outer _ 2 matters matter VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ -3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -4 how how SCONJ WRB PronType=Int 5 mark 5:mark _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +4 how how ADV WRB PronType=Int 5 advmod 5:advmod _ 5 well well ADV RB Degree=Pos 6 advmod 6:advmod _ -6 trained train VERB VBN Tense=Past|VerbForm=Part 1 csubj 1:csubj _ -7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop SpaceAfter=No -9 , , PUNCT , _ 15 punct 15:punct _ -10 and and CCONJ CC _ 15 cc 15:cc _ -11 how how SCONJ WRB PronType=Int 15 mark 15:mark _ -12 good good ADJ JJ Degree=Pos 15 xcomp 15:xcomp _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ -14 bond bond NOUN NN Number=Sing 15 nsubj 12:nsubj:xsubj|15:nsubj _ -15 it it VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 conj 1:csubj|6:conj:and SpaceAfter=No +6 trained train VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root Exclamative=No +7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj:pass 6:nsubj:pass _ +8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass SpaceAfter=No +9 , , PUNCT , _ 12 punct 12:punct _ +10 and and CCONJ CC _ 12 cc 12:cc _ +11 how how ADV WRB PronType=Int 12 advmod 12:advmod _ +12 good good ADJ JJ Degree=Pos 6 conj 6:conj Exclamative=No +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +14 bond bond NOUN NN Number=Sing 12 nsubj 12:nsubj _ +15 it be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 12 cop 12:cop CorrectForm=is|SpaceAfter=No 16 . . PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111108094831AAnOjgr_ans-0008 # text = That is another reason why I like competitive trail riding also. 1 That that PRON DT Number=Sing|PronType=Dem 4 nsubj 4:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -3 another another DET DT _ 4 det 4:det _ -4 reason reason NOUN NN Number=Sing 0 root 0:root _ -5 why why SCONJ WRB PronType=Rel 7 mark 7:mark _ +3 another another DET DT PronType=Ind 4 det 4:det _ +4 reason reason NOUN NN Number=Sing 0 root 0:root|7:obl _ +5 why why ADV WRB PronType=Rel 7 advmod 4:ref _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +7 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 8 competitive competitive ADJ JJ Degree=Pos 10 amod 10:amod _ 9 trail trail NOUN NN Number=Sing 10 compound 10:compound _ 10 riding riding NOUN NN Number=Sing 7 obj 7:obj _ @@ -151225,31 +151310,31 @@ # sent_id = answers-20111108094831AAnOjgr_ans-0009 # text = Nobody pays someone to keep their horse in shape and rides once a week, then takes all the ribbons at the show because their horse is good. -1 Nobody nobody PRON NN Number=Sing 2 nsubj 2:nsubj|11:nsubj|17:nsubj _ +1 Nobody nobody PRON NN Number=Sing|PronType=Neg 2 nsubj 2:nsubj|11:nsubj|17:nsubj _ 2 pays pay VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 someone someone PRON NN Number=Sing 2 obj 2:obj _ +3 someone someone PRON NN Number=Sing|PronType=Ind 2 iobj 2:iobj _ 4 to to PART TO _ 5 mark 5:mark _ 5 keep keep VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ -6 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 horse horse NOUN NN Number=Sing 5 obj 5:obj _ 8 in in ADP IN _ 9 case 9:case _ 9 shape shape NOUN NN Number=Sing 5 obl 5:obl:in _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 rides ride VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ -12 once once ADV RB NumType=Mult 11 advmod 11:advmod _ +12 once once ADV RB NumForm=Word|NumType=Mult 11 advmod 11:advmod _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ -14 week week NOUN NN Number=Sing 12 obl:npmod 12:obl:npmod SpaceAfter=No +14 week week NOUN NN Number=Sing 12 obl:tmod 12:obl:tmod SpaceAfter=No 15 , , PUNCT , _ 17 punct 17:punct _ 16 then then ADV RB PronType=Dem 17 advmod 17:advmod _ 17 takes take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ -18 all all DET PDT _ 20 det:predet 20:det:predet _ +18 all all DET PDT PronType=Tot 20 det:predet 20:det:predet _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 ribbons ribbon NOUN NNS Number=Plur 17 obj 17:obj _ 21 at at ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 show show NOUN NN Number=Sing 17 obl 17:obl:at _ 24 because because SCONJ IN _ 28 mark 28:mark _ -25 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 horse horse NOUN NN Number=Sing 28 nsubj 28:nsubj _ 27 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ 28 good good ADJ JJ Degree=Pos 17 advcl 17:advcl:because SpaceAfter=No @@ -151258,7 +151343,7 @@ # sent_id = answers-20111108094831AAnOjgr_ans-0010 # text = YOU have to spend the time training. 1 YOU you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 spend spend VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -151270,12 +151355,12 @@ # text = And I have not met one stuck-up trail rider! 1 And and CCONJ CC _ 5 cc 5:cc _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 met meet VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -6 one one NUM CD NumType=Card 11 nummod 11:nummod _ -7 stuck stick VERB VBN Tense=Past|VerbForm=Part 11 amod 11:amod SpaceAfter=No -8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 one one NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ +7 stuck stick VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 amod 11:amod SpaceAfter=No +8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 9 up up ADP RP _ 7 compound 7:compound _ 10 trail trail NOUN NN Number=Sing 11 compound 11:compound _ 11 rider rider NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No @@ -151284,17 +151369,17 @@ # sent_id = answers-20111108094831AAnOjgr_ans-0012 # text = Those are just a few reasons why I love trail riding, competitive or not. 1 Those that PRON DT Number=Plur|PronType=Dem 6 nsubj 6:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 3 just just ADV RB _ 6 advmod 6:advmod _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 few few ADJ JJ Degree=Pos 6 amod 6:amod _ -6 reasons reason NOUN NNS Number=Plur 0 root 0:root _ -7 why why SCONJ WRB PronType=Rel 9 mark 9:mark _ +6 reasons reason NOUN NNS Number=Plur 0 root 0:root|9:obl _ +7 why why ADV WRB PronType=Rel 9 advmod 6:ref _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +9 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 10 trail trail NOUN NN Number=Sing 11 compound 11:compound _ 11 riding riding NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ +12 , , PUNCT , _ 13 punct 13:punct _ 13 competitive competitive ADJ JJ Degree=Pos 11 amod 11:amod _ 14 or or CCONJ CC _ 15 cc 15:cc _ 15 not not PART RB _ 13 conj 11:amod|13:conj:or SpaceAfter=No @@ -151305,10 +151390,10 @@ # text = Same, when I'm galloping in an open space like that I can just forget everything. 1 Same same ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 2 , , PUNCT , _ 16 punct 16:punct _ -3 when when SCONJ WRB PronType=Int 6 mark 6:mark _ +3 when when ADV WRB PronType=Int 6 advmod 6:advmod _ 4-5 I'm _ _ _ _ _ _ _ _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -5 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 galloping gallop VERB VBG Tense=Pres|VerbForm=Part 16 advcl 16:advcl:when _ 7 in in ADP IN _ 10 case 10:case _ 8 an a DET DT Definite=Ind|PronType=Art 10 det 10:det _ @@ -151320,7 +151405,7 @@ 14 can can AUX MD VerbForm=Fin 16 aux 16:aux _ 15 just just ADV RB _ 16 advmod 16:advmod _ 16 forget forget VERB VB VerbForm=Inf 1 parataxis 1:parataxis _ -17 everything everything PRON NN Number=Sing 16 obj 16:obj SpaceAfter=No +17 everything everything PRON NN Number=Sing|PronType=Tot 16 obj 16:obj SpaceAfter=No 18 . . PUNCT . _ 16 punct 16:punct _ # sent_id = answers-20111108094831AAnOjgr_ans-0014 @@ -151332,15 +151417,15 @@ 4 and and CCONJ CC _ 6 cc 6:cc _ 5 wild wild ADJ JJ Degree=Pos 6 amod 6:amod _ 6 life life NOUN NN Number=Sing 3 conj 1:obj|3:conj:and|14:advmod _ -7 that that PRON WDT PronType=Rel 14 advmod 6:ref _ +7 that that SCONJ IN _ 14 mark 14:mark _ 8 if if SCONJ IN _ 10 mark 10:mark _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj|11:nsubj:xsubj _ -10 keep keep VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:if _ +10 keep keep VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:if _ 11 quiet quiet ADJ JJ Degree=Pos 10 xcomp 10:xcomp _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj|16:nsubj:xsubj|18:nsubj:xsubj _ 13 can can AUX MD VerbForm=Fin 14 aux 14:aux _ -14 get get VERB VB VerbForm=Inf 6 acl:relcl 6:acl:relcl _ -15 up up ADV RB _ 14 advmod 14:advmod _ +14 get get VERB VB VerbForm=Inf 1 advcl 1:advcl:that _ +15 up up ADV RB _ 16 advmod 16:advmod _ 16 close close ADJ JJ Degree=Pos 14 xcomp 14:xcomp _ 17 and and CCONJ CC _ 18 cc 18:cc _ 18 personal personal ADJ JJ Degree=Pos 16 conj 14:xcomp|16:conj:and SpaceAfter=No @@ -151349,7 +151434,7 @@ # sent_id = answers-20111108094831AAnOjgr_ans-0015 # text = I have had several close encounters with both foxes and wild deer. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 several several ADJ JJ Degree=Pos 6 amod 6:amod _ 5 close close ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -151366,7 +151451,7 @@ # text = Also woodpeckers were pecking in the trees and I just sat and watched. 1 Also also ADV RB _ 4 advmod 4:advmod _ 2 woodpeckers woodpecker NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 4 pecking peck VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 in in ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -151374,9 +151459,9 @@ 8 and and CCONJ CC _ 11 cc 11:cc _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj|13:nsubj _ 10 just just ADV RB _ 11 advmod 11:advmod _ -11 sat sit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +11 sat sit VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 watched watch VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 conj 11:conj:and SpaceAfter=No +13 watched watch VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 conj 11:conj:and SpaceAfter=No 14 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108094831AAnOjgr_ans-0017 @@ -151388,7 +151473,7 @@ # sent_id = answers-20111108103158AARnMLC_ans-0001 # newpar id = answers-20111108103158AARnMLC_ans-p0001 # text = 10 gallon nano reef ideas? -1 10 10 NUM CD NumType=Card 2 nummod 2:nummod _ +1 10 10 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 2 gallon gallon NOUN NN Number=Sing 4 compound 4:compound _ 3 nano nano NOUN NN Number=Sing 4 compound 4:compound _ 4 reef reef NOUN NN Number=Sing 5 compound 5:compound _ @@ -151399,26 +151484,26 @@ # newpar id = answers-20111108103158AARnMLC_ans-p0002 # text = I have a 10 gallon nano reef with 10 lbs of live fiji rock, and 10 lbs of live carribean sand. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -4 10 10 NUM CD NumType=Card 7 nummod 7:nummod _ +4 10 10 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 5 gallon gallon NOUN NN Number=Sing 7 compound 7:compound _ 6 nano nano NOUN NN Number=Sing 7 compound 7:compound _ 7 reef reef NOUN NN Number=Sing 2 obj 2:obj _ 8 with with ADP IN _ 10 case 10:case _ -9 10 10 NUM CD NumType=Card 10 nummod 10:nummod _ +9 10 10 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 lbs lb NOUN NNS Number=Plur 7 nmod 7:nmod:with _ 11 of of ADP IN _ 14 case 14:case _ 12 live live ADJ JJ Degree=Pos 14 amod 14:amod _ -13 fiji fiji NOUN NN Number=Sing 14 compound 14:compound _ +13 fiji Fiji NOUN NN Number=Sing 14 compound 14:compound _ 14 rock rock NOUN NN Number=Sing 10 nmod 10:nmod:of SpaceAfter=No 15 , , PUNCT , _ 18 punct 18:punct _ 16 and and CCONJ CC _ 18 cc 18:cc _ -17 10 10 NUM CD NumType=Card 18 nummod 18:nummod _ +17 10 10 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ 18 lbs lb NOUN NNS Number=Plur 10 conj 7:nmod:with|10:conj:and _ 19 of of ADP IN _ 22 case 22:case _ 20 live live ADJ JJ Degree=Pos 22 amod 22:amod _ -21 carribean carribean ADJ JJ Degree=Pos 22 amod 22:amod _ +21 carribean Carribean ADJ JJ Degree=Pos 22 amod 22:amod _ 22 sand sand NOUN NN Number=Sing 18 nmod 18:nmod:of SpaceAfter=No 23 . . PUNCT . _ 2 punct 2:punct _ @@ -151430,7 +151515,7 @@ 4 of of ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 maintenance maintenance NOUN NN Number=Sing 3 obl 3:obl:of _ -7 involved involve VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 involved involve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 in in SCONJ IN _ 9 mark 9:mark _ 9 keeping keep VERB VBG VerbForm=Ger 7 advcl 7:advcl:in _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ @@ -151449,15 +151534,15 @@ 6 gravity gravity NOUN NN Number=Sing 7 compound 7:compound _ 7 level level NOUN NN Number=Sing 4 obj 4:obj _ 8 of of ADP IN _ 9 case 9:case _ -9 1.024 1.024 NUM CD NumType=Card 7 nmod 7:nmod:of SpaceAfter=No +9 1.024 1.024 NUM CD NumForm=Digit|NumType=Frac 7 nmod 7:nmod:of SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108103158AARnMLC_ans-0005 # text = I have a 10 gallon filter on it. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -4 10 10 NUM CD NumType=Card 5 nummod 5:nummod _ +4 10 10 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 gallon gallon NOUN NN Number=Sing 6 compound 6:compound _ 6 filter filter NOUN NN Number=Sing 2 obj 2:obj _ 7 on on ADP IN _ 8 case 8:case _ @@ -151468,26 +151553,26 @@ # text = I also have a powerhead, getting another soon. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 powerhead powerhead NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -6 , , PUNCT , _ 3 punct 3:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 getting get VERB VBG VerbForm=Ger 3 parataxis 3:parataxis _ -8 another another DET DT _ 7 obj 7:obj _ +8 another another DET DT PronType=Ind 7 obj 7:obj _ 9 soon soon ADV RB Degree=Pos 7 advmod 7:advmod SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108103158AARnMLC_ans-0007 # text = I have a few questions, first I want to start a sump filter, but I have no idea on how the water intake and water return would work. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 few few ADJ JJ Degree=Pos 5 amod 5:amod _ 5 questions question NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No -6 , , PUNCT , _ 2 punct 2:punct _ -7 first first ADV RB _ 2 advmod 2:advmod _ +6 , , PUNCT , _ 7 punct 7:punct _ +7 first first ADV RB NumForm=Word|NumType=Ord 2 advmod 2:advmod _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj _ -9 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +9 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 10 to to PART TO _ 11 mark 11:mark _ 11 start start VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ @@ -151496,11 +151581,11 @@ 15 , , PUNCT , _ 18 punct 18:punct _ 16 but but CCONJ CC _ 18 cc 18:cc _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -18 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ -19 no no DET DT _ 20 det 20:det _ +18 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 conj 9:conj:but _ +19 no no DET DT PronType=Neg 20 det 20:det _ 20 idea idea NOUN NN Number=Sing 18 obj 18:obj _ 21 on on SCONJ IN _ 30 mark 30:mark _ -22 how how SCONJ WRB PronType=Int 30 mark 30:mark _ +22 how how ADV WRB PronType=Int 30 advmod 30:advmod _ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 24 water water NOUN NN Number=Sing 25 compound 25:compound _ 25 intake intake NOUN NN Number=Sing 30 nsubj 30:nsubj _ @@ -151523,20 +151608,20 @@ 8 sump sump NOUN NN Number=Sing 6 obj 6:obj _ 9 for for ADP IN _ 12 case 12:case _ 10 this this DET DT Number=Sing|PronType=Dem 12 det 12:det _ -11 10 10 NUM CD NumType=Card 12 nummod 12:nummod _ +11 10 10 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 12 gallon gallon NOUN NN Number=Sing 8 nmod 8:nmod:for SpaceAfter=No 13 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108103158AARnMLC_ans-0009 # text = Do I need a protein skimmer or any other equipment? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 3 need need VERB VB VerbForm=Inf 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 protein protein NOUN NN Number=Sing 6 compound 6:compound _ 6 skimmer skimmer NOUN NN Number=Sing 3 obj 3:obj _ 7 or or CCONJ CC _ 10 cc 10:cc _ -8 any any DET DT _ 10 det 10:det _ +8 any any DET DT PronType=Ind 10 det 10:det _ 9 other other ADJ JJ Degree=Pos 10 amod 10:amod _ 10 equipment equipment NOUN NN Number=Sing 6 conj 3:obj|6:conj:or SpaceAfter=No 11 ? ? PUNCT . _ 3 punct 3:punct _ @@ -151551,28 +151636,29 @@ 1 Unless unless SCONJ IN _ 4 mark 4:mark _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 tank tank NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 advcl 21:advcl:unless _ +4 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 advcl 14:ccomp|21:advcl:unless _ 5 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -6 built build VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod _ +6 built build VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod _ 7 in in ADP RP _ 6 compound 6:compound _ 8 overflow overflow NOUN NN Number=Sing 9 compound 9:compound _ -9 box box NOUN NN Number=Sing 4 obj 4:obj|14:obj _ -10 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No -11 which which PRON WDT PronType=Rel 14 obj 9:ref _ +9 box box NOUN NN Number=Sing 4 obj 4:obj _ +10 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No +11 which which PRON WDT PronType=Rel 14 ccomp 4:ref _ 12-13 I'm _ _ _ _ _ _ _ _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -13 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ -14 certain certain ADJ JJ Degree=Pos 9 acl:relcl 9:acl:relcl _ -15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -16 does do VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 ccomp 14:ccomp SpaceAfter=No -17 n't not PART RB _ 16 advmod 16:advmod SpaceAfter=No -18 ) ) PUNCT -RRB- _ 9 punct 9:punct _ +13 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +14 certain certain ADJ JJ Degree=Pos 4 advcl:relcl 4:advcl:relcl _ +15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ +16-17 doesn't _ _ _ _ _ _ _ SpaceAfter=No +16 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +17 n't not PART RB _ 11 advmod 11:advmod _ +18 ) ) PUNCT -RRB- _ 14 punct 14:punct _ 19 then then ADV RB PronType=Dem 21 advmod 21:advmod _ 20 you you PRON PRP Case=Nom|Person=2|PronType=Prs 21 nsubj 21:nsubj|23:nsubj:xsubj _ -21 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +21 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 22 to to PART TO _ 23 mark 23:mark _ 23 get get VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ -24 one one NUM CD NumType=Card 23 obj 23:obj _ +24 one one NUM CD NumForm=Word|NumType=Card 23 obj 23:obj _ 25 of of ADP IN _ 31 case 31:case _ 26 those that DET DT Number=Plur|PronType=Dem 31 det 31:det _ 27 hang hang VERB VB Mood=Imp|VerbForm=Fin 31 compound 31:compound _ @@ -151597,7 +151683,7 @@ 4 lead lead VERB VB VerbForm=Inf 0 root 0:root _ 5 down down ADV RB _ 4 advmod 4:advmod _ 6 into into ADP IN _ 8 case 8:case _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 sump sump NOUN NN Number=Sing 5 obl 5:obl:into _ 9 from from ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -151614,7 +151700,7 @@ 5 of of ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 sump sump NOUN NN Number=Sing 4 nmod 4:nmod:of SpaceAfter=No -8 , , PUNCT , _ 11 punct 11:punct _ +8 , , PUNCT , _ 4 punct 4:punct _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ 10 would would AUX MD VerbForm=Fin 11 aux 11:aux _ 11 have have VERB VB VerbForm=Inf 0 root 0:root _ @@ -151631,7 +151717,7 @@ 22 water water NOUN NN Number=Sing 20 obj 20:obj _ 23 back back ADV RB _ 20 advmod 20:advmod _ 24 into into ADP IN _ 26 case 26:case _ -25 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 tank tank NOUN NN Number=Sing 23 obl 23:obl:into SpaceAfter=No 27 . . PUNCT . _ 11 punct 11:punct _ @@ -151640,7 +151726,7 @@ 1 If if SCONJ IN _ 4 mark 4:mark _ 2-3 you're _ _ _ _ _ _ _ _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -3 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 going go VERB VBG Tense=Pres|VerbForm=Part 27 advcl 27:advcl:if _ 5 to to PART TO _ 6 mark 6:mark _ 6 go go VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ @@ -151654,7 +151740,7 @@ 14 for for ADP IN _ 16 case 16:case _ 15 this this DET DT Number=Sing|PronType=Dem 16 det 16:det _ 16 tank tank NOUN NN Number=Sing 13 nmod 13:nmod:for SpaceAfter=No -17 , , PUNCT , _ 27 punct 27:punct _ +17 , , PUNCT , _ 4 punct 4:punct _ 18 getting get VERB VBG VerbForm=Ger 27 csubj 27:csubj _ 19 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 20 protein protein NOUN NN Number=Sing 21 compound 21:compound _ @@ -151680,13 +151766,13 @@ 8 nano nano NOUN NN Number=Sing 9 compound 9:compound _ 9 protein protein NOUN NN Number=Sing 10 compound 10:compound _ 10 skimmer skimmer NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 18 punct 18:punct _ 12-13 it's _ _ _ _ _ _ _ _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 13 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 14 an a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 15 in in ADP IN _ 17 case 17:case SpaceAfter=No -16 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No +16 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No 17 tank tank NOUN NN Number=Sing 18 compound 18:compound _ 18 design design NOUN NN Number=Sing 10 parataxis 10:parataxis|22:nsubj _ 19 that that PRON WDT PronType=Rel 22 nsubj 18:ref _ @@ -151694,7 +151780,7 @@ 21 easily easily ADV RB _ 22 advmod 22:advmod _ 22 sit sit VERB VB VerbForm=Inf 18 acl:relcl 18:acl:relcl _ 23 in in ADP IN _ 25 case 25:case _ -24 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 sump sump NOUN NN Number=Sing 22 obl 22:obl:in SpaceAfter=No 26 . . PUNCT . _ 10 punct 10:punct _ @@ -151712,13 +151798,13 @@ # sent_id = answers-20111108082304AAEbrNs_ans-0002 # newpar id = answers-20111108082304AAEbrNs_ans-p0002 # text = From what I understand they're pretty much the same thing. -1 From from SCONJ IN _ 2 case 2:case _ -2 what what PRON WP PronType=Int 11 obl 11:obl:from _ +1 From from ADP IN _ 2 case 2:case _ +2 what what PRON WP PronType=Rel 11 obl 4:obj|11:obl:from _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 understand understand VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 understand understand VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5-6 they're _ _ _ _ _ _ _ _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -6 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +6 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 7 pretty pretty ADV RB _ 8 advmod 8:advmod _ 8 much much ADV RB _ 11 advmod 11:advmod _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ @@ -151728,24 +151814,24 @@ # sent_id = answers-20111108082304AAEbrNs_ans-0003 # text = Some of the major differences I see is the HD video, longer battery life, and faster processor that the NOOK Tablet boasts. -1 Some some DET DT _ 11 nsubj 11:nsubj|15:nsubj|19:nsubj _ +1 Some some DET DT PronType=Ind 11 nsubj 11:nsubj|15:nsubj|19:nsubj _ 2 of of ADP IN _ 5 case 5:case _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 major major ADJ JJ Degree=Pos 5 amod 5:amod _ 5 differences difference NOUN NNS Number=Plur 1 nmod 1:nmod:of _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 see see VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 HD hd NOUN NN Number=Sing 11 compound 11:compound _ 11 video video NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 12 , , PUNCT , _ 15 punct 15:punct _ -13 longer longer ADJ JJR Degree=Cmp 15 amod 15:amod _ +13 longer long ADJ JJR Degree=Cmp 15 amod 15:amod _ 14 battery battery NOUN NN Number=Sing 15 compound 15:compound _ 15 life life NOUN NN Number=Sing 11 conj 11:conj:and SpaceAfter=No 16 , , PUNCT , _ 19 punct 19:punct _ 17 and and CCONJ CC _ 19 cc 19:cc _ -18 faster faster ADJ JJR Degree=Cmp 19 amod 19:amod _ +18 faster fast ADJ JJR Degree=Cmp 19 amod 19:amod _ 19 processor processor NOUN NN Number=Sing 11 conj 11:conj:and|24:obj _ 20 that that PRON WDT PronType=Rel 24 obj 19:ref _ 21 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ @@ -151765,17 +151851,17 @@ 7 difference difference NOUN NN Number=Sing 4 obj 4:obj _ 8 in in ADP IN _ 9 case 9:case _ 9 speed speed NOUN NN Number=Sing 7 nmod 7:nmod:in _ -10 compared compare VERB VBN Tense=Past|VerbForm=Part 13 case 13:case _ +10 compared compare VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 advcl 4:advcl _ 11 to to ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -13 Color Color PROPN NNP Number=Sing 4 obl 4:obl:to SpaceAfter=No +13 Color Color PROPN NNP Number=Sing 10 obl 10:obl:to SpaceAfter=No 14 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108082304AAEbrNs_ans-0005 # text = I don't want an iPad or Kindle. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 want want VERB VB VerbForm=Inf 0 root 0:root _ 5 an a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -151788,7 +151874,7 @@ # text = I just want an e-reader that does a little bit more than just read. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 e-reader e-reader NOUN NN Number=Sing 3 obj 3:obj|7:nsubj _ 6 that that PRON WDT PronType=Rel 7 nsubj 5:ref _ @@ -151805,21 +151891,21 @@ # sent_id = answers-20111108082304AAEbrNs_ans-0007 # text = Yes, I know about the Kindle Fire but that's not what I want (: Does it make sense to shell out the extra fifty dollars? 1 Yes yes INTJ UH _ 4 discourse 4:discourse SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ -3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|11:nsubj|13:nsubj _ -4 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +4 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 about about ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 Kindle Kindle PROPN NNP Number=Sing 8 compound 8:compound _ 8 Fire Fire PROPN NNP Number=Sing 4 obl 4:obl:about _ -9 but but CCONJ CC _ 11 cc 11:cc _ +9 but but CCONJ CC _ 13 cc 13:cc _ 10-11 that's _ _ _ _ _ _ _ _ -10 that that PRON DT Number=Sing|PronType=Dem 4 nsubj 4:nsubj _ -11 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ -12 not not PART RB _ 4 advmod 4:advmod _ -13 what what PRON WP PronType=Int 4 conj 4:conj:but _ +10 that that PRON DT Number=Sing|PronType=Dem 13 nsubj 13:nsubj _ +11 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +12 not not PART RB _ 13 advmod 13:advmod _ +13 what what PRON WP PronType=Rel 4 conj 4:conj:but|15:obj _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +15 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 16 (: (: SYM NFP _ 4 discourse 4:discourse _ 17 Does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 18 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 expl 19:expl _ @@ -151830,7 +151916,7 @@ 23 out out ADP RP _ 22 compound:prt 22:compound:prt _ 24 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 25 extra extra NOUN NN Number=Sing 27 compound 27:compound _ -26 fifty fifty NUM CD NumType=Card 27 nummod 27:nummod _ +26 fifty fifty NUM CD NumForm=Word|NumType=Card 27 nummod 27:nummod _ 27 dollars dollar NOUN NNS Number=Plur 22 obj 22:obj SpaceAfter=No 28 ? ? PUNCT . _ 4 punct 4:punct _ @@ -151849,14 +151935,14 @@ 1 Well well INTJ UH _ 4 discourse 4:discourse _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 3 recently recently ADV RB _ 4 advmod 4:advmod _ -4 bought buy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 bought buy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 Nook Nook PROPN NNP Number=Sing 7 compound 7:compound _ 7 Color Color PROPN NNP Number=Sing 4 obj 4:obj SpaceAfter=No 8 , , PUNCT , _ 11 punct 11:punct _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj|13:nsubj:xsubj _ -11 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +11 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 12 to to PART TO _ 13 mark 13:mark _ 13 say say VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 14 that that SCONJ IN _ 18 mark 18:mark _ @@ -151870,39 +151956,39 @@ # sent_id = answers-20111108082304AAEbrNs_ans-0010 # text = It is like a mini tablet itself! -1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ +1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 3 like like ADP IN _ 6 case 6:case _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 mini mini ADJ JJ Degree=Pos 6 amod 6:amod _ 6 tablet tablet NOUN NN Number=Sing 0 root 0:root _ -7 itself itself PRON PRP Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nmod:npmod 6:nmod:npmod SpaceAfter=No +7 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Emp|Reflex=Yes 6 nmod:npmod 6:nmod:npmod SpaceAfter=No 8 ! ! PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108082304AAEbrNs_ans-0011 # text = When I found out them came up with the Nook Tablet, I was pretty disappointed though, because I bought my Nook color for the same darn price! -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:when _ +3 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:when _ 4 out out ADP RP _ 3 compound:prt 3:compound:prt _ 5 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -6 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +6 came come VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ 7 up up ADV RB _ 6 advmod 6:advmod _ 8 with with ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 Nook Nook PROPN NNP Number=Sing 11 compound 11:compound _ 11 Tablet Tablet PROPN NNP Number=Sing 6 obl 6:obl:with SpaceAfter=No -12 , , PUNCT , _ 16 punct 16:punct _ +12 , , PUNCT , _ 3 punct 3:punct _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 cop 16:cop _ 15 pretty pretty ADV RB _ 16 advmod 16:advmod _ 16 disappointed disappointed ADJ JJ Degree=Pos 0 root 0:root _ 17 though though ADV RB _ 16 advmod 16:advmod SpaceAfter=No -18 , , PUNCT , _ 16 punct 16:punct _ +18 , , PUNCT , _ 21 punct 21:punct _ 19 because because SCONJ IN _ 21 mark 21:mark _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ -21 bought buy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:because _ -22 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +21 bought buy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:because _ +22 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 23 Nook Nook PROPN NNP Number=Sing 24 compound 24:compound _ 24 color color PROPN NNP Number=Sing 21 obj 21:obj _ 25 for for ADP IN _ 29 case 29:case _ @@ -151916,13 +152002,13 @@ # text = So I say you should go for the more updated Nook Tablet. 1 So so ADV RB _ 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 say say VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 5 should should AUX MD VerbForm=Fin 6 aux 6:aux _ 6 go go VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ 7 for for ADP IN _ 12 case 12:case _ 8 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -9 more more ADV RBR _ 10 advmod 10:advmod _ +9 more more ADV RBR Degree=Cmp 10 advmod 10:advmod _ 10 updated updated ADJ JJ Degree=Pos 12 amod 12:amod _ 11 Nook Nook PROPN NNP Number=Sing 12 compound 12:compound _ 12 Tablet Tablet PROPN NNP Number=Sing 6 obl 6:obl:for SpaceAfter=No @@ -151932,7 +152018,7 @@ # text = I'm pretty sure it'll be worth it. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 pretty pretty ADV RB _ 4 advmod 4:advmod _ 4 sure sure ADJ JJ Degree=Pos 0 root 0:root _ 5-6 it'll _ _ _ _ _ _ _ _ @@ -151960,31 +152046,31 @@ 5 's 's PART POS _ 4 case 4:case _ 6 processor processor NOUN NN Number=Sing 1 obl 1:obl:by _ 7-8 it's _ _ _ _ _ _ _ _ -7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj|13:nsubj:xsubj _ -8 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ -9 supposed suppose VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj:pass 9:nsubj:pass|13:nsubj:xsubj _ +8 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux:pass 9:aux:pass _ +9 supposed suppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 10 to to PART TO _ 13 mark 13:mark _ 11 be be AUX VB VerbForm=Inf 13 cop 13:cop _ 12 quite quite ADV RB _ 13 advmod 13:advmod _ -13 faster faster ADJ JJR Degree=Cmp 9 xcomp 9:xcomp SpaceAfter=No +13 faster fast ADJ JJR Degree=Cmp 9 xcomp 9:xcomp SpaceAfter=No 14 ! ! PUNCT . _ 9 punct 9:punct _ # sent_id = answers-20111108082304AAEbrNs_ans-0016 # text = Basically Nook Tablet it has more memory, better battery life and a better processor and a microphone. 1 Basically basically ADV RB _ 5 advmod 5:advmod _ 2 Nook Nook PROPN NNP Number=Sing 3 compound 3:compound _ -3 Tablet Tablet PROPN NNP Number=Sing 4 appos 4:appos _ -4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ +3 Tablet Tablet PROPN NNP Number=Sing 5 nsubj 5:nsubj _ +4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 appos 3:appos _ 5 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 more more ADJ JJR Degree=Cmp 7 amod 7:amod _ 7 memory memory NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No 8 , , PUNCT , _ 11 punct 11:punct _ -9 better better ADV RBR Degree=Cmp 11 advmod 11:advmod _ +9 better well ADV RBR Degree=Cmp 11 advmod 11:advmod _ 10 battery battery ADJ JJ Degree=Pos 11 amod 11:amod _ 11 life life NOUN NN Number=Sing 7 conj 5:obj|7:conj:and _ 12 and and CCONJ CC _ 15 cc 15:cc _ 13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ -14 better better ADJ JJR Degree=Cmp 15 amod 15:amod _ +14 better good ADJ JJR Degree=Cmp 15 amod 15:amod _ 15 processor processor NOUN NN Number=Sing 7 conj 5:obj|7:conj:and _ 16 and and CCONJ CC _ 18 cc 18:cc _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ @@ -152001,22 +152087,22 @@ 1 eReader ereader NOUN NN Number=Sing 3 compound 3:compound _ 2 Tablet Tablet PROPN NNP Number=Sing 3 compound 3:compound _ 3 Comparison Comparison PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -4 ; ; PUNCT , _ 3 punct 3:punct _ +4 ; ; PUNCT , _ 9 punct 9:punct _ 5 B B PROPN NNP Number=Sing 9 compound 9:compound SpaceAfter=No 6 & & CCONJ CC _ 7 cc 7:cc SpaceAfter=No 7 N N PROPN NNP Number=Sing 5 conj 5:conj|9:compound _ 8 Nook Nook PROPN NNP Number=Sing 9 compound 9:compound _ 9 Tablet Tablet PROPN NNP Number=Sing 3 list 3:list SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 15 punct 15:punct _ 11 B B PROPN NNP Number=Sing 15 compound 15:compound SpaceAfter=No 12 & & CCONJ CC _ 13 cc 13:cc SpaceAfter=No 13 N N PROPN NNP Number=Sing 11 conj 11:conj|15:compound _ 14 Nook Nook PROPN NNP Number=Sing 15 compound 15:compound _ 15 Color Color PROPN NNP Number=Sing 9 list 9:list SpaceAfter=No -16 , , PUNCT , _ 9 punct 9:punct _ +16 , , PUNCT , _ 18 punct 18:punct _ 17 Kindle Kindle PROPN NNP Number=Sing 18 compound 18:compound _ 18 Fire Fire PROPN NNP Number=Sing 9 list 9:list SpaceAfter=No -19 , , PUNCT , _ 9 punct 9:punct _ +19 , , PUNCT , _ 21 punct 21:punct _ 20 HTC HTC PROPN NNP Number=Sing 21 compound 21:compound _ 21 Flyer Flyer PROPN NNP Number=Sing 9 list 9:list _ @@ -152038,10 +152124,10 @@ # text = Hey there, I'm trying to find a restaurant in Philly to take my husband tomorrow for his birthday. 1 Hey hey INTJ UH _ 6 discourse 6:discourse _ 2 there there ADV RB PronType=Dem 1 advmod 1:advmod SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 1 punct 1:punct _ 4-5 I'm _ _ _ _ _ _ _ _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj|8:nsubj:xsubj _ -5 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 trying try VERB VBG VerbForm=Ger 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 find find VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ @@ -152051,11 +152137,11 @@ 12 Philly Philly PROPN NNP Number=Sing 10 nmod 10:nmod:in _ 13 to to PART TO _ 14 mark 14:mark _ 14 take take VERB VB VerbForm=Inf 10 acl 10:acl:to _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 husband husband NOUN NN Number=Sing 14 obj 14:obj _ 17 tomorrow tomorrow NOUN NN Number=Sing 14 obl:tmod 14:obl:tmod _ 18 for for ADP IN _ 20 case 20:case _ -19 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 birthday birthday NOUN NN Number=Sing 14 obl 14:obl:for SpaceAfter=No 21 . . PUNCT . _ 6 punct 6:punct _ @@ -152069,44 +152155,44 @@ 5 an a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 6 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 acl 21:acl _ -9 American american ADJ JJ Degree=Pos 10 amod 10:amod _ -10 Food Food PROPN NNP Number=Sing 8 obj 8:obj SpaceAfter=No +8 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 21 acl 21:acl _ +9 American American ADJ JJ Degree=Pos 10 amod 10:amod _ +10 Food food NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No 11 , , PUNCT , _ 13 punct 13:punct _ 12 good good ADJ JJ Degree=Pos 13 amod 13:amod _ 13 drinks drink NOUN NNS Number=Plur 10 conj 8:obj|10:conj _ 14 on on ADP IN _ 15 case 15:case _ 15 occasion occasion NOUN NN Number=Sing 13 nmod 13:nmod:on SpaceAfter=No -16 , , PUNCT , _ 17 punct 17:punct _ +16 , , PUNCT , _ 8 punct 8:punct _ 17 laid laid ADJ JJ Degree=Pos 21 amod 21:amod _ -18 back back ADJ JJ Degree=Pos 17 advmod 17:advmod SpaceAfter=No -19 . . PUNCT . _ 21 punct 21:punct SpaceAfter=No -20 " " PUNCT '' _ 21 punct 21:punct _ +18 back back ADV RB _ 17 advmod 17:advmod SpaceAfter=No +19 . . PUNCT . _ 17 punct 17:punct SpaceAfter=No +20 " " PUNCT '' _ 17 punct 17:punct _ 21 kind kind NOUN NN Number=Sing 0 root 0:root _ 22 of of ADP IN _ 23 case 23:case _ 23 guy guy NOUN NN Number=Sing 21 nmod 21:nmod:of SpaceAfter=No 24 . . PUNCT . _ 21 punct 21:punct _ -25 ;) ;) SYM UH _ 21 discourse 21:discourse _ +25 ;) ;) SYM NFP _ 21 discourse 21:discourse _ # sent_id = answers-20111031103114AA61BW3_ans-0004 # text = I want to take him somewhere where there's going to be awesome burgers/american food, atmosphere (preferably a tavern/pub style would be nice), good service, and all around a great time. =) 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 take take VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ -6 somewhere somewhere ADV RB _ 4 advmod 4:advmod _ -7 where where SCONJ WRB PronType=Rel 10 mark 10:mark _ +6 somewhere somewhere ADV RB _ 4 advmod 4:advmod|10:advmod _ +7 where where ADV WRB PronType=Rel 10 advmod 6:ref _ 8-9 there's _ _ _ _ _ _ _ _ 8 there there PRON EX _ 10 expl 10:expl _ 9 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ -10 going go VERB VBG Tense=Pres|VerbForm=Part 6 acl:relcl 6:acl:relcl _ -11 to to PART TO _ 14 mark 14:mark _ -12 be be AUX VB VerbForm=Inf 14 cop 14:cop _ +10 going go VERB VBG Tense=Pres|VerbForm=Part 6 advcl:relcl 6:advcl:relcl _ +11 to to PART TO _ 12 mark 12:mark _ +12 be be VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 13 awesome awesome ADJ JJ Degree=Pos 14 amod 14:amod _ -14 burgers burger NOUN NNS Number=Plur 10 nsubj 10:nsubj SpaceAfter=No -15 / / PUNCT , _ 17 cc 17:cc SpaceAfter=No -16 american american ADJ JJ Degree=Pos 17 amod 17:amod _ +14 burgers burger NOUN NNS Number=Plur 12 nsubj 12:nsubj SpaceAfter=No +15 / / SYM , _ 17 cc 17:cc SpaceAfter=No +16 american American ADJ JJ Degree=Pos 17 amod 17:amod _ 17 food food NOUN NN Number=Sing 14 conj 10:nsubj|14:conj:and SpaceAfter=No 18 , , PUNCT , _ 19 punct 19:punct _ 19 atmosphere atmosphere NOUN NN Number=Sing 14 conj 10:nsubj|14:conj:and _ @@ -152114,7 +152200,7 @@ 21 preferably preferably ADV RB _ 29 advmod 29:advmod _ 22 a a DET DT Definite=Ind|PronType=Art 26 det 26:det _ 23 tavern tavern NOUN NN Number=Sing 26 compound 26:compound SpaceAfter=No -24 / / PUNCT , _ 25 cc 25:cc SpaceAfter=No +24 / / SYM , _ 25 cc 25:cc SpaceAfter=No 25 pub pub NOUN NN Number=Sing 23 conj 23:conj|26:compound _ 26 style style NOUN NN Number=Sing 29 nsubj 29:nsubj _ 27 would would AUX MD VerbForm=Fin 29 aux 29:aux _ @@ -152124,7 +152210,7 @@ 31 , , PUNCT , _ 33 punct 33:punct _ 32 good good ADJ JJ Degree=Pos 33 amod 33:amod _ 33 service service NOUN NN Number=Sing 14 conj 10:nsubj|14:conj:and SpaceAfter=No -34 , , PUNCT , _ 14 punct 14:punct _ +34 , , PUNCT , _ 40 punct 40:punct _ 35 and and CCONJ CC _ 40 cc 40:cc _ 36 all all ADV RB _ 37 advmod 37:advmod _ 37 around around ADV RB _ 40 advmod 40:advmod _ @@ -152138,12 +152224,12 @@ # text = I'm looking for suggestions from anyone who knows the philly area and the where to's. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 looking look VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 for for ADP IN _ 5 case 5:case _ 5 suggestions suggestion NOUN NNS Number=Plur 3 obl 3:obl:for _ 6 from from ADP IN _ 7 case 7:case _ -7 anyone anyone PRON NN Number=Sing 5 nmod 5:nmod:from|9:nsubj _ +7 anyone anyone PRON NN Number=Sing|PronType=Ind 5 nmod 5:nmod:from|9:nsubj _ 8 who who PRON WP PronType=Rel 9 nsubj 7:ref _ 9 knows know VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -152152,14 +152238,14 @@ 13 and and CCONJ CC _ 16 cc 16:cc _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 15 where where NOUN NN Number=Sing 16 compound 16:compound _ -16 to's to' NOUN NNS Number=Plur 12 conj 9:obj|12:conj:and SpaceAfter=No +16 to's to NOUN NNS Number=Plur 12 conj 9:obj|12:conj:and SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111031103114AA61BW3_ans-0006 # text = We just moved to a town outside Philly a couple of months back so I'm not an expert on the area. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 moved move VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 moved move VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to ADP IN _ 6 case 6:case _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 town town NOUN NN Number=Sing 3 obl 3:obl:to _ @@ -152173,10 +152259,10 @@ 14 so so ADV RB _ 19 advmod 19:advmod _ 15-16 I'm _ _ _ _ _ _ _ _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -16 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ +16 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 17 not not PART RB _ 19 advmod 19:advmod _ 18 an a DET DT Definite=Ind|PronType=Art 19 det 19:det _ -19 expert expert NOUN NN Number=Sing 3 conj 3:conj _ +19 expert expert NOUN NN Number=Sing 3 parataxis 3:parataxis _ 20 on on ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 area area NOUN NN Number=Sing 19 nmod 19:nmod:on SpaceAfter=No @@ -152195,12 +152281,12 @@ # sent_id = answers-20111031103114AA61BW3_ans-0008 # text = Thank you or your feed back. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 or or CCONJ CC _ 5 cc 5:cc _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -5 feed feed NOUN NN Number=Sing 1 conj 1:conj:or _ -6 back back NOUN NN Number=Sing 5 goeswith 5:goeswith SpaceAfter=No +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +5 feed feedback NOUN GW Number=Sing|Typo=Yes 1 conj 1:conj:or _ +6 back _ X NN _ 5 goeswith 5:goeswith SpaceAfter=No 7 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111031103114AA61BW3_ans-0009 @@ -152208,9 +152294,9 @@ # text = Oh my, you asked this question at the perfect time. 1 Oh oh INTJ UH _ 2 discourse 2:discourse _ 2 my my INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 asked ask VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 question question NOUN NN Number=Sing 5 obj 5:obj _ 8 at at ADP IN _ 11 case 11:case _ @@ -152254,7 +152340,7 @@ 5 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 6 very very ADJ JJ Degree=Pos 7 amod 7:amod _ 7 subject subject NOUN NN Number=Sing 0 root 0:root _ -8 ... ... PUNCT , _ 7 punct 7:punct _ +8 ... ... PUNCT , _ 9 punct 9:punct _ 9 bars bar NOUN NNS Number=Plur 7 appos 7:appos _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 food food NOUN NN Number=Sing 9 conj 7:appos|9:conj:and SpaceAfter=No @@ -152276,7 +152362,7 @@ # sent_id = answers-20111031103114AA61BW3_ans-0013 # text = Wishing your husband a happy birthday! 1 Wishing wish VERB VBG VerbForm=Ger 0 root 0:root _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 husband husband NOUN NN Number=Sing 1 iobj 1:iobj _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 happy happy ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -152289,35 +152375,36 @@ 1 If if SCONJ IN _ 4 mark 4:mark _ 2-3 you're _ _ _ _ _ _ _ _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 looking look VERB VBG Tense=Pres|VerbForm=Part 26 advcl 26:advcl:if _ 5 for for ADP IN _ 8 case 8:case _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 good good ADJ JJ Degree=Pos 8 amod 8:amod _ 8 burger burger NOUN NN Number=Sing 4 obl 4:obl:for SpaceAfter=No 9 , , PUNCT , _ 12 punct 12:punct _ -10 some some DET DT _ 12 det 12:det _ +10 some some DET DT PronType=Ind 12 det 12:det _ 11 great great ADJ JJ Degree=Pos 12 amod 12:amod _ -12 fries fries NOUN NNS Number=Plur 8 conj 4:obl:for|8:conj:and _ -13 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No -14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -15 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 parataxis 12:parataxis _ -16 too to PART TO Typo=Yes 17 mark 17:mark _ -17 die die VERB VB VerbForm=Inf 15 ccomp 15:ccomp _ +12 fries fry NOUN NNS Number=Plur 8 conj 4:obl:for|8:conj:and _ +13 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No +14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 17 nsubj:outer 17:nsubj:outer _ +15 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ +16 too to PART TO Typo=Yes 17 mark 17:mark CorrectForm=to +17 die die VERB VB VerbForm=Inf 12 parataxis 12:parataxis _ 18 for for ADP IN _ 17 obl 17:obl SpaceAfter=No -19 ! ! PUNCT . _ 15 punct 15:punct SpaceAfter=No -20 ) ) PUNCT -RRB- _ 15 punct 15:punct SpaceAfter=No +19 ! ! PUNCT . _ 17 punct 17:punct SpaceAfter=No +20 ) ) PUNCT -RRB- _ 17 punct 17:punct SpaceAfter=No 21 , , PUNCT , _ 24 punct 24:punct _ 22 and and CCONJ CC _ 24 cc 24:cc _ 23 good good ADJ JJ Degree=Pos 24 amod 24:amod _ 24 drinks drink NOUN NNS Number=Plur 8 conj 4:obl:for|8:conj:and SpaceAfter=No -25 , , PUNCT , _ 26 punct 26:punct _ +25 , , PUNCT , _ 4 punct 4:punct _ 26 go go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 27 to to ADP IN _ 28 case 28:case _ 28 Chickie Chickie PROPN NNP Number=Sing 26 obl 26:obl:to _ 29 & & CCONJ CC _ 30 cc 30:cc _ -30 Pete Pete PROPN NNP Number=Sing 28 conj 26:obl:to|28:conj SpaceAfter=No -31 's 's PART POS _ 28 case 28:case SpaceAfter=No +30-31 Pete's _ _ _ _ _ _ _ SpaceAfter=No +30 Pete Pete PROPN NNP Number=Sing 28 conj 26:obl:to|28:conj _ +31 's 's PART POS _ 28 case 28:case _ 32 ! ! PUNCT . _ 26 punct 26:punct _ # sent_id = answers-20111031103114AA61BW3_ans-0015 @@ -152325,9 +152412,9 @@ 1 Oh oh INTJ UH _ 3 discourse 3:discourse _ 2 my my INTJ UH _ 3 nmod:poss 3:nmod:poss _ 3 gosh gosh INTJ UH _ 7 discourse 7:discourse SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 7 great great ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 8 ! ! PUNCT . _ 7 punct 7:punct _ @@ -152335,16 +152422,16 @@ # text = If you go, make sure you order the crab fries, you won't regret it :) 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:if SpaceAfter=No -4 , , PUNCT , _ 5 punct 5:punct _ +3 go go VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:if SpaceAfter=No +4 , , PUNCT , _ 3 punct 3:punct _ 5 make make VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 6 sure sure ADJ JJ Degree=Pos 5 xcomp 5:xcomp _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -8 order order VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ +8 order order VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 crab crab NOUN NN Number=Sing 11 compound 11:compound _ -11 fries fries NOUN NNS Number=Plur 8 obj 8:obj SpaceAfter=No -12 , , PUNCT , _ 5 punct 5:punct _ +11 fries fry NOUN NNS Number=Plur 8 obj 8:obj SpaceAfter=No +12 , , PUNCT , _ 16 punct 16:punct _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ 14-15 won't _ _ _ _ _ _ _ _ 14 wo will AUX MD VerbForm=Fin 16 aux 16:aux _ @@ -152371,22 +152458,22 @@ # text = I'm getting a 10 gallon for my betta tomorrow and I just want to know how to properly set it up. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 getting get VERB VBG VerbForm=Ger 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -5 10 10 NUM CD NumType=Card 6 nummod 6:nummod _ +5 10 10 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 gallon gallon NOUN NN Number=Sing 3 obj 3:obj _ 7 for for ADP IN _ 9 case 9:case _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 betta betta NOUN NN Number=Sing 3 obl 3:obl:for _ 10 tomorrow tomorrow NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 11 and and CCONJ CC _ 14 cc 14:cc _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj|16:nsubj:xsubj _ 13 just just ADV RB _ 14 advmod 14:advmod _ -14 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +14 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 15 to to PART TO _ 16 mark 16:mark _ 16 know know VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ -17 how how SCONJ WRB PronType=Int 20 mark 20:mark _ +17 how how ADV WRB PronType=Int 20 advmod 20:advmod _ 18 to to PART TO _ 20 mark 20:mark _ 19 properly properly ADV RB _ 20 advmod 20:advmod _ 20 set set VERB VB VerbForm=Inf 16 ccomp 16:ccomp _ @@ -152398,7 +152485,7 @@ # text = I'm still a beginner. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 still still ADV RB _ 5 advmod 5:advmod _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 beginner beginner NOUN NN Number=Sing 0 root 0:root SpaceAfter=No @@ -152406,14 +152493,14 @@ # sent_id = answers-20111108103211AA4XhnU_ans-0004 # text = Any and all suggestions on what I need to do and buy will help. -1 Any any DET DT _ 4 det 4:det _ +1 Any any DET DT PronType=Ind 4 det 4:det _ 2 and and CCONJ CC _ 3 cc 3:cc _ -3 all all DET DT _ 1 conj 1:conj:and|4:det _ +3 all all DET DT PronType=Tot 1 conj 1:conj:and|4:det _ 4 suggestions suggestion NOUN NNS Number=Plur 14 nsubj 14:nsubj _ -5 on on SCONJ IN _ 6 case 6:case _ -6 what what PRON WP PronType=Int 4 nmod 4:nmod:on _ +5 on on SCONJ IN _ 8 mark 8:mark _ +6 what what PRON WP PronType=Int 10 obj 10:obj|12:obj _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj|12:nsubj:xsubj _ -8 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +8 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 acl 4:acl:on _ 9 to to PART TO _ 10 mark 10:mark _ 10 do do VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 and and CCONJ CC _ 12 cc 12:cc _ @@ -152430,36 +152517,36 @@ # sent_id = answers-20111108103211AA4XhnU_ans-0006 # newpar id = answers-20111108103211AA4XhnU_ans-p0003 # text = When you get the tank make sure you wash the inside (with plain water) then you wash the gravel (with only water too) take out all the stuff that is floating on top. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:when _ +3 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:when _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 tank tank NOUN NN Number=Sing 3 obj 3:obj _ 6 make make VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 7 sure sure ADJ JJ Degree=Pos 6 xcomp 6:xcomp _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -9 wash wash VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ +9 wash wash VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 inside inside NOUN NN Number=Sing 9 obj 9:obj _ -12 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No +12 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No 13 with with ADP IN _ 15 case 15:case _ 14 plain plain ADJ JJ Degree=Pos 15 amod 15:amod _ 15 water water NOUN NN Number=Sing 9 obl 9:obl:with SpaceAfter=No -16 ) ) PUNCT -RRB- _ 9 punct 9:punct _ +16 ) ) PUNCT -RRB- _ 15 punct 15:punct _ 17 then then ADV RB PronType=Dem 19 advmod 19:advmod _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 19 nsubj 19:nsubj|28:nsubj _ -19 wash wash VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 parataxis 9:parataxis _ +19 wash wash VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 parataxis 9:parataxis _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 gravel gravel NOUN NN Number=Sing 19 obj 19:obj _ -22 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No +22 ( ( PUNCT -LRB- _ 25 punct 25:punct SpaceAfter=No 23 with with ADP IN _ 25 case 25:case _ 24 only only ADV RB _ 25 advmod 25:advmod _ 25 water water NOUN NN Number=Sing 19 obl 19:obl:with _ 26 too too ADV RB _ 19 advmod 19:advmod SpaceAfter=No -27 ) ) PUNCT -RRB- _ 19 punct 19:punct _ +27 ) ) PUNCT -RRB- _ 26 punct 26:punct _ 28 take take VERB VB VerbForm=Inf 19 conj 19:conj _ 29 out out ADP RP _ 28 compound:prt 28:compound:prt _ -30 all all DET PDT _ 32 det:predet 32:det:predet _ +30 all all DET PDT PronType=Tot 32 det:predet 32:det:predet _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 32 stuff stuff NOUN NN Number=Sing 28 obj 28:obj|35:nsubj _ 33 that that PRON WDT PronType=Rel 35 nsubj 32:ref _ @@ -152481,10 +152568,10 @@ 8 may may AUX MD VerbForm=Fin 9 aux 9:aux _ 9 tear tear VERB VB VerbForm=Inf 1 advcl 1:advcl:as _ 10 up up ADP RP _ 9 compound:prt 9:compound:prt _ -11 ur ur PRON PRP$ _ 12 nmod:poss 12:nmod:poss _ +11 ur your PRON PRP$ Abbr=Yes|Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss CorrectForm=your 12-13 bettas _ _ _ _ _ _ _ _ 12 betta betta NOUN NN Number=Sing 15 nmod:poss 15:nmod:poss _ -13 s 's PART POS _ 12 case 12:case _ +13 s 's PART POS Typo=Yes 12 case 12:case CorrectForm='s 14 delicate delicate ADJ JJ Degree=Pos 15 amod 15:amod _ 15 fins fin NOUN NNS Number=Plur 9 obj 9:obj SpaceAfter=No 16 . . PUNCT . _ 1 punct 1:punct _ @@ -152492,11 +152579,11 @@ # sent_id = answers-20111108103211AA4XhnU_ans-0008 # text = You add the water and put water conditioner into the water. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj|6:nsubj _ -2 add add VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 add add VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 water water NOUN NN Number=Sing 2 obj 2:obj _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 put put VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +6 put put VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 7 water water NOUN NN Number=Sing 8 compound 8:compound _ 8 conditioner conditioner NOUN NN Number=Sing 6 obj 6:obj _ 9 into into ADP IN _ 11 case 11:case _ @@ -152508,14 +152595,14 @@ # text = Start up your filter (sponge filters are the best for bettas) and put in a heater and set it to anywhere between 78-82. 1 Start start VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 up up ADP RP _ 1 compound:prt 1:compound:prt _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 filter filter NOUN NN Number=Sing 1 obj 1:obj _ 5 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No 6 sponge sponge NOUN NN Number=Sing 7 compound 7:compound _ 7 filters filter NOUN NNS Number=Plur 10 nsubj 10:nsubj _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -10 best best ADJ JJS Degree=Sup 1 parataxis 1:parataxis _ +10 best good ADJ JJS Degree=Sup 1 parataxis 1:parataxis _ 11 for for ADP IN _ 12 case 12:case _ 12 bettas betta NOUN NNS Number=Plur 10 obl 10:obl:for SpaceAfter=No 13 ) ) PUNCT -RRB- _ 10 punct 10:punct _ @@ -152530,39 +152617,39 @@ 22 to to ADP IN _ 23 case 23:case _ 23 anywhere anywhere NOUN NN Number=Sing 20 obl 20:obl:to _ 24 between between ADP IN _ 25 case 25:case _ -25 78 78 NUM CD NumType=Card 23 nmod 23:nmod:between SpaceAfter=No +25 78 78 NUM CD NumForm=Digit|NumType=Card 23 nmod 23:nmod:between SpaceAfter=No 26 - - SYM SYM _ 27 case 27:case SpaceAfter=No -27 82 82 NUM CD NumType=Card 25 nmod 25:nmod SpaceAfter=No +27 82 82 NUM CD NumForm=Digit|NumType=Card 25 nmod 25:nmod SpaceAfter=No 28 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108103211AA4XhnU_ans-0010 # text = Wait about 2 weeks or 3 and test your water. 1 Wait wait VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 about about ADV RB _ 3 advmod 3:advmod _ -3 2 2 NUM CD NumType=Card 4 nummod 4:nummod _ +3 2 2 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 weeks week NOUN NNS Number=Plur 1 obl:tmod 1:obl:tmod _ 5 or or CCONJ CC _ 6 cc 6:cc _ -6 3 3 NUM CD NumType=Card 4 conj 1:obl:tmod|4:conj:or _ +6 3 3 NUM CD NumForm=Digit|NumType=Card 4 conj 1:obl:tmod|4:conj:or _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 test test VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 water water NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No 11 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108103211AA4XhnU_ans-0011 # text = If everything is looking good you may add you betta to its new home. 1 If if SCONJ IN _ 4 mark 4:mark _ -2 everything everything PRON NN Number=Sing 4 nsubj 4:nsubj|5:nsubj:xsubj _ +2 everything everything PRON NN Number=Sing|PronType=Tot 4 nsubj 4:nsubj|5:nsubj:xsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 looking look VERB VBG Tense=Pres|VerbForm=Part 8 advcl 8:advcl:if _ 5 good good ADJ JJ Degree=Pos 4 xcomp 4:xcomp _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ 7 may may AUX MD VerbForm=Fin 8 aux 8:aux _ 8 add add VERB VB VerbForm=Inf 0 root 0:root _ -9 you you PRON PRP$ _ 10 nmod:poss 10:nmod:poss _ +9 you your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Typo=Yes 10 nmod:poss 10:nmod:poss CorrectForm=your 10 betta betta NOUN NN Number=Sing 8 obj 8:obj _ 11 to to ADP IN _ 14 case 14:case _ -12 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 13 new new ADJ JJ Degree=Pos 14 amod 14:amod _ 14 home home NOUN NN Number=Sing 8 obl 8:obl:to SpaceAfter=No 15 . . PUNCT . _ 8 punct 8:punct _ @@ -152570,14 +152657,14 @@ # sent_id = answers-20111108103211AA4XhnU_ans-0012 # text = Lights are optinal since fish need the light turn off at night anyways and an air pump is not nessasary since they get air from the surface. 1 Lights light NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 optinal optinal ADJ JJ Degree=Pos 0 root 0:root _ 4 since since SCONJ IN _ 6 mark 6:mark _ 5 fish fish NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -6 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:since _ +6 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:since _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 light light NOUN NN Number=Sing 6 obj 6:obj|9:nsubj:xsubj _ -9 turn turn VERB VBN Tense=Past|VerbForm=Part 6 xcomp 6:xcomp _ +9 turn turn VERB VBN Tense=Past|Typo=Yes|VerbForm=Part|Voice=Pass 6 xcomp 6:xcomp CorrectForm=turned 10 off off ADP RP _ 9 compound:prt 9:compound:prt _ 11 at at ADP IN _ 12 case 12:case _ 12 night night NOUN NN Number=Sing 9 obl 9:obl:at _ @@ -152591,7 +152678,7 @@ 20 nessasary nessasary ADJ JJ Degree=Pos 3 conj 3:conj:and _ 21 since since SCONJ IN _ 23 mark 23:mark _ 22 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 23 nsubj 23:nsubj _ -23 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 advcl 20:advcl:since _ +23 get get VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 advcl 20:advcl:since _ 24 air air NOUN NN Number=Sing 23 obj 23:obj _ 25 from from ADP IN _ 27 case 27:case _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ @@ -152603,18 +152690,18 @@ # text = ask the people selling you the fish how you should set it up,they would know 1 ask ask VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ -3 people people NOUN NNS Number=Plur 1 obj 1:obj _ +3 people people NOUN NNS Number=Plur 1 iobj 1:iobj _ 4 selling sell VERB VBG VerbForm=Ger 3 acl 3:acl _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 iobj 4:iobj _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 fish fish NOUN NNS Number=Plur 4 obj 4:obj _ -8 how how SCONJ WRB PronType=Int 11 mark 11:mark _ +8 how how ADV WRB PronType=Int 11 advmod 11:advmod _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ 10 should should AUX MD VerbForm=Fin 11 aux 11:aux _ 11 set set VERB VB VerbForm=Inf 1 ccomp 1:ccomp _ 12 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj _ 13 up up ADP RP _ 11 compound:prt 11:compound:prt SpaceAfter=No -14 , , PUNCT , _ 1 punct 1:punct SpaceAfter=No +14 , , PUNCT , _ 17 punct 17:punct SpaceAfter=No 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 16 would would AUX MD VerbForm=Fin 17 aux 17:aux _ 17 know know VERB VB VerbForm=Inf 1 parataxis 1:parataxis _ @@ -152628,7 +152715,7 @@ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 water water NOUN NN Number=Sing 1 obl 1:obl:with _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 put put VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 put put VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 in in ADP IN _ 9 case 9:case _ 9 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obl 7:obl:in SpaceAfter=No 10 . . PUNCT . _ 1 punct 1:punct _ @@ -152648,7 +152735,7 @@ 1 Do do AUX VB Mood=Imp|VerbForm=Fin 3 aux 3:aux _ 2 not not PART RB _ 3 advmod 3:advmod _ 3 put put VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 fish fish NOUN NN Number=Sing 6 compound 6:compound _ 6 tank tank NOUN NN Number=Sing 3 obj 3:obj _ 7 close close ADV RB Degree=Pos 3 advmod 3:advmod _ @@ -152657,15 +152744,15 @@ 10 sun sun NOUN NN Number=Sing 7 obl 7:obl:to _ 11 or or CCONJ CC _ 13 cc 13:cc _ 12 algae alga NOUN NNS Number=Plur 13 nsubj 13:nsubj _ -13 grow grow VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:or _ +13 grow grow VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:or _ 14 in in ADP IN _ 16 case 16:case _ -15 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 tank tank NOUN NN Number=Sing 13 obl 13:obl:in SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108103211AA4XhnU_ans-0017 # text = Everything else should be good. -1 Everything everything PRON NN Number=Sing 5 nsubj 5:nsubj _ +1 Everything everything PRON NN Number=Sing|PronType=Tot 5 nsubj 5:nsubj _ 2 else else ADJ JJ Degree=Pos 1 amod 1:amod _ 3 should should AUX MD VerbForm=Fin 5 aux 5:aux _ 4 be be AUX VB VerbForm=Inf 5 cop 5:cop _ @@ -152678,16 +152765,16 @@ 2 sure sure ADJ JJ Degree=Pos 1 xcomp 1:xcomp _ 3 if if SCONJ IN _ 5 mark 5:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:if _ +5 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:if _ 6 new new ADJ JJ Degree=Pos 7 amod 7:amod _ 7 fish fish NOUN NNS Number=Plur 5 obj 5:obj _ 8 that that SCONJ IN _ 10 mark 10:mark _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp _ +10 get get VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 11 along along ADV RB _ 10 advmod 10:advmod _ -12 with with ADP IN _ 14 case 14:case _ -13 one one NUM CD NumType=Card 14 det 14:det _ -14 another another DET DT _ 10 obl 10:obl:with SpaceAfter=No +12 with with ADP IN _ 13 case 13:case _ +13 one one PRON CD PronType=Rcp 10 obl 10:obl:with _ +14 another another DET DT PronType=Ind 13 fixed 13:fixed SpaceAfter=No 15 . . PUNCT . _ 1 punct 1:punct _ # newdoc id = answers-20111108090913AAf83Jh_ans @@ -152702,7 +152789,7 @@ 6 lazers lazer NOUN NNS Number=Plur 5 obj 5:obj _ 7 out out ADP IN _ 10 case 10:case _ 8 of of ADP IN _ 10 case 10:case _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 Wang wang NOUN NN Number=Sing 5 obl 5:obl:of SpaceAfter=No 11 ? ? PUNCT . _ 3 punct 3:punct _ @@ -152714,18 +152801,18 @@ 3 like like VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 learn learn VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 how how SCONJ WRB PronType=Int 5 mark 5:mark _ +6 how how ADV WRB PronType=Int 5 advmod 5:advmod _ # sent_id = answers-20111108090913AAf83Jh_ans-0003 # newpar id = answers-20111108090913AAf83Jh_ans-p0003 # text = I see youre still recovering from the accident. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 see see VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3-4 youre _ _ _ _ _ _ _ _ -3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -4 re be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ +4 re be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|Typo=Yes|VerbForm=Fin 6 aux 6:aux CorrectForm='re 5 still still ADV RB _ 6 advmod 6:advmod _ -6 recovering recover VERB VBG VerbForm=Ger 4 xcomp 4:xcomp _ +6 recovering recover VERB VBG VerbForm=Ger 2 ccomp 2:ccomp _ 7 from from ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 accident accident NOUN NN Number=Sing 6 obl 6:obl:from SpaceAfter=No @@ -152734,11 +152821,11 @@ # sent_id = answers-20111108090913AAf83Jh_ans-0004 # text = You appear to be feeling better though. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj|5:nsubj:xsubj|6:nsubj:xsubj _ -2 appear appear VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 appear appear VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 5 mark 5:mark _ 4 be be AUX VB VerbForm=Inf 5 aux 5:aux _ 5 feeling feel VERB VBG Tense=Pres|VerbForm=Part 2 xcomp 2:xcomp _ -6 better better ADJ JJR Degree=Cmp 5 xcomp 5:xcomp _ +6 better good ADJ JJR Degree=Cmp 5 xcomp 5:xcomp _ 7 though though ADV RB _ 5 advmod 5:advmod SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ @@ -152759,26 +152846,26 @@ 4 books book NOUN NNS Number=Plur 0 root 0:root _ 5 and and CCONJ CC _ 10 cc 10:cc _ 6 sci sci NOUN NN Number=Sing 8 compound 8:compound SpaceAfter=No -7 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No +7 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No 8 fi fi NOUN NN Number=Sing 10 compound 10:compound _ -9 tv tv NOUN NN Number=Sing 10 compound 10:compound _ +9 tv TV NOUN NN Number=Sing 10 compound 10:compound _ 10 shows show NOUN NNS Number=Plur 4 conj 4:conj:and SpaceAfter=No -11 / / PUNCT , _ 12 cc 12:cc SpaceAfter=No +11 / / SYM , _ 12 cc 12:cc SpaceAfter=No 12 movies movie NOUN NNS Number=Plur 10 conj 10:conj SpaceAfter=No -13 ... ... PUNCT . _ 4 punct 4:punct _ +13 ... ... PUNCT . _ 14 punct 14:punct _ 14 :D :d SYM NFP _ 4 discourse 4:discourse _ # sent_id = answers-20111108090913AAf83Jh_ans-0007 # newpar id = answers-20111108090913AAf83Jh_ans-p0004 # text = 1 -1 1 1 X LS _ 0 root 0:root _ +1 1 1 NUM LS NumForm=Digit|NumType=Card 0 root 0:root _ # sent_id = answers-20111108090913AAf83Jh_ans-0008 # text = Know that there are pros and cons to laser sights before you mount them on your wang. -1 Know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 that that SCONJ IN _ 4 mark 4:mark _ 3 there there PRON EX _ 4 expl 4:expl _ -4 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp _ +4 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp _ 5 pros pro NOUN NNS Number=Plur 4 nsubj 4:nsubj _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 cons con NOUN NNS Number=Plur 5 conj 4:nsubj|5:conj:and _ @@ -152787,10 +152874,10 @@ 10 sights sight NOUN NNS Number=Plur 5 nmod 5:nmod:to _ 11 before before SCONJ IN _ 13 mark 13:mark _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ -13 mount mount VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:before _ +13 mount mount VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:before _ 14 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 13 obj 13:obj _ 15 on on ADP IN _ 17 case 17:case _ -16 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 wang wang NOUN NN Number=Sing 13 obl 13:obl:on SpaceAfter=No 18 . . PUNCT . _ 1 punct 1:punct _ @@ -152798,17 +152885,17 @@ # text = While they are extremely accurate, laser sights do not operate well when drunk or high because the beam often does not show up on the target. 1 While while SCONJ IN _ 5 mark 5:mark _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 extremely extremely ADV RB _ 5 advmod 5:advmod _ 5 accurate accurate ADJ JJ Degree=Pos 11 advcl 11:advcl:while SpaceAfter=No -6 , , PUNCT , _ 11 punct 11:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 laser laser NOUN NN Number=Sing 8 compound 8:compound _ 8 sights sight NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -9 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 not not PART RB _ 11 advmod 11:advmod _ 11 operate operate VERB VB VerbForm=Inf 0 root 0:root _ 12 well well ADV RB Degree=Pos 11 advmod 11:advmod _ -13 when when SCONJ WRB PronType=Int 14 mark 14:mark _ +13 when when ADV WRB PronType=Int 14 advmod 14:advmod _ 14 drunk drunk ADJ JJ Degree=Pos 11 advcl 11:advcl:when _ 15 or or CCONJ CC _ 16 cc 16:cc _ 16 high high ADJ JJ Degree=Pos 14 conj 11:advcl:when|14:conj:or _ @@ -152828,7 +152915,7 @@ # sent_id = answers-20111108090913AAf83Jh_ans-0010 # text = Therefore, you must learn to shoot manually. 1 Therefore therefore ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ 4 must must AUX MD VerbForm=Fin 5 aux 5:aux _ 5 learn learn VERB VB VerbForm=Inf 0 root 0:root _ @@ -152839,7 +152926,7 @@ # sent_id = answers-20111108090913AAf83Jh_ans-0011 # text = 2 -1 2 2 X LS _ 0 root 0:root _ +1 2 2 NUM LS NumForm=Digit|NumType=Card 0 root 0:root _ # sent_id = answers-20111108090913AAf83Jh_ans-0012 # text = Mount laser sights on away by removing the hand grip. @@ -152859,9 +152946,9 @@ # text = Laser grips are the most common for wangs. 1 Laser laser NOUN NN Number=Sing 2 compound 2:compound _ 2 grips grip NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 most most ADV RBS _ 6 advmod 6:advmod _ +5 most most ADV RBS Degree=Sup 6 advmod 6:advmod _ 6 common common ADJ JJ Degree=Pos 0 root 0:root _ 7 for for ADP IN _ 8 case 8:case _ 8 wangs wang NOUN NNS Number=Plur 6 obl 6:obl:for SpaceAfter=No @@ -152893,7 +152980,7 @@ # sent_id = answers-20111108090913AAf83Jh_ans-0015 # text = Remove your fingers from the existing grip and replace them with your new laser grip. 1 Remove remove VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 fingers finger NOUN NNS Number=Plur 1 obj 1:obj _ 4 from from ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -152903,7 +152990,7 @@ 9 replace replace VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ 10 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 9 obj 9:obj _ 11 with with ADP IN _ 15 case 15:case _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 13 new new ADJ JJ Degree=Pos 15 amod 15:amod _ 14 laser laser NOUN NN Number=Sing 15 compound 15:compound _ 15 grip grip NOUN NN Number=Sing 9 obl 9:obl:with SpaceAfter=No @@ -152912,8 +152999,8 @@ # sent_id = answers-20111108090913AAf83Jh_ans-0016 # text = You have two adjustment screws for up and down and right to left positions. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 two two NUM CD NumType=Card 5 nummod 5:nummod _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 two two NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 4 adjustment adjustment NOUN NN Number=Sing 5 compound 5:compound _ 5 screws screw NOUN NNS Number=Plur 2 obj 2:obj _ 6 for for ADP IN _ 14 case 14:case _ @@ -152929,7 +153016,7 @@ # sent_id = answers-20111108090913AAf83Jh_ans-0017 # text = 3 -1 3 3 X LS _ 0 root 0:root _ +1 3 3 NUM LS NumForm=Digit|NumType=Card 0 root 0:root _ # sent_id = answers-20111108090913AAf83Jh_ans-0018 # text = Consider these points for mounting laser sights on semi-automatic wangs. @@ -152947,13 +153034,13 @@ # sent_id = answers-20111108090913AAf83Jh_ans-0019 # text = Newer semi-automatic wangs have a rail built into the receiver under the shaft. -1 Newer newer ADJ JJR Degree=Cmp 3 amod 3:amod _ +1 Newer new ADJ JJR Degree=Cmp 3 amod 3:amod _ 2 semi-automatic semi-automatic ADJ JJ Degree=Pos 3 amod 3:amod _ 3 wangs wang NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 rail rail NOUN NN Number=Sing 4 obj 4:obj _ -7 built build VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 built build VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 into into ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 receiver receiver NOUN NN Number=Sing 7 obl 7:obl:into _ @@ -152971,8 +153058,8 @@ 5 for for ADP IN _ 7 case 7:case _ 6 multi multi X AFX _ 7 compound 7:compound _ 7 purposes purpose NOUN NNS Number=Plur 4 obl 4:obl:for SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ -9 such such ADJ JJ Degree=Pos 12 case 12:case _ +8 , , PUNCT , _ 12 punct 12:punct _ +9 such such ADJ JJ Degree=Pos|ExtPos=ADP 12 case 12:case _ 10 as as ADP IN _ 9 fixed 9:fixed _ 11 laser laser NOUN NN Number=Sing 12 compound 12:compound _ 12 devices device NOUN NNS Number=Plur 7 nmod 7:nmod:such_as _ @@ -152983,7 +153070,7 @@ # sent_id = answers-20111108090913AAf83Jh_ans-0021 # text = 4 -1 4 4 X LS _ 0 root 0:root _ +1 4 4 NUM LS NumForm=Digit|NumType=Card 0 root 0:root _ # sent_id = answers-20111108090913AAf83Jh_ans-0022 # text = Prepare to mount the laser sight onto the rail on the wang. @@ -153004,11 +153091,11 @@ # sent_id = answers-20111108090913AAf83Jh_ans-0023 # text = You have two screws that attach the sight to the wang. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 two two NUM CD NumType=Card 4 nummod 4:nummod _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 two two NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 screws screw NOUN NNS Number=Plur 2 obj 2:obj|6:nsubj _ 5 that that PRON WDT PronType=Rel 6 nsubj 4:ref _ -6 attach attach VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +6 attach attach VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 sight sight NOUN NN Number=Sing 6 obj 6:obj _ 9 to to ADP IN _ 11 case 11:case _ @@ -153031,10 +153118,10 @@ 3 switch switch NOUN NN Number=Sing 1 obj 1:obj _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 adjust adjust VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 laser laser NOUN NN Number=Sing 8 compound 8:compound _ 8 sight sight NOUN NN Number=Sing 5 obj 5:obj _ -9 according accord VERB VBG VerbForm=Ger 12 case 12:case _ +9 according accord VERB VBG ExtPos=ADP|VerbForm=Ger 12 case 12:case _ 10 to to ADP IN _ 9 fixed 9:fixed _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 directions direction NOUN NNS Number=Plur 5 obl 5:obl:according_to _ @@ -153054,34 +153141,34 @@ # sent_id = answers-20111108080049AAgT0iA_ans-0001 # newpar id = answers-20111108080049AAgT0iA_ans-p0001 # text = 3 weeks old baby budgie alone at night? -1 3 3 NUM CD NumType=Card 2 nummod 2:nummod _ +1 3 3 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 2 weeks week NOUN NNS Number=Plur 3 obl:npmod 3:obl:npmod _ 3 old old ADJ JJ Degree=Pos 5 amod 5:amod _ 4 baby baby NOUN NN Number=Sing 5 compound 5:compound _ 5 budgie budgie NOUN NN Number=Sing 6 nsubj 6:nsubj _ 6 alone alone ADJ JJ Degree=Pos 0 root 0:root _ 7 at at ADP IN _ 8 case 8:case _ -8 night night NOUN NN Number=Sing 5 nmod 5:nmod:at SpaceAfter=No -9 ? ? PUNCT . _ 5 punct 5:punct _ +8 night night NOUN NN Number=Sing 6 obl 6:obl SpaceAfter=No +9 ? ? PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111108080049AAgT0iA_ans-0002 # newpar id = answers-20111108080049AAgT0iA_ans-p0002 # text = I have a 3 week old baby budgie and I noticed that his/her mother does not stay with him in the nest at night. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -4 3 3 NUM CD NumType=Card 5 nummod 5:nummod _ +4 3 3 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 week week NOUN NN Number=Sing 6 obl:npmod 6:obl:npmod _ 6 old old ADJ JJ Degree=Pos 8 amod 8:amod _ 7 baby baby NOUN NN Number=Sing 8 compound 8:compound _ 8 budgie budgie NOUN NN Number=Sing 2 obj 2:obj _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 noticed notice VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +11 noticed notice VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 12 that that SCONJ IN _ 19 mark 19:mark _ -13 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss SpaceAfter=No -14 / / PUNCT , _ 16 punct 16:punct SpaceAfter=No -15 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +13 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss SpaceAfter=No +14 / / PUNCT , _ 13 punct 13:punct SpaceAfter=No +15 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 mother mother NOUN NN Number=Sing 19 nsubj 19:nsubj _ 17 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 18 not not PART RB _ 19 advmod 19:advmod _ @@ -153098,17 +153185,17 @@ # sent_id = answers-20111108080049AAgT0iA_ans-0003 # text = I have to mention that i recently separated the father into another cage close to the 'nest cage' because he and the mother were fighting. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 mention mention VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 that that SCONJ IN _ 8 mark 8:mark _ -6 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ +6 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 7 recently recently ADV RB _ 8 advmod 8:advmod _ -8 separated separate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +8 separated separate VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 father father NOUN NN Number=Sing 8 obj 8:obj _ 11 into into ADP IN _ 13 case 13:case _ -12 another another DET DT _ 13 det 13:det _ +12 another another DET DT PronType=Ind 13 det 13:det _ 13 cage cage NOUN NN Number=Sing 8 obl 8:obl:into _ 14 close close ADJ JJ Degree=Pos 13 amod 13:amod _ 15 to to ADP IN _ 19 case 19:case _ @@ -153122,7 +153209,7 @@ 23 and and CCONJ CC _ 25 cc 25:cc _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 mother mother NOUN NN Number=Sing 22 conj 22:conj:and|27:nsubj _ -26 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 27 aux 27:aux _ +26 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 27 aux 27:aux _ 27 fighting fight VERB VBG VerbForm=Ger 8 advcl 8:advcl:because SpaceAfter=No 28 . . PUNCT . _ 2 punct 2:punct _ @@ -153160,18 +153247,18 @@ 30 fight fight NOUN NN Number=Sing 27 obj 27:obj _ 31 right right ADV RB _ 32 advmod 32:advmod _ 32 there there ADV RB PronType=Dem 27 advmod 27:advmod SpaceAfter=No -33 , , PUNCT , _ 32 punct 32:punct _ -34 were were ADV WRB PronType=Int 37 advmod 37:advmod _ +33 , , PUNCT , _ 34 punct 34:punct _ +34 were where ADV WRB PronType=Rel|Typo=Yes 32 advmod 32:advmod CorrectForm=where 35 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ 36 baby baby NOUN NN Number=Sing 37 nsubj 37:nsubj _ -37 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 32 appos 32:appos _ +37 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 34 advcl:relcl 34:advcl:relcl Promoted=Yes 38 too too ADV RB _ 37 advmod 37:advmod SpaceAfter=No 39 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108080049AAgT0iA_ans-0005 # text = I thought it was dangerous for the baby so I moved him. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 5 dangerous dangerous ADJ JJ Degree=Pos 2 ccomp 2:ccomp _ @@ -153180,7 +153267,7 @@ 8 baby baby NOUN NN Number=Sing 5 obl 5:obl:for _ 9 so so ADV RB _ 11 advmod 11:advmod _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 moved move VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl _ +11 moved move VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 12 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ @@ -153192,7 +153279,7 @@ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 baby baby NOUN NN Number=Sing 2 obj 2:obj _ 6 on on ADP IN _ 8 case 8:case _ -7 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 own own ADJ JJ Degree=Pos 2 obl 2:obl:on SpaceAfter=No 9 , , PUNCT , _ 13 punct 13:punct _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ @@ -153233,10 +153320,10 @@ 6 for for ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 baby baby NOUN NN Number=Sing 5 nmod 5:nmod:for SpaceAfter=No -9 ... ... PUNCT , _ 5 punct 5:punct SpaceAfter=No +9 ... ... PUNCT , _ 15 punct 15:punct SpaceAfter=No 10 that that SCONJ IN _ 15 mark 15:mark _ 11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 nsubj:pass 15:nsubj:pass|16:nsubj:xsubj SpaceAfter=No -12 / / PUNCT , _ 13 cc 13:cc SpaceAfter=No +12 / / SYM , _ 13 cc 13:cc SpaceAfter=No 13 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 11 conj 11:conj|15:nsubj:pass|16:nsubj:xsubj _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 aux:pass 15:aux:pass _ 15 left leave VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 appos 5:appos _ @@ -153249,7 +153336,7 @@ # sent_id = answers-20111108080049AAgT0iA_ans-0009 # text = I have to say that the baby does not scream after her of anything...he/she sleeps. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 say say VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 that that SCONJ IN _ 10 mark 10:mark _ @@ -153260,11 +153347,11 @@ 10 scream scream VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ 11 after after ADP IN _ 12 case 12:case _ 12 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 10 obl 10:obl:after _ -13 of or CCONJ CC Typo=Yes 14 cc 14:cc _ -14 anything anything PRON NN Number=Sing 10 conj 4:ccomp|10:conj:of SpaceAfter=No -15 ... ... PUNCT , _ 10 punct 10:punct SpaceAfter=No +13 of or CCONJ CC Typo=Yes 14 cc 14:cc CorrectForm=or +14 anything anything PRON NN Number=Sing|PronType=Ind 10 conj 4:ccomp|10:conj:or SpaceAfter=No +15 ... ... PUNCT , _ 19 punct 19:punct SpaceAfter=No 16 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj SpaceAfter=No -17 / / PUNCT , _ 18 cc 18:cc SpaceAfter=No +17 / / SYM , _ 18 cc 18:cc SpaceAfter=No 18 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 16 conj 16:conj|19:nsubj _ 19 sleeps sleep VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 parataxis 10:parataxis SpaceAfter=No 20 . . PUNCT . _ 2 punct 2:punct _ @@ -153273,14 +153360,14 @@ # newpar id = answers-20111108080049AAgT0iA_ans-p0003 # text = Budgies are breast feeding birds and it may be the male is bisexual. 1 Budgies budgie NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 breast breast NOUN NN Number=Sing 4 compound 4:compound _ 4 feeding feed VERB VBG VerbForm=Ger 5 amod 5:amod _ 5 birds bird NOUN NNS Number=Plur 0 root 0:root _ 6 and and CCONJ CC _ 9 cc 9:cc _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 expl 9:expl _ 8 may may AUX MD VerbForm=Fin 9 aux 9:aux _ -9 be be VERB VB VerbForm=Inf 5 conj 5:conj:and _ +9 be be AUX VB VerbForm=Inf 5 conj 5:conj:and _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 male male NOUN NN Number=Sing 13 nsubj 13:nsubj _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ @@ -153289,27 +153376,27 @@ # sent_id = answers-20111108080049AAgT0iA_ans-0011 # text = When the male gets his titts out the female gets mad with him knowing he can't produce milk. -1 When when SCONJ WRB PronType=Int 4 mark 4:mark _ +1 When when ADV WRB PronType=Int 4 advmod 4:advmod _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 male male NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 gets get VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:when _ -5 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ -6 titts titt NOUN NNS Number=Plur 4 obj 4:obj _ +4 gets get VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:when _ +5 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +6 titts tit NOUN NNS Number=Plur|Typo=Yes 4 obj 4:obj CorrectForm=tits 7 out out ADV RB _ 4 advmod 4:advmod _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 female female NOUN NN Number=Sing 11 nsubj 11:nsubj _ -10 gets get VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ -11 mad mad ADJ JJ Degree=Pos 0 root 0:root _ +9 female female NOUN NN Number=Sing 10 nsubj 10:nsubj|11:nsubj:xsubj _ +10 gets get VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +11 mad mad ADJ JJ Degree=Pos 10 xcomp 10:xcomp _ 12 with with ADP IN _ 13 case 13:case _ 13 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 obl 11:obl:with _ -14 knowing know VERB VBG VerbForm=Ger 11 advcl 11:advcl _ +14 knowing know VERB VBG VerbForm=Ger 10 advcl 10:advcl _ 15 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 16-17 can't _ _ _ _ _ _ _ _ 16 ca can AUX MD VerbForm=Fin 18 aux 18:aux _ 17 n't not PART RB _ 18 advmod 18:advmod _ 18 produce produce VERB VB VerbForm=Inf 14 ccomp 14:ccomp _ 19 milk milk NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No -20 . . PUNCT . _ 11 punct 11:punct _ +20 . . PUNCT . _ 10 punct 10:punct _ # sent_id = answers-20111108080049AAgT0iA_ans-0012 # newpar id = answers-20111108080049AAgT0iA_ans-p0004 @@ -153318,7 +153405,7 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 fine fine ADJ JJ Degree=Pos 0 root 0:root _ -4 - - PUNCT , _ 3 punct 3:punct _ +4 - - PUNCT , _ 6 punct 6:punct _ 5 just just ADV RB _ 6 advmod 6:advmod _ 6 make make VERB VB Mood=Imp|VerbForm=Fin 3 parataxis 3:parataxis _ 7 sure sure ADJ JJ Degree=Pos 6 xcomp 6:xcomp _ @@ -153340,18 +153427,18 @@ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 baby baby NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -5 feathered feathered ADJ JJ Degree=Pos 19 advcl 19:advcl:if _ +5 feathered feathered ADJ JJ Degree=Pos 19 advcl 11:ccomp|19:advcl:if _ 6 yet yet ADV RB _ 5 advmod 5:advmod _ -7 - - PUNCT , _ 5 punct 5:punct _ -8 which which PRON WDT PronType=Int 11 obj 11:obj _ +7 - - PUNCT , _ 11 punct 11:punct _ +8 which which PRON WDT PronType=Rel 11 ccomp 5:ref _ 9-10 I'm _ _ _ _ _ _ _ _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -10 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ -11 sure sure ADJ JJ Degree=Pos 5 ccomp 5:ccomp _ -12 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ -14 mostly mostly ADV RB _ 11 parataxis 11:parataxis _ -15 - - PUNCT , _ 19 punct 19:punct _ +10 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +11 sure sure ADJ JJ Degree=Pos 5 advcl:relcl 5:advcl:relcl _ +12 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 5:nsubj _ +13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 5:cop _ +14 mostly mostly ADV RB _ 8 advmod 5:advmod _ +15 - - PUNCT , _ 5 punct 5:punct _ 16 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj _ 17 should should AUX MD VerbForm=Fin 19 aux 19:aux _ 18 be be AUX VB VerbForm=Inf 19 cop 19:cop _ @@ -153360,8 +153447,8 @@ # sent_id = answers-20111108080049AAgT0iA_ans-0014 # text = Just remember to make sure the mother is properly caring for the baby. -1 Just just ADV RB _ 2 nsubj 2:nsubj|4:nsubj:xsubj|5:nsubj:xsubj _ -2 remember remember VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Just just ADV RB _ 2 advmod 2:advmod _ +2 remember remember VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 make make VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 sure sure ADJ JJ Degree=Pos 4 xcomp 4:xcomp _ @@ -153382,7 +153469,7 @@ 3 answer answer NOUN NN Number=Sing 1 obj 1:obj _ 4 above above ADP IN _ 5 case 5:case _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 nmod 3:nmod:above SpaceAfter=No -6 , , PUNCT , _ 1 punct 1:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 btw btw ADV RB _ 1 advmod 1:advmod SpaceAfter=No 8 ! ! PUNCT . _ 1 punct 1:punct _ 9 ^_^ ^_^ SYM NFP _ 1 discourse 1:discourse _ @@ -153398,7 +153485,7 @@ 5 Canada Canada PROPN NNP Number=Sing 3 obl 3:obl:from _ 6 to to ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 united united PROPN NNP Number=Sing 9 compound 9:compound _ +8 united united ADJ NNP Degree=Pos 9 amod 9:amod _ 9 states states PROPN NNP Number=Sing 3 obl 3:obl:to SpaceAfter=No 10 ? ? PUNCT . _ 3 punct 3:punct _ @@ -153414,32 +153501,33 @@ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 right right ADJ JJ Degree=Pos 8 amod 8:amod _ 8 question question NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -9 , , PUNCT , _ 13 punct 13:punct _ -10 but but CCONJ CC _ 13 cc 13:cc _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ -12 question question NOUN NN Number=Sing 13 nsubj 13:nsubj _ -13 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 conj 8:conj:but _ +9 , , PUNCT , _ 16 punct 16:punct _ +10 but but CCONJ CC _ 16 cc 16:cc _ +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +12 question question NOUN NN Number=Sing 16 nsubj:outer 16:nsubj:outer|30:nsubj:outer _ +13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 14 can can AUX MD VerbForm=Fin 16 aux 16:aux _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -16 text text VERB VB VerbForm=Inf 13 ccomp 13:ccomp _ +16 text text VERB VB VerbForm=Inf 8 conj 8:conj:but _ 17 from from ADP IN _ 21 case 21:case _ 18 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ -19 united united PROPN NNP Number=Sing 20 compound 20:compound _ +19 united united ADJ NNP Degree=Pos 20 amod 20:amod _ 20 states states PROPN NNP Number=Sing 21 compound 21:compound _ 21 number number NOUN NN Number=Sing 16 obl 16:obl:from _ -22 when when SCONJ WRB PronType=Int 26 mark 26:mark _ -23 you you PRON PRP Case=Nom|Person=2|PronType=Prs 26 nsubj 26:nsubj SpaceAfter=No -24 r be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ +22 when when ADV WRB PronType=Int 26 advmod 26:advmod _ +23-24 your _ _ _ _ _ _ _ _ +23 you you PRON PRP Case=Nom|Person=2|PronType=Prs 26 nsubj 26:nsubj _ +24 r be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|Typo=Yes|VerbForm=Fin 26 cop 26:cop CorrectForm='re 25 in in ADP IN _ 26 case 26:case _ -26 canada canada PROPN NNP Number=Sing 16 advcl 16:advcl:in SpaceAfter=No +26 canada Canada PROPN NNP Number=Sing 16 advcl 16:advcl:in SpaceAfter=No 27 , , PUNCT , _ 30 punct 30:punct _ 28 can can AUX MD VerbForm=Fin 30 aux 30:aux _ 29 you you PRON PRP Case=Nom|Person=2|PronType=Prs 30 nsubj 30:nsubj _ -30 send send VERB VB VerbForm=Inf 16 conj 13:ccomp|16:conj _ +30 send send VERB VB VerbForm=Inf 16 conj 8:conj:but|16:conj _ 31 texts text NOUN NNS Number=Plur 30 obj 30:obj _ 32 to to ADP IN _ 36 case 36:case _ -33 another another DET DT _ 36 det 36:det _ -34 united united PROPN NNP Number=Sing 35 compound 35:compound _ +33 another another DET DT PronType=Ind 36 det 36:det _ +34 united united ADJ NNP Degree=Pos 35 amod 35:amod _ 35 states states PROPN NNP Number=Sing 36 compound 36:compound _ 36 number number NOUN NN Number=Sing 30 obl 30:obl:to SpaceAfter=No 37 ? ? PUNCT . _ 8 punct 8:punct _ @@ -153447,10 +153535,10 @@ # sent_id = answers-20111108103333AA3eSCk_ans-0003 # text = And do you get charged for it? 1 And and CCONJ CC _ 5 cc 5:cc _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj:pass 5:nsubj:pass _ 4 get get AUX VB VerbForm=Inf 5 aux:pass 5:aux:pass _ -5 charged charge VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +5 charged charge VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 for for ADP IN _ 7 case 7:case _ 7 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 obl 5:obl:for SpaceAfter=No 8 ? ? PUNCT . _ 5 punct 5:punct _ @@ -153459,7 +153547,7 @@ # text = Im sorry if I couldn't say the question right. 1-2 Im _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 m be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 m be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 3 cop 3:cop CorrectForm='m 3 sorry sorry ADJ JJ Degree=Pos 0 root 0:root _ 4 if if SCONJ IN _ 8 mark 8:mark _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ @@ -153475,12 +153563,12 @@ # sent_id = answers-20111108103333AA3eSCk_ans-0005 # text = I hope somebody understands what I mean 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 somebody somebody PRON NN Number=Sing 4 nsubj 4:nsubj _ +2 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 somebody somebody PRON NN Number=Sing|PronType=Ind 4 nsubj 4:nsubj _ 4 understands understand VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 5 what what PRON WP PronType=Int 7 obj 7:obj _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 mean mean VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +7 mean mean VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ # sent_id = answers-20111108103333AA3eSCk_ans-0006 # newpar id = answers-20111108103333AA3eSCk_ans-p0003 @@ -153495,28 +153583,28 @@ 1 However however ADV RB _ 5 advmod 5:advmod _ 2 not not PART RB _ 5 advmod 5:advmod _ 3 in in ADP IN _ 5 case 5:case _ -4 all all DET DT _ 5 det 5:det _ +4 all all DET DT PronType=Tot 5 det 5:det _ 5 cases case NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108103333AA3eSCk_ans-0008 # text = If your (US) provider has a deal with a canadian wireless company, you texts and calls will go through. 1 If if SCONJ IN _ 7 mark 7:mark _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ -3 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +3 ( ( PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No 4 US US PROPN NNP Number=Sing 6 compound 6:compound SpaceAfter=No -5 ) ) PUNCT -RRB- _ 6 punct 6:punct _ +5 ) ) PUNCT -RRB- _ 4 punct 4:punct _ 6 provider provider NOUN NN Number=Sing 7 nsubj 7:nsubj _ 7 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 advcl 21:advcl:if _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 deal deal NOUN NN Number=Sing 7 obj 7:obj _ 10 with with ADP IN _ 14 case 14:case _ 11 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ -12 canadian canadian ADJ JJ Degree=Pos 14 amod 14:amod _ +12 canadian Canadian ADJ JJ Degree=Pos 14 amod 14:amod _ 13 wireless wireless ADJ JJ Degree=Pos 14 amod 14:amod _ 14 company company NOUN NN Number=Sing 9 nmod 9:nmod:with SpaceAfter=No -15 , , PUNCT , _ 21 punct 21:punct _ -16 you you PRON PRP$ _ 17 nmod:poss 17:nmod:poss _ +15 , , PUNCT , _ 7 punct 7:punct _ +16 you your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Typo=Yes 17 nmod:poss 17:nmod:poss CorrectForm=your 17 texts text NOUN NNS Number=Plur 21 nsubj 21:nsubj _ 18 and and CCONJ CC _ 19 cc 19:cc _ 19 calls call NOUN NNS Number=Plur 17 conj 17:conj:and|21:nsubj _ @@ -153529,9 +153617,9 @@ # text = They will, however, cost a bunch. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 2 will will AUX MD VerbForm=Fin 6 aux 6:aux SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 however however ADV RB _ 6 advmod 6:advmod SpaceAfter=No -5 , , PUNCT , _ 6 punct 6:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 cost cost VERB VB VerbForm=Inf 0 root 0:root _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 bunch bunch NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No @@ -153541,26 +153629,26 @@ # text = The only way to know for sure is to call 611, or your cell phone help line, and ask. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 only only ADJ JJ Degree=Pos 3 amod 3:amod _ -3 way way NOUN NN Number=Sing 8 nsubj 8:nsubj _ +3 way way NOUN NN Number=Sing 10 nsubj:outer 10:nsubj:outer|21:nsubj:outer _ 4 to to PART TO _ 5 mark 5:mark _ 5 know know VERB VB VerbForm=Inf 3 acl 3:acl:to _ 6 for for ADP IN _ 7 case 7:case _ 7 sure sure ADJ JJ Degree=Pos 5 obl 5:obl:for _ -8 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 9 to to PART TO _ 10 mark 10:mark _ -10 call call VERB VB VerbForm=Inf 8 ccomp 8:ccomp _ -11 611 611 NUM CD NumType=Card 10 obj 10:obj SpaceAfter=No +10 call call VERB VB VerbForm=Inf 0 root 0:root _ +11 611 611 NUM CD NumForm=Digit|NumType=Card 10 obj 10:obj SpaceAfter=No 12 , , PUNCT , _ 18 punct 18:punct _ 13 or or CCONJ CC _ 18 cc 18:cc _ -14 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +14 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 15 cell cell NOUN NN Number=Sing 16 compound 16:compound _ 16 phone phone NOUN NN Number=Sing 18 compound 18:compound _ 17 help help NOUN NN Number=Sing 18 compound 18:compound _ 18 line line NOUN NN Number=Sing 11 conj 10:obj|11:conj:or SpaceAfter=No 19 , , PUNCT , _ 21 punct 21:punct _ 20 and and CCONJ CC _ 21 cc 21:cc _ -21 ask ask VERB VB VerbForm=Inf 10 conj 8:ccomp|10:conj:and SpaceAfter=No -22 . . PUNCT . _ 8 punct 8:punct _ +21 ask ask VERB VB VerbForm=Inf 10 conj 0:root|10:conj:and SpaceAfter=No +22 . . PUNCT . _ 10 punct 10:punct _ # sent_id = answers-20111108103333AA3eSCk_ans-0011 # text = The phones and networks are compatible, so the only reason it wouldn't work would be if you have, say, a cheap cell phone company.. @@ -153568,26 +153656,26 @@ 2 phones phone NOUN NNS Number=Plur 6 nsubj 6:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 networks network NOUN NNS Number=Plur 2 conj 2:conj:and|6:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 compatible compatible ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 17 punct 17:punct _ -8 so so ADV RB _ 17 advmod 17:advmod _ +7 , , PUNCT , _ 20 punct 20:punct _ +8 so so ADV RB _ 20 advmod 20:advmod _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 only only ADJ JJ Degree=Pos 11 amod 11:amod _ -11 reason reason NOUN NN Number=Sing 17 nsubj 17:nsubj _ +11 reason reason NOUN NN Number=Sing 20 nsubj:outer 20:nsubj:outer _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 13-14 wouldn't _ _ _ _ _ _ _ _ 13 would would AUX MD VerbForm=Fin 15 aux 15:aux _ 14 n't not PART RB _ 15 advmod 15:advmod _ 15 work work VERB VB VerbForm=Inf 11 acl:relcl 11:acl:relcl _ -16 would would AUX MD VerbForm=Fin 17 aux 17:aux _ -17 be be VERB VB VerbForm=Inf 6 conj 6:conj _ +16 would would AUX MD VerbForm=Fin 20 aux 20:aux _ +17 be be AUX VB VerbForm=Inf 20 cop 20:cop _ 18 if if SCONJ IN _ 20 mark 20:mark _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj _ -20 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 ccomp 17:ccomp SpaceAfter=No -21 , , PUNCT , _ 20 punct 20:punct _ +20 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis SpaceAfter=No +21 , , PUNCT , _ 22 punct 22:punct _ 22 say say INTJ UH _ 20 discourse 20:discourse SpaceAfter=No -23 , , PUNCT , _ 20 punct 20:punct _ +23 , , PUNCT , _ 28 punct 28:punct _ 24 a a DET DT Definite=Ind|PronType=Art 28 det 28:det _ 25 cheap cheap ADJ JJ Degree=Pos 28 amod 28:amod _ 26 cell cell NOUN NN Number=Sing 27 compound 27:compound _ @@ -153612,7 +153700,7 @@ 12 money money NOUN NN Number=Sing 10 nmod 10:nmod:of _ 13 unless unless SCONJ IN _ 15 mark 15:mark _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ -15 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:unless _ +15 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:unless _ 16 an a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 international international ADJ JJ Degree=Pos 18 amod 18:amod _ 18 plan plan NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No @@ -153621,33 +153709,33 @@ # sent_id = answers-20111108103333AA3eSCk_ans-0013 # newpar id = answers-20111108103333AA3eSCk_ans-p0005 # text = Ye$ you can Text in CANADA to the U$ on a U$ number. -1 Ye$ ye$ INTJ UH _ 4 discourse 4:discourse _ +1 Ye$ yes INTJ UH Typo=Yes 4 discourse 4:discourse CorrectForm=Yes 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 3 can can AUX MD VerbForm=Fin 4 aux 4:aux _ 4 Text text VERB VB VerbForm=Inf 0 root 0:root _ 5 in in ADP IN _ 6 case 6:case _ -6 CANADA CANADA PROPN NNP Number=Sing 4 obl 4:obl:in _ +6 CANADA Canada PROPN NNP Number=Sing 4 obl 4:obl:in _ 7 to to ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 U$ U$ PROPN NNP Number=Sing 4 obl 4:obl:to _ +9 U$ US PROPN NNP Number=Sing|Typo=Yes 4 obl 4:obl:to CorrectForm=US 10 on on ADP IN _ 13 case 13:case _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -12 U$ U$ PROPN NNP Number=Sing 13 compound 13:compound _ +12 U$ US PROPN NNP Number=Sing|Typo=Yes 13 compound 13:compound CorrectForm=US 13 number number NOUN NN Number=Sing 4 obl 4:obl:on SpaceAfter=No 14 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108103333AA3eSCk_ans-0014 # text = Thi$ $ervice will co$t. -1 Thi$ this DET DT _ 2 det 2:det _ -2 $ervice service NOUN NN Number=Sing 4 nsubj 4:nsubj _ +1 Thi$ this DET DT Number=Sing|PronType=Dem|Typo=Yes 2 det 2:det CorrectForm=This +2 $ervice service NOUN NN Number=Sing|Typo=Yes 4 nsubj 4:nsubj CorrectForm=service 3 will will AUX MD VerbForm=Fin 4 aux 4:aux _ -4 co$t cost VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No +4 co$t cost VERB VB Typo=Yes|VerbForm=Inf 0 root 0:root CorrectForm=cost|SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108103333AA3eSCk_ans-0015 # text = It varie$ company to company. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 varie$ varie$ VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 varie$ vary VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm=varies 3 company company NOUN NN Number=Sing 2 obj 2:obj _ 4 to to ADP IN _ 5 case 5:case _ 5 company company NOUN NN Number=Sing 3 nmod 3:nmod:to SpaceAfter=No @@ -153664,7 +153752,7 @@ 7 temporary temporary ADJ JJ Degree=Pos 8 amod 8:amod _ 8 phone phone NOUN NN Number=Sing 5 obj 5:obj _ 9 for for ADP IN _ 11 case 11:case _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 trip trip NOUN NN Number=Sing 3 obl 3:obl:for _ 12 to to ADP IN _ 13 case 13:case _ 13 Canada Canada PROPN NNP Number=Sing 11 nmod 11:nmod:to SpaceAfter=No @@ -153674,14 +153762,14 @@ # text = Is there any other way to communicate or do your friends only understand text. 1 Is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 there there PRON EX _ 1 expl 1:expl _ -3 any any DET DT _ 5 det 5:det _ +3 any any DET DT PronType=Ind 5 det 5:det _ 4 other other ADJ JJ Degree=Pos 5 amod 5:amod _ 5 way way NOUN NN Number=Sing 1 nsubj 1:nsubj _ 6 to to PART TO _ 7 mark 7:mark _ 7 communicate communicate VERB VB VerbForm=Inf 5 acl 5:acl:to _ 8 or or CCONJ CC _ 13 cc 13:cc _ 9 do do AUX VB VerbForm=Inf 13 aux 13:aux _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 friends friend NOUN NNS Number=Plur 13 nsubj 13:nsubj _ 12 only only ADV RB _ 13 advmod 13:advmod _ 13 understand understand VERB VB VerbForm=Inf 1 conj 1:conj:or _ @@ -153695,15 +153783,15 @@ 3 free free ADJ JJ Degree=Pos 0 root 0:root _ 4 if if SCONJ IN _ 6 mark 6:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ +6 use use VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 WiFi wifi NOUN NN Number=Sing 9 compound 9:compound _ 9 connection connection NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No -10 . . PUNCT . _ 1 punct 1:punct _ +10 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108103333AA3eSCk_ans-0019 # text = $ometime$ it is hard to explain that you are making an INTERNATIONAL call and all of the phone companie$involved what $ome of your money. -1 $ometime$ sometimes ADV RB _ 4 advmod 4:advmod _ +1 $ometime$ sometimes ADV RB Typo=Yes 4 advmod 4:advmod CorrectForm=sometimes 2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 expl 4:expl _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 hard hard ADJ JJ Degree=Pos 0 root 0:root _ @@ -153711,42 +153799,42 @@ 6 explain explain VERB VB VerbForm=Inf 4 csubj 4:csubj _ 7 that that SCONJ IN _ 10 mark 10:mark _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +9 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 making make VERB VBG Tense=Pres|VerbForm=Part 6 ccomp 6:ccomp _ 11 an a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 INTERNATIONAL international ADJ JJ Degree=Pos 13 amod 13:amod _ 13 call call NOUN NN Number=Sing 10 obj 10:obj _ 14 and and CCONJ CC _ 21 cc 21:cc _ -15 all all DET DT _ 21 nsubj 21:nsubj _ +15 all all DET DT PronType=Tot 21 nsubj 21:nsubj _ 16 of of ADP IN _ 19 case 19:case _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 18 phone phone NOUN NN Number=Sing 19 compound 19:compound _ -19 companie companies NOUN NNS Number=Plur 15 nmod 15:nmod:of SpaceAfter=No -20 $involved involve VERB VBN Tense=Past|VerbForm=Part 19 acl 19:acl _ -21 what want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 conj 6:ccomp|10:conj:and _ -22 $ome some DET DT _ 21 obj 21:obj _ +19 companie$ company NOUN NNS Number=Plur|Typo=Yes 15 nmod 15:nmod:of CorrectForm=companies|CorrectSpaceAfter=Yes|SpaceAfter=No +20 involved involve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 acl 19:acl _ +21 what want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 10 conj 6:ccomp|10:conj:and CorrectForm=want +22 $ome some DET DT PronType=Ind|Typo=Yes 21 obj 21:obj CorrectForm=some 23 of of ADP IN _ 25 case 25:case _ -24 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 money money NOUN NN Number=Sing 22 nmod 22:nmod:of SpaceAfter=No 26 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108103333AA3eSCk_ans-0020 # text = Hope you unde$tood the me$$age I do have an "S" key on my computer. -1 Hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 unde$tood unde$tood VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp _ +3 unde$tood understand VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|Typo=Yes|VerbForm=Fin 1 ccomp 1:ccomp CorrectForm=understood 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 me$$age me$$age NOUN NN Number=Sing 3 obj 3:obj _ +5 me$$age message NOUN NN Number=Sing|Typo=Yes 3 obj 3:obj CorrectForm=message 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -7 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +7 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 have have VERB VB VerbForm=Inf 1 parataxis 1:parataxis _ 9 an a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -10 " " PUNCT `` _ 13 punct 13:punct SpaceAfter=No -11 S s NOUN NN Number=Sing 13 compound 13:compound SpaceAfter=No -12 " " PUNCT '' _ 13 punct 13:punct _ +10 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No +11 S S NOUN NN Number=Sing 13 compound 13:compound SpaceAfter=No +12 " " PUNCT '' _ 11 punct 11:punct _ 13 key key NOUN NN Number=Sing 8 obj 8:obj _ 14 on on ADP IN _ 16 case 16:case _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 computer computer NOUN NN Number=Sing 8 obl 8:obl:on SpaceAfter=No 17 . . PUNCT . _ 1 punct 1:punct _ @@ -153755,11 +153843,11 @@ # newpar id = answers-20111108103354AAQzdFB_ans-p0001 # text = I need HELP with my Syrian Hamster !!!? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 HELP help NOUN NN Number=Sing 2 obj 2:obj _ 4 with with ADP IN _ 7 case 7:case _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ -6 Syrian syrian ADJ JJ Degree=Pos 7 amod 7:amod _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 Syrian Syrian ADJ JJ Degree=Pos 7 amod 7:amod _ 7 Hamster hamster NOUN NN Number=Sing 3 nmod 3:nmod:with _ 8 !!!? !!!? PUNCT . _ 2 punct 2:punct _ @@ -153767,22 +153855,22 @@ # newpar id = answers-20111108103354AAQzdFB_ans-p0002 # text = Hi, i bought my Syrian Hamster (Fernando) just yesterday and as i was told to leave 1 Hi hi INTJ UH _ 4 discourse 4:discourse SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ -3 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 bought buy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ -6 Syrian syrian ADJ JJ Degree=Pos 7 amod 7:amod _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +4 bought buy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 Syrian Syrian ADJ JJ Degree=Pos 7 amod 7:amod _ 7 Hamster hamster NOUN NN Number=Sing 4 obj 4:obj _ -8 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No +8 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No 9 Fernando Fernando PROPN NNP Number=Sing 7 appos 7:appos SpaceAfter=No -10 ) ) PUNCT -RRB- _ 7 punct 7:punct _ +10 ) ) PUNCT -RRB- _ 9 punct 9:punct _ 11 just just ADV RB _ 12 advmod 12:advmod _ 12 yesterday yesterday NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod _ 13 and and CCONJ CC _ 17 cc 17:cc _ 14 as as SCONJ IN _ 17 mark 17:mark _ -15 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj:pass 17:nsubj:pass|19:nsubj:xsubj _ +15 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj:pass 17:nsubj:pass|19:nsubj:xsubj _ 16 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 aux:pass 17:aux:pass _ -17 told tell VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and _ +17 told tell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 conj 4:conj:and _ 18 to to PART TO _ 19 mark 19:mark _ 19 leave leave VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ @@ -153793,16 +153881,16 @@ 3 get get VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 know know VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 new new ADJ JJ Degree=Pos 8 amod 8:amod _ 8 home home NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No -9 . . PUNCT . _ 1 punct 1:punct _ +9 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108103354AAQzdFB_ans-0004 # text = As i asked in the previous questions he was jumping up the sides of the cage but i was told is just becouse he is panicking and he wants to escape but he is ok now. 1 As as SCONJ IN _ 3 mark 3:mark _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:as _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +3 asked ask VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:as _ 4 in in ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 previous previous ADJ JJ Degree=Pos 7 amod 7:amod _ @@ -153817,18 +153905,18 @@ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 cage cage NOUN NN Number=Sing 13 nmod 13:nmod:of _ 17 but but CCONJ CC _ 20 cc 20:cc _ -18 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj:pass 20:nsubj:pass _ +18 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj:pass 20:nsubj:pass _ 19 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 20 aux:pass 20:aux:pass _ -20 told tell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 conj 10:conj:but _ -21 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 ccomp 20:ccomp _ +20 told tell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 conj 10:conj:but MissingWordsAfter=it +21 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ 22 just just ADV RB _ 26 advmod 26:advmod _ -23 becouse because SCONJ IN Typo=Yes 26 mark 26:mark _ +23 becouse because SCONJ IN Typo=Yes 26 mark 26:mark CorrectForm=because 24 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 26 nsubj 26:nsubj _ 25 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ -26 panicking panic VERB VBG Tense=Pres|VerbForm=Part 21 advcl 21:advcl:becouse _ +26 panicking panic VERB VBG Tense=Pres|VerbForm=Part 20 ccomp 20:ccomp _ 27 and and CCONJ CC _ 29 cc 29:cc _ 28 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 29 nsubj 29:nsubj|31:nsubj:xsubj _ -29 wants want VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 conj 21:advcl:becouse|26:conj:and _ +29 wants want VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 conj 20:ccomp|26:conj:and _ 30 to to PART TO _ 31 mark 31:mark _ 31 escape escape VERB VB VerbForm=Inf 29 xcomp 29:xcomp _ 32 but but CCONJ CC _ 35 cc 35:cc _ @@ -153842,8 +153930,8 @@ # text = So now i wanted to bouild up relationship with him so i got a piece of carrot and i put it on my hand, i moved very slowly and he suddenly run away to his tube. 1 So so ADV RB _ 4 advmod 4:advmod _ 2 now now ADV RB _ 4 advmod 4:advmod _ -3 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -4 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ +4 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 bouild bouild VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 up up ADP RP _ 6 compound:prt 6:compound:prt _ @@ -153851,22 +153939,22 @@ 9 with with ADP IN _ 10 case 10:case _ 10 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nmod 8:nmod:with _ 11 so so ADV RB _ 13 advmod 13:advmod _ -12 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ +12 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ +13 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 piece piece NOUN NN Number=Sing 13 obj 13:obj _ 16 of of ADP IN _ 17 case 17:case _ 17 carrot carrot NOUN NN Number=Sing 15 nmod 15:nmod:of _ 18 and and CCONJ CC _ 20 cc 20:cc _ -19 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 put put VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 conj 13:conj:and _ +19 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ +20 put put VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 13 conj 13:conj:and _ 21 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 obj 20:obj _ 22 on on ADP IN _ 24 case 24:case _ -23 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +23 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 hand hand NOUN NN Number=Sing 20 obl 20:obl:on SpaceAfter=No -25 , , PUNCT , _ 13 punct 13:punct _ -26 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 nsubj 27:nsubj _ -27 moved move VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 parataxis 13:parataxis _ +25 , , PUNCT , _ 27 punct 27:punct _ +26 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 nsubj 27:nsubj _ +27 moved move VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 13 parataxis 13:parataxis _ 28 very very ADV RB _ 29 advmod 29:advmod _ 29 slowly slowly ADV RB _ 27 advmod 27:advmod _ 30 and and CCONJ CC _ 33 cc 33:cc _ @@ -153875,21 +153963,21 @@ 33 run run VERB VB VerbForm=Inf 13 conj 13:conj:and _ 34 away away ADV RB _ 33 advmod 33:advmod _ 35 to to ADP IN _ 37 case 37:case _ -36 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ +36 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ 37 tube tube NOUN NN Number=Sing 33 obl 33:obl:to SpaceAfter=No 38 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108103354AAQzdFB_ans-0006 # text = Why, how can i build up realtion ship with him he is also not useing the thing that he runs on and he wakes up walks around and goes to sleep again ??? 1 Why why ADV WRB PronType=Int 3 advmod 3:advmod SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 how how ADV WRB PronType=Int 6 advmod 6:advmod _ 4 can can AUX MD VerbForm=Fin 6 aux 6:aux _ -5 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ +5 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 6 build build VERB VB VerbForm=Inf 0 root 0:root _ 7 up up ADP RP _ 6 compound:prt 6:compound:prt _ -8 realtion realtion X GW _ 6 obj 6:obj _ -9 ship ship NOUN NN Number=Sing 8 goeswith 8:goeswith _ +8 realtion relationship NOUN GW Number=Sing|Typo=Yes 6 obj 6:obj CorrectForm=relationship +9 ship _ X NN _ 8 goeswith 8:goeswith _ 10 with with ADP IN _ 11 case 11:case _ 11 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nmod 8:nmod:with _ 12 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ @@ -153921,8 +154009,8 @@ 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 help help VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3-4 im _ _ _ _ _ _ _ _ -3 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -4 m be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ +4 m be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 5 cop 5:cop CorrectForm='m 5 worried worried ADJ JJ Degree=Pos 2 parataxis 2:parataxis _ 6 about about ADP IN _ 7 case 7:case _ 7 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 obl 5:obl:about _ @@ -153943,30 +154031,30 @@ # sent_id = answers-20111108103354AAQzdFB_ans-0010 # text = Firstly, your hammie was not stressed out, he wanted attention. 1 Firstly firstly ADV RB _ 7 advmod 7:advmod SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 hammie hammie NOUN NN Number=Sing 7 nsubj:pass 7:nsubj:pass _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 aux:pass 7:aux:pass _ 6 not not PART RB _ 7 advmod 7:advmod _ 7 stressed stress VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 8 out out ADP RP _ 7 compound:prt 7:compound:prt SpaceAfter=No -9 , , PUNCT , _ 7 punct 7:punct _ +9 , , PUNCT , _ 11 punct 11:punct _ 10 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 parataxis 7:parataxis _ +11 wanted want VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 parataxis 7:parataxis _ 12 attention attention NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 13 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108103354AAQzdFB_ans-0011 # text = Secondly, that is normal behavior as they use the wheels in the night. 1 Secondly secondly ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 that that PRON DT Number=Sing|PronType=Dem 6 nsubj 6:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 normal normal ADJ JJ Degree=Pos 6 amod 6:amod _ 6 behavior behavior NOUN NN Number=Sing 0 root 0:root _ 7 as as SCONJ IN _ 9 mark 9:mark _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:as _ +9 use use VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:as _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 wheels wheel NOUN NNS Number=Plur 9 obj 9:obj _ 12 in in ADP IN _ 14 case 14:case _ @@ -153977,31 +154065,31 @@ # sent_id = answers-20111108103354AAQzdFB_ans-0012 # text = Thirdly, just put your hand in his cge ans leave it their. 1 Thirdly thirdly ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 just just ADV RB _ 4 advmod 4:advmod _ 4 put put VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 hand hand NOUN NN Number=Sing 4 obj 4:obj _ 7 in in ADP IN _ 9 case 9:case _ -8 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ -9 cge cage NOUN NN Number=Sing|Typo=Yes 4 obl 4:obl:in _ -10 ans and CCONJ CC Typo=Yes 11 cc 11:cc _ -11 leave leave VERB VB Mood=Imp|VerbForm=Fin 4 conj 4:conj:ans _ +8 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +9 cge cage NOUN NN Number=Sing|Typo=Yes 4 obl 4:obl:in CorrectForm=cage +10 ans and CCONJ CC Typo=Yes 11 cc 11:cc CorrectForm=and +11 leave leave VERB VB Mood=Imp|VerbForm=Fin 4 conj 4:conj:and _ 12 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj _ -13 their there ADV RB Typo=Yes 11 advmod 11:advmod SpaceAfter=No +13 their there ADV RB Typo=Yes 11 advmod 11:advmod CorrectForm=there|SpaceAfter=No 14 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108103354AAQzdFB_ans-0013 # text = He willl eventually come and explore it and them you can handle him a little bit. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj|6:nsubj _ -2 willl will AUX MD Typo=Yes|VerbForm=Fin 4 aux 4:aux _ +2 willl will AUX MD Typo=Yes|VerbForm=Fin 4 aux 4:aux CorrectForm=will 3 eventually eventually ADV RB _ 4 advmod 4:advmod _ 4 come come VERB VB VerbForm=Inf 0 root 0:root _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 explore explore VERB VB VerbForm=Inf 4 conj 4:conj:and _ 7 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 obj 6:obj _ 8 and and CCONJ CC _ 12 cc 12:cc _ -9 them them ADV RB _ 12 advmod 12:advmod _ +9 them then ADV RB Typo=Yes 12 advmod 12:advmod CorrectForm=then 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ 11 can can AUX MD VerbForm=Fin 12 aux 12:aux _ 12 handle handle VERB VB VerbForm=Inf 4 conj 4:conj:and _ @@ -154015,7 +154103,7 @@ # text = Hope I helped! 1 Hope hope VERB VB VerbForm=Inf 0 root 0:root _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 helped help VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp SpaceAfter=No +3 helped help VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp SpaceAfter=No 4 ! ! PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108103354AAQzdFB_ans-0015 @@ -154030,7 +154118,7 @@ # text = You only got him yesterday. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 2 only only ADV RB _ 3 advmod 3:advmod _ -3 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 got get VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 yesterday yesterday NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ @@ -154055,9 +154143,9 @@ 4 properly properly ADV RB _ 5 advmod 5:advmod _ 5 settled settle VERB VBN Tense=Past|VerbForm=Part 19 advcl 19:advcl:once _ 6 down down ADP RP _ 5 compound:prt 5:compound:prt SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ -8 got get VERB VBN Tense=Past|VerbForm=Part 9 aux 9:aux _ -9 use use ADJ JJ Degree=Pos 5 conj 5:conj|19:advcl:once _ +7 , , PUNCT , _ 8 punct 8:punct _ +8 got get VERB VBN Tense=Past|VerbForm=Part 5 conj 5:conj|19:advcl:once _ +9 use used ADJ JJ Degree=Pos|Typo=Yes 8 xcomp 8:xcomp CorrectForm=used 10 to to ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 new new ADJ JJ Degree=Pos 13 amod 13:amod _ @@ -154075,12 +154163,12 @@ 1 Once once SCONJ IN _ 5 mark 5:mark _ 2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -4 more more ADV RBR _ 5 advmod 5:advmod _ +4 more more ADV RBR Degree=Cmp 5 advmod 5:advmod _ 5 comfy comfy ADJ JJ Degree=Pos 13 advcl 13:advcl:once _ 6 with with ADP IN _ 8 case 8:case _ -7 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 surroundings surroundings NOUN NNS Number=Plur 5 obl 5:obl:with SpaceAfter=No -9 , , PUNCT , _ 13 punct 13:punct _ +9 , , PUNCT , _ 5 punct 5:punct _ 10 then then ADV RB PronType=Dem 13 advmod 13:advmod _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj|14:nsubj:xsubj|17:nsubj:xsubj|19:nsubj:xsubj _ 12 can can AUX MD VerbForm=Fin 13 aux 13:aux _ @@ -154091,9 +154179,9 @@ 17 getting get VERB VBG VerbForm=Ger 14 conj 13:xcomp|14:conj:and _ 18 to to PART TO _ 19 mark 19:mark _ 19 know know VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ -20 each each DET DT _ 21 det 21:det _ -21 other other ADJ JJ Degree=Pos 19 obj 19:obj _ -22 more more ADV RBR _ 19 advmod 19:advmod SpaceAfter=No +20 each each DET DT ExtPos=PRON|PronType=Rcp 19 obj 19:obj _ +21 other other ADJ JJ Degree=Pos 20 fixed 20:fixed _ +22 more more ADV RBR Degree=Cmp 19 advmod 19:advmod SpaceAfter=No 23 . . PUNCT . _ 13 punct 13:punct _ # sent_id = answers-20111108103354AAQzdFB_ans-0020 @@ -154124,11 +154212,11 @@ # sent_id = answers-20111107233110AAmgsVx_ans-0002 # newpar id = answers-20111107233110AAmgsVx_ans-p0002 # text = My family and I are planning to shift to Fujairah in a couple of years. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 family family NOUN NN Number=Sing 6 nsubj 6:nsubj|8:nsubj:xsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 conj 2:conj:and|6:nsubj|8:nsubj:xsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 planning plan VERB VBG VerbForm=Ger 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 shift shift VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ @@ -154146,7 +154234,7 @@ 1 So so ADV RB _ 4 advmod 4:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ 3 just just ADV RB _ 4 advmod 4:advmod _ -4 needed need VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 needed need VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 know know VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 if if SCONJ IN _ 12 mark 12:mark _ @@ -154154,7 +154242,7 @@ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 11 suitable suitable ADJ JJ Degree=Pos 12 amod 12:amod _ -12 place place NOUN NN Number=Sing 6 advcl 6:advcl:if _ +12 place place NOUN NN Number=Sing 6 ccomp 6:ccomp _ 13 to to PART TO _ 14 mark 14:mark _ 14 live live VERB VB VerbForm=Inf 12 acl 12:acl:to _ 15 in in ADP IN _ 14 obl 14:obl _ @@ -154168,9 +154256,9 @@ # text = Also that, I heard in the next few years Fujairah would be as good as Dubai, is it true? 1 Also also ADV RB _ 0 root 0:root _ 2 that that SCONJ IN _ 5 mark 5:mark SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 heard hear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ +5 heard hear VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ 6 in in ADP IN _ 10 case 10:case _ 7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 8 next next ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -154183,7 +154271,7 @@ 15 good good ADJ JJ Degree=Pos 5 ccomp 5:ccomp _ 16 as as ADP IN _ 17 case 17:case _ 17 Dubai Dubai PROPN NNP Number=Sing 15 obl 15:obl:as SpaceAfter=No -18 , , PUNCT , _ 1 punct 1:punct _ +18 , , PUNCT , _ 21 punct 21:punct _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 20 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj _ 21 true true ADJ JJ Degree=Pos 5 parataxis 5:parataxis SpaceAfter=No @@ -154197,11 +154285,11 @@ 3 be be AUX VB VerbForm=Inf 4 cop 4:cop _ 4 happy happy ADJ JJ Degree=Pos 0 root 0:root _ 5 if if SCONJ IN _ 7 mark 7:mark _ -6 someone someone PRON NN Number=Sing 7 nsubj 7:nsubj _ +6 someone someone PRON NN Number=Sing|PronType=Ind 7 nsubj 7:nsubj _ 7 helps help VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 10 punct 10:punct _ 9 especially especially ADV RB _ 10 advmod 10:advmod _ -10 someone someone PRON NN Number=Sing 7 obj 7:obj|15:nsubj|17:nsubj _ +10 someone someone PRON NN Number=Sing|PronType=Ind 7 obj 7:obj|15:nsubj|17:nsubj _ 11 who who PRON WP PronType=Rel 15 nsubj 10:ref _ 12 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 13 been be AUX VBN Tense=Past|VerbForm=Part 15 cop 15:cop _ @@ -154217,7 +154305,7 @@ # newpar id = answers-20111107233110AAmgsVx_ans-p0003 # text = I LIVE THERE! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 LIVE live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 LIVE live VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 THERE there ADV RB PronType=Dem 2 advmod 2:advmod SpaceAfter=No 4 ! ! PUNCT . _ 2 punct 2:punct _ @@ -154226,12 +154314,12 @@ 1 ... ... PUNCT , _ 5 punct 5:punct _ 2-3 Ive _ _ _ _ _ _ _ _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -3 ve have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 ve have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 5 aux 5:aux CorrectForm='ve 4 been be AUX VBN Tense=Past|VerbForm=Part 5 aux 5:aux _ 5 living live VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 6 in in ADP IN _ 7 case 7:case _ 7 Fujairah Fujairah PROPN NNP Number=Sing 5 obl 5:obl:in _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 entire entire ADJ JJ Degree=Pos 10 amod 10:amod _ 10 life life NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ 11 and and CCONJ CC _ 14 cc 14:cc _ @@ -154251,8 +154339,8 @@ # sent_id = answers-20111107233110AAmgsVx_ans-0008 # text = I think 2012 is going to be a great year for Fujairah as we have ALOT of projects to be done by 2012. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 2012 2012 NUM CD NumType=Card 5 nsubj 5:nsubj|10:nsubj:xsubj _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 2012 2012 NUM CD NumForm=Digit|NumType=Card 5 nsubj 5:nsubj|10:nsubj:xsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 going go VERB VBG Tense=Pres|VerbForm=Part 2 ccomp 2:ccomp _ 6 to to PART TO _ 10 mark 10:mark _ @@ -154264,8 +154352,8 @@ 12 Fujairah Fujairah PROPN NNP Number=Sing 10 nmod 10:nmod:for _ 13 as as SCONJ IN _ 15 mark 15:mark _ 14 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:as _ -16 A a DET DT Definite=Ind|PronType=Art 17 det 17:det SpaceAfter=No +15 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:as _ +16 A a DET DT Definite=Ind|PronType=Art 17 det 17:det CorrectSpaceAfter=Yes|SpaceAfter=No 17 LOT lot NOUN NN Number=Sing 15 obj 15:obj _ 18 of of ADP IN _ 19 case 19:case _ 19 projects project NOUN NNS Number=Plur 17 nmod 17:nmod:of _ @@ -154273,7 +154361,7 @@ 21 be be AUX VB VerbForm=Inf 22 aux:pass 22:aux:pass _ 22 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 acl 19:acl:to _ 23 by by ADP IN _ 24 case 24:case _ -24 2012 2012 NUM CD NumType=Card 22 obl 22:obl:by SpaceAfter=No +24 2012 2012 NUM CD NumForm=Digit|NumType=Card 22 obl 22:obl:by SpaceAfter=No 25 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111107233110AAmgsVx_ans-0009 @@ -154289,7 +154377,7 @@ # text = Its between sea and mountains so you can camp on beach or between mountains! 1-2 Its _ _ _ _ _ _ _ _ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj|6:nsubj _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 4 cop 4:cop CorrectForm='s 3 between between ADP IN _ 4 case 4:case _ 4 sea sea NOUN NN Number=Sing 0 root 0:root _ 5 and and CCONJ CC _ 6 cc 6:cc _ @@ -154314,10 +154402,10 @@ 5 skies sky NOUN NNS Number=Plur 2 conj 2:conj|11:nsubj SpaceAfter=No 6 , , PUNCT , _ 7 punct 7:punct _ 7 snorkeling snorkeling NOUN NN Number=Sing 2 conj 2:conj|11:nsubj SpaceAfter=No -8 , , PUNCT , _ 2 punct 2:punct _ +8 , , PUNCT , _ 9 punct 9:punct _ 9 diving diving NOUN NN Number=Sing 2 appos 2:appos _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ -11 some some DET DT _ 0 root 0:root _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +11 some some DET DT PronType=Ind 0 root 0:root _ 12 of of ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 things thing NOUN NNS Number=Plur 11 nmod 11:nmod:of _ @@ -154333,7 +154421,7 @@ 1 And and CCONJ CC _ 5 cc 5:cc _ 2 now now ADV RB _ 5 advmod 5:advmod _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 finishing finish VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 road road NOUN NN Number=Sing 5 obj 5:obj _ @@ -154342,7 +154430,7 @@ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 Dubai Dubai PROPN NNP Number=Sing 9 conj 7:nmod:between|9:conj:and _ 12 in in ADP IN _ 14 case 14:case _ -13 45 45 NUM CD NumType=Card 14 nummod 14:nummod _ +13 45 45 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 14 minutes minute NOUN NNS Number=Plur 7 nmod 7:nmod:in _ 15 only only ADV RB _ 14 advmod 14:advmod SpaceAfter=No 16 ! ! PUNCT . _ 5 punct 5:punct _ @@ -154350,7 +154438,7 @@ # sent_id = answers-20111107233110AAmgsVx_ans-0013 # text = So, no it is not as good as Dubai, but its quieter and more peaceful, and you can still go to Dubai in 45 mins. 1 So so ADV RB _ 8 advmod 8:advmod SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 no no INTJ UH _ 8 discourse 8:discourse _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ @@ -154363,10 +154451,10 @@ 12 but but CCONJ CC _ 15 cc 15:cc _ 13-14 its _ _ _ _ _ _ _ _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj|18:nsubj _ -14 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ -15 quieter quieter ADJ JJR Degree=Cmp 8 conj 8:conj:but _ +14 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 15 cop 15:cop CorrectForm='s +15 quieter quiet ADJ JJR Degree=Cmp 8 conj 8:conj:but _ 16 and and CCONJ CC _ 18 cc 18:cc _ -17 more more ADV RBR _ 18 advmod 18:advmod _ +17 more more ADV RBR Degree=Cmp 18 advmod 18:advmod _ 18 peaceful peaceful ADJ JJ Degree=Pos 15 conj 15:conj:and SpaceAfter=No 19 , , PUNCT , _ 24 punct 24:punct _ 20 and and CCONJ CC _ 24 cc 24:cc _ @@ -154377,7 +154465,7 @@ 25 to to ADP IN _ 26 case 26:case _ 26 Dubai Dubai PROPN NNP Number=Sing 24 obl 24:obl:to _ 27 in in ADP IN _ 29 case 29:case _ -28 45 45 NUM CD NumType=Card 29 nummod 29:nummod _ +28 45 45 NUM CD NumForm=Digit|NumType=Card 29 nummod 29:nummod _ 29 mins minute NOUN NNS Abbr=Yes|Number=Plur 24 obl 24:obl:in SpaceAfter=No 30 . . PUNCT . _ 8 punct 8:punct _ @@ -154389,36 +154477,36 @@ 4 know know VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 if if SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ -8 anything anything PRON NN Number=Sing 7 obj 7:obj _ +7 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +8 anything anything PRON NN Number=Sing|PronType=Ind 7 obj 7:obj _ 9 else else ADJ JJ Degree=Pos 8 amod 8:amod _ # sent_id = answers-20111107233110AAmgsVx_ans-0015 # newpar id = answers-20111107233110AAmgsVx_ans-p0004 # text = Visited Fujairah when in Dubai. -1 Visited visit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Visited visit VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 Fujairah Fujairah PROPN NNP Number=Sing 1 obj 1:obj _ -3 when when SCONJ WRB PronType=Int 5 mark 5:mark _ +3 when when ADV WRB PronType=Int 5 advmod 5:advmod _ 4 in in ADP IN _ 5 case 5:case _ 5 Dubai Dubai PROPN NNP Number=Sing 1 advcl 1:advcl:in SpaceAfter=No 6 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111107233110AAmgsVx_ans-0016 # text = Nothing like Dubai, and never will be! -1 Nothing nothing PRON NN Number=Sing 0 root 0:root _ +1 Nothing nothing PRON NN Number=Sing|PronType=Neg 0 root 0:root _ 2 like like ADP IN _ 3 case 3:case _ 3 Dubai Dubai PROPN NNP Number=Sing 1 nmod 1:nmod:like SpaceAfter=No 4 , , PUNCT , _ 8 punct 8:punct _ 5 and and CCONJ CC _ 8 cc 8:cc _ 6 never never ADV RB _ 8 advmod 8:advmod _ 7 will will AUX MD VerbForm=Fin 8 aux 8:aux _ -8 be be VERB VB VerbForm=Inf 1 conj 1:conj:and SpaceAfter=No +8 be be AUX VB VerbForm=Inf 1 conj 1:conj:and SpaceAfter=No 9 ! ! PUNCT . _ 8 punct 8:punct _ # sent_id = answers-20111107233110AAmgsVx_ans-0017 # text = Don't know the economics of Fujairah but Dubai is basically bankrupt so you wouldn't want to end up like them! 1-2 Don't _ _ _ _ _ _ _ _ -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 n't not PART RB _ 3 advmod 3:advmod _ 3 know know VERB VB VerbForm=Inf 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ @@ -154447,24 +154535,24 @@ # text = Unless you have a particular skill they need - and firm job offer before going - I would think twice about it! 1 Unless unless SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:unless _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:unless _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 particular particular ADJ JJ Degree=Pos 6 amod 6:amod _ 6 skill skill NOUN NN Number=Sing 3 obj 3:obj _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ -9 - - PUNCT , _ 6 punct 6:punct _ +8 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +9 - - PUNCT , _ 13 punct 13:punct _ 10 and and CCONJ CC _ 13 cc 13:cc _ 11 firm firm ADJ JJ Degree=Pos 13 amod 13:amod _ 12 job job NOUN NN Number=Sing 13 compound 13:compound _ 13 offer offer NOUN NN Number=Sing 6 conj 3:obj|6:conj:and _ 14 before before SCONJ IN _ 15 mark 15:mark _ 15 going go VERB VBG VerbForm=Ger 6 acl 6:acl:before _ -16 - - PUNCT , _ 19 punct 19:punct _ +16 - - PUNCT , _ 3 punct 3:punct _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ 18 would would AUX MD VerbForm=Fin 19 aux 19:aux _ 19 think think VERB VB VerbForm=Inf 0 root 0:root _ -20 twice twice ADV RB NumType=Mult 19 advmod 19:advmod _ +20 twice twice ADV RB NumForm=Word|NumType=Mult 19 advmod 19:advmod _ 21 about about ADP IN _ 22 case 22:case _ 22 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 obl 19:obl:about SpaceAfter=No 23 ! ! PUNCT . _ 19 punct 19:punct _ @@ -154473,9 +154561,9 @@ # sent_id = answers-20111108084355AAvLpRa_ans-0001 # newpar id = answers-20111108084355AAvLpRa_ans-p0001 # text = Are there any new Gaming console? -1 Are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 there there PRON EX _ 1 expl 1:expl _ -3 any any DET DT _ 6 det 6:det _ +3 any any DET DT PronType=Ind 6 det 6:det _ 4 new new ADJ JJ Degree=Pos 6 amod 6:amod _ 5 Gaming gaming NOUN NN Number=Sing 6 compound 6:compound _ 6 console console NOUN NN Number=Sing 1 nsubj 1:nsubj SpaceAfter=No @@ -154486,26 +154574,26 @@ # text = I don't know should i buy PS3 or X-BOX Kinect. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 know know VERB VB VerbForm=Inf 0 root 0:root _ 5 should should AUX MD VerbForm=Fin 7 aux 7:aux _ -6 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ +6 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 7 buy buy VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ 8 PS3 PS3 PROPN NNP Number=Sing 7 obj 7:obj _ 9 or or CCONJ CC _ 13 cc 13:cc _ 10 X X PROPN NNP Number=Sing 12 compound 12:compound SpaceAfter=No -11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No 12 BOX BOX PROPN NNP Number=Sing 13 compound 13:compound _ 13 Kinect Kinect PROPN NNP Number=Sing 8 conj 7:obj|8:conj:or SpaceAfter=No 14 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108084355AAvLpRa_ans-0003 # text = Or even N-DS or PSP. -1 Or or CCONJ CC _ 7 cc 7:cc _ +1 Or or CCONJ CC _ 5 cc 5:cc _ 2 even even ADV RB _ 5 advmod 5:advmod _ 3 N N PROPN NNP Number=Sing 5 compound 5:compound SpaceAfter=No -4 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No +4 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 5 DS DS PROPN NNP Number=Sing 0 root 0:root _ 6 or or CCONJ CC _ 7 cc 7:cc _ 7 PSP PSP PROPN NNP Number=Sing 5 conj 5:conj:or SpaceAfter=No @@ -154515,21 +154603,21 @@ # text = I'm a little afraid when i buy PS3 or X-BOX then a newer version comes out. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 little little ADJ JJ Degree=Pos 5 obl:npmod 5:obl:npmod _ 5 afraid afraid ADJ JJ Degree=Pos 0 root 0:root _ -6 when when SCONJ WRB PronType=Int 8 mark 8:mark _ -7 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 buy buy VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:when _ -9 PS3 ps3 NOUN NN Number=Sing 8 obj 8:obj _ +6 when when ADV WRB PronType=Int 8 advmod 8:advmod _ +7 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ +8 buy buy VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:when _ +9 PS3 PS3 NOUN NN Number=Sing 8 obj 8:obj _ 10 or or CCONJ CC _ 13 cc 13:cc _ 11 X X PROPN NNP Number=Sing 13 compound 13:compound SpaceAfter=No -12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 BOX BOX PROPN NNP Number=Sing 9 conj 8:obj|9:conj:or _ 14 then then ADV RB PronType=Dem 18 advmod 18:advmod _ 15 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ -16 newer newer ADJ JJR Degree=Cmp 17 amod 17:amod _ +16 newer new ADJ JJR Degree=Cmp 17 amod 17:amod _ 17 version version NOUN NN Number=Sing 18 nsubj 18:nsubj _ 18 comes come VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ 19 out out ADP RP _ 18 compound:prt 18:compound:prt SpaceAfter=No @@ -154541,7 +154629,7 @@ 2 Same same ADJ JJ Degree=Pos 0 root 0:root _ 3 for for ADP IN _ 6 case 6:case _ 4 N N PROPN NNP Number=Sing 6 compound 6:compound SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 6 DS DS PROPN NNP Number=Sing 2 obl 2:obl:for _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 PSP PSP PROPN NNP Number=Sing 6 conj 2:obl:for|6:conj:and SpaceAfter=No @@ -154555,14 +154643,14 @@ 3 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 been be AUX VBN Tense=Past|VerbForm=Part 5 aux:pass 5:aux:pass _ 5 announced announce VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ -6 as as ADV RB _ 10 cc 10:cc _ +6 as as ADV RB ExtPos=CCONJ 10 cc 10:cc _ 7 well well ADV RB Degree=Pos 6 fixed 6:fixed _ 8 as as ADP IN _ 6 fixed 6:fixed _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 PS4 PS4 PROPN NNP Number=Sing 5 conj 5:conj:as_well_as _ 11 however however ADV RB _ 17 advmod 17:advmod _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -13 PS4 ps4 NOUN NN Number=Sing 17 nsubj 17:nsubj _ +13 PS4 PS4 NOUN NN Number=Sing 17 nsubj 17:nsubj _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 15 only only ADV RB _ 17 advmod 17:advmod _ 16 in in ADP IN _ 17 case 17:case _ @@ -154584,7 +154672,7 @@ 2 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 announced announce VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -5 there there PRON PRP$ _ 7 nmod:poss 7:nmod:poss _ +5 there their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 7 nmod:poss 7:nmod:poss CorrectForm=their 6 new new ADJ JJ Degree=Pos 7 amod 7:amod _ 7 console console NOUN NN Number=Sing 4 obj 4:obj _ 8 yet yet ADV RB _ 4 advmod 4:advmod _ @@ -154602,50 +154690,50 @@ # sent_id = answers-20111108084355AAvLpRa_ans-0008 # newpar id = answers-20111108084355AAvLpRa_ans-p0004 # text = No matter when you buy you will get a newer version. -1 No no ADV RB _ 2 advmod 2:advmod _ -2 matter matter ADV RB _ 8 advmod 8:advmod _ -3 when when SCONJ WRB PronType=Int 5 mark 5:mark _ +1 No no DET DT PronType=Neg 2 det 2:det _ +2 matter matter NOUN NN Number=Sing 8 obl:npmod 8:obl:npmod _ +3 when when ADV WRB PronType=Int 5 advmod 5:advmod _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 buy buy VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +5 buy buy VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 acl 2:acl _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ 7 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 8 get get VERB VB VerbForm=Inf 0 root 0:root _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -10 newer newer ADJ JJR Degree=Cmp 11 amod 11:amod _ +10 newer new ADJ JJR Degree=Cmp 11 amod 11:amod _ 11 version version NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No 12 . . PUNCT . _ 8 punct 8:punct _ # sent_id = answers-20111108084355AAvLpRa_ans-0009 # text = I feel X-BOX is a very smooth system i own it like 3 years, its very compatible to previous versions and mostly important i was very comfortable with the User Interface and the JOYSTICK....coz you dont wana hold a joystick that gives you discomfort. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 feel feel VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 X X PROPN NNP Number=Sing 5 compound 5:compound SpaceAfter=No -4 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No +4 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 5 BOX BOX PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 7 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 8 very very ADV RB _ 9 advmod 9:advmod _ 9 smooth smooth ADJ JJ Degree=Pos 10 amod 10:amod _ 10 system system NOUN NN Number=Sing 2 ccomp 2:ccomp _ -11 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 own own VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +11 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ +12 own own VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 13 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 obj 12:obj _ 14 like like INTJ UH _ 12 discourse 12:discourse _ -15 3 3 NUM CD NumType=Card 16 nummod 16:nummod _ +15 3 3 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 16 years year NOUN NNS Number=Plur 12 obl:tmod 12:obl:tmod SpaceAfter=No 17 , , PUNCT , _ 21 punct 21:punct _ 18-19 its _ _ _ _ _ _ _ _ 18 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj _ -19 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ +19 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 21 cop 21:cop CorrectForm='s 20 very very ADV RB _ 21 advmod 21:advmod _ 21 compatible compatible ADJ JJ Degree=Pos 2 conj 2:conj _ 22 to to ADP IN _ 24 case 24:case _ 23 previous previous ADJ JJ Degree=Pos 24 amod 24:amod _ 24 versions version NOUN NNS Number=Plur 21 obl 21:obl:to _ 25 and and CCONJ CC _ 31 cc 31:cc _ -26 mostly mostly ADV RB _ 27 advmod 27:advmod _ +26 mostly most ADV RB Typo=Yes 27 advmod 27:advmod CorrectForm=most 27 important important ADJ JJ Degree=Pos 31 advmod 31:advmod _ -28 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 31 nsubj 31:nsubj _ +28 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 31 nsubj 31:nsubj _ 29 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 31 cop 31:cop _ 30 very very ADV RB _ 31 advmod 31:advmod _ 31 comfortable comfortable ADJ JJ Degree=Pos 2 parataxis 2:parataxis _ @@ -154656,13 +154744,14 @@ 36 and and CCONJ CC _ 38 cc 38:cc _ 37 the the DET DT Definite=Def|PronType=Art 38 det 38:det _ 38 JOYSTICK joystick NOUN NN Number=Sing 35 conj 31:obl:with|35:conj:and SpaceAfter=No -39 .... .... PUNCT , _ 31 punct 31:punct SpaceAfter=No -40 coz cause SCONJ IN Abbr=Yes 44 mark 44:mark _ +39 .... .... PUNCT , _ 44 punct 44:punct SpaceAfter=No +40 coz because SCONJ IN Abbr=Yes|Style=Vrnc 44 mark 44:mark _ 41 you you PRON PRP Case=Nom|Person=2|PronType=Prs 44 nsubj 44:nsubj|46:nsubj:xsubj _ 42-43 dont _ _ _ _ _ _ _ _ -42 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 44 aux 44:aux _ -43 nt not PART RB _ 44 advmod 44:advmod _ -44 wan want VERB VB Abbr=Yes|VerbForm=Inf 31 advcl 31:advcl:coz SpaceAfter=No +42 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 44 aux 44:aux _ +43 nt not PART RB Typo=Yes 44 advmod 44:advmod CorrectForm=n't +44-45 wana _ _ _ _ _ _ _ _ +44 wan want VERB VB Abbr=Yes|VerbForm=Inf 31 advcl 31:advcl:because _ 45 a to PART TO Abbr=Yes 46 mark 46:mark _ 46 hold hold VERB VB VerbForm=Inf 44 xcomp 44:xcomp _ 47 a a DET DT Definite=Ind|PronType=Art 48 det 48:det _ @@ -154676,28 +154765,28 @@ # sent_id = answers-20111108084355AAvLpRa_ans-0010 # text = XBOX Joys are soo comfyy..... 1 XBOX XBOX PROPN NNP Number=Sing 2 compound 2:compound _ -2 Joys Joys PROPN NNPS Number=Plur 5 nsubj 5:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -4 soo soo ADV RB _ 5 advmod 5:advmod _ -5 comfyy comfyy ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No +2 Joys Joy PROPN NNPS Number=Plur 5 nsubj 5:nsubj _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +4 soo so ADV RB Style=Expr 5 advmod 5:advmod CorrectForm=so +5 comfyy comfy ADJ JJ Degree=Pos|Style=Expr 0 root 0:root CorrectForm=comfy|SpaceAfter=No 6 ..... ..... PUNCT . _ 5 punct 5:punct SpaceAfter=No # sent_id = answers-20111108084355AAvLpRa_ans-0011 # text = Performance - You get the same in all, just get a good TV. 1 Performance performance NOUN NN Number=Sing 0 root 0:root _ -2 - - PUNCT : _ 1 punct 1:punct _ +2 - - PUNCT : _ 4 punct 4:punct _ 3 You you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 appos 1:appos _ +4 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 appos 1:appos _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 same same ADJ JJ Degree=Pos 4 obj 4:obj _ 7 in in ADP IN _ 8 case 8:case _ -8 all all DET DT _ 6 obl 6:obl:in SpaceAfter=No -9 , , PUNCT , _ 1 punct 1:punct _ +8 all all DET DT PronType=Tot 6 obl 6:obl:in SpaceAfter=No +9 , , PUNCT , _ 11 punct 11:punct _ 10 just just ADV RB _ 11 advmod 11:advmod _ 11 get get VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 good good ADJ JJ Degree=Pos 14 amod 14:amod _ -14 TV tv NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No +14 TV TV NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 15 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108084355AAvLpRa_ans-0012 @@ -154705,7 +154794,7 @@ # text = I don't know about the playstation situation but I do know that Microsoft has said they don't see the Xbox 360 as being even halfway through its lifetime. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 know know VERB VB VerbForm=Inf 0 root 0:root _ 5 about about ADP IN _ 8 case 8:case _ @@ -154714,7 +154803,7 @@ 8 situation situation NOUN NN Number=Sing 4 obl 4:obl:about _ 9 but but CCONJ CC _ 12 cc 12:cc _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -11 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 know know VERB VB VerbForm=Inf 4 conj 4:conj:but _ 13 that that SCONJ IN _ 16 mark 16:mark _ 14 Microsoft Microsoft PROPN NNP Number=Sing 16 nsubj 16:nsubj _ @@ -154722,18 +154811,18 @@ 16 said say VERB VBN Tense=Past|VerbForm=Part 12 ccomp 12:ccomp _ 17 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 18-19 don't _ _ _ _ _ _ _ _ -18 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +18 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 19 n't not PART RB _ 20 advmod 20:advmod _ 20 see see VERB VB VerbForm=Inf 16 ccomp 16:ccomp _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 Xbox xbox NOUN NN Number=Sing 20 obj 20:obj _ -23 360 360 NUM CD NumType=Card 22 nummod 22:nummod _ +23 360 360 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod _ 24 as as SCONJ IN _ 30 mark 30:mark _ 25 being be AUX VBG VerbForm=Ger 30 cop 30:cop _ 26 even even ADV RB _ 27 advmod 27:advmod _ 27 halfway halfway ADV RB _ 30 advmod 30:advmod _ 28 through through ADP IN _ 30 case 30:case _ -29 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +29 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 30 lifetime lifetime NOUN NN Number=Sing 20 advcl 20:advcl:through SpaceAfter=No 31 . . PUNCT . _ 4 punct 4:punct _ @@ -154741,13 +154830,13 @@ # text = Since they released kinect this was kind of their way of releasing a new Xbox so they don't plan on making another one for a while. 1 Since since SCONJ IN _ 3 mark 3:mark _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 released release VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:since _ +3 released release VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:since _ 4 kinect kinect PROPN NNP Number=Sing 3 obj 3:obj _ 5 this this PRON DT Number=Sing|PronType=Dem 10 nsubj 10:nsubj _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ -7 kind kind ADV RB _ 10 advmod 10:advmod _ -8 of of ADV RB _ 7 fixed 7:fixed _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +7 kind kind NOUN NN ExtPos=ADV|Number=Sing 10 advmod 10:advmod _ +8 of of ADP IN _ 7 fixed 7:fixed _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 way way NOUN NN Number=Sing 0 root 0:root _ 11 of of SCONJ IN _ 12 mark 12:mark _ 12 releasing release VERB VBG VerbForm=Ger 10 acl 10:acl:of _ @@ -154757,12 +154846,12 @@ 16 so so ADV RB _ 20 advmod 20:advmod _ 17 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 18-19 don't _ _ _ _ _ _ _ _ -18 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +18 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 19 n't not PART RB _ 20 advmod 20:advmod _ 20 plan plan VERB VB VerbForm=Inf 10 parataxis 10:parataxis _ 21 on on SCONJ IN _ 22 mark 22:mark _ 22 making make VERB VBG VerbForm=Ger 20 advcl 20:advcl:on _ -23 another another DET DT _ 24 det 24:det _ +23 another another DET DT PronType=Ind 24 det 24:det _ 24 one one NOUN NN Number=Sing 22 obj 22:obj _ 25 for for ADP IN _ 27 case 27:case _ 26 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ @@ -154772,10 +154861,10 @@ # sent_id = answers-20111108084355AAvLpRa_ans-0014 # text = I do know they have already announced a new wii though and I don't know what Sony has said about playstation but again, if you get an Xbox (which I personally think is the best anyways) you should be set for a while. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 know know VERB VB VerbForm=Inf 0 root 0:root _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -5 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 already already ADV RB _ 7 advmod 7:advmod _ 7 announced announce VERB VBN Tense=Past|VerbForm=Part 3 ccomp 3:ccomp _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ @@ -154785,7 +154874,7 @@ 12 and and CCONJ CC _ 16 cc 16:cc _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ 14-15 don't _ _ _ _ _ _ _ _ -14 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +14 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 15 n't not PART RB _ 16 advmod 16:advmod _ 16 know know VERB VB VerbForm=Inf 3 conj 3:conj:and _ 17 what what PRON WP PronType=Int 20 obj 20:obj _ @@ -154796,20 +154885,20 @@ 22 playstation playstation PROPN NNP Number=Sing 20 obl 20:obl:about _ 23 but but CCONJ CC _ 44 cc 44:cc _ 24 again again ADV RB _ 44 advmod 44:advmod SpaceAfter=No -25 , , PUNCT , _ 44 punct 44:punct _ +25 , , PUNCT , _ 24 punct 24:punct _ 26 if if SCONJ IN _ 28 mark 28:mark _ 27 you you PRON PRP Case=Nom|Person=2|PronType=Prs 28 nsubj 28:nsubj _ -28 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 44 advcl 44:advcl:if _ +28 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 44 advcl 44:advcl:if _ 29 an a DET DT Definite=Ind|PronType=Art 30 det 30:det _ -30 Xbox Xbox PROPN NNP Number=Sing 28 obj 28:obj _ +30 Xbox Xbox PROPN NNP Number=Sing 28 obj 28:obj|38:nsubj _ 31 ( ( PUNCT -LRB- _ 35 punct 35:punct SpaceAfter=No -32 which which PRON WDT PronType=Int 38 nsubj 38:nsubj _ +32 which which PRON WDT PronType=Rel 38 nsubj 30:ref _ 33 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 35 nsubj 35:nsubj _ 34 personally personally ADV RB _ 35 advmod 35:advmod _ -35 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 30 acl:relcl 30:acl:relcl _ +35 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 30 acl:relcl 30:acl:relcl _ 36 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 38 cop 38:cop _ 37 the the DET DT Definite=Def|PronType=Art 38 det 38:det _ -38 best best ADJ JJS Degree=Sup 35 ccomp 35:ccomp _ +38 best good ADJ JJS Degree=Sup 35 ccomp 35:ccomp _ 39 anyways anyways ADV RB _ 38 advmod 38:advmod SpaceAfter=No 40 ) ) PUNCT -RRB- _ 35 punct 35:punct _ 41 you you PRON PRP Case=Nom|Person=2|PronType=Prs 44 nsubj 44:nsubj _ @@ -154838,9 +154927,9 @@ # sent_id = answers-20111108105919AAHXkZF_ans-0002 # newpar id = answers-20111108105919AAHXkZF_ans-p0002 # text = My cat had a seizure yesterday and was ill. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 cat cat NOUN NN Number=Sing 3 nsubj 3:nsubj|9:nsubj _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 seizure seizure NOUN NN Number=Sing 3 obj 3:obj _ 6 yesterday yesterday NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ @@ -154853,8 +154942,8 @@ # text = In fact every once in a while he seems to get ill in one way or another; and then he bounces back like nothing has happened. 1 In in ADP IN _ 2 case 2:case _ 2 fact fact NOUN NN Number=Sing 9 obl 9:obl:in _ -3 every every DET DT _ 4 det 4:det _ -4 once once NOUN NN Number=Sing 9 obl:npmod 9:obl:npmod _ +3 every every DET DT PronType=Tot 4 det 4:det _ +4 once once NOUN NN Number=Sing 9 obl:tmod 9:obl:tmod _ 5 in in ADP IN _ 7 case 7:case _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 while while NOUN NN Number=Sing 4 nmod 4:nmod:in _ @@ -154864,18 +154953,18 @@ 11 get get VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 ill ill ADJ JJ Degree=Pos 11 xcomp 11:xcomp _ 13 in in ADP IN _ 15 case 15:case _ -14 one one NUM CD NumType=Card 15 nummod 15:nummod _ +14 one one NUM CD NumForm=Word|NumType=Card 15 nummod 15:nummod _ 15 way way NOUN NN Number=Sing 12 obl 12:obl:in _ 16 or or CCONJ CC _ 17 cc 17:cc _ -17 another another DET DT _ 15 conj 12:obl:in|15:conj:or SpaceAfter=No -18 ; ; PUNCT , _ 9 punct 9:punct _ +17 another another DET DT PronType=Ind 15 conj 12:obl:in|15:conj:or SpaceAfter=No +18 ; ; PUNCT , _ 22 punct 22:punct _ 19 and and CCONJ CC _ 22 cc 22:cc _ 20 then then ADV RB PronType=Dem 22 advmod 22:advmod _ 21 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj _ 22 bounces bounce VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 conj 9:conj:and _ 23 back back ADV RB _ 22 advmod 22:advmod _ 24 like like SCONJ IN _ 27 mark 27:mark _ -25 nothing nothing PRON NN Number=Sing 27 nsubj 27:nsubj _ +25 nothing nothing PRON NN Number=Sing|PronType=Neg 27 nsubj 27:nsubj _ 26 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ 27 happened happen VERB VBN Tense=Past|VerbForm=Part 22 advcl 22:advcl:like SpaceAfter=No 28 . . PUNCT . _ 9 punct 9:punct _ @@ -154883,18 +154972,18 @@ # sent_id = answers-20111108105919AAHXkZF_ans-0004 # text = I did an internet search to ascertain how long cats can live, however different sources give wildly different lifespans. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 did do VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 internet internet NOUN NN Number=Sing 5 compound 5:compound _ 5 search search NOUN NN Number=Sing 2 obj 2:obj _ 6 to to PART TO _ 7 mark 7:mark _ 7 ascertain ascertain VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ -8 how how SCONJ WRB PronType=Int 9 mark 9:mark _ +8 how how ADV WRB PronType=Int 9 advmod 9:advmod _ 9 long long ADV RB Degree=Pos 12 advmod 12:advmod _ 10 cats cat NOUN NNS Number=Plur 12 nsubj 12:nsubj _ 11 can can AUX MD VerbForm=Fin 12 aux 12:aux _ 12 live live VERB VB VerbForm=Inf 7 ccomp 7:ccomp SpaceAfter=No -13 , , PUNCT , _ 2 punct 2:punct _ +13 , , PUNCT , _ 17 punct 17:punct _ 14 however however ADV RB _ 17 advmod 17:advmod _ 15 different different ADJ JJ Degree=Pos 16 amod 16:amod _ 16 sources source NOUN NNS Number=Plur 17 nsubj 17:nsubj _ @@ -154906,10 +154995,10 @@ # sent_id = answers-20111108105919AAHXkZF_ans-0005 # text = My cat is 18 years old. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 cat cat NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -4 18 18 NUM CD NumType=Card 5 nummod 5:nummod _ +4 18 18 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 years year NOUN NNS Number=Plur 6 obl:npmod 6:obl:npmod _ 6 old old ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 7 . . PUNCT . _ 6 punct 6:punct _ @@ -154917,13 +155006,13 @@ # sent_id = answers-20111108105919AAHXkZF_ans-0006 # text = In your experience how long do cats do cats typically live? 1 In in ADP IN _ 3 case 3:case _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 experience experience NOUN NN Number=Sing 11 obl 11:obl:in _ 4 how how ADV WRB PronType=Int 5 advmod 5:advmod _ 5 long long ADV RB Degree=Pos 11 advmod 11:advmod _ -6 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 reparandum 11:reparandum _ +6 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 reparandum 11:reparandum _ 7 cats cat NOUN NNS Number=Plur 11 reparandum 11:reparandum _ -8 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +8 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 9 cats cat NOUN NNS Number=Plur 11 nsubj 11:nsubj _ 10 typically typically ADV RB _ 11 advmod 11:advmod _ 11 live live VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No @@ -154934,33 +155023,33 @@ 1 Is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 3 on on ADP IN _ 6 case 6:case _ -4 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 last last ADJ JJ Degree=Pos 6 amod 6:amod _ 6 legs leg NOUN NNS Number=Plur 0 root 0:root _ -7 or or CCONJ CC _ 8 cc 8:cc _ -8 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 conj 6:conj:or _ +7 or or CCONJ CC _ 10 cc 10:cc _ +8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 expl 10:expl _ -10 conceivable conceivable ADJ JJ Degree=Pos 8 xcomp 8:xcomp _ +10 conceivable conceivable ADJ JJ Degree=Pos 6 conj 6:conj:or _ 11 that that SCONJ IN _ 15 mark 15:mark _ 12 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 13 could could AUX MD VerbForm=Fin 15 aux 15:aux _ 14 be be AUX VB VerbForm=Inf 15 cop 15:cop _ -15 around around ADV RB _ 8 csubj 8:csubj _ +15 around around ADV RB _ 10 csubj 10:csubj _ 16 for for ADP IN _ 19 case 19:case _ -17 another another DET DT _ 19 det 19:det _ -18 15 15 NUM CD NumType=Card 19 nummod 19:nummod _ +17 another another DET DT PronType=Ind 19 det 19:det _ +18 15 15 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod _ 19 years year NOUN NNS Number=Plur 15 obl 15:obl:for _ 20 as as SCONJ IN _ 22 mark 22:mark _ 21 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 aux:pass 22:aux:pass _ 22 claimed claim VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 advcl 15:advcl:as _ 23 by by ADP IN _ 24 case 24:case _ -24 some some DET DT _ 22 obl 22:obl:by _ +24 some some DET DT PronType=Ind 22 obl:agent 22:obl:agent _ 25 of of ADP IN _ 27 case 27:case _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 sources source NOUN NNS Number=Plur 24 nmod 24:nmod:of _ 28-29 ive _ _ _ _ _ _ _ _ -28 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 31 nsubj 31:nsubj _ -29 ve have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ +28 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 31 nsubj 31:nsubj _ +29 ve have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 31 aux 31:aux CorrectForm='ve 30 been be AUX VBN Tense=Past|VerbForm=Part 31 aux 31:aux _ 31 looking look VERB VBG Tense=Pres|VerbForm=Part 27 acl:relcl 27:acl:relcl _ 32 at at ADP IN _ 31 obl 31:obl SpaceAfter=No @@ -154970,14 +155059,14 @@ # newpar id = answers-20111108105919AAHXkZF_ans-p0003 # text = from my experience with my cats 13-18 years depending on the breed. 1 from from ADP IN _ 3 case 3:case _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 experience experience NOUN NN Number=Sing 10 nmod 10:nmod:from _ 4 with with ADP IN _ 6 case 6:case _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 cats cat NOUN NNS Number=Plur 3 nmod 3:nmod:with _ -7 13 13 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No +7 13 13 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No 8 - - SYM SYM _ 9 case 9:case SpaceAfter=No -9 18 18 NUM CD NumType=Card 7 nmod 7:nmod _ +9 18 18 NUM CD NumForm=Digit|NumType=Card 7 nmod 7:nmod _ 10 years year NOUN NNS Number=Plur 0 root 0:root _ 11 depending depend VERB VBG VerbForm=Ger 14 case 14:case _ 12 on on ADP IN _ 14 case 14:case _ @@ -154989,10 +155078,10 @@ # newpar id = answers-20111108105919AAHXkZF_ans-p0004 # text = At 18 years, your cat has had a long life. 1 At at ADP IN _ 3 case 3:case _ -2 18 18 NUM CD NumType=Card 3 nummod 3:nummod _ +2 18 18 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 3 years year NOUN NNS Number=Plur 8 obl 8:obl:at SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 , , PUNCT , _ 3 punct 3:punct _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 cat cat NOUN NN Number=Sing 8 nsubj 8:nsubj _ 7 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ @@ -155006,24 +155095,24 @@ 1 Indoor indoor ADJ JJ Degree=Pos 2 amod 2:amod _ 2 cats cat NOUN NNS Number=Plur 9 nsubj 6:nsubj:pass|9:nsubj _ 3 that that PRON WDT PronType=Rel 6 nsubj:pass 2:ref _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ 5 well well ADV RB Degree=Pos 6 advmod 6:advmod _ 6 cared care VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 acl:relcl 2:acl:relcl _ 7 for for ADP IN _ 6 obl 6:obl _ 8 typically typically ADV RB _ 9 advmod 9:advmod _ -9 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -10 11 11 NUM CD NumType=Card 13 nummod 13:nummod SpaceAfter=No +9 live live VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +10 11 11 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod SpaceAfter=No 11 - - SYM SYM _ 12 case 12:case SpaceAfter=No -12 15 15 NUM CD NumType=Card 10 nmod 10:nmod _ +12 15 15 NUM CD NumForm=Digit|NumType=Card 10 nmod 10:nmod _ 13 years year NOUN NNS Number=Plur 9 obl:tmod 9:obl:tmod SpaceAfter=No 14 . . PUNCT . _ 9 punct 9:punct _ # sent_id = answers-20111108105919AAHXkZF_ans-0011 # text = Older males often tend to have urinary tract issues, so your cat has done very well. -1 Older older ADJ JJR Degree=Cmp 2 amod 2:amod _ -2 males male VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 nsubj 4:nsubj|6:nsubj:xsubj _ +1 Older old ADJ JJR Degree=Cmp 2 amod 2:amod _ +2 males male NOUN NNS Number=Plur 4 nsubj 4:nsubj|6:nsubj:xsubj _ 3 often often ADV RB _ 4 advmod 4:advmod _ -4 tend tend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 tend tend VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 have have VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 urinary urinary ADJ JJ Degree=Pos 8 amod 8:amod _ @@ -155031,10 +155120,10 @@ 9 issues issue NOUN NNS Number=Plur 6 obj 6:obj SpaceAfter=No 10 , , PUNCT , _ 15 punct 15:punct _ 11 so so ADV RB _ 15 advmod 15:advmod _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 cat cat NOUN NN Number=Sing 15 nsubj 15:nsubj _ 14 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ -15 done do VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj _ +15 done do VERB VBN Tense=Past|VerbForm=Part 4 parataxis 4:parataxis _ 16 very very ADV RB _ 17 advmod 17:advmod _ 17 well well ADV RB Degree=Pos 15 advmod 15:advmod SpaceAfter=No 18 . . PUNCT . _ 4 punct 4:punct _ @@ -155045,11 +155134,11 @@ 2 cats cat NOUN NNS Number=Plur 5 nsubj 5:nsubj _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 seldom seldom ADV RB _ 5 advmod 5:advmod _ -5 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 live live VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 past past ADP IN _ 10 case 10:case _ -7 14 14 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No +7 14 14 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No 8 - - SYM SYM _ 9 case 9:case SpaceAfter=No -9 15 15 NUM CD NumType=Card 7 nmod 7:nmod _ +9 15 15 NUM CD NumForm=Digit|NumType=Card 7 nmod 7:nmod _ 10 years year NOUN NNS Number=Plur 5 obl 5:obl:past SpaceAfter=No 11 . . PUNCT . _ 5 punct 5:punct _ @@ -155059,36 +155148,36 @@ 2 of of ADP IN _ 3 case 3:case _ 3 cats cat NOUN NNS Number=Plur 1 nmod 1:nmod:of _ 4 living live VERB VBG VerbForm=Ger 3 acl 3:acl _ -5 more more ADJ JJR Degree=Cmp 7 advmod 7:advmod _ +5 more more ADJ JJR Degree=Cmp|ExtPos=ADV 7 advmod 7:advmod _ 6 than than ADP IN _ 5 fixed 5:fixed _ -7 25 25 NUM CD NumType=Card 8 nummod 8:nummod _ -8 years year NOUN NNS Number=Plur 4 obj 4:obj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +7 25 25 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ +8 years year NOUN NNS Number=Plur 4 obl:tmod 4:obl:tmod _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 rare rare ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 11 . . PUNCT . _ 10 punct 10:punct _ # sent_id = answers-20111108105919AAHXkZF_ans-0014 # text = Ive had cats for 35 years and the oldest cat I've ever had was a 23 year old female and she was exceptional. 1-2 Ive _ _ _ _ _ _ _ _ -1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|21:nsubj _ -2 ve have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +2 ve have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 3 aux 3:aux CorrectForm='ve 3 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 cats cat NOUN NNS Number=Plur 3 obj 3:obj _ 5 for for ADP IN _ 7 case 7:case _ -6 35 35 NUM CD NumType=Card 7 nummod 7:nummod _ +6 35 35 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 years year NOUN NNS Number=Plur 3 obl 3:obl:for _ 8 and and CCONJ CC _ 21 cc 21:cc _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 oldest oldest ADJ JJS Degree=Sup 11 amod 11:amod _ -11 cat cat NOUN NN Number=Sing 20 nsubj 20:nsubj _ +10 oldest old ADJ JJS Degree=Sup 11 amod 11:amod _ +11 cat cat NOUN NN Number=Sing 21 nsubj 21:nsubj _ 12-13 I've _ _ _ _ _ _ _ _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -13 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +13 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 14 ever ever ADV RB _ 15 advmod 15:advmod _ 15 had have VERB VBN Tense=Past|VerbForm=Part 11 acl:relcl 11:acl:relcl _ -16 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 cop 20:cop _ +16 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 cop 21:cop _ 17 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ -18 23 23 NUM CD NumType=Card 19 nummod 19:nummod _ +18 23 23 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod _ 19 year year NOUN NN Number=Sing 20 obl:npmod 20:obl:npmod _ 20 old old ADJ JJ Degree=Pos 21 amod 21:amod _ 21 female female NOUN NN Number=Sing 3 conj 3:conj:and _ @@ -155102,24 +155191,24 @@ # text = By comparison, outdoor cats have a life expectancy of 3-7 years depending on how many predators are in the local environment. 1 By by ADP IN _ 2 case 2:case _ 2 comparison comparison NOUN NN Number=Sing 6 obl 6:obl:by SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 outdoor outdoor ADJ JJ Degree=Pos 5 amod 5:amod _ 5 cats cat NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 life life NOUN NN Number=Sing 9 compound 9:compound _ 9 expectancy expectancy NOUN NN Number=Sing 6 obj 6:obj _ 10 of of ADP IN _ 14 case 14:case _ -11 3 3 NUM CD NumType=Card 14 nummod 14:nummod SpaceAfter=No +11 3 3 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No 12 - - SYM SYM _ 13 case 13:case SpaceAfter=No -13 7 7 NUM CD NumType=Card 11 nmod 11:nmod _ +13 7 7 NUM CD NumForm=Digit|NumType=Card 11 nmod 11:nmod _ 14 years year NOUN NNS Number=Plur 9 nmod 9:nmod:of _ 15 depending depend VERB VBG VerbForm=Ger 24 mark 24:mark _ 16 on on SCONJ IN _ 24 mark 24:mark _ -17 how how SCONJ WRB PronType=Int 18 mark 18:mark _ +17 how how ADV WRB PronType=Int 18 advmod 18:advmod _ 18 many many ADJ JJ Degree=Pos 19 amod 19:amod _ 19 predators predator NOUN NNS Number=Plur 24 nsubj 24:nsubj _ -20 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ +20 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ 21 in in ADP IN _ 24 case 24:case _ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 23 local local ADJ JJ Degree=Pos 24 amod 24:amod _ @@ -155128,57 +155217,57 @@ # sent_id = answers-20111108105919AAHXkZF_ans-0016 # text = According to a couple sources, the world record for the oldest cat was a cat in Devon, England who reportedly live to the age of 36. -1 According accord VERB VBG VerbForm=Ger 5 case 5:case _ -2 to to ADP IN _ 5 case 5:case _ -3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ -4 couple couple NOUN NN Number=Sing 5 compound 5:compound _ -5 sources source NOUN NNS Number=Plur 16 obl 16:obl:to SpaceAfter=No -6 , , PUNCT , _ 16 punct 16:punct _ +1 According accord VERB VBG ExtPos=ADP|VerbForm=Ger 5 case 5:case _ +2 to to ADP IN _ 1 fixed 1:fixed _ +3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ +4 couple couple NOUN NN Number=Sing 5 nmod:npmod 5:nmod:npmod _ +5 sources source NOUN NNS Number=Plur 16 obl 16:obl:according_to SpaceAfter=No +6 , , PUNCT , _ 5 punct 5:punct _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 world world NOUN NN Number=Sing 9 compound 9:compound _ 9 record record NOUN NN Number=Sing 16 nsubj 16:nsubj _ 10 for for ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 oldest oldest ADJ JJS Degree=Sup 13 amod 13:amod _ +12 oldest old ADJ JJS Degree=Sup 13 amod 13:amod _ 13 cat cat NOUN NN Number=Sing 9 nmod 9:nmod:for _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 cop 16:cop _ 15 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 16 cat cat NOUN NN Number=Sing 0 root 0:root|23:nsubj _ 17 in in ADP IN _ 20 case 20:case _ 18 Devon Devon PROPN NNP Number=Sing 20 compound 20:compound SpaceAfter=No -19 , , PUNCT , _ 20 punct 20:punct _ +19 , , PUNCT , _ 18 punct 18:punct _ 20 England England PROPN NNP Number=Sing 16 nmod 16:nmod:in _ 21 who who PRON WP PronType=Rel 23 nsubj 16:ref _ 22 reportedly reportedly ADV RB _ 23 advmod 23:advmod _ -23 live live VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ +23 live live VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|Typo=Yes|VerbForm=Fin 16 acl:relcl 16:acl:relcl CorrectForm=lived 24 to to ADP IN _ 26 case 26:case _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 26 age age NOUN NN Number=Sing 23 obl 23:obl:to _ 27 of of ADP IN _ 28 case 28:case _ -28 36 36 NUM CD NumType=Card 26 nmod 26:nmod:of SpaceAfter=No +28 36 36 NUM CD NumForm=Digit|NumType=Card 26 nmod 26:nmod:of SpaceAfter=No 29 . . PUNCT . _ 16 punct 16:punct _ # sent_id = answers-20111108105919AAHXkZF_ans-0017 # newpar id = answers-20111108105919AAHXkZF_ans-p0005 # text = I knew a cat that died in its sleep aged 21. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 knew know VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 knew know VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 cat cat NOUN NN Number=Sing 2 obj 2:obj|6:nsubj _ 5 that that PRON WDT PronType=Rel 6 nsubj 4:ref _ -6 died die VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +6 died die VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 in in ADP IN _ 9 case 9:case _ -8 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 sleep sleep NOUN NN Number=Sing 6 obl 6:obl:in _ 10 aged aged ADJ JJ Degree=Pos 6 advcl 6:advcl _ -11 21 21 NUM CD NumType=Card 10 obj 10:obj SpaceAfter=No +11 21 21 NUM CD NumForm=Digit|NumType=Card 10 obj 10:obj SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108105919AAHXkZF_ans-0018 # text = Anything after 12 is a bonus. -1 Anything anything PRON NN Number=Sing 6 nsubj 6:nsubj _ +1 Anything anything PRON NN Number=Sing|PronType=Ind 6 nsubj 6:nsubj _ 2 after after ADP IN _ 3 case 3:case _ -3 12 12 NUM CD NumType=Card 1 nmod 1:nmod:after _ +3 12 12 NUM CD NumForm=Digit|NumType=Card 1 nmod 1:nmod:after _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 bonus bonus NOUN NN Number=Sing 0 root 0:root SpaceAfter=No @@ -155190,8 +155279,8 @@ # text = Gaining and loosing my cockatiel's trust...? 1 Gaining gain VERB VBG VerbForm=Ger 0 root 0:root _ 2 and and CCONJ CC _ 3 cc 3:cc _ -3 loosing loose VERB VBG VerbForm=Ger 1 conj 1:conj:and _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 loosing lose VERB VBG Typo=Yes|VerbForm=Ger 1 conj 1:conj:and CorrectForm=losing +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5-6 cockatiel's _ _ _ _ _ _ _ _ 5 cockatiel cockatiel NOUN NN Number=Sing 7 nmod:poss 7:nmod:poss _ 6 's 's PART POS _ 5 case 5:case _ @@ -155203,12 +155292,12 @@ # newpar id = answers-20111108071852AAxbh5F_ans-p0002 # text = I thought that I had gained my cockatiel's trust, but now he's not coming to me when I open his cage. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 6 mark 6:mark _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -5 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +5 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 6 gained gain VERB VBN Tense=Past|VerbForm=Part 2 ccomp 2:ccomp _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8-9 cockatiel's _ _ _ _ _ _ _ _ 8 cockatiel cockatiel NOUN NN Number=Sing 10 nmod:poss 10:nmod:poss _ 9 's 's PART POS _ 8 case 8:case _ @@ -155223,17 +155312,17 @@ 17 coming come VERB VBG VerbForm=Ger 2 conj 2:conj:but _ 18 to to ADP IN _ 19 case 19:case _ 19 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 17 obl 17:obl:to _ -20 when when SCONJ WRB PronType=Int 22 mark 22:mark _ +20 when when ADV WRB PronType=Int 22 advmod 22:advmod _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -22 open open VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:when _ -23 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +22 open open VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:when _ +23 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 cage cage NOUN NN Number=Sing 22 obj 22:obj SpaceAfter=No 25 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108071852AAxbh5F_ans-0003 # text = What do I do? 1 What what PRON WP PronType=Int 4 obj 4:obj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 4 do do VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 5 ? ? PUNCT . _ 4 punct 4:punct _ @@ -155241,19 +155330,19 @@ # sent_id = answers-20111108071852AAxbh5F_ans-0004 # newpar id = answers-20111108071852AAxbh5F_ans-p0003 # text = Did anything happen before losing his trust? -1 Did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ -2 anything anything PRON NN Number=Sing 3 nsubj 3:nsubj _ +1 Did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +2 anything anything PRON NN Number=Sing|PronType=Ind 3 nsubj 3:nsubj _ 3 happen happen VERB VB VerbForm=Inf 0 root 0:root _ 4 before before SCONJ IN _ 5 mark 5:mark _ 5 losing lose VERB VBG VerbForm=Ger 3 advcl 3:advcl:before _ -6 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 trust trust NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No 8 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108071852AAxbh5F_ans-0005 # text = Birds are hard to gain trust with, but it's lost so easily! 1 Birds bird NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 hard hard ADJ JJ Degree=Pos 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 gain gain VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ @@ -155290,7 +155379,7 @@ # text = Eating by his cage and keeping a "sleep cage" in your room is a good idea. 1 Eating eat VERB VBG VerbForm=Ger 18 csubj 18:csubj _ 2 by by ADP IN _ 4 case 4:case _ -3 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 cage cage NOUN NN Number=Sing 1 obl 1:obl:by _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 keeping keep VERB VBG VerbForm=Ger 1 conj 1:conj:and|18:csubj _ @@ -155300,7 +155389,7 @@ 10 cage cage NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No 11 " " PUNCT '' _ 10 punct 10:punct _ 12 in in ADP IN _ 14 case 14:case _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 room room NOUN NN Number=Sing 6 obl 6:obl:in _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ @@ -155311,27 +155400,27 @@ # sent_id = answers-20111108071852AAxbh5F_ans-0008 # text = Birds eat and sleep with their flock, not predators. 1 Birds bird NOUN NNS Number=Plur 2 nsubj 2:nsubj|4:nsubj _ -2 eat eat VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 eat eat VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 and and CCONJ CC _ 4 cc 4:cc _ -4 sleep sleep VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +4 sleep sleep VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 5 with with ADP IN _ 7 case 7:case _ -6 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 flock flock NOUN NN Number=Sing 2 obl 2:obl:with SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ -9 not not ADV RB _ 10 advmod 10:advmod _ +8 , , PUNCT , _ 10 punct 10:punct _ +9 not not PART RB _ 10 advmod 10:advmod _ 10 predators predator NOUN NNS Number=Plur 7 conj 2:obl:with|7:conj SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108071852AAxbh5F_ans-0009 # text = Keep his cage open and go on your computer, or read a book, etc and maybe he will come out to you. 1 Keep keep VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 cage cage NOUN NN Number=Sing 1 obj 1:obj|4:nsubj:xsubj _ 4 open open ADJ JJ Degree=Pos 1 xcomp 1:xcomp _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 go go VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ 7 on on ADP IN _ 9 case 9:case _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 computer computer NOUN NN Number=Sing 6 obl 6:obl:on SpaceAfter=No 10 , , PUNCT , _ 12 punct 12:punct _ 11 or or CCONJ CC _ 12 cc 12:cc _ @@ -155339,7 +155428,7 @@ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 book book NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No 15 , , PUNCT , _ 16 punct 16:punct _ -16 etc etc X FW _ 1 advmod 1:advmod _ +16 etc etc. NOUN FW Abbr=Yes|Number=Plur 1 conj 1:conj _ 17 and and CCONJ CC _ 21 cc 21:cc _ 18 maybe maybe ADV RB _ 21 advmod 21:advmod _ 19 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj _ @@ -155356,7 +155445,7 @@ 2 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ 3 go go VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 at at ADP IN _ 7 case 7:case _ -5 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 own own ADJ JJ Degree=Pos 7 amod 7:amod _ 7 pace pace NOUN NN Number=Sing 3 obl 3:obl:at SpaceAfter=No 8 , , PUNCT , _ 11 punct 11:punct _ @@ -155375,16 +155464,16 @@ 20 physical physical ADJ JJ Degree=Pos 21 amod 21:amod _ 21 violence violence NOUN NN Number=Sing 18 obl 18:obl:to _ 22 with with ADP IN _ 24 case 24:case _ -23 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +23 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 bird bird NOUN NN Number=Sing 18 obl 18:obl:with SpaceAfter=No 25 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108071852AAxbh5F_ans-0011 # text = This with ruin your bond, and you probably won't have another chance to build one. 1 This this PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ -2 with will AUX MD Typo=Yes|VerbForm=Fin 3 aux 3:aux _ +2 with will AUX MD Typo=Yes|VerbForm=Fin 3 aux 3:aux CorrectForm=will 3 ruin ruin VERB VB VerbForm=Inf 0 root 0:root _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 bond bond NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 6 , , PUNCT , _ 12 punct 12:punct _ 7 and and CCONJ CC _ 12 cc 12:cc _ @@ -155394,11 +155483,11 @@ 10 wo will AUX MD VerbForm=Fin 12 aux 12:aux _ 11 n't not PART RB _ 12 advmod 12:advmod _ 12 have have VERB VB VerbForm=Inf 3 conj 3:conj:and _ -13 another another DET DT _ 14 det 14:det _ +13 another another DET DT PronType=Ind 14 det 14:det _ 14 chance chance NOUN NN Number=Sing 12 obj 12:obj _ 15 to to PART TO _ 16 mark 16:mark _ 16 build build VERB VB VerbForm=Inf 14 acl 14:acl:to _ -17 one one NUM CD NumType=Card 16 obj 16:obj SpaceAfter=No +17 one one NUM CD NumForm=Word|NumType=Card 16 obj 16:obj SpaceAfter=No 18 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108071852AAxbh5F_ans-0012 @@ -155418,9 +155507,9 @@ 4 be be AUX VB VerbForm=Inf 11 cop 11:cop _ 5 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 6 cuddly cuddly ADJ JJ Degree=Pos 11 amod 11:amod SpaceAfter=No -7 , , PUNCT , _ 8 punct 8:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 loving loving ADJ JJ Degree=Pos 11 amod 11:amod SpaceAfter=No -9 , , PUNCT , _ 10 punct 10:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10 tame tame ADJ JJ Degree=Pos 11 amod 11:amod _ 11 bird bird NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 12 , , PUNCT , _ 17 punct 17:punct _ @@ -155438,11 +155527,11 @@ # text = But then again he could be! 1 But but CCONJ CC _ 3 cc 3:cc _ 2 then then ADV RB PronType=Dem 3 advmod 3:advmod _ -3 again again ADV RB _ 0 root 0:root _ -4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -5 could could AUX MD VerbForm=Fin 3 aux 3:aux _ -6 be be AUX VB VerbForm=Inf 3 cop 3:cop SpaceAfter=No -7 ! ! PUNCT . _ 3 punct 3:punct _ +3 again again ADV RB _ 6 advmod 6:advmod _ +4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ +5 could could AUX MD VerbForm=Fin 6 aux 6:aux _ +6 be be AUX VB VerbForm=Inf 0 root 0:root SpaceAfter=No +7 ! ! PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111108071852AAxbh5F_ans-0015 # newpar id = answers-20111108071852AAxbh5F_ans-p0004 @@ -155456,38 +155545,38 @@ # sent_id = answers-20111108071852AAxbh5F_ans-0016 # text = like my dogs, they really like me and trust me, but when I open the door to get them outside, they run from me, they know I'm going to take them outside and they don't like it. 1 like like ADP IN _ 3 case 3:case _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 dogs dog NOUN NNS Number=Plur 7 obl 7:obl:like SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj|10:nsubj _ 6 really really ADV RB _ 7 advmod 7:advmod _ -7 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 like like VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 7 obj 7:obj _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 trust trust VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 conj 7:conj:and _ -11 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 10 obj 10:obj SpaceAfter=No +10 trust trust VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 conj 7:conj:and _ +11 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 10 iobj 10:iobj SpaceAfter=No 12 , , PUNCT , _ 25 punct 25:punct _ 13 but but CCONJ CC _ 25 cc 25:cc _ -14 when when SCONJ WRB PronType=Int 16 mark 16:mark _ +14 when when ADV WRB PronType=Int 16 advmod 16:advmod _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -16 open open VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 advcl 25:advcl:when _ +16 open open VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 25 advcl 25:advcl:when _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 door door NOUN NN Number=Sing 16 obj 16:obj _ 19 to to PART TO _ 20 mark 20:mark _ 20 get get VERB VB VerbForm=Inf 16 advcl 16:advcl:to _ 21 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 20 obj 20:obj _ 22 outside outside ADV RB _ 20 advmod 20:advmod SpaceAfter=No -23 , , PUNCT , _ 25 punct 25:punct _ +23 , , PUNCT , _ 16 punct 16:punct _ 24 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 25 nsubj 25:nsubj _ -25 run run VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 conj 7:conj:and _ +25 run run VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 conj 7:conj:and _ 26 from from ADP IN _ 27 case 27:case _ 27 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 25 obl 25:obl:from SpaceAfter=No 28 , , PUNCT , _ 30 punct 30:punct _ 29 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 30 nsubj 30:nsubj _ -30 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 conj 7:conj:and _ +30 know know VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 conj 7:conj:and _ 31-32 I'm _ _ _ _ _ _ _ _ 31 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 33 nsubj 33:nsubj|35:nsubj:xsubj _ -32 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 33 aux 33:aux _ +32 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 33 aux 33:aux _ 33 going go VERB VBG Tense=Pres|VerbForm=Part 30 ccomp 30:ccomp _ 34 to to PART TO _ 35 mark 35:mark _ 35 take take VERB VB VerbForm=Inf 33 xcomp 33:xcomp _ @@ -155496,7 +155585,7 @@ 38 and and CCONJ CC _ 42 cc 42:cc _ 39 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 42 nsubj 42:nsubj _ 40-41 don't _ _ _ _ _ _ _ _ -40 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 42 aux 42:aux _ +40 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 42 aux 42:aux _ 41 n't not PART RB _ 42 advmod 42:advmod _ 42 like like VERB VB VerbForm=Inf 7 conj 7:conj:and _ 43 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 42 obj 42:obj SpaceAfter=No @@ -155509,9 +155598,9 @@ 3 must must AUX MD VerbForm=Fin 4 aux 4:aux _ 4 know know VERB VB VerbForm=Inf 0 root 0:root _ 5 that that SCONJ IN _ 13 mark 13:mark _ -6 when when SCONJ WRB PronType=Int 8 mark 8:mark _ +6 when when ADV WRB PronType=Int 8 advmod 8:advmod _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -8 open open VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 csubj 13:csubj _ +8 open open VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 cage cage NOUN NN Number=Sing 11 compound 11:compound _ 11 door door NOUN NN Number=Sing 8 obj 8:obj _ @@ -155529,7 +155618,7 @@ 23 and and CCONJ CC _ 28 cc 28:cc _ 24 birds bird NOUN NNS Number=Plur 28 nsubj 28:nsubj _ 25-26 don't _ _ _ _ _ _ _ _ -25 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ +25 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ 26 n't not PART RB _ 28 advmod 28:advmod _ 27 usually usually ADV RB _ 28 advmod 28:advmod _ 28 like like VERB VB VerbForm=Inf 4 conj 4:conj:and _ @@ -155539,24 +155628,24 @@ # sent_id = answers-20111108071852AAxbh5F_ans-0018 # text = so, I don't think the bird don't trust you, but still don't like the cage. 1 so so ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj|18:nsubj _ 4-5 don't _ _ _ _ _ _ _ _ -4 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 n't not PART RB _ 6 advmod 6:advmod _ 6 think think VERB VB VerbForm=Inf 0 root 0:root _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 bird bird NOUN NN Number=Sing 11 nsubj 11:nsubj _ 9-10 don't _ _ _ _ _ _ _ _ -9 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 n't not PART RB _ 11 advmod 11:advmod _ 11 trust trust VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ -12 you you PRON PRP Case=Acc|Person=2|PronType=Prs 11 obj 11:obj SpaceAfter=No +12 you you PRON PRP Case=Acc|Person=2|PronType=Prs 11 iobj 11:iobj SpaceAfter=No 13 , , PUNCT , _ 18 punct 18:punct _ 14 but but CCONJ CC _ 18 cc 18:cc _ 15 still still ADV RB _ 18 advmod 18:advmod _ 16-17 don't _ _ _ _ _ _ _ _ -16 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ +16 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 17 n't not PART RB _ 18 advmod 18:advmod _ 18 like like VERB VB VerbForm=Inf 6 conj 6:conj:but _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ @@ -155581,8 +155670,8 @@ # text = Hi im a big fan of breyer horses! 1 Hi hi INTJ UH _ 6 discourse 6:discourse _ 2-3 im _ _ _ _ _ _ _ _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -3 m be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ +3 m be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 6 cop 6:cop CorrectForm='m 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 big big ADJ JJ Degree=Pos 6 amod 6:amod _ 6 fan fan NOUN NN Number=Sing 0 root 0:root _ @@ -155593,22 +155682,22 @@ # sent_id = answers-20111108065707AAj7DaH_ans-0003 # text = My breyers need stables or barns though.....and I need directions and materials on how to make them. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 breyers breyer NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 stables stable NOUN NNS Number=Plur 3 obj 3:obj _ 5 or or CCONJ CC _ 6 cc 6:cc _ 6 barns barn NOUN NNS Number=Plur 4 conj 3:obj|4:conj:or _ 7 though though ADV RB _ 3 advmod 3:advmod SpaceAfter=No -8 ..... ..... PUNCT , _ 3 punct 3:punct SpaceAfter=No +8 ..... ..... PUNCT , _ 11 punct 11:punct SpaceAfter=No 9 and and CCONJ CC _ 11 cc 11:cc _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +11 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 12 directions direction NOUN NNS Number=Plur 11 obj 11:obj _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 materials material NOUN NNS Number=Plur 12 conj 11:obj|12:conj:and _ 15 on on SCONJ IN _ 18 mark 18:mark _ -16 how how SCONJ WRB PronType=Int 18 mark 18:mark _ +16 how how ADV WRB PronType=Int 18 advmod 18:advmod _ 17 to to PART TO _ 18 mark 18:mark _ 18 make make VERB VB VerbForm=Inf 12 acl 12:acl:on _ 19 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 18 obj 18:obj SpaceAfter=No @@ -155616,20 +155705,20 @@ # sent_id = answers-20111108065707AAj7DaH_ans-0004 # text = I would like maybe 5 stalls per barn so make sure the stalls are not that big so it can fit. -1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|10:nsubj|11:nsubj:xsubj _ +1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 would would AUX MD VerbForm=Fin 3 aux 3:aux _ 3 like like VERB VB VerbForm=Inf 0 root 0:root _ 4 maybe maybe ADV RB _ 5 advmod 5:advmod _ -5 5 5 NUM CD NumType=Card 6 nummod 6:nummod _ +5 5 5 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 stalls stall NOUN NNS Number=Plur 3 obj 3:obj _ 7 per per ADP IN _ 8 case 8:case _ 8 barn barn NOUN NN Number=Sing 6 nmod 6:nmod:per _ 9 so so ADV RB _ 10 advmod 10:advmod _ -10 make make VERB VB VerbForm=Inf 3 conj 3:conj _ +10 make make VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ 11 sure sure ADJ JJ Degree=Pos 10 xcomp 10:xcomp _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 stalls stall NOUN NNS Number=Plur 17 nsubj 17:nsubj _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 15 not not PART RB _ 17 advmod 17:advmod _ 16 that that ADV RB _ 17 advmod 17:advmod _ 17 big big ADJ JJ Degree=Pos 11 ccomp 11:ccomp _ @@ -155643,10 +155732,10 @@ # text = And I need to know where to buy the materials. 1 And and CCONJ CC _ 3 cc 3:cc _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 know know VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 where where SCONJ WRB PronType=Int 8 mark 8:mark _ +6 where where ADV WRB PronType=Int 8 advmod 8:advmod _ 7 to to PART TO _ 8 mark 8:mark _ 8 buy buy VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -155662,13 +155751,13 @@ 5 simple simple ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ 6 as as SCONJ IN _ 8 mark 8:mark _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -8 can can AUX MD VerbForm=Fin 4 advcl 4:advcl:as _ +8 can can AUX MD VerbForm=Fin 5 advcl 5:advcl:as _ 9 for for SCONJ IN _ 12 mark 12:mark _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 dad dad NOUN NN Number=Sing 12 nsubj 12:nsubj _ 12-13 doesnt _ _ _ _ _ _ _ _ -12 does do VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:for _ -13 nt not PART RB _ 12 advmod 12:advmod _ +12 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:for _ +13 nt not PART RB Typo=Yes 12 advmod 12:advmod CorrectForm=n't 14 really really ADV RB _ 12 advmod 12:advmod _ 15 not not PART RB _ 17 advmod 17:advmod _ 16 that that ADV RB _ 17 advmod 17:advmod _ @@ -155685,20 +155774,20 @@ # sent_id = answers-20111108065707AAj7DaH_ans-0008 # text = NOTE:If i see a answer that i love i will make my best right there and then 1 NOTE note NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct SpaceAfter=No +2 : : PUNCT : _ 13 punct 13:punct SpaceAfter=No 3 If if SCONJ IN _ 5 mark 5:mark _ -4 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ +4 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ +5 see see VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 answer answer NOUN NN Number=Sing 5 obj 5:obj|10:obj _ 8 that that PRON WDT PronType=Rel 10 obj 7:ref _ -9 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ -11 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ +9 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ +10 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +11 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 12 will will AUX MD VerbForm=Fin 13 aux 13:aux _ 13 make make VERB VB VerbForm=Inf 1 appos 1:appos _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ -15 best best ADJ JJS Degree=Sup 13 obj 13:obj _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +15 best good ADJ JJS Degree=Sup 13 obj 13:obj _ 16 right right ADV RB _ 17 advmod 17:advmod _ 17 there there ADV RB PronType=Dem 13 advmod 13:advmod _ 18 and and CCONJ CC _ 19 cc 19:cc _ @@ -155709,9 +155798,9 @@ # text = Breyer horse , miniature/ model replica 1 Breyer Breyer PROPN NNP Number=Sing 2 compound 2:compound _ 2 horse horse NOUN NN Number=Sing 0 root 0:root _ -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 7 punct 7:punct _ 4 miniature miniature NOUN NN Number=Sing 7 compound 7:compound SpaceAfter=No -5 / / PUNCT , _ 6 cc 6:cc _ +5 / / SYM , _ 6 cc 6:cc _ 6 model model NOUN NN Number=Sing 4 conj 4:conj|7:compound _ 7 replica replica NOUN NN Number=Sing 2 appos 2:appos _ @@ -155743,12 +155832,12 @@ # text = figure out how many stalls you want, then measure square cube sections for length and width of horse, 1 figure figure VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 out out ADP RP _ 1 compound:prt 1:compound:prt _ -3 how how SCONJ WRB PronType=Int 4 mark 4:mark _ +3 how how ADV WRB PronType=Int 4 advmod 4:advmod _ 4 many many ADJ JJ Degree=Pos 5 amod 5:amod _ 5 stalls stall NOUN NNS Number=Plur 7 obj 7:obj _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp SpaceAfter=No -8 , , PUNCT , _ 1 punct 1:punct _ +7 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp SpaceAfter=No +8 , , PUNCT , _ 10 punct 10:punct _ 9 then then ADV RB PronType=Dem 10 advmod 10:advmod _ 10 measure measure VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ 11 square square ADJ JJ Degree=Pos 12 amod 12:amod _ @@ -155786,21 +155875,21 @@ # sent_id = answers-20111108065707AAj7DaH_ans-0013 # text = there are many small details, that you would have to work on as you go for doors and windows and roof, 1 there there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 many many ADJ JJ Degree=Pos 5 amod 5:amod _ 4 small small ADJ JJ Degree=Pos 5 amod 5:amod _ -5 details detail NOUN NNS Number=Plur 2 nsubj 2:nsubj|10:obj SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ -7 that that PRON WDT PronType=Rel 10 obj 5:ref _ +5 details detail NOUN NNS Number=Plur 2 nsubj 2:nsubj|12:obl:on SpaceAfter=No +6 , , PUNCT , _ 10 punct 10:punct _ +7 that that PRON WDT PronType=Rel 12 obl 5:ref _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ 9 would would AUX MD VerbForm=Fin 10 aux 10:aux _ 10 have have VERB VB VerbForm=Inf 5 acl:relcl 5:acl:relcl _ 11 to to PART TO _ 12 mark 12:mark _ 12 work work VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ -13 on on ADP IN _ 12 obl 12:obl _ +13 on on ADP IN _ 7 case 5:case _ 14 as as SCONJ IN _ 16 mark 16:mark _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -16 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:as _ +16 go go VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:as _ 17 for for ADP IN _ 18 case 18:case _ 18 doors door NOUN NNS Number=Plur 12 obl 12:obl:for _ 19 and and CCONJ CC _ 20 cc 20:cc _ @@ -155828,9 +155917,9 @@ 15 wood wood NOUN NN Number=Sing 16 compound 16:compound _ 16 blocks block NOUN NNS Number=Plur 17 compound 17:compound _ 17 parts part NOUN NNS Number=Plur 9 conj 1:obl:for|9:conj:and SpaceAfter=No -18 , , PUNCT , _ 1 punct 1:punct _ +18 , , PUNCT , _ 20 punct 20:punct _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj _ -20 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ +20 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ 21 carpenter carpenter NOUN NN Number=Sing 23 compound 23:compound _ 22 wood wood NOUN NN Number=Sing 23 compound 23:compound _ 23 glue glue NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No @@ -155878,20 +155967,20 @@ 10 , , PUNCT , _ 14 punct 14:punct _ 11 or or CCONJ CC _ 14 cc 14:cc _ 12 press press NOUN NN Number=Sing 14 compound 14:compound SpaceAfter=No -13 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No 14 board board NOUN NN Number=Sing 6 conj 3:obl:from|6:conj:or SpaceAfter=No 15 , , PUNCT , _ 17 punct 17:punct _ 16 or or CCONJ CC _ 17 cc 17:cc _ 17 plywood plywood NOUN NN Number=Sing 6 conj 3:obl:from|6:conj:or SpaceAfter=No 18 , , PUNCT , _ 21 punct 21:punct _ 19 and and CCONJ CC _ 21 cc 21:cc _ -20 pre-cut pre-cut VERB VBN Tense=Past|VerbForm=Part 19 advcl 19:advcl _ -21 2 2 NUM CD NumType=Card 6 conj 3:obl:from|6:conj:or SpaceAfter=No +20 pre-cut pre-cut VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 amod 21:amod _ +21 2 2 NUM CD NumForm=Digit|NumType=Card 6 conj 3:obl:from|6:conj:or SpaceAfter=No 22 by by ADP IN _ 23 case 23:case SpaceAfter=No -23 4 4 NUM CD NumType=Card 21 nmod 21:nmod:by _ +23 4 4 NUM CD NumForm=Digit|NumType=Card 21 nmod 21:nmod:by _ 24 or or CCONJ CC _ 25 cc 25:cc _ 25 slats slat NOUN NNS Number=Plur 21 conj 21:conj:or SpaceAfter=No -26 , , PUNCT , _ 3 punct 3:punct _ +26 , , PUNCT , _ 29 punct 29:punct _ 27 you you PRON PRP Case=Nom|Person=2|PronType=Prs 29 nsubj 29:nsubj _ 28 can can AUX MD VerbForm=Fin 29 aux 29:aux _ 29 check check VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ @@ -155901,7 +155990,7 @@ 33 hardware hardware NOUN NN Number=Sing 34 compound 34:compound _ 34 shops shop NOUN NNS Number=Plur 31 conj 29:obj|31:conj:or _ 35 for for ADP IN _ 37 case 37:case _ -36 larger larger ADJ JJR Degree=Cmp 37 amod 37:amod _ +36 larger large ADJ JJR Degree=Cmp 37 amod 37:amod _ 37 pieces piece NOUN NNS Number=Plur 29 obl 29:obl:for SpaceAfter=No 38 , , PUNCT , _ 3 punct 3:punct _ @@ -155927,7 +156016,7 @@ # sent_id = answers-20111108065707AAj7DaH_ans-0021 # text = http://www.utrechtart.com/Craft-Supplies/Woodworking%20Supplies/ -1 http://www.utrechtart.com/Craft-Supplies/Woodworking%20Supplies/ http://www.utrechtart.com/craft-supplies/woodworking%20supplies/ X ADD _ 0 root 0:root _ +1 http://www.utrechtart.com/Craft-Supplies/Woodworking%20Supplies/ http://www.utrechtart.com/Craft-Supplies/Woodworking%20Supplies/ X ADD _ 0 root 0:root _ # sent_id = answers-20111108065707AAj7DaH_ans-0022 # text = .. @@ -155939,14 +156028,14 @@ # text = How can i get my kitten to stop biting when he plays? 1 How how ADV WRB PronType=Int 4 advmod 4:advmod _ 2 can can AUX MD VerbForm=Fin 4 aux 4:aux _ -3 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +3 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 4 get get VERB VB VerbForm=Inf 0 root 0:root _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 kitten kitten NOUN NN Number=Sing 4 obj 4:obj|8:nsubj:xsubj|9:nsubj:xsubj _ 7 to to PART TO _ 8 mark 8:mark _ 8 stop stop VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 9 biting bite VERB VBG VerbForm=Ger 8 xcomp 8:xcomp _ -10 when when SCONJ WRB PronType=Int 12 mark 12:mark _ +10 when when ADV WRB PronType=Int 12 advmod 12:advmod _ 11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 12 plays play VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:when SpaceAfter=No 13 ? ? PUNCT . _ 4 punct 4:punct _ @@ -155955,13 +156044,13 @@ # newpar id = answers-20111108103914AAcdeIt_ans-p0002 # text = I have a kitten who just turned 3 months today. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 kitten kitten NOUN NN Number=Sing 2 obj 2:obj|7:nsubj _ 5 who who PRON WP PronType=Rel 7 nsubj 4:ref _ 6 just just ADV RB _ 7 advmod 7:advmod _ -7 turned turn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ -8 3 3 NUM CD NumType=Card 9 nummod 9:nummod _ +7 turned turn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +8 3 3 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 months month NOUN NNS Number=Plur 7 obj 7:obj _ 10 today today NOUN NN Number=Sing 7 obl:tmod 7:obl:tmod SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ @@ -155974,9 +156063,9 @@ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 good good ADJ JJ Degree=Pos 5 amod 5:amod _ 5 kitty kitty NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 12 punct 12:punct _ 7 just just ADV RB _ 12 advmod 12:advmod _ -8 when when SCONJ WRB PronType=Int 10 mark 10:mark _ +8 when when ADV WRB PronType=Int 10 advmod 10:advmod _ 9 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 10 plays play VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:when _ 11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ @@ -155988,7 +156077,7 @@ # sent_id = answers-20111108103914AAcdeIt_ans-0004 # text = Almost every day he'd even wake me up like 5am in the morning, trying to bite my arm. 1 Almost almost ADV RB _ 3 advmod 3:advmod _ -2 every every DET DT _ 3 det 3:det _ +2 every every DET DT PronType=Tot 3 det 3:det _ 3 day day NOUN NN Number=Sing 7 obl:tmod 7:obl:tmod _ 4-5 he'd _ _ _ _ _ _ _ _ 4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ @@ -155998,33 +156087,33 @@ 8 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 7 obj 7:obj _ 9 up up ADP RP _ 7 compound:prt 7:compound:prt _ 10 like like ADP IN _ 12 case 12:case _ -11 5 5 NUM CD NumType=Card 12 nummod 12:nummod SpaceAfter=No -12 am am NOUN NN Number=Sing 7 obl 7:obl:like _ +11 5 5 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod SpaceAfter=No +12 am a.m. NOUN NN Number=Sing 7 obl 7:obl:like _ 13 in in ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 morning morning NOUN NN Number=Sing 12 nmod 12:nmod:in SpaceAfter=No -16 , , PUNCT , _ 7 punct 7:punct _ +16 , , PUNCT , _ 17 punct 17:punct _ 17 trying try VERB VBG VerbForm=Ger 7 advcl 7:advcl _ 18 to to PART TO _ 19 mark 19:mark _ 19 bite bite VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ -20 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 arm arm NOUN NN Number=Sing 19 obj 19:obj SpaceAfter=No 22 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108103914AAcdeIt_ans-0005 # text = And when I move it I guess he figures I'm playing. x.x 1 And and CCONJ CC _ 7 cc 7:cc _ -2 when when SCONJ WRB PronType=Int 4 mark 4:mark _ +2 when when ADV WRB PronType=Int 4 advmod 4:advmod _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 move move VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:when _ +4 move move VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:when _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 guess guess VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 guess guess VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 9 figures figure VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ 10-11 I'm _ _ _ _ _ _ _ _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -11 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 playing play VERB VBG Tense=Pres|VerbForm=Part 9 ccomp 9:ccomp SpaceAfter=No 13 . . PUNCT . _ 7 punct 7:punct _ 14 x.x x.x SYM NFP _ 7 discourse 7:discourse _ @@ -156032,14 +156121,14 @@ # sent_id = answers-20111108103914AAcdeIt_ans-0006 # text = I read somewhere that you have to hold his mouth together, and keep it that way til he panics. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 read read VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 read read VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 somewhere somewhere ADV RB _ 2 advmod 2:advmod _ 4 that that SCONJ IN _ 6 mark 6:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj|8:nsubj:xsubj|14:nsubj:xsubj _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +6 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 7 to to PART TO _ 8 mark 8:mark _ 8 hold hold VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 mouth mouth NOUN NN Number=Sing 8 obj 8:obj _ 11 together together ADV RB _ 8 advmod 8:advmod SpaceAfter=No 12 , , PUNCT , _ 14 punct 14:punct _ @@ -156048,9 +156137,9 @@ 15 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 obj 14:obj|17:nsubj:xsubj _ 16 that that DET DT Number=Sing|PronType=Dem 17 det 17:det _ 17 way way NOUN NN Number=Sing 14 xcomp 14:xcomp _ -18 til til SCONJ IN _ 20 mark 20:mark _ +18 til till SCONJ IN Typo=Yes 20 mark 20:mark CorrectForm=till 19 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ -20 panics panic VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:til SpaceAfter=No +20 panics panic VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:till SpaceAfter=No 21 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108103914AAcdeIt_ans-0007 @@ -156065,14 +156154,14 @@ # sent_id = answers-20111108103914AAcdeIt_ans-0008 # text = Any other way?? -1 Any any DET DT _ 3 det 3:det _ +1 Any any DET DT PronType=Ind 3 det 3:det _ 2 other other ADJ JJ Degree=Pos 3 amod 3:amod _ 3 way way NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 4 ?? ?? PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108103914AAcdeIt_ans-0009 # text = Do you think he's teething? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 think think VERB VB VerbForm=Inf 0 root 0:root _ 4-5 he's _ _ _ _ _ _ _ _ @@ -156095,27 +156184,27 @@ # sent_id = answers-20111108103914AAcdeIt_ans-0011 # text = Yeah, I thought that the holding his mouth thing sounded wrong. 1 Yeah yeah INTJ UH _ 4 discourse 4:discourse SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 that that SCONJ IN _ 11 mark 11:mark _ 6 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -7 holding holding NOUN NN Number=Sing 10 compound 10:compound _ -8 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 holding hold VERB VBG Tense=Pres|VerbForm=Part 10 compound 10:compound _ +8 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 mouth mouth NOUN NN Number=Sing 7 obj 7:obj _ 10 thing thing NOUN NN Number=Sing 11 nsubj 11:nsubj|12:nsubj:xsubj _ -11 sounded sound VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +11 sounded sound VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ 12 wrong wrong ADJ JJ Degree=Pos 11 xcomp 11:xcomp SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108103914AAcdeIt_ans-0012 # text = No worries, i didn't try. -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 worries worry NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 3 , , PUNCT , _ 7 punct 7:punct _ -4 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ +4 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 5-6 didn't _ _ _ _ _ _ _ _ -5 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 aux 7:aux _ +5 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 aux 7:aux _ 6 n't not PART RB _ 7 advmod 7:advmod _ 7 try try VERB VB VerbForm=Inf 2 parataxis 2:parataxis SpaceAfter=No 8 . . PUNCT . _ 7 punct 7:punct _ @@ -156126,25 +156215,25 @@ 2 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ 4 toys toy NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 8 punct 8:punct _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 scratching scratching NOUN NN Number=Sing 8 compound 8:compound _ 8 post post NOUN NN Number=Sing 4 appos 4:appos SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 LOTS lot NOUN NNS Number=Plur 8 list 8:list _ 11 of of ADP IN _ 12 case 12:case _ 12 mice mouse NOUN NNS Number=Plur 10 nmod 10:nmod:of SpaceAfter=No -13 , , PUNCT , _ 8 punct 8:punct _ +13 , , PUNCT , _ 14 punct 14:punct _ 14 balls ball NOUN NNS Number=Plur 8 list 8:list SpaceAfter=No -15 , , PUNCT , _ 8 punct 8:punct _ +15 , , PUNCT , _ 16 punct 16:punct _ 16 yarn yarn NOUN NN Number=Sing 8 list 8:list SpaceAfter=No -17 , , PUNCT , _ 8 punct 8:punct _ +17 , , PUNCT , _ 21 punct 21:punct _ 18 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 19 feathery feathery ADJ JJ Degree=Pos 21 amod 21:amod _ 20 birdy birdy NOUN NN Number=Sing 21 compound 21:compound _ 21 toy toy NOUN NN Number=Sing 8 list 8:list SpaceAfter=No -22 , , PUNCT , _ 8 punct 8:punct _ -23 etc etc X FW _ 8 list 8:list SpaceAfter=No +22 , , PUNCT , _ 23 punct 23:punct _ +23 etc etc. NOUN FW Abbr=Yes|Number=Plur 8 list 8:list SpaceAfter=No 24 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108103914AAcdeIt_ans-0014 @@ -156166,15 +156255,15 @@ # sent_id = answers-20111108103914AAcdeIt_ans-0015 # text = When i put him off of my bed, he jumps back on and same thing. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 put put VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:when _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +3 put put VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:when _ 4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 off off ADP IN _ 8 case 8:case _ 6 of of ADP IN _ 8 case 8:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 bed bed NOUN NN Number=Sing 3 obl 3:obl:of SpaceAfter=No -9 , , PUNCT , _ 11 punct 11:punct _ +9 , , PUNCT , _ 3 punct 3:punct _ 10 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj|16:nsubj _ 11 jumps jump VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 12 back back ADV RB _ 13 advmod 13:advmod _ @@ -156192,10 +156281,10 @@ 3 be be AUX VB VerbForm=Inf 4 aux 4:aux _ 4 teething teethe VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 but but CCONJ CC _ 9 cc 9:cc _ -6 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ +6 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 7-8 dont _ _ _ _ _ _ _ _ -7 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ -8 nt not PART RB _ 9 advmod 9:advmod _ +7 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +8 nt not PART RB Typo=Yes 9 advmod 9:advmod CorrectForm=n't 9 think think VERB VB VerbForm=Inf 4 conj 4:conj:but _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj:pass 13:nsubj:pass _ 11 can can AUX MD VerbForm=Fin 13 aux 13:aux _ @@ -156215,13 +156304,13 @@ 8 play play VERB VB VerbForm=Inf 4 acl:relcl 4:acl:relcl _ 9 with with ADP IN _ 5 case 5:case _ 10 that that PRON WDT PronType=Rel 11 nsubj 4:ref _ -11 give give VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +11 give give VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 12 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 iobj 11:iobj _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 way way NOUN NN Number=Sing 11 obj 11:obj _ 15 to to PART TO _ 16 mark 16:mark _ 16 use use VERB VB VerbForm=Inf 14 acl 14:acl:to _ -17 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 energy energy NOUN NN Number=Sing 16 obj 16:obj _ 19 up up ADP RP _ 16 compound:prt 16:compound:prt _ @@ -156229,34 +156318,34 @@ # newpar id = answers-20111108103914AAcdeIt_ans-p0004 # text = yes do not hold any animals mouth shut it wil close their air way, hes just a kitty and they are very rambunctious , get him toys. 1 yes yes INTJ UH _ 4 discourse 4:discourse _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VB Mood=Imp|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 hold hold VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -5 any any DET DT _ 6 det 6:det _ +5 any any DET DT PronType=Ind 6 det 6:det _ 6-7 animals _ _ _ _ _ _ _ _ 6 animal animal NOUN NN Number=Sing 8 nmod:poss 8:nmod:poss _ -7 s 's PART POS _ 6 case 6:case _ +7 s 's PART POS Typo=Yes 6 case 6:case CorrectForm='s 8 mouth mouth NOUN NN Number=Sing 4 obj 4:obj|9:nsubj:xsubj _ 9 shut shut ADJ JJ Degree=Pos 4 xcomp 4:xcomp _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -11 wil will AUX MD Typo=Yes|VerbForm=Fin 12 aux 12:aux _ +11 wil will AUX MD Typo=Yes|VerbForm=Fin 12 aux 12:aux CorrectForm=will 12 close close VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ -13 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ -14 air air X GW _ 12 obj 12:obj _ -15 way way NOUN NN Number=Sing 14 goeswith 14:goeswith SpaceAfter=No -16 , , PUNCT , _ 4 punct 4:punct _ +13 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +14 air airway NOUN GW Number=Sing|Typo=Yes 12 obj 12:obj _ +15 way _ X NN _ 14 goeswith 14:goeswith SpaceAfter=No +16 , , PUNCT , _ 21 punct 21:punct _ 17-18 hes _ _ _ _ _ _ _ _ 17 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj _ -18 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ +18 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 21 cop 21:cop CorrectForm='s 19 just just ADV RB _ 21 advmod 21:advmod _ 20 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 21 kitty kitty NOUN NN Number=Sing 4 parataxis 4:parataxis _ 22 and and CCONJ CC _ 26 cc 26:cc _ 23 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 26 nsubj 26:nsubj _ -24 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ +24 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ 25 very very ADV RB _ 26 advmod 26:advmod _ 26 rambunctious rambunctious ADJ JJ Degree=Pos 21 conj 21:conj:and _ -27 , , PUNCT , _ 4 punct 4:punct _ +27 , , PUNCT , _ 28 punct 28:punct _ 28 get get VERB VB Mood=Imp|VerbForm=Fin 4 parataxis 4:parataxis _ 29 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 28 iobj 28:iobj _ 30 toys toy NOUN NNS Number=Plur 28 obj 28:obj SpaceAfter=No @@ -156267,14 +156356,14 @@ 1 lots lot NOUN NNS Number=Plur 0 root 0:root _ 2 of of ADP IN _ 3 case 3:case _ 3 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 1 nmod 1:nmod:of SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 7 punct 7:punct _ 5 feather feather NOUN NN Number=Sing 6 compound 6:compound _ 6 ones one NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -7 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ -8 best best ADV RBS Degree=Sup 7 advmod 7:advmod SpaceAfter=No -9 , , PUNCT , _ 1 punct 1:punct _ +7 work work VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ +8 best well ADV RBS Degree=Sup 7 advmod 7:advmod SpaceAfter=No +9 , , PUNCT , _ 18 punct 18:punct _ 10 also also ADV RB _ 18 advmod 18:advmod _ -11 when when SCONJ WRB PronType=Int 13 mark 13:mark _ +11 when when ADV WRB PronType=Int 13 advmod 13:advmod _ 12 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 13 bites bite VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:when _ 14 you you PRON PRP Case=Acc|Person=2|PronType=Prs 13 obj 13:obj _ @@ -156285,56 +156374,56 @@ 19 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 18 obj 18:obj _ 20 down down ADP RP _ 18 compound:prt 18:compound:prt _ 21 off off ADP IN _ 23 case 23:case _ -22 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 bed bed NOUN NN Number=Sing 18 obl 18:obl:off SpaceAfter=No -24 , , PUNCT , _ 18 punct 18:punct _ +24 , , PUNCT , _ 26 punct 26:punct _ 25 to to PART TO _ 26 mark 26:mark _ 26 show show VERB VB VerbForm=Inf 18 advcl 18:advcl:to _ -27 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 26 obj 26:obj _ +27 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 26 iobj 26:iobj _ 28 that that SCONJ IN _ 32 mark 32:mark _ 29 you you PRON PRP Case=Nom|Person=2|PronType=Prs 32 nsubj 32:nsubj _ 30 will will AUX MD VerbForm=Fin 32 aux 32:aux _ 31 not not PART RB _ 32 advmod 32:advmod _ 32 tolerate tolerate VERB VB VerbForm=Inf 26 ccomp 26:ccomp _ 33 that that PRON DT Number=Sing|PronType=Dem 32 obj 32:obj SpaceAfter=No -34 , , PUNCT , _ 1 punct 1:punct _ +34 , , PUNCT , _ 37 punct 37:punct _ 35 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 37 nsubj 37:nsubj _ 36 will will AUX MD VerbForm=Fin 37 aux 37:aux _ 37 get get VERB VB VerbForm=Inf 18 parataxis 18:parataxis _ 38 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 37 obj 37:obj SpaceAfter=No -39 , , PUNCT , _ 1 punct 1:punct _ +39 , , PUNCT , _ 44 punct 44:punct _ 40-41 hes _ _ _ _ _ _ _ _ 40 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 44 nsubj 44:nsubj _ -41 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 44 aux 44:aux _ +41 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 44 aux 44:aux CorrectForm='s 42 also also ADV RB _ 44 advmod 44:advmod _ 43 probably probably ADV RB _ 44 advmod 44:advmod _ 44 teething teethe VERB VBG Tense=Pres|VerbForm=Part 1 parataxis 1:parataxis SpaceAfter=No -45 , , PUNCT , _ 44 punct 44:punct _ +45 , , PUNCT , _ 51 punct 51:punct _ 46 so so SCONJ IN _ 51 mark 51:mark _ 47 toys toy NOUN NNS Number=Plur 51 nsubj 51:nsubj _ -48 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 51 cop 51:cop _ -49 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 51 nmod:poss 51:nmod:poss _ -50 best best ADJ JJS Degree=Sup 51 amod 51:amod _ +48 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 51 cop 51:cop _ +49 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 51 nmod:poss 51:nmod:poss _ +50 best good ADJ JJS Degree=Sup 51 amod 51:amod _ 51 bet bet NOUN NN Number=Sing 44 advcl 44:advcl:so _ # newdoc id = answers-20111108102133AAwVd7m_ans # sent_id = answers-20111108102133AAwVd7m_ans-0001 # newpar id = answers-20111108102133AAwVd7m_ans-p0001 # text = Which rat cage is better? -1 Which which DET WDT PronType=Int 3 det 3:det _ +1 Which which DET WDT PronType=Int 3 det 3:det ManuallyChecked=PronType 2 rat rat NOUN NN Number=Sing 3 compound 3:compound _ 3 cage cage NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -5 better better ADJ JJR Degree=Cmp 0 root 0:root SpaceAfter=No +5 better good ADJ JJR Degree=Cmp 0 root 0:root SpaceAfter=No 6 ? ? PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108102133AAwVd7m_ans-0002 # newpar id = answers-20111108102133AAwVd7m_ans-p0002 # text = Hi, I want to get a few pet rats and need a rat cage. 1 Hi hi INTJ UH _ 4 discourse 4:discourse SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj|12:nsubj _ -4 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 get get VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ @@ -156342,7 +156431,7 @@ 9 pet pet NOUN NN Number=Sing 10 compound 10:compound _ 10 rats rat NOUN NNS Number=Plur 6 obj 6:obj _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +12 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 14 rat rat NOUN NN Number=Sing 15 compound 15:compound _ 15 cage cage NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No @@ -156350,42 +156439,42 @@ # sent_id = answers-20111108102133AAwVd7m_ans-0003 # text = (Apart from the wire flooring which i am going to cover) Which of these two cages is better: -1 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No +1 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No 2 Apart apart ADV RB _ 20 advmod 20:advmod _ 3 from from ADP IN _ 6 case 6:case _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 wire wire NOUN NN Number=Sing 6 compound 6:compound _ -6 flooring flooring NOUN NN Number=Sing 2 obl 2:obl:from|10:obj _ -7 which which PRON WDT PronType=Rel 10 obj 6:ref _ -8 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ +6 flooring flooring NOUN NN Number=Sing 2 obl 2:obl:from|12:obj _ +7 which which PRON WDT PronType=Rel 12 obj 6:ref _ +8 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ 9 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 going go VERB VBG Tense=Pres|VerbForm=Part 6 acl:relcl 6:acl:relcl _ 11 to to PART TO _ 12 mark 12:mark _ 12 cover cover VERB VB VerbForm=Inf 10 xcomp 10:xcomp SpaceAfter=No -13 ) ) PUNCT -RRB- _ 20 punct 20:punct _ -14 Which which PRON WDT PronType=Int 20 nsubj 20:nsubj _ +13 ) ) PUNCT -RRB- _ 2 punct 2:punct _ +14 Which which PRON WDT PronType=Int 20 nsubj 20:nsubj ManuallyChecked=PronType 15 of of ADP IN _ 18 case 18:case _ 16 these this DET DT Number=Plur|PronType=Dem 18 det 18:det _ -17 two two NUM CD NumType=Card 18 nummod 18:nummod _ +17 two two NUM CD NumForm=Word|NumType=Card 18 nummod 18:nummod _ 18 cages cage NOUN NNS Number=Plur 14 nmod 14:nmod:of _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ -20 better better ADJ JJR Degree=Cmp 0 root 0:root SpaceAfter=No +20 better good ADJ JJR Degree=Cmp 0 root 0:root SpaceAfter=No 21 : : PUNCT : _ 20 punct 20:punct _ # sent_id = answers-20111108102133AAwVd7m_ans-0004 # text = http://www.ebay.co.uk/itm/250927098564?var=550057729382&ssPageName=STRK:MEWAX:IT&_trksid=p3984.m1438.l2649#ht_2079wt_893 -1 http://www.ebay.co.uk/itm/250927098564?var=550057729382&ssPageName=STRK:MEWAX:IT&_trksid=p3984.m1438.l2649#ht_2079wt_893 http://www.ebay.co.uk/itm/250927098564?var=550057729382&sspagename=strk:mewax:it&_trksid=p3984.m1438.l2649#ht_2079wt_893 X ADD _ 0 root 0:root _ +1 http://www.ebay.co.uk/itm/250927098564?var=550057729382&ssPageName=STRK:MEWAX:IT&_trksid=p3984.m1438.l2649#ht_2079wt_893 http://www.ebay.co.uk/itm/250927098564?var=550057729382&ssPageName=STRK:MEWAX:IT&_trksid=p3984.m1438.l2649#ht_2079wt_893 X ADD _ 0 root 0:root _ # sent_id = answers-20111108102133AAwVd7m_ans-0005 # text = http://www.ebay.co.uk/itm/130589513308?var=430034792128&ssPageName=STRK:MEWAX:IT&_trksid=p3984.m1438.l2648#ht_1500wt_660 -1 http://www.ebay.co.uk/itm/130589513308?var=430034792128&ssPageName=STRK:MEWAX:IT&_trksid=p3984.m1438.l2648#ht_1500wt_660 http://www.ebay.co.uk/itm/130589513308?var=430034792128&sspagename=strk:mewax:it&_trksid=p3984.m1438.l2648#ht_1500wt_660 X ADD _ 0 root 0:root _ +1 http://www.ebay.co.uk/itm/130589513308?var=430034792128&ssPageName=STRK:MEWAX:IT&_trksid=p3984.m1438.l2648#ht_1500wt_660 http://www.ebay.co.uk/itm/130589513308?var=430034792128&ssPageName=STRK:MEWAX:IT&_trksid=p3984.m1438.l2648#ht_1500wt_660 X ADD _ 0 root 0:root _ # sent_id = answers-20111108102133AAwVd7m_ans-0006 # text = I cant decide between height or width. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 cant _ _ _ _ _ _ _ _ 2 ca can AUX MD VerbForm=Fin 4 aux 4:aux _ -3 nt not PART RB _ 4 advmod 4:advmod _ +3 nt not PART RB Typo=Yes 4 advmod 4:advmod CorrectForm=n't 4 decide decide VERB VB VerbForm=Inf 0 root 0:root _ 5 between between ADP IN _ 6 case 6:case _ 6 height height NOUN NN Number=Sing 4 obl 4:obl:between _ @@ -156396,14 +156485,14 @@ # sent_id = answers-20111108102133AAwVd7m_ans-0007 # newpar id = answers-20111108102133AAwVd7m_ans-p0003 # text = http://www.ebay.co.uk/itm/250927098564?var=550057729382&ssPageName=STRK:MEWAX:IT&_trksid=p3984.m1438.l2649#ht_ -1 http://www.ebay.co.uk/itm/250927098564?var=550057729382&ssPageName=STRK:MEWAX:IT&_trksid=p3984.m1438.l2649#ht_ http://www.ebay.co.uk/itm/250927098564?var=550057729382&sspagename=strk:mewax:it&_trksid=p3984.m1438.l2649#ht_ X ADD _ 0 root 0:root _ +1 http://www.ebay.co.uk/itm/250927098564?var=550057729382&ssPageName=STRK:MEWAX:IT&_trksid=p3984.m1438.l2649#ht_ http://www.ebay.co.uk/itm/250927098564?var=550057729382&ssPageName=STRK:MEWAX:IT&_trksid=p3984.m1438.l2649#ht_ X ADD _ 0 root 0:root _ # sent_id = answers-20111108102133AAwVd7m_ans-0008 # text = This one is better for rats. 1 This this DET DT Number=Sing|PronType=Dem 2 det 2:det _ 2 one one NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -4 better better ADJ JJR Degree=Cmp 0 root 0:root _ +4 better good ADJ JJR Degree=Cmp 0 root 0:root _ 5 for for ADP IN _ 6 case 6:case _ 6 rats rat NOUN NNS Number=Plur 4 obl 4:obl:for SpaceAfter=No 7 . . PUNCT . _ 4 punct 4:punct _ @@ -156412,13 +156501,13 @@ # text = You always want to go higher rather than wider for rats. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 2 always always ADV RB _ 3 advmod 3:advmod _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 go go VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 higher higher ADV RBR Degree=Cmp 5 advmod 5:advmod _ +6 higher high ADV RBR Degree=Cmp 5 advmod 5:advmod _ 7 rather rather ADV RB _ 9 cc 9:cc _ 8 than than ADP IN _ 7 fixed 7:fixed _ -9 wider wider ADV RBR _ 6 conj 5:advmod|6:conj:rather_than _ +9 wider wide ADV RBR Degree=Cmp 6 conj 5:advmod|6:conj:rather_than _ 10 for for ADP IN _ 11 case 11:case _ 11 rats rat NOUN NNS Number=Plur 3 obl 3:obl:for SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ @@ -156426,7 +156515,7 @@ # sent_id = answers-20111108102133AAwVd7m_ans-0010 # text = They LOVE to climb. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 LOVE love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 LOVE love VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 climb climb VERB VB VerbForm=Inf 2 xcomp 2:xcomp SpaceAfter=No 5 . . PUNCT . _ 2 punct 2:punct _ @@ -156443,7 +156532,7 @@ 8 flooring flooring NOUN NN Number=Sing 5 obj 5:obj _ 9 like like SCONJ IN _ 11 mark 11:mark _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -11 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:like SpaceAfter=No +11 said say VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:like SpaceAfter=No 12 , , PUNCT , _ 14 punct 14:punct _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 make make VERB VB VerbForm=Inf 5 conj 3:xcomp|5:conj:and _ @@ -156452,12 +156541,12 @@ 17 for for ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 stairs stair NOUN NNS Number=Plur 16 nmod 16:nmod:for SpaceAfter=No -20 , , PUNCT , _ 14 punct 14:punct _ +20 , , PUNCT , _ 26 punct 26:punct _ 21 so so SCONJ IN _ 26 mark 26:mark _ -22 no no DET DT _ 24 det 24:det _ +22 no no DET DT PronType=Neg 24 det 24:det _ 23 ratty ratty ADJ JJ Degree=Pos 24 amod 24:amod _ 24 feet foot NOUN NNS Number=Plur 26 nsubj:pass 26:nsubj:pass|28:nsubj:pass _ -25 get get AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 aux:pass 26:aux:pass _ +25 get get AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 26 aux:pass 26:aux:pass _ 26 caught catch VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 advcl 14:advcl:so _ 27 and and CCONJ CC _ 28 cc 28:cc _ 28 broken break VERB VB VerbForm=Inf 26 conj 14:advcl:so|26:conj:and SpaceAfter=No @@ -156470,38 +156559,38 @@ 3 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 4 hold hold VERB VB VerbForm=Inf 0 root 0:root _ 5 about about ADV RB _ 6 advmod 6:advmod _ -6 2 2 NUM CD NumType=Card 9 nummod 9:nummod _ +6 2 2 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 7 - - SYM SYM _ 8 case 8:case _ -8 3 3 NUM CD NumType=Card 6 nmod 6:nmod:to _ +8 3 3 NUM CD NumForm=Digit|NumType=Card 6 nmod 6:nmod:to _ 9 rats rat NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108102133AAwVd7m_ans-0013 # newpar id = answers-20111108102133AAwVd7m_ans-p0004 # text = Both are equal length so go for the taller one. -1 Both both DET DT _ 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +1 Both both DET DT PronType=Tot 4 nsubj 4:nsubj _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 equal equal ADJ JJ Degree=Pos 4 amod 4:amod _ 4 length length NOUN NN Number=Sing 0 root 0:root _ 5 so so ADV RB _ 6 advmod 6:advmod _ 6 go go VERB VB Mood=Imp|VerbForm=Fin 4 parataxis 4:parataxis _ 7 for for ADP IN _ 10 case 10:case _ -8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 taller taller ADJ JJR Degree=Cmp 10 amod 10:amod _ -10 one one NUM CD NumType=Card 6 obl 6:obl:for SpaceAfter=No +8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ +9 taller tall ADJ JJR Degree=Cmp 10 amod 10:amod _ +10 one one NOUN NN Number=Sing 6 obl 6:obl:for SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108102133AAwVd7m_ans-0014 # text = If you use this cage it's best to remove the wire shelves altogether and replace it with hammocks and the like. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:if _ +3 use use VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:if _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 cage cage NOUN NN Number=Sing 3 obj 3:obj _ 6-7 it's _ _ _ _ _ _ _ _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 expl 8:expl _ 7 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ -8 best best ADJ JJS Degree=Sup 0 root 0:root _ +8 best good ADJ JJS Degree=Sup 0 root 0:root _ 9 to to PART TO _ 10 mark 10:mark _ 10 remove remove VERB VB VerbForm=Inf 8 csubj 8:csubj _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ @@ -156521,8 +156610,8 @@ # sent_id = answers-20111108102133AAwVd7m_ans-0015 # text = I used one of these cages short term for a pet and it wasn't that great to be honest, pretty cheaply made, the door springs are annoying and it doesn't last very well. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 one one NUM CD NumType=Card 2 obj 2:obj _ +2 used use VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 one one NUM CD NumForm=Word|NumType=Card 2 obj 2:obj _ 4 of of ADP IN _ 6 case 6:case _ 5 these this DET DT Number=Plur|PronType=Dem 6 det 6:det _ 6 cages cage NOUN NNS Number=Plur 3 nmod 3:nmod:of _ @@ -156541,15 +156630,15 @@ 18 to to PART TO _ 20 mark 20:mark _ 19 be be AUX VB VerbForm=Inf 20 cop 20:cop _ 20 honest honest ADJ JJ Degree=Pos 17 advcl 17:advcl:to SpaceAfter=No -21 , , PUNCT , _ 2 punct 2:punct _ +21 , , PUNCT , _ 24 punct 24:punct _ 22 pretty pretty ADV RB _ 23 advmod 23:advmod _ 23 cheaply cheaply ADV RB _ 24 advmod 24:advmod _ -24 made make VERB VBN Tense=Past|VerbForm=Part 2 parataxis 2:parataxis SpaceAfter=No +24 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 parataxis 2:parataxis SpaceAfter=No 25 , , PUNCT , _ 30 punct 30:punct _ 26 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 27 door door NOUN NN Number=Sing 28 compound 28:compound _ 28 springs spring NOUN NNS Number=Plur 30 nsubj 30:nsubj _ -29 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 30 cop 30:cop _ +29 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 30 cop 30:cop _ 30 annoying annoying ADJ JJ Degree=Pos 24 conj 24:conj:and _ 31 and and CCONJ CC _ 35 cc 35:cc _ 32 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 35 nsubj 35:nsubj _ @@ -156564,9 +156653,9 @@ # sent_id = answers-20111108102133AAwVd7m_ans-0016 # text = Here are some better options IMO: 1 Here here ADV RB PronType=Dem 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -3 some some DET DT _ 5 det 5:det _ -4 better better ADJ JJR Degree=Cmp 5 amod 5:amod _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +3 some some DET DT PronType=Ind 5 det 5:det _ +4 better good ADJ JJR Degree=Cmp 5 amod 5:amod _ 5 options option NOUN NNS Number=Plur 1 nsubj 1:nsubj _ 6 IMO imo ADV RB _ 1 advmod 1:advmod SpaceAfter=No 7 : : PUNCT : _ 1 punct 1:punct _ @@ -156594,14 +156683,14 @@ # sent_id = answers-20111108102133AAwVd7m_ans-0022 # text = These are all a bit more expensive than your choice but if you ebay search the names you may be able to find one second hand...better paying for a second hand one in good condition than a poorly made new one IMO. 1 These this PRON DT Number=Plur|PronType=Dem 7 nsubj 7:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 3 all all ADV RB _ 7 advmod 7:advmod _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 bit bit NOUN NN Number=Sing 6 obl:npmod 6:obl:npmod _ -6 more more ADV RBR _ 7 advmod 7:advmod _ +6 more more ADV RBR Degree=Cmp 7 advmod 7:advmod _ 7 expensive expensive ADJ JJ Degree=Pos 0 root 0:root _ 8 than than ADP IN _ 10 case 10:case _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 choice choice NOUN NN Number=Sing 7 obl 7:obl:than _ 11 but but CCONJ CC _ 21 cc 21:cc _ 12 if if SCONJ IN _ 15 mark 15:mark _ @@ -156617,23 +156706,23 @@ 22 to to PART TO _ 23 mark 23:mark _ 23 find find VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ 24 one one NOUN NN Number=Sing 23 obj 23:obj|26:nsubj:xsubj _ -25 second second ADJ JJ Degree=Pos|NumType=Ord 26 amod 26:amod _ +25 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 26 amod 26:amod _ 26 hand hand NOUN NN Number=Sing 23 xcomp 23:xcomp SpaceAfter=No -27 ... ... PUNCT , _ 7 punct 7:punct SpaceAfter=No -28 better better ADJ JJR Degree=Cmp 29 advmod 29:advmod _ +27 ... ... PUNCT , _ 29 punct 29:punct SpaceAfter=No +28 better well ADV RBR Degree=Cmp 29 advmod 29:advmod _ 29 paying pay VERB VBG VerbForm=Ger 7 parataxis 7:parataxis _ 30 for for ADP IN _ 34 case 34:case _ -31 a a DET DT Definite=Ind|PronType=Art 33 det 33:det _ -32 second second ADJ JJ Degree=Pos|NumType=Ord 33 compound 33:compound _ -33 hand hand NOUN NN Number=Sing 34 amod 34:amod _ +31 a a DET DT Definite=Ind|PronType=Art 34 det 34:det _ +32 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 33 amod 33:amod _ +33 hand hand NOUN NN Number=Sing 34 compound 34:compound _ 34 one one NOUN NN Number=Sing 29 obl 29:obl:for _ 35 in in ADP IN _ 37 case 37:case _ 36 good good ADJ JJ Degree=Pos 37 amod 37:amod _ 37 condition condition NOUN NN Number=Sing 34 nmod 34:nmod:in _ 38 than than ADP IN _ 43 case 43:case _ 39 a a DET DT Definite=Ind|PronType=Art 43 det 43:det _ -40 poorly poorly ADJ JJ Degree=Pos 41 advmod 41:advmod _ -41 made make VERB VBN Tense=Past|VerbForm=Part 43 amod 43:amod _ +40 poorly poorly ADV RB _ 41 advmod 41:advmod _ +41 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 43 amod 43:amod _ 42 new new ADJ JJ Degree=Pos 43 amod 43:amod _ 43 one one NOUN NN Number=Sing 28 obl 28:obl:than _ 44 IMO imo ADV RB _ 28 advmod 28:advmod SpaceAfter=No @@ -156643,22 +156732,22 @@ # newpar id = answers-20111108102133AAwVd7m_ans-p0005 # text = The First One Is much Better! 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 First first ADJ JJ Degree=Pos|NumType=Ord 3 amod 3:amod _ +2 First first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 3 amod 3:amod _ 3 One one NOUN NN Number=Sing 6 nsubj 6:nsubj _ 4 Is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 much much ADV RB _ 6 advmod 6:advmod _ -6 Better better ADJ JJR Degree=Cmp 0 root 0:root SpaceAfter=No +6 Better good ADJ JJR Degree=Cmp 0 root 0:root SpaceAfter=No 7 ! ! PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111108102133AAwVd7m_ans-0024 # text = I Have This Exact Cage, Bought From The Exact Ebay User. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 Have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 Have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 This this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 4 Exact exact ADJ JJ Degree=Pos 5 amod 5:amod _ 5 Cage cage NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ -7 Bought buy VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +6 , , PUNCT , _ 7 punct 7:punct _ +7 Bought buy VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 8 From from ADP IN _ 12 case 12:case _ 9 The the DET DT Definite=Def|PronType=Art 12 det 12:det _ 10 Exact exact ADJ JJ Degree=Pos 12 amod 12:amod _ @@ -156670,7 +156759,7 @@ # text = Its Really Good And The Rat Calculater Says Is Big Enough For 5 Rats, But I Would Put A Maximum Of 4 In It Really :) 1-2 Its _ _ _ _ _ _ _ _ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 4 cop 4:cop CorrectForm='s 3 Really really ADV RB _ 4 advmod 4:advmod _ 4 Good good ADJ JJ Degree=Pos 0 root 0:root _ 5 And and CCONJ CC _ 9 cc 9:cc _ @@ -156678,12 +156767,12 @@ 7 Rat Rat PROPN NNP Number=Sing 8 compound 8:compound _ 8 Calculater calculater NOUN NN Number=Sing 9 nsubj 9:nsubj _ 9 Says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ -10 Is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ -11 Big big ADJ JJ Degree=Pos 12 amod 12:amod _ -12 Enough enough ADJ JJ Degree=Pos 9 ccomp 9:ccomp _ +10 Is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +11 Big big ADJ JJ Degree=Pos 9 ccomp 9:ccomp _ +12 Enough enough ADV RB _ 11 advmod 11:advmod _ 13 For for ADP IN _ 15 case 15:case _ -14 5 5 NUM CD NumType=Card 15 nummod 15:nummod _ -15 Rats rat NOUN NNS Number=Plur 12 obl 12:obl:for SpaceAfter=No +14 5 5 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ +15 Rats rat NOUN NNS Number=Plur 11 obl 11:obl:for SpaceAfter=No 16 , , PUNCT , _ 20 punct 20:punct _ 17 But but CCONJ CC _ 20 cc 20:cc _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ @@ -156692,7 +156781,7 @@ 21 A a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 22 Maximum maximum NOUN NN Number=Sing 20 obj 20:obj _ 23 Of of ADP IN _ 24 case 24:case _ -24 4 4 NUM CD NumType=Card 22 nmod 22:nmod:of _ +24 4 4 NUM CD NumForm=Digit|NumType=Card 22 nmod 22:nmod:of _ 25 In in ADP IN _ 26 case 26:case _ 26 It it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 obl 20:obl:in _ 27 Really really ADV RB _ 20 advmod 20:advmod _ @@ -156710,7 +156799,7 @@ 6 side side NOUN NN Number=Sing 7 compound 7:compound _ 7 tank tank NOUN NN Number=Sing 8 compound 8:compound _ 8 heating heating NOUN NN Number=Sing 4 conj 4:conj:or|9:nsubj _ -9 better better ADJ JJR Degree=Cmp 0 root 0:root _ +9 better good ADJ JJR Degree=Cmp 0 root 0:root _ 10 for for ADP IN _ 13 case 13:case _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 corn corn NOUN NN Number=Sing 13 compound 13:compound _ @@ -156720,7 +156809,7 @@ # sent_id = answers-20111108111010AASEk0S_ans-0002 # newpar id = answers-20111108111010AASEk0S_ans-p0002 # text = i was reading the package for a tank heater i bought for my 40 gallon tank for my snake and it said it can be put under the tank or on the side. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 reading read VERB VBG VerbForm=Ger 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ @@ -156729,23 +156818,23 @@ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 tank tank NOUN NN Number=Sing 9 compound 9:compound _ 9 heater heater NOUN NN Number=Sing 5 nmod 5:nmod:for _ -10 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 bought buy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +10 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ +11 bought buy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 12 for for ADP IN _ 16 case 16:case _ -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ -14 40 40 NUM CD NumType=Card 15 nummod 15:nummod _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +14 40 40 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 15 gallon gallon NOUN NN Number=Sing 16 compound 16:compound _ 16 tank tank NOUN NN Number=Sing 11 obl 11:obl:for _ 17 for for ADP IN _ 19 case 19:case _ -18 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 snake snake NOUN NN Number=Sing 16 nmod 16:nmod:for _ 20 and and CCONJ CC _ 22 cc 22:cc _ 21 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj _ -22 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +22 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 23 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 26 nsubj:pass 26:nsubj:pass _ 24 can can AUX MD VerbForm=Fin 26 aux 26:aux _ 25 be be AUX VB VerbForm=Inf 26 aux:pass 26:aux:pass _ -26 put put VERB VBN Tense=Past|VerbForm=Part 22 ccomp 22:ccomp _ +26 put put VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 ccomp 22:ccomp _ 27 under under ADP IN _ 29 case 29:case _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 29 tank tank NOUN NN Number=Sing 26 obl 26:obl:under _ @@ -156758,50 +156847,50 @@ # sent_id = answers-20111108111010AASEk0S_ans-0003 # text = im not worried about damaging the surface my tank is on because i can prop it up off the surface anyway. 1-2 im _ _ _ _ _ _ _ _ -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 m be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 not not PART RB _ 2 advmod 2:advmod _ -4 worried worried ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +2 m be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 4 cop 4:cop CorrectForm='m +3 not not PART RB _ 4 advmod 4:advmod _ +4 worried worried ADJ JJ Degree=Pos 0 root 0:root _ 5 about about SCONJ IN _ 6 mark 6:mark _ 6 damaging damage VERB VBG VerbForm=Ger 4 advcl 4:advcl:about _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 surface surface NOUN NN Number=Sing 6 obj 6:obj _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 tank tank NOUN NN Number=Sing 12 nsubj 12:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 12 on on ADP IN _ 8 acl:relcl 8:acl:relcl _ 13 because because SCONJ IN _ 16 mark 16:mark _ -14 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ +14 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ 15 can can AUX MD VerbForm=Fin 16 aux 16:aux _ -16 prop prop VERB VB VerbForm=Inf 2 advcl 2:advcl:because _ +16 prop prop VERB VB VerbForm=Inf 4 advcl 4:advcl:because _ 17 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 obj 16:obj _ 18 up up ADP RP _ 16 compound:prt 16:compound:prt _ 19 off off ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 surface surface NOUN NN Number=Sing 16 obl 16:obl:off _ 22 anyway anyway ADV RB _ 16 advmod 16:advmod SpaceAfter=No -23 . . PUNCT . _ 2 punct 2:punct _ +23 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108111010AASEk0S_ans-0004 # text = from my understanding, if its heated from the bottom, my snake risks burning its belly if it burrows and rests directly on top of the glass over the heater unless i buy some of that reptile carpet to put under the substrate, but it has better heat distribution 1 from from ADP IN _ 3 case 3:case _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 understanding understanding NOUN NN Number=Sing 15 obl 15:obl:from SpaceAfter=No -4 , , PUNCT , _ 15 punct 15:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 if if SCONJ IN _ 8 mark 8:mark _ 6-7 its _ _ _ _ _ _ _ _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj:pass 8:nsubj:pass _ -7 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux:pass 8:aux:pass _ +7 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 8 aux:pass 8:aux:pass CorrectForm='s 8 heated heat VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 advcl 15:advcl:if _ 9 from from ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 bottom bottom NOUN NN Number=Sing 8 obl 8:obl:from SpaceAfter=No -12 , , PUNCT , _ 15 punct 15:punct _ -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 , , PUNCT , _ 8 punct 8:punct _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 snake snake NOUN NN Number=Sing 15 nsubj 15:nsubj|16:nsubj:xsubj _ 15 risks risk VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 16 burning burn VERB VBG VerbForm=Ger 15 xcomp 15:xcomp _ -17 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 belly belly NOUN NN Number=Sing 16 obj 16:obj _ 19 if if SCONJ IN _ 21 mark 21:mark _ 20 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj|23:nsubj _ @@ -156818,9 +156907,9 @@ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 32 heater heater NOUN NN Number=Sing 29 nmod 29:nmod:over _ 33 unless unless SCONJ IN _ 35 mark 35:mark _ -34 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 35 nsubj 35:nsubj _ -35 buy buy VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:unless _ -36 some some DET DT _ 35 obj 35:obj _ +34 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 35 nsubj 35:nsubj _ +35 buy buy VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:unless _ +36 some some DET DT PronType=Ind 35 obj 35:obj _ 37 of of ADP IN _ 40 case 40:case _ 38 that that DET DT Number=Sing|PronType=Dem 40 det 40:det _ 39 reptile reptile NOUN NN Number=Sing 40 compound 40:compound _ @@ -156834,7 +156923,7 @@ 47 but but CCONJ CC _ 49 cc 49:cc _ 48 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 49 nsubj 49:nsubj _ 49 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 35 conj 15:advcl:unless|35:conj:but _ -50 better better ADJ JJR Degree=Cmp 52 amod 52:amod _ +50 better good ADJ JJR Degree=Cmp 52 amod 52:amod _ 51 heat heat NOUN NN Number=Sing 52 compound 52:compound _ 52 distribution distribution NOUN NN Number=Sing 49 obj 49:obj _ @@ -156843,14 +156932,14 @@ 1 if if SCONJ IN _ 6 mark 6:mark _ 2-3 its _ _ _ _ _ _ _ _ 2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -3 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +3 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 6 cop 6:cop CorrectForm='s 4 from from ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 side side NOUN NN Number=Sing 10 advcl 10:advcl:from _ -7 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ +7 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ 8-9 dont _ _ _ _ _ _ _ _ -8 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ -9 nt not PART RB _ 10 advmod 10:advmod _ +8 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +9 nt not PART RB Typo=Yes 10 advmod 10:advmod CorrectForm=n't 10 have have VERB VB VerbForm=Inf 0 root 0:root _ 11 to to PART TO _ 12 mark 12:mark _ 12 worry worry VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ @@ -156876,14 +156965,14 @@ 32 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 33 tank tank NOUN NN Number=Sing 30 nmod 30:nmod:of _ 34 and and CCONJ CC _ 37 cc 37:cc _ -35 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 37 nsubj 37:nsubj _ +35 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 37 nsubj 37:nsubj _ 36 also also ADV RB _ 37 advmod 37:advmod _ -37 read read VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 conj 10:conj:but _ +37 read read VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 10 conj 10:conj:but _ 38 that that SCONJ IN _ 42 mark 42:mark _ 39 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 42 nsubj 42:nsubj _ 40-41 doesnt _ _ _ _ _ _ _ _ 40 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 42 aux 42:aux _ -41 nt not PART RB _ 42 advmod 42:advmod _ +41 nt not PART RB Typo=Yes 42 advmod 42:advmod CorrectForm=n't 42 distribute distribute VERB VB VerbForm=Inf 37 ccomp 37:ccomp _ 43 heat heat NOUN NN Number=Sing 42 obj 42:obj _ 44 as as ADV RB _ 42 advmod 42:advmod _ @@ -156893,8 +156982,8 @@ # sent_id = answers-20111108111010AASEk0S_ans-0006 # text = what are your suggestions and opinons? 1 what what PRON WP PronType=Int 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 suggestions suggestion NOUN NNS Number=Plur 1 nsubj 1:nsubj _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 opinons opinon NOUN NNS Number=Plur 4 conj 1:nsubj|4:conj:and SpaceAfter=No @@ -156903,13 +156992,13 @@ # sent_id = answers-20111108111010AASEk0S_ans-0007 # newpar id = answers-20111108111010AASEk0S_ans-p0003 # text = i use UTH's on all of my burrowing snakes. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 UTH's uth' NOUN NNS Number=Plur 2 obj 2:obj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 use use VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 UTH's uth NOUN NNS Number=Plur 2 obj 2:obj _ 4 on on ADP IN _ 5 case 5:case _ -5 all all DET DT _ 2 obl 2:obl:on _ +5 all all DET DT PronType=Tot 2 obl 2:obl:on _ 6 of of ADP IN _ 9 case 9:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 8 burrowing burrow VERB VBG VerbForm=Ger 9 amod 9:amod _ 9 snakes snake NOUN NNS Number=Plur 5 nmod 5:nmod:of SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ @@ -156921,11 +157010,12 @@ 3 move move VERB VB VerbForm=Inf 0 root 0:root _ 4 if if SCONJ IN _ 6 mark 6:mark _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj|8:nsubj:xsubj _ -6 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ +6 get get VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ 7 too too ADV RB _ 6 advmod 6:advmod _ 8 warm warm ADJ JJ Degree=Pos 6 xcomp 6:xcomp SpaceAfter=No -9 - - PUNCT , _ 3 punct 3:punct SpaceAfter=No -10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj SpaceAfter=No +9 - - PUNCT , _ 16 punct 16:punct SpaceAfter=No +10-11 it's _ _ _ _ _ _ _ _ +10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 11 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 12 not not PART RB _ 16 advmod 16:advmod _ 13 like like ADP IN _ 16 case 16:case _ @@ -156937,16 +157027,16 @@ 19 should should AUX MD VerbForm=Fin 20 aux 20:aux _ 20 avoid avoid VERB VB VerbForm=Inf 16 acl:relcl 16:acl:relcl _ 21 at at ADP IN _ 23 case 23:case _ -22 all all DET DT _ 23 det 23:det _ +22 all all DET DT PronType=Tot 23 det 23:det _ 23 costs cost NOUN NNS Number=Plur 20 obl 20:obl:at SpaceAfter=No 24 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108111010AASEk0S_ans-0009 # text = i usually put my own natural rock over the UTH and they are perfectly fine. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 usually usually ADV RB _ 3 advmod 3:advmod _ -3 put put VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +3 put put VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 5 own own ADJ JJ Degree=Pos 7 amod 7:amod _ 6 natural natural ADJ JJ Degree=Pos 7 amod 7:amod _ 7 rock rock NOUN NN Number=Sing 3 obj 3:obj _ @@ -156955,17 +157045,17 @@ 10 UTH uth NOUN NN Number=Sing 3 obl 3:obl:over _ 11 and and CCONJ CC _ 15 cc 15:cc _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 14 perfectly perfectly ADV RB _ 15 advmod 15:advmod _ 15 fine fine ADJ JJ Degree=Pos 3 conj 3:conj:and SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108111010AASEk0S_ans-0010 # text = i have over 40 corns, kings, and milks and have never had a problem with the UTH system. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|14:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|14:nsubj _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 over over ADV RB _ 4 advmod 4:advmod _ -4 40 40 NUM CD NumType=Card 5 nummod 5:nummod _ +4 40 40 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 corns corn NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No 6 , , PUNCT , _ 7 punct 7:punct _ 7 kings king NOUN NNS Number=Plur 5 conj 2:obj|5:conj:and SpaceAfter=No @@ -156973,7 +157063,7 @@ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 milks milk NOUN NNS Number=Plur 5 conj 2:obj|5:conj:and _ 11 and and CCONJ CC _ 14 cc 14:cc _ -12 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +12 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 never never ADV RB _ 14 advmod 14:advmod _ 14 had have VERB VBN Tense=Past|VerbForm=Part 2 conj 2:conj:and _ 15 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ @@ -156992,7 +157082,7 @@ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 waste waste NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -7 - - PUNCT , _ 6 punct 6:punct SpaceAfter=No +7 - - PUNCT , _ 8 punct 8:punct SpaceAfter=No 8 leave leave VERB VB Mood=Imp|VerbForm=Fin 6 parataxis 6:parataxis _ 9 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 obj 8:obj _ 10 on on ADP IN _ 12 case 12:case _ @@ -157012,17 +157102,17 @@ 1 Bottom bottom NOUN NN Number=Sing 0 root 0:root _ 2 if if SCONJ IN _ 5 mark 5:mark _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -5 worried worried ADJ JJ Degree=Pos 11 csubj 11:csubj _ +4 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +5 worried worried ADJ JJ Degree=Pos 11 advcl 11:advcl:if _ 6 about about SCONJ IN _ 9 mark 9:mark _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 snake snake NOUN NN Number=Sing 9 nsubj 9:nsubj _ 9 burning burn VERB VBG VerbForm=Ger 5 advcl 5:advcl:about _ 10 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs|Reflex=Yes 9 obj 9:obj _ 11 put put VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ -12 something something PRON NN Number=Sing 11 obj 11:obj _ -13 overt over ADP IN Typo=Yes 14 case 14:case _ -14 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obl 11:obl:overt _ +12 something something PRON NN Number=Sing|PronType=Ind 11 obj 11:obj _ +13 overt over ADP IN Typo=Yes 14 case 14:case CorrectForm=over +14 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obl 11:obl:over _ 15 like like ADP IN _ 16 case 16:case _ 16 newspaper newspaper NOUN NN Number=Sing 11 obl 11:obl:like SpaceAfter=No 17 ... ... PUNCT . _ 1 punct 1:punct _ @@ -157031,16 +157121,16 @@ # text = I now use a 75watt basking or heat bulb for mine and he seems to like it 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 now now ADV RB _ 3 advmod 3:advmod _ -3 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 use use VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -5 75 75 NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No +5 75 75 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No 6 watt watt NOUN NN Number=Sing 10 compound 10:compound _ 7 basking basking NOUN NN Number=Sing 10 compound 10:compound _ 8 or or CCONJ CC _ 9 cc 9:cc _ 9 heat heat NOUN NN Number=Sing 7 conj 7:conj:or|10:compound _ 10 bulb bulb NOUN NN Number=Sing 3 obj 3:obj _ 11 for for ADP IN _ 12 case 12:case _ -12 mine mine PRON PRP _ 3 obl 3:obl:for _ +12 mine my PRON PRP Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 obl 3:obl:for _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj|17:nsubj:xsubj _ 15 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ @@ -157076,7 +157166,7 @@ # newpar id = answers-20111106215236AAycANO_ans-p0001 # text = What are good places to eat brunch at? ? 1 What what PRON WP PronType=Int 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 good good ADJ JJ Degree=Pos 4 amod 4:amod _ 4 places place NOUN NNS Number=Plur 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ @@ -157089,7 +157179,7 @@ # sent_id = answers-20111106215236AAycANO_ans-0002 # newpar id = answers-20111106215236AAycANO_ans-p0002 # text = My bday is Saturday :) and I wanna have breakfast/lunch with my fam. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 bday bday NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 Saturday Saturday PROPN NNP Number=Sing 0 root 0:root _ @@ -157097,14 +157187,14 @@ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ 8-9 wanna _ _ _ _ _ _ _ _ -8 wan want VERB VBP Abbr=Yes|Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +8 wan want VERB VBP Abbr=Yes|Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 9 na to PART TO Abbr=Yes 10 mark 10:mark _ -10 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 xcomp 8:xcomp _ +10 have have VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 breakfast breakfast NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No -12 / / PUNCT , _ 13 cc 13:cc SpaceAfter=No +12 / / SYM , _ 13 cc 13:cc SpaceAfter=No 13 lunch lunch NOUN NN Number=Sing 11 conj 10:obj|11:conj _ 14 with with ADP IN _ 16 case 16:case _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 fam fam NOUN NN Number=Sing 10 obl 10:obl:with SpaceAfter=No 17 . . PUNCT . _ 4 punct 4:punct _ @@ -157112,34 +157202,35 @@ # text = I was gonna have a dinner party that night but my cousin is having Having her bridal shower so brunch is it but the only places I know are denny's and ihop. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux 3:aux _ -3 gon go VERB VBG Abbr=Yes|Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No +3-4 gonna _ _ _ _ _ _ _ _ +3 gon go VERB VBG Abbr=Yes|Tense=Pres|VerbForm=Part 0 root 0:root _ 4 na to PART TO Abbr=Yes 5 mark 5:mark _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 xcomp 3:xcomp _ +5 have have VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 dinner dinner NOUN NN Number=Sing 8 compound 8:compound _ 8 party party NOUN NN Number=Sing 5 obj 5:obj _ -9 that that DET WDT PronType=Dem 10 det 10:det _ +9 that that DET DT Number=Sing|PronType=Dem 10 det 10:det _ 10 night night NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ 11 but but CCONJ CC _ 16 cc 16:cc _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 cousin cousin NOUN NN Number=Sing 16 nsubj 16:nsubj _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ -15 having have VERB VBG VerbForm=Ger 16 reparandum 16:reparandum _ -16 Having have VERB VBG VerbForm=Ger 3 conj 3:conj:but _ -17 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +15 having have VERB VBG Tense=Pres|VerbForm=Part 16 reparandum 16:reparandum _ +16 Having have VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj:but _ +17 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 18 bridal bridal ADJ JJ Degree=Pos 19 amod 19:amod _ 19 shower shower NOUN NN Number=Sing 16 obj 16:obj _ 20 so so ADV RB _ 22 advmod 22:advmod _ 21 brunch brunch NOUN NN Number=Sing 22 nsubj 22:nsubj _ -22 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ +22 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 23 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 expl 22:expl _ 24 but but CCONJ CC _ 31 cc 31:cc _ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 26 only only ADJ JJ Degree=Pos 27 amod 27:amod _ 27 places place NOUN NNS Number=Plur 31 nsubj 31:nsubj|34:nsubj _ 28 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 29 nsubj 29:nsubj _ -29 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 acl:relcl 27:acl:relcl _ -30 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 cop 31:cop _ +29 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 27 acl:relcl 27:acl:relcl _ +30 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 31 cop 31:cop _ 31-32 denny's _ _ _ _ _ _ _ _ 31 denny denny PROPN NNP Number=Sing 3 conj 3:conj:but _ 32 's 's PART POS _ 31 case 31:case _ @@ -157153,22 +157244,22 @@ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 btw btw ADV RB _ 1 conj 1:conj:and _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 live live VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 in in ADP IN _ 8 case 8:case _ -7 los los PROPN NNP Number=Sing 8 compound 8:compound _ -8 angeles angeles PROPN NNP Number=Sing 5 obl 5:obl:in _ +7 los Los PROPN NNP Number=Sing 8 compound 8:compound _ +8 angeles Angeles PROPN NNP Number=Sing 5 obl 5:obl:in _ 9 look look VERB VB Mood=Imp|VerbForm=Fin 5 parataxis 5:parataxis _ 10 for for ADP IN _ 11 case 11:case _ 11 places place NOUN NNS Number=Plur 9 obl 9:obl:for _ 12 in in ADP IN _ 16 case 16:case _ 13 like like INTJ UH _ 16 discourse 16:discourse _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -15 lb lb PROPN NNP Number=Sing 16 compound 16:compound _ +15 lb LB PROPN NNP Abbr=Yes|Number=Sing 16 compound 16:compound _ 16 area area NOUN NN Number=Sing 11 nmod 11:nmod:in _ 17 and and CCONJ CC _ 18 cc 18:cc _ -18 torrance torrance PROPN NNP Number=Sing 16 conj 11:nmod:in|16:conj:and _ -19 etc etc X FW _ 16 advmod 16:advmod _ -20 thanx thanx INTJ UH _ 5 discourse 5:discourse _ +18 torrance Torrance PROPN NNP Number=Sing 16 conj 11:nmod:in|16:conj:and _ +19 etc etc. NOUN FW Abbr=Yes|Number=Plur 16 conj 16:conj _ +20 thanx thanks NOUN NNS Abbr=Yes|Number=Plur 5 discourse 5:discourse CorrectForm=thanks 21 ^_^ ^_^ SYM NFP _ 5 discourse 5:discourse _ # sent_id = answers-20111106215236AAycANO_ans-0005 @@ -157205,7 +157296,7 @@ # sent_id = answers-20111106215236AAycANO_ans-0007 # text = Don't be in a hurry though. 1-2 Don't _ _ _ _ _ _ _ _ -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 2 n't not PART RB _ 6 advmod 6:advmod _ 3 be be AUX VB Mood=Imp|VerbForm=Fin 6 cop 6:cop _ 4 in in ADP IN _ 6 case 6:case _ @@ -157225,9 +157316,9 @@ # sent_id = answers-20111106215236AAycANO_ans-0009 # text = They have fabulous French toast too. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 fabulous fabulous ADJ JJ Degree=Pos 5 amod 5:amod _ -4 French french ADJ JJ Degree=Pos 5 amod 5:amod _ +4 French French ADJ JJ Degree=Pos 5 amod 5:amod _ 5 toast toast NOUN NN Number=Sing 2 obj 2:obj _ 6 too too ADV RB _ 2 advmod 2:advmod SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ @@ -157243,7 +157334,7 @@ 7 conveniently conveniently ADV RB _ 8 advmod 8:advmod _ 8 located locate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 9 just just ADV RB _ 11 advmod 11:advmod _ -10 two two NUM CD NumType=Card 11 nummod 11:nummod _ +10 two two NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 11 blocks block NOUN NNS Number=Plur 15 nmod:npmod 15:nmod:npmod _ 12 off off ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -157264,7 +157355,7 @@ 9 street street NOUN NN Number=Sing 2 obl 2:obl:on _ 10 or or CCONJ CC _ 14 cc 14:cc _ 11 in in ADP IN _ 14 case 14:case _ -12 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 13 private private ADJ JJ Degree=Pos 14 amod 14:amod _ 14 lot lot NOUN NN Number=Sing 9 conj 2:obl:in|9:conj:or SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ @@ -157279,16 +157370,16 @@ 5 dine dine VERB VB VerbForm=Inf 10 advcl 10:advcl:if _ 6 at at ADP IN _ 7 case 7:case _ 7 home home NOUN NN Number=Sing 5 obl 5:obl:at SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +8 , , PUNCT , _ 5 punct 5:punct _ 9 simply simply ADV RB _ 10 advmod 10:advmod _ 10 call call VERB VB VerbForm=Inf 0 root 0:root _ 11 in in ADP RP _ 10 compound:prt 10:compound:prt _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 order order NOUN NN Number=Sing 10 obj 10:obj _ 14 with with ADP IN _ 19 case 19:case _ -15 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +15 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 16 take take NOUN NN Number=Sing 18 compound 18:compound SpaceAfter=No -17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No 18 out out NOUN NN Number=Sing 19 compound 19:compound _ 19 service service NOUN NN Number=Sing 10 obl 10:obl:with SpaceAfter=No 20 . . PUNCT . _ 10 punct 10:punct _ @@ -157301,7 +157392,7 @@ 4 on on ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 weekends weekend NOUN NNS Number=Plur 1 nmod 1:nmod:on SpaceAfter=No -7 .. .. PUNCT , _ 1 punct 1:punct SpaceAfter=No +7 .. .. PUNCT , _ 12 punct 12:punct SpaceAfter=No 8 during during ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 week week NOUN NN Number=Sing 12 obl 12:obl:during _ @@ -157322,7 +157413,7 @@ 2 from from ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 Kennedy Kennedy PROPN NNP Number=Sing 1 nmod 1:nmod:from SpaceAfter=No -5 : : PUNCT : _ 1 punct 1:punct _ +5 : : PUNCT : _ 6 punct 6:punct _ 6 Take take VERB VB Mood=Imp|VerbForm=Fin 1 appos 1:appos _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 Ogden Ogden PROPN NNP Number=Sing 9 compound 9:compound _ @@ -157335,7 +157426,7 @@ # sent_id = answers-20111106215236AAycANO_ans-0015 # text = Go three lights down and take a right onto Ogden. 1 Go go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 three three NUM CD NumType=Card 3 nummod 3:nummod _ +2 three three NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 lights light NOUN NNS Number=Plur 4 obl:npmod 4:obl:npmod _ 4 down down ADV RB _ 1 advmod 1:advmod _ 5 and and CCONJ CC _ 6 cc 6:cc _ @@ -157349,13 +157440,13 @@ # sent_id = answers-20111106215236AAycANO_ans-0016 # text = Continue two blocks to Hubbard and take another right. 1 Continue continue VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 two two NUM CD NumType=Card 3 nummod 3:nummod _ +2 two two NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 blocks block NOUN NNS Number=Plur 1 obj 1:obj _ 4 to to ADP IN _ 5 case 5:case _ 5 Hubbard Hubbard PROPN NNP Number=Sing 1 obl 1:obl:to _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 take take VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ -8 another another DET DT _ 9 det 9:det _ +8 another another DET DT PronType=Ind 9 det 9:det _ 9 right right NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No 10 . . PUNCT . _ 1 punct 1:punct _ @@ -157363,7 +157454,7 @@ # text = We're at the corner of Hubbard and Noble. 1-2 We're _ _ _ _ _ _ _ _ 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -2 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 're be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 at at ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 corner corner NOUN NN Number=Sing 0 root 0:root _ @@ -157383,26 +157474,26 @@ # sent_id = answers-20111106215236AAycANO_ans-0019 # text = 1381 W. Hubbard -1 1381 1381 NUM CD NumType=Card 3 nummod 3:nummod _ +1 1381 1381 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 2 W. W. PROPN NNP Number=Sing 3 compound 3:compound _ 3 Hubbard Hubbard PROPN NNP Number=Sing 0 root 0:root _ # sent_id = answers-20111106215236AAycANO_ans-0020 # text = Chicago, IL 60622 1 Chicago Chicago PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 3 punct 3:punct _ 3 IL IL PROPN NNP Number=Sing 1 appos 1:appos _ -4 60622 60622 NUM CD NumType=Card 1 appos 1:appos _ +4 60622 60622 NUM CD NumForm=Digit|NumType=Card 1 appos 1:appos _ # sent_id = answers-20111106215236AAycANO_ans-0021 # text = 312-666-2372 Tel -1 312-666-2372 312-666-2372 NUM CD NumType=Card 0 root 0:root _ +1 312-666-2372 312-666-2372 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ 2 Tel tel NOUN NN Number=Sing 1 appos 1:appos _ # sent_id = answers-20111106215236AAycANO_ans-0022 # text = Email Us 1 Email email VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 Us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 obj 1:obj _ +2 Us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 iobj 1:iobj _ # sent_id = answers-20111106215236AAycANO_ans-0023 # text = Hours of Operation: @@ -157419,11 +157510,11 @@ # sent_id = answers-20111106215236AAycANO_ans-0025 # text = 6:30am - 8:00pm -1 6:30 6:30 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -2 am am NOUN NN Number=Sing 0 root 0:root _ +1 6:30 6:30 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No +2 am a.m. NOUN NN Number=Sing 0 root 0:root _ 3 - - SYM SYM _ 5 case 5:case _ -4 8:00 8:00 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No -5 pm pm NOUN NN Number=Sing 2 nmod 2:nmod _ +4 8:00 8:00 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +5 pm p.m. NOUN NN Number=Sing 2 nmod 2:nmod _ # sent_id = answers-20111106215236AAycANO_ans-0026 # text = Saturday & Sunday @@ -157433,11 +157524,11 @@ # sent_id = answers-20111106215236AAycANO_ans-0027 # text = 7:00am - 5:00pm -1 7:00 7:00 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -2 am am NOUN NN Number=Sing 0 root 0:root _ +1 7:00 7:00 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No +2 am a.m. NOUN NN Number=Sing 0 root 0:root _ 3 - - SYM SYM _ 5 case 5:case _ -4 5:00 5:00 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No -5 pm pm NOUN NN Number=Sing 2 nmod 2:nmod _ +4 5:00 5:00 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +5 pm p.m. NOUN NN Number=Sing 2 nmod 2:nmod _ # sent_id = answers-20111106215236AAycANO_ans-0028 # text = Happy Hour @@ -157452,29 +157543,29 @@ # sent_id = answers-20111106215236AAycANO_ans-0030 # text = 4:00pm - 6:00pm -1 4:00 4:00 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No -2 pm pm NOUN NN Number=Sing 0 root 0:root _ +1 4:00 4:00 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No +2 pm p.m. NOUN NN Number=Sing 0 root 0:root _ 3 - - SYM SYM _ 5 case 5:case _ -4 6:00 6:00 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No -5 pm pm NOUN NN Number=Sing 2 nmod 2:nmod _ +4 6:00 6:00 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +5 pm p.m. NOUN NN Number=Sing 2 nmod 2:nmod _ # sent_id = answers-20111106215236AAycANO_ans-0031 # text = $4 appetizers 1 $ $ SYM $ _ 3 compound 3:compound SpaceAfter=No -2 4 4 NUM CD NumType=Card 1 nummod 1:nummod _ +2 4 4 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ 3 appetizers appetizer NOUN NNS Number=Plur 0 root 0:root _ # sent_id = answers-20111106215236AAycANO_ans-0032 # text = $4 wine 1 $ $ SYM $ _ 3 compound 3:compound SpaceAfter=No -2 4 4 NUM CD NumType=Card 1 nummod 1:nummod _ +2 4 4 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ 3 wine wine NOUN NN Number=Sing 0 root 0:root _ # sent_id = answers-20111106215236AAycANO_ans-0033 # text = $3 Coronas & Heineken 1 $ $ SYM $ _ 3 compound 3:compound SpaceAfter=No -2 3 3 NUM CD NumType=Card 1 nummod 1:nummod _ -3 Coronas Coronas PROPN NNPS Number=Plur 0 root 0:root _ +2 3 3 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ +3 Coronas Corona PROPN NNPS Number=Plur 0 root 0:root _ 4 & & CCONJ CC _ 5 cc 5:cc _ 5 Heineken Heineken PROPN NNP Number=Sing 3 conj 3:conj _ @@ -157483,7 +157574,7 @@ # text = Unless you plan on being late for the bridal shower you might want to post this again in the L.A. section. 1 Unless unless SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 plan plan VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:unless _ +3 plan plan VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:unless _ 4 on on SCONJ IN _ 6 mark 6:mark _ 5 being be AUX VBG VerbForm=Ger 6 cop 6:cop _ 6 late late ADJ JJ Degree=Pos 3 advcl 3:advcl:on _ @@ -157527,13 +157618,13 @@ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 Titanic Titanic PROPN NNP Number=Sing 3 nmod 3:nmod:of _ 7 in in ADP IN _ 8 case 8:case _ -8 1912 1912 NUM CD NumType=Card 3 nmod 3:nmod:in SpaceAfter=No -9 , , PUNCT , _ 10 punct 10:punct _ -10 was be VERB VBD Mood=Ind|Number=Sing|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 1912 1912 NUM CD NumForm=Digit|NumType=Card 3 nmod 3:nmod:in SpaceAfter=No +9 , , PUNCT , _ 3 punct 3:punct _ +10 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 11 there there PRON EX _ 10 expl 10:expl _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 law law NOUN NN Number=Sing 10 nsubj 10:nsubj _ -14 made make VERB VBN Tense=Past|VerbForm=Part 13 acl 13:acl _ +14 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 acl 13:acl _ 15 so so SCONJ IN _ 19 mark 19:mark _ 16 that that SCONJ IN _ 15 fixed 15:fixed _ 17 ships ship NOUN NNS Number=Plur 19 nsubj 19:nsubj _ @@ -157543,7 +157634,7 @@ 21 lifeboats lifeboat NOUN NNS Number=Plur 19 obj 19:obj _ 22 to to PART TO _ 23 mark 23:mark _ 23 save save VERB VB VerbForm=Inf 21 acl 21:acl:to _ -24 everybody everybody PRON NN Number=Sing 23 obj 23:obj _ +24 everybody everybody PRON NN Number=Sing|PronType=Tot 23 obj 23:obj _ 25 on on ADP IN _ 27 case 27:case _ 26 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 27 ship ship NOUN NN Number=Sing 24 nmod 24:nmod:on _ @@ -157557,24 +157648,24 @@ # text = If yes, was Canada involved in this act/law? 1 If if SCONJ IN _ 2 mark 2:mark _ 2 yes yes INTJ UH _ 6 advcl 6:advcl:if SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 5 Canada Canada PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 6 involved involved ADJ JJ Degree=Pos 0 root 0:root _ 7 in in ADP IN _ 9 case 9:case _ -8 this this DET DT Number=Sing|PronType=Dem 11 det 11:det _ +8 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 act act NOUN NN Number=Sing 6 obl 6:obl:in SpaceAfter=No -10 / / PUNCT , _ 11 cc 11:cc SpaceAfter=No +10 / / SYM , _ 11 cc 11:cc SpaceAfter=No 11 law law NOUN NN Number=Sing 9 conj 6:obl:in|9:conj SpaceAfter=No 12 ? ? PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111107193815AAhaJjy_ans-0004 # text = Sorry, I'm just very nervous after watching the movie. 1 Sorry sorry INTJ UH _ 7 discourse 7:discourse SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 I'm _ _ _ _ _ _ _ _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -4 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +4 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 5 just just ADV RB _ 7 advmod 7:advmod _ 6 very very ADV RB _ 7 advmod 7:advmod _ 7 nervous nervous ADJ JJ Degree=Pos 0 root 0:root _ @@ -157595,15 +157686,15 @@ 6 At at ADP IN _ 7 case 7:case _ 7 Sea Sea PROPN NNP Number=Sing 3 nmod 3:nmod:at SpaceAfter=No 8 ) ) PUNCT -RRB- _ 3 punct 3:punct SpaceAfter=No -9 , , PUNCT , _ 1 punct 1:punct _ +9 , , PUNCT , _ 15 punct 15:punct _ 10 which which PRON WDT PronType=Rel 15 nsubj 1:ref _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 12 an a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 13 international international ADJ JJ Degree=Pos 15 amod 15:amod _ 14 maritime maritime ADJ JJ Degree=Pos 15 amod 15:amod _ 15 treaty treaty NOUN NN Number=Sing 1 acl:relcl 1:acl:relcl SpaceAfter=No -16 , , PUNCT , _ 17 punct 17:punct _ -17 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +16 , , PUNCT , _ 1 punct 1:punct _ +17 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 18 about about ADV RB _ 17 advmod 17:advmod _ 19 in in ADP IN _ 20 case 20:case _ 20 response response NOUN NN Number=Sing 17 obl 17:obl:in _ @@ -157618,7 +157709,7 @@ # sent_id = answers-20111107193815AAhaJjy_ans-0006 # text = Today, it is the primary safety law affecting virtually all ships, regardless of country of registration. 1 Today today NOUN NN Number=Sing 8 obl:tmod 8:obl:tmod SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -157627,9 +157718,9 @@ 8 law law NOUN NN Number=Sing 0 root 0:root _ 9 affecting affect VERB VBG VerbForm=Ger 8 acl 8:acl _ 10 virtually virtually ADV RB _ 12 advmod 12:advmod _ -11 all all DET DT _ 12 det 12:det _ +11 all all DET DT PronType=Tot 12 det 12:det _ 12 ships ship NOUN NNS Number=Plur 9 obj 9:obj SpaceAfter=No -13 , , PUNCT , _ 9 punct 9:punct _ +13 , , PUNCT , _ 14 punct 14:punct _ 14 regardless regardless ADV RB _ 9 advmod 9:advmod _ 15 of of ADP IN _ 16 case 16:case _ 16 country country NOUN NN Number=Sing 14 obl 14:obl:of _ @@ -157642,12 +157733,12 @@ 1 If if SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 3 ever ever ADV RB _ 4 advmod 4:advmod _ -4 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ +4 go go VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ 5 on on ADP IN _ 8 case 8:case _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 cruise cruise NOUN NN Number=Sing 8 compound 8:compound _ 8 ship ship NOUN NN Number=Sing 4 obl 4:obl:on SpaceAfter=No -9 , , PUNCT , _ 13 punct 13:punct _ +9 , , PUNCT , _ 4 punct 4:punct _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj:pass 13:nsubj:pass|15:nsubj:xsubj _ 11 will will AUX MD VerbForm=Fin 13 aux 13:aux _ 12 be be AUX VB VerbForm=Inf 13 aux:pass 13:aux:pass _ @@ -157663,7 +157754,7 @@ 22 drill drill NOUN NN Number=Sing 19 appos 19:appos SpaceAfter=No 23 ) ) PUNCT -RRB- _ 22 punct 22:punct _ 24 within within ADP IN _ 26 case 26:case _ -25 24 24 NUM CD NumType=Card 26 nummod 26:nummod _ +25 24 24 NUM CD NumForm=Digit|NumType=Card 26 nummod 26:nummod _ 26 hours hour NOUN NNS Number=Plur 15 obl 15:obl:within _ 27 of of ADP IN _ 28 case 28:case _ 28 sailing sailing NOUN NN Number=Sing 26 nmod 26:nmod:of SpaceAfter=No @@ -157673,7 +157764,7 @@ # text = Most ships perform this drill before even leaving the dock. 1 Most most ADJ JJS Degree=Sup 2 amod 2:amod _ 2 ships ship NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 perform perform VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 perform perform VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 drill drill NOUN NN Number=Sing 3 obj 3:obj _ 6 before before SCONJ IN _ 8 mark 8:mark _ @@ -157689,13 +157780,13 @@ 2 covers cover VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 just just ADV RB _ 4 advmod 4:advmod _ 4 about about ADV RB _ 6 advmod 6:advmod _ -5 every every DET DT _ 6 det 6:det _ +5 every every DET DT PronType=Tot 6 det 6:det _ 6 aspect aspect NOUN NN Number=Sing 2 obj 2:obj _ 7 of of ADP IN _ 8 case 8:case _ 8 safety safety NOUN NN Number=Sing 6 nmod 6:nmod:of _ 9 at at ADP IN _ 10 case 10:case _ 10 sea sea NOUN NN Number=Sing 8 nmod 8:nmod:at SpaceAfter=No -11 , , PUNCT , _ 6 punct 6:punct _ +11 , , PUNCT , _ 15 punct 15:punct _ 12 including include VERB VBG VerbForm=Ger 15 case 15:case _ 13 minimum minimum ADJ JJ Degree=Pos 15 amod 15:amod _ 14 safety safety NOUN NN Number=Sing 15 compound 15:compound _ @@ -157722,30 +157813,30 @@ # sent_id = answers-20111107193815AAhaJjy_ans-0010 # text = We are much safer today on board ship due to SOLAS, and I suppose if any good came out of the Titanic tragedy, the adoption of SOLAS is probably it. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 much much ADV RB _ 4 advmod 4:advmod _ -4 safer safer ADJ JJR Degree=Cmp 0 root 0:root _ +4 safer safe ADJ JJR Degree=Cmp 0 root 0:root _ 5 today today NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod _ -6 on on ADP IN _ 4 obl 4:obl _ -7 board board ADP IN _ 8 case 8:case _ -8 ship ship NOUN NN Number=Sing 6 advmod 6:advmod _ +6 on on ADP IN _ 8 case 8:case _ +7 board board ADP IN _ 6 fixed 6:fixed _ +8 ship ship NOUN NN Number=Sing 4 obl 4:obl:on_board _ 9 due due ADP IN _ 11 case 11:case _ 10 to to ADP IN _ 9 fixed 9:fixed _ 11 SOLAS SOLAS PROPN NNP Number=Sing 4 obl 4:obl:due_to SpaceAfter=No 12 , , PUNCT , _ 15 punct 15:punct _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 suppose suppose VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +15 suppose suppose VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 16 if if SCONJ IN _ 19 mark 19:mark _ -17 any any DET DT _ 18 det 18:det _ +17 any any DET DT PronType=Ind 18 det 18:det _ 18 good good ADJ JJ Degree=Pos 19 nsubj 19:nsubj _ -19 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 32 advcl 32:advcl:if _ +19 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 32 advcl 32:advcl:if _ 20 out out ADP IN _ 24 case 24:case _ 21 of of ADP IN _ 24 case 24:case _ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 23 Titanic Titanic PROPN NNP Number=Sing 24 compound 24:compound _ 24 tragedy tragedy NOUN NN Number=Sing 19 obl 19:obl:of SpaceAfter=No -25 , , PUNCT , _ 32 punct 32:punct _ +25 , , PUNCT , _ 19 punct 19:punct _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 adoption adoption NOUN NN Number=Sing 32 nsubj 32:nsubj _ 28 of of ADP IN _ 29 case 29:case _ @@ -157766,24 +157857,24 @@ # sent_id = answers-20111107193815AAhaJjy_ans-0013 # text = Edit: Also I forgot to mention earlier, most (if not all) cruise ships also practice lifeboat drills weekly, and it is not uncommon to see them to actually launch the lifeboats into the water as part of their drill when you are in port. 1 Edit edit NOUN NN Number=Sing 5 parataxis 5:parataxis SpaceAfter=No -2 : : PUNCT : _ 5 punct 5:punct _ +2 : : PUNCT : _ 1 punct 1:punct _ 3 Also also ADV RB _ 5 advmod 5:advmod _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ -5 forgot forget VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 forgot forget VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 mention mention VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ -8 earlier earlier ADV RB _ 7 advmod 7:advmod SpaceAfter=No -9 , , PUNCT , _ 5 punct 5:punct _ +8 earlier early ADV RBR Degree=Cmp 7 advmod 7:advmod SpaceAfter=No +9 , , PUNCT , _ 19 punct 19:punct _ 10 most most ADJ JJS Degree=Sup 17 amod 17:amod _ 11 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No 12 if if SCONJ IN _ 13 mark 13:mark _ 13 not not PART RB _ 14 advmod 14:advmod _ -14 all all DET DT _ 10 advcl 10:advcl SpaceAfter=No +14 all all DET DT PronType=Tot 10 advcl 10:advcl SpaceAfter=No 15 ) ) PUNCT -RRB- _ 14 punct 14:punct _ 16 cruise cruise NOUN NN Number=Sing 17 compound 17:compound _ 17 ships ship NOUN NNS Number=Plur 19 nsubj 19:nsubj _ 18 also also ADV RB _ 19 advmod 19:advmod _ -19 practice practice VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ +19 practice practice VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ 20 lifeboat lifeboat NOUN NN Number=Sing 21 compound 21:compound _ 21 drills drill NOUN NNS Number=Plur 19 obj 19:obj _ 22 weekly weekly ADV RB _ 19 advmod 19:advmod SpaceAfter=No @@ -157791,14 +157882,14 @@ 24 and and CCONJ CC _ 28 cc 28:cc _ 25 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 28 nsubj 28:nsubj _ 26 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ -27 not not ADV RB _ 28 advmod 28:advmod _ +27 not not PART RB _ 28 advmod 28:advmod _ 28 uncommon uncommon ADJ JJ Degree=Pos 19 conj 19:conj:and _ 29 to to PART TO _ 30 mark 30:mark _ 30 see see VERB VB VerbForm=Inf 28 advcl 28:advcl:to _ -31 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 34 nsubj 34:nsubj _ -32 to to PART TO _ 34 mark 34:mark _ +31 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 30 obj 30:obj _ +32 to to PART TO _ 34 reparandum 34:reparandum _ 33 actually actually ADV RB _ 34 advmod 34:advmod _ -34 launch launch VERB VB VerbForm=Inf 30 advcl 30:advcl:to _ +34 launch launch VERB VB VerbForm=Inf 30 xcomp 30:xcomp _ 35 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ 36 lifeboats lifeboat NOUN NNS Number=Plur 34 obj 34:obj _ 37 into into ADP IN _ 39 case 39:case _ @@ -157807,11 +157898,11 @@ 40 as as ADP IN _ 41 case 41:case _ 41 part part NOUN NN Number=Sing 34 obl 34:obl:as _ 42 of of ADP IN _ 44 case 44:case _ -43 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 44 nmod:poss 44:nmod:poss _ +43 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 44 nmod:poss 44:nmod:poss _ 44 drill drill NOUN NN Number=Sing 41 nmod 41:nmod:of _ -45 when when SCONJ WRB PronType=Int 49 mark 49:mark _ +45 when when ADV WRB PronType=Int 49 advmod 49:advmod _ 46 you you PRON PRP Case=Nom|Person=2|PronType=Prs 49 nsubj 49:nsubj _ -47 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 49 cop 49:cop _ +47 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 49 cop 49:cop _ 48 in in ADP IN _ 49 case 49:case _ 49 port port NOUN NN Number=Sing 30 advcl 30:advcl:when SpaceAfter=No 50 . . PUNCT . _ 5 punct 5:punct _ @@ -157819,18 +157910,18 @@ # sent_id = answers-20111107193815AAhaJjy_ans-0014 # text = This not only ensures the lifeboats are operational and will work if needed, but makes the crew proficient at launching them. 1 This this PRON DT Number=Sing|PronType=Dem 4 nsubj 4:nsubj|16:nsubj _ -2 not not ADV RB _ 3 advmod 3:advmod _ -3 only only ADV RB _ 4 cc:preconj 4:cc:preconj _ +2 not not PART RB _ 4 advmod 4:advmod _ +3 only only ADV RB _ 4 advmod 4:advmod _ 4 ensures ensure VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 lifeboats lifeboat NOUN NNS Number=Plur 8 nsubj 8:nsubj|11:nsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 operational operational ADJ JJ Degree=Pos 4 ccomp 4:ccomp _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 will will AUX MD VerbForm=Fin 11 aux 11:aux _ 11 work work VERB VB VerbForm=Inf 8 conj 4:ccomp|8:conj:and _ 12 if if SCONJ IN _ 13 mark 13:mark _ -13 needed need VERB VBN Tense=Past|VerbForm=Part 11 advcl 11:advcl:if SpaceAfter=No +13 needed need VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 advcl 11:advcl:if SpaceAfter=No 14 , , PUNCT , _ 16 punct 16:punct _ 15 but but CCONJ CC _ 16 cc 16:cc _ 16 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ @@ -157847,7 +157938,7 @@ # text = I don't think so 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 think think VERB VB VerbForm=Inf 0 root 0:root _ 5 so so ADV RB _ 4 advmod 4:advmod _ @@ -157869,7 +157960,7 @@ 4 last last ADJ JJ Degree=Pos 5 amod 5:amod _ 5 time time NOUN NN Number=Sing 1 nsubj 1:nsubj _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 heard hear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 heard hear VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 about about SCONJ IN _ 11 mark 11:mark _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 ship ship NOUN NN Number=Sing 11 nsubj 11:nsubj _ @@ -157878,7 +157969,7 @@ # sent_id = answers-20111107193815AAhaJjy_ans-0018 # text = 100 years ago? -1 100 100 NUM CD NumType=Card 2 nummod 2:nummod _ +1 100 100 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 2 years year NOUN NNS Number=Plur 3 obl:npmod 3:obl:npmod _ 3 ago ago ADV RB _ 0 root 0:root SpaceAfter=No 4 ? ? PUNCT . _ 3 punct 3:punct _ @@ -157888,8 +157979,8 @@ # newpar id = answers-20111108101300AAIAKXN_ans-p0001 # text = What are some fun things I could do while in Japan? 1 What what PRON WP PronType=Int 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -3 some some DET DT _ 5 det 5:det _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +3 some some DET DT PronType=Ind 5 det 5:det _ 4 fun fun ADJ JJ Degree=Pos 5 amod 5:amod _ 5 things thing NOUN NNS Number=Plur 1 nsubj 1:nsubj _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ @@ -157916,10 +158007,10 @@ 10 so so ADV RB _ 13 advmod 13:advmod _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ -13 wondering wonder VERB VBG VerbForm=Ger 5 conj 5:conj _ +13 wondering wonder VERB VBG VerbForm=Ger 5 parataxis 5:parataxis _ 14 what what PRON WP PronType=Int 13 ccomp 13:ccomp _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ -16 some some DET DT _ 18 det 18:det _ +15 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +16 some some DET DT PronType=Ind 18 det 18:det _ 17 fun fun ADJ JJ Degree=Pos 18 amod 18:amod _ 18 things thing NOUN NNS Number=Plur 14 nsubj 14:nsubj _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ @@ -157931,9 +158022,9 @@ # text = I'm a 20 year old female travelling by myself so it could be anything. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 3 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -4 20 20 NUM CD NumType=Card 5 nummod 5:nummod _ +4 20 20 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 year year NOUN NN Number=Sing 6 obl:npmod 6:obl:npmod _ 6 old old ADJ JJ Degree=Pos 7 amod 7:amod _ 7 female female NOUN NN Number=Sing 0 root 0:root _ @@ -157944,8 +158035,8 @@ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 13 could could AUX MD VerbForm=Fin 15 aux 15:aux _ 14 be be AUX VB VerbForm=Inf 15 cop 15:cop _ -15 anything anything PRON NN Number=Sing 6 conj 6:conj|7:amod SpaceAfter=No -16 . . PUNCT . _ 6 punct 6:punct _ +15 anything anything PRON NN Number=Sing|PronType=Ind 6 parataxis 6:parataxis|7:amod SpaceAfter=No +16 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108101300AAIAKXN_ans-0004 # text = Besides the obvious tourist spots which I already have planned for. @@ -157957,7 +158048,7 @@ 6 which which PRON WDT PronType=Rel 10 obl 5:ref _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 8 already already ADV RB _ 10 advmod 10:advmod _ -9 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +9 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 planned plan VERB VBN Tense=Past|VerbForm=Part 5 acl:relcl 5:acl:relcl _ 11 for for ADP IN _ 6 case 6:case SpaceAfter=No 12 . . PUNCT . _ 5 punct 5:punct _ @@ -157975,13 +158066,13 @@ # sent_id = answers-20111108101300AAIAKXN_ans-0006 # text = Are there any good venues that showcase underground bands, or just a venue at all? -1 Are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 there there PRON EX _ 1 expl 1:expl _ -3 any any DET DT _ 5 det 5:det _ +3 any any DET DT PronType=Ind 5 det 5:det _ 4 good good ADJ JJ Degree=Pos 5 amod 5:amod _ 5 venues venue NOUN NNS Number=Plur 1 nsubj 1:nsubj|7:nsubj _ 6 that that PRON WDT PronType=Rel 7 nsubj 5:ref _ -7 showcase showcase VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 showcase showcase VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 underground underground ADJ JJ Degree=Pos 9 amod 9:amod _ 9 bands band NOUN NNS Number=Plur 7 obj 7:obj SpaceAfter=No 10 , , PUNCT , _ 14 punct 14:punct _ @@ -157989,8 +158080,8 @@ 12 just just ADV RB _ 14 advmod 14:advmod _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 venue venue NOUN NN Number=Sing 5 conj 1:nsubj|5:conj:or|7:nsubj _ -15 at at ADV RB _ 16 case 16:case _ -16 all all ADV RB _ 14 nmod 14:nmod:at SpaceAfter=No +15 at at ADP IN _ 16 case 16:case _ +16 all all DET DT PronType=Tot 14 nmod 14:nmod:at SpaceAfter=No 17 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108101300AAIAKXN_ans-0007 @@ -158006,7 +158097,7 @@ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 9 could could AUX MD VerbForm=Fin 12 aux 12:aux _ 10 be be AUX VB VerbForm=Inf 12 cop 12:cop _ -11 any any DET DT _ 12 det 12:det _ +11 any any DET DT PronType=Ind 12 det 12:det _ 12 type type NOUN NN Number=Sing 4 parataxis 4:parataxis _ 13 of of ADP IN _ 14 case 14:case _ 14 music music NOUN NN Number=Sing 12 nmod 12:nmod:of SpaceAfter=No @@ -158020,44 +158111,44 @@ # newpar id = answers-20111108101300AAIAKXN_ans-p0003 # text = The best thing you can do in Okinawa is to go to a beach. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 best best ADJ JJS Degree=Sup 3 amod 3:amod _ -3 thing thing NOUN NN Number=Sing 9 nsubj 9:nsubj _ +2 best good ADJ JJS Degree=Sup 3 amod 3:amod _ +3 thing thing NOUN NN Number=Sing 11 nsubj:outer 11:nsubj:outer _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 5 can can AUX MD VerbForm=Fin 6 aux 6:aux _ 6 do do VERB VB VerbForm=Inf 3 acl:relcl 3:acl:relcl _ 7 in in ADP IN _ 8 case 8:case _ 8 Okinawa Okinawa PROPN NNP Number=Sing 6 obl 6:obl:in _ -9 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 to to PART TO _ 11 mark 11:mark _ -11 go go VERB VB VerbForm=Inf 9 ccomp 9:ccomp _ +11 go go VERB VB VerbForm=Inf 0 root 0:root _ 12 to to ADP IN _ 14 case 14:case _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 beach beach NOUN NN Number=Sing 11 obl 11:obl:to SpaceAfter=No -15 . . PUNCT . _ 9 punct 9:punct _ +15 . . PUNCT . _ 11 punct 11:punct _ # sent_id = answers-20111108101300AAIAKXN_ans-0010 # text = Otherwise, you can do what you can do in other parts or Japan, like shopping, eating, etc. 1 Otherwise otherwise ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 4 can can AUX MD VerbForm=Fin 5 aux 5:aux _ 5 do do VERB VB VerbForm=Inf 0 root 0:root _ -6 what what PRON WP PronType=Int 5 obj 5:obj _ +6 what what PRON WP PronType=Rel 5 obj 5:obj|9:obj _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ 8 can can AUX MD VerbForm=Fin 9 aux 9:aux _ 9 do do VERB VB VerbForm=Inf 6 acl:relcl 6:acl:relcl _ 10 in in ADP IN _ 12 case 12:case _ 11 other other ADJ JJ Degree=Pos 12 amod 12:amod _ 12 parts part NOUN NNS Number=Plur 9 obl 9:obl:in _ -13 or of ADP IN Typo=Yes 14 case 14:case _ -14 Japan Japan PROPN NNP Number=Sing 12 nmod 12:nmod:or SpaceAfter=No -15 , , PUNCT , _ 9 punct 9:punct _ +13 or of ADP IN Typo=Yes 14 case 14:case CorrectForm=of +14 Japan Japan PROPN NNP Number=Sing 12 nmod 12:nmod:of SpaceAfter=No +15 , , PUNCT , _ 17 punct 17:punct _ 16 like like ADP IN _ 17 case 17:case _ 17 shopping shopping NOUN NN Number=Sing 9 obl 9:obl:like SpaceAfter=No 18 , , PUNCT , _ 19 punct 19:punct _ 19 eating eating NOUN NN Number=Sing 17 conj 9:obl:like|17:conj SpaceAfter=No 20 , , PUNCT , _ 21 punct 21:punct _ -21 etc etc X FW _ 17 conj 9:obl:like|17:conj SpaceAfter=No +21 etc etc. NOUN FW Abbr=Yes|Number=Plur 17 conj 9:obl:like|17:conj SpaceAfter=No 22 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108101300AAIAKXN_ans-0011 @@ -158077,7 +158168,7 @@ # newpar id = answers-20111108101300AAIAKXN_ans-p0004 # text = Well first you can try speaking Japanese. 1 Well well INTJ UH _ 5 discourse 5:discourse _ -2 first first ADV RB _ 5 advmod 5:advmod _ +2 first first ADV RB NumForm=Word|NumType=Ord 5 advmod 5:advmod _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj|6:nsubj:xsubj _ 4 can can AUX MD VerbForm=Fin 5 aux 5:aux _ 5 try try VERB VB VerbForm=Inf 0 root 0:root _ @@ -158100,7 +158191,7 @@ 2 at at ADP IN _ 8 case 8:case _ 3 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 4 conveyor conveyor NOUN NN Number=Sing 6 compound 6:compound SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 6 belt belt NOUN NN Number=Sing 8 compound 8:compound _ 7 sushi sushi NOUN NN Number=Sing 8 compound 8:compound _ 8 restaurant restaurant NOUN NN Number=Sing 1 obl 1:obl:at SpaceAfter=No @@ -158125,12 +158216,12 @@ 7 rest rest NOUN NN Number=Sing 4 obl 4:obl:from _ 8 of of ADP IN _ 9 case 9:case _ 9 Japan Japan PROPN NNP Number=Sing 7 nmod 7:nmod:of SpaceAfter=No -10 , , PUNCT , _ 4 punct 4:punct _ +10 , , PUNCT , _ 15 punct 15:punct _ 11 although although SCONJ IN _ 15 mark 15:mark _ -12 of of ADV RB _ 15 advmod 15:advmod _ -13 course course ADV RB _ 12 fixed 12:fixed _ +12 of of ADP IN ExtPos=ADV 15 advmod 15:advmod _ +13 course course NOUN NN Number=Sing 12 fixed 12:fixed _ 14 there there PRON EX _ 15 expl 15:expl _ -15 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:although _ +15 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:although _ 16 similarities similarity NOUN NNS Number=Plur 15 nsubj 15:nsubj SpaceAfter=No 17 . . PUNCT . _ 4 punct 4:punct _ @@ -158138,16 +158229,16 @@ # text = The main thing people do there is go to the beach. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 main main ADJ JJ Degree=Pos 3 amod 3:amod _ -3 thing thing NOUN NN Number=Sing 7 nsubj 7:nsubj _ +3 thing thing NOUN NN Number=Sing 8 nsubj:outer 8:nsubj:outer _ 4 people people NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -5 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +5 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 there there ADV RB PronType=Dem 5 advmod 5:advmod _ -7 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -8 go go VERB VB VerbForm=Inf 7 ccomp 7:ccomp _ +7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +8 go go VERB VB VerbForm=Inf 0 root 0:root _ 9 to to ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 beach beach NOUN NN Number=Sing 8 obl 8:obl:to SpaceAfter=No -12 . . PUNCT . _ 7 punct 7:punct _ +12 . . PUNCT . _ 8 punct 8:punct _ # sent_id = answers-20111108101300AAIAKXN_ans-0018 # text = There's the market in Naha, which is great. @@ -158158,7 +158249,7 @@ 4 market market NOUN NN Number=Sing 2 nsubj 2:nsubj|10:nsubj _ 5 in in ADP IN _ 6 case 6:case _ 6 Naha Naha PROPN NNP Number=Sing 4 nmod 4:nmod:in SpaceAfter=No -7 , , PUNCT , _ 4 punct 4:punct _ +7 , , PUNCT , _ 10 punct 10:punct _ 8 which which PRON WDT PronType=Rel 10 nsubj 4:ref _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 great great ADJ JJ Degree=Pos 4 acl:relcl 4:acl:relcl SpaceAfter=No @@ -158169,7 +158260,7 @@ 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|10:nsubj _ 2 can can AUX MD VerbForm=Fin 3 aux 3:aux _ 3 find find VERB VB VerbForm=Inf 0 root 0:root _ -4 all all DET DT _ 5 det 5:det _ +4 all all DET DT PronType=Tot 5 det 5:det _ 5 sorts sort NOUN NNS Number=Plur 3 obj 3:obj _ 6 of of ADP IN _ 8 case 8:case _ 7 fresh fresh ADJ JJ Degree=Pos 8 amod 8:amod _ @@ -158179,10 +158270,10 @@ 11 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 12 really really ADV RB _ 13 advmod 13:advmod _ 13 delicious delicious ADJ JJ Degree=Pos 19 amod 19:amod SpaceAfter=No -14 , , PUNCT , _ 19 punct 19:punct _ +14 , , PUNCT , _ 13 punct 13:punct _ 15 fresh fresh ADJ JJ Degree=Pos 19 amod 19:amod _ 16 sashimi sashimi NOUN NN Number=Sing 19 compound 19:compound SpaceAfter=No -17 / / PUNCT , _ 18 cc 18:cc SpaceAfter=No +17 / / SYM , _ 18 cc 18:cc SpaceAfter=No 18 sushi sushi NOUN NN Number=Sing 16 conj 16:conj|19:compound _ 19 lunch lunch NOUN NN Number=Sing 10 obj 10:obj _ 20 upstairs upstairs ADV RB _ 10 advmod 10:advmod SpaceAfter=No @@ -158214,7 +158305,7 @@ # text = I'm not sure that there's much nightlife in Naha. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 sure sure ADJ JJ Degree=Pos 0 root 0:root _ 5 that that SCONJ IN _ 7 mark 7:mark _ @@ -158246,7 +158337,7 @@ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 sea sea NOUN NN Number=Sing 12 conj 10:obj|12:conj SpaceAfter=No 16 , , PUNCT , _ 17 punct 17:punct _ -17 etc etc X FW _ 12 conj 10:obj|12:conj SpaceAfter=No +17 etc etc. NOUN FW Abbr=Yes|Number=Plur 12 conj 10:obj|12:conj SpaceAfter=No 18 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108101300AAIAKXN_ans-0024 @@ -158256,44 +158347,44 @@ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 make make VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 own own ADJ JJ Degree=Pos 8 amod 8:amod _ 8 nightlife nightlife NOUN NN Number=Sing 5 obj 5:obj _ 9 by by SCONJ IN _ 10 mark 10:mark _ 10 finding find VERB VBG VerbForm=Ger 5 advcl 5:advcl:by _ 11 an a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 izakaya izakaya NOUN NN Number=Sing 10 obj 10:obj _ -13 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No +13 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No 14 pub pub NOUN NN Number=Sing 12 appos 12:appos SpaceAfter=No -15 ) ) PUNCT -RRB- _ 12 punct 12:punct _ +15 ) ) PUNCT -RRB- _ 14 punct 14:punct _ 16 somewhere somewhere ADV RB _ 10 advmod 10:advmod SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108101300AAIAKXN_ans-0025 # text = Your best bet would probably be to get a copy of the Lonely Planet Japan book and read the chapter on Okinawa. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ -2 best best ADJ JJS Degree=Sup 3 amod 3:amod _ -3 bet bet NOUN NN Number=Sing 6 nsubj 6:nsubj _ -4 would would AUX MD VerbForm=Fin 6 aux 6:aux _ -5 probably probably ADV RB _ 6 advmod 6:advmod _ -6 be be VERB VB VerbForm=Inf 0 root 0:root _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 best good ADJ JJS Degree=Sup 3 amod 3:amod _ +3 bet bet NOUN NN Number=Sing 8 nsubj:outer 8:nsubj:outer|18:nsubj:outer _ +4 would would AUX MD VerbForm=Fin 8 aux 8:aux _ +5 probably probably ADV RB _ 8 advmod 8:advmod _ +6 be be AUX VB VerbForm=Inf 8 cop 8:cop _ 7 to to PART TO _ 8 mark 8:mark _ -8 get get VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ +8 get get VERB VB VerbForm=Inf 0 root 0:root _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 copy copy NOUN NN Number=Sing 8 obj 8:obj _ 11 of of ADP IN _ 16 case 16:case _ 12 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -13 Lonely Lonely PROPN NNP Number=Sing 15 compound 15:compound _ +13 Lonely Lonely ADJ NNP Degree=Pos 15 amod 15:amod _ 14 Planet Planet PROPN NNP Number=Sing 15 compound 15:compound _ 15 Japan Japan PROPN NNP Number=Sing 16 compound 16:compound _ 16 book book NOUN NN Number=Sing 10 nmod 10:nmod:of _ 17 and and CCONJ CC _ 18 cc 18:cc _ -18 read read VERB VB VerbForm=Inf 8 conj 6:ccomp|8:conj:and _ +18 read read VERB VB VerbForm=Inf 8 conj 0:root|8:conj:and _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 chapter chapter NOUN NN Number=Sing 18 obj 18:obj _ 21 on on ADP IN _ 22 case 22:case _ 22 Okinawa Okinawa PROPN NNP Number=Sing 20 nmod 20:nmod:on SpaceAfter=No -23 . . PUNCT . _ 6 punct 6:punct _ +23 . . PUNCT . _ 8 punct 8:punct _ # sent_id = answers-20111108101300AAIAKXN_ans-0026 # text = Naha's not a very big city. @@ -158313,12 +158404,12 @@ # text = Modern m16 vs Vietnam m16 version? 1 Modern modern ADJ JJ Degree=Pos 2 amod 2:amod _ 2 m m NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 16 16 NUM CD NumType=Card 2 nummod 2:nummod _ +3 16 16 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 4 vs versus ADP IN Abbr=Yes 8 case 8:case _ 5 Vietnam Vietnam PROPN NNP Number=Sing 8 compound 8:compound _ 6 m m NOUN NN Number=Sing 8 compound 8:compound SpaceAfter=No -7 16 16 NUM CD NumType=Card 6 nummod 6:nummod _ -8 version version NOUN NN Number=Sing 2 nmod 2:nmod:vs SpaceAfter=No +7 16 16 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ +8 version version NOUN NN Number=Sing 2 nmod 2:nmod:versus SpaceAfter=No 9 ? ? PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111106144630AAadR8l_ans-0002 @@ -158334,7 +158425,7 @@ 8 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 9 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 10 m m NOUN NN Number=Sing 13 compound 13:compound SpaceAfter=No -11 16 16 NUM CD NumType=Card 10 nummod 10:nummod _ +11 16 16 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 12 Vietnam Vietnam PROPN NNP Number=Sing 13 compound 13:compound _ 13 model model NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No 14 , , PUNCT , _ 24 punct 24:punct _ @@ -158345,22 +158436,22 @@ 19-20 it's _ _ _ _ _ _ _ _ 19 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 24 nsubj 24:nsubj _ 20 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ -21 3 3 NUM CD NumType=Card 23 nummod 23:nummod SpaceAfter=No -22 - - PUNCT HYPH _ 23 punct 23:punct SpaceAfter=No +21 3 3 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod SpaceAfter=No +22 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No 23 shot shot NOUN NN Number=Sing 24 compound 24:compound _ 24 burst burst NOUN NN Number=Sing 3 conj 3:conj:and SpaceAfter=No 25 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111106144630AAadR8l_ans-0003 # text = My brother said they only had full-auto and semiautomatic during Vietnam. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 brother brother NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 5 only only ADV RB _ 6 advmod 6:advmod _ -6 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +6 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ 7 full full ADJ JJ Degree=Pos 9 amod 9:amod SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 auto auto NOUN NN Number=Sing 6 obj 6:obj _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 semiautomatic semiautomatic ADJ JJ Degree=Pos 9 conj 6:obj|9:conj:and _ @@ -158370,64 +158461,62 @@ # sent_id = answers-20111106144630AAadR8l_ans-0004 # text = My questions are.. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 questions question NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 4 .. .. PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111106144630AAadR8l_ans-0005 # text = 1) what thes difference between a modern m16 and Vietnam m16? -1 1 1 X LS _ 6 nummod 6:nummod SpaceAfter=No +1 1 1 NUM LS NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No 2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ -3 what what PRON WP PronType=Int 6 nsubj 6:nsubj _ -4-5 thes _ _ _ _ _ _ _ _ -4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -6 difference difference NOUN NN Number=Sing 0 root 0:root _ -7 between between ADP IN _ 10 case 10:case _ -8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -9 modern modern ADJ JJ Degree=Pos 10 amod 10:amod _ -10 m16 m16 NOUN NN Number=Sing 6 nmod 6:nmod:between _ -11 and and CCONJ CC _ 13 cc 13:cc _ -12 Vietnam Vietnam PROPN NNP Number=Sing 13 compound 13:compound _ -13 m m NOUN NN Number=Sing 10 conj 6:nmod:between|10:conj:and SpaceAfter=No -14 16 16 NUM CD NumType=Card 13 nummod 13:nummod SpaceAfter=No -15 ? ? PUNCT . _ 1 punct 1:punct _ +3 what what PRON WP PronType=Int 5 nsubj 5:nsubj _ +4 thes the DET DT Definite=Def|PronType=Art|Typo=Yes 5 det 5:det CorrectForm=the +5 difference difference NOUN NN Number=Sing 0 root 0:root _ +6 between between ADP IN _ 9 case 9:case _ +7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ +8 modern modern ADJ JJ Degree=Pos 9 amod 9:amod _ +9 m16 m16 NOUN NN Number=Sing 5 nmod 5:nmod:between _ +10 and and CCONJ CC _ 12 cc 12:cc _ +11 Vietnam Vietnam PROPN NNP Number=Sing 12 compound 12:compound _ +12 m m NOUN NN Number=Sing 9 conj 5:nmod:between|9:conj:and SpaceAfter=No +13 16 16 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod SpaceAfter=No +14 ? ? PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111106144630AAadR8l_ans-0006 # text = 2) did Vietnam m16's have a 3-shot burst function? -1 2 2 X LS _ 7 nummod 7:nummod SpaceAfter=No +1 2 2 NUM LS NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No 2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 aux 7:aux _ +3 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 aux 7:aux _ 4 Vietnam Vietnam PROPN NNP Number=Sing 6 compound 6:compound _ -5 m m NOUN NN Number=Sing 6 compound 6:compound SpaceAfter=No -6 16's 16' NOUN NNS Number=Plur 7 nsubj 7:nsubj _ +5 m m NOUN NN Number=Sing 6 compound 6:compound CorrectSpaceAfter=Yes|SpaceAfter=No +6 16's 16 NOUN NNS Number=Plur 7 nsubj 7:nsubj _ 7 have have VERB VB VerbForm=Inf 0 root 0:root _ 8 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -9 3 3 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +9 3 3 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 11 shot shot NOUN NN Number=Sing 12 compound 12:compound _ 12 burst burst NOUN NN Number=Sing 13 compound 13:compound _ 13 function function NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No -14 ? ? PUNCT . _ 1 punct 1:punct _ +14 ? ? PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111106144630AAadR8l_ans-0007 # newpar id = answers-20111106144630AAadR8l_ans-p0003 # text = To save money Robert McNamara ordered that the ammunition for the new M-16s being sent to SEA in the early 60s use an older (dirtier) type of gunpowder meant for use with the M-14. 1 To to PART TO _ 2 mark 2:mark _ -2 save save VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ +2 save save VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ 3 money money NOUN NN Number=Sing 2 obj 2:obj _ -4 Robert Robert PROPN NNP Number=Sing 6 nsubj 2:nsubj:xsubj|6:nsubj _ +4 Robert Robert PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 5 McNamara McNamara PROPN NNP Number=Sing 4 flat 4:flat _ -6 ordered order VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 ordered order VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 that that SCONJ IN _ 24 mark 24:mark _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 ammunition ammunition NOUN NN Number=Sing 24 nsubj 24:nsubj _ 10 for for ADP IN _ 15 case 15:case _ 11 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 12 new new ADJ JJ Degree=Pos 15 amod 15:amod _ -13 M m NOUN NN Number=Sing 15 compound 15:compound SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +13 M M NOUN NN Number=Sing 15 compound 15:compound SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 16s 16 NOUN NNS Number=Plur 9 nmod 9:nmod:for _ 16 being be AUX VBG VerbForm=Ger 17 aux:pass 17:aux:pass _ 17 sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 acl 15:acl _ @@ -158436,46 +158525,46 @@ 20 in in ADP IN _ 23 case 23:case _ 21 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 22 early early ADJ JJ Degree=Pos 23 amod 23:amod _ -23 60s 60 NOUN NNS Number=Plur 17 obl 17:obl:in _ -24 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ +23 60s 60s NOUN NNS Number=Plur 17 obl 17:obl:in _ +24 use use VERB VB Mood=Sub|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ 25 an a DET DT Definite=Ind|PronType=Art 30 det 30:det _ -26 older older ADJ JJR Degree=Cmp 30 amod 30:amod _ -27 ( ( PUNCT -LRB- _ 30 punct 30:punct SpaceAfter=No -28 dirtier dirtier ADJ JJR Degree=Cmp 30 amod 30:amod SpaceAfter=No -29 ) ) PUNCT -RRB- _ 30 punct 30:punct _ +26 older old ADJ JJR Degree=Cmp 30 amod 30:amod _ +27 ( ( PUNCT -LRB- _ 28 punct 28:punct SpaceAfter=No +28 dirtier dirty ADJ JJR Degree=Cmp 30 amod 30:amod SpaceAfter=No +29 ) ) PUNCT -RRB- _ 28 punct 28:punct _ 30 type type NOUN NN Number=Sing 24 obj 24:obj _ 31 of of ADP IN _ 32 case 32:case _ 32 gunpowder gunpowder NOUN NN Number=Sing 30 nmod 30:nmod:of _ -33 meant mean VERB VBN Tense=Past|VerbForm=Part 30 acl 30:acl _ +33 meant mean VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 30 acl 30:acl _ 34 for for ADP IN _ 35 case 35:case _ 35 use use NOUN NN Number=Sing 33 obl 33:obl:for _ 36 with with ADP IN _ 38 case 38:case _ 37 the the DET DT Definite=Def|PronType=Art 38 det 38:det _ -38 M m NOUN NN Number=Sing 35 nmod 35:nmod:with SpaceAfter=No -39 - - PUNCT HYPH _ 38 punct 38:punct SpaceAfter=No -40 14 14 NUM CD NumType=Card 38 nummod 38:nummod SpaceAfter=No +38 M M NOUN NN Number=Sing 35 nmod 35:nmod:with SpaceAfter=No +39 - - PUNCT HYPH _ 40 punct 40:punct SpaceAfter=No +40 14 14 NUM CD NumForm=Digit|NumType=Card 38 nummod 38:nummod SpaceAfter=No 41 . . PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111106144630AAadR8l_ans-0008 # text = He also ordered that the receiver not get a (I think chrome) coating that helped keep the gun from jamming. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 ordered order VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 ordered order VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 that that SCONJ IN _ 8 mark 8:mark _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 receiver receiver NOUN NN Number=Sing 8 nsubj 8:nsubj _ -7 not not ADV RB _ 8 advmod 8:advmod _ -8 get get VERB VB VerbForm=Inf 3 ccomp 3:ccomp|17:nsubj _ +7 not not PART RB _ 8 advmod 8:advmod _ +8 get get VERB VB Mood=Sub|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 9 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 10 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 parataxis 15:parataxis _ +12 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 15 parataxis 15:parataxis _ 13 chrome chrome NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No 14 ) ) PUNCT -RRB- _ 12 punct 12:punct _ -15 coating coating NOUN NN Number=Sing 8 obj 8:obj _ -16 that that PRON WDT PronType=Rel 17 nsubj 8:ref _ -17 helped help VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ -18 keep keep VERB VB VerbForm=Inf 17 ccomp 17:ccomp _ +15 coating coating NOUN NN Number=Sing 8 obj 8:obj|17:nsubj|18:nsubj:xsubj _ +16 that that PRON WDT PronType=Rel 17 nsubj 15:ref _ +17 helped help VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ +18 keep keep VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 gun gun NOUN NN Number=Sing 18 obj 18:obj _ 21 from from SCONJ IN _ 22 mark 22:mark _ @@ -158484,25 +158573,26 @@ # sent_id = answers-20111106144630AAadR8l_ans-0009 # text = Than the troops being issued the weapon were told it was self-cleaning, which it wasn't. -1 Than than ADV RB _ 9 advmod 9:advmod _ +1 Than then ADV RB Typo=Yes 9 advmod 9:advmod CorrectForm=Then 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 troops troops NOUN NNS Number=Plur 9 nsubj:pass 9:nsubj:pass _ 4 being be AUX VBG VerbForm=Ger 5 aux:pass 5:aux:pass _ 5 issued issue VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 weapon weapon NOUN NN Number=Sing 5 obj 5:obj _ -8 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ +8 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ 9 told tell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ 12 self self NOUN NN Number=Sing 14 obl:npmod 14:obl:npmod SpaceAfter=No -13 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No 14 cleaning clean VERB VBG VerbForm=Ger 9 ccomp 9:ccomp SpaceAfter=No -15 , , PUNCT , _ 14 punct 14:punct _ -16 which which DET WDT PronType=Int 14 ccomp 14:ccomp _ +15 , , PUNCT , _ 16 punct 16:punct _ +16 which which PRON WDT PronType=Rel 14 advcl:relcl 14:advcl:relcl _ 17 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -18 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 cop 16:cop SpaceAfter=No -19 n't not PART RB _ 16 advmod 16:advmod SpaceAfter=No +18-19 wasn't _ _ _ _ _ _ _ SpaceAfter=No +18 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 cop 16:cop _ +19 n't not PART RB _ 16 advmod 16:advmod _ 20 . . PUNCT . _ 9 punct 9:punct _ # sent_id = answers-20111106144630AAadR8l_ans-0010 @@ -158525,7 +158615,7 @@ 1 Once once SCONJ IN _ 4 mark 4:mark _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 troops troops NOUN NNS Number=Plur 4 nsubj 4:nsubj|5:nsubj:xsubj _ -4 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 advcl 22:advcl:once _ +4 started start VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 22 advcl 22:advcl:once _ 5 cleaning clean VERB VBG VerbForm=Ger 4 xcomp 4:xcomp _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 weapon weapon NOUN NN Number=Sing 5 obj 5:obj _ @@ -158534,16 +158624,16 @@ 10 even even ADV RB _ 14 advmod 14:advmod _ 11 with with ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -13 dirtier dirtier ADJ JJR Degree=Cmp 14 amod 14:amod _ +13 dirtier dirty ADJ JJR Degree=Cmp 14 amod 14:amod _ 14 powder powder NOUN NN Number=Sing 5 obl 5:obl:with SpaceAfter=No 15 ) ) PUNCT -RRB- _ 14 punct 14:punct _ 16 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 17 Vietnam Vietnam PROPN NNP Number=Sing 18 compound 18:compound _ 18 era era PROPN NNP Number=Sing 19 compound 19:compound _ -19 M m NOUN NN Number=Sing 22 nsubj 22:nsubj|28:nsubj:xsubj SpaceAfter=No -20 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No -21 16 16 NUM CD NumType=Card 19 nummod 19:nummod _ -22 turned turn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +19 M M NOUN NN Number=Sing 22 nsubj 22:nsubj|28:nsubj:xsubj SpaceAfter=No +20 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No +21 16 16 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod _ +22 turned turn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 23 out out ADP RP _ 22 compound:prt 22:compound:prt _ 24 to to PART TO _ 28 mark 28:mark _ 25 be be AUX VB VerbForm=Inf 28 cop 28:cop _ @@ -158564,7 +158654,7 @@ # text = The screw-up was the kind of things you have happen when you have bean-counters (and McNamara was nothing if not a bean-counter) instead of soldiers in charge of the military. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 2 screw screw NOUN NN Number=Sing 4 compound 4:compound SpaceAfter=No -3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No +3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No 4 up up NOUN NN Number=Sing 7 nsubj 7:nsubj _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -158572,24 +158662,24 @@ 8 of of ADP IN _ 9 case 9:case _ 9 things thing NOUN NNS Number=Plur 7 nmod 7:nmod:of _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj|12:nsubj:xsubj _ -11 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +11 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 12 happen happen VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ -13 when when SCONJ WRB PronType=Int 15 mark 15:mark _ +13 when when ADV WRB PronType=Int 15 advmod 15:advmod _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ -15 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:when _ +15 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:when _ 16 bean bean NOUN NN Number=Sing 18 compound 18:compound SpaceAfter=No -17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No 18 counters counter NOUN NNS Number=Plur 15 obj 15:obj _ 19 ( ( PUNCT -LRB- _ 23 punct 23:punct SpaceAfter=No 20 and and CCONJ CC _ 23 cc 23:cc _ 21 McNamara McNamara PROPN NNP Number=Sing 23 nsubj 23:nsubj _ 22 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 23 cop 23:cop _ -23 nothing nothing PRON NN Number=Sing 18 parataxis 18:parataxis _ +23 nothing nothing PRON NN Number=Sing|PronType=Neg 18 parataxis 18:parataxis _ 24 if if SCONJ IN _ 25 mark 25:mark _ -25 not not ADV RB _ 29 advmod 29:advmod _ +25 not not PART RB _ 29 advmod 29:advmod _ 26 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ 27 bean bean NOUN NN Number=Sing 29 compound 29:compound SpaceAfter=No -28 - - PUNCT HYPH _ 29 punct 29:punct SpaceAfter=No +28 - - PUNCT HYPH _ 27 punct 27:punct SpaceAfter=No 29 counter counter NOUN NN Number=Sing 23 advcl 23:advcl SpaceAfter=No 30 ) ) PUNCT -RRB- _ 23 punct 23:punct _ 31 instead instead ADV RB _ 33 case 33:case _ @@ -158608,7 +158698,7 @@ 1 Today today NOUN NN Number=Sing 3 nmod:poss 3:nmod:poss _ 2 's 's PART POS _ 1 case 1:case _ 3 weapons weapon NOUN NNS Number=Plur 6 nsubj 6:nsubj|16:nsubj _ -4 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 not not PART RB _ 6 advmod 6:advmod _ 6 have have VERB VB VerbForm=Inf 0 root 0:root _ 7 that that DET DT Number=Sing|PronType=Dem 8 det 8:det _ @@ -158617,30 +158707,30 @@ 10 problem problem NOUN NN Number=Sing 8 nmod 8:nmod:of SpaceAfter=No 11 , , PUNCT , _ 16 punct 16:punct _ 12 and and CCONJ CC _ 16 cc 16:cc _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 14 much much ADV RB _ 15 advmod 15:advmod _ -15 more more ADV RBR _ 16 advmod 16:advmod _ +15 more more ADV RBR Degree=Cmp 16 advmod 16:advmod _ 16 reliable reliable ADJ JJ Degree=Pos 6 conj 6:conj:and SpaceAfter=No 17 . . PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111106144630AAadR8l_ans-0014 # newpar id = answers-20111106144630AAadR8l_ans-p0004 # text = 1) modern m16 is alright. -1 1 1 X LS _ 7 nummod 7:nummod SpaceAfter=No +1 1 1 NUM LS NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No 2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ 3 modern modern ADJ JJ Degree=Pos 4 amod 4:amod _ 4 m m NOUN NN Number=Sing 7 nsubj 7:nsubj SpaceAfter=No -5 16 16 NUM CD NumType=Card 4 nummod 4:nummod _ +5 16 16 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 7 alright alright ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -8 . . PUNCT . _ 1 punct 1:punct _ +8 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111106144630AAadR8l_ans-0015 # text = Vietnam m16 used to clog up and never work. 1 Vietnam Vietnam PROPN NNP Number=Sing 2 compound 2:compound _ 2 m m NOUN NN Number=Sing 4 nsubj 4:nsubj|6:nsubj:xsubj|10:nsubj:xsubj SpaceAfter=No -3 16 16 NUM CD NumType=Card 2 nummod 2:nummod _ -4 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 16 16 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ +4 used use VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 clog clog VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 up up ADP RP _ 6 compound:prt 6:compound:prt _ @@ -158651,32 +158741,32 @@ # sent_id = answers-20111106144630AAadR8l_ans-0016 # text = 2) All M16's are either automatic or semi automatic. -1 2 2 X LS _ 8 nummod 8:nummod SpaceAfter=No +1 2 2 NUM LS NumForm=Digit|NumType=Card 8 nummod 8:nummod SpaceAfter=No 2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ -3 All all DET DT _ 5 det 5:det _ -4 M m NOUN NN Number=Sing 5 compound 5:compound SpaceAfter=No -5 16's 16' NOUN NNS Number=Plur 8 nsubj 8:nsubj|11:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +3 All all DET DT PronType=Tot 5 det 5:det _ +4 M M NOUN NN Number=Sing 5 compound 5:compound CorrectSpaceAfter=Yes|SpaceAfter=No +5 16's 16 NOUN NNS Number=Plur 8 nsubj 8:nsubj|11:nsubj _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 either either CCONJ CC _ 8 cc:preconj 8:cc:preconj _ 8 automatic automatic ADJ JJ Degree=Pos 0 root 0:root _ 9 or or CCONJ CC _ 11 cc 11:cc _ -10 semi semi X AFX _ 11 advmod 11:advmod _ +10 semi semi ADJ AFX _ 11 amod 11:amod _ 11 automatic automatic ADJ JJ Degree=Pos 8 conj 8:conj:or SpaceAfter=No -12 . . PUNCT . _ 1 punct 1:punct _ +12 . . PUNCT . _ 8 punct 8:punct _ # sent_id = answers-20111106144630AAadR8l_ans-0017 # text = No one uses 3 burst. -1 No no DET DT _ 2 det 2:det _ -2 one one NOUN NN Number=Sing 3 nsubj 3:nsubj _ +1 No no DET DT PronType=Neg 2 det 2:det _ +2 one one PRON NN Number=Sing|PronType=Neg 3 nsubj 3:nsubj _ 3 uses use VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 3 3 NUM CD NumType=Card 5 nummod 5:nummod _ +4 3 3 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 burst burst NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111106144630AAadR8l_ans-0018 # text = you play too much cod ;P 1 you you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 play play VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 play play VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 too too ADV RB _ 4 advmod 4:advmod _ 4 much much ADJ JJ Degree=Pos 5 amod 5:amod _ 5 cod cod PROPN NNP Number=Sing 2 obj 2:obj _ @@ -158687,9 +158777,9 @@ # text = modern m16 is best 1 modern modern ADJ JJ Degree=Pos 2 amod 2:amod _ 2 m m NOUN NN Number=Sing 5 nsubj 5:nsubj SpaceAfter=No -3 16 16 NUM CD NumType=Card 2 nummod 2:nummod _ +3 16 16 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -5 best best ADJ JJS Degree=Sup 0 root 0:root _ +5 best good ADJ JJS Degree=Sup 0 root 0:root _ # newdoc id = answers-20111108094504AAKrc8F_ans # sent_id = answers-20111108094504AAKrc8F_ans-0001 @@ -158699,7 +158789,7 @@ 2 on on SCONJ IN _ 3 mark 3:mark _ 3 going go VERB VBG VerbForm=Ger 1 advcl 1:advcl:on _ 4 to to ADP IN _ 6 case 6:case _ -5 New New PROPN NNP Number=Sing 6 compound 6:compound _ +5 New New ADJ NNP Degree=Pos 6 amod 6:amod _ 6 Zealand Zealand PROPN NNP Number=Sing 3 obl 3:obl:to _ 7 in in ADP IN _ 8 case 8:case _ 8 January January PROPN NNP Number=Sing 3 obl 3:obl:in SpaceAfter=No @@ -158722,7 +158812,7 @@ # sent_id = answers-20111108094504AAKrc8F_ans-0003 # newpar id = answers-20111108094504AAKrc8F_ans-p0002 # text = Are the hotels back up and running? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +1 Are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 hotels hotel NOUN NNS Number=Plur 5 nsubj 5:nsubj|7:nsubj _ 4 back back ADV RB _ 5 advmod 5:advmod _ @@ -158733,7 +158823,7 @@ # sent_id = answers-20111108094504AAKrc8F_ans-0004 # text = Are there still aftershocks? -1 Are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 there there PRON EX _ 1 expl 1:expl _ 3 still still ADV RB _ 1 advmod 1:advmod _ 4 aftershocks aftershock NOUN NNS Number=Plur 1 nsubj 1:nsubj SpaceAfter=No @@ -158754,13 +158844,13 @@ # sent_id = answers-20111108094504AAKrc8F_ans-0006 # text = Is it safe to go to Rotarua, since the earthquakes? 1 Is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ +2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 expl 3:expl _ 3 safe safe ADJ JJ Degree=Pos 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 go go VERB VB VerbForm=Inf 3 csubj 3:csubj _ 6 to to ADP IN _ 7 case 7:case _ 7 Rotarua Rotarua PROPN NNP Number=Sing 5 obl 5:obl:to SpaceAfter=No -8 , , PUNCT , _ 5 punct 5:punct _ +8 , , PUNCT , _ 11 punct 11:punct _ 9 since since ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 earthquakes earthquake NOUN NNS Number=Plur 5 obl 5:obl:since SpaceAfter=No @@ -158778,7 +158868,7 @@ # text = I'm assuming this was in reference to the January earthquake, don't worry, it was very deep, so nothing was effected :) 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 assuming assume VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 this this PRON DT Number=Sing|PronType=Dem 7 nsubj 7:nsubj _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ @@ -158788,19 +158878,19 @@ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 January January PROPN NNP Number=Sing 11 compound 11:compound _ 11 earthquake earthquake NOUN NN Number=Sing 7 nmod 7:nmod:to SpaceAfter=No -12 , , PUNCT , _ 3 punct 3:punct _ +12 , , PUNCT , _ 15 punct 15:punct _ 13-14 don't _ _ _ _ _ _ _ _ 13 do do AUX VB VerbForm=Inf 15 aux 15:aux _ 14 n't not PART RB _ 15 advmod 15:advmod _ 15 worry worry VERB VB VerbForm=Inf 3 parataxis 3:parataxis SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ +16 , , PUNCT , _ 20 punct 20:punct _ 17 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 18 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 cop 20:cop _ 19 very very ADV RB _ 20 advmod 20:advmod _ 20 deep deep ADJ JJ Degree=Pos 15 parataxis 15:parataxis SpaceAfter=No -21 , , PUNCT , _ 15 punct 15:punct _ +21 , , PUNCT , _ 25 punct 25:punct _ 22 so so ADV RB _ 25 advmod 25:advmod _ -23 nothing nothing PRON NN Number=Sing 25 nsubj:pass 25:nsubj:pass _ +23 nothing nothing PRON NN Number=Sing|PronType=Neg 25 nsubj:pass 25:nsubj:pass _ 24 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 aux:pass 25:aux:pass _ 25 effected effect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 parataxis 15:parataxis _ 26 :) :) SYM NFP _ 3 discourse 3:discourse _ @@ -158810,32 +158900,32 @@ 1 As as ADP IN _ 3 case 3:case _ 2 for for ADP IN _ 1 fixed 1:fixed _ 3 Christchurch Christchurch PROPN NNP Number=Sing 10 obl 10:obl:as_for SpaceAfter=No -4 , , PUNCT , _ 10 punct 10:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 yes yes INTJ UH _ 10 discourse 10:discourse _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 aftershocks aftershock NOUN NNS Number=Plur 10 nsubj 10:nsubj _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 still still ADV RB _ 10 advmod 10:advmod _ 10 happening happen VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No 11 , , PUNCT , _ 16 punct 16:punct _ 12 but but CCONJ CC _ 16 cc 16:cc _ 13 these this PRON DT Number=Plur|PronType=Dem 16 nsubj 16:nsubj _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 15 fairly fairly ADV RB _ 16 advmod 16:advmod _ 16 small small ADJ JJ Degree=Pos 10 conj 10:conj:but _ -17 - - PUNCT , _ 16 punct 16:punct _ +17 - - PUNCT , _ 20 punct 20:punct _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj _ 19 can can AUX MD VerbForm=Fin 20 aux 20:aux _ 20 feel feel VERB VB VerbForm=Inf 16 parataxis 16:parataxis _ 21 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 20 obj 20:obj SpaceAfter=No 22 , , PUNCT , _ 27 punct 27:punct _ 23 but but CCONJ CC _ 27 cc 27:cc _ -24 the they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs|Typo=Yes 27 nsubj 27:nsubj _ +24 the they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs|Typo=Yes 27 nsubj 27:nsubj CorrectForm=they 25-26 don't _ _ _ _ _ _ _ _ -25 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ +25 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ 26 n't not PART RB _ 27 advmod 27:advmod _ 27 do do VERB VB VerbForm=Inf 20 conj 20:conj:but _ -28 any any DET DT _ 29 det 29:det _ +28 any any DET DT PronType=Ind 29 det 29:det _ 29 damage damage NOUN NN Number=Sing 27 obj 27:obj SpaceAfter=No 30 . . PUNCT . _ 10 punct 10:punct _ @@ -158845,11 +158935,11 @@ 2 lots lot NOUN NNS Number=Plur 7 nsubj 7:nsubj _ 3 of of ADP IN _ 4 case 4:case _ 4 people people NOUN NNS Number=Plur 2 nmod 2:nmod:of _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 still still ADV RB _ 7 advmod 7:advmod _ 7 living live VERB VBG Tense=Pres|VerbForm=Part 14 advcl 14:advcl:since _ 8 there there ADV RB PronType=Dem 7 advmod 7:advmod SpaceAfter=No -9 , , PUNCT , _ 14 punct 14:punct _ +9 , , PUNCT , _ 7 punct 7:punct _ 10 then then ADV RB PronType=Dem 14 advmod 14:advmod _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 expl 14:expl _ 12 must must AUX MD VerbForm=Fin 14 aux 14:aux _ @@ -158864,7 +158954,7 @@ 1 However however ADV RB _ 5 advmod 5:advmod _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 CBD CBD PROPN NNP Number=Sing 5 nsubj:pass 5:nsubj:pass _ -4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ 5 closed close VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 of of ADP RP _ 5 compound:prt 5:compound:prt _ 7 to to ADP IN _ 9 case 9:case _ @@ -158894,16 +158984,16 @@ # text = I'm sure that you can find some hotels that are running in the christchurch area, but if not then there would be some in close by towns. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 sure sure ADJ JJ Degree=Pos 0 root 0:root _ 4 that that SCONJ IN _ 7 mark 7:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ 6 can can AUX MD VerbForm=Fin 7 aux 7:aux _ 7 find find VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ -8 some some DET DT _ 9 det 9:det _ +8 some some DET DT PronType=Ind 9 det 9:det _ 9 hotels hotel NOUN NNS Number=Plur 7 obj 7:obj|12:nsubj _ 10 that that PRON WDT PronType=Rel 12 nsubj 9:ref _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 running run VERB VBG Tense=Pres|VerbForm=Part 9 acl:relcl 9:acl:relcl _ 13 in in ADP IN _ 16 case 16:case _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -158917,7 +159007,7 @@ 22 there there PRON EX _ 24 expl 24:expl _ 23 would would AUX MD VerbForm=Fin 24 aux 24:aux _ 24 be be VERB VB VerbForm=Inf 3 conj 3:conj:but _ -25 some some DET DT _ 24 nsubj 24:nsubj _ +25 some some DET DT PronType=Ind 24 nsubj 24:nsubj _ 26 in in ADP IN _ 29 case 29:case _ 27 close close ADJ JJ Degree=Pos 29 amod 29:amod _ 28 by by ADV RB _ 27 advmod 27:advmod _ @@ -158935,7 +159025,7 @@ 7 going go VERB VBG VerbForm=Ger 6 xcomp 6:xcomp _ 8 to to ADP IN _ 9 case 9:case _ 9 Christchurch Christchurch PROPN NNP Number=Sing 7 obl 7:obl:to SpaceAfter=No -10 , , PUNCT , _ 7 punct 7:punct _ +10 , , PUNCT , _ 14 punct 14:punct _ 11 just just ADV RB _ 14 advmod 14:advmod _ 12 for for ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ @@ -158945,14 +159035,14 @@ 17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 19 nsubj 19:nsubj _ 18 can can AUX MD VerbForm=Fin 19 aux 19:aux _ 19 see see VERB VB VerbForm=Inf 6 conj 6:conj:and _ -20 first first ADV JJ Degree=Pos|NumType=Ord 21 amod 21:amod _ +20 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 21 amod 21:amod _ 21 hand hand NOUN NN Number=Sing 19 obl:npmod 19:obl:npmod _ -22 how how SCONJ WRB PronType=Int 25 mark 25:mark _ +22 how how ADV WRB PronType=Int 25 advmod 25:advmod _ 23 things thing NOUN NNS Number=Plur 25 nsubj:pass 25:nsubj:pass _ -24 get get AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 aux:pass 25:aux:pass _ +24 get get AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 25 aux:pass 25:aux:pass _ 25 effected effect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 ccomp 19:ccomp _ 26 by by ADP IN _ 27 case 27:case _ -27 earthquakes earthquake NOUN NNS Number=Plur 25 obl 25:obl:by SpaceAfter=No +27 earthquakes earthquake NOUN NNS Number=Plur 25 obl:agent 25:obl:agent SpaceAfter=No 28 . . PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111108094504AAKrc8F_ans-0014 @@ -158960,7 +159050,7 @@ 1 Have have VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 fun fun NOUN NN Number=Sing 1 obj 1:obj _ 3 in in ADP IN _ 5 case 5:case _ -4 New New PROPN NNP Number=Sing 5 compound 5:compound _ +4 New New ADJ NNP Degree=Pos 5 amod 5:amod _ 5 Zealand Zealand PROPN NNP Number=Sing 1 obl 1:obl:in SpaceAfter=No 6 !! !! PUNCT . _ 1 punct 1:punct _ @@ -158970,7 +159060,7 @@ 2 ps. ps. NOUN NN Number=Sing 0 root 0:root _ 3-4 I'm _ _ _ _ _ _ _ _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -4 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 assuming assume VERB VBG Tense=Pres|VerbForm=Part 2 appos 2:appos _ 6-7 you'll _ _ _ _ _ _ _ _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ @@ -158984,25 +159074,25 @@ 14 since since SCONJ IN _ 17 mark 17:mark _ 15-16 its _ _ _ _ _ _ _ _ 15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ -16 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ +16 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 17 cop 17:cop CorrectForm='s 17 summer summer NOUN NN Number=Sing 21 advcl 21:advcl:since SpaceAfter=No -18 , , PUNCT , _ 21 punct 21:punct _ +18 , , PUNCT , _ 17 punct 17:punct _ 19 may may AUX MD VerbForm=Fin 21 aux 21:aux _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ 21 recommend recommend VERB VB VerbForm=Inf 5 conj 2:appos|5:conj:and _ 22 kaffee kaffee PROPN NNP Number=Sing 23 compound 23:compound _ 23 eis eis PROPN NNP Number=Sing 25 compound 25:compound _ 24 ice ice PROPN NNP Number=Sing 25 compound 25:compound _ -25 creams creams PROPN NNPS Number=Plur 21 obj 21:obj _ +25 creams cream PROPN NNPS Number=Plur 21 obj 21:obj _ 26 and and CCONJ CC _ 27 cc 27:cc _ -27 gelatos gelatos PROPN NNPS Number=Plur 25 conj 21:obj|25:conj:and SpaceAfter=No +27 gelatos gelato PROPN NNPS Number=Plur 25 conj 21:obj|25:conj:and SpaceAfter=No 28 ? ? PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108094504AAKrc8F_ans-0016 # text = Just recently discovered them last time I was down there, they're very nice) www.kaffeeeis.co.nz 1 Just just ADV RB _ 3 advmod 3:advmod _ 2 recently recently ADV RB _ 3 advmod 3:advmod _ -3 discovered discover VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 discovered discover VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 3 obj 3:obj _ 5 last last ADJ JJ Degree=Pos 6 amod 6:amod _ 6 time time NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ @@ -159010,10 +159100,10 @@ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ 9 down down ADV RB _ 10 advmod 10:advmod _ 10 there there ADV RB PronType=Dem 6 acl:relcl 6:acl:relcl SpaceAfter=No -11 , , PUNCT , _ 3 punct 3:punct _ +11 , , PUNCT , _ 15 punct 15:punct _ 12-13 they're _ _ _ _ _ _ _ _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -13 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +13 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 14 very very ADV RB _ 15 advmod 15:advmod _ 15 nice nice ADJ JJ Degree=Pos 3 parataxis 3:parataxis SpaceAfter=No 16 ) ) PUNCT -RRB- _ 17 punct 17:punct _ @@ -159025,16 +159115,16 @@ 1 Loads load NOUN NNS Number=Plur 4 nsubj 4:nsubj _ 2 of of ADP IN _ 3 case 3:case _ 3 places place NOUN NNS Number=Plur 1 nmod 1:nmod:of _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 geographical geographical ADJ JJ Degree=Pos 6 amod 6:amod _ 6 hazards hazard NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No -7 , , PUNCT , _ 4 punct 4:punct _ +7 , , PUNCT , _ 17 punct 17:punct _ 8 if if SCONJ IN _ 12 mark 12:mark _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +10 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 constantly constantly ADV RB _ 12 advmod 12:advmod _ 12 paranoid paranoid ADJ JJ Degree=Pos 17 advcl 17:advcl:if SpaceAfter=No -13 , , PUNCT , _ 17 punct 17:punct _ +13 , , PUNCT , _ 12 punct 12:punct _ 14-15 you'll _ _ _ _ _ _ _ _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ 15 'll will AUX MD VerbForm=Fin 17 aux 17:aux _ @@ -159052,10 +159142,10 @@ # text = In case of an earthquake, stay under a sturdy table and don't go outside as possible debris will fall. 1 In in ADP IN _ 5 case 5:case _ 2 case case NOUN NN Number=Sing 1 fixed 1:fixed _ -3 of of ADP IN _ 5 nmod 5:nmod _ +3 of of ADP IN _ 1 fixed 1:fixed _ 4 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ -5 earthquake earthquake NOUN NN Number=Sing 7 advmod 7:advmod SpaceAfter=No -6 , , PUNCT , _ 7 punct 7:punct _ +5 earthquake earthquake NOUN NN Number=Sing 7 obl 7:obl SpaceAfter=No +6 , , PUNCT , _ 5 punct 5:punct _ 7 stay stay VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 8 under under ADP IN _ 11 case 11:case _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ @@ -159063,7 +159153,7 @@ 11 table table NOUN NN Number=Sing 7 obl 7:obl:under _ 12 and and CCONJ CC _ 15 cc 15:cc _ 13-14 don't _ _ _ _ _ _ _ _ -13 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +13 do do AUX VB Mood=Imp|VerbForm=Fin 15 aux 15:aux _ 14 n't not PART RB _ 15 advmod 15:advmod _ 15 go go VERB VB Mood=Imp|VerbForm=Fin 7 conj 7:conj:and _ 16 outside outside ADV RB _ 15 advmod 15:advmod _ @@ -159090,12 +159180,12 @@ 2 , , PUNCT , _ 3 punct 3:punct _ 3 yes yes INTJ UH _ 1 conj 1:conj:and _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 yes yes NOUN NNS Number=Plur 1 conj 1:conj:and SpaceAfter=No +5 yes yes INTJ UH _ 1 conj 1:conj:and SpaceAfter=No 6 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108094504AAKrc8F_ans-0021 # text = Nothing wrong with rotorua -1 Nothing nothing PRON NN Number=Sing 0 root 0:root _ +1 Nothing nothing PRON NN Number=Sing|PronType=Neg 0 root 0:root _ 2 wrong wrong ADJ JJ Degree=Pos 1 amod 1:amod _ 3 with with ADP IN _ 4 case 4:case _ 4 rotorua rotorua PROPN NNP Number=Sing 2 obl 2:obl:with _ @@ -159112,8 +159202,8 @@ 1 What what DET WDT PronType=Int 2 det 2:det _ 2 size size NOUN NN Number=Sing 3 compound 3:compound _ 3 horse horse NOUN NN Number=Sing 6 obj 6:obj _ -4 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ -5 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ +4 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 6 need need VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 7 ? ? PUNCT . _ 6 punct 6:punct _ @@ -159122,41 +159212,41 @@ # text = Im around 5'2 - 5'4 , 11 years old and im wondering what size horse i'll need that i wont grow out of quickly? 1-2 Im _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 m be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 m be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 4 cop 4:cop CorrectForm='m 3 around around ADV RB _ 4 advmod 4:advmod _ -4 5 5 NUM CD NumType=Card 0 root 0:root SpaceAfter=No -5 ' ' NOUN NNS Number=Plur 4 punct 4:punct SpaceAfter=No -6 2 2 NUM CD NumType=Card 4 compound 4:compound _ +4 5 5 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +5 ' ' NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No +6 2 2 NUM CD NumForm=Digit|NumType=Card 5 compound 5:compound _ 7 - - SYM SYM _ 8 case 8:case _ -8 5 5 NUM CD NumType=Card 4 nmod 4:nmod:to SpaceAfter=No -9 ' ' NOUN NNS Number=Plur 8 punct 8:punct SpaceAfter=No -10 4 4 NUM CD NumType=Card 8 compound 8:compound _ +8 5 5 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod SpaceAfter=No +9 ' ' NOUN NNS Number=Plur 5 nmod 5:nmod:to SpaceAfter=No +10 4 4 NUM CD NumForm=Digit|NumType=Card 9 compound 9:compound _ 11 , , PUNCT , _ 14 punct 14:punct _ -12 11 11 NUM CD NumType=Card 13 nummod 13:nummod _ +12 11 11 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 13 years year NOUN NNS Number=Plur 14 obl:npmod 14:obl:npmod _ -14 old old ADJ JJ Degree=Pos 9 parataxis 9:parataxis _ +14 old old ADJ JJ Degree=Pos 5 parataxis 5:parataxis _ 15 and and CCONJ CC _ 18 cc 18:cc _ 16-17 im _ _ _ _ _ _ _ _ -16 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -17 m be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ -18 wondering wonder VERB VBG VerbForm=Ger 9 conj 8:punct|9:conj:and _ +16 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ +17 m be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 18 aux 18:aux CorrectForm='m +18 wondering wonder VERB VBG VerbForm=Ger 5 conj 5:conj:and|8:punct _ 19 what what DET WDT PronType=Int 20 det 20:det _ -20 size size NOUN NN Number=Sing 21 compound 21:compound|29:obj _ +20 size size NOUN NN Number=Sing 21 compound 21:compound|30:obl:of _ 21 horse horse NOUN NN Number=Sing 24 obj 24:obj _ 22-23 i'll _ _ _ _ _ _ _ _ -22 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ +22 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ 23 'll will AUX MD VerbForm=Fin 24 aux 24:aux _ -24 need need VERB VB VerbForm=Inf 18 obj 18:obj _ -25 that that PRON WDT PronType=Rel 29 obj 20:ref _ -26 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 29 nsubj 29:nsubj _ +24 need need VERB VB VerbForm=Inf 18 ccomp 18:ccomp _ +25 that that PRON WDT PronType=Rel 29 obl 20:ref _ +26 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 29 nsubj 29:nsubj _ 27-28 wont _ _ _ _ _ _ _ _ 27 wo will AUX MD VerbForm=Fin 29 aux 29:aux _ -28 nt not PART RB _ 29 advmod 29:advmod _ +28 nt not PART RB Typo=Yes 29 advmod 29:advmod CorrectForm=n't 29 grow grow VERB VB VerbForm=Inf 20 acl:relcl 20:acl:relcl _ -30 out out ADP IN _ 31 case 31:case _ -31 of of ADP IN _ 29 obl 29:obl:out _ +30 out out ADP IN _ 29 obl 29:obl _ +31 of of ADP IN _ 25 case 30:obl:out _ 32 quickly quickly ADV RB _ 29 advmod 29:advmod SpaceAfter=No -33 ? ? PUNCT . _ 4 punct 4:punct _ +33 ? ? PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108094927AA5NjHj_ans-0004 # text = thanks @@ -159176,24 +159266,24 @@ 5 really really ADV RB _ 6 advmod 6:advmod _ 6 depends depend VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 7 on on ADP IN _ 10 case 10:case _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 riding riding NOUN NN Number=Sing 10 compound 10:compound _ 10 ability ability NOUN NN Number=Sing 6 obl 6:obl:on SpaceAfter=No 11 , , PUNCT , _ 13 punct 13:punct _ 12 what what DET WDT PronType=Int 13 det 13:det _ 13 disciplines discipline NOUN NNS Number=Plur 10 conj 6:obl:on|10:conj _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj|21:nsubj _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +15 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 16 interested interested ADJ JJ Degree=Pos 13 acl:relcl 13:acl:relcl _ 17 in in SCONJ IN _ 18 mark 18:mark _ -18 doing do VERB VBG VerbForm=Ger 16 advcl 16:advcl:in SpaceAfter=No +18 doing do AUX VBG VerbForm=Ger 16 advcl 16:advcl:in SpaceAfter=No 19 , , PUNCT , _ 21 punct 21:punct _ 20 or or CCONJ CC _ 21 cc 21:cc _ -21 plan plan VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 conj 13:acl:relcl|16:conj:or _ +21 plan plan VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 16 conj 13:acl:relcl|16:conj:or _ 22 on on SCONJ IN _ 23 mark 23:mark _ -23 doing do VERB VBG VerbForm=Ger 21 advcl 21:advcl:on SpaceAfter=No +23 doing do AUX VBG VerbForm=Ger 21 advcl 21:advcl:on SpaceAfter=No 24 , , PUNCT , _ 25 punct 25:punct _ -25 etc etc X FW _ 10 conj 6:obl:on|10:conj SpaceAfter=No +25 etc etc. NOUN FW Abbr=Yes|Number=Plur 10 conj 6:obl:on|10:conj SpaceAfter=No 26 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108094927AA5NjHj_ans-0007 @@ -159207,7 +159297,7 @@ 7 base base NOUN NN Number=Sing 8 compound 8:compound _ 8 number number NOUN NN Number=Sing 4 obl 4:obl:for _ 9 of of ADP IN _ 11 case 11:case _ -10 15 15 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No +10 15 15 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No 11 hh hh NOUN NNS Number=Plur 8 nmod 8:nmod:of SpaceAfter=No 12 . . PUNCT . _ 4 punct 4:punct _ @@ -159219,11 +159309,11 @@ 3 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 4 tall tall ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 5 " " PUNCT '' _ 4 punct 4:punct _ -6 being be VERB VBG VerbForm=Ger 4 advcl 4:advcl _ +6 being be AUX VBG VerbForm=Ger 9 cop 9:cop _ 7-8 it's _ _ _ _ _ _ _ _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 8 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ -9 bigger bigger ADJ JJR Degree=Cmp 6 ccomp 6:ccomp _ +9 bigger big ADJ JJR Degree=Cmp 4 advcl 4:advcl _ 10 than than ADP IN _ 12 case 12:case _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 pony pony NOUN NN Number=Sing 9 obl 9:obl:than SpaceAfter=No @@ -159244,46 +159334,46 @@ # sent_id = answers-20111108094927AA5NjHj_ans-0009 # text = I got my horse when I was 12 and I was already 5'9-5'10, thankfully I stopped growing when I hit 5'11" but my horse is about 16.2 or 16.3hh, TB. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 horse horse NOUN NN Number=Sing 2 obj 2:obj _ -5 when when SCONJ WRB PronType=Int 8 mark 8:mark _ +5 when when ADV WRB PronType=Int 8 advmod 8:advmod _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ -8 12 12 NUM CD NumType=Card 2 advcl 2:advcl:when _ +8 12 12 NUM CD NumForm=Digit|NumType=Card 2 advcl 2:advcl:when _ 9 and and CCONJ CC _ 13 cc 13:cc _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ 12 already already ADV RB _ 13 advmod 13:advmod _ -13 5 5 NUM CD NumType=Card 2 conj 2:conj:and SpaceAfter=No -14 ' ' NOUN NNS Number=Plur 13 punct 13:punct SpaceAfter=No -15 9 9 NUM CD NumType=Card 13 compound 13:compound SpaceAfter=No +13 5 5 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No +14 ' ' NOUN NNS Number=Plur 2 conj 2:conj:and SpaceAfter=No +15 9 9 NUM CD NumForm=Digit|NumType=Card 14 compound 14:compound SpaceAfter=No 16 - - SYM SYM _ 17 case 17:case SpaceAfter=No -17 5 5 NUM CD NumType=Card 13 nmod 13:nmod SpaceAfter=No -18 ' ' NOUN NNS Number=Plur 17 punct 17:punct SpaceAfter=No -19 10 10 NUM CD NumType=Card 17 compound 17:compound SpaceAfter=No -20 , , PUNCT , _ 2 punct 2:punct _ +17 5 5 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod SpaceAfter=No +18 ' ' NOUN NNS Number=Plur 14 nmod 14:nmod:to SpaceAfter=No +19 10 10 NUM CD NumForm=Digit|NumType=Card 18 compound 18:compound SpaceAfter=No +20 , , PUNCT , _ 23 punct 23:punct _ 21 thankfully thankfully ADV RB _ 23 advmod 23:advmod _ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj|24:nsubj:xsubj _ -23 stopped stop VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +23 stopped stop VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 24 growing grow VERB VBG VerbForm=Ger 23 xcomp 23:xcomp _ -25 when when SCONJ WRB PronType=Int 27 mark 27:mark _ +25 when when ADV WRB PronType=Int 27 advmod 27:advmod _ 26 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 nsubj 27:nsubj _ -27 hit hit VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 advcl 23:advcl:when _ -28 5 5 NUM CD NumType=Card 27 obj 27:obj SpaceAfter=No -29 ' ' NOUN NNS Number=Plur 28 punct 28:punct SpaceAfter=No -30 11 11 NUM CD NumType=Card 28 compound 28:compound SpaceAfter=No -31 " " NOUN NNS Number=Plur 28 punct 28:punct _ +27 hit hit VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 23 advcl 23:advcl:when _ +28 5 5 NUM CD NumForm=Digit|NumType=Card 29 nummod 29:nummod SpaceAfter=No +29 ' ' NOUN NNS Number=Plur 27 obj 27:obj SpaceAfter=No +30 11 11 NUM CD NumForm=Digit|NumType=Card 31 nummod 31:nummod SpaceAfter=No +31 " " NOUN NNS Number=Plur 29 compound 29:compound _ 32 but but CCONJ CC _ 40 cc 40:cc _ -33 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ +33 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ 34 horse horse NOUN NN Number=Sing 40 nsubj 40:nsubj _ 35 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 40 cop 40:cop _ -36 about about ADP IN _ 37 advmod 37:advmod _ -37 16.2 16.2 NUM CD NumType=Card 40 nummod 40:nummod _ +36 about about ADV IN _ 37 advmod 37:advmod _ +37 16.2 16.2 NUM CD NumForm=Digit|NumType=Frac 40 nummod 40:nummod _ 38 or or CCONJ CC _ 39 cc 39:cc _ -39 16.3 16.3 NUM CD NumType=Card 37 conj 37:conj:or|40:nummod SpaceAfter=No +39 16.3 16.3 NUM CD NumForm=Digit|NumType=Frac 37 conj 37:conj:or|40:nummod SpaceAfter=No 40 hh hh NOUN NNS Number=Plur 23 conj 23:conj:but SpaceAfter=No -41 , , PUNCT , _ 40 punct 40:punct _ +41 , , PUNCT , _ 42 punct 42:punct _ 42 TB TB PROPN NNP Number=Sing 40 appos 40:appos SpaceAfter=No 43 . . PUNCT . _ 2 punct 2:punct _ @@ -159297,10 +159387,10 @@ 5 afraid afraid ADJ JJ Degree=Pos 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 get get VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ -8 something something PRON NN Number=Sing 7 obj 7:obj _ +8 something something PRON NN Number=Sing|PronType=Ind 7 obj 7:obj _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 little little ADJ JJ Degree=Pos 11 obl:npmod 11:obl:npmod _ -11 bigger bigger ADJ JJR Degree=Cmp 8 amod 8:amod _ +11 bigger big ADJ JJR Degree=Cmp 8 amod 8:amod _ 12 than than ADP IN _ 14 case 14:case _ 13 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No 14 perfect perfect ADJ JJ Degree=Pos 11 obl 11:obl:than SpaceAfter=No @@ -159309,7 +159399,7 @@ 17 in in SCONJ IN _ 20 mark 20:mark _ 18 case case NOUN NN Number=Sing 17 fixed 17:fixed _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj _ -20 hit hit VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:in_case _ +20 hit hit VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:in_case _ 21 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 22 growth growth NOUN NN Number=Sing 23 compound 23:compound _ 23 spurt spurt NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No @@ -159318,7 +159408,7 @@ # sent_id = answers-20111108094927AA5NjHj_ans-0011 # text = A taller horse doesn't always mean a horse you can't handle. 1 A a DET DT Definite=Ind|PronType=Art 3 det 3:det _ -2 taller taller ADJ JJR Degree=Cmp 3 amod 3:amod _ +2 taller tall ADJ JJR Degree=Cmp 3 amod 3:amod _ 3 horse horse NOUN NN Number=Sing 7 nsubj 7:nsubj _ 4-5 doesn't _ _ _ _ _ _ _ _ 4 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ @@ -159350,7 +159440,7 @@ 4 mind mind NOUN NN Number=Sing 2 obl 2:obl:in _ 5 whether whether SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj|10:nsubj:xsubj|12:nsubj:xsubj|24:nsubj:xsubj _ -7 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +7 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 8 to to PART TO _ 10 mark 10:mark _ 9 be be AUX VB VerbForm=Inf 10 cop 10:cop _ 10 able able ADJ JJ Degree=Pos 7 xcomp 7:xcomp _ @@ -159360,21 +159450,21 @@ 14 from from ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 ground ground NOUN NN Number=Sing 12 obl 12:obl:from SpaceAfter=No -17 , , PUNCT , _ 2 punct 2:punct _ +17 , , PUNCT , _ 21 punct 21:punct _ 18 if if SCONJ IN _ 21 mark 21:mark _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 21 nsubj 21:nsubj _ 20 even even ADV RB _ 21 advmod 21:advmod _ -21 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ +21 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ 22 to to PART TO _ 21 xcomp 21:xcomp SpaceAfter=No 23 , , PUNCT , _ 24 punct 24:punct _ -24 etc etc X FW _ 12 conj 10:xcomp|12:conj SpaceAfter=No +24 etc etc. NOUN FW Abbr=Yes|Number=Plur 12 conj 10:xcomp|12:conj SpaceAfter=No 25 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108094927AA5NjHj_ans-0014 # text = You just want to be sure you can groom and saddle sufficiently and the horse itself is calm enough so that whatever size it is, you can handle it. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|6:nsubj:xsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 6 mark 6:mark _ 5 be be AUX VB VerbForm=Inf 6 cop 6:cop _ 6 sure sure ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ @@ -159387,17 +159477,17 @@ 13 and and CCONJ CC _ 18 cc 18:cc _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 horse horse NOUN NN Number=Sing 18 nsubj 18:nsubj _ -16 itself itself PRON PRP Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nmod:npmod 15:nmod:npmod _ +16 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Emp|Reflex=Yes 15 nmod:npmod 15:nmod:npmod _ 17 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 18 calm calm ADJ JJ Degree=Pos 3 conj 3:conj:and _ -19 enough enough ADJ JJ Degree=Pos 18 advmod 18:advmod _ +19 enough enough ADV RB _ 18 advmod 18:advmod _ 20 so so SCONJ IN _ 29 mark 29:mark _ 21 that that SCONJ IN _ 20 fixed 20:fixed _ 22 whatever whatever DET WDT PronType=Int 23 det 23:det _ 23 size size NOUN NN Number=Sing 29 advcl 29:advcl _ 24 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 23 nsubj 23:nsubj _ 25 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 cop 23:cop SpaceAfter=No -26 , , PUNCT , _ 29 punct 29:punct _ +26 , , PUNCT , _ 23 punct 23:punct _ 27 you you PRON PRP Case=Nom|Person=2|PronType=Prs 29 nsubj 29:nsubj _ 28 can can AUX MD VerbForm=Fin 29 aux 29:aux _ 29 handle handle VERB VB VerbForm=Inf 18 advcl 18:advcl:so_that _ @@ -159407,60 +159497,61 @@ # sent_id = answers-20111108094927AA5NjHj_ans-0015 # newpar id = answers-20111108094927AA5NjHj_ans-p0004 # text = i'm5'3-4" and am 21 well will be in Nov and my horse is 14.2hh and she's perfect size for me i can hop right on with no mounting block.....only with a saddle though haha i can't bareback, not yet -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|11:nsubj SpaceAfter=No -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop SpaceAfter=No -3 5 5 NUM CD NumType=Card 0 root 0:root SpaceAfter=No -4 ' ' NOUN NNS Number=Plur 3 punct 3:punct SpaceAfter=No -5 3 3 NUM CD NumType=Card 3 compound 3:compound SpaceAfter=No +1-2 i'm _ _ _ _ _ _ _ SpaceAfter=No +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|11:nsubj _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 5 5 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No +4 ' ' NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No +5 3 3 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod SpaceAfter=No 6 - - SYM SYM _ 7 case 7:case SpaceAfter=No -7 4 4 NUM CD NumType=Card 5 nmod 5:nmod SpaceAfter=No -8 " " NOUN NNS Number=Plur 5 punct 5:punct _ +7 4 4 NUM CD NumForm=Digit|NumType=Card 5 nmod 5:nmod SpaceAfter=No +8 " " NOUN NNS Number=Plur 4 compound 4:compound _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ -11 21 21 NUM CD NumType=Card 3 conj 3:conj:and _ -12 well well INTJ UH _ 16 discourse 16:discourse _ -13 will will AUX MD VerbForm=Fin 16 aux 16:aux _ -14 be be AUX VB VerbForm=Inf 16 cop 16:cop _ +11 21 21 NUM CD NumForm=Digit|NumType=Card 4 conj 4:conj:and _ +12 well well INTJ UH _ 14 discourse 14:discourse _ +13 will will AUX MD VerbForm=Fin 14 aux 14:aux _ +14 be be AUX VB VerbForm=Inf 11 parataxis 11:parataxis _ 15 in in ADP IN _ 16 case 16:case _ -16 Nov Nov PROPN NNP Number=Sing 11 parataxis 11:parataxis _ +16 Nov November PROPN NNP Abbr=Yes|Number=Sing 14 obl 14:obl:in _ 17 and and CCONJ CC _ 22 cc 22:cc _ -18 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 horse horse NOUN NN Number=Sing 22 nsubj 22:nsubj _ 20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ -21 14.2 14.2 NUM CD NumType=Card 22 nummod 22:nummod SpaceAfter=No -22 hh hh NOUN NNS Number=Plur 3 conj 3:conj:and _ +21 14.2 14.2 NUM CD NumForm=Digit|NumType=Frac 22 nummod 22:nummod SpaceAfter=No +22 hh hh NOUN NNS Number=Plur 4 conj 4:conj:and _ 23 and and CCONJ CC _ 27 cc 27:cc _ 24-25 she's _ _ _ _ _ _ _ _ 24 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 27 nsubj 27:nsubj _ 25 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ 26 perfect perfect ADJ JJ Degree=Pos 27 amod 27:amod _ -27 size size NOUN NN Number=Sing 3 conj 3:conj:and _ +27 size size NOUN NN Number=Sing 4 conj 4:conj:and _ 28 for for ADP IN _ 29 case 29:case _ 29 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 27 obl 27:obl:for _ -30 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 32 nsubj 32:nsubj _ +30 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 32 nsubj 32:nsubj _ 31 can can AUX MD VerbForm=Fin 32 aux 32:aux _ -32 hop hop VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ +32 hop hop VERB VB VerbForm=Inf 27 parataxis 27:parataxis _ 33 right right ADV RB _ 34 advmod 34:advmod _ 34 on on ADV RB _ 32 advmod 32:advmod _ 35 with with ADP IN _ 38 case 38:case _ -36 no no DET DT _ 38 det 38:det _ +36 no no DET DT PronType=Neg 38 det 38:det _ 37 mounting mounting NOUN NN Number=Sing 38 compound 38:compound _ 38 block block NOUN NN Number=Sing 32 obl 32:obl:with SpaceAfter=No -39 ..... ..... PUNCT , _ 38 punct 38:punct SpaceAfter=No +39 ..... ..... PUNCT , _ 43 punct 43:punct SpaceAfter=No 40 only only ADV RB _ 43 advmod 43:advmod _ 41 with with ADP IN _ 43 case 43:case _ 42 a a DET DT Definite=Ind|PronType=Art 43 det 43:det _ -43 saddle saddle NOUN NN Number=Sing 38 nmod 38:nmod:with _ -44 though though SCONJ IN _ 49 mark 49:mark _ -45 haha haha INTJ UH _ 49 discourse 49:discourse _ -46 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 49 nsubj 49:nsubj _ +43 saddle saddle NOUN NN Number=Sing 32 parataxis 32:parataxis _ +44 though though ADV RB _ 43 advmod 43:advmod _ +45 haha haha INTJ UH _ 43 discourse 43:discourse _ +46 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 47 nsubj 47:nsubj|49:nsubj _ 47-48 can't _ _ _ _ _ _ _ _ -47 ca can AUX MD VerbForm=Fin 49 aux 49:aux _ -48 n't not PART RB _ 49 advmod 49:advmod _ -49 bareback bareback ADJ JJ Degree=Pos 32 advcl 32:advcl:though SpaceAfter=No -50 , , PUNCT , _ 49 punct 49:punct _ +47 ca can AUX MD VerbForm=Fin 32 parataxis 32:parataxis _ +48 n't not PART RB _ 47 advmod 47:advmod _ +49 bareback bareback ADJ JJ Degree=Pos 47 advcl 47:advcl SpaceAfter=No +50 , , PUNCT , _ 52 punct 52:punct _ 51 not not PART RB _ 52 advmod 52:advmod _ -52 yet yet ADV RB _ 49 advmod 49:advmod _ +52 yet yet ADV RB _ 47 advmod 47:advmod _ # sent_id = answers-20111108094927AA5NjHj_ans-0016 # newpar id = answers-20111108094927AA5NjHj_ans-p0005 @@ -159468,7 +159559,7 @@ 1 If if SCONJ IN _ 5 mark 5:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ 3-4 Don't _ _ _ _ _ _ _ _ -3 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 want want VERB VB VerbForm=Inf 12 advcl 12:advcl:if _ 6 to to PART TO _ 7 mark 7:mark _ @@ -159479,22 +159570,22 @@ 11 quickly quickly ADV RB _ 7 advmod 7:advmod _ 12 get get VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ -14 14 14 NUM CD NumType=Card 12 obj 12:obj SpaceAfter=No -15 ' ' NOUN NN Number=Sing 14 punct 14:punct SpaceAfter=No -16 2 2 NUM CD NumType=Card 14 compound 14:compound _ +14 14 14 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod SpaceAfter=No +15 ' ' NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No +16 2 2 NUM CD NumForm=Digit|NumType=Card 15 compound 15:compound _ 17 .. .. PUNCT . _ 12 punct 12:punct _ # sent_id = answers-20111108094927AA5NjHj_ans-0017 # text = Anything smaller you will grow out, anything bigger will be too big and difficult to control and manage, especially when riding. -1 Anything anything PRON NN Number=Sing 5 obj 5:obj _ -2 smaller smaller ADJ JJR Degree=Cmp 1 amod 1:amod _ +1 Anything anything PRON NN Number=Sing|PronType=Ind 5 obj 5:obj _ +2 smaller small ADJ JJR Degree=Cmp 1 amod 1:amod _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 4 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 5 grow grow VERB VB VerbForm=Inf 0 root 0:root _ 6 out out ADP IN _ 5 obl 5:obl SpaceAfter=No -7 , , PUNCT , _ 5 punct 5:punct _ -8 anything anything PRON NN Number=Sing 13 nsubj 13:nsubj|15:nsubj _ -9 bigger bigger ADJ JJR Degree=Cmp 8 amod 8:amod _ +7 , , PUNCT , _ 13 punct 13:punct _ +8 anything anything PRON NN Number=Sing|PronType=Ind 13 nsubj 13:nsubj|15:nsubj _ +9 bigger big ADJ JJR Degree=Cmp 8 amod 8:amod _ 10 will will AUX MD VerbForm=Fin 13 aux 13:aux _ 11 be be AUX VB VerbForm=Inf 13 cop 13:cop _ 12 too too ADV RB _ 13 advmod 13:advmod _ @@ -159505,17 +159596,17 @@ 17 control control VERB VB VerbForm=Inf 15 ccomp 15:ccomp _ 18 and and CCONJ CC _ 19 cc 19:cc _ 19 manage manage VERB VB VerbForm=Inf 17 conj 15:ccomp|17:conj:and SpaceAfter=No -20 , , PUNCT , _ 13 punct 13:punct _ +20 , , PUNCT , _ 23 punct 23:punct _ 21 especially especially ADV RB _ 23 advmod 23:advmod _ -22 when when SCONJ WRB PronType=Int 23 mark 23:mark _ +22 when when ADV WRB PronType=Int 23 advmod 23:advmod _ 23 riding ride VERB VBG VerbForm=Ger 13 advcl 13:advcl:when SpaceAfter=No 24 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108094927AA5NjHj_ans-0018 # text = Hope I helped :) -1 Hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 helped help VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp _ +3 helped help VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp _ 4 :) :) SYM NFP _ 1 discourse 1:discourse _ # newdoc id = answers-20090605110235AAALlCt_ans @@ -159539,19 +159630,19 @@ # sent_id = answers-20090605110235AAALlCt_ans-0003 # text = Widely considered to be one of the most spectacular waterfalls in the world, the Iguazu Falls on the border of Argentina and Brazil, are a certainly must see attraction in the area. 1 Widely widely ADV RB _ 2 advmod 2:advmod _ -2 considered consider VERB VBN Tense=Past|VerbForm=Part 17 acl 17:acl _ +2 considered consider VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 acl 17:acl _ 3 to to PART TO _ 5 mark 5:mark _ 4 be be AUX VB VerbForm=Inf 5 cop 5:cop _ -5 one one NUM CD NumType=Card 2 xcomp 2:xcomp _ +5 one one NUM CD NumForm=Word|NumType=Card 2 xcomp 2:xcomp _ 6 of of ADP IN _ 10 case 10:case _ 7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -8 most most ADV RBS _ 9 advmod 9:advmod _ +8 most most ADV RBS Degree=Sup 9 advmod 9:advmod _ 9 spectacular spectacular ADJ JJ Degree=Pos 10 amod 10:amod _ 10 waterfalls waterfall NOUN NNS Number=Plur 5 nmod 5:nmod:of _ 11 in in ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 world world NOUN NN Number=Sing 10 nmod 10:nmod:in SpaceAfter=No -14 , , PUNCT , _ 31 punct 31:punct _ +14 , , PUNCT , _ 2 punct 2:punct _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 Iguazu Iguazu PROPN NNP Number=Sing 17 compound 17:compound _ 17 Falls Falls PROPN NNPS Number=Plur 31 nsubj 31:nsubj _ @@ -159562,8 +159653,8 @@ 22 Argentina Argentina PROPN NNP Number=Sing 20 nmod 20:nmod:of _ 23 and and CCONJ CC _ 24 cc 24:cc _ 24 Brazil Brazil PROPN NNP Number=Sing 22 conj 20:nmod:of|22:conj:and SpaceAfter=No -25 , , PUNCT , _ 31 punct 31:punct _ -26 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 cop 31:cop _ +25 , , PUNCT , _ 17 punct 17:punct _ +26 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 31 cop 31:cop _ 27 a a DET DT Definite=Ind|PronType=Art 31 det 31:det _ 28 certainly certainly ADV RB _ 30 compound 30:compound _ 29 must must AUX MD VerbForm=Fin 30 compound 30:compound _ @@ -159582,14 +159673,14 @@ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 falls falls NOUN NN Number=Sing 2 nmod 2:nmod:of _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ -7 known know VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +7 known know VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 8 locally locally ADV RB _ 7 advmod 7:advmod _ 9 as as ADP IN _ 13 case 13:case _ -10 ‘ ' PUNCT `` _ 13 punct 13:punct SpaceAfter=No +10 ‘ ' PUNCT `` _ 9 punct 9:punct SpaceAfter=No 11 Garganta Garganta PROPN NNP Number=Sing 13 compound 13:compound _ 12 Del Del PROPN NNP Number=Sing 13 compound 13:compound _ -13 Diablo Diablo PROPN NNP Number=Sing 7 obl 7:obl:as SpaceAfter=No -14 ’ ' PUNCT '' _ 13 punct 13:punct _ +13 Diablo Diablo PROPN NNP Number=Sing 7 obl 7:obl:as|28:obl SpaceAfter=No +14 ’ ' PUNCT '' _ 19 punct 19:punct _ 15 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No 16 The the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17-18 Devil’s _ _ _ _ _ _ _ _ @@ -159597,8 +159688,8 @@ 18 ’s 's PART POS _ 17 case 17:case _ 19 Throat Throat PROPN NNP Number=Sing 13 appos 13:appos SpaceAfter=No 20 ) ) PUNCT -RRB- _ 19 punct 19:punct SpaceAfter=No -21 , , PUNCT , _ 13 punct 13:punct _ -22 where where SCONJ WRB PronType=Rel 28 mark 28:mark _ +21 , , PUNCT , _ 28 punct 28:punct _ +22 where where ADV WRB PronType=Rel 28 advmod 13:ref _ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 24 huge huge ADJ JJ Degree=Pos 25 amod 25:amod _ 25 volume volume NOUN NN Number=Sing 28 nsubj 28:nsubj _ @@ -159625,14 +159716,14 @@ 6 on on ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 spray spray NOUN NN Number=Sing 4 obl 4:obl:on SpaceAfter=No -9 , , PUNCT , _ 4 punct 4:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 creating create VERB VBG VerbForm=Ger 4 advcl 4:advcl _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 rainbow rainbow NOUN NN Number=Sing 10 obj 10:obj _ 13 in in ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 foreground foreground NOUN NN Number=Sing 10 obl 10:obl:in SpaceAfter=No -16 , , PUNCT , _ 21 punct 21:punct _ +16 , , PUNCT , _ 4 punct 4:punct _ 17 this this PRON DT Number=Sing|PronType=Dem 21 nsubj 21:nsubj _ 18 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ @@ -159650,11 +159741,11 @@ # sent_id = answers-20090605110235AAALlCt_ans-0006 # text = However, save some of your shots for the rest of the falls, as in total there are around 270 cascades that spread out over nearly 2 miles of the Iguazu River. 1 However however ADV RB _ 3 advmod 3:advmod SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 save save VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -4 some some DET DT _ 3 obj 3:obj _ +4 some some DET DT PronType=Ind 3 obj 3:obj _ 5 of of ADP IN _ 7 case 7:case _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 shots shot NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 8 for for ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -159662,21 +159753,21 @@ 11 of of ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 falls fall NOUN NNS Number=Plur 10 nmod 10:nmod:of SpaceAfter=No -14 , , PUNCT , _ 3 punct 3:punct _ +14 , , PUNCT , _ 19 punct 19:punct _ 15 as as SCONJ IN _ 19 mark 19:mark _ 16 in in ADP IN _ 17 case 17:case _ 17 total total ADJ JJ Degree=Pos 19 obl 19:obl:in _ 18 there there PRON EX _ 19 expl 19:expl _ -19 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:as _ +19 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:as _ 20 around around ADV RB _ 21 advmod 21:advmod _ -21 270 270 NUM CD NumType=Card 22 nummod 22:nummod _ +21 270 270 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod _ 22 cascades cascade NOUN NNS Number=Plur 19 nsubj 19:nsubj|24:nsubj _ 23 that that PRON WDT PronType=Rel 24 nsubj 22:ref _ -24 spread spread VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 acl:relcl 22:acl:relcl _ +24 spread spread VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 acl:relcl 22:acl:relcl _ 25 out out ADV RB _ 24 advmod 24:advmod _ 26 over over ADP IN _ 29 case 29:case _ 27 nearly nearly ADV RB _ 28 advmod 28:advmod _ -28 2 2 NUM CD NumType=Card 29 nummod 29:nummod _ +28 2 2 NUM CD NumForm=Digit|NumType=Card 29 nummod 29:nummod _ 29 miles mile NOUN NNS Number=Plur 24 obl 24:obl:over _ 30 of of ADP IN _ 33 case 33:case _ 31 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ @@ -159689,19 +159780,19 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 Iguazu Iguazu PROPN NNP Number=Sing 3 compound 3:compound _ 3 Falls Falls PROPN NNPS Number=Plur 6 nsubj 6:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 easily easily ADV RB _ 6 advmod 6:advmod _ 6 accessible accessible ADJ JJ Degree=Pos 0 root 0:root _ 7 and and CCONJ CC _ 19 cc 19:cc SpaceAfter=No -8 , , PUNCT , _ 19 punct 19:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 dependent dependent ADJ JJ Degree=Pos 19 advcl 19:advcl _ 10 on on ADP IN _ 13 case 13:case _ -11 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 12 time time NOUN NN Number=Sing 13 compound 13:compound _ 13 restrictions restriction NOUN NNS Number=Plur 9 obl 9:obl:on _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 budget budget NOUN NN Number=Sing 13 conj 9:obl:on|13:conj:and SpaceAfter=No -16 , , PUNCT , _ 19 punct 19:punct _ +16 , , PUNCT , _ 9 punct 9:punct _ 17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 19 nsubj 19:nsubj _ 18 can can AUX MD VerbForm=Fin 19 aux 19:aux _ 19 get get VERB VB VerbForm=Inf 6 conj 6:conj:and _ @@ -159718,19 +159809,19 @@ # sent_id = answers-20090605110235AAALlCt_ans-0008 # text = The nearest towns to the site are Puerto Iguazu in Argentina, about 12 miles from the falls, and Foz do Iguaçu in Brazil, which is equally close. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 nearest nearest ADJ JJS Degree=Sup 3 amod 3:amod _ +2 nearest near ADJ JJS Degree=Sup 3 amod 3:amod _ 3 towns town NOUN NNS Number=Plur 8 nsubj 8:nsubj|21:nsubj _ 4 to to ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 site site NOUN NN Number=Sing 3 nmod 3:nmod:to _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 Puerto Puerto PROPN NNP Number=Sing 0 root 0:root _ 9 Iguazu Iguazu PROPN NNP Number=Sing 8 flat 8:flat _ 10 in in ADP IN _ 11 case 11:case _ 11 Argentina Argentina PROPN NNP Number=Sing 8 nmod 8:nmod:in SpaceAfter=No -12 , , PUNCT , _ 8 punct 8:punct _ +12 , , PUNCT , _ 18 punct 18:punct _ 13 about about ADV RB _ 14 advmod 14:advmod _ -14 12 12 NUM CD NumType=Card 15 nummod 15:nummod _ +14 12 12 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 15 miles mile NOUN NNS Number=Plur 18 nmod:npmod 18:nmod:npmod _ 16 from from ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ @@ -159742,7 +159833,7 @@ 23 Iguaçu Iguaçu PROPN NNP Number=Sing 21 flat 21:flat _ 24 in in ADP IN _ 25 case 25:case _ 25 Brazil Brazil PROPN NNP Number=Sing 21 nmod 21:nmod:in SpaceAfter=No -26 , , PUNCT , _ 21 punct 21:punct _ +26 , , PUNCT , _ 30 punct 30:punct _ 27 which which PRON WDT PronType=Rel 30 nsubj 21:ref _ 28 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 30 cop 30:cop _ 29 equally equally ADV RB _ 30 advmod 30:advmod _ @@ -159751,19 +159842,19 @@ # sent_id = answers-20090605110235AAALlCt_ans-0009 # text = Both towns have airports that are served regularly from the larger cities such as Sao Paulo, Rio de Janeiro and Buenos Aires. -1 Both both DET DT _ 2 det 2:det _ +1 Both both DET DT PronType=Tot 2 det 2:det _ 2 towns town NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 airports airport NOUN NNS Number=Plur 3 obj 3:obj|7:nsubj:pass _ 5 that that PRON WDT PronType=Rel 7 nsubj:pass 4:ref _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ 7 served serve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl:relcl 4:acl:relcl _ 8 regularly regularly ADV RB _ 7 advmod 7:advmod _ 9 from from ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -11 larger larger ADJ JJR Degree=Cmp 12 amod 12:amod _ +11 larger large ADJ JJR Degree=Cmp 12 amod 12:amod _ 12 cities city NOUN NNS Number=Plur 7 obl 7:obl:from _ -13 such such ADJ JJ Degree=Pos 16 case 16:case _ +13 such such ADJ JJ Degree=Pos|ExtPos=ADP 16 case 16:case _ 14 as as ADP IN _ 13 fixed 13:fixed _ 15 Sao Sao PROPN NNP Number=Sing 16 compound 16:compound _ 16 Paulo Paulo PROPN NNP Number=Sing 12 nmod 12:nmod:such_as SpaceAfter=No @@ -159783,7 +159874,7 @@ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 obviously obviously ADV RB _ 7 advmod 7:advmod _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 cheaper cheaper ADJ JJR Degree=Cmp 7 amod 7:amod _ +6 cheaper cheap ADJ JJR Degree=Cmp 7 amod 7:amod _ 7 option option NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 8 , , PUNCT , _ 21 punct 21:punct _ 9 and and CCONJ CC _ 21 cc 21:cc _ @@ -159797,13 +159888,13 @@ 17 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 18 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 19 full full ADJ JJ Degree=Pos 21 amod 21:amod _ -20 20 20 NUM CD NumType=Card 21 nummod 21:nummod _ +20 20 20 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod _ 21 hours hour NOUN NNS Number=Plur 7 conj 7:conj:and SpaceAfter=No -22 , , PUNCT , _ 21 punct 21:punct _ +22 , , PUNCT , _ 28 punct 28:punct _ 23 although although SCONJ IN _ 28 mark 28:mark _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 buses bus NOUN NNS Number=Plur 28 nsubj 28:nsubj _ -26 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ +26 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ 27 very very ADV RB _ 28 advmod 28:advmod _ 28 comfortable comfortable ADJ JJ Degree=Pos 21 advcl 21:advcl:although _ 29 with with ADP IN _ 32 case 32:case _ @@ -159827,7 +159918,7 @@ 11 affair affair NOUN NN Number=Sing 0 root 0:root _ 12 taking take VERB VBG VerbForm=Ger 11 acl 11:acl _ 13 around around ADV RB _ 14 advmod 14:advmod _ -14 18 18 NUM CD NumType=Card 15 nummod 15:nummod _ +14 18 18 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 15 hours hour NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No 16 . . PUNCT . _ 11 punct 11:punct _ @@ -159836,16 +159927,16 @@ 1 Foz Foz PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 2 on on ADP IN _ 5 case 5:case _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 Brazilian brazilian ADJ JJ Degree=Pos 5 amod 5:amod _ +4 Brazilian Brazilian ADJ JJ Degree=Pos 5 amod 5:amod _ 5 side side NOUN NN Number=Sing 1 nmod 1:nmod:on _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 larger larger ADJ JJR Degree=Cmp 9 amod 9:amod _ +8 larger large ADJ JJR Degree=Cmp 9 amod 9:amod _ 9 town town NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 14 punct 14:punct _ 11 however however ADV CC _ 14 advmod 14:advmod _ -12 both both DET DT _ 14 nsubj:pass 14:nsubj:pass|29:nsubj:pass _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux:pass 14:aux:pass _ +12 both both DET DT PronType=Tot 14 nsubj:pass 14:nsubj:pass|29:nsubj:pass _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 aux:pass 14:aux:pass _ 14 geared gear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 parataxis 9:parataxis _ 15 up up ADV RB _ 14 advmod 14:advmod _ 16 to to PART TO _ 17 mark 17:mark _ @@ -159861,13 +159952,13 @@ 26 , , PUNCT , _ 29 punct 29:punct _ 27 and and CCONJ CC _ 29 cc 29:cc _ 28 so so ADV RB _ 29 advmod 29:advmod _ -29 offer offer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 conj 14:conj:and _ +29 offer offer VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 conj 14:conj:and _ 30 a a DET DT Definite=Ind|PronType=Art 31 det 31:det _ 31 range range NOUN NN Number=Sing 29 obj 29:obj _ 32 of of ADP IN _ 33 case 33:case _ 33 accommodation accommodation NOUN NN Number=Sing 31 nmod 31:nmod:of _ 34 for for ADP IN _ 36 case 36:case _ -35 all all DET DT _ 36 det 36:det _ +35 all all DET DT PronType=Tot 36 det 36:det _ 36 budgets budget NOUN NNS Number=Plur 31 nmod 31:nmod:for SpaceAfter=No 37 . . PUNCT . _ 9 punct 9:punct _ @@ -159877,23 +159968,23 @@ 2 those that PRON DT Number=Plur|PronType=Dem 16 obl 16:obl:for _ 3 with with ADP IN _ 6 case 6:case _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -5 larger larger ADJ JJR Degree=Cmp 6 amod 6:amod _ +5 larger large ADJ JJR Degree=Cmp 6 amod 6:amod _ 6 appetite appetite NOUN NN Number=Sing 2 nmod 2:nmod:with _ 7 for for ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 scenery scenery NOUN NN Number=Sing 6 nmod 6:nmod:for _ 10 and and CCONJ CC _ 13 cc 13:cc _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -12 larger larger ADJ JJR Degree=Cmp 13 amod 13:amod _ +12 larger large ADJ JJR Degree=Cmp 13 amod 13:amod _ 13 budget budget NOUN NN Number=Sing 6 conj 2:nmod:with|6:conj:and SpaceAfter=No -14 , , PUNCT , _ 16 punct 16:punct _ +14 , , PUNCT , _ 2 punct 2:punct _ 15 there there PRON EX _ 16 expl 16:expl _ -16 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -17 some some DET DT _ 19 det 19:det _ +16 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +17 some some DET DT PronType=Ind 19 det 19:det _ 18 hotel hotel NOUN NN Number=Sing 19 compound 19:compound _ 19 complexes complex NOUN NNS Number=Plur 16 nsubj 16:nsubj _ 20 much much ADV RB _ 21 advmod 21:advmod _ -21 closer closer ADJ JJR Degree=Cmp 19 amod 19:amod _ +21 closer close ADJ JJR Degree=Cmp 19 amod 19:amod _ 22 to to ADP IN _ 24 case 24:case _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 action action NOUN NN Number=Sing 21 obl 21:obl:to _ @@ -159915,7 +160006,7 @@ 3 England England PROPN NNP Number=Sing 1 conj 1:conj:or _ 4 while while SCONJ IN _ 5 mark 5:mark _ 5 studying study VERB VBG VerbForm=Ger 1 advcl 1:advcl:while _ -6 aboard aboard ADV RB _ 5 advmod 5:advmod SpaceAfter=No +6 aboard abroad ADV RB Typo=Yes 5 advmod 5:advmod CorrectForm=abroad|SpaceAfter=No 7 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108084416AAoPgBv_ans-0002 @@ -159928,10 +160019,10 @@ 5 try try VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 study study VERB VB VerbForm=Inf 5 conj 3:xcomp|5:conj:and _ -8 aboard aboard ADV RB _ 7 advmod 7:advmod _ +8 aboard abroad ADV RB Typo=Yes 7 advmod 7:advmod CorrectForm=abroad 9 but but CCONJ CC _ 10 cc 10:cc _ -10 idk idk VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ -11 where where SCONJ WRB PronType=Int 14 mark 14:mark _ +10 idk idk VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ +11 where where ADV WRB PronType=Int 14 advmod 14:advmod _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 13 can can AUX MD VerbForm=Fin 14 aux 14:aux _ 14 go go VERB VB VerbForm=Inf 10 advcl 10:advcl:where _ @@ -159941,13 +160032,13 @@ 17 not not PART RB _ 18 advmod 18:advmod _ 18 decide decide VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ 19 where where ADV WRB PronType=Int 22 ccomp 22:ccomp _ -20 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ +20 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ -22 think think VERB VB VerbForm=Inf 3 ccomp 3:ccomp|10:ccomp _ +22 think think VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ 23 would would AUX MD VerbForm=Fin 19 aux 19:aux _ 24 be be AUX VB VerbForm=Inf 19 cop 19:cop _ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ -26 best best ADJ JJS Degree=Sup 27 amod 27:amod _ +26 best good ADJ JJS Degree=Sup 27 amod 27:amod _ 27 place place NOUN NN Number=Sing 19 nsubj 19:nsubj _ 28 to to PART TO _ 29 mark 29:mark _ 29 go go VERB VB VerbForm=Inf 27 acl 27:acl:to SpaceAfter=No @@ -159964,17 +160055,17 @@ # sent_id = answers-20111108084416AAoPgBv_ans-0004 # text = I have never been anywhere out side my home town Charlotte north Carolina please help!!!! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 never never ADV RB _ 5 advmod 5:advmod _ 4 been be AUX VBN Tense=Past|VerbForm=Part 5 cop 5:cop _ 5 anywhere anywhere ADV RB _ 0 root 0:root _ -6 out out X GW _ 10 case 10:case _ -7 side side ADP IN _ 6 goeswith 6:goeswith _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +6 out outside ADP GW Typo=Yes 10 case 10:case _ +7 side _ X IN _ 6 goeswith 6:goeswith _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 home home NOUN NN Number=Sing 10 compound 10:compound _ -10 town town NOUN NN _ 5 obl 5:obl:side _ +10 town town NOUN NN Number=Sing 5 obl 5:obl:outside _ 11 Charlotte Charlotte PROPN NNP Number=Sing 10 appos 10:appos _ -12 north north PROPN NNP Number=Sing 13 compound 13:compound _ +12 north North PROPN NNP Number=Sing 13 compound 13:compound _ 13 Carolina Carolina PROPN NNP Number=Sing 11 appos 11:appos _ 14 please please INTJ UH _ 15 discourse 15:discourse _ 15 help help VERB VB VerbForm=Inf 5 parataxis 5:parataxis SpaceAfter=No @@ -159990,7 +160081,7 @@ # sent_id = answers-20111108084416AAoPgBv_ans-0006 # text = you speak the language and will have more fun. 1 you you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj|7:nsubj _ -2 speak speak VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 speak speak VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 language language NOUN NN Number=Sing 2 obj 2:obj _ 5 and and CCONJ CC _ 7 cc 7:cc _ @@ -160003,14 +160094,14 @@ # sent_id = answers-20111108084416AAoPgBv_ans-0007 # text = The French tend to look down on the Americans and treat them bad. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 French french ADJ JJ Degree=Pos 3 nsubj 3:nsubj|5:nsubj:xsubj|11:nsubj:xsubj _ -3 tend tend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 French French ADJ JJ Degree=Pos 3 nsubj 3:nsubj|5:nsubj:xsubj|11:nsubj:xsubj _ +3 tend tend VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 look look VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 down down ADP RP _ 5 compound:prt 5:compound:prt _ 7 on on ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 Americans Americans PROPN NNPS Number=Plur 5 obl 5:obl:on _ +9 Americans American PROPN NNPS Number=Plur 5 obl 5:obl:on _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 treat treat VERB VB VerbForm=Inf 5 conj 3:xcomp|5:conj:and _ 12 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 11 obj 11:obj _ @@ -160022,7 +160113,7 @@ 1 London London PROPN NNP Number=Sing 5 nsubj 5:nsubj|9:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ -4 deliteful deliteful ADJ JJ Degree=Pos 5 amod 5:amod _ +4 deliteful delightful ADJ JJ Degree=Pos|Typo=Yes 5 amod 5:amod CorrectForm=delightful 5 city city NOUN NN Number=Sing 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 visit visit VERB VB VerbForm=Inf 5 acl 5:acl:to _ @@ -160049,7 +160140,7 @@ # sent_id = answers-20111108084416AAoPgBv_ans-0010 # text = % -1 % % X XX _ 0 root 0:root _ +1 % % SYM NN Number=Sing 0 root 0:root _ # sent_id = answers-20111108084416AAoPgBv_ans-0011 # newpar id = answers-20111108084416AAoPgBv_ans-p0004 @@ -160057,10 +160148,10 @@ 1 As as SCONJ IN _ 6 mark 6:mark _ 2-3 you're _ _ _ _ _ _ _ _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -3 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +3 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 from from ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 States States PROPN NNP Number=Sing 9 advcl 9:advcl:from _ +6 States State PROPN NNPS Number=Plur 9 advcl 9:advcl:from _ 7-8 you'll _ _ _ _ _ _ _ _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ 8 'll will AUX MD VerbForm=Fin 9 aux 9:aux _ @@ -160074,18 +160165,18 @@ # sent_id = answers-20111108084416AAoPgBv_ans-0012 # text = Parisians dislike Americans for their lack of speaking French and proper French manners. -1 Parisians Parisians PROPN NNPS Number=Plur 2 nsubj 2:nsubj _ -2 dislike dislike VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 Americans Americans PROPN NNPS Number=Plur 2 obj 2:obj _ +1 Parisians Parisian PROPN NNPS Number=Plur 2 nsubj 2:nsubj _ +2 dislike dislike VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 Americans American PROPN NNPS Number=Plur 2 obj 2:obj _ 4 for for ADP IN _ 6 case 6:case _ -5 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 lack lack NOUN NN Number=Sing 2 obl 2:obl:for _ 7 of of ADP IN _ 8 mark 8:mark _ 8 speaking speak VERB VBG VerbForm=Ger 6 acl 6:acl:of _ 9 French French PROPN NNP Number=Sing 8 obj 8:obj _ 10 and and CCONJ CC _ 13 cc 13:cc _ 11 proper proper ADJ JJ Degree=Pos 13 amod 13:amod _ -12 French french ADJ JJ Degree=Pos 13 amod 13:amod _ +12 French French ADJ JJ Degree=Pos 13 amod 13:amod _ 13 manners manners NOUN NNS Number=Plur 8 conj 6:acl:of|8:conj:and SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ @@ -160100,10 +160191,10 @@ 7 restaurant restaurant NOUN NN Number=Sing 5 obj 5:obj _ 8 because because SCONJ IN _ 10 mark 10:mark _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj|29:nsubj _ -10 ordered order VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:because _ +10 ordered order VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:because _ 11 water water NOUN NN Number=Sing 10 obj 10:obj _ 12 with with ADP IN _ 14 case 14:case _ -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 meal meal NOUN NN Number=Sing 10 obl 10:obl:with _ 15 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No 16 apparently apparently ADV RB _ 20 advmod 20:advmod _ @@ -160113,7 +160204,7 @@ 20 washing wash VERB VBG Tense=Pres|VerbForm=Part 10 parataxis 10:parataxis _ 21 down down ADP RP _ 20 compound:prt 20:compound:prt SpaceAfter=No 22 " " PUNCT '' _ 20 punct 20:punct _ -23 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +23 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 food food NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No 25 " " PUNCT '' _ 20 punct 20:punct SpaceAfter=No 26 ) ) PUNCT -RRB- _ 20 punct 20:punct _ @@ -160126,7 +160217,7 @@ # sent_id = answers-20111108084416AAoPgBv_ans-0014 # text = You'll need to have intermediate French to have a good time in Paris. 1-2 You'll _ _ _ _ _ _ _ _ -1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj|9:nsubj:xsubj _ +1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 2 'll will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 need need VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ @@ -160134,7 +160225,7 @@ 6 intermediate intermediate ADJ JJ Degree=Pos 7 amod 7:amod _ 7 French French PROPN NNP Number=Sing 5 obj 5:obj _ 8 to to PART TO _ 9 mark 9:mark _ -9 have have VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ +9 have have VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 11 good good ADJ JJ Degree=Pos 12 amod 12:amod _ 12 time time NOUN NN Number=Sing 9 obj 9:obj _ @@ -160145,29 +160236,29 @@ # sent_id = answers-20111108084416AAoPgBv_ans-0015 # text = However, outside Paris everybody is wonderful. 1 However however ADV RB _ 7 advmod 7:advmod SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 outside outside ADP IN _ 4 case 4:case _ 4 Paris Paris PROPN NNP Number=Sing 7 obl 7:obl:outside _ -5 everybody everybody PRON NN Number=Sing 7 nsubj 7:nsubj _ +5 everybody everybody PRON NN Number=Sing|PronType=Tot 7 nsubj 7:nsubj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 7 wonderful wonderful ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 8 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108084416AAoPgBv_ans-0016 # text = Nobody likes the Parisians, even then Parisians don't like Parisians. -1 Nobody nobody PRON NN Number=Sing 2 nsubj 2:nsubj _ +1 Nobody nobody PRON NN Number=Sing|PronType=Neg 2 nsubj 2:nsubj _ 2 likes like VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 Parisians Parisians PROPN NNPS Number=Plur 2 obj 2:obj SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ +4 Parisians Parisian PROPN NNPS Number=Plur 2 obj 2:obj SpaceAfter=No +5 , , PUNCT , _ 11 punct 11:punct _ 6 even even ADV RB _ 8 advmod 8:advmod _ -7 then the DET DT Typo=Yes 8 det 8:det _ -8 Parisians Parisians PROPN NNPS Number=Plur 11 nsubj 11:nsubj _ +7 then the DET DT Definite=Def|PronType=Art|Typo=Yes 8 det 8:det CorrectForm=the +8 Parisians Parisian PROPN NNPS Number=Plur 11 nsubj 11:nsubj _ 9-10 don't _ _ _ _ _ _ _ _ -9 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 n't not PART RB _ 11 advmod 11:advmod _ 11 like like VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ -12 Parisians Parisians PROPN NNPS Number=Plur 11 obj 11:obj SpaceAfter=No +12 Parisians Parisian PROPN NNPS Number=Plur 11 obj 11:obj SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108084416AAoPgBv_ans-0017 @@ -160176,7 +160267,7 @@ 2 France France PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 wonderful wonderful ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 9 punct 9:punct _ 6 right right ADV RB _ 9 advmod 9:advmod _ 7 on on ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -160192,7 +160283,7 @@ 4 and and CCONJ CC _ 9 cc 9:cc _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 people people NOUN NNS Number=Plur 9 nsubj 9:nsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 extremely extremely ADV RB _ 9 advmod 9:advmod _ 9 friendly friendly ADJ JJ Degree=Pos 3 conj 3:conj:and SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ @@ -160200,13 +160291,13 @@ # sent_id = answers-20111108084416AAoPgBv_ans-0019 # text = I used to live in London for 6 months and it's by far one of my favorite places to be in the world (I've been to 45 countries in 5 years). 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 used use VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 live live VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 in in ADP IN _ 6 case 6:case _ 6 London London PROPN NNP Number=Sing 4 obl 4:obl:in _ 7 for for ADP IN _ 9 case 9:case _ -8 6 6 NUM CD NumType=Card 9 nummod 9:nummod _ +8 6 6 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 months month NOUN NNS Number=Plur 4 obl 4:obl:for _ 10 and and CCONJ CC _ 15 cc 15:cc _ 11-12 it's _ _ _ _ _ _ _ _ @@ -160214,9 +160305,9 @@ 12 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 13 by by ADP IN _ 14 case 14:case _ 14 far far ADV RB Degree=Pos 15 obl 15:obl:by _ -15 one one NUM CD NumType=Card 2 conj 2:conj:and _ +15 one one NUM CD NumForm=Word|NumType=Card 2 conj 2:conj:and _ 16 of of ADP IN _ 19 case 19:case _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 18 favorite favorite ADJ JJ Degree=Pos 19 amod 19:amod _ 19 places place NOUN NNS Number=Plur 15 nmod 15:nmod:of _ 20 to to PART TO _ 24 mark 24:mark _ @@ -160225,21 +160316,22 @@ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 world world NOUN NN Number=Sing 19 acl 19:acl:in _ 25 ( ( PUNCT -LRB- _ 31 punct 31:punct SpaceAfter=No -26 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 31 nsubj 31:nsubj SpaceAfter=No -27 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ +26-27 I've _ _ _ _ _ _ _ _ +26 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 31 nsubj 31:nsubj _ +27 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ 28 been be AUX VBN Tense=Past|VerbForm=Part 31 cop 31:cop _ 29 to to ADP IN _ 31 case 31:case _ -30 45 45 NUM CD NumType=Card 31 nummod 31:nummod _ +30 45 45 NUM CD NumForm=Digit|NumType=Card 31 nummod 31:nummod _ 31 countries country NOUN NNS Number=Plur 2 parataxis 2:parataxis _ 32 in in ADP IN _ 34 case 34:case _ -33 5 5 NUM CD NumType=Card 34 nummod 34:nummod _ +33 5 5 NUM CD NumForm=Digit|NumType=Card 34 nummod 34:nummod _ 34 years year NOUN NNS Number=Plur 31 obl 31:obl:in SpaceAfter=No 35 ) ) PUNCT -RRB- _ 31 punct 31:punct SpaceAfter=No 36 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108084416AAoPgBv_ans-0020 # text = Everything about the place is magical and the people are mostly friendly. -1 Everything everything PRON NN Number=Sing 6 nsubj 6:nsubj _ +1 Everything everything PRON NN Number=Sing|PronType=Tot 6 nsubj 6:nsubj _ 2 about about ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 place place NOUN NN Number=Sing 1 nmod 1:nmod:about _ @@ -160248,7 +160340,7 @@ 7 and and CCONJ CC _ 12 cc 12:cc _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 people people NOUN NNS Number=Plur 12 nsubj 12:nsubj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 mostly mostly ADV RB _ 12 advmod 12:advmod _ 12 friendly friendly ADJ JJ Degree=Pos 6 conj 6:conj:and SpaceAfter=No 13 . . PUNCT . _ 6 punct 6:punct _ @@ -160256,52 +160348,52 @@ # sent_id = answers-20111108084416AAoPgBv_ans-0021 # text = However, if you're allowed another option and you want a small-town feel, then head to Edinburgh, Scotland. 1 However however ADV RB _ 19 advmod 19:advmod SpaceAfter=No -2 , , PUNCT , _ 19 punct 19:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 if if SCONJ IN _ 6 mark 6:mark _ 4-5 you're _ _ _ _ _ _ _ _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj:pass 6:nsubj:pass _ -5 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ +5 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ 6 allowed allow VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 advcl 19:advcl:if _ -7 another another DET DT _ 8 det 8:det _ +7 another another DET DT PronType=Ind 8 det 8:det _ 8 option option NOUN NN Number=Sing 6 obj 6:obj _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -11 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and|19:advcl:if _ +11 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and|19:advcl:if _ 12 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 13 small small ADJ JJ Degree=Pos 15 amod 15:amod SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No 15 town town NOUN NN Number=Sing 16 compound 16:compound _ 16 feel feel NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No -17 , , PUNCT , _ 19 punct 19:punct _ +17 , , PUNCT , _ 6 punct 6:punct _ 18 then then ADV RB PronType=Dem 19 advmod 19:advmod _ -19 head head VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +19 head head VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 20 to to ADP IN _ 21 case 21:case _ 21 Edinburgh Edinburgh PROPN NNP Number=Sing 19 obl 19:obl:to SpaceAfter=No -22 , , PUNCT , _ 21 punct 21:punct _ +22 , , PUNCT , _ 23 punct 23:punct _ 23 Scotland Scotland PROPN NNP Number=Sing 21 appos 21:appos SpaceAfter=No 24 . . PUNCT . _ 19 punct 19:punct _ # sent_id = answers-20111108084416AAoPgBv_ans-0022 # text = I lived there for 8 months. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 lived live VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 lived live VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 there there ADV RB PronType=Dem 2 advmod 2:advmod _ 4 for for ADP IN _ 6 case 6:case _ -5 8 8 NUM CD NumType=Card 6 nummod 6:nummod _ +5 8 8 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 months month NOUN NNS Number=Plur 2 obl 2:obl:for SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108084416AAoPgBv_ans-0023 # newpar id = answers-20111108084416AAoPgBv_ans-p0005 # text = If your French is good/moderate, then head to Paris without a doubt. -1 If if SCONJ IN _ 7 mark 7:mark _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ -3 French French PROPN NNP Number=Sing 7 nsubj 7:nsubj _ -4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ -5 good good ADJ JJ Degree=Pos 10 advcl 10:advcl SpaceAfter=No -6 / / PUNCT , _ 7 cc 7:cc SpaceAfter=No +1 If if SCONJ IN _ 5 mark 5:mark _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +3 French French PROPN NNP Number=Sing 5 nsubj 5:nsubj _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +5 good good ADJ JJ Degree=Pos 10 advcl 10:advcl:if SpaceAfter=No +6 / / SYM , _ 7 cc 7:cc SpaceAfter=No 7 moderate moderate ADJ JJ Degree=Pos 5 conj 5:conj|10:advcl:if SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +8 , , PUNCT , _ 5 punct 5:punct _ 9 then then ADV RB PronType=Dem 10 advmod 10:advmod _ 10 head head VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 11 to to ADP IN _ 12 case 12:case _ @@ -160320,31 +160412,31 @@ 5 staying stay VERB VBG VerbForm=Ger 4 xcomp 4:xcomp _ 6 with with ADP IN _ 9 case 9:case _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -8 French french ADJ JJ Degree=Pos 9 amod 9:amod _ +8 French French ADJ JJ Degree=Pos 9 amod 9:amod _ 9 family family NOUN NN Number=Sing 5 obl 5:obl:with SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108084416AAoPgBv_ans-0025 # text = I did this at age 13 in Champagne, France and it was the most amazing experice of my upbringing. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 did do VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 this this PRON DT Number=Sing|PronType=Dem 2 obj 2:obj _ 4 at at ADP IN _ 5 case 5:case _ 5 age age NOUN NN Number=Sing 2 obl 2:obl:at _ -6 13 13 NUM CD NumType=Card 5 nummod 5:nummod _ +6 13 13 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 7 in in ADP IN _ 8 case 8:case _ 8 Champagne Champagne PROPN NNP Number=Sing 2 obl 2:obl:in SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 France France PROPN NNP Number=Sing 8 appos 8:appos _ 11 and and CCONJ CC _ 17 cc 17:cc _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 cop 17:cop _ 14 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -15 most most ADV RBS _ 16 advmod 16:advmod _ +15 most most ADV RBS Degree=Sup 16 advmod 16:advmod _ 16 amazing amazing ADJ JJ Degree=Pos 17 amod 17:amod _ 17 experice experice NOUN NN Number=Sing 2 conj 2:conj:and _ 18 of of ADP IN _ 20 case 20:case _ -19 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 upbringing upbringing NOUN NN Number=Sing 17 nmod 17:nmod:of SpaceAfter=No 21 . . PUNCT . _ 2 punct 2:punct _ @@ -160358,12 +160450,12 @@ 4 have have VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 7 mark 7:mark _ 6 be be AUX VB VerbForm=Inf 7 aux:pass 7:aux:pass _ -7 paid pay VERB VBN Tense=Past|VerbForm=Part 4 xcomp 4:xcomp _ -8 first first ADV RB _ 7 advmod 7:advmod _ +7 paid pay VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 xcomp 4:xcomp _ +8 first first ADV RB NumForm=Word|NumType=Ord 7 advmod 7:advmod _ 9 to to PART TO _ 10 mark 10:mark _ 10 come come VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ 11 to to ADP IN _ 12 case 12:case _ -12 canada canada PROPN NNP Number=Sing 10 obl 10:obl:to SpaceAfter=No +12 canada Canada PROPN NNP Number=Sing 10 obl 10:obl:to SpaceAfter=No 13 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108101024AANYJpw_ans-0002 @@ -160371,7 +160463,7 @@ # text = There is NO such thing as a BTA. 1 There there PRON EX _ 2 expl 2:expl _ 2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 NO no DET DT _ 5 det 5:det _ +3 NO no DET DT PronType=Neg 5 det 5:det _ 4 such such ADJ JJ Degree=Pos 5 amod 5:amod _ 5 thing thing NOUN NN Number=Sing 2 nsubj 2:nsubj _ 6 as as ADP IN _ 8 case 8:case _ @@ -160385,11 +160477,11 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 term term NOUN NN Number=Sing 0 root 0:root _ -5 invented invent VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +5 invented invent VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ 6 by by ADP IN _ 9 case 9:case _ 7 online online ADJ JJ Degree=Pos 9 amod 9:amod _ 8 romance romance NOUN NN Number=Sing 9 compound 9:compound _ -9 scammers scammer NOUN NNS Number=Plur 5 obl 5:obl:by _ +9 scammers scammer NOUN NNS Number=Plur 5 obl:agent 5:obl:agent _ # sent_id = answers-20111108101024AANYJpw_ans-0004 # text = http://www.country-couples.co.uk/datingtips/basic-travel-allowance-bta-dating-scam/ @@ -160398,25 +160490,25 @@ # sent_id = answers-20111108101024AANYJpw_ans-0005 # text = "Second only to flight money, the Basic Travel Allowance (BTA) is the scammers highest paying income. 1 " " PUNCT `` _ 21 punct 21:punct SpaceAfter=No -2 Second second ADJ JJ Degree=Pos|NumType=Ord 11 amod 11:amod _ +2 Second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 11 amod 11:amod _ 3 only only ADV RB _ 6 advmod 6:advmod _ 4 to to ADP IN _ 6 case 6:case _ 5 flight flight NOUN NN Number=Sing 6 compound 6:compound _ 6 money money NOUN NN Number=Sing 2 obl 2:obl:to SpaceAfter=No -7 , , PUNCT , _ 21 punct 21:punct _ +7 , , PUNCT , _ 2 punct 2:punct _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -9 Basic Basic PROPN NNP Number=Sing 11 compound 11:compound _ +9 Basic Basic ADJ NNP Degree=Pos 11 amod 11:amod _ 10 Travel Travel PROPN NNP Number=Sing 11 compound 11:compound _ 11 Allowance Allowance PROPN NNP Number=Sing 21 nsubj 21:nsubj _ -12 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No +12 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No 13 BTA BTA PROPN NNP Number=Sing 11 appos 11:appos SpaceAfter=No -14 ) ) PUNCT -RRB- _ 11 punct 11:punct _ +14 ) ) PUNCT -RRB- _ 13 punct 13:punct _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17-18 scammers _ _ _ _ _ _ _ _ 17 scammer scammer NOUN NN Number=Sing 21 nmod:poss 21:nmod:poss _ -18 s 's PART POS _ 17 case 17:case _ -19 highest highest ADV RBS Degree=Sup 20 compound 20:compound _ +18 s 's PART POS Typo=Yes 17 case 17:case CorrectForm='s +19 highest high ADV RBS Degree=Sup 20 compound 20:compound _ 20 paying pay VERB VBG VerbForm=Ger 21 amod 21:amod _ 21 income income NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 22 . . PUNCT . _ 21 punct 21:punct _ @@ -160424,28 +160516,28 @@ # sent_id = answers-20111108101024AANYJpw_ans-0006 # text = Also known as the Personal Travel Allowance, Travellers Allowance Fee, Travellers Assistance Fund, Travellers Assurance Fund and numerous other forms of “I have to have wodges of your cash or they won’t let me fly”. 1 Also also ADV RB _ 2 advmod 2:advmod _ -2 known know VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +2 known know VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 3 as as ADP IN _ 7 case 7:case _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -5 Personal Personal PROPN NNP Number=Sing 7 compound 7:compound _ +5 Personal Personal ADJ NNP Degree=Pos 7 amod 7:amod _ 6 Travel Travel PROPN NNP Number=Sing 7 compound 7:compound _ 7 Allowance Allowance PROPN NNP Number=Sing 2 obl 2:obl:as SpaceAfter=No 8 , , PUNCT , _ 12 punct 12:punct _ 9-10 Travellers _ _ _ _ _ _ _ _ 9 Traveller Traveller PROPN NNP Number=Sing 12 nmod:poss 12:nmod:poss _ -10 s 's PART POS _ 9 case 9:case _ +10 s 's PART POS Typo=Yes 9 case 9:case CorrectForm='s 11 Allowance Allowance PROPN NNP Number=Sing 12 compound 12:compound _ 12 Fee Fee PROPN NNP Number=Sing 7 conj 2:obl:as|7:conj:and SpaceAfter=No 13 , , PUNCT , _ 17 punct 17:punct _ 14-15 Travellers _ _ _ _ _ _ _ _ 14 Traveller Traveller PROPN NNP Number=Sing 17 nmod:poss 17:nmod:poss _ -15 s 's PART POS _ 14 case 14:case _ +15 s 's PART POS Typo=Yes 14 case 14:case CorrectForm='s 16 Assistance Assistance PROPN NNP Number=Sing 17 compound 17:compound _ 17 Fund Fund PROPN NNP Number=Sing 7 conj 2:obl:as|7:conj:and SpaceAfter=No 18 , , PUNCT , _ 22 punct 22:punct _ 19-20 Travellers _ _ _ _ _ _ _ _ 19 Traveller Traveller PROPN NNP Number=Sing 22 nmod:poss 22:nmod:poss _ -20 s 's PART POS _ 19 case 19:case _ +20 s 's PART POS Typo=Yes 19 case 19:case CorrectForm='s 21 Assurance Assurance PROPN NNP Number=Sing 22 compound 22:compound _ 22 Fund Fund PROPN NNP Number=Sing 7 conj 2:obl:as|7:conj:and _ 23 and and CCONJ CC _ 26 cc 26:cc _ @@ -160455,12 +160547,12 @@ 27 of of ADP IN _ 30 mark 30:mark _ 28 “ " PUNCT `` _ 30 punct 30:punct SpaceAfter=No 29 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 30 nsubj 30:nsubj|32:nsubj:xsubj _ -30 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 acl 26:acl:of _ +30 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 26 acl 26:acl:of _ 31 to to PART TO _ 32 mark 32:mark _ 32 have have VERB VB VerbForm=Inf 30 xcomp 30:xcomp _ 33 wodges wodge NOUN NNS Number=Plur 32 obj 32:obj _ 34 of of ADP IN _ 36 case 36:case _ -35 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ +35 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ 36 cash cash NOUN NN Number=Sing 33 nmod 33:nmod:of _ 37 or or CCONJ CC _ 41 cc 41:cc _ 38 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 41 nsubj 41:nsubj _ @@ -160470,18 +160562,18 @@ 41 let let VERB VB VerbForm=Inf 30 conj 26:acl:of|30:conj:or _ 42 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 41 obj 41:obj|43:nsubj:xsubj _ 43 fly fly VERB VB VerbForm=Inf 41 xcomp 41:xcomp SpaceAfter=No -44 ” " PUNCT '' _ 2 punct 2:punct SpaceAfter=No +44 ” " PUNCT '' _ 30 punct 30:punct SpaceAfter=No 45 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108101024AANYJpw_ans-0007 # text = Let’s get this over with now… 1-2 Let’s _ _ _ _ _ _ _ _ 1 Let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 ’s us PRON PRP _ 1 obj 1:obj|3:nsubj:xsubj _ +2 ’s we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ 3 get get VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 this this PRON DT Number=Sing|PronType=Dem 3 obj 3:obj|5:nsubj:xsubj _ 5 over over ADV RB _ 3 xcomp 3:xcomp _ -6 with with ADV RB _ 4 advmod 4:advmod _ +6 with with ADV RB _ 5 compound 5:compound _ 7 now now ADV RB _ 3 advmod 3:advmod SpaceAfter=No 8 … . PUNCT . _ 1 punct 1:punct _ @@ -160489,14 +160581,14 @@ # text = THERE IS NO SUCH THING any more, anywhere, it’s an online dating scam." 1 THERE there PRON EX _ 2 expl 2:expl _ 2 IS be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 NO no DET DT _ 5 det 5:det _ +3 NO no DET DT PronType=Neg 5 det 5:det _ 4 SUCH such ADJ JJ Degree=Pos 5 amod 5:amod _ 5 THING thing NOUN NN Number=Sing 2 nsubj 2:nsubj _ 6 any any ADV RB _ 7 advmod 7:advmod _ -7 more more ADV RBR _ 2 advmod 2:advmod SpaceAfter=No -8 , , PUNCT , _ 2 punct 2:punct _ +7 more more ADV RBR Degree=Cmp 2 advmod 2:advmod SpaceAfter=No +8 , , PUNCT , _ 9 punct 9:punct _ 9 anywhere anywhere ADV RB _ 2 advmod 2:advmod SpaceAfter=No -10 , , PUNCT , _ 2 punct 2:punct _ +10 , , PUNCT , _ 16 punct 16:punct _ 11-12 it’s _ _ _ _ _ _ _ _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 12 ’s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ @@ -160516,11 +160608,11 @@ 1 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No 2 THERE there PRON EX _ 3 expl 3:expl _ 3 IS be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 NO no DET DT _ 6 det 6:det _ +4 NO no DET DT PronType=Neg 6 det 6:det _ 5 SUCH such ADJ JJ Degree=Pos 6 amod 6:amod _ 6 THING thing NOUN NN Number=Sing 3 nsubj 3:nsubj _ 7 AS as ADP IN _ 10 case 10:case _ -8 BASIC BASIC PROPN NNP Number=Sing 10 compound 10:compound _ +8 BASIC BASIC ADJ NNP Degree=Pos 10 amod 10:amod _ 9 TRAVEL TRAVEL PROPN NNP Number=Sing 10 compound 10:compound _ 10 ALLOWANCE ALLOWANCE PROPN NNP Number=Sing 6 nmod 6:nmod:as SpaceAfter=No 11 !! !! PUNCT . _ 3 punct 3:punct _ @@ -160529,10 +160621,10 @@ # text = Please remember: there is NO such thing. 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 remember remember VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 5 punct 5:punct _ 4 there there PRON EX _ 5 expl 5:expl _ 5 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ -6 NO no DET DT _ 8 det 8:det _ +6 NO no DET DT PronType=Neg 8 det 8:det _ 7 such such ADJ JJ Degree=Pos 8 amod 8:amod _ 8 thing thing NOUN NN Number=Sing 5 nsubj 5:nsubj SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ @@ -160541,12 +160633,12 @@ # text = There is NO such requirement, in any country of the world. 1 There there PRON EX _ 2 expl 2:expl _ 2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 NO no DET DT _ 5 det 5:det _ +3 NO no DET DT PronType=Neg 5 det 5:det _ 4 such such ADJ JJ Degree=Pos 5 amod 5:amod _ 5 requirement requirement NOUN NN Number=Sing 2 nsubj 2:nsubj SpaceAfter=No -6 , , PUNCT , _ 2 punct 2:punct _ +6 , , PUNCT , _ 9 punct 9:punct _ 7 in in ADP IN _ 9 case 9:case _ -8 any any DET DT _ 9 det 9:det _ +8 any any DET DT PronType=Ind 9 det 9:det _ 9 country country NOUN NN Number=Sing 2 obl 2:obl:in _ 10 of of ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -160576,7 +160668,7 @@ 7 confirm confirm VERB VB VerbForm=Inf 0 root 0:root _ 8 there there PRON EX _ 9 expl 9:expl _ 9 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ -10 NO no DET DT _ 12 det 12:det _ +10 NO no DET DT PronType=Neg 12 det 12:det _ 11 such such ADJ JJ Degree=Pos 12 amod 12:amod _ 12 thing thing NOUN NN Number=Sing 9 nsubj 9:nsubj _ 13 as as ADP IN _ 15 case 15:case _ @@ -160585,7 +160677,7 @@ 16 to to ADP IN _ 17 case 17:case _ 17 Canada Canada PROPN NNP Number=Sing 15 nmod 15:nmod:to _ 18 and and CCONJ CC _ 25 cc 25:cc _ -19 anyone anyone PRON NN Number=Sing 25 nsubj 25:nsubj _ +19 anyone anyone PRON NN Number=Sing|PronType=Ind 25 nsubj 25:nsubj _ 20 asking ask VERB VBG VerbForm=Ger 19 acl 19:acl _ 21 for for ADP IN _ 22 case 22:case _ 22 this this PRON DT Number=Sing|PronType=Dem 20 obl 20:obl:for _ @@ -160600,7 +160692,7 @@ 2 pray pray VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 8 mark 8:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -5 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +5 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 6 not not PART RB _ 8 advmod 8:advmod _ 7 ever ever ADV RB _ 8 advmod 8:advmod _ 8 given give VERB VBN Tense=Past|VerbForm=Part 2 ccomp 2:ccomp _ @@ -160609,13 +160701,13 @@ 11 enough enough ADJ JJ Degree=Pos 12 amod 12:amod _ 12 information information NOUN NN Number=Sing 8 obj 8:obj _ 13 for for SCONJ IN _ 18 mark 18:mark _ -14 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 identity identity NOUN NN Number=Sing 18 nsubj:pass 18:nsubj:pass _ 16 to to PART TO _ 18 mark 18:mark _ 17 be be AUX VB VerbForm=Inf 18 aux:pass 18:aux:pass _ 18 stolen steal VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 acl 12:acl:for _ -19 - - PUNCT : _ 12 punct 12:punct _ -20 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +19 - - PUNCT : _ 20 punct 20:punct _ +20 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 21 full full ADJ JJ Degree=Pos 22 amod 22:amod _ 22 name name NOUN NN Number=Sing 12 appos 12:appos SpaceAfter=No 23 , , PUNCT , _ 24 punct 24:punct _ @@ -160623,12 +160715,12 @@ 25 , , PUNCT , _ 27 punct 27:punct _ 26 home home NOUN NN Number=Sing 27 compound 27:compound _ 27 address address NOUN NN Number=Sing 12 conj 8:obj|12:conj SpaceAfter=No -28 , , PUNCT , _ 27 punct 27:punct _ -29 etc etc X FW _ 12 conj 8:obj|12:conj _ +28 , , PUNCT , _ 29 punct 29:punct _ +29 etc etc. NOUN FW Abbr=Yes|Number=Plur 12 conj 8:obj|12:conj _ 30 or or CCONJ CC _ 35 cc 35:cc _ 31 that that SCONJ IN _ 35 mark 35:mark _ 32 you you PRON PRP Case=Nom|Person=2|PronType=Prs 35 nsubj:pass 35:nsubj:pass _ -33 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 35 aux:pass 35:aux:pass _ +33 were be AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 35 aux:pass 35:aux:pass _ 34 not not PART RB _ 35 advmod 35:advmod _ 35 conned con VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 conj 2:ccomp|8:conj:or _ 36 into into SCONJ IN _ 37 mark 37:mark _ @@ -160646,22 +160738,22 @@ 6 to to PART TO _ 7 mark 7:mark _ 7 visit visit VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ 8 you you PRON PRP Case=Acc|Person=2|PronType=Prs 7 obj 7:obj _ -9 - - PUNCT : _ 5 punct 5:punct _ +9 - - PUNCT : _ 18 punct 18:punct _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 whole whole ADJ JJ Degree=Pos 12 amod 12:amod _ -12 point point NOUN NN Number=Sing 16 nsubj 16:nsubj _ +12 point point NOUN NN Number=Sing 18 nsubj:outer 18:nsubj:outer _ 13 of of ADP IN _ 15 case 15:case _ 14 this this DET DT Number=Sing|PronType=Dem 15 det 15:det _ 15 scam scam NOUN NN Number=Sing 12 nmod 12:nmod:of _ -16 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ +16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 17 to to PART TO _ 18 mark 18:mark _ -18 gain gain VERB VB VerbForm=Inf 16 ccomp 16:ccomp _ -19 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +18 gain gain VERB VB VerbForm=Inf 5 parataxis 5:parataxis _ +19 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 trust trust NOUN NN Number=Sing 18 obj 18:obj _ 21 enough enough ADV RB _ 18 advmod 18:advmod _ 22 to to PART TO _ 23 mark 23:mark _ 23 steal steal VERB VB VerbForm=Inf 21 advcl 21:advcl:to _ -24 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 money money NOUN NN Number=Sing 23 obj 23:obj _ 26 and and CCONJ CC _ 27 cc 27:cc _ 27 identity identity NOUN NN Number=Sing 25 conj 23:obj|25:conj:and _ @@ -160673,7 +160765,7 @@ 3 Anti-Fraud Anti-Fraud PROPN NNP Number=Sing 4 compound 4:compound _ 4 Centre Centre PROPN NNP Number=Sing 1 obj 1:obj|6:nsubj:xsubj _ 5 to to PART TO _ 6 mark 6:mark _ -6 report report VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ +6 report report VERB VB VerbForm=Inf 1 advcl 1:advcl:to _ 7 this this PRON DT Number=Sing|PronType=Dem 6 obj 6:obj _ 8 http://www.antifraudcentre-centreantifraude.ca/english/home-eng.html http://www.antifraudcentre-centreantifraude.ca/english/home-eng.html X ADD _ 1 parataxis 1:parataxis _ @@ -160697,7 +160789,7 @@ # sent_id = answers-20111108101024AANYJpw_ans-0020 # text = 100% SCAM. -1 100 100 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No +1 100 100 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No 2 % % SYM NN Number=Sing 3 compound 3:compound _ 3 SCAM scam NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ @@ -160706,12 +160798,12 @@ # text = cut of all contact and tighten up your PC security. 1 cut cut VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 of of ADP RP _ 1 compound:prt 1:compound:prt _ -3 all all DET DT _ 4 det 4:det _ +3 all all DET DT PronType=Tot 4 det 4:det _ 4 contact contact NOUN NN Number=Sing 1 obj 1:obj _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 tighten tighten VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ 7 up up ADP RP _ 6 compound:prt 6:compound:prt _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 PC PC PROPN NNP Number=Sing 10 compound 10:compound _ 10 security security NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No 11 . . PUNCT . _ 1 punct 1:punct _ @@ -160721,7 +160813,7 @@ # text = There is no such thing as a BTA or "Basic Travel Allowance"-this is 100% a scam-as the first poster said,cut off any and all contact with this person-they are NOT who or what they are claiming to be. 1 There there PRON EX _ 2 expl 2:expl _ 2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 5 det 5:det _ +3 no no DET DT PronType=Neg 5 det 5:det _ 4 such such ADJ JJ Degree=Pos 5 amod 5:amod _ 5 thing thing NOUN NN Number=Sing 2 nsubj 2:nsubj _ 6 as as ADP IN _ 8 case 8:case _ @@ -160729,45 +160821,45 @@ 8 BTA BTA PROPN NNP Number=Sing 5 nmod 5:nmod:as _ 9 or or CCONJ CC _ 13 cc 13:cc _ 10 " " PUNCT `` _ 13 punct 13:punct SpaceAfter=No -11 Basic Basic PROPN NNP Number=Sing 13 compound 13:compound _ +11 Basic Basic ADJ NNP Degree=Pos 13 amod 13:amod _ 12 Travel Travel PROPN NNP Number=Sing 13 compound 13:compound _ 13 Allowance Allowance PROPN NNP Number=Sing 8 conj 5:nmod:as|8:conj:or SpaceAfter=No 14 " " PUNCT '' _ 13 punct 13:punct SpaceAfter=No -15 - - PUNCT , _ 2 punct 2:punct SpaceAfter=No +15 - - PUNCT , _ 21 punct 21:punct SpaceAfter=No 16 this this PRON DT Number=Sing|PronType=Dem 21 nsubj 21:nsubj _ 17 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ -18 100 100 NUM CD NumType=Card 19 nummod 19:nummod SpaceAfter=No +18 100 100 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod SpaceAfter=No 19 % % SYM NN Number=Sing 21 nmod:npmod 21:nmod:npmod _ 20 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 21 scam scam NOUN NN Number=Sing 2 parataxis 2:parataxis SpaceAfter=No -22 - - PUNCT , _ 2 punct 2:punct SpaceAfter=No +22 - - PUNCT , _ 29 punct 29:punct SpaceAfter=No 23 as as SCONJ IN _ 27 mark 27:mark _ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -25 first first ADJ JJ Degree=Pos|NumType=Ord 26 amod 26:amod _ +25 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 26 amod 26:amod _ 26 poster poster NOUN NN Number=Sing 27 nsubj 27:nsubj _ -27 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 29 advcl 29:advcl:as SpaceAfter=No -28 , , PUNCT , _ 29 punct 29:punct SpaceAfter=No +27 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 29 advcl 29:advcl:as SpaceAfter=No +28 , , PUNCT , _ 27 punct 27:punct SpaceAfter=No 29 cut cut VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis _ 30 off off ADP RP _ 29 compound:prt 29:compound:prt _ -31 any any DET DT _ 34 compound 34:compound _ +31 any any DET DT PronType=Ind 34 det 34:det _ 32 and and CCONJ CC _ 33 cc 33:cc _ -33 all all DET DT _ 31 conj 31:conj:and|34:compound _ +33 all all DET DT PronType=Tot 31 conj 31:conj:and|34:det _ 34 contact contact NOUN NN Number=Sing 29 obj 29:obj _ 35 with with ADP IN _ 37 case 37:case _ 36 this this DET DT Number=Sing|PronType=Dem 37 det 37:det _ 37 person person NOUN NN Number=Sing 34 nmod 34:nmod:with SpaceAfter=No -38 - - PUNCT , _ 2 punct 2:punct SpaceAfter=No -39 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 40 nsubj 40:nsubj _ -40 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ -41 NOT not PART RB _ 40 advmod 40:advmod _ -42 who who PRON WP PronType=Int 47 obj 47:obj|49:nsubj:xsubj _ +38 - - PUNCT , _ 42 punct 42:punct SpaceAfter=No +39 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 42 nsubj 42:nsubj|44:nsubj _ +40 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 42 cop 42:cop _ +41 NOT not PART RB _ 42 advmod 42:advmod _ +42 who who PRON WP PronType=Rel 2 parataxis 2:parataxis _ 43 or or CCONJ CC _ 44 cc 44:cc _ -44 what what PRON WP PronType=Int 42 conj 42:conj:or|47:obj|49:nsubj:xsubj _ +44 what what PRON WP PronType=Rel 42 conj 42:conj:or _ 45 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 47 nsubj 47:nsubj _ -46 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 47 aux 47:aux _ -47 claiming claim VERB VBG Tense=Pres|VerbForm=Part 40 ccomp 40:ccomp _ +46 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 47 aux 47:aux _ +47 claiming claim VERB VBG Tense=Pres|VerbForm=Part 42 acl:relcl 42:acl:relcl|44:acl:relcl _ 48 to to PART TO _ 49 mark 49:mark _ -49 be be VERB VB VerbForm=Inf 47 xcomp 47:xcomp SpaceAfter=No +49 be be AUX VB VerbForm=Inf 47 xcomp 47:xcomp SpaceAfter=No 50 . . PUNCT . _ 2 punct 2:punct SpaceAfter=No # sent_id = answers-20111108101024AANYJpw_ans-0023 @@ -160781,14 +160873,15 @@ 7 government government NOUN NN Number=Sing 3 nmod 3:nmod:from _ 8 verifies verify VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 this this PRON DT Number=Sing|PronType=Dem 8 obj 8:obj SpaceAfter=No -10 - - PUNCT , _ 8 punct 8:punct SpaceAfter=No -11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj SpaceAfter=No +10 - - PUNCT , _ 14 punct 14:punct SpaceAfter=No +11-12 it's _ _ _ _ _ _ _ _ +11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 12 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 same same ADJ JJ Degree=Pos 8 parataxis 8:parataxis _ 15 for for ADP IN _ 16 case 16:case _ 16 Canada Canada PROPN NNP Number=Sing 14 obl 14:obl:for _ -17 , , PUNCT , _ 14 punct 14:punct SpaceAfter=No +17 , , PUNCT , _ 18 punct 18:punct SpaceAfter=No 18 too too ADV RB _ 14 advmod 14:advmod SpaceAfter=No 19 ..... ..... PUNCT . _ 8 punct 8:punct _ @@ -160802,9 +160895,9 @@ # text = How can i make my Jack Dempsey reproduce? 1 How how ADV WRB PronType=Int 4 advmod 4:advmod _ 2 can can AUX MD VerbForm=Fin 4 aux 4:aux _ -3 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +3 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 4 make make VERB VB VerbForm=Inf 0 root 0:root _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 Jack jack NOUN NN Number=Sing 7 compound 7:compound _ 7 Dempsey dempsey NOUN NN Number=Sing 4 obj 4:obj|8:nsubj:xsubj _ 8 reproduce reproduce VERB VB VerbForm=Inf 4 xcomp 4:xcomp SpaceAfter=No @@ -160813,34 +160906,34 @@ # sent_id = answers-20111108104551AAVAVQR_ans-0002 # newpar id = answers-20111108104551AAVAVQR_ans-p0002 # text = i have a Mature male and female they are together a lot but never laid eggs as far as i know can anyone help me figure out how to make them mate -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 Mature mature ADJ JJ Degree=Pos 5 amod 5:amod _ 5 male male NOUN NN Number=Sing 2 obj 2:obj _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 female female NOUN NN Number=Sing 5 conj 2:obj|5:conj:and _ -8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj|15:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj|15:nsubj _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 together together ADV RB _ 2 parataxis 2:parataxis _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 lot lot NOUN NN Number=Sing 10 obl:npmod 10:obl:npmod _ 13 but but CCONJ CC _ 15 cc 15:cc _ 14 never never ADV RB _ 15 advmod 15:advmod _ -15 laid lay VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 conj 10:obl:npmod|12:conj:but _ +15 laid lay VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 12 conj 10:obl:npmod|12:conj:but _ 16 eggs egg NOUN NNS Number=Plur 15 obj 15:obj _ 17 as as ADV RB _ 18 advmod 18:advmod _ 18 far far ADV RB Degree=Pos 15 advmod 15:advmod _ 19 as as SCONJ IN _ 21 mark 21:mark _ -20 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ -21 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:as _ +20 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ +21 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:as _ 22 can can AUX MD VerbForm=Fin 24 aux 24:aux _ -23 anyone anyone PRON NN Number=Sing 24 nsubj 24:nsubj _ +23 anyone anyone PRON NN Number=Sing|PronType=Ind 24 nsubj 24:nsubj _ 24 help help VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ 25 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 24 obj 24:obj|26:nsubj:xsubj _ 26 figure figure VERB VB VerbForm=Inf 24 xcomp 24:xcomp _ 27 out out ADP RP _ 26 compound:prt 26:compound:prt _ -28 how how SCONJ WRB PronType=Int 30 mark 30:mark _ +28 how how ADV WRB PronType=Int 30 advmod 30:advmod _ 29 to to PART TO _ 30 mark 30:mark _ 30 make make VERB VB VerbForm=Inf 26 ccomp 26:ccomp _ 31 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 30 obj 30:obj|32:nsubj:xsubj _ @@ -160853,9 +160946,9 @@ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 issue issue NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 8 punct 8:punct _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj|11:nsubj:xsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +7 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 trying try VERB VBG VerbForm=Ger 4 parataxis 4:parataxis _ 9 to to PART TO _ 11 mark 11:mark _ 10 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No @@ -160867,17 +160960,17 @@ # sent_id = answers-20111108104551AAVAVQR_ans-0004 # text = This is like trying to Make 2 people get married. -1 This this PRON DT Number=Sing|PronType=Dem 2 nsubj 2:nsubj _ -2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 This this PRON DT Number=Sing|PronType=Dem 4 nsubj:outer 4:nsubj:outer _ +2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 like like SCONJ IN _ 4 mark 4:mark _ -4 trying try VERB VBG VerbForm=Ger 2 advcl 2:advcl:like _ +4 trying try VERB VBG VerbForm=Ger 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 Make make VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 2 2 NUM CD NumType=Card 8 nummod 8:nummod _ +7 2 2 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 8 people people NOUN NNS Number=Plur 6 obj 6:obj|10:nsubj:xsubj _ -9 get get AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ +9 get get AUX VB VerbForm=Inf 10 aux:pass 10:aux:pass _ 10 married marry VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 xcomp 6:xcomp SpaceAfter=No -11 . . PUNCT . _ 2 punct 2:punct _ +11 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108104551AAVAVQR_ans-0005 # text = It doesn't work. @@ -160890,9 +160983,9 @@ # sent_id = answers-20111108104551AAVAVQR_ans-0006 # text = First you need a compatible pair. -1 First first ADV RB _ 3 advmod 3:advmod _ +1 First first ADV RB NumForm=Word|NumType=Ord 3 advmod 3:advmod _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 compatible compatible ADJ JJ Degree=Pos 6 amod 6:amod _ 6 pair pair NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No @@ -160902,17 +160995,17 @@ # text = Sounds like your 2 at least tolerate each other, so there is hope there. 1 Sounds sound VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 like like SCONJ IN _ 7 mark 7:mark _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ -4 2 2 NUM CD NumType=Card 7 nsubj 7:nsubj _ -5 at at ADV RB _ 6 case 6:case _ -6 least least ADV RBS Degree=Sup 7 obl 7:obl:at _ -7 tolerate tolerate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp _ -8 each each DET DT _ 9 det 9:det _ -9 other other ADJ JJ Degree=Pos 7 obj 7:obj SpaceAfter=No +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +4 2 2 NUM CD NumForm=Digit|NumType=Card 7 nsubj 7:nsubj _ +5 at at ADP IN _ 6 case 6:case _ +6 least least ADJ JJS Degree=Sup 7 obl 7:obl:at _ +7 tolerate tolerate VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:like _ +8 each each DET DT ExtPos=PRON|PronType=Rcp 7 obj 7:obj _ +9 other other ADJ JJ Degree=Pos 8 fixed 8:fixed SpaceAfter=No 10 , , PUNCT , _ 13 punct 13:punct _ 11 so so ADV RB _ 13 advmod 13:advmod _ 12 there there PRON EX _ 13 expl 13:expl _ -13 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 conj 1:conj _ +13 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ 14 hope hope NOUN NN Number=Sing 13 nsubj 13:nsubj _ 15 there there ADV RB PronType=Dem 13 advmod 13:advmod SpaceAfter=No 16 . . PUNCT . _ 1 punct 1:punct _ @@ -160920,23 +161013,23 @@ # sent_id = answers-20111108104551AAVAVQR_ans-0008 # text = Then the need to be mature, that is, old enough, and big enough to breed. 1 Then then ADV RB PronType=Dem 3 advmod 3:advmod _ -2 the they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs|Typo=Yes 3 nsubj 3:nsubj _ -3 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 the they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs|Typo=Yes 3 nsubj 3:nsubj CorrectForm=they +3 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 6 mark 6:mark _ 5 be be AUX VB VerbForm=Inf 6 cop 6:cop _ 6 mature mature ADJ JJ Degree=Pos 3 advcl 3:advcl:to SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ -8 that that ADV RB _ 12 advmod 12:advmod _ +7 , , PUNCT , _ 11 punct 11:punct _ +8 that that ADV RB _ 11 advmod 11:advmod _ 9 is is ADV RB _ 8 fixed 8:fixed SpaceAfter=No -10 , , PUNCT , _ 12 punct 12:punct _ -11 old old ADJ JJ Degree=Pos 12 amod 12:amod _ -12 enough enough ADJ JJ Degree=Pos 6 appos 6:appos SpaceAfter=No -13 , , PUNCT , _ 16 punct 16:punct _ -14 and and CCONJ CC _ 16 cc 16:cc _ -15 big big ADJ JJ Degree=Pos 16 amod 16:amod _ -16 enough enough ADJ JJ Degree=Pos 6 conj 3:advcl:to|6:conj:and _ +10 , , PUNCT , _ 8 punct 8:punct _ +11 old old ADJ JJ Degree=Pos 6 appos 6:appos _ +12 enough enough ADV RB _ 11 advmod 11:advmod SpaceAfter=No +13 , , PUNCT , _ 15 punct 15:punct _ +14 and and CCONJ CC _ 15 cc 15:cc _ +15 big big ADJ JJ Degree=Pos 6 conj 3:advcl:to|6:conj:and _ +16 enough enough ADV RB _ 15 advmod 15:advmod _ 17 to to PART TO _ 18 mark 18:mark _ -18 breed breed VERB VB VerbForm=Inf 16 advcl 16:advcl:to SpaceAfter=No +18 breed breed VERB VB VerbForm=Inf 15 advcl 15:advcl:to SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108104551AAVAVQR_ans-0009 @@ -160945,19 +161038,19 @@ 2 may may AUX MD VerbForm=Fin 7 aux 7:aux _ 3 be be AUX VB VerbForm=Inf 7 cop 7:cop _ 4 around around ADV RB _ 7 advmod 7:advmod _ -5 1 1 NUM CD NumType=Card 7 compound 7:compound SpaceAfter=No -6 / / PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No -7 2 2 NUM CD NumType=Card 0 root 0:root _ +5 1 1 NUM CD NumForm=Digit|NumType=Card 7 compound 7:compound SpaceAfter=No +6 / / PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No +7 2 2 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ 8 of of ADP IN _ 12 case 12:case _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 10 full full ADJ JJ Degree=Pos 12 amod 12:amod _ 11 adult adult NOUN NN Number=Sing 12 compound 12:compound _ 12 size size NOUN NN Number=Sing 7 nmod 7:nmod:of SpaceAfter=No -13 , , PUNCT , _ 7 punct 7:punct _ +13 , , PUNCT , _ 18 punct 18:punct _ 14 probably probably ADV RB _ 18 advmod 18:advmod _ -15 4 4 NUM CD NumType=Card 18 nummod 18:nummod SpaceAfter=No +15 4 4 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod SpaceAfter=No 16 - - SYM SYM _ 17 case 17:case SpaceAfter=No -17 5 5 NUM CD NumType=Card 15 nmod 15:nmod SpaceAfter=No +17 5 5 NUM CD NumForm=Digit|NumType=Card 15 nmod 15:nmod SpaceAfter=No 18 " " NOUN NNS Number=Plur 7 appos 7:appos _ 19 for for ADP IN _ 21 case 21:case _ 20 those that DET DT Number=Plur|PronType=Dem 21 det 21:det _ @@ -160976,7 +161069,7 @@ 1 Large large ADJ JJ Degree=Pos 2 amod 2:amod _ 2 tank tank NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 3 , , PUNCT , _ 6 punct 6:punct _ -4 no no DET DT _ 6 det 6:det _ +4 no no DET DT PronType=Neg 6 det 6:det _ 5 annoying annoying ADJ JJ Degree=Pos 6 amod 6:amod _ 6 tankmates tankmate NOUN NNS Number=Plur 2 conj 2:conj:and SpaceAfter=No 7 , , PUNCT , _ 10 punct 10:punct _ @@ -160992,22 +161085,22 @@ # sent_id = answers-20111108104551AAVAVQR_ans-0012 # text = The difference is what they need to live, VS what's ideal for them. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 difference difference NOUN NN Number=Sing 6 nsubj 6:nsubj _ -3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -4 what what PRON WP PronType=Int 0 root 0:root _ +2 difference difference NOUN NN Number=Sing 4 nsubj 4:nsubj _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +4 what what PRON WP PronType=Rel 0 root 0:root|6:obj _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -6 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +6 need need VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 to to PART TO _ 8 mark 8:mark _ 8 live live VERB VB VerbForm=Inf 4 advcl 4:advcl:to SpaceAfter=No 9 , , PUNCT , _ 11 punct 11:punct _ -10 VS versus CCONJ CC Abbr=Yes 11 cc 11:cc _ +10 VS versus ADP IN Abbr=Yes 11 case 11:case _ 11-12 what's _ _ _ _ _ _ _ _ -11 what what PRON WP PronType=Int 4 conj 4:conj:vs _ +11 what what PRON WP PronType=Rel 4 obl 4:obl:versus|13:nsubj _ 12 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 13 ideal ideal ADJ JJ Degree=Pos 11 acl:relcl 11:acl:relcl _ 14 for for ADP IN _ 15 case 15:case _ 15 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 13 obl 13:obl:for SpaceAfter=No -16 . . PUNCT . _ 6 punct 6:punct _ +16 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108104551AAVAVQR_ans-0013 # text = Get that right, and they will mate when THEY are ready. @@ -161019,9 +161112,9 @@ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 7 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 8 mate mate VERB VB VerbForm=Inf 1 conj 1:conj:and _ -9 when when SCONJ WRB PronType=Int 12 mark 12:mark _ +9 when when ADV WRB PronType=Int 12 advmod 12:advmod _ 10 THEY they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 12 ready ready ADJ JJ Degree=Pos 8 advcl 8:advcl:when SpaceAfter=No 13 . . PUNCT . _ 1 punct 1:punct _ @@ -161034,7 +161127,7 @@ 4 MAKE make VERB VB VerbForm=Inf 0 root 0:root _ 5 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 4 obj 4:obj|6:nsubj:xsubj _ 6 mate mate VERB VB VerbForm=Inf 4 xcomp 4:xcomp SpaceAfter=No -7 , , PUNCT , _ 4 punct 4:punct _ +7 , , PUNCT , _ 11 punct 11:punct _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ 9 can can AUX MD VerbForm=Fin 11 aux 11:aux _ 10 only only ADV RB _ 11 advmod 11:advmod _ @@ -161051,7 +161144,7 @@ # text = Jack Dempseys are not an easy cichlid to breed. 1 Jack jack NOUN NN Number=Sing 2 compound 2:compound _ 2 Dempseys dempsey NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 not not PART RB _ 7 advmod 7:advmod _ 5 an a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 easy easy ADJ JJ Degree=Pos 7 amod 7:amod _ @@ -161066,9 +161159,9 @@ 2 of of ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 time time NOUN NN Number=Sing 1 nmod 1:nmod:of _ -5 one one NUM CD NumType=Card 8 nsubj 8:nsubj _ +5 one one NUM CD NumForm=Word|NumType=Card 8 nsubj 8:nsubj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ -7 more more ADV RBR _ 8 advmod 8:advmod _ +7 more more ADV RBR Degree=Cmp 8 advmod 8:advmod _ 8 interested interested ADJ JJ Degree=Pos 0 root 0:root _ 9 in in ADP IN _ 10 mark 10:mark _ 10 breeding breed VERB VBG VerbForm=Ger 8 advcl 8:advcl:in _ @@ -161079,27 +161172,27 @@ # sent_id = answers-20111108104551AAVAVQR_ans-0018 # text = Bredders take the one that in not very interested and put it alone in a breeeding tank for 3-5 days. -1 Bredders bredder NOUN NNS Number=Plur 2 nsubj 2:nsubj|11:nsubj _ -2 take take VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Bredders breeder NOUN NNS Number=Plur|Typo=Yes 2 nsubj 2:nsubj|11:nsubj CorrectForm=Breeders +2 take take VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 one one NUM CD NumType=Card 2 obj 2:obj|6:nsubj|9:nsubj:xsubj _ -5 that that PRON WDT PronType=Rel 6 nsubj 4:ref _ -6 in in VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ -7 not not PART RB _ 6 advmod 6:advmod _ -8 very very ADV RB _ 6 advmod 6:advmod _ -9 interested interested ADJ JJ Degree=Pos 6 xcomp 6:xcomp _ +4 one one NOUN NN Number=Sing 2 obj 2:obj|9:nsubj _ +5 that that PRON WDT PronType=Rel 9 nsubj 4:ref _ +6 in be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 9 cop 9:cop CorrectForm=is +7 not not PART RB _ 9 advmod 9:advmod _ +8 very very ADV RB _ 9 advmod 9:advmod _ +9 interested interested ADJ JJ Degree=Pos 4 acl:relcl 4:acl:relcl _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 put put VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +11 put put VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 12 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj _ -13 alone alone ADJ JJ Degree=Pos 11 advmod 11:advmod _ +13 alone alone ADJ JJ Degree=Pos 11 advcl 11:advcl _ 14 in in ADP IN _ 17 case 17:case _ 15 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ -16 breeeding breeeding NOUN NN Number=Sing 17 compound 17:compound _ +16 breeeding breeding NOUN NN Number=Sing|Typo=Yes 17 compound 17:compound CorrectForm=breeding 17 tank tank NOUN NN Number=Sing 11 obl 11:obl:in _ 18 for for ADP IN _ 22 case 22:case _ -19 3 3 NUM CD NumType=Card 22 nummod 22:nummod SpaceAfter=No +19 3 3 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod SpaceAfter=No 20 - - SYM SYM _ 21 case 21:case SpaceAfter=No -21 5 5 NUM CD NumType=Card 19 nmod 19:nmod _ +21 5 5 NUM CD NumForm=Digit|NumType=Card 19 nmod 19:nmod _ 22 days day NOUN NNS Number=Plur 11 obl 11:obl:for SpaceAfter=No 23 . . PUNCT . _ 2 punct 2:punct _ @@ -161112,30 +161205,30 @@ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 hide hide NOUN NN Number=Sing 7 compound 7:compound _ 7 space space NOUN NN Number=Sing 4 obj 4:obj _ -8 big big ADJ JJ Degree=Pos 9 amod 9:amod _ -9 enough enough ADJ JJ Degree=Pos 7 amod 7:amod _ +8 big big ADJ JJ Degree=Pos 7 amod 7:amod _ +9 enough enough ADV RB _ 8 advmod 8:advmod _ 10 for for ADP IN _ 12 case 12:case _ -11 one one NUM CD NumType=Card 12 nummod 12:nummod _ -12 fish fish NOUN NN Number=Sing 9 obl 9:obl:for SpaceAfter=No +11 one one NUM CD NumForm=Word|NumType=Card 12 nummod 12:nummod _ +12 fish fish NOUN NN Number=Sing 8 obl 8:obl:for SpaceAfter=No 13 , , PUNCT , _ 16 punct 16:punct _ 14 or or CCONJ CC _ 16 cc 16:cc _ 15 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ -16 few few NOUN NN Number=Sing 12 conj 9:obl:for|12:conj:or _ +16 few few ADJ JJ Degree=Pos 12 conj 9:obl:for|12:conj:or _ 17 of of ADP IN _ 18 case 18:case _ 18 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 16 nmod 16:nmod:of SpaceAfter=No 19 , , PUNCT , _ 24 punct 24:punct _ 20 but but CCONJ CC _ 24 cc 24:cc _ -21 at at ADV RB _ 22 case 22:case _ -22 least least ADV RBS Degree=Sup 23 nmod 23:nmod:at _ -23 1 1 NUM CD NumType=Card 24 nummod 24:nummod _ +21 at at ADP IN _ 22 case 22:case _ +22 least least ADJ JJS Degree=Sup 23 nmod 23:nmod:at _ +23 1 1 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod _ 24 cave cave NOUN NN Number=Sing 7 conj 4:obj|7:conj:but _ -25 big big ADJ JJ Degree=Pos 26 amod 26:amod _ -26 enough enough ADJ JJ Degree=Pos 24 amod 24:amod _ -27 for for ADP IN _ 31 mark 31:mark _ -28 two two NUM CD NumType=Card 29 nummod 29:nummod _ -29 fish fish NOUN NN Number=Plur 31 nsubj 31:nsubj _ +25 big big ADJ JJ Degree=Pos 24 amod 24:amod _ +26 enough enough ADV RB _ 25 advmod 25:advmod _ +27 for for SCONJ IN _ 31 mark 31:mark _ +28 two two NUM CD NumForm=Word|NumType=Card 29 nummod 29:nummod _ +29 fish fish NOUN NNS Number=Plur 31 nsubj 31:nsubj _ 30 to to PART TO _ 31 mark 31:mark _ -31 fit fit VERB VB VerbForm=Inf 26 advcl 26:advcl:to _ +31 fit fit VERB VB VerbForm=Inf 25 advcl 25:advcl:to _ 32 in in ADP IN _ 31 obl 31:obl SpaceAfter=No 33 . . PUNCT . _ 4 punct 4:punct _ @@ -161143,12 +161236,12 @@ # text = The p H should be 6.5-7. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 p p NOUN NN Number=Sing 3 compound 3:compound _ -3 H h NOUN NN Number=Sing 6 nsubj 6:nsubj _ +3 H H NOUN NN Number=Sing 6 nsubj 6:nsubj _ 4 should should AUX MD VerbForm=Fin 6 aux 6:aux _ 5 be be AUX VB VerbForm=Inf 6 cop 6:cop _ -6 6.5 6.5 NUM CD NumType=Card 0 root 0:root SpaceAfter=No +6 6.5 6.5 NUM CD NumForm=Digit|NumType=Frac 0 root 0:root SpaceAfter=No 7 - - SYM SYM _ 8 case 8:case SpaceAfter=No -8 7 7 NUM CD NumType=Card 6 nmod 6:nmod SpaceAfter=No +8 7 7 NUM CD NumForm=Digit|NumType=Card 6 nmod 6:nmod SpaceAfter=No 9 . . PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111108104551AAVAVQR_ans-0021 @@ -161156,7 +161249,7 @@ 1 Now now ADV RB _ 2 advmod 2:advmod _ 2 feed feed VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 one one NUM CD NumType=Card 2 iobj 2:iobj _ +4 one one NOUN NN Number=Sing 2 iobj 2:iobj _ 5 in in ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 breeding breeding NOUN NN Number=Sing 8 compound 8:compound _ @@ -161167,17 +161260,17 @@ 12 , , PUNCT , _ 13 punct 13:punct _ 13 blackworms blackworm NOUN NNS Number=Plur 11 conj 2:obj|11:conj:and_or _ 14 and and CCONJ CC _ 17 cc 17:cc SpaceAfter=No -15 / / PUNCT HYPH _ 16 cc 16:cc SpaceAfter=No -16 or or CCONJ CC _ 14 conj 14:conj|17:cc _ +15 / / SYM SYM _ 16 cc 16:cc SpaceAfter=No +16 or or CCONJ CC _ 14 conj 14:conj:slash|17:cc _ 17 earthworms earthworm NOUN NNS Number=Plur 11 conj 2:obj|11:conj:and_or _ 18 as as SCONJ IN _ 21 mark 21:mark _ 19 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj _ 20 can can AUX MD VerbForm=Fin 21 aux 21:aux _ 21 eat eat VERB VB VerbForm=Inf 10 advcl 10:advcl:as _ 22 for for ADP IN _ 26 case 26:case _ -23 3 3 NUM CD NumType=Card 26 nummod 26:nummod SpaceAfter=No +23 3 3 NUM CD NumForm=Digit|NumType=Card 26 nummod 26:nummod SpaceAfter=No 24 - - SYM SYM _ 25 case 25:case SpaceAfter=No -25 5 5 NUM CD NumType=Card 23 nmod 23:nmod _ +25 5 5 NUM CD NumForm=Digit|NumType=Card 23 nmod 23:nmod _ 26 days day NOUN NNS Number=Plur 21 obl 21:obl:for SpaceAfter=No 27 . . PUNCT . _ 2 punct 2:punct _ @@ -161203,13 +161296,13 @@ 9 may may AUX MD VerbForm=Fin 10 aux 10:aux _ 10 fight fight VERB VB VerbForm=Inf 4 conj 4:conj:and _ 11 so so ADV RB _ 16 advmod 16:advmod _ -12 ther the DET DT Typo=Yes 13 det 13:det _ -13 smaller smaller ADJ JJR Degree=Cmp 16 nsubj 16:nsubj _ -14 one one NUM CD NumType=Card 13 nummod 13:nummod _ +12 ther the DET DT Definite=Def|PronType=Art|Typo=Yes 13 det 13:det CorrectForm=the +13 smaller small ADJ JJR Degree=Cmp 16 nsubj 16:nsubj _ +14 one one NUM CD NumForm=Word|NumType=Card 13 nummod 13:nummod _ 15 can can AUX MD VerbForm=Fin 16 aux 16:aux _ -16 fit fit VERB VB VerbForm=Inf 4 conj 4:conj:and _ +16 fit fit VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ 17 in in ADP IN _ 18 case 18:case _ -18 one one NUM CD NumType=Card 16 obl 16:obl:in _ +18 one one NUM CD NumForm=Word|NumType=Card 16 obl 16:obl:in _ 19 of of ADP IN _ 21 case 21:case _ 20 hide hide NOUN NN Number=Sing 21 compound 21:compound _ 21 spaces space NOUN NNS Number=Plur 18 nmod 18:nmod:of _ @@ -161221,15 +161314,15 @@ # sent_id = answers-20111108104551AAVAVQR_ans-0024 # text = When the males aggressive behavior stops, it is ready to spawn. -1 When when SCONJ WRB PronType=Int 7 mark 7:mark _ +1 When when ADV WRB PronType=Int 7 advmod 7:advmod _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3-4 males _ _ _ _ _ _ _ _ 3 male male NOUN NN Number=Sing 6 nmod:poss 6:nmod:poss _ -4 s 's PART POS _ 3 case 3:case _ +4 s 's PART POS Typo=Yes 3 case 3:case CorrectForm='s 5 aggressive aggressive ADJ JJ Degree=Pos 6 amod 6:amod _ 6 behavior behavior NOUN NN Number=Sing 7 nsubj 7:nsubj _ 7 stops stop VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:when SpaceAfter=No -8 , , PUNCT , _ 11 punct 11:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj|13:nsubj:xsubj _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 11 ready ready ADJ JJ Degree=Pos 0 root 0:root _ @@ -161240,15 +161333,15 @@ # sent_id = answers-20111108104551AAVAVQR_ans-0025 # text = The two lay their eggs inside the cave you made for them. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 two two NUM CD NumType=Card 3 nsubj 3:nsubj _ -3 lay lay VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 two two NUM CD NumForm=Word|NumType=Card 3 nsubj 3:nsubj _ +3 lay lay VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 eggs egg NOUN NNS Number=Plur 3 obj 3:obj _ 6 inside inside ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 cave cave NOUN NN Number=Sing 3 obl 3:obl:inside _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -10 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +10 made make VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 11 for for ADP IN _ 12 case 12:case _ 12 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 10 obl 10:obl:for SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ @@ -161262,7 +161355,7 @@ 4 temp temp NOUN NN Number=Sing 1 obj 1:obj _ 5 up up ADP RP _ 1 compound:prt 1:compound:prt _ 6 to to ADP IN _ 8 case 8:case _ -7 82 82 NUM CD NumType=Card 8 nummod 8:nummod _ +7 82 82 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 8 degrees degree NOUN NNS Number=Plur 1 obl 1:obl:to _ # newdoc id = answers-20111108105029AARU1Lf_ans @@ -161272,10 +161365,10 @@ 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 help help VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 with with ADP IN _ 8 case 8:case _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5-6 cats _ _ _ _ _ _ _ _ 5 cat cat NOUN NN Number=Sing 8 nmod:poss 8:nmod:poss _ -6 s 's PART POS _ 5 case 5:case _ +6 s 's PART POS Typo=Yes 5 case 5:case CorrectForm='s 7 bladder bladder NOUN NN Number=Sing 8 compound 8:compound _ 8 issue issue NOUN NN Number=Sing 2 obl 2:obl:with SpaceAfter=No 9 ? ? PUNCT . _ 2 punct 2:punct _ @@ -161284,12 +161377,12 @@ # newpar id = answers-20111108105029AARU1Lf_ans-p0002 # text = I have a 1 1/2 year old female calico. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -4 1 1 NUM CD NumType=Card 7 compound 7:compound _ -5 1 1 NUM CD NumType=Card 7 compound 7:compound SpaceAfter=No -6 / / PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No -7 2 2 NUM CD NumType=Card 8 nummod 8:nummod _ +4 1 1 NUM CD NumForm=Digit|NumType=Card 7 compound 7:compound _ +5 1 1 NUM CD NumForm=Digit|NumType=Card 7 compound 7:compound SpaceAfter=No +6 / / PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No +7 2 2 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 8 year year NOUN NN Number=Sing 9 obl:npmod 9:obl:npmod _ 9 old old ADJ JJ Degree=Pos 11 amod 11:amod _ 10 female female ADJ JJ Degree=Pos 11 amod 11:amod _ @@ -161298,13 +161391,13 @@ # sent_id = answers-20111108105029AARU1Lf_ans-0003 # text = When she was spayed the vet had a hard time because she only has one uterine horn and he said this could mean she only has on kidney. -1 When when SCONJ WRB PronType=Int 4 mark 4:mark _ +1 When when ADV WRB PronType=Int 4 advmod 4:advmod _ 2 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ -4 spayed spay VERB VBN Tense=Past|VerbForm=Part 7 advcl 7:advcl:when _ +4 spayed spay VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 advcl 7:advcl:when _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 vet vet NOUN NN Number=Sing 7 nsubj 7:nsubj _ -7 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 hard hard ADJ JJ Degree=Pos 10 amod 10:amod _ 10 time time NOUN NN Number=Sing 7 obj 7:obj _ @@ -161312,19 +161405,19 @@ 12 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 13 only only ADV RB _ 14 advmod 14:advmod _ 14 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:because _ -15 one one NUM CD NumType=Card 17 nummod 17:nummod _ +15 one one NUM CD NumForm=Word|NumType=Card 17 nummod 17:nummod _ 16 uterine uterine NOUN NN Number=Sing 17 compound 17:compound _ 17 horn horn NOUN NN Number=Sing 14 obj 14:obj _ 18 and and CCONJ CC _ 20 cc 20:cc _ 19 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ -20 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ +20 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ 21 this this PRON DT Number=Sing|PronType=Dem 23 nsubj 23:nsubj _ 22 could could AUX MD VerbForm=Fin 23 aux 23:aux _ 23 mean mean VERB VB VerbForm=Inf 20 ccomp 20:ccomp _ 24 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 26 nsubj 26:nsubj _ 25 only only ADV RB _ 26 advmod 26:advmod _ 26 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 ccomp 23:ccomp _ -27 on on NUM CD NumType=Card 28 nummod 28:nummod _ +27 on one NUM CD NumForm=Word|NumType=Card|Typo=Yes 28 nummod 28:nummod CorrectForm=one 28 kidney kidney NOUN NN Number=Sing 26 obj 26:obj SpaceAfter=No 29 . . PUNCT . _ 7 punct 7:punct _ @@ -161343,16 +161436,16 @@ # text = I'm talking soaking all the litter box and then some. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 talking talk VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 soaking soak VERB VBG VerbForm=Ger 3 ccomp 3:ccomp _ -5 all all DET PDT _ 8 det:predet 8:det:predet _ +5 all all DET PDT PronType=Tot 8 det:predet 8:det:predet _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 litter litter NOUN NN Number=Sing 8 compound 8:compound _ 8 box box NOUN NN Number=Sing 4 obj 4:obj _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 then then ADV RB PronType=Dem 11 advmod 11:advmod _ -11 some some DET DT _ 4 conj 3:ccomp|4:conj:and SpaceAfter=No +11 some some DET DT PronType=Ind 4 conj 3:ccomp|4:conj:and SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108105029AARU1Lf_ans-0006 @@ -161375,7 +161468,7 @@ # text = I don't have the money to take her to a vet right now but it's getting to be an issue. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 have have VERB VB VerbForm=Inf 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -161402,14 +161495,14 @@ # sent_id = answers-20111108105029AARU1Lf_ans-0008 # text = I have to scrub the floor 2-3 times a week now. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 scrub scrub VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 floor floor NOUN NN Number=Sing 4 obj 4:obj _ -7 2 2 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No +7 2 2 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No 8 - - SYM SYM _ 9 case 9:case SpaceAfter=No -9 3 3 NUM CD NumType=Card 7 nmod 7:nmod _ +9 3 3 NUM CD NumForm=Digit|NumType=Card 7 nmod 7:nmod _ 10 times time NOUN NNS Number=Plur 4 obl:tmod 4:obl:tmod _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 week week NOUN NN Number=Sing 10 nmod:tmod 10:nmod:tmod _ @@ -161427,29 +161520,29 @@ 7 can can AUX MD VerbForm=Fin 9 aux 9:aux _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 9 try try VERB VB VerbForm=Inf 5 conj 5:conj:and _ -10 some some DET DT _ 12 det 12:det _ +10 some some DET DT PronType=Ind 12 det 12:det _ 11 home home NOUN NN Number=Sing 12 compound 12:compound _ 12 remedies remedy NOUN NNS Number=Plur 9 obj 9:obj _ -13 first first ADV RB _ 9 advmod 9:advmod SpaceAfter=No +13 first first ADV RB NumForm=Word|NumType=Ord 9 advmod 9:advmod SpaceAfter=No 14 ? ? PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108105029AARU1Lf_ans-0010 # text = I love her and want to help her but I don't know when I'll be able to take her to to vet :( please help. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|5:nsubj|7:nsubj:xsubj _ -2 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +5 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 6 to to PART TO _ 7 mark 7:mark _ 7 help help VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj _ 9 but but CCONJ CC _ 13 cc 13:cc _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 11-12 don't _ _ _ _ _ _ _ _ -11 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +11 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 n't not PART RB _ 13 advmod 13:advmod _ 13 know know VERB VB VerbForm=Inf 2 conj 2:conj:but _ -14 when when SCONJ WRB PronType=Int 18 mark 18:mark _ +14 when when ADV WRB PronType=Int 18 advmod 18:advmod _ 15-16 I'll _ _ _ _ _ _ _ _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj|20:nsubj:xsubj _ 16 'll will AUX MD VerbForm=Fin 18 aux 18:aux _ @@ -161459,7 +161552,7 @@ 20 take take VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ 21 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 20 obj 20:obj _ 22 to to ADP IN _ 24 case 24:case _ -23 to to ADP IN _ 24 det 24:det _ +23 to the DET DT Definite=Def|PronType=Art|Typo=Yes 24 det 24:det CorrectForm=the 24 vet vet NOUN NN Number=Sing 20 obl 20:obl:to _ 25 :( :( SYM NFP _ 20 discourse 20:discourse _ 26 please please INTJ UH _ 27 discourse 27:discourse _ @@ -161469,10 +161562,10 @@ # sent_id = answers-20111108105029AARU1Lf_ans-0011 # newpar id = answers-20111108105029AARU1Lf_ans-p0003 # text = First of all, I am very sorry to hear you're having this issue with your cat. :( -1 First first ADV RB _ 8 advmod 8:advmod _ +1 First first ADV RB NumForm=Word|NumType=Ord 8 advmod 8:advmod _ 2 of of ADP IN _ 3 case 3:case _ -3 all all DET DT _ 1 obl 1:obl:of SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +3 all all DET DT PronType=Tot 1 obl 1:obl:of SpaceAfter=No +4 , , PUNCT , _ 1 punct 1:punct _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 6 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 very very ADV RB _ 8 advmod 8:advmod _ @@ -161481,12 +161574,12 @@ 10 hear hear VERB VB VerbForm=Inf 8 advcl 8:advcl:to _ 11-12 you're _ _ _ _ _ _ _ _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ -12 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +12 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 having have VERB VBG Tense=Pres|VerbForm=Part 10 ccomp 10:ccomp _ 14 this this DET DT Number=Sing|PronType=Dem 15 det 15:det _ 15 issue issue NOUN NN Number=Sing 13 obj 13:obj _ 16 with with ADP IN _ 18 case 18:case _ -17 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 cat cat NOUN NN Number=Sing 13 obl 13:obl:with SpaceAfter=No 19 . . PUNCT . _ 8 punct 8:punct _ 20 :( :( SYM NFP _ 8 discourse 8:discourse _ @@ -161510,18 +161603,18 @@ 3 Urinary urinary ADJ JJ Degree=Pos 4 amod 4:amod _ 4 tract tract NOUN NN Number=Sing 1 conj 1:conj:or|5:compound _ 5 infections infection NOUN NNS Number=Plur 9 nsubj 9:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ -7 two two NUM CD NumType=Card 9 nummod 9:nummod _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +7 two two NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 8 common common ADJ JJ Degree=Pos 9 amod 9:amod _ 9 ones one NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 10 , , PUNCT , _ 16 punct 16:punct _ 11 but but CCONJ CC _ 16 cc 16:cc _ 12 these this PRON DT Number=Plur|PronType=Dem 16 nsubj 16:nsubj _ 13 usually usually ADV RB _ 16 advmod 16:advmod _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 15 frequent frequent ADJ JJ Degree=Pos 16 amod 16:amod _ 16 visits visit NOUN NNS Number=Plur 9 conj 9:conj:but SpaceAfter=No -17 , , PUNCT , _ 16 punct 16:punct _ +17 , , PUNCT , _ 24 punct 24:punct _ 18 with with SCONJ IN _ 24 mark 24:mark _ 19 small small ADJ JJ Degree=Pos 20 amod 20:amod _ 20 amounts amount NOUN NNS Number=Plur 24 nsubj:pass 24:nsubj:pass _ @@ -161533,14 +161626,14 @@ # sent_id = answers-20111108105029AARU1Lf_ans-0014 # text = If there is blood in the urine, or the cat seems to be in pain, then that is also a good indicator. -1 If if SCONJ IN _ 4 mark 4:mark _ +1 If if SCONJ IN _ 3 mark 3:mark _ 2 there there PRON EX _ 3 expl 3:expl _ 3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 advcl 24:advcl _ 4 blood blood NOUN NN Number=Sing 3 nsubj 3:nsubj _ 5 in in ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -7 urine urine NOUN NN Number=Sing 4 nmod 4:nmod:in SpaceAfter=No -8 , , PUNCT , _ 4 punct 4:punct _ +7 urine urine NOUN NN Number=Sing 3 obl 3:obl:in SpaceAfter=No +8 , , PUNCT , _ 12 punct 12:punct _ 9 or or CCONJ CC _ 12 cc 12:cc _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 cat cat NOUN NN Number=Sing 12 nsubj 12:nsubj|16:nsubj:xsubj _ @@ -161549,7 +161642,7 @@ 14 be be AUX VB VerbForm=Inf 16 cop 16:cop _ 15 in in ADP IN _ 16 case 16:case _ 16 pain pain NOUN NN Number=Sing 12 xcomp 12:xcomp SpaceAfter=No -17 , , PUNCT , _ 24 punct 24:punct _ +17 , , PUNCT , _ 3 punct 3:punct _ 18 then then ADV RB PronType=Dem 24 advmod 24:advmod _ 19 that that PRON DT Number=Sing|PronType=Dem 24 nsubj 24:nsubj _ 20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ @@ -161561,8 +161654,8 @@ # sent_id = answers-20111108105029AARU1Lf_ans-0015 # text = But your cat is passing a LOT of urine, and this is bad. -1 But but CCONJ CC _ 14 cc 14:cc _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 But but CCONJ CC _ 5 cc 5:cc _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 cat cat NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 passing pass VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ @@ -161579,31 +161672,31 @@ # sent_id = answers-20111108105029AARU1Lf_ans-0016 # text = Given the chance your cat may only have one kidney, I would think the worst case scenario would be kidney disease, which untreated can lead to possible renal failure. -1 Given give VERB VBN Tense=Past|VerbForm=Part 3 case 3:case _ +1 Given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 chance chance NOUN NN Number=Sing 14 obl 14:obl:given _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 cat cat NOUN NN Number=Sing 8 nsubj 8:nsubj _ 6 may may AUX MD VerbForm=Fin 8 aux 8:aux _ 7 only only ADV RB _ 8 advmod 8:advmod _ 8 have have VERB VB VerbForm=Inf 3 acl:relcl 3:acl:relcl _ -9 one one NUM CD NumType=Card 10 nummod 10:nummod _ +9 one one NUM CD NumForm=Word|NumType=Card 10 nummod 10:nummod _ 10 kidney kidney NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No -11 , , PUNCT , _ 14 punct 14:punct _ +11 , , PUNCT , _ 3 punct 3:punct _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 13 would would AUX MD VerbForm=Fin 14 aux 14:aux _ 14 think think VERB VB VerbForm=Inf 0 root 0:root _ 15 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -16 worst worst ADJ JJS Degree=Sup 17 amod 17:amod _ +16 worst bad ADJ JJS Degree=Sup 17 amod 17:amod _ 17 case case NOUN NN Number=Sing 18 compound 18:compound _ 18 scenario scenario NOUN NN Number=Sing 22 nsubj 22:nsubj _ 19 would would AUX MD VerbForm=Fin 22 aux 22:aux _ 20 be be AUX VB VerbForm=Inf 22 cop 22:cop _ 21 kidney kidney NOUN NN Number=Sing 22 compound 22:compound _ 22 disease disease NOUN NN Number=Sing 14 ccomp 14:ccomp|27:nsubj SpaceAfter=No -23 , , PUNCT , _ 22 punct 22:punct _ +23 , , PUNCT , _ 27 punct 27:punct _ 24 which which PRON WDT PronType=Rel 27 nsubj 22:ref _ -25 untreated untreated ADJ JJ Degree=Pos 27 advmod 27:advmod _ +25 untreated untreated ADJ JJ Degree=Pos 27 advcl 27:advcl _ 26 can can AUX MD VerbForm=Fin 27 aux 27:aux _ 27 lead lead VERB VB VerbForm=Inf 22 acl:relcl 22:acl:relcl _ 28 to to ADP IN _ 31 case 31:case _ @@ -161629,7 +161722,7 @@ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 14 true true ADJ JJ Degree=Pos 21 advcl 21:advcl:if _ 15 in in ADP IN _ 17 case 17:case _ -16 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 case case NOUN NN Number=Sing 14 obl 14:obl:in _ 18 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj|23:nsubj:xsubj _ 19 will will AUX MD VerbForm=Fin 21 aux 21:aux _ @@ -161657,7 +161750,7 @@ 1 Seizures seizure NOUN NNS Number=Plur 3 nsubj 3:nsubj _ 2 will will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 occur occur VERB VB VerbForm=Inf 0 root 0:root _ -4 when when SCONJ WRB PronType=Int 14 mark 14:mark _ +4 when when ADV WRB PronType=Int 14 advmod 14:advmod _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 toxins toxin NOUN NNS Number=Plur 14 nsubj:pass 11:obj|14:nsubj:pass _ 7 that that PRON WDT PronType=Rel 11 obj 6:ref _ @@ -161666,7 +161759,7 @@ 10 normally normally ADV RB _ 11 advmod 11:advmod _ 11 filters filter VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 12 out out ADP RP _ 11 compound:prt 11:compound:prt _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux:pass 14:aux:pass _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 aux:pass 14:aux:pass _ 14 released release VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 advcl 3:advcl:when _ 15 into into ADP IN _ 18 case 18:case _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ @@ -161677,21 +161770,21 @@ # sent_id = answers-20111108105029AARU1Lf_ans-0020 # text = I know you are very worried, but getting her to the vet is the best thing you can do for her. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +4 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 very very ADV RB _ 6 advmod 6:advmod _ 6 worried worried ADJ JJ Degree=Pos 2 ccomp 2:ccomp SpaceAfter=No 7 , , PUNCT , _ 17 punct 17:punct _ 8 but but CCONJ CC _ 17 cc 17:cc _ 9 getting get VERB VBG VerbForm=Ger 17 csubj 17:csubj _ -10 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 obj 9:obj _ +10 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj _ 11 to to ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 vet vet NOUN NN Number=Sing 9 obl 9:obl:to _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -16 best best ADJ JJS Degree=Sup 17 amod 17:amod _ +16 best good ADJ JJS Degree=Sup 17 amod 17:amod _ 17 thing thing NOUN NN Number=Sing 2 conj 2:conj:but _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj _ 19 can can AUX MD VerbForm=Fin 20 aux 20:aux _ @@ -161708,7 +161801,7 @@ 4 make make VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 5 sure sure ADJ JJ Degree=Pos 4 xcomp 4:xcomp _ 6 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 ccomp 5:ccomp _ +7 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 ccomp 5:ccomp _ 8 plenty plenty NOUN NN Number=Sing 7 obj 7:obj _ 9 of of ADP IN _ 10 case 10:case _ 10 water water NOUN NN Number=Sing 8 nmod 8:nmod:of _ @@ -161722,12 +161815,12 @@ # newpar id = answers-20111108101827AALT6Zq_ans-p0001 # text = I want to apply for canada skilled immigeration program. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 apply apply VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 for for ADP IN _ 9 case 9:case _ -6 canada canada PROPN NNP Number=Sing 9 compound 9:compound _ -7 skilled skill VERB VBN Tense=Past|VerbForm=Part 8 amod 8:amod _ +6 canada Canada PROPN NNP Number=Sing 9 compound 9:compound _ +7 skilled skill VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 amod 8:amod _ 8 immigeration immigeration NOUN NN Number=Sing 9 compound 9:compound _ 9 program program NOUN NN Number=Sing 4 obl 4:obl:for SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct SpaceAfter=No @@ -161735,12 +161828,12 @@ # sent_id = answers-20111108101827AALT6Zq_ans-0002 # text = I got only 63 points while 67 minimunm is requirement.? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 only only ADV RB _ 5 advmod 5:advmod _ -4 63 63 NUM CD NumType=Card 5 nummod 5:nummod _ +4 63 63 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 points point NOUN NNS Number=Plur 2 obj 2:obj _ 6 while while SCONJ IN _ 10 mark 10:mark _ -7 67 67 NUM CD NumType=Card 10 nsubj 10:nsubj _ +7 67 67 NUM CD NumForm=Digit|NumType=Card 10 nsubj 10:nsubj _ 8 minimunm minimunm NOUN NN Number=Sing 7 nmod:npmod 7:nmod:npmod _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 requirement requirement NOUN NN Number=Sing 2 advcl 2:advcl:while SpaceAfter=No @@ -161750,33 +161843,33 @@ # newpar id = answers-20111108101827AALT6Zq_ans-p0002 # text = Can i apply with 63 points? 1 Can can AUX MD VerbForm=Fin 3 aux 3:aux _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 3 apply apply VERB VB VerbForm=Inf 0 root 0:root _ 4 with with ADP IN _ 6 case 6:case _ -5 63 63 NUM CD NumType=Card 6 nummod 6:nummod _ +5 63 63 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 points point NOUN NNS Number=Plur 3 obl 3:obl:with SpaceAfter=No 7 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108101827AALT6Zq_ans-0004 # newpar id = answers-20111108101827AALT6Zq_ans-p0003 # text = According to the Citizenship and Immigration Canada web site at http://www.cic.gc.ca/english/immigrate/skilled/assess/index.asp , it states "Note: you must meet the minimum requirements for your application to be eligible for processing." -1 According accord VERB VBG VerbForm=Ger 9 case 9:case _ -2 to to ADP IN _ 9 case 9:case _ +1 According accord VERB VBG ExtPos=ADP|VerbForm=Ger 9 case 9:case _ +2 to to ADP IN _ 1 fixed 1:fixed _ 3 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 4 Citizenship Citizenship PROPN NNP Number=Sing 7 compound 7:compound _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 Immigration Immigration PROPN NNP Number=Sing 4 conj 4:conj:and|7:compound _ 7 Canada Canada PROPN NNP Number=Sing 9 compound 9:compound _ 8 web web NOUN NN Number=Sing 9 compound 9:compound _ -9 site site NOUN NN Number=Sing 14 obl 14:obl:to _ +9 site site NOUN NN Number=Sing 14 obl 14:obl:according_to _ 10 at at ADP IN _ 11 case 11:case _ 11 http://www.cic.gc.ca/english/immigrate/skilled/assess/index.asp http://www.cic.gc.ca/english/immigrate/skilled/assess/index.asp X ADD _ 9 nmod 9:nmod:at _ -12 , , PUNCT , _ 14 punct 14:punct _ +12 , , PUNCT , _ 9 punct 9:punct _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 14 states state VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -15 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No +15 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No 16 Note note NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No -17 : : PUNCT : _ 16 punct 16:punct _ +17 : : PUNCT : _ 20 punct 20:punct _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj _ 19 must must AUX MD VerbForm=Fin 20 aux 20:aux _ 20 meet meet VERB VB VerbForm=Inf 16 appos 16:appos _ @@ -161784,20 +161877,20 @@ 22 minimum minimum ADJ JJ Degree=Pos 23 amod 23:amod _ 23 requirements requirement NOUN NNS Number=Plur 20 obj 20:obj _ 24 for for SCONJ IN _ 29 mark 29:mark _ -25 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 application application NOUN NN Number=Sing 29 nsubj 29:nsubj _ 27 to to PART TO _ 29 mark 29:mark _ 28 be be AUX VB VerbForm=Inf 29 cop 29:cop _ 29 eligible eligible ADJ JJ Degree=Pos 20 advcl 20:advcl:to _ 30 for for ADP IN _ 31 mark 31:mark _ 31 processing process VERB VBG VerbForm=Ger 29 advcl 29:advcl:for SpaceAfter=No -32 . . PUNCT . _ 14 punct 14:punct SpaceAfter=No -33 " " PUNCT '' _ 14 punct 14:punct _ +32 . . PUNCT . _ 16 punct 16:punct SpaceAfter=No +33 " " PUNCT '' _ 16 punct 16:punct _ # sent_id = answers-20111108101827AALT6Zq_ans-0005 # text = HOWEVER ... that same web page also states that "The current pass mark is 67. 1 HOWEVER however ADV RB _ 8 advmod 8:advmod _ -2 ... ... PUNCT , _ 8 punct 8:punct _ +2 ... ... PUNCT , _ 1 punct 1:punct _ 3 that that DET DT Number=Sing|PronType=Dem 6 det 6:det _ 4 same same ADJ JJ Degree=Pos 6 amod 6:amod _ 5 web web NOUN NN Number=Sing 6 compound 6:compound _ @@ -161805,13 +161898,13 @@ 7 also also ADV RB _ 8 advmod 8:advmod _ 8 states state VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 that that SCONJ IN _ 16 mark 16:mark _ -10 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No +10 " " PUNCT `` _ 9 punct 9:punct SpaceAfter=No 11 The the DET DT Definite=Def|PronType=Art 14 det 14:det _ 12 current current ADJ JJ Degree=Pos 14 amod 14:amod _ 13 pass pass NOUN NN Number=Sing 14 compound 14:compound _ 14 mark mark NOUN NN Number=Sing 16 nsubj 16:nsubj _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ -16 67 67 NUM CD NumType=Card 8 ccomp 8:ccomp SpaceAfter=No +16 67 67 NUM CD NumForm=Digit|NumType=Card 8 ccomp 8:ccomp SpaceAfter=No 17 . . PUNCT . _ 8 punct 8:punct _ # sent_id = answers-20111108101827AALT6Zq_ans-0006 @@ -161841,12 +161934,12 @@ # sent_id = answers-20111108101827AALT6Zq_ans-0008 # text = The Skilled Worker category was my first attempt at permanent residency. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ -2 Skilled Skilled PROPN NNP Number=Sing 3 compound 3:compound _ +2 Skilled Skilled ADJ NNP Degree=Pos 3 amod 3:amod _ 3 Worker Worker PROPN NNP Number=Sing 4 compound 4:compound _ 4 category category NOUN NN Number=Sing 8 nsubj 8:nsubj _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ -7 first first ADJ JJ Degree=Pos|NumType=Ord 8 amod 8:amod _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 8 amod 8:amod _ 8 attempt attempt NOUN NN Number=Sing 0 root 0:root _ 9 at at ADP IN _ 11 case 11:case _ 10 permanent permanent ADJ JJ Degree=Pos 11 amod 11:amod _ @@ -161860,32 +161953,32 @@ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 time time NOUN NN Number=Sing 19 obl 19:obl:between _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 began begin VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 began begin VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 research research NOUN NN Number=Sing 6 obj 6:obj _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 time time NOUN NN Number=Sing 4 conj 4:conj:and _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 applied apply VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl SpaceAfter=No -14 , , PUNCT , _ 19 punct 19:punct _ +13 applied apply VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl SpaceAfter=No +14 , , PUNCT , _ 4 punct 4:punct _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 minimum minimum ADJ JJ Degree=Pos 17 amod 17:amod _ 17 score score NOUN NN Number=Sing 19 nsubj 19:nsubj _ -18 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 aux 19:aux _ +18 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 aux 19:aux _ 19 change change VERB VB VerbForm=Inf 0 root 0:root _ -20 once once ADV RB NumType=Mult 19 advmod 19:advmod SpaceAfter=No +20 once once ADV RB NumForm=Word|NumType=Mult 19 advmod 19:advmod SpaceAfter=No 21 . . PUNCT . _ 19 punct 19:punct _ # sent_id = answers-20111108101827AALT6Zq_ans-0010 # text = Unfortunately, both minimums were above my score. 1 Unfortunately unfortunately ADV RB _ 8 advmod 8:advmod SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ -3 both both DET DT _ 4 det 4:det _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 both both DET DT PronType=Tot 4 det 4:det _ 4 minimums minimum NOUN NNS Number=Plur 8 nsubj 8:nsubj _ -5 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 cop 8:cop _ +5 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 6 above above ADP IN _ 8 case 8:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 score score NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 9 . . PUNCT . _ 8 punct 8:punct _ @@ -161893,19 +161986,19 @@ # text = But I got lucky because I qualified under another category to become a permanent resident. 1 But but CCONJ CC _ 3 cc 3:cc _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 lucky lucky ADJ JJ Degree=Pos 3 obj 3:obj _ 5 because because SCONJ IN _ 7 mark 7:mark _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 qualified qualify VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:because _ +7 qualified qualify VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:because _ 8 under under ADP IN _ 10 case 10:case _ -9 another another DET DT _ 10 det 10:det _ +9 another another DET DT PronType=Ind 10 det 10:det _ 10 category category NOUN NN Number=Sing 7 obl 7:obl:under _ 11 to to PART TO _ 12 mark 12:mark _ 12 become become VERB VB VerbForm=Inf 7 advcl 7:advcl:to _ 13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 14 permanent permanent ADJ JJ Degree=Pos 15 amod 15:amod _ -15 resident resident NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No +15 resident resident NOUN NN Number=Sing 12 xcomp 12:xcomp SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108101827AALT6Zq_ans-0012 @@ -161913,8 +162006,8 @@ 1 So so ADV RB _ 2 advmod 2:advmod _ 2 keep keep VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 checking check VERB VBG VerbForm=Ger 2 xcomp 2:xcomp _ -4 at at ADV RB _ 5 case 5:case _ -5 least least ADV RBS Degree=Sup 8 obl 8:obl:at _ +4 at at ADP IN _ 5 case 5:case _ +5 least least ADJ JJS Degree=Sup 8 obl 8:obl:at _ 6 on on ADP IN _ 9 case 9:case _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 weekly weekly ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -161925,17 +162018,17 @@ # text = GOOD NEWS ... I found a web page run by Canadian Immigration Lawyers at http://www.canadavisa.com/canadian-immigration-faq-skilled-workers.html . 1 GOOD good ADJ JJ Degree=Pos 2 amod 2:amod _ 2 NEWS news NOUN NN Number=Sing 0 root 0:root _ -3 ... ... PUNCT , _ 2 punct 2:punct _ +3 ... ... PUNCT , _ 5 punct 5:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +5 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 web web NOUN NN Number=Sing 8 compound 8:compound _ 8 page page NOUN NN Number=Sing 5 obj 5:obj _ -9 run run VERB VBN Tense=Past|VerbForm=Part 8 acl 8:acl _ +9 run run VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl 8:acl _ 10 by by ADP IN _ 13 case 13:case _ -11 Canadian Canadian PROPN NNP Number=Sing 12 compound 12:compound _ +11 Canadian Canadian ADJ NNP Degree=Pos 12 amod 12:amod _ 12 Immigration Immigration PROPN NNP Number=Sing 13 compound 13:compound _ -13 Lawyers Lawyers PROPN NNPS Number=Plur 9 obl 9:obl:by _ +13 Lawyers Lawyer PROPN NNPS Number=Plur 9 obl:agent 9:obl:agent _ 14 at at ADP IN _ 15 case 15:case _ 15 http://www.canadavisa.com/canadian-immigration-faq-skilled-workers.html http://www.canadavisa.com/canadian-immigration-faq-skilled-workers.html X ADD _ 8 nmod 8:nmod:at _ 16 . . PUNCT . _ 2 punct 2:punct _ @@ -161943,32 +162036,32 @@ # sent_id = answers-20111108101827AALT6Zq_ans-0014 # text = Here is what they posted there 1 Here here ADV RB PronType=Dem 0 root 0:root _ -2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _|CheckUPOS=VERB -3 what what PRON WP PronType=Int 1 nsubj 1:nsubj _ +2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +3 what what PRON WP PronType=Rel 1 nsubj 1:nsubj|5:obj _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -5 posted post VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +5 posted post VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 there there ADV RB PronType=Dem 5 advmod 5:advmod _ # sent_id = answers-20111108101827AALT6Zq_ans-0015 # text = "4. May I qualify under the Skilled Worker category even if I score less than 67 points?" 1 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No -2 4 4 X LS _ 6 nummod 6:nummod SpaceAfter=No +2 4 4 NUM LS NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ 4 May may AUX MD VerbForm=Fin 6 aux 6:aux _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 6 qualify qualify VERB VB VerbForm=Inf 0 root 0:root _ 7 under under ADP IN _ 11 case 11:case _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -9 Skilled Skilled PROPN NNP Number=Sing 10 compound 10:compound _ +9 Skilled Skilled ADJ NNP Degree=Pos 10 amod 10:amod _ 10 Worker Worker PROPN NNP Number=Sing 11 compound 11:compound _ 11 category category NOUN NN Number=Sing 6 obl 6:obl:under _ 12 even even ADV RB _ 15 advmod 15:advmod _ 13 if if SCONJ IN _ 15 mark 15:mark _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 score score VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:if _ -16 less less ADJ JJR Degree=Cmp 18 advmod 18:advmod _ +15 score score VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:if _ +16 less less ADJ JJR Degree=Cmp|ExtPos=ADV 18 advmod 18:advmod _ 17 than than ADP IN _ 16 fixed 16:fixed _ -18 67 67 NUM CD NumType=Card 19 nummod 19:nummod _ +18 67 67 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod _ 19 points point NOUN NNS Number=Plur 15 obj 15:obj SpaceAfter=No 20 ? ? PUNCT . _ 6 punct 6:punct SpaceAfter=No 21 " " PUNCT '' _ 6 punct 6:punct _ @@ -161978,7 +162071,7 @@ 1 " " PUNCT `` _ 32 punct 32:punct SpaceAfter=No 2 If if SCONJ IN _ 8 mark 8:mark _ 3 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -4 Canadian Canadian PROPN NNP Number=Sing 5 compound 5:compound _ +4 Canadian Canadian ADJ NNP Degree=Pos 5 amod 5:amod _ 5 Immigration Immigration PROPN NNP Number=Sing 7 compound 7:compound _ 6 Visa Visa PROPN NNP Number=Sing 7 compound 7:compound _ 7 Officer Officer PROPN NNP Number=Sing 8 nsubj 8:nsubj _ @@ -161991,45 +162084,45 @@ 14 not not PART RB _ 16 advmod 16:advmod _ 15 accurately accurately ADV RB _ 16 advmod 16:advmod _ 16 reflect reflect VERB VB VerbForm=Inf 8 ccomp 8:ccomp _ -17 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 ability ability NOUN NN Number=Sing 16 obj 16:obj _ -19 to to PART TO _ 22 mark 22:mark _ -20 become become VERB VB VerbForm=Inf 22 aux:pass 22:aux:pass _ +19 to to PART TO _ 20 mark 20:mark _ +20 become become VERB VB VerbForm=Inf 18 acl 18:acl:to _ 21 economically economically ADV RB _ 22 advmod 22:advmod _ -22 established establish VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 acl 18:acl:to _ +22 established establish VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 xcomp 20:xcomp _ 23 in in ADP IN _ 24 case 24:case _ -24 Canada Canada PROPN NNP Number=Sing 22 obl 22:obl:in SpaceAfter=No -25 , , PUNCT , _ 32 punct 32:punct _ +24 Canada Canada PROPN NNP Number=Sing 20 obl 20:obl:in SpaceAfter=No +25 , , PUNCT , _ 8 punct 8:punct _ 26 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ -27 Canadian Canadian PROPN NNP Number=Sing 28 compound 28:compound _ +27 Canadian Canadian ADJ NNP Degree=Pos 28 amod 28:amod _ 28 Immigration Immigration PROPN NNP Number=Sing 30 compound 30:compound _ 29 Visa Visa PROPN NNP Number=Sing 30 compound 30:compound _ 30 Officer Officer PROPN NNP Number=Sing 32 nsubj 32:nsubj|46:nsubj _ 31 may may AUX MD VerbForm=Fin 32 aux 32:aux _ 32 use use VERB VB VerbForm=Inf 0 root 0:root _ -33 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 37 compound 37:compound _ +33 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ 34 or or CCONJ CC _ 35 cc 35:cc _ -35 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 33 conj 33:conj:or|37:compound _ +35 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 33 conj 33:conj:or|37:nmod:poss _ 36 positive positive ADJ JJ Degree=Pos 37 amod 37:amod _ 37 discretion discretion NOUN NN Number=Sing 32 obj 32:obj _ -38 ( ( PUNCT -LRB- _ 37 punct 37:punct SpaceAfter=No -39 referred refer VERB VBN Tense=Past|VerbForm=Part 37 acl 37:acl _ +38 ( ( PUNCT -LRB- _ 39 punct 39:punct SpaceAfter=No +39 referred refer VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 37 acl 37:acl _ 40 to to ADP IN _ 39 obl 39:obl _ 41 as as ADP IN _ 43 case 43:case _ -42 substituted substitute VERB VBN Tense=Past|VerbForm=Part 43 amod 43:amod _ +42 substituted substitute VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 43 amod 43:amod _ 43 evaluation evaluation NOUN NN Number=Sing 39 obl 39:obl:as SpaceAfter=No -44 ) ) PUNCT -RRB- _ 37 punct 37:punct _ +44 ) ) PUNCT -RRB- _ 39 punct 39:punct _ 45 and and CCONJ CC _ 46 cc 46:cc _ 46 approve approve VERB VB VerbForm=Inf 32 conj 32:conj:and _ -47 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 48 nmod:poss 48:nmod:poss _ +47 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 48 nmod:poss 48:nmod:poss _ 48 application application NOUN NN Number=Sing 46 obj 46:obj _ 49 even even ADV RB _ 52 advmod 52:advmod _ 50 though though SCONJ IN _ 52 mark 52:mark _ 51 you you PRON PRP Case=Nom|Person=2|PronType=Prs 52 nsubj 52:nsubj _ -52 score score VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 46 advcl 46:advcl:though _ -53 less less ADJ JJR Degree=Cmp 55 advmod 55:advmod _ +52 score score VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 46 advcl 46:advcl:though _ +53 less less ADJ JJR Degree=Cmp|ExtPos=ADV 55 advmod 55:advmod _ 54 than than ADP IN _ 53 fixed 53:fixed _ -55 67 67 NUM CD NumType=Card 56 nummod 56:nummod _ +55 67 67 NUM CD NumForm=Digit|NumType=Card 56 nummod 56:nummod _ 56 points point NOUN NNS Number=Plur 52 obj 52:obj SpaceAfter=No 57 . . PUNCT . _ 32 punct 32:punct SpaceAfter=No 58 " " PUNCT '' _ 32 punct 32:punct _ @@ -162070,13 +162163,13 @@ 9 sort sort VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ 10 out out ADP RP _ 9 compound:prt 9:compound:prt _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 best best ADJ JJS Degree=Sup 13 amod 13:amod _ +12 best good ADJ JJS Degree=Sup 13 amod 13:amod _ 13 candidates candidate NOUN NNS Number=Plur 9 obj 9:obj SpaceAfter=No 14 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108101827AALT6Zq_ans-0020 # text = Your application is still evaluated on a number of criteria, not all of them as "cast in steel" as the points. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 application application NOUN NN Number=Sing 5 nsubj:pass 5:nsubj:pass _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ 4 still still ADV RB _ 5 advmod 5:advmod _ @@ -162086,30 +162179,30 @@ 8 number number NOUN NN Number=Sing 5 obl 5:obl:on _ 9 of of ADP IN _ 10 case 10:case _ 10 criteria criterion NOUN NNS Number=Plur 8 nmod 8:nmod:of SpaceAfter=No -11 , , PUNCT , _ 8 punct 8:punct _ -12 not not ADV RB _ 13 advmod 13:advmod _ -13 all all DET DT _ 18 nsubj 18:nsubj _ +11 , , PUNCT , _ 18 punct 18:punct _ +12 not not PART RB _ 13 advmod 13:advmod _ +13 all all DET DT PronType=Tot 18 nsubj:pass 18:nsubj:pass _ 14 of of ADP IN _ 15 case 15:case _ 15 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 13 nmod 13:nmod:of _ 16 as as ADV RB _ 18 advmod 18:advmod _ 17 " " PUNCT `` _ 18 punct 18:punct SpaceAfter=No -18 cast cast VERB VBN Tense=Past|VerbForm=Part 8 acl:relcl 8:acl:relcl _ +18 cast cast VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl:relcl 8:acl:relcl _ 19 in in ADP IN _ 20 case 20:case _ 20 steel steel NOUN NN Number=Sing 18 obl 18:obl:in SpaceAfter=No 21 " " PUNCT '' _ 18 punct 18:punct _ 22 as as ADP IN _ 24 case 24:case _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -24 points point NOUN NNS Number=Plur 16 obl 16:obl:as SpaceAfter=No +24 points point NOUN NNS Number=Plur 18 obl 18:obl:as SpaceAfter=No 25 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108101827AALT6Zq_ans-0021 # text = Go ahead, send in your application. 1 Go go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 ahead ahead ADV RB _ 1 advmod 1:advmod SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 send send VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ 5 in in ADP RP _ 4 compound:prt 4:compound:prt _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 application application NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 8 . . PUNCT . _ 1 punct 1:punct _ @@ -162123,13 +162216,13 @@ # sent_id = answers-20111108101827AALT6Zq_ans-0023 # text = 67 is the minimum score, anything below that is filed in the "circular file basket ". -1 67 67 NUM CD NumType=Card 5 nsubj 5:nsubj _ +1 67 67 NUM CD NumForm=Digit|NumType=Card 5 nsubj 5:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 minimum minimum ADJ JJ Degree=Pos 5 amod 5:amod _ 5 score score NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ -7 anything anything PRON NN Number=Sing 11 nsubj:pass 11:nsubj:pass _ +6 , , PUNCT , _ 11 punct 11:punct _ +7 anything anything PRON NN Number=Sing|PronType=Ind 11 nsubj:pass 11:nsubj:pass _ 8 below below ADP IN _ 9 case 9:case _ 9 that that PRON DT Number=Sing|PronType=Dem 7 nmod 7:nmod:below _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 aux:pass 11:aux:pass _ @@ -162176,16 +162269,16 @@ # text = I'm mad and don't know what to do! 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|7:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 mad mad ADJ JJ Degree=Pos 0 root 0:root _ 4 and and CCONJ CC _ 7 cc 7:cc _ 5-6 don't _ _ _ _ _ _ _ _ -5 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 n't not PART RB _ 7 advmod 7:advmod _ 7 know know VERB VB VerbForm=Inf 3 conj 3:conj:and _ -8 what what PRON WP PronType=Int 7 obj 7:obj|10:nsubj:xsubj _ +8 what what PRON WP PronType=Int 10 obj 10:obj _ 9 to to PART TO _ 10 mark 10:mark _ -10 do do VERB VB VerbForm=Inf 7 xcomp 7:xcomp SpaceAfter=No +10 do do VERB VB VerbForm=Inf 7 ccomp 7:ccomp SpaceAfter=No 11 ! ! PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111107193044AAvUYBv_ans-0002 @@ -162198,19 +162291,19 @@ # newpar id = answers-20111107193044AAvUYBv_ans-p0002 # text = Alright, so my dad had been wanting me to check my e mail for a few days but I never got around to it. 1 Alright alright INTJ UH _ 8 discourse 8:discourse SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 so so ADV RB _ 8 advmod 8:advmod _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 dad dad NOUN NN Number=Sing 8 nsubj 8:nsubj _ -6 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux 8:aux _ +6 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 7 been be AUX VBN Tense=Past|VerbForm=Part 8 aux 8:aux _ 8 wanting want VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 9 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 obj 8:obj|11:nsubj:xsubj _ 10 to to PART TO _ 11 mark 11:mark _ 11 check check VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ -13 e e NOUN NN Number=Sing 11 obj 11:obj _ -14 mail mail NOUN NN Number=Sing 13 goeswith 13:goeswith _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +13 e email NOUN GW Number=Sing|Typo=Yes 11 obj 11:obj _ +14 mail _ X NN _ 13 goeswith 13:goeswith _ 15 for for ADP IN _ 18 case 18:case _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 few few ADJ JJ Degree=Pos 18 amod 18:amod _ @@ -162218,7 +162311,7 @@ 19 but but CCONJ CC _ 22 cc 22:cc _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ 21 never never ADV RB _ 22 advmod 22:advmod _ -22 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 conj 8:conj:but _ +22 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 8 conj 8:conj:but _ 23 around around ADV RB _ 22 advmod 22:advmod _ 24 to to ADP IN _ 25 case 25:case _ 25 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 obl 22:obl:to SpaceAfter=No @@ -162229,13 +162322,13 @@ 1 ( ( PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 3 just just ADV RB _ 4 advmod 4:advmod _ -4 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -6 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +6 wanted want VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ 7 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 6 obj 6:obj|9:nsubj:xsubj _ 8 to to PART TO _ 9 mark 9:mark _ 9 see see VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ -10 one one NUM CD NumType=Card 9 obj 9:obj _ +10 one one NUM CD NumForm=Word|NumType=Card 9 obj 9:obj _ 11 of of ADP IN _ 15 case 15:case _ 12 those that DET DT Number=Plur|PronType=Dem 15 det 15:det _ 13 chain chain NOUN NN Number=Sing 14 compound 14:compound _ @@ -162246,25 +162339,25 @@ 18 so so ADV RB _ 21 advmod 21:advmod _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ 20 fineally fineally ADV RB _ 21 advmod 21:advmod _ -21 checked check VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ +21 checked check VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ 22 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 obj 21:obj SpaceAfter=No 23 , , PUNCT , _ 28 punct 28:punct _ 24 and and CCONJ CC _ 28 cc 28:cc _ 25 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 28 nsubj 28:nsubj _ 26 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 28 cop 28:cop _ 27 an a DET DT Definite=Ind|PronType=Art 28 det 28:det _ -28 e e NOUN NN Number=Sing 21 conj 21:conj:and _ -29 mail mail NOUN NN Number=Sing 28 goeswith 28:goeswith _ +28 e email NOUN GW Number=Sing|Typo=Yes 21 conj 21:conj:and _ +29 mail _ X NN _ 28 goeswith 28:goeswith _ 30 from from ADP IN _ 32 case 32:case _ -31 southwest southwest PROPN NNP Number=Sing 32 compound 32:compound _ -32 airlines airlines PROPN NNPS Number=Plur 28 nmod 28:nmod:from _ +31 southwest Southwest PROPN NNP Number=Sing 32 compound 32:compound _ +32 airlines Airline PROPN NNPS Number=Plur 28 nmod 28:nmod:from _ 33 telling tell VERB VBG VerbForm=Ger 28 acl 28:acl _ 34 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 33 iobj 33:iobj _ 35 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ 36 flight flight NOUN NN Number=Sing 37 compound 37:compound _ 37 dates date NOUN NNS Number=Plur 33 obj 33:obj _ 38 for for ADP IN _ 41 case 41:case _ -39 out our PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs|Typo=Yes 41 nmod:poss 41:nmod:poss _ +39 out our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs|Typo=Yes 41 nmod:poss 41:nmod:poss CorrectForm=our 40 family family NOUN NN Number=Sing 41 compound 41:compound _ 41 trip trip NOUN NN Number=Sing 37 nmod 37:nmod:for _ 42 to to ADP IN _ 43 case 43:case _ @@ -162274,15 +162367,15 @@ # sent_id = answers-20111107193044AAvUYBv_ans-0005 # text = I got so excited!!!! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 got get AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 so so ADV RB _ 4 advmod 4:advmod _ -4 excited excited ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No +4 excited excited ADJ JJ Degree=Pos 2 xcomp 2:xcomp SpaceAfter=No 5 !!!! !!!! PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111107193044AAvUYBv_ans-0006 # text = It said it was in January but still!!!! 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj|8:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 5 in in ADP IN _ 6 case 6:case _ @@ -162295,27 +162388,27 @@ # text = So I kept reading and then I saw the dates, it was from mid day Friday and arriving home mid day monday. :( 1 So so ADV RB _ 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 kept keep VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 kept keep VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 reading read VERB VBG VerbForm=Ger 3 advcl 3:advcl _ 5 and and CCONJ CC _ 8 cc 8:cc _ 6 then then ADV RB PronType=Dem 8 advmod 8:advmod _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +8 saw see VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 dates date NOUN NNS Number=Plur 8 obj 8:obj SpaceAfter=No -11 , , PUNCT , _ 3 punct 3:punct _ +11 , , PUNCT , _ 15 punct 15:punct _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj|19:nsubj _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ 14 from from ADP IN _ 15 case 15:case _ -15 mid mid X AFX _ 3 parataxis 3:parataxis _ -16 day day NOUN NN Number=Sing 15 goeswith 15:goeswith _ +15 mid midday NOUN AFX Number=Sing|Typo=Yes 3 parataxis 3:parataxis _ +16 day _ X NN _ 15 goeswith 15:goeswith _ 17 Friday Friday PROPN NNP Number=Sing 15 nmod:tmod 15:nmod:tmod _ 18 and and CCONJ CC _ 19 cc 19:cc _ 19 arriving arrive VERB VBG VerbForm=Ger 15 conj 15:conj:and _ 20 home home ADV RB _ 19 advmod 19:advmod _ -21 mid mid X AFX _ 23 advmod 23:advmod _ -22 day day NOUN NN Number=Sing 21 goeswith 21:goeswith _ -23 monday monday NOUN NN Number=Sing 19 obl:tmod 19:obl:tmod SpaceAfter=No +21 mid midday ADV AFX Number=Sing|Typo=Yes 23 advmod 23:advmod _ +22 day _ X NN _ 21 goeswith 21:goeswith _ +23 monday Monday PROPN NNP Number=Sing 19 obl:tmod 19:obl:tmod SpaceAfter=No 24 . . PUNCT . _ 3 punct 3:punct _ 25 :( :( SYM NFP _ 3 discourse 3:discourse _ @@ -162323,18 +162416,18 @@ # text = then I think I just kind of stopped smiling and just kind of sat there looking at the dates. 1 then then ADV RB PronType=Dem 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|14:nsubj _ 5 just just ADV RB _ 8 advmod 8:advmod _ -6 kind kind ADV RB _ 8 advmod 8:advmod _ -7 of of ADV RB _ 6 fixed 6:fixed _ -8 stopped stop VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +6 kind kind NOUN NN ExtPos=ADV|Number=Sing 8 advmod 8:advmod _ +7 of of ADP IN _ 6 fixed 6:fixed _ +8 stopped stop VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ 9 smiling smile VERB VBG VerbForm=Ger 8 advcl 8:advcl _ 10 and and CCONJ CC _ 14 cc 14:cc _ 11 just just ADV RB _ 14 advmod 14:advmod _ -12 kind kind ADV RB _ 14 advmod 14:advmod _ -13 of of ADV RB _ 12 fixed 12:fixed _ -14 sat sit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 conj 3:ccomp|8:conj:and _ +12 kind kind NOUN NN ExtPos=ADV|Number=Sing 14 advmod 14:advmod _ +13 of of ADP IN _ 12 fixed 12:fixed _ +14 sat sit VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 8 conj 3:ccomp|8:conj:and _ 15 there there ADV RB PronType=Dem 14 advmod 14:advmod _ 16 looking look VERB VBG VerbForm=Ger 14 advcl 14:advcl _ 17 at at ADP IN _ 19 case 19:case _ @@ -162346,14 +162439,14 @@ # text = (we live in Pennsylvania btw) I'm mad and upset now! 1 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 parataxis 10:parataxis _ +3 live live VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 10 parataxis 10:parataxis _ 4 in in ADP IN _ 5 case 5:case _ 5 Pennsylvania Pennsylvania PROPN NNP Number=Sing 3 obl 3:obl:in _ 6 btw btw ADV RB _ 3 advmod 3:advmod SpaceAfter=No 7 ) ) PUNCT -RRB- _ 3 punct 3:punct _ 8-9 I'm _ _ _ _ _ _ _ _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj|12:nsubj _ -9 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +9 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 mad mad ADJ JJ Degree=Pos 0 root 0:root _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 upset upset ADJ JJ Degree=Pos 10 conj 10:conj:and _ @@ -162366,30 +162459,30 @@ 1 Do do AUX VB Mood=Imp|VerbForm=Fin 3 aux 3:aux _ 2 n't not PART RB _ 3 advmod 3:advmod _ 3 get get VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 wrong wrong ADJ JJ Degree=Pos 3 advmod 3:advmod _ +4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj 3:obj _ +5 wrong wrong ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ -7 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +7 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 8 to to PART TO _ 9 mark 9:mark _ 9 go go VERB VB VerbForm=Inf 7 xcomp 7:xcomp SpaceAfter=No -10 , , PUNCT , _ 7 punct 7:punct _ -11 but but CCONJ CC _ 18 cc 18:cc _ +10 , , PUNCT , _ 14 punct 14:punct _ +11 but but CCONJ CC _ 14 cc 14:cc _ 12 for for ADP IN _ 14 case 14:case _ -13 2 2 NUM CD NumType=Card 14 nummod 14:nummod _ +13 2 2 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 14 days day NOUN NNS Number=Plur 18 obl 18:obl:for _ 15 -_- -_- SYM NFP _ 3 discourse 3:discourse _ 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -17 mean mean VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 discourse 3:discourse _ +17 mean mean VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 discourse 3:discourse _ 18 seriously seriously ADV RB _ 3 conj 3:conj:but SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111107193044AAvUYBv_ans-0011 # text = We are taking a 3 hour flight down to a fancy island in Florida and staying only 2 days. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|16:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 taking take VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -5 3 3 NUM CD NumType=Card 6 nummod 6:nummod _ +5 3 3 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 hour hour NOUN NN Number=Sing 7 compound 7:compound _ 7 flight flight NOUN NN Number=Sing 3 obj 3:obj _ 8 down down ADV RB _ 3 advmod 3:advmod _ @@ -162402,7 +162495,7 @@ 15 and and CCONJ CC _ 16 cc 16:cc _ 16 staying stay VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj:and _ 17 only only ADV RB _ 18 advmod 18:advmod _ -18 2 2 NUM CD NumType=Card 19 nummod 19:nummod _ +18 2 2 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod _ 19 days day NOUN NNS Number=Plur 16 obl:tmod 16:obl:tmod SpaceAfter=No 20 . . PUNCT . _ 3 punct 3:punct _ @@ -162410,30 +162503,30 @@ # text = ****sigh**** not trying to sound snooty or stuck up but I mean really! 1 **** **** PUNCT NFP _ 5 punct 5:punct SpaceAfter=No 2 sigh sigh INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -3 **** **** PUNCT NFP _ 5 punct 5:punct _ +3 **** **** PUNCT NFP _ 2 punct 2:punct _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 trying try VERB VBG VerbForm=Ger 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 sound sound VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 snooty snooty ADJ JJ Degree=Pos 7 xcomp 7:xcomp _ 9 or or CCONJ CC _ 10 cc 10:cc _ -10 stuck stick VERB VBN Tense=Past|VerbForm=Part 8 conj 7:xcomp|8:conj:or _ -11 up up ADP RB _ 10 advmod 10:advmod _ +10 stuck stick VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 conj 7:xcomp|8:conj:or _ +11 up up ADP RB _ 10 compound 10:compound _ 12 but but CCONJ CC _ 14 cc 14:cc _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj|15:nsubj:xsubj _ -14 mean mean VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 discourse 5:discourse _ +14 mean mean VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 discourse 5:discourse _ 15 really really ADV RB _ 14 xcomp 14:xcomp SpaceAfter=No -16 ! ! PUNCT . _ 4 punct 4:punct _ +16 ! ! PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111107193044AAvUYBv_ans-0013 # text = Can someone please make me feel better about this trip!!!! 1 Can can AUX MD VerbForm=Fin 4 aux 4:aux _ -2 someone someone PRON NN Number=Sing 4 nsubj 4:nsubj _ +2 someone someone PRON NN Number=Sing|PronType=Ind 4 nsubj 4:nsubj _ 3 please please INTJ UH _ 4 discourse 4:discourse _ 4 make make VERB VB VerbForm=Inf 0 root 0:root _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obj 4:obj|6:nsubj:xsubj|7:nsubj:xsubj _ 6 feel feel VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 better better ADJ JJR Degree=Cmp 6 xcomp 6:xcomp _ +7 better good ADJ JJR Degree=Cmp 6 xcomp 6:xcomp _ 8 about about ADP IN _ 10 case 10:case _ 9 this this DET DT Number=Sing|PronType=Dem 10 det 10:det _ 10 trip trip NOUN NN Number=Sing 6 obl 6:obl:about SpaceAfter=No @@ -162442,10 +162535,11 @@ # sent_id = answers-20111107193044AAvUYBv_ans-0014 # newpar id = answers-20111107193044AAvUYBv_ans-p0003 # text = A least your going.! -1 A at ADV RB _ 5 advmod 5:advmod _ -2 least least ADV RBS Degree=Sup 1 fixed 1:fixed _ -3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj SpaceAfter=No -4 r be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +1 A at ADP IN ExtPos=ADV|Typo=Yes 5 advmod 5:advmod CorrectForm=At +2 least least ADJ JJS Degree=Sup 1 fixed 1:fixed _ +3-4 your _ _ _ _ _ _ _ _ +3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ +4 r be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|Typo=Yes|VerbForm=Fin 5 aux 5:aux CorrectForm='re 5 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No 6 .! .! PUNCT . _ 5 punct 5:punct _ @@ -162453,15 +162547,15 @@ # text = Enjoy those 2 days it better then not going at all.! 1 Enjoy enjoy VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 those that DET DT Number=Plur|PronType=Dem 4 det 4:det _ -3 2 2 NUM CD NumType=Card 4 nummod 4:nummod _ -4 days day NOUN NNS Number=Plur 1 obl:tmod 1:obl:tmod _ +3 2 2 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +4 days day NOUN NNS Number=Plur 1 obj 1:obj _ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -6 better better ADJ JJR Degree=Cmp 1 parataxis 1:parataxis _ -7 then then SCONJ IN _ 9 mark 9:mark _ -8 not not ADV RB _ 9 advmod 9:advmod _ -9 going go VERB VBG VerbForm=Ger 6 advcl 6:advcl:then _ -10 at at ADV RB _ 11 case 11:case _ -11 all all ADV RB _ 9 obl 9:obl:at SpaceAfter=No +6 better good ADJ JJR Degree=Cmp 1 parataxis 1:parataxis _ +7 then than SCONJ IN Typo=Yes 9 mark 9:mark CorrectForm=than +8 not not PART RB _ 9 advmod 9:advmod _ +9 going go VERB VBG VerbForm=Ger 6 advcl 6:advcl:than _ +10 at at ADP IN _ 11 case 11:case _ +11 all all DET DT PronType=Tot 9 obl 9:obl:at SpaceAfter=No 12 .! .! PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111107193044AAvUYBv_ans-0016 @@ -162471,7 +162565,7 @@ 3 will will AUX MD VerbForm=Fin 7 aux 7:aux _ 4 be be AUX VB VerbForm=Inf 7 cop 7:cop _ 5 fun fun ADJ JJ Degree=Pos 7 amod 7:amod _ -6 2 2 NUM CD NumType=Card 7 nummod 7:nummod _ +6 2 2 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 days day NOUN NNS Number=Plur 0 root 0:root _ 8 cause cause SCONJ IN _ 11 mark 11:mark _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ @@ -162484,8 +162578,8 @@ 16 of of ADP IN _ 18 case 18:case _ 17 beautiful beautiful ADJ JJ Degree=Pos 18 amod 18:amod _ 18 places place NOUN NNS Number=Plur 15 nmod 15:nmod:of SpaceAfter=No -19 , , PUNCT , _ 7 punct 7:punct _ -20 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj|24:nsubj:xsubj _ +19 , , PUNCT , _ 22 punct 22:punct _ +20 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj|24:nsubj:xsubj _ 21 can can AUX MD VerbForm=Fin 22 aux 22:aux _ 22 afford afford VERB VB VerbForm=Inf 7 parataxis 7:parataxis _ 23 to to PART TO _ 24 mark 24:mark _ @@ -162494,7 +162588,7 @@ 26 be be AUX VB Mood=Imp|VerbForm=Fin 27 cop 27:cop _ 27 happy happy ADJ JJ Degree=Pos 22 parataxis 22:parataxis _ 28 you you PRON PRP Case=Nom|Person=2|PronType=Prs 29 nsubj 29:nsubj _ -29 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 ccomp 27:ccomp _ +29 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 27 ccomp 27:ccomp _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 31 money money NOUN NN Number=Sing 29 obj 29:obj _ 32 to to PART TO _ 33 mark 33:mark _ @@ -162508,11 +162602,11 @@ 1 Well well INTJ UH _ 9 discourse 9:discourse SpaceAfter=No 2 , , PUNCT , _ 4 punct 4:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 mean mean VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 discourse 9:discourse SpaceAfter=No +4 mean mean VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 discourse 9:discourse SpaceAfter=No 5 , , PUNCT , _ 4 punct 4:punct _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj|12:nsubj:xsubj _ 7-8 don't _ _ _ _ _ _ _ _ -7 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +7 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 n't not PART RB _ 9 advmod 9:advmod _ 9 have have VERB VB VerbForm=Inf 0 root 0:root _ 10 to to PART TO _ 12 mark 12:mark _ @@ -162524,10 +162618,10 @@ # sent_id = answers-20111107193044AAvUYBv_ans-0018 # text = At least you get to go to Florida in JANUARY. -1 At at ADV RB _ 2 advmod 2:advmod _ -2 least least ADV RBS Degree=Sup 4 advmod 4:advmod _ +1 At at ADP IN ExtPos=ADV 4 advmod 4:advmod _ +2 least least ADJ JJS Degree=Sup 1 fixed 1:advmod _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -4 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 go go VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 to to ADP IN _ 8 case 8:case _ @@ -162539,30 +162633,30 @@ # sent_id = answers-20111107193044AAvUYBv_ans-0019 # text = And, having only two days makes you realize what you have with your family. 1 And and CCONJ CC _ 7 cc 7:cc SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 having have VERB VBG VerbForm=Ger 7 csubj 7:csubj _ 4 only only ADV RB _ 5 advmod 5:advmod _ -5 two two NUM CD NumType=Card 6 nummod 6:nummod _ -6 days day NOUN NNS Number=Plur 3 obl:tmod 3:obl:tmod _ +5 two two NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ +6 days day NOUN NNS Number=Plur 3 obj 3:obj _ 7 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 you you PRON PRP Case=Acc|Person=2|PronType=Prs 7 obj 7:obj|9:nsubj:xsubj _ 9 realize realize VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ -10 what what PRON WP PronType=Int 9 obj 9:obj _ +10 what what PRON WP PronType=Rel 9 obj 9:obj|12:obj _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ -12 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +12 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ 13 with with ADP IN _ 15 case 15:case _ -14 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 family family NOUN NN Number=Sing 12 obl 12:obl:with SpaceAfter=No 16 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111107193044AAvUYBv_ans-0020 # text = "Nothing Gold Can Stay", honey. -1 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No -2 Nothing nothing PRON NN Number=Sing 5 nsubj 5:nsubj|8:nsubj:xsubj _ +1 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No +2 Nothing nothing PRON NN Number=Sing|PronType=Neg 5 nsubj 5:nsubj|8:nsubj:xsubj _ 3 Gold gold ADJ JJ Degree=Pos 2 amod 2:amod _ 4 Can can AUX MD VerbForm=Fin 5 aux 5:aux _ 5 Stay stay VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No -6 " " PUNCT '' _ 8 punct 8:punct SpaceAfter=No +6 " " PUNCT '' _ 5 punct 5:punct SpaceAfter=No 7 , , PUNCT , _ 8 punct 8:punct _ 8 honey honey NOUN NN Number=Sing 5 xcomp 5:xcomp SpaceAfter=No 9 . . PUNCT . _ 8 punct 8:punct _ @@ -162578,7 +162672,7 @@ 7 and and CCONJ CC _ 16 cc 16:cc _ 8 then then ADV RB PronType=Dem 16 advmod 16:advmod _ 9 if if SCONJ IN _ 12 mark 12:mark _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 family family NOUN NN Number=Sing 12 nsubj 12:nsubj _ 12 enjoys enjoy VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:if _ 13 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 obj 12:obj _ @@ -162588,7 +162682,7 @@ 17 again again ADV RB _ 16 advmod 16:advmod _ 18 for for ADP IN _ 21 case 21:case _ 19 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ -20 longer longer ADJ JJR Degree=Cmp 21 amod 21:amod _ +20 longer long ADJ JJR Degree=Cmp 21 amod 21:amod _ 21 period period NOUN NN Number=Sing 16 obl 16:obl:for _ 22 of of ADP IN _ 23 case 23:case _ 23 time time NOUN NN Number=Sing 21 nmod 21:nmod:of SpaceAfter=No @@ -162599,27 +162693,27 @@ 1 If if SCONJ IN _ 5 mark 5:mark _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 3-4 don't _ _ _ _ _ _ _ _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 like like VERB VB VerbForm=Inf 13 advcl 13:advcl:if _ 6 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 obj 5:obj SpaceAfter=No -7 , , PUNCT , _ 13 punct 13:punct _ +7 , , PUNCT , _ 5 punct 5:punct _ 8-9 it'll _ _ _ _ _ _ _ _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 9 'll will AUX MD VerbForm=Fin 13 aux 13:aux _ 10 only only ADV RB _ 13 advmod 13:advmod _ 11 be be AUX VB VerbForm=Inf 13 cop 13:cop _ -12 two two NUM CD NumType=Card 13 nummod 13:nummod _ +12 two two NUM CD NumForm=Word|NumType=Card 13 nummod 13:nummod _ 13 days day NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ +14 , , PUNCT , _ 15 punct 15:punct _ 15 remember remember VERB VB Mood=Imp|VerbForm=Fin 13 parataxis 13:parataxis SpaceAfter=No 16 ? ? PUNCT . _ 13 punct 13:punct _ # sent_id = answers-20111107193044AAvUYBv_ans-0023 # text = Hope you have a crapload of fun! -1 Hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 crapload crapload NOUN NN Number=Sing 3 obj 3:obj _ 6 of of ADP IN _ 7 case 7:case _ @@ -162642,7 +162736,7 @@ # text = What is Italian High Renaissance? 1 What what PRON WP PronType=Int 0 root 0:root _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -3 Italian italian ADJ JJ Degree=Pos 5 amod 5:amod _ +3 Italian Italian ADJ JJ Degree=Pos 5 amod 5:amod _ 4 High high ADJ JJ Degree=Pos 5 amod 5:amod _ 5 Renaissance Renaissance PROPN NNP Number=Sing 1 nsubj 1:nsubj SpaceAfter=No 6 ? ? PUNCT . _ 1 punct 1:punct _ @@ -162655,7 +162749,7 @@ 3 look look NOUN NN Number=Sing 1 obj 1:obj _ 4 at at ADP IN _ 5 case 5:case _ 5 this this PRON DT Number=Sing|PronType=Dem 3 nmod 3:nmod:at SpaceAfter=No -6 , , PUNCT , _ 1 punct 1:punct _ +6 , , PUNCT , _ 9 punct 9:punct _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 8 may may AUX MD VerbForm=Fin 9 aux 9:aux _ 9 help help VERB VB VerbForm=Inf 1 parataxis 1:parataxis SpaceAfter=No @@ -162663,19 +162757,19 @@ # sent_id = answers-20111108073322AA27tkh_ans-0003 # text = 1) The Italian Renaissance began the opening phase of the Renaissance, a period of great cultural change and achievement in Europe that spanned the period from the end of the 13th century to about 1600, marking the transition between Medieval and Early Modern Europe. -1 1 1 X LS _ 6 nummod 6:nummod SpaceAfter=No +1 1 1 NUM LS NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No 2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ 3 The the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 Italian Italian PROPN NNP Number=Sing 5 compound 5:compound _ +4 Italian Italian ADJ NNP Degree=Pos 5 amod 5:amod _ 5 Renaissance Renaissance PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -6 began begin VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 began begin VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 opening opening ADJ JJ Degree=Pos 9 amod 9:amod _ 9 phase phase NOUN NN Number=Sing 6 obj 6:obj _ 10 of of ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 Renaissance Renaissance PROPN NNP Number=Sing 9 nmod 9:nmod:of SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ +13 , , PUNCT , _ 15 punct 15:punct _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 period period NOUN NN Number=Sing 12 appos 12:appos|25:nsubj _ 16 of of ADP IN _ 19 case 19:case _ @@ -162687,7 +162781,7 @@ 22 in in ADP IN _ 23 case 23:case _ 23 Europe Europe PROPN NNP Number=Sing 19 nmod 19:nmod:in _ 24 that that PRON WDT PronType=Rel 25 nsubj 15:ref _ -25 spanned span VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ +25 spanned span VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 period period NOUN NN Number=Sing 25 obj 25:obj _ 28 from from ADP IN _ 30 case 30:case _ @@ -162695,12 +162789,12 @@ 30 end end NOUN NN Number=Sing 27 nmod 27:nmod:from _ 31 of of ADP IN _ 34 case 34:case _ 32 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ -33 13th 13th ADJ JJ Degree=Pos|NumType=Ord 34 amod 34:amod _ +33 13th 13th ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 34 amod 34:amod _ 34 century century NOUN NN Number=Sing 30 nmod 30:nmod:of _ 35 to to ADP IN _ 37 case 37:case _ 36 about about ADV RB _ 37 advmod 37:advmod _ -37 1600 1600 NUM CD NumType=Card 27 nmod 27:nmod:to SpaceAfter=No -38 , , PUNCT , _ 27 punct 27:punct _ +37 1600 1600 NUM CD NumForm=Digit|NumType=Card 27 nmod 27:nmod:to SpaceAfter=No +38 , , PUNCT , _ 39 punct 39:punct _ 39 marking mark VERB VBG VerbForm=Ger 27 acl 27:acl _ 40 the the DET DT Definite=Def|PronType=Art 41 det 41:det _ 41 transition transition NOUN NN Number=Sing 39 obj 39:obj _ @@ -162724,20 +162818,20 @@ 8 modern modern ADJ JJ Degree=Pos 9 amod 9:amod _ 9 one one NOUN NN Number=Sing 0 root 0:root|11:nsubj _ 10 that that PRON WDT PronType=Rel 11 nsubj 9:ref _ -11 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +11 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 12 into into ADP IN _ 13 case 13:case _ 13 currency currency NOUN NN Number=Sing 11 obl 11:obl:into _ 14 in in ADP IN _ 17 case 17:case _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -16 19th 19th ADJ JJ Degree=Pos|NumType=Ord 17 amod 17:amod _ +16 19th 19th ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 17 amod 17:amod _ 17 century century NOUN NN Number=Sing 11 obl 11:obl:in SpaceAfter=No -18 , , PUNCT , _ 11 punct 11:punct _ +18 , , PUNCT , _ 21 punct 21:punct _ 19 in in ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 work work NOUN NN Number=Sing 11 obl 11:obl:in _ 22 of of ADP IN _ 23 case 23:case _ 23 historians historian NOUN NNS Number=Plur 21 nmod 21:nmod:of _ -24 such such ADJ JJ Degree=Pos 26 case 26:case _ +24 such such ADJ JJ Degree=Pos|ExtPos=ADP 26 case 26:case _ 25 as as ADP IN _ 24 fixed 24:fixed _ 26 Jacob Jacob PROPN NNP Number=Sing 23 nmod 23:nmod:such_as _ 27 Burckhardt Burckhardt PROPN NNP Number=Sing 26 flat 26:flat SpaceAfter=No @@ -162769,27 +162863,27 @@ 22 traced trace VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 39 advcl 39:advcl:although _ 23 to to ADP IN _ 26 case 26:case _ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -25 earlier earlier ADJ JJR Degree=Cmp 26 amod 26:amod _ +25 earlier early ADJ JJR Degree=Cmp 26 amod 26:amod _ 26 part part NOUN NN Number=Sing 22 obl 22:obl:to _ 27 of of ADP IN _ 30 case 30:case _ 28 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ -29 14th 14th ADJ JJ Degree=Pos|NumType=Ord 30 amod 30:amod _ +29 14th 14th ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 30 amod 30:amod _ 30 century century NOUN NN Number=Sing 26 nmod 26:nmod:of SpaceAfter=No -31 , , PUNCT , _ 39 punct 39:punct _ +31 , , PUNCT , _ 22 punct 22:punct _ 32 many many ADJ JJ Degree=Pos 33 amod 33:amod _ 33 aspects aspect NOUN NNS Number=Plur 39 nsubj 39:nsubj|41:nsubj:xsubj _ 34 of of ADP IN _ 36 case 36:case _ -35 Italian italian ADJ JJ Degree=Pos 36 amod 36:amod _ +35 Italian Italian ADJ JJ Degree=Pos 36 amod 36:amod _ 36 culture culture NOUN NN Number=Sing 33 nmod 33:nmod:of _ 37 and and CCONJ CC _ 38 cc 38:cc _ 38 society society NOUN NN Number=Sing 36 conj 33:nmod:of|36:conj:and _ -39 remained remain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +39 remained remain VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 40 largely largely ADV RB _ 39 advmod 39:advmod _ 41 Medieval medieval ADJ JJ Degree=Pos 39 xcomp 39:xcomp SpaceAfter=No -42 ; ; PUNCT , _ 41 punct 41:punct _ +42 ; ; PUNCT , _ 47 punct 47:punct _ 43 the the DET DT Definite=Def|PronType=Art 44 det 44:det _ 44 Renaissance Renaissance PROPN NNP Number=Sing 47 nsubj 47:nsubj _ -45 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 47 aux 47:aux _ +45 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 47 aux 47:aux _ 46 not not PART RB _ 47 advmod 47:advmod _ 47 come come VERB VB VerbForm=Inf 41 parataxis 41:parataxis _ 48 into into ADP IN _ 50 case 50:case _ @@ -162821,12 +162915,12 @@ 14 and and CCONJ CC _ 19 cc 19:cc _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 era era NOUN NN Number=Sing 19 nsubj:pass 19:nsubj:pass _ -17 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 aux:pass 19:aux:pass _ -18 best best ADV RBS Degree=Sup 19 advmod 19:advmod _ +17 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 aux:pass 19:aux:pass _ +18 best well ADV RBS Degree=Sup 19 advmod 19:advmod _ 19 known know VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 conj 9:conj:and _ 20 for for ADP IN _ 23 case 23:case _ 21 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -22 renewed renew VERB VBN Tense=Past|VerbForm=Part 23 amod 23:amod _ +22 renewed renew VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 amod 23:amod _ 23 interest interest NOUN NN Number=Sing 19 obl 19:obl:for _ 24 in in ADP IN _ 26 case 26:case _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ @@ -162836,25 +162930,25 @@ 29 antiquity antiquity NOUN NN Number=Sing 26 nmod 26:nmod:of _ 30 after after ADP IN _ 32 case 32:case _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ -32 period period NOUN NN Number=Sing 23 nmod 23:nmod:after|36:obj _ +32 period period NOUN NN Number=Sing 23 nmod 23:nmod:after|36:obj|39:nsubj:xsubj _ 33 that that PRON WDT PronType=Rel 36 obj 32:ref _ 34 Renaissance Renaissance PROPN NNP Number=Sing 35 compound 35:compound _ -35 humanists humanist NOUN NNS Number=Plur 36 nsubj 36:nsubj|39:nsubj:xsubj _ -36 labelled label VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 32 acl:relcl 32:acl:relcl _ +35 humanists humanist NOUN NNS Number=Plur 36 nsubj 36:nsubj _ +36 labelled label VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 32 acl:relcl 32:acl:relcl _ 37 the the DET DT Definite=Def|PronType=Art 39 det 39:det _ -38 Dark Dark PROPN NNP Number=Sing 39 compound 39:compound _ -39 Ages Ages PROPN NNPS Number=Plur 36 xcomp 36:xcomp SpaceAfter=No +38 Dark Dark ADJ NNP Degree=Pos 39 amod 39:amod _ +39 Ages Age PROPN NNPS Number=Plur 36 xcomp 36:xcomp SpaceAfter=No 40 . . PUNCT . _ 9 punct 9:punct _ # sent_id = answers-20111108073322AA27tkh_ans-0007 # text = These changes, while significant, were concentrated in the elite, and for the vast majority of the population life was little changed from the Middle Ages. 1 These this DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 changes change NOUN NNS Number=Plur 8 nsubj:pass 8:nsubj:pass SpaceAfter=No -3 , , PUNCT , _ 8 punct 8:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 while while SCONJ IN _ 5 mark 5:mark _ 5 significant significant ADJ JJ Degree=Pos 8 advcl 8:advcl:while SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ -7 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux:pass 8:aux:pass _ +6 , , PUNCT , _ 5 punct 5:punct _ +7 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 aux:pass 8:aux:pass _ 8 concentrated concentrate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 9 in in ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ @@ -162874,30 +162968,30 @@ 24 changed change VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 conj 8:conj:and _ 25 from from ADP IN _ 28 case 28:case _ 26 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ -27 Middle Middle PROPN NNP Number=Sing 28 compound 28:compound _ -28 Ages Ages PROPN NNPS Number=Plur 24 obl 24:obl:from SpaceAfter=No +27 Middle Middle ADJ NNP Degree=Pos 28 amod 28:amod _ +28 Ages Age PROPN NNPS Number=Plur 24 obl 24:obl:from SpaceAfter=No 29 . . PUNCT . _ 8 punct 8:punct _ # sent_id = answers-20111108073322AA27tkh_ans-0008 # text = 2)The expression High Renaissance, in art history, is a periodizing convention used to denote the apogee of the visual arts in the Italian Renaissance. -1 2 2 X LS _ 6 nummod 6:nummod SpaceAfter=No +1 2 2 NUM LS NumForm=Digit|NumType=Card 15 nummod 15:nummod SpaceAfter=No 2 ) ) PUNCT -RRB- _ 1 punct 1:punct SpaceAfter=No 3 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 expression expression NOUN NN Number=Sing 15 nsubj 15:nsubj _ 5 High high ADJ JJ Degree=Pos 6 amod 6:amod _ -6 Renaissance Renaissance PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +6 Renaissance Renaissance PROPN NNP Number=Sing 4 appos 4:appos SpaceAfter=No +7 , , PUNCT , _ 10 punct 10:punct _ 8 in in ADP IN _ 10 case 10:case _ 9 art art NOUN NN Number=Sing 10 compound 10:compound _ 10 history history NOUN NN Number=Sing 4 nmod 4:nmod:in SpaceAfter=No -11 , , PUNCT , _ 15 punct 15:punct _ +11 , , PUNCT , _ 4 punct 4:punct _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 14 periodizing periodizing NOUN NN Number=Sing 15 compound 15:compound _ -15 convention convention NOUN NN Number=Sing 1 appos 1:appos _ -16 used use VERB VBN Tense=Past|VerbForm=Part 15 acl 15:acl _ +15 convention convention NOUN NN Number=Sing 0 root 0:root _ +16 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 acl 15:acl _ 17 to to PART TO _ 18 mark 18:mark _ -18 denote denote VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ +18 denote denote VERB VB VerbForm=Inf 16 advcl 16:advcl:to _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 apogee apogee NOUN NN Number=Sing 18 obj 18:obj _ 21 of of ADP IN _ 24 case 24:case _ @@ -162906,7 +163000,7 @@ 24 arts art NOUN NNS Number=Plur 20 nmod 20:nmod:of _ 25 in in ADP IN _ 28 case 28:case _ 26 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ -27 Italian italian ADJ JJ Degree=Pos 28 amod 28:amod _ +27 Italian Italian ADJ JJ Degree=Pos 28 amod 28:amod _ 28 Renaissance Renaissance PROPN NNP Number=Sing 24 nmod 24:nmod:in SpaceAfter=No 29 . . PUNCT . _ 15 punct 15:punct _ @@ -162923,16 +163017,16 @@ 9 begin begin VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 in in ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -12 1490s 1490 NOUN NNS Number=Plur 9 obl 9:obl:in SpaceAfter=No -13 , , PUNCT , _ 7 punct 7:punct _ +12 1490s 1490s NOUN NNS Number=Plur 9 obl 9:obl:in SpaceAfter=No +13 , , PUNCT , _ 17 punct 17:punct _ 14 with with ADP IN _ 17 case 17:case _ 15-16 Leonardos _ _ _ _ _ _ _ _ 15 Leonardo Leonardo PROPN NNP Number=Sing 17 nmod:poss 17:nmod:poss _ -16 s 's PART POS _ 15 case 15:case _ +16 s 's PART POS Typo=Yes 15 case 15:case CorrectForm='s 17 fresco fresco NOUN NN Number=Sing 9 obl 9:obl:with _ 18 of of ADP IN _ 21 case 21:case _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -20 Last Last PROPN NNP Number=Sing 21 compound 21:compound _ +20 Last Last ADJ NNP Degree=Pos 21 amod 21:amod _ 21 Supper Supper PROPN NNP Number=Sing 17 nmod 17:nmod:of _ 22 in in ADP IN _ 23 case 23:case _ 23 Milan Milan PROPN NNP Number=Sing 17 nmod 17:nmod:in _ @@ -162951,7 +163045,7 @@ 36 have have AUX VB VerbForm=Inf 37 aux 37:aux _ 37 ended end VERB VBN Tense=Past|VerbForm=Part 9 conj 7:xcomp|9:conj:and _ 38 in in ADP IN _ 39 case 39:case _ -39 1527 1527 NUM CD NumType=Card 37 obl 37:obl:in _ +39 1527 1527 NUM CD NumForm=Digit|NumType=Card 37 obl 37:obl:in _ 40 with with ADP IN _ 42 case 42:case _ 41 the the DET DT Definite=Def|PronType=Art 42 det 42:det _ 42 sacking sacking NOUN NN Number=Sing 37 obl 37:obl:with _ @@ -162962,7 +163056,7 @@ 47 troops troops NOUN NNS Number=Plur 42 nmod 42:nmod:by _ 48 of of ADP IN _ 49 case 49:case _ 49 Charles Charles PROPN NNP Number=Sing 47 nmod 47:nmod:of _ -50 V V PROPN NNP Number=Sing 49 flat 49:flat SpaceAfter=No +50 V V NUM CD NumForm=Roman|NumType=Card 49 nummod 49:nummod SpaceAfter=No 51 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108073322AA27tkh_ans-0010 @@ -162970,12 +163064,12 @@ 1 This this DET DT Number=Sing|PronType=Dem 2 det 2:det _ 2 term term NOUN NN Number=Sing 5 nsubj:pass 5:nsubj:pass|18:nsubj:pass _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ -4 first first ADV RB _ 5 advmod 5:advmod _ +4 first first ADV RB NumForm=Word|NumType=Ord 5 advmod 5:advmod _ 5 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 in in ADP IN _ 7 case 7:case _ 7 German German PROPN NNP Number=Sing 5 obl 5:obl:in _ 8 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No -9 Hochrenaissance hochrenaissance X FW Foreign=Yes 5 appos 5:appos SpaceAfter=No +9 Hochrenaissance hochrenaissance X FW Foreign=Yes 5 parataxis 5:parataxis SpaceAfter=No 10 ) ) PUNCT -RRB- _ 9 punct 9:punct _ 11 in in ADP IN _ 15 case 15:case _ 12 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -162985,7 +163079,7 @@ 16 , , PUNCT , _ 18 punct 18:punct _ 17 and and CCONJ CC _ 18 cc 18:cc _ 18 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ -19 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 origins origin NOUN NNS Number=Plur 18 obj 18:obj _ 21 in in ADP IN _ 25 case 25:case _ 22 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ @@ -162997,9 +163091,9 @@ 28 painting painting NOUN NN Number=Sing 25 nmod 25:nmod:of _ 29 and and CCONJ CC _ 30 cc 30:cc _ 30 sculpture sculpture NOUN NN Number=Sing 28 conj 25:nmod:of|28:conj:and _ -31 described describe VERB VBN Tense=Past|VerbForm=Part 25 acl 25:acl _ +31 described describe VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 acl 25:acl _ 32 by by ADP IN _ 33 case 33:case _ -33 Johann Johann PROPN NNP Number=Sing 31 obl 31:obl:by _ +33 Johann Johann PROPN NNP Number=Sing 31 obl:agent 31:obl:agent _ 34 Joachim Joachim PROPN NNP Number=Sing 33 flat 33:flat _ 35 Winckelmann Winckelmann PROPN NNP Number=Sing 33 flat 33:flat SpaceAfter=No 36 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No @@ -163007,14 +163101,14 @@ # sent_id = answers-20111108073322AA27tkh_ans-0011 # text = [1] Over the last twenty years, use of the term has been frequently criticized by academic art historians for over-simplifying artistic developments, ignoring historical context, and focusing only on a few iconic works. 1 [ [ PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No -2 1 1 X LS _ 17 nummod 17:nummod SpaceAfter=No +2 1 1 NUM LS NumForm=Digit|NumType=Card 17 nummod 17:nummod SpaceAfter=No 3 ] ] PUNCT -RRB- _ 2 punct 2:punct _ 4 Over over ADP IN _ 8 case 8:case _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 6 last last ADJ JJ Degree=Pos 8 amod 8:amod _ -7 twenty twenty NUM CD NumType=Card 8 nummod 8:nummod _ +7 twenty twenty NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 8 years year NOUN NNS Number=Plur 17 obl 17:obl:over SpaceAfter=No -9 , , PUNCT , _ 17 punct 17:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10 use use NOUN NN Number=Sing 17 nsubj:pass 17:nsubj:pass _ 11 of of ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ @@ -163026,7 +163120,7 @@ 18 by by ADP IN _ 21 case 21:case _ 19 academic academic ADJ JJ Degree=Pos 21 amod 21:amod _ 20 art art NOUN NN Number=Sing 21 compound 21:compound _ -21 historians historian NOUN NNS Number=Plur 17 obl 17:obl:by _ +21 historians historian NOUN NNS Number=Plur 17 obl:agent 17:obl:agent _ 22 for for SCONJ IN _ 23 mark 23:mark _ 23 over-simplifying over-simplify VERB VBG VerbForm=Ger 17 advcl 17:advcl:for _ 24 artistic artistic ADJ JJ Degree=Pos 25 amod 25:amod _ @@ -163049,12 +163143,12 @@ # sent_id = answers-20111108073322AA27tkh_ans-0012 # text = [2] 1 [ [ PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No -2 2 2 X LS _ 0 root 0:root SpaceAfter=No +2 2 2 NUM LS NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No 3 ] ] PUNCT -RRB- _ 2 punct 2:punct _ # sent_id = answers-20111108073322AA27tkh_ans-0013 # text = Hope it helps! -1 Hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 3 helps help VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp SpaceAfter=No 4 ! ! PUNCT . _ 1 punct 1:punct _ @@ -163065,8 +163159,8 @@ # text = I'm American and I am going to the UK for the first time, what should I expect? 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 American american ADJ JJ Degree=Pos 0 root 0:root _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +3 American American ADJ JJ Degree=Pos 0 root 0:root _ 4 and and CCONJ CC _ 7 cc 7:cc _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 6 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ @@ -163076,9 +163170,9 @@ 10 UK UK PROPN NNP Number=Sing 7 obl 7:obl:to _ 11 for for ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -13 first first ADJ JJ Degree=Pos|NumType=Ord 14 amod 14:amod _ +13 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 14 amod 14:amod _ 14 time time NOUN NN Number=Sing 7 obl 7:obl:for SpaceAfter=No -15 , , PUNCT , _ 3 punct 3:punct _ +15 , , PUNCT , _ 19 punct 19:punct _ 16 what what PRON WP PronType=Int 19 obj 19:obj _ 17 should should AUX MD VerbForm=Fin 19 aux 19:aux _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ @@ -163090,13 +163184,13 @@ # text = I just need to talk to an another american who has gone to the UK before so that I know what expect when arriving at the airport and with going through visa process and everything. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 talk talk VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 to to ADP IN _ 9 case 9:case _ 7 an a DET DT Definite=Ind|PronType=Art 9 reparandum 9:reparandum _ -8 another another DET DT _ 9 det 9:det _ -9 american american ADJ JJ Degree=Pos 5 obl 5:obl:to|12:nsubj _ +8 another another DET DT PronType=Ind 9 det 9:det _ +9 american American ADJ JJ Degree=Pos 5 obl 5:obl:to|12:nsubj _ 10 who who PRON WP PronType=Rel 12 nsubj 9:ref _ 11 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 gone go VERB VBN Tense=Past|VerbForm=Part 9 acl:relcl 9:acl:relcl _ @@ -163107,10 +163201,10 @@ 17 so so SCONJ IN _ 20 mark 20:mark _ 18 that that SCONJ IN _ 17 fixed 17:fixed _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:so_that _ +20 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:so_that _ 21 what what PRON WP PronType=Int 22 nsubj 22:nsubj _ 22 expect expect VERB VB VerbForm=Inf 20 ccomp 20:ccomp _ -23 when when SCONJ WRB PronType=Int 24 mark 24:mark _ +23 when when ADV WRB PronType=Int 24 advmod 24:advmod _ 24 arriving arrive VERB VBG VerbForm=Ger 22 advcl 22:advcl:when _ 25 at at ADP IN _ 27 case 27:case _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ @@ -163122,18 +163216,18 @@ 32 visa visa NOUN NN Number=Sing 33 compound 33:compound _ 33 process process NOUN NN Number=Sing 30 obl 30:obl:through _ 34 and and CCONJ CC _ 35 cc 35:cc _ -35 everything everything PRON NN Number=Sing 24 conj 22:advcl:when|24:conj:and SpaceAfter=No +35 everything everything PRON NN Number=Sing|PronType=Tot 24 conj 22:advcl:when|24:conj:and SpaceAfter=No 36 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108111128AAwfype_ans-0003 # text = do you get your visitors visa immediately at the airport? -1 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 get get VERB VB VerbForm=Inf 0 root 0:root _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 5-6 visitors _ _ _ _ _ _ _ _ 5 visitor visitor NOUN NN Number=Sing 7 nmod:poss 7:nmod:poss _ -6 s 's PART POS _ 5 case 5:case _ +6 s 's PART POS Typo=Yes 5 case 5:case CorrectForm='s 7 visa visa NOUN NN Number=Sing 3 obj 3:obj _ 8 immediately immediately ADV RB _ 3 advmod 3:advmod _ 9 at at ADP IN _ 11 case 11:case _ @@ -163147,21 +163241,21 @@ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ 3 told tell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 that that SCONJ IN _ 7 mark 7:mark _ -5 americans american PROPN NNPS Number=Plur 7 nsubj 7:nsubj _ +5 americans American PROPN NNPS Number=Plur 7 nsubj 7:nsubj _ 6 automatically automatically ADV RB _ 7 advmod 7:advmod _ 7 get get VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ 8 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -9 six six NUM CD NumType=Card 10 nummod 10:nummod _ -10 months month NOUN NNS Number=Plur 13 compound 13:compound _ +9 six six NUM CD NumForm=Word|NumType=Card 10 nummod 10:nummod _ +10 months month NOUN NNS Number=Plur 13 nmod:poss 13:nmod:poss MissingWordsAfter=' 11-12 visitors _ _ _ _ _ _ _ _ 11 visitor visitor NOUN NN Number=Sing 13 nmod:poss 13:nmod:poss _ -12 s 's PART POS _ 11 case 11:case _ +12 s 's PART POS Typo=Yes 11 case 11:case CorrectForm='s 13 visa visa NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108111128AAwfype_ans-0005 # text = do you have to go through a medical exam right away? -1 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ @@ -163188,9 +163282,9 @@ # sent_id = answers-20111108111128AAwfype_ans-0008 # text = or do i just show them passport and walk through the gates? -1 or or CCONJ CC _ 9 cc 9:cc _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ -3 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|9:nsubj _ +1 or or CCONJ CC _ 5 cc 5:cc _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|9:nsubj _ 4 just just ADV RB _ 5 advmod 5:advmod _ 5 show show VERB VB VerbForm=Inf 0 root 0:root _ 6 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 5 iobj 5:iobj _ @@ -163204,14 +163298,14 @@ # sent_id = answers-20111108111128AAwfype_ans-0009 # text = i have talked to some people that say that a medical exam is an invasion of privacy and other say its a routine thing when entering another country. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 talked talk VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 to to ADP IN _ 6 case 6:case _ -5 some some DET DT _ 6 det 6:det _ +5 some some DET DT PronType=Ind 6 det 6:det _ 6 people people NOUN NNS Number=Plur 3 obl 3:obl:to|8:nsubj _ 7 that that PRON WDT PronType=Rel 8 nsubj 6:ref _ -8 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +8 say say VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 9 that that SCONJ IN _ 15 mark 15:mark _ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 11 medical medical ADJ JJ Degree=Pos 12 amod 12:amod _ @@ -163223,16 +163317,16 @@ 17 privacy privacy NOUN NN Number=Sing 15 nmod 15:nmod:of _ 18 and and CCONJ CC _ 20 cc 20:cc _ 19 other other ADJ JJ Degree=Pos 20 nsubj 20:nsubj _ -20 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +20 say say VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 21-22 its _ _ _ _ _ _ _ _ 21 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 25 nsubj 25:nsubj _ -22 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ +22 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 25 cop 25:cop CorrectForm='s 23 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ -24 routine routine NOUN NN Number=Sing 25 compound 25:compound _ +24 routine routine ADJ JJ Degree=Pos 25 amod 25:amod _ 25 thing thing NOUN NN Number=Sing 20 ccomp 20:ccomp _ -26 when when SCONJ WRB PronType=Int 27 mark 27:mark _ +26 when when ADV WRB PronType=Int 27 advmod 27:advmod _ 27 entering enter VERB VBG VerbForm=Ger 25 advcl 25:advcl:when _ -28 another another DET DT _ 29 det 29:det _ +28 another another DET DT PronType=Ind 29 det 29:det _ 29 country country NOUN NN Number=Sing 27 obj 27:obj SpaceAfter=No 30 . . PUNCT . _ 3 punct 3:punct _ @@ -163240,24 +163334,24 @@ # text = I honestly have no idea what to expect or prepare for and calling in to get professional advice from either of the embassies costs by the minute- which I really don't have the money for. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 honestly honestly ADV RB _ 3 advmod 3:advmod _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 no no DET DT _ 5 det 5:det _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 no no DET DT PronType=Neg 5 det 5:det _ 5 idea idea NOUN NN Number=Sing 3 obj 3:obj _ -6 what what PRON WP PronType=Int 8 nsubj 8:nsubj|10:nsubj _ +6 what what PRON WP PronType=Int 8 obj 8:obj|10:obl:for _ 7 to to PART TO _ 8 mark 8:mark _ -8 expect expect VERB VB VerbForm=Inf 5 acl 5:acl:to _ +8 expect expect VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ 9 or or CCONJ CC _ 10 cc 10:cc _ -10 prepare prepare VERB VB VerbForm=Inf 8 conj 5:acl:to|8:conj:or _ +10 prepare prepare VERB VB VerbForm=Inf 8 conj 3:ccomp|8:conj:or _ 11 for for ADP IN _ 10 obl 10:obl _ 12 and and CCONJ CC _ 24 cc 24:cc _ -13 calling call VERB VBG VerbForm=Ger 24 csubj 24:csubj _ +13 calling call VERB VBG VerbForm=Ger 24 csubj 24:csubj|36:nmod:for _ 14 in in ADV RB _ 13 advmod 13:advmod _ 15 to to PART TO _ 16 mark 16:mark _ 16 get get VERB VB VerbForm=Inf 13 advcl 13:advcl:to _ 17 professional professional ADJ JJ Degree=Pos 18 amod 18:amod _ 18 advice advice NOUN NN Number=Sing 16 obj 16:obj _ 19 from from ADP IN _ 20 case 20:case _ -20 either either DET DT _ 16 obl 16:obl:from _ +20 either either DET DT PronType=Ind 16 obl 16:obl:from _ 21 of of ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 embassies embassy NOUN NNS Number=Plur 20 nmod 20:nmod:of _ @@ -163265,38 +163359,38 @@ 25 by by ADP IN _ 27 case 27:case _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 minute minute NOUN NN Number=Sing 24 obl 24:obl:by SpaceAfter=No -28 - - PUNCT , _ 24 punct 24:punct _ -29 which which PRON WDT PronType=Int 34 obj 34:obj _ +28 - - PUNCT , _ 34 punct 34:punct _ +29 which which PRON WDT PronType=Rel 36 nmod 13:ref _ 30 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 34 nsubj 34:nsubj _ 31 really really ADV RB _ 34 advmod 34:advmod _ 32-33 don't _ _ _ _ _ _ _ _ -32 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 34 aux 34:aux _ +32 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 34 aux 34:aux _ 33 n't not PART RB _ 34 advmod 34:advmod _ -34 have have VERB VB VerbForm=Inf 24 ccomp 24:ccomp _ +34 have have VERB VB VerbForm=Inf 13 advcl:relcl 13:advcl:relcl _ 35 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ 36 money money NOUN NN Number=Sing 34 obj 34:obj _ -37 for for ADP IN _ 36 nmod 36:nmod SpaceAfter=No +37 for for ADP IN _ 29 case 29:case SpaceAfter=No 38 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108111128AAwfype_ans-0011 # text = I'm really worried cause I have no idea who to talk to and want everything to go smoothly. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 really really ADV RB _ 4 advmod 4:advmod _ 4 worried worried ADJ JJ Degree=Pos 0 root 0:root _ 5 cause cause SCONJ IN _ 7 mark 7:mark _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj|15:nsubj _ -7 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:cause _ -8 no no DET DT _ 9 det 9:det _ +7 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:cause _ +8 no no DET DT PronType=Neg 9 det 9:det _ 9 idea idea NOUN NN Number=Sing 7 obj 7:obj _ -10 who who PRON WP PronType=Int 12 nsubj 12:nsubj _ +10 who who PRON WP PronType=Int 12 obl 12:obl:to _ 11 to to PART TO _ 12 mark 12:mark _ -12 talk talk VERB VB VerbForm=Inf 9 acl 9:acl:to _ -13 to to ADP IN _ 12 obl 12:obl _ +12 talk talk VERB VB VerbForm=Inf 7 ccomp 7:ccomp _ +13 to to ADP IN _ 10 case 10:case _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 want want VERB VB VerbForm=Inf 7 conj 4:advcl:cause|7:conj:and _ -16 everything everything PRON NN Number=Sing 15 obj 15:obj|18:nsubj:xsubj _ +16 everything everything PRON NN Number=Sing|PronType=Tot 15 obj 15:obj|18:nsubj:xsubj _ 17 to to PART TO _ 18 mark 18:mark _ 18 go go VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ 19 smoothly smoothly ADV RB _ 18 advmod 18:advmod SpaceAfter=No @@ -163306,7 +163400,7 @@ # newpar id = answers-20111108111128AAwfype_ans-p0003 # text = An American passport should get you right into the country, there is no need for a VISA, for six months. 1 An a DET DT Definite=Ind|PronType=Art 3 det 3:det _ -2 American american ADJ JJ Degree=Pos 3 amod 3:amod _ +2 American American ADJ JJ Degree=Pos 3 amod 3:amod _ 3 passport passport NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 should should AUX MD VerbForm=Fin 5 aux 5:aux _ 5 get get VERB VB VerbForm=Inf 0 root 0:root _ @@ -163318,14 +163412,14 @@ 11 , , PUNCT , _ 13 punct 13:punct _ 12 there there PRON EX _ 13 expl 13:expl _ 13 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ -14 no no DET DT _ 15 det 15:det _ +14 no no DET DT PronType=Neg 15 det 15:det _ 15 need need NOUN NN Number=Sing 13 nsubj 13:nsubj _ 16 for for ADP IN _ 18 case 18:case _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 18 VISA visa NOUN NN Number=Sing 15 nmod 15:nmod:for SpaceAfter=No 19 , , PUNCT , _ 13 punct 13:punct _ 20 for for ADP IN _ 22 case 22:case _ -21 six six NUM CD NumType=Card 22 nummod 22:nummod _ +21 six six NUM CD NumForm=Word|NumType=Card 22 nummod 22:nummod _ 22 months month NOUN NNS Number=Plur 5 obl 5:obl:for SpaceAfter=No 23 . . PUNCT . _ 5 punct 5:punct _ @@ -163333,7 +163427,7 @@ # text = There is no medical exam or blood test or others like that. 1 There there PRON EX _ 2 expl 2:expl _ 2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 5 det 5:det _ +3 no no DET DT PronType=Neg 5 det 5:det _ 4 medical medical ADJ JJ Degree=Pos 5 amod 5:amod _ 5 exam exam NOUN NN Number=Sing 2 nsubj 2:nsubj _ 6 or or CCONJ CC _ 8 cc 8:cc _ @@ -163348,7 +163442,7 @@ # sent_id = answers-20111108111128AAwfype_ans-0014 # text = You do not need to call the embassies to get professional advice. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 need need VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ @@ -163378,18 +163472,18 @@ 9 State State PROPN NNP Number=Sing 7 nmod 7:nmod:of _ 10 travel travel NOUN NN Number=Sing 11 compound 11:compound _ 11 website website NOUN NN Number=Sing 4 nmod 4:nmod:to SpaceAfter=No -12 , , PUNCT , _ 4 punct 4:punct _ +12 , , PUNCT , _ 15 punct 15:punct _ 13 which which PRON WDT PronType=Rel 15 nsubj 4:ref _ 14 will will AUX MD VerbForm=Fin 15 aux 15:aux _ 15 give give VERB VB VerbForm=Inf 4 acl:relcl 4:acl:relcl _ 16 you you PRON PRP Case=Acc|Person=2|PronType=Prs 15 iobj 15:iobj _ -17 all all DET PDT _ 19 det:predet 19:det:predet _ +17 all all DET PDT PronType=Tot 19 det:predet 19:det:predet _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 info info NOUN NN Number=Sing 15 obj 15:obj|22:obj _ 20 that that PRON WDT PronType=Rel 22 obj 19:ref _ 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ -22 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 acl:relcl 19:acl:relcl SpaceAfter=No -23 , , PUNCT , _ 19 punct 19:punct _ +22 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 19 acl:relcl 19:acl:relcl SpaceAfter=No +23 , , PUNCT , _ 26 punct 26:punct _ 24 including include VERB VBG VerbForm=Ger 26 case 26:case _ 25 passport passport NOUN NN Number=Sing 26 compound 26:compound _ 26 information information NOUN NN Number=Sing 19 nmod 19:nmod:including SpaceAfter=No @@ -163407,17 +163501,17 @@ # text = I never stayed more than two weeks at a time when I visited the U.K. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 never never ADV RB _ 3 advmod 3:advmod _ -3 stayed stay VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 more more ADJ JJR Degree=Cmp 6 advmod 6:advmod _ +3 stayed stay VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 more more ADJ JJR Degree=Cmp|ExtPos=ADV 6 advmod 6:advmod _ 5 than than ADP IN _ 4 fixed 4:fixed _ -6 two two NUM CD NumType=Card 7 nummod 7:nummod _ -7 weeks week NOUN NNS Number=Plur 3 obj 3:obj _ +6 two two NUM CD NumForm=Word|NumType=Card 7 nummod 7:nummod _ +7 weeks week NOUN NNS Number=Plur 3 obl:tmod 3:obl:tmod _ 8 at at ADP IN _ 10 case 10:case _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 time time NOUN NN Number=Sing 7 nmod 7:nmod:at _ -11 when when SCONJ WRB PronType=Int 13 mark 13:mark _ +11 when when ADV WRB PronType=Int 13 advmod 13:advmod _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 visited visit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:when _ +13 visited visit VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:when _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 U.K U.K PROPN NNP Number=Sing 13 obj 13:obj SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ @@ -163432,15 +163526,15 @@ 6 just just ADV RB _ 8 advmod 8:advmod _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 passport passport NOUN NN Number=Sing 4 obl 4:obl:with SpaceAfter=No -9 , , PUNCT , _ 4 punct 4:punct _ +9 , , PUNCT , _ 13 punct 13:punct _ 10 unless unless SCONJ IN _ 13 mark 13:mark _ 11-12 you're _ _ _ _ _ _ _ _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ -12 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +12 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 staying stay VERB VBG Tense=Pres|VerbForm=Part 4 advcl 4:advcl:unless _ -14 longer longer ADV RBR Degree=Cmp 13 advmod 13:advmod _ +14 longer long ADV RBR Degree=Cmp 13 advmod 13:advmod _ 15 than than ADP IN _ 17 case 17:case _ -16 six six NUM CD NumType=Card 17 nummod 17:nummod _ +16 six six NUM CD NumForm=Word|NumType=Card 17 nummod 17:nummod _ 17 months month NOUN NNS Number=Plur 14 obl 14:obl:than SpaceAfter=No 18 . . PUNCT . _ 4 punct 4:punct _ @@ -163456,7 +163550,7 @@ 8 embassy embassy NOUN NN Number=Sing 4 obl 4:obl:with _ 9 before before SCONJ IN _ 11 mark 11:mark _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -11 leave leave VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:before _ +11 leave leave VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:before _ 12 though though ADV RB _ 4 advmod 4:advmod SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ @@ -163466,10 +163560,10 @@ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 sure sure ADJ JJ Degree=Pos 0 root 0:root _ -5 how how SCONJ WRB PronType=Int 6 mark 6:mark _ +5 how how ADV WRB PronType=Int 6 advmod 6:advmod _ 6 well well ADV RB Degree=Pos 8 advmod 8:advmod _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -8 planned plan VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +8 planned plan VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ 9 this this DET DT Number=Sing|PronType=Dem 10 det 10:det _ 10 trip trip NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ @@ -163485,15 +163579,15 @@ 6 time time NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 7 , , PUNCT , _ 10 punct 10:punct _ 8 so so ADV RB _ 10 advmod 10:advmod _ -9 no no DET DT _ 10 det 10:det _ -10 worries worry NOUN NNS Number=Plur 3 conj 3:conj _ +9 no no DET DT PronType=Neg 10 det 10:det _ +10 worries worry NOUN NNS Number=Plur 3 parataxis 3:parataxis _ 11 there there ADV RB PronType=Dem 10 advmod 10:advmod SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108111128AAwfype_ans-0023 # text = I visited London, Edinburgh, and St. Andrews so far, and I was treated very well and with great kindness. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 visited visit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 visited visit VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 London London PROPN NNP Number=Sing 2 obj 2:obj SpaceAfter=No 4 , , PUNCT , _ 5 punct 5:punct _ 5 Edinburgh Edinburgh PROPN NNP Number=Sing 3 conj 2:obj|3:conj:and SpaceAfter=No @@ -163502,7 +163596,7 @@ 8 St. St. PROPN NNP Number=Sing 3 conj 2:obj|3:conj:and _ 9-10 Andrews _ _ _ _ _ _ _ _ 9 Andrew Andrew PROPN NNP Number=Sing 8 flat 8:flat _ -10 s 's PART POS _ 8 case 8:case _ +10 s 's PART POS Typo=Yes 8 case 8:case CorrectForm='s 11 so so ADV RB _ 12 advmod 12:advmod _ 12 far far ADV RB Degree=Pos 2 advmod 2:advmod SpaceAfter=No 13 , , PUNCT , _ 17 punct 17:punct _ @@ -163522,7 +163616,7 @@ # text = Just treat everyone else as you would want to be treated, and you'll be fine. 1 Just just ADV RB _ 2 advmod 2:advmod _ 2 treat treat VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 everyone everyone PRON NN Number=Sing 2 obj 2:obj _ +3 everyone everyone PRON NN Number=Sing|PronType=Tot 2 obj 2:obj _ 4 else else ADJ JJ Degree=Pos 3 amod 3:amod _ 5 as as SCONJ IN _ 8 mark 8:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj|11:nsubj:xsubj _ @@ -163545,7 +163639,7 @@ 1 That that DET DT Number=Sing|PronType=Dem 2 det 2:det _ 2 tactic tactic NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 never never ADV RB _ 4 advmod 4:advmod _ -4 failed fail VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 failed fail VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obj 4:obj SpaceAfter=No 6 . . PUNCT . _ 4 punct 4:punct _ @@ -163559,7 +163653,7 @@ 4 get get VERB VB VerbForm=Inf 0 root 0:root _ 5 if if SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 cross cross VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ +7 cross cross VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 sussex sussex NOUN NN Number=Sing 10 compound 10:compound _ 10 male male NOUN NN Number=Sing 7 obj 7:obj _ @@ -163572,8 +163666,8 @@ # sent_id = answers-20111108092029AAsHTYP_ans-0002 # newpar id = answers-20111108092029AAsHTYP_ans-p0002 # text = i had a sussex male and a pekin female i bought 2 silkies what would the sussex female and the silkie females would make ? -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 sussex sussex NOUN NN Number=Sing 5 compound 5:compound _ 5 male male NOUN NN Number=Sing 2 obj 2:obj _ @@ -163581,9 +163675,9 @@ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 pekin pekin NOUN NN Number=Sing 9 compound 9:compound _ 9 female female NOUN NN Number=Sing 5 conj 2:obj|5:conj:and _ -10 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 bought buy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ -12 2 2 NUM CD NumType=Card 13 nummod 13:nummod _ +10 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ +11 bought buy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +12 2 2 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 13 silkies silky NOUN NNS Number=Plur 11 obj 11:obj _ 14 what what PRON WP PronType=Int 24 obj 24:obj _ 15 would would AUX MD VerbForm=Fin 24 aux 24:aux _ @@ -163602,13 +163696,13 @@ # text = if you had any pics of your hens i would like to see them to compare them to mine thanks? 1 if if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:if _ -4 any any DET DT _ 5 det 5:det _ +3 had have VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:if _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 pics pic NOUN NNS Number=Plur 3 obj 3:obj _ 6 of of ADP IN _ 8 case 8:case _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 hens hen NOUN NNS Number=Plur 5 nmod 5:nmod:of _ -9 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj|13:nsubj:xsubj _ +9 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj|13:nsubj:xsubj _ 10 would would AUX MD VerbForm=Fin 11 aux 11:aux _ 11 like like VERB VB VerbForm=Inf 0 root 0:root _ 12 to to PART TO _ 13 mark 13:mark _ @@ -163618,7 +163712,7 @@ 16 compare compare VERB VB VerbForm=Inf 13 advcl 13:advcl:to _ 17 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 16 obj 16:obj _ 18 to to ADP IN _ 19 case 19:case _ -19 mine mine PRON PRP _ 16 obl 16:obl:to _ +19 mine my PRON PRP Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 obl 16:obl:to _ 20 thanks thanks NOUN NN Number=Sing 11 discourse 11:discourse SpaceAfter=No 21 ? ? PUNCT . _ 11 punct 11:punct _ @@ -163627,23 +163721,23 @@ # text = A Sussex crossed with Silkie would make a crossbred *mutt* chicken. 1 A a DET DT Definite=Ind|PronType=Art 2 det 2:det _ 2 Sussex sussex NOUN NN Number=Sing 7 nsubj 7:nsubj _ -3 crossed cross VERB VBN Tense=Past|VerbForm=Part 2 acl 2:acl _ +3 crossed cross VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 acl 2:acl _ 4 with with ADP IN _ 5 case 5:case _ 5 Silkie silkie NOUN NN Number=Sing 3 obl 3:obl:with _ 6 would would AUX MD VerbForm=Fin 7 aux 7:aux _ 7 make make VERB VB VerbForm=Inf 0 root 0:root _ 8 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -9 crossbred crossbreed VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ -10 * * PUNCT NFP _ 13 punct 13:punct SpaceAfter=No +9 crossbred crossbreed VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod _ +10 * * PUNCT NFP _ 9 punct 9:punct SpaceAfter=No 11 mutt mutt NOUN NN Number=Sing 13 compound 13:compound SpaceAfter=No -12 * * PUNCT NFP _ 13 punct 13:punct _ +12 * * PUNCT NFP _ 11 punct 11:punct _ 13 chicken chicken NOUN NNS Number=Plur 7 obj 7:obj SpaceAfter=No 14 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108092029AAsHTYP_ans-0005 # text = There are a lot of genetics at play between a Sussex and Silkie, so the offspring would vary in appearance. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 lot lot NOUN NN Number=Sing 2 nsubj 2:nsubj _ 5 of of ADP IN _ 6 case 6:case _ @@ -163655,7 +163749,7 @@ 11 Sussex sussex NOUN NN Number=Sing 2 obl 2:obl:between _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 Silkie silkie NOUN NN Number=Sing 11 conj 2:obl:between|11:conj:and SpaceAfter=No -14 , , PUNCT , _ 2 punct 2:punct _ +14 , , PUNCT , _ 19 punct 19:punct _ 15 so so ADV RB _ 19 advmod 19:advmod _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 offspring offspring NOUN NN Number=Sing 19 nsubj 19:nsubj _ @@ -163669,7 +163763,7 @@ # text = You don't say what color Silkie or Sussex you are dealing with so I can't say what color your chicks would be likely to be. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 say say VERB VB VerbForm=Inf 0 root 0:root _ 5 what what DET WDT PronType=Int 6 det 6:det _ @@ -163678,7 +163772,7 @@ 8 or or CCONJ CC _ 9 cc 9:cc _ 9 Sussex sussex NOUN NN Number=Sing 7 conj 7:conj:or|12:obl:with _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 dealing deal VERB VBG Tense=Pres|VerbForm=Part 4 ccomp 4:ccomp _ 13 with with ADP IN _ 7 case 7:case _ 14 so so ADV RB _ 18 advmod 18:advmod _ @@ -163688,20 +163782,20 @@ 17 n't not PART RB _ 18 advmod 18:advmod _ 18 say say VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ 19 what what DET WDT PronType=Int 20 det 20:det _ -20 color color NOUN NN Number=Sing 25 obj 25:obj|27:nsubj:xsubj _ -21 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +20 color color NOUN NN Number=Sing 18 obj 18:obj|25:xcomp _ +21 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 chicks chick NOUN NNS Number=Plur 25 nsubj 25:nsubj _ 23 would would AUX MD VerbForm=Fin 25 aux 25:aux _ 24 be be AUX VB VerbForm=Inf 25 cop 25:cop _ -25 likely likely ADJ JJ Degree=Pos 18 ccomp 18:ccomp _ +25 likely likely ADJ JJ Degree=Pos 20 acl:relcl 20:acl:relcl _ 26 to to PART TO _ 27 mark 27:mark _ -27 be be VERB VB VerbForm=Inf 25 xcomp 25:xcomp SpaceAfter=No +27 be be AUX VB VerbForm=Inf 25 xcomp 25:xcomp SpaceAfter=No 28 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108092029AAsHTYP_ans-0007 # text = However, I can say what features they would/could have. 1 However however ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 can can AUX MD VerbForm=Fin 5 aux 5:aux _ 5 say say VERB VB VerbForm=Inf 0 root 0:root _ @@ -163709,7 +163803,7 @@ 7 features feature NOUN NNS Number=Plur 12 obj 12:obj _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 9 would would AUX MD VerbForm=Fin 12 aux 12:aux SpaceAfter=No -10 / / PUNCT , _ 12 punct 12:punct SpaceAfter=No +10 / / PUNCT , _ 9 punct 9:punct SpaceAfter=No 11 could could AUX MD VerbForm=Fin 12 aux 12:aux _ 12 have have VERB VB VerbForm=Inf 5 ccomp 5:ccomp SpaceAfter=No 13 . . PUNCT . _ 5 punct 5:punct _ @@ -163723,7 +163817,7 @@ # sent_id = answers-20111108092029AAsHTYP_ans-0009 # text = Silkies have hookless feathers. 1 Silkies silky NOUN NNS Number=Plur 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 hookless hookless ADJ JJ Degree=Pos 4 amod 4:amod _ 4 feathers feather NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No 5 . . PUNCT . _ 2 punct 2:punct _ @@ -163731,14 +163825,14 @@ # sent_id = answers-20111108092029AAsHTYP_ans-0010 # text = Sussexs have soft feathers. 1 Sussexs sussex NOUN NNS Number=Plur 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 soft soft ADJ JJ Degree=Pos 4 amod 4:amod _ 4 feathers feather NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No 5 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108092029AAsHTYP_ans-0011 # text = All offspring from this cross will have soft feathers, as hookless feathers are a recessive gene. -1 All all DET DT _ 2 det 2:det _ +1 All all DET DT PronType=Tot 2 det 2:det _ 2 offspring offspring NOUN NN Number=Sing 7 nsubj 7:nsubj _ 3 from from ADP IN _ 5 case 5:case _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ @@ -163747,11 +163841,11 @@ 7 have have VERB VB VerbForm=Inf 0 root 0:root _ 8 soft soft ADJ JJ Degree=Pos 9 amod 9:amod _ 9 feathers feather NOUN NNS Number=Plur 7 obj 7:obj SpaceAfter=No -10 , , PUNCT , _ 7 punct 7:punct _ +10 , , PUNCT , _ 17 punct 17:punct _ 11 as as SCONJ IN _ 17 mark 17:mark _ 12 hookless hookless ADJ JJ Degree=Pos 13 amod 13:amod _ 13 feathers feather NOUN NNS Number=Plur 17 nsubj 17:nsubj _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 15 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 16 recessive recessive ADJ JJ Degree=Pos 17 amod 17:amod _ 17 gene gene NOUN NN Number=Sing 7 advcl 7:advcl:as SpaceAfter=No @@ -163761,13 +163855,13 @@ # text = Skin Color: Silkies have black skin color, which is dominate. 1 Skin skin NOUN NN Number=Sing 2 compound 2:compound _ 2 Color Color PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 5 punct 5:punct _ 4 Silkies silky NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +5 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 6 black black ADJ JJ Degree=Pos 8 amod 8:amod _ 7 skin skin NOUN NN Number=Sing 8 compound 8:compound _ 8 color color NOUN NN Number=Sing 5 obj 5:obj|12:nsubj SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 12 punct 12:punct _ 10 which which PRON WDT PronType=Rel 12 nsubj 8:ref _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 12 dominate dominate ADJ JJ Degree=Pos 8 acl:relcl 8:acl:relcl SpaceAfter=No @@ -163776,7 +163870,7 @@ # sent_id = answers-20111108092029AAsHTYP_ans-0013 # text = Sussex have White Skin which could be recessive or dominate. 1 Sussex sussex NOUN NN Number=Sing 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 White white ADJ JJ Degree=Pos 4 amod 4:amod _ 4 Skin skin NOUN NN Number=Sing 2 obj 2:obj|8:nsubj|10:nsubj _ 5 which which PRON WDT PronType=Rel 8 nsubj 4:ref _ @@ -163789,14 +163883,14 @@ # sent_id = answers-20111108092029AAsHTYP_ans-0014 # text = Either way rec. and dom. white genes dilute the black gene. -1 Either either DET DT _ 2 det 2:det _ +1 Either either DET DT PronType=Ind 2 det 2:det _ 2 way way NOUN NN Number=Sing 8 obl:npmod 8:obl:npmod _ 3 rec. rec. ADJ JJ Degree=Pos 7 amod 7:amod _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 dom. dom. ADJ JJ Degree=Pos 3 conj 3:conj:and|7:amod _ 6 white white ADJ JJ Degree=Pos 7 amod 7:amod _ 7 genes gene NOUN NNS Number=Plur 8 nsubj 8:nsubj _ -8 dilute dilute VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 dilute dilute VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 black black ADJ JJ Degree=Pos 11 amod 11:amod _ 11 gene gene NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No @@ -163807,27 +163901,27 @@ 1 Skin skin NOUN NN Number=Sing 4 nsubj 4:nsubj|6:nsubj _ 2 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 3 be be AUX VB VerbForm=Inf 4 cop 4:cop _ -4 darker darker ADJ JJR Degree=Cmp 0 root 0:root _ +4 darker dark ADJ JJR Degree=Cmp 0 root 0:root _ 5 but but CCONJ CC _ 6 cc 6:cc _ -6 lighter lighter ADJ JJR Degree=Cmp 4 conj 4:conj:but _ -7 then than ADP IN Typo=Yes 9 case 9:case _ +6 lighter light ADJ JJR Degree=Cmp 4 conj 4:conj:but _ +7 then than ADP IN Typo=Yes 9 case 9:case CorrectForm=than 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 Silkies silky NOUN NNS Number=Plur 6 obl 6:obl:then SpaceAfter=No +9 Silkies silky NOUN NNS Number=Plur 6 obl 6:obl:than SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108092029AAsHTYP_ans-0016 # text = Beards/Muffs: If your Silkie has a beard/muff the offspring could have a beard as well, as these genes are incomplete dominate. 1 Beards beard NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -2 / / PUNCT , _ 3 cc 3:cc SpaceAfter=No +2 / / SYM , _ 3 cc 3:cc SpaceAfter=No 3 Muffs muff NOUN NNS Number=Plur 1 conj 1:conj SpaceAfter=No -4 : : PUNCT : _ 3 punct 3:punct _ +4 : : PUNCT : _ 16 punct 16:punct _ 5 If if SCONJ IN _ 8 mark 8:mark _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 Silkie silkie NOUN NN Number=Sing 8 nsubj 8:nsubj _ 8 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:if _ 9 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 10 beard beard NOUN NN Number=Sing 12 compound 12:compound SpaceAfter=No -11 / / PUNCT , _ 12 punct 12:punct SpaceAfter=No +11 / / PUNCT , _ 10 punct 10:punct SpaceAfter=No 12 muff muff NOUN NN Number=Sing 8 obj 8:obj _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 offspring offspring NOUN NN Number=Sing 16 nsubj 16:nsubj _ @@ -163837,41 +163931,41 @@ 18 beard beard NOUN NN Number=Sing 16 obj 16:obj _ 19 as as ADV RB _ 16 advmod 16:advmod _ 20 well well ADV RB Degree=Pos 19 fixed 19:fixed SpaceAfter=No -21 , , PUNCT , _ 16 punct 16:punct _ +21 , , PUNCT , _ 27 punct 27:punct _ 22 as as SCONJ IN _ 27 mark 27:mark _ 23 these this DET DT Number=Plur|PronType=Dem 24 det 24:det _ 24 genes gene NOUN NNS Number=Plur 27 nsubj 27:nsubj _ -25 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ +25 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ 26 incomplete incomplete ADV RB _ 27 advmod 27:advmod _ 27 dominate dominate ADJ JJ Degree=Pos 16 advcl 16:advcl:as SpaceAfter=No 28 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108092029AAsHTYP_ans-0017 # text = Feathered Feet/Shanks- Chicks could have feathered feet/shanks as this is also incomplete dominate. -1 Feathered feathered ADJ JJ Degree=Pos 4 amod 4:amod _ -2 Feet foot NOUN NNS Number=Plur 4 compound 4:compound SpaceAfter=No -3 / / PUNCT , _ 4 punct 4:punct SpaceAfter=No -4 Shanks shank NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -5 - - PUNCT : _ 4 punct 4:punct _ +1 Feathered feathered ADJ JJ Degree=Pos 2 amod 2:amod _ +2 Feet foot NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No +3 / / SYM SYM _ 4 cc 4:cc SpaceAfter=No +4 Shanks shank NOUN NNS Number=Plur 2 conj 2:conj:slash SpaceAfter=No +5 - - PUNCT : _ 8 punct 8:punct _ 6 Chicks chick NOUN NNS Number=Plur 8 nsubj 8:nsubj _ 7 could could AUX MD VerbForm=Fin 8 aux 8:aux _ -8 have have VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ -9 feathered feathered ADJ JJ Degree=Pos 12 amod 12:amod _ -10 feet foot NOUN NNS Number=Plur 12 compound 12:compound SpaceAfter=No -11 / / PUNCT , _ 12 punct 12:punct SpaceAfter=No -12 shanks shank NOUN NNS Number=Plur 8 obj 8:obj _ +8 have have VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ +9 feathered feathered ADJ JJ Degree=Pos 10 amod 10:amod _ +10 feet foot NOUN NNS Number=Plur 8 obj 8:obj SpaceAfter=No +11 / / SYM SYM _ 12 cc 12:cc SpaceAfter=No +12 shanks shank NOUN NNS Number=Plur 10 conj 8:obj|10:conj:slash _ 13 as as SCONJ IN _ 18 mark 18:mark _ 14 this this PRON DT Number=Sing|PronType=Dem 18 nsubj 18:nsubj _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 16 also also ADV RB _ 18 advmod 18:advmod _ 17 incomplete incomplete ADV RB _ 18 advmod 18:advmod _ 18 dominate dominate ADJ JJ Degree=Pos 8 advcl 8:advcl:as SpaceAfter=No -19 . . PUNCT . _ 4 punct 4:punct _ +19 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108092029AAsHTYP_ans-0018 # text = Crest: Chicks could also develop a small crest due to this being another incomplete dominate gene. 1 Crest crest NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 6 punct 6:punct _ 3 Chicks chick NOUN NNS Number=Plur 6 nsubj 6:nsubj _ 4 could could AUX MD VerbForm=Fin 6 aux 6:aux _ 5 also also ADV RB _ 6 advmod 6:advmod _ @@ -163883,7 +163977,7 @@ 11 to to SCONJ IN _ 10 fixed 10:fixed _ 12 this this PRON DT Number=Sing|PronType=Dem 17 nsubj 17:nsubj _ 13 being be AUX VBG VerbForm=Ger 17 cop 17:cop _ -14 another another DET DT _ 17 det 17:det _ +14 another another DET DT PronType=Ind 17 det 17:det _ 15 incomplete incomplete ADV RB _ 17 advmod 17:advmod _ 16 dominate dominate ADJ JJ Degree=Pos 17 amod 17:amod _ 17 gene gene NOUN NN Number=Sing 6 advcl 6:advcl:due_to SpaceAfter=No @@ -163893,23 +163987,23 @@ # text = Comb Type: Silkies have walnut combs which is actually genetically two comb types (Rose and Pea) single is also there, but is recessive. 1 Comb comb NOUN NN Number=Sing 2 compound 2:compound _ 2 Type type NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 5 punct 5:punct _ 4 Silkies silky NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +5 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 6 walnut walnut NOUN NN Number=Sing 7 compound 7:compound _ 7 combs comb NOUN NNS Number=Plur 5 obj 5:obj|14:nsubj _ 8 which which PRON WDT PronType=Rel 14 nsubj 7:ref _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 10 actually actually ADV RB _ 14 advmod 14:advmod _ 11 genetically genetically ADV RB _ 14 advmod 14:advmod _ -12 two two NUM CD NumType=Card 14 nummod 14:nummod _ +12 two two NUM CD NumForm=Word|NumType=Card 14 nummod 14:nummod _ 13 comb comb NOUN NN Number=Sing 14 compound 14:compound _ 14 types type NOUN NNS Number=Plur 7 acl:relcl 7:acl:relcl _ 15 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No 16 Rose rose NOUN NN Number=Sing 14 appos 14:appos _ 17 and and CCONJ CC _ 18 cc 18:cc _ 18 Pea pea NOUN NN Number=Sing 16 conj 14:appos|16:conj:and SpaceAfter=No -19 ) ) PUNCT -RRB- _ 18 punct 18:punct _ +19 ) ) PUNCT -RRB- _ 16 punct 16:punct _ 20 single single NOUN NN Number=Sing 23 nsubj 23:nsubj|27:nsubj _ 21 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ 22 also also ADV RB _ 23 advmod 23:advmod _ @@ -163923,7 +164017,7 @@ # sent_id = answers-20111108092029AAsHTYP_ans-0020 # text = So crossed to a Sussex you could get a walnut, pea, rose, or single combed bird. 1 So so ADV RB _ 8 advmod 8:advmod _ -2 crossed cross VERB VBN Tense=Past|VerbForm=Part 8 advcl 8:advcl _ +2 crossed cross VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 advcl 8:advcl _ 3 to to ADP IN _ 5 case 5:case _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 Sussex Sussex PROPN NNP Number=Sing 2 obl 2:obl:to _ @@ -163939,35 +164033,35 @@ 15 , , PUNCT , _ 17 punct 17:punct _ 16 or or CCONJ CC _ 17 cc 17:cc _ 17 single single ADJ JJ Degree=Pos 10 conj 10:conj:or|18:compound _ -18 combed comb VERB VBN Tense=Past|VerbForm=Part 19 amod 19:amod _ +18 combed comb VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 amod 19:amod _ 19 bird bird NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No 20 . . PUNCT . _ 8 punct 8:punct _ # sent_id = answers-20111108092029AAsHTYP_ans-0021 # text = Five Toes: Silkies have five toes. -1 Five five NUM CD NumType=Card 2 nummod 2:nummod _ +1 Five five NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 Toes toe NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 5 punct 5:punct _ 4 Silkies silky NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ -6 five five NUM CD NumType=Card 7 nummod 7:nummod _ +5 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +6 five five NUM CD NumForm=Word|NumType=Card 7 nummod 7:nummod _ 7 toes toe NOUN NNS Number=Plur 5 obj 5:obj SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108092029AAsHTYP_ans-0022 # text = Sussex have four toes. 1 Sussex sussex NOUN NN Number=Sing 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 four four NUM CD NumType=Card 4 nummod 4:nummod _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 four four NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 toes toe NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No 5 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108092029AAsHTYP_ans-0023 # text = Crossed together (five toes is incompletely dominate) chicks could develop to have an fifth toe on both, or even one foot. -1 Crossed cross VERB VBN Tense=Past|VerbForm=Part 12 advcl 12:advcl _ +1 Crossed cross VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 advcl 12:advcl _ 2 together together ADV RB _ 1 advmod 1:advmod _ 3 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No -4 five five NUM CD NumType=Card 5 nummod 5:nummod _ +4 five five NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 5 toes toe NOUN NNS Number=Plur 8 nsubj 8:nsubj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 incompletely incompletely ADV RB _ 8 advmod 8:advmod _ @@ -163979,14 +164073,14 @@ 13 to to PART TO _ 14 mark 14:mark _ 14 have have VERB VB VerbForm=Inf 12 advcl 12:advcl:to _ 15 an a DET DT Definite=Ind|PronType=Art 17 det 17:det _ -16 fifth fifth ADJ JJ Degree=Pos|NumType=Ord 17 amod 17:amod _ +16 fifth fifth ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 17 amod 17:amod _ 17 toe toe NOUN NN Number=Sing 14 obj 14:obj _ 18 on on ADP IN _ 19 case 19:case _ -19 both both DET DT _ 17 nmod 17:nmod:on SpaceAfter=No +19 both both DET DT PronType=Tot 17 nmod 17:nmod:on SpaceAfter=No 20 , , PUNCT , _ 24 punct 24:punct _ 21 or or CCONJ CC _ 24 cc 24:cc _ 22 even even ADV RB _ 24 advmod 24:advmod _ -23 one one NUM CD NumType=Card 24 nummod 24:nummod _ +23 one one NUM CD NumForm=Word|NumType=Card 24 nummod 24:nummod _ 24 foot foot NOUN NN Number=Sing 19 conj 17:nmod:on|19:conj:or SpaceAfter=No 25 . . PUNCT . _ 12 punct 12:punct _ @@ -163994,48 +164088,48 @@ # text = Silkie crosses are great birds, and very neat looking. 1 Silkie silkie NOUN NN Number=Sing 2 compound 2:compound _ 2 crosses cross NOUN NNS Number=Plur 5 nsubj 5:nsubj|10:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 great great ADJ JJ Degree=Pos 5 amod 5:amod _ 5 birds bird NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 6 , , PUNCT , _ 10 punct 10:punct _ 7 and and CCONJ CC _ 10 cc 10:cc _ 8 very very ADV RB _ 10 advmod 10:advmod _ -9 neat neat ADJ JJ Degree=Pos 10 obl:npmod 10:obl:npmod _ +9 neat neat ADJ JJ Degree=Pos 10 compound 10:compound _ 10 looking look VERB VBG VerbForm=Ger 5 conj 5:conj:and SpaceAfter=No 11 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108092029AAsHTYP_ans-0025 # text = Hens make excellent mothers as they are bigger, can see better, and are smarter the Silkies. 1 Hens hen NOUN NNS Number=Plur 2 nsubj 2:nsubj _ -2 make make VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 make make VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 excellent excellent ADJ JJ Degree=Pos 4 amod 4:amod _ 4 mothers mother NOUN NNS Number=Plur 2 obj 2:obj _ 5 as as SCONJ IN _ 8 mark 8:mark _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj|11:nsubj|16:nsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ -8 bigger bigger ADJ JJR Degree=Cmp 2 advcl 2:advcl:as SpaceAfter=No +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +8 bigger big ADJ JJR Degree=Cmp 2 advcl 2:advcl:as SpaceAfter=No 9 , , PUNCT , _ 11 punct 11:punct _ 10 can can AUX MD VerbForm=Fin 11 aux 11:aux _ 11 see see VERB VB VerbForm=Inf 8 conj 2:advcl:as|8:conj:and _ -12 better better ADV RBR Degree=Cmp 11 advmod 11:advmod SpaceAfter=No +12 better well ADV RBR Degree=Cmp 11 advmod 11:advmod SpaceAfter=No 13 , , PUNCT , _ 16 punct 16:punct _ 14 and and CCONJ CC _ 16 cc 16:cc _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ -16 smarter smarter ADJ JJR Degree=Cmp 8 conj 2:advcl:as|8:conj:and _ -17 the than ADP IN Typo=Yes 18 case 18:case _ -18 Silkies silky NOUN NNS Number=Plur 16 obl 16:obl:the SpaceAfter=No +15 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +16 smarter smart ADJ JJR Degree=Cmp 8 conj 2:advcl:as|8:conj:and _ +17 the than ADP IN Typo=Yes 18 case 18:case CorrectForm=than +18 Silkies silky NOUN NNS Number=Plur 16 obl 16:obl:than SpaceAfter=No 19 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108092029AAsHTYP_ans-0026 # text = Best wishes, -1 Best best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Best good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 wishes wish NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 3 , , PUNCT , _ 2 punct 2:punct _ # sent_id = answers-20111108092029AAsHTYP_ans-0027 # text = Jamie/RhodeRunner 1 Jamie Jamie PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 / / PUNCT , _ 1 punct 1:punct SpaceAfter=No +2 / / PUNCT , _ 3 punct 3:punct SpaceAfter=No 3 RhodeRunner RhodeRunner PROPN NNP Number=Sing 1 flat 1:flat _ # newdoc id = answers-20111108090616AAv6fpU_ans @@ -164043,23 +164137,23 @@ # newpar id = answers-20111108090616AAv6fpU_ans-p0001 # text = I took some photos of my model girlfriend with my Nikon D7000. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 some some DET DT _ 4 det 4:det _ +2 took take VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 some some DET DT PronType=Ind 4 det 4:det _ 4 photos photo NOUN NNS Number=Plur 2 obj 2:obj _ 5 of of ADP IN _ 8 case 8:case _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 model model NOUN NN Number=Sing 8 compound 8:compound _ 8 girlfriend girlfriend NOUN NN Number=Sing 4 nmod 4:nmod:of _ 9 with with ADP IN _ 12 case 12:case _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 Nikon Nikon PROPN NNP Number=Sing 12 compound 12:compound _ -12 D7000 d7000 NOUN NN Number=Sing 2 obl 2:obl:with SpaceAfter=No +12 D7000 D7000 NOUN NN Number=Sing 2 obl 2:obl:with SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108090616AAv6fpU_ans-0002 # text = What do you think of these photos? 1 What what PRON WP PronType=Int 4 obj 4:obj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 think think VERB VB VerbForm=Inf 0 root 0:root _ 5 of of ADP IN _ 7 case 7:case _ @@ -164070,21 +164164,21 @@ # sent_id = answers-20111108090616AAv6fpU_ans-0003 # newpar id = answers-20111108090616AAv6fpU_ans-p0002 # text = http://i.imgur.com/S2MD2.jpg http://i.imgur.com/T2zff.jpg http://i.imgur.com/Xytex.jpg I took some photos of my model girlfriend with my Nikon D7000 (see links above). -1 http://i.imgur.com/S2MD2.jpg http://i.imgur.com/s2md2.jpg X ADD _ 7 appos 7:appos _ -2 http://i.imgur.com/T2zff.jpg http://i.imgur.com/t2zff.jpg X ADD _ 1 conj 1:conj|7:appos _ -3 http://i.imgur.com/Xytex.jpg http://i.imgur.com/xytex.jpg X ADD _ 1 conj 1:conj|7:appos _ +1 http://i.imgur.com/S2MD2.jpg http://i.imgur.com/S2MD2.jpg X ADD _ 0 root 0:root _ +2 http://i.imgur.com/T2zff.jpg http://i.imgur.com/T2zff.jpg X ADD _ 1 list 1:list|7:appos _ +3 http://i.imgur.com/Xytex.jpg http://i.imgur.com/xytex.jpg X ADD _ 1 list 1:list|7:appos _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -6 some some DET DT _ 7 det 7:det _ +5 took take VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ +6 some some DET DT PronType=Ind 7 det 7:det _ 7 photos photo NOUN NNS Number=Plur 5 obj 5:obj _ 8 of of ADP IN _ 11 case 11:case _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 model model NOUN NN Number=Sing 11 compound 11:compound _ 11 girlfriend girlfriend NOUN NN Number=Sing 7 nmod 7:nmod:of _ 12 with with ADP IN _ 15 case 15:case _ -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 14 Nikon Nikon PROPN NNP Number=Sing 15 compound 15:compound _ -15 D7000 d7000 NOUN NN Number=Sing 5 obl 5:obl:with _ +15 D7000 D7000 NOUN NN Number=Sing 5 obl 5:obl:with _ 16 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No 17 see see VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ 18 links link NOUN NNS Number=Plur 17 obj 17:obj _ @@ -164095,7 +164189,7 @@ # sent_id = answers-20111108090616AAv6fpU_ans-0004 # text = What do you think of these photos? 1 What what PRON WP PronType=Int 4 obj 4:obj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 think think VERB VB VerbForm=Inf 0 root 0:root _ 5 of of ADP IN _ 7 case 7:case _ @@ -164110,16 +164204,16 @@ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 4 not not PART RB _ 6 advmod 6:advmod _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 best best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +6 best good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 7 , , PUNCT , _ 11 punct 11:punct _ 8 but but CCONJ CC _ 11 cc 11:cc _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 pics pic NOUN NNS Number=Plur 11 nsubj 11:nsubj|13:nsubj:xsubj _ -11 turned turn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 6:conj:but _ +11 turned turn VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 conj 6:conj:but _ 12 out out ADP RP _ 11 compound:prt 11:compound:prt _ 13 ok ok ADJ JJ Degree=Pos 11 xcomp 11:xcomp _ 14 in in ADP IN _ 16 case 16:case _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 opinion opinion NOUN NN Number=Sing 11 obl 11:obl:in SpaceAfter=No 17 . . PUNCT . _ 6 punct 6:punct _ @@ -164128,12 +164222,12 @@ # text = deleting a question where you dont like the answer won't get you better answers... i refer to my previous answer: 1 deleting delete VERB VBG VerbForm=Ger 13 csubj 13:csubj _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ -3 question question NOUN NN Number=Sing 1 obj 1:obj _ -4 where where SCONJ WRB PronType=Rel 8 mark 8:mark _ +3 question question NOUN NN Number=Sing 1 obj 1:obj|8:obl _ +4 where where ADV WRB PronType=Rel 8 advmod 3:ref _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ 6-7 dont _ _ _ _ _ _ _ _ -6 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ -7 nt not PART RB _ 8 advmod 8:advmod _ +6 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +7 nt not PART RB Typo=Yes 8 advmod 8:advmod CorrectForm=n't 8 like like VERB VB VerbForm=Inf 3 acl:relcl 3:acl:relcl _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 answer answer NOUN NN Number=Sing 8 obj 8:obj _ @@ -164142,13 +164236,13 @@ 12 n't not PART RB _ 13 advmod 13:advmod _ 13 get get VERB VB VerbForm=Inf 0 root 0:root _ 14 you you PRON PRP Case=Acc|Person=2|PronType=Prs 13 iobj 13:iobj _ -15 better better ADJ JJR Degree=Cmp 16 amod 16:amod _ +15 better good ADJ JJR Degree=Cmp 16 amod 16:amod _ 16 answers answer NOUN NNS Number=Plur 13 obj 13:obj SpaceAfter=No -17 ... ... PUNCT , _ 13 punct 13:punct _ -18 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -19 refer refer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 parataxis 13:parataxis _ +17 ... ... PUNCT , _ 19 punct 19:punct _ +18 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ +19 refer refer VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 parataxis 13:parataxis _ 20 to to ADP IN _ 23 case 23:case _ -21 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +21 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 22 previous previous ADJ JJ Degree=Pos 23 amod 23:amod _ 23 answer answer NOUN NN Number=Sing 19 obl 19:obl:to SpaceAfter=No 24 : : PUNCT . _ 13 punct 13:punct _ @@ -164156,15 +164250,15 @@ # sent_id = answers-20111108090616AAv6fpU_ans-0007 # text = you need to learn about white balance, composition, angle, and work on using the camera properly... 1 you you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj|14:nsubj:xsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 learn learn VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 about about ADP IN _ 7 case 7:case _ 6 white white ADJ JJ Degree=Pos 7 amod 7:amod _ 7 balance balance NOUN NN Number=Sing 4 obl 4:obl:about SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 9 punct 9:punct _ 9 composition composition NOUN NN Number=Sing 7 list 7:list SpaceAfter=No -10 , , PUNCT , _ 7 punct 7:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 angle angle NOUN NN Number=Sing 7 list 7:list SpaceAfter=No 12 , , PUNCT , _ 14 punct 14:punct _ 13 and and CCONJ CC _ 14 cc 14:cc _ @@ -164180,23 +164274,23 @@ # text = [edit - and she most be very new to modeling, because she does look unsure of her poses) 1 [ [ PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No 2 edit edit NOUN NN Number=Sing 0 root 0:root _ -3 - - PUNCT : _ 2 punct 2:punct _ +3 - - PUNCT : _ 9 punct 9:punct _ 4 and and CCONJ CC _ 9 cc 9:cc _ 5 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -6 most must AUX MD Typo=Yes|VerbForm=Fin 9 aux 9:aux _ +6 most must AUX MD Typo=Yes|VerbForm=Fin 9 aux 9:aux CorrectForm=must 7 be be AUX VB VerbForm=Inf 9 cop 9:cop _ 8 very very ADV RB _ 9 advmod 9:advmod _ 9 new new ADJ JJ Degree=Pos 2 appos 2:appos _ 10 to to ADP IN _ 11 case 11:case _ 11 modeling modeling NOUN NN Number=Sing 9 obl 9:obl:to SpaceAfter=No -12 , , PUNCT , _ 9 punct 9:punct _ +12 , , PUNCT , _ 16 punct 16:punct _ 13 because because SCONJ IN _ 16 mark 16:mark _ 14 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj|17:nsubj:xsubj _ 15 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 16 look look VERB VB VerbForm=Inf 9 advcl 9:advcl:because _ 17 unsure unsure ADJ JJ Degree=Pos 16 xcomp 16:xcomp _ 18 of of ADP IN _ 20 case 20:case _ -19 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 poses pose NOUN NNS Number=Plur 17 obl 17:obl:of SpaceAfter=No 21 ) ) PUNCT -RRB- _ 2 punct 2:punct _ @@ -164204,14 +164298,14 @@ # newpar id = answers-20111108090616AAv6fpU_ans-p0004 # text = lol, he has posted this so many times today already. 1 lol lol INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 4 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 posted post VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 6 this this PRON DT Number=Sing|PronType=Dem 5 obj 5:obj _ 7 so so ADV RB _ 8 advmod 8:advmod _ 8 many many ADJ JJ Degree=Pos 9 amod 9:amod _ -9 times time NOUN NNS Number=Plur 5 obl:npmod 5:obl:npmod _ +9 times time NOUN NNS Number=Plur 5 obl:tmod 5:obl:tmod _ 10 today today NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ 11 already already ADV RB _ 5 advmod 5:advmod SpaceAfter=No 12 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No @@ -164221,14 +164315,14 @@ 1 clearly clearly ADV RB _ 4 advmod 4:advmod _ 2-3 hes _ _ _ _ _ _ _ _ 2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -3 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 4 cop 4:cop CorrectForm='s 4 mad mad ADJ JJ Degree=Pos 0 root 0:root _ 5 that that SCONJ IN _ 7 mark 7:mark _ 6 people people NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -7 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +7 know know VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 ccomp 7:ccomp _ -10 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 ccomp 7:ccomp _ +10 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 pic pic NOUN NN Number=Sing 9 obj 9:obj _ 12 off off ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ @@ -164238,13 +164332,13 @@ 16 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 17 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 18 NOT not PART RB _ 20 advmod 20:advmod _ -19 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 gf gf NOUN NN Number=Sing 4 conj 4:conj:and _ # sent_id = answers-20111108090616AAv6fpU_ans-0011 # newpar id = answers-20111108090616AAv6fpU_ans-p0005 # text = Not bad, but too many distracting elements for my taste. -1 Not not ADV RB _ 2 advmod 2:advmod _ +1 Not not PART RB _ 2 advmod 2:advmod _ 2 bad bad ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 3 , , PUNCT , _ 8 punct 8:punct _ 4 but but CCONJ CC _ 8 cc 8:cc _ @@ -164253,7 +164347,7 @@ 7 distracting distracting ADJ JJ Degree=Pos 8 amod 8:amod _ 8 elements element NOUN NNS Number=Plur 2 conj 2:conj:but _ 9 for for ADP IN _ 11 case 11:case _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 taste taste NOUN NN Number=Sing 8 nmod 8:nmod:for SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ @@ -164271,7 +164365,7 @@ 4 on on ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 couch couch NOUN NN Number=Sing 3 nmod 3:nmod:on SpaceAfter=No -7 , , PUNCT , _ 14 punct 14:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 pillow pillow NOUN NN Number=Sing 14 nsubj 14:nsubj _ 10 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ @@ -164280,7 +164374,7 @@ 13 on on ADP IN _ 12 obl 12:obl _ 14 clashes clash VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 15 with with ADP IN _ 16 case 16:case _ -16 everything everything PRON NN Number=Sing 14 obl 14:obl:with _ +16 everything everything PRON NN Number=Sing|PronType=Tot 14 obl 14:obl:with _ 17 else else ADJ JJ Degree=Pos 16 amod 16:amod _ 18 in in ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ @@ -164290,9 +164384,9 @@ # sent_id = answers-20111108090616AAv6fpU_ans-0014 # text = There are also some distracting background elements like the light fixture and what looks like a door handle on the left. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 also also ADV RB _ 2 advmod 2:advmod _ -4 some some DET DT _ 7 det 7:det _ +4 some some DET DT PronType=Ind 7 det 7:det _ 5 distracting distracting ADJ JJ Degree=Pos 7 amod 7:amod _ 6 background background NOUN NN Number=Sing 7 compound 7:compound _ 7 elements element NOUN NNS Number=Plur 2 nsubj 2:nsubj _ @@ -164301,7 +164395,7 @@ 10 light light NOUN NN Number=Sing 11 compound 11:compound _ 11 fixture fixture NOUN NN Number=Sing 7 nmod 7:nmod:like _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 what what PRON WP PronType=Int 11 conj 7:nmod:like|11:conj:and _ +13 what what PRON WP PronType=Rel 11 conj 7:nmod:like|11:conj:and|14:nsubj _ 14 looks look VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 15 like like ADP IN _ 18 case 18:case _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ @@ -164333,17 +164427,17 @@ 17 creeping creep VERB VBG VerbForm=Ger 13 acl 13:acl _ 18 in in ADV RB _ 17 advmod 17:advmod SpaceAfter=No 19 , , PUNCT , _ 21 punct 21:punct _ -20 some some DET DT _ 21 det 21:det _ +20 some some DET DT PronType=Ind 21 det 21:det _ 21 kind kind NOUN NN Number=Sing 13 conj 11:nsubj|13:conj:and _ 22 of of ADP IN _ 23 case 23:case _ 23 box box NOUN NN Number=Sing 21 nmod 21:nmod:of _ 24 in in ADP IN _ 28 case 28:case _ 25 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ -26 lower lower ADJ JJR Degree=Cmp 28 amod 28:amod _ +26 lower low ADJ JJR Degree=Cmp 28 amod 28:amod _ 27 right right ADJ JJ Degree=Pos 28 amod 28:amod _ 28 corner corner NOUN NN Number=Sing 21 nmod 21:nmod:in _ 29 and and CCONJ CC _ 30 cc 30:cc _ -30 what what PRON WP PronType=Int 13 conj 11:nsubj|13:conj:and _ +30 what what PRON WP PronType=Rel 13 conj 11:nsubj|13:conj:and|31:nsubj _ 31 looks look VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 30 acl:relcl 30:acl:relcl _ 32 like like ADP IN _ 35 case 35:case _ 33 a a DET DT Definite=Ind|PronType=Art 35 det 35:det _ @@ -164359,9 +164453,9 @@ 4 from from ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 back back NOUN NN Number=Sing 3 nmod 3:nmod:from SpaceAfter=No -7 , , PUNCT , _ 16 punct 16:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -9 crumpled crumple VERB VBN Tense=Past|VerbForm=Part 10 amod 10:amod _ +9 crumpled crumple VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 amod 10:amod _ 10 bottom bottom NOUN NN Number=Sing 16 nsubj 16:nsubj|22:nsubj _ 11 of of ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ @@ -164369,7 +164463,7 @@ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 15 pretty pretty ADV RB _ 16 advmod 16:advmod _ 16 noticeable noticeable ADJ JJ Degree=Pos 0 root 0:root _ -17 as as ADV RB _ 22 cc 22:cc _ +17 as as ADV RB ExtPos=CCONJ 22 cc 22:cc _ 18 well well ADV RB Degree=Pos 17 fixed 17:fixed _ 19 as as ADP IN _ 17 fixed 17:fixed _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ @@ -164380,15 +164474,15 @@ # sent_id = answers-20111108090616AAv6fpU_ans-0017 # text = Compositionally, this one is not my favorite, I would suggest trying a different crop because I dont think cutting her off at the calf looks great. 1 Compositionally compositionally ADV RB _ 8 advmod 8:advmod SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ -4 one one NUM CD NumType=Card 8 nsubj 8:nsubj _ +4 one one NOUN NN Number=Sing 8 nsubj 8:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 6 not not PART RB _ 8 advmod 8:advmod _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 favorite favorite NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ -10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj|13:nsubj:xsubj _ +9 , , PUNCT , _ 12 punct 12:punct _ +10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 11 would would AUX MD VerbForm=Fin 12 aux 12:aux _ 12 suggest suggest VERB VB VerbForm=Inf 8 parataxis 8:parataxis _ 13 trying try VERB VBG VerbForm=Ger 12 xcomp 12:xcomp _ @@ -164398,11 +164492,11 @@ 17 because because SCONJ IN _ 21 mark 21:mark _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ 19-20 dont _ _ _ _ _ _ _ _ -19 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ -20 nt not PART RB _ 21 advmod 21:advmod _ +19 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ +20 nt not PART RB Typo=Yes 21 advmod 21:advmod CorrectForm=n't 21 think think VERB VB VerbForm=Inf 13 advcl 13:advcl:because _ 22 cutting cut VERB VBG VerbForm=Ger 28 csubj 28:csubj _ -23 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 22 obj 22:obj _ +23 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 22 obj 22:obj _ 24 off off ADP RP _ 22 compound:prt 22:compound:prt _ 25 at at ADP IN _ 27 case 27:case _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ @@ -164414,26 +164508,26 @@ # sent_id = answers-20111108090616AAv6fpU_ans-0018 # text = I do like the shadow, though. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 like like VERB VB VerbForm=Inf 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 shadow shadow NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -6 , , PUNCT , _ 3 punct 3:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 though though ADV RB _ 3 advmod 3:advmod SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108090616AAv6fpU_ans-0019 # text = My suggestion is to pay close attention to what's going on in the background and if possible, stand on a chair, get on the ground, do whatever you need to do to get rid of distracting elements. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ -2 suggestion suggestion NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +2 suggestion suggestion NOUN NN Number=Sing 5 nsubj:outer 5:nsubj:outer|20:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 to to PART TO _ 5 mark 5:mark _ -5 pay pay VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +5 pay pay VERB VB VerbForm=Inf 0 root 0:root _ 6 close close ADJ JJ Degree=Pos 7 amod 7:amod _ 7 attention attention NOUN NN Number=Sing 5 obj 5:obj _ -8 to to SCONJ IN _ 9 case 9:case _ +8 to to ADP IN _ 9 case 9:case _ 9-10 what's _ _ _ _ _ _ _ _ -9 what what PRON WP PronType=Int 5 obl 5:obl:to _ +9 what what PRON WP PronType=Rel 5 obl 5:obl:to|11:nsubj _ 10 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 going go VERB VBG Tense=Pres|VerbForm=Part 9 acl:relcl 9:acl:relcl _ 12 on on ADP RP _ 11 compound:prt 11:compound:prt _ @@ -164443,30 +164537,30 @@ 16 and and CCONJ CC _ 20 cc 20:cc _ 17 if if SCONJ IN _ 18 mark 18:mark _ 18 possible possible ADJ JJ Degree=Pos 20 advcl 20:advcl:if SpaceAfter=No -19 , , PUNCT , _ 20 punct 20:punct _ -20 stand stand VERB VB VerbForm=Inf 5 conj 3:ccomp|5:conj:and _ +19 , , PUNCT , _ 18 punct 18:punct _ +20 stand stand VERB VB Mood=Imp|VerbForm=Fin 5 conj 0:root|5:conj:and _ 21 on on ADP IN _ 23 case 23:case _ 22 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 23 chair chair NOUN NN Number=Sing 20 obl 20:obl:on SpaceAfter=No -24 , , PUNCT , _ 5 punct 5:punct _ -25 get get VERB VB VerbForm=Inf 20 list 20:list _ +24 , , PUNCT , _ 25 punct 25:punct _ +25 get get VERB VB Mood=Imp|VerbForm=Fin 20 conj 20:conj _ 26 on on ADP IN _ 28 case 28:case _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 ground ground NOUN NN Number=Sing 25 obl 25:obl:on SpaceAfter=No -29 , , PUNCT , _ 5 punct 5:punct _ -30 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 list 20:list _ -31 whatever whatever PRON WP PronType=Int 30 obj 30:obj _ +29 , , PUNCT , _ 30 punct 30:punct _ +30 do do VERB VB Mood=Imp|VerbForm=Fin 20 conj 20:conj _ +31 whatever whatever PRON WP PronType=Rel 30 obj 30:obj|36:obj _ 32 you you PRON PRP Case=Nom|Person=2|PronType=Prs 33 nsubj 33:nsubj|35:nsubj:xsubj _ -33 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 30 ccomp 30:ccomp _ +33 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 31 acl:relcl 31:acl:relcl _ 34 to to PART TO _ 35 mark 35:mark _ 35 do do VERB VB VerbForm=Inf 33 xcomp 33:xcomp _ -36 to to PART TO _ 38 mark 38:mark _ -37 get get VERB VB VerbForm=Inf 38 aux:pass 38:aux:pass _ -38 rid rid ADJ JJ Degree=Pos 35 advcl 35:advcl:to _ +36 to to PART TO _ 37 mark 37:mark _ +37 get get VERB VB VerbForm=Inf 35 advcl 35:advcl:to _ +38 rid rid ADJ JJ Degree=Pos 37 xcomp 35:xcomp _ 39 of of ADP IN _ 41 case 41:case _ 40 distracting distracting ADJ JJ Degree=Pos 41 amod 41:amod _ -41 elements element NOUN NNS Number=Plur 38 obl 38:obl:of SpaceAfter=No -42 . . PUNCT . _ 3 punct 3:punct _ +41 elements element NOUN NNS Number=Plur 37 obl 37:obl:of SpaceAfter=No +42 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108090616AAv6fpU_ans-0020 # text = Using a fairly wide aperture is also helpful in blurring out unwanted background elements. @@ -164490,28 +164584,28 @@ # text = I've had a few great shots ruined myself because there was something in the background I didn't notice at first. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 5 few few ADJ JJ Degree=Pos 7 amod 7:amod _ 6 great great ADJ JJ Degree=Pos 7 amod 7:amod _ 7 shots shot NOUN NNS Number=Plur 3 obj 3:obj|8:nsubj:xsubj _ -8 ruined ruin VERB VBN Tense=Past|VerbForm=Part 3 xcomp 3:xcomp _ -9 myself myself PRON PRP Number=Sing|Person=1|PronType=Prs 3 obl:npmod 3:obl:npmod _ +8 ruined ruin VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 xcomp 3:xcomp _ +9 myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Emp|Reflex=Yes 3 obl:npmod 3:obl:npmod _ 10 because because SCONJ IN _ 12 mark 12:mark _ 11 there there PRON EX _ 12 expl 12:expl _ 12 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:because _ -13 something something PRON NN Number=Sing 12 nsubj 12:nsubj _ +13 something something PRON NN Number=Sing|PronType=Ind 12 nsubj 12:nsubj _ 14 in in ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 background background NOUN NN Number=Sing 13 nmod 13:nmod:in _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ 18-19 didn't _ _ _ _ _ _ _ _ -18 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 aux 20:aux _ +18 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 20 aux 20:aux _ 19 n't not PART RB _ 20 advmod 20:advmod _ 20 notice notice VERB VB VerbForm=Inf 13 acl:relcl 13:acl:relcl _ -21 at at ADV RB _ 22 advmod 22:advmod _ -22 first first ADV RBS _ 20 advmod 20:advmod SpaceAfter=No +21 at at ADP IN _ 22 case 22:case _ +22 first first ADV RB NumForm=Word|NumType=Ord 20 obl 20:obl:at SpaceAfter=No 23 . . PUNCT . _ 3 punct 3:punct _ # newdoc id = answers-20111107144339AA0qw5S_ans @@ -164519,12 +164613,12 @@ # newpar id = answers-20111107144339AA0qw5S_ans-p0001 # text = what are some unique customs in ireland? 1 what what PRON WP PronType=Int 0 root 0:root _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -3 some some DET DT _ 5 det 5:det _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +3 some some DET DT PronType=Ind 5 det 5:det _ 4 unique unique ADJ JJ Degree=Pos 5 amod 5:amod _ 5 customs custom NOUN NNS Number=Plur 1 nsubj 1:nsubj _ 6 in in ADP IN _ 7 case 7:case _ -7 ireland ireland PROPN NNP Number=Sing 5 nmod 5:nmod:in SpaceAfter=No +7 ireland Ireland PROPN NNP Number=Sing 5 nmod 5:nmod:in SpaceAfter=No 8 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111107144339AA0qw5S_ans-0002 @@ -164532,13 +164626,13 @@ # text = As far ask I’m aware our most unique custom would be the “Country Wake”. 1 As as ADV RB _ 2 advmod 2:advmod _ 2 far far ADV RB Degree=Pos 16 advmod 16:advmod _ -3 ask as SCONJ IN Typo=Yes 6 mark 6:mark _ +3 ask as SCONJ IN Typo=Yes 6 mark 6:mark CorrectForm=as 4-5 I’m _ _ _ _ _ _ _ _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -5 ’m be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -6 aware aware ADJ JJ Degree=Pos 2 advcl 2:advcl:ask _ -7 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ -8 most most ADV RBS _ 9 advmod 9:advmod _ +5 ’m be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +6 aware aware ADJ JJ Degree=Pos 2 advcl 2:advcl:as _ +7 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 most most ADV RBS Degree=Sup 9 advmod 9:advmod _ 9 unique unique ADJ JJ Degree=Pos 10 amod 10:amod _ 10 custom custom NOUN NN Number=Sing 16 nsubj 16:nsubj _ 11 would would AUX MD VerbForm=Fin 16 aux 16:aux _ @@ -164553,28 +164647,28 @@ # sent_id = answers-20111107144339AA0qw5S_ans-0003 # text = In all my travels I’ve never seen anything like it and am often met with an odd look when I explain them to foreigners. 1 In in ADP IN _ 4 case 4:case _ -2 all all DET PDT _ 4 det:predet 4:det:predet _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ -4 travels travels NOUN NNS Number=Plur 8 obl 8:obl:in _ +2 all all DET PDT PronType=Tot 4 det:predet 4:det:predet _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +4 travels travel NOUN NNS Number=Plur 8 obl 8:obl:in _ 5-6 I’ve _ _ _ _ _ _ _ _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|15:nsubj:pass _ -6 ’ve have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 ’ve have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 never never ADV RB _ 8 advmod 8:advmod _ 8 seen see VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -9 anything anything PRON NN Number=Sing 8 obj 8:obj _ +9 anything anything PRON NN Number=Sing|PronType=Ind 8 obj 8:obj _ 10 like like ADP IN _ 11 case 11:case _ 11 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nmod 9:nmod:like _ 12 and and CCONJ CC _ 15 cc 15:cc _ 13 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 15 aux:pass 15:aux:pass _ 14 often often ADV RB _ 15 advmod 15:advmod _ -15 met meet VERB VBN Tense=Past|VerbForm=Part 8 conj 8:conj:and _ +15 met meet VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 conj 8:conj:and _ 16 with with ADP IN _ 19 case 19:case _ 17 an a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 18 odd odd ADJ JJ Degree=Pos 19 amod 19:amod _ 19 look look NOUN NN Number=Sing 15 obl 15:obl:with _ -20 when when SCONJ WRB PronType=Int 22 mark 22:mark _ +20 when when ADV WRB PronType=Int 22 advmod 22:advmod _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -22 explain explain VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:when _ +22 explain explain VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:when _ 23 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 22 obj 22:obj _ 24 to to ADP IN _ 25 case 25:case _ 25 foreigners foreigner NOUN NNS Number=Plur 22 obl 22:obl:to SpaceAfter=No @@ -164586,21 +164680,21 @@ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 person person NOUN NN Number=Sing 4 nsubj 4:nsubj _ 4 dies die VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:after SpaceAfter=No -5 , , PUNCT , _ 10 punct 10:punct _ -6 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 , , PUNCT , _ 4 punct 4:punct _ +6 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 remains remains NOUN NNS Number=Plur 10 nsubj:pass 10:nsubj:pass _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ 9 “ " PUNCT `` _ 10 punct 10:punct SpaceAfter=No -10 waked wake VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +10 waked wake VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 11 ” " PUNCT `` _ 10 punct 10:punct _ 12 in in ADP IN _ 14 case 14:case _ -13 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 home home NOUN NN Number=Sing 10 obl 10:obl:in _ 15 for for ADP IN _ 20 case 20:case _ 16 roughly roughly ADV RB _ 19 advmod 19:advmod _ -17 2 2 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No +17 2 2 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No 18 - - SYM SYM _ 19 case 19:case SpaceAfter=No -19 3 3 NUM CD NumType=Card 17 nmod 17:nmod SpaceAfter=No +19 3 3 NUM CD NumForm=Digit|NumType=Card 17 nmod 17:nmod SpaceAfter=No 20 days day NOUN NNS Number=Plur 10 obl 10:obl:for SpaceAfter=No 21 . . PUNCT . _ 10 punct 10:punct _ @@ -164617,16 +164711,16 @@ 9 house house NOUN NN Number=Sing 6 obl 6:obl:to SpaceAfter=No 10 , , PUNCT , _ 11 punct 11:punct _ 11 pay pay VERB VB VerbForm=Inf 6 conj 6:conj:and _ -12 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 respects respects NOUN NNS Number=Plur 11 obj 11:obj _ 14 to to ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 desisted desisted ADJ JJ Degree=Pos 11 obl 11:obl:to _ 17 and and CCONJ CC _ 19 cc 19:cc _ -18 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 family family NOUN NN Number=Sing 16 conj 11:obl:to|16:conj:and _ 20 and and CCONJ CC _ 21 cc 21:cc _ -21 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ +21 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ 22 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 23 couple couple NOUN NN Number=Sing 21 obj 21:obj _ 24 of of ADP IN _ 25 case 25:case _ @@ -164646,15 +164740,15 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 wake wake NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 also also ADV RB _ 4 advmod 4:advmod _ -4 included include VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 included include VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 night night NOUN NN Number=Sing 7 compound 7:compound _ -7 sit sit NOUN NN Number=Sing 4 obj 4:obj _ -8 were were ADV WRB PronType=Rel 12 advmod 12:advmod _ +7 sit sit NOUN NN Number=Sing 4 obj 4:obj|12:obl _ +8 were where ADV WRB PronType=Rel|Typo=Yes 12 advmod 7:ref CorrectForm=where 9 friends friend NOUN NNS Number=Plur 12 nsubj 12:nsubj _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 family family NOUN NN Number=Sing 9 conj 9:conj:and|12:nsubj _ -12 sit sit VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +12 sit sit VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 13 up up ADP RP _ 12 compound:prt 12:compound:prt _ 14 through through ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -164667,7 +164761,7 @@ # sent_id = answers-20111107144339AA0qw5S_ans-0007 # text = Wakes are common both north and south of the boarder with Protestants and Catholics alike. 1 Wakes wake NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 common common ADJ JJ Degree=Pos 0 root 0:root _ 4 both both CCONJ CC _ 5 cc:preconj 5:cc:preconj _ 5 north north ADV RB _ 3 advmod 3:advmod _ @@ -164675,7 +164769,7 @@ 7 south south ADV RB _ 5 conj 3:advmod|5:conj:and _ 8 of of ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -10 boarder boarder NOUN NN Number=Sing 5 obl 5:obl:of _ +10 boarder border NOUN NN Number=Sing|Typo=Yes 5 obl 5:obl:of CorrectForm=border 11 with with ADP IN _ 12 case 12:case _ 12 Protestants Protestant PROPN NNPS Number=Plur 3 obl 3:obl:with _ 13 and and CCONJ CC _ 14 cc 14:cc _ @@ -164698,25 +164792,25 @@ 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 2 only only ADJ JJ Degree=Pos 4 amod 4:amod _ 3 notable notable ADJ JJ Degree=Pos 4 amod 4:amod _ -4 difference difference NOUN NN Number=Sing 8 nsubj 8:nsubj _ +4 difference difference NOUN NN Number=Sing 22 nsubj:outer 22:nsubj:outer _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 noticed notice VERB VBN Tense=Past|VerbForm=Part 4 acl:relcl 4:acl:relcl _ -8 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 9 that that SCONJ IN _ 22 mark 22:mark _ 10 in in ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 south south NOUN NN Number=Sing 22 obl 22:obl:in _ 13 of of ADP IN _ 14 case 14:case _ 14 Ireland Ireland PROPN NNP Number=Sing 12 nmod 12:nmod:of _ -15 one one NUM CD NumType=Card 16 nummod 16:nummod _ +15 one one NUM CD NumForm=Word|NumType=Card 16 nummod 16:nummod _ 16 night night NOUN NN Number=Sing 22 nsubj:pass 22:nsubj:pass _ 17 of of ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 wake wake NOUN NN Number=Sing 16 nmod 16:nmod:of _ 20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 aux:pass 22:aux:pass _ 21 often often ADV RB _ 22 advmod 22:advmod _ -22 held hold VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 ccomp 8:ccomp _ +22 held hold VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 23 in in ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 chapel chapel NOUN NN Number=Sing 22 obl 22:obl:in _ @@ -164725,53 +164819,53 @@ 28 before before ADP IN _ 30 case 30:case _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 funeral funeral NOUN NN Number=Sing 27 nmod 27:nmod:before SpaceAfter=No -31 , , PUNCT , _ 8 punct 8:punct _ +31 , , PUNCT , _ 34 punct 34:punct _ 32 this this DET DT Number=Sing|PronType=Dem 33 det 33:det _ 33 tradition tradition NOUN NN Number=Sing 34 nsubj 34:nsubj _ -34 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 parataxis 8:parataxis _ +34 started start VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 parataxis 22:parataxis _ 35 after after ADP IN _ 38 case 38:case _ 36 the the DET DT Definite=Def|PronType=Art 38 det 38:det _ 37 civil civil ADJ JJ Degree=Pos 38 amod 38:amod _ 38 war war NOUN NN Number=Sing 34 obl 34:obl:after SpaceAfter=No -39 . . PUNCT . _ 8 punct 8:punct _ +39 . . PUNCT . _ 22 punct 22:punct _ # sent_id = answers-20111107144339AA0qw5S_ans-0010 # text = Another unique custom (and a dying one at that) is the Pioneers. -1 Another another DET DT _ 3 det 3:det _ +1 Another another DET DT PronType=Ind 3 det 3:det _ 2 unique unique ADJ JJ Degree=Pos 3 amod 3:amod _ 3 custom custom NOUN NN Number=Sing 14 nsubj 14:nsubj _ -4 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No +4 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No 5 and and CCONJ CC _ 8 cc 8:cc _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 dying die VERB VBG VerbForm=Ger 8 amod 8:amod _ 8 one one NOUN NN Number=Sing 3 conj 3:conj:and|14:nsubj _ 9 at at ADP IN _ 10 case 10:case _ 10 that that PRON DT Number=Sing|PronType=Dem 8 nmod 8:nmod:at SpaceAfter=No -11 ) ) PUNCT -RRB- _ 3 punct 3:punct _ +11 ) ) PUNCT -RRB- _ 8 punct 8:punct _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -14 Pioneers Pioneers PROPN NNPS Number=Plur 0 root 0:root SpaceAfter=No +14 Pioneers Pioneer PROPN NNPS Number=Plur 0 root 0:root SpaceAfter=No 15 . . PUNCT . _ 14 punct 14:punct _ # sent_id = answers-20111107144339AA0qw5S_ans-0011 # text = The Pioneers was an organization started at the end of the 19th century which pushed and supported the ideal of temperance (abstaining from alcohol), in an attempt to deal with the massive issue of alcoholism that Ireland was gripped by. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 Pioneers Pioneers PROPN NNPS Number=Plur 5 nsubj 5:nsubj _ +2 Pioneers Pioneer PROPN NNPS Number=Plur 5 nsubj 5:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 4 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 organization organization NOUN NN Number=Sing 0 root 0:root|15:nsubj|17:nsubj _ -6 started start VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +6 started start VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 7 at at ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 end end NOUN NN Number=Sing 6 obl 6:obl:at _ 10 of of ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 19th 19th ADJ JJ Degree=Pos|NumType=Ord 13 amod 13:amod _ +12 19th 19th ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 13 amod 13:amod _ 13 century century NOUN NN Number=Sing 9 nmod 9:nmod:of _ 14 which which PRON WDT PronType=Rel 15 nsubj 5:ref _ -15 pushed push VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +15 pushed push VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 16 and and CCONJ CC _ 17 cc 17:cc _ -17 supported support VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 conj 5:acl:relcl|15:conj:and _ +17 supported support VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 conj 5:acl:relcl|15:conj:and _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 ideal ideal NOUN NN Number=Sing 15 obj 15:obj|17:obj _ 20 of of ADP IN _ 21 case 21:case _ @@ -164779,9 +164873,9 @@ 22 ( ( PUNCT -LRB- _ 23 punct 23:punct SpaceAfter=No 23 abstaining abstain VERB VBG VerbForm=Ger 21 appos 21:appos _ 24 from from ADP IN _ 25 case 25:case _ -25 alcohol alcohol ADV RB _ 23 obl 23:obl:from SpaceAfter=No +25 alcohol alcohol NOUN NN Number=Sing 23 obl 23:obl:from SpaceAfter=No 26 ) ) PUNCT -RRB- _ 23 punct 23:punct SpaceAfter=No -27 , , PUNCT , _ 15 punct 15:punct _ +27 , , PUNCT , _ 30 punct 30:punct _ 28 in in ADP IN _ 30 case 30:case _ 29 an a DET DT Definite=Ind|PronType=Art 30 det 30:det _ 30 attempt attempt NOUN NN Number=Sing 15 obl 15:obl:in _ @@ -164790,10 +164884,10 @@ 33 with with ADP IN _ 36 case 36:case _ 34 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ 35 massive massive ADJ JJ Degree=Pos 36 amod 36:amod _ -36 issue issue NOUN NN Number=Sing 32 obl 32:obl:with|42:obl:with _ +36 issue issue NOUN NN Number=Sing 32 obl 32:obl:with|42:obl:agent _ 37 of of ADP IN _ 38 case 38:case _ 38 alcoholism alcoholism NOUN NN Number=Sing 36 nmod 36:nmod:of _ -39 that that PRON WDT PronType=Rel 42 obl 36:ref _ +39 that that PRON WDT PronType=Rel 42 obl:agent 36:ref _ 40 Ireland Ireland PROPN NNP Number=Sing 42 nsubj:pass 42:nsubj:pass _ 41 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 42 aux:pass 42:aux:pass _ 42 gripped grip VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 36 acl:relcl 36:acl:relcl _ @@ -164802,14 +164896,14 @@ # sent_id = answers-20111107144339AA0qw5S_ans-0012 # text = Pioneers take a pledge to remain tee-total and at the hight of the organization popularity, had an estimated two million members even filling Croke Park on the 25th anniversary. -1 Pioneers Pioneers PROPN NNPS Number=Plur 2 nsubj 2:nsubj|19:nsubj _ -2 take take VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Pioneers Pioneer PROPN NNPS Number=Plur 2 nsubj 2:nsubj|19:nsubj _ +2 take take VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 pledge pledge NOUN NN Number=Sing 2 obj 2:obj _ 5 to to PART TO _ 9 mark 9:mark _ 6 remain remain VERB VB VerbForm=Inf 4 acl 4:acl _ 7 tee tee ADJ JJ Degree=Pos 9 amod 9:amod SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 total total ADJ JJ Degree=Pos 6 xcomp 6:xcomp _ 10 and and CCONJ CC _ 19 cc 19:cc _ 11 at at ADP IN _ 13 case 13:case _ @@ -164819,12 +164913,12 @@ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 organization organization NOUN NN Number=Sing 17 compound 17:compound _ 17 popularity popularity NOUN NN Number=Sing 13 nmod 13:nmod:of SpaceAfter=No -18 , , PUNCT , _ 19 punct 19:punct _ -19 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +18 , , PUNCT , _ 13 punct 13:punct _ +19 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 20 an a DET DT Definite=Ind|PronType=Art 24 det 24:det _ -21 estimated estimate VERB VBN Tense=Past|VerbForm=Part 24 amod 24:amod _ -22 two two NUM CD NumType=Card 23 compound 23:compound _ -23 million million NUM CD NumType=Card 24 nummod 24:nummod _ +21 estimated estimate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 24 amod 24:amod _ +22 two two NUM CD NumForm=Word|NumType=Card 23 compound 23:compound _ +23 million million NUM CD NumForm=Word|NumType=Card 24 nummod 24:nummod _ 24 members member NOUN NNS Number=Plur 19 obj 19:obj _ 25 even even ADV RB _ 26 advmod 26:advmod _ 26 filling fill VERB VBG VerbForm=Ger 19 advcl 19:advcl _ @@ -164832,19 +164926,19 @@ 28 Park Park PROPN NNP Number=Sing 26 obj 26:obj _ 29 on on ADP IN _ 32 case 32:case _ 30 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ -31 25th 25th ADJ JJ Degree=Pos|NumType=Ord 32 amod 32:amod _ +31 25th 25th ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 32 amod 32:amod _ 32 anniversary anniversary NOUN NN Number=Sing 26 obl 26:obl:on SpaceAfter=No 33 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111107144339AA0qw5S_ans-0013 # text = I my self am one but appreciate that the organization is unlikely to make into the 22nd century. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj _ -2 my my X GW _ 1 appos 1:appos _ -3 self self PRON PRP _ 2 goeswith 2:goeswith _ +2 my myself PRON GW Case=Acc|Number=Sing|Person=1|PronType=Emp|Reflex=Yes|Typo=Yes 1 appos 1:appos _ +3 self _ X PRP _ 2 goeswith 2:goeswith _ 4 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -5 one one NUM CD NumType=Card 0 root 0:root _ +5 one one NUM CD NumForm=Word|NumType=Card 0 root 0:root _ 6 but but CCONJ CC _ 7 cc 7:cc _ -7 appreciate appreciate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ +7 appreciate appreciate VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ 8 that that SCONJ IN _ 12 mark 12:mark _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 organization organization NOUN NN Number=Sing 12 nsubj 12:nsubj|14:nsubj:xsubj _ @@ -164854,41 +164948,41 @@ 14 make make VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 15 into into ADP IN _ 18 case 18:case _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -17 22nd 22nd ADJ JJ Degree=Pos|NumType=Ord 18 amod 18:amod _ +17 22nd 22nd ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 18 amod 18:amod _ 18 century century NOUN NN Number=Sing 14 obl 14:obl:into SpaceAfter=No 19 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111107144339AA0qw5S_ans-0014 # text = The Orange Order and the 12th of July Marches would be argued by some not to be an Irish custom but unarguable ticks every criteria to be considered one. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 Orange Orange PROPN NNP Number=Sing 3 compound 3:compound _ +2 Orange Orange ADJ NNP Degree=Pos 3 amod 3:amod _ 3 Order Order PROPN NNP Number=Sing 12 nsubj:pass 12:nsubj:pass|20:nsubj:xsubj|23:nsubj:pass _ 4 and and CCONJ CC _ 9 cc 9:cc _ 5 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -6 12th 12th NOUN NN Number=Sing 9 compound 9:compound _ +6 12th 12th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 9 compound 9:compound _ 7 of of ADP IN _ 8 case 8:case _ 8 July July PROPN NNP Number=Sing 6 nmod 6:nmod:of _ -9 Marches Marches PROPN NNPS Number=Plur 3 conj 3:conj:and|12:nsubj:pass|20:nsubj:xsubj _ +9 Marches March PROPN NNPS Number=Plur 3 conj 3:conj:and|12:nsubj:pass|20:nsubj:xsubj _ 10 would would AUX MD VerbForm=Fin 12 aux 12:aux _ 11 be be AUX VB VerbForm=Inf 12 aux:pass 12:aux:pass _ 12 argued argue VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 13 by by ADP IN _ 14 case 14:case _ -14 some some DET DT _ 12 obl 12:obl:by _ +14 some some DET DT PronType=Ind 12 obl:agent 12:obl:agent _ 15 not not PART RB _ 20 advmod 20:advmod _ 16 to to PART TO _ 20 mark 20:mark _ 17 be be AUX VB VerbForm=Inf 20 cop 20:cop _ 18 an a DET DT Definite=Ind|PronType=Art 20 det 20:det _ -19 Irish irish ADJ JJ Degree=Pos 20 amod 20:amod _ +19 Irish Irish ADJ JJ Degree=Pos 20 amod 20:amod _ 20 custom custom NOUN NN Number=Sing 12 xcomp 12:xcomp _ 21 but but CCONJ CC _ 23 cc 23:cc _ 22 unarguable unarguable ADV RB _ 23 advmod 23:advmod _ 23 ticks tick VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 conj 12:conj:but _ -24 every every DET DT _ 25 det 25:det _ +24 every every DET DT PronType=Tot 25 det 25:det _ 25 criteria criteria NOUN NN Number=Sing 23 obj 23:obj _ 26 to to PART TO _ 28 mark 28:mark _ 27 be be AUX VB VerbForm=Inf 28 aux:pass 28:aux:pass _ 28 considered consider VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 acl 25:acl:to _ -29 one one NUM CD NumType=Card 28 xcomp 28:xcomp SpaceAfter=No +29 one one NUM CD NumForm=Word|NumType=Card 28 xcomp 28:xcomp SpaceAfter=No 30 . . PUNCT . _ 12 punct 12:punct _ # sent_id = answers-20111107144339AA0qw5S_ans-0015 @@ -164897,15 +164991,15 @@ 2 marches march NOUN NNS Number=Plur 11 nsubj:pass 11:nsubj:pass _ 3 on on ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 12th 12th NOUN NN Number=Sing 2 nmod 2:nmod:on _ +5 12th 12th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 2 nmod 2:nmod:on _ 6 of of ADP IN _ 7 case 7:case _ 7 July July PROPN NNP Number=Sing 5 nmod 5:nmod:of _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux:pass 11:aux:pass _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux:pass 11:aux:pass _ 9 only only ADV RB _ 11 advmod 11:advmod _ 10 really really ADV RB _ 11 advmod 11:advmod _ 11 attended attend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 12 by by ADP IN _ 13 case 13:case _ -13 protestants protestant PROPN NNPS Number=Plur 11 obl 11:obl:by _ +13 protestants Protestant PROPN NNPS Number=Plur 11 obl:agent 11:obl:agent _ 14 in in ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 Ulster Ulster PROPN NNP Number=Sing 13 nmod 13:nmod:in _ @@ -164913,12 +165007,12 @@ 18 in in ADP IN _ 19 case 19:case _ 19 spite spite NOUN NN Number=Sing 26 obl 26:obl:in _ 20 of of ADP IN _ 19 nmod 19:nmod _ -21 the the PRON PRP Typo=Yes 26 nsubj 26:nsubj _ -22 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ +21 the they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs|Typo=Yes 26 nsubj 26:nsubj CorrectForm=they +22 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ 23 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -24 largest largest ADJ JJS Degree=Sup 25 compound 25:compound _ -25 attended attend VERB VBN Tense=Past|VerbForm=Part 26 amod 26:amod _ -26 paraded parade NOUN NNS Number=Plur 11 conj 11:conj:but _ +24 largest large ADJ JJS Degree=Sup 25 compound 25:compound _ +25 attended attend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 26 amod 26:amod _ +26 paraded parade NOUN NNS Number=Plur|Typo=Yes 11 conj 11:conj:but CorrectForm=parades 27 in in ADP IN _ 28 case 28:case _ 28 Ireland Ireland PROPN NNP Number=Sing 26 nmod 26:nmod:in SpaceAfter=No 29 . . PUNCT . _ 11 punct 11:punct _ @@ -164937,38 +165031,38 @@ # newpar id = answers-20111107144339AA0qw5S_ans-p0004 # text = the irish customs we have in our family are; we make sinnel cake for easter ,barn brack and col-cannon for Halloween. 1 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 irish irish ADJ JJ Degree=Pos 3 amod 3:amod _ -3 customs custom NOUN NNS Number=Plur 9 nsubj 9:nsubj _ +2 irish Irish ADJ JJ Degree=Pos 3 amod 3:amod _ +3 customs custom NOUN NNS Number=Plur 12 nsubj:outer 12:nsubj:outer _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +5 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 in in ADP IN _ 8 case 8:case _ -7 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 family family NOUN NN Number=Sing 5 obl 5:obl:in _ -9 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop SpaceAfter=No 10 ; ; PUNCT , _ 9 punct 9:punct _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 make make VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ +12 make make VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 13 sinnel sinnel NOUN NN Number=Sing 14 compound 14:compound _ 14 cake cake NOUN NN Number=Sing 12 obj 12:obj _ 15 for for ADP IN _ 16 case 16:case _ -16 easter easter PROPN NNP Number=Sing 14 nmod 14:nmod:for _ -17 , , PUNCT , _ 12 punct 12:punct SpaceAfter=No +16 easter Easter PROPN NNP Number=Sing 14 nmod 14:nmod:for _ +17 , , PUNCT , _ 19 punct 19:punct SpaceAfter=No 18 barn barn NOUN NN Number=Sing 19 compound 19:compound _ -19 brack brack NOUN NN Number=Sing 12 obj 12:obj _ +19 brack brack NOUN NN Number=Sing 12 conj 12:conj _ 20 and and CCONJ CC _ 23 cc 23:cc _ 21 col col NOUN NN Number=Sing 23 compound 23:compound SpaceAfter=No -22 - - PUNCT HYPH _ 23 punct 23:punct SpaceAfter=No +22 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No 23 cannon cannon NOUN NN Number=Sing 19 conj 12:obj|19:conj:and _ 24 for for ADP IN _ 25 case 25:case _ 25 Halloween Halloween PROPN NNP Number=Sing 19 nmod 19:nmod:for SpaceAfter=No -26 . . PUNCT . _ 9 punct 9:punct SpaceAfter=No +26 . . PUNCT . _ 12 punct 12:punct SpaceAfter=No # sent_id = answers-20111107144339AA0qw5S_ans-0018 # text = christmas cake for christmas day. -1 christmas christmas PROPN NNP Number=Sing 2 compound 2:compound _ +1 christmas Christmas PROPN NNP Number=Sing 2 compound 2:compound _ 2 cake cake NOUN NN Number=Sing 0 root 0:root _ 3 for for ADP IN _ 5 case 5:case _ -4 christmas christmas PROPN NNP Number=Sing 5 compound 5:compound _ +4 christmas Christmas PROPN NNP Number=Sing 5 compound 5:compound _ 5 day day NOUN NN Number=Sing 2 nmod 2:nmod:for SpaceAfter=No 6 . . PUNCT . _ 2 punct 2:punct _ @@ -164976,85 +165070,85 @@ # sent_id = answers-20111108102810AAfCh1W_ans-0001 # newpar id = answers-20111108102810AAfCh1W_ans-p0001 # text = Do animals see images on a TV screen like humans do? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 animals animal NOUN NNS Number=Plur 3 nsubj 3:nsubj _ 3 see see VERB VB VerbForm=Inf 0 root 0:root _ 4 images image NOUN NNS Number=Plur 3 obj 3:obj _ 5 on on ADP IN _ 8 case 8:case _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -7 TV tv NOUN NN Number=Sing 8 compound 8:compound _ +7 TV TV NOUN NN Number=Sing 8 compound 8:compound _ 8 screen screen NOUN NN Number=Sing 3 obl 3:obl:on _ 9 like like SCONJ IN _ 11 mark 11:mark _ 10 humans human NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -11 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:like SpaceAfter=No +11 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:like SpaceAfter=No 12 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108102810AAfCh1W_ans-0002 # newpar id = answers-20111108102810AAfCh1W_ans-p0002 # text = Do animals see images on a TV screen like humans do? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 animals animal NOUN NNS Number=Plur 3 nsubj 3:nsubj _ 3 see see VERB VB VerbForm=Inf 0 root 0:root _ 4 images image NOUN NNS Number=Plur 3 obj 3:obj _ 5 on on ADP IN _ 8 case 8:case _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -7 TV tv NOUN NN Number=Sing 8 compound 8:compound _ +7 TV TV NOUN NN Number=Sing 8 compound 8:compound _ 8 screen screen NOUN NN Number=Sing 3 obl 3:obl:on _ 9 like like SCONJ IN _ 11 mark 11:mark _ 10 humans human NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -11 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:like SpaceAfter=No +11 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:like SpaceAfter=No 12 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108102810AAfCh1W_ans-0003 # text = I'm unsure of this, because once I watched a commercial of cat food with my cat and she didn't react to seeing another cat on TV. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 unsure unsure ADJ JJ Degree=Pos 0 root 0:root _ 4 of of ADP IN _ 5 case 5:case _ 5 this this PRON DT Number=Sing|PronType=Dem 3 obl 3:obl:of SpaceAfter=No -6 , , PUNCT , _ 3 punct 3:punct _ +6 , , PUNCT , _ 10 punct 10:punct _ 7 because because SCONJ IN _ 10 mark 10:mark _ -8 once once ADV RB NumType=Mult 10 advmod 10:advmod _ +8 once once ADV RB NumForm=Word|NumType=Mult 10 advmod 10:advmod _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 watched watch VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:because _ +10 watched watch VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:because _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 commercial commercial NOUN NN Number=Sing 10 obj 10:obj _ 13 of of ADP IN _ 15 case 15:case _ 14 cat cat NOUN NN Number=Sing 15 compound 15:compound _ -15 food food NOUN NN Number=Sing 12 obl 12:obl:of _ +15 food food NOUN NN Number=Sing 12 nmod 12:nmod:of _ 16 with with ADP IN _ 18 case 18:case _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 cat cat NOUN NN Number=Sing 10 obl 10:obl:with _ 19 and and CCONJ CC _ 23 cc 23:cc _ 20 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 23 nsubj 23:nsubj _ 21-22 didn't _ _ _ _ _ _ _ _ -21 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 23 aux 23:aux _ +21 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 23 aux 23:aux _ 22 n't not PART RB _ 23 advmod 23:advmod _ 23 react react VERB VB VerbForm=Inf 10 conj 3:advcl:because|10:conj:and _ 24 to to SCONJ IN _ 25 mark 25:mark _ 25 seeing see VERB VBG VerbForm=Ger 23 advcl 23:advcl:to _ -26 another another DET DT _ 27 det 27:det _ +26 another another DET DT PronType=Ind 27 det 27:det _ 27 cat cat NOUN NN Number=Sing 25 obj 25:obj _ 28 on on ADP IN _ 29 case 29:case _ -29 TV tv NOUN NN Number=Sing 25 obl 25:obl:on SpaceAfter=No +29 TV TV NOUN NN Number=Sing 25 obl 25:obl:on SpaceAfter=No 30 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108102810AAfCh1W_ans-0004 # text = I heard that a company (here is a link: http://news.yahoo.com/nestl-purina-releases-commercial-aimed-dogs-183443091.html ) is trying to make a dog food commercial aimed at dogs, complete with squeaky chew-toy sounds, and high pitched sounds that humans can't hear. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 heard hear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 heard hear VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 15 mark 15:mark _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 company company NOUN NN Number=Sing 15 nsubj 15:nsubj|17:nsubj:xsubj _ -6 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No +6 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No 7 here here ADV RB PronType=Dem 5 parataxis 5:parataxis _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 link link NOUN NN Number=Sing 7 nsubj 7:nsubj SpaceAfter=No 11 : : PUNCT : _ 12 punct 12:punct _ 12 http://news.yahoo.com/nestl-purina-releases-commercial-aimed-dogs-183443091.html http://news.yahoo.com/nestl-purina-releases-commercial-aimed-dogs-183443091.html X ADD _ 10 appos 10:appos _ -13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ +13 ) ) PUNCT -RRB- _ 7 punct 7:punct _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 15 trying try VERB VBG VerbForm=Ger 2 ccomp 2:ccomp _ 16 to to PART TO _ 17 mark 17:mark _ @@ -165063,24 +165157,24 @@ 19 dog dog NOUN NN Number=Sing 21 compound 21:compound _ 20 food food NOUN NN Number=Sing 21 compound 21:compound _ 21 commercial commercial NOUN NN Number=Sing 17 obj 17:obj _ -22 aimed aim VERB VBN Tense=Past|VerbForm=Part 21 acl 21:acl _ +22 aimed aim VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 acl 21:acl _ 23 at at ADP IN _ 24 case 24:case _ 24 dogs dog NOUN NNS Number=Plur 22 obl 22:obl:at SpaceAfter=No -25 , , PUNCT , _ 21 punct 21:punct _ +25 , , PUNCT , _ 26 punct 26:punct _ 26 complete complete ADJ JJ Degree=Pos 21 amod 21:amod _ 27 with with ADP IN _ 32 case 32:case _ 28 squeaky squeaky ADJ JJ Degree=Pos 32 amod 32:amod _ 29 chew chew NOUN NN Number=Sing 31 compound 31:compound SpaceAfter=No -30 - - PUNCT HYPH _ 31 punct 31:punct SpaceAfter=No +30 - - PUNCT HYPH _ 29 punct 29:punct SpaceAfter=No 31 toy toy NOUN NN Number=Sing 32 compound 32:compound _ 32 sounds sound NOUN NNS Number=Plur 26 obl 26:obl:with SpaceAfter=No 33 , , PUNCT , _ 37 punct 37:punct _ 34 and and CCONJ CC _ 37 cc 37:cc _ 35 high high ADJ JJ Degree=Pos 36 compound 36:compound _ -36 pitched pitch VERB VBN Tense=Past|VerbForm=Part 37 amod 37:amod _ +36 pitched pitch VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 37 amod 37:amod _ 37 sounds sound NOUN NNS Number=Plur 32 conj 26:obl:with|32:conj:and|42:obj _ 38 that that PRON WDT PronType=Rel 42 obj 37:ref _ -39 humans human VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 42 nsubj 42:nsubj _ +39 humans human NOUN NNS Number=Plur 42 nsubj 42:nsubj _ 40-41 can't _ _ _ _ _ _ _ _ 40 ca can AUX MD VerbForm=Fin 42 aux 42:aux _ 41 n't not PART RB _ 42 advmod 42:advmod _ @@ -165093,27 +165187,27 @@ 2 far far ADV RB Degree=Pos 10 advmod 10:advmod _ 3 as as SCONJ IN _ 5 mark 5:mark _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 understand understand VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:as SpaceAfter=No -6 , , PUNCT , _ 10 punct 10:punct _ +5 understand understand VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:as SpaceAfter=No +6 , , PUNCT , _ 2 punct 2:punct _ 7 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ 8 ad ad NOUN NN Number=Sing 10 nsubj 10:nsubj _ 9 will will AUX MD VerbForm=Fin 10 aux 10:aux _ 10 get get VERB VB VerbForm=Inf 0 root 0:root _ -11 dogs dogs ADV RB _ 10 obj 10:obj|12:nsubj:xsubj _ +11 dogs dog NOUN NNS Number=Plur 10 obj 10:obj|12:nsubj:xsubj _ 12 excited excited ADJ JJ Degree=Pos 10 xcomp 10:xcomp SpaceAfter=No 13 , , PUNCT , _ 17 punct 17:punct _ 14 but but CCONJ CC _ 17 cc 17:cc _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 question question NOUN NN Number=Sing 17 nsubj 17:nsubj _ -17 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 conj 10:conj:but SpaceAfter=No -18 : : PUNCT : _ 17 punct 17:punct _ +17 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 conj 10:conj:but SpaceAfter=No +18 : : PUNCT : _ 22 punct 22:punct _ 19 Can can AUX MD VerbForm=Fin 22 aux 22:aux _ 20 dogs dog NOUN NNS Number=Plur 22 nsubj 22:nsubj _ 21 actually actually ADV RB _ 22 advmod 22:advmod _ 22 see see VERB VB VerbForm=Inf 17 parataxis 17:parataxis _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 images image NOUN NNS Number=Plur 22 obj 22:obj _ -25 featured feature VERB VBN Tense=Past|VerbForm=Part 24 acl 24:acl _ +25 featured feature VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 24 acl 24:acl _ 26 in in ADP IN _ 28 case 28:case _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 advert advert NOUN NN Number=Sing 25 obl 25:obl:in _ @@ -165124,16 +165218,16 @@ # sent_id = answers-20111108102810AAfCh1W_ans-0006 # text = Also, can animals remember images on TV like us, humans? 1 Also also ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 can can AUX MD VerbForm=Fin 5 aux 5:aux _ 4 animals animal NOUN NNS Number=Plur 5 nsubj 5:nsubj _ 5 remember remember VERB VB VerbForm=Inf 0 root 0:root _ 6 images image NOUN NNS Number=Plur 5 obj 5:obj _ 7 on on ADP IN _ 8 case 8:case _ -8 TV tv NOUN NN Number=Sing 6 nmod 6:nmod:on _ +8 TV TV NOUN NN Number=Sing 6 nmod 6:nmod:on _ 9 like like ADP IN _ 10 case 10:case _ 10 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 5 obl 5:obl:like SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 humans human NOUN NNS Number=Plur 10 appos 10:appos SpaceAfter=No 13 ? ? PUNCT . _ 5 punct 5:punct _ @@ -165141,7 +165235,7 @@ # text = If so, then does that mean that if you watched a scary movie and your dog/cat/parrot was in the same room as you they will also get scared? 1 If if SCONJ IN _ 2 mark 2:mark _ 2 so so ADV RB _ 7 advcl 7:advcl:if SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 then then ADV RB PronType=Dem 7 advmod 7:advmod _ 5 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 that that PRON DT Number=Sing|PronType=Dem 7 nsubj 7:nsubj _ @@ -165149,29 +165243,29 @@ 8 that that SCONJ IN _ 33 mark 33:mark _ 9 if if SCONJ IN _ 11 mark 11:mark _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -11 watched watch VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 33 advcl 33:advcl:if _ +11 watched watch VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 33 advcl 33:advcl:if _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 scary scary ADJ JJ Degree=Pos 14 amod 14:amod _ 14 movie movie NOUN NN Number=Sing 11 obj 11:obj _ 15 and and CCONJ CC _ 26 cc 26:cc _ -16 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +16 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 dog dog NOUN NN Number=Sing 26 nsubj 26:nsubj SpaceAfter=No -18 / / PUNCT , _ 19 cc 19:cc SpaceAfter=No +18 / / SYM , _ 19 cc 19:cc SpaceAfter=No 19 cat cat NOUN NN Number=Sing 17 conj 17:conj|26:nsubj SpaceAfter=No -20 / / PUNCT , _ 21 cc 21:cc SpaceAfter=No +20 / / SYM , _ 21 cc 21:cc SpaceAfter=No 21 parrot parrot NOUN NN Number=Sing 17 conj 17:conj|26:nsubj _ 22 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 26 cop 26:cop _ 23 in in ADP IN _ 26 case 26:case _ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 25 same same ADJ JJ Degree=Pos 26 amod 26:amod _ -26 room room NOUN NN Number=Sing 11 conj 11:conj:and|33:advcl:in _ +26 room room NOUN NN Number=Sing 11 conj 11:conj:and|32:advcl:in _ 27 as as ADP IN _ 28 case 28:case _ 28 you you PRON PRP Case=Acc|Person=2|PronType=Prs 25 obl 25:obl:as _ -29 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 33 nsubj:pass 33:nsubj:pass _ -30 will will AUX MD VerbForm=Fin 33 aux 33:aux _ -31 also also ADV RB _ 33 advmod 33:advmod _ -32 get get VERB VB VerbForm=Inf 33 aux:pass 33:aux:pass _ -33 scared scared ADJ JJ Degree=Pos 7 ccomp 7:ccomp SpaceAfter=No +29 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 32 nsubj 32:nsubj _ +30 will will AUX MD VerbForm=Fin 32 aux 32:aux _ +31 also also ADV RB _ 32 advmod 32:advmod _ +32 get get VERB VB VerbForm=Inf 7 ccomp 7:ccomp _ +33 scared scared ADJ JJ Degree=Pos 32 xcomp 32:xcomp SpaceAfter=No 34 ? ? PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108102810AAfCh1W_ans-0008 @@ -165181,10 +165275,10 @@ 2 would would AUX MD VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 know know VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No -5 -- -- PUNCT , _ 4 punct 4:punct SpaceAfter=No +5 -- -- PUNCT , _ 10 punct 10:punct SpaceAfter=No 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 7-8 don't _ _ _ _ _ _ _ _ -7 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +7 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 8 n't not PART RB _ 10 advmod 10:advmod _ 9 particularly particularly ADV RB _ 10 advmod 10:advmod _ 10 like like VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ @@ -165194,22 +165288,22 @@ 14 and and CCONJ CC _ 18 cc 18:cc _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ 16-17 haven't _ _ _ _ _ _ _ _ -16 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ +16 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 17 n't not PART RB _ 18 advmod 18:advmod _ 18 tried try VERB VBN Tense=Past|VerbForm=Part 10 conj 10:conj:and _ 19 this this PRON DT Number=Sing|PronType=Dem 18 obj 18:obj _ 20 with with ADP IN _ 22 case 22:case _ -21 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 pet pet NOUN NN Number=Sing 18 obl 18:obl:with SpaceAfter=No 23 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108102810AAfCh1W_ans-0009 # text = Although, I don't think that scary movies will affect pets for a long time; I am sure they'll forget sometime--or am I wrong? 1 Although although ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 4-5 don't _ _ _ _ _ _ _ _ -4 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 n't not PART RB _ 6 advmod 6:advmod _ 6 think think VERB VB VerbForm=Inf 0 root 0:root _ 7 that that SCONJ IN _ 11 mark 11:mark _ @@ -165222,7 +165316,7 @@ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 15 long long ADJ JJ Degree=Pos 16 amod 16:amod _ 16 time time NOUN NN Number=Sing 11 obl 11:obl:for SpaceAfter=No -17 ; ; PUNCT , _ 6 punct 6:punct _ +17 ; ; PUNCT , _ 20 punct 20:punct _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ 19 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 20 sure sure ADJ JJ Degree=Pos 6 parataxis 6:parataxis _ @@ -165231,7 +165325,7 @@ 22 'll will AUX MD VerbForm=Fin 23 aux 23:aux _ 23 forget forget VERB VB VerbForm=Inf 20 ccomp 20:ccomp _ 24 sometime sometime ADV RB _ 23 advmod 23:advmod SpaceAfter=No -25 -- -- PUNCT , _ 6 punct 6:punct SpaceAfter=No +25 -- -- PUNCT , _ 29 punct 29:punct SpaceAfter=No 26 or or CCONJ CC _ 29 cc 29:cc _ 27 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 29 cop 29:cop _ 28 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 29 nsubj 29:nsubj _ @@ -165244,23 +165338,23 @@ 1 So so ADV RB _ 2 advmod 2:advmod _ 2 what what PRON WP PronType=Int 0 root 0:root _ 3 about about ADP IN _ 4 case 4:case _ -4 T.V. t.v. NOUN NN Number=Sing 2 nmod 2:nmod:about SpaceAfter=No -5 ? ? PUNCT . _ 1 punct 1:punct _ +4 T.V. TV NOUN NN Number=Sing 2 nmod 2:nmod:about SpaceAfter=No +5 ? ? PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108102810AAfCh1W_ans-0011 # text = Do dogs enjoy watching T.V.? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 dogs dog NOUN NNS Number=Plur 3 nsubj 3:nsubj|4:nsubj:xsubj _ 3 enjoy enjoy VERB VB VerbForm=Inf 0 root 0:root _ 4 watching watch VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ -5 T.V. t.v. NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No +5 T.V. TV NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 6 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108102810AAfCh1W_ans-0012 # text = Well, T.V. is a series of flickering pictures that are streamed together to make a moving picture. 1 Well well INTJ UH _ 6 discourse 6:discourse SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ -3 T.V. t.v. NOUN NN Number=Sing 6 nsubj 6:nsubj _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 T.V. TV NOUN NN Number=Sing 6 nsubj 6:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 series series NOUN NN Number=Sing 0 root 0:root|12:nsubj:pass _ @@ -165268,7 +165362,7 @@ 8 flickering flicker VERB VBG VerbForm=Ger 9 amod 9:amod _ 9 pictures picture NOUN NNS Number=Plur 6 nmod 6:nmod:of _ 10 that that PRON WDT PronType=Rel 12 nsubj:pass 6:ref _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux:pass 12:aux:pass _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux:pass 12:aux:pass _ 12 streamed stream VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl:relcl 6:acl:relcl _ 13 together together ADV RB _ 12 advmod 12:advmod _ 14 to to PART TO _ 15 mark 15:mark _ @@ -165282,22 +165376,22 @@ # text = The pictures are broadcast at a rate of about 60Hz, which is how fast they need to move for us to see them as a moving, flawless picture. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 pictures picture NOUN NNS Number=Plur 4 nsubj:pass 4:nsubj:pass _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 broadcast broadcast VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 at at ADP IN _ 7 case 7:case _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 rate rate NOUN NN Number=Sing 4 obl 4:obl:at _ 8 of of ADP IN _ 11 case 11:case _ 9 about about ADV RB _ 10 advmod 10:advmod _ -10 60 60 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No +10 60 60 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No 11 Hz hz NOUN NN Number=Sing 7 nmod 7:nmod:of|16:nsubj SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ +12 , , PUNCT , _ 16 punct 16:punct _ 13 which which PRON WDT PronType=Rel 16 nsubj 11:ref _ -14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _|CheckUPOS=VERB -15 how how SCONJ WRB PronType=Int 16 mark 16:mark _ -16 fast fast ADJ JJ Degree=Pos 11 acl:relcl 11:acl:relcl _ +14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +15 how how ADV WRB PronType=Rel 16 advmod 16:advmod _ +16 fast fast ADV RB Degree=Pos 11 acl:relcl 11:acl:relcl|20:advmod _ 17 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj|20:nsubj:xsubj _ -18 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ +18 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 advcl:relcl 16:advcl:relcl _ 19 to to PART TO _ 20 mark 20:mark _ 20 move move VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ 21 for for SCONJ IN _ 24 mark 24:mark _ @@ -165308,7 +165402,7 @@ 26 as as ADP IN _ 31 case 31:case _ 27 a a DET DT Definite=Ind|PronType=Art 31 det 31:det _ 28 moving move VERB VBG VerbForm=Ger 31 amod 31:amod SpaceAfter=No -29 , , PUNCT , _ 31 punct 31:punct _ +29 , , PUNCT , _ 28 punct 28:punct _ 30 flawless flawless ADJ JJ Degree=Pos 31 amod 31:amod _ 31 picture picture NOUN NN Number=Sing 24 obl 24:obl:as SpaceAfter=No 32 . . PUNCT . _ 4 punct 4:punct _ @@ -165318,21 +165412,21 @@ 1 To to ADP IN _ 3 case 3:case _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 dog dog NOUN NN Number=Sing 11 obl 11:obl:to SpaceAfter=No -4 , , PUNCT , _ 11 punct 11:punct _ -5 watching watch VERB VBG VerbForm=Ger 11 csubj 11:csubj _ -6 T.V. t.v. NOUN NN Number=Sing 5 obj 5:obj _ +4 , , PUNCT , _ 3 punct 3:punct _ +5 watching watch VERB VBG VerbForm=Ger 11 csubj:outer 11:csubj:outer _ +6 T.V. TV NOUN NN Number=Sing 5 obj 5:obj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 lot lot NOUN NN Number=Sing 11 obl:npmod 11:obl:npmod _ 10 like like SCONJ IN _ 11 mark 11:mark _ 11 watching watch VERB VBG VerbForm=Ger 0 root 0:root _ -12 and a DET DT Typo=Yes 16 det 16:det _ +12 and a DET DT Definite=Ind|PronType=Art|Typo=Yes 16 det 16:det CorrectForm=an 13 old old ADJ JJ Degree=Pos 16 amod 16:amod _ 14 scratchy scratchy ADJ JJ Degree=Pos 16 amod 16:amod _ 15 silent silent ADJ JJ Degree=Pos 16 amod 16:amod _ 16 film film NOUN NN Number=Sing 11 obj 11:obj _ 17 because because SCONJ IN _ 21 mark 21:mark _ -18 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +18 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 19 flicker flicker NOUN NN Number=Sing 20 compound 20:compound _ 20 fusion fusion NOUN NN Number=Sing 21 nsubj 21:nsubj|23:nsubj:xsubj _ 21 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:because _ @@ -165342,9 +165436,9 @@ 25 a a DET DT Definite=Ind|PronType=Art 26 det 26:det _ 26 rate rate NOUN NN Number=Sing 23 obl 23:obl:at _ 27 of of ADP IN _ 31 case 31:case _ -28 70 70 NUM CD NumType=Card 31 compound 31:compound _ +28 70 70 NUM CD NumForm=Digit|NumType=Card 31 compound 31:compound _ 29 to to ADP IN _ 30 case 30:case _ -30 80 80 NUM CD NumType=Card 28 nmod 28:nmod:to SpaceAfter=No +30 80 80 NUM CD NumForm=Digit|NumType=Card 28 nmod 28:nmod:to SpaceAfter=No 31 Hz hz NOUN NN Number=Sing 26 nmod 26:nmod:of SpaceAfter=No 32 . . PUNCT . _ 11 punct 11:punct _ @@ -165352,14 +165446,14 @@ # text = So they see the pictures flicker slower and there for it seems choppy to them. 1 So so ADV RB _ 3 advmod 3:advmod _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 see see VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 pictures picture NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -6 flicker flicker VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ -7 slower slower ADV RBR Degree=Cmp 6 advmod 6:advmod _ +6 flicker flicker VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +7 slower slow ADV RBR Degree=Cmp 6 advmod 6:advmod _ 8 and and CCONJ CC _ 12 cc 12:cc _ -9 there there X GW _ 12 advmod 12:advmod _ -10 for for ADV RB _ 9 goeswith 9:goeswith _ +9 there therefore ADV GW Typo=Yes 12 advmod 12:advmod CorrectForm=therefore +10 for _ X RB _ 9 goeswith 9:goeswith _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj|13:nsubj:xsubj _ 12 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 13 choppy choppy ADJ JJ Degree=Pos 12 xcomp 12:xcomp _ @@ -165369,18 +165463,18 @@ # sent_id = answers-20111108102810AAfCh1W_ans-0016 # text = So chances are that if your dog likes to watch T.V., it’s probably because of the sounds. -1 So so ADV RB _ 3 advmod 3:advmod _ -2 chances chance NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 So so ADV RB _ 19 advmod 19:advmod _ +2 chances chance NOUN NNS Number=Plur 19 nsubj:outer 19:nsubj:outer _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 4 that that SCONJ IN _ 19 mark 19:mark _ 5 if if SCONJ IN _ 8 mark 8:mark _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 dog dog NOUN NN Number=Sing 8 nsubj 8:nsubj|10:nsubj:xsubj _ 8 likes like VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:if _ 9 to to PART TO _ 10 mark 10:mark _ 10 watch watch VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ -11 T.V. t.v. NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No -12 , , PUNCT , _ 19 punct 19:punct _ +11 T.V. TV NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No +12 , , PUNCT , _ 8 punct 8:punct _ 13-14 it’s _ _ _ _ _ _ _ _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj _ 14 ’s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ @@ -165388,12 +165482,12 @@ 16 because because ADP IN _ 19 case 19:case _ 17 of of ADP IN _ 16 fixed 16:fixed _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -19 sounds sound NOUN NNS Number=Plur 3 ccomp 3:ccomp SpaceAfter=No -20 . . PUNCT . _ 3 punct 3:punct _ +19 sounds sound NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No +20 . . PUNCT . _ 19 punct 19:punct _ # sent_id = answers-20111108102810AAfCh1W_ans-0017 # text = Hearing is a dog’s secondary sense, and I will discuss that in another blog entery. -1 Hearing hear VERB VBG VerbForm=Ger 7 nsubj 7:nsubj _ +1 Hearing hear NOUN NN Number=Sing 7 nsubj 7:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4-5 dog’s _ _ _ _ _ _ _ _ @@ -165408,7 +165502,7 @@ 12 discuss discuss VERB VB VerbForm=Inf 7 conj 7:conj:and _ 13 that that PRON DT Number=Sing|PronType=Dem 12 obj 12:obj _ 14 in in ADP IN _ 17 case 17:case _ -15 another another DET DT _ 17 det 17:det _ +15 another another DET DT PronType=Ind 17 det 17:det _ 16 blog blog NOUN NN Number=Sing 17 compound 17:compound _ 17 entery entery NOUN NN Number=Sing 12 obl 12:obl:in SpaceAfter=No 18 . . PUNCT . _ 7 punct 7:punct _ @@ -165418,34 +165512,34 @@ # text = Yes they do. 1 Yes yes INTJ UH _ 3 discourse 3:discourse _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108102810AAfCh1W_ans-0019 # newpar id = answers-20111108102810AAfCh1W_ans-p0005 # text = im pretty sure that they do see things on the tv screen because my cat chases things around the tv screen 1-2 im _ _ _ _ _ _ _ _ -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 m be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +2 m be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 4 cop 4:cop CorrectForm='m 3 pretty pretty ADV RB _ 4 advmod 4:advmod _ 4 sure sure ADJ JJ Degree=Pos 0 root 0:root _ 5 that that SCONJ IN _ 8 mark 8:mark _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -7 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +7 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 see see VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ 9 things thing NOUN NNS Number=Plur 8 obj 8:obj _ 10 on on ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 tv tv NOUN NN Number=Sing 13 compound 13:compound _ +12 tv TV NOUN NN Number=Sing 13 compound 13:compound _ 13 screen screen NOUN NN Number=Sing 8 obl 8:obl:on _ 14 because because SCONJ IN _ 17 mark 17:mark _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 cat cat NOUN NN Number=Sing 17 nsubj 17:nsubj _ 17 chases chase VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:because _ 18 things thing NOUN NNS Number=Plur 17 obj 17:obj _ 19 around around ADP IN _ 22 case 22:case _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -21 tv tv NOUN NN Number=Sing 22 compound 22:compound _ +21 tv TV NOUN NN Number=Sing 22 compound 22:compound _ 22 screen screen NOUN NN Number=Sing 17 obl 17:obl:around _ # newdoc id = answers-20111108090524AAofoXT_ans @@ -165453,12 +165547,12 @@ # newpar id = answers-20111108090524AAofoXT_ans-p0001 # text = How much should I be looking at for horse transportation? 1 How how ADV WRB PronType=Int 2 advmod 2:advmod _ -2 much much ADJ JJ Degree=Pos 6 advmod 6:advmod _ +2 much much ADJ JJ Degree=Pos 6 obl 6:obl:at _ 3 should should AUX MD VerbForm=Fin 6 aux 6:aux _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 5 be be AUX VB VerbForm=Inf 6 aux 6:aux _ 6 looking look VERB VBG VerbForm=Ger 0 root 0:root _ -7 at at ADP IN _ 6 obl 6:obl _ +7 at at ADP IN _ 2 case 2:case _ 8 for for ADP IN _ 10 case 10:case _ 9 horse horse NOUN NN Number=Sing 10 compound 10:compound _ 10 transportation transportation NOUN NN Number=Sing 6 obl 6:obl:for SpaceAfter=No @@ -165468,15 +165562,15 @@ # newpar id = answers-20111108090524AAofoXT_ans-p0002 # text = I need one horse transported to shows throughout the 2012 show season, and the location is about 3 hours away from where I live. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 one one NUM CD NumType=Card 4 nummod 4:nummod _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 one one NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 horse horse NOUN NN Number=Sing 2 obj 2:obj|5:nsubj:xsubj _ -5 transported transport VERB VBN Tense=Past|VerbForm=Part 2 xcomp 2:xcomp _ +5 transported transport VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 xcomp 2:xcomp _ 6 to to ADP IN _ 7 case 7:case _ 7 shows show NOUN NNS Number=Plur 5 obl 5:obl:to _ 8 throughout throughout ADP IN _ 12 case 12:case _ 9 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -10 2012 2012 NUM CD NumType=Card 11 nummod 11:nummod _ +10 2012 2012 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 11 show show NOUN NN Number=Sing 12 compound 12:compound _ 12 season season NOUN NN Number=Sing 5 obl 5:obl:throughout SpaceAfter=No 13 , , PUNCT , _ 21 punct 21:punct _ @@ -165485,23 +165579,23 @@ 16 location location NOUN NN Number=Sing 21 nsubj 21:nsubj _ 17 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 18 about about ADV RB _ 19 advmod 19:advmod _ -19 3 3 NUM CD NumType=Card 20 nummod 20:nummod _ +19 3 3 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ 20 hours hour NOUN NNS Number=Plur 21 obl:npmod 21:obl:npmod _ 21 away away ADV RB _ 2 conj 2:conj:and _ -22 from from SCONJ IN _ 23 case 23:case _ -23 where where ADV WRB PronType=Int 21 obl 21:obl:from _ +22 from from ADP IN _ 23 case 23:case _ +23 where where ADV WRB PronType=Rel 21 obl 21:obl:from|25:advmod _ 24 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 25 nsubj 25:nsubj _ -25 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 acl:relcl 23:acl:relcl SpaceAfter=No +25 live live VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 23 advcl:relcl 23:advcl:relcl SpaceAfter=No 26 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108090524AAofoXT_ans-0003 # text = The place where I'm boarding is not likely to want to take me this far, and I do not have any ways of hauling him myself. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 place place NOUN NN Number=Sing 9 nsubj 9:nsubj|11:nsubj:xsubj|13:nsubj:xsubj _ -3 where where SCONJ WRB PronType=Rel 6 mark 6:mark _ +2 place place NOUN NN Number=Sing 9 nsubj 6:obl|9:nsubj|11:nsubj:xsubj|13:nsubj:xsubj _ +3 where where ADV WRB PronType=Rel 6 advmod 2:ref _ 4-5 I'm _ _ _ _ _ _ _ _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -5 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 boarding board VERB VBG Tense=Pres|VerbForm=Part 2 acl:relcl 2:acl:relcl _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 not not PART RB _ 9 advmod 9:advmod _ @@ -165516,30 +165610,30 @@ 17 , , PUNCT , _ 22 punct 22:punct _ 18 and and CCONJ CC _ 22 cc 22:cc _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -20 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ +20 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ 21 not not PART RB _ 22 advmod 22:advmod _ 22 have have VERB VB VerbForm=Inf 9 conj 9:conj:and _ -23 any any DET DT _ 24 det 24:det _ +23 any any DET DT PronType=Ind 24 det 24:det _ 24 ways way NOUN NNS Number=Plur 22 obj 22:obj _ 25 of of SCONJ IN _ 26 mark 26:mark _ 26 hauling haul VERB VBG VerbForm=Ger 24 acl 24:acl:of _ 27 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 26 obj 26:obj _ -28 myself myself PRON PRP Number=Sing|Person=1|PronType=Prs 26 obl:npmod 26:obl:npmod SpaceAfter=No +28 myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Emp|Reflex=Yes 26 obl:npmod 26:obl:npmod SpaceAfter=No 29 . . PUNCT . _ 9 punct 9:punct _ # sent_id = answers-20111108090524AAofoXT_ans-0004 # text = So I want to hire someone (or multiple people) to transport me to these shows. 1 So so ADV RB _ 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 hire hire VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 someone someone PRON NN Number=Sing 5 obj 5:obj _ -7 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No +6 someone someone PRON NN Number=Sing|PronType=Ind 5 obj 5:obj _ +7 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No 8 or or CCONJ CC _ 10 cc 10:cc _ 9 multiple multiple ADJ JJ Degree=Pos 10 amod 10:amod _ 10 people people NOUN NNS Number=Plur 6 conj 5:obj|6:conj:or SpaceAfter=No -11 ) ) PUNCT -RRB- _ 6 punct 6:punct _ +11 ) ) PUNCT -RRB- _ 10 punct 10:punct _ 12 to to PART TO _ 13 mark 13:mark _ 13 transport transport VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ 14 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 13 obj 13:obj _ @@ -165552,16 +165646,16 @@ # text = If they ask how much I'm willing to pay, what is a good price range? 1 If if SCONJ IN _ 3 mark 3:mark _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 ask ask VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ +3 ask ask VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ 4 how how ADV WRB PronType=Int 5 advmod 5:advmod _ -5 much much ADJ JJ Degree=Pos 8 advmod 8:advmod _ +5 much much ADJ JJ Degree=Pos 10 obj 10:obj _ 6-7 I'm _ _ _ _ _ _ _ _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ -7 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +7 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 willing willing ADJ JJ Degree=Pos 3 ccomp 3:ccomp _ 9 to to PART TO _ 10 mark 10:mark _ 10 pay pay VERB VB VerbForm=Inf 8 xcomp 8:xcomp SpaceAfter=No -11 , , PUNCT , _ 12 punct 12:punct _ +11 , , PUNCT , _ 3 punct 3:punct _ 12 what what PRON WP PronType=Int 0 root 0:root _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 14 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ @@ -165573,13 +165667,13 @@ # sent_id = answers-20111108090524AAofoXT_ans-0006 # text = I saw a site that charges $0.70 per mile. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 saw see VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 site site NOUN NN Number=Sing 2 obj 2:obj|6:nsubj _ 5 that that PRON WDT PronType=Rel 6 nsubj 4:ref _ 6 charges charge VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 $ $ SYM $ _ 6 obj 6:obj SpaceAfter=No -8 0.70 0.70 NUM CD NumType=Card 7 nummod 7:nummod _ +8 0.70 0.70 NUM CD NumForm=Digit|NumType=Frac 7 nummod 7:nummod _ 9 per per ADP IN _ 10 case 10:case _ 10 mile mile NOUN NN Number=Sing 7 nmod 7:nmod:per SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ @@ -165587,7 +165681,7 @@ # sent_id = answers-20111108090524AAofoXT_ans-0007 # text = Is that reasonable? 1 Is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -2 that that PRON DT _ 3 nsubj 3:nsubj _ +2 that that PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ 3 reasonable reasonable ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 ? ? PUNCT . _ 3 punct 3:punct _ @@ -165600,7 +165694,7 @@ 4 , , PUNCT , _ 7 punct 7:punct _ 5 but but CCONJ CC _ 7 cc 7:cc _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 guess guess VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 conj 1:conj:but _ +7 guess guess VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 conj 1:conj:but _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj|25:nsubj:xsubj _ 9 would would AUX MD VerbForm=Fin 10 aux 10:aux _ 10 have have VERB VB VerbForm=Inf 7 ccomp 7:ccomp _ @@ -165615,7 +165709,7 @@ 19 vehicle vehicle NOUN NN Number=Sing 15 nmod 15:nmod:for|23:obj _ 20 that that PRON WDT PronType=Rel 23 obj 19:ref _ 21 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 23 nsubj 23:nsubj _ -22 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ +22 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ 23 using use VERB VBG Tense=Pres|VerbForm=Part 19 acl:relcl 19:acl:relcl _ 24 and and CCONJ CC _ 25 cc 25:cc _ 25 pay pay VERB VB VerbForm=Inf 12 conj 10:xcomp|12:conj:and _ @@ -165625,7 +165719,7 @@ 29 that that PRON DT Number=Sing|PronType=Dem 27 nmod 27:nmod:of SpaceAfter=No 30 , , PUNCT , _ 32 punct 32:punct _ 31 and and CCONJ CC _ 32 cc 32:cc _ -32 some some DET DT _ 27 conj 25:obj|27:conj:and _ +32 some some DET DT PronType=Ind 27 conj 25:obj|27:conj:and _ 33 on on ADP IN _ 34 case 34:case _ 34 top top NOUN NN Number=Sing 32 nmod 32:nmod:on _ 35 for for ADP IN _ 39 case 39:case _ @@ -165636,22 +165730,22 @@ 39 time time NOUN NN Number=Sing 25 obl 25:obl:for _ 40 and and CCONJ CC _ 41 cc 41:cc _ 41 effort effort NOUN NN Number=Sing 39 conj 25:obl:for|39:conj:and SpaceAfter=No -42 , , PUNCT , _ 25 punct 25:punct _ +42 , , PUNCT , _ 46 punct 46:punct _ 43 unless unless SCONJ IN _ 46 mark 46:mark _ 44 you you PRON PRP Case=Nom|Person=2|PronType=Prs 46 nsubj 46:nsubj|48:nsubj:xsubj _ -45 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 46 cop 46:cop _ +45 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 46 cop 46:cop _ 46 able able ADJ JJ Degree=Pos 25 advcl 25:advcl:unless _ 47 to to PART TO _ 48 mark 48:mark _ 48 share share VERB VB VerbForm=Inf 46 xcomp 46:xcomp _ 49 transport transport NOUN NN Number=Sing 48 obj 48:obj _ 50 with with ADP IN _ 51 case 51:case _ -51 another another DET DT _ 48 obl 48:obl:with _ +51 another another DET DT PronType=Ind 48 obl 48:obl:with _ 52 or or CCONJ CC _ 53 cc 53:cc _ 53 more more ADJ JJR Degree=Cmp 51 conj 48:obl:with|51:conj:or SpaceAfter=No 54 , , PUNCT , _ 46 punct 46:punct _ 55 that that PRON DT Number=Sing|PronType=Dem 57 nsubj 57:nsubj _ 56 would would AUX MD VerbForm=Fin 57 aux 57:aux _ -57 keep keep VERB VB VerbForm=Inf 48 parataxis 48:parataxis _ +57 keep keep VERB VB VerbForm=Inf 7 parataxis 7:parataxis _ 58 the the DET DT Definite=Def|PronType=Art 59 det 59:det _ 59 costs cost NOUN NNS Number=Plur 57 obj 57:obj _ 60 down down ADV RB _ 57 advmod 57:advmod SpaceAfter=No @@ -165663,16 +165757,16 @@ 1 Remember remember VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 that that SCONJ IN _ 4 mark 4:mark _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp _ -5 what what PRON WP PronType=Int 4 obj 4:obj _ +4 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp _ +5 what what PRON WP PronType=Rel 4 obj 4:obj|7:obl:for _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 pay pay VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ -8 for for ADP IN _ 7 obl 7:obl SpaceAfter=No +7 pay pay VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +8 for for ADP IN _ 7 obl 5:case SpaceAfter=No 9 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108090524AAofoXT_ans-0010 # text = Three hours isn't far, but you are doing multiple shows. -1 Three three NUM CD NumType=Card 2 nummod 2:nummod _ +1 Three three NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 hours hour NOUN NNS Number=Plur 5 nsubj 5:nsubj _ 3-4 isn't _ _ _ _ _ _ _ _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ @@ -165681,7 +165775,7 @@ 6 , , PUNCT , _ 10 punct 10:punct _ 7 but but CCONJ CC _ 10 cc 10:cc _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +9 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 doing do VERB VBG Tense=Pres|VerbForm=Part 5 conj 5:conj:but _ 11 multiple multiple ADJ JJ Degree=Pos 12 amod 12:amod _ 12 shows show NOUN NNS Number=Plur 10 obj 10:obj SpaceAfter=No @@ -165689,26 +165783,26 @@ # sent_id = answers-20111108090524AAofoXT_ans-0011 # text = Some people are willing to take your horse, but they really have old trailers that are not the safest in the world. -1 Some some DET DT _ 2 det 2:det _ +1 Some some DET DT PronType=Ind 2 det 2:det _ 2 people people NOUN NNS Number=Plur 4 nsubj 4:nsubj|6:nsubj:xsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 willing willing ADJ JJ Degree=Pos 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 take take VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 horse horse NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No 9 , , PUNCT , _ 13 punct 13:punct _ 10 but but CCONJ CC _ 13 cc 13:cc _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 12 really really ADV RB _ 13 advmod 13:advmod _ -13 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ +13 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ 14 old old ADJ JJ Degree=Pos 15 amod 15:amod _ 15 trailers trailer NOUN NNS Number=Plur 13 obj 13:obj|20:nsubj _ 16 that that PRON WDT PronType=Rel 20 nsubj 15:ref _ -17 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ +17 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 18 not not PART RB _ 20 advmod 20:advmod _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -20 safest safest ADJ JJS Degree=Sup 15 acl:relcl 15:acl:relcl _ +20 safest safe ADJ JJS Degree=Sup 15 acl:relcl 15:acl:relcl _ 21 in in ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 world world NOUN NN Number=Sing 20 obl 20:obl:in SpaceAfter=No @@ -165716,17 +165810,17 @@ # sent_id = answers-20111108090524AAofoXT_ans-0012 # text = Rusted, torn corners in the stalls, unhealthy air, straight load instead of slant load can all make travelling hard, if not downright dangerous, on your horse. -1 Rusted rust VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ -3 torn tear VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod _ +1 Rusted rust VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ +3 torn tear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod _ 4 corners corner NOUN NNS Number=Plur 20 nsubj 20:nsubj _ 5 in in ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 stalls stall NOUN NNS Number=Plur 4 nmod 4:nmod:in SpaceAfter=No -8 , , PUNCT , _ 4 punct 4:punct _ +8 , , PUNCT , _ 10 punct 10:punct _ 9 unhealthy unhealthy ADJ JJ Degree=Pos 10 amod 10:amod _ 10 air air NOUN NN Number=Sing 4 list 4:list SpaceAfter=No -11 , , PUNCT , _ 4 punct 4:punct _ +11 , , PUNCT , _ 13 punct 13:punct _ 12 straight straight ADJ JJ Degree=Pos 13 amod 13:amod _ 13 load load NOUN NN Number=Sing 4 list 4:list _ 14 instead instead ADV RB _ 17 case 17:case _ @@ -165736,37 +165830,37 @@ 18 can can AUX MD VerbForm=Fin 20 aux 20:aux _ 19 all all ADV RB _ 20 advmod 20:advmod _ 20 make make VERB VB VerbForm=Inf 0 root 0:root _ -21 travelling travel VERB VBG VerbForm=Ger 20 obj 20:obj|22:nsubj:xsubj _ +21 travelling travel NOUN NN Number=Sing 20 obj 20:obj|22:nsubj:xsubj _ 22 hard hard ADJ JJ Degree=Pos 20 xcomp 20:xcomp SpaceAfter=No -23 , , PUNCT , _ 22 punct 22:punct _ +23 , , PUNCT , _ 27 punct 27:punct _ 24 if if SCONJ IN _ 27 mark 27:mark _ -25 not not ADV RB _ 27 advmod 27:advmod _ +25 not not PART RB _ 27 advmod 27:advmod _ 26 downright downright ADV RB _ 27 advmod 27:advmod _ 27 dangerous dangerous ADJ JJ Degree=Pos 22 advcl 22:advcl:if SpaceAfter=No -28 , , PUNCT , _ 22 punct 22:punct _ +28 , , PUNCT , _ 31 punct 31:punct _ 29 on on ADP IN _ 31 case 31:case _ -30 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ +30 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ 31 horse horse NOUN NN Number=Sing 22 obl 22:obl:on SpaceAfter=No 32 . . PUNCT . _ 20 punct 20:punct _ # sent_id = answers-20111108090524AAofoXT_ans-0013 # text = I had my horse transported from CA to WA and he came on this big, open stock trailer. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ -4 horse horse NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 transported transport VERB VBN Tense=Past|VerbForm=Part 2 ccomp 2:ccomp _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +4 horse horse NOUN NN Number=Sing 2 obj 2:obj|5:nsubj:xsubj _ +5 transported transport VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 xcomp 2:xcomp _ 6 from from ADP IN _ 7 case 7:case _ 7 CA CA PROPN NNP Number=Sing 5 obl 5:obl:from _ 8 to to ADP IN _ 9 case 9:case _ 9 WA WA PROPN NNP Number=Sing 5 obl 5:obl:to _ 10 and and CCONJ CC _ 12 cc 12:cc _ 11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +12 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 13 on on ADP IN _ 19 case 19:case _ 14 this this DET DT Number=Sing|PronType=Dem 19 det 19:det _ 15 big big ADJ JJ Degree=Pos 19 amod 19:amod SpaceAfter=No -16 , , PUNCT , _ 19 punct 19:punct _ +16 , , PUNCT , _ 15 punct 15:punct _ 17 open open ADJ JJ Degree=Pos 19 amod 19:amod _ 18 stock stock NOUN NN Number=Sing 19 compound 19:compound _ 19 trailer trailer NOUN NN Number=Sing 12 obl 12:obl:on SpaceAfter=No @@ -165777,12 +165871,12 @@ 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj|9:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 dehydrated dehydrated ADJ JJ Degree=Pos 0 root 0:root _ -4 when when SCONJ WRB PronType=Int 6 mark 6:mark _ +4 when when ADV WRB PronType=Int 6 advmod 6:advmod _ 5 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -6 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:when _ +6 got get VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:when _ 7 there there ADV RB PronType=Dem 6 advmod 6:advmod _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 lost lose VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +9 lost lose VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 10 weight weight NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ @@ -165790,10 +165884,10 @@ # text = Since then, I now use a professional horse hauling service with people who ride with my horse to keep an eye on him, stop every few hours for water, and their trailers all have super smooth suspension. 1 Since since ADP IN _ 2 case 2:case _ 2 then then ADV RB PronType=Dem 6 obl 6:obl:since SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 5 now now ADV RB _ 6 advmod 6:advmod _ -6 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 use use VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 8 professional professional ADJ JJ Degree=Pos 11 amod 11:amod _ 9 horse horse NOUN NN Number=Sing 10 compound 10:compound _ @@ -165802,9 +165896,9 @@ 12 with with ADP IN _ 13 case 13:case _ 13 people people NOUN NNS Number=Plur 11 nmod 11:nmod:with|15:nsubj _ 14 who who PRON WP PronType=Rel 15 nsubj 13:ref _ -15 ride ride VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +15 ride ride VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 16 with with ADP IN _ 18 case 18:case _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 horse horse NOUN NN Number=Sing 15 obl 15:obl:with _ 19 to to PART TO _ 20 mark 20:mark _ 20 keep keep VERB VB VerbForm=Inf 15 advcl 15:advcl:to _ @@ -165812,19 +165906,19 @@ 22 eye eye NOUN NN Number=Sing 20 obj 20:obj _ 23 on on ADP IN _ 24 case 24:case _ 24 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 20 obl 20:obl:on SpaceAfter=No -25 , , PUNCT , _ 15 punct 15:punct _ -26 stop stop VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 conj 15:advcl:to|20:conj _ -27 every every DET DT _ 29 det 29:det _ +25 , , PUNCT , _ 26 punct 26:punct _ +26 stop stop VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 conj 15:advcl:to|20:conj _ +27 every every DET DT PronType=Tot 29 det 29:det _ 28 few few ADJ JJ Degree=Pos 29 amod 29:amod _ 29 hours hour NOUN NNS Number=Plur 26 obl:tmod 26:obl:tmod _ 30 for for ADP IN _ 31 case 31:case _ 31 water water NOUN NN Number=Sing 26 obl 26:obl:for SpaceAfter=No 32 , , PUNCT , _ 37 punct 37:punct _ 33 and and CCONJ CC _ 37 cc 37:cc _ -34 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ +34 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ 35 trailers trailer NOUN NNS Number=Plur 37 nsubj 37:nsubj _ 36 all all ADV RB _ 35 advmod 35:advmod _ -37 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ +37 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ 38 super super ADV RB _ 39 advmod 39:advmod _ 39 smooth smooth ADJ JJ Degree=Pos 40 amod 40:amod _ 40 suspension suspension NOUN NN Number=Sing 37 obj 37:obj SpaceAfter=No @@ -165832,24 +165926,24 @@ # sent_id = answers-20111108090524AAofoXT_ans-0016 # text = All horses I've had delivered to me since then are happy and healthy when they arrive. -1 All all DET DT _ 2 det 2:det _ -2 horses horse NOUN NNS Number=Plur 12 nsubj 12:nsubj|14:nsubj _ +1 All all DET DT PronType=Tot 2 det 2:det _ +2 horses horse NOUN NNS Number=Plur 12 nsubj 5:obj|6:nsubj:xsubj|12:nsubj|14:nsubj _ 3-4 I've _ _ _ _ _ _ _ _ -3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|6:nsubj:xsubj _ -4 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ +4 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 had have VERB VBN Tense=Past|VerbForm=Part 2 acl:relcl 2:acl:relcl _ -6 delivered deliver VERB VBN Tense=Past|VerbForm=Part 5 xcomp 5:xcomp _ +6 delivered deliver VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 xcomp 5:xcomp _ 7 to to ADP IN _ 8 case 8:case _ 8 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 6 obl 6:obl:to _ 9 since since ADP IN _ 10 case 10:case _ 10 then then ADV RB PronType=Dem 6 obl 6:obl:since _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 12 happy happy ADJ JJ Degree=Pos 0 root 0:root _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 healthy healthy ADJ JJ Degree=Pos 12 conj 12:conj:and _ -15 when when SCONJ WRB PronType=Int 17 mark 17:mark _ +15 when when ADV WRB PronType=Int 17 advmod 17:advmod _ 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 17 nsubj 17:nsubj _ -17 arrive arrive VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:when SpaceAfter=No +17 arrive arrive VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:when SpaceAfter=No 18 . . PUNCT . _ 12 punct 12:punct _ # sent_id = answers-20111108090524AAofoXT_ans-0017 @@ -165877,22 +165971,22 @@ 7 to to PART TO _ 8 mark 8:mark _ 8 use use VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 9 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 8 obj 8:obj SpaceAfter=No -10 , , PUNCT , _ 13 punct 13:punct _ +10 , , PUNCT , _ 6 punct 6:punct _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 12 will will AUX MD VerbForm=Fin 13 aux 13:aux _ 13 give give VERB VB VerbForm=Inf 0 root 0:root _ 14 you you PRON PRP Case=Acc|Person=2|PronType=Prs 13 iobj 13:iobj _ -15 some some DET DT _ 16 det 16:det _ +15 some some DET DT PronType=Ind 16 det 16:det _ 16 idea idea NOUN NN Number=Sing 13 obj 13:obj _ -17 of of ADP IN _ 18 case 18:case _ -18 what what PRON WP PronType=Int 16 nmod 16:nmod:of _ +17 of of SCONJ IN _ 21 mark 21:mark _ +18 what what PRON WP PronType=Int 21 obj 21:obj _ 19 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj _ 20 might might AUX MD VerbForm=Fin 21 aux 21:aux _ -21 cost cost VERB VB VerbForm=Inf 18 acl:relcl 18:acl:relcl _ +21 cost cost VERB VB VerbForm=Inf 16 acl 16:acl:of _ 22 and and CCONJ CC _ 25 cc 25:cc _ 23 what what PRON WP PronType=Int 25 nsubj 25:nsubj _ 24 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ -25 fair fair ADJ JJ Degree=Pos 21 conj 18:acl:relcl|21:conj:and SpaceAfter=No +25 fair fair ADJ JJ Degree=Pos 21 conj 16:acl:of|21:conj:and SpaceAfter=No 26 . . PUNCT . _ 13 punct 13:punct _ # sent_id = answers-20111108090524AAofoXT_ans-0019 @@ -165910,16 +166004,16 @@ 4 trailer trailer NOUN NN Number=Sing 5 compound 5:compound _ 5 service service NOUN NN Number=Sing 9 nsubj:pass 9:nsubj:pass|11:nsubj:pass|13:nsubj:pass _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 use use VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux:pass 9:aux:pass _ 9 bonded bond VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 ccomp 2:ccomp SpaceAfter=No -10 / / PUNCT , _ 11 cc 11:cc SpaceAfter=No -11 insured insure VERB VBN Tense=Past|VerbForm=Part 9 conj 2:ccomp|9:conj:and _ +10 / / SYM , _ 11 cc 11:cc SpaceAfter=No +11 insured insure VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 conj 2:ccomp|9:conj:and _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 knows know VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 conj 2:ccomp|9:conj:and _ -14 something something PRON NN Number=Sing 13 obj 13:obj _ +14 something something PRON NN Number=Sing|PronType=Ind 13 obj 13:obj _ 15 about about ADP IN _ 17 case 17:case _ -16 first first ADJ JJ Degree=Pos|NumType=Ord 17 amod 17:amod _ +16 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 17 amod 17:amod _ 17 aid aid NOUN NN Number=Sing 14 nmod 14:nmod:about SpaceAfter=No 18 . . PUNCT . _ 1 punct 1:punct _ @@ -165927,7 +166021,7 @@ # sent_id = answers-20111108083754AAEw5Xc_ans-0001 # newpar id = answers-20111108083754AAEw5Xc_ans-p0001 # text = Do they have this anywhere? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ 4 this this PRON DT Number=Sing|PronType=Dem 3 obj 3:obj _ @@ -165938,7 +166032,7 @@ # newpar id = answers-20111108083754AAEw5Xc_ans-p0002 # text = I want to take a cruise around the world. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 take take VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -165951,7 +166045,7 @@ # sent_id = answers-20111108083754AAEw5Xc_ans-0003 # text = I mean literally around the world if possible. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 mean mean VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 mean mean VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 literally literally ADV RB _ 2 advmod 2:advmod _ 4 around around ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -165962,17 +166056,17 @@ # sent_id = answers-20111108083754AAEw5Xc_ans-0004 # text = First of if i went alone on a regular cabin how much would you estimate it would be just a guess. -1 First first ADV RB _ 2 advmod 2:advmod _ +1 First first ADV RB NumForm=Word|NumType=Ord 2 advmod 2:advmod _ 2 of of ADV RB _ 15 advmod 15:advmod _ 3 if if SCONJ IN _ 5 mark 5:mark _ -4 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 advcl 15:advcl:if _ +4 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ +5 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 15 advcl 15:advcl:if _ 6 alone alone ADV RB _ 5 advmod 5:advmod _ 7 on on ADP IN _ 10 case 10:case _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 regular regular ADJ JJ Degree=Pos 10 amod 10:amod _ 10 cabin cabin NOUN NN Number=Sing 5 obl 5:obl:on _ -11 how how SCONJ WRB PronType=Int 12 mark 12:mark _ +11 how how ADV WRB PronType=Int 12 advmod 12:advmod _ 12 much much ADJ JJ Degree=Pos 15 ccomp 15:ccomp _ 13 would would AUX MD VerbForm=Fin 15 aux 15:aux _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ @@ -165987,20 +166081,20 @@ # sent_id = answers-20111108083754AAEw5Xc_ans-0005 # text = Second is there any way to sort of customize the places you wanna go to? -1 Second second ADV RB _ 2 advmod 2:advmod _ +1 Second second ADV RB NumForm=Word|NumType=Ord 2 advmod 2:advmod _ 2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 there there PRON EX _ 2 expl 2:expl _ -4 any any DET DT _ 5 det 5:det _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 way way NOUN NN Number=Sing 2 nsubj 2:nsubj _ 6 to to PART TO _ 9 mark 9:mark _ -7 sort sort ADV RB _ 8 advmod 8:advmod _ -8 of of ADV RB _ 9 advmod 9:advmod _ +7 sort sort NOUN NN ExtPos=ADV|Number=Sing 9 advmod 9:advmod _ +8 of of ADP IN _ 7 fixed 7:fixed _ 9 customize customize VERB VB VerbForm=Inf 5 acl 5:acl:to _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 places place NOUN NNS Number=Plur 9 obj 9:obj _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ 13-14 wanna _ _ _ _ _ _ _ _ -13 wan want VERB VBP Abbr=Yes|Mood=Ind|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +13 wan want VERB VBP Abbr=Yes|Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 14 na to PART TO Abbr=Yes 15 mark 15:mark _ 15 go go VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 16 to to ADP IN _ 15 obl 15:obl SpaceAfter=No @@ -166018,28 +166112,28 @@ # sent_id = answers-20111108083754AAEw5Xc_ans-0007 # text = But if not just say no but i hope there is like one out there somewhere. -1 But but CCONJ CC _ 9 cc 9:cc _ +1 But but CCONJ CC _ 5 cc 5:cc _ 2 if if SCONJ IN _ 3 mark 3:mark _ 3 not not PART RB _ 5 advcl 5:advcl:if _ 4 just just ADV RB _ 5 advmod 5:advmod _ 5 say say VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 6 no no INTJ UH _ 5 discourse 5:discourse _ 7 but but CCONJ CC _ 9 cc 9:cc _ -8 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ +8 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ +9 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ 10 there there PRON EX _ 11 expl 11:expl _ 11 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ 12 like like INTJ UH _ 11 discourse 11:discourse _ -13 one one NUM CD NumType=Card 11 nsubj 11:nsubj _ -14 out out ADP IN _ 15 case 15:case _ -15 there there ADV RB PronType=Dem 13 nmod 13:nmod:out _ -16 somewhere somewhere ADV RB _ 13 advmod 13:advmod SpaceAfter=No +13 one one NUM CD NumForm=Word|NumType=Card 11 nsubj 11:nsubj _ +14 out out ADV RB _ 15 advmod 15:advmod _ +15 there there ADV RB PronType=Dem 11 advmod 11:advmod _ +16 somewhere somewhere ADV RB _ 11 advmod 11:advmod SpaceAfter=No 17 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108083754AAEw5Xc_ans-0008 # newpar id = answers-20111108083754AAEw5Xc_ans-p0003 # text = 1. Here's a site that lists world cruises including prices. -1 1 1 X LS _ 3 nummod 3:nummod SpaceAfter=No +1 1 1 NUM LS NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3-4 Here's _ _ _ _ _ _ _ _ 3 Here here ADV RB PronType=Dem 0 root 0:root _ @@ -166061,15 +166155,15 @@ # sent_id = answers-20111108083754AAEw5Xc_ans-0010 # text = Prices listed, however, are usually based on two people in a cabin, and you will likely face some high "single supplement" costs in addition. 1 Prices price NOUN NNS Number=Plur 8 nsubj:pass 8:nsubj:pass _ -2 listed list VERB VBN Tense=Past|VerbForm=Part 1 acl 1:acl SpaceAfter=No -3 , , PUNCT , _ 8 punct 8:punct _ +2 listed list VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 acl 1:acl SpaceAfter=No +3 , , PUNCT , _ 1 punct 1:punct _ 4 however however ADV RB _ 8 advmod 8:advmod SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux:pass 8:aux:pass _ +5 , , PUNCT , _ 4 punct 4:punct _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux:pass 8:aux:pass _ 7 usually usually ADV RB _ 8 advmod 8:advmod _ 8 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 9 on on ADP IN _ 11 case 11:case _ -10 two two NUM CD NumType=Card 11 nummod 11:nummod _ +10 two two NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 11 people people NOUN NNS Number=Plur 8 obl 8:obl:on _ 12 in in ADP IN _ 14 case 14:case _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ @@ -166080,7 +166174,7 @@ 18 will will AUX MD VerbForm=Fin 20 aux 20:aux _ 19 likely likely ADV RB _ 20 advmod 20:advmod _ 20 face face VERB VB VerbForm=Inf 8 conj 8:conj:and _ -21 some some DET DT _ 27 det 27:det _ +21 some some DET DT PronType=Ind 27 det 27:det _ 22 high high ADJ JJ Degree=Pos 27 amod 27:amod _ 23 " " PUNCT `` _ 25 punct 25:punct SpaceAfter=No 24 single single ADJ JJ Degree=Pos 25 amod 25:amod _ @@ -166094,7 +166188,7 @@ # sent_id = answers-20111108083754AAEw5Xc_ans-0011 # text = (Two people in a cabin will spend more onboard, so cruise lines charge you more to sail alone. 1 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No -2 Two two NUM CD NumType=Card 3 nummod 3:nummod _ +2 Two two NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 people people NOUN NNS Number=Plur 8 nsubj 8:nsubj _ 4 in in ADP IN _ 6 case 6:case _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -166103,11 +166197,11 @@ 8 spend spend VERB VB VerbForm=Inf 0 root 0:root _ 9 more more ADJ JJR Degree=Cmp 8 obj 8:obj _ 10 onboard onboard ADV RB _ 8 advmod 8:advmod SpaceAfter=No -11 , , PUNCT , _ 8 punct 8:punct _ +11 , , PUNCT , _ 15 punct 15:punct _ 12 so so ADV RB _ 15 advmod 15:advmod _ 13 cruise cruise NOUN NN Number=Sing 14 compound 14:compound _ 14 lines line NOUN NNS Number=Plur 15 nsubj 15:nsubj _ -15 charge charge VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl _ +15 charge charge VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 parataxis 8:parataxis _ 16 you you PRON PRP Case=Acc|Person=2|PronType=Prs 15 iobj 15:iobj _ 17 more more ADJ JJR Degree=Cmp 15 obj 15:obj _ 18 to to PART TO _ 19 mark 19:mark _ @@ -166123,13 +166217,13 @@ 4 able able ADJ JJ Degree=Pos 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 do do VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 better better ADV RBR Degree=Cmp 6 advmod 6:advmod _ +7 better well ADV RBR Degree=Cmp 6 advmod 6:advmod _ 8 on on ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 rates rate NOUN NNS Number=Plur 6 obl 6:obl:on _ 11 if if SCONJ IN _ 13 mark 13:mark _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ -13 request request VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:if _ +13 request request VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:if _ 14 competitive competitive ADJ JJ Degree=Pos 15 amod 15:amod _ 15 quotes quote NOUN NNS Number=Plur 13 obj 13:obj _ 16 via via ADP IN _ 17 case 17:case _ @@ -166139,28 +166233,28 @@ # sent_id = answers-20111108083754AAEw5Xc_ans-0013 # text = 2. Short of chartering your own ship and crew, I don't see any way you could customize your own itinerary. -1 2 2 X LS _ 15 nummod 15:nummod SpaceAfter=No +1 2 2 NUM LS NumForm=Digit|NumType=Card 15 nummod 15:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 Short short ADJ JJ Degree=Pos 15 advmod 15:advmod _ 4 of of SCONJ IN _ 5 mark 5:mark _ 5 chartering charter VERB VBG VerbForm=Ger 3 advcl 3:advcl:of _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 own own ADJ JJ Degree=Pos 8 amod 8:amod _ 8 ship ship NOUN NN Number=Sing 5 obj 5:obj _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 crew crew NOUN NN Number=Sing 8 conj 5:obj|8:conj:and SpaceAfter=No -11 , , PUNCT , _ 15 punct 15:punct _ +11 , , PUNCT , _ 3 punct 3:punct _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ 13-14 don't _ _ _ _ _ _ _ _ -13 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +13 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 14 n't not PART RB _ 15 advmod 15:advmod _ 15 see see VERB VB VerbForm=Inf 0 root 0:root _ -16 any any DET DT _ 17 det 17:det _ +16 any any DET DT PronType=Ind 17 det 17:det _ 17 way way NOUN NN Number=Sing 15 obj 15:obj _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj _ 19 could could AUX MD VerbForm=Fin 20 aux 20:aux _ 20 customize customize VERB VB VerbForm=Inf 17 acl:relcl 17:acl:relcl _ -21 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +21 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 22 own own ADJ JJ Degree=Pos 23 amod 23:amod _ 23 itinerary itinerary NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No 24 . . PUNCT . _ 15 punct 15:punct _ @@ -166184,9 +166278,9 @@ 8 major major ADJ JJ Degree=Pos 10 amod 10:amod _ 9 cruise cruise NOUN NN Number=Sing 10 compound 10:compound _ 10 lines line NOUN NNS Number=Plur 5 nmod 5:nmod:of SpaceAfter=No -11 , , PUNCT , _ 3 punct 3:punct _ +11 , , PUNCT , _ 14 punct 14:punct _ 12 typically typically ADV RB _ 13 advmod 13:advmod _ -13 100 100 NUM CD NumType=Card 14 nummod 14:nummod _ +13 100 100 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 14 days day NOUN NNS Number=Plur 3 appos 3:appos _ 15 in in ADP IN _ 16 case 16:case _ 16 duration duration NOUN NN Number=Sing 14 nmod 14:nmod:in SpaceAfter=No @@ -166196,7 +166290,7 @@ # text = Travelling on your own you would have to pay double as cabins are sold on the basis of double occupancy. 1 Travelling travel VERB VBG VerbForm=Ger 7 advcl 7:advcl _ 2 on on ADP IN _ 4 case 4:case _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 own own ADJ JJ Degree=Pos 1 obl 1:obl:on _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ 6 would would AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -166206,7 +166300,7 @@ 10 double double ADJ JJ Degree=Pos 9 obj 9:obj _ 11 as as SCONJ IN _ 14 mark 14:mark _ 12 cabins cabin NOUN NNS Number=Plur 14 nsubj:pass 14:nsubj:pass _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux:pass 14:aux:pass _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 aux:pass 14:aux:pass _ 14 sold sell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 advcl 9:advcl:as _ 15 on on ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -166218,7 +166312,7 @@ # sent_id = answers-20111108083754AAEw5Xc_ans-0017 # text = No possibility to customise ports of call. -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 possibility possibility NOUN NN Number=Sing 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 customise customise VERB VB VerbForm=Inf 2 acl 2:acl:to _ @@ -166229,9 +166323,9 @@ # sent_id = answers-20111108083754AAEw5Xc_ans-0018 # text = Prearranged about 18 months in advance as the cruise lines sell segments all along the way i.e Transatlantic to London (England), England to Barcelona (Spain), Barcelona to Alexandria (Egypt), Egypt to India via Suez canal etc. -1 Prearranged prearrange VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Prearranged prearrange VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 about about ADV RB _ 3 advmod 3:advmod _ -3 18 18 NUM CD NumType=Card 4 nummod 4:nummod _ +3 18 18 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 months month NOUN NNS Number=Plur 6 nmod:npmod 6:nmod:npmod _ 5 in in ADP IN _ 6 case 6:case _ 6 advance advance NOUN NN Number=Sing 1 obl 1:obl:in _ @@ -166239,20 +166333,20 @@ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 cruise cruise NOUN NN Number=Sing 10 compound 10:compound _ 10 lines line NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -11 sell sell VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:as _ +11 sell sell VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:as _ 12 segments segment NOUN NNS Number=Plur 11 obj 11:obj _ 13 all all ADV RB _ 16 advmod 16:advmod _ 14 along along ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 way way NOUN NN Number=Sing 12 nmod 12:nmod:along _ -17 i.e i.e X FW _ 18 advmod 18:advmod _ -18 Transatlantic transatlantic ADV RB _ 12 acl 12:acl _ +17 i.e i.e ADV FW _ 18 advmod 18:advmod _ +18 Transatlantic transatlantic ADJ JJ Degree=Pos 12 parataxis 12:parataxis _ 19 to to ADP IN _ 20 case 20:case _ 20 London London PROPN NNP Number=Sing 18 nmod 18:nmod:to _ 21 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No 22 England England PROPN NNP Number=Sing 20 appos 20:appos SpaceAfter=No 23 ) ) PUNCT -RRB- _ 22 punct 22:punct SpaceAfter=No -24 , , PUNCT , _ 18 punct 18:punct _ +24 , , PUNCT , _ 25 punct 25:punct _ 25 England England PROPN NNP Number=Sing 18 conj 12:acl|18:conj _ 26 to to ADP IN _ 27 case 27:case _ 27 Barcelona Barcelona PROPN NNP Number=Sing 25 nmod 25:nmod:to _ @@ -166273,7 +166367,7 @@ 42 via via ADP IN _ 44 case 44:case _ 43 Suez Suez PROPN NNP Number=Sing 44 compound 44:compound _ 44 canal canal NOUN NN Number=Sing 39 nmod 39:nmod:via _ -45 etc etc X FW _ 18 conj 12:acl|18:conj SpaceAfter=No +45 etc etc. NOUN FW Abbr=Yes|Number=Plur 18 conj 12:acl|18:conj SpaceAfter=No 46 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108083754AAEw5Xc_ans-0019 @@ -166281,39 +166375,39 @@ # text = yes there are multiple around the world cruises, mainly offered by the more upscale lines. 1 yes yes INTJ UH _ 3 discourse 3:discourse _ 2 there there PRON EX _ 3 expl 3:expl _ -3 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 multiple multiple ADJ JJ Degree=Pos 8 amod 8:amod _ 5 around around ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 world world NOUN NN Number=Sing 8 compound 8:compound _ 8 cruises cruise NOUN NNS Number=Plur 3 nsubj 3:nsubj SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 11 punct 11:punct _ 10 mainly mainly ADV RB _ 11 advmod 11:advmod _ -11 offered offer VERB VBN Tense=Past|VerbForm=Part 8 acl 8:acl _ +11 offered offer VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl 8:acl _ 12 by by ADP IN _ 16 case 16:case _ 13 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -14 more more ADV RBR _ 15 advmod 15:advmod _ +14 more more ADV RBR Degree=Cmp 15 advmod 15:advmod _ 15 upscale upscale ADJ JJ Degree=Pos 16 amod 16:amod _ -16 lines line NOUN NNS Number=Plur 11 obl 11:obl:by SpaceAfter=No +16 lines line NOUN NNS Number=Plur 11 obl:agent 11:obl:agent SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108083754AAEw5Xc_ans-0020 # text = HOWEVER: you will pay as if there are 2 people in the cabin, even if it is just you. 1 HOWEVER however ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 : : PUNCT : _ 5 punct 5:punct _ +2 : : PUNCT : _ 1 punct 1:punct _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 4 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 5 pay pay VERB VB VerbForm=Inf 0 root 0:root _ 6 as as SCONJ IN _ 9 mark 9:mark _ 7 if if SCONJ IN _ 9 mark 9:mark _ 8 there there PRON EX _ 9 expl 9:expl _ -9 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:if _ -10 2 2 NUM CD NumType=Card 11 nummod 11:nummod _ +9 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:if _ +10 2 2 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 11 people people NOUN NNS Number=Plur 9 nsubj 9:nsubj _ 12 in in ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 cabin cabin NOUN NN Number=Sing 11 nmod 11:nmod:in SpaceAfter=No -15 , , PUNCT , _ 9 punct 9:punct _ +15 , , PUNCT , _ 21 punct 21:punct _ 16 even even ADV RB _ 21 advmod 21:advmod _ 17 if if SCONJ IN _ 21 mark 21:mark _ 18 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj _ @@ -166325,20 +166419,20 @@ # sent_id = answers-20111108083754AAEw5Xc_ans-0021 # text = so any price you find, DOUBLE IT figure, $40K at least. 1 so so ADV RB _ 7 advmod 7:advmod _ -2 any any DET DT _ 3 det 3:det _ +2 any any DET DT PronType=Ind 3 det 3:det _ 3 price price NOUN NN Number=Sing 7 nsubj 7:nsubj _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 find find VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl SpaceAfter=No -6 , , PUNCT , _ 7 punct 7:punct _ +5 find find VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl SpaceAfter=No +6 , , PUNCT , _ 3 punct 3:punct _ 7 DOUBLE double VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 8 IT it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj _ 9 figure figure VERB VB Mood=Imp|VerbForm=Fin 7 parataxis 7:parataxis SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 $ $ SYM $ _ 9 obj 9:obj SpaceAfter=No -12 40 40 NUM CD NumType=Card 11 compound 11:compound SpaceAfter=No -13 K k NUM CD NumType=Card 11 compound 11:compound _ -14 at at ADV RB _ 15 case 15:case _ -15 least least ADV RBS Degree=Sup 13 nmod 13:nmod:at SpaceAfter=No +12 40 40 NUM CD NumForm=Digit|NumType=Card 13 compound 13:compound SpaceAfter=No +13 K thousand NUM CD Abbr=Yes|NumForm=Word|NumType=Card 11 nummod 11:nummod _ +14 at at ADP IN _ 15 case 15:case _ +15 least least ADJ JJS Degree=Sup 13 nmod 13:nmod:at SpaceAfter=No 16 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108083754AAEw5Xc_ans-0022 @@ -166354,7 +166448,7 @@ 8 itinerary itinerary NOUN NN Number=Sing 6 obj 6:obj _ 9 unless unless SCONJ IN _ 11 mark 11:mark _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -11 book book VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:unless _ +11 book book VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:unless _ 12 several several ADJ JJ Degree=Pos 14 amod 14:amod _ 13 different different ADJ JJ Degree=Pos 14 amod 14:amod _ 14 legs leg NOUN NNS Number=Plur 11 obj 11:obj _ @@ -166363,18 +166457,18 @@ 17 cruise cruise NOUN NN Number=Sing 14 nmod 14:nmod:of _ 18 with with ADP IN _ 19 case 19:case _ 19 stops stop NOUN NNS Number=Plur 17 nmod 17:nmod:with _ -20 in in ADV RB _ 21 case 21:case _ -21 between between ADV RB _ 19 nmod 19:nmod:in _ +20 in in ADP IN _ 19 advmod 19:advmod _ +21 between between ADP IN _ 20 fixed 20:fixed _ 22 on on ADP IN _ 23 case 23:case _ 23 shore shore NOUN NN Number=Sing 19 nmod 19:nmod:on SpaceAfter=No -24 .. .. PUNCT . _ 6 punct 6:punct _ +24 .. .. PUNCT . _ 26 punct 26:punct _ 25 say say INTJ UH _ 26 discourse 26:discourse _ 26 book book VERB VB VerbForm=Inf 6 parataxis 6:parataxis _ 27 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ -28 Panamal Panamal PROPN NNP Number=Sing 29 compound 29:compound _ +28 Panamal Panama PROPN NNP Number=Sing|Typo=Yes 29 compound 29:compound CorrectForm=Panama 29 Canal Canal PROPN NNP Number=Sing 30 compound 30:compound _ 30 crossing crossing NOUN NN Number=Sing 26 obj 26:obj SpaceAfter=No -31 , , PUNCT , _ 26 punct 26:punct _ +31 , , PUNCT , _ 33 punct 33:punct _ 32 then then ADV RB PronType=Dem 33 advmod 33:advmod _ 33 fly fly VERB VB VerbForm=Inf 26 parataxis 26:parataxis _ 34 to to ADP IN _ 35 case 35:case _ @@ -166404,7 +166498,7 @@ 58 hit hit VERB VB VerbForm=Inf 54 advcl 54:advcl:to _ 59 the the DET DT Definite=Def|PronType=Art 61 det 61:det _ 60 Transatlantic transatlantic ADJ JJ Degree=Pos 61 amod 61:amod _ -61 corssing corssing NOUN NN Number=Sing 58 obj 58:obj SpaceAfter=No +61 corssing crossing NOUN NN Number=Sing|Typo=Yes 58 obj 58:obj CorrectForm=crossing|SpaceAfter=No 62 . . PUNCT . _ 6 punct 6:punct _ # newdoc id = answers-20111104175256AAL21Ha_ans @@ -166418,12 +166512,12 @@ 5 Bay Bay PROPN NNP Number=Sing 6 compound 6:compound _ 6 Area Area PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 7 mostly mostly ADV RB _ 8 advmod 8:advmod _ -8 Caucasian caucasian ADJ JJ Degree=Pos 0 root 0:root _ +8 Caucasian Caucasian ADJ JJ Degree=Pos 0 root 0:root _ 9 back back ADV RB _ 8 advmod 8:advmod _ 10 in in ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 early early ADJ JJ Degree=Pos 13 amod 13:amod _ -13 1970s 1970 NOUN NNS Number=Plur 9 obl 9:obl:in SpaceAfter=No +13 1970s 1970s NOUN NNS Number=Plur 9 obl 9:obl:in SpaceAfter=No 14 ? ? PUNCT . _ 8 punct 8:punct _ # sent_id = answers-20111104175256AAL21Ha_ans-0002 @@ -166439,7 +166533,7 @@ 3 been be VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 5 large large ADJ JJ Degree=Pos 7 amod 7:amod _ -6 Asian asian ADJ JJ Degree=Pos 7 amod 7:amod _ +6 Asian Asian ADJ JJ Degree=Pos 7 amod 7:amod _ 7 presence presence NOUN NN Number=Sing 3 nsubj 3:nsubj _ 8 in in ADP IN _ 12 case 12:case _ 9 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -166450,28 +166544,28 @@ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 15 long long ADJ JJ Degree=Pos 16 amod 16:amod _ 16 time time NOUN NN Number=Sing 3 obl 3:obl:for SpaceAfter=No -17 -- -- PUNCT : _ 3 punct 3:punct SpaceAfter=No +17 -- -- PUNCT : _ 24 punct 24:punct SpaceAfter=No 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 Chinatown Chinatown PROPN NNP Number=Sing 24 nsubj 24:nsubj _ 20 here here ADV RB PronType=Dem 19 advmod 19:advmod _ 21 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 cop 24:cop _ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -23 largest largest ADJ JJS Degree=Sup 24 amod 24:amod _ +23 largest large ADJ JJS Degree=Sup 24 amod 24:amod _ 24 population population NOUN NN Number=Sing 3 parataxis 3:parataxis _ 25 of of ADP IN _ 26 case 26:case _ -26 chinese chinese PROPN NNPS Number=Plur 24 nmod 24:nmod:of _ -27 outside outside ADV RB _ 24 advmod 24:advmod _ +26 chinese Chinese PROPN NNPS Number=Plur 24 nmod 24:nmod:of _ +27 outside outside ADP IN _ 29 case 29:case _ 28 of of ADP IN _ 29 case 29:case _ -29 China China PROPN NNP Number=Sing 27 obl 27:obl:of SpaceAfter=No -30 , , PUNCT , _ 24 punct 24:punct _ +29 China China PROPN NNP Number=Sing 24 obl 24:obl:of SpaceAfter=No +30 , , PUNCT , _ 32 punct 32:punct _ 31 there there PRON EX _ 32 expl 32:expl _ -32 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 parataxis 24:parataxis _ +32 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 parataxis 24:parataxis _ 33 lots lot NOUN NNS Number=Plur 32 nsubj 32:nsubj _ 34 of of ADP IN _ 35 case 35:case _ -35 Japanese japanese ADJ JJ Degree=Pos 33 nmod 33:nmod:of|39:nsubj:pass _ +35 Japanese Japanese ADJ JJ Degree=Pos 33 nmod 33:nmod:of|39:nsubj:pass _ 36-37 who'd _ _ _ _ _ _ _ _ 36 who who PRON WP PronType=Rel 39 nsubj:pass 35:ref _ -37 'd have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 39 aux 39:aux _ +37 'd have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 39 aux 39:aux _ 38 been be AUX VBN Tense=Past|VerbForm=Part 39 aux:pass 39:aux:pass _ 39 displaced displace VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 35 acl:relcl 35:acl:relcl _ 40 during during ADP IN _ 41 case 41:case _ @@ -166482,7 +166576,7 @@ # text = The whole Western Addition and a large portion of the Haight was black. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 2 whole whole ADJ JJ Degree=Pos 4 amod 4:amod _ -3 Western Western PROPN NNP Number=Sing 4 compound 4:compound _ +3 Western Western ADJ NNP Degree=Pos 4 amod 4:amod _ 4 Addition Addition PROPN NNP Number=Sing 13 nsubj 13:nsubj _ 5 and and CCONJ CC _ 8 cc 8:cc _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ @@ -166501,24 +166595,24 @@ 2 Mission Mission PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 4 basically basically ADV RB _ 7 advmod 7:advmod _ -5 latin latin ADJ JJ Degree=Pos 7 amod 7:amod SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No -7 american american ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No +5 latin Latin ADJ JJ Degree=Pos 7 amod 7:amod SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No +7 american American ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 8 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111104175256AAL21Ha_ans-0006 # text = As the southeast asians and philipinos came over, they added to the cultures. 1 As as SCONJ IN _ 7 mark 7:mark _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 southeast southeast PROPN NNP Number=Sing 4 compound 4:compound _ -4 asians asians PROPN NNPS Number=Plur 7 nsubj 7:nsubj _ +3 southeast Southeast PROPN NNP Number=Sing 4 compound 4:compound _ +4 asians Asian PROPN NNPS Number=Plur 7 nsubj 7:nsubj _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 philipinos filipino PROPN NNPS Number=Plur|Typo=Yes 4 conj 4:conj:and|7:nsubj _ -7 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:as _ +6 philipinos Filipino PROPN NNPS Number=Plur|Typo=Yes 4 conj 4:conj:and|7:nsubj CorrectForm=Filipinos +7 came come VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:as _ 8 over over ADV RB _ 7 advmod 7:advmod SpaceAfter=No -9 , , PUNCT , _ 11 punct 11:punct _ +9 , , PUNCT , _ 7 punct 7:punct _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 added add VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +11 added add VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 12 to to ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 cultures culture NOUN NNS Number=Plur 11 obl 11:obl:to SpaceAfter=No @@ -166527,7 +166621,7 @@ # sent_id = answers-20111104175256AAL21Ha_ans-0007 # text = So, the Bay Area has been fairly mixed ethnically for a long time--caucasians may have seemed to be a large populous but that's because most tourists back then were caucasian and many of the hippies were caucasians so that's who the photographers took pictures of. 1 So so ADV RB _ 9 advmod 9:advmod SpaceAfter=No -2 , , PUNCT , _ 9 punct 9:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 Bay Bay PROPN NNP Number=Sing 5 compound 5:compound _ 5 Area Area PROPN NNP Number=Sing 9 nsubj 9:nsubj _ @@ -166540,8 +166634,8 @@ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 long long ADJ JJ Degree=Pos 14 amod 14:amod _ 14 time time NOUN NN Number=Sing 9 obl 9:obl:for SpaceAfter=No -15 -- -- PUNCT : _ 9 punct 9:punct SpaceAfter=No -16 caucasians caucasian NOUN NNS Number=Plur 19 nsubj 19:nsubj|24:nsubj:xsubj _ +15 -- -- PUNCT : _ 19 punct 19:punct SpaceAfter=No +16 caucasians Caucasian NOUN NNS Number=Plur 19 nsubj 19:nsubj|24:nsubj:xsubj _ 17 may may AUX MD VerbForm=Fin 19 aux 19:aux _ 18 have have AUX VB VerbForm=Inf 19 aux 19:aux _ 19 seemed seem VERB VBN Tense=Past|VerbForm=Part 9 parataxis 9:parataxis _ @@ -166549,35 +166643,35 @@ 21 be be AUX VB VerbForm=Inf 24 cop 24:cop _ 22 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 23 large large ADJ JJ Degree=Pos 24 amod 24:amod _ -24 populous populous NOUN NN Number=Sing 19 xcomp 19:xcomp _ -25 but but CCONJ CC _ 27 cc 27:cc _ +24 populous populace NOUN NN Number=Sing|Typo=Yes 19 xcomp 19:xcomp CorrectForm=populace +25 but but CCONJ CC _ 34 cc 34:cc _ 26-27 that's _ _ _ _ _ _ _ _ -26 that that PRON DT Number=Sing|PronType=Dem 27 nsubj 27:nsubj _ -27 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 conj 19:conj:but _ +26 that that PRON DT Number=Sing|PronType=Dem 34 nsubj:outer 34:nsubj:outer _ +27 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 34 cop 34:cop _ 28 because because SCONJ IN _ 34 mark 34:mark _ 29 most most ADJ JJS Degree=Sup 30 amod 30:amod _ 30 tourists tourist NOUN NNS Number=Plur 34 nsubj 34:nsubj _ 31 back back ADV RB _ 32 advmod 32:advmod _ 32 then then ADV RB PronType=Dem 34 advmod 34:advmod _ -33 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 34 cop 34:cop _ -34 caucasian caucasian ADJ JJ Degree=Pos 27 advcl 27:advcl:because _ +33 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 34 cop 34:cop _ +34 caucasian Caucasian ADJ JJ Degree=Pos 19 conj 19:conj:but _ 35 and and CCONJ CC _ 41 cc 41:cc _ 36 many many ADJ JJ Degree=Pos 41 nsubj 41:nsubj _ 37 of of ADP IN _ 39 case 39:case _ 38 the the DET DT Definite=Def|PronType=Art 39 det 39:det _ 39 hippies hippie NOUN NNS Number=Plur 36 nmod 36:nmod:of _ -40 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 41 cop 41:cop _ -41 caucasians caucasian PROPN NNPS Number=Plur 34 conj 27:advcl:because|34:conj:and _ -42 so so ADV RB _ 44 advmod 44:advmod _ +40 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 41 cop 41:cop _ +41 caucasians Caucasian PROPN NNPS Number=Plur 34 conj 34:conj:and _ +42 so so ADV RB _ 45 advmod 45:advmod _ 43-44 that's _ _ _ _ _ _ _ _ -43 that that PRON DT Number=Sing|PronType=Dem 44 nsubj 44:nsubj _ -44 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 34 conj 27:advcl:because|34:conj:and _ -45 who who PRON WP PronType=Int 49 nmod 49:nmod:of _ +43 that that PRON DT Number=Sing|PronType=Dem 45 nsubj 45:nsubj _ +44 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 45 cop 45:cop _ +45 who who PRON WP PronType=Rel 34 parataxis 34:parataxis|49:nmod:of _ 46 the the DET DT Definite=Def|PronType=Art 47 det 47:det _ 47 photographers photographer NOUN NNS Number=Plur 48 nsubj 48:nsubj _ -48 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 44 ccomp 44:ccomp _ +48 took take VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 45 acl:relcl 45:acl:relcl _ 49 pictures picture NOUN NNS Number=Plur 48 obj 48:obj _ -50 of of ADP IN _ 45 case 45:case SpaceAfter=No +50 of of ADP IN _ 49 nmod 45:case SpaceAfter=No 51 . . PUNCT . _ 9 punct 9:punct _ # sent_id = answers-20111104175256AAL21Ha_ans-0008 @@ -166586,34 +166680,34 @@ 2 other other ADJ JJ Degree=Pos 3 amod 3:amod _ 3 ethicities ethicity NOUN NNS Number=Plur 7 nsubj:pass 7:nsubj:pass _ 4-5 weren't _ _ _ _ _ _ _ _ -4 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 aux:pass 7:aux:pass _ +4 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 aux:pass 7:aux:pass _ 5 n't not PART RB _ 7 advmod 7:advmod _ 6 well well ADV RB Degree=Pos 7 advmod 7:advmod _ 7 represented represent VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 8 in in ADP IN _ 9 case 9:case _ 9 politics politics NOUN NNS Number=Plur 7 obl 7:obl:in _ 10 yet yet ADV RB _ 7 advmod 7:advmod SpaceAfter=No -11 -- -- PUNCT : _ 7 punct 7:punct SpaceAfter=No -12 or or CCONJ CC _ 13 cc 13:cc _ -13 rather rather ADV RB _ 18 cc 18:cc SpaceAfter=No -14 , , PUNCT , _ 18 punct 18:punct _ +11 -- -- PUNCT : _ 18 punct 18:punct SpaceAfter=No +12 or or CCONJ CC _ 18 cc 18:cc _ +13 rather rather ADV RB _ 18 advmod 18:advmod SpaceAfter=No +14 , , PUNCT , _ 13 punct 13:punct _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -16 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 aux 18:aux _ +16 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 18 aux 18:aux _ 17 just just ADV RB _ 18 advmod 18:advmod _ -18 breaking break VERB VBG Tense=Pres|VerbForm=Part 7 conj 7:conj:or_rather _ +18 breaking break VERB VBG Tense=Pres|VerbForm=Part 7 conj 7:conj:or _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 20 color color NOUN NN Number=Sing 21 compound 21:compound _ 21 barrier barrier NOUN NN Number=Sing 18 obj 18:obj _ 22 in in ADP IN _ 24 case 24:case _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -24 70's 70' NOUN NNS Number=Plur 18 obl 18:obl:in _ +24 70's 70s NOUN NNS Number=Plur 18 obl 18:obl:in _ 25 due due ADP IN _ 34 case 34:case _ 26 largely largely ADV RB _ 34 advmod 34:advmod _ 27 to to ADP IN _ 25 fixed 25:fixed _ 28 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ -29 more more ADV RBR _ 32 advmod 32:advmod _ +29 more more ADV RBR Degree=Cmp 32 advmod 32:advmod _ 30 open open ADJ JJ Degree=Pos 32 amod 32:amod SpaceAfter=No -31 - - PUNCT HYPH _ 32 punct 32:punct SpaceAfter=No +31 - - PUNCT HYPH _ 30 punct 30:punct SpaceAfter=No 32 minded minded ADJ JJ Degree=Pos 34 amod 34:amod _ 33 hippy hippy NOUN NN Number=Sing 34 compound 34:compound _ 34 generation generation NOUN NN Number=Sing 18 obl 18:obl:due_to SpaceAfter=No @@ -166625,7 +166719,7 @@ 2 County County PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 4 predominantly predominantly ADV RB _ 5 advmod 5:advmod _ -5 caucasian caucasian ADJ JJ Degree=Pos 0 root 0:root _ +5 caucasian Caucasian ADJ JJ Degree=Pos 0 root 0:root _ 6 and and CCONJ CC _ 15 cc 15:cc _ 7 many many ADJ JJ Degree=Pos 15 nsubj 15:nsubj _ 8 of of ADP IN _ 14 case 14:case _ @@ -166635,7 +166729,7 @@ 12 east east PROPN NNP Number=Sing 13 compound 13:compound _ 13 bay bay PROPN NNP Number=Sing 14 compound 14:compound _ 14 areas area NOUN NNS Number=Plur 7 nmod 7:nmod:of _ -15 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +15 started start VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 16 out out ADP RP _ 15 compound:prt 15:compound:prt _ 17 as as ADP IN _ 19 case 19:case _ 18 white white ADJ JJ Degree=Pos 19 amod 19:amod _ @@ -166645,34 +166739,34 @@ # sent_id = answers-20111104175256AAL21Ha_ans-0010 # newpar id = answers-20111104175256AAL21Ha_ans-p0003 # text = It was not so long after Civil Rights laws against discrimination started to have an impact. -1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj:outer 12:nsubj:outer _ +2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 cop 12:cop _ 3 not not PART RB _ 5 advmod 5:advmod _ 4 so so ADV RB _ 5 advmod 5:advmod _ 5 long long ADV RB Degree=Pos 12 advmod 12:advmod _ 6 after after SCONJ IN _ 12 mark 12:mark _ 7 Civil civil ADJ JJ Degree=Pos 8 amod 8:amod _ -8 Rights rights NOUN NNS Number=Plur 9 compound 9:compound _ +8 Rights right NOUN NNS Number=Plur 9 compound 9:compound _ 9 laws law NOUN NNS Number=Plur 12 nsubj 12:nsubj|14:nsubj:xsubj _ 10 against against ADP IN _ 11 case 11:case _ 11 discrimination discrimination NOUN NN Number=Sing 9 nmod 9:nmod:against _ -12 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:after _ +12 started start VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 13 to to PART TO _ 14 mark 14:mark _ 14 have have VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 15 an a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 16 impact impact NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No -17 . . PUNCT . _ 2 punct 2:punct _ +17 . . PUNCT . _ 12 punct 12:punct _ # sent_id = answers-20111104175256AAL21Ha_ans-0011 # text = You never saw black MUNI drivers, Asian police, Latino politicians until then. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 2 never never ADV RB _ 3 advmod 3:advmod _ -3 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 saw see VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 black black ADJ JJ Degree=Pos 6 amod 6:amod _ 5 MUNI MUNI PROPN NNP Number=Sing 6 compound 6:compound _ 6 drivers driver NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No 7 , , PUNCT , _ 9 punct 9:punct _ -8 Asian asian ADJ JJ Degree=Pos 9 amod 9:amod _ +8 Asian Asian ADJ JJ Degree=Pos 9 amod 9:amod _ 9 police police NOUN NN Number=Sing 6 conj 3:obj|6:conj SpaceAfter=No 10 , , PUNCT , _ 12 punct 12:punct _ 11 Latino latino ADJ JJ Degree=Pos 12 amod 12:amod _ @@ -166693,7 +166787,7 @@ # text = Many illegals were not counted in the population until the mid-80s. 1 Many many ADJ JJ Degree=Pos 2 amod 2:amod _ 2 illegals illegal NOUN NNS Number=Plur 5 nsubj:pass 5:nsubj:pass _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 counted count VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 in in ADP IN _ 8 case 8:case _ @@ -166701,36 +166795,36 @@ 8 population population NOUN NN Number=Sing 5 obl 5:obl:in _ 9 until until ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -11 mid-80s mid-80 NOUN NNS Number=Plur 5 obl 5:obl:until SpaceAfter=No +11 mid-80s mid-80s NOUN NNS Number=Plur 5 obl 5:obl:until SpaceAfter=No 12 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111104175256AAL21Ha_ans-0014 # text = We did not have big percent of Chinese migration until the mid 90s. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 have have VERB VB VerbForm=Inf 0 root 0:root _ 5 big big ADJ JJ Degree=Pos 6 amod 6:amod _ 6 percent percent NOUN NN Number=Sing 4 obj 4:obj _ 7 of of ADP IN _ 9 case 9:case _ -8 Chinese chinese ADJ JJ Degree=Pos 9 amod 9:amod _ +8 Chinese Chinese ADJ JJ Degree=Pos 9 amod 9:amod _ 9 migration migration NOUN NN Number=Sing 6 nmod 6:nmod:of _ 10 until until ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 mid mid ADJ JJ Degree=Pos 13 amod 13:amod _ -13 90s 90 NOUN NNS Number=Plur 4 obl 4:obl:until SpaceAfter=No +13 90s 90s NOUN NNS Number=Plur 4 obl 4:obl:until SpaceAfter=No 14 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111104175256AAL21Ha_ans-0015 # text = We had fewer people running across the Mexican border then. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 fewer fewer ADJ JJR Degree=Cmp 4 amod 4:amod _ +2 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 fewer few ADJ JJR Degree=Cmp 4 amod 4:amod _ 4 people people NOUN NNS Number=Plur 2 obj 2:obj _ 5 running run VERB VBG VerbForm=Ger 4 acl 4:acl _ 6 across across ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 Mexican mexican ADJ JJ Degree=Pos 9 amod 9:amod _ +8 Mexican Mexican ADJ JJ Degree=Pos 9 amod 9:amod _ 9 border border NOUN NN Number=Sing 5 obl 5:obl:across _ 10 then then ADV RB PronType=Dem 2 advmod 2:advmod SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ @@ -166738,8 +166832,8 @@ # sent_id = answers-20111104175256AAL21Ha_ans-0016 # text = We had fewer social benefits at that time for people so many immigrants were not counted. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 fewer fewer ADJ JJR Degree=Cmp 5 amod 5:amod _ +2 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 fewer few ADJ JJR Degree=Cmp 5 amod 5:amod _ 4 social social ADJ JJ Degree=Pos 5 amod 5:amod _ 5 benefits benefit NOUN NNS Number=Plur 2 obj 2:obj _ 6 at at ADP IN _ 8 case 8:case _ @@ -166750,24 +166844,24 @@ 11 so so ADV RB _ 16 advmod 16:advmod _ 12 many many ADJ JJ Degree=Pos 13 amod 13:amod _ 13 immigrants immigrant NOUN NNS Number=Plur 16 nsubj:pass 16:nsubj:pass _ -14 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 aux:pass 16:aux:pass _ +14 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 16 aux:pass 16:aux:pass _ 15 not not PART RB _ 16 advmod 16:advmod _ -16 counted count VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 conj 2:conj SpaceAfter=No +16 counted count VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 parataxis 2:parataxis SpaceAfter=No 17 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111104175256AAL21Ha_ans-0017 # text = Only Caucasians had any political power, corporate presence or owned businesses except for Mom and Pop stores in some neighborhoods. 1 Only only ADV RB _ 2 advmod 2:advmod _ -2 Caucasians Caucasians PROPN NNPS Number=Plur 3 nsubj 3:nsubj|11:nsubj _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 any any DET DT _ 6 det 6:det _ +2 Caucasians Caucasian PROPN NNPS Number=Plur 3 nsubj 3:nsubj|11:nsubj _ +3 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 any any DET DT PronType=Ind 6 det 6:det _ 5 political political ADJ JJ Degree=Pos 6 amod 6:amod _ 6 power power NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 7 , , PUNCT , _ 9 punct 9:punct _ 8 corporate corporate ADJ JJ Degree=Pos 9 amod 9:amod _ 9 presence presence NOUN NN Number=Sing 6 conj 3:obj|6:conj _ 10 or or CCONJ CC _ 11 cc 11:cc _ -11 owned own VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:or _ +11 owned own VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:or _ 12 businesses business NOUN NNS Number=Plur 11 obj 11:obj _ 13 except except ADP IN _ 18 case 18:case _ 14 for for ADP IN _ 18 case 18:case _ @@ -166776,7 +166870,7 @@ 17 Pop pop NOUN NN Number=Sing 15 conj 15:conj:and|18:compound _ 18 stores store NOUN NNS Number=Plur 11 obl 11:obl:for _ 19 in in ADP IN _ 21 case 21:case _ -20 some some DET DT _ 21 det 21:det _ +20 some some DET DT PronType=Ind 21 det 21:det _ 21 neighborhoods neighborhood NOUN NNS Number=Plur 18 nmod 18:nmod:in SpaceAfter=No 22 . . PUNCT . _ 3 punct 3:punct _ @@ -166788,21 +166882,21 @@ 4 settled settle VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 in in ADP IN _ 10 case 10:case _ 6 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -7 19th 19th ADJ JJ Degree=Pos|NumType=Ord 10 amod 10:amod _ +7 19th 19th ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 10 amod 10:amod _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 20th 20th ADJ JJ Degree=Pos|NumType=Ord 7 conj 7:conj:and|10:amod _ +9 20th 20th ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 7 conj 7:conj:and|10:amod _ 10 century century NOUN NN Number=Sing 4 obl 4:obl:in _ 11 by by ADP IN _ 14 case 14:case _ 12 mainly mainly ADV RB _ 13 advmod 13:advmod _ -13 European european ADJ JJ Degree=Pos 14 amod 14:amod _ -14 immigrants immigrant NOUN NNS Number=Plur 4 obl 4:obl:by _ +13 European European ADJ JJ Degree=Pos 14 amod 14:amod _ +14 immigrants immigrant NOUN NNS Number=Plur 4 obl:agent 4:obl:agent _ 15 except except ADP IN _ 19 case 19:case _ 16 for for ADP IN _ 19 case 19:case _ -17 some some DET DT _ 19 det 19:det _ -18 Asian asian ADJ JJ Degree=Pos 19 amod 19:amod _ +17 some some DET DT PronType=Ind 19 det 19:det _ +18 Asian Asian ADJ JJ Degree=Pos 19 amod 19:amod _ 19 workers worker NOUN NNS Number=Plur 14 nmod 14:nmod:except|23:nsubj _ 20 who who PRON WP PronType=Rel 23 nsubj 19:ref _ -21 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 23 cop 23:cop _ +21 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 23 cop 23:cop _ 22 manual manual ADJ JJ Degree=Pos 23 amod 23:amod _ 23 laborers laborer NOUN NNS Number=Plur 19 acl:relcl 19:acl:relcl SpaceAfter=No 24 . . PUNCT . _ 4 punct 4:punct _ @@ -166814,9 +166908,9 @@ 3 always always ADV RB _ 4 advmod 4:advmod _ 4 been be VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -6 Mexican mexican ADJ JJ Degree=Pos 8 amod 8:amod SpaceAfter=No -7 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No -8 American american ADJ JJ Degree=Pos 10 amod 10:amod _ +6 Mexican Mexican ADJ JJ Degree=Pos 8 amod 8:amod SpaceAfter=No +7 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +8 American American ADJ JJ Degree=Pos 10 amod 10:amod _ 9 cultural cultural ADJ JJ Degree=Pos 10 amod 10:amod _ 10 influence influence NOUN NN Number=Sing 4 nsubj 4:nsubj _ 11 since since SCONJ IN _ 14 mark 14:mark _ @@ -166824,30 +166918,30 @@ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 aux:pass 14:aux:pass _ 14 owned own VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 advcl 4:advcl:since _ 15 by by ADP IN _ 16 case 16:case _ -16 Mexico Mexico PROPN NNP Number=Sing 14 obl 14:obl:by SpaceAfter=No +16 Mexico Mexico PROPN NNP Number=Sing 14 obl:agent 14:obl:agent SpaceAfter=No 17 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111104175256AAL21Ha_ans-0020 # text = We had a larger black population in the 70s than we have now but they did not have any power until Willie Brown was elected. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -4 larger larger ADJ JJR Degree=Cmp 6 amod 6:amod _ +4 larger large ADJ JJR Degree=Cmp 6 amod 6:amod _ 5 black black ADJ JJ Degree=Pos 6 amod 6:amod _ 6 population population NOUN NN Number=Sing 2 obj 2:obj _ 7 in in ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 70s 70 NOUN NNS Number=Plur 2 obl 2:obl:in _ +9 70s 70s NOUN NNS Number=Plur 2 obl 2:obl:in _ 10 than than SCONJ IN _ 12 mark 12:mark _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:than _ +12 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:than _ 13 now now ADV RB _ 12 advmod 12:advmod _ 14 but but CCONJ CC _ 18 cc 18:cc _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -16 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 aux 18:aux _ +16 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 18 aux 18:aux _ 17 not not PART RB _ 18 advmod 18:advmod _ 18 have have VERB VB VerbForm=Inf 2 conj 2:conj:but _ -19 any any DET DT _ 20 det 20:det _ +19 any any DET DT PronType=Ind 20 det 20:det _ 20 power power NOUN NN Number=Sing 18 obj 18:obj _ 21 until until SCONJ IN _ 25 mark 25:mark _ 22 Willie Willie PROPN NNP Number=Sing 25 nsubj:pass 25:nsubj:pass _ @@ -166868,7 +166962,7 @@ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 tolerant tolerant ADJ JJ Degree=Pos 5 conj 5:conj:and _ 10 to to ADP IN _ 12 case 12:case _ -11 all all DET DT _ 12 det 12:det _ +11 all all DET DT PronType=Tot 12 det 12:det _ 12 kinds kind NOUN NNS Number=Plur 9 obl 9:obl:to _ 13 of of ADP IN _ 14 case 14:case _ 14 people people NOUN NNS Number=Plur 12 nmod 12:nmod:of _ @@ -166882,22 +166976,22 @@ 3 outside outside ADP IN _ 4 case 4:case _ 4 San San PROPN NNP Number=Sing 2 nmod 2:nmod:outside _ 5 Francisco Francisco PROPN NNP Number=Sing 4 flat 4:flat _ -6 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 cop 8:cop _ -7 more more ADV RBR _ 8 advmod 8:advmod _ +6 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ +7 more more ADV RBR Degree=Cmp 8 advmod 8:advmod _ 8 white white ADJ JJ Degree=Pos 0 root 0:root _ 9 than than ADP IN _ 10 case 10:case _ 10 San San PROPN NNP Number=Sing 8 obl 8:obl:than _ 11 Francisco Francisco PROPN NNP Number=Sing 10 flat 10:flat _ 12 in in ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -14 70s 70 NOUN NNS Number=Plur 8 obl 8:obl:in SpaceAfter=No +14 70s 70s NOUN NNS Number=Plur 8 obl 8:obl:in SpaceAfter=No 15 . . PUNCT . _ 8 punct 8:punct _ # sent_id = answers-20111104175256AAL21Ha_ans-0023 # text = EDIT: My memory may not be good so you might get a more accurate answer from someone else who remembers the time. 1 EDIT edit NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ -3 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 : : PUNCT : _ 8 punct 8:punct _ +3 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 memory memory NOUN NN Number=Sing 8 nsubj 8:nsubj _ 5 may may AUX MD VerbForm=Fin 8 aux 8:aux _ 6 not not PART RB _ 8 advmod 8:advmod _ @@ -166906,13 +167000,13 @@ 9 so so ADV RB _ 12 advmod 12:advmod _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ 11 might might AUX MD VerbForm=Fin 12 aux 12:aux _ -12 get get VERB VB VerbForm=Inf 8 conj 1:appos|8:conj _ +12 get get VERB VB VerbForm=Inf 8 parataxis 1:appos|8:parataxis _ 13 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ -14 more more ADV RBR _ 15 advmod 15:advmod _ +14 more more ADV RBR Degree=Cmp 15 advmod 15:advmod _ 15 accurate accurate ADJ JJ Degree=Pos 16 amod 16:amod _ 16 answer answer NOUN NN Number=Sing 12 obj 12:obj _ 17 from from ADP IN _ 18 case 18:case _ -18 someone someone PRON NN Number=Sing 12 obl 12:obl:from|21:nsubj _ +18 someone someone PRON NN Number=Sing|PronType=Ind 12 obl 12:obl:from|21:nsubj _ 19 else else ADJ JJ Degree=Pos 18 amod 18:amod _ 20 who who PRON WP PronType=Rel 21 nsubj 18:ref _ 21 remembers remember VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ @@ -166947,9 +167041,9 @@ 10 pet pet NOUN NN Number=Sing 5 obl 5:obl:as SpaceAfter=No 11 , , PUNCT , _ 15 punct 15:punct _ 12 but but CCONJ CC _ 15 cc 15:cc _ -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 parents parent NOUN NNS Number=Plur 15 nsubj 15:nsubj _ -15 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ +15 said say VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ 16 that that SCONJ IN _ 18 mark 18:mark _ 17 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj|20:nsubj:xsubj _ 18 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 ccomp 15:ccomp _ @@ -166962,19 +167056,19 @@ # text = We also own two chickens that are kept in a run behind out garage/barn thing. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 own own VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 two two NUM CD NumType=Card 5 nummod 5:nummod _ +3 own own VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 two two NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 5 chickens chicken NOUN NNS Number=Plur 3 obj 3:obj|8:nsubj:pass _ 6 that that PRON WDT PronType=Rel 8 nsubj:pass 5:ref _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux:pass 8:aux:pass _ -8 kept keep VERB VBN Tense=Past|VerbForm=Part 5 acl:relcl 5:acl:relcl _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux:pass 8:aux:pass _ +8 kept keep VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl:relcl 5:acl:relcl _ 9 in in ADP IN _ 11 case 11:case _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 run run NOUN NN Number=Sing 8 obl 8:obl:in _ 12 behind behind ADP IN _ 17 case 17:case _ -13 out our PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs|Typo=Yes 17 nmod:poss 17:nmod:poss _ +13 out our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs|Typo=Yes 17 nmod:poss 17:nmod:poss CorrectForm=our 14 garage garage NOUN NN Number=Sing 16 compound 16:compound SpaceAfter=No -15 / / PUNCT , _ 16 punct 16:punct SpaceAfter=No +15 / / PUNCT , _ 14 punct 14:punct SpaceAfter=No 16 barn barn NOUN NN Number=Sing 17 compound 17:compound _ 17 thing thing NOUN NN Number=Sing 11 nmod 11:nmod:behind SpaceAfter=No 18 . . PUNCT . _ 3 punct 3:punct _ @@ -167036,7 +167130,7 @@ # sent_id = answers-20111108101850AAhNuvz_ans-0005 # text = However, in the day time would it be okay for the rabbit to hop around along with the chickens? 1 However however ADV RB _ 10 advmod 10:advmod SpaceAfter=No -2 , , PUNCT , _ 10 punct 10:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 in in ADP IN _ 6 case 6:case _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 day day NOUN NN Number=Sing 6 compound 6:compound _ @@ -167060,7 +167154,7 @@ # sent_id = answers-20111108101850AAhNuvz_ans-0006 # text = We feed the chickens scraps of veggies and fruits throughout the day, but it's nothing that a rabbit wouldn't be able to digest just fine. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 feed feed VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 feed feed VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 chickens chicken NOUN NNS Number=Plur 2 iobj 2:iobj _ 5 scraps scrap NOUN NNS Number=Plur 2 obj 2:obj _ @@ -167076,8 +167170,8 @@ 15-16 it's _ _ _ _ _ _ _ _ 15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 16 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ -17 nothing nothing PRON NN Number=Sing 2 conj 2:conj:but|24:obj _ -18 that that PRON WDT PronType=Rel 24 obj 17:ref _ +17 nothing nothing PRON NN Number=Sing|PronType=Neg 2 conj 2:conj:but|26:obj _ +18 that that PRON WDT PronType=Rel 26 obj 17:ref _ 19 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 20 rabbit rabbit NOUN NN Number=Sing 24 nsubj 24:nsubj|26:nsubj:xsubj _ 21-22 wouldn't _ _ _ _ _ _ _ _ @@ -167094,7 +167188,7 @@ # sent_id = answers-20111108101850AAhNuvz_ans-0007 # text = So, can rabbits and chickens live together as long as they have separate places for their food and water? 1 So so ADV RB _ 7 advmod 7:advmod SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 can can AUX MD VerbForm=Fin 7 aux 7:aux _ 4 rabbits rabbit NOUN NNS Number=Plur 7 nsubj 7:nsubj _ 5 and and CCONJ CC _ 6 cc 6:cc _ @@ -167105,11 +167199,11 @@ 10 long long ADV RB Degree=Pos 7 advmod 7:advmod _ 11 as as SCONJ IN _ 13 mark 13:mark _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:as _ +13 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:as _ 14 separate separate ADJ JJ Degree=Pos 15 amod 15:amod _ 15 places place NOUN NNS Number=Plur 13 obj 13:obj _ 16 for for ADP IN _ 18 case 18:case _ -17 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 food food NOUN NN Number=Sing 15 nmod 15:nmod:for _ 19 and and CCONJ CC _ 20 cc 20:cc _ 20 water water NOUN NN Number=Sing 18 conj 15:nmod:for|18:conj:and SpaceAfter=No @@ -167117,7 +167211,7 @@ # sent_id = answers-20111108101850AAhNuvz_ans-0008 # text = (The rabbit hutch would have an opening only big enough for the rabbit, the chickens would not be able to get to the rabbit food) Also, is it okay if the rabbit occasionally sneaks a few bites of chicken feed? -1 ( ( PUNCT -LRB- _ 33 punct 33:punct SpaceAfter=No +1 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No 2 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 rabbit rabbit NOUN NN Number=Sing 4 compound 4:compound _ 4 hutch hutch NOUN NN Number=Sing 6 nsubj 6:nsubj _ @@ -167125,13 +167219,13 @@ 6 have have VERB VB VerbForm=Inf 33 parataxis 33:parataxis _ 7 an a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 opening opening NOUN NN Number=Sing 6 obj 6:obj _ -9 only only ADV RB _ 11 advmod 11:advmod _ +9 only only ADV RB _ 10 advmod 10:advmod _ 10 big big ADJ JJ Degree=Pos 8 amod 8:amod _ -11 enough enough ADJ JJ Degree=Pos 10 advmod 10:advmod _ +11 enough enough ADV RB _ 10 advmod 10:advmod _ 12 for for ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -14 rabbit rabbit NOUN NN Number=Sing 11 obl 11:obl:for SpaceAfter=No -15 , , PUNCT , _ 6 punct 6:punct _ +14 rabbit rabbit NOUN NN Number=Sing 10 obl 10:obl:for SpaceAfter=No +15 , , PUNCT , _ 21 punct 21:punct _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 chickens chicken NOUN NNS Number=Plur 21 nsubj 21:nsubj|23:nsubj:xsubj _ 18 would would AUX MD VerbForm=Fin 21 aux 21:aux _ @@ -167144,9 +167238,9 @@ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 26 rabbit rabbit NOUN NN Number=Sing 27 compound 27:compound _ 27 food food NOUN NN Number=Sing 23 obl 23:obl:to SpaceAfter=No -28 ) ) PUNCT -RRB- _ 33 punct 33:punct _ +28 ) ) PUNCT -RRB- _ 6 punct 6:punct _ 29 Also also ADV RB _ 33 advmod 33:advmod SpaceAfter=No -30 , , PUNCT , _ 33 punct 33:punct _ +30 , , PUNCT , _ 29 punct 29:punct _ 31 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 33 cop 33:cop _ 32 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 33 nsubj 33:nsubj _ 33 okay okay ADJ JJ Degree=Pos 0 root 0:root _ @@ -167165,14 +167259,14 @@ # sent_id = answers-20111108101850AAhNuvz_ans-0009 # text = My last rabbit did that a few times, and he was fine... -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 last last ADJ JJ Degree=Pos 3 amod 3:amod _ 3 rabbit rabbit NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 that that PRON DT Number=Sing|PronType=Dem 4 obj 4:obj _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 few few ADJ JJ Degree=Pos 8 amod 8:amod _ -8 times time NOUN NNS Number=Plur 4 obl:npmod 4:obl:npmod SpaceAfter=No +8 times time NOUN NNS Number=Plur 4 obl:tmod 4:obl:tmod SpaceAfter=No 9 , , PUNCT , _ 13 punct 13:punct _ 10 and and CCONJ CC _ 13 cc 13:cc _ 11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ @@ -167185,7 +167279,7 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj|6:nsubj:xsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ 3-4 wanna _ _ _ _ _ _ _ _ -3 wan want VERB VBP Abbr=Yes|Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 wan want VERB VBP Abbr=Yes|Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 na to PART TO Abbr=Yes 5 mark 5:mark _ 5 make make VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 sure sure ADJ JJ Degree=Pos 5 xcomp 5:xcomp _ @@ -167197,45 +167291,45 @@ # newpar id = answers-20111108101850AAhNuvz_ans-p0003 # text = Yes,but be sure that your chickens are all hens(I mean not roosters),Roosters may attack rabbits or anything they see moving,so be aware of that,hens are friendly with almost all kinds of pets! 1 Yes yes INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct SpaceAfter=No 3 but but CCONJ CC _ 5 cc 5:cc _ 4 be be AUX VB Mood=Imp|VerbForm=Fin 5 cop 5:cop _ 5 sure sure ADJ JJ Degree=Pos 0 root 0:root _ 6 that that SCONJ IN _ 11 mark 11:mark _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 chickens chicken NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 all all ADV RB _ 11 advmod 11:advmod _ 11 hens hen NOUN NNS Number=Plur 5 ccomp 5:ccomp SpaceAfter=No 12 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 mean mean VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 parataxis 11:parataxis _ -15 not not ADV RB _ 16 advmod 16:advmod _ +14 mean mean VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 parataxis 11:parataxis _ +15 not not PART RB _ 16 advmod 16:advmod _ 16 roosters rooster NOUN NNS Number=Plur 14 ccomp 14:ccomp SpaceAfter=No 17 ) ) PUNCT -RRB- _ 14 punct 14:punct SpaceAfter=No -18 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No +18 , , PUNCT , _ 21 punct 21:punct SpaceAfter=No 19 Roosters rooster NOUN NNS Number=Plur 21 nsubj 21:nsubj _ 20 may may AUX MD VerbForm=Fin 21 aux 21:aux _ 21 attack attack VERB VB VerbForm=Inf 5 parataxis 5:parataxis _ 22 rabbits rabbit NOUN NNS Number=Plur 21 obj 21:obj _ 23 or or CCONJ CC _ 24 cc 24:cc _ -24 anything anything PRON NN Number=Sing 22 conj 21:obj|22:conj:or _ +24 anything anything PRON NN Number=Sing|PronType=Ind 22 conj 21:obj|22:conj:or _ 25 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 26 nsubj 26:nsubj _ -26 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 acl:relcl 24:acl:relcl _ +26 see see VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 acl:relcl 24:acl:relcl _ 27 moving move VERB VBG VerbForm=Ger 26 advcl 26:advcl SpaceAfter=No -28 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No +28 , , PUNCT , _ 31 punct 31:punct SpaceAfter=No 29 so so ADV RB _ 31 advmod 31:advmod _ 30 be be AUX VB Mood=Imp|VerbForm=Fin 31 cop 31:cop _ 31 aware aware ADJ JJ Degree=Pos 5 parataxis 5:parataxis _ 32 of of ADP IN _ 33 case 33:case _ 33 that that PRON DT Number=Sing|PronType=Dem 31 obl 31:obl:of SpaceAfter=No -34 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No +34 , , PUNCT , _ 37 punct 37:punct SpaceAfter=No 35 hens hen NOUN NNS Number=Plur 37 nsubj 37:nsubj _ -36 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 37 cop 37:cop _ +36 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 37 cop 37:cop _ 37 friendly friendly ADJ JJ Degree=Pos 5 parataxis 5:parataxis _ 38 with with ADP IN _ 41 case 41:case _ 39 almost almost ADV RB _ 41 advmod 41:advmod _ -40 all all DET DT _ 41 det 41:det _ +40 all all DET DT PronType=Tot 41 det 41:det _ 41 kinds kind NOUN NNS Number=Plur 37 obl 37:obl:with _ 42 of of ADP IN _ 43 case 43:case _ 43 pets pet NOUN NNS Number=Plur 41 nmod 41:nmod:of SpaceAfter=No @@ -167244,14 +167338,14 @@ # sent_id = answers-20111108101850AAhNuvz_ans-0012 # text = From my experience Hens(Not roosters) are very friendly with duck,Guinea pigs,kittens,cows,Rabbits,etc. 1 From from ADP IN _ 3 case 3:case _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 experience experience NOUN NN Number=Sing 11 obl 11:obl:from _ 4 Hens hen NOUN NNS Number=Plur 11 nsubj 11:nsubj SpaceAfter=No 5 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No -6 Not not ADV CC _ 7 advmod 7:advmod _ +6 Not not PART RB _ 7 advmod 7:advmod _ 7 roosters rooster NOUN NNS Number=Plur 4 parataxis 4:parataxis SpaceAfter=No 8 ) ) PUNCT -RRB- _ 7 punct 7:punct _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 very very ADV RB _ 11 advmod 11:advmod _ 11 friendly friendly ADJ JJ Degree=Pos 0 root 0:root _ 12 with with ADP IN _ 13 case 13:case _ @@ -167266,17 +167360,17 @@ 21 , , PUNCT , _ 22 punct 22:punct SpaceAfter=No 22 Rabbits rabbit NOUN NNS Number=Plur 13 conj 11:obl:with|13:conj SpaceAfter=No 23 , , PUNCT , _ 24 punct 24:punct SpaceAfter=No -24 etc etc X FW _ 13 conj 11:obl:with|13:conj SpaceAfter=No +24 etc etc. NOUN FW Abbr=Yes|Number=Plur 13 conj 11:obl:with|13:conj SpaceAfter=No 25 . . PUNCT . _ 11 punct 11:punct _ # sent_id = answers-20111108101850AAhNuvz_ans-0013 # text = Be sure not to feed your rabbits non-veg items! 1 Be be AUX VB Mood=Imp|VerbForm=Fin 2 cop 2:cop _ 2 sure sure ADJ JJ Degree=Pos 0 root 0:root _ -3 not not ADV RB _ 5 advmod 5:advmod _ +3 not not PART RB _ 5 advmod 5:advmod _ 4 to to PART TO _ 5 mark 5:mark _ 5 feed feed VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 rabbits rabbit NOUN NNS Number=Plur 5 iobj 5:iobj _ 8 non-veg non-veg ADJ JJ Degree=Pos 9 amod 9:amod _ 9 items item NOUN NNS Number=Plur 5 obj 5:obj SpaceAfter=No @@ -167285,34 +167379,35 @@ # sent_id = answers-20111108101850AAhNuvz_ans-0014 # text = You said they live in different cages and they are free in day,so no problem,don't put both of them in one cage because rabbits bedding is different than that of hens,wet bedding can cause diseases in them! 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +4 live live VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 5 in in ADP IN _ 7 case 7:case _ 6 different different ADJ JJ Degree=Pos 7 amod 7:amod _ 7 cages cage NOUN NNS Number=Plur 4 obl 4:obl:in _ 8 and and CCONJ CC _ 11 cc 11:cc _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 11 free free ADJ JJ Degree=Pos 4 conj 2:ccomp|4:conj:and _ 12 in in ADP IN _ 13 case 13:case _ 13 day day NOUN NN Number=Sing 11 obl 11:obl:in SpaceAfter=No -14 , , PUNCT , _ 2 punct 2:punct SpaceAfter=No +14 , , PUNCT , _ 21 punct 21:punct SpaceAfter=No 15 so so ADV RB _ 21 advmod 21:advmod _ -16 no no DET DT _ 17 det 17:det _ +16 no no DET DT PronType=Neg 17 det 17:det _ 17 problem problem NOUN NN Number=Sing 21 obl:npmod 21:obl:npmod SpaceAfter=No -18 , , PUNCT , _ 21 punct 21:punct SpaceAfter=No -19 do do AUX VB Mood=Imp|VerbForm=Fin 21 aux 21:aux SpaceAfter=No +18 , , PUNCT , _ 17 punct 17:punct SpaceAfter=No +19-20 don't _ _ _ _ _ _ _ _ +19 do do AUX VB Mood=Imp|VerbForm=Fin 21 aux 21:aux _ 20 n't not PART RB _ 21 advmod 21:advmod _ 21 put put VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis _ -22 both both DET DT _ 21 obj 21:obj _ +22 both both DET DT PronType=Tot 21 obj 21:obj _ 23 of of ADP IN _ 24 case 24:case _ 24 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 22 nmod 22:nmod:of _ 25 in in ADP IN _ 27 case 27:case _ -26 one one NUM CD NumType=Card 27 nummod 27:nummod _ +26 one one NUM CD NumForm=Word|NumType=Card 27 nummod 27:nummod _ 27 cage cage NOUN NN Number=Sing 21 obl 21:obl:in _ 28 because because SCONJ IN _ 32 mark 32:mark _ -29 rabbits rabbit NOUN NNS Number=Plur 30 compound 30:compound _ +29 rabbits rabbit NOUN NNS Number=Plur 30 nmod:poss 30:nmod:poss MissingWordsAfter=' 30 bedding bedding NOUN NN Number=Sing 32 nsubj 32:nsubj _ 31 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 32 cop 32:cop _ 32 different different ADJ JJ Degree=Pos 21 advcl 21:advcl:because _ @@ -167320,7 +167415,7 @@ 34 that that PRON DT Number=Sing|PronType=Dem 32 obl 32:obl:than _ 35 of of ADP IN _ 36 case 36:case _ 36 hens hen NOUN NNS Number=Plur 34 nmod 34:nmod:of SpaceAfter=No -37 , , PUNCT , _ 2 punct 2:punct SpaceAfter=No +37 , , PUNCT , _ 41 punct 41:punct SpaceAfter=No 38 wet wet ADJ JJ Degree=Pos 39 amod 39:amod _ 39 bedding bedding NOUN NN Number=Sing 41 nsubj 41:nsubj _ 40 can can AUX MD VerbForm=Fin 41 aux 41:aux _ @@ -167333,15 +167428,16 @@ # sent_id = answers-20111108101850AAhNuvz_ans-0015 # text = So,don't put both of them in one cage. 1 So so ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct SpaceAfter=No -3 do do AUX VB Mood=Imp|VerbForm=Fin 5 aux 5:aux SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct SpaceAfter=No +3-4 don't _ _ _ _ _ _ _ _ +3 do do AUX VB Mood=Imp|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 put put VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -6 both both DET DT _ 5 obj 5:obj _ +6 both both DET DT PronType=Tot 5 obj 5:obj _ 7 of of ADP IN _ 8 case 8:case _ 8 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 6 nmod 6:nmod:of _ 9 in in ADP IN _ 11 case 11:case _ -10 one one NUM CD NumType=Card 11 nummod 11:nummod _ +10 one one NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 11 cage cage NOUN NN Number=Sing 5 obl 5:obl:in SpaceAfter=No 12 . . PUNCT . _ 5 punct 5:punct _ @@ -167355,17 +167451,17 @@ # newpar id = answers-20111108101850AAhNuvz_ans-p0004 # text = yea i guess but rabbits a easily escape a pen or another rabbit could get in there and that rabbit could be the opposite gender. 1 yea yea INTJ UH _ 3 discourse 3:discourse _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 guess guess VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +3 guess guess VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 but but CCONJ CC _ 8 cc 8:cc _ 5 rabbits rabbit NOUN NNS Number=Plur 8 nsubj 8:nsubj _ -6 a can AUX MD Typo=Yes|VerbForm=Fin 8 aux 8:aux _ +6 a can AUX MD Typo=Yes|VerbForm=Fin 8 aux 8:aux CorrectForm=can 7 easily easily ADV RB _ 8 advmod 8:advmod _ -8 escape escape VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ +8 escape escape VERB VB VerbForm=Inf 3 conj 3:conj:but _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 pen pen NOUN NN Number=Sing 8 obj 8:obj _ 11 or or CCONJ CC _ 15 cc 15:cc _ -12 another another DET DT _ 13 det 13:det _ +12 another another DET DT PronType=Ind 13 det 13:det _ 13 rabbit rabbit NOUN NN Number=Sing 15 nsubj 15:nsubj _ 14 could could AUX MD VerbForm=Fin 15 aux 15:aux _ 15 get get VERB VB VerbForm=Inf 8 conj 8:conj:or _ @@ -167388,7 +167484,7 @@ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 careful careful ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 10 cc 10:cc _ -6 some some DET DT _ 7 det 7:det _ +6 some some DET DT PronType=Ind 7 det 7:det _ 7 feeds feed NOUN NNS Number=Plur 10 nsubj 10:nsubj|14:nsubj _ 8 could could AUX MD VerbForm=Fin 10 aux 10:aux _ 9 be be AUX VB VerbForm=Inf 10 cop 10:cop _ @@ -167404,7 +167500,7 @@ # sent_id = answers-20111108101850AAhNuvz_ans-0019 # text = Rabbits do burrow also so don't be surprised if chicken are falling into holes. 1 Rabbits rabbit NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 burrow burrow VERB VB VerbForm=Inf 0 root 0:root _ 4 also also ADV RB _ 3 advmod 3:advmod _ 5 so so ADV RB _ 9 advmod 9:advmod _ @@ -167415,7 +167511,7 @@ 9 surprised surprised ADJ JJ Degree=Pos 3 parataxis 3:parataxis _ 10 if if SCONJ IN _ 13 mark 13:mark _ 11 chicken chicken NOUN NN Number=Sing 13 nsubj 13:nsubj _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 falling fall VERB VBG Tense=Pres|VerbForm=Part 9 advcl 9:advcl:if _ 14 into into ADP IN _ 15 case 15:case _ 15 holes hole NOUN NNS Number=Plur 13 obl 13:obl:into SpaceAfter=No @@ -167424,7 +167520,7 @@ # sent_id = answers-20111108101850AAhNuvz_ans-0020 # text = rabbits are delicate and can get diseases so watch out for that. 1 rabbits rabbit NOUN NNS Number=Plur 3 nsubj 3:nsubj|6:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 delicate delicate ADJ JJ Degree=Pos 0 root 0:root _ 4 and and CCONJ CC _ 6 cc 6:cc _ 5 can can AUX MD VerbForm=Fin 6 aux 6:aux _ @@ -167443,7 +167539,7 @@ # text = melting brass did not work? 1 melting melt VERB VBG VerbForm=Ger 5 csubj 5:csubj _ 2 brass brass NOUN NN Number=Sing 1 obj 1:obj _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +3 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 work work VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 6 ? ? PUNCT . _ 5 punct 5:punct _ @@ -167451,18 +167547,18 @@ # sent_id = answers-20111108051456AAQJaXR_ans-0002 # newpar id = answers-20111108051456AAQJaXR_ans-p0002 # text = my friends and I are trying to melt bras to make some little figures. -1 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 friends friend NOUN NNS Number=Plur 6 nsubj 6:nsubj|8:nsubj:xsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 conj 2:conj:and|6:nsubj|8:nsubj:xsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 trying try VERB VBG VerbForm=Ger 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 melt melt VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 9 bras bras NOUN NN Number=Sing 8 obj 8:obj _ 10 to to PART TO _ 11 mark 11:mark _ 11 make make VERB VB VerbForm=Inf 8 advcl 8:advcl:to _ -12 some some DET DT _ 14 det 14:det _ +12 some some DET DT PronType=Ind 14 det 14:det _ 13 little little ADJ JJ Degree=Pos 14 amod 14:amod _ 14 figures figure NOUN NNS Number=Plur 11 obj 11:obj SpaceAfter=No 15 . . PUNCT . _ 6 punct 6:punct _ @@ -167470,26 +167566,26 @@ # sent_id = answers-20111108051456AAQJaXR_ans-0003 # text = we have made a furnace as such, we took a clay flower pot with a hole in the bottom put a piece of steel pipe in the middle of it with a cap on the bottom, filled the pipe with brass scrap, surounded the pipe with charcoal lit it off and pumped air through the hole in the pot, everything got red hot but did not melt. 1 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 made make VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 furnace furnace NOUN NN Number=Sing 3 obj 3:obj _ 6 as as ADP IN _ 7 case 7:case _ 7 such such ADJ JJ Degree=Pos 3 obl 3:obl:as SpaceAfter=No -8 , , PUNCT , _ 3 punct 3:punct _ +8 , , PUNCT , _ 10 punct 10:punct _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj|21:nsubj|39:nsubj|46:nsubj|51:nsubj|55:nsubj _ -10 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ +10 took take VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ 11 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 12 clay clay NOUN NN Number=Sing 14 compound 14:compound _ 13 flower flower NOUN NN Number=Sing 14 compound 14:compound _ 14 pot pot NOUN NN Number=Sing 10 obj 10:obj _ -15 with with ADP IN _ 17 case 17:case _ +15 with with SCONJ IN _ 20 mark 20:mark _ 16 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ -17 hole hole NOUN NN Number=Sing 14 nmod 14:nmod:with _ +17 hole hole NOUN NN Number=Sing 20 nsubj 20:nsubj _ 18 in in ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -20 bottom bottom NOUN NN Number=Sing 17 nmod 17:nmod:in _ -21 put put VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 conj 10:conj:and _ +20 bottom bottom NOUN NN Number=Sing 14 acl 14:acl:with _ +21 put put VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 10 conj 10:conj:and _ 22 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 23 piece piece NOUN NN Number=Sing 21 obj 21:obj _ 24 of of ADP IN _ 26 case 26:case _ @@ -167500,30 +167596,30 @@ 29 middle middle NOUN NN Number=Sing 21 obl 21:obl:in _ 30 of of ADP IN _ 31 case 31:case _ 31 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 29 nmod 29:nmod:of _ -32 with with ADP IN _ 34 case 34:case _ +32 with with SCONJ IN _ 37 mark 37:mark _ 33 a a DET DT Definite=Ind|PronType=Art 34 det 34:det _ -34 cap cap NOUN NN Number=Sing 21 obl 21:obl:with _ +34 cap cap NOUN NN Number=Sing 37 nsubj 37:nsubj _ 35 on on ADP IN _ 37 case 37:case _ 36 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ -37 bottom bottom NOUN NN Number=Sing 34 nmod 34:nmod:on SpaceAfter=No +37 bottom bottom NOUN NN Number=Sing 21 advcl 21:advcl:with SpaceAfter=No 38 , , PUNCT , _ 39 punct 39:punct _ -39 filled fill VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 conj 10:conj:and _ +39 filled fill VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 10 conj 10:conj:and _ 40 the the DET DT Definite=Def|PronType=Art 41 det 41:det _ 41 pipe pipe NOUN NN Number=Sing 39 obj 39:obj _ 42 with with ADP IN _ 44 case 44:case _ 43 brass brass NOUN NN Number=Sing 44 compound 44:compound _ 44 scrap scrap NOUN NN Number=Sing 39 obl 39:obl:with SpaceAfter=No 45 , , PUNCT , _ 46 punct 46:punct _ -46 surounded suround VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 conj 10:conj:and _ +46 surounded surround VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|Typo=Yes|VerbForm=Fin 10 conj 10:conj:and CorrectForm=surrounded 47 the the DET DT Definite=Def|PronType=Art 48 det 48:det _ 48 pipe pipe NOUN NN Number=Sing 46 obj 46:obj _ 49 with with ADP IN _ 50 case 50:case _ 50 charcoal charcoal NOUN NN Number=Sing 46 obl 46:obl:with _ -51 lit light VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 conj 10:conj:and _ +51 lit light VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 10 conj 10:conj:and _ 52 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 51 obj 51:obj _ 53 off off ADP RP _ 51 compound:prt 51:compound:prt _ 54 and and CCONJ CC _ 55 cc 55:cc _ -55 pumped pump VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 conj 10:conj:and _ +55 pumped pump VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 10 conj 10:conj:and _ 56 air air NOUN NN Number=Sing 55 obj 55:obj _ 57 through through ADP IN _ 59 case 59:case _ 58 the the DET DT Definite=Def|PronType=Art 59 det 59:det _ @@ -167531,15 +167627,15 @@ 60 in in ADP IN _ 62 case 62:case _ 61 the the DET DT Definite=Def|PronType=Art 62 det 62:det _ 62 pot pot NOUN NN Number=Sing 59 nmod 59:nmod:in SpaceAfter=No -63 , , PUNCT , _ 3 punct 3:punct _ -64 everything everything PRON NN Number=Sing 67 nsubj 67:nsubj|71:nsubj _ -65 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 67 parataxis 67:parataxis _ +63 , , PUNCT , _ 65 punct 65:punct _ +64 everything everything PRON NN Number=Sing|PronType=Tot 65 nsubj 65:nsubj|67:nsubj:xsubj|71:nsubj _ +65 got get VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 parataxis 10:parataxis _ 66 red red ADV RB _ 67 advmod 67:advmod _ -67 hot hot ADJ JJ Degree=Pos 3 ccomp 3:ccomp _ +67 hot hot ADJ JJ Degree=Pos 65 xcomp 65:xcomp _ 68 but but CCONJ CC _ 71 cc 71:cc _ -69 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 71 aux 71:aux _ +69 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 71 aux 71:aux _ 70 not not PART RB _ 71 advmod 71:advmod _ -71 melt melt VERB VB VerbForm=Inf 67 conj 3:ccomp|67:conj:but SpaceAfter=No +71 melt melt VERB VB VerbForm=Inf 65 conj 65:conj:but SpaceAfter=No 72 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108051456AAQJaXR_ans-0004 @@ -167559,8 +167655,8 @@ 4 to to PART TO _ 5 mark 5:mark _ 5 start start VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 with with ADP IN _ 7 case 7:case _ -7 something something PRON NN Number=Sing 5 obl 5:obl:with _ -8 more more ADV RBR _ 9 advmod 9:advmod _ +7 something something PRON NN Number=Sing|PronType=Ind 5 obl 5:obl:with _ +8 more more ADV RBR Degree=Cmp 9 advmod 9:advmod _ 9 simple simple ADJ JJ Degree=Pos 7 amod 7:amod _ 10 like like ADP IN _ 11 case 11:case _ 11 tin tin NOUN NN Number=Sing 7 nmod 7:nmod:like SpaceAfter=No @@ -167570,13 +167666,13 @@ 15 aluminum aluminum NOUN NN Number=Sing 11 conj 7:nmod:like|11:conj:or _ 16 or or CCONJ CC _ 17 cc 17:cc _ 17 zinc zinc NOUN NN Number=Sing 11 conj 7:nmod:like|11:conj:or SpaceAfter=No -18 , , PUNCT , _ 3 punct 3:punct _ +18 , , PUNCT , _ 21 punct 21:punct _ 19 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 21 nsubj 21:nsubj _ -20 all all DET DT _ 19 det 19:det _ -21 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +20 all all DET DT PronType=Tot 19 det 19:det _ +21 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 22 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 23 much much ADV RB _ 24 advmod 24:advmod _ -24 more more ADV RBR _ 25 advmod 25:advmod _ +24 more more ADV RBR Degree=Cmp 25 advmod 25:advmod _ 25 reasonable reasonable ADJ JJ Degree=Pos 27 amod 27:amod _ 26 melting melting NOUN NN Number=Sing 27 compound 27:compound _ 27 point point NOUN NN Number=Sing 21 obj 21:obj SpaceAfter=No @@ -167589,7 +167685,7 @@ 2 'll will AUX MD VerbForm=Fin 4 aux 4:aux _ 3 just just ADV RB _ 4 advmod 4:advmod _ 4 echo echo VERB VB VerbForm=Inf 0 root 0:root _ -5 both both DET DT _ 7 det 7:det _ +5 both both DET DT PronType=Tot 7 det 7:det _ 6 other other ADJ JJ Degree=Pos 7 amod 7:amod _ 7 answers answer NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ @@ -167606,10 +167702,10 @@ 8-9 it's _ _ _ _ _ _ _ _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj|14:nsubj _ 9 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ -10 pressurized pressurize VERB VBN Tense=Past|VerbForm=Part 11 amod 11:amod _ +10 pressurized pressurize VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 amod 11:amod _ 11 gas gas NOUN NN Number=Sing 5 conj 5:conj:and _ 12 and and CCONJ CC _ 14 cc 14:cc _ -13 forced force VERB VBN Tense=Past|VerbForm=Part 14 amod 14:amod _ +13 forced force VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 amod 14:amod _ 14 air air NOUN NN Number=Sing 11 conj 11:conj:and _ 15 or or CCONJ CC _ 16 cc 16:cc _ 16 oxygen oxygen NOUN NN Number=Sing 14 conj 14:conj:or SpaceAfter=No @@ -167620,14 +167716,14 @@ 1 Even even ADV RB _ 5 advmod 5:advmod _ 2 if if SCONJ IN _ 5 mark 5:mark _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -4 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +4 did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 5 melt melt VERB VB VerbForm=Inf 9 advcl 9:advcl:if _ 6 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 obj 5:obj SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +7 , , PUNCT , _ 5 punct 5:punct _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 doubt doubt VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +9 doubt doubt VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -11 foresaw foresee VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 ccomp 9:ccomp _ +11 foresaw foresee VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 9 ccomp 9:ccomp _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 issues issue NOUN NNS Number=Plur 11 obj 11:obj _ 14 of of SCONJ IN _ 15 mark 15:mark _ @@ -167649,7 +167745,7 @@ 6 for for ADP IN _ 8 case 8:case _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 beginner beginner NOUN NN Number=Sing 5 obl 5:obl:for SpaceAfter=No -9 , , PUNCT , _ 5 punct 5:punct _ +9 , , PUNCT , _ 12 punct 12:punct _ 10 both both CCONJ CC _ 12 cc:preconj 12:cc:preconj _ 11 in in ADP IN _ 12 case 12:case _ 12 tooling tooling NOUN NN Number=Sing 5 obl 5:obl:in _ @@ -167666,11 +167762,11 @@ 5 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 6 get get VERB VB VerbForm=Inf 0 root 0:root _ 7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 6 obj 6:obj SpaceAfter=No -8 , , PUNCT , _ 6 punct 6:punct _ +8 , , PUNCT , _ 13 punct 13:punct _ 9 if if SCONJ IN _ 13 mark 13:mark _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ 11-12 don't _ _ _ _ _ _ _ _ -11 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +11 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 n't not PART RB _ 13 advmod 13:advmod _ 13 take take VERB VB VerbForm=Inf 6 advcl 6:advcl:if _ 14 precautions precaution NOUN NNS Number=Plur 13 obj 13:obj SpaceAfter=No @@ -167681,10 +167777,10 @@ 1 Pewter pewter NOUN NN Number=Sing 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 perfect perfect ADJ JJ Degree=Pos 0 root 0:root _ -4 for for SCONJ IN _ 5 case 5:case _ -5 what what PRON WP PronType=Int 3 obl 3:obl:for _ +4 for for ADP IN _ 5 case 5:case _ +5 what what PRON WP PronType=Rel 3 obl 3:obl:for|8:obj _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +7 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 doing do VERB VBG Tense=Pres|VerbForm=Part 5 acl:relcl 5:acl:relcl SpaceAfter=No 9 , , PUNCT , _ 12 punct 12:punct _ 10 and and CCONJ CC _ 12 cc 12:cc _ @@ -167705,8 +167801,8 @@ 4 to to PART TO _ 5 mark 5:mark _ 5 start start VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 with with ADP IN _ 7 case 7:case _ -7 something something PRON NN Number=Sing 5 obl 5:obl:with _ -8 more more ADV RBR _ 9 advmod 9:advmod _ +7 something something PRON NN Number=Sing|PronType=Ind 5 obl 5:obl:with _ +8 more more ADV RBR Degree=Cmp 9 advmod 9:advmod _ 9 simple simple ADJ JJ Degree=Pos 7 amod 7:amod _ 10 like like ADP IN _ 11 case 11:case _ 11 tin tin NOUN NN Number=Sing 7 nmod 7:nmod:like SpaceAfter=No @@ -167716,13 +167812,13 @@ 15 aluminum aluminum NOUN NN Number=Sing 11 conj 7:nmod:like|11:conj:or _ 16 or or CCONJ CC _ 17 cc 17:cc _ 17 zinc zinc NOUN NN Number=Sing 11 conj 7:nmod:like|11:conj:or SpaceAfter=No -18 , , PUNCT , _ 3 punct 3:punct _ +18 , , PUNCT , _ 21 punct 21:punct _ 19 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 21 nsubj 21:nsubj _ -20 all all DET DT _ 19 det 19:det _ -21 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +20 all all DET DT PronType=Tot 19 det 19:det _ +21 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 22 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 23 much much ADV RB _ 24 advmod 24:advmod _ -24 more more ADV RBR _ 25 advmod 25:advmod _ +24 more more ADV RBR Degree=Cmp 25 advmod 25:advmod _ 25 reasonable reasonable ADJ JJ Degree=Pos 27 amod 27:amod _ 26 melting melting NOUN NN Number=Sing 27 compound 27:compound _ 27 point point NOUN NN Number=Sing 21 obj 21:obj SpaceAfter=No @@ -167734,7 +167830,7 @@ 2 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 an a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 4 even even ADV RB _ 5 advmod 5:advmod _ -5 higher higher ADJ JJR Degree=Cmp 7 amod 7:amod _ +5 higher high ADJ JJR Degree=Cmp 7 amod 7:amod _ 6 melting melting NOUN NN Number=Sing 7 compound 7:compound _ 7 point point NOUN NN Number=Sing 2 obj 2:obj _ 8 than than ADP IN _ 9 case 9:case _ @@ -167743,24 +167839,24 @@ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 12 would would AUX MD VerbForm=Fin 13 aux 13:aux _ 13 think think VERB VB VerbForm=Inf 2 conj 2:conj:and _ -14 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ -15 charcoal charcoal NOUN NN Number=Sing 19 nsubj 19:nsubj|21:nsubj:xsubj _ +14 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +15 charcoal charcoal NOUN NN Number=Sing 19 nsubj 19:nsubj|20:nsubj:xsubj _ 16 just just ADV RB _ 19 advmod 19:advmod _ 17-18 doesn't _ _ _ _ _ _ _ _ 17 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 18 n't not PART RB _ 19 advmod 19:advmod _ 19 get get VERB VB VerbForm=Inf 13 ccomp 13:ccomp _ -20 hot hot ADJ JJ Degree=Pos 21 amod 21:amod _ -21 enough enough ADJ JJ Degree=Pos 19 xcomp 19:xcomp SpaceAfter=No +20 hot hot ADJ JJ Degree=Pos 19 xcomp 19:xcomp _ +21 enough enough ADV RB _ 20 advmod 20:advmod SpaceAfter=No 22 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108051456AAQJaXR_ans-0014 # text = I bet you also did take charcoal as it is used for barbecue which does not get as hot as real coal (e.g. for blacksmithing one needs coal, not barbecue charcoal). 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 bet bet VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 bet bet VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 4 also also ADV RB _ 6 advmod 6:advmod _ -5 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +5 did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 6 take take VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ 7 charcoal charcoal NOUN NN Number=Sing 6 obj 6:obj|17:nsubj|19:nsubj:xsubj _ 8 as as SCONJ IN _ 11 mark 11:mark _ @@ -167773,20 +167869,20 @@ 15 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 16 not not PART RB _ 17 advmod 17:advmod _ 17 get get VERB VB VerbForm=Inf 7 acl:relcl 7:acl:relcl _ -18 as as ADV RB _ 17 advmod 17:advmod _ +18 as as ADV RB _ 19 advmod 19:advmod _ 19 hot hot ADJ JJ Degree=Pos 17 xcomp 17:xcomp _ 20 as as ADP IN _ 22 case 22:case _ 21 real real ADJ JJ Degree=Pos 22 amod 22:amod _ -22 coal coal NOUN NN Number=Sing 18 obl 18:obl:as _ +22 coal coal NOUN NN Number=Sing 19 obl 19:obl:as _ 23 ( ( PUNCT -LRB- _ 28 punct 28:punct SpaceAfter=No 24 e.g. e.g. ADV RB _ 28 advmod 28:advmod _ 25 for for ADP IN _ 26 case 26:case _ 26 blacksmithing blacksmithing NOUN NN Number=Sing 28 obl 28:obl:for _ -27 one one PRON PRP _ 28 nsubj 28:nsubj _ +27 one one PRON PRP Number=Sing|Person=3|PronType=Prs 28 nsubj 28:nsubj _ 28 needs need VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 29 coal coal NOUN NN Number=Sing 28 obj 28:obj SpaceAfter=No -30 , , PUNCT , _ 29 punct 29:punct _ -31 not not ADV RB _ 33 advmod 33:advmod _ +30 , , PUNCT , _ 33 punct 33:punct _ +31 not not PART RB _ 33 advmod 33:advmod _ 32 barbecue barbecue NOUN NN Number=Sing 33 compound 33:compound _ 33 charcoal charcoal NOUN NN Number=Sing 29 conj 28:obj|29:conj SpaceAfter=No 34 ) ) PUNCT -RRB- _ 28 punct 28:punct SpaceAfter=No @@ -167795,7 +167891,7 @@ # sent_id = answers-20111108051456AAQJaXR_ans-0015 # text = I have done a fair amount of metal casting, but never tried to build my own furnace, but I think your version is just too small and doesn't get hot enough. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|13:nsubj|15:nsubj:xsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 done do VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 fair fair ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -167809,32 +167905,32 @@ 13 tried try VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:but _ 14 to to PART TO _ 15 mark 15:mark _ 15 build build VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 17 own own ADJ JJ Degree=Pos 18 amod 18:amod _ 18 furnace furnace NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No 19 , , PUNCT , _ 22 punct 22:punct _ 20 but but CCONJ CC _ 22 cc 22:cc _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -22 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ -23 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ -24 version version NOUN NN Number=Sing 28 nsubj 28:nsubj|32:nsubj|34:nsubj:xsubj _ +22 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ +23 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +24 version version NOUN NN Number=Sing 28 nsubj 28:nsubj|32:nsubj|33:nsubj:xsubj _ 25 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ 26 just just ADV RB _ 28 advmod 28:advmod _ 27 too too ADV RB _ 28 advmod 28:advmod _ 28 small small ADJ JJ Degree=Pos 22 ccomp 22:ccomp _ 29 and and CCONJ CC _ 32 cc 32:cc _ 30-31 doesn't _ _ _ _ _ _ _ _ -30 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 34 aux 34:aux _ -31 n't not PART RB _ 34 advmod 34:advmod _ +30 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 32 aux 32:aux _ +31 n't not PART RB _ 32 advmod 32:advmod _ 32 get get VERB VB VerbForm=Inf 28 conj 22:ccomp|28:conj:and _ -33 hot hot ADJ JJ Degree=Pos 34 amod 34:amod _ -34 enough enough ADJ JJ Degree=Pos 32 xcomp 32:xcomp SpaceAfter=No +33 hot hot ADJ JJ Degree=Pos 32 xcomp 32:xcomp _ +34 enough enough ADV RB _ 33 advmod 33:advmod SpaceAfter=No 35 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108051456AAQJaXR_ans-0016 # text = I have melted small amounts of bronze in a crucible with a large propane torch (much larger than the plumbers torch, but it can be run of those propane cylinders you can buy for a gas grill). 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 melted melt VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 small small ADJ JJ Degree=Pos 5 amod 5:amod _ 5 amounts amount NOUN NNS Number=Plur 3 obj 3:obj _ @@ -167848,41 +167944,43 @@ 13 large large ADJ JJ Degree=Pos 15 amod 15:amod _ 14 propane propane NOUN NN Number=Sing 15 compound 15:compound _ 15 torch torch NOUN NN Number=Sing 3 obl 3:obl:with _ -16 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No +16 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No 17 much much ADV RB _ 18 advmod 18:advmod _ -18 larger larger ADJ JJR Degree=Cmp 15 amod 15:amod _ -19 than than ADP IN _ 22 case 22:case _ -20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -21 plumbers plumber NOUN NNS Number=Plur 22 compound 22:compound _ -22 torch torch NOUN NN Number=Sing 18 obl 18:obl:than SpaceAfter=No -23 , , PUNCT , _ 28 punct 28:punct _ -24 but but CCONJ CC _ 28 cc 28:cc _ -25 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 28 nsubj:pass 28:nsubj:pass _ -26 can can AUX MD VerbForm=Fin 28 aux 28:aux _ -27 be be AUX VB VerbForm=Inf 28 aux:pass 28:aux:pass _ -28 run run VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 conj 3:conj:but _ -29 of of ADP IN _ 32 case 32:case _ -30 those that DET DT Number=Plur|PronType=Dem 32 det 32:det _ -31 propane propane NOUN NN Number=Sing 32 compound 32:compound _ -32 cylinders cylinder NOUN NNS Number=Plur 28 obl 28:obl:of _ -33 you you PRON PRP Case=Nom|Person=2|PronType=Prs 35 nsubj 35:nsubj _ -34 can can AUX MD VerbForm=Fin 35 aux 35:aux _ -35 buy buy VERB VB VerbForm=Inf 32 acl:relcl 32:acl:relcl _ -36 for for ADP IN _ 39 case 39:case _ -37 a a DET DT Definite=Ind|PronType=Art 39 det 39:det _ -38 gas gas NOUN NN Number=Sing 39 compound 39:compound _ -39 grill grill NOUN NN Number=Sing 35 obl 35:obl:for SpaceAfter=No -40 ) ) PUNCT -RRB- _ 3 punct 3:punct SpaceAfter=No -41 . . PUNCT . _ 3 punct 3:punct _ +18 larger large ADJ JJR Degree=Cmp 15 amod 15:amod _ +19 than than ADP IN _ 23 case 23:case _ +20 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ +21-22 plumbers _ _ _ _ _ _ _ _ +21 plumber plumber NOUN NN Number=Sing 23 nmod:poss 23:nmod:poss _ +22 s 's PART POS Typo=Yes 21 case 21:case CorrectForm='s +23 torch torch NOUN NN Number=Sing 18 obl 18:obl:than SpaceAfter=No +24 , , PUNCT , _ 29 punct 29:punct _ +25 but but CCONJ CC _ 29 cc 29:cc _ +26 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 29 nsubj:pass 29:nsubj:pass _ +27 can can AUX MD VerbForm=Fin 29 aux 29:aux _ +28 be be AUX VB VerbForm=Inf 29 aux:pass 29:aux:pass _ +29 run run VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 conj 3:conj:but _ +30 of off ADP IN Typo=Yes 33 case 33:case CorrectForm=off +31 those that DET DT Number=Plur|PronType=Dem 33 det 33:det _ +32 propane propane NOUN NN Number=Sing 33 compound 33:compound _ +33 cylinders cylinder NOUN NNS Number=Plur 29 obl 29:obl:off|36:obj _ +34 you you PRON PRP Case=Nom|Person=2|PronType=Prs 36 nsubj 36:nsubj _ +35 can can AUX MD VerbForm=Fin 36 aux 36:aux _ +36 buy buy VERB VB VerbForm=Inf 33 acl:relcl 33:acl:relcl _ +37 for for ADP IN _ 40 case 40:case _ +38 a a DET DT Definite=Ind|PronType=Art 40 det 40:det _ +39 gas gas NOUN NN Number=Sing 40 compound 40:compound _ +40 grill grill NOUN NN Number=Sing 36 obl 36:obl:for SpaceAfter=No +41 ) ) PUNCT -RRB- _ 29 punct 29:punct SpaceAfter=No +42 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108051456AAQJaXR_ans-0017 # newpar id = answers-20111108051456AAQJaXR_ans-p0005 # text = I melt brass and cast it http://www.mikegigi.com/castgobl.htm 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|5:nsubj _ -2 melt melt VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 melt melt VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 brass brass NOUN NN Number=Sing 2 obj 2:obj _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 cast cast VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +5 cast cast VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 6 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 obj 5:obj _ 7 http://www.mikegigi.com/castgobl.htm http://www.mikegigi.com/castgobl.htm X ADD _ 2 parataxis 2:parataxis _ @@ -167892,8 +167990,8 @@ 2 melts melt VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 at at ADP IN _ 7 case 7:case _ 4 just just ADV RB _ 5 advmod 5:advmod _ -5 under under ADP IN _ 6 advmod 6:advmod _ -6 2000 2000 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No +5 under under ADP IN _ 7 case 7:case _ +6 2000 2000 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No 7 F F PROPN NNP Number=Sing 2 obl 2:obl:at|13:nsubj _ 8 which which PRON WDT PronType=Rel 13 nsubj 7:ref _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ @@ -167901,8 +167999,8 @@ 11 bright bright ADJ JJ Degree=Pos 12 amod 12:amod _ 12 yellow yellow ADJ JJ Degree=Pos 13 amod 13:amod _ 13 heat heat NOUN NN Number=Sing 7 acl:relcl 7:acl:relcl SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ -15 not not ADV RB _ 13 advmod 13:advmod _ +14 , , PUNCT , _ 15 punct 15:punct _ +15 not not PART RB _ 13 advmod 13:advmod _ 16 red red ADV RB _ 17 advmod 17:advmod _ 17 hot hot ADJ JJ Degree=Pos 13 amod 13:amod SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ @@ -167920,17 +168018,17 @@ 5 to to PART TO _ 6 mark 6:mark _ 6 make make VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -8 version version NOUN NN Number=Sing 6 obj 6:obj _ +8 version version NOUN NN Number=Sing 6 obj 6:obj|12:nsubj:xsubj _ 9 of of ADP IN _ 11 case 11:case _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 setup setup NOUN NN Number=Sing 8 nmod 8:nmod:of _ -12 work work VERB VB VerbForm=Inf 6 ccomp 6:ccomp SpaceAfter=No +12 work work VERB VB VerbForm=Inf 6 xcomp 6:xcomp SpaceAfter=No 13 , , PUNCT , _ 17 punct 17:punct _ 14 but but CCONJ CC _ 17 cc 17:cc _ 15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 16 would would AUX MD VerbForm=Fin 17 aux 17:aux _ 17 take take VERB VB VerbForm=Inf 4 conj 4:conj:but _ -18 quite quite DET PDT _ 20 det:predet 20:det:predet _ +18 quite quite DET PDT PronType=Ind 20 det:predet 20:det:predet _ 19 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 20 bit bit NOUN NN Number=Sing 17 obj 17:obj _ 21 of of ADP IN _ 22 case 22:case _ @@ -167939,14 +168037,14 @@ 24 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 25 lot lot NOUN NN Number=Sing 20 conj 17:obj|20:conj:and _ 26 of of ADP IN _ 28 case 28:case _ -27 forced force VERB VBN Tense=Past|VerbForm=Part 28 amod 28:amod _ +27 forced force VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 28 amod 28:amod _ 28 air air NOUN NN Number=Sing 25 nmod 25:nmod:of SpaceAfter=No 29 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108051456AAQJaXR_ans-0021 # text = I use propane with a blower and a burner I built http://www.mikegigi.com/meltmetl.htm and http://www.mikegigi.com/firehole.htm 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 use use VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 propane propane NOUN NN Number=Sing 2 obj 2:obj _ 4 with with ADP IN _ 6 case 6:case _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -167955,7 +168053,7 @@ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 burner burner NOUN NN Number=Sing 6 conj 2:obl:with|6:conj:and _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 built build VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +11 built build VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 12 http://www.mikegigi.com/meltmetl.htm http://www.mikegigi.com/meltmetl.htm X ADD _ 2 parataxis 2:parataxis _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 http://www.mikegigi.com/firehole.htm http://www.mikegigi.com/firehole.htm X ADD _ 12 conj 12:conj:and _ @@ -167965,11 +168063,11 @@ # newpar id = answers-20111108104206AAygiaE_ans-p0001 # text = Should all UK towns and their cafes or restaurants provide Halal food? 1 Should should AUX MD VerbForm=Fin 10 aux 10:aux _ -2 all all DET DT _ 4 det 4:det _ +2 all all DET DT PronType=Tot 4 det 4:det _ 3 UK UK PROPN NNP Number=Sing 4 compound 4:compound _ 4 towns town NOUN NNS Number=Plur 10 nsubj 10:nsubj _ 5 and and CCONJ CC _ 7 cc 7:cc _ -6 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 cafes cafe NOUN NNS Number=Plur 4 conj 4:conj:and|10:nsubj _ 8 or or CCONJ CC _ 9 cc 9:cc _ 9 restaurants restaurant NOUN NNS Number=Plur 7 conj 7:conj:or _ @@ -167981,11 +168079,11 @@ # sent_id = answers-20111108104206AAygiaE_ans-0002 # newpar id = answers-20111108104206AAygiaE_ans-p0002 # text = Some friends of mine visited Dartmouth in Devon whilst on holiday last summer. -1 Some some DET DT _ 2 det 2:det _ +1 Some some DET DT PronType=Ind 2 det 2:det _ 2 friends friend NOUN NNS Number=Plur 5 nsubj 5:nsubj _ 3 of of ADP IN _ 4 case 4:case _ -4 mine mine PRON PRP _ 2 nmod 2:nmod:of _ -5 visited visit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 mine my PRON PRP Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod 2:nmod:of _ +5 visited visit VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 Dartmouth Dartmouth PROPN NNP Number=Sing 5 obj 5:obj _ 7 in in ADP IN _ 8 case 8:case _ 8 Devon Devon PROPN NNP Number=Sing 5 obl 5:obl:in _ @@ -168002,15 +168100,15 @@ 2 could could AUX MD VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 find find VERB VB VerbForm=Inf 0 root 0:root _ -5 any any DET DT _ 6 det 6:det _ +5 any any DET DT PronType=Ind 6 det 6:det _ 6 cafes cafe NOUN NNS Number=Plur 4 obj 4:obj|11:nsubj _ 7 or or CCONJ CC _ 9 cc 9:cc _ 8 food food NOUN NN Number=Sing 9 compound 9:compound _ 9 shops shop NOUN NNS Number=Plur 6 conj 4:obj|6:conj:or|11:nsubj _ 10 that that PRON WDT PronType=Rel 11 nsubj 6:ref _ -11 provided provide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +11 provided provide VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 12 Halal halal ADJ JJ Degree=Pos 14 amod 14:amod _ -13 prepared prepare VERB VBN Tense=Past|VerbForm=Part 14 amod 14:amod _ +13 prepared prepare VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 amod 14:amod _ 14 foods food NOUN NNS Number=Plur 11 obj 11:obj SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ @@ -168018,15 +168116,15 @@ # text = Its important to their religion that they only consume Halal food. 1-2 Its _ _ _ _ _ _ _ _ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 3 cop 3:cop CorrectForm='s 3 important important ADJ JJ Degree=Pos 0 root 0:root _ 4 to to ADP IN _ 6 case 6:case _ -5 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 religion religion NOUN NN Number=Sing 3 obl 3:obl:to _ 7 that that SCONJ IN _ 10 mark 10:mark _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 9 only only ADV RB _ 10 advmod 10:advmod _ -10 consume consume VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +10 consume consume VERB VB Mood=Sub|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 11 Halal halal ADJ JJ Degree=Pos 12 amod 12:amod _ 12 food food NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ @@ -168036,14 +168134,14 @@ 1 Even even ADV RB _ 4 advmod 4:advmod _ 2 if if SCONJ IN _ 4 mark 4:mark _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 buy buy VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:if _ +4 buy buy VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:if _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 cake cake NOUN NN Number=Sing 4 obj 4:obj _ 7 in in ADP IN _ 9 case 9:case _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9-10 bakers _ _ _ _ _ _ _ _ -9 baker baker NOUN NN Number=Sing 4 obl 4:obl:s _ -10 s 's PART POS _ 9 case 9:case _ +9 baker baker NOUN NN Number=Sing 4 obl 4:obl:in _ +10 s 's PART POS Typo=Yes 9 case 9:case CorrectForm='s 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ 12 can can AUX MD VerbForm=Fin 15 aux 15:aux _ 13 not not PART RB _ 15 advmod 15:advmod _ @@ -168066,7 +168164,7 @@ 30 using use VERB VBG VerbForm=Ger 29 advcl 29:advcl _ 31 a a DET DT Definite=Ind|PronType=Art 32 det 32:det _ 32 knife knife NOUN NN Number=Sing 30 obj 30:obj _ -33 used use VERB VBN Tense=Past|VerbForm=Part 32 acl 32:acl _ +33 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 32 acl 32:acl _ 34 for for SCONJ IN _ 35 mark 35:mark _ 35 preparing prepare VERB VBG VerbForm=Ger 33 advcl 33:advcl:for _ 36 ham ham NOUN NN Number=Sing 35 obj 35:obj SpaceAfter=No @@ -168076,7 +168174,7 @@ # text = Its simply not just a case of avoiding pork, alcohol and only being allowed to eat halal prepared meat, but the kitchen and its utensils should not have been used for prohibited foods. 1-2 Its _ _ _ _ _ _ _ _ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 7 cop 7:cop CorrectForm='s 3 simply simply ADV RB _ 7 advmod 7:advmod _ 4 not not PART RB _ 7 advmod 7:advmod _ 5 just just ADV RB _ 7 advmod 7:advmod _ @@ -168085,7 +168183,7 @@ 8 of of SCONJ IN _ 9 mark 9:mark _ 9 avoiding avoid VERB VBG VerbForm=Ger 7 acl 7:acl:of _ 10 pork pork NOUN NN Number=Sing 12 compound 12:compound SpaceAfter=No -11 , , PUNCT , _ 12 punct 12:punct _ +11 , , PUNCT , _ 10 punct 10:punct _ 12 alcohol alcohol NOUN NN Number=Sing 9 obj 9:obj _ 13 and and CCONJ CC _ 16 cc 16:cc _ 14 only only ADV RB _ 16 advmod 16:advmod _ @@ -168094,14 +168192,14 @@ 17 to to PART TO _ 18 mark 18:mark _ 18 eat eat VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 19 halal halal ADJ JJ Degree=Pos 21 amod 21:amod _ -20 prepared prepare VERB VBN Tense=Past|VerbForm=Part 21 amod 21:amod _ +20 prepared prepare VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 amod 21:amod _ 21 meat meat NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No 22 , , PUNCT , _ 33 punct 33:punct _ 23 but but CCONJ CC _ 33 cc 33:cc _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 kitchen kitchen NOUN NN Number=Sing 33 nsubj:pass 33:nsubj:pass _ 26 and and CCONJ CC _ 28 cc 28:cc _ -27 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +27 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ 28 utensils utensil NOUN NNS Number=Plur 25 conj 25:conj:and|33:nsubj:pass _ 29 should should AUX MD VerbForm=Fin 33 aux 33:aux _ 30 not not PART RB _ 33 advmod 33:advmod _ @@ -168109,17 +168207,17 @@ 32 been be AUX VBN Tense=Past|VerbForm=Part 33 aux:pass 33:aux:pass _ 33 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 conj 7:conj:but _ 34 for for ADP IN _ 36 case 36:case _ -35 prohibited prohibit VERB VBN Tense=Past|VerbForm=Part 36 amod 36:amod _ +35 prohibited prohibit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 36 amod 36:amod _ 36 foods food NOUN NNS Number=Plur 33 obl 33:obl:for SpaceAfter=No 37 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108104206AAygiaE_ans-0007 # text = Places like Dartmouth are supposed to be tourist towns and should provide foods for people of all religions. -1 Places place NOUN NNS Number=Plur 5 nsubj 5:nsubj|9:nsubj:xsubj|12:nsubj _ +1 Places place NOUN NNS Number=Plur 5 nsubj:pass 5:nsubj:pass|9:nsubj:xsubj|12:nsubj _ 2 like like ADP IN _ 3 case 3:case _ 3 Dartmouth Dartmouth PROPN NNP Number=Sing 1 nmod 1:nmod:like _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ -5 supposed suppose VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ +5 supposed suppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 to to PART TO _ 9 mark 9:mark _ 7 be be AUX VB VerbForm=Inf 9 cop 9:cop _ 8 tourist tourist NOUN NN Number=Sing 9 compound 9:compound _ @@ -168131,19 +168229,19 @@ 14 for for ADP IN _ 15 case 15:case _ 15 people people NOUN NNS Number=Plur 12 obl 12:obl:for _ 16 of of ADP IN _ 18 case 18:case _ -17 all all DET DT _ 18 det 18:det _ +17 all all DET DT PronType=Tot 18 det 18:det _ 18 religions religion NOUN NNS Number=Plur 15 nmod 15:nmod:of SpaceAfter=No 19 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108104206AAygiaE_ans-0008 # text = We all enjoy buying a snack when visiting a town or attraction while on holiday. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|4:nsubj:xsubj _ -2 all all DET DT _ 1 det 1:det _ -3 enjoy enjoy VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 all all DET DT PronType=Tot 1 det 1:det _ +3 enjoy enjoy VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 buying buy VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 snack snack NOUN NN Number=Sing 4 obj 4:obj _ -7 when when SCONJ WRB PronType=Int 8 mark 8:mark _ +7 when when ADV WRB PronType=Int 8 advmod 8:advmod _ 8 visiting visit VERB VBG VerbForm=Ger 4 advcl 4:advcl:when _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 town town NOUN NN Number=Sing 8 obj 8:obj _ @@ -168156,12 +168254,12 @@ # sent_id = answers-20111108104206AAygiaE_ans-0009 # text = Not everyone wants to bring packed lunch. -1 Not not ADV RB _ 2 advmod 2:advmod _ -2 everyone everyone PRON NN Number=Sing 3 nsubj 3:nsubj|5:nsubj:xsubj _ +1 Not not PART RB _ 2 advmod 2:advmod _ +2 everyone everyone PRON NN Number=Sing|PronType=Tot 3 nsubj 3:nsubj|5:nsubj:xsubj _ 3 wants want VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 bring bring VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 packed pack VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +6 packed pack VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 lunch lunch NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ @@ -168169,20 +168267,20 @@ # text = Its not fair if some people have to go without buying food because no place will provide suitable food for them. 1-2 Its _ _ _ _ _ _ _ _ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 4 cop 4:cop CorrectForm='s 3 not not PART RB _ 4 advmod 4:advmod _ 4 fair fair ADJ JJ Degree=Pos 0 root 0:root _ 5 if if SCONJ IN _ 8 mark 8:mark _ -6 some some DET DT _ 7 det 7:det _ +6 some some DET DT PronType=Ind 7 det 7:det _ 7 people people NOUN NNS Number=Plur 8 nsubj 8:nsubj|10:nsubj:xsubj _ -8 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ +8 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ 9 to to PART TO _ 10 mark 10:mark _ 10 go go VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 without without SCONJ IN _ 12 mark 12:mark _ 12 buying buy VERB VBG VerbForm=Ger 10 advcl 10:advcl:without _ 13 food food NOUN NN Number=Sing 12 obj 12:obj _ 14 because because SCONJ IN _ 18 mark 18:mark _ -15 no no DET DT _ 16 det 16:det _ +15 no no DET DT PronType=Neg 16 det 16:det _ 16 place place NOUN NN Number=Sing 18 nsubj 18:nsubj _ 17 will will AUX MD VerbForm=Fin 18 aux 18:aux _ 18 provide provide VERB VB VerbForm=Inf 10 advcl 10:advcl:because _ @@ -168195,31 +168293,31 @@ # sent_id = answers-20111108104206AAygiaE_ans-0011 # text = I think its only fair that nowadays every town should provide at least one halal cafe or restaurant and hopefully one day every British catering establishment will be halal. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3-4 its _ _ _ _ _ _ _ _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -4 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +4 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 6 cop 6:cop CorrectForm='s 5 only only ADV RB _ 6 advmod 6:advmod _ 6 fair fair ADJ JJ Degree=Pos 2 ccomp 2:ccomp _ 7 that that SCONJ IN _ 12 mark 12:mark _ 8 nowadays nowadays ADV RB _ 12 advmod 12:advmod _ -9 every every DET DT _ 10 det 10:det _ +9 every every DET DT PronType=Tot 10 det 10:det _ 10 town town NOUN NN Number=Sing 12 nsubj 12:nsubj _ 11 should should AUX MD VerbForm=Fin 12 aux 12:aux _ 12 provide provide VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ -13 at at ADV RB _ 14 case 14:case _ -14 least least ADV RBS Degree=Sup 15 nmod 15:nmod:at _ -15 one one NUM CD NumType=Card 17 nummod 17:nummod _ +13 at at ADP IN _ 14 case 14:case _ +14 least least ADJ JJS Degree=Sup 15 nmod 15:nmod:at _ +15 one one NUM CD NumForm=Word|NumType=Card 17 nummod 17:nummod _ 16 halal halal ADJ JJ Degree=Pos 17 amod 17:amod _ 17 cafe cafe NOUN NN Number=Sing 12 obj 12:obj _ 18 or or CCONJ CC _ 19 cc 19:cc _ 19 restaurant restaurant NOUN NN Number=Sing 17 conj 12:obj|17:conj:or _ 20 and and CCONJ CC _ 30 cc 30:cc _ 21 hopefully hopefully ADV RB _ 30 advmod 30:advmod _ -22 one one NUM CD NumType=Card 23 nummod 23:nummod _ +22 one one NUM CD NumForm=Word|NumType=Card 23 nummod 23:nummod _ 23 day day NOUN NN Number=Sing 30 obl:tmod 30:obl:tmod _ -24 every every DET DT _ 27 det 27:det _ -25 British british ADJ JJ Degree=Pos 27 amod 27:amod _ +24 every every DET DT PronType=Tot 27 det 27:det _ +25 British British ADJ JJ Degree=Pos 27 amod 27:amod _ 26 catering catering NOUN NN Number=Sing 27 compound 27:compound _ 27 establishment establishment NOUN NN Number=Sing 30 nsubj 30:nsubj _ 28 will will AUX MD VerbForm=Fin 30 aux 30:aux _ @@ -168230,13 +168328,13 @@ # sent_id = answers-20111108104206AAygiaE_ans-0012 # newpar id = answers-20111108104206AAygiaE_ans-p0003 # text = When I went to Bosnia, all the meat was Halal. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:when _ +3 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:when _ 4 to to ADP IN _ 5 case 5:case _ 5 Bosnia Bosnia PROPN NNP Number=Sing 3 obl 3:obl:to SpaceAfter=No -6 , , PUNCT , _ 11 punct 11:punct _ -7 all all DET PDT _ 9 det:predet 9:det:predet _ +6 , , PUNCT , _ 3 punct 3:punct _ +7 all all DET PDT PronType=Tot 9 det:predet 9:det:predet _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 meat meat NOUN NN Number=Sing 11 nsubj 11:nsubj _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ @@ -168257,19 +168355,19 @@ 10 what what PRON WP PronType=Int 9 obj 9:obj SpaceAfter=No 11 , , PUNCT , _ 9 punct 9:punct _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 opted opt VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ +13 opted opt VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ 14 for for ADP IN _ 15 case 15:case _ 15 foods food NOUN NNS Number=Plur 13 obl 13:obl:for|21:nsubj _ 16 which which PRON WDT PronType=Rel 21 nsubj 15:ref _ 17-18 weren't _ _ _ _ _ _ _ _ -17 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 cop 21:cop _ +17 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 21 cop 21:cop _ 18 n't not PART RB _ 21 advmod 21:advmod _ 19 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 20 meat meat NOUN NN Number=Sing 21 compound 21:compound _ 21 dish dish NOUN NN Number=Sing 15 acl:relcl 15:acl:relcl SpaceAfter=No -22 , , PUNCT , _ 4 punct 4:punct _ +22 , , PUNCT , _ 24 punct 24:punct _ 23 there there PRON EX _ 24 expl 24:expl _ -24 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ +24 were be VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ 25 plenty plenty NOUN NN Number=Sing 24 nsubj 24:nsubj _ 26 of of ADP IN _ 28 case 28:case _ 27 other other ADJ JJ Degree=Pos 28 amod 28:amod _ @@ -168283,22 +168381,22 @@ 3 not not PART RB _ 4 advmod 4:advmod _ 4 go go VERB VB VerbForm=Inf 0 root 0:root _ 5 to to ADP IN _ 7 case 7:case _ -6 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 country country NOUN NN Number=Sing 4 obl 4:obl:to _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 demand demand VERB VB VerbForm=Inf 4 conj 4:conj:and _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj|13:nsubj _ -11 slaughter slaughter VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ +11 slaughter slaughter VERB VB Mood=Sub|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 sell sell VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 conj 9:ccomp|11:conj:and _ +13 sell sell VERB VB Mood=Sub|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 conj 9:ccomp|11:conj:and _ 14 an a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 animal animal NOUN NN Number=Sing 11 obj 11:obj|13:obj _ 16 as as ADP IN _ 17 case 17:case _ 17 meat meat NOUN NN Number=Sing 11 obl 11:obl:as _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -19 way way NOUN NN Number=Sing 11 obj 11:obj _ +19 way way NOUN NN Number=Sing 11 obl:npmod 11:obl:npmod _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj|23:nsubj:xsubj _ -21 prefer prefer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ +21 prefer prefer VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ 22 to to PART TO _ 23 mark 23:mark _ 23 eat eat VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ 24 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 23 obj 23:obj SpaceAfter=No @@ -168306,35 +168404,35 @@ # sent_id = answers-20111108104206AAygiaE_ans-0015 # text = When you go to another country, you live by their way of life and their laws, if you don't like it, you know how to get back out the country (but I guess our benefits system is too much to throw away, huh). -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:when _ +3 go go VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:when _ 4 to to ADP IN _ 6 case 6:case _ -5 another another DET DT _ 6 det 6:det _ +5 another another DET DT PronType=Ind 6 det 6:det _ 6 country country NOUN NN Number=Sing 3 obl 3:obl:to SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -9 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +9 live live VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 10 by by ADP IN _ 12 case 12:case _ -11 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 way way NOUN NN Number=Sing 9 obl 9:obl:by _ 13 of of ADP IN _ 14 case 14:case _ 14 life life NOUN NN Number=Sing 12 nmod 12:nmod:of _ 15 and and CCONJ CC _ 17 cc 17:cc _ -16 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 laws law NOUN NNS Number=Plur 12 conj 9:obl:by|12:conj:and SpaceAfter=No -18 , , PUNCT , _ 9 punct 9:punct _ +18 , , PUNCT , _ 27 punct 27:punct _ 19 if if SCONJ IN _ 23 mark 23:mark _ 20 you you PRON PRP Case=Nom|Person=2|PronType=Prs 23 nsubj 23:nsubj _ 21-22 don't _ _ _ _ _ _ _ _ -21 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ +21 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ 22 n't not PART RB _ 23 advmod 23:advmod _ 23 like like VERB VB VerbForm=Inf 27 advcl 27:advcl:if _ 24 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 23 obj 23:obj SpaceAfter=No -25 , , PUNCT , _ 27 punct 27:punct _ +25 , , PUNCT , _ 23 punct 23:punct _ 26 you you PRON PRP Case=Nom|Person=2|PronType=Prs 27 nsubj 27:nsubj _ -27 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 parataxis 9:parataxis _ -28 how how SCONJ WRB PronType=Int 30 mark 30:mark _ +27 know know VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 parataxis 9:parataxis _ +28 how how ADV WRB PronType=Int 30 advmod 30:advmod _ 29 to to PART TO _ 30 mark 30:mark _ 30 get get VERB VB VerbForm=Inf 27 ccomp 27:ccomp _ 31 back back ADV RB _ 30 advmod 30:advmod _ @@ -168344,8 +168442,8 @@ 35 ( ( PUNCT -LRB- _ 38 punct 38:punct SpaceAfter=No 36 but but CCONJ CC _ 38 cc 38:cc _ 37 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 38 nsubj 38:nsubj _ -38 guess guess VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 30 parataxis 30:parataxis _ -39 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 41 nmod:poss 41:nmod:poss _ +38 guess guess VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 30 parataxis 30:parataxis _ +39 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 41 nmod:poss 41:nmod:poss _ 40 benefits benefit NOUN NNS Number=Plur 41 compound 41:compound _ 41 system system NOUN NN Number=Sing 44 nsubj 44:nsubj _ 42 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 44 cop 44:cop _ @@ -168354,7 +168452,7 @@ 45 to to PART TO _ 46 mark 46:mark _ 46 throw throw VERB VB VerbForm=Inf 44 advcl 44:advcl:to _ 47 away away ADP RP _ 46 compound:prt 46:compound:prt SpaceAfter=No -48 , , PUNCT , _ 44 punct 44:punct _ +48 , , PUNCT , _ 49 punct 49:punct _ 49 huh huh INTJ UH _ 44 discourse 44:discourse SpaceAfter=No 50 ) ) PUNCT -RRB- _ 38 punct 38:punct SpaceAfter=No 51 . . PUNCT . _ 9 punct 9:punct _ @@ -168365,7 +168463,7 @@ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 restaurants restaurant NOUN NNS Number=Plur 1 conj 1:conj:and|5:nsubj _ 4 rarely rarely ADV RB _ 5 advmod 5:advmod _ -5 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 use use VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 same same ADJ JJ Degree=Pos 8 amod 8:amod _ 8 cutlery cutlery NOUN NN Number=Sing 5 obj 5:obj _ @@ -168374,36 +168472,36 @@ 11 food food NOUN NN Number=Sing 12 compound 12:compound _ 12 groups group NOUN NNS Number=Plur 8 nmod 8:nmod:for _ 13 anyway anyway ADV RB _ 5 advmod 5:advmod SpaceAfter=No -14 , , PUNCT , _ 5 punct 5:punct _ +14 , , PUNCT , _ 17 punct 17:punct _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 17 nsubj 17:nsubj|22.1:nsubj|23:nsubj|27.1:nsubj|28:nsubj|33:nsubj _ 16 normally normally ADV RB _ 17 advmod 17:advmod _ -17 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ +17 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ 18 blue blue ADJ JJ Degree=Pos 17 obj 17:obj _ 19 for for ADP IN _ 21 case 21:case _ 20 bakery bakery NOUN NN Number=Sing 21 compound 21:compound _ 21 items item NOUN NNS Number=Plur 17 obl 17:obl:for SpaceAfter=No -22 , , PUNCT , _ 23 punct 22.1:punct|23:punct _ -22.1 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin _ _ 17:conj CopyOf=17 +22 , , PUNCT , _ 23 punct 23:punct _ +22.1 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin _ _ 17:conj CopyOf=17 23 red red ADJ JJ Degree=Pos 17 conj 17:conj|22.1:obj _ 24 for for ADP IN _ 26 case 26:case _ -25 cooked cook VERB VBN Tense=Past|VerbForm=Part 26 amod 26:amod _ +25 cooked cook VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 26 amod 26:amod _ 26 meat meat NOUN NN Number=Sing 23 orphan 22.1:obl:for SpaceAfter=No -27 , , PUNCT , _ 28 punct 27.1:punct|28:punct _ -27.1 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin _ _ 17:conj CopyOf=17 +27 , , PUNCT , _ 28 punct 28:punct _ +27.1 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin _ _ 17:conj CopyOf=17 28 brown brown ADJ JJ Degree=Pos 17 conj 17:conj|27.1:obj _ 29 for for ADP IN _ 31 case 31:case _ 30 raw raw ADJ JJ Degree=Pos 31 amod 31:amod _ 31 meat meat NOUN NN Number=Sing 28 orphan 27.1:obl:for SpaceAfter=No 32 , , PUNCT , _ 33 punct 33:punct _ -33 etc etc X FW _ 17 conj 17:conj _ -34 - - PUNCT , _ 17 punct 17:punct _ +33 etc etc. NOUN FW Abbr=Yes|Number=Plur 17 conj 17:conj _ +34 - - PUNCT , _ 41 punct 41:punct _ 35 all all ADV RB _ 41 advmod 41:advmod _ 36 for for ADP IN _ 41 case 41:case _ 37 food food NOUN NN Number=Sing 38 compound 38:compound _ 38 preparation preparation NOUN NN Number=Sing 41 compound 41:compound _ 39 and and CCONJ CC _ 40 cc 40:cc _ 40 hygiene hygiene NOUN NN Number=Sing 38 conj 38:conj:and|41:compound _ -41 policies policy NOUN NNS Number=Plur 17 acl:relcl 17:acl:relcl SpaceAfter=No +41 policies policy NOUN NNS Number=Plur 17 parataxis 17:parataxis SpaceAfter=No 42 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108104206AAygiaE_ans-0017 @@ -168418,10 +168516,10 @@ 2 prevent prevent VERB VB VerbForm=Inf 8 advcl 8:advcl:to _ 3 animal animal NOUN NN Number=Sing 4 compound 4:compound _ 4 cruelty cruelty NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +5 , , PUNCT , _ 2 punct 2:punct _ 6 many many ADJ JJ Degree=Pos 7 amod 7:amod _ 7 countries country NOUN NNS Number=Plur 8 nsubj 8:nsubj _ -8 forbid forbid VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 forbid forbid VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 Halal halal ADJ JJ Degree=Pos 12 amod 12:amod _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 Kosher kosher ADJ JJ Degree=Pos 9 conj 9:conj:and|12:amod _ @@ -168432,12 +168530,12 @@ # text = Switzerland is one, and the Netherlands are passing the same law. 1 Switzerland Switzerland PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 one one NUM CD NumType=Card 0 root 0:root SpaceAfter=No +3 one one NUM CD NumForm=Word|NumType=Card 0 root 0:root SpaceAfter=No 4 , , PUNCT , _ 9 punct 9:punct _ 5 and and CCONJ CC _ 9 cc 9:cc _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 Netherlands Netherlands PROPN NNPS Number=Plur 9 nsubj 9:nsubj _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 9 passing pass VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj:and _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 same same ADJ JJ Degree=Pos 12 amod 12:amod _ @@ -168471,13 +168569,13 @@ 7 wants want VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ 8 to to PART TO _ 9 mark 9:mark _ 9 open open VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ -10 where where SCONJ WRB PronType=Int 9 mark 9:mark SpaceAfter=No +10 where where ADV WRB PronType=Int 9 advmod 9:advmod SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108104206AAygiaE_ans-0022 # text = If someone thinks there is a business opportunity then they will start opening halal only places. 1 If if SCONJ IN _ 3 mark 3:mark _ -2 someone someone PRON NN Number=Sing 3 nsubj 3:nsubj _ +2 someone someone PRON NN Number=Sing|PronType=Ind 3 nsubj 3:nsubj _ 3 thinks think VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ 4 there there PRON EX _ 5 expl 5:expl _ 5 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ @@ -168501,8 +168599,8 @@ 1 How how ADV WRB PronType=Int 3 advmod 3:advmod _ 2 to to PART TO _ 3 mark 3:mark _ 3 convince convince VERB VB VerbForm=Inf 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -5 parents parent NOUN NNS Number=Plur 3 obj 3:obj|7:nsubj:xsubj _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +5 parents parent NOUN NNS Number=Plur 3 iobj 3:iobj|7:nsubj:xsubj _ 6 to to PART TO _ 7 mark 7:mark _ 7 let let VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 8 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 7 obj 7:obj|9:nsubj:xsubj _ @@ -168517,10 +168615,10 @@ # text = They don't know ANYTHING about Ball pythons. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 know know VERB VB VerbForm=Inf 0 root 0:root _ -5 ANYTHING anything PRON NN Number=Sing 4 obj 4:obj _ +5 ANYTHING anything PRON NN Number=Sing|PronType=Ind 4 obj 4:obj _ 6 about about ADP IN _ 8 case 8:case _ 7 Ball ball NOUN NN Number=Sing 8 compound 8:compound _ 8 pythons python NOUN NNS Number=Plur 5 nmod 5:nmod:about SpaceAfter=No @@ -168528,11 +168626,11 @@ # sent_id = answers-20111108104350AAp4hGP_ans-0003 # text = When I ask my mom she says she will never let a snake in her house. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 ask ask VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:when _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -5 mom mom NOUN NN Number=Sing 3 obj 3:obj _ +3 ask ask VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:when _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +5 mom mom NOUN NN Number=Sing 3 iobj 3:iobj _ 6 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 7 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ @@ -168542,7 +168640,7 @@ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 snake snake NOUN NN Number=Sing 11 obj 11:obj _ 14 in in ADP IN _ 16 case 16:case _ -15 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 house house NOUN NN Number=Sing 11 obl 11:obl:in SpaceAfter=No 17 . . PUNCT . _ 7 punct 7:punct _ @@ -168550,7 +168648,7 @@ # text = She has no experience with snakes and has never held one. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|10:nsubj _ 2 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 4 det 4:det _ +3 no no DET DT PronType=Neg 4 det 4:det _ 4 experience experience NOUN NN Number=Sing 2 obj 2:obj _ 5 with with ADP IN _ 6 case 6:case _ 6 snakes snake NOUN NNS Number=Plur 4 nmod 4:nmod:with _ @@ -168558,28 +168656,28 @@ 8 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 never never ADV RB _ 10 advmod 10:advmod _ 10 held hold VERB VBN Tense=Past|VerbForm=Part 2 conj 2:conj:and _ -11 one one NUM CD NumType=Card 10 obj 10:obj SpaceAfter=No +11 one one NUM CD NumForm=Word|NumType=Card 10 obj 10:obj SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108104350AAp4hGP_ans-0005 # text = I did all my research and am well prepared to keep one, I'm 14 by the way 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|9:nsubj:pass|11:nsubj:xsubj _ -2 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 all all DET PDT _ 5 det:predet 5:det:predet _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 did do VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 all all DET PDT PronType=Tot 5 det:predet 5:det:predet _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 research research NOUN NN Number=Sing 2 obj 2:obj _ 6 and and CCONJ CC _ 9 cc 9:cc _ -7 am be VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 aux:pass 9:aux:pass _ +7 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 aux:pass 9:aux:pass _ 8 well well ADV RB Degree=Pos 9 advmod 9:advmod _ 9 prepared prepare VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 conj 2:conj:and _ 10 to to PART TO _ 11 mark 11:mark _ 11 keep keep VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ -12 one one NUM CD NumType=Card 11 obj 11:obj SpaceAfter=No -13 , , PUNCT , _ 2 punct 2:punct _ +12 one one NUM CD NumForm=Word|NumType=Card 11 obj 11:obj SpaceAfter=No +13 , , PUNCT , _ 16 punct 16:punct _ 14-15 I'm _ _ _ _ _ _ _ _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -15 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ -16 14 14 NUM CD NumType=Card 2 parataxis 2:parataxis _ +15 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +16 14 14 NUM CD NumForm=Digit|NumType=Card 2 parataxis 2:parataxis _ 17 by by ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 way way NOUN NN Number=Sing 16 obl 16:obl:by _ @@ -168588,11 +168686,11 @@ # newpar id = answers-20111108104350AAp4hGP_ans-p0003 # text = Lay some knowledge on them dude. 1 Lay lay VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 some some DET DT _ 3 det 3:det _ +2 some some DET DT PronType=Ind 3 det 3:det _ 3 knowledge knowledge NOUN NN Number=Sing 1 obj 1:obj _ 4 on on ADP IN _ 5 case 5:case _ 5 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 1 obl 1:obl:on _ -6 dude dude NOUN NN Number=Sing 1 obj 1:obj SpaceAfter=No +6 dude dude NOUN NN Number=Sing 1 vocative 1:vocative SpaceAfter=No 7 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108104350AAp4hGP_ans-0007 @@ -168600,15 +168698,15 @@ 1 Maybe maybe ADV RB _ 4 advmod 4:advmod _ 2 if if SCONJ IN _ 4 mark 4:mark _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:if _ -5 how how SCONJ WRB PronType=Int 6 mark 6:mark _ +4 see see VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:if _ +5 how how ADV WRB PronType=Int 6 advmod 6:advmod _ 6 much much ADJ JJ Degree=Pos 7 amod 7:amod _ 7 time time NOUN NN Number=Sing 12 obj 12:obj _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 effort effort NOUN NN Number=Sing 7 conj 7:conj:and|12:obj _ 10-11 you've _ _ _ _ _ _ _ _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ -11 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 've have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 devoted devote VERB VBN Tense=Past|VerbForm=Part 4 ccomp 4:ccomp _ 13 to to SCONJ IN _ 14 mark 14:mark _ 14 researching research VERB VBG VerbForm=Ger 12 advcl 12:advcl:to _ @@ -168623,20 +168721,20 @@ # sent_id = answers-20111108104350AAp4hGP_ans-0008 # text = Tell them it costs like 8 dollars a month (if even that much) to keep it fed. 1 Tell tell VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 1 obj 1:obj _ +2 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 1 iobj 1:iobj _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 expl 4:expl _ 4 costs cost VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp _ 5 like like ADP IN _ 7 case 7:case _ -6 8 8 NUM CD NumType=Card 7 nummod 7:nummod _ +6 8 8 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 dollars dollar NOUN NNS Number=Plur 4 obl 4:obl:like _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 month month NOUN NN Number=Sing 7 nmod:tmod 7:nmod:tmod _ -10 ( ( PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No +10 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No 11 if if SCONJ IN _ 14 mark 14:mark _ 12 even even ADV RB _ 14 advmod 14:advmod _ 13 that that DET DT Number=Sing|PronType=Dem 14 det 14:det _ 14 much much ADJ JJ Degree=Pos 4 advcl 4:advcl:if SpaceAfter=No -15 ) ) PUNCT -RRB- _ 4 punct 4:punct _ +15 ) ) PUNCT -RRB- _ 14 punct 14:punct _ 16 to to PART TO _ 17 mark 17:mark _ 17 keep keep VERB VB VerbForm=Inf 4 csubj 4:csubj _ 18 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 obj 17:obj|19:nsubj:xsubj _ @@ -168662,11 +168760,11 @@ 14 pay pay VERB VB VerbForm=Inf 21 advcl 21:advcl:if _ 15 for for ADP IN _ 16 case 16:case _ 16 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 obl 14:obl:for _ -17 yourself yourself PRON PRP Number=Sing|Person=2|PronType=Prs 14 obl:npmod 14:obl:npmod _ +17 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Emp|Reflex=Yes 14 obl:npmod 14:obl:npmod _ 18 that that SCONJ IN _ 21 mark 21:mark _ 19-20 youre _ _ _ _ _ _ _ _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 21 nsubj 21:nsubj|23:nsubj:xsubj _ -20 re be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ +20 re be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|Typo=Yes|VerbForm=Fin 21 cop 21:cop CorrectForm='re 21 willing willing ADJ JJ Degree=Pos 7 ccomp 7:ccomp _ 22 to to PART TO _ 23 mark 23:mark _ 23 work work VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ @@ -168679,7 +168777,7 @@ 1 Once once SCONJ IN _ 4 mark 4:mark _ 2-3 you've _ _ _ _ _ _ _ _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 've have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 buttered butter VERB VBN Tense=Past|VerbForm=Part 9 advcl 9:advcl:once _ 5 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 4 obj 4:obj _ 6 up up ADP RP _ 4 compound:prt 4:compound:prt _ @@ -168695,7 +168793,7 @@ 16 store store NOUN NN Number=Sing 11 obl 11:obl:to _ 17 and and CCONJ CC _ 18 cc 18:cc _ 18 ask ask VERB VB VerbForm=Inf 9 conj 9:conj:and _ -19 one one NUM CD NumType=Card 18 obj 18:obj|24:nsubj:xsubj _ +19 one one NUM CD NumForm=Word|NumType=Card 18 iobj 18:iobj|24:nsubj:xsubj _ 20 of of ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 employees employee NOUN NNS Number=Plur 19 nmod 19:nmod:of _ @@ -168704,9 +168802,9 @@ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 26 snake snake NOUN NN Number=Sing 24 obj 24:obj _ 27 showing show VERB VBG VerbForm=Ger 24 advcl 24:advcl _ -28 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ -29 mom mom NOUN NN Number=Sing 27 obj 27:obj _ -30 how how SCONJ WRB PronType=Int 31 mark 31:mark _ +28 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +29 mom mom NOUN NN Number=Sing 27 iobj 27:iobj _ +30 how how ADV WRB PronType=Int 31 advmod 31:advmod _ 31 gentle gentle ADJ JJ Degree=Pos 27 ccomp 27:ccomp _ 32 and and CCONJ CC _ 33 cc 33:cc _ 33 harmless harmless ADJ JJ Degree=Pos 31 conj 27:ccomp|31:conj:and _ @@ -168722,7 +168820,7 @@ 3 try try VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 get get VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 mom mom NOUN NN Number=Sing 5 obj 5:obj|9:nsubj:xsubj _ 8 to to PART TO _ 9 mark 9:mark _ 9 hold hold VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ @@ -168733,30 +168831,30 @@ # sent_id = answers-20111108104350AAp4hGP_ans-0012 # text = My wife was TERRIFIED of snakes when we first met, I introduced her to one out my baby corn snakes and she fell in love with it. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 wife wife NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 4 TERRIFIED terrified ADJ JJ Degree=Pos 0 root 0:root _ 5 of of ADP IN _ 6 case 6:case _ 6 snakes snake NOUN NNS Number=Plur 4 obl 4:obl:of _ -7 when when SCONJ WRB PronType=Int 10 mark 10:mark _ +7 when when ADV WRB PronType=Int 10 advmod 10:advmod _ 8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -9 first first ADV RB _ 10 advmod 10:advmod _ -10 met meet VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:when SpaceAfter=No +9 first first ADV RB NumForm=Word|NumType=Ord 10 advmod 10:advmod _ +10 met meet VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:when SpaceAfter=No 11 , , PUNCT , _ 13 punct 13:punct _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 introduced introduce VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ -14 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 obj 13:obj _ +13 introduced introduce VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +14 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 13 obj 13:obj _ 15 to to ADP IN _ 16 case 16:case _ -16 one one NUM CD NumType=Card 13 obl 13:obl:to _ +16 one one NUM CD NumForm=Word|NumType=Card 13 obl 13:obl:to _ 17 out out ADP IN _ 21 case 21:case _ -18 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +18 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 19 baby baby NOUN NN Number=Sing 21 compound 21:compound _ 20 corn corn NOUN NN Number=Sing 21 compound 21:compound _ 21 snakes snake NOUN NNS Number=Plur 16 nmod 16:nmod:out _ 22 and and CCONJ CC _ 24 cc 24:cc _ 23 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 24 nsubj 24:nsubj _ -24 fell fall VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +24 fell fall VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 25 in in ADP IN _ 26 case 26:case _ 26 love love NOUN NN Number=Sing 24 obl 24:obl:in _ 27 with with ADP IN _ 28 case 28:case _ @@ -168770,7 +168868,7 @@ 3 , , PUNCT , _ 7 punct 7:punct _ 4 but but CCONJ CC _ 7 cc 7:cc _ 5-6 don't _ _ _ _ _ _ _ _ -5 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 do do AUX VB Mood=Imp|VerbForm=Fin 7 aux 7:aux _ 6 n't not PART RB _ 7 advmod 7:advmod _ 7 pester pester VERB VB Mood=Imp|VerbForm=Fin 2 conj 2:conj:but _ 8 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 7 obj 7:obj _ @@ -168795,11 +168893,11 @@ # sent_id = answers-20111108104350AAp4hGP_ans-0015 # newpar id = answers-20111108104350AAp4hGP_ans-p0004 # text = My general convince your parents to let you get a reptile advice: -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 2 general general ADJ JJ Degree=Pos 12 amod 12:amod _ 3 convince convince VERB VB Mood=Imp|VerbForm=Fin 12 compound 12:compound _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -5 parents parent NOUN NNS Number=Plur 3 obj 3:obj|7:nsubj:xsubj _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +5 parents parent NOUN NNS Number=Plur 3 iobj 3:iobj|7:nsubj:xsubj _ 6 to to PART TO _ 7 mark 7:mark _ 7 let let VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 obj 7:obj|9:nsubj:xsubj _ @@ -168811,7 +168909,7 @@ # sent_id = answers-20111108104350AAp4hGP_ans-0016 # text = 1. Be responsible. -1 1 1 X LS _ 4 nummod 4:nummod SpaceAfter=No +1 1 1 NUM LS NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 Be be AUX VB Mood=Imp|VerbForm=Fin 4 cop 4:cop _ 4 responsible responsible ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No @@ -168820,8 +168918,8 @@ # sent_id = answers-20111108104350AAp4hGP_ans-0017 # text = Do all your chores without being nagged, take care of any existing pets, keep your room clean, and so on. 1 Do do VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 all all DET PDT _ 4 det:predet 4:det:predet _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 all all DET PDT PronType=Tot 4 det:predet 4:det:predet _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 chores chore NOUN NNS Number=Plur 1 obj 1:obj _ 5 without without SCONJ IN _ 7 mark 7:mark _ 6 being be AUX VBG VerbForm=Ger 7 aux:pass 7:aux:pass _ @@ -168830,12 +168928,12 @@ 9 take take VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj _ 10 care care NOUN NN Number=Sing 9 obj 9:obj _ 11 of of ADP IN _ 14 case 14:case _ -12 any any DET DT _ 14 det 14:det _ +12 any any DET DT PronType=Ind 14 det 14:det _ 13 existing exist VERB VBG VerbForm=Ger 14 amod 14:amod _ 14 pets pet NOUN NNS Number=Plur 9 obl 9:obl:of SpaceAfter=No 15 , , PUNCT , _ 16 punct 16:punct _ 16 keep keep VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj _ -17 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 room room NOUN NN Number=Sing 16 obj 16:obj|19:nsubj:xsubj _ 19 clean clean ADJ JJ Degree=Pos 16 xcomp 16:xcomp SpaceAfter=No 20 , , PUNCT , _ 23 punct 23:punct _ @@ -168847,19 +168945,20 @@ # sent_id = answers-20111108104350AAp4hGP_ans-0018 # text = Prove, to your parents' satisfaction, that you, not they, will be the one actually taking care of your new pet. 1 Prove prove VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 7 punct 7:punct _ 3 to to ADP IN _ 7 case 7:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -5 parents parent NOUN NNS Number=Plur 7 nmod:poss 7:nmod:poss SpaceAfter=No +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +5-6 parents' _ _ _ _ _ _ _ _ +5 parents parent NOUN NNS Number=Plur 7 nmod:poss 7:nmod:poss _ 6 ' 's PART POS _ 5 case 5:case _ 7 satisfaction satisfaction NOUN NN Number=Sing 1 obl 1:obl:to SpaceAfter=No -8 , , PUNCT , _ 1 punct 1:punct _ +8 , , PUNCT , _ 18 punct 18:punct _ 9 that that SCONJ IN _ 18 mark 18:mark _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj SpaceAfter=No 11 , , PUNCT , _ 13 punct 13:punct _ -12 not not CCONJ CC _ 13 cc 13:cc _ +12 not not PART RB _ 13 advmod 13:advmod _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 conj 10:conj:not|18:nsubj SpaceAfter=No -14 , , PUNCT , _ 18 punct 18:punct _ +14 , , PUNCT , _ 10 punct 10:punct _ 15 will will AUX MD VerbForm=Fin 18 aux 18:aux _ 16 be be AUX VB VerbForm=Inf 18 cop 18:cop _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ @@ -168868,35 +168967,35 @@ 20 taking take VERB VBG VerbForm=Ger 18 acl 18:acl _ 21 care care NOUN NN Number=Sing 20 obj 20:obj _ 22 of of ADP IN _ 25 case 25:case _ -23 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +23 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 24 new new ADJ JJ Degree=Pos 25 amod 25:amod _ 25 pet pet NOUN NN Number=Sing 20 obl 20:obl:of SpaceAfter=No 26 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108104350AAp4hGP_ans-0019 # text = 2. Save up, and research, so that you are ready for your new pet. -1 2 2 X LS _ 3 nummod 3:nummod SpaceAfter=No +1 2 2 NUM LS NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 Save save VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 up up ADP RP _ 3 compound:prt 3:compound:prt SpaceAfter=No 5 , , PUNCT , _ 7 punct 7:punct _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 research research VERB VB Mood=Imp|VerbForm=Fin 3 conj 3:conj:and SpaceAfter=No -8 , , PUNCT , _ 3 punct 3:punct _ +8 , , PUNCT , _ 13 punct 13:punct _ 9 so so SCONJ IN _ 13 mark 13:mark _ 10 that that SCONJ IN _ 9 fixed 9:fixed _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +12 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 13 ready ready ADJ JJ Degree=Pos 3 advcl 3:advcl:so_that _ 14 for for ADP IN _ 17 case 17:case _ -15 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 16 new new ADJ JJ Degree=Pos 17 amod 17:amod _ 17 pet pet NOUN NN Number=Sing 13 obl 13:obl:for SpaceAfter=No 18 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108104350AAp4hGP_ans-0020 # text = 3. Bargain with them. -1 3 3 X LS _ 3 nummod 3:nummod SpaceAfter=No +1 3 3 NUM LS NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 Bargain bargain VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 with with ADP IN _ 5 case 5:case _ @@ -168910,10 +169009,10 @@ 3 do do VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 extra extra ADJ JJ Degree=Pos 5 amod 5:amod _ 5 chores chore NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -6 , , PUNCT , _ 1 punct 1:punct _ -7 ask ask VERB VB Mood=Imp|VerbForm=Fin 1 list 1:list _ +6 , , PUNCT , _ 7 punct 7:punct _ +7 ask ask VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj _ 8 for for ADP IN _ 10 case 10:case _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 pet pet NOUN NN Number=Sing 7 obl 7:obl:for _ 11 as as ADP IN _ 13 case 13:case _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ @@ -168922,14 +169021,14 @@ 15 good good ADJ JJ Degree=Pos 16 amod 16:amod _ 16 grades grade NOUN NNS Number=Plur 13 nmod 13:nmod:for SpaceAfter=No 17 , , PUNCT , _ 7 punct 7:punct _ -18 something something PRON NN Number=Sing 1 list 1:list _ +18 something something PRON NN Number=Sing|PronType=Ind 1 conj 1:conj _ 19 like like ADP IN _ 20 case 20:case _ 20 that that PRON DT Number=Sing|PronType=Dem 18 nmod 18:nmod:like SpaceAfter=No 21 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108104350AAp4hGP_ans-0022 # text = 4. Play the sympathy card. -1 4 4 X LS _ 3 nummod 3:nummod SpaceAfter=No +1 4 4 NUM LS NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 Play play VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -168944,35 +169043,35 @@ 3 can can AUX MD VerbForm=Fin 4 aux 4:aux _ 4 find find VERB VB VerbForm=Inf 30 advcl 30:advcl:if _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -6 pet pet NOUN NN Number=Sing 4 obj 4:obj _ +6 pet pet NOUN NN Number=Sing 4 obj 4:obj|18:obl:of _ 7 at at ADP IN _ 9 case 9:case _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 shelter shelter NOUN NN Number=Sing 4 obl 4:obl:at SpaceAfter=No 10 , , PUNCT , _ 15 punct 15:punct _ 11 or or CCONJ CC _ 15 cc 15:cc _ -12 that that PRON WDT PronType=Dem 15 obj 15:obj|17:nsubj:xsubj _ +12 that that PRON WDT PronType=Rel 18 obl 6:ref _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 friend friend NOUN NN Number=Sing 15 nsubj 15:nsubj _ -15 needs need VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 conj 4:obl:at|9:conj:or _ +15 needs need VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 conj 6:acl:relcl|9:conj:or _ 16 to to PART TO _ 17 mark 17:mark _ 17 get get VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ 18 rid rid ADJ JJ Degree=Pos 17 obj 17:obj _ -19 of of ADP IN _ 17 obl 17:obl _ +19 of of ADP IN _ 12 case 12:case _ 20 because because SCONJ IN _ 23 mark 23:mark _ 21-22 they're _ _ _ _ _ _ _ _ 21 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 23 nsubj 23:nsubj _ -22 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ +22 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ 23 moving move VERB VBG Tense=Pres|VerbForm=Part 17 advcl 17:advcl:because _ 24 or or CCONJ CC _ 25 cc 25:cc _ -25 whatever whatever DET WDT PronType=Int 9 conj 4:obl:at|9:conj:or SpaceAfter=No -26 , , PUNCT , _ 30 punct 30:punct _ +25 whatever whatever PRON WP PronType=Int 9 conj 4:obl:at|9:conj:or SpaceAfter=No +26 , , PUNCT , _ 4 punct 4:punct _ 27 you you PRON PRP Case=Nom|Person=2|PronType=Prs 30 nsubj 30:nsubj|32:nsubj:xsubj _ 28 might might AUX MD VerbForm=Fin 30 aux 30:aux _ 29 be be AUX VB VerbForm=Inf 30 cop 30:cop _ 30 able able ADJ JJ Degree=Pos 0 root 0:root _ 31 to to PART TO _ 32 mark 32:mark _ 32 talk talk VERB VB VerbForm=Inf 30 xcomp 30:xcomp _ -33 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ +33 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ 34 parents parent NOUN NNS Number=Plur 32 obj 32:obj _ 35 into into SCONJ IN _ 37 mark 37:mark _ 36 " " PUNCT `` _ 37 punct 37:punct SpaceAfter=No @@ -168982,7 +169081,7 @@ 40 good good ADJ JJ Degree=Pos 41 amod 41:amod _ 41 home home NOUN NN Number=Sing 37 obj 37:obj SpaceAfter=No 42 " " PUNCT '' _ 37 punct 37:punct _ -43 where where SCONJ WRB PronType=Int 48 mark 48:mark _ +43 where where ADV WRB PronType=Int 48 advmod 48:advmod _ 44 you you PRON PRP Case=Nom|Person=2|PronType=Prs 48 nsubj 48:nsubj|50:nsubj:xsubj _ 45 might might AUX MD VerbForm=Fin 48 aux 48:aux _ 46 not not PART RB _ 48 advmod 48:advmod _ @@ -169004,9 +169103,9 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 fear fear NOUN NN Number=Sing 4 compound 4:compound _ 4 angle angle NOUN NN Number=Sing 6 obl 6:obl:on SpaceAfter=No -5 -- -- PUNCT , _ 6 punct 6:punct SpaceAfter=No +5 -- -- PUNCT , _ 4 punct 4:punct SpaceAfter=No 6 talk talk VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -7 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 obj 6:obj _ +7 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 6 obj 6:obj _ 8 into into SCONJ IN _ 9 mark 9:mark _ 9 coming come VERB VBG VerbForm=Ger 6 advcl 6:advcl:into _ 10 to to ADP IN _ 13 case 13:case _ @@ -169022,14 +169121,14 @@ 1 Once once SCONJ IN _ 4 mark 4:mark _ 2-3 you're _ _ _ _ _ _ _ _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 there there ADV RB PronType=Dem 6 advcl 6:advcl:once SpaceAfter=No -5 , , PUNCT , _ 6 punct 6:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 ask ask VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 7 if if SCONJ IN _ 10 mark 10:mark _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ 9 can can AUX MD VerbForm=Fin 10 aux 10:aux _ -10 hold hold VERB VB VerbForm=Inf 6 advcl 6:advcl:if _ +10 hold hold VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 ball ball NOUN NN Number=Sing 13 compound 13:compound _ 13 python python NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No @@ -169040,17 +169139,17 @@ 1 Once once SCONJ IN _ 4 mark 4:mark _ 2-3 you're _ _ _ _ _ _ _ _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 holding hold VERB VBG Tense=Pres|VerbForm=Part 7 advcl 7:advcl:once _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj SpaceAfter=No -6 , , PUNCT , _ 7 punct 7:punct _ +6 , , PUNCT , _ 4 punct 4:punct _ 7 try try VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 8 to to PART TO _ 9 mark 9:mark _ 9 get get VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj|12:nsubj:xsubj|14:nsubj:xsubj _ 11 to to PART TO _ 12 mark 12:mark _ 12 touch touch VERB VB VerbForm=Inf 9 xcomp 9:xcomp SpaceAfter=No -13 / / PUNCT , _ 14 cc 14:cc SpaceAfter=No +13 / / SYM , _ 14 cc 14:cc SpaceAfter=No 14 pet pet VERB VB VerbForm=Inf 12 conj 9:xcomp|12:conj _ 15 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 obj 12:obj|14:obj SpaceAfter=No 16 ... ... PUNCT . _ 7 punct 7:punct _ @@ -169059,7 +169158,7 @@ # sent_id = answers-20111108100419AAKZvMH_ans-0001 # newpar id = answers-20111108100419AAKZvMH_ans-p0001 # text = My Snake's meal is TOO big, what can I do? -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2-3 Snake's _ _ _ _ _ _ _ _ 2 Snake snake NOUN NN Number=Sing 4 nmod:poss 4:nmod:poss _ 3 's 's PART POS _ 2 case 2:case _ @@ -169067,7 +169166,7 @@ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 TOO too ADV RB _ 7 advmod 7:advmod _ 7 big big ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 12 punct 12:punct _ 9 what what PRON WP PronType=Int 12 obj 12:obj _ 10 can can AUX MD VerbForm=Fin 12 aux 12:aux _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ @@ -169080,22 +169179,22 @@ 1 Just just ADV RB _ 2 advmod 2:advmod _ 2 today today NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 bought buy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 bought buy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -6 medium medium NOUN NN Number=Sing 7 compound 7:compound _ +6 medium medium ADJ JJ Degree=Pos 7 amod 7:amod _ 7 rat rat NOUN NN Number=Sing 4 obj 4:obj _ 8 for for ADP IN _ 12 case 12:case _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 10 beloved beloved ADJ JJ Degree=Pos 12 amod 12:amod _ 11 Ball ball NOUN NN Number=Sing 12 compound 12:compound _ 12 Python python NOUN NN Number=Sing 4 obl 4:obl:for _ 13 Salazar Salazar PROPN NNP Number=Sing 12 appos 12:appos _ -14 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No -15 name name VERB VBN Tense=Past|VerbForm=Part 13 acl 13:acl _ +14 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No +15 name name VERB VBN Tense=Past|Typo=Yes|VerbForm=Part|Voice=Pass 13 acl 13:acl CorrectForm=named 16 after after ADP IN _ 17 case 17:case _ 17 Harry Harry PROPN NNP Number=Sing 15 obl 15:obl:after _ 18 Potter Potter PROPN NNP Number=Sing 17 flat 17:flat SpaceAfter=No -19 ) ) PUNCT -RRB- _ 13 punct 13:punct SpaceAfter=No +19 ) ) PUNCT -RRB- _ 15 punct 15:punct SpaceAfter=No 20 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108100419AAKZvMH_ans-0003 @@ -169103,7 +169202,7 @@ 1 Last last ADJ JJ Degree=Pos 2 amod 2:amod _ 2 time time NOUN NN Number=Sing 11 obl:tmod 11:obl:tmod _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 medium medium NOUN NN Number=Sing 7 compound 7:compound _ 7 rat rat NOUN NN Number=Sing 4 obj 4:obj _ @@ -169112,24 +169211,24 @@ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 girl girl NOUN NN Number=Sing 0 root 0:root _ 12 and and CCONJ CC _ 15 cc 15:cc _ -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 snake snake NOUN NN Number=Sing 15 nsubj 15:nsubj _ -15 handled handle VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 conj 11:conj:and _ -16 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 obj 15:obj _ +15 handled handle VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 conj 11:conj:and _ +16 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 15 obj 15:obj _ 17 easily easily ADV RB _ 15 advmod 15:advmod SpaceAfter=No 18 . . PUNCT . _ 11 punct 11:punct _ # sent_id = answers-20111108100419AAKZvMH_ans-0004 # text = But today, I got a boy and realized that he is HUGE! -1 But but CCONJ CC _ 9 cc 9:cc _ +1 But but CCONJ CC _ 5 cc 5:cc _ 2 today today NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|9:nsubj _ -5 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 boy boy NOUN NN Number=Sing 5 obj 5:obj _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 realized realize VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +9 realized realize VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 10 that that SCONJ IN _ 13 mark 13:mark _ 11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ @@ -169140,9 +169239,9 @@ # text = I really do love my snake cause she is actually an affectionate cold-blooded creature. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2 really really ADV RB _ 4 advmod 4:advmod _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 love love VERB VB VerbForm=Inf 0 root 0:root _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 snake snake NOUN NN Number=Sing 4 obj 4:obj _ 7 cause cause SCONJ IN _ 16 mark 16:mark _ 8 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ @@ -169151,21 +169250,21 @@ 11 an a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 12 affectionate affectionate ADJ JJ Degree=Pos 16 amod 16:amod _ 13 cold cold ADJ JJ Degree=Pos 15 compound 15:compound SpaceAfter=No -14 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No -15 blooded blood VERB VBN Tense=Past|VerbForm=Part 16 amod 16:amod _ +14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +15 blooded blood VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 amod 16:amod _ 16 creature creature NOUN NN Number=Sing 4 advcl 4:advcl:cause SpaceAfter=No 17 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108100419AAKZvMH_ans-0006 # text = So my true question comes to this, how can I knock the rat out? 1 So so ADV RB _ 5 advmod 5:advmod _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 3 true true ADJ JJ Degree=Pos 4 amod 4:amod _ 4 question question NOUN NN Number=Sing 5 nsubj 5:nsubj _ 5 comes come VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 to to ADP IN _ 7 case 7:case _ 7 this this PRON DT Number=Sing|PronType=Dem 5 obl 5:obl:to SpaceAfter=No -8 , , PUNCT , _ 5 punct 5:punct _ +8 , , PUNCT , _ 12 punct 12:punct _ 9 how how ADV WRB PronType=Int 12 advmod 12:advmod _ 10 can can AUX MD VerbForm=Fin 12 aux 12:aux _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ @@ -169179,7 +169278,7 @@ # text = If I threw him against a wall and still conscious he will run away, do I hang him by the tail so the blood can flush into his skull? 1 If if SCONJ IN _ 3 mark 3:mark _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 threw throw VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:if _ +3 threw throw VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:if _ 4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 against against ADP IN _ 7 case 7:case _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -169192,7 +169291,7 @@ 13 run run VERB VB VerbForm=Inf 0 root 0:root _ 14 away away ADV RB _ 13 advmod 13:advmod SpaceAfter=No 15 , , PUNCT , _ 18 punct 18:punct _ -16 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ +16 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ 18 hang hang VERB VB VerbForm=Inf 13 parataxis 13:parataxis _ 19 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 18 obj 18:obj _ @@ -169205,7 +169304,7 @@ 26 can can AUX MD VerbForm=Fin 27 aux 27:aux _ 27 flush flush VERB VB VerbForm=Inf 18 advcl 18:advcl:so _ 28 into into ADP IN _ 30 case 30:case _ -29 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +29 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 30 skull skull NOUN NN Number=Sing 27 obl 27:obl:into SpaceAfter=No 31 ? ? PUNCT . _ 18 punct 18:punct _ @@ -169213,28 +169312,28 @@ # text = I really do need answers and advice, and NOT INSULTING ANSWERS!! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2 really really ADV RB _ 4 advmod 4:advmod _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 need need VERB VB VerbForm=Inf 0 root 0:root _ 5 answers answer NOUN NNS Number=Plur 4 obj 4:obj _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 advice advice NOUN NN Number=Sing 5 conj 4:obj|5:conj:and SpaceAfter=No 8 , , PUNCT , _ 12 punct 12:punct _ -9 and and CCONJ CC _ 10 cc 10:cc _ -10 NOT not ADV RB _ 12 cc 12:cc _ +9 and and CCONJ CC _ 12 cc 12:cc _ +10 NOT not PART RB _ 12 advmod 12:advmod _ 11 INSULTING insulting ADJ JJ Degree=Pos 12 amod 12:amod _ -12 ANSWERS answer NOUN NNS Number=Plur 5 conj 4:obj|5:conj:and_not SpaceAfter=No +12 ANSWERS answer NOUN NNS Number=Plur 5 conj 4:obj|5:conj:and SpaceAfter=No 13 !! !! PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108100419AAKZvMH_ans-0009 # text = LIKE SERIOUSLY!! >:( 1 LIKE like INTJ UH _ 2 discourse 2:discourse _ 2 SERIOUSLY seriously ADV RB _ 0 root 0:root SpaceAfter=No -3 !! !! PUNCT . _ 2 punct 2:punct _ +3 !! !! PUNCT . _ 4 punct 4:punct _ 4 >:( >:( SYM NFP _ 2 discourse 2:discourse _ # sent_id = answers-20111108100419AAKZvMH_ans-0010 # text = Best answer shall receive points :) -1 Best best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Best good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 answer answer NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 shall shall AUX MD VerbForm=Fin 4 aux 4:aux _ 4 receive receive VERB VB VerbForm=Inf 0 root 0:root _ @@ -169244,8 +169343,8 @@ # sent_id = answers-20111108100419AAKZvMH_ans-0011 # newpar id = answers-20111108100419AAKZvMH_ans-p0003 # text = iw ould just stick him in the tank and let your snake have a nice hunt for once, snakes jaws detach for this sort of this thing, so why not give her a good hunt, but if you do want him knock him id just throw him against the wall or something,, lol i dont know, i agree with you though throw him, haha -1 iw i PRON PRP _ 4 nsubj 4:nsubj|10:nsubj _ -2 ould would AUX MD VerbForm=Fin 4 aux 4:aux _ +1 iw I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs|Typo=Yes 4 nsubj 4:nsubj|10:nsubj CorrectForm=I +2 ould would AUX MD Typo=Yes|VerbForm=Fin 4 aux 4:aux CorrectForm=would 3 just just ADV RB _ 4 advmod 4:advmod _ 4 stick stick VERB VB VerbForm=Inf 0 root 0:root _ 5 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ @@ -169254,18 +169353,18 @@ 8 tank tank NOUN NN Number=Sing 4 obl 4:obl:in _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 let let VERB VB VerbForm=Inf 4 conj 4:conj:and _ -11 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 snake snake NOUN NN Number=Sing 10 obj 10:obj|13:nsubj:xsubj _ 13 have have VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 15 nice nice ADJ JJ Degree=Pos 16 amod 16:amod _ 16 hunt hunt NOUN NN Number=Sing 13 obj 13:obj _ 17 for for ADP IN _ 18 case 18:case _ -18 once once ADV RB NumType=Mult 13 obl 13:obl:for SpaceAfter=No +18 once once ADV RB NumForm=Word|NumType=Mult 13 obl 13:obl:for SpaceAfter=No 19 , , PUNCT , _ 22 punct 22:punct _ -20 snakes snake NOUN NNS Number=Plur 21 compound 21:compound _ +20 snakes snake NOUN NNS Number=Plur 21 nmod:poss 21:nmod:poss MissingWordsAfter=' 21 jaws jaw NOUN NNS Number=Plur 22 nsubj 22:nsubj _ -22 detach detach VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ +22 detach detach VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ 23 for for ADP IN _ 25 case 25:case _ 24 this this DET DT Number=Sing|PronType=Dem 25 det 25:det _ 25 sort sort NOUN NN Number=Sing 22 obl 22:obl:for _ @@ -169274,7 +169373,7 @@ 28 thing thing NOUN NN Number=Sing 25 nmod 25:nmod:of SpaceAfter=No 29 , , PUNCT , _ 33 punct 33:punct _ 30 so so ADV RB _ 33 advmod 33:advmod _ -31 why why SCONJ WRB PronType=Int 33 mark 33:mark _ +31 why why ADV WRB PronType=Int 33 advmod 33:advmod _ 32 not not PART RB _ 33 advmod 33:advmod _ 33 give give VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ 34 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 33 iobj 33:iobj _ @@ -169285,14 +169384,14 @@ 39 but but CCONJ CC _ 50 cc 50:cc _ 40 if if SCONJ IN _ 43 mark 43:mark _ 41 you you PRON PRP Case=Nom|Person=2|PronType=Prs 43 nsubj 43:nsubj|45:nsubj:xsubj _ -42 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 43 aux 43:aux _ +42 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 43 aux 43:aux _ 43 want want VERB VB VerbForm=Inf 50 advcl 50:advcl:if _ 44 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 45 reparandum 45:reparandum _ 45 knock knock VERB VB VerbForm=Inf 43 xcomp 43:xcomp _ 46 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 45 obj 45:obj _ 47-48 id _ _ _ _ _ _ _ _ -47 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 50 nsubj 50:nsubj _ -48 d would AUX MD VerbForm=Fin 50 aux 50:aux _ +47 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 50 nsubj 50:nsubj _ +48 d would AUX MD Typo=Yes|VerbForm=Fin 50 aux 50:aux CorrectForm='d 49 just just ADV RB _ 50 advmod 50:advmod _ 50 throw throw VERB VB VerbForm=Inf 4 conj 4:conj:and _ 51 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 50 obj 50:obj _ @@ -169300,23 +169399,23 @@ 53 the the DET DT Definite=Def|PronType=Art 54 det 54:det _ 54 wall wall NOUN NN Number=Sing 50 obl 50:obl:against _ 55 or or CCONJ CC _ 56 cc 56:cc _ -56 something something PRON NN Number=Sing 54 conj 50:obl:against|54:conj:or SpaceAfter=No -57 ,, ,, PUNCT , _ 50 punct 50:punct _ +56 something something PRON NN Number=Sing|PronType=Ind 54 conj 50:obl:against|54:conj:or SpaceAfter=No +57 ,, ,, PUNCT , _ 62 punct 62:punct _ 58 lol lol INTJ UH _ 62 discourse 62:discourse _ -59 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 62 nsubj 62:nsubj _ +59 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 62 nsubj 62:nsubj _ 60-61 dont _ _ _ _ _ _ _ _ -60 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 62 aux 62:aux _ -61 nt not PART RB _ 62 advmod 62:advmod _ +60 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 62 aux 62:aux _ +61 nt not PART RB Typo=Yes 62 advmod 62:advmod CorrectForm=n't 62 know know VERB VB VerbForm=Inf 50 parataxis 50:parataxis SpaceAfter=No -63 , , PUNCT , _ 50 punct 50:punct _ -64 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 65 nsubj 65:nsubj _ -65 agree agree VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 50 parataxis 50:parataxis _ +63 , , PUNCT , _ 65 punct 65:punct _ +64 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 65 nsubj 65:nsubj _ +65 agree agree VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 50 parataxis 50:parataxis _ 66 with with ADP IN _ 67 case 67:case _ 67 you you PRON PRP Case=Acc|Person=2|PronType=Prs 65 obl 65:obl:with _ 68 though though ADV RB _ 65 advmod 65:advmod _ 69 throw throw VERB VB VerbForm=Inf 50 parataxis 50:parataxis _ 70 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 69 obj 69:obj SpaceAfter=No -71 , , PUNCT , _ 69 punct 69:punct _ +71 , , PUNCT , _ 72 punct 72:punct _ 72 haha haha INTJ UH _ 69 discourse 69:discourse _ # sent_id = answers-20111108100419AAKZvMH_ans-0012 @@ -169324,12 +169423,12 @@ 1 Ok ok INTJ UH _ 13 discourse 13:discourse _ 2 so so ADV RB _ 13 advmod 13:advmod _ 3 if if SCONJ IN _ 7 mark 7:mark _ -4 youre your PRON PRP$ _ 5 nmod:poss 5:nmod:poss _ +4 youre your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Typo=Yes 5 nmod:poss 5:nmod:poss CorrectForm=your 5 snake snake NOUN NN Number=Sing 7 nsubj 7:nsubj _ 6 will will AUX MD VerbForm=Fin 7 aux 7:aux _ 7 take take VERB VB VerbForm=Inf 13 advcl 13:advcl:if _ 8 pre-killed pre-killed ADJ JJ Degree=Pos 7 obj 7:obj SpaceAfter=No -9 , , PUNCT , _ 13 punct 13:punct _ +9 , , PUNCT , _ 7 punct 7:punct _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ 11 can can AUX MD VerbForm=Fin 13 aux 13:aux _ 12 " " PUNCT `` _ 13 punct 13:punct SpaceAfter=No @@ -169346,11 +169445,11 @@ 4 rat rat NOUN NN Number=Sing 2 obj 2:obj _ 5 in in ADP IN _ 9 case 9:case _ 6 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -7 sealed seal VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod _ +7 sealed seal VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod _ 8 tupperwear tupperware NOUN NN Number=Sing 9 compound 9:compound _ 9 container container NOUN NN Number=Sing 2 obl 2:obl:in _ 10 with with ADP IN _ 12 case 12:case _ -11 no no DET DT _ 12 det 12:det _ +11 no no DET DT PronType=Neg 12 det 12:det _ 12 airholes airhole NOUN NNS Number=Plur 9 nmod 9:nmod:with _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 wait wait VERB VB Mood=Imp|VerbForm=Fin 2 conj 2:conj:and _ @@ -169378,7 +169477,7 @@ 7 and and CCONJ CC _ 10 cc 10:cc _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ 9 usually usually ADV RB _ 10 advmod 10:advmod _ -10 feed feed VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and|15:advcl:if _ +10 feed feed VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and|15:advcl:if _ 11 live live ADJ JJ Degree=Pos 10 obj 10:obj _ 12 then then ADV RB PronType=Dem 15 advmod 15:advmod _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj|22:nsubj _ @@ -169396,7 +169495,7 @@ 25 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 26 hard hard ADJ JJ Degree=Pos 27 amod 27:amod _ 27 surface surface NOUN NN Number=Sing 22 obl 22:obl:against SpaceAfter=No -28 , , PUNCT , _ 22 punct 22:punct _ +28 , , PUNCT , _ 31 punct 31:punct _ 29 like like ADP IN _ 31 case 31:case _ 30 a a DET DT Definite=Ind|PronType=Art 31 det 31:det _ 31 refrigerator refrigerator NOUN NN Number=Sing 22 obl 22:obl:like _ @@ -169408,24 +169507,24 @@ # text = I don't like that option though - I think it's pretty cruel and I'd not done properly you'll end up really hurting the rat but not stunning him enough to stop possible injury to your snake. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 like like VERB VB VerbForm=Inf 0 root 0:root _ 5 that that DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 option option NOUN NN Number=Sing 4 obj 4:obj _ 7 though though ADV RB _ 4 advmod 4:advmod _ -8 - - PUNCT : _ 4 punct 4:punct _ +8 - - PUNCT : _ 10 punct 10:punct _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +10 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 11-12 it's _ _ _ _ _ _ _ _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 12 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 13 pretty pretty ADV RB _ 14 advmod 14:advmod _ 14 cruel cruel ADJ JJ Degree=Pos 10 ccomp 10:ccomp _ 15 and and CCONJ CC _ 22 cc 22:cc _ -16 I'd if SCONJ IN Typo=Yes 18 mark 18:mark _ -17 not not ADV RB _ 18 advmod 18:advmod _ -18 done do VERB VBN Tense=Past|VerbForm=Part 22 advcl 22:advcl:if _ +16 I'd if SCONJ IN Typo=Yes 18 mark 18:mark CorrectForm=if +17 not not PART RB _ 18 advmod 18:advmod _ +18 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 advcl 22:advcl:if _ 19 properly properly ADV RB _ 18 advmod 18:advmod _ 20-21 you'll _ _ _ _ _ _ _ _ 20 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj|25:nsubj:xsubj|30:nsubj:xsubj _ @@ -169446,7 +169545,7 @@ 35 possible possible ADJ JJ Degree=Pos 36 amod 36:amod _ 36 injury injury NOUN NN Number=Sing 34 obj 34:obj _ 37 to to ADP IN _ 39 case 39:case _ -38 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ +38 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ 39 snake snake NOUN NN Number=Sing 36 nmod 36:nmod:to SpaceAfter=No 40 . . PUNCT . _ 4 punct 4:punct _ @@ -169456,13 +169555,13 @@ 2 would would AUX MD VerbForm=Fin 3 aux 3:aux _ 3 do do VERB VB VerbForm=Inf 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 tupperwear tupperwear NOUN NN Number=Sing 6 compound 6:compound _ +5 tupperwear tupperware NOUN NN Number=Sing|Typo=Yes 6 compound 6:compound CorrectForm=tupperware 6 idea idea NOUN NN Number=Sing 3 obj 3:obj _ 7 TBH tbh ADV RB _ 3 advmod 3:advmod _ 8 - - PUNCT , _ 9 punct 9:punct _ -9 easiest easiest ADJ JJS Degree=Sup 3 parataxis 3:parataxis _ +9 easiest easy ADJ JJS Degree=Sup 3 parataxis 3:parataxis _ 10 and and CCONJ CC _ 12 cc 12:cc _ -11 most most ADV RBS _ 12 advmod 12:advmod _ +11 most most ADV RBS Degree=Sup 12 advmod 12:advmod _ 12 humane humane ADJ JJ Degree=Pos 9 conj 9:conj:and SpaceAfter=No 13 . . PUNCT . _ 9 punct 9:punct _ @@ -169480,17 +169579,17 @@ 10 out out ADP RP _ 9 compound:prt 9:compound:prt _ 11 for for ADP IN _ 14 case 14:case _ 12 about about ADV RB _ 13 advmod 13:advmod _ -13 1 1 NUM CD NumType=Card 14 nummod 14:nummod _ +13 1 1 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 14 minute minute NOUN NN Number=Sing 9 obl 9:obl:for _ 15 and and CCONJ CC _ 17 cc 17:cc _ -16 them them ADV RB _ 17 advmod 17:advmod _ -17 feed feed VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +16 them then ADV RB Typo=Yes 17 advmod 17:advmod CorrectForm=then +17 feed feed VERB VB VerbForm=Inf 5 conj 5:conj:and _ 18 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 obj 17:obj _ -19 - - PUNCT : _ 5 punct 5:punct _ +19 - - PUNCT : _ 27 punct 27:punct _ 20 at at ADP IN _ 22 case 22:case _ 21 this this DET DT Number=Sing|PronType=Dem 22 det 22:det _ 22 point point NOUN NN Number=Sing 27 obl 27:obl:at SpaceAfter=No -23 , , PUNCT , _ 27 punct 27:punct _ +23 , , PUNCT , _ 22 punct 22:punct _ 24 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 27 nsubj 27:nsubj|38:nsubj _ 25 could could AUX MD VerbForm=Fin 27 aux 27:aux _ 26 still still ADV RB _ 27 advmod 27:advmod _ @@ -169521,7 +169620,7 @@ 9 feeding feeding NOUN NN Number=Sing 10 compound 10:compound _ 10 prongs prong NOUN NNS Number=Plur 5 obl 5:obl:in _ 11 so so SCONJ IN _ 15 mark 15:mark _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 snake snake NOUN NN Number=Sing 15 nsubj 15:nsubj _ 14 can can AUX MD VerbForm=Fin 15 aux 15:aux _ 15 get get VERB VB VerbForm=Inf 5 advcl 5:advcl:so _ @@ -169531,7 +169630,7 @@ 19 and and CCONJ CC _ 20 cc 20:cc _ 20 grip grip NOUN NN Number=Sing 18 conj 15:obj|18:conj:and _ 21 on on ADP IN _ 23 case 23:case _ -22 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 prey prey NOUN NN Number=Sing 18 nmod 18:nmod:on SpaceAfter=No 24 . . PUNCT . _ 4 punct 4:punct _ @@ -169544,32 +169643,32 @@ # sent_id = answers-20111108100419AAKZvMH_ans-0020 # text = Just my opinion here - no judgement - getting your snake on frozen/thawed will prove to be much easier for you and safer for your snake in the long run. 1 Just just ADV RB _ 3 advmod 3:advmod _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 opinion opinion NOUN NN Number=Sing 0 root 0:root _ 4 here here ADV RB PronType=Dem 3 advmod 3:advmod _ -5 - - PUNCT , _ 3 punct 3:punct _ -6 no no DET DT _ 7 det 7:det _ +5 - - PUNCT , _ 7 punct 7:punct _ +6 no no DET DT PronType=Neg 7 det 7:det _ 7 judgement judgement NOUN NN Number=Sing 3 parataxis 3:parataxis _ -8 - - PUNCT , _ 3 punct 3:punct _ +8 - - PUNCT , _ 17 punct 17:punct _ 9 getting get VERB VBG VerbForm=Ger 17 csubj 17:csubj _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ -11 snake snake NOUN NN Number=Sing 9 obj 9:obj _ -12 on on ADP IN _ 13 mark 13:mark _ -13 frozen freeze VERB VBN Tense=Past|VerbForm=Part 9 advcl 9:advcl:on SpaceAfter=No -14 / / PUNCT , _ 13 punct 13:punct SpaceAfter=No -15 thawed thaw VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +11 snake snake NOUN NN Number=Sing 9 obj 9:obj|13:nsubj:xsubj|15:nsubj:xsubj _ +12 on on ADP IN _ 13 case 13:case _ +13 frozen freeze VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 xcomp 9:xcomp Promoted=Yes|SpaceAfter=No +14 / / SYM , _ 15 cc 15:cc SpaceAfter=No +15 thawed thaw VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 conj 9:xcomp|13:conj:slash MissingWordsAfter=food|Promoted=Yes 16 will will AUX MD VerbForm=Fin 17 aux 17:aux _ 17 prove prove VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ 18 to to PART TO _ 21 mark 21:mark _ 19 be be AUX VB VerbForm=Inf 21 cop 21:cop _ 20 much much ADV RB _ 21 advmod 21:advmod _ -21 easier easier ADJ JJR Degree=Cmp 17 xcomp 17:xcomp _ +21 easier easy ADJ JJR Degree=Cmp 17 xcomp 17:xcomp _ 22 for for ADP IN _ 23 case 23:case _ 23 you you PRON PRP Case=Acc|Person=2|PronType=Prs 21 obl 21:obl:for _ 24 and and CCONJ CC _ 25 cc 25:cc _ -25 safer safer ADJ JJR Degree=Cmp 21 conj 17:xcomp|21:conj:and _ +25 safer safe ADJ JJR Degree=Cmp 21 conj 17:xcomp|21:conj:and _ 26 for for ADP IN _ 28 case 28:case _ -27 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +27 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ 28 snake snake NOUN NN Number=Sing 25 obl 25:obl:for _ 29 in in ADP IN _ 32 case 32:case _ 30 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ @@ -169579,9 +169678,9 @@ # sent_id = answers-20111108100419AAKZvMH_ans-0021 # text = My opinion - take it for what it's worth… :-) -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 opinion opinion NOUN NN Number=Sing 0 root 0:root _ -3 - - PUNCT , _ 2 punct 2:punct _ +3 - - PUNCT , _ 4 punct 4:punct _ 4 take take VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ 6 for for SCONJ IN _ 10 mark 10:mark _ @@ -169590,7 +169689,7 @@ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 9 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 worth worth ADJ JJ Degree=Pos 4 advcl 4:advcl:for SpaceAfter=No -11 … . PUNCT . _ 2 punct 2:punct _ +11 … . PUNCT . _ 12 punct 12:punct _ 12 :-) :-) SYM NFP _ 2 discourse 2:discourse _ # newdoc id = answers-20111108091938AAmE8Tv_ans @@ -169610,8 +169709,8 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 3 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -4 20 20 NUM CD NumType=Card 8 amod 8:amod _ -5 something something PRON NN Number=Sing 4 compound 4:compound _ +4 20 20 NUM CD NumForm=Digit|NumType=Card 8 amod 8:amod _ +5 something something PRON NN Number=Sing|PronType=Ind 4 compound 4:compound _ 6 gay gay ADJ JJ Degree=Pos 8 amod 8:amod _ 7 black black ADJ JJ Degree=Pos 8 amod 8:amod _ 8 male male NOUN NN Number=Sing 0 root 0:root _ @@ -169633,25 +169732,27 @@ # sent_id = answers-20111108091938AAmE8Tv_ans-0003 # text = Im moving from South Carolina so this will already be a huge culture shock. -1 Im Im PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 moving move VERB VBG VerbForm=Ger 0 root 0:root _ -3 from from ADP IN _ 5 case 5:case _ -4 South South PROPN NNP Number=Sing 5 compound 5:compound _ -5 Carolina Carolina PROPN NNP Number=Sing 2 obl 2:obl:from _ -6 so so ADV RB _ 14 advmod 14:advmod _ -7 this this PRON DT Number=Sing|PronType=Dem 14 nsubj 14:nsubj _ -8 will will AUX MD VerbForm=Fin 14 aux 14:aux _ -9 already already ADV RB _ 14 advmod 14:advmod _ -10 be be AUX VB VerbForm=Inf 14 cop 14:cop _ -11 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ -12 huge huge ADJ JJ Degree=Pos 14 amod 14:amod _ -13 culture culture NOUN NN Number=Sing 14 compound 14:compound _ -14 shock shock NOUN NN Number=Sing 2 parataxis 2:parataxis SpaceAfter=No -15 . . PUNCT . _ 2 punct 2:punct _ +1-2 Im _ _ _ _ _ _ _ _ +1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +2 m be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 3 aux 3:aux CorrectForm='m +3 moving move VERB VBG VerbForm=Ger 0 root 0:root _ +4 from from ADP IN _ 6 case 6:case _ +5 South South PROPN NNP Number=Sing 6 compound 6:compound _ +6 Carolina Carolina PROPN NNP Number=Sing 3 obl 2:obl:from _ +7 so so ADV RB _ 15 advmod 15:advmod _ +8 this this PRON DT Number=Sing|PronType=Dem 15 nsubj 15:nsubj _ +9 will will AUX MD VerbForm=Fin 15 aux 15:aux _ +10 already already ADV RB _ 15 advmod 15:advmod _ +11 be be AUX VB VerbForm=Inf 15 cop 15:cop _ +12 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ +13 huge huge ADJ JJ Degree=Pos 15 amod 15:amod _ +14 culture culture NOUN NN Number=Sing 15 compound 15:compound _ +15 shock shock NOUN NN Number=Sing 3 parataxis 3:parataxis SpaceAfter=No +16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108091938AAmE8Tv_ans-0004 # text = Any suggestions? -1 Any any DET DT _ 2 det 2:det _ +1 Any any DET DT PronType=Ind 2 det 2:det _ 2 suggestions suggestion NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 3 ? ? PUNCT . _ 2 punct 2:punct _ @@ -169675,12 +169776,12 @@ 2 may may AUX MD VerbForm=Fin 3 aux 3:aux _ 3 consider consider VERB VB VerbForm=Inf 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 Gay Gay PROPN NNP Number=Sing 6 compound 6:compound _ +5 Gay Gay ADJ NNP Degree=Pos 6 amod 6:amod _ 6 Village Village PROPN NNP Number=Sing 3 obj 3:obj _ 7 on on ADP IN _ 9 case 9:case _ 8 Church Church PROPN NNP Number=Sing 9 compound 9:compound _ 9 Street Street PROPN NNP Number=Sing 6 nmod 6:nmod:on SpaceAfter=No -10 , , PUNCT , _ 6 punct 6:punct _ +10 , , PUNCT , _ 12 punct 12:punct _ 11 right right ADV RB _ 12 advmod 12:advmod _ 12 downtown downtown NOUN NN Number=Sing 6 nmod:npmod 6:nmod:npmod SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ @@ -169694,22 +169795,22 @@ 5 gay gay NOUN NN Number=Sing 6 obl:npmod 6:obl:npmod _ 6 friendly friendly ADJ JJ Degree=Pos 8 amod 8:amod _ 7 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No -8 everything everything PRON NN Number=Sing 3 obl 3:obl:of SpaceAfter=No +8 everything everything PRON NN Number=Sing|PronType=Tot 3 obl 3:obl:of SpaceAfter=No 9 " " PUNCT '' _ 8 punct 8:punct SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108091938AAmE8Tv_ans-0008 # text = But, you could live where ever you fancy takes you. 1 But but CCONJ CC _ 5 cc 5:cc SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 4 could could AUX MD VerbForm=Fin 5 aux 5:aux _ 5 live live VERB VB VerbForm=Inf 0 root 0:root _ -6 where where SCONJ GW _ 10 mark 10:mark _ -7 ever ever ADV WRB PronType=Int 6 goeswith 6:goeswith _ -8 you you PRON PRP$ _ 9 nmod:poss 9:nmod:poss _ +6 where wherever ADV GW PronType=Rel|Typo=Yes 5 advmod 5:advmod CorrectForm=wherever +7 ever _ X WRB _ 6 goeswith 6:goeswith _ +8 you your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Typo=Yes 9 nmod:poss 9:nmod:poss CorrectForm=your 9 fancy fancy NOUN NN Number=Sing 10 nsubj 10:nsubj _ -10 takes take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl _ +10 takes take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 advcl:relcl 6:advcl:relcl _ 11 you you PRON PRP Case=Acc|Person=2|PronType=Prs 10 obj 10:obj SpaceAfter=No 12 . . PUNCT . _ 5 punct 5:punct _ @@ -169720,7 +169821,7 @@ 3 reasons reason NOUN NNS Number=Plur 22 obl 22:obl:for SpaceAfter=No 4 , , PUNCT , _ 3 punct 3:punct _ 5 knowing know VERB VBG VerbForm=Ger 22 advcl 22:advcl _ -6 how how SCONJ WRB PronType=Int 8 mark 8:mark _ +6 how how ADV WRB PronType=Int 8 advmod 8:advmod _ 7 extremely extremely ADV RB _ 8 advmod 8:advmod _ 8 difficult difficult ADJ JJ Degree=Pos 5 ccomp 5:ccomp _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 expl 8:expl _ @@ -169732,7 +169833,7 @@ 15 in in ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 city city NOUN NN Number=Sing 12 obl 12:obl:in SpaceAfter=No -18 , , PUNCT , _ 22 punct 22:punct _ +18 , , PUNCT , _ 5 punct 5:punct _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj|28:nsubj:xsubj _ 20 should should AUX MD VerbForm=Fin 22 aux 22:aux _ 21 probably probably ADV RB _ 22 advmod 22:advmod _ @@ -169748,7 +169849,7 @@ # sent_id = answers-20111108091938AAmE8Tv_ans-0010 # text = But, can you immigrate? 1 But but CCONJ CC _ 5 cc 5:cc SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 can can AUX MD VerbForm=Fin 5 aux 5:aux _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 5 immigrate immigrate VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No @@ -169758,14 +169859,14 @@ # text = Being an American guarantees you no favours when it come to going to Canada. 1 Being be AUX VBG VerbForm=Ger 3 cop 3:cop _ 2 an a DET DT Definite=Ind|PronType=Art 3 det 3:det _ -3 American american ADJ JJ Degree=Pos 4 csubj 4:csubj _ +3 American American ADJ JJ Degree=Pos 4 csubj 4:csubj _ 4 guarantees guarantee VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 iobj 4:iobj _ -6 no no DET DT _ 7 det 7:det _ +6 no no DET DT PronType=Neg 7 det 7:det _ 7 favours favour NOUN NNS Number=Plur 4 obj 4:obj _ -8 when when SCONJ WRB PronType=Int 10 mark 10:mark _ +8 when when ADV WRB PronType=Int 10 advmod 10:advmod _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 come come VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:when _ +10 come come VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 4 advcl 4:advcl:when CorrectForm=comes 11 to to SCONJ IN _ 12 mark 12:mark _ 12 going go VERB VBG VerbForm=Ger 10 advcl 10:advcl:to _ 13 to to ADP IN _ 14 case 14:case _ @@ -169775,16 +169876,16 @@ # sent_id = answers-20111108091938AAmE8Tv_ans-0012 # text = Start your process here, if you haven't already. 1 Start start VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 process process NOUN NN Number=Sing 1 obj 1:obj _ 4 here here ADV RB PronType=Dem 1 advmod 1:advmod SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ -6 if if SCONJ IN _ 10 mark 10:mark _ -7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ +5 , , PUNCT , _ 8 punct 8:punct _ +6 if if SCONJ IN _ 8 mark 8:mark _ +7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ 8-9 haven't _ _ _ _ _ _ _ _ -8 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ -9 n't not PART RB _ 10 advmod 10:advmod _ -10 already already ADV RB _ 1 advcl 1:advcl:if SpaceAfter=No +8 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:if Promoted=Yes +9 n't not PART RB _ 8 advmod 8:advmod _ +10 already already ADV RB _ 8 advmod 8:advmod SpaceAfter=No 11 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108091938AAmE8Tv_ans-0013 @@ -169796,16 +169897,16 @@ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 not not PART RB _ 7 advmod 7:advmod _ 7 enough enough ADJ JJ Degree=Pos 0 root 0:root _ -8 - - PUNCT : _ 7 punct 7:punct _ +8 - - PUNCT : _ 12 punct 12:punct _ 9 that that PRON DT Number=Sing|PronType=Dem 12 nsubj 12:nsubj _ 10-11 doesn't _ _ _ _ _ _ _ _ 10 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 11 n't not PART RB _ 12 advmod 12:advmod _ 12 count count VERB VB VerbForm=Inf 7 parataxis 7:parataxis _ 13 for for ADP IN _ 17 case 17:case _ -14 at at ADV RB _ 15 case 15:case _ -15 least least ADV RBS Degree=Sup 16 nmod 16:nmod:at _ -16 two two NUM CD NumType=Card 17 nummod 17:nummod _ +14 at at ADP IN _ 15 case 15:case _ +15 least least ADJ JJS Degree=Sup 16 nmod 16:nmod:at _ +16 two two NUM CD NumForm=Word|NumType=Card 17 nummod 17:nummod _ 17 years year NOUN NNS Number=Plur 12 obl 12:obl:for SpaceAfter=No 18 . . PUNCT . _ 7 punct 7:punct SpaceAfter=No 19 ) ) PUNCT -RRB- _ 7 punct 7:punct _ @@ -169820,24 +169921,24 @@ 2 normal normal ADJ JJ Degree=Pos 4 amod 4:amod _ 3 processing processing NOUN NN Number=Sing 4 compound 4:compound _ 4 time time NOUN NN Number=Sing 23 nsubj 23:nsubj SpaceAfter=No -5 , , PUNCT , _ 23 punct 23:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 unless unless SCONJ IN _ 8 mark 8:mark _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -8 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 advmod 23:advmod _ +8 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 23 advcl 23:advcl _ 9 an a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 advanced advanced ADJ JJ Degree=Pos 11 amod 11:amod _ 11 degree degree NOUN NN Number=Sing 8 obj 8:obj _ 12 or or CCONJ CC _ 17 cc 17:cc _ 13 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ -14 " " PUNCT `` _ 17 punct 17:punct SpaceAfter=No -15 specified specify VERB VBN Tense=Past|VerbForm=Part 17 amod 17:amod SpaceAfter=No -16 " " PUNCT '' _ 17 punct 17:punct _ +14 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No +15 specified specify VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 amod 17:amod SpaceAfter=No +16 " " PUNCT '' _ 15 punct 15:punct _ 17 skill skill NOUN NN Number=Sing 11 conj 8:obj|11:conj:or _ 18 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ -19 from from ADP IN _ 20 advmod 20:advmod _ -20 3 3 NUM CD NumType=Card 23 nummod 23:nummod _ -21 - - SYM SYM _ 22 case 22:case _ -22 5 5 NUM CD NumType=Card 20 nmod 20:nmod _ +19 from from ADV IN _ 20 advmod 20:advmod _ +20 3 3 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ +21 - - SYM SYM _ 22 case 22:advmod _ +22 5 5 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ 23 years year NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 24 . . PUNCT . _ 23 punct 23:punct _ @@ -169849,9 +169950,9 @@ 4 , , PUNCT , _ 6 punct 6:punct _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 overstay overstay VERB VB VerbForm=Inf 1 conj 1:conj:and|12:csubj _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ -8 three three NUM CD NumType=Card 9 nummod 9:nummod _ -9 months month NOUN NNS Number=Plur 10 compound 10:compound _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 three three NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ +9 months month NOUN NNS Number=Plur 10 nmod:poss 10:nmod:poss MissingWordsAfter=' 10 visit visit NOUN NN Number=Sing 6 obj 6:obj _ 11 will will AUX MD VerbForm=Fin 12 aux 12:aux _ 12 lead lead VERB VB VerbForm=Inf 0 root 0:root _ @@ -169876,7 +169977,7 @@ # text = Lets be clear about this........... 1-2 Lets _ _ _ _ _ _ _ _ 1 Let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 s s PRON PRP _ 1 obj 1:obj|4:nsubj:xsubj _ +2 s we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs|Typo=Yes 1 obj 1:obj|4:nsubj:xsubj CorrectForm='s 3 be be AUX VB VerbForm=Inf 4 cop 4:cop _ 4 clear clear ADJ JJ Degree=Pos 1 xcomp 1:xcomp _ 5 about about ADP IN _ 6 case 6:case _ @@ -169886,7 +169987,7 @@ # sent_id = answers-20111108091938AAmE8Tv_ans-0018 # text = Just 'wanting to come to Canada " is NOT enough. 1 Just just ADV RB _ 3 advmod 3:advmod _ -2 ' ' PUNCT `` _ 3 punct 3:punct SpaceAfter=No +2 ' ' PUNCT `` _ 1 punct 1:punct SpaceAfter=No 3 wanting want VERB VBG VerbForm=Ger 11 csubj 11:csubj _ 4 to to PART TO _ 5 mark 5:mark _ 5 come come VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ @@ -169903,41 +170004,41 @@ 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|11:nsubj _ 2 MUST must AUX MD VerbForm=Fin 3 aux 3:aux _ 3 apply apply VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 6 punct 6:punct _ 5 to to PART TO _ 6 mark 6:mark _ 6 become become VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -8 Immigrant immigrant NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No +8 Immigrant immigrant NOUN NN Number=Sing 6 xcomp 6:xcomp SpaceAfter=No 9 , , PUNCT , _ 11 punct 11:punct _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 WAIT wait VERB VB VerbForm=Inf 3 conj 3:conj:and _ 12 to to PART TO _ 14 mark 14:mark _ 13 be be AUX VB VerbForm=Inf 14 aux:pass 14:aux:pass _ 14 approved approve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 advcl 11:advcl:to SpaceAfter=No -15 , , PUNCT , _ 14 punct 14:punct _ +15 , , PUNCT , _ 19 punct 19:punct _ 16 by by ADP IN _ 19 case 19:case _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -18 Canadian canadian ADJ JJ Degree=Pos 19 amod 19:amod _ -19 Government government NOUN NN Number=Sing 14 obl 14:obl:by SpaceAfter=No +18 Canadian Canadian ADJ JJ Degree=Pos 19 amod 19:amod _ +19 Government government NOUN NN Number=Sing 14 obl:agent 14:obl:agent SpaceAfter=No 20 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108091938AAmE8Tv_ans-0020 # text = YOUR education ( the more the better ) and your past work history, combined with a CLEAN FBI and State Police record, and a satisfactory financial history ( no bankruptcies or large outstanding debts in the USA ) are all taken into consideration. -1 YOUR you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 YOUR your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 education education NOUN NN Number=Sing 43 nsubj:pass 43:nsubj:pass _ -3 ( ( PUNCT -LRB- _ 5 punct 5:punct _ -4 the the DET DT Definite=Def|PronType=Art 5 mark 5:mark _ +3 ( ( PUNCT -LRB- _ 7 punct 7:punct _ +4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 more more ADJ JJR Degree=Cmp 7 advcl 7:advcl:the _ -6 the the DET DT Definite=Def|PronType=Art 7 mark 7:mark _ -7 better better ADJ JJR Degree=Cmp 2 parataxis 2:parataxis _ -8 ) ) PUNCT -RRB- _ 5 punct 5:punct _ +6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ +7 better good ADJ JJR Degree=Cmp 2 parataxis 2:parataxis _ +8 ) ) PUNCT -RRB- _ 7 punct 7:punct _ 9 and and CCONJ CC _ 13 cc 13:cc _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 11 past past ADJ JJ Degree=Pos 13 amod 13:amod _ 12 work work NOUN NN Number=Sing 13 compound 13:compound _ 13 history history NOUN NN Number=Sing 2 conj 2:conj:and|43:nsubj:pass SpaceAfter=No -14 , , PUNCT , _ 2 punct 2:punct _ -15 combined combine VERB VBN Tense=Past|VerbForm=Part 23 case 23:case _ +14 , , PUNCT , _ 15 punct 15:punct _ +15 combined combine VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 acl 2:acl _ 16 with with ADP IN _ 23 case 23:case _ 17 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 18 CLEAN clean ADJ JJ Degree=Pos 23 amod 23:amod _ @@ -169945,15 +170046,15 @@ 20 and and CCONJ CC _ 22 cc 22:cc _ 21 State State PROPN NNP Number=Sing 22 compound 22:compound _ 22 Police Police PROPN NNP Number=Sing 19 conj 19:conj:and|23:compound _ -23 record record NOUN NN Number=Sing 2 nmod 2:nmod:combined SpaceAfter=No +23 record record NOUN NN Number=Sing 15 obl 15:obl:with SpaceAfter=No 24 , , PUNCT , _ 29 punct 29:punct _ 25 and and CCONJ CC _ 29 cc 29:cc _ 26 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ 27 satisfactory satisfactory ADJ JJ Degree=Pos 29 amod 29:amod _ 28 financial financial ADJ JJ Degree=Pos 29 amod 29:amod _ -29 history history NOUN NN Number=Sing 23 conj 2:nmod:combined|23:conj:and _ +29 history history NOUN NN Number=Sing 23 conj 2:obl:with|23:conj:and _ 30 ( ( PUNCT -LRB- _ 32 punct 32:punct _ -31 no no DET DT _ 32 det 32:det _ +31 no no DET DT PronType=Neg 32 det 32:det _ 32 bankruptcies bankruptcy NOUN NNS Number=Plur 29 appos 29:appos _ 33 or or CCONJ CC _ 36 cc 36:cc _ 34 large large ADJ JJ Degree=Pos 36 amod 36:amod _ @@ -169963,7 +170064,7 @@ 38 the the DET DT Definite=Def|PronType=Art 39 det 39:det _ 39 USA USA PROPN NNP Number=Sing 36 nmod 36:nmod:in _ 40 ) ) PUNCT -RRB- _ 32 punct 32:punct _ -41 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 43 aux:pass 43:aux:pass _ +41 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 43 aux:pass 43:aux:pass _ 42 all all ADV RB _ 43 advmod 43:advmod _ 43 taken take VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 44 into into ADP IN _ 45 case 45:case _ @@ -169982,19 +170083,19 @@ 8 will will AUX MD VerbForm=Fin 10 aux 10:aux _ 9 be be AUX VB VerbForm=Inf 10 aux 10:aux _ 10 competing compete VERB VBG Tense=Pres|VerbForm=Part 4 conj 4:conj:and _ -11 with with ADP IN _ 14 case 14:case _ -12 hundreds hundred NOUN NNS Number=Plur 14 case 14:case _ -13 of of ADP IN _ 14 nmod 14:nmod _ -14 thousands thousand NOUN NNS Number=Plur 10 obl 10:obl:hundreds _ +11 with with ADP IN _ 12 case 12:case _ +12 hundreds hundred NOUN NNS Number=Plur 10 obl 10:obl _ +13 of of ADP IN _ 14 case 14:case _ +14 thousands thousand NOUN NNS Number=Plur 12 nmod 12:nmod:of _ 15 of of ADP IN _ 16 case 16:case _ 16 others other NOUN NNS Number=Plur 14 nmod 14:nmod:of SpaceAfter=No -17 , , PUNCT , _ 14 punct 14:punct _ +17 , , PUNCT , _ 22 punct 22:punct _ 18 from from ADP IN _ 22 case 22:case _ 19 all all ADV RB _ 22 advmod 22:advmod _ 20 over over ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 world world NOUN NN Number=Sing 16 nmod 16:nmod:over SpaceAfter=No -23 , , PUNCT , _ 10 punct 10:punct _ +23 , , PUNCT , _ 22 punct 22:punct _ 24 for for ADP IN _ 26 case 26:case _ 25 a a DET DT Definite=Ind|PronType=Art 26 det 26:det _ 26 place place NOUN NN Number=Sing 10 obl 10:obl:for _ @@ -170008,29 +170109,29 @@ # text = IF you have NOT begun the Application process's NOW< you are about 2 to 3 years away from being approved by Immigration Canada. 1 IF if SCONJ IN _ 5 mark 5:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 NOT not PART RB _ 5 advmod 5:advmod _ -5 begun begin VERB VBN Tense=Past|VerbForm=Part 12 advcl 12:advcl:if _ +5 begun begin VERB VBN Tense=Past|VerbForm=Part 18 advcl 18:advcl:if _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 Application application NOUN NN Number=Sing 8 compound 8:compound _ -8 process's process' NOUN NNS Number=Plur 5 obj 5:obj _ +8 process's process NOUN NN Number=Sing|Typo=Yes 5 obj 5:obj CorrectForm=process 9 NOW now ADV RB _ 5 advmod 5:advmod SpaceAfter=No -10 < < SYM NFP _ 12 punct 12:punct _ -11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ -12 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -13 about about ADV RB _ 14 obj 14:obj _ -14 2 2 NUM CD NumType=Card 17 nummod 17:nummod _ +10 < < PUNCT NFP _ 5 punct 5:punct _ +11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ +12 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ +13 about about ADV RB _ 14 advmod 14:advmod _ +14 2 2 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod _ 15 to to ADP IN _ 16 case 16:case _ -16 3 3 NUM CD NumType=Card 14 nmod 14:nmod:to _ +16 3 3 NUM CD NumForm=Digit|NumType=Card 14 nmod 14:nmod:to _ 17 years year NOUN NNS Number=Plur 18 obl:npmod 18:obl:npmod _ -18 away away ADV RB _ 12 advmod 12:advmod _ +18 away away ADV RB _ 0 root 0:root _ 19 from from SCONJ IN _ 21 mark 21:mark _ 20 being be AUX VBG VerbForm=Ger 21 aux:pass 21:aux:pass _ 21 approved approve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 advcl 18:advcl:from _ 22 by by ADP IN _ 24 case 24:case _ 23 Immigration Immigration PROPN NNP Number=Sing 24 compound 24:compound _ -24 Canada Canada PROPN NNP Number=Sing 21 obl 21:obl:by SpaceAfter=No -25 . . PUNCT . _ 12 punct 12:punct _ +24 Canada Canada PROPN NNP Number=Sing 21 obl:agent 21:obl:agent SpaceAfter=No +25 . . PUNCT . _ 18 punct 18:punct _ # sent_id = answers-20111108091938AAmE8Tv_ans-0023 # text = So don't pack your bags ,yet. @@ -170039,26 +170140,26 @@ 2 do do AUX VB Mood=Imp|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 pack pack VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 bags bag NOUN NNS Number=Plur 4 obj 4:obj _ -7 , , PUNCT , _ 4 punct 4:punct SpaceAfter=No +7 , , PUNCT , _ 8 punct 8:punct SpaceAfter=No 8 yet yet ADV RB _ 4 advmod 4:advmod SpaceAfter=No 9 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108091938AAmE8Tv_ans-0024 # text = Whatever you do ...............DO NOT try to come here with out legal permission. -1 Whatever whatever DET WDT PronType=Int 3 obj 3:obj _ +1 Whatever whatever PRON WP PronType=Int 3 obj 3:obj _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 parataxis 7:parataxis _ -4 ............... ............... PUNCT , _ 7 punct 7:punct SpaceAfter=No +3 do do VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 parataxis 7:parataxis _ +4 ............... ............... PUNCT , _ 3 punct 3:punct SpaceAfter=No 5 DO do AUX VB Mood=Imp|VerbForm=Fin 7 aux 7:aux _ 6 NOT not PART RB _ 7 advmod 7:advmod _ 7 try try VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 8 to to PART TO _ 9 mark 9:mark _ 9 come come VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 here here ADV RB PronType=Dem 9 advmod 9:advmod _ -11 with with X GW _ 14 case 14:case _ -12 out out ADP IN _ 11 goeswith 11:goeswith _ +11 with without ADP GW Typo=Yes 14 case 14:case _ +12 out _ X IN _ 11 goeswith 11:goeswith _ 13 legal legal ADJ JJ Degree=Pos 14 amod 14:amod _ 14 permission permission NOUN NN Number=Sing 9 obl 9:obl:out SpaceAfter=No 15 . . PUNCT . _ 7 punct 7:punct _ @@ -170077,33 +170178,33 @@ 10 take take VERB VB VerbForm=Inf 7 conj 5:xcomp|7:conj:or _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 job job NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No -13 , , PUNCT , _ 10 punct 10:punct _ +13 , , PUNCT , _ 15 punct 15:punct _ 14 in in ADP IN _ 15 case 15:case _ 15 Canada Canada PROPN NNP Number=Sing 10 obl 10:obl:in SpaceAfter=No -16 , , PUNCT , _ 10 punct 10:punct _ -17 with with X GW _ 19 mark 19:mark _ -18 out out SCONJ IN _ 17 goeswith 17:goeswith _ +16 , , PUNCT , _ 19 punct 19:punct _ +17 with without SCONJ GW Typo=Yes 19 mark 19:mark _ +18 out _ X IN _ 17 goeswith 17:goeswith _ 19 having have VERB VBG VerbForm=Ger 10 advcl 10:advcl:out _ 20 to to PART TO _ 21 mark 21:mark _ 21 show show VERB VB VerbForm=Inf 19 xcomp 19:xcomp _ -22 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +22 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 23 Immigration Immigration PROPN NNP Number=Sing 24 compound 24:compound _ 24 VISA VISA PROPN NNP Number=Sing 21 obj 21:obj _ 25 and and CCONJ CC _ 30 cc 30:cc _ -26 Canadian canadian ADJ JJ Degree=Pos 30 amod 30:amod _ -27 Social Social PROPN NNP Number=Sing 28 compound 28:compound _ +26 Canadian Canadian ADJ JJ Degree=Pos 30 amod 30:amod _ +27 Social Social ADJ NNP Degree=Pos 28 amod 28:amod _ 28 Insurance Insurance PROPN NNP Number=Sing 29 compound 29:compound _ 29 Number Number PROPN NNP Number=Sing 30 compound 30:compound _ 30 card card NOUN NN Number=Sing 24 conj 21:obj|24:conj:and _ 31 to to ADP IN _ 34 case 34:case _ -32 any any DET DT _ 34 det 34:det _ +32 any any DET DT PronType=Ind 34 det 34:det _ 33 potential potential ADJ JJ Degree=Pos 34 amod 34:amod _ 34 employer employer NOUN NN Number=Sing 21 obl 21:obl:to SpaceAfter=No 35 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108091938AAmE8Tv_ans-0026 # text = Being an American and from the "south " you will be noticed as soon as you speak out loud . -1 Being be VERB VBG VerbForm=Ger 13 advcl 13:advcl _ +1 Being be AUX VBG VerbForm=Ger 3 cop 3:cop _ 2 an a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 American American PROPN NNP Number=Sing 13 advcl 13:advcl _ 4 and and CCONJ CC _ 8 cc 8:cc _ @@ -170120,10 +170221,10 @@ 15 soon soon ADV RB Degree=Pos 13 advmod 13:advmod _ 16 as as SCONJ IN _ 18 mark 18:mark _ 17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ -18 speak speak VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:as _ +18 speak speak VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:as _ 19 out out ADV RB _ 20 advmod 20:advmod _ 20 loud loud ADV RB _ 18 advmod 18:advmod _ -21 . . PUNCT . _ 3 punct 3:punct _ +21 . . PUNCT . _ 13 punct 13:punct _ # sent_id = answers-20111108091938AAmE8Tv_ans-0027 # text = Do it properly, and legally, and you will be OK. @@ -170158,7 +170259,7 @@ 1 How how ADV WRB PronType=Int 3 advmod 3:advmod _ 2 to to PART TO _ 3 mark 3:mark _ 3 train train VERB VB VerbForm=Inf 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 puppy puppy NOUN NN Number=Sing 3 obj 3:obj _ 6 ? ? PUNCT . _ 3 punct 3:punct _ @@ -170166,9 +170267,9 @@ # newpar id = answers-20111108111107AAlrzok_ans-p0002 # text = I have a 4 months Shih Tzu puppy. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -4 4 4 NUM CD NumType=Card 5 nummod 5:nummod _ +4 4 4 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 months month NOUN NNS Number=Plur 8 compound 8:compound _ 6 Shih shih NOUN NN Number=Sing 7 compound 7:compound _ 7 Tzu tzu NOUN NN Number=Sing 8 compound 8:compound _ @@ -170180,7 +170281,7 @@ 1 Recently recently ADV RB _ 4 advmod 4:advmod _ 2-3 I'm _ _ _ _ _ _ _ _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -3 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 having have VERB VBG VerbForm=Ger 0 root 0:root _ 5 trouble trouble NOUN NN Number=Sing 4 obj 4:obj _ 6 training train VERB VBG VerbForm=Ger 5 acl 5:acl _ @@ -170189,23 +170290,23 @@ # sent_id = answers-20111108111107AAlrzok_ans-0004 # text = He is kind of hate walking with leash, every time I put the leash on, he will try to bite it. -1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ +1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj|6:nsubj:xsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ -3 kind kind ADV RB _ 5 advmod 5:advmod _ -4 of of ADV RB _ 3 fixed 3:fixed _ +3 kind kind NOUN NN ExtPos=ADV|Number=Sing 5 advmod 5:advmod _ +4 of of ADP IN _ 3 fixed 3:fixed _ 5 hate hate VERB VB VerbForm=Inf 0 root 0:root _ -6 walking walk VERB VBG VerbForm=Ger 5 obj 5:obj _ +6 walking walk VERB VBG VerbForm=Ger 5 xcomp 5:xcomp _ 7 with with ADP IN _ 8 case 8:case _ 8 leash leash NOUN NN Number=Sing 6 obl 6:obl:with SpaceAfter=No -9 , , PUNCT , _ 5 punct 5:punct _ -10 every every DET DT _ 11 det 11:det _ +9 , , PUNCT , _ 20 punct 20:punct _ +10 every every DET DT PronType=Tot 11 det 11:det _ 11 time time NOUN NN Number=Sing 20 obl:tmod 20:obl:tmod _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 put put VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +13 put put VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 leash leash NOUN NN Number=Sing 13 obj 13:obj _ 16 on on ADP RP _ 13 compound:prt 13:compound:prt SpaceAfter=No -17 , , PUNCT , _ 20 punct 20:punct _ +17 , , PUNCT , _ 11 punct 11:punct _ 18 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj|22:nsubj:xsubj _ 19 will will AUX MD VerbForm=Fin 20 aux 20:aux _ 20 try try VERB VB VerbForm=Inf 5 parataxis 5:parataxis _ @@ -170222,7 +170323,7 @@ 4 not not PART RB _ 5 advmod 5:advmod _ 5 following follow VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 obj 5:obj _ -7 when when SCONJ WRB PronType=Int 10 mark 10:mark _ +7 when when ADV WRB PronType=Int 10 advmod 10:advmod _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 9 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 10 aux 10:aux _ 10 walking walk VERB VBG Tense=Pres|VerbForm=Part 5 advcl 5:advcl:when SpaceAfter=No @@ -170231,7 +170332,7 @@ # sent_id = answers-20111108111107AAlrzok_ans-0006 # text = I saw lots of videos about this, but actually it didn't help. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 saw see VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 lots lot NOUN NNS Number=Plur 2 obj 2:obj _ 4 of of ADP IN _ 5 case 5:case _ 5 videos video NOUN NNS Number=Plur 3 nmod 3:nmod:of _ @@ -170242,7 +170343,7 @@ 10 actually actually ADV RB _ 14 advmod 14:advmod _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 12-13 didn't _ _ _ _ _ _ _ _ -12 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 aux 14:aux _ +12 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 aux 14:aux _ 13 n't not PART RB _ 14 advmod 14:advmod _ 14 help help VERB VB VerbForm=Inf 2 conj 2:conj:but SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ @@ -170251,7 +170352,7 @@ # text = Is there any way can let him know how to walk with leash ? 1 Is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 there there PRON EX _ 1 expl 1:expl _ -3 any any DET DT _ 4 det 4:det _ +3 any any DET DT PronType=Ind 4 det 4:det _ 4 way way NOUN NN Number=Sing 1 nsubj 1:nsubj _ 5 can can AUX MD VerbForm=Fin 6 aux 6:aux _ 6 let let VERB VB VerbForm=Inf 4 acl:relcl 4:acl:relcl _ @@ -170266,13 +170367,13 @@ # sent_id = answers-20111108111107AAlrzok_ans-0008 # text = And every time he see some one he will rush to people and jump on them, doesn't listen to me. -1 And and CCONJ CC _ 14 cc 14:cc _ -2 every every DET DT _ 3 det 3:det _ +1 And and CCONJ CC _ 10 cc 10:cc _ +2 every every DET DT PronType=Tot 3 det 3:det _ 3 time time NOUN NN Number=Sing 10 obl:tmod 10:obl:tmod _ 4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -5 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ -6 some some X GW _ 5 obj 5:obj _ -7 one one NOUN NN Number=Sing 6 goeswith 6:goeswith _ +5 see see VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 3 acl:relcl 3:acl:relcl CorrectForm=sees +6 some someone PRON GW Number=Sing|PronType=Ind|Typo=Yes 5 obj 5:obj _ +7 one _ X NN _ 6 goeswith 6:goeswith _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj|14:nsubj _ 9 will will AUX MD VerbForm=Fin 10 aux 10:aux _ 10 rush rush VERB VB VerbForm=Inf 0 root 0:root _ @@ -170282,7 +170383,7 @@ 14 jump jump VERB VB VerbForm=Inf 10 conj 10:conj:and _ 15 on on ADP IN _ 16 case 16:case _ 16 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 14 obl 14:obl:on SpaceAfter=No -17 , , PUNCT , _ 10 punct 10:punct _ +17 , , PUNCT , _ 20 punct 20:punct _ 18-19 doesn't _ _ _ _ _ _ _ _ 18 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 19 n't not PART RB _ 20 advmod 20:advmod _ @@ -170298,9 +170399,9 @@ 3 really really ADV RB _ 4 advmod 4:advmod _ 4 excited excited ADJ JJ Degree=Pos 0 root 0:root _ 5 about about ADP IN _ 6 case 6:case _ -6 anybody anybody PRON NN Number=Sing 4 obl 4:obl:about _ +6 anybody anybody PRON NN Number=Sing|PronType=Ind 4 obl 4:obl:about _ 7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl SpaceAfter=No +8 see see VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 6 acl:relcl 6:acl:relcl CorrectForm=sees|SpaceAfter=No 9 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108111107AAlrzok_ans-0010 @@ -170314,37 +170415,38 @@ # sent_id = answers-20111108111107AAlrzok_ans-0011 # text = Last thing is every time I sit on a chair or something higher than him, he will try to jump on, if he can't, he will bark all the time until I let him get on, what should I do with this ? 1 Last last ADJ JJ Degree=Pos 2 amod 2:amod _ -2 thing thing NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 every every DET DT _ 5 det 5:det _ +2 thing thing NOUN NN Number=Sing 19 nsubj:outer 19:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ +4 every every DET DT PronType=Tot 5 det 5:det _ 5 time time NOUN NN Number=Sing 19 obl:tmod 19:obl:tmod _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 sit sit VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 sit sit VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 on on ADP IN _ 10 case 10:case _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 chair chair NOUN NN Number=Sing 7 obl 7:obl:on _ 11 or or CCONJ CC _ 12 cc 12:cc _ -12 something something PRON NN Number=Sing 10 conj 7:obl:on|10:conj:or _ -13 higher higher ADJ JJR Degree=Cmp 12 amod 12:amod _ +12 something something PRON NN Number=Sing|PronType=Ind 10 conj 7:obl:on|10:conj:or _ +13 higher high ADJ JJR Degree=Cmp 12 amod 12:amod _ 14 than than ADP IN _ 15 case 15:case _ 15 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 obl 13:obl:than SpaceAfter=No -16 , , PUNCT , _ 19 punct 19:punct _ +16 , , PUNCT , _ 5 punct 5:punct _ 17 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj|21:nsubj:xsubj _ 18 will will AUX MD VerbForm=Fin 19 aux 19:aux _ -19 try try VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +19 try try VERB VB VerbForm=Inf 0 root 0:root _ 20 to to PART TO _ 21 mark 21:mark _ 21 jump jump VERB VB VerbForm=Inf 19 xcomp 19:xcomp _ 22 on on ADV RB _ 21 advmod 21:advmod SpaceAfter=No -23 , , PUNCT , _ 3 punct 3:punct _ +23 , , PUNCT , _ 31 punct 31:punct _ 24 if if SCONJ IN _ 26 mark 26:mark _ 25 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 26 nsubj 26:nsubj _ -26 ca can AUX MD VerbForm=Fin 31 advcl 31:advcl:if SpaceAfter=No -27 n't not PART RB _ 26 advmod 26:advmod SpaceAfter=No -28 , , PUNCT , _ 31 punct 31:punct _ +26-27 can't _ _ _ _ _ _ _ SpaceAfter=No +26 ca can AUX MD VerbForm=Fin 31 advcl 31:advcl:if _ +27 n't not PART RB _ 26 advmod 26:advmod _ +28 , , PUNCT , _ 26 punct 26:punct _ 29 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 31 nsubj 31:nsubj _ 30 will will AUX MD VerbForm=Fin 31 aux 31:aux _ -31 bark bark VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ -32 all all DET PDT _ 34 det:predet 34:det:predet _ +31 bark bark VERB VB VerbForm=Inf 19 parataxis 19:parataxis _ +32 all all DET PDT PronType=Tot 34 det:predet 34:det:predet _ 33 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ 34 time time NOUN NN Number=Sing 31 obl:tmod 31:obl:tmod _ 35 until until SCONJ IN _ 37 mark 37:mark _ @@ -170353,26 +170455,26 @@ 38 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 37 obj 37:obj|39:nsubj:xsubj _ 39 get get VERB VB VerbForm=Inf 37 xcomp 37:xcomp _ 40 on on ADV RB _ 39 advmod 39:advmod SpaceAfter=No -41 , , PUNCT , _ 3 punct 3:punct _ +41 , , PUNCT , _ 45 punct 45:punct _ 42 what what PRON WP PronType=Int 45 obj 45:obj _ 43 should should AUX MD VerbForm=Fin 45 aux 45:aux _ 44 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 45 nsubj 45:nsubj _ -45 do do VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ +45 do do VERB VB VerbForm=Inf 19 parataxis 19:parataxis _ 46 with with ADP IN _ 47 case 47:case _ 47 this this PRON DT Number=Sing|PronType=Dem 45 obl 45:obl:with _ -48 ? ? PUNCT . _ 3 punct 3:punct _ +48 ? ? PUNCT . _ 19 punct 19:punct _ # sent_id = answers-20111108111107AAlrzok_ans-0012 # text = Anyone have any suggestion? -1 Anyone anyone PRON NN Number=Sing 2 nsubj 2:nsubj _ +1 Anyone anyone PRON NN Number=Sing|PronType=Ind 2 nsubj 2:nsubj _ 2 have have VERB VB VerbForm=Inf 0 root 0:root _ -3 any any DET DT _ 4 det 4:det _ +3 any any DET DT PronType=Ind 4 det 4:det _ 4 suggestion suggestion NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No 5 ? ? PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108111107AAlrzok_ans-0013 # text = thank you very much. -1 thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 much much ADV RB _ 1 advmod 1:advmod SpaceAfter=No @@ -170382,24 +170484,24 @@ # newpar id = answers-20111108111107AAlrzok_ans-p0003 # text = Hi, I am a dog trainer for 25 yrs. 1 Hi hi INTJ UH _ 7 discourse 7:discourse SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 4 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 dog dog NOUN NN Number=Sing 7 compound 7:compound _ 7 trainer trainer NOUN NN Number=Sing 0 root 0:root _ 8 for for ADP IN _ 10 case 10:case _ -9 25 25 NUM CD NumType=Card 10 nummod 10:nummod _ +9 25 25 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 yrs year NOUN NNS Abbr=Yes|Number=Plur 7 obl 7:obl:for SpaceAfter=No 11 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108111107AAlrzok_ans-0015 # text = You need to purchase what is called a shoulder point harness. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 purchase purchase VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 what what PRON WP PronType=Int 4 obj 4:obj _ +5 what what PRON WP PronType=Rel 4 obj 4:obj|7:obj|11:nsubj:xsubj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ 7 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl:relcl 5:acl:relcl _ 8 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ @@ -170419,7 +170521,7 @@ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8-9 dogs _ _ _ _ _ _ _ _ 8 dog dog NOUN NN Number=Sing 10 nmod:poss 10:nmod:poss _ -9 s 's PART POS _ 8 case 8:case _ +9 s 's PART POS Typo=Yes 8 case 8:case CorrectForm='s 10 chest chest NOUN NN Number=Sing 5 obl 5:obl:around _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 legs leg NOUN NNS Number=Plur 10 conj 5:obl:around|10:conj:and _ @@ -170448,7 +170550,7 @@ # text = This way, he cannot reach the leash to chew it. 1 This this DET DT Number=Sing|PronType=Dem 2 det 2:det _ 2 way way NOUN NN Number=Sing 7 obl:npmod 7:obl:npmod SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 5-6 cannot _ _ _ _ _ _ _ _ 5 can can AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -170463,19 +170565,19 @@ # sent_id = answers-20111108111107AAlrzok_ans-0018 # text = When he swivels his head to go for it anyway, tell him sharp "UH UH" gently correct him with a small tug and continue your walk. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 3 swivels swivel VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:when _ -4 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 head head NOUN NN Number=Sing 3 obj 3:obj _ 6 to to PART TO _ 7 mark 7:mark _ 7 go go VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ 8 for for ADP IN _ 9 case 9:case _ 9 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obl 7:obl:for _ 10 anyway anyway ADV RB _ 7 advmod 7:advmod SpaceAfter=No -11 , , PUNCT , _ 12 punct 12:punct _ +11 , , PUNCT , _ 3 punct 3:punct _ 12 tell tell VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -13 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 obj 12:obj _ +13 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 iobj 12:iobj _ 14 sharp sharp ADV RB _ 12 advmod 12:advmod _ 15 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No 16 UH uh INTJ UH _ 12 ccomp 12:ccomp _ @@ -170490,7 +170592,7 @@ 25 tug tug NOUN NN Number=Sing 20 obl 20:obl:with _ 26 and and CCONJ CC _ 27 cc 27:cc _ 27 continue continue VERB VB Mood=Imp|VerbForm=Fin 12 conj 12:conj:and _ -28 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +28 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ 29 walk walk NOUN NN Number=Sing 27 obj 27:obj SpaceAfter=No 30 . . PUNCT . _ 12 punct 12:punct _ @@ -170536,7 +170638,7 @@ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 consistency consistency NOUN NN Number=Sing 10 conj 8:obl:over|10:conj:and _ 13 in in ADP IN _ 15 case 15:case _ -14 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 training training NOUN NN Number=Sing 12 nmod 12:nmod:in SpaceAfter=No 16 . . PUNCT . _ 5 punct 5:punct _ @@ -170544,7 +170646,7 @@ # text = And always, always train with love and positive methods- never hit or harshly scold. 1 And and CCONJ CC _ 5 cc 5:cc _ 2 always always ADV RB _ 4 advmod 4:advmod SpaceAfter=No -3 , , PUNCT , _ 4 punct 4:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 always always ADV RB _ 5 advmod 5:advmod _ 5 train train VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 6 with with ADP IN _ 7 case 7:case _ @@ -170552,7 +170654,7 @@ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 positive positive ADJ JJ Degree=Pos 10 amod 10:amod _ 10 methods method NOUN NNS Number=Plur 7 conj 5:obl:with|7:conj:and SpaceAfter=No -11 - - PUNCT , _ 5 punct 5:punct _ +11 - - PUNCT , _ 13 punct 13:punct _ 12 never never ADV RB _ 13 advmod 13:advmod _ 13 hit hit VERB VB Mood=Imp|VerbForm=Fin 5 parataxis 5:parataxis _ 14 or or CCONJ CC _ 16 cc 16:cc _ @@ -170572,17 +170674,17 @@ # sent_id = answers-20111108111107AAlrzok_ans-0024 # text = You want your dog to admire you as his pack leader, not fear you. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 dog dog NOUN NN Number=Sing 2 obj 2:obj|6:nsubj:xsubj _ 5 to to PART TO _ 6 mark 6:mark _ 6 admire admire VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 6 obj 6:obj _ 8 as as ADP IN _ 11 case 11:case _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 pack pack NOUN NN Number=Sing 11 compound 11:compound _ 11 leader leader NOUN NN Number=Sing 6 obl 6:obl:as SpaceAfter=No -12 , , PUNCT , _ 6 punct 6:punct _ +12 , , PUNCT , _ 14 punct 14:punct _ 13 not not PART RB _ 14 advmod 14:advmod _ 14 fear fear VERB VB VerbForm=Inf 6 parataxis 6:parataxis _ 15 you you PRON PRP Case=Acc|Person=2|PronType=Prs 14 obj 14:obj SpaceAfter=No @@ -170593,15 +170695,15 @@ 1 Good good ADJ JJ Degree=Pos 2 amod 2:amod _ 2 luck luck NOUN NN Number=Sing 0 root 0:root _ 3 with with ADP IN _ 5 case 5:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 puppy puppy NOUN NN Number=Sing 2 nmod 2:nmod:with SpaceAfter=No 6 ! ! PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108111107AAlrzok_ans-0026 # text = All the best. -1 All all DET PDT _ 3 det:predet 3:det:predet _ +1 All all DET PDT PronType=Tot 3 det:predet 3:det:predet _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ -3 best best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +3 best good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108111107AAlrzok_ans-0027 @@ -170627,11 +170729,11 @@ # text = why dont you get some treats that he loves and only give him them when he does something right. 1 why why ADV WRB PronType=Int 5 advmod 5:advmod _ 2-3 dont _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ -3 nt not PART RB _ 5 advmod 5:advmod _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 nt not PART RB Typo=Yes 5 advmod 5:advmod CorrectForm=n't 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj|13:nsubj _ 5 get get VERB VB VerbForm=Inf 0 root 0:root _ -6 some some DET DT _ 7 det 7:det _ +6 some some DET DT PronType=Ind 7 det 7:det _ 7 treats treat NOUN NNS Number=Plur 5 obj 5:obj|10:obj _ 8 that that PRON WDT PronType=Rel 10 obj 7:ref _ 9 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ @@ -170641,26 +170743,26 @@ 13 give give VERB VB VerbForm=Inf 5 conj 5:conj:and _ 14 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 iobj 13:iobj _ 15 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 13 obj 13:obj _ -16 when when SCONJ WRB PronType=Int 18 mark 18:mark _ +16 when when ADV WRB PronType=Int 18 advmod 18:advmod _ 17 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 18 does do VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:when _ -19 something something PRON NN Number=Sing 18 obj 18:obj _ +19 something something PRON NN Number=Sing|PronType=Ind 18 obj 18:obj _ 20 right right ADV RB _ 18 advmod 18:advmod SpaceAfter=No 21 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108111107AAlrzok_ans-0029 # text = or, as i saw on embarrassing pets on tv, get a clicker type thing and treats as well. 1 or or CCONJ CC _ 12 cc 12:cc SpaceAfter=No -2 , , PUNCT , _ 12 punct 12:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 as as SCONJ IN _ 5 mark 5:mark _ -4 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 advcl 12:advcl:as _ +4 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ +5 saw see VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 12 advcl 12:advcl:as _ 6 on on ADP IN _ 8 case 8:case _ 7 embarrassing embarrassing ADJ JJ Degree=Pos 8 amod 8:amod _ 8 pets pet NOUN NNS Number=Plur 5 obl 5:obl:on _ 9 on on ADP IN _ 10 case 10:case _ -10 tv tv NOUN NN Number=Sing 5 obl 5:obl:on SpaceAfter=No -11 , , PUNCT , _ 12 punct 12:punct _ +10 tv TV NOUN NN Number=Sing 5 obl 5:obl:on SpaceAfter=No +11 , , PUNCT , _ 5 punct 5:punct _ 12 get get VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 13 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 14 clicker clicker NOUN NN Number=Sing 15 compound 15:compound _ @@ -170679,10 +170781,10 @@ 3 train train VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj|6:nsubj:xsubj _ 5 to to PART TO _ 6 mark 6:mark _ -6 heel heel VERB VB VerbForm=Inf 3 xcomp 3:xcomp SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ -8 which which PRON WDT PronType=Int 9 nsubj 9:nsubj _ -9 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ +6 heel heel VERB VB VerbForm=Inf 3 xcomp 3:xcomp|9:csubj SpaceAfter=No +7 , , PUNCT , _ 9 punct 9:punct _ +8 which which PRON WDT PronType=Rel 9 nsubj 6:ref _ +9 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 advcl:relcl 6:advcl:relcl _ 10 to to PART TO _ 11 mark 11:mark _ 11 walk walk VERB VB VerbForm=Inf 9 ccomp 9:ccomp _ 12 round round ADP IN _ 13 case 13:case _ @@ -170705,13 +170807,13 @@ # sent_id = answers-20111108111107AAlrzok_ans-0031 # text = or you could even spray some scented spray on the leash and he will go for the scent and probably, if you act quick enough, will stay on the leash. -1 or or CCONJ CC _ 15 cc 15:cc _ +1 or or CCONJ CC _ 5 cc 5:cc _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 3 could could AUX MD VerbForm=Fin 5 aux 5:aux _ 4 even even ADV RB _ 5 advmod 5:advmod _ 5 spray spray VERB VB VerbForm=Inf 0 root 0:root _ -6 some some DET DT _ 8 det 8:det _ -7 scented scent VERB VBN Tense=Past|VerbForm=Part 8 amod 8:amod _ +6 some some DET DT PronType=Ind 8 det 8:det _ +7 scented scent VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 amod 8:amod _ 8 spray spray NOUN NN Number=Sing 5 obj 5:obj _ 9 on on ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ @@ -170725,13 +170827,13 @@ 18 scent scent NOUN NN Number=Sing 15 obl 15:obl:for _ 19 and and CCONJ CC _ 29 cc 29:cc _ 20 probably probably ADV RB _ 29 advmod 29:advmod SpaceAfter=No -21 , , PUNCT , _ 29 punct 29:punct _ +21 , , PUNCT , _ 20 punct 20:punct _ 22 if if SCONJ IN _ 24 mark 24:mark _ 23 you you PRON PRP Case=Nom|Person=2|PronType=Prs 24 nsubj 24:nsubj _ -24 act act VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 29 advcl 29:advcl:if _ -25 quick quick ADV RB _ 26 advmod 26:advmod _ -26 enough enough ADV RB _ 24 advmod 24:advmod SpaceAfter=No -27 , , PUNCT , _ 29 punct 29:punct _ +24 act act VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 29 advcl 29:advcl:if _ +25 quick quick ADV RB _ 24 advmod 24:advmod _ +26 enough enough ADV RB _ 25 advmod 25:advmod SpaceAfter=No +27 , , PUNCT , _ 24 punct 24:punct _ 28 will will AUX MD VerbForm=Fin 29 aux 29:aux _ 29 stay stay VERB VB VerbForm=Inf 15 conj 15:conj:and _ 30 on on ADP IN _ 32 case 32:case _ @@ -170745,23 +170847,23 @@ # text = What sort of Hotel could I expect to find in New Delhi/Agra/Varanasi for rs500 per night? 1 What what DET WDT PronType=Int 2 det 2:det _ 2 sort sort NOUN NN Number=Sing 9 obj 9:obj _ -3 of of ADP IN _ 2 nmod 2:nmod _ -4 Hotel hotel NOUN NN Number=Sing 9 obj 9:obj _ +3 of of ADP IN _ 4 case 4:case _ +4 Hotel hotel NOUN NN Number=Sing 2 nmod 2:nmod:of _ 5 could could AUX MD VerbForm=Fin 7 aux 7:aux _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ 7 expect expect VERB VB VerbForm=Inf 0 root 0:root _ 8 to to PART TO _ 9 mark 9:mark _ 9 find find VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 in in ADP IN _ 12 case 12:case _ -11 New New PROPN NNP Number=Sing 12 compound 12:compound _ +11 New New ADJ NNP Degree=Pos 12 amod 12:amod _ 12 Delhi Delhi PROPN NNP Number=Sing 9 obl 9:obl:in SpaceAfter=No -13 / / PUNCT , _ 14 cc 14:cc SpaceAfter=No +13 / / SYM , _ 14 cc 14:cc SpaceAfter=No 14 Agra Agra PROPN NNP Number=Sing 12 conj 9:obl:in|12:conj SpaceAfter=No -15 / / PUNCT , _ 16 cc 16:cc SpaceAfter=No +15 / / SYM , _ 16 cc 16:cc SpaceAfter=No 16 Varanasi Varanasi PROPN NNP Number=Sing 12 conj 9:obl:in|12:conj _ 17 for for ADP IN _ 18 case 18:case _ 18 rs rs SYM $ _ 9 obl 9:obl:for SpaceAfter=No -19 500 500 NUM CD NumType=Card 18 nummod 18:nummod _ +19 500 500 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ 20 per per ADP IN _ 21 case 21:case _ 21 night night NOUN NN Number=Sing 18 nmod 18:nmod:per SpaceAfter=No 22 ? ? PUNCT . _ 7 punct 7:punct _ @@ -170777,13 +170879,13 @@ # text = I'm looking to visit India with some mates at the beginning of February next year and I am wandering what standard of accommodation we could get for Rs 500 per person per night. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 looking look VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 visit visit VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 India India PROPN NNP Number=Sing 5 obj 5:obj _ 7 with with ADP IN _ 9 case 9:case _ -8 some some DET DT _ 9 det 9:det _ +8 some some DET DT PronType=Ind 9 det 9:det _ 9 mates mate NOUN NNS Number=Plur 5 obl 5:obl:with _ 10 at at ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -170795,7 +170897,7 @@ 17 and and CCONJ CC _ 20 cc 20:cc _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ 19 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ -20 wandering wander VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj:and _ +20 wandering wonder VERB VBG Tense=Pres|Typo=Yes|VerbForm=Part 3 conj 3:conj:and CorrectForm=wondering 21 what what DET WDT PronType=Int 22 det 22:det _ 22 standard standard NOUN NN Number=Sing 27 obj 27:obj _ 23 of of ADP IN _ 24 case 24:case _ @@ -170805,7 +170907,7 @@ 27 get get VERB VB VerbForm=Inf 20 ccomp 20:ccomp _ 28 for for ADP IN _ 29 case 29:case _ 29 Rs rs SYM $ _ 27 obl 27:obl:for _ -30 500 500 NUM CD NumType=Card 29 nummod 29:nummod _ +30 500 500 NUM CD NumForm=Digit|NumType=Card 29 nummod 29:nummod _ 31 per per ADP IN _ 32 case 32:case _ 32 person person NOUN NN Number=Sing 29 nmod 29:nmod:per _ 33 per per ADP IN _ 34 case 34:case _ @@ -170817,7 +170919,7 @@ 1 There there PRON EX _ 3 expl 3:expl _ 2 would would AUX MD VerbForm=Fin 3 aux 3:aux _ 3 be be VERB VB VerbForm=Inf 0 root 0:root _ -4 four four NUM CD NumType=Card 3 nsubj 3:nsubj _ +4 four four NUM CD NumForm=Word|NumType=Card 3 nsubj 3:nsubj _ 5 of of ADP IN _ 6 case 6:case _ 6 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 4 nmod 4:nmod:of _ 7 so so ADV RB _ 12 advmod 12:advmod _ @@ -170825,23 +170927,23 @@ 9 would would AUX MD VerbForm=Fin 12 aux 12:aux _ 10 probably probably ADV RB _ 12 advmod 12:advmod _ 11 be be AUX VB VerbForm=Inf 12 aux 12:aux _ -12 looking look VERB VBG Tense=Pres|VerbForm=Part 3 ccomp 3:ccomp _ +12 looking look VERB VBG Tense=Pres|VerbForm=Part 3 parataxis 3:parataxis _ 13 at at ADP IN _ 16 case 16:case _ -14 2 2 NUM CD NumType=Card 16 nummod 16:nummod _ +14 2 2 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 15 twin twin NOUN NN Number=Sing 16 compound 16:compound _ 16 rooms room NOUN NNS Number=Plur 12 obl 12:obl:at _ 17 for for ADP IN _ 18 case 18:case _ 18 Rs rs SYM $ _ 16 nmod 16:nmod:for SpaceAfter=No -19 1000 1000 NUM CD NumType=Card 18 nummod 18:nummod SpaceAfter=No -20 , , PUNCT , _ 16 punct 16:punct _ -21 close close ADV JJ Degree=Pos 16 amod 16:amod _ +19 1000 1000 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod SpaceAfter=No +20 , , PUNCT , _ 21 punct 21:punct _ +21 close close ADJ JJ Degree=Pos 16 amod 16:amod _ 22 to to ADP IN _ 24 case 24:case _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 centre centre NOUN NN Number=Sing 21 obl 21:obl:to _ 25 of of ADP IN _ 27 case 27:case _ 26 these this DET DT Number=Plur|PronType=Dem 27 det 27:det _ 27 cities city NOUN NNS Number=Plur 24 nmod 24:nmod:of SpaceAfter=No -28 . . PUNCT . _ 4 punct 4:punct _ +28 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108064026AA86V9T_ans-0005 # text = This would be on a walk-in basis as we want to have the freedom of finding a place that looks good (Not relying on pictures from the internet) and is in a spot we like. @@ -170856,7 +170958,7 @@ 9 basis basis NOUN NN Number=Sing 0 root 0:root _ 10 as as SCONJ IN _ 12 mark 12:mark _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj|14:nsubj:xsubj _ -12 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:as _ +12 want want VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:as _ 13 to to PART TO _ 14 mark 14:mark _ 14 have have VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -170869,7 +170971,7 @@ 22 looks look VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 acl:relcl 20:acl:relcl _ 23 good good ADJ JJ Degree=Pos 22 xcomp 22:xcomp _ 24 ( ( PUNCT -LRB- _ 26 punct 26:punct SpaceAfter=No -25 Not not ADV RB _ 26 advmod 26:advmod _ +25 Not not PART RB _ 26 advmod 26:advmod _ 26 relying rely VERB VBG VerbForm=Ger 22 parataxis 22:parataxis _ 27 on on ADP IN _ 28 case 28:case _ 28 pictures picture NOUN NNS Number=Plur 26 obl 26:obl:on _ @@ -170883,7 +170985,7 @@ 36 a a DET DT Definite=Ind|PronType=Art 37 det 37:det _ 37 spot spot NOUN NN Number=Sing 22 conj 20:acl:relcl|22:conj:and _ 38 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 39 nsubj 39:nsubj _ -39 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 37 acl:relcl 37:acl:relcl SpaceAfter=No +39 like like VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 37 acl:relcl 37:acl:relcl SpaceAfter=No 40 . . PUNCT . _ 9 punct 9:punct _ # sent_id = answers-20111108064026AA86V9T_ans-0006 @@ -170893,33 +170995,33 @@ 3 advance advance NOUN NN Number=Sing 1 nmod 1:nmod:in _ 4 for for SCONJ IN _ 5 mark 5:mark _ 5 sharing share VERB VBG VerbForm=Ger 1 acl 1:acl:for _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 experience experience NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No 8 ! ! PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108064026AA86V9T_ans-0007 # text = Sorry, almost forgot to ask - Would it be cheaper to walk-in to these hotels rather than pre book? 1 Sorry sorry INTJ UH _ 4 discourse 4:discourse SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 almost almost ADV RB _ 4 advmod 4:advmod _ -4 forgot forget VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 forgot forget VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 ask ask VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 - - PUNCT , _ 6 punct 6:punct _ +7 - - PUNCT , _ 11 punct 11:punct _ 8 Would would AUX MD VerbForm=Fin 11 aux 11:aux _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj|13:nsubj:xsubj|22:nsubj:xsubj _ 10 be be AUX VB VerbForm=Inf 11 cop 11:cop _ -11 cheaper cheaper ADJ JJR Degree=Cmp 6 parataxis 6:parataxis _ +11 cheaper cheap ADJ JJR Degree=Cmp 6 parataxis 6:parataxis _ 12 to to PART TO _ 13 mark 13:mark _ 13 walk walk VERB VB VerbForm=Inf 11 xcomp 11:xcomp SpaceAfter=No -14 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +14 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No 15 in in ADP IN _ 18 case 18:case _ 16 to to ADP IN _ 18 case 18:case _ 17 these this DET DT Number=Plur|PronType=Dem 18 det 18:det _ 18 hotels hotel NOUN NNS Number=Plur 13 obl 13:obl:in _ 19 rather rather ADV RB _ 22 cc 22:cc _ 20 than than ADP IN _ 19 fixed 19:fixed _ -21 pre pre X AFX _ 22 advmod 22:advmod _ +21 pre pre ADV AFX _ 22 advmod 22:advmod _ 22 book book VERB VB VerbForm=Inf 13 conj 11:xcomp|13:conj:rather_than SpaceAfter=No 23 ? ? PUNCT . _ 4 punct 4:punct _ @@ -170938,22 +171040,22 @@ # sent_id = answers-20111108064026AA86V9T_ans-0009 # text = Travelled to Delhi twice and stayed there twice. -1 Travelled travel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Travelled travel VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 to to ADP IN _ 3 case 3:case _ 3 Delhi Delhi PROPN NNP Number=Sing 1 obl 1:obl:to _ -4 twice twice ADV RB NumType=Mult 1 advmod 1:advmod _ +4 twice twice ADV RB NumForm=Word|NumType=Mult 1 advmod 1:advmod _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 stayed stay VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 conj 1:conj:and _ +6 stayed stay VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 1 conj 1:conj:and _ 7 there there ADV RB PronType=Dem 6 advmod 6:advmod _ -8 twice twice ADV RB NumType=Mult 6 advmod 6:advmod SpaceAfter=No +8 twice twice ADV RB NumForm=Word|NumType=Mult 6 advmod 6:advmod SpaceAfter=No 9 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108064026AA86V9T_ans-0010 # text = Rooms start from 500 per double. 1 Rooms room NOUN NNS Number=Plur 2 nsubj 2:nsubj _ -2 start start VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 start start VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 from from ADP IN _ 4 case 4:case _ -4 500 500 NUM CD NumType=Card 2 obl 2:obl:from _ +4 500 500 NUM CD NumForm=Digit|NumType=Card 2 obl 2:obl:from _ 5 per per ADP IN _ 6 case 6:case _ 6 double double NOUN NN Number=Sing 4 nmod 4:nmod:per SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ @@ -170962,7 +171064,7 @@ # text = Those ones are quite small. 1 Those that DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 ones one NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 quite quite ADV RB _ 5 advmod 5:advmod _ 5 small small ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ @@ -170971,7 +171073,7 @@ # text = Must say, in Delhi it's hard to get good price/quality rating. 1 Must must AUX MD VerbForm=Fin 2 aux 2:aux _ 2 say say VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 8 punct 8:punct _ 4 in in ADP IN _ 5 case 5:case _ 5 Delhi Delhi PROPN NNP Number=Sing 8 obl 8:obl:in _ 6-7 it's _ _ _ _ _ _ _ _ @@ -170982,7 +171084,7 @@ 10 get get VERB VB VerbForm=Inf 8 csubj 8:csubj _ 11 good good ADJ JJ Degree=Pos 12 amod 12:amod _ 12 price price NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No -13 / / PUNCT , _ 15 cc 15:cc SpaceAfter=No +13 / / SYM , _ 15 cc 15:cc SpaceAfter=No 14 quality quality NOUN NN Number=Sing 15 compound 15:compound _ 15 rating rating NOUN NN Number=Sing 12 conj 10:obj|12:conj SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ @@ -170990,13 +171092,13 @@ # sent_id = answers-20111108064026AA86V9T_ans-0013 # text = I have found this hotel in the Lonely Planet guide. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 found find VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 hotel hotel NOUN NN Number=Sing 3 obj 3:obj _ 6 in in ADP IN _ 10 case 10:case _ 7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -8 Lonely Lonely PROPN NNP Number=Sing 9 compound 9:compound _ +8 Lonely Lonely ADJ NNP Degree=Pos 9 amod 9:amod _ 9 Planet Planet PROPN NNP Number=Sing 10 compound 10:compound _ 10 guide guide NOUN NN Number=Sing 3 obl 3:obl:in SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ @@ -171012,11 +171114,11 @@ 6 starting start VERB VBG VerbForm=Ger 5 acl 5:acl _ 7 with with ADP IN _ 9 case 9:case _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -9 P p NOUN NN Number=Sing 6 obl 6:obl:with SpaceAfter=No -10 , , PUNCT , _ 5 punct 5:punct _ +9 P P NOUN NN Number=Sing 6 obl 6:obl:with SpaceAfter=No +10 , , PUNCT , _ 13 punct 13:punct _ 11 many many ADJ JJ Degree=Pos 13 amod 13:amod _ 12 tourist tourist NOUN NN Number=Sing 13 compound 13:compound _ -13 hotels hotel NOUN NNS Number=Plur 5 acl:relcl 5:acl:relcl _ +13 hotels hotel NOUN NNS Number=Plur 5 parataxis 5:parataxis _ 14 there there ADV RB PronType=Dem 13 advmod 13:advmod _ 15 and and CCONJ CC _ 20 cc 20:cc _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -171031,11 +171133,11 @@ 1 But but CCONJ CC _ 9 cc 9:cc _ 2 in in ADP IN _ 3 case 3:case _ 3 general general ADJ JJ Degree=Pos 9 obl 9:obl:in SpaceAfter=No -4 , , PUNCT , _ 9 punct 9:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 Delhi Delhi PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 hardest hardest ADJ JJS Degree=Sup 9 amod 9:amod _ +8 hardest hard ADJ JJS Degree=Sup 9 amod 9:amod _ 9 place place NOUN NN Number=Sing 0 root 0:root _ 10 to to PART TO _ 11 mark 11:mark _ 11 find find VERB VB VerbForm=Inf 9 acl 9:acl:to _ @@ -171054,7 +171156,7 @@ 2 Varanasi Varanasi PROPN NNP Number=Sing 6 obl 6:obl:in _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 4-5 don't _ _ _ _ _ _ _ _ -4 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 n't not PART RB _ 6 advmod 6:advmod _ 6 know know VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 7 . . PUNCT . _ 6 punct 6:punct _ @@ -171063,11 +171165,11 @@ # text = I've stayed in a more expensive hotel there, but you can check some travelguides or tripadvisor? 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 stayed stay VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 in in ADP IN _ 8 case 8:case _ 5 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -6 more more ADV RBR _ 7 advmod 7:advmod _ +6 more more ADV RBR Degree=Cmp 7 advmod 7:advmod _ 7 expensive expensive ADJ JJ Degree=Pos 8 amod 8:amod _ 8 hotel hotel NOUN NN Number=Sing 3 obl 3:obl:in _ 9 there there ADV RB PronType=Dem 3 advmod 3:advmod SpaceAfter=No @@ -171076,7 +171178,7 @@ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj _ 13 can can AUX MD VerbForm=Fin 14 aux 14:aux _ 14 check check VERB VB VerbForm=Inf 3 conj 3:conj:but _ -15 some some DET DT _ 16 det 16:det _ +15 some some DET DT PronType=Ind 16 det 16:det _ 16 travelguides travelguide NOUN NNS Number=Plur 14 obj 14:obj _ 17 or or CCONJ CC _ 18 cc 18:cc _ 18 tripadvisor tripadvisor PROPN NNP Number=Sing 16 conj 14:obj|16:conj:or SpaceAfter=No @@ -171085,7 +171187,7 @@ # sent_id = answers-20111108064026AA86V9T_ans-0018 # text = Also, while travelling ask people where they've been and if they have any hotel recommendations. 1 Also also ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 while while SCONJ IN _ 4 mark 4:mark _ 4 travelling travel VERB VBG VerbForm=Ger 5 advcl 5:advcl:while _ 5 ask ask VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ @@ -171093,13 +171195,13 @@ 7 where where ADV WRB PronType=Int 5 ccomp 5:ccomp _ 8-9 they've _ _ _ _ _ _ _ _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -9 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +9 've have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 10 been be AUX VBN Tense=Past|VerbForm=Part 7 cop 7:cop _ 11 and and CCONJ CC _ 14 cc 14:cc _ 12 if if SCONJ IN _ 14 mark 14:mark _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -14 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 conj 5:ccomp|7:conj:and _ -15 any any DET DT _ 17 det 17:det _ +14 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 conj 5:ccomp|7:conj:and _ +15 any any DET DT PronType=Ind 17 det 17:det _ 16 hotel hotel NOUN NN Number=Sing 17 compound 17:compound _ 17 recommendations recommendation NOUN NNS Number=Plur 14 obj 14:obj SpaceAfter=No 18 . . PUNCT . _ 5 punct 5:punct _ @@ -171110,21 +171212,21 @@ 2 Agra Agra PROPN NNP Number=Sing 5 obl 5:obl:in _ 3-4 I've _ _ _ _ _ _ _ _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -4 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 stayed stay VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 6 in in ADP IN _ 8 case 8:case _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 place place NOUN NN Number=Sing 5 obl 5:obl:in _ 9 fellow fellow ADJ JJ Degree=Pos 10 amod 10:amod _ 10 travellers traveller NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -11 recommended recommend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl SpaceAfter=No -12 , , PUNCT , _ 5 punct 5:punct _ +11 recommended recommend VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl SpaceAfter=No +12 , , PUNCT , _ 14 punct 14:punct _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -14 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 parataxis 5:parataxis _ +14 found find VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 parataxis 5:parataxis _ 15 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 obj 14:obj _ 16 in in ADP IN _ 19 case 19:case _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -18 Rough Rough PROPN NNP Number=Sing 19 compound 19:compound _ +18 Rough Rough ADJ NNP Degree=Pos 19 amod 19:amod _ 19 Guide Guide PROPN NNP Number=Sing 14 obl 14:obl:in SpaceAfter=No 20 . . PUNCT . _ 5 punct 5:punct _ @@ -171148,14 +171250,15 @@ 4 easy easy ADJ JJ Degree=Pos 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 find find VERB VB VerbForm=Inf 4 csubj 4:csubj _ -7 something something PRON NN Number=Sing 6 obj 6:obj SpaceAfter=No +7 something something PRON NN Number=Sing|PronType=Ind 6 obj 6:obj SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108064026AA86V9T_ans-0022 # text = (Dont stay in Agra too long. 1 ( ( PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No -2 Do do AUX VB Mood=Imp|VerbForm=Fin 4 aux 4:aux SpaceAfter=No -3 nt not PART RB _ 4 advmod 4:advmod _ +2-3 Dont _ _ _ _ _ _ _ _ +2 Do do AUX VB Mood=Imp|VerbForm=Fin 4 aux 4:aux _ +3 nt not PART RB Typo=Yes 4 advmod 4:advmod CorrectForm=n't 4 stay stay VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 5 in in ADP IN _ 6 case 6:case _ 6 Agra Agra PROPN NNP Number=Sing 4 obl 4:obl:in _ @@ -171165,7 +171268,7 @@ # sent_id = answers-20111108064026AA86V9T_ans-0023 # text = One night is enough!) -1 One one NUM CD NumType=Card 2 nummod 2:nummod _ +1 One one NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 night night NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 enough enough ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No @@ -171175,7 +171278,7 @@ # sent_id = answers-20111108064026AA86V9T_ans-0024 # text = There were many hotels there. 1 There there PRON EX _ 2 expl 2:expl _ -2 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 many many ADJ JJ Degree=Pos 4 amod 4:amod _ 4 hotels hotel NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 5 there there ADV RB PronType=Dem 2 advmod 2:advmod SpaceAfter=No @@ -171185,9 +171288,9 @@ # text = Ive paid 500 for a double room there and it was fine and clean. 1-2 Ive _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 ve have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 ve have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 3 aux 3:aux CorrectForm='ve 3 paid pay VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 500 500 NUM CD NumType=Card 3 obj 3:obj _ +4 500 500 NUM CD NumForm=Digit|NumType=Card 3 obj 3:obj _ 5 for for ADP IN _ 8 case 8:case _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 double double ADJ JJ Degree=Pos 8 amod 8:amod _ @@ -171205,9 +171308,9 @@ # text = Good luck, enjoy your time! 1 Good good ADJ JJ Degree=Pos 2 amod 2:amod _ 2 luck luck NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 enjoy enjoy VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 time time NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 7 ! ! PUNCT . _ 2 punct 2:punct _ @@ -171223,15 +171326,15 @@ 7 hotel hotel NOUN NN Number=Sing 3 obj 3:obj _ 8 for for ADP IN _ 9 case 9:case _ 9 Rs rs SYM $ _ 3 obl 3:obl:for _ -10 1000 1000 NUM CD NumType=Card 9 nummod 9:nummod _ +10 1000 1000 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 11 per per ADP IN _ 12 case 12:case _ 12 night night NOUN NN Number=Sing 9 nmod 9:nmod:per _ 13 in in ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 cities city NOUN NNS Number=Plur 3 obl 3:obl:in _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ -17 mentioned mention VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 acl:relcl 15:acl:relcl SpaceAfter=No -18 , , PUNCT , _ 3 punct 3:punct _ +17 mentioned mention VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 15 acl:relcl 15:acl:relcl SpaceAfter=No +18 , , PUNCT , _ 23 punct 23:punct _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 links link NOUN NNS Number=Plur 23 nsubj 23:nsubj _ 21 below below ADV RB _ 20 advmod 20:advmod _ @@ -171259,12 +171362,12 @@ 2 Stay stay VERB VB VerbForm=Inf 10 advcl 10:advcl:to _ 3 in in ADP IN _ 4 case 4:case _ 4 delhi delhi PROPN NNP Number=Sing 2 obl 2:obl:in _ -5 - - PUNCT , _ 10 punct 10:punct _ +5 - - PUNCT , _ 2 punct 2:punct _ 6 Hotel Hotel PROPN NNP Number=Sing 8 compound 8:compound _ 7 Aster Aster PROPN NNP Number=Sing 8 compound 8:compound _ 8 Inn Inn PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ -10 best best ADJ JJS Degree=Sup 0 root 0:root _ +10 best good ADJ JJS Degree=Sup 0 root 0:root _ 11 to to PART TO _ 12 mark 12:mark _ 12 stay stay VERB VB VerbForm=Inf 10 advcl 10:advcl:to _ 13 in in ADP IN _ 14 case 14:case _ @@ -171282,7 +171385,7 @@ # sent_id = answers-20111108064026AA86V9T_ans-0031 # text = some beautiful locations like close to Karol Bagh Shopping Market, Presidential Palace, and Birla Mandir Temple and Connaught Place and Jantar Mantar are near to it. -1 some some DET DT _ 3 det 3:det _ +1 some some DET DT PronType=Ind 3 det 3:det _ 2 beautiful beautiful ADJ JJ Degree=Pos 3 amod 3:amod _ 3 locations location NOUN NNS Number=Plur 26 nsubj 26:nsubj _ 4 like like ADP IN _ 5 case 5:case _ @@ -171293,7 +171396,7 @@ 9 Shopping Shopping PROPN NNP Number=Sing 10 compound 10:compound _ 10 Market Market PROPN NNP Number=Sing 5 obl 5:obl:to SpaceAfter=No 11 , , PUNCT , _ 13 punct 13:punct _ -12 Presidential Presidential PROPN NNP Number=Sing 13 compound 13:compound _ +12 Presidential Presidential ADJ NNP Degree=Pos 13 amod 13:amod _ 13 Palace Palace PROPN NNP Number=Sing 10 conj 5:obl:to|10:conj:and SpaceAfter=No 14 , , PUNCT , _ 18 punct 18:punct _ 15 and and CCONJ CC _ 18 cc 18:cc _ @@ -171306,7 +171409,7 @@ 22 and and CCONJ CC _ 24 cc 24:cc _ 23 Jantar Jantar PROPN NNP Number=Sing 24 compound 24:compound _ 24 Mantar Mantar PROPN NNP Number=Sing 10 conj 5:obl:to|10:conj:and _ -25 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ +25 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ 26 near near ADV RB _ 0 root 0:root _ 27 to to ADP IN _ 28 case 28:case _ 28 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 26 obl 26:obl:to SpaceAfter=No @@ -171318,7 +171421,7 @@ 2 Stay stay VERB VB VerbForm=Inf 12 advcl 12:advcl:to _ 3 in in ADP IN _ 4 case 4:case _ 4 Agra Agra PROPN NNP Number=Sing 2 obl 2:obl:in _ -5 - - PUNCT , _ 12 punct 12:punct SpaceAfter=No +5 - - PUNCT , _ 2 punct 2:punct SpaceAfter=No 6 Hotel Hotel PROPN NNP Number=Sing 7 compound 7:compound _ 7 Atithi Atithi PROPN NNP Number=Sing 12 nsubj 12:nsubj _ 8 and and CCONJ CC _ 10 cc 10:cc _ @@ -171344,11 +171447,11 @@ 2 Stay stay VERB VB VerbForm=Inf 10 advcl 10:advcl:to _ 3 in in ADP IN _ 4 case 4:case _ 4 Varanasi Varanasi PROPN NNP Number=Sing 2 obl 2:obl:in _ -5 - - PUNCT , _ 10 punct 10:punct _ +5 - - PUNCT , _ 2 punct 2:punct _ 6 Sandeep Sandeep PROPN NNP Number=Sing 7 compound 7:compound _ 7 Hotel Hotel PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ -9 you you PRON PRP$ _ 10 nmod:poss 10:nmod:poss _ +9 you your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Typo=Yes 10 nmod:poss 10:nmod:poss CorrectForm=your 10 choice choice NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 11 ... ... PUNCT . _ 10 punct 10:punct _ @@ -171356,14 +171459,14 @@ # sent_id = answers-20111108102428AAMzXRG_ans-0001 # newpar id = answers-20111108102428AAMzXRG_ans-p0001 # text = which one out of these makes the best pet? -1 which which DET WDT PronType=Int 2 det 2:det _ -2 one one NUM CD NumType=Card 6 nsubj 6:nsubj _ +1 which which DET WDT PronType=Int 2 det 2:det ManuallyChecked=PronType +2 one one NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 out out ADP IN _ 5 case 5:case _ 4 of of ADP IN _ 5 case 5:case _ 5 these this PRON DT Number=Plur|PronType=Dem 2 nmod 2:nmod:of _ 6 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 best best ADJ JJS Degree=Sup 9 amod 9:amod _ +8 best good ADJ JJS Degree=Sup 9 amod 9:amod _ 9 pet pet NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No 10 ? ? PUNCT . _ 6 punct 6:punct _ @@ -171393,9 +171496,9 @@ 2 why why ADV WRB PronType=Int 8 advmod 8:advmod _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 one one NUM CD NumType=Card 8 nsubj 8:nsubj _ +5 one one NOUN NN Number=Sing 8 nsubj 8:nsubj _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -7 better better ADJ JJR Degree=Cmp 8 amod 8:amod _ +7 better good ADJ JJR Degree=Cmp 8 amod 8:amod _ 8 pet pet NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 9 ? ? PUNCT . _ 8 punct 8:punct _ @@ -171411,7 +171514,7 @@ # sent_id = answers-20111108102428AAMzXRG_ans-0005 # text = I have a hamster, and mice and rats like to escape. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 hamster hamster NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No 5 , , PUNCT , _ 10 punct 10:punct _ @@ -171419,7 +171522,7 @@ 7 mice mouse NOUN NNS Number=Plur 10 nsubj 10:nsubj|12:nsubj:xsubj _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 rats rat NOUN NNS Number=Plur 7 conj 7:conj:and|10:nsubj|12:nsubj:xsubj _ -10 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +10 like like VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 11 to to PART TO _ 12 mark 12:mark _ 12 escape escape VERB VB VerbForm=Inf 10 xcomp 10:xcomp SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ @@ -171430,14 +171533,14 @@ 2 Guinea guinea NOUN NN Number=Sing 3 compound 3:compound _ 3 pig pig NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -5 better better ADJ JJR Degree=Cmp 0 root 0:root _ +5 better good ADJ JJR Degree=Cmp 0 root 0:root _ 6 because because SCONJ IN _ 11 mark 11:mark _ 7-8 its _ _ _ _ _ _ _ _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -8 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +8 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 11 cop 11:cop CorrectForm='s 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 lot lot NOUN NN Number=Sing 11 obl:npmod 11:obl:npmod _ -11 larger larger ADJ JJR Degree=Cmp 5 advcl 5:advcl:because _ +11 larger large ADJ JJR Degree=Cmp 5 advcl 5:advcl:because _ 12 than than ADP IN _ 14 case 14:case _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 hamster hamster NOUN NN Number=Sing 11 obl 11:obl:than SpaceAfter=No @@ -171455,31 +171558,31 @@ 1 So so ADV RB _ 9 advmod 9:advmod _ 2 if if SCONJ IN _ 4 mark 4:mark _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 lose lose VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ +4 lose lose VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ 5 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 4 punct 4:punct _ 7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ -9 easier easier ADJ JJR Degree=Cmp 0 root 0:root _ +9 easier easy ADJ JJR Degree=Cmp 0 root 0:root _ 10 to to PART TO _ 11 mark 11:mark _ 11 find find VERB VB VerbForm=Inf 9 ccomp 9:ccomp SpaceAfter=No -12 , , PUNCT , _ 9 punct 9:punct _ +12 , , PUNCT , _ 17 punct 17:punct _ 13 because because SCONJ IN _ 17 mark 17:mark _ -14 smaller smaller ADJ JJR Degree=Cmp 15 amod 15:amod _ +14 smaller small ADJ JJR Degree=Cmp 15 amod 15:amod _ 15 rodents rodent NOUN NNS Number=Plur 17 nsubj 17:nsubj|19:nsubj:xsubj _ 16 just just ADV RB _ 17 advmod 17:advmod _ -17 LOVE love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:because _ +17 LOVE love VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:because _ 18 to to PART TO _ 19 mark 19:mark _ 19 escape escape VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ 20 from from ADP IN _ 22 case 22:case _ -21 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 cages cage NOUN NNS Number=Plur 19 obl 19:obl:from SpaceAfter=No 23 . . PUNCT . _ 9 punct 9:punct _ # sent_id = answers-20111108102428AAMzXRG_ans-0008 # text = So my opinion is Guinea pigs. 1 So so ADV RB _ 6 advmod 6:advmod _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 opinion opinion NOUN NN Number=Sing 6 nsubj 6:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 Guinea guinea NOUN NN Number=Sing 6 compound 6:compound _ @@ -171492,8 +171595,8 @@ 2 plus plus CCONJ CC _ 6 cc 6:cc _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 4-5 dont _ _ _ _ _ _ _ _ -4 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ -5 nt not PART RB _ 6 advmod 6:advmod _ +4 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 nt not PART RB Typo=Yes 6 advmod 6:advmod CorrectForm=n't 6 stink stink VERB VB VerbForm=Inf 0 root 0:root _ 7 that that ADV RB _ 8 advmod 8:advmod _ 8 bad bad ADV RB _ 6 advmod 6:advmod SpaceAfter=No @@ -171506,11 +171609,11 @@ 2 on on SCONJ IN _ 5 mark 5:mark _ 3 what what PRON WP PronType=Int 5 obj 5:obj _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:on _ +5 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl:on _ 6 in in ADP IN _ 8 case 8:case _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 pet pet NOUN NN Number=Sing 5 obl 5:obl:in SpaceAfter=No -9 , , PUNCT , _ 1 punct 1:punct _ +9 , , PUNCT , _ 12 punct 12:punct _ 10 to to PART TO _ 12 mark 12:mark _ 11 be be AUX VB VerbForm=Inf 12 cop 12:cop _ 12 honest honest ADJ JJ Degree=Pos 1 advcl 1:advcl:to SpaceAfter=No @@ -171524,46 +171627,46 @@ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 space space NOUN NN Number=Sing 2 obl 2:obl:on _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl SpaceAfter=No +7 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl SpaceAfter=No 8 , , PUNCT , _ 14 punct 14:punct _ -9 how how SCONJ WRB PronType=Int 10 mark 10:mark _ +9 how how ADV WRB PronType=Int 10 advmod 10:advmod _ 10 much much ADJ JJ Degree=Pos 11 amod 11:amod _ -11 time time NOUN NN Number=Sing 14 obl:npmod 14:obl:npmod _ +11 time time NOUN NN Number=Sing 14 obl:tmod 14:obl:tmod _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj _ 13 can can AUX MD VerbForm=Fin 14 aux 14:aux _ 14 handle handle VERB VB VerbForm=Inf 5 conj 2:obl:on|5:conj _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 pet pet NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No 17 , , PUNCT , _ 23 punct 23:punct _ -18 how how SCONJ WRB PronType=Int 19 mark 19:mark _ +18 how how ADV WRB PronType=Int 19 advmod 19:advmod _ 19 much much ADJ JJ Degree=Pos 20 amod 20:amod _ 20 money money NOUN NN Number=Sing 23 obj 23:obj _ 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 23 nsubj 23:nsubj _ 22 can can AUX MD VerbForm=Fin 23 aux 23:aux _ 23 spend spend VERB VB VerbForm=Inf 5 conj 2:obl:on|5:conj SpaceAfter=No 24 , , PUNCT , _ 25 punct 25:punct _ -25 etc etc X FW _ 5 conj 2:obl:on|5:conj SpaceAfter=No +25 etc etc. NOUN FW Abbr=Yes|Number=Plur 5 conj 2:obl:on|5:conj SpaceAfter=No 26 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108102428AAMzXRG_ans-0012 # text = I've had experience with all of those pets except Degus. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 experience experience NOUN NN Number=Sing 3 obj 3:obj _ 5 with with ADP IN _ 6 case 6:case _ -6 all all DET DT _ 4 nmod 4:nmod:with _ +6 all all DET DT PronType=Tot 4 nmod 4:nmod:with _ 7 of of ADP IN _ 9 case 9:case _ 8 those that DET DT Number=Plur|PronType=Dem 9 det 9:det _ 9 pets pet NOUN NNS Number=Plur 6 nmod 6:nmod:of _ 10 except except ADP IN _ 11 case 11:case _ -11 Degus degus NOUN NNS Number=Plur 6 nmod 6:nmod:except SpaceAfter=No +11 Degus degu NOUN NNS Number=Plur 6 nmod 6:nmod:except SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108102428AAMzXRG_ans-0013 # text = My favorite would have to be the rat. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 favorite favorite NOUN NN Number=Sing 4 nsubj 4:nsubj|8:nsubj:xsubj _ 3 would would AUX MD VerbForm=Fin 4 aux 4:aux _ 4 have have VERB VB VerbForm=Inf 0 root 0:root _ @@ -171577,7 +171680,7 @@ # text = They're incredibly social, highly trainable, and very clean. 1-2 They're _ _ _ _ _ _ _ _ 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj|7:nsubj|11:nsubj _ -2 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 incredibly incredibly ADV RB _ 4 advmod 4:advmod _ 4 social social ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 5 , , PUNCT , _ 7 punct 7:punct _ @@ -171591,8 +171694,8 @@ # sent_id = answers-20111108102428AAMzXRG_ans-0015 # text = Mine learned to "go to the bathroom" only in their cages and loved to ride on my shoulder or hang out in my hoodie pouch. -1 Mine mine PRON PRP _ 2 nsubj 2:nsubj|5:nsubj:xsubj|15:nsubj|17:nsubj:xsubj|22:nsubj:xsubj _ -2 learned learn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Mine my PRON PRP Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nsubj 2:nsubj|5:nsubj:xsubj|15:nsubj|17:nsubj:xsubj|22:nsubj:xsubj _ +2 learned learn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 5 mark 5:mark _ 4 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 5 go go VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ @@ -171602,20 +171705,20 @@ 9 " " PUNCT '' _ 5 punct 5:punct _ 10 only only ADV RB _ 13 advmod 13:advmod _ 11 in in ADP IN _ 13 case 13:case _ -12 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 cages cage NOUN NNS Number=Plur 5 obl 5:obl:in _ 14 and and CCONJ CC _ 15 cc 15:cc _ -15 loved love VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +15 loved love VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 16 to to PART TO _ 17 mark 17:mark _ 17 ride ride VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ 18 on on ADP IN _ 20 case 20:case _ -19 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 shoulder shoulder NOUN NN Number=Sing 17 obl 17:obl:on _ 21 or or CCONJ CC _ 22 cc 22:cc _ 22 hang hang VERB VB VerbForm=Inf 17 conj 15:xcomp|17:conj:or _ 23 out out ADP RP _ 22 compound:prt 22:compound:prt _ 24 in in ADP IN _ 27 case 27:case _ -25 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +25 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 26 hoodie hoodie NOUN NN Number=Sing 27 compound 27:compound _ 27 pouch pouch NOUN NN Number=Sing 22 obl 22:obl:in SpaceAfter=No 28 . . PUNCT . _ 2 punct 2:punct _ @@ -171624,35 +171727,35 @@ # text = The only downside is they should be kept in pairs or trios and require a pretty large habitat. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 only only ADJ JJ Degree=Pos 3 amod 3:amod _ -3 downside downside NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 downside downside NOUN NN Number=Sing 8 nsubj:outer 8:nsubj:outer|14:nsubj:outer _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj:pass 8:nsubj:pass|14:nsubj:pass _ 6 should should AUX MD VerbForm=Fin 8 aux 8:aux _ 7 be be AUX VB VerbForm=Inf 8 aux:pass 8:aux:pass _ -8 kept keep VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 ccomp 4:ccomp _ +8 kept keep VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 9 in in ADP IN _ 10 case 10:case _ 10 pairs pair NOUN NNS Number=Plur 8 obl 8:obl:in _ 11 or or CCONJ CC _ 12 cc 12:cc _ 12 trios trio NOUN NNS Number=Plur 10 conj 8:obl:in|10:conj:or _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 require require VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 conj 4:ccomp|8:conj:and _ +14 require require VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 conj 0:root|8:conj:and _ 15 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 16 pretty pretty ADV RB _ 17 advmod 17:advmod _ 17 large large ADJ JJ Degree=Pos 18 amod 18:amod _ 18 habitat habitat NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No -19 . . PUNCT . _ 4 punct 4:punct _ +19 . . PUNCT . _ 8 punct 8:punct _ # sent_id = answers-20111108102428AAMzXRG_ans-0017 # text = That means expense, space, and they require weekly cage cleaning. 1 That that PRON DT Number=Sing|PronType=Dem 2 nsubj 2:nsubj _ 2 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 expense expense NOUN NN Number=Sing 5 compound 5:compound SpaceAfter=No -4 , , PUNCT , _ 5 punct 5:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 space space NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No 6 , , PUNCT , _ 9 punct 9:punct _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 require require VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +9 require require VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 10 weekly weekly ADJ JJ Degree=Pos 12 amod 12:amod _ 11 cage cage NOUN NN Number=Sing 12 compound 12:compound _ 12 cleaning cleaning NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No @@ -171660,8 +171763,8 @@ # sent_id = answers-20111108102428AAMzXRG_ans-0018 # text = My second favorite would have to be the Guinea Pig - not quite as social with people as rats (at least mine wasn't) but more so than most hamsters or mice. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ -2 second second ADJ JJ Degree=Pos|NumType=Ord 3 amod 3:amod _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 3 amod 3:amod _ 3 favorite favorite NOUN NN Number=Sing 5 nsubj 5:nsubj|10:nsubj:xsubj _ 4 would would AUX MD VerbForm=Fin 5 aux 5:aux _ 5 have have VERB VB VerbForm=Inf 0 root 0:root _ @@ -171670,24 +171773,25 @@ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 Guinea guinea NOUN NN Number=Sing 10 compound 10:compound _ 10 Pig pig NOUN NN Number=Sing 5 xcomp 5:xcomp _ -11 - - PUNCT : _ 10 punct 10:punct _ -12 not not ADV RB _ 13 advmod 13:advmod _ -13 quite quite ADV RB _ 14 advmod 14:advmod _ +11 - - PUNCT : _ 15 punct 15:punct _ +12 not not PART RB _ 15 advmod 15:advmod _ +13 quite quite ADV RB _ 15 advmod 15:advmod _ 14 as as ADV RB _ 15 advmod 15:advmod _ 15 social social ADJ JJ Degree=Pos 10 parataxis 10:parataxis _ 16 with with ADP IN _ 17 case 17:case _ 17 people people NOUN NNS Number=Plur 15 obl 15:obl:with _ 18 as as ADP IN _ 19 case 19:case _ -19 rats rat NOUN NNS Number=Plur 14 obl 14:obl:as _ -20 ( ( PUNCT -LRB- _ 21 punct 21:punct SpaceAfter=No -21 at at ADV RB _ 15 parataxis 15:parataxis _ -22 least least ADV RBS Degree=Sup 21 fixed 21:fixed _ -23 mine mine PRON PRP _ 21 nsubj 21:nsubj _ -24 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 cop 21:cop SpaceAfter=No -25 n't not PART RB _ 21 advmod 21:advmod SpaceAfter=No -26 ) ) PUNCT -RRB- _ 21 punct 21:punct _ +19 rats rat NOUN NNS Number=Plur 15 obl 15:obl:as _ +20 ( ( PUNCT -LRB- _ 24 punct 24:punct SpaceAfter=No +21 at at ADP IN ExtPos=ADV 24 advmod 24:advmod _ +22 least least ADJ JJS Degree=Sup 21 fixed 21:fixed _ +23 mine my PRON PRP Number=Sing|Person=1|Poss=Yes|PronType=Prs 24 nsubj 24:nsubj _ +24-25 wasn't _ _ _ _ _ _ _ SpaceAfter=No +24 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 parataxis 15:parataxis _ +25 n't not PART RB _ 24 advmod 24:advmod _ +26 ) ) PUNCT -RRB- _ 24 punct 24:punct _ 27 but but CCONJ CC _ 29 cc 29:cc _ -28 more more ADV RBR _ 29 advmod 29:advmod _ +28 more more ADV RBR Degree=Cmp 29 advmod 29:advmod _ 29 so so ADV RB _ 15 conj 15:conj:but _ 30 than than ADP IN _ 32 case 32:case _ 31 most most ADJ JJS Degree=Sup 32 amod 32:amod _ @@ -171699,7 +171803,7 @@ # sent_id = answers-20111108102428AAMzXRG_ans-0019 # text = Again, pairs or trios and pretty big living space. 1 Again again ADV RB _ 3 advmod 3:advmod SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 pairs pair NOUN NNS Number=Plur 0 root 0:root _ 4 or or CCONJ CC _ 5 cc 5:cc _ 5 trios trio NOUN NNS Number=Plur 3 conj 3:conj:or _ @@ -171713,17 +171817,17 @@ # sent_id = answers-20111108102428AAMzXRG_ans-0020 # text = They, too, need weekly cage cleaning and can cost quite a bit. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj|11:nsubj SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 too too ADV RB _ 5 advmod 5:advmod SpaceAfter=No -4 , , PUNCT , _ 5 punct 5:punct _ -5 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 , , PUNCT , _ 3 punct 3:punct _ +5 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 weekly weekly ADJ JJ Degree=Pos 8 amod 8:amod _ 7 cage cage NOUN NN Number=Sing 8 compound 8:compound _ 8 cleaning cleaning NOUN NN Number=Sing 5 obj 5:obj _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 can can AUX MD VerbForm=Fin 11 aux 11:aux _ 11 cost cost VERB VB VerbForm=Inf 5 conj 5:conj:and _ -12 quite quite DET PDT _ 14 det:predet 14:det:predet _ +12 quite quite DET PDT PronType=Ind 14 det:predet 14:det:predet _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 bit bit NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 15 . . PUNCT . _ 5 punct 5:punct _ @@ -171733,16 +171837,16 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 could could AUX MD VerbForm=Fin 3 aux 3:aux _ 3 handle handle VERB VB VerbForm=Inf 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 mice mouse NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ -7 but but CCONJ CC _ 9 cc 9:cc _ -8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj|10:nsubj:xsubj|12:nsubj:xsubj _ -9 where where VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ -10 skittish skittish ADJ JJ Degree=Pos 9 xcomp 9:xcomp _ +6 , , PUNCT , _ 10 punct 10:punct _ +7 but but CCONJ CC _ 10 cc 10:cc _ +8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj|12:nsubj _ +9 where be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|Typo=Yes|VerbForm=Fin 10 cop 10:cop CorrectForm=were +10 skittish skittish ADJ JJ Degree=Pos 3 conj 3:conj:but _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 preferred prefer VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 conj 9:xcomp|10:conj:and _ -13 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 preferred prefer VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 10 conj 10:conj:and _ +13 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 cage cage NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ @@ -171750,14 +171854,14 @@ # text = I've never met a hamster that didn't bite me. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 never never ADV RB _ 4 advmod 4:advmod _ 4 met meet VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 hamster hamster NOUN NN Number=Sing 4 obj 4:obj|10:nsubj _ 7 that that PRON WDT PronType=Rel 10 nsubj 6:ref _ 8-9 didn't _ _ _ _ _ _ _ _ -8 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 aux 10:aux _ +8 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 aux 10:aux _ 9 n't not PART RB _ 10 advmod 10:advmod _ 10 bite bite VERB VB VerbForm=Inf 6 acl:relcl 6:acl:relcl _ 11 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 10 obj 10:obj SpaceAfter=No @@ -171766,9 +171870,9 @@ # sent_id = answers-20111108102428AAMzXRG_ans-0023 # text = Never had/handled a Degu. 1 Never never ADV RB _ 2 advmod 2:advmod _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -3 / / PUNCT , _ 4 cc 4:cc SpaceAfter=No -4 handled handle VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 / / SYM , _ 4 cc 4:cc SpaceAfter=No +4 handled handle VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 Degu degu NOUN NN Number=Sing 2 obj 2:obj|4:obj SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ @@ -171785,17 +171889,17 @@ # sent_id = answers-20111108102428AAMzXRG_ans-0025 # text = We have two. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 two two NUM CD NumType=Card 2 obj 2:obj SpaceAfter=No +2 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 two two NUM CD NumForm=Word|NumType=Card 2 obj 2:obj SpaceAfter=No 4 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108102428AAMzXRG_ans-0026 # text = They are social and like to be handled. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|5:nsubj|8:nsubj:xsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 social social ADJ JJ Degree=Pos 0 root 0:root _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +5 like like VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 6 to to PART TO _ 8 mark 8:mark _ 7 be be AUX VB VerbForm=Inf 8 aux:pass 8:aux:pass _ 8 handled handle VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 xcomp 5:xcomp SpaceAfter=No @@ -171804,14 +171908,14 @@ # sent_id = answers-20111108102428AAMzXRG_ans-0027 # text = You have to have two because they don't do well alone. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 have have VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 two two NUM CD NumType=Card 4 obj 4:obj _ +5 two two NUM CD NumForm=Word|NumType=Card 4 obj 4:obj _ 6 because because SCONJ IN _ 10 mark 10:mark _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 8-9 don't _ _ _ _ _ _ _ _ -8 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +8 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 n't not PART RB _ 10 advmod 10:advmod _ 10 do do VERB VB VerbForm=Inf 4 advcl 4:advcl:because _ 11 well well ADV RB Degree=Pos 10 advmod 10:advmod _ @@ -171823,14 +171927,14 @@ 1 Make make VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 certain certain ADJ JJ Degree=Pos 1 xcomp 1:xcomp _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ -5 two two NUM CD NumType=Card 6 nummod 6:nummod _ +4 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +5 two two NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 6 females female NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No 7 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108102428AAMzXRG_ans-0029 # text = Two males can fight and you definitely don't want babies!! -1 Two two NUM CD NumType=Card 2 nummod 2:nummod _ +1 Two two NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 males male NOUN NNS Number=Plur 4 nsubj 4:nsubj _ 3 can can AUX MD VerbForm=Fin 4 aux 4:aux _ 4 fight fight VERB VB VerbForm=Inf 0 root 0:root _ @@ -171838,7 +171942,7 @@ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ 7 definitely definitely ADV RB _ 10 advmod 10:advmod _ 8-9 don't _ _ _ _ _ _ _ _ -8 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +8 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 n't not PART RB _ 10 advmod 10:advmod _ 10 want want VERB VB VerbForm=Inf 4 conj 4:conj:and _ 11 babies baby NOUN NNS Number=Plur 10 obj 10:obj SpaceAfter=No @@ -171848,22 +171952,22 @@ # text = Guinea pigs (also called cavies) are gentle creatures and are awake during the day and sleep at night. 1 Guinea guinea NOUN NN Number=Sing 2 compound 2:compound _ 2 pigs pig NOUN NNS Number=Plur 10 nsubj 10:nsubj|13:nsubj|18:nsubj _ -3 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No +3 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No 4 also also ADV RB _ 5 advmod 5:advmod _ -5 called call VERB VBN Tense=Past|VerbForm=Part 2 acl 2:acl _ +5 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 acl 2:acl _ 6 cavies cavy NOUN NNS Number=Plur 5 xcomp 5:xcomp SpaceAfter=No -7 ) ) PUNCT -RRB- _ 2 punct 2:punct _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +7 ) ) PUNCT -RRB- _ 5 punct 5:punct _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 9 gentle gentle ADJ JJ Degree=Pos 10 amod 10:amod _ 10 creatures creature NOUN NNS Number=Plur 0 root 0:root _ 11 and and CCONJ CC _ 13 cc 13:cc _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 13 awake awake ADJ JJ Degree=Pos 10 conj 10:conj:and _ 14 during during ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 day day NOUN NN Number=Sing 13 obl 13:obl:during _ 17 and and CCONJ CC _ 18 cc 18:cc _ -18 sleep sleep VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 conj 10:conj:and _ +18 sleep sleep VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 conj 10:conj:and _ 19 at at ADP IN _ 20 case 20:case _ 20 night night NOUN NN Number=Sing 18 obl 18:obl:at SpaceAfter=No 21 . . PUNCT . _ 10 punct 10:punct _ @@ -171873,9 +171977,9 @@ 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 will will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 whistle whistle VERB VB VerbForm=Inf 0 root 0:root _ -4 when when SCONJ WRB PronType=Int 6 mark 6:mark _ +4 when when ADV WRB PronType=Int 6 advmod 6:advmod _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -6 hear hear VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:when _ +6 hear hear VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:when _ 7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 6 obj 6:obj _ 8 as as ADP IN _ 10 case 10:case _ 9 an a DET DT Definite=Ind|PronType=Art 10 det 10:det _ @@ -171895,13 +171999,13 @@ # sent_id = answers-20111108102428AAMzXRG_ans-0032 # text = They love leaf or romaine lettuce and tomatos, celery, cucumbers, carrots. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 love love VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 leaf leaf NOUN NN Number=Sing 6 compound 6:compound _ 4 or or CCONJ CC _ 5 cc 5:cc _ 5 romaine romaine NOUN NN Number=Sing 3 conj 3:conj:or|6:compound _ 6 lettuce lettuce NOUN NN Number=Sing 2 obj 2:obj _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 tomatos tomato NOUN NNS Number=Plur 6 conj 2:obj|6:conj:and SpaceAfter=No +8 tomatos tomato NOUN NNS Number=Plur|Typo=Yes 6 conj 2:obj|6:conj:and CorrectForm=tomatoes|SpaceAfter=No 9 , , PUNCT , _ 10 punct 10:punct _ 10 celery celery NOUN NN Number=Sing 6 conj 2:obj|6:conj:and SpaceAfter=No 11 , , PUNCT , _ 12 punct 12:punct _ @@ -171918,25 +172022,25 @@ 3 feed feed VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 3 iobj 3:iobj _ 5 broccoli broccoli NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 cauliflower cauliflower NOUN NN Number=Sing 5 appos 5:appos SpaceAfter=No -8 , , PUNCT , _ 5 punct 5:punct _ +8 , , PUNCT , _ 9 punct 9:punct _ 9 garlic garlic NOUN NN Number=Sing 5 appos 5:appos SpaceAfter=No -10 , , PUNCT , _ 5 punct 5:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 onions onion NOUN NNS Number=Plur 5 appos 5:appos SpaceAfter=No -12 , , PUNCT , _ 5 punct 5:punct _ +12 , , PUNCT , _ 14 punct 14:punct _ 13 head head NOUN NN Number=Sing 14 compound 14:compound _ 14 lettuce lettuce NOUN NN Number=Sing 5 appos 5:appos _ -15 .... .... PUNCT , _ 3 punct 3:punct SpaceAfter=No +15 .... .... PUNCT , _ 20 punct 20:punct SpaceAfter=No 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj _ -17 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ +17 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 18 all all ADV RB _ 20 advmod 20:advmod _ 19 too too ADV RB _ 20 advmod 20:advmod _ 20 difficult difficult ADJ JJ Degree=Pos 3 parataxis 3:parataxis _ 21 for for SCONJ IN _ 24 mark 24:mark _ 22 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 24 nsubj 24:nsubj _ 23 to to PART TO _ 24 mark 24:mark _ -24 digest digest VERB VB VerbForm=Inf 20 ccomp 20:ccomp SpaceAfter=No +24 digest digest VERB VB VerbForm=Inf 20 advcl 20:advcl:to SpaceAfter=No 25 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108102428AAMzXRG_ans-0034 @@ -171947,10 +172051,10 @@ 3 ca can AUX MD VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 eat eat VERB VB VerbForm=Inf 0 root 0:root _ -6 potatos potato NOUN NNS Number=Plur 5 obj 5:obj SpaceAfter=No -7 , , PUNCT , _ 5 punct 5:punct _ +6 potatos potato NOUN NNS Number=Plur|Typo=Yes 5 obj 5:obj CorrectForm=potatoes|SpaceAfter=No +7 , , PUNCT , _ 10 punct 10:punct _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 toxic toxic ADJ JJ Degree=Pos 5 parataxis 5:parataxis _ 11 for for ADP IN _ 12 case 12:case _ 12 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 10 obl 10:obl:for SpaceAfter=No @@ -171960,13 +172064,13 @@ # text = If you keep the cage clean they don't smell and you can buy spray on cleaser for them, just massage it into their coat and groom them. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 keep keep VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ +3 keep keep VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 cage cage NOUN NN Number=Sing 3 obj 3:obj|6:nsubj:xsubj _ 6 clean clean ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 8-9 don't _ _ _ _ _ _ _ _ -8 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +8 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 n't not PART RB _ 10 advmod 10:advmod _ 10 smell smell VERB VB VerbForm=Inf 0 root 0:root _ 11 and and CCONJ CC _ 14 cc 14:cc _ @@ -171975,15 +172079,15 @@ 14 buy buy VERB VB VerbForm=Inf 10 conj 10:conj:and _ 15 spray spray VERB VB VerbForm=Inf 17 amod 17:amod _ 16 on on ADP RP _ 15 compound:prt 15:compound:prt _ -17 cleaser cleaser NOUN NN Number=Sing 14 obj 14:obj _ +17 cleaser cleaner NOUN NN Number=Sing|Typo=Yes 14 obj 14:obj CorrectForm=cleaner 18 for for ADP IN _ 19 case 19:case _ 19 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 14 obl 14:obl:for SpaceAfter=No -20 , , PUNCT , _ 14 punct 14:punct _ +20 , , PUNCT , _ 22 punct 22:punct _ 21 just just ADV RB _ 22 advmod 22:advmod _ 22 massage massage VERB VB Mood=Imp|VerbForm=Fin 14 parataxis 14:parataxis _ 23 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 obj 22:obj _ 24 into into ADP IN _ 26 case 26:case _ -25 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 coat coat NOUN NN Number=Sing 22 obl 22:obl:into _ 27 and and CCONJ CC _ 28 cc 28:cc _ 28 groom groom VERB VB Mood=Imp|VerbForm=Fin 22 conj 22:conj:and _ @@ -171995,7 +172099,7 @@ # newpar id = answers-20111108104352AASs5OZ_ans-p0001 # text = Fostering 6 week old kittens and HATING IT! 1 Fostering foster VERB VBG VerbForm=Ger 0 root 0:root _ -2 6 6 NUM CD NumType=Card 3 nummod 3:nummod _ +2 6 6 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 3 week week NOUN NN Number=Sing 4 obl:npmod 4:obl:npmod _ 4 old old ADJ JJ Degree=Pos 5 amod 5:amod _ 5 kittens kitten NOUN NNS Number=Plur 1 obj 1:obj _ @@ -172006,7 +172110,7 @@ # sent_id = answers-20111108104352AASs5OZ_ans-0002 # text = Need Advice!? -1 Need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 Advice advice NOUN NN Number=Sing 1 obj 1:obj SpaceAfter=No 3 !? !? PUNCT . _ 1 punct 1:punct _ @@ -172014,7 +172118,7 @@ # newpar id = answers-20111108104352AASs5OZ_ans-p0002 # text = I wanted to volunteer and help animals, and decided to try fostering kittens. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj|6:nsubj:xsubj|10:nsubj|12:nsubj:xsubj|13:nsubj:xsubj _ -2 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 volunteer volunteer VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 and and CCONJ CC _ 6 cc 6:cc _ @@ -172022,7 +172126,7 @@ 7 animals animal NOUN NNS Number=Plur 6 obj 6:obj SpaceAfter=No 8 , , PUNCT , _ 10 punct 10:punct _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 decided decide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +10 decided decide VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 11 to to PART TO _ 12 mark 12:mark _ 12 try try VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 13 fostering foster VERB VBG VerbForm=Ger 12 xcomp 12:xcomp _ @@ -172033,14 +172137,14 @@ # text = This is my first experience and I have two six week old kittens right now and am at my wits end. 1 This this PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -4 first first ADJ JJ Degree=Pos|NumType=Ord 5 amod 5:amod _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 5 amod 5:amod _ 5 experience experience NOUN NN Number=Sing 0 root 0:root _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|22:nsubj _ -8 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ -9 two two NUM CD NumType=Card 13 nummod 13:nummod _ -10 six six NUM CD NumType=Card 11 nummod 11:nummod _ +8 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +9 two two NUM CD NumForm=Word|NumType=Card 13 nummod 13:nummod _ +10 six six NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 11 week week NOUN NN Number=Sing 12 obl:npmod 12:obl:npmod _ 12 old old ADJ JJ Degree=Pos 13 amod 13:amod _ 13 kittens kitten NOUN NNS Number=Plur 8 obj 8:obj _ @@ -172049,17 +172153,17 @@ 16 and and CCONJ CC _ 22 cc 22:cc _ 17 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 18 at at ADP IN _ 22 case 22:case _ -19 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20-21 wits _ _ _ _ _ _ _ _ 20 wit wit NOUN NN Number=Sing 22 nmod:poss 22:nmod:poss _ -21 s 's PART POS _ 20 case 20:case _ +21 s 's PART POS Typo=Yes 20 case 20:case CorrectForm='s 22 end end NOUN NN Number=Sing 8 conj 8:conj:and SpaceAfter=No 23 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108104352AASs5OZ_ans-0005 # text = I do not want to have to bring them back before they are eight weeks old but they are ruining my apartment. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj|8:nsubj:xsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 want want VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ @@ -172070,31 +172174,31 @@ 10 back back ADP RP _ 8 compound:prt 8:compound:prt _ 11 before before SCONJ IN _ 16 mark 16:mark _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ -14 eight eight NUM CD NumType=Card 15 nummod 15:nummod _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +14 eight eight NUM CD NumForm=Word|NumType=Card 15 nummod 15:nummod _ 15 weeks week NOUN NNS Number=Plur 16 obl:npmod 16:obl:npmod _ 16 old old ADJ JJ Degree=Pos 8 advcl 8:advcl:before _ 17 but but CCONJ CC _ 20 cc 20:cc _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj _ -19 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +19 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 20 ruining ruin VERB VBG Tense=Pres|VerbForm=Part 4 conj 4:conj:but _ -21 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 apartment apartment NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No 23 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108104352AASs5OZ_ans-0006 # text = They track poop everywhere (most disgustingly my bed....), and am constantly trying to climb up everything, including my bare legs! 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|16:nsubj|18:nsubj:xsubj _ -2 track track VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 track track VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 poop poop NOUN NN Number=Sing 2 obj 2:obj _ 4 everywhere everywhere ADV RB _ 2 advmod 2:advmod _ -5 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No -6 most most ADV RBS _ 7 advmod 7:advmod _ +5 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No +6 most most ADV RBS Degree=Sup 7 advmod 7:advmod _ 7 disgustingly disgustingly ADV RB _ 9 advmod 9:advmod _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ -9 bed bed NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -10 .... .... PUNCT , _ 2 punct 2:punct SpaceAfter=No -11 ) ) PUNCT -RRB- _ 2 punct 2:punct SpaceAfter=No +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +9 bed bed NOUN NN Number=Sing 4 parataxis 4:parataxis SpaceAfter=No +10 .... .... PUNCT , _ 9 punct 9:punct SpaceAfter=No +11 ) ) PUNCT -RRB- _ 9 punct 9:punct SpaceAfter=No 12 , , PUNCT , _ 16 punct 16:punct _ 13 and and CCONJ CC _ 16 cc 16:cc _ 14 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ @@ -172103,21 +172207,21 @@ 17 to to PART TO _ 18 mark 18:mark _ 18 climb climb VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 19 up up ADV RB _ 18 advmod 18:advmod _ -20 everything everything PRON NN Number=Sing 18 obj 18:obj SpaceAfter=No -21 , , PUNCT , _ 20 punct 20:punct _ +20 everything everything PRON NN Number=Sing|PronType=Tot 18 obj 18:obj SpaceAfter=No +21 , , PUNCT , _ 25 punct 25:punct _ 22 including include VERB VBG VerbForm=Ger 25 case 25:case _ -23 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +23 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 24 bare bare ADJ JJ Degree=Pos 25 amod 25:amod _ 25 legs leg NOUN NNS Number=Plur 20 nmod 20:nmod:including SpaceAfter=No 26 ! ! PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108104352AASs5OZ_ans-0007 # text = My legs and hands are just full of scratches. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 legs leg NOUN NNS Number=Plur 7 nsubj 7:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 hands hand NOUN NNS Number=Plur 2 conj 2:conj:and|7:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 just just ADV RB _ 7 advmod 7:advmod _ 7 full full ADJ JJ Degree=Pos 0 root 0:root _ 8 of of ADP IN _ 9 case 9:case _ @@ -172127,14 +172231,14 @@ # sent_id = answers-20111108104352AASs5OZ_ans-0008 # text = I realize they are young and that cats do climb, but this is just ridiculous. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 realize realize VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 realize realize VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 young young ADJ JJ Degree=Pos 2 ccomp 2:ccomp _ 6 and and CCONJ CC _ 10 cc 10:cc _ 7 that that SCONJ IN _ 10 mark 10:mark _ 8 cats cat NOUN NNS Number=Plur 10 nsubj 10:nsubj _ -9 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +9 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 climb climb VERB VB VerbForm=Inf 5 conj 2:ccomp|5:conj:and SpaceAfter=No 11 , , PUNCT , _ 16 punct 16:punct _ 12 but but CCONJ CC _ 16 cc 16:cc _ @@ -172146,7 +172250,7 @@ # sent_id = answers-20111108104352AASs5OZ_ans-0009 # text = My apartment also smells repulsive even though I am cleaning out their litter box at least once a day if not twice. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 apartment apartment NOUN NN Number=Sing 4 nsubj 4:nsubj|5:nsubj:xsubj _ 3 also also ADV RB _ 4 advmod 4:advmod _ 4 smells smell VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ @@ -172157,22 +172261,22 @@ 9 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 cleaning clean VERB VBG Tense=Pres|VerbForm=Part 4 advcl 4:advcl:though _ 11 out out ADP RP _ 10 compound:prt 10:compound:prt _ -12 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 13 litter litter NOUN NN Number=Sing 14 compound 14:compound _ 14 box box NOUN NN Number=Sing 10 obj 10:obj _ -15 at at ADV RB _ 16 case 16:case _ -16 least least ADV RBS Degree=Sup 17 obl 17:obl:at _ -17 once once ADV RB NumType=Mult 10 advmod 10:advmod _ +15 at at ADP IN _ 16 case 16:case _ +16 least least ADJ JJS Degree=Sup 17 obl 17:obl:at _ +17 once once ADV RB NumForm=Word|NumType=Mult 10 advmod 10:advmod _ 18 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ -19 day day NOUN NN Number=Sing 17 obl:npmod 17:obl:npmod _ +19 day day NOUN NN Number=Sing 17 obl:tmod 17:obl:tmod _ 20 if if SCONJ IN _ 22 mark 22:mark _ -21 not not ADV RB _ 22 advmod 22:advmod _ -22 twice twice ADV RB NumType=Mult 17 advcl 17:advcl:if SpaceAfter=No +21 not not PART RB _ 22 advmod 22:advmod _ +22 twice twice ADV RB NumForm=Word|NumType=Mult 17 advcl 17:advcl:if SpaceAfter=No 23 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108104352AASs5OZ_ans-0010 # text = Any suggestions and helpful hints to make this a more positive experience would be extremely appreciated. -1 Any any DET DT _ 2 det 2:det _ +1 Any any DET DT PronType=Ind 2 det 2:det _ 2 suggestions suggestion NOUN NNS Number=Plur 16 nsubj:pass 16:nsubj:pass _ 3 and and CCONJ CC _ 5 cc 5:cc _ 4 helpful helpful ADJ JJ Degree=Pos 5 amod 5:amod _ @@ -172181,7 +172285,7 @@ 7 make make VERB VB VerbForm=Inf 5 acl 5:acl:to _ 8 this this PRON DT Number=Sing|PronType=Dem 7 obj 7:obj|12:nsubj:xsubj _ 9 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ -10 more more ADV RBR _ 11 advmod 11:advmod _ +10 more more ADV RBR Degree=Cmp 11 advmod 11:advmod _ 11 positive positive ADJ JJ Degree=Pos 12 amod 12:amod _ 12 experience experience NOUN NN Number=Sing 7 xcomp 7:xcomp _ 13 would would AUX MD VerbForm=Fin 16 aux 16:aux _ @@ -172196,13 +172300,13 @@ 1-2 That's _ _ _ _ _ _ _ _ 1 That that PRON DT Number=Sing|PronType=Dem 6 nsubj 6:nsubj _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -3 kind kind ADV RB _ 6 advmod 6:advmod _ -4 of of ADV RB _ 3 fixed 3:fixed _ +3 kind kind NOUN NN ExtPos=ADV|Number=Sing 6 advmod 6:advmod _ +4 of of ADP IN _ 3 fixed 3:fixed _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 way way NOUN NN Number=Sing 0 root 0:root _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 8 goes go VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl SpaceAfter=No -9 .. .. PUNCT , _ 6 punct 6:punct SpaceAfter=No +9 .. .. PUNCT , _ 10 punct 10:punct SpaceAfter=No 10 lol lol INTJ UH _ 6 discourse 6:discourse SpaceAfter=No 11 . . PUNCT . _ 6 punct 6:punct _ @@ -172211,7 +172315,7 @@ 1 Limit limit VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 1 obj 1:obj _ 3 to to ADP IN _ 5 case 5:case _ -4 one one NUM CD NumType=Card 5 nummod 5:nummod _ +4 one one NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 5 room room NOUN NN Number=Sing 1 obl 1:obl:to _ 6 with with ADP IN _ 10 case 10:case _ 7 easy easy ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -172224,10 +172328,10 @@ # text = If you have limited options, try the bathroom. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ -4 limited limit VERB VBN Tense=Past|VerbForm=Part 5 amod 5:amod _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ +4 limited limit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 amod 5:amod _ 5 options option NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -6 , , PUNCT , _ 7 punct 7:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 try try VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 bathroom bathroom NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No @@ -172238,13 +172342,13 @@ 1 Make make VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 sure sure ADJ JJ Degree=Pos 1 xcomp 1:xcomp _ 3 there there PRON EX _ 4 expl 4:expl _ -4 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +4 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 5 plenty plenty NOUN NN Number=Sing 4 nsubj 4:nsubj _ 6 of of ADP IN _ 8 case 8:case _ 7 litter litter NOUN NN Number=Sing 8 compound 8:compound _ 8 boxes box NOUN NNS Number=Plur 5 nmod 5:nmod:of|11:nsubj:pass _ 9 that that PRON WDT PronType=Rel 11 nsubj:pass 8:ref _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux:pass 11:aux:pass _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux:pass 11:aux:pass _ 11 cleaned clean VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl:relcl 8:acl:relcl _ 12 often often ADV RB _ 11 advmod 11:advmod SpaceAfter=No 13 . . PUNCT . _ 1 punct 1:punct _ @@ -172257,22 +172361,22 @@ 4 batch batch NOUN NN Number=Sing 11 obl 11:obl:on _ 5 of of ADP IN _ 6 case 6:case _ 6 kittens kitten NOUN NNS Number=Plur 4 nmod 4:nmod:of SpaceAfter=No -7 , , PUNCT , _ 11 punct 11:punct _ +7 , , PUNCT , _ 4 punct 4:punct _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 9 will will AUX MD VerbForm=Fin 11 aux 11:aux _ 10 often often ADV RB _ 11 advmod 11:advmod _ 11 have have VERB VB VerbForm=Inf 0 root 0:root _ -12 as as ADV RB _ 13 advmod 13:advmod _ -13 many many ADJ JJ Degree=Pos 11 obj 11:obj _ -14 as as ADP IN _ 15 case 15:case _ -15 one one NUM CD NumType=Card 13 obl 13:obl:as _ +12 as as ADV RB _ 15 advmod 15:advmod _ +13 many many ADJ JJ Degree=Pos 12 fixed 12:fixed _ +14 as as ADP IN _ 12 fixed 12:fixed _ +15 one one NUM CD NumForm=Word|NumType=Card 11 obj 11:obj _ 16 per per ADP IN _ 17 case 17:case _ 17 kitten kitten NOUN NN Number=Sing 15 nmod 15:nmod:per SpaceAfter=No 18 . . PUNCT . _ 11 punct 11:punct _ # sent_id = answers-20111108104352AASs5OZ_ans-0016 # text = They can produce a lot of waste and even scooping twice a day they can get messy. -1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|16:nsubj _ +1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 can can AUX MD VerbForm=Fin 3 aux 3:aux _ 3 produce produce VERB VB VerbForm=Inf 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ @@ -172281,12 +172385,12 @@ 7 waste waste NOUN NN Number=Sing 5 nmod 5:nmod:of _ 8 and and CCONJ CC _ 16 cc 16:cc _ 9 even even ADV RB _ 10 advmod 10:advmod _ -10 scooping scoop VERB VBG VerbForm=Ger 17 advcl 17:advcl _ -11 twice twice ADV RB NumType=Mult 13 case 13:case _ +10 scooping scoop VERB VBG VerbForm=Ger 16 advcl 16:advcl _ +11 twice twice ADV RB NumForm=Word|NumType=Mult 10 advmod 10:advmod _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -13 day day NOUN NN Number=Sing 10 advmod 10:advmod _ -14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 obj 16:obj|17:nsubj:xsubj _ -15 can can AUX MD VerbForm=Fin 17 aux 17:aux _ +13 day day NOUN NN Number=Sing 11 obl:tmod 11:obl:tmod _ +14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj|17:nsubj:xsubj _ +15 can can AUX MD VerbForm=Fin 16 aux 16:aux _ 16 get get VERB VB VerbForm=Inf 3 conj 3:conj:and _ 17 messy messy ADJ JJ Degree=Pos 16 xcomp 16:xcomp SpaceAfter=No 18 . . PUNCT . _ 3 punct 3:punct _ @@ -172294,7 +172398,7 @@ # sent_id = answers-20111108104352AASs5OZ_ans-0017 # text = For some reason it takes them awhile to learn not to step in poop. 1 For for ADP IN _ 3 case 3:case _ -2 some some DET DT _ 3 det 3:det _ +2 some some DET DT PronType=Ind 3 det 3:det _ 3 reason reason NOUN NN Number=Sing 5 obl 5:obl:for _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 expl 5:expl _ 5 takes take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ @@ -172302,7 +172406,7 @@ 7 awhile awhile ADV RB _ 5 advmod 5:advmod _ 8 to to PART TO _ 9 mark 9:mark _ 9 learn learn VERB VB VerbForm=Inf 5 csubj 5:csubj _ -10 not not ADV RB _ 12 advmod 12:advmod _ +10 not not PART RB _ 12 advmod 12:advmod _ 11 to to PART TO _ 12 mark 12:mark _ 12 step step VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 13 in in ADP IN _ 14 case 14:case _ @@ -172314,13 +172418,13 @@ 1 Also also ADV RB _ 7 advmod 7:advmod _ 2 if if SCONJ IN _ 4 mark 4:mark _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ +4 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ 5 diarrhea diarrhea NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No -6 , , PUNCT , _ 7 punct 7:punct _ +6 , , PUNCT , _ 4 punct 4:punct _ 7 check check VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 8 in in ADP RP _ 7 compound:prt 7:compound:prt _ 9 with with ADP IN _ 12 case 12:case _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 foster foster NOUN NN Number=Sing 12 compound 12:compound _ 12 coordinator coordinator NOUN NN Number=Sing 7 obl 7:obl:with SpaceAfter=No 13 . . PUNCT . _ 7 punct 7:punct _ @@ -172328,22 +172432,22 @@ # sent_id = answers-20111108104352AASs5OZ_ans-0019 # text = They made need medication or deworming or something. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 made may AUX MD Typo=Yes|VerbForm=Fin 3 aux 3:aux _ +2 made may AUX MD Typo=Yes|VerbForm=Fin 3 aux 3:aux CorrectForm=may 3 need need VERB VB VerbForm=Inf 0 root 0:root _ 4 medication medication NOUN NN Number=Sing 3 obj 3:obj _ 5 or or CCONJ CC _ 6 cc 6:cc _ 6 deworming deworming NOUN NN Number=Sing 4 conj 3:obj|4:conj:or _ 7 or or CCONJ CC _ 8 cc 8:cc _ -8 something something PRON NN Number=Sing 4 conj 3:obj|4:conj:or SpaceAfter=No +8 something something PRON NN Number=Sing|PronType=Ind 4 conj 3:obj|4:conj:or SpaceAfter=No 9 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108104352AASs5OZ_ans-0020 # text = They are testing out their claws and teeth. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 testing test VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 out out ADP RP _ 3 compound:prt 3:compound:prt _ -5 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 claws claw NOUN NNS Number=Plur 3 obj 3:obj _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 teeth tooth NOUN NNS Number=Plur 6 conj 3:obj|6:conj:and SpaceAfter=No @@ -172352,19 +172456,19 @@ # sent_id = answers-20111108104352AASs5OZ_ans-0021 # text = To some degree you can/should help teach them not to use their teeth and claws inappropriately. 1 To to ADP IN _ 3 case 3:case _ -2 some some DET DT _ 3 det 3:det _ +2 some some DET DT PronType=Ind 3 det 3:det _ 3 degree degree NOUN NN Number=Sing 8 obl 8:obl:to _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 5:nsubj|8:nsubj|9:nsubj:xsubj _ 5 can can AUX MD VerbForm=Fin 0 root 0:root SpaceAfter=No -6 / / PUNCT , _ 8 cc 8:cc SpaceAfter=No +6 / / SYM , _ 8 cc 8:cc SpaceAfter=No 7 should should AUX MD VerbForm=Fin 8 aux 8:aux _ 8 help help VERB VB VerbForm=Inf 5 conj 5:conj _ 9 teach teach VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ -10 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 9 obj 9:obj|13:nsubj:xsubj _ -11 not not ADV RB _ 13 advmod 13:advmod _ +10 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 9 iobj 9:iobj|13:nsubj:xsubj _ +11 not not PART RB _ 13 advmod 13:advmod _ 12 to to PART TO _ 13 mark 13:mark _ 13 use use VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ -14 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 teeth tooth NOUN NNS Number=Plur 13 obj 13:obj _ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 claws claw NOUN NNS Number=Plur 15 conj 13:obj|15:conj:and _ @@ -172377,9 +172481,9 @@ 2 in in ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 meantime meantime NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 highly highly ADV RB _ 7 advmod 7:advmod _ -7 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 jeans jeans NOUN NNS Number=Plur 7 obj 7:obj _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 long long ADJ JJ Degree=Pos 11 amod 11:amod _ @@ -172414,15 +172518,15 @@ 6 make make VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ 7 sure sure ADJ JJ Degree=Pos 6 xcomp 6:xcomp _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -9 take take VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ +9 take take VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ 10 time time NOUN NN Number=Sing 9 obj 9:obj _ 11 out out ADV RB _ 10 advmod 10:advmod _ 12 to to PART TO _ 13 mark 13:mark _ 13 do do VERB VB VerbForm=Inf 9 advcl 9:advcl:to _ -14 some some DET DT _ 15 det 15:det _ +14 some some DET DT PronType=Ind 15 det 15:det _ 15 things thing NOUN NNS Number=Plur 13 obj 13:obj _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ -17 enjoy enjoy VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl SpaceAfter=No +17 enjoy enjoy VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl SpaceAfter=No 18 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108104352AASs5OZ_ans-0025 @@ -172435,7 +172539,7 @@ 6 few few ADJ JJ Degree=Pos 7 amod 7:amod _ 7 times time NOUN NNS Number=Plur 2 obl:tmod 2:obl:tmod _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -9 day day NOUN NN Number=Sing 7 nmod:npmod 7:nmod:npmod _ +9 day day NOUN NN Number=Sing 7 nmod:tmod 7:nmod:tmod _ 10 for for ADP IN _ 12 case 12:case _ 11 short short ADJ JJ Degree=Pos 12 amod 12:amod _ 12 periods period NOUN NNS Number=Plur 2 obl 2:obl:for _ @@ -172459,10 +172563,10 @@ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 enjoy enjoy VERB VB VerbForm=Inf 3 conj 1:xcomp|3:conj:and _ 14 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 13 obj 13:obj _ -15 for for SCONJ IN _ 16 case 16:case _ -16 what what PRON WP PronType=Int 13 obl 13:obl:for _ +15 for for ADP IN _ 16 case 16:case _ +16 what what PRON WP PronType=Rel 13 obl 13:obl:for _ 17 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -18 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl SpaceAfter=No +18 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl Promoted=Yes|SpaceAfter=No 19 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108104352AASs5OZ_ans-0027 @@ -172471,17 +172575,17 @@ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 3 still still ADV RB _ 6 advmod 6:advmod _ 4-5 don't _ _ _ _ _ _ _ _ -4 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 n't not PART RB _ 6 advmod 6:advmod _ 6 enjoy enjoy VERB VB VerbForm=Inf 10 advcl 10:advcl:if _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 kittens kitten NOUN NNS Number=Plur 6 obj 6:obj SpaceAfter=No -9 , , PUNCT , _ 10 punct 10:punct _ +9 , , PUNCT , _ 6 punct 6:punct _ 10 see see VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 11 what what DET WDT PronType=Int 13 det 13:det _ 12 other other ADJ JJ Degree=Pos 13 amod 13:amod _ 13 opportunities opportunity NOUN NNS Number=Plur 15 nsubj 15:nsubj _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 15 available available ADJ JJ Degree=Pos 10 ccomp 10:ccomp SpaceAfter=No 16 . . PUNCT . _ 10 punct 10:punct _ @@ -172498,30 +172602,30 @@ 9 in in ADP IN _ 11 case 11:case _ 10 different different ADJ JJ Degree=Pos 11 amod 11:amod _ 11 situations situation NOUN NNS Number=Plur 8 nmod 8:nmod:in SpaceAfter=No -12 .. .. PUNCT , _ 8 punct 8:punct _ +12 .. .. PUNCT , _ 13 punct 13:punct _ 13 sick sick ADJ JJ Degree=Pos 8 parataxis 8:parataxis SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ -15 recovering recover VERB VBG VerbForm=Ger 13 list 13:list _ +14 , , PUNCT , _ 15 punct 15:punct _ +15 recovering recover VERB VBG VerbForm=Ger 13 conj 13:conj _ 16 from from ADP IN _ 17 case 17:case _ 17 surgery surgery NOUN NN Number=Sing 15 obl 15:obl:from SpaceAfter=No -18 , , PUNCT , _ 13 punct 13:punct _ -19 need need VERB VB VerbForm=Inf 13 list 13:list _ +18 , , PUNCT , _ 19 punct 19:punct _ +19 need need VERB VB VerbForm=Inf 13 conj 13:conj _ 20 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 21 little little ADJ JJ Degree=Pos 22 amod 22:amod _ 22 socialization socialization NOUN NN Number=Sing 19 obj 19:obj SpaceAfter=No -23 , , PUNCT , _ 13 punct 13:punct _ -24 etc etc X FW _ 13 list 13:list SpaceAfter=No +23 , , PUNCT , _ 24 punct 24:punct _ +24 etc etc. NOUN FW Abbr=Yes|Number=Plur 13 conj 13:conj SpaceAfter=No 25 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108104352AASs5OZ_ans-0029 # text = I find the adults are much easier. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 find find VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 find find VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 adults adult NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 much much ADV RB _ 7 advmod 7:advmod _ -7 easier easier ADJ JJR Degree=Cmp 2 ccomp 2:ccomp SpaceAfter=No +7 easier easy ADJ JJR Degree=Cmp 2 ccomp 2:ccomp SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108104352AASs5OZ_ans-0030 @@ -172529,34 +172633,34 @@ 1 Generally generally ADV RB _ 5 advmod 5:advmod _ 2-3 they're _ _ _ _ _ _ _ _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj|7:nsubj _ -3 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 clawing claw VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 biting bite VERB VBG Tense=Pres|VerbForm=Part 5 conj 5:conj:and SpaceAfter=No -8 , , PUNCT , _ 5 punct 5:punct _ +8 , , PUNCT , _ 12 punct 12:punct _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 10-11 don't _ _ _ _ _ _ _ _ -10 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +10 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 11 n't not PART RB _ 12 advmod 12:advmod _ -12 make make VERB VB VerbForm=Inf 5 list 5:list _ +12 make make VERB VB VerbForm=Inf 5 conj 5:conj _ 13 nearly nearly ADV RB _ 14 advmod 14:advmod _ 14 as as ADV RB _ 15 advmod 15:advmod _ 15 much much ADJ JJ Degree=Pos 16 amod 16:amod _ 16 mess mess NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No -17 , , PUNCT , _ 5 punct 5:punct _ +17 , , PUNCT , _ 21 punct 21:punct _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 21 nsubj 21:nsubj _ 19-20 don't _ _ _ _ _ _ _ _ -19 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ +19 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ 20 n't not PART RB _ 21 advmod 21:advmod _ -21 need need VERB VB VerbForm=Inf 5 list 5:list _ +21 need need VERB VB VerbForm=Inf 5 conj 5:conj _ 22 nearly nearly ADV RB _ 24 advmod 24:advmod _ 23 as as ADV RB _ 24 advmod 24:advmod _ 24 much much ADJ JJ Degree=Pos 26 amod 26:amod _ 25 litterbox litterbox NOUN NN Number=Sing 26 compound 26:compound _ 26 scooping scooping NOUN NN Number=Sing 21 obj 21:obj SpaceAfter=No -27 , , PUNCT , _ 5 punct 5:punct _ -28 etc etc X FW _ 5 list 5:list _ +27 , , PUNCT , _ 28 punct 28:punct _ +28 etc etc. NOUN FW Abbr=Yes|Number=Plur 5 conj 5:conj _ 29 :) :) SYM NFP _ 5 discourse 5:discourse _ # sent_id = answers-20111108104352AASs5OZ_ans-0031 @@ -172566,7 +172670,7 @@ 2 volunteering volunteering NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 not not PART RB _ 6 advmod 6:advmod _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 thing thing NOUN NN Number=Sing 1 ccomp 1:ccomp _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 give give VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ @@ -172582,7 +172686,7 @@ 4 research research NOUN NN Number=Sing 2 obj 2:obj _ 5 before before SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 agree agree VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:before _ +7 agree agree VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:before _ 8 next next ADJ JJ Degree=Pos 9 amod 9:amod _ 9 time time NOUN NN Number=Sing 7 obl:tmod 7:obl:tmod _ 10 ;-) ;-) SYM NFP _ 2 discourse 2:discourse _ @@ -172609,14 +172713,14 @@ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 humane humane ADJ JJ Degree=Pos 8 amod 8:amod _ 8 society society NOUN NN Number=Sing 2 obl 2:obl:at SpaceAfter=No -9 , , PUNCT , _ 2 punct 2:punct _ -10 walk walk VERB VB Mood=Imp|VerbForm=Fin 4 appos 4:appos _ +9 , , PUNCT , _ 10 punct 10:punct _ +10 walk walk VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis _ 11 dogs dog NOUN NNS Number=Plur 10 obj 10:obj SpaceAfter=No -12 , , PUNCT , _ 2 punct 2:punct _ -13 groom groom VERB VB Mood=Imp|VerbForm=Fin 10 list 10:list _ +12 , , PUNCT , _ 13 punct 13:punct _ +13 groom groom VERB VB Mood=Imp|VerbForm=Fin 10 conj 10:conj _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 animals animal NOUN NNS Number=Plur 13 obj 13:obj _ -16 etc etc X FW _ 10 list 10:list SpaceAfter=No +16 etc etc. NOUN FW Abbr=Yes|Number=Plur 10 conj 10:conj SpaceAfter=No 17 . . PUNCT . _ 2 punct 2:punct _ # newdoc id = answers-20111108092321AAK0Eqp_ans @@ -172624,7 +172728,7 @@ # newpar id = answers-20111108092321AAK0Eqp_ans-p0001 # text = what r the requirements to apply for a delay birth certificate in canada? 1 what what PRON WP PronType=Int 0 root 0:root _ -2 r be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +2 r be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 1 cop 1:cop CorrectForm='re 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 requirements requirement NOUN NNS Number=Plur 1 nsubj 1:nsubj _ 5 to to PART TO _ 6 mark 6:mark _ @@ -172635,14 +172739,14 @@ 10 birth birth NOUN NN Number=Sing 11 compound 11:compound _ 11 certificate certificate NOUN NN Number=Sing 6 obl 6:obl:for _ 12 in in ADP IN _ 13 case 13:case _ -13 canada canada PROPN NNP Number=Sing 6 obl 6:obl:in SpaceAfter=No +13 canada Canada PROPN NNP Number=Sing 6 obl 6:obl:in SpaceAfter=No 14 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108092321AAK0Eqp_ans-0002 # newpar id = answers-20111108092321AAK0Eqp_ans-p0002 # text = what r the evidentary requirements to apply for a delay birth certificate in canada? 1 what what PRON WP PronType=Int 0 root 0:root _ -2 r be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ +2 r be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 1 cop 1:cop CorrectForm='re 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 evidentary evidentary ADJ JJ Degree=Pos 5 amod 5:amod _ 5 requirements requirement NOUN NNS Number=Plur 1 nsubj 1:nsubj _ @@ -172654,7 +172758,7 @@ 11 birth birth NOUN NN Number=Sing 12 compound 12:compound _ 12 certificate certificate NOUN NN Number=Sing 7 obl 7:obl:for _ 13 in in ADP IN _ 14 case 14:case _ -14 canada canada PROPN NNP Number=Sing 7 obl 7:obl:in SpaceAfter=No +14 canada Canada PROPN NNP Number=Sing 7 obl 7:obl:in SpaceAfter=No 15 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108092321AAK0Eqp_ans-0003 @@ -172673,33 +172777,33 @@ 4 if if SCONJ IN _ 7 mark 7:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ 6 ever ever ADV RB _ 7 advmod 7:advmod _ -7 registered register VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:if _ +7 registered register VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 birth birth NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108092321AAK0Eqp_ans-0005 # text = Some places do the registration right at the hospital....in some smaller places, you need to register your child's birth at the town hall/registrar's office. -1 Some some DET DT _ 2 det 2:det _ +1 Some some DET DT PronType=Ind 2 det 2:det _ 2 places place NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 registration registration NOUN NN Number=Sing 3 obj 3:obj _ 6 right right ADV RB _ 5 advmod 5:advmod _ 7 at at ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 hospital hospital NOUN NN Number=Sing 3 obl 3:obl:at SpaceAfter=No -10 .... .... PUNCT , _ 3 punct 3:punct SpaceAfter=No +10 .... .... PUNCT , _ 17 punct 17:punct SpaceAfter=No 11 in in ADP IN _ 14 case 14:case _ -12 some some DET DT _ 14 det 14:det _ -13 smaller smaller ADJ JJR Degree=Cmp 14 amod 14:amod _ +12 some some DET DT PronType=Ind 14 det 14:det _ +13 smaller small ADJ JJR Degree=Cmp 14 amod 14:amod _ 14 places place NOUN NNS Number=Plur 17 obl 17:obl:in SpaceAfter=No -15 , , PUNCT , _ 17 punct 17:punct _ +15 , , PUNCT , _ 14 punct 14:punct _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj|19:nsubj:xsubj _ -17 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +17 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 18 to to PART TO _ 19 mark 19:mark _ 19 register register VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ -20 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21-22 child's _ _ _ _ _ _ _ _ 21 child child NOUN NN Number=Sing 23 nmod:poss 23:nmod:poss _ 22 's 's PART POS _ 21 case 21:case _ @@ -172708,19 +172812,20 @@ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 26 town town NOUN NN Number=Sing 27 compound 27:compound _ 27 hall hall NOUN NN Number=Sing 19 obl 19:obl:at SpaceAfter=No -28 / / PUNCT , _ 27 punct 27:punct SpaceAfter=No -29 registrar registrar NOUN NN Number=Sing 31 nmod:poss 31:nmod:poss SpaceAfter=No +28 / / PUNCT , _ 31 punct 31:punct SpaceAfter=No +29-30 registrar's _ _ _ _ _ _ _ _ +29 registrar registrar NOUN NN Number=Sing 31 nmod:poss 31:nmod:poss _ 30 's 's PART POS _ 29 case 29:case _ 31 office office NOUN NN Number=Sing 27 appos 27:appos SpaceAfter=No 32 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108092321AAK0Eqp_ans-0006 # text = My first three children were born in Southern Ontario cities. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ -2 first first ADJ JJ Degree=Pos|NumType=Ord 4 amod 4:amod _ -3 three three NUM CD NumType=Card 4 nummod 4:nummod _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 4 amod 4:amod _ +3 three three NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 children child NOUN NNS Number=Plur 6 nsubj:pass 6:nsubj:pass _ -5 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ +5 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ 6 born bear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 in in ADP IN _ 10 case 10:case _ 8 Southern southern ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -172742,10 +172847,10 @@ # sent_id = answers-20111108092321AAK0Eqp_ans-0008 # text = My last son, was born in Northern Ontario.... -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 last last ADJ JJ Degree=Pos 3 amod 3:amod _ 3 son son NOUN NN Number=Sing 6 nsubj:pass 6:nsubj:pass SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ 6 born bear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 in in ADP IN _ 9 case 9:case _ @@ -172757,13 +172862,13 @@ # text = I didn't know that I didn't register him in the ridiculous amount of paperwork I had filled out in the hospital and was supposed to go to city hall within 90 days. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 didn't _ _ _ _ _ _ _ _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 know know VERB VB VerbForm=Inf 0 root 0:root _ 5 that that SCONJ IN _ 9 mark 9:mark _ -6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj|26:nsubj|28:nsubj:xsubj _ +6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj|26:nsubj:pass|28:nsubj:xsubj _ 7-8 didn't _ _ _ _ _ _ _ _ -7 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +7 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 8 n't not PART RB _ 9 advmod 9:advmod _ 9 register register VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ 10 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj _ @@ -172774,43 +172879,43 @@ 15 of of ADP IN _ 16 case 16:case _ 16 paperwork paperwork NOUN NN Number=Sing 14 nmod 14:nmod:of _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -18 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 aux 19:aux _ +18 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 19 aux 19:aux _ 19 filled fill VERB VBN Tense=Past|VerbForm=Part 16 acl:relcl 16:acl:relcl _ 20 out out ADP RP _ 19 compound:prt 19:compound:prt _ 21 in in ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 hospital hospital NOUN NN Number=Sing 19 obl 19:obl:in _ 24 and and CCONJ CC _ 26 cc 26:cc _ -25 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 26 aux 26:aux _ -26 supposed suppose VERB VBN Tense=Past|VerbForm=Part 9 conj 4:ccomp|9:conj:and _ +25 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 26 aux:pass 26:aux:pass _ +26 supposed suppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 conj 4:ccomp|9:conj:and _ 27 to to PART TO _ 28 mark 28:mark _ 28 go go VERB VB VerbForm=Inf 26 xcomp 26:xcomp _ 29 to to ADP IN _ 31 case 31:case _ 30 city city NOUN NN Number=Sing 31 compound 31:compound _ 31 hall hall NOUN NN Number=Sing 28 obl 28:obl:to _ 32 within within ADP IN _ 34 case 34:case _ -33 90 90 NUM CD NumType=Card 34 nummod 34:nummod _ +33 90 90 NUM CD NumForm=Digit|NumType=Card 34 nummod 34:nummod _ 34 days day NOUN NNS Number=Plur 28 obl 28:obl:within SpaceAfter=No 35 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108092321AAK0Eqp_ans-0010 # text = Two years later when I got around to filling for his birth certificate, I find out he was never registered. -1 Two two NUM CD NumType=Card 2 nummod 2:nummod _ +1 Two two NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 years year NOUN NNS Number=Plur 3 obl:npmod 3:obl:npmod _ -3 later later ADV RBR Degree=Cmp 16 advmod 16:advmod _ -4 when when SCONJ WRB PronType=Int 6 mark 6:mark _ +3 later late ADV RBR Degree=Cmp 16 advmod 16:advmod _ +4 when when ADV WRB PronType=Int 6 advmod 6:advmod _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:when _ +6 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:when _ 7 around around ADV RB _ 6 advmod 6:advmod _ 8 to to SCONJ IN _ 9 mark 9:mark _ 9 filling fill VERB VBG VerbForm=Ger 6 advcl 6:advcl:to _ 10 for for ADP IN _ 13 case 13:case _ -11 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 12 birth birth NOUN NN Number=Sing 13 compound 13:compound _ 13 certificate certificate NOUN NN Number=Sing 9 obl 9:obl:for SpaceAfter=No -14 , , PUNCT , _ 16 punct 16:punct _ +14 , , PUNCT , _ 6 punct 6:punct _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -16 find find VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +16 find find VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 17 out out ADP RP _ 16 compound:prt 16:compound:prt _ 18 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 21 nsubj:pass 21:nsubj:pass _ 19 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 aux:pass 21:aux:pass _ @@ -172821,7 +172926,7 @@ # sent_id = answers-20111108092321AAK0Eqp_ans-0011 # text = I had to call the Office of the Registrar General in Thunder Bay, have copies of the delayed registration form mailed out to me, as they don't have an online area for it yet, fill those out, send them away, then apply for his birth certificate. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj|15:nsubj:xsubj|39:nsubj:xsubj|43:nsubj:xsubj|48:nsubj:xsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 call call VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -172841,15 +172946,15 @@ 19 delayed delayed ADJ JJ Degree=Pos 21 amod 21:amod _ 20 registration registration NOUN NN Number=Sing 21 compound 21:compound _ 21 form form NOUN NN Number=Sing 16 nmod 16:nmod:of _ -22 mailed mail VERB VBN Tense=Past|VerbForm=Part 15 xcomp 15:xcomp _ +22 mailed mail VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 xcomp 15:xcomp _ 23 out out ADV RB _ 22 advmod 22:advmod _ 24 to to ADP IN _ 25 case 25:case _ 25 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 22 obl 22:obl:to SpaceAfter=No -26 , , PUNCT , _ 22 punct 22:punct _ +26 , , PUNCT , _ 31 punct 31:punct _ 27 as as SCONJ IN _ 31 mark 31:mark _ 28 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 31 nsubj 31:nsubj _ 29-30 don't _ _ _ _ _ _ _ _ -29 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ +29 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ 30 n't not PART RB _ 31 advmod 31:advmod _ 31 have have VERB VB VerbForm=Inf 22 advcl 22:advcl:as _ 32 an a DET DT Definite=Ind|PronType=Art 34 det 34:det _ @@ -172870,7 +172975,7 @@ 47 then then ADV RB PronType=Dem 48 advmod 48:advmod _ 48 apply apply VERB VB VerbForm=Inf 4 conj 2:xcomp|4:conj _ 49 for for ADP IN _ 52 case 52:case _ -50 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 52 nmod:poss 52:nmod:poss _ +50 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 52 nmod:poss 52:nmod:poss _ 51 birth birth NOUN NN Number=Sing 52 compound 52:compound _ 52 certificate certificate NOUN NN Number=Sing 48 obl 48:obl:for SpaceAfter=No 53 . . PUNCT . _ 2 punct 2:punct _ @@ -172879,7 +172984,7 @@ # text = If you are just applying for a birth certificate for the first time, its simple to do it over the computer. 1 If if SCONJ IN _ 5 mark 5:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 just just ADV RB _ 5 advmod 5:advmod _ 5 applying apply VERB VBG Tense=Pres|VerbForm=Part 17 advcl 17:advcl:if _ 6 for for ADP IN _ 9 case 9:case _ @@ -172888,12 +172993,12 @@ 9 certificate certificate NOUN NN Number=Sing 5 obl 5:obl:for _ 10 for for ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 first first ADJ JJ Degree=Pos|NumType=Ord 13 amod 13:amod _ +12 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 13 amod 13:amod _ 13 time time NOUN NN Number=Sing 5 obl 5:obl:for SpaceAfter=No -14 , , PUNCT , _ 17 punct 17:punct _ +14 , , PUNCT , _ 5 punct 5:punct _ 15-16 its _ _ _ _ _ _ _ _ 15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 expl 17:expl _ -16 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ +16 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 17 cop 17:cop CorrectForm='s 17 simple simple ADJ JJ Degree=Pos 0 root 0:root _ 18 to to PART TO _ 19 mark 19:mark _ 19 do do VERB VB VerbForm=Inf 17 csubj 17:csubj _ @@ -172907,22 +173012,22 @@ # text = For $56 you can even have it expedited and will get in three business days or your money back. 1 For for ADP IN _ 2 case 2:case _ 2 $ $ SYM $ _ 7 obl 7:obl:for SpaceAfter=No -3 56 56 NUM CD NumType=Card 2 nummod 2:nummod _ +3 56 56 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj|12:nsubj _ 5 can can AUX MD VerbForm=Fin 7 aux 7:aux _ 6 even even ADV RB _ 7 advmod 7:advmod _ 7 have have VERB VB VerbForm=Inf 0 root 0:root _ 8 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj|9:nsubj:xsubj _ -9 expedited expedite VERB VBN Tense=Past|VerbForm=Part 7 xcomp 7:xcomp _ +9 expedited expedite VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 xcomp 7:xcomp _ 10 and and CCONJ CC _ 12 cc 12:cc _ 11 will will AUX MD VerbForm=Fin 12 aux 12:aux _ 12 get get VERB VB VerbForm=Inf 7 conj 7:conj:and _ 13 in in ADP IN _ 16 case 16:case _ -14 three three NUM CD NumType=Card 16 nummod 16:nummod _ +14 three three NUM CD NumForm=Word|NumType=Card 16 nummod 16:nummod _ 15 business business NOUN NN Number=Sing 16 compound 16:compound _ 16 days day NOUN NNS Number=Plur 12 obl 12:obl:in _ 17 or or CCONJ CC _ 19 cc 19:cc _ -18 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 money money NOUN NN Number=Sing 12 conj 12:conj:or _ 20 back back ADV RB _ 19 advmod 19:advmod SpaceAfter=No 21 . . PUNCT . _ 7 punct 7:punct _ @@ -172933,8 +173038,8 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 in in ADP IN _ 4 case 4:case _ 4 Ontario Ontario PROPN NNP Number=Sing 0 root 0:root _ -5 of of ADV RB _ 4 advmod 4:advmod _ -6 course course ADV RB _ 5 fixed 5:fixed SpaceAfter=No +5 of of ADP IN ExtPos=ADV 4 advmod 4:advmod _ +6 course course NOUN NN Number=Sing 5 fixed 5:fixed SpaceAfter=No 7 , , PUNCT , _ 13 punct 13:punct _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 rates rate NOUN NNS Number=Plur 13 nsubj 13:nsubj _ @@ -172945,7 +173050,7 @@ 14 for for ADP IN _ 16 case 16:case _ 15 other other ADJ JJ Degree=Pos 16 amod 16:amod _ 16 provinces province NOUN NNS Number=Plur 13 obl 13:obl:for SpaceAfter=No -17 / / PUNCT , _ 18 cc 18:cc SpaceAfter=No +17 / / SYM , _ 18 cc 18:cc SpaceAfter=No 18 territories territory NOUN NNS Number=Plur 16 conj 13:obl:for|16:conj SpaceAfter=No 19 . . PUNCT . _ 4 punct 4:punct _ @@ -172953,12 +173058,12 @@ # text = You just need basic information, and answer a few questions like what hospital was the child born at/who was the doctor.... 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|8:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 basic basic ADJ JJ Degree=Pos 5 amod 5:amod _ 5 information information NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 6 , , PUNCT , _ 8 punct 8:punct _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 answer answer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +8 answer answer VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 few few ADJ JJ Degree=Pos 11 amod 11:amod _ 11 questions question NOUN NNS Number=Plur 8 obj 8:obj _ @@ -172970,7 +173075,7 @@ 17 child child NOUN NN Number=Sing 18 nsubj:pass 18:nsubj:pass _ 18 born bear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl 11:acl:like _ 19 at at ADP IN _ 14 case 14:case SpaceAfter=No -20 / / PUNCT , _ 24 cc 24:cc SpaceAfter=No +20 / / SYM , _ 24 cc 24:cc SpaceAfter=No 21 who who PRON WP PronType=Int 24 nsubj 24:nsubj _ 22 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 cop 24:cop _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ @@ -172981,24 +173086,24 @@ # newpar id = answers-20111108092321AAK0Eqp_ans-p0004 # text = None, just walk in to the service office and present all the identification you have to prove your identity. 1 None none NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 4 punct 4:punct _ 3 just just ADV RB _ 4 advmod 4:advmod _ 4 walk walk VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ -5 in in X GW _ 9 case 9:case _ -6 to to ADP IN _ 5 goeswith 5:goeswith _ +5 in into ADP GW Typo=Yes 9 case 9:case _ +6 to _ X IN _ 5 goeswith 5:goeswith _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 service service NOUN NN Number=Sing 9 compound 9:compound _ 9 office office NOUN NN Number=Sing 4 obl 4:obl:to _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 present present VERB VB Mood=Imp|VerbForm=Fin 4 conj 4:conj:and _ -12 all all DET PDT _ 14 det:predet 14:det:predet _ +12 all all DET PDT PronType=Tot 14 det:predet 14:det:predet _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 identification identification NOUN NN Number=Sing 11 obj 11:obj _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -16 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ +16 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ 17 to to PART TO _ 18 mark 18:mark _ 18 prove prove VERB VB VerbForm=Inf 16 advcl 16:advcl:to _ -19 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 identity identity NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No 21 . . PUNCT . _ 1 punct 1:punct _ @@ -173010,7 +173115,7 @@ 4 chose choose VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 ask ask VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 6 obj 6:obj|9:nsubj:xsubj _ +7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 6 iobj 6:iobj|9:nsubj:xsubj _ 8 to to PART TO _ 9 mark 9:mark _ 9 bring bring VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 10 more more ADJ JJR Degree=Cmp 11 amod 11:amod _ @@ -173036,9 +173141,9 @@ 3 probably probably ADV RB _ 4 advmod 4:advmod _ 4 do do VERB VB VerbForm=Inf 0 root 0:root _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ -6 all all DET DT _ 5 det 5:det _ +6 all all DET DT PronType=Tot 5 det 5:det _ 7 on on ADV RB _ 9 advmod 9:advmod SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 line line ADV RB _ 4 advmod 4:advmod SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ @@ -173048,7 +173153,7 @@ 2 here here ADV RB PronType=Dem 1 advmod 1:advmod _ 3 if if SCONJ IN _ 6 mark 6:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj:pass 6:nsubj:pass _ -5 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ +5 were be AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ 6 born bear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 advcl 1:advcl:if _ 7 in in ADP IN _ 8 case 8:case _ 8 Ontario Ontario PROPN NNP Number=Sing 6 obl 6:obl:in SpaceAfter=No @@ -173062,10 +173167,10 @@ # text = If you were born elsewhere, start here. 1 If if SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ +3 were be AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 born bear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 advcl 7:advcl:if _ 5 elsewhere elsewhere ADV RB _ 4 advmod 4:advmod SpaceAfter=No -6 , , PUNCT , _ 7 punct 7:punct _ +6 , , PUNCT , _ 4 punct 4:punct _ 7 start start VERB VB VerbForm=Inf 0 root 0:root _ 8 here here ADV RB PronType=Dem 7 advmod 7:advmod SpaceAfter=No 9 . . PUNCT . _ 7 punct 7:punct _ @@ -173082,22 +173187,22 @@ # sent_id = answers-20111108092321AAK0Eqp_ans-0024 # newpar id = answers-20111108092321AAK0Eqp_ans-p0005 # text = My parents didn't send for my birth certificate until I was 16 and needed it for summer employment. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 parents parent NOUN NNS Number=Plur 5 nsubj 5:nsubj _ 3-4 didn't _ _ _ _ _ _ _ _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +3 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 send send VERB VB VerbForm=Inf 0 root 0:root _ 6 for for ADP IN _ 9 case 9:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 8 birth birth NOUN NN Number=Sing 9 compound 9:compound _ 9 certificate certificate NOUN NN Number=Sing 5 obl 5:obl:for _ 10 until until SCONJ IN _ 13 mark 13:mark _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj|15:nsubj _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ -13 16 16 NUM CD NumType=Card 5 advcl 5:advcl:until _ +13 16 16 NUM CD NumForm=Digit|NumType=Card 5 advcl 5:advcl:until _ 14 and and CCONJ CC _ 15 cc 15:cc _ -15 needed need VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 conj 5:advcl:until|13:conj:and _ +15 needed need VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 13 conj 5:advcl:until|13:conj:and _ 16 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 obj 15:obj _ 17 for for ADP IN _ 19 case 19:case _ 18 summer summer NOUN NN Number=Sing 19 compound 19:compound _ @@ -173106,37 +173211,37 @@ # sent_id = answers-20111108092321AAK0Eqp_ans-0025 # text = It was no problem to get PROVIDED the birth was registered in the first place. -1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ +1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 expl 4:expl _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ -3 no no DET DT _ 4 det 4:det _ +3 no no DET DT PronType=Neg 4 det 4:det _ 4 problem problem NOUN NN Number=Sing 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ -6 get get VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ -7 PROVIDED provide VERB VBN Tense=Past|VerbForm=Part 11 mark 11:mark _ +6 get get VERB VB VerbForm=Inf 4 csubj 4:csubj _ +7 PROVIDED provide VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 mark 11:mark _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 birth birth NOUN NN Number=Sing 11 nsubj:pass 11:nsubj:pass _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 aux:pass 11:aux:pass _ 11 registered register VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 advcl 4:advcl:provided _ 12 in in ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -14 first first ADJ JJ Degree=Pos|NumType=Ord 15 amod 15:amod _ +14 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 15 amod 15:amod _ 15 place place NOUN NN Number=Sing 11 obl 11:obl:in SpaceAfter=No 16 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108092321AAK0Eqp_ans-0026 # text = I add that in because there have been some people who have tried to claim citizenship by sending for their birth certificate when they were never really born in Canada or to Canadian parents. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 add add VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 add add VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that PRON DT Number=Sing|PronType=Dem 2 obj 2:obj _ 4 in in ADV RB _ 2 advmod 2:advmod _ 5 because because SCONJ IN _ 8 mark 8:mark _ 6 there there PRON EX _ 8 expl 8:expl _ -7 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +7 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 been be VERB VBN Tense=Past|VerbForm=Part 2 advcl 2:advcl:because _ -9 some some DET DT _ 10 det 10:det _ +9 some some DET DT PronType=Ind 10 det 10:det _ 10 people people NOUN NNS Number=Plur 8 nsubj 8:nsubj|13:nsubj|15:nsubj:xsubj _ 11 who who PRON WP PronType=Rel 13 nsubj 10:ref _ -12 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +12 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 tried try VERB VBN Tense=Past|VerbForm=Part 10 acl:relcl 10:acl:relcl _ 14 to to PART TO _ 15 mark 15:mark _ 15 claim claim VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ @@ -173144,12 +173249,12 @@ 17 by by SCONJ IN _ 18 mark 18:mark _ 18 sending send VERB VBG VerbForm=Ger 15 advcl 15:advcl:by _ 19 for for ADP IN _ 22 case 22:case _ -20 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +20 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 21 birth birth NOUN NN Number=Sing 22 compound 22:compound _ 22 certificate certificate NOUN NN Number=Sing 18 obl 18:obl:for _ -23 when when SCONJ WRB PronType=Int 28 mark 28:mark _ +23 when when ADV WRB PronType=Int 28 advmod 28:advmod _ 24 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 28 nsubj:pass 28:nsubj:pass _ -25 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 28 aux:pass 28:aux:pass _ +25 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 28 aux:pass 28:aux:pass _ 26 never never ADV RB _ 28 advmod 28:advmod _ 27 really really ADV RB _ 28 advmod 28:advmod _ 28 born bear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 advcl 18:advcl:when _ @@ -173157,13 +173262,13 @@ 30 Canada Canada PROPN NNP Number=Sing 28 obl 28:obl:in _ 31 or or CCONJ CC _ 34 cc 34:cc _ 32 to to ADP IN _ 34 case 34:case _ -33 Canadian canadian ADJ JJ Degree=Pos 34 amod 34:amod _ +33 Canadian Canadian ADJ JJ Degree=Pos 34 amod 34:amod _ 34 parents parent NOUN NNS Number=Plur 30 conj 28:obl:to|30:conj:or SpaceAfter=No 35 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108092321AAK0Eqp_ans-0027 # text = When a child is born in Canada the birth is registered before the baby can leave the hospital. -1 When when SCONJ WRB PronType=Int 5 mark 5:mark _ +1 When when ADV WRB PronType=Int 5 advmod 5:advmod _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 child child NOUN NN Number=Sing 5 nsubj:pass 5:nsubj:pass _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ @@ -173197,13 +173302,13 @@ 10 for for ADP IN _ 11 case 11:case _ 11 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 obl 9:obl:for _ 12 at at ADP IN _ 14 case 14:case _ -13 any any DET DT _ 14 det 14:det _ +13 any any DET DT PronType=Ind 14 det 14:det _ 14 time time NOUN NN Number=Sing 9 obl 9:obl:at SpaceAfter=No 15 . . PUNCT . _ 9 punct 9:punct _ # sent_id = answers-20111108092321AAK0Eqp_ans-0029 # text = Each provincial government has a website that lists the process for that Province so depending upon where you were born you can google it. -1 Each each DET DT _ 3 det 3:det _ +1 Each each DET DT PronType=Tot 3 det 3:det _ 2 provincial provincial ADJ JJ Degree=Pos 3 amod 3:amod _ 3 government government NOUN NN Number=Sing 4 nsubj 4:nsubj _ 4 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ @@ -173219,10 +173324,10 @@ 14 so so ADV RB _ 23 advmod 23:advmod _ 15 depending depend VERB VBG VerbForm=Ger 20 mark 20:mark _ 16 upon upon SCONJ IN _ 20 mark 20:mark _ -17 where where SCONJ WRB PronType=Int 20 mark 20:mark _ +17 where where ADV WRB PronType=Int 20 advmod 20:advmod _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj:pass 20:nsubj:pass _ -19 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 aux:pass 20:aux:pass _ -20 born bear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 obl 23:obl _ +19 were be AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 20 aux:pass 20:aux:pass _ +20 born bear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 advcl 23:advcl _ 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 23 nsubj 23:nsubj _ 22 can can AUX MD VerbForm=Fin 23 aux 23:aux _ 23 google google VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ @@ -173233,7 +173338,7 @@ # sent_id = answers-20111107155912AAS93e5_ans-0001 # newpar id = answers-20111107155912AAS93e5_ans-p0001 # text = Royal Caribbean or Carnival cruise? -1 Royal Royal PROPN NNP Number=Sing 2 compound 2:compound _ +1 Royal Royal ADJ NNP Degree=Pos 2 amod 2:amod _ 2 Caribbean Caribbean PROPN NNP Number=Sing 5 compound 5:compound _ 3 or or CCONJ CC _ 4 cc 4:cc _ 4 Carnival Carnival PROPN NNP Number=Sing 2 conj 2:conj:or|5:compound _ @@ -173246,41 +173351,41 @@ 1 ONLY only ADV RB _ 9 advmod 9:advmod _ 2 IF if SCONJ IN _ 9 mark 9:mark _ 3 YOU you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -4 HAVE have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +4 HAVE have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 5 BEEN be AUX VBN Tense=Past|VerbForm=Part 9 cop 9:cop _ 6 ON on ADP IN _ 9 case 9:case _ 7 BOARD board ADP IN _ 9 case 9:case _ -8 * * PUNCT NFP _ 9 punct 9:punct SpaceAfter=No -9 BOTH both DET DT _ 0 root 0:root SpaceAfter=No +8 * * PUNCT NFP _ 7 punct 7:punct SpaceAfter=No +9 BOTH both DET DT PronType=Tot 0 root 0:root SpaceAfter=No 10 * * PUNCT NFP _ 9 punct 9:punct _ 11 !! !! PUNCT . _ 9 punct 9:punct _ # sent_id = answers-20111107155912AAS93e5_ans-0003 # text = i want to know which you liked better and WHY? -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 know know VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 which which PRON WDT PronType=Int 7 obj 7:obj _ +5 which which PRON WDT PronType=Int 7 obj 7:obj ManuallyChecked=PronType 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj|10:nsubj _ -7 liked like VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ -8 better better ADV RBR Degree=Cmp 7 advmod 7:advmod _ +7 liked like VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +8 better well ADV RBR Degree=Cmp 7 advmod 7:advmod _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 WHY why ADV WRB PronType=Int 7 conj 4:ccomp|7:conj:and SpaceAfter=No 11 ? ? PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111107155912AAS93e5_ans-0004 # text = include which one had: -1 include include VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -2 which which DET WDT PronType=Int 3 det 3:det _ +1 include include VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 which which DET WDT PronType=Int 3 det 3:det ManuallyChecked=PronType 3 one one NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp SpaceAfter=No +4 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp SpaceAfter=No 5 : : PUNCT : _ 1 punct 1:punct _ # sent_id = answers-20111107155912AAS93e5_ans-0005 # text = -better food 1 - - PUNCT NFP _ 3 punct 3:punct SpaceAfter=No -2 better better ADJ JJR Degree=Cmp 3 amod 3:amod _ +2 better good ADJ JJR Degree=Cmp 3 amod 3:amod _ 3 food food NOUN NN Number=Sing 0 root 0:root _ # sent_id = answers-20111107155912AAS93e5_ans-0006 @@ -173294,7 +173399,7 @@ # text = -more teens 1 - - PUNCT NFP _ 3 punct 3:punct SpaceAfter=No 2 more more ADJ JJR Degree=Cmp 3 amod 3:amod _ -3 teens teens NOUN NNS Number=Plur 0 root 0:root _ +3 teens teen NOUN NNS Number=Plur 0 root 0:root _ # sent_id = answers-20111107155912AAS93e5_ans-0008 # text = -AND JUST MORE STUFF YOU LIKED OVERALL @@ -173304,17 +173409,17 @@ 4 MORE more ADJ JJR Degree=Cmp 5 amod 5:amod _ 5 STUFF STUFF PROPN NNP Number=Sing 0 root 0:root _ 6 YOU you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 LIKED like VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 LIKED like VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 OVERALL overall ADV RB _ 7 advmod 7:advmod _ # sent_id = answers-20111107155912AAS93e5_ans-0009 # text = please specify which royal or carnival ship (: 1 please please INTJ UH _ 2 discourse 2:discourse _ 2 specify specify VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 which which DET WDT PronType=Int 7 det 7:det _ -4 royal royal PROPN NNP Number=Sing 7 compound 7:compound _ +3 which which DET WDT PronType=Int 7 det 7:det ManuallyChecked=PronType +4 royal Royal PROPN NNP Number=Sing 7 compound 7:compound _ 5 or or CCONJ CC _ 6 cc 6:cc _ -6 carnival carnival PROPN NNP Number=Sing 4 conj 4:conj:or|7:compound _ +6 carnival Carnival PROPN NNP Number=Sing 4 conj 4:conj:or|7:compound _ 7 ship ship NOUN NN Number=Sing 2 obj 2:obj _ 8 (: (: SYM NFP _ 2 discourse 2:discourse _ @@ -173323,29 +173428,29 @@ # text = Carnival and Royal Caribbean are two popular cruise lines that have strong followings. 1 Carnival Carnival PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 2 and and CCONJ CC _ 4 cc 4:cc _ -3 Royal Royal PROPN NNP Number=Sing 4 compound 4:compound _ +3 Royal Royal ADJ NNP Degree=Pos 4 amod 4:amod _ 4 Caribbean Caribbean PROPN NNP Number=Sing 1 conj 1:conj:and|9:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ -6 two two NUM CD NumType=Card 9 nummod 9:nummod _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +6 two two NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 7 popular popular ADJ JJ Degree=Pos 9 amod 9:amod _ 8 cruise cruise NOUN NN Number=Sing 9 compound 9:compound _ 9 lines line NOUN NNS Number=Plur 0 root 0:root|11:nsubj _ 10 that that PRON WDT PronType=Rel 11 nsubj 9:ref _ -11 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +11 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 12 strong strong ADJ JJ Degree=Pos 13 amod 13:amod _ 13 followings following NOUN NNS Number=Plur 11 obj 11:obj SpaceAfter=No 14 . . PUNCT . _ 9 punct 9:punct _ # sent_id = answers-20111107155912AAS93e5_ans-0011 # text = Some cruise aficionados refuse to sail on one or the other. -1 Some some DET DT _ 3 det 3:det _ +1 Some some DET DT PronType=Ind 3 det 3:det _ 2 cruise cruise NOUN NN Number=Sing 3 compound 3:compound _ 3 aficionados aficionado NOUN NNS Number=Plur 4 nsubj 4:nsubj|6:nsubj:xsubj _ -4 refuse refuse VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 refuse refuse VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 sail sail VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 on on ADP IN _ 8 case 8:case _ -8 one one NUM CD NumType=Card 6 obl 6:obl:on _ +8 one one NUM CD NumForm=Word|NumType=Card 6 obl 6:obl:on _ 9 or or CCONJ CC _ 11 cc 11:cc _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 other other ADJ JJ Degree=Pos 8 conj 6:obl:on|8:conj:or SpaceAfter=No @@ -173353,9 +173458,9 @@ # sent_id = answers-20111107155912AAS93e5_ans-0012 # text = Are there any major differences between them? -1 Are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 there there PRON EX _ 1 expl 1:expl _ -3 any any DET DT _ 5 det 5:det _ +3 any any DET DT PronType=Ind 5 det 5:det _ 4 major major ADJ JJ Degree=Pos 5 amod 5:amod _ 5 differences difference NOUN NNS Number=Plur 1 nsubj 1:nsubj _ 6 between between ADP IN _ 7 case 7:case _ @@ -173365,54 +173470,54 @@ # sent_id = answers-20111107155912AAS93e5_ans-0013 # text = Explore which cruise may fit your needs the best. 1 Explore explore VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 which which DET WDT PronType=Int 3 det 3:det _ -3 cruise cruise NOUN NN Number=Sing 5 nsubj 5:nsubj _ +2 which which DET WDT PronType=Int 3 det 3:det ManuallyChecked=PronType +3 cruise cruise NOUN NN Number=Sing 1 obj 1:obj|5:nsubj _ 4 may may AUX MD VerbForm=Fin 5 aux 5:aux _ -5 fit fit VERB VB VerbForm=Inf 1 ccomp 1:ccomp _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 fit fit VERB VB VerbForm=Inf 3 acl:relcl 3:acl:relcl _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 needs need NOUN NNS Number=Plur 5 obj 5:obj _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 best best ADV RBS Degree=Sup 5 obl:npmod 5:obl:npmod SpaceAfter=No +9 best well ADV RBS Degree=Sup 5 obl:npmod 5:obl:npmod SpaceAfter=No 10 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111107155912AAS93e5_ans-0014 # text = For our comparison we sailed on two similar ships - the Carnival Liberty and the Royal Caribbean Mariner of the Seas. 1 For for ADP IN _ 3 case 3:case _ -2 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 comparison comparison NOUN NN Number=Sing 5 obl 5:obl:for _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 sailed sail VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 sailed sail VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 on on ADP IN _ 9 case 9:case _ -7 two two NUM CD NumType=Card 9 nummod 9:nummod _ +7 two two NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 8 similar similar ADJ JJ Degree=Pos 9 amod 9:amod _ 9 ships ship NOUN NNS Number=Plur 5 obl 5:obl:on _ -10 - - PUNCT : _ 9 punct 9:punct _ +10 - - PUNCT : _ 13 punct 13:punct _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 Carnival Carnival PROPN NNP Number=Sing 13 compound 13:compound _ 13 Liberty Liberty PROPN NNP Number=Sing 9 appos 9:appos _ 14 and and CCONJ CC _ 18 cc 18:cc _ 15 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -16 Royal Royal PROPN NNP Number=Sing 17 compound 17:compound _ -17 Caribbean Caribbean PROPN NNP Number=Sing 18 compound 18:compound _ +16 Royal Royal ADJ NNP Degree=Pos 17 amod 17:amod _ +17 Caribbean Caribbean ADJ NNP Degree=Pos 18 amod 18:amod _ 18 Mariner Mariner PROPN NNP Number=Sing 13 conj 9:appos|13:conj:and _ 19 of of ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -21 Seas Seas PROPN NNPS Number=Plur 18 nmod 18:nmod:of SpaceAfter=No +21 Seas Sea PROPN NNPS Number=Plur 18 nmod 18:nmod:of SpaceAfter=No 22 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111107155912AAS93e5_ans-0015 # text = Itinerary Both ships go to Caribbean Islands like Jamaica, Grand Cayman, Cozumel, St. Thomas, the Bahamas and St. Martin / St. Maarten. 1 Itinerary itinerary NOUN NN Number=Sing 0 root 0:root _ -2 Both both DET DT _ 3 det 3:det _ +2 Both both DET DT PronType=Tot 3 det 3:det _ 3 ships ship NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 appos 1:appos _ +4 go go VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 appos 1:appos _ 5 to to ADP IN _ 7 case 7:case _ 6 Caribbean caribbean ADJ JJ Degree=Pos 7 amod 7:amod _ 7 Islands island NOUN NNS Number=Plur 4 obl 4:obl:to _ 8 like like ADP IN _ 9 case 9:case _ 9 Jamaica Jamaica PROPN NNP Number=Sing 7 nmod 7:nmod:like SpaceAfter=No 10 , , PUNCT , _ 12 punct 12:punct _ -11 Grand Grand PROPN NNP Number=Sing 12 compound 12:compound _ +11 Grand Grand ADJ NNP Degree=Pos 12 amod 12:amod _ 12 Cayman Cayman PROPN NNP Number=Sing 9 conj 7:nmod:like|9:conj:and SpaceAfter=No 13 , , PUNCT , _ 14 punct 14:punct _ 14 Cozumel Cozumel PROPN NNP Number=Sing 9 conj 7:nmod:like|9:conj:and SpaceAfter=No @@ -173425,7 +173530,7 @@ 21 and and CCONJ CC _ 22 cc 22:cc _ 22 St. St. PROPN NNP Number=Sing 9 conj 7:nmod:like|9:conj:and _ 23 Martin Martin PROPN NNP Number=Sing 22 flat 22:flat _ -24 / / PUNCT , _ 22 punct 22:punct _ +24 / / PUNCT , _ 25 punct 25:punct _ 25 St. St. PROPN NNP Number=Sing 22 appos 22:appos _ 26 Maarten Maarten PROPN NNP Number=Sing 25 flat 25:flat SpaceAfter=No 27 . . PUNCT . _ 1 punct 1:punct _ @@ -173435,8 +173540,8 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 Liberty Liberty PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 3 also also ADV RB _ 4 advmod 4:advmod _ -4 visited visit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -5 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +4 visited visit VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 private private ADJ JJ Degree=Pos 7 amod 7:amod _ 7 island island NOUN NN Number=Sing 4 obj 4:obj _ 8 Half Half PROPN NNP Number=Sing 9 compound 9:compound _ @@ -173447,7 +173552,7 @@ 13 Rico Rico PROPN NNP Number=Sing 7 conj 4:obj|7:conj:and SpaceAfter=No 14 , , PUNCT , _ 17 punct 17:punct _ 15 and and CCONJ CC _ 17 cc 17:cc _ -16 Grand Grand PROPN NNP Number=Sing 17 compound 17:compound _ +16 Grand Grand ADJ NNP Degree=Pos 17 amod 17:amod _ 17 Turk Turk PROPN NNP Number=Sing 7 conj 4:obj|7:conj:and SpaceAfter=No 18 . . PUNCT . _ 4 punct 4:punct _ @@ -173457,10 +173562,10 @@ 2 Mariner Mariner PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 3 of of ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 Seas Seas PROPN NNPS Number=Plur 2 nmod 2:nmod:of _ -6 traveled travel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 Seas Sea PROPN NNPS Number=Plur 2 nmod 2:nmod:of _ +6 traveled travel VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 to to ADP IN _ 10 case 10:case _ -8 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 private private ADJ JJ Degree=Pos 10 amod 10:amod _ 10 island island NOUN NN Number=Sing 6 obl 6:obl:to _ 11 Coco Coco PROPN NNP Number=Sing 12 compound 12:compound _ @@ -173479,20 +173584,20 @@ # sent_id = answers-20111107155912AAS93e5_ans-0018 # text = We loved most of the locations that both of the ships visited and don't believe that this should be a distinguishing factor on deciding between the cruise lines. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|16:nsubj _ -2 loved love VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 loved love VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 most most ADJ JJS Degree=Sup 2 obj 2:obj _ 4 of of ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 locations location NOUN NNS Number=Plur 3 nmod 3:nmod:of|12:obj _ 7 that that PRON WDT PronType=Rel 12 obj 6:ref _ -8 both both DET DT _ 12 nsubj 12:nsubj _ +8 both both DET DT PronType=Tot 12 nsubj 12:nsubj _ 9 of of ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 ships ship NOUN NNS Number=Plur 8 nmod 8:nmod:of _ -12 visited visit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +12 visited visit VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 13 and and CCONJ CC _ 16 cc 16:cc _ 14-15 don't _ _ _ _ _ _ _ _ -14 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +14 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 15 n't not PART RB _ 16 advmod 16:advmod _ 16 believe believe VERB VB VerbForm=Inf 2 conj 2:conj:and _ 17 that that SCONJ IN _ 23 mark 23:mark _ @@ -173513,10 +173618,10 @@ # sent_id = answers-20111107155912AAS93e5_ans-0019 # text = Shows Each night there are a variety of shows. 1 Shows show NOUN NNS Number=Plur 0 root 0:root _ -2 Each each DET DT _ 3 det 3:det _ +2 Each each DET DT PronType=Tot 3 det 3:det _ 3 night night NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ 4 there there PRON EX _ 5 expl 5:expl _ -5 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 appos 1:appos _ +5 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 appos 1:appos _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 variety variety NOUN NN Number=Sing 5 nsubj 5:nsubj _ 8 of of ADP IN _ 9 case 9:case _ @@ -173527,12 +173632,12 @@ # text = Usually you have the main show and some type of entertainment before and perhaps afterward. 1 Usually usually ADV RB _ 3 advmod 3:advmod _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 main main ADJ JJ Degree=Pos 6 amod 6:amod _ 6 show show NOUN NN Number=Sing 3 obj 3:obj _ 7 and and CCONJ CC _ 9 cc 9:cc _ -8 some some DET DT _ 9 det 9:det _ +8 some some DET DT PronType=Ind 9 det 9:det _ 9 type type NOUN NN Number=Sing 6 conj 3:obj|6:conj:and _ 10 of of ADP IN _ 11 case 11:case _ 11 entertainment entertainment NOUN NN Number=Sing 9 nmod 9:nmod:of _ @@ -173545,7 +173650,7 @@ # sent_id = answers-20111107155912AAS93e5_ans-0021 # text = We felt that the main shows on the Mariner of the Seas were better. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 felt feel VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 14 mark 14:mark _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 main main ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -173555,9 +173660,9 @@ 9 Mariner Mariner PROPN NNP Number=Sing 6 nmod 6:nmod:on _ 10 of of ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -12 Seas Seas PROPN NNPS Number=Plur 9 nmod 9:nmod:of _ -13 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 cop 14:cop _ -14 better better ADJ JJR Degree=Cmp 2 ccomp 2:ccomp SpaceAfter=No +12 Seas Sea PROPN NNPS Number=Plur 9 nmod 9:nmod:of _ +13 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ +14 better good ADJ JJR Degree=Cmp 2 ccomp 2:ccomp SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111107155912AAS93e5_ans-0022 @@ -173566,7 +173671,7 @@ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 Liberty Liberty PROPN NNP Number=Sing 5 obl 5:obl:on _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 liked like VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 liked like VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 comedian comedian NOUN NN Number=Sing 5 obj 5:obj _ 8 and and CCONJ CC _ 10 cc 10:cc _ @@ -173578,15 +173683,15 @@ # text = If you love seeing the shows, Royal Caribbean was better for the main shows and Carnival was slightly better for the comedians. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|4:nsubj:xsubj _ -3 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:if _ +3 love love VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:if _ 4 seeing see VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 shows show NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No -7 , , PUNCT , _ 11 punct 11:punct _ -8 Royal Royal PROPN NNP Number=Sing 9 compound 9:compound _ +7 , , PUNCT , _ 3 punct 3:punct _ +8 Royal Royal ADJ NNP Degree=Pos 9 amod 9:amod _ 9 Caribbean Caribbean PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ -11 better better ADJ JJR Degree=Cmp 0 root 0:root _ +11 better good ADJ JJR Degree=Cmp 0 root 0:root _ 12 for for ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 14 main main ADJ JJ Degree=Pos 15 amod 15:amod _ @@ -173595,7 +173700,7 @@ 17 Carnival Carnival PROPN NNP Number=Sing 20 nsubj 20:nsubj _ 18 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 cop 20:cop _ 19 slightly slightly ADV RB _ 20 advmod 20:advmod _ -20 better better ADJ JJR Degree=Cmp 11 conj 11:conj:and _ +20 better good ADJ JJR Degree=Cmp 11 conj 11:conj:and _ 21 for for ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 comedians comedian NOUN NNS Number=Plur 20 obl 20:obl:for SpaceAfter=No @@ -173606,11 +173711,11 @@ 1 Dining dining NOUN NN Number=Sing 2 compound 2:compound _ 2 Room room NOUN NN Number=Sing 0 root 0:root _ 3 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 enjoyed enjoy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 appos 2:appos _ +4 enjoyed enjoy VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 appos 2:appos _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 atmosphere atmosphere NOUN NN Number=Sing 4 obj 4:obj _ 7 of of ADP IN _ 10 case 10:case _ -8 both both DET DT _ 10 det 10:det _ +8 both both DET DT PronType=Tot 10 det 10:det _ 9 dining dining NOUN NN Number=Sing 10 compound 10:compound _ 10 rooms room NOUN NNS Number=Plur 6 nmod 6:nmod:of _ 11 on on ADP IN _ 13 case 13:case _ @@ -173620,17 +173725,17 @@ 15 Mariner Mariner PROPN NNP Number=Sing 13 conj 10:nmod:on|13:conj:and _ 16 of of ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -18 Seas Seas PROPN NNPS Number=Plur 15 nmod 15:nmod:of SpaceAfter=No +18 Seas Sea PROPN NNPS Number=Plur 15 nmod 15:nmod:of SpaceAfter=No 19 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111107155912AAS93e5_ans-0025 # text = We felt that the menu had a little more variety on the Mariner of the Seas. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 felt feel VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 6 mark 6:mark _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 menu menu NOUN NN Number=Sing 6 nsubj 6:nsubj _ -6 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +6 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 little little ADJ JJ Degree=Pos 9 obl:npmod 9:obl:npmod _ 9 more more ADJ JJR Degree=Cmp 10 amod 10:amod _ @@ -173640,7 +173745,7 @@ 13 Mariner Mariner PROPN NNP Number=Sing 10 nmod 10:nmod:on _ 14 of of ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -16 Seas Seas PROPN NNPS Number=Plur 13 nmod 13:nmod:of SpaceAfter=No +16 Seas Sea PROPN NNPS Number=Plur 13 nmod 13:nmod:of SpaceAfter=No 17 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111107155912AAS93e5_ans-0026 @@ -173654,9 +173759,9 @@ 7 Mariner Mariner PROPN NNP Number=Sing 5 conj 5:conj:and|12:nsubj _ 8 of of ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -10 Seas Seas PROPN NNPS Number=Plur 7 nmod 7:nmod:of _ -11 both both CCONJ CC _ 5 cc:preconj 5:cc:preconj _ -12 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 appos 1:appos _ +10 Seas Sea PROPN NNPS Number=Plur 7 nmod 7:nmod:of _ +11 both both ADV RB Degree=Pos 12 advmod 12:advmod _ +12 get get VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 appos 1:appos _ 13 high high ADJ JJ Degree=Pos 14 amod 14:amod _ 14 grades grade NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No 15 . . PUNCT . _ 1 punct 1:punct _ @@ -173664,17 +173769,17 @@ # sent_id = answers-20111107155912AAS93e5_ans-0027 # text = We did have one waiter that complained some on one of our trips on the Mariner. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +2 did do AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ -4 one one NUM CD NumType=Card 5 nummod 5:nummod _ +4 one one NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 5 waiter waiter NOUN NN Number=Sing 3 obj 3:obj|7:nsubj _ 6 that that PRON WDT PronType=Rel 7 nsubj 5:ref _ -7 complained complain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 complained complain VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 some some ADV RB _ 7 advmod 7:advmod _ 9 on on ADP IN _ 10 case 10:case _ -10 one one NUM CD NumType=Card 7 obl 7:obl:on _ +10 one one NUM CD NumForm=Word|NumType=Card 7 obl 7:obl:on _ 11 of of ADP IN _ 13 case 13:case _ -12 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 trips trip NOUN NNS Number=Plur 10 nmod 10:nmod:of _ 14 on on ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -173684,21 +173789,21 @@ # sent_id = answers-20111107155912AAS93e5_ans-0028 # text = We had a slightly better experience on the Liberty, but feel that both crews did an excellent job and that this should not be a distinguishing factor on choosing a cruise. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|12:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 4 slightly slightly ADV RB _ 5 advmod 5:advmod _ -5 better better ADJ JJR Degree=Cmp 6 amod 6:amod _ +5 better good ADJ JJR Degree=Cmp 6 amod 6:amod _ 6 experience experience NOUN NN Number=Sing 2 obj 2:obj _ 7 on on ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 Liberty Liberty PROPN NNP Number=Sing 2 obl 2:obl:on SpaceAfter=No 10 , , PUNCT , _ 12 punct 12:punct _ 11 but but CCONJ CC _ 12 cc 12:cc _ -12 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ +12 feel feel VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ 13 that that SCONJ IN _ 16 mark 16:mark _ -14 both both DET DT _ 15 det 15:det _ +14 both both DET DT PronType=Tot 15 det 15:det _ 15 crews crew NOUN NNS Number=Plur 16 nsubj 16:nsubj _ -16 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 ccomp 12:ccomp _ +16 did do VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 12 ccomp 12:ccomp _ 17 an a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 18 excellent excellent ADJ JJ Degree=Pos 19 amod 19:amod _ 19 job job NOUN NN Number=Sing 16 obj 16:obj _ @@ -173724,27 +173829,27 @@ 3 Mariner Mariner PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 4 of of ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 Seas Seas PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ +6 Seas Sea PROPN NNPS Number=Plur 3 nmod 3:nmod:of _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 Liberty Liberty PROPN NNP Number=Sing 3 conj 3:conj:and|10:nsubj _ -9 both both CCONJ CC _ 3 cc:preconj 3:cc:preconj _ -10 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 appos 1:appos _ +9 both both ADV RB Degree=Pos 10 advmod 10:advmod _ +10 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 appos 1:appos _ 11 salt salt NOUN NN Number=Sing 12 compound 12:compound _ 12 water water NOUN NN Number=Sing 13 compound 13:compound _ 13 pools pool NOUN NNS Number=Plur 10 obj 10:obj|19:obj _ -14 - - PUNCT , _ 13 punct 13:punct _ +14 - - PUNCT , _ 19 punct 19:punct _ 15 which which PRON WDT PronType=Rel 19 obj 13:ref _ 16 most most ADJ JJS Degree=Sup 18 amod 18:amod _ 17 cruise cruise NOUN NN Number=Sing 18 compound 18:compound _ 18 ships ship NOUN NNS Number=Plur 19 nsubj 19:nsubj _ -19 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl SpaceAfter=No +19 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl SpaceAfter=No 20 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111107155912AAS93e5_ans-0030 # text = They both had pools for kids and adults. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 both both DET DT _ 1 det 1:det _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 both both DET DT PronType=Tot 1 det 1:det _ +3 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 pools pool NOUN NNS Number=Plur 3 obj 3:obj _ 5 for for ADP IN _ 6 case 6:case _ 6 kids kid NOUN NNS Number=Plur 4 nmod 4:nmod:for _ @@ -173755,16 +173860,16 @@ # sent_id = answers-20111107155912AAS93e5_ans-0031 # text = We liked the Liberty's pools better because one had a slide. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 liked like VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 liked like VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4-5 Liberty's _ _ _ _ _ _ _ _ 4 Liberty Liberty PROPN NNP Number=Sing 6 nmod:poss 6:nmod:poss _ 5 's 's PART POS _ 4 case 4:case _ 6 pools pool NOUN NNS Number=Plur 2 obj 2:obj _ -7 better better ADV RBR Degree=Cmp 2 advmod 2:advmod _ +7 better well ADV RBR Degree=Cmp 2 advmod 2:advmod _ 8 because because SCONJ IN _ 10 mark 10:mark _ -9 one one NUM CD NumType=Card 10 nsubj 10:nsubj _ -10 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:because _ +9 one one NUM CD NumForm=Word|NumType=Card 10 nsubj 10:nsubj _ +10 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:because _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 slide slide NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ @@ -173773,13 +173878,13 @@ # text = If you have kids, this would be something that they would definitely enjoy. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ 4 kids kid NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct _ +5 , , PUNCT , _ 3 punct 3:punct _ 6 this this PRON DT Number=Sing|PronType=Dem 9 nsubj 9:nsubj _ 7 would would AUX MD VerbForm=Fin 9 aux 9:aux _ 8 be be AUX VB VerbForm=Inf 9 cop 9:cop _ -9 something something PRON NN Number=Sing 0 root 0:root|14:obj _ +9 something something PRON NN Number=Sing|PronType=Ind 0 root 0:root|14:obj _ 10 that that PRON WDT PronType=Rel 14 obj 9:ref _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 12 would would AUX MD VerbForm=Fin 14 aux 14:aux _ @@ -173791,21 +173896,21 @@ # text = Spa We tried the spa on the Liberty and loved it. 1 Spa spa NOUN NN Number=Sing 0 root 0:root _ 2 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|10:nsubj _ -3 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 appos 1:appos _ +3 tried try VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 1 appos 1:appos _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 spa spa NOUN NN Number=Sing 3 obj 3:obj _ 6 on on ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 Liberty Liberty PROPN NNP Number=Sing 5 nmod 5:nmod:on _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 loved love VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 1:appos|3:conj:and _ +10 loved love VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 conj 1:appos|3:conj:and _ 11 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 obj 10:obj SpaceAfter=No 12 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111107155912AAS93e5_ans-0034 # text = We did not try the spa on the Mariner of the Seas. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 try try VERB VB VerbForm=Inf 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -173815,7 +173920,7 @@ 9 Mariner Mariner PROPN NNP Number=Sing 6 nmod 6:nmod:on _ 10 of of ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -12 Seas Seas PROPN NNPS Number=Plur 9 nmod 9:nmod:of SpaceAfter=No +12 Seas Sea PROPN NNPS Number=Plur 9 nmod 9:nmod:of SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111107155912AAS93e5_ans-0035 @@ -173827,7 +173932,7 @@ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 go go VERB VB VerbForm=Inf 0 root 0:root _ 6 wrong wrong ADV RB _ 5 advmod 5:advmod _ -7 when when SCONJ WRB PronType=Int 8 mark 8:mark _ +7 when when ADV WRB PronType=Int 8 advmod 8:advmod _ 8 getting get VERB VBG VerbForm=Ger 5 advcl 5:advcl:when _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 spa spa NOUN NN Number=Sing 11 compound 11:compound _ @@ -173837,33 +173942,33 @@ # sent_id = answers-20111107155912AAS93e5_ans-0036 # newpar id = answers-20111107155912AAS93e5_ans-p0004 # text = Royal Caribbean is better, but the best cruiseline is Regent Seven Seas. -1 Royal Royal PROPN NNP Number=Sing 2 compound 2:compound _ +1 Royal Royal ADJ NNP Degree=Pos 2 amod 2:amod _ 2 Caribbean Caribbean PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -4 better better ADJ JJR Degree=Cmp 0 root 0:root SpaceAfter=No +4 better good ADJ JJR Degree=Cmp 0 root 0:root SpaceAfter=No 5 , , PUNCT , _ 13 punct 13:punct _ 6 but but CCONJ CC _ 13 cc 13:cc _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 best best ADJ JJS Degree=Sup 9 amod 9:amod _ +8 best good ADJ JJS Degree=Sup 9 amod 9:amod _ 9 cruiseline cruiseline NOUN NN Number=Sing 13 nsubj 13:nsubj _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 11 Regent Regent PROPN NNP Number=Sing 13 compound 13:compound _ 12 Seven Seven PROPN NNP Number=Sing 13 compound 13:compound _ -13 Seas Seas PROPN NNPS Number=Plur 4 conj 4:conj:but SpaceAfter=No +13 Seas Sea PROPN NNPS Number=Plur 4 conj 4:conj:but SpaceAfter=No 14 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111107155912AAS93e5_ans-0037 # text = Look on their website rssc.com 1 Look look VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 on on ADP IN _ 4 case 4:case _ -3 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 website website NOUN NN Number=Sing 1 obl 1:obl:on _ 5 rssc.com rssc.com X ADD _ 4 appos 4:appos _ # sent_id = answers-20111107155912AAS93e5_ans-0038 # newpar id = answers-20111107155912AAS93e5_ans-p0005 # text = Royal Caribbean. -1 Royal Royal PROPN NNP Number=Sing 2 compound 2:compound _ +1 Royal Royal ADJ NNP Degree=Pos 2 amod 2:amod _ 2 Caribbean Caribbean PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ @@ -173886,9 +173991,9 @@ # text = What countries are the best to travel to? 1 What what DET WDT PronType=Int 2 det 2:det _ 2 countries country NOUN NNS Number=Plur 0 root 0:root _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 cop 2:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 cop 2:cop _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 best best ADJ JJS Degree=Sup 2 nsubj 2:nsubj _ +5 best good ADJ JJS Degree=Sup 2 nsubj 2:nsubj _ 6 to to PART TO _ 7 mark 7:mark _ 7 travel travel VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ 8 to to ADP IN _ 7 obl 7:obl SpaceAfter=No @@ -173899,12 +174004,12 @@ # text = I really want to travel when I leave school! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 2 really really ADV RB _ 3 advmod 3:advmod _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 travel travel VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 when when SCONJ WRB PronType=Int 8 mark 8:mark _ +6 when when ADV WRB PronType=Int 8 advmod 8:advmod _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 leave leave VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:when _ +8 leave leave VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:when _ 9 school school NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No 10 ! ! PUNCT . _ 3 punct 3:punct _ @@ -173928,9 +174033,9 @@ # sent_id = answers-20111108102445AA5mfrq_ans-0005 # text = Have you every traveled before? -1 Have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +1 Have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 every every ADV RB _ 4 advmod 4:advmod _ +3 every ever ADV RB Typo=Yes 4 advmod 4:advmod CorrectForm=ever 4 traveled travel VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 before before ADV RB _ 4 advmod 4:advmod SpaceAfter=No 6 ? ? PUNCT . _ 4 punct 4:punct _ @@ -173944,7 +174049,7 @@ 5 go go VERB VB VerbForm=Inf 0 root 0:root _ 6 for for ADP IN _ 2 case 2:case _ 7 to to ADP IN _ 9 case 9:case _ -8 each each DET DT _ 9 det 9:det _ +8 each each DET DT PronType=Tot 9 det 9:det _ 9 place place NOUN NN Number=Sing 5 obl 5:obl:to SpaceAfter=No 10 ? ? PUNCT . _ 5 punct 5:punct _ @@ -173952,9 +174057,9 @@ # text = (I Have 1 year before collage!) 1 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 Have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 1 1 NUM CD NumType=Card 5 nummod 5:nummod _ -5 year year NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ +3 Have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 1 1 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ +5 year year NOUN NN Number=Sing 3 obj 3:obj _ 6 before before ADP IN _ 7 case 7:case _ 7 collage collage NOUN NN Number=Sing 3 obl 3:obl:before SpaceAfter=No 8 ! ! PUNCT . _ 3 punct 3:punct SpaceAfter=No @@ -173963,7 +174068,7 @@ # sent_id = answers-20111108102445AA5mfrq_ans-0008 # text = &Also how much money would I need? 1 & & CCONJ CC _ 8 cc 8:cc SpaceAfter=No -2 Also also ADV RB _ 1 advmod 1:advmod _ +2 Also also ADV RB _ 8 advmod 8:advmod _ 3 how how ADV WRB PronType=Int 4 advmod 4:advmod _ 4 much much ADJ JJ Degree=Pos 5 amod 5:amod _ 5 money money NOUN NN Number=Sing 8 obj 8:obj _ @@ -173990,15 +174095,15 @@ # sent_id = answers-20111108102445AA5mfrq_ans-0011 # text = I mean when I graduate & yes, college, sorry for the typo. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 mean mean VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 when when SCONJ WRB PronType=Int 5 mark 5:mark _ +2 mean mean VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 when when ADV WRB PronType=Int 5 advmod 5:advmod _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 graduate graduate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +5 graduate graduate VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 6 & & CCONJ CC _ 9 cc 9:cc _ 7 yes yes INTJ UH _ 9 discourse 9:discourse SpaceAfter=No -8 , , PUNCT , _ 9 punct 9:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 college college NOUN NN Number=Sing 5 parataxis 5:parataxis SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 sorry sorry INTJ UH _ 9 discourse 9:discourse _ 12 for for ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ @@ -174009,7 +174114,7 @@ # newpar id = answers-20111108102445AA5mfrq_ans-p0003 # text = Leave High School? 1 Leave leave VERB VB VerbForm=Inf 0 root 0:root _ -2 High High PROPN NNP Number=Sing 3 compound 3:compound _ +2 High High ADJ NNP Degree=Pos 3 amod 3:amod _ 3 School School PROPN NNP Number=Sing 1 obj 1:obj SpaceAfter=No 4 ? ? PUNCT . _ 1 punct 1:punct _ @@ -174017,7 +174122,7 @@ # text = Not the smartest move to take off on a worldly adventure if you've never traveled before and you don't put where you would be traveling from. 1 Not not PART RB _ 4 advmod 4:advmod _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 smartest smartest ADJ JJS Degree=Sup 4 amod 4:amod _ +3 smartest smart ADJ JJS Degree=Sup 4 amod 4:amod _ 4 move move NOUN NN Number=Sing 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 take take VERB VB VerbForm=Inf 4 csubj 4:csubj _ @@ -174029,30 +174134,30 @@ 12 if if SCONJ IN _ 16 mark 16:mark _ 13-14 you've _ _ _ _ _ _ _ _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -14 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +14 've have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 15 never never ADV RB _ 16 advmod 16:advmod _ 16 traveled travel VERB VBN Tense=Past|VerbForm=Part 6 advcl 6:advcl:if _ 17 before before ADV RB _ 16 advmod 16:advmod _ 18 and and CCONJ CC _ 22 cc 22:cc _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ 20-21 don't _ _ _ _ _ _ _ _ -20 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ +20 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ 21 n't not PART RB _ 22 advmod 22:advmod _ 22 put put VERB VB VerbForm=Inf 16 conj 6:advcl:if|16:conj:and _ -23 where where SCONJ WRB PronType=Int 27 mark 27:mark _ +23 where where ADV WRB PronType=Int 27 advmod 27:advmod _ 24 you you PRON PRP Case=Nom|Person=2|PronType=Prs 27 nsubj 27:nsubj _ 25 would would AUX MD VerbForm=Fin 27 aux 27:aux _ 26 be be AUX VB VerbForm=Inf 27 aux 27:aux _ 27 traveling travel VERB VBG Tense=Pres|VerbForm=Part 22 advcl 22:advcl:where _ 28 from from ADP IN _ 27 obl 27:obl SpaceAfter=No -29 . . PUNCT . _ 1 punct 1:punct _ +29 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108102445AA5mfrq_ans-0014 # text = In the United States? 1 In in ADP IN _ 4 case 4:case _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 United United PROPN NNP Number=Sing 4 compound 4:compound _ -4 States States PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No +3 United United ADJ NNP Degree=Pos 4 amod 4:amod _ +4 States State PROPN NNPS Number=Plur 0 root 0:root SpaceAfter=No 5 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108102445AA5mfrq_ans-0015 @@ -174065,13 +174170,13 @@ # sent_id = answers-20111108102445AA5mfrq_ans-0016 # text = There are 50 of them, 48 located from Maine to Florida and California to Washington State and all in between. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 50 50 NUM CD NumType=Card 2 nsubj 2:nsubj _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 50 50 NUM CD NumForm=Digit|NumType=Card 2 nsubj 2:nsubj _ 4 of of ADP IN _ 5 case 5:case _ 5 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 3 nmod 3:nmod:of SpaceAfter=No -6 , , PUNCT , _ 3 punct 3:punct _ -7 48 48 NUM CD NumType=Card 8 nsubj 8:nsubj|21:nsubj _ -8 located locate VERB VBN Tense=Past|VerbForm=Part 2 advcl 2:advcl _ +6 , , PUNCT , _ 8 punct 8:punct _ +7 48 48 NUM CD NumForm=Digit|NumType=Card 8 nsubj:pass 8:nsubj:pass _ +8 located locate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 advcl 2:advcl _ 9 from from ADP IN _ 10 case 10:case _ 10 Maine Maine PROPN NNP Number=Sing 8 obl 8:obl:from _ 11 to to ADP IN _ 12 case 12:case _ @@ -174081,41 +174186,41 @@ 15 to to ADP IN _ 17 case 17:case _ 16 Washington Washington PROPN NNP Number=Sing 17 compound 17:compound _ 17 State State PROPN NNP Number=Sing 14 nmod 14:nmod:to _ -18 and and CCONJ CC _ 22 cc 22:cc _ -19 all all ADV RB _ 21 advmod 21:advmod _ -20 in in ADP IN _ 21 case 21:case _ -21 between between ADV RB _ 8 conj 2:advcl:in|8:conj SpaceAfter=No +18 and and CCONJ CC _ 20 cc 20:cc _ +19 all all ADV RB _ 20 advmod 20:advmod _ +20 in in ADP IN _ 10 conj 8:advmod|10:conj _ +21 between between ADP IN _ 20 fixed 20:fixed SpaceAfter=No 22 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108102445AA5mfrq_ans-0017 # text = There are 2 more located outside of the main continent with Alaska way to the north and Hawaii in the Pacific. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 2 2 NUM CD NumType=Card 4 nummod 4:nummod _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 2 2 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 more more ADJ JJR Degree=Cmp 2 nsubj 2:nsubj _ -5 located locate VERB VBN Tense=Past|VerbForm=Part 4 advcl 4:advcl _ +5 located locate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 advcl 4:advcl _ 6 outside outside ADP IN _ 10 case 10:case _ 7 of of ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 main main ADJ JJ Degree=Pos 10 amod 10:amod _ 10 continent continent NOUN NN Number=Sing 5 obl 5:obl:of _ -11 with with ADP IN _ 12 case 12:case _ -12 Alaska Alaska PROPN NNP Number=Sing 5 obl 5:obl:with _ +11 with with SCONJ IN _ 16 mark 16:mark _ +12 Alaska Alaska PROPN NNP Number=Sing 16 nsubj 16:nsubj _ 13 way way ADV RB _ 16 advmod 16:advmod _ 14 to to ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -16 north north NOUN NN Number=Sing 12 nmod 12:nmod:to _ -17 and and CCONJ CC _ 18 cc 18:cc _ -18 Hawaii Hawaii PROPN NNP Number=Sing 12 conj 5:obl:with|12:conj:and _ +16 north north NOUN NN Number=Sing 5 advcl 5:advcl:with _ +17 and and CCONJ CC _ 21 cc 21:cc _ +18 Hawaii Hawaii PROPN NNP Number=Sing 21 nsubj 21:nsubj _ 19 in in ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -21 Pacific Pacific PROPN NNP Number=Sing 18 nmod 18:nmod:in SpaceAfter=No +21 Pacific Pacific PROPN NNP Number=Sing 16 conj 5:advcl:with|16:conj:and SpaceAfter=No 22 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108102445AA5mfrq_ans-0018 # text = What do you like to do? 1 What what PRON WP PronType=Int 6 obj 6:obj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ 4 like like VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ @@ -174127,11 +174232,11 @@ 1 Big big ADJ JJ Degree=Pos 2 amod 2:amod _ 2 Cities city NOUN NNS Number=Plur 0 root 0:root _ 3 like like ADP IN _ 5 case 5:case _ -4 New New PROPN NNP Number=Sing 5 compound 5:compound _ +4 New New ADJ NNP Degree=Pos 5 amod 5:amod _ 5 York York PROPN NNP Number=Sing 2 nmod 2:nmod:like SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 Boston Boston PROPN NNP Number=Sing 5 list 5:list SpaceAfter=No -8 , , PUNCT , _ 5 punct 5:punct _ +8 , , PUNCT , _ 9 punct 9:punct _ 9 Philadelphia Philadelphia PROPN NNP Number=Sing 5 list 5:list _ 10 on on ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ @@ -174148,8 +174253,8 @@ 5 Florida Florida PROPN NNP Number=Sing 1 nmod 1:nmod:of _ 6 or or CCONJ CC _ 10 cc 10:cc _ 7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -8 Mid mid X AFX _ 9 advmod 9:advmod _ -9 Atlantic Atlantic PROPN NNP Number=Sing 10 amod 10:amod _ +8 Mid mid ADV AFX _ 9 advmod 9:advmod _ +9 Atlantic Atlantic ADJ NNP Degree=Pos 10 amod 10:amod _ 10 cities city NOUN NNS Number=Plur 1 conj 1:conj:or _ 11 of of ADP IN _ 12 case 12:case _ 12 Atlanta Atlanta PROPN NNP Number=Sing 10 nmod 10:nmod:of SpaceAfter=No @@ -174166,7 +174271,7 @@ 3 sites site NOUN NNS Number=Plur 0 root 0:root _ 4 of of ADP IN _ 5 case 5:case _ 5 Washington Washington PROPN NNP Number=Sing 3 nmod 3:nmod:of SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 DC DC PROPN NNP Number=Sing 5 appos 5:appos SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ @@ -174179,7 +174284,7 @@ 5 , , PUNCT , _ 6 punct 6:punct _ 6 Birmingham Birmingham PROPN NNP Number=Sing 4 conj 2:nmod:of|4:conj:or SpaceAfter=No 7 , , PUNCT , _ 9 punct 9:punct _ -8 New New PROPN NNP Number=Sing 9 compound 9:compound _ +8 New New ADJ NNP Degree=Pos 9 amod 9:amod _ 9 Orleans Orleans PROPN NNP Number=Sing 4 conj 2:nmod:of|4:conj:or _ 10 or or CCONJ CC _ 11 cc 11:cc _ 11 Charlotte Charlotte PROPN NNP Number=Sing 4 conj 2:nmod:of|4:conj:or SpaceAfter=No @@ -174226,7 +174331,7 @@ # sent_id = answers-20111108102445AA5mfrq_ans-0026 # text = Do you speak a foreign language? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 speak speak VERB VB VerbForm=Inf 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -174240,7 +174345,7 @@ 2 could could AUX MD VerbForm=Fin 3 aux 3:aux _ 3 spend spend VERB VB VerbForm=Inf 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ -5 year year NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ +5 year year NOUN NN Number=Sing 3 obj 3:obj _ 6 in in ADP IN _ 7 case 7:case _ 7 Spain Spain PROPN NNP Number=Sing 3 obl 3:obl:in _ 8 alone alone ADV RB _ 7 advmod 7:advmod SpaceAfter=No @@ -174254,8 +174359,8 @@ 4 Seville Seville PROPN NNP Number=Sing 2 nmod 2:nmod:to _ 5 to to ADP IN _ 6 case 6:case _ 6 Barcelona Barcelona PROPN NNP Number=Sing 2 nmod 2:nmod:to _ -7 an and CCONJ CC Typo=Yes 8 cc 8:cc _ -8 Valencia Valencia PROPN NNP Number=Sing 6 conj 2:nmod:to|6:conj:an SpaceAfter=No +7 an and CCONJ CC Typo=Yes 8 cc 8:cc CorrectForm=and +8 Valencia Valencia PROPN NNP Number=Sing 6 conj 2:nmod:to|6:conj:and SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108102445AA5mfrq_ans-0029 @@ -174265,7 +174370,7 @@ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 north north NOUN NN Number=Sing 5 compound 5:compound _ 5 coast coast NOUN NN Number=Sing 1 nmod 1:nmod:on SpaceAfter=No -6 , , PUNCT , _ 1 punct 1:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 Pamplona Pamplona PROPN NNP Number=Sing 1 parataxis 1:parataxis _ 8 and and CCONJ CC _ 12 cc 12:cc _ 9 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -174315,10 +174420,10 @@ # text = I've traveled to all of these places and could certainly tailor a trip to your needs based on budget, actual time allowed, your likes and dislikes. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|12:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 traveled travel VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 to to ADP IN _ 5 case 5:case _ -5 all all DET DT _ 3 obl 3:obl:to _ +5 all all DET DT PronType=Tot 3 obl 3:obl:to _ 6 of of ADP IN _ 8 case 8:case _ 7 these this DET DT Number=Plur|PronType=Dem 8 det 8:det _ 8 places place NOUN NNS Number=Plur 5 nmod 5:nmod:of _ @@ -174329,18 +174434,18 @@ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 trip trip NOUN NN Number=Sing 12 obj 12:obj _ 15 to to ADP IN _ 17 case 17:case _ -16 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 needs need NOUN NNS Number=Plur 12 obl 12:obl:to _ -18 based base VERB VBN Tense=Past|VerbForm=Part 20 case 20:case _ +18 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 case 20:case _ 19 on on ADP IN _ 20 case 20:case _ 20 budget budget NOUN NN Number=Sing 17 nmod 17:nmod:on SpaceAfter=No -21 , , PUNCT , _ 20 punct 20:punct _ +21 , , PUNCT , _ 23 punct 23:punct _ 22 actual actual ADJ JJ Degree=Pos 23 amod 23:amod _ 23 time time NOUN NN Number=Sing 20 list 20:list _ -24 allowed allow VERB VBN Tense=Past|VerbForm=Part 23 acl 23:acl SpaceAfter=No -25 , , PUNCT , _ 20 punct 20:punct _ -26 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ -27 likes likes NOUN NNS Number=Plur 20 list 20:list _ +24 allowed allow VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 acl 23:acl SpaceAfter=No +25 , , PUNCT , _ 27 punct 27:punct _ +26 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +27 likes like NOUN NNS Number=Plur 20 list 20:list _ 28 and and CCONJ CC _ 29 cc 29:cc _ 29 dislikes dislike NOUN NNS Number=Plur 27 conj 27:conj:and SpaceAfter=No 30 . . PUNCT . _ 3 punct 3:punct _ @@ -174361,12 +174466,12 @@ # sent_id = answers-20111108102445AA5mfrq_ans-0033 # text = Do you want to see all the sites or simply a few photos and on your way to the next place. -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj|13:nsubj _ 3 want want VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 see see VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 all all DET PDT _ 8 det:predet 8:det:predet _ +6 all all DET PDT PronType=Tot 8 det:predet 8:det:predet _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 sites site NOUN NNS Number=Plur 5 obj 5:obj _ 9 or or CCONJ CC _ 13 cc 13:cc _ @@ -174376,7 +174481,7 @@ 13 photos photo NOUN NNS Number=Plur 3 conj 3:conj:or _ 14 and and CCONJ CC _ 17 cc 17:cc _ 15 on on ADP IN _ 17 case 17:case _ -16 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 way way NOUN NN Number=Sing 13 conj 13:conj:and _ 18 to to ADP IN _ 21 case 21:case _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ @@ -174387,7 +174492,7 @@ # sent_id = answers-20111108102445AA5mfrq_ans-0034 # text = Does your budget limit you to how long you can stay in each place? 1 Does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 budget budget NOUN NN Number=Sing 4 nsubj 4:nsubj _ 4 limit limit VERB VB VerbForm=Inf 0 root 0:root _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 obj 4:obj _ @@ -174398,34 +174503,34 @@ 10 can can AUX MD VerbForm=Fin 11 aux 11:aux _ 11 stay stay VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ 12 in in ADP IN _ 14 case 14:case _ -13 each each DET DT _ 14 det 14:det _ +13 each each DET DT PronType=Tot 14 det 14:det _ 14 place place NOUN NN Number=Sing 11 obl 11:obl:in SpaceAfter=No 15 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108102445AA5mfrq_ans-0035 # text = You need a lot of money for hotels, airfare, seeing the sites, food, local transport - you name it but life costs. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 lot lot NOUN NN Number=Sing 2 obj 2:obj _ 5 of of ADP IN _ 6 case 6:case _ 6 money money NOUN NN Number=Sing 4 nmod 4:nmod:of _ 7 for for ADP IN _ 8 case 8:case _ 8 hotels hotel NOUN NNS Number=Plur 6 nmod 6:nmod:for SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ -10 airfare airfare NOUN NN Number=Sing 8 list 8:list SpaceAfter=No -11 , , PUNCT , _ 8 punct 8:punct _ -12 seeing see VERB VBG VerbForm=Ger 8 list 8:list _ +9 , , PUNCT , _ 10 punct 10:punct _ +10 airfare airfare NOUN NN Number=Sing 8 conj 6:nmod:for|8:conj SpaceAfter=No +11 , , PUNCT , _ 12 punct 12:punct _ +12 seeing see VERB VBG VerbForm=Ger 8 conj 6:nmod:for|8:conj _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 sites site NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No -15 , , PUNCT , _ 8 punct 8:punct _ -16 food food NOUN NN Number=Sing 8 list 8:list SpaceAfter=No -17 , , PUNCT , _ 8 punct 8:punct _ +15 , , PUNCT , _ 16 punct 16:punct _ +16 food food NOUN NN Number=Sing 8 conj 6:nmod:for|8:conj SpaceAfter=No +17 , , PUNCT , _ 19 punct 19:punct _ 18 local local ADJ JJ Degree=Pos 19 amod 19:amod _ -19 transport transport NOUN NN Number=Sing 8 list 8:list _ -20 - - PUNCT : _ 2 punct 2:punct _ +19 transport transport NOUN NN Number=Sing 8 conj 6:nmod:for|8:conj _ +20 - - PUNCT : _ 22 punct 22:punct _ 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ -22 name name VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +22 name name VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 23 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 obj 22:obj _ 24 but but CCONJ CC _ 26 cc 26:cc _ 25 life life NOUN NN Number=Sing 26 nsubj 26:nsubj _ @@ -174436,7 +174541,7 @@ # text = Once you have a budget or an amount in the bank then you'll be able to figure out where you can go, for how long you can go and what you can do when you're there. 1 Once once SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:once _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:once _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 budget budget NOUN NN Number=Sing 3 obj 3:obj _ 6 or or CCONJ CC _ 8 cc 8:cc _ @@ -174454,13 +174559,13 @@ 17 to to PART TO _ 18 mark 18:mark _ 18 figure figure VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 19 out out ADP RP _ 18 compound:prt 18:compound:prt _ -20 where where SCONJ WRB PronType=Int 23 mark 23:mark _ +20 where where ADV WRB PronType=Int 23 advmod 23:advmod _ 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 23 nsubj 23:nsubj _ 22 can can AUX MD VerbForm=Fin 23 aux 23:aux _ 23 go go VERB VB VerbForm=Inf 18 ccomp 18:ccomp SpaceAfter=No 24 , , PUNCT , _ 30 punct 30:punct _ 25 for for ADP IN _ 27 case 27:case _ -26 how how SCONJ WRB PronType=Int 27 mark 27:mark _ +26 how how ADV WRB PronType=Int 27 advmod 27:advmod _ 27 long long ADV RB Degree=Pos 30 obl 30:obl:for _ 28 you you PRON PRP Case=Nom|Person=2|PronType=Prs 30 nsubj 30:nsubj _ 29 can can AUX MD VerbForm=Fin 30 aux 30:aux _ @@ -174470,16 +174575,16 @@ 33 you you PRON PRP Case=Nom|Person=2|PronType=Prs 35 nsubj 35:nsubj _ 34 can can AUX MD VerbForm=Fin 35 aux 35:aux _ 35 do do VERB VB VerbForm=Inf 23 conj 18:ccomp|23:conj:and _ -36 when when SCONJ WRB PronType=Int 39 mark 39:mark _ +36 when when ADV WRB PronType=Int 39 advmod 39:advmod _ 37-38 you're _ _ _ _ _ _ _ _ 37 you you PRON PRP Case=Nom|Person=2|PronType=Prs 39 nsubj 39:nsubj _ -38 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 39 cop 39:cop _ +38 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 39 cop 39:cop _ 39 there there ADV RB PronType=Dem 35 advcl 35:advcl:when SpaceAfter=No 40 . . PUNCT . _ 16 punct 16:punct _ # sent_id = answers-20111108102445AA5mfrq_ans-0037 # text = 1 year before collage or college? -1 1 1 NUM CD NumType=Card 2 nummod 2:nummod _ +1 1 1 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 2 year year NOUN NN Number=Sing 4 nmod:npmod 4:nmod:npmod _ 3 before before ADP IN _ 4 case 4:case _ 4 collage collage NOUN NN Number=Sing 0 root 0:root _ @@ -174497,7 +174602,7 @@ # newpar id = answers-20111108102445AA5mfrq_ans-p0004 # text = I recommend buying a single unlimited Europass and travelling anywhere in the EU your heart desires. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|3:nsubj:xsubj|9:nsubj:xsubj _ -2 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 buying buy VERB VBG VerbForm=Ger 2 xcomp 2:xcomp _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 5 single single ADJ JJ Degree=Pos 7 amod 7:amod _ @@ -174509,7 +174614,7 @@ 11 in in ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 EU EU PROPN NNP Number=Sing 10 nmod 10:nmod:in _ -14 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 heart heart NOUN NN Number=Sing 16 nsubj 16:nsubj _ 16 desires desire VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl SpaceAfter=No 17 . . PUNCT . _ 2 punct 2:punct _ @@ -174523,10 +174628,10 @@ 4 beat beat VERB VB VerbForm=Inf 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 price price NOUN NN Number=Sing 4 obj 4:obj _ -7 for for SCONJ IN _ 8 case 8:case _ -8 what what PRON WP PronType=Int 6 nmod 6:nmod:for _ +7 for for ADP IN _ 8 case 8:case _ +8 what what PRON WP PronType=Rel 6 nmod 6:nmod:for|10:obj _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -10 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl SpaceAfter=No +10 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108102445AA5mfrq_ans-0041 @@ -174540,7 +174645,7 @@ # sent_id = answers-20111108102445AA5mfrq_ans-0042 # text = Nigeria, a lovely country. 1 Nigeria Nigeria PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 5 punct 5:punct _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 lovely lovely ADJ JJ Degree=Pos 5 amod 5:amod _ 5 country country NOUN NN Number=Sing 1 appos 1:appos SpaceAfter=No @@ -174551,8 +174656,8 @@ 1 But but CCONJ CC _ 2 cc 2:cc _ 2 where where ADV WRB PronType=Int 0 root 0:root _ 3 in in ADP IN _ 4 case 4:case _ -4 nigeria nigeria PROPN NNP Number=Sing 1 obl 1:obl:in SpaceAfter=No -5 ? ? PUNCT . _ 1 punct 1:punct _ +4 nigeria Nigeria PROPN NNP Number=Sing 2 obl 2:obl:in SpaceAfter=No +5 ? ? PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108102445AA5mfrq_ans-0044 # text = Obudu cattle ranch. @@ -174575,10 +174680,10 @@ # newpar id = answers-20111108105749AABv7vx_ans-p0001 # text = How do you make your cat adjust to a new house? 1 How how ADV WRB PronType=Int 4 advmod 4:advmod _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 make make VERB VB VerbForm=Inf 0 root 0:root _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 cat cat NOUN NN Number=Sing 4 obj 4:obj|7:nsubj:xsubj _ 7 adjust adjust VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 8 to to ADP IN _ 11 case 11:case _ @@ -174592,9 +174697,9 @@ # text = Me and my family are moving into a new house just outside a small town. 1 Me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 2 and and CCONJ CC _ 4 cc 4:cc _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 family family NOUN NN Number=Sing 1 conj 1:conj:and|6:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 are be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 moving move VERB VBG VerbForm=Ger 0 root 0:root _ 7 into into ADP IN _ 10 case 10:case _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ @@ -174610,20 +174715,20 @@ # sent_id = answers-20111108105749AABv7vx_ans-0003 # text = We are currently living a mile from the town in a house surrounded by fields but the new house is beside a busy road. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 currently currently ADV RB _ 4 advmod 4:advmod _ 4 living live VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -6 mile mile NOUN NN Number=Sing 4 obj 4:obj _ +6 mile mile NOUN NN Number=Sing 4 obl:npmod 4:obl:npmod _ 7 from from ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 town town NOUN NN Number=Sing 6 nmod 6:nmod:from _ 10 in in ADP IN _ 12 case 12:case _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 house house NOUN NN Number=Sing 4 obl 4:obl:in _ -13 surrounded surround VERB VBN Tense=Past|VerbForm=Part 12 acl 12:acl _ +13 surrounded surround VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 acl 12:acl _ 14 by by ADP IN _ 15 case 15:case _ -15 fields field NOUN NNS Number=Plur 13 obl 13:obl:by _ +15 fields field NOUN NNS Number=Plur 13 obl:agent 13:obl:agent _ 16 but but CCONJ CC _ 24 cc 24:cc _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 18 new new ADJ JJ Degree=Pos 19 amod 19:amod _ @@ -174638,17 +174743,17 @@ # sent_id = answers-20111108105749AABv7vx_ans-0004 # text = We have had the cat for 10 years and dont want to leave it. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|12:nsubj|14:nsubj:xsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 cat cat NOUN NN Number=Sing 3 obj 3:obj _ 6 for for ADP IN _ 8 case 8:case _ -7 10 10 NUM CD NumType=Card 8 nummod 8:nummod _ +7 10 10 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 8 years year NOUN NNS Number=Plur 3 obl 3:obl:for _ 9 and and CCONJ CC _ 12 cc 12:cc _ 10-11 dont _ _ _ _ _ _ _ _ -10 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ -11 nt not PART RB _ 12 advmod 12:advmod _ +10 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 nt not PART RB Typo=Yes 12 advmod 12:advmod CorrectForm=n't 12 want want VERB VB VerbForm=Inf 3 conj 3:conj:and _ 13 to to PART TO _ 14 mark 14:mark _ 14 leave leave VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ @@ -174657,7 +174762,7 @@ # sent_id = answers-20111108105749AABv7vx_ans-0005 # text = How could we make it settle in a new house. -1 How how SCONJ WRB PronType=Int 4 mark 4:mark _ +1 How how ADV WRB PronType=Int 4 advmod 4:advmod _ 2 could could AUX MD VerbForm=Fin 4 aux 4:aux _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 4 make make VERB VB VerbForm=Inf 0 root 0:root _ @@ -174673,17 +174778,17 @@ # newpar id = answers-20111108105749AABv7vx_ans-p0003 # text = you are not just moving house - your cat is losing his territory. 1 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 not not PART RB _ 5 advmod 5:advmod _ 4 just just ADV RB _ 5 advmod 5:advmod _ 5 moving move VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 6 house house NOUN NN Number=Sing 5 obj 5:obj _ -7 - - PUNCT , _ 5 punct 5:punct _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 - - PUNCT , _ 11 punct 11:punct _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 cat cat NOUN NN Number=Sing 11 nsubj 11:nsubj _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 losing lose VERB VBG Tense=Pres|VerbForm=Part 5 parataxis 5:parataxis _ -12 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 territory territory NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 14 . . PUNCT . _ 5 punct 5:punct _ @@ -174698,17 +174803,17 @@ 7 , , PUNCT , _ 12 punct 12:punct _ 8 and and CCONJ CC _ 12 cc 12:cc _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 very very ADV RB _ 12 advmod 12:advmod _ 12 nervous nervous ADJ JJ Degree=Pos 4 conj 4:conj:and _ -13 when when SCONJ WRB PronType=Int 15 mark 15:mark _ +13 when when ADV WRB PronType=Int 15 advmod 15:advmod _ 14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -15 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:when _ +15 go go VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:when _ 16 into into ADP IN _ 19 case 19:case _ 17 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 18 new new ADJ JJ Degree=Pos 19 amod 19:amod _ 19 place place NOUN NN Number=Sing 15 obl 15:obl:into _ -20 - - PUNCT , _ 4 punct 4:punct _ +20 - - PUNCT , _ 26 punct 26:punct _ 21 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 22 new new ADJ JJ Degree=Pos 23 amod 23:amod _ 23 house house NOUN NN Number=Sing 26 nsubj 26:nsubj _ @@ -174721,10 +174826,10 @@ 30 or or CCONJ CC _ 32 cc 32:cc _ 31 unknown unknown ADJ JJ Degree=Pos 32 amod 32:amod _ 32 menaces menace NOUN NNS Number=Plur 28 conj 26:obl:of|28:conj:or _ -33 - - PUNCT , _ 4 punct 4:punct _ +33 - - PUNCT , _ 38 punct 38:punct _ 34 well well INTJ UH _ 38 discourse 38:discourse _ -35 at at ADV RB _ 38 advmod 38:advmod _ -36 least least ADV RBS Degree=Sup 35 fixed 35:fixed _ +35 at at ADP IN ExtPos=ADV 38 advmod 38:advmod _ +36 least least ADJ JJS Degree=Sup 35 fixed 35:fixed _ 37 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 38 nsubj 38:nsubj _ 38 thinks think VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 parataxis 26:parataxis _ 39 so so ADV RB _ 38 advmod 38:advmod SpaceAfter=No @@ -174744,13 +174849,13 @@ 10 place place NOUN NN Number=Sing 5 obj 5:obj _ 11 to to PART TO _ 12 mark 12:mark _ 12 explore explore VERB VB VerbForm=Inf 10 acl 10:acl:to SpaceAfter=No -13 , , PUNCT , _ 5 punct 5:punct _ +13 , , PUNCT , _ 17 punct 17:punct _ 14 so so SCONJ IN _ 17 mark 17:mark _ 15 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj|23:nsubj|24:nsubj:xsubj _ 16 can can AUX MD VerbForm=Fin 17 aux 17:aux _ 17 make make VERB VB VerbForm=Inf 5 advcl 5:advcl:so _ 18 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 obj 17:obj|20:nsubj:xsubj _ -19 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 territory territory NOUN NN Number=Sing 17 xcomp 17:xcomp SpaceAfter=No 21 , , PUNCT , _ 23 punct 23:punct _ 22 and and CCONJ CC _ 23 cc 23:cc _ @@ -174762,7 +174867,7 @@ # sent_id = answers-20111108105749AABv7vx_ans-0009 # text = then, he can have a place to retreat to when he feels scared. 1 then then ADV RB PronType=Dem 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 4 can can AUX MD VerbForm=Fin 5 aux 5:aux _ 5 have have VERB VB VerbForm=Inf 0 root 0:root _ @@ -174771,7 +174876,7 @@ 8 to to PART TO _ 9 mark 9:mark _ 9 retreat retreat VERB VB VerbForm=Inf 7 acl 7:acl:to _ 10 to to ADP IN _ 9 obl 9:obl _ -11 when when SCONJ WRB PronType=Int 13 mark 13:mark _ +11 when when ADV WRB PronType=Int 13 advmod 13:advmod _ 12 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj|14:nsubj:xsubj _ 13 feels feel VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:when _ 14 scared scared ADJ JJ Degree=Pos 13 xcomp 13:xcomp SpaceAfter=No @@ -174784,7 +174889,7 @@ 3 need need VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 get get VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 box box NOUN NN Number=Sing 5 obj 5:obj _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 bowls bowl NOUN NNS Number=Plur 7 conj 5:obj|7:conj:and SpaceAfter=No @@ -174794,16 +174899,16 @@ 13 blanket blanket NOUN NN Number=Sing 17 nsubj 17:nsubj|20:nsubj _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 toys toy NOUN NNS Number=Plur 13 conj 13:conj:and|17:nsubj _ -16 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ -17 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 conj 5:obj|7:conj:and SpaceAfter=No +16 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ +17 his his PRON PRP Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 conj 5:obj|7:conj:and SpaceAfter=No 18 , , PUNCT , _ 20 punct 20:punct _ 19 and and CCONJ CC _ 20 cc 20:cc _ -20 smell smell VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 conj 17:conj:and _ +20 smell smell VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 conj 17:conj:and _ 21 like like ADP IN _ 22 case 22:case _ 22 home home NOUN NN Number=Sing 20 obl 20:obl:like SpaceAfter=No 23 , , PUNCT , _ 25 punct 25:punct _ 24 and and CCONJ CC _ 25 cc 25:cc _ -25 put put VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 3:xcomp|5:conj:and _ +25 put put VERB VB VerbForm=Inf 5 conj 3:xcomp|5:conj:and _ 26 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 25 obj 25:obj _ 27 in in ADP IN _ 29 case 29:case _ 28 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ @@ -174815,10 +174920,10 @@ 1 the the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 room room NOUN NN Number=Sing 7 nsubj 7:nsubj _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 sleep sleep VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 sleep sleep VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 in in ADP IN _ 4 obl 4:obl _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ -7 best best ADJ JJS Degree=Sup 0 root 0:root _ +7 best good ADJ JJS Degree=Sup 0 root 0:root _ 8 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No 9 seeing see VERB VBG VerbForm=Ger 18 csubj 18:csubj _ 10 you you PRON PRP Case=Acc|Person=2|PronType=Prs 9 obj 9:obj|12:nsubj:xsubj _ @@ -174826,14 +174931,14 @@ 12 relaxed relaxed ADJ JJ Degree=Pos 9 xcomp 9:xcomp _ 13 that that SCONJ IN _ 16 mark 16:mark _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +15 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 16 sleeping sleep VERB VBG Tense=Pres|VerbForm=Part 12 advcl 12:advcl:that _ 17 will will AUX MD VerbForm=Fin 18 aux 18:aux _ 18 send send VERB VB VerbForm=Inf 7 parataxis 7:parataxis _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 message message NOUN NN Number=Sing 18 obj 18:obj _ 21 that that SCONJ IN _ 24 mark 24:mark _ -22 everything everything PRON NN Number=Sing 24 nsubj 24:nsubj _ +22 everything everything PRON NN Number=Sing|PronType=Tot 24 nsubj 24:nsubj _ 23 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ 24 OK ok ADJ JJ Degree=Pos 20 acl 20:acl:that SpaceAfter=No 25 ) ) PUNCT -RRB- _ 18 punct 18:punct SpaceAfter=No @@ -174842,7 +174947,7 @@ 28 others other NOUN NNS Number=Plur 30 nsubj 30:nsubj _ 29 will will AUX MD VerbForm=Fin 30 aux 30:aux _ 30 work work VERB VB VerbForm=Inf 7 conj 7:conj:but _ -31 just just ADV RB _ 33 advmod 33:advmod _ +31 just just ADV RB _ 32 advmod 32:advmod _ 32 as as ADV RB _ 30 advmod 30:advmod _ 33 well well ADV RB Degree=Pos 32 fixed 32:fixed SpaceAfter=No 34 . . PUNCT . _ 7 punct 7:punct _ @@ -174869,18 +174974,18 @@ 2 will will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 feel feel VERB VB VerbForm=Inf 0 root 0:root _ 4 much much ADV RB _ 5 advmod 5:advmod _ -5 safer safer ADJ JJR Degree=Cmp 3 xcomp 3:xcomp _ +5 safer safe ADJ JJR Degree=Cmp 3 xcomp 3:xcomp _ 6 in in ADP IN _ 9 case 9:case _ 7 that that DET DT Number=Sing|PronType=Dem 9 det 9:det _ -8 one one NUM CD NumType=Card 9 nummod 9:nummod _ +8 one one NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 9 room room NOUN NN Number=Sing 3 obl 3:obl:in SpaceAfter=No -10 , , PUNCT , _ 3 punct 3:punct _ -11 than than ADP IN _ 16 case 16:case _ +10 , , PUNCT , _ 16 punct 16:punct _ +11 than than ADP IN _ 16 mark 16:mark _ 12 in in ADP IN _ 16 case 16:case _ 13 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 14 huge huge ADJ JJ Degree=Pos 16 amod 16:amod _ 15 unknown unknown ADJ JJ Degree=Pos 16 amod 16:amod _ -16 house house NOUN NN Number=Sing 3 obl 3:obl:in SpaceAfter=No +16 house house NOUN NN Number=Sing 3 advcl 3:advcl:than SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108105749AABv7vx_ans-0014 @@ -174892,9 +174997,9 @@ 5 room room NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 6 , , PUNCT , _ 7 punct 7:punct _ 7 mark mark VERB VB VerbForm=Inf 3 conj 3:conj:and _ -8 everything everything PRON NN Number=Sing 7 obj 7:obj _ +8 everything everything PRON NN Number=Sing|PronType=Tot 7 obj 7:obj _ 9 with with ADP IN _ 11 case 11:case _ -10 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 cheek cheek NOUN NN Number=Sing 7 obl 7:obl:with SpaceAfter=No 12 , , PUNCT , _ 14 punct 14:punct _ 13 and and CCONJ CC _ 14 cc 14:cc _ @@ -174902,9 +175007,9 @@ 15 to to PART TO _ 16 mark 16:mark _ 16 make make VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 17 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 obj 16:obj|18:nsubj:xsubj _ -18 feel feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 xcomp 16:xcomp _ +18 feel feel VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 19 like like ADP IN _ 21 case 21:case _ -20 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 territory territory NOUN NN Number=Sing 18 obl 18:obl:like SpaceAfter=No 22 . . PUNCT . _ 3 punct 3:punct _ @@ -174913,9 +175018,9 @@ 1 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 will will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 reassure reassure VERB VB VerbForm=Inf 0 root 0:root _ -4 himself himself PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes 3 obj 3:obj _ +4 himself himself PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes 3 iobj 3:iobj _ 5 that that SCONJ IN _ 11 mark 11:mark _ -6 no no DET DT _ 8 det 8:det _ +6 no no DET DT PronType=Neg 8 det 8:det _ 7 other other ADJ JJ Degree=Pos 8 amod 8:amod _ 8 animal animal NOUN NN Number=Sing 11 nsubj 11:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ @@ -174924,13 +175029,13 @@ 12 , , PUNCT , _ 19 punct 19:punct _ 13 and and CCONJ CC _ 19 cc 19:cc _ 14 that that SCONJ IN _ 19 mark 19:mark _ -15 no no DET DT _ 17 det 17:det _ +15 no no DET DT PronType=Neg 17 det 17:det _ 16 other other ADJ JJ Degree=Pos 17 amod 17:amod _ 17 animal animal NOUN NN Number=Sing 19 nsubj 19:nsubj _ 18 will will AUX MD VerbForm=Fin 19 aux 19:aux _ 19 come come VERB VB VerbForm=Inf 11 conj 3:ccomp|11:conj:and _ 20 in in ADV RB _ 19 advmod 19:advmod _ -21 - - PUNCT : _ 3 punct 3:punct _ +21 - - PUNCT : _ 24 punct 24:punct _ 22 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 24 nsubj 24:nsubj _ 23 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ 24 afraid afraid ADJ JJ Degree=Pos 3 parataxis 3:parataxis _ @@ -174938,12 +175043,12 @@ 26 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 32 nsubj 32:nsubj _ 27 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 32 cop 32:cop _ 28 in in ADP IN _ 32 case 32:case _ -29 someone someone PRON NN Number=Sing 32 nmod:poss 32:nmod:poss _ +29 someone someone PRON NN Number=Sing|PronType=Ind 32 nmod:poss 32:nmod:poss _ 30-31 else's _ _ _ _ _ _ _ _ 30 else else ADJ JJ Degree=Pos 29 amod 29:amod _ 31 's 's PART POS _ 29 case 29:case _ 32 territory territory NOUN NN Number=Sing 24 ccomp 24:ccomp _ -33 when when SCONJ WRB PronType=Int 39 mark 39:mark _ +33 when when ADV WRB PronType=Int 39 advmod 39:advmod _ 34 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 39 nsubj 39:nsubj _ 35 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 39 cop 39:cop _ 36 in in ADP IN _ 39 case 39:case _ @@ -174960,20 +175065,20 @@ 3 week week NOUN NN Number=Sing 5 nmod:poss 5:nmod:poss _ 4 's 's PART POS _ 3 case 3:case _ 5 time time NOUN NN Number=Sing 10 obl 10:obl:in SpaceAfter=No -6 , , PUNCT , _ 10 punct 10:punct _ -7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj|19:nsubj _ +6 , , PUNCT , _ 5 punct 5:punct _ +7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj|17:nsubj _ 8 will will AUX MD VerbForm=Fin 10 aux 10:aux _ 9 have have AUX VB VerbForm=Inf 10 aux 10:aux _ 10 made make VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 11 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 obj 10:obj|12:nsubj:xsubj _ -12 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 xcomp 10:xcomp SpaceAfter=No -13 , , PUNCT , _ 19 punct 19:punct _ -14 and and CCONJ CC _ 19 cc 19:cc _ -15 will will AUX MD VerbForm=Fin 19 aux 19:aux _ -16 be be AUX VB VerbForm=Inf 19 aux 19:aux _ -17 getting get VERB VBG VerbForm=Ger 19 aux 19:aux _ +12 his his PRON PRP Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 xcomp 10:xcomp SpaceAfter=No +13 , , PUNCT , _ 17 punct 17:punct _ +14 and and CCONJ CC _ 17 cc 17:cc _ +15 will will AUX MD VerbForm=Fin 17 aux 17:aux _ +16 be be AUX VB VerbForm=Inf 17 aux 17:aux _ +17 getting get VERB VBG VerbForm=Ger 10 conj 10:conj:and _ 18 more more ADJ JJR Degree=Cmp 19 advmod 19:advmod _ -19 bored bored ADJ JJ Degree=Pos 10 conj 10:conj:and _ +19 bored bored ADJ JJ Degree=Pos 17 xcomp 17:xcomp _ 20 than than ADP IN _ 21 case 21:case _ 21 afraid afraid ADJ JJ Degree=Pos 19 obl 19:obl:than SpaceAfter=No 22 . . PUNCT . _ 10 punct 10:punct _ @@ -174981,15 +175086,15 @@ # sent_id = answers-20111108105749AABv7vx_ans-0017 # text = let him out for half an hour, to explore. 1 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 1 obj 1:obj|10:nsubj:xsubj _ +2 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 1 obj 1:obj _ 3 out out ADP RP _ 1 compound:prt 1:compound:prt _ 4 for for ADP IN _ 7 case 7:case _ -5 half half DET PDT _ 7 det:predet 7:det:predet _ +5 half half DET PDT NumForm=Word|NumType=Frac|PronType=Ind 7 det:predet 7:det:predet _ 6 an a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 hour hour NOUN NN Number=Sing 1 obl 1:obl:for SpaceAfter=No -8 , , PUNCT , _ 1 punct 1:punct _ +8 , , PUNCT , _ 10 punct 10:punct _ 9 to to PART TO _ 10 mark 10:mark _ -10 explore explore VERB VB VerbForm=Inf 1 xcomp 1:xcomp SpaceAfter=No +10 explore explore VERB VB VerbForm=Inf 1 advcl 1:advcl:to SpaceAfter=No 11 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108105749AABv7vx_ans-0018 @@ -175008,18 +175113,18 @@ 3 be be AUX VB VerbForm=Inf 4 aux:pass 4:aux:pass _ 4 freaked freak VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 out out ADP RP _ 4 compound:prt 4:compound:prt SpaceAfter=No -6 , , PUNCT , _ 4 punct 4:punct _ +6 , , PUNCT , _ 14 punct 14:punct _ 7 so so ADV RB _ 14 advmod 14:advmod _ 8 going go VERB VBG VerbForm=Ger 14 csubj 14:csubj _ 9 back back ADV RB _ 8 advmod 8:advmod _ 10 to to ADP IN _ 12 case 12:case _ -11 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 territory territory NOUN NN Number=Sing 9 obl 9:obl:to _ 13 will will AUX MD VerbForm=Fin 14 aux 14:aux _ -14 make make VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ +14 make make VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ 15 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 obj 14:obj|17:nsubj:xsubj _ 16 much much ADV RB _ 17 advmod 17:advmod _ -17 happier happier ADJ JJR Degree=Cmp 14 xcomp 14:xcomp SpaceAfter=No +17 happier happy ADJ JJR Degree=Cmp 14 xcomp 14:xcomp SpaceAfter=No 18 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108105749AABv7vx_ans-0020 @@ -175030,24 +175135,24 @@ 4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 out out ADV RB _ 3 acl:relcl 3:acl:relcl _ -7 each each DET DT _ 8 det 8:det _ +7 each each DET DT PronType=Tot 8 det 8:det _ 8 day day NOUN NN Number=Sing 1 obl:tmod 1:obl:tmod SpaceAfter=No 9 , , PUNCT , _ 17 punct 17:punct _ 10 but but CCONJ CC _ 17 cc 17:cc _ 11 for for ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -13 first first ADJ JJ Degree=Pos|NumType=Ord 14 amod 14:amod _ +13 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 14 amod 14:amod _ 14 month month NOUN NN Number=Sing 17 obl 17:obl:for SpaceAfter=No -15 , , PUNCT , _ 17 punct 17:punct _ +15 , , PUNCT , _ 14 punct 14:punct _ 16 always always ADV RB _ 17 advmod 17:advmod _ 17 put put VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:but _ 18 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 17 obj 17:obj _ 19 in in ADP IN _ 21 case 21:case _ -20 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 room room NOUN NN Number=Sing 17 obl 17:obl:in _ 22 at at ADP IN _ 23 case 23:case _ 23 night night NOUN NN Number=Sing 17 obl 17:obl:at SpaceAfter=No -24 , , PUNCT , _ 17 punct 17:punct _ +24 , , PUNCT , _ 27 punct 27:punct _ 25 so so SCONJ IN _ 27 mark 27:mark _ 26 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 27 nsubj 27:nsubj|28:nsubj:xsubj _ 27 feels feel VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:so _ @@ -175065,13 +175170,13 @@ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 whole whole ADJ JJ Degree=Pos 7 amod 7:amod _ 7 house house NOUN NN Number=Sing 4 obj 4:obj|8:nsubj:xsubj _ -8 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 xcomp 4:xcomp SpaceAfter=No +8 his his PRON PRP Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 xcomp 4:xcomp SpaceAfter=No 9 , , PUNCT , _ 12 punct 12:punct _ 10 but but CCONJ CC _ 12 cc 12:cc _ 11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 12 needs need VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ 13 that that DET DT Number=Sing|PronType=Dem 16 det 16:det _ -14 one one NUM CD NumType=Card 16 nummod 16:nummod _ +14 one one NUM CD NumForm=Word|NumType=Card 16 nummod 16:nummod _ 15 safe safe ADJ JJ Degree=Pos 16 amod 16:amod _ 16 place place NOUN NN Number=Sing 12 obj 12:obj _ 17 to to PART TO _ 18 mark 18:mark _ @@ -175095,11 +175200,11 @@ 12 , , PUNCT , _ 14 punct 14:punct _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 tell tell VERB VB VerbForm=Inf 3 conj 1:xcomp|3:conj:and _ -15 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 obj 14:obj _ -16 how how SCONJ WRB PronType=Int 17 mark 17:mark _ -17 good good ADJ JJ Degree=Pos 19 xcomp 19:xcomp _ -18 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 19 nsubj 17:nsubj:xsubj|19:nsubj _ -19 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 ccomp 14:ccomp SpaceAfter=No +15 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 iobj 14:iobj _ +16 how how ADV WRB PronType=Int 17 advmod 17:advmod _ +17 good good ADJ JJ Degree=Pos 14 ccomp 14:ccomp _ +18 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ +19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop SpaceAfter=No 20 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108105749AABv7vx_ans-0023 @@ -175118,9 +175223,9 @@ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 room room NOUN NN Number=Sing 15 nsubj 15:nsubj _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ -15 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 ccomp 10:ccomp _ -16 - - PUNCT : _ 1 punct 1:punct _ -17 rush rush VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ +15 his his PRON PRP Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 ccomp 10:ccomp _ +16 - - PUNCT : _ 17 punct 17:punct _ +17 rush rush VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ 18 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 obj 17:obj SpaceAfter=No 19 , , PUNCT , _ 24 punct 24:punct _ 20 and and CCONJ CC _ 24 cc 24:cc _ @@ -175156,12 +175261,12 @@ 1 good good ADJ JJ Degree=Pos 2 amod 2:amod _ 2 luck luck NOUN NN Number=Sing 0 root 0:root _ 3 with with ADP IN _ 6 case 6:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 new new ADJ JJ Degree=Pos 6 amod 6:amod _ 6 house house NOUN NN Number=Sing 2 nmod 2:nmod:with _ 7 and and CCONJ CC _ 11 cc 11:cc _ 8 with with ADP IN _ 11 case 11:case _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 new new ADJ JJ Degree=Pos 11 amod 11:amod _ 11 territory territory NOUN NN Number=Sing 6 conj 2:nmod:with|6:conj:and SpaceAfter=No 12 ! ! PUNCT . _ 2 punct 2:punct _ @@ -175172,12 +175277,12 @@ 1 Let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ 3 explore explore VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ -4 when when SCONJ WRB PronType=Int 6 mark 6:mark _ +4 when when ADV WRB PronType=Int 6 advmod 6:advmod _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 moved move VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:when _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 moved move VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:when _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 cat cat NOUN NN Number=Sing 9 nsubj 9:nsubj|11:nsubj:xsubj _ -9 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ +9 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ 10 to to PART TO _ 11 mark 11:mark _ 11 explore explore VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ @@ -175185,7 +175290,7 @@ 14 house house NOUN NN Number=Sing 11 obj 11:obj _ 15 before before SCONJ IN _ 17 mark 17:mark _ 16 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj|18:nsubj:xsubj _ -17 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:before _ +17 felt feel VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:before _ 18 comfortable comfortable ADJ JJ Degree=Pos 17 xcomp 17:xcomp SpaceAfter=No 19 . . PUNCT . _ 1 punct 1:punct _ @@ -175195,7 +175300,7 @@ 2 time time NOUN NN Number=Sing 8 obl 8:obl:in _ 3 though though ADV RB _ 8 advmod 8:advmod _ 4 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj SpaceAfter=No -5 / / PUNCT , _ 6 cc 6:cc SpaceAfter=No +5 / / SYM , _ 6 cc 6:cc SpaceAfter=No 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 conj 4:conj|8:nsubj _ 7 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 8 adjust adjust VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No @@ -175207,10 +175312,10 @@ # text = they just do it on their own. 1 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 on on ADP IN _ 7 case 7:case _ -6 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 own own ADJ JJ Degree=Pos 3 obl 3:obl:on SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ @@ -175220,13 +175325,13 @@ # text = I just adopted a 2 year old male German Shepherd with Major bad behaviors? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 adopted adopt VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 adopted adopt VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -5 2 2 NUM CD NumType=Card 6 nummod 6:nummod _ +5 2 2 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 year year NOUN NN Number=Sing 7 obl:npmod 7:obl:npmod _ 7 old old ADJ JJ Degree=Pos 10 amod 10:amod _ 8 male male NOUN NN Number=Sing 10 compound 10:compound _ -9 German german ADJ JJ Degree=Pos 10 amod 10:amod _ +9 German German ADJ JJ Degree=Pos 10 amod 10:amod _ 10 Shepherd shepherd NOUN NN Number=Sing 3 obj 3:obj _ 11 with with ADP IN _ 14 case 14:case _ 12 Major major ADJ JJ Degree=Pos 14 amod 14:amod _ @@ -175239,15 +175344,15 @@ # text = Last night, I adopted a 2 year old Male German Shepherd. 1 Last last ADJ JJ Degree=Pos 2 amod 2:amod _ 2 night night NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 adopted adopt VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 adopted adopt VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ -7 2 2 NUM CD NumType=Card 8 nummod 8:nummod _ +7 2 2 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 8 year year NOUN NN Number=Sing 9 obl:npmod 9:obl:npmod _ 9 old old ADJ JJ Degree=Pos 12 amod 12:amod _ 10 Male male ADJ JJ Degree=Pos 12 amod 12:amod _ -11 German german ADJ JJ Degree=Pos 12 amod 12:amod _ +11 German German ADJ JJ Degree=Pos 12 amod 12:amod _ 12 Shepherd shepherd NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No 13 . . PUNCT . _ 5 punct 5:punct _ @@ -175256,7 +175361,7 @@ 1 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No 2 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -4 92 92 NUM CD NumType=Card 5 nummod 5:nummod _ +4 92 92 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 pounds pound NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 6 ) ) PUNCT -RRB- _ 5 punct 5:punct _ 7 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ @@ -175264,19 +175369,19 @@ 9 not not PART RB _ 10 advmod 10:advmod _ 10 listen listen VERB VB VerbForm=Inf 5 parataxis 5:parataxis _ 11 to to ADP IN _ 13 case 13:case _ -12 any any DET DT _ 13 det 13:det _ +12 any any DET DT PronType=Ind 13 det 13:det _ 13 commands command NOUN NNS Number=Plur 10 obl 10:obl:to SpaceAfter=No -14 , , PUNCT , _ 5 punct 5:punct _ -15 but but CCONJ CC _ 19 cc 19:cc _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +14 , , PUNCT , _ 24 punct 24:punct _ +15 but but CCONJ CC _ 24 cc 24:cc _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 17 major major ADJ JJ Degree=Pos 18 amod 18:amod _ -18 problem problem NOUN NN Number=Sing 19 nsubj 19:nsubj _ -19 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 conj 10:conj:but _ +18 problem problem NOUN NN Number=Sing 24 nsubj:outer 24:nsubj:outer _ +19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ 20 that that SCONJ IN _ 24 mark 24:mark _ 21 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 24 nsubj 24:nsubj _ 22 will will AUX MD VerbForm=Fin 24 aux 24:aux _ 23 not not PART RB _ 24 advmod 24:advmod _ -24 go go VERB VB VerbForm=Inf 19 ccomp 19:ccomp _ +24 go go VERB VB VerbForm=Inf 10 conj 10:conj:but _ 25 outside outside ADV RB _ 24 advmod 24:advmod _ 26 on on ADP IN _ 27 case 27:case _ 27 command command NOUN NN Number=Sing 24 obl 24:obl:on SpaceAfter=No @@ -175311,20 +175416,20 @@ # sent_id = answers-20111108111031AARG57j_ans-0005 # text = My other MAJOR problem is that he will not get in his crate. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 2 other other ADJ JJ Degree=Pos 4 amod 4:amod _ 3 MAJOR major ADJ JJ Degree=Pos 4 amod 4:amod _ -4 problem problem NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 problem problem NOUN NN Number=Sing 10 nsubj:outer 10:nsubj:outer _ +5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 6 that that SCONJ IN _ 10 mark 10:mark _ 7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 8 will will AUX MD VerbForm=Fin 10 aux 10:aux _ 9 not not PART RB _ 10 advmod 10:advmod _ -10 get get VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ +10 get get VERB VB VerbForm=Inf 0 root 0:root _ 11 in in ADP IN _ 13 case 13:case _ -12 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 crate crate NOUN NN Number=Sing 10 obl 10:obl:in SpaceAfter=No -14 . . PUNCT . _ 5 punct 5:punct _ +14 . . PUNCT . _ 10 punct 10:punct _ # sent_id = answers-20111108111031AARG57j_ans-0006 # text = I will get a treat and try to get him in there that way, it wont work. @@ -175342,11 +175447,11 @@ 12 there there ADV RB PronType=Dem 9 xcomp 9:xcomp _ 13 that that DET DT Number=Sing|PronType=Dem 14 det 14:det _ 14 way way NOUN NN Number=Sing 9 obl:npmod 9:obl:npmod SpaceAfter=No -15 , , PUNCT , _ 3 punct 3:punct _ +15 , , PUNCT , _ 19 punct 19:punct _ 16 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj _ 17-18 wont _ _ _ _ _ _ _ _ 17 wo will AUX MD VerbForm=Fin 19 aux 19:aux _ -18 nt not PART RB _ 19 advmod 19:advmod _ +18 nt not PART RB Typo=Yes 19 advmod 19:advmod CorrectForm=n't 19 work work VERB VB VerbForm=Inf 3 parataxis 3:parataxis SpaceAfter=No 20 . . PUNCT . _ 3 punct 3:punct _ @@ -175355,10 +175460,10 @@ 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj|6:nsubj:xsubj _ 2-3 wont _ _ _ _ _ _ _ _ 2 wo will AUX MD VerbForm=Fin 5 aux 5:aux _ -3 nt not PART RB _ 5 advmod 5:advmod _ +3 nt not PART RB Typo=Yes 5 advmod 5:advmod CorrectForm=n't 4 even even ADV RB _ 5 advmod 5:advmod _ 5 get get VERB VB VerbForm=Inf 0 root 0:root _ -6 close close ADV JJ Degree=Pos 5 xcomp 5:xcomp _ +6 close close ADJ JJ Degree=Pos 5 xcomp 5:xcomp _ 7 to to ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 crate crate NOUN NN Number=Sing 6 obl 6:obl:to SpaceAfter=No @@ -175368,10 +175473,10 @@ # text = If I come towards him, he will run away. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 come come VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ +3 come come VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ 4 towards towards ADP IN _ 5 case 5:case _ 5 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 obl 3:obl:towards SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 8 will will AUX MD VerbForm=Fin 9 aux 9:aux _ 9 run run VERB VB VerbForm=Inf 0 root 0:root _ @@ -175381,7 +175486,7 @@ # sent_id = answers-20111108111031AARG57j_ans-0009 # text = How do I train him to feel comfortable in his crate? 1 How how ADV WRB PronType=Int 4 advmod 4:advmod _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 4 train train VERB VB VerbForm=Inf 0 root 0:root _ 5 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj|7:nsubj:xsubj|8:nsubj:xsubj _ @@ -175389,18 +175494,18 @@ 7 feel feel VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 8 comfortable comfortable ADJ JJ Degree=Pos 7 xcomp 7:xcomp _ 9 in in ADP IN _ 11 case 11:case _ -10 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 crate crate NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No 12 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108111031AARG57j_ans-0010 # text = and to willingly go outside...and to come on command. -1 and and CCONJ CC _ 9 cc 9:cc _ +1 and and CCONJ CC _ 4 cc 4:cc _ 2 to to PART TO _ 4 mark 4:mark _ 3 willingly willingly ADV RB _ 4 advmod 4:advmod _ 4 go go VERB VB VerbForm=Inf 0 root 0:root _ 5 outside outside ADV RB _ 4 advmod 4:advmod SpaceAfter=No -6 ... ... PUNCT , _ 4 punct 4:punct SpaceAfter=No +6 ... ... PUNCT , _ 9 punct 9:punct SpaceAfter=No 7 and and CCONJ CC _ 9 cc 9:cc _ 8 to to PART TO _ 9 mark 9:mark _ 9 come come VERB VB VerbForm=Inf 4 conj 4:conj:and _ @@ -175413,9 +175518,9 @@ 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2-3 wont _ _ _ _ _ _ _ _ 2 wo will AUX MD VerbForm=Fin 4 aux 4:aux _ -3 nt not PART RB _ 4 advmod 4:advmod _ +3 nt not PART RB Typo=Yes 4 advmod 4:advmod CorrectForm=n't 4 do do VERB VB VerbForm=Inf 0 root 0:root _ -5 anything anything PRON NN Number=Sing 4 obj 4:obj _ +5 anything anything PRON NN Number=Sing|PronType=Ind 4 obj 4:obj _ 6 on on ADP IN _ 7 case 7:case _ 7 command command NOUN NN Number=Sing 4 obl 4:obl:on SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ @@ -175424,7 +175529,7 @@ # text = Its very frustrating. 1-2 Its _ _ _ _ _ _ _ _ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 4 cop 4:cop CorrectForm='s 3 very very ADV RB _ 4 advmod 4:advmod _ 4 frustrating frustrating ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ @@ -175432,16 +175537,16 @@ # sent_id = answers-20111108111031AARG57j_ans-0013 # text = I have a 9 month old German Shepherd that I raised from a puppy. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -4 9 9 NUM CD NumType=Card 5 nummod 5:nummod _ +4 9 9 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 month month NOUN NN Number=Sing 6 obl:npmod 6:obl:npmod _ 6 old old ADJ JJ Degree=Pos 8 amod 8:amod _ -7 German german ADJ JJ Degree=Pos 8 amod 8:amod _ +7 German German ADJ JJ Degree=Pos 8 amod 8:amod _ 8 Shepherd shepherd NOUN NN Number=Sing 2 obj 2:obj|11:obj _ 9 that that PRON WDT PronType=Rel 11 obj 8:ref _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 raised raise VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +11 raised raise VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 12 from from ADP IN _ 14 case 14:case _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 puppy puppy NOUN NN Number=Sing 11 obl 11:obl:from SpaceAfter=No @@ -175450,20 +175555,20 @@ # sent_id = answers-20111108111031AARG57j_ans-0014 # text = I trained her myself. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 trained train VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 obj 2:obj _ -4 myself myself PRON PRP Number=Sing|Person=1|PronType=Prs 2 obl:npmod 2:obl:npmod SpaceAfter=No +2 trained train VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ +4 myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Emp|Reflex=Yes 2 obl:npmod 2:obl:npmod SpaceAfter=No 5 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108111031AARG57j_ans-0015 # text = She is crate trained, potty trained, and can sit, lay down, stay, come, fetch, and will even stay in a down position while I throw a treat across the floor or even right next to her paw, and she wont get it until I give her the command. -1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj|7:nsubj|11:nsubj _ -2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 4 nsubj:pass 4:nsubj:pass|7:nsubj:pass|11:nsubj _ +2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ 3 crate crate NOUN NN Number=Sing 4 obl:npmod 4:obl:npmod _ -4 trained train VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No +4 trained train VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 5 , , PUNCT , _ 7 punct 7:punct _ 6 potty potty NOUN NN Number=Sing 7 obl:npmod 7:obl:npmod _ -7 trained train VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and SpaceAfter=No +7 trained train VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 conj 4:conj:and SpaceAfter=No 8 , , PUNCT , _ 11 punct 11:punct _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 can can AUX MD VerbForm=Fin 11 aux 11:aux _ @@ -175474,7 +175579,7 @@ 15 , , PUNCT , _ 16 punct 16:punct _ 16 stay stay VERB VB VerbForm=Inf 11 conj 11:conj:and SpaceAfter=No 17 , , PUNCT , _ 18 punct 18:punct _ -18 come come VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 conj 11:conj:and SpaceAfter=No +18 come come VERB VB VerbForm=Inf 11 conj 11:conj:and SpaceAfter=No 19 , , PUNCT , _ 20 punct 20:punct _ 20 fetch fetch VERB VB VerbForm=Inf 11 conj 11:conj:and SpaceAfter=No 21 , , PUNCT , _ 25 punct 25:punct _ @@ -175488,7 +175593,7 @@ 29 position position NOUN NN Number=Sing 25 obl 25:obl:in _ 30 while while SCONJ IN _ 32 mark 32:mark _ 31 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 32 nsubj 32:nsubj _ -32 throw throw VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 advcl 25:advcl:while _ +32 throw throw VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 25 advcl 25:advcl:while _ 33 a a DET DT Definite=Ind|PronType=Art 34 det 34:det _ 34 treat treat NOUN NN Number=Sing 32 obj 32:obj _ 35 across across ADP IN _ 37 case 37:case _ @@ -175499,20 +175604,20 @@ 40 right right ADV RB _ 41 advmod 41:advmod _ 41 next next ADV RB _ 37 conj 32:obl:across|37:conj:or _ 42 to to ADP IN _ 44 case 44:case _ -43 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 44 nmod:poss 44:nmod:poss _ +43 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 44 nmod:poss 44:nmod:poss _ 44 paw paw NOUN NN Number=Sing 41 obl 41:obl:to SpaceAfter=No 45 , , PUNCT , _ 50 punct 50:punct _ 46 and and CCONJ CC _ 50 cc 50:cc _ 47 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 50 nsubj 50:nsubj _ 48-49 wont _ _ _ _ _ _ _ _ 48 wo will AUX MD VerbForm=Fin 50 aux 50:aux _ -49 nt not PART RB _ 50 advmod 50:advmod _ +49 nt not PART RB Typo=Yes 50 advmod 50:advmod CorrectForm=n't 50 get get VERB VB VerbForm=Inf 4 conj 4:conj:and _ 51 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 50 obj 50:obj _ 52 until until SCONJ IN _ 54 mark 54:mark _ 53 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 54 nsubj 54:nsubj _ -54 give give VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 50 advcl 50:advcl:until _ -55 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 54 iobj 54:iobj _ +54 give give VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 50 advcl 50:advcl:until _ +55 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 54 iobj 54:iobj _ 56 the the DET DT Definite=Def|PronType=Art 57 det 57:det _ 57 command command NOUN NN Number=Sing 54 obj 54:obj SpaceAfter=No 58 . . PUNCT . _ 4 punct 4:punct _ @@ -175520,7 +175625,7 @@ # sent_id = answers-20111108111031AARG57j_ans-0016 # text = Yes, lots of time and lots of patients... 1 Yes yes INTJ UH _ 3 discourse 3:discourse SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 lots lot NOUN NNS Number=Plur 0 root 0:root _ 4 of of ADP IN _ 5 case 5:case _ 5 time time NOUN NN Number=Sing 3 nmod 3:nmod:of _ @@ -175535,16 +175640,16 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 2 just just ADV RB _ 5 advmod 5:advmod _ 3-4 dont _ _ _ _ _ _ _ _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ -4 nt not PART RB _ 5 advmod 5:advmod _ +3 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 nt not PART RB Typo=Yes 5 advmod 5:advmod CorrectForm=n't 5 know know VERB VB VerbForm=Inf 0 root 0:root _ -6 how how SCONJ WRB PronType=Int 8 mark 8:mark _ +6 how how ADV WRB PronType=Int 8 advmod 8:advmod _ 7 to to PART TO _ 8 mark 8:mark _ 8 do do VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ 9 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 obj 8:obj _ 10 with with ADP IN _ 13 case 13:case _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -12 grown grow VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ +12 grown grow VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod _ 13 dog dog NOUN NN Number=Sing 8 obl 8:obl:with SpaceAfter=No 14 . . PUNCT . _ 5 punct 5:punct _ @@ -175557,8 +175662,8 @@ 5 like like SCONJ IN _ 8 mark 8:mark _ 6-7 its _ _ _ _ _ _ _ _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -7 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ -8 nothing nothing PRON NN Number=Sing 2 advcl 2:advcl:like SpaceAfter=No +7 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 8 cop 8:cop CorrectForm='s +8 nothing nothing PRON NN Number=Sing|PronType=Neg 2 advcl 2:advcl:like SpaceAfter=No 9 ! ! PUNCT . _ 2 punct 2:punct SpaceAfter=No # sent_id = answers-20111108111031AARG57j_ans-0019 @@ -175566,20 +175671,20 @@ 1 ... ... PUNCT , _ 11 punct 11:punct SpaceAfter=No 2 but but CCONJ CC _ 11 cc 11:cc _ 3 basically basically ADV RB _ 11 advmod 11:advmod SpaceAfter=No -4 , , PUNCT , _ 11 punct 11:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 what what PRON WP PronType=Int 7 obj 7:obj _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 csubj 11:csubj _ +7 do do VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 csubj 11:csubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 same same ADJ JJ Degree=Pos 11 amod 11:amod _ 11 thing thing NOUN NN Number=Sing 0 root 0:root _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +13 did do VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 14 with with ADP IN _ 16 case 16:case _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 puppy puppy NOUN NN Number=Sing 13 obl 13:obl:with SpaceAfter=No -17 ... ... PUNCT , _ 11 punct 11:punct SpaceAfter=No +17 ... ... PUNCT , _ 18 punct 18:punct SpaceAfter=No 18 lots lot NOUN NNS Number=Plur 11 appos 11:appos _ 19 of of ADP IN _ 20 case 20:case _ 20 patience patience NOUN NN Number=Sing 18 nmod 18:nmod:of SpaceAfter=No @@ -175600,7 +175705,7 @@ 35 lots lot NOUN NNS Number=Plur 18 conj 11:appos|18:conj:and _ 36 of of ADP IN _ 37 case 37:case _ 37 repition repition NOUN NN Number=Sing 35 nmod 35:nmod:of SpaceAfter=No -38 .... .... PUNCT , _ 11 punct 11:punct SpaceAfter=No +38 .... .... PUNCT , _ 39 punct 39:punct SpaceAfter=No 39 Right right INTJ UH _ 11 discourse 11:discourse SpaceAfter=No 40 ? ? PUNCT . _ 11 punct 11:punct _ @@ -175608,7 +175713,7 @@ # text = Is there any tricks I could use? 1 Is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 there there PRON EX _ 1 expl 1:expl _ -3 any any DET DT _ 4 det 4:det _ +3 any any DET DT PronType=Ind 4 det 4:det _ 4 tricks trick NOUN NNS Number=Plur 1 nsubj 1:nsubj _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 6 could could AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -175629,24 +175734,24 @@ # sent_id = answers-20111108111031AARG57j_ans-0022 # text = You have to be in command at all times. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj|6:nsubj:xsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 6 mark 6:mark _ 4 be be AUX VB VerbForm=Inf 6 cop 6:cop _ 5 in in ADP IN _ 6 case 6:case _ 6 command command NOUN NN Number=Sing 2 xcomp 2:xcomp _ 7 at at ADP IN _ 9 case 9:case _ -8 all all DET DT _ 9 det 9:det _ +8 all all DET DT PronType=Tot 9 det 9:det _ 9 times time NOUN NNS Number=Plur 6 obl 6:obl:at SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108111031AARG57j_ans-0023 # text = There are ways to get your new dog used to the crate or going out. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 ways way NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 4 to to PART TO _ 5 mark 5:mark _ 5 get get VERB VB VerbForm=Inf 3 acl 3:acl:to _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 new new ADJ JJ Degree=Pos 8 amod 8:amod _ 8 dog dog NOUN NN Number=Sing 5 obj 5:obj|9:nsubj:xsubj _ 9 used used ADJ JJ Degree=Pos 5 xcomp 5:xcomp _ @@ -175684,7 +175789,7 @@ 12 crate crate NOUN NN Number=Sing 9 obl 9:obl:around _ 13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 14 few few ADJ JJ Degree=Pos 15 amod 15:amod _ -15 times time NOUN NNS Number=Plur 9 obl:npmod 9:obl:npmod SpaceAfter=No +15 times time NOUN NNS Number=Plur 9 obl:tmod 9:obl:tmod SpaceAfter=No 16 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108111031AARG57j_ans-0026 @@ -175696,7 +175801,7 @@ 5 off off ADP RP _ 2 compound:prt 2:compound:prt _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 do do VERB VB Mood=Imp|VerbForm=Fin 2 conj 2:conj:and _ -8 nothing nothing PRON NN Number=Sing 7 obj 7:obj _ +8 nothing nothing PRON NN Number=Sing|PronType=Neg 7 obj 7:obj _ 9 else else ADJ JJ Degree=Pos 8 amod 8:amod _ 10 but but ADP IN _ 11 case 11:case _ 11 that that PRON DT Number=Sing|PronType=Dem 8 nmod 8:nmod:but SpaceAfter=No @@ -175704,7 +175809,7 @@ # sent_id = answers-20111108111031AARG57j_ans-0027 # text = Later do it again. -1 Later later ADV RBR Degree=Cmp 2 advmod 2:advmod _ +1 Later late ADV RBR Degree=Cmp 2 advmod 2:advmod _ 2 do do VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ 4 again again ADV RB _ 2 advmod 2:advmod SpaceAfter=No @@ -175712,14 +175817,14 @@ # sent_id = answers-20111108111031AARG57j_ans-0028 # text = When the dog is ok with this, then open the door and walk around the crate, leave the door open all the time. -1 When when SCONJ WRB PronType=Int 5 mark 5:mark _ +1 When when ADV WRB PronType=Int 5 advmod 5:advmod _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 dog dog NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 ok ok ADJ JJ Degree=Pos 10 advcl 10:advcl:when _ 6 with with ADP IN _ 7 case 7:case _ 7 this this PRON DT Number=Sing|PronType=Dem 5 obl 5:obl:with SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +8 , , PUNCT , _ 5 punct 5:punct _ 9 then then ADV RB PronType=Dem 10 advmod 10:advmod _ 10 open open VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -175734,7 +175839,7 @@ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 door door NOUN NN Number=Sing 19 obj 19:obj|22:nsubj:xsubj _ 22 open open ADJ JJ Degree=Pos 19 xcomp 19:xcomp _ -23 all all DET PDT _ 25 det:predet 25:det:predet _ +23 all all DET PDT PronType=Tot 25 det:predet 25:det:predet _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 time time NOUN NN Number=Sing 19 obl:tmod 19:obl:tmod SpaceAfter=No 26 . . PUNCT . _ 10 punct 10:punct _ @@ -175742,7 +175847,7 @@ # sent_id = answers-20111108111031AARG57j_ans-0029 # text = Put something fun inside. 1 Put put VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 something something PRON NN Number=Sing 1 obj 1:obj _ +2 something something PRON NN Number=Sing|PronType=Ind 1 obj 1:obj _ 3 fun fun ADJ JJ Degree=Pos 2 amod 2:amod _ 4 inside inside ADV RB _ 1 advmod 1:advmod SpaceAfter=No 5 . . PUNCT . _ 1 punct 1:punct _ @@ -175750,16 +175855,16 @@ # sent_id = answers-20111108111031AARG57j_ans-0030 # text = Let your dog go in when he wants to for no reason. 1 Let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 dog dog NOUN NN Number=Sing 1 obj 1:obj|4:nsubj:xsubj _ 4 go go VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 5 in in ADV RB _ 4 advmod 4:advmod _ -6 when when SCONJ WRB PronType=Int 8 mark 8:mark _ +6 when when ADV WRB PronType=Int 8 advmod 8:advmod _ 7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 8 wants want VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:when _ 9 to to PART TO _ 8 xcomp 8:xcomp _ 10 for for ADP IN _ 12 case 12:case _ -11 no no DET DT _ 12 det 12:det _ +11 no no DET DT PronType=Neg 12 det 12:det _ 12 reason reason NOUN NN Number=Sing 8 obl 8:obl:for SpaceAfter=No 13 . . PUNCT . _ 1 punct 1:punct _ @@ -175789,7 +175894,7 @@ # sent_id = answers-20111108111031AARG57j_ans-0033 # text = At some point he will feel ok with this and you can then close the door but not for long at all. 1 At at ADP IN _ 3 case 3:case _ -2 some some DET DT _ 3 det 3:det _ +2 some some DET DT PronType=Ind 3 det 3:det _ 3 point point NOUN NN Number=Sing 6 obl 6:obl:at _ 4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj|7:nsubj:xsubj _ 5 will will AUX MD VerbForm=Fin 6 aux 6:aux _ @@ -175808,8 +175913,8 @@ 18 not not PART RB _ 20 advmod 20:advmod _ 19 for for ADP IN _ 20 case 20:case _ 20 long long ADV RB Degree=Pos 14 conj 14:conj:but _ -21 at at ADV RB _ 22 case 22:case _ -22 all all ADV RB _ 20 obl 20:obl:at SpaceAfter=No +21 at at ADP IN _ 22 case 22:case _ +22 all all DET DT PronType=Tot 20 obl 20:obl:at SpaceAfter=No 23 . . PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111108111031AARG57j_ans-0034 @@ -175823,7 +175928,7 @@ 7 out out ADP RP _ 5 compound:prt 5:compound:prt _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 see see VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ -10 how how SCONJ WRB PronType=Int 12 mark 12:mark _ +10 how how ADV WRB PronType=Int 12 advmod 12:advmod _ 11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 12 acts act VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp SpaceAfter=No 13 . . PUNCT . _ 1 punct 1:punct _ @@ -175832,9 +175937,9 @@ # text = If you push it, it will never work. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 push push VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ +3 push push VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct _ +5 , , PUNCT , _ 3 punct 3:punct _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 7 will will AUX MD VerbForm=Fin 9 aux 9:aux _ 8 never never ADV RB _ 9 advmod 9:advmod _ @@ -175846,7 +175951,7 @@ 1 With with SCONJ IN _ 2 mark 2:mark _ 2 going go VERB VBG VerbForm=Ger 5 advcl 5:advcl:with _ 3 outside outside ADV RB _ 2 advmod 2:advmod SpaceAfter=No -4 , , PUNCT , _ 5 punct 5:punct _ +4 , , PUNCT , _ 2 punct 2:punct _ 5 put put VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 leash leash NOUN NN Number=Sing 5 obj 5:obj _ @@ -175878,7 +175983,7 @@ 3 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 4 come come VERB VB VerbForm=Inf 0 root 0:root _ 5 at at ADP IN _ 7 case 7:case _ -6 some some DET DT _ 7 det 7:det _ +6 some some DET DT PronType=Ind 7 det 7:det _ 7 point point NOUN NN Number=Sing 4 obl 4:obl:at SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ @@ -175896,21 +176001,21 @@ 2 patience patience NOUN NN Number=Sing 1 obj 1:obj _ 3 with with ADP IN _ 4 case 4:case _ 4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nmod 2:nmod:with SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ +5 , , PUNCT , _ 8 punct 8:punct _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ 7 just just ADV RB _ 8 advmod 8:advmod _ -8 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ +8 got get VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ 9 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 obj 8:obj _ 10 and and CCONJ CC _ 12 cc 12:cc _ 11 who who PRON WP PronType=Int 12 nsubj 12:nsubj _ 12 knows know VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 conj 8:conj:and _ -13 how how SCONJ WRB PronType=Int 16 mark 16:mark _ +13 how how ADV WRB PronType=Int 16 advmod 16:advmod _ 14 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 16 nsubj:pass 16:nsubj:pass _ 15 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 aux:pass 16:aux:pass _ 16 treated treat VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 ccomp 12:ccomp _ 17 before before SCONJ IN _ 19 mark 19:mark _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 19 nsubj 19:nsubj _ -19 brought bring VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:before _ +19 brought bring VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:before _ 20 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 19 obj 19:obj _ 21 home home ADV RB _ 19 advmod 19:advmod SpaceAfter=No 22 . . PUNCT . _ 1 punct 1:punct _ @@ -175924,7 +176029,7 @@ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 4 find find VERB VB VerbForm=Inf 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 best best ADJ JJS Degree=Sup 7 amod 7:amod _ +6 best good ADJ JJS Degree=Sup 7 amod 7:amod _ 7 tours tour NOUN NNS Number=Plur 4 obj 4:obj _ 8 to to ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ @@ -175946,7 +176051,7 @@ 6 chi chi PROPN NNP Number=Sing 7 compound 7:compound _ 7 Minh Minh PROPN NNP Number=Sing 0 root 0:root _ 8 for for ADP IN _ 10 case 10:case _ -9 4 4 NUM CD NumType=Card 10 nummod 10:nummod _ +9 4 4 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 days day NOUN NNS Number=Plur 7 obl 7:obl:for _ 11 and and CCONJ CC _ 14 cc 14:cc _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ @@ -175954,10 +176059,10 @@ 14 looking look VERB VBG VerbForm=Ger 7 conj 7:conj:and _ 15 for for ADP IN _ 22 case 22:case _ 16 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ -17 1 1 NUM CD NumType=Card 18 nummod 18:nummod _ +17 1 1 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ 18 day day NOUN NN Number=Sing 22 compound 22:compound _ 19 or or CCONJ CC _ 21 cc 21:cc _ -20 2 2 NUM CD NumType=Card 21 nummod 21:nummod _ +20 2 2 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod _ 21 day day NOUN NN Number=Sing 18 conj 18:conj:or|22:compound _ 22 trip trip NOUN NN Number=Sing 14 obl 14:obl:for _ 23 to to ADP IN _ 25 case 25:case _ @@ -175968,21 +176073,21 @@ # sent_id = answers-20111107094641AATmyb6_ans-0003 # text = I have been researching on line and find things are quite pricey but the tours look great. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|8:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux 4:aux _ 4 researching research VERB VBG VerbForm=Ger 0 root 0:root _ -5 on on ADV RB _ 4 advmod 4:advmod _ -6 line line ADV RB _ 5 goeswith 5:goeswith _ +5 on online ADV AFX Typo=Yes 4 advmod 4:advmod _ +6 line _ X RB _ 5 goeswith 5:goeswith _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 find find VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +8 find find VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 9 things thing NOUN NNS Number=Plur 12 nsubj 12:nsubj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 quite quite ADV RB _ 12 advmod 12:advmod _ 12 pricey pricey ADJ JJ Degree=Pos 8 ccomp 8:ccomp _ 13 but but CCONJ CC _ 16 cc 16:cc _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 tours tour NOUN NNS Number=Plur 16 nsubj 16:nsubj|17:nsubj:xsubj _ -16 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +16 look look VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 17 great great ADJ JJ Degree=Pos 16 xcomp 16:xcomp SpaceAfter=No 18 . . PUNCT . _ 4 punct 4:punct _ @@ -175994,8 +176099,8 @@ 4 settle settle VERB VB VerbForm=Inf 0 root 0:root _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 book book VERB VB VerbForm=Inf 4 conj 4:conj:and _ -7 on on ADV RB _ 6 advmod 6:advmod _ -8 line line ADV RB _ 7 goeswith 7:goeswith SpaceAfter=No +7 on online ADV AFX Typo=Yes 6 advmod 6:advmod _ +8 line _ X RB _ 7 goeswith 7:goeswith SpaceAfter=No 9 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111107094641AATmyb6_ans-0005 @@ -176003,13 +176108,13 @@ 1 or or CCONJ CC _ 4 cc 4:cc _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 better better ADJ JJR Degree=Cmp 0 root 0:root _ +4 better good ADJ JJR Degree=Cmp 0 root 0:root _ 5 if if SCONJ IN _ 7 mark 7:mark _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 wait wait VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +7 wait wait VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ 8 till till SCONJ IN _ 10 mark 10:mark _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:till _ +10 get get VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:till _ 11 there there ADV RB PronType=Dem 10 advmod 10:advmod SpaceAfter=No 12 ? ? PUNCT . _ 4 punct 4:punct _ @@ -176017,13 +176122,13 @@ # text = If I wait, would the tours I find there for less money be the same quality type tours? 1 If if SCONJ IN _ 3 mark 3:mark _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 wait wait VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:if SpaceAfter=No -4 , , PUNCT , _ 19 punct 19:punct _ +3 wait wait VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:if SpaceAfter=No +4 , , PUNCT , _ 3 punct 3:punct _ 5 would would AUX MD VerbForm=Fin 19 aux 19:aux _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 tours tour NOUN NNS Number=Plur 19 nsubj 19:nsubj _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 find find VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +9 find find VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 10 there there ADV RB PronType=Dem 9 advmod 9:advmod _ 11 for for ADP IN _ 13 case 13:case _ 12 less less ADJ JJR Degree=Cmp 13 amod 13:amod _ @@ -176039,21 +176144,21 @@ # sent_id = answers-20111107094641AATmyb6_ans-0007 # text = Also, any tour recommendations would be very helpful a well. 1 Also also ADV RB _ 9 advmod 9:advmod SpaceAfter=No -2 , , PUNCT , _ 9 punct 9:punct _ -3 any any DET DT _ 5 det 5:det _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 any any DET DT PronType=Ind 5 det 5:det _ 4 tour tour NOUN NN Number=Sing 5 compound 5:compound _ 5 recommendations recommendation NOUN NNS Number=Plur 9 nsubj 9:nsubj _ 6 would would AUX MD VerbForm=Fin 9 aux 9:aux _ 7 be be AUX VB VerbForm=Inf 9 cop 9:cop _ 8 very very ADV RB _ 9 advmod 9:advmod _ 9 helpful helpful ADJ JJ Degree=Pos 0 root 0:root _ -10 a a ADV RB _ 11 advmod 11:advmod _ +10 a as ADV RB Typo=Yes 11 advmod 11:advmod CorrectForm=as 11 well well ADV RB Degree=Pos 9 advmod 9:advmod SpaceAfter=No 12 . . PUNCT . _ 9 punct 9:punct _ # sent_id = answers-20111107094641AATmyb6_ans-0008 # text = Thank you! -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No 3 ! ! PUNCT . _ 1 punct 1:punct _ @@ -176062,26 +176167,26 @@ # text = If you want reliable and inexpensive... try Sinh Cafe/Tourist. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:if _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:if _ 4 reliable reliable ADJ JJ Degree=Pos 3 obj 3:obj _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 inexpensive inexpensive ADJ JJ Degree=Pos 4 conj 3:obj|4:conj:and SpaceAfter=No -7 ... ... PUNCT , _ 8 punct 8:punct _ +7 ... ... PUNCT , _ 3 punct 3:punct _ 8 try try VERB VB VerbForm=Inf 0 root 0:root _ 9 Sinh Sinh PROPN NNP Number=Sing 10 compound 10:compound _ 10 Cafe Cafe PROPN NNP Number=Sing 8 obj 8:obj SpaceAfter=No -11 / / PUNCT , _ 12 cc 12:cc SpaceAfter=No +11 / / SYM , _ 12 cc 12:cc SpaceAfter=No 12 Tourist Tourist PROPN NNP Number=Sing 10 conj 8:obj|10:conj SpaceAfter=No 13 . . PUNCT . _ 8 punct 8:punct _ # sent_id = answers-20111107094641AATmyb6_ans-0010 # text = The are located right at 248 De Than St. in the heart of the back packer district. -1 The they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs|Typo=Yes 3 nsubj:pass 3:nsubj:pass _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ +1 The they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs|Typo=Yes 3 nsubj:pass 3:nsubj:pass CorrectForm=They +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ 3 located locate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 right right ADV RB _ 9 advmod 9:advmod _ 5 at at ADP IN _ 9 case 9:case _ -6 248 248 NUM CD NumType=Card 9 nummod 9:nummod _ +6 248 248 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 7 De De PROPN NNP Number=Sing 8 compound 8:compound _ 8 Than Than PROPN NNP Number=Sing 9 compound 9:compound _ 9 St. St. PROPN NNP Number=Sing 3 obl 3:obl:at _ @@ -176098,7 +176203,7 @@ # sent_id = answers-20111107094641AATmyb6_ans-0011 # text = I have taken this tour and it was great. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 taken take VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 tour tour NOUN NN Number=Sing 3 obj 3:obj _ @@ -176111,7 +176216,7 @@ # sent_id = answers-20111107094641AATmyb6_ans-0012 # text = I did an overnight in a home stay that was sweet and the water market was wonderful. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 did do VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 an a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 overnight overnight NOUN NN Number=Sing 2 obj 2:obj|11:nsubj _ 5 in in ADP IN _ 8 case 8:case _ @@ -176133,25 +176238,25 @@ # text = I don't remember the exact cost but remember thinking how inexpensive it was. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|9:nsubj|10:nsubj:xsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 remember remember VERB VB VerbForm=Inf 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 exact exact ADJ JJ Degree=Pos 7 amod 7:amod _ 7 cost cost NOUN NN Number=Sing 4 obj 4:obj _ 8 but but CCONJ CC _ 9 cc 9:cc _ -9 remember remember VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ +9 remember remember VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ 10 thinking think VERB VBG VerbForm=Ger 9 xcomp 9:xcomp _ -11 how how SCONJ WRB PronType=Int 12 mark 12:mark _ -12 inexpensive inexpensive ADJ JJ Degree=Pos 14 xcomp 14:xcomp _ -13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 12:nsubj:xsubj|14:nsubj _ -14 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 ccomp 10:ccomp SpaceAfter=No +11 how how ADV WRB PronType=Int 12 advmod 12:advmod _ +12 inexpensive inexpensive ADJ JJ Degree=Pos 10 ccomp 10:ccomp _ +13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ +14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 cop 12:cop SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111107094641AATmyb6_ans-0014 # text = Also, Sinh Cafe has been around for a long time and is very reputable. 1 Also also ADV RB _ 7 advmod 7:advmod SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 Sinh Sinh PROPN NNP Number=Sing 4 compound 4:compound _ 4 Cafe Cafe PROPN NNP Number=Sing 7 nsubj 7:nsubj|15:nsubj _ 5 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ @@ -176171,9 +176276,9 @@ # text = And no, I do not work for them. :) 1 And and CCONJ CC _ 7 cc 7:cc _ 2 no no INTJ UH _ 7 discourse 7:discourse SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -5 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 not not PART RB _ 7 advmod 7:advmod _ 7 work work VERB VB VerbForm=Inf 0 root 0:root _ 8 for for ADP IN _ 9 case 9:case _ @@ -176231,10 +176336,10 @@ # sent_id = answers-20111107094641AATmyb6_ans-0020 # text = Oh, if you are confused. 1 Oh oh INTJ UH _ 6 discourse 6:discourse SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 if if SCONJ IN _ 6 mark 6:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +5 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 confused confused ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 7 . . PUNCT . _ 6 punct 6:punct _ @@ -176257,18 +176362,18 @@ 5 agency agency NOUN NN Number=Sing 0 root 0:root _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +8 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 own own ADJ JJ Degree=Pos 11 amod 11:amod _ 11 buses bus NOUN NNS Number=Plur 8 obj 8:obj _ -12 etc etc X FW _ 11 advmod 11:advmod SpaceAfter=No +12 etc etc. NOUN FW Abbr=Yes|Number=Plur 11 conj 11:conj SpaceAfter=No 13 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111107094641AATmyb6_ans-0023 # text = tele#84838389593 1 tele tele NOUN NN Number=Sing 2 compound 2:compound SpaceAfter=No 2 # # SYM NN Number=Sing 0 root 0:root SpaceAfter=No -3 84838389593 84838389593 NUM CD NumType=Card 2 appos 2:appos _ +3 84838389593 84838389593 NUM CD NumForm=Digit|NumType=Card 2 appos 2:appos _ # sent_id = answers-20111107094641AATmyb6_ans-0024 # text = have fun. @@ -176289,13 +176394,13 @@ 7 in in ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 delta delta PROPN NNP Number=Sing 2 obl 2:obl:in SpaceAfter=No -10 , , PUNCT , _ 2 punct 2:punct _ +10 , , PUNCT , _ 14 punct 14:punct _ 11-12 it's _ _ _ _ _ _ _ _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj|18:nsubj _ 12 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 lifestyle lifestyle NOUN NN Number=Sing 2 parataxis 2:parataxis _ -15 not not ADV RB _ 18 cc 18:cc _ +15 not not PART RB _ 18 advmod 18:advmod _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 resort resort NOUN NN Number=Sing 18 compound 18:compound _ 18 area area NOUN NN Number=Sing 14 conj 14:conj:not SpaceAfter=No @@ -176306,7 +176411,7 @@ 1 If if SCONJ IN _ 4 mark 4:mark _ 2-3 you're _ _ _ _ _ _ _ _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 adventurous adventurous ADJ JJ Degree=Pos 7 advcl 7:advcl:if _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ 6 can can AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -176317,14 +176422,14 @@ 11 water water NOUN NN Number=Sing 12 compound 12:compound _ 12 taxi taxi NOUN NN Number=Sing 9 conj 7:obj|9:conj:or _ 13 to to ADP IN _ 15 case 15:case _ -14 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 Tho Tho PROPN NNP Number=Sing 7 obl 7:obl:to _ -16 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No -17 near near SCONJ IN _ 20 mark 20:mark _ -18 where where SCONJ WRB PronType=Int 20 mark 20:mark _ +16 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No +17 near near ADP IN _ 18 case 18:case _ +18 where where ADV WRB PronType=Rel 15 nmod 15:nmod:near|20:advmod _ 19 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 acl 15:acl:near SpaceAfter=No -21 ) ) PUNCT -RRB- _ 20 punct 20:punct _ +20 live live VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 18 advcl:relcl 18:advcl:relcl SpaceAfter=No +21 ) ) PUNCT -RRB- _ 18 punct 18:punct _ 22 or or CCONJ CC _ 24 cc 24:cc _ 23 Can Can PROPN NNP Number=Sing 24 compound 24:compound _ 24 Tho Tho PROPN NNP Number=Sing 15 conj 7:obl:to|15:conj:or SpaceAfter=No @@ -176333,11 +176438,11 @@ # sent_id = answers-20111107094641AATmyb6_ans-0027 # text = From either of those cities, you can venture out and spend a day in the country. 1 From from ADP IN _ 2 case 2:case _ -2 either either DET DT _ 9 obl 9:obl:from _ +2 either either DET DT PronType=Ind 9 obl 9:obl:from _ 3 of of ADP IN _ 5 case 5:case _ 4 those that DET DT Number=Plur|PronType=Dem 5 det 5:det _ 5 cities city NOUN NNS Number=Plur 2 nmod 2:nmod:of SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 2 punct 2:punct _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj|12:nsubj _ 8 can can AUX MD VerbForm=Fin 9 aux 9:aux _ 9 venture venture VERB VB VerbForm=Inf 0 root 0:root _ @@ -176345,7 +176450,7 @@ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 spend spend VERB VB VerbForm=Inf 9 conj 9:conj:and _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ -14 day day NOUN NN Number=Sing 12 obl:tmod 12:obl:tmod _ +14 day day NOUN NN Number=Sing 12 obj 12:obj _ 15 in in ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 country country NOUN NN Number=Sing 12 obl 12:obl:in SpaceAfter=No @@ -176360,10 +176465,10 @@ 5 that that PRON WDT PronType=Rel 8 obl 4:ref _ 6-7 I've _ _ _ _ _ _ _ _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -7 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +7 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 come come VERB VBN Tense=Past|VerbForm=Part 4 acl:relcl 4:acl:relcl _ 9 across across ADP IN _ 5 case 5:case _ -10 buy buy VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +10 buy buy VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 11 tours tour NOUN NNS Number=Plur 10 obj 10:obj _ 12 along along ADP IN _ 16 case 16:case _ 13 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -176375,7 +176480,7 @@ # sent_id = answers-20111107094641AATmyb6_ans-0029 # text = You take a boat across the river, then spend a day biking, eating at a local restaurant, buying souvenirs and doing other things that are geared towards tourists. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj|10:nsubj _ -2 take take VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 take take VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 boat boat NOUN NN Number=Sing 2 obj 2:obj _ 5 across across ADP IN _ 7 case 7:case _ @@ -176401,7 +176506,7 @@ 25 other other ADJ JJ Degree=Pos 26 amod 26:amod _ 26 things thing NOUN NNS Number=Plur 24 obj 24:obj|29:nsubj:pass _ 27 that that PRON WDT PronType=Rel 29 nsubj:pass 26:ref _ -28 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 29 aux:pass 29:aux:pass _ +28 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 29 aux:pass 29:aux:pass _ 29 geared gear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 26 acl:relcl 26:acl:relcl _ 30 towards towards ADP IN _ 31 case 31:case _ 31 tourists tourist NOUN NNS Number=Plur 29 obl 29:obl:towards SpaceAfter=No @@ -176414,15 +176519,15 @@ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 very very ADV RB _ 5 advmod 5:advmod _ 5 beautiful beautiful ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 10 punct 10:punct _ 7 especially especially ADV RB _ 10 advmod 10:advmod _ 8 if if SCONJ IN _ 10 mark 10:mark _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -10 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:if _ +10 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:if _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 few few ADJ JJ Degree=Pos 13 amod 13:amod _ 13 months month NOUN NNS Number=Plur 10 obj 10:obj _ -14 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No +14 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No 15 or or CCONJ CC _ 16 cc 16:cc _ 16 years year NOUN NNS Number=Plur 13 conj 10:obj|13:conj:or SpaceAfter=No 17 ) ) PUNCT -RRB- _ 16 punct 16:punct _ @@ -176437,22 +176542,22 @@ # sent_id = answers-20111107094641AATmyb6_ans-0031 # text = PS, If you make it to Thanh Pho Ben Tre, stay a night at my friend Ken's hotel. 1 PS ps NOUN NN Number=Sing 13 discourse 13:discourse SpaceAfter=No -2 , , PUNCT , _ 13 punct 13:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 If if SCONJ IN _ 5 mark 5:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 make make VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ +5 make make VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ 6 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 obj 5:obj _ 7 to to ADP IN _ 11 case 11:case _ 8 Thanh Thanh PROPN NNP Number=Sing 11 compound 11:compound _ 9 Pho Pho PROPN NNP Number=Sing 11 compound 11:compound _ 10 Ben Ben PROPN NNP Number=Sing 11 compound 11:compound _ 11 Tre Tre PROPN NNP Number=Sing 5 obl 5:obl:to SpaceAfter=No -12 , , PUNCT , _ 13 punct 13:punct _ +12 , , PUNCT , _ 5 punct 5:punct _ 13 stay stay VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ -15 night night NOUN NN Number=Sing 13 obj 13:obj _ +15 night night NOUN NN Number=Sing 13 obl:tmod 13:obl:tmod _ 16 at at ADP IN _ 21 case 21:case _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 friend friend NOUN NN Number=Sing 19 compound 19:compound _ 19-20 Ken's _ _ _ _ _ _ _ _ 19 Ken Ken PROPN NNP Number=Sing 21 nmod:poss 21:nmod:poss _ @@ -176494,10 +176599,10 @@ 8 to to ADP IN _ 7 obl 7:obl _ 9 by by ADP IN _ 10 case 10:case _ 10 foot foot NOUN NN Number=Sing 7 obl 7:obl:by SpaceAfter=No -11 , , PUNCT , _ 5 punct 5:punct _ +11 , , PUNCT , _ 14 punct 14:punct _ 12-13 they're _ _ _ _ _ _ _ _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -13 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +13 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 14 rebuilding rebuild VERB VBG Tense=Pres|VerbForm=Part 5 parataxis 5:parataxis _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 bridge bridge NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No @@ -176506,10 +176611,10 @@ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 21 nsubj 21:nsubj _ 20 can can AUX MD VerbForm=Fin 21 aux 21:aux _ 21 get get VERB VB VerbForm=Inf 5 conj 5:conj:but _ -22 someone someone PRON NN Number=Sing 21 obj 21:obj|26:nsubj:xsubj _ +22 someone someone PRON NN Number=Sing|PronType=Ind 21 obj 21:obj|26:nsubj:xsubj _ 23 to to PART TO _ 26 mark 26:mark _ 24 moto moto NOUN NN Number=Sing 26 obl:npmod 26:obl:npmod SpaceAfter=No -25 - - PUNCT HYPH _ 26 punct 26:punct SpaceAfter=No +25 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No 26 taxi taxi VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ 27 you you PRON PRP Case=Acc|Person=2|PronType=Prs 26 obj 26:obj _ 28 there there ADV RB PronType=Dem 26 advmod 26:advmod _ @@ -176517,7 +176622,7 @@ 30 a a DET DT Definite=Ind|PronType=Art 31 det 31:det _ 31 dollar dollar NOUN NN Number=Sing 26 obl 26:obl:for _ 32 or or CCONJ CC _ 33 cc 33:cc _ -33 less less ADJ JJR Degree=Cmp 31 nummod 31:nummod SpaceAfter=No +33 less less ADJ JJR Degree=Cmp 31 conj 31:conj:or SpaceAfter=No 34 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111107094641AATmyb6_ans-0034 @@ -176528,12 +176633,12 @@ 3 an a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 ex-pat ex-pat NOUN NN Number=Sing 0 root 0:root _ 5 from from ADP IN _ 7 case 7:case _ -6 New New PROPN NNP Number=Sing 7 compound 7:compound _ +6 New New ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Zealand Zealand PROPN NNP Number=Sing 4 nmod 4:nmod:from _ 8 and and CCONJ CC _ 13 cc 13:cc _ 9-10 he's _ _ _ _ _ _ _ _ -9 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj:pass 13:nsubj:pass _ -10 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ +9 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ +10 's have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 11 been be AUX VBN Tense=Past|VerbForm=Part 13 cop 13:cop _ 12 in in ADP IN _ 13 case 13:case _ 13 town town NOUN NN Number=Sing 4 conj 4:conj:and _ @@ -176556,39 +176661,37 @@ 10 area area NOUN NN Number=Sing 7 nmod 7:nmod:of _ 11 for for ADP IN _ 12 case 12:case _ 12 you you PRON PRP Case=Acc|Person=2|PronType=Prs 3 obl 3:obl:for SpaceAfter=No -13 , , PUNCT , _ 3 punct 3:punct _ -14 not not CCONJ CC _ 17 cc 17:cc _ -15 some some DET DT _ 17 det 17:det _ +13 , , PUNCT , _ 17 punct 17:punct _ +14 not not PART RB _ 17 advmod 17:advmod _ +15 some some DET DT PronType=Ind 17 det 17:det _ 16 tourist tourist NOUN NN Number=Sing 17 compound 17:compound _ -17 fantasy fantasy NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No +17 fantasy fantasy NOUN NN Number=Sing 7 parataxis 7:parataxis SpaceAfter=No 18 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111107094641AATmyb6_ans-0036 # text = Have a good trip where-ever you end up. -1 Have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 good good ADJ JJ Degree=Pos 4 amod 4:amod _ 4 trip trip NOUN NN Number=Sing 1 obj 1:obj _ -5 where where X GW _ 7 goeswith 7:goeswith SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No -7 ever ever ADV WRB PronType=Int 9 advmod 9:advmod _ -8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -9 end end VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 advcl 1:advcl _ -10 up up ADP RP _ 9 compound:prt 9:compound:prt SpaceAfter=No -11 . . PUNCT . _ 1 punct 1:punct _ +5 where-ever wherever ADV WRB PronType=Rel|Typo=Yes 1 advmod 1:advmod CorrectForm=wherever +6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ +7 end end VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 advcl:relcl 5:advcl:relcl _ +8 up up ADP RP _ 7 compound:prt 7:compound:prt SpaceAfter=No +9 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111107094641AATmyb6_ans-0037 # newpar id = answers-20111107094641AATmyb6_ans-p0005 # text = We went with Intrepid as a part of their North to South Vietnam Trip, but they do offer this one day separately. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 went go VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 with with ADP IN _ 4 case 4:case _ 4 Intrepid Intrepid PROPN NNP Number=Sing 2 obl 2:obl:with _ 5 as as ADP IN _ 7 case 7:case _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 part part NOUN NN Number=Sing 2 obl 2:obl:as _ 8 of of ADP IN _ 14 case 14:case _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 10 North North PROPN NNP Number=Sing 13 compound 13:compound _ 11 to to ADP IN _ 12 case 12:case _ 12 South South PROPN NNP Number=Sing 10 nmod 10:nmod:to _ @@ -176597,10 +176700,10 @@ 15 , , PUNCT , _ 19 punct 19:punct _ 16 but but CCONJ CC _ 19 cc 19:cc _ 17 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 19 nsubj 19:nsubj _ -18 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ +18 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 19 offer offer VERB VB VerbForm=Inf 2 conj 2:conj:but _ 20 this this DET DT Number=Sing|PronType=Dem 22 det 22:det _ -21 one one NUM CD NumType=Card 22 nummod 22:nummod _ +21 one one NUM CD NumForm=Word|NumType=Card 22 nummod 22:nummod _ 22 day day NOUN NN Number=Sing 19 obj 19:obj _ 23 separately separately ADV RB _ 19 advmod 19:advmod SpaceAfter=No 24 . . PUNCT . _ 2 punct 2:punct _ @@ -176608,21 +176711,21 @@ # sent_id = answers-20111107094641AATmyb6_ans-0038 # text = We had a great time and visited a location where they made coconut candies, visited a local restaurant which was attached to a fish farm, rode in modified quad bikes and had some tropical food at what appeared to be a local hangout. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|7:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 great great ADJ JJ Degree=Pos 5 amod 5:amod _ 5 time time NOUN NN Number=Sing 2 obj 2:obj _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 visited visit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +7 visited visit VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -9 location location NOUN NN Number=Sing 7 obj 7:obj _ -10 where where SCONJ WRB PronType=Rel 12 mark 12:mark _ +9 location location NOUN NN Number=Sing 7 obj 7:obj|12:obl _ +10 where where ADV WRB PronType=Rel 12 advmod 9:ref _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +12 made make VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 13 coconut coconut NOUN NN Number=Sing 14 compound 14:compound _ 14 candies candy NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No 15 , , PUNCT , _ 16 punct 16:punct _ -16 visited visit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ +16 visited visit VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ 17 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 18 local local ADJ JJ Degree=Pos 19 amod 19:amod _ 19 restaurant restaurant NOUN NN Number=Sing 16 obj 16:obj|22:nsubj:pass _ @@ -176634,19 +176737,19 @@ 25 fish fish NOUN NN Number=Sing 26 compound 26:compound _ 26 farm farm NOUN NN Number=Sing 22 obl 22:obl:to SpaceAfter=No 27 , , PUNCT , _ 28 punct 28:punct _ -28 rode ride VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ +28 rode ride VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ 29 in in ADP IN _ 32 case 32:case _ -30 modified modify VERB VBN Tense=Past|VerbForm=Part 32 amod 32:amod _ +30 modified modify VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 32 amod 32:amod _ 31 quad quad NOUN NN Number=Sing 32 compound 32:compound _ 32 bikes bike NOUN NNS Number=Plur 28 obl 28:obl:in _ 33 and and CCONJ CC _ 34 cc 34:cc _ -34 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ -35 some some DET DT _ 37 det 37:det _ +34 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ +35 some some DET DT PronType=Ind 37 det 37:det _ 36 tropical tropical ADJ JJ Degree=Pos 37 amod 37:amod _ 37 food food NOUN NN Number=Sing 34 obj 34:obj _ -38 at at SCONJ IN _ 39 case 39:case _ -39 what what PRON WP PronType=Int 34 obl 34:obl:at _ -40 appeared appear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 39 acl:relcl 39:acl:relcl _ +38 at at ADP IN _ 39 case 39:case _ +39 what what PRON WP PronType=Rel 34 obl 34:obl:at|40:nsubj|45:nsubj:xsubj _ +40 appeared appear VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 39 acl:relcl 39:acl:relcl _ 41 to to PART TO _ 45 mark 45:mark _ 42 be be AUX VB VerbForm=Inf 45 cop 45:cop _ 43 a a DET DT Definite=Ind|PronType=Art 45 det 45:det _ @@ -176665,16 +176768,16 @@ 7 away away ADV RB _ 5 advmod 5:advmod _ 8 from from ADP IN _ 12 case 12:case _ 9 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -10 most most ADV RBS _ 11 advmod 11:advmod _ +10 most most ADV RBS Degree=Sup 11 advmod 11:advmod _ 11 touristy touristy ADJ JJ Degree=Pos 12 amod 12:amod _ 12 spots spot NOUN NNS Number=Plur 7 obl 7:obl:from _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 showing show VERB VBG VerbForm=Ger 5 conj 3:advcl:at|5:conj:and _ 15 you you PRON PRP Case=Acc|Person=2|PronType=Prs 14 iobj 14:iobj _ -16 something something PRON NN Number=Sing 14 obj 14:obj _ +16 something something PRON NN Number=Sing|PronType=Ind 14 obj 14:obj _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ -18 little little ADJ JJ Degree=Pos 19 nmod:npmod 19:nmod:npmod _ -19 different different NOUN NN Number=Sing 16 amod 16:amod SpaceAfter=No +18 little little ADJ JJ Degree=Pos 19 obl:npmod 19:obl:npmod _ +19 different different ADJ JJ Degree=Pos 16 amod 16:amod SpaceAfter=No 20 . . PUNCT . _ 3 punct 3:punct _ # newdoc id = answers-20111108103957AAcF3iZ_ans @@ -176691,15 +176794,15 @@ # newpar id = answers-20111108103957AAcF3iZ_ans-p0002 # text = I got a riding lesson today on one of my boss's fino horses and it made me realize just how unsteady my left leg is. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 riding riding NOUN NN Number=Sing 5 compound 5:compound _ 5 lesson lesson NOUN NN Number=Sing 2 obj 2:obj _ 6 today today NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod _ 7 on on ADP IN _ 8 case 8:case _ -8 one one NUM CD NumType=Card 2 obl 2:obl:on _ +8 one one NUM CD NumForm=Word|NumType=Card 2 obl 2:obl:on _ 9 of of ADP IN _ 14 case 14:case _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11-12 boss's _ _ _ _ _ _ _ _ 11 boss boss NOUN NN Number=Sing 14 nmod:poss 14:nmod:poss _ 12 's 's PART POS _ 11 case 11:case _ @@ -176707,13 +176810,13 @@ 14 horses horse NOUN NNS Number=Plur 8 nmod 8:nmod:of _ 15 and and CCONJ CC _ 17 cc 17:cc _ 16 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ -17 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +17 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 18 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 17 obj 17:obj|19:nsubj:xsubj _ 19 realize realize VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ 20 just just ADV RB _ 22 advmod 22:advmod _ -21 how how SCONJ WRB PronType=Int 22 mark 22:mark _ +21 how how ADV WRB PronType=Int 22 advmod 22:advmod _ 22 unsteady unsteady ADJ JJ Degree=Pos 19 ccomp 19:ccomp _ -23 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +23 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 24 left left ADJ JJ Degree=Pos 25 amod 25:amod _ 25 leg leg NOUN NN Number=Sing 22 nsubj 22:nsubj _ 26 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop SpaceAfter=No @@ -176722,14 +176825,14 @@ # sent_id = answers-20111108103957AAcF3iZ_ans-0003 # text = I mentioned it to my boss and she said to start doing yoga. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 mentioned mention VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 mentioned mention VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ 4 to to ADP IN _ 6 case 6:case _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 boss boss NOUN NN Number=Sing 2 obl 2:obl:to _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj|12:nsubj:xsubj _ -9 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +9 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 10 to to PART TO _ 11 mark 11:mark _ 11 start start VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 doing do VERB VBG VerbForm=Ger 11 xcomp 11:xcomp _ @@ -176740,7 +176843,7 @@ # text = But there are just so many poses and programs! 1 But but CCONJ CC _ 3 cc 3:cc _ 2 there there PRON EX _ 3 expl 3:expl _ -3 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 just just ADV RB _ 7 advmod 7:advmod _ 5 so so ADV RB _ 6 advmod 6:advmod _ 6 many many ADJ JJ Degree=Pos 7 amod 7:amod _ @@ -176751,14 +176854,15 @@ # sent_id = answers-20111108103957AAcF3iZ_ans-0005 # text = Any good poses or programs (I'm willing to buy a dvd as long as it is under $20) to help specifically with leg stabilization? -1 Any any DET DT _ 3 det 3:det _ +1 Any any DET DT PronType=Ind 3 det 3:det _ 2 good good ADJ JJ Degree=Pos 3 amod 3:amod _ 3 poses pose NOUN NNS Number=Plur 0 root 0:root _ 4 or or CCONJ CC _ 5 cc 5:cc _ 5 programs program NOUN NNS Number=Plur 3 conj 3:conj:or _ 6 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No -7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj SpaceAfter=No -8 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +7-8 I'm _ _ _ _ _ _ _ _ +7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj _ +8 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 9 willing willing ADJ JJ Degree=Pos 3 parataxis 3:parataxis _ 10 to to PART TO _ 11 mark 11:mark _ 11 buy buy VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ @@ -176771,7 +176875,7 @@ 18 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 19 under under ADP IN _ 20 case 20:case _ 20 $ $ SYM $ _ 15 advcl 15:advcl:under SpaceAfter=No -21 20 20 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No +21 20 20 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No 22 ) ) PUNCT -RRB- _ 9 punct 9:punct _ 23 to to PART TO _ 24 mark 24:mark _ 24 help help VERB VB VerbForm=Inf 3 acl 3:acl:to _ @@ -176785,15 +176889,15 @@ # text = I just have a few issues supporting my back and my left leg flops. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 few few ADJ JJ Degree=Pos 6 amod 6:amod _ 6 issues issue NOUN NNS Number=Plur 3 obj 3:obj _ 7 supporting support VERB VBG VerbForm=Ger 6 acl 6:acl _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 back back NOUN NN Number=Sing 7 obj 7:obj _ 10 and and CCONJ CC _ 14 cc 14:cc _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 12 left left ADJ JJ Degree=Pos 13 amod 13:amod _ 13 leg leg NOUN NN Number=Sing 14 nsubj 14:nsubj _ 14 flops flop VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and SpaceAfter=No @@ -176804,14 +176908,14 @@ 1 Because because SCONJ IN _ 5 mark 5:mark _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 3-4 don't _ _ _ _ _ _ _ _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 feel feel VERB VB VerbForm=Inf 0 root 0:root _ 6 like like SCONJ IN _ 7 mark 7:mark _ 7 spending spend VERB VBG VerbForm=Ger 5 advcl 5:advcl:like _ 8 over over ADV RB _ 9 advmod 9:advmod _ 9 $ $ SYM $ _ 7 obj 7:obj SpaceAfter=No -10 20 20 NUM CD NumType=Card 9 compound 9:compound _ +10 20 20 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 11 on on ADP IN _ 14 case 14:case _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 freakin freakin ADJ JJ Degree=Pos 14 amod 14:amod _ @@ -176822,20 +176926,20 @@ # text = I also have back problems that transfer into my legs. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 back back NOUN NN Number=Sing 5 compound 5:compound _ 5 problems problem NOUN NNS Number=Plur 3 obj 3:obj|7:nsubj _ 6 that that PRON WDT PronType=Rel 7 nsubj 5:ref _ -7 transfer transfer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 transfer transfer VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 into into ADP IN _ 10 case 10:case _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 legs leg NOUN NNS Number=Plur 7 obl 7:obl:into SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108103957AAcF3iZ_ans-0009 # text = I have done Yoga for riders for a while, a 20 minute routine I found on YouTube (I think its called "Yoga for horse back riding" hosted by a man) It helped with noticing slight differences in my balance and weight distribution but not really for the way I use my legs and back. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 done do VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 Yoga yoga NOUN NN Number=Sing 3 obj 3:obj _ 5 for for ADP IN _ 6 case 6:case _ @@ -176843,21 +176947,21 @@ 7 for for ADP IN _ 9 case 9:case _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 while while NOUN NN Number=Sing 3 obl 3:obl:for SpaceAfter=No -10 , , PUNCT , _ 3 punct 3:punct _ +10 , , PUNCT , _ 9 punct 9:punct _ 11 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ -12 20 20 NUM CD NumType=Card 13 nummod 13:nummod _ +12 20 20 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 13 minute minute NOUN NN Number=Sing 14 compound 14:compound _ 14 routine routine NOUN NN Number=Sing 4 appos 4:appos _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -16 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ +16 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ 17 on on ADP IN _ 18 case 18:case _ 18 YouTube YouTube PROPN NNP Number=Sing 16 obl 16:obl:on _ 19 ( ( PUNCT -LRB- _ 21 punct 21:punct SpaceAfter=No 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ -21 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 parataxis 14:parataxis _ +21 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 parataxis 14:parataxis _ 22-23 its _ _ _ _ _ _ _ _ 22 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 24 nsubj:pass 24:nsubj:pass|26:nsubj:xsubj _ -23 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 aux:pass 24:aux:pass _ +23 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 24 aux:pass 24:aux:pass CorrectForm='s 24 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 ccomp 21:ccomp _ 25 " " PUNCT `` _ 26 punct 26:punct SpaceAfter=No 26 Yoga yoga NOUN NN Number=Sing 24 xcomp 24:xcomp _ @@ -176866,33 +176970,33 @@ 29 back back NOUN NN Number=Sing 30 compound 30:compound _ 30 riding riding NOUN NN Number=Sing 26 nmod 26:nmod:for SpaceAfter=No 31 " " PUNCT '' _ 26 punct 26:punct _ -32 hosted host VERB VBN Tense=Past|VerbForm=Part 26 acl 26:acl _ +32 hosted host VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 26 acl 26:acl _ 33 by by ADP IN _ 35 case 35:case _ 34 a a DET DT Definite=Ind|PronType=Art 35 det 35:det _ -35 man man NOUN NN Number=Sing 32 obl 32:obl:by SpaceAfter=No +35 man man NOUN NN Number=Sing 32 obl:agent 32:obl:agent SpaceAfter=No 36 ) ) PUNCT -RRB- _ 21 punct 21:punct _ 37 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 38 nsubj 38:nsubj|49.1:nsubj|54:nsubj _ -38 helped help VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ +38 helped help VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ 39 with with SCONJ IN _ 40 mark 40:mark _ 40 noticing notice VERB VBG VerbForm=Ger 38 advcl 38:advcl:with _ 41 slight slight ADJ JJ Degree=Pos 42 amod 42:amod _ 42 differences difference NOUN NNS Number=Plur 40 obj 40:obj _ 43 in in ADP IN _ 45 case 45:case _ -44 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 45 nmod:poss 45:nmod:poss _ +44 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 45 nmod:poss 45:nmod:poss _ 45 balance balance NOUN NN Number=Sing 42 nmod 42:nmod:in _ 46 and and CCONJ CC _ 48 cc 48:cc _ 47 weight weight NOUN NN Number=Sing 48 compound 48:compound _ 48 distribution distribution NOUN NN Number=Sing 45 conj 42:nmod:in|45:conj:and _ 49 but but CCONJ CC _ 54 cc 49.1:cc|54:cc _ -49.1 helped help VERB VBD _ _ _ 38:conj:but CopyOf=38 +49.1 helped help VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin _ _ 38:conj:but CopyOf=38 50 not not PART RB _ 51 advmod 51:advmod _ 51 really really ADV RB _ 54 orphan 49.1:advmod _ 52 for for ADP IN _ 54 case 54:case _ 53 the the DET DT Definite=Def|PronType=Art 54 det 54:det _ 54 way way NOUN NN Number=Sing 38 conj 38:conj:but|49.1:obl:for _ 55 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 56 nsubj 56:nsubj _ -56 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 54 acl:relcl 54:acl:relcl _ -57 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 58 nmod:poss 58:nmod:poss _ +56 use use VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 54 acl:relcl 54:acl:relcl _ +57 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 58 nmod:poss 58:nmod:poss _ 58 legs leg NOUN NNS Number=Plur 56 obj 56:obj _ 59 and and CCONJ CC _ 60 cc 60:cc _ 60 back back NOUN NN Number=Sing 58 conj 56:obj|58:conj:and SpaceAfter=No @@ -176902,9 +177006,9 @@ # text = Here is what I do now and it really helps.... 1 Here here ADV RB PronType=Dem 0 root 0:root _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -3 what what PRON WP PronType=Int 1 nsubj 1:nsubj _ +3 what what PRON WP PronType=Rel 1 nsubj 1:nsubj|5:obj _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +5 do do VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 now now ADV RB _ 5 advmod 5:advmod _ 7 and and CCONJ CC _ 10 cc 10:cc _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ @@ -176914,33 +177018,33 @@ # sent_id = answers-20111108103957AAcF3iZ_ans-0011 # text = When I first get on I take 1 leg and pull it back up to touch my butt with my heel and hold it there for 1 lap at a walk around a large dressage arena. -1 When when SCONJ WRB PronType=Int 4 mark 4:mark _ +1 When when ADV WRB PronType=Int 4 advmod 4:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -3 first first ADV RB _ 4 advmod 4:advmod _ -4 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:when _ +3 first first ADV RB NumForm=Word|NumType=Ord 4 advmod 4:advmod _ +4 get get VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:when _ 5 on on ADV RB _ 4 advmod 4:advmod _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj|11:nsubj _ -7 take take VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -8 1 1 NUM CD NumType=Card 9 nummod 9:nummod _ +7 take take VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 1 1 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 leg leg NOUN NN Number=Sing 7 obj 7:obj _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 pull pull VERB VB VerbForm=Inf 7 conj 7:conj:and _ +11 pull pull VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 conj 7:conj:and _ 12 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj _ 13 back back ADV RB _ 14 advmod 14:advmod _ 14 up up ADV RB _ 11 advmod 11:advmod _ 15 to to PART TO _ 16 mark 16:mark _ 16 touch touch VERB VB VerbForm=Inf 11 advcl 11:advcl:to _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 butt butt NOUN NN Number=Sing 16 obj 16:obj _ 19 with with ADP IN _ 21 case 21:case _ -20 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 heel heel NOUN NN Number=Sing 16 obl 16:obl:with _ 22 and and CCONJ CC _ 23 cc 23:cc _ -23 hold hold VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 conj 11:advcl:to|16:conj:and _ +23 hold hold VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 16 conj 11:advcl:to|16:conj:and _ 24 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 23 obj 23:obj _ 25 there there ADV RB PronType=Dem 23 advmod 23:advmod _ 26 for for ADP IN _ 28 case 28:case _ -27 1 1 NUM CD NumType=Card 28 nummod 28:nummod _ +27 1 1 NUM CD NumForm=Digit|NumType=Card 28 nummod 28:nummod _ 28 lap lap NOUN NN Number=Sing 23 obl 23:obl:for _ 29 at at ADP IN _ 31 case 31:case _ 30 a a DET DT Definite=Ind|PronType=Art 31 det 31:det _ @@ -176967,7 +177071,7 @@ # sent_id = answers-20111108103957AAcF3iZ_ans-0013 # text = Then 1 lap at a walk around the arena with both my legs pulled out as far as I can, so they are not touching the saddle. 1 Then then ADV RB PronType=Dem 3 advmod 3:advmod _ -2 1 1 NUM CD NumType=Card 3 nummod 3:nummod _ +2 1 1 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 3 lap lap NOUN NN Number=Sing 0 root 0:root _ 4 at at ADP IN _ 6 case 6:case _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -176976,20 +177080,20 @@ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 arena arena NOUN NN Number=Sing 3 nmod 3:nmod:around _ 10 with with SCONJ IN _ 14 mark 14:mark _ -11 both both DET PDT _ 13 det:predet 13:det:predet _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ -13 legs leg NOUN NNS Number=Plur 14 nsubj 14:nsubj _ -14 pulled pull VERB VBN Tense=Past|VerbForm=Part 3 advcl 3:advcl:with _ +11 both both DET PDT PronType=Tot 13 det:predet 13:det:predet _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +13 legs leg NOUN NNS Number=Plur 14 nsubj:pass 14:nsubj:pass _ +14 pulled pull VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl:with _ 15 out out ADP RP _ 14 compound:prt 14:compound:prt _ 16 as as ADV RB _ 17 advmod 17:advmod _ 17 far far ADV RB Degree=Pos 14 advmod 14:advmod _ 18 as as SCONJ IN _ 20 mark 20:mark _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ 20 can can AUX MD VerbForm=Fin 17 advcl 17:advcl:as SpaceAfter=No -21 , , PUNCT , _ 14 punct 14:punct _ +21 , , PUNCT , _ 26 punct 26:punct _ 22 so so SCONJ IN _ 26 mark 26:mark _ 23 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 26 nsubj 26:nsubj _ -24 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ +24 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ 25 not not PART RB _ 26 advmod 26:advmod _ 26 touching touch VERB VBG Tense=Pres|VerbForm=Part 14 advcl 14:advcl:so _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ @@ -177003,8 +177107,8 @@ 3 lap lap NOUN NN Number=Sing 0 root 0:root _ 4 doing do VERB VBG VerbForm=Ger 3 acl 3:acl _ 5 scissors scissors NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No -6 , , PUNCT , _ 3 punct 3:punct _ -7 one one NUM CD NumType=Card 8 nummod 8:nummod _ +6 , , PUNCT , _ 9 punct 9:punct _ +7 one one NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 8 leg leg NOUN NN Number=Sing 9 nsubj 9:nsubj _ 9 forward forward ADV RB _ 4 advcl 4:advcl _ 10 as as ADV RB _ 11 advmod 11:advmod _ @@ -177016,9 +177120,9 @@ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 other other ADJ JJ Degree=Pos 18 nsubj 18:nsubj _ 18 back back ADV RB _ 9 conj 4:advcl|9:conj:and SpaceAfter=No -19 , , PUNCT , _ 3 punct 3:punct _ +19 , , PUNCT , _ 21 punct 21:punct _ 20 then then ADV RB PronType=Dem 21 advmod 21:advmod _ -21 switch switch VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +21 switch switch VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 22 legs leg NOUN NNS Number=Plur 21 obj 21:obj SpaceAfter=No 23 . . PUNCT . _ 3 punct 3:punct _ @@ -177030,22 +177134,22 @@ 3 also also ADV RB _ 4 advmod 4:advmod _ 4 trot trot VERB VB VerbForm=Inf 0 root 0:root _ 5 doing do VERB VBG VerbForm=Ger 4 ccomp 4:ccomp SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 down down ADV RB _ 5 xcomp 5:xcomp _ -8 2 2 NUM CD NumType=Card 9 nummod 9:nummod _ +8 2 2 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 beats beat NOUN NNS Number=Plur 7 obl:npmod 7:obl:npmod SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 up up ADV RB _ 7 conj 5:xcomp|7:conj _ -12 one one NUM CD NumType=Card 11 obl:npmod 11:obl:npmod _ +12 one one NUM CD NumForm=Word|NumType=Card 11 obl:npmod 11:obl:npmod _ 13 for for ADP IN _ 15 case 15:case _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 wile wile NOUN NN Number=Sing 11 obl 11:obl:for SpaceAfter=No -16 , , PUNCT , _ 5 punct 5:punct _ +16 , , PUNCT , _ 11 punct 11:punct _ 17 then then ADV RB PronType=Dem 18 advmod 18:advmod _ -18 up up ADV RB _ 7 conj 5:xcomp|7:conj _ -19 2 2 NUM CD NumType=Card 18 obl:npmod 18:obl:npmod _ +18 up up ADV RB _ 7 parataxis 5:xcomp|7:parataxis _ +19 2 2 NUM CD NumForm=Digit|NumType=Card 18 obl:npmod 18:obl:npmod _ 20 down down ADV RB _ 11 conj 11:conj _ -21 1 1 NUM CD NumType=Card 20 obl:npmod 20:obl:npmod _ +21 1 1 NUM CD NumForm=Digit|NumType=Card 20 obl:npmod 20:obl:npmod _ 22 making make VERB VBG VerbForm=Ger 5 advcl 5:advcl _ 23 sure sure ADJ JJ Degree=Pos 22 xcomp 22:xcomp _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ @@ -177056,7 +177160,7 @@ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 balls ball NOUN NNS Number=Plur 27 obl 27:obl:into _ 31 of of ADP IN _ 33 case 33:case _ -32 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 33 nmod:poss 33:nmod:poss _ +32 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 33 nmod:poss 33:nmod:poss _ 33 feet foot NOUN NNS Number=Plur 30 nmod 30:nmod:of SpaceAfter=No 34 . . PUNCT . _ 4 punct 4:punct _ @@ -177068,12 +177172,12 @@ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 going go VERB VBG Tense=Pres|VerbForm=Part 16 advcl 16:advcl:if _ 6 into into ADP IN _ 8 case 8:case _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 heels heel NOUN NNS Number=Plur 5 obl 5:obl:into _ 9 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 11 throws throw VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 leg leg NOUN NN Number=Sing 11 obj 11:obj _ 14 forward forward ADV RB _ 11 advmod 11:advmod SpaceAfter=No 15 ) ) PUNCT -RRB- _ 11 punct 11:punct _ @@ -177085,7 +177189,7 @@ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 heel heel NOUN NN Number=Sing 16 obl 16:obl:against _ 23 of of ADP IN _ 25 case 25:case _ -24 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 boot boot NOUN NN Number=Sing 22 nmod 22:nmod:of SpaceAfter=No 26 . . PUNCT . _ 16 punct 16:punct _ @@ -177097,7 +177201,7 @@ 4 working work VERB VBG VerbForm=Ger 5 amod 5:amod _ 5 trot trot NOUN NN Number=Sing 1 obj 1:obj SpaceAfter=No 6 , , PUNCT , _ 10 punct 10:punct _ -7 not not CCONJ CC _ 10 cc 10:cc _ +7 not not PART RB _ 10 advmod 10:advmod _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 slow slow ADJ JJ Degree=Pos 10 amod 10:amod _ 10 trot trot NOUN NN Number=Sing 5 conj 1:obj|5:conj:not SpaceAfter=No @@ -177105,13 +177209,13 @@ # sent_id = answers-20111108103957AAcF3iZ_ans-0018 # text = All this will help you use both legs evenly, keep proper contact and use your wight correctly, to keep your leg in a good position. -1 All all DET PDT _ 2 det:predet 2:det:predet _ -2 this this DET DT Number=Sing|PronType=Dem 4 nsubj 4:nsubj _ +1 All all DET PDT PronType=Tot 2 det:predet 2:det:predet _ +2 this this PRON DT Number=Sing|PronType=Dem 4 nsubj 4:nsubj _ 3 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 4 help help VERB VB VerbForm=Inf 0 root 0:root _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 obj 4:obj|6:nsubj:xsubj|11:nsubj:xsubj|15:nsubj:xsubj _ 6 use use VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 both both DET DT _ 8 det 8:det _ +7 both both DET DT PronType=Tot 8 det 8:det _ 8 legs leg NOUN NNS Number=Plur 6 obj 6:obj _ 9 evenly evenly ADV RB _ 6 advmod 6:advmod SpaceAfter=No 10 , , PUNCT , _ 11 punct 11:punct _ @@ -177120,13 +177224,13 @@ 13 contact contact NOUN NN Number=Sing 11 obj 11:obj _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 use use VERB VB VerbForm=Inf 6 conj 4:xcomp|6:conj:and _ -16 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 wight wight NOUN NN Number=Sing 15 obj 15:obj _ 18 correctly correctly ADV RB _ 15 advmod 15:advmod SpaceAfter=No -19 , , PUNCT , _ 15 punct 15:punct _ +19 , , PUNCT , _ 21 punct 21:punct _ 20 to to PART TO _ 21 mark 21:mark _ 21 keep keep VERB VB VerbForm=Inf 15 advcl 15:advcl:to _ -22 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 leg leg NOUN NN Number=Sing 21 obj 21:obj _ 24 in in ADP IN _ 27 case 27:case _ 25 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ @@ -177139,15 +177243,15 @@ 1 BTW btw ADV RB _ 5 advmod 5:advmod _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 3-4 dont _ _ _ _ _ _ _ _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ -4 nt not PART RB _ 5 advmod 5:advmod _ +3 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 nt not PART RB Typo=Yes 5 advmod 5:advmod CorrectForm=n't 5 want want VERB VB VerbForm=Inf 0 root 0:root _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 leg leg NOUN NN Number=Sing 5 obj 5:obj|8:nsubj:xsubj _ -8 locked lock VERB VBN Tense=Past|VerbForm=Part 5 xcomp 5:xcomp _ +8 locked lock VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 xcomp 5:xcomp _ 9 in in ADP IN _ 10 case 10:case _ 10 place place NOUN NN Number=Sing 8 obl 8:obl:in SpaceAfter=No -11 , , PUNCT , _ 5 punct 5:punct _ +11 , , PUNCT , _ 14 punct 14:punct _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 13 will will AUX MD VerbForm=Fin 14 aux 14:aux _ 14 move move VERB VB VerbForm=Inf 5 parataxis 5:parataxis _ @@ -177160,10 +177264,10 @@ # sent_id = answers-20111108103957AAcF3iZ_ans-0020 # text = When I first started doing it I'd do it every day. -1 When when SCONJ WRB PronType=Int 4 mark 4:mark _ +1 When when ADV WRB PronType=Int 4 advmod 4:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|5:nsubj:xsubj _ -3 first first ADV RB _ 4 advmod 4:advmod _ -4 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:when _ +3 first first ADV RB NumForm=Word|NumType=Ord 4 advmod 4:advmod _ +4 started start VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:when _ 5 doing do VERB VBG VerbForm=Ger 4 xcomp 4:xcomp _ 6 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 obj 5:obj _ 7-8 I'd _ _ _ _ _ _ _ _ @@ -177171,7 +177275,7 @@ 8 'd would AUX MD VerbForm=Fin 9 aux 9:aux _ 9 do do VERB VB VerbForm=Inf 0 root 0:root _ 10 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj _ -11 every every DET DT _ 12 det 12:det _ +11 every every DET DT PronType=Tot 12 det 12:det _ 12 day day NOUN NN Number=Sing 9 obl:tmod 9:obl:tmod SpaceAfter=No 13 . . PUNCT . _ 9 punct 9:punct _ @@ -177180,30 +177284,30 @@ 1 Now now ADV RB _ 4 advmod 4:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 3 just just ADV RB _ 4 advmod 4:advmod _ -4 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 do do VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ -6 once once ADV RB NumType=Mult 4 advmod 4:advmod _ +6 once once ADV RB NumForm=Word|NumType=Mult 4 advmod 4:advmod _ 7 or or CCONJ CC _ 8 cc 8:cc _ -8 twice twice ADV RB NumType=Mult 6 conj 4:advmod|6:conj:or _ +8 twice twice ADV RB NumForm=Word|NumType=Mult 6 conj 4:advmod|6:conj:or _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -10 week week NOUN NN Number=Sing 6 obl:npmod 6:obl:npmod _ +10 week week NOUN NN Number=Sing 6 obl:tmod 6:obl:tmod _ 11 or or CCONJ CC _ 13 cc 13:cc _ 12 as as SCONJ IN _ 13 mark 13:mark _ -13 needed need VERB VBN Tense=Past|VerbForm=Part 6 conj 4:advmod|6:conj:or SpaceAfter=No +13 needed need VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 conj 4:advmod|6:conj:or SpaceAfter=No 14 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108103957AAcF3iZ_ans-0022 # text = Now not only is my leg better, but my back is relaxing. 1 Now now ADV RB _ 7 advmod 7:advmod _ -2 not not ADV RB _ 3 advmod 3:advmod _ -3 only only ADV RB _ 7 cc:preconj 7:cc:preconj _ +2 not not PART RB _ 7 advmod 7:advmod _ +3 only only ADV RB _ 7 advmod 7:advmod _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 leg leg NOUN NN Number=Sing 7 nsubj 7:nsubj _ -7 better better ADJ JJR Degree=Cmp 0 root 0:root SpaceAfter=No +7 better good ADJ JJR Degree=Cmp 0 root 0:root SpaceAfter=No 8 , , PUNCT , _ 13 punct 13:punct _ 9 but but CCONJ CC _ 13 cc 13:cc _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 back back NOUN NN Number=Sing 13 nsubj 13:nsubj _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 relaxing relax VERB VBG Tense=Pres|VerbForm=Part 7 conj 7:conj:but SpaceAfter=No @@ -177213,7 +177317,7 @@ # newpar id = answers-20111108103957AAcF3iZ_ans-p0004 # text = what are you having problems with? 1 what what PRON WP PronType=Int 5 nmod 5:nmod:with _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 having have VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 problems problem NOUN NNS Number=Plur 4 obj 4:obj _ @@ -177222,7 +177326,7 @@ # sent_id = answers-20111108103957AAcF3iZ_ans-0024 # text = i wouldn't bother with yoga i'd practice more with riding and fixing my problem, ride bareback, with no irons, theres also a way to ride on your knees? -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 wouldn't _ _ _ _ _ _ _ _ 2 would would AUX MD VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ @@ -177230,34 +177334,34 @@ 5 with with ADP IN _ 6 case 6:case _ 6 yoga yoga NOUN NN Number=Sing 4 obl 4:obl:with _ 7-8 i'd _ _ _ _ _ _ _ _ -7 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ +7 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 8 'd would AUX MD VerbForm=Fin 9 aux 9:aux _ 9 practice practice VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ -10 more more ADV RBR _ 9 advmod 9:advmod _ +10 more more ADV RBR Degree=Cmp 9 advmod 9:advmod _ 11 with with ADP IN _ 12 case 12:case _ 12 riding riding NOUN NN Number=Sing 9 obl 9:obl:with _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 fixing fix VERB VBG VerbForm=Ger 12 conj 9:obl:with|12:conj:and _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 problem problem NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No -17 , , PUNCT , _ 4 punct 4:punct _ +17 , , PUNCT , _ 18 punct 18:punct _ 18 ride ride VERB VB Mood=Imp|VerbForm=Fin 4 parataxis 4:parataxis _ 19 bareback bareback ADV RB _ 18 advmod 18:advmod SpaceAfter=No -20 , , PUNCT , _ 18 punct 18:punct _ +20 , , PUNCT , _ 23 punct 23:punct _ 21 with with ADP IN _ 23 case 23:case _ -22 no no DET DT _ 23 det 23:det _ +22 no no DET DT PronType=Neg 23 det 23:det _ 23 irons iron NOUN NNS Number=Plur 18 obl 18:obl:with SpaceAfter=No -24 , , PUNCT , _ 18 punct 18:punct _ +24 , , PUNCT , _ 26 punct 26:punct _ 25-26 theres _ _ _ _ _ _ _ _ 25 there there PRON EX _ 26 expl 26:expl _ -26 s be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 parataxis 18:parataxis _ +26 s be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 18 parataxis 18:parataxis CorrectForm='s 27 also also ADV RB _ 26 advmod 26:advmod _ 28 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ 29 way way NOUN NN Number=Sing 26 nsubj 26:nsubj _ 30 to to PART TO _ 31 mark 31:mark _ 31 ride ride VERB VB VerbForm=Inf 29 acl 29:acl:to _ 32 on on ADP IN _ 34 case 34:case _ -33 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ +33 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ 34 knees knee NOUN NNS Number=Plur 31 obl 31:obl:on SpaceAfter=No 35 ? ? PUNCT . _ 4 punct 4:punct _ @@ -177265,20 +177369,20 @@ # text = that help alot with your thigh muscles (bareback though) 1 that that PRON DT Number=Sing|PronType=Dem 2 nsubj 2:nsubj _ 2 help help VERB VB VerbForm=Inf 0 root 0:root _ -3 alot alot ADV RB _ 2 obl:npmod 2:obl:npmod _ +3 alot alot ADV RB _ 2 advmod 2:advmod _ 4 with with ADP IN _ 7 case 7:case _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 thigh thigh NOUN NN Number=Sing 7 compound 7:compound _ 7 muscles muscle NOUN NNS Number=Plur 2 obl 2:obl:with _ -8 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No +8 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No 9 bareback bareback ADV RB _ 2 advmod 2:advmod _ 10 though though ADV RB _ 2 advmod 2:advmod SpaceAfter=No -11 ) ) PUNCT -RRB- _ 2 punct 2:punct _ +11 ) ) PUNCT -RRB- _ 10 punct 10:punct _ # sent_id = answers-20111108103957AAcF3iZ_ans-0026 # text = ya i really wouldn't bother with the yoga 1 ya ya INTJ UH _ 6 discourse 6:discourse _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 3 really really ADV RB _ 6 advmod 6:advmod _ 4-5 wouldn't _ _ _ _ _ _ _ _ 4 would would AUX MD VerbForm=Fin 6 aux 6:aux _ @@ -177296,9 +177400,9 @@ 4 brase brase NOUN NN Number=Sing 6 nsubj 6:nsubj _ 5 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 6 help help VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 12 punct 12:punct _ 8 sometimes sometimes ADV RB _ 12 advmod 12:advmod _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 back back NOUN NN Number=Sing 12 nsubj 12:nsubj _ 11 really really ADV RB _ 12 advmod 12:advmod _ 12 gets get VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ @@ -177306,59 +177410,59 @@ 14 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 12 obl 12:obl:to _ 15 and and CCONJ CC _ 18 cc 18:cc _ 16-17 i've _ _ _ _ _ _ _ _ -16 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -17 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ +16 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ +17 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 18 thought think VERB VBN Tense=Past|VerbForm=Part 12 conj 12:conj:and _ 19 about about SCONJ IN _ 20 mark 20:mark _ 20 getting get VERB VBG VerbForm=Ger 18 advcl 18:advcl:about _ -21 one one NUM CD NumType=Card 20 obj 20:obj SpaceAfter=No +21 one one NUM CD NumForm=Word|NumType=Card 20 obj 20:obj SpaceAfter=No 22 . . PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111108103957AAcF3iZ_ans-0028 # text = with your leg flopping, just try putting all your weight in your heel and hangon with only your legs, holding my leg back helps me with flopping the more it's forward the more it flops :/ work your calf muscles, maybe try standing on the edge of your steps (on the ball of your foot) and balance to strengthen those muscles -1 with with ADP IN _ 4 mark 4:mark _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +1 with with SCONJ IN _ 4 mark 4:mark _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 leg leg NOUN NN Number=Sing 4 nsubj 4:nsubj _ 4 flopping flopping NOUN NN Number=Sing 7 advcl 7:advcl:with SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 just just ADV RB _ 7 advmod 7:advmod _ 7 try try VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 8 putting put VERB VBG VerbForm=Ger 7 xcomp 7:xcomp _ -9 all all DET PDT _ 11 det:predet 11:det:predet _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 all all DET PDT PronType=Tot 11 det:predet 11:det:predet _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 weight weight NOUN NN Number=Sing 8 obj 8:obj _ 12 in in ADP IN _ 14 case 14:case _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 heel heel NOUN NN Number=Sing 8 obl 8:obl:in _ 15 and and CCONJ CC _ 16 cc 16:cc _ -16 hang hang VERB VB Mood=Imp|VerbForm=Fin 7 conj 7:conj:and SpaceAfter=No +16 hang hang VERB VB Mood=Imp|VerbForm=Fin 7 conj 7:conj:and CorrectSpaceAfter=Yes|SpaceAfter=No 17 on on ADP RP _ 16 compound:prt 16:compound:prt _ 18 with with ADP IN _ 21 case 21:case _ 19 only only ADV RB _ 21 advmod 21:advmod _ -20 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 legs leg NOUN NNS Number=Plur 16 obl 16:obl:with SpaceAfter=No -22 , , PUNCT , _ 7 punct 7:punct _ +22 , , PUNCT , _ 27 punct 27:punct _ 23 holding hold VERB VBG VerbForm=Ger 27 csubj 27:csubj _ -24 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 leg leg NOUN NN Number=Sing 23 obj 23:obj _ 26 back back ADP RP _ 23 compound:prt 23:compound:prt _ 27 helps help VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 parataxis 7:parataxis _ 28 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 27 obj 27:obj _ 29 with with ADP IN _ 30 case 30:case _ 30 flopping flopping NOUN NN Number=Sing 27 obl 27:obl:with _ -31 the the DET DT Definite=Def|PronType=Art 32 mark 32:mark _ -32 more more ADV RBR _ 39 advmod 39:advmod _ +31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ +32 more more ADV RBR Degree=Cmp 39 advmod 39:advmod _ 33-34 it's _ _ _ _ _ _ _ _ 33 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 35 nsubj 35:nsubj _ 34 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 35 cop 35:cop _ 35 forward forward ADV RB _ 32 ccomp 32:ccomp _ -36 the the DET DT Definite=Def|PronType=Art 37 mark 37:mark _ -37 more more ADV RBR _ 39 advmod 39:advmod _ +36 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ +37 more more ADV RBR Degree=Cmp 39 advmod 39:advmod _ 38 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 39 nsubj 39:nsubj _ 39 flops flop VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 parataxis 7:parataxis _ 40 :/ :/ SYM NFP _ 37 discourse 37:discourse _ 41 work work VERB VB Mood=Imp|VerbForm=Fin 7 parataxis 7:parataxis _ -42 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 44 nmod:poss 44:nmod:poss _ +42 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 44 nmod:poss 44:nmod:poss _ 43 calf calf NOUN NN Number=Sing 44 compound 44:compound _ 44 muscles muscle NOUN NNS Number=Plur 41 obj 41:obj SpaceAfter=No 45 , , PUNCT , _ 47 punct 47:punct _ @@ -177369,16 +177473,16 @@ 50 the the DET DT Definite=Def|PronType=Art 51 det 51:det _ 51 edge edge NOUN NN Number=Sing 48 obl 48:obl:on _ 52 of of ADP IN _ 54 case 54:case _ -53 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 54 nmod:poss 54:nmod:poss _ +53 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 54 nmod:poss 54:nmod:poss _ 54 steps step NOUN NNS Number=Plur 51 nmod 51:nmod:of _ -55 ( ( PUNCT -LRB- _ 48 punct 48:punct SpaceAfter=No +55 ( ( PUNCT -LRB- _ 58 punct 58:punct SpaceAfter=No 56 on on ADP IN _ 58 case 58:case _ 57 the the DET DT Definite=Def|PronType=Art 58 det 58:det _ 58 ball ball NOUN NN Number=Sing 48 obl 48:obl:on _ 59 of of ADP IN _ 61 case 61:case _ -60 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 61 nmod:poss 61:nmod:poss _ +60 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 61 nmod:poss 61:nmod:poss _ 61 foot foot NOUN NN Number=Sing 58 nmod 58:nmod:of SpaceAfter=No -62 ) ) PUNCT -RRB- _ 48 punct 48:punct _ +62 ) ) PUNCT -RRB- _ 58 punct 58:punct _ 63 and and CCONJ CC _ 64 cc 64:cc _ 64 balance balance VERB VB Mood=Imp|VerbForm=Fin 41 conj 41:conj:and _ 65 to to PART TO _ 66 mark 66:mark _ @@ -177391,19 +177495,19 @@ # text = You don't want to spend more than $20 and yet you have an expensive hobby like riding horses? 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 want want VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 spend spend VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 more more ADJ JJR Degree=Cmp 10 advmod 10:advmod _ +7 more more ADJ JJR Degree=Cmp|ExtPos=ADV 10 advmod 10:advmod _ 8 than than ADP IN _ 7 fixed 7:fixed _ 9 $ $ SYM $ _ 6 obj 6:obj SpaceAfter=No -10 20 20 NUM CD NumType=Card 9 compound 9:compound _ -11 and and CCONJ CC _ 12 cc 12:cc _ -12 yet yet ADV RB _ 14 cc 14:cc _ +10 20 20 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ +11 and and CCONJ CC _ 14 cc 14:cc _ +12 yet yet ADV RB _ 14 advmod 14:advmod _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj _ -14 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and_yet _ +14 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and_yet _ 15 an a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 16 expensive expensive ADJ JJ Degree=Pos 17 amod 17:amod _ 17 hobby hobby NOUN NN Number=Sing 14 obj 14:obj _ @@ -177427,11 +177531,11 @@ # sent_id = answers-20111108111312AAq4ETn_ans-0001 # newpar id = answers-20111108111312AAq4ETn_ans-p0001 # text = What to feed my dog after gastroenteritis? -1 What what PRON WP PronType=Int 3 nsubj 3:nsubj _ +1 What what PRON WP PronType=Int 3 obj 3:obj _ 2 to to PART TO _ 3 mark 3:mark _ 3 feed feed VERB VB VerbForm=Inf 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -5 dog dog NOUN NN Number=Sing 3 obj 3:obj _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +5 dog dog NOUN NN Number=Sing 3 iobj 3:iobj _ 6 after after ADP IN _ 7 case 7:case _ 7 gastroenteritis gastroenteritis NOUN NN Number=Sing 3 obl 3:obl:after SpaceAfter=No 8 ? ? PUNCT . _ 3 punct 3:punct _ @@ -177439,14 +177543,14 @@ # sent_id = answers-20111108111312AAq4ETn_ans-0002 # newpar id = answers-20111108111312AAq4ETn_ans-p0002 # text = My dog has been sick for about 3 days now. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 dog dog NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 been be AUX VBN Tense=Past|VerbForm=Part 5 cop 5:cop _ 5 sick sick ADJ JJ Degree=Pos 0 root 0:root _ 6 for for ADP IN _ 9 case 9:case _ 7 about about ADV RB _ 8 advmod 8:advmod _ -8 3 3 NUM CD NumType=Card 9 nummod 9:nummod _ +8 3 3 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 days day NOUN NNS Number=Plur 5 obl 5:obl:for _ 10 now now ADV RB _ 5 advmod 5:advmod SpaceAfter=No 11 . . PUNCT . _ 5 punct 5:punct _ @@ -177457,43 +177561,43 @@ 2 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux 4:aux _ 4 having have VERB VBG VerbForm=Ger 0 root 0:root _ -5 diarheya diarheya NOUN NN Number=Sing 4 obj 4:obj _ +5 diarheya diarrhea NOUN NN Number=Sing|Typo=Yes 4 obj 4:obj CorrectForm=diarrhea 6 everywhere everywhere ADV RB _ 4 advmod 4:advmod _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj _ -9 began begin VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +9 began begin VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 10 to to PART TO _ 11 mark 11:mark _ 11 vomit vomit VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ -12 last last ADJ JJ Degree=Pos 13 amod 13:amod SpaceAfter=No +12 last last ADJ JJ Degree=Pos 13 amod 13:amod CorrectSpaceAfter=Yes|SpaceAfter=No 13 night night NOUN NN Number=Sing 11 obl:tmod 11:obl:tmod SpaceAfter=No 14 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108111312AAq4ETn_ans-0004 # text = I thought it would pass until he started to vomit blood and wouldnt drink any water. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj|15:nsubj _ 4 would would AUX MD VerbForm=Fin 5 aux 5:aux _ 5 pass pass VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ 6 until until SCONJ IN _ 8 mark 8:mark _ 7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ -8 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:until _ +8 started start VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:until _ 9 to to PART TO _ 10 mark 10:mark _ 10 vomit vomit VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 blood blood NOUN NN Number=Sing 10 obj 10:obj _ 12 and and CCONJ CC _ 15 cc 15:cc _ 13-14 wouldnt _ _ _ _ _ _ _ _ 13 would would AUX MD VerbForm=Fin 15 aux 15:aux _ -14 nt not PART RB _ 15 advmod 15:advmod _ +14 nt not PART RB Typo=Yes 15 advmod 15:advmod CorrectForm=n't 15 drink drink VERB VB VerbForm=Inf 5 conj 2:ccomp|5:conj:and _ -16 any any DET DT _ 17 det 17:det _ +16 any any DET DT PronType=Ind 17 det 17:det _ 17 water water NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108111312AAq4ETn_ans-0005 # text = I took him to the Animal Hospital and they ran blood work and everything came back normal. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 took take VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ 4 to to ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -177501,22 +177605,22 @@ 7 Hospital Hospital PROPN NNP Number=Sing 2 obl 2:obl:to _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 ran run VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +10 ran run VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 11 blood blood NOUN NN Number=Sing 12 compound 12:compound _ 12 work work NOUN NN Number=Sing 10 obj 10:obj _ 13 and and CCONJ CC _ 15 cc 15:cc _ -14 everything everything PRON NN Number=Sing 15 nsubj 15:nsubj|17:nsubj:xsubj _ -15 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +14 everything everything PRON NN Number=Sing|PronType=Tot 15 nsubj 15:nsubj|17:nsubj:xsubj _ +15 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 16 back back ADV RB _ 15 advmod 15:advmod _ 17 normal normal ADJ JJ Degree=Pos 15 xcomp 15:xcomp SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108111312AAq4ETn_ans-0006 # text = No pancreatitis or anything abnormal. -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 pancreatitis pancreatitis NOUN NN Number=Sing 0 root 0:root _ 3 or or CCONJ CC _ 4 cc 4:cc _ -4 anything anything PRON NN Number=Sing 2 conj 2:conj:or _ +4 anything anything PRON NN Number=Sing|PronType=Ind 2 conj 2:conj:or _ 5 abnormal abnormal ADJ JJ Degree=Pos 4 amod 4:amod SpaceAfter=No 6 . . PUNCT . _ 2 punct 2:punct _ @@ -177524,16 +177628,16 @@ # text = The vet said it was gastroenteritis and gave him fluids under his skin , an injection of nausea medication along with some take home antibiotics. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 vet vet NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj|8:nsubj _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 6 gastroenteritis gastroenteritis NOUN NN Number=Sing 3 ccomp 3:ccomp _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 3:ccomp|6:conj:and _ +8 gave give VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 conj 3:ccomp|6:conj:and _ 9 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 iobj 8:iobj _ 10 fluids fluid NOUN NNS Number=Plur 8 obj 8:obj _ 11 under under ADP IN _ 13 case 13:case _ -12 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 skin skin NOUN NN Number=Sing 10 nmod 10:nmod:under _ 14 , , PUNCT , _ 16 punct 16:punct _ 15 an a DET DT Definite=Ind|PronType=Art 16 det 16:det _ @@ -177543,7 +177647,7 @@ 19 medication medication NOUN NN Number=Sing 16 nmod 16:nmod:of _ 20 along along ADP IN _ 25 case 25:case _ 21 with with ADP IN _ 25 case 25:case _ -22 some some DET DT _ 25 det 25:det _ +22 some some DET DT PronType=Ind 25 det 25:det _ 23 take take VERB VB Mood=Imp|VerbForm=Fin 25 compound 25:compound _ 24 home home ADV RB _ 23 advmod 23:advmod _ 25 antibiotics antibiotic NOUN NNS Number=Plur 10 nmod 10:nmod:with SpaceAfter=No @@ -177551,19 +177655,19 @@ # sent_id = answers-20111108111312AAq4ETn_ans-0008 # text = So my question is.. -1 So so ADV RB _ 0 root 0:root _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ -3 question question NOUN NN Number=Sing 1 nsubj 1:nsubj _ -4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop SpaceAfter=No -5 .. .. PUNCT . _ 1 punct 1:punct _ +1 So so ADV RB _ 4 advmod 4:advmod _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +3 question question NOUN NN Number=Sing 4 nsubj 4:nsubj _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +5 .. .. PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108111312AAq4ETn_ans-0009 # text = Is it normal for dogs to throw up blood while having gastroenteritis? 1 Is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 expl 3:expl _ 3 normal normal ADJ JJ Degree=Pos 0 root 0:root _ -4 for for SCONJ IN _ 5 case 5:case _ -5 dogs dog NOUN NNS Number=Plur 3 obl 3:obl:for _ +4 for for SCONJ IN _ 7 mark 7:mark _ +5 dogs dog NOUN NNS Number=Plur 7 nsubj 7:nsubj _ 6 to to PART TO _ 7 mark 7:mark _ 7 throw throw VERB VB VerbForm=Inf 3 csubj 3:csubj _ 8 up up ADP RP _ 7 compound:prt 7:compound:prt _ @@ -177585,7 +177689,7 @@ # sent_id = answers-20111108111312AAq4ETn_ans-0011 # text = I have tryed to give him water but he wont take it.. what should i do? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 tryed trye VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 give give VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ @@ -177595,32 +177699,32 @@ 9 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 10-11 wont _ _ _ _ _ _ _ _ 10 wo will AUX MD VerbForm=Fin 12 aux 12:aux _ -11 nt not PART RB _ 12 advmod 12:advmod _ +11 nt not PART RB Typo=Yes 12 advmod 12:advmod CorrectForm=n't 12 take take VERB VB VerbForm=Inf 3 conj 3:conj:but _ 13 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 obj 12:obj SpaceAfter=No -14 .. .. PUNCT , _ 3 punct 3:punct _ +14 .. .. PUNCT , _ 18 punct 18:punct _ 15 what what PRON WP PronType=Int 18 obj 18:obj _ 16 should should AUX MD VerbForm=Fin 18 aux 18:aux _ -17 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ +17 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ 18 do do VERB VB VerbForm=Inf 3 parataxis 3:parataxis SpaceAfter=No 19 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108111312AAq4ETn_ans-0012 # text = i dont want him to get dehydrated and also should i try to give him a little bit of food? -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 dont _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ -3 nt not PART RB _ 4 advmod 4:advmod _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 nt not PART RB Typo=Yes 4 advmod 4:advmod CorrectForm=n't 4 want want VERB VB VerbForm=Inf 0 root 0:root _ 5 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj|7:nsubj:xsubj|8:nsubj:xsubj _ 6 to to PART TO _ 7 mark 7:mark _ 7 get get VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 8 dehydrated dehydrated ADJ JJ Degree=Pos 7 xcomp 7:xcomp _ -9 and and CCONJ CC _ 10 cc 10:cc _ -10 also also ADV RB _ 13 cc 13:cc _ +9 and and CCONJ CC _ 13 cc 13:cc _ +10 also also ADV RB _ 13 advmod 13:advmod _ 11 should should AUX MD VerbForm=Fin 13 aux 13:aux _ -12 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ -13 try try VERB VB VerbForm=Inf 4 conj 4:conj:and_also _ +12 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ +13 try try VERB VB VerbForm=Inf 4 conj 4:conj:and _ 14 to to PART TO _ 15 mark 15:mark _ 15 give give VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 16 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 iobj 15:iobj _ @@ -177634,7 +177738,7 @@ # sent_id = answers-20111108111312AAq4ETn_ans-0013 # text = ... Some help would be great. 1 ... ... PUNCT , _ 6 punct 6:punct _ -2 Some some DET DT _ 3 det 3:det _ +2 Some some DET DT PronType=Ind 3 det 3:det _ 3 help help NOUN NN Number=Sing 6 nsubj 6:nsubj _ 4 would would AUX MD VerbForm=Fin 6 aux 6:aux _ 5 be be AUX VB VerbForm=Inf 6 cop 6:cop _ @@ -177643,7 +177747,7 @@ # sent_id = answers-20111108111312AAq4ETn_ans-0014 # text = thank you :) -1 thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 :) :) SYM NFP _ 1 discourse 1:discourse _ @@ -177651,31 +177755,31 @@ # text = They didnt take x-rays they offered them but i just couldnt afford anymore treatment. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2-3 didnt _ _ _ _ _ _ _ _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ -3 nt not PART RB _ 4 advmod 4:advmod _ +2 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +3 nt not PART RB Typo=Yes 4 advmod 4:advmod CorrectForm=n't 4 take take VERB VB VerbForm=Inf 0 root 0:root _ 5 x x NOUN NN Number=Sing 7 compound 7:compound SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 rays ray NOUN NNS Number=Plur 4 obj 4:obj _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 offered offer VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ -10 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 9 obj 9:obj _ +9 offered offer VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ +10 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 9 iobj 9:iobj _ 11 but but CCONJ CC _ 16 cc 16:cc _ -12 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ +12 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ 13 just just ADV RB _ 16 advmod 16:advmod _ 14-15 couldnt _ _ _ _ _ _ _ _ 14 could could AUX MD VerbForm=Fin 16 aux 16:aux _ -15 nt not PART RB _ 16 advmod 16:advmod _ +15 nt not PART RB Typo=Yes 16 advmod 16:advmod CorrectForm=n't 16 afford afford VERB VB VerbForm=Inf 9 conj 9:conj:but _ -17 any any DET DT _ 19 det 19:det SpaceAfter=No -18 more more ADJ JJ Degree=Pos 19 amod 19:amod _ +17 any any DET DT PronType=Ind 19 det 19:det CorrectSpaceAfter=Yes|SpaceAfter=No +18 more more ADJ JJR Degree=Cmp 19 amod 19:amod _ 19 treatment treatment NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No 20 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108111312AAq4ETn_ans-0016 # text = I feel like shit for saying that but after what they have done already i wont be buying grocerys for the next few weeks. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 feel feel VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 like like ADP IN _ 4 case 4:case _ 4 shit shit NOUN NN Number=Sing 2 obl 2:obl:like _ 5 for for SCONJ IN _ 6 mark 6:mark _ @@ -177685,13 +177789,13 @@ 9 after after SCONJ IN _ 13 mark 13:mark _ 10 what what PRON WP PronType=Int 13 obj 13:obj _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -12 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +12 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 done do VERB VBN Tense=Past|VerbForm=Part 19 advcl 19:advcl:after _ 14 already already ADV RB _ 13 advmod 13:advmod _ -15 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ +15 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ 16-17 wont _ _ _ _ _ _ _ _ 16 wo will AUX MD VerbForm=Fin 19 aux 19:aux _ -17 nt not PART RB _ 19 advmod 19:advmod _ +17 nt not PART RB Typo=Yes 19 advmod 19:advmod CorrectForm=n't 18 be be AUX VB VerbForm=Inf 19 aux 19:aux _ 19 buying buy VERB VBG Tense=Pres|VerbForm=Part 2 conj 2:conj:but _ 20 grocerys grocery NOUN NNS Number=Plur 19 obj 19:obj _ @@ -177708,18 +177812,18 @@ 2 will will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 give give VERB VB VerbForm=Inf 0 root 0:root _ 4 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 3 iobj 3:iobj _ -5 and a DET DT Typo=Yes 6 det 6:det _ +5 and a DET DT Definite=Ind|PronType=Art|Typo=Yes 6 det 6:det CorrectForm=a 6 call call NOUN NN Number=Sing 3 obj 3:obj _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 see see VERB VB VerbForm=Inf 3 conj 3:conj:and _ 9 what what PRON WP PronType=Int 11 obj 11:obj _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 ccomp 8:ccomp SpaceAfter=No +11 say say VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 ccomp 8:ccomp SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108111312AAq4ETn_ans-0018 # text = Thank you for the help. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 for for ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ @@ -177730,21 +177834,21 @@ # text = Ok so i spoke to the vet and he said the give him white rice and boiled chicken but only a little at a time. 1 Ok ok INTJ UH _ 4 discourse 4:discourse _ 2 so so ADV RB _ 4 advmod 4:advmod _ -3 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 spoke speak VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +4 spoke speak VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 to to ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 vet vet NOUN NN Number=Sing 4 obl 4:obl:to _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ -11 the to PART TO _ 12 mark 12:mark _ -12 give give VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 ccomp 10:ccomp _ +10 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +11 the to PART TO Typo=Yes 12 mark 12:mark CorrectForm=to +12 give give VERB VB VerbForm=Inf 10 ccomp 10:ccomp _ 13 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 iobj 12:iobj _ 14 white white ADJ JJ Degree=Pos 15 amod 15:amod _ 15 rice rice NOUN NN Number=Sing 12 obj 12:obj _ 16 and and CCONJ CC _ 18 cc 18:cc _ -17 boiled boil VERB VBN Tense=Past|VerbForm=Part 18 amod 18:amod _ +17 boiled boil VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 amod 18:amod _ 18 chicken chicken NOUN NNS Number=Plur 15 conj 12:obj|15:conj:and _ 19 but but CCONJ CC _ 22 cc 22:cc _ 20 only only ADV RB _ 22 advmod 22:advmod _ @@ -177757,24 +177861,24 @@ # sent_id = answers-20111108111312AAq4ETn_ans-0020 # text = Seince he recieved the fluids lastnight he said not to worry about drinking water for at least a couple of days. -1 Seince since SCONJ IN Typo=Yes 3 mark 3:mark _ +1 Seince since SCONJ IN Typo=Yes 3 mark 3:mark CorrectForm=Since 2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 recieved recieve VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:seince _ +3 recieved recieve VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:since _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 fluids fluid NOUN NNS Number=Plur 3 obj 3:obj _ -6 last last ADJ JJ Degree=Pos 7 amod 7:amod SpaceAfter=No +6 last last ADJ JJ Degree=Pos 7 amod 7:amod CorrectSpaceAfter=Yes|SpaceAfter=No 7 night night NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj|12:nsubj:xsubj _ -9 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -10 not not ADV RB _ 12 advmod 12:advmod _ +9 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 not not PART RB _ 12 advmod 12:advmod _ 11 to to PART TO _ 12 mark 12:mark _ 12 worry worry VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 13 about about ADP IN _ 15 case 15:case _ 14 drinking drink VERB VBG VerbForm=Ger 15 amod 15:amod _ 15 water water NOUN NN Number=Sing 12 obl 12:obl:about _ 16 for for ADP IN _ 20 case 20:case _ -17 at at ADV RB _ 18 case 18:case _ -18 least least ADV RBS Degree=Sup 20 nmod 20:nmod:at _ +17 at at ADP IN _ 18 case 18:case _ +18 least least ADJ JJS Degree=Sup 20 nmod 20:nmod:at _ 19 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 20 couple couple NOUN NN Number=Sing 12 obl 12:obl:for _ 21 of of ADP IN _ 22 case 22:case _ @@ -177784,7 +177888,7 @@ # sent_id = answers-20111108111312AAq4ETn_ans-0021 # text = I went home at lunch to check on him and he is doing 1000etter he was actually walkin around and wagin his tail :) thanks everbody for the info its greatly appreciated. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 home home ADV RB _ 2 advmod 2:advmod _ 4 at at ADP IN _ 5 case 5:case _ 5 lunch lunch NOUN NN Number=Sing 2 obl 2:obl:at _ @@ -177796,26 +177900,26 @@ 11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 doing do VERB VBG Tense=Pres|VerbForm=Part 2 conj 2:conj:and _ -14 1000 1000 NUM CD NumType=Card 15 advmod 15:advmod SpaceAfter=No -15 etter etter ADV RBR _ 13 advmod 13:advmod _ +14 1000 1000 NUM CD NumForm=Digit|NumType=Card 15 nmod:npmod 15:nmod:npmod CorrectSpaceAfter=Yes|SpaceAfter=No +15 etter well ADV RBR Degree=Cmp|Typo=Yes 13 advmod 13:advmod CorrectForm=better 16 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj|22:nsubj _ 17 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 aux 19:aux _ 18 actually actually ADV RB _ 19 advmod 19:advmod _ -19 walkin walkin VERB VBG Tense=Pres|VerbForm=Part 13 parataxis 13:parataxis _ +19 walkin walk VERB VBG Style=Vrnc|Tense=Pres|VerbForm=Part 13 parataxis 13:parataxis _ 20 around around ADV RB _ 19 advmod 19:advmod _ 21 and and CCONJ CC _ 22 cc 22:cc _ -22 wagin wagin VERB VBG Tense=Pres|VerbForm=Part 19 conj 19:conj:and _ -23 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +22 wagin wag VERB VBG Abbr=Yes|Tense=Pres|VerbForm=Part 19 conj 19:conj:and CorrectForm=wagging +23 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 tail tail NOUN NN Number=Sing 22 obj 22:obj _ 25 :) :) SYM NFP _ 13 discourse 13:discourse _ 26 thanks thanks NOUN NN Number=Sing 2 parataxis 2:parataxis _ -27 everbody everbody NOUN NN Number=Sing 26 obj 26:obj _ +27 everbody everybody PRON NN Number=Sing|PronType=Tot|Typo=Yes 26 vocative 26:vocative CorrectForm=everybody 28 for for ADP IN _ 30 case 30:case _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 info info NOUN NN Number=Sing 26 nmod 26:nmod:for _ 31-32 its _ _ _ _ _ _ _ _ 31 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 34 nsubj:pass 34:nsubj:pass _ -32 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 34 aux:pass 34:aux:pass _ +32 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 34 aux:pass 34:aux:pass CorrectForm='s 33 greatly greatly ADV RB _ 34 advmod 34:advmod _ 34 appreciated appreciate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 26 parataxis 26:parataxis SpaceAfter=No 35 . . PUNCT . _ 26 punct 26:punct _ @@ -177825,7 +177929,7 @@ # text = To answer your questions in order: 1 To to PART TO _ 2 mark 2:mark _ 2 answer answer VERB VB VerbForm=Inf 0 root 0:root _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 questions question NOUN NNS Number=Plur 2 obj 2:obj _ 5 in in ADP IN _ 6 case 6:case _ 6 order order NOUN NN Number=Sing 2 obl 2:obl:in SpaceAfter=No @@ -177833,14 +177937,14 @@ # sent_id = answers-20111108111312AAq4ETn_ans-0023 # text = 1) It is not normal for dogs to be vomiting, much less to have blood in it. -1 1 1 X LS _ 6 nummod 6:nummod SpaceAfter=No +1 1 1 NUM LS NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No 2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ 3 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 expl 6:expl _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 not not PART RB _ 6 advmod 6:advmod _ 6 normal normal ADJ JJ Degree=Pos 0 root 0:root _ -7 for for SCONJ IN _ 8 case 8:case _ -8 dogs dog NOUN NNS Number=Plur 6 obl 6:obl:for _ +7 for for SCONJ IN _ 11 mark 11:mark _ +8 dogs dog NOUN NNS Number=Plur 11 nsubj 11:nsubj _ 9 to to PART TO _ 11 mark 11:mark _ 10 be be AUX VB VerbForm=Inf 11 aux 11:aux _ 11 vomiting vomit VERB VBG Tense=Pres|VerbForm=Part 6 csubj 6:csubj SpaceAfter=No @@ -177852,20 +177956,20 @@ 17 blood blood NOUN NN Number=Sing 16 obj 16:obj _ 18 in in ADP IN _ 19 case 19:case _ 19 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 obl 16:obl:in SpaceAfter=No -20 . . PUNCT . _ 1 punct 1:punct _ +20 . . PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111108111312AAq4ETn_ans-0024 # text = However, if they have been vomiting numerous times, then the blood could be due to irritation of the stomach and intestines. 1 However however ADV RB _ 18 advmod 18:advmod SpaceAfter=No -2 , , PUNCT , _ 18 punct 18:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 if if SCONJ IN _ 7 mark 7:mark _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -5 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 been be AUX VBN Tense=Past|VerbForm=Part 7 aux 7:aux _ 7 vomiting vomit VERB VBG Tense=Pres|VerbForm=Part 18 advcl 18:advcl:if _ 8 numerous numerous ADJ JJ Degree=Pos 9 amod 9:amod _ 9 times time NOUN NNS Number=Plur 7 obl:tmod 7:obl:tmod SpaceAfter=No -10 , , PUNCT , _ 18 punct 18:punct _ +10 , , PUNCT , _ 7 punct 7:punct _ 11 then then ADV RB PronType=Dem 18 advmod 18:advmod _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 blood blood NOUN NN Number=Sing 18 nsubj 18:nsubj _ @@ -177890,12 +177994,12 @@ 5 Parvovirus Parvovirus PROPN NNP Number=Sing 4 obj 4:obj SpaceAfter=No 6 , , PUNCT , _ 10 punct 10:punct _ 7 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -8 GI gi NOUN NN Number=Sing 10 compound 10:compound _ +8 GI GI NOUN NN Number=Sing 10 compound 10:compound _ 9 foreign foreign ADJ JJ Degree=Pos 10 amod 10:amod _ 10 body body NOUN NN Number=Sing 5 conj 4:obj|5:conj:or SpaceAfter=No 11 , , PUNCT , _ 14 punct 14:punct _ 12 or or CCONJ CC _ 14 cc 14:cc _ -13 any any DET DT _ 14 det 14:det _ +13 any any DET DT PronType=Ind 14 det 14:det _ 14 number number NOUN NN Number=Sing 5 conj 4:obj|5:conj:or _ 15 of of ADP IN _ 16 case 16:case _ 16 things thing NOUN NNS Number=Plur 14 nmod 14:nmod:of SpaceAfter=No @@ -177903,23 +178007,23 @@ # sent_id = answers-20111108111312AAq4ETn_ans-0026 # text = Did your vet take radiographs (x-rays)? -1 Did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 vet vet NOUN NN Number=Sing 4 nsubj 4:nsubj _ 4 take take VERB VB VerbForm=Inf 0 root 0:root _ 5 radiographs radiograph NOUN NNS Number=Plur 4 obj 4:obj _ -6 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No +6 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No 7 x x NOUN NN Number=Sing 9 compound 9:compound SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 rays ray NOUN NNS Number=Plur 5 appos 5:appos SpaceAfter=No -10 ) ) PUNCT -RRB- _ 5 punct 5:punct SpaceAfter=No +10 ) ) PUNCT -RRB- _ 9 punct 9:punct SpaceAfter=No 11 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108111312AAq4ETn_ans-0027 # text = 2) Your vet would not prescribe them if they didn't think it would be helpful. -1 2 2 X LS _ 7 nummod 7:nummod SpaceAfter=No +1 2 2 NUM LS NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No 2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ -3 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 vet vet NOUN NN Number=Sing 7 nsubj 7:nsubj _ 5 would would AUX MD VerbForm=Fin 7 aux 7:aux _ 6 not not PART RB _ 7 advmod 7:advmod _ @@ -177928,35 +178032,35 @@ 9 if if SCONJ IN _ 13 mark 13:mark _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 11-12 didn't _ _ _ _ _ _ _ _ -11 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 aux 13:aux _ +11 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 12 n't not PART RB _ 13 advmod 13:advmod _ 13 think think VERB VB VerbForm=Inf 7 advcl 7:advcl:if _ 14 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 15 would would AUX MD VerbForm=Fin 17 aux 17:aux _ 16 be be AUX VB VerbForm=Inf 17 cop 17:cop _ 17 helpful helpful ADJ JJ Degree=Pos 13 ccomp 13:ccomp SpaceAfter=No -18 . . PUNCT . _ 1 punct 1:punct _ +18 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108111312AAq4ETn_ans-0028 # text = 3) If he shows no interest in water, then take him back to your vet. -1 3 3 X LS _ 12 nummod 12:nummod SpaceAfter=No +1 3 3 NUM LS NumForm=Digit|NumType=Card 12 nummod 12:nummod SpaceAfter=No 2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ 3 If if SCONJ IN _ 5 mark 5:mark _ 4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 5 shows show VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ -6 no no DET DT _ 7 det 7:det _ +6 no no DET DT PronType=Neg 7 det 7:det _ 7 interest interest NOUN NN Number=Sing 5 obj 5:obj _ 8 in in ADP IN _ 9 case 9:case _ 9 water water NOUN NN Number=Sing 7 nmod 7:nmod:in SpaceAfter=No -10 , , PUNCT , _ 12 punct 12:punct _ +10 , , PUNCT , _ 5 punct 5:punct _ 11 then then ADV RB PronType=Dem 12 advmod 12:advmod _ 12 take take VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 13 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 obj 12:obj _ 14 back back ADV RB _ 12 advmod 12:advmod _ 15 to to ADP IN _ 17 case 17:case _ -16 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 vet vet NOUN NN Number=Sing 14 obl 14:obl:to SpaceAfter=No -18 . . PUNCT . _ 1 punct 1:punct _ +18 . . PUNCT . _ 12 punct 12:punct _ # sent_id = answers-20111108111312AAq4ETn_ans-0029 # text = It could be due to nausea or any number of things. @@ -177967,7 +178071,7 @@ 5 to to ADP IN _ 4 fixed 4:fixed _ 6 nausea nausea NOUN NN Number=Sing 0 root 0:root _ 7 or or CCONJ CC _ 9 cc 9:cc _ -8 any any DET DT _ 9 det 9:det _ +8 any any DET DT PronType=Ind 9 det 9:det _ 9 number number NOUN NN Number=Sing 6 conj 6:conj:or _ 10 of of ADP IN _ 11 case 11:case _ 11 things thing NOUN NNS Number=Plur 9 nmod 9:nmod:of SpaceAfter=No @@ -177980,7 +178084,7 @@ 3 become become VERB VB VerbForm=Inf 0 root 0:root _ 4 severly severly ADJ JJ Degree=Pos 5 amod 5:amod _ 5 dehydrated dehydrated ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ -6 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No +6 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No 7 especially especially ADV RB _ 10 advmod 10:advmod _ 8 if if SCONJ IN _ 10 mark 10:mark _ 9 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj|14:nsubj:xsubj _ @@ -177990,20 +178094,20 @@ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 have have VERB VB VerbForm=Inf 12 conj 10:xcomp|12:conj:and _ 15 diarrhea diarrhea NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No -16 ) ) PUNCT -RRB- _ 5 punct 5:punct SpaceAfter=No -17 . . PUNCT . _ 5 punct 5:punct _ +16 ) ) PUNCT -RRB- _ 10 punct 10:punct SpaceAfter=No +17 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108111312AAq4ETn_ans-0031 # text = From there you end up with electrolyte imbalances, which can lead to heart and kidney problems. 1 From from ADP IN _ 2 case 2:case _ 2 there there ADV RB PronType=Dem 4 obl 4:obl:from _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 end end VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 end end VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 up up ADP RP _ 4 compound:prt 4:compound:prt _ 6 with with ADP IN _ 8 case 8:case _ 7 electrolyte electrolyte NOUN NN Number=Sing 8 compound 8:compound _ 8 imbalances imbalance NOUN NNS Number=Plur 4 obl 4:obl:with|12:nsubj SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 12 punct 12:punct _ 10 which which PRON WDT PronType=Rel 12 nsubj 8:ref _ 11 can can AUX MD VerbForm=Fin 12 aux 12:aux _ 12 lead lead VERB VB VerbForm=Inf 8 acl:relcl 8:acl:relcl _ @@ -178035,12 +178139,12 @@ # sent_id = answers-20111108111312AAq4ETn_ans-0033 # text = 4) Call your vet. -1 4 4 X LS _ 3 nummod 3:nummod SpaceAfter=No +1 4 4 NUM LS NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No 2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ 3 Call call VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 vet vet NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -6 . . PUNCT . _ 1 punct 1:punct _ +6 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108111312AAq4ETn_ans-0034 # text = They should have discussed a bland diet with you, including the frequency of feeding and how much to feed at each sitting. @@ -178053,19 +178157,19 @@ 7 diet diet NOUN NN Number=Sing 4 obj 4:obj _ 8 with with ADP IN _ 9 case 9:case _ 9 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 obl 4:obl:with SpaceAfter=No -10 , , PUNCT , _ 4 punct 4:punct _ +10 , , PUNCT , _ 13 punct 13:punct _ 11 including include VERB VBG VerbForm=Ger 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 frequency frequency NOUN NN Number=Sing 4 obl 4:obl:including _ 14 of of ADP IN _ 15 case 15:case _ 15 feeding feeding NOUN NN Number=Sing 13 nmod 13:nmod:of _ 16 and and CCONJ CC _ 20 cc 20:cc _ -17 how how SCONJ WRB PronType=Int 18 mark 18:mark _ -18 much much ADJ JJ Degree=Pos 20 advmod 20:advmod _ +17 how how ADV WRB PronType=Int 18 advmod 18:advmod _ +18 much much ADJ JJ Degree=Pos 20 obj 20:obj _ 19 to to PART TO _ 20 mark 20:mark _ 20 feed feed VERB VB VerbForm=Inf 15 conj 13:nmod:of|15:conj:and _ 21 at at ADP IN _ 23 case 23:case _ -22 each each DET DT _ 23 det 23:det _ +22 each each DET DT PronType=Tot 23 det 23:det _ 23 sitting sitting NOUN NN Number=Sing 20 obl 20:obl:at SpaceAfter=No 24 . . PUNCT . _ 4 punct 4:punct _ @@ -178074,7 +178178,7 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 expl 2:expl _ 2 sounds sound VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 like like SCONJ IN _ 7 mark 7:mark _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 dog dog NOUN NN Number=Sing 7 nsubj 7:nsubj _ 6 may may AUX MD VerbForm=Fin 7 aux 7:aux _ 7 benefit benefit VERB VB VerbForm=Inf 2 advcl 2:advcl:like _ @@ -178083,13 +178187,13 @@ 10 hospitalized hospitalize VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 advcl 7:advcl:from SpaceAfter=No 11 , , PUNCT , _ 13 punct 13:punct _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 put put VERB VBN Tense=Past|VerbForm=Part 10 conj 7:advcl:from|10:conj:and _ +13 put put VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 conj 7:advcl:from|10:conj:and _ 14 on on ADP IN _ 16 case 16:case _ 15 IV iv NOUN NN Number=Sing 16 compound 16:compound _ 16 fluids fluid NOUN NNS Number=Plur 13 obl 13:obl:on _ 17 to to PART TO _ 18 mark 18:mark _ 18 help help VERB VB VerbForm=Inf 10 advcl 10:advcl:to _ -19 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 hydration hydration NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No 21 , , PUNCT , _ 22 punct 22:punct _ 22 administer administer VERB VB VerbForm=Inf 18 conj 10:advcl:to|18:conj:and _ @@ -178113,15 +178217,15 @@ 2 should should AUX MD VerbForm=Fin 4 aux 4:aux _ 3 ABSOLUTELY absolutely ADV RB _ 4 advmod 4:advmod _ 4 call call VERB VB VerbForm=Inf 0 root 0:root _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 veterinarian veterinarian NOUN NN Number=Sing 4 obj 4:obj _ 7 back back ADP RP _ 4 compound:prt 4:compound:prt _ 8 immediately immediately ADV RB _ 4 advmod 4:advmod _ 9 to to PART TO _ 10 mark 10:mark _ 10 clarify clarify VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ -11 anything anything PRON NN Number=Sing 10 obj 10:obj _ +11 anything anything PRON NN Number=Sing|PronType=Ind 10 obj 10:obj _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ -13 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +13 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 14 questions question NOUN NNS Number=Plur 13 obj 13:obj _ 15 about about ADP IN _ 14 nmod 14:nmod SpaceAfter=No 16 . . PUNCT . _ 4 punct 4:punct _ @@ -178129,24 +178233,24 @@ # sent_id = answers-20111108111312AAq4ETn_ans-0037 # text = They have seen your pet, and are most aware of his condition. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|10:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 seen see VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 pet pet NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 6 , , PUNCT , _ 10 punct 10:punct _ 7 and and CCONJ CC _ 10 cc 10:cc _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ -9 most most ADV RBS _ 10 advmod 10:advmod _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +9 most most ADV RBS Degree=Sup 10 advmod 10:advmod _ 10 aware aware ADJ JJ Degree=Pos 3 conj 3:conj:and _ 11 of of ADP IN _ 13 case 13:case _ -12 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 condition condition NOUN NN Number=Sing 10 obl 10:obl:of SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108111312AAq4ETn_ans-0038 # text = No one online will be able to assist you more than your vet can. -1 No no DET DT _ 2 det 2:det _ -2 one one NOUN NN Number=Sing 6 nsubj 6:nsubj|8:nsubj:xsubj _ +1 No no DET DT PronType=Neg 2 det 2:det _ +2 one one PRON NN Number=Sing|PronType=Neg 6 nsubj 6:nsubj|8:nsubj:xsubj _ 3 online online ADV RB _ 2 advmod 2:advmod _ 4 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 5 be be AUX VB VerbForm=Inf 6 cop 6:cop _ @@ -178154,9 +178258,9 @@ 7 to to PART TO _ 8 mark 8:mark _ 8 assist assist VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 9 you you PRON PRP Case=Acc|Person=2|PronType=Prs 8 obj 8:obj _ -10 more more ADV RBR _ 8 advmod 8:advmod _ +10 more more ADV RBR Degree=Cmp 8 advmod 8:advmod _ 11 than than SCONJ IN _ 14 mark 14:mark _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 vet vet NOUN NN Number=Sing 14 nsubj 14:nsubj _ 14 can can AUX MD VerbForm=Fin 10 advcl 10:advcl:than SpaceAfter=No 15 . . PUNCT . _ 6 punct 6:punct _ @@ -178165,10 +178269,10 @@ # newpar id = answers-20111108111312AAq4ETn_ans-p0004 # text = You need to ask your vet these questions. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 ask ask VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 vet vet NOUN NN Number=Sing 4 iobj 4:iobj _ 7 these this DET DT Number=Plur|PronType=Dem 8 det 8:det _ 8 questions question NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No @@ -178177,11 +178281,11 @@ # sent_id = answers-20111108111312AAq4ETn_ans-0040 # newpar id = answers-20111108111312AAq4ETn_ans-p0005 # text = Boiled WHITE rice and boiled chicken breast. -1 Boiled boil VERB VBN Tense=Past|VerbForm=Part 3 amod 3:amod _ +1 Boiled boil VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 amod 3:amod _ 2 WHITE white ADJ JJ Degree=Pos 3 amod 3:amod _ 3 rice rice NOUN NN Number=Sing 0 root 0:root _ 4 and and CCONJ CC _ 7 cc 7:cc _ -5 boiled boil VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +5 boiled boil VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 6 chicken chicken NOUN NN Number=Sing 7 compound 7:compound _ 7 breast breast NOUN NN Number=Sing 3 conj 3:conj:and SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ @@ -178194,24 +178298,24 @@ # sent_id = answers-20111108111312AAq4ETn_ans-0042 # text = NO SPICES! -1 NO no DET DT _ 2 det 2:det _ +1 NO no DET DT PronType=Neg 2 det 2:det _ 2 SPICES spice NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 3 ! ! PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108111312AAq4ETn_ans-0043 # text = My vet told me when a dog is vomiting a lot, it could be a sign of obstruction. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 vet vet NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj 3:obj _ -5 when when SCONJ WRB PronType=Int 9 mark 9:mark _ +3 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 iobj 3:iobj _ +5 when when ADV WRB PronType=Int 9 advmod 9:advmod _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 dog dog NOUN NN Number=Sing 9 nsubj 9:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 9 vomiting vomit VERB VBG Tense=Pres|VerbForm=Part 17 advcl 17:advcl:when _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 lot lot NOUN NN Number=Sing 9 obl:npmod 9:obl:npmod SpaceAfter=No -12 , , PUNCT , _ 17 punct 17:punct _ +12 , , PUNCT , _ 9 punct 9:punct _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 14 could could AUX MD VerbForm=Fin 17 aux 17:aux _ 15 be be AUX VB VerbForm=Inf 17 cop 17:cop _ @@ -178223,12 +178327,12 @@ # sent_id = answers-20111108111312AAq4ETn_ans-0044 # text = Did they do any x-rays? -1 Did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +1 Did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 3 do do VERB VB VerbForm=Inf 0 root 0:root _ -4 any any DET DT _ 7 det 7:det _ +4 any any DET DT PronType=Ind 7 det 7:det _ 5 x x NOUN NN Number=Sing 7 compound 7:compound SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 rays ray NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No 8 ? ? PUNCT . _ 3 punct 3:punct _ @@ -178236,14 +178340,14 @@ # text = I don't know if vomiting blood is common with this ailment. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 know know VERB VB VerbForm=Inf 0 root 0:root _ 5 if if SCONJ IN _ 9 mark 9:mark _ 6 vomiting vomit VERB VBG VerbForm=Ger 9 csubj 9:csubj _ 7 blood blood NOUN NN Number=Sing 6 obj 6:obj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ -9 common common ADJ JJ Degree=Pos 4 advcl 4:advcl:if _ +9 common common ADJ JJ Degree=Pos 4 ccomp 4:ccomp _ 10 with with ADP IN _ 12 case 12:case _ 11 this this DET DT Number=Sing|PronType=Dem 12 det 12:det _ 12 ailment ailment NOUN NN Number=Sing 9 obl 9:obl:with SpaceAfter=No @@ -178254,7 +178358,7 @@ 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|8:nsubj _ 2 should should AUX MD VerbForm=Fin 3 aux 3:aux _ 3 call call VERB VB VerbForm=Inf 0 root 0:root _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 vet vet NOUN NN Number=Sing 3 obj 3:obj _ 6 now now ADV RB _ 3 advmod 3:advmod _ 7 and and CCONJ CC _ 8 cc 8:cc _ @@ -178271,7 +178375,7 @@ # sent_id = answers-20111108082831AAco5PI_ans-0001 # newpar id = answers-20111108082831AAco5PI_ans-p0001 # text = French dating etiquette? -1 French french ADJ JJ Degree=Pos 3 amod 3:amod _ +1 French French ADJ JJ Degree=Pos 3 amod 3:amod _ 2 dating dating NOUN NN Number=Sing 3 compound 3:compound _ 3 etiquette etiquette NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 4 ? ? PUNCT . _ 3 punct 3:punct _ @@ -178285,19 +178389,20 @@ 4 love love VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 hear hear VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 what what PRON WP PronType=Int 6 obj 6:obj _ +7 what what PRON WP PronType=Rel 6 obj 6:obj|18:obj _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 French french ADJ JJ Degree=Pos 18 nsubj 18:nsubj _ +9 French French ADJ JJ Degree=Pos 18 nsubj 16.1:nsubj _ 10 or or CCONJ CC _ 11 cc 11:cc _ 11 those that PRON DT Number=Plur|PronType=Dem 9 conj 9:conj:or|14:nsubj|18:nsubj _ 12 who who PRON WP PronType=Rel 14 nsubj 11:ref _ -13 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 aux 14:aux _ +13 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 aux 14:aux _ 14 dated date VERB VBN Tense=Past|VerbForm=Part 11 acl:relcl 11:acl:relcl _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -16 French french ADJ JJ Degree=Pos 14 obj 14:obj _ -17 to to ADP TO _ 18 mark 18:mark _ -18 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ -19 something something PRON NN Number=Sing 18 obj 18:obj _ +16 French French ADJ JJ Degree=Pos 14 obj 14:obj _ +16.1 have have VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin _ _ 17:aux _ +17 to to PART TO _ 18 mark 18:mark _ +18 say say VERB VB VerbForm=Inf 7 acl:relcl 7:acl:relcl _ +19 something something PRON NN Number=Sing|PronType=Ind 18 obj 18:obj _ 20 about about ADP IN _ 21 case 21:case _ 21 this this PRON DT Number=Sing|PronType=Dem 19 nmod 19:nmod:about SpaceAfter=No 22 . . PUNCT . _ 4 punct 4:punct _ @@ -178306,10 +178411,10 @@ # text = I'm in my 20's and currently studying in France. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|8:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 in in ADP IN _ 5 case 5:case _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -5 20's 20' NOUN NNS Number=Plur 0 root 0:root _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +5 20's 20s NOUN NNS Number=Plur 0 root 0:root _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 currently currently ADV RB _ 8 advmod 8:advmod _ 8 studying study VERB VBG VerbForm=Ger 5 conj 5:conj:and _ @@ -178319,45 +178424,45 @@ # sent_id = answers-20111108082831AAco5PI_ans-0004 # text = Coming from an anglo-saxon country my version of dating is 'getting the number, asking her out, etc..' -1 Coming come VERB VBG VerbForm=Ger 12 advcl 12:advcl _ +1 Coming come VERB VBG VerbForm=Ger 14 advcl 14:advcl _ 2 from from ADP IN _ 7 case 7:case _ 3 an a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -4 anglo anglo X AFX _ 6 compound 6:compound SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No -6 saxon saxon ADJ JJ Degree=Pos 7 amod 7:amod _ +4 anglo Anglo X AFX _ 6 compound 6:compound SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No +6 saxon Saxon ADJ JJ Degree=Pos 7 amod 7:amod _ 7 country country NOUN NN Number=Sing 1 obl 1:obl:from _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ -9 version version NOUN NN Number=Sing 12 nsubj 12:nsubj _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +9 version version NOUN NN Number=Sing 14 nsubj:outer 14:nsubj:outer|18:nsubj:outer|22:nsubj:outer _ 10 of of ADP IN _ 11 case 11:case _ 11 dating dating NOUN NN Number=Sing 9 nmod 9:nmod:of _ -12 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -13 ' ' PUNCT `` _ 12 punct 12:punct SpaceAfter=No -14 getting get VERB VBG VerbForm=Ger 12 ccomp 12:ccomp _ +12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +13 ' ' PUNCT `` _ 14 punct 14:punct SpaceAfter=No +14 getting get VERB VBG VerbForm=Ger 0 root 0:root _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 number number NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No 17 , , PUNCT , _ 18 punct 18:punct _ -18 asking ask VERB VBG VerbForm=Ger 14 conj 12:ccomp|14:conj _ -19 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 obj 18:obj _ +18 asking ask VERB VBG VerbForm=Ger 14 conj 0:root|14:conj _ +19 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 18 iobj 18:iobj _ 20 out out ADP RP _ 18 compound:prt 18:compound:prt SpaceAfter=No 21 , , PUNCT , _ 22 punct 22:punct _ -22 etc. etc. X FW _ 14 conj 12:ccomp|14:conj SpaceAfter=No -23 . . PUNCT . _ 12 punct 12:punct SpaceAfter=No -24 ' ' PUNCT '' _ 12 punct 12:punct _ +22 etc. etc. NOUN FW Abbr=Yes|Number=Plur 14 conj 0:root|14:conj SpaceAfter=No +23 . . PUNCT . _ 14 punct 14:punct SpaceAfter=No +24 ' ' PUNCT '' _ 14 punct 14:punct _ # sent_id = answers-20111108082831AAco5PI_ans-0005 # text = However, I've read on the internet that the French dating etiquette is totally different. 1 However however ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 I've _ _ _ _ _ _ _ _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -4 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 read read VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 6 on on ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 internet internet NOUN NN Number=Sing 5 obl 5:obl:on _ 9 that that SCONJ IN _ 16 mark 16:mark _ 10 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -11 French french ADJ JJ Degree=Pos 13 amod 13:amod _ +11 French French ADJ JJ Degree=Pos 13 amod 13:amod _ 12 dating dating NOUN NN Number=Sing 13 compound 13:compound _ 13 etiquette etiquette NOUN NN Number=Sing 16 nsubj 16:nsubj _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ @@ -178368,61 +178473,61 @@ # sent_id = answers-20111108082831AAco5PI_ans-0006 # text = For them, dating would normally be meeting in groups or parties, then pairing off. 1 For for ADP IN _ 2 case 2:case _ -2 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 7 obl 7:obl:for SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ -4 dating dating NOUN NN Number=Sing 7 nsubj 7:nsubj _ -5 would would AUX MD VerbForm=Fin 7 aux 7:aux _ -6 normally normally ADV RB _ 7 advmod 7:advmod _ -7 be be VERB VB VerbForm=Inf 0 root 0:root _ -8 meeting meet VERB VBG VerbForm=Ger 7 ccomp 7:ccomp _ +2 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 8 obl 8:obl:for SpaceAfter=No +3 , , PUNCT , _ 2 punct 2:punct _ +4 dating dating NOUN NN Number=Sing 8 nsubj:outer 8:nsubj:outer _ +5 would would AUX MD VerbForm=Fin 8 aux 8:aux _ +6 normally normally ADV RB _ 8 advmod 8:advmod _ +7 be be AUX VB VerbForm=Inf 8 cop 8:cop _ +8 meeting meet VERB VBG VerbForm=Ger 0 root 0:root _ 9 in in ADP IN _ 10 case 10:case _ 10 groups group NOUN NNS Number=Plur 8 obl 8:obl:in _ 11 or or CCONJ CC _ 12 cc 12:cc _ 12 parties party NOUN NNS Number=Plur 10 conj 8:obl:in|10:conj:or SpaceAfter=No -13 , , PUNCT , _ 8 punct 8:punct _ +13 , , PUNCT , _ 15 punct 15:punct _ 14 then then ADV RB PronType=Dem 15 advmod 15:advmod _ -15 pairing pair VERB VBG VerbForm=Ger 8 advcl 8:advcl _ +15 pairing pair VERB VBG VerbForm=Ger 8 parataxis 8:parataxis _ 16 off off ADP RP _ 15 compound:prt 15:compound:prt SpaceAfter=No -17 . . PUNCT . _ 7 punct 7:punct _ +17 . . PUNCT . _ 8 punct 8:punct _ # sent_id = answers-20111108082831AAco5PI_ans-0007 # text = In addition, from my understanding one-on-one dates is something that comes much later and not 'straight-away' like us anglo-saxons. 1 In in ADP IN _ 2 case 2:case _ 2 addition addition NOUN NN Number=Sing 14 obl 14:obl:in SpaceAfter=No -3 , , PUNCT , _ 14 punct 14:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 from from ADP IN _ 6 case 6:case _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 understanding understanding NOUN NN Number=Sing 14 obl 14:obl:from _ -7 one one NUM CD NumType=Card 12 compound 12:compound SpaceAfter=No -8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +7 one one NUM CD NumForm=Word|NumType=Card 12 compound 12:compound SpaceAfter=No +8 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 9 on on ADP IN _ 11 case 11:case SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No -11 one one NUM CD NumType=Card 7 nmod 7:nmod:on _ +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +11 one one NUM CD NumForm=Word|NumType=Card 7 nmod 7:nmod:on _ 12 dates date NOUN NNS Number=Plur 14 nsubj 14:nsubj _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ -14 something something PRON NN Number=Sing 0 root 0:root|16:nsubj _ +14 something something PRON NN Number=Sing|PronType=Ind 0 root 0:root|16:nsubj _ 15 that that PRON WDT PronType=Rel 16 nsubj 14:ref _ 16 comes come VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ 17 much much ADV RB _ 18 advmod 18:advmod _ -18 later later ADV RBR Degree=Cmp 16 advmod 16:advmod _ -19 and and CCONJ CC _ 20 cc 20:cc _ -20 not not ADV RB _ 24 cc 24:cc _ +18 later late ADV RBR Degree=Cmp 16 advmod 16:advmod _ +19 and and CCONJ CC _ 24 cc 24:cc _ +20 not not PART RB _ 24 advmod 24:advmod _ 21 ' ' PUNCT `` _ 24 punct 24:punct SpaceAfter=No 22 straight straight ADV RB _ 24 advmod 24:advmod SpaceAfter=No -23 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No -24 away away ADV RB _ 18 conj 16:advmod|18:conj:and_not SpaceAfter=No +23 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No +24 away away ADV RB _ 18 conj 16:advmod|18:conj:and SpaceAfter=No 25 ' ' PUNCT '' _ 24 punct 24:punct _ 26 like like ADP IN _ 27 case 27:case _ 27 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 24 obl 24:obl:like _ -28 anglo anglo X AFX _ 30 compound 30:compound SpaceAfter=No -29 - - PUNCT HYPH _ 30 punct 30:punct SpaceAfter=No -30 saxons saxon PROPN NNPS Number=Plur 27 appos 27:appos SpaceAfter=No +28 anglo Anglo X AFX _ 30 compound 30:compound SpaceAfter=No +29 - - PUNCT HYPH _ 28 punct 28:punct SpaceAfter=No +30 saxons Saxon PROPN NNPS Number=Plur 27 appos 27:appos SpaceAfter=No 31 . . PUNCT . _ 14 punct 14:punct _ # sent_id = answers-20111108082831AAco5PI_ans-0008 # text = They are also very secretive about being in a relationship. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 also also ADV RB _ 5 advmod 5:advmod _ 4 very very ADV RB _ 5 advmod 5:advmod _ 5 secretive secretive ADJ JJ Degree=Pos 0 root 0:root _ @@ -178446,7 +178551,7 @@ 9 ' ' PUNCT '' _ 4 punct 4:punct _ 10 once once SCONJ IN _ 13 mark 13:mark _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -12 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +12 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 reached reach VERB VBN Tense=Past|VerbForm=Part 4 advcl 4:advcl:once _ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 15 certain certain ADJ JJ Degree=Pos 16 amod 16:amod _ @@ -178465,18 +178570,18 @@ # sent_id = answers-20111108082831AAco5PI_ans-0011 # text = I have told a French girl I liked her, and she accepted. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 told tell VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -5 French french ADJ JJ Degree=Pos 6 amod 6:amod _ -6 girl girl NOUN NN Number=Sing 3 obj 3:obj _ +5 French French ADJ JJ Degree=Pos 6 amod 6:amod _ +6 girl girl NOUN NN Number=Sing 3 iobj 3:iobj _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 liked like VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ -9 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 obj 8:obj SpaceAfter=No +8 liked like VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +9 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 8 obj 8:obj SpaceAfter=No 10 , , PUNCT , _ 13 punct 13:punct _ 11 and and CCONJ CC _ 13 cc 13:cc _ 12 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 accepted accept VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and SpaceAfter=No +13 accepted accept VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108082831AAco5PI_ans-0012 @@ -178484,11 +178589,11 @@ 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 friendly friendly ADJ JJ Degree=Pos 0 root 0:root _ -4 when when SCONJ WRB PronType=Int 6 mark 6:mark _ +4 when when ADV WRB PronType=Int 6 advmod 6:advmod _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:when _ -7 each each DET DT _ 8 det 8:det _ -8 other other ADJ JJ Degree=Pos 6 obj 6:obj _ +6 see see VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:when _ +7 each each DET DT ExtPos=PRON|PronType=Rcp 6 obj 6:obj _ +8 other other ADJ JJ Degree=Pos 7 fixed 7:fixed _ 9 on on ADP IN _ 10 case 10:case _ 10 campus campus NOUN NN Number=Sing 6 obl 6:obl:on SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ @@ -178498,10 +178603,10 @@ 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 also also ADV RB _ 4 advmod 4:advmod _ -4 nicer nicer ADJ JJR Degree=Cmp 0 root 0:root _ -5 when when SCONJ WRB PronType=Int 9 mark 9:mark _ +4 nicer nice ADJ JJR Degree=Cmp 0 root 0:root _ +5 when when ADV WRB PronType=Int 9 advmod 9:advmod _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 both both ADV RB _ 9 advmod 9:advmod _ 9 alone alone ADJ JJ Degree=Pos 4 advcl 4:advcl:when SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ @@ -178509,16 +178614,16 @@ # sent_id = answers-20111108082831AAco5PI_ans-0014 # text = However, when we are at parties or when they are people around she seems to ignore me. 1 However however ADV RB _ 15 advmod 15:advmod SpaceAfter=No -2 , , PUNCT , _ 15 punct 15:punct _ -3 when when SCONJ WRB PronType=Int 7 mark 7:mark _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 when when ADV WRB PronType=Int 7 advmod 7:advmod _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 at at ADP IN _ 7 case 7:case _ 7 parties party NOUN NNS Number=Plur 15 advcl 15:advcl:at _ 8 or or CCONJ CC _ 11 cc 11:cc _ -9 when when SCONJ WRB PronType=Int 11 mark 11:mark _ -10 they there PRON EX Typo=Yes 11 expl 11:expl _ -11 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 conj 7:conj:or|15:advcl:at _ +9 when when ADV WRB PronType=Int 11 advmod 11:advmod _ +10 they there PRON EX Typo=Yes 11 expl 11:expl CorrectForm=there +11 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 conj 7:conj:or|15:advcl:at _ 12 people people NOUN NNS Number=Plur 11 nsubj 11:nsubj _ 13 around around ADV RB _ 12 advmod 12:advmod _ 14 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj|17:nsubj:xsubj _ @@ -178535,32 +178640,32 @@ 3 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 hate hate VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 expl 5:expl _ -7 whenever whenever ADV WRB PronType=Int 5 obj 5:obj _ +6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 obj 5:obj _ +7 whenever whenever ADV WRB PronType=Int 9 advmod 9:advmod _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 ask ask VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ -10 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj _ +9 ask ask VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl _ +10 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 9 iobj 9:iobj _ 11 out out ADP RP _ 9 compound:prt 9:compound:prt _ 12 on on ADP IN _ 14 case 14:case _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 date date NOUN NN Number=Sing 9 obl 9:obl:on SpaceAfter=No -15 , , PUNCT , _ 5 punct 5:punct _ +15 , , PUNCT , _ 18 punct 18:punct _ 16 to to ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 point point NOUN NN Number=Sing 5 obl 5:obl:to _ 19 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ -20 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ +20 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ 21 stop stop VERB VB Mood=Imp|VerbForm=Fin 20 ccomp 20:ccomp SpaceAfter=No 22 ! ! PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108082831AAco5PI_ans-0016 # text = My mind thinks she has no interest in me and just stringing me along. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 mind mind NOUN NN Number=Sing 3 nsubj 3:nsubj _ 3 thinks think VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj|12:nsubj _ 5 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ -6 no no DET DT _ 7 det 7:det _ +6 no no DET DT PronType=Neg 7 det 7:det _ 7 interest interest NOUN NN Number=Sing 5 obj 5:obj _ 8 in in ADP IN _ 9 case 9:case _ 9 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 7 nmod 7:nmod:in _ @@ -178577,8 +178682,8 @@ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 articles article NOUN NNS Number=Plur 6 nsubj 6:nsubj|8:nsubj:xsubj _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 read read VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ -6 seemed seem VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 read read VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +6 seemed seem VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 say say VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -178587,7 +178692,7 @@ # sent_id = answers-20111108082831AAco5PI_ans-0018 # text = Have I just fallen victim in a cultural trap? -1 Have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +1 Have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 3 just just ADV RB _ 4 advmod 4:advmod _ 4 fallen fall VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ @@ -178601,9 +178706,9 @@ # sent_id = answers-20111108082831AAco5PI_ans-0019 # newpar id = answers-20111108082831AAco5PI_ans-p0003 # text = What you have read in the internet is fairly accurate but of course it does not fit all scenarios. -1 What what PRON WP PronType=Int 10 nsubj 10:nsubj _ +1 What what PRON WP PronType=Rel 10 nsubj 4:obj|10:nsubj _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 read read VERB VBN Tense=Past|VerbForm=Part 1 acl:relcl 1:acl:relcl _ 5 in in ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -178612,26 +178717,26 @@ 9 fairly fairly ADV RB _ 10 advmod 10:advmod _ 10 accurate accurate ADJ JJ Degree=Pos 0 root 0:root _ 11 but but CCONJ CC _ 17 cc 17:cc _ -12 of of ADV RB _ 17 advmod 17:advmod _ -13 course course ADV RB _ 12 fixed 12:fixed _ +12 of of ADP IN ExtPos=ADV 17 advmod 17:advmod _ +13 course course NOUN NN Number=Sing 12 fixed 12:fixed _ 14 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 15 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 16 not not PART RB _ 17 advmod 17:advmod _ 17 fit fit VERB VB VerbForm=Inf 10 conj 10:conj:but _ -18 all all DET DT _ 19 det 19:det _ +18 all all DET DT PronType=Tot 19 det 19:det _ 19 scenarios scenario NOUN NNS Number=Plur 17 obj 17:obj SpaceAfter=No 20 . . PUNCT . _ 10 punct 10:punct _ # sent_id = answers-20111108082831AAco5PI_ans-0020 # text = You are not French for a start, so the "rules" or "customs" may not apply to you when it comes to entering into a relationship between people from different backgrounds. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 not not PART RB _ 4 advmod 4:advmod _ -4 French french ADJ JJ Degree=Pos 0 root 0:root _ +4 French French ADJ JJ Degree=Pos 0 root 0:root _ 5 for for ADP IN _ 7 case 7:case _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 start start NOUN NN Number=Sing 4 obl 4:obl:for SpaceAfter=No -8 , , PUNCT , _ 4 punct 4:punct _ +8 , , PUNCT , _ 20 punct 20:punct _ 9 so so ADV RB _ 20 advmod 20:advmod _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 " " PUNCT `` _ 12 punct 12:punct SpaceAfter=No @@ -178640,13 +178745,13 @@ 14 or or CCONJ CC _ 16 cc 16:cc _ 15 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No 16 customs custom NOUN NNS Number=Plur 12 conj 12:conj:or|20:nsubj SpaceAfter=No -17 " " PUNCT '' _ 20 punct 20:punct _ +17 " " PUNCT '' _ 16 punct 16:punct _ 18 may may AUX MD VerbForm=Fin 20 aux 20:aux _ 19 not not PART RB _ 20 advmod 20:advmod _ -20 apply apply VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ +20 apply apply VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ 21 to to ADP IN _ 22 case 22:case _ 22 you you PRON PRP Case=Acc|Person=2|PronType=Prs 20 obl 20:obl:to _ -23 when when SCONJ WRB PronType=Int 25 mark 25:mark _ +23 when when ADV WRB PronType=Int 25 advmod 25:advmod _ 24 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 25 expl 25:expl _ 25 comes come VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 advcl 20:advcl:when _ 26 to to SCONJ IN _ 27 mark 27:mark _ @@ -178663,17 +178768,17 @@ # sent_id = answers-20111108082831AAco5PI_ans-0021 # text = From what you say the messages given by this girl are quite clear. -1 From from SCONJ IN _ 2 case 2:case _ -2 what what PRON WP PronType=Int 13 obl 13:obl:from _ +1 From from ADP IN _ 2 case 2:case _ +2 what what PRON WP PronType=Rel 13 obl 4:obj|13:obl:from _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 say say VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 messages message NOUN NNS Number=Plur 13 nsubj 13:nsubj _ -7 given give VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 by by ADP IN _ 10 case 10:case _ 9 this this DET DT Number=Sing|PronType=Dem 10 det 10:det _ -10 girl girl NOUN NN Number=Sing 7 obl 7:obl:by _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +10 girl girl NOUN NN Number=Sing 7 obl:agent 7:obl:agent _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 12 quite quite ADV RB _ 13 advmod 13:advmod _ 13 clear clear ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 14 . . PUNCT . _ 13 punct 13:punct _ @@ -178687,22 +178792,22 @@ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 obj 4:obj _ 6 along along ADV RB _ 4 advmod 4:advmod _ 7 since since SCONJ IN _ 11 mark 11:mark _ -8 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj|16:nsubj _ +8 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj|15:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 actually actually ADV RB _ 11 advmod 11:advmod _ 11 discouraging discourage VERB VBG Tense=Pres|VerbForm=Part 4 advcl 4:advcl:since _ 12 you you PRON PRP Case=Acc|Person=2|PronType=Prs 11 obj 11:obj _ -13 and and CCONJ CC _ 16 cc 16:cc _ -14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ -15 honest honest ADJ JJ Degree=Pos 16 amod 16:amod _ -16 enough enough ADJ JJ Degree=Pos 11 conj 4:advcl:since|11:conj:and _ +13 and and CCONJ CC _ 15 cc 15:cc _ +14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +15 honest honest ADJ JJ Degree=Pos 11 conj 4:advcl:since|11:conj:and _ +16 enough enough ADV RB _ 15 advmod 15:advmod _ 17 to to PART TO _ 18 mark 18:mark _ 18 tell tell VERB VB VerbForm=Inf 15 advcl 15:advcl:to _ -19 you you PRON PRP Case=Acc|Person=2|PronType=Prs 18 obj 18:obj|21:nsubj:xsubj|22:nsubj:xsubj _ +19 you you PRON PRP Case=Acc|Person=2|PronType=Prs 18 iobj 18:iobj|21:nsubj:xsubj|22:nsubj:xsubj _ 20 to to PART TO _ 21 mark 21:mark _ 21 stop stop VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ 22 asking ask VERB VBG VerbForm=Ger 21 xcomp 21:xcomp _ -23 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 22 obj 22:obj _ +23 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 22 iobj 22:iobj _ 24 out out ADP RP _ 22 compound:prt 22:compound:prt _ 25 . . PUNCT . _ 4 punct 4:punct _ @@ -178728,7 +178833,7 @@ 18 treats treat VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 19 you you PRON PRP Case=Acc|Person=2|PronType=Prs 18 obj 18:obj _ 20 like like ADP IN _ 23 case 23:case _ -21 any any DET DT _ 23 det 23:det _ +21 any any DET DT PronType=Ind 23 det 23:det _ 22 other other ADJ JJ Degree=Pos 23 amod 23:amod _ 23 friend friend NOUN NN Number=Sing 18 obl 18:obl:like SpaceAfter=No 24 . . PUNCT . _ 5 punct 5:punct _ @@ -178736,13 +178841,13 @@ # sent_id = answers-20111108082831AAco5PI_ans-0024 # text = You said you liked her and she accepted it as a truth and perhaps as a compliment, but it does not mean she fancies you or wants to pair off with you. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 liked like VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +4 liked like VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 5 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 accepted accept VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 2:ccomp|4:conj:and _ +8 accepted accept VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 2:ccomp|4:conj:and _ 9 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 obj 8:obj _ 10 as as ADP IN _ 12 case 12:case _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ @@ -178777,20 +178882,20 @@ 3 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj|9:nsubj:xsubj|13:nsubj:xsubj _ 4 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 not not PART RB _ 6 advmod 6:advmod _ -6 want want VERB VB VerbForm=Inf 0 root 0:root _ +6 want want VERB VB VerbForm=Inf 0 root 0:root|19:csubj _ 7 to to PART TO _ 9 mark 9:mark _ 8 be be AUX VB VerbForm=Inf 9 aux:pass 9:aux:pass _ 9 considered consider VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 xcomp 6:xcomp _ 10 in in ADP IN _ 12 case 12:case _ -11 any any DET DT _ 12 det 12:det _ +11 any any DET DT PronType=Ind 12 det 12:det _ 12 way way NOUN NN Number=Sing 13 obl 13:obl:in _ -13 attached attach VERB VBN Tense=Past|VerbForm=Part 9 xcomp 9:xcomp _ +13 attached attach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 xcomp 9:xcomp _ 14 to to ADP IN _ 15 case 15:case _ 15 you you PRON PRP Case=Acc|Person=2|PronType=Prs 13 obl 13:obl:to SpaceAfter=No -16 , , PUNCT , _ 6 punct 6:punct _ -17 which which PRON WDT PronType=Int 19 nsubj 19:nsubj _ +16 , , PUNCT , _ 19 punct 19:punct _ +17 which which PRON WDT PronType=Rel 19 nsubj 6:ref _ 18 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ -19 consistent consistent ADJ JJ Degree=Pos 6 parataxis 6:parataxis SpaceAfter=No +19 consistent consistent ADJ JJ Degree=Pos 6 advcl:relcl 6:advcl:relcl SpaceAfter=No 20 . . PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111108082831AAco5PI_ans-0026 @@ -178801,11 +178906,11 @@ 4 for for SCONJ IN _ 5 mark 5:mark _ 5 what what PRON WP PronType=Int 1 advcl 1:advcl:for _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop SpaceAfter=No -8 : : PUNCT : _ 1 punct 1:punct _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop SpaceAfter=No +8 : : PUNCT : _ 10 punct 10:punct _ 9 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 10 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ -11 no no DET DT _ 12 det 12:det _ +11 no no DET DT PronType=Neg 12 det 12:det _ 12 objection objection NOUN NN Number=Sing 10 obj 10:obj _ 13 in in SCONJ IN _ 16 mark 16:mark _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ @@ -178836,7 +178941,7 @@ 7 non non X FW Foreign=Yes 5 obj 5:obj SpaceAfter=No 8 " " PUNCT '' _ 7 punct 7:punct SpaceAfter=No 9 , , PUNCT , _ 14 punct 14:punct _ -10 not not CCONJ CC _ 14 cc 14:cc _ +10 not not PART RB _ 14 advmod 14:advmod _ 11 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 13 might might AUX MD VerbForm=Fin 14 aux 14:aux _ @@ -178850,19 +178955,19 @@ 21 you you PRON PRP Case=Acc|Person=2|PronType=Prs 20 obj 20:obj|22:nsubj:xsubj _ 22 attached attached ADJ JJ Degree=Pos 20 xcomp 20:xcomp _ 23 to to ADP IN _ 26 case 26:case _ -24 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +24 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 25 apron apron NOUN NN Number=Sing 26 compound 26:compound _ 26 strings string NOUN NNS Number=Plur 22 obl 22:obl:to _ 27 just just ADV RB _ 28 advmod 28:advmod _ 28 in in ADP IN _ 20 advmod 20:advmod _ 29 case case NOUN NN Number=Sing 28 fixed 28:fixed SpaceAfter=No -30 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No -31 " " PUNCT '' _ 5 punct 5:punct _ +30 . . PUNCT . _ 14 punct 14:punct SpaceAfter=No +31 " " PUNCT '' _ 14 punct 14:punct _ # sent_id = answers-20111108082831AAco5PI_ans-0028 # text = Christiane gave you a good answer. 1 Christiane Christiane PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 gave give VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 iobj 2:iobj _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 good good ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -178872,7 +178977,7 @@ # sent_id = answers-20111108082831AAco5PI_ans-0029 # text = You have fallen in a cultural misunderstanding. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 fallen fall VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 in in ADP IN _ 7 case 7:case _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -178882,30 +178987,30 @@ # sent_id = answers-20111108082831AAco5PI_ans-0030 # text = What I have to add is that it is normal in France to have mixed gender groups of friends, there's nothing unusual in boys and girls being only friends, which is obviously what this girl wants from you. -1 What what PRON WP PronType=Int 6 nsubj 6:nsubj _ +1 What what PRON WP PronType=Rel 10 nsubj:outer 5:obj|10:nsubj:outer _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 4 to to PART TO _ 5 mark 5:mark _ 5 add add VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 7 that that SCONJ IN _ 10 mark 10:mark _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 expl 10:expl _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ -10 normal normal ADJ JJ Degree=Pos 6 ccomp 6:ccomp _ +10 normal normal ADJ JJ Degree=Pos 0 root 0:root _ 11 in in ADP IN _ 12 case 12:case _ 12 France France PROPN NNP Number=Sing 10 obl 10:obl:in _ 13 to to PART TO _ 14 mark 14:mark _ 14 have have VERB VB VerbForm=Inf 10 csubj 10:csubj _ -15 mixed mix VERB VBN Tense=Past|VerbForm=Part 17 amod 17:amod _ +15 mixed mix VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 amod 17:amod _ 16 gender gender NOUN NN Number=Sing 17 compound 17:compound _ 17 groups group NOUN NNS Number=Plur 14 obj 14:obj _ 18 of of ADP IN _ 19 case 19:case _ 19 friends friend NOUN NNS Number=Plur 17 nmod 17:nmod:of SpaceAfter=No -20 , , PUNCT , _ 6 punct 6:punct _ +20 , , PUNCT , _ 22 punct 22:punct _ 21-22 there's _ _ _ _ _ _ _ _ 21 there there PRON EX _ 22 expl 22:expl _ -22 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ -23 nothing nothing PRON NN Number=Sing 22 nsubj 22:nsubj _ +22 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 parataxis 10:parataxis _ +23 nothing nothing PRON NN Number=Sing|PronType=Neg 22 nsubj 22:nsubj _ 24 unusual unusual ADJ JJ Degree=Pos 23 amod 23:amod _ 25 in in SCONJ IN _ 31 mark 31:mark _ 26 boys boy NOUN NNS Number=Plur 31 nsubj 31:nsubj _ @@ -178913,25 +179018,25 @@ 28 girls girl NOUN NNS Number=Plur 26 conj 26:conj:and|31:nsubj _ 29 being be AUX VBG VerbForm=Ger 31 cop 31:cop _ 30 only only ADV RB _ 31 advmod 31:advmod _ -31 friends friend NOUN NNS Number=Plur 22 advcl 22:advcl:in SpaceAfter=No -32 , , PUNCT , _ 31 punct 31:punct _ -33 which which PRON WDT PronType=Int 36 nsubj 36:nsubj _ +31 friends friend NOUN NNS Number=Plur 22 advcl 22:advcl:in|36:csubj SpaceAfter=No +32 , , PUNCT , _ 36 punct 36:punct _ +33 which which PRON WDT PronType=Rel 36 nsubj 31:ref _ 34 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 36 cop 36:cop _ 35 obviously obviously ADV RB _ 36 advmod 36:advmod _ -36 what what PRON WP PronType=Int 31 parataxis 31:parataxis _ +36 what what PRON WP PronType=Rel 31 advcl:relcl 31:advcl:relcl|39:obj _ 37 this this DET DT Number=Sing|PronType=Dem 38 det 38:det _ 38 girl girl NOUN NN Number=Sing 39 nsubj 39:nsubj _ 39 wants want VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 36 acl:relcl 36:acl:relcl _ 40 from from ADP IN _ 41 case 41:case _ 41 you you PRON PRP Case=Acc|Person=2|PronType=Prs 39 obl 39:obl:from SpaceAfter=No -42 . . PUNCT . _ 6 punct 6:punct _ +42 . . PUNCT . _ 10 punct 10:punct _ # sent_id = answers-20111108082831AAco5PI_ans-0031 # text = She probably finds your company pleasing as a friend but you are not her choice a a boyfriend and she is trying to keep it on a friendship level, and trying to make you understand that she doesn't want to go further. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 probably probably ADV RB _ 3 advmod 3:advmod _ 3 finds find VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 company company NOUN NN Number=Sing 3 obj 3:obj|6:nsubj:xsubj _ 6 pleasing pleasing ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ 7 as as ADP IN _ 9 case 9:case _ @@ -178939,13 +179044,13 @@ 9 friend friend NOUN NN Number=Sing 6 obl 6:obl:as _ 10 but but CCONJ CC _ 15 cc 15:cc _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +12 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 13 not not PART RB _ 15 advmod 15:advmod _ -14 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 choice choice NOUN NN Number=Sing 3 conj 3:conj:but _ -16 a of ADP IN Typo=Yes 18 case 18:case _ +16 a of ADP IN Typo=Yes 18 case 18:case CorrectForm=of 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ -18 boyfriend boyfriend NOUN NN Number=Sing 15 nmod 15:nmod:a _ +18 boyfriend boyfriend NOUN NN Number=Sing 15 nmod 15:nmod:of _ 19 and and CCONJ CC _ 22 cc 22:cc _ 20 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj|24:nsubj:xsubj|32:nsubj|34:nsubj:xsubj _ 21 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ @@ -178972,7 +179077,7 @@ 41 want want VERB VB VerbForm=Inf 36 ccomp 36:ccomp _ 42 to to PART TO _ 43 mark 43:mark _ 43 go go VERB VB VerbForm=Inf 41 xcomp 41:xcomp _ -44 further further ADV RB _ 43 advmod 43:advmod SpaceAfter=No +44 further far ADV RBR Degree=Cmp 43 advmod 43:advmod SpaceAfter=No 45 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108082831AAco5PI_ans-0032 @@ -178980,45 +179085,45 @@ 1 If if SCONJ IN _ 4 mark 4:mark _ 2 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -4 nicer nicer ADJ JJR Degree=Cmp 11 advcl 11:advcl:if _ -5 when when SCONJ WRB PronType=Int 8 mark 8:mark _ +4 nicer nice ADJ JJR Degree=Cmp 11 advcl 11:advcl:if _ +5 when when ADV WRB PronType=Int 8 advmod 8:advmod _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +7 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 alone alone ADJ JJ Degree=Pos 4 advcl 4:advcl:when _ 9-10 I'd _ _ _ _ _ _ _ _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 10 'd would AUX MD VerbForm=Fin 11 aux 11:aux _ 11 say say VERB VB VerbForm=Inf 0 root 0:root _ -12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 ccomp 11:ccomp _ +12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 nsubj:outer 20:nsubj:outer _ +13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 14 because because SCONJ IN _ 20 mark 20:mark _ 15 in in ADP IN _ 17 case 17:case _ 16 public public ADJ JJ Degree=Pos 17 amod 17:amod _ 17 view view NOUN NN Number=Sing 20 obl 20:obl:in _ 18 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj|21:nsubj:xsubj _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ -20 making make VERB VBG Tense=Pres|VerbForm=Part 13 advcl 13:advcl:because _ +20 making make VERB VBG Tense=Pres|VerbForm=Part 11 ccomp 11:ccomp _ 21 sure sure ADJ JJ Degree=Pos 20 xcomp 20:xcomp _ 22 that that SCONJ IN _ 26 mark 26:mark _ 23 people people NOUN NNS Number=Plur 26 nsubj 26:nsubj _ -24 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ +24 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ 25 not not PART RB _ 26 advmod 26:advmod _ 26 think think VERB VB VerbForm=Inf 21 ccomp 21:ccomp _ 27 that that SCONJ IN _ 32 mark 32:mark _ 28 you you PRON PRP Case=Nom|Person=2|PronType=Prs 32 nsubj 32:nsubj _ 29 might might AUX MD VerbForm=Fin 32 aux 32:aux _ 30 be be AUX VB VerbForm=Inf 32 cop 32:cop _ -31 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ +31 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ 32 boyfriend boyfriend NOUN NN Number=Sing 26 ccomp 26:ccomp SpaceAfter=No 33 . . PUNCT . _ 11 punct 11:punct _ # sent_id = answers-20111108082831AAco5PI_ans-0033 # text = You do find the 'get the number hop in bed with her' but be aware that they usually have a reputation as sluts. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|17:nsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 find find VERB VB VerbForm=Inf 0 root 0:root _ -4 the the DET DT Definite=Def|PronType=Art 6 obj 6:obj _ -5 ' ' PUNCT `` _ 4 punct 4:punct SpaceAfter=No +4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ +5 ' ' PUNCT `` _ 6 punct 6:punct SpaceAfter=No 6 get get VERB VB VerbForm=Inf 3 obj 3:obj _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 number number NOUN NN Number=Sing 6 obj 6:obj _ @@ -179027,14 +179132,14 @@ 11 bed bed NOUN NN Number=Sing 9 obl 9:obl:in _ 12 with with ADP IN _ 13 case 13:case _ 13 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 9 obl 9:obl:with SpaceAfter=No -14 ' ' PUNCT '' _ 4 punct 4:punct _ +14 ' ' PUNCT '' _ 6 punct 6:punct _ 15 but but CCONJ CC _ 17 cc 17:cc _ 16 be be AUX VB Mood=Imp|VerbForm=Fin 17 cop 17:cop _ 17 aware aware ADJ JJ Degree=Pos 3 conj 3:conj:but _ 18 that that SCONJ IN _ 21 mark 21:mark _ 19 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 21 nsubj 21:nsubj _ 20 usually usually ADV RB _ 21 advmod 21:advmod _ -21 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 ccomp 17:ccomp _ +21 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 ccomp 17:ccomp _ 22 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 23 reputation reputation NOUN NN Number=Sing 21 obj 21:obj _ 24 as as ADP IN _ 25 case 25:case _ @@ -179050,7 +179155,7 @@ 5 as as SCONJ IN _ 9 mark 9:mark _ 6 boys boy NOUN NNS Number=Plur 9 nsubj 9:nsubj _ 7-8 don't _ _ _ _ _ _ _ _ -7 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +7 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 n't not PART RB _ 9 advmod 9:advmod _ 9 have have VERB VB VerbForm=Inf 1 advcl 1:advcl:as _ 10 that that DET DT Number=Sing|PronType=Dem 11 det 11:det _ @@ -179064,10 +179169,10 @@ 17 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 way way NOUN NN Number=Sing 1 conj 1:conj:but _ -20 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +20 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 21 own own ADJ JJ Degree=Pos 22 amod 22:amod _ 22 rules rule NOUN NNS Number=Plur 23 nsubj 23:nsubj _ -23 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 acl:relcl 19:acl:relcl SpaceAfter=No +23 work work VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 acl:relcl 19:acl:relcl SpaceAfter=No 24 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108082831AAco5PI_ans-0035 @@ -179079,7 +179184,7 @@ 4 research research NOUN NN Number=Sing 3 obj 3:obj _ 5 before before SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:before SpaceAfter=No +7 left leave VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:before SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108082831AAco5PI_ans-0036 @@ -179088,12 +179193,12 @@ 2 not not PART RB _ 4 advmod 4:advmod _ 3 just just ADV RB _ 4 advmod 4:advmod _ 4 take take VERB VB VerbForm=Inf 0 root 0:root _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 chances chance NOUN NNS Number=Plur 4 obj 4:obj _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 do do VERB VB VerbForm=Inf 4 conj 4:conj:and _ 9 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 obj 8:obj _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 way way NOUN NN Number=Sing 8 obl:npmod 8:obl:npmod SpaceAfter=No 12 ? ? PUNCT . _ 4 punct 4:punct _ @@ -179104,15 +179209,15 @@ 1 True true ADJ JJ Degree=Pos 0 root 0:root _ 2 or or CCONJ CC _ 3 cc 3:cc _ 3 false false ADJ JJ Degree=Pos 1 conj 1:conj:or SpaceAfter=No -4 : : PUNCT : _ 1 punct 1:punct _ +4 : : PUNCT : _ 10 punct 10:punct _ 5 being be AUX VBG VerbForm=Ger 9 cop 9:cop _ 6 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 7 young young ADJ JJ Degree=Pos 9 amod 9:amod _ -8 New New PROPN NNP Number=Sing 9 compound 9:compound _ +8 New New ADJ NNP Degree=Pos 9 amod 9:amod _ 9 Zealander Zealander PROPN NNP Number=Sing 10 csubj 10:csubj _ 10 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ 11 having have VERB VBG VerbForm=Ger 10 ccomp 10:ccomp _ -12 no no DET DT _ 13 det 13:det _ +12 no no DET DT PronType=Neg 13 det 13:det _ 13 future future NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 14 ? ? PUNCT . _ 1 punct 1:punct _ @@ -179120,8 +179225,8 @@ # newpar id = answers-20111107211742AAHZaPe_ans-p0002 # text = There are no jobs in this country. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 4 det 4:det _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 no no DET DT PronType=Neg 4 det 4:det _ 4 jobs job NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 5 in in ADP IN _ 7 case 7:case _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ @@ -179132,13 +179237,13 @@ # text = I'm just trying to make up my mind whether I should move to Australia or seek work in the sex industry. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 just just ADV RB _ 4 advmod 4:advmod _ 4 trying try VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 make make VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 up up ADP RP _ 6 compound:prt 6:compound:prt _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 mind mind NOUN NN Number=Sing 6 obj 6:obj _ 10 whether whether SCONJ IN _ 13 mark 13:mark _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj|17:nsubj _ @@ -179162,7 +179267,7 @@ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 future future NOUN NN Number=Sing 1 nsubj 1:nsubj _ 5 for for ADP IN _ 9 case 9:case _ -6 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7-8 nation's _ _ _ _ _ _ _ _ 7 nation nation NOUN NN Number=Sing 9 nmod:poss 9:nmod:poss _ 8 's 's PART POS _ 7 case 7:case _ @@ -179171,7 +179276,7 @@ # sent_id = answers-20111107211742AAHZaPe_ans-0005 # text = @Ryan B, -1 @ @ SYM NFP _ 2 punct 2:punct SpaceAfter=No +1 @ @ SYM NFP _ 2 case 2:case SpaceAfter=No 2 Ryan Ryan PROPN NNP Number=Sing 0 root 0:root _ 3 B B PROPN NNP Number=Sing 2 flat 2:flat SpaceAfter=No 4 , , PUNCT , _ 2 punct 2:punct _ @@ -179180,8 +179285,8 @@ # text = I'm two years into an undergraduate degree. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ -3 two two NUM CD NumType=Card 4 nummod 4:nummod _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +3 two two NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 years year NOUN NNS Number=Plur 8 nmod:npmod 8:nmod:npmod _ 5 into into ADP IN _ 8 case 8:case _ 6 an a DET DT Definite=Ind|PronType=Art 8 det 8:det _ @@ -179191,9 +179296,9 @@ # sent_id = answers-20111107211742AAHZaPe_ans-0007 # text = Everybody I know at university intends to stay at uni for as long as possible until there are actually jobs available. -1 Everybody everybody PRON NN Number=Sing 6 nsubj 6:nsubj|8:nsubj:xsubj _ +1 Everybody everybody PRON NN Number=Sing|PronType=Tot 6 nsubj 6:nsubj|8:nsubj:xsubj _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +3 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 4 at at ADP IN _ 5 case 5:case _ 5 university university NOUN NN Number=Sing 1 nmod 1:nmod:at _ 6 intends intend VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ @@ -179205,10 +179310,10 @@ 12 as as ADV RB _ 13 advmod 13:advmod _ 13 long long ADV RB Degree=Pos 8 obl 8:obl:for _ 14 as as SCONJ IN _ 15 mark 15:mark _ -15 possible possible ADJ JJ Degree=Pos 8 ccomp 8:ccomp _ +15 possible possible ADJ JJ Degree=Pos 13 advcl 13:advcl:as _ 16 until until SCONJ IN _ 18 mark 18:mark _ 17 there there PRON EX _ 18 expl 18:expl _ -18 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:until _ +18 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:until _ 19 actually actually ADV RB _ 18 advmod 18:advmod _ 20 jobs job NOUN NNS Number=Plur 18 nsubj 18:nsubj _ 21 available available ADJ JJ Degree=Pos 20 amod 20:amod SpaceAfter=No @@ -179216,7 +179321,7 @@ # sent_id = answers-20111107211742AAHZaPe_ans-0008 # text = Everybody seems to flee this country and move overseas, to Australia, etc. -1 Everybody everybody PRON NN Number=Sing 2 nsubj 2:nsubj|4:nsubj:xsubj|8:nsubj:xsubj _ +1 Everybody everybody PRON NN Number=Sing|PronType=Tot 2 nsubj 2:nsubj|4:nsubj:xsubj|8:nsubj:xsubj _ 2 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 flee flee VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ @@ -179229,7 +179334,7 @@ 11 to to ADP IN _ 12 case 12:case _ 12 Australia Australia PROPN NNP Number=Sing 9 conj 8:advmod|9:conj SpaceAfter=No 13 , , PUNCT , _ 14 punct 14:punct _ -14 etc etc X FW _ 9 conj 8:advmod|9:conj SpaceAfter=No +14 etc etc. NOUN FW Abbr=Yes|Number=Plur 9 conj 8:advmod|9:conj SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111107211742AAHZaPe_ans-0009 @@ -179250,31 +179355,31 @@ 13 low low ADJ JJ Degree=Pos 14 amod 14:amod _ 14 incomes income NOUN NNS Number=Plur 9 conj 5:appos|9:conj SpaceAfter=No 15 , , PUNCT , _ 16 punct 16:punct _ -16 etc etc X FW _ 9 conj 5:appos|9:conj SpaceAfter=No +16 etc etc. NOUN FW Abbr=Yes|Number=Plur 9 conj 5:appos|9:conj SpaceAfter=No 17 . . PUNCT . _ 9 punct 9:punct SpaceAfter=No 18 ) ) PUNCT -RRB- _ 9 punct 9:punct _ # sent_id = answers-20111107211742AAHZaPe_ans-0010 # text = Your answer doesn't do anything but remind me that I'm going to be $25,000 in debt by the time I'm 22. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 answer answer NOUN NN Number=Sing 5 nsubj 5:nsubj|8:nsubj _ 3-4 doesn't _ _ _ _ _ _ _ _ 3 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 do do VERB VB VerbForm=Inf 0 root 0:root _ -6 anything anything PRON NN Number=Sing 5 obj 5:obj _ -7 but but CCONJ CC _ 8 cc 8:cc _ -8 remind remind VERB VB VerbForm=Inf 5 conj 5:conj:but _ -9 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 obj 8:obj _ +6 anything anything PRON NN Number=Sing|PronType=Ind 5 obj 5:obj _ +7 but but ADP IN _ 8 mark 8:mark _ +8 remind remind VERB VB VerbForm=Inf 5 advcl 5:advcl:but _ +9 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 iobj 8:iobj _ 10 that that SCONJ IN _ 13 mark 13:mark _ 11-12 I'm _ _ _ _ _ _ _ _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj|19:nsubj:xsubj _ -12 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +12 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 going go VERB VBG Tense=Pres|VerbForm=Part 8 ccomp 8:ccomp _ 14 to to PART TO _ 19 mark 19:mark _ 15 be be AUX VB VerbForm=Inf 19 cop 19:cop _ 16 $ $ SYM $ _ 19 nmod:npmod 19:nmod:npmod SpaceAfter=No -17 25,000 25,000 NUM CD NumType=Card 16 nummod 16:nummod _ +17 25,000 25000 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 18 in in ADP IN _ 19 case 19:case _ 19 debt debt NOUN NN Number=Sing 13 xcomp 13:xcomp _ 20 by by ADP IN _ 22 case 22:case _ @@ -179282,20 +179387,20 @@ 22 time time NOUN NN Number=Sing 19 obl 19:obl:by _ 23-24 I'm _ _ _ _ _ _ _ _ 23 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 25 nsubj 25:nsubj _ -24 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ -25 22 22 NUM CD NumType=Card 22 acl:relcl 22:acl:relcl SpaceAfter=No +24 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ +25 22 22 NUM CD NumForm=Digit|NumType=Card 22 acl:relcl 22:acl:relcl SpaceAfter=No 26 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111107211742AAHZaPe_ans-0011 # text = So, thanks. 1 So so ADV RB _ 3 discourse 3:discourse SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 thanks thanks NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111107211742AAHZaPe_ans-0012 # text = @W.a.b.b.y, -1 @ @ SYM NFP _ 2 punct 2:punct SpaceAfter=No +1 @ @ SYM NFP _ 2 case 2:case SpaceAfter=No 2 W.a.b.b.y W.a.b.b.y PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No 3 , , PUNCT , _ 2 punct 2:punct _ @@ -179303,8 +179408,8 @@ # text = I really like you're answer. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 really really ADV RB _ 3 advmod 3:advmod _ -3 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 you're you're PRON PRP$ _ 5 nmod:poss 5:nmod:poss _ +3 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 you're your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Typo=Yes 5 nmod:poss 5:nmod:poss CorrectForm=your 5 answer answer NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ @@ -179320,13 +179425,13 @@ # sent_id = answers-20111107211742AAHZaPe_ans-0015 # text = I've also considered becoming a teacher, but it's not a job I'm cut out for. 1-2 I've _ _ _ _ _ _ _ _ -1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|5:nsubj:xsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|5:nsubj:xsubj|7:nsubj:xsubj _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 also also ADV RB _ 4 advmod 4:advmod _ 4 considered consider VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 becoming become VERB VBG VerbForm=Ger 4 xcomp 4:xcomp _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -7 teacher teacher NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No +7 teacher teacher NOUN NN Number=Sing 5 xcomp 5:xcomp SpaceAfter=No 8 , , PUNCT , _ 14 punct 14:punct _ 9 but but CCONJ CC _ 14 cc 14:cc _ 10-11 it's _ _ _ _ _ _ _ _ @@ -179337,7 +179442,7 @@ 14 job job NOUN NN Number=Sing 4 conj 4:conj:but _ 15-16 I'm _ _ _ _ _ _ _ _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj:pass 17:nsubj:pass _ -16 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux:pass 17:aux:pass _ +16 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 aux:pass 17:aux:pass _ 17 cut cut VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 acl:relcl 14:acl:relcl _ 18 out out ADP RP _ 17 compound:prt 17:compound:prt _ 19 for for ADP IN _ 17 obl 17:obl SpaceAfter=No @@ -179347,10 +179452,10 @@ # text = I also wish I'd applied for a scholarship. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 wish wish VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 wish wish VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4-5 I'd _ _ _ _ _ _ _ _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -5 'd have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +5 'd have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 6 applied apply VERB VBN Tense=Past|VerbForm=Part 3 ccomp 3:ccomp _ 7 for for ADP IN _ 9 case 9:case _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ @@ -179361,7 +179466,7 @@ # text = I didn't think I'd be awarded one, but I received the Dux Litterarum award at high school, so my chances were probably better than I thought they were. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 didn't _ _ _ _ _ _ _ _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 think think VERB VB VerbForm=Inf 0 root 0:root _ 5-6 I'd _ _ _ _ _ _ _ _ @@ -179369,11 +179474,11 @@ 6 'd would AUX MD VerbForm=Fin 8 aux 8:aux _ 7 be be AUX VB VerbForm=Inf 8 aux:pass 8:aux:pass _ 8 awarded award VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 ccomp 4:ccomp _ -9 one one NUM CD NumType=Card 8 obj 8:obj SpaceAfter=No +9 one one NUM CD NumForm=Word|NumType=Card 8 obj 8:obj SpaceAfter=No 10 , , PUNCT , _ 13 punct 13:punct _ 11 but but CCONJ CC _ 13 cc 13:cc _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:but _ +13 received receive VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 conj 4:conj:but _ 14 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 15 Dux Dux PROPN NNP Number=Sing 16 compound 16:compound _ 16 Litterarum Litterarum PROPN NNP Number=Sing 17 compound 17:compound _ @@ -179381,18 +179486,18 @@ 18 at at ADP IN _ 20 case 20:case _ 19 high high ADJ JJ Degree=Pos 20 amod 20:amod _ 20 school school NOUN NN Number=Sing 13 obl 13:obl:at SpaceAfter=No -21 , , PUNCT , _ 13 punct 13:punct _ +21 , , PUNCT , _ 27 punct 27:punct _ 22 so so ADV RB _ 27 advmod 27:advmod _ -23 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +23 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 chances chance NOUN NNS Number=Plur 27 nsubj 27:nsubj _ -25 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 27 cop 27:cop _ +25 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 27 cop 27:cop _ 26 probably probably ADV RB _ 27 advmod 27:advmod _ -27 better better ADJ JJR Degree=Cmp 13 parataxis 13:parataxis _ +27 better good ADJ JJR Degree=Cmp 13 parataxis 13:parataxis _ 28 than than SCONJ IN _ 30 mark 30:mark _ 29 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 30 nsubj 30:nsubj _ -30 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 27 advcl 27:advcl:than _ +30 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 27 advcl 27:advcl:than _ 31 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 32 nsubj 32:nsubj _ -32 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 30 ccomp 30:ccomp SpaceAfter=No +32 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 30 ccomp 30:ccomp SpaceAfter=No 33 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111107211742AAHZaPe_ans-0018 @@ -179400,7 +179505,7 @@ 1 Obviously obviously ADV RB _ 6 advmod 6:advmod _ 2-3 I'm _ _ _ _ _ _ _ _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -3 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +3 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 still still ADV RB _ 6 advmod 6:advmod _ 5 completely completely ADV RB _ 6 advmod 6:advmod _ 6 stupid stupid ADJ JJ Degree=Pos 0 root 0:root _ @@ -179410,8 +179515,8 @@ # sent_id = answers-20111107211742AAHZaPe_ans-0019 # text = I mean, I wasn't smart enough to apply for a scholarship. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 mean mean VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 parataxis 7:parataxis SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +2 mean mean VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 parataxis 7:parataxis SpaceAfter=No +3 , , PUNCT , _ 2 punct 2:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 5-6 wasn't _ _ _ _ _ _ _ _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ @@ -179429,7 +179534,7 @@ # text = And yes, I am being melodramatic. 1 And and CCONJ CC _ 7 cc 7:cc _ 2 yes yes INTJ UH _ 7 discourse 7:discourse SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 5 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 being be AUX VBG VerbForm=Ger 7 cop 7:cop _ @@ -179443,7 +179548,7 @@ # sent_id = answers-20111107211742AAHZaPe_ans-0022 # text = @Hatmanone, -1 @ @ SYM NFP _ 2 punct 2:punct SpaceAfter=No +1 @ @ SYM NFP _ 2 case 2:case SpaceAfter=No 2 Hatmanone Hatmanone PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No 3 , , PUNCT , _ 2 punct 2:punct _ @@ -179465,12 +179570,12 @@ # sent_id = answers-20111107211742AAHZaPe_ans-0024 # text = Are you saying I'm bad in bed? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 saying say VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4-5 I'm _ _ _ _ _ _ _ _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -5 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +5 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 bad bad ADJ JJ Degree=Pos 3 ccomp 3:ccomp _ 7 in in ADP IN _ 8 case 8:case _ 8 bed bed NOUN NN Number=Sing 6 obl 6:obl:in SpaceAfter=No @@ -179491,7 +179596,7 @@ # sent_id = answers-20111107211742AAHZaPe_ans-0027 # text = Your answer is very sweet, but I'm not compassionate towards teenage high school students. -1 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 answer answer NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 very very ADV RB _ 5 advmod 5:advmod _ @@ -179500,7 +179605,7 @@ 7 but but CCONJ CC _ 11 cc 11:cc _ 8-9 I'm _ _ _ _ _ _ _ _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -9 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +9 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 not not PART RB _ 11 advmod 11:advmod _ 11 compassionate compassionate ADJ JJ Degree=Pos 5 conj 5:conj:but _ 12 towards towards ADP IN _ 16 case 16:case _ @@ -179515,21 +179620,21 @@ # text = A little mellow dramatic? 1 A a DET DT Definite=Ind|PronType=Art 2 det 2:det _ 2 little little ADJ JJ Degree=Pos 3 advmod 3:advmod _ -3 mellow mellow X GW _ 0 root 0:root _ -4 dramatic dramatic ADJ JJ Degree=Pos 3 goeswith 3:goeswith SpaceAfter=No +3 mellow melodramatic ADJ GW Degree=Pos|Typo=Yes 0 root 0:root CorrectForm=melodramatic +4 dramatic _ X JJ _ 3 goeswith 3:goeswith SpaceAfter=No 5 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111107211742AAHZaPe_ans-0029 # text = In my opinion, far too many people are at university studying worthless degrees. 1 In in ADP IN _ 3 case 3:case _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 opinion opinion NOUN NN Number=Sing 11 obl 11:obl:in SpaceAfter=No -4 , , PUNCT , _ 11 punct 11:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 far far ADV RB Degree=Pos 7 advmod 7:advmod _ 6 too too ADV RB _ 7 advmod 7:advmod _ 7 many many ADJ JJ Degree=Pos 8 amod 8:amod _ 8 people people NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 at at ADP IN _ 11 case 11:case _ 11 university university NOUN NN Number=Sing 0 root 0:root _ 12 studying study VERB VBG VerbForm=Ger 8 acl 8:acl _ @@ -179546,18 +179651,18 @@ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 fashion fashion NOUN NN Number=Sing 7 compound 7:compound _ 7 design design NOUN NN Number=Sing 4 conj 2:nmod:like|4:conj:and _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 9 interesting interesting ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 10 , , PUNCT , _ 17 punct 17:punct _ 11 but but CCONJ CC _ 17 cc 17:cc _ 12 how how ADV WRB PronType=Int 13 advmod 13:advmod _ 13 many many ADJ JJ Degree=Pos 14 amod 14:amod _ 14 jobs job NOUN NNS Number=Plur 17 nsubj 17:nsubj _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ +15 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 16 out out ADV RB _ 17 advmod 17:advmod _ 17 there there ADV RB PronType=Dem 9 conj 9:conj:but _ 18 for for ADP IN _ 19 case 19:case _ -19 someone someone PRON NN Number=Sing 17 obl 17:obl:for _ +19 someone someone PRON NN Number=Sing|PronType=Ind 17 obl 17:obl:for _ 20 with with ADP IN _ 22 case 22:case _ 21 these this DET DT Number=Plur|PronType=Dem 22 det 22:det _ 22 qualifications qualification NOUN NNS Number=Plur 19 nmod 19:nmod:with SpaceAfter=No @@ -179567,16 +179672,16 @@ # text = I'm studying to be a teacher, so I know that there will definitely be jobs out there when I'm done. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 studying study VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 to to PART TO _ 7 mark 7:mark _ 5 be be AUX VB VerbForm=Inf 7 cop 7:cop _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 teacher teacher NOUN NN Number=Sing 3 advcl 3:advcl:to SpaceAfter=No -8 , , PUNCT , _ 3 punct 3:punct _ +8 , , PUNCT , _ 11 punct 11:punct _ 9 so so ADV RB _ 11 advmod 11:advmod _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +11 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 12 that that SCONJ IN _ 16 mark 16:mark _ 13 there there PRON EX _ 16 expl 16:expl _ 14 will will AUX MD VerbForm=Fin 16 aux 16:aux _ @@ -179585,10 +179690,10 @@ 17 jobs job NOUN NNS Number=Plur 16 nsubj 16:nsubj _ 18 out out ADV RB _ 19 advmod 19:advmod _ 19 there there ADV RB PronType=Dem 16 advmod 16:advmod _ -20 when when SCONJ WRB PronType=Int 23 mark 23:mark _ +20 when when ADV WRB PronType=Int 23 advmod 23:advmod _ 21-22 I'm _ _ _ _ _ _ _ _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ -22 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ +22 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ 23 done done ADJ JJ Degree=Pos 16 advcl 16:advcl:when SpaceAfter=No 24 . . PUNCT . _ 3 punct 3:punct _ @@ -179606,8 +179711,8 @@ 10 Auckland Auckland PROPN NNP Number=Sing 6 conj 5:advcl:in|6:conj:or SpaceAfter=No 11 , , PUNCT , _ 19 punct 19:punct _ 12 but but CCONJ CC _ 19 cc 19:cc _ -13 at at ADV RB _ 19 advmod 19:advmod _ -14 least least ADV RBS Degree=Sup 13 fixed 13:fixed _ +13 at at ADP IN ExtPos=ADV 19 advmod 19:advmod _ +14 least least ADJ JJS Degree=Sup 13 fixed 13:fixed _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ 16 can can AUX MD VerbForm=Fin 19 aux 19:aux _ 17 be be AUX VB VerbForm=Inf 19 cop 19:cop _ @@ -179624,18 +179729,18 @@ # text = I've also got a bachelors degree so I can go back and do further study or take a different profession. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 also also ADV RB _ 4 advmod 4:advmod _ 4 got get VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 6-7 bachelors _ _ _ _ _ _ _ _ 6 bachelor bachelor NOUN NN Number=Sing 8 nmod:poss 8:nmod:poss _ -7 s 's PART POS _ 6 case 6:case _ +7 s 's PART POS Typo=Yes 6 case 6:case CorrectForm='s 8 degree degree NOUN NN Number=Sing 4 obj 4:obj _ -9 so so ADV RB _ 12 cc 12:cc _ +9 so so ADV RB _ 12 advmod 12:advmod _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj|15:nsubj _ 11 can can AUX MD VerbForm=Fin 12 aux 12:aux _ -12 go go VERB VB VerbForm=Inf 4 conj 4:conj:so _ +12 go go VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ 13 back back ADV RB _ 12 advmod 12:advmod _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 do do VERB VB VerbForm=Inf 12 conj 12:conj:and _ @@ -179652,11 +179757,11 @@ # text = I also know that you don't get paid that much more in Australia than you do here. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 that that SCONJ IN _ 9 mark 9:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj:pass 9:nsubj:pass _ 6-7 don't _ _ _ _ _ _ _ _ -6 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +6 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 7 n't not PART RB _ 9 advmod 9:advmod _ 8 get get AUX VB VerbForm=Inf 9 aux:pass 9:aux:pass _ 9 paid pay VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 ccomp 3:ccomp _ @@ -179665,9 +179770,9 @@ 12 more more ADJ JJR Degree=Cmp 9 obj 9:obj _ 13 in in ADP IN _ 14 case 14:case _ 14 Australia Australia PROPN NNP Number=Sing 9 obl 9:obl:in _ -15 than than SCONJ IN _ 18 mark 18:mark _ -16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ -17 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl _ +15 than than SCONJ IN _ 17 mark 17:mark _ +16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ +17 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl _ 18 here here ADV RB PronType=Dem 17 advmod 17:advmod SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ @@ -179675,22 +179780,22 @@ # text = And it's not all about how much you earn, cost of living is much higher in many cities in Australia. 1 And and CCONJ CC _ 10 cc 10:cc _ 2-3 it's _ _ _ _ _ _ _ _ -2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ +2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj:outer 10:nsubj:outer _ 3 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 4 not not PART RB _ 10 advmod 10:advmod _ 5 all all ADV RB _ 10 advmod 10:advmod _ 6 about about SCONJ IN _ 10 mark 10:mark _ -7 how how SCONJ WRB PronType=Int 8 mark 8:mark _ -8 much much ADJ JJ Degree=Pos 10 advmod 10:advmod _ +7 how how ADV WRB PronType=Int 8 advmod 8:advmod _ +8 much much ADJ JJ Degree=Pos 10 obj 10:obj _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -10 earn earn VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +10 earn earn VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +11 , , PUNCT , _ 17 punct 17:punct _ 12 cost cost NOUN NN Number=Sing 17 nsubj 17:nsubj _ 13 of of ADP IN _ 14 case 14:case _ 14 living living NOUN NN Number=Sing 12 nmod 12:nmod:of _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 16 much much ADV RB _ 17 advmod 17:advmod _ -17 higher higher ADJ JJR Degree=Cmp 10 parataxis 10:parataxis _ +17 higher high ADJ JJR Degree=Cmp 10 parataxis 10:parataxis _ 18 in in ADP IN _ 20 case 20:case _ 19 many many ADJ JJ Degree=Pos 20 amod 20:amod _ 20 cities city NOUN NNS Number=Plur 17 obl 17:obl:in _ @@ -179712,12 +179817,12 @@ 9 salary salary NOUN NN Number=Sing 2 obl 2:obl:on SpaceAfter=No 10 , , PUNCT , _ 12 punct 12:punct _ 11 then then ADV RB PronType=Dem 12 advmod 12:advmod _ -12 compare compare VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj _ +12 compare compare VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ 13 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 obj 12:obj _ 14 to to ADP IN _ 15 case 15:case _ 15 somewhere somewhere NOUN NN Number=Sing 12 obl 12:obl:to _ 16 like like ADP IN _ 18 case 18:case _ -17 Central central PROPN JJ Degree=Pos 18 amod 18:amod _ +17 Central Central ADJ NNP Degree=Pos 18 amod 18:amod _ 18 Otago Otago PROPN NNP Number=Sing 15 nmod 15:nmod:like SpaceAfter=No 19 . . PUNCT . _ 1 punct 1:punct _ @@ -179725,12 +179830,12 @@ # text = You also have to put up with all the annoying accents in Australia. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 put put VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 up up ADP RP _ 5 compound:prt 5:compound:prt _ 7 with with ADP IN _ 11 case 11:case _ -8 all all DET PDT _ 11 det 11:det _ +8 all all DET PDT PronType=Tot 11 det:predet 11:det:predet _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 annoying annoying ADJ JJ Degree=Pos 11 amod 11:amod _ 11 accents accent NOUN NNS Number=Plur 5 obl 5:obl:with _ @@ -179767,7 +179872,7 @@ 4-5 there's _ _ _ _ _ _ _ _ 4 there there PRON EX _ 5 expl 5:expl _ 5 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -6 no no DET DT _ 7 det 7:det _ +6 no no DET DT PronType=Neg 7 det 7:det _ 7 interest interest NOUN NN Number=Sing 5 nsubj 5:nsubj SpaceAfter=No 8 , , PUNCT , _ 13 punct 13:punct _ 9 but but CCONJ CC _ 13 cc 13:cc _ @@ -179791,7 +179896,7 @@ 8 what what PRON WP PronType=Int 12 obj 12:obj _ 9-10 you've _ _ _ _ _ _ _ _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ -10 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +10 've have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 11 already already ADV RB _ 12 advmod 12:advmod _ 12 racked rack VERB VBN Tense=Past|VerbForm=Part 5 advcl 5:advcl:to _ 13 up up ADP RP _ 12 compound:prt 12:compound:prt SpaceAfter=No @@ -179802,7 +179907,7 @@ 1 And and CCONJ CC _ 4 cc 4:cc _ 2-3 they're _ _ _ _ _ _ _ _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -3 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 working work VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 towards towards SCONJ IN _ 7 mark 7:mark _ 6 being be AUX VBG VerbForm=Ger 7 cop 7:cop _ @@ -179811,7 +179916,7 @@ 9 extradite extradite VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 people people NOUN NNS Number=Plur 9 obj 9:obj|13:nsubj _ 11 who who PRON WP PronType=Rel 13 nsubj 10:ref _ -12 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +12 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 left leave VERB VBN Tense=Past|VerbForm=Part 10 acl:relcl 10:acl:relcl _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 country country NOUN NN Number=Sing 13 obj 13:obj _ @@ -179829,7 +179934,7 @@ 3 moment moment NOUN NN Number=Sing 11 obl 11:obl:at _ 4 if if SCONJ IN _ 6 mark 6:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 move move VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:if _ +6 move move VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:if _ 7 overseas overseas ADV RB _ 6 advmod 6:advmod _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ 9 can can AUX MD VerbForm=Fin 11 aux 11:aux _ @@ -179837,7 +179942,7 @@ 11 come come VERB VB VerbForm=Inf 0 root 0:root _ 12 back back ADV RB _ 11 advmod 11:advmod _ 13 to to ADP IN _ 15 case 15:case _ -14 New New PROPN NNP Number=Sing 15 compound 15:compound _ +14 New New ADJ NNP Degree=Pos 15 amod 15:amod _ 15 Zealand Zealand PROPN NNP Number=Sing 12 obl 12:obl:to _ 16 for for ADP IN _ 19 case 19:case _ 17 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ @@ -179858,12 +179963,12 @@ # sent_id = answers-20111107211742AAHZaPe_ans-0043 # text = And all that time you're overseas you'll be racking up interest. 1 And and CCONJ CC _ 11 cc 11:cc _ -2 all all DET PDT _ 4 det 4:det _ +2 all all DET PDT PronType=Tot 4 det:predet 4:det:predet _ 3 that that DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 time time NOUN NN Number=Sing 11 obl:tmod 11:obl:tmod _ 5-6 you're _ _ _ _ _ _ _ _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -6 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +6 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 7 overseas overseas ADV RB _ 4 acl:relcl 4:acl:relcl _ 8-9 you'll _ _ _ _ _ _ _ _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ @@ -179881,7 +179986,7 @@ 2 would would AUX MD VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 like like VERB VB VerbForm=Inf 0 root 0:root _ -5 not not ADV RB _ 6 advmod 6:advmod _ +5 not not PART RB _ 6 advmod 6:advmod _ 6 having have VERB VBG VerbForm=Ger 4 xcomp 4:xcomp _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 option option NOUN NN Number=Sing 6 obj 6:obj _ @@ -179894,40 +179999,40 @@ # sent_id = answers-20111107211742AAHZaPe_ans-0045 # text = I guess I'm extremely fortunate that I received a scholarship which paid about 800f my course fees through my degree. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 guess guess VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 guess guess VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3-4 I'm _ _ _ _ _ _ _ _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -4 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +4 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 extremely extremely ADV RB _ 6 advmod 6:advmod _ 6 fortunate fortunate ADJ JJ Degree=Pos 2 ccomp 2:ccomp _ 7 that that SCONJ IN _ 9 mark 9:mark _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp _ +9 received receive VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 scholarship scholarship NOUN NN Number=Sing 9 obj 9:obj|13:nsubj _ 12 which which PRON WDT PronType=Rel 13 nsubj 11:ref _ -13 paid pay VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +13 paid pay VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 14 about about ADV RB _ 15 advmod 15:advmod _ -15 800 800 NUM CD NumType=Card 13 obj 13:obj SpaceAfter=No -16 f of ADP IN Typo=Yes 19 case 19:case _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +15 800 800 NUM CD NumForm=Digit|NumType=Card 13 obj 13:obj SpaceAfter=No +16 f of ADP IN Typo=Yes 19 case 19:case CorrectForm=of +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 18 course course NOUN NN Number=Sing 19 compound 19:compound _ -19 fees fee NOUN NNS Number=Plur 15 nmod 15:nmod:f _ +19 fees fee NOUN NNS Number=Plur 15 nmod 15:nmod:of _ 20 through through ADP IN _ 22 case 22:case _ -21 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 degree degree NOUN NN Number=Sing 13 obl 13:obl:through SpaceAfter=No 23 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111107211742AAHZaPe_ans-0046 # text = But I worked hard and I'm still working hard. -1 But but CCONJ CC _ 9 cc 9:cc _ +1 But but CCONJ CC _ 3 cc 3:cc _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 worked work VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 worked work VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 hard hard ADV RB Degree=Pos 3 advmod 3:advmod _ 5 and and CCONJ CC _ 9 cc 9:cc _ 6-7 I'm _ _ _ _ _ _ _ _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -7 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +7 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 still still ADV RB _ 9 advmod 9:advmod _ 9 working work VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj:and _ 10 hard hard ADV RB Degree=Pos 9 advmod 9:advmod SpaceAfter=No @@ -179936,7 +180041,7 @@ # sent_id = answers-20111107211742AAHZaPe_ans-0047 # text = There are far too many lazy people out there who think that they can sit around a job will fall in their lap. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 far far ADV RB Degree=Pos 5 advmod 5:advmod _ 4 too too ADV RB _ 5 advmod 5:advmod _ 5 many many ADJ JJ Degree=Pos 7 amod 7:amod _ @@ -179945,7 +180050,7 @@ 8 out out ADV RB _ 9 advmod 9:advmod _ 9 there there ADV RB PronType=Dem 7 advmod 7:advmod _ 10 who who PRON WP PronType=Rel 11 nsubj 7:ref _ -11 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +11 think think VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 12 that that SCONJ IN _ 15 mark 15:mark _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 14 can can AUX MD VerbForm=Fin 15 aux 15:aux _ @@ -179956,14 +180061,14 @@ 19 will will AUX MD VerbForm=Fin 20 aux 20:aux _ 20 fall fall VERB VB VerbForm=Inf 15 conj 11:ccomp|15:conj _ 21 in in ADP IN _ 23 case 23:case _ -22 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 lap lap NOUN NN Number=Sing 20 obl 20:obl:in SpaceAfter=No 24 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111107211742AAHZaPe_ans-0048 # text = My 2c. .... -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ -2 2 2 NUM CD NumType=Card 3 nummod 3:nummod SpaceAfter=No +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 2 2 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No 3 c. c. NOUN NNS Number=Plur 0 root 0:root _ 4 .... .... PUNCT . _ 3 punct 3:punct _ @@ -179978,7 +180083,7 @@ # text = I'm doing fine. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 doing do VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 fine fine ADV RB _ 3 advmod 3:advmod SpaceAfter=No 5 . . PUNCT . _ 3 punct 3:punct _ @@ -179989,12 +180094,12 @@ 1 Whilst whilst SCONJ IN _ 5 mark 5:mark _ 2 youth youth NOUN NN Number=Sing 3 compound 3:compound _ 3 jobs job NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 thin thin ADJ JJ Degree=Pos 12 advcl 12:advcl:whilst _ 6 on on ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 ground ground NOUN NN Number=Sing 5 obl 5:obl:on SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ +9 , , PUNCT , _ 5 punct 5:punct _ 10-11 don't _ _ _ _ _ _ _ _ 10 do do AUX VB Mood=Imp|VerbForm=Fin 12 aux 12:aux _ 11 n't not PART RB _ 12 advmod 12:advmod _ @@ -180002,7 +180107,7 @@ 13-14 it's _ _ _ _ _ _ _ _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 14 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ -15 better better ADJ JJR Degree=Cmp 12 ccomp 12:ccomp _ +15 better good ADJ JJR Degree=Cmp 12 ccomp 12:ccomp _ 16 in in ADP IN _ 17 case 17:case _ 17 Oz Oz PROPN NNP Number=Sing 15 obl 15:obl:in SpaceAfter=No 18 . . PUNCT . _ 12 punct 12:punct _ @@ -180010,7 +180115,7 @@ # sent_id = answers-20111107211742AAHZaPe_ans-0052 # text = People have been fleeing this country at roughly a plane load per week for the past 20+ years, so it's not anything new. 1 People people NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux 4:aux _ 4 fleeing flee VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ @@ -180025,16 +180130,16 @@ 14 for for ADP IN _ 19 case 19:case _ 15 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 16 past past ADJ JJ Degree=Pos 19 amod 19:amod _ -17 20 20 NUM CD NumType=Card 19 nummod 19:nummod SpaceAfter=No +17 20 20 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod SpaceAfter=No 18 + + SYM SYM _ 17 advmod 17:advmod _ 19 years year NOUN NNS Number=Plur 4 obl 4:obl:for SpaceAfter=No 20 , , PUNCT , _ 25 punct 25:punct _ -21 so so ADV RB _ 25 cc 25:cc _ +21 so so ADV RB _ 25 advmod 25:advmod _ 22-23 it's _ _ _ _ _ _ _ _ 22 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 25 nsubj 25:nsubj _ 23 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ 24 not not PART RB _ 25 advmod 25:advmod _ -25 anything anything PRON NN Number=Sing 4 conj 4:conj:so _ +25 anything anything PRON NN Number=Sing|PronType=Ind 4 parataxis 4:parataxis _ 26 new new ADJ JJ Degree=Pos 25 amod 25:amod SpaceAfter=No 27 . . PUNCT . _ 4 punct 4:punct _ @@ -180042,32 +180147,32 @@ # text = It depends on what you hunger for. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ 2 depends depend VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 on on SCONJ IN _ 4 case 4:case _ -4 what what PRON WP PronType=Int 2 obl 2:obl:on _ +3 on on SCONJ IN _ 6 mark 6:mark _ +4 what what PRON WP PronType=Int 6 obl 6:obl:for _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 hunger hunger VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ -7 for for ADP IN _ 6 obl 6:obl SpaceAfter=No +6 hunger hunger VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:on _ +7 for for ADP IN _ 4 case 4:case SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111107211742AAHZaPe_ans-0054 # text = 700f jobs aren't advertised. -1 700 700 NUM CD NumType=Card 2 nummod 2:nummod SpaceAfter=No +1 700 700 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod SpaceAfter=No 2 f f NOUN NN Number=Sing 3 compound 3:compound _ 3 jobs job NOUN NNS Number=Plur 6 nsubj:pass 6:nsubj:pass _ 4-5 aren't _ _ _ _ _ _ _ _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ 5 n't not PART RB _ 6 advmod 6:advmod _ 6 advertised advertise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 7 . . PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111107211742AAHZaPe_ans-0055 # text = That means making yourself known; that means networking. -1 That that PRON DT Number=Sing|PronType=Dem 2 nsubj 2:nsubj|3:nsubj:xsubj _ +1 That that PRON DT Number=Sing|PronType=Dem 2 nsubj 2:nsubj _ 2 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 making make VERB VBG VerbForm=Ger 2 xcomp 2:xcomp _ +3 making make VERB VBG VerbForm=Ger 2 ccomp 2:ccomp _ 4 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 3 obj 3:obj|5:nsubj:xsubj _ -5 known know VERB VBN Tense=Past|VerbForm=Part 3 xcomp 3:xcomp SpaceAfter=No -6 ; ; PUNCT , _ 2 punct 2:punct _ +5 known know VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 xcomp 3:xcomp SpaceAfter=No +6 ; ; PUNCT , _ 8 punct 8:punct _ 7 that that PRON DT Number=Sing|PronType=Dem 8 nsubj 8:nsubj _ 8 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 9 networking networking NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No @@ -180079,7 +180184,7 @@ # text = why does my baby king snake refuse to eat? 1 why why ADV WRB PronType=Int 7 advmod 7:advmod _ 2 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 4 baby baby ADJ JJ Degree=Pos 6 amod 6:amod _ 5 king king NOUN NN Number=Sing 6 compound 6:compound _ 6 snake snake NOUN NN Number=Sing 7 nsubj 7:nsubj|9:nsubj:xsubj _ @@ -180091,8 +180196,8 @@ # sent_id = answers-20111108105629AAiZUDY_ans-0002 # newpar id = answers-20111108105629AAiZUDY_ans-p0002 # text = i have a baby eastern king snake. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 4 baby baby ADJ JJ Degree=Pos 7 amod 7:amod _ 5 eastern eastern ADJ JJ Degree=Pos 7 amod 7:amod _ @@ -180102,14 +180207,15 @@ # sent_id = answers-20111108105629AAiZUDY_ans-0003 # text = i have tried EVERYTHING i can to get him to eat but he refuses. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 tried try VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 EVERYTHING everything PRON NN Number=Sing 3 obj 3:obj|8:nsubj:xsubj _ -5 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 can can AUX MD VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +4 EVERYTHING everything PRON NN Number=Sing|PronType=Tot 3 obj 3:obj|6.1:obj _ +5 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6.1:nsubj _ +6 can can AUX MD VerbForm=Fin 4 acl:relcl 6.1:aux _ +6.1 try try VERB VB VerbForm=Inf _ _ 4:acl:relcl CopyOf=3 7 to to PART TO _ 8 mark 8:mark _ -8 get get VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ +8 get get VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ 9 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 obj 8:obj|11:nsubj:xsubj _ 10 to to PART TO _ 11 mark 11:mark _ 11 eat eat VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ @@ -180125,7 +180231,7 @@ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 great great ADJ JJ Degree=Pos 5 amod 5:amod _ 5 environment environment NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 8 punct 8:punct _ 7 with with ADP IN _ 8 case 8:case _ 8 water water NOUN NN Number=Sing 5 nmod 5:nmod:with _ 9 and and CCONJ CC _ 10 cc 10:cc _ @@ -180144,19 +180250,19 @@ 1 as as ADV RB _ 2 advmod 2:advmod _ 2 far far ADV RB Degree=Pos 10 advmod 10:advmod _ 3 as as SCONJ IN _ 5 mark 5:mark _ -4 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:as SpaceAfter=No -6 , , PUNCT , _ 10 punct 10:punct _ -7 everything everything PRON NN Number=Sing 10 nsubj 10:nsubj _ +4 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ +5 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:as SpaceAfter=No +6 , , PUNCT , _ 2 punct 2:punct _ +7 everything everything PRON NN Number=Sing|PronType=Tot 10 nsubj 10:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 9 as as ADV RB _ 10 advmod 10:advmod _ 10 good good ADJ JJ Degree=Pos 0 root 0:root _ 11 as as SCONJ IN _ 14 mark 14:mark _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 13 can can AUX MD VerbForm=Fin 14 aux 14:aux _ -14 be be VERB VB VerbForm=Inf 10 advcl 10:advcl:as _ -15 where where SCONJ WRB PronType=Int 19 mark 19:mark _ -16 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +14 be be AUX VB VerbForm=Inf 10 advcl 10:advcl:as _ +15 where where ADV WRB PronType=Int 19 advmod 19:advmod _ +16 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 aquarium aquarium NOUN NN Number=Sing 19 nsubj 19:nsubj _ 18 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 19 concerned concerned ADJ JJ Degree=Pos 10 advcl 10:advcl:where SpaceAfter=No @@ -180164,11 +180270,11 @@ # sent_id = answers-20111108105629AAiZUDY_ans-0006 # text = according to the vet, he is healthy and looks good. -1 according accord VERB VBG VerbForm=Ger 4 case 4:case _ +1 according accord VERB VBG ExtPos=ADP|VerbForm=Ger 4 case 4:case _ 2 to to ADP IN _ 1 fixed 1:fixed _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 vet vet NOUN NN Number=Sing 8 obl 8:obl:according_to SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj|10:nsubj|11:nsubj:xsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 healthy healthy ADJ JJ Degree=Pos 0 root 0:root _ @@ -180194,12 +180300,12 @@ # sent_id = answers-20111108105629AAiZUDY_ans-0008 # text = (i know that snakes that have problems going to the bathroom won't eat.) 1 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +3 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 that that SCONJ IN _ 15 mark 15:mark _ 5 snakes snake NOUN NNS Number=Plur 15 nsubj 7:nsubj|15:nsubj _ 6 that that PRON WDT PronType=Rel 7 nsubj 5:ref _ -7 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 problems problem NOUN NNS Number=Plur 7 obj 7:obj _ 9 going go VERB VBG VerbForm=Ger 8 acl 8:acl _ 10 to to ADP IN _ 12 case 12:case _ @@ -180219,8 +180325,8 @@ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux 4:aux _ 4 drinking drink VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 water water NOUN NN Number=Sing 4 obj 4:obj _ -6 ( ( PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No -7 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ +6 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No +7 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 8 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 9 pretty pretty ADV RB _ 10 advmod 10:advmod _ 10 sure sure ADJ JJ Degree=Pos 4 parataxis 4:parataxis _ @@ -180231,15 +180337,15 @@ 15 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 obj 14:obj _ 16 out out ADP IN _ 19 case 19:case _ 17 of of ADP IN _ 19 case 19:case _ -18 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 bowl bowl NOUN NN Number=Sing 14 obl 14:obl:of SpaceAfter=No 20 , , PUNCT , _ 26 punct 26:punct _ -21 but but CCONJ CC _ 22 cc 22:cc _ -22 also also ADV RB _ 26 cc 26:cc _ -23 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 26 nsubj 26:nsubj _ -24 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ +21 but but CCONJ CC _ 26 cc 26:cc _ +22 also also ADV RB _ 26 advmod 26:advmod _ +23 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 26 nsubj 26:nsubj _ +24 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ 25 been be AUX VBN Tense=Past|VerbForm=Part 26 aux 26:aux _ -26 feeding feed VERB VBG Tense=Pres|VerbForm=Part 14 conj 10:ccomp|14:conj:but_also _ +26 feeding feed VERB VBG Tense=Pres|VerbForm=Part 14 conj 10:ccomp|14:conj:but _ 27 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 26 iobj 26:iobj _ 28 water water NOUN NN Number=Sing 26 obj 26:obj _ 29 and and CCONJ CC _ 34 cc 34:cc _ @@ -180254,11 +180360,11 @@ 37 problem problem NOUN NN Number=Sing 34 obj 34:obj _ 38 with with ADP IN _ 39 case 39:case _ 39 that that PRON DT Number=Sing|PronType=Dem 37 nmod 37:nmod:with _ -40 - - PUNCT : _ 26 punct 26:punct _ -41 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 43 nsubj 43:nsubj _ +40 - - PUNCT : _ 43 punct 43:punct _ +41 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 43 nsubj 43:nsubj _ 42 just just ADV RB _ 43 advmod 43:advmod _ -43 stick stick VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 parataxis 26:parataxis _ -44 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 45 nmod:poss 45:nmod:poss _ +43 stick stick VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 26 parataxis 26:parataxis _ +44 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 45 nmod:poss 45:nmod:poss _ 45 head head NOUN NN Number=Sing 43 obj 43:obj _ 46 near near ADP IN _ 48 case 48:case _ 47 the the DET DT Definite=Def|PronType=Art 48 det 48:det _ @@ -180268,15 +180374,15 @@ 51 sucks suck VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 43 conj 43:conj:and _ 52 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 51 obj 51:obj _ 53 down down ADP RP _ 51 compound:prt 51:compound:prt SpaceAfter=No -54 . . PUNCT . _ 4 punct 4:punct SpaceAfter=No -55 ) ) PUNCT -RRB- _ 4 punct 4:punct _ +54 . . PUNCT . _ 10 punct 10:punct SpaceAfter=No +55 ) ) PUNCT -RRB- _ 10 punct 10:punct _ # sent_id = answers-20111108105629AAiZUDY_ans-0010 # text = i handle him every few days. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 handle handle VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 handle handle VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ -4 every every DET DT _ 6 det 6:det _ +4 every every DET DT PronType=Tot 6 det 6:det _ 5 few few ADJ JJ Degree=Pos 6 amod 6:amod _ 6 days day NOUN NNS Number=Plur 2 obl:tmod 2:obl:tmod SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ @@ -180286,12 +180392,12 @@ 1 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 feisty feisty ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 9 punct 9:punct _ 5 as as SCONJ IN _ 9 mark 9:mark _ 6 most most ADJ JJS Degree=Sup 8 amod 8:amod _ 7 king king NOUN NN Number=Sing 8 compound 8:compound _ 8 snakes snake NOUN NNS Number=Plur 9 nsubj 9:nsubj _ -9 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:as SpaceAfter=No +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:as SpaceAfter=No 10 , , PUNCT , _ 18 punct 18:punct _ 11 but but CCONJ CC _ 18 cc 18:cc _ 12 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ @@ -180301,21 +180407,21 @@ 16 nice nice ADJ JJ Degree=Pos 18 amod 18:amod _ 17 little little ADJ JJ Degree=Pos 18 amod 18:amod _ 18 guy guy NOUN NN Number=Sing 3 conj 3:conj:but _ -19 - - PUNCT , _ 18 punct 18:punct _ +19 - - PUNCT , _ 22 punct 22:punct _ 20 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj|24:nsubj:xsubj|26:nsubj:xsubj _ 21 never never ADV RB _ 22 advmod 22:advmod _ 22 tries try VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 parataxis 18:parataxis _ 23 to to PART TO _ 24 mark 24:mark _ 24 bite bite VERB VB VerbForm=Inf 22 xcomp 22:xcomp _ 25 or or CCONJ CC _ 26 cc 26:cc _ -26 anything anything PRON NN Number=Sing 24 conj 22:xcomp|24:conj:or SpaceAfter=No +26 anything anything PRON NN Number=Sing|PronType=Ind 24 conj 22:xcomp|24:conj:or SpaceAfter=No 27 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108105629AAiZUDY_ans-0012 # text = i just love him to death. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 to to ADP IN _ 6 case 6:case _ 6 death death NOUN NN Number=Sing 3 obl 3:obl:to SpaceAfter=No @@ -180323,12 +180429,12 @@ # sent_id = answers-20111108105629AAiZUDY_ans-0013 # text = i don't know why he won't eat though! -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 know know VERB VB VerbForm=Inf 0 root 0:root _ -5 why why SCONJ WRB PronType=Int 9 mark 9:mark _ +5 why why ADV WRB PronType=Int 9 advmod 9:advmod _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 7-8 won't _ _ _ _ _ _ _ _ 7 wo will AUX MD VerbForm=Fin 9 aux 9:aux _ @@ -180339,50 +180445,50 @@ # sent_id = answers-20111108105629AAiZUDY_ans-0014 # text = i have tried feeding him 5 or 6 live pinkies and 4 or 5 frozen (thawed) pinkies. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|4:nsubj:xsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|4:nsubj:xsubj _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 tried try VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 feeding feed VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ 5 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 iobj 4:iobj _ -6 5 5 NUM CD NumType=Card 10 nummod 10:nummod _ +6 5 5 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 7 or or CCONJ CC _ 8 cc 8:cc _ -8 6 6 NUM CD NumType=Card 6 conj 6:conj:or|10:nummod _ +8 6 6 NUM CD NumForm=Digit|NumType=Card 6 conj 6:conj:or|10:nummod _ 9 live live ADJ JJ Degree=Pos 10 amod 10:amod _ 10 pinkies pinkie NOUN NNS Number=Plur 4 obj 4:obj _ 11 and and CCONJ CC _ 19 cc 19:cc _ -12 4 4 NUM CD NumType=Card 19 nummod 19:nummod _ +12 4 4 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod _ 13 or or CCONJ CC _ 14 cc 14:cc _ -14 5 5 NUM CD NumType=Card 12 conj 12:conj:or|19:nummod _ +14 5 5 NUM CD NumForm=Digit|NumType=Card 12 conj 12:conj:or|19:nummod _ 15 frozen frozen ADJ JJ Degree=Pos 19 amod 19:amod _ -16 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No -17 thawed thaw VERB VBN Tense=Past|VerbForm=Part 19 amod 19:amod SpaceAfter=No -18 ) ) PUNCT -RRB- _ 19 punct 19:punct _ +16 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No +17 thawed thaw VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 amod 19:amod SpaceAfter=No +18 ) ) PUNCT -RRB- _ 17 punct 17:punct _ 19 pinkies pinkie NOUN NNS Number=Plur 10 conj 4:obj|10:conj:and SpaceAfter=No 20 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108105629AAiZUDY_ans-0015 # text = i have never tried feeding him a pinky that was bigger around than he is. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|5:nsubj:xsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|5:nsubj:xsubj _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 never never ADV RB _ 4 advmod 4:advmod _ 4 tried try VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 feeding feed VERB VBG VerbForm=Ger 4 xcomp 4:xcomp _ 6 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 iobj 5:iobj _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -8 pinky pinky NOUN NN Number=Sing 5 obj 5:obj|12:nsubj _ -9 that that PRON WDT PronType=Rel 12 nsubj 8:ref _ -10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 cop 12:cop _ -11 bigger bigger ADV RBR _ 12 advmod 12:advmod _ -12 around around ADV RB _ 8 acl:relcl 8:acl:relcl _ +8 pinky pinky NOUN NN Number=Sing 5 obj 5:obj|11:nsubj _ +9 that that PRON WDT PronType=Rel 11 nsubj 8:ref _ +10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ +11 bigger big ADJ JJR Degree=Cmp 8 acl:relcl 8:acl:relcl _ +12 around around ADV RB _ 11 advmod 11:advmod _ 13 than than SCONJ IN _ 15 mark 15:mark _ 14 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -15 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:than SpaceAfter=No +15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:than SpaceAfter=No 16 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108105629AAiZUDY_ans-0016 # text = i have tried putting him in a small container and putting him in a dark place for an hour or so and he won't touch the pinky. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 tried try VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 putting put VERB VBG VerbForm=Ger 3 ccomp 3:ccomp _ 5 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ @@ -180401,7 +180507,7 @@ 18 an a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 19 hour hour NOUN NN Number=Sing 11 obl 11:obl:for _ 20 or or CCONJ CC _ 21 cc 21:cc _ -21 so so ADV RB _ 19 nummod 19:nummod _ +21 so so ADV RB _ 19 conj 19:conj:or _ 22 and and CCONJ CC _ 26 cc 26:cc _ 23 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 26 nsubj 26:nsubj _ 24-25 won't _ _ _ _ _ _ _ _ @@ -180440,20 +180546,20 @@ 6 know know VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 that that SCONJ IN _ 10 mark 10:mark _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 food food NOUN NN Number=Sing 6 ccomp 6:ccomp SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108105629AAiZUDY_ans-0019 # text = i have tried "braining" both live and dead pinkies, and bloodying them up to get his attention, but he doesn't care. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj|14:nsubj:xsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj|14:nsubj:xsubj _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 tried try VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 5 braining brain VERB VBG VerbForm=Ger 3 xcomp 3:xcomp SpaceAfter=No 6 " " PUNCT '' _ 5 punct 5:punct _ 7 both both CCONJ CC _ 8 cc:preconj 8:cc:preconj _ -8 live live NOUN NN Number=Sing 11 amod 11:amod _ +8 live live ADJ JJ Degree=Pos 11 amod 11:amod _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 dead dead ADJ JJ Degree=Pos 8 conj 8:conj:and|11:amod _ 11 pinkies pinkie NOUN NNS Number=Plur 5 obj 5:obj|18:nsubj:xsubj SpaceAfter=No @@ -180463,8 +180569,8 @@ 15 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 14 obj 14:obj _ 16 up up ADP RP _ 14 compound:prt 14:compound:prt _ 17 to to PART TO _ 18 mark 18:mark _ -18 get get VERB VB VerbForm=Inf 5 xcomp 5:xcomp|14:xcomp _ -19 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +18 get get VERB VB VerbForm=Inf 14 advcl 14:advcl:to _ +19 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 attention attention NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No 21 , , PUNCT , _ 26 punct 26:punct _ 22 but but CCONJ CC _ 26 cc 26:cc _ @@ -180477,14 +180583,14 @@ # sent_id = answers-20111108105629AAiZUDY_ans-0020 # text = i have tried dipping both live and thawed pinkies in tuna juice, and in used gerbil bedding. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|4:nsubj:xsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|4:nsubj:xsubj _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 tried try VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 dipping dip VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ 5 both both CCONJ CC _ 6 cc:preconj 6:cc:preconj _ 6 live live ADJ JJ Degree=Pos 9 amod 9:amod _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 thawed thaw VERB VBN Tense=Past|VerbForm=Part 6 conj 6:conj:and|9:amod _ +8 thawed thaw VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 conj 6:conj:and|9:amod _ 9 pinkies pinkie NOUN NNS Number=Plur 4 obj 4:obj _ 10 in in ADP IN _ 12 case 12:case _ 11 tuna tuna NOUN NN Number=Sing 12 compound 12:compound _ @@ -180499,16 +180605,16 @@ # sent_id = answers-20111108105629AAiZUDY_ans-0021 # text = i have bought some long reptile feeding tweezers and have tried holding the pinky in front of the snake's face. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|11:nsubj|12:nsubj:xsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|11:nsubj|12:nsubj:xsubj _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 bought buy VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 some some DET DT _ 8 det 8:det _ +4 some some DET DT PronType=Ind 8 det 8:det _ 5 long long ADJ JJ Degree=Pos 8 amod 8:amod _ 6 reptile reptile NOUN NN Number=Sing 8 compound 8:compound _ 7 feeding feeding NOUN NN Number=Sing 8 compound 8:compound _ -8 tweezers tweezers NOUN NNS Number=Plur 3 obj 3:obj _ +8 tweezers tweezer NOUN NNS Number=Plur 3 obj 3:obj _ 9 and and CCONJ CC _ 11 cc 11:cc _ -10 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 tried try VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:and _ 12 holding hold VERB VBG VerbForm=Ger 11 xcomp 11:xcomp _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ @@ -180528,7 +180634,7 @@ 1 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ 2-3 wont _ _ _ _ _ _ _ _ 2 wo will AUX MD VerbForm=Fin 5 aux 5:aux _ -3 nt not PART RB _ 5 advmod 5:advmod _ +3 nt not PART RB Typo=Yes 5 advmod 5:advmod CorrectForm=n't 4 even even ADV RB _ 5 advmod 5:advmod _ 5 try try VERB VB VerbForm=Inf 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ @@ -180537,19 +180643,19 @@ # sent_id = answers-20111108105629AAiZUDY_ans-0023 # text = i am very discouraged and sad and i don't know what to do. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 discouraged discouraged ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 sad sad ADJ JJ Degree=Pos 4 conj 4:conj:and _ 7 and and CCONJ CC _ 11 cc 11:cc _ -8 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ +8 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 9-10 don't _ _ _ _ _ _ _ _ -9 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 n't not PART RB _ 11 advmod 11:advmod _ 11 know know VERB VB VerbForm=Inf 4 conj 4:conj:and _ -12 what what PRON WP PronType=Int 14 nsubj 14:nsubj _ +12 what what PRON WP PronType=Int 14 obj 14:obj _ 13 to to PART TO _ 14 mark 14:mark _ 14 do do VERB VB VerbForm=Inf 11 ccomp 11:ccomp SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ @@ -180570,14 +180676,14 @@ # sent_id = answers-20111108105629AAiZUDY_ans-0025 # text = i've only tried to feed him one at a time. 1-2 i've _ _ _ _ _ _ _ _ -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 only only ADV RB _ 4 advmod 4:advmod _ 4 tried try VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 feed feed VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 iobj 6:iobj _ -8 one one NUM CD NumType=Card 6 obj 6:obj _ +8 one one NUM CD NumForm=Word|NumType=Card 6 obj 6:obj _ 9 at at ADP IN _ 11 case 11:case _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 time time NOUN NN Number=Sing 8 nmod 8:nmod:at SpaceAfter=No @@ -180592,7 +180698,7 @@ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 tiny tiny ADJ JJ Degree=Pos 6 amod 6:amod _ 6 baby baby NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 10 punct 10:punct _ 8 about about ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 width width NOUN NN Number=Sing 6 obl 6:obl:about _ @@ -180603,7 +180709,7 @@ # sent_id = answers-20111108105629AAiZUDY_ans-0027 # text = do babies this small hibernate? -1 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +1 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 2 babies baby NOUN NNS Number=Plur 5 nsubj 5:nsubj _ 3 this this ADV RB _ 4 advmod 4:advmod _ 4 small small ADJ JJ Degree=Pos 2 amod 2:amod _ @@ -180613,14 +180719,14 @@ # sent_id = answers-20111108105629AAiZUDY_ans-0028 # newpar id = answers-20111108105629AAiZUDY_ans-p0003 # text = When you feed him how many pinkies do you feed him? -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 feed feed VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:when _ -4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ +3 feed feed VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:when _ +4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 iobj 3:iobj _ 5 how how ADV WRB PronType=Int 6 advmod 6:advmod _ 6 many many ADJ JJ Degree=Pos 7 amod 7:amod _ 7 pinkies pinkie NOUN NNS Number=Plur 10 obj 10:obj _ -8 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +8 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ 10 feed feed VERB VB VerbForm=Inf 0 root 0:root _ 11 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 iobj 10:iobj SpaceAfter=No @@ -180630,7 +180736,7 @@ # text = If you feed him too many he could just not be hungry. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 feed feed VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ +3 feed feed VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ 4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 iobj 3:iobj _ 5 too too ADV RB _ 6 advmod 6:advmod _ 6 many many ADJ JJ Degree=Pos 3 obj 3:obj _ @@ -180653,8 +180759,8 @@ 6 interested interested ADJ JJ Degree=Pos 5 xcomp 5:xcomp _ 7 in in ADP IN _ 8 case 8:case _ 8 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 6 obl 6:obl:in _ -9 at at ADV RB _ 10 case 10:case _ -10 all all ADV RB _ 6 obl 6:obl:at _ +9 at at ADP IN _ 10 case 10:case _ +10 all all DET DT PronType=Tot 6 obl 6:obl:at _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 12 would would AUX MD VerbForm=Fin 13 aux 13:aux _ 13 say say VERB VB VerbForm=Inf 0 root 0:root _ @@ -180668,12 +180774,12 @@ # sent_id = answers-20111108105629AAiZUDY_ans-0031 # text = My boyfriend has one and when she's hungry she attacks the pinkie right away. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 boyfriend boyfriend NOUN NN Number=Sing 3 nsubj 3:nsubj _ 3 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 one one NUM CD NumType=Card 3 obj 3:obj _ +4 one one NUM CD NumForm=Word|NumType=Card 3 obj 3:obj _ 5 and and CCONJ CC _ 11 cc 11:cc _ -6 when when SCONJ WRB PronType=Int 9 mark 9:mark _ +6 when when ADV WRB PronType=Int 9 advmod 9:advmod _ 7-8 she's _ _ _ _ _ _ _ _ 7 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 8 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ @@ -180694,9 +180800,9 @@ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 so so ADV RB _ 8 advmod 8:advmod _ 6-7 i'm _ _ _ _ _ _ _ _ -6 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -7 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ -8 sure sure ADJ JJ Degree=Pos 3 conj 3:conj _ +6 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ +7 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +8 sure sure ADJ JJ Degree=Pos 3 parataxis 3:parataxis _ 9 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj|18:nsubj _ 10 knows know VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 ccomp 8:ccomp _ 11 what what PRON WP PronType=Int 10 ccomp 10:ccomp _ @@ -180705,7 +180811,7 @@ 14 and and CCONJ CC _ 18 cc 18:cc _ 15 just just ADV RB _ 18 advmod 18:advmod _ 16-17 don't _ _ _ _ _ _ _ _ -16 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ +16 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 17 n't not PART RB _ 18 advmod 18:advmod _ 18 want want VERB VB VerbForm=Inf 10 conj 8:ccomp|10:conj:and _ 19 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 obj 18:obj SpaceAfter=No @@ -180729,7 +180835,7 @@ 1 In in ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 winter winter NOUN NN Number=Sing 8 obl 8:obl:in SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj|12:nsubj _ 6 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 7 usually usually ADV RB _ 8 advmod 8:advmod _ @@ -180740,22 +180846,22 @@ 12 enter enter VERB VB VerbForm=Inf 8 conj 8:conj:and _ 13 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 14 hibernation hibernation NOUN NN Number=Sing 16 obl:npmod 16:obl:npmod SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 like like ADJ JJ Degree=Pos 17 amod 17:amod _ 17 state state NOUN NN Number=Sing 12 obj 12:obj _ -18 called call VERB VBN Tense=Past|VerbForm=Part 17 acl 17:acl _ +18 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 acl 17:acl _ 19 brumation brumation NOUN NN Number=Sing 18 xcomp 18:xcomp|23:nsubj:pass SpaceAfter=No -20 , , PUNCT , _ 19 punct 19:punct _ +20 , , PUNCT , _ 23 punct 23:punct _ 21 which which PRON WDT PronType=Rel 23 nsubj:pass 19:ref _ 22 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 aux:pass 23:aux:pass _ 23 characterized characterize VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 acl:relcl 19:acl:relcl _ 24 by by ADP IN _ 27 case 27:case _ 25 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 26 slowed slowed ADJ JJ Degree=Pos 27 amod 27:amod _ -27 metabolism metabolism NOUN NN Number=Sing 23 obl 23:obl:by _ +27 metabolism metabolism NOUN NN Number=Sing 23 obl:agent 23:obl:agent _ 28 and and CCONJ CC _ 30 cc 30:cc _ -29 reduced reduce VERB VBN Tense=Past|VerbForm=Part 30 amod 30:amod _ -30 activity activity NOUN NN Number=Sing 27 conj 23:obl:by|27:conj:and SpaceAfter=No +29 reduced reduce VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 30 amod 30:amod _ +30 activity activity NOUN NN Number=Sing 27 conj 23:obl:agent|27:conj:and SpaceAfter=No 31 . . PUNCT . _ 8 punct 8:punct _ # sent_id = answers-20111108105629AAiZUDY_ans-0035 @@ -180763,13 +180869,13 @@ 1 King king NOUN NN Number=Sing 2 compound 2:compound _ 2 snakes snake NOUN NNS Number=Plur 4 nsubj 4:nsubj|5:nsubj:xsubj _ 3 sometimes sometimes ADV RB _ 4 advmod 4:advmod _ -4 stop stop VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 stop stop VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 eating eat VERB VBG VerbForm=Ger 4 xcomp 4:xcomp SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 11 punct 11:punct _ 7 particularly particularly ADV RB _ 11 advmod 11:advmod _ 8 during during ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 cooler cooler ADJ JJR Degree=Cmp 11 amod 11:amod _ +10 cooler cool ADJ JJR Degree=Cmp 11 amod 11:amod _ 11 part part NOUN NN Number=Sing 5 obl 5:obl:during _ 12 of of ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ @@ -180779,7 +180885,7 @@ # sent_id = answers-20111108105629AAiZUDY_ans-0036 # text = They have a natural instinct to hibernate. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 natural natural ADJ JJ Degree=Pos 5 amod 5:amod _ 5 instinct instinct NOUN NN Number=Sing 2 obj 2:obj _ @@ -180799,12 +180905,12 @@ 8 shedding shed VERB VBG VerbForm=Ger 6 conj 6:conj:or|22:advcl:if SpaceAfter=No 9 , , PUNCT , _ 15 punct 15:punct _ 10 and and CCONJ CC _ 15 cc 15:cc _ -11 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 enclosure enclosure NOUN NN Number=Sing 15 nsubj:pass 15:nsubj:pass _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 aux:pass 15:aux:pass _ 14 properly properly ADV RB _ 15 advmod 15:advmod _ 15 equipped equip VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 conj 6:conj:and|22:advcl:if SpaceAfter=No -16 , , PUNCT , _ 22 punct 22:punct _ +16 , , PUNCT , _ 6 punct 6:punct _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 18 loss loss NOUN NN Number=Sing 22 nsubj 22:nsubj _ 19 of of ADP IN _ 20 case 20:case _ @@ -180829,7 +180935,7 @@ 8 for for ADP IN _ 9 case 9:case _ 9 snakes snake NOUN NNS Number=Plur 7 nmod 7:nmod:for|12:nsubj|15:nsubj:xsubj _ 10 that that PRON WDT PronType=Rel 12 nsubj 9:ref _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 going go VERB VBG Tense=Pres|VerbForm=Part 9 acl:relcl 9:acl:relcl _ 13 to to PART TO _ 15 mark 15:mark _ 14 be be AUX VB VerbForm=Inf 15 aux:pass 15:aux:pass _ @@ -180838,14 +180944,14 @@ # sent_id = answers-20111108105629AAiZUDY_ans-0039 # text = Another thing that can cause a king snake to stop eating is shedding. -1 Another another DET DT _ 2 det 2:det _ +1 Another another DET DT PronType=Ind 2 det 2:det _ 2 thing thing NOUN NN Number=Sing 13 nsubj 5:nsubj|13:nsubj _ 3 that that PRON WDT PronType=Rel 5 nsubj 2:ref _ 4 can can AUX MD VerbForm=Fin 5 aux 5:aux _ 5 cause cause VERB VB VerbForm=Inf 2 acl:relcl 2:acl:relcl _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 king king NOUN NN Number=Sing 8 compound 8:compound _ -8 snake snake NOUN NN Number=Sing 5 obj 5:obj|10:nsubj:xsubj|11:nsubj:xsubj _ +8 snake snake NOUN NN Number=Sing 5 iobj 5:iobj|10:nsubj:xsubj|11:nsubj:xsubj _ 9 to to PART TO _ 10 mark 10:mark _ 10 stop stop VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 11 eating eat VERB VBG VerbForm=Ger 10 xcomp 10:xcomp _ @@ -180858,33 +180964,33 @@ 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 2 can can AUX MD VerbForm=Fin 3 aux 3:aux _ 3 tell tell VERB VB VerbForm=Inf 0 root 0:root _ -4 when when SCONJ WRB PronType=Int 9 mark 9:mark _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +4 when when ADV WRB PronType=Int 9 advmod 9:advmod _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 king king NOUN NN Number=Sing 7 compound 7:compound _ 7 snake snake NOUN NN Number=Sing 9 nsubj 9:nsubj|11:nsubj:xsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 9 about about ADJ JJ Degree=Pos 3 advcl 3:advcl:when _ 10 to to PART TO _ 11 mark 11:mark _ 11 shed shed VERB VB VerbForm=Inf 9 xcomp 9:xcomp SpaceAfter=No -12 , , PUNCT , _ 3 punct 3:punct _ -13 because because SCONJ IN _ 19 mark 19:mark _ -14 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ -15 eyes eye NOUN NNS Number=Plur 19 nsubj 19:nsubj _ -16 will will AUX MD VerbForm=Fin 19 aux 19:aux _ -17 get get VERB VB VerbForm=Inf 19 aux 19:aux _ -18 milky milky ADJ JJ Degree=Pos 19 advmod 19:advmod _ -19 looking look VERB VBG VerbForm=Ger 3 advcl 3:advcl:because SpaceAfter=No +12 , , PUNCT , _ 17 punct 17:punct _ +13 because because SCONJ IN _ 17 mark 17:mark _ +14 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +15 eyes eye NOUN NNS Number=Plur 17 nsubj 17:nsubj|19:nsubj:xsubj _ +16 will will AUX MD VerbForm=Fin 17 aux 17:aux _ +17 get get VERB VB VerbForm=Inf 3 advcl 3:advcl:because _ +18 milky milky ADJ JJ Degree=Pos 19 compound 19:compound _ +19 looking look VERB VBG VerbForm=Ger 17 xcomp 17:xcomp SpaceAfter=No 20 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108105629AAiZUDY_ans-0041 # text = Its body will be dull looking, too. -1 Its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 body body NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 4 be be AUX VB VerbForm=Inf 6 cop 6:cop _ -5 dull dull ADJ JJ Degree=Pos 6 advmod 6:advmod _ +5 dull dull ADJ JJ Degree=Pos 6 compound 6:compound _ 6 looking look VERB VBG VerbForm=Ger 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 8 punct 8:punct _ 8 too too ADV RB _ 6 advmod 6:advmod SpaceAfter=No 9 . . PUNCT . _ 6 punct 6:punct _ @@ -180900,7 +181006,7 @@ 8 begin begin VERB VB VerbForm=Inf 0 root 0:root _ 9 to to PART TO _ 10 mark 10:mark _ 10 shed shed VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ -11 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 skin skin NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 13 . . PUNCT . _ 8 punct 8:punct _ @@ -180908,14 +181014,14 @@ # text = For example, some snakes will routinely go off their food in both the summer and winter, feeding mainly in spring and fall. 1 For for ADP IN _ 2 case 2:case _ 2 example example NOUN NN Number=Sing 8 obl 8:obl:for SpaceAfter=No -3 , , PUNCT , _ 8 punct 8:punct _ -4 some some DET DT _ 5 det 5:det _ +3 , , PUNCT , _ 2 punct 2:punct _ +4 some some DET DT PronType=Ind 5 det 5:det _ 5 snakes snake NOUN NNS Number=Plur 8 nsubj 8:nsubj _ 6 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 7 routinely routinely ADV RB _ 8 advmod 8:advmod _ 8 go go VERB VB VerbForm=Inf 0 root 0:root _ 9 off off ADP IN _ 11 case 11:case _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 food food NOUN NN Number=Sing 8 obl 8:obl:off _ 12 in in ADP IN _ 15 case 15:case _ 13 both both CCONJ CC _ 15 cc:preconj 15:cc:preconj _ @@ -180923,7 +181029,7 @@ 15 summer summer NOUN NN Number=Sing 8 obl 8:obl:in _ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 winter winter NOUN NN Number=Sing 15 conj 8:obl:in|15:conj:and SpaceAfter=No -18 , , PUNCT , _ 8 punct 8:punct _ +18 , , PUNCT , _ 19 punct 19:punct _ 19 feeding feed VERB VBG VerbForm=Ger 8 advcl 8:advcl _ 20 mainly mainly ADV RB _ 19 advmod 19:advmod _ 21 in in ADP IN _ 22 case 22:case _ @@ -180944,17 +181050,17 @@ 7 as as SCONJ IN _ 11 mark 11:mark _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ 9-10 don't _ _ _ _ _ _ _ _ -9 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 n't not PART RB _ 11 advmod 11:advmod _ 11 see see VERB VB VerbForm=Inf 6 advcl 6:advcl:as _ -12 any any DET DT _ 14 det 14:det _ +12 any any DET DT PronType=Ind 14 det 14:det _ 13 serious serious ADJ JJ Degree=Pos 14 amod 14:amod _ 14 deterioration deterioration NOUN NN Number=Sing 11 obj 11:obj _ 15 in in ADP IN _ 17 case 17:case _ -16 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 health health NOUN NN Number=Sing 14 nmod 14:nmod:in _ 18 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ -19 nothing nothing PRON NN Number=Sing 3 conj 3:conj:and _ +19 nothing nothing PRON NN Number=Sing|PronType=Neg 3 conj 3:conj:and _ 20 to to PART TO _ 21 mark 21:mark _ 21 worry worry VERB VB VerbForm=Inf 19 acl 19:acl:to _ 22 about about ADP IN _ 21 obl 21:obl SpaceAfter=No @@ -180963,19 +181069,19 @@ # sent_id = answers-20111108105629AAiZUDY_ans-0045 # text = You see, some snakes for no obvious reason will simply go off their food. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ -4 some some DET DT _ 5 det 5:det _ +2 see see VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 , , PUNCT , _ 12 punct 12:punct _ +4 some some DET DT PronType=Ind 5 det 5:det _ 5 snakes snake NOUN NNS Number=Plur 12 nsubj 12:nsubj _ 6 for for ADP IN _ 9 case 9:case _ -7 no no DET DT _ 9 det 9:det _ +7 no no DET DT PronType=Neg 9 det 9:det _ 8 obvious obvious ADJ JJ Degree=Pos 9 amod 9:amod _ 9 reason reason NOUN NN Number=Sing 12 obl 12:obl:for _ 10 will will AUX MD VerbForm=Fin 12 aux 12:aux _ 11 simply simply ADV RB _ 12 advmod 12:advmod _ -12 go go VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ +12 go go VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ 13 off off ADP IN _ 15 case 15:case _ -14 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 food food NOUN NN Number=Sing 12 obl 12:obl:off SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ @@ -180983,12 +181089,12 @@ # text = They're fit and healthy and their care is suitable. 1-2 They're _ _ _ _ _ _ _ _ 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|5:nsubj _ -2 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 fit fit ADJ JJ Degree=Pos 0 root 0:root _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 healthy healthy ADJ JJ Degree=Pos 3 conj 3:conj:and _ 6 and and CCONJ CC _ 10 cc 10:cc _ -7 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 care care NOUN NN Number=Sing 10 nsubj 10:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 suitable suitable ADJ JJ Degree=Pos 3 conj 3:conj:and SpaceAfter=No @@ -180996,9 +181102,9 @@ # sent_id = answers-20111108105629AAiZUDY_ans-0047 # text = hope this helped. -1 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 this this PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ -3 helped help VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp SpaceAfter=No +3 helped help VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108105629AAiZUDY_ans-0048 @@ -181007,11 +181113,11 @@ 1-2 That's _ _ _ _ _ _ _ _ 1 That that PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 why why ADV WRB PronType=Int 0 root 0:root _ +3 why why ADV WRB PronType=Rel 0 root 0:root|6:advmod _ 4-5 it's _ _ _ _ _ _ _ _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 expl 6:expl _ 5 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -6 good good ADJ JJ Degree=Pos 3 acl:relcl 3:acl:relcl _ +6 good good ADJ JJ Degree=Pos 3 advcl:relcl 3:advcl:relcl _ 7 to to PART TO _ 8 mark 8:mark _ 8 have have VERB VB VerbForm=Inf 6 csubj 6:csubj _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ @@ -181023,25 +181129,25 @@ 1-2 It's _ _ _ _ _ _ _ _ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj|7:nsubj _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -3 twice twice ADV RB NumType=Mult 5 advmod 5:advmod _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 twice twice ADV RB NumForm=Word|NumType=Mult 5 advmod 5:advmod _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 size size NOUN NN Number=Sing 0 root 0:root _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 eats eat VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 rabbit rabbit NOUN NN Number=Sing 7 obj 7:obj _ -10 once once ADV RB NumType=Mult 9 advmod 9:advmod _ +10 once once ADV RB NumForm=Word|NumType=Mult 9 advmod 9:advmod _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ -12 month month NOUN NN Number=Sing 10 obl:npmod 10:obl:npmod SpaceAfter=No +12 month month NOUN NN Number=Sing 10 obl:tmod 10:obl:tmod SpaceAfter=No 13 . . PUNCT . _ 5 punct 5:punct _ # newdoc id = answers-20111108110329AAxl1pb_ans # sent_id = answers-20111108110329AAxl1pb_ans-0001 # newpar id = answers-20111108110329AAxl1pb_ans-p0001 # text = are my two cats fighting or playing? -1 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ -3 two two NUM CD NumType=Card 4 nummod 4:nummod _ +1 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 two two NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 cats cat NOUN NNS Number=Plur 5 nsubj 5:nsubj|7:nsubj _ 5 fighting fight VERB VBG VerbForm=Ger 0 root 0:root _ 6 or or CCONJ CC _ 7 cc 7:cc _ @@ -181065,25 +181171,25 @@ # sent_id = answers-20111108110329AAxl1pb_ans-0004 # newpar id = answers-20111108110329AAxl1pb_ans-p0002 # text = i have a 1 and a half year old male neutered cat and a new 2 month old spayed female kitten. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ -4 1 1 NUM CD NumType=Card 8 nummod 8:nummod _ +4 1 1 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -7 half half NOUN NN Number=Sing 4 conj 4:conj:and|8:nummod _ +7 half half NOUN NN Number=Sing|NumForm=Word|NumType=Frac 4 conj 4:conj:and _ 8 year year NOUN NN Number=Sing 9 obl:npmod 9:obl:npmod _ 9 old old ADJ JJ Degree=Pos 12 amod 12:amod _ 10 male male ADJ JJ Degree=Pos 12 amod 12:amod _ -11 neutered neuter VERB VBN Tense=Past|VerbForm=Part 12 amod 12:amod _ +11 neutered neuter VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 amod 12:amod _ 12 cat cat NOUN NN Number=Sing 2 obj 2:obj _ 13 and and CCONJ CC _ 21 cc 21:cc _ 14 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 15 new new ADJ JJ Degree=Pos 21 amod 21:amod _ -16 2 2 NUM CD NumType=Card 17 nummod 17:nummod _ +16 2 2 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod _ 17 month month NOUN NN Number=Sing 18 obl:npmod 18:obl:npmod _ 18 old old ADJ JJ Degree=Pos 21 amod 21:amod _ -19 spayed spay VERB VBN Tense=Past|VerbForm=Part 21 amod 21:amod _ +19 spayed spay VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 amod 21:amod _ 20 female female ADJ JJ Degree=Pos 21 amod 21:amod _ 21 kitten kitten NOUN NN Number=Sing 12 conj 2:obj|12:conj:and SpaceAfter=No 22 . . PUNCT . _ 2 punct 2:punct _ @@ -181091,14 +181197,14 @@ # sent_id = answers-20111108110329AAxl1pb_ans-0005 # text = the first night i brought her home i did the sniffing under the door thing and left it at that. 1 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 first first ADJ JJ Degree=Pos|NumType=Ord 3 amod 3:amod _ +2 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 3 amod 3:amod _ 3 night night NOUN NN Number=Sing 9 obl:tmod 9:obl:tmod _ -4 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 brought bring VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +4 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ +5 brought bring VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 5 obj 5:obj _ 7 home home ADV RB _ 5 advmod 5:advmod _ -8 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj|17:nsubj _ -9 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj|17:nsubj _ +9 did do VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 11 sniffing sniff VERB VBG VerbForm=Ger 15 compound 15:compound _ 12 under under ADP IN _ 14 case 14:case _ @@ -181106,7 +181212,7 @@ 14 door door NOUN NN Number=Sing 11 obl 11:obl:under _ 15 thing thing NOUN NN Number=Sing 9 obj 9:obj _ 16 and and CCONJ CC _ 17 cc 17:cc _ -17 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 conj 9:conj:and _ +17 left leave VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 9 conj 9:conj:and _ 18 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 obj 17:obj _ 19 at at ADP IN _ 20 case 20:case _ 20 that that PRON DT Number=Sing|PronType=Dem 17 obl 17:obl:at SpaceAfter=No @@ -181117,8 +181223,8 @@ 1 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 next next ADJ JJ Degree=Pos 3 amod 3:amod _ 3 day day NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ -4 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 let let VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ +5 let let VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 5 obj 5:obj _ 7 out out ADP IN _ 10 case 10:case _ 8 of of ADP IN _ 10 case 10:case _ @@ -181128,39 +181234,39 @@ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 13 could could AUX MD VerbForm=Fin 14 aux 14:aux _ 14 check check VERB VB VerbForm=Inf 5 advcl 5:advcl:so _ -15 each each DET DT _ 16 det 16:det _ -16 other other ADJ JJ Degree=Pos 14 obj 14:obj _ +15 each each DET DT ExtPos=PRON|PronType=Rcp 14 obj 14:obj _ +16 other other ADJ JJ Degree=Pos 15 fixed 15:fixed _ 17 out out ADP RP _ 14 compound:prt 14:compound:prt SpaceAfter=No 18 , , PUNCT , _ 22 punct 22:punct _ 19 and and CCONJ CC _ 22 cc 22:cc _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 kitten kitten NOUN NN Number=Sing 22 nsubj 22:nsubj _ -22 hissed hiss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ -23 twice twice ADV RB NumType=Mult 22 advmod 22:advmod _ +22 hissed hiss VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +23 twice twice ADV RB NumForm=Word|NumType=Mult 22 advmod 22:advmod _ 24 within within ADP IN _ 28 case 28:case _ 25 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ -26 first first ADJ JJ Degree=Pos|NumType=Ord 28 amod 28:amod _ -27 20 20 NUM CD NumType=Card 28 nummod 28:nummod _ +26 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 28 amod 28:amod _ +27 20 20 NUM CD NumForm=Digit|NumType=Card 28 nummod 28:nummod _ 28 minutes minute NOUN NNS Number=Plur 22 obl 22:obl:within _ 29 of of SCONJ IN _ 30 mark 30:mark _ 30 meeting meet VERB VBG VerbForm=Ger 28 acl 28:acl:of _ -31 each each DET DT _ 32 det 32:det _ -32 other other ADJ JJ Degree=Pos 30 obj 30:obj _ +31 each each DET DT ExtPos=PRON|PronType=Rcp 30 obj 30:obj _ +32 other other ADJ JJ Degree=Pos 31 fixed 31:fixed _ 33 and and CCONJ CC _ 38 cc 38:cc _ 34 now now ADV RB _ 38 advmod 38:advmod _ 35 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 38 nsubj 38:nsubj _ 36 no no ADV RB _ 37 advmod 37:advmod _ -37 longer longer ADV RBR Degree=Cmp 38 advmod 38:advmod _ +37 longer long ADV RBR Degree=Cmp 38 advmod 38:advmod _ 38 hisses hiss VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 39 and and CCONJ CC _ 43 cc 43:cc _ 40 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 43 nsubj 43:nsubj _ -41 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 43 aux 43:aux _ +41 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 43 aux 43:aux _ 42 been be AUX VBN Tense=Past|VerbForm=Part 43 aux 43:aux _ 43 playing play VERB VBG Tense=Pres|VerbForm=Part 5 conj 5:conj:and SpaceAfter=No -44 ( ( PUNCT -LRB- _ 43 punct 43:punct SpaceAfter=No -45 chasing chase VERB VBG VerbForm=Ger 43 appos 43:appos _ -46 each each DET DT _ 47 det 47:det _ -47 other other ADJ JJ Degree=Pos 45 obj 45:obj _ +44 ( ( PUNCT -LRB- _ 45 punct 45:punct SpaceAfter=No +45 chasing chase VERB VBG VerbForm=Ger 43 parataxis 43:parataxis _ +46 each each DET DT ExtPos=PRON|PronType=Rcp 45 obj 45:obj _ +47 other other ADJ JJ Degree=Pos 46 fixed 46:fixed _ 48 up up ADP IN _ 52 case 52:case _ 49 and and CCONJ CC _ 50 cc 50:cc _ 50 down down ADP IN _ 48 conj 48:conj:and|52:case _ @@ -181174,55 +181280,55 @@ 58 ground ground NOUN NN Number=Sing 54 obl 54:obl:on _ 59 and and CCONJ CC _ 60 cc 60:cc _ 60 pawing paw VERB VBG VerbForm=Ger 45 conj 43:appos|45:conj:and _ -61 at at ADP IN _ 63 case 63:case _ -62 each each DET DT _ 63 det 63:det _ -63 other other ADJ JJ Degree=Pos 60 obl 60:obl:at SpaceAfter=No -64 ) ) PUNCT -RRB- _ 43 punct 43:punct SpaceAfter=No +61 at at ADP IN _ 62 case 62:case _ +62 each each DET DT ExtPos=PRON|PronType=Rcp 60 obl 60:obl:at _ +63 other other ADJ JJ Degree=Pos 62 fixed 62:fixed SpaceAfter=No +64 ) ) PUNCT -RRB- _ 45 punct 45:punct SpaceAfter=No 65 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108110329AAxl1pb_ans-0007 # text = only once it looked like my male cat was biting at her neck and then her stomach and she was meowing fairly loud and hissed once then he backed off and now they are fine. 1 only only ADV RB _ 2 advmod 2:advmod _ -2 once once ADV RB NumType=Mult 4 advmod 4:advmod _ +2 once once ADV RB NumForm=Word|NumType=Mult 4 advmod 4:advmod _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 expl 4:expl _ -4 looked look VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 looked look VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 like like SCONJ IN _ 10 mark 10:mark _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 male male ADJ JJ Degree=Pos 8 amod 8:amod _ 8 cat cat NOUN NN Number=Sing 10 nsubj 10:nsubj _ 9 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 aux 10:aux _ 10 biting bite VERB VBG Tense=Pres|VerbForm=Part 4 advcl 4:advcl:like _ 11 at at ADP IN _ 13 case 13:case _ -12 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 neck neck NOUN NN Number=Sing 10 obl 10:obl:at _ 14 and and CCONJ CC _ 17 cc 17:cc _ 15 then then ADV RB PronType=Dem 17 advmod 17:advmod _ -16 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 stomach stomach NOUN NN Number=Sing 13 conj 10:obl:at|13:conj:and _ 18 and and CCONJ CC _ 21 cc 21:cc _ 19 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj|25:nsubj _ -20 was be AUX VBD Mood=Ind|Number=Sing|Tense=Past|VerbForm=Fin 21 aux 21:aux _ +20 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 aux 21:aux _ 21 meowing meow VERB VBG Tense=Pres|VerbForm=Part 4 conj 4:conj:and _ 22 fairly fairly ADV RB _ 23 advmod 23:advmod _ 23 loud loud ADV RB _ 21 advmod 21:advmod _ 24 and and CCONJ CC _ 25 cc 25:cc _ -25 hissed hiss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 conj 21:conj:and _ -26 once once ADV RB NumType=Mult 25 advmod 25:advmod _ +25 hissed hiss VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 conj 21:conj:and _ +26 once once ADV RB NumForm=Word|NumType=Mult 25 advmod 25:advmod _ 27 then then ADV RB PronType=Dem 29 advmod 29:advmod _ 28 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 29 nsubj 29:nsubj _ -29 backed back VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +29 backed back VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 30 off off ADP RP _ 29 compound:prt 29:compound:prt _ 31 and and CCONJ CC _ 35 cc 35:cc _ 32 now now ADV RB _ 35 advmod 35:advmod _ 33 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 35 nsubj 35:nsubj _ -34 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 35 cop 35:cop _ +34 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 35 cop 35:cop _ 35 fine fine ADJ JJ Degree=Pos 4 conj 4:conj:and SpaceAfter=No 36 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108110329AAxl1pb_ans-0008 # text = were they roughhouse playing? -1 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ -2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 compound 4:compound _ +1 were be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 3 roughhouse roughhouse NOUN NN Number=Sing 4 compound 4:compound _ 4 playing play VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No 5 ? ? PUNCT . _ 4 punct 4:punct _ @@ -181230,7 +181336,7 @@ # sent_id = answers-20111108110329AAxl1pb_ans-0009 # text = or were they actually fighting? 1 or or CCONJ CC _ 5 cc 5:cc _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 4 actually actually ADV RB _ 5 advmod 5:advmod _ 5 fighting fight VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No @@ -181245,48 +181351,48 @@ 5 biting bite VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No 6 " " PUNCT '' _ 5 punct 5:punct _ 7 at at ADP IN _ 9 case 9:case _ -8 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 neck neck NOUN NN Number=Sing 5 obl 5:obl:at _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 stomach stomach NOUN NN Number=Sing 9 conj 5:obl:at|9:conj:and _ 12 previously previously ADV RB _ 5 advmod 5:advmod _ 13 while while SCONJ IN _ 15 mark 15:mark _ 14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -15 play play VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:while _ +15 play play VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:while _ 16 without without SCONJ IN _ 18 mark 18:mark _ -17 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nsubj 18:nsubj|20:nsubj _ +17 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nsubj 18:nsubj|20:nsubj _ 18 meowing meow VERB VBG VerbForm=Ger 5 advcl 5:advcl:without _ 19 or or CCONJ CC _ 20 cc 20:cc _ -20 anything anything PRON NN Number=Sing 18 conj 5:advcl:without|18:conj:or _ +20 anything anything PRON NN Number=Sing|PronType=Ind 18 conj 5:advcl:without|18:conj:or _ 21 so so ADV RB _ 24 advmod 24:advmod _ 22-23 im _ _ _ _ _ _ _ _ -22 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ -23 m be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ -24 wondering wonder VERB VBG Tense=Pres|VerbForm=Part 5 conj 5:conj _ +22 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ +23 m be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 24 aux 24:aux CorrectForm='m +24 wondering wonder VERB VBG Tense=Pres|VerbForm=Part 5 parataxis 5:parataxis _ 25 if if SCONJ IN _ 27 mark 27:mark _ 26 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 27 nsubj 27:nsubj _ -27 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 advcl 24:advcl:if _ +27 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 ccomp 24:ccomp _ 28 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ 29 little little ADJ JJ Degree=Pos 31 obl:npmod 31:obl:npmod _ -30 to to ADV RB _ 31 advmod 31:advmod _ +30 to too ADV RB Typo=Yes 31 advmod 31:advmod CorrectForm=too 31 far far ADV RB Degree=Pos 27 advmod 27:advmod _ 32 that that DET DT Number=Sing|PronType=Dem 34 det 34:det _ -33 one one NUM CD NumType=Card 34 nummod 34:nummod _ +33 one one NUM CD NumForm=Word|NumType=Card 34 nummod 34:nummod _ 34 time time NOUN NN Number=Sing 27 obl:tmod 27:obl:tmod SpaceAfter=No 35 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108110329AAxl1pb_ans-0011 # text = any answers help!!!!!! -1 any any DET DT _ 2 det 2:det _ +1 any any DET DT PronType=Ind 2 det 2:det _ 2 answers answer NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 help help VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 help help VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 4 !!!!!! !!!!!! PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108110329AAxl1pb_ans-0012 # newpar id = answers-20111108110329AAxl1pb_ans-p0003 # text = you did not leave the new kitten in the room long enough. 1 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 leave leave VERB VB VerbForm=Inf 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -181295,32 +181401,32 @@ 8 in in ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 room room NOUN NN Number=Sing 4 obl 4:obl:in _ -11 long long ADV RB Degree=Pos 12 advmod 12:advmod _ -12 enough enough ADV RB _ 4 advmod 4:advmod SpaceAfter=No +11 long long ADV RB _ 4 advmod 4:advmod _ +12 enough enough ADV RB _ 11 advmod 11:advmod SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108110329AAxl1pb_ans-0013 # text = you need to do that for a least a week, or else this type of territorial fighting will happen. 1 you you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 do do VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 that that PRON DT Number=Sing|PronType=Dem 4 obj 4:obj _ 6 for for ADP IN _ 10 case 10:case _ -7 a a ADV RB _ 8 case 8:case _ -8 least least ADV RBS Degree=Sup 10 nmod 10:nmod:a _ +7 a at ADP IN Typo=Yes 8 case 8:case CorrectForm=at +8 least least ADJ JJS Degree=Sup 10 nmod 10:nmod:at _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 week week NOUN NN Number=Sing 4 obl 4:obl:for SpaceAfter=No 11 , , PUNCT , _ 20 punct 20:punct _ -12 or or CCONJ CC _ 13 cc 13:cc _ -13 else else ADV RB _ 20 cc 20:cc _ +12 or or CCONJ CC _ 20 cc 20:cc _ +13 else else ADV RB _ 20 advmod 20:advmod _ 14 this this DET DT Number=Sing|PronType=Dem 15 det 15:det _ 15 type type NOUN NN Number=Sing 20 nsubj 20:nsubj _ 16 of of ADP IN _ 18 case 18:case _ 17 territorial territorial ADJ JJ Degree=Pos 18 amod 18:amod _ 18 fighting fighting NOUN NN Number=Sing 15 nmod 15:nmod:of _ 19 will will AUX MD VerbForm=Fin 20 aux 20:aux _ -20 happen happen VERB VB VerbForm=Inf 2 conj 2:conj:or_else SpaceAfter=No +20 happen happen VERB VB VerbForm=Inf 2 conj 2:conj:or SpaceAfter=No 21 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108110329AAxl1pb_ans-0014 @@ -181329,7 +181435,7 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 new new ADJ JJ Degree=Pos 4 amod 4:amod _ 4 kitten kitten NOUN NN Number=Sing 1 iobj 1:iobj _ -5 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +5 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 6 own own ADJ JJ Degree=Pos 8 amod 8:amod _ 7 small small ADJ JJ Degree=Pos 8 amod 8:amod _ 8 territory territory NOUN NN Number=Sing 1 obj 1:obj _ @@ -181348,7 +181454,7 @@ 21 to to PART TO _ 22 mark 22:mark _ 22 go go VERB VB VerbForm=Inf 20 acl 20:acl:to _ 23 to to ADP IN _ 22 obl 22:obl _ -24 when when SCONJ WRB PronType=Int 25 mark 25:mark _ +24 when when ADV WRB PronType=Int 25 advmod 25:advmod _ 25 scared scared ADJ JJ Degree=Pos 22 advcl 22:advcl:when SpaceAfter=No 26 . . PUNCT . _ 10 punct 10:punct _ @@ -181356,8 +181462,8 @@ # text = right now, your male is fighting off an intruder, and he feels that all of the house is his. 1 right right ADV RB _ 2 advmod 2:advmod _ 2 now now ADV RB _ 7 advmod 7:advmod SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 , , PUNCT , _ 2 punct 2:punct _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 male male NOUN NN Number=Sing 7 nsubj 7:nsubj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 fighting fight VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ @@ -181369,18 +181475,18 @@ 13 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 14 feels feel VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 conj 7:conj:and _ 15 that that SCONJ IN _ 21 mark 21:mark _ -16 all all DET DT _ 21 nsubj 21:nsubj _ +16 all all DET DT PronType=Tot 21 nsubj 21:nsubj _ 17 of of ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 house house NOUN NN Number=Sing 16 nmod 16:nmod:of _ 20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ -21 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 ccomp 14:ccomp SpaceAfter=No +21 his his PRON PRP Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 ccomp 14:ccomp SpaceAfter=No 22 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108110329AAxl1pb_ans-0016 # text = put her back in the room, and keep the door closed for a week. 1 put put VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 1 obj 1:obj _ +2 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 1 obj 1:obj _ 3 back back ADP RP _ 1 compound:prt 1:compound:prt _ 4 in in ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -181403,7 +181509,7 @@ 3 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ 4 out out ADP RP _ 2 compound:prt 2:compound:prt _ 5 for for ADP IN _ 7 case 7:case _ -6 ten ten NUM CD NumType=Card 7 nummod 7:nummod _ +6 ten ten NUM CD NumForm=Word|NumType=Card 7 nummod 7:nummod _ 7 minutes minute NOUN NNS Number=Plur 2 obl 2:obl:for SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ @@ -181411,13 +181517,13 @@ # text = make it fifteen the next day, then twenty, and so on. 1 make make VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ -3 fifteen fifteen NUM CD NumType=Card 1 xcomp 1:xcomp _ +3 fifteen fifteen NUM CD NumForm=Word|NumType=Card 1 xcomp 1:xcomp _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 next next ADJ JJ Degree=Pos 6 amod 6:amod _ 6 day day NOUN NN Number=Sing 1 obl:tmod 1:obl:tmod SpaceAfter=No 7 , , PUNCT , _ 9 punct 9:punct _ 8 then then ADV RB PronType=Dem 9 advmod 9:advmod _ -9 twenty twenty NUM CD NumType=Card 1 conj 1:conj:and SpaceAfter=No +9 twenty twenty NUM CD NumForm=Word|NumType=Card 1 conj 1:conj:and SpaceAfter=No 10 , , PUNCT , _ 9 punct 9:punct _ 11 and and CCONJ CC _ 13 cc 13:cc _ 12 so so ADV RB _ 13 advmod 13:advmod _ @@ -181429,26 +181535,26 @@ 1 this this PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ 2 will will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 do do VERB VB VerbForm=Inf 0 root 0:root _ -4 two two NUM CD NumType=Card 5 nummod 5:nummod _ +4 two two NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 5 things thing NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -6 ; ; PUNCT , _ 3 punct 3:punct _ +6 ; ; PUNCT , _ 11 punct 11:punct _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 new new ADJ JJ Degree=Pos 9 amod 9:amod _ 9 kitten kitten NOUN NN Number=Sing 11 nsubj 11:nsubj _ 10 will will AUX MD VerbForm=Fin 11 aux 11:aux _ 11 rub rub VERB VB VerbForm=Inf 5 appos 5:appos _ -12 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 cheek cheek NOUN NN Number=Sing 11 obj 11:obj _ 14 on on ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 furniture furniture NOUN NN Number=Sing 11 obl 11:obl:on _ 17 in in ADP IN _ 19 case 19:case _ -18 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 room room NOUN NN Number=Sing 16 nmod 16:nmod:in SpaceAfter=No -20 , , PUNCT , _ 11 punct 11:punct _ +20 , , PUNCT , _ 21 punct 21:punct _ 21 making make VERB VBG VerbForm=Ger 11 advcl 11:advcl _ 22 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 obj 21:obj|24:nsubj:xsubj _ -23 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +23 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 territory territory NOUN NN Number=Sing 21 xcomp 21:xcomp SpaceAfter=No 25 . . PUNCT . _ 3 punct 3:punct _ @@ -181463,15 +181569,15 @@ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 feel feel VERB VB VerbForm=Inf 3 conj 3:conj:and _ 9 safe safe ADJ JJ Degree=Pos 8 xcomp 8:xcomp _ -10 - - PUNCT : _ 3 punct 3:punct _ +10 - - PUNCT : _ 13 punct 13:punct _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ 12 can can AUX MD VerbForm=Fin 13 aux 13:aux _ 13 bet bet VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ -14 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ +14 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 15-16 doesn't _ _ _ _ _ _ _ _ -15 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ -16 n't not PART RB _ 17 advmod 17:advmod _ -17 now now ADV RB _ 13 ccomp 13:ccomp SpaceAfter=No +15 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 ccomp 13:ccomp _ +16 n't not PART RB _ 15 advmod 15:advmod _ +17 now now ADV RB _ 15 advmod 15:advmod SpaceAfter=No 18 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108110329AAxl1pb_ans-0021 @@ -181481,7 +181587,7 @@ 3 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 invading invade VERB VBG Tense=Pres|VerbForm=Part 2 ccomp 2:ccomp _ -6 someone someone PRON NN Number=Sing 9 nmod:poss 9:nmod:poss _ +6 someone someone PRON NN Number=Sing|PronType=Ind 9 nmod:poss 9:nmod:poss _ 7-8 else's _ _ _ _ _ _ _ _ 7 else else ADJ JJ Degree=Pos 6 amod 6:amod _ 8 's 's PART POS _ 6 case 6:case _ @@ -181496,8 +181602,8 @@ 16 , , PUNCT , _ 18 punct 18:punct _ 17 and and CCONJ CC _ 18 cc 18:cc _ 18 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 conj 14:conj:and _ -19 no no X GW _ 18 obj 18:obj _ -20 where where NOUN NN Number=Sing 19 goeswith 19:goeswith _ +19 no nowhere NOUN GW Number=Sing|Typo=Yes 18 obj 18:obj _ +20 where _ X NN _ 19 goeswith 19:goeswith _ 21 to to PART TO _ 22 mark 22:mark _ 22 go go VERB VB VerbForm=Inf 19 acl 19:acl:to SpaceAfter=No 23 . . PUNCT . _ 2 punct 2:punct _ @@ -181519,8 +181625,8 @@ # text = as well, your male will be able to see that his territory is not threatened. 1 as as ADV RB _ 8 advmod 8:advmod _ 2 well well ADV RB Degree=Pos 1 fixed 1:fixed SpaceAfter=No -3 , , PUNCT , _ 8 punct 8:punct _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 , , PUNCT , _ 1 punct 1:punct _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 male male NOUN NN Number=Sing 8 nsubj 8:nsubj|10:nsubj:xsubj _ 6 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 7 be be AUX VB VerbForm=Inf 8 cop 8:cop _ @@ -181528,7 +181634,7 @@ 9 to to PART TO _ 10 mark 10:mark _ 10 see see VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 that that SCONJ IN _ 16 mark 16:mark _ -12 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 territory territory NOUN NN Number=Sing 16 nsubj:pass 16:nsubj:pass _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 aux:pass 16:aux:pass _ 15 not not PART RB _ 16 advmod 16:advmod _ @@ -181537,11 +181643,11 @@ # sent_id = answers-20111108110329AAxl1pb_ans-0024 # text = when the door opens, he will get that the one room is hers, and he will be OK with that. -1 when when SCONJ WRB PronType=Int 4 mark 4:mark _ +1 when when ADV WRB PronType=Int 4 advmod 4:advmod _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 door door NOUN NN Number=Sing 4 nsubj 4:nsubj _ 4 opens open VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:when SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 7 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 8 get get VERB VB VerbForm=Inf 0 root 0:root _ @@ -181550,7 +181656,7 @@ 11 one one NOUN NN Number=Sing 12 compound 12:compound _ 12 room room NOUN NN Number=Sing 14 nsubj 14:nsubj _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ -14 hers hers PRON PRP _ 8 ccomp 8:ccomp SpaceAfter=No +14 hers her PRON PRP Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 ccomp 8:ccomp SpaceAfter=No 15 , , PUNCT , _ 20 punct 20:punct _ 16 and and CCONJ CC _ 20 cc 20:cc _ 17 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ @@ -181573,20 +181679,20 @@ # sent_id = answers-20111108110329AAxl1pb_ans-0026 # text = your male is hurting her to put her in her place - biting her scruff is dominance and biting the belly is a move cats use when hunting - to pull the guts out of their prey. -1 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 male male NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 hurting hurt VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -5 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 obj 4:obj _ +5 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ 6 to to PART TO _ 7 mark 7:mark _ 7 put put VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ 8 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj _ 9 in in ADP IN _ 11 case 11:case _ -10 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 place place NOUN NN Number=Sing 7 obl 7:obl:in _ -12 - - PUNCT , _ 4 punct 4:punct _ +12 - - PUNCT , _ 17 punct 17:punct _ 13 biting bite VERB VBG VerbForm=Ger 17 csubj 17:csubj _ -14 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 scruff scruff NOUN NN Number=Sing 13 obj 13:obj _ 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 17 dominance dominance NOUN NN Number=Sing 4 parataxis 4:parataxis _ @@ -181598,17 +181704,17 @@ 23 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 24 move move NOUN NN Number=Sing 17 conj 17:conj:and _ 25 cats cat NOUN NNS Number=Plur 26 nsubj 26:nsubj _ -26 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 acl:relcl 24:acl:relcl _ -27 when when SCONJ WRB PronType=Int 28 mark 28:mark _ +26 use use VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 acl:relcl 24:acl:relcl _ +27 when when ADV WRB PronType=Int 28 advmod 28:advmod _ 28 hunting hunt VERB VBG VerbForm=Ger 26 advcl 26:advcl:when _ -29 - - PUNCT , _ 28 punct 28:punct _ +29 - - PUNCT , _ 31 punct 31:punct _ 30 to to PART TO _ 31 mark 31:mark _ 31 pull pull VERB VB VerbForm=Inf 28 advcl 28:advcl:to _ 32 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 33 guts gut NOUN NNS Number=Plur 31 obj 31:obj _ 34 out out ADP IN _ 37 case 37:case _ 35 of of ADP IN _ 37 case 37:case _ -36 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ +36 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ 37 prey prey NOUN NN Number=Sing 31 obl 31:obl:of SpaceAfter=No 38 . . PUNCT . _ 4 punct 4:punct _ @@ -181628,7 +181734,7 @@ 4 to to PART TO _ 5 mark 5:mark _ 5 set set VERB VB VerbForm=Inf 3 acl 3:acl:to _ 6 up up ADP RP _ 5 compound:prt 5:compound:prt _ -7 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 territories territory NOUN NNS Number=Plur 5 obj 5:obj SpaceAfter=No 9 , , PUNCT , _ 19 punct 19:punct _ 10 and and CCONJ CC _ 19 cc 19:cc _ @@ -181639,7 +181745,7 @@ 15 new new ADJ JJ Degree=Pos 16 amod 16:amod _ 16 kitten kitten NOUN NN Number=Sing 13 obj 13:obj _ 17 out out ADP RP _ 13 compound:prt 13:compound:prt SpaceAfter=No -18 , , PUNCT , _ 19 punct 19:punct _ +18 , , PUNCT , _ 13 punct 13:punct _ 19 pay pay VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ 20 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 21 lot lot NOUN NN Number=Sing 19 obj 19:obj _ @@ -181653,12 +181759,12 @@ # sent_id = answers-20111108110329AAxl1pb_ans-0029 # text = you have brought someone else into his territory, and he needs to be reminded that you still love him, and support his claim to his space. 1 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 brought bring VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 someone someone PRON NN Number=Sing 3 obj 3:obj _ +4 someone someone PRON NN Number=Sing|PronType=Ind 3 obj 3:obj _ 5 else else ADJ JJ Degree=Pos 4 amod 4:amod _ 6 into into ADP IN _ 8 case 8:case _ -7 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 territory territory NOUN NN Number=Sing 3 obl 3:obl:into SpaceAfter=No 9 , , PUNCT , _ 12 punct 12:punct _ 10 and and CCONJ CC _ 12 cc 12:cc _ @@ -181670,15 +181776,15 @@ 16 that that SCONJ IN _ 19 mark 19:mark _ 17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 19 nsubj 19:nsubj|23:nsubj _ 18 still still ADV RB _ 19 advmod 19:advmod _ -19 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 ccomp 15:ccomp _ +19 love love VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 15 ccomp 15:ccomp _ 20 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 19 obj 19:obj SpaceAfter=No 21 , , PUNCT , _ 23 punct 23:punct _ 22 and and CCONJ CC _ 23 cc 23:cc _ -23 support support VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 conj 15:ccomp|19:conj:and _ -24 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +23 support support VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 19 conj 15:ccomp|19:conj:and _ +24 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 claim claim NOUN NN Number=Sing 23 obj 23:obj _ 26 to to ADP IN _ 28 case 28:case _ -27 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +27 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ 28 space space NOUN NN Number=Sing 25 nmod 25:nmod:to SpaceAfter=No 29 . . PUNCT . _ 3 punct 3:punct _ @@ -181689,7 +181795,7 @@ 3 help help VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 reassure reassure VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 obj 5:obj SpaceAfter=No +6 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 iobj 5:iobj SpaceAfter=No 7 , , PUNCT , _ 13 punct 13:punct _ 8 and and CCONJ CC _ 13 cc 13:cc _ 9 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ @@ -181698,19 +181804,19 @@ 12 less less ADV RBR Degree=Cmp 13 advmod 13:advmod _ 13 aggressive aggressive ADJ JJ Degree=Pos 3 conj 3:conj:and _ 14 with with ADP IN _ 15 case 15:case _ -15 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 obl 13:obl:with SpaceAfter=No +15 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 13 obl 13:obl:with SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108110329AAxl1pb_ans-0031 # text = when they play fight, they don't hiss. -1 when when SCONJ WRB PronType=Int 4 mark 4:mark _ +1 when when ADV WRB PronType=Int 4 advmod 4:advmod _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 3 play play VERB VB VerbForm=Inf 4 compound 4:compound _ -4 fight fight VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:when SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct _ +4 fight fight VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:when SpaceAfter=No +5 , , PUNCT , _ 4 punct 4:punct _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 7-8 don't _ _ _ _ _ _ _ _ -7 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +7 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 n't not PART RB _ 9 advmod 9:advmod _ 9 hiss hiss VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 10 . . PUNCT . _ 9 punct 9:punct _ @@ -181719,10 +181825,10 @@ # text = if they hiss, they are not playing. 1 if if SCONJ IN _ 3 mark 3:mark _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 hiss hiss VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:if SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +3 hiss hiss VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:if SpaceAfter=No +4 , , PUNCT , _ 3 punct 3:punct _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 not not PART RB _ 8 advmod 8:advmod _ 8 playing play VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No 9 . . PUNCT . _ 8 punct 8:punct _ @@ -181731,12 +181837,12 @@ # text = if they bite, and one cries, you must separate them, and you must keep an eye on them. 1 if if SCONJ IN _ 3 mark 3:mark _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 bite bite VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:if SpaceAfter=No +3 bite bite VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:if SpaceAfter=No 4 , , PUNCT , _ 7 punct 7:punct _ 5 and and CCONJ CC _ 7 cc 7:cc _ -6 one one NUM CD NumType=Card 7 nsubj 7:nsubj _ +6 one one NUM CD NumForm=Word|NumType=Card 7 nsubj 7:nsubj _ 7 cries cry VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and|11:advcl:if SpaceAfter=No -8 , , PUNCT , _ 11 punct 11:punct _ +8 , , PUNCT , _ 3 punct 3:punct _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ 10 must must AUX MD VerbForm=Fin 11 aux 11:aux _ 11 separate separate VERB VB VerbForm=Inf 0 root 0:root _ @@ -181757,10 +181863,10 @@ 1 hissing hissing NOUN NN Number=Sing 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 OK ok ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 7 punct 7:punct _ 5 unless unless SCONJ IN _ 7 mark 7:mark _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ -7 start start VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:unless _ +7 start start VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:unless _ 8 to to PART TO _ 9 mark 9:mark _ 9 fight fight VERB VB VerbForm=Inf 7 xcomp 7:xcomp SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ @@ -181770,7 +181876,7 @@ 1 if if SCONJ IN _ 3 mark 3:mark _ 2 that that PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ 3 happens happen VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:if SpaceAfter=No -4 , , PUNCT , _ 5 punct 5:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 separate separate VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 6 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 5 obj 5:obj SpaceAfter=No 7 , , PUNCT , _ 9 punct 9:punct _ @@ -181787,12 +181893,12 @@ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 girl girl NOUN NN Number=Sing 1 obj 1:obj _ 4 in in ADP IN _ 6 case 6:case _ -5 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 territory territory NOUN NN Number=Sing 1 obl 1:obl:in _ 7 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 8 make make VERB VB VerbForm=Inf 0 root 0:root _ 9 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 8 obj 8:obj|10:nsubj:xsubj|12:nsubj:xsubj _ -10 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 xcomp 8:xcomp _ +10 feel feel VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 less less ADV RBR Degree=Cmp 12 advmod 12:advmod _ 12 afraid afraid ADJ JJ Degree=Pos 10 xcomp 10:xcomp SpaceAfter=No 13 , , PUNCT , _ 17 punct 17:punct _ @@ -181819,7 +181925,7 @@ 6 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No 7 get get VERB VB Mood=Imp|VerbForm=Fin 12 acl 12:acl _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 f*ck f*ck NOUN NN Number=Sing 10 obl:npmod 10:obl:npmod _ +9 f*ck fuck NOUN NN Number=Sing|Style=Expr 10 obl:npmod 10:obl:npmod CorrectForm=fuck 10 away away ADV RB _ 7 advmod 7:advmod SpaceAfter=No 11 " " PUNCT '' _ 7 punct 7:punct _ 12 sound sound NOUN NN Number=Sing 0 root 0:root SpaceAfter=No @@ -181831,7 +181937,7 @@ 2 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3-4 they've _ _ _ _ _ _ _ _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -4 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 've have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 gone go VERB VBN Tense=Past|VerbForm=Part 2 ccomp 2:ccomp _ 6 too too ADV RB _ 7 advmod 7:advmod _ 7 far far ADV RB Degree=Pos 5 advmod 5:advmod SpaceAfter=No @@ -181839,15 +181945,15 @@ # sent_id = answers-20111108110329AAxl1pb_ans-0040 # text = When they start bleeding that means they're really fighting. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|4:nsubj:xsubj _ -3 start start VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:when _ +3 start start VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:when _ 4 bleeding bleed VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ 5 that that PRON DT Number=Sing|PronType=Dem 6 nsubj 6:nsubj _ 6 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7-8 they're _ _ _ _ _ _ _ _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -8 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +8 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 really really ADV RB _ 10 advmod 10:advmod _ 10 fighting fight VERB VBG Tense=Pres|VerbForm=Part 6 ccomp 6:ccomp SpaceAfter=No 11 . . PUNCT . _ 6 punct 6:punct _ @@ -181857,43 +181963,43 @@ 1 If if SCONJ IN _ 4 mark 4:mark _ 2-3 they're _ _ _ _ _ _ _ _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj|10:nsubj _ -3 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 going go VERB VBG Tense=Pres|VerbForm=Part 39 advcl 39:advcl:if _ 5 kinda kinda ADV RB _ 6 advmod 6:advmod _ 6 slow slow ADV RB _ 4 advmod 4:advmod _ 7 and and CCONJ CC _ 10 cc 10:cc _ 8 like like INTJ UH _ 10 discourse 10:discourse _ -9 fake fake ADJ RB _ 10 advmod 10:advmod _ +9 fake fake ADJ JJ Degree=Pos 10 compound 10:compound _ 10 biting bite VERB VBG Tense=Pres|VerbForm=Part 4 conj 4:conj:and|39:advcl:if _ -11 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No +11 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No 12 not not PART RB _ 13 advmod 13:advmod _ 13 biting bite VERB VBG VerbForm=Ger 10 advcl 10:advcl _ 14 as as ADV RB _ 15 advmod 15:advmod _ 15 hard hard ADV RB Degree=Pos 13 advmod 13:advmod _ 16 as as SCONJ IN _ 18 mark 18:mark _ 17 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -18 can can AUX MD VerbForm=Fin 14 advcl 14:advcl:as SpaceAfter=No -19 ) ) PUNCT -RRB- _ 10 punct 10:punct SpaceAfter=No +18 can can AUX MD VerbForm=Fin 15 advcl 15:advcl:as SpaceAfter=No +19 ) ) PUNCT -RRB- _ 13 punct 13:punct SpaceAfter=No 20 , , PUNCT , _ 23 punct 23:punct _ 21 and and CCONJ CC _ 23 cc 23:cc _ -22 fake fake ADJ RB _ 23 advmod 23:advmod _ +22 fake fake ADJ JJ Degree=Pos 23 compound 23:compound _ 23 scratching scratch VERB VBG Tense=Pres|VerbForm=Part 10 conj 10:conj:and _ -24 ( ( PUNCT -LRB- _ 23 punct 23:punct SpaceAfter=No +24 ( ( PUNCT -LRB- _ 26 punct 26:punct SpaceAfter=No 25 not not PART RB _ 26 advmod 26:advmod _ 26 hitting hit VERB VBG VerbForm=Ger 23 advcl 23:advcl _ 27 as as ADV RB _ 28 advmod 28:advmod _ 28 hard hard ADV RB Degree=Pos 26 advmod 26:advmod _ 29 as as SCONJ IN _ 31 mark 31:mark _ 30 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 31 nsubj 31:nsubj _ -31 can can AUX MD VerbForm=Fin 27 advcl 27:advcl:as _ +31 can can AUX MD VerbForm=Fin 28 advcl 28:advcl:as _ 32 with with ADP IN _ 34 case 34:case _ -33 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ +33 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ 34 paws paw NOUN NNS Number=Plur 26 obl 26:obl:with SpaceAfter=No -35 ) ) PUNCT -RRB- _ 23 punct 23:punct _ +35 ) ) PUNCT -RRB- _ 26 punct 26:punct _ 36 then then ADV RB PronType=Dem 39 advmod 39:advmod _ 37-38 they're _ _ _ _ _ _ _ _ 37 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 39 nsubj 39:nsubj _ -38 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 39 aux 39:aux _ +38 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 39 aux 39:aux _ 39 playing play VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No 40 . . PUNCT . _ 39 punct 39:punct _ @@ -181901,28 +182007,28 @@ # newpar id = answers-20111108110329AAxl1pb_ans-p0005 # text = I have two cats, and at first they hissed at each other because cats are very territorial, but now they do fight and play. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 two two NUM CD NumType=Card 4 nummod 4:nummod _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 two two NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 cats cat NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No 5 , , PUNCT , _ 10 punct 10:punct _ 6 and and CCONJ CC _ 10 cc 10:cc _ -7 at at ADV RB _ 8 advmod 8:advmod _ -8 first first ADV RBS _ 10 advmod 10:advmod _ +7 at at ADP IN _ 8 case 8:case _ +8 first first ADV RB NumForm=Word|NumType=Ord 10 obl 10:obl:at _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 hissed hiss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ -11 at at ADP IN _ 13 case 13:case _ -12 each each DET DT _ 13 det 13:det _ -13 other other ADJ JJ Degree=Pos 10 obl 10:obl:at _ +10 hissed hiss VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +11 at at ADP IN _ 12 case 12:case _ +12 each each DET DT ExtPos=PRON|PronType=Rcp 10 obl 10:obl:at _ +13 other other ADJ JJ Degree=Pos 12 fixed 12:fixed _ 14 because because SCONJ IN _ 18 mark 18:mark _ 15 cats cat NOUN NNS Number=Plur 18 nsubj 18:nsubj _ -16 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ +16 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 17 very very ADV RB _ 18 advmod 18:advmod _ 18 territorial territorial ADJ JJ Degree=Pos 10 advcl 10:advcl:because SpaceAfter=No 19 , , PUNCT , _ 24 punct 24:punct _ 20 but but CCONJ CC _ 24 cc 24:cc _ 21 now now ADV RB _ 24 advmod 24:advmod _ 22 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 24 nsubj 24:nsubj|26:nsubj _ -23 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ +23 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ 24 fight fight VERB VB VerbForm=Inf 2 conj 2:conj:and _ 25 and and CCONJ CC _ 26 cc 26:cc _ 26 play play VERB VB VerbForm=Inf 24 conj 24:conj:and SpaceAfter=No @@ -181931,58 +182037,58 @@ # sent_id = answers-20111108110329AAxl1pb_ans-0043 # text = The difference is when the cat hisses, that means they are annoyed and they want the other cat to go away. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 difference difference NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 when when SCONJ WRB PronType=Int 7 mark 7:mark _ +2 difference difference NOUN NN Number=Sing 10 nsubj:outer 10:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +4 when when ADV WRB PronType=Int 7 advmod 7:advmod _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 cat cat NOUN NN Number=Sing 7 nsubj 7:nsubj _ 7 hisses hiss VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:when SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 that that PRON DT Number=Sing|PronType=Dem 10 nsubj 10:nsubj _ -10 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +10 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 13 annoyed annoyed ADJ JJ Degree=Pos 10 ccomp 10:ccomp _ 14 and and CCONJ CC _ 16 cc 16:cc _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -16 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 conj 10:ccomp|13:conj:and _ +16 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 conj 10:ccomp|13:conj:and _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 18 other other ADJ JJ Degree=Pos 19 amod 19:amod _ 19 cat cat NOUN NN Number=Sing 16 obj 16:obj|21:nsubj:xsubj _ 20 to to PART TO _ 21 mark 21:mark _ 21 go go VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 22 away away ADV RB _ 21 advmod 21:advmod SpaceAfter=No -23 . . PUNCT . _ 3 punct 3:punct _ +23 . . PUNCT . _ 10 punct 10:punct _ # sent_id = answers-20111108110329AAxl1pb_ans-0044 # text = That means they are fighting. 1 That that PRON DT Number=Sing|PronType=Dem 2 nsubj 2:nsubj _ 2 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 fighting fight VERB VBG Tense=Pres|VerbForm=Part 2 ccomp 2:ccomp SpaceAfter=No 6 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108110329AAxl1pb_ans-0045 # text = When they are just jumping at each other and their tails are wagging that means that they are playing. -1 When when SCONJ WRB PronType=Int 5 mark 5:mark _ +1 When when ADV WRB PronType=Int 5 advmod 5:advmod _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 just just ADV RB _ 5 advmod 5:advmod _ 5 jumping jump VERB VBG Tense=Pres|VerbForm=Part 15 advcl 15:advcl:when _ -6 at at ADP IN _ 8 case 8:case _ -7 each each DET DT _ 8 det 8:det _ -8 other other ADJ JJ Degree=Pos 5 obl 5:obl:at _ +6 at at ADP IN _ 7 case 7:case _ +7 each each DET DT ExtPos=PRON|PronType=Rcp 5 obl 5:obl:at _ +8 other other ADJ JJ Degree=Pos 7 fixed 7:fixed _ 9 and and CCONJ CC _ 13 cc 13:cc _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 tails tail NOUN NNS Number=Plur 13 nsubj 13:nsubj _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 wagging wag VERB VBG Tense=Pres|VerbForm=Part 5 conj 5:conj:and|15:advcl:when _ 14 that that PRON DT Number=Sing|PronType=Dem 15 nsubj 15:nsubj _ 15 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 16 that that SCONJ IN _ 19 mark 19:mark _ 17 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 19 nsubj 19:nsubj _ -18 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ +18 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 19 playing play VERB VBG Tense=Pres|VerbForm=Part 15 ccomp 15:ccomp SpaceAfter=No 20 . . PUNCT . _ 15 punct 15:punct _ @@ -181991,9 +182097,9 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 can can AUX MD VerbForm=Fin 3 aux 3:aux _ 3 see see VERB VB VerbForm=Inf 0 root 0:root _ -4 how how SCONJ WRB PronType=Int 6 mark 6:mark _ +4 how how ADV WRB PronType=Int 6 advmod 6:advmod _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj|7:nsubj:xsubj _ -6 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +6 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 7 confused confused ADJ JJ Degree=Pos 6 xcomp 6:xcomp _ 8 though though ADV RB _ 6 advmod 6:advmod SpaceAfter=No 9 . . PUNCT . _ 3 punct 3:punct _ @@ -182019,29 +182125,29 @@ # sent_id = answers-20111107092617AAgKm4X_ans-0002 # newpar id = answers-20111107092617AAgKm4X_ans-p0002 # text = When Johnson deployed troops in 1964 he was advised by the military it would take a half-million troops about ten years to pacify South Vietnam. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 Johnson Johnson PROPN NNP Number=Sing 3 nsubj 3:nsubj _ -3 deployed deploy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:when _ +3 deployed deploy VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:when _ 4 troops troops NOUN NNS Number=Plur 3 obj 3:obj _ 5 in in ADP IN _ 6 case 6:case _ -6 1964 1964 NUM CD NumType=Card 3 obl 3:obl:in _ +6 1964 1964 NUM CD NumForm=Digit|NumType=Card 3 obl 3:obl:in _ 7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj:pass 9:nsubj:pass _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ -9 advised advise VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +9 advised advise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 10 by by ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -12 military military ADJ JJ Degree=Pos 9 obl 9:obl:by _ +12 military military NOUN NN Number=Sing 9 obl:agent 9:obl:agent _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 expl 15:expl _ 14 would would AUX MD VerbForm=Fin 15 aux 15:aux _ 15 take take VERB VB VerbForm=Inf 9 ccomp 9:ccomp _ 16 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ -17 half half NOUN NN Number=Sing 19 compound 19:compound SpaceAfter=No +17 half half NOUN NN Number=Sing|NumForm=Word|NumType=Frac 19 compound 19:compound SpaceAfter=No 18 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No -19 million million NUM CD NumType=Card 20 nummod 20:nummod _ -20 troops troops NOUN NNS Number=Plur 15 nsubj 15:nsubj _ +19 million million NUM CD NumForm=Word|NumType=Card 20 nummod 20:nummod _ +20 troops troops NOUN NNS Number=Plur 15 iobj 15:iobj _ 21 about about ADV RB _ 22 advmod 22:advmod _ -22 ten ten NUM CD NumType=Card 23 nummod 23:nummod _ -23 years year NOUN NNS Number=Plur 15 obl:tmod 15:obl:tmod _ +22 ten ten NUM CD NumForm=Word|NumType=Card 23 nummod 23:nummod _ +23 years year NOUN NNS Number=Plur 15 obj 15:obj _ 24 to to PART TO _ 25 mark 25:mark _ 25 pacify pacify VERB VB VerbForm=Inf 15 csubj 15:csubj _ 26 South South PROPN NNP Number=Sing 27 compound 27:compound _ @@ -182051,12 +182157,12 @@ # sent_id = answers-20111107092617AAgKm4X_ans-0003 # text = He refused to believe them and ordered the military to win the war within two to three years (before the next election in 1968). 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj|7:nsubj _ -2 refused refuse VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 refused refuse VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 believe believe VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 4 obj 4:obj _ +5 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 4 iobj 4:iobj _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 ordered order VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +7 ordered order VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 military military NOUN NN Number=Sing 7 obj 7:obj|11:nsubj:xsubj _ 10 to to PART TO _ 11 mark 11:mark _ @@ -182064,9 +182170,9 @@ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 war war NOUN NN Number=Sing 11 obj 11:obj _ 14 within within ADP IN _ 18 case 18:case _ -15 two two NUM CD NumType=Card 18 nummod 18:nummod _ +15 two two NUM CD NumForm=Word|NumType=Card 18 nummod 18:nummod _ 16 to to ADP IN _ 17 case 17:case _ -17 three three NUM CD NumType=Card 15 nmod 15:nmod:to _ +17 three three NUM CD NumForm=Word|NumType=Card 15 nmod 15:nmod:to _ 18 years year NOUN NNS Number=Plur 11 obl 11:obl:within _ 19 ( ( PUNCT -LRB- _ 23 punct 23:punct SpaceAfter=No 20 before before ADP IN _ 23 case 23:case _ @@ -182074,14 +182180,14 @@ 22 next next ADJ JJ Degree=Pos 23 amod 23:amod _ 23 election election NOUN NN Number=Sing 11 obl 11:obl:before _ 24 in in ADP IN _ 25 case 25:case _ -25 1968 1968 NUM CD NumType=Card 23 nmod 23:nmod:in SpaceAfter=No +25 1968 1968 NUM CD NumForm=Digit|NumType=Card 23 nmod 23:nmod:in SpaceAfter=No 26 ) ) PUNCT -RRB- _ 23 punct 23:punct SpaceAfter=No 27 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111107092617AAgKm4X_ans-0004 # text = He did not give them the number of troops they requested. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 give give VERB VB VerbForm=Inf 0 root 0:root _ 5 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 4 iobj 4:iobj _ @@ -182090,13 +182196,13 @@ 8 of of ADP IN _ 9 case 9:case _ 9 troops troops NOUN NNS Number=Plur 7 nmod 7:nmod:of _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 requested request VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl SpaceAfter=No +11 requested request VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl SpaceAfter=No 12 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111107092617AAgKm4X_ans-0005 # text = This left Westmoreland with few options, so he adapted a Search and Destroy strategy instead of a Clear and Defend strategy which is, in the long run, the preferred method of pacifying an insurgency. 1 This this PRON DT Number=Sing|PronType=Dem 2 nsubj 2:nsubj _ -2 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 left leave VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 Westmoreland Westmoreland PROPN NNP Number=Sing 2 obj 2:obj _ 4 with with ADP IN _ 6 case 6:case _ 5 few few ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -182104,7 +182210,7 @@ 7 , , PUNCT , _ 10 punct 10:punct _ 8 so so ADV RB _ 10 advmod 10:advmod _ 9 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 adapted adapt VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj _ +10 adapted adapt VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 11 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 12 Search search VERB VB VerbForm=Inf 15 compound 15:compound _ 13 and and CCONJ CC _ 14 cc 14:cc _ @@ -182119,12 +182225,12 @@ 22 strategy strategy NOUN NN Number=Sing 10 obl 10:obl:instead_of|33:nsubj _ 23 which which PRON WDT PronType=Rel 33 nsubj 22:ref _ 24 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 33 cop 33:cop SpaceAfter=No -25 , , PUNCT , _ 33 punct 33:punct _ +25 , , PUNCT , _ 24 punct 24:punct _ 26 in in ADP IN _ 29 case 29:case _ 27 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 28 long long ADJ JJ Degree=Pos 29 amod 29:amod _ 29 run run NOUN NN Number=Sing 33 obl 33:obl:in SpaceAfter=No -30 , , PUNCT , _ 33 punct 33:punct _ +30 , , PUNCT , _ 29 punct 29:punct _ 31 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 32 preferred preferred ADJ JJ Degree=Pos 33 amod 33:amod _ 33 method method NOUN NN Number=Sing 22 acl:relcl 22:acl:relcl _ @@ -182136,12 +182242,12 @@ # sent_id = answers-20111107092617AAgKm4X_ans-0006 # text = Thing is, it worked. -1 Thing thing NOUN NN Number=Sing 2 nsubj 2:nsubj _ -2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +1 Thing thing NOUN NN Number=Sing 5 nsubj:outer 5:nsubj:outer _ +2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop SpaceAfter=No 3 , , PUNCT , _ 2 punct 2:punct _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -5 worked work VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp SpaceAfter=No -6 . . PUNCT . _ 2 punct 2:punct _ +5 worked work VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +6 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111107092617AAgKm4X_ans-0007 # text = The ARVN was not having a big problem with the Local VC (the guerilla movement), they were being challenged by the Main Force VC (which was light infantry) and the North Vietnamese Army (NVA). @@ -182162,16 +182268,16 @@ 15 guerilla guerilla NOUN NN Number=Sing 16 compound 16:compound _ 16 movement movement NOUN NN Number=Sing 12 appos 12:appos SpaceAfter=No 17 ) ) PUNCT -RRB- _ 16 punct 16:punct SpaceAfter=No -18 , , PUNCT , _ 5 punct 5:punct _ +18 , , PUNCT , _ 22 punct 22:punct _ 19 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 22 nsubj:pass 22:nsubj:pass _ -20 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 aux 22:aux _ +20 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 22 aux 22:aux _ 21 being be AUX VBG VerbForm=Ger 22 aux:pass 22:aux:pass _ 22 challenged challenge VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 parataxis 5:parataxis _ 23 by by ADP IN _ 27 case 27:case _ 24 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 25 Main main ADJ JJ Degree=Pos 26 amod 26:amod _ 26 Force force NOUN NN Number=Sing 27 compound 27:compound _ -27 VC VC PROPN NNP Number=Sing 22 obl 22:obl:by|32:nsubj _ +27 VC VC PROPN NNP Number=Sing 22 obl:agent 22:obl:agent|32:nsubj _ 28 ( ( PUNCT -LRB- _ 32 punct 32:punct SpaceAfter=No 29 which which PRON WDT PronType=Rel 32 nsubj 27:ref _ 30 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 32 cop 32:cop _ @@ -182180,9 +182286,9 @@ 33 ) ) PUNCT -RRB- _ 32 punct 32:punct _ 34 and and CCONJ CC _ 38 cc 38:cc _ 35 the the DET DT Definite=Def|PronType=Art 38 det 38:det _ -36 North North PROPN NNP Number=Sing 37 amod 37:amod _ -37 Vietnamese Vietnamese PROPN NNP Number=Sing 38 amod 38:amod _ -38 Army Army PROPN NNP Number=Sing 27 conj 22:obl:by|27:conj:and|32:nsubj _ +36 North North ADJ NNP Degree=Pos 37 amod 37:amod _ +37 Vietnamese Vietnamese ADJ NNP Degree=Pos 38 amod 38:amod _ +38 Army Army PROPN NNP Number=Sing 27 conj 22:obl:agent|27:conj:and|32:nsubj _ 39 ( ( PUNCT -LRB- _ 40 punct 40:punct SpaceAfter=No 40 NVA NVA PROPN NNP Number=Sing 38 appos 38:appos SpaceAfter=No 41 ) ) PUNCT -RRB- _ 40 punct 40:punct SpaceAfter=No @@ -182190,21 +182296,21 @@ # sent_id = answers-20111107092617AAgKm4X_ans-0008 # text = When the Americans swept in with their Search and Destroy operations the Communists quickly leaned they could not stand up to the US firepower, and these regular troops were forced to flee the country and take sanctuary across the borders in Laos and Cambodia. -1 When when SCONJ WRB PronType=Int 4 mark 4:mark _ +1 When when ADV WRB PronType=Int 4 advmod 4:advmod _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ -3 Americans Americans PROPN NNPS Number=Plur 4 nsubj 4:nsubj _ -4 swept sweep VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 advcl 15:advcl:when _ +3 Americans American PROPN NNPS Number=Plur 4 nsubj 4:nsubj _ +4 swept sweep VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 15 advcl 15:advcl:when _ 5 in in ADV RB _ 4 advmod 4:advmod _ 6 with with ADP IN _ 11 case 11:case _ -7 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +7 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 8 Search search VERB VB VerbForm=Inf 11 compound 11:compound _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 Destroy destroy VERB VB VerbForm=Inf 8 conj 8:conj:and|11:compound _ 11 operations operation NOUN NNS Number=Plur 4 obl 4:obl:with _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -13 Communists Communists PROPN NNPS Number=Plur 15 nsubj 15:nsubj _ +13 Communists Communist PROPN NNPS Number=Plur 15 nsubj 15:nsubj _ 14 quickly quickly ADV RB _ 15 advmod 15:advmod _ -15 leaned lean VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +15 leaned learn VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm=learned 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 19 nsubj 19:nsubj _ 17 could could AUX MD VerbForm=Fin 19 aux 19:aux _ 18 not not PART RB _ 19 advmod 19:advmod _ @@ -182219,7 +182325,7 @@ 27 these this DET DT Number=Plur|PronType=Dem 29 det 29:det _ 28 regular regular ADJ JJ Degree=Pos 29 amod 29:amod _ 29 troops troops NOUN NNS Number=Plur 31 nsubj:pass 31:nsubj:pass|33:nsubj:xsubj|37:nsubj:xsubj _ -30 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 31 aux:pass 31:aux:pass _ +30 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 31 aux:pass 31:aux:pass _ 31 forced force VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 conj 15:conj:and _ 32 to to PART TO _ 33 mark 33:mark _ 33 flee flee VERB VB VerbForm=Inf 31 xcomp 31:xcomp _ @@ -182239,7 +182345,7 @@ # sent_id = answers-20111107092617AAgKm4X_ans-0009 # text = All those sunny reports about the progress in Vietnam were correct, the Communists WERE being defeated. -1 All all DET PDT _ 4 det:predet 4:det:predet _ +1 All all DET PDT PronType=Tot 4 det:predet 4:det:predet _ 2 those that DET DT Number=Plur|PronType=Dem 4 det 4:det _ 3 sunny sunny ADJ JJ Degree=Pos 4 amod 4:amod _ 4 reports report NOUN NNS Number=Plur 11 nsubj 11:nsubj _ @@ -182248,12 +182354,12 @@ 7 progress progress NOUN NN Number=Sing 4 nmod 4:nmod:about _ 8 in in ADP IN _ 9 case 9:case _ 9 Vietnam Vietnam PROPN NNP Number=Sing 7 nmod 7:nmod:in _ -10 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 cop 11:cop _ +10 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ 11 correct correct ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ +12 , , PUNCT , _ 17 punct 17:punct _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -14 Communists Communists PROPN NNPS Number=Plur 17 nsubj:pass 17:nsubj:pass _ -15 WERE be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 aux 17:aux _ +14 Communists Communist PROPN NNPS Number=Plur 17 nsubj:pass 17:nsubj:pass _ +15 WERE be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 17 aux 17:aux _ 16 being be AUX VBG VerbForm=Ger 17 aux:pass 17:aux:pass _ 17 defeated defeat VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 parataxis 11:parataxis SpaceAfter=No 18 . . PUNCT . _ 11 punct 11:punct _ @@ -182261,7 +182367,7 @@ # sent_id = answers-20111107092617AAgKm4X_ans-0010 # text = However, Johnson would not let the military cross the borders and clean out the Communist bases. 1 However however ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 Johnson Johnson PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 4 would would AUX MD VerbForm=Fin 6 aux 6:aux _ 5 not not PART RB _ 6 advmod 6:advmod _ @@ -182286,7 +182392,7 @@ 3 warned warn VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 that that SCONJ IN _ 7 mark 7:mark _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj|15:nsubj _ -6 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 aux 7:aux _ +6 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 aux 7:aux _ 7 building build VERB VBG Tense=Pres|VerbForm=Part 3 ccomp 3:ccomp _ 8 up up ADP RP _ 7 compound:prt 7:compound:prt _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ @@ -182301,8 +182407,8 @@ 18 , , PUNCT , _ 21 punct 21:punct _ 19 but but CCONJ CC _ 21 cc 21:cc _ 20 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj _ -21 ignored ignore VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ -22 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +21 ignored ignore VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ +22 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 23 military military ADJ JJ Degree=Pos 24 amod 24:amod _ 24 advisers adviser NOUN NNS Number=Plur 21 obj 21:obj SpaceAfter=No 25 . . PUNCT . _ 3 punct 3:punct _ @@ -182310,8 +182416,8 @@ # sent_id = answers-20111107092617AAgKm4X_ans-0012 # text = The Communists agreed. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 Communists Communists PROPN NNPS Number=Plur 3 nsubj 3:nsubj _ -3 agreed agree VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +2 Communists Communist PROPN NNPS Number=Plur 3 nsubj 3:nsubj _ +3 agreed agree VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111107092617AAgKm4X_ans-0013 @@ -182321,39 +182427,39 @@ 3 not not PART RB _ 4 advmod 4:advmod _ 4 defeat defeat VERB VB VerbForm=Inf 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 Americans Americans PROPN NNPS Number=Plur 4 obj 4:obj SpaceAfter=No +6 Americans American PROPN NNPS Number=Plur 4 obj 4:obj SpaceAfter=No 7 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111107092617AAgKm4X_ans-0014 # text = However, what they hoped to do during the Tet Offensive was to sneak past the Americans and attack the ARVN in the urban areas where they were deployed doing successful Clear and Defend operations. -1 However however ADV RB _ 12 advmod 12:advmod SpaceAfter=No -2 , , PUNCT , _ 12 punct 12:punct _ -3 what what PRON WP PronType=Int 12 nsubj 12:nsubj _ +1 However however ADV RB _ 14 advmod 14:advmod SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ +3 what what PRON WP PronType=Rel 14 nsubj:outer 7:nsubj|14:nsubj:outer|19:nsubj:outer _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ -5 hoped hope VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +5 hoped hope VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 to to PART TO _ 7 mark 7:mark _ 7 do do VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 during during ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 Tet Tet PROPN NNP Number=Sing 11 compound 11:compound _ 11 Offensive Offensive PROPN NNP Number=Sing 7 obl 7:obl:during _ -12 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ 13 to to PART TO _ 14 mark 14:mark _ -14 sneak sneak VERB VB VerbForm=Inf 12 ccomp 12:ccomp _ +14 sneak sneak VERB VB VerbForm=Inf 0 root 0:root _ 15 past past ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -17 Americans Americans PROPN NNPS Number=Plur 14 obl 14:obl:past _ +17 Americans American PROPN NNPS Number=Plur 14 obl 14:obl:past _ 18 and and CCONJ CC _ 19 cc 19:cc _ -19 attack attack VERB VB VerbForm=Inf 14 conj 12:ccomp|14:conj:and _ +19 attack attack VERB VB VerbForm=Inf 14 conj 0:root|14:conj:and _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 ARVN ARVN PROPN NNP Number=Sing 19 obj 19:obj _ 22 in in ADP IN _ 25 case 25:case _ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 24 urban urban ADJ JJ Degree=Pos 25 amod 25:amod _ -25 areas area NOUN NNS Number=Plur 19 obl 19:obl:in _ -26 where where SCONJ WRB PronType=Rel 29 mark 29:mark _ +25 areas area NOUN NNS Number=Plur 19 obl 19:obl:in|29:obl _ +26 where where ADV WRB PronType=Rel 29 advmod 25:ref _ 27 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 29 nsubj:pass 29:nsubj:pass _ -28 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 29 aux:pass 29:aux:pass _ +28 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 29 aux:pass 29:aux:pass _ 29 deployed deploy VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 acl:relcl 25:acl:relcl _ 30 doing do VERB VBG VerbForm=Ger 29 advcl 29:advcl _ 31 successful successful ADJ JJ Degree=Pos 35 amod 35:amod _ @@ -182361,13 +182467,13 @@ 33 and and CCONJ CC _ 34 cc 34:cc _ 34 Defend defend VERB VB VerbForm=Inf 32 conj 32:conj:and|35:compound _ 35 operations operation NOUN NNS Number=Plur 30 obj 30:obj SpaceAfter=No -36 . . PUNCT . _ 12 punct 12:punct _ +36 . . PUNCT . _ 14 punct 14:punct _ # sent_id = answers-20111107092617AAgKm4X_ans-0015 # text = The Communists thought they could defeat the ARVN, cause the fall of the South Vietnamese government, and the people would than rally to the Communist cause and leave the Americans stranded in a sea of angry peasants. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 Communists Communists PROPN NNPS Number=Plur 3 nsubj 3:nsubj _ -3 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 Communists Communist PROPN NNPS Number=Plur 3 nsubj 3:nsubj _ +3 thought think VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj|10:nsubj _ 5 could could AUX MD VerbForm=Fin 6 aux 6:aux _ 6 defeat defeat VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ @@ -182379,8 +182485,8 @@ 12 fall fall NOUN NN Number=Sing 10 obj 10:obj _ 13 of of ADP IN _ 17 case 17:case _ 14 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -15 South south ADJ JJ Degree=Pos 16 amod 16:amod _ -16 Vietnamese vietnamese ADJ JJ Degree=Pos 17 amod 17:amod _ +15 South South ADJ JJ Degree=Pos 16 amod 16:amod _ +16 Vietnamese Vietnamese ADJ JJ Degree=Pos 17 amod 17:amod _ 17 government government NOUN NN Number=Sing 12 nmod 12:nmod:of SpaceAfter=No 18 , , PUNCT , _ 24 punct 24:punct _ 19 and and CCONJ CC _ 24 cc 24:cc _ @@ -182396,8 +182502,8 @@ 29 and and CCONJ CC _ 30 cc 30:cc _ 30 leave leave VERB VB VerbForm=Inf 24 conj 24:conj:and _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ -32 Americans Americans PROPN NNPS Number=Plur 30 obj 30:obj|33:nsubj:xsubj _ -33 stranded strand VERB VBN Tense=Past|VerbForm=Part 30 xcomp 30:xcomp _ +32 Americans American PROPN NNPS Number=Plur 30 obj 30:obj|33:nsubj:xsubj _ +33 stranded strand VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 30 xcomp 30:xcomp _ 34 in in ADP IN _ 36 case 36:case _ 35 a a DET DT Definite=Ind|PronType=Art 36 det 36:det _ 36 sea sea NOUN NN Number=Sing 33 obl 33:obl:in _ @@ -182417,14 +182523,14 @@ # sent_id = answers-20111107092617AAgKm4X_ans-0017 # text = What happened? 1 What what PRON WP PronType=Int 2 nsubj 2:nsubj _ -2 happened happen VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +2 happened happen VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 3 ? ? PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111107092617AAgKm4X_ans-0018 # text = The Americans detected the attempt to infiltrate the urban areas and were already redeploying troops from the rural areas. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 Americans Americans PROPN NNPS Number=Plur 3 nsubj 3:nsubj|14:nsubj _ -3 detected detect VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 Americans American PROPN NNPS Number=Plur 3 nsubj 3:nsubj|14:nsubj _ +3 detected detect VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 attempt attempt NOUN NN Number=Sing 3 obj 3:obj _ 6 to to PART TO _ 7 mark 7:mark _ @@ -182433,7 +182539,7 @@ 9 urban urban ADJ JJ Degree=Pos 10 amod 10:amod _ 10 areas area NOUN NNS Number=Plur 7 obj 7:obj _ 11 and and CCONJ CC _ 14 cc 14:cc _ -12 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 aux 14:aux _ +12 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 14 aux 14:aux _ 13 already already ADV RB _ 14 advmod 14:advmod _ 14 redeploying redeploy VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj:and _ 15 troops troops NOUN NNS Number=Plur 14 obj 14:obj _ @@ -182447,24 +182553,24 @@ # text = The ARVN rushed back from holiday leave and counterattacked. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 ARVN ARVN PROPN NNP Number=Sing 3 nsubj 3:nsubj|9:nsubj _ -3 rushed rush VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 rushed rush VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 back back ADV RB _ 3 advmod 3:advmod _ 5 from from ADP IN _ 7 case 7:case _ 6 holiday holiday NOUN NN Number=Sing 7 compound 7:compound _ 7 leave leave NOUN NN Number=Sing 3 obl 3:obl:from _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 counterattacked counterattack VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and SpaceAfter=No +9 counterattacked counterattack VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111107092617AAgKm4X_ans-0020 # text = Within 24 hours every Communist assault had been defeated except in the ancient capital of Hue. 1 Within within ADP IN _ 3 case 3:case _ -2 24 24 NUM CD NumType=Card 3 nummod 3:nummod _ +2 24 24 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 3 hours hour NOUN NNS Number=Plur 9 obl 9:obl:within _ -4 every every DET DT _ 6 det 6:det _ +4 every every DET DT PronType=Tot 6 det 6:det _ 5 Communist Communist PROPN NNP Number=Sing 6 compound 6:compound _ 6 assault assault NOUN NN Number=Sing 9 nsubj:pass 9:nsubj:pass _ -7 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +7 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 8 been be AUX VBN Tense=Past|VerbForm=Part 9 aux:pass 9:aux:pass _ 9 defeated defeat VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 10 except except ADP IN _ 14 case 14:case _ @@ -182480,7 +182586,7 @@ # text = The government did NOT fall. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 government government NOUN NN Number=Sing 5 nsubj 5:nsubj _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +3 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 4 NOT not PART RB _ 5 advmod 5:advmod _ 5 fall fall VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ @@ -182489,29 +182595,29 @@ # text = And the South Vietnamese people? 1 And and CCONJ CC _ 5 cc 5:cc _ 2 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -3 South south ADJ JJ Degree=Pos 4 amod 4:amod _ -4 Vietnamese vietnamese ADJ JJ Degree=Pos 5 amod 5:amod _ +3 South South ADJ JJ Degree=Pos 4 amod 4:amod _ +4 Vietnamese Vietnamese ADJ JJ Degree=Pos 5 amod 5:amod _ 5 people people NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 6 ? ? PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111107092617AAgKm4X_ans-0023 # text = When give the ultimate choice, they rallied… -1 When when SCONJ WRB PronType=Int 2 mark 2:mark _ -2 give give VERB VBN Tense=Past|VerbForm=Part 8 advcl 8:advcl:when _ +1 When when ADV WRB PronType=Int 2 advmod 2:advmod _ +2 give give VERB VBN Tense=Past|Typo=Yes|VerbForm=Part|Voice=Pass 8 advcl 8:advcl:when CorrectForm=given 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 ultimate ultimate ADJ JJ Degree=Pos 5 amod 5:amod _ 5 choice choice NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 2 punct 2:punct _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 rallied rally VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +8 rallied rally VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 9 … . PUNCT . _ 8 punct 8:punct SpaceAfter=No # sent_id = answers-20111107092617AAgKm4X_ans-0024 # text = TO THE SOUTH VIETNAMESE GOVERNMENT…. 1 TO to ADP IN _ 5 case 5:case _ 2 THE the DET DT Definite=Def|PronType=Art 5 det 5:det _ -3 SOUTH south ADJ JJ Degree=Pos 4 amod 4:amod _ -4 VIETNAMESE vietnamese ADJ JJ Degree=Pos 5 amod 5:amod _ +3 SOUTH South ADJ JJ Degree=Pos 4 amod 4:amod _ +4 VIETNAMESE Vietnamese ADJ JJ Degree=Pos 5 amod 5:amod _ 5 GOVERNMENT government NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 6 …. .. PUNCT , _ 5 punct 5:punct _ @@ -182527,33 +182633,33 @@ 8 disaster disaster NOUN NN Number=Sing 0 root 0:root _ 9 for for ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -11 Communists Communists PROPN NNPS Number=Plur 8 obl 8:obl:for SpaceAfter=No +11 Communists Communist PROPN NNPS Number=Plur 8 obl 8:obl:for SpaceAfter=No 12 . . PUNCT . _ 8 punct 8:punct _ # sent_id = answers-20111107092617AAgKm4X_ans-0026 # text = They were chased back into Laos and Cambodia with the ARVN in hot pursuit. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj:pass 3:nsubj:pass _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ 3 chased chase VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 back back ADV RB _ 3 advmod 3:advmod _ 5 into into ADP IN _ 6 case 6:case _ 6 Laos Laos PROPN NNP Number=Sing 4 obl 4:obl:into _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 Cambodia Cambodia PROPN NNP Number=Sing 6 conj 4:obl:into|6:conj:and _ -9 with with SCONJ IN _ 11 case 11:case _ +9 with with SCONJ IN _ 14 mark 14:mark _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -11 ARVN ARVN PROPN NNP Number=Sing 3 obl 3:obl:with _ +11 ARVN ARVN PROPN NNP Number=Sing 14 nsubj 14:nsubj _ 12 in in ADP IN _ 14 case 14:case _ 13 hot hot ADJ JJ Degree=Pos 14 amod 14:amod _ -14 pursuit pursuit NOUN NN Number=Sing 11 nmod 11:nmod:in SpaceAfter=No +14 pursuit pursuit NOUN NN Number=Sing 3 advcl 3:advcl:with SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111107092617AAgKm4X_ans-0027 # text = The people rejected their attempt to topple the government, and for all intents and purposes the US military (and the ARVN) handed Johnson the victory he had ordered them to achieve within the time-frame he ordered it. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 people people NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 rejected reject VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 rejected reject VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 attempt attempt NOUN NN Number=Sing 3 obj 3:obj _ 6 to to PART TO _ 7 mark 7:mark _ 7 topple topple VERB VB VerbForm=Inf 5 acl 5:acl:to _ @@ -182562,24 +182668,24 @@ 10 , , PUNCT , _ 25 punct 25:punct _ 11 and and CCONJ CC _ 25 cc 25:cc _ 12 for for ADP IN _ 14 case 14:case _ -13 all all DET DT _ 14 det 14:det _ +13 all all DET DT PronType=Tot 14 det 14:det _ 14 intents intent NOUN NNS Number=Plur 25 obl 25:obl:for _ 15 and and CCONJ CC _ 16 cc 16:cc _ 16 purposes purpose NOUN NNS Number=Plur 14 conj 14:conj:and|25:obl:for _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 18 US US PROPN NNP Number=Sing 19 compound 19:compound _ 19 military military NOUN NN Number=Sing 25 nsubj 25:nsubj _ -20 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No +20 ( ( PUNCT -LRB- _ 23 punct 23:punct SpaceAfter=No 21 and and CCONJ CC _ 23 cc 23:cc _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 ARVN ARVN PROPN NNP Number=Sing 19 conj 19:conj:and|25:nsubj SpaceAfter=No -24 ) ) PUNCT -RRB- _ 19 punct 19:punct _ -25 handed hand VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +24 ) ) PUNCT -RRB- _ 23 punct 23:punct _ +25 handed hand VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 26 Johnson Johnson PROPN NNP Number=Sing 25 iobj 25:iobj _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 victory victory NOUN NN Number=Sing 25 obj 25:obj _ 29 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 31 nsubj 31:nsubj _ -30 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 31 aux 31:aux _ +30 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 31 aux 31:aux _ 31 ordered order VERB VBN Tense=Past|VerbForm=Part 28 acl:relcl 28:acl:relcl _ 32 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 31 obj 31:obj|34:nsubj:xsubj _ 33 to to PART TO _ 34 mark 34:mark _ @@ -182587,28 +182693,28 @@ 35 within within ADP IN _ 39 case 39:case _ 36 the the DET DT Definite=Def|PronType=Art 39 det 39:det _ 37 time time NOUN NN Number=Sing 39 compound 39:compound SpaceAfter=No -38 - - PUNCT HYPH _ 39 punct 39:punct SpaceAfter=No +38 - - PUNCT HYPH _ 37 punct 37:punct SpaceAfter=No 39 frame frame NOUN NN Number=Sing 25 obl 25:obl:within _ 40 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 41 nsubj 41:nsubj _ -41 ordered order VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 39 acl:relcl 39:acl:relcl _ +41 ordered order VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 39 acl:relcl 39:acl:relcl _ 42 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 41 obj 41:obj SpaceAfter=No 43 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111107092617AAgKm4X_ans-0028 # text = All he had to do for a complete victory was allow the military to go into Laos and Cambodia and finish off the shattered Communist forces. -1 All all DET DT _ 10 nsubj 10:nsubj _ +1 All all DET DT PronType=Tot 11 nsubj:outer 11:nsubj:outer _ 2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +3 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 4 to to PART TO _ 5 mark 5:mark _ 5 do do VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 for for ADP IN _ 9 case 9:case _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 complete complete ADJ JJ Degree=Pos 9 amod 9:amod _ 9 victory victory NOUN NN Number=Sing 5 obl 5:obl:for _ -10 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ -11 allow allow VERB VB VerbForm=Inf 10 ccomp 10:ccomp _ +10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ +11 allow allow VERB VB VerbForm=Inf 0 root 0:root _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -13 military military NOUN NN Number=Sing 11 obj 11:obj|15:nsubj:xsubj|21:nsubj:xsubj _ +13 military military NOUN NN Number=Sing 11 iobj 11:iobj|15:nsubj:xsubj|21:nsubj:xsubj _ 14 to to PART TO _ 15 mark 15:mark _ 15 go go VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 16 into into ADP IN _ 17 case 17:case _ @@ -182622,7 +182728,7 @@ 24 shattered shattered ADJ JJ Degree=Pos 26 amod 26:amod _ 25 Communist Communist PROPN NNP Number=Sing 26 compound 26:compound _ 26 forces force NOUN NNS Number=Plur 21 obj 21:obj SpaceAfter=No -27 . . PUNCT . _ 10 punct 10:punct _ +27 . . PUNCT . _ 11 punct 11:punct _ # sent_id = answers-20111107092617AAgKm4X_ans-0029 # text = But Johnson was so obtuse he didn’t understand he had a victory when it was handed to him on a silver platter. @@ -182633,14 +182739,14 @@ 5 obtuse obtuse ADJ JJ Degree=Pos 0 root 0:root _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 7-8 didn’t _ _ _ _ _ _ _ _ -7 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +7 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 8 n’t not PART RB _ 9 advmod 9:advmod _ -9 understand understand VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ +9 understand understand VERB VB VerbForm=Inf 5 advcl 5:advcl _ 10 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 ccomp 9:ccomp _ +11 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 ccomp 9:ccomp _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 victory victory NOUN NN Number=Sing 11 obj 11:obj _ -14 when when SCONJ WRB PronType=Int 17 mark 17:mark _ +14 when when ADV WRB PronType=Int 17 advmod 17:advmod _ 15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj:pass 17:nsubj:pass _ 16 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 aux:pass 17:aux:pass _ 17 handed hand VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 advcl 9:advcl:when _ @@ -182656,30 +182762,30 @@ # text = Instead he pulled the military off, stopped the bombing of North Vietnam, withdrew from the presidential race, and spent the rest of his term in office trying to surrender to North Vietnam. 1 Instead instead ADV RB _ 3 advmod 3:advmod _ 2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj|8:nsubj|15:nsubj|22:nsubj _ -3 pulled pull VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 pulled pull VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 military military ADJ JJ Degree=Pos 3 obj 3:obj _ +5 military military NOUN NN Number=Sing 3 obj 3:obj _ 6 off off ADP RP _ 3 compound:prt 3:compound:prt SpaceAfter=No 7 , , PUNCT , _ 8 punct 8:punct _ -8 stopped stop VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +8 stopped stop VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 bombing bombing NOUN NN Number=Sing 8 obj 8:obj _ 11 of of ADP IN _ 13 case 13:case _ 12 North North PROPN NNP Number=Sing 13 compound 13:compound _ 13 Vietnam Vietnam PROPN NNP Number=Sing 10 nmod 10:nmod:of SpaceAfter=No 14 , , PUNCT , _ 15 punct 15:punct _ -15 withdrew withdraw VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +15 withdrew withdraw VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 16 from from ADP IN _ 19 case 19:case _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 18 presidential presidential ADJ JJ Degree=Pos 19 amod 19:amod _ 19 race race NOUN NN Number=Sing 15 obl 15:obl:from SpaceAfter=No 20 , , PUNCT , _ 22 punct 22:punct _ 21 and and CCONJ CC _ 22 cc 22:cc _ -22 spent spend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +22 spent spend VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 rest rest NOUN NN Number=Sing 22 obj 22:obj _ 25 of of ADP IN _ 27 case 27:case _ -26 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +26 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 27 term term NOUN NN Number=Sing 24 nmod 24:nmod:of _ 28 in in ADP IN _ 29 case 29:case _ 29 office office NOUN NN Number=Sing 27 nmod 27:nmod:in _ @@ -182694,33 +182800,33 @@ # sent_id = answers-20111107092617AAgKm4X_ans-0031 # text = They screwed up by not accepting his surrender when he offered it. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 screwed screw VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 screwed screw VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 up up ADP RP _ 2 compound:prt 2:compound:prt _ 4 by by SCONJ IN _ 6 mark 6:mark _ -5 not not ADV RB _ 6 advmod 6:advmod _ +5 not not PART RB _ 6 advmod 6:advmod _ 6 accepting accept VERB VBG VerbForm=Ger 2 advcl 2:advcl:by _ -7 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 surrender surrender NOUN NN Number=Sing 6 obj 6:obj _ -9 when when SCONJ WRB PronType=Int 11 mark 11:mark _ +9 when when ADV WRB PronType=Int 11 advmod 11:advmod _ 10 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 offered offer VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:when _ +11 offered offer VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:when _ 12 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111107092617AAgKm4X_ans-0032 # text = The American people were NOT having any of it, and elected Richard Nixon to fix the mess LBJ had made (not to surrender like the antiwar movement was demanding). 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 American american ADJ JJ Degree=Pos 3 amod 3:amod _ +2 American American ADJ JJ Degree=Pos 3 amod 3:amod _ 3 people people NOUN NNS Number=Plur 6 nsubj 6:nsubj|12:nsubj _ -4 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +4 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 5 NOT not PART RB _ 6 advmod 6:advmod _ 6 having have VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -7 any any DET DT _ 6 obj 6:obj _ +7 any any DET DT PronType=Ind 6 obj 6:obj _ 8 of of ADP IN _ 9 case 9:case _ 9 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nmod 7:nmod:of SpaceAfter=No 10 , , PUNCT , _ 12 punct 12:punct _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 elected elect VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ +12 elected elect VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ 13 Richard Richard PROPN NNP Number=Sing 12 obj 12:obj _ 14 Nixon Nixon PROPN NNP Number=Sing 13 flat 13:flat _ 15 to to PART TO _ 16 mark 16:mark _ @@ -182728,7 +182834,7 @@ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 mess mess NOUN NN Number=Sing 16 obj 16:obj _ 19 LBJ LBJ PROPN NNP Number=Sing 21 nsubj 21:nsubj _ -20 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 aux 21:aux _ +20 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 aux 21:aux _ 21 made make VERB VBN Tense=Past|VerbForm=Part 18 acl:relcl 18:acl:relcl _ 22 ( ( PUNCT -LRB- _ 25 punct 25:punct SpaceAfter=No 23 not not PART RB _ 25 advmod 25:advmod _ @@ -182749,8 +182855,8 @@ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 end end NOUN NN Number=Sing 5 obl 5:obl:in _ 4 Nixon Nixon PROPN NNP Number=Sing 5 nsubj 5:nsubj _ -5 kept keep VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -6 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 kept keep VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 promise promise NOUN NN Number=Sing 5 obj 5:obj _ 8 for for ADP IN _ 11 case 11:case _ 9 “ " PUNCT `` _ 11 punct 11:punct SpaceAfter=No @@ -182758,8 +182864,8 @@ 11 peace peace NOUN NN Number=Sing 7 nmod 7:nmod:for _ 12 with with ADP IN _ 13 case 13:case _ 13 honor honor NOUN NN Number=Sing 11 nmod 11:nmod:with SpaceAfter=No -14 …. .. PUNCT . _ 5 punct 5:punct SpaceAfter=No -15 ” " PUNCT '' _ 5 punct 5:punct _ +14 …. .. PUNCT . _ 11 punct 11:punct SpaceAfter=No +15 ” " PUNCT '' _ 11 punct 11:punct _ # sent_id = answers-20111107092617AAgKm4X_ans-0034 # text = But that’s another question. @@ -182767,7 +182873,7 @@ 2-3 that’s _ _ _ _ _ _ _ _ 2 that that PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 3 ’s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -4 another another DET DT _ 5 det 5:det _ +4 another another DET DT PronType=Ind 5 det 5:det _ 5 question question NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ @@ -182797,7 +182903,7 @@ 5 unpalatable unpalatable ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ 6 to to ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 American american ADJ JJ Degree=Pos 9 amod 9:amod _ +8 American American ADJ JJ Degree=Pos 9 amod 9:amod _ 9 public public NOUN NN Number=Sing 5 obl 5:obl:to SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ @@ -182805,18 +182911,18 @@ # text = In that, they pretty much succeeded. 1 In in ADP IN _ 2 case 2:case _ 2 that that PRON DT Number=Sing|PronType=Dem 7 obl 7:obl:in SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 5 pretty pretty ADV RB _ 6 advmod 6:advmod _ 6 much much ADV RB _ 7 advmod 7:advmod _ -7 succeeded succeed VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +7 succeeded succeed VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 8 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111107092617AAgKm4X_ans-0038 # text = Before Tet, the war was unpopular but tolerable to the majority of Americans in that the loss of American lives was seen as the cost of subduing the VC and NVA. 1 Before before ADP IN _ 2 case 2:case _ 2 Tet Tet PROPN NNP Number=Sing 7 obl 7:obl:before SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 war war NOUN NN Number=Sing 7 nsubj 7:nsubj|9:nsubj _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ @@ -182827,13 +182933,13 @@ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 majority majority NOUN NN Number=Sing 7 obl 7:obl:to _ 13 of of ADP IN _ 14 case 14:case _ -14 Americans Americans PROPN NNPS Number=Plur 12 nmod 12:nmod:of _ +14 Americans American PROPN NNPS Number=Plur 12 nmod 12:nmod:of _ 15 in in SCONJ IN _ 23 mark 23:mark _ 16 that that SCONJ IN _ 15 fixed 15:fixed _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 loss loss NOUN NN Number=Sing 23 nsubj:pass 23:nsubj:pass _ 19 of of ADP IN _ 21 case 21:case _ -20 American american ADJ JJ Degree=Pos 21 amod 21:amod _ +20 American American ADJ JJ Degree=Pos 21 amod 21:amod _ 21 lives life NOUN NNS Number=Plur 18 nmod 18:nmod:of _ 22 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 23 aux:pass 23:aux:pass _ 23 seen see VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 advcl 7:advcl:in_that _ @@ -182851,7 +182957,7 @@ # sent_id = answers-20111107092617AAgKm4X_ans-0039 # text = Tet made it clear that the war was a long way from being over if the Americans thought they could preserve the South and that the North was perfectly willing to suffer great losses to continue their fight. 1 Tet Tet PROPN NNP Number=Sing 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 expl 2:expl _ 4 clear clear ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ 5 that that SCONJ IN _ 11 mark 11:mark _ @@ -182866,8 +182972,8 @@ 14 over over ADV RB _ 11 acl 11:acl:from _ 15 if if SCONJ IN _ 18 mark 18:mark _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -17 Americans Americans PROPN NNPS Number=Plur 18 nsubj 18:nsubj _ -18 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:if _ +17 Americans American PROPN NNPS Number=Plur 18 nsubj 18:nsubj _ +18 thought think VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:if _ 19 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 21 nsubj 21:nsubj _ 20 could could AUX MD VerbForm=Fin 21 aux 21:aux _ 21 preserve preserve VERB VB VerbForm=Inf 18 ccomp 18:ccomp _ @@ -182886,7 +182992,7 @@ 34 losses loss NOUN NNS Number=Plur 32 obj 32:obj _ 35 to to PART TO _ 36 mark 36:mark _ 36 continue continue VERB VB VerbForm=Inf 32 advcl 32:advcl:to _ -37 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ +37 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ 38 fight fight NOUN NN Number=Sing 36 obj 36:obj SpaceAfter=No 39 . . PUNCT . _ 2 punct 2:punct _ @@ -182906,7 +183012,7 @@ 12 written write VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl:relcl 6:acl:relcl _ 13 by by ADP IN _ 15 case 15:case _ 14 General General PROPN NNP Number=Sing 15 compound 15:compound _ -15 Vo Vo PROPN NNP Number=Sing 12 obl 12:obl:by _ +15 Vo Vo PROPN NNP Number=Sing 12 obl:agent 12:obl:agent _ 16 Nguyen Nguyen PROPN NNP Number=Sing 15 flat 15:flat _ 17 Giap Giap PROPN NNP Number=Sing 15 flat 15:flat SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ @@ -182914,7 +183020,7 @@ # sent_id = answers-20111107092617AAgKm4X_ans-0041 # text = Try google to find the title if you would like to read it. 1 Try try VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 google google PROPN NNP Number=Sing 1 obj 1:obj _ +2 google Google PROPN NNP Number=Sing 1 obj 1:obj _ 3 to to PART TO _ 4 mark 4:mark _ 4 find find VERB VB VerbForm=Inf 1 advcl 1:advcl:to _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -182943,17 +183049,17 @@ # text = I just bought a baby one yesterday. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 bought buy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 bought buy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 baby baby NOUN NN Number=Sing 3 obj 3:obj _ -6 one one NUM CD NumType=Card 5 nummod 5:nummod _ +6 one one NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 7 yesterday yesterday NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108110012AAK8Azy_ans-0003 # text = I have a basking spot lamp that says it is a double reflector that focuses 35% more light/heat and provides beneficial UVA rays important to the psycholical well-being of him. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 4 basking basking NOUN NN Number=Sing 6 compound 6:compound _ 5 spot spot NOUN NN Number=Sing 6 compound 6:compound _ @@ -182967,11 +183073,11 @@ 13 reflector reflector NOUN NN Number=Sing 8 ccomp 8:ccomp|15:nsubj _ 14 that that PRON WDT PronType=Rel 15 nsubj 13:ref _ 15 focuses focus VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ -16 35 35 NUM CD NumType=Card 17 nummod 17:nummod SpaceAfter=No +16 35 35 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod SpaceAfter=No 17 % % SYM NN Number=Sing 18 obl:npmod 18:obl:npmod _ 18 more more ADJ JJR Degree=Cmp 19 amod 19:amod _ 19 light light ADJ JJ Degree=Pos 15 obj 15:obj SpaceAfter=No -20 / / PUNCT , _ 21 cc 21:cc SpaceAfter=No +20 / / SYM , _ 21 cc 21:cc SpaceAfter=No 21 heat heat NOUN NN Number=Sing 19 conj 15:obj|19:conj _ 22 and and CCONJ CC _ 23 cc 23:cc _ 23 provides provide VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 conj 8:ccomp|13:conj:and|15:nsubj _ @@ -182983,7 +183089,7 @@ 29 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 30 psycholical psycholical ADJ JJ Degree=Pos 33 amod 33:amod _ 31 well well ADJ JJ Degree=Pos 33 amod 33:amod SpaceAfter=No -32 - - PUNCT HYPH _ 33 punct 33:punct SpaceAfter=No +32 - - PUNCT HYPH _ 31 punct 31:punct SpaceAfter=No 33 being being NOUN NN Number=Sing 27 obl 27:obl:to _ 34 of of ADP IN _ 35 case 35:case _ 35 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 33 nmod 33:nmod:of SpaceAfter=No @@ -182991,17 +183097,17 @@ # sent_id = answers-20111108110012AAK8Azy_ans-0004 # text = My question is does that mean it gives him not only the heat, but the "sun rays" he needs? -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ -2 question question NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +2 question question NOUN NN Number=Sing 6 nsubj:outer 6:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 that that PRON DT Number=Sing|PronType=Dem 6 nsubj 6:nsubj _ -6 mean mean VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +6 mean mean VERB VB VerbForm=Inf 0 root 0:root _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 8 gives give VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ 9 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 iobj 8:iobj _ -10 not not ADV RB _ 11 advmod 11:advmod _ -11 only only ADV RB _ 13 cc:preconj 13:cc:preconj _ +10 not not PART RB _ 13 advmod 13:advmod _ +11 only only ADV RB _ 13 advmod 13:advmod _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 heat heat NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No 14 , , PUNCT , _ 19 punct 19:punct _ @@ -183013,7 +183119,7 @@ 20 " " PUNCT '' _ 19 punct 19:punct _ 21 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj _ 22 needs need VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 acl:relcl 19:acl:relcl SpaceAfter=No -23 ? ? PUNCT . _ 3 punct 3:punct _ +23 ? ? PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111108110012AAK8Azy_ans-0005 # text = I also was wondering how long should this light be on. @@ -183021,7 +183127,7 @@ 2 also also ADV RB _ 4 advmod 4:advmod _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 4 wondering wonder VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -5 how how SCONJ WRB PronType=Int 6 mark 6:mark _ +5 how how ADV WRB PronType=Int 6 advmod 6:advmod _ 6 long long ADV RB Degree=Pos 11 advmod 11:advmod _ 7 should should AUX MD VerbForm=Fin 11 aux 11:aux _ 8 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ @@ -183037,8 +183143,8 @@ 3 at at ADP IN _ 5 case 5:case _ 4 pet pet PROPN NNP Number=Sing 5 compound 5:compound _ 5 smart smart PROPN NNP Number=Sing 2 nmod 2:nmod:at _ -6 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -7 4 4 NUM CD NumType=Card 8 nummod 8:nummod _ +6 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 4 4 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 8 hours hour NOUN NNS Number=Plur 6 obj 6:obj SpaceAfter=No 9 , , PUNCT , _ 17 punct 17:punct _ 10 but but CCONJ CC _ 17 cc 17:cc _ @@ -183049,9 +183155,9 @@ 15 net net NOUN NN Number=Sing 12 nmod 12:nmod:on _ 16 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 17 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 conj 6:conj:but _ -18 10 10 NUM CD NumType=Card 21 nummod 21:nummod _ +18 10 10 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod _ 19 to to ADP IN _ 20 case 20:case _ -20 12 12 NUM CD NumType=Card 18 nmod 18:nmod:to _ +20 12 12 NUM CD NumForm=Digit|NumType=Card 18 nmod 18:nmod:to _ 21 hours hour NOUN NNS Number=Plur 17 obj 17:obj SpaceAfter=No 22 . . PUNCT . _ 6 punct 6:punct _ @@ -183063,7 +183169,7 @@ 3 getting get VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 used used ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ 5 to to ADP IN _ 8 case 8:case _ -6 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 new new ADJ JJ Degree=Pos 8 amod 8:amod _ 8 home home NOUN NN Number=Sing 4 obl 4:obl:to SpaceAfter=No 9 , , PUNCT , _ 13 punct 13:punct _ @@ -183071,28 +183177,28 @@ 11-12 hasn't _ _ _ _ _ _ _ _ 11 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 n't not PART RB _ 13 advmod 13:advmod _ -13 eatin eatin VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:but _ +13 eatin eat VERB VBN Tense=Past|Typo=Yes|VerbForm=Part 3 conj 3:conj:but CorrectForm=eaten 14 yet yet ADV RB _ 13 advmod 13:advmod SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108110012AAK8Azy_ans-0008 # text = I have bearded dragon juvenile food and freeze- dried crickets. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 bearded bearded ADJ JJ Degree=Pos 4 amod 4:amod _ 4 dragon dragon NOUN NN Number=Sing 6 compound 6:compound _ 5 juvenile juvenile NOUN NN Number=Sing 6 compound 6:compound _ 6 food food NOUN NN Number=Sing 2 obj 2:obj _ 7 and and CCONJ CC _ 11 cc 11:cc _ 8 freeze freeze VERB VB VerbForm=Inf 10 obl:npmod 10:obl:npmod SpaceAfter=No -9 - - PUNCT HYPH _ 10 punct 10:punct _ -10 dried dry VERB VBN Tense=Past|VerbForm=Part 11 amod 11:amod _ +9 - - PUNCT HYPH _ 8 punct 8:punct _ +10 dried dry VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 amod 11:amod _ 11 crickets cricket NOUN NNS Number=Plur 6 conj 2:obj|6:conj:and SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108110012AAK8Azy_ans-0009 # text = Any advice would be greatly appreciated. -1 Any any DET DT _ 2 det 2:det _ +1 Any any DET DT PronType=Ind 2 det 2:det _ 2 advice advice NOUN NN Number=Sing 6 nsubj:pass 6:nsubj:pass _ 3 would would AUX MD VerbForm=Fin 6 aux 6:aux _ 4 be be AUX VB VerbForm=Inf 6 aux:pass 6:aux:pass _ @@ -183102,10 +183208,10 @@ # sent_id = answers-20111108110012AAK8Azy_ans-0010 # text = Thank you for your time. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 for for ADP IN _ 5 case 5:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 time time NOUN NN Number=Sing 1 obl 1:obl:for SpaceAfter=No 6 . . PUNCT . _ 1 punct 1:punct _ @@ -183123,8 +183229,8 @@ 9 simply simply ADV RB _ 5 advmod 5:advmod _ 10 as as SCONJ IN _ 12 mark 12:mark _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 can can AUX MD VerbForm=Fin 8 advcl 8:advcl:as SpaceAfter=No -13 : : PUNCT : _ 1 punct 1:punct _ +12 can can AUX MD VerbForm=Fin 9 advcl 9:advcl:as SpaceAfter=No +13 : : PUNCT : _ 27 punct 27:punct _ 14 diurnal diurnal ADJ JJ Degree=Pos 22 amod 22:amod _ 15 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No 16 active active ADJ JJ Degree=Pos 14 appos 14:appos _ @@ -183138,14 +183244,14 @@ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 25 bearded bearded ADJ JJ Degree=Pos 26 amod 26:amod _ 26 dragon dragon NOUN NN Number=Sing 22 nmod 22:nmod:like _ -27 require require VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ -28 3 3 NUM CD NumType=Card 29 nummod 29:nummod _ +27 require require VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ +28 3 3 NUM CD NumForm=Digit|NumType=Card 29 nummod 29:nummod _ 29 types type NOUN NNS Number=Plur 27 obj 27:obj _ 30 of of ADP IN _ 32 case 32:case _ 31 " " PUNCT `` _ 32 punct 32:punct SpaceAfter=No 32 light light NOUN NN Number=Sing 29 nmod 29:nmod:of SpaceAfter=No -33 , , PUNCT , _ 29 punct 29:punct SpaceAfter=No -34 " " PUNCT '' _ 29 punct 29:punct _ +33 , , PUNCT , _ 32 punct 32:punct SpaceAfter=No +34 " " PUNCT '' _ 32 punct 32:punct _ 35 UVA uva NOUN NN Number=Sing 29 appos 29:appos SpaceAfter=No 36 , , PUNCT , _ 37 punct 37:punct _ 37 UVB uvb NOUN NN Number=Sing 35 conj 29:appos|35:conj:and SpaceAfter=No @@ -183156,7 +183262,7 @@ # sent_id = answers-20111108110012AAK8Azy_ans-0012 # text = Any white light emitting light source will emit UVA, including heat bulbs, that's the easy one to provide for. -1 Any any DET DT _ 6 det 6:det _ +1 Any any DET DT PronType=Ind 6 det 6:det _ 2 white white NOUN NN Number=Sing 3 compound 3:compound _ 3 light light NOUN NN Number=Sing 4 obl:npmod 4:obl:npmod _ 4 emitting emit VERB VBG VerbForm=Ger 6 amod 6:amod _ @@ -183165,11 +183271,11 @@ 7 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 8 emit emit VERB VB VerbForm=Inf 0 root 0:root _ 9 UVA uva NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No -10 , , PUNCT , _ 8 punct 8:punct _ +10 , , PUNCT , _ 13 punct 13:punct _ 11 including include VERB VBG VerbForm=Ger 13 case 13:case _ 12 heat heat NOUN NN Number=Sing 13 compound 13:compound _ 13 bulbs bulb NOUN NNS Number=Plur 8 obl 8:obl:including SpaceAfter=No -14 , , PUNCT , _ 8 punct 8:punct _ +14 , , PUNCT , _ 19 punct 19:punct _ 15-16 that's _ _ _ _ _ _ _ _ 15 that that PRON DT Number=Sing|PronType=Dem 19 nsubj 19:nsubj _ 16 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ @@ -183177,7 +183283,7 @@ 18 easy easy ADJ JJ Degree=Pos 19 amod 19:amod _ 19 one one NOUN NN Number=Sing 8 parataxis 8:parataxis _ 20 to to PART TO _ 21 mark 21:mark _ -21 provide provide VERB VB VerbForm=Inf 18 acl 18:acl:to _ +21 provide provide VERB VB VerbForm=Inf 18 advcl 18:advcl:to _ 22 for for ADP IN _ 21 obl 21:obl SpaceAfter=No 23 . . PUNCT . _ 8 punct 8:punct _ @@ -183195,7 +183301,7 @@ 10 by by ADP IN _ 13 case 13:case _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 fluorescent fluorescent ADJ JJ Degree=Pos 13 amod 13:amod _ -13 source source NOUN NN Number=Sing 9 obl 9:obl:by SpaceAfter=No +13 source source NOUN NN Number=Sing 9 obl:agent 9:obl:agent SpaceAfter=No 14 . . PUNCT . _ 9 punct 9:punct _ # sent_id = answers-20111108110012AAK8Azy_ans-0014 @@ -183211,17 +183317,17 @@ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 heat heat NOUN NN Number=Sing 11 compound 11:compound _ 11 lamp lamp NOUN NN Number=Sing 7 nmod 7:nmod:from SpaceAfter=No -12 , , PUNCT , _ 7 punct 7:punct _ +12 , , PUNCT , _ 15 punct 15:punct _ 13 unless unless SCONJ IN _ 15 mark 15:mark _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ -15 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:unless _ +15 use use VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:unless _ 16 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 17 MVB mvb NOUN NN Number=Sing 15 obj 15:obj|29:nsubj _ -18 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No +18 ( ( PUNCT -LRB- _ 21 punct 21:punct SpaceAfter=No 19 mercury mercury NOUN NN Number=Sing 20 compound 20:compound _ 20 vapor vapor NOUN NN Number=Sing 21 compound 21:compound _ 21 bulb bulb NOUN NN Number=Sing 17 appos 17:appos SpaceAfter=No -22 ) ) PUNCT -RRB- _ 17 punct 17:punct _ +22 ) ) PUNCT -RRB- _ 21 punct 21:punct _ 23 which which PRON WDT PronType=Rel 29 nsubj 17:ref _ 24 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 29 cop 29:cop _ 25 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ @@ -183237,7 +183343,7 @@ 35 and and CCONJ CC _ 36 cc 36:cc _ 36 heat heat NOUN NN Number=Sing 34 conj 32:obj|34:conj:and _ 37 from from ADP IN _ 39 case 39:case _ -38 one one NUM CD NumType=Card 39 nummod 39:nummod _ +38 one one NUM CD NumForm=Word|NumType=Card 39 nummod 39:nummod _ 39 bulb bulb NOUN NN Number=Sing 32 obl 32:obl:from SpaceAfter=No 40 . . PUNCT . _ 7 punct 7:punct _ @@ -183245,20 +183351,20 @@ # text = I highly recommend that you do not use coiled/compact UVB bulbs as they are known to cause severe eye damage and/or blindness in reptiles not to mention they have trouble maintaining UVB output over time. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 highly highly ADV RB _ 3 advmod 3:advmod _ -3 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 that that SCONJ IN _ 8 mark 8:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -6 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 do do AUX VB Mood=Sub|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 not not PART RB _ 8 advmod 8:advmod _ 8 use use VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ 9 coiled coiled ADJ JJ Degree=Pos 13 amod 13:amod SpaceAfter=No -10 / / PUNCT , _ 11 cc 11:cc SpaceAfter=No +10 / / SYM , _ 11 cc 11:cc SpaceAfter=No 11 compact compact ADJ JJ Degree=Pos 9 conj 9:conj|13:amod _ 12 UVB uvb NOUN NN Number=Sing 13 compound 13:compound _ 13 bulbs bulb NOUN NNS Number=Plur 8 obj 8:obj _ 14 as as SCONJ IN _ 17 mark 17:mark _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 17 nsubj:pass 17:nsubj:pass|19:nsubj:xsubj _ -16 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux:pass 17:aux:pass _ +16 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 aux:pass 17:aux:pass _ 17 known know VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 advcl 8:advcl:as _ 18 to to PART TO _ 19 mark 19:mark _ 19 cause cause VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ @@ -183266,16 +183372,16 @@ 21 eye eye NOUN NN Number=Sing 22 compound 22:compound _ 22 damage damage NOUN NN Number=Sing 19 obj 19:obj _ 23 and and CCONJ CC _ 26 cc 26:cc SpaceAfter=No -24 / / PUNCT , _ 25 cc 25:cc SpaceAfter=No -25 or or CCONJ CC _ 23 conj 23:conj|26:cc _ +24 / / SYM SYM _ 25 cc 25:cc SpaceAfter=No +25 or or CCONJ CC _ 23 conj 23:conj:slash|26:cc _ 26 blindness blindness NOUN NN Number=Sing 22 conj 19:obj|22:conj:and_or _ 27 in in ADP IN _ 28 case 28:case _ 28 reptiles reptile NOUN NNS Number=Plur 19 obl 19:obl:in _ -29 not not ADV RB _ 33 cc 33:cc _ +29 not not PART RB _ 33 cc 33:cc _ 30 to to PART TO _ 29 fixed 29:fixed _ 31 mention mention VERB VB VerbForm=Inf 29 fixed 29:fixed _ 32 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 33 nsubj 33:nsubj _ -33 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 conj 8:advcl:as|17:conj:not_to_mention _ +33 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 conj 8:advcl:as|17:conj:not_to_mention _ 34 trouble trouble NOUN NN Number=Sing 33 obj 33:obj|35:nsubj:xsubj _ 35 maintaining maintain VERB VBG VerbForm=Ger 33 xcomp 33:xcomp _ 36 UVB uvb NOUN NN Number=Sing 37 compound 37:compound _ @@ -183284,7 +183390,6 @@ 39 time time NOUN NN Number=Sing 35 obl 35:obl:over SpaceAfter=No 40 . . PUNCT . _ 3 punct 3:punct _ -# TODO: Split into 2 sentences after word 15 # sent_id = answers-20111108110012AAK8Azy_ans-0016 # text = The long tube UVB bulbs are best, like Zoomed's Repsitun model: http://lllreptile.com/store/catalog/reptile-supplies/uvb-fluorescent-lights-mercury-vapor-bulbs/-/zoo-med-24-repti-sun-100-fluorescent-bulb/ Remember to replace UVB bulbs according to the manufacturers recommendation after which time the bulb will no longer produce UVB even if visible light still is. 1 The the DET DT Definite=Def|PronType=Art 5 det 5:det _ @@ -183292,62 +183397,62 @@ 3 tube tube NOUN NN Number=Sing 5 compound 5:compound _ 4 UVB uvb NOUN NN Number=Sing 5 compound 5:compound _ 5 bulbs bulb NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ -7 best best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +7 best good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +8 , , PUNCT , _ 13 punct 13:punct _ 9 like like ADP IN _ 13 case 13:case _ 10-11 Zoomed's _ _ _ _ _ _ _ _ 10 Zoomed Zoomed PROPN NNP Number=Sing 13 nmod:poss 13:nmod:poss _ 11 's 's PART POS _ 10 case 10:case _ 12 Repsitun Repsitun PROPN NNP Number=Sing 13 compound 13:compound _ 13 model model NOUN NN Number=Sing 7 obl 7:obl:like SpaceAfter=No -14 : : PUNCT : _ 13 punct 13:punct _ +14 : : PUNCT : _ 15 punct 15:punct _ 15 http://lllreptile.com/store/catalog/reptile-supplies/uvb-fluorescent-lights-mercury-vapor-bulbs/-/zoo-med-24-repti-sun-100-fluorescent-bulb/ http://lllreptile.com/store/catalog/reptile-supplies/uvb-fluorescent-lights-mercury-vapor-bulbs/-/zoo-med-24-repti-sun-100-fluorescent-bulb/ X ADD _ 13 appos 13:appos _ 16 Remember remember VERB VB Mood=Imp|VerbForm=Fin 7 parataxis 7:parataxis _ 17 to to PART TO _ 18 mark 18:mark _ 18 replace replace VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 19 UVB uvb NOUN NN Number=Sing 20 compound 20:compound _ 20 bulbs bulb NOUN NNS Number=Plur 18 obj 18:obj _ -21 according accord VERB VBG VerbForm=Ger 26 case 26:case _ +21 according accord VERB VBG ExtPos=ADP|VerbForm=Ger 26 case 26:case _ 22 to to ADP IN _ 21 fixed 21:fixed _ 23 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 24-25 manufacturers _ _ _ _ _ _ _ _ -24 manufacturer manufacturer NOUN NN Number=Sing 26 compound 26:compound _ -25 s 's PART POS _ 26 case 26:case _ -26 recommendation recommendation NOUN NN Number=Sing 18 obl 18:obl:s _ +24 manufacturer manufacturer NOUN NN Number=Sing 26 nmod:poss 26:nmod:poss _ +25 s 's PART POS Typo=Yes 24 case 24:case CorrectForm='s +26 recommendation recommendation NOUN NN Number=Sing 18 obl 18:obl:according_to|29:nmod _ 27 after after ADP IN _ 29 case 29:case _ -28 which which DET WDT PronType=Int 29 det 29:det _ +28 which which DET WDT PronType=Rel 29 det 26:ref _ 29 time time NOUN NN Number=Sing 35 obl 35:obl:after _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 31 bulb bulb NOUN NN Number=Sing 35 nsubj 35:nsubj _ 32 will will AUX MD VerbForm=Fin 35 aux 35:aux _ 33 no no ADV RB _ 34 advmod 34:advmod _ -34 longer longer ADV RBR Degree=Cmp 35 advmod 35:advmod _ -35 produce produce VERB VB VerbForm=Inf 18 parataxis 18:parataxis _ +34 longer long ADV RBR Degree=Cmp 35 advmod 35:advmod _ +35 produce produce VERB VB VerbForm=Inf 26 acl:relcl 26:acl:relcl _ 36 UVB uvb NOUN NN Number=Sing 35 obj 35:obj _ 37 even even ADV RB _ 42 advmod 42:advmod _ 38 if if SCONJ IN _ 42 mark 42:mark _ 39 visible visible ADJ JJ Degree=Pos 40 amod 40:amod _ 40 light light NOUN NN Number=Sing 42 nsubj 42:nsubj _ 41 still still ADV RB _ 42 advmod 42:advmod _ -42 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 35 advcl 35:advcl:if SpaceAfter=No +42 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 35 advcl 35:advcl:if SpaceAfter=No 43 . . PUNCT . _ 16 punct 16:punct _ # sent_id = answers-20111108110012AAK8Azy_ans-0017 # text = So, to answer your question, no, if you just have a bulb that says it produces UVA then you do not have "the sun's rays" that your bearded needs. 1 So so ADV RB _ 25 advmod 25:advmod SpaceAfter=No -2 , , PUNCT , _ 25 punct 25:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 to to PART TO _ 4 mark 4:mark _ 4 answer answer VERB VB VerbForm=Inf 25 advcl 25:advcl:to _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 question question NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No -7 , , PUNCT , _ 25 punct 25:punct _ +7 , , PUNCT , _ 4 punct 4:punct _ 8 no no INTJ UH _ 25 discourse 25:discourse SpaceAfter=No -9 , , PUNCT , _ 25 punct 25:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10 if if SCONJ IN _ 13 mark 13:mark _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ 12 just just ADV RB _ 13 advmod 13:advmod _ -13 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 advcl 25:advcl:if _ +13 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 25 advcl 25:advcl:if _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 bulb bulb NOUN NN Number=Sing 13 obj 13:obj|17:nsubj _ 16 that that PRON WDT PronType=Rel 17 nsubj 15:ref _ @@ -183357,10 +183462,10 @@ 20 UVA UVA PROPN NNP Number=Sing 19 obj 19:obj _ 21 then then ADV RB PronType=Dem 25 advmod 25:advmod _ 22 you you PRON PRP Case=Nom|Person=2|PronType=Prs 25 nsubj 25:nsubj _ -23 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ +23 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ 24 not not PART RB _ 25 advmod 25:advmod _ 25 have have VERB VB VerbForm=Inf 0 root 0:root _ -26 " " PUNCT `` _ 25 punct 25:punct SpaceAfter=No +26 " " PUNCT `` _ 30 punct 30:punct SpaceAfter=No 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28-29 sun's _ _ _ _ _ _ _ _ 28 sun sun NOUN NN Number=Sing 30 nmod:poss 30:nmod:poss _ @@ -183368,23 +183473,23 @@ 30 rays ray NOUN NNS Number=Plur 25 obj 25:obj|35:obj SpaceAfter=No 31 " " PUNCT `` _ 30 punct 30:punct _ 32 that that PRON WDT PronType=Rel 35 obj 30:ref _ -33 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ -34 bearded beard VERB VBN Tense=Past|VerbForm=Part 35 nsubj 35:nsubj _ +33 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ +34 bearded bearded ADJ JJ Degree=Pos 35 nsubj 35:nsubj _ 35 needs need VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 30 acl:relcl 30:acl:relcl SpaceAfter=No 36 . . PUNCT . _ 25 punct 25:punct _ # sent_id = answers-20111108110012AAK8Azy_ans-0018 # text = You need to also provide a source a UVB lighting. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj|5:nsubj:xsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 5 mark 5:mark _ 4 also also ADV RB _ 5 advmod 5:advmod _ 5 provide provide VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 source source NOUN NN Number=Sing 5 obj 5:obj _ -8 a of ADP IN Typo=Yes 10 case 10:case _ +8 a of ADP IN Typo=Yes 10 case 10:case CorrectForm=of 9 UVB UVB PROPN NNP Number=Sing 10 compound 10:compound _ -10 lighting lighting NOUN NN Number=Sing 7 nmod 7:nmod:a SpaceAfter=No +10 lighting lighting NOUN NN Number=Sing 7 nmod 7:nmod:of SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108110012AAK8Azy_ans-0019 @@ -183396,7 +183501,7 @@ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 very very ADV RB _ 7 advmod 7:advmod _ 7 wrong wrong ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -8 ; ; PUNCT , _ 7 punct 7:punct _ +8 ; ; PUNCT , _ 16 punct 16:punct _ 9 in in ADP IN _ 10 case 10:case _ 10 fact fact NOUN NN Number=Sing 16 obl 16:obl:in _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 expl 16:expl _ @@ -183406,23 +183511,23 @@ 15 good good ADJ JJ Degree=Pos 16 amod 16:amod _ 16 idea idea NOUN NN Number=Sing 7 parataxis 7:parataxis _ 17 to to PART TO _ 19 mark 19:mark _ -18 second second ADV RB _ 19 advmod 19:advmod _ +18 second second ADV RB NumForm=Word|NumType=Ord 19 advmod 19:advmod _ 19 guess guess VERB VB VerbForm=Inf 16 csubj 16:csubj _ -20 what what PRON WP PronType=Int 25 obj 25:obj _ +20 what what PRON WP PronType=Rel 19 obj 19:obj|25:obj _ 21 most most ADJ JJS Degree=Sup 24 amod 24:amod _ 22 pet pet NOUN NN Number=Sing 23 compound 23:compound _ 23 store store NOUN NN Number=Sing 24 compound 24:compound _ 24 employees employee NOUN NNS Number=Plur 25 nsubj 25:nsubj _ -25 tell tell VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 ccomp 19:ccomp _ -26 you you PRON PRP Case=Acc|Person=2|PronType=Prs 25 obj 25:obj SpaceAfter=No -27 ; ; PUNCT , _ 16 punct 16:punct _ +25 tell tell VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 acl:relcl 20:acl:relcl _ +26 you you PRON PRP Case=Acc|Person=2|PronType=Prs 25 iobj 25:iobj SpaceAfter=No +27 ; ; PUNCT , _ 31 punct 31:punct _ 28 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 31 nsubj 31:nsubj _ 29-30 don't _ _ _ _ _ _ _ _ -29 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ +29 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ 30 n't not PART RB _ 31 advmod 31:advmod _ 31 have have VERB VB VerbForm=Inf 16 parataxis 16:parataxis _ 32 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ -33 best best ADJ JJS Degree=Sup 35 amod 35:amod _ +33 best good ADJ JJS Degree=Sup 35 amod 35:amod _ 34 track track NOUN NN Number=Sing 35 compound 35:compound _ 35 record record NOUN NN Number=Sing 31 obj 31:obj _ 36 regarding regard VERB VBG VerbForm=Ger 37 mark 37:mark _ @@ -183443,13 +183548,13 @@ 6 should should AUX MD VerbForm=Fin 10 aux 10:aux _ 7 be be AUX VB VerbForm=Inf 10 cop 10:cop _ 8 about about ADV RB _ 9 advmod 9:advmod _ -9 110 110 NUM CD NumType=Card 10 nummod 10:nummod _ +9 110 110 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 F F PROPN NNP Number=Sing 4 parataxis 4:parataxis _ 11 for for ADP IN _ 13 case 13:case _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 baby baby NOUN NN Number=Sing 10 nmod 10:nmod:for SpaceAfter=No 14 , , PUNCT , _ 16 punct 16:punct _ -15 95 95 NUM CD NumType=Card 16 nummod 16:nummod _ +15 95 95 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 16 F F PROPN NNP Number=Sing 10 conj 10:conj _ 17 for for ADP IN _ 19 case 19:case _ 18 an a DET DT Definite=Ind|PronType=Art 19 det 19:det _ @@ -183458,19 +183563,19 @@ 21 should should AUX MD VerbForm=Fin 23 aux 23:aux _ 22 be be AUX VB VerbForm=Inf 23 cop 23:cop _ 23 available available ADJ JJ Degree=Pos 0 root 0:root _ -24 for for ADP IN _ 30 case 30:case _ -25 10 10 NUM CD NumType=Card 30 nummod 30:nummod _ +24 for for ADP IN _ 28 case 28:case _ +25 10 10 NUM CD NumForm=Digit|NumType=Card 28 nummod 28:nummod _ 26 - - SYM SYM _ 27 case 27:case _ -27 12 12 NUM CD NumType=Card 25 nmod 25:nmod _ -28 hours hour NOUN NNS Number=Plur 30 case 30:case _ +27 12 12 NUM CD NumForm=Digit|NumType=Card 25 nmod 25:nmod _ +28 hours hour NOUN NNS Number=Plur 23 obl 23:obl:for _ 29 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ -30 day day NOUN NN Number=Sing 23 obl 23:obl:hours SpaceAfter=No +30 day day NOUN NN Number=Sing 28 nmod:tmod 28:nmod:tmod SpaceAfter=No 31 . . PUNCT . _ 23 punct 23:punct _ # sent_id = answers-20111108110012AAK8Azy_ans-0021 # text = Freeze dried food is not a good staple food source; you need to offer live feeder insects. 1 Freeze freeze VERB VB VerbForm=Inf 2 obl:npmod 2:obl:npmod _ -2 dried dry VERB VBN Tense=Past|VerbForm=Part 3 amod 3:amod _ +2 dried dry VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 amod 3:amod _ 3 food food NOUN NN Number=Sing 10 nsubj 10:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 5 not not PART RB _ 10 advmod 10:advmod _ @@ -183479,9 +183584,9 @@ 8 staple staple NOUN NN Number=Sing 10 compound 10:compound _ 9 food food NOUN NN Number=Sing 10 compound 10:compound _ 10 source source NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -11 ; ; PUNCT , _ 10 punct 10:punct _ +11 ; ; PUNCT , _ 13 punct 13:punct _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ -13 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 parataxis 10:parataxis _ +13 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 parataxis 10:parataxis _ 14 to to PART TO _ 15 mark 15:mark _ 15 offer offer VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 16 live live ADJ JJ Degree=Pos 18 amod 18:amod _ @@ -183493,27 +183598,27 @@ # text = Bearded dragons are sight hunters, they need to see the food move to trigger a feeding response, especially when they are babies. 1 Bearded bearded ADJ JJ Degree=Pos 2 amod 2:amod _ 2 dragons dragon NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 sight sight ADJ JJ Degree=Pos 5 amod 5:amod _ 5 hunters hunter NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 8 punct 8:punct _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ -8 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ +8 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ 9 to to PART TO _ 10 mark 10:mark _ 10 see see VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -12 food food NOUN NN Number=Sing 13 nsubj 13:nsubj _ -13 move move VERB VB VerbForm=Inf 10 ccomp 10:ccomp _ +12 food food NOUN NN Number=Sing 10 obj 10:obj|13:nsubj:xsubj _ +13 move move VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 14 to to PART TO _ 15 mark 15:mark _ 15 trigger trigger VERB VB VerbForm=Inf 10 advcl 10:advcl:to _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 feeding feed VERB VBG VerbForm=Ger 18 amod 18:amod _ 18 response response NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No -19 , , PUNCT , _ 10 punct 10:punct _ +19 , , PUNCT , _ 24 punct 24:punct _ 20 especially especially ADV RB _ 24 advmod 24:advmod _ -21 when when SCONJ WRB PronType=Int 24 mark 24:mark _ +21 when when ADV WRB PronType=Int 24 advmod 24:advmod _ 22 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 24 nsubj 24:nsubj _ -23 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ +23 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ 24 babies baby NOUN NNS Number=Plur 10 advcl 10:advcl:when SpaceAfter=No 25 . . PUNCT . _ 5 punct 5:punct _ @@ -183523,7 +183628,7 @@ 2 food food NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 also also ADV RB _ 5 advmod 5:advmod _ -5 higher higher ADJ JJR Degree=Cmp 0 root 0:root _ +5 higher high ADJ JJR Degree=Cmp 0 root 0:root _ 6 in in ADP IN _ 8 case 8:case _ 7 nutritional nutritional ADJ JJ Degree=Pos 8 amod 8:amod _ 8 value value NOUN NN Number=Sing 5 obl 5:obl:in _ @@ -183539,25 +183644,25 @@ 3 silk silk NOUN NN Number=Sing 4 compound 4:compound _ 4 worms worm NOUN NNS Number=Plur 1 conj 1:conj:and|26:nsubj SpaceAfter=No 5 , , PUNCT , _ 7 punct 7:punct _ -6 phoenix phoenix ADJ JJ Degree=Pos 7 amod 7:amod _ +6 phoenix phoenix PROPN NNP Number=Sing 7 compound 7:compound _ 7 worms worm NOUN NNS Number=Plur 1 conj 1:conj:and|26:nsubj SpaceAfter=No 8 , , PUNCT , _ 12 punct 12:punct _ 9 and and CCONJ CC _ 12 cc 12:cc _ 10 various various ADJ JJ Degree=Pos 12 amod 12:amod _ 11 feeder feeder NOUN NN Number=Sing 12 compound 12:compound _ 12 roaches roach NOUN NNS Number=Plur 1 conj 1:conj:and|26:nsubj SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ +13 , , PUNCT , _ 17 punct 17:punct _ 14 like like ADP IN _ 17 case 17:case _ -15 red red VERB VBN Tense=Past|VerbForm=Part 17 amod 17:amod SpaceAfter=No -16 - - PUNCT , _ 17 punct 17:punct SpaceAfter=No +15 red red ADJ JJ Degree=Pos 17 amod 17:amod SpaceAfter=No +16 - - PUNCT , _ 15 punct 15:punct SpaceAfter=No 17 lobster lobster NOUN NN Number=Sing 12 nmod 12:nmod:like SpaceAfter=No 18 , , PUNCT , _ 19 punct 19:punct _ 19 turkistan turkistan NOUN NN Number=Sing 17 conj 12:nmod:like|17:conj:and SpaceAfter=No 20 , , PUNCT , _ 22 punct 22:punct _ 21 and and CCONJ CC _ 22 cc 22:cc _ -22 dubia dubia NOUN NN Number=Sing 17 conj 12:nmod:like|17:conj:and SpaceAfter=No -23 , , PUNCT , _ 26 punct 26:punct _ -24 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ +22 dubia dubia PROPN NNP Number=Sing 17 conj 12:nmod:like|17:conj:and SpaceAfter=No +23 , , PUNCT , _ 1 punct 1:punct _ +24 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ 25 good good ADJ JJ Degree=Pos 26 amod 26:amod _ 26 example example NOUN NN Number=Sing 0 root 0:root _ 27 of of ADP IN _ 29 case 29:case _ @@ -183565,8 +183670,8 @@ 29 insects insect NOUN NNS Number=Plur 26 nmod 26:nmod:of _ 30 to to PART TO _ 31 mark 31:mark _ 31 offer offer VERB VB VerbForm=Inf 29 acl 29:acl:to _ -32 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 33 nmod:poss 33:nmod:poss _ -33 bearded beard VERB VBN Tense=Past|VerbForm=Part 31 obj 31:obj SpaceAfter=No +32 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 33 nmod:poss 33:nmod:poss _ +33 bearded bearded ADJ JJ Degree=Pos 31 obj 31:obj SpaceAfter=No 34 . . PUNCT . _ 26 punct 26:punct _ # sent_id = answers-20111108110012AAK8Azy_ans-0025 @@ -183574,7 +183679,7 @@ 1 Wax Wax PROPN NNP Number=Sing 2 compound 2:compound _ 2 worms worm NOUN NNS Number=Plur 9 nsubj:pass 9:nsubj:pass _ 3 and and CCONJ CC _ 5 cc 5:cc _ -4 meal meal ADJ JJ Degree=Pos 5 amod 5:amod _ +4 meal meal NOUN NN Number=Sing 5 compound 5:compound _ 5 worms worm NOUN NNS Number=Plur 2 conj 2:conj:and|9:nsubj:pass _ 6 should should AUX MD VerbForm=Fin 9 aux 9:aux _ 7 only only ADV RB _ 9 advmod 9:advmod _ @@ -183583,7 +183688,7 @@ 10 as as ADP IN _ 12 case 12:case _ 11 treat treat ADJ JJ Degree=Pos 12 amod 12:amod _ 12 items item NOUN NNS Number=Plur 9 obl 9:obl:as SpaceAfter=No -13 , , PUNCT , _ 9 punct 9:punct _ +13 , , PUNCT , _ 17 punct 17:punct _ 14 for for ADP IN _ 17 case 17:case _ 15-16 variety's _ _ _ _ _ _ _ _ 15 variety variety NOUN NN Number=Sing 17 nmod:poss 17:nmod:poss _ @@ -183599,19 +183704,19 @@ 4 recommend recommend VERB VB VerbForm=Inf 0 root 0:root _ 5 that that SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 read read VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +7 read read VERB VB Mood=Sub|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ 8 through through ADP IN _ 12 case 12:case _ -9 some some DET DT _ 12 det 12:det _ +9 some some DET DT PronType=Ind 12 det 12:det _ 10 reliable reliable ADJ JJ Degree=Pos 12 amod 12:amod _ -11 bearded beard VERB VBN Tense=Past|VerbForm=Part 12 amod 12:amod _ +11 bearded beard VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 amod 12:amod _ 12 guides guide NOUN NNS Number=Plur 7 obl 7:obl:through _ 13 to to PART TO _ 14 mark 14:mark _ 14 make make VERB VB VerbForm=Inf 7 advcl 7:advcl:to _ 15 sure sure ADJ JJ Degree=Pos 14 xcomp 14:xcomp _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ -17 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 ccomp 15:ccomp _ -18 everything everything PRON NN Number=Sing 19 nsubj 19:nsubj _ -19 set set VERB VBN Tense=Past|VerbForm=Part 17 ccomp 17:ccomp _ +17 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 15 ccomp 15:ccomp _ +18 everything everything PRON NN Number=Sing|PronType=Tot 17 obj 17:obj|19:nsubj:xsubj _ +19 set set VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 xcomp 17:xcomp _ 20 up up ADP RP _ 19 compound:prt 19:compound:prt _ 21 correctly correctly ADV RB _ 19 advmod 19:advmod SpaceAfter=No 22 : : PUNCT : _ 4 punct 4:punct _ @@ -183634,32 +183739,33 @@ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 size size NOUN NN Number=Sing 3 obl 3:obl:on _ 7 of of ADP IN _ 9 case 9:case _ -8 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 tank tank NOUN NN Number=Sing 6 nmod 6:nmod:of _ 10 or or CCONJ CC _ 11 cc 11:cc _ 11 cage cage NOUN NN Number=Sing 9 conj 6:nmod:of|9:conj:or _ 12 or or CCONJ CC _ 13 cc 13:cc _ -13 whatever whatever DET WDT PronType=Int 9 conj 6:nmod:of|9:conj:or _ +13 whatever whatever PRON WP PronType=Rel 9 conj 6:nmod:of|9:conj:or|15:obl:in _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ -15 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +15 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 16 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 obj 15:obj _ -17 in in ADP IN _ 16 nmod 16:nmod SpaceAfter=No -18 .. .. PUNCT . _ 3 punct 3:punct SpaceAfter=No -19 atleast atleast ADV RB _ 21 advmod 21:advmod _ -20 as as ADV RB _ 21 advmod 21:advmod _ -21 far far ADV RB Degree=Pos 3 advmod 3:advmod _ -22 as as SCONJ IN _ 25 mark 25:mark _ -23-24 i'm _ _ _ _ _ _ _ _ -23 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 25 nsubj 25:nsubj _ -24 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ -25 concerned concerned ADJ JJ Degree=Pos 20 advcl 20:advcl:as SpaceAfter=No -26 . . PUNCT . _ 3 punct 3:punct _ +17 in in ADP IN _ 16 obl 13:case SpaceAfter=No +18 .. .. PUNCT . _ 22 punct 22:punct SpaceAfter=No +19 at at ADP IN ExtPos=ADV 22 advmod 22:advmod CorrectSpaceAfter=Yes|SpaceAfter=No +20 least least ADJ JJS Degree=Sup 19 fixed 19:fixed _ +21 as as ADV RB _ 22 advmod 22:advmod _ +22 far far ADV RB Degree=Pos 3 advmod 3:advmod _ +23 as as SCONJ IN _ 26 mark 26:mark _ +24-25 i'm _ _ _ _ _ _ _ _ +24 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 26 nsubj 26:nsubj _ +25 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ +26 concerned concerned ADJ JJ Degree=Pos 22 advcl 22:advcl:as SpaceAfter=No +27 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108110012AAK8Azy_ans-0030 # text = if there are shady areas he can move to (for example a 3x5x4 tank with light on one side) then you can leave it on a full 12-14 hours, if its a small tank and he can't escape the light then 4-6 at most at a time though quite possibly 4-6 hours at a time twice a day. 1 if if SCONJ IN _ 3 mark 3:mark _ 2 there there PRON EX _ 3 expl 3:expl _ -3 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 29 advcl 29:advcl:if _ +3 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 29 advcl 29:advcl:if _ 4 shady shady ADJ JJ Degree=Pos 5 amod 5:amod _ 5 areas area NOUN NNS Number=Plur 3 nsubj 3:nsubj _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ @@ -183670,35 +183776,35 @@ 11 for for ADP IN _ 12 case 12:case _ 12 example example NOUN NN Number=Sing 19 nmod 19:nmod:for _ 13 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ -14 3 3 NUM CD NumType=Card 19 compound 19:compound SpaceAfter=No +14 3 3 NUM CD NumForm=Digit|NumType=Card 19 compound 19:compound SpaceAfter=No 15 x x SYM SYM _ 16 case 16:case SpaceAfter=No -16 5 5 NUM CD NumType=Card 14 nmod 14:nmod:x SpaceAfter=No +16 5 5 NUM CD NumForm=Digit|NumType=Card 14 nmod 14:nmod:x SpaceAfter=No 17 x x SYM SYM _ 18 case 18:case SpaceAfter=No -18 4 4 NUM CD NumType=Card 14 nmod 14:nmod:x _ -19 tank tank NOUN NN Number=Sing 9 parataxis 9:parataxis _ -20 with with ADP IN _ 21 case 21:case _ -21 light light NOUN NN Number=Sing 19 nmod 19:nmod:with _ +18 4 4 NUM CD NumForm=Digit|NumType=Card 14 nmod 14:nmod:x _ +19 tank tank NOUN NN Number=Sing 5 parataxis 5:parataxis _ +20 with with SCONJ IN _ 24 mark 24:mark _ +21 light light NOUN NN Number=Sing 24 nsubj 24:nsubj _ 22 on on ADP IN _ 24 case 24:case _ -23 one one NUM CD NumType=Card 24 nummod 24:nummod _ -24 side side NOUN NN Number=Sing 21 nmod 21:nmod:on SpaceAfter=No +23 one one NUM CD NumForm=Word|NumType=Card 24 nummod 24:nummod _ +24 side side NOUN NN Number=Sing 19 acl 19:acl:with SpaceAfter=No 25 ) ) PUNCT -RRB- _ 19 punct 19:punct _ 26 then then ADV RB PronType=Dem 29 advmod 29:advmod _ 27 you you PRON PRP Case=Nom|Person=2|PronType=Prs 29 nsubj 29:nsubj _ 28 can can AUX MD VerbForm=Fin 29 aux 29:aux _ 29 leave leave VERB VB VerbForm=Inf 0 root 0:root _ 30 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 29 obj 29:obj _ -31 on on ADJ JJ Degree=Pos 29 advmod 29:advmod _ +31 on on ADJ JJ Degree=Pos 29 xcomp 29:xcomp _ 32 a a DET DT Definite=Ind|PronType=Art 37 det 37:det _ 33 full full ADJ JJ Degree=Pos 37 amod 37:amod _ -34 12 12 NUM CD NumType=Card 37 nummod 37:nummod SpaceAfter=No +34 12 12 NUM CD NumForm=Digit|NumType=Card 37 nummod 37:nummod SpaceAfter=No 35 - - SYM SYM _ 36 case 36:case SpaceAfter=No -36 14 14 NUM CD NumType=Card 34 nmod 34:nmod _ +36 14 14 NUM CD NumForm=Digit|NumType=Card 34 nmod 34:nmod _ 37 hours hour NOUN NNS Number=Plur 29 obl:tmod 29:obl:tmod SpaceAfter=No -38 , , PUNCT , _ 29 punct 29:punct _ +38 , , PUNCT , _ 53 punct 53:punct _ 39 if if SCONJ IN _ 44 mark 44:mark _ 40-41 its _ _ _ _ _ _ _ _ 40 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 44 nsubj 44:nsubj _ -41 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 44 cop 44:cop _ +41 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 44 cop 44:cop CorrectForm='s 42 a a DET DT Definite=Ind|PronType=Art 44 det 44:det _ 43 small small ADJ JJ Degree=Pos 44 amod 44:amod _ 44 tank tank NOUN NN Number=Sing 53 advcl 53:advcl:if _ @@ -183711,36 +183817,36 @@ 50 the the DET DT Definite=Def|PronType=Art 51 det 51:det _ 51 light light NOUN NN Number=Sing 49 obj 49:obj _ 52 then then ADV RB PronType=Dem 53 advmod 53:advmod _ -53 4 4 NUM CD NumType=Card 29 parataxis 29:parataxis SpaceAfter=No +53 4 4 NUM CD NumForm=Digit|NumType=Card 29 parataxis 29:parataxis SpaceAfter=No 54 - - SYM SYM _ 55 case 55:case SpaceAfter=No -55 6 6 NUM CD NumType=Card 53 nmod 53:nmod _ -56 at at ADV RB _ 57 case 57:case _ -57 most most ADV RBS _ 53 nmod 53:nmod:at _ +55 6 6 NUM CD NumForm=Digit|NumType=Card 53 nmod 53:nmod _ +56 at at ADP IN _ 57 case 57:case _ +57 most most ADJ JJS Degree=Sup 53 nmod 53:nmod:at _ 58 at at ADP IN _ 60 case 60:case _ 59 a a DET DT Definite=Ind|PronType=Art 60 det 60:det _ 60 time time NOUN NN Number=Sing 53 nmod 53:nmod:at _ 61 though though ADV RB _ 67 advmod 67:advmod _ 62 quite quite ADV RB _ 63 advmod 63:advmod _ 63 possibly possibly ADV RB _ 67 advmod 67:advmod _ -64 4 4 NUM CD NumType=Card 67 nummod 67:nummod SpaceAfter=No +64 4 4 NUM CD NumForm=Digit|NumType=Card 67 nummod 67:nummod SpaceAfter=No 65 - - SYM SYM _ 66 case 66:case SpaceAfter=No -66 6 6 NUM CD NumType=Card 64 nmod 64:nmod _ +66 6 6 NUM CD NumForm=Digit|NumType=Card 64 nmod 64:nmod _ 67 hours hour NOUN NNS Number=Plur 53 parataxis 53:parataxis _ 68 at at ADP IN _ 70 case 70:case _ 69 a a DET DT Definite=Ind|PronType=Art 70 det 70:det _ 70 time time NOUN NN Number=Sing 67 nmod 67:nmod:at _ -71 twice twice ADV RB NumType=Mult 73 case 73:case _ +71 twice twice ADV RB NumForm=Word|NumType=Mult 67 advmod 67:advmod _ 72 a a DET DT Definite=Ind|PronType=Art 73 det 73:det _ -73 day day NOUN NN Number=Sing 67 advmod 67:advmod SpaceAfter=No -74 . . PUNCT . _ 55 punct 55:punct _ +73 day day NOUN NN Number=Sing 71 obl:tmod 71:obl:tmod SpaceAfter=No +74 . . PUNCT . _ 29 punct 29:punct _ # sent_id = answers-20111108110012AAK8Azy_ans-0031 # text = either way you also need to keep an eye on the temperature if you are using a dry fish tank as UV lights in my experience up the temperature significantly and without proper ventilation it can become an oven. -1 either either DET DT _ 2 det 2:det _ +1 either either DET DT PronType=Ind 2 det 2:det _ 2 way way NOUN NN Number=Sing 5 obl:npmod 5:obl:npmod _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ 4 also also ADV RB _ 5 advmod 5:advmod _ -5 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 keep keep VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 an a DET DT Definite=Ind|PronType=Art 9 det 9:det _ @@ -183750,23 +183856,23 @@ 12 temperature temperature NOUN NN Number=Sing 7 obl 7:obl:on _ 13 if if SCONJ IN _ 16 mark 16:mark _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +15 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 16 using use VERB VBG Tense=Pres|VerbForm=Part 5 advcl 5:advcl:if _ 17 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 18 dry dry NOUN NN Number=Sing 20 compound 20:compound _ 19 fish fish NOUN NN Number=Sing 20 compound 20:compound _ 20 tank tank NOUN NN Number=Sing 16 obj 16:obj _ 21 as as ADP IN _ 27 mark 27:mark _ -22 UV UV PROPN NNP Number=Sing 23 compound 23:compound _ +22 UV ultra-violet NOUN NN Abbr=Yes|Number=Sing 23 compound 23:compound _ 23 lights light NOUN NNS Number=Plur 27 nsubj 27:nsubj _ 24 in in ADP IN _ 26 case 26:case _ -25 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 experience experience NOUN NN Number=Sing 27 obl 27:obl:in _ -27 up up VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:as _ +27 up up VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:as _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 29 temperature temperature NOUN NN Number=Sing 27 obj 27:obj _ 30 significantly significantly ADV RB _ 27 advmod 27:advmod _ -31 and and CCONJ CC _ 27 cc 27:cc _ +31 and and CCONJ CC _ 37 cc 37:cc _ 32 without without ADP IN _ 34 case 34:case _ 33 proper proper ADJ JJ Degree=Pos 34 amod 34:amod _ 34 ventilation ventilation NOUN NN Number=Sing 37 obl 37:obl:without _ @@ -183779,20 +183885,20 @@ # sent_id = answers-20111108110012AAK8Azy_ans-0032 # text = as to what the light provides it gives UV rays..which is important for health in lizards as it is in humans. -1 as as ADP IN _ 3 case 3:case _ +1 as as ADP IN _ 6 mark 6:mark _ 2 to to SCONJ IN _ 1 fixed 1:fixed _ -3 what what PRON WP PronType=Int 8 obl 8:obl:as_to _ +3 what what PRON WP PronType=Int 6 obj 6:obj _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 light light NOUN NN Number=Sing 6 nsubj 6:nsubj _ -6 provides provide VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +6 provides provide VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:as_to _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 gives give VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -9 UV UV NOUN NN Abbr=Yes|Number=Sing 10 compound 10:compound|14:nsubj _ -10 rays ray VERB NNS Number=Plur 8 obj 8:obj SpaceAfter=No -11 .. .. PUNCT , _ 8 punct 8:punct SpaceAfter=No -12 which which PRON WDT PronType=Rel 14 nsubj 9:ref _ +8 gives give VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root|14:csubj _ +9 UV ultra-violet NOUN NN Abbr=Yes|Number=Sing 10 compound 10:compound _ +10 rays ray NOUN NNS Number=Plur 8 obj 8:obj SpaceAfter=No +11 .. .. PUNCT , _ 14 punct 14:punct SpaceAfter=No +12 which which PRON WDT PronType=Rel 14 nsubj 8:ref _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ -14 important important ADJ JJ Degree=Pos 9 acl:relcl 9:acl:relcl _ +14 important important ADJ JJ Degree=Pos 8 advcl:relcl 8:advcl:relcl _ 15 for for ADP IN _ 16 case 16:case _ 16 health health NOUN NN Number=Sing 14 obl 14:obl:for _ 17 in in ADP IN _ 18 case 18:case _ @@ -183821,14 +183927,14 @@ 12 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 10 nmod 10:nmod:of _ 13 PetSmart PetSmart PROPN NNP Number=Sing 14 compound 14:compound _ 14 associates associate NOUN NNS Number=Plur 12 appos 12:appos SpaceAfter=No -15 ... ... PUNCT , _ 7 punct 7:punct _ +15 ... ... PUNCT , _ 16 punct 16:punct _ 16 sheesh sheesh INTJ UH _ 7 discourse 7:discourse SpaceAfter=No 17 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108110012AAK8Azy_ans-0034 # text = Yes, it gives him the "sun rays" necessary, that's what UVA is. 1 Yes yes INTJ UH _ 4 discourse 4:discourse SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 4 gives give VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 iobj 4:iobj _ @@ -183838,11 +183944,11 @@ 9 rays ray NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No 10 " " PUNCT `` _ 9 punct 9:punct _ 11 necessary necessary ADJ JJ Degree=Pos 9 amod 9:amod SpaceAfter=No -12 , , PUNCT , _ 4 punct 4:punct _ +12 , , PUNCT , _ 15 punct 15:punct _ 13-14 that's _ _ _ _ _ _ _ _ -13 that that PRON DT Number=Sing|PronType=Dem 14 nsubj 14:nsubj _ -14 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ -15 what what PRON WP PronType=Int 14 ccomp 14:ccomp _ +13 that that PRON DT Number=Sing|PronType=Dem 15 nsubj:outer 15:nsubj:outer _ +14 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +15 what what PRON WP PronType=Int 4 parataxis 4:parataxis _ 16 UVA UVA PROPN NNP Number=Sing 15 nsubj 15:nsubj _ 17 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop SpaceAfter=No 18 . . PUNCT . _ 4 punct 4:punct _ @@ -183853,26 +183959,26 @@ 2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 3 should should AUX MD VerbForm=Fin 5 aux 5:aux _ 4 be be AUX VB VerbForm=Inf 5 cop 5:cop _ -5 on on ADV JJ Degree=Pos 0 root 0:root _ -6 10 10 NUM CD NumType=Card 9 nummod 9:nummod SpaceAfter=No +5 on on ADJ JJ Degree=Pos 0 root 0:root _ +6 10 10 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod SpaceAfter=No 7 - - SYM SYM _ 8 case 8:case SpaceAfter=No -8 12 12 NUM CD NumType=Card 6 nmod 6:nmod _ +8 12 12 NUM CD NumForm=Digit|NumType=Card 6 nmod 6:nmod _ 9 hours hour NOUN NNS Number=Plur 5 obl:tmod 5:obl:tmod SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 17 punct 17:punct _ 11 just just ADV RB _ 17 advmod 17:advmod _ 12 like like SCONJ IN _ 17 mark 17:mark _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 sun sun NOUN NN Number=Sing 17 nsubj 17:nsubj _ 15 would would AUX MD VerbForm=Fin 17 aux 17:aux _ 16 be be AUX VB VerbForm=Inf 17 cop 17:cop _ -17 up up ADV JJ Degree=Pos 5 advcl 5:advcl:like _ +17 up up ADJ JJ Degree=Pos 5 advcl 5:advcl:like _ 18 for for ADP IN _ 22 case 22:case _ -19 10 10 NUM CD NumType=Card 22 nummod 22:nummod SpaceAfter=No +19 10 10 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod SpaceAfter=No 20 - - SYM SYM _ 21 case 21:case SpaceAfter=No -21 12 12 NUM CD NumType=Card 19 nmod 19:nmod _ +21 12 12 NUM CD NumForm=Digit|NumType=Card 19 nmod 19:nmod _ 22 hours hour NOUN NNS Number=Plur 17 obl 17:obl:for _ 23 in in ADP IN _ 26 case 26:case _ -24 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +24 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 25 natural natural ADJ JJ Degree=Pos 26 amod 26:amod _ 26 environment environment NOUN NN Number=Sing 17 obl 17:obl:in SpaceAfter=No 27 . . PUNCT . _ 5 punct 5:punct _ @@ -183883,7 +183989,7 @@ 2 for for ADP IN _ 1 fixed 1:fixed _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 heat heat NOUN NN Number=Sing 8 obl 8:obl:as_for SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 just just ADV RB _ 8 advmod 8:advmod _ 7 be be AUX VB VerbForm=Inf 8 cop 8:cop _ 8 sure sure ADJ JJ Degree=Pos 0 root 0:root _ @@ -183896,10 +184002,10 @@ # sent_id = answers-20111108110012AAK8Azy_ans-0037 # text = Also, Beardies often do not eat food that is not moving, so its anyone's guess whether or not he'll touch the freeze-dried crickets or the processed food. 1 Also also ADV RB _ 7 advmod 7:advmod SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ -3 Beardies Beardies PROPN NNPS Number=Plur 7 nsubj 7:nsubj _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 Beardies Bearded PROPN NNPS Number=Plur 7 nsubj 7:nsubj _ 4 often often ADV RB _ 7 advmod 7:advmod _ -5 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 not not PART RB _ 7 advmod 7:advmod _ 7 eat eat VERB VB VerbForm=Inf 0 root 0:root _ 8 food food NOUN NN Number=Sing 7 obj 7:obj|12:nsubj _ @@ -183907,39 +184013,39 @@ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 11 not not PART RB _ 12 advmod 12:advmod _ 12 moving move VERB VBG Tense=Pres|VerbForm=Part 8 acl:relcl 8:acl:relcl SpaceAfter=No -13 , , PUNCT , _ 16 punct 16:punct _ +13 , , PUNCT , _ 19 punct 19:punct _ 14 so so ADV RB _ 19 advmod 19:advmod _ 15-16 its _ _ _ _ _ _ _ _ -15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 expl 16:expl _ -16 s be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 conj 7:conj _ +15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 expl 19:expl _ +16 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 19 cop 19:cop CorrectForm='s 17-18 anyone's _ _ _ _ _ _ _ _ -17 anyone anyone PRON NN Number=Sing 19 nmod:poss 19:nmod:poss _ +17 anyone anyone PRON NN Number=Sing|PronType=Ind 19 nmod:poss 19:nmod:poss _ 18 's 's PART POS _ 17 case 17:case _ -19 guess guess NOUN NN Number=Sing 16 nsubj 16:nsubj _ +19 guess guess NOUN NN Number=Sing 7 parataxis 7:parataxis _ 20 whether whether SCONJ IN _ 25 mark 25:mark _ 21 or or CCONJ CC _ 20 fixed 20:fixed _ -22 not not ADV RB _ 20 fixed 20:fixed _ +22 not not PART RB _ 20 fixed 20:fixed _ 23-24 he'll _ _ _ _ _ _ _ _ 23 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 25 nsubj 25:nsubj _ 24 'll will AUX MD VerbForm=Fin 25 aux 25:aux _ -25 touch touch VERB VB VerbForm=Inf 16 csubj 16:csubj _ +25 touch touch VERB VB VerbForm=Inf 19 csubj 19:csubj _ 26 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 27 freeze freeze VERB VB VerbForm=Inf 29 compound 29:compound SpaceAfter=No -28 - - PUNCT HYPH _ 29 punct 29:punct SpaceAfter=No -29 dried dry VERB VBN Tense=Past|VerbForm=Part 30 amod 30:amod _ +28 - - PUNCT HYPH _ 27 punct 27:punct SpaceAfter=No +29 dried dry VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 30 amod 30:amod _ 30 crickets cricket NOUN NNS Number=Plur 25 obj 25:obj _ 31 or or CCONJ CC _ 34 cc 34:cc _ 32 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ -33 processed process VERB VBN Tense=Past|VerbForm=Part 34 amod 34:amod _ +33 processed process VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 34 amod 34:amod _ 34 food food NOUN NN Number=Sing 30 conj 25:obj|30:conj:or SpaceAfter=No 35 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108110012AAK8Azy_ans-0038 # text = I tell all my customers they can try it, but don't count on it. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 tell tell VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 tell tell VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 all all ADV RB _ 5 advmod 5:advmod _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 customers customer NOUN NNS Number=Plur 2 iobj 2:iobj _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj|14:nsubj _ 7 can can AUX MD VerbForm=Fin 8 aux 8:aux _ @@ -183948,7 +184054,7 @@ 10 , , PUNCT , _ 14 punct 14:punct _ 11 but but CCONJ CC _ 14 cc 14:cc _ 12-13 don't _ _ _ _ _ _ _ _ -12 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +12 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 n't not PART RB _ 14 advmod 14:advmod _ 14 count count VERB VB Mood=Imp|VerbForm=Fin 8 conj 2:ccomp|8:conj:but _ 15 on on ADP IN _ 16 case 16:case _ @@ -183962,7 +184068,7 @@ 3 green green ADJ JJ Degree=Pos 5 amod 5:amod _ 4 leafy leafy NOUN NN Number=Sing 5 compound 5:compound _ 5 veggies veggy NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 8 punct 8:punct _ 7 like like ADP IN _ 8 case 8:case _ 8 kale kale NOUN NN Number=Sing 5 nmod 5:nmod:like _ 9 and and CCONJ CC _ 10 cc 10:cc _ @@ -183971,7 +184077,7 @@ # sent_id = answers-20111108110012AAK8Azy_ans-0040 # text = Best of luck! -1 Best best ADJ JJS Degree=Sup 0 root 0:root _ +1 Best good ADJ JJS Degree=Sup 0 root 0:root _ 2 of of ADP IN _ 3 case 3:case _ 3 luck luck NOUN NN Number=Sing 1 obl 1:obl:of SpaceAfter=No 4 ! ! PUNCT . _ 1 punct 1:punct _ @@ -183986,7 +184092,7 @@ 4 or or CCONJ CC _ 6 cc 6:cc _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 parakeet parakeet NOUN NN Number=Sing 3 conj 3:conj:or|7:nsubj _ -7 better better ADJ JJR Degree=Cmp 0 root 0:root SpaceAfter=No +7 better good ADJ JJR Degree=Cmp 0 root 0:root SpaceAfter=No 8 ? ? PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108092643AAXe4lD_ans-0002 @@ -183996,13 +184102,13 @@ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 making make VERB VBG VerbForm=Ger 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -5 christmas christmas PROPN NNP Number=Sing 6 compound 6:compound _ +5 christmas Christmas PROPN NNP Number=Sing 6 compound 6:compound _ 6 list list NOUN NN Number=Sing 3 obj 3:obj _ 7 for for ADP IN _ 9 case 9:case _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 parents parent NOUN NNS Number=Plur 3 obl 3:obl:for _ 10 and and CCONJ CC _ 13 cc 13:cc _ -11 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ +11 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 13 going go VERB VBG VerbForm=Ger 3 conj 3:conj:and _ 14 to to PART TO _ 15 mark 15:mark _ @@ -184012,53 +184118,53 @@ 18 bird bird NOUN NN Number=Sing 15 obl 15:obl:for _ 19 and and CCONJ CC _ 24 cc 24:cc _ 20 these this PRON DT Number=Plur|PronType=Dem 24 nsubj 24:nsubj _ -21 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ +21 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 23 affordable affordable ADJ JJ Degree=Pos 24 amod 24:amod _ 24 ones one NOUN NNS Number=Plur 3 conj 3:conj:and|27:obj _ 25 that that PRON WDT PronType=Rel 27 obj 24:ref _ -26 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 nsubj 27:nsubj _ -27 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 acl:relcl 24:acl:relcl SpaceAfter=No +26 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 nsubj 27:nsubj _ +27 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 24 acl:relcl 24:acl:relcl SpaceAfter=No 28 , , PUNCT , _ 32 punct 32:punct _ 29 and and CCONJ CC _ 32 cc 32:cc _ -30 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 32 nsubj 32:nsubj _ +30 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 32 nsubj 32:nsubj _ 31 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 32 aux 32:aux _ 32 wondering wonder VERB VBG VerbForm=Ger 3 conj 3:conj:and _ -33 : : PUNCT : _ 32 punct 32:punct _ -34 which which PRON WDT PronType=Int 37 nsubj 37:nsubj _ +33 : : PUNCT : _ 37 punct 37:punct _ +34 which which PRON WDT PronType=Int 37 nsubj 37:nsubj ManuallyChecked=PronType 35 would would AUX MD VerbForm=Fin 37 aux 37:aux _ 36 not not PART RB _ 37 advmod 37:advmod _ 37 bite bite VERB VB VerbForm=Inf 32 parataxis 32:parataxis _ 38 alot alot ADV RB _ 37 advmod 37:advmod SpaceAfter=No 39 , , PUNCT , _ 44 punct 44:punct _ 40 and and CCONJ CC _ 44 cc 44:cc _ -41 which which PRON WDT PronType=Int 44 nsubj 44:nsubj _ -42 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 44 cop 44:cop _ -43 more more ADJ JJR Degree=Cmp 44 amod 44:amod _ -44 fun fun NOUN NN Number=Sing 37 conj 37:conj:and _ +41 which which PRON WDT PronType=Int 44 nsubj 44:nsubj ManuallyChecked=PronType +42 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 44 cop 44:cop _ +43 more more ADV RBR Degree=Cmp 44 advmod 44:advmod _ +44 fun fun ADJ JJ Degree=Pos 37 conj 37:conj:and _ 45 to to PART TO _ 46 mark 46:mark _ 46 have have VERB VB VerbForm=Inf 44 ccomp 44:ccomp _ 47 as as ADP IN _ 48 case 48:case _ 48 pets pet NOUN NNS Number=Plur 46 obl 46:obl:as _ 49 AND and CCONJ CC _ 51 cc 51:cc _ 50 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 51 nsubj 51:nsubj|53:nsubj:xsubj _ -51 NEED need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +51 NEED need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 52 TO to PART TO _ 53 mark 53:mark _ 53 KNOW know VERB VB VerbForm=Inf 51 xcomp 51:xcomp _ -54 WHICH which PRON WDT PronType=Int 57 nsubj 57:nsubj _ +54 WHICH which PRON WDT PronType=Int 57 nsubj 57:nsubj ManuallyChecked=PronType 55 WOULD would AUX MD VerbForm=Fin 57 aux 57:aux _ 56 BE be AUX VB VerbForm=Inf 57 cop 57:cop _ -57 QUIETEST quietest ADJ JJS Degree=Sup 53 ccomp 53:ccomp _ -58 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 62 nsubj 62:nsubj _ +57 QUIETEST quiet ADJ JJS Degree=Sup 53 ccomp 53:ccomp _ +58 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 62 nsubj 62:nsubj _ 59 honestly honestly ADV RB _ 62 advmod 62:advmod _ 60-61 dont _ _ _ _ _ _ _ _ -60 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 62 aux 62:aux _ -61 nt not PART RB _ 62 advmod 62:advmod _ +60 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 62 aux 62:aux _ +61 nt not PART RB Typo=Yes 62 advmod 62:advmod CorrectForm=n't 62 care care VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ 63 but but CCONJ CC _ 66 cc 66:cc _ -64 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 65 nmod:poss 65:nmod:poss _ +64 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 65 nmod:poss 65:nmod:poss _ 65 family family NOUN NN Number=Sing 66 nsubj 66:nsubj _ -66 does do VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +66 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 67 ! ! PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108092643AAXe4lD_ans-0003 @@ -184071,13 +184177,13 @@ # sent_id = answers-20111108092643AAXe4lD_ans-0004 # text = oh and please say y one is better thx!!!!!! 1 oh oh INTJ UH _ 4 discourse 4:discourse _ -2 and and CCONJ CC _ 9 cc 9:cc _ +2 and and CCONJ CC _ 4 cc 4:cc _ 3 please please INTJ UH _ 4 discourse 4:discourse _ 4 say say VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -5 y y ADV WRB PronType=Int 8 advmod 8:advmod _ -6 one one NUM CD NumType=Card 8 nsubj 8:nsubj _ +5 y why ADV WRB Abbr=Yes|PronType=Int 8 advmod 8:advmod CorrectForm=why +6 one one NUM CD NumForm=Word|NumType=Card 8 nsubj 8:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ -8 better better ADJ JJR Degree=Cmp 4 advcl 4:advcl _ +8 better good ADJ JJR Degree=Cmp 4 advcl 4:advcl _ 9 thx thx NOUN NN Number=Sing 4 discourse 4:discourse SpaceAfter=No 10 !!!!!! !!!!!! PUNCT . _ 9 punct 9:punct _ @@ -184100,29 +184206,29 @@ # text = Heres my reason..... 1-2 Heres _ _ _ _ _ _ _ _ 1 Here here ADV RB PronType=Dem 0 root 0:root _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 1 cop 1:cop CorrectForm='s +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 reason reason NOUN NN Number=Sing 1 nsubj 1:nsubj SpaceAfter=No 5 ..... ..... PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108092643AAXe4lD_ans-0008 # text = I did the same thing that you did for christmas. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 did do VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 same same ADJ JJ Degree=Pos 5 amod 5:amod _ 5 thing thing NOUN NN Number=Sing 2 obj 2:obj|8:obj _ 6 that that PRON WDT PronType=Rel 8 obj 5:ref _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -8 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +8 did do VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 9 for for ADP IN _ 10 case 10:case _ -10 christmas christmas PROPN NNP Number=Sing 2 obl 2:obl:for SpaceAfter=No +10 christmas Christmas PROPN NNP Number=Sing 2 obl 2:obl:for SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108092643AAXe4lD_ans-0009 # text = I ended up getting a pair of zebra finches for christmas. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 ended end VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 ended end VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 up up ADP RP _ 2 compound:prt 2:compound:prt _ 4 getting get VERB VBG VerbForm=Ger 2 xcomp 2:xcomp _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -184131,31 +184237,31 @@ 8 zebra zebra NOUN NN Number=Sing 9 compound 9:compound _ 9 finches finch NOUN NNS Number=Plur 6 nmod 6:nmod:of _ 10 for for ADP IN _ 11 case 11:case _ -11 christmas christmas PROPN NNP Number=Sing 4 obl 4:obl:for SpaceAfter=No +11 christmas Christmas PROPN NNP Number=Sing 4 obl 4:obl:for SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108092643AAXe4lD_ans-0010 # text = At first it was all cool and all. 1 At at ADP IN _ 2 case 2:case _ -2 first first ADV RB _ 6 obl 6:obl:at _ +2 first first ADV RB NumForm=Word|NumType=Ord 6 obl 6:obl:at _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj|8:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 5 all all ADV RB _ 6 advmod 6:advmod _ 6 cool cool ADJ JJ Degree=Pos 0 root 0:root _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 all all DET DT _ 6 conj 6:conj:and SpaceAfter=No +8 all all DET DT PronType=Tot 6 conj 6:conj:and SpaceAfter=No 9 . . PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111108092643AAXe4lD_ans-0011 # text = They were chirping and doing their every day business. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|5:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 chirping chirp VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 doing do VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj:and _ -6 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ -7 every every X GW _ 9 amod 9:amod _ -8 day day ADJ JJ Degree=Pos 7 goeswith 7:goeswith _ +6 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 every everyday ADJ GW Degree=Pos|Typo=Yes 9 amod 9:amod _ +8 day _ X JJ _ 7 goeswith 7:goeswith _ 9 business business NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ @@ -184167,7 +184273,7 @@ 4 of of ADP IN _ 5 case 5:case _ 5 weeks week NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj|8:nsubj:xsubj _ -7 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 tired tired ADJ JJ Degree=Pos 7 xcomp 7:xcomp _ 9 of of ADP IN _ 10 case 10:case _ 10 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 8 obl 8:obl:of SpaceAfter=No @@ -184176,7 +184282,7 @@ # sent_id = answers-20111108092643AAXe4lD_ans-0013 # text = They are quite messy and you cannot hold or pet them. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 quite quite ADV RB _ 4 advmod 4:advmod _ 4 messy messy ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 9 cc 9:cc _ @@ -184194,7 +184300,7 @@ # text = Ive tried to tame them and they just would not get tamed. 1-2 Ive _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -2 ve have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 ve have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 3 aux 3:aux CorrectForm='ve 3 tried try VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 tame tame VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ @@ -184212,20 +184318,20 @@ # text = They dont want to be held or touched. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj|7:nsubj:xsubj|9:nsubj:xsubj _ 2-3 dont _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ -3 nt not PART RB _ 4 advmod 4:advmod _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 nt not PART RB Typo=Yes 4 advmod 4:advmod CorrectForm=n't 4 want want VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 7 mark 7:mark _ 6 be be AUX VB VerbForm=Inf 7 aux:pass 7:aux:pass _ 7 held hold VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 xcomp 4:xcomp _ 8 or or CCONJ CC _ 9 cc 9:cc _ -9 touched touch VERB VBN Tense=Past|VerbForm=Part 7 conj 4:xcomp|7:conj:or SpaceAfter=No +9 touched touch VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 conj 4:xcomp|7:conj:or SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108092643AAXe4lD_ans-0016 # text = I want a bird that I can hold and do tricks. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 bird bird NOUN NN Number=Sing 2 obj 2:obj|8:obj _ 5 that that PRON WDT PronType=Rel 8 obj 4:ref _ @@ -184241,11 +184347,11 @@ # text = I still have them and they are doing well. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 still still ADV RB _ 3 advmod 3:advmod _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 3 obj 3:obj _ 5 and and CCONJ CC _ 8 cc 8:cc _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 doing do VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj:and _ 9 well well ADV RB Degree=Pos 8 advmod 8:advmod SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ @@ -184256,21 +184362,21 @@ 2 couple couple NOUN NN Number=Sing 5 obl:npmod 5:obl:npmod _ 3 of of ADP IN _ 4 case 4:case _ 4 months month NOUN NNS Number=Plur 2 nmod 2:nmod:of _ -5 after after SCONJ IN _ 7 advmod 7:advmod _ +5 after after ADV RB _ 7 advmod 7:advmod _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -8 parakeets parakeet NOUN NNS Number=Plur 10 compound 10:compound SpaceAfter=No -9 / / PUNCT , _ 10 punct 10:punct SpaceAfter=No -10 budgies budgie NOUN NNS Number=Plur 7 obj 7:obj SpaceAfter=No +7 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 parakeets parakeet NOUN NNS Number=Plur 7 obj 7:obj SpaceAfter=No +9 / / SYM SYM _ 10 cc 10:cc SpaceAfter=No +10 budgies budgie NOUN NNS Number=Plur 8 conj 7:obj|8:conj:slash SpaceAfter=No 11 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108092643AAXe4lD_ans-0019 # text = They are adorable they have beautiful colors and personality. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 adorable adorable ADJ JJ Degree=Pos 0 root 0:root _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +5 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 6 beautiful beautiful ADJ JJ Degree=Pos 7 amod 7:amod _ 7 colors color NOUN NNS Number=Plur 5 obj 5:obj _ 8 and and CCONJ CC _ 9 cc 9:cc _ @@ -184280,17 +184386,17 @@ # sent_id = answers-20111108092643AAXe4lD_ans-0020 # text = I love them. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 2 obj 2:obj SpaceAfter=No 4 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108092643AAXe4lD_ans-0021 # text = First of all they are very tame. -1 First first ADV RB _ 7 advmod 7:advmod _ +1 First first ADV RB NumForm=Word|NumType=Ord 7 advmod 7:advmod _ 2 of of ADP IN _ 3 case 3:case _ -3 all all DET DT _ 1 obl 1:obl:of _ +3 all all DET DT PronType=Tot 1 obl 1:obl:of _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 very very ADV RB _ 7 advmod 7:advmod _ 7 tame tame ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 8 . . PUNCT . _ 7 punct 7:punct _ @@ -184298,10 +184404,10 @@ # sent_id = answers-20111108092643AAXe4lD_ans-0022 # text = I tamed them in 4 days. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 tamed tame VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 tamed tame VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 2 obj 2:obj _ 4 in in ADP IN _ 6 case 6:case _ -5 4 4 NUM CD NumType=Card 6 nummod 6:nummod _ +5 4 4 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 days day NOUN NNS Number=Plur 2 obl 2:obl:in SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ @@ -184314,8 +184420,8 @@ 5 and and CCONJ CC _ 9 cc 9:cc _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 7-8 arent _ _ _ _ _ _ _ _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ -8 nt not PART RB _ 9 advmod 9:advmod _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +8 nt not PART RB Typo=Yes 9 advmod 9:advmod CorrectForm=n't 9 messy messy ADJ JJ Degree=Pos 3 conj 3:conj:and SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ @@ -184330,7 +184436,7 @@ # sent_id = answers-20111108092643AAXe4lD_ans-0025 # text = My parents even plays with them. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 parents parent NOUN NNS Number=Plur 4 nsubj 4:nsubj _ 3 even even ADV RB _ 4 advmod 4:advmod _ 4 plays play VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ @@ -184341,31 +184447,31 @@ # sent_id = answers-20111108092643AAXe4lD_ans-0026 # text = They are a big part of our family. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 big big ADJ JJ Degree=Pos 5 amod 5:amod _ 5 part part NOUN NN Number=Sing 0 root 0:root _ 6 of of ADP IN _ 8 case 8:case _ -7 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 family family NOUN NN Number=Sing 5 nmod 5:nmod:of SpaceAfter=No 9 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108092643AAXe4lD_ans-0027 # text = I hope this helps you with your decision. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 this this PRON DT Number=Sing|PronType=Dem 4 nsubj 4:nsubj _ 4 helps help VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 obj 4:obj _ 6 with with ADP IN _ 8 case 8:case _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 decision decision NOUN NN Number=Sing 4 obl 4:obl:with SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108092643AAXe4lD_ans-0028 # text = They are both about the same noise level. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 3 both both ADV RB _ 8 advmod 8:advmod _ 4 about about ADV RB _ 6 advmod 6:advmod _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -184376,7 +184482,7 @@ # sent_id = answers-20111108092643AAXe4lD_ans-0029 # text = When choosing a parakeet look for a young one. -1 When when SCONJ WRB PronType=Int 2 mark 2:mark _ +1 When when ADV WRB PronType=Int 2 advmod 2:advmod _ 2 choosing choose VERB VBG VerbForm=Ger 5 advcl 5:advcl:when _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 parakeet parakeet NOUN NN Number=Sing 2 obj 2:obj _ @@ -184389,20 +184495,20 @@ # sent_id = answers-20111108092643AAXe4lD_ans-0030 # text = (the younger the eaiser to tame) Look for clean smooth feathers, beak, and clean vent feathers (the feathers around the butt..dirty vent feathers means the bird is not healthy) Look for a dark eye with no circles (the older ones have a circle ring in their eyes). -1 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No -2 the the DET DT Definite=Def|PronType=Art 3 mark 3:mark _ -3 younger younger ADJ JJR Degree=Cmp 5 advcl 5:advcl:the _ -4 the the DET DT Definite=Def|PronType=Art 5 mark 5:mark _ -5 eaiser eaiser ADJ JJR Degree=Cmp 0 root 0:root _ +1 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No +2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ +3 younger young ADJ JJR Degree=Cmp 5 advcl 5:advcl:the _ +4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ +5 eaiser easy ADJ JJR Degree=Cmp|Typo=Yes 0 root 0:root CorrectForm=easier 6 to to PART TO _ 7 mark 7:mark _ 7 tame tame VERB VB VerbForm=Inf 5 advcl 5:advcl:to SpaceAfter=No -8 ) ) PUNCT -RRB- _ 3 punct 3:punct _ -9 Look look VERB VB Mood=Imp|VerbForm=Fin 3 parataxis 3:parataxis _ +8 ) ) PUNCT -RRB- _ 5 punct 5:punct _ +9 Look look VERB VB Mood=Imp|VerbForm=Fin 5 parataxis 5:parataxis _ 10 for for ADP IN _ 15 case 15:case _ 11 clean clean ADJ JJ Degree=Pos 15 amod 15:amod _ 12 smooth smooth ADJ JJ Degree=Pos 15 amod 15:amod _ 13 feathers feather NOUN NNS Number=Plur 15 compound 15:compound SpaceAfter=No -14 , , PUNCT , _ 15 punct 15:punct _ +14 , , PUNCT , _ 13 punct 13:punct _ 15 beak beak NOUN NN Number=Sing 9 obl 9:obl:for SpaceAfter=No 16 , , PUNCT , _ 20 punct 20:punct _ 17 and and CCONJ CC _ 20 cc 20:cc _ @@ -184419,34 +184525,34 @@ 28 dirty dirty ADJ JJ Degree=Pos 30 amod 30:amod _ 29 vent vent NOUN NN Number=Sing 30 compound 30:compound _ 30 feathers feather NOUN NNS Number=Plur 31 nsubj 31:nsubj _ -31 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +31 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ 32 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 33 bird bird NOUN NN Number=Sing 36 nsubj 36:nsubj _ 34 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 36 cop 36:cop _ 35 not not PART RB _ 36 advmod 36:advmod _ 36 healthy healthy ADJ JJ Degree=Pos 31 ccomp 31:ccomp SpaceAfter=No -37 ) ) PUNCT -RRB- _ 3 punct 3:punct _ -38 Look look VERB VB Mood=Imp|VerbForm=Fin 3 parataxis 3:parataxis _ +37 ) ) PUNCT -RRB- _ 31 punct 31:punct _ +38 Look look VERB VB Mood=Imp|VerbForm=Fin 5 parataxis 5:parataxis _ 39 for for ADP IN _ 42 case 42:case _ 40 a a DET DT Definite=Ind|PronType=Art 42 det 42:det _ 41 dark dark ADJ JJ Degree=Pos 42 amod 42:amod _ 42 eye eye NOUN NN Number=Sing 38 obl 38:obl:for _ 43 with with ADP IN _ 45 case 45:case _ -44 no no DET DT _ 45 det 45:det _ +44 no no DET DT PronType=Neg 45 det 45:det _ 45 circles circle NOUN NNS Number=Plur 42 nmod 42:nmod:with _ 46 ( ( PUNCT -LRB- _ 50 punct 50:punct SpaceAfter=No 47 the the DET DT Definite=Def|PronType=Art 49 det 49:det _ -48 older older ADJ JJR Degree=Cmp 49 amod 49:amod _ +48 older old ADJ JJR Degree=Cmp 49 amod 49:amod _ 49 ones one NOUN NNS Number=Plur 50 nsubj 50:nsubj _ -50 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 38 parataxis 38:parataxis _ +50 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 38 parataxis 38:parataxis _ 51 a a DET DT Definite=Ind|PronType=Art 53 det 53:det _ 52 circle circle NOUN NN Number=Sing 53 compound 53:compound _ 53 ring ring NOUN NN Number=Sing 50 obj 50:obj _ 54 in in ADP IN _ 56 case 56:case _ -55 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 56 nmod:poss 56:nmod:poss _ +55 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 56 nmod:poss 56:nmod:poss _ 56 eyes eye NOUN NNS Number=Plur 53 nmod 53:nmod:in SpaceAfter=No 57 ) ) PUNCT -RRB- _ 50 punct 50:punct SpaceAfter=No -58 . . PUNCT . _ 3 punct 3:punct _ +58 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108092643AAXe4lD_ans-0031 # text = Look for a lot of stripes in their head that starts from the beak and goes back to the back fo the bird. @@ -184457,7 +184563,7 @@ 5 of of ADP IN _ 6 case 6:case _ 6 stripes stripe NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 7 in in ADP IN _ 9 case 9:case _ -8 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 head head NOUN NN Number=Sing 4 nmod 4:nmod:in _ 10 that that PRON WDT PronType=Rel 11 nsubj 4:ref _ 11 starts start VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ @@ -184470,23 +184576,23 @@ 18 to to ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 back back NOUN NN Number=Sing 17 obl 17:obl:to _ -21 fo of ADP IN Typo=Yes 23 case 23:case _ +21 fo of ADP IN Typo=Yes 23 case 23:case CorrectForm=of 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -23 bird bird NOUN NN Number=Sing 20 nmod 20:nmod:fo SpaceAfter=No +23 bird bird NOUN NN Number=Sing 20 nmod 20:nmod:of SpaceAfter=No 24 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108092643AAXe4lD_ans-0032 # text = the stripes are like hair the less stipes the older. 1 the the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 stripes stripe NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 like like ADP IN _ 5 case 5:case _ 5 hair hair NOUN NN Number=Sing 0 root 0:root _ -6 the the DET DT Definite=Def|PronType=Art 8 mark 8:mark _ +6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 less less ADJ JJR Degree=Cmp 8 amod 8:amod _ 8 stipes stipe NOUN NNS Number=Plur 10 advcl 10:advcl:the _ -9 the the DET DT Definite=Def|PronType=Art 10 mark 10:mark _ -10 older older ADJ JJR Degree=Cmp 5 parataxis 5:parataxis SpaceAfter=No +9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ +10 older old ADJ JJR Degree=Cmp 5 parataxis 5:parataxis SpaceAfter=No 11 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108092643AAXe4lD_ans-0033 @@ -184509,14 +184615,14 @@ # text = If you want a boy the cere (the nostrils piece above the beak) must be blue. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:if _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:if _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 boy boy NOUN NN Number=Sing 3 obj 3:obj _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 cere cere NOUN NN Number=Sing 18 nsubj 18:nsubj _ 8 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 nostrils nostril NOUN NNS Number=Plur 11 compound 11:compound _ +10 nostrils nostril NOUN NNS Number=Plur 11 nmod:poss 11:nmod:poss MissingWordsAfter=' 11 piece piece NOUN NN Number=Sing 7 appos 7:appos _ 12 above above ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ @@ -184545,8 +184651,8 @@ 3 recommend recommend VERB VB VerbForm=Inf 0 root 0:root _ 4 that that SCONJ IN _ 6 mark 6:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ -7 two two NUM CD NumType=Card 8 nummod 8:nummod _ +6 get get VERB VB Mood=Sub|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +7 two two NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 8 parakeets parakeet NOUN NNS Number=Plur 6 obj 6:obj SpaceAfter=No 9 . . PUNCT . _ 3 punct 3:punct _ @@ -184555,14 +184661,14 @@ 1 But but CCONJ CC _ 2 cc 2:cc _ 2 get get VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 either either CCONJ CC _ 5 cc:preconj 5:cc:preconj _ -4 one one NUM CD NumType=Card 5 nummod 5:nummod _ +4 one one NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 5 male male NOUN NN Number=Sing 2 obj 2:obj _ 6 and and CCONJ CC _ 8 cc 8:cc _ -7 one one NUM CD NumType=Card 8 nummod 8:nummod _ +7 one one NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 8 female female NOUN NN Number=Sing 5 conj 2:obj|5:conj:and SpaceAfter=No 9 , , PUNCT , _ 12 punct 12:punct _ 10 or or CCONJ CC _ 12 cc 12:cc _ -11 two two NUM CD NumType=Card 12 nummod 12:nummod _ +11 two two NUM CD NumForm=Word|NumType=Card 12 nummod 12:nummod _ 12 males male NOUN NNS Number=Plur 5 conj 2:obj|5:conj:or SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ @@ -184571,7 +184677,7 @@ 1 Do do AUX VB Mood=Imp|VerbForm=Fin 3 aux 3:aux _ 2 not not PART RB _ 3 advmod 3:advmod _ 3 get get VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -4 two two NUM CD NumType=Card 5 nummod 5:nummod _ +4 two two NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 5 females female NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ @@ -184580,27 +184686,27 @@ 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 2 sometimes sometimes ADV RB _ 5 advmod 5:advmod _ 3-4 dont _ _ _ _ _ _ _ _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ -4 nt not PART RB _ 5 advmod 5:advmod _ +3 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 nt not PART RB Typo=Yes 5 advmod 5:advmod CorrectForm=n't 5 get get VERB VB VerbForm=Inf 0 root 0:root _ 6 along along ADV RB _ 5 advmod 5:advmod _ -7 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No +7 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -9 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ +9 know know VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ 10 how how ADV WRB PronType=Int 9 ccomp 9:ccomp _ -11 some some DET DT _ 12 det 12:det _ +11 some some DET DT PronType=Ind 12 det 12:det _ 12 girls girl NOUN NNS Number=Plur 10 nsubj 10:nsubj _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 14 lol lol INTJ UH _ 5 discourse 5:discourse _ 15 hahahaahh hahahaahh INTJ UH _ 5 discourse 5:discourse _ 16 but but CCONJ CC _ 23 cc 23:cc _ 17 for for ADP IN _ 18 case 18:case _ 18 real real ADJ JJ Degree=Pos 23 obl 23:obl:for _ 19 though though ADV RB _ 23 advmod 23:advmod SpaceAfter=No -20 , , PUNCT , _ 23 punct 23:punct _ -21 two two NUM CD NumType=Card 22 nummod 22:nummod _ +20 , , PUNCT , _ 19 punct 19:punct _ +21 two two NUM CD NumForm=Word|NumType=Card 22 nummod 22:nummod _ 22 girls girl NOUN NNS Number=Plur 23 nsubj 23:nsubj|25:nsubj:xsubj _ -23 tend tend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ +23 tend tend VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ 24 to to PART TO _ 25 mark 25:mark _ 25 fight fight VERB VB VerbForm=Inf 23 xcomp 23:xcomp _ 26 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ @@ -184610,8 +184716,8 @@ # sent_id = answers-20111108092643AAXe4lD_ans-0040 # text = I have one yellow girl and a green and yellow boy. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 one one NUM CD NumType=Card 5 nummod 5:nummod _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 one one NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 4 yellow yellow ADJ JJ Degree=Pos 5 amod 5:amod _ 5 girl girl NOUN NN Number=Sing 2 obj 2:obj _ 6 and and CCONJ CC _ 11 cc 11:cc _ @@ -184625,16 +184731,16 @@ # sent_id = answers-20111108092643AAXe4lD_ans-0041 # text = They are the best! 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 best best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +4 best good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 5 ! ! PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108092643AAXe4lD_ans-0042 # text = If you choose to get a parakeet this is a trick that I used to tame them. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 choose choose VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:if _ +3 choose choose VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:if _ 4 to to PART TO _ 5 mark 5:mark _ 5 get get VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -184645,7 +184751,7 @@ 11 trick trick NOUN NN Number=Sing 0 root 0:root|14:obj _ 12 that that PRON WDT PronType=Rel 14 obj 11:ref _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +14 used use VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 15 to to PART TO _ 16 mark 16:mark _ 16 tame tame VERB VB VerbForm=Inf 14 advcl 14:advcl:to _ 17 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 16 obj 16:obj SpaceAfter=No @@ -184656,34 +184762,34 @@ 1 However however ADV RB _ 10 advmod 10:advmod _ 2 if if SCONJ IN _ 4 mark 4:mark _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 plan plan VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ +4 plan plan VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ 5 on on SCONJ IN _ 6 mark 6:mark _ 6 getting get VERB VBG VerbForm=Ger 4 advcl 4:advcl:on _ -7 one one NUM CD NumType=Card 6 obj 6:obj SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +7 one one NUM CD NumForm=Word|NumType=Card 6 obj 6:obj SpaceAfter=No +8 , , PUNCT , _ 4 punct 4:punct _ 9 then then ADV RB PronType=Dem 10 advmod 10:advmod _ 10 get get VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -11 more more ADJ JJR Degree=Cmp 13 advmod 13:advmod _ +11 more more ADJ JJR Degree=Cmp|ExtPos=ADV 13 advmod 13:advmod _ 12 than than ADP IN _ 11 fixed 11:fixed _ -13 one one NUM CD NumType=Card 10 obj 10:obj _ +13 one one NUM CD NumForm=Word|NumType=Card 10 obj 10:obj _ 14 at at ADP IN _ 17 case 17:case _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 same same ADJ JJ Degree=Pos 17 amod 17:amod _ 17 time time NOUN NN Number=Sing 10 obl 10:obl:at _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 19 nsubj 19:nsubj _ -19 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 parataxis 10:parataxis _ +19 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 parataxis 10:parataxis _ 20 company company NOUN NN Number=Sing 19 obj 19:obj SpaceAfter=No 21 . . PUNCT . _ 10 punct 10:punct _ # sent_id = answers-20111108092643AAXe4lD_ans-0044 # text = My mom told me how to tame them and I was very happy with the results. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 mom mom NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj 3:obj|7:nsubj:xsubj _ -5 how how SCONJ WRB PronType=Int 7 mark 7:mark _ +3 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 iobj 3:iobj _ +5 how how ADV WRB PronType=Int 7 advmod 7:advmod _ 6 to to PART TO _ 7 mark 7:mark _ -7 tame tame VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ +7 tame tame VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ 8 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 7 obj 7:obj _ 9 and and CCONJ CC _ 13 cc 13:cc _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ @@ -184698,9 +184804,9 @@ # sent_id = answers-20111108092643AAXe4lD_ans-0045 # text = It took me 4 days to get the new one to be able to step on and eat out of my hand. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 expl 2:expl _ -2 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 iobj 2:iobj _ -4 4 4 NUM CD NumType=Card 5 nummod 5:nummod _ +4 4 4 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 days day NOUN NNS Number=Plur 2 obj 2:obj _ 6 to to PART TO _ 7 mark 7:mark _ 7 get get VERB VB VerbForm=Inf 2 csubj 2:csubj _ @@ -184717,31 +184823,31 @@ 18 eat eat VERB VB VerbForm=Inf 13 conj 7:xcomp|13:conj:and _ 19 out out ADP IN _ 22 case 22:case _ 20 of of ADP IN _ 22 case 22:case _ -21 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 hand hand NOUN NN Number=Sing 18 obl 18:obl:of SpaceAfter=No 23 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108092643AAXe4lD_ans-0046 # text = These are the steps I used. 1 These this PRON DT Number=Plur|PronType=Dem 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 steps step NOUN NNS Number=Plur 0 root 0:root _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl SpaceAfter=No +6 used use VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl SpaceAfter=No 7 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108092643AAXe4lD_ans-0047 # text = Honestly they have worked for me twice with my parakeets. 1 Honestly honestly ADV RB _ 4 advmod 4:advmod _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 worked work VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 for for ADP IN _ 6 case 6:case _ 6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obl 4:obl:for _ -7 twice twice ADV RB NumType=Mult 4 advmod 4:advmod _ +7 twice twice ADV RB NumForm=Word|NumType=Mult 4 advmod 4:advmod _ 8 with with ADP IN _ 10 case 10:case _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 parakeets parakeet NOUN NNS Number=Plur 4 obl 4:obl:with SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ @@ -184757,14 +184863,14 @@ # sent_id = answers-20111108092643AAXe4lD_ans-0049 # text = 1) When you get the bird, place him or her or them in the cage. -1 1 1 X LS _ 9 nummod 9:nummod SpaceAfter=No +1 1 1 NUM LS NumForm=Digit|NumType=Card 9 nummod 9:nummod SpaceAfter=No 2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ -3 When when SCONJ WRB PronType=Int 5 mark 5:mark _ +3 When when ADV WRB PronType=Int 5 advmod 5:advmod _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:when _ +5 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:when _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 bird bird NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No -8 , , PUNCT , _ 9 punct 9:punct _ +8 , , PUNCT , _ 5 punct 5:punct _ 9 place place VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 10 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj _ 11 or or CCONJ CC _ 12 cc 12:cc _ @@ -184790,17 +184896,17 @@ 10 such such ADJ JJ Degree=Pos 6 conj 1:obl:with|6:conj:and _ 11 for for ADP IN _ 14 case 14:case _ 12 about about ADV RB _ 13 advmod 13:advmod _ -13 2 2 NUM CD NumType=Card 14 nummod 14:nummod _ +13 2 2 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 14 hours hour NOUN NNS Number=Plur 1 obl 1:obl:for SpaceAfter=No 15 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108092643AAXe4lD_ans-0051 # text = 2) Then place you hand in the cage. -1 2 2 X LS _ 4 nummod 4:nummod SpaceAfter=No +1 2 2 NUM LS NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No 2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ 3 Then then ADV RB PronType=Dem 4 advmod 4:advmod _ 4 place place VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -5 you you PRON PRP$ _ 6 nmod:poss 6:nmod:poss _ +5 you your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Typo=Yes 6 nmod:poss 6:nmod:poss CorrectForm=your 6 hand hand NOUN NN Number=Sing 4 obj 4:obj _ 7 in in ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -184810,11 +184916,11 @@ # sent_id = answers-20111108092643AAXe4lD_ans-0052 # text = I took the cage and place it next to the couch. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|6:nsubj _ -2 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 took take VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 cage cage NOUN NN Number=Sing 2 obj 2:obj _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 place place VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +6 place place VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|Typo=Yes|VerbForm=Fin 2 conj 2:conj:and CorrectForm=placed 7 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 obj 6:obj _ 8 next next ADV RB _ 6 advmod 6:advmod _ 9 to to ADP IN _ 11 case 11:case _ @@ -184826,18 +184932,18 @@ # text = Then I sat on the couch, placed one hand in the cage, holding a millet spray. 1 Then then ADV RB PronType=Dem 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|8:nsubj _ -3 sat sit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 sat sit VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 on on ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 couch couch NOUN NN Number=Sing 3 obl 3:obl:on SpaceAfter=No 7 , , PUNCT , _ 8 punct 8:punct _ -8 placed place VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj _ -9 one one NUM CD NumType=Card 10 nummod 10:nummod _ +8 placed place VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj _ +9 one one NUM CD NumForm=Word|NumType=Card 10 nummod 10:nummod _ 10 hand hand NOUN NN Number=Sing 8 obj 8:obj _ 11 in in ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 cage cage NOUN NN Number=Sing 8 obl 8:obl:in SpaceAfter=No -14 , , PUNCT , _ 8 punct 8:punct _ +14 , , PUNCT , _ 15 punct 15:punct _ 15 holding hold VERB VBG VerbForm=Ger 8 advcl 8:advcl _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 millet millet NOUN NN Number=Sing 18 compound 18:compound _ @@ -184849,28 +184955,28 @@ 1 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No 2 this this DET DT Number=Sing|PronType=Dem 3 det 3:det _ 3 way way NOUN NN Number=Sing 6 obl:npmod 6:obl:npmod _ -4 the they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs|Typo=Yes 6 nsubj 6:nsubj _ +4 the they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs|Typo=Yes 6 nsubj 6:nsubj CorrectForm=they 5 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 6 associate associate VERB VB VerbForm=Inf 20 parataxis 20:parataxis _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 hand hand NOUN NN Number=Sing 6 obj 6:obj _ 9 with with ADP IN _ 10 case 10:case _ 10 food food NOUN NN Number=Sing 6 obl 6:obl:with SpaceAfter=No 11 , , PUNCT , _ 14 punct 14:punct _ 12 and and CCONJ CC _ 14 cc 14:cc _ 13 birds bird NOUN NNS Number=Plur 14 nsubj 14:nsubj _ -14 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ +14 love love VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ 15 food food NOUN NN Number=Sing 14 obj 14:obj _ 16 lol lol INTJ UH _ 6 discourse 6:discourse SpaceAfter=No 17 ) ) PUNCT -RRB- _ 6 punct 6:punct _ 18 Then then ADV RB PronType=Dem 20 advmod 20:advmod _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj|25:nsubj _ -20 turned turn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +20 turned turn VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 21 on on ADP RP _ 20 compound:prt 20:compound:prt _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -23 tv tv NOUN NN Number=Sing 20 obj 20:obj _ +23 tv TV NOUN NN Number=Sing 20 obj 20:obj _ 24 and and CCONJ CC _ 25 cc 25:cc _ -25 watch watch VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 conj 20:conj:and SpaceAfter=No +25 watch watch VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 20 conj 20:conj:and SpaceAfter=No 26 . . PUNCT . _ 20 punct 20:punct _ # sent_id = answers-20111108092643AAXe4lD_ans-0055 @@ -184881,14 +184987,14 @@ 4 will will AUX MD VerbForm=Fin 5 aux 5:aux _ 5 see see VERB VB VerbForm=Inf 0 root 0:root _ 6 that that SCONJ IN _ 10 mark 10:mark _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 hand hand NOUN NN Number=Sing 10 nsubj 10:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 good good ADJ JJ Degree=Pos 5 ccomp 5:ccomp _ 11 and and CCONJ CC _ 15 cc 15:cc _ 12-13 its _ _ _ _ _ _ _ _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj|17:nsubj:xsubj|20:nsubj:xsubj _ -13 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +13 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 15 aux 15:aux CorrectForm='s 14 not not PART RB _ 15 advmod 15:advmod _ 15 going go VERB VBG Tense=Pres|VerbForm=Part 10 conj 5:ccomp|10:conj:and _ 16 to to PART TO _ 17 mark 17:mark _ @@ -184905,7 +185011,7 @@ 2 this this PRON DT Number=Sing|PronType=Dem 1 obj 1:obj _ 3 for for ADP IN _ 6 case 6:case _ 4 about about ADV RB _ 5 advmod 5:advmod _ -5 one one NUM CD NumType=Card 6 nummod 6:nummod _ +5 one one NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 6 hour hour NOUN NN Number=Sing 1 obl 1:obl:for SpaceAfter=No 7 . . PUNCT . _ 1 punct 1:punct _ @@ -184918,8 +185024,8 @@ 5 breaks break NOUN NNS Number=Plur 4 obj 4:obj _ 6 if if SCONJ IN _ 8 mark 8:mark _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -8 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ -9 too to PART TO Typo=Yes 8 xcomp 8:xcomp SpaceAfter=No +8 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ +9 too to PART TO Typo=Yes 8 xcomp 8:xcomp CorrectForm=to|SpaceAfter=No 10 ) ) PUNCT -RRB- _ 4 punct 4:punct _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 repeat repeat VERB VB Mood=Imp|VerbForm=Fin 4 conj 4:conj:and _ @@ -184927,29 +185033,29 @@ 14 steps step NOUN NNS Number=Plur 12 obj 12:obj _ 15 after after ADP IN _ 18 case 18:case _ 16 about about ADV RB _ 17 advmod 17:advmod _ -17 2 2 NUM CD NumType=Card 18 nummod 18:nummod _ +17 2 2 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ 18 hours hour NOUN NNS Number=Plur 12 obl 12:obl:after SpaceAfter=No 19 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108092643AAXe4lD_ans-0058 # text = 3) After about day 2, they will start to eating the millet spray from your hand. -1 3 3 X LS _ 10 nummod 10:nummod SpaceAfter=No +1 3 3 NUM LS NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No 2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ 3 After after ADP IN _ 5 case 5:case _ 4 about about ADV RB _ 5 advmod 5:advmod _ 5 day day NOUN NN Number=Sing 10 obl 10:obl:after _ -6 2 2 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +6 2 2 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +7 , , PUNCT , _ 5 punct 5:punct _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ 9 will will AUX MD VerbForm=Fin 10 aux 10:aux _ 10 start start VERB VB VerbForm=Inf 0 root 0:root _ -11 to to ADP TO _ 12 mark 12:mark _ -12 eating eat VERB VBG VerbForm=Ger 10 xcomp 10:xcomp _ +11 to to PART TO _ 12 mark 12:mark _ +12 eating eat VERB VB Typo=Yes|VerbForm=Inf 10 xcomp 10:xcomp CorrectForm=eat 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 14 millet millet NOUN NN Number=Sing 15 compound 15:compound _ 15 spray spray NOUN NN Number=Sing 12 obj 12:obj _ 16 from from ADP IN _ 18 case 18:case _ -17 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 hand hand NOUN NN Number=Sing 12 obl 12:obl:from SpaceAfter=No 19 . . PUNCT . _ 10 punct 10:punct _ @@ -184966,7 +185072,7 @@ 9 from from ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 birds bird NOUN NNS Number=Plur 4 obl 4:obl:from SpaceAfter=No -12 , , PUNCT , _ 4 punct 4:punct _ +12 , , PUNCT , _ 15 punct 15:punct _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 14 will will AUX MD VerbForm=Fin 15 aux 15:aux _ 15 associate associate VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ @@ -184977,7 +185083,7 @@ 20 who who PRON WP PronType=Rel 21 nsubj 19:ref _ 21 takes take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ 22 away away ADP RP _ 21 compound:prt 21:compound:prt _ -23 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +23 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 food food NOUN NN Number=Sing 21 obj 21:obj SpaceAfter=No 25 ) ) PUNCT -RRB- _ 4 punct 4:punct SpaceAfter=No 26 .... .... PUNCT . _ 4 punct 4:punct SpaceAfter=No @@ -184986,19 +185092,19 @@ # text = Then take your finger and place it under their belly, in front of their feet and say up. 1 Then then ADV RB PronType=Dem 2 advmod 2:advmod _ 2 take take VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 finger finger NOUN NN Number=Sing 2 obj 2:obj _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 place place VERB VB Mood=Imp|VerbForm=Fin 2 conj 2:conj:and _ 7 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 obj 6:obj _ 8 under under ADP IN _ 10 case 10:case _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 belly belly NOUN NN Number=Sing 6 obl 6:obl:under SpaceAfter=No -11 , , PUNCT , _ 6 punct 6:punct _ +11 , , PUNCT , _ 13 punct 13:punct _ 12 in in ADP IN _ 13 case 13:case _ 13 front front NOUN NN Number=Sing 6 obl 6:obl:in _ 14 of of ADP IN _ 16 case 16:case _ -15 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 feet feet NOUN NN Number=Sing 13 nmod 13:nmod:of _ 17 and and CCONJ CC _ 18 cc 18:cc _ 18 say say VERB VB Mood=Imp|VerbForm=Fin 2 conj 2:conj:and _ @@ -185008,10 +185114,10 @@ # sent_id = answers-20111108092643AAXe4lD_ans-0061 # text = Push you finger to their feet gently and say up. 1 Push push VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 you you PRON PRP$ _ 3 nmod:poss 3:nmod:poss _ +2 you your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Typo=Yes 3 nmod:poss 3:nmod:poss CorrectForm=your 3 finger finger NOUN NN Number=Sing 1 obj 1:obj _ 4 to to ADP IN _ 6 case 6:case _ -5 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 feet foot NOUN NNS Number=Plur 1 obl 1:obl:to _ 7 gently gently ADV RB _ 1 advmod 1:advmod _ 8 and and CCONJ CC _ 9 cc 9:cc _ @@ -185023,7 +185129,7 @@ # text = ( the first couple of times they will fly all over the cage but as long as you dont jump back or screem they will get used to you) They will have no choice but to go on your finger. 1 ( ( PUNCT -LRB- _ 9 punct 9:punct _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 first first ADJ JJ Degree=Pos|NumType=Ord 4 amod 4:amod _ +3 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 4 amod 4:amod _ 4 couple couple NOUN NN Number=Sing 9 obl:tmod 9:obl:tmod _ 5 of of ADP IN _ 6 case 6:case _ 6 times time NOUN NNS Number=Plur 4 nmod 4:nmod:of _ @@ -185040,8 +185146,8 @@ 17 as as SCONJ IN _ 21 mark 21:mark _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 21 nsubj 21:nsubj|24:nsubj _ 19-20 dont _ _ _ _ _ _ _ _ -19 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ -20 nt not PART RB _ 21 advmod 21:advmod _ +19 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ +20 nt not PART RB Typo=Yes 21 advmod 21:advmod CorrectForm=n't 21 jump jump VERB VB VerbForm=Inf 16 advcl 16:advcl:as _ 22 back back ADV RB _ 21 advmod 21:advmod _ 23 or or CCONJ CC _ 24 cc 24:cc _ @@ -185056,49 +185162,49 @@ 32 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 34 nsubj 34:nsubj _ 33 will will AUX MD VerbForm=Fin 34 aux 34:aux _ 34 have have VERB VB VerbForm=Inf 9 parataxis 9:parataxis _ -35 no no DET DT _ 36 det 36:det _ +35 no no DET DT PronType=Neg 36 det 36:det _ 36 choice choice NOUN NN Number=Sing 34 obj 34:obj _ 37 but but SCONJ IN _ 39 mark 39:mark _ 38 to to PART TO _ 39 mark 39:mark _ 39 go go VERB VB VerbForm=Inf 36 acl 36:acl:to _ 40 on on ADP IN _ 42 case 42:case _ -41 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 42 nmod:poss 42:nmod:poss _ +41 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 42 nmod:poss 42:nmod:poss _ 42 finger finger NOUN NN Number=Sing 39 obl 39:obl:on SpaceAfter=No 43 . . PUNCT . _ 9 punct 9:punct _ # sent_id = answers-20111108092643AAXe4lD_ans-0063 # text = When they see that you arnt harming them, the will go up on your finger when you say up. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:when _ +3 see see VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:when _ 4 that that SCONJ IN _ 8 mark 8:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ 6-7 arnt _ _ _ _ _ _ _ _ -6 ar be AUX VBP Mood=Ind|Tense=Pres|Typo=Yes|VerbForm=Fin 8 aux 8:aux _ -7 nt not PART RB _ 8 advmod 8:advmod _ +6 ar be AUX VBP Abbr=Yes|Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 aux 8:aux CorrectForm=are +7 nt not PART RB Abbr=Yes 8 advmod 8:advmod CorrectForm=n't 8 harming harm VERB VBG Tense=Pres|VerbForm=Part 3 ccomp 3:ccomp _ 9 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 8 obj 8:obj SpaceAfter=No -10 , , PUNCT , _ 13 punct 13:punct _ -11 the they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs|Typo=Yes 13 nsubj 13:nsubj _ +10 , , PUNCT , _ 3 punct 3:punct _ +11 the they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs|Typo=Yes 13 nsubj 13:nsubj CorrectForm=they 12 will will AUX MD VerbForm=Fin 13 aux 13:aux _ 13 go go VERB VB VerbForm=Inf 0 root 0:root _ 14 up up ADP RP _ 13 compound:prt 13:compound:prt _ 15 on on ADP IN _ 17 case 17:case _ -16 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 finger finger NOUN NN Number=Sing 13 obl 13:obl:on _ -18 when when SCONJ WRB PronType=Int 20 mark 20:mark _ +18 when when ADV WRB PronType=Int 20 advmod 20:advmod _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj _ -20 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:when _ +20 say say VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:when _ 21 up up ADV RB _ 20 ccomp 20:ccomp SpaceAfter=No 22 . . PUNCT . _ 13 punct 13:punct _ # sent_id = answers-20111108092643AAXe4lD_ans-0064 # text = 4) If they are not going up by now you just gotta keep trying and keep trying. -1 4 4 X LS _ 13 nummod 13:nummod SpaceAfter=No +1 4 4 NUM LS NumForm=Digit|NumType=Card 13 nummod 13:nummod SpaceAfter=No 2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ 3 If if SCONJ IN _ 7 mark 7:mark _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 not not PART RB _ 7 advmod 7:advmod _ 7 going go VERB VBG Tense=Pres|VerbForm=Part 13 advcl 13:advcl:if _ 8 up up ADV RB _ 7 advmod 7:advmod _ @@ -185107,7 +185213,7 @@ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj|16:nsubj:xsubj|18:nsubj:xsubj|19:nsubj:xsubj _ 12 just just ADV RB _ 13 advmod 13:advmod _ 13-14 gotta _ _ _ _ _ _ _ _ -13 got get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +13 got get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 14 ta to PART TO Abbr=Yes 15 mark 15:mark _ 15 keep keep VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 16 trying try VERB VBG VerbForm=Ger 15 xcomp 15:xcomp _ @@ -185132,7 +185238,7 @@ # sent_id = answers-20111108092643AAXe4lD_ans-0066 # text = You have patience. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 patience patience NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No 4 . . PUNCT . _ 2 punct 2:punct _ @@ -185140,7 +185246,7 @@ # text = Dont give up! 1-2 Dont _ _ _ _ _ _ _ _ 1 Do do AUX VB Mood=Imp|VerbForm=Fin 3 aux 3:aux _ -2 nt not PART RB _ 3 advmod 3:advmod _ +2 nt not PART RB Typo=Yes 3 advmod 3:advmod CorrectForm=n't 3 give give VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 up up ADP RP _ 3 compound:prt 3:compound:prt SpaceAfter=No 5 ! ! PUNCT . _ 3 punct 3:punct _ @@ -185152,23 +185258,23 @@ 3 couple couple NOUN NN Number=Sing 7 obl 7:obl:after _ 4 of of ADP IN _ 5 case 5:case _ 5 weeks week NOUN NNS Number=Plur 3 nmod 3:nmod:of _ -6 mines mines PRON PRP _ 7 nsubj 7:nsubj _ +6 mines my PRON PRP Number=Sing|Person=1|Poss=Yes|PronType=Prs|Typo=Yes 7 nsubj 7:nsubj CorrectForm=mine 7 knows know VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -8 when when SCONJ WRB PronType=Int 10 mark 10:mark _ +8 when when ADV WRB PronType=Int 10 advmod 10:advmod _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:when _ +10 say say VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:when _ 11 shoulder shoulder NOUN NN Number=Sing 10 ccomp 10:ccomp _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ 13 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ -14 ot to PART TO Typo=Yes 15 mark 15:mark _ +14 ot to PART TO Typo=Yes 15 mark 15:mark CorrectForm=to 15 go go VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 16 on on ADP IN _ 18 case 18:case _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 sholder sholder NOUN NN Number=Sing 15 obl 15:obl:on SpaceAfter=No 19 , , PUNCT , _ 25 punct 25:punct _ -20 when when SCONJ WRB PronType=Int 22 mark 22:mark _ +20 when when ADV WRB PronType=Int 22 advmod 22:advmod _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -22 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 advcl 25:advcl:when _ +22 say say VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 25 advcl 25:advcl:when _ 23 up up ADV RB _ 22 ccomp 22:ccomp _ 24 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 25 nsubj 25:nsubj|27:nsubj:xsubj _ 25 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 conj 7:ccomp|13:conj _ @@ -185176,12 +185282,12 @@ 27 jump jump VERB VB VerbForm=Inf 25 xcomp 25:xcomp _ 28 up up ADV RB _ 27 advmod 27:advmod _ 29 on on ADP IN _ 31 case 31:case _ -30 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ +30 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ 31 finger finger NOUN NN Number=Sing 27 obl 27:obl:on SpaceAfter=No 32 , , PUNCT , _ 40 punct 40:punct _ -33 when when SCONJ WRB PronType=Int 35 mark 35:mark _ +33 when when ADV WRB PronType=Int 35 advmod 35:advmod _ 34 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 35 nsubj 35:nsubj _ -35 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 40 advcl 40:advcl:when _ +35 say say VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 40 advcl 40:advcl:when _ 36 up up ADV RB _ 35 ccomp 35:ccomp _ 37 and and CCONJ CC _ 38 cc 38:cc _ 38 out out ADV RB _ 36 conj 35:ccomp|36:conj:and _ @@ -185189,7 +185295,7 @@ 40 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 conj 7:ccomp|13:conj _ 41 up up ADP IN _ 44 case 44:case _ 42 on on ADP IN _ 44 case 44:case _ -43 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 44 nmod:poss 44:nmod:poss _ +43 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 44 nmod:poss 44:nmod:poss _ 44 finger finger NOUN NN Number=Sing 40 obl 40:obl:on _ 45 and and CCONJ CC _ 49 cc 49:cc _ 46 out out ADP IN _ 49 case 49:case _ @@ -185201,9 +185307,9 @@ # sent_id = answers-20111108092643AAXe4lD_ans-0069 # text = and when I say go home it means to go in the cage. 1 and and CCONJ CC _ 8 cc 8:cc _ -2 when when SCONJ WRB PronType=Int 4 mark 4:mark _ +2 when when ADV WRB PronType=Int 4 advmod 4:advmod _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:when _ +4 say say VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:when _ 5 go go VERB VB Mood=Imp|VerbForm=Fin 4 ccomp 4:ccomp _ 6 home home ADV RB _ 5 advmod 5:advmod _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ @@ -185224,14 +185330,14 @@ # sent_id = answers-20111108092643AAXe4lD_ans-0071 # text = They worked for me and I hope they worked for you! 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 worked work VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 worked work VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 for for ADP IN _ 4 case 4:case _ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obl 2:obl:for _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +7 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 worked work VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 ccomp 7:ccomp _ +9 worked work VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 ccomp 7:ccomp _ 10 for for ADP IN _ 11 case 11:case _ 11 you you PRON PRP Case=Acc|Person=2|PronType=Prs 9 obl 9:obl:for SpaceAfter=No 12 ! ! PUNCT . _ 2 punct 2:punct _ @@ -185239,7 +185345,7 @@ # sent_id = answers-20111108092643AAXe4lD_ans-0072 # text = They are awesome!!!!!!!!!!!!!!! 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 awesome awesome ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 !!!!!!!!!!!!!!! !!!!!!!!!!!!!!! PUNCT . _ 3 punct 3:punct _ @@ -185248,10 +185354,10 @@ 1 And and CCONJ CC _ 5 cc 5:cc _ 2-3 thats _ _ _ _ _ _ _ _ 2 that that PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ -3 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -5 reason reason NOUN NN Number=Sing 0 root 0:root _ -6 why why SCONJ WRB PronType=Rel 9 mark 9:mark _ +3 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 5 cop 5:cop CorrectForm='s +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +5 reason reason NOUN NN Number=Sing 0 root 0:root|9:obl _ +6 why why ADV WRB PronType=Rel 9 advmod 5:ref _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ 8 should should AUX MD VerbForm=Fin 9 aux 9:aux _ 9 choose choose VERB VB VerbForm=Inf 5 acl:relcl 5:acl:relcl _ @@ -185268,7 +185374,7 @@ 1 a a DET DT Definite=Ind|PronType=Art 2 det 2:det _ 2 parakeet parakeet NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -4 friendlier friendlier ADJ JJR Degree=Cmp 0 root 0:root _ +4 friendlier friendly ADJ JJR Degree=Cmp 0 root 0:root _ # sent_id = answers-20111108092643AAXe4lD_ans-0075 # newpar id = answers-20111108092643AAXe4lD_ans-p0005 @@ -185279,7 +185385,7 @@ # sent_id = answers-20111108092643AAXe4lD_ans-0076 # text = They are normally quiet and it is easy to take care of them. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 normally normally ADV RB _ 4 advmod 4:advmod _ 4 quiet quiet ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 8 cc 8:cc _ @@ -185296,7 +185402,7 @@ # sent_id = answers-20111108092643AAXe4lD_ans-0077 # text = They are also friendly. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 also also ADV RB _ 4 advmod 4:advmod _ 4 friendly friendly ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ @@ -185304,10 +185410,10 @@ # sent_id = answers-20111108092643AAXe4lD_ans-0078 # text = I have a parakeet named Cookie . :P 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 parakeet parakeet NOUN NN Number=Sing 2 obj 2:obj _ -5 named name VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +5 named name VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ 6 Cookie Cookie PROPN NNP Number=Sing 5 xcomp 5:xcomp _ 7 . . PUNCT . _ 2 punct 2:punct _ 8 :P :p SYM NFP _ 2 discourse 2:discourse _ @@ -185319,7 +185425,7 @@ 1 When when ADV WRB PronType=Int 0 root 0:root _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 best best ADJ JJS Degree=Sup 5 amod 5:amod _ +4 best good ADJ JJS Degree=Sup 5 amod 5:amod _ 5 time time NOUN NN Number=Sing 1 nsubj 1:nsubj _ 6 to to PART TO _ 7 mark 7:mark _ 7 travel travel VERB VB VerbForm=Inf 5 acl 5:acl:to _ @@ -185330,7 +185436,7 @@ # sent_id = answers-20111107175720AAlb2TB_ans-0002 # newpar id = answers-20111107175720AAlb2TB_ans-p0002 # text = My sister and I would like to go to Ireland. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 sister sister NOUN NN Number=Sing 6 nsubj 6:nsubj|8:nsubj:xsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 conj 2:conj:and|6:nsubj|8:nsubj:xsubj _ @@ -185345,7 +185451,7 @@ # sent_id = answers-20111107175720AAlb2TB_ans-0003 # text = I graduate in the spring, and so we'd like to go between then and winter. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 graduate graduate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 graduate graduate VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 in in ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 spring spring NOUN NN Number=Sing 2 obl 2:obl:in SpaceAfter=No @@ -185368,7 +185474,7 @@ # text = We don't want too many tourists, and since we'll both be out of school we can go anytime between the middle of June to early November. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 want want VERB VB VerbForm=Inf 0 root 0:root _ 5 too too ADV RB _ 6 advmod 6:advmod _ @@ -185403,7 +185509,7 @@ # text = We don't want it to be too cold (not sure when exactly there fall is... or what the weather is really like there during our autumn months), but we don't feel like we need to go right in the middle of summer either. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 want want VERB VB VerbForm=Inf 0 root 0:root _ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj|9:nsubj:xsubj _ @@ -185411,15 +185517,15 @@ 7 be be AUX VB VerbForm=Inf 9 cop 9:cop _ 8 too too ADV RB _ 9 advmod 9:advmod _ 9 cold cold ADJ JJ Degree=Pos 4 xcomp 4:xcomp _ -10 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No +10 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No 11 not not PART RB _ 12 advmod 12:advmod _ 12 sure sure ADJ JJ Degree=Pos 4 parataxis 4:parataxis _ 13 when when ADV WRB PronType=Int 12 ccomp 12:ccomp _ 14 exactly exactly ADV RB _ 13 advmod 13:advmod _ -15 there there PRON PRP$ _ 16 nmod:poss 16:nmod:poss _ +15 there their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 16 nmod:poss 16:nmod:poss CorrectForm=their 16 fall fall NOUN NN Number=Sing 13 nsubj 13:nsubj _ 17 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop SpaceAfter=No -18 ... ... PUNCT , _ 13 punct 13:punct _ +18 ... ... PUNCT , _ 20 punct 20:punct _ 19 or or CCONJ CC _ 20 cc 20:cc _ 20 what what PRON WP PronType=Int 13 conj 12:ccomp|13:conj:or _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ @@ -185429,20 +185535,20 @@ 25 like like ADP IN _ 20 case 20:case _ 26 there there ADV RB PronType=Dem 20 advmod 20:advmod _ 27 during during ADP IN _ 30 case 30:case _ -28 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +28 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 29 autumn autumn NOUN NN Number=Sing 30 compound 30:compound _ 30 months month NOUN NNS Number=Plur 20 obl 20:obl:during SpaceAfter=No -31 ) ) PUNCT -RRB- _ 11 punct 11:punct SpaceAfter=No +31 ) ) PUNCT -RRB- _ 12 punct 12:punct SpaceAfter=No 32 , , PUNCT , _ 37 punct 37:punct _ 33 but but CCONJ CC _ 37 cc 37:cc _ 34 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 37 nsubj 37:nsubj _ 35-36 don't _ _ _ _ _ _ _ _ -35 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 37 aux 37:aux _ +35 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 37 aux 37:aux _ 36 n't not PART RB _ 37 advmod 37:advmod _ 37 feel feel VERB VB VerbForm=Inf 4 conj 4:conj:but _ 38 like like SCONJ IN _ 40 mark 40:mark _ 39 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 40 nsubj 40:nsubj|42:nsubj:xsubj _ -40 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 37 ccomp 37:ccomp _ +40 need need VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 37 advcl 37:advcl:like _ 41 to to PART TO _ 42 mark 42:mark _ 42 go go VERB VB VerbForm=Inf 40 xcomp 40:xcomp _ 43 right right ADV RB _ 46 advmod 46:advmod _ @@ -185458,12 +185564,12 @@ # text = We're both in our early 20s and just wanting to explore the beautiful country while we're still young and before our lives start to get even crazier! 1-2 We're _ _ _ _ _ _ _ _ 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj|10:nsubj|12:nsubj:xsubj _ -2 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +2 're be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 3 both both ADV RB _ 1 advmod 1:advmod _ 4 in in ADP IN _ 7 case 7:case _ -5 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 early early ADJ JJ Degree=Pos 7 amod 7:amod _ -7 20s 20 NOUN NNS Number=Plur 0 root 0:root _ +7 20s 20s NOUN NNS Number=Plur 0 root 0:root _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 just just ADV RB _ 10 advmod 10:advmod _ 10 wanting want VERB VBG VerbForm=Ger 7 conj 7:conj:and _ @@ -185475,24 +185581,24 @@ 16 while while SCONJ IN _ 20 mark 20:mark _ 17-18 we're _ _ _ _ _ _ _ _ 17 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -18 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ +18 're be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 19 still still ADV RB _ 20 advmod 20:advmod _ 20 young young ADJ JJ Degree=Pos 12 advcl 12:advcl:while _ 21 and and CCONJ CC _ 25 cc 25:cc _ 22 before before SCONJ IN _ 25 mark 25:mark _ -23 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ -24 lives life NOUN NNS Number=Plur 25 nsubj 25:nsubj|29:nsubj:xsubj _ -25 start start VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 conj 12:advcl:before|20:conj:and _ -26 to to PART TO _ 29 mark 29:mark _ -27 get get VERB VB VerbForm=Inf 29 aux 29:aux _ +23 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +24 lives life NOUN NNS Number=Plur 25 nsubj 25:nsubj|27:nsubj:xsubj _ +25 start start VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 conj 12:advcl:before|20:conj:and _ +26 to to PART TO _ 27 mark 27:mark _ +27 get get AUX VB VerbForm=Inf 25 xcomp 25:xcomp _ 28 even even ADV RB _ 29 advmod 29:advmod _ -29 crazier crazier ADJ JJR Degree=Cmp 25 xcomp 25:xcomp SpaceAfter=No +29 crazier crazy ADJ JJR Degree=Cmp 27 xcomp 27:xcomp SpaceAfter=No 30 ! ! PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111107175720AAlb2TB_ans-0007 # text = Can anyone give me an idea of when the best time for us to go to Ireland would be? 1 Can can AUX MD VerbForm=Fin 3 aux 3:aux _ -2 anyone anyone PRON NN Number=Sing 3 nsubj 3:nsubj _ +2 anyone anyone PRON NN Number=Sing|PronType=Ind 3 nsubj 3:nsubj _ 3 give give VERB VB VerbForm=Inf 0 root 0:root _ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 iobj 3:iobj _ 5 an a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -185500,7 +185606,7 @@ 7 of of SCONJ IN _ 8 mark 8:mark _ 8 when when ADV WRB PronType=Int 6 acl 6:acl:of _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 best best ADJ JJS Degree=Sup 11 amod 11:amod _ +10 best good ADJ JJS Degree=Sup 11 amod 11:amod _ 11 time time NOUN NN Number=Sing 8 nsubj 8:nsubj _ 12 for for SCONJ IN _ 15 mark 15:mark _ 13 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 15 nsubj 15:nsubj _ @@ -185516,7 +185622,7 @@ # newpar id = answers-20111107175720AAlb2TB_ans-p0003 # text = People do not go to Ireland on holiday for the weather, it is unpredictable. 1 People people NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 go go VERB VB VerbForm=Inf 0 root 0:root _ 5 to to ADP IN _ 6 case 6:case _ @@ -185526,7 +185632,7 @@ 9 for for ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 weather weather NOUN NN Number=Sing 4 obl 4:obl:for SpaceAfter=No -12 , , PUNCT , _ 4 punct 4:punct _ +12 , , PUNCT , _ 15 punct 15:punct _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 15 unpredictable unpredictable ADJ JJ Degree=Pos 4 parataxis 4:parataxis SpaceAfter=No @@ -185534,25 +185640,25 @@ # sent_id = answers-20111107175720AAlb2TB_ans-0009 # text = One thing you can be sure of about Irish weather is how little you can be sure of. -1 One one NUM CD NumType=Card 2 nummod 2:nummod _ -2 thing thing NOUN NN Number=Sing 11 csubj 11:csubj _ +1 One one NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ +2 thing thing NOUN NN Number=Sing 17 nsubj:outer 17:nsubj:outer _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ 4 can can AUX MD VerbForm=Fin 6 aux 6:aux _ 5 be be AUX VB VerbForm=Inf 6 cop 6:cop _ 6 sure sure ADJ JJ Degree=Pos 2 acl:relcl 2:acl:relcl _ 7 of of ADP IN _ 6 obl 6:obl _ 8 about about ADP IN _ 10 case 10:case _ -9 Irish irish ADJ JJ Degree=Pos 10 amod 10:amod _ +9 Irish Irish ADJ JJ Degree=Pos 10 amod 10:amod _ 10 weather weather NOUN NN Number=Sing 2 nmod 2:nmod:about _ -11 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -12 how how SCONJ WRB PronType=Int 13 mark 13:mark _ -13 little little ADJ JJ Degree=Pos 17 advmod 17:advmod _ +11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ +12 how how ADV WRB PronType=Int 13 advmod 13:advmod _ +13 little little ADJ JJ Degree=Pos 17 obl 17:obl:of _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ 15 can can AUX MD VerbForm=Fin 17 aux 17:aux _ 16 be be AUX VB VerbForm=Inf 17 cop 17:cop _ -17 sure sure ADJ JJ Degree=Pos 11 ccomp 11:ccomp _ -18 of of ADP IN _ 17 obl 17:obl SpaceAfter=No -19 . . PUNCT . _ 11 punct 11:punct _ +17 sure sure ADJ JJ Degree=Pos 0 root 0:root _ +18 of of ADP IN _ 13 case 13:case SpaceAfter=No +19 . . PUNCT . _ 17 punct 17:punct _ # sent_id = answers-20111107175720AAlb2TB_ans-0010 # text = It may be shirtsleeves and sunglasses in February, but winter woollies in March and even during the summer. @@ -185579,14 +185685,14 @@ # sent_id = answers-20111107175720AAlb2TB_ans-0011 # text = And then there’s the rain. -1 And and CCONJ CC _ 6 cc 6:cc _ -2 then then ADV RB PronType=Dem 6 advmod 6:advmod _ +1 And and CCONJ CC _ 4 cc 4:cc _ +2 then then ADV RB PronType=Dem 4 advmod 4:advmod _ 3-4 there’s _ _ _ _ _ _ _ _ -3 there there PRON EX _ 6 expl 6:expl _ +3 there there PRON EX _ 4 expl 4:expl _ 4 ’s be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 rain rain NOUN NN Number=Sing 4 nsubj 4:nsubj SpaceAfter=No -7 . . PUNCT . _ 6 punct 6:punct _ +7 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111107175720AAlb2TB_ans-0012 # text = Ireland receives a lot of rain, with certain areas getting a soaking as many as 270 days of the year. @@ -185596,17 +185702,17 @@ 4 lot lot NOUN NN Number=Sing 2 obj 2:obj _ 5 of of ADP IN _ 6 case 6:case _ 6 rain rain NOUN NN Number=Sing 4 nmod 4:nmod:of SpaceAfter=No -7 , , PUNCT , _ 2 punct 2:punct _ +7 , , PUNCT , _ 11 punct 11:punct _ 8 with with SCONJ IN _ 11 mark 11:mark _ 9 certain certain ADJ JJ Degree=Pos 10 amod 10:amod _ 10 areas area NOUN NNS Number=Plur 11 nsubj 11:nsubj _ 11 getting get VERB VBG VerbForm=Ger 2 advcl 2:advcl:with _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 soaking soaking NOUN NN Number=Sing 11 obj 11:obj _ -14 as as ADV RB _ 15 advmod 15:advmod _ -15 many many ADJ JJ Degree=Pos 18 amod 18:amod _ -16 as as ADP IN _ 17 case 17:case _ -17 270 270 NUM CD NumType=Card 14 obl 14:obl:as _ +14 as as ADV RB _ 17 advmod 17:advmod _ +15 many many ADJ JJ Degree=Pos 14 fixed 14:fixed _ +16 as as ADP IN _ 14 fixed 14:fixed _ +17 270 270 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ 18 days day NOUN NNS Number=Plur 11 obl:tmod 11:obl:tmod _ 19 of of ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ @@ -185616,12 +185722,12 @@ # sent_id = answers-20111107175720AAlb2TB_ans-0013 # text = County Kerry is the worst affected. 1 County County PROPN NNP Number=Sing 2 compound 2:compound _ -2 Kerry Kerry PROPN NNP Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 worst worst ADV RBS Degree=Sup 6 advmod 6:advmod _ -6 affected affect VERB VBN Tense=Past|VerbForm=Part 3 advcl 3:advcl SpaceAfter=No -7 . . PUNCT . _ 3 punct 3:punct _ +2 Kerry Kerry PROPN NNP Number=Sing 6 nsubj:pass 6:nsubj:pass _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ +4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ +5 worst bad ADV RBS Degree=Sup 6 advmod 6:advmod _ +6 affected affect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No +7 . . PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111107175720AAlb2TB_ans-0014 # text = The southeast is the driest, enjoying a more continental climate. @@ -185629,11 +185735,11 @@ 2 southeast southeast NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 driest driest ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +5 driest dry ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +6 , , PUNCT , _ 7 punct 7:punct _ 7 enjoying enjoy VERB VBG VerbForm=Ger 5 advcl 5:advcl _ 8 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -9 more more ADV RBR _ 10 advmod 10:advmod _ +9 more more ADV RBR Degree=Cmp 10 advmod 10:advmod _ 10 continental continental ADJ JJ Degree=Pos 11 amod 11:amod _ 11 climate climate NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No 12 . . PUNCT . _ 5 punct 5:punct _ @@ -185641,22 +185747,22 @@ # sent_id = answers-20111107175720AAlb2TB_ans-0015 # text = The Irish weather works on the ‘four seasons in a day’ principle, which basic­ally means that you can’t predict a thing when it comes to the behaviour of the sky. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 Irish irish ADJ JJ Degree=Pos 3 amod 3:amod _ +2 Irish Irish ADJ JJ Degree=Pos 3 amod 3:amod _ 3 weather weather NOUN NN Number=Sing 4 nsubj 4:nsubj _ 4 works work VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 on on ADP IN _ 14 case 14:case _ 6 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 7 ‘ ' PUNCT `` _ 9 punct 9:punct SpaceAfter=No -8 four four NUM CD NumType=Card 9 nummod 9:nummod _ -9 seasons season NOUN NNS Number=Plur 14 appos 14:appos _ +8 four four NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ +9 seasons season NOUN NNS Number=Plur 14 compound 14:compound _ 10 in in ADP IN _ 12 case 12:case _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 day day NOUN NN Number=Sing 9 nmod 9:nmod:in SpaceAfter=No 13 ’ ' PUNCT '' _ 9 punct 9:punct _ 14 principle principle NOUN NN Number=Sing 4 obl 4:obl:on|18:nsubj SpaceAfter=No -15 , , PUNCT , _ 14 punct 14:punct _ +15 , , PUNCT , _ 18 punct 18:punct _ 16 which which PRON WDT PronType=Rel 18 nsubj 14:ref _ -17 basic­ally basically ADV RB _ 18 advmod 18:advmod _ +17 basic­ally basically ADV RB _ 18 advmod 18:advmod CorrectForm=basically 18 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ 19 that that SCONJ IN _ 23 mark 23:mark _ 20 you you PRON PRP Case=Nom|Person=2|PronType=Prs 23 nsubj 23:nsubj _ @@ -185666,7 +185772,7 @@ 23 predict predict VERB VB VerbForm=Inf 18 ccomp 18:ccomp _ 24 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 25 thing thing NOUN NN Number=Sing 23 obj 23:obj _ -26 when when SCONJ WRB PronType=Int 28 mark 28:mark _ +26 when when ADV WRB PronType=Int 28 advmod 28:advmod _ 27 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 28 expl 28:expl _ 28 comes come VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 advcl 23:advcl:when _ 29 to to ADP IN _ 31 case 31:case _ @@ -185679,12 +185785,12 @@ # sent_id = answers-20111107175720AAlb2TB_ans-0016 # text = Some basic assumptions, however, can be made. -1 Some some DET DT _ 3 det 3:det _ +1 Some some DET DT PronType=Ind 3 det 3:det _ 2 basic basic ADJ JJ Degree=Pos 3 amod 3:amod _ 3 assumptions assumption NOUN NNS Number=Plur 9 nsubj:pass 9:nsubj:pass SpaceAfter=No -4 , , PUNCT , _ 9 punct 9:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 however however ADV RB _ 9 advmod 9:advmod SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 can can AUX MD VerbForm=Fin 9 aux 9:aux _ 8 be be AUX VB VerbForm=Inf 9 aux:pass 9:aux:pass _ 9 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No @@ -185694,25 +185800,25 @@ # text = In summer, from May to July, the days are reasonably warm and – most importantly – very long: at the height of summer you won’t need to turn on lights until after 10pm. 1 In in ADP IN _ 2 case 2:case _ 2 summer summer NOUN NN Number=Sing 13 obl 13:obl:in SpaceAfter=No -3 , , PUNCT , _ 13 punct 13:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 from from ADP IN _ 5 case 5:case _ 5 May May PROPN NNP Number=Sing 13 obl 13:obl:from _ 6 to to ADP IN _ 7 case 7:case _ 7 July July PROPN NNP Number=Sing 5 nmod 5:nmod:to SpaceAfter=No -8 , , PUNCT , _ 13 punct 13:punct _ +8 , , PUNCT , _ 5 punct 5:punct _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 days day NOUN NNS Number=Plur 13 nsubj 13:nsubj|20:nsubj _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 12 reasonably reasonably ADV RB _ 13 advmod 13:advmod _ 13 warm warm ADJ JJ Degree=Pos 0 root 0:root _ 14 and and CCONJ CC _ 20 cc 20:cc _ -15 – - PUNCT , _ 13 punct 13:punct _ -16 most most ADV RBS _ 17 advmod 17:advmod _ +15 – - PUNCT , _ 17 punct 17:punct _ +16 most most ADV RBS Degree=Sup 17 advmod 17:advmod _ 17 importantly importantly ADV RB _ 20 advmod 20:advmod _ -18 – - PUNCT , _ 20 punct 20:punct _ +18 – - PUNCT , _ 17 punct 17:punct _ 19 very very ADV RB _ 20 advmod 20:advmod _ 20 long long ADJ JJ Degree=Pos 13 conj 13:conj:and SpaceAfter=No -21 : : PUNCT : _ 13 punct 13:punct _ +21 : : PUNCT : _ 30 punct 30:punct _ 22 at at ADP IN _ 24 case 24:case _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 height height NOUN NN Number=Sing 30 obl 30:obl:at _ @@ -185729,8 +185835,8 @@ 34 lights light NOUN NNS Number=Plur 32 obj 32:obj _ 35 until until ADP IN _ 38 case 38:case _ 36 after after ADP IN _ 38 case 38:case _ -37 10 10 NUM CD NumType=Card 38 nummod 38:nummod SpaceAfter=No -38 pm pm NOUN NN Number=Sing 32 obl 32:obl:after SpaceAfter=No +37 10 10 NUM CD NumForm=Digit|NumType=Card 38 nummod 38:nummod SpaceAfter=No +38 pm p.m. NOUN NN Number=Sing 32 obl 32:obl:after SpaceAfter=No 39 . . PUNCT . _ 13 punct 13:punct _ # sent_id = answers-20111107175720AAlb2TB_ans-0018 @@ -185740,12 +185846,12 @@ 3 also also ADV RB _ 6 advmod 6:advmod _ 4 peak peak ADJ JJ Degree=Pos 6 amod 6:amod _ 5 tourist tourist NOUN NN Number=Sing 6 compound 6:compound _ -6 season season NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ -8 which which PRON WDT PronType=Int 9 nsubj 9:nsubj _ -9 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ +6 season season NOUN NN Number=Sing 0 root 0:root|9:csubj SpaceAfter=No +7 , , PUNCT , _ 9 punct 9:punct _ +8 which which PRON WDT PronType=Rel 9 nsubj 6:ref _ +9 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 advcl:relcl 6:advcl:relcl _ 10 there there PRON EX _ 11 expl 11:expl _ -11 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ +11 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ 12 far far ADV RB Degree=Pos 13 advmod 13:advmod _ 13 more more ADJ JJR Degree=Cmp 14 amod 14:amod _ 14 people people NOUN NNS Number=Plur 11 nsubj 11:nsubj _ @@ -185754,7 +185860,7 @@ 17 everywhere everywhere ADV RB _ 11 advmod 11:advmod _ 18 but but ADP IN _ 22 case 22:case _ 19 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -20 most most ADV RBS _ 21 advmod 21:advmod _ +20 most most ADV RBS Degree=Sup 21 advmod 21:advmod _ 21 remote remote ADJ JJ Degree=Pos 22 amod 22:amod _ 22 corners corner NOUN NNS Number=Plur 17 obl 17:obl:but _ 23 of of ADP IN _ 25 case 25:case _ @@ -185763,23 +185869,23 @@ 26 , , PUNCT , _ 32 punct 32:punct _ 27 and and CCONJ CC _ 32 cc 32:cc _ 28 prices price NOUN NNS Number=Plur 32 nsubj 32:nsubj _ -29 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 32 cop 32:cop _ +29 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 32 cop 32:cop _ 30 at at ADP IN _ 32 case 32:case _ -31 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ -32 highest highest ADJ JJS Degree=Sup 11 conj 9:ccomp|11:conj:and SpaceAfter=No +31 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ +32 highest high ADJ JJS Degree=Sup 11 conj 9:ccomp|11:conj:and SpaceAfter=No 33 . . PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111107175720AAlb2TB_ans-0019 # text = Not surprisingly, most of the yearly festivals occur during these times so as to take advantage of the crowds and the more favourable weather. 1 Not not PART RB _ 2 advmod 2:advmod _ 2 surprisingly surprisingly ADV RB _ 9 advmod 9:advmod SpaceAfter=No -3 , , PUNCT , _ 9 punct 9:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 most most ADJ JJS Degree=Sup 9 nsubj 9:nsubj _ 5 of of ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 yearly yearly ADJ JJ Degree=Pos 8 amod 8:amod _ 8 festivals festival NOUN NNS Number=Plur 4 nmod 4:nmod:of _ -9 occur occur VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +9 occur occur VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 10 during during ADP IN _ 12 case 12:case _ 11 these this DET DT Number=Plur|PronType=Dem 12 det 12:det _ 12 times time NOUN NNS Number=Plur 9 obl 9:obl:during _ @@ -185793,7 +185899,7 @@ 20 crowds crowd NOUN NNS Number=Plur 16 obl 16:obl:of _ 21 and and CCONJ CC _ 25 cc 25:cc _ 22 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ -23 more more ADV RBR _ 24 advmod 24:advmod _ +23 more more ADV RBR Degree=Cmp 24 advmod 24:advmod _ 24 favourable favourable ADJ JJ Degree=Pos 25 amod 25:amod _ 25 weather weather NOUN NN Number=Sing 20 conj 16:obl:of|20:conj:and SpaceAfter=No 26 . . PUNCT . _ 9 punct 9:punct _ @@ -185813,17 +185919,17 @@ 11 to to ADP IN _ 12 case 12:case _ 12 October October PROPN NNP Number=Sing 10 nmod 10:nmod:to SpaceAfter=No 13 ) ) PUNCT -RRB- _ 10 punct 10:punct _ -14 make make VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +14 make make VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 15 good good ADJ JJ Degree=Pos 16 amod 16:amod _ 16 alternatives alternative NOUN NNS Number=Plur 14 obj 14:obj SpaceAfter=No -17 , , PUNCT , _ 14 punct 14:punct _ +17 , , PUNCT , _ 32 punct 32:punct _ 18 although although SCONJ IN _ 32 mark 32:mark _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20-21 country’s _ _ _ _ _ _ _ _ 20 country country NOUN NN Number=Sing 25 nmod:poss 25:nmod:poss _ 21 ’s 's PART POS _ 20 case 20:case _ 22 ever ever ADV RB _ 24 compound 24:compound SpaceAfter=No -23 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No +23 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No 24 growing grow VERB VBG VerbForm=Ger 25 amod 25:amod _ 25 popularity popularity NOUN NN Number=Sing 32 nsubj 32:nsubj _ 26 as as ADP IN _ 29 case 29:case _ @@ -185837,7 +185943,7 @@ 34 lines line NOUN NNS Number=Plur 32 obj 32:obj _ 35 between between ADP IN _ 42 case 42:case _ 36 mid mid X AFX _ 41 compound 41:compound SpaceAfter=No -37 - - PUNCT HYPH _ 36 punct 36:punct _ +37 - - PUNCT HYPH _ 39 punct 39:punct _ 38 and and CCONJ CC _ 39 cc 39:cc _ 39 high high ADJ JJ Degree=Pos 36 conj 36:conj:and|41:compound SpaceAfter=No 40 - - PUNCT HYPH _ 39 punct 39:punct SpaceAfter=No @@ -185848,14 +185954,14 @@ # sent_id = answers-20111107175720AAlb2TB_ans-0021 # text = Still, you have a better chance of some peace and quiet, and the weather can be surprisingly better in April and September than in mid-July – again, it’s all part of the uncertainty principle. 1 Still still ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -6 better better ADJ JJR Degree=Cmp 7 amod 7:amod _ +6 better good ADJ JJR Degree=Cmp 7 amod 7:amod _ 7 chance chance NOUN NN Number=Sing 4 obj 4:obj _ 8 of of ADP IN _ 10 case 10:case _ -9 some some DET DT _ 10 det 10:det _ +9 some some DET DT PronType=Ind 10 det 10:det _ 10 peace peace NOUN NN Number=Sing 7 nmod 7:nmod:of _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 quiet quiet NOUN NN Number=Sing 10 conj 7:nmod:of|10:conj:and SpaceAfter=No @@ -185866,17 +185972,17 @@ 17 can can AUX MD VerbForm=Fin 20 aux 20:aux _ 18 be be AUX VB VerbForm=Inf 20 cop 20:cop _ 19 surprisingly surprisingly ADV RB _ 20 advmod 20:advmod _ -20 better better ADJ JJR Degree=Cmp 4 conj 4:conj:and _ +20 better good ADJ JJR Degree=Cmp 4 conj 4:conj:and _ 21 in in ADP IN _ 22 case 22:case _ 22 April April PROPN NNP Number=Sing 20 obl 20:obl:in _ 23 and and CCONJ CC _ 24 cc 24:cc _ 24 September September PROPN NNP Number=Sing 22 conj 20:obl:in|22:conj:and _ -25 than than ADP IN _ 27 case 27:case _ +25 than than ADP IN _ 27 mark 27:mark _ 26 in in ADP IN _ 27 case 27:case _ -27 mid-July mid-July PROPN NNP Number=Sing 20 obl 20:obl:in _ -28 – - PUNCT , _ 4 punct 4:punct _ +27 mid-July mid-July PROPN NNP Number=Sing 20 advcl 20:advcl:than _ +28 – - PUNCT , _ 34 punct 34:punct _ 29 again again ADV RB _ 34 advmod 34:advmod SpaceAfter=No -30 , , PUNCT , _ 34 punct 34:punct _ +30 , , PUNCT , _ 29 punct 29:punct _ 31-32 it’s _ _ _ _ _ _ _ _ 31 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 34 nsubj 34:nsubj _ 32 ’s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 34 cop 34:cop _ @@ -185892,10 +185998,10 @@ # text = Spring festivities include the ever-popular St Patrick’s Festival. 1 Spring Spring PROPN NNP Number=Sing 2 compound 2:compound _ 2 festivities festivity NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 include include VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 include include VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 5 ever ever ADV RB _ 7 advmod 7:advmod SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 popular popular ADJ JJ Degree=Pos 11 amod 11:amod _ 8 St St PROPN NNP Number=Sing 9 compound 9:compound _ 9-10 Patrick’s _ _ _ _ _ _ _ _ @@ -185908,13 +186014,13 @@ # text = Although temperatures do not often venture below freezing, winter (December to February) can be brutal, for huge parts of the country – the west and northwest in particular. 1 Although although SCONJ IN _ 6 mark 6:mark _ 2 temperatures temperature NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +3 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 4 not not PART RB _ 6 advmod 6:advmod _ 5 often often ADV RB _ 6 advmod 6:advmod _ 6 venture venture VERB VB VerbForm=Inf 18 advcl 18:advcl:although _ 7 below below ADP IN _ 8 case 8:case _ 8 freezing freezing NOUN NN Number=Sing 6 obl 6:obl:below SpaceAfter=No -9 , , PUNCT , _ 18 punct 18:punct _ +9 , , PUNCT , _ 6 punct 6:punct _ 10 winter winter NOUN NN Number=Sing 18 nsubj 18:nsubj _ 11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No 12 December December PROPN NNP Number=Sing 10 appos 10:appos _ @@ -185924,14 +186030,14 @@ 16 can can AUX MD VerbForm=Fin 18 aux 18:aux _ 17 be be AUX VB VerbForm=Inf 18 cop 18:cop _ 18 brutal brutal ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -19 , , PUNCT , _ 18 punct 18:punct _ +19 , , PUNCT , _ 22 punct 22:punct _ 20 for for ADP IN _ 22 case 22:case _ 21 huge huge ADJ JJ Degree=Pos 22 amod 22:amod _ 22 parts part NOUN NNS Number=Plur 18 obl 18:obl:for _ 23 of of ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 country country NOUN NN Number=Sing 22 nmod 22:nmod:of _ -26 – - PUNCT , _ 22 punct 22:punct _ +26 – - PUNCT , _ 28 punct 28:punct _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 west west NOUN NN Number=Sing 22 appos 22:appos _ 29 and and CCONJ CC _ 30 cc 30:cc _ @@ -185943,10 +186049,10 @@ # sent_id = answers-20111107175720AAlb2TB_ans-0024 # text = Crowds are at their thinnest, but many of the country’s tourist attractions and services close down in October and don’t reopen until Easter, which paradoxically leaves visitors with a more convincing taste of how Ireland is experienced by most of the Irish: it’s cold, grey and dark by 5pm, but there’s always a pub to escape into when the rain starts sheeting down. 1 Crowds crowd NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 at at ADP IN _ 5 case 5:case _ -4 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -5 thinnest thinnest ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +4 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +5 thinnest thin ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 6 , , PUNCT , _ 17 punct 17:punct _ 7 but but CCONJ CC _ 17 cc 17:cc _ 8 many many ADJ JJ Degree=Pos 17 nsubj 17:nsubj|24:nsubj _ @@ -185959,38 +186065,38 @@ 14 attractions attraction NOUN NNS Number=Plur 8 nmod 8:nmod:of _ 15 and and CCONJ CC _ 16 cc 16:cc _ 16 services service NOUN NNS Number=Plur 14 conj 8:nmod:of|14:conj:and _ -17 close close VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ +17 close close VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ 18 down down ADP RP _ 17 compound:prt 17:compound:prt _ 19 in in ADP IN _ 20 case 20:case _ 20 October October PROPN NNP Number=Sing 17 obl 17:obl:in _ 21 and and CCONJ CC _ 24 cc 24:cc _ 22-23 don’t _ _ _ _ _ _ _ _ -22 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ +22 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ 23 n’t not PART RB _ 24 advmod 24:advmod _ -24 reopen reopen VERB VB VerbForm=Inf 17 conj 17:conj:and|30:nsubj _ +24 reopen reopen VERB VB VerbForm=Inf 17 conj 17:conj:and|30:csubj _ 25 until until ADP IN _ 26 case 26:case _ 26 Easter Easter PROPN NNP Number=Sing 24 obl 24:obl:until SpaceAfter=No -27 , , PUNCT , _ 24 punct 24:punct _ +27 , , PUNCT , _ 30 punct 30:punct _ 28 which which PRON WDT PronType=Rel 30 nsubj 24:ref _ 29 paradoxically paradoxically ADV RB _ 30 advmod 30:advmod _ -30 leaves leave VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 acl:relcl 24:acl:relcl _ +30 leaves leave VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 advcl:relcl 24:advcl:relcl _ 31 visitors visitor NOUN NNS Number=Plur 30 obj 30:obj _ 32 with with ADP IN _ 36 case 36:case _ 33 a a DET DT Definite=Ind|PronType=Art 36 det 36:det _ -34 more more ADV RBR _ 35 advmod 35:advmod _ +34 more more ADV RBR Degree=Cmp 35 advmod 35:advmod _ 35 convincing convincing ADJ JJ Degree=Pos 36 amod 36:amod _ 36 taste taste NOUN NN Number=Sing 30 obl 30:obl:with _ 37 of of SCONJ IN _ 41 mark 41:mark _ -38 how how SCONJ WRB PronType=Int 41 mark 41:mark _ +38 how how ADV WRB PronType=Int 41 advmod 41:advmod _ 39 Ireland Ireland PROPN NNP Number=Sing 41 nsubj:pass 41:nsubj:pass _ 40 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 41 aux:pass 41:aux:pass _ 41 experienced experience VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 36 acl 36:acl:of _ 42 by by ADP IN _ 43 case 43:case _ -43 most most ADJ JJS Degree=Sup 41 obl 41:obl:by _ +43 most most ADJ JJS Degree=Sup 41 obl:agent 41:obl:agent _ 44 of of ADP IN _ 46 case 46:case _ 45 the the DET DT Definite=Def|PronType=Art 46 det 46:det _ -46 Irish irish ADJ JJ Degree=Pos 43 obl 43:obl:of SpaceAfter=No -47 : : PUNCT : _ 5 punct 5:punct _ +46 Irish Irish ADJ JJ Degree=Pos 43 nmod 43:nmod:of SpaceAfter=No +47 : : PUNCT : _ 50 punct 50:punct _ 48-49 it’s _ _ _ _ _ _ _ _ 48 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 50 nsubj 50:nsubj|52:nsubj|54:nsubj _ 49 ’s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 50 cop 50:cop _ @@ -186000,8 +186106,8 @@ 53 and and CCONJ CC _ 54 cc 54:cc _ 54 dark dark ADJ JJ Degree=Pos 50 conj 50:conj:and _ 55 by by ADP IN _ 57 case 57:case _ -56 5 5 NUM CD NumType=Card 57 nummod 57:nummod SpaceAfter=No -57 pm pm NOUN NN Number=Sing 50 obl 50:obl:by SpaceAfter=No +56 5 5 NUM CD NumForm=Digit|NumType=Card 57 nummod 57:nummod SpaceAfter=No +57 pm p.m. NOUN NN Number=Sing 50 obl 50:obl:by SpaceAfter=No 58 , , PUNCT , _ 61 punct 61:punct _ 59 but but CCONJ CC _ 61 cc 61:cc _ 60-61 there’s _ _ _ _ _ _ _ _ @@ -186013,7 +186119,7 @@ 65 to to PART TO _ 66 mark 66:mark _ 66 escape escape VERB VB VerbForm=Inf 64 acl 64:acl:to _ 67 into into ADP IN _ 66 obl 66:obl _ -68 when when SCONJ WRB PronType=Int 71 mark 71:mark _ +68 when when ADV WRB PronType=Int 71 advmod 71:advmod _ 69 the the DET DT Definite=Def|PronType=Art 70 det 70:det _ 70 rain rain NOUN NN Number=Sing 71 nsubj 71:nsubj _ 71 starts start VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 66 advcl 66:advcl:when _ @@ -186024,18 +186130,18 @@ # sent_id = answers-20111107175720AAlb2TB_ans-0025 # text = The thing to do is to bring the right clothing with you, clothes so you can layer up if it is cold and take off layers when it warms up. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 thing thing NOUN NN Number=Sing 5 nsubj 5:nsubj _ +2 thing thing NOUN NN Number=Sing 7 nsubj:outer 7:nsubj:outer _ 3 to to PART TO _ 4 mark 4:mark _ 4 do do VERB VB VerbForm=Inf 2 acl 2:acl:to _ -5 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 to to PART TO _ 7 mark 7:mark _ -7 bring bring VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ +7 bring bring VERB VB VerbForm=Inf 0 root 0:root _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 right right ADJ JJ Degree=Pos 10 amod 10:amod _ 10 clothing clothing NOUN NN Number=Sing 7 obj 7:obj _ 11 with with ADP IN _ 12 case 12:case _ 12 you you PRON PRP Case=Acc|Person=2|PronType=Prs 7 obl 7:obl:with SpaceAfter=No -13 , , PUNCT , _ 7 punct 7:punct _ +13 , , PUNCT , _ 14 punct 14:punct _ 14 clothes clothes NOUN NNS Number=Plur 10 appos 10:appos _ 15 so so SCONJ IN _ 18 mark 18:mark _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj|25:nsubj _ @@ -186050,11 +186156,11 @@ 25 take take VERB VB VerbForm=Inf 18 conj 7:advcl:so|18:conj:and _ 26 off off ADP RP _ 25 compound:prt 25:compound:prt _ 27 layers layer NOUN NNS Number=Plur 25 obj 25:obj _ -28 when when SCONJ WRB PronType=Int 30 mark 30:mark _ +28 when when ADV WRB PronType=Int 30 advmod 30:advmod _ 29 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 30 nsubj 30:nsubj _ 30 warms warm VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 advcl 25:advcl:when _ 31 up up ADP RP _ 30 compound:prt 30:compound:prt SpaceAfter=No -32 . . PUNCT . _ 5 punct 5:punct _ +32 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111107175720AAlb2TB_ans-0026 # text = Waterproof clothing and footwear are essential plus an umbrella.. @@ -186062,7 +186168,7 @@ 2 clothing clothing NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 footwear footwear NOUN NN Number=Sing 2 conj 2:conj:and|6:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 essential essential ADJ JJ Degree=Pos 0 root 0:root _ 7 plus plus CCONJ CC _ 9 cc 9:cc _ 8 an a DET DT Definite=Ind|PronType=Art 9 det 9:det _ @@ -186081,7 +186187,7 @@ 8 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No 9 there there PRON EX _ 10 expl 10:expl _ 10 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -11 no no DET DT _ 13 det 13:det _ +11 no no DET DT PronType=Neg 13 det 13:det _ 12 such such ADJ JJ Degree=Pos 13 amod 13:amod _ 13 thing thing NOUN NN Number=Sing 10 nsubj 10:nsubj _ 14 as as ADP IN _ 16 case 16:case _ @@ -186101,9 +186207,9 @@ 3 can can AUX MD VerbForm=Fin 7 aux 7:aux _ 4 not not PART RB _ 7 advmod 7:advmod _ 5 be be AUX VB VerbForm=Inf 7 cop 7:cop _ -6 more more ADV RBR _ 7 advmod 7:advmod _ +6 more more ADV RBR Degree=Cmp 7 advmod 7:advmod _ 7 helpful helpful ADJ JJ Degree=Pos 1 ccomp 1:ccomp SpaceAfter=No -8 , , PUNCT , _ 1 punct 1:punct _ +8 , , PUNCT , _ 13 punct 13:punct _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 11 really really ADV RB _ 13 advmod 13:advmod _ @@ -186112,7 +186218,7 @@ 14 of of ADP IN _ 16 case 16:case _ 15 pot pot NOUN NN Number=Sing 16 compound 16:compound _ 16 luck luck NOUN NN Number=Sing 13 nmod 13:nmod:of SpaceAfter=No -17 , , PUNCT , _ 13 punct 13:punct _ +17 , , PUNCT , _ 31 punct 31:punct _ 18 although although SCONJ IN _ 31 mark 31:mark _ 19 as as SCONJ IN _ 24 mark 24:mark _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ @@ -186145,7 +186251,7 @@ # text = If you mean the Republic of Ireland (Dublin) then anytime. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 mean mean VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ +3 mean mean VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 Republic Republic PROPN NNP Number=Sing 3 obj 3:obj _ 6 of of ADP IN _ 7 case 7:case _ @@ -186164,15 +186270,15 @@ 3 there there ADV RB PronType=Dem 2 advmod 2:advmod _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 5 much much ADV RB _ 6 advmod 6:advmod _ -6 more more ADV RBR _ 7 advmod 7:advmod _ +6 more more ADV RBR Degree=Cmp 7 advmod 7:advmod _ 7 mild mild ADJ JJ Degree=Pos 0 root 0:root _ 8 than than ADP IN _ 9 case 9:case _ 9 most most ADJ JJS Degree=Sup 7 obl 7:obl:than _ 10 of of ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -12 US US PROPN NNP Number=Sing 9 obl 9:obl:of _ +12 US US PROPN NNP Number=Sing 9 nmod 9:nmod:of _ 13 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +14 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ 16 coming come VERB VBG Tense=Pres|VerbForm=Part 7 parataxis 7:parataxis _ 17 from from ADP IN _ 19 case 19:case _ @@ -186184,13 +186290,13 @@ # sent_id = answers-20111107175720AAlb2TB_ans-0031 # text = Their seasons are the same as all the countries in the Northern Hemisphere but I would suggest fall. -1 Their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 seasons season NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 same same ADJ JJ Degree=Pos 0 root 0:root _ 6 as as ADP IN _ 9 case 9:case _ -7 all all DET PDT _ 9 det:predet 9:det:predet _ +7 all all DET PDT PronType=Tot 9 det:predet 9:det:predet _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 countries country NOUN NNS Number=Plur 5 obl 5:obl:as _ 10 in in ADP IN _ 13 case 13:case _ @@ -186206,22 +186312,22 @@ # sent_id = answers-20111107175720AAlb2TB_ans-0032 # text = It does get pretty cold in Ireland so going before winter is your best bet. -1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -2 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ -3 get get VERB VB VerbForm=Inf 5 aux 5:aux _ +1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ +2 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +3 get get VERB VB VerbForm=Inf 0 root 0:root _ 4 pretty pretty ADV RB _ 5 advmod 5:advmod _ -5 cold cold ADJ JJ Degree=Pos 0 root 0:root _ +5 cold cold ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ 6 in in ADP IN _ 7 case 7:case _ -7 Ireland Ireland PROPN NNP Number=Sing 5 obl 5:obl:in _ +7 Ireland Ireland PROPN NNP Number=Sing 3 obl 3:obl:in _ 8 so so ADV RB _ 15 advmod 15:advmod _ 9 going go VERB VBG VerbForm=Ger 15 csubj 15:csubj _ 10 before before ADP IN _ 11 case 11:case _ 11 winter winter NOUN NN Number=Sing 9 obl 9:obl:before _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ -14 best best ADJ JJS Degree=Sup 15 amod 15:amod _ -15 bet bet NOUN NN Number=Sing 5 parataxis 5:parataxis SpaceAfter=No -16 . . PUNCT . _ 5 punct 5:punct _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 best good ADJ JJS Degree=Sup 15 amod 15:amod _ +15 bet bet NOUN NN Number=Sing 3 parataxis 3:parataxis SpaceAfter=No +16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111107175720AAlb2TB_ans-0033 # text = September for example. @@ -186238,9 +186344,9 @@ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 spend spend VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -7 couple couple NOUN NN Number=Sing 8 nmod 8:nmod _ -8 days day NOUN NNS Number=Plur 5 obl:tmod 5:obl:tmod _ -9 outside outside ADV RB _ 11 advmod 11:advmod _ +7 couple couple NOUN NN Number=Sing 8 nmod:npmod 8:nmod:npmod _ +8 days day NOUN NNS Number=Plur 5 obj 5:obj _ +9 outside outside ADP IN _ 11 case 11:case _ 10 of of ADP IN _ 11 case 11:case _ 11 Dublin Dublin PROPN NNP Number=Sing 5 obl 5:obl:of _ 12 seeing see VERB VBG VerbForm=Ger 5 advcl 5:advcl _ @@ -186287,17 +186393,17 @@ 25 as as ADV RB _ 26 advmod 26:advmod _ 26 far far ADV RB Degree=Pos 24 advmod 24:advmod _ 27 as as ADP IN _ 30 case 30:case _ -28 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ -29 main main ADJ JJ Degree=Pos 32 amod 32:amod _ +28 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ +29 main main ADJ JJ Degree=Pos 30 amod 30:amod _ 30 towns town NOUN NNS Number=Plur 26 obl 26:obl:as SpaceAfter=No -31 / / PUNCT , _ 32 cc 32:cc SpaceAfter=No +31 / / SYM , _ 32 cc 32:cc SpaceAfter=No 32 cities city NOUN NNS Number=Plur 30 conj 26:obl:as|30:conj SpaceAfter=No -33 , , PUNCT , _ 8 punct 8:punct _ +33 , , PUNCT , _ 39 punct 39:punct _ 34 most most ADJ JJS Degree=Sup 36 amod 36:amod _ 35 rural rural ADJ JJ Degree=Pos 36 amod 36:amod _ 36 places place NOUN NNS Number=Plur 39 nsubj 39:nsubj _ 37-38 don't _ _ _ _ _ _ _ _ -37 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 39 aux 39:aux _ +37 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 39 aux 39:aux _ 38 n't not PART RB _ 39 advmod 39:advmod _ 39 have have VERB VB VerbForm=Inf 8 parataxis 8:parataxis _ 40 a a DET DT Definite=Ind|PronType=Art 44 det 44:det _ @@ -186323,7 +186429,7 @@ 12 to to ADP IN _ 15 case 15:case _ 13 say say INTJ UH _ 15 discourse 15:discourse _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -15 Cliffs Cliffs PROPN NNPS Number=Plur 11 nmod 11:nmod:to _ +15 Cliffs Cliff PROPN NNPS Number=Plur 11 nmod 11:nmod:to _ 16 of of ADP IN _ 17 case 17:case _ 17 Moher Moher PROPN NNP Number=Sing 15 nmod 15:nmod:of _ 18 or or CCONJ CC _ 20 cc 20:cc _ @@ -186334,7 +186440,7 @@ 23 will will AUX MD VerbForm=Fin 29 aux 29:aux _ 24 be be AUX VB VerbForm=Inf 29 cop 29:cop _ 25 with with ADP IN _ 29 case 29:case _ -26 all all DET PDT _ 29 det:predet 29:det:predet _ +26 all all DET PDT PronType=Tot 29 det:predet 29:det:predet _ 27 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 28 other other ADJ JJ Degree=Pos 29 amod 29:amod _ 29 tourists tourist NOUN NNS Number=Plur 3 conj 3:conj:but SpaceAfter=No @@ -186350,7 +186456,7 @@ 6 go go VERB VB VerbForm=Inf 0 root 0:root _ 7 to to ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -9 best best ADJ JJS Degree=Sup 10 amod 10:amod _ +9 best good ADJ JJS Degree=Sup 10 amod 10:amod _ 10 places place NOUN NNS Number=Plur 6 obl 6:obl:to _ 11 so so ADV RB _ 14 advmod 14:advmod _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj|16:nsubj:xsubj _ @@ -186370,7 +186476,7 @@ # sent_id = answers-20111107175720AAlb2TB_ans-0038 # text = Best weather the past couple of years has been around late April - late May but it can pour with rain for days on end at any time of the year so be prepared with waterproof jackets/boots etc. -1 Best best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Best good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 weather weather NOUN NN Number=Sing 12 nsubj 12:nsubj _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 past past ADJ JJ Degree=Pos 5 amod 5:amod _ @@ -186396,7 +186502,7 @@ 24 on on ADP IN _ 25 case 25:case _ 25 end end NOUN NN Number=Sing 23 nmod 23:nmod:on _ 26 at at ADP IN _ 28 case 28:case _ -27 any any DET DT _ 28 det 28:det _ +27 any any DET DT PronType=Ind 28 det 28:det _ 28 time time NOUN NN Number=Sing 19 obl 19:obl:at _ 29 of of ADP IN _ 31 case 31:case _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ @@ -186405,37 +186511,37 @@ 33 be be AUX VB Mood=Imp|VerbForm=Fin 34 cop 34:cop _ 34 prepared prepared ADJ JJ Degree=Pos 19 parataxis 19:parataxis _ 35 with with ADP IN _ 37 case 37:case _ -36 waterproof waterproof ADJ JJ Degree=Pos 39 amod 39:amod _ +36 waterproof waterproof ADJ JJ Degree=Pos 37 amod 37:amod _ 37 jackets jacket NOUN NNS Number=Plur 34 obl 34:obl:with SpaceAfter=No -38 / / PUNCT , _ 39 cc 39:cc SpaceAfter=No +38 / / SYM , _ 39 cc 39:cc SpaceAfter=No 39 boots boot NOUN NNS Number=Plur 37 conj 34:obl:with|37:conj _ -40 etc etc X FW _ 34 advmod 34:advmod SpaceAfter=No +40 etc etc. NOUN FW Abbr=Yes|Number=Plur 37 conj 34:obl:with|37:conj SpaceAfter=No 41 . . PUNCT . _ 12 punct 12:punct _ # sent_id = answers-20111107175720AAlb2TB_ans-0039 # text = We only had a few sunny days this summer, barely 24C on a few occasions, more like 14C most days. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 only only ADV RB _ 3 advmod 3:advmod _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 5 few few ADJ JJ Degree=Pos 7 amod 7:amod _ 6 sunny sunny ADJ JJ Degree=Pos 7 amod 7:amod _ 7 days day NOUN NNS Number=Plur 3 obj 3:obj _ 8 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 summer summer NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod SpaceAfter=No -10 , , PUNCT , _ 3 punct 3:punct _ +10 , , PUNCT , _ 13 punct 13:punct _ 11 barely barely ADV RB _ 13 advmod 13:advmod _ -12 24 24 NUM CD NumType=Card 13 nummod 13:nummod SpaceAfter=No -13 C C PROPN NNP Number=Sing 5 parataxis 5:parataxis _ +12 24 24 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod SpaceAfter=No +13 C C PROPN NNP Number=Sing 3 parataxis 3:parataxis _ 14 on on ADP IN _ 17 case 17:case _ 15 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 16 few few ADJ JJ Degree=Pos 17 amod 17:amod _ 17 occasions occasion NOUN NNS Number=Plur 13 nmod 13:nmod:on SpaceAfter=No -18 , , PUNCT , _ 3 punct 3:punct _ -19 more more ADV RBR _ 22 advmod 22:advmod _ +18 , , PUNCT , _ 22 punct 22:punct _ +19 more more ADV RBR Degree=Cmp 22 advmod 22:advmod _ 20 like like ADP IN _ 22 case 22:case _ -21 14 14 NUM CD NumType=Card 22 nummod 22:nummod SpaceAfter=No -22 C C PROPN NNP Number=Sing 5 parataxis 5:parataxis _ +21 14 14 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod SpaceAfter=No +22 C C PROPN NNP Number=Sing 3 parataxis 3:parataxis _ 23 most most ADJ JJS Degree=Sup 24 amod 24:amod _ 24 days day NOUN NNS Number=Plur 22 nmod:tmod 22:nmod:tmod SpaceAfter=No 25 . . PUNCT . _ 3 punct 3:punct _ @@ -186443,12 +186549,12 @@ # sent_id = answers-20111107175720AAlb2TB_ans-0040 # text = We used our BBQ on precisely 4 occasions. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 used use VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 BBQ bbq NOUN NN Number=Sing 2 obj 2:obj _ 5 on on ADP IN _ 8 case 8:case _ 6 precisely precisely ADV RB _ 7 advmod 7:advmod _ -7 4 4 NUM CD NumType=Card 8 nummod 8:nummod _ +7 4 4 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 8 occasions occasion NOUN NNS Number=Plur 2 obl 2:obl:on SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ @@ -186469,7 +186575,7 @@ 13 if if SCONJ IN _ 15 mark 15:mark _ 14 not not PART RB _ 15 advmod 15:advmod _ 15 officially officially ADV RB _ 5 advcl 5:advcl:if _ -16 according accord VERB VBG VerbForm=Ger 19 case 19:case _ +16 according accord VERB VBG ExtPos=ADP|VerbForm=Ger 19 case 19:case _ 17 to to ADP IN _ 16 fixed 16:fixed _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 calender calender NOUN NN Number=Sing 15 obl 15:obl:according_to SpaceAfter=No @@ -186479,29 +186585,29 @@ # text = The days start to shorten & it gets even wetter, windier & colder. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 days day NOUN NNS Number=Plur 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 start start VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 start start VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 shorten shorten VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 & & CCONJ CC _ 10 cc 10:cc _ -7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj|12:nsubj|14:nsubj _ -8 gets get VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +6 & & CCONJ CC _ 8 cc 8:cc _ +7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj|12:nsubj|14:nsubj _ +8 gets get AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj _ 9 even even ADV RB _ 10 advmod 10:advmod _ -10 wetter wetter ADJ JJR Degree=Cmp 3 conj 3:conj SpaceAfter=No +10 wetter wet ADJ JJR Degree=Cmp 8 xcomp 8:xcomp SpaceAfter=No 11 , , PUNCT , _ 12 punct 12:punct _ -12 windier windier ADJ JJR Degree=Cmp 10 conj 10:conj _ +12 windier windy ADJ JJR Degree=Cmp 10 conj 10:conj _ 13 & & CCONJ CC _ 14 cc 14:cc _ -14 colder colder ADJ JJR Degree=Cmp 10 conj 10:conj SpaceAfter=No +14 colder cold ADJ JJR Degree=Cmp 10 conj 10:conj SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111107175720AAlb2TB_ans-0043 # text = We had frosts in October so I wouldn't advise visiting late in the year to be honest, Spring time is your best bet. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 frosts frost NOUN NNS Number=Plur 2 obj 2:obj _ 4 in in ADP IN _ 5 case 5:case _ 5 October October PROPN NNP Number=Sing 2 obl 2:obl:in _ 6 so so ADV RB _ 10 advmod 10:advmod _ -7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj|11:nsubj:xsubj _ +7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 8-9 wouldn't _ _ _ _ _ _ _ _ 8 would would AUX MD VerbForm=Fin 10 aux 10:aux _ 9 n't not PART RB _ 10 advmod 10:advmod _ @@ -186514,24 +186620,24 @@ 16 to to PART TO _ 18 mark 18:mark _ 17 be be AUX VB VerbForm=Inf 18 cop 18:cop _ 18 honest honest ADJ JJ Degree=Pos 10 advcl 10:advcl:to SpaceAfter=No -19 , , PUNCT , _ 2 punct 2:punct _ +19 , , PUNCT , _ 25 punct 25:punct _ 20 Spring spring NOUN NN Number=Sing 21 compound 21:compound _ 21 time time NOUN NN Number=Sing 25 nsubj 25:nsubj _ 22 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ -23 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ -24 best best ADJ JJS Degree=Sup 25 amod 25:amod _ +23 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 best good ADJ JJS Degree=Sup 25 amod 25:amod _ 25 bet bet NOUN NN Number=Sing 2 parataxis 2:parataxis SpaceAfter=No 26 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111107175720AAlb2TB_ans-0044 # text = You do realise it is quite expensive to visit Ireland? 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 realise realise VERB VB VerbForm=Inf 0 root 0:root _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 expl 7:expl _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 quite quite ADV RB _ 7 advmod 7:advmod _ -7 expensive expensive ADJ JJ Degree=Pos 3 acl:relcl 3:acl:relcl _ +7 expensive expensive ADJ JJ Degree=Pos 3 ccomp 3:ccomp _ 8 to to PART TO _ 9 mark 9:mark _ 9 visit visit VERB VB VerbForm=Inf 7 csubj 7:csubj _ 10 Ireland Ireland PROPN NNP Number=Sing 9 obj 9:obj SpaceAfter=No @@ -186540,15 +186646,15 @@ # sent_id = answers-20111107175720AAlb2TB_ans-0045 # text = You are going to need a few thousand dollars saved up for flights, insurance, food, accommodation & spending money. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 need need VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -7 few few ADJ JJ Degree=Pos 8 nmod 8:nmod _ -8 thousand thousand NUM CD NumType=Card 9 nummod 9:nummod _ +6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ +7 few few ADJ JJ Degree=Pos 8 amod 8:amod _ +8 thousand thousand NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 9 dollars dollar NOUN NNS Number=Plur 5 obj 5:obj _ -10 saved save VERB VBN Tense=Past|VerbForm=Part 9 acl 9:acl _ +10 saved save VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 acl 9:acl _ 11 up up ADP RP _ 10 compound:prt 10:compound:prt _ 12 for for ADP IN _ 13 case 13:case _ 13 flights flight NOUN NNS Number=Plur 5 obl 5:obl:for SpaceAfter=No @@ -186572,11 +186678,11 @@ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 quite quite ADV RB _ 7 advmod 7:advmod _ 7 expensive expensive ADJ JJ Degree=Pos 0 root 0:root _ -8 compared compare VERB VBN Tense=Past|VerbForm=Part 10 case 10:case _ +8 compared compare VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 advcl 7:advcl _ 9 to to ADP IN _ 10 case 10:case _ -10 America America PROPN NNP Number=Sing 7 obl 7:obl:to _ +10 America America PROPN NNP Number=Sing 8 obl 8:obl:to _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 parataxis 7:parataxis SpaceAfter=No +12 believe believe VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 parataxis 7:parataxis SpaceAfter=No 13 . . PUNCT . _ 7 punct 7:punct _ # newdoc id = answers-20111108105520AA73Axw_ans @@ -186594,8 +186700,8 @@ # newpar id = answers-20111108105520AA73Axw_ans-p0002 # text = I have 4 Golden Wonder Killifish. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 4 4 NUM CD NumType=Card 6 nummod 6:nummod _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 4 4 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 4 Golden golden NOUN NN Number=Sing 5 compound 5:compound _ 5 Wonder wonder NOUN NN Number=Sing 6 compound 6:compound _ 6 Killifish killifish NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No @@ -186603,7 +186709,7 @@ # sent_id = answers-20111108105520AA73Axw_ans-0003 # text = 1 of them is really colorful and is about 6cm long. -1 1 1 NUM CD NumType=Card 6 nsubj 6:nsubj|12:nsubj _ +1 1 1 NUM CD NumForm=Digit|NumType=Card 6 nsubj 6:nsubj|12:nsubj _ 2 of of ADP IN _ 3 case 3:case _ 3 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 1 nmod 1:nmod:of _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ @@ -186612,25 +186718,25 @@ 7 and and CCONJ CC _ 12 cc 12:cc _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 9 about about ADV RB _ 10 advmod 10:advmod _ -10 6 6 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No +10 6 6 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No 11 cm cm NOUN NNS Number=Plur 12 obl:npmod 12:obl:npmod _ 12 long long ADJ JJ Degree=Pos 6 conj 6:conj:and SpaceAfter=No 13 . . PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111108105520AA73Axw_ans-0004 # text = 2 of them are kinda whitish and are about 4-5cm long. -1 2 2 NUM CD NumType=Card 6 nsubj 6:nsubj|14:nsubj _ +1 2 2 NUM CD NumForm=Digit|NumType=Card 6 nsubj 6:nsubj|14:nsubj _ 2 of of ADP IN _ 3 case 3:case _ 3 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 1 nmod 1:nmod:of _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 kinda kinda ADV RB _ 6 advmod 6:advmod _ 6 whitish whitish ADJ JJ Degree=Pos 0 root 0:root _ 7 and and CCONJ CC _ 14 cc 14:cc _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 9 about about ADV RB _ 10 advmod 10:advmod _ -10 4 4 NUM CD NumType=Card 13 nummod 13:nummod SpaceAfter=No +10 4 4 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod SpaceAfter=No 11 - - SYM SYM _ 12 case 12:case SpaceAfter=No -12 5 5 NUM CD NumType=Card 10 nmod 10:nmod:to SpaceAfter=No +12 5 5 NUM CD NumForm=Digit|NumType=Card 10 nmod 10:nmod:to SpaceAfter=No 13 cm cm NOUN NNS Number=Plur 14 obl:npmod 14:obl:npmod _ 14 long long ADJ JJ Degree=Pos 6 conj 6:conj:and SpaceAfter=No 15 . . PUNCT . _ 6 punct 6:punct _ @@ -186647,7 +186753,7 @@ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 10 about about ADV RB _ 11 advmod 11:advmod _ -11 4 4 NUM CD NumType=Card 12 nummod 12:nummod SpaceAfter=No +11 4 4 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod SpaceAfter=No 12 cm cm NOUN NNS Number=Plur 13 obl:npmod 13:obl:npmod _ 13 long long ADJ JJ Degree=Pos 5 conj 5:conj:but SpaceAfter=No 14 . . PUNCT . _ 5 punct 5:punct _ @@ -186655,14 +186761,14 @@ # sent_id = answers-20111108105520AA73Axw_ans-0006 # text = I feed them Flakes, and Live Earthworms uncut everyday. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 feed feed VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 feed feed VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 2 iobj 2:iobj _ 4 Flakes flake NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No 5 , , PUNCT , _ 8 punct 8:punct _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 Live live ADJ JJ Degree=Pos 8 amod 8:amod _ -8 Earthworms earthworm NOUN NNS Number=Plur 4 conj 2:obj|4:conj:and _ -9 uncut uncut ADJ JJ Degree=Pos 8 amod 8:amod _ +8 Earthworms earthworm NOUN NNS Number=Plur 4 conj 2:obj|4:conj:and|9:nsubj _ +9 uncut uncut ADJ JJ Degree=Pos 2 advcl 2:advcl _ 10 everyday everyday ADV RB _ 2 advmod 2:advmod SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ @@ -186703,13 +186809,13 @@ # text = If they are able to take earthworms uncut, that is really impressive! 1 If if SCONJ IN _ 4 mark 4:mark _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 able able ADJ JJ Degree=Pos 13 advcl 13:advcl:if _ 5 to to PART TO _ 6 mark 6:mark _ 6 take take VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 earthworms earthworm NOUN NNS Number=Plur 6 obj 6:obj _ -8 uncut uncut ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No -9 , , PUNCT , _ 13 punct 13:punct _ +7 earthworms earthworm NOUN NNS Number=Plur 6 obj 6:obj|8:nsubj _ +8 uncut uncut ADJ JJ Degree=Pos 6 advcl 6:advcl SpaceAfter=No +9 , , PUNCT , _ 4 punct 4:punct _ 10 that that PRON DT Number=Sing|PronType=Dem 13 nsubj 13:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 12 really really ADV RB _ 13 advmod 13:advmod _ @@ -186719,18 +186825,18 @@ # sent_id = answers-20111108105520AA73Axw_ans-0011 # text = I aspire to your feeding regime, flakes early and something live later in the day. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 aspire aspire VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 aspire aspire VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 6 case 6:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 feeding feeding NOUN NN Number=Sing 6 compound 6:compound _ 6 regime regime NOUN NN Number=Sing 2 obl 2:obl:to SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 8 punct 8:punct _ 8 flakes flake NOUN NNS Number=Plur 6 appos 6:appos _ 9 early early ADV RB Degree=Pos 8 advmod 8:advmod _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 something something PRON NN Number=Sing 8 conj 6:appos|8:conj:and _ +11 something something PRON NN Number=Sing|PronType=Ind 8 conj 6:appos|8:conj:and _ 12 live live ADJ JJ Degree=Pos 11 amod 11:amod _ -13 later later ADV RBR Degree=Cmp 11 advmod 11:advmod _ +13 later late ADV RBR Degree=Cmp 11 advmod 11:advmod _ 14 in in ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 day day NOUN NN Number=Sing 13 obl 13:obl:in SpaceAfter=No @@ -186739,16 +186845,16 @@ # sent_id = answers-20111108105520AA73Axw_ans-0012 # text = Worms (and Daphnia) are also rich in Lipids, substances important in forming eggs and growing young. 1 Worms worm NOUN NNS Number=Plur 8 nsubj 8:nsubj _ -2 ( ( PUNCT -LRB- _ 1 punct 1:punct SpaceAfter=No +2 ( ( PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No 3 and and CCONJ CC _ 4 cc 4:cc _ 4 Daphnia daphnia NOUN NN Number=Sing 1 conj 1:conj:and|8:nsubj SpaceAfter=No 5 ) ) PUNCT -RRB- _ 4 punct 4:punct _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 also also ADV RB _ 8 advmod 8:advmod _ 8 rich rich ADJ JJ Degree=Pos 0 root 0:root _ 9 in in ADP IN _ 10 case 10:case _ 10 Lipids lipid NOUN NNS Number=Plur 8 obl 8:obl:in SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 substances substance NOUN NNS Number=Plur 10 appos 10:appos _ 13 important important ADJ JJ Degree=Pos 12 amod 12:amod _ 14 in in SCONJ IN _ 15 mark 15:mark _ @@ -186762,18 +186868,18 @@ # sent_id = answers-20111108105520AA73Axw_ans-0013 # text = I think that you understand that your largest and smallest golden wonders are males. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 5 mark 5:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 understand understand VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +5 understand understand VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 6 that that SCONJ IN _ 14 mark 14:mark _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ -8 largest largest ADJ JJS Degree=Sup 12 amod 12:amod _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +8 largest large ADJ JJS Degree=Sup 12 amod 12:amod _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 smallest smallest ADJ JJS Degree=Sup 8 conj 8:conj:and|12:amod _ +10 smallest small ADJ JJS Degree=Sup 8 conj 8:conj:and|12:amod _ 11 golden golden ADJ JJ Degree=Pos 12 amod 12:amod _ 12 wonders wonder NOUN NNS Number=Plur 14 nsubj 14:nsubj _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 14 males male NOUN NNS Number=Plur 5 ccomp 5:ccomp SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ @@ -186797,7 +186903,7 @@ 16 discussion discussion NOUN NN Number=Sing 13 nmod 13:nmod:at _ 17 in in ADP IN _ 20 case 20:case _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -19 first first ADJ JJ Degree=Pos|NumType=Ord 20 amod 20:amod _ +19 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 20 amod 20:amod _ 20 source source NOUN NN Number=Sing 16 nmod 16:nmod:in _ 21 below below ADV RB _ 20 advmod 20:advmod SpaceAfter=No 22 . . PUNCT . _ 11 punct 11:punct _ @@ -186806,18 +186912,18 @@ # text = If you have plants in your tank. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 plants plant NOUN NNS Number=Plur 3 obj 3:obj _ 5 in in ADP IN _ 7 case 7:case _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 tank tank NOUN NN Number=Sing 4 nmod 4:nmod:in SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108105520AA73Axw_ans-0016 # text = your lineatus are already spawning. -1 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 lineatus lineatus NOUN NN Number=Sing 5 nsubj 5:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 already already ADV RB _ 5 advmod 5:advmod _ 5 spawning spawn VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ @@ -186826,25 +186932,25 @@ # text = If conditions are favorable (78-82 F) and the fish are obviously well fed as yours are, they will spawn. 1 If if SCONJ IN _ 4 mark 4:mark _ 2 conditions condition NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 favorable favorable ADJ JJ Degree=Pos 24 advcl 24:advcl:if _ 5 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No -6 78 78 NUM CD NumType=Card 9 nummod 9:nummod SpaceAfter=No -7 - - PUNCT HYPH _ 8 case 8:case SpaceAfter=No -8 82 82 NUM CD NumType=Card 6 nmod 6:nmod _ -9 F f NOUN NN Number=Sing 4 appos 4:appos SpaceAfter=No +6 78 78 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod SpaceAfter=No +7 - - SYM HYPH _ 8 case 8:case SpaceAfter=No +8 82 82 NUM CD NumForm=Digit|NumType=Card 6 nmod 6:nmod _ +9 F F NOUN NN Number=Sing 4 appos 4:appos SpaceAfter=No 10 ) ) PUNCT -RRB- _ 9 punct 9:punct _ 11 and and CCONJ CC _ 17 cc 17:cc _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 fish fish NOUN NNS Number=Plur 17 nsubj:pass 17:nsubj:pass _ -14 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux:pass 17:aux:pass _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 aux:pass 17:aux:pass _ 15 obviously obviously ADV RB _ 17 advmod 17:advmod _ 16 well well ADV RB Degree=Pos 17 advmod 17:advmod _ 17 fed feed VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 conj 4:conj:and|24:advcl:if _ 18 as as SCONJ IN _ 20 mark 20:mark _ -19 yours yours PRON PRP _ 20 nsubj 20:nsubj _ -20 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:as SpaceAfter=No -21 , , PUNCT , _ 24 punct 24:punct _ +19 yours your PRON PRP Person=2|Poss=Yes|PronType=Prs 20 nsubj 20:nsubj _ +20 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:as SpaceAfter=No +21 , , PUNCT , _ 4 punct 4:punct _ 22 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 24 nsubj 24:nsubj _ 23 will will AUX MD VerbForm=Fin 24 aux 24:aux _ 24 spawn spawn VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No @@ -186853,8 +186959,9 @@ # sent_id = answers-20111108105520AA73Axw_ans-0018 # text = (I've even had a pair of killies leave eggs on a floating thermometer! 1 ( ( PUNCT -LRB- _ 5 punct 5:punct SpaceAfter=No -2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj SpaceAfter=No -3 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2-3 I've _ _ _ _ _ _ _ _ +2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ +3 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 even even ADV RB _ 5 advmod 5:advmod _ 5 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -186873,7 +186980,7 @@ # text = If you wish to pick eggs make a acrylic spawning mop. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 wish wish VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ +3 wish wish VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ 4 to to PART TO _ 5 mark 5:mark _ 5 pick pick VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 eggs egg NOUN NNS Number=Plur 5 obj 5:obj _ @@ -186886,33 +186993,33 @@ # sent_id = answers-20111108105520AA73Axw_ans-0020 # text = Checkout the second source. -1 Check check VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root SpaceAfter=No +1 Check check VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root CorrectSpaceAfter=Yes|SpaceAfter=No 2 out out ADP RP _ 1 compound:prt 1:compound:prt _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 second second ADJ JJ Degree=Pos|NumType=Ord 5 amod 5:amod _ +4 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 5 amod 5:amod _ 5 source source NOUN NN Number=Sing 1 obj 1:obj SpaceAfter=No 6 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108105520AA73Axw_ans-0021 # text = I prefer darker colors because I can see their eggs ,more easily and the fish look better next to them. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 prefer prefer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 darker darker ADJ JJR Degree=Cmp 4 amod 4:amod _ +2 prefer prefer VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 darker dark ADJ JJR Degree=Cmp 4 amod 4:amod _ 4 colors color NOUN NNS Number=Plur 2 obj 2:obj _ 5 because because SCONJ IN _ 8 mark 8:mark _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 7 can can AUX MD VerbForm=Fin 8 aux 8:aux _ 8 see see VERB VB VerbForm=Inf 2 advcl 2:advcl:because _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 eggs egg NOUN NNS Number=Plur 8 obj 8:obj _ -11 , , PUNCT , _ 8 punct 8:punct SpaceAfter=No -12 more more ADV RBR _ 13 advmod 13:advmod _ +11 , , PUNCT , _ 13 punct 13:punct SpaceAfter=No +12 more more ADV RBR Degree=Cmp 13 advmod 13:advmod _ 13 easily easily ADV RB _ 8 advmod 8:advmod _ 14 and and CCONJ CC _ 17 cc 17:cc _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 fish fish NOUN NNS Number=Plur 17 nsubj 17:nsubj|18:nsubj:xsubj _ -17 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ -18 better better ADJ JJ Degree=Pos 17 xcomp 17:xcomp _ +17 look look VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +18 better good ADJ JJR Degree=Cmp 17 xcomp 17:xcomp _ 19 next next ADV RB _ 17 advmod 17:advmod _ 20 to to ADP IN _ 21 case 21:case _ 21 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 19 obl 19:obl:to SpaceAfter=No @@ -186923,7 +187030,7 @@ 1 Use use VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 3 well well ADV RB Degree=Pos 4 advmod 4:advmod _ -4 rinsed rinse VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +4 rinsed rinse VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 5 medicine medicine NOUN NN Number=Sing 6 compound 6:compound _ 6 vial vial NOUN NN Number=Sing 1 obj 1:obj SpaceAfter=No 7 , , PUNCT , _ 9 punct 9:punct _ @@ -186948,15 +187055,15 @@ # sent_id = answers-20111108105520AA73Axw_ans-0023 # text = There are a couple ways one could spawn lineatus - mop spawning & water incubating them for two weeks, picking eggs from a mop & putting them in a tray of treated, seasoned water or setting up the parents in a planted tank & moving them so the fry can hatch out there. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ -4 couple couple NOUN NN Number=Sing 5 compound 5:compound _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ +4 couple couple NOUN NN Number=Sing 5 nmod:npmod 5:nmod:npmod _ 5 ways way NOUN NNS Number=Plur 2 nsubj 2:nsubj _ -6 one one PRON PRP _ 8 nsubj 8:nsubj _ +6 one one PRON PRP Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 7 could could AUX MD VerbForm=Fin 8 aux 8:aux _ 8 spawn spawn VERB VB VerbForm=Inf 5 acl:relcl 5:acl:relcl _ 9 lineatus lineatus NOUN NN Number=Sing 8 obj 8:obj _ -10 - - PUNCT , _ 5 punct 5:punct _ +10 - - PUNCT , _ 12 punct 12:punct _ 11 mop mop NOUN NN Number=Sing 12 obl:npmod 12:obl:npmod _ 12 spawning spawn VERB VBG VerbForm=Ger 5 appos 5:appos _ 13 & & CCONJ CC _ 15 cc 15:cc _ @@ -186964,7 +187071,7 @@ 15 incubating incubate VERB VBG VerbForm=Ger 12 conj 5:appos|12:conj:or _ 16 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 15 obj 15:obj _ 17 for for ADP IN _ 19 case 19:case _ -18 two two NUM CD NumType=Card 19 nummod 19:nummod _ +18 two two NUM CD NumForm=Word|NumType=Card 19 nummod 19:nummod _ 19 weeks week NOUN NNS Number=Plur 15 obl 15:obl:for SpaceAfter=No 20 , , PUNCT , _ 21 punct 21:punct _ 21 picking pick VERB VBG VerbForm=Ger 12 conj 5:appos|12:conj:or _ @@ -186980,7 +187087,7 @@ 31 tray tray NOUN NN Number=Sing 27 obl 27:obl:in _ 32 of of ADP IN _ 36 case 36:case _ 33 treated treated ADJ JJ Degree=Pos 36 amod 36:amod SpaceAfter=No -34 , , PUNCT , _ 36 punct 36:punct _ +34 , , PUNCT , _ 33 punct 33:punct _ 35 seasoned seasoned ADJ JJ Degree=Pos 36 amod 36:amod _ 36 water water NOUN NN Number=Sing 31 nmod 31:nmod:of _ 37 or or CCONJ CC _ 38 cc 38:cc _ @@ -186990,7 +187097,7 @@ 41 parents parent NOUN NNS Number=Plur 38 obj 38:obj _ 42 in in ADP IN _ 45 case 45:case _ 43 a a DET DT Definite=Ind|PronType=Art 45 det 45:det _ -44 planted plant VERB VBN Tense=Past|VerbForm=Part 45 amod 45:amod _ +44 planted plant VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 45 amod 45:amod _ 45 tank tank NOUN NN Number=Sing 38 obl 38:obl:in _ 46 & & CCONJ CC _ 47 cc 47:cc _ 47 moving move VERB VBG VerbForm=Ger 38 conj 38:conj _ @@ -187008,21 +187115,21 @@ # text = If you have the room to separate the male(s) & females(s),& feed them well on live foods, (assuming that you are doing weekly 50% water changes) when you put them together they will leave a lot more eggs. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 46 advcl 46:advcl:if _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 46 advcl 46:advcl:if _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 room room NOUN NN Number=Sing 3 obj 3:obj _ 6 to to PART TO _ 7 mark 7:mark _ 7 separate separate VERB VB VerbForm=Inf 5 acl 5:acl:to _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 male male NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No -10 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No +10 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 11 s s X AFX _ 9 amod 9:amod SpaceAfter=No -12 ) ) PUNCT -RRB- _ 9 punct 9:punct _ +12 ) ) PUNCT -RRB- _ 11 punct 11:punct _ 13 & & CCONJ CC _ 14 cc 14:cc _ 14 females female NOUN NNS Number=Plur 9 conj 7:obj|9:conj SpaceAfter=No -15 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No +15 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No 16 s s X AFX _ 14 amod 14:amod SpaceAfter=No -17 ) ) PUNCT -RRB- _ 14 punct 14:punct SpaceAfter=No +17 ) ) PUNCT -RRB- _ 16 punct 16:punct SpaceAfter=No 18 , , PUNCT , _ 20 punct 20:punct SpaceAfter=No 19 & & CCONJ CC _ 20 cc 20:cc _ 20 feed feed VERB VB VerbForm=Inf 7 conj 5:acl:to|7:conj _ @@ -187031,22 +187138,22 @@ 23 on on ADP IN _ 25 case 25:case _ 24 live live ADJ JJ Degree=Pos 25 amod 25:amod _ 25 foods food NOUN NNS Number=Plur 20 obl 20:obl:on SpaceAfter=No -26 , , PUNCT , _ 46 punct 46:punct _ -27 ( ( PUNCT -LRB- _ 46 punct 46:punct SpaceAfter=No +26 , , PUNCT , _ 3 punct 3:punct _ +27 ( ( PUNCT -LRB- _ 28 punct 28:punct SpaceAfter=No 28 assuming assume VERB VBG VerbForm=Ger 46 advcl 46:advcl _ 29 that that SCONJ IN _ 32 mark 32:mark _ 30 you you PRON PRP Case=Nom|Person=2|PronType=Prs 32 nsubj 32:nsubj _ -31 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 32 aux 32:aux _ +31 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 32 aux 32:aux _ 32 doing do VERB VBG Tense=Pres|VerbForm=Part 28 ccomp 28:ccomp _ 33 weekly weekly ADJ JJ Degree=Pos 37 amod 37:amod _ -34 50 50 NUM CD NumType=Card 35 nummod 35:nummod SpaceAfter=No +34 50 50 NUM CD NumForm=Digit|NumType=Card 35 nummod 35:nummod SpaceAfter=No 35 % % SYM NN Number=Sing 37 compound 37:compound _ 36 water water NOUN NN Number=Sing 37 compound 37:compound _ 37 changes change NOUN NNS Number=Plur 32 obj 32:obj SpaceAfter=No -38 ) ) PUNCT -RRB- _ 46 punct 46:punct _ -39 when when SCONJ WRB PronType=Int 41 mark 41:mark _ +38 ) ) PUNCT -RRB- _ 28 punct 28:punct _ +39 when when ADV WRB PronType=Int 41 advmod 41:advmod _ 40 you you PRON PRP Case=Nom|Person=2|PronType=Prs 41 nsubj 41:nsubj _ -41 put put VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 46 advcl 46:advcl:when _ +41 put put VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 46 advcl 46:advcl:when _ 42 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 41 obj 41:obj _ 43 together together ADV RB _ 41 advmod 41:advmod _ 44 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 46 nsubj 46:nsubj _ @@ -187072,16 +187179,16 @@ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 constantly constantly ADV RB _ 12 advmod 12:advmod _ 12 together together ADV RB _ 16 advcl 16:advcl:if SpaceAfter=No -13 , , PUNCT , _ 16 punct 16:punct _ +13 , , PUNCT , _ 12 punct 12:punct _ 14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 15 may may AUX MD VerbForm=Fin 16 aux 16:aux _ 16 lay lay VERB VB VerbForm=Inf 2 conj 2:conj:but _ -17 10 10 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No +17 10 10 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No 18 - - SYM SYM _ 19 case 19:case SpaceAfter=No -19 15 15 NUM CD NumType=Card 17 nmod 17:nmod _ +19 15 15 NUM CD NumForm=Digit|NumType=Card 17 nmod 17:nmod _ 20 eggs egg NOUN NNS Number=Plur 16 obj 16:obj _ 21 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ -22 day day NOUN NN Number=Sing 16 obl:npmod 16:obl:npmod SpaceAfter=No +22 day day NOUN NN Number=Sing 20 nmod:tmod 20:nmod:tmod SpaceAfter=No 23 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108105520AA73Axw_ans-0026 @@ -187091,25 +187198,25 @@ 3 blackworms blackworm NOUN NNS Number=Plur 21 obl 21:obl:with _ 4 and and CCONJ CC _ 13 cc 13:cc _ 5 maybe maybe ADV RB _ 13 advmod 13:advmod _ -6 frozen freeze VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ -7 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No -8 defrosted defrost VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod SpaceAfter=No -9 , , PUNCT , _ 13 punct 13:punct _ -10 rinsed rinse VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod SpaceAfter=No -11 ) ) PUNCT -RRB- _ 13 punct 13:punct _ -12 frozen freeze VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ +6 frozen freeze VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod _ +7 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No +8 defrosted defrost VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod SpaceAfter=No +9 , , PUNCT , _ 8 punct 8:punct _ +10 rinsed rinse VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod SpaceAfter=No +11 ) ) PUNCT -RRB- _ 10 punct 10:punct _ +12 frozen freeze VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod _ 13 foods food NOUN NNS Number=Plur 3 conj 3:conj:and|21:obl:with _ -14 earlier earlier ADV RBR Degree=Cmp 13 advmod 13:advmod _ +14 earlier early ADV RBR Degree=Cmp 13 advmod 13:advmod _ 15 in in ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 day day NOUN NN Number=Sing 14 obl 14:obl:in SpaceAfter=No -18 , , PUNCT , _ 21 punct 21:punct _ +18 , , PUNCT , _ 3 punct 3:punct _ 19 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 21 nsubj 21:nsubj _ 20 may may AUX MD VerbForm=Fin 21 aux 21:aux _ 21 leave leave VERB VB VerbForm=Inf 0 root 0:root _ -22 30 30 NUM CD NumType=Card 25 nummod 25:nummod SpaceAfter=No +22 30 30 NUM CD NumForm=Digit|NumType=Card 25 nummod 25:nummod SpaceAfter=No 23 - - SYM SYM _ 24 case 24:case SpaceAfter=No -24 40 40 NUM CD NumType=Card 22 nmod 22:nmod _ +24 40 40 NUM CD NumForm=Digit|NumType=Card 22 nmod 22:nmod _ 25 eggs egg NOUN NNS Number=Plur 21 obj 21:obj _ 26 at at ADP IN _ 28 case 28:case _ 27 a a DET DT Definite=Ind|PronType=Art 28 det 28:det _ @@ -187118,13 +187225,13 @@ # sent_id = answers-20111108105520AA73Axw_ans-0027 # text = Separated and feed extremely nourishing stuff, they may produce more. -1 Separated separate VERB VBN Tense=Past|VerbForm=Part 10 advcl 10:advcl _ +1 Separated separate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 advcl 10:advcl _ 2 and and CCONJ CC _ 3 cc 3:cc _ -3 feed feed VERB VBN Tense=Past|VerbForm=Part 1 conj 1:conj:and|10:advcl _ +3 feed feed VERB VBN Tense=Past|Typo=Yes|VerbForm=Part|Voice=Pass 1 conj 1:conj:and|10:advcl CorrectForm=fed 4 extremely extremely ADV RB _ 5 advmod 5:advmod _ 5 nourishing nourishing ADJ JJ Degree=Pos 6 amod 6:amod _ 6 stuff stuff NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +7 , , PUNCT , _ 1 punct 1:punct _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 9 may may AUX MD VerbForm=Fin 10 aux 10:aux _ 10 produce produce VERB VB VerbForm=Inf 0 root 0:root _ @@ -187136,21 +187243,21 @@ 1 Separating separate VERB VBG VerbForm=Ger 23 csubj 23:csubj _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 pair pair NOUN NN Number=Sing 1 obj 1:obj _ -4 some some DET DT _ 5 det 5:det _ -5 time time NOUN NN Number=Sing 8 nmod:npmod 8:nmod:npmod _ +4 some some DET DT PronType=Ind 5 det 5:det _ +5 time time NOUN NN Number=Sing 8 nmod:tmod 8:nmod:tmod _ 6 before before ADP IN _ 8 case 8:case _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 show show NOUN NN Number=Sing 1 obl 1:obl:before _ 9 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No 10 killies killy NOUN NNS Number=Plur 13 nsubj:pass 13:nsubj:pass|15:nsubj:pass|18:nsubj:pass _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ 12 usually usually ADV RB _ 13 advmod 13:advmod _ 13 shown show VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 parataxis 23:parataxis _ 14 & & CCONJ CC _ 15 cc 15:cc _ -15 judged judge VERB VBN Tense=Past|VerbForm=Part 13 conj 13:conj _ +15 judged judge VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 conj 13:conj _ 16 & & CCONJ CC _ 18 cc 18:cc _ 17 often often ADV RB _ 18 advmod 18:advmod _ -18 sold sell VERB VBN Tense=Past|VerbForm=Part 13 conj 13:conj _ +18 sold sell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 conj 13:conj _ 19 as as ADP IN _ 20 case 20:case _ 20 pairs pair NOUN NNS Number=Plur 13 obl 13:obl:as SpaceAfter=No 21 ) ) PUNCT -RRB- _ 13 punct 13:punct _ @@ -187161,8 +187268,8 @@ 26 court court VERB VB VerbForm=Inf 23 xcomp 23:xcomp _ 27 and and CCONJ CC _ 28 cc 28:cc _ 28 show show VERB VB VerbForm=Inf 26 conj 23:xcomp|26:conj:and _ -29 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ -30 best best ADJ JJS Degree=Sup 31 amod 31:amod _ +29 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ +30 best good ADJ JJS Degree=Sup 31 amod 31:amod _ 31 colors color NOUN NNS Number=Plur 28 obj 28:obj SpaceAfter=No 32 . . PUNCT . _ 23 punct 23:punct _ @@ -187170,17 +187277,17 @@ # text = They also start the day with no nicks or dings in their fins. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 start start VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 start start VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 day day NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ -6 with with ADP IN _ 8 case 8:case _ -7 no no DET DT _ 8 det 8:det _ -8 nicks nick NOUN NNS Number=Plur 3 obl 3:obl:with _ +5 day day NOUN NN Number=Sing 3 obj 3:obj _ +6 with with SCONJ IN _ 13 mark 13:mark _ +7 no no DET DT PronType=Neg 8 det 8:det _ +8 nicks nick NOUN NNS Number=Plur 13 nsubj 13:nsubj _ 9 or or CCONJ CC _ 10 cc 10:cc _ -10 dings ding NOUN NNS Number=Plur 8 conj 3:obl:with|8:conj:or _ +10 dings ding NOUN NNS Number=Plur 8 conj 8:conj:or|13:nsubj _ 11 in in ADP IN _ 13 case 13:case _ -12 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ -13 fins fin NOUN NNS Number=Plur 8 nmod 8:nmod:in SpaceAfter=No +12 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +13 fins fin NOUN NNS Number=Plur 3 advcl 3:advcl:with SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108105520AA73Axw_ans-0030 @@ -187188,7 +187295,7 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 water water NOUN NN Number=Sing 3 compound 3:compound _ 3 changes change NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 help help VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 help help VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 with with ADP IN _ 6 case 6:case _ 6 that that PRON DT Number=Sing|PronType=Dem 4 obl 4:obl:with _ 7 too too ADV RB _ 4 advmod 4:advmod SpaceAfter=No @@ -187216,7 +187323,7 @@ 5 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No 6 choramine choramine NOUN NN Number=Sing 2 appos 2:appos SpaceAfter=No 7 ) ) PUNCT -RRB- _ 6 punct 6:punct _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 9 not not PART RB _ 10 advmod 10:advmod _ 10 good good ADJ JJ Degree=Pos 0 root 0:root _ 11 for for ADP IN _ 13 case 13:case _ @@ -187235,21 +187342,21 @@ 7 leave leave VERB VB VerbForm=Inf 5 csubj 5:csubj _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 9 newly newly ADV RB _ 10 advmod 10:advmod _ -10 picked pick VERB VBN Tense=Past|VerbForm=Part 11 amod 11:amod _ +10 picked pick VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 amod 11:amod _ 11 eggs egg NOUN NNS Number=Plur 7 obj 7:obj _ 12 in in ADP IN _ 15 case 15:case _ 13 fresh fresh ADJ JJ Degree=Pos 15 amod 15:amod _ 14 tap tap NOUN NN Number=Sing 15 compound 15:compound _ 15 water water NOUN NN Number=Sing 7 obl 7:obl:in _ 16 with with ADP IN _ 18 case 18:case _ -17 some some DET DT _ 18 det 18:det _ +17 some some DET DT PronType=Ind 18 det 18:det _ 18 chlorination chlorination NOUN NN Number=Sing 15 nmod 15:nmod:with _ 19 to to PART TO _ 20 mark 20:mark _ 20 kill kill VERB VB VerbForm=Inf 7 advcl 7:advcl:to _ 21 microscopic microscopic ADJ JJ Degree=Pos 22 amod 22:amod _ 22 critters critter NOUN NNS Number=Plur 20 obj 20:obj|24:nsubj _ 23 that that PRON WDT PronType=Rel 24 nsubj 22:ref _ -24 ride ride VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 acl:relcl 22:acl:relcl _ +24 ride ride VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 acl:relcl 22:acl:relcl _ 25 in in ADV RB _ 24 advmod 24:advmod _ 26 with with ADP IN _ 28 case 28:case _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ @@ -187264,7 +187371,7 @@ 4 eggs egg NOUN NNS Number=Plur 2 obj 2:obj _ 5 in in ADP IN _ 6 case 6:case _ 6 water water NOUN NN Number=Sing 2 obl 2:obl:in _ -7 treated treat VERB VBN Tense=Past|VerbForm=Part 6 acl:relcl 6:acl:relcl _ +7 treated treat VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl:relcl 6:acl:relcl _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 couple couple NOUN NN Number=Sing 12 obl:npmod 12:obl:npmod _ 10 of of ADP IN _ 11 case 11:case _ @@ -187275,7 +187382,7 @@ 15 water water NOUN NN Number=Sing 16 compound 16:compound _ 16 treatment treatment NOUN NN Number=Sing 7 obl 7:obl:with _ 17 and and CCONJ CC _ 18 cc 18:cc _ -18 left leave VERB VBN Tense=Past|VerbForm=Part 7 conj 6:acl:relcl|7:conj:and _ +18 left leave VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 conj 6:acl:relcl|7:conj:and _ 19 open open ADJ JJ Degree=Pos 18 xcomp 18:xcomp _ 20 to to PART TO _ 22 mark 22:mark _ 21 " " PUNCT `` _ 22 punct 22:punct SpaceAfter=No @@ -187288,13 +187395,13 @@ 1 Leaving leave VERB VBG VerbForm=Ger 12 csubj 12:csubj _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 jar jar NOUN NN Number=Sing 1 obj 1:obj _ -4 with with ADP IN _ 8 case 8:case _ -5 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -6 dozen dozen NOUN NN Number=Sing 8 compound 8:compound _ +4 with with SCONJ IN _ 10 mark 10:mark _ +5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ +6 dozen dozen NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 7 black black ADJ JJ Degree=Pos 8 amod 8:amod _ -8 worms worm NOUN NNS Number=Plur 3 nmod 3:nmod:with _ +8 worms worm NOUN NNS Number=Plur 10 nsubj 10:nsubj _ 9 in in ADP IN _ 10 case 10:case _ -10 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nmod 8:nmod:in _ +10 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 acl 3:acl:with _ 11 will will AUX MD VerbForm=Fin 12 aux 12:aux _ 12 sate sate VERB VB VerbForm=Inf 0 root 0:root _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ @@ -187306,8 +187413,8 @@ 18 snacks snack NOUN NNS Number=Plur 16 nmod 16:nmod:for _ 19 and and CCONJ CC _ 23 cc 23:cc _ 20 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 23 nsubj 23:nsubj|25:nsubj:xsubj _ -21 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ -22 more more ADV RBR _ 23 advmod 23:advmod _ +21 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ +22 more more ADV RBR Degree=Cmp 23 advmod 23:advmod _ 23 likely likely ADJ JJ Degree=Pos 12 conj 12:conj:and _ 24 to to PART TO _ 25 mark 25:mark _ 25 leave leave VERB VB VerbForm=Inf 23 xcomp 23:xcomp _ @@ -187327,7 +187434,7 @@ 5 n't not PART RB _ 6 advmod 6:advmod _ 6 leaving leave VERB VBG Tense=Pres|VerbForm=Part 9 advcl 9:advcl:if _ 7 eggs egg NOUN NNS Number=Plur 6 obj 6:obj SpaceAfter=No -8 ... ... PUNCT , _ 9 punct 9:punct _ +8 ... ... PUNCT , _ 6 punct 6:punct _ 9 check check VERB VB VerbForm=Inf 0 root 0:root _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 following follow VERB VBG VerbForm=Ger 9 obj 9:obj SpaceAfter=No @@ -187335,16 +187442,16 @@ # sent_id = answers-20111108105520AA73Axw_ans-0037 # text = 1. Is a tank mate (such as another female killie or a Cory or large snails) rating the eggs? -1 1 1 X LS _ 20 nummod 20:nummod SpaceAfter=No +1 1 1 NUM LS NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 Is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 tank tank NOUN NN Number=Sing 6 compound 6:compound _ 6 mate mate NOUN NN Number=Sing 20 nsubj 20:nsubj _ -7 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No -8 such such ADJ JJ Degree=Pos 12 case 12:case _ +7 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No +8 such such ADJ JJ Degree=Pos|ExtPos=ADP 12 case 12:case _ 9 as as ADP IN _ 8 fixed 8:fixed _ -10 another another DET DT _ 12 det 12:det _ +10 another another DET DT PronType=Ind 12 det 12:det _ 11 female female ADJ JJ Degree=Pos 12 amod 12:amod _ 12 killie killie NOUN NN Number=Sing 6 nmod 6:nmod:such_as _ 13 or or CCONJ CC _ 15 cc 15:cc _ @@ -187353,7 +187460,7 @@ 16 or or CCONJ CC _ 18 cc 18:cc _ 17 large large ADJ JJ Degree=Pos 18 amod 18:amod _ 18 snails snail NOUN NNS Number=Plur 12 conj 6:nmod:such_as|12:conj:or SpaceAfter=No -19 ) ) PUNCT -RRB- _ 6 punct 6:punct _ +19 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 20 rating rate VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 eggs egg NOUN NNS Number=Plur 20 obj 20:obj SpaceAfter=No @@ -187361,9 +187468,9 @@ # sent_id = answers-20111108105520AA73Axw_ans-0038 # text = 2. Have we kept up with partial water changes? -1 2 2 X LS _ 5 nummod 5:nummod SpaceAfter=No +1 2 2 NUM LS NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ -3 Have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 Have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 5 kept keep VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 6 up up ADP RP _ 5 compound:prt 5:compound:prt _ @@ -187375,7 +187482,7 @@ # sent_id = answers-20111108105520AA73Axw_ans-0039 # text = 3. Is there too much mineral in the water? -1 3 3 X LS _ 3 nummod 3:nummod SpaceAfter=No +1 3 3 NUM LS NumForm=Digit|NumType=Card 3 nummod 3:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 Is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 there there PRON EX _ 3 expl 3:expl _ @@ -187391,9 +187498,9 @@ # text = Aplo. lineatus are wide-spread over southern India. 1 Aplo. aplo. NOUN NN Number=Sing 2 compound 2:compound _ 2 lineatus lineatus NOUN NN Number=Sing 6 nsubj:pass 6:nsubj:pass _ -3 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ -4 wide wide ADJ JJ Degree=Pos 6 advmod 6:advmod SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ +4 wide wide ADJ JJ Degree=Pos 6 compound 6:compound SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 6 spread spread VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 over over ADP IN _ 9 case 9:case _ 8 southern southern ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -187406,7 +187513,7 @@ 2 indicates indicate VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 5 mark 5:mark _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -5 thrive thrive VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +5 thrive thrive VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 6 in in ADP IN _ 9 case 9:case _ 7 different different ADJ JJ Degree=Pos 9 amod 9:amod _ 8 water water NOUN NN Number=Sing 9 compound 9:compound _ @@ -187420,7 +187527,7 @@ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 4 can can AUX MD VerbForm=Fin 5 aux 5:aux _ 5 get get VERB VB VerbForm=Inf 24 advcl 24:advcl:if _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 pet pet NOUN NN Number=Sing 8 compound 8:compound _ 8 shop shop NOUN NN Number=Sing 5 obj 5:obj|10:nsubj:xsubj _ 9 to to PART TO _ 10 mark 10:mark _ @@ -187431,11 +187538,11 @@ 14 TDS tds NOUN NN Number=Sing 12 conj 12:conj:or|20:compound _ 15 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No 16 total total ADJ JJ Degree=Pos 18 amod 18:amod _ -17 Dissolved dissolve VERB VBN Tense=Past|VerbForm=Part 18 amod 18:amod _ +17 Dissolved dissolve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 amod 18:amod _ 18 Solids solid NOUN NNS Number=Plur 14 appos 14:appos SpaceAfter=No 19 ) ) PUNCT -RRB- _ 18 punct 18:punct _ 20 test test NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No -21 , , PUNCT , _ 24 punct 24:punct _ +21 , , PUNCT , _ 5 punct 5:punct _ 22 that that PRON DT Number=Sing|PronType=Dem 24 nsubj 24:nsubj _ 23 may may AUX MD VerbForm=Fin 24 aux 24:aux _ 24 give give VERB VB VerbForm=Inf 0 root 0:root _ @@ -187451,14 +187558,14 @@ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 little little ADJ JJ Degree=Pos 1 obl:npmod 1:obl:npmod _ 5 here here ADV RB PronType=Dem 1 advmod 1:advmod SpaceAfter=No -6 , , PUNCT , _ 27 punct 27:punct _ +6 , , PUNCT , _ 1 punct 1:punct _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 hardness hardness NOUN NN Number=Sing 27 nsubj 27:nsubj _ 9 of of ADP IN _ 14 case 14:case _ -10 100 100 NUM CD NumType=Card 14 nummod 14:nummod _ +10 100 100 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 11 to to ADP IN _ 13 case 13:case _ 12 nearly nearly ADV RB _ 13 advmod 13:advmod _ -13 200 200 NUM CD NumType=Card 10 nmod 10:nmod:to _ +13 200 200 NUM CD NumForm=Digit|NumType=Card 10 nmod 10:nmod:to _ 14 PPM ppm NOUN NN Number=Sing 8 nmod 8:nmod:of _ 15 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No 16 parts part NOUN NNS Number=Plur 14 appos 14:appos _ @@ -187466,9 +187573,9 @@ 18 million million NOUN NN Number=Sing 16 nmod 16:nmod:per SpaceAfter=No 19 ) ) PUNCT -RRB- _ 16 punct 16:punct _ 20 or or CCONJ CC _ 24 cc 24:cc _ -21 5.8 5.8 NUM CD NumType=Card 24 nummod 24:nummod _ +21 5.8 5.8 NUM CD NumForm=Digit|NumType=Frac 24 nummod 24:nummod _ 22 to to ADP IN _ 23 case 23:case _ -23 10.6 10.6 NUM CD NumType=Card 21 nmod 21:nmod:to _ +23 10.6 10.6 NUM CD NumForm=Digit|NumType=Frac 21 nmod 21:nmod:to _ 24 DH dh NOUN NN Number=Sing 14 conj 8:nmod:of|14:conj:or _ 25 should should AUX MD VerbForm=Fin 27 aux 27:aux _ 26 be be AUX VB VerbForm=Inf 27 cop 27:cop _ @@ -187481,7 +187588,7 @@ # text = TDS meters (the thrifty aquarist's hardness meter can be used if one has seen one of your municipal water department's annual reports. 1 TDS tds NOUN NN Number=Sing 2 compound 2:compound _ 2 meters meter NOUN NNS Number=Plur 12 nsubj:pass 12:nsubj:pass _ -3 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No +3 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 thrifty thrifty ADJ JJ Degree=Pos 6 amod 6:amod _ 6-7 aquarist's _ _ _ _ _ _ _ _ @@ -187493,12 +187600,12 @@ 11 be be AUX VB VerbForm=Inf 12 aux:pass 12:aux:pass _ 12 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 13 if if SCONJ IN _ 16 mark 16:mark _ -14 one one PRON PRP _ 16 nsubj 16:nsubj _ +14 one one PRON PRP Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 15 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 16 seen see VERB VBN Tense=Past|VerbForm=Part 12 advcl 12:advcl:if _ -17 one one NUM CD NumType=Card 16 obj 16:obj _ +17 one one NUM CD NumForm=Word|NumType=Card 16 obj 16:obj _ 18 of of ADP IN _ 25 case 25:case _ -19 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +19 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 20 municipal municipal ADJ JJ Degree=Pos 22 amod 22:amod _ 21 water water NOUN NN Number=Sing 22 compound 22:compound _ 22-23 department's _ _ _ _ _ _ _ _ @@ -187511,7 +187618,7 @@ # sent_id = answers-20111108105520AA73Axw_ans-0045 # text = They include a number of minerals there and you can figure out what percentage of that would be your hardness minerals (calcium, magnesium and iron). 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 include include VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 include include VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 number number NOUN NN Number=Sing 2 obj 2:obj _ 5 of of ADP IN _ 6 case 6:case _ @@ -187528,16 +187635,16 @@ 16 that that PRON DT Number=Sing|PronType=Dem 14 nmod 14:nmod:of _ 17 would would AUX MD VerbForm=Fin 21 aux 21:aux _ 18 be be AUX VB VerbForm=Inf 21 cop 21:cop _ -19 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +19 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 20 hardness hardness NOUN NN Number=Sing 21 compound 21:compound _ 21 minerals mineral NOUN NNS Number=Plur 11 ccomp 11:ccomp _ -22 ( ( PUNCT -LRB- _ 21 punct 21:punct SpaceAfter=No +22 ( ( PUNCT -LRB- _ 23 punct 23:punct SpaceAfter=No 23 calcium calcium NOUN NN Number=Sing 21 appos 21:appos SpaceAfter=No 24 , , PUNCT , _ 25 punct 25:punct _ 25 magnesium magnesium NOUN NN Number=Sing 23 conj 21:appos|23:conj:and _ 26 and and CCONJ CC _ 27 cc 27:cc _ 27 iron iron NOUN NN Number=Sing 23 conj 21:appos|23:conj:and SpaceAfter=No -28 ) ) PUNCT -RRB- _ 21 punct 21:punct SpaceAfter=No +28 ) ) PUNCT -RRB- _ 23 punct 23:punct SpaceAfter=No 29 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108105520AA73Axw_ans-0046 @@ -187546,7 +187653,7 @@ 2 number number NOUN NN Number=Sing 9 nsubj 9:nsubj _ 3 of of ADP IN _ 4 case 4:case _ 4 minerals mineral NOUN NNS Number=Plur 2 nmod 2:nmod:of _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 6 not not PART RB _ 9 advmod 9:advmod _ 7 of of ADP IN _ 9 case 9:case _ 8 much much ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -187565,25 +187672,25 @@ 8 of of ADP IN _ 10 case 10:case _ 9 sodium sodium NOUN NN Number=Sing 10 compound 10:compound _ 10 chloride chloride NOUN NN Number=Sing 7 nmod 7:nmod:of _ -11 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No +11 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No 12 common common ADJ JJ Degree=Pos 13 amod 13:amod _ 13 salt salt NOUN NN Number=Sing 10 appos 10:appos SpaceAfter=No -14 ) ) PUNCT -RRB- _ 10 punct 10:punct _ +14 ) ) PUNCT -RRB- _ 13 punct 13:punct _ 15 that that PRON DT Number=Sing|PronType=Dem 17 nsubj 17:nsubj|28:nsubj _ 16 can can AUX MD VerbForm=Fin 17 aux 17:aux _ 17 break break VERB VB VerbForm=Inf 0 root 0:root _ 18 down down ADP RP _ 17 compound:prt 17:compound:prt _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 chorion chorion NOUN NN Number=Sing 17 obj 17:obj _ -21 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No +21 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No 22 shell shell NOUN NN Number=Sing 20 appos 20:appos SpaceAfter=No -23 ) ) PUNCT -RRB- _ 20 punct 20:punct _ +23 ) ) PUNCT -RRB- _ 22 punct 22:punct _ 24 around around ADP IN _ 26 case 26:case _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 26 egg egg NOUN NN Number=Sing 20 nmod 20:nmod:around _ 27 and and CCONJ CC _ 28 cc 28:cc _ 28 allow allow VERB VB VerbForm=Inf 17 conj 17:conj:and _ -29 critters critter NOUN NNS Number=Plur 28 obj 28:obj|31:nsubj:xsubj|34:nsubj:xsubj _ +29 critters critter NOUN NNS Number=Plur 28 iobj 28:iobj|31:nsubj:xsubj|34:nsubj:xsubj _ 30 to to PART TO _ 31 mark 31:mark _ 31 get get VERB VB VerbForm=Inf 28 xcomp 28:xcomp _ 32 in in ADV RB _ 31 advmod 31:advmod _ @@ -187603,23 +187710,23 @@ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 expl 5:expl _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 wise wise ADJ JJ Degree=Pos 0 root 0:root _ -6 to to ADP TO _ 5 csubj 5:csubj _ +6 to to PART TO _ 5 csubj 5:csubj Promoted=Yes 7 newly newly ADV RB _ 8 advmod 8:advmod _ -8 picked pick VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod _ +8 picked pick VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod _ 9 eggs egg NOUN NNS Number=Plur 6 obj 6:obj _ 10 in in ADP IN _ 13 case 13:case _ 11 fresh fresh ADJ JJ Degree=Pos 13 amod 13:amod _ 12 tap tap NOUN NN Number=Sing 13 compound 13:compound _ 13 water water NOUN NN Number=Sing 9 nmod 9:nmod:in _ 14 with with ADP IN _ 16 case 16:case _ -15 some some DET DT _ 16 det 16:det _ +15 some some DET DT PronType=Ind 16 det 16:det _ 16 chlorination chlorination NOUN NN Number=Sing 13 nmod 13:nmod:with _ 17 to to PART TO _ 18 mark 18:mark _ 18 kill kill VERB VB VerbForm=Inf 9 acl 9:acl:to _ 19 microscopic microscopic ADJ JJ Degree=Pos 20 amod 20:amod _ 20 critters critter NOUN NNS Number=Plur 18 obj 18:obj|22:nsubj _ 21 that that PRON WDT PronType=Rel 22 nsubj 20:ref _ -22 ride ride VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 acl:relcl 20:acl:relcl _ +22 ride ride VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 acl:relcl 20:acl:relcl _ 23 in in ADV RB _ 22 advmod 22:advmod _ 24 with with ADP IN _ 26 case 26:case _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ @@ -187634,7 +187741,7 @@ 4 eggs egg NOUN NNS Number=Plur 2 obj 2:obj _ 5 in in ADP IN _ 6 case 6:case _ 6 water water NOUN NN Number=Sing 2 obl 2:obl:in _ -7 treated treat VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 treated treat VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 couple couple NOUN NN Number=Sing 12 obl:npmod 12:obl:npmod _ 10 of of ADP IN _ 11 case 11:case _ @@ -187645,7 +187752,7 @@ 15 water water NOUN NN Number=Sing 16 compound 16:compound _ 16 treatment treatment NOUN NN Number=Sing 7 obl 7:obl:with _ 17 and and CCONJ CC _ 18 cc 18:cc _ -18 left leave VERB VBN Tense=Past|VerbForm=Part 7 conj 6:acl|7:conj:and _ +18 left leave VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 conj 6:acl|7:conj:and _ 19 open open ADJ JJ Degree=Pos 18 xcomp 18:xcomp _ 20 to to PART TO _ 22 mark 22:mark _ 21 " " PUNCT `` _ 22 punct 22:punct SpaceAfter=No @@ -187657,7 +187764,7 @@ # text = If you get eggs in the mail in a medicine vial, that is fine. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:if _ +3 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:if _ 4 eggs egg NOUN NNS Number=Plur 3 obj 3:obj _ 5 in in ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -187666,7 +187773,7 @@ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 medicine medicine NOUN NN Number=Sing 11 compound 11:compound _ 11 vial vial NOUN NN Number=Sing 3 obl 3:obl:in SpaceAfter=No -12 , , PUNCT , _ 15 punct 15:punct _ +12 , , PUNCT , _ 3 punct 3:punct _ 13 that that PRON DT Number=Sing|PronType=Dem 15 nsubj 15:nsubj _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 15 fine fine ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No @@ -187678,10 +187785,10 @@ 2 get get VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 eggs egg NOUN NNS Number=Plur 2 obj 2:obj|5:nsubj:xsubj|8:nsubj:xsubj|18:nsubj:xsubj _ -5 out out ADP RB _ 2 xcomp 2:xcomp SpaceAfter=No +5 out out ADV RB _ 2 advmod 2:advmod SpaceAfter=No 6 , , PUNCT , _ 8 punct 8:punct _ 7 maybe maybe ADV RB _ 8 advmod 8:advmod _ -8 rinsed rinse VERB VBN Tense=Past|VerbForm=Part 5 conj 2:xcomp|5:conj:and _ +8 rinsed rinse VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 conj 2:xcomp|5:conj:and _ 9 in in ADP IN _ 12 case 12:case _ 10 fresh fresh ADJ JJ Degree=Pos 12 amod 12:amod _ 11 tap tap NOUN NN Number=Sing 12 compound 12:compound _ @@ -187715,7 +187822,7 @@ 3 number number NOUN NN Number=Sing 6 nsubj 6:nsubj|7:nsubj:xsubj _ 4 of of ADP IN _ 5 case 5:case _ 5 people people NOUN NNS Number=Plur 3 nmod 3:nmod:of _ -6 began begin VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 advcl 24:advcl:after _ +6 began begin VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 advcl 24:advcl:after _ 7 complaining complain VERB VBG VerbForm=Ger 6 xcomp 6:xcomp _ 8 about about ADP IN _ 11 case 11:case _ 9 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No @@ -187725,41 +187832,41 @@ 13 among among ADP IN _ 15 case 15:case _ 14 incubating incubate VERB VBG VerbForm=Ger 15 amod 15:amod _ 15 eggs egg NOUN NNS Number=Plur 7 obl 7:obl:among SpaceAfter=No -16 , , PUNCT , _ 24 punct 24:punct _ -17 some some DET DT _ 24 nsubj 24:nsubj|25:nsubj:xsubj _ +16 , , PUNCT , _ 6 punct 6:punct _ +17 some some DET DT PronType=Ind 24 nsubj 24:nsubj|25:nsubj:xsubj _ 18 of of ADP IN _ 23 case 23:case _ 19 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -20 more more ADV RBR _ 21 advmod 21:advmod _ +20 more more ADV RBR Degree=Cmp 21 advmod 21:advmod _ 21 advanced advanced ADJ JJ Degree=Pos 23 amod 23:amod _ 22 killie killie NOUN NN Number=Sing 23 compound 23:compound _ 23 people people NOUN NNS Number=Plur 17 nmod 17:nmod:of _ -24 began begin VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +24 began begin VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 25 suggesting suggest VERB VBG VerbForm=Ger 24 xcomp 24:xcomp _ 26 that that SCONJ IN _ 37 mark 37:mark _ 27 after after ADP IN _ 31 case 31:case _ -28 7 7 NUM CD NumType=Card 31 nummod 31:nummod SpaceAfter=No +28 7 7 NUM CD NumForm=Digit|NumType=Card 31 nummod 31:nummod SpaceAfter=No 29 - - SYM SYM _ 30 case 30:case SpaceAfter=No -30 8 8 NUM CD NumType=Card 28 nmod 28:nmod _ +30 8 8 NUM CD NumForm=Digit|NumType=Card 28 nmod 28:nmod _ 31 days day NOUN NNS Number=Plur 37 obl 37:obl:after _ 32 of of ADP IN _ 33 case 33:case _ 33 incubation incubation NOUN NN Number=Sing 31 nmod 31:nmod:of SpaceAfter=No -34 , , PUNCT , _ 37 punct 37:punct _ -35 one one PRON PRP _ 37 nsubj 37:nsubj _ +34 , , PUNCT , _ 31 punct 31:punct _ +35 one one PRON PRP Number=Sing|Person=3|PronType=Prs 37 nsubj 37:nsubj _ 36 should should AUX MD VerbForm=Fin 37 aux 37:aux _ 37 do do VERB VB VerbForm=Inf 25 ccomp 25:ccomp _ 38 a a DET DT Definite=Ind|PronType=Art 42 det 42:det _ -39 100 100 NUM CD NumType=Card 40 nummod 40:nummod SpaceAfter=No +39 100 100 NUM CD NumForm=Digit|NumType=Card 40 nummod 40:nummod SpaceAfter=No 40 % % SYM NN Number=Sing 42 nmod:npmod 42:nmod:npmod _ 41 water water NOUN NN Number=Sing 42 compound 42:compound _ 42 change change NOUN NN Number=Sing 37 obj 37:obj _ -43 - - PUNCT : _ 24 punct 24:punct _ +43 - - PUNCT : _ 51 punct 51:punct _ 44 as as SCONJ IN _ 47 mark 47:mark _ 45 the the DET DT Definite=Def|PronType=Art 46 det 46:det _ 46 eggs egg NOUN NNS Number=Plur 47 nsubj 47:nsubj _ -47 develop develop VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 51 advcl 51:advcl:as SpaceAfter=No -48 , , PUNCT , _ 51 punct 51:punct _ +47 develop develop VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 51 advcl 51:advcl:as SpaceAfter=No +48 , , PUNCT , _ 47 punct 47:punct _ 49 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 51 nsubj 51:nsubj _ -50 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 51 aux 51:aux _ +50 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 51 aux 51:aux _ 51 release release VERB VB VerbForm=Inf 24 parataxis 24:parataxis _ 52 waste waste NOUN NN Number=Sing 53 compound 53:compound _ 53 material material NOUN NN Number=Sing 51 obj 51:obj SpaceAfter=No @@ -187767,34 +187874,34 @@ # sent_id = answers-20111108105520AA73Axw_ans-0054 # text = Another problem is that sometimes bad eggs will fungus and the fungus will spread out and kill all the eggs. -1 Another another DET DT _ 2 det 2:det _ -2 problem problem NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Another another DET DT PronType=Ind 2 det 2:det _ +2 problem problem NOUN NN Number=Sing 9 nsubj:outer 9:nsubj:outer|14:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 4 that that SCONJ IN _ 9 mark 9:mark _ 5 sometimes sometimes ADV RB _ 9 advmod 9:advmod _ 6 bad bad ADJ JJ Degree=Pos 7 amod 7:amod _ 7 eggs egg NOUN NNS Number=Plur 9 nsubj 9:nsubj _ 8 will will AUX MD VerbForm=Fin 9 aux 9:aux _ -9 fungus fungus VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +9 fungus fungus VERB VB VerbForm=Inf 0 root 0:root _ 10 and and CCONJ CC _ 14 cc 14:cc _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 fungus fungus NOUN NN Number=Sing 14 nsubj 14:nsubj|17:nsubj _ 13 will will AUX MD VerbForm=Fin 14 aux 14:aux _ -14 spread spread VERB VB VerbForm=Inf 9 conj 3:ccomp|9:conj:and _ +14 spread spread VERB VB VerbForm=Inf 9 conj 0:root|9:conj:and _ 15 out out ADV RB _ 14 advmod 14:advmod _ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 kill kill VERB VB VerbForm=Inf 14 conj 14:conj:and _ -18 all all DET PDT _ 20 det:predet 20:det:predet _ +18 all all DET PDT PronType=Tot 20 det:predet 20:det:predet _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 eggs egg NOUN NNS Number=Plur 17 obj 17:obj SpaceAfter=No -21 . . PUNCT . _ 3 punct 3:punct _ +21 . . PUNCT . _ 9 punct 9:punct _ # sent_id = answers-20111108105520AA73Axw_ans-0055 # text = Some people put in a very dilute Acriflaven solution to slow down the fungus, so one can take white eggs out with a pipette or eyedropper. -1 Some some DET DT _ 2 det 2:det _ +1 Some some DET DT PronType=Ind 2 det 2:det _ 2 people people NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 put put VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 in in ADP RB _ 3 advmod 3:advmod _ +3 put put VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 in in ADV RB _ 3 advmod 3:advmod _ 5 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 6 very very ADV RB _ 7 advmod 7:advmod _ 7 dilute dilute ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -187805,9 +187912,9 @@ 12 down down ADP RP _ 11 compound:prt 11:compound:prt _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 fungus fungus NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No -15 , , PUNCT , _ 11 punct 11:punct _ +15 , , PUNCT , _ 19 punct 19:punct _ 16 so so SCONJ IN _ 19 mark 19:mark _ -17 one one PRON PRP _ 19 nsubj 19:nsubj _ +17 one one PRON PRP Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj _ 18 can can AUX MD VerbForm=Fin 19 aux 19:aux _ 19 take take VERB VB VerbForm=Inf 3 advcl 3:advcl:so _ 20 white white ADJ JJ Degree=Pos 21 amod 21:amod _ @@ -187839,9 +187946,9 @@ 3 egg egg NOUN NN Number=Sing 4 nsubj 4:nsubj|5:nsubj:xsubj _ 4 turns turn VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ 5 blue blue ADJ JJ Degree=Pos 4 xcomp 4:xcomp SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 4 punct 4:punct _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj|12:nsubj|13:nsubj:xsubj _ -8 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +8 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 9 died die VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 10 and and CCONJ CC _ 12 cc 12:cc _ 11 then then ADV RB PronType=Dem 12 advmod 12:advmod _ @@ -187851,7 +187958,7 @@ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 outer outer ADJ JJ Degree=Pos 17 amod 17:amod _ 17 membrane membrane NOUN NN Number=Sing 18 nsubj 18:nsubj _ -18 broke break VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 advcl 12:advcl:as _ +18 broke break VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 advcl 12:advcl:as _ 19 down down ADP RP _ 18 compound:prt 18:compound:prt SpaceAfter=No 20 . . PUNCT . _ 9 punct 9:punct _ @@ -187860,13 +187967,13 @@ 1 Get get VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 those that PRON DT Number=Plur|PronType=Dem 1 obj 1:obj _ 3 out out ADV RB _ 1 advmod 1:advmod _ -4 ASAP asap ADV RB _ 1 advmod 1:advmod _ +4 ASAP ASAP ADV RB _ 1 advmod 1:advmod _ 5 too too ADV RB _ 1 advmod 1:advmod SpaceAfter=No 6 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108105520AA73Axw_ans-0059 # text = Hope there is useful grist for the mill here. -1 Hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 there there PRON EX _ 3 expl 3:expl _ 3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp _ 4 useful useful ADJ JJ Degree=Pos 5 amod 5:amod _ @@ -187896,10 +188003,10 @@ 2 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 3 be be AUX VB VerbForm=Inf 4 aux 4:aux _ 4 taking take VERB VBG VerbForm=Ger 0 root 0:root _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ -6 3 3 NUM CD NumType=Card 9 nummod 9:nummod _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +6 3 3 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 4 4 NUM CD NumType=Card 6 conj 6:conj:and|9:nummod _ +8 4 4 NUM CD NumForm=Digit|NumType=Card 6 conj 6:conj:and|9:nummod _ 9 yr year NOUN NN Abbr=Yes|Number=Sing 10 compound 10:compound _ 10 olds old NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ @@ -187909,7 +188016,7 @@ 1 What what PRON WP PronType=Int 0 root 0:root _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 best best ADJ JJS Degree=Sup 5 amod 5:amod _ +4 best good ADJ JJS Degree=Sup 5 amod 5:amod _ 5 time time NOUN NN Number=Sing 1 nsubj 1:nsubj _ 6 of of ADP IN _ 7 case 7:case _ 7 year year NOUN NN Number=Sing 5 nmod 5:nmod:of SpaceAfter=No @@ -187926,7 +188033,7 @@ # sent_id = answers-20111108065616AAKtL2c_ans-0005 # text = Any tips or advice to make this a great experience?? -1 Any any DET DT _ 2 det 2:det _ +1 Any any DET DT PronType=Ind 2 det 2:det _ 2 tips tip NOUN NNS Number=Plur 0 root 0:root _ 3 or or CCONJ CC _ 4 cc 4:cc _ 4 advice advice NOUN NN Number=Sing 2 conj 2:conj:or _ @@ -187956,22 +188063,22 @@ # text = Many families are set to plan a best holidaying. 1 Many many ADJ JJ Degree=Pos 2 amod 2:amod _ 2 families family NOUN NNS Number=Plur 4 nsubj 4:nsubj|6:nsubj:xsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 set set ADJ JJ Degree=Pos 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 plan plan VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -8 best best ADJ JJS Degree=Sup 9 amod 9:amod _ +8 best good ADJ JJS Degree=Sup 9 amod 9:amod _ 9 holidaying holidaying NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108065616AAKtL2c_ans-0009 # text = They look for fun filled, rejuvenating and memorable vacation. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 look look VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 for for ADP IN _ 10 case 10:case _ 4 fun fun NOUN NN Number=Sing 5 obl:npmod 5:obl:npmod _ -5 filled fill VERB VBN Tense=Past|VerbForm=Part 10 amod 10:amod SpaceAfter=No +5 filled fill VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 amod 10:amod SpaceAfter=No 6 , , PUNCT , _ 7 punct 7:punct _ 7 rejuvenating rejuvenating ADJ JJ Degree=Pos 5 conj 5:conj:and|10:amod _ 8 and and CCONJ CC _ 9 cc 9:cc _ @@ -187986,15 +188093,15 @@ 3 be be VERB VB VerbForm=Inf 0 root 0:root _ 4 many many ADJ JJ Degree=Pos 5 amod 5:amod _ 5 ideas idea NOUN NNS Number=Plur 3 nsubj 3:nsubj SpaceAfter=No -6 ; ; PUNCT , _ 3 punct 3:punct _ -7 one one PRON PRP _ 9 nsubj 9:nsubj _ +6 ; ; PUNCT , _ 9 punct 9:punct _ +7 one one PRON PRP Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 8 can can AUX MD VerbForm=Fin 9 aux 9:aux _ 9 see see VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ 10 numerous numerous ADJ JJ Degree=Pos 11 amod 11:amod _ 11 options option NOUN NNS Number=Plur 9 obj 9:obj _ 12 passing pass VERB VBG VerbForm=Ger 11 acl 11:acl _ 13 through through ADP IN _ 15 case 15:case _ -14 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 mind mind NOUN NN Number=Sing 12 obl 12:obl:through SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ @@ -188003,7 +188110,7 @@ 1 What what PRON WP PronType=Int 0 root 0:root _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 best best ADJ JJS Degree=Sup 5 amod 5:amod _ +4 best good ADJ JJS Degree=Sup 5 amod 5:amod _ 5 option option NOUN NN Number=Sing 1 nsubj 1:nsubj SpaceAfter=No 6 ? ? PUNCT . _ 1 punct 1:punct _ @@ -188012,7 +188119,7 @@ 1 Especially especially ADV RB _ 5 advmod 5:advmod _ 2 if if SCONJ IN _ 5 mark 5:mark _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 planning plan VERB VBG Tense=Pres|VerbForm=Part 20 advcl 20:advcl:if _ 6 to to PART TO _ 7 mark 7:mark _ 7 spend spend VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ @@ -188022,9 +188129,9 @@ 11 family family NOUN NN Number=Sing 7 obl 7:obl:with _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 kids kid NOUN NNS Number=Plur 11 conj 7:obl:with|11:conj:and SpaceAfter=No -14 , , PUNCT , _ 20 punct 20:punct _ -15 which which DET WDT PronType=Int 17 det 17:det _ -16 best best ADJ JJS Degree=Sup 17 amod 17:amod _ +14 , , PUNCT , _ 5 punct 5:punct _ +15 which which DET WDT PronType=Int 17 det 17:det ManuallyChecked=PronType +16 best good ADJ JJS Degree=Sup 17 amod 17:amod _ 17 suit suit NOUN NN Number=Sing 20 obj 20:obj _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj _ 19 can can AUX MD VerbForm=Fin 20 aux 20:aux _ @@ -188035,7 +188142,7 @@ # text = Disney cruises, is a simple answer to this. 1 Disney Disney PROPN NNP Number=Sing 2 compound 2:compound _ 2 cruises cruise NOUN NNS Number=Plur 7 nsubj 7:nsubj SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 simple simple ADJ JJ Degree=Pos 7 amod 7:amod _ @@ -188047,7 +188154,7 @@ # sent_id = answers-20111108065616AAKtL2c_ans-0014 # text = There are many reasons to say Disney cruise is the best bet for you to have a enjoyable holiday tour. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 many many ADJ JJ Degree=Pos 4 amod 4:amod _ 4 reasons reason NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 5 to to PART TO _ 6 mark 6:mark _ @@ -188056,10 +188163,10 @@ 8 cruise cruise NOUN NN Number=Sing 12 nsubj 12:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -11 best best ADJ JJS Degree=Sup 12 amod 12:amod _ +11 best good ADJ JJS Degree=Sup 12 amod 12:amod _ 12 bet bet NOUN NN Number=Sing 6 ccomp 6:ccomp _ -13 for for SCONJ IN _ 14 case 14:case _ -14 you you PRON PRP Case=Acc|Person=2|PronType=Prs 12 nmod 12:nmod:for _ +13 for for SCONJ IN _ 16 mark 16:mark _ +14 you you PRON PRP Case=Acc|Person=2|PronType=Prs 16 nsubj 16:nsubj _ 15 to to PART TO _ 16 mark 16:mark _ 16 have have VERB VB VerbForm=Inf 12 acl 12:acl:to _ 17 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ @@ -188071,11 +188178,11 @@ # sent_id = answers-20111108065616AAKtL2c_ans-0015 # text = From 1998 onwards, from its inception Disney cruise has attracted many and continue to attract more and more. 1 From from ADP IN _ 2 case 2:case _ -2 1998 1998 NUM CD NumType=Card 11 obl 11:obl:from _ +2 1998 1998 NUM CD NumForm=Digit|NumType=Card 11 obl 11:obl:from _ 3 onwards onwards ADV RB _ 2 advmod 2:advmod SpaceAfter=No -4 , , PUNCT , _ 11 punct 11:punct _ +4 , , PUNCT , _ 2 punct 2:punct _ 5 from from ADP IN _ 7 case 7:case _ -6 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 inception inception NOUN NN Number=Sing 11 obl 11:obl:from _ 8 Disney Disney PROPN NNP Number=Sing 9 compound 9:compound _ 9 cruise cruise NOUN NN Number=Sing 11 nsubj 11:nsubj|14:nsubj|16:nsubj:xsubj _ @@ -188083,7 +188190,7 @@ 11 attracted attract VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 12 many many ADJ JJ Degree=Pos 11 obj 11:obj _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 continue continue VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 conj 11:conj:and _ +14 continue continue VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 11 conj 11:conj:and CorrectForm=continues 15 to to PART TO _ 16 mark 16:mark _ 16 attract attract VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 17 more more ADJ JJR Degree=Cmp 16 obj 16:obj _ @@ -188098,7 +188205,7 @@ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 spectacular spectacular ADJ JJ Degree=Pos 5 amod 5:amod _ 5 ship ship NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 10 punct 10:punct _ 7 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 8 very very ADV RB _ 9 advmod 9:advmod _ 9 popular popular ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -188107,7 +188214,7 @@ 12 families family NOUN NNS Number=Plur 10 nmod 10:nmod:of _ 13 to to PART TO _ 14 mark 14:mark _ 14 spend spend VERB VB VerbForm=Inf 10 acl 10:acl:to _ -15 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 16 leisure leisure NOUN NN Number=Sing 17 compound 17:compound _ 17 time time NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No 18 . . PUNCT . _ 5 punct 5:punct _ @@ -188119,7 +188226,7 @@ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 designed design VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 thematically thematically ADV RB _ 4 advmod 4:advmod SpaceAfter=No -6 , , PUNCT , _ 4 punct 4:punct _ +6 , , PUNCT , _ 11 punct 11:punct _ 7 with with ADP IN _ 11 case 11:case _ 8 imposing imposing ADJ JJ Degree=Pos 11 amod 11:amod _ 9 animated animated ADJ JJ Degree=Pos 11 amod 11:amod _ @@ -188129,7 +188236,7 @@ # sent_id = answers-20111108065616AAKtL2c_ans-0018 # text = Do you feel that the holidaying with the animated cartoons will impress only young ones? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 feel feel VERB VB VerbForm=Inf 0 root 0:root _ 4 that that SCONJ IN _ 12 mark 12:mark _ @@ -188149,25 +188256,25 @@ # sent_id = answers-20111108065616AAKtL2c_ans-0019 # text = No, the luxurious facilities and fun filled activities in the Disney cruise are very attractive to people of all ages. 1 No no INTJ UH _ 16 discourse 16:discourse SpaceAfter=No -2 , , PUNCT , _ 16 punct 16:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 luxurious luxurious ADJ JJ Degree=Pos 5 amod 5:amod _ 5 facilities facility NOUN NNS Number=Plur 16 nsubj 16:nsubj _ 6 and and CCONJ CC _ 9 cc 9:cc _ 7 fun fun NOUN NN Number=Sing 8 compound 8:compound _ -8 filled fill VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod _ +8 filled fill VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod _ 9 activities activity NOUN NNS Number=Plur 5 conj 5:conj:and|16:nsubj _ 10 in in ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 Disney Disney PROPN NNP Number=Sing 13 compound 13:compound _ 13 cruise cruise NOUN NN Number=Sing 5 nmod 5:nmod:in _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 15 very very ADV RB _ 16 advmod 16:advmod _ 16 attractive attractive ADJ JJ Degree=Pos 0 root 0:root _ 17 to to ADP IN _ 18 case 18:case _ 18 people people NOUN NNS Number=Plur 16 obl 16:obl:to _ 19 of of ADP IN _ 21 case 21:case _ -20 all all DET DT _ 21 det 21:det _ +20 all all DET DT PronType=Tot 21 det 21:det _ 21 ages age NOUN NNS Number=Plur 18 nmod 18:nmod:of SpaceAfter=No 22 . . PUNCT . _ 16 punct 16:punct _ @@ -188177,7 +188284,7 @@ 2 be be AUX VB VerbForm=Inf 1 cop 1:cop _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 age age NOUN NN Number=Sing 1 nsubj 1:nsubj SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +5 , , PUNCT , _ 1 punct 1:punct _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ 7 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 8 have have VERB VB VerbForm=Inf 0 root 0:root _ @@ -188190,25 +188297,25 @@ 15 to to PART TO _ 16 mark 16:mark _ 16 forget forget VERB VB VerbForm=Inf 8 advcl 8:advcl:to _ 17 about about ADP IN _ 25 case 25:case _ -18 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +18 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 19 hectic hectic ADJ JJ Degree=Pos 25 amod 25:amod _ 20 day day NOUN NN Number=Sing 25 compound 25:compound SpaceAfter=No -21 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No +21 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No 22 to to ADP IN _ 24 case 24:case SpaceAfter=No -23 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No +23 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No 24 day day NOUN NN Number=Sing 20 nmod 20:nmod:to _ 25 activities activity NOUN NNS Number=Plur 16 obl 16:obl:about SpaceAfter=No 26 . . PUNCT . _ 8 punct 8:punct _ # sent_id = answers-20111108065616AAKtL2c_ans-0021 # text = Kids fun games and video shows are added to the other facilities. -1 Kids kid NOUN NNS Number=Plur 3 compound 3:compound _ +1 Kids kid NOUN NNS Number=Plur 3 nmod:poss 3:nmod:poss MissingWordsAfter=' 2 fun fun ADJ JJ Degree=Pos 3 amod 3:amod _ 3 games game NOUN NNS Number=Plur 8 nsubj:pass 8:nsubj:pass _ 4 and and CCONJ CC _ 6 cc 6:cc _ 5 video video NOUN NN Number=Sing 6 compound 6:compound _ 6 shows show NOUN NNS Number=Plur 3 conj 3:conj:and|8:nsubj:pass _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux:pass 8:aux:pass _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux:pass 8:aux:pass _ 8 added add VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 9 to to ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -188219,10 +188326,10 @@ # sent_id = answers-20111108065616AAKtL2c_ans-0022 # text = There are two ships, Disney magic and Disney wonder. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 two two NUM CD NumType=Card 4 nummod 4:nummod _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 two two NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 ships ship NOUN NNS Number=Plur 2 nsubj 2:nsubj SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 7 punct 7:punct _ 6 Disney Disney PROPN NNP Number=Sing 7 compound 7:compound _ 7 magic magic PROPN NNP Number=Sing 4 appos 4:appos _ 8 and and CCONJ CC _ 10 cc 10:cc _ @@ -188232,8 +188339,8 @@ # sent_id = answers-20111108065616AAKtL2c_ans-0023 # text = Both are made keeping in mind the comforts of the travelers. -1 Both both DET DT _ 3 nsubj:pass 3:nsubj:pass _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ +1 Both both DET DT PronType=Tot 3 nsubj:pass 3:nsubj:pass _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ 3 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 keeping keep VERB VBG VerbForm=Ger 3 advcl 3:advcl _ 5 in in ADP IN _ 6 case 6:case _ @@ -188249,9 +188356,9 @@ # text = Disney cruises offer 24-hour room services, and the crews are ready to serve you the way you like. 1 Disney Disney PROPN NNP Number=Sing 2 compound 2:compound _ 2 cruises cruise NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 offer offer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 24 24 NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +3 offer offer VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 24 24 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 6 hour hour NOUN NN Number=Sing 8 compound 8:compound _ 7 room room NOUN NN Number=Sing 8 compound 8:compound _ 8 services service NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No @@ -188259,15 +188366,15 @@ 10 and and CCONJ CC _ 14 cc 14:cc _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 crews crew NOUN NNS Number=Plur 14 nsubj 14:nsubj|16:nsubj:xsubj _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 14 ready ready ADJ JJ Degree=Pos 3 conj 3:conj:and _ 15 to to PART TO _ 16 mark 16:mark _ 16 serve serve VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ -17 you you PRON PRP Case=Acc|Person=2|PronType=Prs 16 iobj 16:iobj _ +17 you you PRON PRP Case=Acc|Person=2|PronType=Prs 16 obj 16:obj _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -19 way way NOUN NN Number=Sing 16 obj 16:obj _ +19 way way NOUN NN Number=Sing 16 obl:npmod 16:obl:npmod _ 20 you you PRON PRP Case=Nom|Person=2|PronType=Prs 21 nsubj 21:nsubj _ -21 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 acl:relcl 19:acl:relcl SpaceAfter=No +21 like like VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 19 acl:relcl 19:acl:relcl SpaceAfter=No 22 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108065616AAKtL2c_ans-0025 @@ -188278,8 +188385,8 @@ 4 very very ADV RB _ 5 advmod 5:advmod _ 5 spacious spacious ADJ JJ Degree=Pos 6 amod 6:amod _ 6 rooms room NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ -8 furnished furnish VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 , , PUNCT , _ 8 punct 8:punct _ +8 furnished furnish VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 9 completely completely ADV RB _ 8 advmod 8:advmod _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 neatly neatly ADV RB _ 9 conj 8:advmod|9:conj:and SpaceAfter=No @@ -188288,7 +188395,7 @@ # sent_id = answers-20111108065616AAKtL2c_ans-0026 # text = These are decorated uniquely and marvelously. 1 These this PRON DT Number=Plur|PronType=Dem 3 nsubj:pass 3:nsubj:pass _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ 3 decorated decorate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 uniquely uniquely ADV RB _ 3 advmod 3:advmod _ 5 and and CCONJ CC _ 6 cc 6:cc _ @@ -188303,9 +188410,9 @@ 4 variety variety NOUN NN Number=Sing 3 obj 3:obj _ 5 of of ADP IN _ 6 case 6:case _ 6 eatables eatables NOUN NNS Number=Plur 4 nmod 4:nmod:of SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 9 punct 9:punct _ 8 deliciously deliciously ADV RB _ 9 advmod 9:advmod _ -9 made make VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl SpaceAfter=No +9 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108065616AAKtL2c_ans-0028 @@ -188318,7 +188425,7 @@ 6 many many ADJ JJ Degree=Pos 8 amod 8:amod _ 7 nice nice ADJ JJ Degree=Pos 8 amod 8:amod _ 8 options option NOUN NNS Number=Plur 2 conj 2:conj:and|10:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 there there ADV RB PronType=Dem 0 root 0:root _ 11 in in ADP IN _ 13 case 13:case _ 12 different different ADJ JJ Degree=Pos 13 amod 13:amod _ @@ -188329,7 +188436,7 @@ # sent_id = answers-20111108065616AAKtL2c_ans-0029 # text = There are many good options of delicious food on the shores as well. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 many many ADJ JJ Degree=Pos 5 amod 5:amod _ 4 good good ADJ JJ Degree=Pos 5 amod 5:amod _ 5 options option NOUN NNS Number=Plur 2 nsubj 2:nsubj _ @@ -188346,13 +188453,13 @@ # sent_id = answers-20111108065616AAKtL2c_ans-0030 # text = There are special regions uniquely and imposingly designed for the children. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 special special ADJ JJ Degree=Pos 4 amod 4:amod _ 4 regions region NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 5 uniquely uniquely ADV RB _ 8 advmod 8:advmod _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 imposingly imposingly ADV RB _ 5 conj 5:conj:and|8:advmod _ -8 designed design VERB VBN Tense=Past|VerbForm=Part 4 acl 4:acl _ +8 designed design VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl 4:acl _ 9 for for ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 children child NOUN NNS Number=Plur 8 obl 8:obl:for SpaceAfter=No @@ -188368,7 +188475,7 @@ 6 enjoying enjoy VERB VBG VerbForm=Ger 3 advcl 3:advcl _ 7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 8 Disney Disney PROPN NNP Number=Sing 9 compound 9:compound _ -9 world world PROPN NNP Number=Sing 10 compound 10:compound _ +9 world World PROPN NNP Number=Sing 10 compound 10:compound _ 10 magic magic NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ @@ -188377,8 +188484,8 @@ 1 These this DET DT Number=Plur|PronType=Dem 3 det 3:det _ 2 theme theme NOUN NN Number=Sing 3 compound 3:compound _ 3 parks park NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 all all DET DT _ 6 det 6:det _ +4 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 all all DET DT PronType=Tot 6 det 6:det _ 6 types type NOUN NNS Number=Plur 4 obj 4:obj _ 7 of of ADP IN _ 8 case 8:case _ 8 facilities facility NOUN NNS Number=Plur 6 nmod 6:nmod:of SpaceAfter=No @@ -188434,7 +188541,7 @@ # sent_id = answers-20111108065616AAKtL2c_ans-0036 # text = There are other amnesties also. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 other other ADJ JJ Degree=Pos 4 amod 4:amod _ 4 amnesties amnesty NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 5 also also ADV RB _ 2 advmod 2:advmod SpaceAfter=No @@ -188443,7 +188550,7 @@ # sent_id = answers-20111108065616AAKtL2c_ans-0037 # text = These include space for dances and music, bar facility, gambling facilities for the elder, spaciously made open area aboard and many such nice facilities. 1 These this PRON DT Number=Plur|PronType=Dem 2 nsubj 2:nsubj _ -2 include include VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 include include VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 space space NOUN NN Number=Sing 2 obj 2:obj _ 4 for for ADP IN _ 5 case 5:case _ 5 dances dance NOUN NNS Number=Plur 3 nmod 3:nmod:for _ @@ -188460,7 +188567,7 @@ 16 elder elder ADJ JJ Degree=Pos 13 nmod 13:nmod:for SpaceAfter=No 17 , , PUNCT , _ 21 punct 21:punct _ 18 spaciously spaciously ADV RB _ 19 advmod 19:advmod _ -19 made make VERB VBN Tense=Past|VerbForm=Part 21 acl 21:acl _ +19 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 acl 21:acl _ 20 open open ADJ JJ Degree=Pos 21 amod 21:amod _ 21 area area NOUN NN Number=Sing 3 conj 2:obj|3:conj:and _ 22 aboard aboard ADV RB _ 21 advmod 21:advmod _ @@ -188474,10 +188581,10 @@ # sent_id = answers-20111108065616AAKtL2c_ans-0038 # text = Also one can keep their privacy in the cabins and make the time in seclusion. 1 Also also ADV RB _ 4 advmod 4:advmod _ -2 one one PRON PRP _ 4 nsubj 4:nsubj|11:nsubj _ +2 one one PRON PRP Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj|11:nsubj _ 3 can can AUX MD VerbForm=Fin 4 aux 4:aux _ 4 keep keep VERB VB VerbForm=Inf 0 root 0:root _ -5 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 privacy privacy NOUN NN Number=Sing 4 obj 4:obj _ 7 in in ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -188499,16 +188606,16 @@ 5 rejuvenate rejuvenate VERB VB VerbForm=Inf 2 conj 2:conj:and|11:advcl:to _ 6 Disney Disney PROPN NNP Number=Sing 7 compound 7:compound _ 7 cruise cruise NOUN NN Number=Sing 11 nsubj 11:nsubj _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 best best ADJ JJS Degree=Sup 11 amod 11:amod _ +10 best good ADJ JJS Degree=Sup 11 amod 11:amod _ 11 option option NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 12 . . PUNCT . _ 11 punct 11:punct _ # sent_id = answers-20111108065616AAKtL2c_ans-0040 # text = There are many online sites offering the booking facility with affordable rates. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 many many ADJ JJ Degree=Pos 5 amod 5:amod _ 4 online online ADJ JJ Degree=Pos 5 amod 5:amod _ 5 sites site NOUN NNS Number=Plur 2 nsubj 2:nsubj _ @@ -188536,7 +188643,7 @@ 11 consulting consult VERB VBG VerbForm=Ger 3 advcl 3:advcl:by _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 agents agent NOUN NNS Number=Plur 11 obj 11:obj _ -14 prior prior ADJ JJ Degree=Pos 17 case 17:case _ +14 prior prior ADJ JJ Degree=Pos|ExtPos=ADP 17 case 17:case _ 15 to to ADP IN _ 14 fixed 14:fixed _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 booking booking NOUN NN Number=Sing 11 obl 11:obl:prior_to SpaceAfter=No @@ -188549,13 +188656,13 @@ 2 season season NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 good good ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 15 punct 15:punct _ 6 however however ADV RB _ 15 advmod 15:advmod SpaceAfter=No -7 , , PUNCT , _ 15 punct 15:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 Disney Disney PROPN NNP Number=Sing 10 compound 10:compound _ 10 cruises cruise NOUN NNS Number=Plur 15 nsubj:pass 15:nsubj:pass _ -11 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux:pass 15:aux:pass _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 aux:pass 15:aux:pass _ 12 almost almost ADV RB _ 13 advmod 13:advmod _ 13 ALWAYS always ADV RB _ 15 advmod 15:advmod _ 14 completely completely ADV RB _ 15 advmod 15:advmod _ @@ -188568,13 +188675,13 @@ 2 would would AUX MD VerbForm=Fin 3 aux 3:aux _ 3 suggest suggest VERB VB VerbForm=Inf 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -5 warmer warmer ADJ JJR Degree=Cmp 6 amod 6:amod _ +5 warmer warm ADJ JJR Degree=Cmp 6 amod 6:amod _ 6 season season NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 7 , , PUNCT , _ 11 punct 11:punct _ -8 but but CCONJ CC _ 9 cc 9:cc _ -9 not not ADV RB _ 11 cc 11:cc _ +8 but but CCONJ CC _ 11 cc 11:cc _ +9 not not PART RB _ 11 advmod 11:advmod _ 10 Spring spring NOUN NN Number=Sing 11 compound 11:compound _ -11 Break break NOUN NN Number=Sing 6 conj 3:obj|6:conj:but_not _ +11 Break break NOUN NN Number=Sing 6 conj 3:obj|6:conj:but _ 12 or or CCONJ CC _ 14 cc 14:cc _ 13 early early ADJ JJ Degree=Pos 14 amod 14:amod _ 14 summer summer NOUN NN Number=Sing 11 conj 11:conj:or SpaceAfter=No @@ -188600,10 +188707,10 @@ # text = We REALLY enjoyed our balcony-- coffee in the mornings, drinks at night, standing outside when docking and leaving port-- however, it is quite a bit more expensive. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 REALLY really ADV RB _ 3 advmod 3:advmod _ -3 enjoyed enjoy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 enjoyed enjoy VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 balcony balcony NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -6 -- -- PUNCT , _ 3 punct 3:punct _ +6 -- -- PUNCT , _ 7 punct 7:punct _ 7 coffee coffee NOUN NN Number=Sing 3 parataxis 3:parataxis _ 8 in in ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -188615,29 +188722,29 @@ 15 , , PUNCT , _ 16 punct 16:punct _ 16 standing stand VERB VBG VerbForm=Ger 7 conj 7:conj _ 17 outside outside ADV RB _ 16 advmod 16:advmod _ -18 when when SCONJ WRB PronType=Int 19 mark 19:mark _ +18 when when ADV WRB PronType=Int 19 advmod 19:advmod _ 19 docking dock VERB VBG VerbForm=Ger 16 advcl 16:advcl:when _ 20 and and CCONJ CC _ 21 cc 21:cc _ 21 leaving leave VERB VBG VerbForm=Ger 19 conj 16:advcl:when|19:conj:and _ 22 port port NOUN NN Number=Sing 21 obj 21:obj SpaceAfter=No -23 -- -- PUNCT , _ 3 punct 3:punct _ +23 -- -- PUNCT , _ 7 punct 7:punct _ 24 however however ADV RB _ 32 advmod 32:advmod SpaceAfter=No -25 , , PUNCT , _ 32 punct 32:punct _ +25 , , PUNCT , _ 24 punct 24:punct _ 26 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 32 nsubj 32:nsubj _ 27 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 32 cop 32:cop _ -28 quite quite DET PDT _ 30 det:predet 30:det:predet _ +28 quite quite DET PDT PronType=Ind 30 det:predet 30:det:predet _ 29 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ 30 bit bit NOUN NN Number=Sing 31 obl:npmod 31:obl:npmod _ -31 more more ADV RBR _ 32 advmod 32:advmod _ +31 more more ADV RBR Degree=Cmp 32 advmod 32:advmod _ 32 expensive expensive ADJ JJ Degree=Pos 3 parataxis 3:parataxis SpaceAfter=No -33 . . PUNCT . _ 7 punct 7:punct _ +33 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108065616AAKtL2c_ans-0046 # text = With young ones, I would definitely get a window or view room so they can see outside. 1 With with ADP IN _ 3 case 3:case _ 2 young young ADJ JJ Degree=Pos 3 amod 3:amod _ 3 ones one NOUN NNS Number=Plur 8 obl 8:obl:with SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 6 would would AUX MD VerbForm=Fin 8 aux 8:aux _ 7 definitely definitely ADV RB _ 8 advmod 8:advmod _ @@ -188659,14 +188766,15 @@ 1 Check check VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 out out ADP RP _ 1 compound:prt 1:compound:prt _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 kids kid NOUN NNS Number=Plur 6 nmod:poss 6:nmod:poss SpaceAfter=No +4-5 kids' _ _ _ _ _ _ _ _ +4 kids kid NOUN NNS Number=Plur 6 nmod:poss 6:nmod:poss _ 5 ' 's PART POS _ 4 case 4:case _ 6 space space NOUN NN Number=Sing 1 obj 1:obj _ 7 as as ADV RB _ 8 advmod 8:advmod _ 8 soon soon ADV RB Degree=Pos 1 advmod 1:advmod _ 9 as as SCONJ IN _ 11 mark 11:mark _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -11 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:as _ +11 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:as _ 12 onboard onboard ADV RB _ 11 advmod 11:advmod SpaceAfter=No 13 . . PUNCT . _ 1 punct 1:punct _ @@ -188685,37 +188793,37 @@ # sent_id = answers-20111108065616AAKtL2c_ans-0049 # text = They have a BLAST so the sooner they get there, the sooner they can have fun. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 BLAST blast NOUN NN Number=Sing 2 obj 2:obj _ 5 so so ADV RB _ 16 advmod 16:advmod _ -6 the the DET DT Definite=Def|PronType=Art 7 mark 7:mark _ -7 sooner sooner ADV RBR Degree=Cmp 9 advmod 9:advmod _ +6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ +7 sooner soon ADV RBR Degree=Cmp 9 advmod 9:advmod _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl _ +9 get get VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl _ 10 there there ADV RB PronType=Dem 9 advmod 9:advmod SpaceAfter=No -11 , , PUNCT , _ 16 punct 16:punct _ -12 the the DET DT Definite=Def|PronType=Art 13 mark 13:mark _ -13 sooner sooner ADV RBR Degree=Cmp 16 advmod 16:advmod _ +11 , , PUNCT , _ 9 punct 9:punct _ +12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ +13 sooner soon ADV RBR Degree=Cmp 16 advmod 16:advmod _ 14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 15 can can AUX MD VerbForm=Fin 16 aux 16:aux _ -16 have have VERB VB VerbForm=Inf 2 advcl 2:advcl _ +16 have have VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ 17 fun fun NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108065616AAKtL2c_ans-0050 # text = We liked getting the late dinner seating, so you have more time to see movies and stuff but if your kids are 'early to bed' you may want the earlier seating for dinners. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|3:nsubj:xsubj _ -2 liked like VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 liked like VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 getting get VERB VBG VerbForm=Ger 2 xcomp 2:xcomp _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 5 late late ADJ JJ Degree=Pos 7 amod 7:amod _ 6 dinner dinner NOUN NN Number=Sing 7 compound 7:compound _ 7 seating seating NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -8 , , PUNCT , _ 3 punct 3:punct _ +8 , , PUNCT , _ 11 punct 11:punct _ 9 so so SCONJ IN _ 11 mark 11:mark _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -11 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:so _ +11 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:so _ 12 more more ADJ JJR Degree=Cmp 13 amod 13:amod _ 13 time time NOUN NN Number=Sing 11 obj 11:obj _ 14 to to PART TO _ 15 mark 15:mark _ @@ -188725,11 +188833,11 @@ 18 stuff stuff NOUN NN Number=Sing 16 conj 15:obj|16:conj:and _ 19 but but CCONJ CC _ 31 cc 31:cc _ 20 if if SCONJ IN _ 25 mark 25:mark _ -21 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 kids kid NOUN NNS Number=Plur 25 nsubj 25:nsubj _ -23 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ +23 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ 24 ' ' PUNCT `` _ 25 punct 25:punct SpaceAfter=No -25 early early ADV RB Degree=Pos 31 advcl 31:advcl:if _ +25 early early ADJ JJ Degree=Pos 31 advcl 31:advcl:if _ 26 to to ADP IN _ 27 case 27:case _ 27 bed bed NOUN NN Number=Sing 25 obl 25:obl:to SpaceAfter=No 28 ' ' PUNCT '' _ 25 punct 25:punct _ @@ -188737,7 +188845,7 @@ 30 may may AUX MD VerbForm=Fin 31 aux 31:aux _ 31 want want VERB VB VerbForm=Inf 2 conj 2:conj:but _ 32 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ -33 earlier earlier ADJ JJR Degree=Cmp 34 amod 34:amod _ +33 earlier early ADJ JJR Degree=Cmp 34 amod 34:amod _ 34 seating seating NOUN NN Number=Sing 31 obj 31:obj _ 35 for for ADP IN _ 36 case 36:case _ 36 dinners dinner NOUN NNS Number=Plur 34 nmod 34:nmod:for SpaceAfter=No @@ -188746,7 +188854,7 @@ # sent_id = answers-20111108065616AAKtL2c_ans-0051 # text = Bring some sort of magnet or small magnetic whiteboard for your door. 1 Bring bring VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 some some DET DT _ 3 det 3:det _ +2 some some DET DT PronType=Ind 3 det 3:det _ 3 sort sort NOUN NN Number=Sing 1 obj 1:obj _ 4 of of ADP IN _ 5 case 5:case _ 5 magnet magnet NOUN NN Number=Sing 3 nmod 3:nmod:of _ @@ -188755,37 +188863,37 @@ 8 magnetic magnetic ADJ JJ Degree=Pos 9 amod 9:amod _ 9 whiteboard whiteboard NOUN NN Number=Sing 3 conj 1:obj|3:conj:or _ 10 for for ADP IN _ 12 case 12:case _ -11 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 door door NOUN NN Number=Sing 3 nmod 3:nmod:for SpaceAfter=No 13 . . PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108065616AAKtL2c_ans-0052 # text = All of the doors tend to look alike and having 'something' on your door helps you and your kids find your room easier. -1 All all DET DT _ 5 nsubj 5:nsubj|7:nsubj:xsubj|8:nsubj:xsubj _ +1 All all DET DT PronType=Tot 5 nsubj 5:nsubj|7:nsubj:xsubj|8:nsubj:xsubj _ 2 of of ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 doors door NOUN NNS Number=Plur 1 nmod 1:nmod:of _ -5 tend tend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 tend tend VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 look look VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 alike alike ADJ JJ Degree=Pos 7 xcomp 7:xcomp _ 9 and and CCONJ CC _ 17 cc 17:cc _ 10 having have VERB VBG VerbForm=Ger 17 csubj 17:csubj _ 11 ' ' PUNCT `` _ 12 punct 12:punct SpaceAfter=No -12 something something PRON NN Number=Sing 10 obj 10:obj SpaceAfter=No +12 something something PRON NN Number=Sing|PronType=Ind 10 obj 10:obj SpaceAfter=No 13 ' ' PUNCT '' _ 12 punct 12:punct _ 14 on on ADP IN _ 16 case 16:case _ -15 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 door door NOUN NN Number=Sing 12 nmod 12:nmod:on _ 17 helps help VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 18 you you PRON PRP Case=Acc|Person=2|PronType=Prs 17 obj 17:obj|22:nsubj:xsubj _ 19 and and CCONJ CC _ 21 cc 21:cc _ -20 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 kids kid NOUN NNS Number=Plur 18 conj 17:obj|18:conj:and|22:nsubj:xsubj _ 22 find find VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ -23 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +23 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 room room NOUN NN Number=Sing 22 obj 22:obj _ -25 easier easier ADV RBR Degree=Cmp 22 advmod 22:advmod SpaceAfter=No +25 easier easy ADV RBR Degree=Cmp 22 advmod 22:advmod SpaceAfter=No 26 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108065616AAKtL2c_ans-0053 @@ -188799,7 +188907,7 @@ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 rest rest NOUN NN Number=Sing 4 obl 4:obl:for _ 9 of of ADP IN _ 11 case 11:case _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 family family NOUN NN Number=Sing 8 nmod 8:nmod:of _ 12 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No 13 husband husband NOUN NN Number=Sing 8 appos 8:appos SpaceAfter=No @@ -188807,10 +188915,10 @@ 15 about about SCONJ IN _ 16 mark 16:mark _ 16 where where ADV WRB PronType=Int 4 advcl 4:advcl:about _ 17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -18 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +18 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 19 at at ADP IN _ 22 case 22:case _ -20 any any DET DT _ 22 det 22:det _ -21 given give VERB VBN Tense=Past|VerbForm=Part 22 amod 22:amod _ +20 any any DET DT PronType=Ind 22 det 22:det _ +21 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 amod 22:amod _ 22 point point NOUN NN Number=Sing 16 obl 16:obl:at SpaceAfter=No 23 . . PUNCT . _ 4 punct 4:punct _ @@ -188818,26 +188926,26 @@ # text = Cell phones do NOT work on board but they give you a 'walkie-talkie' kind of phone in your room that WILL work onboard. 1 Cell cell NOUN NN Number=Sing 2 compound 2:compound _ 2 phones phone NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 NOT not PART RB _ 5 advmod 5:advmod _ 5 work work VERB VB VerbForm=Inf 0 root 0:root _ 6 on on ADP IN _ 7 case 7:case _ 7 board board NOUN NN Number=Sing 5 obl 5:obl:on _ 8 but but CCONJ CC _ 10 cc 10:cc _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 give give VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ +10 give give VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ 11 you you PRON PRP Case=Acc|Person=2|PronType=Prs 10 iobj 10:iobj _ 12 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 13 ' ' PUNCT `` _ 16 punct 16:punct SpaceAfter=No 14 walkie walkie NOUN NN Number=Sing 16 compound 16:compound SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 talkie talkie NOUN NN Number=Sing 18 compound 18:compound SpaceAfter=No 17 ' ' PUNCT '' _ 16 punct 16:punct _ 18 kind kind NOUN NN Number=Sing 10 obj 10:obj|26:nsubj _ 19 of of ADP IN _ 20 case 20:case _ 20 phone phone NOUN NN Number=Sing 18 nmod 18:nmod:of _ 21 in in ADP IN _ 23 case 23:case _ -22 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 room room NOUN NN Number=Sing 18 nmod 18:nmod:in _ 24 that that PRON WDT PronType=Rel 26 nsubj 18:ref _ 25 WILL will AUX MD VerbForm=Fin 26 aux 26:aux _ @@ -188847,7 +188955,7 @@ # sent_id = answers-20111108065616AAKtL2c_ans-0055 # text = Each evening you will get a 'magazine' called The Navigator which lists all of the activities for the next day. -1 Each each DET DT _ 2 det 2:det _ +1 Each each DET DT PronType=Tot 2 det 2:det _ 2 evening evening NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 4 will will AUX MD VerbForm=Fin 5 aux 5:aux _ @@ -188856,12 +188964,12 @@ 7 ' ' PUNCT `` _ 8 punct 8:punct SpaceAfter=No 8 magazine magazine NOUN NN Number=Sing 5 obj 5:obj|14:nsubj SpaceAfter=No 9 ' ' PUNCT '' _ 8 punct 8:punct _ -10 called call VERB VBN Tense=Past|VerbForm=Part 8 acl 8:acl _ +10 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 acl 8:acl _ 11 The the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 Navigator Navigator PROPN NNP Number=Sing 10 xcomp 10:xcomp _ 13 which which PRON WDT PronType=Rel 14 nsubj 8:ref _ 14 lists list VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ -15 all all DET DT _ 14 obj 14:obj _ +15 all all DET DT PronType=Tot 14 obj 14:obj _ 16 of of ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 activities activity NOUN NNS Number=Plur 15 nmod 15:nmod:of _ @@ -188875,27 +188983,27 @@ # text = We always took ours to dinner and discussed what things we felt we 'had' to do and which ones we felt like skipping in lieu of just chilling. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|8:nsubj _ 2 always always ADV RB _ 3 advmod 3:advmod _ -3 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 ours ours PRON PRP _ 3 obj 3:obj _ +3 took take VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 ours our PRON PRP Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 obj 3:obj _ 5 to to ADP IN _ 6 case 6:case _ 6 dinner dinner NOUN NN Number=Sing 3 obl 3:obl:to _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 discussed discuss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ -9 what what DET WDT PronType=Int 10 det 10:det _ +8 discussed discuss VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +9 what what DET WDT PronType=Int 10 det 10:det ManuallyChecked=PronType 10 things thing NOUN NNS Number=Plur 18 obj 18:obj _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 ccomp 8:ccomp _ +12 felt feel VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 8 ccomp 8:ccomp _ 13 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 15 nsubj 15:nsubj|18:nsubj:xsubj _ 14 ' ' PUNCT `` _ 15 punct 15:punct SpaceAfter=No -15 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 ccomp 12:ccomp SpaceAfter=No +15 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 12 ccomp 12:ccomp SpaceAfter=No 16 ' ' PUNCT '' _ 15 punct 15:punct _ 17 to to PART TO _ 18 mark 18:mark _ 18 do do VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ 19 and and CCONJ CC _ 23 cc 23:cc _ -20 which which DET WDT PronType=Int 21 det 21:det _ -21 ones one VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 obj 25:obj _ +20 which which DET WDT PronType=Int 21 det 21:det ManuallyChecked=PronType +21 ones one NOUN NNS Number=Plur 25 obj 25:obj _ 22 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 23 nsubj 23:nsubj _ -23 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 conj 8:ccomp|12:conj:and _ +23 felt feel VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 12 conj 8:ccomp|12:conj:and _ 24 like like SCONJ IN _ 25 mark 25:mark _ 25 skipping skip VERB VBG VerbForm=Ger 23 advcl 23:advcl:like _ 26 in in ADP IN _ 27 case 27:case _ @@ -188908,7 +189016,7 @@ # sent_id = answers-20111108065616AAKtL2c_ans-0057 # newpar id = answers-20111108065616AAKtL2c_ans-p0005 # text = Any time would be great. -1 Any any DET DT _ 2 det 2:det _ +1 Any any DET DT PronType=Ind 2 det 2:det _ 2 time time NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 would would AUX MD VerbForm=Fin 5 aux 5:aux _ 4 be be AUX VB VerbForm=Inf 5 cop 5:cop _ @@ -188923,14 +189031,14 @@ 4 might might AUX MD VerbForm=Fin 7 aux 7:aux _ 5 actually actually ADV RB _ 7 advmod 7:advmod _ 6 be be AUX VB VerbForm=Inf 7 cop 7:cop _ -7 better better ADJ JJR Degree=Cmp 0 root 0:root _ +7 better good ADJ JJR Degree=Cmp 0 root 0:root _ 8 with with ADP IN _ 9 case 9:case _ 9 preschoolers preschooler NOUN NNS Number=Plur 7 obl 7:obl:with _ 10 as as SCONJ IN _ 14 mark 14:mark _ 11 prices price NOUN NNS Number=Plur 14 nsubj 14:nsubj _ 12 might might AUX MD VerbForm=Fin 14 aux 14:aux _ 13 be be AUX VB VerbForm=Inf 14 cop 14:cop _ -14 lower lower ADJ JJR Degree=Cmp 7 advcl 7:advcl:as _ +14 lower low ADJ JJR Degree=Cmp 7 advcl 7:advcl:as _ 15 in in ADP IN _ 18 case 18:case _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 17 off off ADJ JJ Degree=Pos 18 amod 18:amod _ @@ -188939,30 +189047,30 @@ # sent_id = answers-20111108065616AAKtL2c_ans-0059 # text = My wife and I, in our 60's at the time, originally planned a 3 generation trip but some family emergencies caused everyone else to cancel. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 wife wife NOUN NN Number=Sing 14 nsubj 14:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 conj 2:conj:and|14:nsubj SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ +5 , , PUNCT , _ 8 punct 8:punct _ 6 in in ADP IN _ 8 case 8:case _ -7 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ -8 60's 60' NOUN NNS Number=Plur 2 nmod 2:nmod:in _ +7 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +8 60's 60s NOUN NNS Number=Plur 2 nmod 2:nmod:in _ 9 at at ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 time time NOUN NN Number=Sing 8 nmod 8:nmod:at SpaceAfter=No -12 , , PUNCT , _ 14 punct 14:punct _ +12 , , PUNCT , _ 2 punct 2:punct _ 13 originally originally ADV RB _ 14 advmod 14:advmod _ -14 planned plan VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +14 planned plan VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 15 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ -16 3 3 NUM CD NumType=Card 17 nummod 17:nummod _ +16 3 3 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod _ 17 generation generation NOUN NN Number=Sing 18 compound 18:compound _ 18 trip trip NOUN NN Number=Sing 14 obj 14:obj _ 19 but but CCONJ CC _ 23 cc 23:cc _ -20 some some DET DT _ 22 det 22:det _ +20 some some DET DT PronType=Ind 22 det 22:det _ 21 family family NOUN NN Number=Sing 22 compound 22:compound _ 22 emergencies emergency NOUN NNS Number=Plur 23 nsubj 23:nsubj _ -23 caused cause VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 conj 14:conj:but _ -24 everyone everyone PRON NN Number=Sing 23 obj 23:obj|27:nsubj:xsubj _ +23 caused cause VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 14 conj 14:conj:but _ +24 everyone everyone PRON NN Number=Sing|PronType=Tot 23 iobj 23:iobj|27:nsubj:xsubj _ 25 else else ADJ JJ Degree=Pos 24 amod 24:amod _ 26 to to PART TO _ 27 mark 27:mark _ 27 cancel cancel VERB VB VerbForm=Inf 23 xcomp 23:xcomp SpaceAfter=No @@ -188971,7 +189079,7 @@ # sent_id = answers-20111108065616AAKtL2c_ans-0060 # text = We had a ball. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 ball ball NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No 5 . . PUNCT . _ 2 punct 2:punct _ @@ -188979,14 +189087,14 @@ # sent_id = answers-20111108065616AAKtL2c_ans-0061 # text = We had an inside cabin and it is what I would recommend. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 inside inside ADV RB _ 5 advmod 5:advmod _ 5 cabin cabin NOUN NN Number=Sing 2 obj 2:obj _ 6 and and CCONJ CC _ 9 cc 9:cc _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _|CheckUPOS=VERB -9 what what PRON WP PronType=Int 2 conj 2:conj:and _ +8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +9 what what PRON WP PronType=Rel 2 conj 2:conj:and|12:obj _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 11 would would AUX MD VerbForm=Fin 12 aux 12:aux _ 12 recommend recommend VERB VB VerbForm=Inf 9 acl:relcl 9:acl:relcl SpaceAfter=No @@ -188995,7 +189103,7 @@ # sent_id = answers-20111108065616AAKtL2c_ans-0062 # text = There are so many things to do that you will only use your room for sleeping and the extra cost of the balcony is wasted. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 so so ADV RB _ 4 advmod 4:advmod _ 4 many many ADJ JJ Degree=Pos 5 amod 5:amod _ 5 things thing NOUN NNS Number=Plur 2 nsubj 2:nsubj _ @@ -189005,8 +189113,8 @@ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ 10 will will AUX MD VerbForm=Fin 12 aux 12:aux _ 11 only only ADV RB _ 12 advmod 12:advmod _ -12 use use VERB VB VerbForm=Inf 3 advcl 3:advcl:that _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 use use VERB VB VerbForm=Inf 4 advcl 4:advcl:that _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 room room NOUN NN Number=Sing 12 obj 12:obj _ 15 for for ADP IN _ 16 case 16:case _ 16 sleeping sleeping NOUN NN Number=Sing 12 obl 12:obl:for _ @@ -189030,7 +189138,7 @@ 5 checked check VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 in in ADP RP _ 5 compound:prt 5:compound:prt _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 checked check VERB VBN Tense=Past|VerbForm=Part 5 conj 5:conj:and _ +8 checked check VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 conj 5:conj:and _ 9 out out ADP RP _ 8 compound:prt 8:compound:prt _ 10 in in ADP IN _ 13 case 13:case _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ @@ -189039,10 +189147,10 @@ 14 at at ADP IN _ 16 case 16:case _ 15 many many ADJ JJ Degree=Pos 16 amod 16:amod _ 16 activities activity NOUN NNS Number=Plur 8 obl 8:obl:at _ -17 so so ADV RB _ 20 ccomp 20:ccomp _ +17 so so ADV RB _ 20 advmod 20:advmod _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj _ 19 can can AUX MD VerbForm=Fin 20 aux 20:aux _ -20 have have VERB VB VerbForm=Inf 5 ccomp 5:ccomp|8:ccomp _ +20 have have VERB VB VerbForm=Inf 5 advcl 5:advcl _ 21 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 22 bit bit NOUN NN Number=Sing 20 obj 20:obj _ 23 of of ADP IN _ 25 case 25:case _ @@ -189078,7 +189186,7 @@ 4 splash splash NOUN NN Number=Sing 5 compound 5:compound _ 5 fountain fountain NOUN NN Number=Sing 2 nsubj 2:nsubj _ 6 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No -7 no no DET DT _ 9 det 9:det _ +7 no no DET DT PronType=Neg 9 det 9:det _ 8 standing stand VERB VBG VerbForm=Ger 9 amod 9:amod _ 9 water water NOUN NN Number=Sing 5 parataxis 5:parataxis SpaceAfter=No 10 ) ) PUNCT -RRB- _ 9 punct 9:punct _ @@ -189088,7 +189196,7 @@ 14 still still ADV RB _ 16 advmod 16:advmod _ 15 in in ADP IN _ 16 case 16:case _ 16 diapers diaper NOUN NNS Number=Plur 13 nmod 13:nmod:in SpaceAfter=No -17 ; ; PUNCT , _ 2 punct 2:punct _ +17 ; ; PUNCT , _ 18 punct 18:punct _ 18 Next next ADV RB _ 2 parataxis 2:parataxis _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 20 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ @@ -189097,15 +189205,15 @@ 23 for for ADP IN _ 24 case 24:case _ 24 those that PRON DT Number=Plur|PronType=Dem 22 nmod 22:nmod:for|28:nsubj:pass _ 25 who who PRON WP PronType=Rel 28 nsubj:pass 24:ref _ -26 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 aux:pass 28:aux:pass _ +26 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 28 aux:pass 28:aux:pass _ 27 potty potty NOUN NN Number=Sing 28 compound 28:compound _ 28 trained train VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 24 acl:relcl 24:acl:relcl SpaceAfter=No -29 ; ; PUNCT , _ 2 punct 2:punct _ +29 ; ; PUNCT , _ 33 punct 33:punct _ 30 Then then ADV RB PronType=Dem 33 advmod 33:advmod _ 31 a a DET DT Definite=Ind|PronType=Art 33 det 33:det _ 32 family family NOUN NN Number=Sing 33 compound 33:compound _ 33 pool pool NOUN NN Number=Sing 2 parataxis 2:parataxis SpaceAfter=No -34 ; ; PUNCT , _ 2 punct 2:punct _ +34 ; ; PUNCT , _ 37 punct 37:punct _ 35 Finally finally ADV RB _ 37 advmod 37:advmod _ 36 there there PRON EX _ 37 expl 37:expl _ 37 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ @@ -189113,12 +189221,12 @@ 39 pool pool NOUN NN Number=Sing 37 nsubj 37:nsubj _ 40 for for ADP IN _ 41 case 41:case _ 41 adults adult NOUN NNS Number=Plur 39 nmod 39:nmod:for _ -42 only only ADV JJ Degree=Pos 41 amod 41:amod _ +42 only only ADV RB _ 41 advmod 41:advmod _ 43 with with SCONJ IN _ 46 mark 46:mark _ -44 kids kid NOUN NNS Number=Plur 46 nsubj 46:nsubj _ -45 not not ADV RB _ 46 advmod 46:advmod _ -46 allowed allow VERB VBN Tense=Past|VerbForm=Part 37 advcl 37:advcl:with SpaceAfter=No -47 . . PUNCT . _ 33 punct 33:punct _ +44 kids kid NOUN NNS Number=Plur 46 nsubj:pass 46:nsubj:pass _ +45 not not PART RB _ 46 advmod 46:advmod _ +46 allowed allow VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 37 advcl 37:advcl:with SpaceAfter=No +47 . . PUNCT . _ 37 punct 37:punct _ # sent_id = answers-20111108065616AAKtL2c_ans-0066 # text = You will never be so spoiled in your life as you are on a Disney Cruise. @@ -189129,11 +189237,11 @@ 5 so so ADV RB _ 6 advmod 6:advmod _ 6 spoiled spoiled ADJ JJ Degree=Pos 0 root 0:root _ 7 in in ADP IN _ 9 case 9:case _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 life life NOUN NN Number=Sing 6 obl 6:obl:in _ 10 as as SCONJ IN _ 16 mark 16:mark _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +12 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 13 on on ADP IN _ 16 case 16:case _ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 15 Disney Disney PROPN NNP Number=Sing 16 compound 16:compound _ @@ -189144,13 +189252,13 @@ # text = If you stay with your dining schedule, every night is dinner and a show. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 stay stay VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ +3 stay stay VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ 4 with with ADP IN _ 7 case 7:case _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 dining dining NOUN NN Number=Sing 7 compound 7:compound _ 7 schedule schedule NOUN NN Number=Sing 3 obl 3:obl:with SpaceAfter=No -8 , , PUNCT , _ 12 punct 12:punct _ -9 every every DET DT _ 10 det 10:det _ +8 , , PUNCT , _ 3 punct 3:punct _ +9 every every DET DT PronType=Tot 10 det 10:det _ 10 night night NOUN NN Number=Sing 12 nsubj 12:nsubj|15:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 12 dinner dinner NOUN NN Number=Sing 0 root 0:root _ @@ -189180,15 +189288,15 @@ # sent_id = answers-20111108065616AAKtL2c_ans-0069 # text = Our waiter quickly grasped the fact that I like Ginger ale and rather spicy foods while my wife's taste ran to lemonade and less spicy fare. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 waiter waiter NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 quickly quickly ADV RB _ 4 advmod 4:advmod _ -4 grasped grasp VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 grasped grasp VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 fact fact NOUN NN Number=Sing 4 obj 4:obj _ 7 that that SCONJ IN _ 9 mark 9:mark _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 acl 6:acl:that _ +9 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 acl 6:acl:that _ 10 Ginger ginger NOUN NN Number=Sing 11 compound 11:compound _ 11 ale ale NOUN NN Number=Sing 9 obj 9:obj _ 12 and and CCONJ CC _ 15 cc 15:cc _ @@ -189196,12 +189304,12 @@ 14 spicy spicy ADJ JJ Degree=Pos 15 amod 15:amod _ 15 foods food NOUN NNS Number=Plur 11 conj 9:obj|11:conj:and _ 16 while while SCONJ IN _ 21 mark 21:mark _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18-19 wife's _ _ _ _ _ _ _ _ 18 wife wife NOUN NN Number=Sing 20 nmod:poss 20:nmod:poss _ 19 's 's PART POS _ 18 case 18:case _ 20 taste taste NOUN NN Number=Sing 21 nsubj 21:nsubj _ -21 ran run VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:while _ +21 ran run VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:while _ 22 to to ADP IN _ 23 case 23:case _ 23 lemonade lemonade NOUN NN Number=Sing 21 obl 21:obl:to _ 24 and and CCONJ CC _ 27 cc 27:cc _ @@ -189214,32 +189322,32 @@ # text = Since they knew our preferences, we almost always went along with their menu suggestions and were never sorry we did. 1 Since since SCONJ IN _ 3 mark 3:mark _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 knew know VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:since _ -4 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 knew know VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:since _ +4 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 preferences preference NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -6 , , PUNCT , _ 10 punct 10:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj|19:nsubj _ 8 almost almost ADV RB _ 9 advmod 9:advmod _ 9 always always ADV RB _ 10 advmod 10:advmod _ -10 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 went go VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 11 along along ADV RB _ 10 advmod 10:advmod _ 12 with with ADP IN _ 15 case 15:case _ -13 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 14 menu menu NOUN NN Number=Sing 15 compound 15:compound _ 15 suggestions suggestion NOUN NNS Number=Plur 10 obl 10:obl:with _ 16 and and CCONJ CC _ 19 cc 19:cc _ -17 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 cop 19:cop _ +17 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 19 cop 19:cop _ 18 never never ADV RB _ 19 advmod 19:advmod _ 19 sorry sorry ADJ JJ Degree=Pos 10 conj 10:conj:and _ 20 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 21 nsubj 21:nsubj _ -21 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 ccomp 19:ccomp SpaceAfter=No +21 did do AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 19 ccomp 19:ccomp SpaceAfter=No 22 . . PUNCT . _ 10 punct 10:punct _ # sent_id = answers-20111108065616AAKtL2c_ans-0071 # text = Obviously they had a full beverage list including alcohol for adults who wanted it. 1 Obviously obviously ADV RB _ 3 advmod 3:advmod _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 5 full full ADJ JJ Degree=Pos 7 amod 7:amod _ 6 beverage beverage NOUN NN Number=Sing 7 compound 7:compound _ @@ -189249,7 +189357,7 @@ 10 for for ADP IN _ 11 case 11:case _ 11 adults adult NOUN NNS Number=Plur 9 nmod 9:nmod:for|13:nsubj _ 12 who who PRON WP PronType=Rel 13 nsubj 11:ref _ -13 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +13 wanted want VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 14 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 obj 13:obj SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ @@ -189261,10 +189369,10 @@ 4 miss miss VERB VB VerbForm=Inf 10 advcl 10:advcl:if _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 meal meal NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +7 , , PUNCT , _ 4 punct 4:punct _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ 9 also also ADV RB _ 10 advmod 10:advmod _ -10 missed miss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 missed miss VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 0 root 0:root _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 great great ADJ JJ Degree=Pos 13 amod 13:amod _ 13 show show NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No @@ -189272,7 +189380,7 @@ # sent_id = answers-20111108065616AAKtL2c_ans-0073 # text = but food is always available and it is consistently good. -1 but but CCONJ CC _ 10 cc 10:cc _ +1 but but CCONJ CC _ 5 cc 5:cc _ 2 food food NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 always always ADV RB _ 5 advmod 5:advmod _ @@ -189287,13 +189395,13 @@ # sent_id = answers-20111108065616AAKtL2c_ans-0074 # text = I think I gained three pounds in my week long cruise. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 gained gain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ -5 three three NUM CD NumType=Card 6 nummod 6:nummod _ +4 gained gain VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +5 three three NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 6 pounds pound NOUN NNS Number=Plur 4 obj 4:obj _ 7 in in ADP IN _ 11 case 11:case _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 9 week week NOUN NN Number=Sing 10 obl:npmod 10:obl:npmod _ 10 long long ADJ JJ Degree=Pos 11 amod 11:amod _ 11 cruise cruise NOUN NN Number=Sing 4 obl 4:obl:in SpaceAfter=No @@ -189306,24 +189414,24 @@ 1 This this PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 about about ADP IN _ 5 case 5:case _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 farrier farrier NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 girls girl NOUN NNS Number=Plur 5 vocative 5:vocative SpaceAfter=No 8 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108091921AAaLK4e_ans-0002 # text = That's why I'm posting here! 1-2 That's _ _ _ _ _ _ _ _ -1 That that PRON DT Number=Sing|PronType=Dem 2 nsubj 2:nsubj _ -2 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 why why SCONJ WRB PronType=Int 6 mark 6:mark _ +1 That that PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ +2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +3 why why ADV WRB PronType=Rel 0 root 0:root|6:advmod _ 4-5 I'm _ _ _ _ _ _ _ _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -5 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ -6 posting post VERB VBG VerbForm=Ger 2 advcl 2:advcl _ +5 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +6 posting post VERB VBG VerbForm=Ger 3 advcl:relcl 3:advcl:relcl _ 7 here here ADV RB PronType=Dem 6 advmod 6:advmod SpaceAfter=No -8 ! ! PUNCT . _ 2 punct 2:punct _ +8 ! ! PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108091921AAaLK4e_ans-0003 # text = Help? @@ -189334,18 +189442,18 @@ # newpar id = answers-20111108091921AAaLK4e_ans-p0002 # text = I posted this in singles and dating too, so I've just copied and pasted. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 posted post VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 posted post VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 this this PRON DT Number=Sing|PronType=Dem 2 obj 2:obj _ 4 in in ADP IN _ 5 case 5:case _ -5 singles singles NOUN NNS Number=Plur 2 obl 2:obl:in _ +5 singles single NOUN NNS Number=Plur 2 obl 2:obl:in _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 dating dating NOUN NN Number=Sing 5 conj 2:obl:in|5:conj:and _ 8 too too ADV RB _ 2 advmod 2:advmod SpaceAfter=No -9 , , PUNCT , _ 2 punct 2:punct _ +9 , , PUNCT , _ 14 punct 14:punct _ 10 so so ADV RB _ 14 advmod 14:advmod _ 11-12 I've _ _ _ _ _ _ _ _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj|16:nsubj _ -12 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +12 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 just just ADV RB _ 14 advmod 14:advmod _ 14 copied copy VERB VBN Tense=Past|VerbForm=Part 2 parataxis 2:parataxis _ 15 and and CCONJ CC _ 16 cc 16:cc _ @@ -189355,7 +189463,7 @@ # sent_id = answers-20111108091921AAaLK4e_ans-0005 # text = Well, I'll try to make this short. 1 Well well INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 I'll _ _ _ _ _ _ _ _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ 4 'll will AUX MD VerbForm=Fin 5 aux 5:aux _ @@ -189369,7 +189477,7 @@ # sent_id = answers-20111108091921AAaLK4e_ans-0006 # text = I have known this guy for a long time, but we've never been good friends or anything. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 known know VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 guy guy NOUN NN Number=Sing 3 obj 3:obj _ @@ -189381,27 +189489,27 @@ 11 but but CCONJ CC _ 17 cc 17:cc _ 12-13 we've _ _ _ _ _ _ _ _ 12 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 17 nsubj 17:nsubj|19:nsubj _ -13 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +13 've have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 14 never never ADV RB _ 17 advmod 17:advmod _ 15 been be AUX VBN Tense=Past|VerbForm=Part 17 cop 17:cop _ 16 good good ADJ JJ Degree=Pos 17 amod 17:amod _ 17 friends friend NOUN NNS Number=Plur 3 conj 3:conj:but _ 18 or or CCONJ CC _ 19 cc 19:cc _ -19 anything anything PRON NN Number=Sing 17 conj 17:conj:or SpaceAfter=No +19 anything anything PRON NN Number=Sing|PronType=Ind 17 conj 17:conj:or SpaceAfter=No 20 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108091921AAaLK4e_ans-0007 # text = He is my farrier (shoes my horses feet) so I am technically a client if you want to view it that way. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 farrier farrier NOUN NN Number=Sing 0 root 0:root _ 5 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No 6 shoes shoe VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 appos 4:appos _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8-9 horses _ _ _ _ _ _ _ _ 8 horse horse NOUN NN Number=Sing 10 nmod:poss 10:nmod:poss _ -9 s 's PART POS _ 8 case 8:case _ +9 s 's PART POS Typo=Yes 8 case 8:case CorrectForm='s 10 feet foot NOUN NNS Number=Plur 6 obj 6:obj SpaceAfter=No 11 ) ) PUNCT -RRB- _ 6 punct 6:punct _ 12 so so ADV RB _ 17 advmod 17:advmod _ @@ -189412,7 +189520,7 @@ 17 client client NOUN NN Number=Sing 4 parataxis 4:parataxis _ 18 if if SCONJ IN _ 20 mark 20:mark _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj|22:nsubj:xsubj _ -20 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:if _ +20 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:if _ 21 to to PART TO _ 22 mark 22:mark _ 22 view view VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ 23 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 obj 22:obj _ @@ -189423,20 +189531,20 @@ # sent_id = answers-20111108091921AAaLK4e_ans-0008 # text = Well, almost two weeks ago he came out and did my horses feet and was SO flirty. 1 Well well INTJ UH _ 8 discourse 8:discourse SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 almost almost ADV RB _ 4 advmod 4:advmod _ -4 two two NUM CD NumType=Card 5 nummod 5:nummod _ +4 two two NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 5 weeks week NOUN NNS Number=Plur 6 obl:npmod 6:obl:npmod _ 6 ago ago ADV RB _ 8 advmod 8:advmod _ 7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj|11:nsubj|19:nsubj _ -8 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 out out ADV RB _ 8 advmod 8:advmod _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 conj 8:conj:and _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 conj 8:conj:and _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13-14 horses _ _ _ _ _ _ _ _ 13 horse horse NOUN NN Number=Sing 15 nmod:poss 15:nmod:poss _ -14 s 's PART POS _ 13 case 13:case _ +14 s 's PART POS Typo=Yes 13 case 13:case CorrectForm='s 15 feet foot NOUN NNS Number=Plur 11 obj 11:obj _ 16 and and CCONJ CC _ 19 cc 19:cc _ 17 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 cop 19:cop _ @@ -189450,21 +189558,21 @@ 2 always always ADV RB _ 3 advmod 3:advmod _ 3 hugs hug VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj 3:obj _ -5 when when SCONJ WRB PronType=Int 7 mark 7:mark _ +5 when when ADV WRB PronType=Int 7 advmod 7:advmod _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 7 comes come VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:when SpaceAfter=No 8 , , PUNCT , _ 11 punct 11:punct _ 9 but but CCONJ CC _ 11 cc 11:cc _ 10 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ +11 gave give VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ 12 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 11 iobj 11:iobj _ -13 at at ADV RB _ 14 case 14:case _ -14 least least ADV RBS Degree=Sup 15 nmod 15:nmod:at _ -15 5 5 NUM CD NumType=Card 22 nummod 22:nummod _ +13 at at ADP IN _ 14 case 14:case _ +14 least least ADJ JJS Degree=Sup 15 nmod 15:nmod:at _ +15 5 5 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod _ 16 tight tight ADJ JJ Degree=Pos 22 amod 22:amod SpaceAfter=No -17 , , PUNCT , _ 22 punct 22:punct _ +17 , , PUNCT , _ 16 punct 16:punct _ 18 long long ADJ JJ Degree=Pos 22 amod 22:amod SpaceAfter=No -19 , , PUNCT , _ 22 punct 22:punct _ +19 , , PUNCT , _ 18 punct 18:punct _ 20 back back NOUN NN Number=Sing 21 obl:npmod 21:obl:npmod _ 21 rubbing rub VERB VBG VerbForm=Ger 22 amod 22:amod _ 22 hugs hug NOUN NNS Number=Plur 11 obj 11:obj _ @@ -189477,12 +189585,12 @@ # sent_id = answers-20111108091921AAaLK4e_ans-0010 # text = We were also just talking about my horse's crappy feet and he mentioned. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 3 also also ADV RB _ 5 advmod 5:advmod _ 4 just just ADV RB _ 5 advmod 5:advmod _ 5 talking talk VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 6 about about ADP IN _ 11 case 11:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8-9 horse's _ _ _ _ _ _ _ _ 8 horse horse NOUN NN Number=Sing 11 nmod:poss 11:nmod:poss _ 9 's 's PART POS _ 8 case 8:case _ @@ -189490,19 +189598,19 @@ 11 feet foot NOUN NNS Number=Plur 5 obl 5:obl:about _ 12 and and CCONJ CC _ 14 cc 14:cc _ 13 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -14 mentioned mention VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and SpaceAfter=No +14 mentioned mention VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and SpaceAfter=No 15 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108091921AAaLK4e_ans-0011 # text = "Well, if you ever just want to see me I'll come out and look him over and then we can grab a coffee after." 1 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No 2 Well well INTJ UH _ 14 discourse 14:discourse SpaceAfter=No -3 , , PUNCT , _ 14 punct 14:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 if if SCONJ IN _ 8 mark 8:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ 6 ever ever ADV RB _ 8 advmod 8:advmod _ 7 just just ADV RB _ 8 advmod 8:advmod _ -8 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:if _ +8 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:if _ 9 to to PART TO _ 10 mark 10:mark _ 10 see see VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 10 obj 10:obj _ @@ -189557,24 +189665,25 @@ # sent_id = answers-20111108091921AAaLK4e_ans-0014 # text = Anyway, so he ended up leaving one nail out of my horses foot(I've never heard of a farrier doing this) and telling me to call him in a few days(first it was a week, then it was a few days lol) and he'd come back out and put it in. 1 Anyway anyway INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 so so ADV RB _ 5 advmod 5:advmod _ 4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -5 ended end VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 ended end VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 up up ADP RP _ 5 compound:prt 5:compound:prt _ -7 leaving leave VERB VBG VerbForm=Ger 5 ccomp 5:ccomp _ -8 one one NUM CD NumType=Card 9 nummod 9:nummod _ +7 leaving leave VERB VBG VerbForm=Ger 5 xcomp 5:xcomp _ +8 one one NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 9 nail nail NOUN NN Number=Sing 7 obj 7:obj _ 10 out out ADP IN _ 15 case 15:case _ 11 of of ADP IN _ 15 case 15:case _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13-14 horses _ _ _ _ _ _ _ _ 13 horse horse NOUN NN Number=Sing 15 nmod:poss 15:nmod:poss _ -14 s 's PART POS _ 13 case 13:case _ +14 s 's PART POS Typo=Yes 13 case 13:case CorrectForm='s 15 foot foot NOUN NN Number=Sing 7 obl 7:obl:of SpaceAfter=No 16 ( ( PUNCT -LRB- _ 20 punct 20:punct SpaceAfter=No -17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj SpaceAfter=No -18 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +17-18 I've _ _ _ _ _ _ _ _ +17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ +18 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 19 never never ADV RB _ 20 advmod 20:advmod _ 20 heard hear VERB VBN Tense=Past|VerbForm=Part 7 parataxis 7:parataxis _ 21 of of SCONJ IN _ 24 mark 24:mark _ @@ -189584,8 +189693,8 @@ 25 this this PRON DT Number=Sing|PronType=Dem 24 obj 24:obj SpaceAfter=No 26 ) ) PUNCT -RRB- _ 20 punct 20:punct _ 27 and and CCONJ CC _ 28 cc 28:cc _ -28 telling tell VERB VBG VerbForm=Ger 7 conj 5:ccomp|7:conj:and _ -29 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 28 iobj 28:iobj _ +28 telling tell VERB VBG VerbForm=Ger 7 conj 5:xcomp|7:conj:and _ +29 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 28 iobj 28:iobj|31:nsubj:xsubj _ 30 to to PART TO _ 31 mark 31:mark _ 31 call call VERB VB VerbForm=Inf 28 xcomp 28:xcomp _ 32 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 31 obj 31:obj _ @@ -189594,12 +189703,12 @@ 35 few few ADJ JJ Degree=Pos 36 amod 36:amod _ 36 days day NOUN NNS Number=Plur 31 obl 31:obl:in SpaceAfter=No 37 ( ( PUNCT -LRB- _ 42 punct 42:punct SpaceAfter=No -38 first first ADV RB _ 42 advmod 42:advmod _ +38 first first ADV RB NumForm=Word|NumType=Ord 42 advmod 42:advmod _ 39 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 42 nsubj 42:nsubj _ 40 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 42 cop 42:cop _ 41 a a DET DT Definite=Ind|PronType=Art 42 det 42:det _ 42 week week NOUN NN Number=Sing 36 parataxis 36:parataxis SpaceAfter=No -43 , , PUNCT , _ 42 punct 42:punct _ +43 , , PUNCT , _ 49 punct 49:punct _ 44 then then ADV RB PronType=Dem 49 advmod 49:advmod _ 45 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 49 nsubj 49:nsubj _ 46 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 49 cop 49:cop _ @@ -189623,27 +189732,27 @@ # sent_id = answers-20111108091921AAaLK4e_ans-0015 # text = He told me to remember to call like 3 times before he left. -1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|5:nsubj:xsubj|7:nsubj:xsubj _ -2 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 iobj 2:iobj _ +1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ +2 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 iobj 2:iobj|5:nsubj:xsubj|7:nsubj:xsubj _ 4 to to PART TO _ 5 mark 5:mark _ 5 remember remember VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 6 to to PART TO _ 7 mark 7:mark _ 7 call call VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 like like INTJ UH _ 7 discourse 7:discourse _ -9 3 3 NUM CD NumType=Card 10 nummod 10:nummod _ -10 times time NOUN NNS Number=Plur 7 advmod 7:advmod _ +9 3 3 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ +10 times time NOUN NNS Number=Plur 7 obl:tmod 7:obl:tmod _ 11 before before SCONJ IN _ 13 mark 13:mark _ 12 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:before SpaceAfter=No +13 left leave VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:before SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108091921AAaLK4e_ans-0016 # text = So, I waited a week to call because I was busy and I wanted to have him come out on a day when I am more available in case we were to hang out after ;) 1 So so ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 waited wait VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 waited wait VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 week week NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod _ 7 to to PART TO _ 8 mark 8:mark _ @@ -189654,7 +189763,7 @@ 12 busy busy ADJ JJ Degree=Pos 4 advcl 4:advcl:because _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj|17:nsubj:xsubj _ -15 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +15 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 16 to to PART TO _ 17 mark 17:mark _ 17 have have VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ 18 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 17 obj 17:obj|19:nsubj:xsubj _ @@ -189662,18 +189771,18 @@ 20 out out ADV RB _ 19 advmod 19:advmod _ 21 on on ADP IN _ 23 case 23:case _ 22 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ -23 day day NOUN NN Number=Sing 19 obl 19:obl:on _ -24 when when SCONJ WRB PronType=Rel 28 mark 28:mark _ +23 day day NOUN NN Number=Sing 19 obl 19:obl:on|28:obl:tmod _ +24 when when ADV WRB PronType=Rel 28 advmod 23:ref _ 25 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 28 nsubj 28:nsubj _ 26 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ -27 more more ADV RBR _ 28 advmod 28:advmod _ +27 more more ADV RBR Degree=Cmp 28 advmod 28:advmod _ 28 available available ADJ JJ Degree=Pos 23 acl:relcl 23:acl:relcl _ -29 in in ADP IN _ 32 mark 32:mark _ +29 in in ADP IN _ 34 mark 34:mark _ 30 case case NOUN NN Number=Sing 29 fixed 29:fixed _ -31 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 32 nsubj 32:nsubj|34:nsubj:xsubj _ -32 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 28 advcl 28:advcl:in_case _ +31 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 34 nsubj 34:nsubj _ +32 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 34 aux 34:aux _ 33 to to PART TO _ 34 mark 34:mark _ -34 hang hang VERB VB VerbForm=Inf 32 xcomp 32:xcomp _ +34 hang hang VERB VB VerbForm=Inf 28 advcl 28:advcl:in_case _ 35 out out ADP RP _ 34 compound:prt 34:compound:prt _ 36 after after ADV RB _ 34 advmod 34:advmod _ 37 ;) ;) SYM NFP _ 4 discourse 4:discourse _ @@ -189681,18 +189790,18 @@ # sent_id = answers-20111108091921AAaLK4e_ans-0017 # text = Anyway, so that was 2 days ago that I called and left a message, but he still hasn't called back yet. 1 Anyway anyway INTJ UH _ 8 discourse 8:discourse SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 so so ADV RB _ 8 advmod 8:advmod _ -4 that that PRON DT Number=Sing|PronType=Dem 8 nsubj 8:nsubj _ +4 that that PRON DT Number=Sing|PronType=Dem 8 expl 8:expl _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ -6 2 2 NUM CD NumType=Card 7 nummod 7:nummod _ +6 2 2 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 days day NOUN NNS Number=Plur 8 obl:npmod 8:obl:npmod _ 8 ago ago ADV RB _ 0 root 0:root _ -9 that that ADV WRB PronType=Dem 11 advmod 11:advmod _ +9 that that SCONJ IN _ 11 mark 11:mark _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj|13:nsubj _ -11 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 advcl 8:advcl _ +11 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 8 advcl:relcl 8:advcl:relcl _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 conj 8:advcl|11:conj:and _ +13 left leave VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 conj 8:advcl|11:conj:and _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 message message NOUN NN Number=Sing 13 obj 13:obj SpaceAfter=No 16 , , PUNCT , _ 22 punct 22:punct _ @@ -189711,29 +189820,29 @@ # text = I don't know if I should call him again tomorrow or not? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 know know VERB VB VerbForm=Inf 0 root 0:root _ 5 if if SCONJ IN _ 8 mark 8:mark _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|13:nsubj _ 7 should should AUX MD VerbForm=Fin 8 aux 8:aux _ -8 call call VERB VB VerbForm=Inf 4 advcl 4:advcl:if _ +8 call call VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ 9 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 obj 8:obj _ 10 again again ADV RB _ 8 advmod 8:advmod _ 11 tomorrow tomorrow NOUN NN Number=Sing 8 obl:tmod 8:obl:tmod _ 12 or or CCONJ CC _ 13 cc 13:cc _ -13 not not PART RB _ 8 conj 4:advcl:if|8:conj:or SpaceAfter=No +13 not not PART RB _ 8 conj 4:ccomp|8:conj:or SpaceAfter=No 14 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108091921AAaLK4e_ans-0019 # text = I know a lot of people say to wait until he calls you, but it's different because I'm a client and technically that's all I am at this point. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 lot lot NOUN NN Number=Sing 7 nsubj 7:nsubj|9:nsubj:xsubj _ 5 of of ADP IN _ 6 case 6:case _ 6 people people NOUN NNS Number=Plur 4 nmod 4:nmod:of _ -7 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +7 say say VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 8 to to PART TO _ 9 mark 9:mark _ 9 wait wait VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 until until SCONJ IN _ 12 mark 12:mark _ @@ -189749,7 +189858,7 @@ 19 because because SCONJ IN _ 23 mark 23:mark _ 20-21 I'm _ _ _ _ _ _ _ _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ -21 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ +21 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ 22 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 23 client client NOUN NN Number=Sing 18 advcl 18:advcl:because _ 24 and and CCONJ CC _ 28 cc 28:cc _ @@ -189757,7 +189866,7 @@ 26-27 that's _ _ _ _ _ _ _ _ 26 that that PRON DT Number=Sing|PronType=Dem 28 nsubj 28:nsubj _ 27 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ -28 all all DET DT _ 23 conj 18:advcl:because|23:conj:and _ +28 all all DET DT PronType=Tot 23 conj 18:advcl:because|23:conj:and _ 29 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 33 nsubj 33:nsubj _ 30 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 33 cop 33:cop _ 31 at at ADP IN _ 33 case 33:case _ @@ -189772,11 +189881,11 @@ 3 other other ADJ JJ Degree=Pos 4 amod 4:amod _ 4 hand hand NOUN NN Number=Sing 16 obl 16:obl:on _ 5 though though ADV RB _ 16 advmod 16:advmod SpaceAfter=No -6 , , PUNCT , _ 16 punct 16:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 if if SCONJ IN _ 11 mark 11:mark _ 8-9 I'm _ _ _ _ _ _ _ _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -9 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +9 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 client client NOUN NN Number=Sing 16 advcl 16:advcl:if _ 12 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ @@ -189790,7 +189899,7 @@ 20 because because SCONJ IN _ 24 mark 24:mark _ 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 24 nsubj 24:nsubj _ 22-23 don't _ _ _ _ _ _ _ _ -22 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ +22 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ 23 n't not PART RB _ 24 advmod 24:advmod _ 24 leave leave VERB VB VerbForm=Inf 16 advcl 16:advcl:because _ 25 a a DET DT Definite=Ind|PronType=Art 26 det 26:det _ @@ -189802,26 +189911,26 @@ # text = He didn't have my number either because this was the first time I've called HIM instead of his dad. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2-3 didn't _ _ _ _ _ _ _ _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 have have VERB VB VerbForm=Inf 0 root 0:root _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 number number NOUN NN Number=Sing 4 obj 4:obj _ 7 either either ADV RB _ 4 advmod 4:advmod _ 8 because because SCONJ IN _ 13 mark 13:mark _ 9 this this PRON DT Number=Sing|PronType=Dem 13 nsubj 13:nsubj _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 first first ADJ JJ Degree=Pos|NumType=Ord 13 amod 13:amod _ +12 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 13 amod 13:amod _ 13 time time NOUN NN Number=Sing 4 advcl 4:advcl:because _ 14-15 I've _ _ _ _ _ _ _ _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -15 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +15 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 16 called call VERB VBN Tense=Past|VerbForm=Part 13 acl:relcl 13:acl:relcl _ 17 HIM he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 16 obj 16:obj _ 18 instead instead ADV RB _ 21 case 21:case _ 19 of of ADP IN _ 18 fixed 18:fixed _ -20 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 dad dad NOUN NN Number=Sing 16 obl 16:obl:instead_of SpaceAfter=No 22 . . PUNCT . _ 4 punct 4:punct _ @@ -189840,34 +189949,34 @@ # sent_id = answers-20111108091921AAaLK4e_ans-0023 # text = Anyway, I would appreciate ANY insight on this at all. 1 Anyway anyway INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 would would AUX MD VerbForm=Fin 5 aux 5:aux _ 5 appreciate appreciate VERB VB VerbForm=Inf 0 root 0:root _ -6 ANY any DET DT _ 7 det 7:det _ +6 ANY any DET DT PronType=Ind 7 det 7:det _ 7 insight insight NOUN NN Number=Sing 5 obj 5:obj _ 8 on on ADP IN _ 9 case 9:case _ 9 this this PRON DT Number=Sing|PronType=Dem 7 nmod 7:nmod:on _ -10 at at ADV RB _ 11 case 11:case _ -11 all all ADV RB _ 7 nmod 7:nmod:at SpaceAfter=No +10 at at ADP IN _ 11 case 11:case _ +11 all all DET DT PronType=Tot 7 nmod 7:nmod:at SpaceAfter=No 12 . . PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108091921AAaLK4e_ans-0024 # text = Thank you for reading if you did! :) -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 for for ADP IN _ 4 case 4:case _ 4 reading reading NOUN NN Number=Sing 1 obl 1:obl:for _ 5 if if SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 advcl 1:advcl:if SpaceAfter=No +7 did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 1 advcl 1:advcl:if SpaceAfter=No 8 ! ! PUNCT . _ 1 punct 1:punct _ 9 :) :) SYM NFP _ 1 discourse 1:discourse _ # sent_id = answers-20111108091921AAaLK4e_ans-0025 # text = Ok, well as far as him being a bad farrier for leaving a nail out - That is not the case, they are extremely well known farriers in the area. 1 Ok ok INTJ UH _ 22 discourse 22:discourse SpaceAfter=No -2 , , PUNCT , _ 22 punct 22:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 well well INTJ UH _ 22 discourse 22:discourse _ 4 as as ADV RB _ 5 advmod 5:advmod _ 5 far far ADV RB Degree=Pos 22 advmod 22:advmod _ @@ -189882,18 +189991,18 @@ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 nail nail NOUN NN Number=Sing 13 obj 13:obj _ 16 out out ADV RB _ 13 advmod 13:advmod _ -17 - - PUNCT , _ 22 punct 22:punct _ +17 - - PUNCT , _ 5 punct 5:punct _ 18 That that PRON DT Number=Sing|PronType=Dem 22 nsubj 22:nsubj _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 20 not not PART RB _ 22 advmod 22:advmod _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 case case NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -23 , , PUNCT , _ 22 punct 22:punct _ +23 , , PUNCT , _ 29 punct 29:punct _ 24 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 29 nsubj 29:nsubj _ -25 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 29 cop 29:cop _ +25 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 29 cop 29:cop _ 26 extremely extremely ADV RB _ 28 advmod 28:advmod _ 27 well well ADV RB Degree=Pos 28 advmod 28:advmod _ -28 known know VERB VBN Tense=Past|VerbForm=Part 29 amod 29:amod _ +28 known know VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 29 amod 29:amod _ 29 farriers farrier NOUN NNS Number=Plur 22 parataxis 22:parataxis _ 30 in in ADP IN _ 32 case 32:case _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ @@ -189907,18 +190016,18 @@ 3 be be AUX VB VerbForm=Inf 7 cop 7:cop _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 lot lot NOUN NN Number=Sing 6 obl:npmod 6:obl:npmod _ -6 more more ADV RBR _ 7 advmod 7:advmod _ +6 more more ADV RBR Degree=Cmp 7 advmod 7:advmod _ 7 concerned concerned ADJ JJ Degree=Pos 0 root 0:root _ 8 if if SCONJ IN _ 11 mark 11:mark _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 shoe shoe NOUN NN Number=Sing 11 nsubj 11:nsubj _ -11 fell fall VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:if _ +11 fell fall VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:if _ 12 off off ADV RB _ 11 advmod 11:advmod _ 13 because because SCONJ IN _ 16 mark 16:mark _ 14 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 15 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 aux 16:aux _ 16 missing miss VERB VBG Tense=Pres|VerbForm=Part 11 advcl 11:advcl:because _ -17 one one NUM CD NumType=Card 19 nummod 19:nummod _ +17 one one NUM CD NumForm=Word|NumType=Card 19 nummod 19:nummod _ 18 lousy lousy ADJ JJ Degree=Pos 19 amod 19:amod _ 19 nail nail NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No 20 . . PUNCT . _ 7 punct 7:punct _ @@ -189926,36 +190035,37 @@ # sent_id = answers-20111108091921AAaLK4e_ans-0027 # text = The reason he said he didn't put that nail in was because he "didn't want to risk it" with my horse's horrible feet. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 reason reason NOUN NN Number=Sing 12 nsubj 12:nsubj _ +2 reason reason NOUN NN Number=Sing 18 nsubj:outer 18:nsubj:outer _ 3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 6-7 didn't _ _ _ _ _ _ _ _ -6 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux 8:aux _ +6 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 7 n't not PART RB _ 8 advmod 8:advmod _ 8 put put VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ 9 that that DET DT Number=Sing|PronType=Dem 10 det 10:det _ 10 nail nail NOUN NN Number=Sing 8 obj 8:obj _ 11 in in ADV RB _ 8 advmod 8:advmod _ -12 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 cop 18:cop _ 13 because because SCONJ IN _ 18 mark 18:mark _ 14 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj|20:nsubj:xsubj _ 15 " " PUNCT `` _ 18 punct 18:punct SpaceAfter=No -16 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 aux 18:aux SpaceAfter=No +16-17 didn't _ _ _ _ _ _ _ _ +16 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 aux 18:aux _ 17 n't not PART RB _ 18 advmod 18:advmod _ -18 want want VERB VB VerbForm=Inf 12 advcl 12:advcl:because _ +18 want want VERB VB VerbForm=Inf 0 root 0:root _ 19 to to PART TO _ 20 mark 20:mark _ 20 risk risk VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ 21 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 obj 20:obj SpaceAfter=No 22 " " PUNCT '' _ 20 punct 20:punct _ 23 with with ADP IN _ 28 case 28:case _ -24 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25-26 horse's _ _ _ _ _ _ _ _ 25 horse horse NOUN NN Number=Sing 28 nmod:poss 28:nmod:poss _ 26 's 's PART POS _ 25 case 25:case _ 27 horrible horrible ADJ JJ Degree=Pos 28 amod 28:amod _ 28 feet foot NOUN NNS Number=Plur 20 obl 20:obl:with SpaceAfter=No -29 . . PUNCT . _ 12 punct 12:punct _ +29 . . PUNCT . _ 18 punct 18:punct _ # sent_id = answers-20111108091921AAaLK4e_ans-0028 # text = This is about the fourth time they've done my horse's feet because I just switched back to them. @@ -189963,13 +190073,13 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 3 about about ADV RB _ 6 advmod 6:advmod _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 fourth fourth ADJ JJ Degree=Pos|NumType=Ord 6 amod 6:amod _ +5 fourth fourth ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 6 amod 6:amod _ 6 time time NOUN NN Number=Sing 0 root 0:root _ 7-8 they've _ _ _ _ _ _ _ _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -8 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +8 've have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 9 done do VERB VBN Tense=Past|VerbForm=Part 6 acl:relcl 6:acl:relcl _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11-12 horse's _ _ _ _ _ _ _ _ 11 horse horse NOUN NN Number=Sing 13 nmod:poss 13:nmod:poss _ 12 's 's PART POS _ 11 case 11:case _ @@ -189977,7 +190087,7 @@ 14 because because SCONJ IN _ 17 mark 17:mark _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ 16 just just ADV RB _ 17 advmod 17:advmod _ -17 switched switch VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:because _ +17 switched switch VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:because _ 18 back back ADV RB _ 17 advmod 17:advmod _ 19 to to ADP IN _ 20 case 20:case _ 20 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 17 obl 17:obl:to SpaceAfter=No @@ -189987,65 +190097,65 @@ # text = The only reason I switched away from them in the first place is because my good friend who apprenticed with them was starting out on his own. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 only only ADJ JJ Degree=Pos 3 amod 3:amod _ -3 reason reason NOUN NN Number=Sing 13 nsubj 13:nsubj _ +3 reason reason NOUN NN Number=Sing 23 nsubj:outer 23:nsubj:outer _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 switched switch VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +5 switched switch VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 away away ADV RB _ 5 advmod 5:advmod _ 7 from from ADP IN _ 8 case 8:case _ 8 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 6 obl 6:obl:from _ 9 in in ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -11 first first ADJ JJ Degree=Pos|NumType=Ord 12 amod 12:amod _ +11 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 12 amod 12:amod _ 12 place place NOUN NN Number=Sing 5 obl 5:obl:in _ -13 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ 14 because because SCONJ IN _ 23 mark 23:mark _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 16 good good ADJ JJ Degree=Pos 17 amod 17:amod _ 17 friend friend NOUN NN Number=Sing 23 nsubj 19:nsubj|23:nsubj _ 18 who who PRON WP PronType=Rel 19 nsubj 17:ref _ -19 apprenticed apprentice VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ +19 apprenticed apprentice VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ 20 with with ADP IN _ 21 case 21:case _ 21 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 19 obl 19:obl:with _ 22 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 23 aux 23:aux _ -23 starting start VERB VBG Tense=Pres|VerbForm=Part 13 ccomp 13:ccomp _ +23 starting start VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 24 out out ADP RP _ 23 compound:prt 23:compound:prt _ 25 on on ADP IN _ 27 case 27:case _ -26 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +26 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 27 own own ADJ JJ Degree=Pos 23 obl 23:obl:on SpaceAfter=No -28 . . PUNCT . _ 13 punct 13:punct _ +28 . . PUNCT . _ 23 punct 23:punct _ # sent_id = answers-20111108091921AAaLK4e_ans-0030 # text = However, he left my horse without a shoe for TWO WEEKS(now that's what I call a crap farrier). 1 However however ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 left leave VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 horse horse NOUN NN Number=Sing 4 obj 4:obj _ 7 without without ADP IN _ 9 case 9:case _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 shoe shoe NOUN NN Number=Sing 4 obl 4:obl:without _ 10 for for ADP IN _ 12 case 12:case _ -11 TWO two NUM CD NumType=Card 12 nummod 12:nummod _ +11 TWO two NUM CD NumForm=Word|NumType=Card 12 nummod 12:nummod _ 12 WEEKS week NOUN NNS Number=Plur 4 obl 4:obl:for SpaceAfter=No -13 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No -14 now now ADV RB _ 16 advmod 16:advmod _ +13 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No +14 now now ADV RB _ 17 advmod 17:advmod _ 15-16 that's _ _ _ _ _ _ _ _ -15 that that PRON DT Number=Sing|PronType=Dem 16 nsubj 16:nsubj _ -16 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ -17 what what PRON WP PronType=Int 19 obj 19:obj|22:nsubj:xsubj _ +15 that that PRON DT Number=Sing|PronType=Dem 17 nsubj 17:nsubj _ +16 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ +17 what what PRON WP PronType=Rel 4 parataxis 4:parataxis|19:obj _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -19 call call VERB VB VerbForm=Inf 16 ccomp 16:ccomp _ +19 call call VERB VB VerbForm=Inf 17 acl:relcl 17:acl:relcl _ 20 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 21 crap crap ADJ JJ Degree=Pos 22 amod 22:amod _ 22 farrier farrier NOUN NN Number=Sing 19 xcomp 19:xcomp SpaceAfter=No -23 ) ) PUNCT -RRB- _ 16 punct 16:punct SpaceAfter=No +23 ) ) PUNCT -RRB- _ 17 punct 17:punct SpaceAfter=No 24 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108091921AAaLK4e_ans-0031 # text = Which, I might add is the same foot that keeps crumbling with the nails. -1 Which which PRON WDT PronType=Int 9 nsubj 9:nsubj SpaceAfter=No -2 , , PUNCT , _ 9 punct 9:punct _ +1 Which which PRON WDT PronType=Rel 9 nsubj 9:nsubj SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 might might AUX MD VerbForm=Fin 5 aux 5:aux _ 5 add add VERB VB VerbForm=Inf 9 parataxis 9:parataxis _ @@ -190064,10 +190174,10 @@ # sent_id = answers-20111108091921AAaLK4e_ans-0032 # text = So, obviously I switched back to these guys. 1 So so ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 obviously obviously ADV RB _ 5 advmod 5:advmod _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 switched switch VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 switched switch VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 back back ADV RB _ 5 advmod 5:advmod _ 7 to to ADP IN _ 9 case 9:case _ 8 these this DET DT Number=Plur|PronType=Dem 9 det 9:det _ @@ -190077,40 +190187,40 @@ # sent_id = answers-20111108091921AAaLK4e_ans-0033 # text = Ok, calm down, it's not like he's some stranger that came up and groped me lol. 1 Ok ok INTJ UH _ 3 discourse 3:discourse SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 calm calm VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 down down ADP RP _ 3 compound:prt 3:compound:prt SpaceAfter=No -5 , , PUNCT , _ 3 punct 3:punct _ +5 , , PUNCT , _ 13 punct 13:punct _ 6-7 it's _ _ _ _ _ _ _ _ -6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ -8 not not PART RB _ 7 advmod 7:advmod _ +6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj:outer 13:nsubj:outer _ +7 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +8 not not PART RB _ 13 advmod 13:advmod _ 9 like like SCONJ IN _ 13 mark 13:mark _ 10-11 he's _ _ _ _ _ _ _ _ 10 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 11 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ -12 some some DET DT _ 13 det 13:det _ -13 stranger stranger NOUN NN Number=Sing 7 advcl 7:advcl:like|15:nsubj|18:nsubj _ +12 some some DET DT PronType=Ind 13 det 13:det _ +13 stranger stranger NOUN NN Number=Sing 3 parataxis 3:parataxis|15:nsubj|18:nsubj _ 14 that that PRON WDT PronType=Rel 15 nsubj 13:ref _ -15 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +15 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 16 up up ADV RB _ 15 advmod 15:advmod _ 17 and and CCONJ CC _ 18 cc 18:cc _ -18 groped grope VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 conj 13:acl:relcl|15:conj:and _ +18 groped grope VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 conj 13:acl:relcl|15:conj:and _ 19 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 18 obj 18:obj _ -20 lol lol INTJ UH _ 7 discourse 7:discourse SpaceAfter=No +20 lol lol INTJ UH _ 13 discourse 13:discourse SpaceAfter=No 21 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108091921AAaLK4e_ans-0034 # text = I've known the guy for about 10 years. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 known know VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 guy guy NOUN NN Number=Sing 3 obj 3:obj _ 6 for for ADP IN _ 9 case 9:case _ 7 about about ADV RB _ 8 advmod 8:advmod _ -8 10 10 NUM CD NumType=Card 9 nummod 9:nummod _ +8 10 10 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 years year NOUN NNS Number=Plur 3 obl 3:obl:for SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ @@ -190118,19 +190228,19 @@ # text = I am 21, so yeah we were both kids when we knew each other! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 21 21 NUM CD NumType=Card 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +3 21 21 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No +4 , , PUNCT , _ 10 punct 10:punct _ 5 so so ADV RB _ 10 advmod 10:advmod _ 6 yeah yeah INTJ UH _ 10 discourse 10:discourse _ 7 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -8 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 cop 10:cop _ +8 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 10 cop 10:cop _ 9 both both ADV RB _ 10 advmod 10:advmod _ 10 kids kid NOUN NNS Number=Plur 3 parataxis 3:parataxis _ -11 when when SCONJ WRB PronType=Int 13 mark 13:mark _ +11 when when ADV WRB PronType=Int 13 advmod 13:advmod _ 12 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 knew know VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:when _ -14 each each DET DT _ 15 det 15:det _ -15 other other ADJ JJ Degree=Pos 13 obj 13:obj SpaceAfter=No +13 knew know VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:when _ +14 each each DET DT ExtPos=PRON|PronType=Rcp 13 obj 13:obj _ +15 other other ADJ JJ Degree=Pos 14 fixed 14:fixed SpaceAfter=No 16 ! ! PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108091921AAaLK4e_ans-0036 @@ -190140,7 +190250,7 @@ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 few few ADJ JJ Degree=Pos 5 amod 5:amod _ 5 years year NOUN NNS Number=Plur 6 obl:npmod 6:obl:npmod _ -6 older older ADJ JJR Degree=Cmp 0 root 0:root _ +6 older old ADJ JJR Degree=Cmp 0 root 0:root _ 7 than than ADP IN _ 8 case 8:case _ 8 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 6 obl 6:obl:than SpaceAfter=No 9 . . PUNCT . _ 6 punct 6:punct _ @@ -190149,9 +190259,9 @@ # text = And yes, I do like him. 1 And and CCONJ CC _ 6 cc 6:cc _ 2 yes yes INTJ UH _ 6 discourse 6:discourse SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -5 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 like like VERB VB VerbForm=Inf 0 root 0:root _ 7 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 obj 6:obj SpaceAfter=No 8 . . PUNCT . _ 6 punct 6:punct _ @@ -190162,19 +190272,19 @@ 2 answer answer VERB VB VerbForm=Inf 9 advcl 9:advcl:to _ 3 Barry Barry PROPN NNP Number=Sing 2 obj 2:obj _ 4 White White PROPN NNP Number=Sing 3 flat 3:flat SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct _ +5 , , PUNCT , _ 2 punct 2:punct _ 6 yes yes INTJ UH _ 9 discourse 9:discourse _ 7 that that PRON DT Number=Sing|PronType=Dem 9 nsubj 9:nsubj _ -8 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +8 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 9 occur occur VERB VB VerbForm=Inf 0 root 0:root _ 10 to to ADP IN _ 11 case 11:case _ 11 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 9 obl 9:obl:to _ 12 :) :) SYM NFP _ 9 discourse 9:discourse _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 parataxis 9:parataxis _ +14 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 parataxis 9:parataxis _ 15 that that PRON DT Number=Sing|PronType=Dem 17 nsubj 17:nsubj _ 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ -17 all all DET DT _ 14 ccomp 14:ccomp _ +17 all all DET DT PronType=Tot 14 ccomp 14:ccomp _ 18-19 he's _ _ _ _ _ _ _ _ 18 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 19 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ @@ -190188,7 +190298,7 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 other other ADJ JJ Degree=Pos 4 amod 4:amod _ 4 hand hand NOUN NN Number=Sing 11 obl 11:obl:on SpaceAfter=No -5 , , PUNCT , _ 11 punct 11:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj|14:nsubj _ 7 could could AUX MD VerbForm=Fin 11 aux 11:aux _ 8 very very ADV RB _ 9 advmod 9:advmod _ @@ -190201,17 +190311,17 @@ 15 hey hey INTJ UH _ 18 discourse 18:discourse _ 16-17 I'm _ _ _ _ _ _ _ _ 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -17 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ +17 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 18 busy busy ADJ JJ Degree=Pos 14 ccomp 14:ccomp _ 19 right right ADV RB _ 20 advmod 20:advmod _ 20 now now ADV RB _ 18 advmod 18:advmod SpaceAfter=No -21 , , PUNCT , _ 18 punct 18:punct _ +21 , , PUNCT , _ 24 punct 24:punct _ 22-23 I'll _ _ _ _ _ _ _ _ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ 23 'll will AUX MD VerbForm=Fin 24 aux 24:aux _ 24 call call VERB VB VerbForm=Inf 18 parataxis 18:parataxis _ 25 you you PRON PRP Case=Acc|Person=2|PronType=Prs 24 obj 24:obj _ -26 when when SCONJ WRB PronType=Int 29 mark 29:mark _ +26 when when ADV WRB PronType=Int 29 advmod 29:advmod _ 27 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 29 nsubj 29:nsubj _ 28 can can AUX MD VerbForm=Fin 29 aux 29:aux _ 29 come come VERB VB VerbForm=Inf 24 advcl 24:advcl:when _ @@ -190224,13 +190334,13 @@ 2 as as ADV RB _ 3 advmod 3:advmod _ 3 far far ADV RB Degree=Pos 10 advmod 10:advmod _ 4 as as SCONJ IN _ 7 mark 7:mark _ -5 scheduled schedule VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +5 scheduled schedule VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 6 visits visit NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -7 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:as SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +7 go go VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:as SpaceAfter=No +8 , , PUNCT , _ 3 punct 3:punct _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -11 no no DET DT _ 12 det 12:det _ +10 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +11 no no DET DT PronType=Neg 12 det 12:det _ 12 idea idea NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 13 . . PUNCT . _ 10 punct 10:punct _ @@ -190238,7 +190348,7 @@ # text = I've never done that before though either. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 never never ADV RB _ 4 advmod 4:advmod _ 4 done do VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 that that PRON DT Number=Sing|PronType=Dem 4 obj 4:obj _ @@ -190250,33 +190360,33 @@ # sent_id = answers-20111108091921AAaLK4e_ans-0042 # text = It's always just "Okay, they're feet need to be done, better call the farrier." 1-2 It's _ _ _ _ _ _ _ _ -1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 always always ADV RB _ 2 advmod 2:advmod _ -4 just just ADV RB _ 2 advmod 2:advmod _ -5 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No +1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj:outer 10:nsubj:outer|16:nsubj:outer _ +2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +3 always always ADV RB _ 10 advmod 10:advmod _ +4 just just ADV RB _ 10 advmod 10:advmod _ +5 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No 6 Okay okay INTJ UH _ 10 discourse 10:discourse SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ -8 they're they're PRON PRP$ _ 9 nmod:poss 9:nmod:poss _ +7 , , PUNCT , _ 6 punct 6:punct _ +8 they're their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 9 nmod:poss 9:nmod:poss CorrectForm=their 9 feet foot NOUN NNS Number=Plur 10 nsubj 10:nsubj|13:nsubj:xsubj|16:nsubj _ -10 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +10 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 11 to to PART TO _ 13 mark 13:mark _ 12 be be AUX VB VerbForm=Inf 13 aux:pass 13:aux:pass _ 13 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 xcomp 10:xcomp SpaceAfter=No 14 , , PUNCT , _ 16 punct 16:punct _ -15 better better ADV RBR Degree=Cmp 16 aux 16:aux _ -16 call call VERB VB VerbForm=Inf 10 conj 2:ccomp|10:conj _ +15 better well ADV RBR Degree=Cmp 16 advmod 16:advmod _ +16 call call VERB VB VerbForm=Inf 10 parataxis 0:root|10:parataxis _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 farrier farrier NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No -19 . . PUNCT . _ 2 punct 2:punct SpaceAfter=No -20 " " PUNCT '' _ 2 punct 2:punct _ +19 . . PUNCT . _ 10 punct 10:punct SpaceAfter=No +20 " " PUNCT '' _ 10 punct 10:punct _ # sent_id = answers-20111108091921AAaLK4e_ans-0043 # text = And they usually come out within a few days. 1 And and CCONJ CC _ 4 cc 4:cc _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 3 usually usually ADV RB _ 4 advmod 4:advmod _ -4 come come VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 come come VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 out out ADV RB _ 4 advmod 4:advmod _ 6 within within ADP IN _ 9 case 9:case _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ @@ -190294,7 +190404,7 @@ 5 back back ADP RP _ 3 compound:prt 3:compound:prt _ 6-7 Im _ _ _ _ _ _ _ _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -7 m be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +7 m be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 8 cop 8:cop CorrectForm='m 8 sure sure ADJ JJ Degree=Pos 3 parataxis 3:parataxis SpaceAfter=No 9 ! ! PUNCT . _ 3 punct 3:punct _ @@ -190312,11 +190422,11 @@ # text = But you need to ask yourself do you feel the same way? 1 But but CCONJ CC _ 3 cc 3:cc _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 ask ask VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 5 obj 5:obj _ -7 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +6 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 5 iobj 5:iobj _ +7 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ 9 feel feel VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -190331,9 +190441,9 @@ 3 like like VERB VB VerbForm=Inf 0 root 0:root _ 4 going go VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ 5 for for ADP IN _ 7 case 7:case _ -6 * * PUNCT NFP _ 7 punct 7:punct SpaceAfter=No +6 * * PUNCT NFP _ 5 punct 5:punct SpaceAfter=No 7 coffee coffee NOUN NN Number=Sing 4 obl 4:obl:for SpaceAfter=No -8 * * PUNCT NFP _ 7 punct 7:punct _ +8 * * PUNCT NFP _ 10 punct 10:punct _ 9 with with ADP IN _ 10 case 10:case _ 10 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 obl 4:obl:with SpaceAfter=No 11 ? ? PUNCT . _ 3 punct 3:punct _ @@ -190344,14 +190454,14 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 4 Not not PART RB _ 6 advmod 6:advmod _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 type type NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 7 ? ? PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111108091921AAaLK4e_ans-0049 # text = Or are you undecided? 1 Or or CCONJ CC _ 4 cc 4:cc _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 undecided undecided ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 5 ? ? PUNCT . _ 4 punct 4:punct _ @@ -190359,8 +190469,8 @@ # sent_id = answers-20111108091921AAaLK4e_ans-0050 # text = If i were you I would Go... 1 If if SCONJ IN _ 4 mark 4:mark _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 cop 4:cop _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +3 were be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 advcl 7:advcl:if _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 6 would would AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -190380,7 +190490,7 @@ 9 you you PRON PRP Case=Acc|Person=2|PronType=Prs 8 obj 8:obj _ 10 back back ADP RP _ 8 compound:prt 8:compound:prt _ 11 by by ADP IN _ 12 case 12:case _ -12 friday friday PROPN NNP Number=Sing 8 obl 8:obl:by _ +12 friday Friday PROPN NNP Number=Sing 8 obl 8:obl:by _ 13 call call VERB VB Mood=Imp|VerbForm=Fin 3 ccomp 3:ccomp _ 14 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 obj 13:obj _ 15 again again ADV RB _ 13 advmod 13:advmod _ @@ -190396,9 +190506,9 @@ # sent_id = answers-20111108091921AAaLK4e_ans-0052 # text = I think he left the Nail out of the shoe as a excuse to come back and see you hey he may be your Prince charming.. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +4 left leave VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 Nail nail NOUN NN Number=Sing 4 obj 4:obj _ 7 out out ADP IN _ 10 case 10:case _ @@ -190418,7 +190528,7 @@ 21 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 26 nsubj 26:nsubj _ 22 may may AUX MD VerbForm=Fin 26 aux 26:aux _ 23 be be AUX VB VerbForm=Inf 26 cop 26:cop _ -24 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +24 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 25 Prince Prince PROPN NNP Number=Sing 26 compound 26:compound _ 26 charming charming PROPN NNP Number=Sing 2 parataxis 2:parataxis SpaceAfter=No 27 .. .. PUNCT . _ 2 punct 2:punct _ @@ -190426,14 +190536,14 @@ # sent_id = answers-20111108091921AAaLK4e_ans-0053 # text = Edit... I really dont think Your horse Is in danger Of being hurt With one Nail missing.. 1 Edit edit NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 ... ... PUNCT , _ 1 punct 1:punct _ +2 ... ... PUNCT , _ 7 punct 7:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 4 really really ADV RB _ 7 advmod 7:advmod _ 5-6 dont _ _ _ _ _ _ _ _ -5 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ -6 nt not PART RB _ 7 advmod 7:advmod _ +5 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 nt not PART RB Typo=Yes 7 advmod 7:advmod CorrectForm=n't 7 think think VERB VB VerbForm=Inf 1 appos 1:appos _ -8 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 horse horse NOUN NN Number=Sing 12 nsubj 12:nsubj _ 10 Is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 in in ADP IN _ 12 case 12:case _ @@ -190442,7 +190552,7 @@ 14 being be AUX VBG VerbForm=Ger 15 aux:pass 15:aux:pass _ 15 hurt hurt VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 acl 12:acl:of _ 16 With with SCONJ IN _ 19 mark 19:mark _ -17 one one NUM CD NumType=Card 18 nummod 18:nummod _ +17 one one NUM CD NumForm=Word|NumType=Card 18 nummod 18:nummod _ 18 Nail nail NOUN NN Number=Sing 19 nsubj 19:nsubj _ 19 missing miss VERB VBG VerbForm=Ger 12 advcl 12:advcl:with SpaceAfter=No 20 .. .. PUNCT . _ 1 punct 1:punct _ @@ -190450,67 +190560,67 @@ # sent_id = answers-20111108091921AAaLK4e_ans-0054 # text = I have seen horses Loose Nails On there Own And do just fine with ONE nail gone Now if he had left out 2 or 3 I would be wondering to... 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 seen see VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 horses horse NOUN NNS Number=Plur 5 nsubj 5:nsubj|11:nsubj _ -5 Loose loose VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +5 Loose lose VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 3 ccomp 3:ccomp CorrectForm=lose 6 Nails nail NOUN NNS Number=Plur 5 obj 5:obj _ 7 On on ADP IN _ 9 case 9:case _ -8 there there PRON PRP$ _ 9 nmod:poss 9:nmod:poss _ +8 there their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 9 nmod:poss 9:nmod:poss CorrectForm=their 9 Own own ADJ JJ Degree=Pos 5 obl 5:obl:on _ 10 And and CCONJ CC _ 11 cc 11:cc _ -11 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 3:ccomp|5:conj:and _ +11 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 conj 3:ccomp|5:conj:and _ 12 just just ADV RB _ 13 advmod 13:advmod _ 13 fine fine ADV RB _ 11 advmod 11:advmod _ 14 with with SCONJ IN _ 17 mark 17:mark _ -15 ONE one NUM CD NumType=Card 16 nummod 16:nummod _ -16 nail nail NOUN NN Number=Sing 17 nsubj 17:nsubj _ -17 gone go VERB VBN Tense=Past|VerbForm=Part 11 advcl 11:advcl:with _ +15 ONE one NUM CD NumForm=Word|NumType=Card 16 nummod 16:nummod _ +16 nail nail NOUN NN Number=Sing 17 nsubj:pass 17:nsubj:pass _ +17 gone go VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 advcl 11:advcl:with _ 18 Now now ADV RB _ 30 advmod 30:advmod _ 19 if if SCONJ IN _ 22 mark 22:mark _ 20 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj _ -21 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 aux 22:aux _ +21 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 aux 22:aux _ 22 left leave VERB VBN Tense=Past|VerbForm=Part 30 advcl 30:advcl:if _ 23 out out ADV RB _ 22 advmod 22:advmod _ -24 2 2 NUM CD NumType=Card 22 obj 22:obj _ +24 2 2 NUM CD NumForm=Digit|NumType=Card 22 obj 22:obj _ 25 or or CCONJ CC _ 26 cc 26:cc _ -26 3 3 NUM CD NumType=Card 24 conj 22:obj|24:conj:or _ +26 3 3 NUM CD NumForm=Digit|NumType=Card 24 conj 22:obj|24:conj:or _ 27 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 30 nsubj 30:nsubj _ 28 would would AUX MD VerbForm=Fin 30 aux 30:aux _ 29 be be AUX VB VerbForm=Inf 30 aux 30:aux _ 30 wondering wonder VERB VBG Tense=Pres|VerbForm=Part 3 parataxis 3:parataxis _ -31 to to ADV RB _ 30 advmod 30:advmod SpaceAfter=No +31 to too ADV RB Typo=Yes 30 advmod 30:advmod CorrectForm=too|SpaceAfter=No 32 ... ... PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108091921AAaLK4e_ans-0055 # text = I really do belive he left the nail out becuse of the horses Hoof condition and Its a added bonus he would get to see her again 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2 really really ADV RB _ 4 advmod 4:advmod _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 belive belive VERB VB VerbForm=Inf 0 root 0:root _ 5 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -6 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +6 left leave VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 nail nail NOUN NN Number=Sing 6 obj 6:obj _ 9 out out ADV RB _ 6 advmod 6:advmod _ -10 becuse because ADP IN Typo=Yes 13 case 13:case _ +10 becuse because ADP IN Typo=Yes 13 case 13:case CorrectForm=because 11 of of ADP IN _ 10 fixed 10:fixed _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13-14 horses _ _ _ _ _ _ _ _ 13 horse horse NOUN NN Number=Sing 16 nmod:poss 16:nmod:poss _ -14 s 's PART POS _ 13 case 13:case _ +14 s 's PART POS Typo=Yes 13 case 13:case CorrectForm='s 15 Hoof hoof NOUN NN Number=Sing 16 compound 16:compound _ 16 condition condition NOUN NN Number=Sing 6 obl 6:obl _ 17 and and CCONJ CC _ 22 cc 22:cc _ 18-19 Its _ _ _ _ _ _ _ _ -18 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj _ -19 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ +18 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 expl 22:expl _ +19 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 22 cop 22:cop CorrectForm='s 20 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ -21 added add VERB VBN Tense=Past|VerbForm=Part 22 amod 22:amod _ +21 added add VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 amod 22:amod _ 22 bonus bonus NOUN NN Number=Sing 4 conj 4:conj:and _ 23 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 25 nsubj 25:nsubj|27:nsubj:xsubj _ 24 would would AUX MD VerbForm=Fin 25 aux 25:aux _ -25 get get VERB VB VerbForm=Inf 22 acl:relcl 22:acl:relcl _ +25 get get VERB VB VerbForm=Inf 22 csubj 22:csubj _ 26 to to PART TO _ 27 mark 27:mark _ 27 see see VERB VB VerbForm=Inf 25 xcomp 25:xcomp _ 28 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 27 obj 27:obj _ @@ -190518,28 +190628,28 @@ # sent_id = answers-20111108091921AAaLK4e_ans-0056 # text = When I was Younger In my early 20s My farrier was A hottie named Joby..( for those who don't Know I AM A GIRL read my Bio on my Page) dumb as a post about everything But horses.. -1 When when SCONJ WRB PronType=Int 4 mark 4:mark _ +1 When when ADV WRB PronType=Int 4 advmod 4:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ -4 Younger younger ADJ JJR Degree=Cmp 13 advcl 13:advcl:when _ +4 Younger young ADJ JJR Degree=Cmp 13 advcl 13:advcl:when _ 5 In in ADP IN _ 8 case 8:case _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 early early ADJ JJ Degree=Pos 8 amod 8:amod _ -8 20s 20 NOUN NNS Number=Plur 13 obl 13:obl:in _ -9 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 20s 20s NOUN NNS Number=Plur 13 obl 13:obl:in _ +9 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 farrier farrier NOUN NN Number=Sing 13 nsubj 13:nsubj _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ 12 A a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 hottie hottie NOUN NN Number=Sing 0 root 0:root _ -14 named name VERB VBN Tense=Past|VerbForm=Part 13 acl 13:acl _ +14 named name VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 acl 13:acl _ 15 Joby Joby PROPN NNP Number=Sing 14 xcomp 14:xcomp SpaceAfter=No -16 .. .. PUNCT , _ 13 punct 13:punct SpaceAfter=No +16 .. .. PUNCT , _ 27 punct 27:punct SpaceAfter=No 17 ( ( PUNCT -LRB- _ 27 punct 27:punct _ 18 for for ADP IN _ 19 case 19:case _ 19 those that PRON DT Number=Plur|PronType=Dem 27 obl 23:nsubj|27:obl:for _ 20 who who PRON WP PronType=Rel 23 nsubj 19:ref _ 21-22 don't _ _ _ _ _ _ _ _ -21 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ +21 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 aux 23:aux _ 22 n't not PART RB _ 23 advmod 23:advmod _ 23 Know know VERB VB VerbForm=Inf 19 acl:relcl 19:acl:relcl _ 24 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 nsubj 27:nsubj _ @@ -190547,10 +190657,10 @@ 26 A a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 27 GIRL girl NOUN NN Number=Sing 13 parataxis 13:parataxis _ 28 read read VERB VB Mood=Imp|VerbForm=Fin 27 parataxis 27:parataxis _ -29 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +29 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 30 Bio bio NOUN NN Number=Sing 28 obj 28:obj _ 31 on on ADP IN _ 33 case 33:case _ -32 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 33 nmod:poss 33:nmod:poss _ +32 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 33 nmod:poss 33:nmod:poss _ 33 Page page NOUN NN Number=Sing 30 nmod 30:nmod:on SpaceAfter=No 34 ) ) PUNCT -RRB- _ 27 punct 27:punct _ 35 dumb dumb ADJ JJ Degree=Pos 13 amod 13:amod _ @@ -190558,7 +190668,7 @@ 37 a a DET DT Definite=Ind|PronType=Art 38 det 38:det _ 38 post post NOUN NN Number=Sing 35 obl 35:obl:as _ 39 about about ADP IN _ 40 case 40:case _ -40 everything everything PRON NN Number=Sing 35 obl 35:obl:about _ +40 everything everything PRON NN Number=Sing|PronType=Tot 35 obl 35:obl:about _ 41 But but ADP IN _ 42 case 42:case _ 42 horses horse NOUN NNS Number=Plur 40 nmod 40:nmod:but SpaceAfter=No 43 .. .. PUNCT . _ 13 punct 13:punct _ @@ -190568,33 +190678,33 @@ 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj|6:nsubj|8:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 3 In in ADP IN _ 5 case 5:case _ -4 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -5 30s 30 NOUN NNS Number=Plur 0 root 0:root _ +4 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +5 30s 30s NOUN NNS Number=Plur 0 root 0:root _ 6 divorced divorced ADJ JJ Degree=Pos 5 conj 5:conj:and _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 Had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ -9 2 2 NUM CD NumType=Card 10 nummod 10:nummod _ +8 Had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +9 2 2 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 kids kid NOUN NNS Number=Plur 8 obj 8:obj SpaceAfter=No -11 .. .. PUNCT , _ 5 punct 5:punct _ +11 .. .. PUNCT , _ 15 punct 15:punct _ 12 but but CCONJ CC _ 15 cc 15:cc _ 13 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -14 both both DET DT _ 13 nmod:npmod 13:nmod:npmod _ -15 flirted flirt VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:but _ +14 both both DET DT PronType=Tot 13 det 13:det _ +15 flirted flirt VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 5 conj 5:conj:but _ 16 Horribly horribly ADV RB _ 15 advmod 15:advmod _ -17 with with ADP IN _ 19 case 19:case _ -18 each each DET DT _ 19 det 19:det _ -19 other other ADJ JJ Degree=Pos 15 obl 15:obl:with SpaceAfter=No -20 .. .. PUNCT , _ 5 punct 5:punct _ +17 with with ADP IN _ 18 case 18:case _ +18 each each DET DT ExtPos=PRON|PronType=Rcp 15 obl 15:obl:with _ +19 other other ADJ JJ Degree=Pos 18 fixed 18:fixed SpaceAfter=No +20 .. .. PUNCT , _ 26 punct 26:punct _ 21 but but CCONJ CC _ 26 cc 26:cc _ -22 neither neither DET DT _ 23 det 23:det _ -23 one one NUM CD NumType=Card 26 nsubj 26:nsubj|30:nsubj _ +22 neither neither DET DT PronType=Neg 23 det 23:det _ +23 one one NOUN NN Number=Sing 26 nsubj 26:nsubj|30:nsubj _ 24 of of ADP IN _ 25 case 25:case _ 25 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 23 nmod 23:nmod:of _ -26 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:but _ +26 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:but _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 chance chance NOUN NN Number=Sing 26 obj 26:obj _ 29 and and CCONJ CC _ 30 cc 30:cc _ -30 Asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 26 conj 26:conj:and _ +30 Asked ask VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 26 conj 26:conj:and _ 31 to to ADP IN _ 32 case 32:case _ 32 other other ADJ JJ Degree=Pos 30 obl 30:obl:to _ 33 on on ADP IN _ 35 case 35:case _ @@ -190606,9 +190716,9 @@ # sent_id = answers-20111108091921AAaLK4e_ans-0058 # text = sorta wonder what it would have been like? 1-2 sorta _ _ _ _ _ _ _ _ -1 sort sort ADV RB _ 2 advmod 2:advmod _ -2 a a ADV RB _ 3 advmod 3:advmod _ -3 wonder wonder VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 sort sort NOUN NN ExtPos=ADV|Number=Sing 3 advmod 3:advmod _ +2 a of ADP IN Abbr=Yes 1 fixed 1:fixed _ +3 wonder wonder VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 what what PRON WP PronType=Int 3 ccomp 3:ccomp _ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 6 would would AUX MD VerbForm=Fin 4 aux 4:aux _ @@ -190629,29 +190739,29 @@ # sent_id = answers-20111108091921AAaLK4e_ans-0060 # text = He had this Habit of telling you Everything.. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 Habit habit NOUN NN Number=Sing 2 obj 2:obj _ 5 of of SCONJ IN _ 6 mark 6:mark _ 6 telling tell VERB VBG VerbForm=Ger 4 acl 4:acl:of _ 7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 6 iobj 6:iobj _ -8 Everything everything PRON NN Number=Sing 6 obj 6:obj SpaceAfter=No +8 Everything everything PRON NN Number=Sing|PronType=Tot 6 obj 6:obj SpaceAfter=No 9 .. .. PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108091921AAaLK4e_ans-0061 # text = Well one day he said to me You know i don't wear Underwear as he was bent over Working on my Mares Right front hoof.. and I was Like Ummmm okay??? 1 Well well INTJ UH _ 5 discourse 5:discourse _ -2 one one NUM CD NumType=Card 3 nummod 3:nummod _ +2 one one NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 day day NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ 4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -5 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 to to ADP IN _ 7 case 7:case _ 7 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 obl 5:obl:to _ 8 You you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -9 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ -10 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ +9 know know VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ +10 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 11-12 don't _ _ _ _ _ _ _ _ -11 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +11 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 n't not PART RB _ 13 advmod 13:advmod _ 13 wear wear VERB VB VerbForm=Inf 9 parataxis 9:parataxis _ 14 Underwear underwear NOUN NN Number=Sing 13 obj 13:obj _ @@ -190662,29 +190772,29 @@ 19 over over ADV RB _ 18 advmod 18:advmod _ 20 Working work VERB VBG VerbForm=Ger 18 advcl 18:advcl _ 21 on on ADP IN _ 27 case 27:case _ -22 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23-24 Mares _ _ _ _ _ _ _ _ 23 Mare mare NOUN NN Number=Sing 27 nmod:poss 27:nmod:poss _ -24 s 's PART POS _ 23 case 23:case _ +24 s 's PART POS Typo=Yes 23 case 23:case CorrectForm='s 25 Right right ADJ JJ Degree=Pos 27 amod 27:amod _ 26 front front ADJ JJ Degree=Pos 27 amod 27:amod _ 27 hoof hoof NOUN NN Number=Sing 20 obl 20:obl:on SpaceAfter=No -28 .. .. PUNCT , _ 5 punct 5:punct _ +28 .. .. PUNCT , _ 31 punct 31:punct _ 29 and and CCONJ CC _ 31 cc 31:cc _ 30 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 31 nsubj 31:nsubj _ -31 was be VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ -32 Like like INTJ UH _ 31 discourse 31:discourse _ -33 Ummmm ummmm INTJ UH _ 31 discourse 31:discourse _ -34 okay okay INTJ UH _ 33 discourse 33:discourse SpaceAfter=No +31 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +32 Like like ADP RP _ 31 compound:prt 31:compound:prt _ +33 Ummmm um INTJ UH Style=Expr 34 discourse 34:discourse CorrectForm=Um +34 okay okay INTJ UH _ 31 ccomp 31:ccomp SpaceAfter=No 35 ??? ??? PUNCT . _ 5 punct 5:punct _ # sent_id = answers-20111108091921AAaLK4e_ans-0062 # text = Im glad his butt was facing me so he couldn't see my red face I think my Mare was even laughing.. 1-2 Im _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 m be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 m be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 3 cop 3:cop CorrectForm='m 3 glad glad ADJ JJ Degree=Pos 0 root 0:root _ -4 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 butt butt NOUN NN Number=Sing 7 nsubj 7:nsubj _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 aux 7:aux _ 7 facing face VERB VBG Tense=Pres|VerbForm=Part 3 ccomp 3:ccomp _ @@ -190695,12 +190805,12 @@ 11 could could AUX MD VerbForm=Fin 13 aux 13:aux _ 12 n't not PART RB _ 13 advmod 13:advmod _ 13 see see VERB VB VerbForm=Inf 7 advcl 7:advcl:so _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 15 red red ADJ JJ Degree=Pos 16 amod 16:amod _ 16 face face NOUN NN Number=Sing 13 obj 13:obj _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -18 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ -19 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +18 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +19 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 Mare mare NOUN NN Number=Sing 23 nsubj 23:nsubj _ 21 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 23 aux 23:aux _ 22 even even ADV RB _ 23 advmod 23:advmod _ @@ -190710,12 +190820,12 @@ # sent_id = answers-20111108091921AAaLK4e_ans-0063 # text = Well 6 weeks Later when he came back out He was again working on my mares front Foot and I looked Down and Yeah he had Wholes In his pants In the wrong places I bust out Laughing and He was like what??? 1 Well well INTJ UH _ 13 discourse 13:discourse _ -2 6 6 NUM CD NumType=Card 3 nummod 3:nummod _ +2 6 6 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 3 weeks week NOUN NNS Number=Plur 4 obl:npmod 4:obl:npmod _ -4 Later later ADV RBR Degree=Cmp 13 advmod 13:advmod _ -5 when when SCONJ WRB PronType=Int 7 mark 7:mark _ +4 Later late ADV RBR Degree=Cmp 13 advmod 13:advmod _ +5 when when ADV WRB PronType=Int 7 advmod 7:advmod _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:when _ +7 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:when _ 8 back back ADV RB _ 9 advmod 9:advmod _ 9 out out ADV RB _ 7 advmod 7:advmod _ 10 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ @@ -190723,60 +190833,60 @@ 12 again again ADV RB _ 13 advmod 13:advmod _ 13 working work VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 14 on on ADP IN _ 19 case 19:case _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16-17 mares _ _ _ _ _ _ _ _ 16 mare mare NOUN NN Number=Sing 19 nmod:poss 19:nmod:poss _ -17 s 's PART POS _ 16 case 16:case _ +17 s 's PART POS Typo=Yes 16 case 16:case CorrectForm='s 18 front front ADJ JJ Degree=Pos 19 amod 19:amod _ 19 Foot Foot PROPN NNP Number=Sing 13 obl 13:obl:on _ 20 and and CCONJ CC _ 22 cc 22:cc _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -22 looked look VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 conj 13:conj:and _ +22 looked look VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 13 conj 13:conj:and _ 23 Down down ADV RB _ 22 advmod 22:advmod _ 24 and and CCONJ CC _ 27 cc 27:cc _ 25 Yeah yeah INTJ UH _ 27 discourse 27:discourse _ 26 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 27 nsubj 27:nsubj _ -27 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 conj 13:conj:and _ -28 Wholes whole NOUN NNS Number=Plur 27 obj 27:obj _ +27 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 conj 13:conj:and _ +28 Wholes hole NOUN NNS Number=Plur|Typo=Yes 27 obj 27:obj CorrectForm=holes 29 In in ADP IN _ 31 case 31:case _ -30 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ +30 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ 31 pants pants NOUN NNS Number=Plur 28 nmod 28:nmod:in _ 32 In in ADP IN _ 35 case 35:case _ 33 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ 34 wrong wrong ADJ JJ Degree=Pos 35 amod 35:amod _ 35 places place NOUN NNS Number=Plur 28 nmod 28:nmod:in _ 36 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 37 nsubj 37:nsubj|39:nsubj:xsubj _ -37 bust bust VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 parataxis 13:parataxis _ +37 bust bust VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 13 parataxis 13:parataxis _ 38 out out ADP RP _ 37 compound:prt 37:compound:prt _ 39 Laughing laugh VERB VBG VerbForm=Ger 37 xcomp 37:xcomp _ -40 and and CCONJ CC _ 44 cc 44:cc _ -41 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 44 nsubj 44:nsubj _ -42 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 44 cop 44:cop _ -43 like like INTJ UH _ 44 discourse 44:discourse _ -44 what what PRON WP PronType=Int 13 conj 13:conj:and SpaceAfter=No +40 and and CCONJ CC _ 42 cc 42:cc _ +41 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 42 nsubj 42:nsubj _ +42 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 conj 13:conj:and _ +43 like like ADP RP _ 42 compound:prt 42:compound:prt _ +44 what what PRON WP PronType=Int 42 ccomp 42:ccomp SpaceAfter=No 45 ??? ??? PUNCT . _ 13 punct 13:punct _ # sent_id = answers-20111108091921AAaLK4e_ans-0064 # text = I was like Ummmm i can see your ass cheeks...he was like Oops did i forget my Underwear??? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 was be VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 like like ADP RP _ 2 compound:prt 2:compound:prt _ -4 Ummmm ummmm INTJ UH _ 7 discourse 7:discourse _ -5 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ +4 Ummmm um INTJ UH Style=Expr 7 discourse 7:discourse CorrectForm=Um +5 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 6 can can AUX MD VerbForm=Fin 7 aux 7:aux _ 7 see see VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 ass ass NOUN NN Number=Sing 10 compound 10:compound _ 10 cheeks cheek NOUN NNS Number=Plur 7 obj 7:obj SpaceAfter=No -11 ... ... PUNCT , _ 2 punct 2:punct SpaceAfter=No +11 ... ... PUNCT , _ 13 punct 13:punct SpaceAfter=No 12 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 14 like like ADP RP _ 13 compound:prt 13:compound:prt _ 15 Oops oops INTJ UH _ 18 discourse 18:discourse _ -16 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 aux 18:aux _ -17 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ +16 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 18 aux 18:aux _ +17 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ 18 forget forget VERB VB VerbForm=Inf 13 ccomp 13:ccomp _ -19 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 Underwear underwear NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No 21 ??? ??? PUNCT . _ 2 punct 2:punct _ @@ -190789,13 +190899,13 @@ 5 way way NOUN NN Number=Sing 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 flirt flirt VERB VB VerbForm=Inf 5 acl 5:acl:to SpaceAfter=No -8 .. .. PUNCT , _ 5 punct 5:punct _ +8 .. .. PUNCT , _ 11 punct 11:punct _ 9 but but CCONJ CC _ 11 cc 11:cc _ -10 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 guss guss VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ +10 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ +11 guss guss VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ -14 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 way way NOUN NN Number=Sing 11 ccomp 11:ccomp SpaceAfter=No 16 ... ... PUNCT . _ 5 punct 5:punct _ @@ -190803,26 +190913,26 @@ # text = But like i said nothing ever came of It.. the next time I saw him He had told Me he had To get married to a girl Who he worked with becuse he knocked Her Up.. 1 But but CCONJ CC _ 7 cc 7:cc _ 2 like like SCONJ IN _ 4 mark 4:mark _ -3 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:like _ -5 nothing nothing PRON NN Number=Sing 7 nsubj 7:nsubj _ +3 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +4 said say VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:like _ +5 nothing nothing PRON NN Number=Sing|PronType=Neg 7 nsubj 7:nsubj _ 6 ever ever ADV RB _ 7 advmod 7:advmod _ -7 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 of of ADP IN _ 9 case 9:case _ 9 It it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obl 7:obl:of SpaceAfter=No -10 .. .. PUNCT , _ 7 punct 7:punct _ +10 .. .. PUNCT , _ 19 punct 19:punct _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 next next ADJ JJ Degree=Pos 13 amod 13:amod _ 13 time time NOUN NN Number=Sing 19 obl:tmod 19:obl:tmod _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +15 saw see VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 16 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 obj 15:obj _ 17 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj _ -18 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 aux 19:aux _ +18 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 aux 19:aux _ 19 told tell VERB VBN Tense=Past|VerbForm=Part 7 parataxis 7:parataxis _ 20 Me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 19 iobj 19:iobj _ 21 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj|25:nsubj:xsubj _ -22 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 ccomp 19:ccomp _ +22 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 ccomp 19:ccomp _ 23 To to PART TO _ 25 mark 25:mark _ 24 get get AUX VB VerbForm=Inf 25 aux:pass 25:aux:pass _ 25 married marry VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 xcomp 22:xcomp _ @@ -190831,11 +190941,11 @@ 28 girl girl NOUN NN Number=Sing 25 obl 25:obl:to|31:obl _ 29 Who who PRON WP PronType=Rel 31 obl 28:ref _ 30 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 31 nsubj 31:nsubj _ -31 worked work VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 28 acl:relcl 28:acl:relcl _ +31 worked work VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 28 acl:relcl 28:acl:relcl _ 32 with with ADP IN _ 29 case 29:case _ -33 becuse because SCONJ IN Typo=Yes 35 mark 35:mark _ +33 becuse because SCONJ IN Typo=Yes 35 mark 35:mark CorrectForm=because 34 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 35 nsubj 35:nsubj _ -35 knocked knock VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 advcl 25:advcl:becuse _ +35 knocked knock VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 advcl 25:advcl:because _ 36 Her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 35 obj 35:obj _ 37 Up up ADP RP _ 35 compound:prt 35:compound:prt SpaceAfter=No 38 .. .. PUNCT . _ 7 punct 7:punct _ @@ -190845,10 +190955,10 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|7:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 heartbroken heartbroken ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -4 .. .. PUNCT , _ 3 punct 3:punct _ +4 .. .. PUNCT , _ 7 punct 7:punct _ 5 but but CCONJ CC _ 7 cc 7:cc _ 6 then then ADV RB PronType=Dem 7 advmod 7:advmod _ -7 realized realize VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ +7 realized realize VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ 8 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 9 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 cop 12:cop _ 10 not not PART RB _ 12 advmod 12:advmod _ @@ -190869,7 +190979,7 @@ 6 in in ADP IN _ 7 case 7:case _ 7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 5 obl 5:obl:in SpaceAfter=No 8 , , PUNCT , _ 12 punct 12:punct _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 farrier farrier NOUN NN Number=Sing 12 nsubj 12:nsubj _ 11 never never ADV RB _ 12 advmod 12:advmod _ 12 gives give VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ @@ -190888,13 +190998,13 @@ 25 a a DET DT Definite=Ind|PronType=Art 26 det 26:det _ 26 wife wife NOUN NN Number=Sing 24 obj 24:obj _ 27 and and CCONJ CC _ 29 cc 29:cc _ -28 2 2 NUM CD NumType=Card 29 nummod 29:nummod _ +28 2 2 NUM CD NumForm=Digit|NumType=Card 29 nummod 29:nummod _ 29 kids kid NOUN NNS Number=Plur 26 conj 24:obj|26:conj:and SpaceAfter=No 30 ) ) PUNCT -RRB- _ 21 punct 21:punct _ 31 anyway anyway INTJ UH _ 34 discourse 34:discourse SpaceAfter=No -32 , , PUNCT , _ 34 punct 34:punct _ +32 , , PUNCT , _ 31 punct 31:punct _ 33 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 34 nsubj 34:nsubj _ -34 find find VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ +34 find find VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ 35 that that SCONJ IN _ 40 mark 40:mark _ 36 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 40 nsubj 40:nsubj _ 37 can can AUX MD VerbForm=Fin 40 aux 40:aux _ @@ -190907,12 +191017,12 @@ 44 wait wait VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ 45 a a DET DT Definite=Ind|PronType=Art 46 det 46:det _ 46 week week NOUN NN Number=Sing 44 obj 44:obj _ -47 lo9nger lo9nger ADV RBR _ 46 advmod 46:advmod _ +47 lo9nger long ADV RBR Degree=Cmp|Typo=Yes 46 advmod 46:advmod CorrectForm=longer 48 and and CCONJ CC _ 53 cc 53:cc _ 49 if if SCONJ IN _ 52 mark 52:mark _ 50 still still ADV RB _ 52 advmod 52:advmod _ -51 no no DET DT _ 52 det 52:det _ -52 reply reply NOUN NN Number=Sing 53 csubj 53:csubj _ +51 no no DET DT PronType=Neg 52 det 52:det _ +52 reply reply NOUN NN Number=Sing 53 advcl 53:advcl _ 53 give give VERB VB Mood=Imp|VerbForm=Fin 4 conj 4:conj:and _ 54 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 53 iobj 53:iobj _ 55 a a DET DT Definite=Ind|PronType=Art 56 det 56:det _ @@ -190927,7 +191037,7 @@ 63 so so SCONJ IN _ 67 mark 67:mark _ 64 you you PRON PRP Case=Nom|Person=2|PronType=Prs 67 nsubj 67:nsubj|70:nsubj:xsubj _ 65-66 don’t _ _ _ _ _ _ _ _ -65 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 67 aux 67:aux _ +65 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 67 aux 67:aux _ 66 n’t not PART RB _ 67 advmod 67:advmod _ 67 have have VERB VB VerbForm=Inf 60 advcl 60:advcl:so _ 68 to to PART TO _ 70 mark 70:mark _ @@ -190953,10 +191063,10 @@ 9 , , PUNCT , _ 14 punct 14:punct _ 10 and and CCONJ CC _ 14 cc 14:cc _ 11 client client NOUN NN Number=Sing 14 compound 14:compound SpaceAfter=No -12 / / PUNCT , _ 13 cc 13:cc SpaceAfter=No +12 / / SYM , _ 13 cc 13:cc SpaceAfter=No 13 operator operator NOUN NN Number=Sing 11 conj 11:conj|14:compound _ 14 relationships relationship NOUN NNS Number=Plur 8 conj 5:nmod:of|8:conj:and SpaceAfter=No -15 , , PUNCT , _ 18 punct 18:punct _ +15 , , PUNCT , _ 3 punct 3:punct _ 16-17 he's _ _ _ _ _ _ _ _ 16 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 17 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ @@ -190979,11 +191089,11 @@ 7 call call VERB VB VerbForm=Inf 1 advcl 1:advcl:so _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 have have VERB VB VerbForm=Inf 7 conj 1:advcl:so|7:conj:and _ -10 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 come come VERB VB VerbForm=Inf 9 ccomp 9:ccomp _ +10 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj|11:nsubj:xsubj _ +11 come come VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 back back ADV RB _ 13 advmod 13:advmod _ 13 out out ADV RB _ 11 advmod 11:advmod _ -14 later later ADV RBR Degree=Cmp 11 advmod 11:advmod SpaceAfter=No +14 later late ADV RBR Degree=Cmp 11 advmod 11:advmod SpaceAfter=No 15 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = answers-20111108091921AAaLK4e_ans-0071 @@ -190991,7 +191101,7 @@ 1 Cute cute ADJ JJ Degree=Pos 7 advcl 7:advcl _ 2 or or CCONJ CC _ 3 cc 3:cc _ 3 not not PART RB _ 1 conj 1:conj:or|7:advcl SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +4 , , PUNCT , _ 1 punct 1:punct _ 5-6 I'd _ _ _ _ _ _ _ _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 6 'd would AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -191008,16 +191118,16 @@ 16 sub-par sub-par ADJ JJ Degree=Pos 17 amod 17:amod _ 17 job job NOUN NN Number=Sing 14 obj 14:obj _ 18 at at ADP IN _ 19 case 19:case _ -19 something something PRON NN Number=Sing 14 obl 14:obl:at _ +19 something something PRON NN Number=Sing|PronType=Ind 14 obl 14:obl:at _ 20 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj|24:nsubj:xsubj _ 21 needs need VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ 22 to to PART TO _ 24 mark 24:mark _ 23 be be AUX VB VerbForm=Inf 24 aux 24:aux _ 24 doing do VERB VBG Tense=Pres|VerbForm=Part 21 xcomp 21:xcomp _ -25 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ -26 best best ADJ JJS Degree=Sup 24 obj 24:obj _ +25 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +26 best good ADJ JJS Degree=Sup 24 obj 24:obj _ 27 at at ADP IN _ 24 obl 24:obl SpaceAfter=No -28 , , PUNCT , _ 7 punct 7:punct _ +28 , , PUNCT , _ 43 punct 43:punct _ 29 whether whether SCONJ IN _ 32 mark 32:mark _ 30-31 he's _ _ _ _ _ _ _ _ 30 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 32 nsubj 32:nsubj|34:nsubj|36:nsubj:xsubj|40:nsubj _ @@ -191027,28 +191137,28 @@ 34 trying try VERB VBG Tense=Pres|VerbForm=Part 32 conj 32:conj:or|43:advcl:whether _ 35 to to PART TO _ 36 mark 36:mark _ 36 ask ask VERB VB VerbForm=Inf 34 xcomp 34:xcomp _ -37 you you PRON PRP Case=Acc|Person=2|PronType=Prs 36 obj 36:obj _ +37 you you PRON PRP Case=Acc|Person=2|PronType=Prs 36 iobj 36:iobj _ 38 out out ADV RB _ 36 advmod 36:advmod _ 39 or or CCONJ CC _ 40 cc 40:cc _ 40 not not PART RB _ 32 conj 32:conj:or|43:advcl:whether SpaceAfter=No -41 , , PUNCT , _ 43 punct 43:punct _ +41 , , PUNCT , _ 32 punct 32:punct _ 42 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 43 nsubj 43:nsubj|45:nsubj:xsubj _ 43 ought ought AUX MD VerbForm=Fin 7 parataxis 7:parataxis _ 44 to to PART TO _ 45 mark 45:mark _ 45 put put VERB VB VerbForm=Inf 43 xcomp 43:xcomp _ 46 quality quality NOUN NN Number=Sing 45 obj 45:obj _ -47 first first ADV RB _ 45 advmod 45:advmod SpaceAfter=No +47 first first ADV RB NumForm=Word|NumType=Ord 45 advmod 45:advmod SpaceAfter=No 48 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108091921AAaLK4e_ans-0072 # text = This is, after all, his business, and if he wants you to remain a customer why on earth is he doing shoddy work? 1 This this PRON DT Number=Sing|PronType=Dem 8 nsubj 8:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop SpaceAfter=No -3 , , PUNCT , _ 8 punct 8:punct _ -4 after after ADV RB _ 5 advmod 5:advmod _ -5 all all ADV RB _ 8 advmod 8:advmod SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ -7 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +3 , , PUNCT , _ 2 punct 2:punct _ +4 after after ADP IN _ 5 case 5:case _ +5 all all DET DT PronType=Tot 8 obl 8:obl:after SpaceAfter=No +6 , , PUNCT , _ 5 punct 5:punct _ +7 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 business business NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 9 , , PUNCT , _ 24 punct 24:punct _ 10 and and CCONJ CC _ 24 cc 24:cc _ @@ -191074,9 +191184,9 @@ # sent_id = answers-20111108104724AAuBUR7_ans-0001 # newpar id = answers-20111108104724AAuBUR7_ans-p0001 # text = EPM, Anyone Dealt with it? -1 EPM epm NOUN NN Number=Sing 6 appos 6:appos SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ -3 Anyone anyone PRON NN Number=Sing 4 nsubj 4:nsubj _ +1 EPM EPM NOUN NN Number=Sing 4 dislocated 4:dislocated SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ +3 Anyone anyone PRON NN Number=Sing|PronType=Ind 4 nsubj 4:nsubj _ 4 Dealt deal VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 with with ADP IN _ 6 case 6:case _ 6 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obl 4:obl:with SpaceAfter=No @@ -191086,7 +191196,7 @@ # text = Might be something different? 1 Might might AUX MD VerbForm=Fin 3 aux 3:aux _ 2 be be AUX VB VerbForm=Inf 3 cop 3:cop _ -3 something something PRON NN Number=Sing 0 root 0:root _ +3 something something PRON NN Number=Sing|PronType=Ind 0 root 0:root _ 4 different different ADJ JJ Degree=Pos 3 amod 3:amod SpaceAfter=No 5 ? ? PUNCT . _ 3 punct 3:punct _ @@ -191094,7 +191204,7 @@ # newpar id = answers-20111108104724AAuBUR7_ans-p0002 # text = I have the opportunity to pick up a super nice 6 year old for free. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 opportunity opportunity NOUN NN Number=Sing 2 obj 2:obj _ 5 to to PART TO _ 6 mark 6:mark _ @@ -191103,7 +191213,7 @@ 8 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 9 super super ADV RB _ 10 advmod 10:advmod _ 10 nice nice ADJ JJ Degree=Pos 13 amod 13:amod _ -11 6 6 NUM CD NumType=Card 12 nummod 12:nummod _ +11 6 6 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 12 year year NOUN NN Number=Sing 13 nmod:npmod 13:nmod:npmod _ 13 old old NOUN NN Number=Sing 6 obj 6:obj _ 14 for for ADP IN _ 15 case 15:case _ @@ -191121,7 +191231,7 @@ 6 but but CCONJ CC _ 10 cc 10:cc _ 7-8 he's _ _ _ _ _ _ _ _ 7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -8 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ +8 's have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 been be AUX VBN Tense=Past|VerbForm=Part 10 aux 10:aux _ 10 having have VERB VBG Tense=Pres|VerbForm=Part 4 conj 4:conj:but _ 11 issues issue NOUN NNS Number=Plur 10 obj 10:obj SpaceAfter=No @@ -191132,7 +191242,7 @@ 1-2 Here's _ _ _ _ _ _ _ _ 1 Here here ADV RB PronType=Dem 0 root 0:root _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop 1:cop _ -3 what what PRON WP PronType=Int 1 nsubj 1:nsubj _ +3 what what PRON WP PronType=Rel 1 nsubj 1:nsubj|7:obj _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 owner owner NOUN NN Number=Sing 7 nsubj 7:nsubj _ 6 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ @@ -191142,26 +191252,26 @@ # sent_id = answers-20111108104724AAuBUR7_ans-0006 # text = I have a 5 year old that lost all of his cheek muscle on the right side about 3-4 months ago. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -4 5 5 NUM CD NumType=Card 5 nummod 5:nummod _ +4 5 5 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 year year NOUN NN Number=Sing 6 nmod:npmod 6:nmod:npmod _ 6 old old NOUN NN Number=Sing 2 obj 2:obj|8:nsubj _ 7 that that PRON WDT PronType=Rel 8 nsubj 6:ref _ -8 lost lose VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ -9 all all DET DT _ 8 obj 8:obj _ +8 lost lose VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +9 all all DET DT PronType=Tot 8 obj 8:obj _ 10 of of ADP IN _ 13 case 13:case _ -11 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 12 cheek cheek NOUN NN Number=Sing 13 compound 13:compound _ 13 muscle muscle NOUN NN Number=Sing 9 nmod 9:nmod:of _ 14 on on ADP IN _ 17 case 17:case _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 right right ADJ JJ Degree=Pos 17 amod 17:amod _ 17 side side NOUN NN Number=Sing 9 nmod 9:nmod:on _ -18 about about ADP IN _ 22 advmod 22:advmod _ -19 3 3 NUM CD NumType=Card 22 nummod 22:nummod SpaceAfter=No -20 - - SYM SYM _ 21 case 21:case SpaceAfter=No -21 4 4 NUM CD NumType=Card 19 nmod 19:nmod _ +18 about about ADV IN _ 19 advmod 19:advmod _ +19 3 3 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod SpaceAfter=No +20 - - SYM SYM _ 21 advmod 21:advmod SpaceAfter=No +21 4 4 NUM CD NumForm=Digit|NumType=Card 19 nmod 19:nmod _ 22 months month NOUN NNS Number=Plur 23 obl:npmod 23:obl:npmod _ 23 ago ago ADV RB _ 8 advmod 8:advmod SpaceAfter=No 24 . . PUNCT . _ 2 punct 2:punct _ @@ -191169,21 +191279,21 @@ # sent_id = answers-20111108104724AAuBUR7_ans-0007 # text = I chalked it up to possible nerve damage, because this is what the vet thought and the other cheek muscle was fine and he had no theeth problems. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 chalked chalk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 chalked chalk VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ 4 up up ADP RP _ 2 compound:prt 2:compound:prt _ 5 to to ADP IN _ 8 case 8:case _ 6 possible possible ADJ JJ Degree=Pos 8 amod 8:amod _ -7 nerve nerve ADJ JJ Degree=Pos 8 amod 8:amod _ +7 nerve nerve NOUN NN Number=Sing 8 compound 8:compound _ 8 damage damage NOUN NN Number=Sing 2 obl 2:obl:to SpaceAfter=No -9 , , PUNCT , _ 2 punct 2:punct _ +9 , , PUNCT , _ 13 punct 13:punct _ 10 because because SCONJ IN _ 13 mark 13:mark _ 11 this this PRON DT Number=Sing|PronType=Dem 13 nsubj 13:nsubj _ -12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _|CheckUPOS=VERB -13 what what PRON WP PronType=Int 2 advcl 2:advcl:because _ +12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +13 what what PRON WP PronType=Rel 2 advcl 2:advcl:because|16:obj _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 vet vet NOUN NN Number=Sing 16 nsubj 16:nsubj _ -16 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +16 thought think VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 17 and and CCONJ CC _ 23 cc 23:cc _ 18 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 19 other other ADJ JJ Degree=Pos 21 amod 21:amod _ @@ -191193,9 +191303,9 @@ 23 fine fine ADJ JJ Degree=Pos 13 conj 2:advcl:because|13:conj:and _ 24 and and CCONJ CC _ 26 cc 26:cc _ 25 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 26 nsubj 26:nsubj _ -26 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 conj 2:advcl:because|13:conj:and _ -27 no no DET DT _ 29 det 29:det _ -28 theeth theeth NOUN NN Number=Sing 29 compound 29:compound _ +26 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 conj 2:advcl:because|13:conj:and _ +27 no no DET DT PronType=Neg 29 det 29:det _ +28 theeth tooth NOUN NNS Number=Plur|Typo=Yes 29 compound 29:compound CorrectForm=teeth 29 problems problem NOUN NNS Number=Plur 26 obj 26:obj SpaceAfter=No 30 . . PUNCT . _ 2 punct 2:punct _ @@ -191203,18 +191313,18 @@ # text = So I sent him to the trainers the first of September to be started on the barrels. 1 So so ADV RB _ 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj|14:nsubj:xsubj _ +3 sent send VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 to to ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 trainers trainer NOUN NNS Number=Plur 3 obl 3:obl:to _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 first first NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ +9 first first NOUN NN Number=Sing|NumForm=Word|NumType=Ord 3 obl:tmod 3:obl:tmod _ 10 of of ADP IN _ 11 case 11:case _ 11 September September PROPN NNP Number=Sing 9 nmod 9:nmod:of _ 12 to to PART TO _ 14 mark 14:mark _ 13 be be AUX VB VerbForm=Inf 14 aux:pass 14:aux:pass _ -14 started start VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 xcomp 3:xcomp _ +14 started start VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 advcl 3:advcl:to _ 15 on on ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 barrels barrel NOUN NNS Number=Plur 14 obl 14:obl:on SpaceAfter=No @@ -191223,22 +191333,22 @@ # sent_id = answers-20111108104724AAuBUR7_ans-0009 # text = I got him back the first of the month and he had lost some weight but attributed that to be worked everyday (I expected him to drop some). 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ 4 back back ADV RB _ 2 advmod 2:advmod _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 first first NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod _ +6 first first NOUN NN Number=Sing|NumForm=Word|NumType=Ord 2 obl:tmod 2:obl:tmod _ 7 of of ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 month month NOUN NN Number=Sing 6 nmod 6:nmod:of _ 10 and and CCONJ CC _ 13 cc 13:cc _ 11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj|17:nsubj _ -12 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 aux 13:aux _ +12 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 13 lost lose VERB VBN Tense=Past|VerbForm=Part 2 conj 2:conj:and _ -14 some some DET DT _ 15 det 15:det _ +14 some some DET DT PronType=Ind 15 det 15:det _ 15 weight weight NOUN NN Number=Sing 13 obj 13:obj _ 16 but but CCONJ CC _ 17 cc 17:cc _ -17 attributed attribute VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 conj 13:conj:but _ +17 attributed attribute VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 conj 13:conj:but _ 18 that that PRON DT Number=Sing|PronType=Dem 17 obj 17:obj _ 19 to to SCONJ IN _ 21 mark 21:mark _ 20 be be AUX VB VerbForm=Inf 21 aux:pass 21:aux:pass _ @@ -191246,11 +191356,11 @@ 22 everyday everyday NOUN NN Number=Sing 21 obl:tmod 21:obl:tmod _ 23 ( ( PUNCT -LRB- _ 25 punct 25:punct SpaceAfter=No 24 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 25 nsubj 25:nsubj _ -25 expected expect VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 parataxis 17:parataxis _ +25 expected expect VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 17 parataxis 17:parataxis _ 26 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 25 obj 25:obj|28:nsubj:xsubj _ 27 to to PART TO _ 28 mark 28:mark _ 28 drop drop VERB VB VerbForm=Inf 25 xcomp 25:xcomp _ -29 some some DET DT _ 28 obj 28:obj SpaceAfter=No +29 some some DET DT PronType=Ind 28 obj 28:obj SpaceAfter=No 30 ) ) PUNCT -RRB- _ 25 punct 25:punct SpaceAfter=No 31 . . PUNCT . _ 2 punct 2:punct _ @@ -191268,7 +191378,7 @@ 10 left left ADJ JJ Degree=Pos 11 amod 11:amod _ 11 side side NOUN NN Number=Sing 4 obl 4:obl:on _ 12 of of ADP IN _ 14 case 14:case _ -13 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 face face NOUN NN Number=Sing 11 nmod 11:nmod:of _ 15 and and CCONJ CC _ 16 cc 16:cc _ 16 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ @@ -191283,7 +191393,7 @@ # sent_id = answers-20111108104724AAuBUR7_ans-0011 # text = Had him to a dentist yesterday and there is no teeth problems. -1 Had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 1 obj 1:obj _ 3 to to ADP IN _ 5 case 5:case _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ @@ -191292,7 +191402,7 @@ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 there there PRON EX _ 9 expl 9:expl _ 9 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 conj 1:conj:and _ -10 no no DET DT _ 12 det 12:det _ +10 no no DET DT PronType=Neg 12 det 12:det _ 11 teeth tooth NOUN NNS Number=Plur 12 compound 12:compound _ 12 problems problem NOUN NNS Number=Plur 9 nsubj 9:nsubj SpaceAfter=No 13 . . PUNCT . _ 1 punct 1:punct _ @@ -191302,15 +191412,15 @@ 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj|10:nsubj|16:nsubj _ 2 can can AUX MD VerbForm=Fin 3 aux 3:aux _ 3 eat eat VERB VB VerbForm=Inf 0 root 0:root _ -4 all all DET PDT _ 6 det:predet 6:det:predet _ -5 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 all all DET PDT PronType=Tot 6 det:predet 6:det:predet _ +5 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 feed feed NOUN NN Number=Sing 3 obj 3:obj _ 7 and and CCONJ CC _ 10 cc 10:cc _ 8-9 doesn't _ _ _ _ _ _ _ _ 8 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 n't not PART RB _ 10 advmod 10:advmod _ 10 drop drop VERB VB VerbForm=Inf 3 conj 3:conj:and _ -11 any any DET DT _ 10 obj 10:obj SpaceAfter=No +11 any any DET DT PronType=Ind 10 obj 10:obj SpaceAfter=No 12 , , PUNCT , _ 16 punct 16:punct _ 13 but but CCONJ CC _ 16 cc 16:cc _ 14-15 cannot _ _ _ _ _ _ _ _ @@ -191331,10 +191441,10 @@ # text = He is gant looking in his flank area and is losing topline muscle. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj|11:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -3 gant gant ADJ JJ Degree=Pos 4 advmod 4:advmod _ +3 gant gaunt ADJ JJ Degree=Pos|Typo=Yes 4 compound 4:compound CorrectForm=gaunt 4 looking look VERB VBG VerbForm=Ger 0 root 0:root _ 5 in in ADP IN _ 8 case 8:case _ -6 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 flank flank NOUN NN Number=Sing 8 compound 8:compound _ 8 area area NOUN NN Number=Sing 4 obl 4:obl:in _ 9 and and CCONJ CC _ 11 cc 11:cc _ @@ -191349,48 +191459,48 @@ 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 2 only only ADJ JJ Degree=Pos 4 amod 4:amod _ 3 neurological neurological ADJ JJ Degree=Pos 4 amod 4:amod _ -4 sign sign NOUN NN Number=Sing 8 nsubj 7:obj|8:nsubj _ -5 that that DET DT Number=Sing|PronType=Dem 7 obj 4:ref _ +4 sign sign NOUN NN Number=Sing 12 nsubj:outer 7:obj|12:nsubj:outer|17:nsubj:outer _ +5 that that PRON WDT PronType=Rel 7 obj 4:ref|7:obj _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 7 shows show VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ -8 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 9 that that SCONJ IN _ 12 mark 12:mark _ 10 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj|17:nsubj _ 11 barely barely ADV RB _ 12 advmod 12:advmod _ -12 drags drag VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 ccomp 8:ccomp _ -13 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 drags drag VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +13 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 toes toe NOUN NNS Number=Plur 12 obj 12:obj _ 15 and and CCONJ CC _ 17 cc 17:cc _ 16 sometimes sometimes ADV RB _ 17 advmod 17:advmod _ -17 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 conj 8:ccomp|12:conj:and _ +17 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 conj 0:root|12:conj:and _ 18 trouble trouble NOUN NN Number=Sing 17 obj 17:obj _ 19 with with ADP IN _ 22 case 22:case _ -20 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +20 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 21 right right ADJ JJ Degree=Pos 22 amod 22:amod _ -22 lead lead NOUN NN Number=Sing 18 obl 18:obl:with SpaceAfter=No -23 . . PUNCT . _ 8 punct 8:punct _ +22 lead lead NOUN NN Number=Sing 18 nmod 18:nmod:with SpaceAfter=No +23 . . PUNCT . _ 12 punct 12:punct _ # sent_id = answers-20111108104724AAuBUR7_ans-0015 # text = The horse I had posted about a couple weeks ago with the atrophied cheek muscles is down to his last resort for life. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 horse horse NOUN NN Number=Sing 21 nsubj 21:nsubj _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -4 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +4 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 5 posted post VERB VBN Tense=Past|VerbForm=Part 2 acl:relcl 2:acl:relcl _ 6 about about ADP IN _ 5 obl 5:obl _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -8 couple couple NOUN NN Number=Sing 9 nmod 9:nmod _ +8 couple couple NOUN NN Number=Sing 9 nmod:npmod 9:nmod:npmod _ 9 weeks week NOUN NNS Number=Plur 10 obl:npmod 10:obl:npmod _ 10 ago ago ADV RB _ 5 advmod 5:advmod _ 11 with with ADP IN _ 15 case 15:case _ 12 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -13 atrophied atrophy VERB VBN Tense=Past|VerbForm=Part 15 amod 15:amod _ +13 atrophied atrophy VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 amod 15:amod _ 14 cheek cheek NOUN NN Number=Sing 15 compound 15:compound _ 15 muscles muscle NOUN NNS Number=Plur 2 nmod 2:nmod:with _ 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 17 down down ADP IN _ 21 case 21:case _ -18 to to ADP IN _ 17 fixed 17:fixed _ -19 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +18 to to ADP IN _ 21 case 21:case _ +19 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 20 last last ADJ JJ Degree=Pos 21 amod 21:amod _ 21 resort resort NOUN NN Number=Sing 0 root 0:root _ 22 for for ADP IN _ 23 case 23:case _ @@ -191400,7 +191510,8 @@ # sent_id = answers-20111108104724AAuBUR7_ans-0016 # text = I CANNOT afford to treat whatever is wrong with him. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -2 CAN can AUX MD VerbForm=Fin 4 aux 4:aux SpaceAfter=No +2-3 CANNOT _ _ _ _ _ _ _ _ +2 CAN can AUX MD VerbForm=Fin 4 aux 4:aux _ 3 NOT not PART RB _ 4 advmod 4:advmod _ 4 afford afford VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ @@ -191415,25 +191526,25 @@ # sent_id = answers-20111108104724AAuBUR7_ans-0017 # text = NO, I have not done an EPM test but have done an extensive blood panel and my vet did a neurological physical exam. 1 NO no INTJ UH _ 6 discourse 6:discourse SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj|12:nsubj _ -4 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 not not PART RB _ 6 advmod 6:advmod _ 6 done do VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 7 an a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -8 EPM epm NOUN NN Number=Sing 9 compound 9:compound _ +8 EPM EPM NOUN NN Number=Sing 9 compound 9:compound _ 9 test test NOUN NN Number=Sing 6 obj 6:obj _ 10 but but CCONJ CC _ 12 cc 12:cc _ -11 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 done do VERB VBN Tense=Past|VerbForm=Part 6 conj 6:conj:but _ 13 an a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 14 extensive extensive ADJ JJ Degree=Pos 16 amod 16:amod _ 15 blood blood NOUN NN Number=Sing 16 compound 16:compound _ 16 panel panel NOUN NN Number=Sing 12 obj 12:obj _ 17 and and CCONJ CC _ 20 cc 20:cc _ -18 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 vet vet NOUN NN Number=Sing 20 nsubj 20:nsubj _ -20 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 6:conj:but _ +20 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 conj 6:conj:but _ 21 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 22 neurological neurological ADJ JJ Degree=Pos 24 amod 24:amod _ 23 physical physical ADJ JJ Degree=Pos 24 amod 24:amod _ @@ -191443,17 +191554,17 @@ # sent_id = answers-20111108104724AAuBUR7_ans-0018 # text = We elected to not do the EPM test because there was NO neurological signs. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|5:nsubj:xsubj _ -2 elected elect VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 elected elect VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 5 mark 5:mark _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 do do VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 EPM epm NOUN NN Number=Sing 8 compound 8:compound _ +7 EPM EPM NOUN NN Number=Sing 8 compound 8:compound _ 8 test test NOUN NN Number=Sing 5 obj 5:obj _ 9 because because SCONJ IN _ 11 mark 11:mark _ 10 there there PRON EX _ 11 expl 11:expl _ 11 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:because _ -12 NO no DET DT _ 14 det 14:det _ +12 NO no DET DT PronType=Neg 14 det 14:det _ 13 neurological neurological ADJ JJ Degree=Pos 14 amod 14:amod _ 14 signs sign NOUN NNS Number=Plur 11 nsubj 11:nsubj SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ @@ -191464,7 +191575,7 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 still still ADV RB _ 4 advmod 4:advmod _ 4 showing show VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -5 no no DET DT _ 6 det 6:det _ +5 no no DET DT PronType=Neg 6 det 6:det _ 6 signs sign NOUN NNS Number=Plur 4 obj 4:obj _ 7 other other ADJ JJ Degree=Pos 6 amod 6:amod _ 8 than than ADP IN _ 11 case 11:case _ @@ -191473,7 +191584,7 @@ 11 loss loss NOUN NN Number=Sing 7 obl 7:obl:than SpaceAfter=No 12 , , PUNCT , _ 16 punct 16:punct _ 13 and and CCONJ CC _ 16 cc 16:cc _ -14 some some DET DT _ 16 det 16:det _ +14 some some DET DT PronType=Ind 16 det 16:det _ 15 muscle muscle NOUN NN Number=Sing 16 compound 16:compound _ 16 atrophy atrophy NOUN NN Number=Sing 11 conj 7:obl:than|11:conj:and SpaceAfter=No 17 . . PUNCT . _ 4 punct 4:punct _ @@ -191482,9 +191593,9 @@ # text = He eats all of his grain but it just takes him a while to get it chewed because of the lack of muscle in his jaws. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ 2 eats eat VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 all all DET DT _ 2 obj 2:obj _ +3 all all DET DT PronType=Tot 2 obj 2:obj _ 4 of of ADP IN _ 6 case 6:case _ -5 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 grain grain NOUN NN Number=Sing 3 nmod 3:nmod:of _ 7 but but CCONJ CC _ 10 cc 10:cc _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ @@ -191496,7 +191607,7 @@ 14 to to PART TO _ 15 mark 15:mark _ 15 get get VERB VB VerbForm=Inf 13 acl 13:acl:to _ 16 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 obj 15:obj|17:nsubj:xsubj _ -17 chewed chew VERB VBN Tense=Past|VerbForm=Part 15 xcomp 15:xcomp _ +17 chewed chew VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 xcomp 15:xcomp _ 18 because because ADP IN _ 21 case 21:case _ 19 of of ADP IN _ 18 fixed 18:fixed _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ @@ -191504,7 +191615,7 @@ 22 of of ADP IN _ 23 case 23:case _ 23 muscle muscle NOUN NN Number=Sing 21 nmod 21:nmod:of _ 24 in in ADP IN _ 26 case 26:case _ -25 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 jaws jaw NOUN NNS Number=Plur 23 nmod 23:nmod:in SpaceAfter=No 27 . . PUNCT . _ 2 punct 2:punct _ @@ -191531,24 +191642,24 @@ 3 be be AUX VB VerbForm=Inf 4 aux 4:aux _ 4 getting get VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 with with ADP IN _ 7 case 7:case _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 vet vet NOUN NN Number=Sing 4 obl 4:obl:with _ -8 first first ADV RB _ 4 advmod 4:advmod _ +8 first first ADV RB NumForm=Word|NumType=Ord 4 advmod 4:advmod _ 9 and and CCONJ CC _ 16 cc 16:cc _ 10 if if SCONJ IN _ 13 mark 13:mark _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -12 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +12 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 get get VERB VB VerbForm=Inf 16 advcl 16:advcl:if _ 14 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 obj 13:obj SpaceAfter=No -15 , , PUNCT , _ 4 punct 4:punct _ +15 , , PUNCT , _ 13 punct 13:punct _ 16 have have VERB VB VerbForm=Inf 4 conj 4:conj:and _ 17 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 18 spinal spinal ADJ JJ Degree=Pos 19 amod 19:amod _ 19 fluid fluid NOUN NN Number=Sing 20 compound 20:compound _ 20 test test NOUN NN Number=Sing 16 obj 16:obj|21:nsubj:xsubj _ -21 done do VERB VBN Tense=Past|VerbForm=Part 16 xcomp 16:xcomp _ +21 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 xcomp 16:xcomp _ 22 for for ADP IN _ 23 case 23:case _ -23 EPM epm NOUN NN Number=Sing 21 obl 21:obl:for _ +23 EPM EPM NOUN NN Number=Sing 21 obl 21:obl:for _ 24 and and CCONJ CC _ 27 cc 27:cc _ 25 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 26 titer titer NOUN NN Number=Sing 27 compound 27:compound _ @@ -191577,7 +191688,7 @@ # sent_id = answers-20111108104724AAuBUR7_ans-0024 # text = My other theory would be wobblers. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 other other ADJ JJ Degree=Pos 3 amod 3:amod _ 3 theory theory NOUN NN Number=Sing 6 nsubj 6:nsubj _ 4 would would AUX MD VerbForm=Fin 6 aux 6:aux _ @@ -191592,21 +191703,21 @@ 2 'll will AUX MD VerbForm=Fin 4 aux 4:aux _ 3 be be AUX VB VerbForm=Inf 4 aux 4:aux _ 4 having have VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 6 equine equine ADJ JJ Degree=Pos 9 amod 9:amod _ 7 chiro chiro NOUN NN Number=Sing 9 compound 9:compound SpaceAfter=No -8 / / PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +8 / / PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 acupuncturist acupuncturist NOUN NN Number=Sing 4 obj 4:obj|12:nsubj:xsubj _ 10 out out ADV RB _ 9 advmod 9:advmod _ 11 to to PART TO _ 12 mark 12:mark _ 12 do do VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -13 some some DET DT _ 14 det 14:det _ +13 some some DET DT PronType=Ind 14 det 14:det _ 14 work work NOUN NN Number=Sing 12 obj 12:obj _ 15 as as ADV RB _ 12 advmod 12:advmod _ 16 well well ADV RB Degree=Pos 15 fixed 15:fixed _ 17 if if SCONJ IN _ 20 mark 20:mark _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -19 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +19 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 20 get get VERB VB VerbForm=Inf 4 advcl 4:advcl:if _ 21 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 20 obj 20:obj SpaceAfter=No 22 .... .... PUNCT . _ 4 punct 4:punct _ @@ -191614,7 +191725,7 @@ # sent_id = answers-20111108104724AAuBUR7_ans-0026 # text = So any ideas? 1 So so ADV RB _ 3 advmod 3:advmod _ -2 any any DET DT _ 3 det 3:det _ +2 any any DET DT PronType=Ind 3 det 3:det _ 3 ideas idea NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 4 ? ? PUNCT . _ 3 punct 3:punct _ @@ -191652,8 +191763,8 @@ 4 to to PART TO _ 5 mark 5:mark _ 5 meet meet VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 obj 5:obj _ -7 half half X GW _ 5 advmod 5:advmod _ -8 way way ADV RB _ 7 goeswith 7:goeswith _ +7 half halfway ADV GW Typo=Yes 5 advmod 5:advmod _ +8 way _ X RB _ 7 goeswith 7:goeswith _ 9 with with ADP IN _ 10 case 10:case _ 10 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 obl 5:obl:with SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ @@ -191664,7 +191775,7 @@ 2 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 3 be be AUX VB VerbForm=Inf 4 aux 4:aux _ 4 calling call VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 vet vet NOUN NN Number=Sing 4 obj 4:obj _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 chiro chiro NOUN NN Number=Sing 6 conj 4:obj|6:conj:and _ @@ -191674,39 +191785,38 @@ # sent_id = answers-20111108104724AAuBUR7_ans-0032 # text = Worse comes to worse, I'm out of the $$ and have to put him down anyway or have a pretty pasture ornament. -1 Worse worse ADJ JJR Degree=Cmp 2 nsubj 2:nsubj _ +1 Worse bad ADJ JJR Degree=Cmp 2 nsubj 2:nsubj _ 2 comes come VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl _ 3 to to ADP IN _ 4 case 4:case _ -4 worse worse ADJ JJR Degree=Cmp 2 obl 2:obl:to SpaceAfter=No -5 , , PUNCT , _ 11 punct 11:punct _ +4 worse bad ADJ JJR Degree=Cmp 2 obl 2:obl:to SpaceAfter=No +5 , , PUNCT , _ 2 punct 2:punct _ 6-7 I'm _ _ _ _ _ _ _ _ -6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj|14:nsubj|16:nsubj:xsubj _ -7 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj|13:nsubj|15:nsubj:xsubj|20:nsubj _ +7 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 8 out out ADP IN _ 11 case 11:case _ 9 of of ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -11 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -12 $ $ SYM $ _ 11 goeswith 11:goeswith _ -13 and and CCONJ CC _ 14 cc 14:cc _ -14 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 conj 11:conj:and _ -15 to to PART TO _ 16 mark 16:mark _ -16 put put VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ -17 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 16 obj 16:obj _ -18 down down ADP RP _ 16 compound:prt 16:compound:prt _ -19 anyway anyway ADV RB _ 16 advmod 16:advmod _ -20 or or CCONJ CC _ 21 cc 21:cc _ -21 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 conj 14:conj:or _ -22 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ -23 pretty pretty ADJ JJ Degree=Pos 25 amod 25:amod _ -24 pasture pasture NOUN NN Number=Sing 25 compound 25:compound _ -25 ornament ornament NOUN NN Number=Sing 21 obj 21:obj SpaceAfter=No -26 . . PUNCT . _ 11 punct 11:punct _ +11 $$ $$ SYM $ _ 0 root 0:root _ +12 and and CCONJ CC _ 13 cc 13:cc _ +13 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 conj 11:conj:and _ +14 to to PART TO _ 15 mark 15:mark _ +15 put put VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ +16 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 obj 15:obj _ +17 down down ADP RP _ 15 compound:prt 15:compound:prt _ +18 anyway anyway ADV RB _ 15 advmod 15:advmod _ +19 or or CCONJ CC _ 20 cc 20:cc _ +20 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 conj 13:conj:or _ +21 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ +22 pretty pretty ADJ JJ Degree=Pos 24 amod 24:amod _ +23 pasture pasture NOUN NN Number=Sing 24 compound 24:compound _ +24 ornament ornament NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No +25 . . PUNCT . _ 11 punct 11:punct _ # sent_id = answers-20111108104724AAuBUR7_ans-0033 # text = He's still rideable currently and not having many issues under saddle. 1-2 He's _ _ _ _ _ _ _ _ 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj|8:nsubj _ -2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 still still ADV RB _ 4 advmod 4:advmod _ 4 rideable rideable ADJ JJ Degree=Pos 0 root 0:root _ 5 currently currently ADV RB _ 4 advmod 4:advmod _ @@ -191724,8 +191834,8 @@ 1 This this PRON DT Number=Sing|PronType=Dem 4 nsubj 4:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ -4 horse horse NOUN NN Number=Sing 0 root 0:root|11:obj _ -5 that that PRON WDT PronType=Rel 11 obj 4:ref _ +4 horse horse NOUN NN Number=Sing 0 root 0:root|13:obj _ +5 that that PRON WDT PronType=Rel 13 obj 4:ref _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj|13:nsubj:xsubj _ 7 otherwise otherwise ADV RB _ 11 advmod 11:advmod _ 8-9 wouldn't _ _ _ _ _ _ _ _ @@ -191739,17 +191849,17 @@ 15 even even ADV RB _ 18 advmod 18:advmod _ 16 if if SCONJ IN _ 18 mark 18:mark _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -18 spend spend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 advcl 24:advcl:if _ -19 2 2 NUM CD NumType=Card 20 nummod 20:nummod SpaceAfter=No -20 K k NUM CD NumType=Card 18 obj 18:obj _ -21 and on ADP IN Typo=Yes 22 case 22:case _ -22 treatment treatment NOUN NN Number=Sing 18 obl 18:obl:and _ +18 spend spend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 24 advcl 24:advcl:if _ +19 2 2 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod SpaceAfter=No +20 K thousand NUM CD Abbr=Yes|NumForm=Word|NumType=Card 18 obj 18:obj _ +21 and on ADP IN Typo=Yes 22 case 22:case CorrectForm=on +22 treatment treatment NOUN NN Number=Sing 18 obl 18:obl:on _ 23 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ -24 come come VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and|11:obj _ +24 come come VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and|11:obj _ 25 out out ADV RB _ 24 advmod 24:advmod _ 26 ahead ahead ADP IN _ 30 case 30:case _ 27 of of ADP IN _ 30 case 30:case _ -28 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +28 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 29 purchase purchase NOUN NN Number=Sing 30 compound 30:compound _ 30 price price NOUN NN Number=Sing 24 obl 24:obl:of SpaceAfter=No 31 . . PUNCT . _ 4 punct 4:punct _ @@ -191757,18 +191867,18 @@ # sent_id = answers-20111108104724AAuBUR7_ans-0035 # text = I posted what the owner as said in paragraph 2 & 3, that is not me to clarify. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 posted post VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 posted post VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 what what PRON WP PronType=Int 7 obj 7:obj _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 owner owner NOUN NN Number=Sing 7 nsubj 7:nsubj _ -6 as have AUX VBP Mood=Ind|Tense=Pres|Typo=Yes|VerbForm=Fin 7 aux 7:aux _ +6 as have AUX VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 7 aux 7:aux CorrectForm=has 7 said say VERB VBN Tense=Past|VerbForm=Part 2 ccomp 2:ccomp _ 8 in in ADP IN _ 9 case 9:case _ 9 paragraph paragraph NOUN NN Number=Sing 7 obl 7:obl:in _ -10 2 2 NUM CD NumType=Card 9 nummod 9:nummod _ +10 2 2 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 11 & & CCONJ CC _ 12 cc 12:cc _ -12 3 3 NUM CD NumType=Card 9 conj 7:obl:in|9:conj SpaceAfter=No -13 , , PUNCT , _ 2 punct 2:punct _ +12 3 3 NUM CD NumForm=Digit|NumType=Card 9 conj 7:obl:in|9:conj SpaceAfter=No +13 , , PUNCT , _ 17 punct 17:punct _ 14 that that PRON DT Number=Sing|PronType=Dem 17 nsubj 17:nsubj _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 16 not not PART RB _ 17 advmod 17:advmod _ @@ -191790,7 +191900,7 @@ 8 afford afford VERB VB VerbForm=Inf 4 acl:relcl 4:acl:relcl _ 9 to to PART TO _ 10 mark 10:mark _ 10 do do VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ -11 anything anything PRON NN Number=Sing 10 obj 10:obj _ +11 anything anything PRON NN Number=Sing|PronType=Ind 10 obj 10:obj _ 12 else else ADJ JJ Degree=Pos 11 amod 11:amod _ 13 for for ADP IN _ 14 case 14:case _ 14 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 obl 10:obl:for _ @@ -191813,12 +191923,12 @@ 5 and and CCONJ CC _ 8 cc 8:cc _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 7 already already ADV RB _ 8 advmod 8:advmod _ -8 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +8 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 feed feed NOUN NN Number=Sing 11 compound 11:compound _ 11 regimen regimen NOUN NN Number=Sing 8 obj 8:obj _ 12 in in ADP IN _ 14 case 14:case _ -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 head head NOUN NN Number=Sing 8 obl 8:obl:in _ 15 for for ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -191837,7 +191947,7 @@ # text = I don't think it will be hard to keep his weight up so long as he can eat the grain. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 think think VERB VB VerbForm=Inf 0 root 0:root _ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 expl 8:expl _ @@ -191846,7 +191956,7 @@ 8 hard hard ADJ JJ Degree=Pos 4 ccomp 4:ccomp _ 9 to to PART TO _ 10 mark 10:mark _ 10 keep keep VERB VB VerbForm=Inf 8 csubj 8:csubj _ -11 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 weight weight NOUN NN Number=Sing 10 obj 10:obj _ 13 up up ADV RB _ 10 advmod 10:advmod _ 14 so so ADV RB _ 15 advmod 15:advmod _ @@ -191886,7 +191996,7 @@ 4 to to PART TO _ 5 mark 5:mark _ 5 pull pull VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 EPM epm NOUN NN Number=Sing 8 compound 8:compound _ +7 EPM EPM NOUN NN Number=Sing 8 compound 8:compound _ 8 test test NOUN NN Number=Sing 5 obj 5:obj _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 treat treat VERB VB VerbForm=Inf 5 conj 3:xcomp|5:conj:and SpaceAfter=No @@ -191911,7 +192021,7 @@ 3 also also ADV RB _ 5 advmod 5:advmod _ 4 be be AUX VB VerbForm=Inf 5 aux 5:aux _ 5 having have VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 other other ADJ JJ Degree=Pos 8 amod 8:amod _ 8 vet vet NOUN NN Number=Sing 5 obj 5:obj|13:nsubj|15:nsubj _ 9 up up ADV RB _ 5 advmod 5:advmod _ @@ -191932,10 +192042,10 @@ # sent_id = answers-20111108104724AAuBUR7_ans-0043 # text = July is when he started to exhibit slight symptoms and the owner and vet originally thought it was just some nerve damage from something in the pasture with no visible injury. 1 July July PROPN NNP Number=Sing 3 nsubj 3:nsubj _ -2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _|CheckUPOS=VERB -3 when when ADV WRB PronType=Int 0 root 0:root _ +2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +3 when when ADV WRB PronType=Rel 0 root 0:root|5:advmod _ 4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ -5 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +5 started start VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 advcl:relcl 3:advcl:relcl _ 6 to to PART TO _ 7 mark 7:mark _ 7 exhibit exhibit VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 slight slight ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -191946,20 +192056,20 @@ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 vet vet NOUN NN Number=Sing 12 conj 12:conj:and|16:nsubj _ 15 originally originally ADV RB _ 16 advmod 16:advmod _ -16 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +16 thought think VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 17 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj _ 18 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 cop 22:cop _ 19 just just ADV RB _ 22 advmod 22:advmod _ -20 some some DET DT _ 22 det 22:det _ +20 some some DET DT PronType=Ind 22 det 22:det _ 21 nerve nerve NOUN NN Number=Sing 22 compound 22:compound _ 22 damage damage NOUN NN Number=Sing 16 ccomp 16:ccomp _ 23 from from ADP IN _ 24 case 24:case _ -24 something something PRON NN Number=Sing 22 nmod 22:nmod:from _ +24 something something PRON NN Number=Sing|PronType=Ind 22 nmod 22:nmod:from _ 25 in in ADP IN _ 27 case 27:case _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 pasture pasture NOUN NN Number=Sing 24 nmod 24:nmod:in _ 28 with with ADP IN _ 31 case 31:case _ -29 no no DET DT _ 31 det 31:det _ +29 no no DET DT PronType=Neg 31 det 31:det _ 30 visible visible ADJ JJ Degree=Pos 31 amod 31:amod _ 31 injury injury NOUN NN Number=Sing 24 nmod 24:nmod:with SpaceAfter=No 32 . . PUNCT . _ 3 punct 3:punct _ @@ -191968,16 +192078,16 @@ # text = He's only exhibited weight loss and some muscle atrophy, with the slight toe drag and a bit of trouble with the right lead (which could or couldn't be related). 1-2 He's _ _ _ _ _ _ _ _ 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 's have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 only only ADV RB _ 4 advmod 4:advmod _ 4 exhibited exhibit VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 weight weight NOUN NN Number=Sing 6 compound 6:compound _ 6 loss loss NOUN NN Number=Sing 4 obj 4:obj _ 7 and and CCONJ CC _ 10 cc 10:cc _ -8 some some DET DT _ 10 det 10:det _ +8 some some DET DT PronType=Ind 10 det 10:det _ 9 muscle muscle NOUN NN Number=Sing 10 compound 10:compound _ 10 atrophy atrophy NOUN NN Number=Sing 6 conj 4:obj|6:conj:and SpaceAfter=No -11 , , PUNCT , _ 4 punct 4:punct _ +11 , , PUNCT , _ 16 punct 16:punct _ 12 with with ADP IN _ 16 case 16:case _ 13 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 14 slight slight ADJ JJ Degree=Pos 16 amod 16:amod _ @@ -191992,16 +192102,16 @@ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 24 right right ADJ JJ Degree=Pos 25 amod 25:amod _ 25 lead lead NOUN NN Number=Sing 21 nmod 21:nmod:with _ -26 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No -27 which which PRON WDT PronType=Rel 28 nsubj 19:ref _ -28 could could AUX MD VerbForm=Fin 19 acl:relcl 19:acl:relcl _ -29 or or CCONJ CC _ 33 cc 33:cc _ +26 ( ( PUNCT -LRB- _ 33 punct 33:punct SpaceAfter=No +27 which which PRON WDT PronType=Rel 33 nsubj 19:ref _ +28 could could AUX MD VerbForm=Fin 33 aux 33:aux _ +29 or or CCONJ CC _ 30 cc 30:cc _ 30-31 couldn't _ _ _ _ _ _ _ _ -30 could could AUX MD VerbForm=Fin 33 aux 33:aux _ -31 n't not PART RB _ 33 advmod 33:advmod _ +30 could could AUX MD VerbForm=Fin 28 conj 28:conj:or _ +31 n't not PART RB _ 30 advmod 30:advmod _ 32 be be AUX VB VerbForm=Inf 33 cop 33:cop _ -33 related relate VERB VBN Tense=Past|VerbForm=Part 28 conj 19:acl:relcl|28:conj:or SpaceAfter=No -34 ) ) PUNCT -RRB- _ 19 punct 19:punct SpaceAfter=No +33 related relate VERB VBN Tense=Past|VerbForm=Part 19 acl:relcl 19:acl:relcl SpaceAfter=No +34 ) ) PUNCT -RRB- _ 33 punct 33:punct SpaceAfter=No 35 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108104724AAuBUR7_ans-0045 @@ -192029,7 +192139,7 @@ 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 dropping drop VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -4 we we NOUN NN Number=Sing 3 obj 3:obj _ +4 we weight NOUN NN Number=Sing|Typo=Yes 3 obj 3:obj CorrectForm=weight # sent_id = answers-20111108104724AAuBUR7_ans-0048 # text = The horse is not in pain. @@ -192059,23 +192169,23 @@ 4 weight weight NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 5 , , PUNCT , _ 10 punct 10:punct _ 6 but but CCONJ CC _ 10 cc 10:cc _ -7 most most ADV RBS _ 10 nsubj 10:nsubj _ +7 most most ADJ JJS Degree=Sup 10 nsubj 10:nsubj _ 8 of of ADP IN _ 9 case 9:case _ 9 that that PRON DT Number=Sing|PronType=Dem 7 nmod 7:nmod:of _ -10 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ +10 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ 11 from from SCONJ IN _ 15 mark 15:mark _ 12 being be AUX VBG VerbForm=Ger 15 cop 15:cop _ 13 at at ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15-16 trainers _ _ _ _ _ _ _ _ 15 trainer trainer NOUN NN Number=Sing 10 advcl 10:advcl:at _ -16 s 's PART POS _ 15 case 15:case _ +16 s 's PART POS Typo=Yes 15 case 15:case CorrectForm='s 17 and and CCONJ CC _ 19 cc 19:cc _ 18 being be AUX VBG VerbForm=Ger 19 aux:pass 19:aux:pass _ 19 ridden ride VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 conj 10:advcl:at|15:conj:and _ 20 hard hard ADV RB Degree=Pos 19 advmod 19:advmod _ 21 for for ADP IN _ 23 case 23:case _ -22 60 60 NUM CD NumType=Card 23 nummod 23:nummod _ +22 60 60 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ 23 days day NOUN NNS Number=Plur 19 obl 19:obl:for SpaceAfter=No 24 . . PUNCT . _ 3 punct 3:punct _ @@ -192094,10 +192204,10 @@ # sent_id = answers-20111108104724AAuBUR7_ans-0052 # text = I know that I have the possibility of treating him and still having to put him down. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 5 mark 5:mark _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +5 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 possibility possibility NOUN NN Number=Sing 5 obj 5:obj _ 8 of of SCONJ IN _ 9 mark 9:mark _ @@ -192119,24 +192229,24 @@ 3 same same ADJ JJ Degree=Pos 4 amod 4:amod _ 4 time time NOUN NN Number=Sing 7 obl 7:obl:at _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -6 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 know know VERB VB VerbForm=Inf 0 root 0:root _ 8 people people NOUN NNS Number=Plur 7 obj 7:obj|11:nsubj _ 9 who who PRON WP PronType=Rel 11 nsubj 8:ref _ -10 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 had have VERB VBN Tense=Past|VerbForm=Part 8 acl:relcl 8:acl:relcl _ 12 horses horse NOUN NNS Number=Plur 11 obj 11:obj|13:nsubj:xsubj _ -13 come come VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 xcomp 11:xcomp _ +13 come come VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 14 back back ADV RB _ 13 advmod 13:advmod _ 15 successfully successfully ADV RB _ 13 advmod 13:advmod _ 16 after after ADP IN _ 17 case 17:case _ -17 EPM epm NOUN NN Number=Sing 13 obl 13:obl:after SpaceAfter=No +17 EPM EPM NOUN NN Number=Sing 13 obl 13:obl:after SpaceAfter=No 18 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108104724AAuBUR7_ans-0054 # text = I know this is going to be expensive. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 this this PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj|8:nsubj:xsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 going go VERB VBG Tense=Pres|VerbForm=Part 2 ccomp 2:ccomp _ @@ -192149,7 +192259,7 @@ # text = I'm willing to give it a shot. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 willing willing ADJ JJ Degree=Pos 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 give give VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ @@ -192161,10 +192271,10 @@ # sent_id = answers-20111108104724AAuBUR7_ans-0056 # text = Gallop, I've already read that whole site and been reading through research articles from the research colleges as well. 1 Gallop Gallop PROPN NNP Number=Sing 6 vocative 6:vocative SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 I've _ _ _ _ _ _ _ _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj|12:nsubj _ -4 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 already already ADV RB _ 6 advmod 6:advmod _ 6 read read VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 7 that that DET DT Number=Sing|PronType=Dem 9 det 9:det _ @@ -192186,7 +192296,7 @@ # sent_id = answers-20111108104724AAuBUR7_ans-0057 # text = Looked at studies, treatment options and such. -1 Looked look VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Looked look VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 at at ADP IN _ 3 case 3:case _ 3 studies study NOUN NNS Number=Plur 1 obl 1:obl:at SpaceAfter=No 4 , , PUNCT , _ 6 punct 6:punct _ @@ -192202,9 +192312,9 @@ 2 will will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 EPM epm NOUN NN Number=Sing 6 compound 6:compound _ +5 EPM EPM NOUN NN Number=Sing 6 compound 6:compound _ 6 test test NOUN NN Number=Sing 3 obj 3:obj|7:nsubj:xsubj _ -7 done do VERB VBN Tense=Past|VerbForm=Part 3 xcomp 3:xcomp _ +7 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 xcomp 3:xcomp _ 8 before before SCONJ IN _ 9 mark 9:mark _ 9 treating treat VERB VBG VerbForm=Ger 3 advcl 3:advcl:before SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ @@ -192213,7 +192323,7 @@ # text = The chiro/acupuncturist will be there to evaluate the horse for wobblers which is often caused by spinal compression and can be confused with EPM. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 2 chiro chiro NOUN NN Number=Sing 4 compound 4:compound SpaceAfter=No -3 / / PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No +3 / / PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No 4 acupuncturist acupuncturist NOUN NN Number=Sing 7 nsubj 7:nsubj _ 5 will will AUX MD VerbForm=Fin 7 aux 7:aux _ 6 be be AUX VB VerbForm=Inf 7 cop 7:cop _ @@ -192230,13 +192340,13 @@ 17 caused cause VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 acl:relcl 13:acl:relcl _ 18 by by ADP IN _ 20 case 20:case _ 19 spinal spinal ADJ JJ Degree=Pos 20 amod 20:amod _ -20 compression compression NOUN NN Number=Sing 17 obl 17:obl:by _ +20 compression compression NOUN NN Number=Sing 17 obl:agent 17:obl:agent _ 21 and and CCONJ CC _ 24 cc 24:cc _ 22 can can AUX MD VerbForm=Fin 24 aux 24:aux _ 23 be be AUX VB VerbForm=Inf 24 aux:pass 24:aux:pass _ 24 confused confuse VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 conj 13:acl:relcl|17:conj:and _ 25 with with ADP IN _ 26 case 26:case _ -26 EPM epm NOUN NN Number=Sing 24 obl 24:obl:with SpaceAfter=No +26 EPM EPM NOUN NN Number=Sing 24 obl 24:obl:with SpaceAfter=No 27 . . PUNCT . _ 7 punct 7:punct _ # sent_id = answers-20111108104724AAuBUR7_ans-0060 @@ -192263,26 +192373,26 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 actually actually ADV RB _ 4 advmod 4:advmod _ -4 one one NUM CD NumType=Card 0 root 0:root _ +4 one one NUM CD NumForm=Word|NumType=Card 0 root 0:root _ 5 of of ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 alternative alternative ADJ JJ Degree=Pos 8 amod 8:amod _ 8 therapies therapy NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 9 for for ADP IN _ 10 case 10:case _ -10 EPM epm NOUN NN Number=Sing 8 nmod 8:nmod:for _ +10 EPM EPM NOUN NN Number=Sing 8 nmod 8:nmod:for _ # sent_id = answers-20111108104724AAuBUR7_ans-0062 # newpar id = answers-20111108104724AAuBUR7_ans-p0003 # text = I think it is wonderfully responsible that you are going into this rescue eyes open and are getting the opinions of qualified professionals (and a bunch of Yahoos) before you decide to take this horse on. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 wonderfully wonderfully ADV RB _ 6 advmod 6:advmod _ 6 responsible responsible ADJ JJ Degree=Pos 2 ccomp 2:ccomp _ 7 that that SCONJ IN _ 10 mark 10:mark _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj|18:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +9 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 going go VERB VBG Tense=Pres|VerbForm=Part 6 ccomp 6:ccomp _ 11 into into ADP IN _ 13 case 13:case _ 12 this this DET DT Number=Sing|PronType=Dem 13 det 13:det _ @@ -192290,20 +192400,20 @@ 14 eyes eye NOUN NNS Number=Plur 10 obj 10:obj|15:nsubj:xsubj _ 15 open open ADJ JJ Degree=Pos 10 xcomp 10:xcomp _ 16 and and CCONJ CC _ 18 cc 18:cc _ -17 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ +17 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 18 getting get VERB VBG Tense=Pres|VerbForm=Part 10 conj 6:ccomp|10:conj:and _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 opinions opinion NOUN NNS Number=Plur 18 obj 18:obj _ 21 of of ADP IN _ 23 case 23:case _ 22 qualified qualified ADJ JJ Degree=Pos 23 amod 23:amod _ 23 professionals professional NOUN NNS Number=Plur 20 nmod 20:nmod:of _ -24 ( ( PUNCT -LRB- _ 23 punct 23:punct SpaceAfter=No +24 ( ( PUNCT -LRB- _ 27 punct 27:punct SpaceAfter=No 25 and and CCONJ CC _ 27 cc 27:cc _ 26 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 27 bunch bunch NOUN NN Number=Sing 23 conj 20:nmod:of|23:conj:and _ 28 of of ADP IN _ 29 case 29:case _ 29 Yahoos yahoo NOUN NNS Number=Plur 27 nmod 27:nmod:of SpaceAfter=No -30 ) ) PUNCT -RRB- _ 23 punct 23:punct _ +30 ) ) PUNCT -RRB- _ 27 punct 27:punct _ 31 before before SCONJ IN _ 33 mark 33:mark _ 32 you you PRON PRP Case=Nom|Person=2|PronType=Prs 33 nsubj 33:nsubj|35:nsubj:xsubj _ 33 decide decide VERB VB VerbForm=Inf 18 advcl 18:advcl:before _ @@ -192317,16 +192427,16 @@ # sent_id = answers-20111108104724AAuBUR7_ans-0063 # text = I do think some Y!A users need to work on their reading comprehension as I can't comprehend how taking a horse in as a rescue and getting it qualified medical treatment is abuse. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 think think VERB VB VerbForm=Inf 0 root 0:root _ -4 some some DET DT _ 6 det 6:det _ +4 some some DET DT PronType=Ind 6 det 6:det _ 5 Y!A Y!A PROPN NNP Number=Sing 6 compound 6:compound _ 6 users user NOUN NNS Number=Plur 7 nsubj 7:nsubj|9:nsubj:xsubj _ -7 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +7 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 8 to to PART TO _ 9 mark 9:mark _ 9 work work VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 on on ADP IN _ 13 case 13:case _ -11 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 12 reading reading NOUN NN Number=Sing 13 compound 13:compound _ 13 comprehension comprehension NOUN NN Number=Sing 9 obl 9:obl:on _ 14 as as SCONJ IN _ 18 mark 18:mark _ @@ -192335,7 +192445,7 @@ 16 ca can AUX MD VerbForm=Fin 18 aux 18:aux _ 17 n't not PART RB _ 18 advmod 18:advmod _ 18 comprehend comprehend VERB VB VerbForm=Inf 9 advcl 9:advcl:as _ -19 how how SCONJ WRB PronType=Int 34 mark 34:mark _ +19 how how ADV WRB PronType=Int 34 advmod 34:advmod _ 20 taking take VERB VBG VerbForm=Ger 34 csubj 34:csubj _ 21 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 22 horse horse NOUN NN Number=Sing 20 obj 20:obj _ @@ -192355,11 +192465,11 @@ # sent_id = answers-20111108104724AAuBUR7_ans-0064 # text = Worst case scenario you fall in love and after spending thousands of dollars you have to put the horse down. -1 Worst worst ADJ JJS Degree=Sup 3 amod 3:amod _ +1 Worst bad ADJ JJS Degree=Sup 3 amod 3:amod _ 2 case case NOUN NN Number=Sing 3 compound 3:compound _ 3 scenario scenario NOUN NN Number=Sing 5 advcl 5:advcl _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 fall fall VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 fall fall VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 in in ADP IN _ 7 case 7:case _ 7 love love NOUN NN Number=Sing 5 obl 5:obl:in _ 8 and and CCONJ CC _ 15 cc 15:cc _ @@ -192369,7 +192479,7 @@ 12 of of ADP IN _ 13 case 13:case _ 13 dollars dollar NOUN NNS Number=Plur 11 nmod 11:nmod:of _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj|17:nsubj:xsubj _ -15 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +15 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 16 to to PART TO _ 17 mark 17:mark _ 17 put put VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ @@ -192381,11 +192491,11 @@ # text = Is that something you are up for? 1 Is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 2 that that PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ -3 something something PRON NN Number=Sing 0 root 0:root _ +3 something something PRON NN Number=Sing|PronType=Ind 0 root 0:root _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -6 up up ADP IN _ 3 acl:relcl 3:acl:relcl _ -7 for for ADP IN _ 6 fixed 6:fixed SpaceAfter=No +5 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +6 up up ADV IN _ 3 acl:relcl 3:acl:relcl _ +7 for for ADP IN _ 6 obl 6:obl SpaceAfter=No 8 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108104724AAuBUR7_ans-0066 @@ -192401,7 +192511,7 @@ 8 'll will AUX MD VerbForm=Fin 9 aux 9:aux _ 9 give give VERB VB VerbForm=Inf 3 conj 3:conj:and _ 10 you you PRON PRP Case=Acc|Person=2|PronType=Prs 9 iobj 9:iobj _ -11 all all DET PDT _ 14 det:predet 14:det:predet _ +11 all all DET PDT PronType=Tot 14 det:predet 14:det:predet _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 moral moral ADJ JJ Degree=Pos 14 amod 14:amod _ 14 support support NOUN NN Number=Sing 9 obj 9:obj _ @@ -192409,7 +192519,7 @@ 16 can can AUX MD VerbForm=Fin 14 acl:relcl 14:acl:relcl _ 17 as as SCONJ IN _ 19 mark 19:mark _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 19 nsubj 19:nsubj _ -19 figure figure VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:as _ +19 figure figure VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:as _ 20 out out ADP RP _ 19 compound:prt 19:compound:prt _ 21 what what PRON WP PronType=Int 23 nsubj 23:nsubj _ 22 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ @@ -192430,16 +192540,16 @@ 10 back back ADP RP _ 7 compound:prt 7:compound:prt _ 11 and and CCONJ CC _ 13 cc 13:cc _ 12 then then ADV RB PronType=Dem 13 advmod 13:advmod _ -13 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 3:csubj|5:conj:and _ +13 have have VERB VB VerbForm=Inf 5 conj 3:csubj|5:conj:and _ 14 to to PART TO _ 15 mark 15:mark _ 15 put put VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 16 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 obj 15:obj _ 17 down down ADP RP _ 15 compound:prt 15:compound:prt SpaceAfter=No 18 , , PUNCT , _ 23 punct 23:punct _ 19 but but CCONJ CC _ 23 cc 23:cc _ -20 some some DET DT _ 21 det 21:det _ +20 some some DET DT PronType=Ind 21 det 21:det _ 21 horses horse NOUN NNS Number=Plur 23 nsubj 23:nsubj _ -22 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ +22 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ 23 worth worth ADJ JJ Degree=Pos 3 conj 3:conj:but _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 risk risk NOUN NN Number=Sing 23 obj 23:obj SpaceAfter=No @@ -192449,7 +192559,7 @@ # text = If you feel this guy is worth it then I hope your vet can figure things out. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:if _ +3 feel feel VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:if _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 guy guy NOUN NN Number=Sing 7 nsubj 7:nsubj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ @@ -192457,8 +192567,8 @@ 8 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj _ 9 then then ADV RB PronType=Dem 11 advmod 11:advmod _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 vet vet NOUN NN Number=Sing 15 nsubj 15:nsubj _ 14 can can AUX MD VerbForm=Fin 15 aux 15:aux _ 15 figure figure VERB VB VerbForm=Inf 11 ccomp 11:ccomp _ @@ -192470,16 +192580,16 @@ # text = As to EPM like Shee said being in MI we've had to deal with it. 1 As as ADP IN _ 3 case 3:case _ 2 to to ADP IN _ 1 fixed 1:fixed _ -3 EPM epm NOUN NN Number=Sing 12 obl 12:obl:as_to _ +3 EPM EPM NOUN NN Number=Sing 12 obl 12:obl:as_to _ 4 like like SCONJ IN _ 6 mark 6:mark _ 5 Shee Shee PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -6 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 advcl 12:advcl:like _ +6 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 advcl 12:advcl:like _ 7 being be AUX VBG VerbForm=Ger 9 cop 9:cop _ 8 in in ADP IN _ 9 case 9:case _ -9 MI MI PROPN NNP Number=Sing 10 advcl 10:advcl:in _ +9 MI MI PROPN NNP Number=Sing 12 advcl 12:advcl:in _ 10-11 we've _ _ _ _ _ _ _ _ 10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj|14:nsubj:xsubj _ -11 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 've have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 13 to to PART TO _ 14 mark 14:mark _ 14 deal deal VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ @@ -192491,26 +192601,26 @@ # text = Pretty much every large stable has here. 1 Pretty pretty ADV RB _ 2 advmod 2:advmod _ 2 much much ADV RB _ 5 advmod 5:advmod _ -3 every every DET DT _ 5 det 5:det _ +3 every every DET DT PronType=Tot 5 det 5:det _ 4 large large ADJ JJ Degree=Pos 5 amod 5:amod _ 5 stable stable NOUN NN Number=Sing 6 nsubj 6:nsubj _ -6 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root Promoted=Yes 7 here here ADV RB PronType=Dem 6 advmod 6:advmod SpaceAfter=No 8 . . PUNCT . _ 6 punct 6:punct _ # sent_id = answers-20111108104724AAuBUR7_ans-0071 # text = Our first diagnosed EPM horse was back when there was no treatment in the US and only an experimental chicken feed additive in Canada. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -2 first first ADJ JJ Degree=Pos|NumType=Ord 5 amod 5:amod _ -3 diagnosed diagnose VERB VBN Tense=Past|VerbForm=Part 5 amod 5:amod _ -4 EPM epm NOUN NN Number=Sing 5 compound 5:compound _ -5 horse horse NOUN NN Number=Sing 6 nsubj 6:nsubj _ -6 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 5 amod 5:amod _ +3 diagnosed diagnose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 amod 5:amod _ +4 EPM EPM NOUN NN Number=Sing 5 compound 5:compound _ +5 horse horse NOUN NN Number=Sing 8 nsubj 8:nsubj _ +6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 7 back back ADV RB _ 8 advmod 8:advmod _ -8 when when SCONJ WRB PronType=Int 10 mark 10:mark _ +8 when when ADV WRB PronType=Rel 0 root 0:root|10:advmod _ 9 there there PRON EX _ 10 expl 10:expl _ -10 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:when _ -11 no no DET DT _ 12 det 12:det _ +10 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 advcl:relcl 8:advcl:relcl _ +11 no no DET DT PronType=Neg 12 det 12:det _ 12 treatment treatment NOUN NN Number=Sing 10 nsubj 10:nsubj _ 13 in in ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -192524,20 +192634,20 @@ 22 additive additive NOUN NN Number=Sing 12 conj 10:nsubj|12:conj:and _ 23 in in ADP IN _ 24 case 24:case _ 24 Canada Canada PROPN NNP Number=Sing 22 nmod 22:nmod:in SpaceAfter=No -25 . . PUNCT . _ 6 punct 6:punct _ +25 . . PUNCT . _ 8 punct 8:punct _ # sent_id = answers-20111108104724AAuBUR7_ans-0072 # text = We hauled the horse to Windsor and got him treated there. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|8:nsubj _ -2 hauled haul VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 hauled haul VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 horse horse NOUN NN Number=Sing 2 obj 2:obj _ 5 to to ADP IN _ 6 case 6:case _ 6 Windsor Windsor PROPN NNP Number=Sing 2 obl 2:obl:to _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +8 got get VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 9 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 obj 8:obj|10:nsubj:xsubj _ -10 treated treat VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 xcomp 8:xcomp _ +10 treated treat VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 xcomp 8:xcomp _ 11 there there ADV RB PronType=Dem 10 advmod 10:advmod SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ @@ -192546,13 +192656,13 @@ # text = That horse returned to racing and we didn't notice much difference. 1 That that DET DT Number=Sing|PronType=Dem 2 det 2:det _ 2 horse horse NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 returned return VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 returned return VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to ADP IN _ 5 case 5:case _ 5 racing racing NOUN NN Number=Sing 3 obl 3:obl:to _ 6 and and CCONJ CC _ 10 cc 10:cc _ 7 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 8-9 didn't _ _ _ _ _ _ _ _ -8 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 aux 10:aux _ +8 did do AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 10 aux 10:aux _ 9 n't not PART RB _ 10 advmod 10:advmod _ 10 notice notice VERB VB VerbForm=Inf 3 conj 3:conj:and _ 11 much much ADJ JJ Degree=Pos 12 amod 12:amod _ @@ -192563,7 +192673,7 @@ # text = We've had a few since then, but none since our race horses began wintering in Florida. 1-2 We've _ _ _ _ _ _ _ _ 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 few few ADJ JJ Degree=Pos 3 obj 3:obj _ @@ -192573,10 +192683,10 @@ 9 but but CCONJ CC _ 10 cc 10:cc _ 10 none none NOUN NN Number=Sing 5 conj 3:obj|5:conj:but _ 11 since since SCONJ IN _ 15 mark 15:mark _ -12 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 13 race race NOUN NN Number=Sing 14 compound 14:compound _ 14 horses horse NOUN NNS Number=Plur 15 nsubj 15:nsubj|16:nsubj:xsubj _ -15 began begin VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:since _ +15 began begin VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:since _ 16 wintering winter VERB VBG VerbForm=Ger 15 xcomp 15:xcomp _ 17 in in ADP IN _ 18 case 18:case _ 18 Florida Florida PROPN NNP Number=Sing 16 obl 16:obl:in SpaceAfter=No @@ -192585,19 +192695,19 @@ # sent_id = answers-20111108104724AAuBUR7_ans-0075 # text = I have no idea if that is related or farmers are doing a better job of clearing out opossums now because they know opossums are carriers, but we haven't had an EPM horse in at least 10 years. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 4 det 4:det _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 no no DET DT PronType=Neg 4 det 4:det _ 4 idea idea NOUN NN Number=Sing 2 obj 2:obj _ 5 if if SCONJ IN _ 8 mark 8:mark _ 6 that that PRON DT Number=Sing|PronType=Dem 8 nsubj 8:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ -8 related related ADJ JJ Degree=Pos 2 advcl 2:advcl:if _ +8 related related ADJ JJ Degree=Pos 2 ccomp 2:ccomp _ 9 or or CCONJ CC _ 12 cc 12:cc _ 10 farmers farmer NOUN NNS Number=Plur 12 nsubj 12:nsubj _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ -12 doing do VERB VBG Tense=Pres|VerbForm=Part 8 conj 2:advcl:if|8:conj:or _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +12 doing do VERB VBG Tense=Pres|VerbForm=Part 8 conj 2:ccomp|8:conj:or _ 13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ -14 better better ADJ JJR Degree=Cmp 15 amod 15:amod _ +14 better good ADJ JJR Degree=Cmp 15 amod 15:amod _ 15 job job NOUN NN Number=Sing 12 obj 12:obj _ 16 of of SCONJ IN _ 17 mark 17:mark _ 17 clearing clear VERB VBG VerbForm=Ger 15 acl 15:acl:of _ @@ -192606,24 +192716,24 @@ 20 now now ADV RB _ 17 advmod 17:advmod _ 21 because because SCONJ IN _ 23 mark 23:mark _ 22 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 23 nsubj 23:nsubj _ -23 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:because _ +23 know know VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:because _ 24 opossums opossum NOUN NNS Number=Plur 26 nsubj 26:nsubj _ -25 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ +25 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ 26 carriers carrier NOUN NNS Number=Plur 23 ccomp 23:ccomp SpaceAfter=No 27 , , PUNCT , _ 32 punct 32:punct _ 28 but but CCONJ CC _ 32 cc 32:cc _ 29 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 32 nsubj 32:nsubj _ 30-31 haven't _ _ _ _ _ _ _ _ -30 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 32 aux 32:aux _ +30 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 32 aux 32:aux _ 31 n't not PART RB _ 32 advmod 32:advmod _ 32 had have VERB VBN Tense=Past|VerbForm=Part 2 conj 2:conj:but _ 33 an a DET DT Definite=Ind|PronType=Art 35 det 35:det _ -34 EPM epm NOUN NN Number=Sing 35 compound 35:compound _ +34 EPM EPM NOUN NN Number=Sing 35 compound 35:compound _ 35 horse horse NOUN NN Number=Sing 32 obj 32:obj _ 36 in in ADP IN _ 40 case 40:case _ -37 at at ADV RB _ 38 case 38:case _ -38 least least ADV RBS Degree=Sup 39 nmod 39:nmod:at _ -39 10 10 NUM CD NumType=Card 40 nummod 40:nummod _ +37 at at ADP IN _ 38 case 38:case _ +38 least least ADJ JJS Degree=Sup 39 nmod 39:nmod:at _ +39 10 10 NUM CD NumForm=Digit|NumType=Card 40 nummod 40:nummod _ 40 years year NOUN NNS Number=Plur 32 obl 32:obl:in SpaceAfter=No 41 . . PUNCT . _ 2 punct 2:punct _ @@ -192632,91 +192742,91 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 can can AUX MD VerbForm=Fin 3 aux 3:aux _ 3 say say VERB VB VerbForm=Inf 0 root 0:root _ -4 all all DET DT _ 10 nsubj:pass 10:nsubj:pass _ +4 all all DET DT PronType=Tot 10 nsubj:pass 10:nsubj:pass _ 5 of of ADP IN _ 8 case 8:case _ -6 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ -7 EPM epm NOUN NN Number=Sing 8 compound 8:compound _ +6 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 EPM EPM NOUN NN Number=Sing 8 compound 8:compound _ 8 horses horse NOUN NNS Number=Plur 4 nmod 4:nmod:of _ -9 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 aux:pass 10:aux:pass _ +9 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 10 aux:pass 10:aux:pass _ 10 treated treat VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 ccomp 3:ccomp _ 11 early early ADV RB Degree=Pos 10 advmod 10:advmod _ -12 when when SCONJ WRB PronType=Int 15 mark 15:mark _ +12 when when ADV WRB PronType=Int 15 advmod 15:advmod _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -14 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 aux 15:aux _ +14 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 15 aux 15:aux _ 15 showing show VERB VBG Tense=Pres|VerbForm=Part 10 advcl 10:advcl:when _ 16 mild mild ADJ JJ Degree=Pos 17 amod 17:amod _ 17 signs sign NOUN NNS Number=Plur 15 obj 15:obj _ 18 like like SCONJ IN _ 20 mark 20:mark _ 19 Shee Shee PROPN NNP Number=Sing 20 nsubj 20:nsubj _ -20 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 advcl 15:advcl:like _ +20 gave give VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 advcl 15:advcl:like _ 21 and and CCONJ CC _ 23 cc 23:cc _ -22 all all ADV RB _ 23 nsubj 23:nsubj _ -23 returned return VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 conj 3:ccomp|10:conj:and _ +22 all all DET DT PronType=Tot 23 nsubj 23:nsubj _ +23 returned return VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 10 conj 3:ccomp|10:conj:and _ 24 to to ADP IN _ 25 case 25:case _ 25 racing racing NOUN NN Number=Sing 23 obl 23:obl:to SpaceAfter=No 26 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108104724AAuBUR7_ans-0077 # text = One horse even got his lifetime mark after being treated for EPM. -1 One one NUM CD NumType=Card 2 nummod 2:nummod _ +1 One one NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 horse horse NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 even even ADV RB _ 4 advmod 4:advmod _ -4 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -5 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +4 got get VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 lifetime lifetime NOUN NN Number=Sing 7 compound 7:compound _ 7 mark mark NOUN NN Number=Sing 4 obj 4:obj _ 8 after after SCONJ IN _ 10 mark 10:mark _ 9 being be AUX VBG VerbForm=Ger 10 aux:pass 10:aux:pass _ 10 treated treat VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 advcl 4:advcl:after _ 11 for for ADP IN _ 12 case 12:case _ -12 EPM epm NOUN NN Number=Sing 10 obl 10:obl:for SpaceAfter=No +12 EPM EPM NOUN NN Number=Sing 10 obl 10:obl:for SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108104724AAuBUR7_ans-0078 # text = We've always liked big long trotters that do better on mile tracks then 1/2 mile. 1-2 We've _ _ _ _ _ _ _ _ 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 've have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 always always ADV RB _ 4 advmod 4:advmod _ 4 liked like VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 big big ADJ JJ Degree=Pos 7 amod 7:amod _ 6 long long ADJ JJ Degree=Pos 7 amod 7:amod _ 7 trotters trotter NOUN NNS Number=Plur 4 obj 4:obj|9:nsubj _ 8 that that PRON WDT PronType=Rel 9 nsubj 7:ref _ -9 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ -10 better better ADV RBR Degree=Cmp 9 advmod 9:advmod _ +9 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +10 better well ADV RBR Degree=Cmp 9 advmod 9:advmod _ 11 on on ADP IN _ 13 case 13:case _ 12 mile mile NOUN NN Number=Sing 13 compound 13:compound _ 13 tracks track NOUN NNS Number=Plur 9 obl 9:obl:on _ -14 then than ADP IN Typo=Yes 18 case 18:case _ -15 1 1 NUM CD NumType=Card 17 compound 17:compound SpaceAfter=No -16 / / PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No -17 2 2 NUM CD NumType=Card 18 nummod 18:nummod _ -18 mile mile NOUN NN Number=Sing 10 obl 10:obl:then SpaceAfter=No +14 then than ADP IN Typo=Yes 18 case 18:case CorrectForm=than +15 1 1 NUM CD NumForm=Digit|NumType=Card 17 compound 17:compound SpaceAfter=No +16 / / PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No +17 2 2 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ +18 mile mile NOUN NN Number=Sing 10 obl 10:obl:than SpaceAfter=No 19 . . PUNCT . _ 4 punct 4:punct _ # sent_id = answers-20111108104724AAuBUR7_ans-0079 # text = The only difference we noticed is that the EPM horses seemed to do worse on the smaller tracks after. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 only only ADJ JJ Degree=Pos 3 amod 3:amod _ -3 difference difference NOUN NN Number=Sing 6 nsubj 6:nsubj _ +3 difference difference NOUN NN Number=Sing 11 nsubj:outer 11:nsubj:outer _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 noticed notice VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ -6 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 noticed notice VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 7 that that SCONJ IN _ 11 mark 11:mark _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -9 EPM epm NOUN NN Number=Sing 10 compound 10:compound _ +9 EPM EPM NOUN NN Number=Sing 10 compound 10:compound _ 10 horses horse NOUN NNS Number=Plur 11 nsubj 11:nsubj|13:nsubj:xsubj _ -11 seemed seem VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp _ +11 seemed seem VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 12 to to PART TO _ 13 mark 13:mark _ 13 do do VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ -14 worse worse ADV RBR Degree=Cmp 13 advmod 13:advmod _ +14 worse badly ADV RBR Degree=Cmp 13 advmod 13:advmod _ 15 on on ADP IN _ 18 case 18:case _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -17 smaller smaller ADJ JJR Degree=Cmp 18 amod 18:amod _ +17 smaller small ADJ JJR Degree=Cmp 18 amod 18:amod _ 18 tracks track NOUN NNS Number=Plur 13 obl 13:obl:on _ 19 after after ADV RB _ 13 advmod 13:advmod SpaceAfter=No -20 . . PUNCT . _ 6 punct 6:punct _ +20 . . PUNCT . _ 11 punct 11:punct _ # sent_id = answers-20111108104724AAuBUR7_ans-0080 # text = It might just be coincidence or the fact those great big trotters with those extremely long backs lost a bit of fine coordination to get those gangly bodies around those tighter turns. @@ -192737,7 +192847,7 @@ 15 extremely extremely ADV RB _ 16 advmod 16:advmod _ 16 long long ADJ JJ Degree=Pos 17 amod 17:amod _ 17 backs back NOUN NNS Number=Plur 12 nmod 12:nmod:with _ -18 lost lose VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 acl 8:acl _ +18 lost lose VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 acl 8:acl _ 19 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 20 bit bit NOUN NN Number=Sing 18 obj 18:obj _ 21 of of ADP IN _ 23 case 23:case _ @@ -192750,7 +192860,7 @@ 28 bodies body NOUN NNS Number=Plur 25 obj 25:obj _ 29 around around ADP IN _ 32 case 32:case _ 30 those that DET DT Number=Plur|PronType=Dem 32 det 32:det _ -31 tighter tighter ADJ JJR Degree=Cmp 32 amod 32:amod _ +31 tighter tight ADJ JJR Degree=Cmp 32 amod 32:amod _ 32 turns turn NOUN NNS Number=Plur 25 obl 25:obl:around SpaceAfter=No 33 . . PUNCT . _ 5 punct 5:punct _ @@ -192758,7 +192868,7 @@ # text = I don't know. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 know know VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ @@ -192770,11 +192880,11 @@ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 lot lot NOUN NN Number=Sing 2 obj 2:obj _ 5 of of ADP IN _ 7 case 7:case _ -6 EPM epm NOUN NN Number=Sing 7 compound 7:compound _ +6 EPM EPM NOUN NN Number=Sing 7 compound 7:compound _ 7 studies study NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 8 because because ADP IN _ 11 case 11:case _ 9 of of SCONJ IN _ 8 fixed 8:fixed _ -10 how how SCONJ WRB PronType=Int 11 mark 11:mark _ +10 how how ADV WRB PronType=Int 11 advmod 11:advmod _ 11 common common ADJ JJ Degree=Pos 2 obl 2:obl:because_of _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ @@ -192791,15 +192901,15 @@ 6 if if SCONJ IN _ 9 mark 9:mark _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj|17:nsubj _ 8 can can AUX MD VerbForm=Fin 9 aux 9:aux _ -9 get get VERB VB VerbForm=Inf 5 advcl 5:advcl:if _ +9 get get VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ 10 in in ADP IN _ 11 case 11:case _ 11 touch touch NOUN NN Number=Sing 9 obl 9:obl:in _ 12 with with ADP IN _ 15 case 15:case _ -13 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ -14 EPM epm NOUN NN Number=Sing 15 compound 15:compound _ +13 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 EPM EPM NOUN NN Number=Sing 15 compound 15:compound _ 15 group group NOUN NN Number=Sing 9 obl 9:obl:with _ 16 and and CCONJ CC _ 17 cc 17:cc _ -17 get get VERB VB VerbForm=Inf 9 conj 5:advcl:if|9:conj:and _ +17 get get VERB VB VerbForm=Inf 9 conj 5:ccomp|9:conj:and _ 18 this this DET DT Number=Sing|PronType=Dem 19 det 19:det _ 19 guy guy NOUN NN Number=Sing 17 obj 17:obj _ 20 in in ADP IN _ 22 case 22:case _ @@ -192810,35 +192920,35 @@ # sent_id = answers-20111108104724AAuBUR7_ans-0084 # text = I know they did lab work showing that Strongid C used daily could help prevent EPM. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ -5 lab lab ADJ JJ Degree=Pos 6 amod 6:amod _ +4 did do VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +5 lab lab NOUN NN Number=Sing 6 compound 6:compound _ 6 work work NOUN NN Number=Sing 4 obj 4:obj _ 7 showing show VERB VBG VerbForm=Ger 6 acl 6:acl _ 8 that that SCONJ IN _ 14 mark 14:mark _ 9 Strongid Strongid PROPN NNP Number=Sing 10 compound 10:compound _ 10 C C PROPN NNP Number=Sing 14 nsubj 14:nsubj|15:nsubj:xsubj _ -11 used use VERB VBN Tense=Past|VerbForm=Part 10 acl 10:acl _ +11 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 acl 10:acl _ 12 daily daily ADV RB _ 11 advmod 11:advmod _ 13 could could AUX MD VerbForm=Fin 14 aux 14:aux _ 14 help help VERB VB VerbForm=Inf 7 ccomp 7:ccomp _ 15 prevent prevent VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ -16 EPM epm NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No +16 EPM EPM NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No 17 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108104724AAuBUR7_ans-0085 # text = I believe they have a real study testing the lab work in real world situations now, but it may be sometime before those results are released. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 believe believe VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +4 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 real real ADJ JJ Degree=Pos 7 amod 7:amod _ 7 study study NOUN NN Number=Sing 4 obj 4:obj _ 8 testing test VERB VBG VerbForm=Ger 7 acl 7:acl _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 lab lab ADJ JJ Degree=Pos 11 amod 11:amod _ +10 lab lab NOUN NN Number=Sing 11 compound 11:compound _ 11 work work NOUN NN Number=Sing 8 obj 8:obj _ 12 in in ADP IN _ 15 case 15:case _ 13 real real ADJ JJ Degree=Pos 14 amod 14:amod _ @@ -192850,18 +192960,18 @@ 19 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 23 nsubj 23:nsubj _ 20 may may AUX MD VerbForm=Fin 23 aux 23:aux _ 21 be be AUX VB VerbForm=Inf 23 cop 23:cop _ -22 some some DET DT _ 23 det 23:det SpaceAfter=No +22 some some DET DT PronType=Ind 23 det 23:det CorrectSpaceAfter=Yes|SpaceAfter=No 23 time time NOUN NN Number=Sing 2 conj 2:conj:but _ 24 before before SCONJ IN _ 28 mark 28:mark _ 25 those that DET DT Number=Plur|PronType=Dem 26 det 26:det _ 26 results result NOUN NNS Number=Plur 28 nsubj:pass 28:nsubj:pass _ -27 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 aux:pass 28:aux:pass _ +27 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 28 aux:pass 28:aux:pass _ 28 released release VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 advcl 23:advcl:before SpaceAfter=No 29 . . PUNCT . _ 2 punct 2:punct _ # sent_id = answers-20111108104724AAuBUR7_ans-0086 # text = Another thought with this being a mosquito season from hell could it be West Nile? -1 Another another DET DT _ 2 det 2:det _ +1 Another another DET DT PronType=Ind 2 det 2:det _ 2 thought thought NOUN NN Number=Sing 15 parataxis 15:parataxis _ 3 with with SCONJ IN _ 8 mark 8:mark _ 4 this this PRON DT Number=Sing|PronType=Dem 8 nsubj 8:nsubj _ @@ -192884,7 +192994,7 @@ 2 Nile Nile PROPN NNP Number=Sing 4 nsubj 4:nsubj|12:nsubj _ 3 can can AUX MD VerbForm=Fin 4 aux 4:aux _ 4 cause cause VERB VB VerbForm=Inf 0 root 0:root _ -5 EPM epm NOUN NN Number=Sing 6 obl:npmod 6:obl:npmod _ +5 EPM EPM NOUN NN Number=Sing 6 obl:npmod 6:obl:npmod _ 6 like like ADJ JJ Degree=Pos 7 amod 7:amod _ 7 symptoms symptom NOUN NNS Number=Plur 4 obj 4:obj _ 8 and and CCONJ CC _ 12 cc 12:cc _ @@ -192902,9 +193012,9 @@ 1 Let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 obj 1:obj|3:nsubj:xsubj _ 3 know know VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ -4 what what PRON WP PronType=Int 6 obj 6:obj|8:nsubj:xsubj _ -5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 decide decide VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +4 what what PRON WP PronType=Int 8 obj 8:obj _ +5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj|8:nsubj:xsubj _ +6 decide decide VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 7 to to PART TO _ 8 mark 8:mark _ 8 do do VERB VB VerbForm=Inf 6 xcomp 6:xcomp SpaceAfter=No 9 . . PUNCT . _ 1 punct 1:punct _ @@ -192912,7 +193022,7 @@ # sent_id = answers-20111108104724AAuBUR7_ans-0089 # text = You hate to see talent get wasted, but honestly I don't think I could take in a horse right now these issues. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 hate hate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 hate hate VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 see see VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 talent talent NOUN NN Number=Sing 4 obj 4:obj|7:nsubj:xsubj _ @@ -192923,7 +193033,7 @@ 10 honestly honestly ADV RB _ 14 advmod 14:advmod _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 12-13 don't _ _ _ _ _ _ _ _ -12 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +12 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 n't not PART RB _ 14 advmod 14:advmod _ 14 think think VERB VB VerbForm=Inf 2 conj 2:conj:but _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ @@ -192943,7 +193053,7 @@ # text = Personally I think you should just keep on walking by. 1 Personally personally ADV RB _ 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ 5 should should AUX MD VerbForm=Fin 7 aux 7:aux _ 6 just just ADV RB _ 7 advmod 7:advmod _ @@ -192958,41 +193068,41 @@ 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 2 should should AUX MD VerbForm=Fin 3 aux 3:aux _ 3 have have VERB VB VerbForm=Inf 0 root 0:root _ -4 you you PRON PRP$ _ 5 nmod:poss 5:nmod:poss _ +4 you your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Typo=Yes 5 nmod:poss 5:nmod:poss CorrectForm=your 5 chiro chiro NOUN NN Number=Sing 3 obj 3:obj|6:nsubj:xsubj _ 6 out out ADV RB _ 3 xcomp 3:xcomp _ 7 before before SCONJ IN _ 9 mark 9:mark _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -9 decide decide VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:before _ +9 decide decide VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:before _ 10 if if SCONJ IN _ 12 mark 12:mark _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj|16:nsubj _ -12 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ +12 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ 13 this this DET DT Number=Sing|PronType=Dem 14 det 14:det _ 14 horse horse NOUN NN Number=Sing 12 obj 12:obj _ 15 or or CCONJ CC _ 16 cc 16:cc _ -16 not not PART RB _ 12 conj 9:advcl:if|12:conj:or SpaceAfter=No +16 not not PART RB _ 12 conj 9:ccomp|12:conj:or SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ # sent_id = answers-20111108104724AAuBUR7_ans-0092 # text = If you have a good repoire (which I'm sure you do) with them, they should be honest on if this horse is fixable to any degree... not really sure what you want to do with him... 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 advcl 21:advcl:if _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 21 advcl 11:ccomp|21:advcl:if _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 good good ADJ JJ Degree=Pos 6 amod 6:amod _ -6 repoire repoire NOUN NN Number=Sing 3 obj 3:obj|11:obj _ -7 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No -8 which which PRON WDT PronType=Rel 11 obj 6:ref _ +6 repoire rapport NOUN NN Number=Sing|Typo=Yes 3 obj 3:obj|11:obj CorrectForm=rapport +7 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No +8 which which PRON WDT PronType=Rel 11 ccomp 3:ref _ 9-10 I'm _ _ _ _ _ _ _ _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -10 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ -11 sure sure ADJ JJ Degree=Pos 6 acl:relcl 6:acl:relcl _ -12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ -13 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 ccomp 11:ccomp SpaceAfter=No -14 ) ) PUNCT -RRB- _ 6 punct 6:punct _ +10 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +11 sure sure ADJ JJ Degree=Pos 3 advcl:relcl 3:advcl:relcl _ +12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ +13 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 aux 8:aux SpaceAfter=No +14 ) ) PUNCT -RRB- _ 11 punct 11:punct _ 15 with with ADP IN _ 16 case 16:case _ 16 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 11 obl 11:obl:with SpaceAfter=No -17 , , PUNCT , _ 21 punct 21:punct _ +17 , , PUNCT , _ 3 punct 3:punct _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 21 nsubj 21:nsubj _ 19 should should AUX MD VerbForm=Fin 21 aux 21:aux _ 20 be be AUX VB VerbForm=Inf 21 cop 21:cop _ @@ -193004,15 +193114,15 @@ 26 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ 27 fixable fixable ADJ JJ Degree=Pos 21 advcl 21:advcl:if _ 28 to to ADP IN _ 30 case 30:case _ -29 any any DET DT _ 30 det 30:det _ +29 any any DET DT PronType=Ind 30 det 30:det _ 30 degree degree NOUN NN Number=Sing 27 obl 27:obl:to SpaceAfter=No -31 ... ... PUNCT , _ 21 punct 21:punct _ +31 ... ... PUNCT , _ 34 punct 34:punct _ 32 not not PART RB _ 34 advmod 34:advmod _ 33 really really ADV RB _ 34 advmod 34:advmod _ 34 sure sure ADJ JJ Degree=Pos 21 parataxis 21:parataxis _ 35 what what PRON WP PronType=Int 37 obj 37:obj|39:nsubj:xsubj _ 36 you you PRON PRP Case=Nom|Person=2|PronType=Prs 37 nsubj 37:nsubj _ -37 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 34 ccomp 34:ccomp _ +37 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 34 ccomp 34:ccomp _ 38 to to PART TO _ 39 mark 39:mark _ 39 do do VERB VB VerbForm=Inf 37 xcomp 37:xcomp _ 40 with with ADP IN _ 41 case 41:case _ @@ -193033,8 +193143,8 @@ 10 with with ADP IN _ 13 case 13:case _ 11 this this DET DT Number=Sing|PronType=Dem 13 det 13:det _ 12 poor poor ADJ JJ Degree=Pos 13 amod 13:amod _ -13 poneh poneh NOUN NN Number=Sing 9 obl 9:obl:with SpaceAfter=No -14 , , PUNCT , _ 16 punct 16:punct _ +13 poneh pony NOUN NN Number=Sing|Style=Expr 9 obl 9:obl:with CorrectForm=pony|SpaceAfter=No +14 , , PUNCT , _ 5 punct 5:punct _ 15 there there PRON EX _ 16 expl 16:expl _ 16 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 17 always always ADV RB _ 16 advmod 16:advmod _ @@ -193050,7 +193160,7 @@ 27 may may AUX MD VerbForm=Fin 28 aux 28:aux _ 28 have have VERB VB VerbForm=Inf 16 advcl 16:advcl:so _ 29 to to PART TO _ 31 mark 31:mark _ -30 do do VERB VB VerbForm=Inf 31 reparandum 31:reparandum _ +30 do do AUX VB VerbForm=Inf 31 reparandum 31:reparandum _ 31 deal deal VERB VB VerbForm=Inf 28 xcomp 28:xcomp _ 32 with with ADV RB _ 31 advmod 31:advmod _ 33 again again ADV RB _ 31 advmod 31:advmod _ @@ -193062,10 +193172,10 @@ # sent_id = answers-20111108104724AAuBUR7_ans-0094 # text = So all in all, put the money up front before taking on this horse. 1 So so ADV RB _ 2 mark 2:mark _ -2 all all DET DT _ 6 advcl 6:advcl:so _ +2 all all DET DT PronType=Tot 6 advcl 6:advcl:so _ 3 in in ADP IN _ 4 case 4:case _ -4 all all DET DT _ 2 nmod 2:nmod:in SpaceAfter=No -5 , , PUNCT , _ 6 punct 6:punct _ +4 all all DET DT PronType=Tot 2 nmod 2:nmod:in SpaceAfter=No +5 , , PUNCT , _ 2 punct 2:punct _ 6 put put VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 money money NOUN NN Number=Sing 6 obj 6:obj _ @@ -193082,11 +193192,11 @@ # text = A few hundred out of pocket now will possibly save you thousands once the horse is in your name. 1 A a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 2 few few ADJ JJ Degree=Pos 3 amod 3:amod _ -3 hundred hundr VERB VBN Tense=Past|VerbForm=Part 10 nsubj 10:nsubj _ +3 hundred hundred NUM CD NumForm=Word|NumType=Card 10 nsubj 10:nsubj _ 4 out out ADP IN _ 6 case 6:case _ 5 of of ADP IN _ 6 case 6:case _ -6 pocket pocket NOUN NN Number=Sing 3 obl 3:obl:of _ -7 now now ADV RB _ 6 advmod 6:advmod _ +6 pocket pocket NOUN NN Number=Sing 3 nmod 3:obl:of _ +7 now now ADV RB _ 3 advmod 3:advmod _ 8 will will AUX MD VerbForm=Fin 10 aux 10:aux _ 9 possibly possibly ADV RB _ 10 advmod 10:advmod _ 10 save save VERB VB VerbForm=Inf 0 root 0:root _ @@ -193097,7 +193207,7 @@ 15 horse horse NOUN NN Number=Sing 19 nsubj 19:nsubj _ 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 17 in in ADP IN _ 19 case 19:case _ -18 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 name name NOUN NN Number=Sing 10 advcl 10:advcl:once SpaceAfter=No 20 . . PUNCT . _ 10 punct 10:punct _ @@ -193106,7 +193216,7 @@ # text = Could he have had a blow to the head causing this atrophy? 1 Could could AUX MD VerbForm=Fin 4 aux 4:aux _ 2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VB VerbForm=Inf 4 aux 4:aux _ 4 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 blow blow NOUN NN Number=Sing 4 obj 4:obj _ @@ -193149,12 +193259,12 @@ # text = I also wonder if he might have had a slight stroke? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 wonder wonder VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 wonder wonder VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 if if SCONJ IN _ 8 mark 8:mark _ 5 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 6 might might AUX MD VerbForm=Fin 8 aux 8:aux _ 7 have have AUX VB VerbForm=Inf 8 aux 8:aux _ -8 had have VERB VBN Tense=Past|VerbForm=Part 3 advcl 3:advcl:if _ +8 had have VERB VBN Tense=Past|VerbForm=Part 3 ccomp 3:ccomp _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 slight slight ADJ JJ Degree=Pos 11 amod 11:amod _ 11 stroke stroke NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No @@ -193163,7 +193273,7 @@ # sent_id = answers-20111108104724AAuBUR7_ans-0101 # text = I think if you cannot afford to get him treated that you should not consider him as a prospect. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 if if SCONJ IN _ 7 mark 7:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ 5-6 cannot _ _ _ _ _ _ _ _ @@ -193173,7 +193283,7 @@ 8 to to PART TO _ 9 mark 9:mark _ 9 get get VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj|11:nsubj:xsubj _ -11 treated treat VERB VBN Tense=Past|VerbForm=Part 9 xcomp 9:xcomp _ +11 treated treat VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 xcomp 9:xcomp _ 12 that that SCONJ IN _ 16 mark 16:mark _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ 14 should should AUX MD VerbForm=Fin 16 aux 16:aux _ @@ -193214,63 +193324,63 @@ # sent_id = reviews-160442-0002 # newpar id = reviews-160442-p0002 # text = Do not go to this salon, especially if you have to get your hair straightened. -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 not not PART RB _ 3 advmod 3:advmod _ 3 go go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 to to ADP IN _ 6 case 6:case _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 salon salon NOUN NN Number=Sing 3 obl 3:obl:to SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ +7 , , PUNCT , _ 11 punct 11:punct _ 8 especially especially ADV RB _ 11 advmod 11:advmod _ 9 if if SCONJ IN _ 11 mark 11:mark _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj|13:nsubj:xsubj _ -11 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ +11 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ 12 to to PART TO _ 13 mark 13:mark _ 13 get get VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ -14 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 hair hair NOUN NN Number=Sing 13 obj 13:obj|16:nsubj:xsubj _ -16 straightened straighten VERB VBN Tense=Past|VerbForm=Part 13 xcomp 13:xcomp SpaceAfter=No +16 straightened straighten VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 xcomp 13:xcomp SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-160442-0003 # text = They did a very bad job with my hair and were extremely rude when I went back to ask them why it didn't work for my hair. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|13:nsubj _ -2 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 did do VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 4 very very ADV RB _ 5 advmod 5:advmod _ 5 bad bad ADJ JJ Degree=Pos 6 amod 6:amod _ 6 job job NOUN NN Number=Sing 2 obj 2:obj _ 7 with with ADP IN _ 9 case 9:case _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 hair hair NOUN NN Number=Sing 2 obl 2:obl:with _ 10 and and CCONJ CC _ 13 cc 13:cc _ -11 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 cop 13:cop _ +11 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ 12 extremely extremely ADV RB _ 13 advmod 13:advmod _ 13 rude rude ADJ JJ Degree=Pos 2 conj 2:conj:and _ -14 when when SCONJ WRB PronType=Int 16 mark 16:mark _ +14 when when ADV WRB PronType=Int 16 advmod 16:advmod _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -16 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:when _ +16 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:when _ 17 back back ADV RB _ 16 advmod 16:advmod _ 18 to to PART TO _ 19 mark 19:mark _ 19 ask ask VERB VB VerbForm=Inf 16 advcl 16:advcl:to _ -20 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 19 obj 19:obj _ -21 why why SCONJ WRB PronType=Int 25 mark 25:mark _ +20 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 19 iobj 19:iobj _ +21 why why ADV WRB PronType=Int 25 advmod 25:advmod _ 22 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 25 nsubj 25:nsubj _ 23-24 didn't _ _ _ _ _ _ _ _ -23 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 aux 25:aux _ +23 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 aux 25:aux _ 24 n't not PART RB _ 25 advmod 25:advmod _ 25 work work VERB VB VerbForm=Inf 19 advcl 19:advcl _ 26 for for ADP IN _ 28 case 28:case _ -27 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +27 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ 28 hair hair NOUN NN Number=Sing 25 obl 25:obl:for SpaceAfter=No 29 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-160442-0004 # text = Rude, insensitive, discourteous people!!!!! 1 Rude rude ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 insensitive insensitive ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 discourteous discourteous ADJ JJ Degree=Pos 6 amod 6:amod _ 6 people people NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 7 !!!!! !!!!! PUNCT . _ 6 punct 6:punct _ @@ -193287,8 +193397,8 @@ # text = Dr Greenwalt fixed my neck from a snowboard injury and was way more effective that a regular doctor. 1 Dr Dr PROPN NNP Number=Sing 3 nsubj 3:nsubj|14:nsubj _ 2 Greenwalt Greenwalt PROPN NNP Number=Sing 1 flat 1:flat _ -3 fixed fix VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 fixed fix VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 neck neck NOUN NN Number=Sing 3 obj 3:obj _ 6 from from ADP IN _ 9 case 9:case _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ @@ -193297,20 +193407,20 @@ 10 and and CCONJ CC _ 14 cc 14:cc _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ 12 way way ADV RB _ 14 advmod 14:advmod _ -13 more more ADV RBR _ 14 advmod 14:advmod _ +13 more more ADV RBR Degree=Cmp 14 advmod 14:advmod _ 14 effective effective ADJ JJ Degree=Pos 3 conj 3:conj:and _ -15 that than ADP IN Typo=Yes 18 case 18:case _ +15 that than ADP IN Typo=Yes 18 case 18:case CorrectForm=than 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 regular regular ADJ JJ Degree=Pos 18 amod 18:amod _ -18 doctor doctor NOUN NN Number=Sing 13 obl 13:obl:than SpaceAfter=No +18 doctor doctor NOUN NN Number=Sing 14 obl 14:obl:than SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-267793-0003 # text = He didnt prescribe pain meds or other drugs, he used his bodytalk method which is unusual but the results are undeniable. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2-3 didnt _ _ _ _ _ _ _ _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ -3 nt not PART RB _ 4 advmod 4:advmod _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +3 nt not PART RB Typo=Yes 4 advmod 4:advmod CorrectForm=n't 4 prescribe prescribe VERB VB VerbForm=Inf 0 root 0:root _ 5 pain pain NOUN NN Number=Sing 6 compound 6:compound _ 6 meds med NOUN NNS Number=Plur 4 obj 4:obj _ @@ -193319,8 +193429,8 @@ 9 drugs drug NOUN NNS Number=Plur 6 conj 4:obj|6:conj:or SpaceAfter=No 10 , , PUNCT , _ 12 punct 12:punct _ 11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:but _ -13 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +12 used use VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:but _ +13 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 14 bodytalk bodytalk NOUN NN Number=Sing 15 compound 15:compound _ 15 method method NOUN NN Number=Sing 12 obj 12:obj|18:nsubj _ 16 which which PRON WDT PronType=Rel 18 nsubj 15:ref _ @@ -193329,13 +193439,13 @@ 19 but but CCONJ CC _ 23 cc 23:cc _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 results result NOUN NNS Number=Plur 23 nsubj 23:nsubj _ -22 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ +22 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ 23 undeniable undeniable ADJ JJ Degree=Pos 4 conj 4:conj:but SpaceAfter=No 24 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-267793-0004 # text = My neck is fixed!. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 neck neck NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 fixed fixed ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No @@ -193348,7 +193458,7 @@ 3 what what PRON WP PronType=Int 6 obj 6:obj _ 4-5 hes _ _ _ _ _ _ _ _ 4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -5 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 6 aux 6:aux CorrectForm='s 6 doing do VERB VBG Tense=Pres|VerbForm=Part 2 ccomp 2:ccomp SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ @@ -193356,20 +193466,20 @@ # sent_id = reviews-029218-0001 # newpar id = reviews-029218-p0001 # text = Our Wedding 11/7/08 -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 Wedding wedding NOUN NN Number=Sing 0 root 0:root _ -3 11/7/08 11/7/08 NUM CD NumType=Card 2 nmod:tmod 2:nmod:tmod _ +3 11/7/08 11/7/08 NUM CD NumForm=Digit|NumType=Card 2 nmod:tmod 2:nmod:tmod _ # sent_id = reviews-029218-0002 # newpar id = reviews-029218-p0002 # text = We just had our wedding on 11/7/08 and was very impressed. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|11:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 wedding wedding NOUN NN Number=Sing 3 obj 3:obj _ 6 on on ADP IN _ 7 case 7:case _ -7 11/7/08 11/7/08 NUM CD NumType=Card 3 obl 3:obl:on _ +7 11/7/08 11/7/08 NUM CD NumForm=Digit|NumType=Card 3 obl 3:obl:on _ 8 and and CCONJ CC _ 11 cc 11:cc _ 9 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ 10 very very ADV RB _ 11 advmod 11:advmod _ @@ -193381,14 +193491,14 @@ 1 Cj Cj PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 company company NOUN NN Number=Sing 1 conj 1:conj:and|4:nsubj _ -4 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -5 all all DET DT _ 4 obj 4:obj|8:obj _ +4 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 all all DET DT PronType=Tot 4 obj 4:obj|8:obj _ 6 that that PRON WDT PronType=Rel 8 obj 5:ref _ 7 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 ask ask VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +8 ask ask VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 9 and and CCONJ CC _ 12 cc 12:cc _ -10 10 10 NUM CD NumType=Card 11 compound 11:compound _ -11 times time NOUN NNS Number=Plur 12 nummod 12:nummod _ +10 10 10 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ +11 times time NOUN NNS Number=Plur 12 obl:npmod 12:obl:npmod _ 12 more more ADJ JJR Degree=Cmp 5 conj 4:obj|5:conj:and|8:obj SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ @@ -193397,15 +193507,15 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 food food NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ -4 out out X GW _ 0 root 0:root _ -5 standing standing ADJ JJ Degree=Pos 4 goeswith 4:goeswith SpaceAfter=No +4 out outstanding ADJ GW Degree=Pos|Typo=Yes 0 root 0:root _ +5 standing _ X JJ _ 4 goeswith 4:goeswith SpaceAfter=No 6 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-029218-0005 # text = If you need a cater that is affordable and easy to work with they are the ones. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:if _ +3 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:if _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 cater cater NOUN NN Number=Sing 3 obj 3:obj|8:nsubj|10:nsubj _ 6 that that PRON WDT PronType=Rel 8 nsubj 5:ref _ @@ -193417,7 +193527,7 @@ 12 work work VERB VB VerbForm=Inf 10 ccomp 10:ccomp _ 13 with with ADP IN _ 12 obl 12:obl _ 14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 17 nsubj 17:nsubj _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ +15 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 ones one NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 18 . . PUNCT . _ 17 punct 17:punct _ @@ -193426,8 +193536,9 @@ # text = Thanks again Saucey's. 1 Thanks thanks NOUN NN Number=Sing 0 root 0:root _ 2 again again ADV RB _ 1 advmod 1:advmod _ -3 Saucey Saucey PROPN NNP Number=Sing 1 vocative 1:vocative SpaceAfter=No -4 's 's PART POS _ 3 case 3:case SpaceAfter=No +3-4 Saucey's _ _ _ _ _ _ _ SpaceAfter=No +3 Saucey Saucey PROPN NNP Number=Sing 1 vocative 1:vocative _ +4 's 's PART POS _ 3 case 3:case _ 5 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-029218-0007 @@ -193447,10 +193558,10 @@ # text = I recently got a tattoo done at Aztec and I could not be happier. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 recently recently ADV RB _ 3 advmod 3:advmod _ -3 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 tattoo tattoo NOUN NN Number=Sing 3 obj 3:obj|6:nsubj:xsubj _ -6 done do VERB VBN Tense=Past|VerbForm=Part 3 xcomp 3:xcomp _ +6 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 xcomp 3:xcomp _ 7 at at ADP IN _ 8 case 8:case _ 8 Aztec Aztec PROPN NNP Number=Sing 6 obl 6:obl:at _ 9 and and CCONJ CC _ 14 cc 14:cc _ @@ -193458,19 +193569,19 @@ 11 could could AUX MD VerbForm=Fin 14 aux 14:aux _ 12 not not PART RB _ 14 advmod 14:advmod _ 13 be be AUX VB VerbForm=Inf 14 cop 14:cop _ -14 happier happier ADJ JJR Degree=Cmp 3 conj 3:conj:and SpaceAfter=No +14 happier happy ADJ JJR Degree=Cmp 3 conj 3:conj:and SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-363234-0003 # text = It came out better than I even imagined. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 out out ADV RB _ 2 advmod 2:advmod _ -4 better better ADJ JJR Degree=Cmp 2 xcomp 2:xcomp _ +4 better good ADJ JJR Degree=Cmp 2 xcomp 2:xcomp _ 5 than than SCONJ IN _ 8 mark 8:mark _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 7 even even ADV RB _ 8 advmod 8:advmod _ -8 imagined imagine VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:than SpaceAfter=No +8 imagined imagine VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:than SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-363234-0004 @@ -193487,7 +193598,7 @@ 10 and and CCONJ CC _ 15 cc 15:cc _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 employees employee NOUN NNS Number=Plur 15 nsubj 15:nsubj _ -13 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 cop 15:cop _ +13 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ 14 fun fun ADJ JJ Degree=Pos 15 amod 15:amod _ 15 guys guy NOUN NNS Number=Plur 4 conj 4:conj:and SpaceAfter=No 16 . . PUNCT . _ 4 punct 4:punct _ @@ -193501,14 +193612,14 @@ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 shop shop NOUN NN Number=Sing 4 obj 4:obj _ 7 to to ADP IN _ 8 case 8:case _ -8 anyone anyone PRON NN Number=Sing 4 obl 4:obl:to _ +8 anyone anyone PRON NN Number=Sing|PronType=Ind 4 obl 4:obl:to _ 9 looking look VERB VBG VerbForm=Ger 8 acl 8:acl _ 10 to to PART TO _ 11 mark 11:mark _ 11 get get VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 quality quality ADJ JJ Degree=Pos 14 amod 14:amod _ 14 tattoo tattoo NOUN NN Number=Sing 11 obj 11:obj|15:nsubj:xsubj _ -15 done do VERB VBN Tense=Past|VerbForm=Part 11 xcomp 11:xcomp SpaceAfter=No +15 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 xcomp 11:xcomp SpaceAfter=No 16 . . PUNCT . _ 4 punct 4:punct _ # newdoc id = reviews-044427 @@ -193523,28 +193634,28 @@ # newpar id = reviews-044427-p0002 # text = I had to take care of the ants myself. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 take take VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 care care NOUN NN Number=Sing 4 obj 4:obj _ 6 of of ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 ants ant NOUN NNS Number=Plur 4 obl 4:obl:of _ -9 myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes 4 obl:npmod 4:obl:npmod SpaceAfter=No +9 myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Emp|Reflex=Yes 4 obl:npmod 4:obl:npmod SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-044427-0003 # text = But I found the location wonderful and the neighbors very kind. 1 But but CCONJ CC _ 3 cc 3:cc _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|7.1:nsubj|9:nsubj _ -3 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 location location NOUN NN Number=Sing 3 obj 3:obj|6:nsubj:xsubj _ 6 wonderful wonderful ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ -7 and and CCONJ CC _ 6 cc 6:cc _ -7.1 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin _ _ 3:conj CopyOf=3 +7 and and CCONJ CC _ 9 cc 7.1:cc _ +7.1 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin _ _ 3:conj CopyOf=3 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 neighbors neighbor NOUN NNS Number=Plur 3 conj 3:conj|7.1:obj|11:nsubj:xsubj _ +9 neighbors neighbor NOUN NNS Number=Plur 3 conj 7.1:obj|11:nsubj:xsubj _ 10 very very ADV RB _ 11 advmod 11:advmod _ 11 kind kind ADJ JJ Degree=Pos 9 orphan 7.1:xcomp SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ @@ -193552,26 +193663,26 @@ # sent_id = reviews-044427-0004 # text = Never had a problem with the staff and found them very helpful when something went wrong. 1 Never never ADV RB _ 2 advmod 2:advmod _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 problem problem NOUN NN Number=Sing 2 obj 2:obj _ 5 with with ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 staff staff NOUN NN Number=Sing 4 nmod 4:nmod:with _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +9 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 10 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 9 obj 9:obj|12:nsubj:xsubj _ 11 very very ADV RB _ 12 advmod 12:advmod _ 12 helpful helpful ADJ JJ Degree=Pos 9 xcomp 9:xcomp _ -13 when when SCONJ WRB PronType=Int 15 mark 15:mark _ -14 something something PRON NN Number=Sing 15 nsubj 15:nsubj|16:nsubj:xsubj _ -15 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:when _ +13 when when ADV WRB PronType=Int 15 advmod 15:advmod _ +14 something something PRON NN Number=Sing|PronType=Ind 15 nsubj 15:nsubj|16:nsubj:xsubj _ +15 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:when _ 16 wrong wrong ADJ JJ Degree=Pos 15 xcomp 15:xcomp SpaceAfter=No 17 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-044427-0005 # text = Loved the pool and BBQ. -1 Loved love VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Loved love VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 pool pool NOUN NN Number=Sing 1 obj 1:obj _ 4 and and CCONJ CC _ 5 cc 5:cc _ @@ -193585,11 +193696,11 @@ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 ants ant NOUN NNS Number=Plur 6 obl 6:obl:because_of _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 dropped drop VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 dropped drop VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 6 obj 6:obj _ 8 to to ADP IN _ 11 case 11:case _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -10 3 3 NUM CD NumType=Card 11 compound 11:compound _ +10 3 3 NUM CD NumForm=Digit|NumType=Card 11 compound 11:compound _ 11 star star NOUN NN Number=Sing 6 obl 6:obl:to SpaceAfter=No 12 . . PUNCT . _ 6 punct 6:punct _ @@ -193605,23 +193716,23 @@ # newpar id = reviews-397066-p0002 # text = I have used Just Like Family several times now and they have provided great care for my two dogs. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 used use VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 Just Just PROPN NNP Number=Sing 6 compound 6:compound _ -5 Like Like PROPN NNP Number=Sing 6 compound 6:compound _ +4 Just Just ADV NNP _ 6 advmod 6:advmod _ +5 Like Like ADJ NNP Degree=Pos 6 amod 6:amod _ 6 Family Family PROPN NNP Number=Sing 3 obj 3:obj _ 7 several several ADJ JJ Degree=Pos 8 amod 8:amod _ 8 times time NOUN NNS Number=Plur 3 obl:tmod 3:obl:tmod _ 9 now now ADV RB _ 3 advmod 3:advmod _ 10 and and CCONJ CC _ 13 cc 13:cc _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -12 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +12 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 provided provide VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:and _ 14 great great ADJ JJ Degree=Pos 15 amod 15:amod _ 15 care care NOUN NN Number=Sing 13 obj 13:obj _ 16 for for ADP IN _ 19 case 19:case _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ -18 two two NUM CD NumType=Card 19 nummod 19:nummod _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 two two NUM CD NumForm=Word|NumType=Card 19 nummod 19:nummod _ 19 dogs dog NOUN NNS Number=Plur 13 obl 13:obl:for SpaceAfter=No 20 . . PUNCT . _ 3 punct 3:punct _ @@ -193642,29 +193753,29 @@ # text = The real testament is not in how much she likes your animals but how much they like her. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 real real ADJ JJ Degree=Pos 3 amod 3:amod _ -3 testament testament NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 not not PART RB _ 4 advmod 4:advmod _ +3 testament testament NOUN NN Number=Sing 10 nsubj:outer 10:nsubj:outer _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +5 not not PART RB _ 10 advmod 10:advmod _ 6 in in ADP IN _ 10 mark 10:mark _ -7 how how SCONJ WRB PronType=Int 8 mark 8:mark _ +7 how how ADV WRB PronType=Int 8 advmod 8:advmod _ 8 much much ADV RB _ 10 advmod 10:advmod _ 9 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 likes like VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:in _ -11 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 likes like VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +11 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 animals animal NOUN NNS Number=Plur 10 obj 10:obj _ 13 but but CCONJ CC _ 17 cc 17:cc _ -14 how how SCONJ WRB PronType=Int 15 mark 15:mark _ +14 how how ADV WRB PronType=Int 15 advmod 15:advmod _ 15 much much ADV RB _ 17 advmod 17:advmod _ 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 17 nsubj 17:nsubj _ -17 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 conj 4:advcl:in|10:conj:but _ +17 like like VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 conj 10:conj:but _ 18 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 17 obj 17:obj SpaceAfter=No -19 . . PUNCT . _ 4 punct 4:punct _ +19 . . PUNCT . _ 10 punct 10:punct _ # sent_id = reviews-397066-0005 # text = I highly recommend her. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 highly highly ADV RB _ 3 advmod 3:advmod _ -3 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj SpaceAfter=No 5 . . PUNCT . _ 3 punct 3:punct _ @@ -193673,26 +193784,26 @@ # newpar id = reviews-029870-p0001 # text = I found Bright Star Tours and Travels and Best and Affordable Tour Operators and Tours Agents in Chennai, India offered me Student Tour India Package for very less price. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 Bright Bright PROPN NNP Number=Sing 4 compound 4:compound _ +2 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 Bright Bright ADJ NNP Degree=Pos 4 amod 4:amod _ 4 Star Star PROPN NNP Number=Sing 5 compound 5:compound _ -5 Tours Tours PROPN NNPS Number=Plur 21 nsubj 21:nsubj _ +5 Tours Tour PROPN NNPS Number=Plur 21 nsubj 21:nsubj _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 Travels Travels PROPN NNPS Number=Plur 5 conj 5:conj:and|21:nsubj _ +7 Travels Travel PROPN NNPS Number=Plur 5 conj 5:conj:and|21:nsubj _ 8 and and CCONJ CC _ 13 cc 13:cc _ -9 Best Best PROPN NNP Number=Sing 13 amod 13:amod _ +9 Best Good ADJ NNP Degree=Sup 13 amod 13:amod _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 Affordable Affordable PROPN NNP Number=Sing 9 conj 9:conj:and|13:amod _ +11 Affordable Affordable ADJ NNP Degree=Pos 9 conj 9:conj:and|13:amod _ 12 Tour Tour PROPN NNP Number=Sing 13 compound 13:compound _ -13 Operators Operators PROPN NNPS Number=Plur 5 conj 5:conj:and|21:nsubj _ +13 Operators Operator PROPN NNPS Number=Plur 5 conj 5:conj:and|21:nsubj _ 14 and and CCONJ CC _ 16 cc 16:cc _ -15 Tours Tours PROPN NNPS Number=Plur 16 compound 16:compound _ -16 Agents Agents PROPN NNPS Number=Plur 13 conj 13:conj:and _ +15 Tours Tour PROPN NNPS Number=Plur 16 compound 16:compound _ +16 Agents Agent PROPN NNPS Number=Plur 13 conj 13:conj:and _ 17 in in ADP IN _ 18 case 18:case _ 18 Chennai Chennai PROPN NNP Number=Sing 5 nmod 5:nmod:in SpaceAfter=No -19 , , PUNCT , _ 18 punct 18:punct _ +19 , , PUNCT , _ 20 punct 20:punct _ 20 India India PROPN NNP Number=Sing 18 appos 18:appos _ -21 offered offer VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +21 offered offer VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 22 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 21 iobj 21:iobj _ 23 Student Student PROPN NNP Number=Sing 24 compound 24:compound _ 24 Tour Tour PROPN NNP Number=Sing 26 compound 26:compound _ @@ -193700,18 +193811,18 @@ 26 Package Package PROPN NNP Number=Sing 21 obj 21:obj _ 27 for for ADP IN _ 30 case 30:case _ 28 very very ADV RB _ 29 advmod 29:advmod _ -29 less less ADJ JJS Degree=Sup 30 amod 30:amod _ +29 less less ADJ JJR Degree=Cmp 30 amod 30:amod _ 30 price price NOUN NN Number=Sing 21 obl 21:obl:for SpaceAfter=No 31 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-029870-0002 # text = I enjoyed my tour and i am looking for adventure tour and India heritage tours for valuable. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 enjoyed enjoy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 enjoyed enjoy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 tour tour NOUN NN Number=Sing 2 obj 2:obj _ 5 and and CCONJ CC _ 8 cc 8:cc _ -6 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ +6 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 7 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 looking look VERB VBG VerbForm=Ger 2 conj 2:conj:and _ 9 for for ADP IN _ 11 case 11:case _ @@ -193729,9 +193840,9 @@ # text = Thanks for Bright Star Tours. 1 Thanks thanks NOUN NN Number=Sing 0 root 0:root _ 2 for for ADP IN _ 5 case 5:case _ -3 Bright Bright PROPN NNP Number=Sing 4 compound 4:compound _ +3 Bright Bright ADJ NNP Degree=Pos 4 amod 4:amod _ 4 Star Star PROPN NNP Number=Sing 5 compound 5:compound _ -5 Tours Tours PROPN NNPS Number=Plur 1 nmod 1:nmod:for SpaceAfter=No +5 Tours Tour PROPN NNPS Number=Plur 1 nmod 1:nmod:for SpaceAfter=No 6 . . PUNCT . _ 1 punct 1:punct _ # newdoc id = reviews-341397 @@ -193740,22 +193851,22 @@ # text = these guys were fantastic! 1 these this DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 guys guy NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 cop 4:cop _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 4 fantastic fantastic ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 5 ! ! PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-341397-0002 # text = they fixed my garage doors in literally less than an hour. 1 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 fixed fix VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 fixed fix VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 garage garage NOUN NN Number=Sing 5 compound 5:compound _ 5 doors door NOUN NNS Number=Plur 2 obj 2:obj _ 6 in in ADP IN _ 11 case 11:case _ 7 literally literally ADV RB _ 8 advmod 8:advmod _ -8 less less ADJ JJR Degree=Cmp 11 advmod 11:advmod _ +8 less less ADJ JJR Degree=Cmp|ExtPos=ADV 11 advmod 11:advmod _ 9 than than ADP IN _ 8 fixed 8:fixed _ -10 an a DET DT Definite=Ind|PronType=Art 11 nummod 11:nummod _ +10 an a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 hour hour NOUN NN Number=Sing 2 obl 2:obl:in SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ @@ -193763,24 +193874,24 @@ # text = the guy came on time and didn't take any breaks, he went straight to work and finished the job efficiently and promptly! 1 the the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 guy guy NOUN NN Number=Sing 3 nsubj 3:nsubj|9:nsubj _ -3 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 on on ADP IN _ 5 case 5:case _ 5 time time NOUN NN Number=Sing 3 obl 3:obl:on _ 6 and and CCONJ CC _ 9 cc 9:cc _ 7-8 didn't _ _ _ _ _ _ _ _ -7 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +7 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 8 n't not PART RB _ 9 advmod 9:advmod _ 9 take take VERB VB VerbForm=Inf 3 conj 3:conj:and _ -10 any any DET DT _ 11 det 11:det _ +10 any any DET DT PronType=Ind 11 det 11:det _ 11 breaks break NOUN NNS Number=Plur 9 obj 9:obj SpaceAfter=No -12 , , PUNCT , _ 3 punct 3:punct _ +12 , , PUNCT , _ 14 punct 14:punct _ 13 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj|19:nsubj _ -14 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ -15 straight straight ADV RB _ 14 advmod 14:advmod _ -16 to to PART TO _ 17 mark 17:mark _ -17 work work VERB VB VerbForm=Inf 14 advcl 14:advcl:to _ +14 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ +15 straight straight ADV RB _ 17 advmod 17:advmod _ +16 to to ADP IN _ 17 case 17:case _ +17 work work NOUN NN Number=Sing 14 obl 14:obl:to _ 18 and and CCONJ CC _ 19 cc 19:cc _ -19 finished finish VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 conj 14:conj:and _ +19 finished finish VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 conj 14:conj:and _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 job job NOUN NN Number=Sing 19 obj 19:obj _ 22 efficiently efficiently ADV RB _ 19 advmod 19:advmod _ @@ -193790,17 +193901,17 @@ # sent_id = reviews-341397-0004 # text = i couldn't be more happier with the way my garage looks. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 2-3 couldn't _ _ _ _ _ _ _ _ 2 could could AUX MD VerbForm=Fin 6 aux 6:aux _ 3 n't not PART RB _ 6 advmod 6:advmod _ 4 be be AUX VB VerbForm=Inf 6 cop 6:cop _ -5 more more ADV RBR _ 6 advmod 6:advmod _ -6 happier happier ADJ JJR Degree=Cmp 0 root 0:root _ +5 more more ADV RBR Degree=Cmp 6 advmod 6:advmod _ +6 happier happy ADJ JJR Degree=Cmp 0 root 0:root _ 7 with with ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 way way NOUN NN Number=Sing 6 obl 6:obl:with _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 garage garage NOUN NN Number=Sing 12 nsubj 12:nsubj _ 12 looks look VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl SpaceAfter=No 13 . . PUNCT . _ 6 punct 6:punct _ @@ -193816,7 +193927,7 @@ # sent_id = reviews-365630-0001 # newpar id = reviews-365630-p0001 # text = A+ -1 A a SYM SYM _ 0 root 0:root SpaceAfter=No +1 A A SYM SYM _ 0 root 0:root SpaceAfter=No 2 + + SYM SYM _ 1 compound 1:compound _ # sent_id = reviews-365630-0002 @@ -193826,22 +193937,22 @@ 2 would would AUX MD VerbForm=Fin 3 aux 3:aux _ 3 rate rate VERB VB VerbForm=Inf 0 root 0:root _ 4 Fran Fran PROPN NNP Number=Sing 5 compound 5:compound _ -5 pcs pcs PROPN NNPS Number=Plur 3 obj 3:obj|7:nsubj:xsubj _ +5 pcs pc PROPN NNPS Number=Plur 3 obj 3:obj|7:nsubj:xsubj _ 6 an a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -7 A a SYM SYM _ 3 xcomp 3:xcomp SpaceAfter=No +7 A A SYM SYM _ 3 xcomp 3:xcomp SpaceAfter=No 8 + + SYM SYM _ 7 compound 7:compound _ 9 because because SCONJ IN _ 13 mark 13:mark _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 price price NOUN NN Number=Sing 13 nsubj 13:nsubj _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ -13 lower lower ADJ JJR Degree=Cmp 3 advcl 3:advcl:because _ +13 lower low ADJ JJR Degree=Cmp 3 advcl 3:advcl:because _ 14 than than ADP IN _ 15 case 15:case _ -15 everyone everyone PRON NN Number=Sing 13 obl 13:obl:than _ +15 everyone everyone PRON NN Number=Sing|PronType=Tot 13 obl 13:obl:than _ 16 else else ADJ JJ Degree=Pos 15 amod 15:amod SpaceAfter=No 17 , , PUNCT , _ 19 punct 19:punct _ -18 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -19 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ -20 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +18 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ +19 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ +20 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 computer computer NOUN NN Number=Sing 19 obj 19:obj _ 22 back back ADV RB _ 19 advmod 19:advmod _ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ @@ -193852,7 +193963,7 @@ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 29 professionalism professionalism NOUN NN Number=Sing 33 nsubj 33:nsubj _ 30 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 31 nsubj 31:nsubj _ -31 showed show VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 29 acl:relcl 29:acl:relcl _ +31 showed show VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 29 acl:relcl 29:acl:relcl _ 32 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 33 cop 33:cop _ 33 great great ADJ JJ Degree=Pos 3 conj 3:conj:and SpaceAfter=No 34 . . PUNCT . _ 3 punct 3:punct _ @@ -193860,7 +193971,7 @@ # sent_id = reviews-365630-0003 # text = He took the time to explain things to me about my computer, i would recommend you go to him. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 time time NOUN NN Number=Sing 2 obj 2:obj _ 5 to to PART TO _ 6 mark 6:mark _ @@ -193869,14 +193980,14 @@ 8 to to ADP IN _ 9 case 9:case _ 9 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 6 obl 6:obl:to _ 10 about about ADP IN _ 12 case 12:case _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 computer computer NOUN NN Number=Sing 6 obl 6:obl:about SpaceAfter=No -13 , , PUNCT , _ 2 punct 2:punct _ -14 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ +13 , , PUNCT , _ 16 punct 16:punct _ +14 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ 15 would would AUX MD VerbForm=Fin 16 aux 16:aux _ 16 recommend recommend VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ 17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ -18 go go VERB VB VerbForm=Inf 16 ccomp 16:ccomp _ +18 go go VERB VB Mood=Sub|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 16 ccomp 16:ccomp _ 19 to to ADP IN _ 20 case 20:case _ 20 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 18 obl 18:obl:to SpaceAfter=No 21 . . PUNCT . _ 2 punct 2:punct _ @@ -193897,7 +194008,7 @@ # sent_id = reviews-063690-0002 # text = everyone here is super friendly and efficient! -1 everyone everyone PRON NN Number=Sing 5 nsubj 5:nsubj|7:nsubj _ +1 everyone everyone PRON NN Number=Sing|PronType=Tot 5 nsubj 5:nsubj|7:nsubj _ 2 here here ADV RB PronType=Dem 1 advmod 1:advmod _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 super super ADV RB _ 5 advmod 5:advmod _ @@ -193910,7 +194021,7 @@ # text = its great to know you can get great service, great product, and for the best price all in one! 1-2 its _ _ _ _ _ _ _ _ 1 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 expl 3:expl _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 3 cop 3:cop CorrectForm='s 3 great great ADJ JJ Degree=Pos 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 know know VERB VB VerbForm=Inf 3 csubj 3:csubj _ @@ -193926,27 +194037,27 @@ 15 and and CCONJ CC _ 19 cc 19:cc _ 16 for for ADP IN _ 19 case 19:case _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -18 best best ADJ JJS Degree=Sup 19 amod 19:amod _ +18 best good ADJ JJS Degree=Sup 19 amod 19:amod _ 19 price price NOUN NN Number=Sing 10 conj 8:obj|10:conj:and _ -20 all all DET DT _ 10 appos 10:appos _ +20 all all DET DT PronType=Tot 10 appos 10:appos _ 21 in in ADP IN _ 22 case 22:case _ -22 one one NUM CD NumType=Card 20 nmod 20:nmod:in SpaceAfter=No +22 one one NUM CD NumForm=Word|NumType=Card 20 nmod 20:nmod:in SpaceAfter=No 23 ! ! PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-063690-0004 # text = I've referred everyone i know here and they all feel the same way!! 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 referred refer VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 everyone everyone PRON NN Number=Sing 3 obj 3:obj _ -5 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +4 everyone everyone PRON NN Number=Sing|PronType=Tot 3 obj 3:obj _ +5 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ +6 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 here here ADV RB PronType=Dem 3 advmod 3:advmod _ 8 and and CCONJ CC _ 11 cc 11:cc _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -10 all all DET DT _ 9 det 9:det _ -11 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +10 all all DET DT PronType=Tot 9 det 9:det _ +11 feel feel VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 same same ADJ JJ Degree=Pos 14 amod 14:amod _ 14 way way NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No @@ -193955,7 +194066,7 @@ # sent_id = reviews-063690-0005 # text = i'll be coming back for years to come! 1-2 i'll _ _ _ _ _ _ _ _ -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2 'll will AUX MD VerbForm=Fin 4 aux 4:aux _ 3 be be AUX VB VerbForm=Inf 4 aux 4:aux _ 4 coming come VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ @@ -193988,7 +194099,7 @@ 9 to to SCONJ IN _ 11 mark 11:mark _ 10 vigorously vigorously ADV RB _ 11 advmod 11:advmod _ 11 supporting support VERB VBG VerbForm=Ger 8 advcl 8:advcl:to _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 rights right NOUN NNS Number=Plur 11 obj 11:obj _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 achieving achieve VERB VBG VerbForm=Ger 11 conj 8:advcl:to|11:conj:and _ @@ -194005,11 +194116,11 @@ 4 criminal criminal ADJ JJ Degree=Pos 5 amod 5:amod _ 5 defense defense NOUN NN Number=Sing 6 compound 6:compound _ 6 attorney attorney NOUN NN Number=Sing 10 obl 10:obl:as SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 9 will will AUX MD VerbForm=Fin 10 aux 10:aux _ 10 work work VERB VB VerbForm=Inf 0 root 0:root _ -11 every every DET DT _ 15 det 15:det _ +11 every every DET DT PronType=Tot 15 det 15:det _ 12 possible possible ADJ JJ Degree=Pos 15 amod 15:amod _ 13 legal legal ADJ JJ Degree=Pos 15 amod 15:amod _ 14 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No @@ -194017,17 +194128,17 @@ 16 " " PUNCT '' _ 15 punct 15:punct _ 17 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No 18 leaving leave VERB VBG VerbForm=Ger 10 advcl 10:advcl _ -19 no no DET DT _ 20 det 20:det _ +19 no no DET DT PronType=Neg 20 det 20:det _ 20 stone stone NOUN NN Number=Sing 18 obj 18:obj|21:nsubj:xsubj _ 21 unturned unturned ADJ JJ Degree=Pos 18 xcomp 18:xcomp SpaceAfter=No 22 ) ) PUNCT -RRB- _ 18 punct 18:punct _ 23 of of ADP IN _ 25 case 25:case _ -24 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 case case NOUN NN Number=Sing 15 nmod 15:nmod:of _ 26 to to PART TO _ 27 mark 27:mark _ 27 achieve achieve VERB VB VerbForm=Inf 10 advcl 10:advcl:to _ 28 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ -29 most most ADV RBS _ 30 advmod 30:advmod _ +29 most most ADV RBS Degree=Sup 30 advmod 30:advmod _ 30 favorable favorable ADJ JJ Degree=Pos 31 amod 31:amod _ 31 result result NOUN NN Number=Sing 27 obj 27:obj _ 32 possible possible ADJ JJ Degree=Pos 31 amod 31:amod SpaceAfter=No @@ -194045,43 +194156,43 @@ # newpar id = reviews-325292-p0002 # text = I have been here 3 to 4 times and every time food they served seems warmed up not cooked after you order it. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 cop 4:cop _ 4 here here ADV RB PronType=Dem 0 root 0:root _ -5 3 3 NUM CD NumType=Card 7 nummod 7:nummod _ -6 to to ADP IN _ 7 nmod 7:nmod _ -7 4 4 NUM CD NumType=Card 4 obl:tmod 4:obl:tmod _ -8 times time NOUN NNS Number=Plur 7 case 7:case _ +5 3 3 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ +6 to to ADP IN _ 7 case 7:case _ +7 4 4 NUM CD NumForm=Digit|NumType=Card 5 nmod 5:nmod _ +8 times time NOUN NNS Number=Plur 4 obl:tmod 4:obl:tmod _ 9 and and CCONJ CC _ 15 cc 15:cc _ -10 every every DET DT _ 11 det 11:det _ +10 every every DET DT PronType=Tot 11 det 11:det _ 11 time time NOUN NN Number=Sing 15 obl:tmod 15:obl:tmod _ 12 food food NOUN NN Number=Sing 15 nsubj 15:nsubj|16:nsubj:xsubj|19:nsubj:xsubj _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -14 served serve VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +14 served serve VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ 15 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ -16 warmed warm VERB VBN Tense=Past|VerbForm=Part 15 xcomp 15:xcomp _ +16 warmed warm VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 xcomp 15:xcomp _ 17 up up ADP RP _ 16 compound:prt 16:compound:prt _ -18 not not CCONJ CC _ 19 cc 19:cc _ -19 cooked cook VERB VBN Tense=Past|VerbForm=Part 16 conj 15:xcomp|16:conj:not _ +18 not not PART RB _ 19 advmod 19:advmod _ +19 cooked cook VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 conj 15:xcomp|16:conj:not _ 20 after after SCONJ IN _ 22 mark 22:mark _ 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ -22 order order VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:after _ +22 order order VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:after _ 23 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 obj 22:obj SpaceAfter=No 24 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-325292-0003 # text = I like my food hot both ways not warm or cold. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ -4 food food NOUN NN Number=Sing 2 obj 2:obj _ -5 hot hot ADJ JJ Degree=Pos 4 acl 4:acl _ -6 both both DET DT _ 7 det 7:det _ -7 ways way NOUN NNS Number=Plur 5 advcl 5:advcl _ -8 not not ADV RB _ 5 advmod 5:advmod _ -9 warm warm ADJ JJ Degree=Pos 5 conj 4:acl|5:conj _ +2 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +4 food food NOUN NN Number=Sing 2 obj 2:obj|5:nsubj:xsubj|9:nsubj:xsubj|11:nsubj:xsubj _ +5 hot hot ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ +6 both both DET DT PronType=Tot 7 det 7:det _ +7 ways way NOUN NNS Number=Plur 5 obl:npmod 5:obl:npmod _ +8 not not PART RB _ 9 advmod 9:advmod _ +9 warm warm ADJ JJ Degree=Pos 5 conj 2:xcomp|5:conj _ 10 or or CCONJ CC _ 11 cc 11:cc _ -11 cold cold ADJ JJ Degree=Pos 9 conj 9:conj:or SpaceAfter=No +11 cold cold ADJ JJ Degree=Pos 9 conj 2:xcomp|9:conj:or SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-325292-0004 @@ -194103,10 +194214,10 @@ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 7 can can AUX MD VerbForm=Fin 8 aux 8:aux _ 8 serve serve VERB VB VerbForm=Inf 4 advcl 4:advcl:if _ -9 when when SCONJ WRB PronType=Int 13 mark 13:mark _ +9 when when ADV WRB PronType=Int 13 advmod 13:advmod _ 10 food food NOUN NN Number=Sing 13 nsubj 13:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ -12 piping pipe ADV RB _ 13 advmod 13:advmod _ +12 piping pipe VERB VBG VerbForm=Ger 13 amod 13:amod _ 13 hot hot ADJ JJ Degree=Pos 8 advcl 8:advcl:when SpaceAfter=No 14 . . PUNCT . _ 4 punct 4:punct _ @@ -194120,50 +194231,50 @@ # text = FAST and reasonable$ 1 FAST fast ADJ JJ Degree=Pos 4 amod 4:amod _ 2 and and CCONJ CC _ 3 cc 3:cc _ -3 reasonable reasonable ADJ JJ Degree=Pos 1 conj 1:conj:and|4:amod SpaceAfter=No +3 reasonable reasonable ADJ JJ Degree=Pos 1 conj 1:conj:and|4:amod CorrectSpaceAfter=Yes|SpaceAfter=No 4 $ $ NOUN NN Number=Sing 0 root 0:root _ # sent_id = reviews-154157-0002 # newpar id = reviews-154157-p0002 # text = We went to Kobeys on Saturday and had our whole teams uniforms done! 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|9:nsubj _ -2 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 went go VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 4 case 4:case _ 4-5 Kobeys _ _ _ _ _ _ _ _ 4 Kobey Kobey PROPN NNP Number=Sing 2 obl 2:obl:to _ -5 s 's PART POS _ 4 case 4:case _ +5 s 's PART POS Typo=Yes 4 case 4:case CorrectForm='s 6 on on ADP IN _ 7 case 7:case _ 7 Saturday Saturday PROPN NNP Number=Sing 2 obl 2:obl:on _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ -10 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +9 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +10 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 whole whole ADJ JJ Degree=Pos 12 amod 12:amod _ 12-13 teams _ _ _ _ _ _ _ _ 12 team team NOUN NN Number=Sing 14 nmod:poss 14:nmod:poss _ -13 s 's PART POS _ 12 case 12:case _ +13 s 's PART POS Typo=Yes 12 case 12:case CorrectForm='s 14 uniforms uniform NOUN NNS Number=Plur 9 obj 9:obj|15:nsubj:xsubj _ -15 done do VERB VBN Tense=Past|VerbForm=Part 9 xcomp 9:xcomp SpaceAfter=No +15 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 xcomp 9:xcomp SpaceAfter=No 16 ! ! PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-154157-0003 # text = He was less than half of the price of the cheapest quote we got, and his work was top notch. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ -3 less less ADJ JJR Degree=Cmp 5 advmod 5:advmod _ +3 less less ADJ JJR Degree=Cmp|ExtPos=ADV 5 advmod 5:advmod _ 4 than than ADP IN _ 3 fixed 3:fixed _ -5 half half NOUN NN Number=Sing 0 root 0:root _ +5 half half NOUN NN Number=Sing|NumForm=Word|NumType=Frac 0 root 0:root _ 6 of of ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 price price NOUN NN Number=Sing 5 nmod 5:nmod:of _ 9 of of ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -11 cheapest cheapest ADJ JJS Degree=Sup 12 amod 12:amod _ +11 cheapest cheap ADJ JJS Degree=Sup 12 amod 12:amod _ 12 quote quote NOUN NN Number=Sing 8 nmod 8:nmod:of _ 13 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl SpaceAfter=No +14 got get VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl SpaceAfter=No 15 , , PUNCT , _ 21 punct 21:punct _ 16 and and CCONJ CC _ 21 cc 21:cc _ -17 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 work work NOUN NN Number=Sing 21 nsubj 21:nsubj _ 19 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 cop 21:cop _ 20 top top ADJ JJ Degree=Pos 21 compound 21:compound _ @@ -194186,10 +194297,10 @@ 2 back back ADV RB _ 1 advmod 1:advmod _ 3 to to PART TO _ 4 mark 4:mark _ 4 have have VERB VB VerbForm=Inf 1 advcl 1:advcl:to _ -5 some some DET DT _ 7 det 7:det _ -6 lab lab ADJ JJ Degree=Pos 7 amod 7:amod _ +5 some some DET DT PronType=Ind 7 det 7:det _ +6 lab lab NOUN NN Number=Sing 7 compound 7:compound _ 7 coats coat NOUN NNS Number=Plur 4 obj 4:obj|8:nsubj:xsubj _ -8 done do VERB VBN Tense=Past|VerbForm=Part 4 xcomp 4:xcomp _ +8 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 xcomp 4:xcomp _ 9 this this DET DT Number=Sing|PronType=Dem 10 det 10:det _ 10 weekend weekend NOUN NN Number=Sing 1 obl:tmod 1:obl:tmod SpaceAfter=No 11 ! ! PUNCT . _ 1 punct 1:punct _ @@ -194199,20 +194310,20 @@ # newpar id = reviews-106150-p0001 # text = We love Little Farmer 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 Little Little PROPN NNP Number=Sing 4 compound 4:compound _ +2 love love VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 Little Little ADJ NNP Degree=Pos 4 amod 4:amod _ 4 Farmer Farmer PROPN NNP Number=Sing 2 obj 2:obj _ # sent_id = reviews-106150-0002 # newpar id = reviews-106150-p0002 # text = We attend LFTD and our children LOVE it!! 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 attend attend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 attend attend VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 LFTD LFTD PROPN NNP Number=Sing 2 obj 2:obj _ 4 and and CCONJ CC _ 7 cc 7:cc _ -5 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 children child NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -7 LOVE love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +7 LOVE love VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj SpaceAfter=No 9 !! !! PUNCT . _ 2 punct 2:punct _ @@ -194220,7 +194331,7 @@ # text = They even want to go to school on the weekends!! 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 2 even even ADV RB _ 3 advmod 3:advmod _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 go go VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 to to ADP IN _ 7 case 7:case _ @@ -194233,10 +194344,10 @@ # sent_id = reviews-106150-0004 # text = They are preparing my older son for kindergarten and looks forward to seeing his teacher and friends everyday. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|10:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 preparing prepare VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ -5 older older ADJ JJR Degree=Cmp 6 amod 6:amod _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 older old ADJ JJR Degree=Cmp 6 amod 6:amod _ 6 son son NOUN NN Number=Sing 3 obj 3:obj _ 7 for for ADP IN _ 8 case 8:case _ 8 kindergarten kindergarten NOUN NN Number=Sing 3 obl 3:obl:for _ @@ -194245,25 +194356,25 @@ 11 forward forward ADV RB _ 10 advmod 10:advmod _ 12 to to SCONJ IN _ 13 mark 13:mark _ 13 seeing see VERB VBG VerbForm=Ger 10 advcl 10:advcl:to _ -14 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 teacher teacher NOUN NN Number=Sing 13 obj 13:obj _ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 friends friend NOUN NNS Number=Plur 15 conj 13:obj|15:conj:and _ -18 every every DET DT _ 19 det 19:det SpaceAfter=No +18 every every DET DT PronType=Tot 19 det 19:det CorrectSpaceAfter=Yes|SpaceAfter=No 19 day day NOUN NN Number=Sing 10 obl:tmod 10:obl:tmod SpaceAfter=No 20 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-106150-0005 # text = My infant is content everyday when I drop off and pick up. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 infant infant NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 content content ADJ JJ Degree=Pos 0 root 0:root _ -5 every every DET DT _ 6 det 6:det SpaceAfter=No +5 every every DET DT PronType=Tot 6 det 6:det CorrectSpaceAfter=Yes|SpaceAfter=No 6 day day NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod _ -7 when when SCONJ WRB PronType=Int 9 mark 9:mark _ +7 when when ADV WRB PronType=Int 9 advmod 9:advmod _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj|12:nsubj _ -9 drop drop VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:when _ +9 drop drop VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:when _ 10 off off ADP RP _ 9 compound:prt 9:compound:prt _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 pick pick VERB VB VerbForm=Inf 9 conj 4:advcl:when|9:conj:and _ @@ -194284,26 +194395,26 @@ # newpar id = reviews-326112-p0002 # text = I rang SRD PAT testing and within 3 hours Scot had come to my premises and PAT tested all my our Spill The Whisky barn dance band equipment, and supplied a certificate for only 70p per unit. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 rang ring VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 rang ring VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 SRD SRD PROPN NNP Number=Sing 5 compound 5:compound _ 4 PAT PAT PROPN NNP Number=Sing 5 compound 5:compound _ 5 testing testing PROPN NNP Number=Sing 2 obj 2:obj _ 6 and and CCONJ CC _ 12 cc 12:cc _ 7 within within ADP IN _ 9 case 9:case _ -8 3 3 NUM CD NumType=Card 9 nummod 9:nummod _ +8 3 3 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 hours hour NOUN NNS Number=Plur 12 obl 12:obl:within _ 10 Scot Scot PROPN NNP Number=Sing 12 nsubj 12:nsubj|31:nsubj _ -11 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 aux 12:aux _ +11 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 aux 12:aux _ 12 come come VERB VBN Tense=Past|VerbForm=Part 2 conj 2:conj:and _ 13 to to ADP IN _ 15 case 15:case _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 premises premise NOUN NNS Number=Plur 12 obl 12:obl:to _ 16 and and CCONJ CC _ 18 cc 18:cc _ -17 PAT pat NOUN NN Number=Sing 18 nsubj 18:nsubj _ +17 PAT pat NOUN NN Number=Sing 18 compound 18:compound _ 18 tested test VERB VBN Tense=Past|VerbForm=Part 12 conj 12:conj:and _ -19 all all DET PDT _ 28 det:predet 28:det:predet _ -20 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ -21 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +19 all all DET PDT PronType=Tot 28 det:predet 28:det:predet _ +20 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +21 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ 22 Spill spill VERB VB VerbForm=Inf 28 compound 28:compound _ 23 The the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 Whisky Whisky PROPN NNP Number=Sing 22 obj 22:obj _ @@ -194318,7 +194429,7 @@ 33 certificate certificate NOUN NN Number=Sing 31 obj 31:obj _ 34 for for ADP IN _ 37 case 37:case _ 35 only only ADV RB _ 37 advmod 37:advmod _ -36 70 70 NUM CD NumType=Card 37 nummod 37:nummod SpaceAfter=No +36 70 70 NUM CD NumForm=Digit|NumType=Card 37 nummod 37:nummod SpaceAfter=No 37 p p NOUN NN Number=Sing 31 obl 31:obl:for _ 38 per per ADP IN _ 39 case 39:case _ 39 unit unit NOUN NN Number=Sing 37 nmod 37:nmod:per SpaceAfter=No @@ -194336,21 +194447,21 @@ # sent_id = reviews-326112-0004 # text = How rare! -1 How how SCONJ WRB PronType=Int 2 mark 2:mark _ +1 How how ADV WRB PronType=Int 2 advmod 2:advmod _ 2 rare rare ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 3 ! ! PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-326112-0005 # text = Well done. 1 Well well ADV RB Degree=Pos 2 advmod 2:advmod _ -2 done do VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No +2 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ # newdoc id = reviews-355325 # sent_id = reviews-355325-0001 # newpar id = reviews-355325-p0001 # text = My favorite florist! -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 favorite favorite ADJ JJ Degree=Pos 3 amod 3:amod _ 3 florist florist NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 4 ! ! PUNCT . _ 3 punct 3:punct _ @@ -194359,7 +194470,7 @@ # newpar id = reviews-355325-p0002 # text = I came to La Crosse to go to college, and my mom would send me birthday flowers though here. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 came come VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 5 case 5:case _ 4 La La PROPN NNP Number=Sing 5 compound 5:compound _ 5 Crosse Crosse PROPN NNP Number=Sing 2 obl 2:obl:to _ @@ -194369,24 +194480,24 @@ 9 college college NOUN NN Number=Sing 7 obl 7:obl:to SpaceAfter=No 10 , , PUNCT , _ 15 punct 15:punct _ 11 and and CCONJ CC _ 15 cc 15:cc _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 mom mom NOUN NN Number=Sing 15 nsubj 15:nsubj _ 14 would would AUX MD VerbForm=Fin 15 aux 15:aux _ 15 send send VERB VB VerbForm=Inf 2 conj 2:conj:and _ 16 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 15 iobj 15:iobj _ 17 birthday birthday NOUN NN Number=Sing 18 compound 18:compound _ 18 flowers flower NOUN NNS Number=Plur 15 obj 15:obj _ -19 though through ADP IN Typo=Yes 20 case 20:case _ +19 though through ADP IN Typo=Yes 20 case 20:case CorrectForm=through 20 here here ADV RB PronType=Dem 15 obl 15:obl:through SpaceAfter=No 21 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-355325-0003 # text = They were beautiful and lasted forever! 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|5:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 cop 3:cop _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 beautiful beautiful ADJ JJ Degree=Pos 0 root 0:root _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 lasted last VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +5 lasted last VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 6 forever forever ADV RB _ 5 advmod 5:advmod SpaceAfter=No 7 ! ! PUNCT . _ 3 punct 3:punct _ @@ -194395,12 +194506,12 @@ 1 Now now ADV RB _ 11 advmod 11:advmod _ 2 that that SCONJ IN _ 4 mark 4:mark _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp _ +4 live live VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp _ 5 here here ADV RB PronType=Dem 4 advmod 4:advmod SpaceAfter=No -6 , , PUNCT , _ 11 punct 11:punct _ +6 , , PUNCT , _ 1 punct 1:punct _ 7 this this PRON DT Number=Sing|PronType=Dem 11 nsubj 11:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 favorite favorite ADJ JJ Degree=Pos 11 amod 11:amod _ 11 place place NOUN NN Number=Sing 0 root 0:root _ 12 to to PART TO _ 13 mark 13:mark _ @@ -194416,20 +194527,20 @@ # text = Hands down, best place in the area! 1 Hands hand NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 2 down down ADV RB _ 5 advcl 5:advcl SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ -4 best best ADJ JJS Degree=Sup 5 amod 5:amod _ +3 , , PUNCT , _ 2 punct 2:punct _ +4 best good ADJ JJS Degree=Sup 5 amod 5:amod _ 5 place place NOUN NN Number=Sing 0 root 0:root _ 6 in in ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 area area NOUN NN Number=Sing 5 nmod 5:nmod:in SpaceAfter=No -9 ! ! PUNCT . _ 1 punct 1:punct _ +9 ! ! PUNCT . _ 5 punct 5:punct _ # newdoc id = reviews-059005 # sent_id = reviews-059005-0001 # newpar id = reviews-059005-p0001 # text = I <3 Max's 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 <3 <3 VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 <3 <3 VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3-4 Max's _ _ _ _ _ _ _ _ 3 Max Max PROPN NNP Number=Sing 2 obj 2:obj _ 4 's 's PART POS _ 3 case 3:case _ @@ -194447,10 +194558,10 @@ # sent_id = reviews-059005-0003 # text = I go in about every morning to get bagels for myself or my co-workers and the employees at Max's are great!! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 go go VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 in in ADV RB _ 2 advmod 2:advmod _ 4 about about ADV RB _ 6 advmod 6:advmod _ -5 every every DET DT _ 6 det 6:det _ +5 every every DET DT PronType=Tot 6 det 6:det _ 6 morning morning NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod _ 7 to to PART TO _ 8 mark 8:mark _ 8 get get VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ @@ -194458,7 +194569,7 @@ 10 for for ADP IN _ 11 case 11:case _ 11 myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes 8 obl 8:obl:for _ 12 or or CCONJ CC _ 14 cc 14:cc _ -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 co-workers co-worker NOUN NNS Number=Plur 11 conj 8:obl:for|11:conj:or _ 15 and and CCONJ CC _ 22 cc 22:cc _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -194467,14 +194578,14 @@ 19-20 Max's _ _ _ _ _ _ _ _ 19 Max Max PROPN NNP Number=Sing 17 nmod 17:nmod:at _ 20 's 's PART POS _ 19 case 19:case _ -21 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ +21 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 22 great great ADJ JJ Degree=Pos 2 conj 2:conj:and SpaceAfter=No 23 !! !! PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-059005-0004 # text = They are friendly and fast. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|5:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 friendly friendly ADJ JJ Degree=Pos 0 root 0:root _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 fast fast ADJ JJ Degree=Pos 3 conj 3:conj:and SpaceAfter=No @@ -194483,18 +194594,18 @@ # sent_id = reviews-059005-0005 # text = I have never had a problem with their hours because I always go during the mornings. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 never never ADV RB _ 4 advmod 4:advmod _ 4 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 problem problem NOUN NN Number=Sing 4 obj 4:obj _ 7 with with ADP IN _ 9 case 9:case _ -8 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 hours hour NOUN NNS Number=Plur 6 nmod 6:nmod:with _ 10 because because SCONJ IN _ 13 mark 13:mark _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 12 always always ADV RB _ 13 advmod 13:advmod _ -13 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:because _ +13 go go VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:because _ 14 during during ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 mornings morning NOUN NNS Number=Plur 13 obl 13:obl:during SpaceAfter=No @@ -194503,7 +194614,7 @@ # sent_id = reviews-059005-0006 # text = They are great! 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 great great ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 ! ! PUNCT . _ 3 punct 3:punct _ @@ -194511,15 +194622,15 @@ # sent_id = reviews-228731-0001 # newpar id = reviews-228731-p0001 # text = prepared the road test with a driving ... prepared the road test with a driving school in edmonton, but my instructor only trained me in a narrow street, hence I took one 90 minute lesson from the Noble driving school to learn the skill of changing lane, and found them very friendly and professional. -1 prepared prepare VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 prepared prepare VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 road road NOUN NN Number=Sing 4 compound 4:compound _ 4 test test NOUN NN Number=Sing 1 obj 1:obj _ 5 with with ADP IN _ 7 case 7:case _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 driving driving NOUN NN Number=Sing 1 obl 1:obl:with _ -8 ... ... PUNCT , _ 1 punct 1:punct _ -9 prepared prepare VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ +8 ... ... PUNCT , _ 9 punct 9:punct _ +9 prepared prepare VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 road road NOUN NN Number=Sing 12 compound 12:compound _ 12 test test NOUN NN Number=Sing 9 obj 9:obj _ @@ -194531,10 +194642,10 @@ 18 edmonton edmonton PROPN NNP Number=Sing 16 nmod 16:nmod:in SpaceAfter=No 19 , , PUNCT , _ 24 punct 24:punct _ 20 but but CCONJ CC _ 24 cc 24:cc _ -21 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 instructor instructor NOUN NN Number=Sing 24 nsubj 24:nsubj _ 23 only only ADV RB _ 24 advmod 24:advmod _ -24 trained train VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 conj 1:conj:but _ +24 trained train VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 conj 1:conj:but _ 25 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 24 obj 24:obj _ 26 in in ADP IN _ 29 case 29:case _ 27 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ @@ -194543,14 +194654,14 @@ 30 , , PUNCT , _ 33 punct 33:punct _ 31 hence hence ADV RB _ 33 advmod 33:advmod _ 32 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 33 nsubj 33:nsubj|52:nsubj _ -33 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 conj 1:conj:but _ -34 one one NUM CD NumType=Card 37 nummod 37:nummod _ -35 90 90 NUM CD NumType=Card 36 nummod 36:nummod _ +33 took take VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 1 conj 1:conj:but _ +34 one one NUM CD NumForm=Word|NumType=Card 37 nummod 37:nummod _ +35 90 90 NUM CD NumForm=Digit|NumType=Card 36 nummod 36:nummod _ 36 minute minute NOUN NN Number=Sing 37 compound 37:compound _ 37 lesson lesson NOUN NN Number=Sing 33 obj 33:obj _ 38 from from ADP IN _ 42 case 42:case _ 39 the the DET DT Definite=Def|PronType=Art 42 det 42:det _ -40 Noble Noble PROPN NNP Number=Sing 42 compound 42:compound _ +40 Noble Noble ADJ NNP Degree=Pos 42 amod 42:amod _ 41 driving driving PROPN NNP Number=Sing 42 compound 42:compound _ 42 school school PROPN NNP Number=Sing 37 nmod 37:nmod:from _ 43 to to PART TO _ 44 mark 44:mark _ @@ -194562,7 +194673,7 @@ 49 lane lane NOUN NN Number=Sing 48 obj 48:obj SpaceAfter=No 50 , , PUNCT , _ 52 punct 52:punct _ 51 and and CCONJ CC _ 52 cc 52:cc _ -52 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 33 conj 33:conj:and _ +52 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 33 conj 33:conj:and _ 53 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 52 obj 52:obj|55:nsubj:xsubj|57:nsubj:xsubj _ 54 very very ADV RB _ 55 advmod 55:advmod _ 55 friendly friendly ADJ JJ Degree=Pos 52 xcomp 52:xcomp _ @@ -194596,7 +194707,7 @@ 3 recommend recommend VERB VB VerbForm=Inf 0 root 0:root _ 4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 to to ADP IN _ 6 case 6:case _ -6 anyone anyone PRON NN Number=Sing 3 obl 3:obl:to SpaceAfter=No +6 anyone anyone PRON NN Number=Sing|PronType=Ind 3 obl 3:obl:to SpaceAfter=No 7 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-115653-0004 @@ -194616,7 +194727,7 @@ 13 walk walk VERB VB VerbForm=Inf 9 acl:relcl 9:acl:relcl _ 14 or or CCONJ CC _ 16 cc 16:cc _ 15 even even ADV RB _ 16 advmod 16:advmod _ -16 bare bear VERB VB Typo=Yes|VerbForm=Inf 13 conj 9:acl:relcl|13:conj:or _ +16 bare bear VERB VB Typo=Yes|VerbForm=Inf 13 conj 9:acl:relcl|13:conj:or CorrectForm=bear 17 to to PART TO _ 18 mark 18:mark _ 18 sit sit VERB VB VerbForm=Inf 16 xcomp 16:xcomp SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ @@ -194624,17 +194735,17 @@ # sent_id = reviews-115653-0005 # text = I went from a pain scale of 8-9 to 0 and I was able to run in the Crim just a week later!! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 from from ADP IN _ 6 case 6:case _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 pain pain NOUN NN Number=Sing 6 compound 6:compound _ 6 scale scale NOUN NN Number=Sing 2 obl 2:obl:from _ 7 of of ADP IN _ 8 case 8:case _ -8 8 8 NUM CD NumType=Card 6 nmod 6:nmod:of SpaceAfter=No +8 8 8 NUM CD NumForm=Digit|NumType=Card 6 nmod 6:nmod:of SpaceAfter=No 9 - - SYM SYM _ 10 case 10:case SpaceAfter=No -10 9 9 NUM CD NumType=Card 8 nmod 8:nmod _ +10 9 9 NUM CD NumForm=Digit|NumType=Card 8 nmod 8:nmod _ 11 to to ADP IN _ 12 case 12:case _ -12 0 0 NUM CD NumType=Card 2 obl 2:obl:to _ +12 0 0 NUM CD NumForm=Digit|NumType=Card 2 obl 2:obl:to _ 13 and and CCONJ CC _ 16 cc 16:cc _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj|18:nsubj:xsubj _ 15 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 cop 16:cop _ @@ -194647,7 +194758,7 @@ 22 just just ADV RB _ 24 advmod 24:advmod _ 23 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 24 week week NOUN NN Number=Sing 25 obl:npmod 25:obl:npmod _ -25 later later ADV RBR Degree=Cmp 18 advmod 18:advmod SpaceAfter=No +25 later late ADV RBR Degree=Cmp 18 advmod 18:advmod SpaceAfter=No 26 !! !! PUNCT . _ 2 punct 2:punct _ # newdoc id = reviews-348247 @@ -194664,13 +194775,13 @@ 2 Squeege Squeege PROPN NNP Number=Sing 1 flat 1:flat _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 THE the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 BEST best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +5 BEST good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-348247-0003 # text = Prompt, Clean Windows. 1 Prompt prompt ADJ JJ Degree=Pos 4 amod 4:amod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 Clean clean ADJ JJ Degree=Pos 4 amod 4:amod _ 4 Windows window NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ @@ -194689,12 +194800,12 @@ # sent_id = reviews-348247-0006 # text = How else can excellent be described for a business of this sort? -1 How how ADV WRB PronType=Int 2 advmod 2:advmod _ -2 else else ADV RB _ 6 advmod 6:advmod _ +1 How how ADV WRB PronType=Int 6 advmod 6:advmod _ +2 else else ADV RB _ 1 advmod 1:advmod _ 3 can can AUX MD VerbForm=Fin 6 aux 6:aux _ 4 excellent excellent ADJ JJ Degree=Pos 6 nsubj:pass 6:nsubj:pass _ 5 be be AUX VB VerbForm=Inf 6 aux:pass 6:aux:pass _ -6 described describe VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +6 described describe VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 for for ADP IN _ 9 case 9:case _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 business business NOUN NN Number=Sing 6 obl 6:obl:for _ @@ -194706,20 +194817,20 @@ # sent_id = reviews-348247-0007 # text = They have been my only "go-to" resource since we first did business together. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 11 cop 11:cop _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 5 only only ADV RB _ 11 advmod 11:advmod _ 6 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No 7 go go VERB VB VerbForm=Inf 11 compound 11:compound SpaceAfter=No -8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 9 to to ADP IN _ 7 obl 7:obl SpaceAfter=No 10 " " PUNCT '' _ 7 punct 7:punct _ 11 resource resource NOUN NN Number=Sing 0 root 0:root _ 12 since since SCONJ IN _ 15 mark 15:mark _ 13 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -14 first first ADV RB _ 15 advmod 15:advmod _ -15 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:since _ +14 first first ADV RB NumForm=Word|NumType=Ord 15 advmod 15:advmod _ +15 did do VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:since _ 16 business business NOUN NN Number=Sing 15 obj 15:obj _ 17 together together ADV RB _ 15 advmod 15:advmod SpaceAfter=No 18 . . PUNCT . _ 11 punct 11:punct _ @@ -194746,7 +194857,7 @@ 2 Place place NOUN NN Number=Sing 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 buy buy VERB VB VerbForm=Inf 2 acl 2:acl:to _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 next next ADJ JJ Degree=Pos 7 amod 7:amod _ 7 vehicle vehicle NOUN NN Number=Sing 4 obj 4:obj _ @@ -194754,7 +194865,7 @@ # newpar id = reviews-346627-p0002 # text = We have never had a bad experience buying from Edmark. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 never never ADV RB _ 4 advmod 4:advmod _ 4 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -194771,10 +194882,10 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 car car NOUN NN Number=Sing 0 root 0:root _ 4 number number NOUN NN Number=Sing 3 compound 3:compound _ -5 3 3 NUM CD NumType=Card 4 nummod 4:nummod _ +5 3 3 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 6-7 we've _ _ _ _ _ _ _ _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -7 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +7 've have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 8 purchased purchase VERB VBN Tense=Past|VerbForm=Part 3 acl:relcl 3:acl:relcl _ 9 through through ADP IN _ 10 case 10:case _ 10 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 8 obl 8:obl:through SpaceAfter=No @@ -194783,13 +194894,13 @@ # sent_id = reviews-346627-0004 # text = We trust and appreciate Scott Larson and know that he will always take good care of us and listen to our needs! 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj|8:nsubj _ -2 trust trust VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 trust trust VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 and and CCONJ CC _ 4 cc 4:cc _ -4 appreciate appreciate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ -5 Scott Scott PROPN NNP Number=Sing 2 obj 2:obj|4:obj _ +4 appreciate appreciate VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +5 Scott Scott PROPN NNP Number=Sing 2 iobj 2:iobj|4:obj _ 6 Larson Larson PROPN NNP Number=Sing 5 flat 5:flat _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +8 know know VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 9 that that SCONJ IN _ 13 mark 13:mark _ 10 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj|19:nsubj _ 11 will will AUX MD VerbForm=Fin 13 aux 13:aux _ @@ -194802,13 +194913,13 @@ 18 and and CCONJ CC _ 19 cc 19:cc _ 19 listen listen VERB VB VerbForm=Inf 13 conj 8:ccomp|13:conj:and _ 20 to to ADP IN _ 22 case 22:case _ -21 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 needs need NOUN NNS Number=Plur 19 obl 19:obl:to SpaceAfter=No 23 ! ! PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-346627-0005 # text = Thank you again for great customer service! -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 again again ADV RB _ 1 advmod 1:advmod _ 4 for for ADP IN _ 7 case 7:case _ @@ -194825,7 +194936,7 @@ 2 Rover Rover PROPN NNP Number=Sing 3 compound 3:compound _ 3 Sport Sport PROPN NNP Number=Sing 0 root 0:root _ 4 Window window NOUN NN Number=Sing 5 compound 5:compound _ -5 Tints tint NOUN NNS Number=Plur 3 compound 3:compound _ +5 Tints tint NOUN NNS Number=Plur 3 parataxis 3:parataxis _ # sent_id = reviews-024132-0002 # newpar id = reviews-024132-p0002 @@ -194833,11 +194944,11 @@ 1 Mark Mark PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 2 at at ADP IN _ 6 case 6:case _ 3 Tintman Tintman PROPN NNP Number=Sing 6 compound 6:compound _ -4 Nationwide Nationwide PROPN NNP Number=Sing 6 compound 6:compound SpaceAfter=No -5 tints tints PROPN NNPS Number=Plur 6 compound 6:compound _ +4 Nationwide Nationwide ADJ NNP Degree=Pos 6 amod 6:amod CorrectSpaceAfter=Yes|SpaceAfter=No +5 tints tint PROPN NNPS Number=Plur 6 compound 6:compound _ 6 Ltd Ltd PROPN NNP Number=Sing 1 nmod 1:nmod:at SpaceAfter=No -7 , , PUNCT , _ 8 punct 8:punct _ -8 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 , , PUNCT , _ 1 punct 1:punct _ +8 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 10 very very ADV RB _ 11 advmod 11:advmod _ 11 Professional professional ADJ JJ Degree=Pos 12 amod 12:amod _ @@ -194845,21 +194956,21 @@ 13 very very ADV RB _ 14 advmod 14:advmod _ 14 quick quick ADV RB _ 8 advmod 8:advmod SpaceAfter=No 15 , , PUNCT , _ 17 punct 17:punct _ -16 no no DET DT _ 17 det 17:det _ +16 no no DET DT PronType=Neg 17 det 17:det _ 17 fuss fuss NOUN NN Number=Sing 8 obl:npmod 8:obl:npmod SpaceAfter=No 18 , , PUNCT , _ 17 punct 17:punct _ -19 deliverd deliver VERB VBD Mood=Ind|Tense=Past|Typo=Yes|VerbForm=Fin 8 parataxis 8:parataxis _ +19 deliverd deliver VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|Typo=Yes|VerbForm=Fin 8 parataxis 8:parataxis CorrectForm=delivered 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 car car NOUN NN Number=Sing 19 obj 19:obj _ 22 to to ADP IN _ 23 case 23:case _ 23 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 19 obl 19:obl:to _ 24 and and CCONJ CC _ 26 cc 26:cc _ 25 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 26 nsubj 26:nsubj _ -26 drove drive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 conj 19:conj:and _ +26 drove drive VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 19 conj 19:conj:and _ 27 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 26 obj 26:obj _ 28 back back ADV RB _ 29 advmod 29:advmod _ 29 home home ADV RB _ 26 advmod 26:advmod SpaceAfter=No -30 , , PUNCT , _ 19 punct 19:punct SpaceAfter=No +30 , , PUNCT , _ 32 punct 32:punct SpaceAfter=No 31 Great great ADJ JJ Degree=Pos 32 amod 32:amod _ 32 arrangement arrangement NOUN NN Number=Sing 8 obl:npmod 8:obl:npmod _ 33 Great great ADJ JJ Degree=Pos 34 amod 34:amod _ @@ -194869,7 +194980,7 @@ # sent_id = reviews-024132-0003 # text = Highly recommended!! 1 Highly highly ADV RB _ 2 advmod 2:advmod _ -2 recommended recommend VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No +2 recommended recommend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 3 !! !! PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-024132-0004 @@ -194881,7 +194992,7 @@ # sent_id = reviews-024132-0005 # text = Steve.... proud Range Rover Sport owner (with rear tints) 1 Steve Steve PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 .... .... PUNCT , _ 1 punct 1:punct _ +2 .... .... PUNCT , _ 7 punct 7:punct _ 3 proud proud ADJ JJ Degree=Pos 7 amod 7:amod _ 4 Range Range PROPN NNP Number=Sing 5 compound 5:compound _ 5 Rover Rover PROPN NNP Number=Sing 6 compound 6:compound _ @@ -194916,10 +195027,10 @@ 17 work work NOUN NN Number=Sing 8 parataxis 8:parataxis _ 18 The the DET DT Definite=Def|PronType=Art 20 det 20:det _ 19 owner owner NOUN NN Number=Sing 20 compound 20:compound _ -20 operator operator NOUN NN Number=Sing 21 appos 21:appos _ -21 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj _ +20 operator operator NOUN NN Number=Sing 22 nsubj 22:nsubj _ +21 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 20 appos 20:appos _ 22 does do VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 parataxis 8:parataxis _ -23 all all DET PDT _ 26 det:predet 26:det:predet _ +23 all all DET PDT PronType=Tot 26 det:predet 26:det:predet _ 24 the the DET DT Definite=Def|PronType=Art 26 reparandum 26:reparandum _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 26 work work NOUN NN Number=Sing 22 obj 22:obj _ @@ -194929,22 +195040,22 @@ 30 friendly friendly ADJ JJ Degree=Pos 8 parataxis 8:parataxis _ 31 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 33 nsubj 33:nsubj _ 32 definitely definitely ADV RB _ 33 advmod 33:advmod _ -33 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 parataxis 8:parataxis _ -34 this this DET DT Number=Sing|PronType=Dem 33 reparandum 33:reparandum _ +33 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 parataxis 8:parataxis _ +34 this this PRON DT Number=Sing|PronType=Dem 33 reparandum 33:reparandum _ 35 this this PRON DT Number=Sing|PronType=Dem 33 iobj 33:iobj _ 36 guys guy NOUN NNS Number=Plur 33 obj 33:obj _ 37-38 Don't _ _ _ _ _ _ _ _ -37 Do do AUX VB Mood=Imp|VerbForm=Fin 39 aux 39:aux _ -38 n't not PART RB _ 39 advmod 39:advmod _ -39 get get AUX VB Mood=Imp|VerbForm=Inf 40 aux:pass 40:aux:pass _ -40 jack jack VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 parataxis 8:parataxis _ +37 Do do AUX VB Mood=Imp|VerbForm=Fin 40 aux 40:aux _ +38 n't not PART RB _ 40 advmod 40:advmod _ +39 get get AUX VB VerbForm=Inf 40 aux:pass 40:aux:pass _ +40 jack jack VERB VBN Tense=Past|Typo=Yes|VerbForm=Part|Voice=Pass 8 parataxis 8:parataxis CorrectForm=jacked 41 by by ADP IN _ 43 case 43:case _ 42 big big ADJ JJ Degree=Pos 43 amod 43:amod _ -43 companies company NOUN NNS Number=Plur 40 obl 40:obl:by|46:obj _ -44 that that PRON WDT PronType=Rel 46 obj 43:ref _ +43 companies company NOUN NNS Number=Plur 40 obl:agent 40:obl:agent _ +44 that that SCONJ IN _ 46 mark 46:mark _ 45 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 46 nsubj 46:nsubj _ -46 pay pay VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 43 acl:relcl 43:acl:relcl _ -47 a a DET DT Definite=Ind|PronType=Art 48 det 48:det SpaceAfter=No +46 pay pay VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 43 acl:relcl 43:acl:relcl _ +47 a a DET DT Definite=Ind|PronType=Art 48 det 48:det CorrectSpaceAfter=Yes|SpaceAfter=No 48 lot lot NOUN NN Number=Sing 46 obj 46:obj _ 49 of of ADP IN _ 50 case 50:case _ 50 money money NOUN NN Number=Sing 48 nmod 48:nmod:of _ @@ -194967,20 +195078,20 @@ # sent_id = reviews-110908-0002 # newpar id = reviews-110908-p0002 # text = Had a meal in this pub and i have to say it was excellant. -1 Had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 meal meal NOUN NN Number=Sing 1 obj 1:obj _ 4 in in ADP IN _ 6 case 6:case _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 pub pub NOUN NN Number=Sing 1 obl 1:obl:in _ 7 and and CCONJ CC _ 9 cc 9:cc _ -8 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj _ -9 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 conj 1:conj:and _ +8 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj _ +9 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 conj 1:conj:and _ 10 to to PART TO _ 11 mark 11:mark _ 11 say say VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ -14 excellant excellent ADJ JJ Degree=Pos|Typo=Yes 11 ccomp 11:ccomp SpaceAfter=No +14 excellant excellent ADJ JJ Degree=Pos|Typo=Yes 11 ccomp 11:ccomp CorrectForm=excellent|SpaceAfter=No 15 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-110908-0003 @@ -194989,21 +195100,21 @@ 2 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 5 mark 5:mark _ 4 be be AUX VB VerbForm=Inf 5 cop 5:cop _ -5 one one NUM CD NumType=Card 2 xcomp 2:xcomp _ +5 one one NUM CD NumForm=Word|NumType=Card 2 xcomp 2:xcomp _ 6 of of ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 nicest nicest ADJ JJS Degree=Sup 9 amod 9:amod _ +8 nicest nice ADJ JJS Degree=Sup 9 amod 9:amod _ 9 pubs pub NOUN NNS Number=Plur 5 nmod 5:nmod:of _ -10 that that PRON WDT PronType=Dem 9 acl:relcl 9:acl:relcl _ -11 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -12 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +10 that that PRON WDT PronType=Rel 9 acl:relcl 9:acl:relcl _ +11 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ +12 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 13 been be AUX VBN Tense=Past|VerbForm=Part 10 cop 10:cop _ 14 into into ADP IN _ 10 case 10:case _ 15 in in ADP IN _ 18 case 18:case _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 long long ADJ JJ Degree=Pos 18 amod 18:amod _ 18 time time NOUN NN Number=Sing 10 obl 10:obl:in SpaceAfter=No -19 , , PUNCT , _ 2 punct 2:punct _ +19 , , PUNCT , _ 23 punct 23:punct _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 decor decor NOUN NN Number=Sing 23 nsubj 23:nsubj _ 22 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ @@ -195053,12 +195164,12 @@ 4 by by ADP IN _ 5 case 5:case _ 5 far far ADV RB Degree=Pos 9 obl 9:obl:by _ 6 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -7 worst worst ADJ JJS Degree=Sup 9 amod 9:amod _ +7 worst bad ADJ JJS Degree=Sup 9 amod 9:amod _ 8 Verizon Verizon PROPN NNP Number=Sing 9 compound 9:compound _ 9 store store NOUN NN Number=Sing 0 root 0:root _ 10-11 I've _ _ _ _ _ _ _ _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -11 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +11 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 been be AUX VBN Tense=Past|VerbForm=Part 13 cop 13:cop _ 13 in in ADP IN _ 9 acl:relcl 9:acl:relcl SpaceAfter=No 14 . . PUNCT . _ 9 punct 9:punct _ @@ -195067,22 +195178,22 @@ # text = The salespeople are never available, the lines are always too long, and all the people want is a sale. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 salespeople salespeople NOUN NN Number=Sing 5 nsubj 5:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 never never ADV RB _ 5 advmod 5:advmod _ 5 available available ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 6 , , PUNCT , _ 12 punct 12:punct _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 lines line NOUN NNS Number=Plur 12 nsubj 12:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 10 always always ADV RB _ 12 advmod 12:advmod _ 11 too too ADV RB _ 12 advmod 12:advmod _ 12 long long ADJ JJ Degree=Pos 5 ccomp 5:ccomp SpaceAfter=No 13 , , PUNCT , _ 21 punct 21:punct _ 14 and and CCONJ CC _ 21 cc 21:cc _ -15 all all DET PDT _ 21 nsubj 21:nsubj _ +15 all all DET PDT PronType=Tot 21 nsubj 21:nsubj _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 people people NOUN NNS Number=Plur 18 nsubj 18:nsubj _ -18 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ +18 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 20 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 21 sale sale NOUN NN Number=Sing 5 conj 5:conj:and SpaceAfter=No @@ -195105,7 +195216,7 @@ # text = Is there no other Verizon to go to around Downtown/Dupont Circle1?!?!? 1 Is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 there there PRON EX _ 1 expl 1:expl _ -3 no no DET DT _ 5 det 5:det _ +3 no no DET DT PronType=Neg 5 det 5:det _ 4 other other ADJ JJ Degree=Pos 5 amod 5:amod _ 5 Verizon Verizon PROPN NNP Number=Sing 1 nsubj 1:nsubj _ 6 to to PART TO _ 7 mark 7:mark _ @@ -195113,10 +195224,10 @@ 8 to to ADP IN _ 7 obl 7:obl _ 9 around around ADP IN _ 10 case 10:case _ 10 Downtown Downtown PROPN NNP Number=Sing 1 obl 1:obl:around SpaceAfter=No -11 / / PUNCT HYPH _ 13 cc 13:cc SpaceAfter=No +11 / / SYM HYPH _ 13 cc 13:cc SpaceAfter=No 12 Dupont Dupont PROPN NNP Number=Sing 13 compound 13:compound _ 13 Circle Circle PROPN NNP Number=Sing 10 conj 1:obl:around|10:conj SpaceAfter=No -14 1?!?!? 1?!?!? PUNCT . _ 1 punct 1:punct _ +14 1?!?!? ?!?!? PUNCT . Typo=Yes 1 punct 1:punct CorrectForm=?!?!? # newdoc id = reviews-337971 # sent_id = reviews-337971-0001 @@ -195131,14 +195242,14 @@ # sent_id = reviews-337971-0002 # newpar id = reviews-337971-p0002 # text = Fresh Design Studio helped jump-start my own business by providing affordable and effective marketing materials: logo, flyers, posters ad design, and more. -1 Fresh Fresh PROPN NNP Number=Sing 2 compound 2:compound _ +1 Fresh Fresh ADJ NNP Degree=Pos 2 amod 2:amod _ 2 Design Design PROPN NNP Number=Sing 3 compound 3:compound _ 3 Studio Studio PROPN NNP Number=Sing 4 nsubj 4:nsubj|7:nsubj:xsubj _ -4 helped help VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 helped help VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 jump jump NOUN NN Number=Sing 7 compound 7:compound SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 start start VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 own own ADJ JJ Degree=Pos 10 amod 10:amod _ 10 business business NOUN NN Number=Sing 7 obj 7:obj _ 11 by by SCONJ IN _ 12 mark 12:mark _ @@ -195148,12 +195259,12 @@ 15 effective effective ADJ JJ Degree=Pos 13 conj 13:conj:and|17:amod _ 16 marketing marketing NOUN NN Number=Sing 17 compound 17:compound _ 17 materials material NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No -18 : : PUNCT : _ 17 punct 17:punct _ +18 : : PUNCT : _ 19 punct 19:punct _ 19 logo logo NOUN NN Number=Sing 17 appos 17:appos SpaceAfter=No 20 , , PUNCT , _ 21 punct 21:punct _ 21 flyers flyer NOUN NNS Number=Plur 19 conj 17:appos|19:conj:and SpaceAfter=No -22 , , PUNCT , _ 25 punct 25:punct _ -23 posters poster NOUN NNS Number=Plur 24 compound 24:compound _ +22 , , PUNCT , _ 23 punct 23:punct _ +23 posters poster NOUN NNS Number=Plur 19 conj 17:appos|19:conj:and _ 24 ad ad NOUN NN Number=Sing 25 compound 25:compound _ 25 design design NOUN NN Number=Sing 19 conj 17:appos|19:conj:and SpaceAfter=No 26 , , PUNCT , _ 28 punct 28:punct _ @@ -195164,13 +195275,13 @@ # sent_id = reviews-337971-0003 # text = They have unbeatable price in town and deliver on time. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|8:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 unbeatable unbeatable ADJ JJ Degree=Pos 4 amod 4:amod _ 4 price price NOUN NN Number=Sing 2 obj 2:obj _ 5 in in ADP IN _ 6 case 6:case _ 6 town town NOUN NN Number=Sing 4 nmod 4:nmod:in _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 deliver deliver VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +8 deliver deliver VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 9 on on ADP IN _ 10 case 10:case _ 10 time time NOUN NN Number=Sing 8 obl 8:obl:on SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ @@ -195178,7 +195289,7 @@ # sent_id = reviews-337971-0004 # text = I enjoy working with this architectural and graphic design firm and will recommend to anyone. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|3:nsubj:xsubj|13:nsubj _ -2 enjoy enjoy VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 enjoy enjoy VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 working work VERB VBG VerbForm=Ger 2 xcomp 2:xcomp _ 4 with with ADP IN _ 10 case 10:case _ 5 this this DET DT Number=Sing|PronType=Dem 10 det 10:det _ @@ -195191,7 +195302,7 @@ 12 will will AUX MD VerbForm=Fin 13 aux 13:aux _ 13 recommend recommend VERB VB VerbForm=Inf 2 conj 2:conj:and _ 14 to to ADP IN _ 15 case 15:case _ -15 anyone anyone PRON NN Number=Sing 13 obl 13:obl:to SpaceAfter=No +15 anyone anyone PRON NN Number=Sing|PronType=Ind 13 obl 13:obl:to SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ # newdoc id = reviews-118718 @@ -195205,10 +195316,10 @@ # newpar id = reviews-118718-p0002 # text = I needed wisdom teeth taken out. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 needed need VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 needed need VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 wisdom wisdom NOUN NN Number=Sing 4 compound 4:compound _ -4 teeth teeth NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 taken take VERB VBN Tense=Past|VerbForm=Part 2 ccomp 2:ccomp _ +4 teeth tooth NOUN NN Number=Sing 2 obj 2:obj|5:nsubj:xsubj _ +5 taken take VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 xcomp 2:xcomp _ 6 out out ADV RB _ 5 advmod 5:advmod SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ @@ -195225,15 +195336,15 @@ # sent_id = reviews-118718-0004 # text = They were accomdating with my scheduled and work with my insurance to get payment for the surgery. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|8:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 cop 3:cop _ -3 accomdating accommodating ADJ JJ Degree=Pos|Typo=Yes 0 root 0:root _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ +3 accomdating accommodating ADJ JJ Degree=Pos|Typo=Yes 0 root 0:root CorrectForm=accommodating 4 with with ADP IN _ 6 case 6:case _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ -6 scheduled schedule NOUN NN Number=Sing|Typo=Yes 3 obl 3:obl:with _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +6 scheduled schedule NOUN NN Number=Sing|Typo=Yes 3 obl 3:obl:with CorrectForm=schedule 7 and and CCONJ CC _ 8 cc 8:cc _ -8 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +8 work work VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 9 with with ADP IN _ 11 case 11:case _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 insurance insurance NOUN NN Number=Sing 8 obl 8:obl:with _ 12 to to PART TO _ 13 mark 13:mark _ 13 get get VERB VB VerbForm=Inf 8 advcl 8:advcl:to _ @@ -195247,14 +195358,14 @@ # text = Dr. Wallen explained the procedure in detail and took his time with me. 1 Dr. Dr. PROPN NNP Number=Sing 3 nsubj 3:nsubj|9:nsubj _ 2 Wallen Wallen PROPN NNP Number=Sing 1 flat 1:flat _ -3 explained explain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 explained explain VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 procedure procedure NOUN NN Number=Sing 3 obj 3:obj _ 6 in in ADP IN _ 7 case 7:case _ 7 detail detail NOUN NN Number=Sing 3 obl 3:obl:in _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ -10 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +10 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 time time NOUN NN Number=Sing 9 obj 9:obj _ 12 with with ADP IN _ 13 case 13:case _ 13 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 9 obl 9:obl:with SpaceAfter=No @@ -195263,7 +195374,7 @@ # sent_id = reviews-118718-0006 # text = Staff explained insurance procedures and was very helpful. 1 Staff staff NOUN NN Number=Sing 2 nsubj 2:nsubj|8:nsubj _ -2 explained explain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 explained explain VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 insurance insurance NOUN NN Number=Sing 4 compound 4:compound _ 4 procedures procedure NOUN NNS Number=Plur 2 obj 2:obj _ 5 and and CCONJ CC _ 8 cc 8:cc _ @@ -195274,7 +195385,7 @@ # sent_id = reviews-118718-0007 # text = Everyone was very nice. -1 Everyone everyone PRON NN Number=Sing 4 nsubj 4:nsubj _ +1 Everyone everyone PRON NN Number=Sing|PronType=Tot 4 nsubj 4:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 nice nice ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No @@ -195285,7 +195396,7 @@ # newpar id = reviews-022461-p0001 # text = The best in the area! 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 best best ADJ JJS Degree=Sup 0 root 0:root _ +2 best good ADJ JJS Degree=Sup 0 root 0:root _ 3 in in ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 area area NOUN NN Number=Sing 2 obl 2:obl:in SpaceAfter=No @@ -195296,10 +195407,10 @@ # text = I've been to quite a few tattoo shops around this area and Stainless Steel is by far the best. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 9 cop 9:cop _ 4 to to ADP IN _ 9 case 9:case _ -5 quite quite DET PDT _ 9 det:predet 9:det:predet _ +5 quite quite DET PDT PronType=Ind 9 det:predet 9:det:predet _ 6 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 7 few few ADJ JJ Degree=Pos 9 amod 9:amod _ 8 tattoo tattoo NOUN NN Number=Sing 9 compound 9:compound _ @@ -195314,7 +195425,7 @@ 17 by by ADP IN _ 18 case 18:case _ 18 far far ADV RB Degree=Pos 20 obl 20:obl:by _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -20 best best ADJ JJS Degree=Sup 9 conj 9:conj:and SpaceAfter=No +20 best good ADJ JJS Degree=Sup 9 conj 9:conj:and SpaceAfter=No 21 . . PUNCT . _ 9 punct 9:punct _ # sent_id = reviews-022461-0003 @@ -195328,7 +195439,7 @@ 7 tattoos tattoo NOUN NNS Number=Plur 4 obl 4:obl:with|10:obj _ 8 that that PRON WDT PronType=Rel 10 obj 7:ref _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 revived revive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +10 revived revive VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 11 from from ADP IN _ 12 case 12:case _ 12 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 10 obl 10:obl:from SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ @@ -195342,7 +195453,7 @@ 5 and and CCONJ CC _ 10 cc 10:cc _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 prices price NOUN NNS Number=Plur 10 nsubj 10:nsubj _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 9 very very ADV RB _ 10 advmod 10:advmod _ 10 reasonable reasonable ADJ JJ Degree=Pos 4 conj 4:conj:and SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ @@ -195355,7 +195466,7 @@ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 shop shop NOUN NN Number=Sing 3 obj 3:obj _ 6 to to ADP IN _ 7 case 7:case _ -7 anyone anyone PRON NN Number=Sing 3 obl 3:obl:to _ +7 anyone anyone PRON NN Number=Sing|PronType=Ind 3 obl 3:obl:to _ 8 looking look VERB VBG VerbForm=Ger 7 acl 7:acl _ 9 to to PART TO _ 10 mark 10:mark _ 10 get get VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ @@ -195368,13 +195479,13 @@ # newpar id = reviews-085424-p0001 # text = Cathy ******Five Stars for Lake Forest Tots. 1 Cathy Cathy PROPN NNP Number=Sing 0 root 0:root _ -2 ****** ****** PUNCT NFP _ 1 punct 1:punct SpaceAfter=No -3 Five five NUM CD NumType=Card 4 nummod 4:nummod _ +2 ****** ****** PUNCT NFP _ 4 punct 4:punct SpaceAfter=No +3 Five five NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod _ 4 Stars star NOUN NNS Number=Plur 1 parataxis 1:parataxis _ 5 for for ADP IN _ 8 case 8:case _ 6 Lake Lake PROPN NNP Number=Sing 7 compound 7:compound _ 7 Forest Forest PROPN NNP Number=Sing 8 compound 8:compound _ -8 Tots Tots PROPN NNPS Number=Plur 1 nmod 1:nmod:for SpaceAfter=No +8 Tots Tot PROPN NNPS Number=Plur 1 nmod 1:nmod:for SpaceAfter=No 9 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-085424-0002 @@ -195384,27 +195495,27 @@ 3 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 4 been be AUX VBN Tense=Past|VerbForm=Part 7 cop 7:cop _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -6 postive positive ADJ JJ Degree=Pos|Typo=Yes 7 amod 7:amod _ +6 postive positive ADJ JJ Degree=Pos|Typo=Yes 7 amod 7:amod CorrectForm=positive 7 experience experience NOUN NN Number=Sing 0 root 0:root _ 8 for for ADP IN _ 10 case 10:case _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 children child NOUN NNS Number=Plur 7 nmod 7:nmod:for SpaceAfter=No 11 . . PUNCT . _ 7 punct 7:punct _ # sent_id = reviews-085424-0003 # text = I have had all three of my children attend Lake Forest Tots. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 all all DET PDT _ 5 det:predet 5:det:predet _ -5 three three NUM CD NumType=Card 9 nsubj 9:nsubj _ +4 all all DET PDT PronType=Tot 5 det:predet 5:det:predet _ +5 three three NUM CD NumForm=Word|NumType=Card 3 obj 3:obj|9:nsubj:xsubj _ 6 of of ADP IN _ 8 case 8:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 children child NOUN NNS Number=Plur 5 nmod 5:nmod:of _ -9 attend attend VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +9 attend attend VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 10 Lake Lake PROPN NNP Number=Sing 11 compound 11:compound _ 11 Forest Forest PROPN NNP Number=Sing 12 compound 12:compound _ -12 Tots Tots PROPN NNPS Number=Plur 9 obj 9:obj SpaceAfter=No +12 Tots Tot PROPN NNPS Number=Plur 9 obj 9:obj SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-085424-0004 @@ -195416,7 +195527,7 @@ 5 established establish VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 and and CCONJ CC _ 11 cc 11:cc _ 7 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -8 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +8 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 9 been be AUX VBN Tense=Past|VerbForm=Part 11 cop 11:cop _ 10 extremely extremely ADV RB _ 11 advmod 11:advmod _ 11 satisfied satisfied ADJ JJ Degree=Pos 5 conj 5:conj:and _ @@ -195435,10 +195546,10 @@ # text = Good job, Lake Forest Tots! 1 Good good ADJ JJ Degree=Pos 2 amod 2:amod _ 2 job job NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 6 punct 6:punct _ 4 Lake Lake PROPN NNP Number=Sing 5 compound 5:compound _ 5 Forest Forest PROPN NNP Number=Sing 6 compound 6:compound _ -6 Tots Tots PROPN NNPS Number=Plur 2 vocative 2:vocative SpaceAfter=No +6 Tots Tot PROPN NNPS Number=Plur 2 vocative 2:vocative SpaceAfter=No 7 ! ! PUNCT . _ 2 punct 2:punct _ # newdoc id = reviews-322225 @@ -195463,7 +195574,7 @@ # sent_id = reviews-322225-0003 # text = They have a great selection of wine from all over the world with all different prices. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 great great ADJ JJ Degree=Pos 5 amod 5:amod _ 5 selection selection NOUN NN Number=Sing 2 obj 2:obj _ @@ -195475,7 +195586,7 @@ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 world world NOUN NN Number=Sing 7 nmod 7:nmod:over _ 13 with with ADP IN _ 16 case 16:case _ -14 all all DET DT _ 16 det 16:det _ +14 all all DET DT PronType=Tot 16 det 16:det _ 15 different different ADJ JJ Degree=Pos 16 amod 16:amod _ 16 prices price NOUN NNS Number=Plur 2 obl 2:obl:with SpaceAfter=No 17 . . PUNCT . _ 2 punct 2:punct _ @@ -195484,29 +195595,29 @@ # text = The employees make you feel very comfortable and are very helpful, whether you are very knowledgeable or don't know anything at all about wine. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 employees employee NOUN NNS Number=Plur 3 nsubj 3:nsubj|11:nsubj _ -3 make make VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 make make VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 obj 3:obj|5:nsubj:xsubj|7:nsubj:xsubj _ 5 feel feel VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 very very ADV RB _ 7 advmod 7:advmod _ 7 comfortable comfortable ADJ JJ Degree=Pos 5 xcomp 5:xcomp _ 8 and and CCONJ CC _ 11 cc 11:cc _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 very very ADV RB _ 11 advmod 11:advmod _ 11 helpful helpful ADJ JJ Degree=Pos 3 conj 3:conj:and SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ +12 , , PUNCT , _ 17 punct 17:punct _ 13 whether whether SCONJ IN _ 17 mark 17:mark _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj|21:nsubj _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ +15 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 16 very very ADV RB _ 17 advmod 17:advmod _ 17 knowledgeable knowledgeable ADJ JJ Degree=Pos 11 advcl 11:advcl:whether _ 18 or or CCONJ CC _ 21 cc 21:cc _ 19-20 don't _ _ _ _ _ _ _ _ -19 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ +19 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ 20 n't not PART RB _ 21 advmod 21:advmod _ 21 know know VERB VB VerbForm=Inf 17 conj 11:advcl:whether|17:conj:or _ -22 anything anything PRON NN Number=Sing 21 obj 21:obj _ -23 at at ADV RB _ 24 case 24:case _ -24 all all ADV RB _ 22 nmod 22:nmod:at _ +22 anything anything PRON NN Number=Sing|PronType=Ind 21 obj 21:obj _ +23 at at ADP IN _ 24 case 24:case _ +24 all all DET DT PronType=Tot 22 nmod 22:nmod:at _ 25 about about ADP IN _ 26 case 26:case _ 26 wine wine NOUN NN Number=Sing 22 nmod 22:nmod:about SpaceAfter=No 27 . . PUNCT . _ 3 punct 3:punct _ @@ -195515,10 +195626,10 @@ # text = Check out their wine tastings every Friday night! 1 Check check VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 out out ADP RP _ 1 compound:prt 1:compound:prt _ -3 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 wine wine NOUN NN Number=Sing 5 compound 5:compound _ 5 tastings tasting NOUN NNS Number=Plur 1 obj 1:obj _ -6 every every DET DT _ 8 det 8:det _ +6 every every DET DT PronType=Tot 8 det 8:det _ 7 Friday Friday PROPN NNP Number=Sing 8 compound 8:compound _ 8 night night NOUN NN Number=Sing 5 nmod:tmod 5:nmod:tmod SpaceAfter=No 9 ! ! PUNCT . _ 1 punct 1:punct _ @@ -195527,7 +195638,7 @@ # sent_id = reviews-303922-0001 # newpar id = reviews-303922-p0001 # text = A+ -1 A a SYM SYM _ 0 root 0:root SpaceAfter=No +1 A A SYM SYM _ 0 root 0:root SpaceAfter=No 2 + + SYM SYM _ 1 compound 1:compound _ # sent_id = reviews-303922-0002 @@ -195548,35 +195659,35 @@ 3 at at ADP IN _ 5 case 5:case _ 4 Bradley Bradley PROPN NNP Number=Sing 5 compound 5:compound _ 5 Chevron Chevron PROPN NNP Number=Sing 2 nmod 2:nmod:at _ -6 kept keep VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 kept keep VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 car car NOUN NN Number=Sing 6 obj 6:obj _ 9 running run VERB VBG VerbForm=Ger 6 advcl 6:advcl _ 10 for for ADP IN _ 15 case 15:case _ 11 well well ADV RB Degree=Pos 15 advmod 15:advmod _ 12 past past ADP IN _ 15 case 15:case _ -13 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ -14 expected expect VERB VBN Tense=Past|VerbForm=Part 15 amod 15:amod _ +13 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 expected expect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 amod 15:amod _ 15 death death NOUN NN Number=Sing 9 obl 9:obl:past SpaceAfter=No 16 ! ! PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-303922-0004 # text = They are honest about 'immediate' concerns versus 'recommended' repairs and have very fair prices. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|15:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 honest honest ADJ JJ Degree=Pos 0 root 0:root _ 4 about about ADP IN _ 8 case 8:case _ -5 ' ' PUNCT `` _ 8 punct 8:punct SpaceAfter=No +5 ' ' PUNCT `` _ 6 punct 6:punct SpaceAfter=No 6 immediate immediate ADJ JJ Degree=Pos 8 amod 8:amod SpaceAfter=No -7 ' ' PUNCT '' _ 8 punct 8:punct _ +7 ' ' PUNCT '' _ 6 punct 6:punct _ 8 concerns concern NOUN NNS Number=Plur 3 obl 3:obl:about _ 9 versus versus ADP IN _ 13 case 13:case _ -10 ' ' PUNCT `` _ 13 punct 13:punct SpaceAfter=No -11 recommended recommend VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod SpaceAfter=No -12 ' ' PUNCT '' _ 13 punct 13:punct _ +10 ' ' PUNCT `` _ 11 punct 11:punct SpaceAfter=No +11 recommended recommend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod SpaceAfter=No +12 ' ' PUNCT '' _ 11 punct 11:punct _ 13 repairs repair NOUN NNS Number=Plur 8 nmod 8:nmod:versus _ 14 and and CCONJ CC _ 15 cc 15:cc _ -15 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +15 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 16 very very ADV RB _ 17 advmod 17:advmod _ 17 fair fair ADJ JJ Degree=Pos 18 amod 18:amod _ 18 prices price NOUN NNS Number=Plur 15 obj 15:obj SpaceAfter=No @@ -195584,23 +195695,23 @@ # sent_id = reviews-303922-0005 # text = Such a convenient location as well with coffee shop and bradley food and beverage right around corner. -1 Such such DET PDT _ 4 det:predet 4:det:predet _ +1 Such such DET PDT PronType=Ind 4 det:predet 4:det:predet _ 2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 convenient convenient ADJ JJ Degree=Pos 4 amod 4:amod _ 4 location location NOUN NN Number=Sing 0 root 0:root _ 5 as as ADV RB _ 4 advmod 4:advmod _ 6 well well ADV RB Degree=Pos 5 fixed 5:fixed _ -7 with with SCONJ IN _ 9 case 9:case _ +7 with with SCONJ IN _ 17 mark 17:mark _ 8 coffee coffee NOUN NN Number=Sing 9 compound 9:compound _ -9 shop shop NOUN NN Number=Sing 4 nmod 4:nmod:with _ +9 shop shop NOUN NN Number=Sing 17 nsubj 17:nsubj _ 10 and and CCONJ CC _ 12 cc 12:cc _ 11 bradley bradley PROPN NNP Number=Sing 12 compound 12:compound _ -12 food food PROPN NNP Number=Sing 9 conj 4:nmod:with|9:conj:and _ +12 food food PROPN NNP Number=Sing 9 conj 9:conj:and|17:nsubj _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 beverage beverage PROPN NNP Number=Sing 12 conj 12:conj:and _ 15 right right ADV RB _ 17 advmod 17:advmod _ 16 around around ADP IN _ 17 case 17:case _ -17 corner corner NOUN NN Number=Sing 9 nmod 9:nmod:around SpaceAfter=No +17 corner corner NOUN NN Number=Sing 4 acl 4:acl:with SpaceAfter=No 18 . . PUNCT . _ 4 punct 4:punct _ # newdoc id = reviews-094189 @@ -195618,47 +195729,47 @@ # newpar id = reviews-094189-p0002 # text = They close whenever they feel like it, often well before their listed closing time. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 close close VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 whenever whenever SCONJ WRB PronType=Int 5 mark 5:mark _ +2 close close VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 whenever whenever ADV WRB PronType=Int 5 advmod 5:advmod _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -5 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl _ +5 feel feel VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl _ 6 like like ADP IN _ 7 case 7:case _ 7 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 obl 5:obl:like SpaceAfter=No -8 , , PUNCT , _ 2 punct 2:punct _ +8 , , PUNCT , _ 15 punct 15:punct _ 9 often often ADV RB _ 15 advmod 15:advmod _ 10 well well ADV RB Degree=Pos 15 advmod 15:advmod _ 11 before before ADP IN _ 15 case 15:case _ -12 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ -13 listed list VERB VBN Tense=Past|VerbForm=Part 15 amod 15:amod _ +12 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 listed list VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 amod 15:amod _ 14 closing closing NOUN NN Number=Sing 15 compound 15:compound _ 15 time time NOUN NN Number=Sing 2 obl 2:obl:before SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-094189-0003 # text = Their store is dusty, dirty and feels like you're stepping into the 1970s. -1 Their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 store store NOUN NN Number=Sing 6 nsubj 6:nsubj|8:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 dusty dusty ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No -5 , , PUNCT , _ 6 punct 6:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 dirty dirty ADJ JJ Degree=Pos 0 root 0:root _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 feels feel VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ 9 like like SCONJ IN _ 12 mark 12:mark _ 10-11 you're _ _ _ _ _ _ _ _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ -11 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 stepping step VERB VBG VerbForm=Ger 8 advcl 8:advcl:like _ 13 into into ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -15 1970s 1970 NOUN NNS Number=Plur 12 obl 12:obl:into SpaceAfter=No +15 1970s 1970s NOUN NNS Number=Plur 12 obl 12:obl:into SpaceAfter=No 16 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-094189-0004 # text = They don't take coupons. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 take take VERB VB VerbForm=Inf 0 root 0:root _ 5 coupons coupon NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No @@ -195667,7 +195778,7 @@ # sent_id = reviews-094189-0005 # text = They have a credit card minimum. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 4 credit credit NOUN NN Number=Sing 5 compound 5:compound _ 5 card card NOUN NN Number=Sing 6 compound 6:compound _ @@ -195686,7 +195797,7 @@ 8 : : PUNCT : _ 9 punct 9:punct _ 9 crappy crappy ADJ JJ Degree=Pos 5 appos 5:appos _ 10 in in ADP IN _ 12 case 12:case _ -11 every every DET DT _ 12 det 12:det _ +11 every every DET DT PronType=Tot 12 det 12:det _ 12 way way NOUN NN Number=Sing 9 obl 9:obl:in SpaceAfter=No 13 . . PUNCT . _ 9 punct 9:punct _ @@ -195701,9 +195812,9 @@ 5 go go VERB VB VerbForm=Inf 0 root 0:root _ 6 for for ADP IN _ 7 case 7:case _ 7 $ $ SYM $ _ 5 obl 5:obl:for SpaceAfter=No -8 10 10 NUM CD NumType=Card 7 nummod 7:nummod _ +8 10 10 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 recieve receive VERB VB Typo=Yes|VerbForm=Inf 5 conj 5:conj:and _ +10 recieve receive VERB VB Typo=Yes|VerbForm=Inf 5 conj 5:conj:and CorrectForm=receive 11 this this DET DT Number=Sing|PronType=Dem 12 det 12:det _ 12 treatment treatment NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 13 ?! ?! PUNCT . _ 5 punct 5:punct _ @@ -195743,24 +195854,24 @@ # text = I've had 2 cuts now from Georgia and have paid more in other salons/barbershops and have not received this kind of treatment or cut! 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|11:nsubj|21:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 2 2 NUM CD NumType=Card 5 nummod 5:nummod _ +4 2 2 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 cuts cut NOUN NNS Number=Plur 3 obj 3:obj _ 6 now now ADV RB _ 3 advmod 3:advmod _ 7 from from ADP IN _ 8 case 8:case _ 8 Georgia Georgia PROPN NNP Number=Sing 3 obl 3:obl:from _ 9 and and CCONJ CC _ 11 cc 11:cc _ -10 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 paid pay VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:and _ 12 more more ADJ JJR Degree=Cmp 11 obj 11:obj _ -13 in in ADP IN _ 17 case 17:case _ -14 other other ADJ JJ Degree=Pos 17 amod 17:amod _ -15 salons salon NOUN NNS Number=Plur 17 compound 17:compound SpaceAfter=No +13 in in ADP IN _ 15 case 15:case _ +14 other other ADJ JJ Degree=Pos 15 amod 15:amod _ +15 salons salon NOUN NNS Number=Plur 11 obl 11:obl:in SpaceAfter=No 16 / / SYM SYM _ 17 cc 17:cc SpaceAfter=No -17 barbershops barbershop NOUN NNS Number=Plur 11 obl 11:obl:in _ +17 barbershops barbershop NOUN NNS Number=Plur 15 conj 11:obl:in|15:conj:slash _ 18 and and CCONJ CC _ 21 cc 21:cc _ -19 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ +19 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ 20 not not PART RB _ 21 advmod 21:advmod _ 21 received receive VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:and _ 22 this this DET DT Number=Sing|PronType=Dem 23 det 23:det _ @@ -195775,20 +195886,20 @@ # sent_id = reviews-034813-0001 # newpar id = reviews-034813-p0001 # text = Baffled by the one-star reviews -1 Baffled baffle VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Baffled baffle VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 by by ADP IN _ 7 case 7:case _ 3 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -4 one one NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +4 one one NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 6 star star NOUN NN Number=Sing 7 compound 7:compound _ -7 reviews review NOUN NNS Number=Plur 1 obl 1:obl:by _ +7 reviews review NOUN NNS Number=Plur 1 obl:agent 1:obl:agent _ # sent_id = reviews-034813-0002 # newpar id = reviews-034813-p0002 # text = I don't get it. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 get get VERB VB VerbForm=Inf 0 root 0:root _ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj SpaceAfter=No @@ -195800,7 +195911,7 @@ 2 place place NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 awesome awesome ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 9 punct 9:punct _ 6 with with ADP IN _ 9 case 9:case _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 great great ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -195817,7 +195928,7 @@ 19 ( ( PUNCT -LRB- _ 25 punct 25:punct SpaceAfter=No 20 and and CCONJ CC _ 25 cc 25:cc _ 21 especially especially ADV RB _ 25 advmod 25:advmod _ -22 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +22 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 23 signature signature NOUN NN Number=Sing 25 compound 25:compound _ 24 banana banana NOUN NN Number=Sing 25 compound 25:compound _ 25 split split NOUN NN Number=Sing 16 conj 16:conj:and|18:nsubj SpaceAfter=No @@ -195827,28 +195938,29 @@ # sent_id = reviews-034813-0004 # text = Sure, some items are a little pricey, but c'mon... have you ever been out to eat in Seattle before? 1 Sure sure INTJ UH _ 8 discourse 8:discourse SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ -3 some some DET DT _ 4 det 4:det _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 some some DET DT PronType=Ind 4 det 4:det _ 4 items item NOUN NNS Number=Plur 8 nsubj 8:nsubj|11:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 little little ADJ JJ Degree=Pos 8 obl:npmod 8:obl:npmod _ 8 pricey pricey ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 9 , , PUNCT , _ 11 punct 11:punct _ 10 but but CCONJ CC _ 11 cc 11:cc _ -11 c'm come VERB VB Abbr=Yes|Mood=Imp|VerbForm=Fin 8 conj 8:conj:but SpaceAfter=No -12 on on ADV RB _ 11 advmod 11:advmod SpaceAfter=No -13 ... ... PUNCT , _ 11 punct 11:punct _ -14 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ -15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ -16 ever ever ADV RB _ 17 advmod 17:advmod _ -17 been be VERB VBN Tense=Past|VerbForm=Part 11 parataxis 11:parataxis _ -18 out out ADV RB _ 17 advmod 17:advmod _ +11-12 c'mon _ _ _ _ _ _ _ SpaceAfter=No +11 c'm come VERB VB Abbr=Yes|Mood=Imp|VerbForm=Fin 8 conj 8:conj:but _ +12 on on ADV RB _ 11 advmod 11:advmod _ +13 ... ... PUNCT , _ 18 punct 18:punct _ +14 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ +15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ +16 ever ever ADV RB _ 18 advmod 18:advmod _ +17 been be AUX VBN Tense=Past|VerbForm=Part 18 cop 18:cop _ +18 out out ADV RB _ 11 parataxis 11:parataxis _ 19 to to PART TO _ 20 mark 20:mark _ -20 eat eat VERB VB VerbForm=Inf 17 advcl 17:advcl:to _ +20 eat eat VERB VB VerbForm=Inf 18 advcl 18:advcl:to _ 21 in in ADP IN _ 22 case 22:case _ -22 Seattle Seattle PROPN NNP Number=Sing 17 obl 17:obl:in _ -23 before before ADV RB _ 17 advmod 17:advmod SpaceAfter=No +22 Seattle Seattle PROPN NNP Number=Sing 18 obl 18:obl:in _ +23 before before ADV RB _ 18 advmod 18:advmod SpaceAfter=No 24 ? ? PUNCT . _ 8 punct 8:punct _ # newdoc id = reviews-030811 @@ -195857,19 +195969,19 @@ # text = I've only had good experiences at Adorn, I was greeted and offered a refreshment. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 only only ADV RB _ 4 advmod 4:advmod _ 4 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 good good ADJ JJ Degree=Pos 6 amod 6:amod _ 6 experiences experience NOUN NNS Number=Plur 4 obj 4:obj _ 7 at at ADP IN _ 8 case 8:case _ 8 Adorn Adorn PROPN NNP Number=Sing 4 obl 4:obl:at SpaceAfter=No -9 , , PUNCT , _ 4 punct 4:punct _ +9 , , PUNCT , _ 12 punct 12:punct _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj:pass 12:nsubj:pass|14:nsubj:pass _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 aux:pass 12:aux:pass _ -12 greeted greet VERB VBN Tense=Past|VerbForm=Part 4 parataxis 4:parataxis _ +12 greeted greet VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 parataxis 4:parataxis _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 offered offer VERB VBN Tense=Past|VerbForm=Part 12 conj 12:conj:and _ +14 offered offer VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 conj 12:conj:and _ 15 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 16 refreshment refreshment NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No 17 . . PUNCT . _ 4 punct 4:punct _ @@ -195878,15 +195990,15 @@ # text = I highly recommend Debi, she does an amazing job, I "love" the way she cuts my hair, extremely thorough and cross checks her work to make sure my hair is perfect. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 highly highly ADV RB _ 3 advmod 3:advmod _ -3 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 Debi Debi PROPN NNP Number=Sing 3 obj 3:obj SpaceAfter=No -5 , , PUNCT , _ 3 punct 3:punct _ +5 , , PUNCT , _ 7 punct 7:punct _ 6 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 7 does do VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 8 an a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 amazing amazing ADJ JJ Degree=Pos 10 amod 10:amod _ 10 job job NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No -11 , , PUNCT , _ 3 punct 3:punct _ +11 , , PUNCT , _ 14 punct 14:punct _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 13 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No 14 love love VERB VB VerbForm=Inf 3 parataxis 3:parataxis SpaceAfter=No @@ -195895,20 +196007,20 @@ 17 way way NOUN NN Number=Sing 14 obj 14:obj _ 18 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj _ 19 cuts cut VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ -20 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 hair hair NOUN NN Number=Sing 19 obj 19:obj SpaceAfter=No -22 , , PUNCT , _ 3 punct 3:punct _ +22 , , PUNCT , _ 24 punct 24:punct _ 23 extremely extremely ADV RB _ 24 advmod 24:advmod _ 24 thorough thorough ADJ JJ Degree=Pos 3 parataxis 3:parataxis _ 25 and and CCONJ CC _ 27 cc 27:cc _ -26 cross cross VERB VB VerbForm=Inf 27 advmod 27:advmod _ +26 cross cross VERB VB VerbForm=Inf 27 advcl 27:advcl _ 27 checks check VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 conj 24:conj:and _ -28 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +28 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ 29 work work NOUN NN Number=Sing 27 obj 27:obj _ 30 to to PART TO _ 31 mark 31:mark _ 31 make make VERB VB VerbForm=Inf 27 advcl 27:advcl:to _ 32 sure sure ADJ JJ Degree=Pos 31 xcomp 31:xcomp _ -33 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ +33 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ 34 hair hair NOUN NN Number=Sing 36 nsubj 36:nsubj _ 35 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 36 cop 36:cop _ 36 perfect perfect ADJ JJ Degree=Pos 32 ccomp 32:ccomp SpaceAfter=No @@ -195916,11 +196028,11 @@ # sent_id = reviews-030811-0003 # text = I always leave loving my hair style. -1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|4:nsubj:xsubj _ +1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 always always ADV RB _ 3 advmod 3:advmod _ -3 leave leave VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 loving love VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +3 leave leave VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 loving love VERB VBG VerbForm=Ger 3 advcl 3:advcl _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 hair hair NOUN NN Number=Sing 7 compound 7:compound _ 7 style style NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ @@ -195929,8 +196041,8 @@ # sent_id = reviews-266591-0001 # newpar id = reviews-266591-p0001 # text = Best Chineese food in the area -1 Best best ADJ JJS Degree=Sup 3 amod 3:amod _ -2 Chineese chinese ADJ JJ Degree=Pos|Typo=Yes 3 amod 3:amod _ +1 Best good ADJ JJS Degree=Sup 3 amod 3:amod _ +2 Chineese Chinese ADJ JJ Degree=Pos|Typo=Yes 3 amod 3:amod CorrectForm=Chinese 3 food food NOUN NN Number=Sing 0 root 0:root _ 4 in in ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -195957,12 +196069,12 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 food food NOUN NN Number=Sing 4 nsubj:pass 4:nsubj:pass _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ -4 cooked cook VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 cooked cook VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 fast fast ADV RB Degree=Pos 4 advmod 4:advmod _ 6 by by ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 two two NUM CD NumType=Card 9 nummod 9:nummod _ -9 chefs chef NOUN NNS Number=Plur 4 obl 4:obl:by _ +8 two two NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ +9 chefs chef NOUN NNS Number=Plur 4 obl:agent 4:obl:agent _ 10 on on ADP IN _ 11 case 11:case _ 11 duty duty NOUN NN Number=Sing 9 nmod 9:nmod:on SpaceAfter=No 12 . . PUNCT . _ 4 punct 4:punct _ @@ -195972,7 +196084,7 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 lunch lunch NOUN NN Number=Sing 3 compound 3:compound _ 3 specials special NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 more more ADJ JJR Degree=Cmp 6 amod 6:amod _ 6 food food NOUN NN Number=Sing 0 root 0:root _ 7 than than SCONJ IN _ 11 mark 11:mark _ @@ -195983,7 +196095,7 @@ 12 for for ADP IN _ 14 case 14:case _ 13 about about ADV RB _ 14 advmod 14:advmod _ 14 $ $ SYM $ _ 6 obl 6:obl:for SpaceAfter=No -15 6 6 NUM CD NumType=Card 14 compound 14:compound SpaceAfter=No +15 6 6 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No 16 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-266591-0005 @@ -195991,7 +196103,7 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 busy busy ADJ JJ Degree=Pos 0 root 0:root _ -4 every every DET DT _ 5 det 5:det _ +4 every every DET DT PronType=Tot 5 det 5:det _ 5 day day NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 6 at at ADP IN _ 7 case 7:case _ 7 lunch lunch NOUN NN Number=Sing 5 nmod 5:nmod:at _ @@ -196026,15 +196138,15 @@ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 real real ADJ JJ Degree=Pos 5 amod 5:amod _ 5 thing thing NOUN NN Number=Sing 0 root 0:root _ -6 - - PUNCT , _ 5 punct 5:punct _ +6 - - PUNCT , _ 10 punct 10:punct _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj|19:nsubj _ -8 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +8 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 been be AUX VBN Tense=Past|VerbForm=Part 10 aux 10:aux _ 10 practicing practice VERB VBG VerbForm=Ger 5 parataxis 5:parataxis _ 11 Pilates Pilates PROPN NNP Number=Sing 10 obj 10:obj _ 12 for for ADP IN _ 15 case 15:case _ 13 over over ADV RB _ 14 advmod 14:advmod _ -14 7 7 NUM CD NumType=Card 15 nummod 15:nummod _ +14 7 7 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 15 years year NOUN NNS Number=Plur 10 obl 10:obl:for _ 16 and and CCONJ CC _ 19 cc 19:cc _ 17 would would AUX MD VerbForm=Fin 19 aux 19:aux _ @@ -196046,7 +196158,7 @@ # sent_id = reviews-248124-0003 # text = It is the attention to detail and the quality of the work taught at TomiPilates that sets this studio apart from the others. -1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj|9:nsubj _ +1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 expl 4:expl|9:expl _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 attention attention NOUN NN Number=Sing 0 root 0:root|17:nsubj _ @@ -196058,11 +196170,11 @@ 10 of of ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 work work NOUN NN Number=Sing 9 nmod 9:nmod:of _ -13 taught teach VERB VBN Tense=Past|VerbForm=Part 12 acl 12:acl _ +13 taught teach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 acl 12:acl _ 14 at at ADP IN _ 15 case 15:case _ 15 TomiPilates TomiPilates PROPN NNP Number=Sing 13 obl 13:obl:at _ 16 that that PRON WDT PronType=Rel 17 nsubj 4:ref _ -17 sets set VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +17 sets set VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 advcl:relcl 4:advcl:relcl _ 18 this this DET DT Number=Sing|PronType=Dem 19 det 19:det _ 19 studio studio NOUN NN Number=Sing 17 obj 17:obj _ 20 apart apart ADV RB _ 19 advmod 19:advmod _ @@ -196075,15 +196187,15 @@ # text = The teachers are highly trained and are expert at handling all types of clients. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 teachers teacher NOUN NNS Number=Plur 5 nsubj:pass 5:nsubj:pass|8:nsubj:pass _ -3 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ 4 highly highly ADV RB _ 5 advmod 5:advmod _ 5 trained train VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 and and CCONJ CC _ 8 cc 8:cc _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 expert expert ADJ JJ Degree=Pos 5 conj 5:conj:and _ 9 at at SCONJ IN _ 10 mark 10:mark _ 10 handling handle VERB VBG VerbForm=Ger 8 advcl 8:advcl:at _ -11 all all DET DT _ 12 det 12:det _ +11 all all DET DT PronType=Tot 12 det 12:det _ 12 types type NOUN NNS Number=Plur 10 obj 10:obj _ 13 of of ADP IN _ 14 case 14:case _ 14 clients client NOUN NNS Number=Plur 12 nmod 12:nmod:of SpaceAfter=No @@ -196094,19 +196206,19 @@ # newpar id = reviews-262441-p0001 # text = I phoned this company for advice on our office refurb and although we did not use them in the end(as our building contractor carried out the electrical work), they provided me with plenty of useful information over an hour phone call and subsequently we are now using PJC as our electrical maintenance contractor. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 phoned phone VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 phoned phone VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 company company NOUN NN Number=Sing 2 obj 2:obj _ 5 for for ADP IN _ 6 case 6:case _ 6 advice advice NOUN NN Number=Sing 2 obl 2:obl:for _ 7 on on ADP IN _ 10 case 10:case _ -8 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 office office NOUN NN Number=Sing 10 compound 10:compound _ 10 refurb refurb NOUN NN Number=Sing 6 nmod 6:nmod:on _ 11 and and CCONJ CC _ 34 cc 34:cc _ 12 although although SCONJ IN _ 16 mark 16:mark _ 13 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -14 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 aux 16:aux _ +14 did do AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 16 aux 16:aux _ 15 not not PART RB _ 16 advmod 16:advmod _ 16 use use VERB VB VerbForm=Inf 34 advcl 34:advcl:although _ 17 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 16 obj 16:obj _ @@ -196115,18 +196227,18 @@ 20 end end NOUN NN Number=Sing 16 obl 16:obl:in SpaceAfter=No 21 ( ( PUNCT -LRB- _ 26 punct 26:punct SpaceAfter=No 22 as as SCONJ IN _ 26 mark 26:mark _ -23 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +23 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 24 building building NOUN NN Number=Sing 25 compound 25:compound _ 25 contractor contractor NOUN NN Number=Sing 26 nsubj 26:nsubj _ -26 carried carry VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:as _ +26 carried carry VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:as _ 27 out out ADP RP _ 26 compound:prt 26:compound:prt _ 28 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 29 electrical electrical ADJ JJ Degree=Pos 30 amod 30:amod _ 30 work work NOUN NN Number=Sing 26 obj 26:obj SpaceAfter=No 31 ) ) PUNCT -RRB- _ 26 punct 26:punct SpaceAfter=No -32 , , PUNCT , _ 34 punct 34:punct _ +32 , , PUNCT , _ 16 punct 16:punct _ 33 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 34 nsubj 34:nsubj _ -34 provided provide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +34 provided provide VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 35 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 34 obj 34:obj _ 36 with with ADP IN _ 37 case 37:case _ 37 plenty plenty NOUN NN Number=Sing 34 obl 34:obl:with _ @@ -196141,12 +196253,12 @@ 46 and and CCONJ CC _ 51 cc 51:cc _ 47 subsequently subsequently ADV RB _ 51 advmod 51:advmod _ 48 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 51 nsubj 51:nsubj _ -49 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 51 aux 51:aux _ +49 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 51 aux 51:aux _ 50 now now ADV RB _ 51 advmod 51:advmod _ 51 using use VERB VBG VerbForm=Ger 2 conj 2:conj:and _ 52 PJC PJC PROPN NNP Number=Sing 51 obj 51:obj _ 53 as as ADP IN _ 57 case 57:case _ -54 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 57 nmod:poss 57:nmod:poss _ +54 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 57 nmod:poss 57:nmod:poss _ 55 electrical electrical ADJ JJ Degree=Pos 56 amod 56:amod _ 56 maintenance maintenance NOUN NN Number=Sing 57 compound 57:compound _ 57 contractor contractor NOUN NN Number=Sing 51 obl 51:obl:as SpaceAfter=No @@ -196155,7 +196267,7 @@ # sent_id = reviews-262441-0002 # text = Thoroughly recommended 1 Thoroughly thoroughly ADV RB _ 2 advmod 2:advmod _ -2 recommended recommend VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +2 recommended recommend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ # newdoc id = reviews-004540 # sent_id = reviews-004540-0001 @@ -196163,7 +196275,7 @@ # text = They really go above and beyond! 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 really really ADV RB _ 3 advmod 3:advmod _ -3 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 go go VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 above above ADV RB _ 3 advmod 3:advmod _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 beyond beyond ADV RB _ 4 conj 3:advmod|4:conj:and SpaceAfter=No @@ -196173,21 +196285,21 @@ # text = For example, I actually forgot to feed my cat, and they went out of their way to take care of him. 1 For for ADP IN _ 2 case 2:case _ 2 example example NOUN NN Number=Sing 6 obl 6:obl:for SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj|8:nsubj:xsubj _ 5 actually actually ADV RB _ 6 advmod 6:advmod _ -6 forgot forget VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 forgot forget VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 feed feed VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 cat cat NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No 11 , , PUNCT , _ 14 punct 14:punct _ 12 and and CCONJ CC _ 14 cc 14:cc _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -14 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ +14 went go VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ 15 out out ADP IN _ 18 case 18:case _ 16 of of ADP IN _ 18 case 18:case _ -17 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 way way NOUN NN Number=Sing 14 obl 14:obl:out _ 19 to to PART TO _ 20 mark 20:mark _ 20 take take VERB VB VerbForm=Inf 14 advcl 14:advcl:to _ @@ -196199,33 +196311,33 @@ # sent_id = reviews-004540-0003 # text = Additionally, when there was confusion (my fault), they left me flowers along with a personalized gift. 1 Additionally additionally ADV RB _ 13 advmod 13:advmod SpaceAfter=No -2 , , PUNCT , _ 13 punct 13:punct _ -3 when when SCONJ WRB PronType=Int 5 mark 5:mark _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 when when ADV WRB PronType=Int 5 advmod 5:advmod _ 4 there there PRON EX _ 5 expl 5:expl _ 5 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:when _ 6 confusion confusion NOUN NN Number=Sing 5 nsubj 5:nsubj _ 7 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 fault fault NOUN NN Number=Sing 6 parataxis 6:parataxis SpaceAfter=No 10 ) ) PUNCT -RRB- _ 9 punct 9:punct SpaceAfter=No -11 , , PUNCT , _ 13 punct 13:punct _ +11 , , PUNCT , _ 5 punct 5:punct _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +13 left leave VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 14 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 13 iobj 13:iobj _ 15 flowers flower NOUN NNS Number=Plur 13 obj 13:obj _ 16 along along ADP IN _ 20 case 20:case _ 17 with with ADP IN _ 20 case 20:case _ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ -19 personalized personalize VERB VBN Tense=Past|VerbForm=Part 20 amod 20:amod _ +19 personalized personalize VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 amod 20:amod _ 20 gift gift NOUN NN Number=Sing 13 obl 13:obl:with SpaceAfter=No 21 . . PUNCT . _ 13 punct 13:punct _ # sent_id = reviews-004540-0004 # text = They have been 100% reliable and professional. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj|8:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 6 cop 6:cop _ -4 100 100 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No +4 100 100 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No 5 % % SYM NN Number=Sing 6 obl:npmod 6:obl:npmod _ 6 reliable reliable ADJ JJ Degree=Pos 0 root 0:root _ 7 and and CCONJ CC _ 8 cc 8:cc _ @@ -196235,7 +196347,7 @@ # sent_id = reviews-004540-0005 # text = Definitely recommend! 1 Definitely definitely ADV RB _ 2 advmod 2:advmod _ -2 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +2 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 3 ! ! PUNCT . _ 2 punct 2:punct _ # newdoc id = reviews-038358 @@ -196250,7 +196362,7 @@ # newpar id = reviews-038358-p0002 # text = seriously, can you imagine having to live through these last few nights without heat? 1 seriously seriously ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 can can AUX MD VerbForm=Fin 5 aux 5:aux _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 5 imagine imagine VERB VB VerbForm=Inf 0 root 0:root _ @@ -196274,17 +196386,17 @@ 4 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 to to PART TO _ 4 xcomp 4:xcomp _ 6 because because SCONJ IN _ 17 mark 17:mark _ -7 with with SCONJ IN _ 11 case 11:case _ +7 with with SCONJ IN _ 11 mark 11:mark _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 economy economy NOUN NN Number=Sing 11 nsubj 11:nsubj _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -11 way way NOUN NN Number=Sing 17 obl 17:obl:with _ +11 way way NOUN NN Number=Sing 17 advcl 17:advcl:with _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ -14 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ +13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +14 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ 15-16 aint _ _ _ _ _ _ _ _ -15 ai be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ -16 nt not PART RB _ 17 advmod 17:advmod _ +15 ai be AUX VBP Mood=Ind|Number=Sing|Person=1|Style=Vrnc|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +16 nt not PART RB Typo=Yes 17 advmod 17:advmod CorrectForm=n't 17 haves have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:because _ 18 much much ADJ JJ Degree=Pos 19 amod 19:amod _ 19 monies money NOUN NNS Number=Plur 17 obj 17:obj _ @@ -196299,11 +196411,11 @@ # text = Comfort zone came out and did my house heat on the cheap. 1 Comfort Comfort PROPN NNP Number=Sing 2 compound 2:compound _ 2 zone zone PROPN NNP Number=Sing 3 nsubj 3:nsubj|6:nsubj _ -3 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 out out ADV RB _ 3 advmod 3:advmod _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +6 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 8 house house NOUN NN Number=Sing 9 compound 9:compound _ 9 heat heat NOUN NN Number=Sing 6 obj 6:obj _ 10 on on ADP IN _ 12 case 12:case _ @@ -196320,19 +196432,19 @@ # sent_id = reviews-038358-0006 # text = Thank you Comfort Zone -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 iobj 1:iobj _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 Comfort Comfort PROPN NNP Number=Sing 4 compound 4:compound _ -4 Zone Zone PROPN NNP Number=Sing 1 obj 1:obj _ +4 Zone Zone PROPN NNP Number=Sing 1 vocative 1:vocative _ # newdoc id = reviews-358702 # sent_id = reviews-358702-0001 # newpar id = reviews-358702-p0001 # text = Slowest, Unfriendly Sstaff on Weekends -1 Slowest slowest ADJ JJS Degree=Sup 4 amod 4:amod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +1 Slowest slow ADJ JJS Degree=Sup 4 amod 4:amod SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ 3 Unfriendly unfriendly ADJ JJ Degree=Pos 4 amod 4:amod _ -4 Sstaff staff NOUN NN Number=Sing|Typo=Yes 0 root 0:root _ +4 Sstaff staff NOUN NN Number=Sing|Typo=Yes 0 root 0:root CorrectForm=staff 5 on on ADP IN _ 6 case 6:case _ 6 Weekends weekend NOUN NNS Number=Plur 4 nmod 4:nmod:on _ @@ -196340,19 +196452,19 @@ # newpar id = reviews-358702-p0002 # text = There are three Starbucks locations that I frequent. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 three three NUM CD NumType=Card 5 nummod 5:nummod _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 three three NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 4 Starbucks Starbucks PROPN NNP Number=Sing 5 compound 5:compound _ 5 locations location NOUN NNS Number=Plur 2 nsubj 2:nsubj|8:obj _ 6 that that PRON WDT PronType=Rel 8 obj 5:ref _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 frequent frequent VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl SpaceAfter=No +8 frequent frequent VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-358702-0003 # text = I have a bit of experience watching the usual assembly line. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 bit bit NOUN NN Number=Sing 2 obj 2:obj _ 5 of of ADP IN _ 6 case 6:case _ @@ -196368,11 +196480,11 @@ # text = I also understand that weekend staffs are different than daytime staffs and not necessarily Starbucks A-team or even full-time. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 understand understand VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 understand understand VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 that that SCONJ IN _ 8 mark 8:mark _ 5 weekend weekend NOUN NN Number=Sing 6 compound 6:compound _ 6 staffs staff NOUN NNS Number=Plur 8 nsubj 8:nsubj|18:nsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 different different ADJ JJ Degree=Pos 3 ccomp 3:ccomp _ 9 than than ADP IN _ 11 case 11:case _ 10 daytime daytime NOUN NN Number=Sing 11 compound 11:compound _ @@ -196381,13 +196493,13 @@ 13 not not PART RB _ 14 advmod 14:advmod _ 14 necessarily necessarily ADV RB _ 18 advmod 18:advmod _ 15 Starbucks Starbucks PROPN NNP Number=Sing 18 compound 18:compound _ -16 A a NOUN NN Number=Sing 18 compound 18:compound SpaceAfter=No -17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +16 A A NOUN NN Number=Sing 18 compound 18:compound SpaceAfter=No +17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No 18 team team NOUN NN Number=Sing 8 conj 3:ccomp|8:conj:and _ 19 or or CCONJ CC _ 23 cc 23:cc _ 20 even even ADV RB _ 23 advmod 23:advmod _ 21 full full ADJ JJ Degree=Pos 23 amod 23:amod SpaceAfter=No -22 - - PUNCT HYPH _ 23 punct 23:punct SpaceAfter=No +22 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No 23 time time NOUN NN Number=Sing 18 conj 18:conj:or SpaceAfter=No 24 . . PUNCT . _ 3 punct 3:punct _ @@ -196398,12 +196510,12 @@ 3 location location NOUN NN Number=Sing 4 nsubj 4:nsubj _ 4 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -6 worst worst ADJ JJS Degree=Sup 8 amod 8:amod _ +6 worst bad ADJ JJS Degree=Sup 8 amod 8:amod _ 7 weekend weekend NOUN NN Number=Sing 8 compound 8:compound _ 8 staff staff NOUN NN Number=Sing 4 obj 4:obj _ 9-10 I've _ _ _ _ _ _ _ _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -10 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 seen see VERB VBN Tense=Past|VerbForm=Part 8 acl:relcl 8:acl:relcl _ 12 EVER ever ADV RB _ 11 advmod 11:advmod SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ @@ -196413,13 +196525,13 @@ # newpar id = reviews-295491-p0001 # text = Skip te rest - this is the best 1 Skip skip VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 te the DET DT Typo=Yes 3 det 3:det _ +2 te the DET DT Definite=Def|PronType=Art|Typo=Yes 3 det 3:det CorrectForm=the 3 rest rest NOUN NN Number=Sing 1 obj 1:obj _ -4 - - PUNCT , _ 1 punct 1:punct _ +4 - - PUNCT , _ 8 punct 8:punct _ 5 this this PRON DT Number=Sing|PronType=Dem 8 nsubj 8:nsubj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -8 best best ADJ JJS Degree=Sup 1 parataxis 1:parataxis _ +8 best good ADJ JJS Degree=Sup 1 parataxis 1:parataxis _ # sent_id = reviews-295491-0002 # newpar id = reviews-295491-p0002 @@ -196431,8 +196543,8 @@ # sent_id = reviews-295491-0003 # text = Clean, updated room, friendly staff, safe location. 1 Clean clean ADJ JJ Degree=Pos 4 amod 4:amod SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ -3 updated update VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 updated update VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod _ 4 room room NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 5 , , PUNCT , _ 7 punct 7:punct _ 6 friendly friendly ADJ JJ Degree=Pos 7 amod 7:amod _ @@ -196448,8 +196560,8 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 super super ADV RB _ 4 advmod 4:advmod _ 4 friendly friendly ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ -6 treat treat VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ +5 , , PUNCT , _ 6 punct 6:punct _ +6 treat treat VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 4 parataxis 4:parataxis CorrectForm=treats 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 obj 6:obj _ 8 as as ADP IN _ 10 case 10:case _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ @@ -196458,12 +196570,13 @@ # sent_id = reviews-295491-0005 # text = Cannot ask for a better experience. -1 Can can AUX MD VerbForm=Fin 3 aux 3:aux SpaceAfter=No +1-2 Cannot _ _ _ _ _ _ _ _ +1 Can can AUX MD VerbForm=Fin 3 aux 3:aux _ 2 not not PART RB _ 3 advmod 3:advmod _ 3 ask ask VERB VB VerbForm=Inf 0 root 0:root _ 4 for for ADP IN _ 7 case 7:case _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -6 better better ADJ JJR Degree=Cmp 7 amod 7:amod _ +6 better good ADJ JJR Degree=Cmp 7 amod 7:amod _ 7 experience experience NOUN NN Number=Sing 3 obl 3:obl:for SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ @@ -196473,12 +196586,12 @@ 2 be be AUX VB VerbForm=Inf 3 aux 3:aux _ 3 staying stay VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 here here ADV RB PronType=Dem 3 advmod 3:advmod _ -5 any any DET DT _ 8 compound 8:compound _ +5 any any DET DT PronType=Ind 8 det 8:det _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 every every DET DT _ 5 conj 5:conj:and|8:compound _ +7 every every DET DT PronType=Tot 5 conj 5:conj:and|8:det _ 8 time time NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 come come VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +10 come come VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 11 anywhere anywhere ADV RB _ 12 advmod 12:advmod _ 12 near near ADV RB _ 10 advmod 10:advmod SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ @@ -196486,7 +196599,7 @@ # sent_id = reviews-295491-0007 # text = Overall, Joe is a happy camper who has found a great spot. 1 Overall overall ADV RB _ 7 advmod 7:advmod SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 Joe Joe PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -196505,14 +196618,14 @@ # newpar id = reviews-201156-p0001 # text = PHOTOS DONE WELL 1 PHOTOS photo NOUN NNS Number=Plur 0 root 0:root _ -2 DONE do VERB VBN Tense=Past|VerbForm=Part 1 acl 1:acl _ +2 DONE do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 acl 1:acl _ 3 WELL well ADV RB Degree=Pos 2 advmod 2:advmod _ # sent_id = reviews-201156-0002 # newpar id = reviews-201156-p0002 # text = I Love Hellada Gallery! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 Love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 Love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 Hellada Hellada PROPN NNP Number=Sing 4 compound 4:compound _ 4 Gallery Gallery PROPN NNP Number=Sing 2 obj 2:obj SpaceAfter=No 5 ! ! PUNCT . _ 2 punct 2:punct _ @@ -196529,32 +196642,32 @@ 8 whole whole ADJ JJ Degree=Pos 9 amod 9:amod _ 9 heart heart NOUN NN Number=Sing 7 obj 7:obj _ 10 in in ADP IN _ 12 case 12:case _ -11 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 business business NOUN NN Number=Sing 7 obl 7:obl:in _ -13 - - PUNCT , _ 7 punct 7:punct _ +13 - - PUNCT , _ 29 punct 29:punct _ 14 If if SCONJ IN _ 25 mark 25:mark _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 25 nsubj 25:nsubj _ -16 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ +16 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ 17 into into ADP IN _ 25 case 25:case _ 18 old old ADJ JJ Degree=Pos 19 amod 19:amod _ -19 fashion fashion NOUN NN Number=Sing 25 amod 25:amod _ +19 fashion fashioned ADJ JJ Degree=Pos|Typo=Yes 25 amod 25:amod CorrectForm=fashioned 20 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No -21 Not not ADV RB _ 22 advmod 22:advmod _ +21 Not not PART RB _ 22 advmod 22:advmod _ 22 Digital digital ADJ JJ Degree=Pos 19 parataxis 19:parataxis SpaceAfter=No 23 ) ) PUNCT -RRB- _ 22 punct 22:punct _ 24 quality quality ADJ JJ Degree=Pos 25 amod 25:amod _ 25 photography photography NOUN NN Number=Sing 29 advcl 29:advcl:if _ 26 this this PRON DT Number=Sing|PronType=Dem 29 nsubj 29:nsubj _ 27 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 29 cop 29:cop _ -28 best best ADJ JJS Degree=Sup 29 amod 29:amod _ +28 best good ADJ JJS Degree=Sup 29 amod 29:amod _ 29 place place NOUN NN Number=Sing 7 parataxis 7:parataxis _ 30 in in ADP IN _ 32 case 32:case _ -31 Long Long PROPN NNP Number=Sing 32 compound 32:compound _ +31 Long Long ADJ NNP Degree=Pos 32 amod 32:amod _ 32 Beach Beach PROPN NNP Number=Sing 29 nmod 29:nmod:in _ 33 as as SCONJ IN _ 35 mark 35:mark _ 34 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 35 nsubj 35:nsubj _ -35 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 29 advcl 29:advcl:as _ -36 not not ADV RB _ 38 advmod 38:advmod _ +35 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 29 advcl 29:advcl:as _ +36 not not PART RB _ 38 advmod 38:advmod _ 37 many many ADJ JJ Degree=Pos 38 amod 38:amod _ 38 folks folk NOUN NNS Number=Plur 40 nsubj 40:nsubj _ 39 can can AUX MD VerbForm=Fin 40 aux 40:aux _ @@ -196564,9 +196677,9 @@ 43 photos photo NOUN NNS Number=Plur 40 obj 40:obj _ 44 anymore anymore ADV RB _ 40 advmod 40:advmod _ 45 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 46 nsubj 46:nsubj _ -46 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 parataxis 7:parataxis _ +46 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 parataxis 7:parataxis _ 47 Marek Marek PROPN NNP Number=Sing 46 obj 46:obj _ -48 personaly personally ADV RB Typo=Yes 46 advmod 46:advmod _ +48 personaly personally ADV RB Typo=Yes 46 advmod 46:advmod CorrectForm=personally 49 and and CCONJ CC _ 53 cc 53:cc _ 50 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 53 nsubj 53:nsubj _ 51 will will AUX MD VerbForm=Fin 53 aux 53:aux _ @@ -196580,10 +196693,10 @@ # text = BAD COFFEE, DONT BOTHER! 1 BAD bad ADJ JJ Degree=Pos 2 amod 2:amod _ 2 COFFEE coffee NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 6 punct 6:punct _ 4-5 DONT _ _ _ _ _ _ _ _ 4 DO do AUX VB Mood=Imp|VerbForm=Fin 6 aux 6:aux _ -5 NT not PART RB _ 6 advmod 6:advmod _ +5 NT not PART RB Typo=Yes 6 advmod 6:advmod CorrectForm=N'T 6 BOTHER bother VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis SpaceAfter=No 7 ! ! PUNCT . _ 2 punct 2:punct _ @@ -196605,13 +196718,13 @@ # sent_id = reviews-187875-0003 # text = You charge SO MUCH, yet you use the same grounds over and over again. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 charge charge VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 charge charge VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 SO so ADV RB _ 4 advmod 4:advmod _ 4 MUCH much ADJ JJ Degree=Pos 2 obj 2:obj SpaceAfter=No 5 , , PUNCT , _ 8 punct 8:punct _ 6 yet yet CCONJ CC _ 8 cc 8:cc _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -8 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:yet _ +8 use use VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 conj 2:conj:yet _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 same same ADJ JJ Degree=Pos 11 amod 11:amod _ 11 grounds grounds NOUN NNS Number=Plur 8 obj 8:obj _ @@ -196625,7 +196738,7 @@ # text = The coffee taste BURNT and very bitter. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 coffee coffee NOUN NN Number=Sing 3 nsubj 3:nsubj|4:nsubj:xsubj|7:nsubj:xsubj _ -3 taste taste VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 taste taste VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm=tastes 4 BURNT burnt ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 very very ADV RB _ 7 advmod 7:advmod _ @@ -196634,7 +196747,7 @@ # sent_id = reviews-187875-0005 # text = No amount of sugar and milk can mask it. -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 amount amount NOUN NN Number=Sing 8 nsubj 8:nsubj _ 3 of of ADP IN _ 4 case 4:case _ 4 sugar sugar NOUN NN Number=Sing 2 nmod 2:nmod:of _ @@ -196650,8 +196763,8 @@ 1 CHANGE change VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 THE the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 PROCESS process NOUN NN Number=Sing 1 obj 1:obj SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ -5 PPL people NOUN NNS Number=Plur 1 obj 1:obj SpaceAfter=No +4 , , PUNCT , _ 5 punct 5:punct _ +5 PPL people NOUN NNS Abbr=Yes|Number=Plur 1 vocative 1:vocative SpaceAfter=No 6 ! ! PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-187875-0007 @@ -196659,16 +196772,16 @@ 1 Westfield Westfield PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 Rt Rt PROPN NNP Number=Sing 1 conj 1:conj:and|5:nsubj _ -4 1 1 NUM CD NumType=Card 3 nummod 3:nummod _ -5 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 1 1 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +5 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 obj 5:obj _ 7 well well ADV RB Degree=Pos 5 advmod 5:advmod SpaceAfter=No -8 , , PUNCT , _ 5 punct 5:punct _ +8 , , PUNCT , _ 10 punct 10:punct _ 9 WHY why ADV WRB PronType=Int 10 advmod 10:advmod _ 10-11 CANT _ _ _ _ _ _ _ _ 10 CA can AUX MD VerbForm=Fin 5 parataxis 5:parataxis _ -11 NT not PART RB _ 10 advmod 10:advmod _ -12 U you PRON PRP Abbr=Yes|Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj SpaceAfter=No +11 NT not PART RB Typo=Yes 10 advmod 10:advmod CorrectForm=N'T +12 U you PRON PRP Abbr=Yes|Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj CorrectForm=you|SpaceAfter=No 13 ???? ???? PUNCT . _ 5 punct 5:punct _ # newdoc id = reviews-241855 @@ -196676,7 +196789,7 @@ # newpar id = reviews-241855-p0001 # text = Home made product 1 Home home NOUN NN Number=Sing 2 obl:npmod 2:obl:npmod _ -2 made make VERB VBN Tense=Past|VerbForm=Part 3 amod 3:amod _ +2 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 amod 3:amod _ 3 product product NOUN NN Number=Sing 0 root 0:root _ # sent_id = reviews-241855-0002 @@ -196684,25 +196797,25 @@ # text = I sometimes go into this store just for something to do on a sunday afternoon. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 sometimes sometimes ADV RB _ 3 advmod 3:advmod _ -3 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 go go VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 into into ADP IN _ 6 case 6:case _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 store store NOUN NN Number=Sing 3 obl 3:obl:into _ 7 just just ADV RB _ 9 advmod 9:advmod _ 8 for for ADP IN _ 9 case 9:case _ -9 something something PRON NN Number=Sing 3 obl 3:obl:for _ +9 something something PRON NN Number=Sing|PronType=Ind 3 obl 3:obl:for _ 10 to to PART TO _ 11 mark 11:mark _ 11 do do VERB VB VerbForm=Inf 9 acl 9:acl:to _ 12 on on ADP IN _ 15 case 15:case _ 13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ -14 sunday sunday PROPN NNP Number=Sing 15 compound 15:compound _ +14 sunday Sunday PROPN NNP Number=Sing 15 compound 15:compound _ 15 afternoon afternoon NOUN NN Number=Sing 11 obl 11:obl:on SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-241855-0003 # text = I love the people, the product and the service! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 people people NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No 5 , , PUNCT , _ 7 punct 7:punct _ @@ -196715,12 +196828,12 @@ # sent_id = reviews-241855-0004 # text = Nothing compares to a home made product that really stands the test of time. - -1 Nothing nothing PRON NN Number=Sing 2 nsubj 2:nsubj _ +1 Nothing nothing PRON NN Number=Sing|PronType=Neg 2 nsubj 2:nsubj _ 2 compares compare VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 7 case 7:case _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 5 home home NOUN NN Number=Sing 6 compound 6:compound _ -6 made make VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +6 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 product product NOUN NN Number=Sing 2 obl 2:obl:to|10:nsubj _ 8 that that PRON WDT PronType=Rel 10 nsubj 7:ref _ 9 really really ADV RB _ 10 advmod 10:advmod _ @@ -196743,8 +196856,8 @@ 7-8 Leon's _ _ _ _ _ _ _ _ 7 Leon Leon PROPN NNP Number=Sing 2 conj 2:conj:and|9:nsubj _ 8 's 's PART POS _ 7 case 7:case _ -9 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 place place NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No 12 . . PUNCT . _ 9 punct 9:punct _ @@ -196756,7 +196869,7 @@ 4 this this PRON DT Number=Sing|PronType=Dem 2 nmod 2:nmod:like _ 5 will will AUX MD VerbForm=Fin 7 aux 7:aux _ 6 truly truly ADV RB _ 7 advmod 7:advmod _ -7 be be VERB VB VerbForm=Inf 0 root 0:root _ +7 be be AUX VB VerbForm=Inf 0 root 0:root _ 8 around around ADV RB _ 7 advmod 7:advmod _ 9 forever forever ADV RB _ 7 advmod 7:advmod SpaceAfter=No 10 . . PUNCT . _ 7 punct 7:punct _ @@ -196778,13 +196891,13 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 previous previous ADJ JJ Degree=Pos 4 amod 4:amod _ 4 poster poster NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:like SpaceAfter=No -6 , , PUNCT , _ 11 punct 11:punct _ +5 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:like SpaceAfter=No +6 , , PUNCT , _ 5 punct 5:punct _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 com com NOUN NN Number=Sing 9 compound 9:compound _ 9 lines line NOUN NNS Number=Plur 11 nsubj:pass 11:nsubj:pass _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux:pass 11:aux:pass _ -11 split split VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux:pass 11:aux:pass _ +11 split split VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 12 between between ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 14 entire entire ADJ JJ Degree=Pos 15 amod 15:amod _ @@ -196796,15 +196909,15 @@ 1-2 That's _ _ _ _ _ _ _ _ 1 That that PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -3 3 3 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No +3 3 3 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No 4 x x SYM SYM _ 5 obl:npmod 5:obl:npmod _ -5 worse worse ADJ JJR Degree=Cmp 0 root 0:root _ +5 worse bad ADJ JJR Degree=Cmp 0 root 0:root _ 6 than than ADP IN _ 12 case 12:case _ 7 Qwest Qwest PROPN NNP Number=Sing 8 compound 8:compound _ 8-9 DSL's _ _ _ _ _ _ _ _ 8 DSL DSL PROPN NNP Number=Sing 12 nmod:poss 12:nmod:poss _ 9 's 's PART POS _ 8 case 8:case _ -10 lowest lowest ADJ JJS Degree=Sup 11 amod 11:amod _ +10 lowest low ADJ JJS Degree=Sup 11 amod 11:amod _ 11 speed speed NOUN NN Number=Sing 12 compound 12:compound _ 12 offering offering NOUN NN Number=Sing 5 obl 5:obl:than SpaceAfter=No 13 ! ! PUNCT . _ 5 punct 5:punct _ @@ -196815,15 +196928,15 @@ 2 outward outward ADJ JJ Degree=Pos 3 amod 3:amod _ 3 appearance appearance NOUN NN Number=Sing 4 nsubj 4:nsubj _ 4 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 think think VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ +5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 obj 4:obj|6:nsubj _ +6 think think VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ 8 place place NOUN NN Number=Sing 10 nsubj 10:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 nice nice ADJ JJ Degree=Pos 6 ccomp 6:ccomp SpaceAfter=No 11 , , PUNCT , _ 18 punct 18:punct _ 12 but but CCONJ CC _ 18 cc 18:cc _ -13 everything everything PRON NN Number=Sing 18 nsubj 18:nsubj _ +13 everything everything PRON NN Number=Sing|PronType=Tot 18 nsubj 18:nsubj _ 14 inside inside ADV RB _ 13 advmod 13:advmod _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 16 cheap cheap ADJ JJ Degree=Pos 18 amod 18:amod _ @@ -196838,10 +196951,10 @@ 3 as as ADV RB _ 4 advmod 4:advmod _ 4 soon soon ADV RB Degree=Pos 1 advmod 1:advmod _ 5 as as SCONJ IN _ 9 mark 9:mark _ -6 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 lease lease NOUN NN Number=Sing 9 nsubj 9:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ -9 up up ADV RB _ 3 advcl 3:advcl:as SpaceAfter=No +9 up up ADV RB _ 4 advcl 4:advcl:as SpaceAfter=No 10 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-108338-0006 @@ -196859,9 +196972,9 @@ # newpar id = reviews-348369-p0002 # text = Yes my G1 screen is back working. 1 Yes yes INTJ UH _ 8 discourse 8:discourse _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -3 G g NOUN NN Number=Sing 5 compound 5:compound SpaceAfter=No -4 1 1 NUM CD NumType=Card 3 nummod 3:nummod _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 G G NOUN NN Number=Sing 5 compound 5:compound SpaceAfter=No +4 1 1 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 5 screen screen NOUN NN Number=Sing 8 nsubj 8:nsubj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 back back ADV RB _ 8 advmod 8:advmod _ @@ -196877,22 +196990,22 @@ 5 Charge charge VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 iobj 5:iobj _ 7 $ $ SYM $ _ 5 obj 5:obj SpaceAfter=No -8 129 129 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No +8 129 129 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No 9 ... ... PUNCT . _ 3 punct 3:punct SpaceAfter=No # sent_id = reviews-348369-0004 # text = But i paid $100. 1 But but CCONJ CC _ 3 cc 3:cc _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 paid pay VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +3 paid pay VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 $ $ SYM $ _ 3 obj 3:obj SpaceAfter=No -5 100 100 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No +5 100 100 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-348369-0005 # text = they save me from having to deal with Tmobile... 1 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 save save VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 save save VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm=saved 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj _ 4 from from SCONJ IN _ 5 mark 5:mark _ 5 having have VERB VBG VerbForm=Ger 2 advcl 2:advcl:from _ @@ -196905,16 +197018,16 @@ # sent_id = reviews-348369-0006 # text = Tmobile want to Send of my phone and i didn't want to go thru that... 1 Tmobile Tmobile PROPN NNP Number=Sing 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 want want VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 Send send VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 of off ADP RP Typo=Yes 4 compound:prt 4:compound:prt _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 of off ADP RP Typo=Yes 4 compound:prt 4:compound:prt CorrectForm=off +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 phone phone NOUN NN Number=Sing 4 obj 4:obj _ 8 and and CCONJ CC _ 12 cc 12:cc _ -9 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj|14:nsubj:xsubj _ +9 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj|14:nsubj:xsubj _ 10-11 didn't _ _ _ _ _ _ _ _ -10 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 aux 12:aux _ +10 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 12 aux 12:aux _ 11 n't not PART RB _ 12 advmod 12:advmod _ 12 want want VERB VB VerbForm=Inf 2 conj 2:conj:and _ 13 to to PART TO _ 14 mark 14:mark _ @@ -196925,10 +197038,10 @@ # sent_id = reviews-348369-0007 # text = 3 Days For get that... -1 3 3 NUM CD NumType=Card 2 nummod 2:nummod _ +1 3 3 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 2 Days day NOUN NNS Number=Plur 0 root 0:root _ -3 For for X GW _ 2 parataxis 2:parataxis _ -4 get get VERB VB Mood=Imp|VerbForm=Fin 3 goeswith 3:goeswith _ +3 For forget VERB GW Mood=Imp|Typo=Yes|VerbForm=Fin 2 parataxis 2:parataxis _ +4 get _ X VB _ 3 goeswith 3:goeswith _ 5 that that PRON DT Number=Sing|PronType=Dem 3 obj 3:obj SpaceAfter=No 6 ... ... PUNCT . _ 2 punct 2:punct _ @@ -196945,7 +197058,7 @@ 3 recommend recommend VERB VB VerbForm=Inf 0 root 0:root _ 4 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 3 obj 3:obj _ 5 to to ADP IN _ 6 case 6:case _ -6 anyone anyone PRON NN Number=Sing 3 obl 3:obl:to SpaceAfter=No +6 anyone anyone PRON NN Number=Sing|PronType=Ind 3 obl 3:obl:to SpaceAfter=No 7 .. .. PUNCT . _ 3 punct 3:punct _ # newdoc id = reviews-154658 @@ -196968,12 +197081,12 @@ 6 with with ADP IN _ 8 case 8:case _ 7 Tuesday Tuesday PROPN NNP Number=Sing 8 compound 8:compound _ 8 prices price NOUN NNS Number=Plur 4 obl 4:obl:with SpaceAfter=No -9 , , PUNCT , _ 4 punct 4:punct _ +9 , , PUNCT , _ 13 punct 13:punct _ 10 even even ADV RB _ 13 advmod 13:advmod _ 11 if if SCONJ IN _ 13 mark 13:mark _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ -13 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ -14 quite quite DET PDT _ 17 det:predet 17:det:predet _ +13 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ +14 quite quite DET PDT PronType=Ind 17 det:predet 17:det:predet _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 mixed mixed ADJ JJ Degree=Pos 17 amod 17:amod _ 17 bag bag NOUN NN Number=Sing 13 obj 13:obj _ @@ -196990,17 +197103,17 @@ 5 daily daily ADJ JJ Degree=Pos 6 amod 6:amod _ 6 specials special NOUN NNS Number=Plur 3 conj 3:conj:and _ 7 but but CCONJ CC _ 8 cc 8:cc _ -8 wish wish VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ +8 wish wish VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 ccomp 8:ccomp _ +10 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 ccomp 8:ccomp _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 bit bit NOUN NN Number=Sing 13 obl:npmod 13:obl:npmod _ 13 more more ADJ JJR Degree=Cmp 10 obj 10:obj _ 14 on on ADP IN _ 17 case 17:case _ -15 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 16 food food NOUN NN Number=Sing 17 compound 17:compound _ 17 menu menu NOUN NN Number=Sing 10 obl 10:obl:on SpaceAfter=No -18 , , PUNCT , _ 10 punct 10:punct _ +18 , , PUNCT , _ 24 punct 24:punct _ 19 although although SCONJ IN _ 24 mark 24:mark _ 20 popcorn popcorn NOUN NN Number=Sing 24 nsubj 24:nsubj _ 21 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ @@ -197014,13 +197127,13 @@ 1 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No 2 other other ADJ JJ Degree=Pos 3 amod 3:amod _ 3 items item NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -4 : : PUNCT : _ 3 punct 3:punct _ +4 : : PUNCT : _ 6 punct 6:punct _ 5 chicken chicken NOUN NN Number=Sing 6 compound 6:compound _ 6 fingers finger NOUN NNS Number=Plur 3 appos 3:appos SpaceAfter=No 7 , , PUNCT , _ 8 punct 8:punct _ 8 wings wing NOUN NNS Number=Plur 6 conj 3:appos|6:conj:and SpaceAfter=No 9 , , PUNCT , _ 11 punct 11:punct _ -10 asian asian ADJ JJ Degree=Pos 11 amod 11:amod _ +10 asian Asian ADJ JJ Degree=Pos 11 amod 11:amod _ 11 pizza pizza NOUN NN Number=Sing 6 conj 3:appos|6:conj:and SpaceAfter=No 12 , , PUNCT , _ 17 punct 17:punct _ 13 and and CCONJ CC _ 17 cc 17:cc _ @@ -197034,11 +197147,11 @@ # sent_id = reviews-079007-0001 # newpar id = reviews-079007-p0001 # text = Their food and sweets are awesome. -1 Their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 food food NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 sweets sweet NOUN NNS Number=Plur 2 conj 2:conj:and|6:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 awesome awesome ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 7 . . PUNCT . _ 6 punct 6:punct _ @@ -197058,7 +197171,7 @@ 3 staff staff NOUN NNS Number=Plur 1 nmod 1:nmod:of _ 4 very very ADV RB _ 5 advmod 5:advmod _ 5 bad bad ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -6 . . PUNCT . _ 1 punct 1:punct _ +6 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-079007-0004 # text = Never gives a receipt. @@ -197101,7 +197214,7 @@ 1 Even even ADV RB _ 4 advmod 4:advmod _ 2 if if SCONJ IN _ 4 mark 4:mark _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 line line VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 line line VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 up up ADP RP _ 4 compound:prt 4:compound:prt SpaceAfter=No 6 . . PUNCT . _ 4 punct 4:punct _ @@ -197128,13 +197241,13 @@ 2 then then ADV RB PronType=Dem 3 advmod 3:advmod _ 3 wait wait VERB VB VerbForm=Inf 0 root 0:root _ 4 again again ADV RB _ 3 advmod 3:advmod SpaceAfter=No -5 . . PUNCT . _ 2 punct 2:punct _ +5 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-079007-0011 # text = Not organised. 1 Not not PART RB _ 2 advmod 2:advmod _ 2 organised organised ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -3 . . PUNCT . _ 1 punct 1:punct _ +3 . . PUNCT . _ 2 punct 2:punct _ # newdoc id = reviews-285133 # sent_id = reviews-285133-0001 @@ -197145,66 +197258,66 @@ 3 Nivine Nivine PROPN NNP Number=Sing 1 nmod 1:nmod:by _ 4 in in ADP IN _ 5 case 5:case _ 5 eastgardens eastgardens PROPN NNPS Number=Plur 1 nmod 1:nmod:in _ -6 fixed fix VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 fixed fix VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 hair hair NOUN NN Number=Sing 6 obj 6:obj _ 9 after after SCONJ IN _ 11 mark 11:mark _ -10 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:after _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +10 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ +11 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:after _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 hair hair NOUN NN Number=Sing 11 obj 11:obj|14:nsubj:xsubj|16:nsubj:xsubj _ -14 cut cut VERB VBN Tense=Past|VerbForm=Part 11 xcomp 11:xcomp _ +14 cut cut VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 xcomp 11:xcomp _ 15 and and CCONJ CC _ 16 cc 16:cc _ -16 colored color VERB VBN Tense=Past|VerbForm=Part 14 conj 11:xcomp|14:conj:and _ +16 colored color VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 conj 11:xcomp|14:conj:and _ 17 at at ADP IN _ 19 case 19:case _ -18 another another DET DT _ 19 det 19:det _ +18 another another DET DT PronType=Ind 19 det 19:det _ 19 salon salon NOUN NN Number=Sing 14 obl 14:obl:at _ -20 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj|23:nsubj:xsubj _ -21 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 parataxis 6:parataxis _ -22 more more ADV RBR _ 23 advmod 23:advmod _ +20 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj|23:nsubj:xsubj _ +21 felt feel VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 6 parataxis 6:parataxis _ +22 more more ADV RBR Degree=Cmp 23 advmod 23:advmod _ 23 confident confident ADJ JJ Degree=Pos 21 xcomp 21:xcomp _ 24 and and CCONJ CC _ 28 cc 28:cc _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 26 girls girl NOUN NNS Number=Plur 28 nsubj 28:nsubj _ -27 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ +27 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ 28 fantastic fantastic ADJ JJ Degree=Pos 21 conj 21:conj:and _ 29 and and CCONJ CC _ 33 cc 33:cc _ 30-31 ive _ _ _ _ _ _ _ _ -30 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 33 nsubj 33:nsubj _ -31 ve have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 33 aux 33:aux _ +30 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 33 nsubj 33:nsubj _ +31 ve have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 33 aux 33:aux CorrectForm='ve 32 been be AUX VBN Tense=Past|VerbForm=Part 33 aux 33:aux _ 33 going go VERB VBG VerbForm=Ger 21 conj 21:conj:and _ 34 there there ADV RB PronType=Dem 33 advmod 33:advmod _ 35 now now ADV RB _ 33 advmod 33:advmod _ 36 for for ADP IN _ 38 case 38:case _ -37 2 2 NUM CD NumType=Card 38 nummod 38:nummod _ +37 2 2 NUM CD NumForm=Digit|NumType=Card 38 nummod 38:nummod _ 38 years year NOUN NNS Number=Plur 33 obl 33:obl:for _ 39 always always ADV RB _ 40 advmod 40:advmod _ 40 happy happy ADJ JJ Degree=Pos 33 parataxis 33:parataxis _ 41 and and CCONJ CC _ 43 cc 43:cc _ 42 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 43 nsubj 43:nsubj _ -43 care care VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 40 conj 40:conj:and _ +43 care care VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 40 conj 40:conj:and _ 44 about about ADP IN _ 46 case 46:case _ -45 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 46 nmod:poss 46:nmod:poss _ +45 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 46 nmod:poss 46:nmod:poss _ 46 hair hair NOUN NN Number=Sing 43 obl 43:obl:about _ -47 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 33 parataxis 33:parataxis _ -48 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 49 nmod:poss 49:nmod:poss _ +47 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 33 parataxis 33:parataxis _ +48 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 49 nmod:poss 49:nmod:poss _ 49 hair hair NOUN NN Number=Sing 47 obj 47:obj|50:nsubj:xsubj _ -50 done do VERB VBN Tense=Past|VerbForm=Part 47 xcomp 47:xcomp _ +50 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 47 xcomp 47:xcomp _ 51 for for ADP IN _ 53 case 53:case _ -52 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 53 nmod:poss 53:nmod:poss _ +52 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 53 nmod:poss 53:nmod:poss _ 53 wedding wedding NOUN NN Number=Sing 50 obl 50:obl:for _ 54 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 55 nsubj 55:nsubj|56:nsubj:xsubj _ -55 looked look VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 50 parataxis 50:parataxis _ -56 fabolous fabulous ADJ JJ Degree=Pos|Typo=Yes 55 xcomp 55:xcomp _ +55 looked look VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 50 parataxis 50:parataxis _ +56 fabolous fabulous ADJ JJ Degree=Pos|Typo=Yes 55 xcomp 55:xcomp CorrectForm=fabulous 57 ! ! PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-285133-0002 # text = and there prices are really good! 1 and and CCONJ CC _ 6 cc 6:cc _ -2 there they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 3 nmod:poss 3:nmod:poss _ +2 there their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 3 nmod:poss 3:nmod:poss CorrectForm=their 3 prices price NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 really really ADV RB _ 6 advmod 6:advmod _ 6 good good ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 7 ! ! PUNCT . _ 6 punct 6:punct _ @@ -197213,7 +197326,7 @@ # sent_id = reviews-063549-0001 # newpar id = reviews-063549-p0001 # text = Best food in northeast -1 Best best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Best good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 food food NOUN NN Number=Sing 0 root 0:root _ 3 in in ADP IN _ 4 case 4:case _ 4 northeast northeast NOUN NN Number=Sing 2 nmod 2:nmod:in _ @@ -197223,21 +197336,21 @@ # text = Theres a reason why Frank mcclelland was named best chef of the north east reigon. 1-2 Theres _ _ _ _ _ _ _ _ 1 There there PRON EX _ 2 expl 2:expl _ -2 s be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 s be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm='s 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ -4 reason reason NOUN NN Number=Sing 2 nsubj 2:nsubj _ -5 why why SCONJ WRB PronType=Int 9 mark 9:mark _ +4 reason reason NOUN NN Number=Sing 2 nsubj 2:nsubj|9:obl _ +5 why why ADV WRB PronType=Rel 9 advmod 4:ref _ 6 Frank Frank PROPN NNP Number=Sing 9 nsubj:pass 9:nsubj:pass|11:nsubj:xsubj _ -7 mcclelland mcclelland PROPN NNP Number=Sing 6 flat 6:flat _ +7 mcclelland McClelland PROPN NNP Number=Sing 6 flat 6:flat _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ -9 named name VERB VBN Tense=Past|VerbForm=Part 4 acl:relcl 4:acl:relcl _ -10 best best ADJ JJS Degree=Sup 11 amod 11:amod _ +9 named name VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl:relcl 4:acl:relcl _ +10 best good ADJ JJS Degree=Sup 11 amod 11:amod _ 11 chef chef NOUN NN Number=Sing 9 xcomp 9:xcomp _ 12 of of ADP IN _ 16 case 16:case _ 13 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 14 north north ADJ JJ Degree=Pos 15 amod 15:amod _ 15 east east ADJ JJ Degree=Pos 16 amod 16:amod _ -16 reigon region NOUN NN Number=Sing|Typo=Yes 11 nmod 11:nmod:of SpaceAfter=No +16 reigon region NOUN NN Number=Sing|Typo=Yes 11 nmod 11:nmod:of CorrectForm=region|SpaceAfter=No 17 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-063549-0003 @@ -197251,11 +197364,11 @@ # sent_id = reviews-063549-0004 # text = Everything is delicous and cooked perfectly. -1 Everything everything PRON NN Number=Sing 3 nsubj:pass 3:nsubj:pass|5:nsubj:pass _ -2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ -3 delicous delicious ADJ JJ Degree=Pos|Typo=Yes 0 root 0:root _ +1 Everything everything PRON NN Number=Sing|PronType=Tot 3 nsubj 3:nsubj|5:nsubj:pass _ +2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop|5:aux:pass _ +3 delicous delicious ADJ JJ Degree=Pos|Typo=Yes 0 root 0:root CorrectForm=delicious 4 and and CCONJ CC _ 5 cc 5:cc _ -5 cooked cook VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:and _ +5 cooked cook VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 conj 3:conj:and _ 6 perfectly perfectly ADV RB _ 5 advmod 5:advmod SpaceAfter=No 7 . . PUNCT . _ 3 punct 3:punct _ @@ -197269,12 +197382,12 @@ 6 impeccable impeccable ADJ JJ Degree=Pos 0 root 0:root _ 7 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 refold refold VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 refold refold VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 napkin napkin NOUN NN Number=Sing 9 obj 9:obj _ -12 when when SCONJ WRB PronType=Int 14 mark 14:mark _ +12 when when ADV WRB PronType=Int 14 advmod 14:advmod _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj _ -14 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:when _ +14 go go VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:when _ 15 to to ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 bathroom bathroom NOUN NN Number=Sing 14 obl 14:obl:to SpaceAfter=No @@ -197285,7 +197398,7 @@ # text = If you want great food then L'espalier is the place to go. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:if _ 4 great great ADJ JJ Degree=Pos 5 amod 5:amod _ 5 food food NOUN NN Number=Sing 3 obj 3:obj _ 6 then then ADV RB PronType=Dem 10 advmod 10:advmod _ @@ -197303,41 +197416,41 @@ # text = I didn't end up buying my car here, but I did think the guy who worked with me was pretty cool - he was willing to budge a little on the price which means a lot to me. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ 2-3 didn't _ _ _ _ _ _ _ _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 end end VERB VB VerbForm=Inf 0 root 0:root _ 5 up up ADP RP _ 4 compound:prt 4:compound:prt _ 6 buying buy VERB VBG VerbForm=Ger 4 xcomp 4:xcomp _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 car car NOUN NN Number=Sing 6 obj 6:obj _ 9 here here ADV RB PronType=Dem 6 advmod 6:advmod SpaceAfter=No 10 , , PUNCT , _ 14 punct 14:punct _ 11 but but CCONJ CC _ 14 cc 14:cc _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -13 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 aux 14:aux _ +13 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 14 aux 14:aux _ 14 think think VERB VB VerbForm=Inf 4 conj 4:conj:but _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 guy guy NOUN NN Number=Sing 23 nsubj 18:nsubj|23:nsubj _ 17 who who PRON WP PronType=Rel 18 nsubj 16:ref _ -18 worked work VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ +18 worked work VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ 19 with with ADP IN _ 20 case 20:case _ 20 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 18 obl 18:obl:with _ 21 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 23 cop 23:cop _ 22 pretty pretty ADV RB _ 23 advmod 23:advmod _ 23 cool cool ADJ JJ Degree=Pos 14 ccomp 14:ccomp _ -24 - - PUNCT , _ 4 punct 4:punct _ +24 - - PUNCT , _ 27 punct 27:punct _ 25 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 27 nsubj 27:nsubj|29:nsubj:xsubj _ 26 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 27 cop 27:cop _ -27 willing willing ADJ JJ Degree=Pos 14 parataxis 14:parataxis _ +27 willing willing ADJ JJ Degree=Pos 14 parataxis 14:parataxis|36:csubj _ 28 to to PART TO _ 29 mark 29:mark _ 29 budge budge VERB VB VerbForm=Inf 27 xcomp 27:xcomp _ 30 a a DET DT Definite=Ind|PronType=Art 31 det 31:det _ -31 little little NOUN NN Number=Sing 29 obl:npmod 29:obl:npmod _ +31 little little ADJ JJ Degree=Pos 29 obl:npmod 29:obl:npmod _ 32 on on ADP IN _ 34 case 34:case _ 33 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ 34 price price NOUN NN Number=Sing 29 obl 29:obl:on _ -35 which which PRON WDT PronType=Int 36 nsubj 36:nsubj _ -36 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 27 parataxis 27:parataxis _ +35 which which PRON WDT PronType=Rel 36 nsubj 27:ref _ +36 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 27 advcl:relcl 27:advcl:relcl _ 37 a a DET DT Definite=Ind|PronType=Art 38 det 38:det _ 38 lot lot NOUN NN Number=Sing 36 obj 36:obj _ 39 to to ADP IN _ 40 case 40:case _ @@ -197350,7 +197463,7 @@ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj|13:nsubj _ 3 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 4 fill fill VERB VB VerbForm=Inf 0 root 0:root _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 tires tire NOUN NNS Number=Plur 4 obj 4:obj _ 7 with with ADP IN _ 8 case 8:case _ 8 air air NOUN NN Number=Sing 4 obl 4:obl:with _ @@ -197361,15 +197474,15 @@ 13 tasks task NOUN NNS Number=Plur 4 conj 4:conj:and _ 14 for for ADP IN _ 15 case 15:case _ 15 free free ADJ JJ Degree=Pos 4 obl 4:obl:for SpaceAfter=No -16 , , PUNCT , _ 4 punct 4:punct _ +16 , , PUNCT , _ 22 punct 22:punct _ 17 even even ADV RB _ 22 advmod 22:advmod _ 18 if if SCONJ IN _ 22 mark 22:mark _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ 20-21 didn't _ _ _ _ _ _ _ _ -20 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 aux 22:aux _ +20 did do AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 22 aux 22:aux _ 21 n't not PART RB _ 22 advmod 22:advmod _ 22 buy buy VERB VB VerbForm=Inf 4 advcl 4:advcl:if _ -23 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +23 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 car car NOUN NN Number=Sing 22 obj 22:obj _ 25 there there ADV RB PronType=Dem 22 advmod 22:advmod SpaceAfter=No 26 ! ! PUNCT . _ 4 punct 4:punct _ @@ -197379,7 +197492,7 @@ # newpar id = reviews-020851-p0001 # text = The Best Deals in Town 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 Best best ADJ JJS Degree=Sup 3 amod 3:amod _ +2 Best good ADJ JJS Degree=Sup 3 amod 3:amod _ 3 Deals deal NOUN NNS Number=Plur 0 root 0:root _ 4 in in ADP IN _ 5 case 5:case _ 5 Town town NOUN NN Number=Sing 3 nmod 3:nmod:in _ @@ -197389,35 +197502,36 @@ # text = Before you buy ANYTHING in NY, make sure you stop by Jack-s first. 1 Before before SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 buy buy VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:before _ -4 ANYTHING anything PRON NN Number=Sing 3 obj 3:obj _ +3 buy buy VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:before _ +4 ANYTHING anything PRON NN Number=Sing|PronType=Ind 3 obj 3:obj _ 5 in in ADP IN _ 6 case 6:case _ 6 NY NY PROPN NNP Number=Sing 3 obl 3:obl:in SpaceAfter=No -7 , , PUNCT , _ 8 punct 8:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 make make VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 9 sure sure ADJ JJ Degree=Pos 8 xcomp 8:xcomp _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -11 stop stop VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ +11 stop stop VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ 12 by by ADP IN _ 13 case 13:case _ -13 Jack Jack PROPN NNP Number=Sing 11 obl 11:obl:by SpaceAfter=No -14 -s 's PART POS _ 13 case 13:case _ -15 first first ADV RB _ 11 advmod 11:advmod SpaceAfter=No +13-14 Jack-s _ _ _ _ _ _ _ _ +13 Jack Jack PROPN NNP Number=Sing 11 obl 11:obl:by _ +14 -s 's PART POS Typo=Yes 13 case 13:case CorrectForm='s +15 first first ADV RB NumForm=Word|NumType=Ord 11 advmod 11:advmod SpaceAfter=No 16 . . PUNCT . _ 8 punct 8:punct _ # sent_id = reviews-020851-0003 # text = Their selection is random, so what they have on a given week might never be available again at the store. -1 Their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 selection selection NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 random random ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 17 punct 17:punct _ 6 so so ADV RB _ 17 advmod 17:advmod _ -7 what what PRON WP PronType=Int 17 nsubj 17:nsubj _ +7 what what PRON WP PronType=Rel 17 nsubj 9:obj|17:nsubj _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +9 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 10 on on ADP IN _ 13 case 13:case _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -12 given give VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ +12 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod _ 13 week week NOUN NN Number=Sing 9 obl 9:obl:on _ 14 might might AUX MD VerbForm=Fin 17 aux 17:aux _ 15 never never ADV RB _ 17 advmod 17:advmod _ @@ -197432,10 +197546,10 @@ # sent_id = reviews-020851-0004 # text = I love it for discounted beauty items and household appliances. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ 4 for for ADP IN _ 7 case 7:case _ -5 discounted discount VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +5 discounted discount VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 6 beauty beauty NOUN NN Number=Sing 7 compound 7:compound _ 7 items item NOUN NNS Number=Plur 2 obl 2:obl:for _ 8 and and CCONJ CC _ 10 cc 10:cc _ @@ -197446,15 +197560,16 @@ # sent_id = reviews-020851-0005 # text = Trust me, you go there once and you-ll always go back! 1 Trust trust VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 1 obj 1:obj SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ +2 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 1 iobj 1:iobj SpaceAfter=No +3 , , PUNCT , _ 5 punct 5:punct _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ +5 go go VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ 6 there there ADV RB PronType=Dem 5 advmod 5:advmod _ -7 once once ADV RB NumType=Mult 5 advmod 5:advmod _ +7 once once ADV RB NumForm=Word|NumType=Mult 5 advmod 5:advmod _ 8 and and CCONJ CC _ 12 cc 12:cc _ -9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj SpaceAfter=No -10 -ll will AUX MD VerbForm=Fin 12 aux 12:aux _ +9-10 you-ll _ _ _ _ _ _ _ _ +9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ +10 -ll will AUX MD Typo=Yes|VerbForm=Fin 12 aux 12:aux CorrectForm='ll 11 always always ADV RB _ 12 advmod 12:advmod _ 12 go go VERB VB VerbForm=Inf 5 conj 5:conj:and _ 13 back back ADV RB _ 12 advmod 12:advmod SpaceAfter=No @@ -197464,14 +197579,14 @@ # sent_id = reviews-345455-0001 # newpar id = reviews-345455-p0001 # text = First Time Ballerina -1 First first ADJ JJ Degree=Pos|NumType=Ord 3 amod 3:amod _ +1 First first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 3 amod 3:amod _ 2 Time time NOUN NN Number=Sing 3 compound 3:compound _ 3 Ballerina ballerina NOUN NN Number=Sing 0 root 0:root _ # sent_id = reviews-345455-0002 # newpar id = reviews-345455-p0002 # text = My daughter is starting ballet this year for the first time. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 daughter daughter NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 starting start VERB VBG VerbForm=Ger 0 root 0:root _ @@ -197480,14 +197595,15 @@ 7 year year NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod _ 8 for for ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 first first ADJ JJ Degree=Pos|NumType=Ord 11 amod 11:amod _ +10 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 11 amod 11:amod _ 11 time time NOUN NN Number=Sing 4 obl 4:obl:for SpaceAfter=No 12 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-345455-0003 # text = I'ma soccer mom so I wasn't sure what I was looking for when it comes to dancewear. -1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj SpaceAfter=No -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop SpaceAfter=No +1-2 I'm _ _ _ _ _ _ _ CorrectSpaceAfter=Yes|SpaceAfter=No +1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 soccer soccer NOUN NN Number=Sing 5 compound 5:compound _ 5 mom mom NOUN NN Number=Sing 0 root 0:root _ @@ -197496,13 +197612,13 @@ 8-9 wasn't _ _ _ _ _ _ _ _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ 9 n't not PART RB _ 10 advmod 10:advmod _ -10 sure sure ADJ JJ Degree=Pos 5 conj 5:conj _ +10 sure sure ADJ JJ Degree=Pos 5 parataxis 5:parataxis _ 11 what what PRON WP PronType=Int 14 obl 14:obl:for _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 aux 14:aux _ 14 looking look VERB VBG VerbForm=Ger 10 ccomp 10:ccomp _ 15 for for ADP IN _ 11 case 11:case _ -16 when when SCONJ WRB PronType=Int 18 mark 18:mark _ +16 when when ADV WRB PronType=Int 18 advmod 18:advmod _ 17 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 18 comes come VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:when _ 19 to to ADP IN _ 20 case 20:case _ @@ -197517,15 +197633,15 @@ 4 very very ADV RB _ 5 advmod 5:advmod _ 5 helpful helpful ADJ JJ Degree=Pos 0 root 0:root _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ -8 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 7 obj 7:obj|12:obj _ +7 gave give VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +8 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 7 iobj 7:iobj _ 9 exactly exactly ADV RB _ 10 advmod 10:advmod _ -10 what what PRON WP PronType=Rel 12 obj 8:ref _ +10 what what PRON WP PronType=Rel 7 obj 7:obj|12:obj _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 needed need VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +12 needed need VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ 13 for for ADP IN _ 17 case 17:case _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ -15 first first ADJ JJ Degree=Pos|NumType=Ord 16 amod 16:amod _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 16 amod 16:amod _ 16 time time NOUN NN Number=Sing 17 compound 17:compound _ 17 ballerina ballerina NOUN NN Number=Sing 12 obl 12:obl:for SpaceAfter=No 18 . . PUNCT . _ 5 punct 5:punct _ @@ -197547,7 +197663,7 @@ 3 recommend recommend VERB VB VerbForm=Inf 0 root 0:root _ 4 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 3 obj 3:obj _ 5 to to ADP IN _ 6 case 6:case _ -6 anyone anyone PRON NN Number=Sing 3 obl 3:obl:to SpaceAfter=No +6 anyone anyone PRON NN Number=Sing|PronType=Ind 3 obl 3:obl:to SpaceAfter=No 7 ! ! PUNCT . _ 3 punct 3:punct _ # newdoc id = reviews-090643 @@ -197597,7 +197713,7 @@ # text = I've also sent over a number of friends to use the services here and everyone is extraordinarily pleased! 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 also also ADV RB _ 4 advmod 4:advmod _ 4 sent send VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 over over ADV RB _ 4 advmod 4:advmod _ @@ -197611,7 +197727,7 @@ 13 services service NOUN NNS Number=Plur 11 obj 11:obj _ 14 here here ADV RB PronType=Dem 13 advmod 13:advmod _ 15 and and CCONJ CC _ 19 cc 19:cc _ -16 everyone everyone PRON NN Number=Sing 19 nsubj 19:nsubj _ +16 everyone everyone PRON NN Number=Sing|PronType=Tot 19 nsubj 19:nsubj _ 17 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 18 extraordinarily extraordinarily ADV RB _ 19 advmod 19:advmod _ 19 pleased pleased ADJ JJ Degree=Pos 4 conj 4:conj:and SpaceAfter=No @@ -197622,18 +197738,18 @@ 1 Thanks thanks NOUN NN Number=Sing 0 root 0:root _ 2 for for SCONJ IN _ 3 mark 3:mark _ 3 doing do VERB VBG VerbForm=Ger 1 acl 1:acl:for _ -4 such such ADV RB _ 6 advmod 6:advmod _ +4 such such ADJ JJ Degree=Pos 6 amod 6:amod _ 5 great great ADJ JJ Degree=Pos 6 amod 6:amod _ 6 work work NOUN NN Number=Sing 3 obj 3:obj _ 7 on on ADP IN _ 10 case 10:case _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 important important ADJ JJ Degree=Pos 10 amod 10:amod _ 10 pieces piece NOUN NNS Number=Plur 6 nmod 6:nmod:on|15:nsubj|16:nsubj:xsubj _ 11 of of ADP IN _ 12 case 12:case _ 12 clothing clothing NOUN NN Number=Sing 10 nmod 10:nmod:of _ 13 that that PRON WDT PronType=Rel 15 nsubj 10:ref _ 14 always always ADV RB _ 15 advmod 15:advmod _ -15 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +15 look look VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ 16 great great ADJ JJ Degree=Pos 15 xcomp 15:xcomp SpaceAfter=No 17 ! ! PUNCT . _ 1 punct 1:punct _ @@ -197641,29 +197757,29 @@ # sent_id = reviews-248027-0001 # newpar id = reviews-248027-p0001 # text = Tried Crust on Broad on 3 occasions. -1 Tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Tried try VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 Crust Crust PROPN NNP Number=Sing 1 obj 1:obj _ 3 on on ADP IN _ 4 case 4:case _ 4 Broad Broad PROPN NNP Number=Sing 2 nmod 2:nmod:on _ 5 on on ADP IN _ 7 case 7:case _ -6 3 3 NUM CD NumType=Card 7 nummod 7:nummod _ +6 3 3 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 occasions occasion NOUN NNS Number=Plur 1 obl 1:obl:on SpaceAfter=No 8 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-248027-0002 # text = Twice for dinner and once for lunch Absolutely rude service every time! -1 Twice twice ADV RB NumType=Mult 0 root 0:root _ +1 Twice twice ADV RB NumForm=Word|NumType=Mult 0 root 0:root _ 2 for for ADP IN _ 3 case 3:case _ 3 dinner dinner NOUN NN Number=Sing 1 obl 1:obl:for _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 once once ADV RB NumType=Mult 1 conj 1:conj:and _ +5 once once ADV RB NumForm=Word|NumType=Mult 1 conj 1:conj:and _ 6 for for ADP IN _ 7 case 7:case _ 7 lunch lunch NOUN NN Number=Sing 5 obl 5:obl:for _ 8 Absolutely absolutely ADV RB _ 9 advmod 9:advmod _ 9 rude rude ADJ JJ Degree=Pos 10 amod 10:amod _ 10 service service NOUN NN Number=Sing 1 parataxis 1:parataxis _ -11 every every DET DT _ 12 det 12:det _ -12 time time NOUN NN Number=Sing 10 nmod:npmod 10:nmod:npmod SpaceAfter=No +11 every every DET DT PronType=Tot 12 det 12:det _ +12 time time NOUN NN Number=Sing 10 nmod:tmod 10:nmod:tmod SpaceAfter=No 13 ! ! PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-248027-0003 @@ -197684,28 +197800,28 @@ # sent_id = reviews-248027-0004 # text = Tonight, I called several times with no answer (Btwn 5:30 and 6 pm) and finally drove there to place my order in person. 1 Tonight tonight NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|19:nsubj _ -4 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 several several ADJ JJ Degree=Pos 6 amod 6:amod _ 6 times time NOUN NNS Number=Plur 4 obl:tmod 4:obl:tmod _ 7 with with ADP IN _ 9 case 9:case _ -8 no no DET DT _ 9 det 9:det _ +8 no no DET DT PronType=Neg 9 det 9:det _ 9 answer answer NOUN NN Number=Sing 4 obl 4:obl:with _ 10 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No 11 Btwn between ADP IN Abbr=Yes 12 case 12:case _ -12 5:30 5:30 NUM CD NumType=Card 4 obl 4:obl:between _ +12 5:30 5:30 NUM CD NumForm=Digit|NumType=Card 4 obl 4:obl:between _ 13 and and CCONJ CC _ 15 cc 15:cc _ -14 6 6 NUM CD NumType=Card 15 nummod 15:nummod _ -15 pm pm NOUN NN Number=Sing 12 conj 4:obl:between|12:conj:and SpaceAfter=No +14 6 6 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ +15 pm p.m. NOUN NN Number=Sing 12 conj 4:obl:between|12:conj:and SpaceAfter=No 16 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 17 and and CCONJ CC _ 19 cc 19:cc _ 18 finally finally ADV RB _ 19 advmod 19:advmod _ -19 drove drive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +19 drove drive VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 20 there there ADV RB PronType=Dem 19 advmod 19:advmod _ 21 to to PART TO _ 22 mark 22:mark _ 22 place place VERB VB VerbForm=Inf 19 advcl 19:advcl:to _ -23 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +23 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 order order NOUN NN Number=Sing 22 obj 22:obj _ 25 in in ADP IN _ 26 case 26:case _ 26 person person NOUN NN Number=Sing 22 obl 22:obl:in SpaceAfter=No @@ -197714,13 +197830,13 @@ # sent_id = reviews-248027-0005 # text = There was not a customer to be found. 1 There there PRON EX _ 2 expl 2:expl _ -2 was be VERB VBD Mood=Ind|Number=Sing|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 not not PART RB _ 2 advmod 2:advmod _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 customer customer NOUN NN Number=Sing 2 nsubj 2:nsubj _ 6 to to PART TO _ 8 mark 8:mark _ 7 be be AUX VB VerbForm=Inf 8 aux:pass 8:aux:pass _ -8 found find VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl:to SpaceAfter=No +8 found find VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl:to SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ # newdoc id = reviews-040616 @@ -197728,7 +197844,7 @@ # newpar id = reviews-040616-p0001 # text = we purchased a new home but was unable to sell our old house so we contacted this property management company and they have helped us quickly rent out our house and keep it maintained. 1 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|8:nsubj|10:nsubj:xsubj _ -2 purchased purchase VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 purchased purchase VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 new new ADJ JJ Degree=Pos 5 amod 5:amod _ 5 home home NOUN NN Number=Sing 2 obj 2:obj _ @@ -197737,30 +197853,30 @@ 8 unable unable ADJ JJ Degree=Pos 2 conj 2:conj:but _ 9 to to PART TO _ 10 mark 10:mark _ 10 sell sell VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ -11 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 12 old old ADJ JJ Degree=Pos 13 amod 13:amod _ 13 house house NOUN NN Number=Sing 10 obj 10:obj _ 14 so so ADV RB _ 16 advmod 16:advmod _ 15 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -16 contacted contact VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:but _ +16 contacted contact VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 17 this this DET DT Number=Sing|PronType=Dem 20 det 20:det _ 18 property property NOUN NN Number=Sing 19 compound 19:compound _ 19 management management NOUN NN Number=Sing 20 compound 20:compound _ 20 company company NOUN NN Number=Sing 16 obj 16:obj _ 21 and and CCONJ CC _ 24 cc 24:cc _ 22 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 24 nsubj 24:nsubj _ -23 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ +23 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ 24 helped help VERB VBN Tense=Past|VerbForm=Part 16 conj 16:conj:and _ 25 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 24 obj 24:obj|27:nsubj:xsubj|32:nsubj:xsubj _ 26 quickly quickly ADV RB _ 27 advmod 27:advmod _ 27 rent rent VERB VB VerbForm=Inf 24 xcomp 24:xcomp _ 28 out out ADP RP _ 27 compound:prt 27:compound:prt _ -29 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +29 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 30 house house NOUN NN Number=Sing 27 obj 27:obj _ 31 and and CCONJ CC _ 32 cc 32:cc _ 32 keep keep VERB VB VerbForm=Inf 27 conj 24:xcomp|27:conj:and _ 33 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 32 obj 32:obj|34:nsubj:xsubj _ -34 maintained maintain VERB VBN Tense=Past|VerbForm=Part 32 xcomp 32:xcomp SpaceAfter=No +34 maintained maintain VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 32 xcomp 32:xcomp SpaceAfter=No 35 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-040616-0002 @@ -197768,30 +197884,30 @@ 1 Since since ADP IN _ 2 case 2:case _ 2 then then ADV RB PronType=Dem 5 obl 5:obl:since _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ -4 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 decided decide VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 have have VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 7 obj 7:obj|9:nsubj:xsubj _ 9 manage manage VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ -10 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +10 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 11 other other ADJ JJ Degree=Pos 13 amod 13:amod _ 12 investment investment NOUN NN Number=Sing 13 compound 13:compound _ 13 properties property NOUN NNS Number=Plur 9 obj 9:obj _ 14 as as ADV RB _ 9 advmod 9:advmod _ 15 well well ADV RB Degree=Pos 14 fixed 14:fixed _ -16 as as SCONJ IN _ 19 mark 19:mark _ -17 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 19 nsubj 19:nsubj|24:nsubj _ -18 getting get VERB VBG VerbForm=Ger 19 aux 19:aux _ -19 older older ADJ JJR Degree=Cmp 7 advcl 7:advcl:as _ +16 as as SCONJ IN _ 18 mark 18:mark _ +17 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 18 nsubj 18:nsubj|24:nsubj _ +18 getting get AUX VBG VerbForm=Ger 7 advcl 7:advcl:as _ +19 older old ADJ JJR Degree=Cmp 18 xcomp 18:xcomp _ 20 and and CCONJ CC _ 24 cc 24:cc _ 21 can can AUX MD VerbForm=Fin 24 aux 24:aux _ 22 no no ADV RB _ 23 advmod 23:advmod _ -23 longer longer ADV RBR Degree=Cmp 24 advmod 24:advmod _ -24 perform perform VERB VB VerbForm=Inf 19 conj 7:advcl:as|19:conj:and _ -25 all all DET PDT _ 27 det:predet 27:det:predet _ +23 longer long ADV RBR Degree=Cmp 24 advmod 24:advmod _ +24 perform perform VERB VB VerbForm=Inf 18 conj 7:advcl:as|18:conj:and _ +25 all all DET PDT PronType=Tot 27 det:predet 27:det:predet _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ -27 inquires inquiry NOUN NNS Number=Plur|Typo=Yes 24 obj 24:obj SpaceAfter=No +27 inquires inquiry NOUN NNS Number=Plur|Typo=Yes 24 obj 24:obj CorrectForm=inquiries|SpaceAfter=No 28 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-040616-0003 @@ -197806,20 +197922,20 @@ # text = We just got our sunroom built by Patio World and can say that I'm extremely happy with the whole thing. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|12:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 got get VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 sunroom sunroom NOUN NN Number=Sing 3 obj 3:obj|6:nsubj:xsubj _ -6 built build VERB VBN Tense=Past|VerbForm=Part 3 xcomp 3:xcomp _ +6 built build VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 xcomp 3:xcomp _ 7 by by ADP IN _ 9 case 9:case _ 8 Patio Patio PROPN NNP Number=Sing 9 compound 9:compound _ -9 World World PROPN NNP Number=Sing 6 obl 6:obl:by _ +9 World World PROPN NNP Number=Sing 6 obl:agent 6:obl:agent _ 10 and and CCONJ CC _ 12 cc 12:cc _ 11 can can AUX MD VerbForm=Fin 12 aux 12:aux _ 12 say say VERB VB VerbForm=Inf 3 conj 3:conj:and _ 13 that that SCONJ IN _ 17 mark 17:mark _ 14-15 I'm _ _ _ _ _ _ _ _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -15 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ +15 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 16 extremely extremely ADV RB _ 17 advmod 17:advmod _ 17 happy happy ADJ JJ Degree=Pos 12 ccomp 12:ccomp _ 18 with with ADP IN _ 21 case 21:case _ @@ -197835,7 +197951,7 @@ 3 amount amount NOUN NN Number=Sing 0 root 0:root _ 4 of of ADP IN _ 5 case 5:case _ 5 time time NOUN NN Number=Sing 3 nmod 3:nmod:of _ -6 spent spend VERB VBN Tense=Past|VerbForm=Part 3 acl 3:acl _ +6 spent spend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl 3:acl _ 7 with with ADP IN _ 8 case 8:case _ 8 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 6 obl 6:obl:with _ 9 to to PART TO _ 10 mark 10:mark _ @@ -197845,7 +197961,7 @@ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 14 initial initial ADJ JJ Degree=Pos 15 amod 15:amod _ 15 quote quote NOUN NN Number=Sing 6 obl 6:obl:during SpaceAfter=No -16 , , PUNCT , _ 3 punct 3:punct _ +16 , , PUNCT , _ 19 punct 19:punct _ 17 to to ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 communication communication NOUN NN Number=Sing 3 nmod 3:nmod:to _ @@ -197860,14 +197976,14 @@ 28 of of ADP IN _ 30 case 30:case _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 build build NOUN NN Number=Sing 27 nmod 27:nmod:of _ -31 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs|Reflex=Yes 30 nmod:npmod 30:nmod:npmod SpaceAfter=No +31 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Emp|Reflex=Yes 30 nmod:npmod 30:nmod:npmod SpaceAfter=No 32 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-134622-0003 # text = I have nothing bad to say. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 nothing nothing PRON NN Number=Sing 2 obj 2:obj _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 nothing nothing PRON NN Number=Sing|PronType=Neg 2 obj 2:obj _ 4 bad bad ADJ JJ Degree=Pos 3 amod 3:amod _ 5 to to PART TO _ 6 mark 6:mark _ 6 say say VERB VB VerbForm=Inf 3 acl 3:acl:to SpaceAfter=No @@ -197879,7 +197995,7 @@ 2 glad glad ADJ JJ Degree=Pos 0 root 0:root _ 3 that that SCONJ IN _ 5 mark 5:mark _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +5 went go VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 6 with with ADP IN _ 7 case 7:case _ 7 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 5 obl 5:obl:with SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ @@ -197888,7 +198004,7 @@ # sent_id = reviews-249123-0001 # newpar id = reviews-249123-p0001 # text = No Customer Service -1 No no DET DT _ 3 det 3:det _ +1 No no DET DT PronType=Neg 3 det 3:det _ 2 Customer customer NOUN NN Number=Sing 3 compound 3:compound _ 3 Service service NOUN NN Number=Sing 0 root 0:root _ @@ -197896,7 +198012,7 @@ # newpar id = reviews-249123-p0002 # text = Employees seemed to be having a good time chatting and laughing with each other, while myself and other customers were completely ignored. 1 Employees employee NOUN NNS Number=Plur 2 nsubj 2:nsubj|5:nsubj:xsubj _ -2 seemed seem VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 seemed seem VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 5 mark 5:mark _ 4 be be AUX VB VerbForm=Inf 5 aux 5:aux _ 5 having have VERB VBG VerbForm=Ger 2 xcomp 2:xcomp _ @@ -197906,42 +198022,42 @@ 9 chatting chat VERB VBG VerbForm=Ger 5 advcl 5:advcl _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 laughing laugh VERB VBG VerbForm=Ger 9 conj 5:advcl|9:conj:and _ -12 with with ADP IN _ 14 case 14:case _ -13 each each DET DT _ 14 det 14:det _ -14 other other ADJ JJ Degree=Pos 9 obl 9:obl:with SpaceAfter=No -15 , , PUNCT , _ 5 punct 5:punct _ +12 with with ADP IN _ 13 case 13:case _ +13 each each DET DT ExtPos=PRON|PronType=Rcp 9 obl 9:obl:with _ +14 other other ADJ JJ Degree=Pos 13 fixed 13:fixed SpaceAfter=No +15 , , PUNCT , _ 23 punct 23:punct _ 16 while while SCONJ IN _ 23 mark 23:mark _ 17 myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes 23 nsubj:pass 23:nsubj:pass _ 18 and and CCONJ CC _ 20 cc 20:cc _ 19 other other ADJ JJ Degree=Pos 20 amod 20:amod _ 20 customers customer NOUN NNS Number=Plur 17 conj 17:conj:and|23:nsubj:pass _ -21 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 23 aux:pass 23:aux:pass _ +21 were be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 23 aux:pass 23:aux:pass _ 22 completely completely ADV RB _ 23 advmod 23:advmod _ -23 ignored ignore VERB VBN Tense=Past|VerbForm=Part 5 advcl 5:advcl:while SpaceAfter=No +23 ignored ignore VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 advcl 5:advcl:while SpaceAfter=No 24 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-249123-0003 # text = Another person in the store stood there with an item and repeatedly tried to get a sales persons attention. -1 Another another DET DT _ 2 det 2:det _ +1 Another another DET DT PronType=Ind 2 det 2:det _ 2 person person NOUN NN Number=Sing 6 nsubj 6:nsubj|13:nsubj|15:nsubj:xsubj _ 3 in in ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 store store NOUN NN Number=Sing 2 nmod 2:nmod:in _ -6 stood stand VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 stood stand VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 there there ADV RB PronType=Dem 6 advmod 6:advmod _ 8 with with ADP IN _ 10 case 10:case _ 9 an a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 item item NOUN NN Number=Sing 6 obl 6:obl:with _ 11 and and CCONJ CC _ 13 cc 13:cc _ 12 repeatedly repeatedly ADV RB _ 13 advmod 13:advmod _ -13 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ +13 tried try VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ 14 to to PART TO _ 15 mark 15:mark _ 15 get get VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 sales sale NOUN NNS Number=Plur 18 compound 18:compound _ 18-19 persons _ _ _ _ _ _ _ _ 18 person person NOUN NN Number=Sing 20 nmod:poss 20:nmod:poss _ -19 s 's PART POS _ 18 case 18:case _ +19 s 's PART POS Typo=Yes 18 case 18:case CorrectForm='s 20 attention attention NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No 21 . . PUNCT . _ 6 punct 6:punct _ @@ -197949,20 +198065,20 @@ # text = It wasn't until he gave up and walked out the door that someone asked Can I help you. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 expl 2:expl _ 2-3 wasn't _ _ _ _ _ _ _ _ -2 was be VERB VBD Mood=Ind|Number=Sing|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 n't not PART RB _ 2 advmod 2:advmod _ 4 until until SCONJ IN _ 6 mark 6:mark _ 5 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj|9:nsubj _ -6 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:until _ +6 gave give VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:until _ 7 up up ADP RP _ 6 compound:prt 6:compound:prt _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 walked walk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 2:advcl:until|6:conj:and _ +9 walked walk VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 conj 2:advcl:until|6:conj:and _ 10 out out ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 door door NOUN NN Number=Sing 9 obl 9:obl:out _ 13 that that SCONJ IN _ 15 mark 15:mark _ -14 someone someone PRON NN Number=Sing 15 nsubj 15:nsubj _ -15 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 csubj 2:csubj _ +14 someone someone PRON NN Number=Sing|PronType=Ind 15 nsubj 15:nsubj _ +15 asked ask VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 csubj 2:csubj _ 16 Can can AUX MD VerbForm=Fin 18 aux 18:aux _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ 18 help help VERB VB VerbForm=Inf 15 ccomp 15:ccomp _ @@ -197976,7 +198092,7 @@ 1 do do AUX VB Mood=Imp|VerbForm=Fin 3 aux 3:aux _ 2 NOT not PART RB _ 3 advmod 3:advmod _ 3 bring bring VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 car car NOUN NN Number=Sing 3 obj 3:obj _ 6 here here ADV RB PronType=Dem 3 advmod 3:advmod _ @@ -197984,7 +198100,7 @@ # newpar id = reviews-281976-p0002 # text = I got a coupon from Pennysaver for this station. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 coupon coupon NOUN NN Number=Sing 2 obj 2:obj _ 5 from from ADP IN _ 6 case 6:case _ @@ -197997,51 +198113,51 @@ # sent_id = reviews-281976-0003 # text = Yes, they accepted it. 1 Yes yes INTJ UH _ 4 discourse 4:discourse SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 accepted accept VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 accepted accept VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj SpaceAfter=No 6 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-281976-0004 # text = However, during the test, they did whatever they can to get my test failed. 1 However however ADV RB _ 8 advmod 8:advmod SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 during during ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 test test NOUN NN Number=Sing 8 obl 8:obl:during SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -9 whatever whatever PRON WP PronType=Int 8 obj 8:obj _ -10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -11 can can AUX MD VerbForm=Fin 13 aux 13:aux _ +8 did do VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 whatever whatever PRON WP PronType=Rel 8 obj 8:obj _ +10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ +11 can can AUX MD VerbForm=Fin 9 acl:relcl 9:acl:relcl Promoted=Yes 12 to to PART TO _ 13 mark 13:mark _ -13 get get VERB VB VerbForm=Inf 9 acl:relcl 9:acl:relcl _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 get get VERB VB VerbForm=Inf 8 advcl 8:advcl:to _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 test test NOUN NN Number=Sing 13 obj 13:obj|16:nsubj:xsubj _ -16 failed fail VERB VBN Tense=Past|VerbForm=Part 13 xcomp 13:xcomp SpaceAfter=No +16 failed fail VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 xcomp 13:xcomp SpaceAfter=No 17 . . PUNCT . _ 8 punct 8:punct _ # sent_id = reviews-281976-0005 # text = Then, they sold me overpriced stuffs, such as oil tank cap, so that my car can pass it right away. 1 Then then ADV RB PronType=Dem 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 sold sell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 sold sell VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 iobj 4:iobj _ 6 overpriced overpriced ADJ JJ Degree=Pos 7 amod 7:amod _ 7 stuffs stuff NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ -9 such such ADJ JJ Degree=Pos 13 case 13:case _ +8 , , PUNCT , _ 13 punct 13:punct _ +9 such such ADJ JJ Degree=Pos|ExtPos=ADP 13 case 13:case _ 10 as as ADP IN _ 9 fixed 9:fixed _ 11 oil oil NOUN NN Number=Sing 12 compound 12:compound _ 12 tank tank NOUN NN Number=Sing 13 compound 13:compound _ 13 cap cap NOUN NN Number=Sing 7 nmod 7:nmod:such_as SpaceAfter=No -14 , , PUNCT , _ 4 punct 4:punct _ +14 , , PUNCT , _ 20 punct 20:punct _ 15 so so SCONJ IN _ 20 mark 20:mark _ 16 that that SCONJ IN _ 15 fixed 15:fixed _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 car car NOUN NN Number=Sing 20 nsubj 20:nsubj _ 19 can can AUX MD VerbForm=Fin 20 aux 20:aux _ 20 pass pass VERB VB VerbForm=Inf 4 advcl 4:advcl:so_that _ @@ -198053,7 +198169,7 @@ # sent_id = reviews-281976-0006 # text = I ended up paying much more. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 ended end VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 ended end VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 up up ADP RP _ 2 compound:prt 2:compound:prt _ 4 paying pay VERB VBG VerbForm=Ger 2 xcomp 2:xcomp _ 5 much much ADV RB _ 6 advmod 6:advmod _ @@ -198064,7 +198180,7 @@ # sent_id = reviews-381455-0001 # newpar id = reviews-381455-p0001 # text = Are you kidding me? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ 3 kidding kid VERB VBG VerbForm=Ger 0 root 0:root _ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj 3:obj SpaceAfter=No @@ -198075,7 +198191,7 @@ # text = I don't get it. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 get get VERB VB VerbForm=Inf 0 root 0:root _ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj SpaceAfter=No @@ -198088,7 +198204,7 @@ 3 sweet sweet ADJ JJ Degree=Pos 1 conj 1:conj:and|4:amod _ 4 bread bread NOUN NN Number=Sing 0 root 0:root _ 5 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No -6 microwaved microwave VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod SpaceAfter=No +6 microwaved microwave VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod SpaceAfter=No 7 ? ? PUNCT . _ 6 punct 6:punct SpaceAfter=No 8 ) ) PUNCT -RRB- _ 6 punct 6:punct SpaceAfter=No 9 , , PUNCT , _ 11 punct 11:punct _ @@ -198102,7 +198218,7 @@ # sent_id = reviews-381455-0004 # text = You order at the counter and there is a space for tip on your credit card receipt. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 order order VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 order order VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 at at ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 counter counter NOUN NN Number=Sing 2 obl 2:obl:at _ @@ -198114,7 +198230,7 @@ 11 for for ADP IN _ 12 case 12:case _ 12 tip tip NOUN NN Number=Sing 10 nmod 10:nmod:for _ 13 on on ADP IN _ 17 case 17:case _ -14 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +14 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 15 credit credit NOUN NN Number=Sing 16 compound 16:compound _ 16 card card NOUN NN Number=Sing 17 compound 17:compound _ 17 receipt receipt NOUN NN Number=Sing 8 obl 8:obl:on SpaceAfter=No @@ -198139,31 +198255,32 @@ 2 this this PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 best best ADJ JJS Degree=Sup 13 advcl 13:advcl:if _ -6 that that PRON WDT PronType=Dem 10 obj 10:obj _ +5 best good ADJ JJS Degree=Sup 16 advcl 10:obj|16:advcl:if _ +6 that that PRON WDT PronType=Rel 10 obj 5:ref _ 7 Tucson Tucson PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 8 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 9 to to PART TO _ 10 mark 10:mark _ 10 offer offer VERB VB VerbForm=Inf 8 advcl 8:advcl:to SpaceAfter=No -11 , , PUNCT , _ 13 punct 13:punct _ -12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 am be VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ -14 out out ADP IN _ 16 case 16:case SpaceAfter=No +11 , , PUNCT , _ 5 punct 5:punct _ +12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ +13 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +14-15 outta _ _ _ _ _ _ _ _ +14 out out ADP IN _ 16 case 16:case _ 15 ta of ADP IN Abbr=Yes 16 case 16:case _ -16 here here ADV RB PronType=Dem 13 obl 13:obl:of SpaceAfter=No -17 ... ... PUNCT . _ 13 punct 13:punct _ +16 here here ADV RB PronType=Dem 0 root 0:root SpaceAfter=No +17 ... ... PUNCT . _ 16 punct 16:punct _ # newdoc id = reviews-356920 # sent_id = reviews-356920-0001 # newpar id = reviews-356920-p0001 # text = I called on a Friday at 12:30 complaining of a severe toothache. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 on on ADP IN _ 5 case 5:case _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 Friday Friday PROPN NNP Number=Sing 2 obl 2:obl:on _ 6 at at ADP IN _ 7 case 7:case _ -7 12:30 12:30 NUM CD NumType=Card 2 obl 2:obl:at _ +7 12:30 12:30 NUM CD NumForm=Digit|NumType=Card 2 obl 2:obl:at _ 8 complaining complain VERB VBG VerbForm=Ger 2 advcl 2:advcl _ 9 of of ADP IN _ 12 case 12:case _ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ @@ -198175,12 +198292,12 @@ # text = Dr. Obina told me that his office closed at noon and that I should call him on Monday. 1 Dr. Dr. PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 Obina Obina PROPN NNP Number=Sing 1 flat 1:flat _ -3 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj 3:obj _ +3 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 iobj 3:iobj _ 5 that that SCONJ IN _ 8 mark 8:mark _ -6 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 office office NOUN NN Number=Sing 8 nsubj 8:nsubj _ -8 closed close VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +8 closed close VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ 9 at at ADP IN _ 10 case 10:case _ 10 noon noon NOUN NN Number=Sing 8 obl 8:obl:at _ 11 and and CCONJ CC _ 15 cc 15:cc _ @@ -198196,7 +198313,7 @@ # sent_id = reviews-356920-0003 # text = I had been a patient of Dr. Olbina for 9 years and had spent thousands of dollars on crowns etc. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|14:nsubj _ -2 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +2 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 5 cop 5:cop _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 patient patient NOUN NN Number=Sing 0 root 0:root _ @@ -198204,23 +198321,23 @@ 7 Dr. Dr. PROPN NNP Number=Sing 5 nmod 5:nmod:of _ 8 Olbina Olbina PROPN NNP Number=Sing 7 flat 7:flat _ 9 for for ADP IN _ 11 case 11:case _ -10 9 9 NUM CD NumType=Card 11 nummod 11:nummod _ +10 9 9 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 11 years year NOUN NNS Number=Plur 5 obl 5:obl:for _ 12 and and CCONJ CC _ 14 cc 14:cc _ -13 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 aux 14:aux _ +13 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 14 aux 14:aux _ 14 spent spend VERB VBN Tense=Past|VerbForm=Part 5 conj 5:conj:and _ 15 thousands thousand NOUN NNS Number=Plur 14 obj 14:obj _ 16 of of ADP IN _ 17 case 17:case _ 17 dollars dollar NOUN NNS Number=Plur 15 nmod 15:nmod:of _ 18 on on ADP IN _ 19 case 19:case _ 19 crowns crown NOUN NNS Number=Plur 14 obl 14:obl:on _ -20 etc etc X FW _ 19 conj 14:obl:on|19:conj SpaceAfter=No +20 etc etc. NOUN FW Abbr=Yes|Number=Plur 19 conj 14:obl:on|19:conj SpaceAfter=No 21 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-356920-0004 # text = There are plenty of good dentists in Fernandina. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 plenty plenty NOUN NN Number=Sing 2 nsubj 2:nsubj _ 4 of of ADP IN _ 6 case 6:case _ 5 good good ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -198237,7 +198354,7 @@ 3 go go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 to to ADP IN _ 7 case 7:case _ 5 Amelia Amelia PROPN NNP Number=Sing 7 compound 7:compound _ -6 Gentle Gentle PROPN NNP Number=Sing 7 compound 7:compound _ +6 Gentle Gentle ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Dentistry Dentistry PROPN NNP Number=Sing 3 obl 3:obl:to SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ @@ -198259,7 +198376,7 @@ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ 7 would would AUX MD VerbForm=Fin 8 aux 8:aux _ 8 expect expect VERB VB VerbForm=Inf 0 root 0:root _ -9 some some DET DT _ 10 det 10:det _ +9 some some DET DT PronType=Ind 10 det 10:det _ 10 form form NOUN NN Number=Sing 8 obj 8:obj _ 11 of of ADP IN _ 13 case 13:case _ 12 free free ADJ JJ Degree=Pos 13 amod 13:amod _ @@ -198268,13 +198385,13 @@ # sent_id = reviews-141103-0003 # text = What you get is a $13/day charge to access the internet through a slow 512/512kb/s that you can only use to check email etc (Read: No downloading). -1 What what PRON WP PronType=Int 10 nsubj 10:nsubj _ +1 What what PRON WP PronType=Rel 10 nsubj 3:obj|10:nsubj _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +3 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 5 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 6 $ $ SYM $ _ 10 compound 10:compound SpaceAfter=No -7 13 13 NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No +7 13 13 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No 8 / / SYM SYM _ 9 case 9:case SpaceAfter=No 9 day day NOUN NN Number=Sing 6 nmod 6:nmod _ 10 charge charge NOUN NN Number=Sing 0 root 0:root _ @@ -198285,9 +198402,9 @@ 15 through through ADP IN _ 21 case 21:case _ 16 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 17 slow slow ADJ JJ Degree=Pos 21 amod 21:amod _ -18 512 512 NUM CD NumType=Card 20 reparandum 20:reparandum SpaceAfter=No +18 512 512 NUM CD NumForm=Digit|NumType=Card 20 reparandum 20:reparandum SpaceAfter=No 19 / / SYM SYM _ 20 reparandum 20:reparandum SpaceAfter=No -20 512 512 NUM CD NumType=Card 21 nummod 21:nummod SpaceAfter=No +20 512 512 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod SpaceAfter=No 21 kb kb NOUN NN Number=Sing 12 obl 12:obl:through|28:obj SpaceAfter=No 22 / / SYM SYM _ 23 case 23:case SpaceAfter=No 23 s s NOUN NN Number=Sing 21 nmod 21:nmod _ @@ -198299,11 +198416,11 @@ 29 to to PART TO _ 30 mark 30:mark _ 30 check check VERB VB VerbForm=Inf 28 advcl 28:advcl:to _ 31 email email NOUN NN Number=Sing 30 obj 30:obj _ -32 etc etc X FW _ 31 conj 30:obj|31:conj _ +32 etc etc. NOUN FW Abbr=Yes|Number=Plur 31 conj 30:obj|31:conj _ 33 ( ( PUNCT -LRB- _ 34 punct 34:punct SpaceAfter=No 34 Read read VERB VB Mood=Imp|VerbForm=Fin 10 parataxis 10:parataxis SpaceAfter=No -35 : : PUNCT : _ 34 punct 34:punct _ -36 No no DET DT _ 37 det 37:det _ +35 : : PUNCT : _ 37 punct 37:punct _ +36 No no DET DT PronType=Neg 37 det 37:det _ 37 downloading downloading NOUN NN Number=Sing 34 obj 34:obj SpaceAfter=No 38 ) ) PUNCT -RRB- _ 34 punct 34:punct SpaceAfter=No 39 . . PUNCT . _ 10 punct 10:punct _ @@ -198315,7 +198432,7 @@ 3 that that PRON DT Number=Sing|PronType=Dem 1 obl 1:obl:than _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 hotel hotel NOUN NN Number=Sing 6 nsubj 6:nsubj _ -6 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 in in ADP IN _ 10 case 10:case _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 good good ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -198343,8 +198460,8 @@ 1 Stay stay VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 away away ADV RB _ 1 advmod 1:advmod _ 3 from from ADP IN _ 4 case 4:case _ -4 Kids Kids PROPN NNPS Number=Plur 2 obl 2:obl:from _ -5 First first ADV RB _ 4 advmod 4:advmod _ +4 Kids Kid PROPN NNPS Number=Plur 2 obl 2:obl:from _ +5 First first ADV RB NumForm=Word|NumType=Ord 4 advmod 4:advmod _ 6 West West PROPN NNP Number=Sing 7 compound 7:compound _ 7 Chester Chester PROPN NNP Number=Sing 4 appos 4:appos SpaceAfter=No 8 . . PUNCT . _ 1 punct 1:punct _ @@ -198377,40 +198494,40 @@ # text = If you get caught in traffic and are a couple minutes late they make you re-schedule... for 6 weeks later. 1 If if SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj:pass 4:nsubj:pass|12:nsubj:pass _ -3 get get AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ +3 get get AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 caught catch VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 advcl 14:advcl:if _ 5 in in ADP IN _ 6 case 6:case _ 6 traffic traffic NOUN NN Number=Sing 4 obl 4:obl:in _ 7 and and CCONJ CC _ 12 cc 12:cc _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ -9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -10 couple couple NOUN NN Number=Sing 11 compound 11:compound _ +8 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ +10 couple couple NOUN NN Number=Sing 11 nmod:npmod 11:nmod:npmod _ 11 minutes minute NOUN NNS Number=Plur 12 obl:npmod 12:obl:npmod _ 12 late late ADJ JJ Degree=Pos 4 conj 4:conj:and|14:advcl:if _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -14 make make VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +14 make make VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 15 you you PRON PRP Case=Acc|Person=2|PronType=Prs 14 obj 14:obj|16:nsubj:xsubj _ 16 re-schedule re-schedule VERB VB VerbForm=Inf 14 xcomp 14:xcomp SpaceAfter=No -17 ... ... PUNCT , _ 16 punct 16:punct _ +17 ... ... PUNCT , _ 20 punct 20:punct _ 18 for for ADP IN _ 20 case 20:case _ -19 6 6 NUM CD NumType=Card 20 nummod 20:nummod _ +19 6 6 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ 20 weeks week NOUN NNS Number=Plur 16 obl 16:obl:for _ -21 later later ADV RBR Degree=Cmp 20 advmod 20:advmod SpaceAfter=No +21 later late ADV RBR Degree=Cmp 20 advmod 20:advmod SpaceAfter=No 22 . . PUNCT . _ 14 punct 14:punct _ # sent_id = reviews-313714-0006 # text = And worst of all your child feels like a number not a patient. 1 And and CCONJ CC _ 7 cc 7:cc _ -2 worst worst ADV RBS Degree=Sup 7 advmod 7:advmod _ +2 worst bad ADV RBS Degree=Sup 7 advmod 7:advmod _ 3 of of ADP IN _ 4 case 4:case _ -4 all all DET DT _ 2 obl 2:obl:of _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 all all DET DT PronType=Tot 2 obl 2:obl:of _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 child child NOUN NN Number=Sing 7 nsubj 7:nsubj _ 7 feels feel VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 like like ADP IN _ 10 case 10:case _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 number number NOUN NN Number=Sing 7 obl 7:obl:like _ -11 not not ADV RB _ 13 advmod 13:advmod _ +11 not not PART RB _ 13 advmod 13:advmod _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 patient patient NOUN NN Number=Sing 10 conj 7:obl:like|10:conj SpaceAfter=No 14 . . PUNCT . _ 7 punct 7:punct _ @@ -198426,10 +198543,10 @@ # sent_id = reviews-185045-0001 # newpar id = reviews-185045-p0001 # text = Rcommended by bees, too! -1 Rcommended recommend VERB VBN Tense=Past|Typo=Yes|VerbForm=Part 0 root 0:root _ +1 Rcommended recommend VERB VBN Tense=Past|Typo=Yes|VerbForm=Part|Voice=Pass 0 root 0:root CorrectForm=Recommended 2 by by ADP IN _ 3 case 3:case _ -3 bees bee NOUN NNS Number=Plur 1 obl 1:obl:by SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ +3 bees bee NOUN NNS Number=Plur 1 obl:agent 1:obl:agent SpaceAfter=No +4 , , PUNCT , _ 5 punct 5:punct _ 5 too too ADV RB _ 1 advmod 1:advmod SpaceAfter=No 6 ! ! PUNCT . _ 1 punct 1:punct _ @@ -198437,23 +198554,23 @@ # newpar id = reviews-185045-p0002 # text = Highly recommended. 1 Highly highly ADV RB _ 2 advmod 2:advmod _ -2 recommended recommend VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No -3 . . PUNCT . _ 1 punct 1:punct _ +2 recommended recommend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No +3 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-185045-0003 # text = Joe removed a wasp nest for our condominium building and we appreciated the environmentally friendly method and prompt, friendly and informative service. 1 Joe Joe PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 removed remove VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 removed remove VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 wasp wasp NOUN NN Number=Sing 5 compound 5:compound _ 5 nest nest NOUN NN Number=Sing 2 obj 2:obj _ 6 for for ADP IN _ 9 case 9:case _ -7 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 8 condominium condominium NOUN NN Number=Sing 9 compound 9:compound _ 9 building building NOUN NN Number=Sing 2 obl 2:obl:for _ 10 and and CCONJ CC _ 12 cc 12:cc _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 appreciated appreciate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +12 appreciated appreciate VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 13 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 14 environmentally environmentally ADV RB _ 15 advmod 15:advmod _ 15 friendly friendly ADJ JJ Degree=Pos 16 amod 16:amod _ @@ -198469,7 +198586,7 @@ # sent_id = reviews-185045-0004 # text = No spraying of pesticides! -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 spraying spraying NOUN NN Number=Sing 0 root 0:root _ 3 of of ADP IN _ 4 case 4:case _ 4 pesticides pesticide NOUN NNS Number=Plur 2 nmod 2:nmod:of SpaceAfter=No @@ -198491,10 +198608,10 @@ # text = We highly recommend Joe and his wasp removal service to individual home owners and condos. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 highly highly ADV RB _ 3 advmod 3:advmod _ -3 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 recommend recommend VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 Joe Joe PROPN NNP Number=Sing 3 obj 3:obj _ 5 and and CCONJ CC _ 9 cc 9:cc _ -6 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +6 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 7 wasp wasp NOUN NN Number=Sing 8 compound 8:compound _ 8 removal removal NOUN NN Number=Sing 9 compound 9:compound _ 9 service service NOUN NN Number=Sing 4 conj 3:obj|4:conj:and _ @@ -198510,14 +198627,14 @@ # text = He knows his bees! 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ 2 knows know VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 bees bee NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No 5 ! ! PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-185045-0009 # text = Suzanne, Vancouver 1 Suzanne Suzanne PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 3 punct 3:punct _ 3 Vancouver Vancouver PROPN NNP Number=Sing 1 parataxis 1:parataxis _ # newdoc id = reviews-076352 @@ -198525,16 +198642,16 @@ # newpar id = reviews-076352-p0001 # text = Very Accomodating 1 Very very ADV RB _ 2 advmod 2:advmod _ -2 Accomodating accommodating ADJ JJ Degree=Pos|Typo=Yes 0 root 0:root _ +2 Accomodating accommodating ADJ JJ Degree=Pos|Typo=Yes 0 root 0:root CorrectForm=Accommodating # sent_id = reviews-076352-0002 # newpar id = reviews-076352-p0002 # text = We were in Springfield, IL for a family funeral from Kansas City. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 cop 4:cop _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 3 in in ADP IN _ 4 case 4:case _ 4 Springfield Springfield PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 IL IL PROPN NNP Number=Sing 4 appos 4:appos _ 7 for for ADP IN _ 10 case 10:case _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ @@ -198548,22 +198665,22 @@ # sent_id = reviews-076352-0003 # text = We arrived early and the staff was very accomodating to our families and the situation we were in. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 arrived arrive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 arrived arrive VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 early early ADV RB Degree=Pos 2 advmod 2:advmod _ 4 and and CCONJ CC _ 9 cc 9:cc _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 staff staff NOUN NN Number=Sing 9 nsubj 9:nsubj _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 8 very very ADV RB _ 9 advmod 9:advmod _ -9 accomodating accommodating ADJ JJ Degree=Pos|Typo=Yes 2 conj 2:conj:and _ +9 accomodating accommodating ADJ JJ Degree=Pos|Typo=Yes 2 conj 2:conj:and CorrectForm=accommodating 10 to to ADP IN _ 12 case 12:case _ -11 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 families family NOUN NNS Number=Plur 9 obl 9:obl:to _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 situation situation NOUN NN Number=Sing 12 conj 9:obl:to|12:conj:and _ 16 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -17 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 cop 18:cop _ +17 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 18 cop 18:cop _ 18 in in ADP IN _ 15 acl:relcl 15:acl:relcl SpaceAfter=No 19 . . PUNCT . _ 2 punct 2:punct _ @@ -198571,15 +198688,15 @@ # text = The rooms were very clean, including the microwave and refrigerator. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 rooms room NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 cop 5:cop _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 4 very very ADV RB _ 5 advmod 5:advmod _ 5 clean clean ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 9 punct 9:punct _ 7 including include VERB VBG VerbForm=Ger 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 microwave microwave NOUN NN Number=Sing 5 obl 5:obl:include _ +9 microwave microwave NOUN NN Number=Sing 5 obl 5:obl:including _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 refrigerator refrigerator NOUN NN Number=Sing 9 conj 5:obl:include|9:conj:and SpaceAfter=No +11 refrigerator refrigerator NOUN NN Number=Sing 9 conj 5:obl:including|9:conj:and SpaceAfter=No 12 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-076352-0005 @@ -198592,17 +198709,17 @@ 6 , , PUNCT , _ 9 punct 9:punct _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +9 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 11 will will AUX MD VerbForm=Fin 12 aux 12:aux _ 12 return return VERB VB VerbForm=Inf 9 ccomp 9:ccomp _ 13 to to PART TO _ 14 mark 14:mark _ 14 meet meet VERB VB VerbForm=Inf 12 advcl 12:advcl:to _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 sister sister NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No -17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +17 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No 18 in in ADP IN _ 20 case 20:case SpaceAfter=No -19 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No +19 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No 20 law law NOUN NN Number=Sing 16 nmod 16:nmod:in _ 21 from from ADP IN _ 22 case 22:case _ 22 Chicago Chicago PROPN NNP Number=Sing 16 nmod 16:nmod:from SpaceAfter=No @@ -198634,7 +198751,7 @@ 12 of of ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 staff staff NOUN NN Number=Sing 11 nmod 11:nmod:of _ -15 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 cop 16:cop _ +15 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 cop 16:cop _ 16 great great ADJ JJ Degree=Pos 6 conj 6:conj:and SpaceAfter=No 17 !!! !!! PUNCT . _ 6 punct 6:punct _ @@ -198645,12 +198762,12 @@ 3 to to PART TO _ 4 mark 4:mark _ 4 help help VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obj 4:obj _ -6 when when SCONJ WRB PronType=Int 7 mark 7:mark _ -7 needed need VERB VBN Tense=Past|VerbForm=Part 4 advcl 4:advcl:when _ +6 when when ADV WRB PronType=Int 7 advmod 7:advmod _ +7 needed need VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 advcl 4:advcl:when _ 8 even even ADV RB _ 11 advmod 11:advmod _ 9 if if SCONJ IN _ 11 mark 11:mark _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ +11 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 service service NOUN NN Number=Sing 14 compound 14:compound _ 14 question question NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No @@ -198661,7 +198778,7 @@ 1 Since since SCONJ IN _ 6 mark 6:mark _ 2-3 I'm _ _ _ _ _ _ _ _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -3 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +3 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 usually usually ADV RB _ 6 advmod 6:advmod _ 5 at at ADP IN _ 6 case 6:case _ 6 work work NOUN NN Number=Sing 10 advcl 10:advcl:at _ @@ -198674,31 +198791,31 @@ 13 help help VERB VB VerbForm=Inf 10 advcl 10:advcl:to _ 14 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 13 obj 13:obj _ 15 out out ADP RP _ 13 compound:prt 13:compound:prt _ -16 when when SCONJ WRB PronType=Int 17 mark 17:mark _ -17 needed need VERB VBN Tense=Past|VerbForm=Part 13 advcl 13:advcl:when SpaceAfter=No +16 when when ADV WRB PronType=Int 17 advmod 17:advmod _ +17 needed need VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 advcl 13:advcl:when SpaceAfter=No 18 . . PUNCT . _ 10 punct 10:punct _ # sent_id = reviews-095523-0005 # text = This was after I brought the car!!!!! -1 This this PRON DT Number=Sing|PronType=Dem 2 nsubj 2:nsubj _ -2 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 This this PRON DT Number=Sing|PronType=Dem 5 nsubj:outer 5:nsubj:outer _ +2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 3 after after SCONJ IN _ 5 mark 5:mark _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 brought bring VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:after _ +5 brought bring VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 car car NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No -8 !!!! !!!! PUNCT . _ 2 punct 2:punct SpaceAfter=No -9 ! ! PUNCT . _ 2 punct 2:punct _ +8 !!!! !!!! PUNCT . _ 5 punct 5:punct SpaceAfter=No +9 ! ! PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-095523-0006 # text = Service does not get any better!!!! -1 Service service NOUN NN Number=Sing 6 nsubj 6:nsubj _ -2 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ -3 not not PART RB _ 6 advmod 6:advmod _ -4 get get VERB VB VerbForm=Inf 6 aux 6:aux _ +1 Service service NOUN NN Number=Sing 4 nsubj 4:nsubj _ +2 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 not not PART RB _ 4 advmod 4:advmod _ +4 get get VERB VB VerbForm=Inf 0 root 0:root _ 5 any any ADV RB _ 6 advmod 6:advmod _ -6 better better ADJ JJR Degree=Cmp 0 root 0:root SpaceAfter=No -7 !!!! !!!! PUNCT . _ 6 punct 6:punct _ +6 better good ADJ JJR Degree=Cmp 4 xcomp 4:xcomp SpaceAfter=No +7 !!!! !!!! PUNCT . _ 4 punct 4:punct _ # newdoc id = reviews-354336 # sent_id = reviews-354336-0001 @@ -198713,30 +198830,30 @@ # newpar id = reviews-354336-p0002 # text = This French born, French trained chef and his creative partners offer a taste fresh, locally sourced, fabulously prepared food in the most unlikely of locations. 1 This this DET DT Number=Sing|PronType=Dem 7 det 7:det _ -2 French french ADJ JJ Degree=Pos 3 amod 3:amod _ -3 born bear VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ -5 French french ADJ JJ Degree=Pos 6 amod 6:amod _ -6 trained train VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +2 French French ADJ JJ Degree=Pos 3 amod 3:amod _ +3 born bear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod SpaceAfter=No +4 , , PUNCT , _ 3 punct 3:punct _ +5 French French ADJ JJ Degree=Pos 6 amod 6:amod _ +6 trained train VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 chef chef NOUN NN Number=Sing 12 nsubj 12:nsubj _ 8 and and CCONJ CC _ 11 cc 11:cc _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 creative creative ADJ JJ Degree=Pos 11 amod 11:amod _ 11 partners partner NOUN NNS Number=Plur 7 conj 7:conj:and|12:nsubj _ -12 offer offer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -13 a a DET DT Definite=Ind|PronType=Art 22 compound 22:compound _ -14 taste taste NOUN NN Number=Sing 12 obj 12:obj _ +12 offer offer VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ +14 taste taste NOUN NN Number=Sing 12 obj 12:obj MissingWordsAfter=of 15 fresh fresh ADJ JJ Degree=Pos 22 amod 22:amod SpaceAfter=No -16 , , PUNCT , _ 22 punct 22:punct _ +16 , , PUNCT , _ 15 punct 15:punct _ 17 locally locally ADV RB _ 18 advmod 18:advmod _ -18 sourced source VERB VBN Tense=Past|VerbForm=Part 22 amod 22:amod SpaceAfter=No -19 , , PUNCT , _ 22 punct 22:punct _ +18 sourced source VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 amod 22:amod SpaceAfter=No +19 , , PUNCT , _ 18 punct 18:punct _ 20 fabulously fabulously ADV RB _ 21 advmod 21:advmod _ -21 prepared prepare VERB VBN Tense=Past|VerbForm=Part 22 amod 22:amod _ -22 food food NOUN NN Number=Sing 12 obj 12:obj _ +21 prepared prepare VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 amod 22:amod _ +22 food food NOUN NN Number=Sing 14 nmod 14:nmod _ 23 in in ADP IN _ 26 case 26:case _ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -25 most most ADV RBS _ 26 advmod 26:advmod _ +25 most most ADV RBS Degree=Sup 26 advmod 26:advmod _ 26 unlikely unlikely ADJ JJ Degree=Pos 12 obl 12:obl:in _ 27 of of ADP IN _ 28 case 28:case _ 28 locations location NOUN NNS Number=Plur 26 obl 26:obl:of SpaceAfter=No @@ -198745,7 +198862,7 @@ # sent_id = reviews-354336-0003 # text = Try their weekend "tastings" which you can learn about by getting on their weekly email list. 1 Try try VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 3 weekend weekend NOUN NN Number=Sing 5 compound 5:compound _ 4 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 5 tastings tasting NOUN NNS Number=Plur 1 obj 1:obj|10:obl SpaceAfter=No @@ -198758,7 +198875,7 @@ 12 by by SCONJ IN _ 13 mark 13:mark _ 13 getting get VERB VBG VerbForm=Ger 10 advcl 10:advcl:by _ 14 on on ADP IN _ 18 case 18:case _ -15 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +15 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 16 weekly weekly ADJ JJ Degree=Pos 18 amod 18:amod _ 17 email email NOUN NN Number=Sing 18 compound 18:compound _ 18 list list NOUN NN Number=Sing 13 obl 13:obl:on SpaceAfter=No @@ -198770,7 +198887,7 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 best best ADJ JJS Degree=Sup 5 amod 5:amod _ +4 best good ADJ JJS Degree=Sup 5 amod 5:amod _ 5 meal meal NOUN NN Number=Sing 0 root 0:root _ 6 for for ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -198779,7 +198896,7 @@ 10 will will AUX MD VerbForm=Fin 11 aux 11:aux _ 11 find find VERB VB VerbForm=Inf 5 acl:relcl 5:acl:relcl _ 12 in in ADP IN _ 13 case 13:case _ -13 all all DET DT _ 11 obl 11:obl:in _ +13 all all DET DT PronType=Tot 11 obl 11:obl:in _ 14 of of ADP IN _ 16 case 16:case _ 15 metro metro ADJ JJ Degree=Pos 16 amod 16:amod _ 16 Atlanta Atlanta PROPN NNP Number=Sing 13 nmod 13:nmod:of SpaceAfter=No @@ -198793,13 +198910,13 @@ 2 petit petit PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 best best ADJ JJS Degree=Sup 6 amod 6:amod _ +5 best good ADJ JJS Degree=Sup 6 amod 6:amod _ 6 place place NOUN NN Number=Sing 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 get get VERB VB VerbForm=Inf 6 acl 6:acl:to _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 nails nail NOUN NNS Number=Plur 8 obj 8:obj|11:nsubj:xsubj _ -11 done do VERB VBN Tense=Past|VerbForm=Part 8 xcomp 8:xcomp SpaceAfter=No +11 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 xcomp 8:xcomp SpaceAfter=No 12 ! ! PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-239035-0002 @@ -198815,7 +198932,7 @@ 9 , , PUNCT , _ 14 punct 14:punct _ 10 and and CCONJ CC _ 14 cc 14:cc _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -12 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +12 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 never never ADV RB _ 14 advmod 14:advmod _ 14 waited wait VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and SpaceAfter=No 15 ! ! PUNCT . _ 4 punct 4:punct _ @@ -198823,40 +198940,40 @@ # sent_id = reviews-239035-0003 # text = I go every other week for the shallac/gel manicure which is only $25 and it truly lasts 2 weeks! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 every every DET DT _ 5 det 5:det _ +2 go go VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 every every DET DT PronType=Tot 5 det 5:det _ 4 other other ADJ JJ Degree=Pos 5 amod 5:amod _ -5 week week NOUN NN Number=Sing 2 obl:npmod 2:obl:npmod _ +5 week week NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod _ 6 for for ADP IN _ 11 case 11:case _ 7 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -8 shallac shellac NOUN NN Number=Sing|Typo=Yes 10 compound 10:compound SpaceAfter=No -9 / / PUNCT , _ 10 punct 10:punct SpaceAfter=No +8 shallac shellac NOUN NN Number=Sing|Typo=Yes 10 compound 10:compound CorrectForm=shellac|SpaceAfter=No +9 / / PUNCT , _ 8 punct 8:punct SpaceAfter=No 10 gel gel NOUN NN Number=Sing 11 compound 11:compound _ 11 manicure manicure NOUN NN Number=Sing 2 obl 2:obl:for|15:nsubj _ 12 which which PRON WDT PronType=Rel 15 nsubj 11:ref _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 14 only only ADV RB _ 15 advmod 15:advmod _ 15 $ $ SYM $ _ 11 acl:relcl 11:acl:relcl SpaceAfter=No -16 25 25 NUM CD NumType=Card 15 nummod 15:nummod _ +16 25 25 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 17 and and CCONJ CC _ 20 cc 20:cc _ 18 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 19 truly truly ADV RB _ 20 advmod 20:advmod _ 20 lasts last VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ -21 2 2 NUM CD NumType=Card 22 nummod 22:nummod _ -22 weeks week NOUN NNS Number=Plur 20 obl:npmod 20:obl:npmod SpaceAfter=No +21 2 2 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod _ +22 weeks week NOUN NNS Number=Plur 20 obl:tmod 20:obl:tmod SpaceAfter=No 23 ! ! PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-239035-0004 # text = I love it. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj SpaceAfter=No 4 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-239035-0005 # text = Pedicures are also great. 1 Pedicures pedicure NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 also also ADV RB _ 4 advmod 4:advmod _ 4 great great ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ @@ -198872,7 +198989,7 @@ # sent_id = reviews-239035-0007 # text = I promise you will not be disappointed! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 promise promise VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 promise promise VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj:pass 7:nsubj:pass _ 4 will will AUX MD VerbForm=Fin 7 aux 7:aux _ 5 not not PART RB _ 7 advmod 7:advmod _ @@ -198903,7 +199020,7 @@ # sent_id = reviews-332476-0003 # text = She gave me amazing pictures at an amazing price and made my wedding day so memorable. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|11:nsubj _ -2 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 gave give VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 iobj 2:iobj _ 4 amazing amazing ADJ JJ Degree=Pos 5 amod 5:amod _ 5 pictures picture NOUN NNS Number=Plur 2 obj 2:obj _ @@ -198912,8 +199029,8 @@ 8 amazing amazing ADJ JJ Degree=Pos 9 amod 9:amod _ 9 price price NOUN NN Number=Sing 2 obl 2:obl:at _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +11 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 13 wedding wedding NOUN NN Number=Sing 14 compound 14:compound _ 14 day day NOUN NN Number=Sing 11 obj 11:obj|16:nsubj:xsubj _ 15 so so ADV RB _ 16 advmod 16:advmod _ @@ -198930,27 +199047,27 @@ 6 work work VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ 7 with with ADP IN _ 6 obl 6:obl _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 made make VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +9 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 conj 4:conj:and _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 wedding wedding NOUN NN Number=Sing 12 compound 12:compound _ 12 day day NOUN NN Number=Sing 9 obj 9:obj|14:nsubj:xsubj _ 13 so so ADV RB _ 14 advmod 14:advmod _ 14 easy easy ADJ JJ Degree=Pos 9 xcomp 9:xcomp _ 15 and and CCONJ CC _ 17 cc 17:cc _ 16 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ -17 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ -18 some some DET DT _ 20 det 20:det _ +17 got get VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +18 some some DET DT PronType=Ind 20 det 20:det _ 19 amazing amazing ADJ JJ Degree=Pos 20 amod 20:amod _ 20 pictures picture NOUN NNS Number=Plur 17 obj 17:obj SpaceAfter=No -21 , , PUNCT , _ 20 punct 20:punct _ -22 not not ADV RB _ 23 advmod 23:advmod _ -23 only only ADV RB _ 25 cc:preconj 25:cc:preconj _ +21 , , PUNCT , _ 25 punct 25:punct _ +22 not not PART RB _ 25 advmod 25:advmod _ +23 only only ADV RB _ 25 advmod 25:advmod _ 24 of of ADP IN _ 25 case 25:case _ 25 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 20 nmod 20:nmod:of SpaceAfter=No 26 , , PUNCT , _ 30 punct 30:punct _ 27 but but CCONJ CC _ 30 cc 30:cc _ 28 of of ADP IN _ 30 case 30:case _ -29 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +29 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 30 family family NOUN NN Number=Sing 25 conj 20:nmod:of|25:conj:but _ 31 and and CCONJ CC _ 32 cc 32:cc _ 32 friends friend NOUN NNS Number=Plur 30 conj 30:conj:and SpaceAfter=No @@ -198970,7 +199087,7 @@ 3 recommend recommend VERB VB VerbForm=Inf 0 root 0:root _ 4 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 to to ADP IN _ 6 case 6:case _ -6 anyone anyone PRON NN Number=Sing 3 obl 3:obl:to SpaceAfter=No +6 anyone anyone PRON NN Number=Sing|PronType=Ind 3 obl 3:obl:to SpaceAfter=No 7 ! ! PUNCT . _ 3 punct 3:punct _ # newdoc id = reviews-267732 @@ -198991,15 +199108,15 @@ # newpar id = reviews-267732-p0002 # text = November 7, 2010 First time eating at Caffe Bella Italia and it was a wonderful experience. 1 November November PROPN NNP Number=Sing 0 root 0:root _ -2 7 7 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 2010 2010 NUM CD NumType=Card 1 nummod 1:nummod _ -5 First first ADJ JJ Degree=Pos|NumType=Ord 6 amod 6:amod _ +2 7 7 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No +3 , , PUNCT , _ 4 punct 4:punct _ +4 2010 2010 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ +5 First first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 6 amod 6:amod _ 6 time time NOUN NN Number=Sing 1 parataxis 1:parataxis _ 7 eating eat VERB VBG VerbForm=Ger 6 acl 6:acl _ 8 at at ADP IN _ 11 case 11:case _ 9 Caffe Caffe PROPN NNP Number=Sing 11 compound 11:compound _ -10 Bella Bella PROPN NNP Number=Sing 11 compound 11:compound _ +10 Bella Bella ADJ NNP Degree=Pos 11 amod 11:amod _ 11 Italia Italia PROPN NNP Number=Sing 7 obl 7:obl:at _ 12 and and CCONJ CC _ 17 cc 17:cc _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ @@ -199028,8 +199145,8 @@ 15 ending end VERB VBG VerbForm=Ger 5 conj 5:conj:and|19:nmod:from _ 16 with with ADP IN _ 17 case 17:case _ 17 gelato gelato NOUN NN Number=Sing 15 obl 15:obl:with SpaceAfter=No -18 , , PUNCT , _ 22 punct 22:punct _ -19 all all DET DT _ 22 nsubj 22:nsubj _ +18 , , PUNCT , _ 5 punct 5:punct _ +19 all all DET DT PronType=Tot 22 nsubj 22:nsubj _ 20 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 cop 22:cop _ 21 mouth mouth NOUN NN Number=Sing 22 obl:npmod 22:obl:npmod _ 22 watering water VERB VBG VerbForm=Ger 0 root 0:root SpaceAfter=No @@ -199040,13 +199157,13 @@ 1 Too too ADV RB _ 2 advmod 2:advmod _ 2 bad bad ADJ JJ Degree=Pos 0 root 0:root _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -4 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 cop 10:cop _ +4 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ 5 out out ADP IN _ 10 case 10:case _ 6 of of ADP IN _ 10 case 10:case _ 7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 8 Chocolate chocolate NOUN NN Number=Sing 10 compound 10:compound _ 9 Lava lava NOUN NN Number=Sing 10 compound 10:compound _ -10 Cake cake NOUN NN Number=Sing 2 ccomp 2:ccomp SpaceAfter=No +10 Cake cake NOUN NN Number=Sing 2 csubj 2:csubj SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-267732-0006 @@ -199081,30 +199198,30 @@ # sent_id = reviews-215460-0002 # text = Hopless service, at the time of booking my car a lot was promised but delivered not even one tenth of what was promised. -1 Hopless hopeless ADJ JJ Degree=Pos|Typo=Yes 2 amod 2:amod _ +1 Hopless hopeless ADJ JJ Degree=Pos|Typo=Yes 2 amod 2:amod CorrectForm=hopeless 2 service service NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 14 punct 14:punct _ 4 at at ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 time time NOUN NN Number=Sing 14 obl 14:obl:at _ 7 of of SCONJ IN _ 8 mark 8:mark _ 8 booking book VERB VBG VerbForm=Ger 6 acl 6:acl:of _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 car car NOUN NN Number=Sing 8 obj 8:obj _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 lot lot NOUN NN Number=Sing 14 nsubj:pass 14:nsubj:pass|16:nsubj:pass _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 aux:pass 14:aux:pass _ -14 promised promise VERB VBN Tense=Past|VerbForm=Part 2 parataxis 2:parataxis _ +14 promised promise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 parataxis 2:parataxis _ 15 but but CCONJ CC _ 16 cc 16:cc _ -16 delivered deliver VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 conj 14:conj:but _ -17 not not ADV RB _ 20 advmod 20:advmod _ +16 delivered deliver VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 conj 14:conj:but _ +17 not not PART RB _ 20 advmod 20:advmod _ 18 even even ADV RB _ 20 advmod 20:advmod _ -19 one one NUM CD NumType=Card 20 compound 20:compound _ -20 tenth tenth NOUN NN Number=Sing 16 obj 16:obj _ -21 of of SCONJ IN _ 22 case 22:case _ -22 what what PRON WP PronType=Int 20 nmod 20:nmod:of _ +19 one one NUM CD NumForm=Word|NumType=Card 20 compound 20:compound _ +20 tenth tenth NOUN NN Number=Sing|NumForm=Word|NumType=Frac 16 obj 16:obj _ +21 of of ADP IN _ 22 case 22:case _ +22 what what PRON WP PronType=Rel 20 nmod 20:nmod:of|24:nsubj:pass _ 23 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 aux:pass 24:aux:pass _ -24 promised promise VERB VBN Tense=Past|VerbForm=Part 22 acl:relcl 22:acl:relcl SpaceAfter=No +24 promised promise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 acl:relcl 22:acl:relcl SpaceAfter=No 25 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-215460-0003 @@ -199115,8 +199232,8 @@ 4 in in ADP IN _ 5 case 5:case _ 5 spite spite NOUN NN Number=Sing 13 obl 13:obl:in _ 6 of of ADP IN _ 9 case 9:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ -8 repeated repeat VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 repeated repeat VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod _ 9 attempts attempt NOUN NNS Number=Plur 5 nmod 5:nmod:of _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj|21:nsubj:xsubj _ 11 could could AUX MD VerbForm=Fin 13 aux 13:aux _ @@ -199137,24 +199254,25 @@ # sent_id = reviews-215460-0004 # text = My advise to all is I have fallen into this trap ... pl ensure you dont!!! -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ -2 advise advice NOUN NN Number=Sing|Typo=Yes 5 nsubj 5:nsubj _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +2 advise advice NOUN NN Number=Sing|Typo=Yes 8 nsubj:outer 8:nsubj:outer CorrectForm=advice 3 to to ADP IN _ 4 case 4:case _ -4 all all DET DT _ 2 nmod 2:nmod:to _ -5 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 all all DET DT PronType=Tot 2 nmod 2:nmod:to _ +5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -7 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ -8 fallen fall VERB VBN Tense=Past|VerbForm=Part 5 ccomp 5:ccomp _ +7 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +8 fallen fall VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 9 into into ADP IN _ 11 case 11:case _ 10 this this DET DT Number=Sing|PronType=Dem 11 det 11:det _ 11 trap trap NOUN NN Number=Sing 8 obl 8:obl:into _ -12 ... ... PUNCT , _ 5 punct 5:punct _ +12 ... ... PUNCT , _ 14 punct 14:punct _ 13 pl pl INTJ UH _ 14 discourse 14:discourse _ -14 ensure ensure VERB VB Mood=Imp|VerbForm=Fin 5 ccomp 5:ccomp _ +14 ensure ensure VERB VB Mood=Imp|VerbForm=Fin 8 parataxis 8:parataxis _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -16 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 parataxis 14:parataxis SpaceAfter=No -17 nt not PART RB _ 16 advmod 16:advmod SpaceAfter=No -18 !!! !!! PUNCT . _ 5 punct 5:punct _ +16-17 dont _ _ _ _ _ _ _ SpaceAfter=No +16 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 ccomp 14:ccomp _ +17 nt not PART RB Typo=Yes 16 advmod 16:advmod CorrectForm=n't +18 !!! !!! PUNCT . _ 8 punct 8:punct _ # newdoc id = reviews-257296 # sent_id = reviews-257296-0001 @@ -199175,19 +199293,19 @@ 1 HCC HCC PROPN NNP Number=Sing 4 nmod:poss 4:nmod:poss _ 2 's 's PART POS _ 1 case 1:case _ 3 new new ADJ JJ Degree=Pos 4 amod 4:amod _ -4 nine nine NUM CD NumType=Card 8 nsubj 8:nsubj _ +4 nine nine NUM CD NumForm=Word|NumType=Card 8 nsubj 8:nsubj _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 little little ADJ JJ Degree=Pos 8 advmod 8:advmod _ 8 shaky shaky ADJ JJ Degree=Pos 0 root 0:root _ -9 at at ADV RB _ 10 advmod 10:advmod _ -10 first first ADV RBS _ 8 advmod 8:advmod SpaceAfter=No +9 at at ADP IN _ 10 case 10:case _ +10 first first ADV RB NumForm=Word|NumType=Ord 8 obl 8:obl:at SpaceAfter=No 11 , , PUNCT , _ 18 punct 18:punct _ 12 but but CCONJ CC _ 18 cc 18:cc _ 13 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 14 NEW new ADJ JJ Degree=Pos 16 amod 16:amod _ 15 grounds grounds NOUN NNS Number=Plur 16 compound 16:compound _ -16 superintendant superintendent NOUN NN Number=Sing|Typo=Yes 18 nsubj 18:nsubj _ +16 superintendant superintendent NOUN NN Number=Sing|Typo=Yes 18 nsubj 18:nsubj CorrectForm=superintendent 17 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 18 done do VERB VBN Tense=Past|VerbForm=Part 8 conj 8:conj:but _ 19 wonders wonder NOUN NNS Number=Plur 18 obj 18:obj _ @@ -199216,10 +199334,10 @@ 4 give give VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ 5 HCC HCC PROPN NNP Number=Sing 4 iobj 4:iobj _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -7 second second ADJ JJ Degree=Pos|NumType=Ord 8 amod 8:amod _ +7 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 8 amod 8:amod _ 8 chance chance NOUN NN Number=Sing 4 obj 4:obj _ -9 at at ADV RB _ 4 advmod 4:advmod _ -10 least least ADV RBS Degree=Sup 9 fixed 9:fixed SpaceAfter=No +9 at at ADP IN ExtPos=ADV 4 advmod 4:advmod _ +10 least least ADJ JJS Degree=Sup 9 fixed 9:fixed SpaceAfter=No 11 ! ! PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-257296-0005 @@ -199237,12 +199355,12 @@ 11 proud proud ADJ JJ Degree=Pos 5 acl 5:acl:to _ 12 of of ADP IN _ 11 obl 11:obl _ 13 and and CCONJ CC _ 22 cc 22:cc _ -14 all all DET PDT _ 16 det:predet 16:det:predet _ +14 all all DET PDT PronType=Tot 16 det:predet 16:det:predet _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 comments comment NOUN NNS Number=Plur 22 nsubj 22:nsubj _ 17 in in ADP IN _ 18 case 18:case _ -18 2008 2008 NUM CD NumType=Card 16 nmod 16:nmod:in _ -19 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ +18 2008 2008 NUM CD NumForm=Digit|NumType=Card 16 nmod 16:nmod:in _ +19 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ 20 been be AUX VBN Tense=Past|VerbForm=Part 22 cop 22:cop _ 21 very very ADV RB _ 22 advmod 22:advmod _ 22 positive positive ADJ JJ Degree=Pos 5 conj 5:conj:and SpaceAfter=No @@ -199262,18 +199380,18 @@ 1 Kusal Kusal PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 2 Goonewardena Goonewardena PROPN NNP Number=Sing 1 flat 1:flat _ 3 and and CCONJ CC _ 5 cc 5:cc _ -4 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 team team NOUN NN Number=Sing 1 conj 1:conj:and|9:nsubj _ 6 of of ADP IN _ 7 case 7:case _ 7 Physios physio NOUN NNS Number=Plur 5 nmod 5:nmod:of _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 9 unbelievable unbelievable ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 10 ! ! PUNCT . _ 9 punct 9:punct _ # sent_id = reviews-230176-0003 # text = I have been suffering from back pain for over 12 years and have been to numerous specialists, physios, osteos and chiros with no help. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|17:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux 4:aux _ 4 suffering suffer VERB VBG VerbForm=Ger 0 root 0:root _ 5 from from ADP IN _ 7 case 7:case _ @@ -199281,10 +199399,10 @@ 7 pain pain NOUN NN Number=Sing 4 obl 4:obl:from _ 8 for for ADP IN _ 11 case 11:case _ 9 over over ADV RB _ 10 advmod 10:advmod _ -10 12 12 NUM CD NumType=Card 11 nummod 11:nummod _ +10 12 12 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 11 years year NOUN NNS Number=Plur 4 obl 4:obl:for _ 12 and and CCONJ CC _ 17 cc 17:cc _ -13 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +13 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 14 been be AUX VBN Tense=Past|VerbForm=Part 17 cop 17:cop _ 15 to to ADP IN _ 17 case 17:case _ 16 numerous numerous ADJ JJ Degree=Pos 17 amod 17:amod _ @@ -199296,19 +199414,19 @@ 22 and and CCONJ CC _ 23 cc 23:cc _ 23 chiros chiro NOUN NNS Number=Plur 17 conj 17:conj:and _ 24 with with ADP IN _ 26 case 26:case _ -25 no no DET DT _ 26 det 26:det _ +25 no no DET DT PronType=Neg 26 det 26:det _ 26 help help NOUN NN Number=Sing 17 obl 17:obl:with SpaceAfter=No 27 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-230176-0004 # text = It took the Vigor team only 4 visits to get me feeling normal! 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 Vigor Vigor PROPN NNP Number=Sing 5 compound 5:compound _ 5 team team NOUN NN Number=Sing 2 iobj 2:iobj _ 6 only only ADV RB _ 7 advmod 7:advmod _ -7 4 4 NUM CD NumType=Card 8 nummod 8:nummod _ +7 4 4 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 8 visits visit NOUN NNS Number=Plur 2 obj 2:obj _ 9 to to PART TO _ 10 mark 10:mark _ 10 get get VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ @@ -199321,15 +199439,15 @@ # text = And now 2 months after my last appointment I am better than ever. 1 And and CCONJ CC _ 11 cc 11:cc _ 2 now now ADV RB _ 11 advmod 11:advmod _ -3 2 2 NUM CD NumType=Card 4 nummod 4:nummod _ +3 2 2 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 months month NOUN NNS Number=Plur 8 nmod:npmod 8:nmod:npmod _ 5 after after ADP IN _ 8 case 8:case _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 last last ADJ JJ Degree=Pos 8 amod 8:amod _ 8 appointment appointment NOUN NN Number=Sing 11 obl 11:obl:after _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 10 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ -11 better better ADJ JJR Degree=Cmp 0 root 0:root _ +11 better good ADJ JJR Degree=Cmp 0 root 0:root _ 12 than than ADP IN _ 13 case 13:case _ 13 ever ever ADV RB _ 11 obl 11:obl:than SpaceAfter=No 14 . . PUNCT . _ 11 punct 11:punct _ @@ -199357,11 +199475,11 @@ # sent_id = reviews-366586-0002 # newpar id = reviews-366586-p0002 # text = My husband and I happened in on a whim. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 husband husband NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 conj 2:conj:and|5:nsubj _ -5 happened happen VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 happened happen VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 in in ADV RB _ 5 advmod 5:advmod _ 7 on on ADP IN _ 9 case 9:case _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ @@ -199371,13 +199489,13 @@ # sent_id = reviews-366586-0003 # text = We sat in the front dining area, it was very cozy and pleasant. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 sat sit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 sat sit VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 in in ADP IN _ 7 case 7:case _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 5 front front ADJ JJ Degree=Pos 7 amod 7:amod _ 6 dining dining NOUN NN Number=Sing 7 compound 7:compound _ 7 area area NOUN NN Number=Sing 2 obl 2:obl:in SpaceAfter=No -8 , , PUNCT , _ 2 punct 2:punct _ +8 , , PUNCT , _ 12 punct 12:punct _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj|14:nsubj _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 cop 12:cop _ 11 very very ADV RB _ 12 advmod 12:advmod _ @@ -199388,7 +199506,7 @@ # sent_id = reviews-366586-0004 # text = Our server was quite attentive and the food was fantastic. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 server server NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 4 quite quite ADV RB _ 5 advmod 5:advmod _ @@ -199402,14 +199520,14 @@ # sent_id = reviews-366586-0005 # text = My husband has been a professional chef, so he is a good judge of quality food. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 husband husband NOUN NN Number=Sing 7 nsubj 7:nsubj _ 3 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 4 been be AUX VBN Tense=Past|VerbForm=Part 7 cop 7:cop _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 professional professional ADJ JJ Degree=Pos 7 amod 7:amod _ 7 chef chef NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 14 punct 14:punct _ 9 so so ADV RB _ 14 advmod 14:advmod _ 10 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ @@ -199427,11 +199545,11 @@ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 3 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 4 flavorful flavorful ADJ JJ Degree=Pos 7 amod 7:amod SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 enjoyable enjoyable ADJ JJ Degree=Pos 7 amod 7:amod _ 7 meal meal NOUN NN Number=Sing 0 root 0:root _ 8 for for ADP IN _ 9 case 9:case _ -9 both both DET DT _ 7 nmod 7:nmod:for _ +9 both both DET DT PronType=Tot 7 nmod 7:nmod:for _ 10 of of ADP IN _ 11 case 11:case _ 11 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 9 nmod 9:nmod:of SpaceAfter=No 12 . . PUNCT . _ 7 punct 7:punct _ @@ -199447,29 +199565,29 @@ # sent_id = reviews-243799-0002 # newpar id = reviews-243799-p0002 # text = went in there and got my dog groomed came home to an uneven dog then took him back to get evened up what a mistake! -1 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 parataxis 25:parataxis _ +1 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 25 parataxis 25:parataxis _ 2 in in ADP IN _ 3 case 3:case _ 3 there there ADV RB PronType=Dem 1 obl 1:obl:in _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 conj 1:conj:and _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 1 conj 1:conj:and _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 dog dog NOUN NN Number=Sing 5 obj 5:obj|8:nsubj:xsubj _ -8 groomed groom VERB VBN Tense=Past|VerbForm=Part 5 xcomp 5:xcomp _ -9 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 conj 1:conj:and _ +8 groomed groom VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 xcomp 5:xcomp _ +9 came come VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 1 conj 1:conj:and _ 10 home home ADV RB _ 9 advmod 9:advmod _ 11 to to ADP IN _ 14 case 14:case _ 12 an a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 uneven uneven ADJ JJ Degree=Pos 14 amod 14:amod _ 14 dog dog NOUN NN Number=Sing 9 obl 9:obl:to _ 15 then then ADV RB PronType=Dem 16 advmod 16:advmod _ -16 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 conj 1:conj:and _ +16 took take VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ 17 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 16 obj 16:obj _ 18 back back ADV RB _ 16 advmod 16:advmod _ 19 to to PART TO _ 21 mark 21:mark _ 20 get get AUX VB VerbForm=Inf 21 aux:pass 21:aux:pass _ -21 evened even VERB VBN Tense=Past|VerbForm=Part 16 advcl 16:advcl:to _ +21 evened even VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 advcl 16:advcl:to _ 22 up up ADP RP _ 21 compound:prt 21:compound:prt _ -23 what what PRON WP PronType=Int 25 det:predet 25:det:predet _ +23 what what PRON WDT PronType=Int 25 det:predet 25:det:predet _ 24 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 25 mistake mistake NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 26 ! ! PUNCT . _ 25 punct 25:punct _ @@ -199478,8 +199596,8 @@ # text = she didnt even let me finish a sentence without insulting me and telling me how i should have said it! 1 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 2-3 didnt _ _ _ _ _ _ _ _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ -3 nt not PART RB _ 5 advmod 5:advmod _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +3 nt not PART RB Typo=Yes 5 advmod 5:advmod CorrectForm=n't 4 even even ADV RB _ 5 advmod 5:advmod _ 5 let let VERB VB VerbForm=Inf 0 root 0:root _ 6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 obj 5:obj|7:nsubj:xsubj _ @@ -199491,9 +199609,9 @@ 12 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 11 obj 11:obj _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 telling tell VERB VBG VerbForm=Ger 11 conj 7:advcl:without|11:conj:and _ -15 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 14 obj 14:obj _ -16 how how SCONJ WRB PronType=Int 20 mark 20:mark _ -17 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ +15 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 14 iobj 14:iobj _ +16 how how ADV WRB PronType=Int 20 advmod 20:advmod _ +17 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ 18 should should AUX MD VerbForm=Fin 20 aux 20:aux _ 19 have have AUX VB VerbForm=Inf 20 aux 20:aux _ 20 said say VERB VBN Tense=Past|VerbForm=Part 14 ccomp 14:ccomp _ @@ -199502,10 +199620,10 @@ # sent_id = reviews-243799-0004 # text = i wont go back! -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 wont _ _ _ _ _ _ _ _ 2 wo will AUX MD VerbForm=Fin 4 aux 4:aux _ -3 nt not PART RB _ 4 advmod 4:advmod _ +3 nt not PART RB Typo=Yes 4 advmod 4:advmod CorrectForm=n't 4 go go VERB VB VerbForm=Inf 0 root 0:root _ 5 back back ADV RB _ 4 advmod 4:advmod SpaceAfter=No 6 ! ! PUNCT . _ 4 punct 4:punct _ @@ -199522,13 +199640,13 @@ # sent_id = reviews-243799-0006 # text = brought dog home and its all choppy now! -1 brought bring VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 brought bring VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 dog dog NOUN NN Number=Sing 1 obj 1:obj _ -3 home home NOUN NN Number=Sing 1 obl:npmod 1:obl:npmod _ +3 home home ADV RB _ 1 advmod 1:advmod _ 4 and and CCONJ CC _ 8 cc 8:cc _ 5-6 its _ _ _ _ _ _ _ _ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -6 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +6 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 8 cop 8:cop CorrectForm='s 7 all all ADV RB _ 8 advmod 8:advmod _ 8 choppy choppy ADJ JJ Degree=Pos 1 conj 1:conj:and _ 9 now now ADV RB _ 8 advmod 8:advmod SpaceAfter=No @@ -199545,7 +199663,7 @@ 4 to to PART TO _ 5 mark 5:mark _ 5 know know VERB VB VerbForm=Inf 3 csubj 3:csubj _ 6 a a DET DT Definite=Ind|PronType=Art 5 reparandum 5:reparandum _ -7 quite quite DET PDT _ 9 det:predet 9:det:predet _ +7 quite quite DET PDT PronType=Ind 9 det:predet 9:det:predet _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 bit bit NOUN NN Number=Sing 5 obj 5:obj _ 10 about about ADP IN _ 12 case 12:case _ @@ -199557,32 +199675,32 @@ # text = If you watch a lot of fights (youtube) and research some of the history (http://en.wikipedia.org/wiki/Bullfighting) you will find yourself enjoying it a lot more! 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|12:nsubj _ -3 watch watch VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:if _ +3 watch watch VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:if _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 lot lot NOUN NN Number=Sing 3 obj 3:obj _ 6 of of ADP IN _ 7 case 7:case _ 7 fights fight NOUN NNS Number=Plur 5 nmod 5:nmod:of _ -8 ( ( PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No +8 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No 9 youtube youtube PROPN NNP Number=Sing 3 obl:npmod 3:obl:npmod SpaceAfter=No -10 ) ) PUNCT -RRB- _ 3 punct 3:punct _ +10 ) ) PUNCT -RRB- _ 9 punct 9:punct _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 research research VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and|22:advcl:if _ -13 some some DET DT _ 12 obj 12:obj _ +12 research research VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and|22:advcl:if _ +13 some some DET DT PronType=Ind 12 obj 12:obj _ 14 of of ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 history history NOUN NN Number=Sing 13 nmod 13:nmod:of _ -17 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No +17 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No 18 http://en.wikipedia.org/wiki/Bullfighting http://en.wikipedia.org/wiki/bullfighting X ADD _ 12 obl:npmod 12:obl:npmod SpaceAfter=No -19 ) ) PUNCT -RRB- _ 12 punct 12:punct _ +19 ) ) PUNCT -RRB- _ 18 punct 18:punct _ 20 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ 21 will will AUX MD VerbForm=Fin 22 aux 22:aux _ 22 find find VERB VB VerbForm=Inf 0 root 0:root _ -23 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 22 obj 22:obj _ -24 enjoying enjoy VERB VBG VerbForm=Ger 23 advcl 23:advcl _ +23 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 22 obj 22:obj|24:nsubj:xsubj _ +24 enjoying enjoy VERB VBG VerbForm=Ger 22 xcomp 22:xcomp _ 25 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 24 obj 24:obj _ 26 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 27 lot lot NOUN NN Number=Sing 28 obl:npmod 28:obl:npmod _ -28 more more ADV RBR _ 24 advmod 24:advmod SpaceAfter=No +28 more more ADV RBR Degree=Cmp 24 advmod 24:advmod SpaceAfter=No 29 ! ! PUNCT . _ 22 punct 22:punct _ # sent_id = reviews-149741-0003 @@ -199594,53 +199712,53 @@ 5 handful handful NOUN NN Number=Sing 3 obj 3:obj _ 6 of of ADP IN _ 7 case 7:case _ 7 bullfights bullfight NOUN NNS Number=Plur 5 nmod 5:nmod:of SpaceAfter=No -8 , , PUNCT , _ 11 punct 11:punct _ +8 , , PUNCT , _ 3 punct 3:punct _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 10 can can AUX MD VerbForm=Fin 11 aux 11:aux _ 11 say say VERB VB VerbForm=Inf 0 root 0:root _ 12 that that SCONJ IN _ 18 mark 18:mark _ 13-14 they're _ _ _ _ _ _ _ _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -14 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ +14 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 15 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 16 lot lot NOUN NN Number=Sing 17 obl:npmod 17:obl:npmod _ -17 more more ADV RBR _ 18 advmod 18:advmod _ +17 more more ADV RBR Degree=Cmp 18 advmod 18:advmod _ 18 enjoyable enjoyable ADJ JJ Degree=Pos 11 ccomp 11:ccomp _ 19 if if SCONJ IN _ 22 mark 22:mark _ 20-21 you're _ _ _ _ _ _ _ _ 20 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ -21 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ +21 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 22 smashed smashed ADJ JJ Degree=Pos 18 advcl 18:advcl:if _ -23 ( ( PUNCT -LRB- _ 26 punct 26:punct SpaceAfter=No +23 ( ( PUNCT -LRB- _ 25 punct 25:punct SpaceAfter=No 24 BAC bac NOUN NN Number=Sing 25 nsubj 25:nsubj SpaceAfter=No 25 >= >= SYM SYM _ 22 parataxis 22:parataxis _ -26 .15 .15 NUM CD NumType=Card 25 obj 25:obj SpaceAfter=No -27 ) ) PUNCT -RRB- _ 26 punct 26:punct SpaceAfter=No +26 .15 .15 NUM CD NumForm=Digit|NumType=Frac 25 obj 25:obj SpaceAfter=No +27 ) ) PUNCT -RRB- _ 25 punct 25:punct SpaceAfter=No 28 . . PUNCT . _ 11 punct 11:punct _ # newdoc id = reviews-111583 # sent_id = reviews-111583-0001 # newpar id = reviews-111583-p0001 # text = All I can say is that I am glad I went in! -1 All all DET DT _ 5 nsubj 5:nsubj _ +1 All all DET DT PronType=Tot 9 nsubj:outer 9:nsubj:outer _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 3 can can AUX MD VerbForm=Fin 4 aux 4:aux _ 4 say say VERB VB VerbForm=Inf 1 acl:relcl 1:acl:relcl _ -5 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 6 that that SCONJ IN _ 9 mark 9:mark _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 8 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ -9 glad glad ADJ JJ Degree=Pos 5 ccomp 5:ccomp _ +9 glad glad ADJ JJ Degree=Pos 0 root 0:root _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 ccomp 9:ccomp _ +11 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 9 ccomp 9:ccomp _ 12 in in ADV RB _ 11 advmod 11:advmod SpaceAfter=No -13 ! ! PUNCT . _ 5 punct 5:punct _ +13 ! ! PUNCT . _ 9 punct 9:punct _ # sent_id = reviews-111583-0002 # text = The nurses are sweet as pie and the doctor is wonderful. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 nurses nurse NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 sweet sweet ADJ JJ Degree=Pos 0 root 0:root _ 5 as as ADP IN _ 6 case 6:case _ 6 pie pie NOUN NN Number=Sing 4 obl 4:obl:as _ @@ -199659,7 +199777,7 @@ 4 about about ADP IN _ 5 case 5:case _ 5 healing healing NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 6 , , PUNCT , _ 8 punct 8:punct _ -7 not not ADV RB _ 8 advmod 8:advmod _ +7 not not PART RB _ 8 advmod 8:advmod _ 8 making make VERB VBG VerbForm=Ger 5 conj 5:conj _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 buck buck NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No @@ -199685,10 +199803,10 @@ 7 paying pay VERB VBG VerbForm=Ger 2 conj 2:conj:and|12:advcl:after _ 8 ER er NOUN NN Number=Sing 9 compound 9:compound _ 9 prices price NOUN NNS Number=Plur 7 obj 7:obj _ -10 ... ... PUNCT , _ 12 punct 12:punct _ +10 ... ... PUNCT , _ 2 punct 2:punct _ 11 there there PRON EX _ 12 expl 12:expl _ 12 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -13 no no DET DT _ 14 det 14:det _ +13 no no DET DT PronType=Neg 14 det 14:det _ 14 way way NOUN NN Number=Sing 12 nsubj 12:nsubj _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ 16-17 won't _ _ _ _ _ _ _ _ @@ -199707,7 +199825,7 @@ 4 back back ADV RB _ 0 root 0:root _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 telling tell VERB VBG VerbForm=Ger 4 conj 4:conj:and _ -7 EVERYONE everyone PRON NN Number=Sing 6 obj 6:obj _ +7 EVERYONE everyone PRON NN Number=Sing|PronType=Tot 6 iobj 6:iobj _ 8 about about ADP IN _ 10 case 10:case _ 9 this this DET DT Number=Sing|PronType=Dem 10 det 10:det _ 10 clinic clinic NOUN NN Number=Sing 6 obl 6:obl:about SpaceAfter=No @@ -199715,7 +199833,7 @@ # sent_id = reviews-111583-0007 # text = THANK YOU!! -1 THANK thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 THANK thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 YOU you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No 3 !! !! PUNCT . _ 1 punct 1:punct _ @@ -199725,7 +199843,7 @@ # text = I just like the fact that he was able to do the specific type of repair I wanted (a reball) and give me the longest warranty and even a lower price. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 fact fact NOUN NN Number=Sing 3 obj 3:obj _ 6 that that SCONJ IN _ 9 mark 9:mark _ @@ -199740,7 +199858,7 @@ 15 of of ADP IN _ 16 case 16:case _ 16 repair repair NOUN NN Number=Sing 14 nmod 14:nmod:of _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -18 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ +18 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ 19 ( ( PUNCT -LRB- _ 21 punct 21:punct SpaceAfter=No 20 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 21 reball reball NOUN NN Number=Sing 14 appos 14:appos SpaceAfter=No @@ -199749,29 +199867,29 @@ 24 give give VERB VB VerbForm=Inf 11 conj 9:xcomp|11:conj:and _ 25 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 24 iobj 24:iobj _ 26 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ -27 longest longest ADJ JJS Degree=Sup 28 amod 28:amod _ +27 longest long ADJ JJS Degree=Sup 28 amod 28:amod _ 28 warranty warranty NOUN NN Number=Sing 24 obj 24:obj _ 29 and and CCONJ CC _ 33 cc 33:cc _ 30 even even ADV RB _ 33 advmod 33:advmod _ 31 a a DET DT Definite=Ind|PronType=Art 33 det 33:det _ -32 lower lower ADJ JJR Degree=Cmp 33 amod 33:amod _ +32 lower low ADJ JJR Degree=Cmp 33 amod 33:amod _ 33 price price NOUN NN Number=Sing 28 conj 24:obj|28:conj:and SpaceAfter=No 34 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-054496-0002 # text = Someone else I found that said they could do it but wanted to charge me more and give me less warranty. -1 Someone someone PRON NN Number=Sing 0 root 0:root|6:nsubj|12:nsubj|14:nsubj:xsubj|18:nsubj:xsubj _ +1 Someone someone PRON NN Number=Sing|PronType=Ind 0 root 0:root|6:nsubj|12:nsubj|14:nsubj:xsubj|18:nsubj:xsubj _ 2 else else ADJ JJ Degree=Pos 1 amod 1:amod _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +4 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 5 that that PRON WDT PronType=Rel 6 nsubj 1:ref _ -6 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +6 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 8 could could AUX MD VerbForm=Fin 9 aux 9:aux _ 9 do do VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj _ 11 but but CCONJ CC _ 12 cc 12:cc _ -12 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 1:acl:relcl|6:conj:but _ +12 wanted want VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 conj 1:acl:relcl|6:conj:but _ 13 to to PART TO _ 14 mark 14:mark _ 14 charge charge VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 15 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 14 iobj 14:iobj _ @@ -199796,16 +199914,16 @@ # sent_id = reviews-054496-0004 # text = I choose Console Pros and I'm happy I did. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 choose choose VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 choose choose VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 Console Console PROPN NNP Number=Sing 4 compound 4:compound _ -4 Pros Pros PROPN NNPS Number=Plur 2 obj 2:obj _ +4 Pros Pro PROPN NNPS Number=Plur 2 obj 2:obj _ 5 and and CCONJ CC _ 8 cc 8:cc _ 6-7 I'm _ _ _ _ _ _ _ _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -7 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +7 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 happy happy ADJ JJ Degree=Pos 2 conj 2:conj:and _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 ccomp 8:ccomp SpaceAfter=No +10 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 8 ccomp 8:ccomp SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # newdoc id = reviews-238839 @@ -199834,7 +199952,7 @@ # text = The salads are limp and the rest of the food isn't any better (ok, the nachos are not too bad!) 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 salads salad NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 limp limp ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 14 cc 14:cc _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -199846,18 +199964,18 @@ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 12 n't not PART RB _ 14 advmod 14:advmod _ 13 any any ADV RB _ 14 advmod 14:advmod _ -14 better better ADJ JJR Degree=Cmp 4 conj 4:conj:and _ -15 ( ( PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No +14 better good ADJ JJR Degree=Cmp 4 conj 4:conj:and _ +15 ( ( PUNCT -LRB- _ 23 punct 23:punct SpaceAfter=No 16 ok ok INTJ UH _ 23 discourse 23:discourse SpaceAfter=No -17 , , PUNCT , _ 23 punct 23:punct _ +17 , , PUNCT , _ 16 punct 16:punct _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 nachos nacho NOUN NNS Number=Plur 23 nsubj 23:nsubj _ -20 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ +20 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ 21 not not PART RB _ 23 advmod 23:advmod _ 22 too too ADV RB _ 23 advmod 23:advmod _ 23 bad bad ADJ JJ Degree=Pos 4 conj 4:conj:and SpaceAfter=No -24 ! ! PUNCT . _ 4 punct 4:punct SpaceAfter=No -25 ) ) PUNCT -RRB- _ 4 punct 4:punct _ +24 ! ! PUNCT . _ 23 punct 23:punct SpaceAfter=No +25 ) ) PUNCT -RRB- _ 23 punct 23:punct _ # sent_id = reviews-238839-0004 # text = This place may have been something sometime; but it way past it "sell by date". @@ -199866,14 +199984,14 @@ 3 may may AUX MD VerbForm=Fin 6 aux 6:aux _ 4 have have AUX VB VerbForm=Inf 6 aux 6:aux _ 5 been be AUX VBN Tense=Past|VerbForm=Part 6 cop 6:cop _ -6 something something PRON NN Number=Sing 0 root 0:root _ +6 something something PRON NN Number=Sing|PronType=Ind 0 root 0:root _ 7 sometime sometime ADV RB _ 6 advmod 6:advmod SpaceAfter=No -8 ; ; PUNCT , _ 6 punct 6:punct _ +8 ; ; PUNCT , _ 10 punct 10:punct _ 9 but but CCONJ CC _ 10 cc 10:cc _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 conj 6:conj:but _ 11 way way ADV RB _ 17 advmod 17:advmod _ 12 past past ADP IN _ 17 case 17:case _ -13 it it PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 17 nmod:poss 17:nmod:poss _ +13 it its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 17 nmod:poss 17:nmod:poss CorrectForm=its 14 " " PUNCT `` _ 17 punct 17:punct SpaceAfter=No 15 sell sell VERB VB Mood=Imp|VerbForm=Fin 17 compound 17:compound _ 16 by by ADV RB _ 15 advmod 15:advmod _ @@ -199884,10 +200002,10 @@ # sent_id = reviews-238839-0005 # text = I have eaten here twice in the past year and will not go back and cannot recommend it. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|13:nsubj|18:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 eaten eat VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 here here ADV RB PronType=Dem 3 advmod 3:advmod _ -5 twice twice ADV RB NumType=Mult 3 advmod 3:advmod _ +5 twice twice ADV RB NumForm=Word|NumType=Mult 3 advmod 3:advmod _ 6 in in ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 past past ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -199913,10 +200031,10 @@ 2 range range NOUN NN Number=Sing 0 root 0:root _ 3 of of ADP IN _ 4 case 4:case _ 4 bike bike NOUN NN Number=Sing 2 nmod 2:nmod:of SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ +5 , , PUNCT , _ 7 punct 7:punct _ 6 cheap cheap ADJ JJ Degree=Pos 7 amod 7:amod _ 7 prices price NOUN NNS Number=Plur 2 list 2:list SpaceAfter=No -8 , , PUNCT , _ 2 punct 2:punct _ +8 , , PUNCT , _ 9 punct 9:punct _ 9 excellent excellent ADJ JJ Degree=Pos 2 list 2:list _ 10 a a NOUN NN Number=Sing 2 list 2:list SpaceAfter=No 11 +++ +++ SYM SYM _ 10 compound 10:compound _ @@ -199926,11 +200044,11 @@ # text = yep they fixeded my thumpstar in 1 day. 1 yep yep INTJ UH _ 3 discourse 3:discourse _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 fixeded fixed VERB VBD Mood=Ind|Tense=Past|Typo=Yes|VerbForm=Fin 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 fixeded fix VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm=fixed +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 thumpstar thumpstar PROPN NNP Number=Sing 3 obj 3:obj _ 6 in in ADP IN _ 8 case 8:case _ -7 1 1 NUM CD NumType=Card 8 nummod 8:nummod _ +7 1 1 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 8 day day NOUN NN Number=Sing 3 obl 3:obl:in SpaceAfter=No 9 . . PUNCT . _ 3 punct 3:punct _ @@ -199938,11 +200056,11 @@ # text = it wasent going an had a gear box problem.... 1 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj|6:nsubj _ 2-3 wasent _ _ _ _ _ _ _ _ -2 wase be AUX VBD Mood=Ind|Tense=Past|Typo=Yes|VerbForm=Fin 4 aux 4:aux _ -3 nt not PART RB _ 4 advmod 4:advmod _ +2 wase be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|Typo=Yes|VerbForm=Fin 4 aux 4:aux CorrectForm=was +3 nt not PART RB Typo=Yes 4 advmod 4:advmod CorrectForm=n't 4 going go VERB VBG VerbForm=Ger 0 root 0:root _ -5 an and CCONJ CC Typo=Yes 6 cc 6:cc _ -6 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +5 an and CCONJ CC Typo=Yes 6 cc 6:cc CorrectForm=and +6 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 7 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 8 gear gear NOUN NN Number=Sing 9 compound 9:compound _ 9 box box NOUN NN Number=Sing 10 compound 10:compound _ @@ -199951,29 +200069,29 @@ # sent_id = reviews-100592-0004 # text = i coldn't find anywere else local to fix it so i took it there and they fixed it for $150... -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 coldn't _ _ _ _ _ _ _ _ -2 cold could AUX MD Typo=Yes|VerbForm=Fin 4 aux 4:aux _ +2 cold could AUX MD Typo=Yes|VerbForm=Fin 4 aux 4:aux CorrectForm=could 3 n't not PART RB _ 4 advmod 4:advmod _ 4 find find VERB VB VerbForm=Inf 0 root 0:root _ -5 anywere anywhere NOUN NN Number=Sing|Typo=Yes 4 obj 4:obj _ +5 anywere anywhere NOUN NN Number=Sing|Typo=Yes 4 obj 4:obj CorrectForm=anywhere 6 else else ADJ JJ Degree=Pos 5 amod 5:amod _ 7 local local ADJ JJ Degree=Pos 5 amod 5:amod _ 8 to to PART TO _ 9 mark 9:mark _ 9 fix fix VERB VB VerbForm=Inf 5 acl 5:acl:to _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj _ 11 so so ADV RB _ 13 advmod 13:advmod _ -12 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl _ +12 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ +13 took take VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ 14 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 obj 13:obj _ 15 there there ADV RB PronType=Dem 13 advmod 13:advmod _ 16 and and CCONJ CC _ 18 cc 18:cc _ 17 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -18 fixed fix VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 conj 4:advcl|13:conj:and _ +18 fixed fix VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 conj 4:advcl|13:conj:and _ 19 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 obj 18:obj _ 20 for for ADP IN _ 21 case 21:case _ 21 $ $ SYM $ _ 18 obl 18:obl:for SpaceAfter=No -22 150 150 NUM CD NumType=Card 21 nummod 21:nummod SpaceAfter=No +22 150 150 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod SpaceAfter=No 23 ... ... PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-100592-0005 @@ -199984,7 +200102,7 @@ 4 really really ADV RB _ 5 advmod 5:advmod _ 5 well well ADV RB Degree=Pos 3 advmod 3:advmod _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 thaks thanks NOUN NN Number=Sing|Typo=Yes 1 conj 1:conj:and _ +7 thaks thanks NOUN NN Number=Sing|Typo=Yes 1 conj 1:conj:and CorrectForm=thanks 8 4 for ADP IN Abbr=Yes 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 cheap cheap ADJ JJ Degree=Pos 11 amod 11:amod _ @@ -199999,10 +200117,10 @@ 4 guys guy NOUN NNS Number=Plur 1 list 1:list _ 5 a a NOUN NN Number=Sing 1 list 1:list SpaceAfter=No 6 +++++ +++++ SYM SYM _ 5 compound 5:compound _ -7 reccommend recommend VERB VB Typo=Yes|VerbForm=Inf 1 list 1:list _ +7 reccommend recommend VERB VB Typo=Yes|VerbForm=Inf 1 list 1:list CorrectForm=recommend 8 to to ADP IN _ 9 case 9:case _ -9 anyone anyone PRON NN Number=Sing 7 obl 7:obl:to SpaceAfter=No -10 !!!!!!!!!! !!!!!!!!!! PUNCT . _ 4 punct 4:punct _ +9 anyone anyone PRON NN Number=Sing|PronType=Ind 7 obl 7:obl:to SpaceAfter=No +10 !!!!!!!!!! !!!!!!!!!! PUNCT . _ 1 punct 1:punct _ # newdoc id = reviews-291046 # sent_id = reviews-291046-0001 @@ -200010,10 +200128,10 @@ # text = Hams on Friendly ... RIP 1-2 Hams _ _ _ _ _ _ _ _ 1 Ham Ham PROPN NNP Number=Sing 0 root 0:root _ -2 s 's PART POS _ 1 case 1:case _ +2 s 's PART POS Typo=Yes 1 case 1:case CorrectForm='s 3 on on ADP IN _ 4 case 4:case _ 4 Friendly Friendly PROPN NNP Number=Sing 1 nmod 1:nmod:on _ -5 ... ... PUNCT , _ 1 punct 1:punct _ +5 ... ... PUNCT , _ 6 punct 6:punct _ 6 RIP rip INTJ UH _ 1 discourse 1:discourse _ # sent_id = reviews-291046-0002 @@ -200027,8 +200145,8 @@ 5 Ham Ham PROPN NNP Number=Sing 7 nmod:poss 7:nmod:poss _ 6 's 's PART POS _ 5 case 5:case _ 7 restaurant restaurant NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ -9 expanded expand VERB VBN Tense=Past|VerbForm=Part 7 acl 7:acl _ +8 , , PUNCT , _ 9 punct 9:punct _ +9 expanded expand VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl _ 10 into into ADP IN _ 13 case 13:case _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 regional regional ADJ JJ Degree=Pos 13 amod 13:amod _ @@ -200036,14 +200154,14 @@ 14 in in ADP IN _ 17 case 17:case _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 late late ADJ JJ Degree=Pos 17 amod 17:amod _ -17 80's 80' NOUN NNS Number=Plur 9 obl 9:obl:in _ -18 -- -- PUNCT , _ 7 punct 7:punct _ +17 80's 80s NOUN NNS Number=Plur 9 obl 9:obl:in _ +18 -- -- PUNCT , _ 24 punct 24:punct _ 19 but but CCONJ CC _ 24 cc 24:cc _ 20 this this DET DT Number=Sing|PronType=Dem 21 det 21:det _ 21 one one NOUN NN Number=Sing 24 nsubj 24:nsubj _ 22 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ 23 no no ADV RB _ 24 advmod 24:advmod _ -24 more more ADV RBR _ 7 conj 7:conj:but SpaceAfter=No +24 more more ADJ JJR Degree=Cmp 7 conj 7:conj:but SpaceAfter=No 25 . . PUNCT . _ 7 punct 7:punct _ # sent_id = reviews-291046-0003 @@ -200054,7 +200172,7 @@ 4 times time NOUN NNS Number=Plur 1 nmod 1:nmod:of _ 5 and and CCONJ CC _ 10 cc 10:cc _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 suspect suspect VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ +7 suspect suspect VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 parataxis 10:parataxis _ 8 failing fail VERB VBG VerbForm=Ger 10 amod 10:amod _ 9 corporate corporate ADJ JJ Degree=Pos 10 amod 10:amod _ 10 management management NOUN NN Number=Sing 4 conj 1:nmod:of|4:conj:and SpaceAfter=No @@ -200062,11 +200180,11 @@ # sent_id = reviews-291046-0004 # text = According to news accounts, the company is struggling. -1 According accord VERB VBG VerbForm=Ger 4 case 4:case _ -2 to to ADP IN _ 4 case 4:case _ +1 According accord VERB VBG ExtPos=ADP|VerbForm=Ger 4 case 4:case _ +2 to to ADP IN _ 1 fixed 1:fixed _ 3 news news NOUN NN Number=Sing 4 compound 4:compound _ -4 accounts account NOUN NNS Number=Plur 9 obl 9:obl:to SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct _ +4 accounts account NOUN NNS Number=Plur 9 obl 9:obl:according_to SpaceAfter=No +5 , , PUNCT , _ 4 punct 4:punct _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 company company NOUN NN Number=Sing 9 nsubj 9:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ @@ -200076,12 +200194,12 @@ # sent_id = reviews-291046-0005 # text = I have many fond memories of my college evenings there long ago. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 many many ADJ JJ Degree=Pos 5 amod 5:amod _ 4 fond fond ADJ JJ Degree=Pos 5 amod 5:amod _ 5 memories memory NOUN NNS Number=Plur 2 obj 2:obj _ 6 of of ADP IN _ 9 case 9:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 8 college college NOUN NN Number=Sing 9 compound 9:compound _ 9 evenings evening NOUN NNS Number=Plur 5 nmod 5:nmod:of _ 10 there there ADV RB PronType=Dem 9 advmod 9:advmod _ @@ -200095,7 +200213,7 @@ 2 long long ADV RB Degree=Pos 0 root 0:root _ 3-4 Hams _ _ _ _ _ _ _ _ 3 Ham Ham PROPN NNP Number=Sing 2 vocative 2:vocative _ -4 s 's PART POS _ 3 case 3:case _ +4 s 's PART POS Typo=Yes 3 case 3:case CorrectForm='s 5 ... ... PUNCT , _ 9 punct 9:punct _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj:pass 9:nsubj:pass _ 7 will will AUX MD VerbForm=Fin 9 aux 9:aux _ @@ -200108,29 +200226,29 @@ # newpar id = reviews-084373-p0001 # text = We are very pleased with the services of First Glass Window. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 pleased pleased ADJ JJ Degree=Pos 0 root 0:root _ 5 with with ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 services service NOUN NNS Number=Plur 4 obl 4:obl:with _ 8 of of ADP IN _ 11 case 11:case _ -9 First First PROPN NNP Number=Sing 10 compound 10:compound _ +9 First First ADJ NNP NumForm=Word|NumType=Ord 10 amod 10:amod _ 10 Glass Glass PROPN NNP Number=Sing 11 compound 11:compound _ 11 Window Window PROPN NNP Number=Sing 7 nmod 7:nmod:of SpaceAfter=No 12 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-084373-0002 # text = Our window panes were so dirty that they needed a specialist to come and clean them. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 window window NOUN NN Number=Sing 3 compound 3:compound _ 3 panes pane NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -4 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 cop 6:cop _ +4 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 5 so so ADV RB _ 6 advmod 6:advmod _ 6 dirty dirty ADJ JJ Degree=Pos 0 root 0:root _ 7 that that SCONJ IN _ 9 mark 9:mark _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 needed need VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:that _ +9 needed need VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:that _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 specialist specialist NOUN NN Number=Sing 9 obj 9:obj|13:nsubj:xsubj|15:nsubj:xsubj _ 12 to to PART TO _ 13 mark 13:mark _ @@ -200143,12 +200261,12 @@ # sent_id = reviews-084373-0003 # text = We called few companies before we decide to hire them. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 called call VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 few few ADJ JJ Degree=Pos 4 amod 4:amod _ 4 companies company NOUN NNS Number=Plur 2 obj 2:obj _ 5 before before SCONJ IN _ 7 mark 7:mark _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ -7 decide decide VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:before _ +7 decide decide VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:before _ 8 to to PART TO _ 9 mark 9:mark _ 9 hire hire VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 9 obj 9:obj SpaceAfter=No @@ -200157,12 +200275,12 @@ # sent_id = reviews-084373-0004 # text = They came on time and completed their work quickly. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|6:nsubj _ -2 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 came come VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 on on ADP IN _ 4 case 4:case _ 4 time time NOUN NN Number=Sing 2 obl 2:obl:on _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 completed complete VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ -7 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 completed complete VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +7 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 work work NOUN NN Number=Sing 6 obj 6:obj _ 9 quickly quickly ADV RB _ 6 advmod 6:advmod SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ @@ -200170,13 +200288,13 @@ # sent_id = reviews-084373-0005 # text = We were very happy how clean looked our windows. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 cop 4:cop _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 happy happy ADJ JJ Degree=Pos 0 root 0:root _ -5 how how SCONJ WRB PronType=Int 6 mark 6:mark _ -6 clean clean ADJ JJ Degree=Pos 7 advmod 7:advmod _ -7 looked look VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl _ -8 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +5 how how ADV WRB PronType=Int 6 advmod 6:advmod _ +6 clean clean ADJ JJ Degree=Pos 7 xcomp 7:xcomp _ +7 looked look VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 advcl 4:advcl _ +8 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 windows window NOUN NNS Number=Plur 7 nsubj 7:nsubj SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ @@ -200184,13 +200302,13 @@ # text = If you have some problems with your windows, you should call them. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ -4 some some DET DT _ 5 det 5:det _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ +4 some some DET DT PronType=Ind 5 det 5:det _ 5 problems problem NOUN NNS Number=Plur 3 obj 3:obj _ 6 with with ADP IN _ 8 case 8:case _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 windows window NOUN NNS Number=Plur 5 nmod 5:nmod:with SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ +9 , , PUNCT , _ 3 punct 3:punct _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ 11 should should AUX MD VerbForm=Fin 12 aux 12:aux _ 12 call call VERB VB VerbForm=Inf 0 root 0:root _ @@ -200213,7 +200331,7 @@ # newpar id = reviews-201972-p0002 # text = I came in to town for a week and forgot my trainers! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|10:nsubj _ -2 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 came come VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 in in ADP IN _ 5 case 5:case _ 4 to to ADP IN _ 5 case 5:case _ 5 town town NOUN NN Number=Sing 2 obl 2:obl:to _ @@ -200221,8 +200339,8 @@ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 week week NOUN NN Number=Sing 2 obl 2:obl:for _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 forgot forget VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 forgot forget VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 trainers trainer NOUN NNS Number=Plur 10 obj 10:obj SpaceAfter=No 13 ! ! PUNCT . _ 2 punct 2:punct _ @@ -200235,9 +200353,9 @@ # sent_id = reviews-201972-0004 # text = I came in 30 min before close and the staff was super helpful. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 came come VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 in in ADV RB _ 2 advmod 2:advmod _ -4 30 30 NUM CD NumType=Card 5 nummod 5:nummod _ +4 30 30 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 min minute NOUN NNS Abbr=Yes|Number=Plur 7 nmod:npmod 7:nmod:npmod _ 6 before before ADP IN _ 7 case 7:case _ 7 close close NOUN NN Number=Sing 2 obl 2:obl:before _ @@ -200252,7 +200370,7 @@ # sent_id = reviews-201972-0005 # text = They spent a lot of time with me and got me into a great pair of shoes. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|10:nsubj _ -2 spent spend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 spent spend VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 lot lot NOUN NN Number=Sing 2 obj 2:obj _ 5 of of ADP IN _ 6 case 6:case _ @@ -200260,7 +200378,7 @@ 7 with with ADP IN _ 8 case 8:case _ 8 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obl 2:obl:with _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +10 got get VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 11 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 10 obj 10:obj _ 12 into into ADP IN _ 15 case 15:case _ 13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ @@ -200273,17 +200391,17 @@ # sent_id = reviews-201972-0006 # text = I think they may even be better than the pair I have been using this past year! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 4 may may AUX MD VerbForm=Fin 7 aux 7:aux _ 5 even even ADV RB _ 7 advmod 7:advmod _ 6 be be AUX VB VerbForm=Inf 7 cop 7:cop _ -7 better better ADJ JJR Degree=Cmp 2 ccomp 2:ccomp _ +7 better good ADJ JJR Degree=Cmp 2 ccomp 2:ccomp _ 8 than than ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 pair pair NOUN NN Number=Sing 7 obl 7:obl:than _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -12 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +12 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 been be AUX VBN Tense=Past|VerbForm=Part 14 aux 14:aux _ 14 using use VERB VBG Tense=Pres|VerbForm=Part 10 acl:relcl 10:acl:relcl _ 15 this this DET DT Number=Sing|PronType=Dem 17 det 17:det _ @@ -200314,49 +200432,49 @@ 5 place place NOUN NN Number=Sing 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 get get VERB VB VerbForm=Inf 5 acl 5:acl:to _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 hair hair NOUN NN Number=Sing 7 obj 7:obj|10:nsubj:xsubj _ -10 done do VERB VBN Tense=Past|VerbForm=Part 7 xcomp 7:xcomp SpaceAfter=No +10 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 xcomp 7:xcomp SpaceAfter=No 11 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-103952-0003 # text = I have gone there time and time again whenever I need to get my hair done or when I want a haircut. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 gone go VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 there there ADV RB PronType=Dem 3 advmod 3:advmod _ 5 time time NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 time time NOUN NN Number=Sing 5 conj 3:obl:tmod|5:conj:and _ 8 again again ADV RB _ 7 advmod 7:advmod _ -9 whenever whenever SCONJ WRB PronType=Int 11 mark 11:mark _ +9 whenever whenever ADV WRB PronType=Int 11 advmod 11:advmod _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj|13:nsubj:xsubj _ -11 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl _ +11 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl _ 12 to to PART TO _ 13 mark 13:mark _ 13 get get VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 hair hair NOUN NN Number=Sing 13 obj 13:obj|16:nsubj:xsubj _ -16 done do VERB VBN Tense=Past|VerbForm=Part 13 xcomp 13:xcomp _ +16 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 xcomp 13:xcomp _ 17 or or CCONJ CC _ 20 cc 20:cc _ -18 when when SCONJ WRB PronType=Int 20 mark 20:mark _ +18 when when ADV WRB PronType=Int 20 advmod 20:advmod _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 conj 3:advcl|11:conj:or _ +20 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 conj 3:advcl|11:conj:or _ 21 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 22 haircut haircut NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No 23 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-103952-0004 # text = When I get my hair done there, they use enough hairstyling products while it does not ruin your hair. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:when _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 get get VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:when _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 hair hair NOUN NN Number=Sing 3 obj 3:obj|6:nsubj:xsubj _ -6 done do VERB VBN Tense=Past|VerbForm=Part 3 xcomp 3:xcomp _ +6 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 xcomp 3:xcomp _ 7 there there ADV RB PronType=Dem 6 advmod 6:advmod SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +8 , , PUNCT , _ 3 punct 3:punct _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +10 use use VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 11 enough enough ADJ JJ Degree=Pos 13 amod 13:amod _ 12 hairstyling hairstyling NOUN NN Number=Sing 13 compound 13:compound _ 13 products product NOUN NNS Number=Plur 10 obj 10:obj _ @@ -200365,7 +200483,7 @@ 16 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 17 not not PART RB _ 18 advmod 18:advmod _ 18 ruin ruin VERB VB VerbForm=Inf 10 advcl 10:advcl:while _ -19 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 hair hair NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No 21 . . PUNCT . _ 10 punct 10:punct _ @@ -200378,11 +200496,11 @@ 5 and and CCONJ CC _ 9 cc 9:cc _ 6 during during ADP IN _ 7 case 7:case _ 7 weekends weekend NOUN NNS Number=Plur 9 obl 9:obl:during _ -8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj|12:nsubj:xsubj _ +8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj _ 9 tends tend VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ -10 to to PART TO _ 12 mark 12:mark _ -11 get get VERB VB VerbForm=Inf 12 aux 12:aux _ -12 busy busy ADJ JJ Degree=Pos 9 xcomp 9:xcomp SpaceAfter=No +10 to to PART TO _ 11 mark 11:mark _ +11 get get AUX VB VerbForm=Inf 9 xcomp 9:xcomp _ +12 busy busy ADJ JJ Degree=Pos 11 xcomp 11:xcomp SpaceAfter=No 13 , , PUNCT , _ 18 punct 18:punct _ 14 but but CCONJ CC _ 18 cc 18:cc _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -200396,18 +200514,18 @@ # newpar id = reviews-162567-p0001 # text = Highly Recommend 1 Highly highly ADV RB _ 2 advmod 2:advmod _ -2 Recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 Recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ # sent_id = reviews-162567-0002 # newpar id = reviews-162567-p0002 # text = I have worked with Shannon as my massage therapist and intuitive bodyworker for years and have never been disappointed. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|19:nsubj:pass _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 worked work VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 with with ADP IN _ 5 case 5:case _ 5 Shannon Shannon PROPN NNP Number=Sing 3 obl 3:obl:with _ 6 as as ADP IN _ 9 case 9:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 8 massage massage NOUN NN Number=Sing 9 compound 9:compound _ 9 therapist therapist NOUN NN Number=Sing 5 nmod 5:nmod:as _ 10 and and CCONJ CC _ 12 cc 12:cc _ @@ -200416,49 +200534,49 @@ 13 for for ADP IN _ 14 case 14:case _ 14 years year NOUN NNS Number=Plur 3 obl 3:obl:for _ 15 and and CCONJ CC _ 19 cc 19:cc _ -16 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ +16 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 17 never never ADV RB _ 19 advmod 19:advmod _ 18 been be AUX VBN Tense=Past|VerbForm=Part 19 aux:pass 19:aux:pass _ -19 disappointed disappoint VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:and SpaceAfter=No +19 disappointed disappoint VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 conj 3:conj:and SpaceAfter=No 20 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-162567-0003 # text = No matter what state I am in when I arrive, I always leave feeling better. -1 No no ADV RB _ 2 advmod 2:advmod _ -2 matter matter ADV RB _ 14 obl:npmod 14:obl:npmod _ +1 No no DET DT PronType=Neg 2 det 2:det _ +2 matter matter NOUN NN Number=Sing 14 obl:npmod 14:obl:npmod _ 3 what what DET WDT PronType=Int 4 det 4:det _ -4 state state NOUN NN Number=Sing 2 obj 2:obj _ -5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -6 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ -7 in in ADP IN _ 4 acl:relcl 4:acl:relcl _ -8 when when SCONJ WRB PronType=Int 10 mark 10:mark _ +4 state state NOUN NN Number=Sing 2 acl 2:acl _ +5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +6 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +7 in in ADP IN _ 4 case 4:case _ +8 when when ADV WRB PronType=Int 10 advmod 10:advmod _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 arrive arrive VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:when SpaceAfter=No -11 , , PUNCT , _ 14 punct 14:punct _ +10 arrive arrive VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:when SpaceAfter=No +11 , , PUNCT , _ 2 punct 2:punct _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 13 always always ADV RB _ 14 advmod 14:advmod _ -14 leave leave VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +14 leave leave VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 15 feeling feel VERB VBG VerbForm=Ger 14 advcl 14:advcl _ -16 better better ADJ JJR Degree=Cmp 15 xcomp 15:xcomp SpaceAfter=No +16 better good ADJ JJR Degree=Cmp 15 xcomp 15:xcomp SpaceAfter=No 17 . . PUNCT . _ 14 punct 14:punct _ # sent_id = reviews-162567-0004 # text = She has not only helped me through some challenging computer-work and sports related injuries, she was wonderful to work with throughout my pregnancy and beyond. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 2 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ -3 not not ADV RB _ 4 advmod 4:advmod _ -4 only only ADV RB _ 5 cc:preconj 5:cc:preconj _ +3 not not PART RB _ 5 advmod 5:advmod _ +4 only only ADV RB _ 5 advmod 5:advmod _ 5 helped help VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 obj 5:obj _ 7 through through ADP IN _ 16 case 16:case _ -8 some some DET DT _ 16 det 16:det _ +8 some some DET DT PronType=Ind 16 det 16:det _ 9 challenging challenging ADJ JJ Degree=Pos 16 amod 16:amod _ 10 computer computer NOUN NN Number=Sing 12 compound 12:compound SpaceAfter=No -11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No 12 work work NOUN NN Number=Sing 15 compound 15:compound _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 sports sport NOUN NNS Number=Plur 12 conj 12:conj:and|15:compound _ -15 related relate VERB VBN Tense=Past|VerbForm=Part 16 amod 16:amod _ +15 related relate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 amod 16:amod _ 16 injuries injury NOUN NNS Number=Plur 5 obl 5:obl:through SpaceAfter=No 17 , , PUNCT , _ 20 punct 20:punct _ 18 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ @@ -200468,7 +200586,7 @@ 22 work work VERB VB VerbForm=Inf 20 advcl 20:advcl:to _ 23 with with ADP IN _ 22 obl 22:obl _ 24 throughout throughout ADP IN _ 26 case 26:case _ -25 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 pregnancy pregnancy NOUN NN Number=Sing 22 obl 22:obl:throughout _ 27 and and CCONJ CC _ 28 cc 28:cc _ 28 beyond beyond ADV RB _ 26 conj 22:obl:throughout|26:conj:and SpaceAfter=No @@ -200478,7 +200596,7 @@ # text = I highly recommend her. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 highly highly ADV RB _ 3 advmod 3:advmod _ -3 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj SpaceAfter=No 5 . . PUNCT . _ 3 punct 3:punct _ @@ -200486,7 +200604,7 @@ # sent_id = reviews-029230-0001 # newpar id = reviews-029230-p0001 # text = Best Store In Boothbay Harbor -1 Best best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Best good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 Store store NOUN NN Number=Sing 0 root 0:root _ 3 In in ADP IN _ 5 case 5:case _ 4 Boothbay Boothbay PROPN NNP Number=Sing 5 compound 5:compound _ @@ -200495,13 +200613,13 @@ # sent_id = reviews-029230-0002 # newpar id = reviews-029230-p0002 # text = What a fantastic store, I love this place. -1 What what DET WDT PronType=Int 4 det 4:det _ +1 What what DET WDT PronType=Int 4 det:predet 4:det:predet _ 2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 fantastic fantastic ADJ JJ Degree=Pos 4 amod 4:amod _ 4 store store NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 7 punct 7:punct _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ +7 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ 8 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 place place NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ @@ -200514,18 +200632,18 @@ 4 old old ADJ JJ Degree=Pos 5 amod 5:amod _ 5 stuff stuff NOUN NN Number=Sing 0 root 0:root|11:obj _ 6 that that PRON WDT PronType=Rel 11 obj 5:ref _ -7 all all DET PDT _ 10 det:predet 10:det:predet _ +7 all all DET PDT PronType=Tot 10 det:predet 10:det:predet _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 other other ADJ JJ Degree=Pos 10 amod 10:amod _ 10 stores store NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -11 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl SpaceAfter=No +11 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl SpaceAfter=No 12 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-029230-0004 # text = Their items are very unique, great quality, great prices. -1 Their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 items item NOUN NNS Number=Plur 5 nsubj 5:nsubj|8:nsubj|11:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 very very ADV RB _ 5 advmod 5:advmod _ 5 unique unique ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 6 , , PUNCT , _ 8 punct 8:punct _ @@ -200540,48 +200658,48 @@ # text = They also have the best tea I ever had, not at all like the junk you get at the grocery stores, I stock up when ever there because they are closed in the winter. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 best best ADJ JJS Degree=Sup 6 amod 6:amod _ +5 best good ADJ JJS Degree=Sup 6 amod 6:amod _ 6 tea tea NOUN NN Number=Sing 3 obj 3:obj _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 8 ever ever ADV RB _ 9 advmod 9:advmod _ -9 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl SpaceAfter=No -10 , , PUNCT , _ 3 punct 3:punct _ +9 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl SpaceAfter=No +10 , , PUNCT , _ 16 punct 16:punct _ 11 not not PART RB _ 13 advmod 13:advmod _ -12 at at ADV RB _ 13 case 13:case _ -13 all all ADV RB _ 16 nmod 16:nmod:at _ +12 at at ADP IN _ 13 case 13:case _ +13 all all DET DT PronType=Tot 16 nmod 16:nmod:at _ 14 like like ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 junk junk NOUN NN Number=Sing 3 obl 3:obl:like _ 17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ -18 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ +18 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ 19 at at ADP IN _ 22 case 22:case _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 21 grocery grocery NOUN NN Number=Sing 22 compound 22:compound _ 22 stores store NOUN NNS Number=Plur 18 obl 18:obl:at SpaceAfter=No -23 , , PUNCT , _ 3 punct 3:punct _ +23 , , PUNCT , _ 25 punct 25:punct _ 24 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 25 nsubj 25:nsubj _ -25 stock stock VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +25 stock stock VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 26 up up ADP RP _ 25 compound:prt 25:compound:prt _ -27 when when SCONJ GW _ 29 mark 29:mark _ -28 ever ever ADV WRB PronType=Int 27 goeswith 27:goeswith _ +27 when whenever ADV GW PronType=Int|Typo=Yes 29 advmod 29:advmod _ +28 ever _ X WRB _ 27 goeswith 27:goeswith _ 29 there there ADV RB PronType=Dem 25 advcl 25:advcl _ 30 because because SCONJ IN _ 33 mark 33:mark _ 31 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 33 nsubj 33:nsubj _ -32 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 33 cop 33:cop _ +32 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 33 cop 33:cop _ 33 closed closed ADJ JJ Degree=Pos 25 advcl 25:advcl:because _ 34 in in ADP IN _ 36 case 36:case _ 35 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ 36 winter winter NOUN NN Number=Sing 33 obl 33:obl:in SpaceAfter=No -37 . . PUNCT . _ 3 punct 3:punct SpaceAfter=No +37 . . PUNCT . _ 3 punct 3:punct _ # newdoc id = reviews-035726 # sent_id = reviews-035726-0001 # newpar id = reviews-035726-p0001 # text = The BEST 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 BEST best ADJ JJS Degree=Sup 0 root 0:root _ +2 BEST good ADJ JJS Degree=Sup 0 root 0:root _ # sent_id = reviews-035726-0002 # newpar id = reviews-035726-p0002 @@ -200589,9 +200707,9 @@ 1 Dr. Dr. PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 2 Aster Aster PROPN NNP Number=Sing 1 flat 1:flat _ 3 and and CCONJ CC _ 5 cc 5:cc _ -4 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 team team NOUN NN Number=Sing 1 conj 1:conj:and|10:nsubj _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +6 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 7 been be AUX VBN Tense=Past|VerbForm=Part 10 cop 10:cop _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 strong strong ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -200600,8 +200718,8 @@ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 health health NOUN NN Number=Sing 10 nmod 10:nmod:in _ 14 of of ADP IN _ 17 case 17:case _ -15 both both DET PDT _ 17 det:predet 17:det:predet _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 both both DET PDT PronType=Tot 17 det:predet 17:det:predet _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 daughters daughter NOUN NNS Number=Plur 13 nmod 13:nmod:of SpaceAfter=No 18 . . PUNCT . _ 10 punct 10:punct _ @@ -200612,7 +200730,7 @@ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 very very ADV RB _ 5 advmod 5:advmod _ 5 kind kind ADJ JJ Degree=Pos 0 root 0:root _ -6 an and CCONJ CC Typo=Yes 7 cc 7:cc _ +6 an and CCONJ CC Typo=Yes 7 cc 7:cc CorrectForm=and 7 gentle gentle ADJ JJ Degree=Pos 5 conj 5:conj:and _ 8 with with ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -200634,14 +200752,14 @@ # text = She is and excellent doctor to have on one's team. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -3 and a DET DT Typo=Yes 5 det 5:det _ +3 and a DET DT Definite=Ind|PronType=Art|Typo=Yes 5 det 5:det CorrectForm=an 4 excellent excellent ADJ JJ Degree=Pos 5 amod 5:amod _ 5 doctor doctor NOUN NN Number=Sing 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 have have VERB VB VerbForm=Inf 5 acl 5:acl:to _ 8 on on ADP IN _ 11 case 11:case _ 9-10 one's _ _ _ _ _ _ _ _ -9 one one PRON PRP _ 11 nmod:poss 11:nmod:poss _ +9 one one PRON PRP Number=Sing|Person=3|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 's 's PART POS _ 9 case 9:case _ 11 team team NOUN NN Number=Sing 7 obl 7:obl:on SpaceAfter=No 12 . . PUNCT . _ 5 punct 5:punct _ @@ -200651,43 +200769,43 @@ 1 Even even ADV RB _ 4 advmod 4:advmod _ 2 though though SCONJ IN _ 4 mark 4:mark _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:though _ +4 live live VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:though _ 5 pretty pretty ADV RB _ 6 advmod 6:advmod _ 6 far far ADV RB Degree=Pos 4 advmod 4:advmod _ 7 from from ADP IN _ 9 case 9:case _ -8 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 office office NOUN NN Number=Sing 6 obl 6:obl:from _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 11 still still ADV RB _ 12 advmod 12:advmod _ -12 make make VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +12 make make VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 trip trip NOUN NN Number=Sing 12 obj 12:obj _ 15 so so SCONJ IN _ 19 mark 19:mark _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 daughters daughter NOUN NNS Number=Plur 19 nsubj 19:nsubj _ 18 will will AUX MD VerbForm=Fin 19 aux 19:aux _ 19 have have VERB VB VerbForm=Inf 12 advcl 12:advcl:so _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -21 BEST best ADJ JJS Degree=Sup 19 obj 19:obj SpaceAfter=No +21 BEST good ADJ JJS Degree=Sup 19 obj 19:obj SpaceAfter=No 22 ! ! PUNCT . _ 12 punct 12:punct _ # newdoc id = reviews-332105 # sent_id = reviews-332105-0001 # newpar id = reviews-332105-p0001 # text = My wife and I avoided doing some fairly simple electrical re-wiring in our home for several years due to overall hassle and cost involved. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 wife wife NOUN NN Number=Sing 5 nsubj 5:nsubj|6:nsubj:xsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 conj 2:conj:and|5:nsubj|6:nsubj:xsubj _ -5 avoided avoid VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 avoided avoid VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 doing do VERB VBG VerbForm=Ger 5 xcomp 5:xcomp _ -7 some some DET DT _ 11 det 11:det _ +7 some some DET DT PronType=Ind 11 det 11:det _ 8 fairly fairly ADV RB _ 9 advmod 9:advmod _ 9 simple simple ADJ JJ Degree=Pos 11 amod 11:amod _ 10 electrical electrical ADJ JJ Degree=Pos 11 amod 11:amod _ 11 re-wiring re-wiring NOUN NN Number=Sing 6 obj 6:obj _ 12 in in ADP IN _ 14 case 14:case _ -13 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 home home NOUN NN Number=Sing 11 nmod 11:nmod:in _ 15 for for ADP IN _ 17 case 17:case _ 16 several several ADJ JJ Degree=Pos 17 amod 17:amod _ @@ -200698,20 +200816,20 @@ 21 hassle hassle NOUN NN Number=Sing 6 obl 6:obl:due_to _ 22 and and CCONJ CC _ 23 cc 23:cc _ 23 cost cost NOUN NN Number=Sing 21 conj 6:obl:due_to|21:conj:and _ -24 involved involve VERB VBN Tense=Past|VerbForm=Part 21 acl 21:acl SpaceAfter=No +24 involved involve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 acl 21:acl SpaceAfter=No 25 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-332105-0002 # text = I finally called Matt from Bonafide and he made the project both easy for us and reasonable. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 finally finally ADV RB _ 3 advmod 3:advmod _ -3 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 Matt Matt PROPN NNP Number=Sing 3 obj 3:obj _ 5 from from ADP IN _ 6 case 6:case _ 6 Bonafide Bonafide PROPN NNP Number=Sing 4 nmod 4:nmod:from _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +9 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 project project NOUN NN Number=Sing 9 obj 9:obj|13:nsubj:xsubj|17:nsubj:xsubj _ 12 both both CCONJ CC _ 13 cc:preconj 13:cc:preconj _ @@ -200724,11 +200842,11 @@ # sent_id = reviews-332105-0003 # text = He was prompt, knowledgable, friendly, clean and just an overall great guy who obviously cares about his business. -1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ +1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ +2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 prompt prompt ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 , , PUNCT , _ 5 punct 5:punct _ -5 knowledgable knowledgeable ADJ JJ Degree=Pos|Typo=Yes 3 conj 3:conj:and SpaceAfter=No +5 knowledgable knowledgeable ADJ JJ Degree=Pos|Typo=Yes 3 conj 3:conj:and CorrectForm=knowledgeable|SpaceAfter=No 6 , , PUNCT , _ 7 punct 7:punct _ 7 friendly friendly ADJ JJ Degree=Pos 3 conj 3:conj:and SpaceAfter=No 8 , , PUNCT , _ 9 punct 9:punct _ @@ -200743,16 +200861,16 @@ 17 obviously obviously ADV RB _ 18 advmod 18:advmod _ 18 cares care VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ 19 about about ADP IN _ 21 case 21:case _ -20 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 business business NOUN NN Number=Sing 18 obl 18:obl:about SpaceAfter=No -22 . . PUNCT . _ 9 punct 9:punct _ +22 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-332105-0004 # text = I will reccommend his services however/whenever possible! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 will will AUX MD VerbForm=Fin 3 aux 3:aux _ -3 reccommend recommend VERB VB Typo=Yes|VerbForm=Inf 0 root 0:root _ -4 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 reccommend recommend VERB VB Typo=Yes|VerbForm=Inf 0 root 0:root CorrectForm=recommend +4 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 services service NOUN NNS Number=Plur 3 obj 3:obj _ 6 however however ADV WRB PronType=Int 3 advmod 3:advmod SpaceAfter=No 7 / / SYM SYM _ 8 cc 8:cc SpaceAfter=No @@ -200772,24 +200890,24 @@ # text = I've had writer friends describe horror stories with their printers. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 writer writer NOUN NN Number=Sing 5 compound 5:compound _ -5 friends friend NOUN NNS Number=Plur 3 obj 3:obj _ -6 describe describe VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +5 friends friend NOUN NNS Number=Plur 3 obj 3:obj|6:nsubj:xsubj _ +6 describe describe VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 7 horror horror NOUN NN Number=Sing 8 compound 8:compound _ 8 stories story NOUN NNS Number=Plur 6 obj 6:obj _ 9 with with ADP IN _ 11 case 11:case _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 printers printer NOUN NNS Number=Plur 6 obl 6:obl:with SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-127252-0003 # text = I tell them: why not just go with these guys? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 tell tell VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 2 obj 2:obj SpaceAfter=No -4 : : PUNCT : _ 2 punct 2:punct _ +2 tell tell VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 2 iobj 2:iobj SpaceAfter=No +4 : : PUNCT : _ 8 punct 8:punct _ 5 why why ADV WRB PronType=Int 8 advmod 8:advmod _ 6 not not PART RB _ 8 advmod 8:advmod _ 7 just just ADV RB _ 8 advmod 8:advmod _ @@ -200806,7 +200924,7 @@ 3 and and CCONJ CC _ 5 cc 5:cc _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 gang gang NOUN NN Number=Sing 1 conj 1:conj:and|7:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 7 pros pro NOUN NNS Number=Plur 0 root 0:root _ 8 from from ADP IN _ 9 case 9:case _ 9 start start NOUN NN Number=Sing 7 obl 7:obl:from _ @@ -200817,11 +200935,11 @@ # sent_id = reviews-127252-0005 # text = They set out to exceed your expectations. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|5:nsubj:xsubj _ -2 set set VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 set set VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 out out ADP RP _ 2 compound:prt 2:compound:prt _ 4 to to PART TO _ 5 mark 5:mark _ 5 exceed exceed VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 expectations expectation NOUN NNS Number=Plur 5 obj 5:obj SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ @@ -200830,7 +200948,7 @@ 1 Already already ADV RB _ 4 advmod 4:advmod _ 2-3 I'm _ _ _ _ _ _ _ _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -3 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 considering consider VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 future future ADJ JJ Degree=Pos 6 amod 6:amod _ 6 projects project NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No @@ -200839,17 +200957,17 @@ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 10 can can AUX MD VerbForm=Fin 11 aux 11:aux _ 11 assure assure VERB VB VerbForm=Inf 4 conj 4:conj:and _ -12 you you PRON PRP Case=Acc|Person=2|PronType=Prs 11 obj 11:obj _ +12 you you PRON PRP Case=Acc|Person=2|PronType=Prs 11 iobj 11:iobj _ 13 that that SCONJ IN _ 21 mark 21:mark _ 14 for for ADP IN _ 17 case 17:case _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 16 printing printing NOUN NN Number=Sing 17 compound 17:compound _ 17 needs need NOUN NNS Number=Plur 21 obl 21:obl:for _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ 19 will will AUX MD VerbForm=Fin 21 aux 21:aux _ 20 be be AUX VB VerbForm=Inf 21 aux 21:aux _ 21 choosing choose VERB VBG Tense=Pres|VerbForm=Part 11 ccomp 11:ccomp _ -22 no no DET DT _ 23 det 23:det _ +22 no no DET DT PronType=Neg 23 det 23:det _ 23 other other ADJ JJ Degree=Pos 21 obj 21:obj _ 24 than than ADP IN _ 28 case 28:case _ 25 Atlanta Atlanta PROPN NNP Number=Sing 28 compound 28:compound _ @@ -200863,14 +200981,14 @@ # newpar id = reviews-109263-p0001 # text = I have been here 3 times and all 3 times it has been bad! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 cop 4:cop _ 4 here here ADV RB PronType=Dem 0 root 0:root _ -5 3 3 NUM CD NumType=Card 6 nummod 6:nummod _ +5 3 3 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 times time NOUN NNS Number=Plur 4 obl:tmod 4:obl:tmod _ 7 and and CCONJ CC _ 14 cc 14:cc _ -8 all all DET PDT _ 10 det 10:det _ -9 3 3 NUM CD NumType=Card 10 nummod 10:nummod _ +8 all all DET PDT PronType=Tot 10 det 10:det _ +9 3 3 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 times time NOUN NNS Number=Plur 14 obl:tmod 14:obl:tmod _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 12 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ @@ -200881,13 +200999,13 @@ # sent_id = reviews-109263-0002 # text = They have messed up my order and.... The food was just not good! 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 messed mess VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 up up ADP RP _ 3 compound:prt 3:compound:prt _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 order order NOUN NN Number=Sing 3 obj 3:obj _ 7 and and CCONJ CC _ 14 cc 14:cc SpaceAfter=No -8 .... .... PUNCT , _ 3 punct 3:punct _ +8 .... .... PUNCT , _ 7 punct 7:punct _ 9 The the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 food food NOUN NN Number=Sing 14 nsubj 14:nsubj _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ @@ -200899,37 +201017,37 @@ # sent_id = reviews-109263-0003 # text = I had sonic in many other palces but for some reason this sonic is always just covered in grease and not good... :( 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|24:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 sonic sonic PROPN NNP Number=Sing 2 obj 2:obj _ 4 in in ADP IN _ 7 case 7:case _ 5 many many ADJ JJ Degree=Pos 7 amod 7:amod _ 6 other other ADJ JJ Degree=Pos 7 amod 7:amod _ -7 palces place NOUN NNS Number=Plur|Typo=Yes 2 obl 2:obl:in _ +7 palces place NOUN NNS Number=Plur|Typo=Yes 2 obl 2:obl:in CorrectForm=places 8 but but CCONJ CC _ 17 cc 17:cc _ 9 for for ADP IN _ 11 case 11:case _ -10 some some DET DT _ 11 det 11:det _ +10 some some DET DT PronType=Ind 11 det 11:det _ 11 reason reason NOUN NN Number=Sing 17 obl 17:obl:for _ 12 this this DET DT Number=Sing|PronType=Dem 13 det 13:det _ -13 sonic sonic PROPN NNP Number=Sing 17 nsubj 17:nsubj|22:nsubj _ -14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ +13 sonic sonic PROPN NNP Number=Sing 17 nsubj:pass 17:nsubj:pass|22:nsubj _ +14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 aux:pass 17:aux:pass _ 15 always always ADV RB _ 17 advmod 17:advmod _ 16 just just ADV RB _ 17 advmod 17:advmod _ -17 covered cover VERB VBN Tense=Past|VerbForm=Part 2 conj 2:conj:but _ +17 covered cover VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 conj 2:conj:but _ 18 in in ADP IN _ 19 case 19:case _ 19 grease grease NOUN NN Number=Sing 17 obl 17:obl:in _ 20 and and CCONJ CC _ 22 cc 22:cc _ -21 not not ADV RB _ 22 advmod 22:advmod _ +21 not not PART RB _ 22 advmod 22:advmod _ 22 good good ADJ JJ Degree=Pos 17 conj 17:conj:and SpaceAfter=No -23 ... ... PUNCT . _ 2 punct 2:punct _ +23 ... ... PUNCT . _ 24 punct 24:punct _ 24 :( :( SYM NFP _ 2 conj 2:conj:but _ # sent_id = reviews-109263-0004 # text = I hope they get there act together... 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ -5 there they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 6 nmod:poss 6:nmod:poss _ +4 get get VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +5 there their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 6 nmod:poss 6:nmod:poss CorrectForm=their 6 act act NOUN NN Number=Sing 4 obj 4:obj|7:nsubj:xsubj _ 7 together together ADJ JJ Degree=Pos 4 xcomp 4:xcomp SpaceAfter=No 8 ... ... PUNCT . _ 2 punct 2:punct _ @@ -200942,7 +201060,7 @@ 4 to to PART TO _ 5 mark 5:mark _ 5 give give VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 iobj 5:iobj _ -7 one one NUM CD NumType=Card 9 nummod 9:nummod _ +7 one one NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 8 last last ADJ JJ Degree=Pos 9 amod 9:amod _ 9 chance chance NOUN NN Number=Sing 5 obj 5:obj _ 10 in in ADP IN _ 13 case 13:case _ @@ -200958,18 +201076,18 @@ # newpar id = reviews-308387-p0001 # text = I called them for an estimate and they INSULTED ME WHEN I ASK THEM QUESTIONS. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 2 obj 2:obj _ 4 for for ADP IN _ 6 case 6:case _ 5 an a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 estimate estimate NOUN NN Number=Sing 2 obl 2:obl:for _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 INSULTED insult VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +9 INSULTED insult VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 10 ME I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 9 obj 9:obj _ -11 WHEN when SCONJ WRB PronType=Int 13 mark 13:mark _ +11 WHEN when ADV WRB PronType=Int 13 advmod 13:advmod _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 ASK ask VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:when _ +13 ASK ask VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:when _ 14 THEM they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 13 iobj 13:iobj _ 15 QUESTIONS question NOUN NNS Number=Plur 13 obj 13:obj SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ @@ -200977,7 +201095,7 @@ # sent_id = reviews-308387-0002 # text = THEY ARE VERY RUDE AND NASTY. 1 THEY they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj|6:nsubj _ -2 ARE be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 ARE be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 VERY very ADV RB _ 4 advmod 4:advmod _ 4 RUDE rude ADJ JJ Degree=Pos 0 root 0:root _ 5 AND and CCONJ CC _ 6 cc 6:cc _ @@ -200997,11 +201115,11 @@ 8 IF if SCONJ IN _ 12 mark 12:mark _ 9 YOU you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj|15:nsubj:xsubj|17:nsubj:xsubj _ 10-11 DON'T _ _ _ _ _ _ _ _ -10 DO do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +10 DO do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 11 N'T not PART RB _ 12 advmod 12:advmod _ 12 WANT want VERB VB VerbForm=Inf 4 advcl 4:advcl:if _ 13 TO to PART TO _ 15 mark 15:mark SpaceAfter=No -14 : : PUNCT : _ 15 punct 15:punct _ +14 : : PUNCT : _ 13 punct 13:punct _ 15 CRY cry VERB VB VerbForm=Inf 12 xcomp 12:xcomp SpaceAfter=No 16 , , PUNCT , _ 17 punct 17:punct _ 17 HAVE have VERB VB VerbForm=Inf 15 conj 12:xcomp|15:conj _ @@ -201014,7 +201132,7 @@ 24 THE the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 DAY day NOUN NN Number=Sing 17 obl 17:obl:on _ 26 OF of ADP IN _ 28 case 28:case _ -27 YOUR you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +27 YOUR your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ 28 MOVE move NOUN NN Number=Sing 25 nmod 25:nmod:of SpaceAfter=No 29 . . PUNCT . _ 4 punct 4:punct _ @@ -201035,16 +201153,16 @@ 13 THE the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 DAY day NOUN NN Number=Sing 20 obl 20:obl:on _ 15 OF of ADP IN _ 17 case 17:case _ -16 YOUR you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 YOUR your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 MOVE move NOUN NN Number=Sing 14 nmod 14:nmod:of _ 18 THEY they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 19 WILL will AUX MD VerbForm=Fin 20 aux 20:aux _ 20 CHANGE change VERB VB VerbForm=Inf 3 conj 3:conj:and _ 21 THE the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 PRICE price NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No -23 , , PUNCT , _ 3 punct 3:punct _ +23 , , PUNCT , _ 25 punct 25:punct _ 24 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 25 nsubj 25:nsubj _ -25 GUARANTEE guarantee VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +25 GUARANTEE guarantee VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 26 IT it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 25 obj 25:obj SpaceAfter=No 27 . . PUNCT . _ 3 punct 3:punct _ @@ -201054,15 +201172,15 @@ # text = You've Got Maids did a fabulous job cleaning my home. 1-2 You've _ _ _ _ _ _ _ _ 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 Got get VERB VBN Tense=Past|VerbForm=Part 5 csubj 5:csubj _ -4 Maids Maids PROPN NNPS Number=Plur 3 obj 3:obj _ -5 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 Maids Maid PROPN NNPS Number=Plur 3 obj 3:obj _ +5 did do VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 fabulous fabulous ADJ JJ Degree=Pos 8 amod 8:amod _ 8 job job NOUN NN Number=Sing 5 obj 5:obj _ 9 cleaning clean VERB VBG VerbForm=Ger 5 advcl 5:advcl _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 home home NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No 12 . . PUNCT . _ 5 punct 5:punct _ @@ -201074,20 +201192,20 @@ 4 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 3 obj 3:obj _ 5 to to PART TO _ 6 mark 6:mark _ 6 come come VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ -7 once once ADV RB NumType=Mult 9 case 9:case _ +7 once once ADV RB NumForm=Word|NumType=Mult 6 advmod 6:advmod _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -9 week week NOUN NN Number=Sing 6 advmod 6:advmod _ +9 week week NOUN NN Number=Sing 7 obl:tmod 7:obl:tmod _ 10 now now ADV RB _ 6 advmod 6:advmod _ 11 that that SCONJ IN _ 13 mark 13:mark _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 ccomp 10:ccomp _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 got get VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 10 ccomp 10:ccomp _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 house house NOUN NN Number=Sing 13 obj 13:obj _ -16 to to SCONJ IN _ 17 case 17:case _ -17 where where ADV WRB PronType=Int 13 obl 13:obl:to _ +16 to to ADP IN _ 17 case 17:case _ +17 where where ADV WRB PronType=Rel 13 obl 13:obl:to|20:advmod _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 19 can can AUX MD VerbForm=Fin 20 aux 20:aux _ -20 maintain maintain VERB VB VerbForm=Inf 17 acl:relcl 17:acl:relcl _ +20 maintain maintain VERB VB VerbForm=Inf 17 advcl:relcl 17:advcl:relcl _ 21 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 obj 20:obj _ 22 for for ADP IN _ 25 case 25:case _ 23 only only ADV RB _ 25 advmod 25:advmod _ @@ -201095,9 +201213,9 @@ 25 hour hour NOUN NN Number=Sing 20 obl 20:obl:for _ 26 and and CCONJ CC _ 28 cc 28:cc _ 27 a a DET DT Definite=Ind|PronType=Art 28 det 28:det _ -28 half half NOUN NN Number=Sing 25 conj 20:obl:for|25:conj:and _ -29 every every DET DT _ 31 det 31:det _ -30 two two NUM CD NumType=Card 31 nummod 31:nummod _ +28 half half NOUN NN Number=Sing|NumForm=Word|NumType=Frac 25 conj 20:obl:for|25:conj:and _ +29 every every DET DT PronType=Tot 31 det 31:det _ +30 two two NUM CD NumForm=Word|NumType=Card 31 nummod 31:nummod _ 31 weeks week NOUN NNS Number=Plur 25 nmod:tmod 25:nmod:tmod SpaceAfter=No 32 ! ! PUNCT . _ 3 punct 3:punct _ @@ -201108,37 +201226,37 @@ 3 sure sure ADJ JJ Degree=Pos 1 obl 1:obl:for _ 4 with with ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 sercvice service NOUN NN Number=Sing|Typo=Yes 1 obl 1:obl:with SpaceAfter=No +6 sercvice service NOUN NN Number=Sing|Typo=Yes 1 obl 1:obl:with CorrectForm=service|SpaceAfter=No 7 ! ! PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-026641-0004 # text = Beats having one "cleaning lady" who took twice as long and did not do a very through job like the "maids" did! 1 Beats beat VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -2 having have VERB VBG VerbForm=Ger 1 xcomp 1:xcomp _ -3 one one NUM CD NumType=Card 6 nummod 6:nummod _ +2 having have VERB VBG VerbForm=Ger 1 ccomp 1:ccomp _ +3 one one NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 4 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No 5 cleaning cleaning NOUN NN Number=Sing 6 compound 6:compound _ 6 lady lady NOUN NN Number=Sing 2 obj 2:obj|9:nsubj|16:nsubj SpaceAfter=No 7 " " PUNCT '' _ 6 punct 6:punct _ 8 who who PRON WP PronType=Rel 9 nsubj 6:ref _ -9 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ -10 twice twice ADV RB NumType=Mult 12 advmod 12:advmod _ +9 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +10 twice twice ADV RB NumForm=Word|NumType=Mult 12 advmod 12:advmod _ 11 as as ADV RB _ 12 advmod 12:advmod _ 12 long long ADV RB Degree=Pos 9 advmod 9:advmod _ 13 and and CCONJ CC _ 16 cc 16:cc _ -14 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 aux 16:aux _ +14 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 aux 16:aux _ 15 not not PART RB _ 16 advmod 16:advmod _ 16 do do VERB VB VerbForm=Inf 9 conj 6:acl:relcl|9:conj:and _ 17 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 18 very very ADV RB _ 19 advmod 19:advmod _ -19 through thorough ADJ JJ Degree=Pos|Typo=Yes 20 amod 20:amod _ +19 through thorough ADJ JJ Degree=Pos|Typo=Yes 20 amod 20:amod CorrectForm=thorough 20 job job NOUN NN Number=Sing 16 obj 16:obj _ 21 like like SCONJ IN _ 26 mark 26:mark _ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 23 " " PUNCT `` _ 24 punct 24:punct SpaceAfter=No 24 maids maid NOUN NNS Number=Plur 26 nsubj 26:nsubj SpaceAfter=No 25 " " PUNCT '' _ 24 punct 24:punct _ -26 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:like SpaceAfter=No +26 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:like SpaceAfter=No 27 ! ! PUNCT . _ 1 punct 1:punct _ # newdoc id = reviews-015148 @@ -201149,12 +201267,12 @@ 2 place place NOUN NN Number=Sing 3 nsubj 3:nsubj _ 3 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -5 best best ADJ JJS Degree=Sup 10 amod 10:amod _ +5 best good ADJ JJS Degree=Sup 10 amod 10:amod _ 6 baby baby NOUN NN Number=Sing 10 nmod:poss 10:nmod:poss _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8-9 childrens _ _ _ _ _ _ _ _ 8 children child NOUN NNS Number=Plur 6 conj 6:conj:and|10:nmod:poss _ -9 s 's PART POS _ 6 case 6:case _ +9 s 's PART POS Typo=Yes 6 case 6:case CorrectForm='s 10 clothes clothes NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ @@ -201173,7 +201291,7 @@ 11 just just ADV RB _ 14 advmod 14:advmod _ 12-13 cant _ _ _ _ _ _ _ _ 12 ca can AUX MD VerbForm=Fin 14 aux 14:aux _ -13 nt not PART RB _ 14 advmod 14:advmod _ +13 nt not PART RB Typo=Yes 14 advmod 14:advmod CorrectForm=n't 14 find find VERB VB VerbForm=Inf 6 acl:relcl 6:acl:relcl _ 15 in in ADP IN _ 17 case 17:case _ 16 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ @@ -201193,12 +201311,12 @@ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ 8-9 wont _ _ _ _ _ _ _ _ 8 wo will AUX MD VerbForm=Fin 10 aux 10:aux _ -9 nt not PART RB _ 10 advmod 10:advmod _ +9 nt not PART RB Typo=Yes 10 advmod 10:advmod CorrectForm=n't 10 find find VERB VB VerbForm=Inf 5 conj 5:conj:and _ -11 any any DET DT _ 13 det 13:det _ +11 any any DET DT PronType=Ind 13 det 13:det _ 12 other other ADJ JJ Degree=Pos 13 amod 13:amod _ -13 baby baby NOUN NN Number=Sing 10 obj 10:obj _ -14 wearing wear VERB VBG VerbForm=Ger 13 acl 13:acl _ +13 baby baby NOUN NN Number=Sing 10 obj 10:obj|14:nsubj:xsubj _ +14 wearing wear VERB VBG VerbForm=Ger 10 xcomp 10:xcomp _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 same same ADJ JJ Degree=Pos 17 amod 17:amod _ 17 stuff stuff NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No @@ -201207,22 +201325,22 @@ # sent_id = reviews-015148-0004 # text = I spent quite a bit because I spoil my little princess. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 spent spend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 quite quite DET PDT _ 5 det:predet 5:det:predet _ +2 spent spend VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 quite quite DET PDT PronType=Ind 5 det:predet 5:det:predet _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 bit bit NOUN NN Number=Sing 2 obj 2:obj _ 6 because because SCONJ IN _ 8 mark 8:mark _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 spoil spoil VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:because _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +8 spoil spoil VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:because _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 little little ADJ JJ Degree=Pos 11 amod 11:amod _ 11 princess princess NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-015148-0005 # text = Afterall she will only be a baby for so long I figure why not enjoy it. -1 After after ADV RB _ 2 advmod 2:advmod SpaceAfter=No -2 all all ADV RB _ 8 advmod 8:advmod _ +1 After after ADP IN _ 2 case 2:case CorrectSpaceAfter=Yes|SpaceAfter=No +2 all all DET DT PronType=Tot 8 obl 8:obl _ 3 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 4 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 5 only only ADV RB _ 8 advmod 8:advmod _ @@ -201233,8 +201351,8 @@ 10 so so ADV RB _ 11 advmod 11:advmod _ 11 long long ADV RB Degree=Pos 8 obl 8:obl:for _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 figure figure VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 parataxis 8:parataxis _ -14 why why SCONJ WRB PronType=Int 16 mark 16:mark _ +13 figure figure VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 parataxis 8:parataxis _ +14 why why ADV WRB PronType=Int 16 advmod 16:advmod _ 15 not not PART RB _ 16 advmod 16:advmod _ 16 enjoy enjoy VERB VB VerbForm=Inf 13 ccomp 13:ccomp _ 17 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 obj 16:obj SpaceAfter=No @@ -201246,9 +201364,9 @@ # text = Antique Lighting, Fixtures, Chicago 1 Antique antique ADJ JJ Degree=Pos 4 amod 4:amod _ 2 Lighting lighting NOUN NN Number=Sing 4 compound 4:compound SpaceAfter=No -3 , , PUNCT , _ 4 punct 4:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 Fixtures fixture NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 Chicago Chicago PROPN NNP Number=Sing 4 list 4:list _ # sent_id = reviews-017235-0002 @@ -201264,16 +201382,16 @@ # sent_id = reviews-017235-0003 # text = I visited their huge Chicago lighting showroom and all I have to say is WOW!! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 visited visit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +2 visited visit VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 4 huge huge ADJ JJ Degree=Pos 7 amod 7:amod _ 5 Chicago Chicago PROPN NNP Number=Sing 7 compound 7:compound _ 6 lighting lighting NOUN NN Number=Sing 7 compound 7:compound _ 7 showroom showroom NOUN NN Number=Sing 2 obj 2:obj _ 8 and and CCONJ CC _ 15 cc 15:cc _ -9 all all DET DT _ 15 nsubj 15:nsubj _ +9 all all DET DT PronType=Tot 15 nsubj 15:nsubj _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +11 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 12 to to PART TO _ 13 mark 13:mark _ 13 say say VERB VB VerbForm=Inf 9 advcl 9:advcl:to _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ @@ -201285,37 +201403,37 @@ 1 Lots lot NOUN NNS Number=Plur 0 root 0:root _ 2 of of ADP IN _ 3 case 3:case _ 3 collections collection NOUN NNS Number=Plur 1 nmod 1:nmod:of SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 8 punct 8:punct _ 5 many many ADJ JJ Degree=Pos 8 amod 8:amod _ 6 antique antique ADJ JJ Degree=Pos 8 amod 8:amod _ 7 light light NOUN NN Number=Sing 8 compound 8:compound _ 8 fixtures fixture NOUN NNS Number=Plur 1 appos 1:appos SpaceAfter=No -9 , , PUNCT , _ 1 punct 1:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 Chandeliers chandelier NOUN NNS Number=Plur 1 appos 1:appos SpaceAfter=No -11 , , PUNCT , _ 1 punct 1:punct _ +11 , , PUNCT , _ 13 punct 13:punct _ 12 custom custom ADJ JJ Degree=Pos 13 amod 13:amod _ 13 lighting lighting NOUN NN Number=Sing 1 appos 1:appos _ -14 etc etc X FW _ 1 advmod 1:advmod SpaceAfter=No +14 etc etc. NOUN FW Abbr=Yes|Number=Plur 1 conj 1:conj SpaceAfter=No 15 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-017235-0005 # text = I think they have the largest collection for Chandeliers Chicago. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +4 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 largest largest ADJ JJS Degree=Sup 7 amod 7:amod _ +6 largest large ADJ JJS Degree=Sup 7 amod 7:amod _ 7 collection collection NOUN NN Number=Sing 4 obj 4:obj _ 8 for for ADP IN _ 9 case 9:case _ 9 Chandeliers chandelier NOUN NNS Number=Plur 4 obl 4:obl:for _ -10 Chicago Chicago PROPN NNP Number=Sing 4 obj 4:obj SpaceAfter=No +10 Chicago Chicago PROPN NNP Number=Sing 4 parataxis 4:parataxis SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-017235-0006 # text = Antiques, Vintage, Contemporary & Modern Chandeliers. 1 Antiques antique NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 8 punct 8:punct _ 3 Vintage vintage ADJ JJ Degree=Pos 8 amod 8:amod SpaceAfter=No 4 , , PUNCT , _ 5 punct 5:punct _ 5 Contemporary contemporary ADJ JJ Degree=Pos 3 conj 3:conj|8:amod _ @@ -201331,7 +201449,7 @@ 3 recommend recommend VERB VB VerbForm=Inf 0 root 0:root _ 4 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 3 obj 3:obj _ 5 for for ADP IN _ 8 case 8:case _ -6 any any DET DT _ 8 det 8:det _ +6 any any DET DT PronType=Ind 8 det 8:det _ 7 custom custom ADJ JJ Degree=Pos 8 amod 8:amod _ 8 lighting lighting NOUN NN Number=Sing 3 obl 3:obl:for _ 9 or or CCONJ CC _ 11 cc 11:cc _ @@ -201339,7 +201457,7 @@ 11 Repair repair NOUN NN Number=Sing 8 conj 3:obl:for|8:conj:or _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 Restoration restoration NOUN NN Number=Sing 11 conj 11:conj:and _ -14 Chicago Chicago PROPN NNP Number=Sing 3 obj 3:obj _ +14 Chicago Chicago PROPN NNP Number=Sing 3 parataxis 3:parataxis _ # newdoc id = reviews-112661 # sent_id = reviews-112661-0001 @@ -201356,7 +201474,7 @@ # newpar id = reviews-112661-p0002 # text = I wanted to try someplace new again. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 try try VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 someplace someplace NOUN NN Number=Sing 4 obj 4:obj _ @@ -201368,13 +201486,13 @@ # text = This place rocked. 1 This this DET DT Number=Sing|PronType=Dem 2 det 2:det _ 2 place place NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 rocked rock VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 rocked rock VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-112661-0004 # text = Brought my wife Deb with me and she like the Fried Crab Wontons and said they were good.. -1 Brought bring VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Brought bring VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 wife wife NOUN NN Number=Sing 1 obj 1:obj _ 4 Deb Deb PROPN NNP Number=Sing 3 appos 3:appos _ 5 with with ADP IN _ 6 case 6:case _ @@ -201383,13 +201501,13 @@ 8 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj|15:nsubj _ 9 like like VERB VB VerbForm=Inf 1 conj 1:conj:and _ 10 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -11 Fried fry VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ +11 Fried fry VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod _ 12 Crab crab NOUN NN Number=Sing 13 compound 13:compound _ 13 Wontons wonton NOUN NNS Number=Plur 9 obj 9:obj _ 14 and and CCONJ CC _ 15 cc 15:cc _ -15 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 conj 9:conj:and _ +15 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 conj 9:conj:and _ 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -17 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 cop 18:cop _ +17 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 18 cop 18:cop _ 18 good good ADJ JJ Degree=Pos 15 ccomp 15:ccomp SpaceAfter=No 19 .. .. PUNCT . _ 1 punct 1:punct _ @@ -201397,12 +201515,12 @@ # text = We also had the BBQ Spare Ribs.. good also. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 5 BBQ bbq NOUN NN Number=Sing 7 compound 7:compound _ 6 Spare spare NOUN NN Number=Sing 7 compound 7:compound _ 7 Ribs rib NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -8 .. .. PUNCT , _ 3 punct 3:punct _ +8 .. .. PUNCT , _ 9 punct 9:punct _ 9 good good ADJ JJ Degree=Pos 3 parataxis 3:parataxis _ 10 also also ADV RB _ 9 advmod 9:advmod SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ @@ -201410,7 +201528,7 @@ # sent_id = reviews-112661-0006 # text = I ordered the MOO SHU pork and it was great.. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 ordered order VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 ordered order VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 4 MOO moo NOUN NN Number=Sing 5 compound 5:compound _ 5 SHU shu NOUN NN Number=Sing 6 compound 6:compound _ @@ -201425,22 +201543,22 @@ # text = I also ordered the Neptune Platter which was awesome... so this place gets 5 out of 5 stars. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 ordered order VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 ordered order VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 Neptune Neptune PROPN NNP Number=Sing 6 compound 6:compound _ 6 Platter platter NOUN NN Number=Sing 3 obj 3:obj|9:nsubj _ 7 which which PRON WDT PronType=Rel 9 nsubj 6:ref _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 9 awesome awesome ADJ JJ Degree=Pos 6 acl:relcl 6:acl:relcl SpaceAfter=No -10 ... ... PUNCT , _ 3 punct 3:punct _ +10 ... ... PUNCT , _ 14 punct 14:punct _ 11 so so ADV RB _ 14 advmod 14:advmod _ 12 this this DET DT Number=Sing|PronType=Dem 13 det 13:det _ 13 place place NOUN NN Number=Sing 14 nsubj 14:nsubj _ 14 gets get VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ -15 5 5 NUM CD NumType=Card 19 compound 19:compound _ +15 5 5 NUM CD NumForm=Digit|NumType=Card 19 compound 19:compound _ 16 out out ADP IN _ 18 case 18:case _ 17 of of ADP IN _ 18 case 18:case _ -18 5 5 NUM CD NumType=Card 15 nmod 15:nmod:of _ +18 5 5 NUM CD NumForm=Digit|NumType=Card 15 nmod 15:nmod:of _ 19 stars star NOUN NNS Number=Plur 14 obj 14:obj SpaceAfter=No 20 . . PUNCT . _ 3 punct 3:punct _ @@ -201457,18 +201575,18 @@ # sent_id = reviews-183172-0002 # text = I went to get my nails filled Friday, by Monday 2 were broken. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 get get VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 nails nail NOUN NNS Number=Plur 4 obj 4:obj|7:nsubj:xsubj _ -7 filled fill VERB VBN Tense=Past|VerbForm=Part 4 xcomp 4:xcomp _ +7 filled fill VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 xcomp 4:xcomp _ 8 Friday Friday PROPN NNP Number=Sing 2 obl:tmod 2:obl:tmod SpaceAfter=No -9 , , PUNCT , _ 2 punct 2:punct _ +9 , , PUNCT , _ 14 punct 14:punct _ 10 by by ADP IN _ 11 case 11:case _ 11 Monday Monday PROPN NNP Number=Sing 14 obl 14:obl:by _ -12 2 2 NUM CD NumType=Card 14 nsubj 14:nsubj _ -13 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 cop 14:cop _ +12 2 2 NUM CD NumForm=Digit|NumType=Card 14 nsubj 14:nsubj _ +13 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ 14 broken broken ADJ JJ Degree=Pos 2 parataxis 2:parataxis SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ @@ -201482,10 +201600,10 @@ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 way way NOUN NN Number=Sing 4 obl 4:obl:with _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 looked look VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl SpaceAfter=No +9 looked look VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl SpaceAfter=No 10 , , PUNCT , _ 12 punct 12:punct _ 11 very very ADV RB _ 12 advmod 12:advmod _ -12 wavy wavy ADJ JJ Degree=Pos 9 appos 9:appos SpaceAfter=No +12 wavy wavy ADJ JJ Degree=Pos 7 parataxis 7:parataxis SpaceAfter=No 13 , , PUNCT , _ 15 punct 15:punct _ 14 uneven uneven ADJ JJ Degree=Pos 15 amod 15:amod _ 15 edges edge NOUN NNS Number=Plur 12 conj 9:appos|12:conj:and SpaceAfter=No @@ -201495,8 +201613,8 @@ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 exception exception NOUN NN Number=Sing 25 obl 25:obl:with _ 21 of of ADP IN _ 22 case 22:case _ -22 1 1 NUM CD NumType=Card 20 nmod 20:nmod:of SpaceAfter=No -23 , , PUNCT , _ 25 punct 25:punct _ +22 1 1 NUM CD NumForm=Digit|NumType=Card 20 nmod 20:nmod:of SpaceAfter=No +23 , , PUNCT , _ 20 punct 20:punct _ 24 there there PRON EX _ 25 expl 25:expl _ 25 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 conj 9:appos|12:conj:and _ 26 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ @@ -201505,45 +201623,45 @@ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 center center NOUN NN Number=Sing 27 nmod 27:nmod:in _ 31 of of ADP IN _ 33 case 33:case _ -32 each each DET DT _ 33 det 33:det _ +32 each each DET DT PronType=Tot 33 det 33:det _ 33 nail nail NOUN NN Number=Sing 30 nmod 30:nmod:of SpaceAfter=No -34 . . PUNCT . _ 15 punct 15:punct _ +34 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-183172-0004 # text = I also had a pedicure, and they cut my nails too short, one of my big toes looks like its getting infected. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 pedicure pedicure NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 6 , , PUNCT , _ 9 punct 9:punct _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 cut cut VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 cut cut VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 nails nail NOUN NNS Number=Plur 9 obj 9:obj|13:nsubj:xsubj _ 12 too too ADV RB _ 13 advmod 13:advmod _ 13 short short ADJ JJ Degree=Pos 9 xcomp 9:xcomp SpaceAfter=No -14 , , PUNCT , _ 3 punct 3:punct _ -15 one one NUM CD NumType=Card 20 nsubj 20:nsubj _ +14 , , PUNCT , _ 20 punct 20:punct _ +15 one one NUM CD NumForm=Word|NumType=Card 20 nsubj 20:nsubj _ 16 of of ADP IN _ 19 case 19:case _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 18 big big ADJ JJ Degree=Pos 19 amod 19:amod _ 19 toes toe NOUN NNS Number=Plur 15 nmod 15:nmod:of _ -20 looks look VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp|9:ccomp _ -21 like like SCONJ IN _ 25 mark 25:mark _ +20 looks look VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 parataxis 9:parataxis _ +21 like like SCONJ IN _ 24 mark 24:mark _ 22-23 its _ _ _ _ _ _ _ _ -22 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 25 nsubj 25:nsubj _ -23 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ -24 getting get VERB VBG VerbForm=Ger 25 aux 25:aux _ -25 infected infected ADJ JJ Degree=Pos 20 advcl 20:advcl:like SpaceAfter=No +22 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 24 nsubj 24:nsubj|25:nsubj:xsubj _ +23 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 24 aux 24:aux CorrectForm='s +24 getting get VERB VBG Tense=Pres|VerbForm=Part 20 advcl 20:advcl:like _ +25 infected infected ADJ JJ Degree=Pos 24 xcomp 24:xcomp SpaceAfter=No 26 . . PUNCT . _ 3 punct 3:punct _ # newdoc id = reviews-334388 # sent_id = reviews-334388-0001 # newpar id = reviews-334388-p0001 # text = No way. -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 way way NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ @@ -201552,12 +201670,12 @@ # text = I'm certainly no expert on asian food in fact not even a lover of Vietnamese food but I wanted to try the real things here at A Dong. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|14:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 certainly certainly ADV RB _ 5 advmod 5:advmod _ -4 no no DET DT _ 5 det 5:det _ +4 no no DET DT PronType=Neg 5 det 5:det _ 5 expert expert NOUN NN Number=Sing 0 root 0:root _ 6 on on ADP IN _ 8 case 8:case _ -7 asian asian ADJ JJ Degree=Pos 8 amod 8:amod _ +7 asian Asian ADJ JJ Degree=Pos 8 amod 8:amod _ 8 food food NOUN NN Number=Sing 5 nmod 5:nmod:on _ 9 in in ADP IN _ 10 case 10:case _ 10 fact fact NOUN NN Number=Sing 14 nmod 14:nmod:in _ @@ -201566,11 +201684,11 @@ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 lover lover NOUN NN Number=Sing 5 conj 5:conj:but _ 15 of of ADP IN _ 17 case 17:case _ -16 Vietnamese vietnamese ADJ JJ Degree=Pos 17 amod 17:amod _ +16 Vietnamese Vietnamese ADJ JJ Degree=Pos 17 amod 17:amod _ 17 food food NOUN NN Number=Sing 14 nmod 14:nmod:of _ 18 but but CCONJ CC _ 20 cc 20:cc _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj|22:nsubj:xsubj _ -20 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:but _ +20 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 conj 5:conj:but _ 21 to to PART TO _ 22 mark 22:mark _ 22 try try VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ @@ -201594,7 +201712,7 @@ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 same same ADJ JJ Degree=Pos 0 root 0:root _ 10 in in ADP IN _ 12 case 12:case _ -11 all all DET DT _ 12 det 12:det _ +11 all all DET DT PronType=Tot 12 det 12:det _ 12 languages language NOUN NNS Number=Plur 9 obl 9:obl:in _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 foods food NOUN NNS Number=Plur 12 conj 9:obl:in|12:conj:and SpaceAfter=No @@ -201602,25 +201720,25 @@ # sent_id = reviews-334388-0004 # text = Not good, not great, and again another disappointment in Central Iowa. -1 Not not ADV RB _ 2 advmod 2:advmod _ +1 Not not PART RB _ 2 advmod 2:advmod _ 2 good good ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 3 , , PUNCT , _ 5 punct 5:punct _ -4 not not ADV RB _ 5 advmod 5:advmod _ +4 not not PART RB _ 5 advmod 5:advmod _ 5 great great ADJ JJ Degree=Pos 2 conj 2:conj:and SpaceAfter=No 6 , , PUNCT , _ 10 punct 10:punct _ 7 and and CCONJ CC _ 10 cc 10:cc _ 8 again again ADV RB _ 10 advmod 10:advmod _ -9 another another DET DT _ 10 det 10:det _ +9 another another DET DT PronType=Ind 10 det 10:det _ 10 disappointment disappointment NOUN NN Number=Sing 2 conj 2:conj:and _ 11 in in ADP IN _ 13 case 13:case _ -12 Central Central PROPN NNP Number=Sing 13 compound 13:compound _ +12 Central central ADJ NNP Number=Sing 13 compound 13:compound _ 13 Iowa Iowa PROPN NNP Number=Sing 10 nmod 10:nmod:in SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-334388-0005 # text = How do these places stay in business. 1 How how ADV WRB PronType=Int 5 advmod 5:advmod _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 these this DET DT Number=Plur|PronType=Dem 4 det 4:det _ 4 places place NOUN NNS Number=Plur 5 nsubj 5:nsubj _ 5 stay stay VERB VB VerbForm=Inf 0 root 0:root _ @@ -201633,7 +201751,7 @@ 1 This this DET DT Number=Sing|PronType=Dem 2 det 2:det _ 2 town town NOUN NN Number=Sing 3 nsubj 3:nsubj _ 3 needs need VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 some some DET DT _ 6 det 6:det _ +4 some some DET DT PronType=Ind 6 det 6:det _ 5 food food NOUN NN Number=Sing 6 compound 6:compound _ 6 soul soul NOUN NN Number=Sing 3 obj 3:obj _ 7 and and CCONJ CC _ 11 cc 11:cc _ @@ -201648,17 +201766,17 @@ # newpar id = reviews-388799-p0001 # text = Worth Every Penny 1 Worth worth ADJ JJ Degree=Pos 0 root 0:root _ -2 Every every ADJ DT _ 3 det 3:det _ +2 Every every DET DT PronType=Tot 3 det 3:det _ 3 Penny penny NOUN NN Number=Sing 1 obj 1:obj _ # sent_id = reviews-388799-0002 # newpar id = reviews-388799-p0002 # text = My girlfriend and I ate at The Grill last night, and our experience was amazing. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 girlfriend girlfriend NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 conj 2:conj:and|5:nsubj _ -5 ate eat VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 ate eat VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 at at ADP IN _ 8 case 8:case _ 7 The the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 Grill Grill PROPN NNP Number=Sing 5 obl 5:obl:at _ @@ -201666,7 +201784,7 @@ 10 night night NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod SpaceAfter=No 11 , , PUNCT , _ 16 punct 16:punct _ 12 and and CCONJ CC _ 16 cc 16:cc _ -13 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 experience experience NOUN NN Number=Sing 16 nsubj 16:nsubj _ 15 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 cop 16:cop _ 16 amazing amazing ADJ JJ Degree=Pos 5 conj 5:conj:and SpaceAfter=No @@ -201674,17 +201792,17 @@ # sent_id = reviews-388799-0003 # text = Everything we ordered was prepared to perfection, and was presented perfectly. -1 Everything everything PRON NN Number=Sing 5 nsubj:pass 5:nsubj:pass|11:nsubj:pass _ +1 Everything everything PRON NN Number=Sing|PronType=Tot 5 nsubj:pass 5:nsubj:pass|11:nsubj:pass _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 ordered order VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +3 ordered order VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ -5 prepared prepare VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +5 prepared prepare VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 to to ADP IN _ 7 case 7:case _ 7 perfection perfection NOUN NN Number=Sing 5 obl 5:obl:to SpaceAfter=No 8 , , PUNCT , _ 11 punct 11:punct _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 aux:pass 11:aux:pass _ -11 presented present VERB VBN Tense=Past|VerbForm=Part 5 conj 5:conj:and _ +11 presented present VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 conj 5:conj:and _ 12 perfectly perfectly ADV RB _ 11 advmod 11:advmod SpaceAfter=No 13 . . PUNCT . _ 5 punct 5:punct _ @@ -201693,18 +201811,18 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 asparagus asparagus NOUN NN Number=Sing 12 nsubj 12:nsubj SpaceAfter=No 3 , , PUNCT , _ 5 punct 5:punct _ -4 seared sear VERB VBN Tense=Past|VerbForm=Part 5 amod 5:amod _ +4 seared sear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 amod 5:amod _ 5 tuna tuna NOUN NN Number=Sing 2 conj 2:conj:and|12:nsubj SpaceAfter=No 6 , , PUNCT , _ 9 punct 9:punct _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 lobster lobster NOUN NN Number=Sing 9 compound 9:compound _ 9 tail tail NOUN NN Number=Sing 2 conj 2:conj:and|12:nsubj _ -10 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 cop 12:cop _ +10 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 cop 12:cop _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -12 best best ADJ JJS Degree=Sup 0 root 0:root _ +12 best good ADJ JJS Degree=Sup 0 root 0:root _ 13 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 15 nsubj 15:nsubj _ 14 ever ever ADV RB _ 15 advmod 15:advmod _ -15 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl SpaceAfter=No +15 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl SpaceAfter=No 16 . . PUNCT . _ 12 punct 12:punct _ # sent_id = reviews-388799-0005 @@ -201712,19 +201830,19 @@ 1 Then then ADV RB PronType=Dem 4 advmod 4:advmod _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 desserts dessert NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +4 came come VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 5 , , PUNCT , _ 13 punct 13:punct _ 6 and and CCONJ CC _ 13 cc 13:cc _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -8 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 cop 13:cop _ +8 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ 9 hands hand NOUN NNS Number=Plur 10 nsubj 10:nsubj _ 10 down down ADV RB _ 13 advcl 13:advcl _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 best best ADJ JJS Degree=Sup 13 amod 13:amod _ +12 best good ADJ JJS Degree=Sup 13 amod 13:amod _ 13 dessert dessert NOUN NN Number=Sing 4 conj 4:conj:and _ 14 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 16 nsubj 16:nsubj _ 15 ever ever ADV RB _ 16 advmod 16:advmod _ -16 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl SpaceAfter=No +16 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl SpaceAfter=No 17 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-388799-0006 @@ -201735,11 +201853,11 @@ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 up up ADP RP _ 3 compound:prt 3:compound:prt _ 6 with with ADP IN _ 10 mark 10:mark SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 9 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ 10 worth worth ADJ JJ Degree=Pos 3 advcl 3:advcl:with _ -11 every every DET DT _ 12 det 12:det _ +11 every every DET DT PronType=Tot 12 det 12:det _ 12 penny penny NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 13 ! ! PUNCT . _ 3 punct 3:punct _ @@ -201747,8 +201865,8 @@ # sent_id = reviews-009970-0001 # newpar id = reviews-009970-p0001 # text = BEST CHINESE RESTAURANT EVER!!! -1 BEST best ADJ JJS Degree=Sup 3 amod 3:amod _ -2 CHINESE chinese ADJ JJ Degree=Pos 3 amod 3:amod _ +1 BEST good ADJ JJS Degree=Sup 3 amod 3:amod _ +2 CHINESE Chinese ADJ JJ Degree=Pos 3 amod 3:amod _ 3 RESTAURANT restaurant NOUN NN Number=Sing 0 root 0:root _ 4 EVER ever ADV RB _ 3 advmod 3:advmod SpaceAfter=No 5 !!! !!! PUNCT . _ 3 punct 3:punct _ @@ -201759,21 +201877,21 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -4 best best ADJ JJS Degree=Sup 6 amod 6:amod _ -5 Chinese chinese ADJ JJ Degree=Pos 6 amod 6:amod _ +4 best good ADJ JJS Degree=Sup 6 amod 6:amod _ +5 Chinese Chinese ADJ JJ Degree=Pos 6 amod 6:amod _ 6 food food NOUN NN Number=Sing 0 root 0:root _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -8 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +8 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 ever ever ADV RB _ 10 advmod 10:advmod _ 10 had have VERB VBN Tense=Past|VerbForm=Part 6 acl:relcl 6:acl:relcl SpaceAfter=No 11 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-009970-0003 # text = All the food tasted excellent, and with the new renovation of chairs and the bathroom, it is awesome. -1 All all DET PDT _ 3 det:predet 3:det:predet _ +1 All all DET PDT PronType=Tot 3 det:predet 3:det:predet _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 food food NOUN NN Number=Sing 4 nsubj 4:nsubj|5:nsubj:xsubj _ -4 tasted taste VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 tasted taste VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 excellent excellent ADJ JJ Degree=Pos 4 xcomp 4:xcomp SpaceAfter=No 6 , , PUNCT , _ 20 punct 20:punct _ 7 and and CCONJ CC _ 20 cc 20:cc _ @@ -201786,7 +201904,7 @@ 14 and and CCONJ CC _ 16 cc 16:cc _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 bathroom bathroom NOUN NN Number=Sing 13 conj 11:nmod:of|13:conj:and SpaceAfter=No -17 , , PUNCT , _ 20 punct 20:punct _ +17 , , PUNCT , _ 11 punct 11:punct _ 18 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 20 awesome awesome ADJ JJ Degree=Pos 4 conj 4:conj:and SpaceAfter=No @@ -201797,8 +201915,8 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 people people NOUN NNS Number=Plur 8 nsubj 8:nsubj|10:nsubj _ 3 working work VERB VBG VerbForm=Ger 2 acl 2:acl _ -4 their there ADV RB Typo=Yes 3 advmod 3:advmod _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +4 their there ADV RB Typo=Yes 3 advmod 3:advmod CorrectForm=there +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 6 also also ADV RB _ 8 advmod 8:advmod _ 7 extremely extremely ADV RB _ 8 advmod 8:advmod _ 8 polite polite NOUN NN Number=Sing 0 root 0:root _ @@ -201808,20 +201926,20 @@ # sent_id = reviews-009970-0005 # text = Every time I go, Kevin, the manager, will always remember my family and I. -1 Every every DET DT _ 2 det 2:det _ +1 Every every DET DT PronType=Tot 2 det 2:det _ 2 time time NOUN NN Number=Sing 13 obl:tmod 13:obl:tmod _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl SpaceAfter=No -5 , , PUNCT , _ 13 punct 13:punct _ +4 go go VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl SpaceAfter=No +5 , , PUNCT , _ 2 punct 2:punct _ 6 Kevin Kevin PROPN NNP Number=Sing 13 nsubj 13:nsubj SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 9 punct 9:punct _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 manager manager NOUN NN Number=Sing 6 appos 6:appos SpaceAfter=No -10 , , PUNCT , _ 13 punct 13:punct _ +10 , , PUNCT , _ 6 punct 6:punct _ 11 will will AUX MD VerbForm=Fin 13 aux 13:aux _ 12 always always ADV RB _ 13 advmod 13:advmod _ 13 remember remember VERB VB VerbForm=Inf 0 root 0:root _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 family family NOUN NN Number=Sing 13 obj 13:obj _ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 conj 13:obj|15:conj:and SpaceAfter=No @@ -201830,7 +201948,7 @@ # sent_id = reviews-009970-0006 # text = Overall, it is very family oriented, and I recommend it to everyone!!! 1 Overall overall ADV RB _ 7 advmod 7:advmod SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 5 very very ADV RB _ 7 advmod 7:advmod _ @@ -201839,10 +201957,10 @@ 8 , , PUNCT , _ 11 punct 11:punct _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 conj 7:conj:and _ +11 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 conj 7:conj:and _ 12 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj _ 13 to to ADP IN _ 14 case 14:case _ -14 everyone everyone PRON NN Number=Sing 11 obl 11:obl:to SpaceAfter=No +14 everyone everyone PRON NN Number=Sing|PronType=Tot 11 obl 11:obl:to SpaceAfter=No 15 !!! !!! PUNCT , _ 7 punct 7:punct _ # newdoc id = reviews-219262 @@ -201864,25 +201982,25 @@ # sent_id = reviews-219262-0003 # text = I had John and Dustin working feverishly to get my exhaust motor replaced. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 John John PROPN NNP Number=Sing 2 obj 2:obj _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 John John PROPN NNP Number=Sing 2 obj 2:obj|6:nsubj:xsubj _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 Dustin Dustin PROPN NNP Number=Sing 3 conj 2:obj|3:conj:and _ -6 working work VERB VBG VerbForm=Ger 3 acl 3:acl _ +5 Dustin Dustin PROPN NNP Number=Sing 3 conj 2:obj|3:conj:and|6:nsubj:xsubj _ +6 working work VERB VBG VerbForm=Ger 2 xcomp 2:xcomp _ 7 feverishly feverishly ADV RB _ 6 advmod 6:advmod _ 8 to to PART TO _ 9 mark 9:mark _ 9 get get VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 exhaust exhaust NOUN NN Number=Sing 12 compound 12:compound _ 12 motor motor NOUN NN Number=Sing 9 obj 9:obj|13:nsubj:xsubj _ -13 replaced replace VERB VBN Tense=Past|VerbForm=Part 9 xcomp 9:xcomp SpaceAfter=No +13 replaced replace VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 xcomp 9:xcomp SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-219262-0004 # text = These guys were absolutely professional. 1 These this DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 guys guy NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 cop 5:cop _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 4 absolutely absolutely ADV RB _ 5 advmod 5:advmod _ 5 professional professional ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ @@ -201893,16 +202011,16 @@ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 here here ADV RB PronType=Dem 0 root 0:root _ 4 in in ADP IN _ 6 case 6:case _ -5 45 45 NUM CD NumType=Card 6 nummod 6:nummod _ +5 45 45 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 minutes minute NOUN NNS Number=Plur 3 obl 3:obl:in _ 7 after after SCONJ IN _ 9 mark 9:mark _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:after _ +9 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:after _ 10 on on ADP IN _ 17 case 17:case _ 11 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ -12 10 10 NUM CD NumType=Card 17 amod 17:amod _ +12 10 10 NUM CD NumForm=Digit|NumType=Card 17 compound 17:compound _ 13 below below ADP IN _ 14 case 14:case _ -14 zero zero NUM CD NumType=Card 12 nmod 12:nmod:below _ +14 zero zero NUM CD NumForm=Word|NumType=Card 12 nmod 12:nmod:below _ 15 early early ADJ JJ Degree=Pos 17 amod 17:amod _ 16 Sunday Sunday PROPN NNP Number=Sing 17 compound 17:compound _ 17 morning morning NOUN NN Number=Sing 9 obl 9:obl:on SpaceAfter=No @@ -201912,17 +202030,17 @@ # text = If you need someone to help you out with your heating problems, I DEFINITELY would call TIGER HEATING and AIR. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:if _ -4 someone someone PRON NN Number=Sing 3 obj 3:obj _ +3 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:if _ +4 someone someone PRON NN Number=Sing|PronType=Ind 3 obj 3:obj _ 5 to to PART TO _ 6 mark 6:mark _ 6 help help VERB VB VerbForm=Inf 4 acl 4:acl:to _ 7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 6 obj 6:obj _ 8 out out ADP RP _ 6 compound:prt 6:compound:prt _ 9 with with ADP IN _ 12 case 12:case _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 heating heating NOUN NN Number=Sing 12 compound 12:compound _ 12 problems problem NOUN NNS Number=Plur 6 obl 6:obl:with SpaceAfter=No -13 , , PUNCT , _ 17 punct 17:punct _ +13 , , PUNCT , _ 3 punct 3:punct _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ 15 DEFINITELY definitely ADV RB _ 17 advmod 17:advmod _ 16 would would AUX MD VerbForm=Fin 17 aux 17:aux _ @@ -201943,11 +202061,11 @@ # sent_id = reviews-219262-0008 # text = My family and I thank you!!!!!!!!!! -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 family family NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 conj 2:conj:and|5:nsubj _ -5 thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 thank thank VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 you you PRON PRP Case=Acc|Person=2|PronType=Prs 5 obj 5:obj SpaceAfter=No 7 !!!!!!!!!! !!!!!!!!!! PUNCT . _ 5 punct 5:punct _ @@ -201956,7 +202074,7 @@ # newpar id = reviews-130795-p0001 # text = They Suck 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 Suck suck VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 Suck suck VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ # sent_id = reviews-130795-0002 # newpar id = reviews-130795-p0002 @@ -201968,16 +202086,16 @@ # sent_id = reviews-130795-0003 # text = Wanted to buy a Rhino 700 and a Grizzly 700. -1 Wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 to to PART TO _ 3 mark 3:mark _ 3 buy buy VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ -4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -5 Rhino Rhino PROPN NNP Number=Sing 6 compound 6:compound _ -6 700 700 PROPN NNP Number=Sing 3 obj 3:obj _ -7 and and CCONJ CC _ 10 cc 10:cc _ -8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -9 Grizzly Grizzly PROPN NNP Number=Sing 10 compound 10:compound _ -10 700 700 PROPN NNP Number=Sing 6 conj 3:obj|6:conj:and SpaceAfter=No +4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ +5 Rhino Rhino PROPN NNP Number=Sing 3 obj 3:obj _ +6 700 700 NUM NNP NumForm=Digit|NumType=Card 5 nummod 5:nummod _ +7 and and CCONJ CC _ 9 cc 9:cc _ +8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ +9 Grizzly Grizzly PROPN NNP Number=Sing 5 conj 3:obj|5:conj:and _ +10 700 700 NUM NNP NumForm=Digit|NumType=Card 9 nummod 9:nummod SpaceAfter=No 11 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-130795-0004 @@ -201990,16 +202108,16 @@ 6 for for ADP IN _ 8 case 8:case _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 salesman salesman NOUN NN Number=Sing 2 obl 2:obl:for SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ +9 , , PUNCT , _ 2 punct 2:punct _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj:pass 12:nsubj:pass _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 aux:pass 12:aux:pass _ -12 treated treat VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +12 treated treat VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 13 like like ADP IN _ 14 case 14:case _ 14 dirt dirt NOUN NN Number=Sing 12 obl 12:obl:like SpaceAfter=No 15 , , PUNCT , _ 18 punct 18:punct _ 16 and and CCONJ CC _ 18 cc 18:cc _ 17 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -18 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 conj 12:conj:and SpaceAfter=No +18 left leave VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 12 conj 12:conj:and SpaceAfter=No 19 . . PUNCT . _ 12 punct 12:punct _ # sent_id = reviews-130795-0005 @@ -202007,19 +202125,19 @@ 1 Parts part NOUN NNS Number=Plur 2 compound 2:compound _ 2 department department NOUN NN Number=Sing 3 nsubj 3:nsubj _ 3 blows blow VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 9 punct 9:punct _ 5 Service service NOUN NN Number=Sing 6 compound 6:compound _ 6 department department NOUN NN Number=Sing 9 nsubj 9:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 even even ADV RB _ 9 advmod 9:advmod _ -9 worse worse ADJ JJR Degree=Cmp 3 parataxis 3:parataxis SpaceAfter=No +9 worse bad ADJ JJR Degree=Cmp 3 parataxis 3:parataxis SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-130795-0006 # text = I live 10 minutes from Cycle City, but I Drove 50 mile south to Peachstate Powersports in LaGrange, dealt with the owner, Levi, and was well taken care of. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 10 10 NUM CD NumType=Card 4 nummod 4:nummod _ +2 live live VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 10 10 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 minutes minute NOUN NNS Number=Plur 7 nmod:npmod 7:nmod:npmod _ 5 from from ADP IN _ 7 case 7:case _ 6 Cycle Cycle PROPN NNP Number=Sing 7 compound 7:compound _ @@ -202027,21 +202145,21 @@ 8 , , PUNCT , _ 11 punct 11:punct _ 9 but but CCONJ CC _ 11 cc 11:cc _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj|21:nsubj|31:nsubj:pass _ -11 Drove drive VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ -12 50 50 NUM CD NumType=Card 13 nummod 13:nummod _ +11 Drove drive VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ +12 50 50 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 13 mile mile NOUN NN Number=Sing 14 obl:npmod 14:obl:npmod _ 14 south south ADV RB _ 11 advmod 11:advmod _ 15 to to ADP IN _ 17 case 17:case _ 16 Peachstate Peachstate PROPN NNP Number=Sing 17 compound 17:compound _ -17 Powersports Powersports PROPN NNPS Number=Plur 11 obl 11:obl:to _ +17 Powersports Powersport PROPN NNPS Number=Plur 11 obl 11:obl:to _ 18 in in ADP IN _ 19 case 19:case _ 19 LaGrange LaGrange PROPN NNP Number=Sing 17 nmod 17:nmod:in SpaceAfter=No 20 , , PUNCT , _ 21 punct 21:punct _ -21 dealt deal VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 conj 11:conj:and _ +21 dealt deal VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 conj 11:conj:and _ 22 with with ADP IN _ 24 case 24:case _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 owner owner NOUN NN Number=Sing 21 obl 21:obl:with SpaceAfter=No -25 , , PUNCT , _ 24 punct 24:punct _ +25 , , PUNCT , _ 26 punct 26:punct _ 26 Levi Levi PROPN NNP Number=Sing 24 appos 24:appos SpaceAfter=No 27 , , PUNCT , _ 31 punct 31:punct _ 28 and and CCONJ CC _ 31 cc 31:cc _ @@ -202071,12 +202189,12 @@ 6 always always ADV RB _ 7 advmod 7:advmod _ 7 provided provide VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 8 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -9 first first ADJ JJ Degree=Pos|NumType=Ord 10 amod 10:amod _ +9 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 10 amod 10:amod _ 10 class class NOUN NN Number=Sing 11 compound 11:compound _ 11 service service NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No -12 , , PUNCT , _ 7 punct 7:punct _ +12 , , PUNCT , _ 15 punct 15:punct _ 13 from from ADP IN _ 15 case 15:case _ -14 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 advice advice NOUN NN Number=Sing 7 obl 7:obl:from _ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 professionalism professionalism NOUN NN Number=Sing 15 conj 7:obl:from|15:conj:and _ @@ -202084,7 +202202,7 @@ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 quality quality NOUN NN Number=Sing 7 obl 7:obl:to _ 21 of of ADP IN _ 24 case 24:case _ -22 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +22 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 23 design design NOUN NN Number=Sing 24 compound 24:compound _ 24 drawings drawing NOUN NNS Number=Plur 20 nmod 20:nmod:of _ 25 and and CCONJ CC _ 27 cc 27:cc _ @@ -202094,19 +202212,19 @@ # sent_id = reviews-192737-0003 # text = His knowledge and expertise help smooth the way with any planning application, ensuring compliance with the building regulations. -1 His he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 His his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 knowledge knowledge NOUN NN Number=Sing 5 nsubj 5:nsubj|6:nsubj:xsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 expertise expertise NOUN NN Number=Sing 2 conj 2:conj:and|5:nsubj|6:nsubj:xsubj _ -5 help help VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 help help VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 smooth smooth VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 way way NOUN NN Number=Sing 6 obj 6:obj _ 9 with with ADP IN _ 12 case 12:case _ -10 any any DET DT _ 12 det 12:det _ +10 any any DET DT PronType=Ind 12 det 12:det _ 11 planning planning NOUN NN Number=Sing 12 compound 12:compound _ 12 application application NOUN NN Number=Sing 6 obl 6:obl:with SpaceAfter=No -13 , , PUNCT , _ 6 punct 6:punct _ +13 , , PUNCT , _ 14 punct 14:punct _ 14 ensuring ensure VERB VBG VerbForm=Ger 6 advcl 6:advcl _ 15 compliance compliance NOUN NN Number=Sing 14 obj 14:obj _ 16 with with ADP IN _ 19 case 19:case _ @@ -202119,7 +202237,7 @@ # text = Once you have met Nigel you will not want to work with anyone else. 1 Once once SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 met meet VERB VBN Tense=Past|VerbForm=Part 9 advcl 9:advcl:once _ 5 Nigel Nigel PROPN NNP Number=Sing 4 obj 4:obj _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj _ @@ -202129,7 +202247,7 @@ 10 to to PART TO _ 11 mark 11:mark _ 11 work work VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 with with ADP IN _ 13 case 13:case _ -13 anyone anyone PRON NN Number=Sing 11 obl 11:obl:with _ +13 anyone anyone PRON NN Number=Sing|PronType=Ind 11 obl 11:obl:with _ 14 else else ADJ JJ Degree=Pos 13 amod 13:amod SpaceAfter=No 15 . . PUNCT . _ 9 punct 9:punct _ @@ -202139,12 +202257,12 @@ 2 really really ADV RB _ 4 advmod 4:advmod _ 3 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 turn turn VERB VB VerbForm=Inf 0 root 0:root _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 dreams dream NOUN NNS Number=Plur 4 obj 4:obj _ 7 into into ADP IN _ 8 case 8:case _ 8 reality reality NOUN NN Number=Sing 4 obl 4:obl:into _ 9 for for ADP IN _ 11 case 11:case _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 home home NOUN NN Number=Sing 4 obl 4:obl:for SpaceAfter=No 12 ! ! PUNCT . _ 4 punct 4:punct _ @@ -202153,24 +202271,24 @@ # newpar id = reviews-037794-p0001 # text = We came at around 730 and they close at 8 and wanted to try the specials but they were out for the day so I would say go way before they close. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|12:nsubj|14:nsubj:xsubj _ -2 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 came come VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 at at ADP IN _ 5 case 5:case _ 4 around around ADV RB _ 5 advmod 5:advmod _ -5 730 730 NUM CD NumType=Card 2 obl 2:obl:at _ +5 730 730 NUM CD NumForm=Digit|NumType=Card 2 obl 2:obl:at _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 close close VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +8 close close VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 9 at at ADP IN _ 10 case 10:case _ -10 8 8 NUM CD NumType=Card 8 obl 8:obl:at _ +10 8 8 NUM CD NumForm=Digit|NumType=Card 8 obl 8:obl:at _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +12 wanted want VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 13 to to PART TO _ 14 mark 14:mark _ 14 try try VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 specials special NOUN NNS Number=Plur 14 obj 14:obj _ 17 but but CCONJ CC _ 20 cc 20:cc _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj _ -19 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 cop 20:cop _ +19 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 20 cop 20:cop _ 20 out out ADV RB _ 12 conj 12:conj:but _ 21 for for ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ @@ -202178,17 +202296,17 @@ 24 so so ADV RB _ 27 advmod 27:advmod _ 25 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 nsubj 27:nsubj _ 26 would would AUX MD VerbForm=Fin 27 aux 27:aux _ -27 say say VERB VB VerbForm=Inf 12 advcl 12:advcl _ +27 say say VERB VB VerbForm=Inf 12 parataxis 12:parataxis _ 28 go go VERB VB Mood=Imp|VerbForm=Fin 27 ccomp 27:ccomp _ 29 way way ADV RB _ 32 advmod 32:advmod _ 30 before before SCONJ IN _ 32 mark 32:mark _ 31 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 32 nsubj 32:nsubj _ -32 close close VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 advcl 28:advcl:before SpaceAfter=No +32 close close VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 28 advcl 28:advcl:before SpaceAfter=No 33 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-037794-0002 # text = Got the crab rangoon which was great, tofu with cabbage which was spicy but good and shrimp satay which was also good. -1 Got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 crab crab NOUN NN Number=Sing 4 compound 4:compound _ 4 rangoon rangoon NOUN NN Number=Sing 1 obj 1:obj|7:nsubj _ @@ -202225,7 +202343,7 @@ 8 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 place place NOUN NN Number=Sing 7 obj 7:obj _ 10 again again ADV RB _ 7 advmod 7:advmod SpaceAfter=No -11 . . PUNCT . _ 1 punct 1:punct _ +11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-037794-0004 # text = Bea was really nice and asked how the food was. @@ -202234,7 +202352,7 @@ 3 really really ADV RB _ 4 advmod 4:advmod _ 4 nice nice ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +6 asked ask VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 7 how how ADV WRB PronType=Int 6 ccomp 6:ccomp _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 food food NOUN NN Number=Sing 7 nsubj 7:nsubj _ @@ -202259,23 +202377,23 @@ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 7 can can AUX MD VerbForm=Fin 8 aux 8:aux _ 8 tell tell VERB VB VerbForm=Inf 0 root 0:root _ -9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 obj 8:obj _ +9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 iobj 8:iobj _ 10 that that SCONJ IN _ 16 mark 16:mark _ 11 this this PRON DT Number=Sing|PronType=Dem 16 nsubj 16:nsubj _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 13 not not PART RB _ 16 advmod 16:advmod _ 14 authentic authentic ADJ JJ Degree=Pos 16 amod 16:amod _ -15 Mexican mexican ADJ JJ Degree=Pos 16 amod 16:amod _ +15 Mexican Mexican ADJ JJ Degree=Pos 16 amod 16:amod _ 16 food food NOUN NN Number=Sing 8 ccomp 8:ccomp SpaceAfter=No 17 . . PUNCT . _ 8 punct 8:punct _ # sent_id = reviews-010450-0002 # text = However, I still like this place a lot. 1 However however ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 still still ADV RB _ 5 advmod 5:advmod _ -5 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 place place NOUN NN Number=Sing 5 obj 5:obj _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ @@ -202298,13 +202416,13 @@ # sent_id = reviews-010450-0004 # text = Margaritas are alright. 1 Margaritas margarita NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 alright alright ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-010450-0005 # text = My only complaint is the QUESO. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 only only ADJ JJ Degree=Pos 3 amod 3:amod _ 3 complaint complaint NOUN NN Number=Sing 6 nsubj 6:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ @@ -202315,16 +202433,16 @@ # sent_id = reviews-010450-0006 # text = It used to be fabulous, why did you guys change it?? 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|5:nsubj:xsubj _ -2 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 used use VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 5 mark 5:mark _ 4 be be AUX VB VerbForm=Inf 5 cop 5:cop _ 5 fabulous fabulous ADJ JJ Degree=Pos 2 xcomp 2:xcomp SpaceAfter=No -6 , , PUNCT , _ 2 punct 2:punct _ +6 , , PUNCT , _ 11 punct 11:punct _ 7 why why ADV WRB PronType=Int 11 advmod 11:advmod _ -8 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 aux 11:aux _ -9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 compound 10:compound _ +8 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 aux 11:aux _ +9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 det 10:det _ 10 guys guy NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -11 change change VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ +11 change change VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ 12 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj SpaceAfter=No 13 ?? ?? PUNCT . _ 2 punct 2:punct _ @@ -202342,7 +202460,7 @@ # text = ***update*** NEVER MIND! 1 *** *** PUNCT NFP _ 2 punct 2:punct SpaceAfter=No 2 update update NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 *** *** PUNCT NFP _ 2 punct 2:punct _ +3 *** *** PUNCT NFP _ 5 punct 5:punct _ 4 NEVER never ADV RB _ 5 advmod 5:advmod _ 5 MIND mind VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis SpaceAfter=No 6 ! ! PUNCT . _ 2 punct 2:punct _ @@ -202350,16 +202468,16 @@ # sent_id = reviews-010450-0009 # text = They fixed the queso! 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 fixed fix VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 fixed fix VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 queso queso NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No 5 ! ! PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-010450-0010 # text = Thankyouthankyou -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No -3 thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis SpaceAfter=No +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root CorrectSpaceAfter=Yes|SpaceAfter=No +2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj CorrectSpaceAfter=Yes|SpaceAfter=No +3 thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis CorrectSpaceAfter=Yes|SpaceAfter=No 4 you you PRON PRP Case=Acc|Person=2|PronType=Prs 3 obj 3:obj _ # newdoc id = reviews-150192 @@ -202367,7 +202485,7 @@ # newpar id = reviews-150192-p0001 # text = There are so many wonderful great places to dine in houston....don't.waste your time here. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 so so ADV RB _ 4 advmod 4:advmod _ 4 many many ADJ JJ Degree=Pos 7 amod 7:amod _ 5 wonderful wonderful ADJ JJ Degree=Pos 7 amod 7:amod _ @@ -202377,12 +202495,13 @@ 9 dine dine VERB VB VerbForm=Inf 7 acl 7:acl:to _ 10 in in ADP IN _ 11 case 11:case _ 11 houston houston PROPN NNP Number=Sing 2 obl 2:obl:in SpaceAfter=No -12 .... .... PUNCT , _ 2 punct 2:punct SpaceAfter=No -13 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux SpaceAfter=No -14 n't not PART RB _ 16 advmod 16:advmod SpaceAfter=No -15 . . PUNCT . _ 16 punct 16:punct SpaceAfter=No +12 .... .... PUNCT , _ 16 punct 16:punct SpaceAfter=No +13-14 don't _ _ _ _ _ _ _ SpaceAfter=No +13 do do AUX VB Mood=Imp|VerbForm=Fin 16 aux 16:aux _ +14 n't not PART RB _ 16 advmod 16:advmod _ +15 . . PUNCT . _ 14 punct 14:punct SpaceAfter=No 16 waste waste VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis _ -17 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 time time NOUN NN Number=Sing 16 obj 16:obj _ 19 here here ADV RB PronType=Dem 16 advmod 16:advmod SpaceAfter=No 20 . . PUNCT . _ 2 punct 2:punct _ @@ -202390,7 +202509,7 @@ # sent_id = reviews-150192-0002 # text = I had the morelias enchiladas. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 morelias morelias NOUN NN Number=Sing 5 compound 5:compound _ 5 enchiladas enchilada NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No @@ -202405,24 +202524,24 @@ 5 and and CCONJ CC _ 10 cc 10:cc _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 enchiladas enchiladas NOUN NN Number=Sing 10 nsubj 10:nsubj|11:nsubj:xsubj _ -8 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 aux 10:aux _ +8 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 aux 10:aux _ 9 not not PART RB _ 10 advmod 10:advmod _ 10 taste taste VERB VB VerbForm=Inf 4 conj 4:conj:and _ 11 good good ADJ JJ Degree=Pos 10 xcomp 10:xcomp SpaceAfter=No 12 . . PUNCT . _ 10 punct 10:punct SpaceAfter=No -13 at at ADV RB _ 14 case 14:case _ -14 all all ADV RB _ 10 obl 10:obl:at SpaceAfter=No +13 at at ADP IN _ 14 case 14:case _ +14 all all DET DT PronType=Tot 10 obl 10:obl:at SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-150192-0004 # text = In fact my friend vomited after our meal. 1 In in ADP IN _ 2 case 2:case _ 2 fact fact NOUN NN Number=Sing 5 obl 5:obl:in _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 friend friend NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 vomited vomit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 vomited vomit VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 after after ADP IN _ 8 case 8:case _ -7 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 meal meal NOUN NN Number=Sing 5 obl 5:obl:after SpaceAfter=No 9 . . PUNCT . _ 5 punct 5:punct _ @@ -202430,12 +202549,12 @@ # text = Maybe we ordered the wrong dish but my experience here was poor. 1 Maybe maybe ADV RB _ 3 advmod 3:advmod _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 ordered order VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 ordered order VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 wrong wrong ADJ JJ Degree=Pos 6 amod 6:amod _ 6 dish dish NOUN NN Number=Sing 3 obj 3:obj _ 7 but but CCONJ CC _ 12 cc 12:cc _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 experience experience NOUN NN Number=Sing 12 nsubj 12:nsubj _ 10 here here ADV RB PronType=Dem 9 advmod 9:advmod _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 cop 12:cop _ @@ -202447,11 +202566,11 @@ 1 Service service NOUN NN Number=Sing 3 nsubj 3:nsubj|5:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 okay okay ADJ JJ Degree=Pos 0 root 0:root _ -4 not not ADV RB _ 5 advmod 5:advmod _ +4 not not PART RB _ 5 advmod 5:advmod _ 5 great great ADJ JJ Degree=Pos 3 conj 3:conj SpaceAfter=No -6 , , PUNCT , _ 3 punct 3:punct _ +6 , , PUNCT , _ 8 punct 8:punct _ 7 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ +8 came come VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ 9 for for ADP IN _ 12 case 12:case _ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 11 late late ADJ JJ Degree=Pos 12 amod 12:amod _ @@ -202462,7 +202581,7 @@ # text = I don't recommend this place. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 recommend recommend VERB VB VerbForm=Inf 0 root 0:root _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ @@ -202479,30 +202598,30 @@ # sent_id = reviews-295727-0002 # newpar id = reviews-295727-p0002 # text = My skylight was making a horrible noise when the wind blew. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 skylight skylight NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 4 making make VERB VBG VerbForm=Ger 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 horrible horrible ADJ JJ Degree=Pos 7 amod 7:amod _ 7 noise noise NOUN NN Number=Sing 4 obj 4:obj _ -8 when when SCONJ WRB PronType=Int 11 mark 11:mark _ +8 when when ADV WRB PronType=Int 11 advmod 11:advmod _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 wind wind NOUN NN Number=Sing 11 nsubj 11:nsubj _ -11 blew blow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:when SpaceAfter=No +11 blew blow VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:when SpaceAfter=No 12 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-295727-0003 # text = James Bateman came the day I called and fixed the problem quickly and efficiently. 1 James James PROPN NNP Number=Sing 3 nsubj 3:nsubj|9:nsubj _ 2 Bateman Bateman PROPN NNP Number=Sing 1 flat 1:flat _ -3 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 day day NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 fixed fix VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +9 fixed fix VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 problem problem NOUN NN Number=Sing 9 obj 9:obj _ 12 quickly quickly ADV RB _ 9 advmod 9:advmod _ @@ -202514,48 +202633,48 @@ # text = He also inspected my entie roof to see if there was anything else that needed attention. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 inspected inspect VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ -5 entie entire ADJ JJ Degree=Pos|Typo=Yes 6 amod 6:amod _ +3 inspected inspect VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 entie entire ADJ JJ Degree=Pos|Typo=Yes 6 amod 6:amod CorrectForm=entire 6 roof roof NOUN NN Number=Sing 3 obj 3:obj _ 7 to to PART TO _ 8 mark 8:mark _ 8 see see VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ 9 if if SCONJ IN _ 11 mark 11:mark _ 10 there there PRON EX _ 11 expl 11:expl _ -11 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:if _ -12 anything anything PRON NN Number=Sing 11 nsubj 11:nsubj|15:nsubj _ +11 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 ccomp 8:ccomp _ +12 anything anything PRON NN Number=Sing|PronType=Ind 11 nsubj 11:nsubj|15:nsubj _ 13 else else ADJ JJ Degree=Pos 12 amod 12:amod _ 14 that that PRON WDT PronType=Rel 15 nsubj 12:ref _ -15 needed need VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +15 needed need VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ 16 attention attention NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-295727-0005 # text = He called the next day to see if everything was to my satisfaction. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 called call VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 next next ADJ JJ Degree=Pos 5 amod 5:amod _ 5 day day NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod _ 6 to to PART TO _ 7 mark 7:mark _ 7 see see VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ 8 if if SCONJ IN _ 13 mark 13:mark _ -9 everything everything PRON NN Number=Sing 13 nsubj 13:nsubj _ +9 everything everything PRON NN Number=Sing|PronType=Tot 13 nsubj 13:nsubj _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ 11 to to ADP IN _ 13 case 13:case _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ -13 satisfaction satisfaction NOUN NN Number=Sing 7 advcl 7:advcl:to SpaceAfter=No +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +13 satisfaction satisfaction NOUN NN Number=Sing 7 ccomp 7:ccomp SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-295727-0006 # text = When the next hailstorm blows through, I will not hesitate to contact James at Team Texas Construction. -1 When when SCONJ WRB PronType=Int 5 mark 5:mark _ +1 When when ADV WRB PronType=Int 5 advmod 5:advmod _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 next next ADJ JJ Degree=Pos 4 amod 4:amod _ 4 hailstorm hailstorm NOUN NN Number=Sing 5 nsubj 5:nsubj _ 5 blows blow VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:when _ 6 through through ADV RB _ 5 advmod 5:advmod SpaceAfter=No -7 , , PUNCT , _ 11 punct 11:punct _ +7 , , PUNCT , _ 5 punct 5:punct _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj|13:nsubj:xsubj _ 9 will will AUX MD VerbForm=Fin 11 aux 11:aux _ 10 not not PART RB _ 11 advmod 11:advmod _ @@ -202586,7 +202705,7 @@ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 tricky tricky ADJ JJ Degree=Pos 0 root 0:root _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 talk talk VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +7 talk talk VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 5 conj 5:conj:and CorrectForm=talks 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 obj 7:obj _ 9 into into SCONJ IN _ 10 mark 10:mark _ 10 getting get VERB VBG VerbForm=Ger 7 advcl 7:advcl:into _ @@ -202598,18 +202717,18 @@ # sent_id = reviews-268673-0003 # text = To my surprise $20 deposit.... New movies not on shelf..under the counter for Telugu Speaking people only... or people who spend $30 or more groceries.. 1 To to ADP IN _ 3 case 3:case _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 surprise surprise NOUN NN Number=Sing 6 nmod 6:nmod:to _ 4 $ $ SYM $ _ 6 compound 6:compound SpaceAfter=No -5 20 20 NUM CD NumType=Card 4 nummod 4:nummod _ +5 20 20 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 6 deposit deposit NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -7 .... .... PUNCT , _ 6 punct 6:punct _ +7 .... .... PUNCT , _ 12 punct 12:punct _ 8 New new ADJ JJ Degree=Pos 9 amod 9:amod _ 9 movies movie NOUN NNS Number=Plur 12 nsubj 12:nsubj _ -10 not not ADV RB _ 12 advmod 12:advmod _ +10 not not PART RB _ 12 advmod 12:advmod _ 11 on on ADP IN _ 12 case 12:case _ 12 shelf shelf NOUN NN Number=Sing 6 parataxis 6:parataxis SpaceAfter=No -13 .. .. PUNCT , _ 6 punct 6:punct SpaceAfter=No +13 .. .. PUNCT , _ 16 punct 16:punct SpaceAfter=No 14 under under ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 counter counter NOUN NN Number=Sing 6 parataxis 6:parataxis _ @@ -202618,30 +202737,32 @@ 19 Speaking speak VERB VBG VerbForm=Ger 20 amod 20:amod _ 20 people people NOUN NNS Number=Plur 16 nmod 16:nmod:for _ 21 only only ADV RB _ 20 advmod 20:advmod SpaceAfter=No -22 ... ... PUNCT , _ 20 punct 20:punct _ +22 ... ... PUNCT , _ 24 punct 24:punct _ 23 or or CCONJ CC _ 24 cc 24:cc _ 24 people people NOUN NNS Number=Plur 20 conj 16:nmod:for|20:conj:or|26:nsubj _ 25 who who PRON WP PronType=Rel 26 nsubj 24:ref _ -26 spend spend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 acl:relcl 24:acl:relcl _ +26 spend spend VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 acl:relcl 24:acl:relcl _ 27 $ $ SYM $ _ 26 obj 26:obj SpaceAfter=No -28 30 30 NUM CD NumType=Card 27 nummod 27:nummod _ +28 30 30 NUM CD NumForm=Digit|NumType=Card 27 nummod 27:nummod _ 29 or or CCONJ CC _ 30 cc 30:cc _ 30 more more ADJ JJR Degree=Cmp 27 conj 26:obj|27:conj:or _ -31 groceries grocery NOUN NNS Number=Plur 26 obl:npmod 26:obl:npmod SpaceAfter=No +30.1 _ on ADP IN Typo=Yes _ _ 31:case CorrectForm=on +31 groceries grocery NOUN NNS Number=Plur 26 obl 26:obl:on SpaceAfter=No 32 .. .. PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-268673-0004 # text = That did it for me..no more Raina's. 1 That that PRON DT Number=Sing|PronType=Dem 2 nsubj 2:nsubj _ -2 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ 4 for for ADP IN _ 5 case 5:case _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obl 2:obl:for SpaceAfter=No 6 .. .. PUNCT . _ 9 punct 9:punct SpaceAfter=No 7 no no ADV RB _ 9 advmod 9:advmod _ 8 more more ADJ JJR Degree=Cmp 9 amod 9:amod _ -9 Raina Raina PROPN NNP Number=Sing 2 parataxis 2:parataxis SpaceAfter=No -10 's 's PART POS _ 9 case 9:case SpaceAfter=No +9-10 Raina's _ _ _ _ _ _ _ SpaceAfter=No +9 Raina Raina PROPN NNP Number=Sing 2 parataxis 2:parataxis _ +10 's 's PART POS _ 9 case 9:case _ 11 . . PUNCT . _ 9 punct 9:punct _ # sent_id = reviews-268673-0005 @@ -202651,21 +202772,21 @@ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 pain pain NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -6 .. .. PUNCT , _ 5 punct 5:punct SpaceAfter=No +6 .. .. PUNCT , _ 7 punct 7:punct SpaceAfter=No 7 cramped cramped ADJ JJ Degree=Pos 5 amod 5:amod _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 un-ruly unruly ADJ JJ Degree=Pos|Typo=Yes 7 conj 5:amod|7:conj:and _ +9 un-ruly unruly ADJ JJ Degree=Pos|Typo=Yes 7 conj 5:amod|7:conj:and CorrectForm=unruly 10 with with SCONJ IN _ 14 mark 14:mark _ 11 Kumon Kumon PROPN NNP Number=Sing 14 nsubj 14:nsubj _ -12 Parents Parents PROPN NNPS Number=Plur 11 flat 11:flat _ +12 Parents Parent PROPN NNPS Number=Plur 11 flat 11:flat _ 13 next next ADJ JJ Degree=Pos 14 amod 14:amod _ 14 door door NOUN NN Number=Sing 16 advcl 16:advcl:with SpaceAfter=No -15 .... .... PUNCT , _ 16 punct 16:punct SpaceAfter=No +15 .... .... PUNCT , _ 14 punct 14:punct SpaceAfter=No 16 gives give VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _ 17 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 16 iobj 16:iobj _ 18 heebee heebee NOUN NN Number=Sing 20 compound 20:compound _ 19 gee gee NOUN NN Number=Sing 20 compound 20:compound _ -20 bees' bees' NOUN NNS Number=Plur 16 obj 16:obj _ +20 bees' bee NOUN NNS Number=Plur|Typo=Yes 16 obj 16:obj CorrectForm=bees # newdoc id = reviews-077414 # sent_id = reviews-077414-0001 @@ -202686,13 +202807,13 @@ 4 really really ADV RB _ 5 advmod 5:advmod _ 5 attentive attentive ADJ JJ Degree=Pos 0 root 0:root _ 6 to to ADP IN _ 8 case 8:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 problem problem NOUN NN Number=Sing 5 obl 5:obl:to SpaceAfter=No 9 , , PUNCT , _ 13 punct 13:punct _ 10 and and CCONJ CC _ 13 cc 13:cc _ 11 Seth Seth PROPN NNP Number=Sing 13 nsubj 13:nsubj _ 12 Bloom Bloom PROPN NNP Number=Sing 11 flat 11:flat _ -13 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +13 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 time time NOUN NN Number=Sing 13 obj 13:obj _ 16 to to PART TO _ 17 mark 17:mark _ @@ -202712,13 +202833,13 @@ # text = I much preferred the one-on-one service here to the experiences I've had with bigger offices and firms. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 much much ADV RB _ 3 advmod 3:advmod _ -3 preferred prefer VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 preferred prefer VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -5 one one NUM CD NumType=Card 10 compound 10:compound SpaceAfter=No -6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No +5 one one NUM CD NumForm=Word|NumType=Card 10 compound 10:compound SpaceAfter=No +6 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 7 on on ADP IN _ 9 case 9:case SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No -9 one one NUM CD NumType=Card 5 nmod 5:nmod:on _ +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +9 one one NUM CD NumForm=Word|NumType=Card 5 nmod 5:nmod:on _ 10 service service NOUN NN Number=Sing 3 obj 3:obj _ 11 here here ADV RB PronType=Dem 10 advmod 10:advmod _ 12 to to ADP IN _ 14 case 14:case _ @@ -202726,10 +202847,10 @@ 14 experiences experience NOUN NNS Number=Plur 3 obl 3:obl:to _ 15-16 I've _ _ _ _ _ _ _ _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -16 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +16 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 17 had have VERB VBN Tense=Past|VerbForm=Part 14 acl:relcl 14:acl:relcl _ 18 with with ADP IN _ 20 case 20:case _ -19 bigger bigger ADJ JJR Degree=Cmp 20 amod 20:amod _ +19 bigger big ADJ JJR Degree=Cmp 20 amod 20:amod _ 20 offices office NOUN NNS Number=Plur 17 obl 17:obl:with _ 21 and and CCONJ CC _ 22 cc 22:cc _ 22 firms firm NOUN NNS Number=Plur 20 conj 17:obl:with|20:conj:and SpaceAfter=No @@ -202739,23 +202860,23 @@ # text = While I hope I don't have any need for a lawyer anytime soon, if I do I'll definitely use this firm again. 1 While while SCONJ IN _ 3 mark 3:mark _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:while _ +3 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:while _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 5-6 don't _ _ _ _ _ _ _ _ -5 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 n't not PART RB _ 7 advmod 7:advmod _ 7 have have VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ -8 any any DET DT _ 9 det 9:det _ +8 any any DET DT PronType=Ind 9 det 9:det _ 9 need need NOUN NN Number=Sing 7 obj 7:obj _ 10 for for ADP IN _ 12 case 12:case _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 lawyer lawyer NOUN NN Number=Sing 9 nmod 9:nmod:for _ 13 anytime anytime NOUN NN Number=Sing 7 obl:tmod 7:obl:tmod _ 14 soon soon ADV RB Degree=Pos 13 advmod 13:advmod SpaceAfter=No -15 , , PUNCT , _ 22 punct 22:punct _ +15 , , PUNCT , _ 3 punct 3:punct _ 16 if if SCONJ IN _ 18 mark 18:mark _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -18 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:if _ +18 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:if _ 19-20 I'll _ _ _ _ _ _ _ _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ 20 'll will AUX MD VerbForm=Fin 22 aux 22:aux _ @@ -202770,22 +202891,22 @@ # sent_id = reviews-114849-0001 # newpar id = reviews-114849-p0001 # text = Used their service for the first time and was immediately impressed by their professionalism (received a phone call soon after order was placed to confirm details) and the subsequent delivery of my gift (To Split, Croatia) was as requested. -1 Used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -2 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Used use VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 service service NOUN NN Number=Sing 1 obj 1:obj _ 4 for for ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 first first ADJ JJ Degree=Pos|NumType=Ord 7 amod 7:amod _ +6 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 7 amod 7:amod _ 7 time time NOUN NN Number=Sing 1 obl 1:obl:for _ 8 and and CCONJ CC _ 11 cc 11:cc _ 9 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 aux:pass 11:aux:pass _ 10 immediately immediately ADV RB _ 11 advmod 11:advmod _ -11 impressed impress VERB VBN Tense=Past|VerbForm=Part 1 conj 1:conj:and _ +11 impressed impress VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 conj 1:conj:and _ 12 by by ADP IN _ 14 case 14:case _ -13 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ -14 professionalism professionalism NOUN NN Number=Sing 11 obl 11:obl:by _ +13 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +14 professionalism professionalism NOUN NN Number=Sing 11 obl:agent 11:obl:agent _ 15 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No -16 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ +16 received receive VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ 17 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 18 phone phone NOUN NN Number=Sing 19 compound 19:compound _ 19 call call NOUN NN Number=Sing 16 obj 16:obj _ @@ -202793,49 +202914,49 @@ 21 after after SCONJ IN _ 24 mark 24:mark _ 22 order order NOUN NN Number=Sing 24 nsubj:pass 24:nsubj:pass _ 23 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 aux:pass 24:aux:pass _ -24 placed place VERB VBN Tense=Past|VerbForm=Part 16 advcl 16:advcl:after _ +24 placed place VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 advcl 16:advcl:after _ 25 to to PART TO _ 26 mark 26:mark _ 26 confirm confirm VERB VB VerbForm=Inf 16 advcl 16:advcl:to _ 27 details detail NOUN NNS Number=Plur 26 obj 26:obj SpaceAfter=No 28 ) ) PUNCT -RRB- _ 16 punct 16:punct _ -29 and and CCONJ CC _ 42 cc 42:cc _ +29 and and CCONJ CC _ 44 cc 44:cc _ 30 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 31 subsequent subsequent ADJ JJ Degree=Pos 32 amod 32:amod _ -32 delivery delivery NOUN NN Number=Sing 42 nsubj 42:nsubj _ +32 delivery delivery NOUN NN Number=Sing 44 nsubj:outer 44:nsubj:outer _ 33 of of ADP IN _ 35 case 35:case _ -34 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ +34 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ 35 gift gift NOUN NN Number=Sing 32 nmod 32:nmod:of _ 36 ( ( PUNCT -LRB- _ 38 punct 38:punct SpaceAfter=No 37 To to ADP IN _ 38 case 38:case _ 38 Split Split PROPN NNP Number=Sing 32 nmod 32:nmod:to SpaceAfter=No -39 , , PUNCT , _ 38 punct 38:punct _ +39 , , PUNCT , _ 40 punct 40:punct _ 40 Croatia Croatia PROPN NNP Number=Sing 38 appos 38:appos SpaceAfter=No 41 ) ) PUNCT -RRB- _ 38 punct 38:punct _ -42 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 conj 1:conj:and _ +42 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 44 cop 44:cop _ 43 as as SCONJ IN _ 44 mark 44:mark _ -44 requested request VERB VBN Tense=Past|VerbForm=Part 42 advcl 42:advcl:as SpaceAfter=No +44 requested request VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 conj 1:conj:and SpaceAfter=No 45 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-114849-0002 # text = The gift itself was exactly as described and pictured in the catalogue and of the highest standard. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 gift gift NOUN NN Number=Sing 4 nsubj 4:nsubj _ -3 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs|Reflex=Yes 2 nmod:npmod 2:nmod:npmod _ -4 was be VERB VBD Mood=Ind|Number=Sing|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 gift gift NOUN NN Number=Sing 7 nsubj:outer 7:nsubj:outer|9:nsubj:outer|17:nsubj:outer _ +3 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Emp|Reflex=Yes 2 nmod:npmod 2:nmod:npmod _ +4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 5 exactly exactly ADV RB _ 7 advmod 7:advmod _ 6 as as SCONJ IN _ 7 mark 7:mark _ -7 described describe VERB VBN Tense=Past|VerbForm=Part 4 ccomp 4:ccomp _ +7 described describe VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 pictured picture VERB VBN Tense=Past|VerbForm=Part 7 conj 4:ccomp|7:conj:and _ +9 pictured picture VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 conj 0:root|7:conj:and _ 10 in in ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 catalogue catalogue NOUN NN Number=Sing 7 obl 7:obl:in _ 13 and and CCONJ CC _ 17 cc 17:cc _ 14 of of ADP IN _ 17 case 17:case _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -16 highest highest ADJ JJS Degree=Sup 17 amod 17:amod _ -17 standard standard NOUN NN Number=Sing 7 conj 4:ccomp|7:conj:and SpaceAfter=No -18 . . PUNCT . _ 4 punct 4:punct _ +16 highest high ADJ JJS Degree=Sup 17 amod 17:amod _ +17 standard standard NOUN NN Number=Sing 7 conj 0:root|7:conj:and SpaceAfter=No +18 . . PUNCT . _ 7 punct 7:punct _ # sent_id = reviews-114849-0003 # text = Would highly recommend to anyone requiring overseas gift delivery. @@ -202843,7 +202964,7 @@ 2 highly highly ADV RB _ 3 advmod 3:advmod _ 3 recommend recommend VERB VB VerbForm=Inf 0 root 0:root _ 4 to to ADP IN _ 5 case 5:case _ -5 anyone anyone PRON NN Number=Sing 3 obl 3:obl:to _ +5 anyone anyone PRON NN Number=Sing|PronType=Ind 3 obl 3:obl:to _ 6 requiring require VERB VBG VerbForm=Ger 5 acl 5:acl _ 7 overseas overseas ADJ JJ Degree=Pos 9 amod 9:amod _ 8 gift gift NOUN NN Number=Sing 9 compound 9:compound _ @@ -202862,8 +202983,8 @@ # newpar id = reviews-005636-p0001 # text = I LOVE MY GYM! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 LOVE love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 MY my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 LOVE love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 MY my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 GYM gym NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No 5 ! ! PUNCT . _ 2 punct 2:punct _ @@ -202874,7 +202995,7 @@ 2 UNLIMITED UNLIMITED PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -5 second second ADJ JJ Degree=Pos|NumType=Ord 6 amod 6:amod _ +5 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 6 amod 6:amod _ 6 home home NOUN NN Number=Sing 0 root 0:root _ 7 to to ADP IN _ 9 case 9:case _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ @@ -202884,7 +203005,7 @@ 12 gym gym NOUN NN Number=Sing 13 compound 13:compound _ 13 members member NOUN NNS Number=Plur 11 appos 11:appos _ 14 who who PRON WP PronType=Rel 15 nsubj 11:ref _ -15 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +15 work work VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 16 out out ADP RP _ 15 compound:prt 15:compound:prt _ 17 daily daily ADV RB _ 15 advmod 15:advmod SpaceAfter=No 18 . . PUNCT . _ 6 punct 6:punct _ @@ -202893,7 +203014,7 @@ # text = If you are serious about working out in a non-commercial like atmosphere then you have chosen the best place to be. 1 If if SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 serious serious ADJ JJ Degree=Pos 16 advcl 16:advcl:if _ 5 about about SCONJ IN _ 6 mark 6:mark _ 6 working work VERB VBG VerbForm=Ger 4 advcl 4:advcl:about _ @@ -202905,13 +203026,13 @@ 12 atmosphere atmosphere NOUN NN Number=Sing 6 obl 6:obl:in _ 13 then then ADV RB PronType=Dem 16 advmod 16:advmod _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -15 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +15 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 16 chosen choose VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -18 best best ADJ JJS Degree=Sup 19 amod 19:amod _ +18 best good ADJ JJS Degree=Sup 19 amod 19:amod _ 19 place place NOUN NN Number=Sing 16 obj 16:obj _ 20 to to PART TO _ 21 mark 21:mark _ -21 be be VERB VB VerbForm=Inf 19 acl 19:acl:to SpaceAfter=No +21 be be AUX VB VerbForm=Inf 19 acl 19:acl:to Promoted=Yes|SpaceAfter=No 22 . . PUNCT . _ 16 punct 16:punct _ # sent_id = reviews-005636-0004 @@ -202919,32 +203040,32 @@ 1 This this PRON DT Number=Sing|PronType=Dem 6 nsubj 6:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -4 most most ADV RBS _ 5 advmod 5:advmod _ +4 most most ADV RBS Degree=Sup 5 advmod 5:advmod _ 5 humble humble ADJ JJ Degree=Pos 6 amod 6:amod _ 6 gym gym NOUN NN Number=Sing 0 root 0:root _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ 8 will will AUX MD VerbForm=Fin 10 aux 10:aux _ -9 every every ADV RB _ 10 advmod 10:advmod _ +9 every ever ADV RB Typo=Yes 10 advmod 10:advmod CorrectForm=ever 10 step step VERB VB VerbForm=Inf 6 acl:relcl 6:acl:relcl _ 11 into into ADP IN _ 10 obl 10:obl SpaceAfter=No -12 .... .... PUNCT , _ 6 punct 6:punct _ +12 .... .... PUNCT , _ 24 punct 24:punct _ 13 if if SCONJ IN _ 15 mark 15:mark _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj|17:nsubj:xsubj _ -15 dare dare VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 advcl 24:advcl:if _ +15 dare dare VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 24 advcl 24:advcl:if _ 16 to to PART TO _ 17 mark 17:mark _ 17 work work VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ 18 on on ADP IN _ 20 case 20:case _ -19 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 body body NOUN NN Number=Sing 17 obl 17:obl:on _ 21-22 don't _ _ _ _ _ _ _ _ 21 do do AUX VB Mood=Imp|VerbForm=Fin 24 aux 24:aux _ 22 n't not PART RB _ 24 advmod 24:advmod _ 23 be be AUX VB Mood=Imp|VerbForm=Fin 24 cop 24:cop _ 24 surprised surprised ADJ JJ Degree=Pos 6 parataxis 6:parataxis _ -25 when when SCONJ WRB PronType=Int 27 mark 27:mark _ +25 when when ADV WRB PronType=Int 27 advmod 27:advmod _ 26 you you PRON PRP Case=Nom|Person=2|PronType=Prs 27 nsubj 27:nsubj _ -27 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 advcl 24:advcl:when _ -28 how how SCONJ WRB PronType=Int 29 mark 29:mark _ +27 see see VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 24 advcl 24:advcl:when _ +28 how how ADV WRB PronType=Int 29 advmod 29:advmod _ 29 addicting addicting ADJ JJ Degree=Pos 27 ccomp 27:ccomp _ 30 going go VERB VBG VerbForm=Ger 29 csubj 29:csubj _ 31 to to ADP IN _ 33 case 33:case _ @@ -202977,14 +203098,14 @@ 3 hard hard ADJ JJ Degree=Pos 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 find find VERB VB VerbForm=Inf 3 csubj 3:csubj SpaceAfter=No -6 ... ... PUNCT , _ 3 punct 3:punct SpaceAfter=No +6 ... ... PUNCT , _ 12 punct 12:punct SpaceAfter=No 7 and and CCONJ CC _ 12 cc 12:cc _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -9 mexican mexican ADJ JJ Degree=Pos 10 amod 10:amod _ +9 mexican Mexican ADJ JJ Degree=Pos 10 amod 10:amod _ 10 food food NOUN NN Number=Sing 12 nsubj 12:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 12 bland bland ADJ JJ Degree=Pos 3 conj 3:conj:and SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ +13 , , PUNCT , _ 15 punct 15:punct _ 14 almost almost ADV RB _ 15 advmod 15:advmod _ 15 equivalent equivalent ADJ JJ Degree=Pos 12 appos 12:appos _ 16 to to SCONJ IN _ 17 mark 17:mark _ @@ -203006,17 +203127,17 @@ # sent_id = reviews-004574-0005 # text = I asked for a fried egg on my enchiladas...and did not get it.! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|14:nsubj _ -2 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 asked ask VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 for for ADP IN _ 6 case 6:case _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -5 fried fry VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +5 fried fry VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 6 egg egg NOUN NN Number=Sing 2 obl 2:obl:for _ 7 on on ADP IN _ 9 case 9:case _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 enchiladas enchilada NOUN NNS Number=Plur 6 nmod 6:nmod:on SpaceAfter=No -10 ... ... PUNCT , _ 2 punct 2:punct SpaceAfter=No +10 ... ... PUNCT , _ 14 punct 14:punct SpaceAfter=No 11 and and CCONJ CC _ 14 cc 14:cc _ -12 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 aux 14:aux _ +12 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 14 aux 14:aux _ 13 not not PART RB _ 14 advmod 14:advmod _ 14 get get VERB VB VerbForm=Inf 2 conj 2:conj:and _ 15 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 obj 14:obj SpaceAfter=No @@ -203025,29 +203146,29 @@ # sent_id = reviews-004574-0006 # text = Secondly, the enchladas did not come with enchilada sauce..but chili...like Hormel's chili..the cheese was American cheese! 1 Secondly secondly ADV RB _ 7 advmod 7:advmod SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 enchladas enchilada NOUN NNS Number=Plur|Typo=Yes 7 nsubj 7:nsubj _ -5 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 aux 7:aux _ +4 enchladas enchilada NOUN NNS Number=Plur|Typo=Yes 7 nsubj 7:nsubj CorrectForm=enchiladas +5 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 aux 7:aux _ 6 not not PART RB _ 7 advmod 7:advmod _ 7 come come VERB VB VerbForm=Inf 0 root 0:root _ 8 with with ADP IN _ 10 case 10:case _ 9 enchilada enchilada NOUN NN Number=Sing 10 compound 10:compound _ 10 sauce sauce NOUN NN Number=Sing 7 obl 7:obl:with SpaceAfter=No -11 .. .. PUNCT , _ 10 punct 10:punct SpaceAfter=No +11 .. .. PUNCT , _ 13 punct 13:punct SpaceAfter=No 12 but but CCONJ CC _ 13 cc 13:cc _ 13 chili chili NOUN NN Number=Sing 10 conj 7:obl:with|10:conj:but SpaceAfter=No -14 ... ... PUNCT , _ 13 punct 13:punct SpaceAfter=No +14 ... ... PUNCT , _ 18 punct 18:punct SpaceAfter=No 15 like like ADP IN _ 18 case 18:case _ 16-17 Hormel's _ _ _ _ _ _ _ _ 16 Hormel Hormel PROPN NNP Number=Sing 18 nmod:poss 18:nmod:poss _ 17 's 's PART POS _ 16 case 16:case _ 18 chili chili NOUN NN Number=Sing 13 nmod 13:nmod:like SpaceAfter=No -19 .. .. PUNCT , _ 7 punct 7:punct SpaceAfter=No +19 .. .. PUNCT , _ 24 punct 24:punct SpaceAfter=No 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 cheese cheese NOUN NN Number=Sing 24 nsubj 24:nsubj _ 22 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 cop 24:cop _ -23 American american ADJ JJ Degree=Pos 24 amod 24:amod _ +23 American American ADJ JJ Degree=Pos 24 amod 24:amod _ 24 cheese cheese NOUN NN Number=Sing 7 parataxis 7:parataxis SpaceAfter=No 25 ! ! PUNCT . _ 7 punct 7:punct _ @@ -203056,9 +203177,9 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 Chili chili NOUN NN Number=Sing 3 compound 3:compound _ 3 Relleno relleno NOUN NN Number=Sing 5 nsubj 5:nsubj SpaceAfter=No -4 .. .. PUNCT , _ 5 punct 5:punct SpaceAfter=No -5 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -6 no no DET DT _ 7 det 7:det _ +4 .. .. PUNCT , _ 3 punct 3:punct SpaceAfter=No +5 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 no no DET DT PronType=Neg 7 det 7:det _ 7 batter batter NOUN NN Number=Sing 5 obj 5:obj _ 8 on on ADP IN _ 9 case 9:case _ 9 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 obl 5:obl:on SpaceAfter=No @@ -203069,7 +203190,7 @@ # newpar id = reviews-329991-p0001 # text = I googled restaurants in the area and Fuji Sushi came up and reviews were great so I made a carry out order of : L 17. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 googled google VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 googled google VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 restaurants restaurant NOUN NNS Number=Plur 2 obj 2:obj _ 4 in in ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -203077,31 +203198,31 @@ 7 and and CCONJ CC _ 10 cc 10:cc _ 8 Fuji Fuji PROPN NNP Number=Sing 9 compound 9:compound _ 9 Sushi Sushi PROPN NNP Number=Sing 10 nsubj 10:nsubj _ -10 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +10 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 11 up up ADV RB _ 10 advmod 10:advmod _ 12 and and CCONJ CC _ 15 cc 15:cc _ 13 reviews review NOUN NNS Number=Plur 15 nsubj 15:nsubj _ -14 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 cop 15:cop _ +14 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ 15 great great ADJ JJ Degree=Pos 2 conj 2:conj:and _ 16 so so ADV RB _ 18 advmod 18:advmod _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -18 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +18 made make VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 19 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 20 carry carry VERB VB VerbForm=Inf 22 compound 22:compound _ 21 out out ADP RP _ 20 compound 20:compound _ 22 order order NOUN NN Number=Sing 18 obj 18:obj _ 23 of of ADP IN _ 25 case 25:case _ -24 : : PUNCT : _ 25 punct 25:punct _ -25 L l SYM $ _ 22 nmod 22:nmod:of _ -26 17 17 NUM CD NumType=Card 25 nummod 25:nummod SpaceAfter=No +24 : : PUNCT : _ 23 punct 23:punct _ +25 L L SYM $ _ 22 nmod 22:nmod:of _ +26 17 17 NUM CD NumForm=Digit|NumType=Card 25 nummod 25:nummod SpaceAfter=No 27 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-329991-0002 # text = Mixed Tempura.....................8.25 Shrimp or vegetable tempura & salad. -1 Mixed mix VERB VBN Tense=Past|VerbForm=Part 2 amod 2:amod _ +1 Mixed mix VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 amod 2:amod _ 2 Tempura Tempura PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -3 ..................... ..................... PUNCT : _ 2 punct 2:punct SpaceAfter=No -4 8.25 8.25 NUM CD NumType=Card 5 nummod 5:nummod _ +3 ..................... ..................... PUNCT : _ 8 punct 8:punct SpaceAfter=No +4 8.25 8.25 NUM CD NumForm=Digit|NumType=Frac 5 nummod 5:nummod _ 5 Shrimp shrimp NOUN NN Number=Sing 8 compound 8:compound _ 6 or or CCONJ CC _ 7 cc 7:cc _ 7 vegetable vegetable NOUN NN Number=Sing 5 conj 5:conj:or|8:compound _ @@ -203122,8 +203243,8 @@ 8 service service NOUN NN Number=Sing 4 obl 4:obl:with _ 9 and and CCONJ CC _ 12 cc 12:cc _ 10 even even ADV RB _ 11 advmod 11:advmod _ -11 more more ADV RBR _ 12 advmod 12:advmod _ -12 please please ADJ JJ Degree=Pos 4 conj 4:conj:and _ +11 more more ADV RBR Degree=Cmp 12 advmod 12:advmod _ +12 please pleased ADJ JJ Degree=Pos|Typo=Yes 4 conj 4:conj:and CorrectForm=pleased 13 with with ADP IN _ 16 case 16:case _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 15 portion portion NOUN NN Number=Sing 16 compound 16:compound _ @@ -203148,7 +203269,7 @@ # text = I'm very happy and will definitely dine in and carry out again. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|8:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 happy happy ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 8 cc 8:cc _ @@ -203181,32 +203302,32 @@ # sent_id = reviews-274498-0002 # text = When i say jiu-jitsu or mma i mean it! -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ -2 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:when _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ +2 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ +3 say say VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:when _ 4 jiu jiu NOUN NN Number=Sing 6 compound 6:compound SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 6 jitsu jitsu NOUN NN Number=Sing 3 obj 3:obj _ 7 or or CCONJ CC _ 8 cc 8:cc _ 8 mma mma NOUN NN Number=Sing 6 conj 3:obj|6:conj:or _ -9 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 mean mean VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +9 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ +10 mean mean VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 obj 10:obj SpaceAfter=No 12 ! ! PUNCT . _ 10 punct 10:punct _ # sent_id = reviews-274498-0003 # text = Best jiu-jitsu mma in Santa Rosa and i have the experience and belt to back it up! -1 Best best ADJ JJS Degree=Sup 5 amod 5:amod _ +1 Best good ADJ JJS Degree=Sup 5 amod 5:amod _ 2 jiu jiu NOUN NN Number=Sing 4 compound 4:compound SpaceAfter=No -3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No +3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No 4 jitsu jitsu NOUN NN Number=Sing 5 compound 5:compound _ 5 mma mma NOUN NN Number=Sing 0 root 0:root _ 6 in in ADP IN _ 8 case 8:case _ 7 Santa Santa PROPN NNP Number=Sing 8 compound 8:compound _ 8 Rosa Rosa PROPN NNP Number=Sing 5 nmod 5:nmod:in _ 9 and and CCONJ CC _ 11 cc 11:cc _ -10 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +10 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ +11 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 experience experience NOUN NN Number=Sing 11 obj 11:obj _ 14 and and CCONJ CC _ 15 cc 15:cc _ @@ -203219,9 +203340,9 @@ # sent_id = reviews-274498-0004 # text = When you come to ncfa you will see a real instructor that teaches and trains everyday! -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 come come VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:when _ +3 come come VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:when _ 4 to to ADP IN _ 5 case 5:case _ 5 ncfa ncfa PROPN NNP Number=Sing 3 obl 3:obl:to _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ @@ -203240,10 +203361,10 @@ # sent_id = reviews-274498-0005 # text = If your coach has no fights and you never see him train and sweat something is wrong! 1 If if SCONJ IN _ 4 mark 4:mark _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 coach coach NOUN NN Number=Sing 4 nsubj 4:nsubj _ 4 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:if _ -5 no no DET DT _ 6 det 6:det _ +5 no no DET DT PronType=Neg 6 det 6:det _ 6 fights fight NOUN NNS Number=Plur 4 obj 4:obj _ 7 and and CCONJ CC _ 10 cc 10:cc _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ @@ -203253,7 +203374,7 @@ 12 train train VERB VB VerbForm=Inf 11 acl 11:acl _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 sweat sweat VERB VB VerbForm=Inf 12 conj 11:acl|12:conj:and _ -15 something something PRON NN Number=Sing 17 nsubj 17:nsubj _ +15 something something PRON NN Number=Sing|PronType=Ind 17 nsubj 17:nsubj _ 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 17 wrong wrong ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 18 ! ! PUNCT . _ 17 punct 17:punct _ @@ -203280,22 +203401,22 @@ # text = I just moved nearby and have tried several of the local places, this was the first one and I should have just stuck with it. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|7:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 moved move VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 moved move VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 nearby nearby ADV RB _ 3 advmod 3:advmod _ 5 and and CCONJ CC _ 7 cc 7:cc _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 tried try VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:and _ 8 several several ADJ JJ Degree=Pos 7 obj 7:obj _ 9 of of ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 local local ADJ JJ Degree=Pos 12 amod 12:amod _ 12 places place NOUN NNS Number=Plur 8 obl 8:obl:of SpaceAfter=No -13 , , PUNCT , _ 3 punct 3:punct _ +13 , , PUNCT , _ 18 punct 18:punct _ 14 this this PRON DT Number=Sing|PronType=Dem 18 nsubj 18:nsubj _ 15 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 cop 18:cop _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -17 first first ADJ JJ Degree=Pos|NumType=Ord 18 amod 18:amod _ -18 one one NUM CD NumType=Card 3 parataxis 3:parataxis _ +17 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 18 amod 18:amod _ +18 one one NOUN NN Number=Sing 3 parataxis 3:parataxis _ 19 and and CCONJ CC _ 24 cc 24:cc _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ 21 should should AUX MD VerbForm=Fin 24 aux 24:aux _ @@ -203314,13 +203435,13 @@ 4 usually usually ADV RB _ 6 advmod 6:advmod _ 5 pretty pretty ADV RB _ 6 advmod 6:advmod _ 6 good good ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 18 punct 18:punct _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 9 only only ADJ JJ Degree=Pos 11 amod 11:amod _ 10 bad bad ADJ JJ Degree=Pos 11 amod 11:amod _ 11 one one NOUN NN Number=Sing 18 nsubj 18:nsubj _ 12 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +13 got get VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 cop 18:cop _ 15 on on ADP IN _ 18 case 18:case _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ @@ -203329,13 +203450,13 @@ 19 and and CCONJ CC _ 22 cc 22:cc _ 20 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj|25:nsubj:xsubj _ 21 just just ADV RB _ 22 advmod 22:advmod _ -22 needed need VERB VBN Tense=Past|VerbForm=Part 18 conj 18:conj:and _ +22 needed need VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 conj 18:conj:and _ 23 to to PART TO _ 25 mark 25:mark _ 24 be be AUX VB VerbForm=Inf 25 aux:pass 25:aux:pass _ -25 cooked cook VERB VBN Tense=Past|VerbForm=Part 22 xcomp 22:xcomp _ +25 cooked cook VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 xcomp 22:xcomp _ 26 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 27 little little ADJ JJ Degree=Pos 28 obl:npmod 28:obl:npmod _ -28 more more ADV RBR _ 25 advmod 25:advmod SpaceAfter=No +28 more more ADV RBR Degree=Cmp 25 advmod 25:advmod SpaceAfter=No 29 , , PUNCT , _ 34 punct 34:punct _ 30 but but CCONJ CC _ 34 cc 34:cc _ 31 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 34 nsubj 34:nsubj _ @@ -203346,18 +203467,18 @@ # sent_id = reviews-031113-0004 # text = Their BBQ chicken pizza is one of the better ones I have ever had. -1 Their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +1 Their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 2 BBQ bbq NOUN NN Number=Sing 3 compound 3:compound _ 3 chicken chicken NOUN NN Number=Sing 4 compound 4:compound _ 4 pizza pizza NOUN NN Number=Sing 6 nsubj 6:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -6 one one NUM CD NumType=Card 0 root 0:root _ +6 one one NUM CD NumForm=Word|NumType=Card 0 root 0:root _ 7 of of ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -9 better better ADJ JJR Degree=Cmp 10 amod 10:amod _ +9 better good ADJ JJR Degree=Cmp 10 amod 10:amod _ 10 ones one NOUN NNS Number=Plur 6 nmod 6:nmod:of _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -12 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +12 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 ever ever ADV RB _ 14 advmod 14:advmod _ 14 had have VERB VBN Tense=Past|VerbForm=Part 10 acl:relcl 10:acl:relcl SpaceAfter=No 15 . . PUNCT . _ 6 punct 6:punct _ @@ -203385,7 +203506,7 @@ # sent_id = reviews-039856-0003 # text = They are very rude over the phone and in person. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 rude rude ADJ JJ Degree=Pos 0 root 0:root _ 5 over over ADP IN _ 7 case 7:case _ @@ -203399,20 +203520,20 @@ # sent_id = reviews-039856-0004 # text = They talk down to you like they are supreme beings, if you hate your job so much then quit!! 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 talk talk VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 talk talk VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 down down ADV RP _ 2 compound:prt 2:compound:prt _ 4 to to ADP IN _ 5 case 5:case _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 obl 2:obl:to _ 6 like like SCONJ IN _ 10 mark 10:mark _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 9 supreme supreme ADJ JJ Degree=Pos 10 amod 10:amod _ 10 beings being NOUN NNS Number=Plur 2 advcl 2:advcl:like SpaceAfter=No -11 , , PUNCT , _ 2 punct 2:punct _ +11 , , PUNCT , _ 20 punct 20:punct _ 12 if if SCONJ IN _ 14 mark 14:mark _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj _ -14 hate hate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 advcl 20:advcl:if _ -15 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +14 hate hate VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 20 advcl 20:advcl:if _ +15 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 job job NOUN NN Number=Sing 14 obj 14:obj _ 17 so so ADV RB _ 18 advmod 18:advmod _ 18 much much ADV RB _ 14 advmod 14:advmod _ @@ -203422,7 +203543,7 @@ # sent_id = reviews-039856-0005 # text = How these guys can get away with being so rude with people is mind blowing. -1 How how SCONJ WRB PronType=Int 5 mark 5:mark _ +1 How how ADV WRB PronType=Int 5 advmod 5:advmod _ 2 these this DET DT Number=Plur|PronType=Dem 3 det 3:det _ 3 guys guy NOUN NNS Number=Plur 5 nsubj 5:nsubj _ 4 can can AUX MD VerbForm=Fin 5 aux 5:aux _ @@ -203454,10 +203575,10 @@ # sent_id = reviews-039856-0007 # text = Thank god there are plenty of Toyota dealerships to choose from in this city. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -2 god god PROPN NNP Number=Sing 1 obj 1:obj _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 god god PROPN NNP Number=Sing 1 iobj 1:iobj _ 3 there there PRON EX _ 4 expl 4:expl _ -4 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp _ +4 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp _ 5 plenty plenty NOUN NN Number=Sing 4 nsubj 4:nsubj _ 6 of of ADP IN _ 8 case 8:case _ 7 Toyota Toyota PROPN NNP Number=Sing 8 compound 8:compound _ @@ -203484,7 +203605,7 @@ # newpar id = reviews-394662-p0002 # text = I have been here before and the service was absoulutely great. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 cop 4:cop _ 4 here here ADV RB PronType=Dem 0 root 0:root _ 5 before before ADV RB _ 4 advmod 4:advmod _ @@ -203492,14 +203613,14 @@ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 service service NOUN NN Number=Sing 11 nsubj 11:nsubj _ 9 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ -10 absoulutely absolutely ADV RB Typo=Yes 11 advmod 11:advmod _ +10 absoulutely absolutely ADV RB Typo=Yes 11 advmod 11:advmod CorrectForm=absolutely 11 great great ADJ JJ Degree=Pos 4 conj 4:conj:and SpaceAfter=No 12 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-394662-0003 # text = They had a great selection of colors to choose from and their seats are super comfty. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 great great ADJ JJ Degree=Pos 5 amod 5:amod _ 5 selection selection NOUN NN Number=Sing 2 obj 2:obj _ @@ -203509,39 +203630,39 @@ 9 choose choose VERB VB VerbForm=Inf 7 acl 7:acl:to _ 10 from from ADP IN _ 9 obl 9:obl _ 11 and and CCONJ CC _ 16 cc 16:cc _ -12 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 seats seat NOUN NNS Number=Plur 16 nsubj 16:nsubj _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 15 super super ADV RB _ 16 advmod 16:advmod _ -16 comfty comfy ADJ JJ Degree=Pos|Typo=Yes 2 conj 2:conj:and SpaceAfter=No +16 comfty comfy ADJ JJ Degree=Pos|Typo=Yes 2 conj 2:conj:and CorrectForm=comfy|SpaceAfter=No 17 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-394662-0004 # text = I enjoy going there although i've only been there once, i will be returning toda to recieve a pair of french tips and i will only go to the best and to me the best is here. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|3:nsubj:xsubj _ -2 enjoy enjoy VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 enjoy enjoy VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 going go VERB VBG VerbForm=Ger 2 xcomp 2:xcomp _ 4 there there ADV RB PronType=Dem 3 advmod 3:advmod _ 5 although although SCONJ IN _ 9 mark 9:mark _ 6-7 i've _ _ _ _ _ _ _ _ -6 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -7 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +6 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ +7 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 only only ADV RB _ 9 advmod 9:advmod _ -9 been be VERB VBN Tense=Past|VerbForm=Part 16 advcl 16:advcl:although _ +9 been be AUX VBN Tense=Past|VerbForm=Part 16 advcl 16:advcl:although _ 10 there there ADV RB PronType=Dem 9 advmod 9:advmod _ -11 once once ADV RB NumType=Mult 9 advmod 9:advmod SpaceAfter=No -12 , , PUNCT , _ 16 punct 16:punct _ -13 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ +11 once once ADV RB NumForm=Word|NumType=Mult 9 advmod 9:advmod SpaceAfter=No +12 , , PUNCT , _ 9 punct 9:punct _ +13 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ 14 will will AUX MD VerbForm=Fin 16 aux 16:aux _ 15 be be AUX VB VerbForm=Inf 16 aux 16:aux _ 16 returning return VERB VBG Tense=Pres|VerbForm=Part 2 conj 2:conj:and _ -17 toda today NOUN NN Number=Sing|Typo=Yes 16 obl:tmod 16:obl:tmod _ +17 toda today NOUN NN Number=Sing|Typo=Yes 16 obl:tmod 16:obl:tmod CorrectForm=today 18 to to PART TO _ 19 mark 19:mark _ -19 recieve receive VERB VB Typo=Yes|VerbForm=Inf 16 advcl 16:advcl:to _ +19 recieve receive VERB VB Typo=Yes|VerbForm=Inf 16 advcl 16:advcl:to CorrectForm=receive 20 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 21 pair pair NOUN NN Number=Sing 19 obj 19:obj _ 22 of of ADP IN _ 24 case 24:case _ -23 french french ADJ JJ Degree=Pos 24 amod 24:amod _ +23 french French ADJ JJ Degree=Pos 24 amod 24:amod _ 24 tips tip NOUN NNS Number=Plur 21 nmod 21:nmod:of _ 25 and and CCONJ CC _ 29 cc 29:cc _ 26 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 29 nsubj 29:nsubj _ @@ -203550,26 +203671,26 @@ 29 go go VERB VB VerbForm=Inf 2 conj 2:conj:and _ 30 to to ADP IN _ 32 case 32:case _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ -32 best best ADJ JJS Degree=Sup 29 obl 29:obl:to _ +32 best good ADJ JJS Degree=Sup 29 obl 29:obl:to _ 33 and and CCONJ CC _ 39 cc 39:cc _ 34 to to ADP IN _ 35 case 35:case _ 35 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 39 obl 39:obl:to _ 36 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ -37 best best ADJ JJS Degree=Sup 39 nsubj 39:nsubj _ +37 best good ADJ JJS Degree=Sup 39 nsubj 39:nsubj _ 38 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 39 cop 39:cop _ 39 here here ADV RB PronType=Dem 29 conj 29:conj:and SpaceAfter=No 40 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-394662-0005 # text = i reccomend you to go and enjoy their wonderful hospitality. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 reccomend recommend VERB VBP Mood=Ind|Tense=Pres|Typo=Yes|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 reccomend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm=recommend 3 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 obj 2:obj|5:nsubj:xsubj|7:nsubj:xsubj _ 4 to to PART TO _ 5 mark 5:mark _ 5 go go VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 enjoy enjoy VERB VB VerbForm=Inf 5 conj 2:xcomp|5:conj:and _ -8 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 wonderful wonderful ADJ JJ Degree=Pos 10 amod 10:amod _ 10 hospitality hospitality NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ @@ -203582,7 +203703,7 @@ 2 Marie Marie PROPN NNP Number=Sing 1 flat 1:flat _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 Govind Govind PROPN NNP Number=Sing 1 conj 1:conj:and|8:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 6 very very ADV RB _ 7 advmod 7:advmod _ 7 sweet sweet ADJ JJ Degree=Pos 8 amod 8:amod _ 8 people people NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No @@ -203591,11 +203712,11 @@ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 minute minute NOUN NN Number=Sing 23 obl:tmod 23:obl:tmod _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj _ -14 steep steep VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +14 steep steep VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ 15 into into ADP IN _ 17 case 17:case _ -16 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 school school NOUN NN Number=Sing 14 obl 14:obl:into SpaceAfter=No -18 , , PUNCT , _ 23 punct 23:punct _ +18 , , PUNCT , _ 12 punct 12:punct _ 19 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 20 calm calm ADJ JJ Degree=Pos 22 amod 22:amod _ 21 loving loving ADJ JJ Degree=Pos 22 amod 22:amod _ @@ -203607,17 +203728,17 @@ 27 tension tension NOUN NN Number=Sing 30 nsubj 30:nsubj _ 28 and and CCONJ CC _ 29 cc 29:cc _ 29 worries worry NOUN NNS Number=Plur 27 conj 27:conj:and|30:nsubj _ -30 stay stay VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 conj 23:conj:and _ +30 stay stay VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 conj 23:conj:and _ 31 outside outside ADV RB _ 30 advmod 30:advmod _ 32 in in ADP IN _ 34 case 34:case _ 33 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ 34 street street NOUN NN Number=Sing 30 obl 30:obl:in SpaceAfter=No -35 , , PUNCT , _ 8 punct 8:punct _ +35 , , PUNCT , _ 49 punct 49:punct _ 36 whether whether SCONJ IN _ 40 mark 40:mark _ 37 or or CCONJ CC _ 36 fixed 36:fixed _ -38 not not ADV RB _ 36 fixed 36:fixed _ +38 not not PART RB _ 36 fixed 36:fixed _ 39 you you PRON PRP Case=Nom|Person=2|PronType=Prs 40 nsubj 40:nsubj _ -40 pick pick VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 49 csubj 49:csubj _ +40 pick pick VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 49 csubj 49:csubj _ 41 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 40 obj 40:obj _ 42 up up ADP RP _ 40 compound:prt 40:compound:prt _ 43 again again ADV RB _ 40 advmod 40:advmod _ @@ -203636,10 +203757,10 @@ 1 A a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 2 wonderful wonderful ADJ JJ Degree=Pos 3 amod 3:amod _ 3 place place NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 7 punct 7:punct _ 5 if if SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ +7 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ 8 more more ADJ JJR Degree=Cmp 7 obj 7:obj _ 9 than than ADP IN _ 13 case 13:case _ 10 just just ADV RB _ 13 advmod 13:advmod _ @@ -203660,12 +203781,12 @@ 6 trying try VERB VBG VerbForm=Ger 4 acl 4:acl:of _ 7 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ 8 place place NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No -9 , , PUNCT , _ 6 punct 6:punct _ +9 , , PUNCT , _ 11 punct 11:punct _ 10 to to PART TO _ 11 mark 11:mark _ 11 see see VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ 12 if if SCONJ IN _ 14 mark 14:mark _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -14 fits fit VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:if _ +14 fits fit VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 ccomp 11:ccomp _ 15 you you PRON PRP Case=Acc|Person=2|PronType=Prs 14 obj 14:obj SpaceAfter=No 16 ... ... PUNCT . _ 1 punct 1:punct _ @@ -203675,7 +203796,7 @@ # text = They don't seem to be interested in selling cars. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj|7:nsubj:xsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 seem seem VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 7 mark 7:mark _ @@ -203689,29 +203810,29 @@ # sent_id = reviews-083459-0002 # newpar id = reviews-083459-p0002 # text = Went there yesterday: we are trying to decide between two different Honda models, so we wanted to test-drive both back to back. -1 Went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 there there ADV RB PronType=Dem 1 advmod 1:advmod _ 3 yesterday yesterday NOUN NN Number=Sing 1 obl:tmod 1:obl:tmod SpaceAfter=No -4 : : PUNCT : _ 1 punct 1:punct _ +4 : : PUNCT : _ 7 punct 7:punct _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 trying try VERB VBG VerbForm=Ger 1 parataxis 1:parataxis _ 8 to to PART TO _ 9 mark 9:mark _ 9 decide decide VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 between between ADP IN _ 14 case 14:case _ -11 two two NUM CD NumType=Card 14 nummod 14:nummod _ +11 two two NUM CD NumForm=Word|NumType=Card 14 nummod 14:nummod _ 12 different different ADJ JJ Degree=Pos 14 amod 14:amod _ 13 Honda Honda PROPN NNP Number=Sing 14 compound 14:compound _ 14 models model NOUN NNS Number=Plur 9 obl 9:obl:between SpaceAfter=No -15 , , PUNCT , _ 7 punct 7:punct _ +15 , , PUNCT , _ 18 punct 18:punct _ 16 so so ADV RB _ 18 advmod 18:advmod _ 17 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 18 nsubj 18:nsubj|22:nsubj:xsubj _ -18 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 advcl 7:advcl _ +18 wanted want VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 7 parataxis 7:parataxis _ 19 to to PART TO _ 22 mark 22:mark _ 20 test test NOUN NN Number=Sing 22 obl:npmod 22:obl:npmod SpaceAfter=No -21 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No +21 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No 22 drive drive VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ -23 both both DET DT _ 22 obj 22:obj _ +23 both both DET DT PronType=Tot 22 obj 22:obj _ 24 back back NOUN NN Number=Sing 22 obl:npmod 22:obl:npmod _ 25 to to ADP IN _ 26 case 26:case _ 26 back back NOUN NN Number=Sing 24 nmod 24:nmod:to SpaceAfter=No @@ -203721,18 +203842,18 @@ # text = The salesperson refused! 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 salesperson salesperson NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 refused refuse VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 refused refuse VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 4 ! ! PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-083459-0004 # text = Claimed he was too busy for two test drives. -1 Claimed claim VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Claimed claim VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 4 too too ADV RB _ 5 advmod 5:advmod _ 5 busy busy ADJ JJ Degree=Pos 1 ccomp 1:ccomp _ 6 for for ADP IN _ 9 case 9:case _ -7 two two NUM CD NumType=Card 9 nummod 9:nummod _ +7 two two NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 8 test test NOUN NN Number=Sing 9 compound 9:compound _ 9 drives drive NOUN NNS Number=Plur 5 obl 5:obl:for SpaceAfter=No 10 . . PUNCT . _ 1 punct 1:punct _ @@ -203740,7 +203861,7 @@ # sent_id = reviews-083459-0005 # text = We were the only customers there! 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 cop 5:cop _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 only only ADJ JJ Degree=Pos 5 amod 5:amod _ 5 customers customer NOUN NNS Number=Plur 0 root 0:root _ @@ -203754,24 +203875,24 @@ 2 n't not PART RB _ 3 advmod 3:advmod _ 3 waste waste VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 time time NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -5 , , PUNCT , _ 3 punct 3:punct _ +5 , , PUNCT , _ 7 punct 7:punct _ 6 just just ADV RB _ 7 advmod 7:advmod _ 7 drive drive VERB VB Mood=Imp|VerbForm=Fin 3 parataxis 3:parataxis _ -8 10 10 NUM CD NumType=Card 9 nummod 9:nummod _ +8 10 10 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 minutes minute NOUN NNS Number=Plur 10 obl:npmod 10:obl:npmod _ -10 more more ADV RBR _ 7 advmod 7:advmod _ +10 more more ADV RBR Degree=Cmp 7 advmod 7:advmod _ 11 down down ADV RB _ 7 advmod 7:advmod _ 12 to to ADP IN _ 14 case 14:case _ 13 Stevens Stevens PROPN NNP Number=Sing 14 compound 14:compound _ 14 Creek Creek PROPN NNP Number=Sing 11 obl 11:obl:to SpaceAfter=No -15 , , PUNCT , _ 3 punct 3:punct _ +15 , , PUNCT , _ 19 punct 19:punct _ 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 19 nsubj 19:nsubj|21:nsubj:xsubj _ 17 actually actually ADV RB _ 19 parataxis 19:parataxis _ -18 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ -19 try try VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +18 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ +19 try try VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ 20 to to PART TO _ 21 mark 21:mark _ 21 help help VERB VB VerbForm=Inf 19 xcomp 19:xcomp _ -22 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 customers customer NOUN NNS Number=Plur 21 obj 21:obj _ 24 there there ADV RB PronType=Dem 19 advmod 19:advmod SpaceAfter=No 25 ! ! PUNCT . _ 3 punct 3:punct _ @@ -203780,10 +203901,10 @@ # sent_id = reviews-196219-0001 # newpar id = reviews-196219-p0001 # text = ATE HERE A COUPLE TIMES. -1 ATE eat VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 ATE eat VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 HERE here ADV RB PronType=Dem 1 advmod 1:advmod _ 3 A a DET DT Definite=Ind|PronType=Art 4 det 4:det _ -4 COUPLE couple NOUN NN Number=Sing 5 nmod 5:nmod _ +4 COUPLE couple NOUN NN Number=Sing 5 nmod:npmod 5:nmod:npmod _ 5 TIMES time NOUN NNS Number=Plur 1 obl:tmod 1:obl:tmod SpaceAfter=No 6 . . PUNCT . _ 1 punct 1:punct _ @@ -203811,17 +203932,17 @@ # sent_id = reviews-196219-0003 # text = SO, IF YOU WANT A BURGER AND FRIES, WELL, IT IS OK. 1 SO so ADV RB _ 15 advmod 15:advmod SpaceAfter=No -2 , , PUNCT , _ 15 punct 15:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 IF if SCONJ IN _ 5 mark 5:mark _ 4 YOU you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 WANT want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:if _ +5 WANT want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:if _ 6 A a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 BURGER burger NOUN NN Number=Sing 5 obj 5:obj _ 8 AND and CCONJ CC _ 9 cc 9:cc _ 9 FRIES fry NOUN NNS Number=Plur 7 conj 5:obj|7:conj:and SpaceAfter=No -10 , , PUNCT , _ 15 punct 15:punct _ +10 , , PUNCT , _ 5 punct 5:punct _ 11 WELL well INTJ UH _ 15 discourse 15:discourse SpaceAfter=No -12 , , PUNCT , _ 15 punct 15:punct _ +12 , , PUNCT , _ 11 punct 11:punct _ 13 IT it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 14 IS be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 15 OK ok ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No @@ -203831,12 +203952,12 @@ # text = IF YOU WANT A LITTLE CAJUNISH FOOD - IT IS GOOD. 1 IF if SCONJ IN _ 3 mark 3:mark _ 2 YOU you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 WANT want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:if _ +3 WANT want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:if _ 4 A a DET DT Definite=Ind|PronType=Art 5 det 5:det _ -5 LITTLE little NOUN NN Number=Sing 6 obl:npmod 6:obl:npmod _ +5 LITTLE little ADJ JJ Degree=Pos 6 obl:npmod 6:obl:npmod _ 6 CAJUNISH cajunish ADJ JJ Degree=Pos 7 amod 7:amod _ 7 FOOD food NOUN NN Number=Sing 3 obj 3:obj _ -8 - - PUNCT , _ 11 punct 11:punct _ +8 - - PUNCT , _ 3 punct 3:punct _ 9 IT it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 10 IS be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 11 GOOD good ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No @@ -203846,19 +203967,19 @@ # text = IF YOU WANT A STEAK, WELL, THIS IS NOT THE BEST IN GREEN BAY. 1 IF if SCONJ IN _ 3 mark 3:mark _ 2 YOU you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 WANT want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ +3 WANT want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:if _ 4 A a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 STEAK steak NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -6 , , PUNCT , _ 13 punct 13:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 WELL well INTJ UH _ 13 discourse 13:discourse SpaceAfter=No -8 , , PUNCT , _ 13 punct 13:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 THIS this PRON DT Number=Sing|PronType=Dem 13 nsubj 13:nsubj _ 10 IS be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 11 NOT not PART RB _ 13 advmod 13:advmod _ 12 THE the DET DT Definite=Def|PronType=Art 13 det 13:det _ -13 BEST best ADJ JJS Degree=Sup 0 root 0:root _ +13 BEST good ADJ JJS Degree=Sup 0 root 0:root _ 14 IN in ADP IN _ 16 case 16:case _ -15 GREEN GREEN PROPN NNP Number=Sing 16 compound 16:compound _ +15 GREEN GREEN ADJ NNP Degree=Pos 16 amod 16:amod _ 16 BAY BAY PROPN NNP Number=Sing 13 obl 13:obl:in SpaceAfter=No 17 . . PUNCT . _ 13 punct 13:punct _ @@ -203869,17 +203990,17 @@ 3 BUT but CCONJ CC _ 17 cc 17:cc _ 4 IF if SCONJ IN _ 7 mark 7:mark _ 5 YOU you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -6 ARE be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 ARE be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 EXPECTING expect VERB VBG Tense=Pres|VerbForm=Part 17 advcl 17:advcl:if _ 8 A a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 9 RUTH RUTH PROPN NNP Number=Sing 11 compound 11:compound _ 10 CHRIS CHRIS PROPN NNP Number=Sing 9 flat 9:flat _ 11 TYPE type NOUN NN Number=Sing 12 compound 12:compound _ 12 STEAK steak NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No -13 , , PUNCT , _ 17 punct 17:punct _ +13 , , PUNCT , _ 7 punct 7:punct _ 14 THIS this PRON DT Number=Sing|PronType=Dem 17 nsubj 17:nsubj _ 15 IS be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ -16 NOT not ADV RB _ 17 advmod 17:advmod _ +16 NOT not PART RB _ 17 advmod 17:advmod _ 17 IT it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 conj 2:conj:but SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ @@ -203906,7 +204027,7 @@ # text = The beers were good, nice choice of beers as well, and as usual the mussels were great, the place upstairs is a nice addition to the bar downstairs. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 beers beer NOUN NNS Number=Plur 4 nsubj 4:nsubj|7:nsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 cop 4:cop _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 4 good good ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 5 , , PUNCT , _ 7 punct 7:punct _ 6 nice nice ADJ JJ Degree=Pos 7 amod 7:amod _ @@ -203921,7 +204042,7 @@ 15 usual usual ADJ JJ Degree=Pos 19 obl 19:obl:as _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 mussels mussel NOUN NNS Number=Plur 19 nsubj 19:nsubj _ -18 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 cop 19:cop _ +18 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 19 cop 19:cop _ 19 great great ADJ JJ Degree=Pos 4 conj 4:conj:and SpaceAfter=No 20 , , PUNCT , _ 27 punct 27:punct _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ @@ -203939,7 +204060,7 @@ # sent_id = reviews-366946-0004 # text = Filled up on too much beer and hence cannot comment on the food. -1 Filled fill VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Filled fill VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 up up ADP RP _ 1 compound:prt 1:compound:prt _ 3 on on ADP IN _ 6 case 6:case _ 4 too too ADV RB _ 5 advmod 5:advmod _ @@ -203961,16 +204082,16 @@ 1 But but CCONJ CC _ 4 cc 4:cc _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 menu menu NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 standard standard ADJ JJ Degree=Pos 6 amod 6:amod _ 6 stuff stuff NOUN NN Number=Sing 4 obj 4:obj|10:obj _ 7 that that PRON WDT PronType=Rel 10 obj 6:ref _ -8 one one PRON PRP _ 10 nsubj 10:nsubj _ +8 one one PRON PRP Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 9 would would AUX MD VerbForm=Fin 10 aux 10:aux _ 10 get get VERB VB VerbForm=Inf 6 acl:relcl 6:acl:relcl _ 11 at at ADP IN _ 14 case 14:case _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ -13 Belgian belgian ADJ JJ Degree=Pos 14 amod 14:amod _ +13 Belgian Belgian ADJ JJ Degree=Pos 14 amod 14:amod _ 14 Tavern tavern NOUN NN Number=Sing 10 obl 10:obl:at SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ @@ -203978,19 +204099,19 @@ # text = If you are a handcraft beer person, this is a fantastic place to be. 1 If if SCONJ IN _ 7 mark 7:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 5 handcraft handcraft NOUN NN Number=Sing 6 compound 6:compound _ 6 beer beer NOUN NN Number=Sing 7 compound 7:compound _ 7 person person NOUN NN Number=Sing 13 advcl 13:advcl:if SpaceAfter=No -8 , , PUNCT , _ 13 punct 13:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 this this PRON DT Number=Sing|PronType=Dem 13 nsubj 13:nsubj _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 fantastic fantastic ADJ JJ Degree=Pos 13 amod 13:amod _ 13 place place NOUN NN Number=Sing 0 root 0:root _ 14 to to PART TO _ 15 mark 15:mark _ -15 be be VERB VB VerbForm=Inf 13 acl 13:acl:to SpaceAfter=No +15 be be AUX VB VerbForm=Inf 13 acl 13:acl:to Promoted=Yes|SpaceAfter=No 16 . . PUNCT . _ 13 punct 13:punct _ # newdoc id = reviews-313825 @@ -204004,18 +204125,18 @@ # sent_id = reviews-313825-0002 # text = I moved into the Tanglewood Apartments in late 2008 and it's been a refreshing change. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 moved move VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 moved move VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 into into ADP IN _ 6 case 6:case _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 Tanglewood Tanglewood PROPN NNP Number=Sing 6 compound 6:compound _ -6 Apartments Apartments PROPN NNPS Number=Plur 2 obl 2:obl:into _ +6 Apartments Apartment PROPN NNPS Number=Plur 2 obl 2:obl:into _ 7 in in ADP IN _ 9 case 9:case _ 8 late late ADJ JJ Degree=Pos 9 amod 9:amod _ -9 2008 2008 NUM CD NumType=Card 2 obl 2:obl:in _ +9 2008 2008 NUM CD NumForm=Digit|NumType=Card 2 obl 2:obl:in _ 10 and and CCONJ CC _ 16 cc 16:cc _ 11-12 it's _ _ _ _ _ _ _ _ -11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nsubj:pass 16:nsubj:pass _ -12 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 aux:pass 16:aux:pass _ +11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ +12 's have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 13 been be AUX VBN Tense=Past|VerbForm=Part 16 cop 16:cop _ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 15 refreshing refresh VERB VBG VerbForm=Ger 16 amod 16:amod _ @@ -204025,7 +204146,7 @@ # sent_id = reviews-313825-0003 # text = I used to live at Meadowrun and that was a nightmare. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 used use VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 live live VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 at at ADP IN _ 6 case 6:case _ @@ -204041,22 +204162,23 @@ # text = The manager - Tiffany - is actually very nice so I'ma bit surprised by other comments. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 manager manager NOUN NN Number=Sing 9 nsubj 9:nsubj _ -3 - - PUNCT , _ 2 punct 2:punct _ +3 - - PUNCT , _ 4 punct 4:punct _ 4 Tiffany Tiffany PROPN NNP Number=Sing 2 appos 2:appos _ -5 - - PUNCT , _ 9 punct 9:punct _ +5 - - PUNCT , _ 2 punct 2:punct _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 7 actually actually ADV RB _ 9 advmod 9:advmod _ 8 very very ADV RB _ 9 advmod 9:advmod _ 9 nice nice ADJ JJ Degree=Pos 0 root 0:root _ 10 so so ADV RB _ 15 advmod 15:advmod _ -11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj SpaceAfter=No -12 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 cop 15:cop SpaceAfter=No +11-12 I'm _ _ _ _ _ _ _ CorrectSpaceAfter=Yes|SpaceAfter=No +11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj:pass 15:nsubj:pass _ +12 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 15 aux:pass 15:aux:pass _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 bit bit NOUN NN Number=Sing 15 obl:npmod 15:obl:npmod _ -15 surprised surprised ADJ JJ Degree=Pos 9 parataxis 9:parataxis _ +15 surprised surprise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 parataxis 9:parataxis _ 16 by by ADP IN _ 18 case 18:case _ 17 other other ADJ JJ Degree=Pos 18 amod 18:amod _ -18 comments comment NOUN NNS Number=Plur 15 obl 15:obl:by SpaceAfter=No +18 comments comment NOUN NNS Number=Plur 15 obl:agent 15:obl:agent SpaceAfter=No 19 . . PUNCT . _ 9 punct 9:punct _ # sent_id = reviews-313825-0005 @@ -204073,7 +204195,7 @@ 9 responded respond VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and _ 10 quickly quickly ADV RB _ 9 advmod 9:advmod _ 11 to to ADP IN _ 13 case 13:case _ -12 any any DET DT _ 13 det 13:det _ +12 any any DET DT PronType=Ind 13 det 13:det _ 13 questions question NOUN NNS Number=Plur 9 obl 9:obl:to _ 14 or or CCONJ CC _ 15 cc 15:cc _ 15 requests request NOUN NNS Number=Plur 13 conj 9:obl:to|13:conj:or SpaceAfter=No @@ -204083,7 +204205,7 @@ # text = Plus she plans a monthly breakfasts and other events at the clubhouse which is a nice added benefit. 1 Plus plus CCONJ CC _ 3 cc 3:cc _ 2 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 plans plan VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 plans plan VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root|18:csubj _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 monthly monthly ADJ JJ Degree=Pos 6 amod 6:amod _ 6 breakfasts breakfast NOUN NNS Number=Plur 3 obj 3:obj _ @@ -204093,12 +204215,12 @@ 10 at at ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 clubhouse clubhouse NOUN NN Number=Sing 6 nmod 6:nmod:at _ -13 which which PRON WDT PronType=Int 18 nsubj 18:nsubj _ +13 which which PRON WDT PronType=Rel 18 nsubj 3:ref _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 15 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 16 nice nice ADJ JJ Degree=Pos 18 amod 18:amod _ -17 added add VERB VBN Tense=Past|VerbForm=Part 18 amod 18:amod _ -18 benefit benefit NOUN NN Number=Sing 3 parataxis 3:parataxis SpaceAfter=No +17 added add VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 amod 18:amod _ +18 benefit benefit NOUN NN Number=Sing 3 advcl:relcl 3:advcl:relcl SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ # newdoc id = reviews-127157 @@ -204107,9 +204229,9 @@ # text = great service/deals - support this local business 1 great great ADJ JJ Degree=Pos 2 amod 2:amod _ 2 service service NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 / / PUNCT , _ 4 cc 4:cc SpaceAfter=No +3 / / SYM , _ 4 cc 4:cc SpaceAfter=No 4 deals deal NOUN NNS Number=Plur 2 conj 2:conj _ -5 - - PUNCT , _ 4 punct 4:punct _ +5 - - PUNCT , _ 6 punct 6:punct _ 6 support support VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis _ 7 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ 8 local local ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -204119,7 +204241,7 @@ # newpar id = reviews-127157-p0002 # text = I have used these guys for new snows, fixing lots of flats, used replacement tires, and oil changes. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|10:nsubj|17:nsubj|21:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 used use VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 these this DET DT Number=Plur|PronType=Dem 5 det 5:det _ 5 guys guy NOUN NNS Number=Plur 3 obj 3:obj _ @@ -204132,7 +204254,7 @@ 12 of of ADP IN _ 13 case 13:case _ 13 flats flat NOUN NNS Number=Plur 11 nmod 11:nmod:of SpaceAfter=No 14 , , PUNCT , _ 17 punct 17:punct _ -15 used use VERB VBN Tense=Past|VerbForm=Part 17 amod 17:amod _ +15 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 amod 17:amod _ 16 replacement replacement NOUN NN Number=Sing 17 compound 17:compound _ 17 tires tire NOUN NNS Number=Plur 3 conj 3:conj:and SpaceAfter=No 18 , , PUNCT , _ 21 punct 21:punct _ @@ -204144,9 +204266,9 @@ # sent_id = reviews-127157-0003 # text = They have the best prices locally and good customer service. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 best best ADJ JJS Degree=Sup 5 amod 5:amod _ +4 best good ADJ JJS Degree=Sup 5 amod 5:amod _ 5 prices price NOUN NNS Number=Plur 2 obj 2:obj _ 6 locally locally ADV RB _ 5 advmod 5:advmod _ 7 and and CCONJ CC _ 10 cc 10:cc _ @@ -204157,12 +204279,12 @@ # sent_id = reviews-127157-0004 # text = One guy is a little surley, but who gives a crap as long as your car's work is outstanding. -1 One one NUM CD NumType=Card 2 nummod 2:nummod _ +1 One one NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 guy guy NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ -5 little little NOUN NN Number=Sing 6 obl:npmod 6:obl:npmod _ -6 surley surly ADJ JJ Degree=Pos|Typo=Yes 0 root 0:root SpaceAfter=No +5 little little ADJ JJ Degree=Pos 6 obl:npmod 6:obl:npmod _ +6 surley surly ADJ JJ Degree=Pos|Typo=Yes 0 root 0:root CorrectForm=surly|SpaceAfter=No 7 , , PUNCT , _ 10 punct 10:punct _ 8 but but CCONJ CC _ 10 cc 10:cc _ 9 who who PRON WP PronType=Int 10 nsubj 10:nsubj _ @@ -204172,21 +204294,21 @@ 13 as as ADV RB _ 14 advmod 14:advmod _ 14 long long ADV RB Degree=Pos 10 advmod 10:advmod _ 15 as as SCONJ IN _ 21 mark 21:mark _ -16 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17-18 car's _ _ _ _ _ _ _ _ 17 car car NOUN NN Number=Sing 19 nmod:poss 19:nmod:poss _ 18 's 's PART POS _ 17 case 17:case _ 19 work work NOUN NN Number=Sing 21 nsubj 21:nsubj _ 20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ -21 outstanding outstanding ADJ JJ Degree=Pos 13 advcl 13:advcl:as SpaceAfter=No +21 outstanding outstanding ADJ JJ Degree=Pos 14 advcl 14:advcl:as SpaceAfter=No 22 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-127157-0005 # text = AND they're usually able to help you as a walk-in, and they're fast. -1 AND and CCONJ CC _ 18 cc 18:cc _ +1 AND and CCONJ CC _ 5 cc 5:cc _ 2-3 they're _ _ _ _ _ _ _ _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ -3 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 usually usually ADV RB _ 5 advmod 5:advmod _ 5 able able ADJ JJ Degree=Pos 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ @@ -204195,20 +204317,20 @@ 9 as as ADP IN _ 13 case 13:case _ 10 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 11 walk walk NOUN NN Number=Sing 13 compound 13:compound SpaceAfter=No -12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 in in NOUN NN Number=Sing 7 obl 7:obl:as SpaceAfter=No 14 , , PUNCT , _ 18 punct 18:punct _ 15 and and CCONJ CC _ 18 cc 18:cc _ 16-17 they're _ _ _ _ _ _ _ _ 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -17 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ +17 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 18 fast fast ADJ JJ Degree=Pos 5 conj 5:conj:and SpaceAfter=No 19 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-127157-0006 # text = Overall-good stuff. 1 Overall overall ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 - - PUNCT : _ 4 punct 4:punct SpaceAfter=No +2 - - PUNCT : _ 1 punct 1:punct SpaceAfter=No 3 good good ADJ JJ Degree=Pos 4 amod 4:amod _ 4 stuff stuff NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ @@ -204217,7 +204339,7 @@ # sent_id = reviews-024385-0001 # newpar id = reviews-024385-p0001 # text = Another great business bites the dust! -1 Another another DET DT _ 3 det 3:det _ +1 Another another DET DT PronType=Ind 3 det 3:det _ 2 great great ADJ JJ Degree=Pos 3 amod 3:amod _ 3 business business NOUN NN Number=Sing 4 nsubj 4:nsubj _ 4 bites bite VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ @@ -204229,7 +204351,7 @@ # newpar id = reviews-024385-p0002 # text = The best cakes EVER! 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 best best ADJ JJS Degree=Sup 3 amod 3:amod _ +2 best good ADJ JJS Degree=Sup 3 amod 3:amod _ 3 cakes cake NOUN NNS Number=Plur 0 root 0:root _ 4 EVER ever ADV RB _ 3 advmod 3:advmod SpaceAfter=No 5 ! ! PUNCT . _ 3 punct 3:punct _ @@ -204239,13 +204361,13 @@ 1 A a DET DT Definite=Ind|PronType=Art 2 det 2:det _ 2 bit bit NOUN NN Number=Sing 0 root 0:root _ 3 pricey pricey ADJ JJ Degree=Pos 2 amod 2:amod SpaceAfter=No -4 , , PUNCT , _ 2 punct 2:punct _ +4 , , PUNCT , _ 9 punct 9:punct _ 5 so so ADV RB _ 9 advmod 9:advmod _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 7-8 didn't _ _ _ _ _ _ _ _ -7 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +7 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 8 n't not PART RB _ 9 advmod 9:advmod _ -9 go go VERB VB VerbForm=Inf 2 advcl 2:advcl _ +9 go go VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ 10 very very ADV RB _ 11 advmod 11:advmod _ 11 often often ADV RB _ 9 advmod 9:advmod SpaceAfter=No 12 , , PUNCT , _ 18 punct 18:punct _ @@ -204255,30 +204377,30 @@ 16 always always ADV RB _ 18 advmod 18:advmod _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 18 treat treat NOUN NN Number=Sing 2 conj 2:conj:but _ -19 when when SCONJ WRB PronType=Int 21 mark 21:mark _ +19 when when ADV WRB PronType=Int 21 advmod 21:advmod _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ -21 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 advcl 18:advcl:when SpaceAfter=No +21 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 18 advcl 18:advcl:when SpaceAfter=No 22 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-024385-0004 # text = The prices were worth what I got. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 prices price NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 cop 4:cop _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 4 worth worth ADJ JJ Degree=Pos 0 root 0:root _ -5 what what PRON WP PronType=Int 4 obj 4:obj _ +5 what what PRON WP PronType=Rel 4 obj 4:obj|7:obj _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl SpaceAfter=No +7 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-024385-0005 # text = I'm assuming they are completely out of business since I can't find any contact information. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 assuming assume VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 6 completely completely ADV RB _ 9 advmod 9:advmod _ 7 out out ADP IN _ 9 case 9:case _ 8 of of ADP IN _ 9 case 9:case _ @@ -204289,7 +204411,7 @@ 12 ca can AUX MD VerbForm=Fin 14 aux 14:aux _ 13 n't not PART RB _ 14 advmod 14:advmod _ 14 find find VERB VB VerbForm=Inf 3 advcl 3:advcl:since _ -15 any any DET DT _ 17 det 17:det _ +15 any any DET DT PronType=Ind 17 det 17:det _ 16 contact contact NOUN NN Number=Sing 17 compound 17:compound _ 17 information information NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No 18 . . PUNCT . _ 3 punct 3:punct _ @@ -204298,33 +204420,33 @@ # text = I'm hoping the bakers continue to do their baking out of another place, because it would be a shame not to have these cakes any longer. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 hoping hope VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 bakers baker NOUN NNS Number=Plur 6 nsubj 6:nsubj|8:nsubj:xsubj _ -6 continue continue VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +6 continue continue VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 7 to to PART TO _ 8 mark 8:mark _ 8 do do VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 baking baking NOUN NN Number=Sing 8 obj 8:obj _ 11 out out ADP IN _ 14 case 14:case _ 12 of of ADP IN _ 14 case 14:case _ -13 another another DET DT _ 14 det 14:det _ +13 another another DET DT PronType=Ind 14 det 14:det _ 14 place place NOUN NN Number=Sing 8 obl 8:obl:of SpaceAfter=No -15 , , PUNCT , _ 3 punct 3:punct _ +15 , , PUNCT , _ 21 punct 21:punct _ 16 because because SCONJ IN _ 21 mark 21:mark _ -17 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj|24:nsubj:xsubj _ +17 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 expl 21:expl _ 18 would would AUX MD VerbForm=Fin 21 aux 21:aux _ 19 be be AUX VB VerbForm=Inf 21 cop 21:cop _ 20 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 21 shame shame NOUN NN Number=Sing 3 advcl 3:advcl:because _ -22 not not ADV RB _ 24 advmod 24:advmod _ +22 not not PART RB _ 24 advmod 24:advmod _ 23 to to PART TO _ 24 mark 24:mark _ -24 have have VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ +24 have have VERB VB VerbForm=Inf 21 csubj 21:csubj _ 25 these this DET DT Number=Plur|PronType=Dem 26 det 26:det _ 26 cakes cake NOUN NNS Number=Plur 24 obj 24:obj _ 27 any any ADV RB _ 28 advmod 28:advmod _ -28 longer longer ADV RBR Degree=Cmp 24 advmod 24:advmod SpaceAfter=No +28 longer long ADV RBR Degree=Cmp 24 advmod 24:advmod SpaceAfter=No 29 . . PUNCT . _ 3 punct 3:punct _ # newdoc id = reviews-164937 @@ -204334,7 +204456,7 @@ 1 Super super ADV RB _ 2 advmod 2:advmod _ 2 nice nice ADJ JJ Degree=Pos 3 amod 3:amod _ 3 people people NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 7 punct 7:punct _ 5 really really ADV RB _ 6 advmod 6:advmod _ 6 good good ADJ JJ Degree=Pos 7 amod 7:amod _ 7 food food NOUN NN Number=Sing 3 list 3:list _ @@ -204342,30 +204464,30 @@ # sent_id = reviews-164937-0002 # newpar id = reviews-164937-p0002 # text = What I love most about this place, other than the food, is that eating here makes you feel like you're in a small town rather than Baltimore. -1 What what PRON WP PronType=Int 14 nsubj 14:nsubj _ +1 What what PRON WP PronType=Rel 18 nsubj:outer 3:obj|18:nsubj:outer _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ -4 most most ADV RBS _ 3 advmod 3:advmod _ +3 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +4 most most ADV RBS Degree=Sup 3 advmod 3:advmod _ 5 about about ADP IN _ 7 case 7:case _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 place place NOUN NN Number=Sing 3 obl 3:obl:about SpaceAfter=No -8 , , PUNCT , _ 3 punct 3:punct _ +8 , , PUNCT , _ 9 punct 9:punct _ 9 other other ADV RB _ 3 advmod 3:advmod _ 10 than than ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 food food NOUN NN Number=Sing 9 obl 9:obl:than SpaceAfter=No -13 , , PUNCT , _ 14 punct 14:punct _ -14 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +13 , , PUNCT , _ 1 punct 1:punct _ +14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 15 that that SCONJ IN _ 18 mark 18:mark _ 16 eating eat VERB VBG VerbForm=Ger 18 csubj 18:csubj _ 17 here here ADV RB PronType=Dem 16 advmod 16:advmod _ -18 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 ccomp 14:ccomp _ -19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj _ -20 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 ccomp 18:ccomp _ +18 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 obj 18:obj|20:nsubj:xsubj _ +20 feel feel VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ 21 like like SCONJ IN _ 27 mark 27:mark _ 22-23 you're _ _ _ _ _ _ _ _ 22 you you PRON PRP Case=Nom|Person=2|PronType=Prs 27 nsubj 27:nsubj|30:nsubj _ -23 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ +23 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ 24 in in ADP IN _ 27 case 27:case _ 25 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 26 small small ADJ JJ Degree=Pos 27 amod 27:amod _ @@ -204373,28 +204495,28 @@ 28 rather rather ADV RB _ 30 cc 30:cc _ 29 than than ADP IN _ 28 fixed 28:fixed _ 30 Baltimore Baltimore PROPN NNP Number=Sing 27 conj 20:advcl:in|27:conj:rather_than SpaceAfter=No -31 . . PUNCT . _ 14 punct 14:punct _ +31 . . PUNCT . _ 18 punct 18:punct _ # sent_id = reviews-164937-0003 # text = The owners are really nice, they serve good food at a good price, and the option to eat outside on the deck (esp on the weekend whether there is hardly any traffic) is great. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 owners owner NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 really really ADV RB _ 5 advmod 5:advmod _ 5 nice nice ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 6 , , PUNCT , _ 8 punct 8:punct _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 serve serve VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +8 serve serve VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 9 good good ADJ JJ Degree=Pos 10 amod 10:amod _ 10 food food NOUN NN Number=Sing 8 obj 8:obj _ 11 at at ADP IN _ 14 case 14:case _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 good good ADJ JJ Degree=Pos 14 amod 14:amod _ 14 price price NOUN NN Number=Sing 8 obl 8:obl:at SpaceAfter=No -15 , , PUNCT , _ 37 punct 37:punct _ -16 and and CCONJ CC _ 37 cc 37:cc _ +15 , , PUNCT , _ 38 punct 38:punct _ +16 and and CCONJ CC _ 38 cc 38:cc _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -18 option option NOUN NN Number=Sing 37 nsubj 37:nsubj|38:nsubj:xsubj _ +18 option option NOUN NN Number=Sing 38 nsubj 38:nsubj _ 19 to to PART TO _ 20 mark 20:mark _ 20 eat eat VERB VB VerbForm=Inf 18 acl 18:acl:to _ 21 outside outside ADV RB _ 20 advmod 20:advmod _ @@ -204405,25 +204527,25 @@ 26 esp esp ADV RB _ 29 advmod 29:advmod _ 27 on on ADP IN _ 29 case 29:case _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ -29 weekend weekend NOUN NN Number=Sing 37 obl 37:obl:on _ +29 weekend weekend NOUN NN Number=Sing 20 obl 20:obl:on _ 30 whether whether SCONJ IN _ 32 mark 32:mark _ 31 there there PRON EX _ 32 expl 32:expl _ 32 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 29 acl 29:acl:whether _ 33 hardly hardly ADV RB _ 32 advmod 32:advmod _ -34 any any DET DT _ 35 det 35:det _ +34 any any DET DT PronType=Ind 35 det 35:det _ 35 traffic traffic NOUN NN Number=Sing 32 nsubj 32:nsubj SpaceAfter=No 36 ) ) PUNCT -RRB- _ 29 punct 29:punct _ -37 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ -38 great great ADJ JJ Degree=Pos 37 xcomp 37:xcomp SpaceAfter=No +37 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 38 cop 38:cop _ +38 great great ADJ JJ Degree=Pos 5 conj 5:conj:and SpaceAfter=No 39 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-164937-0004 # text = One of my top 5 places to eat in Baltimore. -1 One one NUM CD NumType=Card 0 root 0:root _ +1 One one NUM CD NumForm=Word|NumType=Card 0 root 0:root _ 2 of of ADP IN _ 6 case 6:case _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 4 top top ADJ JJ Degree=Pos 6 amod 6:amod _ -5 5 5 NUM CD NumType=Card 6 nummod 6:nummod _ +5 5 5 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 places place NOUN NNS Number=Plur 1 nmod 1:nmod:of _ 7 to to PART TO _ 8 mark 8:mark _ 8 eat eat VERB VB VerbForm=Inf 6 acl 6:acl:to _ @@ -204447,21 +204569,21 @@ 5 to to ADP IN _ 9 case 9:case _ 6 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 7 Youngstown Youngstown PROPN NNP Number=Sing 9 compound 9:compound _ -8 Sports Sports PROPN NNP Number=Sing 9 compound 9:compound _ +8 Sports Sport PROPN NNPS Number=Plur 9 compound 9:compound _ 9 Grille Grille PROPN NNP Number=Sing 4 obl 4:obl:to SpaceAfter=No -10 , , PUNCT , _ 4 punct 4:punct _ +10 , , PUNCT , _ 13 punct 13:punct _ 11 so so ADV RB _ 13 advmod 13:advmod _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 imagine imagine VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ +13 imagine imagine VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ 14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj:pass 16:nsubj:pass|18:nsubj:pass _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux:pass 16:aux:pass _ -16 owned own VERB VBN Tense=Past|VerbForm=Part 13 ccomp 13:ccomp SpaceAfter=No +15 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 aux:pass 16:aux:pass _ +16 owned own VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 ccomp 13:ccomp SpaceAfter=No 17 / / SYM SYM _ 18 cc 18:cc SpaceAfter=No -18 operated operate VERB VBN Tense=Past|VerbForm=Part 16 conj 13:ccomp|16:conj _ +18 operated operate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 conj 13:ccomp|16:conj _ 19 by by ADP IN _ 22 case 22:case _ 20 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 21 same same ADJ JJ Degree=Pos 22 amod 22:amod _ -22 people people NOUN NNS Number=Plur 16 obl 16:obl:by SpaceAfter=No +22 people people NOUN NNS Number=Plur 16 obl:agent 16:obl:agent SpaceAfter=No 23 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-351727-0003 @@ -204470,31 +204592,31 @@ 2 food food NOUN NN Number=Sing 4 nsubj 4:nsubj|10:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 mediocre mediocre ADJ JJ Degree=Pos 0 root 0:root _ -5 at at ADV RB _ 6 case 6:case _ -6 best best ADV RBS Degree=Sup 4 obl 4:obl:at SpaceAfter=No +5 at at ADP IN _ 6 case 6:case _ +6 best well ADV RBS Degree=Sup 4 obl 4:obl:at SpaceAfter=No 7 , , PUNCT , _ 10 punct 10:punct _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 largely largely ADV RB _ 10 advmod 10:advmod _ 10 overpriced overpriced ADJ JJ Degree=Pos 4 conj 4:conj:and _ -11 given give VERB VBN Tense=Past|VerbForm=Part 14 case 14:case _ +11 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 portion portion NOUN NN Number=Sing 14 compound 14:compound _ -14 size size NOUN NN Number=Sing 10 obl 10:obl:give _ +14 size size NOUN NN Number=Sing 10 obl 10:obl:given _ 15 and and CCONJ CC _ 16 cc 16:cc _ -16 quality quality NOUN NN Number=Sing 14 conj 10:obl:give|14:conj:and SpaceAfter=No +16 quality quality NOUN NN Number=Sing 14 conj 10:obl:given|14:conj:and SpaceAfter=No 17 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-351727-0004 # text = Don't even get me started on how expensive it is to drink there. 1-2 Don't _ _ _ _ _ _ _ _ -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 2 n't not PART RB _ 4 advmod 4:advmod _ 3 even even ADV RB _ 4 advmod 4:advmod _ 4 get get VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obj 4:obj|6:nsubj:xsubj _ -6 started start VERB VBN Tense=Past|VerbForm=Part 4 xcomp 4:xcomp _ +6 started start VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 xcomp 4:xcomp _ 7 on on SCONJ IN _ 9 mark 9:mark _ -8 how how SCONJ WRB PronType=Int 9 mark 9:mark _ +8 how how ADV WRB PronType=Int 9 advmod 9:advmod _ 9 expensive expensive ADJ JJ Degree=Pos 6 advcl 6:advcl:on _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 expl 9:expl _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ @@ -204506,15 +204628,15 @@ # sent_id = reviews-351727-0005 # text = I have ate here 3 times since they first opened, and the service has been poor each time, the staff always comes across as somewhat rude and slow. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 ate eat VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 here here ADV RB PronType=Dem 3 advmod 3:advmod _ -5 3 3 NUM CD NumType=Card 6 nummod 6:nummod _ +5 3 3 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 times time NOUN NNS Number=Plur 3 obl:tmod 3:obl:tmod _ 7 since since SCONJ IN _ 10 mark 10:mark _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -9 first first ADV RB _ 10 advmod 10:advmod _ -10 opened open VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:since SpaceAfter=No +9 first first ADV RB NumForm=Word|NumType=Ord 10 advmod 10:advmod _ +10 opened open VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:since SpaceAfter=No 11 , , PUNCT , _ 17 punct 17:punct _ 12 and and CCONJ CC _ 17 cc 17:cc _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ @@ -204522,7 +204644,7 @@ 15 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 16 been be AUX VBN Tense=Past|VerbForm=Part 17 cop 17:cop _ 17 poor poor ADJ JJ Degree=Pos 3 conj 3:conj:and _ -18 each each DET DT _ 19 det 19:det _ +18 each each DET DT PronType=Tot 19 det 19:det _ 19 time time NOUN NN Number=Sing 17 obl:tmod 17:obl:tmod SpaceAfter=No 20 , , PUNCT , _ 24 punct 24:punct _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ @@ -204542,22 +204664,22 @@ # newpar id = reviews-305187-p0001 # text = Apps 4 Salad 3 Entree 3.5 Wine 5 (NOV 07) 1 Apps app NOUN NNS Number=Plur 0 root 0:root _ -2 4 4 NUM CD NumType=Card 1 appos 1:appos _ +2 4 4 NUM CD NumForm=Digit|NumType=Card 1 appos 1:appos _ 3 Salad salad NOUN NN Number=Sing 1 conj 1:conj _ -4 3 3 NUM CD NumType=Card 3 appos 3:appos _ +4 3 3 NUM CD NumForm=Digit|NumType=Card 3 appos 3:appos _ 5 Entree entree NOUN NN Number=Sing 1 conj 1:conj _ -6 3.5 3.5 NUM CD NumType=Card 5 appos 5:appos _ +6 3.5 3.5 NUM CD NumForm=Digit|NumType=Frac 5 appos 5:appos _ 7 Wine wine NOUN NN Number=Sing 1 conj 1:conj _ -8 5 5 NUM CD NumType=Card 7 appos 7:appos _ +8 5 5 NUM CD NumForm=Digit|NumType=Card 7 appos 7:appos _ 9 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No -10 NOV NOV PROPN NNP Number=Sing 1 nmod:tmod 1:nmod:tmod _ -11 07 07 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No +10 NOV November PROPN NNP Abbr=Yes|Number=Sing 1 nmod:tmod 1:nmod:tmod _ +11 07 07 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No 12 ) ) PUNCT -RRB- _ 10 punct 10:punct _ # sent_id = reviews-305187-0002 # newpar id = reviews-305187-p0002 # text = Enjoyed this cozy little spot with a group of 8 folks. -1 Enjoyed enjoy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Enjoyed enjoy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 3 cozy cozy ADJ JJ Degree=Pos 5 amod 5:amod _ 4 little little ADJ JJ Degree=Pos 5 amod 5:amod _ @@ -204566,7 +204688,7 @@ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 group group NOUN NN Number=Sing 1 obl 1:obl:with _ 9 of of ADP IN _ 11 case 11:case _ -10 8 8 NUM CD NumType=Card 11 nummod 11:nummod _ +10 8 8 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 11 folks folk NOUN NNS Number=Plur 8 nmod 8:nmod:of SpaceAfter=No 12 . . PUNCT . _ 1 punct 1:punct _ @@ -204599,11 +204721,11 @@ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 need need NOUN NN Number=Sing 3 obj 3:obj _ 6 for for ADP IN _ 8 case 8:case _ -7 some some DET DT _ 8 det 8:det _ +7 some some DET DT PronType=Ind 8 det 8:det _ 8 fish fish NOUN NN Number=Sing 5 nmod 5:nmod:for _ 9 so so ADV RB _ 11 advmod 11:advmod _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ +11 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 salmon salmon NOUN NN Number=Sing 11 obj 11:obj|17:nsubj _ 14 which which PRON WDT PronType=Rel 17 nsubj 13:ref _ @@ -204613,7 +204735,7 @@ 18 but but CCONJ CC _ 21 cc 21:cc _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 steaks steak NOUN NNS Number=Plur 21 nsubj 21:nsubj|22:nsubj:xsubj _ -21 looked look VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ +21 looked look VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ 22 amazing amazing ADJ JJ Degree=Pos 21 xcomp 21:xcomp _ 23 and and CCONJ CC _ 34 cc 34:cc _ 24 if if SCONJ IN _ 28 mark 28:mark _ @@ -204622,7 +204744,7 @@ 27 in in ADP IN _ 28 case 28:case _ 28 town town NOUN NN Number=Sing 34 advcl 34:advcl:in _ 29 again again ADV RB _ 28 advmod 28:advmod SpaceAfter=No -30 , , PUNCT , _ 34 punct 34:punct _ +30 , , PUNCT , _ 28 punct 28:punct _ 31-32 I'll _ _ _ _ _ _ _ _ 31 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 34 nsubj 34:nsubj _ 32 'll will AUX MD VerbForm=Fin 34 aux 34:aux _ @@ -204672,30 +204794,30 @@ # sent_id = reviews-270502-0003 # text = They interviewed me, gave me tests in the software I included on my resume, and placed me in a position that I kept for several years. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|5:nsubj|18:nsubj _ -2 interviewed interview VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 interviewed interview VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj SpaceAfter=No 4 , , PUNCT , _ 5 punct 5:punct _ -5 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +5 gave give VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 iobj 5:iobj _ 7 tests test NOUN NNS Number=Plur 5 obj 5:obj _ 8 in in ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 software software NOUN NN Number=Sing 7 nmod 7:nmod:in _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 included include VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +12 included include VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ 13 on on ADP IN _ 15 case 15:case _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 resume resume NOUN NN Number=Sing 12 obl 12:obl:on SpaceAfter=No 16 , , PUNCT , _ 18 punct 18:punct _ 17 and and CCONJ CC _ 18 cc 18:cc _ -18 placed place VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +18 placed place VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 19 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 18 obj 18:obj _ 20 in in ADP IN _ 22 case 22:case _ 21 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 22 position position NOUN NN Number=Sing 18 obl 18:obl:in|25:obj _ 23 that that PRON WDT PronType=Rel 25 obj 22:ref _ 24 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 25 nsubj 25:nsubj _ -25 kept keep VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 acl:relcl 22:acl:relcl _ +25 kept keep VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 22 acl:relcl 22:acl:relcl _ 26 for for ADP IN _ 28 case 28:case _ 27 several several ADJ JJ Degree=Pos 28 amod 28:amod _ 28 years year NOUN NNS Number=Plur 25 obl 25:obl:for SpaceAfter=No @@ -204703,7 +204825,7 @@ # sent_id = reviews-270502-0004 # text = Re-interviewed and am going on interviews for a new job. -1 Re-interviewed re-interview VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Re-interviewed re-interview VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 and and CCONJ CC _ 4 cc 4:cc _ 3 am be AUX VB VerbForm=Inf 4 aux 4:aux _ 4 going go VERB VBG VerbForm=Ger 1 conj 1:conj:and _ @@ -204719,7 +204841,7 @@ # text = I'm really thankful for the folks at HR Office. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 really really ADV RB _ 4 advmod 4:advmod _ 4 thankful thankful ADJ JJ Degree=Pos 0 root 0:root _ 5 for for ADP IN _ 7 case 7:case _ @@ -204733,10 +204855,10 @@ # sent_id = reviews-270502-0006 # text = They are dependable, have great connections in the community, and are a great resource for finding a job. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|5:nsubj|16:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 dependable dependable ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 , , PUNCT , _ 5 punct 5:punct _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +5 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 6 great great ADJ JJ Degree=Pos 7 amod 7:amod _ 7 connections connection NOUN NNS Number=Plur 5 obj 5:obj _ 8 in in ADP IN _ 10 case 10:case _ @@ -204744,7 +204866,7 @@ 10 community community NOUN NN Number=Sing 7 nmod 7:nmod:in SpaceAfter=No 11 , , PUNCT , _ 16 punct 16:punct _ 12 and and CCONJ CC _ 16 cc 16:cc _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 15 great great ADJ JJ Degree=Pos 16 amod 16:amod _ 16 resource resource NOUN NN Number=Sing 3 conj 3:conj:and _ @@ -204758,12 +204880,12 @@ # text = I highly recommend them to all of my friends!!!!! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 highly highly ADV RB _ 3 advmod 3:advmod _ -3 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 3 obj 3:obj _ 5 to to ADP IN _ 6 case 6:case _ -6 all all DET DT _ 3 obl 3:obl:to _ +6 all all DET DT PronType=Tot 3 obl 3:obl:to _ 7 of of ADP IN _ 9 case 9:case _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 friends friend NOUN NNS Number=Plur 6 nmod 6:nmod:of SpaceAfter=No 10 !!!! !!!! PUNCT . _ 3 punct 3:punct SpaceAfter=No 11 ! ! PUNCT . _ 3 punct 3:punct _ @@ -204774,11 +204896,11 @@ # text = Great experience - consider checking out their puppies before buying from a breeder! 1 Great great ADJ JJ Degree=Pos 2 amod 2:amod _ 2 experience experience NOUN NN Number=Sing 0 root 0:root _ -3 - - PUNCT , _ 2 punct 2:punct _ +3 - - PUNCT , _ 4 punct 4:punct _ 4 consider consider VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis _ 5 checking check VERB VBG VerbForm=Ger 4 xcomp 4:xcomp _ 6 out out ADP RP _ 5 compound:prt 5:compound:prt _ -7 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 puppies puppy NOUN NNS Number=Plur 5 obj 5:obj _ 9 before before SCONJ IN _ 10 mark 10:mark _ 10 buying buy VERB VBG VerbForm=Ger 5 advcl 5:advcl:before _ @@ -204791,9 +204913,9 @@ # newpar id = reviews-105518-p0002 # text = I adopted a 3.5 month old yellow lab last winter from the Dumb Friends League. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 adopted adopt VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 adopted adopt VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -4 3.5 3.5 NUM CD NumType=Card 5 nummod 5:nummod _ +4 3.5 3.5 NUM CD NumForm=Digit|NumType=Frac 5 nummod 5:nummod _ 5 month month NOUN NN Number=Sing 6 obl:npmod 6:obl:npmod _ 6 old old ADJ JJ Degree=Pos 8 amod 8:amod _ 7 yellow yellow ADJ JJ Degree=Pos 8 amod 8:amod _ @@ -204802,8 +204924,8 @@ 10 winter winter NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod _ 11 from from ADP IN _ 15 case 15:case _ 12 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -13 Dumb Dumb PROPN NNP Number=Sing 14 compound 14:compound _ -14 Friends Friends PROPN NNPS Number=Plur 15 compound 15:compound _ +13 Dumb Dumb ADJ NNP Degree=Pos 14 amod 14:amod _ +14 Friends Friend PROPN NNPS Number=Plur 15 compound 15:compound _ 15 League League PROPN NNP Number=Sing 2 obl 2:obl:from SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ @@ -204824,9 +204946,9 @@ 13 and and CCONJ CC _ 20 cc 20:cc _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 care care NOUN NN Number=Sing 20 nsubj 20:nsubj _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 pup pup NOUN NN Number=Sing 18 nsubj 18:nsubj _ -18 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ +18 received receive VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ 19 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 cop 20:cop _ 20 outstanding outstanding ADJ JJ Degree=Pos 5 conj 5:conj:and SpaceAfter=No 21 . . PUNCT . _ 5 punct 5:punct _ @@ -204835,7 +204957,7 @@ # text = If you are on the lookout for a pure breed pup don't forget to check out the shelters! 1 If if SCONJ IN _ 6 mark 6:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 on on ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 lookout lookout NOUN NN Number=Sing 14 advcl 14:advcl:on _ @@ -204845,7 +204967,7 @@ 10 breed breed NOUN NN Number=Sing 11 compound 11:compound _ 11 pup pup NOUN NN Number=Sing 6 nmod 6:nmod:for _ 12-13 don't _ _ _ _ _ _ _ _ -12 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +12 do do AUX VB Mood=Imp|VerbForm=Fin 14 aux 14:aux _ 13 n't not PART RB _ 14 advmod 14:advmod _ 14 forget forget VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 15 to to PART TO _ 16 mark 16:mark _ @@ -204857,12 +204979,12 @@ # sent_id = reviews-105518-0005 # text = My pup has a wonderful temperment and has been a wonderful addition to my family! -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 pup pup NOUN NN Number=Sing 3 nsubj 3:nsubj|12:nsubj _ 3 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 wonderful wonderful ADJ JJ Degree=Pos 6 amod 6:amod _ -6 temperment temperament NOUN NN Number=Sing|Typo=Yes 3 obj 3:obj _ +6 temperment temperament NOUN NN Number=Sing|Typo=Yes 3 obj 3:obj CorrectForm=temperament 7 and and CCONJ CC _ 12 cc 12:cc _ 8 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 9 been be AUX VBN Tense=Past|VerbForm=Part 12 cop 12:cop _ @@ -204870,7 +204992,7 @@ 11 wonderful wonderful ADJ JJ Degree=Pos 12 amod 12:amod _ 12 addition addition NOUN NN Number=Sing 3 conj 3:conj:and _ 13 to to ADP IN _ 15 case 15:case _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 family family NOUN NN Number=Sing 12 nmod 12:nmod:to SpaceAfter=No 16 ! ! PUNCT . _ 3 punct 3:punct _ @@ -204880,80 +205002,80 @@ # text = Food good, service poor 1 Food food NOUN NN Number=Sing 2 nsubj 2:nsubj _ 2 good good ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 5 punct 5:punct _ 4 service service NOUN NN Number=Sing 5 nsubj 5:nsubj _ 5 poor poor ADJ JJ Degree=Pos 2 parataxis 2:parataxis _ # sent_id = reviews-010433-0002 # newpar id = reviews-010433-p0002 # text = No silverware, asked for a spoon for my sons mac and cheese ended up having to use my tea spoon. -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 silverware silverware NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ -4 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +3 , , PUNCT , _ 4 punct 4:punct _ +4 asked ask VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 5 for for ADP IN _ 7 case 7:case _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 spoon spoon NOUN NN Number=Sing 4 obl 4:obl:for _ 8 for for ADP IN _ 12 case 12:case _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10-11 sons _ _ _ _ _ _ _ _ 10 son son NOUN NN Number=Sing 12 nmod:poss 12:nmod:poss _ -11 s 's PART POS _ 10 case 10:case _ +11 s 's PART POS Typo=Yes 10 case 10:case CorrectForm='s 12 mac mac NOUN NN Number=Sing 7 nmod 7:nmod:for _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 cheese cheese NOUN NN Number=Sing 12 conj 7:nmod:for|12:conj:and _ -15 ended end VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ +15 ended end VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ 16 up up ADP RP _ 15 compound:prt 15:compound:prt _ 17 having have VERB VBG VerbForm=Ger 15 xcomp 15:xcomp _ 18 to to PART TO _ 19 mark 19:mark _ 19 use use VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ -20 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +20 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 21 tea tea NOUN NN Number=Sing 22 compound 22:compound _ 22 spoon spoon NOUN NN Number=Sing 19 obj 19:obj SpaceAfter=No 23 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-010433-0003 # text = Asked for bar-b-que sauce never got it. -1 Asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Asked ask VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 for for ADP IN _ 8 case 8:case _ 3 bar bar NOUN NN Number=Sing 7 compound 7:compound SpaceAfter=No -4 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +4 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 5 b b NOUN NN Number=Sing 7 compound 7:compound SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 que que NOUN NN Number=Sing 8 compound 8:compound _ 8 sauce sauce NOUN NN Number=Sing 1 obl 1:obl:for _ 9 never never ADV RB _ 10 advmod 10:advmod _ -10 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ +10 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 obj 10:obj SpaceAfter=No 12 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-010433-0004 # text = Never checked back with us once we got our food. 1 Never never ADV RB _ 2 advmod 2:advmod _ -2 checked check VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 checked check VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 back back ADV RB _ 2 advmod 2:advmod _ 4 with with ADP IN _ 5 case 5:case _ 5 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 2 obl 2:obl:with _ 6 once once SCONJ IN _ 8 mark 8:mark _ 7 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:once _ -9 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 got get VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:once _ +9 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 food food NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-010433-0005 # text = Had to go the the bus boys station ourselves to get napkins. -1 Had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 to to PART TO _ 3 mark 3:mark _ 3 go go VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ -4 the to ADP IN Typo=Yes 9 case 9:case _ +4 the to ADP IN Typo=Yes 9 case 9:case CorrectForm=to 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 bus bus NOUN NN Number=Sing 7 compound 7:compound _ 7-8 boys _ _ _ _ _ _ _ _ 7 boy boy NOUN NN Number=Sing 9 nmod:poss 9:nmod:poss _ -8 s 's PART POS _ 7 case 7:case _ +8 s 's PART POS Typo=Yes 7 case 7:case CorrectForm='s 9 station station NOUN NN Number=Sing 3 obl 3:obl:to _ -10 ourselves ourselves PRON PRP Number=Plur|Person=1|PronType=Prs 3 obl:npmod 3:obl:npmod _ +10 ourselves ourselves PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Emp|Reflex=Yes 3 obl:npmod 3:obl:npmod _ 11 to to PART TO _ 12 mark 12:mark _ 12 get get VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ 13 napkins napkin NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No @@ -204962,16 +205084,16 @@ # sent_id = reviews-010433-0006 # text = Only one server, too buys talking with others I guess. 1 Only only ADV RB _ 3 advmod 3:advmod _ -2 one one NUM CD NumType=Card 3 nummod 3:nummod _ +2 one one NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 server server NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 11 punct 11:punct _ 5 too too ADV RB _ 6 advmod 6:advmod _ -6 buys busy ADJ JJ Degree=Pos|Typo=Yes 11 ccomp 11:ccomp _ +6 buys busy ADJ JJ Degree=Pos|Typo=Yes 11 ccomp 11:ccomp CorrectForm=busy 7 talking talk VERB VBG VerbForm=Ger 6 advcl 6:advcl _ 8 with with ADP IN _ 9 case 9:case _ 9 others other NOUN NNS Number=Plur 7 obl 7:obl:with _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 guess guess VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis SpaceAfter=No +11 guess guess VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-010433-0007 @@ -204996,12 +205118,12 @@ 1 Dr. Dr. PROPN NNP Number=Sing 7 vocative 7:vocative _ 2 Chao Chao PROPN NNP Number=Sing 1 flat 1:flat _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +4 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 best best ADJ JJS Degree=Sup 7 amod 7:amod _ +6 best good ADJ JJS Degree=Sup 7 amod 7:amod _ 7 dentist dentist NOUN NN Number=Sing 0 root 0:root _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -9 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 ever ever ADV RB _ 11 advmod 11:advmod _ 11 had have VERB VBN Tense=Past|VerbForm=Part 7 acl:relcl 7:acl:relcl SpaceAfter=No 12 . . PUNCT . _ 7 punct 7:punct _ @@ -205009,12 +205131,12 @@ # sent_id = reviews-133601-0002 # text = You are knowledgeable, professional, gentel and kind. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj|7:nsubj|9:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 knowledgeable knowledgeable ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 , , PUNCT , _ 5 punct 5:punct _ 5 professional professional ADJ JJ Degree=Pos 3 conj 3:conj:and SpaceAfter=No 6 , , PUNCT , _ 7 punct 7:punct _ -7 gentel gentle ADJ JJ Degree=Pos|Typo=Yes 3 conj 3:conj:and _ +7 gentel gentle ADJ JJ Degree=Pos|Typo=Yes 3 conj 3:conj:and CorrectForm=gentle 8 and and CCONJ CC _ 9 cc 9:cc _ 9 kind kind ADJ JJ Degree=Pos 3 conj 3:conj:and SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ @@ -205022,40 +205144,40 @@ # sent_id = reviews-133601-0003 # text = I wish I had you as my dentist early on in my life - maybe my teeth would have been a lot better then they are now, However I am glad you are my dentist now. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 wish wish VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 wish wish VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +4 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 obj 4:obj _ 6 as as ADP IN _ 8 case 8:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 dentist dentist NOUN NN Number=Sing 4 obl 4:obl:as _ 9 early early ADV RB Degree=Pos 10 advmod 10:advmod _ 10 on on ADV RB _ 4 advmod 4:advmod _ 11 in in ADP IN _ 13 case 13:case _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 life life NOUN NN Number=Sing 10 obl 10:obl:in _ -14 - - PUNCT , _ 2 punct 2:punct _ +14 - - PUNCT , _ 23 punct 23:punct _ 15 maybe maybe ADV RB _ 23 advmod 23:advmod _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 teeth tooth NOUN NNS Number=Plur 23 nsubj 23:nsubj _ 18 would would AUX MD VerbForm=Fin 23 aux 23:aux _ 19 have have AUX VB VerbForm=Inf 23 aux 23:aux _ 20 been be AUX VBN Tense=Past|VerbForm=Part 23 cop 23:cop _ 21 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 22 lot lot NOUN NN Number=Sing 23 obl:npmod 23:obl:npmod _ -23 better better ADJ JJR Degree=Cmp 2 parataxis 2:parataxis _ -24 then than SCONJ IN Typo=Yes 27 mark 27:mark _ +23 better good ADJ JJR Degree=Cmp 2 parataxis 2:parataxis _ +24 then than SCONJ IN Typo=Yes 27 mark 27:mark CorrectForm=than 25 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 27 nsubj 27:nsubj _ -26 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ +26 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ 27 now now ADV RB _ 23 advcl 23:advcl:than SpaceAfter=No -28 , , PUNCT , _ 2 punct 2:punct _ +28 , , PUNCT , _ 32 punct 32:punct _ 29 However however ADV RB _ 32 advmod 32:advmod _ 30 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 32 nsubj 32:nsubj _ 31 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 32 cop 32:cop _ 32 glad glad ADJ JJ Degree=Pos 2 parataxis 2:parataxis _ 33 you you PRON PRP Case=Nom|Person=2|PronType=Prs 36 nsubj 36:nsubj _ -34 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 36 cop 36:cop _ -35 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ +34 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 36 cop 36:cop _ +35 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ 36 dentist dentist NOUN NN Number=Sing 32 ccomp 32:ccomp _ 37 now now ADV RB _ 36 advmod 36:advmod SpaceAfter=No 38 . . PUNCT . _ 2 punct 2:punct _ @@ -205065,35 +205187,35 @@ 1 Even even ADV RB _ 5 advmod 5:advmod _ 2 though though SCONJ IN _ 5 mark 5:mark _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +4 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 expensive expensive ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-133601-0005 # text = Thank you for helping to preserve my teeth. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 for for SCONJ IN _ 4 mark 4:mark _ 4 helping help VERB VBG VerbForm=Ger 1 advcl 1:advcl:for _ 5 to to PART TO _ 6 mark 6:mark _ 6 preserve preserve VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ -8 teeth teeth NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +8 teeth tooth NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No 9 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-133601-0006 # text = You are meticulous in your work and it shows in my smile. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 meticulous meticulous ADJ JJ Degree=Pos 0 root 0:root _ 4 in in ADP IN _ 6 case 6:case _ -5 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 work work NOUN NN Number=Sing 3 obl 3:obl:in _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 9 shows show VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 10 in in ADP IN _ 12 case 12:case _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 smile smile NOUN NN Number=Sing 9 obl 9:obl:in SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ @@ -205108,8 +205230,8 @@ # newpar id = reviews-398152-p0002 # text = I brought my car in for a simple emissions test. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 brought bring VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 brought bring VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 car car NOUN NN Number=Sing 2 obj 2:obj _ 5 in in ADV RB _ 2 advmod 2:advmod _ 6 for for ADP IN _ 10 case 10:case _ @@ -205122,9 +205244,9 @@ # sent_id = reviews-398152-0003 # text = I guess they figured me for an easy mark, and tried to explain that my car wouldn't pass unless I replaced a hose. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 guess guess VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 guess guess VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj|12:nsubj|14:nsubj:xsubj _ -4 figured figure VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +4 figured figure VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obj 4:obj _ 6 for for ADP IN _ 9 case 9:case _ 7 an a DET DT Definite=Ind|PronType=Art 9 det 9:det _ @@ -205132,11 +205254,11 @@ 9 mark mark NOUN NN Number=Sing 4 obl 4:obl:for SpaceAfter=No 10 , , PUNCT , _ 12 punct 12:punct _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 2:ccomp|4:conj:and _ +12 tried try VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 conj 2:ccomp|4:conj:and _ 13 to to PART TO _ 14 mark 14:mark _ 14 explain explain VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 15 that that SCONJ IN _ 20 mark 20:mark _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 car car NOUN NN Number=Sing 20 nsubj 20:nsubj _ 18-19 wouldn't _ _ _ _ _ _ _ _ 18 would would AUX MD VerbForm=Fin 20 aux 20:aux _ @@ -205144,27 +205266,27 @@ 20 pass pass VERB VB VerbForm=Inf 14 ccomp 14:ccomp _ 21 unless unless SCONJ IN _ 23 mark 23:mark _ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ -23 replaced replace VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 advcl 20:advcl:unless _ +23 replaced replace VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 20 advcl 20:advcl:unless _ 24 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 25 hose hose NOUN NN Number=Sing 23 obj 23:obj SpaceAfter=No 26 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-398152-0004 # text = Ten minutes later, I took my car down the street and it passed the emissions test with flying colors. -1 Ten ten NUM CD NumType=Card 2 nummod 2:nummod _ +1 Ten ten NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 minutes minute NOUN NNS Number=Plur 3 obl:npmod 3:obl:npmod _ -3 later later ADV RBR Degree=Cmp 6 advmod 6:advmod SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +3 later late ADV RBR Degree=Cmp 6 advmod 6:advmod SpaceAfter=No +4 , , PUNCT , _ 3 punct 3:punct _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 took take VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 car car NOUN NN Number=Sing 6 obj 6:obj _ 9 down down ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 street street NOUN NN Number=Sing 6 obl 6:obl:down _ 12 and and CCONJ CC _ 14 cc 14:cc _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -14 passed pass VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ +14 passed pass VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 emissions emission NOUN NNS Number=Plur 17 compound 17:compound _ 17 test test NOUN NN Number=Sing 14 obj 14:obj _ @@ -205178,20 +205300,20 @@ 1 If if SCONJ IN _ 5 mark 5:mark _ 2-3 you're _ _ _ _ _ _ _ _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -3 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 fan fan NOUN NN Number=Sing 20 advcl 20:advcl:if _ 6 of of ADP IN _ 7 case 7:case _ 7 herpes herpes NOUN NN Number=Sing 5 nmod 5:nmod:of SpaceAfter=No 8 , , PUNCT , _ 10 punct 10:punct _ 9 being be AUX VBG VerbForm=Ger 10 aux:pass 10:aux:pass _ -10 ripped rip VERB VBN Tense=Past|VerbForm=Part 7 conj 5:nmod:of|7:conj:and _ +10 ripped rip VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 conj 5:nmod:of|7:conj:and _ 11 off off ADP RP _ 10 compound:prt 10:compound:prt SpaceAfter=No 12 , , PUNCT , _ 15 punct 15:punct _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 child child NOUN NN Number=Sing 15 compound 15:compound _ 15 molesters molester NOUN NNS Number=Plur 7 conj 5:nmod:of|7:conj:and SpaceAfter=No -16 , , PUNCT , _ 20 punct 20:punct _ +16 , , PUNCT , _ 5 punct 5:punct _ 17 this this PRON DT Number=Sing|PronType=Dem 20 nsubj 20:nsubj _ 18 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ @@ -205204,7 +205326,7 @@ # text = If not, go somewhere else. 1 If if SCONJ IN _ 2 mark 2:mark _ 2 not not PART RB _ 4 advcl 4:advcl:if SpaceAfter=No -3 , , PUNCT , _ 4 punct 4:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 go go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 5 somewhere somewhere ADV RB _ 4 advmod 4:advmod _ 6 else else ADV RB _ 5 advmod 5:advmod SpaceAfter=No @@ -205223,29 +205345,29 @@ 1 even even ADV RB _ 6 advmod 6:advmod _ 2 though though SCONJ IN _ 6 mark 6:mark _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -4 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 never never ADV RB _ 6 advmod 6:advmod _ 6 tried try VERB VBN Tense=Past|VerbForm=Part 11 advcl 11:advcl:though _ 7 hoa hoa PROPN NNP Number=Sing 8 compound 8:compound _ 8 salon salon PROPN NNP Number=Sing 6 obj 6:obj _ 9 but but CCONJ CC _ 11 cc 11:cc _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 agree agree VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +11 agree agree VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 12 with with ADP IN _ 14 case 14:case _ 13 other other ADJ JJ Degree=Pos 14 amod 14:amod _ 14 reviewers reviewer NOUN NNS Number=Plur 11 obl 11:obl:with _ 15 that that SCONJ IN _ 18 mark 18:mark _ 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -17 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ +17 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 18 rude rude ADJ JJ Degree=Pos 11 ccomp 10:ccomp|11:ccomp SpaceAfter=No 19 . . PUNCT . _ 11 punct 11:punct _ # sent_id = reviews-022533-0003 # text = I called and asked about the price for hair updo and the receptionist or owner who aswered the phone refused to tell me, or even just give me an approximate price range. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj _ -2 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 and and CCONJ CC _ 4 cc 4:cc _ -4 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +4 asked ask VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 5 about about ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 price price NOUN NN Number=Sing 4 obl 4:obl:about _ @@ -205258,13 +205380,13 @@ 14 or or CCONJ CC _ 15 cc 15:cc _ 15 owner owner NOUN NN Number=Sing 13 conj 13:conj:or|17:nsubj|20:nsubj|22:nsubj:xsubj|28:nsubj:xsubj _ 16 who who PRON WP PronType=Rel 17 nsubj 13:ref _ -17 aswered answer VERB VBD Mood=Ind|Tense=Past|Typo=Yes|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +17 aswered answer VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|Typo=Yes|VerbForm=Fin 13 acl:relcl 13:acl:relcl CorrectForm=answered 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 phone phone NOUN NN Number=Sing 17 obj 17:obj _ -20 refused refuse VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +20 refused refuse VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 21 to to PART TO _ 22 mark 22:mark _ 22 tell tell VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ -23 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 22 obj 22:obj SpaceAfter=No +23 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 22 iobj 22:iobj SpaceAfter=No 24 , , PUNCT , _ 28 punct 28:punct _ 25 or or CCONJ CC _ 28 cc 28:cc _ 26 even even ADV RB _ 28 advmod 28:advmod _ @@ -205280,8 +205402,8 @@ # sent_id = reviews-022533-0004 # text = He told us to stop by the salon and then he will tell us the price. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 2 obj 2:obj|5:nsubj:xsubj _ +2 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 2 iobj 2:iobj|5:nsubj:xsubj _ 4 to to PART TO _ 5 mark 5:mark _ 5 stop stop VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 6 by by ADP IN _ 8 case 8:case _ @@ -205312,12 +205434,12 @@ # text = I don't want to waste my time with them. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 want want VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 waste waste VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 time time NOUN NN Number=Sing 6 obj 6:obj _ 9 with with ADP IN _ 10 case 10:case _ 10 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 6 obl 6:obl:with SpaceAfter=No @@ -205328,7 +205450,7 @@ # newpar id = reviews-340848-p0001 # text = Top notch eats! 1 Top top ADJ JJ Degree=Pos 2 amod 2:amod _ -2 notch notch NOUN NN Number=Sing 3 amod 3:amod _ +2 notch notch NOUN NN Number=Sing 3 compound 3:compound _ 3 eats eat NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 4 ! ! PUNCT . _ 3 punct 3:punct _ @@ -205338,7 +205460,7 @@ 1 So so ADV RB _ 2 advmod 2:advmod _ 2 here here ADV RB PronType=Dem 0 root 0:root _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 cop 2:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 2 cop 2:cop _ 5 in in ADP IN _ 6 case 6:case _ 6 Manson Manson PROPN NNP Number=Sing 2 obl 2:obl:in SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ @@ -205351,7 +205473,7 @@ # sent_id = reviews-340848-0004 # text = Yes, Manson. 1 Yes yes INTJ UH _ 3 discourse 3:discourse SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 Manson Manson PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ @@ -205372,12 +205494,12 @@ # text = And this litttle gem of a 7-table restaurant is a complete and utterly wonderful surprise. 1 And and CCONJ CC _ 17 cc 17:cc _ 2 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ -3 litttle little ADJ JJ Degree=Pos|Typo=Yes 4 amod 4:amod _ +3 litttle little ADJ JJ Degree=Pos|Typo=Yes 4 amod 4:amod CorrectForm=little 4 gem gem NOUN NN Number=Sing 17 nsubj 17:nsubj _ 5 of of ADP IN _ 10 case 10:case _ 6 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -7 7 7 NUM CD NumType=Card 9 nummod 9:nummod SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +7 7 7 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 table table NOUN NN Number=Sing 10 compound 10:compound _ 10 restaurant restaurant NOUN NN Number=Sing 4 nmod 4:nmod:of _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ @@ -205395,10 +205517,10 @@ 2 short short ADJ JJ Degree=Pos 7 amod 7:amod _ 3 but but CCONJ CC _ 6 cc 6:cc _ 4 wide wide ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 6 ranging range VERB VBG VerbForm=Ger 2 conj 2:conj:but|7:amod _ 7 menu menu NOUN NN Number=Sing 0 root 0:root _ -8 executed execute VERB VBN Tense=Past|VerbForm=Part 7 acl 7:acl _ +8 executed execute VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 acl 7:acl _ 9 with with ADP IN _ 11 case 11:case _ 10 innovative innovative ADJ JJ Degree=Pos 11 amod 11:amod _ 11 perfection perfection NOUN NN Number=Sing 8 obl 8:obl:with _ @@ -205420,13 +205542,13 @@ # text = Fantastic food served without pretense, very reasonably priced wine selections. 1 Fantastic fantastic ADJ JJ Degree=Pos 2 amod 2:amod _ 2 food food NOUN NN Number=Sing 0 root 0:root _ -3 served serve VERB VBN Tense=Past|VerbForm=Part 2 acl 2:acl _ +3 served serve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 acl 2:acl _ 4 without without ADP IN _ 5 case 5:case _ 5 pretense pretense NOUN NN Number=Sing 3 obl 3:obl:without SpaceAfter=No 6 , , PUNCT , _ 11 punct 11:punct _ -7 very very ADV RB _ 9 advmod 9:advmod _ +7 very very ADV RB _ 8 advmod 8:advmod _ 8 reasonably reasonably ADV RB _ 9 advmod 9:advmod _ -9 priced price VERB VBN Tense=Past|VerbForm=Part 11 amod 11:amod _ +9 priced price VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 amod 11:amod _ 10 wine wine NOUN NN Number=Sing 11 compound 11:compound _ 11 selections selection NOUN NNS Number=Plur 2 conj 2:conj SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ @@ -205469,25 +205591,25 @@ 5 children child NOUN NNS Number=Plur 7 nmod:poss 7:nmod:poss _ 6 's 's PART POS _ 5 case 5:case _ 7 clothing clothing NOUN NN Number=Sing 3 obl 3:obl:in SpaceAfter=No -8 / / PUNCT , _ 9 cc 9:cc SpaceAfter=No +8 / / SYM , _ 9 cc 9:cc SpaceAfter=No 9 gifts gift NOUN NNS Number=Plur 7 conj 3:obl:in|7:conj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ 11 often often ADV RB _ 13 advmod 13:advmod _ 12 outrageously outrageously ADV RB _ 13 advmod 13:advmod _ -13 priced price VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -14 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No +13 priced price VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ +14 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No 15 who who PRON WP PronType=Int 16 nsubj 16:nsubj|18:nsubj:xsubj _ 16 wants want VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 parataxis 13:parataxis _ 17 to to PART TO _ 18 mark 18:mark _ 18 pay pay VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ -19 40 40 NUM CD NumType=Card 20 nummod 20:nummod _ +19 40 40 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ 20 dollars dollar NOUN NNS Number=Plur 18 obj 18:obj _ 21 for for ADP IN _ 24 case 24:case _ 22 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 23 newborn newborn NOUN NN Number=Sing 24 compound 24:compound _ 24 onesie onesie NOUN NN Number=Sing 18 obl 18:obl:for SpaceAfter=No -25 ? ? PUNCT . _ 13 punct 13:punct SpaceAfter=No -26 ) ) PUNCT -RRB- _ 13 punct 13:punct _ +25 ? ? PUNCT . _ 16 punct 16:punct SpaceAfter=No +26 ) ) PUNCT -RRB- _ 16 punct 16:punct _ # sent_id = reviews-240287-0003 # text = but I was pleasantly surprised to find that the Purple Goose's prices are reasonable (for the SAME products found at other area boutiques, the prices were 20-25% cheaper). @@ -205500,32 +205622,32 @@ 7 find find VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ 8 that that SCONJ IN _ 15 mark 15:mark _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 Purple Purple PROPN NNP Number=Sing 11 compound 11:compound _ +10 Purple Purple ADJ NNP Degree=Pos 11 amod 11:amod _ 11-12 Goose's _ _ _ _ _ _ _ _ 11 Goose Goose PROPN NNP Number=Sing 13 nmod:poss 13:nmod:poss _ 12 's 's PART POS _ 11 case 11:case _ 13 prices price NOUN NNS Number=Plur 15 nsubj 15:nsubj _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 15 reasonable reasonable ADJ JJ Degree=Pos 7 ccomp 7:ccomp _ 16 ( ( PUNCT -LRB- _ 34 punct 34:punct SpaceAfter=No 17 for for ADP IN _ 20 case 20:case _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 19 SAME same ADJ JJ Degree=Pos 20 amod 20:amod _ 20 products product NOUN NNS Number=Plur 34 obl 34:obl:for _ -21 found find VERB VBN Tense=Past|VerbForm=Part 20 acl 20:acl _ +21 found find VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 acl 20:acl _ 22 at at ADP IN _ 25 case 25:case _ 23 other other ADJ JJ Degree=Pos 25 amod 25:amod _ 24 area area NOUN NN Number=Sing 25 compound 25:compound _ 25 boutiques boutique NOUN NNS Number=Plur 21 obl 21:obl:at SpaceAfter=No -26 , , PUNCT , _ 34 punct 34:punct _ +26 , , PUNCT , _ 20 punct 20:punct _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 prices price NOUN NNS Number=Plur 34 nsubj 34:nsubj _ -29 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 34 cop 34:cop _ -30 20 20 NUM CD NumType=Card 33 nummod 33:nummod SpaceAfter=No +29 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 34 cop 34:cop _ +30 20 20 NUM CD NumForm=Digit|NumType=Card 33 nummod 33:nummod SpaceAfter=No 31 - - SYM SYM _ 32 case 32:case SpaceAfter=No -32 25 25 NUM CD NumType=Card 30 nmod 30:nmod SpaceAfter=No +32 25 25 NUM CD NumForm=Digit|NumType=Card 30 nmod 30:nmod SpaceAfter=No 33 % % SYM NN Number=Sing 34 obl:npmod 34:obl:npmod _ -34 cheaper cheaper ADJ JJR Degree=Cmp 5 parataxis 5:parataxis SpaceAfter=No +34 cheaper cheap ADJ JJR Degree=Cmp 5 parataxis 5:parataxis SpaceAfter=No 35 ) ) PUNCT -RRB- _ 34 punct 34:punct SpaceAfter=No 36 . . PUNCT . _ 5 punct 5:punct _ @@ -205536,7 +205658,7 @@ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 4 also also ADV RB _ 5 advmod 5:advmod _ 5 excellent excellent ADJ JJ Degree=Pos 0 root 0:root _ -6 - - PUNCT , _ 5 punct 5:punct _ +6 - - PUNCT , _ 7 punct 7:punct _ 7 friendly friendly ADJ JJ Degree=Pos 5 appos 5:appos SpaceAfter=No 8 , , PUNCT , _ 9 punct 9:punct _ 9 helpful helpful ADJ JJ Degree=Pos 7 conj 5:appos|7:conj:and _ @@ -205558,7 +205680,7 @@ # sent_id = reviews-311138-0001 # newpar id = reviews-311138-p0001 # text = Consistantly poor -1 Consistantly consistently ADV RB Typo=Yes 2 advmod 2:advmod _ +1 Consistantly consistently ADV RB Typo=Yes 2 advmod 2:advmod CorrectForm=Consistently 2 poor poor ADJ JJ Degree=Pos 0 root 0:root _ # sent_id = reviews-311138-0002 @@ -205568,23 +205690,23 @@ 2 lack lack NOUN NN Number=Sing 14 nsubj 14:nsubj _ 3 of of ADP IN _ 4 case 4:case _ 4 organisation organisation NOUN NN Number=Sing 2 nmod 2:nmod:of SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ -6 coupled couple VERB VBN Tense=Past|VerbForm=Part 2 acl 2:acl _ +5 , , PUNCT , _ 6 punct 6:punct _ +6 coupled couple VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 acl 2:acl _ 7 with with ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 distain disdain NOUN NN Number=Sing|Typo=Yes 6 obl 6:obl:with _ +9 distain disdain NOUN NN Number=Sing|Typo=Yes 6 obl 6:obl:with CorrectForm=disdain 10 for for ADP IN _ 12 case 12:case _ -11 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 customers customer NOUN NNS Number=Plur 9 nmod 9:nmod:for SpaceAfter=No -13 , , PUNCT , _ 14 punct 14:punct _ +13 , , PUNCT , _ 2 punct 2:punct _ 14 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 15 this this PRON DT Number=Sing|PronType=Dem 14 obj 14:obj|19:nsubj:xsubj _ 16 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -17 worst worst ADJ JJS Degree=Sup 19 amod 19:amod _ +17 worst bad ADJ JJS Degree=Sup 19 amod 19:amod _ 18 rental rental ADJ JJ Degree=Pos 19 amod 19:amod _ 19 agency agency NOUN NN Number=Sing 14 xcomp 14:xcomp _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -21 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ +21 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ 22 used use VERB VBN Tense=Past|VerbForm=Part 19 acl:relcl 19:acl:relcl SpaceAfter=No 23 . . PUNCT . _ 14 punct 14:punct _ @@ -205598,30 +205720,30 @@ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 day day NOUN NN Number=Sing 4 nmod 4:nmod:from _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 moved move VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +9 moved move VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 10 in in ADV RB _ 9 advmod 9:advmod _ -11 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -12 many many ADJ JJ Degree=Pos 4 appos 4:appos _ +11 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No +12 many many ADJ JJ Degree=Pos 16 nsubj 16:nsubj _ 13 of of ADP IN _ 14 case 14:case _ 14 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 12 nmod 12:nmod:of _ 15 still still ADV RB _ 16 advmod 16:advmod _ -16 unresolved unresolved ADJ JJ Degree=Pos 12 acl:relcl 12:acl:relcl _ +16 unresolved unresolved ADJ JJ Degree=Pos 4 acl 4:acl _ 17 as as SCONJ IN _ 19 mark 19:mark _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -19 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:as SpaceAfter=No -20 ) ) PUNCT -RRB- _ 12 punct 12:punct _ +19 left leave VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 16 advcl 16:advcl:as SpaceAfter=No +20 ) ) PUNCT -RRB- _ 16 punct 16:punct _ 21 to to ADP IN _ 23 case 23:case _ -22 all all DET DT _ 23 det 23:det _ +22 all all DET DT PronType=Tot 23 det 23:det _ 23 sorts sort NOUN NNS Number=Plur 4 nmod 4:nmod:to _ 24 of of ADP IN _ 26 case 26:case _ 25 farcical farcical ADJ JJ Degree=Pos 26 amod 26:amod _ 26 issues issue NOUN NNS Number=Plur 23 nmod 23:nmod:of _ 27 with with ADP IN _ 28 case 28:case _ 28 funds fund NOUN NNS Number=Plur 26 nmod 26:nmod:with SpaceAfter=No -29 , , PUNCT , _ 26 punct 26:punct _ +29 , , PUNCT , _ 32 punct 32:punct _ 30 after after SCONJ IN _ 32 mark 32:mark _ 31 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 32 nsubj 32:nsubj _ -32 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 26 acl 26:acl:after SpaceAfter=No +32 left leave VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 26 acl 26:acl:after SpaceAfter=No 33 . . PUNCT , _ 32 punct 32:punct _ 34 . . PUNCT , _ 32 punct 32:punct _ 35 . . PUNCT , _ 32 punct 32:punct _ @@ -205640,7 +205762,7 @@ 3 must must AUX MD VerbForm=Fin 4 aux 4:aux _ 4 use use VERB VB VerbForm=Inf 8 advcl 8:advcl:if _ 5 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 4 obj 4:obj SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 4 punct 4:punct _ 7 be be AUX VB Mood=Imp|VerbForm=Fin 8 cop 8:cop _ 8 vigilant vigilant ADJ JJ Degree=Pos 0 root 0:root _ 9 and and CCONJ CC _ 11 cc 11:cc _ @@ -205648,7 +205770,7 @@ 11 ready ready ADJ JJ Degree=Pos 8 conj 8:conj:and _ 12 to to PART TO _ 13 mark 13:mark _ 13 push push VERB VB VerbForm=Inf 11 xcomp 11:xcomp SpaceAfter=No -14 , , PUNCT , _ 8 punct 8:punct _ +14 , , PUNCT , _ 22 punct 22:punct _ 15 if if SCONJ IN _ 18 mark 18:mark _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ 17 can can AUX MD VerbForm=Fin 18 aux 18:aux _ @@ -205665,7 +205787,7 @@ # text = AMAZING NIGHT- Great Party Spot!! 1 AMAZING amazing ADJ JJ Degree=Pos 2 amod 2:amod _ 2 NIGHT night NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 - - PUNCT HYPH _ 2 punct 2:punct _ +3 - - PUNCT HYPH _ 6 punct 6:punct _ 4 Great great ADJ JJ Degree=Pos 6 amod 6:amod _ 5 Party party NOUN NN Number=Sing 6 compound 6:compound _ 6 Spot spot NOUN NN Number=Sing 2 parataxis 2:parataxis SpaceAfter=No @@ -205673,7 +205795,7 @@ # sent_id = reviews-069995-0002 # text = Went to the Willow Lounge this past weekend for dinner and drinks...place is awesome. -1 Went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 to to ADP IN _ 5 case 5:case _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 Willow Willow PROPN NNP Number=Sing 5 compound 5:compound _ @@ -205685,7 +205807,7 @@ 10 dinner dinner NOUN NN Number=Sing 1 obl 1:obl:for _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 drinks drink NOUN NNS Number=Plur 10 conj 1:obl:for|10:conj:and SpaceAfter=No -13 ... ... PUNCT , _ 1 punct 1:punct SpaceAfter=No +13 ... ... PUNCT , _ 16 punct 16:punct SpaceAfter=No 14 place place NOUN NN Number=Sing 16 nsubj 16:nsubj _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 16 awesome awesome ADJ JJ Degree=Pos 1 parataxis 1:parataxis SpaceAfter=No @@ -205693,36 +205815,36 @@ # sent_id = reviews-069995-0003 # text = Had to keep in mind that the A/C broke, I feel bad it was their opening! -1 Had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 to to PART TO _ 3 mark 3:mark _ 3 keep keep VERB VB VerbForm=Inf 1 xcomp 1:xcomp _ 4 in in ADP IN _ 5 case 5:case _ 5 mind mind NOUN NN Number=Sing 3 obl 3:obl:in _ 6 that that SCONJ IN _ 11 mark 11:mark _ 7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -8 A a NOUN NN Number=Sing 10 compound 10:compound SpaceAfter=No -9 / / PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No -10 C c NOUN NN Number=Sing 11 nsubj 11:nsubj _ -11 broke break VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp SpaceAfter=No -12 , , PUNCT , _ 1 punct 1:punct _ +8 A A NOUN NN Number=Sing 10 compound 10:compound SpaceAfter=No +9 / / PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No +10 C C NOUN NN Number=Sing 11 nsubj 11:nsubj _ +11 broke break VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp SpaceAfter=No +12 , , PUNCT , _ 14 punct 14:punct _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj|15:nsubj:xsubj _ -14 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ +14 feel feel VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ 15 bad bad ADJ JJ Degree=Pos 14 xcomp 14:xcomp _ 16 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj _ 17 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 cop 19:cop _ -18 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 opening opening NOUN NN Number=Sing 14 parataxis 14:parataxis SpaceAfter=No 20 ! ! PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-069995-0004 # text = Anyway, once that is fixed, this place will be amazing. -1 Anyway anyway ADV RB _ 12 advmod 12:advmod SpaceAfter=No -2 , , PUNCT , _ 12 punct 12:punct _ +1 Anyway anyway INTJ UH _ 12 discourse 12:discourse SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ 3 once once SCONJ IN _ 6 mark 6:mark _ 4 that that PRON DT Number=Sing|PronType=Dem 6 nsubj:pass 6:nsubj:pass _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ -6 fixed fix VERB VBN Tense=Past|VerbForm=Part 12 advcl 12:advcl:once SpaceAfter=No -7 , , PUNCT , _ 12 punct 12:punct _ +6 fixed fix VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 advcl 12:advcl:once SpaceAfter=No +7 , , PUNCT , _ 6 punct 6:punct _ 8 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 place place NOUN NN Number=Sing 12 nsubj 12:nsubj _ 10 will will AUX MD VerbForm=Fin 12 aux 12:aux _ @@ -205733,7 +205855,7 @@ # sent_id = reviews-069995-0005 # text = Drinks were awesome, prices reasonable, and staff friendly. 1 Drinks drink NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 cop 3:cop _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 awesome awesome ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 , , PUNCT , _ 6 punct 6:punct _ 5 prices price NOUN NNS Number=Plur 6 nsubj 6:nsubj _ @@ -205766,10 +205888,10 @@ 3 The the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 Willow Willow PROPN NNP Number=Sing 5 compound 5:compound _ 5 Lounge Lounge PROPN NNP Number=Sing 1 obj 1:obj SpaceAfter=No -6 , , PUNCT , _ 1 punct 1:punct _ +6 , , PUNCT , _ 10 punct 10:punct _ 7-8 youll _ _ _ _ _ _ _ _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -8 ll will AUX MD VerbForm=Fin 10 aux 10:aux _ +8 ll will AUX MD Typo=Yes|VerbForm=Fin 10 aux 10:aux CorrectForm='ll 9 be be AUX VB VerbForm=Inf 10 cop 10:cop _ 10 happy happy ADJ JJ Degree=Pos 1 parataxis 1:parataxis SpaceAfter=No 11 ! ! PUNCT . _ 1 punct 1:punct _ @@ -205779,15 +205901,15 @@ # newpar id = reviews-360698-p0001 # text = Its been a few years since I have been to Ipanema. 1-2 Its _ _ _ _ _ _ _ _ -1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj:pass 6:nsubj:pass _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ +1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 6 aux 6:aux CorrectForm='s 3 been be AUX VBN Tense=Past|VerbForm=Part 6 cop 6:cop _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 few few ADJ JJ Degree=Pos 6 amod 6:amod _ 6 years year NOUN NNS Number=Plur 0 root 0:root _ 7 since since SCONJ IN _ 12 mark 12:mark _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -9 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +9 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 10 been be AUX VBN Tense=Past|VerbForm=Part 12 cop 12:cop _ 11 to to ADP IN _ 12 case 12:case _ 12 Ipanema Ipanema PROPN NNP Number=Sing 6 advcl 6:advcl:to SpaceAfter=No @@ -205795,19 +205917,19 @@ # sent_id = reviews-360698-0002 # text = But my wife and I first went there thinking it would be Brazilian food (think lots of meat), but it turned out to be a vegan restaurant! -1 But but CCONJ CC _ 24 cc 24:cc _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 But but CCONJ CC _ 7 cc 7:cc _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 wife wife NOUN NN Number=Sing 7 nsubj 7:nsubj _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 conj 3:conj:and|7:nsubj _ -6 first first ADV RB _ 7 advmod 7:advmod _ -7 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 first first ADV RB NumForm=Word|NumType=Ord 7 advmod 7:advmod _ +7 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 there there ADV RB PronType=Dem 7 advmod 7:advmod _ 9 thinking think VERB VBG VerbForm=Ger 7 advcl 7:advcl _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 11 would would AUX MD VerbForm=Fin 14 aux 14:aux _ 12 be be AUX VB VerbForm=Inf 14 cop 14:cop _ -13 Brazilian brazilian ADJ JJ Degree=Pos 14 amod 14:amod _ +13 Brazilian Brazilian ADJ JJ Degree=Pos 14 amod 14:amod _ 14 food food NOUN NN Number=Sing 9 ccomp 9:ccomp _ 15 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No 16 think think VERB VB Mood=Imp|VerbForm=Fin 14 parataxis 14:parataxis _ @@ -205818,7 +205940,7 @@ 21 , , PUNCT , _ 24 punct 24:punct _ 22 but but CCONJ CC _ 24 cc 24:cc _ 23 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 24 nsubj 24:nsubj|30:nsubj:xsubj _ -24 turned turn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 conj 7:conj:but _ +24 turned turn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 conj 7:conj:but _ 25 out out ADP RP _ 24 compound:prt 24:compound:prt _ 26 to to PART TO _ 30 mark 30:mark _ 27 be be AUX VB VerbForm=Inf 30 cop 30:cop _ @@ -205830,22 +205952,22 @@ # sent_id = reviews-360698-0003 # text = And, I can say, this was one of my favorite places to eat in all of Richmond. 1 And and CCONJ CC _ 9 cc 9:cc SpaceAfter=No -2 , , PUNCT , _ 9 punct 9:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 can can AUX MD VerbForm=Fin 5 aux 5:aux _ 5 say say VERB VB VerbForm=Inf 9 parataxis 9:parataxis SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 this this PRON DT Number=Sing|PronType=Dem 9 nsubj 9:nsubj _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ -9 one one NUM CD NumType=Card 0 root 0:root _ +9 one one NUM CD NumForm=Word|NumType=Card 0 root 0:root _ 10 of of ADP IN _ 13 case 13:case _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 12 favorite favorite ADJ JJ Degree=Pos 13 amod 13:amod _ 13 places place NOUN NNS Number=Plur 9 nmod 9:nmod:of _ 14 to to PART TO _ 15 mark 15:mark _ 15 eat eat VERB VB VerbForm=Inf 13 acl 13:acl:to _ 16 in in ADP IN _ 17 case 17:case _ -17 all all DET DT _ 15 obl 15:obl:in _ +17 all all DET DT PronType=Tot 15 obl 15:obl:in _ 18 of of ADP IN _ 19 case 19:case _ 19 Richmond Richmond PROPN NNP Number=Sing 17 nmod 17:nmod:of SpaceAfter=No 20 . . PUNCT . _ 9 punct 9:punct _ @@ -205867,19 +205989,19 @@ 7 entrance entrance NOUN NN Number=Sing 3 obj 3:obj|8:nsubj:xsubj _ 8 fool fool VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 9 you you PRON PRP Case=Acc|Person=2|PronType=Prs 8 obj 8:obj SpaceAfter=No -10 , , PUNCT , _ 3 punct 3:punct _ +10 , , PUNCT , _ 17 punct 17:punct _ 11 these this PRON DT Number=Plur|PronType=Dem 17 nsubj 17:nsubj _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ -13 some some DET DT _ 17 det 17:det _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ +13 some some DET DT PronType=Ind 17 det 17:det _ 14 creative creative ADJ JJ Degree=Pos 17 amod 17:amod _ 15 and and CCONJ CC _ 16 cc 16:cc _ 16 talented talented ADJ JJ Degree=Pos 14 conj 14:conj:and|17:amod _ 17 chefs chef NOUN NNS Number=Plur 3 parataxis 3:parataxis SpaceAfter=No 18 ... ... PUNCT , _ 20 punct 20:punct SpaceAfter=No -19 two two NUM CD NumType=Card 20 nummod 20:nummod _ +19 two two NUM CD NumForm=Word|NumType=Card 20 nummod 20:nummod _ 20 thumbs thumb NOUN NNS Number=Plur 3 parataxis 3:parataxis _ 21 way way ADV RB _ 24 advmod 24:advmod SpaceAfter=No -22 , , PUNCT , _ 24 punct 24:punct _ +22 , , PUNCT , _ 21 punct 21:punct _ 23 way way ADV RB _ 24 advmod 24:advmod _ 24 up up ADV RB _ 20 advmod 20:advmod SpaceAfter=No 25 ! ! PUNCT . _ 20 punct 20:punct _ @@ -205890,7 +206012,7 @@ # text = Excellent food, fantastic wait staff 1 Excellent excellent ADJ JJ Degree=Pos 2 amod 2:amod _ 2 food food NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 6 punct 6:punct _ 4 fantastic fantastic ADJ JJ Degree=Pos 6 amod 6:amod _ 5 wait wait NOUN NN Number=Sing 6 compound 6:compound _ 6 staff staff NOUN NN Number=Sing 2 parataxis 2:parataxis _ @@ -205900,40 +206022,41 @@ # text = I recently threw a surprise birthday party for my wife at Fraiser's. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 recently recently ADV RB _ 3 advmod 3:advmod _ -3 threw throw VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 threw throw VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 5 surprise surprise NOUN NN Number=Sing 7 compound 7:compound _ 6 birthday birthday NOUN NN Number=Sing 7 compound 7:compound _ 7 party party NOUN NN Number=Sing 3 obj 3:obj _ 8 for for ADP IN _ 10 case 10:case _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 wife wife NOUN NN Number=Sing 3 obl 3:obl:for _ 11 at at ADP IN _ 12 case 12:case _ -12 Fraiser Fraiser PROPN NNP Number=Sing 3 obl 3:obl:at SpaceAfter=No -13 's 's PART POS _ 12 case 12:case SpaceAfter=No +12-13 Fraiser's _ _ _ _ _ _ _ SpaceAfter=No +12 Fraiser Fraiser PROPN NNP Number=Sing 3 obl 3:obl:at _ +13 's 's PART POS _ 12 case 12:case _ 14 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-059416-0003 # text = We had 30 guests for the event, and everyone came away from the evening impressed with not only the food, but the outstanding service as well. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 30 30 NUM CD NumType=Card 4 nummod 4:nummod _ +2 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 30 30 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 guests guest NOUN NNS Number=Plur 2 obj 2:obj _ 5 for for ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 event event NOUN NN Number=Sing 4 nmod 4:nmod:for SpaceAfter=No 8 , , PUNCT , _ 11 punct 11:punct _ 9 and and CCONJ CC _ 11 cc 11:cc _ -10 everyone everyone PRON NN Number=Sing 11 nsubj 11:nsubj _ -11 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +10 everyone everyone PRON NN Number=Sing|PronType=Tot 11 nsubj 11:nsubj|16:nsubj:xsubj _ +11 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 12 away away ADV RB _ 11 advmod 11:advmod _ 13 from from ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 evening evening NOUN NN Number=Sing 12 obl 12:obl:from _ -16 impressed impressed ADJ JJ Degree=Pos 10 acl 10:acl _ +16 impressed impressed ADJ JJ Degree=Pos 11 xcomp 11:xcomp _ 17 with with ADP IN _ 21 case 21:case _ -18 not not ADV RB _ 19 advmod 19:advmod _ -19 only only ADV RB _ 21 cc:preconj 21:cc:preconj _ +18 not not PART RB _ 21 advmod 21:advmod _ +19 only only ADV RB _ 21 advmod 21:advmod _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 food food NOUN NN Number=Sing 16 obl 16:obl:with SpaceAfter=No 22 , , PUNCT , _ 26 punct 26:punct _ @@ -205976,12 +206099,12 @@ # text = I highly recommend Fraiser's for anyone planning a special event for friends, family or business. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 highly highly ADV RB _ 3 advmod 3:advmod _ -3 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4-5 Fraiser's _ _ _ _ _ _ _ _ 4 Fraiser Fraiser PROPN NNP Number=Sing 3 obj 3:obj _ 5 's 's PART POS _ 4 case 4:case _ 6 for for ADP IN _ 7 case 7:case _ -7 anyone anyone PRON NN Number=Sing 3 obl 3:obl:for _ +7 anyone anyone PRON NN Number=Sing|PronType=Ind 3 obl 3:obl:for _ 8 planning plan VERB VBG VerbForm=Ger 7 acl 7:acl _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 special special ADJ JJ Degree=Pos 11 amod 11:amod _ @@ -206006,15 +206129,15 @@ # newpar id = reviews-382073-p0002 # text = I came upon this store as the building caught my eye. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 came come VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 upon upon ADP IN _ 5 case 5:case _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 store store NOUN NN Number=Sing 2 obl 2:obl:upon _ 6 as as SCONJ IN _ 9 mark 9:mark _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 building building NOUN NN Number=Sing 9 nsubj 9:nsubj _ -9 caught catch VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:as _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 caught catch VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:as _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 eye eye NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ @@ -206023,15 +206146,15 @@ 1-2 It's _ _ _ _ _ _ _ _ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj:pass 3:nsubj:pass _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ -3 located locate VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +3 located locate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 in in ADP IN _ 10 case 10:case _ 5 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 6 huge huge ADJ JJ Degree=Pos 10 amod 10:amod _ 7 HONKA HONKA PROPN NNP Number=Sing 9 compound 9:compound _ 8 Log Log PROPN NNP Number=Sing 9 compound 9:compound _ -9 Homes Homes PROPN NNPS Number=Plur 10 compound 10:compound _ +9 Homes Home PROPN NNPS Number=Plur 10 compound 10:compound _ 10 building building NOUN NN Number=Sing 3 obl 3:obl:in SpaceAfter=No -11 , , PUNCT , _ 3 punct 3:punct _ +11 , , PUNCT , _ 13 punct 13:punct _ 12 by by ADP IN _ 13 case 13:case _ 13 Walmart Walmart PROPN NNP Number=Sing 3 obl 3:obl:by _ 14 off off ADP IN _ 17 case 17:case _ @@ -206045,7 +206168,7 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 store store NOUN NN Number=Sing 4 nsubj:pass 4:nsubj:pass _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ -4 decorated decorate VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 decorated decorate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 with with ADP IN _ 6 case 6:case _ 6 furnishings furnishings NOUN NNS Number=Plur 4 obl 4:obl:with _ 7 & & CCONJ CC _ 8 cc 8:cc _ @@ -206068,27 +206191,27 @@ # sent_id = reviews-382073-0006 # text = This store is what Colorado is all about. 1 This this DET DT Number=Sing|PronType=Dem 2 det 2:det _ -2 store store NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 what what PRON WP PronType=Int 3 ccomp 3:ccomp _ -5 Colorado Colorado PROPN NNP Number=Sing 4 nsubj 4:nsubj _ -6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -7 all all ADV RB _ 4 advmod 4:advmod _ -8 about about ADP IN _ 4 case 4:case SpaceAfter=No -9 . . PUNCT . _ 3 punct 3:punct _ +2 store store NOUN NN Number=Sing 4 nsubj 4:nsubj _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +4 what what PRON WP PronType=Rel 0 root 0:root _ +5 Colorado Colorado PROPN NNP Number=Sing 8 nsubj 8:nsubj _ +6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +7 all all ADV RB _ 8 advmod 8:advmod _ +8 about about ADP IN _ 4 acl:relcl 4:acl:relcl Promoted=Yes|SpaceAfter=No +9 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-382073-0007 # text = Also, I purchased some furniture last year and all has been great! 1 Also also ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 purchased purchase VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -5 some some DET DT _ 6 det 6:det _ +4 purchased purchase VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 some some DET DT PronType=Ind 6 det 6:det _ 6 furniture furniture NOUN NN Number=Sing 4 obj 4:obj _ 7 last last ADJ JJ Degree=Pos 8 amod 8:amod _ 8 year year NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod _ 9 and and CCONJ CC _ 13 cc 13:cc _ -10 all all DET DT _ 13 nsubj 13:nsubj _ +10 all all DET DT PronType=Tot 13 nsubj 13:nsubj _ 11 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 been be AUX VBN Tense=Past|VerbForm=Part 13 cop 13:cop _ 13 great great ADJ JJ Degree=Pos 4 conj 4:conj:and SpaceAfter=No @@ -206096,7 +206219,7 @@ # sent_id = reviews-382073-0008 # text = It's durability & look was perfect and I will definitely be adding to my collection soon! -1 It's its PRON PRP$ Typo=Yes 2 nmod:poss 2:nmod:poss _ +1 It's its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 2 nmod:poss 2:nmod:poss CorrectForm=Its 2 durability durability NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 & & CCONJ CC _ 4 cc 4:cc _ 4 look look NOUN NN Number=Sing 2 conj 2:conj|6:nsubj _ @@ -206109,7 +206232,7 @@ 11 be be AUX VB VerbForm=Inf 12 aux 12:aux _ 12 adding add VERB VBG Tense=Pres|VerbForm=Part 6 conj 6:conj:and _ 13 to to ADP IN _ 15 case 15:case _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 collection collection NOUN NN Number=Sing 12 obl 12:obl:to _ 16 soon soon ADV RB Degree=Pos 12 advmod 12:advmod SpaceAfter=No 17 ! ! PUNCT . _ 6 punct 6:punct _ @@ -206120,7 +206243,7 @@ # text = Lovely People, Great Hats 1 Lovely lovely ADJ JJ Degree=Pos 2 amod 2:amod _ 2 People people NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 5 punct 5:punct _ 4 Great great ADJ JJ Degree=Pos 5 amod 5:amod _ 5 Hats hat NOUN NNS Number=Plur 2 parataxis 2:parataxis _ @@ -206129,15 +206252,15 @@ # text = I was saddened to see the reviews that claimed World Hats Mart has poor service. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj:pass 3:nsubj:pass|5:nsubj:xsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ -3 saddened sadden VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +3 saddened sadden VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 see see VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 reviews review NOUN NNS Number=Plur 5 obj 5:obj|9:nsubj _ 8 that that PRON WDT PronType=Rel 9 nsubj 7:ref _ -9 claimed claim VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +9 claimed claim VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 10 World World PROPN NNP Number=Sing 12 compound 12:compound _ -11 Hats Hats PROPN NNPS Number=Plur 12 compound 12:compound _ +11 Hats Hat PROPN NNPS Number=Plur 12 compound 12:compound _ 12 Mart Mart PROPN NNP Number=Sing 13 nsubj 13:nsubj _ 13 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ 14 poor poor ADJ JJ Degree=Pos 15 amod 15:amod _ @@ -206146,22 +206269,22 @@ # sent_id = reviews-235211-0003 # text = It led me to believe that the reviewers simply had difficulty tolerating people with strongly-accented English. -1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|5:nsubj:xsubj _ -2 led lead VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 iobj 2:iobj _ +1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ +2 led lead VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj|5:nsubj:xsubj _ 4 to to PART TO _ 5 mark 5:mark _ 5 believe believe VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 6 that that SCONJ IN _ 10 mark 10:mark _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 reviewers reviewer NOUN NNS Number=Plur 10 nsubj 10:nsubj _ 9 simply simply ADV RB _ 10 advmod 10:advmod _ -10 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 ccomp 5:ccomp _ +10 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 ccomp 5:ccomp _ 11 difficulty difficulty NOUN NN Number=Sing 10 obj 10:obj _ 12 tolerating tolerate VERB VBG VerbForm=Ger 11 acl 11:acl _ 13 people people NOUN NNS Number=Plur 12 obj 12:obj _ 14 with with ADP IN _ 18 case 18:case _ 15 strongly strongly ADV RB _ 17 advmod 17:advmod SpaceAfter=No -16 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No +16 - - PUNCT HYPH _ 15 punct 15:punct SpaceAfter=No 17 accented accented ADJ JJ Degree=Pos 18 amod 18:amod _ 18 English English PROPN NNP Number=Sing 13 nmod 13:nmod:with SpaceAfter=No 19 . . PUNCT . _ 2 punct 2:punct _ @@ -206173,10 +206296,10 @@ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 wife wife NOUN NN Number=Sing 2 conj 2:conj:and|6:nsubj|11:nsubj _ 5 who who PRON WP PronType=Rel 6 nsubj 2:ref _ -6 run run VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +6 run run VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 7 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ 8 spot spot NOUN NN Number=Sing 6 obj 6:obj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 lovely lovely ADJ JJ Degree=Pos 11 amod 11:amod _ 11 people people NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 12 . . PUNCT . _ 11 punct 11:punct _ @@ -206184,7 +206307,7 @@ # sent_id = reviews-235211-0005 # text = We have had many conversations with them and they have always been extremely patient with me as I tried on multiple hats in search of the right costumes for my magic act. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 many many ADJ JJ Degree=Pos 5 amod 5:amod _ 5 conversations conversation NOUN NNS Number=Plur 3 obj 3:obj _ @@ -206192,7 +206315,7 @@ 7 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 5 nmod 5:nmod:with _ 8 and and CCONJ CC _ 14 cc 14:cc _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -10 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +10 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 11 always always ADV RB _ 14 advmod 14:advmod _ 12 been be AUX VBN Tense=Past|VerbForm=Part 14 cop 14:cop _ 13 extremely extremely ADV RB _ 14 advmod 14:advmod _ @@ -206201,7 +206324,7 @@ 16 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 14 obl 14:obl:with _ 17 as as SCONJ IN _ 19 mark 19:mark _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -19 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 advcl 14:advcl:as _ +19 tried try VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 14 advcl 14:advcl:as _ 20 on on ADP RP _ 19 compound:prt 19:compound:prt _ 21 multiple multiple ADJ JJ Degree=Pos 22 amod 22:amod _ 22 hats hat NOUN NNS Number=Plur 19 obj 19:obj _ @@ -206212,7 +206335,7 @@ 27 right right ADJ JJ Degree=Pos 28 amod 28:amod _ 28 costumes costume NOUN NNS Number=Plur 24 nmod 24:nmod:of _ 29 for for ADP IN _ 32 case 32:case _ -30 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ +30 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ 31 magic magic NOUN NN Number=Sing 32 compound 32:compound _ 32 act act NOUN NN Number=Sing 28 nmod 28:nmod:for SpaceAfter=No 33 . . PUNCT . _ 3 punct 3:punct _ @@ -206220,7 +206343,7 @@ # sent_id = reviews-235211-0006 # text = I recommend them highly! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 2 obj 2:obj _ 4 highly highly ADV RB _ 2 advmod 2:advmod SpaceAfter=No 5 ! ! PUNCT . _ 2 punct 2:punct _ @@ -206231,22 +206354,22 @@ # text = DONT ever go there, not even if your car flips. 1-2 DONT _ _ _ _ _ _ _ _ 1 DO do AUX VB Mood=Imp|VerbForm=Fin 4 aux 4:aux _ -2 NT not PART RB _ 4 advmod 4:advmod _ +2 NT not PART RB Typo=Yes 4 advmod 4:advmod CorrectForm=N'T 3 ever ever ADV RB _ 4 advmod 4:advmod _ 4 go go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 5 there there ADV RB PronType=Dem 4 advmod 4:advmod SpaceAfter=No -6 , , PUNCT , _ 4 punct 4:punct _ -7 not not PART RB _ 8 advmod 8:advmod _ +6 , , PUNCT , _ 12 punct 12:punct _ +7 not not PART RB _ 12 advmod 12:advmod _ 8 even even ADV RB _ 12 advmod 12:advmod _ 9 if if SCONJ IN _ 12 mark 12:mark _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 car car NOUN NN Number=Sing 12 nsubj 12:nsubj _ 12 flips flip VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-324337-0002 # text = Their service sucks to start off with, people are cruel and ignorant. -1 Their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 service service NOUN NN Number=Sing 3 nsubj 3:nsubj _ 3 sucks suck VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ @@ -206255,7 +206378,7 @@ 7 with with ADV RB _ 5 advmod 5:advmod SpaceAfter=No 8 , , PUNCT , _ 11 punct 11:punct _ 9 people people NOUN NNS Number=Plur 11 nsubj 11:nsubj|13:nsubj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 11 cruel cruel ADJ JJ Degree=Pos 3 conj 3:conj _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 ignorant ignorant ADJ JJ Degree=Pos 11 conj 11:conj:and SpaceAfter=No @@ -206265,21 +206388,21 @@ # text = I'm compeltly dissatisfied with their service and their products. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -3 compeltly completely ADV RB Typo=Yes 4 advmod 4:advmod _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 compeltly completely ADV RB Typo=Yes 4 advmod 4:advmod CorrectForm=completely 4 dissatisfied dissatisfied ADJ JJ Degree=Pos 0 root 0:root _ 5 with with ADP IN _ 7 case 7:case _ -6 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 service service NOUN NN Number=Sing 4 obl 4:obl:with _ 8 and and CCONJ CC _ 10 cc 10:cc _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 products product NOUN NNS Number=Plur 7 conj 4:obl:with|7:conj:and SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-324337-0004 # text = They DO NOT have a return policy and even if their product SUCKS, they will NOT take it back! 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 DO do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 DO do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 NOT not PART RB _ 4 advmod 4:advmod _ 4 have have VERB VB VerbForm=Inf 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -206288,10 +206411,10 @@ 8 and and CCONJ CC _ 18 cc 18:cc _ 9 even even ADV RB _ 13 advmod 13:advmod _ 10 if if SCONJ IN _ 13 mark 13:mark _ -11 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 product product NOUN NN Number=Sing 13 nsubj 13:nsubj _ 13 SUCKS suck VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:if SpaceAfter=No -14 , , PUNCT , _ 18 punct 18:punct _ +14 , , PUNCT , _ 13 punct 13:punct _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 16 will will AUX MD VerbForm=Fin 18 aux 18:aux _ 17 NOT not PART RB _ 18 advmod 18:advmod _ @@ -206302,7 +206425,7 @@ # sent_id = reviews-324337-0005 # text = DO NOT EVER GO HERE. -1 DO do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +1 DO do AUX VB Mood=Imp|VerbForm=Fin 4 aux 4:aux _ 2 NOT not PART RB _ 4 advmod 4:advmod _ 3 EVER ever ADV RB _ 4 advmod 4:advmod _ 4 GO go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ @@ -206312,8 +206435,8 @@ # sent_id = reviews-324337-0006 # text = I prefer Advanced auto parts over this crappy place with the meanest people. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 prefer prefer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 Advanced Advanced PROPN NNP Number=Sing 5 compound 5:compound _ +2 prefer prefer VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 Advanced Advanced ADJ NNP Degree=Pos 5 amod 5:amod _ 4 auto auto PROPN NNP Number=Sing 5 compound 5:compound _ 5 parts parts PROPN NNP Number=Sing 2 obj 2:obj _ 6 over over ADP IN _ 9 case 9:case _ @@ -206322,7 +206445,7 @@ 9 place place NOUN NN Number=Sing 2 obl 2:obl:over _ 10 with with ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 meanest meanest ADJ JJS Degree=Sup 13 amod 13:amod _ +12 meanest mean ADJ JJS Degree=Sup 13 amod 13:amod _ 13 people people NOUN NNS Number=Plur 9 nmod 9:nmod:with SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ @@ -206330,7 +206453,7 @@ # text = And they THRIVE to get a customer. 1 And and CCONJ CC _ 3 cc 3:cc _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 THRIVE thrive VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 THRIVE thrive VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 get get VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -206343,8 +206466,8 @@ 2 NOT not PART RB _ 3 advmod 3:advmod _ 3 go go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 here here ADV RB PronType=Dem 3 advmod 3:advmod SpaceAfter=No -5 .. .. PUNCT . _ 3 punct 3:punct SpaceAfter=No -6 thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +5 .. .. PUNCT . _ 6 punct 6:punct SpaceAfter=No +6 thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 6 obj 6:obj _ # newdoc id = reviews-200957 @@ -206357,66 +206480,66 @@ # newpar id = reviews-200957-p0002 # text = I have been growing my hair out for 1 year plus and went in to get 1 inch taken off. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|13:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux 4:aux _ 4 growing grow VERB VBG VerbForm=Ger 0 root 0:root _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 hair hair NOUN NN Number=Sing 4 obj 4:obj _ 7 out out ADV RB _ 4 advmod 4:advmod _ 8 for for ADP IN _ 10 case 10:case _ -9 1 1 NUM CD NumType=Card 10 nummod 10:nummod _ +9 1 1 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 year year NOUN NN Number=Sing 4 obl 4:obl:for _ 11 plus plus ADV RB _ 10 advmod 10:advmod _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +13 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 14 in in ADV RB _ 13 advmod 13:advmod _ 15 to to PART TO _ 16 mark 16:mark _ 16 get get VERB VB VerbForm=Inf 13 advcl 13:advcl:to _ -17 1 1 NUM CD NumType=Card 18 nummod 18:nummod _ +17 1 1 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ 18 inch inch NOUN NN Number=Sing 16 obj 16:obj|19:nsubj:xsubj _ -19 taken take VERB VBN Tense=Past|VerbForm=Part 16 xcomp 16:xcomp _ +19 taken take VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 xcomp 16:xcomp _ 20 off off ADP RP _ 19 compound:prt 19:compound:prt SpaceAfter=No 21 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-200957-0003 # text = I walked out with 5 inch long hair on the top, 2 inch long hair on the sides, and 1.5 in the back. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 walked walk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 walked walk VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 out out ADV RB _ 2 advmod 2:advmod _ -4 with with ADP IN _ 8 case 8:case _ -5 5 5 NUM CD NumType=Card 6 nummod 6:nummod _ +4 with with SCONJ IN _ 11 mark 11:mark _ +5 5 5 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 inch inch NOUN NN Number=Sing 7 obl:npmod 7:obl:npmod _ 7 long long ADJ JJ Degree=Pos 8 amod 8:amod _ -8 hair hair NOUN NN Number=Sing 2 obl 2:obl:with _ +8 hair hair NOUN NN Number=Sing 11 nsubj 11:nsubj _ 9 on on ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -11 top top NOUN NN Number=Sing 8 nmod 8:nmod:on SpaceAfter=No +11 top top NOUN NN Number=Sing 2 advcl 2:advcl:with SpaceAfter=No 12 , , PUNCT , _ 16 punct 16:punct _ -13 2 2 NUM CD NumType=Card 14 nummod 14:nummod _ +13 2 2 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 14 inch inch NOUN NN Number=Sing 15 obl:npmod 15:obl:npmod _ -15 long long ADJ JJ Degree=Pos 16 nummod 16:nummod _ -16 hair hair NOUN NN Number=Sing 8 conj 2:obl:with|8:conj:and _ +15 long long ADJ JJ Degree=Pos 16 amod 16:amod _ +16 hair hair NOUN NN Number=Sing 19 nsubj 19:nsubj _ 17 on on ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -19 sides side NOUN NNS Number=Plur 16 nmod 16:nmod:on SpaceAfter=No +19 sides side NOUN NNS Number=Plur 11 conj 2:advcl:with|11:conj:and SpaceAfter=No 20 , , PUNCT , _ 22 punct 22:punct _ 21 and and CCONJ CC _ 22 cc 22:cc _ -22 1.5 1.5 NUM CD NumType=Card 8 conj 2:obl:with|8:conj:and _ +22 1.5 1.5 NUM CD NumForm=Digit|NumType=Frac 25 nsubj 25:nsubj _ 23 in in ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ -25 back back NOUN NN Number=Sing 22 nmod 22:nmod:in SpaceAfter=No +25 back back NOUN NN Number=Sing 11 conj 2:advcl:with|11:conj:and SpaceAfter=No 26 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-200957-0004 # text = My hair is uneven and it looks rediculous. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 hair hair NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 uneven uneven ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj|8:nsubj:xsubj _ 7 looks look VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ -8 rediculous ridiculous ADJ JJ Degree=Pos|Typo=Yes 7 xcomp 7:xcomp SpaceAfter=No +8 rediculous ridiculous ADJ JJ Degree=Pos|Typo=Yes 7 xcomp 7:xcomp CorrectForm=ridiculous|SpaceAfter=No 9 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-200957-0005 @@ -206428,7 +206551,7 @@ 5 working work VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 6 in in ADP IN _ 7 case 7:case _ 7 supercuts supercuts PROPN NNP Number=Sing 5 obl 5:obl:in SpaceAfter=No -8 ... ... PUNCT , _ 5 punct 5:punct SpaceAfter=No +8 ... ... PUNCT , _ 10 punct 10:punct SpaceAfter=No 9 if if SCONJ IN _ 10 mark 10:mark _ 10 that that PRON DT Number=Sing|PronType=Dem 5 advcl 5:advcl:if SpaceAfter=No 11 . . PUNCT . _ 5 punct 5:punct _ @@ -206442,10 +206565,10 @@ 5 experience experience NOUN NN Number=Sing 0 root 0:root _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +8 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 9 that that SCONJ IN _ 13 mark 13:mark _ -10 no no DET DT _ 11 det 11:det _ -11 one one NOUN NN Number=Sing 13 nsubj 13:nsubj _ +10 no no DET DT PronType=Neg 11 det 11:det _ +11 one one PRON NN Number=Sing|PronType=Neg 13 nsubj 13:nsubj _ 12 else else ADJ JJ Degree=Pos 11 amod 11:amod _ 13 goes go VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 ccomp 8:ccomp _ 14 through through ADP IN _ 15 case 15:case _ @@ -206455,8 +206578,8 @@ # sent_id = reviews-200957-0007 # text = Do your self a favor and do not go to this establishment. 1 Do do VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 your your X GW _ 1 iobj 1:iobj _ -3 self self PRON PRP _ 2 goeswith 2:goeswith _ +2 your yourself PRON GW Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes|Typo=Yes 1 iobj 1:iobj _ +3 self _ X PRP _ 2 goeswith 2:goeswith _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 favor favor NOUN NN Number=Sing 1 obj 1:obj _ 6 and and CCONJ CC _ 9 cc 9:cc _ @@ -206473,7 +206596,7 @@ # newpar id = reviews-068436-p0001 # text = The worst Burger King restaurant!!! 1 The the DET DT Definite=Def|PronType=Art 5 det 5:det _ -2 worst worst ADJ JJS Degree=Sup 5 amod 5:amod _ +2 worst bad ADJ JJS Degree=Sup 5 amod 5:amod _ 3 Burger Burger PROPN NNP Number=Sing 4 compound 4:compound _ 4 King King PROPN NNP Number=Sing 5 compound 5:compound _ 5 restaurant restaurant NOUN NN Number=Sing 0 root 0:root SpaceAfter=No @@ -206484,7 +206607,7 @@ # text = I generally like the BK over the other fast serving restaurants; however, I regreted to visit this restaurant at my town. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 generally generally ADV RB _ 3 advmod 3:advmod _ -3 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 BK BK PROPN NNP Number=Sing 3 obj 3:obj _ 6 over over ADP IN _ 11 case 11:case _ @@ -206493,17 +206616,17 @@ 9 fast fast ADV RB Degree=Pos 10 compound 10:compound _ 10 serving serve VERB VBG VerbForm=Ger 11 amod 11:amod _ 11 restaurants restaurant NOUN NNS Number=Plur 3 obl 3:obl:over SpaceAfter=No -12 ; ; PUNCT , _ 3 punct 3:punct _ +12 ; ; PUNCT , _ 16 punct 16:punct _ 13 however however ADV RB _ 16 advmod 16:advmod SpaceAfter=No -14 , , PUNCT , _ 16 punct 16:punct _ +14 , , PUNCT , _ 13 punct 13:punct _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj|18:nsubj:xsubj _ -16 regreted regret VERB VBD Mood=Ind|Tense=Past|Typo=Yes|VerbForm=Fin 3 parataxis 3:parataxis _ +16 regreted regret VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|Typo=Yes|VerbForm=Fin 3 parataxis 3:parataxis CorrectForm=regretted 17 to to PART TO _ 18 mark 18:mark _ 18 visit visit VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 19 this this DET DT Number=Sing|PronType=Dem 20 det 20:det _ 20 restaurant restaurant NOUN NN Number=Sing 18 obj 18:obj _ 21 at at ADP IN _ 23 case 23:case _ -22 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 town town NOUN NN Number=Sing 20 nmod 20:nmod:at SpaceAfter=No 24 . . PUNCT . _ 3 punct 3:punct _ @@ -206514,17 +206637,17 @@ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 shame shame NOUN NN Number=Sing 0 root 0:root _ 5 of of ADP IN _ 8 case 8:case _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 adorable adorable ADJ JJ Degree=Pos 8 amod 8:amod _ 8 town town NOUN NN Number=Sing 4 nmod 4:nmod:of SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 Branford Branford PROPN NNP Number=Sing 8 appos 8:appos SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-068436-0004 # text = I ordered a kid meal with a milk and found a bottle was half opened already. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|10:nsubj _ -2 ordered order VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 ordered order VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 kid kid NOUN NN Number=Sing 5 compound 5:compound _ 5 meal meal NOUN NN Number=Sing 2 obj 2:obj _ @@ -206532,11 +206655,11 @@ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 milk milk NOUN NN Number=Sing 5 nmod 5:nmod:with _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +10 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 bottle bottle NOUN NN Number=Sing 15 nsubj:pass 15:nsubj:pass _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 aux:pass 15:aux:pass _ -14 half half ADV RB _ 15 advmod 15:advmod _ +14 half half ADV RB NumForm=Word|NumType=Frac 15 advmod 15:advmod _ 15 opened open VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 ccomp 10:ccomp _ 16 already already ADV RB _ 15 advmod 15:advmod SpaceAfter=No 17 . . PUNCT . _ 2 punct 2:punct _ @@ -206544,15 +206667,15 @@ # sent_id = reviews-068436-0005 # text = I asked them to change it but they rudely said that it was okay. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 2 obj 2:obj|5:nsubj:xsubj _ +2 asked ask VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 2 iobj 2:iobj|5:nsubj:xsubj _ 4 to to PART TO _ 5 mark 5:mark _ 5 change change VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 6 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 obj 5:obj _ 7 but but CCONJ CC _ 10 cc 10:cc _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 9 rudely rudely ADV RB _ 10 advmod 10:advmod _ -10 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:but _ +10 said say VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:but _ 11 that that SCONJ IN _ 14 mark 14:mark _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ @@ -206562,11 +206685,11 @@ # sent_id = reviews-068436-0006 # text = Disgusting french fries is very best menu. 1 Disgusting disgusting ADJ JJ Degree=Pos 3 amod 3:amod _ -2 french french ADJ JJ Degree=Pos 3 amod 3:amod _ +2 french French ADJ JJ Degree=Pos 3 amod 3:amod _ 3 fries fry NOUN NNS Number=Plur 7 nsubj 7:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 5 very very ADV RB _ 6 advmod 6:advmod _ -6 best best ADJ JJS Degree=Sup 7 amod 7:amod _ +6 best good ADJ JJS Degree=Sup 7 amod 7:amod _ 7 menu menu NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 8 . . PUNCT . _ 7 punct 7:punct _ @@ -206581,10 +206704,10 @@ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ 7 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 8 learn learn VERB VB VerbForm=Inf 3 conj 3:conj:or _ -9 how how SCONJ WRB PronType=Int 11 mark 11:mark _ +9 how how ADV WRB PronType=Int 11 advmod 11:advmod _ 10 to to PART TO _ 11 mark 11:mark _ 11 waste waste VERB VB VerbForm=Inf 8 ccomp 8:ccomp _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 money money NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ @@ -206599,20 +206722,20 @@ # text = The Bad: I was at Napa recently and was unpleasantly surprised at poor waiter svce and subpar food. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 Bad bad ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ -4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|12:nsubj _ -5 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 appos 2:appos _ +3 : : PUNCT : _ 7 punct 7:punct _ +4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj|12:nsubj _ +5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 6 at at ADP IN _ 7 case 7:case _ -7 Napa Napa PROPN NNP Number=Sing 5 obl 5:obl:at _ -8 recently recently ADV RB _ 5 advmod 5:advmod _ +7 Napa Napa PROPN NNP Number=Sing 2 parataxis 2:parataxis _ +8 recently recently ADV RB _ 7 advmod 7:advmod _ 9 and and CCONJ CC _ 12 cc 12:cc _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 cop 12:cop _ 11 unpleasantly unpleasantly ADV RB _ 12 advmod 12:advmod _ -12 surprised surprised ADJ JJ Degree=Pos 5 conj 2:appos|5:conj:and _ +12 surprised surprised ADJ JJ Degree=Pos 7 conj 7:conj:and _ 13 at at ADP IN _ 16 case 16:case _ 14 poor poor ADJ JJ Degree=Pos 16 amod 16:amod _ 15 waiter waiter NOUN NN Number=Sing 16 compound 16:compound _ -16 svce svce NOUN NN Number=Sing 12 obl 12:obl:at _ +16 svce service NOUN NN Abbr=Yes|Number=Sing 12 obl 12:obl:at CorrectForm=service 17 and and CCONJ CC _ 19 cc 19:cc _ 18 subpar subpar ADJ JJ Degree=Pos 19 amod 19:amod _ 19 food food NOUN NN Number=Sing 16 conj 12:obl:at|16:conj:and SpaceAfter=No @@ -206621,20 +206744,20 @@ # sent_id = reviews-101398-0003 # text = We were a party of 4 and none of us were particularly pleased with our dishes. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 cop 4:cop _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 party party NOUN NN Number=Sing 0 root 0:root _ 5 of of ADP IN _ 6 case 6:case _ -6 4 4 NUM CD NumType=Card 4 nmod 4:nmod:of _ +6 4 4 NUM CD NumForm=Digit|NumType=Card 4 nmod 4:nmod:of _ 7 and and CCONJ CC _ 13 cc 13:cc _ 8 none none NOUN NN Number=Sing 13 nsubj 13:nsubj _ 9 of of ADP IN _ 10 case 10:case _ 10 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 8 nmod 8:nmod:of _ -11 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 cop 13:cop _ +11 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ 12 particularly particularly ADV RB _ 13 advmod 13:advmod _ 13 pleased pleased ADJ JJ Degree=Pos 4 conj 4:conj:and _ 14 with with ADP IN _ 16 case 16:case _ -15 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 dishes dish NOUN NNS Number=Plur 13 obl 13:obl:with SpaceAfter=No 17 . . PUNCT . _ 4 punct 4:punct _ @@ -206654,28 +206777,29 @@ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 wines wine NOUN NNS Number=Plur 10 nmod 10:nmod:of _ 14 on on ADP IN _ 16 case 16:case _ -15 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 lists list NOUN NNS Number=Plur 13 nmod 13:nmod:on SpaceAfter=No 17 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-101398-0005 # text = I found my initial selection satisfactory but the wine flight we chose to be poorly composed. -1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|7.1:nsubj _ +2 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 initial initial ADJ JJ Degree=Pos 5 amod 5:amod _ -5 selection selection NOUN NN Number=Sing 2 obj 2:obj|6:nsubj:xsubj|16:nsubj:xsubj _ +5 selection selection NOUN NN Number=Sing 2 obj 2:obj|6:nsubj:xsubj _ 6 satisfactory satisfactory ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ -7 but but CCONJ CC _ 16 cc 16:cc _ +7 but but CCONJ CC _ 10 cc 7.1:cc _ +7.1 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin _ _ 2:conj CopyOf=2 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 wine wine NOUN NN Number=Sing 10 compound 10:compound _ -10 flight flight NOUN NN Number=Sing 5 conj 2:obj|5:conj|6:nsubj:xsubj|16:nsubj:xsubj _ +10 flight flight NOUN NN Number=Sing 2 conj 7.1:obj|16:nsubj:xsubj _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 chose choose VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +12 chose choose VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ 13 to to PART TO _ 16 mark 16:mark _ -14 be be VERB VB VerbForm=Inf 16 aux:pass 16:aux:pass _ +14 be be AUX VB VerbForm=Inf 16 aux:pass 16:aux:pass _ 15 poorly poorly ADV RB _ 16 advmod 16:advmod _ -16 composed compose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 conj 2:xcomp|6:conj:but SpaceAfter=No +16 composed compose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 orphan 7.1:xcomp SpaceAfter=No 17 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-101398-0006 @@ -206689,17 +206813,17 @@ 7 of of ADP IN _ 8 case 8:case _ 8 questions question NOUN NNS Number=Plur 6 nmod 6:nmod:of _ 9 about about ADP IN _ 11 case 11:case _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 selections selection NOUN NNS Number=Plur 8 nmod 8:nmod:about _ 12 since since SCONJ IN _ 17 mark 17:mark _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 expectations expectation NOUN NNS Number=Plur 17 nsubj 17:nsubj _ 15 may may AUX MD VerbForm=Fin 17 aux 17:aux _ 16 as as ADV RB _ 17 advmod 17:advmod _ 17 high high ADJ JJ Degree=Pos 5 advcl 5:advcl:since _ 18 as as SCONJ IN _ 20 mark 20:mark _ -19 mine mine PRON PRP _ 20 nsubj 20:nsubj _ -20 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 advcl 17:advcl:as SpaceAfter=No +19 mine my PRON PRP Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nsubj 20:nsubj _ +20 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 advcl 17:advcl:as SpaceAfter=No 21 . . PUNCT . _ 5 punct 5:punct _ # newdoc id = reviews-035899 @@ -206707,26 +206831,26 @@ # newpar id = reviews-035899-p0001 # text = Highly Recommended 1 Highly highly ADV RB _ 2 advmod 2:advmod _ -2 Recommended recommend VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +2 Recommended recommend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ # sent_id = reviews-035899-0002 # newpar id = reviews-035899-p0002 # text = We walked in to pick our little man at 10 minutes to closing and heard laughter from kids and the staff. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|15:nsubj _ -2 walked walk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 walked walk VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 in in ADV RB _ 2 advmod 2:advmod _ 4 to to PART TO _ 5 mark 5:mark _ 5 pick pick VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ -6 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 little little ADJ JJ Degree=Pos 8 amod 8:amod _ 8 man man NOUN NN Number=Sing 5 obj 5:obj _ 9 at at ADP IN _ 11 case 11:case _ -10 10 10 NUM CD NumType=Card 11 nummod 11:nummod _ +10 10 10 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 11 minutes minute NOUN NNS Number=Plur 5 obl 5:obl:at _ 12 to to ADP IN _ 13 case 13:case _ 13 closing closing NOUN NN Number=Sing 11 nmod 11:nmod:to _ 14 and and CCONJ CC _ 15 cc 15:cc _ -15 heard hear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +15 heard hear VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 16 laughter laughter NOUN NN Number=Sing 15 obj 15:obj _ 17 from from ADP IN _ 18 case 18:case _ 18 kids kid NOUN NNS Number=Plur 15 obl 15:obl:from _ @@ -206739,49 +206863,49 @@ # text = The facilities are more than adequate and the staff are just phenomenal. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 facilities facility NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 more more ADJ JJR Degree=Cmp 0 root 0:root _ 5 than than ADP IN _ 6 case 6:case _ 6 adequate adequate ADJ JJ Degree=Pos 4 obl 4:obl:than _ 7 and and CCONJ CC _ 12 cc 12:cc _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 staff staff NOUN NN Number=Sing 12 nsubj 12:nsubj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 just just ADV RB _ 12 advmod 12:advmod _ 12 phenomenal phenomenal ADJ JJ Degree=Pos 4 conj 4:conj:and SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-035899-0004 # text = Their sense of humour and calmness when dealing with the little ones amazes me every time I walk in. -1 Their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 sense sense NOUN NN Number=Sing 13 nsubj 13:nsubj _ 3 of of ADP IN _ 4 case 4:case _ 4 humour humour NOUN NN Number=Sing 2 nmod 2:nmod:of _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 calmness calmness NOUN NN Number=Sing 2 conj 2:conj:and|13:nsubj _ -7 when when SCONJ WRB PronType=Rel 8 mark 8:mark _ -8 dealing deal VERB VBG VerbForm=Ger 2 acl:relcl 2:acl:relcl _ +7 when when ADV WRB PronType=Int 8 advmod 8:advmod _ +8 dealing deal VERB VBG VerbForm=Ger 2 acl 2:acl _ 9 with with ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 little little ADJ JJ Degree=Pos 12 amod 12:amod _ 12 ones one NOUN NNS Number=Plur 8 obl 8:obl:with _ 13 amazes amaze VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 14 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 13 obj 13:obj _ -15 every every DET DT _ 16 det 16:det _ +15 every every DET DT PronType=Tot 16 det 16:det _ 16 time time NOUN NN Number=Sing 13 obl:tmod 13:obl:tmod _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -18 walk walk VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ +18 walk walk VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ 19 in in ADV RB _ 18 advmod 18:advmod SpaceAfter=No 20 . . PUNCT . _ 13 punct 13:punct _ # sent_id = reviews-035899-0005 # text = We have since moved slightly further away from the centre but it's worth the extra travel, as the care provided exceeds our expectations... especially after a few horrendous daycare experiences elsewhere. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 since since ADV RB _ 4 advmod 4:advmod _ 4 moved move VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 slightly slightly ADV RB _ 6 advmod 6:advmod _ -6 further further ADV RBR Degree=Cmp 4 advmod 4:advmod _ +6 further far ADV RBR Degree=Cmp 4 advmod 4:advmod _ 7 away away ADV RB _ 6 advmod 6:advmod _ 8 from from ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -206794,15 +206918,15 @@ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 extra extra ADJ JJ Degree=Pos 17 amod 17:amod _ 17 travel travel NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No -18 , , PUNCT , _ 14 punct 14:punct _ +18 , , PUNCT , _ 23 punct 23:punct _ 19 as as SCONJ IN _ 23 mark 23:mark _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 care care NOUN NN Number=Sing 23 nsubj 23:nsubj _ -22 provided provide VERB VBN Tense=Past|VerbForm=Part 21 acl 21:acl _ +22 provided provide VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 acl 21:acl _ 23 exceeds exceed VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:as _ -24 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 expectations expectation NOUN NNS Number=Plur 23 obj 23:obj SpaceAfter=No -26 ... ... PUNCT , _ 14 punct 14:punct _ +26 ... ... PUNCT , _ 33 punct 33:punct _ 27 especially especially ADV RB _ 33 advmod 33:advmod _ 28 after after ADP IN _ 33 case 33:case _ 29 a a DET DT Definite=Ind|PronType=Art 33 det 33:det _ @@ -206828,13 +206952,13 @@ 2 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 5 mark 5:mark _ 4 be be AUX VB VerbForm=Inf 5 cop 5:cop _ -5 some some DET DT _ 2 xcomp 2:xcomp _ +5 some some DET DT PronType=Ind 2 xcomp 2:xcomp _ 6 of of ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 worst worst ADJ JJS Degree=Sup 9 amod 9:amod _ +8 worst bad ADJ JJS Degree=Sup 9 amod 9:amod _ 9 pizza pizza NOUN NN Number=Sing 5 nmod 5:nmod:of _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -11 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +11 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 ever ever ADV RB _ 13 advmod 13:advmod _ 13 had have VERB VBN Tense=Past|VerbForm=Part 9 acl:relcl 9:acl:relcl _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -206849,10 +206973,10 @@ 2 crust crust NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 4 lopsided lopsided ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ -6 thicker thicker ADJ JJR Degree=Cmp 4 parataxis 4:parataxis _ +5 , , PUNCT , _ 6 punct 6:punct _ +6 thicker thick ADJ JJR Degree=Cmp 4 parataxis 4:parataxis _ 7 on on ADP IN _ 9 case 9:case _ -8 one one NUM CD NumType=Card 9 nummod 9:nummod _ +8 one one NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 9 side side NOUN NN Number=Sing 6 obl 6:obl:on _ 10 than than ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -206863,11 +206987,11 @@ # text = It actually had a hole in one of the slices. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 actually actually ADV RB _ 3 advmod 3:advmod _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 hole hole NOUN NN Number=Sing 3 obj 3:obj _ 6 in in ADP IN _ 7 case 7:case _ -7 one one NUM CD NumType=Card 5 nmod 5:nmod:in _ +7 one one NUM CD NumForm=Word|NumType=Card 5 nmod 5:nmod:in _ 8 of of ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 slices slice NOUN NNS Number=Plur 7 nmod 7:nmod:of SpaceAfter=No @@ -206884,15 +207008,15 @@ 7 and and CCONJ CC _ 10 cc 10:cc _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 9 completely completely ADV RB _ 10 advmod 10:advmod _ -10 lacked lack VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +10 lacked lack VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 11 flavor flavor NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-361348-0006 # text = I know New York pizza and this is not it!! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 New New PROPN NNP Number=Sing 4 compound 4:compound _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 New New ADJ NNP Degree=Pos 4 amod 4:amod _ 4 York York PROPN NNP Number=Sing 5 compound 5:compound _ 5 pizza pizza NOUN NN Number=Sing 2 obj 2:obj _ 6 and and CCONJ CC _ 10 cc 10:cc _ @@ -206906,9 +207030,9 @@ # text = This was nothing like New York style pizza!!!. 1 This this PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ -3 nothing nothing PRON NN Number=Sing 0 root 0:root _ +3 nothing nothing PRON NN Number=Sing|PronType=Neg 0 root 0:root _ 4 like like ADP IN _ 8 case 8:case _ -5 New New PROPN NNP Number=Sing 6 compound 6:compound _ +5 New New ADJ NNP Degree=Pos 6 amod 6:amod _ 6 York York PROPN NNP Number=Sing 7 compound 7:compound _ 7 style style NOUN NN Number=Sing 8 compound 8:compound _ 8 pizza pizza NOUN NN Number=Sing 3 nmod 3:nmod:like SpaceAfter=No @@ -206917,7 +207041,7 @@ # sent_id = reviews-361348-0008 # text = I love pizza and this was a complete and utter disappointment!! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 pizza pizza NOUN NN Number=Sing 2 obj 2:obj _ 4 and and CCONJ CC _ 11 cc 11:cc _ 5 this this PRON DT Number=Sing|PronType=Dem 11 nsubj 11:nsubj _ @@ -206938,17 +207062,17 @@ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 pizza pizza NOUN NN Number=Sing 4 obj 4:obj _ 7 to to ADP IN _ 8 case 8:case _ -8 anyone anyone PRON NN Number=Sing 4 obl 4:obl:to SpaceAfter=No +8 anyone anyone PRON NN Number=Sing|PronType=Ind 4 obl 4:obl:to SpaceAfter=No 9 !!! !!! PUNCT . _ 4 punct 4:punct _ # newdoc id = reviews-361316 # sent_id = reviews-361316-0001 # newpar id = reviews-361316-p0001 # text = best quote ever My gate was stuck halfway open so I calledA CLASS Garage Doors Dr Services. -1 best best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 best good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 quote quote NOUN NN Number=Sing 0 root 0:root _ 3 ever ever ADV RB _ 2 advmod 2:advmod _ -4 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 gate gate NOUN NN Number=Sing 7 nsubj 7:nsubj|9:nsubj:xsubj _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 7 stuck stuck ADJ JJ Degree=Pos 2 parataxis 2:parataxis _ @@ -206956,11 +207080,11 @@ 9 open open ADJ JJ Degree=Pos 7 xcomp 7:xcomp _ 10 so so ADV RB _ 12 advmod 12:advmod _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 parataxis 7:parataxis SpaceAfter=No +12 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 parataxis 7:parataxis CorrectSpaceAfter=Yes|SpaceAfter=No 13 A A PROPN NNP Number=Sing 14 compound 14:compound _ 14 CLASS CLASS PROPN NNP Number=Sing 18 compound 18:compound _ 15 Garage Garage PROPN NNP Number=Sing 16 compound 16:compound _ -16 Doors Doors PROPN NNPS Number=Plur 18 compound 18:compound _ +16 Doors Door PROPN NNPS Number=Plur 18 compound 18:compound _ 17 Dr dr NOUN NN Number=Sing 18 compound 18:compound _ 18 Services service NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No 19 . . PUNCT . _ 2 punct 2:punct _ @@ -206968,15 +207092,15 @@ # sent_id = reviews-361316-0002 # text = They came to my house in no time and started working on the gate. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|10:nsubj|11:nsubj:xsubj _ -2 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 came come VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 5 case 5:case _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 house house NOUN NN Number=Sing 2 obl 2:obl:to _ 6 in in ADP IN _ 8 case 8:case _ -7 no no DET DT _ 8 det 8:det _ +7 no no DET DT PronType=Neg 8 det 8:det _ 8 time time NOUN NN Number=Sing 2 obl 2:obl:in _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +10 started start VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 11 working work VERB VBG VerbForm=Ger 10 xcomp 10:xcomp _ 12 on on ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ @@ -206986,11 +207110,11 @@ # sent_id = reviews-361316-0003 # text = They were very friendly and were able to explain me exactly what was wrong with it. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj|7:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 cop 4:cop _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 friendly friendly ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 7 cc 7:cc _ -6 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 cop 7:cop _ +6 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 7 able able ADJ JJ Degree=Pos 4 conj 4:conj:and _ 8 to to PART TO _ 9 mark 9:mark _ 9 explain explain VERB VB VerbForm=Inf 7 advcl 7:advcl:to _ @@ -206998,7 +207122,7 @@ 11 exactly exactly ADV RB _ 12 advmod 12:advmod _ 12 what what PRON WP PronType=Int 14 nsubj 14:nsubj _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ -14 wrong wrong ADJ JJ Degree=Pos 9 obj 9:obj _ +14 wrong wrong ADJ JJ Degree=Pos 9 ccomp 9:ccomp _ 15 with with ADP IN _ 16 case 16:case _ 16 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 obl 14:obl:with SpaceAfter=No 17 . . PUNCT . _ 4 punct 4:punct _ @@ -207007,23 +207131,23 @@ # text = Once they fixed it they answetred all of my questions with no hesitations and then gave me the best quote ever. 1 Once once SCONJ IN _ 3 mark 3:mark _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 fixed fix VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:once _ +3 fixed fix VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:once _ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj|16:nsubj _ -6 answetred answer VERB VBD Mood=Ind|Tense=Past|Typo=Yes|VerbForm=Fin 0 root 0:root _ -7 all all DET DT _ 6 obj 6:obj _ +6 answetred answer VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm=answered +7 all all DET DT PronType=Tot 6 obj 6:obj _ 8 of of ADP IN _ 10 case 10:case _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 questions question NOUN NNS Number=Plur 7 nmod 7:nmod:of _ 11 with with ADP IN _ 13 case 13:case _ -12 no no DET DT _ 13 det 13:det _ +12 no no DET DT PronType=Neg 13 det 13:det _ 13 hesitations hesitation NOUN NNS Number=Plur 6 obl 6:obl:with _ 14 and and CCONJ CC _ 16 cc 16:cc _ 15 then then ADV RB PronType=Dem 16 advmod 16:advmod _ -16 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ +16 gave give VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ 17 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 16 iobj 16:iobj _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -19 best best ADJ JJS Degree=Sup 20 amod 20:amod _ +19 best good ADJ JJS Degree=Sup 20 amod 20:amod _ 20 quote quote NOUN NN Number=Sing 16 obj 16:obj _ 21 ever ever ADV RB _ 20 advmod 20:advmod SpaceAfter=No 22 . . PUNCT . _ 6 punct 6:punct _ @@ -207031,17 +207155,17 @@ # sent_id = reviews-361316-0005 # text = I know that if my garage door needs to be repaired, I will be calling A CLASS Garage Doors 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 16 mark 16:mark _ 4 if if SCONJ IN _ 8 mark 8:mark _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 garage garage NOUN NN Number=Sing 7 compound 7:compound _ 7 door door NOUN NN Number=Sing 8 nsubj 8:nsubj|11:nsubj:xsubj _ 8 needs need VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:if _ 9 to to PART TO _ 11 mark 11:mark _ 10 be be AUX VB VerbForm=Inf 11 aux:pass 11:aux:pass _ 11 repaired repair VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 xcomp 8:xcomp SpaceAfter=No -12 , , PUNCT , _ 16 punct 16:punct _ +12 , , PUNCT , _ 8 punct 8:punct _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ 14 will will AUX MD VerbForm=Fin 16 aux 16:aux _ 15 be be AUX VB VerbForm=Inf 16 aux 16:aux _ @@ -207049,7 +207173,7 @@ 17 A A PROPN NNP Number=Sing 18 compound 18:compound _ 18 CLASS CLASS PROPN NNP Number=Sing 20 compound 20:compound _ 19 Garage Garage PROPN NNP Number=Sing 20 compound 20:compound _ -20 Doors Doors PROPN NNPS Number=Plur 16 obj 16:obj _ +20 Doors Door PROPN NNPS Number=Plur 16 obj 16:obj _ # newdoc id = reviews-080178 # sent_id = reviews-080178-0001 @@ -207070,11 +207194,11 @@ 1 Allen Allen PROPN NNP Number=Sing 4 nsubj:pass 4:nsubj:pass _ 2 Tire Tire PROPN NNP Number=Sing 1 flat 1:flat _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ -4 recommended recommend VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 recommended recommend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 by by ADP IN _ 6 case 6:case _ -6 friend friend NOUN NN Number=Sing 4 obl 4:obl:by _ +6 friend friend NOUN NN Number=Sing 4 obl:agent 4:obl:agent _ 7 after after SCONJ IN _ 9 mark 9:mark _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nsubj 9:nsubj _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nsubj 9:nsubj _ 9 having have VERB VBG VerbForm=Ger 4 advcl 4:advcl:after _ 10 bad bad ADJ JJ Degree=Pos 12 amod 12:amod _ 11 tire tire NOUN NN Number=Sing 12 compound 12:compound _ @@ -207088,26 +207212,26 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 store store NOUN NN Number=Sing 3 compound 3:compound _ 3 manager manager NOUN NN Number=Sing 8 nsubj 8:nsubj SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ 5 Jim Jim PROPN NNP Number=Sing 3 appos 3:appos _ 6 Smith Smith PROPN NNP Number=Sing 5 flat 5:flat SpaceAfter=No -7 , , PUNCT , _ 8 punct 8:punct _ -8 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 , , PUNCT , _ 3 punct 3:punct _ +8 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 an a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 10 excellent excellent ADJ JJ Degree=Pos 12 amod 12:amod _ 11 tire tire NOUN NN Number=Sing 12 compound 12:compound _ 12 recommendation recommendation NOUN NN Number=Sing 8 obj 8:obj _ 13 for for ADP IN _ 17 case 17:case _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 15 newly newly ADV RB _ 16 advmod 16:advmod _ -16 acquired acquire VERB VBN Tense=Past|VerbForm=Part 17 amod 17:amod _ +16 acquired acquire VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 amod 17:amod _ 17 Lexus Lexus PROPN NNP Number=Sing 12 nmod 12:nmod:for SpaceAfter=No 18 . . PUNCT . _ 8 punct 8:punct _ # sent_id = reviews-080178-0004 # text = Tires were the right price and now the car feels like it is riding on rails around turns. 1 Tires tire NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 cop 5:cop _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 right right ADJ JJ Degree=Pos 5 amod 5:amod _ 5 price price NOUN NN Number=Sing 0 root 0:root _ @@ -207129,11 +207253,11 @@ # sent_id = reviews-080178-0005 # text = The store is clean, run very professionally and a pleasure to be in. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 store store NOUN NN Number=Sing 4 nsubj:pass 4:nsubj:pass|6:nsubj:pass|11:nsubj:pass _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ +2 store store NOUN NN Number=Sing 4 nsubj 4:nsubj|6:nsubj:pass|11:nsubj _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 clean clean ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 5 , , PUNCT , _ 6 punct 6:punct _ -6 run run VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and _ +6 run run VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 conj 4:conj:and _ 7 very very ADV RB _ 8 advmod 8:advmod _ 8 professionally professionally ADV RB _ 6 advmod 6:advmod _ 9 and and CCONJ CC _ 11 cc 11:cc _ @@ -207141,18 +207265,18 @@ 11 pleasure pleasure NOUN NN Number=Sing 4 conj 4:conj:and _ 12 to to PART TO _ 14 mark 14:mark _ 13 be be AUX VB VerbForm=Inf 14 cop 14:cop _ -14 in in ADP IN _ 11 acl 11:acl:to SpaceAfter=No +14 in in ADP IN _ 11 acl 11:acl:to Promoted=Yes|SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-080178-0006 # text = They know their job and you do not have to watch them to be sure everything is done right. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 know know VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 job job NOUN NN Number=Sing 2 obj 2:obj _ 5 and and CCONJ CC _ 9 cc 9:cc _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj _ -7 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +7 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 not not PART RB _ 9 advmod 9:advmod _ 9 have have VERB VB VerbForm=Inf 2 conj 2:conj:and _ 10 to to PART TO _ 11 mark 11:mark _ @@ -207161,7 +207285,7 @@ 13 to to PART TO _ 15 mark 15:mark _ 14 be be AUX VB VerbForm=Inf 15 cop 15:cop _ 15 sure sure ADJ JJ Degree=Pos 11 advcl 11:advcl:to _ -16 everything everything PRON NN Number=Sing 18 nsubj:pass 18:nsubj:pass|19:nsubj:xsubj _ +16 everything everything PRON NN Number=Sing|PronType=Tot 18 nsubj:pass 18:nsubj:pass|19:nsubj:xsubj _ 17 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 aux:pass 18:aux:pass _ 18 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 ccomp 15:ccomp _ 19 right right ADJ JJ Degree=Pos 18 xcomp 18:xcomp SpaceAfter=No @@ -207171,12 +207295,12 @@ # sent_id = reviews-382257-0001 # newpar id = reviews-382257-p0001 # text = Easiest Time I ever had purchasing a car! -1 Easiest easiest ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Easiest easy ADJ JJS Degree=Sup 2 amod 2:amod _ 2 Time time NOUN NN Number=Sing 0 root 0:root _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 ever ever ADV RB _ 5 advmod 5:advmod _ -5 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ -6 purchasing purchase VERB VBG VerbForm=Ger 3 advcl 3:advcl _ +5 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +6 purchasing purchase VERB VBG VerbForm=Ger 2 acl 2:acl _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 car car NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No 9 ! ! PUNCT . _ 2 punct 2:punct _ @@ -207186,27 +207310,27 @@ # text = Excellent service, Not only did they get the exact car I wanted win in 48 hours but the sales man also took me out to lunch. 1 Excellent excellent ADJ JJ Degree=Pos 2 amod 2:amod _ 2 service service NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ -4 Not not ADV RB _ 5 advmod 5:advmod _ -5 only only ADV RB _ 8 cc:preconj 8:cc:preconj _ -6 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux 8:aux _ +3 , , PUNCT , _ 8 punct 8:punct _ +4 Not not PART RB _ 8 advmod 8:advmod _ +5 only only ADV RB _ 8 advmod 8:advmod _ +6 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 8 get get VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 exact exact ADJ JJ Degree=Pos 11 amod 11:amod _ 11 car car NOUN NN Number=Sing 8 obj 8:obj _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ -14 win win X GW _ 17 case 17:case _ -15 in in ADP IN _ 14 goeswith 14:goeswith _ -16 48 48 NUM CD NumType=Card 17 nummod 17:nummod _ +13 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +14 win within ADP GW Typo=Yes 17 case 17:case CorrectForm=within +15 in _ X IN _ 14 goeswith 14:goeswith _ +16 48 48 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod _ 17 hours hour NOUN NNS Number=Plur 13 obl 13:obl:in _ 18 but but CCONJ CC _ 23 cc 23:cc _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 20 sales sale NOUN NNS Number=Plur 21 compound 21:compound _ 21 man man NOUN NN Number=Sing 23 nsubj 23:nsubj _ 22 also also ADV RB _ 23 advmod 23:advmod _ -23 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 conj 8:conj:but _ +23 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 conj 8:conj:but _ 24 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 23 obj 23:obj _ 25 out out ADV RB _ 23 advmod 23:advmod _ 26 to to ADP IN _ 27 case 27:case _ @@ -207225,7 +207349,7 @@ # text = I highly recommend this dealership if you would not like to hassle on price and receive friendly service. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 highly highly ADV RB _ 3 advmod 3:advmod _ -3 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 dealership dealership NOUN NN Number=Sing 3 obj 3:obj _ 6 if if SCONJ IN _ 10 mark 10:mark _ @@ -207238,7 +207362,7 @@ 13 on on ADP IN _ 14 case 14:case _ 14 price price NOUN NN Number=Sing 12 obl 12:obl:on _ 15 and and CCONJ CC _ 16 cc 16:cc _ -16 receive receive VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 conj 3:advcl:if|10:conj:and _ +16 receive receive VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 conj 3:advcl:if|10:conj:and _ 17 friendly friendly ADJ JJ Degree=Pos 18 amod 18:amod _ 18 service service NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ @@ -207246,24 +207370,24 @@ # sent_id = reviews-382257-0005 # text = I have since purchased two cars from this dealership, The first one was from Phillip and the second was from Richard. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 since since ADV RB _ 4 advmod 4:advmod _ 4 purchased purchase VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -5 two two NUM CD NumType=Card 6 nummod 6:nummod _ +5 two two NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 6 cars car NOUN NNS Number=Plur 4 obj 4:obj _ 7 from from ADP IN _ 9 case 9:case _ 8 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 dealership dealership NOUN NN Number=Sing 4 obl 4:obl:from SpaceAfter=No -10 , , PUNCT , _ 4 punct 4:punct _ +10 , , PUNCT , _ 16 punct 16:punct _ 11 The the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 first first ADJ JJ Degree=Pos|NumType=Ord 13 amod 13:amod _ +12 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 13 amod 13:amod _ 13 one one NOUN NN Number=Sing 16 nsubj 16:nsubj _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 cop 16:cop _ 15 from from ADP IN _ 16 case 16:case _ 16 Phillip Phillip PROPN NNP Number=Sing 4 parataxis 4:parataxis _ 17 and and CCONJ CC _ 22 cc 22:cc _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -19 second second NOUN NN Number=Sing 22 nsubj 22:nsubj _ +19 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 22 nsubj 22:nsubj _ 20 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 cop 22:cop _ 21 from from ADP IN _ 22 case 22:case _ 22 Richard Richard PROPN NNP Number=Sing 16 conj 16:conj:and SpaceAfter=No @@ -207271,16 +207395,16 @@ # sent_id = reviews-382257-0006 # text = Both were excellent sales men who put my needs first. -1 Both both DET DT _ 5 nsubj 5:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 cop 5:cop _ +1 Both both DET DT PronType=Tot 5 nsubj 5:nsubj _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 3 excellent excellent ADJ JJ Degree=Pos 5 amod 5:amod _ 4 sales sale NOUN NNS Number=Plur 5 compound 5:compound _ 5 men man NOUN NNS Number=Plur 0 root 0:root|7:nsubj _ 6 who who PRON WP PronType=Rel 7 nsubj 5:ref _ -7 put put VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 put put VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 needs need NOUN NNS Number=Plur 7 obj 7:obj _ -10 first first ADV RB _ 7 advmod 7:advmod SpaceAfter=No +10 first first ADV RB NumForm=Word|NumType=Ord 7 advmod 7:advmod SpaceAfter=No 11 . . PUNCT . _ 5 punct 5:punct _ # newdoc id = reviews-389498 @@ -207302,7 +207426,7 @@ 13 usual usual ADJ JJ Degree=Pos 14 amod 14:amod _ 14 maintenance maintenance NOUN NN Number=Sing 9 obl 9:obl:of _ 15 on on ADP IN _ 17 case 17:case _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 hooptie hooptie NOUN NN Number=Sing 14 nmod 14:nmod:on SpaceAfter=No 18 . . PUNCT . _ 4 punct 4:punct _ @@ -207311,7 +207435,7 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj|16:nsubj _ 2 also also ADV RB _ 4 advmod 4:advmod _ 3 never never ADV RB _ 4 advmod 4:advmod _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 wait wait VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 long long ADV RB Degree=Pos 6 advmod 6:advmod _ @@ -207320,18 +207444,18 @@ 10 yearly yearly ADV RB _ 12 advmod 12:advmod _ 11 inspection inspection NOUN NN Number=Sing 12 compound 12:compound _ 12 sticker sticker NOUN NN Number=Sing 6 obl 6:obl:for SpaceAfter=No -13 ... ... PUNCT , _ 4 punct 4:punct SpaceAfter=No +13 ... ... PUNCT , _ 16 punct 16:punct SpaceAfter=No 14 and and CCONJ CC _ 16 cc 16:cc _ 15 never never ADV RB _ 16 advmod 16:advmod _ -16 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +16 get get VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 18 usual usual ADJ JJ Degree=Pos 19 amod 19:amod _ 19 excuses excuse NOUN NNS Number=Plur 16 obj 16:obj _ 20 other other ADJ JJ Degree=Pos 21 amod 21:amod _ 21 shops shop NOUN NNS Number=Plur 23 nsubj 23:nsubj _ 22 always always ADV RB _ 23 advmod 23:advmod _ -23 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ -24 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 23 obj 23:obj SpaceAfter=No +23 gave give VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ +24 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 23 iobj 23:iobj SpaceAfter=No 25 ... ... PUNCT , _ 32 punct 32:punct SpaceAfter=No 26 " " PUNCT `` _ 32 punct 32:punct SpaceAfter=No 27 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ @@ -207343,7 +207467,7 @@ 32 here here ADV RB PronType=Dem 16 parataxis 16:parataxis _ 33 today today NOUN NN Number=Sing 32 obl:tmod 32:obl:tmod SpaceAfter=No 34 " " PUNCT '' _ 32 punct 32:punct SpaceAfter=No -35 .... .... PUNCT , _ 32 punct 32:punct SpaceAfter=No +35 .... .... PUNCT , _ 37 punct 37:punct SpaceAfter=No 36 for for ADP IN _ 37 case 37:case _ 37 example example NOUN NN Number=Sing 32 obl 32:obl:for SpaceAfter=No 38 . . PUNCT . _ 32 punct 32:punct _ @@ -207352,14 +207476,14 @@ # text = Today I went into Kwik Kar and there were two cars in front of me for inspection...but I was still out of there pretty quick...barely had time to read a chapter in my book. 1 Today today NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 into into ADP IN _ 5 case 5:case _ 5 Kwik Kwik PROPN NNP Number=Sing 3 obl 3:obl:into _ 6 Kar Kar PROPN NNP Number=Sing 5 flat 5:flat _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 there there PRON EX _ 9 expl 9:expl _ -9 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ -10 two two NUM CD NumType=Card 11 nummod 11:nummod _ +9 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +10 two two NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 11 cars car NOUN NNS Number=Plur 9 nsubj 9:nsubj _ 12 in in ADP IN _ 13 case 13:case _ 13 front front NOUN NN Number=Sing 11 nmod 11:nmod:in _ @@ -207367,26 +207491,26 @@ 15 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 13 nmod 13:nmod:of _ 16 for for ADP IN _ 17 case 17:case _ 17 inspection inspection NOUN NN Number=Sing 11 nmod 11:nmod:for SpaceAfter=No -18 ... ... PUNCT , _ 3 punct 3:punct SpaceAfter=No +18 ... ... PUNCT , _ 21 punct 21:punct SpaceAfter=No 19 but but CCONJ CC _ 21 cc 21:cc _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ -21 was be VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +21 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 22 still still ADV RB _ 21 advmod 21:advmod _ 23 out out ADP IN _ 25 case 25:case _ 24 of of ADP IN _ 25 case 25:case _ 25 there there ADV RB PronType=Dem 21 obl 21:obl:of _ 26 pretty pretty ADV RB _ 27 advmod 27:advmod _ 27 quick quick ADV RB _ 21 advmod 21:advmod SpaceAfter=No -28 ... ... PUNCT , _ 21 punct 21:punct SpaceAfter=No +28 ... ... PUNCT , _ 30 punct 30:punct SpaceAfter=No 29 barely barely ADV RB _ 30 advmod 30:advmod _ -30 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 parataxis 21:parataxis _ +30 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 21 parataxis 21:parataxis _ 31 time time NOUN NN Number=Sing 30 obj 30:obj _ 32 to to PART TO _ 33 mark 33:mark _ 33 read read VERB VB VerbForm=Inf 31 acl 31:acl:to _ 34 a a DET DT Definite=Ind|PronType=Art 35 det 35:det _ 35 chapter chapter NOUN NN Number=Sing 33 obj 33:obj _ 36 in in ADP IN _ 38 case 38:case _ -37 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ +37 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ 38 book book NOUN NN Number=Sing 35 nmod 35:nmod:in SpaceAfter=No 39 . . PUNCT . _ 3 punct 3:punct _ @@ -207403,21 +207527,21 @@ # newpar id = reviews-095040-p0002 # text = As first-time home buyers, my husband and I found Stephanie Fairchild at Prudential Steamboat Realty, extremely helpful. 1 As as ADP IN _ 6 case 6:case _ -2 first first ADJ JJ Degree=Pos|NumType=Ord 4 amod 4:amod SpaceAfter=No -3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No +2 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 4 amod 4:amod SpaceAfter=No +3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No 4 time time NOUN NN Number=Sing 6 compound 6:compound _ 5 home home NOUN NN Number=Sing 6 compound 6:compound _ 6 buyers buyer NOUN NNS Number=Plur 12 obl 12:obl:as SpaceAfter=No -7 , , PUNCT , _ 12 punct 12:punct _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 , , PUNCT , _ 6 punct 6:punct _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 husband husband NOUN NN Number=Sing 12 nsubj 12:nsubj _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 conj 9:conj:and|12:nsubj _ -12 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 found find VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 13 Stephanie Stephanie PROPN NNP Number=Sing 12 obj 12:obj|21:nsubj:xsubj _ 14 Fairchild Fairchild PROPN NNP Number=Sing 13 flat 13:flat _ 15 at at ADP IN _ 18 case 18:case _ -16 Prudential Prudential PROPN NNP Number=Sing 18 compound 18:compound _ +16 Prudential Prudential ADJ NNP Degree=Pos 18 amod 18:amod _ 17 Steamboat Steamboat PROPN NNP Number=Sing 18 compound 18:compound _ 18 Realty Realty PROPN NNP Number=Sing 13 nmod 13:nmod:at SpaceAfter=No 19 , , PUNCT , _ 21 punct 21:punct _ @@ -207428,18 +207552,18 @@ # sent_id = reviews-095040-0003 # text = She worked with us for over a year, helping us find our perfect home. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 worked work VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 worked work VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 with with ADP IN _ 4 case 4:case _ 4 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 2 obl 2:obl:with _ 5 for for ADP IN _ 8 case 8:case _ 6 over over ADP IN _ 8 case 8:case _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 year year NOUN NN Number=Sing 2 obl 2:obl:over SpaceAfter=No -9 , , PUNCT , _ 2 punct 2:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 helping help VERB VBG VerbForm=Ger 2 advcl 2:advcl _ 11 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 10 obj 10:obj|12:nsubj:xsubj _ 12 find find VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ -13 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 14 perfect perfect ADJ JJ Degree=Pos 15 amod 15:amod _ 15 home home NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ @@ -207456,22 +207580,22 @@ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 properties property NOUN NNS Number=Plur 6 conj 3:nmod:of|6:conj:and _ 9 in in ADP IN _ 12 case 12:case _ -10 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 price price NOUN NN Number=Sing 12 compound 12:compound _ 12 range range NOUN NN Number=Sing 8 nmod 8:nmod:in SpaceAfter=No -13 , , PUNCT , _ 14 punct 14:punct _ -14 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -15 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 14 obj 14:obj _ -16 feel feel VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ +13 , , PUNCT , _ 3 punct 3:punct _ +14 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +15 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 14 obj 14:obj|16:nsubj:xsubj|17:nsubj:xsubj _ +16 feel feel VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 17 secure secure ADJ JJ Degree=Pos 16 xcomp 16:xcomp _ 18 in in ADP IN _ 20 case 20:case _ -19 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 decision decision NOUN NN Number=Sing 17 obl 17:obl:in _ 21 to to PART TO _ 22 mark 22:mark _ 22 buy buy VERB VB VerbForm=Inf 20 acl 20:acl:to _ -23 when when SCONJ WRB PronType=Int 25 mark 25:mark _ +23 when when ADV WRB PronType=Int 25 advmod 25:advmod _ 24 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 25 nsubj 25:nsubj _ -25 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 advcl 22:advcl:when SpaceAfter=No +25 did do AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 22 advcl 22:advcl:when SpaceAfter=No 26 . . PUNCT . _ 14 punct 14:punct _ # sent_id = reviews-095040-0005 @@ -207482,7 +207606,7 @@ 4 recommend recommend VERB VB VerbForm=Inf 0 root 0:root _ 5 Stephanie Stephanie PROPN NNP Number=Sing 4 obj 4:obj _ 6 to to ADP IN _ 7 case 7:case _ -7 anyone anyone PRON NN Number=Sing 4 obl 4:obl:to _ +7 anyone anyone PRON NN Number=Sing|PronType=Ind 4 obl 4:obl:to _ 8 looking look VERB VBG VerbForm=Ger 7 acl 7:acl _ 9 for for ADP IN _ 11 case 11:case _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ @@ -207496,8 +207620,8 @@ # sent_id = reviews-095040-0006 # text = We appreciated her patience, knowledge and kindness! 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 appreciated appreciate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 appreciated appreciate VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 patience patience NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No 5 , , PUNCT , _ 6 punct 6:punct _ 6 knowledge knowledge NOUN NN Number=Sing 4 conj 2:obj|4:conj:and _ @@ -207516,7 +207640,7 @@ # newpar id = reviews-241739-p0002 # text = Firstly, the other reviewer clearly has never been to Nick's, or he would know that Nick only charges $13 for a haircut which is pretty much industry standard. 1 Firstly firstly ADV RB _ 11 advmod 11:advmod SpaceAfter=No -2 , , PUNCT , _ 11 punct 11:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 other other ADJ JJ Degree=Pos 5 amod 5:amod _ 5 reviewer reviewer NOUN NN Number=Sing 11 nsubj 11:nsubj _ @@ -207525,8 +207649,9 @@ 8 never never ADV RB _ 11 advmod 11:advmod _ 9 been be AUX VBN Tense=Past|VerbForm=Part 11 cop 11:cop _ 10 to to ADP IN _ 11 case 11:case _ -11 Nick Nick PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -12 's 's PART POS _ 11 case 11:case SpaceAfter=No +11-12 Nick's _ _ _ _ _ _ _ SpaceAfter=No +11 Nick Nick PROPN NNP Number=Sing 0 root 0:root _ +12 's 's PART POS _ 11 case 11:case _ 13 , , PUNCT , _ 17 punct 17:punct _ 14 or or CCONJ CC _ 17 cc 17:cc _ 15 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ @@ -207535,30 +207660,30 @@ 18 that that SCONJ IN _ 21 mark 21:mark _ 19 Nick Nick PROPN NNP Number=Sing 21 nsubj 21:nsubj _ 20 only only ADV RB _ 21 advmod 21:advmod _ -21 charges charge VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 ccomp 17:ccomp _ +21 charges charge VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 ccomp 17:ccomp|32:csubj _ 22 $ $ SYM $ _ 21 obj 21:obj SpaceAfter=No -23 13 13 NUM CD NumType=Card 22 nummod 22:nummod _ +23 13 13 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod _ 24 for for ADP IN _ 26 case 26:case _ 25 a a DET DT Definite=Ind|PronType=Art 26 det 26:det _ 26 haircut haircut NOUN NN Number=Sing 21 obl 21:obl:for _ -27 which which PRON WDT PronType=Int 32 nsubj 32:nsubj _ +27 which which PRON WDT PronType=Rel 32 nsubj 21:ref _ 28 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 32 cop 32:cop _ 29 pretty pretty ADV RB _ 30 advmod 30:advmod _ 30 much much ADV RB _ 32 advmod 32:advmod _ 31 industry industry NOUN NN Number=Sing 32 compound 32:compound _ -32 standard standard NOUN NN Number=Sing 21 parataxis 21:parataxis SpaceAfter=No +32 standard standard NOUN NN Number=Sing 21 advcl:relcl 21:advcl:relcl SpaceAfter=No 33 . . PUNCT . _ 11 punct 11:punct _ # sent_id = reviews-241739-0003 # text = I have been going to Nick for 5 months now precisely because he does pay attention to detail. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux 4:aux _ 4 going go VERB VBG VerbForm=Ger 0 root 0:root _ 5 to to ADP IN _ 6 case 6:case _ 6 Nick Nick PROPN NNP Number=Sing 4 obl 4:obl:to _ 7 for for ADP IN _ 9 case 9:case _ -8 5 5 NUM CD NumType=Card 9 nummod 9:nummod _ +8 5 5 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 months month NOUN NNS Number=Plur 4 obl 4:obl:for _ 10 now now ADV RB _ 4 advmod 4:advmod _ 11 precisely precisely ADV RB _ 15 advmod 15:advmod _ @@ -207574,14 +207699,14 @@ # sent_id = reviews-241739-0004 # text = I have terrible hair and he really takes his time to make it look right. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 terrible terrible ADJ JJ Degree=Pos 4 amod 4:amod _ 4 hair hair NOUN NN Number=Sing 2 obj 2:obj _ 5 and and CCONJ CC _ 8 cc 8:cc _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 7 really really ADV RB _ 8 advmod 8:advmod _ 8 takes take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 time time NOUN NN Number=Sing 8 obj 8:obj _ 11 to to PART TO _ 12 mark 12:mark _ 12 make make VERB VB VerbForm=Inf 8 advcl 8:advcl:to _ @@ -207592,27 +207717,27 @@ # sent_id = reviews-241739-0005 # text = Some of the younger kids that work there are a bit sub par, but if you wait for Nick... you'll be good. -1 Some some DET DT _ 13 nsubj 13:nsubj _ +1 Some some DET DT PronType=Ind 13 nsubj 13:nsubj _ 2 of of ADP IN _ 5 case 5:case _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 younger younger ADJ JJR Degree=Cmp 5 amod 5:amod _ +4 younger young ADJ JJR Degree=Cmp 5 amod 5:amod _ 5 kids kid NOUN NNS Number=Plur 1 nmod 1:nmod:of|7:nsubj _ 6 that that PRON WDT PronType=Rel 7 nsubj 5:ref _ -7 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 work work VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 there there ADV RB PronType=Dem 7 advmod 7:advmod _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 bit bit NOUN NN Number=Sing 13 obl:npmod 13:obl:npmod _ -12 sub sub X AFX _ 13 advmod 13:advmod _ +12 sub sub ADV AFX _ 13 advmod 13:advmod _ 13 par par ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 14 , , PUNCT , _ 25 punct 25:punct _ 15 but but CCONJ CC _ 25 cc 25:cc _ 16 if if SCONJ IN _ 18 mark 18:mark _ 17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ -18 wait wait VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 advcl 25:advcl:if _ +18 wait wait VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 25 advcl 25:advcl:if _ 19 for for ADP IN _ 20 case 20:case _ 20 Nick Nick PROPN NNP Number=Sing 18 obl 18:obl:for SpaceAfter=No -21 ... ... PUNCT , _ 25 punct 25:punct _ +21 ... ... PUNCT , _ 18 punct 18:punct _ 22-23 you'll _ _ _ _ _ _ _ _ 22 you you PRON PRP Case=Nom|Person=2|PronType=Prs 25 nsubj 25:nsubj _ 23 'll will AUX MD VerbForm=Fin 25 aux 25:aux _ @@ -207629,44 +207754,44 @@ # sent_id = reviews-017345-0002 # text = Got some nice "freshly baked" fruit squares, a personal favorite of mine. -1 Got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -2 some some DET DT _ 9 det 9:det _ +1 Got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 some some DET DT PronType=Ind 9 det 9:det _ 3 nice nice ADJ JJ Degree=Pos 9 amod 9:amod _ 4 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No 5 freshly freshly ADV RB _ 6 advmod 6:advmod _ -6 baked bake VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod SpaceAfter=No +6 baked bake VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod SpaceAfter=No 7 " " PUNCT '' _ 6 punct 6:punct _ 8 fruit fruit NOUN NN Number=Sing 9 compound 9:compound _ 9 squares square NOUN NNS Number=Plur 1 obj 1:obj SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 13 punct 13:punct _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 personal personal ADJ JJ Degree=Pos 13 amod 13:amod _ 13 favorite favorite NOUN NN Number=Sing 9 appos 9:appos _ 14 of of ADP IN _ 15 case 15:case _ -15 mine mine PRON PRP _ 13 nmod 13:nmod:of SpaceAfter=No +15 mine my PRON PRP Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod 13:nmod:of SpaceAfter=No 16 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-017345-0003 # text = Took a bite, it tasted odd. -1 Took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Took take VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 bite bite NOUN NN Number=Sing 1 obj 1:obj SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 6 punct 6:punct _ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj|7:nsubj:xsubj _ -6 tasted taste VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ +6 tasted taste VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 parataxis 1:parataxis _ 7 odd odd ADJ JJ Degree=Pos 6 xcomp 6:xcomp SpaceAfter=No 8 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-017345-0004 # text = Flipped the square over and saw it riddled with green mold!!!! -1 Flipped flip VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Flipped flip VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 square square NOUN NN Number=Sing 1 obj 1:obj _ 4 over over ADP RP _ 1 compound:prt 1:compound:prt _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 conj 1:conj:and _ -7 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 obj 6:obj _ -8 riddled riddled ADJ JJ Degree=Pos 7 acl 7:acl _ +6 saw see VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 1 conj 1:conj:and _ +7 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 obj 6:obj|8:nsubj:xsubj _ +8 riddled riddled ADJ JJ Degree=Pos 6 xcomp 6:xcomp _ 9 with with ADP IN _ 11 case 11:case _ 10 green green ADJ JJ Degree=Pos 11 amod 11:amod _ 11 mold mold NOUN NN Number=Sing 8 obl 8:obl:with SpaceAfter=No @@ -207680,27 +207805,27 @@ # sent_id = reviews-017345-0006 # text = I called the store and the clerk giggled, and agreed that it was gross, but said it was not her problem. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 store store NOUN NN Number=Sing 2 obj 2:obj _ 5 and and CCONJ CC _ 8 cc 8:cc _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 clerk clerk NOUN NN Number=Sing 8 nsubj 8:nsubj|11:nsubj|18:nsubj _ -8 giggled giggle VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and SpaceAfter=No +8 giggled giggle VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and SpaceAfter=No 9 , , PUNCT , _ 11 punct 11:punct _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 agreed agree VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 conj 8:conj:and _ +11 agreed agree VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 conj 8:conj:and _ 12 that that SCONJ IN _ 15 mark 15:mark _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ 15 gross gross ADJ JJ Degree=Pos 11 ccomp 11:ccomp SpaceAfter=No 16 , , PUNCT , _ 18 punct 18:punct _ 17 but but CCONJ CC _ 18 cc 18:cc _ -18 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 conj 8:conj:and _ +18 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 conj 8:conj:and _ 19 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 23 nsubj 23:nsubj _ 20 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 23 cop 23:cop _ 21 not not PART RB _ 23 advmod 23:advmod _ -22 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 problem problem NOUN NN Number=Sing 18 ccomp 18:ccomp SpaceAfter=No 24 . . PUNCT . _ 2 punct 2:punct _ @@ -207708,7 +207833,7 @@ # text = She also refused to get a manager. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 refused refuse VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 refused refuse VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 get get VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -207718,12 +207843,12 @@ # sent_id = reviews-017345-0008 # text = I left my number, or tried to anyway. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|7:nsubj _ -2 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 left leave VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 number number NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No 5 , , PUNCT , _ 7 punct 7:punct _ 6 or or CCONJ CC _ 7 cc 7:cc _ -7 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:or _ +7 tried try VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:or _ 8 to to PART TO _ 7 xcomp 7:xcomp _ 9 anyway anyway ADV RB _ 7 advmod 7:advmod SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ @@ -207732,7 +207857,7 @@ # text = Same clerk had considerable difficulty taking down a number. 1 Same same ADJ JJ Degree=Pos 2 amod 2:amod _ 2 clerk clerk NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 considerable considerable ADJ JJ Degree=Pos 5 amod 5:amod _ 5 difficulty difficulty NOUN NN Number=Sing 3 obj 3:obj _ 6 taking take VERB VBG VerbForm=Ger 5 acl 5:acl _ @@ -207748,7 +207873,7 @@ 2 'll will AUX MD VerbForm=Fin 4 aux 4:aux _ 3 never never ADV RB _ 4 advmod 4:advmod _ 4 go go VERB VB VerbForm=Inf 0 root 0:root _ -5 back back ADV RB _ 4 advmod 4:advmod _ +5 back back ADV RB _ 6 advmod 6:advmod _ 6 there there ADV RB PronType=Dem 4 advmod 4:advmod _ 7 again again ADV RB _ 4 advmod 4:advmod _ @@ -207758,9 +207883,9 @@ # text = For cheap Chinese food, this is the place to go. 1 For for ADP IN _ 4 case 4:case _ 2 cheap cheap ADJ JJ Degree=Pos 4 amod 4:amod _ -3 Chinese chinese ADJ JJ Degree=Pos 4 amod 4:amod _ +3 Chinese Chinese ADJ JJ Degree=Pos 4 amod 4:amod _ 4 food food NOUN NN Number=Sing 9 obl 9:obl:for SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 this this PRON DT Number=Sing|PronType=Dem 9 nsubj 9:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -207772,26 +207897,26 @@ # sent_id = reviews-164580-0002 # text = I used to eat at places like New China or Green Buffet in Troy, MO - nothing terrible but not that great. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 used use VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 eat eat VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 at at ADP IN _ 6 case 6:case _ 6 places place NOUN NNS Number=Plur 4 obl 4:obl:at _ 7 like like ADP IN _ 9 case 9:case _ -8 New New PROPN NNP Number=Sing 9 compound 9:compound _ +8 New New ADJ NNP Degree=Pos 9 amod 9:amod _ 9 China China PROPN NNP Number=Sing 6 nmod 6:nmod:like _ 10 or or CCONJ CC _ 12 cc 12:cc _ -11 Green Green PROPN NNP Number=Sing 12 compound 12:compound _ +11 Green Green ADJ NNP Degree=Pos 12 amod 12:amod _ 12 Buffet Buffet PROPN NNP Number=Sing 9 conj 6:nmod:like|9:conj:or _ 13 in in ADP IN _ 14 case 14:case _ 14 Troy Troy PROPN NNP Number=Sing 9 nmod 9:nmod:in SpaceAfter=No -15 , , PUNCT , _ 14 punct 14:punct _ +15 , , PUNCT , _ 16 punct 16:punct _ 16 MO MO PROPN NNP Number=Sing 14 appos 14:appos _ 17 - - PUNCT : _ 18 punct 18:punct _ -18 nothing nothing PRON NN Number=Sing 2 parataxis 2:parataxis _ +18 nothing nothing PRON NN Number=Sing|PronType=Neg 2 parataxis 2:parataxis _ 19 terrible terrible ADJ JJ Degree=Pos 18 amod 18:amod _ 20 but but CCONJ CC _ 23 cc 23:cc _ -21 not not ADV RB _ 23 advmod 23:advmod _ +21 not not PART RB _ 23 advmod 23:advmod _ 22 that that ADV RB _ 23 advmod 23:advmod _ 23 great great ADJ JJ Degree=Pos 18 conj 18:conj:but SpaceAfter=No 24 . . PUNCT . _ 18 punct 18:punct _ @@ -207799,7 +207924,7 @@ # sent_id = reviews-164580-0003 # text = Now, I won't eat fast food Chinese unless it's from this place. 1 Now now ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 4-5 won't _ _ _ _ _ _ _ _ 4 wo will AUX MD VerbForm=Fin 6 aux 6:aux _ @@ -207807,7 +207932,7 @@ 6 eat eat VERB VB VerbForm=Inf 0 root 0:root _ 7 fast fast ADJ JJ Degree=Pos 8 amod 8:amod _ 8 food food NOUN NN Number=Sing 6 obj 6:obj _ -9 Chinese chinese ADJ JJ Degree=Pos 8 amod 8:amod _ +9 Chinese Chinese ADJ JJ Degree=Pos 8 amod 8:amod _ 10 unless unless SCONJ IN _ 15 mark 15:mark _ 11-12 it's _ _ _ _ _ _ _ _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ @@ -207820,15 +207945,15 @@ # sent_id = reviews-164580-0004 # text = The best value I've found from a Chinese restaurant. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 best best ADJ JJS Degree=Sup 3 amod 3:amod _ +2 best good ADJ JJS Degree=Sup 3 amod 3:amod _ 3 value value NOUN NN Number=Sing 0 root 0:root _ 4-5 I've _ _ _ _ _ _ _ _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -5 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 found find VERB VBN Tense=Past|VerbForm=Part 3 acl:relcl 3:acl:relcl _ 7 from from ADP IN _ 10 case 10:case _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -9 Chinese chinese ADJ JJ Degree=Pos 10 amod 10:amod _ +9 Chinese Chinese ADJ JJ Degree=Pos 10 amod 10:amod _ 10 restaurant restaurant NOUN NN Number=Sing 6 obl 6:obl:from SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ @@ -207836,7 +207961,7 @@ # text = I don't live in Lake St. Louis anymore, but deliveries were always correct and the service courteous. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 live live VERB VB VerbForm=Inf 0 root 0:root _ 5 in in ADP IN _ 6 case 6:case _ @@ -207847,7 +207972,7 @@ 10 , , PUNCT , _ 15 punct 15:punct _ 11 but but CCONJ CC _ 15 cc 15:cc _ 12 deliveries delivery NOUN NNS Number=Plur 15 nsubj 15:nsubj _ -13 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 cop 15:cop _ +13 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ 14 always always ADV RB _ 15 advmod 15:advmod _ 15 correct correct ADJ JJ Degree=Pos 4 conj 4:conj:but _ 16 and and CCONJ CC _ 19 cc 19:cc _ @@ -207859,19 +207984,19 @@ # sent_id = reviews-164580-0006 # text = Now I have to be in the area to get some lovin' :sadface: 1 Now now ADV RB _ 3 advmod 3:advmod _ -2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 to to PART TO _ 5 mark 5:mark _ -5 be be VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ +2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|8:nsubj:xsubj _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 to to PART TO _ 8 mark 8:mark _ +5 be be AUX VB VerbForm=Inf 8 cop 8:cop _ 6 in in ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -8 area area NOUN NN Number=Sing 5 obl 5:obl:in _ +8 area area NOUN NN Number=Sing 3 xcomp 3:xcomp _ 9 to to PART TO _ 10 mark 10:mark _ -10 get get VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ -11 some some DET DT _ 12 det 12:det _ +10 get get VERB VB VerbForm=Inf 8 advcl 8:advcl:to _ +11 some some DET DT PronType=Ind 12 det 12:det _ 12 lovin' loving NOUN NN Abbr=Yes|Number=Sing 10 obj 10:obj _ 13 : : PUNCT : _ 15 punct 15:punct SpaceAfter=No -14 sad sad ADJ JJ Degree=Pos 15 amod 15:amod SpaceAfter=No +14 sad sad ADJ JJ Degree=Pos 15 amod 15:amod CorrectSpaceAfter=Yes|SpaceAfter=No 15 face face NOUN NN Number=Sing 3 parataxis 3:parataxis SpaceAfter=No 16 : : PUNCT : _ 15 punct 15:punct _ @@ -207886,7 +208011,7 @@ # sent_id = reviews-288163-0002 # newpar id = reviews-288163-p0002 # text = My experience was amazing at Providence Aesthetics and Medical Spa. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 experience experience NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 4 amazing amazing ADJ JJ Degree=Pos 0 root 0:root _ @@ -207894,7 +208019,7 @@ 6 Providence Providence PROPN NNP Number=Sing 7 compound 7:compound _ 7 Aesthetics Aesthetics PROPN NNPS Number=Plur 4 obl 4:obl:at _ 8 and and CCONJ CC _ 10 cc 10:cc _ -9 Medical Medical PROPN NNP Number=Sing 10 compound 10:compound _ +9 Medical Medical ADJ NNP Degree=Pos 10 amod 10:amod _ 10 Spa Spa PROPN NNP Number=Sing 7 conj 4:obl:at|7:conj:and SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ @@ -207903,7 +208028,7 @@ 1 Jana Jana PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 2 Kueck Kueck PROPN NNP Number=Sing 1 flat 1:flat _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ -4 nothing nothing PRON NN Number=Sing 0 root 0:root _ +4 nothing nothing PRON NN Number=Sing|PronType=Neg 0 root 0:root _ 5 but but ADP IN _ 6 case 6:case _ 6 professional professional ADJ JJ Degree=Pos 4 nmod 4:nmod:but SpaceAfter=No 7 . . PUNCT . _ 4 punct 4:punct _ @@ -207916,9 +208041,9 @@ 4 feel feel VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 like like SCONJ IN _ 11 mark 11:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +7 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -9 most most ADV RBS _ 10 advmod 10:advmod _ +9 most most ADV RBS Degree=Sup 10 advmod 10:advmod _ 10 important important ADJ JJ Degree=Pos 11 amod 11:amod _ 11 person person NOUN NN Number=Sing 4 advcl 4:advcl:like _ 12 in in ADP IN _ 14 case 14:case _ @@ -207929,7 +208054,7 @@ # sent_id = reviews-288163-0005 # text = Jana made me feel very comfortable. 1 Jana Jana PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj|4:nsubj:xsubj|6:nsubj:xsubj _ 4 feel feel VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 very very ADV RB _ 6 advmod 6:advmod _ @@ -207938,7 +208063,7 @@ # sent_id = reviews-288163-0006 # text = Provided me with warm blanket and has soft music playing. -1 Provided provide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Provided provide VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 1 obj 1:obj _ 3 with with ADP IN _ 5 case 5:case _ 4 warm warm ADJ JJ Degree=Pos 5 amod 5:amod _ @@ -207957,7 +208082,7 @@ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 door door NOUN NN Number=Sing 1 obl 1:obl:in _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj:pass 7:nsubj:pass|9:nsubj:xsubj|10:nsubj:xsubj|12:nsubj:xsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ +6 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ 7 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 8 to to PART TO _ 9 mark 9:mark _ 9 feel feel VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ @@ -207978,10 +208103,10 @@ # sent_id = reviews-288163-0009 # text = I would reccomend anyone to go see Jana Kueck and Robin Talley to see all the many procedures they have to offer. -1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|6:nsubj:xsubj|7:nsubj:xsubj _ +1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 would would AUX MD VerbForm=Fin 3 aux 3:aux _ -3 reccomend recommend VERB VB Typo=Yes|VerbForm=Inf 0 root 0:root _ -4 anyone anyone PRON NN Number=Sing 3 iobj 3:iobj _ +3 reccomend recommend VERB VB Typo=Yes|VerbForm=Inf 0 root 0:root CorrectForm=recommend +4 anyone anyone PRON NN Number=Sing|PronType=Ind 3 iobj 3:iobj|6:nsubj:xsubj|7:nsubj:xsubj _ 5 to to PART TO _ 6 mark 6:mark _ 6 go go VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 7 see see VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ @@ -207992,12 +208117,12 @@ 12 Talley Talley PROPN NNP Number=Sing 11 flat 11:flat _ 13 to to PART TO _ 14 mark 14:mark _ 14 see see VERB VB VerbForm=Inf 7 advcl 7:advcl:to _ -15 all all DET PDT _ 18 det:predet 18:det:predet _ +15 all all DET PDT PronType=Tot 18 det:predet 18:det:predet _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 17 many many ADJ JJ Degree=Pos 18 amod 18:amod _ 18 procedures procedure NOUN NNS Number=Plur 14 obj 14:obj _ 19 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj _ -20 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ +20 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ 21 to to PART TO _ 22 mark 22:mark _ 22 offer offer VERB VB VerbForm=Inf 18 acl 18:acl:to SpaceAfter=No 23 . . PUNCT . _ 3 punct 3:punct _ @@ -208013,7 +208138,7 @@ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 methodical methodical ADJ JJ Degree=Pos 4 conj 4:conj:and|7:amod _ 7 teacher teacher NOUN NN Number=Sing 0 root 0:root|10:nsubj SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 10 punct 10:punct _ 9 who who PRON WP PronType=Rel 10 nsubj 7:ref _ 10 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ @@ -208022,16 +208147,17 @@ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 sensitivity sensitivity NOUN NN Number=Sing 13 conj 10:obj|13:conj:and _ 16 for for ADP IN _ 20 case 20:case _ -17 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ -18 students student NOUN NNS Number=Plur 20 nmod:poss 20:nmod:poss SpaceAfter=No +17 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +18-19 students' _ _ _ _ _ _ _ _ +18 students student NOUN NNS Number=Plur 20 nmod:poss 20:nmod:poss _ 19 ' 's PART POS _ 18 case 18:case _ 20 passion passion NOUN NN Number=Sing 15 nmod 15:nmod:for _ 21 and and CCONJ CC _ 23 cc 23:cc _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 direction direction NOUN NN Number=Sing 20 conj 15:nmod:for|20:conj:and _ 24 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 25 nsubj 25:nsubj _ -25 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 acl:relcl 23:acl:relcl _ -26 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +25 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 23 acl:relcl 23:acl:relcl _ +26 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 27 lessons lesson NOUN NNS Number=Plur 25 obj 25:obj|29:nsubj:xsubj _ 28 to to PART TO _ 29 mark 29:mark _ 29 take take VERB VB VerbForm=Inf 25 xcomp 25:xcomp SpaceAfter=No @@ -208040,24 +208166,24 @@ # sent_id = reviews-072507-0002 # text = Also, he loves teaching so much, his price is unbeatable, but that does not change his level of skill. 1 Also also ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 4 loves love VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 teaching teaching NOUN NN Number=Sing 4 obj 4:obj _ 6 so so ADV RB _ 7 advmod 7:advmod _ 7 much much ADV RB _ 4 advmod 4:advmod SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 , , PUNCT , _ 12 punct 12:punct _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 price price NOUN NN Number=Sing 12 nsubj 12:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ -12 unbeatable unbeatable ADJ JJ Degree=Pos 4 list 4:list SpaceAfter=No +12 unbeatable unbeatable ADJ JJ Degree=Pos 4 conj 4:conj SpaceAfter=No 13 , , PUNCT , _ 18 punct 18:punct _ 14 but but CCONJ CC _ 18 cc 18:cc _ 15 that that PRON DT Number=Sing|PronType=Dem 18 nsubj 18:nsubj _ 16 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 17 not not PART RB _ 18 advmod 18:advmod _ 18 change change VERB VB VerbForm=Inf 4 conj 4:conj:but _ -19 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 level level NOUN NN Number=Sing 18 obj 18:obj _ 21 of of ADP IN _ 22 case 22:case _ 22 skill skill NOUN NN Number=Sing 20 nmod 20:nmod:of SpaceAfter=No @@ -208076,15 +208202,15 @@ # text = In just 2-3 focused lessons, I'm already now capable of picking up new songs off YouTube guitar how to videos and am even writing my own orginals with confidence! 1 In in ADP IN _ 7 case 7:case _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 2 2 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No +3 2 2 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No 4 - - SYM SYM _ 5 case 5:case SpaceAfter=No -5 3 3 NUM CD NumType=Card 3 nmod 3:nmod _ -6 focused focus VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +5 3 3 NUM CD NumForm=Digit|NumType=Card 3 nmod 3:nmod _ +6 focused focus VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 7 lessons lesson NOUN NNS Number=Plur 13 obl 13:obl:in SpaceAfter=No -8 , , PUNCT , _ 13 punct 13:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9-10 I'm _ _ _ _ _ _ _ _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj|28:nsubj _ -10 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +10 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 11 already already ADV RB _ 13 advmod 13:advmod _ 12 now now ADV RB _ 13 advmod 13:advmod _ 13 capable capable ADJ JJ Degree=Pos 0 root 0:root _ @@ -208096,16 +208222,16 @@ 19 off off ADP IN _ 24 case 24:case _ 20 YouTube YouTube PROPN NNP Number=Sing 24 compound 24:compound _ 21 guitar guitar NOUN NN Number=Sing 24 compound 24:compound _ -22 how how SCONJ WRB PronType=Int 23 mark 23:mark _ +22 how how ADV WRB PronType=Int 23 advmod 23:advmod _ 23 to to PART TO _ 24 compound 24:compound _ 24 videos video NOUN NNS Number=Plur 15 obl 15:obl:off _ 25 and and CCONJ CC _ 28 cc 28:cc _ 26 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ 27 even even ADV RB _ 28 advmod 28:advmod _ 28 writing write VERB VBG Tense=Pres|VerbForm=Part 13 conj 13:conj:and _ -29 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ +29 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ 30 own own ADJ JJ Degree=Pos 31 amod 31:amod _ -31 orginals original NOUN NNS Number=Plur|Typo=Yes 28 obj 28:obj _ +31 orginals original NOUN NNS Number=Plur|Typo=Yes 28 obj 28:obj CorrectForm=originals 32 with with ADP IN _ 33 case 33:case _ 33 confidence confidence NOUN NN Number=Sing 28 obl 28:obl:with SpaceAfter=No 34 ! ! PUNCT . _ 13 punct 13:punct _ @@ -208120,8 +208246,8 @@ # newpar id = reviews-121651-p0001 # text = We love our new roof! 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 love love VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 new new ADJ JJ Degree=Pos 5 amod 5:amod _ 5 roof roof NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No 6 ! ! PUNCT . _ 2 punct 2:punct _ @@ -208140,31 +208266,31 @@ 9 roofing roofing NOUN NN Number=Sing 10 compound 10:compound _ 10 job job NOUN NN Number=Sing 5 obl 5:obl:for _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ -12 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +12 did do VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ 13 on on ADP IN _ 15 case 15:case _ -14 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 home home NOUN NN Number=Sing 12 obl 12:obl:on SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-121651-0003 # text = Everything was done on a timely manner and things were cleaned and picked up every day when the crew was done. -1 Everything everything PRON NN Number=Sing 3 nsubj:pass 3:nsubj:pass _ +1 Everything everything PRON NN Number=Sing|PronType=Tot 3 nsubj:pass 3:nsubj:pass _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ -3 done do VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +3 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 on on ADP IN _ 7 case 7:case _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 timely timely ADJ JJ Degree=Pos 7 amod 7:amod _ 7 manner manner NOUN NN Number=Sing 3 obl 3:obl:on _ 8 and and CCONJ CC _ 11 cc 11:cc _ 9 things thing NOUN NNS Number=Plur 11 nsubj:pass 11:nsubj:pass|13:nsubj:pass _ -10 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 aux:pass 11:aux:pass _ -11 cleaned clean VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:and _ +10 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 aux:pass 11:aux:pass _ +11 cleaned clean VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 conj 3:conj:and _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 picked pick VERB VBN Tense=Past|VerbForm=Part 11 conj 11:conj:and _ +13 picked pick VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 conj 11:conj:and _ 14 up up ADP RP _ 13 compound:prt 13:compound:prt _ -15 every every DET DT _ 16 det 16:det _ +15 every every DET DT PronType=Tot 16 det 16:det _ 16 day day NOUN NN Number=Sing 13 obl:tmod 13:obl:tmod _ -17 when when SCONJ WRB PronType=Int 21 mark 21:mark _ +17 when when ADV WRB PronType=Int 21 advmod 21:advmod _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 crew crew NOUN NN Number=Sing 21 nsubj 21:nsubj _ 20 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 cop 21:cop _ @@ -208175,34 +208301,34 @@ # text = We also liked the way that Ray checked on the job everyday. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 liked like VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 liked like VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 way way NOUN NN Number=Sing 3 obj 3:obj|8:advmod _ -6 that that ADV WRB PronType=Rel 8 advmod 5:ref _ +5 way way NOUN NN Number=Sing 3 obj 3:obj _ +6 that that SCONJ IN _ 8 mark 8:mark _ 7 Ray Ray PROPN NNP Number=Sing 8 nsubj 8:nsubj _ -8 checked check VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +8 checked check VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 9 on on ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 job job NOUN NN Number=Sing 8 obl 8:obl:on _ -12 every every DET DT _ 13 det 13:det SpaceAfter=No +12 every every DET DT PronType=Tot 13 det 13:det CorrectSpaceAfter=Yes|SpaceAfter=No 13 day day NOUN NN Number=Sing 8 obl:tmod 8:obl:tmod SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-121651-0005 # text = And when the job was done every thing was cleaned up and hauled off that same day. -1 And and CCONJ CC _ 13 cc 13:cc _ -2 when when SCONJ WRB PronType=Int 6 mark 6:mark _ +1 And and CCONJ CC _ 10 cc 10:cc _ +2 when when ADV WRB PronType=Int 6 advmod 6:advmod _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 job job NOUN NN Number=Sing 6 nsubj 6:nsubj _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 6 done done ADJ JJ Degree=Pos 10 advcl 10:advcl:when _ -7 every every DET DT _ 8 det 8:det _ +7 every every DET DT PronType=Tot 8 det 8:det _ 8 thing thing NOUN NN Number=Sing 10 nsubj:pass 10:nsubj:pass|13:nsubj:pass _ 9 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 aux:pass 10:aux:pass _ 10 cleaned clean VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 11 up up ADP RP _ 10 compound:prt 10:compound:prt _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 hauled haul VERB VBN Tense=Past|VerbForm=Part 10 conj 10:conj:and _ +13 hauled haul VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 conj 10:conj:and _ 14 off off ADP RP _ 13 compound:prt 13:compound:prt _ 15 that that DET DT Number=Sing|PronType=Dem 17 det 17:det _ 16 same same ADJ JJ Degree=Pos 17 amod 17:amod _ @@ -208225,14 +208351,14 @@ # sent_id = reviews-121651-0007 # text = We have already recommended you to some of our friends! 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 already already ADV RB _ 4 advmod 4:advmod _ 4 recommended recommend VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 obj 4:obj _ 6 to to ADP IN _ 7 case 7:case _ -7 some some DET DT _ 4 obl 4:obl:to _ +7 some some DET DT PronType=Ind 4 obl 4:obl:to _ 8 of of ADP IN _ 10 case 10:case _ -9 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 friends friend NOUN NNS Number=Plur 7 nmod 7:nmod:of SpaceAfter=No 11 ! ! PUNCT . _ 4 punct 4:punct _ @@ -208247,39 +208373,39 @@ # text = I FUCKING HATE THIS PLACE EVERY TIME i GO THIS HOT CHICK SHOWS UP AND i MEAN REALLY HOT BUT SHE IS LIKE REAAAALLY DUMB AND THEN THEIR IS THIS OTHER CHICK THAT IS REALY UGLY BUT SHE IS LIKE SUPER SMART SHE COULD BE A SCIENTIST, BUT THEN THEIR IS THIS STONER WHO ALWAYS COMES HERE HIGH AND HE ALWAYS BRINGS HIS FUCKING DOG WHO IS SO HIGH FROM THE SECOND HAND SMOKE I THINK HE IS TRYING TO TALK. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 FUCKING fucking ADV RB _ 3 advmod 3:advmod _ -3 HATE hate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 HATE hate VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 THIS this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 PLACE place NOUN NN Number=Sing 3 obj 3:obj _ -6 EVERY every DET DT _ 7 det 7:det _ +6 EVERY every DET DT PronType=Tot 7 det 7:det _ 7 TIME time NOUN NN Number=Sing 13 obl:tmod 13:obl:tmod _ -8 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 GO go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +8 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ +9 GO go VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 10 THIS this DET DT Number=Sing|PronType=Dem 12 det 12:det _ 11 HOT hot ADJ JJ Degree=Pos 12 amod 12:amod _ 12 CHICK chick NOUN NN Number=Sing 13 nsubj 13:nsubj _ 13 SHOWS show VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 14 UP up ADP RP _ 13 compound:prt 13:compound:prt _ 15 AND and CCONJ CC _ 17 cc 17:cc _ -16 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -17 MEAN mean VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +16 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ +17 MEAN mean VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 18 REALLY really ADV RB _ 19 advmod 19:advmod _ 19 HOT hot ADJ JJ Degree=Pos 17 ccomp 17:ccomp _ 20 BUT but CCONJ CC _ 25 cc 25:cc _ 21 SHE she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 25 nsubj 25:nsubj _ 22 IS be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ 23 LIKE like INTJ UH _ 25 discourse 25:discourse _ -24 REAAAALLY reaaaally ADV RB _ 25 advmod 25:advmod _ +24 REAAAALLY really ADV RB Style=Expr 25 advmod 25:advmod CorrectForm=really 25 DUMB dumb ADJ JJ Degree=Pos 3 conj 3:conj:but _ 26 AND and CCONJ CC _ 29 cc 29:cc _ 27 THEN then ADV RB PronType=Dem 29 advmod 29:advmod _ -28 THEIR there PRON EX Typo=Yes 29 expl 29:expl _ +28 THEIR there PRON EX Typo=Yes 29 expl 29:expl CorrectForm=THERE 29 IS be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 30 THIS this DET DT Number=Sing|PronType=Dem 32 det 32:det _ 31 OTHER other ADJ JJ Degree=Pos 32 amod 32:amod _ 32 CHICK chick NOUN NN Number=Sing 29 nsubj 29:nsubj|36:nsubj _ 33 THAT that PRON WDT PronType=Rel 36 nsubj 32:ref _ 34 IS be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 36 cop 36:cop _ -35 REALY really ADV RB Typo=Yes 36 advmod 36:advmod _ +35 REALY really ADV RB Typo=Yes 36 advmod 36:advmod CorrectForm=REALLY 36 UGLY ugly ADJ JJ Degree=Pos 32 acl:relcl 32:acl:relcl _ 37 BUT but CCONJ CC _ 42 cc 42:cc _ 38 SHE she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 42 nsubj 42:nsubj _ @@ -208295,7 +208421,7 @@ 48 , , PUNCT , _ 52 punct 52:punct _ 49 BUT but CCONJ CC _ 52 cc 52:cc _ 50 THEN then ADV RB PronType=Dem 52 advmod 52:advmod _ -51 THEIR there PRON EX Typo=Yes 52 expl 52:expl _ +51 THEIR there PRON EX Typo=Yes 52 expl 52:expl CorrectForm=THERE 52 IS be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 53 THIS this DET DT Number=Sing|PronType=Dem 54 det 54:det _ 54 STONER stoner NOUN NN Number=Sing 52 nsubj 52:nsubj|57:nsubj _ @@ -208303,12 +208429,12 @@ 56 ALWAYS always ADV RB _ 57 advmod 57:advmod _ 57 COMES come VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 54 acl:relcl 54:acl:relcl _ 58 HERE here ADV RB PronType=Dem 57 advmod 57:advmod _ -59 HIGH high ADJ JJ Degree=Pos 57 advmod 57:advmod _ +59 HIGH high ADJ JJ Degree=Pos 57 advcl 57:advcl _ 60 AND and CCONJ CC _ 63 cc 63:cc _ 61 HE he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 63 nsubj 63:nsubj _ 62 ALWAYS always ADV RB _ 63 advmod 63:advmod _ 63 BRINGS bring VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ -64 HIS he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 66 nmod:poss 66:nmod:poss _ +64 HIS his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 66 nmod:poss 66:nmod:poss _ 65 FUCKING fucking ADJ JJ Degree=Pos 66 amod 66:amod _ 66 DOG dog NOUN NN Number=Sing 63 obj 63:obj|70:nsubj _ 67 WHO who PRON WP PronType=Rel 70 nsubj 66:ref _ @@ -208317,11 +208443,11 @@ 70 HIGH high ADJ JJ Degree=Pos 66 acl:relcl 66:acl:relcl _ 71 FROM from ADP IN _ 75 case 75:case _ 72 THE the DET DT Definite=Def|PronType=Art 75 det 75:det _ -73 SECOND second ADJ JJ Degree=Pos|NumType=Ord 74 amod 74:amod _ +73 SECOND second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 74 amod 74:amod _ 74 HAND hand NOUN NN Number=Sing 75 compound 75:compound _ 75 SMOKE smoke NOUN NN Number=Sing 70 obl 70:obl:from _ 76 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 77 nsubj 77:nsubj _ -77 THINK think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 69 advcl 69:advcl _ +77 THINK think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 70 advcl 70:advcl _ 78 HE he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 80 nsubj 80:nsubj|82:nsubj:xsubj _ 79 IS be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 80 aux 80:aux _ 80 TRYING try VERB VBG VerbForm=Ger 77 ccomp 77:ccomp _ @@ -208331,16 +208457,16 @@ # sent_id = reviews-217542-0003 # text = ANYWAY WE DRIVE AROUND IN MY VAN AND SOLVE MYSTERYS AND SHIT -1 ANYWAY anyway ADV RB _ 3 advmod 3:advmod _ +1 ANYWAY anyway INTJ UH _ 3 discourse 3:discourse _ 2 WE we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|9:nsubj|12:nsubj _ -3 DRIVE drive VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 DRIVE drive VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 AROUND around ADV RB _ 3 advmod 3:advmod _ 5 IN in ADP IN _ 7 case 7:case _ -6 MY my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 MY my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 VAN van NOUN NN Number=Sing 3 obl 3:obl:in _ 8 AND and CCONJ CC _ 9 cc 9:cc _ -9 SOLVE solve VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ -10 MYSTERYS mystery NOUN NNS Number=Plur|Typo=Yes 9 obj 9:obj _ +9 SOLVE solve VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +10 MYSTERYS mystery NOUN NNS Number=Plur|Typo=Yes 9 obj 9:obj CorrectForm=MYSTERIES 11 AND and CCONJ CC _ 12 cc 12:cc _ 12 SHIT shit NOUN NN Number=Sing 3 conj 3:conj:and _ @@ -208356,14 +208482,14 @@ # text = I just got back from france yesterday and just missed the food already! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|10:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 back back ADV RB _ 3 advmod 3:advmod _ 5 from from ADP IN _ 6 case 6:case _ -6 france france PROPN NNP Number=Sing 4 obl 4:obl:from _ +6 france France PROPN NNP Number=Sing 4 obl 4:obl:from _ 7 yesterday yesterday NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 just just ADV RB _ 10 advmod 10:advmod _ -10 missed miss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +10 missed miss VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 food food NOUN NN Number=Sing 10 obj 10:obj _ 13 already already ADV RB _ 10 advmod 10:advmod SpaceAfter=No @@ -208371,12 +208497,12 @@ # sent_id = reviews-274106-0003 # text = My sister in law told me about this amazing new crepe place in town, I was so excited I just wanted to go and test it out for my self! -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 sister sister NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 in in ADP IN _ 4 case 4:case _ 4 law law NOUN NN Number=Sing 2 nmod 2:nmod:in _ -5 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 obj 5:obj _ +5 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 iobj 5:iobj _ 7 about about ADP IN _ 12 case 12:case _ 8 this this DET DT Number=Sing|PronType=Dem 12 det 12:det _ 9 amazing amazing ADJ JJ Degree=Pos 12 amod 12:amod _ @@ -208385,14 +208511,14 @@ 12 place place NOUN NN Number=Sing 5 obl 5:obl:about _ 13 in in ADP IN _ 14 case 14:case _ 14 town town NOUN NN Number=Sing 12 nmod 12:nmod:in SpaceAfter=No -15 , , PUNCT , _ 5 punct 5:punct _ +15 , , PUNCT , _ 19 punct 19:punct _ 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ 17 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 cop 19:cop _ 18 so so ADV RB _ 19 advmod 19:advmod _ 19 excited excited ADJ JJ Degree=Pos 5 parataxis 5:parataxis _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj|24:nsubj:xsubj|26:nsubj:xsubj _ 21 just just ADV RB _ 22 advmod 22:advmod _ -22 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 advcl 19:advcl _ +22 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 19 advcl 19:advcl _ 23 to to PART TO _ 24 mark 24:mark _ 24 go go VERB VB VerbForm=Inf 22 xcomp 22:xcomp _ 25 and and CCONJ CC _ 26 cc 26:cc _ @@ -208400,13 +208526,13 @@ 27 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 26 obj 26:obj _ 28 out out ADP RP _ 26 compound:prt 26:compound:prt _ 29 for for ADP IN _ 30 case 30:case _ -30 my my X GW _ 26 obl 26:obl:for _ -31 self self PRON PRP _ 30 goeswith 30:goeswith SpaceAfter=No +30 my myself PRON GW Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes|Typo=Yes 26 obl 26:obl:for _ +31 self _ X PRP _ 30 goeswith 30:goeswith SpaceAfter=No 32 ! ! PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-274106-0004 # text = Their customer service was perfect! -1 Their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 customer customer NOUN NN Number=Sing 3 compound 3:compound _ 3 service service NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ @@ -208415,14 +208541,14 @@ # sent_id = reviews-274106-0005 # text = Their Food was better then anything I had ever tasted. -1 Their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 Food food NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ -4 better better ADJ JJR Degree=Cmp 0 root 0:root _ -5 then than ADP IN Typo=Yes 6 case 6:case _ -6 anything anything PRON NN Number=Sing 4 obl 4:obl:than _ +4 better good ADJ JJR Degree=Cmp 0 root 0:root _ +5 then than ADP IN Typo=Yes 6 case 6:case CorrectForm=than +6 anything anything PRON NN Number=Sing|PronType=Ind 4 obl 4:obl:than _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -8 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 aux 10:aux _ +8 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 10 aux 10:aux _ 9 ever ever ADV RB _ 10 advmod 10:advmod _ 10 tasted taste VERB VBN Tense=Past|VerbForm=Part 6 acl:relcl 6:acl:relcl SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ @@ -208443,7 +208569,7 @@ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 place place NOUN NN Number=Sing 4 obj 4:obj _ 7 to to ADP IN _ 8 case 8:case _ -8 anyone anyone PRON NN Number=Sing 4 obl 4:obl:to _ +8 anyone anyone PRON NN Number=Sing|PronType=Ind 4 obl 4:obl:to _ 9 looking look VERB VBG VerbForm=Ger 8 acl 8:acl _ 10 for for ADP IN _ 13 case 13:case _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ @@ -208461,11 +208587,11 @@ # sent_id = reviews-274106-0008 # text = Thank you Roll UP Crepes! -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 iobj 1:iobj _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 Roll Roll PROPN NNP Number=Sing 5 compound 5:compound _ 4 UP UP PROPN NNP Number=Sing 5 compound 5:compound _ -5 Crepes Crepes PROPN NNPS Number=Plur 1 obj 1:obj SpaceAfter=No +5 Crepes Crepe PROPN NNPS Number=Plur 1 vocative 1:vocative SpaceAfter=No 6 ! ! PUNCT . _ 1 punct 1:punct _ # newdoc id = reviews-023620 @@ -208474,22 +208600,22 @@ # text = This is one of the worst places I have stayed, we cut out stay short and went to the Mulberry. 1 This this PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 one one NUM CD NumType=Card 0 root 0:root _ +3 one one NUM CD NumForm=Word|NumType=Card 0 root 0:root _ 4 of of ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 worst worst ADJ JJS Degree=Sup 7 amod 7:amod _ +6 worst bad ADJ JJS Degree=Sup 7 amod 7:amod _ 7 places place NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -9 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +9 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 stayed stay VERB VBN Tense=Past|VerbForm=Part 7 acl:relcl 7:acl:relcl SpaceAfter=No -11 , , PUNCT , _ 3 punct 3:punct _ +11 , , PUNCT , _ 13 punct 13:punct _ 12 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj|18:nsubj _ -13 cut cut VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ -14 out our PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs|Typo=Yes 15 nmod:poss 15:nmod:poss _ +13 cut cut VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +14 out our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs|Typo=Yes 15 nmod:poss 15:nmod:poss CorrectForm=our 15 stay stay NOUN NN Number=Sing 13 obj 13:obj|16:nsubj:xsubj _ 16 short short ADJ JJ Degree=Pos 13 xcomp 13:xcomp _ 17 and and CCONJ CC _ 18 cc 18:cc _ -18 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 conj 13:conj:and _ +18 went go VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 13 conj 13:conj:and _ 19 to to ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 Mulberry Mulberry PROPN NNP Number=Sing 18 obl 18:obl:to SpaceAfter=No @@ -208501,18 +208627,18 @@ 2 though though SCONJ IN _ 5 mark 5:mark _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 4 still still ADV RB _ 5 advmod 5:advmod _ -5 charge charge VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:though _ +5 charge charge VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:though _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 iobj 5:iobj _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 days day NOUN NNS Number=Plur 5 obj 5:obj _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj|14:nsubj _ -10 booked book VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +10 booked book VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 11 but but CCONJ CC _ 14 cc 14:cc _ 12-13 won't _ _ _ _ _ _ _ _ 12 wo will AUX MD VerbForm=Fin 14 aux 14:aux _ 13 n't not PART RB _ 14 advmod 14:advmod _ 14 use use VERB VB VerbForm=Inf 10 conj 8:acl:relcl|10:conj:but SpaceAfter=No -15 , , PUNCT , _ 18 punct 18:punct _ +15 , , PUNCT , _ 5 punct 5:punct _ 16 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 expl 18:expl _ 17 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 18 worth worth ADJ JJ Degree=Pos 0 root 0:root _ @@ -208535,13 +208661,13 @@ 4 shows show VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 hotel hotel NOUN NN Number=Sing 4 obj 4:obj _ -7 managed manage VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ -8 by by SCONJ IN _ 9 case 9:case _ -9 what what PRON WP PronType=Int 7 obl 7:obl:by _ +7 managed manage VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ +8 by by ADP IN _ 9 case 9:case _ +9 what what PRON WP PronType=Rel 7 obl:agent 7:obl:agent|16:nsubj _ 10 must must AUX MD VerbForm=Fin 16 aux 16:aux _ 11 be be AUX VB VerbForm=Inf 16 cop 16:cop _ 12 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ -13 2 2 NUM CD NumType=Card 14 nummod 14:nummod _ +13 2 2 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 14 star star NOUN NN Number=Sing 15 compound 15:compound _ 15 hotel hotel NOUN NN Number=Sing 16 compound 16:compound _ 16 manager manager NOUN NN Number=Sing 9 acl:relcl 9:acl:relcl SpaceAfter=No @@ -208561,7 +208687,7 @@ # sent_id = reviews-023620-0005 # text = The best person is the valet. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 best best ADJ JJS Degree=Sup 3 amod 3:amod _ +2 best good ADJ JJS Degree=Sup 3 amod 3:amod _ 3 person person NOUN NN Number=Sing 6 nsubj 6:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -208573,17 +208699,17 @@ 1 Short short ADV RB _ 5 advmod 5:advmod _ 2 of of ADP IN _ 3 case 3:case _ 3 that that PRON DT Number=Sing|PronType=Dem 1 obl 1:obl:of SpaceAfter=No -4 , , PUNCT , _ 5 punct 5:punct _ +4 , , PUNCT , _ 1 punct 1:punct _ 5 avoid avoid VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 place place NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No -8 , , PUNCT , _ 5 punct 5:punct _ +8 , , PUNCT , _ 18 punct 18:punct _ 9 as as ADP IN _ 13 case 13:case _ 10 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 11 silver silver NOUN NN Number=Sing 13 compound 13:compound _ 12 Marriott Marriott PROPN NNP Number=Sing 13 compound 13:compound _ 13 member member NOUN NN Number=Sing 18 obl 18:obl:as SpaceAfter=No -14 , , PUNCT , _ 18 punct 18:punct _ +14 , , PUNCT , _ 13 punct 13:punct _ 15 this this PRON DT Number=Sing|PronType=Dem 18 nsubj 18:nsubj _ 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ @@ -208594,7 +208720,7 @@ # sent_id = reviews-121987-0001 # newpar id = reviews-121987-p0001 # text = BEST PLACE IN AMES -1 BEST best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 BEST good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 PLACE place NOUN NN Number=Sing 0 root 0:root _ 3 IN in ADP IN _ 4 case 4:case _ 4 AMES AMES PROPN NNP Number=Sing 2 nmod 2:nmod:in _ @@ -208603,22 +208729,22 @@ # newpar id = reviews-121987-p0002 # text = I lived here for two years when the prices were a little lower :) The places are very nice and clean, and in great condition! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 lived live VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 lived live VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 here here ADV RB PronType=Dem 2 advmod 2:advmod _ 4 for for ADP IN _ 6 case 6:case _ -5 two two NUM CD NumType=Card 6 nummod 6:nummod _ +5 two two NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 6 years year NOUN NNS Number=Plur 2 obl 2:obl:for _ -7 when when SCONJ WRB PronType=Int 13 mark 13:mark _ +7 when when ADV WRB PronType=Int 13 advmod 13:advmod _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 prices price NOUN NNS Number=Plur 13 nsubj 13:nsubj _ -10 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 cop 13:cop _ +10 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 little little ADJ JJ Degree=Pos 13 obl:npmod 13:obl:npmod _ -13 lower lower ADJ JJR Degree=Cmp 2 advcl 2:advcl:when _ +13 lower low ADJ JJR Degree=Cmp 2 advcl 2:advcl:when _ 14 :) :) SYM NFP _ 2 discourse 2:discourse _ 15 The the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 places place NOUN NNS Number=Plur 19 nsubj 19:nsubj|21:nsubj|26:nsubj _ -17 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ +17 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 18 very very ADV RB _ 19 advmod 19:advmod _ 19 nice nice ADJ JJ Degree=Pos 2 parataxis 2:parataxis _ 20 and and CCONJ CC _ 21 cc 21:cc _ @@ -208634,12 +208760,12 @@ # text = I really enjoyed the staff at Wessex, also the manager Sherri was always very nice and helpful. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 really really ADV RB _ 3 advmod 3:advmod _ -3 enjoyed enjoy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 enjoyed enjoy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 staff staff NOUN NN Number=Sing 3 obj 3:obj _ 6 at at ADP IN _ 7 case 7:case _ 7 Wessex Wessex PROPN NNP Number=Sing 5 nmod 5:nmod:at SpaceAfter=No -8 , , PUNCT , _ 3 punct 3:punct _ +8 , , PUNCT , _ 16 punct 16:punct _ 9 also also ADV RB _ 16 advmod 16:advmod _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 manager manager NOUN NN Number=Sing 16 nsubj 16:nsubj|18:nsubj _ @@ -208665,32 +208791,32 @@ # text = The only problem that I had in 2 years of living there was that the walls are pretty thin, sometimes I could here my neighbors conversations. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 only only ADJ JJ Degree=Pos 3 amod 3:amod _ -3 problem problem NOUN NN Number=Sing 13 nsubj 6:obj|13:nsubj _ +3 problem problem NOUN NN Number=Sing 19 nsubj:outer 6:obj|19:nsubj:outer _ 4 that that PRON WDT PronType=Rel 6 obj 3:ref _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +6 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 7 in in ADP IN _ 9 case 9:case _ -8 2 2 NUM CD NumType=Card 9 nummod 9:nummod _ +8 2 2 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 years year NOUN NNS Number=Plur 6 obl 6:obl:in _ 10 of of SCONJ IN _ 11 mark 11:mark _ 11 living live VERB VBG VerbForm=Ger 9 acl 9:acl:of _ 12 there there ADV RB PronType=Dem 11 advmod 11:advmod _ -13 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 cop 19:cop _ 14 that that SCONJ IN _ 19 mark 19:mark _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 walls wall NOUN NNS Number=Plur 19 nsubj 19:nsubj _ -17 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ +17 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 18 pretty pretty ADV RB _ 19 advmod 19:advmod _ -19 thin thin ADJ JJ Degree=Pos 13 ccomp 13:ccomp SpaceAfter=No -20 , , PUNCT , _ 13 punct 13:punct _ +19 thin thin ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No +20 , , PUNCT , _ 24 punct 24:punct _ 21 sometimes sometimes ADV RB _ 24 advmod 24:advmod _ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ 23 could could AUX MD VerbForm=Fin 24 aux 24:aux _ -24 here hear VERB VB Typo=Yes|VerbForm=Inf 13 parataxis 13:parataxis _ -25 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ -26 neighbors neighbor NOUN NNS Number=Plur 27 compound 27:compound _ +24 here hear VERB VB Typo=Yes|VerbForm=Inf 19 parataxis 19:parataxis CorrectForm=hear +25 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +26 neighbors neighbor NOUN NNS Number=Plur 27 nmod:poss 27:nmod:poss MissingWordsAfter=' 27 conversations conversation NOUN NNS Number=Plur 24 obj 24:obj SpaceAfter=No -28 . . PUNCT . _ 13 punct 13:punct _ +28 . . PUNCT . _ 19 punct 19:punct _ # sent_id = reviews-121987-0006 # text = I would recommend these apartments to anybody! @@ -208700,14 +208826,14 @@ 4 these this DET DT Number=Plur|PronType=Dem 5 det 5:det _ 5 apartments apartment NOUN NNS Number=Plur 3 obj 3:obj _ 6 to to ADP IN _ 7 case 7:case _ -7 anybody anybody PRON NN Number=Sing 3 obl 3:obl:to SpaceAfter=No +7 anybody anybody PRON NN Number=Sing|PronType=Ind 3 obl 3:obl:to SpaceAfter=No 8 ! ! PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-121987-0007 # text = I absolutely LOVED living there. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|4:nsubj:xsubj _ 2 absolutely absolutely ADV RB _ 3 advmod 3:advmod _ -3 LOVED love VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 LOVED love VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 living live VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ 5 there there ADV RB PronType=Dem 4 advmod 4:advmod SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ @@ -208717,7 +208843,7 @@ # newpar id = reviews-369087-p0001 # text = The Best Service Ever!! 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 Best best ADJ JJS Degree=Sup 3 amod 3:amod _ +2 Best good ADJ JJS Degree=Sup 3 amod 3:amod _ 3 Service service NOUN NN Number=Sing 0 root 0:root _ 4 Ever ever ADV RB _ 3 advmod 3:advmod SpaceAfter=No 5 !! !! PUNCT . _ 3 punct 3:punct _ @@ -208726,23 +208852,23 @@ # newpar id = reviews-369087-p0002 # text = I have never had better service. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 never never ADV RB _ 4 advmod 4:advmod _ 4 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -5 better better ADJ JJR Degree=Cmp 6 amod 6:amod _ +5 better good ADJ JJR Degree=Cmp 6 amod 6:amod _ 6 service service NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 7 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-369087-0003 # text = My car broke down and roadside towed my vehicle to Sussman Kia. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 car car NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 broke break VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 broke break VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 down down ADP RP _ 3 compound:prt 3:compound:prt _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 roadside roadside NOUN NN Number=Sing 7 nsubj 7:nsubj _ -7 towed tow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 towed tow VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 vehicle vehicle NOUN NN Number=Sing 7 obj 7:obj _ 10 to to ADP IN _ 12 case 12:case _ 11 Sussman Sussman PROPN NNP Number=Sing 12 compound 12:compound _ @@ -208752,24 +208878,24 @@ # sent_id = reviews-369087-0004 # text = They squeezed me in and had me back up and running in no time. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|6:nsubj _ -2 squeezed squeeze VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 squeezed squeeze VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj _ 4 in in ADP RP _ 2 compound:prt 2:compound:prt _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +6 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 7 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 6 obj 6:obj|9:nsubj:xsubj|11:nsubj:xsubj _ 8 back back ADV RB _ 9 advmod 9:advmod _ 9 up up ADV RB _ 6 xcomp 6:xcomp _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 running run VERB VBG VerbForm=Ger 9 conj 6:xcomp|9:conj:and _ 12 in in ADP IN _ 14 case 14:case _ -13 no no DET DT _ 14 det 14:det _ +13 no no DET DT PronType=Neg 14 det 14:det _ 14 time time NOUN NN Number=Sing 9 obl 9:obl:in SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-369087-0005 # text = Everyone was pleasant and very helpful. -1 Everyone everyone PRON NN Number=Sing 3 nsubj 3:nsubj|6:nsubj _ +1 Everyone everyone PRON NN Number=Sing|PronType=Tot 3 nsubj 3:nsubj|6:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 pleasant pleasant ADJ JJ Degree=Pos 0 root 0:root _ 4 and and CCONJ CC _ 6 cc 6:cc _ @@ -208783,17 +208909,17 @@ 2 service service NOUN NN Number=Sing 3 compound 3:compound _ 3 department department NOUN NN Number=Sing 5 nsubj 5:nsubj|11:nsubj _ 4 even even ADV RB _ 5 advmod 5:advmod _ -5 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 gave give VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 iobj 5:iobj _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 ride ride NOUN NN Number=Sing 5 obj 5:obj _ 9 home home ADV RB _ 8 advmod 8:advmod _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 picked pick VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +11 picked pick VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 12 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 11 obj 11:obj _ 13 up up ADP RP _ 11 compound:prt 11:compound:prt _ -14 when when SCONJ WRB PronType=Int 18 mark 18:mark _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +14 when when ADV WRB PronType=Int 18 advmod 18:advmod _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 car car NOUN NN Number=Sing 18 nsubj 18:nsubj _ 17 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 cop 18:cop _ 18 finished finished ADJ JJ Degree=Pos 11 advcl 11:advcl:when SpaceAfter=No @@ -208803,29 +208929,29 @@ # text = The advisor kept me up to date and informed on the progress of my vehicle. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 advisor advisor NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 kept keep VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 kept keep VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj 3:obj _ 5 up up ADP IN _ 7 case 7:case _ 6 to to ADP IN _ 5 fixed 5:fixed _ 7 date date NOUN NN Number=Sing 3 obl 3:obl:up_to _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 informed inform VERB VBN Tense=Past|VerbForm=Part 7 conj 3:obl:up_to|7:conj:and _ +9 informed inform VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 conj 3:obl:up_to|7:conj:and _ 10 on on ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 progress progress NOUN NN Number=Sing 7 nmod 7:nmod:on _ 13 of of ADP IN _ 15 case 15:case _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 vehicle vehicle NOUN NN Number=Sing 12 nmod 12:nmod:of SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-369087-0008 # text = I give this dealer an A+! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 give give VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 give give VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 dealer dealer NOUN NN Number=Sing 2 iobj 2:iobj _ 5 an a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -6 A a NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No +6 A A NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No 7 + + SYM SYM _ 6 compound 6:compound SpaceAfter=No 8 ! ! PUNCT . _ 2 punct 2:punct _ @@ -208836,7 +208962,7 @@ 3 definitely definitely ADV RB _ 5 advmod 5:advmod _ 4 be be AUX VB VerbForm=Inf 5 aux 5:aux _ 5 bringing bring VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 car car NOUN NN Number=Sing 5 obj 5:obj _ 8 back back ADV RB _ 5 advmod 5:advmod _ 9 for for ADP IN _ 10 case 10:case _ @@ -208849,7 +208975,7 @@ # text = HEAVEN ON EARTHHHHHHH!!!! 1 HEAVEN heaven NOUN NN Number=Sing 0 root 0:root _ 2 ON on ADP IN _ 3 case 3:case _ -3 EARTHHHHHHH Earth PROPN NNP Number=Sing 1 nmod 1:nmod:on SpaceAfter=No +3 EARTHHHHHHH earth PROPN NNP Number=Sing|Style=Expr 1 nmod 1:nmod:on CorrectForm=earth|SpaceAfter=No 4 !!!! !!!! PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-326439-0002 @@ -208860,7 +208986,7 @@ # sent_id = reviews-326439-0003 # text = A+++ -1 A a SYM SYM _ 0 root 0:root SpaceAfter=No +1 A A SYM SYM _ 0 root 0:root SpaceAfter=No 2 +++ +++ SYM SYM _ 1 compound 1:compound _ # sent_id = reviews-326439-0004 @@ -208870,13 +208996,13 @@ 2 PLACE place NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 IS be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 THE the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 BEST best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +5 BEST good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-326439-0005 # text = I HATED SUSHI BEFORE BUT NOW I CANT STOP EATTING IT!!!!!!! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 HATED hate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 HATED hate VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 SUSHI sushi NOUN NN Number=Sing 2 obj 2:obj _ 4 BEFORE before ADV RB _ 2 advmod 2:advmod _ 5 BUT but CCONJ CC _ 10 cc 10:cc _ @@ -208884,9 +209010,9 @@ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj|11:nsubj:xsubj _ 8-9 CANT _ _ _ _ _ _ _ _ 8 CA can AUX MD VerbForm=Fin 10 aux 10:aux _ -9 NT not PART RB _ 10 advmod 10:advmod _ +9 NT not PART RB Typo=Yes 10 advmod 10:advmod CorrectForm=N'T 10 STOP stop VERB VB VerbForm=Inf 2 conj 2:conj:but _ -11 EATTING eat VERB VBG Typo=Yes|VerbForm=Ger 10 xcomp 10:xcomp _ +11 EATTING eat VERB VBG Typo=Yes|VerbForm=Ger 10 xcomp 10:xcomp CorrectForm=EATING 12 IT it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj SpaceAfter=No 13 !!!!!!! !!!!!!! PUNCT . _ 2 punct 2:punct _ @@ -208902,7 +209028,7 @@ # sent_id = reviews-326439-0007 # text = EVERYTHING IN HERE SEEMS TO AMAZE ME!!! -1 EVERYTHING everything PRON NN Number=Sing 4 nsubj 4:nsubj|6:nsubj:xsubj _ +1 EVERYTHING everything PRON NN Number=Sing|PronType=Tot 4 nsubj 4:nsubj|6:nsubj:xsubj _ 2 IN in ADP IN _ 3 case 3:case _ 3 HERE here ADV RB PronType=Dem 1 nmod 1:nmod:in _ 4 SEEMS seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ @@ -208913,11 +209039,12 @@ # sent_id = reviews-326439-0008 # text = THEIR GRILL DISHES ARE OUTTA THIS WORLD AND SUSHI IS JUST FABULOUS!!!! -1 THEIR they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 THEIR their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 GRILL grill NOUN NN Number=Sing 3 compound 3:compound _ 3 DISHES dish NOUN NNS Number=Plur 8 nsubj 8:nsubj _ -4 ARE be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ -5 OUT out ADP IN _ 8 case 8:case SpaceAfter=No +4 ARE be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +5-6 OUTTA _ _ _ _ _ _ _ _ +5 OUT out ADP IN _ 8 case 8:case _ 6 TA of ADP IN Abbr=Yes 8 case 8:case _ 7 THIS this DET DT Number=Sing|PronType=Dem 8 det 8:det _ 8 WORLD world NOUN NN Number=Sing 0 root 0:root _ @@ -208931,20 +209058,20 @@ # sent_id = reviews-326439-0009 # text = I EAT HERE AT LEAST 5 DAYS A WEEK. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 EAT eat VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 EAT eat VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 HERE here ADV RB PronType=Dem 2 advmod 2:advmod _ -4 AT at ADV RB _ 5 case 5:case _ -5 LEAST least ADV RBS Degree=Sup 6 nmod 6:nmod:at _ -6 5 5 NUM CD NumType=Card 7 nummod 7:nummod _ +4 AT at ADP IN _ 5 case 5:case _ +5 LEAST least ADJ JJS Degree=Sup 6 nmod 6:nmod:at _ +6 5 5 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 DAYS day NOUN NNS Number=Plur 2 obl:tmod 2:obl:tmod _ 8 A a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -9 WEEK week NOUN NN Number=Sing 7 nmod:npmod 7:nmod:npmod SpaceAfter=No +9 WEEK week NOUN NN Number=Sing 7 nmod:tmod 7:nmod:tmod SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-326439-0010 # text = THEY HAVE EXCELLENT SUSHI CHEF SPECIAL ROLLS FOR A FAIR PRICE AND SO IS THE GRILL ORDERS. 1 THEY they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 HAVE have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 HAVE have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 EXCELLENT excellent ADJ JJ Degree=Pos 7 amod 7:amod _ 4 SUSHI sushi NOUN NN Number=Sing 5 compound 5:compound _ 5 CHEF chef NOUN NN Number=Sing 7 compound 7:compound _ @@ -208964,7 +209091,7 @@ # sent_id = reviews-326439-0011 # text = A++++ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -1 A a SYM SYM _ 0 root 0:root SpaceAfter=No +1 A A SYM SYM _ 0 root 0:root SpaceAfter=No 2 ++++ ++++ SYM SYM _ 1 compound 1:compound _ 3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! PUNCT . _ 1 punct 1:punct _ @@ -208974,15 +209101,15 @@ 2 AND and CCONJ CC _ 3 cc 3:cc _ 3 OPEN OPEN PROPN NNP Number=Sing 1 conj 1:conj:and _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 LOVE love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -6 YOU you PRON PRP Case=Acc|Person=2|PronType=Prs 5 obj 5:obj _ -7 GUYS guy PROPN NNP Number=Plur 6 compound 6:compound SpaceAfter=No +5 LOVE love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 YOU you PRON PRP Case=Acc|Person=2|PronType=Prs 7 det 7:det _ +7 GUYS guy NOUN NNS Number=Plur 5 obj 5:obj SpaceAfter=No 8 !!!!!!!!!!!!!! !!!!!!!!!!!!!! PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-326439-0013 # text = [no homo] :D 1 [ [ PUNCT -LRB- _ 3 punct 3:punct SpaceAfter=No -2 no no DET DT _ 3 det 3:det _ +2 no no DET DT PronType=Neg 3 det 3:det _ 3 homo homo NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 4 ] ] PUNCT -RRB- _ 3 punct 3:punct _ 5 :D :d SYM NFP _ 3 discourse 3:discourse _ @@ -209000,12 +209127,12 @@ # newpar id = reviews-057386-p0002 # text = The one-star review from 2005 is out of date. 1 The the DET DT Definite=Def|PronType=Art 5 det 5:det _ -2 one one NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No -3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No +2 one one NUM CD NumForm=Word|NumType=Card 4 nummod 4:nummod SpaceAfter=No +3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No 4 star star NOUN NN Number=Sing 5 compound 5:compound _ 5 review review NOUN NN Number=Sing 11 nsubj 11:nsubj _ 6 from from ADP IN _ 7 case 7:case _ -7 2005 2005 NUM CD NumType=Card 5 nmod 5:nmod:from _ +7 2005 2005 NUM CD NumForm=Digit|NumType=Card 5 nmod 5:nmod:from _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 9 out out ADP IN _ 11 case 11:case _ 10 of of ADP IN _ 11 case 11:case _ @@ -209015,7 +209142,7 @@ # sent_id = reviews-057386-0003 # text = There was a change of ownership a couple of years ago and service is both quick and extremely friendly. 1 There there PRON EX _ 2 expl 2:expl _ -2 was be VERB VBD Mood=Ind|Number=Sing|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 change change NOUN NN Number=Sing 2 nsubj 2:nsubj _ 5 of of ADP IN _ 6 case 6:case _ @@ -209047,12 +209174,12 @@ 8 -- -- PUNCT , _ 10 punct 10:punct _ 9 deli deli NOUN NN Number=Sing 10 compound 10:compound _ 10 sandwiches sandwich NOUN NNS Number=Plur 3 parataxis 3:parataxis SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 13 punct 13:punct _ 12 homemade homemade ADJ JJ Degree=Pos 13 amod 13:amod _ -13 soups soup NOUN NNS Number=Plur 3 parataxis 3:parataxis SpaceAfter=No +13 soups soup NOUN NNS Number=Plur 10 conj 10:conj SpaceAfter=No 14 , , PUNCT , _ 16 punct 16:punct _ 15 fresh fresh ADJ JJ Degree=Pos 16 amod 16:amod _ -16 salads salad NOUN NNS Number=Plur 3 parataxis 3:parataxis SpaceAfter=No +16 salads salad NOUN NNS Number=Plur 10 conj 10:conj SpaceAfter=No 17 . . PUNCT . _ 10 punct 10:punct _ # sent_id = reviews-057386-0005 @@ -209063,7 +209190,7 @@ 4 not not PART RB _ 7 advmod 7:advmod _ 5 be be AUX VB VerbForm=Inf 7 cop 7:cop _ 6 for for ADP IN _ 7 case 7:case _ -7 everyone everyone PRON NN Number=Sing 0 root 0:root SpaceAfter=No +7 everyone everyone PRON NN Number=Sing|PronType=Tot 0 root 0:root SpaceAfter=No 8 . . PUNCT . _ 7 punct 7:punct _ # sent_id = reviews-057386-0006 @@ -209072,11 +209199,11 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 bustling bustling ADJ JJ Degree=Pos 5 amod 5:amod _ -5 place place NOUN NN Number=Sing 0 root 0:root _ -6 where where SCONJ WRB PronType=Rel 10 mark 10:mark _ +5 place place NOUN NN Number=Sing 0 root 0:root|10:obl _ +6 where where ADV WRB PronType=Rel 10 advmod 5:ref _ 7 separate separate ADJ JJ Degree=Pos 8 amod 8:amod _ 8 parties party NOUN NNS Number=Plur 10 nsubj:pass 10:nsubj:pass _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ 10 seated seat VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl:relcl 5:acl:relcl _ 11 at at ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ @@ -209086,18 +209213,18 @@ 16 as as ADP IN _ 20 case 20:case _ 17 in in ADP IN _ 20 case 20:case _ 18 many many ADJ JJ Degree=Pos 20 amod 20:amod _ -19 European european ADJ JJ Degree=Pos 20 amod 20:amod _ +19 European European ADJ JJ Degree=Pos 20 amod 20:amod _ 20 cafes cafe NOUN NNS Number=Plur 10 obl 10:obl:in SpaceAfter=No 21 ) ) PUNCT -RRB- _ 20 punct 20:punct SpaceAfter=No 22 , , PUNCT , _ 35 punct 35:punct _ 23 but but CCONJ CC _ 35 cc 35:cc _ 24 if if SCONJ IN _ 27 mark 27:mark _ 25 you you PRON PRP Case=Nom|Person=2|PronType=Prs 27 nsubj 27:nsubj _ -26 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ +26 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ 27 OK ok ADJ JJ Degree=Pos 35 advcl 35:advcl:if _ 28 with with ADP IN _ 29 case 29:case _ 29 that that PRON DT Number=Sing|PronType=Dem 27 obl 27:obl:with SpaceAfter=No -30 , , PUNCT , _ 35 punct 35:punct _ +30 , , PUNCT , _ 27 punct 27:punct _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 32 food food NOUN NN Number=Sing 35 nsubj 35:nsubj _ 33 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 35 cop 35:cop _ @@ -209107,7 +209234,7 @@ # sent_id = reviews-057386-0007 # text = Love the soups. -1 Love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 soups soup NOUN NNS Number=Plur 1 obj 1:obj SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ @@ -209118,7 +209245,7 @@ # text = The New Italian Kid on the Block 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 2 New new ADJ JJ Degree=Pos 4 amod 4:amod _ -3 Italian italian ADJ JJ Degree=Pos 4 amod 4:amod _ +3 Italian Italian ADJ JJ Degree=Pos 4 amod 4:amod _ 4 Kid kid NOUN NN Number=Sing 0 root 0:root _ 5 on on ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -209127,8 +209254,8 @@ # sent_id = reviews-135010-0002 # newpar id = reviews-135010-p0002 # text = Another Italian restaurant in Collingswood? -1 Another another DET DT _ 3 det 3:det _ -2 Italian italian ADJ JJ Degree=Pos 3 amod 3:amod _ +1 Another another DET DT PronType=Ind 3 det 3:det _ +2 Italian Italian ADJ JJ Degree=Pos 3 amod 3:amod _ 3 restaurant restaurant NOUN NN Number=Sing 0 root 0:root _ 4 in in ADP IN _ 5 case 5:case _ 5 Collingswood Collingswood PROPN NNP Number=Sing 3 nmod 3:nmod:in SpaceAfter=No @@ -209136,10 +209263,10 @@ # sent_id = reviews-135010-0003 # text = Do we need another one? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 3 need need VERB VB VerbForm=Inf 0 root 0:root _ -4 another another DET DT _ 5 det 5:det _ +4 another another DET DT PronType=Ind 5 det 5:det _ 5 one one NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 6 ? ? PUNCT . _ 3 punct 3:punct _ @@ -209152,11 +209279,11 @@ 5 of of ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 quality quality NOUN NN Number=Sing 0 root 0:root _ -8 of of SCONJ IN _ 9 case 9:case _ +8 of of ADP IN _ 11 case 11:case _ 9-10 That's _ _ _ _ _ _ _ _ -9 That that PRON DT Number=Sing|PronType=Dem 7 nmod 7:nmod:of _ -10 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 flat 9:flat _ -11 Amore Amore PROPN NNP Number=Sing 9 flat 9:flat SpaceAfter=No +9 That that PRON DT Number=Sing|PronType=Dem 11 nsubj 11:nsubj _ +10 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +11 Amore Amore PROPN NNP Number=Sing 7 nmod 7:nmod:of SpaceAfter=No 12 . . PUNCT . _ 7 punct 7:punct _ # sent_id = reviews-135010-0005 @@ -209169,10 +209296,10 @@ 6 but but CCONJ CC _ 9 cc 9:cc _ 7 then then ADV RB PronType=Dem 9 advmod 9:advmod _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 step step VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ +9 step step VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj _ 11 up up ADP RP _ 9 compound:prt 9:compound:prt _ -12 another another DET DT _ 13 det 13:det _ +12 another another DET DT PronType=Ind 13 det 13:det _ 13 notch notch NOUN NN Number=Sing 9 obl:npmod 9:obl:npmod SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ @@ -209181,22 +209308,22 @@ 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 2 arancini arancini NOUN NN Number=Sing 4 compound 4:compound _ 3 di di NOUN NN Number=Sing 4 compound 4:compound _ -4 riso riso NOUN NN Number=Sing 9 nsubj 9:nsubj|13:nsubj:xsubj _ +4 riso riso NOUN NN Number=Sing 13 nsubj:pass 13:nsubj:pass _ 5 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No 6 risotto risotto NOUN NN Number=Sing 7 compound 7:compound _ 7 fritters fritter NOUN NNS Number=Plur 4 appos 4:appos SpaceAfter=No 8 ) ) PUNCT -RRB- _ 7 punct 7:punct _ -9 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -10 not not PART RB _ 9 advmod 9:advmod _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +10 not not PART RB _ 13 advmod 13:advmod _ 11 to to PART TO _ 13 mark 13:mark _ 12 be be AUX VB VerbForm=Inf 13 aux:pass 13:aux:pass _ -13 missed miss VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 xcomp 9:xcomp SpaceAfter=No -14 . . PUNCT . _ 9 punct 9:punct _ +13 missed miss VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No +14 . . PUNCT . _ 13 punct 13:punct _ # sent_id = reviews-135010-0007 # text = Chicken saltimboca was excellent and then there's the chocolate mousse that comes straight from heaven. 1 Chicken chicken NOUN NN Number=Sing 2 compound 2:compound _ -2 saltimboca saltimbocca NOUN NN Number=Sing|Typo=Yes 4 nsubj 4:nsubj _ +2 saltimboca saltimbocca NOUN NN Number=Sing|Typo=Yes 4 nsubj 4:nsubj CorrectForm=saltimbocca 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 4 excellent excellent ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 8 cc 8:cc _ @@ -209222,26 +209349,26 @@ 4 to to ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 appetizers appetizer NOUN NNS Number=Plur 1 obl 1:obl:to _ -7 - - PUNCT , _ 1 punct 1:punct _ +7 - - PUNCT , _ 16 punct 16:punct _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 next next ADJ JJ Degree=Pos 10 amod 10:amod _ 10 time time NOUN NN Number=Sing 16 obl:tmod 16:obl:tmod _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +12 go go VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ 13 there there ADV RB PronType=Dem 12 advmod 12:advmod _ 14-15 I'm _ _ _ _ _ _ _ _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -15 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +15 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 16 planning plan VERB VBG Tense=Pres|VerbForm=Part 1 parataxis 1:parataxis _ 17 on on SCONJ IN _ 18 mark 18:mark _ -18 ordered order VERB VBD Mood=Ind|Tense=Pres|Typo=Yes|VerbForm=Part 16 advcl 16:advcl:on _ +18 ordered order VERB VBG Tense=Pres|Typo=Yes|VerbForm=Part 16 advcl 16:advcl:on CorrectForm=ordering 19 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 20 few few ADJ JJ Degree=Pos 18 obj 18:obj _ 21 instead instead ADV RB _ 24 case 24:case _ 22 of of ADP IN _ 21 fixed 21:fixed _ 23 an a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 24 entree entree NOUN NN Number=Sing 18 obl 18:obl:instead_of SpaceAfter=No -25 . . PUNCT . _ 1 punct 1:punct SpaceAfter=No +25 . . PUNCT . _ 1 punct 1:punct _ # newdoc id = reviews-010393 # sent_id = reviews-010393-0001 @@ -209250,31 +209377,31 @@ 1 Auto Auto PROPN NNP Number=Sing 2 compound 2:compound _ 2 Towing Towing PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -4 one one NUM CD NumType=Card 0 root 0:root _ +4 one one NUM CD NumForm=Word|NumType=Card 0 root 0:root _ 5 of of ADP IN _ 9 case 9:case _ 6 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -7 best best ADJ JJS Degree=Sup 9 amod 9:amod _ +7 best good ADJ JJS Degree=Sup 9 amod 9:amod _ 8 towing towing NOUN NN Number=Sing 9 compound 9:compound _ 9 services service NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -11 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 used use VERB VBN Tense=Past|VerbForm=Part 9 acl:relcl 9:acl:relcl SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-010393-0002 # text = The first time I used them they arrived on time and towed car for me to the destination I needed. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 first first ADJ JJ Degree=Pos|NumType=Ord 3 amod 3:amod _ +2 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 3 amod 3:amod _ 3 time time NOUN NN Number=Sing 8 obl:tmod 8:obl:tmod _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +5 used use VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 5 obj 5:obj _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj|12:nsubj _ -8 arrived arrive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 arrived arrive VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 on on ADP IN _ 10 case 10:case _ 10 time time NOUN NN Number=Sing 8 obl 8:obl:on _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 towed tow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 conj 8:conj:and _ +12 towed tow VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 conj 8:conj:and _ 13 car car NOUN NN Number=Sing 12 obj 12:obj _ 14 for for ADP IN _ 15 case 15:case _ 15 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 12 obl 12:obl:for _ @@ -209282,7 +209409,7 @@ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 destination destination NOUN NN Number=Sing 12 obl 12:obl:to _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 needed need VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl SpaceAfter=No +20 needed need VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl SpaceAfter=No 21 . . PUNCT . _ 8 punct 8:punct _ # sent_id = reviews-010393-0003 @@ -209291,27 +209418,27 @@ 2 auto auto NOUN NN Number=Sing 3 compound 3:compound _ 3 mechanics mechanic NOUN NNS Number=Plur 11 nsubj 5:nsubj|11:nsubj|13:nsubj|15:nsubj _ 4 that that PRON WDT PronType=Rel 5 nsubj 3:ref _ -5 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +5 work work VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 for for ADP IN _ 8 case 8:case _ 7 Auto Auto PROPN NNP Number=Sing 8 compound 8:compound _ 8 Towing Towing PROPN NNP Number=Sing 5 obl 5:obl:for _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 very very ADV RB _ 11 advmod 11:advmod _ 11 friendly friendly ADJ JJ Degree=Pos 0 root 0:root _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 informative informative ADJ JJ Degree=Pos 11 conj 11:conj:and _ 14 and and CCONJ CC _ 15 cc 15:cc _ -15 answered answer VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 conj 11:conj:and _ -16 any any DET DT _ 17 det 17:det _ +15 answered answer VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 conj 11:conj:and _ +16 any any DET DT PronType=Ind 17 det 17:det _ 17 question question NOUN NN Number=Sing 15 obj 15:obj _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -19 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 acl:relcl 17:acl:relcl SpaceAfter=No +19 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 17 acl:relcl 17:acl:relcl SpaceAfter=No 20 . . PUNCT . _ 11 punct 11:punct _ # sent_id = reviews-010393-0004 # text = They have towed car for me a few times and I am always very satisfied with this services. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 towed tow VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 car car NOUN NN Number=Sing 3 obj 3:obj _ 5 for for ADP IN _ 6 case 6:case _ @@ -209334,7 +209461,7 @@ # text = If you are looking for towing services that can offer you a good towed car service, then Auto Towing is the company for you. 1 If if SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 looking look VERB VBG Tense=Pres|VerbForm=Part 23 advcl 23:advcl:if _ 5 for for ADP IN _ 7 case 7:case _ 6 towing towing NOUN NN Number=Sing 7 compound 7:compound _ @@ -209345,10 +209472,10 @@ 11 you you PRON PRP Case=Acc|Person=2|PronType=Prs 10 iobj 10:iobj _ 12 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 13 good good ADJ JJ Degree=Pos 16 amod 16:amod _ -14 towed tow VERB VBN Tense=Past|VerbForm=Part 15 amod 15:amod _ +14 towed tow VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 amod 15:amod _ 15 car car NOUN NN Number=Sing 16 compound 16:compound _ 16 service service NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No -17 , , PUNCT , _ 23 punct 23:punct _ +17 , , PUNCT , _ 4 punct 4:punct _ 18 then then ADV RB PronType=Dem 23 advmod 23:advmod _ 19 Auto Auto PROPN NNP Number=Sing 20 compound 20:compound _ 20 Towing Towing PROPN NNP Number=Sing 23 nsubj 23:nsubj _ @@ -209379,11 +209506,11 @@ 4 satisfied satisfied ADJ JJ Degree=Pos 6 amod 6:amod _ 5 new new ADJ JJ Degree=Pos 6 amod 6:amod _ 6 customer customer NOUN NN Number=Sing 10 obl 10:obl:as SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 9 wholeheartedly wholeheartedly ADV RB _ 10 advmod 10:advmod _ -10 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -11 United United PROPN NNP Number=Sing 14 compound 14:compound _ +10 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +11 United United ADJ NNP Degree=Pos 14 amod 14:amod _ 12 Air Air PROPN NNP Number=Sing 13 compound 13:compound _ 13 Duct Duct PROPN NNP Number=Sing 14 compound 14:compound _ 14 Cleaning Cleaning PROPN NNP Number=Sing 10 obj 10:obj SpaceAfter=No @@ -209392,29 +209519,29 @@ # sent_id = reviews-364454-0003 # text = They are professional, knowledgeable, and take meticulous care and pride in accomplishing their work. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|5:nsubj|8:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 professional professional ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 , , PUNCT , _ 5 punct 5:punct _ 5 knowledgeable knowledgeable ADJ JJ Degree=Pos 3 conj 3:conj:and SpaceAfter=No 6 , , PUNCT , _ 5 punct 5:punct _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 take take VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +8 take take VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 9 meticulous meticulous ADJ JJ Degree=Pos 10 amod 10:amod _ 10 care care NOUN NN Number=Sing 8 obj 8:obj _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 pride pride NOUN NN Number=Sing 10 conj 8:obj|10:conj:and _ 13 in in SCONJ IN _ 14 mark 14:mark _ 14 accomplishing accomplish VERB VBG VerbForm=Ger 10 acl 10:acl:in _ -15 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 work work NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No -17 . . PUNCT . _ 5 punct 5:punct _ +17 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-364454-0004 # text = Not only were my wife and I very pleased, but I also had the air duct quality tested professionally by the home inspector that I regularly use, before and after United Air Duct performed their work. -1 Not not ADV RB _ 2 advmod 2:advmod _ +1 Not not PART RB _ 9 advmod 9:advmod _ 2 only only ADV RB _ 9 advmod 9:advmod _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 cop 9:cop _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 wife wife NOUN NN Number=Sing 9 nsubj 9:nsubj _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 conj 5:conj:and|9:nsubj _ @@ -209424,50 +209551,50 @@ 11 but but CCONJ CC _ 14 cc 14:cc _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 13 also also ADV RB _ 14 advmod 14:advmod _ -14 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 conj 9:conj:but _ +14 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 9 conj 9:conj:but _ 15 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 16 air air NOUN NN Number=Sing 17 compound 17:compound _ 17 duct duct NOUN NN Number=Sing 18 compound 18:compound _ 18 quality quality NOUN NN Number=Sing 14 obj 14:obj|19:nsubj:xsubj _ -19 tested test VERB VBN Tense=Past|VerbForm=Part 14 xcomp 14:xcomp _ +19 tested test VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 xcomp 14:xcomp _ 20 professionally professionally ADV RB _ 19 advmod 19:advmod _ 21 by by ADP IN _ 24 case 24:case _ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 23 home home NOUN NN Number=Sing 24 compound 24:compound _ -24 inspector inspector NOUN NN Number=Sing 19 obl 19:obl:by|28:obj _ +24 inspector inspector NOUN NN Number=Sing 19 obl:agent 19:obl:agent|28:obj _ 25 that that PRON WDT PronType=Rel 28 obj 24:ref _ 26 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 28 nsubj 28:nsubj _ 27 regularly regularly ADV RB _ 28 advmod 28:advmod _ -28 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 acl:relcl 24:acl:relcl SpaceAfter=No -29 , , PUNCT , _ 14 punct 14:punct _ +28 use use VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 24 acl:relcl 24:acl:relcl SpaceAfter=No +29 , , PUNCT , _ 36 punct 36:punct _ 30 before before SCONJ IN _ 36 mark 36:mark _ 31 and and CCONJ CC _ 32 cc 32:cc _ 32 after after SCONJ IN _ 30 conj 30:conj:and|36:mark _ -33 United United PROPN NNP Number=Sing 35 compound 35:compound _ +33 United United ADJ NNP Degree=Pos 35 amod 35:amod _ 34 Air Air PROPN NNP Number=Sing 35 compound 35:compound _ 35 Duct Duct PROPN NNP Number=Sing 36 nsubj 36:nsubj _ -36 performed perform VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 advcl 14:advcl:before _ -37 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ +36 performed perform VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 advcl 14:advcl:before _ +37 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ 38 work work NOUN NN Number=Sing 36 obj 36:obj SpaceAfter=No 39 . . PUNCT . _ 9 punct 9:punct _ # sent_id = reviews-364454-0005 # text = Based on the test results, the home inspector stated that the quality of their job was “excellent”. -1 Based base VERB VBN Tense=Past|VerbForm=Part 5 case 5:case _ +1 Based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 case 5:case _ 2 on on ADP IN _ 5 case 5:case _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 test test NOUN NN Number=Sing 5 compound 5:compound _ 5 results result NOUN NNS Number=Plur 10 obl 10:obl:on SpaceAfter=No -6 , , PUNCT , _ 10 punct 10:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 home home NOUN NN Number=Sing 9 compound 9:compound _ 9 inspector inspector NOUN NN Number=Sing 10 nsubj 10:nsubj _ -10 stated state VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 stated state VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 11 that that SCONJ IN _ 19 mark 19:mark _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 quality quality NOUN NN Number=Sing 19 nsubj 19:nsubj _ 14 of of ADP IN _ 16 case 16:case _ -15 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 job job NOUN NN Number=Sing 13 nmod 13:nmod:of _ 17 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 cop 19:cop _ 18 “ " PUNCT `` _ 19 punct 19:punct SpaceAfter=No @@ -209480,7 +209607,7 @@ # newpar id = reviews-235576-p0001 # text = The Best Breakfast in Solana Beach! 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 Best best ADJ JJS Degree=Sup 3 amod 3:amod _ +2 Best good ADJ JJS Degree=Sup 3 amod 3:amod _ 3 Breakfast breakfast NOUN NN Number=Sing 0 root 0:root _ 4 in in ADP IN _ 6 case 6:case _ 5 Solana Solana PROPN NNP Number=Sing 6 compound 6:compound _ @@ -209490,7 +209617,7 @@ # sent_id = reviews-235576-0002 # text = We love T's Cafe! 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 love love VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3-4 T's _ _ _ _ _ _ _ _ 3 T T PROPN NNP Number=Sing 5 nmod:poss 5:nmod:poss _ 4 's 's PART POS _ 3 case 3:case _ @@ -209503,7 +209630,7 @@ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 doubt doubt NOUN NN Number=Sing 6 nmod 6:nmod:without _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 best best ADJ JJS Degree=Sup 6 amod 6:amod _ +5 best good ADJ JJS Degree=Sup 6 amod 6:amod _ 6 place place NOUN NN Number=Sing 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 grab grab VERB VB VerbForm=Inf 6 acl 6:acl:to _ @@ -209512,7 +209639,7 @@ 11 bloody bloody ADJ JJ Degree=Pos 12 amod 12:amod _ 12 mary mary NOUN NN Number=Sing 8 obj 8:obj _ 13 and and CCONJ CC _ 16 cc 16:cc _ -14 some some DET DT _ 16 det 16:det _ +14 some some DET DT PronType=Ind 16 det 16:det _ 15 eggs egg NOUN NNS Number=Plur 16 compound 16:compound _ 16 benedict benedict NOUN NN Number=Sing 12 conj 8:obj|12:conj:and SpaceAfter=No 17 . . PUNCT . _ 6 punct 6:punct _ @@ -209529,7 +209656,7 @@ 7 County County PROPN NNP Number=Sing 8 compound 8:compound _ 8 landmark landmark NOUN NN Number=Sing 0 root 0:root _ 9 for for ADP IN _ 11 case 11:case _ -10 thirty thirty NUM CD NumType=Card 11 nummod 11:nummod _ +10 thirty thirty NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 11 years year NOUN NNS Number=Plur 8 obl 8:obl:for _ 12 and and CCONJ CC _ 15 cc 15:cc _ 13 with with ADP IN _ 15 case 15:case _ @@ -209539,22 +209666,23 @@ # sent_id = reviews-235576-0005 # text = Family owned and operated makes sure the atmosphere is relaxed and the food home-cooked with style. -1 Family family NOUN NN Number=Sing 5 nsubj 5:nsubj|6:nsubj:xsubj _ -2 owned own VERB VBN Tense=Past|VerbForm=Part 1 amod 1:amod _ +1 Family family NOUN NN Number=Sing 2 compound 2:compound _ +2 owned own VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 nsubj 5:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ -4 operated operate VERB VBN Tense=Past|VerbForm=Part 1 conj 1:conj:and|5:nsubj|6:nsubj:xsubj _ +4 operated operate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 conj 1:compound|2:conj:and _ 5 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 sure sure ADJ JJ Degree=Pos 5 xcomp 5:xcomp _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 atmosphere atmosphere NOUN NN Number=Sing 10 nsubj 10:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ -10 relaxed relaxed ADJ JJ Degree=Pos 5 ccomp 5:ccomp _ +10 relaxed relaxed ADJ JJ Degree=Pos 6 ccomp 6:ccomp _ 11 and and CCONJ CC _ 16 cc 16:cc _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -13 food food NOUN NN Number=Sing 16 nsubj 16:nsubj _ +13 food food NOUN NN Number=Sing 16 nsubj:pass 16:nsubj:pass _ +13.1 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin _ _ 16:aux:pass CopyOf=9 14 home home NOUN NN Number=Sing 16 compound 16:compound SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No -16 cooked cook VERB VBN Tense=Past|VerbForm=Part 10 conj 5:ccomp|10:conj:and _ +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +16 cooked cook VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 conj 6:ccomp|10:conj:and _ 17 with with ADP IN _ 18 case 18:case _ 18 style style NOUN NN Number=Sing 16 obl 16:obl:with SpaceAfter=No 19 . . PUNCT . _ 5 punct 5:punct _ @@ -209563,21 +209691,21 @@ # text = I highly recommend picking up a jug of their homemade bloody mary mix - definitely the best. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|4:nsubj:xsubj _ 2 highly highly ADV RB _ 3 advmod 3:advmod _ -3 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 picking pick VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ 5 up up ADP RP _ 4 compound:prt 4:compound:prt _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 jug jug NOUN NN Number=Sing 4 obj 4:obj _ 8 of of ADP IN _ 13 case 13:case _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 10 homemade homemade ADJ JJ Degree=Pos 13 amod 13:amod _ 11 bloody bloody ADJ JJ Degree=Pos 12 amod 12:amod _ 12 mary mary NOUN NN Number=Sing 13 compound 13:compound _ 13 mix mix NOUN NN Number=Sing 7 nmod 7:nmod:of _ -14 - - PUNCT : _ 13 punct 13:punct _ +14 - - PUNCT : _ 17 punct 17:punct _ 15 definitely definitely ADV RB _ 17 advmod 17:advmod _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -17 best best ADJ JJS Degree=Sup 13 parataxis 13:parataxis SpaceAfter=No +17 best good ADJ JJS Degree=Sup 13 parataxis 13:parataxis SpaceAfter=No 18 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-235576-0007 @@ -209585,30 +209713,30 @@ 1 If if SCONJ IN _ 7 mark 7:mark _ 2-3 you've _ _ _ _ _ _ _ _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -3 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +3 've have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 4 been be AUX VBN Tense=Past|VerbForm=Part 7 cop 7:cop _ 5 to to ADP IN _ 7 case 7:case _ 6 North North PROPN NNP Number=Sing 7 compound 7:compound _ -7 County County PROPN NNP Number=Sing 10 advcl 10:advcl:to SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ -9 chances chance NOUN NNS Number=Plur 10 nsubj 10:nsubj _ -10 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 County County PROPN NNP Number=Sing 16 advcl 16:advcl:to SpaceAfter=No +8 , , PUNCT , _ 7 punct 7:punct _ +9 chances chance NOUN NNS Number=Plur 16 nsubj:outer 16:nsubj:outer _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 11-12 it's _ _ _ _ _ _ _ _ -11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 ccomp 10:ccomp _ +11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ +12 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 13 in in ADP IN _ 16 case 16:case _ -14 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +14 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 15 favorites favorite NOUN NNS Number=Plur 16 compound 16:compound _ -16 list list NOUN NN Number=Sing 12 obl 12:obl:in _ -17 already already ADV RB _ 12 advmod 12:advmod SpaceAfter=No -18 . . PUNCT . _ 10 punct 10:punct _ +16 list list NOUN NN Number=Sing 0 root 0:root _ +17 already already ADV RB _ 16 advmod 16:advmod SpaceAfter=No +18 . . PUNCT . _ 16 punct 16:punct _ # newdoc id = reviews-182354 # sent_id = reviews-182354-0001 # newpar id = reviews-182354-p0001 # text = Prominent Builders NJ -1 Prominent Prominent PROPN NNP Number=Sing 2 compound 2:compound _ -2 Builders Builders PROPN NNPS Number=Plur 0 root 0:root _ +1 Prominent Prominent ADJ NNP Degree=Pos 2 amod 2:amod _ +2 Builders Builder PROPN NNPS Number=Plur 0 root 0:root _ 3 NJ NJ PROPN NNP Number=Sing 2 appos 2:appos _ # sent_id = reviews-182354-0002 @@ -209617,33 +209745,33 @@ 1 Prominent prominent ADJ JJ Degree=Pos 2 amod 2:amod _ 2 Builders builder NOUN NNS Number=Plur 7 nsubj 7:nsubj _ 3 in in ADP IN _ 5 case 5:case _ -4 New New PROPN NNP Number=Sing 5 compound 5:compound _ +4 New New ADJ NNP Degree=Pos 5 amod 5:amod _ 5 Jersey Jersey PROPN NNP Number=Sing 2 nmod 2:nmod:in _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ -7 one one NUM CD NumType=Card 0 root 0:root _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +7 one one NUM CD NumForm=Word|NumType=Card 0 root 0:root _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -9 best best ADJ JJS Degree=Sup 11 amod 11:amod _ +9 best good ADJ JJS Degree=Sup 11 amod 11:amod _ 10 building building NOUN NN Number=Sing 11 compound 11:compound _ 11 contractors contractor NOUN NNS Number=Plur 7 nmod 7:nmod SpaceAfter=No -12 , , PUNCT , _ 7 punct 7:punct _ +12 , , PUNCT , _ 15 punct 15:punct _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj:pass 15:nsubj:pass _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 aux:pass 15:aux:pass _ -15 referred refer VERB VBN Tense=Past|VerbForm=Part 7 parataxis 7:parataxis _ +15 referred refer VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 parataxis 7:parataxis _ 16 to to ADP IN _ 17 case 17:case _ 17 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 15 obl 15:obl:to _ 18 by by ADP IN _ 20 case 20:case _ -19 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ -20 friend friend NOUN NN Number=Sing 15 obl 15:obl:by SpaceAfter=No -21 , , PUNCT , _ 7 punct 7:punct _ +19 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +20 friend friend NOUN NN Number=Sing 15 obl:agent 15:obl:agent SpaceAfter=No +21 , , PUNCT , _ 25 punct 25:punct _ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 25 nsubj 25:nsubj _ 23 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ 24 so so ADV RB _ 25 advmod 25:advmod _ 25 glad glad ADJ JJ Degree=Pos 7 parataxis 7:parataxis _ 26 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 nsubj 27:nsubj _ -27 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 ccomp 25:ccomp _ +27 used use VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 25 ccomp 25:ccomp _ 28 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 27 obj 27:obj _ 29 for for ADP IN _ 32 case 32:case _ -30 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ +30 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ 31 Home home NOUN NN Number=Sing 32 compound 32:compound _ 32 renovation renovation NOUN NN Number=Sing 27 obl 27:obl:for SpaceAfter=No 33 , , PUNCT , _ 35 punct 35:punct _ @@ -209654,13 +209782,13 @@ # sent_id = reviews-182354-0003 # text = They were very professional, respectful, completed the Job on time, and well below my budget. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj|6:nsubj|8:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 cop 4:cop _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 professional professional ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 5 , , PUNCT , _ 6 punct 6:punct _ 6 respectful respectful ADJ JJ Degree=Pos 4 conj 4:conj SpaceAfter=No 7 , , PUNCT , _ 8 punct 8:punct _ -8 completed complete VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj _ +8 completed complete VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 Job job NOUN NN Number=Sing 8 obj 8:obj _ 11 on on ADP IN _ 12 case 12:case _ @@ -209669,30 +209797,30 @@ 14 and and CCONJ CC _ 18 cc 18:cc _ 15 well well ADV RB Degree=Pos 18 advmod 18:advmod _ 16 below below ADP IN _ 18 case 18:case _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 budget budget NOUN NN Number=Sing 12 conj 8:obl:below|12:conj:and SpaceAfter=No 19 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-182354-0004 # text = Mike one of owners was awesome, he explained the detailed plan, and executed on time, I am always going use them and refer them to many friends I can because of the great job they did me. 1 Mike Mike PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -2 one one NUM CD NumType=Card 1 appos 1:appos _ +2 one one NUM CD NumForm=Word|NumType=Card 1 appos 1:appos _ 3 of of ADP IN _ 4 case 4:case _ 4 owners owner NOUN NNS Number=Plur 2 nmod 2:nmod:of _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 6 awesome awesome ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 9 punct 9:punct _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj|15:nsubj _ -9 explained explain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 parataxis 6:parataxis _ +9 explained explain VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 parataxis 6:parataxis _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 detailed detailed ADJ JJ Degree=Pos 12 amod 12:amod _ 12 plan plan NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No 13 , , PUNCT , _ 15 punct 15:punct _ 14 and and CCONJ CC _ 15 cc 15:cc _ -15 executed execute VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 conj 9:conj:and _ +15 executed execute VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 conj 9:conj:and _ 16 on on ADP IN _ 17 case 17:case _ 17 time time NOUN NN Number=Sing 15 obl 15:obl:on SpaceAfter=No -18 , , PUNCT , _ 6 punct 6:punct _ +18 , , PUNCT , _ 22 punct 22:punct _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ 20 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ 21 always always ADV RB _ 22 advmod 22:advmod _ @@ -209713,7 +209841,7 @@ 36 great great ADJ JJ Degree=Pos 37 amod 37:amod _ 37 job job NOUN NN Number=Sing 26 obl 26:obl:because_of _ 38 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 39 nsubj 39:nsubj _ -39 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 37 acl:relcl 37:acl:relcl _ +39 did do VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 37 acl:relcl 37:acl:relcl _ 40 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 39 obj 39:obj SpaceAfter=No 41 . . PUNCT . _ 6 punct 6:punct _ @@ -209741,8 +209869,9 @@ # sent_id = reviews-317594-0003 # text = I'ma guy with tricky hair so getting that right is job #1. -1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj SpaceAfter=No -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop SpaceAfter=No +1-2 I'm _ _ _ _ _ _ _ CorrectSpaceAfter=Yes|SpaceAfter=No +1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 guy guy NOUN NN Number=Sing 0 root 0:root _ 5 with with ADP IN _ 7 case 7:case _ @@ -209755,7 +209884,7 @@ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 13 job job NOUN NN Number=Sing 14 compound 14:compound _ 14 # # SYM NN Number=Sing 4 parataxis 4:parataxis SpaceAfter=No -15 1 1 NUM CD NumType=Card 14 nummod 14:nummod SpaceAfter=No +15 1 1 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No 16 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-317594-0004 @@ -209763,12 +209892,12 @@ 1 After after SCONJ IN _ 2 mark 2:mark _ 2 going go VERB VBG VerbForm=Ger 9 advcl 9:advcl:after _ 3 through through ADP IN _ 6 case 6:case _ -4 5 5 NUM CD NumType=Card 6 nummod 6:nummod _ +4 5 5 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 5 other other ADJ JJ Degree=Pos 6 amod 6:amod _ 6 places place NOUN NNS Number=Plur 2 obl 2:obl:through _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 8 finally finally ADV RB _ 9 advmod 9:advmod _ -9 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 Janice Janice PROPN NNP Number=Sing 9 obj 9:obj _ 11 at at ADP IN _ 13 case 13:case _ 12 Alta Alta PROPN NNP Number=Sing 13 compound 13:compound _ @@ -209777,7 +209906,7 @@ # sent_id = reviews-317594-0005 # text = Not only was it a good cut but my wife and friends comment on my hair every time I leave...saying it's the best look I've ever had. -1 Not not ADV RB _ 2 advmod 2:advmod _ +1 Not not PART RB _ 7 advmod 7:advmod _ 2 only only ADV RB _ 7 advmod 7:advmod _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ @@ -209785,40 +209914,40 @@ 6 good good ADJ JJ Degree=Pos 7 amod 7:amod _ 7 cut cut NOUN NN Number=Sing 0 root 0:root _ 8 but but CCONJ CC _ 13 cc 13:cc _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 wife wife NOUN NN Number=Sing 13 nsubj 13:nsubj _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 friends friend NOUN NNS Number=Plur 10 conj 10:conj:and|13:nsubj _ -13 comment comment VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 conj 7:conj:but _ +13 comment comment VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 conj 7:conj:but _ 14 on on ADP IN _ 16 case 16:case _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 hair hair NOUN NN Number=Sing 13 obl 13:obl:on _ -17 every every DET DT _ 18 det 18:det _ +17 every every DET DT PronType=Tot 18 det 18:det _ 18 time time NOUN NN Number=Sing 13 obl:tmod 13:obl:tmod _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 leave leave VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 acl:relcl 18:acl:relcl SpaceAfter=No -21 ... ... PUNCT , _ 13 punct 13:punct SpaceAfter=No +20 leave leave VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 18 acl:relcl 18:acl:relcl SpaceAfter=No +21 ... ... PUNCT , _ 22 punct 22:punct SpaceAfter=No 22 saying say VERB VBG VerbForm=Ger 13 advcl 13:advcl _ 23-24 it's _ _ _ _ _ _ _ _ 23 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 27 nsubj 27:nsubj _ 24 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ -26 best best ADJ JJS Degree=Sup 27 amod 27:amod _ +26 best good ADJ JJS Degree=Sup 27 amod 27:amod _ 27 look look NOUN NN Number=Sing 22 ccomp 22:ccomp _ 28-29 I've _ _ _ _ _ _ _ _ 28 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 31 nsubj 31:nsubj _ -29 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ +29 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ 30 ever ever ADV RB _ 31 advmod 31:advmod _ 31 had have VERB VBN Tense=Past|VerbForm=Part 27 acl:relcl 27:acl:relcl SpaceAfter=No -32 . . PUNCT . _ 4 punct 4:punct _ +32 . . PUNCT . _ 7 punct 7:punct _ # sent_id = reviews-317594-0006 # text = Either I suck at my own style or Janice is a genius. 1 Either either CCONJ CC _ 3 cc:preconj 3:cc:preconj _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 suck suck VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 suck suck VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 at at ADP IN _ 7 case 7:case _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 own own ADJ JJ Degree=Pos 7 amod 7:amod _ 7 style style NOUN NN Number=Sing 3 obl 3:obl:at _ 8 or or CCONJ CC _ 12 cc 12:cc _ @@ -209847,7 +209976,7 @@ # sent_id = reviews-317594-0008 # text = Worth every penny. 1 Worth worth ADJ JJ Degree=Pos 0 root 0:root _ -2 every every DET DT _ 3 det 3:det _ +2 every every DET DT PronType=Tot 3 det 3:det _ 3 penny penny NOUN NN Number=Sing 1 obj 1:obj SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ @@ -209855,7 +209984,7 @@ # sent_id = reviews-047762-0001 # newpar id = reviews-047762-p0001 # text = My Favorite place at Wildwood -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 Favorite favorite ADJ JJ Degree=Pos 3 amod 3:amod _ 3 place place NOUN NN Number=Sing 0 root 0:root _ 4 at at ADP IN _ 5 case 5:case _ @@ -209865,35 +209994,35 @@ # newpar id = reviews-047762-p0002 # text = I have been going to the Wildwood, NJ for over 30 years for summer vacations and always call the Madrid first. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|19:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux 4:aux _ 4 going go VERB VBG VerbForm=Ger 0 root 0:root _ 5 to to ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 Wildwood Wildwood PROPN NNP Number=Sing 4 obl 4:obl:to SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 9 punct 9:punct _ 9 NJ NJ PROPN NNP Number=Sing 7 appos 7:appos _ 10 for for ADP IN _ 13 case 13:case _ 11 over over ADP IN _ 13 case 13:case _ -12 30 30 NUM CD NumType=Card 13 nummod 13:nummod _ +12 30 30 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 13 years year NOUN NNS Number=Plur 4 obl 4:obl:over _ 14 for for ADP IN _ 16 case 16:case _ 15 summer summer NOUN NN Number=Sing 16 compound 16:compound _ 16 vacations vacation NOUN NNS Number=Plur 4 obl 4:obl:for _ 17 and and CCONJ CC _ 19 cc 19:cc _ 18 always always ADV RB _ 19 advmod 19:advmod _ -19 call call VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +19 call call VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 Madrid Madrid PROPN NNP Number=Sing 19 obj 19:obj _ -22 first first ADV RB _ 19 advmod 19:advmod SpaceAfter=No +22 first first ADV RB NumForm=Word|NumType=Ord 19 advmod 19:advmod SpaceAfter=No 23 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-047762-0003 # text = I rated it 5 stars. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 rated rate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 rated rate VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj|5:nsubj:xsubj _ -4 5 5 NUM CD NumType=Card 5 nummod 5:nummod _ +4 5 5 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 stars star NOUN NNS Number=Plur 2 xcomp 2:xcomp SpaceAfter=No 6 . . PUNCT . _ 2 punct 2:punct _ @@ -209906,7 +210035,7 @@ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 7 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -8 5 5 NUM CD NumType=Card 9 compound 9:compound _ +8 5 5 NUM CD NumForm=Digit|NumType=Card 9 compound 9:compound _ 9 star star NOUN NN Number=Sing 10 compound 10:compound _ 10 hotel hotel NOUN NN Number=Sing 4 ccomp 4:ccomp SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ @@ -209916,21 +210045,21 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 saying say VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -4 when when SCONJ WRB PronType=Int 5 mark 5:mark _ +4 when when ADV WRB PronType=Int 5 advmod 5:advmod _ 5 comparing compare VERB VBG VerbForm=Ger 14 advcl 14:advcl:when _ -6 all all DET DT _ 8 det 8:det _ +6 all all DET DT PronType=Tot 8 det 8:det _ 7 other other ADJ JJ Degree=Pos 8 amod 8:amod _ 8 hotels hotel NOUN NNS Number=Plur 5 obj 5:obj _ 9 in in ADP IN _ 10 case 10:case _ 10 Wildwood Wildwood PROPN NNP Number=Sing 8 nmod 8:nmod:in SpaceAfter=No -11 , , PUNCT , _ 14 punct 14:punct _ +11 , , PUNCT , _ 5 punct 5:punct _ 12 this this DET DT Number=Sing|PronType=Dem 13 det 13:det _ 13 hotel hotel NOUN NN Number=Sing 14 nsubj 14:nsubj _ 14 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ -15 everything everything PRON NN Number=Sing 14 obj 14:obj|19:obl _ +15 everything everything PRON NN Number=Sing|PronType=Tot 14 obj 14:obj|19:obl _ 16 that that PRON WDT PronType=Rel 19 obl 15:ref _ 17 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -18 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ +18 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 19 looking look VERB VBG Tense=Pres|VerbForm=Part 15 acl:relcl 15:acl:relcl _ 20 for for ADP IN _ 16 case 16:case SpaceAfter=No 21 . . PUNCT . _ 3 punct 3:punct _ @@ -209938,21 +210067,21 @@ # sent_id = reviews-047762-0006 # text = It is the hospitality from Tom and staff, that makes it feel like a 5 star hotel in the middle of the beach. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 expl 4:expl _ -2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 hospitality hospitality NOUN NN Number=Sing 2 nsubj 2:nsubj|11:nsubj _ +4 hospitality hospitality NOUN NN Number=Sing 0 root 0:root|11:nsubj _ 5 from from ADP IN _ 6 case 6:case _ 6 Tom Tom PROPN NNP Number=Sing 4 nmod 4:nmod:from _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 staff staff NOUN NN Number=Sing 6 conj 4:nmod:from|6:conj:and SpaceAfter=No -9 , , PUNCT , _ 4 punct 4:punct _ +9 , , PUNCT , _ 11 punct 11:punct _ 10 that that PRON WDT PronType=Rel 11 nsubj 4:ref _ -11 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +11 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 advcl:relcl 4:advcl:relcl _ 12 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj|13:nsubj:xsubj _ 13 feel feel VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 14 like like ADP IN _ 18 case 18:case _ 15 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ -16 5 5 NUM CD NumType=Card 17 compound 17:compound _ +16 5 5 NUM CD NumForm=Digit|NumType=Card 17 compound 17:compound _ 17 star star NOUN NN Number=Sing 18 compound 18:compound _ 18 hotel hotel NOUN NN Number=Sing 13 obl 13:obl:like _ 19 in in ADP IN _ 21 case 21:case _ @@ -209966,7 +210095,7 @@ # sent_id = reviews-047762-0007 # text = We prefer the layout of rooms and it is always clean. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 prefer prefer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 prefer prefer VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 layout layout NOUN NN Number=Sing 2 obj 2:obj _ 5 of of ADP IN _ 6 case 6:case _ @@ -209985,7 +210114,7 @@ 1 When when ADV WRB PronType=Int 0 root 0:root _ 2 in in ADP IN _ 3 case 3:case _ 3 Scordia Scordia PROPN NNP Number=Sing 1 obl 1:obl:in SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ 5 Sicily Sicily PROPN NNP Number=Sing 3 appos 3:appos _ # sent_id = reviews-042012-0002 @@ -210006,28 +210135,28 @@ 13 Jose Jose PROPN NNP Number=Sing 11 flat 11:flat _ 14 Mudo Mudo PROPN NNP Number=Sing 11 flat 11:flat _ 15 and and CCONJ CC _ 17 cc 17:cc _ -16 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 familia familia NOUN NN Number=Sing 11 conj 10:obj|11:conj:and SpaceAfter=No 18 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-042012-0003 # text = They are and always will be the nicest people in Sicily that you will meet. -1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 4:nsubj|9:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 and and CCONJ CC _ 9 cc 9:cc _ -4 always always ADV RB _ 9 advmod 9:advmod _ -5 will will AUX MD VerbForm=Fin 9 aux 9:aux _ -6 be be AUX VB VerbForm=Inf 9 cop 9:cop _ +1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +3 and and CCONJ CC _ 6 cc 6:cc _ +4 always always ADV RB _ 6 advmod 6:advmod _ +5 will will AUX MD VerbForm=Fin 6 aux 6:aux _ +6 be be AUX VB VerbForm=Inf 2 conj 2:conj:and _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 nicest nicest ADJ JJS Degree=Sup 9 amod 9:amod _ -9 people people NOUN NNS Number=Plur 2 conj 2:conj:and|15:obj _ +8 nicest nice ADJ JJS Degree=Sup 9 amod 9:amod _ +9 people people NOUN NNS Number=Plur 0 root 0:root|15:obj _ 10 in in ADP IN _ 11 case 11:case _ 11 Sicily Sicily PROPN NNP Number=Sing 9 nmod 9:nmod:in _ 12 that that PRON WDT PronType=Rel 15 obj 9:ref _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ 14 will will AUX MD VerbForm=Fin 15 aux 15:aux _ 15 meet meet VERB VB VerbForm=Inf 9 acl:relcl 9:acl:relcl SpaceAfter=No -16 . . PUNCT . _ 2 punct 2:punct _ +16 . . PUNCT . _ 9 punct 9:punct _ # sent_id = reviews-042012-0004 # text = You will also have the pleasure of learning the Italiano language. @@ -210056,47 +210185,45 @@ 8 learning learn VERB VBG VerbForm=Ger 6 acl 6:acl:of _ 9 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 10 bella bella ADJ JJ Degree=Pos 12 amod 12:amod _ -11 Sicilian sicilian ADJ JJ Degree=Pos 12 amod 12:amod _ -12 culture culture NOUN NN Number=Sing 8 obj 8:obj|17:obj SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ -14 that that PRON WDT PronType=Rel 17 obj 12:ref _ +11 Sicilian Sicilian ADJ JJ Degree=Pos 12 amod 12:amod _ +12 culture culture NOUN NN Number=Sing 8 obj 8:obj|19:nmod:with SpaceAfter=No +13 , , PUNCT , _ 17 punct 17:punct _ +14 that that PRON WDT PronType=Rel 19 nmod 12:ref _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -16 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +16 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 17 fallen fall VERB VBN Tense=Past|VerbForm=Part 12 acl:relcl 12:acl:relcl _ 18 in in ADP IN _ 19 case 19:case _ 19 luv love NOUN NN Abbr=Yes|Number=Sing 17 obl 17:obl:in _ -20 with with ADP IN _ 19 nmod 19:nmod SpaceAfter=No +20 with with ADP IN _ 14 case 14:case SpaceAfter=No 21 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-042012-0006 # text = I will 4-ever be eternally grateful for their hospitality and luv that my Sicilian family showed me when I was there for 3 years. -1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -2 will will AUX MD VerbForm=Fin 8 aux 8:aux _ -3 4 for X GW _ 5 goeswith 5:goeswith SpaceAfter=No -4 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No -5 ever ever ADV RB _ 8 advmod 8:advmod _ -6 be be AUX VB VerbForm=Inf 8 cop 8:cop _ -7 eternally eternally ADV RB _ 8 advmod 8:advmod _ -8 grateful grateful ADJ JJ Degree=Pos 0 root 0:root _ -9 for for ADP IN _ 11 case 11:case _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ -11 hospitality hospitality NOUN NN Number=Sing 8 obl 8:obl:for|18:obj _ -12 and and CCONJ CC _ 13 cc 13:cc _ -13 luv love NOUN NN Abbr=Yes|Number=Sing 11 conj 8:obl:for|11:conj:and|18:obj _ -14 that that PRON WDT PronType=Rel 18 obj 11:ref _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ -16 Sicilian sicilian ADJ JJ Degree=Pos 17 amod 17:amod _ -17 family family NOUN NN Number=Sing 18 nsubj 18:nsubj _ -18 showed show VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ -19 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 18 obj 18:obj _ -20 when when SCONJ WRB PronType=Int 23 mark 23:mark _ -21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ -22 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 23 cop 23:cop _ -23 there there ADV RB PronType=Dem 18 advcl 18:advcl:when _ -24 for for ADP IN _ 26 case 26:case _ -25 3 3 NUM CD NumType=Card 26 nummod 26:nummod _ -26 years year NOUN NNS Number=Plur 23 obl 23:obl:for SpaceAfter=No -27 . . PUNCT . _ 8 punct 8:punct _ +1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ +2 will will AUX MD VerbForm=Fin 6 aux 6:aux _ +3 4-ever forever ADV RB Abbr=Yes 6 advmod 6:advmod _ +4 be be AUX VB VerbForm=Inf 6 cop 6:cop _ +5 eternally eternally ADV RB _ 6 advmod 6:advmod _ +6 grateful grateful ADJ JJ Degree=Pos 0 root 0:root _ +7 for for ADP IN _ 9 case 9:case _ +8 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +9 hospitality hospitality NOUN NN Number=Sing 6 obl 6:obl:for|16:obj _ +10 and and CCONJ CC _ 11 cc 11:cc _ +11 luv love NOUN NN Abbr=Yes|Number=Sing 9 conj 6:obl:for|9:conj:and|16:obj _ +12 that that PRON WDT PronType=Rel 16 obj 9:ref _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 Sicilian Sicilian ADJ JJ Degree=Pos 15 amod 15:amod _ +15 family family NOUN NN Number=Sing 16 nsubj 16:nsubj _ +16 showed show VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +17 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 16 iobj 16:iobj _ +18 when when ADV WRB PronType=Int 21 advmod 21:advmod _ +19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ +20 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 cop 21:cop _ +21 there there ADV RB PronType=Dem 16 advcl 16:advcl:when _ +22 for for ADP IN _ 24 case 24:case _ +23 3 3 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod _ +24 years year NOUN NNS Number=Plur 21 obl 21:obl:for SpaceAfter=No +25 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-042012-0007 # text = Luv always.. @@ -210110,7 +210237,7 @@ # text = I've never felt the need to write a review or make a complaint before, but after the way I was spoken to by a member of staff at the kennels (whose name I believe to be Mrs Closs) I would now not recommend this business to anybody. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 never never ADV RB _ 4 advmod 4:advmod _ 4 felt feel VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -210131,21 +210258,21 @@ 20 way way NOUN NN Number=Sing 47 obl 47:obl:after _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj:pass 23:nsubj:pass _ 22 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 23 aux:pass 23:aux:pass _ -23 spoken speak VERB VBN Tense=Past|VerbForm=Part 20 acl:relcl 20:acl:relcl _ +23 spoken speak VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 acl:relcl 20:acl:relcl _ 24 to to ADP IN _ 23 obl 23:obl _ 25 by by ADP IN _ 27 case 27:case _ 26 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ -27 member member NOUN NN Number=Sing 23 obl 23:obl:by|35:nmod:poss _ +27 member member NOUN NN Number=Sing 23 obl:agent 23:obl:agent|35:nmod:poss _ 28 of of ADP IN _ 29 case 29:case _ 29 staff staff NOUN NNS Number=Plur 27 nmod 27:nmod:of _ 30 at at ADP IN _ 32 case 32:case _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 32 kennels kennel NOUN NNS Number=Plur 27 nmod 27:nmod:at _ 33 ( ( PUNCT -LRB- _ 37 punct 37:punct SpaceAfter=No -34 whose whose PRON WP$ Poss=Yes|PronType=Int 35 nmod:poss 27:ref _ +34 whose whose PRON WP$ Poss=Yes|PronType=Rel 35 nmod:poss 27:ref _ 35 name name NOUN NN Number=Sing 37 obj 37:obj|40:nsubj:xsubj _ 36 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 37 nsubj 37:nsubj _ -37 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 acl:relcl 27:acl:relcl _ +37 believe believe VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 27 acl:relcl 27:acl:relcl _ 38 to to PART TO _ 40 mark 40:mark _ 39 be be AUX VB VerbForm=Inf 40 cop 40:cop _ 40 Mrs Mrs PROPN NNP Number=Sing 37 xcomp 37:xcomp _ @@ -210159,7 +210286,7 @@ 48 this this DET DT Number=Sing|PronType=Dem 49 det 49:det _ 49 business business NOUN NN Number=Sing 47 obj 47:obj _ 50 to to ADP IN _ 51 case 51:case _ -51 anybody anybody PRON NN Number=Sing 47 obl 47:obl:to SpaceAfter=No +51 anybody anybody PRON NN Number=Sing|PronType=Ind 47 obl 47:obl:to SpaceAfter=No 52 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-374604-0002 @@ -210167,16 +210294,16 @@ 1 If if SCONJ IN _ 5 mark 5:mark _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 animals animal NOUN NNS Number=Plur 5 nsubj:pass 5:nsubj:pass _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ -5 treated treat VERB VBN Tense=Past|VerbForm=Part 16 advcl 16:advcl:if _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ +5 treated treat VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 advcl 16:advcl:if _ 6 in in ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 same same ADJ JJ Degree=Pos 9 amod 9:amod _ 9 way way NOUN NN Number=Sing 5 obl 5:obl:in _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 customers customer NOUN NNS Number=Plur 13 nsubj:pass 13:nsubj:pass _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ -13 treated treat VERB VBN Tense=Past|VerbForm=Part 9 acl:relcl 9:acl:relcl _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ +13 treated treat VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 acl:relcl 9:acl:relcl _ 14 then then ADV RB PronType=Dem 16 advmod 16:advmod _ 15 this this PRON DT Number=Sing|PronType=Dem 16 nsubj 16:nsubj _ 16 leaves leave VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ @@ -210184,12 +210311,12 @@ 18 lot lot NOUN NN Number=Sing 16 obj 16:obj _ 19 to to PART TO _ 21 mark 21:mark _ 20 be be AUX VB VerbForm=Inf 21 aux:pass 21:aux:pass _ -21 desired desire VERB VBN Tense=Past|VerbForm=Part 18 acl 18:acl:to SpaceAfter=No +21 desired desire VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 acl 18:acl:to SpaceAfter=No 22 ! ! PUNCT . _ 16 punct 16:punct _ # sent_id = reviews-374604-0003 # text = Nobody should be spoken to like that regardless of how bad their day may have been or what may be going on in their private lives! -1 Nobody nobody PRON NN Number=Sing 4 nsubj:pass 4:nsubj:pass _ +1 Nobody nobody PRON NN Number=Sing|PronType=Neg 4 nsubj:pass 4:nsubj:pass _ 2 should should AUX MD VerbForm=Fin 4 aux 4:aux _ 3 be be AUX VB VerbForm=Inf 4 aux:pass 4:aux:pass _ 4 spoken speak VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ @@ -210198,21 +210325,21 @@ 7 that that PRON DT Number=Sing|PronType=Dem 4 obl 4:obl:like _ 8 regardless regardless ADV RB _ 4 advmod 4:advmod _ 9 of of ADP IN _ 11 case 11:case _ -10 how how SCONJ WRB PronType=Int 11 mark 11:mark _ +10 how how ADV WRB PronType=Int 11 advmod 11:advmod _ 11 bad bad ADJ JJ Degree=Pos 8 obl 8:obl:of _ -12 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ -13 day day NOUN NN Number=Sing 16 nsubj 16:nsubj _ -14 may may AUX MD VerbForm=Fin 16 aux 16:aux _ -15 have have AUX VB VerbForm=Inf 16 aux 16:aux _ -16 been be VERB VBN Tense=Past|VerbForm=Part 11 acl:relcl 11:acl:relcl _ -17 or or CCONJ CC _ 18 cc 18:cc _ -18 what what PRON WP PronType=Int 11 conj 11:conj:or _ +12 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +13 day day NOUN NN Number=Sing 11 nsubj 11:nsubj _ +14 may may AUX MD VerbForm=Fin 11 aux 11:aux _ +15 have have AUX VB VerbForm=Inf 11 aux 11:aux _ +16 been be AUX VBN Tense=Past|VerbForm=Part 11 cop 11:cop _ +17 or or CCONJ CC _ 21 cc 21:cc _ +18 what what PRON WP PronType=Int 21 nsubj 21:nsubj _ 19 may may AUX MD VerbForm=Fin 21 aux 21:aux _ 20 be be AUX VB VerbForm=Inf 21 aux 21:aux _ -21 going go VERB VBG Tense=Pres|VerbForm=Part 18 acl:relcl 18:acl:relcl _ +21 going go VERB VBG Tense=Pres|VerbForm=Part 11 conj 11:conj:or _ 22 on on ADP RP _ 21 compound:prt 21:compound:prt _ 23 in in ADP IN _ 26 case 26:case _ -24 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +24 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 25 private private ADJ JJ Degree=Pos 26 amod 26:amod _ 26 lives life NOUN NNS Number=Plur 21 obl 21:obl:in SpaceAfter=No 27 ! ! PUNCT . _ 4 punct 4:punct _ @@ -210221,7 +210348,7 @@ # sent_id = reviews-333672-0001 # newpar id = reviews-333672-p0001 # text = Best Car Dealer in TX -1 Best best ADJ JJS Degree=Sup 3 amod 3:amod _ +1 Best good ADJ JJS Degree=Sup 3 amod 3:amod _ 2 Car car NOUN NN Number=Sing 3 compound 3:compound _ 3 Dealer dealer NOUN NN Number=Sing 0 root 0:root _ 4 in in ADP IN _ 5 case 5:case _ @@ -210231,12 +210358,12 @@ # newpar id = reviews-333672-p0002 # text = I purchased a nissan from this dealship. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 purchased purchase VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 purchased purchase VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 nissan nissan PROPN NNP Number=Sing 2 obj 2:obj _ 5 from from ADP IN _ 7 case 7:case _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ -7 dealship dealership NOUN NN Number=Sing|Typo=Yes 2 obl 2:obl:from SpaceAfter=No +7 dealship dealership NOUN NN Number=Sing|Typo=Yes 2 obl 2:obl:from CorrectForm=dealership|SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-333672-0003 @@ -210244,24 +210371,24 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 sales sale NOUN NNS Number=Plur 3 compound 3:compound _ 3 men man NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -4 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 cop 6:cop _ +4 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 5 very very ADV RB _ 6 advmod 6:advmod _ 6 knowledgeable knowledgeable ADJ JJ Degree=Pos 0 root 0:root _ 7 about about ADP IN _ 9 case 9:case _ -8 every every DET DT _ 9 det 9:det _ +8 every every DET DT PronType=Tot 9 det 9:det _ 9 aspect aspect NOUN NN Number=Sing 6 obl 6:obl:about _ 10 of of ADP IN _ 12 case 12:case _ -11 every every DET DT _ 12 det 12:det _ +11 every every DET DT PronType=Tot 12 det 12:det _ 12 car car NOUN NN Number=Sing 9 nmod 9:nmod:of _ 13 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 looked look VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +14 looked look VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ 15 at at ADP IN _ 14 obl 14:obl SpaceAfter=No 16 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-333672-0004 # text = They were very patient and helpful from showing the cars to doing the paperwork. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj|6:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 cop 4:cop _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 patient patient ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 6 cc 6:cc _ @@ -210291,30 +210418,30 @@ # sent_id = reviews-333672-0006 # text = They tried to run my credit score as less as possible so it won't hurt my score. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 tried try VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 run run VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 credit credit NOUN NN Number=Sing 7 compound 7:compound _ 7 score score NOUN NN Number=Sing 4 obj 4:obj _ 8 as as ADV RB _ 9 advmod 9:advmod _ 9 less less ADV RBR Degree=Cmp 4 advmod 4:advmod _ -10 as as SCONJ IN _ 11 case 11:case _ -11 possible possible ADJ JJ Degree=Pos 8 obl 8:obl:as _ +10 as as SCONJ IN _ 11 mark 11:mark _ +11 possible possible ADJ JJ Degree=Pos 9 advcl 9:advcl:as _ 12 so so SCONJ IN _ 16 mark 16:mark _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 14-15 won't _ _ _ _ _ _ _ _ 14 wo will AUX MD VerbForm=Fin 16 aux 16:aux _ 15 n't not PART RB _ 16 advmod 16:advmod _ 16 hurt hurt VERB VB VerbForm=Inf 4 advcl 4:advcl:so _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 score score NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No 19 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-333672-0007 # text = Overall, I was very happy with the customer service and my purchase. 1 Overall overall ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 5 very very ADV RB _ 6 advmod 6:advmod _ @@ -210324,7 +210451,7 @@ 9 customer customer NOUN NN Number=Sing 10 compound 10:compound _ 10 service service NOUN NN Number=Sing 6 obl 6:obl:with _ 11 and and CCONJ CC _ 13 cc 13:cc _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 purchase purchase NOUN NN Number=Sing 10 conj 6:obl:with|10:conj:and SpaceAfter=No 14 . . PUNCT . _ 6 punct 6:punct _ @@ -210333,13 +210460,13 @@ 1 If if SCONJ IN _ 4 mark 4:mark _ 2-3 you're _ _ _ _ _ _ _ _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -3 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 looking look VERB VBG Tense=Pres|VerbForm=Part 11 advcl 11:advcl:if _ 5 to to PART TO _ 6 mark 6:mark _ 6 buy buy VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 car car NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No -9 , , PUNCT , _ 11 punct 11:punct _ +9 , , PUNCT , _ 4 punct 4:punct _ 10 definitely definitely ADV RB _ 11 advmod 11:advmod _ 11 give give VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 12 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 11 iobj 11:iobj _ @@ -210350,7 +210477,7 @@ # sent_id = reviews-333672-0009 # text = They have a huge inventory. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 huge huge ADJ JJ Degree=Pos 5 amod 5:amod _ 5 inventory inventory NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No @@ -210361,11 +210488,11 @@ # newpar id = reviews-169083-p0001 # text = I have been a patient a NW hospital and it was great. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 5 cop 5:cop _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 patient patient NOUN NN Number=Sing 0 root 0:root _ -6 a at ADP IN Typo=Yes 8 case 8:case _ +6 a at ADP IN Typo=Yes 8 case 8:case CorrectForm=at 7 NW NW PROPN NNP Number=Sing 8 compound 8:compound _ 8 hospital hospital NOUN NN Number=Sing 5 nmod 5:nmod:at _ 9 and and CCONJ CC _ 12 cc 12:cc _ @@ -210377,18 +210504,18 @@ # sent_id = reviews-169083-0002 # text = I have also had an 80 yr old that I take of sent to the ER and long stays in the hospital. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 also also ADV RB _ 4 advmod 4:advmod _ 4 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 an a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -6 80 80 NUM CD NumType=Card 7 nummod 7:nummod _ +6 80 80 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 yr year NOUN NN Abbr=Yes|Number=Sing 8 compound 8:compound _ 8 old old NOUN NN Number=Sing 4 obj 4:obj|11:obl|13:nsubj:xsubj|19:nsubj:xsubj _ 9 that that PRON WDT PronType=Rel 11 obl 8:ref _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 take take VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +11 take take VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 12 of of ADP IN _ 9 case 9:case _ -13 sent send VERB VBN Tense=Past|VerbForm=Part 4 xcomp 4:xcomp _ +13 sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 xcomp 4:xcomp _ 14 to to ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 ER er NOUN NN Number=Sing 13 obl 13:obl:to _ @@ -210403,9 +210530,9 @@ # sent_id = reviews-169083-0003 # text = Yes, we had to wait, but ER is a triage system that takes the most life threatening cases first. 1 Yes yes INTJ UH _ 4 discourse 4:discourse SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -4 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 wait wait VERB VB VerbForm=Inf 4 xcomp 4:xcomp SpaceAfter=No 7 , , PUNCT , _ 13 punct 13:punct _ @@ -210418,16 +210545,16 @@ 14 that that PRON WDT PronType=Rel 15 nsubj 13:ref _ 15 takes take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 16 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -17 most most ADV RBS _ 19 advmod 19:advmod _ +17 most most ADV RBS Degree=Sup 19 advmod 19:advmod _ 18 life life NOUN NN Number=Sing 19 compound 19:compound _ 19 threatening threaten VERB VBG VerbForm=Ger 20 amod 20:amod _ 20 cases case NOUN NNS Number=Plur 15 obj 15:obj _ -21 first first ADV RB _ 15 advmod 15:advmod SpaceAfter=No +21 first first ADV RB NumForm=Word|NumType=Ord 15 advmod 15:advmod SpaceAfter=No 22 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-169083-0004 # text = Any ER would be the same. -1 Any any DET DT _ 2 det 2:det _ +1 Any any DET DT PronType=Ind 2 det 2:det _ 2 ER er NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 would would AUX MD VerbForm=Fin 6 aux 6:aux _ 4 be be AUX VB VerbForm=Inf 6 cop 6:cop _ @@ -210446,12 +210573,12 @@ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 drug drug NOUN NN Number=Sing 9 compound 9:compound _ 9 seeker seeker NOUN NN Number=Sing 5 obl 5:obl:like SpaceAfter=No -10 , , PUNCT , _ 16 punct 16:punct _ +10 , , PUNCT , _ 2 punct 2:punct _ 11 that that PRON DT Number=Sing|PronType=Dem 16 nsubj 16:nsubj _ 12 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 13 not not PART RB _ 16 advmod 16:advmod _ 14 been be AUX VBN Tense=Past|VerbForm=Part 16 cop 16:cop _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 experience experience NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 17 . . PUNCT . _ 16 punct 16:punct _ @@ -210461,7 +210588,7 @@ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 nurse nurse NOUN NN Number=Sing 5 obl 5:obl:as _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 about about ADP IN _ 8 case 8:case _ 7 drug drug NOUN NN Number=Sing 8 compound 8:compound _ 8 seekers seeker NOUN NNS Number=Plur 5 obl 5:obl:about SpaceAfter=No @@ -210476,10 +210603,10 @@ 5 hospital hospital NOUN NN Number=Sing 0 root 0:root _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 even even ADV RB _ 8 advmod 8:advmod _ -8 better better ADJ JJR Degree=Cmp 5 conj 5:conj:and _ +8 better good ADJ JJR Degree=Cmp 5 conj 5:conj:and _ 9 since since SCONJ IN _ 11 mark 11:mark _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj|12:nsubj:xsubj _ -11 became become VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:since _ +11 became become VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:since _ 12 part part NOUN NN Number=Sing 11 xcomp 11:xcomp _ 13 of of ADP IN _ 16 case 16:case _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ @@ -210498,20 +210625,20 @@ # newpar id = reviews-180886-p0002 # text = I had immense pain on a Sunday morning, with friends and family telling me that I would never find a Dentist on a Sunday. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 immense immense ADJ JJ Degree=Pos 4 amod 4:amod _ 4 pain pain NOUN NN Number=Sing 2 obj 2:obj _ 5 on on ADP IN _ 8 case 8:case _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 Sunday Sunday PROPN NNP Number=Sing 8 compound 8:compound _ 8 morning morning NOUN NN Number=Sing 2 obl 2:obl:on SpaceAfter=No -9 , , PUNCT , _ 2 punct 2:punct _ +9 , , PUNCT , _ 14 punct 14:punct _ 10 with with SCONJ IN _ 14 mark 14:mark _ 11 friends friend NOUN NNS Number=Plur 14 nsubj 14:nsubj _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 family family NOUN NN Number=Sing 11 conj 11:conj:and|14:nsubj _ 14 telling tell VERB VBG VerbForm=Ger 2 advcl 2:advcl:with _ -15 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 14 obj 14:obj _ +15 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 14 iobj 14:iobj _ 16 that that SCONJ IN _ 20 mark 20:mark _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ 18 would would AUX MD VerbForm=Fin 20 aux 20:aux _ @@ -210526,15 +210653,15 @@ # sent_id = reviews-180886-0003 # text = Dr. Taylor was not only available on a Sunday, but also was able to immediately take care of me. -1 Dr. Dr. PROPN NNP Number=Sing 3 nsubj 3:nsubj|6:nsubj:xsubj|14:nsubj|17:nsubj:xsubj _ +1 Dr. Dr. PROPN NNP Number=Sing 6 nsubj 6:nsubj|14:nsubj|17:nsubj:xsubj _ 2 Taylor Taylor PROPN NNP Number=Sing 1 flat 1:flat _ -3 was be VERB VBD Mood=Ind|Number=Sing|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 not not ADV RB _ 5 advmod 5:advmod _ -5 only only ADV RB _ 3 cc:preconj 3:cc:preconj _ -6 available available ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ +3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ +4 not not PART RB _ 6 advmod 6:advmod _ +5 only only ADV RB _ 6 advmod 6:advmod _ +6 available available ADJ JJ Degree=Pos 0 root 0:root _ 7 on on ADP IN _ 9 case 9:case _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ -9 Sunday Sunday PROPN NNP Number=Sing 3 obl 3:obl:on SpaceAfter=No +9 Sunday Sunday PROPN NNP Number=Sing 6 obl 6:obl:on SpaceAfter=No 10 , , PUNCT , _ 14 punct 14:punct _ 11 but but CCONJ CC _ 14 cc 14:cc _ 12 also also ADV RB _ 14 advmod 14:advmod _ @@ -210546,7 +210673,7 @@ 18 care care NOUN NN Number=Sing 17 obj 17:obj _ 19 of of ADP IN _ 20 case 20:case _ 20 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 17 obl 17:obl:of SpaceAfter=No -21 . . PUNCT . _ 3 punct 3:punct _ +21 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-180886-0004 # text = He was incredibly informative about the options I had, giving me opinions on different treatments to choose from. @@ -210558,8 +210685,8 @@ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 options option NOUN NNS Number=Plur 4 obl 4:obl:about _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl SpaceAfter=No -10 , , PUNCT , _ 4 punct 4:punct _ +9 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl SpaceAfter=No +10 , , PUNCT , _ 11 punct 11:punct _ 11 giving give VERB VBG VerbForm=Ger 4 advcl 4:advcl _ 12 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 11 iobj 11:iobj _ 13 opinions opinion NOUN NNS Number=Plur 11 obj 11:obj _ @@ -210583,19 +210710,19 @@ 8 dentist dentist NOUN NN Number=Sing 6 obj 6:obj _ 9 in in ADP IN _ 10 case 10:case _ 10 general general ADJ JJ Degree=Pos 6 obl 6:obl:in SpaceAfter=No -11 , , PUNCT , _ 16 punct 16:punct _ +11 , , PUNCT , _ 1 punct 1:punct _ 12 Dr. Dr. PROPN NNP Number=Sing 16 nsubj 16:nsubj _ 13 Taylor Taylor PROPN NNP Number=Sing 12 flat 12:flat _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 cop 16:cop _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -16 best best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +16 best good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 17 ! ! PUNCT . _ 16 punct 16:punct _ # sent_id = reviews-180886-0006 # text = He really made the visit a pain free one with excellent service! 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 really really ADV RB _ 3 advmod 3:advmod _ -3 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 visit visit NOUN NN Number=Sing 3 obj 3:obj|9:nsubj:xsubj _ 6 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ @@ -210614,7 +210741,7 @@ 3 recommend recommend VERB VB VerbForm=Inf 0 root 0:root _ 4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 to to ADP IN _ 6 case 6:case _ -6 everyone everyone PRON NN Number=Sing 3 obl 3:obl:to SpaceAfter=No +6 everyone everyone PRON NN Number=Sing|PronType=Tot 3 obl 3:obl:to SpaceAfter=No 7 ! ! PUNCT . _ 3 punct 3:punct _ # newdoc id = reviews-030126 @@ -210630,23 +210757,23 @@ 2 school school NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 worst worst ADJ JJS Degree=Sup 6 amod 6:amod _ -6 one one NUM CD NumType=Card 0 root 0:root _ +5 worst bad ADJ JJS Degree=Sup 6 amod 6:amod _ +6 one one NOUN NN Number=Sing 0 root 0:root _ 7-8 i've _ _ _ _ _ _ _ _ -7 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -8 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +7 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ +8 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 ever ever ADV RB _ 10 advmod 10:advmod _ -10 been be VERB VBN Tense=Past|VerbForm=Part 6 acl:relcl 6:acl:relcl _ +10 been be AUX VBN Tense=Past|VerbForm=Part 6 acl:relcl 6:acl:relcl _ 11 to to ADP IN _ 10 obl 10:obl SpaceAfter=No 12 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-030126-0003 # text = I attended it for 2 years, and that was enough. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 attended attend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 attended attend VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ 4 for for ADP IN _ 6 case 6:case _ -5 2 2 NUM CD NumType=Card 6 nummod 6:nummod _ +5 2 2 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 years year NOUN NNS Number=Plur 2 obl 2:obl:for SpaceAfter=No 7 , , PUNCT , _ 11 punct 11:punct _ 8 and and CCONJ CC _ 11 cc 11:cc _ @@ -210691,37 +210818,38 @@ 3 and and CCONJ CC _ 5 cc 5:cc _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 Principal principal NOUN NN Number=Sing 2 conj 2:conj:and|7:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ -7 rediculous ridiculous ADJ JJ Degree=Pos|Typo=Yes 0 root 0:root SpaceAfter=No +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +7 rediculous ridiculous ADJ JJ Degree=Pos|Typo=Yes 0 root 0:root CorrectForm=ridiculous|SpaceAfter=No 8 , , PUNCT , _ 12 punct 12:punct _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 10-11 don't _ _ _ _ _ _ _ _ -10 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +10 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 11 n't not PART RB _ 12 advmod 12:advmod _ 12 listen listen VERB VB VerbForm=Inf 7 conj 7:conj:and _ 13 to to ADP IN _ 15 case 15:case _ -14 any any DET DT _ 15 det 15:det _ +14 any any DET DT PronType=Ind 15 det 15:det _ 15 input input NOUN NN Number=Sing 12 obl 12:obl:to SpaceAfter=No 16 , , PUNCT , _ 19 punct 19:punct _ 17 and and CCONJ CC _ 19 cc 19:cc _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 19 nsubj 19:nsubj _ -19 make make VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 conj 7:conj:and _ +19 make make VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 conj 7:conj:and _ 20 up up ADP RP _ 19 compound:prt 19:compound:prt _ -21 rediculous ridiculous ADJ JJ Degree=Pos|Typo=Yes 22 amod 22:amod _ +21 rediculous ridiculous ADJ JJ Degree=Pos|Typo=Yes 22 amod 22:amod CorrectForm=ridiculous 22 rules rule NOUN NNS Number=Plur 19 obj 19:obj _ 23 ( ( PUNCT -LRB- _ 25 punct 25:punct _ 24 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 25 nsubj 25:nsubj _ -25 banned ban VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 parataxis 19:parataxis _ +25 banned ban VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 19 parataxis 19:parataxis _ 26 backpacks backpack NOUN NNS Number=Plur 25 obj 25:obj SpaceAfter=No -27 , , PUNCT , _ 25 punct 25:punct _ +27 , , PUNCT , _ 31 punct 31:punct _ 28 because because SCONJ IN _ 31 mark 31:mark _ 29 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ 30 teacher teacher NOUN NN Number=Sing 31 nsubj 31:nsubj _ -31 TRIPPED trip VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 advcl 25:advcl:because _ +31 TRIPPED trip VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 advcl 25:advcl:because _ 32 OVER over ADP IN _ 34 case 34:case _ 33 a a DET DT Definite=Ind|PronType=Art 34 det 34:det _ -34 student student NOUN NN Number=Sing 31 obl 31:obl:over SpaceAfter=No -35 's 's PART POS _ 34 case 34:case SpaceAfter=No +34-35 student's _ _ _ _ _ _ _ SpaceAfter=No +34 student student NOUN NN Number=Sing 31 obl 31:obl:over _ +35 's 's PART POS _ 34 case 34:case _ 36 ) ) PUNCT -RRB- _ 25 punct 25:punct SpaceAfter=No 37 . . PUNCT . _ 7 punct 7:punct _ @@ -210731,9 +210859,9 @@ 2 education education NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 horrible horrible ADJ JJ Degree=Pos 0 root 0:root _ -5 at at ADV RB _ 6 case 6:case _ -6 best best ADV RBS Degree=Sup 4 obl 4:obl:at SpaceAfter=No -7 , , PUNCT , _ 4 punct 4:punct _ +5 at at ADP IN _ 6 case 6:case _ +6 best well ADV RBS Degree=Sup 4 obl 4:obl:at SpaceAfter=No +7 , , PUNCT , _ 8 punct 8:punct _ 8 do do VERB VB Mood=Imp|VerbForm=Fin 4 parataxis 4:parataxis _ 9 society society NOUN NN Number=Sing 8 iobj 8:iobj _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ @@ -210743,7 +210871,7 @@ 14 do do AUX VB Mood=Imp|VerbForm=Fin 16 aux 16:aux _ 15 NOT not PART RB _ 16 advmod 16:advmod _ 16 send send VERB VB Mood=Imp|VerbForm=Fin 8 conj 8:conj:and _ -17 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 student student NOUN NN Number=Sing 16 obj 16:obj _ 19 here here ADV RB PronType=Dem 16 advmod 16:advmod SpaceAfter=No 20 . . PUNCT . _ 4 punct 4:punct _ @@ -210756,25 +210884,25 @@ 2 customer customer NOUN NN Number=Sing 3 compound 3:compound _ 3 service service NOUN NN Number=Sing 0 root 0:root _ 4 and and CCONJ CC _ 6 cc 6:cc _ -5 quality quality ADJ JJ Degree=Pos 6 amod 6:amod _ +5 quality quality NOUN NN Number=Sing 6 compound 6:compound _ 6 work work NOUN NN Number=Sing 3 conj 3:conj:and SpaceAfter=No 7 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-346960-0002 # text = They went the extra mile to repair my cowboy boots-- they had to have a special kind of paper that looked like wood grain to fix the heels. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 went go VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 extra extra ADJ JJ Degree=Pos 5 amod 5:amod _ 5 mile mile NOUN NN Number=Sing 2 obj 2:obj _ 6 to to PART TO _ 7 mark 7:mark _ 7 repair repair VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 cowboy cowboy NOUN NN Number=Sing 10 compound 10:compound _ 10 boots boot NOUN NNS Number=Plur 7 obj 7:obj SpaceAfter=No -11 -- -- PUNCT , _ 2 punct 2:punct _ +11 -- -- PUNCT , _ 13 punct 13:punct _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ -13 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +13 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 14 to to PART TO _ 15 mark 15:mark _ 15 have have VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ @@ -210783,7 +210911,7 @@ 19 of of ADP IN _ 20 case 20:case _ 20 paper paper NOUN NN Number=Sing 18 nmod 18:nmod:of _ 21 that that PRON WDT PronType=Rel 22 nsubj 18:ref _ -22 looked look VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ +22 looked look VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ 23 like like ADP IN _ 25 case 25:case _ 24 wood wood NOUN NN Number=Sing 25 compound 25:compound _ 25 grain grain NOUN NN Number=Sing 22 obl 22:obl:like _ @@ -210797,7 +210925,7 @@ # text = That was 4 years ago. 1 That that PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ -3 4 4 NUM CD NumType=Card 4 nummod 4:nummod _ +3 4 4 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 years year NOUN NNS Number=Plur 5 obl:npmod 5:obl:npmod _ 5 ago ago ADV RB _ 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ @@ -210806,7 +210934,7 @@ # text = I haven't been able to find a shoe repair place in Seattle since that has been able to do it. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ 2-3 haven't _ _ _ _ _ _ _ _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 n't not PART RB _ 5 advmod 5:advmod _ 4 been be AUX VBN Tense=Past|VerbForm=Part 5 cop 5:cop _ 5 able able ADJ JJ Degree=Pos 0 root 0:root _ @@ -210831,13 +210959,14 @@ # sent_id = reviews-346960-0005 # text = (I've been through at least 5 places already.) 1 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No -2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj SpaceAfter=No -3 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +2-3 I've _ _ _ _ _ _ _ _ +2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ +3 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 4 been be AUX VBN Tense=Past|VerbForm=Part 9 cop 9:cop _ 5 through through ADP IN _ 9 case 9:case _ -6 at at ADV RB _ 7 case 7:case _ -7 least least ADV RBS Degree=Sup 8 nmod 8:nmod:at _ -8 5 5 NUM CD NumType=Card 9 nummod 9:nummod _ +6 at at ADP IN _ 7 case 7:case _ +7 least least ADJ JJS Degree=Sup 8 nmod 8:nmod:at _ +8 5 5 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 places place NOUN NNS Number=Plur 0 root 0:root _ 10 already already ADV RB _ 9 advmod 9:advmod SpaceAfter=No 11 . . PUNCT . _ 9 punct 9:punct SpaceAfter=No @@ -210847,7 +210976,7 @@ # text = If I had time to drive to Tacoma before they closed during the work week, I would just so I could get those boots fixed properly again. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 23 advcl 23:advcl:if _ +3 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 18 advcl 18:advcl:if _ 4 time time NOUN NN Number=Sing 3 obj 3:obj _ 5 to to PART TO _ 6 mark 6:mark _ 6 drive drive VERB VB VerbForm=Inf 4 acl 4:acl:to _ @@ -210855,25 +210984,25 @@ 8 Tacoma Tacoma PROPN NNP Number=Sing 6 obl 6:obl:to _ 9 before before SCONJ IN _ 11 mark 11:mark _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 closed close VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:before _ +11 closed close VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:before _ 12 during during ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 14 work work NOUN NN Number=Sing 15 compound 15:compound _ 15 week week NOUN NN Number=Sing 11 obl 11:obl:during SpaceAfter=No -16 , , PUNCT , _ 23 punct 23:punct _ -17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ -18 would would AUX MD VerbForm=Fin 23 aux 23:aux _ +16 , , PUNCT , _ 3 punct 3:punct _ +17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ +18 would would AUX MD VerbForm=Fin 0 root 0:root _ 19 just just ADV RB _ 23 advmod 23:advmod _ 20 so so SCONJ IN _ 23 mark 23:mark _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ 22 could could AUX MD VerbForm=Fin 23 aux 23:aux _ -23 get get VERB VB VerbForm=Inf 0 root 0:root _ +23 get get VERB VB VerbForm=Inf 18 advcl 18:advcl:so _ 24 those that DET DT Number=Plur|PronType=Dem 25 det 25:det _ 25 boots boot NOUN NNS Number=Plur 23 obj 23:obj|26:nsubj:xsubj _ -26 fixed fix VERB VBN Tense=Past|VerbForm=Part 23 xcomp 23:xcomp _ +26 fixed fix VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 xcomp 23:xcomp _ 27 properly properly ADV RB _ 26 advmod 26:advmod _ 28 again again ADV RB _ 26 advmod 26:advmod SpaceAfter=No -29 . . PUNCT . _ 23 punct 23:punct _ +29 . . PUNCT . _ 18 punct 18:punct _ # newdoc id = reviews-272836 # sent_id = reviews-272836-0001 @@ -210886,7 +211015,7 @@ 5 La La PROPN NNP Number=Sing 7 compound 7:compound _ 6 Jolla Jolla PROPN NNP Number=Sing 5 flat 5:flat _ 7 Stuff stuff NOUN NN Number=Sing 2 obl 2:obl:for _ -8 - - PUNCT , _ 7 punct 7:punct _ +8 - - PUNCT , _ 11 punct 11:punct _ 9 Especially especially ADV RB _ 11 advmod 11:advmod _ 10 for for SCONJ IN _ 11 mark 11:mark _ 11 Finding find VERB VBG VerbForm=Ger 7 acl 7:acl:for _ @@ -210909,15 +211038,15 @@ 11 in in ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 Village Village PROPN NNP Number=Sing 10 nmod 10:nmod:in SpaceAfter=No -14 , , PUNCT , _ 17 punct 17:punct _ +14 , , PUNCT , _ 2 punct 2:punct _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -16 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +16 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 17 referred refer VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 18 to to ADP IN _ 23 case 23:case _ 19 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 20 La La PROPN NNP Number=Sing 23 compound 23:compound _ 21 Jolla Jolla PROPN NNP Number=Sing 20 flat 20:flat _ -22 Blue Blue PROPN NNP Number=Sing 23 compound 23:compound _ +22 Blue Blue ADJ NNP Degree=Pos 23 amod 23:amod _ 23 Book Book PROPN NNP Number=Sing 17 obl 17:obl:to _ 24 for for ADP IN _ 26 case 26:case _ 25 a a DET DT Definite=Ind|PronType=Art 26 det 26:det _ @@ -210932,8 +211061,8 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 white white ADJ JJ Degree=Pos 3 amod 3:amod _ 3 pages page NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 allowed allow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obj 4:obj|7:nsubj:xsubj _ +4 allowed allow VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 iobj 4:iobj|7:nsubj:xsubj _ 6 to to PART TO _ 7 mark 7:mark _ 7 get get VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 8 in in ADP IN _ 9 case 9:case _ @@ -210941,7 +211070,7 @@ 10 with with ADP IN _ 11 case 11:case _ 11 parents parent NOUN NNS Number=Plur 9 nmod 9:nmod:with _ 12 of of ADP IN _ 16 case 16:case _ -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 14 high high ADJ JJ Degree=Pos 15 amod 15:amod _ 15 school school NOUN NN Number=Sing 16 compound 16:compound _ 16 friends friend NOUN NNS Number=Plur 11 nmod 11:nmod:of _ @@ -210952,16 +211081,16 @@ 21 track track VERB VB VerbForm=Inf 7 advcl 7:advcl:so_that _ 22 people people NOUN NNS Number=Plur 21 obj 21:obj _ 23 down down ADP RP _ 21 compound:prt 21:compound:prt _ -24 one one NUM CD NumType=Card 21 obl:npmod 21:obl:npmod _ +24 one one NUM CD NumForm=Word|NumType=Card 21 obl:npmod 21:obl:npmod _ 25 by by ADP IN _ 26 case 26:case _ -26 one one NUM CD NumType=Card 24 nmod 24:nmod:by _ +26 one one NUM CD NumForm=Word|NumType=Card 24 nmod 24:nmod:by _ 27 and and CCONJ CC _ 34 cc 34:cc _ 28 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 29 restaurant restaurant NOUN NN Number=Sing 30 compound 30:compound _ 30 section section NOUN NN Number=Sing 34 nsubj 34:nsubj _ 31 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 34 cop 34:cop _ 32 basically basically ADV RB _ 34 advmod 34:advmod _ -33 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ +33 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ 34 cookbook cookbook NOUN NN Number=Sing 4 conj 4:conj:and SpaceAfter=No 35 . . PUNCT . _ 4 punct 4:punct _ @@ -210977,16 +211106,16 @@ 7 many many ADJ JJ Degree=Pos 9 amod 9:amod _ 8 local local ADJ JJ Degree=Pos 9 amod 9:amod _ 9 businesses business NOUN NNS Number=Plur 11 nsubj:pass 11:nsubj:pass _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux:pass 11:aux:pass _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux:pass 11:aux:pass _ 11 found find VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 csubj 4:csubj _ 12 so so ADV RB _ 13 advmod 13:advmod _ 13 quickly quickly ADV RB _ 11 advmod 11:advmod _ 14 in in ADP IN _ 16 case 16:case _ -15 one one NUM CD NumType=Card 16 nummod 16:nummod _ +15 one one NUM CD NumForm=Word|NumType=Card 16 nummod 16:nummod _ 16 place place NOUN NN Number=Sing 11 obl 11:obl:in _ 17 and and CCONJ CC _ 19 cc 19:cc _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj|21:nsubj:xsubj _ -19 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +19 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 20 to to PART TO _ 21 mark 21:mark _ 21 spread spread VERB VB VerbForm=Inf 19 xcomp 19:xcomp _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ @@ -211004,7 +211133,7 @@ # text = The staff do occasionally get game info correct, but if your looking fot a good game and aren'ta nerd, dont ask them. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 staff staff NOUN NN Number=Sing 5 nsubj 5:nsubj|27:nsubj _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 occasionally occasionally ADV RB _ 5 advmod 5:advmod _ 5 get get VERB VB VerbForm=Inf 0 root 0:root _ 6 game game NOUN NN Number=Sing 7 compound 7:compound _ @@ -211013,44 +211142,46 @@ 9 , , PUNCT , _ 27 punct 27:punct _ 10 but but CCONJ CC _ 27 cc 27:cc _ 11 if if SCONJ IN _ 14 mark 14:mark _ -12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj|23:nsubj SpaceAfter=No -13 r be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +12-13 your _ _ _ _ _ _ _ _ +12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj|23:nsubj _ +13 r be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|Typo=Yes|VerbForm=Fin 14 aux 14:aux CorrectForm='re 14 looking look VERB VBG VerbForm=Ger 27 advcl 27:advcl:if _ -15 fot for ADP IN Typo=Yes 18 case 18:case _ +15 fot for ADP IN Typo=Yes 18 case 18:case CorrectForm=for 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 good good ADJ JJ Degree=Pos 18 amod 18:amod _ 18 game game NOUN NN Number=Sing 14 obl 14:obl:for _ 19 and and CCONJ CC _ 23 cc 23:cc _ -20 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 cop 23:cop SpaceAfter=No -21 n't not PART RB _ 23 advmod 23:advmod SpaceAfter=No +20-21 aren't _ _ _ _ _ _ _ CorrectSpaceAfter=Yes|SpaceAfter=No +20 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ +21 n't not PART RB _ 23 advmod 23:advmod _ 22 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 23 nerd nerd NOUN NN Number=Sing 14 conj 14:conj:and|27:advcl:if SpaceAfter=No -24 , , PUNCT , _ 27 punct 27:punct _ +24 , , PUNCT , _ 14 punct 14:punct _ 25-26 dont _ _ _ _ _ _ _ _ 25 do do AUX VB Mood=Imp|VerbForm=Fin 27 aux 27:aux _ -26 nt not PART RB _ 27 advmod 27:advmod _ +26 nt not PART RB Typo=Yes 27 advmod 27:advmod CorrectForm=n't 27 ask ask VERB VB Mood=Imp|VerbForm=Fin 5 conj 5:conj:but _ -28 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 27 obj 27:obj SpaceAfter=No +28 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 27 iobj 27:iobj SpaceAfter=No 29 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-223912-0002 # text = The last time I did that I was suggested to buy oblivion when I told them I was looking for a fps. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 last last ADJ JJ Degree=Pos 3 amod 3:amod _ -3 time time NOUN NN Number=Sing 9 obl:tmod 5:obj|9:obl:tmod _ +3 time time NOUN NN Number=Sing 9 obl:tmod 5:obl:tmod|9:obl:tmod _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ -6 that that PRON DT Number=Sing|PronType=Dem 5 obj 3:ref _ +5 did do VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +6 that that PRON DT Number=Sing|PronType=Dem 5 obj 5:obj _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj:pass 9:nsubj:pass|11:nsubj:xsubj _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ -9 suggested suggest VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +9 suggested suggest VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 10 to to PART TO _ 11 mark 11:mark _ 11 buy buy VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 oblivion oblivion PROPN NNP Number=Sing 11 obj 11:obj _ -13 when when SCONJ WRB PronType=Int 15 mark 15:mark _ +13 when when ADV WRB PronType=Int 15 advmod 15:advmod _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:when _ -16 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 15 obj 15:obj _ +15 told tell VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:when _ +16 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 15 iobj 15:iobj _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ 18 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 aux 19:aux _ 19 looking look VERB VBG VerbForm=Ger 15 ccomp 15:ccomp _ @@ -211062,18 +211193,19 @@ # sent_id = reviews-223912-0003 # text = I knew what it was and told the guy that it wasn'ta fps. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|7:nsubj _ -2 knew know VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 knew know VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 what what PRON WP PronType=Int 2 ccomp 2:ccomp _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +7 told tell VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 guy guy NOUN NN Number=Sing 7 obj 7:obj _ +9 guy guy NOUN NN Number=Sing 7 iobj 7:iobj _ 10 that that SCONJ IN _ 15 mark 15:mark _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop SpaceAfter=No -13 n't not PART RB _ 15 advmod 15:advmod SpaceAfter=No +12-13 wasn't _ _ _ _ _ _ _ CorrectSpaceAfter=Yes|SpaceAfter=No +12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ +13 n't not PART RB _ 15 advmod 15:advmod _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 fps fps NOUN NN Number=Sing 7 ccomp 7:ccomp SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ @@ -211081,28 +211213,28 @@ # sent_id = reviews-223912-0004 # text = He tried to tell me it was when I told asked him if he knew what fps stood for and he had no clue. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 tried try VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 tell tell VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obj 4:obj _ +5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 iobj 4:iobj _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ -8 when when SCONJ WRB PronType=Int 11 mark 11:mark _ +7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +8 when when ADV WRB PronType=Int 11 advmod 11:advmod _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -10 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 reparandum 11:reparandum _ -11 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:when _ -12 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj _ +10 told tell VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 reparandum 11:reparandum _ +11 asked ask VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:when _ +12 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 iobj 11:iobj _ 13 if if SCONJ IN _ 15 mark 15:mark _ 14 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -15 knew know VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:if _ +15 knew know VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:if _ 16 what what PRON WP PronType=Int 18 obl 18:obl:for _ 17 fps fps NOUN NN Number=Sing 18 nsubj 18:nsubj _ -18 stood stand VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 ccomp 15:ccomp _ +18 stood stand VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 ccomp 15:ccomp _ 19 for for ADP IN _ 16 case 16:case _ 20 and and CCONJ CC _ 22 cc 22:cc _ 21 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj _ -22 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 conj 2:advcl:when|11:conj:and _ -23 no no DET DT _ 24 det 24:det _ +22 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 conj 2:advcl:when|11:conj:and _ +23 no no DET DT PronType=Neg 24 det 24:det _ 24 clue clue NOUN NN Number=Sing 22 obj 22:obj SpaceAfter=No 25 . . PUNCT . _ 2 punct 2:punct _ @@ -211111,16 +211243,16 @@ 1 Overall overall ADV RB _ 6 advmod 6:advmod _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 3-4 aren't _ _ _ _ _ _ _ _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 n't not PART RB _ 6 advmod 6:advmod _ 5 very very ADV RB _ 6 advmod 6:advmod _ -6 knowledge knowledgeable ADJ JJ Degree=Pos|Typo=Yes 0 root 0:root _ +6 knowledge knowledgeable ADJ JJ Degree=Pos|Typo=Yes 0 root 0:root CorrectForm=knowledgeable 7 about about ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 type type NOUN NN Number=Sing 6 obl 6:obl:about _ 10 of of ADP IN _ 11 case 11:case _ 11 games game NOUN NNS Number=Plur 9 nmod 9:nmod:of _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 13 on on ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 market market NOUN NN Number=Sing 11 acl:relcl 11:acl:relcl SpaceAfter=No @@ -211130,7 +211262,7 @@ # sent_id = reviews-224906-0001 # newpar id = reviews-224906-p0001 # text = First and Last time we'll eat there -1 First first ADJ JJ Degree=Pos|NumType=Ord 4 amod 4:amod _ +1 First first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 4 amod 4:amod _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 Last last ADJ JJ Degree=Pos 1 conj 1:conj:and|4:amod _ 4 time time NOUN NN Number=Sing 0 root 0:root _ @@ -211143,11 +211275,11 @@ # sent_id = reviews-224906-0002 # newpar id = reviews-224906-p0002 # text = My friend and I went there for lunch today. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 friend friend NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 conj 2:conj:and|5:nsubj _ -5 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 there there ADV RB PronType=Dem 5 advmod 5:advmod _ 7 for for ADP IN _ 8 case 8:case _ 8 lunch lunch NOUN NN Number=Sing 5 obl 5:obl:for _ @@ -211156,29 +211288,29 @@ # sent_id = reviews-224906-0003 # text = Neither one of us had ever been - so we thought we'd try it. -1 Neither neither DET DT _ 2 det 2:det _ -2 one one NOUN NN Number=Sing 6 nsubj 6:nsubj _ +1 Neither neither DET DT PronType=Neg 2 det 2:det _ +2 one one NOUN NN Number=Sing 7 nsubj 7:nsubj _ 3 of of ADP IN _ 4 case 4:case _ 4 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 2 nmod 2:nmod:of _ -5 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ -6 ever ever ADV RB _ 0 root 0:root _ -7 been be AUX VBN Tense=Past|VerbForm=Part 6 cop 6:cop _ -8 - - PUNCT , _ 6 punct 6:punct _ +5 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 aux 7:aux _ +6 ever ever ADV RB _ 7 advmod 7:advmod _ +7 been be AUX VBN Tense=Past|VerbForm=Part 0 root 0:root _ +8 - - PUNCT , _ 11 punct 11:punct _ 9 so so ADV RB _ 11 advmod 11:advmod _ 10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 parataxis 6:parataxis _ +11 thought think VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 7 parataxis 7:parataxis _ 12-13 we'd _ _ _ _ _ _ _ _ 12 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 13 'd would AUX MD VerbForm=Fin 14 aux 14:aux _ 14 try try VERB VB VerbForm=Inf 11 ccomp 11:ccomp _ 15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 obj 14:obj SpaceAfter=No -16 . . PUNCT . _ 6 punct 6:punct _ +16 . . PUNCT . _ 7 punct 7:punct _ # sent_id = reviews-224906-0004 # text = BIG MISTAKE - The food was tasteless and cold. 1 BIG big ADJ JJ Degree=Pos 2 amod 2:amod _ 2 MISTAKE mistake NOUN NN Number=Sing 0 root 0:root _ -3 - - PUNCT : _ 2 punct 2:punct _ +3 - - PUNCT : _ 7 punct 7:punct _ 4 The the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 food food NOUN NN Number=Sing 7 nsubj 7:nsubj|9:nsubj _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ @@ -211190,14 +211322,14 @@ # sent_id = reviews-224906-0005 # text = We both kept trying to find something we liked. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|4:nsubj:xsubj|6:nsubj:xsubj _ -2 both both DET DT _ 1 det 1:det _ -3 kept keep VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 both both DET DT PronType=Tot 1 det 1:det _ +3 kept keep VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 trying try VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ 5 to to PART TO _ 6 mark 6:mark _ 6 find find VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 something something PRON NN Number=Sing 6 obj 6:obj _ +7 something something PRON NN Number=Sing|PronType=Ind 6 obj 6:obj _ 8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 liked like VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl SpaceAfter=No +9 liked like VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-224906-0006 @@ -211206,33 +211338,33 @@ 2 only only ADJ JJ Degree=Pos 3 amod 3:amod _ 3 thing thing NOUN NN Number=Sing 10 nsubj 10:nsubj _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|6:nsubj:xsubj _ -5 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +5 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 edible edible ADJ JJ Degree=Pos 5 xcomp 5:xcomp _ -7 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 cop 10:cop _ +7 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 potato potato NOUN NN Number=Sing 10 compound 10:compound _ 10 wedges wedge NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 14 punct 14:punct _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 13 finally finally ADV RB _ 14 advmod 14:advmod _ -14 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 parataxis 10:parataxis _ +14 gave give VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 10 parataxis 10:parataxis _ 15 up up ADP RP _ 14 compound:prt 14:compound:prt SpaceAfter=No -16 , , PUNCT , _ 10 punct 10:punct _ +16 , , PUNCT , _ 18 punct 18:punct _ 17 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj|19:nsubj:xsubj _ -18 kept keep VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 parataxis 10:parataxis _ +18 kept keep VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 parataxis 10:parataxis _ 19 trying try VERB VBG VerbForm=Ger 18 xcomp 18:xcomp _ -20 - - PUNCT , _ 10 punct 10:punct _ +20 - - PUNCT , _ 22 punct 22:punct _ 21 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj _ -22 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 parataxis 10:parataxis _ +22 found find VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 parataxis 10:parataxis _ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ -24 fried fry VERB VBN Tense=Past|VerbForm=Part 25 amod 25:amod _ -25 wantons wonton NOUN NNS Number=Plur|Typo=Yes 22 obj 22:obj|28:nsubj:xsubj _ +24 fried fry VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 amod 25:amod _ +25 wantons wonton NOUN NNS Number=Plur|Typo=Yes 22 obj 22:obj|28:nsubj:xsubj CorrectForm=wontons 26 to to PART TO _ 28 mark 28:mark _ 27 be be AUX VB VerbForm=Inf 28 cop 28:cop _ 28 OK ok ADJ JJ Degree=Pos 22 xcomp 22:xcomp _ 29 - - PUNCT , _ 34 punct 34:punct _ -30 His he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ -31 Mongolian mongolian ADJ JJ Degree=Pos 32 amod 32:amod _ +30 His his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ +31 Mongolian Mongolian ADJ JJ Degree=Pos 32 amod 32:amod _ 32 bowl bowl NOUN NN Number=Sing 34 nsubj 34:nsubj _ 33 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 34 cop 34:cop _ 34 awful awful ADJ JJ Degree=Pos 10 parataxis 10:parataxis SpaceAfter=No @@ -211246,13 +211378,13 @@ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 place place NOUN NN Number=Sing 3 obj 3:obj _ 6 to to ADP IN _ 7 case 7:case _ -7 anyone anyone PRON NN Number=Sing 3 obl 3:obl:to _ +7 anyone anyone PRON NN Number=Sing|PronType=Ind 3 obl 3:obl:to _ 8 - - PUNCT , _ 10 punct 10:punct _ 9 in in ADP IN _ 10 case 10:case _ 10 fact fact NOUN NN Number=Sing 12 obl 12:obl:in _ 11 - - PUNCT , _ 10 punct 10:punct _ 12 save save VERB VB Mood=Imp|VerbForm=Fin 3 parataxis 3:parataxis _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 money money NOUN NN Number=Sing 12 obj 12:obj _ 15 and and CCONJ CC _ 16 cc 16:cc _ 16 go go VERB VB Mood=Imp|VerbForm=Fin 12 conj 12:conj:and _ @@ -211280,11 +211412,11 @@ 7 liquidweb.com liquidweb.com X ADD _ 5 nmod 5:nmod:of SpaceAfter=No 8 , , PUNCT , _ 18 punct 18:punct _ 9 but but CCONJ CC _ 18 cc 18:cc _ -10 one one NUM CD NumType=Card 18 nsubj 18:nsubj _ +10 one one NUM CD NumForm=Word|NumType=Card 18 nsubj 18:nsubj _ 11 of of ADP IN _ 13 case 13:case _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 friend friend NOUN NN Number=Sing 10 nmod 10:nmod:of _ -14 called call VERB VBN Tense=Past|VerbForm=Part 10 advcl 10:advcl _ +14 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 acl 10:acl _ 15 Steven Steven PROPN NNP Number=Sing 14 xcomp 14:xcomp _ 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ @@ -211297,18 +211429,18 @@ # sent_id = reviews-081934-0003 # text = I work with him and since past 6 years he is hosting his websites to Liquidweb. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 work work VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 with with ADP IN _ 4 case 4:case _ 4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 obl 2:obl:with _ 5 and and CCONJ CC _ 12 cc 12:cc _ 6 since since ADP IN _ 9 case 9:case _ 7 past past ADJ JJ Degree=Pos 9 amod 9:amod _ -8 6 6 NUM CD NumType=Card 9 nummod 9:nummod _ +8 6 6 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 years year NOUN NNS Number=Plur 12 obl 12:obl:since _ 10 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 hosting host VERB VBG VerbForm=Ger 2 conj 2:conj:and _ -13 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 websites website NOUN NNS Number=Plur 12 obj 12:obj _ 15 to to ADP IN _ 16 case 16:case _ 16 Liquidweb Liquidweb PROPN NNP Number=Sing 12 obl 12:obl:to SpaceAfter=No @@ -211318,7 +211450,7 @@ # text = As I have gone through many reviews sites to see if any provider is providing better services or not, and I have realized that there were many good reviews about Liquidweb also Steven never faced any server issues in his whole hosting. 1 As as SCONJ IN _ 4 mark 4:mark _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 gone go VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 through through ADP IN _ 8 case 8:case _ 6 many many ADJ JJ Degree=Pos 8 amod 8:amod _ @@ -211327,22 +211459,22 @@ 9 to to PART TO _ 10 mark 10:mark _ 10 see see VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ 11 if if SCONJ IN _ 15 mark 15:mark _ -12 any any DET DT _ 13 det 13:det _ +12 any any DET DT PronType=Ind 13 det 13:det _ 13 provider provider NOUN NN Number=Sing 15 nsubj 15:nsubj|19:nsubj _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ -15 providing provide VERB VBG Tense=Pres|VerbForm=Part 10 advcl 10:advcl:if _ -16 better better ADJ JJR Degree=Cmp 17 amod 17:amod _ +15 providing provide VERB VBG Tense=Pres|VerbForm=Part 10 ccomp 10:ccomp _ +16 better good ADJ JJR Degree=Cmp 17 amod 17:amod _ 17 services service NOUN NNS Number=Plur 15 obj 15:obj _ 18 or or CCONJ CC _ 19 cc 19:cc _ -19 not not PART RB _ 15 conj 10:advcl:if|15:conj:or SpaceAfter=No +19 not not PART RB _ 15 conj 10:ccomp|15:conj:or SpaceAfter=No 20 , , PUNCT , _ 24 punct 24:punct _ 21 and and CCONJ CC _ 24 cc 24:cc _ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ -23 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ +23 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ 24 realized realize VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and _ 25 that that SCONJ IN _ 27 mark 27:mark _ 26 there there PRON EX _ 27 expl 27:expl _ -27 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 ccomp 24:ccomp _ +27 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 ccomp 24:ccomp _ 28 many many ADJ JJ Degree=Pos 30 amod 30:amod _ 29 good good ADJ JJ Degree=Pos 30 amod 30:amod _ 30 reviews review NOUN NNS Number=Plur 27 nsubj 27:nsubj _ @@ -211351,12 +211483,12 @@ 33 also also ADV RB _ 36 advmod 36:advmod _ 34 Steven Steven PROPN NNP Number=Sing 36 nsubj 36:nsubj _ 35 never never ADV RB _ 36 advmod 36:advmod _ -36 faced face VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ -37 any any DET DT _ 39 det 39:det _ +36 faced face VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ +37 any any DET DT PronType=Ind 39 det 39:det _ 38 server server NOUN NN Number=Sing 39 compound 39:compound _ 39 issues issue NOUN NNS Number=Plur 36 obj 36:obj _ 40 in in ADP IN _ 43 case 43:case _ -41 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 43 nmod:poss 43:nmod:poss _ +41 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 43 nmod:poss 43:nmod:poss _ 42 whole whole ADJ JJ Degree=Pos 43 amod 43:amod _ 43 hosting hosting NOUN NN Number=Sing 36 obl 36:obl:in SpaceAfter=No 44 . . PUNCT . _ 36 punct 36:punct _ @@ -211368,7 +211500,7 @@ 3 of of ADP IN _ 4 case 4:case _ 4 support support NOUN NN Number=Sing 2 nmod 2:nmod:of _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -6 provide provide VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +6 provide provide VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 simply simply ADV RB _ 9 advmod 9:advmod _ 9 great great ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No @@ -211381,7 +211513,7 @@ 3 like like VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 host host VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 upcoming upcoming ADJ JJ Degree=Pos 8 amod 8:amod _ 8 website website NOUN NN Number=Sing 5 obj 5:obj _ 9 to to ADP IN _ 10 case 10:case _ @@ -211408,9 +211540,9 @@ # sent_id = reviews-080221-0003 # text = You have been awarded the converted Hino Dealer of the Year! 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux:pass 4:aux:pass _ -4 awarded award VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 awarded award VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 6 converted converted ADJ JJ Degree=Pos 8 amod 8:amod _ 7 Hino Hino PROPN NNP Number=Sing 8 compound 8:compound _ @@ -211422,14 +211554,14 @@ # sent_id = reviews-080221-0004 # text = Each of you should be proud of your massive contributions throughout the year! -1 Each each DET DT _ 6 nsubj 6:nsubj _ +1 Each each DET DT PronType=Tot 6 nsubj 6:nsubj _ 2 of of ADP IN _ 3 case 3:case _ 3 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 nmod 1:nmod:of _ 4 should should AUX MD VerbForm=Fin 6 aux 6:aux _ 5 be be AUX VB VerbForm=Inf 6 cop 6:cop _ 6 proud proud ADJ JJ Degree=Pos 0 root 0:root _ 7 of of ADP IN _ 10 case 10:case _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 massive massive ADJ JJ Degree=Pos 10 amod 10:amod _ 10 contributions contribution NOUN NNS Number=Plur 6 obl 6:obl:of _ 11 throughout throughout ADP IN _ 13 case 13:case _ @@ -211441,7 +211573,7 @@ # text = Major Awards – Overall Hino dealer of the year. 1 Major major ADJ JJ Degree=Pos 2 amod 2:amod _ 2 Awards award NOUN NNS Number=Plur 0 root 0:root _ -3 – - PUNCT : _ 2 punct 2:punct _ +3 – - PUNCT : _ 6 punct 6:punct _ 4 Overall overall ADJ JJ Degree=Pos 6 amod 6:amod _ 5 Hino Hino PROPN NNP Number=Sing 6 compound 6:compound _ 6 dealer dealer NOUN NN Number=Sing 2 appos 2:appos _ @@ -211465,14 +211597,14 @@ # text = Major Awards – Market leader overall, Dandenong PMA, sales. 1 Major major ADJ JJ Degree=Pos 2 amod 2:amod _ 2 Awards award NOUN NNS Number=Plur 0 root 0:root _ -3 – - PUNCT : _ 2 punct 2:punct _ +3 – - PUNCT : _ 5 punct 5:punct _ 4 Market market NOUN NN Number=Sing 5 compound 5:compound _ 5 leader leader NOUN NN Number=Sing 2 list 2:list _ 6 overall overall ADV RB _ 5 advmod 5:advmod SpaceAfter=No -7 , , PUNCT , _ 2 punct 2:punct _ +7 , , PUNCT , _ 9 punct 9:punct _ 8 Dandenong Dandenong PROPN NNP Number=Sing 9 compound 9:compound _ 9 PMA PMA PROPN NNP Number=Sing 2 list 2:list SpaceAfter=No -10 , , PUNCT , _ 2 punct 2:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 sales sale NOUN NNS Number=Plur 2 list 2:list SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ @@ -211482,14 +211614,14 @@ 2 leader leader NOUN NN Number=Sing 0 root 0:root _ 3 medium medium NOUN NN Number=Sing 4 compound 4:compound _ 4 duty duty NOUN NN Number=Sing 2 compound 2:compound SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 sales sale NOUN NNS Number=Plur 2 list 2:list SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-080221-0009 # text = Well done to Anthony and the team! 1 Well well ADV RB Degree=Pos 2 advmod 2:advmod _ -2 done do VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +2 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 3 to to ADP IN _ 4 case 4:case _ 4 Anthony Anthony PROPN NNP Number=Sing 2 obl 2:obl:to _ 5 and and CCONJ CC _ 7 cc 7:cc _ @@ -211503,14 +211635,14 @@ 2 award award NOUN NN Number=Sing 0 root 0:root _ 3 service service NOUN NN Number=Sing 4 compound 4:compound _ 4 excellence excellence NOUN NN Number=Sing 2 compound 2:compound SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 metro metro PROPN NNP Number=Sing 2 list 2:list SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-080221-0011 # text = Well done to Brendan and the team! 1 Well well ADV RB Degree=Pos 2 advmod 2:advmod _ -2 done do VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +2 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 3 to to ADP IN _ 4 case 4:case _ 4 Brendan Brendan PROPN NNP Number=Sing 2 obl 2:obl:to _ 5 and and CCONJ CC _ 7 cc 7:cc _ @@ -211524,14 +211656,14 @@ 2 award award NOUN NN Number=Sing 0 root 0:root _ 3 parts part NOUN NNS Number=Plur 4 compound 4:compound _ 4 excellence excellence NOUN NN Number=Sing 2 compound 2:compound SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 metro metro PROPN NNP Number=Sing 2 list 2:list SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-080221-0013 # text = Well done to Jason and the team! 1 Well well ADV RB Degree=Pos 2 advmod 2:advmod _ -2 done do VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +2 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 3 to to ADP IN _ 4 case 4:case _ 4 Jason Jason PROPN NNP Number=Sing 2 obl 2:obl:to _ 5 and and CCONJ CC _ 7 cc 7:cc _ @@ -211551,18 +211683,18 @@ # text = IF you want flashy fancy food stacked high with lots of fussy garnishes, this is not the place for you. 1 IF if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:if _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:if _ 4 flashy flashy ADJ JJ Degree=Pos 6 amod 6:amod _ 5 fancy fancy ADJ JJ Degree=Pos 6 amod 6:amod _ 6 food food NOUN NN Number=Sing 3 obj 3:obj _ -7 stacked stack VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 stacked stack VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 high high ADV RB Degree=Pos 7 xcomp 7:xcomp _ 9 with with ADP IN _ 10 case 10:case _ 10 lots lot NOUN NNS Number=Plur 7 obl 7:obl:with _ 11 of of ADP IN _ 13 case 13:case _ 12 fussy fussy ADJ JJ Degree=Pos 13 amod 13:amod _ 13 garnishes garnish NOUN NNS Number=Plur 10 nmod 10:nmod:of SpaceAfter=No -14 , , PUNCT , _ 19 punct 19:punct _ +14 , , PUNCT , _ 3 punct 3:punct _ 15 this this PRON DT Number=Sing|PronType=Dem 19 nsubj 19:nsubj _ 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 17 not not PART RB _ 19 advmod 19:advmod _ @@ -211576,18 +211708,18 @@ # text = If you want perfectly executed simple dishes that feature a few exquisite ingredients, you'll love Vetri. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:if _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:if _ 4 perfectly perfectly ADV RB _ 5 advmod 5:advmod _ -5 executed execute VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +5 executed execute VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 6 simple simple ADJ JJ Degree=Pos 7 amod 7:amod _ 7 dishes dish NOUN NNS Number=Plur 3 obj 3:obj|9:nsubj _ 8 that that PRON WDT PronType=Rel 9 nsubj 7:ref _ -9 feature feature VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +9 feature feature VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 10 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 11 few few ADJ JJ Degree=Pos 13 amod 13:amod _ 12 exquisite exquisite ADJ JJ Degree=Pos 13 amod 13:amod _ 13 ingredients ingredient NOUN NNS Number=Plur 9 obj 9:obj SpaceAfter=No -14 , , PUNCT , _ 17 punct 17:punct _ +14 , , PUNCT , _ 3 punct 3:punct _ 15-16 you'll _ _ _ _ _ _ _ _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ 16 'll will AUX MD VerbForm=Fin 17 aux 17:aux _ @@ -211598,43 +211730,43 @@ # sent_id = reviews-090136-0004 # text = Hands-down the best pasta and gnocchi I've ever eaten (and I've eaten a lot). 1 Hands hand NOUN NNS Number=Plur 5 obl:npmod 5:obl:npmod SpaceAfter=No -2 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 3 down down ADV RB _ 1 advmod 1:advmod _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 best best ADJ JJS Degree=Sup 6 amod 6:amod _ +5 best good ADJ JJS Degree=Sup 6 amod 6:amod _ 6 pasta pasta NOUN NN Number=Sing 0 root 0:root _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 gnocchi gnocchi NOUN NN Number=Sing 6 conj 6:conj:and _ 9-10 I've _ _ _ _ _ _ _ _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -10 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +10 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 11 ever ever ADV RB _ 12 advmod 12:advmod _ 12 eaten eat VERB VBN Tense=Past|VerbForm=Part 6 acl:relcl 6:acl:relcl _ -13 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No +13 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No 14 and and CCONJ CC _ 17 cc 17:cc _ 15-16 I've _ _ _ _ _ _ _ _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -16 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +16 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 17 eaten eat VERB VBN Tense=Past|VerbForm=Part 6 conj 6:conj:and _ 18 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 19 lot lot NOUN NN Number=Sing 17 obj 17:obj SpaceAfter=No -20 ) ) PUNCT -RRB- _ 6 punct 6:punct SpaceAfter=No +20 ) ) PUNCT -RRB- _ 17 punct 17:punct SpaceAfter=No 21 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-090136-0005 # text = The antipasti were amazing, the wines were mind-blowing, the service couldn't have been better. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 antipasti antipasto NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 cop 4:cop _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 4 amazing amazing ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 11 punct 11:punct _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 wines wine NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -8 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 cop 11:cop _ +8 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ 9 mind mind NOUN NN Number=Sing 11 obl:npmod 11:obl:npmod SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No 11 blowing blowing ADJ JJ Degree=Pos 4 list 4:list SpaceAfter=No -12 , , PUNCT , _ 4 punct 4:punct _ +12 , , PUNCT , _ 19 punct 19:punct _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 service service NOUN NN Number=Sing 19 nsubj 19:nsubj _ 15-16 couldn't _ _ _ _ _ _ _ _ @@ -211642,30 +211774,30 @@ 16 n't not PART RB _ 19 advmod 19:advmod _ 17 have have AUX VB VerbForm=Inf 19 aux 19:aux _ 18 been be AUX VBN Tense=Past|VerbForm=Part 19 cop 19:cop _ -19 better better ADJ JJR Degree=Cmp 4 list 4:list SpaceAfter=No +19 better good ADJ JJR Degree=Cmp 4 list 4:list SpaceAfter=No 20 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-090136-0006 # text = I've dined at lots of high-end restaurants and I've never before felt my money was so well spent. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 dined dine VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 at at ADP IN _ 5 case 5:case _ 5 lots lot NOUN NNS Number=Plur 3 obl 3:obl:at _ 6 of of ADP IN _ 10 case 10:case _ 7 high high ADJ JJ Degree=Pos 9 amod 9:amod SpaceAfter=No -8 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 end end NOUN NN Number=Sing 10 compound 10:compound _ 10 restaurants restaurant NOUN NNS Number=Plur 5 nmod 5:nmod:of _ 11 and and CCONJ CC _ 16 cc 16:cc _ 12-13 I've _ _ _ _ _ _ _ _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -13 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +13 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 14 never never ADV RB _ 15 advmod 15:advmod _ 15 before before ADV RB _ 16 advmod 16:advmod _ 16 felt feel VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:and _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 money money NOUN NN Number=Sing 22 nsubj:pass 22:nsubj:pass _ 19 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 aux:pass 22:aux:pass _ 20 so so ADV RB _ 21 advmod 21:advmod _ @@ -211689,14 +211821,14 @@ # text = I've been to this shop twice (once for an inspection and again for an oil change) and they truly live up to their name: Discount! 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 6 cop 6:cop _ 4 to to ADP IN _ 6 case 6:case _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 shop shop NOUN NN Number=Sing 0 root 0:root _ -7 twice twice ADV RB NumType=Mult 6 advmod 6:advmod _ +7 twice twice ADV RB NumForm=Word|NumType=Mult 6 advmod 6:advmod _ 8 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No -9 once once ADV RB NumType=Mult 6 parataxis 6:parataxis _ +9 once once ADV RB NumForm=Word|NumType=Mult 6 parataxis 6:parataxis _ 10 for for ADP IN _ 12 case 12:case _ 11 an a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 inspection inspection NOUN NN Number=Sing 9 obl 9:obl:for _ @@ -211710,20 +211842,20 @@ 20 and and CCONJ CC _ 23 cc 23:cc _ 21 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 23 nsubj 23:nsubj _ 22 truly truly ADV RB _ 23 advmod 23:advmod _ -23 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ +23 live live VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ 24 up up ADP RP _ 23 compound:prt 23:compound:prt _ 25 to to ADP IN _ 27 case 27:case _ -26 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +26 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 27 name name NOUN NN Number=Sing 23 obl 23:obl:to SpaceAfter=No -28 : : PUNCT : _ 27 punct 27:punct _ +28 : : PUNCT : _ 29 punct 29:punct _ 29 Discount Discount PROPN NNP Number=Sing 27 appos 27:appos SpaceAfter=No 30 ! ! PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-339176-0003 # text = They have all kind of coupons available for car washes, oil changes, state inspection, etc. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 all all DET DT _ 4 det 4:det _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 all all DET DT PronType=Tot 4 det 4:det _ 4 kind kind NOUN NN Number=Sing 2 obj 2:obj _ 5 of of ADP IN _ 6 case 6:case _ 6 coupons coupon NOUN NNS Number=Plur 4 nmod 4:nmod:of _ @@ -211738,26 +211870,26 @@ 15 state state NOUN NN Number=Sing 16 compound 16:compound _ 16 inspection inspection NOUN NN Number=Sing 10 conj 7:obl:for|10:conj SpaceAfter=No 17 , , PUNCT , _ 18 punct 18:punct _ -18 etc etc X FW _ 10 conj 7:obl:for|10:conj SpaceAfter=No +18 etc etc. NOUN FW Abbr=Yes|Number=Plur 10 conj 7:obl:for|10:conj SpaceAfter=No 19 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-339176-0004 # text = The thing is, you still get high quality service at nicely discounted rates! 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 thing thing NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +2 thing thing NOUN NN Number=Sing 7 nsubj:outer 7:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop SpaceAfter=No 4 , , PUNCT , _ 3 punct 3:punct _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ 6 still still ADV RB _ 7 advmod 7:advmod _ -7 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ -8 high high ADJ JJ Degree=Pos 9 compound 9:compound _ -9 quality quality NOUN NN Number=Sing 10 amod 10:amod _ +7 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 high high ADJ JJ Degree=Pos 9 amod 9:amod _ +9 quality quality NOUN NN Number=Sing 10 compound 10:compound _ 10 service service NOUN NN Number=Sing 7 obj 7:obj _ 11 at at ADP IN _ 14 case 14:case _ 12 nicely nicely ADV RB _ 13 advmod 13:advmod _ 13 discounted discounted ADJ JJ Degree=Pos 14 amod 14:amod _ 14 rates rate NOUN NNS Number=Plur 7 obl 7:obl:at SpaceAfter=No -15 ! ! PUNCT . _ 3 punct 3:punct _ +15 ! ! PUNCT . _ 7 punct 7:punct _ # sent_id = reviews-339176-0005 # text = There is even free coffee and bottles of water if you'd like. @@ -211789,14 +211921,14 @@ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 9 would would AUX MD VerbForm=Fin 10 aux 10:aux _ 10 trust trust VERB VB VerbForm=Inf 6 conj 6:conj:and _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 car car NOUN NN Number=Sing 10 obj 10:obj _ 13 with with ADP IN _ 14 case 14:case _ 14 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 obl 10:obl:with _ 15 or or CCONJ CC _ 16 cc 16:cc _ -16 any any DET DT _ 14 conj 10:obl:with|14:conj:or _ +16 any any DET DT PronType=Ind 14 conj 10:obl:with|14:conj:or _ 17 of of ADP IN _ 19 case 19:case _ -18 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 workers worker NOUN NNS Number=Plur 16 nmod 16:nmod:of SpaceAfter=No 20 . . PUNCT . _ 6 punct 6:punct _ @@ -211804,8 +211936,8 @@ # text = Top notch, all the way! 1 Top top ADJ JJ Degree=Pos 2 amod 2:amod _ 2 notch notch NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ -4 all all DET PDT _ 6 det:predet 6:det:predet _ +3 , , PUNCT , _ 6 punct 6:punct _ +4 all all DET PDT PronType=Tot 6 det:predet 6:det:predet _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 way way NOUN NN Number=Sing 2 nmod:npmod 2:nmod:npmod SpaceAfter=No 7 ! ! PUNCT . _ 2 punct 2:punct _ @@ -211824,14 +211956,14 @@ 1 David David PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 3 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -4 most most ADV RBS _ 5 advmod 5:advmod _ +4 most most ADV RBS Degree=Sup 5 advmod 5:advmod _ 5 helpful helpful ADJ JJ Degree=Pos 8 amod 8:amod _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 creative creative ADJ JJ Degree=Pos 5 conj 5:conj:and|8:amod _ 8 photographer photographer NOUN NN Number=Sing 0 root 0:root|12:obj _ 9 that that PRON WDT PronType=Rel 12 obj 8:ref _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -11 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 used use VERB VBN Tense=Past|VerbForm=Part 8 acl:relcl 8:acl:relcl SpaceAfter=No 13 . . PUNCT . _ 8 punct 8:punct _ @@ -211842,9 +211974,9 @@ 3 willing willing ADJ JJ Degree=Pos 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 do do VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 whatever whatever DET WDT PronType=Int 5 obj 5:obj _ +6 whatever whatever PRON WP PronType=Rel 5 obj 5:obj|8:obj _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -8 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +8 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 9 from from ADP IN _ 10 case 10:case _ 10 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 obl 8:obl:from _ 11 without without ADP IN _ 12 case 12:case _ @@ -211857,18 +211989,18 @@ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 patient patient ADJ JJ Degree=Pos 0 root 0:root _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 adapted adapt VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ -6 when when SCONJ WRB PronType=Int 10 mark 10:mark _ -7 everything everything PRON NN Number=Sing 10 nsubj 10:nsubj _ +5 adapted adapt VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +6 when when ADV WRB PronType=Int 10 advmod 10:advmod _ +7 everything everything PRON NN Number=Sing|PronType=Tot 10 nsubj 10:nsubj _ 8-9 didn't _ _ _ _ _ _ _ _ -8 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 aux 10:aux _ +8 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 aux 10:aux _ 9 n't not PART RB _ 10 advmod 10:advmod _ 10 go go VERB VB VerbForm=Inf 5 advcl 5:advcl:when _ -11 according accord VERB VBG VerbForm=Ger 13 case 13:case _ +11 according accord VERB VBG ExtPos=ADP|VerbForm=Ger 13 case 13:case _ 12 to to ADP IN _ 11 fixed 11:fixed _ -13 schedule schedule NOUN NN Number=Sing 10 obl 10:obl:accord_to _ +13 schedule schedule NOUN NN Number=Sing 10 obl 10:obl:according_to _ 14 on on ADP IN _ 17 case 17:case _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 16 wedding wedding NOUN NN Number=Sing 17 compound 17:compound _ 17 day day NOUN NN Number=Sing 10 obl 10:obl:on SpaceAfter=No 18 . . PUNCT . _ 3 punct 3:punct _ @@ -211880,21 +212012,21 @@ 3 engagement engagement NOUN NN Number=Sing 6 compound 6:compound _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 wedding wedding NOUN NN Number=Sing 3 conj 3:conj:and|6:compound _ -6 pictures picture NOUN NNS Number=Plur 12 nsubj 9:obj|12:nsubj|14:nsubj:xsubj _ +6 pictures picture NOUN NNS Number=Plur 14 nsubj 9:obj|14:nsubj _ 7 that that PRON WDT PronType=Rel 9 obj 6:ref _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +9 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 10 for for ADP IN _ 11 case 11:case _ 11 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 9 obl 9:obl:for _ -12 we be VERB VBD Mood=Ind|Tense=Past|Typo=Yes|VerbForm=Fin 0 root 0:root _ -13 absolutely absolutely ADV RB _ 12 advmod 12:advmod _ -14 amazing amazing ADJ JJ Degree=Pos 12 xcomp 12:xcomp SpaceAfter=No +12 we be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|Typo=Yes|VerbForm=Fin 14 cop 14:cop CorrectForm=were +13 absolutely absolutely ADV RB _ 14 advmod 14:advmod _ +14 amazing amazing ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 15 . . PUNCT . _ 14 punct 14:punct _ # sent_id = reviews-128636-0006 # text = He got the pictures back to me quickly. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 got get VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 pictures picture NOUN NNS Number=Plur 2 obj 2:obj _ 5 back back ADV RB _ 7 advmod 7:advmod _ @@ -211911,7 +212043,7 @@ 4 recommend recommend VERB VB VerbForm=Inf 0 root 0:root _ 5 David David PROPN NNP Number=Sing 4 obj 4:obj _ 6 to to ADP IN _ 7 case 7:case _ -7 anyone anyone PRON NN Number=Sing 4 obl 4:obl:to SpaceAfter=No +7 anyone anyone PRON NN Number=Sing|PronType=Ind 4 obl 4:obl:to SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-128636-0008 @@ -211919,7 +212051,7 @@ 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 will will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 exceed exceed VERB VB VerbForm=Inf 0 root 0:root _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 expectations expectation NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No 6 ! ! PUNCT . _ 3 punct 3:punct _ @@ -211965,10 +212097,10 @@ # sent_id = reviews-311987-0002 # newpar id = reviews-311987-p0002 # text = My husband just got a bike there as a gift he's only had it a month. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 husband husband NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 just just ADV RB _ 4 advmod 4:advmod _ -4 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 got get VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 bike bike NOUN NN Number=Sing 4 obj 4:obj _ 7 there there ADV RB PronType=Dem 4 advmod 4:advmod _ @@ -211976,8 +212108,8 @@ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 gift gift NOUN NN Number=Sing 4 obl 4:obl:as _ 11-12 he's _ _ _ _ _ _ _ _ -11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 nsubj:pass 14:nsubj:pass _ -12 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 aux:pass 14:aux:pass _ +11 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ +12 's have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 only only ADV RB _ 14 advmod 14:advmod _ 14 had have VERB VBN Tense=Past|VerbForm=Part 4 parataxis 4:parataxis _ 15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 obj 14:obj _ @@ -211995,7 +212127,7 @@ 5 bike bike NOUN NN Number=Sing 0 root 0:root _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 cost cost VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +8 cost cost VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 lot lot NOUN NN Number=Sing 8 obj 8:obj _ 11 of of ADP IN _ 12 case 12:case _ @@ -212009,14 +212141,14 @@ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 week week NOUN NN Number=Sing 7 obl:tmod 7:obl:tmod _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -6 peddle pedal NOUN NN Number=Sing|Typo=Yes 7 nsubj 7:nsubj _ -7 broke break VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +6 peddle pedal NOUN NN Number=Sing|Typo=Yes 7 nsubj 7:nsubj CorrectForm=pedal +7 broke break VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 8 . . PUNCT . _ 7 punct 7:punct _ # sent_id = reviews-311987-0005 # text = He took it back and they would not honor a warranty and said it was his fault because of his shoes?? 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ 4 back back ADV RB _ 2 advmod 2:advmod _ 5 and and CCONJ CC _ 9 cc 9:cc _ @@ -212027,14 +212159,14 @@ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 warranty warranty NOUN NN Number=Sing 9 obj 9:obj _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 conj 9:conj:and _ +13 said say VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 conj 9:conj:and _ 14 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 15 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 cop 17:cop _ -16 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 fault fault NOUN NN Number=Sing 13 ccomp 13:ccomp _ 18 because because ADP IN _ 21 case 21:case _ 19 of of ADP IN _ 18 fixed 18:fixed _ -20 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 shoes shoe NOUN NNS Number=Plur 17 obl 17:obl:because_of SpaceAfter=No 22 ?? ?? PUNCT . _ 2 punct 2:punct _ @@ -212042,16 +212174,16 @@ # text = So they were going to charge him for new peddles and proceeded to put them on without even telling him the price. 1 So so ADV RB _ 4 advmod 4:advmod _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj|12:nsubj|14:nsubj:xsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 4 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 charge charge VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 obj 6:obj _ 8 for for ADP IN _ 10 case 10:case _ 9 new new ADJ JJ Degree=Pos 10 amod 10:amod _ -10 peddles pedal NOUN NNS Number=Plur|Typo=Yes 6 obl 6:obl:for _ +10 peddles pedal NOUN NNS Number=Plur|Typo=Yes 6 obl 6:obl:for CorrectForm=pedals 11 and and CCONJ CC _ 12 cc 12:cc _ -12 proceeded proceed VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +12 proceeded proceed VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 13 to to PART TO _ 14 mark 14:mark _ 14 put put VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 15 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 14 obj 14:obj _ @@ -212066,7 +212198,7 @@ # sent_id = reviews-311987-0007 # text = Which was very expensive. -1 Which which PRON WDT PronType=Int 4 nsubj 4:nsubj _ +1 Which which PRON WDT PronType=Rel 4 nsubj 4:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 expensive expensive ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No @@ -212075,7 +212207,7 @@ # sent_id = reviews-311987-0008 # text = He asked for a different pair instead and they only gave him five dollars off?? 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 asked ask VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 for for ADP IN _ 6 case 6:case _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 different different ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -212084,9 +212216,9 @@ 8 and and CCONJ CC _ 11 cc 11:cc _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 10 only only ADV RB _ 11 advmod 11:advmod _ -11 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +11 gave give VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 12 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 iobj 11:iobj _ -13 five five NUM CD NumType=Card 14 nummod 14:nummod _ +13 five five NUM CD NumForm=Word|NumType=Card 14 nummod 14:nummod _ 14 dollars dollar NOUN NNS Number=Plur 11 obj 11:obj _ 15 off off ADV RB _ 14 advmod 14:advmod SpaceAfter=No 16 ?? ?? PUNCT . _ 2 punct 2:punct _ @@ -212112,10 +212244,10 @@ # newpar id = reviews-126171-p0002 # text = I have been getting my treatments for a few months now and have seen some results but not up to the standards that I was told I should expect. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|14:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux 4:aux _ 4 getting get VERB VBG VerbForm=Ger 0 root 0:root _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 treatments treatment NOUN NNS Number=Plur 4 obj 4:obj _ 7 for for ADP IN _ 10 case 10:case _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ @@ -212123,20 +212255,20 @@ 10 months month NOUN NNS Number=Plur 4 obl 4:obl:for _ 11 now now ADV RB _ 4 advmod 4:advmod _ 12 and and CCONJ CC _ 14 cc 14:cc _ -13 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +13 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 14 seen see VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and _ -15 some some DET DT _ 16 det 16:det _ +15 some some DET DT PronType=Ind 16 det 16:det _ 16 results result NOUN NNS Number=Plur 14 obj 14:obj _ 17 but but CCONJ CC _ 22 cc 22:cc _ -18 not not ADV RB _ 22 advmod 22:advmod _ +18 not not PART RB _ 22 advmod 22:advmod _ 19 up up ADP IN _ 22 case 22:case _ 20 to to ADP IN _ 19 fixed 19:fixed _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -22 standards standard NOUN NNS Number=Plur 16 conj 14:obj|16:conj:but|26:obj _ -23 that that PRON WDT PronType=Rel 26 obj 22:ref _ +22 standards standard NOUN NNS Number=Plur 16 conj 14:obj|16:conj:but|29:obj _ +23 that that PRON WDT PronType=Rel 29 obj 22:ref _ 24 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 26 nsubj:pass 26:nsubj:pass _ 25 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 26 aux:pass 26:aux:pass _ -26 told tell VERB VBN Tense=Past|VerbForm=Part 22 acl:relcl 22:acl:relcl _ +26 told tell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 acl:relcl 22:acl:relcl _ 27 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 29 nsubj 29:nsubj _ 28 should should AUX MD VerbForm=Fin 29 aux 29:aux _ 29 expect expect VERB VB VerbForm=Inf 26 ccomp 26:ccomp SpaceAfter=No @@ -212151,7 +212283,7 @@ 5 to to PART TO _ 6 mark 6:mark _ 6 come come VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 across across ADV RB _ 6 advmod 6:advmod _ -8 and as ADP IN Typo=Yes 9 case 9:case _ +8 and as ADP IN Typo=Yes 9 case 9:case CorrectForm=as 9 professional professional ADJ JJ Degree=Pos 6 obl 6:obl:as _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 nice nice ADJ JJ Degree=Pos 9 conj 6:obl:as|9:conj:and SpaceAfter=No @@ -212161,7 +212293,7 @@ 15 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 cop 16:cop _ 16 disappointed disappointed ADJ JJ Degree=Pos 4 conj 4:conj:but _ 17 with with ADP IN _ 20 case 20:case _ -18 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +18 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 19 customer customer NOUN NN Number=Sing 20 compound 20:compound _ 20 service service NOUN NN Number=Sing 16 obl 16:obl:with SpaceAfter=No 21 . . PUNCT . _ 4 punct 4:punct _ @@ -212182,11 +212314,11 @@ 12 of of ADP IN _ 14 case 14:case _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 treatment treatment NOUN NN Number=Sing 11 nmod 11:nmod:of SpaceAfter=No -15 , , PUNCT , _ 8 punct 8:punct _ +15 , , PUNCT , _ 19 punct 19:punct _ 16 even even ADV RB _ 19 advmod 19:advmod _ 17 if if SCONJ IN _ 19 mark 19:mark _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 19 nsubj 19:nsubj _ -19 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:if _ +19 had have VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:if _ 20 an a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 21 emergency emergency NOUN NN Number=Sing 19 obj 19:obj SpaceAfter=No 22 . . PUNCT . _ 2 punct 2:punct _ @@ -212203,21 +212335,21 @@ # sent_id = reviews-126171-0006 # text = They want to squeeze as much as they can from you even if you just got in a car accident!!!! 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 squeeze squeeze VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 as as ADV RB _ 6 advmod 6:advmod _ 6 much much ADV RB _ 4 advmod 4:advmod _ 7 as as SCONJ IN _ 9 mark 9:mark _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 can can AUX MD VerbForm=Fin 5 advcl 5:advcl:as _ +9 can can AUX MD VerbForm=Fin 6 advcl 6:advcl:as _ 10 from from ADP IN _ 11 case 11:case _ 11 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 obl 4:obl:from _ 12 even even ADV RB _ 16 advmod 16:advmod _ 13 if if SCONJ IN _ 16 mark 16:mark _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ 15 just just ADV RB _ 16 advmod 16:advmod _ -16 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:if _ +16 got get VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:if _ 17 in in ADP IN _ 20 case 20:case _ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 19 car car NOUN NN Number=Sing 20 compound 20:compound _ @@ -212228,10 +212360,10 @@ # text = They don't care one bit about you!!!!! 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 care care VERB VB VerbForm=Inf 0 root 0:root _ -5 one one NUM CD NumType=Card 6 nummod 6:nummod _ +5 one one NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 6 bit bit NOUN NN Number=Sing 4 obl:npmod 4:obl:npmod _ 7 about about ADP IN _ 8 case 8:case _ 8 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 obl 4:obl:about SpaceAfter=No @@ -212247,7 +212379,7 @@ # sent_id = reviews-328828-0002 # text = Made an appointment to have them come to the house to discuss curtain options and give an estimate. -1 Made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Made make VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 an a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 appointment appointment NOUN NN Number=Sing 1 obj 1:obj _ 4 to to PART TO _ 5 mark 5:mark _ @@ -212270,14 +212402,14 @@ # sent_id = reviews-328828-0003 # text = They sent over someone who said he knows nothing about curtains and could not show me fabric options or give an estimate. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 sent send VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 over over ADP RP _ 2 compound:prt 2:compound:prt _ -4 someone someone PRON NN Number=Sing 2 obj 2:obj|6:nsubj _ +4 someone someone PRON NN Number=Sing|PronType=Ind 2 obj 2:obj|6:nsubj _ 5 who who PRON WP PronType=Rel 6 nsubj 4:ref _ -6 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +6 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj|15:nsubj _ 8 knows know VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 ccomp 6:ccomp _ -9 nothing nothing PRON NN Number=Sing 8 obj 8:obj _ +9 nothing nothing PRON NN Number=Sing|PronType=Neg 8 obj 8:obj _ 10 about about ADP IN _ 11 case 11:case _ 11 curtains curtain NOUN NNS Number=Plur 9 nmod 9:nmod:about _ 12 and and CCONJ CC _ 15 cc 15:cc _ @@ -212295,22 +212427,22 @@ # sent_id = reviews-328828-0004 # text = When I called the manager to complain, she said she KNEW the guy didn't know about curtains and that the usual lady called in sick hours earlier! -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:when _ +3 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:when _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 manager manager NOUN NN Number=Sing 3 obj 3:obj _ 6 to to PART TO _ 7 mark 7:mark _ 7 complain complain VERB VB VerbForm=Inf 3 advcl 3:advcl:to SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +8 , , PUNCT , _ 3 punct 3:punct _ 9 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 11 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 KNEW know VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 ccomp 10:ccomp _ +12 KNEW know VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 ccomp 10:ccomp _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 guy guy NOUN NN Number=Sing 17 nsubj 17:nsubj _ 15-16 didn't _ _ _ _ _ _ _ _ -15 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 aux 17:aux _ +15 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 aux 17:aux _ 16 n't not PART RB _ 17 advmod 17:advmod _ 17 know know VERB VB VerbForm=Inf 12 ccomp 12:ccomp _ 18 about about ADP IN _ 19 case 19:case _ @@ -212320,11 +212452,11 @@ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 23 usual usual ADJ JJ Degree=Pos 24 amod 24:amod _ 24 lady lady NOUN NN Number=Sing 25 nsubj 25:nsubj|27:nsubj:xsubj _ -25 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 conj 10:ccomp|12:conj:and _ +25 called call VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 conj 10:ccomp|12:conj:and _ 26 in in ADV RB _ 25 advmod 25:advmod _ 27 sick sick ADJ JJ Degree=Pos 25 xcomp 25:xcomp _ 28 hours hour NOUN NNS Number=Plur 25 obl:tmod 25:obl:tmod _ -29 earlier earlier ADV RBR Degree=Cmp 25 advmod 25:advmod SpaceAfter=No +29 earlier early ADV RBR Degree=Cmp 25 advmod 25:advmod SpaceAfter=No 30 ! ! PUNCT . _ 10 punct 10:punct _ # sent_id = reviews-328828-0005 @@ -212333,10 +212465,10 @@ 2 of of SCONJ IN _ 3 mark 3:mark _ 3 rescheduling reschedule VERB VBG VerbForm=Ger 5 advcl 5:advcl:of _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ -5 chose choose VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 chose choose VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 waste waste VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 time time NOUN NN Number=Sing 7 obj 7:obj _ 10 instead instead ADV RB _ 5 advmod 5:advmod SpaceAfter=No 11 . . PUNCT . _ 5 punct 5:punct _ @@ -212403,7 +212535,7 @@ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 customer customer NOUN NN Number=Sing 5 obj 5:obj _ 8 to to ADP IN _ 10 case 10:case _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 lot lot NOUN NN Number=Sing 5 obl 5:obl:to _ 11 to to PART TO _ 12 mark 12:mark _ 12 buy buy VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ @@ -212417,46 +212549,46 @@ 20 name name NOUN NN Number=Sing 22 nsubj 22:nsubj _ 21 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 22 Balazick Balazick PROPN NNP Number=Sing 18 parataxis 18:parataxis _ -23 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ +23 sent send VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ 24 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 23 iobj 23:iobj _ 25 this this DET DT Number=Sing|PronType=Dem 26 det 26:det _ 26 email email NOUN NN Number=Sing 23 obj 23:obj _ -27 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No +27 " " PUNCT `` _ 38 punct 38:punct SpaceAfter=No 28 AND and CCONJ CC _ 38 cc 38:cc _ 29 IF if SCONJ IN _ 32 mark 32:mark _ 30 IT it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 32 nsubj 32:nsubj _ 31 WAS be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 32 cop 32:cop _ 32 WORTH worth ADJ JJ Degree=Pos 38 advcl 38:advcl:if _ -33 MY my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ +33 MY my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ 34 TIME time NOUN NN Number=Sing 32 obj 32:obj _ 35 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 38 nsubj 38:nsubj _ 36 WOULD would AUX MD VerbForm=Fin 38 aux 38:aux _ 37 OF have AUX VB VerbForm=Inf 38 aux 38:aux _ 38 BOTHERED bother VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:but _ -39 ASWERING answer VERB VBG Typo=Yes|VerbForm=Ger 38 advcl 38:advcl _ -40 YOUR you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 41 nmod:poss 41:nmod:poss _ +39 ASWERING answer VERB VBG Typo=Yes|VerbForm=Ger 38 advcl 38:advcl CorrectForm=ANSWERING +40 YOUR your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 41 nmod:poss 41:nmod:poss _ 41 QUESTIONS question NOUN NNS Number=Plur 39 obj 39:obj SpaceAfter=No 42 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-308088-0003 # text = I MAKE MONEY NOT DEAL WITH BROKERS" Wow, can you believe in todays tough times this dealership would be looking for any way to move vehicles. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|5:nsubj _ -2 MAKE make VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 MAKE make VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 MONEY money NOUN NN Number=Sing 2 obj 2:obj _ -4 NOT not CCONJ CC _ 5 cc 5:cc _ -5 DEAL deal VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:not _ +4 NOT not PART RB _ 5 advmod 5:advmod _ +5 DEAL deal VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:not _ 6 WITH with ADP IN _ 7 case 7:case _ 7 BROKERS broker NOUN NNS Number=Plur 5 obl 5:obl:with SpaceAfter=No -8 " " PUNCT '' _ 2 punct 2:punct _ +8 " " PUNCT '' _ 13 punct 13:punct _ 9 Wow wow INTJ UH _ 13 discourse 13:discourse SpaceAfter=No -10 , , PUNCT , _ 13 punct 13:punct _ +10 , , PUNCT , _ 9 punct 9:punct _ 11 can can AUX MD VerbForm=Fin 13 aux 13:aux _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ 13 believe believe VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ 14 in in ADP IN _ 18 case 18:case _ 15-16 todays _ _ _ _ _ _ _ _ 15 today today NOUN NN Number=Sing 18 nmod:poss 18:nmod:poss _ -16 s 's PART POS _ 15 case 15:case _ +16 s 's PART POS Typo=Yes 15 case 15:case CorrectForm='s 17 tough tough ADJ JJ Degree=Pos 18 amod 18:amod _ 18 times time NOUN NNS Number=Plur 23 obl 23:obl:in _ 19 this this DET DT Number=Sing|PronType=Dem 20 det 20:det _ @@ -212465,7 +212597,7 @@ 22 be be AUX VB VerbForm=Inf 23 aux 23:aux _ 23 looking look VERB VBG VerbForm=Ger 13 ccomp 13:ccomp _ 24 for for ADP IN _ 26 case 26:case _ -25 any any DET DT _ 26 det 26:det _ +25 any any DET DT PronType=Ind 26 det 26:det _ 26 way way NOUN NN Number=Sing 23 obl 23:obl:for _ 27 to to PART TO _ 28 mark 28:mark _ 28 move move VERB VB VerbForm=Inf 26 acl 26:acl:to _ @@ -212483,7 +212615,7 @@ 7 would would AUX MD VerbForm=Fin 8 aux 8:aux _ 8 deal deal VERB VB VerbForm=Inf 0 root 0:root _ 9 with with ADP IN _ 10 case 10:case _ -10 anyone anyone PRON NN Number=Sing 8 obl 8:obl:with _ +10 anyone anyone PRON NN Number=Sing|PronType=Ind 8 obl 8:obl:with _ 11 looking look VERB VBG VerbForm=Ger 10 acl 10:acl _ 12 to to PART TO _ 13 mark 13:mark _ 13 buy buy VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ @@ -212493,11 +212625,11 @@ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 18 profit profit NOUN NN Number=Sing 13 obl 13:obl:for _ 19 and and CCONJ CC _ 21 cc 21:cc _ -20 not not ADV RB _ 21 advmod 21:advmod _ +20 not not PART RB _ 21 advmod 21:advmod _ 21 care care VERB VB VerbForm=Inf 8 conj 8:conj:and _ 22 if if SCONJ IN _ 24 mark 24:mark _ 23 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 24 nsubj 24:nsubj _ -24 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 advcl 21:advcl:if _ +24 came come VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 21 advcl 21:advcl:if _ 25 in in ADV RB _ 24 advmod 24:advmod _ 26 with with ADP IN _ 28 case 28:case _ 27 a a DET DT Definite=Ind|PronType=Art 28 det 28:det _ @@ -212522,14 +212654,14 @@ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 5 Rip rip NOUN NN Number=Sing 7 compound 7:compound SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 Off off NOUN NN Number=Sing 0 root 0:root _ # sent_id = reviews-221664-0002 # newpar id = reviews-221664-p0002 # text = I brought a car in to have the "check engine" light diagnosed back in March of 2010. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 brought bring VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 brought bring VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 car car NOUN NN Number=Sing 2 obj 2:obj _ 5 in in ADV RB _ 2 advmod 2:advmod _ @@ -212541,49 +212673,49 @@ 11 engine engine NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 12 " " PUNCT '' _ 10 punct 10:punct _ 13 light light NOUN NN Number=Sing 7 obj 7:obj|14:nsubj:xsubj _ -14 diagnosed diagnose VERB VBN Tense=Past|VerbForm=Part 7 xcomp 7:xcomp _ +14 diagnosed diagnose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 xcomp 7:xcomp _ 15 back back ADV RB _ 17 advmod 17:advmod _ 16 in in ADP IN _ 17 case 17:case _ 17 March March PROPN NNP Number=Sing 2 obl 2:obl:in _ 18 of of ADP IN _ 19 case 19:case _ -19 2010 2010 NUM CD NumType=Card 17 nmod 17:nmod:of SpaceAfter=No +19 2010 2010 NUM CD NumForm=Digit|NumType=Card 17 nmod 17:nmod:of SpaceAfter=No 20 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-221664-0003 # text = They said it was "plugs and wires" and quoted me $330 to do the work, including parts. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj|8:nsubj|11:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 5 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No 6 plugs plug NOUN NNS Number=Plur 2 ccomp 2:ccomp _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 wires wire NOUN NNS Number=Plur 6 conj 2:ccomp|6:conj:and SpaceAfter=No -9 " " PUNCT '' _ 8 punct 8:punct _ +9 " " PUNCT '' _ 6 punct 6:punct _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 quoted quote VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 2:ccomp|6:conj:and _ +11 quoted quote VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 conj 2:ccomp|6:conj:and _ 12 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 11 iobj 11:iobj _ 13 $ $ SYM $ _ 11 obj 11:obj SpaceAfter=No -14 330 330 NUM CD NumType=Card 13 nummod 13:nummod _ +14 330 330 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 15 to to PART TO _ 16 mark 16:mark _ 16 do do VERB VB VerbForm=Inf 11 advcl 11:advcl:to _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 work work NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No -19 , , PUNCT , _ 18 punct 18:punct _ +19 , , PUNCT , _ 21 punct 21:punct _ 20 including include VERB VBG VerbForm=Ger 21 case 21:case _ -21 parts part NOUN NNS Number=Plur 18 nmod 18:nmod:include SpaceAfter=No +21 parts part NOUN NNS Number=Plur 18 nmod 18:nmod:including SpaceAfter=No 22 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-221664-0004 # text = I asked why so high and they said it was due to the labor of moving things out of the way. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 why why SCONJ WRB PronType=Int 5 mark 5:mark _ +2 asked ask VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 why why ADV WRB PronType=Int 5 advmod 5:advmod _ 4 so so ADV RB _ 5 advmod 5:advmod _ 5 high high ADJ JJ Degree=Pos 2 advcl 2:advcl _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +8 said say VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ 11 due due ADP IN _ 14 case 14:case _ @@ -212603,16 +212735,16 @@ # text = Those things ended up being a windsheild washer fluid tank (1 screw) and the air filter canister (4 spring clips). 1 Those that DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 things thing NOUN NNS Number=Plur 3 nsubj 3:nsubj|10:nsubj:xsubj|19:nsubj:xsubj _ -3 ended end VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 ended end VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 up up ADP RP _ 3 compound:prt 3:compound:prt _ 5 being be AUX VBG VerbForm=Ger 10 cop 10:cop _ 6 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -7 windsheild windshield NOUN NN Number=Sing|Typo=Yes 8 compound 8:compound _ +7 windsheild windshield NOUN NN Number=Sing|Typo=Yes 8 compound 8:compound CorrectForm=windshield 8 washer washer NOUN NN Number=Sing 9 compound 9:compound _ 9 fluid fluid NOUN NN Number=Sing 10 compound 10:compound _ 10 tank tank NOUN NN Number=Sing 3 xcomp 3:xcomp _ 11 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No -12 1 1 NUM CD NumType=Card 13 nummod 13:nummod _ +12 1 1 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 13 screw screw NOUN NN Number=Sing 10 appos 10:appos SpaceAfter=No 14 ) ) PUNCT -RRB- _ 13 punct 13:punct _ 15 and and CCONJ CC _ 19 cc 19:cc _ @@ -212621,7 +212753,7 @@ 18 filter filter NOUN NN Number=Sing 19 compound 19:compound _ 19 canister canister NOUN NN Number=Sing 10 conj 3:xcomp|10:conj:and _ 20 ( ( PUNCT -LRB- _ 23 punct 23:punct SpaceAfter=No -21 4 4 NUM CD NumType=Card 23 nummod 23:nummod _ +21 4 4 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ 22 spring spring NOUN NN Number=Sing 23 compound 23:compound _ 23 clips clip NOUN NNS Number=Plur 19 appos 19:appos SpaceAfter=No 24 ) ) PUNCT -RRB- _ 23 punct 23:punct SpaceAfter=No @@ -212630,13 +212762,13 @@ # sent_id = reviews-221664-0006 # text = I did the work myself for $50. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 did do VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 work work NOUN NN Number=Sing 2 obj 2:obj _ -5 myself myself PRON PRP Number=Sing|Person=1|PronType=Prs 2 obl:npmod 2:obl:npmod _ +5 myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Emp|Reflex=Yes 2 obl:npmod 2:obl:npmod _ 6 for for ADP IN _ 7 case 7:case _ 7 $ $ SYM $ _ 2 obl 2:obl:for SpaceAfter=No -8 50 50 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No +8 50 50 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-221664-0007 @@ -212644,7 +212776,7 @@ 1-2 There's _ _ _ _ _ _ _ _ 1 There there PRON EX _ 2 expl 2:expl _ 2 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 4 det 4:det _ +3 no no DET DT PronType=Neg 4 det 4:det _ 4 excuse excuse NOUN NN Number=Sing 2 nsubj 2:nsubj _ 5 for for ADP IN _ 7 case 7:case _ 6 that that DET DT Number=Sing|PronType=Dem 7 det 7:det _ @@ -212657,11 +212789,11 @@ # sent_id = reviews-280340-0001 # newpar id = reviews-280340-p0001 # text = My girlfriend and I took a chance on this place because we didn't want to wait in line at Outback. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 girlfriend girlfriend NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 conj 2:conj:and|5:nsubj _ -5 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 chance chance NOUN NN Number=Sing 5 obj 5:obj _ 8 on on ADP IN _ 10 case 10:case _ @@ -212670,7 +212802,7 @@ 11 because because SCONJ IN _ 15 mark 15:mark _ 12 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 15 nsubj 15:nsubj|17:nsubj:xsubj _ 13-14 didn't _ _ _ _ _ _ _ _ -13 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 aux 15:aux _ +13 did do AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 15 aux 15:aux _ 14 n't not PART RB _ 15 advmod 15:advmod _ 15 want want VERB VB VerbForm=Inf 5 advcl 5:advcl:because _ 16 to to PART TO _ 17 mark 17:mark _ @@ -212683,11 +212815,11 @@ # sent_id = reviews-280340-0002 # text = What an amazing find - this restaurant is a GEM. -1 What what PRON WP PronType=Int 4 det:predet 4:det:predet _ +1 What what PRON WDT PronType=Int 4 det:predet 4:det:predet _ 2 an a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 amazing amazing ADJ JJ Degree=Pos 4 amod 4:amod _ 4 find find NOUN NN Number=Sing 0 root 0:root _ -5 - - PUNCT , _ 4 punct 4:punct _ +5 - - PUNCT , _ 10 punct 10:punct _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 restaurant restaurant NOUN NN Number=Sing 10 nsubj 10:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ @@ -212697,26 +212829,26 @@ # sent_id = reviews-280340-0003 # text = #1 its immaculately clean. -1 # # SYM NN Number=Sing 2 punct 2:punct SpaceAfter=No -2 1 1 X LS _ 6 nummod 6:nummod _ +1 # # SYM NN Number=Sing 2 compound 2:compound SpaceAfter=No +2 1 1 NUM LS NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 3-4 its _ _ _ _ _ _ _ _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -4 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +4 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 6 cop 6:cop CorrectForm='s 5 immaculately immaculately ADV RB _ 6 advmod 6:advmod _ 6 clean clean ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 7 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-280340-0004 # text = #2 the decor is tasteful and artistic, from the comfortable chairs to the elegant light fixtures.... and (most importantly) #3 the food is FANTASTIC. -1 # # SYM NN Number=Sing 2 punct 2:punct SpaceAfter=No -2 2 2 X LS _ 6 nummod 6:nummod _ +1 # # SYM NN Number=Sing 2 compound 2:compound SpaceAfter=No +2 2 2 NUM LS NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 decor decor NOUN NN Number=Sing 6 nsubj 6:nsubj|8:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 tasteful tasteful ADJ JJ Degree=Pos 0 root 0:root _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 artistic artistic ADJ JJ Degree=Pos 6 conj 6:conj:and SpaceAfter=No -9 , , PUNCT , _ 6 punct 6:punct _ +9 , , PUNCT , _ 13 punct 13:punct _ 10 from from ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 comfortable comfortable ADJ JJ Degree=Pos 13 amod 13:amod _ @@ -212726,14 +212858,14 @@ 16 elegant elegant ADJ JJ Degree=Pos 18 amod 18:amod _ 17 light light NOUN NN Number=Sing 18 compound 18:compound _ 18 fixtures fixture NOUN NNS Number=Plur 13 nmod 13:nmod:to SpaceAfter=No -19 .... .... PUNCT , _ 6 punct 6:punct _ +19 .... .... PUNCT , _ 30 punct 30:punct _ 20 and and CCONJ CC _ 30 cc 30:cc _ 21 ( ( PUNCT -LRB- _ 23 punct 23:punct SpaceAfter=No -22 most most ADV RBS _ 23 advmod 23:advmod _ +22 most most ADV RBS Degree=Sup 23 advmod 23:advmod _ 23 importantly importantly ADV RB _ 30 advmod 30:advmod SpaceAfter=No 24 ) ) PUNCT -RRB- _ 23 punct 23:punct _ -25 # # SYM NN Number=Sing 26 punct 26:punct SpaceAfter=No -26 3 3 X LS _ 30 nummod 30:nummod _ +25 # # SYM NN Number=Sing 26 compound 26:compound SpaceAfter=No +26 3 3 NUM LS NumForm=Digit|NumType=Card 30 nummod 30:nummod _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 food food NOUN NN Number=Sing 30 nsubj 30:nsubj _ 29 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 30 cop 30:cop _ @@ -212745,15 +212877,15 @@ 1 This this PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 authentic authentic ADJ JJ Degree=Pos 5 amod 5:amod _ -4 Cuban cuban ADJ JJ Degree=Pos 5 amod 5:amod _ +4 Cuban Cuban ADJ JJ Degree=Pos 5 amod 5:amod _ 5 cuisine cuisine NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 6 ; ; PUNCT , _ 8 punct 8:punct _ 7 fresh fresh ADJ JJ Degree=Pos 8 amod 8:amod _ 8 ingredients ingredient NOUN NNS Number=Plur 5 parataxis 5:parataxis _ 9 expertly expertly ADV RB _ 10 advmod 10:advmod _ -10 prepared prepare VERB VBN Tense=Past|VerbForm=Part 8 appos 8:appos _ +10 prepared prepare VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 appos 8:appos _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 seasoned season VERB VBN Tense=Past|VerbForm=Part 10 conj 8:appos|10:conj:and _ +12 seasoned season VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 conj 8:appos|10:conj:and _ 13 perfectly perfectly ADV RB _ 12 advmod 12:advmod SpaceAfter=No 14 . . PUNCT . _ 8 punct 8:punct _ @@ -212761,11 +212893,11 @@ # text = The portions were generous and we got out for less than the cost of one entree at some chain restaurant. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 portions portion NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 cop 4:cop _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 4 generous generous ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +7 got get VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 8 out out ADV RB _ 7 advmod 7:advmod _ 9 for for ADP IN _ 10 case 10:case _ 10 less less ADJ JJR Degree=Cmp 7 obl 7:obl:for _ @@ -212773,10 +212905,10 @@ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 cost cost NOUN NN Number=Sing 10 obl 10:obl:than _ 14 of of ADP IN _ 16 case 16:case _ -15 one one NUM CD NumType=Card 16 nummod 16:nummod _ +15 one one NUM CD NumForm=Word|NumType=Card 16 nummod 16:nummod _ 16 entree entree NOUN NN Number=Sing 13 nmod 13:nmod:of _ 17 at at ADP IN _ 20 case 20:case _ -18 some some DET DT _ 20 det 20:det _ +18 some some DET DT PronType=Ind 20 det 20:det _ 19 chain chain NOUN NN Number=Sing 20 compound 20:compound _ 20 restaurant restaurant NOUN NN Number=Sing 16 nmod 16:nmod:at SpaceAfter=No 21 . . PUNCT . _ 4 punct 4:punct _ @@ -212786,7 +212918,7 @@ 1 TRY try VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 THIS this DET DT Number=Sing|PronType=Dem 3 det 3:det _ 3 PLACE place NOUN NN Number=Sing 1 obj 1:obj _ -4 - - PUNCT , _ 1 punct 1:punct _ +4 - - PUNCT , _ 7 punct 7:punct _ 5-6 YOU'LL _ _ _ _ _ _ _ _ 5 YOU you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ 6 'LL will AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -212798,13 +212930,13 @@ # sent_id = reviews-251774-0001 # newpar id = reviews-251774-p0001 # text = Thank you for helping me get more healthy! -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 1 obj 1:obj _ 3 for for SCONJ IN _ 4 mark 4:mark _ 4 helping help VERB VBG VerbForm=Ger 1 advcl 1:advcl:for _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obj 4:obj|6:nsubj:xsubj|8:nsubj:xsubj _ 6 get get VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 more more ADV RBR _ 8 advmod 8:advmod _ +7 more more ADV RBR Degree=Cmp 8 advmod 8:advmod _ 8 healthy healthy ADJ JJ Degree=Pos 6 xcomp 6:xcomp SpaceAfter=No 9 ! ! PUNCT . _ 1 punct 1:punct _ @@ -212812,10 +212944,10 @@ # newpar id = reviews-251774-p0002 # text = I came in and saw Dr. Ruona about a month ago for quitting smoking. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|5:nsubj _ -2 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 came come VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 in in ADV RB _ 2 advmod 2:advmod _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +5 saw see VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 6 Dr. Dr. PROPN NNP Number=Sing 5 obj 5:obj _ 7 Ruona Ruona PROPN NNP Number=Sing 6 flat 6:flat _ 8 about about ADV RB _ 10 advmod 10:advmod _ @@ -212830,23 +212962,23 @@ # sent_id = reviews-251774-0003 # text = I have to tell you that I haven't had one and don't want one. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 tell tell VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 obj 4:obj _ +5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 iobj 4:iobj _ 6 that that SCONJ IN _ 10 mark 10:mark _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj|15:nsubj _ 8-9 haven't _ _ _ _ _ _ _ _ -8 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +8 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 n't not PART RB _ 10 advmod 10:advmod _ 10 had have VERB VBN Tense=Past|VerbForm=Part 4 ccomp 4:ccomp _ -11 one one NUM CD NumType=Card 10 obj 10:obj _ +11 one one NUM CD NumForm=Word|NumType=Card 10 obj 10:obj _ 12 and and CCONJ CC _ 15 cc 15:cc _ 13-14 don't _ _ _ _ _ _ _ _ -13 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +13 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 14 n't not PART RB _ 15 advmod 15:advmod _ 15 want want VERB VB VerbForm=Inf 10 conj 4:ccomp|10:conj:and _ -16 one one NUM CD NumType=Card 15 obj 15:obj SpaceAfter=No +16 one one NUM CD NumForm=Word|NumType=Card 15 obj 15:obj SpaceAfter=No 17 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-251774-0004 @@ -212854,19 +212986,19 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 easiest easiest ADJ JJS Degree=Sup 5 amod 5:amod _ +4 easiest easy ADJ JJS Degree=Sup 5 amod 5:amod _ 5 thing thing NOUN NN Number=Sing 0 root 0:root|10:obj _ 6 that that PRON WDT PronType=Rel 10 obj 5:ref _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -8 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +8 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 ever ever ADV RB _ 10 advmod 10:advmod _ 10 done do VERB VBN Tense=Past|VerbForm=Part 5 acl:relcl 5:acl:relcl _ 11 and and CCONJ CC _ 13 cc 13:cc _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 tell tell VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and|10:obj _ -14 all all DET PDT _ 16 det:predet 16:det:predet _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ -16 friends friend NOUN NNS Number=Plur 13 obj 13:obj _ +13 tell tell VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and|10:obj _ +14 all all DET PDT PronType=Tot 16 det:predet 16:det:predet _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +16 friends friend NOUN NNS Number=Plur 13 iobj 13:iobj _ 17 that that SCONJ IN _ 20 mark 20:mark _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 19 should should AUX MD VerbForm=Fin 20 aux 20:aux _ @@ -212878,11 +213010,11 @@ # sent_id = reviews-251774-0005 # text = I sent a customer of mine to you. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 sent send VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 customer customer NOUN NN Number=Sing 2 obj 2:obj _ 5 of of ADP IN _ 6 case 6:case _ -6 mine mine PRON PRP _ 4 nmod 4:nmod:of _ +6 mine my PRON PRP Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod 4:nmod:of _ 7 to to ADP IN _ 8 case 8:case _ 8 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 obl 2:obl:to SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ @@ -212891,32 +213023,32 @@ # text = Dr. Ruona, if you read this, thank you for helping me get more healthy. 1 Dr. Dr. PROPN NNP Number=Sing 9 vocative 9:vocative _ 2 Ruona Ruona PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 9 punct 9:punct _ +3 , , PUNCT , _ 1 punct 1:punct _ 4 if if SCONJ IN _ 6 mark 6:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 read read VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ +6 read read VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ 7 this this PRON DT Number=Sing|PronType=Dem 6 obj 6:obj SpaceAfter=No -8 , , PUNCT , _ 9 punct 9:punct _ -9 thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 , , PUNCT , _ 6 punct 6:punct _ +9 thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 10 you you PRON PRP Case=Acc|Person=2|PronType=Prs 9 obj 9:obj _ 11 for for SCONJ IN _ 12 mark 12:mark _ 12 helping help VERB VBG VerbForm=Ger 9 advcl 9:advcl:for _ 13 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 12 obj 12:obj|14:nsubj:xsubj|16:nsubj:xsubj _ 14 get get VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ -15 more more ADV RBR _ 16 advmod 16:advmod _ +15 more more ADV RBR Degree=Cmp 16 advmod 16:advmod _ 16 healthy healthy ADJ JJ Degree=Pos 14 xcomp 14:xcomp SpaceAfter=No 17 . . PUNCT . _ 9 punct 9:punct _ # sent_id = reviews-251774-0007 # text = I feel lighter and feel that I have more possibilities open to me now than I did before. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|3:nsubj:xsubj|5:nsubj _ -2 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 lighter lighter ADJ JJR Degree=Cmp 2 xcomp 2:xcomp _ +2 feel feel VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 lighter light ADJ JJR Degree=Cmp 2 xcomp 2:xcomp _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +5 feel feel VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 6 that that SCONJ IN _ 8 mark 8:mark _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ +8 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ 9 more more ADJ JJR Degree=Cmp 10 amod 10:amod _ 10 possibilities possibility NOUN NNS Number=Plur 8 obj 8:obj _ 11 open open ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -212925,7 +213057,7 @@ 14 now now ADV RB _ 8 advmod 8:advmod _ 15 than than SCONJ IN _ 17 mark 17:mark _ 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -17 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:than _ +17 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:than _ 18 before before ADV RB _ 17 advmod 17:advmod SpaceAfter=No 19 . . PUNCT . _ 2 punct 2:punct _ @@ -212944,10 +213076,10 @@ # sent_id = reviews-131458-0001 # newpar id = reviews-131458-p0001 # text = Signs of Saltford - an excellent supplier of value for money signs and banners etc. -1 Signs Signs PROPN NNPS Number=Plur 0 root 0:root _ +1 Signs Sign PROPN NNPS Number=Plur 0 root 0:root _ 2 of of ADP IN _ 3 case 3:case _ 3 Saltford Saltford PROPN NNP Number=Sing 1 nmod 1:nmod:of _ -4 - - PUNCT : _ 1 punct 1:punct _ +4 - - PUNCT : _ 7 punct 7:punct _ 5 an a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 excellent excellent ADJ JJ Degree=Pos 7 amod 7:amod _ 7 supplier supplier NOUN NN Number=Sing 1 parataxis 1:parataxis _ @@ -212958,38 +213090,38 @@ 12 signs sign NOUN NNS Number=Plur 7 nmod 7:nmod:of _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 banners banner NOUN NNS Number=Plur 12 conj 7:nmod:of|12:conj:and _ -15 etc etc X FW _ 12 conj 7:nmod:of|12:conj:and SpaceAfter=No +15 etc etc. NOUN FW Abbr=Yes|Number=Plur 12 conj 7:nmod:of|12:conj:and SpaceAfter=No 16 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-131458-0002 # newpar id = reviews-131458-p0002 # text = I have been a friend and customer of Signs of Saltford for well over 12 years now and I also became their website supplier some 3 years ago. -1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj|21:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 5 cop 5:cop _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 friend friend NOUN NN Number=Sing 0 root 0:root _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 customer customer NOUN NN Number=Sing 5 conj 5:conj:and _ 8 of of ADP IN _ 9 case 9:case _ -9 Signs Signs PROPN NNPS Number=Plur 5 nmod 5:nmod:of _ +9 Signs Sign PROPN NNPS Number=Plur 5 nmod 5:nmod:of _ 10 of of ADP IN _ 11 case 11:case _ 11 Saltford Saltford PROPN NNP Number=Sing 9 nmod 9:nmod:of _ 12 for for ADP IN _ 16 case 16:case _ 13 well well ADV RB Degree=Pos 16 advmod 16:advmod _ 14 over over ADP IN _ 16 case 16:case _ -15 12 12 NUM CD NumType=Card 16 nummod 16:nummod _ +15 12 12 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 16 years year NOUN NNS Number=Plur 5 obl 5:obl:over _ 17 now now ADV RB _ 5 advmod 5:advmod _ 18 and and CCONJ CC _ 21 cc 21:cc _ -19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ -20 also also ADV RB _ 24 advmod 24:advmod _ -21 became become VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ -22 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj|24:nsubj:xsubj _ +20 also also ADV RB _ 21 advmod 21:advmod _ +21 became become VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +22 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 23 website website NOUN NN Number=Sing 24 compound 24:compound _ -24 supplier supplier NOUN NN Number=Sing 21 obj 21:obj _ -25 some some DET DT _ 27 det 27:det _ -26 3 3 NUM CD NumType=Card 27 nummod 27:nummod _ +24 supplier supplier NOUN NN Number=Sing 21 xcomp 21:xcomp _ +25 some some DET DT PronType=Ind 27 det 27:det _ +26 3 3 NUM CD NumForm=Digit|NumType=Card 27 nummod 27:nummod _ 27 years year NOUN NNS Number=Plur 28 obl:npmod 28:obl:npmod _ 28 ago ago ADV RB _ 21 advmod 21:advmod SpaceAfter=No 29 . . PUNCT . _ 5 punct 5:punct _ @@ -213008,20 +213140,20 @@ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj:pass 13:nsubj:pass _ 11 can can AUX MD VerbForm=Fin 13 aux 13:aux _ 12 be be AUX VB VerbForm=Inf 13 aux:pass 13:aux:pass _ -13 assured assure VERB VBN Tense=Past|VerbForm=Part 5 conj 5:conj:and _ +13 assured assure VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 conj 5:conj:and _ 14 that that SCONJ IN _ 17 mark 17:mark _ 15 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj|19:nsubj:xsubj _ 16 will will AUX MD VerbForm=Fin 17 aux 17:aux _ -17 endevour endeavor VERB VB Typo=Yes|VerbForm=Inf 13 ccomp 13:ccomp _ +17 endevour endeavor VERB VB Typo=Yes|VerbForm=Inf 13 ccomp 13:ccomp CorrectForm=endeavor 18 to to PART TO _ 19 mark 19:mark _ 19 satisfy satisfy VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ -20 all all DET PDT _ 23 det:predet 23:det:predet _ -21 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +20 all all DET PDT PronType=Tot 23 det:predet 23:det:predet _ +21 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 22 signage signage NOUN NN Number=Sing 23 compound 23:compound _ 23 requirements requirement NOUN NNS Number=Plur 19 obj 19:obj _ 24 at at ADP IN _ 29 case 29:case _ 25 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ -26 most most ADV RBS _ 28 advmod 28:advmod _ +26 most most ADV RBS Degree=Sup 28 advmod 28:advmod _ 27 cost cost NOUN NN Number=Sing 28 obl:npmod 28:obl:npmod _ 28 effective effective ADJ JJ Degree=Pos 29 amod 29:amod _ 29 rates rate NOUN NNS Number=Plur 19 obl 19:obl:at SpaceAfter=No @@ -213030,7 +213162,7 @@ # sent_id = reviews-131458-0004 # text = I have been extremely pleased with the signs and pop-up banners she has supplied to me over the years - a truly first class family business run by Tina and her husband Chris. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 5 cop 5:cop _ 4 extremely extremely ADV RB _ 5 advmod 5:advmod _ 5 pleased pleased ADJ JJ Degree=Pos 28 parataxis 28:parataxis _ @@ -213039,7 +213171,7 @@ 8 signs sign NOUN NNS Number=Plur 5 obl 5:obl:with _ 9 and and CCONJ CC _ 13 cc 13:cc _ 10 pop pop VERB VB VerbForm=Inf 13 amod 13:amod SpaceAfter=No -11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No 12 up up ADP RP _ 10 compound:prt 10:compound:prt _ 13 banners banner NOUN NNS Number=Plur 8 conj 5:obl:with|8:conj:and _ 14 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ @@ -213050,19 +213182,19 @@ 19 over over ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 years year NOUN NNS Number=Plur 16 obl 16:obl:over _ -22 - - PUNCT : _ 28 punct 28:punct _ +22 - - PUNCT : _ 5 punct 5:punct _ 23 a a DET DT Definite=Ind|PronType=Art 28 det 28:det _ 24 truly truly ADV RB _ 26 advmod 26:advmod _ -25 first first ADJ JJ Degree=Pos|NumType=Ord 26 amod 26:amod _ +25 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 26 amod 26:amod _ 26 class class NOUN NN Number=Sing 28 compound 28:compound _ 27 family family NOUN NN Number=Sing 28 compound 28:compound _ 28 business business NOUN NN Number=Sing 0 root 0:root _ -29 run run VERB VBN Tense=Past|VerbForm=Part 28 acl 28:acl _ +29 run run VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 28 acl 28:acl _ 30 by by ADP IN _ 31 case 31:case _ -31 Tina Tina PROPN NNP Number=Sing 29 obl 29:obl:by _ +31 Tina Tina PROPN NNP Number=Sing 29 obl:agent 29:obl:agent _ 32 and and CCONJ CC _ 34 cc 34:cc _ -33 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ -34 husband husband NOUN NN Number=Sing 31 conj 29:obl:by|31:conj:and _ +33 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ +34 husband husband NOUN NN Number=Sing 31 conj 29:obl:agent|31:conj:and _ 35 Chris Chris PROPN NNP Number=Sing 34 appos 34:appos SpaceAfter=No 36 . . PUNCT . _ 28 punct 28:punct _ @@ -213070,7 +213202,7 @@ # sent_id = reviews-007403-0001 # newpar id = reviews-007403-p0001 # text = My counseling practice -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 counseling counseling NOUN NN Number=Sing 3 compound 3:compound _ 3 practice practice NOUN NN Number=Sing 0 root 0:root _ @@ -213078,25 +213210,25 @@ # newpar id = reviews-007403-p0002 # text = Hello my name is Vera and I'm writing a review about my own counseling practice in Bellevue, WA. and in Renton WA. 1 Hello hello INTJ UH _ 5 discourse 5:discourse _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 name name NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 Vera Vera PROPN NNP Number=Sing 0 root 0:root _ 6 and and CCONJ CC _ 9 cc 9:cc _ 7-8 I'm _ _ _ _ _ _ _ _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -8 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +8 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 9 writing write VERB VBG VerbForm=Ger 5 conj 5:conj:and _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 review review NOUN NN Number=Sing 9 obj 9:obj _ 12 about about ADP IN _ 16 case 16:case _ -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 14 own own ADJ JJ Degree=Pos 16 amod 16:amod _ 15 counseling counseling NOUN NN Number=Sing 16 compound 16:compound _ 16 practice practice NOUN NN Number=Sing 11 nmod 11:nmod:about _ 17 in in ADP IN _ 18 case 18:case _ 18 Bellevue Bellevue PROPN NNP Number=Sing 16 nmod 16:nmod:in SpaceAfter=No -19 , , PUNCT , _ 18 punct 18:punct _ +19 , , PUNCT , _ 20 punct 20:punct _ 20 WA. WA. PROPN NNP Number=Sing 18 appos 18:appos _ 21 and and CCONJ CC _ 23 cc 23:cc _ 22 in in ADP IN _ 23 case 23:case _ @@ -213109,13 +213241,13 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 3 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -4 licensed license VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod _ +4 licensed license VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod _ 5 mental mental ADJ JJ Degree=Pos 6 amod 6:amod _ 6 health health NOUN NN Number=Sing 7 compound 7:compound _ 7 counselor counselor NOUN NN Number=Sing 0 root 0:root _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 conj 7:conj:and _ +10 work work VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 conj 7:conj:and _ 11 with with ADP IN _ 12 case 12:case _ 12 variety variety NOUN NN Number=Sing 10 obl 10:obl:with _ 13 of of ADP IN _ 16 case 16:case _ @@ -213127,19 +213259,19 @@ # sent_id = reviews-007403-0004 # text = I offer compassionate, approachable and personalized counseling services. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 offer offer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 offer offer VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 compassionate compassionate ADJ JJ Degree=Pos 9 amod 9:amod SpaceAfter=No 4 , , PUNCT , _ 5 punct 5:punct _ 5 approachable approachable ADJ JJ Degree=Pos 3 conj 3:conj:and|9:amod _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 personalized personalize VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:and|9:amod _ +7 personalized personalize VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 conj 3:conj:and|9:amod _ 8 counseling counseling NOUN NN Number=Sing 9 compound 9:compound _ 9 services service NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-007403-0005 # text = My style is compassionate, nonjudgmental, and caring. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 style style NOUN NN Number=Sing 4 nsubj 4:nsubj|6:nsubj|9:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 compassionate compassionate ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No @@ -213154,13 +213286,13 @@ # text = Please visit my website to learn more about my practice at www.veraakulov.com. 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 visit visit VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 website website NOUN NN Number=Sing 2 obj 2:obj _ 5 to to PART TO _ 6 mark 6:mark _ 6 learn learn VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ 7 more more ADJ JJR Degree=Cmp 6 obj 6:obj _ 8 about about ADP IN _ 10 case 10:case _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 practice practice NOUN NN Number=Sing 7 obl 7:obl:about _ 11 at at ADP IN _ 12 case 12:case _ 12 www.veraakulov.com www.veraakulov.com X ADD _ 2 obl 2:obl:at SpaceAfter=No @@ -213171,7 +213303,7 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ -4 preferred prefer VERB VBN Tense=Past|VerbForm=Part 5 amod 5:amod _ +4 preferred prefer VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 amod 5:amod _ 5 provider provider NOUN NN Number=Sing 0 root 0:root _ 6 with with ADP IN _ 9 case 9:case _ 7 most most ADJ JJS Degree=Sup 9 amod 9:amod _ @@ -213182,8 +213314,8 @@ # sent_id = reviews-007403-0008 # text = Schedule your first appointment online! 1 Schedule schedule VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ -3 first first ADJ JJ Degree=Pos|NumType=Ord 4 amod 4:amod _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 4 amod 4:amod _ 4 appointment appointment NOUN NN Number=Sing 1 obj 1:obj _ 5 online online ADV RB _ 1 advmod 1:advmod SpaceAfter=No 6 ! ! PUNCT . _ 1 punct 1:punct _ @@ -213195,7 +213327,7 @@ 3 appreciate appreciate VERB VB VerbForm=Inf 0 root 0:root _ 4 reviews review NOUN NNS Number=Plur 3 obj 3:obj _ 5 from from ADP IN _ 6 case 6:case _ -6 anyone anyone PRON NN Number=Sing 4 nmod 4:nmod:from|9:nsubj _ +6 anyone anyone PRON NN Number=Sing|PronType=Ind 4 nmod 4:nmod:from|9:nsubj _ 7 who who PRON WP PronType=Rel 9 nsubj 6:ref _ 8 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 9 worked work VERB VBN Tense=Past|VerbForm=Part 6 acl:relcl 6:acl:relcl _ @@ -213222,16 +213354,16 @@ # text = If you have children or are just a real animal lover yourself you'll love this zoo. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|11:nsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:if _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:if _ 4 children child NOUN NNS Number=Plur 3 obj 3:obj _ 5 or or CCONJ CC _ 11 cc 11:cc _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +6 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 7 just just ADV RB _ 11 advmod 11:advmod _ 8 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 9 real real ADJ JJ Degree=Pos 11 amod 11:amod _ 10 animal animal NOUN NN Number=Sing 11 compound 11:compound _ 11 lover lover NOUN NN Number=Sing 3 conj 3:conj:or|15:advcl:if _ -12 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 11 nmod:npmod 11:nmod:npmod _ +12 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Emp|Reflex=Yes 11 nmod:npmod 11:nmod:npmod _ 13-14 you'll _ _ _ _ _ _ _ _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ 14 'll will AUX MD VerbForm=Fin 15 aux 15:aux _ @@ -213247,12 +213379,12 @@ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 only only ADV RB _ 4 advmod 4:advmod _ 4 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -5 10 10 NUM CD NumType=Card 4 compound 4:compound _ +5 10 10 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 6 and and CCONJ CC _ 13 cc 13:cc _ 7 in in ADP IN _ 8 case 8:case _ 8 essence essence NOUN NN Number=Sing 13 nmod 13:nmod:in _ 9 just just ADV RB _ 13 advmod 13:advmod _ -10 one one NUM CD NumType=Card 13 nummod 13:nummod _ +10 one one NUM CD NumForm=Word|NumType=Card 13 nummod 13:nummod _ 11 big big ADJ JJ Degree=Pos 13 amod 13:amod _ 12 petting petting NOUN NN Number=Sing 13 compound 13:compound _ 13 zoo zoo NOUN NN Number=Sing 4 conj 4:conj:and SpaceAfter=No @@ -213261,7 +213393,7 @@ # sent_id = reviews-372903-0004 # text = They sell feed and milk bottles at the front and I recommend you buy lots. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 sell sell VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 sell sell VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 feed feed NOUN NN Number=Sing 2 obj 2:obj _ 4 and and CCONJ CC _ 6 cc 6:cc _ 5 milk milk NOUN NN Number=Sing 6 compound 6:compound _ @@ -213271,37 +213403,37 @@ 9 front front NOUN NN Number=Sing 2 obl 2:obl:at _ 10 and and CCONJ CC _ 12 cc 12:cc _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +12 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj _ -14 buy buy VERB VB VerbForm=Inf 12 ccomp 12:ccomp _ +14 buy buy VERB VB Mood=Sub|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 ccomp 12:ccomp _ 15 lots lot NOUN NNS Number=Plur 14 obj 14:obj SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-372903-0005 # text = We took our 7 month old and she laughed and giggled when (very harshly I might add) grabbing and 'kissed' the goats and lambs. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -4 7 7 NUM CD NumType=Card 5 nummod 5:nummod _ +2 took take VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 7 7 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 month month NOUN NN Number=Sing 2 obj 2:obj _ 6 old old ADJ JJ Degree=Pos 5 amod 5:amod _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj|11:nsubj|23:nsubj _ -9 laughed laugh VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +9 laughed laugh VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 giggled giggle VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 conj 9:conj:and _ -12 when when SCONJ WRB PronType=Int 20 mark 20:mark _ -13 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No +11 giggled giggle VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 conj 9:conj:and _ +12 when when ADV WRB PronType=Int 20 advmod 20:advmod _ +13 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No 14 very very ADV RB _ 15 advmod 15:advmod _ 15 harshly harshly ADV RB _ 20 advmod 20:advmod _ 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ 17 might might AUX MD VerbForm=Fin 18 aux 18:aux _ -18 add add VERB VB VerbForm=Inf 20 parataxis 20:parataxis SpaceAfter=No -19 ) ) PUNCT -RRB- _ 18 punct 18:punct _ +18 add add VERB VB VerbForm=Inf 15 parataxis 15:parataxis SpaceAfter=No +19 ) ) PUNCT -RRB- _ 15 punct 15:punct _ 20 grabbing grab VERB VBG VerbForm=Ger 9 advcl 9:advcl:when _ 21 and and CCONJ CC _ 23 cc 23:cc _ 22 ' ' PUNCT `` _ 23 punct 23:punct SpaceAfter=No -23 kissed kiss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 conj 9:conj:and SpaceAfter=No +23 kissed kiss VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 conj 9:conj:and SpaceAfter=No 24 ' ' PUNCT '' _ 23 punct 23:punct _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 26 goats goat NOUN NNS Number=Plur 23 obj 23:obj _ @@ -213313,7 +213445,7 @@ # text = The animals were all very sweet and patient with her. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 animals animal NOUN NNS Number=Plur 6 nsubj 6:nsubj|8:nsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 cop 6:cop _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 4 all all ADV RB _ 6 advmod 6:advmod _ 5 very very ADV RB _ 6 advmod 6:advmod _ 6 sweet sweet ADJ JJ Degree=Pos 0 root 0:root _ @@ -213329,12 +213461,12 @@ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 animals animal NOUN NNS Number=Plur 0 root 0:root|6:nsubj _ 4 that that PRON WDT PronType=Rel 6 nsubj 3:ref _ -5 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 cop 6:cop _ +5 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 6 available available ADJ JJ Degree=Pos 3 acl:relcl 3:acl:relcl _ 7 to to PART TO _ 8 mark 8:mark _ 8 touch touch VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ -9 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 cop 3:cop _ -10 pony's pony NOUN NNS Number=Plur|Typo=Yes 3 nsubj 3:nsubj SpaceAfter=No +9 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ +10 pony's pony NOUN NNS Number=Plur|Typo=Yes 3 nsubj 3:nsubj CorrectForm=ponies|SpaceAfter=No 11 , , PUNCT , _ 12 punct 12:punct _ 12 camels camel NOUN NNS Number=Plur 10 conj 3:nsubj|10:conj:and _ 13 and and CCONJ CC _ 16 cc 16:cc _ @@ -213383,7 +213515,7 @@ 17 for for ADP IN _ 18 case 18:case _ 18 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 16 obl 16:obl:for _ 19 and and CCONJ CC _ 21 cc 21:cc _ -20 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 dog dog NOUN NN Number=Sing 18 conj 16:obl:for|18:conj:and _ 22 Gracee Gracee PROPN NNP Number=Sing 21 appos 21:appos SpaceAfter=No 23 . . PUNCT . _ 4 punct 4:punct _ @@ -213392,7 +213524,7 @@ # text = Gracee is more excited to see her than she is to see me!!!! 1 Gracee Gracee PROPN NNP Number=Sing 4 nsubj 4:nsubj|6:nsubj:xsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -3 more more ADV RBR _ 4 advmod 4:advmod _ +3 more more ADV RBR Degree=Cmp 4 advmod 4:advmod _ 4 excited excited ADJ JJ Degree=Pos 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 see see VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ @@ -213429,12 +213561,12 @@ 3 taken take VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 care care NOUN NN Number=Sing 3 obj 3:obj _ 5 of of ADP IN _ 8 case 8:case _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 sweet sweet ADJ JJ Degree=Pos 8 amod 8:amod _ 8 girl girl NOUN NN Number=Sing 3 obl 3:obl:of _ 9 for for ADP IN _ 12 case 12:case _ 10 almost almost ADV RB _ 11 advmod 11:advmod _ -11 4 4 NUM CD NumType=Card 12 nummod 12:nummod _ +11 4 4 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 12 years year NOUN NNS Number=Plur 3 obl 3:obl:for _ 13 now now ADV RB _ 3 advmod 3:advmod _ 14 and and CCONJ CC _ 18 cc 18:cc _ @@ -213445,7 +213577,7 @@ 19 Gracee Gracee PROPN NNP Number=Sing 18 obj 18:obj|20:nsubj:xsubj _ 20 go go VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ 21 with with ADP IN _ 22 case 22:case _ -22 anyone anyone PRON NN Number=Sing 20 obl 20:obl:with _ +22 anyone anyone PRON NN Number=Sing|PronType=Ind 20 obl 20:obl:with _ 23 besides besides ADP IN _ 24 case 24:case _ 24 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 22 nmod 22:nmod:besides SpaceAfter=No 25 !!! !!! PUNCT . _ 3 punct 3:punct _ @@ -213462,7 +213594,7 @@ 8 very very ADV RB _ 9 advmod 9:advmod _ 9 enthusiastic enthusiastic ADJ JJ Degree=Pos 3 conj 3:conj:and _ 10 about about ADP IN _ 12 case 12:case _ -11 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 job job NOUN NN Number=Sing 9 obl 9:obl:about SpaceAfter=No 13 ! ! PUNCT . _ 3 punct 3:punct _ @@ -213474,37 +213606,37 @@ 4 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 3 iobj 3:iobj _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 try try NOUN NN Number=Sing 3 obj 3:obj _ -7 - - PUNCT , _ 3 punct 3:punct _ +7 - - PUNCT , _ 10 punct 10:punct _ 8-9 it's _ _ _ _ _ _ _ _ -8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ +8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 expl 10:expl _ 9 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 worth worth ADJ JJ Degree=Pos 3 parataxis 3:parataxis _ -11 every every DET DT _ 12 det 12:det _ -12 penny penny NOUN NN Number=Sing 10 obj 10:obj|14:nsubj:xsubj _ +11 every every DET DT PronType=Tot 12 det 12:det _ +12 penny penny NOUN NN Number=Sing 10 obj 10:obj _ 13 to to PART TO _ 14 mark 14:mark _ -14 know know VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ -15 that that SCONJ IN _ 18 mark 18:mark _ -16 you you PRON PRP$ Person=2|Poss=Yes|PronType=Prs|Typo=Yes 17 nmod:poss 17:nmod:poss _ -17 pet pet NOUN NN Number=Sing 18 nsubj 18:nsubj _ -18 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 ccomp 14:ccomp _ +14 know know VERB VB VerbForm=Inf 10 csubj 10:csubj _ +15 that that SCONJ IN _ 21 mark 21:mark _ +16 you your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs|Typo=Yes 17 nmod:poss 17:nmod:poss CorrectForm=your +17 pet pet NOUN NN Number=Sing 21 nsubj 21:nsubj _ +18 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 19 in in ADP IN _ 21 case 21:case _ 20 GREAT great ADJ JJ Degree=Pos 21 amod 21:amod _ -21 hands hand NOUN NNS Number=Plur 18 obl 18:obl:in _ +21 hands hand NOUN NNS Number=Plur 14 ccomp 14:ccomp _ 22 with with ADP IN _ 25 case 25:case _ 23 Wunderbar Wunderbar PROPN NNP Number=Sing 25 compound 25:compound _ 24 pet pet PROPN NNP Number=Sing 25 compound 25:compound _ -25 sitting sitting PROPN NNP Number=Sing 18 obl 18:obl:with SpaceAfter=No +25 sitting sitting PROPN NNP Number=Sing 21 obl 21:obl:with SpaceAfter=No 26 !!!! !!!! PUNCT . _ 3 punct 3:punct _ # newdoc id = reviews-191666 # sent_id = reviews-191666-0001 # newpar id = reviews-191666-p0001 # text = Worst Service I've Ever Experienced -1 Worst worst ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Worst bad ADJ JJS Degree=Sup 2 amod 2:amod _ 2 Service service NOUN NN Number=Sing 0 root 0:root _ 3-4 I've _ _ _ _ _ _ _ _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -4 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 Ever ever ADV RB _ 6 advmod 6:advmod _ 6 Experienced experience VERB VBN Tense=Past|VerbForm=Part 2 acl:relcl 2:acl:relcl _ @@ -213512,10 +213644,10 @@ # newpar id = reviews-191666-p0002 # text = I wish there was something good to say about the business, but unfortunately, there isn't. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 wish wish VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 wish wish VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 there there PRON EX _ 4 expl 4:expl _ 4 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ -5 something something PRON NN Number=Sing 4 nsubj 4:nsubj _ +5 something something PRON NN Number=Sing|PronType=Ind 4 nsubj 4:nsubj _ 6 good good ADJ JJ Degree=Pos 5 amod 5:amod _ 7 to to PART TO _ 8 mark 8:mark _ 8 say say VERB VB VerbForm=Inf 5 acl 5:acl:to _ @@ -213525,36 +213657,37 @@ 12 , , PUNCT , _ 17 punct 17:punct _ 13 but but CCONJ CC _ 17 cc 17:cc _ 14 unfortunately unfortunately ADV RB _ 17 advmod 17:advmod SpaceAfter=No -15 , , PUNCT , _ 17 punct 17:punct _ +15 , , PUNCT , _ 14 punct 14:punct _ 16 there there PRON EX _ 17 expl 17:expl _ -17 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but SpaceAfter=No -18 n't not PART RB _ 17 advmod 17:advmod SpaceAfter=No +17-18 isn't _ _ _ _ _ _ _ SpaceAfter=No +17 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ +18 n't not PART RB _ 17 advmod 17:advmod _ 19 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-191666-0003 # text = 1) Service and manners were nonexistent. -1 1 1 X LS _ 7 nummod 7:nummod SpaceAfter=No +1 1 1 NUM LS NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No 2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ 3 Service service NOUN NN Number=Sing 7 nsubj 7:nsubj _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 manners manners NOUN NNS Number=Plur 3 conj 3:conj:and|7:nsubj _ -6 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 cop 7:cop _ +6 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 7 nonexistent nonexistent ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 8 . . PUNCT . _ 7 punct 7:punct _ # sent_id = reviews-191666-0004 # text = 2) The employees constantly talk down to customers and are very argumentative for the sake of being argumentative. -1 2 2 X LS _ 6 nummod 6:nummod SpaceAfter=No +1 2 2 NUM LS NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No 2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ 3 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 employees employee NOUN NNS Number=Plur 6 nsubj 6:nsubj|13:nsubj _ 5 constantly constantly ADV RB _ 6 advmod 6:advmod _ -6 talk talk VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 talk talk VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 down down ADV RB _ 6 advmod 6:advmod _ 8 to to ADP IN _ 9 case 9:case _ 9 customers customer NOUN NNS Number=Plur 6 obl 6:obl:to _ 10 and and CCONJ CC _ 13 cc 13:cc _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 12 very very ADV RB _ 13 advmod 13:advmod _ 13 argumentative argumentative ADJ JJ Degree=Pos 6 conj 6:conj:and _ 14 for for ADP IN _ 16 case 16:case _ @@ -213570,14 +213703,14 @@ 1 ( ( PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No 2 to to ADP IN _ 4 case 4:case _ 3 both both CCONJ CC _ 4 cc:preconj 4:cc:preconj _ -4 myself myself PRON PRP Number=Sing|Person=1|PronType=Prs 0 root 0:root _ +4 myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes 0 root 0:root _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 customers customer NOUN NNS Number=Plur 4 conj 4:conj:and SpaceAfter=No 7 ) ) PUNCT -RRB- _ 4 punct 4:punct _ -8 3 3 X LS _ 13 nummod 13:nummod SpaceAfter=No +8 3 3 NUM LS NumForm=Digit|NumType=Card 13 nummod 13:nummod SpaceAfter=No 9 ) ) PUNCT -RRB- _ 8 punct 8:punct _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -11 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +11 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 never never ADV RB _ 13 advmod 13:advmod _ 13 experienced experience VERB VBN Tense=Past|VerbForm=Part 4 parataxis 4:parataxis _ 14 so so ADV RB _ 15 advmod 15:advmod _ @@ -213591,7 +213724,7 @@ # sent_id = reviews-191666-0006 # text = 4) The business is very unorganized. -1 4 4 X LS _ 7 nummod 7:nummod SpaceAfter=No +1 4 4 NUM LS NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No 2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ 3 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 business business NOUN NN Number=Sing 7 nsubj 7:nsubj _ @@ -213607,18 +213740,18 @@ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 detailed detailed ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 10 punct 10:punct _ 7 so so ADV RB _ 10 mark 10:mark _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 expl 10:expl _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 difficult difficult ADJ JJ Degree=Pos 5 advcl 5:advcl:so _ 11 to to PART TO _ 12 mark 12:mark _ 12 see see VERB VB VerbForm=Inf 10 csubj 10:csubj _ -13 what what PRON WP PronType=Int 12 obj 12:obj _ +13 what what PRON WP PronType=Int 16 obl 16:obl:for _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ -16 paying pay VERB VBG Tense=Pres|VerbForm=Part 13 acl:relcl 13:acl:relcl _ -17 for for ADP IN _ 16 obl 16:obl SpaceAfter=No +15 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +16 paying pay VERB VBG Tense=Pres|VerbForm=Part 12 ccomp 12:ccomp _ +17 for for ADP IN _ 13 case 13:case SpaceAfter=No 18 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-191666-0008 @@ -213629,14 +213762,14 @@ 3 recommend recommend VERB VB VerbForm=Inf 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 save save VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 time time NOUN NN Number=Sing 5 obj 5:obj _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 energy energy NOUN NN Number=Sing 7 conj 5:obj|7:conj:and _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 find find VERB VB VerbForm=Inf 5 conj 3:xcomp|5:conj:and _ -12 another another DET DT _ 14 det 14:det _ -13 greek greek ADJ JJ Degree=Pos 14 amod 14:amod _ +12 another another DET DT PronType=Ind 14 det 14:det _ +13 greek Greek ADJ JJ Degree=Pos 14 amod 14:amod _ 14 store store NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ @@ -213647,7 +213780,7 @@ 1 Exile Exile PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 best best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +4 best good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 5 !!! !!! PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-081796-0002 @@ -213656,10 +213789,10 @@ 1 Exile Exile PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 3 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -4 longest longest ADV RBS Degree=Sup 5 advmod 5:advmod _ +4 longest long ADV RBS Degree=Sup 5 advmod 5:advmod _ 5 lasting last VERB VBG VerbForm=Ger 10 amod 10:amod _ 6 and and CCONJ CC _ 8 cc 8:cc _ -7 most most ADV RBS _ 8 advmod 8:advmod _ +7 most most ADV RBS Degree=Sup 8 advmod 8:advmod _ 8 authentic authentic ADJ JJ Degree=Pos 5 conj 5:conj:and|10:amod _ 9 punk punk NOUN NN Number=Sing 10 compound 10:compound _ 10 store store NOUN NN Number=Sing 0 root 0:root _ @@ -213670,13 +213803,13 @@ # sent_id = reviews-081796-0003 # text = I have been shopping there for over six years now. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux 4:aux _ 4 shopping shop VERB VBG VerbForm=Ger 0 root 0:root _ 5 there there ADV RB PronType=Dem 4 advmod 4:advmod _ 6 for for ADP IN _ 9 case 9:case _ -7 over over ADP IN _ 8 advmod 8:advmod _ -8 six six NUM CD NumType=Card 9 nummod 9:nummod _ +7 over over ADV IN _ 8 advmod 8:advmod _ +8 six six NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 9 years year NOUN NNS Number=Plur 4 obl 4:obl:for _ 10 now now ADV RB _ 4 advmod 4:advmod SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ @@ -213693,9 +213826,9 @@ 8 and and CCONJ CC _ 17 cc 17:cc _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 owner owner NOUN NN Number=Sing 17 nsubj 17:nsubj SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 12 punct 12:punct _ 12 Mimmy Mimmy PROPN NNP Number=Sing 10 appos 10:appos SpaceAfter=No -13 , , PUNCT , _ 17 punct 17:punct _ +13 , , PUNCT , _ 10 punct 10:punct _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 15 an a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 16 absolute absolute ADJ JJ Degree=Pos 17 amod 17:amod _ @@ -213712,14 +213845,14 @@ 6 considering consider VERB VBG VerbForm=Ger 5 advcl 5:advcl _ 7 that that SCONJ IN _ 11 mark 11:mark _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 clothing clothing NOUN NN Number=Sing 11 nsubj:pass 11:nsubj:pass|16:nsubj:pass _ -10 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 aux:pass 11:aux:pass _ +9 clothing clothing NOUN NN Number=Sing 11 nsubj 11:nsubj|16:nsubj:pass _ +10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop|16:aux:pass _ 11 hard hard ADJ JJ Degree=Pos 6 ccomp 6:ccomp _ 12 to to PART TO _ 13 mark 13:mark _ 13 find find VERB VB VerbForm=Inf 11 ccomp 11:ccomp _ 14 and and CCONJ CC _ 16 cc 16:cc _ 15 often often ADV RB _ 16 advmod 16:advmod _ -16 shipped ship VERB VBN Tense=Past|VerbForm=Part 11 conj 6:ccomp|11:conj:and _ +16 shipped ship VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 conj 6:ccomp|11:conj:and _ 17 for for ADP IN _ 18 case 18:case _ 18 Europe Europe PROPN NNP Number=Sing 16 obl 16:obl:for SpaceAfter=No 19 . . PUNCT . _ 5 punct 5:punct _ @@ -213728,30 +213861,30 @@ # text = In addition, the clothing is of much better quality than the clothing from hot topic, which is made as cheaply as possible by people living in horrible conditions in Asia. 1 In in ADP IN _ 2 case 2:case _ 2 addition addition NOUN NN Number=Sing 10 obl 10:obl:in SpaceAfter=No -3 , , PUNCT , _ 10 punct 10:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 clothing clothing NOUN NN Number=Sing 10 nsubj 10:nsubj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 7 of of ADP IN _ 10 case 10:case _ 8 much much ADV RB _ 9 advmod 9:advmod _ -9 better better ADJ JJR Degree=Cmp 10 amod 10:amod _ +9 better good ADJ JJR Degree=Cmp 10 amod 10:amod _ 10 quality quality NOUN NN Number=Sing 0 root 0:root _ 11 than than ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 clothing clothing NOUN NN Number=Sing 8 obl 8:obl:than|20:nsubj:pass _ 14 from from ADP IN _ 16 case 16:case _ -15 hot hot PROPN NNP Number=Sing 16 compound 16:compound _ +15 hot hot ADJ NNP Degree=Pos 16 amod 16:amod _ 16 topic topic PROPN NNP Number=Sing 13 nmod 13:nmod:from SpaceAfter=No -17 , , PUNCT , _ 13 punct 13:punct _ +17 , , PUNCT , _ 20 punct 20:punct _ 18 which which PRON WDT PronType=Rel 20 nsubj:pass 13:ref _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 aux:pass 20:aux:pass _ 20 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 acl:relcl 13:acl:relcl _ 21 as as ADV RB _ 22 advmod 22:advmod _ 22 cheaply cheaply ADV RB _ 20 advmod 20:advmod _ 23 as as SCONJ IN _ 24 mark 24:mark _ -24 possible possible ADJ JJ Degree=Pos 21 advcl 21:advcl:as _ +24 possible possible ADJ JJ Degree=Pos 22 advcl 22:advcl:as _ 25 by by ADP IN _ 26 case 26:case _ -26 people people NOUN NNS Number=Plur 20 obl 20:obl:by _ +26 people people NOUN NNS Number=Plur 20 obl:agent 20:obl:agent _ 27 living live VERB VBG VerbForm=Ger 26 acl 26:acl _ 28 in in ADP IN _ 30 case 30:case _ 29 horrible horrible ADJ JJ Degree=Pos 30 amod 30:amod _ @@ -213770,7 +213903,7 @@ 6 involved involved ADJ JJ Degree=Pos 4 conj 4:conj:and _ 7 heavily heavily ADV RB _ 6 advmod 6:advmod _ 8 in in ADP IN _ 10 case 10:case _ -9 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 community community NOUN NN Number=Sing 6 obl 6:obl:in SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ @@ -213797,12 +213930,12 @@ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 majority majority NOUN NN Number=Sing 3 obj 3:obj _ 6 of of ADP IN _ 8 case 8:case _ -7 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 guests guest NOUN NNS Number=Plur 5 nmod 5:nmod:of _ 9 simply simply ADV RB _ 13 advmod 13:advmod _ 10 because because ADP IN _ 13 case 13:case _ 11 of of ADP IN _ 10 fixed 10:fixed _ -12 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 association association NOUN NN Number=Sing 3 obl 3:obl:because_of _ 14 with with ADP IN _ 15 case 15:case _ 15 Steven Steven PROPN NNP Number=Sing 13 nmod 13:nmod:with _ @@ -213823,10 +213956,10 @@ 2 atmosphere atmosphere NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 alone alone ADV RB _ 4 advmod 4:advmod _ 4 deserves deserve VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 4 4 NUM CD NumType=Card 6 nummod 6:nummod _ +5 4 4 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 stars star NOUN NNS Number=Plur 4 obj 4:obj _ 7 but but CCONJ CC _ 15 cc 15:cc SpaceAfter=No -8 , , PUNCT , _ 15 punct 15:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 food food NOUN NN Number=Sing 15 nsubj 15:nsubj _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ @@ -213851,7 +213984,7 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 server server NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 6 knowledgeable knowledgeable ADJ JJ Degree=Pos 0 root 0:root _ 7 but but CCONJ CC _ 12 cc 12:cc _ @@ -213864,19 +213997,19 @@ 14 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 15 should should AUX MD VerbForm=Fin 17 aux 17:aux _ 16 have have AUX VB VerbForm=Inf 17 aux 17:aux _ -17 been be VERB VBN Tense=Past|VerbForm=Part 11 advcl 11:advcl:as SpaceAfter=No -18 , , PUNCT , _ 12 punct 12:punct _ +17 been be AUX VBN Tense=Past|VerbForm=Part 12 advcl 12:advcl:as SpaceAfter=No +18 , , PUNCT , _ 19 punct 19:punct _ 19 acting act VERB VBG VerbForm=Ger 6 parataxis 6:parataxis _ 20 like like SCONJ IN _ 23 mark 23:mark _ 21 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 23 nsubj 23:nsubj _ 22 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 23 aux 23:aux _ 23 talking talk VERB VBG VerbForm=Ger 19 advcl 19:advcl:like _ 24 to to ADP IN _ 26 case 26:case _ -25 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 friends friend NOUN NNS Number=Plur 23 obl 23:obl:to _ 27 rather rather ADV RB _ 30 cc 30:cc _ 28 than than ADP IN _ 27 fixed 27:fixed _ -29 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +29 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 30 customers customer NOUN NNS Number=Plur 26 conj 23:obl:to|26:conj:rather_than SpaceAfter=No 31 . . PUNCT . _ 6 punct 6:punct _ @@ -213893,14 +214026,14 @@ # sent_id = reviews-122882-0006 # text = $80 for a dish that has about one small lobster tail and is full of filler vegetables! 1 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -2 80 80 NUM CD NumType=Card 1 nummod 1:nummod _ +2 80 80 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ 3 for for ADP IN _ 5 case 5:case _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 dish dish NOUN NN Number=Sing 1 nmod 1:nmod:for|7:nsubj|15:nsubj _ 6 that that PRON WDT PronType=Rel 7 nsubj 5:ref _ 7 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 about about ADV RB _ 9 advmod 9:advmod _ -9 one one NUM CD NumType=Card 12 nummod 12:nummod _ +9 one one NUM CD NumForm=Word|NumType=Card 12 nummod 12:nummod _ 10 small small ADJ JJ Degree=Pos 12 amod 12:amod _ 11 lobster lobster NOUN NN Number=Sing 12 compound 12:compound _ 12 tail tail NOUN NN Number=Sing 7 obj 7:obj _ @@ -213930,7 +214063,7 @@ 1 Alto Alto PROPN NNP Number=Sing 2 nsubj 2:nsubj _ 2 delivers deliver VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 on on ADP IN _ 5 case 5:case _ -4 all all DET DT _ 5 det 5:det _ +4 all all DET DT PronType=Tot 5 det 5:det _ 5 levels level NOUN NNS Number=Plur 2 obl 2:obl:on SpaceAfter=No 6 . . PUNCT . _ 2 punct 2:punct _ @@ -213940,15 +214073,15 @@ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 moment moment NOUN NN Number=Sing 10 obl 10:obl:from _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 enter enter VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +5 enter enter VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 restaurant restaurant NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +8 , , PUNCT , _ 3 punct 3:punct _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ -10 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +10 know know VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ -13 some some DET DT _ 14 det 14:det _ +12 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +13 some some DET DT PronType=Ind 14 det 14:det _ 14 place place NOUN NN Number=Sing 10 ccomp 10:ccomp _ 15 special special ADJ JJ Degree=Pos 14 amod 14:amod SpaceAfter=No 16 . . PUNCT . _ 10 punct 10:punct _ @@ -213965,21 +214098,21 @@ 8 food food NOUN NN Number=Sing 11 nsubj 11:nsubj _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 even even ADV RB _ 11 advmod 11:advmod _ -11 better better ADJ JJR Degree=Cmp 4 conj 4:conj:and SpaceAfter=No +11 better good ADJ JJR Degree=Cmp 4 conj 4:conj:and SpaceAfter=No 12 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-292997-0004 # text = I highly recommend the four-course tasting menu, which gives you plenty of range and food to satisfy your appetite. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 highly highly ADV RB _ 3 advmod 3:advmod _ -3 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -5 four four NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No -6 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +5 four four NUM CD NumForm=Word|NumType=Card 7 nummod 7:nummod SpaceAfter=No +6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 course course NOUN NN Number=Sing 9 compound 9:compound _ 8 tasting tasting NOUN NN Number=Sing 9 compound 9:compound _ 9 menu menu NOUN NN Number=Sing 3 obj 3:obj|12:nsubj SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 12 punct 12:punct _ 11 which which PRON WDT PronType=Rel 12 nsubj 9:ref _ 12 gives give VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ 13 you you PRON PRP Case=Acc|Person=2|PronType=Prs 12 iobj 12:iobj _ @@ -213990,20 +214123,20 @@ 18 food food NOUN NN Number=Sing 16 conj 14:nmod:of|16:conj:and _ 19 to to PART TO _ 20 mark 20:mark _ 20 satisfy satisfy VERB VB VerbForm=Inf 18 acl 18:acl:to _ -21 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 appetite appetite NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No 23 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-292997-0005 # text = Also, if you are into wine, Alto has the depth of both region, varietal, and vintage to satisfy nearly any sommelier (or after 9pm, bring your own bottle for free...no corking fee!). 1 Also also ADV RB _ 10 advmod 10:advmod SpaceAfter=No -2 , , PUNCT , _ 10 punct 10:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 if if SCONJ IN _ 7 mark 7:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +5 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 into into ADP IN _ 7 case 7:case _ 7 wine wine NOUN NN Number=Sing 10 advcl 10:advcl:into SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 Alto Alto PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 10 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -214019,22 +214152,22 @@ 21 to to PART TO _ 22 mark 22:mark _ 22 satisfy satisfy VERB VB VerbForm=Inf 12 acl 12:acl:to _ 23 nearly nearly ADV RB _ 24 advmod 24:advmod _ -24 any any DET DT _ 25 det 25:det _ +24 any any DET DT PronType=Ind 25 det 25:det _ 25 sommelier sommelier NOUN NN Number=Sing 22 obj 22:obj _ 26 ( ( PUNCT -LRB- _ 32 punct 32:punct SpaceAfter=No -27 or or CCONJ CC _ 41 cc 41:cc _ +27 or or CCONJ CC _ 32 cc 32:cc _ 28 after after ADP IN _ 30 case 30:case _ -29 9 9 NUM CD NumType=Card 30 nummod 30:nummod SpaceAfter=No -30 pm pm NOUN NN Number=Sing 32 obl 32:obl:after SpaceAfter=No -31 , , PUNCT , _ 32 punct 32:punct _ +29 9 9 NUM CD NumForm=Digit|NumType=Card 30 nummod 30:nummod SpaceAfter=No +30 pm p.m. NOUN NN Number=Sing 32 obl 32:obl:after SpaceAfter=No +31 , , PUNCT , _ 30 punct 30:punct _ 32 bring bring VERB VB Mood=Imp|VerbForm=Fin 10 parataxis 10:parataxis _ -33 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ +33 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ 34 own own ADJ JJ Degree=Pos 35 amod 35:amod _ 35 bottle bottle NOUN NN Number=Sing 32 obj 32:obj _ 36 for for ADP IN _ 37 case 37:case _ 37 free free ADJ JJ Degree=Pos 32 obl 32:obl:for SpaceAfter=No 38 ... ... PUNCT , _ 41 punct 41:punct SpaceAfter=No -39 no no DET DT _ 41 det 41:det _ +39 no no DET DT PronType=Neg 41 det 41:det _ 40 corking corking NOUN NN Number=Sing 41 compound 41:compound _ 41 fee fee NOUN NN Number=Sing 32 parataxis 32:parataxis SpaceAfter=No 42 ! ! PUNCT . _ 41 punct 41:punct SpaceAfter=No @@ -214049,7 +214182,7 @@ 3 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 cheap cheap ADJ JJ Degree=Pos 9 advcl 9:advcl:while SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 Alto Alto PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 8 will will AUX MD VerbForm=Fin 9 aux 9:aux _ 9 give give VERB VB VerbForm=Inf 0 root 0:root _ @@ -214079,21 +214212,21 @@ # newpar id = reviews-276689-p0002 # text = I have lived in Buckingham Condominiums townhouse for 2 years. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 lived live VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 in in ADP IN _ 7 case 7:case _ 5 Buckingham Buckingham PROPN NNP Number=Sing 6 compound 6:compound _ -6 Condominiums Condominiums PROPN NNPS Number=Plur 7 compound 7:compound _ +6 Condominiums Condominium PROPN NNPS Number=Plur 7 compound 7:compound _ 7 townhouse townhouse NOUN NN Number=Sing 3 obl 3:obl:in _ 8 for for ADP IN _ 10 case 10:case _ -9 2 2 NUM CD NumType=Card 10 nummod 10:nummod _ +9 2 2 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 years year NOUN NNS Number=Plur 3 obl 3:obl:for SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-276689-0003 # text = I love the location and the apartment!! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 location location NOUN NN Number=Sing 2 obj 2:obj _ 5 and and CCONJ CC _ 7 cc 7:cc _ @@ -214103,16 +214236,17 @@ # sent_id = reviews-276689-0004 # text = I'ma single female and I feel safe coming home at night. -1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj SpaceAfter=No -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop SpaceAfter=No +1-2 I'm _ _ _ _ _ _ _ CorrectSpaceAfter=Yes|SpaceAfter=No +1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 single single ADJ JJ Degree=Pos 5 amod 5:amod _ 5 female female NOUN NN Number=Sing 0 root 0:root _ 6 and and CCONJ CC _ 8 cc 8:cc _ -7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|9:nsubj:xsubj|10:nsubj:xsubj _ -8 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|9:nsubj:xsubj|10:nsubj _ +8 feel feel VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 9 safe safe ADJ JJ Degree=Pos 8 xcomp 8:xcomp _ -10 coming come VERB VBG VerbForm=Ger 8 xcomp 8:xcomp _ +10 coming come VERB VBG VerbForm=Ger 8 advcl 8:advcl _ 11 home home ADV RB _ 10 advmod 10:advmod _ 12 at at ADP IN _ 13 case 13:case _ 13 night night NOUN NN Number=Sing 10 obl 10:obl:at SpaceAfter=No @@ -214123,7 +214257,7 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 maintenance maintenance NOUN NN Number=Sing 3 compound 3:compound _ 3 people people NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 AWESOME awesome ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 6 !!!! !!!! PUNCT . _ 5 punct 5:punct _ @@ -214135,17 +214269,17 @@ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 very very ADV RB _ 6 advmod 6:advmod _ 6 nice nice ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 8 punct 8:punct _ 8 also also ADV RB _ 6 advmod 6:advmod SpaceAfter=No 9 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-276689-0007 # text = Yes, you still have a few bugs, but that's going to be anywhere you go! 1 Yes yes INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ 4 still still ADV RB _ 5 advmod 5:advmod _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 few few ADJ JJ Degree=Pos 8 amod 8:amod _ 8 bugs bug NOUN NNS Number=Plur 5 obj 5:obj SpaceAfter=No @@ -214159,7 +214293,7 @@ 15 be be AUX VB VerbForm=Inf 16 cop 16:cop _ 16 anywhere anywhere ADV RB _ 13 xcomp 13:xcomp _ 17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ -18 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl SpaceAfter=No +18 go go VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 16 advcl:relcl 16:advcl:relcl SpaceAfter=No 19 ! ! PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-276689-0008 @@ -214169,7 +214303,7 @@ 3 problem problem NOUN NN Number=Sing 10 nsubj 7:obj|10:nsubj _ 4 that that PRON WDT PronType=Rel 7 obj 3:ref _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 experienced experience VERB VBN Tense=Past|VerbForm=Part 3 acl:relcl 3:acl:relcl _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -214182,19 +214316,19 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 pure pure ADJ JJ Degree=Pos 5 amod 5:amod _ -5 b**** b**** NOUN NN Number=Sing 0 root 0:root SpaceAfter=No +5 b**** bitch NOUN NN Number=Sing|Style=Expr 0 root 0:root CorrectForm=bitch|SpaceAfter=No 6 !!! !!! PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-276689-0010 # text = I know that's ugly...but she won't help you out for anything...sad story. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3-4 that's _ _ _ _ _ _ _ _ 3 that that PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 4 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 ugly ugly ADJ JJ Degree=Pos 2 ccomp 2:ccomp SpaceAfter=No 6 ... ... PUNCT , _ 11 punct 11:punct SpaceAfter=No -7 but but CCONJ CC _ 18 cc 18:cc _ +7 but but CCONJ CC _ 11 cc 11:cc _ 8 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 9-10 won't _ _ _ _ _ _ _ _ 9 wo will AUX MD VerbForm=Fin 11 aux 11:aux _ @@ -214203,7 +214337,7 @@ 12 you you PRON PRP Case=Acc|Person=2|PronType=Prs 11 obj 11:obj _ 13 out out ADP RP _ 11 compound:prt 11:compound:prt _ 14 for for ADP IN _ 15 case 15:case _ -15 anything anything PRON NN Number=Sing 11 obl 11:obl:for SpaceAfter=No +15 anything anything PRON NN Number=Sing|PronType=Ind 11 obl 11:obl:for SpaceAfter=No 16 ... ... PUNCT , _ 18 punct 18:punct SpaceAfter=No 17 sad sad ADJ JJ Degree=Pos 18 amod 18:amod _ 18 story story NOUN NN Number=Sing 2 parataxis 2:parataxis SpaceAfter=No @@ -214214,7 +214348,7 @@ 1 Other other ADJ JJ Degree=Pos 3 advmod 3:advmod _ 2 than than ADP IN _ 3 case 3:case _ 3 that that PRON DT Number=Sing|PronType=Dem 7 obl 7:obl:than SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj|8:nsubj:xsubj _ 6 would would AUX MD VerbForm=Fin 7 aux 7:aux _ 7 recommend recommend VERB VB VerbForm=Inf 0 root 0:root _ @@ -214234,7 +214368,7 @@ 5 lot lot NOUN NN Number=Sing 3 obj 3:obj _ 6 to to PART TO _ 8 mark 8:mark _ 7 be be AUX VB VerbForm=Inf 8 aux:pass 8:aux:pass _ -8 desired desire VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl:to SpaceAfter=No +8 desired desire VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl:to SpaceAfter=No 9 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-055976-0002 @@ -214244,7 +214378,7 @@ 3 staff staff NOUN NN Number=Sing 5 nsubj 5:nsubj|12:nsubj _ 4 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 seen see VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -6 quite quite DET PDT _ 8 det:predet 8:det:predet _ +6 quite quite DET PDT PronType=Ind 8 det:predet 8:det:predet _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 bit bit NOUN NN Number=Sing 5 obj 5:obj _ 9 of of ADP IN _ 10 case 10:case _ @@ -214262,7 +214396,7 @@ 1 A a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 2 simple simple ADJ JJ Degree=Pos 7 amod 7:amod _ 3 follow follow VERB VB VerbForm=Inf 7 compound 7:compound SpaceAfter=No -4 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No +4 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 5 up up ADP RP _ 3 compound 3:compound _ 6 phone phone NOUN NN Number=Sing 7 compound 7:compound _ 7 call call NOUN NN Number=Sing 12 nsubj 12:nsubj _ @@ -214270,7 +214404,7 @@ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 woman woman NOUN NN Number=Sing 7 nmod 7:nmod:with _ 11 quickly quickly ADV RB _ 12 advmod 12:advmod _ -12 turned turn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 turned turn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 13 into into ADP IN _ 15 case 15:case _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15 nightmare nightmare NOUN NN Number=Sing 12 obl 12:obl:into SpaceAfter=No @@ -214284,7 +214418,7 @@ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 reason reason NOUN NN Number=Sing 0 root 0:root _ 6 for for ADP IN _ 9 case 9:case _ -7 all all DET PDT _ 9 det:predet 9:det:predet _ +7 all all DET PDT PronType=Tot 9 det:predet 9:det:predet _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 change change NOUN NN Number=Sing 5 nmod 5:nmod:for SpaceAfter=No 10 . . PUNCT . _ 5 punct 5:punct _ @@ -214293,20 +214427,20 @@ # text = I sincerely wonder if the doctor has a clue about what is going on within his practice. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 sincerely sincerely ADV RB _ 3 advmod 3:advmod _ -3 wonder wonder VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 wonder wonder VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 if if SCONJ IN _ 7 mark 7:mark _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 doctor doctor NOUN NN Number=Sing 7 nsubj 7:nsubj _ -7 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ +7 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 clue clue NOUN NN Number=Sing 7 obj 7:obj _ -10 about about SCONJ IN _ 11 case 11:case _ -11 what what PRON WP PronType=Int 9 nmod 9:nmod:about _ +10 about about ADP IN _ 11 case 11:case _ +11 what what PRON WP PronType=Rel 9 nmod 9:nmod:about|13:nsubj _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 going go VERB VBG Tense=Pres|VerbForm=Part 11 acl:relcl 11:acl:relcl _ 14 on on ADP RP _ 13 compound:prt 13:compound:prt _ 15 within within ADP IN _ 17 case 17:case _ -16 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 practice practice NOUN NN Number=Sing 13 obl 13:obl:within SpaceAfter=No 18 . . PUNCT . _ 3 punct 3:punct _ @@ -214347,7 +214481,7 @@ 12 of of ADP IN _ 13 case 13:case _ 13 staff staff NOUN NN Number=Sing 11 nmod 11:nmod:of _ 14 and and CCONJ CC _ 17 cc 17:cc _ -15 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 16 personal personal ADJ JJ Degree=Pos 17 amod 17:amod _ 17 attitude attitude NOUN NN Number=Sing 11 conj 8:obl:through|11:conj:and _ 18 to to PART TO _ 19 mark 19:mark _ @@ -214365,7 +214499,7 @@ 4 okay okay ADJ JJ Degree=Pos 5 amod 5:amod _ 5 doctor doctor NOUN NN Number=Sing 0 root 0:root _ 6 but but CCONJ CC _ 8 cc 8:cc _ -7 not not ADV RB _ 8 advmod 8:advmod _ +7 not not PART RB _ 8 advmod 8:advmod _ 8 worth worth ADJ JJ Degree=Pos 5 conj 5:conj:but _ 9 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 8 obj 8:obj SpaceAfter=No 10 . . PUNCT . _ 5 punct 5:punct _ @@ -214375,7 +214509,7 @@ # newpar id = reviews-049766-p0001 # text = WWW-Wonderful Wild Wildernest inn 1 WWW WWW PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 - - PUNCT : _ 1 punct 1:punct SpaceAfter=No +2 - - PUNCT : _ 6 punct 6:punct SpaceAfter=No 3 Wonderful wonderful ADJ JJ Degree=Pos 6 amod 6:amod _ 4 Wild wild ADJ JJ Degree=Pos 6 amod 6:amod _ 5 Wildernest Wildernest PROPN NNP Number=Sing 6 compound 6:compound _ @@ -214390,10 +214524,10 @@ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 Wildernest Wildernest PROPN NNP Number=Sing 6 compound 6:compound _ 6 inn inn PROPN NNP Number=Sing 3 iobj 3:iobj _ -7 ten ten NUM CD NumType=Card 8 nummod 8:nummod _ +7 ten ten NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 8 stars star NOUN NNS Number=Plur 3 obj 3:obj _ 9 of of ADP IN _ 10 case 10:case _ -10 five five NUM CD NumType=Card 8 nmod 8:nmod:of SpaceAfter=No +10 five five NUM CD NumForm=Word|NumType=Card 8 nmod 8:nmod:of SpaceAfter=No 11 ! ! PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-049766-0003 @@ -214401,17 +214535,17 @@ 1 Atop atop ADP IN _ 3 case 3:case _ 2 Spring Spring PROPN NNP Number=Sing 3 compound 3:compound _ 3 Mountain Mountain PROPN NNP Number=Sing 16 obl 16:obl:atop SpaceAfter=No -4 , , PUNCT , _ 16 punct 16:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 from from ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 decks deck NOUN NNS Number=Plur 16 obl 16:obl:from _ 8 of of ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 West West PROPN NNP Number=Sing 11 compound 11:compound _ +10 West west NOUN NN Number=Sing 11 compound 11:compound _ 11 porch porch NOUN NN Number=Sing 7 nmod 7:nmod:of SpaceAfter=No -12 , , PUNCT , _ 16 punct 16:punct _ +12 , , PUNCT , _ 7 punct 7:punct _ 13 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No -14 one one PRON PRP _ 16 nsubj 16:nsubj _ +14 one one PRON PRP Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 15 can can AUX MD VerbForm=Fin 16 aux 16:aux _ 16 see see VERB VB VerbForm=Inf 0 root 0:root _ 17 forever forever ADV RB _ 16 advmod 16:advmod SpaceAfter=No @@ -214428,16 +214562,16 @@ # sent_id = reviews-049766-0004 # text = I saw deer frequently, in fact a small herd were grazing near the lodge. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 saw see VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 deer deer NOUN NNS Number=Plur 2 obj 2:obj _ 4 frequently frequently ADV RB _ 2 advmod 2:advmod SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ +5 , , PUNCT , _ 12 punct 12:punct _ 6 in in ADP IN _ 7 case 7:case _ 7 fact fact NOUN NN Number=Sing 12 obl 12:obl:in _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 small small ADJ JJ Degree=Pos 10 amod 10:amod _ 10 herd herd NOUN NN Number=Sing 12 nsubj 12:nsubj _ -11 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 aux 12:aux _ +11 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 aux 12:aux _ 12 grazing graze VERB VBG VerbForm=Ger 2 parataxis 2:parataxis _ 13 near near ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -214447,7 +214581,7 @@ # sent_id = reviews-049766-0005 # text = There were occasional bears on the deck in the morning. 1 There there PRON EX _ 2 expl 2:expl _ -2 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 occasional occasional ADJ JJ Degree=Pos 4 amod 4:amod _ 4 bears bear NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 5 on on ADP IN _ 7 case 7:case _ @@ -214461,12 +214595,12 @@ # sent_id = reviews-049766-0006 # text = and most correctly, us visitors did not mingle with the native wildlife. 1 and and CCONJ CC _ 9 cc 9:cc _ -2 most most ADV RBS _ 3 advmod 3:advmod _ +2 most most ADV RBS Degree=Sup 3 advmod 3:advmod _ 3 correctly correctly ADV RB _ 9 advmod 9:advmod SpaceAfter=No -4 , , PUNCT , _ 9 punct 9:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 6 visitors visitor NOUN NNS Number=Plur 5 appos 5:appos _ -7 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +7 did do AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 8 not not PART RB _ 9 advmod 9:advmod _ 9 mingle mingle VERB VB VerbForm=Inf 0 root 0:root _ 10 with with ADP IN _ 13 case 13:case _ @@ -214483,7 +214617,7 @@ 4 been be AUX VBN Tense=Past|VerbForm=Part 5 cop 5:cop _ 5 more more ADJ JJR Degree=Cmp 0 root 0:root _ 6 than than SCONJ IN _ 9 mark 9:mark _ -7 one one PRON PRP _ 9 nsubj 9:nsubj _ +7 one one PRON PRP Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 8 could could AUX MD VerbForm=Fin 9 aux 9:aux _ 9 bear bear VERB VB VerbForm=Inf 5 advcl 5:advcl:than SpaceAfter=No 10 ! ! PUNCT . _ 5 punct 5:punct _ @@ -214493,10 +214627,10 @@ 1 Kathy Kathy PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 Stewart Stewart PROPN NNP Number=Sing 1 conj 1:conj:and|9:nsubj SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 6 punct 6:punct _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 proprietors proprietor NOUN NNS Number=Plur 1 appos 1:appos _ -7 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 cop 9:cop _ +7 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 epitome epitome NOUN NN Number=Sing 0 root 0:root _ 10 of of ADP IN _ 11 case 11:case _ @@ -214519,7 +214653,7 @@ # sent_id = reviews-049766-0010 # text = I hope to be back! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|5:nsubj:xsubj _ -2 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 5 mark 5:mark _ 4 be be AUX VB VerbForm=Inf 5 cop 5:cop _ 5 back back ADV RB _ 2 xcomp 2:xcomp SpaceAfter=No @@ -214539,14 +214673,14 @@ 1 really really ADV RB _ 2 advmod 2:advmod _ 2 weird weird ADJ JJ Degree=Pos 3 amod 3:amod _ 3 place place NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 7 punct 7:punct _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 aux 7:aux _ 7 driving drive VERB VBG VerbForm=Ger 3 parataxis 3:parataxis _ 8 home home ADV RB _ 7 advmod 7:advmod _ 9 from from ADP IN _ 10 case 10:case _ 10 work work NOUN NN Number=Sing 8 obl 8:obl:from _ -11 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 parataxis 7:parataxis _ +11 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 parataxis 7:parataxis _ 12-13 I'd _ _ _ _ _ _ _ _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 13 'd would AUX MD VerbForm=Fin 14 aux 14:aux _ @@ -214558,9 +214692,9 @@ 19 change change NOUN NN Number=Sing 14 obl 14:obl:for _ 20 and and CCONJ CC _ 24 cc 24:cc _ 21 well well INTJ UH _ 24 discourse 24:discourse SpaceAfter=No -22 , , PUNCT , _ 24 punct 24:punct _ +22 , , PUNCT , _ 21 punct 21:punct _ 23 there there PRON EX _ 24 expl 24:expl _ -24 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 conj 7:conj:and _ +24 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 conj 7:conj:and _ 25 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 26 few few ADJ JJ Degree=Pos 27 amod 27:amod _ 27 guys guy NOUN NNS Number=Plur 24 nsubj 24:nsubj _ @@ -214587,32 +214721,32 @@ 3 lighting lighting NOUN NN Number=Sing 4 compound 4:compound _ 4 sign sign NOUN NN Number=Sing 6 nsubj 6:nsubj _ 5 still still ADV RB _ 6 advmod 6:advmod _ -6 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No 8 on on ADV RB _ 6 advmod 6:advmod SpaceAfter=No 9 " " PUNCT '' _ 8 punct 8:punct _ 10 yet yet CCONJ CC _ 30 cc 30:cc _ -11 some some DET DT _ 12 det 12:det _ +11 some some DET DT PronType=Ind 12 det 12:det _ 12 guy guy NOUN NN Number=Sing 30 nsubj 14:nsubj|18:nsubj:xsubj|30:nsubj _ 13 who who PRON WP PronType=Rel 14 nsubj 12:ref _ -14 seemed seem VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +14 seemed seem VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ 15 to to PART TO _ 18 mark 18:mark _ 16 be be AUX VB VerbForm=Inf 18 cop 18:cop _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -18 oldest oldest ADJ JJS Degree=Sup 14 xcomp 14:xcomp _ +18 oldest old ADJ JJS Degree=Sup 14 xcomp 14:xcomp _ 19 of of ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 bunch bunch NOUN NN Number=Sing 18 obl 18:obl:of SpaceAfter=No -22 , , PUNCT , _ 12 punct 12:punct _ -23 more more ADV RBR _ 26 advmod 26:advmod _ +22 , , PUNCT , _ 26 punct 26:punct _ +23 more more ADV RBR Degree=Cmp 26 advmod 26:advmod _ 24 like like ADP IN _ 26 case 26:case _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ -26 drunkest drunkest ADJ JJS Degree=Sup 12 nmod 12:nmod:like _ +26 drunkest drunk ADJ JJS Degree=Sup 12 nmod 12:nmod:like _ 27 of of ADP IN _ 29 case 29:case _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 29 bunch bunch NOUN NN Number=Sing 26 obl 26:obl:of _ -30 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 6:conj:yet _ -31 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 30 obj 30:obj _ +30 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 conj 6:conj:yet _ +31 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 30 iobj 30:iobj _ 32-33 they'd _ _ _ _ _ _ _ _ 32 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 35 nsubj 35:nsubj _ 33 'd would AUX MD VerbForm=Fin 35 aux 35:aux _ @@ -214624,18 +214758,18 @@ # sent_id = reviews-158335-0004 # text = I asked if a manager was on duty he told me he was. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 asked ask VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 if if SCONJ IN _ 8 mark 8:mark _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 manager manager NOUN NN Number=Sing 8 nsubj 8:nsubj _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 7 on on ADP IN _ 8 case 8:case _ -8 duty duty NOUN NN Number=Sing 2 advcl 2:advcl:on _ +8 duty duty NOUN NN Number=Sing 2 ccomp 2:ccomp _ 9 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ -11 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 10 obj 10:obj _ +10 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +11 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 10 iobj 10:iobj _ 12 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 ccomp 10:ccomp SpaceAfter=No +13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 ccomp 10:ccomp SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct SpaceAfter=No # sent_id = reviews-158335-0005 @@ -214650,8 +214784,8 @@ 3 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No 4 mark mark PROPN NNP Number=Sing 2 appos 2:appos SpaceAfter=No 5 " " PUNCT '' _ 4 punct 4:punct _ -6 of of ADV RB _ 16 advmod 16:advmod _ -7 course course ADV RB _ 6 fixed 6:fixed _ +6 of of ADP IN ExtPos=ADV 16 advmod 16:advmod _ +7 course course NOUN NN Number=Sing 6 fixed 6:fixed _ 8 with with ADP IN _ 11 case 11:case _ 9 this this DET DT Number=Sing|PronType=Dem 10 det 10:det _ 10 type type NOUN NN Number=Sing 11 compound 11:compound _ @@ -214661,9 +214795,10 @@ 14 have have AUX VB VerbForm=Inf 16 aux 16:aux _ 15 been be AUX VBN Tense=Past|VerbForm=Part 16 aux 16:aux _ 16 wearing wear VERB VBG Tense=Pres|VerbForm=Part 2 parataxis 2:parataxis _ -17 someon someone NOUN NN Number=Sing|Typo=Yes 20 nmod:poss 20:nmod:poss SpaceAfter=No -18 else else ADJ JJ Degree=Pos 17 amod 17:amod SpaceAfter=No -19 s 's PART POS _ 17 case 17:case _ +17 someon someone PRON NN Number=Sing|PronType=Ind|Typo=Yes 20 nmod:poss 20:nmod:poss CorrectForm=someone|CorrectSpaceAfter=Yes|SpaceAfter=No +18-19 elses _ _ _ _ _ _ _ _ +18 else else ADJ JJ Degree=Pos 17 amod 17:amod _ +19 s 's PART POS Typo=Yes 17 case 17:case CorrectForm='s 20 clothing clothing NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No 21 ..... ..... PUNCT , _ 2 punct 2:punct _ @@ -214676,11 +214811,11 @@ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 conj 2:conj:and|6:nsubj _ 5 recently recently ADV RB _ 6 advmod 6:advmod _ -6 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -7 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ -8 16 16 NUM CD NumType=Card 6 obj 6:obj _ +6 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +8 16 16 NUM CD NumForm=Digit|NumType=Card 6 obj 6:obj _ 9 and and CCONJ CC _ 12 cc 12:cc _ -10 18 18 NUM CD NumType=Card 11 nummod 11:nummod _ +10 18 18 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 11 month month NOUN NN Number=Sing 12 compound 12:compound _ 12 olds old NOUN NNS Number=Plur 8 conj 6:obj|8:conj:and _ 13 here here ADV RB PronType=Dem 6 advmod 6:advmod SpaceAfter=No @@ -214697,7 +214832,7 @@ 6 much much ADJ JJ Degree=Pos 3 nsubj 3:nsubj _ 7 available available ADJ JJ Degree=Pos 6 amod 6:amod _ 8 for for ADP IN _ 10 case 10:case _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 age age NOUN NN Number=Sing 6 obl 6:obl:for _ 11 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No 12 ball ball NOUN NN Number=Sing 13 compound 13:compound _ @@ -214714,44 +214849,44 @@ 23 climb climb VERB VB VerbForm=Inf 21 acl 21:acl:to _ 24 on on ADP IN _ 23 obl 23:obl SpaceAfter=No 25 ) ) PUNCT -RRB- _ 13 punct 13:punct SpaceAfter=No -26 , , PUNCT , _ 28 punct 28:punct _ +26 , , PUNCT , _ 3 punct 3:punct _ 27 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 28 nsubj 28:nsubj|41:nsubj|46:nsubj:xsubj _ -28 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +28 went go VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 29 right right ADV RB _ 32 advmod 32:advmod _ -30 when when SCONJ WRB PronType=Int 32 mark 32:mark _ +30 when when ADV WRB PronType=Int 32 advmod 32:advmod _ 31 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 32 nsubj 32:nsubj _ -32 opened open VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 28 advcl 28:advcl:when _ +32 opened open VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 28 advcl 28:advcl:when _ 33 at at ADP IN _ 35 case 35:case _ -34 10 10 NUM CD NumType=Card 35 nummod 35:nummod _ -35 am am NOUN NN Number=Sing 32 obl 32:obl:at _ +34 10 10 NUM CD NumForm=Digit|NumType=Card 35 nummod 35:nummod _ +35 am a.m. NOUN NN Number=Sing 32 obl 32:obl:at _ 36 on on ADP IN _ 39 case 39:case _ 37 a a DET DT Definite=Ind|PronType=Art 39 det 39:det _ 38 winter winter NOUN NN Number=Sing 39 compound 39:compound _ 39 weekday weekday NOUN NN Number=Sing 35 nmod 35:nmod:on _ 40 and and CCONJ CC _ 41 cc 41:cc _ -41 ended end VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 28 conj 28:conj:and _ +41 ended end VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 28 conj 28:conj:and _ 42 up up ADP RP _ 41 compound:prt 41:compound:prt _ 43 being be AUX VBG VerbForm=Ger 46 cop 46:cop _ 44 the the DET DT Definite=Def|PronType=Art 46 det 46:det _ 45 only only ADJ JJ Degree=Pos 46 amod 46:amod _ 46 ones one NOUN NNS Number=Plur 41 xcomp 41:xcomp _ 47 there there ADV RB PronType=Dem 46 advmod 46:advmod SpaceAfter=No -48 , , PUNCT , _ 28 punct 28:punct _ +48 , , PUNCT , _ 52 punct 52:punct _ 49 so so ADV RB _ 52 advmod 52:advmod _ 50 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 52 nsubj:pass 52:nsubj:pass _ -51 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 52 aux:pass 52:aux:pass _ -52 given give VERB VBN Tense=Past|VerbForm=Part 28 parataxis 28:parataxis _ +51 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 52 aux:pass 52:aux:pass _ +52 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 28 parataxis 28:parataxis _ 53 a a DET DT Definite=Ind|PronType=Art 54 det 54:det _ 54 little little ADJ JJ Degree=Pos 55 obl:npmod 55:obl:npmod _ -55 more more ADJ JJ Degree=Pos 56 amod 56:amod _ +55 more more ADJ JJR Degree=Cmp 56 amod 56:amod _ 56 liberty liberty NOUN NN Number=Sing 52 obj 52:obj _ 57 than than SCONJ IN _ 60 mark 60:mark _ 58 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 60 nsubj 60:nsubj _ 59 would would AUX MD VerbForm=Fin 60 aux 60:aux _ -60 have have AUX VB VerbForm=Inf 55 advcl 55:advcl:than _ +60 have have AUX VB VerbForm=Inf 55 advcl 55:advcl:than Promoted=Yes 61 if if SCONJ IN _ 65 mark 65:mark _ 62 others other NOUN NNS Number=Plur 65 nsubj 65:nsubj _ -63 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 65 aux 65:aux _ +63 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 65 aux 65:aux _ 64 been be AUX VBN Tense=Past|VerbForm=Part 65 cop 65:cop _ 65 there there ADV RB PronType=Dem 60 advcl 60:advcl:if SpaceAfter=No 66 . . PUNCT . _ 28 punct 28:punct _ @@ -214763,16 +214898,16 @@ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 3 not not PART RB _ 6 advmod 6:advmod _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 classiest classiest ADJ JJS Degree=Sup 6 amod 6:amod _ +5 classiest classy ADJ JJS Degree=Sup 6 amod 6:amod _ 6 place place NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 7 , , PUNCT , _ 11 punct 11:punct _ 8 but but CCONJ CC _ 11 cc 11:cc _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ -11 cleaner cleaner ADJ JJR Degree=Cmp 6 conj 6:conj:but _ +11 cleaner clean ADJ JJR Degree=Cmp 6 conj 6:conj:but _ 12 than than SCONJ IN _ 14 mark 14:mark _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 expected expect VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:than _ +14 expected expect VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:than _ 15 and and CCONJ CC _ 20 cc 20:cc _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 staff staff NOUN NN Number=Sing 20 nsubj 20:nsubj _ @@ -214785,7 +214920,7 @@ # text = For $4 it was a nice break from the monotony of winter indoors with a toddler. 1 For for ADP IN _ 2 case 2:case _ 2 $ $ SYM $ _ 8 obl 8:obl:for SpaceAfter=No -3 4 4 NUM CD NumType=Card 2 nummod 2:nummod _ +3 4 4 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ @@ -214806,20 +214941,20 @@ # sent_id = reviews-396874-0001 # newpar id = reviews-396874-p0001 # text = Restored my faith in Mechaincs. -1 Restored restore VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Restored restore VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 faith faith NOUN NN Number=Sing 1 obj 1:obj _ 4 in in ADP IN _ 5 case 5:case _ -5 Mechaincs mechanic NOUN NNS Number=Plur|Typo=Yes 3 nmod 3:nmod:in SpaceAfter=No +5 Mechaincs mechanic NOUN NNS Number=Plur|Typo=Yes 3 nmod 3:nmod:in CorrectForm=Mechanics|SpaceAfter=No 6 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-396874-0002 # newpar id = reviews-396874-p0002 # text = I spent 3 months going from shop to shop trying to get my Ferrari to run and drive the way it should. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 spent spend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 3 3 NUM CD NumType=Card 4 nummod 4:nummod _ -4 months month NOUN NNS Number=Plur 2 obl:tmod 2:obl:tmod _ +2 spent spend VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 3 3 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ +4 months month NOUN NNS Number=Plur 2 obj 2:obj _ 5 going go VERB VBG VerbForm=Ger 2 advcl 2:advcl _ 6 from from ADP IN _ 7 case 7:case _ 7 shop shop NOUN NN Number=Sing 5 obl 5:obl:from _ @@ -214828,7 +214963,7 @@ 10 trying try VERB VBG VerbForm=Ger 5 xcomp 5:xcomp _ 11 to to PART TO _ 12 mark 12:mark _ 12 get get VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 Ferrari Ferrari PROPN NNP Number=Sing 12 obj 12:obj|16:nsubj:xsubj|18:nsubj:xsubj _ 15 to to PART TO _ 16 mark 16:mark _ 16 run run VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ @@ -214842,15 +214977,15 @@ # sent_id = reviews-396874-0003 # text = I was about to give up when I met Jason and Neal. -1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ -3 about about ADV RB _ 5 advmod 5:advmod _ +1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ +2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ +3 about about ADJ JJ Degree=Pos 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ -5 give give VERB VB VerbForm=Inf 0 root 0:root _ +5 give give VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 up up ADP RP _ 5 compound:prt 5:compound:prt _ -7 when when SCONJ WRB PronType=Int 9 mark 9:mark _ +7 when when ADV WRB PronType=Int 9 advmod 9:advmod _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 met meet VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:when _ +9 met meet VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:when _ 10 Jason Jason PROPN NNP Number=Sing 9 obj 9:obj _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 Neal Neal PROPN NNP Number=Sing 10 conj 9:obj|10:conj:and SpaceAfter=No @@ -214859,17 +214994,17 @@ # sent_id = reviews-396874-0004 # text = They took on the challenge of making my Ferrari all I dreamed of and more. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 took take VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 on on ADP RP _ 2 compound:prt 2:compound:prt _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 challenge challenge NOUN NN Number=Sing 2 obj 2:obj _ 6 of of SCONJ IN _ 7 mark 7:mark _ 7 making make VERB VBG VerbForm=Ger 5 acl 5:acl:of _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 Ferrari Ferrari PROPN NNP Number=Sing 7 obj 7:obj|10:nsubj:xsubj|15:nsubj:xsubj _ -10 all all DET DT _ 7 xcomp 7:xcomp _ +10 all all DET DT PronType=Tot 7 xcomp 7:xcomp _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 dreamed dream VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +12 dreamed dream VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ 13 of of ADP IN _ 12 obl 12:obl _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 more more ADJ JJR Degree=Cmp 10 conj 7:xcomp|10:conj:and SpaceAfter=No @@ -214881,9 +215016,9 @@ 2 crew crew NOUN NN Number=Sing 7 nsubj 7:nsubj|16:nsubj _ 3 at at ADP IN _ 6 case 6:case _ 4 The the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 Creative Creative PROPN NNP Number=Sing 6 compound 6:compound _ +5 Creative Creative ADJ NNP Degree=Pos 6 amod 6:amod _ 6 Workshop Workshop PROPN NNP Number=Sing 2 nmod 2:nmod:at _ -7 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 over over ADP IN _ 12 case 12:case _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 above above ADP IN _ 8 conj 8:conj:and|12:case _ @@ -214892,7 +215027,7 @@ 13 of of ADP IN _ 14 case 14:case _ 14 duty duty NOUN NN Number=Sing 12 nmod 12:nmod:of _ 15 and and CCONJ CC _ 16 cc 16:cc _ -16 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ +16 gave give VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ 17 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 16 iobj 16:iobj _ 18 back back ADV RB _ 16 advmod 16:advmod _ 19 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ @@ -214903,7 +215038,7 @@ 24 anywhere anywhere ADV RB _ 23 advmod 23:advmod _ 25 and and CCONJ CC _ 27 cc 27:cc _ 26 finally finally ADV RB _ 27 advmod 27:advmod _ -27 enjoy enjoy VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 conj 20:acl:relcl|23:conj:and _ +27 enjoy enjoy VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 23 conj 20:acl:relcl|23:conj:and _ 28 owning own VERB VBG VerbForm=Ger 27 xcomp 27:xcomp SpaceAfter=No 29 . . PUNCT . _ 7 punct 7:punct _ @@ -214923,9 +215058,9 @@ # sent_id = reviews-396874-0007 # text = They have restored my faith in Mechanics. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 restored restore VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 faith faith NOUN NN Number=Sing 3 obj 3:obj _ 6 in in ADP IN _ 7 case 7:case _ 7 Mechanics mechanic NOUN NNS Number=Plur 5 nmod 5:nmod:in SpaceAfter=No @@ -214937,15 +215072,15 @@ 2 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 1 iobj 1:iobj _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 favor favor NOUN NN Number=Sing 1 obj 1:obj SpaceAfter=No -5 , , PUNCT , _ 1 punct 1:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 call call VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ 7 these this DET DT Number=Plur|PronType=Dem 8 det 8:det _ 8 guys guy NOUN NNS Number=Plur 6 obj 6:obj _ -9 first first ADV RB _ 6 advmod 6:advmod _ +9 first first ADV RB NumForm=Word|NumType=Ord 6 advmod 6:advmod _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 enjoy enjoy VERB VB Mood=Imp|VerbForm=Fin 6 conj 6:conj:and _ 12 driving drive VERB VBG VerbForm=Ger 11 xcomp 11:xcomp _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 car car NOUN NN Number=Sing 12 obj 12:obj _ 15 again again ADV RB _ 11 advmod 11:advmod SpaceAfter=No 16 .. .. PUNCT . _ 1 punct 1:punct _ @@ -214963,16 +215098,16 @@ # newpar id = reviews-063347-p0002 # text = We wanted to see the sun - and we also got much more! 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 wanted want VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 see see VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 sun sun NOUN NN Number=Sing 4 obj 4:obj _ -7 - - PUNCT , _ 2 punct 2:punct _ +7 - - PUNCT , _ 11 punct 11:punct _ 8 and and CCONJ CC _ 11 cc 11:cc _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 10 also also ADV RB _ 11 advmod 11:advmod _ -11 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +11 got get VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 12 much much ADV RB _ 13 advmod 13:advmod _ 13 more more ADJ JJR Degree=Cmp 11 obj 11:obj SpaceAfter=No 14 ! ! PUNCT . _ 2 punct 2:punct _ @@ -214981,7 +215116,7 @@ # text = Excellent chefs are in the kitchen preparing memorable breakfasts. 1 Excellent excellent ADJ JJ Degree=Pos 2 amod 2:amod _ 2 chefs chef NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 in in ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 kitchen kitchen NOUN NN Number=Sing 0 root 0:root _ @@ -214999,15 +215134,15 @@ 5 over over ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 mountains mountain NOUN NNS Number=Plur 4 nmod 4:nmod:over SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ -9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 enjoyed enjoy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -11 hiking hike VERB VBG VerbForm=Ger 10 obj 10:obj _ +8 , , PUNCT , _ 4 punct 4:punct _ +9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj|11:nsubj:xsubj _ +10 enjoyed enjoy VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +11 hiking hike VERB VBG VerbForm=Ger 10 xcomp 10:xcomp _ 12 in in ADP IN _ 18 case 18:case _ 13 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 14 flower flower NOUN NN Number=Sing 16 compound 16:compound SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No -16 filled fill VERB VBN Tense=Past|VerbForm=Part 18 amod 18:amod _ +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +16 filled fill VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 amod 18:amod _ 17 Wenatchee Wenatchee PROPN NNP Number=Sing 18 compound 18:compound _ 18 hills hill NOUN NNS Number=Plur 11 obl 11:obl:in _ 19 ( ( PUNCT -LRB- _ 21 punct 21:punct SpaceAfter=No @@ -215027,13 +215162,13 @@ 33 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ 34 Columbia Columbia PROPN NNP Number=Sing 35 compound 35:compound _ 35 River River PROPN NNP Number=Sing 31 nmod 31:nmod:around SpaceAfter=No -36 ... ... PUNCT , _ 11 punct 11:punct SpaceAfter=No +36 ... ... PUNCT , _ 39 punct 39:punct SpaceAfter=No 37 and and CCONJ CC _ 39 cc 39:cc _ 38 then then ADV RB PronType=Dem 39 advmod 39:advmod _ 39 wine wine NOUN NN Number=Sing 11 conj 10:obj|11:conj:and _ 40 if if SCONJ IN _ 42 mark 42:mark _ 41 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 42 nsubj 42:nsubj _ -42 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 39 advcl 39:advcl:if _ +42 wanted want VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 39 advcl 39:advcl:if _ 43 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 42 obj 42:obj _ 44 on on ADP IN _ 46 case 46:case _ 45 the the DET DT Definite=Def|PronType=Art 46 det 46:det _ @@ -215053,36 +215188,36 @@ 6 of of ADP IN _ 7 case 7:case _ 7 hosts host NOUN NNS Number=Plur 5 nmod 5:nmod:of _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 also also ADV RB _ 11 advmod 11:advmod _ 11 running run VERB VBG Tense=Pres|VerbForm=Part 5 parataxis 5:parataxis _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 restaurant restaurant NOUN NN Number=Sing 11 obj 11:obj|19:nsubj SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ +14 , , PUNCT , _ 19 punct 19:punct _ 15 which which PRON WDT PronType=Rel 19 nsubj 13:ref _ 16 also also ADV RB _ 19 advmod 19:advmod _ 17 must must AUX MD VerbForm=Fin 19 aux 19:aux _ 18 be be AUX VB VerbForm=Inf 19 cop 19:cop _ 19 wonderful wonderful ADJ JJ Degree=Pos 13 acl:relcl 13:acl:relcl _ -20 - - PUNCT , _ 5 punct 5:punct _ +20 - - PUNCT , _ 23 punct 23:punct _ 21 so so ADV RB _ 23 advcl 23:advcl _ 22 just just ADV RB _ 23 advmod 23:advmod _ -23 ask ask VERB VB Mood=Imp|VerbForm=Fin 5 ccomp 5:ccomp _ +23 ask ask VERB VB Mood=Imp|VerbForm=Fin 5 parataxis 5:parataxis _ 24 for for SCONJ IN _ 27 mark 27:mark _ 25 what what PRON WP PronType=Int 27 obj 27:obj _ 26 you you PRON PRP Case=Nom|Person=2|PronType=Prs 27 nsubj 27:nsubj _ -27 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 advcl 23:advcl:for SpaceAfter=No +27 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 23 advcl 23:advcl:for SpaceAfter=No 28 , , PUNCT , _ 32 punct 32:punct _ 29 and and CCONJ CC _ 32 cc 32:cc _ 30-31 I'm _ _ _ _ _ _ _ _ 30 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 32 nsubj 32:nsubj _ -31 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 32 cop 32:cop _ +31 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 32 cop 32:cop _ 32 sure sure ADJ JJ Degree=Pos 23 conj 5:ccomp|23:conj:and _ 33 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 35 nsubj 35:nsubj _ 34 will will AUX MD VerbForm=Fin 35 aux 35:aux _ 35 do do VERB VB VerbForm=Inf 32 ccomp 32:ccomp _ -36 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ -37 best best ADJ JJS Degree=Sup 35 obj 35:obj _ +36 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ +37 best good ADJ JJS Degree=Sup 35 obj 35:obj _ 38 to to PART TO _ 40 mark 40:mark _ 39 be be AUX VB VerbForm=Inf 40 cop 40:cop _ 40 hospitable hospitable ADJ JJ Degree=Pos 35 advcl 35:advcl:to SpaceAfter=No @@ -215098,14 +215233,14 @@ # newpar id = reviews-194316-p0002 # text = OMG.. make sure to book a reservation, as this magical place is packed (in a nice way) I love that the owner walks around and cares how his customers feel about their food. 1 OMG omg INTJ UH _ 3 discourse 3:discourse SpaceAfter=No -2 .. .. PUNCT , _ 3 punct 3:punct _ +2 .. .. PUNCT , _ 1 punct 1:punct _ 3 make make VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 sure sure ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ 5 to to PART TO _ 6 mark 6:mark _ 6 book book VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 reservation reservation NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No -9 , , PUNCT , _ 3 punct 3:punct _ +9 , , PUNCT , _ 15 punct 15:punct _ 10 as as SCONJ IN _ 15 mark 15:mark _ 11 this this DET DT Number=Sing|PronType=Dem 13 det 13:det _ 12 magical magical ADJ JJ Degree=Pos 13 amod 13:amod _ @@ -215119,7 +215254,7 @@ 20 way way NOUN NN Number=Sing 15 obl 15:obl:in SpaceAfter=No 21 ) ) PUNCT -RRB- _ 20 punct 20:punct _ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ -23 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +23 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 24 that that SCONJ IN _ 27 mark 27:mark _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 26 owner owner NOUN NN Number=Sing 27 nsubj 27:nsubj|30:nsubj _ @@ -215127,12 +215262,12 @@ 28 around around ADV RB _ 27 advmod 27:advmod _ 29 and and CCONJ CC _ 30 cc 30:cc _ 30 cares care VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 27 conj 23:ccomp|27:conj:and _ -31 how how SCONJ WRB PronType=Int 34 mark 34:mark _ -32 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 33 nmod:poss 33:nmod:poss _ +31 how how ADV WRB PronType=Int 34 advmod 34:advmod _ +32 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 33 nmod:poss 33:nmod:poss _ 33 customers customer NOUN NNS Number=Plur 34 nsubj 34:nsubj _ -34 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 30 ccomp 30:ccomp _ +34 feel feel VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 30 ccomp 30:ccomp _ 35 about about ADP IN _ 37 case 37:case _ -36 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ +36 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ 37 food food NOUN NN Number=Sing 34 obl 34:obl:about SpaceAfter=No 38 . . PUNCT . _ 3 punct 3:punct _ @@ -215140,32 +215275,32 @@ # text = The waiters are like no other... 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 waiters waiter NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 like like ADP IN _ 6 case 6:case _ -5 no no DET DT _ 6 det 6:det _ +5 no no DET DT PronType=Neg 6 det 6:det _ 6 other other ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 7 ... ... PUNCT . _ 6 punct 6:punct SpaceAfter=No # sent_id = reviews-194316-0004 # text = My waiter was so excellent I gave him a 75% tip, and it was worht every penny.. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 waiter waiter NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 4 so so ADV RB _ 5 advmod 5:advmod _ 5 excellent excellent ADJ JJ Degree=Pos 0 root 0:root _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 ccomp 5:ccomp _ +7 gave give VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 advcl 5:advcl _ 8 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 iobj 7:iobj _ 9 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ -10 75 75 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No +10 75 75 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No 11 % % SYM NN Number=Sing 12 compound 12:compound _ 12 tip tip NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No 13 , , PUNCT , _ 17 punct 17:punct _ 14 and and CCONJ CC _ 17 cc 17:cc _ 15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 16 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 cop 17:cop _ -17 worht worth ADJ JJ Degree=Pos|Typo=Yes 7 conj 5:ccomp|7:conj:and _ -18 every every DET DT _ 19 det 19:det _ +17 worht worth ADJ JJ Degree=Pos|Typo=Yes 7 conj 5:ccomp|7:conj:and CorrectForm=worth +18 every every DET DT PronType=Tot 19 det 19:det _ 19 penny penny NOUN NN Number=Sing 17 obj 17:obj SpaceAfter=No 20 .. .. PUNCT . _ 5 punct 5:punct _ @@ -215185,14 +215320,14 @@ # text = I just discovered her has a place right near my work ( Color me Phat) If you are looking for a romatic place with the best food and service in the valley Giovanni Ristorante should be your number 1 + 2 choice. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 discovered discover VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 discovered discover VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 5 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 place place NOUN NN Number=Sing 5 obj 5:obj _ 8 right right ADV RB _ 11 advmod 11:advmod _ 9 near near ADP IN _ 11 case 11:case _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 work work NOUN NN Number=Sing 7 nmod 7:nmod:near _ 12 ( ( PUNCT -LRB- _ 13 punct 13:punct _ 13 Color color VERB VB Mood=Imp|VerbForm=Fin 11 appos 11:appos _ @@ -215201,15 +215336,15 @@ 16 ) ) PUNCT -RRB- _ 13 punct 13:punct _ 17 If if SCONJ IN _ 20 mark 20:mark _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj _ -19 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +19 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 20 looking look VERB VBG Tense=Pres|VerbForm=Part 43 advcl 43:advcl:if _ 21 for for ADP IN _ 24 case 24:case _ 22 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ -23 romatic romantic ADJ JJ Degree=Pos|Typo=Yes 24 amod 24:amod _ +23 romatic romantic ADJ JJ Degree=Pos|Typo=Yes 24 amod 24:amod CorrectForm=romantic 24 place place NOUN NN Number=Sing 20 obl 20:obl:for _ 25 with with ADP IN _ 28 case 28:case _ 26 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ -27 best best ADJ JJS Degree=Sup 28 amod 28:amod _ +27 best good ADJ JJS Degree=Sup 28 amod 28:amod _ 28 food food NOUN NN Number=Sing 24 nmod 24:nmod:with _ 29 and and CCONJ CC _ 30 cc 30:cc _ 30 service service NOUN NN Number=Sing 28 conj 24:nmod:with|28:conj:and _ @@ -215220,11 +215355,11 @@ 35 Ristorante Ristorante PROPN NNP Number=Sing 34 flat 34:flat _ 36 should should AUX MD VerbForm=Fin 43 aux 43:aux _ 37 be be AUX VB VerbForm=Inf 43 cop 43:cop _ -38 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 43 nmod:poss 43:nmod:poss _ +38 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 43 nmod:poss 43:nmod:poss _ 39 number number NOUN NN Number=Sing 43 compound 43:compound _ -40 1 1 NUM CD NumType=Card 39 nummod 39:nummod _ +40 1 1 NUM CD NumForm=Digit|NumType=Card 39 nummod 39:nummod _ 41 + + SYM SYM _ 42 cc 42:cc _ -42 2 2 NUM CD NumType=Card 40 conj 39:nummod|40:conj _ +42 2 2 NUM CD NumForm=Digit|NumType=Card 40 conj 39:nummod|40:conj _ 43 choice choice NOUN NN Number=Sing 3 parataxis 3:parataxis SpaceAfter=No 44 . . PUNCT . _ 3 punct 3:punct _ @@ -215234,9 +215369,9 @@ # text = Holly is truely the best hairstylist! 1 Holly Holly PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -3 truely truly ADV RB Typo=Yes 6 advmod 6:advmod _ +3 truely truly ADV RB Typo=Yes 6 advmod 6:advmod CorrectForm=truly 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 best best ADJ JJS Degree=Sup 6 amod 6:amod _ +5 best good ADJ JJS Degree=Sup 6 amod 6:amod _ 6 hairstylist hairstylist NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 7 ! ! PUNCT . _ 6 punct 6:punct _ @@ -215244,7 +215379,7 @@ # newpar id = reviews-121556-p0002 # text = I have lived in the UTC La Jolla area for many years, and I never new this salon was here until a friend reffered me to see Holly here. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 lived live VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 in in ADP IN _ 9 case 9:case _ 5 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -215259,7 +215394,7 @@ 14 and and CCONJ CC _ 17 cc 17:cc _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ 16 never never ADV RB _ 17 advmod 17:advmod _ -17 new know VERB VBD Mood=Ind|Tense=Past|Typo=Yes|VerbForm=Fin 3 conj 3:conj:and _ +17 new know VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|Typo=Yes|VerbForm=Fin 3 conj 3:conj:and CorrectForm=knew 18 this this DET DT Number=Sing|PronType=Dem 19 det 19:det _ 19 salon salon NOUN NN Number=Sing 21 nsubj 21:nsubj _ 20 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 cop 21:cop _ @@ -215267,7 +215402,7 @@ 22 until until SCONJ IN _ 25 mark 25:mark _ 23 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 24 friend friend NOUN NN Number=Sing 25 nsubj 25:nsubj _ -25 reffered refer VERB VBD Mood=Ind|Tense=Past|Typo=Yes|VerbForm=Fin 17 advcl 17:advcl:until _ +25 reffered refer VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|Typo=Yes|VerbForm=Fin 17 advcl 17:advcl:until CorrectForm=referred 26 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 25 obj 25:obj _ 27 to to PART TO _ 28 mark 28:mark _ 28 see see VERB VB VerbForm=Inf 25 advcl 25:advcl:to _ @@ -215282,18 +215417,18 @@ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 pleased pleased ADJ JJ Degree=Pos 0 root 0:root _ 5 with with ADP IN _ 7 case 7:case _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 experience experience NOUN NN Number=Sing 4 obl 4:obl:with _ 8 here here ADV RB PronType=Dem 7 advmod 7:advmod SpaceAfter=No 9 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-121556-0004 # text = All of the people were friendly and welcoming. -1 All all DET DT _ 6 nsubj 6:nsubj|8:nsubj _ +1 All all DET DT PronType=Tot 6 nsubj 6:nsubj|8:nsubj _ 2 of of ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 people people NOUN NNS Number=Plur 1 nmod 1:nmod:of _ -5 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 cop 6:cop _ +5 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 6 friendly friendly ADJ JJ Degree=Pos 0 root 0:root _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 welcoming welcoming ADJ JJ Degree=Pos 6 conj 6:conj:and SpaceAfter=No @@ -215302,7 +215437,7 @@ # sent_id = reviews-121556-0005 # text = I got highlights, haircut, and a blowdry. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 highlights highlight NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No 4 , , PUNCT , _ 5 punct 5:punct _ 5 haircut haircut NOUN NN Number=Sing 3 conj 2:obj|3:conj:and SpaceAfter=No @@ -215315,7 +215450,7 @@ # sent_id = reviews-121556-0006 # text = She did a great job! 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 great great ADJ JJ Degree=Pos 5 amod 5:amod _ 5 job job NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No @@ -215323,7 +215458,7 @@ # sent_id = reviews-121556-0007 # text = Holly is very experienced and talented, and I could tell she new what she was doing right off the bat. -1 Holly holly ADV RB _ 4 nsubj 4:nsubj|6:nsubj _ +1 Holly Holly PROPN NNP Number=Sing 4 nsubj 4:nsubj|6:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 experienced experienced ADJ JJ Degree=Pos 0 root 0:root _ @@ -215335,7 +215470,7 @@ 10 could could AUX MD VerbForm=Fin 11 aux 11:aux _ 11 tell tell VERB VB VerbForm=Inf 4 conj 4:conj:and _ 12 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 new know VERB VBD Mood=Ind|Tense=Past|Typo=Yes|VerbForm=Fin 11 ccomp 11:ccomp _ +13 new know VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|Typo=Yes|VerbForm=Fin 11 ccomp 11:ccomp CorrectForm=knew 14 what what PRON WP PronType=Int 17 obj 17:obj _ 15 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 16 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 aux 17:aux _ @@ -215348,16 +215483,16 @@ # sent_id = reviews-121556-0008 # text = My hair looks amazing, and I get compliments all the time. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 hair hair NOUN NN Number=Sing 3 nsubj 3:nsubj|4:nsubj:xsubj _ 3 looks look VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 amazing amazing ADJ JJ Degree=Pos 3 xcomp 3:xcomp SpaceAfter=No 5 , , PUNCT , _ 8 punct 8:punct _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +8 get get VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 9 compliments compliment NOUN NNS Number=Plur 8 obj 8:obj _ -10 all all DET PDT _ 12 det:predet 12:det:predet _ +10 all all DET PDT PronType=Tot 12 det:predet 12:det:predet _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 time time NOUN NN Number=Sing 8 obl:tmod 8:obl:tmod SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ @@ -215365,14 +215500,14 @@ # sent_id = reviews-121556-0009 # text = I deffenitly reccomend this salon and Holly to anyone. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 deffenitly definitely ADV RB Typo=Yes 3 advmod 3:advmod _ -3 reccomend recommend VERB VBP Mood=Ind|Tense=Pres|Typo=Yes|VerbForm=Fin 0 root 0:root _ +2 deffenitly definitely ADV RB Typo=Yes 3 advmod 3:advmod CorrectForm=definitely +3 reccomend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm=recommend 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 salon salon NOUN NN Number=Sing 3 obj 3:obj _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 Holly Holly PROPN NNP Number=Sing 5 conj 3:obj|5:conj:and _ 8 to to ADP IN _ 9 case 9:case _ -9 anyone anyone PRON NN Number=Sing 3 obl 3:obl:to SpaceAfter=No +9 anyone anyone PRON NN Number=Sing|PronType=Ind 3 obl 3:obl:to SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-121556-0010 @@ -215390,7 +215525,7 @@ # text = Outdated but not bad 1 Outdated outdated ADJ JJ Degree=Pos 0 root 0:root _ 2 but but CCONJ CC _ 4 cc 4:cc _ -3 not not ADV RB _ 4 advmod 4:advmod _ +3 not not PART RB _ 4 advmod 4:advmod _ 4 bad bad ADJ JJ Degree=Pos 1 conj 1:conj:but _ # sent_id = reviews-299148-0002 @@ -215399,7 +215534,7 @@ 1 So so ADV RB _ 4 advmod 4:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 3 really really ADV RB _ 4 advmod 4:advmod _ -4 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 felt feel VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 like like SCONJ IN _ 10 mark 10:mark _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 place place NOUN NN Number=Sing 10 nsubj 10:nsubj _ @@ -215410,7 +215545,7 @@ 12 since since SCONJ IN _ 15 mark 15:mark _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 pictures picture NOUN NNS Number=Plur 15 nsubj 15:nsubj _ -15 make make VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:since _ +15 make make VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:since _ 16 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 obj 15:obj|17:nsubj:xsubj|18:nsubj:xsubj|20:nsubj:xsubj _ 17 look look VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ 18 nice nice ADJ JJ Degree=Pos 17 xcomp 17:xcomp _ @@ -215421,7 +215556,7 @@ # sent_id = reviews-299148-0003 # text = It had listed that there was a hot breakfast but all this meant is that they added a waffle maker to the common continental affair at most cheap hotels. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +2 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 listed list VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 that that SCONJ IN _ 6 mark 6:mark _ 5 there there PRON EX _ 6 expl 6:expl _ @@ -215429,14 +215564,14 @@ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 hot hot ADJ JJ Degree=Pos 9 amod 9:amod _ 9 breakfast breakfast NOUN NN Number=Sing 6 nsubj 6:nsubj _ -10 but but CCONJ CC _ 14 cc 14:cc _ -11 all all DET DT _ 14 nsubj 14:nsubj _ +10 but but CCONJ CC _ 17 cc 17:cc _ +11 all all DET DT PronType=Tot 17 nsubj:outer 17:nsubj:outer _ 12 this this PRON DT Number=Sing|PronType=Dem 13 nsubj 13:nsubj _ -13 meant mean VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ -14 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ +13 meant mean VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 15 that that SCONJ IN _ 17 mark 17:mark _ 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 17 nsubj 17:nsubj _ -17 added add VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 ccomp 14:ccomp _ +17 added add VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 19 waffle waffle NOUN NN Number=Sing 20 compound 20:compound _ 20 maker maker NOUN NN Number=Sing 17 obj 17:obj _ @@ -215458,23 +215593,23 @@ 3 suite suite NOUN NN Number=Sing 7 nsubj 7:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 5 basically basically ADV RB _ 7 advmod 7:advmod _ -6 two two NUM CD NumType=Card 7 nummod 7:nummod _ -7 rooms room NOUN NNS Number=Plur 0 root 0:root _ -8 with with ADP IN _ 11 case 11:case _ +6 two two NUM CD NumForm=Word|NumType=Card 7 nummod 7:nummod _ +7 rooms room NOUN NNS Number=Plur 0 root 0:root|15:csubj _ +8 with with SCONJ IN _ 13 mark 13:mark _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 small small ADJ JJ Degree=Pos 11 amod 11:amod _ -11 opening opening NOUN NN Number=Sing 7 nmod 7:nmod:with _ +11 opening opening NOUN NN Number=Sing 13 nsubj 13:nsubj _ 12 between between ADP IN _ 13 case 13:case _ -13 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 11 nmod 11:nmod:between _ -14 which which PRON WDT PronType=Int 15 nsubj 15:nsubj _ -15 worked work VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 parataxis 7:parataxis _ +13 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 7 acl 7:acl:with _ +14 which which PRON WDT PronType=Rel 15 nsubj 7:ref _ +15 worked work VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 advcl:relcl 7:advcl:relcl _ 16 great great ADV RB _ 15 advmod 15:advmod _ 17 for for ADP IN _ 18 case 18:case _ 18 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 15 obl 15:obl:for _ 19 because because SCONJ IN _ 23 mark 23:mark _ 20 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 23 nsubj 23:nsubj _ -21 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 23 cop 23:cop _ -22 two two NUM CD NumType=Card 23 nummod 23:nummod _ +21 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 23 cop 23:cop _ +22 two two NUM CD NumForm=Word|NumType=Card 23 nummod 23:nummod _ 23 families family NOUN NNS Number=Plur 15 advcl 15:advcl:because _ 24 traveling travel VERB VBG VerbForm=Ger 23 acl 23:acl _ 25 together together ADV RB _ 24 advmod 24:advmod SpaceAfter=No @@ -215484,28 +215619,28 @@ # text = If you are in town and need that kind of space I say stay here but if you are looking for a little more upscale affair don't let the pictures fool you and book somewhere else. 1 If if SCONJ IN _ 5 mark 5:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj|7:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 in in ADP IN _ 5 case 5:case _ 5 town town NOUN NN Number=Sing 13 advcl 13:advcl:in _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and|13:advcl:in _ +7 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and|13:advcl:in _ 8 that that DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 kind kind NOUN NN Number=Sing 7 obj 7:obj _ 10 of of ADP IN _ 11 case 11:case _ 11 space space NOUN NN Number=Sing 9 nmod 9:nmod:of _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj|29:nsubj _ -13 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +13 say say VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 14 stay stay VERB VB Mood=Imp|VerbForm=Fin 13 ccomp 13:ccomp _ 15 here here ADV RB PronType=Dem 14 advmod 14:advmod _ 16 but but CCONJ CC _ 29 cc 29:cc _ 17 if if SCONJ IN _ 20 mark 20:mark _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj _ -19 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +19 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 20 looking look VERB VBG Tense=Pres|VerbForm=Part 29 advcl 29:advcl:if _ 21 for for ADP IN _ 26 case 26:case _ 22 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 23 little little ADJ JJ Degree=Pos 24 obl:npmod 24:obl:npmod _ -24 more more ADV RBR _ 25 advmod 25:advmod _ +24 more more ADV RBR Degree=Cmp 25 advmod 25:advmod _ 25 upscale upscale ADJ JJ Degree=Pos 26 amod 26:amod _ 26 affair affair NOUN NN Number=Sing 20 obl 20:obl:for _ 27-28 don't _ _ _ _ _ _ _ _ @@ -215532,8 +215667,8 @@ 4 probably probably ADV RB _ 9 advmod 9:advmod _ 5 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 6 only only ADJ JJ Degree=Pos 9 amod 9:amod _ -7 West west ADJ JJ Degree=Pos 8 amod 8:amod _ -8 Indian indian ADJ JJ Degree=Pos 9 amod 9:amod _ +7 West West ADJ JJ Degree=Pos 8 amod 8:amod _ +8 Indian Indian ADJ JJ Degree=Pos 9 amod 9:amod _ 9 spot spot NOUN NN Number=Sing 1 conj 1:conj:and _ 10 worth worth ADJ JJ Degree=Pos 9 amod 9:amod _ 11 hitting hit VERB VBG VerbForm=Ger 10 xcomp 10:xcomp _ @@ -215547,24 +215682,24 @@ # text = I was born and raised in Toronto, which has a huge West Indian (Trinidadian, Jamaican, etc) population. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj:pass 3:nsubj:pass|5:nsubj:pass _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ -3 born bear VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +3 born bear VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 raised raise VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:and _ +5 raised raise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 conj 3:conj:and _ 6 in in ADP IN _ 7 case 7:case _ 7 Toronto Toronto PROPN NNP Number=Sing 3 obl 3:obl:in|10:nsubj SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 10 punct 10:punct _ 9 which which PRON WDT PronType=Rel 10 nsubj 7:ref _ 10 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 11 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 12 huge huge ADJ JJ Degree=Pos 22 amod 22:amod _ -13 West west ADJ JJ Degree=Pos 14 amod 14:amod _ -14 Indian indian ADJ JJ Degree=Pos 22 amod 22:amod _ +13 West West ADJ JJ Degree=Pos 14 amod 14:amod _ +14 Indian Indian ADJ JJ Degree=Pos 22 amod 22:amod _ 15 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No -16 Trinidadian trinidadian ADJ JJ Degree=Pos 14 appos 14:appos SpaceAfter=No +16 Trinidadian Trinidadian ADJ JJ Degree=Pos 14 appos 14:appos SpaceAfter=No 17 , , PUNCT , _ 18 punct 18:punct _ -18 Jamaican jamaican ADJ JJ Degree=Pos 16 conj 14:appos|16:conj SpaceAfter=No +18 Jamaican Jamaican ADJ JJ Degree=Pos 16 conj 14:appos|16:conj SpaceAfter=No 19 , , PUNCT , _ 20 punct 20:punct _ -20 etc etc X FW _ 16 conj 14:appos|16:conj SpaceAfter=No +20 etc etc. NOUN FW Abbr=Yes|Number=Plur 16 conj 14:appos|16:conj SpaceAfter=No 21 ) ) PUNCT -RRB- _ 16 punct 16:punct _ 22 population population NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 23 . . PUNCT . _ 3 punct 3:punct _ @@ -215575,7 +215710,7 @@ 2 huge huge ADJ JJ Degree=Pos 0 root 0:root _ 3 in in ADP IN _ 4 case 4:case _ 4 fact fact NOUN NN Number=Sing 2 obl 2:obl:in SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 10 punct 10:punct _ 6 that that SCONJ IN _ 10 mark 10:mark _ 7 Toronto Toronto PROPN NNP Number=Sing 8 compound 8:compound _ 8 slang slang NOUN NN Number=Sing 10 nsubj:pass 10:nsubj:pass|13:nsubj:pass _ @@ -215584,17 +215719,17 @@ 11 by by ADP IN _ 15 case 15:case _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 conj 2:ccomp|10:conj:and _ -14 Jamaican jamaican ADJ JJ Degree=Pos 15 amod 15:amod _ -15 references reference NOUN NNS Number=Plur 10 obl 10:obl:by SpaceAfter=No +14 Jamaican Jamaican ADJ JJ Degree=Pos 15 amod 15:amod _ +15 references reference NOUN NNS Number=Plur 10 obl:agent 10:obl:agent SpaceAfter=No 16 , , PUNCT , _ 22 punct 22:punct _ 17 and and CCONJ CC _ 22 cc 22:cc _ -18 Jamaican jamaican ADJ JJ Degree=Pos 20 amod 20:amod _ +18 Jamaican Jamaican ADJ JJ Degree=Pos 20 amod 20:amod _ 19 beef beef NOUN NN Number=Sing 20 compound 20:compound _ 20 patties patty NOUN NNS Number=Plur 22 nsubj 22:nsubj _ -21 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ +21 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 22 staples staple NOUN NNS Number=Plur 2 conj 2:conj:and _ 23 in in ADP IN _ 27 case 27:case _ -24 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +24 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 25 high high ADJ JJ Degree=Pos 26 amod 26:amod _ 26 school school NOUN NN Number=Sing 27 compound 27:compound _ 27 cafeteria cafeteria NOUN NN Number=Sing 22 obl 22:obl:in SpaceAfter=No @@ -215603,7 +215738,7 @@ # sent_id = reviews-342807-0004 # text = Anyway, I was practically raised on this stuff, and being a connoisseur of West Indian cuisine, Jamaica Way is a bit toned down to suit the American palette. 1 Anyway anyway INTJ UH _ 6 discourse 6:discourse SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj:pass 6:nsubj:pass _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ 5 practically practically ADV RB _ 6 advmod 6:advmod _ @@ -215617,38 +215752,38 @@ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 connoisseur connoisseur NOUN NN Number=Sing 25 advcl 25:advcl _ 15 of of ADP IN _ 18 case 18:case _ -16 West west ADJ JJ Degree=Pos 17 amod 17:amod _ -17 Indian indian ADJ JJ Degree=Pos 18 amod 18:amod _ +16 West West ADJ JJ Degree=Pos 17 amod 17:amod _ +17 Indian Indian ADJ JJ Degree=Pos 18 amod 18:amod _ 18 cuisine cuisine NOUN NN Number=Sing 14 nmod 14:nmod:of SpaceAfter=No -19 , , PUNCT , _ 25 punct 25:punct _ +19 , , PUNCT , _ 14 punct 14:punct _ 20 Jamaica Jamaica PROPN NNP Number=Sing 21 compound 21:compound _ 21 Way Way PROPN NNP Number=Sing 25 nsubj:pass 25:nsubj:pass _ 22 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 aux:pass 25:aux:pass _ 23 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ -24 bit bit NOUN NN Number=Sing 25 advmod 25:advmod _ +24 bit bit NOUN NN Number=Sing 25 obl:npmod 25:obl:npmod _ 25 toned tone VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 conj 6:conj:and _ 26 down down ADP RP _ 25 compound:prt 25:compound:prt _ 27 to to PART TO _ 28 mark 28:mark _ 28 suit suit VERB VB VerbForm=Inf 25 advcl 25:advcl:to _ 29 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ -30 American american ADJ JJ Degree=Pos 31 amod 31:amod _ +30 American American ADJ JJ Degree=Pos 31 amod 31:amod _ 31 palette palette NOUN NN Number=Sing 28 obj 28:obj SpaceAfter=No 32 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-342807-0005 # text = All you have to do to make it authentic Jamaican food, is add a whole lot of pepper. -1 All all DET DT _ 14 nsubj 14:nsubj _ +1 All all DET DT PronType=Tot 14 nsubj:outer 14:nsubj:outer _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 4 to to PART TO _ 5 mark 5:mark _ 5 do do VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 to to PART TO _ 7 mark 7:mark _ 7 make make VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ 8 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj|11:nsubj:xsubj _ 9 authentic authentic ADJ JJ Degree=Pos 11 amod 11:amod _ -10 Jamaican jamaican ADJ JJ Degree=Pos 11 amod 11:amod _ +10 Jamaican Jamaican ADJ JJ Degree=Pos 11 amod 11:amod _ 11 food food NOUN NN Number=Sing 7 xcomp 7:xcomp SpaceAfter=No -12 , , PUNCT , _ 14 punct 14:punct _ +12 , , PUNCT , _ 1 punct 1:punct _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 14 add add VERB VB VerbForm=Inf 0 root 0:root _ 15 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ @@ -215660,7 +215795,7 @@ # sent_id = reviews-342807-0006 # text = Alot. -1 A a DET DT Definite=Ind|PronType=Art 2 det 2:det SpaceAfter=No +1 A a DET DT Definite=Ind|PronType=Art 2 det 2:det CorrectSpaceAfter=Yes|SpaceAfter=No 2 lot lot NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ @@ -215669,12 +215804,12 @@ # newpar id = reviews-192713-p0001 # text = The finest Christmas Trees i've ever seen. 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ -2 finest finest ADJ JJS Degree=Sup 4 amod 4:amod _ +2 finest fine ADJ JJS Degree=Sup 4 amod 4:amod _ 3 Christmas Christmas PROPN NNP Number=Sing 4 compound 4:compound _ 4 Trees tree NOUN NNS Number=Plur 0 root 0:root _ 5-6 i've _ _ _ _ _ _ _ _ -5 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -6 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +5 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ +6 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 ever ever ADV RB _ 8 advmod 8:advmod _ 8 seen see VERB VBN Tense=Past|VerbForm=Part 4 acl:relcl 4:acl:relcl SpaceAfter=No 9 . . PUNCT . _ 4 punct 4:punct _ @@ -215683,15 +215818,15 @@ # newpar id = reviews-192713-p0002 # text = I felt like I was in heaven when I walked through the majestic fields of this particular farm. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 felt feel VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 like like SCONJ IN _ 7 mark 7:mark _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 6 in in ADP IN _ 7 case 7:case _ 7 heaven heaven NOUN NN Number=Sing 2 advcl 2:advcl:in _ -8 when when SCONJ WRB PronType=Int 10 mark 10:mark _ +8 when when ADV WRB PronType=Int 10 advmod 10:advmod _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 walked walk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:when _ +10 walked walk VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:when _ 11 through through ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 majestic majestic ADJ JJ Degree=Pos 14 amod 14:amod _ @@ -215706,7 +215841,7 @@ # text = The trees were in magnificent shape and the variety was astounding. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 trees tree NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 cop 6:cop _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 4 in in ADP IN _ 6 case 6:case _ 5 magnificent magnificent ADJ JJ Degree=Pos 6 amod 6:amod _ 6 shape shape NOUN NN Number=Sing 0 root 0:root _ @@ -215721,7 +215856,7 @@ # text = The owners were entertaining and gracious. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 owners owner NOUN NNS Number=Plur 4 nsubj 4:nsubj|6:nsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 cop 4:cop _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 4 entertaining entertaining ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 gracious gracious ADJ JJ Degree=Pos 4 conj 4:conj:and SpaceAfter=No @@ -215731,7 +215866,7 @@ # text = I especially liked the Eco friendly atmosphere and the owners love of all animals. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 especially especially ADV RB _ 3 advmod 3:advmod _ -3 liked like VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 liked like VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 5 Eco eco X AFX _ 6 obl:npmod 6:obl:npmod _ 6 friendly friendly ADJ JJ Degree=Pos 7 amod 7:amod _ @@ -215740,10 +215875,10 @@ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10-11 owners _ _ _ _ _ _ _ _ 10 owner owner NOUN NN Number=Sing 12 nmod:poss 12:nmod:poss _ -11 s 's PART POS _ 10 case 10:case _ +11 s 's PART POS Typo=Yes 10 case 10:case CorrectForm='s 12 love love NOUN NN Number=Sing 7 conj 3:obj|7:conj:and _ 13 of of ADP IN _ 15 case 15:case _ -14 all all DET DT _ 15 det 15:det _ +14 all all DET DT PronType=Tot 15 det 15:det _ 15 animals animal NOUN NNS Number=Plur 12 nmod 12:nmod:of SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ @@ -215751,16 +215886,16 @@ # text = This is one of the best farms I have ever been too. 1 This this PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 one one NUM CD NumType=Card 0 root 0:root _ +3 one one NUM CD NumForm=Word|NumType=Card 0 root 0:root _ 4 of of ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 best best ADJ JJS Degree=Sup 7 amod 7:amod _ +6 best good ADJ JJS Degree=Sup 7 amod 7:amod _ 7 farms farm NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -9 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 ever ever ADV RB _ 11 advmod 11:advmod _ -11 been be VERB VBN Tense=Past|VerbForm=Part 7 acl:relcl 7:acl:relcl _ -12 too to ADP IN Typo=Yes 11 obl 11:obl SpaceAfter=No +11 been be AUX VBN Tense=Past|VerbForm=Part 7 acl:relcl 7:acl:relcl _ +12 too to ADP IN Typo=Yes 11 obl 11:obl CorrectForm=to|SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-192713-0007 @@ -215781,10 +215916,10 @@ # sent_id = reviews-192713-0008 # text = It put hair on my chest and thanks to the owners advice I invested vanguard, got myself a woman like Jerry, and became a republican. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 put put VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 put put VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 hair hair NOUN NN Number=Sing 2 obj 2:obj _ 4 on on ADP IN _ 6 case 6:case _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 chest chest NOUN NN Number=Sing 2 obl 2:obl:on _ 7 and and CCONJ CC _ 15 cc 15:cc _ 8 thanks thanks NOUN NN Number=Sing 15 obl:npmod 15:obl:npmod _ @@ -215792,13 +215927,13 @@ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11-12 owners _ _ _ _ _ _ _ _ 11 owner owner NOUN NN Number=Sing 13 nmod:poss 13:nmod:poss _ -12 s 's PART POS _ 11 case 11:case _ +12 s 's PART POS Typo=Yes 11 case 11:case CorrectForm='s 13 advice advice NOUN NN Number=Sing 8 nmod 8:nmod:to _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj|18:nsubj|26:nsubj|28:nsubj:xsubj _ -15 invested invest VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +15 invested invest VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 16 vanguard vanguard PROPN NNP Number=Sing 15 obj 15:obj SpaceAfter=No 17 , , PUNCT , _ 18 punct 18:punct _ -18 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 conj 15:conj:and _ +18 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 15 conj 15:conj:and _ 19 myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes 18 iobj 18:iobj _ 20 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 21 woman woman NOUN NN Number=Sing 18 obj 18:obj _ @@ -215806,9 +215941,9 @@ 23 Jerry Jerry PROPN NNP Number=Sing 21 nmod 21:nmod:like SpaceAfter=No 24 , , PUNCT , _ 26 punct 26:punct _ 25 and and CCONJ CC _ 26 cc 26:cc _ -26 became become VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 conj 15:conj:and _ +26 became become VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 15 conj 15:conj:and _ 27 a a DET DT Definite=Ind|PronType=Art 28 det 28:det _ -28 republican republican PROPN NNP Number=Sing 26 xcomp 26:xcomp SpaceAfter=No +28 republican Republican PROPN NNP Number=Sing 26 xcomp 26:xcomp SpaceAfter=No 29 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-192713-0009 @@ -215824,28 +215959,26 @@ # sent_id = reviews-209465-0001 # newpar id = reviews-209465-p0001 # text = Pho-nomenal!! -1 Pho pho NOUN NN Number=Sing 3 obl:npmod 3:obl:npmod SpaceAfter=No -2 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No -3 nomenal nomenal ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -4 !! !! PUNCT . _ 3 punct 3:punct _ +1 Pho-nomenal phenomenal ADJ JJ Degree=Pos|Style=Expr 0 root 0:root CorrectForm=Phenomenal|SpaceAfter=No +2 !! !! PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-209465-0002 # newpar id = reviews-209465-p0002 # text = I have been eating Pho for almost my entire life and I've always gone to the Pho places in south philly and off the boulevard and even the other one in chinatown, but when i tried this pho place, it blew the other pho houses away!! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux 4:aux _ 4 eating eat VERB VBG VerbForm=Ger 0 root 0:root _ 5 Pho pho NOUN NN Number=Sing 4 obj 4:obj _ 6 for for ADP IN _ 10 case 10:case _ 7 almost almost ADV RB _ 10 advmod 10:advmod _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 entire entire ADJ JJ Degree=Pos 10 amod 10:amod _ 10 life life NOUN NN Number=Sing 4 obl 4:obl:for _ 11 and and CCONJ CC _ 15 cc 15:cc _ 12-13 I've _ _ _ _ _ _ _ _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -13 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +13 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 14 always always ADV RB _ 15 advmod 15:advmod _ 15 gone go VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and _ 16 to to ADP IN _ 19 case 19:case _ @@ -215868,15 +216001,15 @@ 33 chinatown chinatown PROPN NNP Number=Sing 31 nmod 31:nmod:in SpaceAfter=No 34 , , PUNCT , _ 44 punct 44:punct _ 35 but but CCONJ CC _ 44 cc 44:cc _ -36 when when SCONJ WRB PronType=Int 38 mark 38:mark _ -37 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 38 nsubj 38:nsubj _ -38 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 44 advcl 44:advcl:when _ +36 when when ADV WRB PronType=Int 38 advmod 38:advmod _ +37 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 38 nsubj 38:nsubj _ +38 tried try VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 44 advcl 44:advcl:when _ 39 this this DET DT Number=Sing|PronType=Dem 41 det 41:det _ 40 pho pho NOUN NN Number=Sing 41 compound 41:compound _ 41 place place NOUN NN Number=Sing 38 obj 38:obj SpaceAfter=No -42 , , PUNCT , _ 44 punct 44:punct _ +42 , , PUNCT , _ 38 punct 38:punct _ 43 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 44 nsubj 44:nsubj _ -44 blew blow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +44 blew blow VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 45 the the DET DT Definite=Def|PronType=Art 48 det 48:det _ 46 other other ADJ JJ Degree=Pos 48 amod 48:amod _ 47 pho pho NOUN NN Number=Sing 48 compound 48:compound _ @@ -215886,27 +216019,27 @@ # sent_id = reviews-209465-0003 # text = all of the pho places taste the same to me, so what seperates one from the other is the service and the price. -1 all all DET DT _ 6 nsubj 6:nsubj _ +1 all all DET DT PronType=Tot 6 nsubj 6:nsubj _ 2 of of ADP IN _ 5 case 5:case _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 pho pho NOUN NN Number=Sing 5 compound 5:compound _ 5 places place NOUN NNS Number=Plur 1 nmod 1:nmod:of _ -6 taste taste VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 taste taste VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 same same ADJ JJ Degree=Pos 6 obj 6:obj _ 9 to to ADP IN _ 10 case 10:case _ 10 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 6 obl 6:obl:to SpaceAfter=No -11 , , PUNCT , _ 6 punct 6:punct _ +11 , , PUNCT , _ 21 punct 21:punct _ 12 so so ADV RB _ 21 advmod 21:advmod _ -13 what what PRON WP PronType=Int 21 nsubj 21:nsubj|24:nsubj _ -14 seperates separate VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ -15 one one NUM CD NumType=Card 14 obj 14:obj _ +13 what what PRON WP PronType=Rel 21 nsubj 14:nsubj|21:nsubj|24:nsubj _ +14 seperates separate VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 13 acl:relcl 13:acl:relcl CorrectForm=separates +15 one one NUM CD NumForm=Word|NumType=Card 14 obj 14:obj _ 16 from from ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 other other ADJ JJ Degree=Pos 14 obl 14:obl:from _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -21 service service NOUN NN Number=Sing 6 advcl 6:advcl _ +21 service service NOUN NN Number=Sing 6 parataxis 6:parataxis _ 22 and and CCONJ CC _ 24 cc 24:cc _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 price price NOUN NN Number=Sing 21 conj 6:advcl|21:conj:and SpaceAfter=No @@ -215919,19 +216052,19 @@ 3 here here ADV RB PronType=Dem 2 advmod 2:advmod _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 incredible incredible ADJ JJ Degree=Pos 0 root 0:root _ -6 compared compare VERB VBN Tense=Past|VerbForm=Part 10 case 10:case _ +6 compared compare VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 advcl 5:advcl _ 7 to to ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 other other ADJ JJ Degree=Pos 10 amod 10:amod _ -10 places place NOUN NNS Number=Plur 5 obl 5:obl:to SpaceAfter=No +10 places place NOUN NNS Number=Plur 6 obl 6:obl:to SpaceAfter=No 11 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-209465-0005 # text = the only down fall of this pho house is the difficulty in finding parking in chinatown. 1 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 only only ADJ JJ Degree=Pos 3 amod 3:amod _ -3 down down X GW _ 11 nsubj 11:nsubj _ -4 fall fall NOUN NN Number=Sing 3 goeswith 3:goeswith _ +3 down downfall NOUN GW Number=Sing|Typo=Yes 11 nsubj 11:nsubj _ +4 fall _ X NN _ 3 goeswith 3:goeswith _ 5 of of ADP IN _ 8 case 8:case _ 6 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ 7 pho pho NOUN NN Number=Sing 8 compound 8:compound _ @@ -215955,7 +216088,7 @@ 5 since since SCONJ IN _ 9 mark 9:mark _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 7-8 don't _ _ _ _ _ _ _ _ -7 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +7 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 n't not PART RB _ 9 advmod 9:advmod _ 9 take take VERB VB VerbForm=Inf 3 advcl 3:advcl:since _ 10 debit debit NOUN NN Number=Sing 9 obj 9:obj _ @@ -215965,16 +216098,16 @@ # sent_id = reviews-209465-0007 # text = hope this helps!! -1 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 this this PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ 3 helps help VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp SpaceAfter=No -4 !! !! PUNCT . _ 1 punct 1:punct SpaceAfter=No +4 !! !! PUNCT . _ 1 punct 1:punct _ # newdoc id = reviews-077298 # sent_id = reviews-077298-0001 # newpar id = reviews-077298-p0001 # text = Had a horrible experience with a manager here, Rachel McInnis, she was rude, inconsiderate and did not do the right thing for an item that was marked incorrectly... -1 Had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 horrible horrible ADJ JJ Degree=Pos 4 amod 4:amod _ 4 experience experience NOUN NN Number=Sing 1 obj 1:obj _ @@ -215982,17 +216115,17 @@ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 manager manager NOUN NN Number=Sing 4 nmod 4:nmod:with _ 8 here here ADV RB PronType=Dem 7 advmod 7:advmod SpaceAfter=No -9 , , PUNCT , _ 7 punct 7:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 Rachel Rachel PROPN NNP Number=Sing 7 appos 7:appos _ 11 McInnis McInnis PROPN NNP Number=Sing 10 flat 10:flat SpaceAfter=No -12 , , PUNCT , _ 1 punct 1:punct _ +12 , , PUNCT , _ 15 punct 15:punct _ 13 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 cop 17:cop _ 15 rude rude ADJ JJ Degree=Pos 1 parataxis 1:parataxis SpaceAfter=No 16 , , PUNCT , _ 17 punct 17:punct _ 17 inconsiderate inconsiderate ADJ JJ Degree=Pos 15 conj 15:conj:and _ 18 and and CCONJ CC _ 21 cc 21:cc _ -19 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 aux 21:aux _ +19 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 aux 21:aux _ 20 not not PART RB _ 21 advmod 21:advmod _ 21 do do VERB VB VerbForm=Inf 15 conj 15:conj:and _ 22 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ @@ -216003,7 +216136,7 @@ 27 item item NOUN NN Number=Sing 21 obl 21:obl:for|30:nsubj:pass _ 28 that that PRON WDT PronType=Rel 30 nsubj:pass 27:ref _ 29 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 30 aux:pass 30:aux:pass _ -30 marked mark VERB VBN Tense=Past|VerbForm=Part 27 acl:relcl 27:acl:relcl _ +30 marked mark VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 27 acl:relcl 27:acl:relcl _ 31 incorrectly incorrectly ADV RB _ 30 advmod 30:advmod SpaceAfter=No 32 ... ... PUNCT . _ 1 punct 1:punct _ @@ -216011,7 +216144,7 @@ # text = I'm not interested in shopping in a place with people like her... she refused to sell me the item at its marked price even after admitting they had made a mistake. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 interested interested ADJ JJ Degree=Pos 0 root 0:root _ 5 in in SCONJ IN _ 6 mark 6:mark _ @@ -216023,23 +216156,23 @@ 11 people people NOUN NNS Number=Plur 9 nmod 9:nmod:with _ 12 like like ADP IN _ 13 case 13:case _ 13 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 11 nmod 11:nmod:like SpaceAfter=No -14 ... ... PUNCT , _ 4 punct 4:punct _ +14 ... ... PUNCT , _ 16 punct 16:punct _ 15 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj|18:nsubj:xsubj _ -16 refused refuse VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ +16 refused refuse VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ 17 to to PART TO _ 18 mark 18:mark _ 18 sell sell VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 19 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 18 iobj 18:iobj _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 item item NOUN NN Number=Sing 18 obj 18:obj _ 22 at at ADP IN _ 25 case 25:case _ -23 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ -24 marked mark VERB VBN Tense=Past|VerbForm=Part 25 amod 25:amod _ +23 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 marked mark VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 amod 25:amod _ 25 price price NOUN NN Number=Sing 18 obl 18:obl:at _ 26 even even ADV RB _ 28 advmod 28:advmod _ 27 after after SCONJ IN _ 28 mark 28:mark _ 28 admitting admit VERB VBG VerbForm=Ger 18 advcl 18:advcl:after _ 29 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 31 nsubj 31:nsubj _ -30 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 31 aux 31:aux _ +30 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 31 aux 31:aux _ 31 made make VERB VBN Tense=Past|VerbForm=Part 28 ccomp 28:ccomp _ 32 a a DET DT Definite=Ind|PronType=Art 33 det 33:det _ 33 mistake mistake NOUN NN Number=Sing 31 obj 31:obj SpaceAfter=No @@ -216050,7 +216183,7 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 2 normally normally ADV RB _ 5 advmod 5:advmod _ 3-4 don't _ _ _ _ _ _ _ _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 write write VERB VB VerbForm=Inf 0 root 0:root _ 6 reviews review NOUN NNS Number=Plur 5 obj 5:obj _ @@ -216058,33 +216191,34 @@ 8 seeing see VERB VBG VerbForm=Ger 26 advcl 26:advcl _ 9 that that SCONJ IN _ 11 mark 11:mark _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 considered consider VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 ccomp 8:ccomp _ +11 considered consider VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 8 ccomp 8:ccomp _ 12 Dillards Dillards PROPN NNP Number=Sing 11 obj 11:obj|17:nsubj:xsubj _ 13 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 14 distinguished distinguished ADJ JJ Degree=Pos 17 amod 17:amod SpaceAfter=No -15 , , PUNCT , _ 17 punct 17:punct _ +15 , , PUNCT , _ 14 punct 14:punct _ 16 upscale upscale ADJ JJ Degree=Pos 17 amod 17:amod _ 17 place place NOUN NN Number=Sing 11 xcomp 11:xcomp _ 18 to to PART TO _ 19 mark 19:mark _ 19 shop shop VERB VB VerbForm=Inf 17 acl 17:acl:to SpaceAfter=No -20 , , PUNCT , _ 26 punct 26:punct _ +20 , , PUNCT , _ 8 punct 8:punct _ 21 this this DET DT Number=Sing|PronType=Dem 22 det 22:det _ -22 one one NUM CD NumType=Card 26 nsubj 26:nsubj _ +22 one one NOUN NN Number=Sing 26 nsubj 26:nsubj _ 23-24 won't _ _ _ _ _ _ _ _ 23 wo will AUX MD VerbForm=Fin 26 aux 26:aux _ 24 n't not PART RB _ 26 advmod 26:advmod _ 25 be be AUX VB VerbForm=Inf 26 aux 26:aux _ 26 getting get VERB VBG Tense=Pres|VerbForm=Part 5 conj 5:conj:but _ -27 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +27 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ 28 business business NOUN NN Number=Sing 26 obj 26:obj SpaceAfter=No 29 , , PUNCT , _ 32 punct 32:punct _ 30 nor nor CCONJ CC _ 32 cc 32:cc _ -31 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ -32 family family NOUN NN Number=Sing 28 conj 26:obj|28:conj:nor SpaceAfter=No -33 's 's PART POS _ 32 case 32:case SpaceAfter=No +31 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ +32-33 family's _ _ _ _ _ _ _ SpaceAfter=No +32 family family NOUN NN Number=Sing 28 conj 26:obj|28:conj:nor _ +33 's 's PART POS _ 32 case 32:case _ 34 , , PUNCT , _ 37 punct 37:punct _ 35 nor nor CCONJ CC _ 37 cc 37:cc _ -36 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ +36 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ 37 co-workers co-worker NOUN NNS Number=Plur 28 conj 26:obj|28:conj:nor SpaceAfter=No 38 . . PUNCT . _ 5 punct 5:punct _ @@ -216102,11 +216236,11 @@ 9 walk walk VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 10 out out ADV RB _ 9 advmod 9:advmod _ 11 unhappy unhappy ADJ JJ Degree=Pos 9 xcomp 9:xcomp SpaceAfter=No -12 , , PUNCT , _ 4 punct 4:punct _ +12 , , PUNCT , _ 17 punct 17:punct _ 13 especially especially ADV RB _ 17 advmod 17:advmod _ -14 when when SCONJ WRB PronType=Int 17 mark 17:mark _ +14 when when ADV WRB PronType=Int 17 advmod 17:advmod _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 17 nsubj 17:nsubj _ -16 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ +16 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 17 right right ADJ JJ Degree=Pos 4 advcl 4:advcl:when SpaceAfter=No 18 . . PUNCT . _ 4 punct 4:punct _ @@ -216121,7 +216255,7 @@ # newpar id = reviews-062167-p0002 # text = I work as a Transformational Life Coach. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 work work VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 as as ADP IN _ 7 case 7:case _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 5 Transformational transformational ADJ JJ Degree=Pos 7 amod 7:amod _ @@ -216139,15 +216273,15 @@ 6 therapy therapy NOUN NN Number=Sing 9 advcl 9:advcl:since _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 8 always always ADV RB _ 9 advmod 9:advmod _ -9 refer refer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +9 refer refer VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 10 clients client NOUN NNS Number=Plur 9 obj 9:obj _ 11 to to ADP IN _ 14 case 14:case _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ -13 lisenced licensed ADJ JJ Degree=Pos|Typo=Yes 14 amod 14:amod _ +13 lisenced licensed ADJ JJ Degree=Pos|Typo=Yes 14 amod 14:amod CorrectForm=licensed 14 therapist therapist NOUN NN Number=Sing 9 obl 9:obl:to _ -15 when when SCONJ WRB PronType=Int 17 mark 17:mark _ +15 when when ADV WRB PronType=Int 17 advmod 17:advmod _ 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -17 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:when _ +17 feel feel VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:when _ 18 that that PRON DT Number=Sing|PronType=Dem 20 nsubj 20:nsubj _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 20 appropriate appropriate ADJ JJ Degree=Pos 17 ccomp 17:ccomp SpaceAfter=No @@ -216156,17 +216290,17 @@ # sent_id = reviews-062167-0004 # text = I found her through a colleague one day when one of my clients was in the midst of a panic attack and needed professional help that I am not qualified to provide. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ 4 through through ADP IN _ 6 case 6:case _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 colleague colleague NOUN NN Number=Sing 2 obl 2:obl:through _ -7 one one NUM CD NumType=Card 8 nummod 8:nummod _ +7 one one NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 8 day day NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod _ -9 when when SCONJ WRB PronType=Int 17 mark 17:mark _ -10 one one NUM CD NumType=Card 17 nsubj 17:nsubj|23:nsubj _ +9 when when ADV WRB PronType=Int 17 advmod 17:advmod _ +10 one one NUM CD NumForm=Word|NumType=Card 17 nsubj 17:nsubj|23:nsubj _ 11 of of ADP IN _ 13 case 13:case _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 clients client NOUN NNS Number=Plur 10 nmod 10:nmod:of _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 cop 17:cop _ 15 in in ADP IN _ 17 case 17:case _ @@ -216177,22 +216311,22 @@ 20 panic panic NOUN NN Number=Sing 21 compound 21:compound _ 21 attack attack NOUN NN Number=Sing 17 nmod 17:nmod:of _ 22 and and CCONJ CC _ 23 cc 23:cc _ -23 needed need VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 conj 2:advcl:in|17:conj:and _ +23 needed need VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 conj 2:advcl:in|17:conj:and _ 24 professional professional ADJ JJ Degree=Pos 25 amod 25:amod _ -25 help help NOUN NN Number=Sing 23 obj 23:obj|30:obj _ -26 that that PRON WDT PronType=Rel 30 obj 25:ref _ +25 help help NOUN NN Number=Sing 23 obj 23:obj|32:obj _ +26 that that PRON WDT PronType=Rel 32 obj 25:ref _ 27 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 30 nsubj 30:nsubj _ 28 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 30 cop 30:cop _ 29 not not PART RB _ 30 advmod 30:advmod _ 30 qualified qualified ADJ JJ Degree=Pos 25 acl:relcl 25:acl:relcl _ 31 to to PART TO _ 32 mark 32:mark _ -32 provide provide VERB VB VerbForm=Inf 30 advcl 30:advcl:to SpaceAfter=No +32 provide provide VERB VB VerbForm=Inf 30 xcomp 30:xcomp SpaceAfter=No 33 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-062167-0005 # text = Little did I know that I would soon be needing her help as well! 1 Little little ADV RB Degree=Pos 4 advmod 4:advmod _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 4 know know VERB VB VerbForm=Inf 0 root 0:root _ 5 that that SCONJ IN _ 10 mark 10:mark _ @@ -216201,7 +216335,7 @@ 8 soon soon ADV RB Degree=Pos 10 advmod 10:advmod _ 9 be be AUX VB VerbForm=Inf 10 aux 10:aux _ 10 needing need VERB VBG Tense=Pres|VerbForm=Part 4 ccomp 4:ccomp _ -11 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 help help NOUN NN Number=Sing 10 obj 10:obj _ 13 as as ADV RB _ 10 advmod 10:advmod _ 14 well well ADV RB Degree=Pos 13 fixed 13:fixed SpaceAfter=No @@ -216210,7 +216344,7 @@ # sent_id = reviews-062167-0006 # text = She guided me through a very difficult period dealing with a family member's suicide, coupled with elder abuse. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 guided guide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 guided guide VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj _ 4 through through ADP IN _ 8 case 8:case _ 5 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ @@ -216225,8 +216359,8 @@ 13 member member NOUN NN Number=Sing 15 nmod:poss 15:nmod:poss _ 14 's 's PART POS _ 13 case 13:case _ 15 suicide suicide NOUN NN Number=Sing 9 obl 9:obl:with SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ -17 coupled couple VERB VBN Tense=Past|VerbForm=Part 15 acl 15:acl _ +16 , , PUNCT , _ 17 punct 17:punct _ +17 coupled couple VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 acl 15:acl _ 18 with with ADP IN _ 20 case 20:case _ 19 elder elder NOUN NN Number=Sing 20 compound 20:compound _ 20 abuse abuse NOUN NN Number=Sing 17 obl 17:obl:with SpaceAfter=No @@ -216235,7 +216369,7 @@ # sent_id = reviews-062167-0007 # text = I found her to be extremely solid, kind, compassionate, and intuitive as well. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj|7:nsubj:xsubj|9:nsubj:xsubj|11:nsubj:xsubj|14:nsubj:xsubj _ 4 to to PART TO _ 7 mark 7:mark _ 5 be be AUX VB VerbForm=Inf 7 cop 7:cop _ @@ -216271,7 +216405,7 @@ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 have have VERB VB VerbForm=Inf 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -6 second second ADJ JJ Degree=Pos|NumType=Ord 7 amod 7:amod _ +6 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 7 amod 7:amod _ 7 chance chance NOUN NN Number=Sing 4 obj 4:obj _ 8 from from ADP IN _ 9 case 9:case _ 9 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obl 4:obl:from SpaceAfter=No @@ -216280,18 +216414,18 @@ # sent_id = reviews-165143-0002 # newpar id = reviews-165143-p0002 # text = First, let me state that although I live in NYC, I am not from NYC, I don't care about baseball and I absolutely love Boston to death (so beautiful, so clean, so awesome). -1 First first ADV RB _ 3 advmod 3:advmod SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +1 First first ADV RB NumForm=Word|NumType=Ord 3 advmod 3:advmod SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ 3 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj 3:obj|5:nsubj:xsubj _ 5 state state VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 that that SCONJ IN _ 17 mark 17:mark _ 7 although although SCONJ IN _ 9 mark 9:mark _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:although _ +9 live live VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:although _ 10 in in ADP IN _ 11 case 11:case _ 11 NYC NYC PROPN NNP Number=Sing 9 obl 9:obl:in SpaceAfter=No -12 , , PUNCT , _ 17 punct 17:punct _ +12 , , PUNCT , _ 9 punct 9:punct _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ 14 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 15 not not PART RB _ 17 advmod 17:advmod _ @@ -216300,7 +216434,7 @@ 18 , , PUNCT , _ 22 punct 22:punct _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ 20-21 don't _ _ _ _ _ _ _ _ -20 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ +20 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ 21 n't not PART RB _ 22 advmod 22:advmod _ 22 care care VERB VB VerbForm=Inf 17 conj 5:ccomp|17:conj:and _ 23 about about ADP IN _ 24 case 24:case _ @@ -216308,17 +216442,17 @@ 25 and and CCONJ CC _ 28 cc 28:cc _ 26 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 28 nsubj 28:nsubj _ 27 absolutely absolutely ADV RB _ 28 advmod 28:advmod _ -28 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 conj 5:ccomp|17:conj:and _ +28 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 conj 5:ccomp|17:conj:and _ 29 Boston Boston PROPN NNP Number=Sing 28 obj 28:obj _ 30 to to ADP IN _ 31 case 31:case _ 31 death death NOUN NN Number=Sing 28 obl 28:obl:to _ 32 ( ( PUNCT -LRB- _ 34 punct 34:punct SpaceAfter=No 33 so so ADV RB _ 34 advmod 34:advmod _ 34 beautiful beautiful ADJ JJ Degree=Pos 28 parataxis 28:parataxis SpaceAfter=No -35 , , PUNCT , _ 34 punct 34:punct _ +35 , , PUNCT , _ 37 punct 37:punct _ 36 so so ADV RB _ 37 advmod 37:advmod _ 37 clean clean ADJ JJ Degree=Pos 34 list 34:list SpaceAfter=No -38 , , PUNCT , _ 34 punct 34:punct _ +38 , , PUNCT , _ 40 punct 40:punct _ 39 so so ADV RB _ 40 advmod 40:advmod _ 40 awesome awesome ADJ JJ Degree=Pos 34 list 34:list SpaceAfter=No 41 ) ) PUNCT -RRB- _ 34 punct 34:punct SpaceAfter=No @@ -216326,11 +216460,11 @@ # sent_id = reviews-165143-0003 # text = That said, I hated this restaurant. -1 That that PRON DT Number=Sing|PronType=Dem 2 nsubj 2:nsubj _ -2 said say VERB VBN Tense=Past|VerbForm=Part 5 advcl 5:advcl SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +1 That that PRON DT Number=Sing|PronType=Dem 2 nsubj:pass 2:nsubj:pass _ +2 said say VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 advcl 5:advcl SpaceAfter=No +3 , , PUNCT , _ 2 punct 2:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 hated hate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 hated hate VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 restaurant restaurant NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No 8 . . PUNCT . _ 5 punct 5:punct _ @@ -216370,7 +216504,7 @@ # text = The decor left a lot to be desired and the posters telling me all the reasons 99 was great just served as an ironic contrast against the reality. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 decor decor NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 left leave VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 lot lot NOUN NN Number=Sing 3 obj 3:obj _ 6 to to PART TO _ 8 mark 8:mark _ @@ -216381,14 +216515,14 @@ 11 posters poster NOUN NNS Number=Plur 21 nsubj 21:nsubj _ 12 telling tell VERB VBG VerbForm=Ger 11 acl 11:acl _ 13 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 12 iobj 12:iobj _ -14 all all DET PDT _ 16 det:predet 16:det:predet _ +14 all all DET PDT PronType=Tot 16 det:predet 16:det:predet _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 reasons reason NOUN NNS Number=Plur 12 obj 12:obj _ -17 99 99 PROPN NNP Number=Sing 19 nsubj 19:nsubj _ +17 99 99 NUM NNP NumForm=Digit|NumType=Card 19 nsubj 19:nsubj _ 18 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 cop 19:cop _ 19 great great ADJ JJ Degree=Pos 16 acl:relcl 16:acl:relcl _ 20 just just ADV RB _ 21 advmod 21:advmod _ -21 served serve VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +21 served serve VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 22 as as ADP IN _ 25 case 25:case _ 23 an a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 24 ironic ironic ADJ JJ Degree=Pos 25 amod 25:amod _ @@ -216402,10 +216536,10 @@ # text = Personally I recommend you take your money elsewhere 1 Personally personally ADV RB _ 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 take take VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 take take VERB VB Mood=Sub|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 money money NOUN NN Number=Sing 5 obj 5:obj _ 8 elsewhere elsewhere ADV RB _ 5 advmod 5:advmod _ @@ -216413,29 +216547,29 @@ # sent_id = reviews-369210-0001 # newpar id = reviews-369210-p0001 # text = When I arrived at Brickell Honda on 6/4/11, I was greeted and attended to by the Sales Manager, Gustavo Guerra, in a very friendly and professional manner. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 arrived arrive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 advcl 12:advcl:when _ +3 arrived arrive VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 12 advcl 12:advcl:when _ 4 at at ADP IN _ 6 case 6:case _ 5 Brickell Brickell PROPN NNP Number=Sing 6 compound 6:compound _ 6 Honda Honda PROPN NNP Number=Sing 3 obl 3:obl:at _ 7 on on ADP IN _ 8 case 8:case _ -8 6/4/11 6/4/11 NUM CD NumType=Card 3 obl 3:obl:on SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ +8 6/4/11 6/4/11 NUM CD NumForm=Digit|NumType=Card 3 obl 3:obl:on SpaceAfter=No +9 , , PUNCT , _ 3 punct 3:punct _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj:pass 12:nsubj:pass|14:nsubj:pass _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 aux:pass 12:aux:pass _ -12 greeted greet VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +12 greeted greet VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 attended attend VERB VBN Tense=Past|VerbForm=Part 12 conj 12:conj:and _ +14 attended attend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 conj 12:conj:and _ 15 to to ADP IN _ 14 obl 14:obl _ 16 by by ADP IN _ 19 case 19:case _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 18 Sales sale NOUN NNS Number=Plur 19 compound 19:compound _ -19 Manager manager NOUN NN Number=Sing 12 obl 12:obl:by SpaceAfter=No -20 , , PUNCT , _ 19 punct 19:punct _ +19 Manager manager NOUN NN Number=Sing 12 obl:agent 12:obl:agent SpaceAfter=No +20 , , PUNCT , _ 21 punct 21:punct _ 21 Gustavo Gustavo PROPN NNP Number=Sing 19 appos 19:appos _ 22 Guerra Guerra PROPN NNP Number=Sing 21 flat 21:flat SpaceAfter=No -23 , , PUNCT , _ 12 punct 12:punct _ +23 , , PUNCT , _ 30 punct 30:punct _ 24 in in ADP IN _ 30 case 30:case _ 25 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ 26 very very ADV RB _ 27 advmod 27:advmod _ @@ -216448,17 +216582,17 @@ # sent_id = reviews-369210-0002 # text = I explained to him what I wanted and that I previously went to Braman Honda. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 explained explain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 explained explain VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 4 case 4:case _ 4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 obl 2:obl:to _ -5 what what PRON WP PronType=Int 2 obj 2:obj _ +5 what what PRON WP PronType=Rel 2 obj 2:obj|7:obj _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 and and CCONJ CC _ 12 cc 12:cc _ 9 that that SCONJ IN _ 12 mark 12:mark _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 11 previously previously ADV RB _ 12 advmod 12:advmod _ -12 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 conj 5:acl:relcl|7:conj:and _ +12 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 conj 5:acl:relcl|7:conj:and _ 13 to to ADP IN _ 15 case 15:case _ 14 Braman Braman PROPN NNP Number=Sing 15 compound 15:compound _ 15 Honda Honda PROPN NNP Number=Sing 12 obl 12:obl:to SpaceAfter=No @@ -216466,7 +216600,7 @@ # sent_id = reviews-369210-0003 # text = Bramen Honda was a bit of a hassle. -1 Bramen Braman PROPN NNP Number=Sing|Typo=Yes 2 compound 2:compound _ +1 Bramen Braman PROPN NNP Number=Sing|Typo=Yes 2 compound 2:compound CorrectForm=Braman 2 Honda Honda PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ @@ -216479,12 +216613,12 @@ # sent_id = reviews-369210-0004 # text = He told me "no problem, we will match the offer or do better." 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj _ -4 " " PUNCT `` _ 2 punct 2:punct SpaceAfter=No -5 no no DET DT _ 6 det 6:det _ +2 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 iobj 2:iobj _ +4 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No +5 no no DET DT PronType=Neg 6 det 6:det _ 6 problem problem NOUN NN Number=Sing 2 ccomp 2:ccomp SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 10 punct 10:punct _ 8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj|14:nsubj _ 9 will will AUX MD VerbForm=Fin 10 aux 10:aux _ 10 match match VERB VB VerbForm=Inf 6 parataxis 6:parataxis _ @@ -216492,24 +216626,24 @@ 12 offer offer NOUN NN Number=Sing 10 obj 10:obj _ 13 or or CCONJ CC _ 14 cc 14:cc _ 14 do do VERB VB VerbForm=Inf 10 conj 10:conj:or _ -15 better better ADV RBR Degree=Cmp 14 advmod 14:advmod SpaceAfter=No -16 . . PUNCT . _ 2 punct 2:punct SpaceAfter=No -17 " " PUNCT '' _ 2 punct 2:punct _ +15 better well ADV RBR Degree=Cmp 14 advmod 14:advmod SpaceAfter=No +16 . . PUNCT . _ 6 punct 6:punct SpaceAfter=No +17 " " PUNCT '' _ 6 punct 6:punct _ # sent_id = reviews-369210-0005 # text = Mr. Guerra gave me a better deal without any hassles nor any type of problems. 1 Mr. Mr. PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 Guerra Guerra PROPN NNP Number=Sing 1 flat 1:flat _ -3 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 gave give VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 iobj 3:iobj _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -6 better better ADJ JJR Degree=Cmp 7 amod 7:amod _ +6 better good ADJ JJR Degree=Cmp 7 amod 7:amod _ 7 deal deal NOUN NN Number=Sing 3 obj 3:obj _ 8 without without ADP IN _ 10 case 10:case _ -9 any any DET DT _ 10 det 10:det _ +9 any any DET DT PronType=Ind 10 det 10:det _ 10 hassles hassle NOUN NNS Number=Plur 3 obl 3:obl:without _ 11 nor nor CCONJ CC _ 13 cc 13:cc _ -12 any any DET DT _ 13 det 13:det _ +12 any any DET DT PronType=Ind 13 det 13:det _ 13 type type NOUN NN Number=Sing 10 conj 3:obl:without|10:conj:nor _ 14 of of ADP IN _ 15 case 15:case _ 15 problems problem NOUN NNS Number=Plur 13 nmod 13:nmod:of SpaceAfter=No @@ -216522,7 +216656,7 @@ 3 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 4 been be AUX VBN Tense=Past|VerbForm=Part 8 cop 8:cop _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -6 best best ADJ JJS Degree=Sup 8 amod 8:amod _ +6 best good ADJ JJS Degree=Sup 8 amod 8:amod _ 7 buying buying NOUN NN Number=Sing 8 compound 8:compound _ 8 experience experience NOUN NN Number=Sing 0 root 0:root _ 9 in in ADP IN _ 11 case 11:case _ @@ -216533,15 +216667,15 @@ # sent_id = reviews-369210-0007 # text = I urge all St. Thomas the Apostle parishioners and all of South Florida residents to come see Gus!!! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 urge urge VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 all all DET DT _ 8 det 8:det _ +2 urge urge VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 all all DET DT PronType=Tot 8 det 8:det _ 4 St. St. PROPN NNP Number=Sing 8 compound 8:compound _ 5 Thomas Thomas PROPN NNP Number=Sing 4 flat 4:flat _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 Apostle Apostle PROPN NNP Number=Sing 4 appos 4:appos _ -8 parishioners parishioner NOUN NNS Number=Plur 2 obj 2:obj|16:nsubj:xsubj|17:nsubj:xsubj _ +8 parishioners parishioner NOUN NNS Number=Plur 2 iobj 2:iobj|16:nsubj:xsubj|17:nsubj:xsubj _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 all all DET DT _ 8 conj 2:obj|8:conj:and|16:nsubj:xsubj|17:nsubj:xsubj _ +10 all all DET DT PronType=Tot 8 conj 2:iobj|8:conj:and|16:nsubj:xsubj|17:nsubj:xsubj _ 11 of of ADP IN _ 14 case 14:case _ 12 South south ADJ JJ Degree=Pos 13 amod 13:amod _ 13 Florida Florida PROPN NNP Number=Sing 14 compound 14:compound _ @@ -216564,7 +216698,7 @@ # newpar id = reviews-071518-p0001 # text = Great, Honest Service 1 Great great ADJ JJ Degree=Pos 4 amod 4:amod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 Honest honest ADJ JJ Degree=Pos 4 amod 4:amod _ 4 Service service NOUN NN Number=Sing 0 root 0:root _ @@ -216572,16 +216706,16 @@ # newpar id = reviews-071518-p0002 # text = I took my 2001 Nissan Frontier in to fix a cracked manifold. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ -4 2001 2001 NUM CD NumType=Card 6 nummod 6:nummod _ +2 took take VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 2001 2001 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 5 Nissan Nissan PROPN NNP Number=Sing 6 compound 6:compound _ 6 Frontier Frontier PROPN NNP Number=Sing 2 obj 2:obj _ 7 in in ADV RB _ 2 advmod 2:advmod _ 8 to to PART TO _ 9 mark 9:mark _ 9 fix fix VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ -11 cracked crack VERB VBN Tense=Past|VerbForm=Part 12 amod 12:amod _ +11 cracked crack VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 amod 12:amod _ 12 manifold manifold NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ @@ -216589,19 +216723,19 @@ # text = The dealer wanted $1300 to fix that and another $1500 to fix some other things. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 dealer dealer NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 wanted want VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 $ $ SYM $ _ 3 obj 3:obj SpaceAfter=No -5 1300 1300 NUM CD NumType=Card 4 nummod 4:nummod _ +5 1300 1300 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 6 to to PART TO _ 7 mark 7:mark _ 7 fix fix VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ 8 that that PRON DT Number=Sing|PronType=Dem 7 obj 7:obj _ 9 and and CCONJ CC _ 11 cc 11:cc _ -10 another another DET DT _ 11 det 11:det _ +10 another another DET DT PronType=Ind 11 det 11:det _ 11 $ $ SYM $ _ 4 conj 3:obj|4:conj:and SpaceAfter=No -12 1500 1500 NUM CD NumType=Card 11 nummod 11:nummod _ +12 1500 1500 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 13 to to PART TO _ 14 mark 14:mark _ 14 fix fix VERB VB VerbForm=Inf 11 acl 11:acl:to _ -15 some some DET DT _ 17 det 17:det _ +15 some some DET DT PronType=Ind 17 det 17:det _ 16 other other ADJ JJ Degree=Pos 17 amod 17:amod _ 17 things thing NOUN NNS Number=Plur 14 obj 14:obj SpaceAfter=No 18 . . PUNCT . _ 3 punct 3:punct _ @@ -216610,7 +216744,7 @@ # text = Eagle Transmission determined that much of the work the dealer said needed to be done was unneccesary and what needed to be fixed was only $400!! 1 Eagle Eagle PROPN NNP Number=Sing 2 compound 2:compound _ 2 Transmission Transmission PROPN NNP Number=Sing 3 nsubj 3:nsubj _ -3 determined determine VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 determined determine VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 that that SCONJ IN _ 17 mark 17:mark _ 5 much much ADJ JJ Degree=Pos 17 nsubj 17:nsubj _ 6 of of ADP IN _ 8 case 8:case _ @@ -216618,23 +216752,23 @@ 8 work work NOUN NN Number=Sing 5 obl 5:obl:of _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 dealer dealer NOUN NN Number=Sing 11 nsubj 11:nsubj _ -11 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ -12 needed need VERB VBN Tense=Past|VerbForm=Part 11 ccomp 11:ccomp _ +11 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +12 needed need VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 ccomp 11:ccomp _ 13 to to PART TO _ 15 mark 15:mark _ 14 be be AUX VB VerbForm=Inf 15 aux:pass 15:aux:pass _ 15 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 xcomp 12:xcomp _ 16 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 cop 17:cop _ -17 unneccesary unnecessary ADJ JJ Degree=Pos|Typo=Yes 3 ccomp 3:ccomp _ +17 unneccesary unnecessary ADJ JJ Degree=Pos|Typo=Yes 3 ccomp 3:ccomp CorrectForm=unnecessary 18 and and CCONJ CC _ 26 cc 26:cc _ -19 what what PRON WP PronType=Int 26 nsubj 26:nsubj _ -20 needed need VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ +19 what what PRON WP PronType=Rel 26 nsubj 20:nsubj|23:nsubj:xsubj|26:nsubj _ +20 needed need VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ 21 to to PART TO _ 23 mark 23:mark _ 22 be be AUX VB VerbForm=Inf 23 aux:pass 23:aux:pass _ 23 fixed fix VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 xcomp 20:xcomp _ 24 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 26 cop 26:cop _ 25 only only ADV RB _ 26 advmod 26:advmod _ 26 $ $ SYM $ _ 17 conj 3:ccomp|17:conj:and SpaceAfter=No -27 400 400 NUM CD NumType=Card 26 compound 26:compound SpaceAfter=No +27 400 400 NUM CD NumForm=Digit|NumType=Card 26 nummod 26:nummod SpaceAfter=No 28 !! !! PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-071518-0005 @@ -216651,7 +216785,7 @@ 10 of of ADP IN _ 11 case 11:case _ 11 Mike Mike PROPN NNP Number=Sing 7 nmod 7:nmod:of _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 everyone everyone PRON NN Number=Sing 11 conj 7:nmod:of|11:conj:and _ +13 everyone everyone PRON NN Number=Sing|PronType=Tot 11 conj 7:nmod:of|11:conj:and _ 14 at at ADP IN _ 16 case 16:case _ 15 Eagle Eagle PROPN NNP Number=Sing 16 compound 16:compound _ 16 Transmission Transmission PROPN NNP Number=Sing 13 nmod 13:nmod:at SpaceAfter=No @@ -216660,7 +216794,7 @@ # sent_id = reviews-071518-0006 # text = I dropped the truck off in the morning and it was ready that afternoon. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 dropped drop VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 dropped drop VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 truck truck NOUN NN Number=Sing 2 obj 2:obj _ 5 off off ADP RP _ 2 compound:prt 2:compound:prt _ @@ -216678,13 +216812,13 @@ # sent_id = reviews-071518-0007 # text = I have finally found a mechanic I trust!! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 finally finally ADV RB _ 4 advmod 4:advmod _ 4 found find VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 mechanic mechanic NOUN NN Number=Sing 4 obj 4:obj _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 trust trust VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl SpaceAfter=No +8 trust trust VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl SpaceAfter=No 9 !! !! PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-071518-0008 @@ -216695,19 +216829,19 @@ 4 great great ADJ JJ Degree=Pos 0 root 0:root _ 5 that that SCONJ IN _ 9 mark 9:mark _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -7 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +7 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 8 not not PART RB _ 9 advmod 9:advmod _ 9 charge charge VERB VB VerbForm=Inf 4 csubj 4:csubj _ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 11 service service NOUN NN Number=Sing 12 compound 12:compound _ -12 fee fee NOUN NN Number=Sing 9 obj 9:obj|14:nsubj:xsubj _ +12 fee fee NOUN NN Number=Sing 9 obj 9:obj _ 13 to to PART TO _ 14 mark 14:mark _ -14 diagnose diagnose VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ +14 diagnose diagnose VERB VB VerbForm=Inf 9 advcl 9:advcl:to _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 problem problem NOUN NN Number=Sing 14 obj 14:obj _ 17 - - PUNCT , _ 20 punct 20:punct _ 18 an a DET DT Definite=Ind|PronType=Art 20 det 20:det _ -19 added add VERB VBN Tense=Past|VerbForm=Part 20 amod 20:amod _ +19 added add VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 amod 20:amod _ 20 bonus bonus NOUN NN Number=Sing 9 parataxis 9:parataxis SpaceAfter=No 21 !! !! PUNCT . _ 20 punct 20:punct _ @@ -216722,7 +216856,7 @@ # newpar id = reviews-365154-p0002 # text = Kelly hit the nail on the head. 1 Kelly Kelly PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 hit hit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 hit hit VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 nail nail NOUN NN Number=Sing 2 obj 2:obj _ 5 on on ADP IN _ 7 case 7:case _ @@ -216747,14 +216881,14 @@ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 way way NOUN NN Number=Sing 17 obl 17:obl:after _ 4 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -5 spoke speak VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +5 spoke speak VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 to to ADP IN _ 7 case 7:case _ 7 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 obl 5:obl:to _ 8 on on ADP IN _ 11 case 11:case _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 last last ADJ JJ Degree=Pos 11 amod 11:amod _ 11 visit visit NOUN NN Number=Sing 5 obl 5:obl:on SpaceAfter=No -12 , , PUNCT , _ 17 punct 17:punct _ +12 , , PUNCT , _ 3 punct 3:punct _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ 14 will will AUX MD VerbForm=Fin 17 aux 17:aux _ 15 not not PART RB _ 17 advmod 17:advmod _ @@ -216770,7 +216904,7 @@ 4 business business NOUN NN Number=Sing 3 obj 3:obj _ 5 with with ADP IN _ 9 case 9:case _ 6 that that DET DT Number=Sing|PronType=Dem 9 det 9:det _ -7 stuck stick VERB VBN Tense=Past|VerbForm=Part 9 amod 9:amod _ +7 stuck stick VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 amod 9:amod _ 8 up up ADP RP _ 7 compound 7:compound _ 9 attitude attitude NOUN NN Number=Sing 3 obl 3:obl:with _ 10 Dr. Dr. PROPN NNP Number=Sing 2 vocative 2:vocative _ @@ -216780,10 +216914,10 @@ # sent_id = reviews-365154-0006 # text = You have just lost mine. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 just just ADV RB _ 4 advmod 4:advmod _ 4 lost lose VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -5 mine mine PRON PRP _ 4 obj 4:obj SpaceAfter=No +5 mine my PRON PRP Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 obj 4:obj SpaceAfter=No 6 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-365154-0007 @@ -216792,13 +216926,13 @@ 2 next next ADJ JJ Degree=Pos 3 amod 3:amod _ 3 time time NOUN NN Number=Sing 15 obl:tmod 15:obl:tmod _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +5 feel feel VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 like like SCONJ IN _ 8 mark 8:mark _ 7 being be AUX VBG VerbForm=Ger 8 cop 8:cop _ 8 condescending condescending ADJ JJ Degree=Pos 5 advcl 5:advcl:like _ 9 to to ADP IN _ 10 case 10:case _ -10 someone someone PRON NN Number=Sing 8 obl 8:obl:to SpaceAfter=No -11 , , PUNCT , _ 15 punct 15:punct _ +10 someone someone PRON NN Number=Sing|PronType=Ind 8 obl 8:obl:to SpaceAfter=No +11 , , PUNCT , _ 3 punct 3:punct _ 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj|18:nsubj:xsubj _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 14 not not PART RB _ 15 advmod 15:advmod _ @@ -216826,19 +216960,19 @@ 4 not not PART RB _ 6 advmod 6:advmod _ 5 even even ADV RB _ 6 advmod 6:advmod _ 6 have have VERB VB VerbForm=Inf 0 root 0:root _ -7 10 10 NUM CD NumType=Card 8 nummod 8:nummod SpaceAfter=No +7 10 10 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod SpaceAfter=No 8 % % SYM NN Number=Sing 6 obj 6:obj _ 9 of of ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 knowledge knowledge NOUN NN Number=Sing 8 nmod 8:nmod:of|19:obj _ 12 that that PRON WDT PronType=Rel 19 obj 11:ref _ -13 some some DET DT _ 19 nsubj 19:nsubj _ +13 some some DET DT PronType=Ind 19 nsubj 19:nsubj _ 14 of of ADP IN _ 18 case 18:case _ 15 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 16 other other ADJ JJ Degree=Pos 18 amod 18:amod _ 17 EXPERIENCED experienced ADJ JJ Degree=Pos 18 amod 18:amod _ 18 vets vet NOUN NNS Number=Plur 13 nmod 13:nmod:of _ -19 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +19 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 20 in in ADP IN _ 22 case 22:case _ 21 this this DET DT Number=Sing|PronType=Dem 22 det 22:det _ 22 area area NOUN NN Number=Sing 19 obl 19:obl:in SpaceAfter=No @@ -216854,17 +216988,17 @@ 6 vets vet NOUN NNS Number=Plur 5 obj 5:obj _ 7 before before SCONJ IN _ 9 mark 9:mark _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 take take VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:before _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 take take VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:before _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 dog dog NOUN NN Number=Sing 9 obj 9:obj _ -12 someplace someplace NOUN NN Number=Sing 9 advmod 9:advmod _ -13 else else ADJ JJ Degree=Pos 12 amod 12:amod SpaceAfter=No +12 someplace someplace ADV RB _ 9 advmod 9:advmod _ +13 else else ADV RB _ 12 advmod 12:advmod SpaceAfter=No 14 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-365154-0011 # text = Beautifully written reviews Doctor, but completely UNTRUE. 1 Beautifully beautifully ADV RB _ 2 advmod 2:advmod _ -2 written write VERB VBN Tense=Past|VerbForm=Part 3 amod 3:amod _ +2 written write VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 amod 3:amod _ 3 reviews review NOUN NNS Number=Plur 0 root 0:root _ 4 Doctor Doctor PROPN NNP Number=Sing 3 flat 3:flat SpaceAfter=No 5 , , PUNCT , _ 8 punct 8:punct _ @@ -216884,14 +217018,14 @@ # newpar id = reviews-010378-p0002 # text = I did not have a good experience w/ Dr. Ghassemlou. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 have have VERB VB VerbForm=Inf 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 good good ADJ JJ Degree=Pos 7 amod 7:amod _ 7 experience experience NOUN NN Number=Sing 4 obj 4:obj _ 8 w with ADP IN Abbr=Yes 10 case 10:case SpaceAfter=No -9 / / PUNCT , _ 10 punct 10:punct _ +9 / / PUNCT , _ 8 punct 8:punct _ 10 Dr. Dr. PROPN NNP Number=Sing 7 nmod 7:nmod:with _ 11 Ghassemlou Ghassemlou PROPN NNP Number=Sing 10 flat 10:flat SpaceAfter=No 12 . . PUNCT . _ 4 punct 4:punct _ @@ -216901,26 +217035,26 @@ 1 During during ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 session session NOUN NN Number=Sing 6 obl 6:obl:during SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj|8:nsubj:xsubj _ -6 demanded demand VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 demanded demand VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 have have VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 physical physical ADJ JJ Degree=Pos 11 amod 11:amod _ -11 address address NOUN NN Number=Sing 8 obj 8:obj|17:obj SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ +11 address address NOUN NN Number=Sing 8 obj 8:obj|17:obj|18:nsubj:xsubj SpaceAfter=No +12 , , PUNCT , _ 17 punct 17:punct _ 13 which which PRON WDT PronType=Rel 17 obj 11:ref _ 14-15 I've _ _ _ _ _ _ _ _ -14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj|18:nsubj:xsubj _ -15 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ +15 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 16 always always ADV RB _ 17 advmod 17:advmod _ 17 kept keep VERB VBN Tense=Past|VerbForm=Part 11 acl:relcl 11:acl:relcl _ 18 private private ADJ JJ Degree=Pos 17 xcomp 17:xcomp _ 19 as as SCONJ IN _ 22 mark 22:mark _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj:pass 22:nsubj:pass _ 21 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 22 aux:pass 22:aux:pass _ -22 enrolled enrol VERB VBN Tense=Past|VerbForm=Part 17 advcl 17:advcl:as _ +22 enrolled enrol VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 advcl 17:advcl:as _ 23 in in ADP IN _ 27 case 27:case _ 24 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 25 witness witness NOUN NN Number=Sing 26 compound 26:compound _ @@ -216931,43 +217065,43 @@ # sent_id = reviews-010378-0004 # text = I believe he is correct in that he needs my physical address for legal reasons, however, he did not adequately explain this during our session. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 believe believe VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 correct correct ADJ JJ Degree=Pos 2 ccomp 2:ccomp _ 6 in in SCONJ IN _ 9 mark 9:mark _ -7 that that DET DT Number=Sing|PronType=Dem 6 fixed 6:fixed _ +7 that that SCONJ IN _ 6 fixed 6:fixed _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 9 needs need VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:in_that _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 physical physical ADJ JJ Degree=Pos 12 amod 12:amod _ 12 address address NOUN NN Number=Sing 9 obj 9:obj _ 13 for for ADP IN _ 15 case 15:case _ 14 legal legal ADJ JJ Degree=Pos 15 amod 15:amod _ 15 reasons reason NOUN NNS Number=Plur 9 obl 9:obl:for SpaceAfter=No -16 , , PUNCT , _ 2 punct 2:punct _ +16 , , PUNCT , _ 23 punct 23:punct _ 17 however however ADV RB _ 23 advmod 23:advmod SpaceAfter=No -18 , , PUNCT , _ 23 punct 23:punct _ +18 , , PUNCT , _ 17 punct 17:punct _ 19 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 23 nsubj 23:nsubj _ -20 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 23 aux 23:aux _ +20 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 23 aux 23:aux _ 21 not not PART RB _ 23 advmod 23:advmod _ 22 adequately adequately ADV RB _ 23 advmod 23:advmod _ 23 explain explain VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ 24 this this PRON DT Number=Sing|PronType=Dem 23 obj 23:obj _ 25 during during ADP IN _ 27 case 27:case _ -26 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +26 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 27 session session NOUN NN Number=Sing 23 obl 23:obl:during SpaceAfter=No 28 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-010378-0005 # text = I learned more about this doing my own research afterward. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 learned learn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 learned learn VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 more more ADJ JJR Degree=Cmp 2 obj 2:obj _ 4 about about ADP IN _ 5 case 5:case _ 5 this this PRON DT Number=Sing|PronType=Dem 3 obl 3:obl:about _ 6 doing do VERB VBG VerbForm=Ger 2 advcl 2:advcl _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 8 own own ADJ JJ Degree=Pos 9 amod 9:amod _ 9 research research NOUN NN Number=Sing 6 obj 6:obj _ 10 afterward afterward ADV RB _ 6 advmod 6:advmod SpaceAfter=No @@ -216976,7 +217110,7 @@ # sent_id = reviews-010378-0006 # text = I think he could've done more to assuage my concerns by giving me concrete facts. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 4-5 could've _ _ _ _ _ _ _ _ 4 could could AUX MD VerbForm=Fin 6 aux 6:aux _ @@ -216985,7 +217119,7 @@ 7 more more ADJ JJR Degree=Cmp 6 obj 6:obj _ 8 to to PART TO _ 9 mark 9:mark _ 9 assuage assuage VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 concerns concern NOUN NNS Number=Plur 9 obj 9:obj _ 12 by by SCONJ IN _ 13 mark 13:mark _ 13 giving give VERB VBG VerbForm=Ger 9 advcl 9:advcl:by _ @@ -216999,16 +217133,16 @@ 1 Saying say VERB VBG VerbForm=Ger 18 csubj 18:csubj _ 2 that that SCONJ IN _ 4 mark 4:mark _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -4 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp _ +4 need need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 ccomp 1:ccomp _ 5 to to PART TO _ 6 mark 6:mark _ 6 give give VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 iobj 6:iobj _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 address address NOUN NN Number=Sing 6 obj 6:obj _ -10 or or CCONJ CC _ 11 cc 11:cc _ +10 or or CCONJ CC _ 13 cc 13:cc _ 11 else else ADV RB _ 13 advmod 13:advmod _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 1:ccomp|4:conj _ +13 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 1:ccomp|4:conj _ 14 intimacy intimacy NOUN NN Number=Sing 15 compound 15:compound _ 15 issues issue NOUN NNS Number=Plur 13 obj 13:obj _ 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ @@ -217040,24 +217174,24 @@ # newpar id = reviews-229480-p0002 # text = I have had my back fused in 2 places. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 back back NOUN NN Number=Sing 3 obj 3:obj|6:nsubj:xsubj _ -6 fused fuse VERB VBN Tense=Past|VerbForm=Part 3 xcomp 3:xcomp _ +6 fused fuse VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 xcomp 3:xcomp _ 7 in in ADP IN _ 9 case 9:case _ -8 2 2 NUM CD NumType=Card 9 nummod 9:nummod _ +8 2 2 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 places place NOUN NNS Number=Plur 6 obl 6:obl:in SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-229480-0003 # text = I wish that I hadn't done this. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 wish wish VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 wish wish VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 7 mark 7:mark _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 5-6 hadn't _ _ _ _ _ _ _ _ -5 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 aux 7:aux _ +5 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 aux 7:aux _ 6 n't not PART RB _ 7 advmod 7:advmod _ 7 done do VERB VBN Tense=Past|VerbForm=Part 2 ccomp 2:ccomp _ 8 this this PRON DT Number=Sing|PronType=Dem 7 obj 7:obj SpaceAfter=No @@ -217068,8 +217202,8 @@ 1 With with ADP IN _ 3 case 3:case _ 2 these this DET DT Number=Plur|PronType=Dem 3 det 3:det _ 3 fusions fusion NOUN NNS Number=Plur 9 obl 9:obl:with SpaceAfter=No -4 , , PUNCT , _ 9 punct 9:punct _ -5 chiropractric chiropractic NOUN NN Number=Sing|Typo=Yes 9 nsubj 9:nsubj _ +4 , , PUNCT , _ 3 punct 3:punct _ +5 chiropractric chiropractic NOUN NN Number=Sing|Typo=Yes 9 nsubj 9:nsubj CorrectForm=chiropractic 6-7 isn't _ _ _ _ _ _ _ _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 7 n't not PART RB _ 9 advmod 9:advmod _ @@ -217088,12 +217222,12 @@ # text = Even after my fusions, my back continued to hurt, but now it doesn't hurt any more. 1 Even even ADV RB _ 4 advmod 4:advmod _ 2 after after ADP IN _ 4 case 4:case _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 fusions fusion NOUN NNS Number=Plur 8 obl 8:obl:after SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 , , PUNCT , _ 4 punct 4:punct _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 back back NOUN NN Number=Sing 8 nsubj 8:nsubj|10:nsubj:xsubj _ -8 continued continue VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 continued continue VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 to to PART TO _ 10 mark 10:mark _ 10 hurt hurt VERB VB VerbForm=Inf 8 xcomp 8:xcomp SpaceAfter=No 11 , , PUNCT , _ 17 punct 17:punct _ @@ -217105,7 +217239,7 @@ 16 n't not PART RB _ 17 advmod 17:advmod _ 17 hurt hurt VERB VB VerbForm=Inf 8 conj 8:conj:but _ 18 any any ADV RB _ 19 advmod 19:advmod _ -19 more more ADV RBR _ 17 advmod 17:advmod SpaceAfter=No +19 more more ADV RBR Degree=Cmp 17 advmod 17:advmod SpaceAfter=No 20 . . PUNCT . _ 8 punct 8:punct _ # sent_id = reviews-229480-0006 @@ -217113,21 +217247,21 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 would would AUX MD VerbForm=Fin 3 aux 3:aux _ 3 encourage encourage VERB VB VerbForm=Inf 0 root 0:root _ -4 anyone anyone PRON NN Number=Sing 3 obj 3:obj|7:nsubj|13:nsubj:xsubj _ +4 anyone anyone PRON NN Number=Sing|PronType=Ind 3 obj 3:obj|7:nsubj|13:nsubj:xsubj _ 5 who who PRON WP PronType=Rel 7 nsubj 4:ref _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 thinking think VERB VBG Tense=Pres|VerbForm=Part 4 acl:relcl 4:acl:relcl _ 8 of of ADP IN _ 10 case 10:case _ 9 back back NOUN NN Number=Sing 10 compound 10:compound _ 10 surgery surgery NOUN NN Number=Sing 7 obl 7:obl:of SpaceAfter=No -11 , , PUNCT , _ 3 punct 3:punct _ +11 , , PUNCT , _ 13 punct 13:punct _ 12 to to PART TO _ 13 mark 13:mark _ 13 talk talk VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 14 about about ADP IN _ 17 case 17:case _ 15 different different ADJ JJ Degree=Pos 17 amod 17:amod _ 16 treatment treatment NOUN NN Number=Sing 17 compound 17:compound _ 17 options option NOUN NNS Number=Plur 13 obl 13:obl:about _ -18 first first ADV RB _ 13 advmod 13:advmod _ +18 first first ADV RB NumForm=Word|NumType=Ord 13 advmod 13:advmod _ 19 with with ADP IN _ 20 case 20:case _ 20 Dr. Dr. PROPN NNP Number=Sing 13 obl 13:obl:with _ 21 de de PROPN NNP Number=Sing 20 flat 20:flat _ @@ -217167,7 +217301,7 @@ 9 ca can AUX MD VerbForm=Fin 11 aux 11:aux _ 10 n't not PART RB _ 11 advmod 11:advmod _ 11 see see VERB VB VerbForm=Inf 5 acl:relcl 5:acl:relcl SpaceAfter=No -12 , , PUNCT , _ 3 punct 3:punct _ +12 , , PUNCT , _ 17 punct 17:punct _ 13 so so SCONJ IN _ 17 mark 17:mark _ 14 that that SCONJ IN _ 13 fixed 13:fixed _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ @@ -217178,8 +217312,8 @@ 20 options option NOUN NNS Number=Plur 17 obj 17:obj _ 21 before before SCONJ IN _ 23 mark 23:mark _ 22 you you PRON PRP Case=Nom|Person=2|PronType=Prs 23 nsubj 23:nsubj _ -23 decide decide VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:before _ -24 what what PRON WP PronType=Int 26 nsubj 26:nsubj _ +23 decide decide VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 17 advcl 17:advcl:before _ +24 what what PRON WP PronType=Int 26 obj 26:obj _ 25 to to PART TO _ 26 mark 26:mark _ 26 do do VERB VB VerbForm=Inf 23 ccomp 23:ccomp SpaceAfter=No 27 . . PUNCT . _ 3 punct 3:punct _ @@ -217192,7 +217326,7 @@ 2 huge huge ADJ JJ Degree=Pos 3 amod 3:amod _ 3 experience experience NOUN NN Number=Sing 0 root 0:root _ 4 for for ADP IN _ 8 case 8:case _ -5 such such DET PDT _ 8 det:predet 8:det:predet _ +5 such such DET PDT PronType=Ind 8 det:predet 8:det:predet _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 small small ADJ JJ Degree=Pos 8 amod 8:amod _ 8 salon salon NOUN NN Number=Sing 3 nmod 3:nmod:for SpaceAfter=No @@ -217202,16 +217336,16 @@ # newpar id = reviews-156460-p0002 # text = I have been to Kim at Cheveux for more than five years. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 5 cop 5:cop _ 4 to to ADP IN _ 5 case 5:case _ 5 Kim Kim PROPN NNP Number=Sing 0 root 0:root _ 6 at at ADP IN _ 7 case 7:case _ 7 Cheveux Cheveux PROPN NNP Number=Sing 5 nmod 5:nmod:at _ 8 for for ADP IN _ 12 case 12:case _ -9 more more ADJ JJR Degree=Cmp 11 advmod 11:advmod _ +9 more more ADJ JJR Degree=Cmp|ExtPos=ADV 11 advmod 11:advmod _ 10 than than ADP IN _ 9 fixed 9:fixed _ -11 five five NUM CD NumType=Card 12 nummod 12:nummod _ +11 five five NUM CD NumForm=Word|NumType=Card 12 nummod 12:nummod _ 12 years year NOUN NNS Number=Plur 5 obl 5:obl:for SpaceAfter=No 13 . . PUNCT . _ 5 punct 5:punct _ @@ -217222,27 +217356,27 @@ 2 can can AUX MD VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 tell tell VERB VB VerbForm=Inf 0 root 0:root _ -5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 obj 4:obj _ -6 how how SCONJ WRB PronType=Int 7 mark 7:mark _ +5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 iobj 4:iobj _ +6 how how ADV WRB PronType=Int 7 advmod 7:advmod _ 7 often often ADV RB _ 10 advmod 10:advmod _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj:pass 10:nsubj:pass _ 9 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ -10 complimented compliment VERB VBN Tense=Past|VerbForm=Part 4 ccomp 4:ccomp _ +10 complimented compliment VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 ccomp 4:ccomp _ 11 on on ADP IN _ 13 case 13:case _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 hair hair NOUN NN Number=Sing 10 obl 10:obl:on _ 14 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No 15 style style NOUN NN Number=Sing 13 appos 13:appos _ 16 AND and CCONJ CC _ 17 cc 17:cc _ 17 color color NOUN NN Number=Sing 15 conj 13:appos|15:conj:and SpaceAfter=No -18 ) ) PUNCT -RRB- _ 17 punct 17:punct SpaceAfter=No +18 ) ) PUNCT -RRB- _ 15 punct 15:punct SpaceAfter=No 19 ! ! PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-156460-0004 # text = I regularly request Kim's business cards as I am often stopped on the street and asked "Who does your hair...I LOVE it!!!" 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 regularly regularly ADV RB _ 3 advmod 3:advmod _ -3 request request VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 request request VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4-5 Kim's _ _ _ _ _ _ _ _ 4 Kim Kim PROPN NNP Number=Sing 7 nmod:poss 7:nmod:poss _ 5 's 's PART POS _ 4 case 4:case _ @@ -217257,25 +217391,25 @@ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 street street NOUN NN Number=Sing 12 obl 12:obl:on _ 16 and and CCONJ CC _ 17 cc 17:cc _ -17 asked ask VERB VBN Tense=Past|VerbForm=Part 12 conj 3:advcl:as|12:conj:and _ -18 " " PUNCT `` _ 17 punct 17:punct SpaceAfter=No +17 asked ask VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 conj 3:advcl:as|12:conj:and _ +18 " " PUNCT `` _ 20 punct 20:punct SpaceAfter=No 19 Who who PRON WP PronType=Int 20 nsubj 20:nsubj _ 20 does do VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 ccomp 17:ccomp _ -21 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 hair hair NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No 23 ... ... PUNCT , _ 25 punct 25:punct SpaceAfter=No 24 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 25 nsubj 25:nsubj _ -25 LOVE love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 parataxis 20:parataxis _ +25 LOVE love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 20 parataxis 20:parataxis _ 26 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 25 obj 25:obj SpaceAfter=No -27 !!! !!! PUNCT . _ 3 punct 3:punct SpaceAfter=No -28 " " PUNCT '' _ 3 punct 3:punct _ +27 !!! !!! PUNCT . _ 20 punct 20:punct SpaceAfter=No +28 " " PUNCT '' _ 20 punct 20:punct _ # sent_id = reviews-156460-0005 # text = Quaint, lovely, small salon with BIG personality. 1 Quaint quaint ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 lovely lovely ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 small small ADJ JJ Degree=Pos 6 amod 6:amod _ 6 salon salon NOUN NN Number=Sing 0 root 0:root _ 7 with with ADP IN _ 9 case 9:case _ @@ -217291,7 +217425,7 @@ 4 to to PART TO _ 5 mark 5:mark _ 5 feel feel VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 special special ADJ JJ Degree=Pos 5 xcomp 5:xcomp _ -7 when when SCONJ WRB PronType=Int 12 mark 12:mark _ +7 when when ADV WRB PronType=Int 12 advmod 12:advmod _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 9 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 10 in in ADP IN _ 12 case 12:case _ @@ -217299,11 +217433,11 @@ 12 chair chair NOUN NN Number=Sing 3 advcl 3:advcl:in _ 13 and and CCONJ CC _ 17 cc 17:cc _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -15 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +15 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 16 NEVER never ADV RB _ 17 advmod 17:advmod _ 17 had have VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:and _ 18 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ -19 less less ADJ JJR Degree=Cmp 21 advmod 21:advmod _ +19 less less ADJ JJR Degree=Cmp|ExtPos=ADV 21 advmod 21:advmod _ 20 than than ADP IN _ 19 fixed 19:fixed _ 21 amazing amazing ADJ JJ Degree=Pos 25 amod 25:amod _ 22 cut cut NOUN NN Number=Sing 25 compound 25:compound _ @@ -217314,14 +217448,14 @@ # sent_id = reviews-156460-0007 # text = My hair has never felt this healthy, either. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 hair hair NOUN NN Number=Sing 5 nsubj 5:nsubj|7:nsubj:xsubj _ 3 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 never never ADV RB _ 5 advmod 5:advmod _ 5 felt feel VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 healthy healthy ADJ JJ Degree=Pos 5 xcomp 5:xcomp SpaceAfter=No -8 , , PUNCT , _ 5 punct 5:punct _ +8 , , PUNCT , _ 9 punct 9:punct _ 9 either either ADV RB _ 5 advmod 5:advmod SpaceAfter=No 10 . . PUNCT . _ 5 punct 5:punct _ @@ -217347,16 +217481,15 @@ # sent_id = reviews-314974-0001 # newpar id = reviews-314974-p0001 # text = My Favorite in McLean -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 Favorite favorite NOUN NN Number=Sing 0 root 0:root _ 3 in in ADP IN _ 4 case 4:case _ 4 McLean McLean PROPN NNP Number=Sing 2 nmod 2:nmod:in _ -# TODO: SPlit into two sentences after word 8 # sent_id = reviews-314974-0002 # newpar id = reviews-314974-p0002 # text = My family loves coming to Endo Sushi.They are very nice, it is never crowded, and the food is wonderful, very delicious and fresh! -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 family family NOUN NN Number=Sing 3 nsubj 3:nsubj|4:nsubj:xsubj _ 3 loves love VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 coming come VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ @@ -217365,7 +217498,7 @@ 7 Sushi Sushi PROPN NNP Number=Sing 4 obl 4:obl:to SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct SpaceAfter=No 9 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 very very ADV RB _ 12 advmod 12:advmod _ 12 nice nice ADJ JJ Degree=Pos 3 parataxis 3:parataxis SpaceAfter=No 13 , , PUNCT , _ 17 punct 17:punct _ @@ -217409,15 +217542,15 @@ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ 20 on on ADP IN _ 25 case 25:case _ 21 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ -22 one one NUM CD NumType=Card 24 nummod 24:nummod SpaceAfter=No -23 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No +22 one one NUM CD NumForm=Word|NumType=Card 24 nummod 24:nummod SpaceAfter=No +23 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No 24 way way NOUN NN Number=Sing 25 compound 25:compound _ 25 street street NOUN NN Number=Sing 4 conj 4:conj:and SpaceAfter=No 26 , , PUNCT , _ 33 punct 33:punct _ 27 but but CCONJ CC _ 33 cc 33:cc _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 29 restaurant restaurant NOUN NN Number=Sing 33 nsubj 33:nsubj _ -30 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs|Reflex=Yes 29 nmod:npmod 29:nmod:npmod _ +30 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Emp|Reflex=Yes 29 nmod:npmod 29:nmod:npmod _ 31 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 33 cop 33:cop _ 32 NEVER never ADV RB _ 33 advmod 33:advmod _ 33 overcrowded overcrowded ADJ JJ Degree=Pos 4 conj 4:conj:and SpaceAfter=No @@ -217434,7 +217567,7 @@ 6 in in ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 lot lot NOUN NN Number=Sing 5 obl 5:obl:in SpaceAfter=No -9 , , PUNCT , _ 13 punct 13:punct _ +9 , , PUNCT , _ 5 punct 5:punct _ 10 then then ADV RB PronType=Dem 13 advmod 13:advmod _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj|22:nsubj _ 12 can can AUX MD VerbForm=Fin 13 aux 13:aux _ @@ -217473,25 +217606,26 @@ 6 little little ADJ JJ Degree=Pos 7 amod 7:amod _ 7 bell bell NOUN NN Number=Sing 4 obj 4:obj _ 8 on on ADP IN _ 10 case 10:case _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 way way NOUN NN Number=Sing 4 obl 4:obl:on _ 11 out out ADV RB _ 10 advmod 10:advmod _ 12 if if SCONJ IN _ 14 mark 14:mark _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj _ -14 enjoyed enjoy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:if _ -15 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +14 enjoyed enjoy VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:if _ +15 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 meal meal NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No 17 ! ! PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-314974-0007 # text = (it's by the door, on the hostess stand) 1 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No -2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj SpaceAfter=No +2-3 it's _ _ _ _ _ _ _ _ +2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 3 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 by by ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 door door NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 11 punct 11:punct _ 8 on on ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 hostess hostess NOUN NN Number=Sing 11 compound 11:compound _ @@ -217508,27 +217642,27 @@ # sent_id = reviews-200429-0002 # text = I got yelled at, literally yelled at because i asked if i could pick up my car 5-10 minutes late. -1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 got get AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ -3 yelled yell VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj:pass 3:nsubj:pass _ +2 got get AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ +3 yelled yell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 at at ADP IN _ 3 obl 3:obl SpaceAfter=No -5 , , PUNCT , _ 3 punct 3:punct _ +5 , , PUNCT , _ 7 punct 7:punct _ 6 literally literally ADV RB _ 7 advmod 7:advmod _ -7 yelled yell VERB VBN Tense=Past|VerbForm=Part 3 advcl 3:advcl _ +7 yelled yell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 advcl 3:advcl _ 8 at at ADP IN _ 7 obl 7:obl _ 9 because because SCONJ IN _ 11 mark 11:mark _ -10 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 advcl 7:advcl _ +10 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ +11 asked ask VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 advcl 7:advcl _ 12 if if SCONJ IN _ 15 mark 15:mark _ -13 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ +13 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ 14 could could AUX MD VerbForm=Fin 15 aux 15:aux _ -15 pick pick VERB VB VerbForm=Inf 11 advcl 11:advcl:if _ +15 pick pick VERB VB VerbForm=Inf 11 ccomp 11:ccomp _ 16 up up ADP RP _ 15 compound:prt 15:compound:prt _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 car car NOUN NN Number=Sing 15 obj 15:obj _ -19 5 5 NUM CD NumType=Card 22 nummod 22:nummod SpaceAfter=No +19 5 5 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod SpaceAfter=No 20 - - SYM SYM _ 21 case 21:case SpaceAfter=No -21 10 10 NUM CD NumType=Card 19 nmod 19:nmod _ +21 10 10 NUM CD NumForm=Digit|NumType=Card 19 nmod 19:nmod _ 22 minutes minute NOUN NNS Number=Plur 23 obl:npmod 23:obl:npmod _ 23 late late ADV RB Degree=Pos 15 advmod 15:advmod SpaceAfter=No 24 . . PUNCT . _ 3 punct 3:punct _ @@ -217536,16 +217670,16 @@ # sent_id = reviews-200429-0003 # text = I explained that i was already on my way and i would rush to get there as soon as i could because i needed my car for work at 5am, but the guy was arguing with me saying he was gonna lock the doors right at 5:30. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 explained explain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 explained explain VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 9 mark 9:mark _ -4 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ +4 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 6 already already ADV RB _ 9 advmod 9:advmod _ 7 on on ADP IN _ 9 case 9:case _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 way way NOUN NN Number=Sing 2 ccomp 2:ccomp _ 10 and and CCONJ CC _ 13 cc 13:cc _ -11 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ +11 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 12 would would AUX MD VerbForm=Fin 13 aux 13:aux _ 13 rush rush VERB VB VerbForm=Inf 9 conj 2:ccomp|9:conj:and _ 14 to to PART TO _ 15 mark 15:mark _ @@ -217554,18 +217688,18 @@ 17 as as ADV RB _ 18 advmod 18:advmod _ 18 soon soon ADV RB Degree=Pos 15 advmod 15:advmod _ 19 as as SCONJ IN _ 21 mark 21:mark _ -20 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ +20 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ 21 could could AUX MD VerbForm=Fin 18 advcl 18:advcl:as _ 22 because because SCONJ IN _ 24 mark 24:mark _ -23 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ -24 needed need VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 advcl 15:advcl:because _ -25 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +23 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ +24 needed need VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 15 advcl 15:advcl:because _ +25 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 car car NOUN NN Number=Sing 24 obj 24:obj _ 27 for for ADP IN _ 28 case 28:case _ 28 work work NOUN NN Number=Sing 24 obl 24:obl:for _ 29 at at ADP IN _ 31 case 31:case _ -30 5 5 NUM CD NumType=Card 31 nummod 31:nummod SpaceAfter=No -31 am am NOUN NN Number=Sing 24 obl 24:obl:at SpaceAfter=No +30 5 5 NUM CD NumForm=Digit|NumType=Card 31 nummod 31:nummod SpaceAfter=No +31 am a.m. NOUN NN Number=Sing 24 obl 24:obl:at SpaceAfter=No 32 , , PUNCT , _ 37 punct 37:punct _ 33 but but CCONJ CC _ 37 cc 37:cc _ 34 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ @@ -217577,33 +217711,34 @@ 40 saying say VERB VBG VerbForm=Ger 37 advcl 37:advcl _ 41 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 43 nsubj 43:nsubj|45:nsubj:xsubj _ 42 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 43 aux 43:aux _ -43 gon go VERB VBG Abbr=Yes|Tense=Pres|VerbForm=Part 40 ccomp 40:ccomp SpaceAfter=No +43-44 gonna _ _ _ _ _ _ _ _ +43 gon go VERB VBG Abbr=Yes|Tense=Pres|VerbForm=Part 40 ccomp 40:ccomp _ 44 na to PART TO Abbr=Yes 45 mark 45:mark _ 45 lock lock VERB VB VerbForm=Inf 43 xcomp 43:xcomp _ 46 the the DET DT Definite=Def|PronType=Art 47 det 47:det _ 47 doors door NOUN NNS Number=Plur 45 obj 45:obj _ 48 right right ADV RB _ 50 advmod 50:advmod _ 49 at at ADP IN _ 50 case 50:case _ -50 5:30 5:30 NUM CD NumType=Card 45 obl 45:obl:at SpaceAfter=No +50 5:30 5:30 NUM CD NumForm=Digit|NumType=Card 45 obl 45:obl:at SpaceAfter=No 51 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-200429-0004 # text = Rude, unprofessional, just jerks. 1 Rude rude ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 3 punct 3:punct _ 3 unprofessional unprofessional ADJ JJ Degree=Pos 1 list 1:list SpaceAfter=No 4 , , PUNCT , _ 6 punct 6:punct _ 5 just just ADV RB _ 6 advmod 6:advmod _ 6 jerks jerk NOUN NNS Number=Plur 1 list 1:list SpaceAfter=No -7 . . PUNCT . _ 1 list 1:list _ +7 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-200429-0005 # text = Seems like all they care about is the money and getting home on time, NO care for the customers AT ALL!!! 1 Seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 like like SCONJ IN _ 9 mark 9:mark _ -3 all all DET DT _ 9 nsubj 9:nsubj|11:nsubj _ +3 all all DET DT PronType=Tot 9 nsubj 9:nsubj|11:nsubj _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -5 care care VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +5 care care VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 about about ADP IN _ 5 obl 5:obl _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -217614,25 +217749,25 @@ 13 on on ADP IN _ 14 case 14:case _ 14 time time NOUN NN Number=Sing 11 obl 11:obl:on SpaceAfter=No 15 , , PUNCT , _ 17 punct 17:punct _ -16 NO no DET DT _ 17 det 17:det _ +16 NO no DET DT PronType=Neg 17 det 17:det _ 17 care care NOUN NN Number=Sing 1 parataxis 1:parataxis _ 18 for for ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 customers customer NOUN NNS Number=Plur 17 nmod 17:nmod:for _ -21 AT at ADV RB _ 22 case 22:case _ -22 ALL all ADV RB _ 17 nmod 17:nmod:at SpaceAfter=No +21 AT at ADP IN _ 22 case 22:case _ +22 ALL all DET DT PronType=Tot 17 nmod 17:nmod:at SpaceAfter=No 23 !!! !!! PUNCT . _ 17 punct 17:punct _ # sent_id = reviews-200429-0006 # text = Missed a whole day of work because i am now carless. -1 Missed miss VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Missed miss VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 whole whole ADJ JJ Degree=Pos 4 amod 4:amod _ 4 day day NOUN NN Number=Sing 1 obj 1:obj _ 5 of of ADP IN _ 6 case 6:case _ 6 work work NOUN NN Number=Sing 4 nmod 4:nmod:of _ 7 because because SCONJ IN _ 11 mark 11:mark _ -8 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ +8 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 9 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 now now ADV RB _ 11 advmod 11:advmod _ 11 carless carless ADJ JJ Degree=Pos 1 advcl 1:advcl:because SpaceAfter=No @@ -217642,7 +217777,7 @@ # text = I will NEEEEEEEEEVERRRR go to this place again. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2 will will AUX MD VerbForm=Fin 4 aux 4:aux _ -3 NEEEEEEEEEVERRRR neeeeeeeeeverrrr ADV RB _ 4 advmod 4:advmod _ +3 NEEEEEEEEEVERRRR never ADV RB Style=Expr 4 advmod 4:advmod CorrectForm=never 4 go go VERB VB VerbForm=Inf 0 root 0:root _ 5 to to ADP IN _ 7 case 7:case _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ @@ -217661,11 +217796,11 @@ # newpar id = reviews-186284-p0002 # text = I used Fancy Flowers for my late husband's funeral flowers as they had been recommended to me. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 Fancy Fancy PROPN NNP Number=Sing 4 compound 4:compound _ -4 Flowers Flowers PROPN NNPS Number=Plur 2 obj 2:obj _ +2 used use VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 Fancy Fancy ADJ NNP Degree=Pos 4 amod 4:amod _ +4 Flowers Flower PROPN NNPS Number=Plur 2 obj 2:obj _ 5 for for ADP IN _ 11 case 11:case _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 late late ADJ JJ Degree=Pos 8 amod 8:amod _ 8-9 husband's _ _ _ _ _ _ _ _ 8 husband husband NOUN NN Number=Sing 11 nmod:poss 11:nmod:poss _ @@ -217674,9 +217809,9 @@ 11 flowers flower NOUN NNS Number=Plur 2 obl 2:obl:for _ 12 as as SCONJ IN _ 16 mark 16:mark _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj:pass 16:nsubj:pass _ -14 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 aux 16:aux _ +14 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 16 aux 16:aux _ 15 been be AUX VBN Tense=Past|VerbForm=Part 16 aux:pass 16:aux:pass _ -16 recommended recommend VERB VBN Tense=Past|VerbForm=Part 2 advcl 2:advcl:as _ +16 recommended recommend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 advcl 2:advcl:as _ 17 to to ADP IN _ 18 case 18:case _ 18 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 16 obl 16:obl:to SpaceAfter=No 19 . . PUNCT . _ 2 punct 2:punct _ @@ -217689,20 +217824,20 @@ 4 glad glad ADJ JJ Degree=Pos 0 root 0:root _ 5 that that SCONJ IN _ 7 mark 7:mark _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +7 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ 8 in in ADP RP _ 7 compound:prt 7:compound:prt _ 9 to to PART TO _ 10 mark 10:mark _ 10 see see VERB VB VerbForm=Inf 7 advcl 7:advcl:to _ 11 Ana Ana PROPN NNP Number=Sing 10 obj 10:obj SpaceAfter=No -12 , , PUNCT , _ 4 punct 4:punct _ +12 , , PUNCT , _ 17 punct 17:punct _ 13 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 15 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 16 lovely lovely ADJ JJ Degree=Pos 17 amod 17:amod _ 17 girl girl NOUN NN Number=Sing 4 parataxis 4:parataxis|19:nsubj _ 18 who who PRON WP PronType=Rel 19 nsubj 17:ref _ -19 showed show VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ -20 nothing nothing PRON NN Number=Sing 19 obj 19:obj _ +19 showed show VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ +20 nothing nothing PRON NN Number=Sing|PronType=Neg 19 obj 19:obj _ 21 but but ADP IN _ 22 case 22:case _ 22 care care NOUN NN Number=Sing 20 nmod 20:nmod:but _ 23 and and CCONJ CC _ 24 cc 24:cc _ @@ -217715,17 +217850,17 @@ # text = The flowers were all that I hoped they would be, I have attended several funerals of late unfortunately and the flowers I recieved from Ana outshone them all. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 flowers flower NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 cop 4:cop _ -4 all all DET DT _ 0 root 0:root|7:obj _ -5 that that PRON WDT PronType=Rel 7 obj 4:ref _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ +4 all all DET DT PronType=Tot 0 root 0:root|7:ccomp _ +5 that that PRON WDT PronType=Rel 7 ccomp 4:ref _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 hoped hope VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ -8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -9 would would AUX MD VerbForm=Fin 10 aux 10:aux _ -10 be be VERB VB VerbForm=Inf 7 ccomp 7:ccomp SpaceAfter=No -11 , , PUNCT , _ 4 punct 4:punct _ +7 hoped hope VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 4:nsubj _ +9 would would AUX MD VerbForm=Fin 5 aux 4:aux _ +10 be be AUX VB VerbForm=Inf 5 cop 4:cop SpaceAfter=No +11 , , PUNCT , _ 14 punct 14:punct _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -13 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +13 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 14 attended attend VERB VBN Tense=Past|VerbForm=Part 4 parataxis 4:parataxis _ 15 several several ADJ JJ Degree=Pos 16 amod 16:amod _ 16 funerals funeral NOUN NNS Number=Plur 14 obj 14:obj _ @@ -217736,12 +217871,12 @@ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 flowers flower NOUN NNS Number=Plur 27 nsubj 27:nsubj _ 23 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ -24 recieved receive VERB VBD Mood=Ind|Tense=Past|Typo=Yes|VerbForm=Fin 22 acl:relcl 22:acl:relcl _ +24 recieved receive VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|Typo=Yes|VerbForm=Fin 22 acl:relcl 22:acl:relcl CorrectForm=received 25 from from ADP IN _ 26 case 26:case _ 26 Ana Ana PROPN NNP Number=Sing 24 obl 24:obl:from _ -27 outshone outshine VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 conj 14:conj:and _ +27 outshone outshine VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 14 conj 14:conj:and _ 28 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 27 obj 27:obj _ -29 all all DET DT _ 28 det 28:det SpaceAfter=No +29 all all DET DT PronType=Tot 28 det 28:det SpaceAfter=No 30 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-186284-0005 @@ -217750,15 +217885,15 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 so so ADV RB _ 4 advmod 4:advmod _ 4 talented talented ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 9 punct 9:punct _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 flowers flower NOUN NNS Number=Plur 9 nsubj:pass 9:nsubj:pass _ -8 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ +8 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ 9 arranged arrange VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 parataxis 4:parataxis _ 10 superbly superbly ADV RB _ 9 advmod 9:advmod _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 delicately delicately ADV RB _ 10 conj 9:advmod|10:conj:and SpaceAfter=No -13 , , PUNCT , _ 4 punct 4:punct _ +13 , , PUNCT , _ 17 punct 17:punct _ 14 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 16 so so ADV RB _ 17 advmod 17:advmod _ @@ -217768,23 +217903,23 @@ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 difference difference NOUN NN Number=Sing 19 obj 19:obj _ 22 between between ADP IN _ 23 case 23:case _ -23 someone someone PRON NN Number=Sing 21 nmod 21:nmod:between _ +23 someone someone PRON NN Number=Sing|PronType=Ind 21 nmod 21:nmod:between _ 24 fully fully ADV RB _ 25 advmod 25:advmod _ 25 trained trained ADJ JJ Degree=Pos 23 amod 23:amod _ 26 and and CCONJ CC _ 27 cc 27:cc _ 27 skilled skilled ADJ JJ Degree=Pos 25 conj 23:amod|25:conj:and _ -28 compared compare VERB VBN Tense=Past|VerbForm=Part 30 case 30:case _ +28 compared compare VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 advcl 25:advcl _ 29 to to ADP IN _ 30 case 30:case _ -30 others other NOUN NNS Number=Plur 23 nmod 23:nmod:to SpaceAfter=No +30 others other NOUN NNS Number=Plur 28 obl 28:obl:to SpaceAfter=No 31 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-186284-0006 # text = Thank you Ana I hope to see you in the future under better circumstances. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 iobj 1:iobj _ -3 Ana Ana PROPN NNP Number=Sing 1 obj 1:obj _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ +3 Ana Ana PROPN NNP Number=Sing 1 vocative 1:vocative _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ -5 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ +5 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ 6 to to PART TO _ 7 mark 7:mark _ 7 see see VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 you you PRON PRP Case=Acc|Person=2|PronType=Prs 7 obj 7:obj _ @@ -217792,7 +217927,7 @@ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 future future NOUN NN Number=Sing 7 obl 7:obl:in _ 12 under under ADP IN _ 14 case 14:case _ -13 better better ADJ JJR Degree=Cmp 14 amod 14:amod _ +13 better good ADJ JJR Degree=Cmp 14 amod 14:amod _ 14 circumstances circumstance NOUN NNS Number=Plur 7 obl 7:obl:under SpaceAfter=No 15 . . PUNCT . _ 1 punct 1:punct _ @@ -217801,7 +217936,7 @@ # newpar id = reviews-385281-p0001 # text = Great first experience. 1 Great great ADJ JJ Degree=Pos 3 amod 3:amod _ -2 first first ADJ JJ Degree=Pos|NumType=Ord 3 amod 3:amod _ +2 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 3 amod 3:amod _ 3 experience experience NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ @@ -217809,46 +217944,46 @@ # text = I'm 22, and my hairdresser was great (and not "old" like one of the reviews says) - she really listened to what I wanted and gave me tons of tips on how to style my hair so I could get it to look the way I wanted it to. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 22 22 NUM CD NumType=Card 0 root 0:root SpaceAfter=No +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +3 22 22 NUM CD NumForm=Digit|NumType=Card 0 root 0:root SpaceAfter=No 4 , , PUNCT , _ 9 punct 9:punct _ 5 and and CCONJ CC _ 9 cc 9:cc _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 hairdresser hairdresser NOUN NN Number=Sing 9 nsubj 9:nsubj|14:nsubj _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 9 great great ADJ JJ Degree=Pos 3 conj 3:conj:and _ -10 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No +10 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No 11 and and CCONJ CC _ 14 cc 14:cc _ -12 not not ADV RB _ 14 advmod 14:advmod _ +12 not not PART RB _ 14 advmod 14:advmod _ 13 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No 14 old old ADJ JJ Degree=Pos 9 conj 9:conj:and SpaceAfter=No 15 " " PUNCT '' _ 14 punct 14:punct _ 16 like like SCONJ IN _ 21 mark 21:mark _ -17 one one NUM CD NumType=Card 21 nsubj 21:nsubj _ +17 one one NUM CD NumForm=Word|NumType=Card 21 nsubj 21:nsubj _ 18 of of ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 reviews review NOUN NNS Number=Plur 17 nmod 17:nmod:of _ 21 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:like SpaceAfter=No -22 ) ) PUNCT -RRB- _ 9 punct 9:punct _ -23 - - PUNCT , _ 3 punct 3:punct _ +22 ) ) PUNCT -RRB- _ 14 punct 14:punct _ +23 - - PUNCT , _ 26 punct 26:punct _ 24 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 26 nsubj 26:nsubj|32:nsubj _ 25 really really ADV RB _ 26 advmod 26:advmod _ -26 listened listen VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ -27 to to SCONJ IN _ 28 case 28:case _ -28 what what PRON WP PronType=Int 26 obl 26:obl:to _ +26 listened listen VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ +27 to to ADP IN _ 28 case 28:case _ +28 what what PRON WP PronType=Rel 26 obl 26:obl:to|30:obj _ 29 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 30 nsubj 30:nsubj _ -30 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 28 acl:relcl 28:acl:relcl _ +30 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 28 acl:relcl 28:acl:relcl _ 31 and and CCONJ CC _ 32 cc 32:cc _ -32 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 26 conj 26:conj:and _ +32 gave give VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 26 conj 26:conj:and _ 33 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 32 iobj 32:iobj _ 34 tons ton NOUN NNS Number=Plur 32 obj 32:obj _ 35 of of ADP IN _ 36 case 36:case _ 36 tips tip NOUN NNS Number=Plur 34 nmod 34:nmod:of _ 37 on on SCONJ IN _ 40 mark 40:mark _ -38 how how SCONJ WRB PronType=Int 40 mark 40:mark _ +38 how how ADV WRB PronType=Int 40 advmod 40:advmod _ 39 to to PART TO _ 40 mark 40:mark _ 40 style style VERB VB VerbForm=Inf 36 acl 36:acl:to _ -41 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 42 nmod:poss 42:nmod:poss _ +41 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 42 nmod:poss 42:nmod:poss _ 42 hair hair NOUN NN Number=Sing 40 obj 40:obj _ 43 so so SCONJ IN _ 46 mark 46:mark _ 44 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 46 nsubj 46:nsubj _ @@ -217860,7 +217995,7 @@ 50 the the DET DT Definite=Def|PronType=Art 51 det 51:det _ 51 way way NOUN NN Number=Sing 49 obj 49:obj _ 52 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 53 nsubj 53:nsubj _ -53 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 51 acl:relcl 51:acl:relcl _ +53 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 51 acl:relcl 51:acl:relcl _ 54 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 53 obj 53:obj _ 55 to to PART TO _ 53 xcomp 53:xcomp SpaceAfter=No 56 . . PUNCT . _ 3 punct 3:punct _ @@ -217869,11 +218004,11 @@ # text = She deep conditioned my hair and took the time to style it properly. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj|7:nsubj _ 2 deep deep ADV RB _ 3 advmod 3:advmod _ -3 conditioned condition VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 conditioned condition VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 hair hair NOUN NN Number=Sing 3 obj 3:obj _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +7 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 time time NOUN NN Number=Sing 7 obj 7:obj _ 10 to to PART TO _ 11 mark 11:mark _ @@ -217885,12 +218020,12 @@ # sent_id = reviews-385281-0004 # text = She recommended products but absolutely didn't pressure me to buy. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|8:nsubj _ -2 recommended recommend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 recommended recommend VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 products product NOUN NNS Number=Plur 2 obj 2:obj _ 4 but but CCONJ CC _ 8 cc 8:cc _ 5 absolutely absolutely ADV RB _ 8 advmod 8:advmod _ 6-7 didn't _ _ _ _ _ _ _ _ -6 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux 8:aux _ +6 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 7 n't not PART RB _ 8 advmod 8:advmod _ 8 pressure pressure VERB VB VerbForm=Inf 2 conj 2:conj:but _ 9 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 obj 8:obj|11:nsubj:xsubj _ @@ -217910,9 +218045,9 @@ 7 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 8 really really ADV RB _ 14 advmod 14:advmod _ 9 friendly friendly ADJ JJ Degree=Pos 14 amod 14:amod SpaceAfter=No -10 , , PUNCT , _ 14 punct 14:punct _ +10 , , PUNCT , _ 9 punct 9:punct _ 11 laid laid ADJ JJ Degree=Pos 13 amod 13:amod SpaceAfter=No -12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 back back ADJ JJ Degree=Pos 14 amod 14:amod _ 14 atmosphere atmosphere NOUN NN Number=Sing 5 nmod 5:nmod:with SpaceAfter=No 15 . . PUNCT . _ 5 punct 5:punct _ @@ -217930,7 +218065,7 @@ 9 going go VERB VBG Tense=Pres|VerbForm=Part 4 conj 4:conj:and _ 10 back back ADV RB _ 9 advmod 9:advmod _ 11 for for ADP IN _ 14 case 14:case _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 13 next next ADJ JJ Degree=Pos 14 amod 14:amod _ 14 haircut haircut NOUN NN Number=Sing 9 obl 9:obl:for SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ @@ -217944,11 +218079,11 @@ # text = And students get $5 off, can't argue with that. 1 And and CCONJ CC _ 3 cc 3:cc _ 2 students student NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 get get VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 $ $ SYM $ _ 3 obj 3:obj SpaceAfter=No -5 5 5 NUM CD NumType=Card 4 nummod 4:nummod _ +5 5 5 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 6 off off ADV RB _ 3 advmod 3:advmod SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ +7 , , PUNCT , _ 10 punct 10:punct _ 8-9 can't _ _ _ _ _ _ _ _ 8 ca can AUX MD VerbForm=Fin 10 aux 10:aux _ 9 n't not PART RB _ 10 advmod 10:advmod _ @@ -217963,14 +218098,14 @@ # text = Smokers Haven 1-2 Smokers _ _ _ _ _ _ _ _ 1 Smoker smoker NOUN NN Number=Sing 3 nmod:poss 3:nmod:poss _ -2 s 's PART POS _ 1 case 1:case _ +2 s 's PART POS Typo=Yes 1 case 1:case CorrectForm='s 3 Haven haven NOUN NN Number=Sing 0 root 0:root _ # sent_id = reviews-133981-0002 # newpar id = reviews-133981-p0002 # text = Yeah, this complex is not very good. 1 Yeah yeah INTJ UH _ 8 discourse 8:discourse SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 complex complex NOUN NN Number=Sing 8 nsubj 8:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ @@ -217981,46 +218116,46 @@ # sent_id = reviews-133981-0003 # text = Our bathroom fan, one electric outlet and 2 leaky sinks have yet to be fixed. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 bathroom bathroom NOUN NN Number=Sing 3 compound 3:compound _ 3 fan fan NOUN NN Number=Sing 12 nsubj 12:nsubj|16:nsubj:xsubj SpaceAfter=No 4 , , PUNCT , _ 7 punct 7:punct _ -5 one one NUM CD NumType=Card 7 nummod 7:nummod _ +5 one one NUM CD NumForm=Word|NumType=Card 7 nummod 7:nummod _ 6 electric electric ADJ JJ Degree=Pos 7 amod 7:amod _ 7 outlet outlet NOUN NN Number=Sing 3 conj 3:conj:and|12:nsubj|16:nsubj:xsubj _ 8 and and CCONJ CC _ 11 cc 11:cc _ -9 2 2 NUM CD NumType=Card 11 nummod 11:nummod _ +9 2 2 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 10 leaky leaky ADJ JJ Degree=Pos 11 amod 11:amod _ 11 sinks sink NOUN NNS Number=Plur 3 conj 3:conj:and|12:nsubj|16:nsubj:xsubj _ -12 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +12 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 13 yet yet ADV RB _ 12 advmod 12:advmod _ 14 to to PART TO _ 16 mark 16:mark _ 15 be be AUX VB VerbForm=Inf 16 aux:pass 16:aux:pass _ -16 fixed fix VERB VBN Tense=Past|VerbForm=Part 12 xcomp 12:xcomp SpaceAfter=No +16 fixed fix VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 xcomp 12:xcomp SpaceAfter=No 17 . . PUNCT . _ 12 punct 12:punct _ # sent_id = reviews-133981-0004 # text = Both bathrooms look like they were flooded and the wood cabinets are thrashed at the bottom and they slapped some pieces of wood over to try to cover it up. -1 Both both DET DT _ 2 det 2:det _ +1 Both both DET DT PronType=Tot 2 det 2:det _ 2 bathrooms bathroom NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 look look VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 like like SCONJ IN _ 7 mark 7:mark _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj:pass 7:nsubj:pass _ -6 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 aux:pass 7:aux:pass _ -7 flooded flood VERB VBN Tense=Past|VerbForm=Part 3 advcl 3:advcl:like _ +6 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 aux:pass 7:aux:pass _ +7 flooded flood VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 advcl 3:advcl:like _ 8 and and CCONJ CC _ 13 cc 13:cc _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 wood wood NOUN NN Number=Sing 11 compound 11:compound _ 11 cabinets cabinet NOUN NNS Number=Plur 13 nsubj:pass 13:nsubj:pass _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ -13 thrashed thrash VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:and _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ +13 thrashed thrash VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 conj 3:conj:and _ 14 at at ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 bottom bottom NOUN NN Number=Sing 13 obl 13:obl:at _ 17 and and CCONJ CC _ 19 cc 19:cc _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 19 nsubj 19:nsubj _ -19 slapped slap VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 conj 13:conj:and _ -20 some some DET DT _ 21 det 21:det _ +19 slapped slap VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 conj 13:conj:and _ +20 some some DET DT PronType=Ind 21 det 21:det _ 21 pieces piece NOUN NNS Number=Plur 19 obj 19:obj _ 22 of of ADP IN _ 23 case 23:case _ 23 wood wood NOUN NN Number=Sing 21 nmod 21:nmod:of _ @@ -218043,13 +218178,13 @@ # sent_id = reviews-133981-0006 # text = I think 90 percent of the tenants are smokers! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 90 90 NUM CD NumType=Card 4 nummod 4:nummod _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 90 90 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 percent percent NOUN NN Number=Sing 9 nsubj 9:nsubj _ 5 of of ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 tenants tenant NOUN NNS Number=Plur 4 nmod 4:nmod:of _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 9 smokers smoker NOUN NNS Number=Plur 2 ccomp 2:ccomp SpaceAfter=No 10 ! ! PUNCT . _ 2 punct 2:punct _ @@ -218057,11 +218192,11 @@ # text = If you do not smoke, do not move here. 1 If if SCONJ IN _ 5 mark 5:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 smoke smoke VERB VB VerbForm=Inf 9 advcl 9:advcl:if SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ -7 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +6 , , PUNCT , _ 5 punct 5:punct _ +7 do do AUX VB Mood=Imp|VerbForm=Fin 9 aux 9:aux _ 8 not not PART RB _ 9 advmod 9:advmod _ 9 move move VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 10 here here ADV RB PronType=Dem 9 advmod 9:advmod SpaceAfter=No @@ -218069,7 +218204,7 @@ # sent_id = reviews-133981-0008 # text = Our unit reeks of old cigarette smoke and it started to become apparent a few weeks after we moved in. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 unit unit NOUN NN Number=Sing 3 nsubj 3:nsubj _ 3 reeks reek VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 of of ADP IN _ 7 case 7:case _ @@ -218077,17 +218212,17 @@ 6 cigarette cigarette NOUN NN Number=Sing 7 compound 7:compound _ 7 smoke smoke NOUN NN Number=Sing 3 obl 3:obl:of _ 8 and and CCONJ CC _ 10 cc 10:cc _ -9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ -10 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj|13:nsubj:xsubj _ +10 started start VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 11 to to PART TO _ 12 mark 12:mark _ 12 become become VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ -13 apparent apparent ADJ JJ Degree=Pos 12 obj 12:obj _ +13 apparent apparent ADJ JJ Degree=Pos 12 xcomp 12:xcomp _ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 15 few few ADJ JJ Degree=Pos 16 amod 16:amod _ 16 weeks week NOUN NNS Number=Plur 17 obl:npmod 17:obl:npmod _ 17 after after SCONJ IN _ 19 mark 19:mark _ 18 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -19 moved move VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:after _ +19 moved move VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:after _ 20 in in ADV RB _ 19 advmod 19:advmod SpaceAfter=No 21 . . PUNCT . _ 3 punct 3:punct _ @@ -218098,7 +218233,7 @@ 2 can can AUX MD VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 walk walk VERB VB VerbForm=Inf 0 root 0:root _ -5 5 5 NUM CD NumType=Card 6 nummod 6:nummod _ +5 5 5 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 feet foot NOUN NNS Number=Plur 4 obl:npmod 4:obl:npmod _ 7 without without SCONJ IN _ 8 mark 8:mark _ 8 smelling smell VERB VBG VerbForm=Ger 4 advcl 4:advcl:without _ @@ -218113,10 +218248,10 @@ 17 into into ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 windows window NOUN NNS Number=Plur 15 obl 15:obl:into _ -20 all all DET DT _ 21 det 21:det _ +20 all all DET DT PronType=Tot 21 det 21:det _ 21 day day NOUN NN Number=Sing 15 obl:tmod 15:obl:tmod _ 22 and and CCONJ CC _ 24 cc 24:cc _ -23 all all DET DT _ 24 det 24:det _ +23 all all DET DT PronType=Tot 24 det 24:det _ 24 night night NOUN NN Number=Sing 21 conj 15:obl:tmod|21:conj:and SpaceAfter=No 25 . . PUNCT . _ 4 punct 4:punct _ @@ -218125,7 +218260,7 @@ # newpar id = reviews-317846-p0001 # text = Great Sanwiches, Great Prices 1 Great great ADJ JJ Degree=Pos 2 amod 2:amod _ -2 Sanwiches sandwich NOUN NNS Number=Plur|Typo=Yes 0 root 0:root SpaceAfter=No +2 Sanwiches sandwich NOUN NNS Number=Plur|Typo=Yes 0 root 0:root CorrectForm=Sandwiches|SpaceAfter=No 3 , , PUNCT , _ 5 punct 5:punct _ 4 Great great ADJ JJ Degree=Pos 5 amod 5:amod _ 5 Prices price NOUN NNS Number=Plur 2 conj 2:conj _ @@ -218134,22 +218269,22 @@ # newpar id = reviews-317846-p0002 # text = I used to go here almost everyday since I work in the neighbourhood and loved their turkey and meatball sandwiches. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj|16:nsubj _ -2 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 used use VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 go go VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 here here ADV RB PronType=Dem 4 advmod 4:advmod _ 6 almost almost ADV RB _ 8 advmod 8:advmod _ -7 every every DET DT _ 8 det 8:det SpaceAfter=No +7 every every DET DT PronType=Tot 8 det 8:det CorrectSpaceAfter=Yes|SpaceAfter=No 8 day day NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod _ 9 since since SCONJ IN _ 11 mark 11:mark _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:since _ +11 work work VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:since _ 12 in in ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 neighbourhood neighbourhood NOUN NN Number=Sing 11 obl 11:obl:in _ 15 and and CCONJ CC _ 16 cc 16:cc _ -16 loved love VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ -17 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +16 loved love VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +17 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 18 turkey turkey NOUN NN Number=Sing 21 compound 21:compound _ 19 and and CCONJ CC _ 20 cc 20:cc _ 20 meatball meatball NOUN NN Number=Sing 18 conj 18:conj:and|21:compound _ @@ -218168,31 +218303,31 @@ # sent_id = reviews-317846-0004 # text = Best of all, the staff is quick on their feet and even with long lines, usually serve you in 5 minutes or less. -1 Best best ADV RBS Degree=Sup 8 advmod 8:advmod _ +1 Best well ADV RBS Degree=Sup 8 advmod 8:advmod _ 2 of of ADP IN _ 3 case 3:case _ -3 all all DET DT _ 1 obl 1:obl:of SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +3 all all DET DT PronType=Tot 1 obl 1:obl:of SpaceAfter=No +4 , , PUNCT , _ 1 punct 1:punct _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 staff staff NOUN NN Number=Sing 8 nsubj 8:nsubj|19:nsubj _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 quick quick ADJ JJ Degree=Pos 0 root 0:root _ 9 on on ADP IN _ 11 case 11:case _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 feet foot NOUN NNS Number=Plur 8 obl 8:obl:on _ 12 and and CCONJ CC _ 19 cc 19:cc _ 13 even even ADV RB _ 16 advmod 16:advmod _ 14 with with ADP IN _ 16 case 16:case _ 15 long long ADJ JJ Degree=Pos 16 amod 16:amod _ 16 lines line NOUN NNS Number=Plur 19 obl 19:obl:with SpaceAfter=No -17 , , PUNCT , _ 19 punct 19:punct _ +17 , , PUNCT , _ 16 punct 16:punct _ 18 usually usually ADV RB _ 19 advmod 19:advmod _ -19 serve serve VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 conj 8:conj:and _ +19 serve serve VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 8 conj 8:conj:and CorrectForm=serves 20 you you PRON PRP Case=Nom|Person=2|PronType=Prs 19 obj 19:obj _ 21 in in ADP IN _ 23 case 23:case _ -22 5 5 NUM CD NumType=Card 23 nummod 23:nummod _ +22 5 5 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ 23 minutes minute NOUN NNS Number=Plur 19 obl 19:obl:in _ 24 or or CCONJ CC _ 25 cc 25:cc _ -25 less less ADJ JJS Degree=Sup 23 nummod 23:nummod SpaceAfter=No +25 less less ADJ JJR Degree=Cmp 23 conj 23:conj:or SpaceAfter=No 26 . . PUNCT . _ 8 punct 8:punct _ # sent_id = reviews-317846-0005 @@ -218200,21 +218335,21 @@ 1 For for ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 quality quality NOUN NN Number=Sing 14 obl 14:obl:for SpaceAfter=No -4 , , PUNCT , _ 14 punct 14:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 prices price NOUN NNS Number=Plur 14 nsubj 14:nsubj|18:nsubj:xsubj _ 7 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No 8 $ $ SYM $ _ 6 appos 6:appos SpaceAfter=No -9 4 4 NUM CD NumType=Card 8 nummod 8:nummod SpaceAfter=No +9 4 4 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod SpaceAfter=No 10 - - SYM SYM _ 11 case 11:case SpaceAfter=No 11 $ $ SYM $ _ 8 nmod 8:nmod SpaceAfter=No -12 6 6 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No +12 6 6 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No 13 ) ) PUNCT -RRB- _ 8 punct 8:punct _ -14 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +14 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 15 to to PART TO _ 18 mark 18:mark _ 16 be be AUX VB VerbForm=Inf 18 cop 18:cop _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -18 best best ADJ JJS Degree=Sup 14 xcomp 14:xcomp _ +18 best good ADJ JJS Degree=Sup 14 xcomp 14:xcomp _ 19 in in ADP IN _ 20 case 20:case _ 20 town town NOUN NN Number=Sing 18 obl 18:obl:in SpaceAfter=No 21 . . PUNCT . _ 14 punct 14:punct _ @@ -218223,13 +218358,13 @@ # text = The staff get to know regulars and do their job very well. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 staff staff NOUN NN Number=Sing 3 nsubj 3:nsubj|5:nsubj:xsubj|8:nsubj _ -3 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 get get VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 know know VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 regulars regular NOUN NNS Number=Plur 5 obj 5:obj _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 job job NOUN NN Number=Sing 8 obj 8:obj _ 11 very very ADV RB _ 12 advmod 12:advmod _ 12 well well ADV RB Degree=Pos 8 advmod 8:advmod SpaceAfter=No @@ -218245,7 +218380,7 @@ 6 might might AUX MD VerbForm=Fin 8 aux 8:aux _ 7 not not PART RB _ 8 advmod 8:advmod _ 8 appreciate appreciate VERB VB VerbForm=Inf 0 root 0:root _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 efficiency efficiency NOUN NN Number=Sing 8 obj 8:obj _ 11 or or CCONJ CC _ 12 cc 12:cc _ 12 quality quality NOUN NN Number=Sing 10 conj 8:obj|10:conj:or SpaceAfter=No @@ -218253,22 +218388,23 @@ 14 but but CCONJ CC _ 17 cc 17:cc _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ 16 certainly certainly ADV RB _ 17 advmod 17:advmod _ -17 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 conj 8:conj:but SpaceAfter=No +17 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 conj 8:conj:but SpaceAfter=No 18 . . PUNCT . _ 8 punct 8:punct _ # sent_id = reviews-317846-0008 # text = This isn'ta TGIF or Cafe, its a lunch sandwich place and a good one at that. 1 This this PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj|7:nsubj _ -2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop SpaceAfter=No -3 n't not PART RB _ 5 advmod 5:advmod SpaceAfter=No +2-3 isn't _ _ _ _ _ _ _ CorrectSpaceAfter=Yes|SpaceAfter=No +2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 n't not PART RB _ 5 advmod 5:advmod _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 TGIF TGIF PROPN NNP Number=Sing 0 root 0:root _ 6 or or CCONJ CC _ 7 cc 7:cc _ 7 Cafe Cafe PROPN NNP Number=Sing 5 conj 5:conj:or SpaceAfter=No -8 , , PUNCT , _ 5 punct 5:punct _ +8 , , PUNCT , _ 14 punct 14:punct _ 9-10 its _ _ _ _ _ _ _ _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj|18:nsubj _ -10 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +10 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 14 cop 14:cop CorrectForm='s 11 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 12 lunch lunch NOUN NN Number=Sing 14 compound 14:compound _ 13 sandwich sandwich NOUN NN Number=Sing 14 compound 14:compound _ @@ -218276,7 +218412,7 @@ 15 and and CCONJ CC _ 18 cc 18:cc _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 good good ADJ JJ Degree=Pos 18 amod 18:amod _ -18 one one NUM CD NumType=Card 14 conj 14:conj:and _ +18 one one NOUN NN Number=Sing 14 conj 14:conj:and _ 19 at at ADP IN _ 20 case 20:case _ 20 that that PRON DT Number=Sing|PronType=Dem 18 nmod 18:nmod:at SpaceAfter=No 21 . . PUNCT . _ 5 punct 5:punct _ @@ -218314,9 +218450,9 @@ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 bloody bloody ADJ JJ Degree=Pos 5 amod 5:amod _ 5 church church NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 8 punct 8:punct _ 7 for for ADP IN _ 8 case 8:case _ -8 chrisssake chrissake NOUN NN Number=Sing|Typo=Yes 5 obl 5:obl:for SpaceAfter=No +8 chrisssake chrissake NOUN NN Number=Sing|Typo=Yes 5 obl 5:obl:for CorrectForm=chrissake|SpaceAfter=No 9 ! ! PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-255261-0004 @@ -218333,14 +218469,14 @@ 1 Go go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 there there ADV RB PronType=Dem 1 advmod 1:advmod _ 3 on on ADP IN _ 5 case 5:case _ -4 christian christian ADJ JJ Degree=Pos 5 amod 5:amod _ +4 christian Christian ADJ JJ Degree=Pos 5 amod 5:amod _ 5 holidays holiday NOUN NNS Number=Plur 1 obl 1:obl:on _ 6 for for ADP IN _ 8 case 8:case _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 bit bit NOUN NN Number=Sing 1 obl 1:obl:for _ 9 of of ADP IN _ 11 case 11:case _ 10 churchy churchy ADJ JJ Degree=Pos 11 amod 11:amod _ -11 grandure grandeur NOUN NN Number=Sing|Typo=Yes 8 nmod 8:nmod:of SpaceAfter=No +11 grandure grandeur NOUN NN Number=Sing|Typo=Yes 8 nmod 8:nmod:of CorrectForm=grandeur|SpaceAfter=No 12 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-255261-0006 @@ -218352,12 +218488,12 @@ 5 church church NOUN NN Number=Sing 2 nmod 2:nmod:at _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 7 cool cool ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 10 punct 10:punct _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 met meet VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 parataxis 7:parataxis _ +10 met meet VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 parataxis 7:parataxis _ 11 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 obj 10:obj _ 12 after after ADP IN _ 15 case 15:case _ -13 some some DET DT _ 15 det 15:det _ +13 some some DET DT PronType=Ind 15 det 15:det _ 14 holiday holiday NOUN NN Number=Sing 15 compound 15:compound _ 15 service service NOUN NN Number=Sing 10 obl 10:obl:after SpaceAfter=No 16 . . PUNCT . _ 7 punct 7:punct _ @@ -218365,7 +218501,7 @@ # sent_id = reviews-255261-0007 # text = He had a robe that was made back in the '60s. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 robe robe NOUN NN Number=Sing 2 obj 2:obj|7:nsubj:pass _ 5 that that PRON WDT PronType=Rel 7 nsubj:pass 4:ref _ @@ -218374,7 +218510,7 @@ 8 back back ADV RB _ 7 advmod 7:advmod _ 9 in in ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -11 '60s '60 NOUN NNS Number=Plur 8 obl 8:obl:in SpaceAfter=No +11 '60s '60s NOUN NNS Number=Plur 8 obl 8:obl:in SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-255261-0008 @@ -218395,16 +218531,16 @@ 3 historical historical ADJ JJ Degree=Pos 0 root 0:root _ 4 for for ADP IN _ 5 case 5:case _ 5 Sf Sf PROPN NNP Number=Sing 3 obl 3:obl:for SpaceAfter=No -6 , , PUNCT , _ 3 punct 3:punct _ +6 , , PUNCT , _ 16 punct 16:punct _ 7 so so ADV RB _ 16 mark 16:mark _ -8 when when SCONJ WRB PronType=Int 11 mark 11:mark _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ -10 aunte aunt NOUN NN Number=Sing|Typo=Yes 11 nsubj 11:nsubj _ +8 when when ADV WRB PronType=Int 11 advmod 11:advmod _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +10 aunte aunt NOUN NN Number=Sing|Typo=Yes 11 nsubj 11:nsubj CorrectForm=aunt 11 comes come VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:when _ 12 for for ADP IN _ 14 case 14:case _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 visit visit NOUN NN Number=Sing 11 obl 11:obl:for SpaceAfter=No -15 , , PUNCT , _ 16 punct 16:punct _ +15 , , PUNCT , _ 11 punct 11:punct _ 16 take take VERB VB Mood=Imp|VerbForm=Fin 3 advcl 3:advcl:so _ 17 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 16 obj 16:obj _ 18 there there ADV RB PronType=Dem 16 advmod 16:advmod SpaceAfter=No @@ -218416,38 +218552,39 @@ 2 for for ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 kiddies kiddie NOUN NNS Number=Plur 1 obl 1:obl:for _ -5 - - PUNCT , _ 1 punct 1:punct _ +5 - - PUNCT , _ 7 punct 7:punct _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ +7 love love VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 labyrinth labyrinth NOUN NN Number=Sing 7 obj 7:obj _ -10 ( ( PUNCT -LRB- _ 1 punct 1:punct SpaceAfter=No -11 do do AUX VB Mood=Imp|VerbForm=Fin 13 aux 13:aux SpaceAfter=No +10 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No +11-12 don't _ _ _ _ _ _ _ _ +11 do do AUX VB Mood=Imp|VerbForm=Fin 13 aux 13:aux _ 12 n't not PART RB _ 13 advmod 13:advmod _ 13 forget forget VERB VB Mood=Imp|VerbForm=Fin 7 parataxis 7:parataxis _ 14 to to PART TO _ 15 mark 15:mark _ 15 tell tell VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ -16 'em them PRON PRP Abbr=Yes 15 obj 15:obj _ +16 'em they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs|Style=Coll 15 iobj 15:iobj _ 17-18 its _ _ _ _ _ _ _ _ 17 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 24 nsubj 24:nsubj _ -18 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ +18 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 24 cop 24:cop CorrectForm='s 19 really really ADV RB _ 24 advmod 24:advmod _ 20 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ -21 ' ' PUNCT `` _ 24 punct 24:punct SpaceAfter=No -22 pagen pagan ADJ JJ Degree=Pos|Typo=Yes 24 amod 24:amod SpaceAfter=No -23 ' ' PUNCT '' _ 24 punct 24:punct _ +21 ' ' PUNCT `` _ 22 punct 22:punct SpaceAfter=No +22 pagen pagan ADJ JJ Degree=Pos|Typo=Yes 24 amod 24:amod CorrectForm=pagan|SpaceAfter=No +23 ' ' PUNCT '' _ 22 punct 22:punct _ 24 thing thing NOUN NN Number=Sing 15 ccomp 15:ccomp SpaceAfter=No -25 ! ! PUNCT . _ 1 punct 1:punct SpaceAfter=No -26 ) ) PUNCT -RRB- _ 1 punct 1:punct SpaceAfter=No +25 ! ! PUNCT . _ 13 punct 13:punct SpaceAfter=No +26 ) ) PUNCT -RRB- _ 13 punct 13:punct SpaceAfter=No 27 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-255261-0011 # text = Stop by at least once or you'll go to heck! 1 Stop stop VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 by by ADV RB _ 1 advmod 1:advmod _ -3 at at ADV RB _ 4 case 4:case _ -4 least least ADV RBS Degree=Sup 5 obl 5:obl:at _ -5 once once ADV RB NumType=Mult 1 advmod 1:advmod _ +3 at at ADP IN _ 4 case 4:case _ +4 least least ADJ JJS Degree=Sup 5 obl 5:obl:at _ +5 once once ADV RB NumForm=Word|NumType=Mult 1 advmod 1:advmod _ 6 or or CCONJ CC _ 9 cc 9:cc _ 7-8 you'll _ _ _ _ _ _ _ _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ @@ -218461,86 +218598,86 @@ # sent_id = reviews-159371-0001 # newpar id = reviews-159371-p0001 # text = ok but just becuse we where on a tight budget. -1 ok ok ADJ JJ Degree=Pos 0 root 0:root _ -2 but but CCONJ CC _ 6 cc 6:cc _ -3 just just ADV RB _ 6 advmod 6:advmod _ -4 becuse because SCONJ IN Typo=Yes 6 mark 6:mark _ -5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 where were VERB VBD Mood=Ind|Tense=Past|Typo=Yes|VerbForm=Fin 1 ccomp 1:ccomp _ +1 ok ok ADJ JJ Degree=Pos 10 discourse 10:discourse _ +2 but but CCONJ CC _ 10 cc 10:cc _ +3 just just ADV RB _ 10 advmod 10:advmod _ +4 becuse because SCONJ IN Typo=Yes 10 mark 10:mark CorrectForm=because +5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj _ +6 where be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|Typo=Yes|VerbForm=Fin 10 cop 10:cop CorrectForm=were 7 on on ADP IN _ 10 case 10:case _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 tight tight ADJ JJ Degree=Pos 10 amod 10:amod _ -10 budget budget NOUN NN Number=Sing 6 obl 6:obl:on SpaceAfter=No -11 . . PUNCT . _ 1 punct 1:punct _ +10 budget budget NOUN NN Number=Sing 0 root 0:root SpaceAfter=No +11 . . PUNCT . _ 10 punct 10:punct _ # sent_id = reviews-159371-0002 # newpar id = reviews-159371-p0002 # text = me and my dad where in NJ for a kc chiefs(my home team)vs the NY jets and for game 4 of the world series. 1 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 2 and and CCONJ CC _ 4 cc 4:cc _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 dad dad NOUN NN Number=Sing 1 conj 1:conj:and|5:nsubj _ -5 where were VERB VBD Mood=Ind|Tense=Past|Typo=Yes|VerbForm=Fin 0 root 0:root _ +5 where be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm=were 6 in in ADP IN _ 7 case 7:case _ 7 NJ NJ PROPN NNP Number=Sing 5 obl 5:obl:in _ 8 for for ADP IN _ 11 case 11:case _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -10 kc kc PROPN NNP Number=Sing 11 compound 11:compound _ -11 chiefs chief PROPN NNPS Number=Plur 5 obl 5:obl:for SpaceAfter=No +10 kc KC PROPN NNP Number=Sing 11 compound 11:compound _ +11 chiefs Chief PROPN NNPS Number=Plur 5 obl 5:obl:for SpaceAfter=No 12 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 14 home home NOUN NN Number=Sing 15 compound 15:compound _ 15 team team NOUN NN Number=Sing 11 appos 11:appos SpaceAfter=No 16 ) ) PUNCT -RRB- _ 15 punct 15:punct SpaceAfter=No 17 vs versus ADP IN Abbr=Yes 20 case 20:case _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 19 NY NY PROPN NNP Number=Sing 20 compound 20:compound _ -20 jets jets PROPN NNPS Number=Plur 11 nmod 11:nmod:versus _ +20 jets Jet PROPN NNPS Number=Plur 11 nmod 11:nmod:versus _ 21 and and CCONJ CC _ 23 cc 23:cc _ 22 for for ADP IN _ 23 case 23:case _ 23 game game NOUN NN Number=Sing 11 conj 5:obl:for|11:conj:and _ -24 4 4 NUM CD NumType=Card 23 nummod 23:nummod _ +24 4 4 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ 25 of of ADP IN _ 28 case 28:case _ 26 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ -27 world world NOUN NN Number=Sing 28 compound 28:compound _ -28 series series NOUN NNS Number=Plur 23 nmod 23:nmod:of SpaceAfter=No +27 world World PROPN NNP Number=Sing 28 compound 28:compound _ +28 series Series PROPN NNP Number=Sing 23 nmod 23:nmod:of SpaceAfter=No 29 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No # sent_id = reviews-159371-0003 # text = i'ma red sox fan so i was glad that the phillies won. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj SpaceAfter=No -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop SpaceAfter=No +1-2 i'm _ _ _ _ _ _ _ CorrectSpaceAfter=Yes|SpaceAfter=No +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -4 red red PROPN NNP Number=Sing 5 compound 5:compound _ -5 sox sox PROPN NNPS Number=Plur 6 compound 6:compound _ +4 red Red ADJ NNP Degree=Pos 5 amod 5:amod _ +5 sox Sox PROPN NNPS Number=Plur 6 compound 6:compound _ 6 fan fan NOUN NN Number=Sing 0 root 0:root _ 7 so so ADV RB _ 10 advmod 10:advmod _ -8 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ +8 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 9 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ -10 glad glad ADJ JJ Degree=Pos 6 advcl 6:advcl _ +10 glad glad ADJ JJ Degree=Pos 6 parataxis 6:parataxis _ 11 that that SCONJ IN _ 14 mark 14:mark _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -13 phillies phillies PROPN NNPS Number=Plur 14 nsubj 14:nsubj _ -14 won win VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 ccomp 10:ccomp SpaceAfter=No +13 phillies Phillies PROPN NNPS Number=Plur 14 nsubj 14:nsubj _ +14 won win VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 10 ccomp 10:ccomp SpaceAfter=No 15 . . PUNCT . _ 6 punct 6:punct SpaceAfter=No -# TODO: This sentence should be split into 3 !!! # sent_id = reviews-159371-0004 # text = the knights inn was small very small.i mean 1 room in every room!it was cozy a little and a small tv. 1 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 knights knight PROPN NNPS Number=Plur 3 compound 3:compound _ -3 inn inn PROPN NNP Number=Sing 5 nsubj 5:nsubj _ +2 knights Knight PROPN NNPS Number=Plur 3 compound 3:compound _ +3 inn Inn PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 5 small small ADJ JJ Degree=Pos 0 root 0:root _ 6 very very ADV RB _ 7 advmod 7:advmod _ 7 small small ADJ JJ Degree=Pos 5 appos 5:appos SpaceAfter=No 8 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No -9 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 mean mean VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 discourse 12:discourse _ -11 1 1 NUM CD NumType=Card 12 nummod 12:nummod _ +9 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ +10 mean mean VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 discourse 12:discourse _ +11 1 1 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 12 room room NOUN NN Number=Sing 5 parataxis 5:parataxis _ 13 in in ADP IN _ 15 case 15:case _ -14 every every DET DT _ 15 det 15:det _ +14 every every DET DT PronType=Tot 15 det 15:det _ 15 room room NOUN NN Number=Sing 12 nmod 12:nmod:in SpaceAfter=No 16 ! ! PUNCT . _ 12 punct 12:punct SpaceAfter=No 17 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj|25:nsubj _ @@ -218551,15 +218688,15 @@ 22 and and CCONJ CC _ 25 cc 25:cc _ 23 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 24 small small ADJ JJ Degree=Pos 25 amod 25:amod _ -25 tv tv NOUN NN Number=Sing 19 conj 19:conj:and SpaceAfter=No +25 tv TV NOUN NN Number=Sing 19 conj 19:conj:and SpaceAfter=No 26 . . PUNCT . _ 19 punct 19:punct SpaceAfter=No # sent_id = reviews-159371-0005 # text = i mean a 2 day stay was a ok stay even tho the manager looked like he was chineze and that we only slept and went out from 8 to 7 to see New York. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 mean mean VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 discourse 10:discourse _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 mean mean VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 discourse 10:discourse _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -4 2 2 NUM CD NumType=Card 5 nummod 5:nummod _ +4 2 2 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 day day NOUN NN Number=Sing 6 compound 6:compound _ 6 stay stay NOUN NN Number=Sing 10 nsubj 10:nsubj _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ @@ -218570,42 +218707,42 @@ 12 tho though SCONJ IN Abbr=Yes 15 mark 15:mark _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 manager manager NOUN NN Number=Sing 15 nsubj 15:nsubj _ -15 looked look VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:though _ +15 looked look VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:though _ 16 like like SCONJ IN _ 19 mark 19:mark _ 17 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj _ 18 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 cop 19:cop _ -19 chineze Chinese ADJ JJ Degree=Pos|Typo=Yes 15 advcl 15:advcl:like _ +19 chineze Chinese ADJ JJ Degree=Pos|Typo=Yes 15 advcl 15:advcl:like CorrectForm=Chinese 20 and and CCONJ CC _ 24 cc 24:cc _ 21 that that SCONJ IN _ 24 mark 24:mark _ 22 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 24 nsubj 24:nsubj|26:nsubj _ 23 only only ADV RB _ 24 advmod 24:advmod _ -24 slept sleep VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 conj 10:advcl:that|15:conj:and _ +24 slept sleep VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 15 conj 10:advcl:that|15:conj:and _ 25 and and CCONJ CC _ 26 cc 26:cc _ -26 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 conj 24:conj:and _ +26 went go VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 24 conj 24:conj:and _ 27 out out ADV RB _ 26 advmod 26:advmod _ 28 from from ADP IN _ 29 case 29:case _ -29 8 8 NUM CD NumType=Card 26 obl 26:obl:from _ +29 8 8 NUM CD NumForm=Digit|NumType=Card 26 obl 26:obl:from _ 30 to to ADP IN _ 31 case 31:case _ -31 7 7 NUM CD NumType=Card 29 nmod 29:nmod:to _ +31 7 7 NUM CD NumForm=Digit|NumType=Card 29 nmod 29:nmod:to _ 32 to to PART TO _ 33 mark 33:mark _ 33 see see VERB VB VerbForm=Inf 26 advcl 26:advcl:to _ -34 New New PROPN NNP Number=Sing 35 compound 35:compound _ +34 New New ADJ NNP Degree=Pos 35 amod 35:amod _ 35 York York PROPN NNP Number=Sing 33 obj 33:obj SpaceAfter=No 36 . . PUNCT . _ 10 punct 10:punct SpaceAfter=No # sent_id = reviews-159371-0006 # text = but sice we almost just slept there i cant give that good of a review 1 but but CCONJ CC _ 11 cc 11:cc _ -2 sice since SCONJ IN Typo=Yes 6 mark 6:mark _ +2 sice since SCONJ IN Typo=Yes 6 mark 6:mark CorrectForm=since 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 4 almost almost ADV RB _ 6 advmod 6:advmod _ 5 just just ADV RB _ 6 advmod 6:advmod _ -6 slept sleep VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:since _ +6 slept sleep VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:since _ 7 there there ADV RB PronType=Dem 6 advmod 6:advmod _ -8 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ +8 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 9-10 cant _ _ _ _ _ _ _ _ 9 ca can AUX MD VerbForm=Fin 11 aux 11:aux _ -10 nt not PART RB _ 11 advmod 11:advmod _ +10 nt not PART RB Typo=Yes 11 advmod 11:advmod CorrectForm=n't 11 give give VERB VB VerbForm=Inf 0 root 0:root _ 12 that that ADV RB _ 13 advmod 13:advmod _ 13 good good ADJ JJ Degree=Pos 11 obj 11:obj _ @@ -218622,7 +218759,7 @@ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 Saturday Saturday PROPN NNP Number=Sing 0 root 0:root _ 5 and and CCONJ CC _ 9 cc 9:cc _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 spring spring NOUN NN Number=Sing 9 nsubj 9:nsubj _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 9 broken broken ADJ JJ Degree=Pos 4 conj 4:conj:and SpaceAfter=No @@ -218631,26 +218768,26 @@ # sent_id = reviews-011257-0002 # text = I googled Garage Door Repair in Woodinville and found NDI - Johnette answered the phone and was oh-so pleasant and helpful! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|9:nsubj _ -2 googled google VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 googled google VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 Garage garage NOUN NN Number=Sing 5 compound 5:compound _ 4 Door door NOUN NN Number=Sing 5 compound 5:compound _ 5 Repair repair NOUN NN Number=Sing 2 obj 2:obj _ 6 in in ADP IN _ 7 case 7:case _ 7 Woodinville Woodinville PROPN NNP Number=Sing 5 nmod 5:nmod:in _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +9 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 10 NDI NDI PROPN NNP Number=Sing 9 obj 9:obj _ -11 - - PUNCT , _ 2 punct 2:punct _ +11 - - PUNCT , _ 13 punct 13:punct _ 12 Johnette Johnette PROPN NNP Number=Sing 13 nsubj 13:nsubj|21:nsubj _ -13 answered answer VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp|9:ccomp _ +13 answered answer VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 phone phone NOUN NN Number=Sing 13 obj 13:obj _ 16 and and CCONJ CC _ 21 cc 21:cc _ 17 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 cop 21:cop _ 18 oh oh ADV RB _ 21 advmod 21:advmod SpaceAfter=No -19 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No +19 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No 20 so so ADV RB _ 21 advmod 21:advmod _ -21 pleasant pleasant ADJ JJ Degree=Pos 13 conj 2:ccomp|13:conj:and _ +21 pleasant pleasant ADJ JJ Degree=Pos 13 conj 13:conj:and _ 22 and and CCONJ CC _ 23 cc 23:cc _ 23 helpful helpful ADJ JJ Degree=Pos 21 conj 21:conj:and SpaceAfter=No 24 ! ! PUNCT . _ 2 punct 2:punct _ @@ -218658,19 +218795,19 @@ # sent_id = reviews-011257-0003 # text = She sort of appologized for Dan taking the day off to go skiing - but he could do the repair on Sunday! 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 sort sort ADV RB _ 3 advmod 3:advmod _ -3 of of ADV RB _ 4 advmod 4:advmod _ -4 appologized apologize VERB VBD Mood=Ind|Tense=Past|Typo=Yes|VerbForm=Fin 0 root 0:root _ +2 sort sort NOUN NN ExtPos=ADV|Number=Sing 4 advmod 4:advmod _ +3 of of ADP IN _ 2 fixed 2:fixed _ +4 appologized apologize VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm=apologized 5 for for SCONJ IN _ 7 mark 7:mark _ 6 Dan Dan PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 7 taking take VERB VBG VerbForm=Ger 4 advcl 4:advcl:for _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 day day NOUN NN Number=Sing 7 obl:tmod 7:obl:tmod _ +9 day day NOUN NN Number=Sing 7 obj 7:obj _ 10 off off ADP RP _ 7 compound:prt 7:compound:prt _ 11 to to PART TO _ 12 mark 12:mark _ 12 go go VERB VB VerbForm=Inf 7 advcl 7:advcl:to _ 13 skiing ski VERB VBG VerbForm=Ger 12 xcomp 12:xcomp _ -14 - - PUNCT , _ 4 punct 4:punct _ +14 - - PUNCT , _ 18 punct 18:punct _ 15 but but CCONJ CC _ 18 cc 18:cc _ 16 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 17 could could AUX MD VerbForm=Fin 18 aux 18:aux _ @@ -218684,16 +218821,16 @@ # sent_id = reviews-011257-0004 # text = I said great and Dan arrived on time at 10am to make the repair. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|3:nsubj:xsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 great great ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ 4 and and CCONJ CC _ 6 cc 6:cc _ 5 Dan Dan PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -6 arrived arrive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +6 arrived arrive VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 7 on on ADP IN _ 8 case 8:case _ 8 time time NOUN NN Number=Sing 6 obl 6:obl:on _ 9 at at ADP IN _ 11 case 11:case _ -10 10 10 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No -11 am am NOUN NN Number=Sing 6 obl 6:obl:at _ +10 10 10 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No +11 am a.m. NOUN NN Number=Sing 6 obl 6:obl:at _ 12 to to PART TO _ 13 mark 13:mark _ 13 make make VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -218703,7 +218840,7 @@ # sent_id = reviews-011257-0005 # text = I enjoyed speaking with Dan, and learning more about how the springs are sized for these doors. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|3:nsubj:xsubj|8:nsubj:xsubj _ -2 enjoyed enjoy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 enjoyed enjoy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 speaking speak VERB VBG VerbForm=Ger 2 xcomp 2:xcomp _ 4 with with ADP IN _ 5 case 5:case _ 5 Dan Dan PROPN NNP Number=Sing 3 obl 3:obl:with SpaceAfter=No @@ -218712,10 +218849,10 @@ 8 learning learn VERB VBG VerbForm=Ger 3 conj 2:xcomp|3:conj:and _ 9 more more ADJ JJR Degree=Cmp 8 obj 8:obj _ 10 about about SCONJ IN _ 15 mark 15:mark _ -11 how how SCONJ WRB PronType=Int 15 mark 15:mark _ +11 how how ADV WRB PronType=Int 15 advmod 15:advmod _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 springs spring NOUN NNS Number=Plur 15 nsubj:pass 15:nsubj:pass _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux:pass 15:aux:pass _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 aux:pass 15:aux:pass _ 15 sized size VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 advcl 9:advcl:about _ 16 for for ADP IN _ 18 case 18:case _ 17 these this DET DT Number=Plur|PronType=Dem 18 det 18:det _ @@ -218726,7 +218863,7 @@ # text = The repair went quickly and the price was extremely fair. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 repair repair NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 quickly quickly ADV RB _ 3 advmod 3:advmod _ 5 and and CCONJ CC _ 10 cc 10:cc _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -218743,14 +218880,14 @@ 3 highly highly ADV RB _ 4 advmod 4:advmod _ 4 recommend recommend VERB VB VerbForm=Inf 0 root 0:root _ 5 NDI NDI PROPN NNP Number=Sing 4 obj 4:obj _ -6 - - PUNCT , _ 4 punct 4:punct _ +6 - - PUNCT , _ 9 punct 9:punct _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 will will AUX MD VerbForm=Fin 9 aux 9:aux _ 9 spread spread VERB VB VerbForm=Inf 4 conj 4:conj:and _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 word word NOUN NN Number=Sing 9 obj 9:obj _ 12 to to ADP IN _ 14 case 14:case _ -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 neighbors neighbor NOUN NNS Number=Plur 9 obl 9:obl:to SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ @@ -218761,7 +218898,7 @@ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 Johnette Johnette PROPN NNP Number=Sing 2 conj 2:conj:and _ 5 for for ADP IN _ 7 case 7:case _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 responsiveness responsiveness NOUN NN Number=Sing 1 nmod 1:nmod:for _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 professional professional ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -218772,7 +218909,7 @@ # text = Roger M., Woodinville 1 Roger Roger PROPN NNP Number=Sing 0 root 0:root _ 2 M. M. PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 Woodinville Woodinville PROPN NNP Number=Sing 1 appos 1:appos _ # newdoc id = reviews-260640 @@ -218784,7 +218921,7 @@ 2 would would AUX MD VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 send send VERB VB VerbForm=Inf 0 root 0:root _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 dogs dog NOUN NNS Number=Plur 4 obj 4:obj _ 7 there there ADV RB PronType=Dem 4 advmod 4:advmod SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ @@ -218793,7 +218930,7 @@ # newpar id = reviews-260640-p0002 # text = I had a conversation with the woman running this place in April 2010. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 conversation conversation NOUN NN Number=Sing 2 obj 2:obj _ 5 with with ADP IN _ 7 case 7:case _ @@ -218804,14 +218941,14 @@ 10 place place NOUN NN Number=Sing 8 obj 8:obj _ 11 in in ADP IN _ 12 case 12:case _ 12 April April PROPN NNP Number=Sing 2 obl 2:obl:in _ -13 2010 2010 NUM CD NumType=Card 12 nummod 12:nummod SpaceAfter=No +13 2010 2010 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-260640-0003 # text = She basically said if the children getting off the bus aren't paying to enter her building she was going to let them wander around the streets. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 basically basically ADV RB _ 3 advmod 3:advmod _ -3 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 if if SCONJ IN _ 13 mark 13:mark _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 children child NOUN NNS Number=Plur 13 nsubj 13:nsubj _ @@ -218820,12 +218957,12 @@ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 bus bus NOUN NN Number=Sing 7 obl 7:obl:off _ 11-12 aren't _ _ _ _ _ _ _ _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 12 n't not PART RB _ 13 advmod 13:advmod _ 13 paying pay VERB VBG VerbForm=Ger 20 advcl 20:advcl:if _ 14 to to PART TO _ 15 mark 15:mark _ 15 enter enter VERB VB VerbForm=Inf 13 advcl 13:advcl:to _ -16 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 building building NOUN NN Number=Sing 15 obj 15:obj _ 18 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj|22:nsubj:xsubj _ 19 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 aux 20:aux _ @@ -218842,46 +218979,46 @@ # sent_id = reviews-260640-0004 # text = Wow, really? 1 Wow wow INTJ UH _ 3 discourse 3:discourse SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 really really ADV RB _ 0 root 0:root SpaceAfter=No 4 ? ? PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-260640-0005 # text = With all the child predators out there, a busy road, cars speeding by...... and you are going to let some 4/5 year olds wonder around cause you're money hungry? 1 With with ADP IN _ 20 obl 20:obl _ -2 all all DET PDT _ 5 det:predet 5:det:predet _ +2 all all DET PDT PronType=Tot 5 det:predet 5:det:predet _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 child child NOUN NN Number=Sing 5 compound 5:compound _ 5 predators predator NOUN NNS Number=Plur 7 nsubj 7:nsubj|11:nsubj _ 6 out out ADV RB _ 7 advmod 7:advmod _ 7 there there ADV RB PronType=Dem 20 parataxis 20:parataxis SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 11 punct 11:punct _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 busy busy ADJ JJ Degree=Pos 11 amod 11:amod _ 11 road road NOUN NN Number=Sing 7 conj 7:conj SpaceAfter=No -12 , , PUNCT , _ 7 punct 7:punct _ +12 , , PUNCT , _ 14 punct 14:punct _ 13 cars car NOUN NNS Number=Plur 14 nsubj 14:nsubj _ 14 speeding speed VERB VBG VerbForm=Ger 7 conj 7:conj _ 15 by by ADV RB _ 14 advmod 14:advmod SpaceAfter=No -16 ...... ...... PUNCT , _ 20 punct 20:punct _ +16 ...... ...... PUNCT , _ 7 punct 7:punct _ 17 and and CCONJ CC _ 20 cc 20:cc _ 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj _ -19 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +19 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 20 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 21 to to PART TO _ 22 mark 22:mark _ 22 let let VERB VB VerbForm=Inf 20 xcomp 18:xcomp|20:xcomp _ -23 some some DET DT _ 28 det 28:det _ -24 4 4 NUM CD NumType=Card 27 nummod 27:nummod SpaceAfter=No -25 / / PUNCT , _ 26 cc 26:cc SpaceAfter=No -26 5 5 NUM CD NumType=Card 24 conj 24:conj|27:nummod _ +23 some some DET DT PronType=Ind 28 det 28:det _ +24 4 4 NUM CD NumForm=Digit|NumType=Card 27 nummod 27:nummod SpaceAfter=No +25 / / SYM , _ 26 cc 26:cc SpaceAfter=No +26 5 5 NUM CD NumForm=Digit|NumType=Card 24 conj 24:conj|27:nummod _ 27 year year NOUN NN Number=Sing 28 compound 28:compound _ 28 olds old NOUN NNS Number=Plur 22 obj 22:obj|29:nsubj:xsubj _ -29 wonder wander VERB VB Typo=Yes|VerbForm=Inf 22 xcomp 22:xcomp _ +29 wonder wander VERB VB Typo=Yes|VerbForm=Inf 22 xcomp 22:xcomp CorrectForm=wander 30 around around ADV RB _ 29 advmod 29:advmod _ 31 cause cause SCONJ IN _ 35 mark 35:mark _ 32-33 you're _ _ _ _ _ _ _ _ 32 you you PRON PRP Case=Nom|Person=2|PronType=Prs 35 nsubj 35:nsubj _ -33 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 35 cop 35:cop _ +33 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 35 cop 35:cop _ 34 money money NOUN NN Number=Sing 35 obl:npmod 35:obl:npmod _ 35 hungry hungry ADJ JJ Degree=Pos 29 advcl 29:advcl:cause SpaceAfter=No 36 ? ? PUNCT . _ 20 punct 20:punct _ @@ -218889,7 +219026,7 @@ # sent_id = reviews-260640-0006 # text = REAL CHRISTIAN OF YOU!!!!!!!!!!!!!!!!!! 1 REAL real ADV RB _ 2 advmod 2:advmod _ -2 CHRISTIAN christian ADJ JJ Degree=Pos 0 root 0:root _ +2 CHRISTIAN Christian ADJ JJ Degree=Pos 0 root 0:root _ 3 OF of ADP IN _ 4 case 4:case _ 4 YOU you PRON PRP Case=Acc|Person=2|PronType=Prs 2 obl 2:obl:of SpaceAfter=No 5 !!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!! PUNCT . _ 2 punct 2:punct _ @@ -218898,15 +219035,15 @@ # text = Whether they pay me or not, if their parents get into an accident, stuck in traffic, etc. THE LAST THING I WOULD DO IS LET A CHILD GET RAPED BECAUSE I WASN'T PAID. 1 Whether whether SCONJ IN _ 3 mark 3:mark _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|6:nsubj _ -3 pay pay VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 advcl 27:advcl:whether _ -4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj 3:obj _ +3 pay pay VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 28 advcl 28:advcl:whether _ +4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 iobj 3:iobj _ 5 or or CCONJ CC _ 6 cc 6:cc _ -6 not not PART RB _ 3 conj 3:conj:or|27:advcl:whether SpaceAfter=No -7 , , PUNCT , _ 27 punct 27:punct _ +6 not not PART RB _ 3 conj 3:conj:or|28:advcl:whether SpaceAfter=No +7 , , PUNCT , _ 3 punct 3:punct _ 8 if if SCONJ IN _ 11 mark 11:mark _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 parents parent NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -11 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 advcl 27:advcl:if _ +11 get get VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 28 advcl 28:advcl:if _ 12 into into ADP IN _ 14 case 14:case _ 13 an a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 accident accident NOUN NN Number=Sing 11 obl 11:obl:into SpaceAfter=No @@ -218915,15 +219052,15 @@ 17 in in ADP IN _ 18 case 18:case _ 18 traffic traffic NOUN NN Number=Sing 16 obl 16:obl:in SpaceAfter=No 19 , , PUNCT , _ 20 punct 20:punct _ -20 etc. etc. X FW _ 14 conj 11:obl:into|14:conj _ +20 etc. etc. NOUN FW Abbr=Yes|Number=Plur 14 conj 11:obl:into|14:conj _ 21 THE the DET DT Definite=Def|PronType=Art 23 det 23:det _ 22 LAST last ADJ JJ Degree=Pos 23 amod 23:amod _ -23 THING thing NOUN NN Number=Sing 27 nsubj 27:nsubj _ +23 THING thing NOUN NN Number=Sing 28 nsubj:outer 28:nsubj:outer _ 24 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 26 nsubj 26:nsubj _ 25 WOULD would AUX MD VerbForm=Fin 26 aux 26:aux _ 26 DO do VERB VB VerbForm=Inf 23 acl:relcl 23:acl:relcl _ -27 IS be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -28 LET let VERB VB VerbForm=Inf 27 ccomp 27:ccomp _ +27 IS be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ +28 LET let VERB VB VerbForm=Inf 0 root 0:root _ 29 A a DET DT Definite=Ind|PronType=Art 30 det 30:det _ 30 CHILD child NOUN NN Number=Sing 28 obj 28:obj|32:nsubj:xsubj _ 31 GET get AUX VB VerbForm=Inf 32 aux:pass 32:aux:pass _ @@ -218934,7 +219071,7 @@ 35 WAS be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 37 aux:pass 37:aux:pass _ 36 N'T not PART RB _ 37 advmod 37:advmod _ 37 PAID pay VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 32 advcl 32:advcl:because SpaceAfter=No -38 . . PUNCT . _ 27 punct 27:punct _ +38 . . PUNCT . _ 28 punct 28:punct _ # newdoc id = reviews-074896 # sent_id = reviews-074896-0001 @@ -218953,7 +219090,7 @@ 5 to to ADP IN _ 6 case 6:case _ 6 Nordstrom Nordstrom PROPN NNP Number=Sing 4 obl 4:obl:to _ 7 for for ADP IN _ 10 case 10:case _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 designer designer NOUN NN Number=Sing 10 compound 10:compound _ 10 jeans jeans NOUN NNS Number=Plur 4 obl 4:obl:for _ 11 and and CCONJ CC _ 12 cc 12:cc _ @@ -218964,13 +219101,13 @@ 16 , , PUNCT , _ 19 punct 19:punct _ 17 but but CCONJ CC _ 19 cc 19:cc _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -19 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +19 go go VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 20 to to ADP IN _ 23 case 23:case _ 21 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 22 Garment Garment PROPN NNP Number=Sing 23 compound 23:compound _ 23 District District PROPN NNP Number=Sing 19 obl 19:obl:to _ 24 for for ADP IN _ 26 case 26:case _ -25 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 service service NOUN NN Number=Sing 19 obl 19:obl:for SpaceAfter=No 27 . . PUNCT . _ 4 punct 4:punct _ @@ -218978,9 +219115,9 @@ # text = Previous reviewers said they were pushy and I can understand that, but I find the staff more helpful than anything else. 1 Previous previous ADJ JJ Degree=Pos 2 amod 2:amod _ 2 reviewers reviewer NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 said say VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -5 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 cop 6:cop _ +5 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 6 pushy pushy ADJ JJ Degree=Pos 3 ccomp 3:ccomp _ 7 and and CCONJ CC _ 10 cc 10:cc _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ @@ -218990,13 +219127,13 @@ 12 , , PUNCT , _ 15 punct 15:punct _ 13 but but CCONJ CC _ 15 cc 15:cc _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 find find VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ +15 find find VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 staff staff NOUN NN Number=Sing 15 obj 15:obj|19:nsubj:xsubj _ -18 more more ADV RBR _ 19 advmod 19:advmod _ +18 more more ADV RBR Degree=Cmp 19 advmod 19:advmod _ 19 helpful helpful ADJ JJ Degree=Pos 15 xcomp 15:xcomp _ 20 than than ADP IN _ 21 case 21:case _ -21 anything anything PRON NN Number=Sing 19 obl 19:obl:than _ +21 anything anything PRON NN Number=Sing|PronType=Ind 19 obl 19:obl:than _ 22 else else ADJ JJ Degree=Pos 21 amod 21:amod SpaceAfter=No 23 . . PUNCT . _ 3 punct 3:punct _ @@ -219010,27 +219147,27 @@ # sent_id = reviews-074896-0005 # text = I came in for alterations (free, by the way) and told her about a stain I had on my new leather purse. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|14:nsubj _ -2 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 came come VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 in in ADV RB _ 2 advmod 2:advmod _ 4 for for ADP IN _ 5 case 5:case _ 5 alterations alteration NOUN NNS Number=Plur 2 obl 2:obl:for _ 6 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No 7 free free ADJ JJ Degree=Pos 5 appos 5:appos SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 11 punct 11:punct _ 9 by by ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 way way NOUN NN Number=Sing 7 obl 7:obl:by SpaceAfter=No 12 ) ) PUNCT -RRB- _ 7 punct 7:punct _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ -15 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 14 obj 14:obj _ +14 told tell VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +15 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 14 iobj 14:iobj _ 16 about about ADP IN _ 18 case 18:case _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 18 stain stain NOUN NN Number=Sing 14 obl 14:obl:about _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ +20 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ 21 on on ADP IN _ 25 case 25:case _ -22 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +22 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 23 new new ADJ JJ Degree=Pos 25 amod 25:amod _ 24 leather leather NOUN NN Number=Sing 25 compound 25:compound _ 25 purse purse NOUN NN Number=Sing 20 obl 20:obl:on SpaceAfter=No @@ -219040,18 +219177,18 @@ # text = She immediately went to the back, brought out leather cleaner and cleaned my purse on the spot. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj|8:nsubj|13:nsubj _ 2 immediately immediately ADV RB _ 3 advmod 3:advmod _ -3 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 back back NOUN NN Number=Sing 3 obl 3:obl:to SpaceAfter=No 7 , , PUNCT , _ 8 punct 8:punct _ -8 brought bring VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +8 brought bring VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 9 out out ADV RB _ 8 advmod 8:advmod _ 10 leather leather NOUN NN Number=Sing 11 compound 11:compound _ 11 cleaner cleaner NOUN NN Number=Sing 8 obj 8:obj _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 cleaned clean VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 cleaned clean VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 purse purse NOUN NN Number=Sing 13 obj 13:obj _ 16 on on ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ @@ -219062,7 +219199,7 @@ # text = I didn't even buy the bag there! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 2-3 didn't _ _ _ _ _ _ _ _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 3 n't not PART RB _ 5 advmod 5:advmod _ 4 even even ADV RB _ 5 advmod 5:advmod _ 5 buy buy VERB VB VerbForm=Inf 0 root 0:root _ @@ -219076,7 +219213,7 @@ 1 Huge huge ADJ JJ Degree=Pos 2 amod 2:amod _ 2 selection selection NOUN NN Number=Sing 0 root 0:root _ 3 and and CCONJ CC _ 6 cc 6:cc SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 great great ADJ JJ Degree=Pos 6 amod 6:amod _ 6 suggestions suggestion NOUN NNS Number=Plur 2 conj 2:conj:and _ 7 from from ADP IN _ 9 case 9:case _ @@ -219084,7 +219221,7 @@ 9 staff staff NOUN NN Number=Sing 6 nmod 6:nmod:from _ 10 and and CCONJ CC _ 12 cc 12:cc _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 refer refer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +12 refer refer VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 obj 12:obj _ 14 to to ADP IN _ 16 case 16:case _ 15 reliable reliable ADJ JJ Degree=Pos 16 amod 16:amod _ @@ -219092,12 +219229,12 @@ 17 if if SCONJ IN _ 21 mark 21:mark _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 21 nsubj 21:nsubj _ 19-20 don't _ _ _ _ _ _ _ _ -19 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ +19 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ 20 n't not PART RB _ 21 advmod 21:advmod _ 21 have have VERB VB VerbForm=Inf 12 advcl 12:advcl:if _ -22 what what PRON WP PronType=Int 24 obj 24:obj _ +22 what what PRON WP PronType=Rel 21 obj 21:obj|24:obj _ 23 you you PRON PRP Case=Nom|Person=2|PronType=Prs 24 nsubj 24:nsubj _ -24 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 ccomp 21:ccomp SpaceAfter=No +24 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 22 acl:relcl 22:acl:relcl SpaceAfter=No 25 . . PUNCT . _ 2 punct 2:punct _ # newdoc id = reviews-121342 @@ -219105,15 +219242,15 @@ # newpar id = reviews-121342-p0001 # text = We were expecting a great experience, when we recieved a friendly greeting by the hosts. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 expecting expect VERB VBG VerbForm=Ger 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 great great ADJ JJ Degree=Pos 6 amod 6:amod _ 6 experience experience NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -7 , , PUNCT , _ 3 punct 3:punct _ -8 when when SCONJ WRB PronType=Int 10 mark 10:mark _ +7 , , PUNCT , _ 10 punct 10:punct _ +8 when when ADV WRB PronType=Int 10 advmod 10:advmod _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 recieved receive VERB VBD Mood=Ind|Tense=Past|Typo=Yes|VerbForm=Fin 3 advcl 3:advcl:when _ +10 recieved receive VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|Typo=Yes|VerbForm=Fin 3 advcl 3:advcl:when CorrectForm=received 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 friendly friendly ADJ JJ Degree=Pos 13 amod 13:amod _ 13 greeting greeting NOUN NN Number=Sing 10 obj 10:obj _ @@ -219137,7 +219274,7 @@ # text = The menu had plenty of options even for picky eaters. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 menu menu NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 plenty plenty NOUN NN Number=Sing 3 obj 3:obj _ 5 of of ADP IN _ 6 case 6:case _ 6 options option NOUN NNS Number=Plur 4 nmod 4:nmod:of _ @@ -219153,18 +219290,18 @@ 2 service service NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 4 ok ok ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ -6 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 , , PUNCT , _ 8 punct 8:punct _ +6 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 waitress waitress NOUN NN Number=Sing 8 nsubj 8:nsubj|9:nsubj:xsubj _ -8 kept keep VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ +8 kept keep VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ 9 forgetting forget VERB VBG VerbForm=Ger 8 xcomp 8:xcomp _ -10 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 drinks drink NOUN NNS Number=Plur 9 obj 9:obj _ 12 even even ADV RB _ 15 advmod 15:advmod _ 13 though though SCONJ IN _ 15 mark 15:mark _ 14 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 reminded remind VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:though _ -16 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 15 obj 15:obj _ +15 reminded remind VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:though _ +16 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 15 iobj 15:iobj _ 17 several several ADJ JJ Degree=Pos 18 amod 18:amod _ 18 times time NOUN NNS Number=Plur 15 obl:tmod 15:obl:tmod SpaceAfter=No 19 . . PUNCT . _ 4 punct 4:punct _ @@ -219174,16 +219311,16 @@ 1 To to PART TO _ 2 mark 2:mark _ 2 start start VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 tried try VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 guacamole guacamole NOUN NN Number=Sing 4 obj 4:obj _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 salsa salsa NOUN NN Number=Sing 9 compound 9:compound _ 9 verde verde NOUN NN Number=Sing 6 conj 4:obj|6:conj:and SpaceAfter=No -10 , , PUNCT , _ 4 punct 4:punct _ +10 , , PUNCT , _ 14 punct 14:punct _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ -13 completly completely ADV RB Typo=Yes 14 advmod 14:advmod _ +13 completly completely ADV RB Typo=Yes 14 advmod 14:advmod CorrectForm=completely 14 flavorless flavorless ADJ JJ Degree=Pos 4 parataxis 4:parataxis SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ @@ -219199,15 +219336,15 @@ # sent_id = reviews-121342-0007 # text = We orderd our meals anyway, chimichangas,jalapeno borritos, and quesadillas. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 orderd order VERB VBP Mood=Ind|Tense=Pres|Typo=Yes|VerbForm=Fin 0 root 0:root _ -3 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 orderd order VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm=ordered +3 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 meals meal NOUN NNS Number=Plur 2 obj 2:obj _ 5 anyway anyway ADV RB _ 2 advmod 2:advmod SpaceAfter=No 6 , , PUNCT , _ 7 punct 7:punct _ 7 chimichangas chimichanga NOUN NNS Number=Plur 2 parataxis 2:parataxis SpaceAfter=No 8 , , PUNCT , _ 10 punct 10:punct SpaceAfter=No 9 jalapeno jalapeno NOUN NN Number=Sing 10 compound 10:compound _ -10 borritos burrito NOUN NNS Number=Plur|Typo=Yes 7 conj 7:conj:and SpaceAfter=No +10 borritos burrito NOUN NNS Number=Plur|Typo=Yes 7 conj 7:conj:and CorrectForm=burritos|SpaceAfter=No 11 , , PUNCT , _ 13 punct 13:punct _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 quesadillas quesadilla NOUN NNS Number=Plur 7 conj 7:conj:and SpaceAfter=No @@ -219215,14 +219352,14 @@ # sent_id = reviews-121342-0008 # text = Everything was bland, completely void of any spice or flavor. -1 Everything everything PRON NN Number=Sing 3 nsubj 3:nsubj|6:nsubj _ +1 Everything everything PRON NN Number=Sing|PronType=Tot 3 nsubj 3:nsubj|6:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 bland bland ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 , , PUNCT , _ 6 punct 6:punct _ 5 completely completely ADV RB _ 6 advmod 6:advmod _ 6 void void ADJ JJ Degree=Pos 3 conj 3:conj _ 7 of of ADP IN _ 9 case 9:case _ -8 any any DET DT _ 9 det 9:det _ +8 any any DET DT PronType=Ind 9 det 9:det _ 9 spice spice NOUN NN Number=Sing 6 obl 6:obl:of _ 10 or or CCONJ CC _ 11 cc 11:cc _ 11 flavor flavor NOUN NN Number=Sing 9 conj 6:obl:of|9:conj:or SpaceAfter=No @@ -219231,14 +219368,14 @@ # sent_id = reviews-121342-0009 # text = We have never had mexican food this bad, it was just simply gross. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 never never ADV RB _ 4 advmod 4:advmod _ 4 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -5 mexican mexican ADJ JJ Degree=Pos 6 amod 6:amod _ +5 mexican Mexican ADJ JJ Degree=Pos 6 amod 6:amod _ 6 food food NOUN NN Number=Sing 4 obj 4:obj _ 7 this this ADV RB _ 8 advmod 8:advmod _ 8 bad bad ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No -9 , , PUNCT , _ 4 punct 4:punct _ +9 , , PUNCT , _ 14 punct 14:punct _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ 12 just just ADV RB _ 14 advmod 14:advmod _ @@ -219250,14 +219387,14 @@ # text = Hopefully they spice things up or they wont be in business long. 1 Hopefully hopefully ADV RB _ 3 advmod 3:advmod _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 spice spice VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 spice spice VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 things thing NOUN NNS Number=Plur 3 obj 3:obj _ 5 up up ADP RP _ 3 compound:prt 3:compound:prt _ 6 or or CCONJ CC _ 12 cc 12:cc _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 8-9 wont _ _ _ _ _ _ _ _ 8 wo will AUX MD VerbForm=Fin 12 aux 12:aux _ -9 nt not PART RB _ 12 advmod 12:advmod _ +9 nt not PART RB Typo=Yes 12 advmod 12:advmod CorrectForm=n't 10 be be AUX VB VerbForm=Inf 12 cop 12:cop _ 11 in in ADP IN _ 12 case 12:case _ 12 business business NOUN NN Number=Sing 3 conj 3:conj:or _ @@ -219267,7 +219404,7 @@ # sent_id = reviews-121342-0011 # text = I recommend La Hacienda 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 La La PROPN NNP Number=Sing 4 compound 4:compound _ 4 Hacienda Hacienda PROPN NNP Number=Sing 2 obj 2:obj _ @@ -219283,13 +219420,13 @@ # newpar id = reviews-039383-p0002 # text = Pros: * Jill, the owner, is very nice and really cares about her feedback * Pretty nice atmosphere * Great Dessert * Not your typical veggie selection, I like! 1 Pros pro NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ -3 * * PUNCT NFP _ 1 punct 1:punct _ +2 : : PUNCT : _ 11 punct 11:punct _ +3 * * PUNCT NFP _ 11 punct 11:punct _ 4 Jill Jill PROPN NNP Number=Sing 11 nsubj 11:nsubj|14:nsubj|21:nsubj|24:nsubj|30:nsubj SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 7 punct 7:punct _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 owner owner NOUN NN Number=Sing 4 appos 4:appos SpaceAfter=No -8 , , PUNCT , _ 1 punct 1:punct _ +8 , , PUNCT , _ 4 punct 4:punct _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 very very ADV RB _ 11 advmod 11:advmod _ 11 nice nice ADJ JJ Degree=Pos 1 appos 1:appos _ @@ -219297,33 +219434,33 @@ 13 really really ADV RB _ 14 advmod 14:advmod _ 14 cares care VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 conj 1:appos|11:conj:and _ 15 about about ADP IN _ 17 case 17:case _ -16 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 feedback feedback NOUN NN Number=Sing 14 obl 14:obl:about _ -18 * * PUNCT NFP _ 1 punct 1:punct _ +18 * * PUNCT NFP _ 21 punct 21:punct _ 19 Pretty pretty ADV RB _ 20 advmod 20:advmod _ 20 nice nice ADJ JJ Degree=Pos 21 amod 21:amod _ 21 atmosphere atmosphere NOUN NN Number=Sing 11 conj 1:appos|11:conj:and _ -22 * * PUNCT NFP _ 1 punct 1:punct _ +22 * * PUNCT NFP _ 24 punct 24:punct _ 23 Great great ADJ JJ Degree=Pos 24 amod 24:amod _ 24 Dessert dessert NOUN NN Number=Sing 11 conj 1:appos|11:conj:and _ -25 * * PUNCT NFP _ 1 punct 1:punct _ -26 Not not ADV RB _ 30 advmod 30:advmod _ -27 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +25 * * PUNCT NFP _ 30 punct 30:punct _ +26 Not not PART RB _ 30 advmod 30:advmod _ +27 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 28 typical typical ADJ JJ Degree=Pos 30 amod 30:amod _ 29 veggie veggie NOUN NN Number=Sing 30 compound 30:compound _ 30 selection selection NOUN NN Number=Sing 11 conj 1:appos|11:conj:and SpaceAfter=No 31 , , PUNCT , _ 30 punct 30:punct _ 32 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 33 nsubj 33:nsubj _ -33 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis SpaceAfter=No +33 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis SpaceAfter=No 34 ! ! PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-039383-0003 # text = Don't know where else you can find Purple Hull Peas and some of the other sides. 1-2 Don't _ _ _ _ _ _ _ _ -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +1 Do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 2 n't not PART RB _ 3 advmod 3:advmod _ 3 know know VERB VB VerbForm=Inf 0 root 0:root _ -4 where where SCONJ WRB PronType=Int 8 mark 8:mark _ +4 where where ADV WRB PronType=Int 8 advmod 8:advmod _ 5 else else ADV RB _ 4 advmod 4:advmod _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ 7 can can AUX MD VerbForm=Fin 8 aux 8:aux _ @@ -219332,7 +219469,7 @@ 10 Hull hull NOUN NN Number=Sing 11 compound 11:compound _ 11 Peas pea NOUN NNS Number=Plur 8 obj 8:obj _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 some some DET DT _ 11 conj 8:obj|11:conj:and _ +13 some some DET DT PronType=Ind 11 conj 8:obj|11:conj:and _ 14 of of ADP IN _ 17 case 17:case _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 other other ADJ JJ Degree=Pos 17 amod 17:amod _ @@ -219342,31 +219479,31 @@ # sent_id = reviews-039383-0004 # text = Cons: * Server wasn't very pleasant * Pretty small portion on the blackened catfish * Overcooked food * Time, took about 25 minutes from ordering to eating. 1 Cons con NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ -3 * * PUNCT NFP _ 1 punct 1:punct _ +2 : : PUNCT : _ 8 punct 8:punct _ +3 * * PUNCT NFP _ 8 punct 8:punct _ 4 Server server NOUN NN Number=Sing 8 nsubj 8:nsubj|12:nsubj|19:nsubj _ 5-6 wasn't _ _ _ _ _ _ _ _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 6 n't not PART RB _ 8 advmod 8:advmod _ 7 very very ADV RB _ 8 advmod 8:advmod _ 8 pleasant pleasant ADJ JJ Degree=Pos 1 appos 1:appos _ -9 * * PUNCT NFP _ 19 punct 19:punct _ +9 * * PUNCT NFP _ 12 punct 12:punct _ 10 Pretty pretty ADV RB _ 11 advmod 11:advmod _ 11 small small ADJ JJ Degree=Pos 12 amod 12:amod _ 12 portion portion NOUN NN Number=Sing 8 conj 1:appos|8:conj _ 13 on on ADP IN _ 16 case 16:case _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -15 blackened blacken VERB VBN Tense=Past|VerbForm=Part 16 amod 16:amod _ +15 blackened blacken VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 amod 16:amod _ 16 catfish catfish NOUN NN Number=Sing 12 nmod 12:nmod:on _ 17 * * PUNCT NFP _ 19 punct 19:punct _ -18 Overcooked overcook VERB VBN Tense=Past|VerbForm=Part 19 amod 19:amod _ +18 Overcooked overcook VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 amod 19:amod _ 19 food food NOUN NN Number=Sing 8 conj 1:appos|8:conj _ -20 * * PUNCT NFP _ 19 punct 19:punct _ -21 Time time NOUN NN Number=Sing 9 conj 9:conj|19:punct SpaceAfter=No -22 , , PUNCT , _ 21 punct 21:punct _ -23 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 parataxis 21:parataxis _ +20 * * PUNCT NFP _ 21 punct 21:punct _ +21 Time time NOUN NN Number=Sing 8 conj 8:conj|19:punct SpaceAfter=No +22 , , PUNCT , _ 23 punct 23:punct _ +23 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 parataxis 21:parataxis _ 24 about about ADV RB _ 26 advmod 26:advmod _ -25 25 25 NUM CD NumType=Card 26 nummod 26:nummod _ +25 25 25 NUM CD NumForm=Digit|NumType=Card 26 nummod 26:nummod _ 26 minutes minute NOUN NNS Number=Plur 23 obj 23:obj _ 27 from from ADP IN _ 28 case 28:case _ 28 ordering ordering NOUN NN Number=Sing 23 obl 23:obl:from _ @@ -219376,12 +219513,12 @@ # sent_id = reviews-039383-0005 # text = Half the tables and bar were empty by this point. -1 Half half DET PDT _ 3 det:predet 3:det:predet _ +1 Half half DET PDT NumForm=Word|NumType=Frac|PronType=Ind 3 det:predet 3:det:predet _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 tables table NOUN NNS Number=Plur 7 nsubj 7:nsubj _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 bar bar NOUN NN Number=Sing 3 conj 3:conj:and|7:nsubj _ -6 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 cop 7:cop _ +6 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 7 empty empty ADJ JJ Degree=Pos 0 root 0:root _ 8 by by ADP IN _ 10 case 10:case _ 9 this this DET DT Number=Sing|PronType=Dem 10 det 10:det _ @@ -219392,7 +219529,7 @@ # text = Other Thoughts: Will try this place again. 1 Other other ADJ JJ Degree=Pos 2 amod 2:amod _ 2 Thoughts thought NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 5 punct 5:punct _ 4 Will will AUX MD VerbForm=Fin 5 aux 5:aux _ 5 try try VERB VB VerbForm=Inf 2 appos 2:appos _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ @@ -219410,27 +219547,27 @@ 6 so so ADV RB _ 7 advmod 7:advmod _ 7 many many ADJ JJ Degree=Pos 8 amod 8:amod _ 8 people people NOUN NNS Number=Plur 9 nsubj 9:nsubj _ -9 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +9 like like VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 expl 9:expl _ 11 there there ADV RB PronType=Dem 9 advmod 9:advmod SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-039383-0008 # text = Their Club sandwich looks tasty, maybe that'll change my mind.... and a different server. -1 Their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 Club club NOUN NN Number=Sing 3 compound 3:compound _ 3 sandwich sandwich NOUN NN Number=Sing 4 nsubj 4:nsubj|5:nsubj:xsubj _ 4 looks look VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 tasty tasty ADJ JJ Degree=Pos 4 xcomp 4:xcomp SpaceAfter=No -6 , , PUNCT , _ 4 punct 4:punct _ +6 , , PUNCT , _ 10 punct 10:punct _ 7 maybe maybe ADV RB _ 10 advmod 10:advmod _ 8-9 that'll _ _ _ _ _ _ _ _ 8 that that PRON DT Number=Sing|PronType=Dem 10 nsubj 10:nsubj _ 9 'll will AUX MD VerbForm=Fin 10 aux 10:aux _ 10 change change VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 mind mind NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No -13 .... .... PUNCT , _ 10 punct 10:punct _ +13 .... .... PUNCT , _ 17 punct 17:punct _ 14 and and CCONJ CC _ 17 cc 17:cc _ 15 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 16 different different ADJ JJ Degree=Pos 17 amod 17:amod _ @@ -219443,7 +219580,7 @@ # text = very professional / very helpful 1 very very ADV RB _ 2 advmod 2:advmod _ 2 professional professional ADJ JJ Degree=Pos 0 root 0:root _ -3 / / PUNCT , _ 2 punct 2:punct _ +3 / / PUNCT , _ 5 punct 5:punct _ 4 very very ADV RB _ 5 advmod 5:advmod _ 5 helpful helpful ADJ JJ Degree=Pos 2 parataxis 2:parataxis _ @@ -219455,7 +219592,7 @@ 3 at at ADP IN _ 5 case 5:case _ 4 Fidelity Fidelity PROPN NNP Number=Sing 5 compound 5:compound _ 5 Leasing Leasing PROPN NNP Number=Sing 2 nmod 2:nmod:at _ -6 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 cop 8:cop _ +6 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 7 very very ADV RB _ 8 advmod 8:advmod _ 8 friendly friendly ADJ JJ Degree=Pos 0 root 0:root _ 9 and and CCONJ CC _ 10 cc 10:cc _ @@ -219464,37 +219601,37 @@ # sent_id = reviews-245160-0003 # text = i was looking for a car but did not really know what i wanted and they were very helpful and took the time to first figure out what my needs were and showing me various options to meet those needs. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|11:nsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|11:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 looking look VERB VBG VerbForm=Ger 0 root 0:root _ 4 for for ADP IN _ 6 case 6:case _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 car car NOUN NN Number=Sing 3 obl 3:obl:for _ 7 but but CCONJ CC _ 11 cc 11:cc _ -8 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 aux 11:aux _ +8 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 aux 11:aux _ 9 not not PART RB _ 11 advmod 11:advmod _ 10 really really ADV RB _ 11 advmod 11:advmod _ 11 know know VERB VB VerbForm=Inf 3 conj 3:conj:but _ 12 what what PRON WP PronType=Int 14 obj 14:obj _ -13 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 ccomp 11:ccomp _ +13 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ +14 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 ccomp 11:ccomp _ 15 and and CCONJ CC _ 19 cc 19:cc _ 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 19 nsubj 19:nsubj|21:nsubj _ -17 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 cop 19:cop _ +17 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 19 cop 19:cop _ 18 very very ADV RB _ 19 advmod 19:advmod _ 19 helpful helpful ADJ JJ Degree=Pos 3 conj 3:conj:but _ 20 and and CCONJ CC _ 21 cc 21:cc _ -21 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 conj 19:conj:and _ +21 took take VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 19 conj 19:conj:and _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 time time NOUN NN Number=Sing 21 obj 21:obj _ 24 to to PART TO _ 26 mark 26:mark _ -25 first first ADV RB _ 26 advmod 26:advmod _ +25 first first ADV RB NumForm=Word|NumType=Ord 26 advmod 26:advmod _ 26 figure figure VERB VB VerbForm=Inf 21 advcl 21:advcl:to _ 27 out out ADP RP _ 26 compound:prt 26:compound:prt _ 28 what what PRON WP PronType=Int 26 ccomp 26:ccomp _ -29 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +29 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 30 needs need NOUN NNS Number=Plur 28 nsubj 28:nsubj _ -31 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 28 cop 28:cop _ +31 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 28 cop 28:cop _ 32 and and CCONJ CC _ 33 cc 33:cc _ 33 showing show VERB VBG VerbForm=Ger 26 conj 21:advcl:to|26:conj:and _ 34 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 33 iobj 33:iobj _ @@ -219509,8 +219646,8 @@ # sent_id = reviews-245160-0004 # text = they seemed more interested in helping me find the right car rather then just make a sale. 1 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 seemed seem VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 more more ADV RBR _ 4 advmod 4:advmod _ +2 seemed seem VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 more more ADV RBR Degree=Cmp 4 advmod 4:advmod _ 4 interested interested ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ 5 in in SCONJ IN _ 6 mark 6:mark _ 6 helping help VERB VBG VerbForm=Ger 4 advcl 4:advcl:in _ @@ -219520,7 +219657,7 @@ 10 right right ADJ JJ Degree=Pos 11 amod 11:amod _ 11 car car NOUN NN Number=Sing 8 obj 8:obj _ 12 rather rather ADV RB _ 15 cc 15:cc _ -13 then than ADP IN Typo=Yes 12 fixed 12:fixed _ +13 then than ADP IN Typo=Yes 12 fixed 12:fixed CorrectForm=than 14 just just ADV RB _ 15 advmod 15:advmod _ 15 make make VERB VB VerbForm=Inf 6 conj 4:advcl:in|6:conj:rather_than _ 16 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ @@ -219529,13 +219666,13 @@ # sent_id = reviews-245160-0005 # text = my experience with them was great - low stress, very helpful and very personal. -1 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 experience experience NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 with with ADP IN _ 4 case 4:case _ 4 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 2 nmod 2:nmod:with _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 6 great great ADJ JJ Degree=Pos 0 root 0:root _ -7 - - PUNCT , _ 6 punct 6:punct _ +7 - - PUNCT , _ 9 punct 9:punct _ 8 low low ADJ JJ Degree=Pos 9 compound 9:compound _ 9 stress stress NOUN NN Number=Sing 6 parataxis 6:parataxis SpaceAfter=No 10 , , PUNCT , _ 12 punct 12:punct _ @@ -219552,16 +219689,16 @@ 2 finding find VERB VBG VerbForm=Ger 8 advcl 8:advcl:after _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 car car NOUN NN Number=Sing 2 obj 2:obj _ -5 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +5 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ +6 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 took take VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 time time NOUN NN Number=Sing 8 obj 8:obj _ 11 to to PART TO _ 12 mark 12:mark _ 12 go go VERB VB VerbForm=Inf 8 advcl 8:advcl:to _ 13 over over ADP IN _ 15 case 15:case _ -14 each each DET DT _ 15 det 15:det _ +14 each each DET DT PronType=Tot 15 det 15:det _ 15 step step NOUN NN Number=Sing 12 obl 12:obl:over _ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 making make VERB VBG VerbForm=Ger 12 conj 8:advcl:to|12:conj:and _ @@ -219570,7 +219707,7 @@ 20 painless painless ADJ JJ Degree=Pos 17 xcomp 17:xcomp _ 21 as as SCONJ IN _ 22 mark 22:mark _ 22 possible possible ADJ JJ Degree=Pos 20 advcl 20:advcl:as SpaceAfter=No -23 . . PUNCT . _ 6 punct 6:punct _ +23 . . PUNCT . _ 8 punct 8:punct _ # sent_id = reviews-245160-0007 # text = from start to finish they were top notch. @@ -219579,14 +219716,14 @@ 3 to to ADP IN _ 4 case 4:case _ 4 finish finish NOUN NN Number=Sing 8 obl 8:obl:to _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -6 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 cop 8:cop _ +6 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 7 top top ADJ JJ Degree=Pos 8 compound 8:compound _ 8 notch notch NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 9 . . PUNCT . _ 8 punct 8:punct _ # sent_id = reviews-245160-0008 # text = i would highly recommend calling these people up for your next car. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|5:nsubj:xsubj _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|5:nsubj:xsubj _ 2 would would AUX MD VerbForm=Fin 4 aux 4:aux _ 3 highly highly ADV RB _ 4 advmod 4:advmod _ 4 recommend recommend VERB VB VerbForm=Inf 0 root 0:root _ @@ -219595,7 +219732,7 @@ 7 people people NOUN NNS Number=Plur 5 obj 5:obj _ 8 up up ADP RP _ 5 compound:prt 5:compound:prt _ 9 for for ADP IN _ 12 case 12:case _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 next next ADJ JJ Degree=Pos 12 amod 12:amod _ 12 car car NOUN NN Number=Sing 5 obl 5:obl:for SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ @@ -219615,9 +219752,9 @@ # sent_id = reviews-217359-0002 # text = They have absolutely no communication skills whatsoever . 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 absolutely absolutely ADV RB _ 6 advmod 6:advmod _ -4 no no DET DT _ 6 det 6:det _ +4 no no DET DT PronType=Neg 6 det 6:det _ 5 communication communication NOUN NN Number=Sing 6 compound 6:compound _ 6 skills skill NOUN NNS Number=Plur 2 obj 2:obj _ 7 whatsoever whatsoever ADV RB _ 6 advmod 6:advmod _ @@ -219628,15 +219765,15 @@ 1 if if SCONJ IN _ 5 mark 5:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj|9:nsubj:xsubj|11:nsubj:xsubj _ 3-4 don't _ _ _ _ _ _ _ _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 mind mind VERB VB VerbForm=Inf 17 advcl 17:advcl:if _ 6 being be AUX VBG VerbForm=Ger 7 aux:pass 7:aux:pass _ -7 robbed rob VERB VBN Tense=Past|VerbForm=Part 5 xcomp 5:xcomp _ +7 robbed rob VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 xcomp 5:xcomp _ 8 , , PUNCT , _ 9 punct 9:punct SpaceAfter=No -9 cheated cheat VERB VBN Tense=Past|VerbForm=Part 7 conj 5:xcomp|7:conj:or _ +9 cheated cheat VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 conj 5:xcomp|7:conj:or _ 10 or or CCONJ CC _ 11 cc 11:cc _ -11 lied lie VERB VBN Tense=Past|VerbForm=Part 7 conj 5:xcomp|7:conj:or _ +11 lied lie VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 conj 5:xcomp|7:conj:or _ 12 to to ADP IN _ 11 obl 11:obl _ 13 then then ADV RB PronType=Dem 17 advmod 17:advmod _ 14 this this PRON DT Number=Sing|PronType=Dem 17 nsubj 17:nsubj _ @@ -219652,7 +219789,7 @@ 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 will will AUX MD VerbForm=Fin 3 aux 3:aux _ 3 make make VERB VB VerbForm=Inf 0 root 0:root _ -4 every every DET DT _ 5 det 5:det _ +4 every every DET DT PronType=Tot 5 det 5:det _ 5 attempt attempt NOUN NN Number=Sing 3 obj 3:obj _ 6 to to PART TO _ 7 mark 7:mark _ 7 misinform misinform VERB VB VerbForm=Inf 5 acl 5:acl:to _ @@ -219664,14 +219801,14 @@ # sent_id = reviews-217359-0005 # text = They make up excuses in hopes to confuse their policy holders with misinformation . 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 make make VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 make make VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 up up ADP RP _ 2 compound:prt 2:compound:prt _ 4 excuses excuse NOUN NNS Number=Plur 2 obj 2:obj _ 5 in in ADP IN _ 6 case 6:case _ 6 hopes hope NOUN NNS Number=Plur 2 obl 2:obl:in _ 7 to to PART TO _ 8 mark 8:mark _ 8 confuse confuse VERB VB VerbForm=Inf 6 acl 6:acl:to _ -9 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 policy policy NOUN NN Number=Sing 11 compound 11:compound _ 11 holders holder NOUN NNS Number=Plur 8 obj 8:obj _ 12 with with ADP IN _ 13 case 13:case _ @@ -219684,13 +219821,13 @@ 2 an a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 example example NOUN NN Number=Sing 5 obl 5:obl:as _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj|20:nsubj _ -5 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 took take VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 payment payment NOUN NN Number=Sing 5 obj 5:obj _ 7 for for ADP IN _ 14 case 14:case _ -8 5 5 NUM CD NumType=Card 12 compound 12:compound _ +8 5 5 NUM CD NumForm=Digit|NumType=Card 12 compound 12:compound _ 9 out out ADP IN _ 11 case 11:case _ 10 of of ADP IN _ 11 case 11:case _ -11 6 6 NUM CD NumType=Card 8 nmod 8:nmod:of _ +11 6 6 NUM CD NumForm=Digit|NumType=Card 8 nmod 8:nmod:of _ 12 monthly monthly ADJ JJ Degree=Pos 14 amod 14:amod _ 13 plan plan NOUN NN Number=Sing 14 compound 14:compound _ 14 premiums premium NOUN NNS Number=Plur 6 nmod 6:nmod:for _ @@ -219699,7 +219836,7 @@ 17 yearly yearly ADJ JJ Degree=Pos 18 amod 18:amod _ 18 policy policy NOUN NN Number=Sing 6 nmod 6:nmod:for _ 19 and and CCONJ CC _ 20 cc 20:cc _ -20 cancelled cancel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +20 cancelled cancel VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 contract contract NOUN NN Number=Sing 20 obj 20:obj _ 23 for for ADP IN _ 25 case 25:case _ @@ -219711,14 +219848,14 @@ 29 for for ADP IN _ 30 case 30:case _ 30 reasons reason NOUN NNS Number=Plur 20 obl 20:obl:for _ 31 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 32 nsubj 32:nsubj _ -32 stated state VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 30 acl:relcl 30:acl:relcl _ +32 stated state VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 30 acl:relcl 30:acl:relcl _ 33 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 35 aux 35:aux _ 34 not not PART RB _ 35 advmod 35:advmod _ 35 receiving receive VERB VBG Tense=Pres|VerbForm=Part 32 ccomp 32:ccomp _ 36 information information NOUN NN Number=Sing 35 obj 35:obj _ 37 on on ADP IN _ 40 case 40:case _ 38 other other ADJ JJ Degree=Pos 40 amod 40:amod _ -39 licensed license VERB VBN Tense=Past|VerbForm=Part 40 amod 40:amod _ +39 licensed license VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 40 amod 40:amod _ 40 drivers driver NOUN NNS Number=Plur 36 nmod 36:nmod:on _ 41 in in ADP IN _ 43 case 43:case _ 42 the the DET DT Definite=Def|PronType=Art 43 det 43:det _ @@ -219729,22 +219866,22 @@ # text = I personally provided the request on four separate occasions and they claim there is a glitch in their systems ? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 personally personally ADV RB _ 3 advmod 3:advmod _ -3 provided provide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 provided provide VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 request request NOUN NN Number=Sing 3 obj 3:obj _ 6 on on ADP IN _ 9 case 9:case _ -7 four four NUM CD NumType=Card 9 nummod 9:nummod _ +7 four four NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 8 separate separate ADJ JJ Degree=Pos 9 amod 9:amod _ 9 occasions occasion NOUN NNS Number=Plur 3 obl 3:obl:on _ 10 and and CCONJ CC _ 12 cc 12:cc _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 claim claim VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +12 claim claim VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 13 there there PRON EX _ 14 expl 14:expl _ 14 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 ccomp 12:ccomp _ 15 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 16 glitch glitch NOUN NN Number=Sing 14 nsubj 14:nsubj _ 17 in in ADP IN _ 19 case 19:case _ -18 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 systems system NOUN NNS Number=Plur 16 nmod 16:nmod:in _ 20 ? ? PUNCT . _ 3 punct 3:punct _ @@ -219757,10 +219894,10 @@ 5 for for SCONJ IN _ 10 mark 10:mark _ 6-7 Im _ _ _ _ _ _ _ _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -7 m be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +7 m be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 10 cop 10:cop CorrectForm='m 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -9 F%#king fucking ADJ JJ Degree=Pos 10 amod 10:amod _ -10 Assh@%$e asshole NOUN NN Number=Sing 4 advcl 4:advcl:for _ +9 F%#king fucking ADJ JJ Degree=Pos|Style=Expr 10 amod 10:amod CorrectForm=Fucking +10 Assh@%$e asshole NOUN NN Number=Sing|Style=Expr 4 advcl 4:advcl:for CorrectForm=Asshole 11 !!! !!! PUNCT . _ 4 punct 4:punct _ # newdoc id = reviews-142081 @@ -219775,7 +219912,7 @@ # newpar id = reviews-142081-p0002 # text = I have been here a few times for oil changes and just got my tires, alignment and state inspection done yesterday. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|13:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 cop 4:cop _ 4 here here ADV RB PronType=Dem 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -219786,47 +219923,47 @@ 10 changes change NOUN NNS Number=Plur 4 obl 4:obl:for _ 11 and and CCONJ CC _ 13 cc 13:cc _ 12 just just ADV RB _ 13 advmod 13:advmod _ -13 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 tires tire NOUN NNS Number=Plur 13 obj 13:obj|21:nsubj:xsubj SpaceAfter=No 16 , , PUNCT , _ 17 punct 17:punct _ 17 alignment alignment NOUN NN Number=Sing 15 conj 13:obj|15:conj:and|21:nsubj:xsubj _ 18 and and CCONJ CC _ 20 cc 20:cc _ 19 state state NOUN NN Number=Sing 20 compound 20:compound _ 20 inspection inspection NOUN NN Number=Sing 15 conj 13:obj|15:conj:and|21:nsubj:xsubj _ -21 done do VERB VBN Tense=Past|VerbForm=Part 13 xcomp 13:xcomp _ +21 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 xcomp 13:xcomp _ 22 yesterday yesterday NOUN NN Number=Sing 13 obl:tmod 13:obl:tmod SpaceAfter=No 23 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-142081-0003 # text = I shopped it around and they were extremely competitive in pricing and also added nitrogen to my tires which should extend the life and get me better gas mileage. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 shopped shop VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 shopped shop VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ 4 around around ADV RB _ 2 advmod 2:advmod _ 5 and and CCONJ CC _ 9 cc 9:cc _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj|14:nsubj _ -7 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 cop 9:cop _ +7 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 8 extremely extremely ADV RB _ 9 advmod 9:advmod _ 9 competitive competitive ADJ JJ Degree=Pos 2 conj 2:conj:and _ 10 in in ADP IN _ 11 case 11:case _ 11 pricing pricing NOUN NN Number=Sing 9 obl 9:obl:in _ 12 and and CCONJ CC _ 14 cc 14:cc _ 13 also also ADV RB _ 14 advmod 14:advmod _ -14 added add VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 conj 9:conj:and _ +14 added add VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 conj 9:conj:and|21:csubj|25:csubj _ 15 nitrogen nitrogen NOUN NN Number=Sing 14 obj 14:obj _ 16 to to ADP IN _ 18 case 18:case _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 tires tire NOUN NNS Number=Plur 14 obl 14:obl:to _ -19 which which PRON WDT PronType=Int 21 nsubj 21:nsubj|25:nsubj _ +19 which which PRON WDT PronType=Rel 21 nsubj 14:ref _ 20 should should AUX MD VerbForm=Fin 21 aux 21:aux _ -21 extend extend VERB VB VerbForm=Inf 14 parataxis 14:parataxis _ +21 extend extend VERB VB VerbForm=Inf 14 advcl:relcl 14:advcl:relcl _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 life life NOUN NN Number=Sing 21 obj 21:obj _ 24 and and CCONJ CC _ 25 cc 25:cc _ 25 get get VERB VB VerbForm=Inf 21 conj 21:conj:and _ 26 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 25 iobj 25:iobj _ -27 better better ADJ JJR Degree=Cmp 29 amod 29:amod _ +27 better good ADJ JJR Degree=Cmp 29 amod 29:amod _ 28 gas gas NOUN NN Number=Sing 29 compound 29:compound _ 29 mileage mileage NOUN NN Number=Sing 25 obj 25:obj SpaceAfter=No 30 . . PUNCT . _ 2 punct 2:punct _ @@ -219835,7 +219972,7 @@ # text = It also came with free balance and rotation for the life of the tires! 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 with with ADP IN _ 6 case 6:case _ 5 free free ADJ JJ Degree=Pos 6 amod 6:amod _ 6 balance balance NOUN NN Number=Sing 3 obl 3:obl:with _ @@ -219852,13 +219989,13 @@ # sent_id = reviews-142081-0005 # text = What made it perfect was that they offered transportation so that I would not have to wait there or take time off of work to go back and forth or try to find a ride. 1 What what PRON WP PronType=Int 2 nsubj 2:nsubj _ -2 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 csubj 5:csubj _ +2 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 csubj:outer 8:csubj:outer _ 3 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj|4:nsubj:xsubj _ 4 perfect perfect ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ -5 was be VERB VBD Mood=Ind|Number=Sing|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 6 that that SCONJ IN _ 8 mark 8:mark _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 offered offer VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 ccomp 5:ccomp _ +8 offered offer VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 transportation transportation NOUN NN Number=Sing 8 obj 8:obj _ 10 so so SCONJ IN _ 15 mark 15:mark _ 11 that that SCONJ IN _ 10 fixed 10:fixed _ @@ -219886,7 +220023,7 @@ 33 find find VERB VB VerbForm=Inf 31 xcomp 31:xcomp _ 34 a a DET DT Definite=Ind|PronType=Art 35 det 35:det _ 35 ride ride NOUN NN Number=Sing 33 obj 33:obj SpaceAfter=No -36 . . PUNCT . _ 5 punct 5:punct _ +36 . . PUNCT . _ 8 punct 8:punct _ # sent_id = reviews-142081-0006 # text = Great service, great pricing and SUPER CONVENIENT! @@ -219904,12 +220041,12 @@ # text = I also did not feel like they tried to sell me a bunch of services that I did not need. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 2 also also ADV RB _ 5 advmod 5:advmod _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +3 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 feel feel VERB VB VerbForm=Inf 0 root 0:root _ 6 like like SCONJ IN _ 8 mark 8:mark _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ -8 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:like _ +8 tried try VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:like _ 9 to to PART TO _ 10 mark 10:mark _ 10 sell sell VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 10 iobj 10:iobj _ @@ -219919,7 +220056,7 @@ 15 services service NOUN NNS Number=Plur 13 nmod 13:nmod:of|20:obj _ 16 that that PRON WDT PronType=Rel 20 obj 15:ref _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -18 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 aux 20:aux _ +18 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 20 aux 20:aux _ 19 not not PART RB _ 20 advmod 20:advmod _ 20 need need VERB VB VerbForm=Inf 15 acl:relcl 15:acl:relcl SpaceAfter=No 21 . . PUNCT . _ 5 punct 5:punct _ @@ -219928,8 +220065,8 @@ # sent_id = reviews-315763-0001 # newpar id = reviews-315763-p0001 # text = Love my home at Creekside -1 Love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 home home NOUN NN Number=Sing 1 obj 1:obj _ 4 at at ADP IN _ 5 case 5:case _ 5 Creekside Creekside PROPN NNP Number=Sing 3 nmod 3:nmod:at _ @@ -219938,27 +220075,27 @@ # newpar id = reviews-315763-p0002 # text = I moved to Creekside Apartments in August 2008 with a 6-month lease and have just extended it for another 13 months! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|18:nsubj _ -2 moved move VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 moved move VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 5 case 5:case _ 4 Creekside Creekside PROPN NNP Number=Sing 5 compound 5:compound _ -5 Apartments Apartments PROPN NNPS Number=Plur 2 obl 2:obl:to _ +5 Apartments Apartment PROPN NNPS Number=Plur 2 obl 2:obl:to _ 6 in in ADP IN _ 7 case 7:case _ 7 August August PROPN NNP Number=Sing 2 obl 2:obl:in _ -8 2008 2008 NUM CD NumType=Card 7 nummod 7:nummod _ +8 2008 2008 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 9 with with ADP IN _ 14 case 14:case _ 10 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ -11 6 6 NUM CD NumType=Card 13 nummod 13:nummod SpaceAfter=No -12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +11 6 6 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 month month NOUN NN Number=Sing 14 compound 14:compound _ 14 lease lease NOUN NN Number=Sing 2 obl 2:obl:with _ 15 and and CCONJ CC _ 18 cc 18:cc _ -16 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ +16 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 17 just just ADV RB _ 18 advmod 18:advmod _ 18 extended extend VERB VBN Tense=Past|VerbForm=Part 2 conj 2:conj:and _ 19 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 obj 18:obj _ 20 for for ADP IN _ 23 case 23:case _ -21 another another DET DT _ 23 det 23:det _ -22 13 13 NUM CD NumType=Card 23 nummod 23:nummod _ +21 another another DET DT PronType=Ind 23 det 23:det _ +22 13 13 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ 23 months month NOUN NNS Number=Plur 18 obl 18:obl:for SpaceAfter=No 24 ! ! PUNCT . _ 2 punct 2:punct _ @@ -219974,11 +220111,11 @@ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 work work NOUN NN Number=Sing 10 compound 10:compound _ 10 staff staff NOUN NN Number=Sing 2 nmod 2:nmod:to SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 13 punct 13:punct _ 12 esp. esp. ADV RB _ 13 advmod 13:advmod _ 13 Edwin Edwin PROPN NNP Number=Sing 10 appos 10:appos SpaceAfter=No -14 , , PUNCT , _ 17 punct 17:punct _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ +14 , , PUNCT , _ 2 punct 2:punct _ +15 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 16 just just ADV RB _ 17 advmod 17:advmod _ 17 wonderful wonderful ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 18 . . PUNCT . _ 17 punct 17:punct _ @@ -219986,13 +220123,13 @@ # sent_id = reviews-315763-0004 # text = They have been extremely helpful whenever I have asked for help. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 5 cop 5:cop _ 4 extremely extremely ADV RB _ 5 advmod 5:advmod _ 5 helpful helpful ADJ JJ Degree=Pos 0 root 0:root _ -6 whenever whenever SCONJ WRB PronType=Int 9 mark 9:mark _ +6 whenever whenever ADV WRB PronType=Int 9 advmod 9:advmod _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -8 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +8 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 9 asked ask VERB VBN Tense=Past|VerbForm=Part 5 advcl 5:advcl _ 10 for for ADP IN _ 11 case 11:case _ 11 help help NOUN NN Number=Sing 9 obl 9:obl:for SpaceAfter=No @@ -220003,7 +220140,7 @@ 1 Although although SCONJ IN _ 5 mark 5:mark _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 apartments apartment NOUN NNS Number=Plur 5 nsubj 5:nsubj|9:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 facing face VERB VBG Tense=Pres|VerbForm=Part 20 advcl 20:advcl:although _ 6 Stokes Stokes PROPN NNP Number=Sing 7 compound 7:compound _ 7 Street Street PROPN NNP Number=Sing 5 obj 5:obj _ @@ -220014,7 +220151,7 @@ 12 Bascom Bascom PROPN NNP Number=Sing 14 compound 14:compound _ 13 Light Light PROPN NNP Number=Sing 14 compound 14:compound _ 14 Rail Rail PROPN NNP Number=Sing 9 obl 9:obl:to SpaceAfter=No -15 , , PUNCT , _ 20 punct 20:punct _ +15 , , PUNCT , _ 5 punct 5:punct _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 location location NOUN NN Number=Sing 20 nsubj 20:nsubj _ 18 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ @@ -220025,10 +220162,10 @@ # sent_id = reviews-315763-0006 # text = I have never had any problems with loud neighbors or concerns about safety. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 never never ADV RB _ 4 advmod 4:advmod _ 4 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -5 any any DET DT _ 6 det 6:det _ +5 any any DET DT PronType=Ind 6 det 6:det _ 6 problems problem NOUN NNS Number=Plur 4 obj 4:obj _ 7 with with ADP IN _ 9 case 9:case _ 8 loud loud ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -220043,16 +220180,17 @@ # text = The apartments are within walking distance to Trader Joe's, Whole Foods, and other stores. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 apartments apartment NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 within within ADP IN _ 6 case 6:case _ 5 walking walking NOUN NN Number=Sing 6 compound 6:compound _ 6 distance distance NOUN NN Number=Sing 0 root 0:root _ 7 to to ADP IN _ 9 case 9:case _ 8 Trader Trader PROPN NNP Number=Sing 9 compound 9:compound _ -9 Joe Joe PROPN NNP Number=Sing 6 nmod 6:nmod:to SpaceAfter=No -10 's 's PART POS _ 9 case 9:case SpaceAfter=No +9-10 Joe's _ _ _ _ _ _ _ SpaceAfter=No +9 Joe Joe PROPN NNP Number=Sing 6 nmod 6:nmod:to _ +10 's 's PART POS _ 9 case 9:case _ 11 , , PUNCT , _ 13 punct 13:punct _ -12 Whole Whole PROPN NNP Number=Sing 13 compound 13:compound _ +12 Whole Whole ADJ NNP Degree=Pos 13 amod 13:amod _ 13 Foods Foods PROPN NNP Number=Sing 9 conj 6:nmod:to|9:conj:and SpaceAfter=No 14 , , PUNCT , _ 17 punct 17:punct _ 15 and and CCONJ CC _ 17 cc 17:cc _ @@ -220064,9 +220202,9 @@ # text = The well-equipped, clean gym is a plus! 1 The the DET DT Definite=Def|PronType=Art 7 det 7:det _ 2 well well ADV RB Degree=Pos 4 compound 4:compound SpaceAfter=No -3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No -4 equipped equip VERB VBN Tense=Past|VerbForm=Part 7 amod 7:amod SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No +4 equipped equip VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 amod 7:amod SpaceAfter=No +5 , , PUNCT , _ 4 punct 4:punct _ 6 clean clean ADJ JJ Degree=Pos 7 amod 7:amod _ 7 gym gym NOUN NN Number=Sing 10 nsubj 10:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ @@ -220082,7 +220220,7 @@ 4 live live VERB VB VerbForm=Inf 2 acl 2:acl:to _ 5 if if SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ +7 work work VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:if _ 8 in in ADP IN _ 12 case 12:case _ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 around around ADP IN _ 8 conj 8:conj:and|12:case _ @@ -220096,7 +220234,7 @@ # newpar id = reviews-376503-p0001 # text = I interviewed several contractors for a kitchen remodel. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 interviewed interview VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 interviewed interview VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 several several ADJ JJ Degree=Pos 4 amod 4:amod _ 4 contractors contractor NOUN NNS Number=Plur 2 obj 2:obj _ 5 for for ADP IN _ 8 case 8:case _ @@ -220115,45 +220253,47 @@ 6-7 it's _ _ _ _ _ _ _ _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 7 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ -8 two two NUM CD NumType=Card 9 nummod 9:nummod _ +8 two two NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 9 guys guy NOUN NNS Number=Plur 3 conj 3:conj:and SpaceAfter=No -10 ... ... PUNCT , _ 3 punct 3:punct SpaceAfter=No -11 all all DET DT _ 18 nsubj 18:nsubj _ +10 ... ... PUNCT , _ 18 punct 18:punct SpaceAfter=No +11 all all DET DT PronType=Tot 18 nsubj 18:nsubj _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +13 get get VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ -15 100 100 NUM CD NumType=Card 16 nummod 16:nummod SpaceAfter=No +15 100 100 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod SpaceAfter=No 16 % % SYM NN Number=Sing 18 compound 18:compound _ 17 sales sale NOUN NNS Number=Plur 18 compound 18:compound _ -18 pitch pitch NOUN NN Number=Sing 3 conj 3:conj:and _ +18 pitch pitch NOUN NN Number=Sing 3 parataxis 3:parataxis _ 19 " " PUNCT `` _ 23 punct 23:punct SpaceAfter=No -20 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 23 nsubj 23:nsubj SpaceAfter=No -21 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ +20-21 We're _ _ _ _ _ _ _ _ +20 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 23 nsubj 23:nsubj _ +21 're be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -23 best best ADJ JJS Degree=Sup 3 ccomp 3:ccomp|9:ccomp|18:ccomp SpaceAfter=No -24 ... ... PUNCT , _ 23 punct 23:punct SpaceAfter=No -25 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 27 nsubj 27:nsubj SpaceAfter=No -26 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ +23 best good ADJ JJS Degree=Sup 3 parataxis 3:parataxis SpaceAfter=No +24 ... ... PUNCT , _ 27 punct 27:punct SpaceAfter=No +25-26 we're _ _ _ _ _ _ _ _ +25 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 27 nsubj 27:nsubj _ +26 're be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ 27 number number NOUN NN Number=Sing 23 parataxis 23:parataxis _ -28 50 50 NUM CD NumType=Card 27 nummod 27:nummod _ +28 50 50 NUM CD NumForm=Digit|NumType=Card 27 nummod 27:nummod _ 29 so so ADV RB _ 33 advmod 33:advmod _ 30 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 33 nsubj 33:nsubj _ 31 must must AUX MD VerbForm=Fin 33 aux 33:aux _ 32 be be AUX VB VerbForm=Inf 33 aux 33:aux _ -33 doing do VERB VBG VerbForm=Ger 23 advcl 23:advcl _ -34 something something PRON NN Number=Sing 33 obj 33:obj _ +33 doing do VERB VBG VerbForm=Ger 23 parataxis 23:parataxis _ +34 something something PRON NN Number=Sing|PronType=Ind 33 obj 33:obj _ 35 right right ADV RB _ 33 advmod 33:advmod SpaceAfter=No -36 ... ... PUNCT , _ 23 punct 23:punct SpaceAfter=No +36 ... ... PUNCT , _ 37 punct 37:punct SpaceAfter=No 37 look look VERB VB Mood=Imp|VerbForm=Fin 23 parataxis 23:parataxis _ 38 at at ADP IN _ 41 case 41:case _ -39 all all DET PDT _ 41 det:predet 41:det:predet _ +39 all all DET PDT PronType=Tot 41 det:predet 41:det:predet _ 40 these this DET DT Number=Plur|PronType=Dem 41 det 41:det _ 41 certificates certificate NOUN NNS Number=Plur 37 obl 37:obl:at|43:nsubj _ 42 that that PRON WDT PronType=Rel 43 nsubj 41:ref _ -43 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 41 acl:relcl 41:acl:relcl _ +43 say say VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 41 acl:relcl 41:acl:relcl _ 44-45 we're _ _ _ _ _ _ _ _ 44 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 46 nsubj 46:nsubj _ -45 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 46 cop 46:cop _ +45 're be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 46 cop 46:cop _ 46 great great ADJ JJ Degree=Pos 43 ccomp 43:ccomp SpaceAfter=No 47 " " PUNCT '' _ 23 punct 23:punct SpaceAfter=No 48 . . PUNCT . _ 3 punct 3:punct _ @@ -220161,24 +220301,24 @@ # sent_id = reviews-376503-0003 # text = Not once did I feel listened to like they actually cared about what I wanted, all they were interested in was me signing a contract right then and there. 1 Not not PART RB _ 2 advmod 2:advmod _ -2 once once ADV RB NumType=Mult 5 advmod 5:advmod _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +2 once once ADV RB NumForm=Word|NumType=Mult 5 advmod 5:advmod _ +3 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|6:nsubj:xsubj _ 5 feel feel VERB VB VerbForm=Inf 0 root 0:root _ -6 listened listen VERB VBN Tense=Past|VerbForm=Part 5 xcomp 5:xcomp _ +6 listened listen VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 xcomp 5:xcomp _ 7 to to ADP IN _ 6 obl 6:obl _ 8 like like SCONJ IN _ 11 mark 11:mark _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 10 actually actually ADV RB _ 11 advmod 11:advmod _ -11 cared care VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:like _ -12 about about SCONJ IN _ 13 case 13:case _ -13 what what PRON WP PronType=Int 11 obl 11:obl:about _ +11 cared care VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:like _ +12 about about ADP IN _ 13 case 13:case _ +13 what what PRON WP PronType=Rel 11 obl 11:obl:about|15:obj _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl SpaceAfter=No +15 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl SpaceAfter=No 16 , , PUNCT , _ 24 punct 24:punct _ -17 all all DET DT _ 24 nsubj 24:nsubj _ +17 all all DET DT PronType=Tot 24 nsubj:outer 24:nsubj:outer _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj _ -19 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 cop 20:cop _ +19 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 20 cop 20:cop _ 20 interested interested ADJ JJ Degree=Pos 17 acl:relcl 17:acl:relcl _ 21 in in ADP IN _ 20 obl 20:obl _ 22 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 cop 24:cop _ @@ -220213,15 +220353,15 @@ # text = I'm glad I trusted my gut and didn't get sucked into doing business with them. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 glad glad ADJ JJ Degree=Pos 0 root 0:root _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|12:nsubj:pass _ -5 trusted trust VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ -7 gut gut NOUN NN Number=Sing 5 obj 5:obj _ +5 trusted trust VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +7 gut gut NOUN NN Number=Sing 5 iobj 5:iobj _ 8 and and CCONJ CC _ 12 cc 12:cc _ 9-10 didn't _ _ _ _ _ _ _ _ -9 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 aux 12:aux _ +9 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 12 aux 12:aux _ 10 n't not PART RB _ 12 advmod 12:advmod _ 11 get get AUX VB VerbForm=Inf 12 aux:pass 12:aux:pass _ 12 sucked suck VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 conj 3:ccomp|5:conj:and _ @@ -220235,9 +220375,9 @@ # sent_id = reviews-376503-0006 # text = Find someone you trust that actually hears you and wants to do the job right. 1 Find find VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 someone someone PRON NN Number=Sing 1 obj 1:obj|7:nsubj|10:nsubj|12:nsubj:xsubj _ +2 someone someone PRON NN Number=Sing|PronType=Ind 1 obj 1:obj|7:nsubj|10:nsubj|12:nsubj:xsubj _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 trust trust VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 trust trust VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 that that PRON WDT PronType=Rel 7 nsubj 2:ref _ 6 actually actually ADV RB _ 7 advmod 7:advmod _ 7 hears hear VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ @@ -220259,7 +220399,7 @@ 1 Do do AUX VB Mood=Imp|VerbForm=Fin 3 aux 3:aux _ 2 n't not PART RB _ 3 advmod 3:advmod _ 3 waste waste VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 time time NOUN NN Number=Sing 3 obj 3:obj _ 6 or or CCONJ CC _ 7 cc 7:cc _ 7 money money NOUN NN Number=Sing 5 conj 3:obj|5:conj:or SpaceAfter=No @@ -220269,9 +220409,9 @@ # newpar id = reviews-063963-p0002 # text = I took my 3 year old son here at the weekend and to be honest, apart from the shark walkway, I thought it was rubbish and overpriced. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ -4 3 3 NUM CD NumType=Card 5 nummod 5:nummod _ +2 took take VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +4 3 3 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 year year NOUN NN Number=Sing 6 obl:npmod 6:obl:npmod _ 6 old old ADJ JJ Degree=Pos 7 amod 7:amod _ 7 son son NOUN NN Number=Sing 2 obj 2:obj _ @@ -220283,15 +220423,15 @@ 13 to to PART TO _ 15 mark 15:mark _ 14 be be AUX VB VerbForm=Inf 15 cop 15:cop _ 15 honest honest ADJ JJ Degree=Pos 24 advcl 24:advcl:to SpaceAfter=No -16 , , PUNCT , _ 24 punct 24:punct _ +16 , , PUNCT , _ 15 punct 15:punct _ 17 apart apart ADV RB _ 24 advmod 24:advmod _ 18 from from ADP IN _ 21 case 21:case _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 20 shark shark NOUN NN Number=Sing 21 compound 21:compound _ 21 walkway walkway NOUN NN Number=Sing 17 obl 17:obl:from SpaceAfter=No -22 , , PUNCT , _ 24 punct 24:punct _ +22 , , PUNCT , _ 17 punct 17:punct _ 23 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ -24 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +24 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 25 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 27 nsubj 27:nsubj|29:nsubj _ 26 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 27 cop 27:cop _ 27 rubbish rubbish NOUN NN Number=Sing 24 ccomp 24:ccomp _ @@ -220308,11 +220448,11 @@ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 fact fact NOUN NN Number=Sing 2 obj 2:obj _ 7 that that SCONJ IN _ 12 mark 12:mark _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ -9 3 3 NUM CD NumType=Card 10 nummod 10:nummod _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 3 3 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 year year NOUN NN Number=Sing 11 obl:npmod 11:obl:npmod _ 11 old old ADJ JJ Degree=Pos 12 nsubj 12:nsubj|14:nsubj:xsubj _ -12 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl 6:acl:that _ +12 wanted want VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 acl 6:acl:that _ 13 to to PART TO _ 14 mark 14:mark _ 14 run run VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 15 most most ADJ JJS Degree=Sup 14 obj 14:obj _ @@ -220320,13 +220460,13 @@ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 way way NOUN NN Number=Sing 15 nmod 15:nmod:of _ 19 round round ADV RB _ 14 advmod 14:advmod SpaceAfter=No -20 , , PUNCT , _ 22 punct 22:punct _ +20 , , PUNCT , _ 2 punct 2:punct _ 21 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj _ -22 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +22 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 23 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 22 iobj 22:iobj _ 24 just just ADV RB _ 25 advmod 25:advmod _ -25 over over ADP IN _ 26 advmod 26:advmod _ -26 one one NUM CD NumType=Card 27 nummod 27:nummod _ +25 over over ADV RB _ 27 advmod 27:advmod _ +26 one one NUM CD NumForm=Word|NumType=Card 27 nummod 27:nummod _ 27 hour hour NOUN NN Number=Sing 22 obj 22:obj _ 28 start start NOUN NN Number=Sing 22 obl:npmod 22:obl:npmod _ 29 to to ADP IN _ 30 case 30:case _ @@ -220337,7 +220477,7 @@ # text = If you have been to the London Aquarium I would not even bother with this. 1 If if SCONJ IN _ 8 mark 8:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 4 been be AUX VBN Tense=Past|VerbForm=Part 8 cop 8:cop _ 5 to to ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -220356,30 +220496,30 @@ # text = If you are really desperate for something to pass the time and are willing to shell out the best part of £30 for 2 two people then go for it. 1 If if SCONJ IN _ 5 mark 5:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj|14:nsubj|16:nsubj:xsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 really really ADV RB _ 5 advmod 5:advmod _ 5 desperate desperate ADJ JJ Degree=Pos 29 advcl 29:advcl:if _ 6 for for ADP IN _ 7 case 7:case _ -7 something something PRON NN Number=Sing 5 obl 5:obl:for _ +7 something something PRON NN Number=Sing|PronType=Ind 5 obl 5:obl:for _ 8 to to PART TO _ 9 mark 9:mark _ 9 pass pass VERB VB VerbForm=Inf 7 acl 7:acl:to _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 time time NOUN NN Number=Sing 9 obj 9:obj _ 12 and and CCONJ CC _ 14 cc 14:cc _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +13 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 14 willing willing ADJ JJ Degree=Pos 5 conj 5:conj:and|29:advcl:if _ 15 to to PART TO _ 16 mark 16:mark _ 16 shell shell VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 17 out out ADP RP _ 16 compound:prt 16:compound:prt _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -19 best best ADJ JJS Degree=Sup 20 amod 20:amod _ +19 best good ADJ JJS Degree=Sup 20 amod 20:amod _ 20 part part NOUN NN Number=Sing 16 obj 16:obj _ 21 of of ADP IN _ 22 case 22:case _ 22 £ £ SYM $ _ 20 nmod 20:nmod:of SpaceAfter=No -23 30 30 NUM CD NumType=Card 22 nummod 22:nummod _ +23 30 30 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod _ 24 for for ADP IN _ 27 case 27:case _ -25 2 2 NUM CD NumType=Card 27 nummod 27:nummod _ -26 two two NUM CD NumType=Card 25 appos 25:appos _ +25 2 2 NUM CD NumForm=Digit|NumType=Card 27 nummod 27:nummod _ +26 two two NUM CD NumForm=Word|NumType=Card 25 appos 25:appos _ 27 people people NOUN NNS Number=Plur 16 obl 16:obl:for _ 28 then then ADV RB PronType=Dem 29 advmod 29:advmod _ 29 go go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ @@ -220391,25 +220531,25 @@ # text = (For some reason itwill not let me rate it one star - it is not rated 5 by me!) 1 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No 2 For for ADP IN _ 4 case 4:case _ -3 some some DET DT _ 4 det 4:det _ +3 some some DET DT PronType=Ind 4 det 4:det _ 4 reason reason NOUN NN Number=Sing 8 obl 8:obl:for _ -5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj SpaceAfter=No +5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj CorrectSpaceAfter=Yes|SpaceAfter=No 6 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 7 not not PART RB _ 8 advmod 8:advmod _ 8 let let VERB VB VerbForm=Inf 0 root 0:root _ 9 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 obj 8:obj|10:nsubj:xsubj _ 10 rate rate VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 obj 10:obj|13:nsubj:xsubj _ -12 one one NUM CD NumType=Card 13 nummod 13:nummod _ +12 one one NUM CD NumForm=Word|NumType=Card 13 nummod 13:nummod _ 13 star star NOUN NN Number=Sing 10 xcomp 10:xcomp _ -14 - - PUNCT , _ 8 punct 8:punct _ +14 - - PUNCT , _ 18 punct 18:punct _ 15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 nsubj:pass 18:nsubj:pass|19:nsubj:xsubj _ 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 aux:pass 18:aux:pass _ 17 not not PART RB _ 18 advmod 18:advmod _ 18 rated rate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 parataxis 8:parataxis _ -19 5 5 NUM CD NumType=Card 18 xcomp 18:xcomp _ +19 5 5 NUM CD NumForm=Digit|NumType=Card 18 xcomp 18:xcomp _ 20 by by ADP IN _ 21 case 21:case _ -21 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 18 obl 18:obl:by SpaceAfter=No +21 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 18 obl:agent 18:obl:agent SpaceAfter=No 22 ! ! PUNCT . _ 8 punct 8:punct SpaceAfter=No 23 ) ) PUNCT -RRB- _ 8 punct 8:punct _ @@ -220418,11 +220558,11 @@ # newpar id = reviews-124163-p0001 # text = Cranmore Dental and Implant Clinic : I could not recommend Dr David Nelson enough. 1 Cranmore Cranmore PROPN NNP Number=Sing 5 compound 5:compound _ -2 Dental Dental PROPN NNP Number=Sing 5 compound 5:compound _ +2 Dental Dental ADJ NNP Degree=Pos 5 amod 5:amod _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 Implant Implant PROPN NNP Number=Sing 2 conj 2:conj:and|5:compound _ 5 Clinic Clinic PROPN NNP Number=Sing 0 root 0:root _ -6 : : PUNCT : _ 5 punct 5:punct _ +6 : : PUNCT : _ 10 punct 10:punct _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 8 could could AUX MD VerbForm=Fin 10 aux 10:aux _ 9 not not PART RB _ 10 advmod 10:advmod _ @@ -220436,7 +220576,7 @@ # sent_id = reviews-124163-0002 # text = I had a severe phobia of attending the dentist until I met and was treated by Dr Nelson. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 severe severe ADJ JJ Degree=Pos 5 amod 5:amod _ 5 phobia phobia NOUN NN Number=Sing 2 obj 2:obj _ @@ -220446,10 +220586,10 @@ 9 dentist dentist NOUN NN Number=Sing 7 obj 7:obj _ 10 until until SCONJ IN _ 12 mark 12:mark _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj|15:nsubj:pass _ -12 met meet VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:until _ +12 met meet VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:until _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 aux:pass 15:aux:pass _ -15 treated treat VERB VBN Tense=Past|VerbForm=Part 12 conj 2:advcl:until|12:conj:and _ +15 treated treat VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 conj 2:advcl:until|12:conj:and _ 16 by by ADP IN _ 15 obl 15:obl _ 17 Dr Dr PROPN NNP Number=Sing 12 obj 12:obj|15:obj _ 18 Nelson Nelson PROPN NNP Number=Sing 17 flat 17:flat SpaceAfter=No @@ -220459,15 +220599,15 @@ # text = He instantaneously put me at ease and his ongoing treatments have been absolutely pain free. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 instantaneously instantaneously ADV RB _ 3 advmod 3:advmod _ -3 put put VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 put put VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj 3:obj _ 5 at at ADP IN _ 6 case 6:case _ 6 ease ease NOUN NN Number=Sing 3 obl 3:obl:at _ 7 and and CCONJ CC _ 15 cc 15:cc _ -8 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 ongoing ongoing ADJ JJ Degree=Pos 10 amod 10:amod _ 10 treatments treatment NOUN NNS Number=Plur 15 nsubj 15:nsubj _ -11 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +11 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 12 been be AUX VBN Tense=Past|VerbForm=Part 15 cop 15:cop _ 13 absolutely absolutely ADV RB _ 15 advmod 15:advmod _ 14 pain pain NOUN NN Number=Sing 15 obl:npmod 15:obl:npmod _ @@ -220476,7 +220616,7 @@ # sent_id = reviews-124163-0004 # text = My previous apprehension has been dismissed and I no longer have a sinking feeling when my next appointment is due! -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 previous previous ADJ JJ Degree=Pos 3 amod 3:amod _ 3 apprehension apprehension NOUN NN Number=Sing 6 nsubj:pass 6:nsubj:pass _ 4 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ @@ -220485,13 +220625,13 @@ 7 and and CCONJ CC _ 11 cc 11:cc _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 9 no no ADV RB _ 10 advmod 10:advmod _ -10 longer longer ADV RBR Degree=Cmp 11 advmod 11:advmod _ -11 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ +10 longer long ADV RBR Degree=Cmp 11 advmod 11:advmod _ +11 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 sinking sinking NOUN NN Number=Sing 14 compound 14:compound _ 14 feeling feeling NOUN NN Number=Sing 11 obj 11:obj _ -15 when when SCONJ WRB PronType=Int 20 mark 20:mark _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +15 when when ADV WRB PronType=Int 20 advmod 20:advmod _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 17 next next ADJ JJ Degree=Pos 18 amod 18:amod _ 18 appointment appointment NOUN NN Number=Sing 20 nsubj 20:nsubj _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ @@ -220506,7 +220646,7 @@ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 core core NOUN NN Number=Sing 6 compound 6:compound _ 6 treatment treatment NOUN NN Number=Sing 2 nmod 2:nmod:to SpaceAfter=No -7 , , PUNCT , _ 11 punct 11:punct _ +7 , , PUNCT , _ 2 punct 2:punct _ 8 Dr Dr PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 9 Nelson Nelson PROPN NNP Number=Sing 8 flat 8:flat _ 10 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ @@ -220514,31 +220654,31 @@ 12 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 11 obj 11:obj _ 13 further further ADV RB _ 11 advmod 11:advmod _ 14 with with ADP IN _ 16 case 16:case _ -15 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 concern concern NOUN NN Number=Sing 11 obl 11:obl:with _ 17 and and CCONJ CC _ 18 cc 18:cc _ 18 interest interest NOUN NN Number=Sing 16 conj 11:obl:with|16:conj:and _ 19 in in ADP IN _ 23 case 23:case _ 20 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 21 well well ADV RB Degree=Pos 23 advmod 23:advmod SpaceAfter=No -22 - - PUNCT HYPH _ 23 punct 23:punct SpaceAfter=No +22 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No 23 being being NOUN NN Number=Sing 16 nmod 16:nmod:in _ 24 of of ADP IN _ 26 case 26:case _ -25 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 patients patient NOUN NNS Number=Plur 23 nmod 23:nmod:of _ -27 – - PUNCT , _ 16 punct 16:punct _ -28 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +27 – - PUNCT , _ 30 punct 30:punct _ +28 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 29 dental dental ADJ JJ Degree=Pos 30 amod 30:amod _ 30 work work NOUN NN Number=Sing 16 parataxis 16:parataxis _ -31 underpinned underpin VERB VBN Tense=Past|VerbForm=Part 30 acl 30:acl _ +31 underpinned underpin VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 30 acl 30:acl _ 32 by by ADP IN _ 35 case 35:case _ 33 a a DET DT Definite=Ind|PronType=Art 35 det 35:det _ 34 strong strong ADJ JJ Degree=Pos 35 amod 35:amod _ -35 duty duty NOUN NN Number=Sing 31 obl 31:obl:by _ +35 duty duty NOUN NN Number=Sing 31 obl:agent 31:obl:agent _ 36 of of ADP IN _ 37 case 37:case _ 37 care care NOUN NN Number=Sing 35 nmod 35:nmod:of _ 38 to to ADP IN _ 40 case 40:case _ -39 every every DET DT _ 40 det 40:det _ +39 every every DET DT PronType=Tot 40 det 40:det _ 40 patient patient NOUN NN Number=Sing 37 nmod 37:nmod:to SpaceAfter=No 41 . . PUNCT . _ 11 punct 11:punct _ @@ -220556,7 +220696,7 @@ 10 to to PART TO _ 11 mark 11:mark _ 11 ensure ensure VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ 12 that that SCONJ IN _ 17 mark 17:mark _ -13 any any DET DT _ 15 det 15:det _ +13 any any DET DT PronType=Ind 15 det 15:det _ 14 patient patient NOUN NN Number=Sing 15 compound 15:compound _ 15 discomfort discomfort NOUN NN Number=Sing 17 nsubj:pass 17:nsubj:pass _ 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 aux:pass 17:aux:pass _ @@ -220574,24 +220714,24 @@ # sent_id = reviews-335225-0001 # newpar id = reviews-335225-p0001 # text = Best Salsa (hehehe) -1 Best best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Best good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 Salsa salsa NOUN NN Number=Sing 0 root 0:root _ -3 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No +3 ( ( PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No 4 hehehe hehehe INTJ UH _ 2 discourse 2:discourse SpaceAfter=No -5 ) ) PUNCT -RRB- _ 2 punct 2:punct _ +5 ) ) PUNCT -RRB- _ 4 punct 4:punct _ # sent_id = reviews-335225-0002 # newpar id = reviews-335225-p0002 # text = After my trees were cleaned up, they gave me a jar of salsa. 1 After after SCONJ IN _ 5 mark 5:mark _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 trees tree NOUN NNS Number=Plur 5 nsubj:pass 5:nsubj:pass _ -4 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ -5 cleaned clean VERB VBN Tense=Past|VerbForm=Part 9 advcl 9:advcl:after _ +4 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ +5 cleaned clean VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 advcl 9:advcl:after _ 6 up up ADP RP _ 5 compound:prt 5:compound:prt SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +7 , , PUNCT , _ 5 punct 5:punct _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 gave give VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 9 iobj 9:iobj _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 jar jar NOUN NN Number=Sing 9 obj 9:obj _ @@ -220603,18 +220743,18 @@ # text = The owner warned me that it was the best salsa I would ever had, and he was right. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 owner owner NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 warned warn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj 3:obj _ +3 warned warn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 iobj 3:iobj _ 5 that that SCONJ IN _ 10 mark 10:mark _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -9 best best ADJ JJS Degree=Sup 10 amod 10:amod _ +9 best good ADJ JJS Degree=Sup 10 amod 10:amod _ 10 salsa salsa NOUN NN Number=Sing 3 ccomp 3:ccomp _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 12 would would AUX MD VerbForm=Fin 14 aux 14:aux _ 13 ever ever ADV RB _ 14 advmod 14:advmod _ -14 had have VERB VB Typo=Yes|VerbForm=Inf 10 acl:relcl 10:acl:relcl SpaceAfter=No +14 had have VERB VB Typo=Yes|VerbForm=Inf 10 acl:relcl 10:acl:relcl CorrectForm=have|SpaceAfter=No 15 , , PUNCT , _ 19 punct 19:punct _ 16 and and CCONJ CC _ 19 cc 19:cc _ 17 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj _ @@ -220624,14 +220764,14 @@ # sent_id = reviews-335225-0004 # text = No joke! -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 joke joke NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 3 ! ! PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-335225-0005 # text = I hate to say check them out just for the salsa, but James, I NEED another jar badly :) All kidding aside, they are a very good company, I have a hard time giving any service biz a 5 star review but they came close. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 hate hate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 hate hate VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 say say VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 check check VERB VB Mood=Imp|VerbForm=Fin 4 ccomp 4:ccomp _ @@ -220644,40 +220784,40 @@ 12 , , PUNCT , _ 17 punct 17:punct _ 13 but but CCONJ CC _ 17 cc 17:cc _ 14 James James PROPN NNP Number=Sing 17 vocative 17:vocative SpaceAfter=No -15 , , PUNCT , _ 17 punct 17:punct _ +15 , , PUNCT , _ 14 punct 14:punct _ 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -17 NEED need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ -18 another another DET DT _ 19 det 19:det _ +17 NEED need VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ +18 another another DET DT PronType=Ind 19 det 19:det _ 19 jar jar NOUN NN Number=Sing 17 obj 17:obj _ 20 badly badly ADV RB Degree=Pos 17 advmod 17:advmod _ 21 :) :) SYM NFP _ 17 discourse 17:discourse _ -22 All all DET DT _ 23 det 23:det _ -23 kidding kidding NOUN NN Number=Sing 31 advcl 31:advcl _ -24 aside aside ADV RB _ 23 advmod 23:advmod SpaceAfter=No -25 , , PUNCT , _ 31 punct 31:punct _ +22 All all DET DT PronType=Tot 23 det 23:det _ +23 kidding kidding NOUN NN Number=Sing 24 nsubj 24:nsubj _ +24 aside aside ADV RB _ 31 advcl 31:advcl SpaceAfter=No +25 , , PUNCT , _ 24 punct 24:punct _ 26 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 31 nsubj 31:nsubj _ -27 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 cop 31:cop _ +27 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 31 cop 31:cop _ 28 a a DET DT Definite=Ind|PronType=Art 31 det 31:det _ 29 very very ADV RB _ 30 advmod 30:advmod _ 30 good good ADJ JJ Degree=Pos 31 amod 31:amod _ 31 company company NOUN NN Number=Sing 2 parataxis 2:parataxis SpaceAfter=No 32 , , PUNCT , _ 34 punct 34:punct _ 33 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 34 nsubj 34:nsubj _ -34 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ +34 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:but _ 35 a a DET DT Definite=Ind|PronType=Art 37 det 37:det _ 36 hard hard ADJ JJ Degree=Pos 37 amod 37:amod _ 37 time time NOUN NN Number=Sing 34 obj 34:obj _ -38 giving give VERB VBG VerbForm=Ger 34 acl 34:acl _ -39 any any DET DT _ 41 det 41:det _ +38 giving give VERB VBG VerbForm=Ger 37 acl 37:acl _ +39 any any DET DT PronType=Ind 41 det 41:det _ 40 service service NOUN NN Number=Sing 41 compound 41:compound _ 41 biz biz NOUN NN Number=Sing 38 iobj 38:iobj _ 42 a a DET DT Definite=Ind|PronType=Art 45 det 45:det _ -43 5 5 NUM CD NumType=Card 44 nummod 44:nummod _ +43 5 5 NUM CD NumForm=Digit|NumType=Card 44 nummod 44:nummod _ 44 star star NOUN NN Number=Sing 45 compound 45:compound _ 45 review review NOUN NN Number=Sing 38 obj 38:obj _ 46 but but CCONJ CC _ 48 cc 48:cc _ 47 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 48 nsubj 48:nsubj _ -48 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 34 conj 34:conj:but _ +48 came come VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 34 conj 34:conj:but _ 49 close close ADV RB Degree=Pos 48 advmod 48:advmod SpaceAfter=No 50 . . PUNCT . _ 2 punct 2:punct _ @@ -220686,22 +220826,23 @@ 1 Very very ADV RB _ 2 advmod 2:advmod _ 2 affordable affordable ADJ JJ Degree=Pos 0 root 0:root _ 3 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No -4 do do AUX VB VerbForm=Inf 6 aux 6:aux SpaceAfter=No +4-5 don't _ _ _ _ _ _ _ _ +4 do do AUX VB VerbForm=Inf 6 aux 6:aux _ 5 n't not PART RB _ 6 advmod 6:advmod _ 6 call call VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ 7 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 obj 6:obj|8:nsubj:xsubj _ 8 cheap cheap ADJ JJ Degree=Pos 6 xcomp 6:xcomp SpaceAfter=No 9 ) ) PUNCT -RRB- _ 6 punct 6:punct _ 10 and and CCONJ CC _ 14 cc 14:cc _ -11 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 trimmers trimmer NOUN NNS Number=Plur 14 nsubj 14:nsubj|16:nsubj _ -13 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 cop 14:cop _ +13 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ 14 quick quick ADJ JJ Degree=Pos 2 conj 2:conj:and _ 15 and and CCONJ CC _ 16 cc 16:cc _ 16 courteous courteous ADJ JJ Degree=Pos 14 conj 14:conj:and _ -17 when when SCONJ WRB PronType=Int 19 mark 19:mark _ +17 when when ADV WRB PronType=Int 19 advmod 19:advmod _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -19 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 advcl 14:advcl:when _ +19 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 14 advcl 14:advcl:when _ 20 home home ADV RB _ 19 advmod 19:advmod _ 21 from from ADP IN _ 22 case 22:case _ 22 work work NOUN NN Number=Sing 19 obl 19:obl:from SpaceAfter=No @@ -220709,7 +220850,7 @@ # sent_id = reviews-335225-0007 # text = And the salsa, be sure to ask for a jar and have plenty of chips around, you will need them..... -1 And and CCONJ CC _ 6 cc 6:cc _ +1 And and CCONJ CC _ 3 cc 3:cc _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 salsa salsa NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 4 , , PUNCT , _ 6 punct 6:punct _ @@ -220726,7 +220867,7 @@ 15 of of ADP IN _ 16 case 16:case _ 16 chips chip NOUN NNS Number=Plur 14 nmod 14:nmod:of _ 17 around around ADV RB _ 14 advmod 14:advmod SpaceAfter=No -18 , , PUNCT , _ 6 punct 6:punct _ +18 , , PUNCT , _ 21 punct 21:punct _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 21 nsubj 21:nsubj _ 20 will will AUX MD VerbForm=Fin 21 aux 21:aux _ 21 need need VERB VB VerbForm=Inf 6 parataxis 6:parataxis _ @@ -220739,19 +220880,19 @@ # text = Dr. Mann killed our pet 1 Dr. Dr. PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 Mann Mann PROPN NNP Number=Sing 1 flat 1:flat _ -3 killed kill VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 killed kill VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 pet pet NOUN NN Number=Sing 3 obj 3:obj _ # sent_id = reviews-234261-0002 # newpar id = reviews-234261-p0002 # text = Yea, Dr. Mann ain't so great. 1 Yea yea INTJ UH _ 8 discourse 8:discourse SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 Dr. Dr. PROPN NNP Number=Sing 8 nsubj 8:nsubj _ 4 Mann Mann PROPN NNP Number=Sing 3 flat 3:flat _ 5-6 ain't _ _ _ _ _ _ _ _ -5 ai be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +5 ai be AUX VBZ Mood=Ind|Number=Sing|Person=3|Style=Vrnc|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 6 n't not PART RB _ 8 advmod 8:advmod _ 7 so so ADV RB _ 8 advmod 8:advmod _ 8 great great ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No @@ -220760,23 +220901,23 @@ # sent_id = reviews-234261-0003 # text = We took our beloved kitty to him and it came back dead. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 took take VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 beloved beloved ADJ JJ Degree=Pos 5 amod 5:amod _ 5 kitty kitty NOUN NN Number=Sing 2 obj 2:obj _ 6 to to ADP IN _ 7 case 7:case _ 7 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 obl 2:obl:to _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +10 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 11 back back ADV RB _ 10 advmod 10:advmod _ -12 dead dead ADJ JJ Degree=Pos 10 advmod 10:advmod SpaceAfter=No +12 dead dead ADJ JJ Degree=Pos 10 advcl 10:advcl SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-234261-0004 # text = We live in the sub-division around the corner and after it happened and we brought it up at some neighborhood gatherings we discovered that several people from this neighborhood alone had pets goto Dr. Mann for surgical procedures and came back dead. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 live live VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 in in ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 sub-division sub-division NOUN NN Number=Sing 2 obl 2:obl:in _ @@ -220786,18 +220927,18 @@ 9 and and CCONJ CC _ 23 cc 23:cc _ 10 after after SCONJ IN _ 12 mark 12:mark _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 happened happen VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 23 advcl 23:advcl:after _ +12 happened happen VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 23 advcl 23:advcl:after _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 brought bring VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 conj 12:conj:and|23:advcl:after _ +15 brought bring VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 12 conj 12:conj:and|23:advcl:after _ 16 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 obj 15:obj _ 17 up up ADP RP _ 15 compound:prt 15:compound:prt _ 18 at at ADP IN _ 21 case 21:case _ -19 some some DET DT _ 21 det 21:det _ +19 some some DET DT PronType=Ind 21 det 21:det _ 20 neighborhood neighborhood NOUN NN Number=Sing 21 compound 21:compound _ 21 gatherings gathering NOUN NNS Number=Plur 15 obl 15:obl:at _ 22 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 23 nsubj 23:nsubj _ -23 discovered discover VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +23 discovered discover VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 24 that that SCONJ IN _ 31 mark 31:mark _ 25 several several ADJ JJ Degree=Pos 26 amod 26:amod _ 26 people people NOUN NNS Number=Plur 31 nsubj 31:nsubj _ @@ -220805,9 +220946,9 @@ 28 this this DET DT Number=Sing|PronType=Dem 29 det 29:det _ 29 neighborhood neighborhood NOUN NN Number=Sing 26 nmod 26:nmod:from _ 30 alone alone ADV RB _ 29 advmod 29:advmod _ -31 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 23 ccomp 23:ccomp _ +31 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 23 ccomp 23:ccomp _ 32 pets pet NOUN NNS Number=Plur 31 obj 31:obj|33:nsubj:xsubj|41:nsubj:xsubj _ -33 go go VERB VB VerbForm=Inf 31 xcomp 31:xcomp SpaceAfter=No +33 go go VERB VB VerbForm=Inf 31 xcomp 31:xcomp CorrectSpaceAfter=Yes|SpaceAfter=No 34 to to ADP IN _ 35 case 35:case _ 35 Dr. Dr. PROPN NNP Number=Sing 33 obl 33:obl:to _ 36 Mann Mann PROPN NNP Number=Sing 35 flat 35:flat _ @@ -220815,22 +220956,22 @@ 38 surgical surgical ADJ JJ Degree=Pos 39 amod 39:amod _ 39 procedures procedure NOUN NNS Number=Plur 33 obl 33:obl:for _ 40 and and CCONJ CC _ 41 cc 41:cc _ -41 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 33 conj 31:xcomp|33:conj:and _ +41 came come VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 33 conj 31:xcomp|33:conj:and _ 42 back back ADV RB _ 41 advmod 41:advmod _ -43 dead dead ADJ JJ Degree=Pos 41 advmod 41:advmod SpaceAfter=No +43 dead dead ADJ JJ Degree=Pos 41 advcl 41:advcl SpaceAfter=No 44 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-234261-0005 # text = If you take him here for shots, no big deal but I would never let this man apply anesthetic to my pet ever again. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 take take VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:if _ +3 take take VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:if _ 4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 here here ADV RB PronType=Dem 3 advmod 3:advmod _ 6 for for ADP IN _ 7 case 7:case _ 7 shots shot NOUN NNS Number=Plur 3 obl 3:obl:for SpaceAfter=No -8 , , PUNCT , _ 11 punct 11:punct _ -9 no no DET DT _ 11 det 11:det _ +8 , , PUNCT , _ 3 punct 3:punct _ +9 no no DET DT PronType=Neg 11 det 11:det _ 10 big big ADJ JJ Degree=Pos 11 amod 11:amod _ 11 deal deal NOUN NN Number=Sing 0 root 0:root _ 12 but but CCONJ CC _ 16 cc 16:cc _ @@ -220843,7 +220984,7 @@ 19 apply apply VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 20 anesthetic anesthetic NOUN NN Number=Sing 19 obj 19:obj _ 21 to to ADP IN _ 23 case 23:case _ -22 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 pet pet NOUN NN Number=Sing 19 obl 19:obl:to _ 24 ever ever ADV RB _ 25 advmod 25:advmod _ 25 again again ADV RB _ 19 advmod 19:advmod SpaceAfter=No @@ -220852,20 +220993,20 @@ # sent_id = reviews-234261-0006 # text = Oh, they also charged me for the procedure ($250) AND had the audacity to charge me a $25 'DISPOSAL' fee. 1 Oh oh INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj|15:nsubj _ 4 also also ADV RB _ 5 advmod 5:advmod _ -5 charged charge VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 charged charge VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 obj 5:obj _ 7 for for ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 procedure procedure NOUN NN Number=Sing 5 obl 5:obl:for _ 10 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No -11 $ $ SYM $ _ 5 obj 5:obj SpaceAfter=No -12 250 250 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No +11 $ $ SYM $ _ 5 parataxis 5:parataxis SpaceAfter=No +12 250 250 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No 13 ) ) PUNCT -RRB- _ 11 punct 11:punct _ 14 AND and CCONJ CC _ 15 cc 15:cc _ -15 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +15 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 audacity audacity NOUN NN Number=Sing 15 obj 15:obj _ 18 to to PART TO _ 19 mark 19:mark _ @@ -220873,10 +221014,10 @@ 20 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 19 iobj 19:iobj _ 21 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 22 $ $ SYM $ _ 27 compound 27:compound SpaceAfter=No -23 25 25 NUM CD NumType=Card 22 nummod 22:nummod _ -24 ' ' PUNCT `` _ 27 punct 27:punct SpaceAfter=No +23 25 25 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod _ +24 ' ' PUNCT `` _ 25 punct 25:punct SpaceAfter=No 25 DISPOSAL disposal NOUN NN Number=Sing 27 compound 27:compound SpaceAfter=No -26 ' ' PUNCT '' _ 27 punct 27:punct _ +26 ' ' PUNCT '' _ 25 punct 25:punct _ 27 fee fee NOUN NN Number=Sing 19 obj 19:obj SpaceAfter=No 28 . . PUNCT . _ 5 punct 5:punct _ @@ -220884,7 +221025,7 @@ # text = They actually itemized it as a DISPOSAL fee. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 actually actually ADV RB _ 3 advmod 3:advmod _ -3 itemized itemize VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 itemized itemize VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 as as ADP IN _ 8 case 8:case _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ @@ -220896,7 +221037,7 @@ # text = AVOID AT ALL COSTS. 1 AVOID avoid VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 AT at ADP IN _ 4 case 4:case _ -3 ALL all DET DT _ 4 det 4:det _ +3 ALL all DET DT PronType=Tot 4 det 4:det _ 4 COSTS cost NOUN NNS Number=Plur 1 obl 1:obl:at SpaceAfter=No 5 . . PUNCT . _ 1 punct 1:punct _ @@ -220904,10 +221045,10 @@ # sent_id = reviews-351058-0001 # newpar id = reviews-351058-p0001 # text = One of the worst places -1 One one NUM CD NumType=Card 0 root 0:root _ +1 One one NUM CD NumForm=Word|NumType=Card 0 root 0:root _ 2 of of ADP IN _ 5 case 5:case _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 worst worst ADJ JJS Degree=Sup 5 amod 5:amod _ +4 worst bad ADJ JJS Degree=Sup 5 amod 5:amod _ 5 places place NOUN NNS Number=Plur 1 nmod 1:nmod:of _ # sent_id = reviews-351058-0002 @@ -220916,14 +221057,14 @@ 1 This this DET DT Number=Sing|PronType=Dem 2 det 2:det _ 2 place place NOUN NN Number=Sing 12 nsubj 12:nsubj _ 3 and and CCONJ CC _ 6 cc 6:cc _ -4 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 sister sister NOUN NN Number=Sing 6 compound 6:compound _ 6 store store NOUN NN Number=Sing 2 conj 2:conj:and|12:nsubj _ 7 Peking Peking PROPN NNP Number=Sing 8 compound 8:compound _ 8 Garden Garden PROPN NNP Number=Sing 6 appos 6:appos _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -11 worst worst ADJ JJS Degree=Sup 12 amod 12:amod _ +11 worst bad ADJ JJS Degree=Sup 12 amod 12:amod _ 12 places place NOUN NNS Number=Plur 0 root 0:root _ 13 to to PART TO _ 14 mark 14:mark _ 14 order order VERB VB VerbForm=Inf 12 acl 12:acl:to _ @@ -220933,18 +221074,18 @@ # sent_id = reviews-351058-0003 # text = the food was horrible not cooked like it should be, they got the order wrong on a number of occasions, and once forgot about my order. 1 the the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 food food NOUN NN Number=Sing 4 nsubj 4:nsubj|6:nsubj _ +2 food food NOUN NN Number=Sing 4 nsubj 4:nsubj|6:nsubj:pass _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 4 horrible horrible ADJ JJ Degree=Pos 0 root 0:root _ 5 not not PART RB _ 6 advmod 6:advmod _ -6 cooked cook VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj _ +6 cooked cook VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 conj 4:conj _ 7 like like SCONJ IN _ 10 mark 10:mark _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 9 should should AUX MD VerbForm=Fin 10 aux 10:aux _ 10 be be AUX VB VerbForm=Inf 6 advcl 6:advcl:like SpaceAfter=No -11 , , PUNCT , _ 4 punct 4:punct _ +11 , , PUNCT , _ 13 punct 13:punct _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj|25:nsubj _ -13 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ +13 got get VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 order order NOUN NN Number=Sing 13 obj 13:obj|16:nsubj:xsubj _ 16 wrong wrong ADJ JJ Degree=Pos 13 xcomp 13:xcomp _ @@ -220955,38 +221096,38 @@ 21 occasions occasion NOUN NNS Number=Plur 19 nmod 19:nmod:of SpaceAfter=No 22 , , PUNCT , _ 25 punct 25:punct _ 23 and and CCONJ CC _ 25 cc 25:cc _ -24 once once ADV RB NumType=Mult 25 advmod 25:advmod _ -25 forgot forget VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 conj 13:conj:and _ +24 once once ADV RB NumForm=Word|NumType=Mult 25 advmod 25:advmod _ +25 forgot forget VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 conj 13:conj:and _ 26 about about ADP IN _ 28 case 28:case _ -27 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +27 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ 28 order order NOUN NN Number=Sing 25 obl 25:obl:about SpaceAfter=No 29 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-351058-0004 # text = i had to call back up there two hours later and the lady (who claimed to be a manager) said my food was on the way, and she didnt offer to compensate me in any kind of way. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 call call VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 back back ADV RB _ 4 advmod 4:advmod _ -6 up up ADP IN _ 7 case 7:case _ -7 there there ADV RB PronType=Dem 4 obl 4:obl:up _ -8 two two NUM CD NumType=Card 9 nummod 9:nummod _ +6 up up ADV RB _ 7 advmod 7:advmod _ +7 there there ADV RB PronType=Dem 4 advmod 4:advmod _ +8 two two NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 9 hours hour NOUN NNS Number=Plur 10 obl:npmod 10:obl:npmod _ -10 later later ADV RBR Degree=Cmp 4 advmod 4:advmod _ +10 later late ADV RBR Degree=Cmp 4 advmod 4:advmod _ 11 and and CCONJ CC _ 22 cc 22:cc _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 lady lady NOUN NN Number=Sing 22 nsubj 16:nsubj|20:nsubj:xsubj|22:nsubj _ 14 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No 15 who who PRON WP PronType=Rel 16 nsubj 13:ref _ -16 claimed claim VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +16 claimed claim VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 17 to to PART TO _ 20 mark 20:mark _ 18 be be AUX VB VerbForm=Inf 20 cop 20:cop _ 19 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 20 manager manager NOUN NN Number=Sing 16 xcomp 16:xcomp SpaceAfter=No 21 ) ) PUNCT -RRB- _ 16 punct 16:punct _ -22 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ -23 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +22 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +23 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 food food NOUN NN Number=Sing 28 nsubj 28:nsubj _ 25 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 28 cop 28:cop _ 26 on on ADP IN _ 28 case 28:case _ @@ -220996,14 +221137,14 @@ 30 and and CCONJ CC _ 34 cc 34:cc _ 31 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 34 nsubj 34:nsubj|36:nsubj:xsubj _ 32-33 didnt _ _ _ _ _ _ _ _ -32 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 34 aux 34:aux _ -33 nt not PART RB _ 34 advmod 34:advmod _ +32 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 34 aux 34:aux _ +33 nt not PART RB Typo=Yes 34 advmod 34:advmod CorrectForm=n't 34 offer offer VERB VB VerbForm=Inf 2 conj 2:conj:and _ 35 to to PART TO _ 36 mark 36:mark _ 36 compensate compensate VERB VB VerbForm=Inf 34 xcomp 34:xcomp _ 37 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 36 obj 36:obj _ 38 in in ADP IN _ 40 case 40:case _ -39 any any DET DT _ 40 det 40:det _ +39 any any DET DT PronType=Ind 40 det 40:det _ 40 kind kind NOUN NN Number=Sing 36 obl 36:obl:in _ 41 of of ADP IN _ 42 case 42:case _ 42 way way NOUN NN Number=Sing 40 nmod 40:nmod:of SpaceAfter=No @@ -221011,14 +221152,14 @@ # sent_id = reviews-351058-0005 # text = i waited another 30 mins before receiving my food and it was cold. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 waited wait VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 another another DET DT _ 5 det 5:det _ -4 30 30 NUM CD NumType=Card 5 nummod 5:nummod _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 waited wait VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 another another DET DT PronType=Ind 5 det 5:det _ +4 30 30 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 mins minute NOUN NNS Abbr=Yes|Number=Plur 2 obj 2:obj _ 6 before before SCONJ IN _ 7 mark 7:mark _ 7 receiving receive VERB VBG VerbForm=Ger 2 advcl 2:advcl:before _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 food food NOUN NN Number=Sing 7 obj 7:obj _ 10 and and CCONJ CC _ 13 cc 13:cc _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ @@ -221029,8 +221170,8 @@ # sent_id = reviews-351058-0006 # text = in my opinon this place should be shut down by the health inspector, and anyone who is satisfied with there service and food has never eaten at a real asian restaurant. 1 in in ADP IN _ 3 case 3:case _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ -3 opinon opinion NOUN NN Number=Sing|Typo=Yes 8 obl 8:obl:in _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +3 opinon opinion NOUN NN Number=Sing|Typo=Yes 8 obl 8:obl:in CorrectForm=opinion 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 place place NOUN NN Number=Sing 8 nsubj:pass 8:nsubj:pass _ 6 should should AUX MD VerbForm=Fin 8 aux 8:aux _ @@ -221040,15 +221181,15 @@ 10 by by ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 health health NOUN NN Number=Sing 13 compound 13:compound _ -13 inspector inspector NOUN NN Number=Sing 8 obl 8:obl:by SpaceAfter=No +13 inspector inspector NOUN NN Number=Sing 8 obl:agent 8:obl:agent SpaceAfter=No 14 , , PUNCT , _ 27 punct 27:punct _ 15 and and CCONJ CC _ 27 cc 27:cc _ -16 anyone anyone PRON NN Number=Sing 27 nsubj 19:nsubj|27:nsubj _ +16 anyone anyone PRON NN Number=Sing|PronType=Ind 27 nsubj 19:nsubj|27:nsubj _ 17 who who PRON WP PronType=Rel 19 nsubj 16:ref _ 18 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 19 satisfied satisfied ADJ JJ Degree=Pos 16 acl:relcl 16:acl:relcl _ 20 with with ADP IN _ 22 case 22:case _ -21 there they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 22 nmod:poss 22:nmod:poss _ +21 there their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 22 nmod:poss 22:nmod:poss CorrectForm=their 22 service service NOUN NN Number=Sing 19 obl 19:obl:with _ 23 and and CCONJ CC _ 24 cc 24:cc _ 24 food food NOUN NN Number=Sing 22 conj 19:obl:with|22:conj:and _ @@ -221058,7 +221199,7 @@ 28 at at ADP IN _ 32 case 32:case _ 29 a a DET DT Definite=Ind|PronType=Art 32 det 32:det _ 30 real real ADJ JJ Degree=Pos 32 amod 32:amod _ -31 asian asian ADJ JJ Degree=Pos 32 amod 32:amod _ +31 asian Asian ADJ JJ Degree=Pos 32 amod 32:amod _ 32 restaurant restaurant NOUN NN Number=Sing 27 obl 27:obl:at SpaceAfter=No 33 . . PUNCT . _ 8 punct 8:punct _ @@ -221066,7 +221207,7 @@ # sent_id = reviews-310032-0001 # newpar id = reviews-310032-p0001 # text = Gone downhill since change in ownership -1 Gone go VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +1 Gone go VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 2 downhill downhill ADV RB _ 1 advmod 1:advmod _ 3 since since ADP IN _ 4 case 4:case _ 4 change change NOUN NN Number=Sing 1 obl 1:obl:since _ @@ -221082,7 +221223,7 @@ # sent_id = reviews-310032-0003 # text = I used to LOVE this place. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 used use VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 LOVE love VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ @@ -221095,12 +221236,12 @@ 2 now now ADV RB _ 13 advmod 13:advmod _ 3 that that SCONJ IN _ 6 mark 6:mark _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 6 part part NOUN NN Number=Sing 2 ccomp 2:ccomp _ 7 of of ADP IN _ 9 case 9:case _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 chain chain NOUN NN Number=Sing 6 nmod 6:nmod:of SpaceAfter=No -10 , , PUNCT , _ 13 punct 13:punct _ +10 , , PUNCT , _ 2 punct 2:punct _ 11 service service NOUN NN Number=Sing 13 nsubj 13:nsubj _ 12 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 slipped slip VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No @@ -221111,23 +221252,23 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 waiting wait VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -4 longer longer ADV RBR Degree=Cmp 3 advmod 3:advmod _ +4 longer long ADV RBR Degree=Cmp 3 advmod 3:advmod _ 5 at at ADP IN _ 6 case 6:case _ 6 BNA BNA PROPN NNP Number=Sing 3 obl 3:obl:at _ 7 for for ADP IN _ 9 case 9:case _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 pickups pickup NOUN NNS Number=Plur 3 obl 3:obl:for _ 10 and and CCONJ CC _ 19 cc 19:cc _ 11 last last ADJ JJ Degree=Pos 12 amod 12:amod _ 12 time time NOUN NN Number=Sing 19 obl:tmod 19:obl:tmod _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 parked park VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +14 parked park VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ 15 with with ADP IN _ 16 case 16:case _ 16 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 14 obl 14:obl:with SpaceAfter=No -17 , , PUNCT , _ 19 punct 19:punct _ +17 , , PUNCT , _ 12 punct 12:punct _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 19 nsubj 19:nsubj _ -19 lost lose VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ -20 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +19 lost lose VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +20 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 21 car car NOUN NN Number=Sing 22 compound 22:compound _ 22 key key NOUN NN Number=Sing 19 obj 19:obj SpaceAfter=No 23 . . PUNCT . _ 3 punct 3:punct _ @@ -221136,7 +221277,7 @@ # text = Lucky I had a spare with me! 1 Lucky lucky ADJ JJ Degree=Pos 0 root 0:root _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp _ +3 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 spare spare NOUN NN Number=Sing 3 obj 3:obj _ 6 with with ADP IN _ 7 case 7:case _ @@ -221148,7 +221289,7 @@ 1 To to ADP IN _ 2 case 2:case _ 2 date date NOUN NN Number=Sing 6 obl 6:obl:to _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj|7:nsubj:xsubj _ -4 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 not not PART RB _ 6 advmod 6:advmod _ 6 made make VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 7 good good ADJ JJ Degree=Pos 6 xcomp 6:xcomp _ @@ -221172,11 +221313,11 @@ 3 new new ADJ JJ Degree=Pos 5 amod 5:amod _ 4 car car NOUN NN Number=Sing 5 compound 5:compound _ 5 keys key NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 7 EXPENSIVE expensive ADJ JJ Degree=Pos 0 root 0:root _ 8 to to PART TO _ 9 mark 9:mark _ 9 copy copy VERB VB VerbForm=Inf 7 ccomp 7:ccomp SpaceAfter=No -10 , , PUNCT , _ 7 punct 7:punct _ +10 , , PUNCT , _ 15 punct 15:punct _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 15 nsubj 15:nsubj _ 12-13 can't _ _ _ _ _ _ _ _ 12 ca can AUX MD VerbForm=Fin 15 aux 15:aux _ @@ -221200,7 +221341,7 @@ 8 join join VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 club club NOUN NN Number=Sing 8 obj 8:obj _ -11 - - PUNCT , _ 1 punct 1:punct SpaceAfter=No +11 - - PUNCT , _ 14 punct 14:punct SpaceAfter=No 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj _ 13 can can AUX MD VerbForm=Fin 14 aux 14:aux _ 14 get get VERB VB VerbForm=Inf 1 parataxis 1:parataxis _ @@ -221211,11 +221352,11 @@ # sent_id = reviews-310032-0010 # text = However, with BNA offering one day of free parking due to construction of the new rental car facility, it may be cheaper to park at BNA. 1 However however ADV RB _ 24 advmod 24:advmod SpaceAfter=No -2 , , PUNCT , _ 24 punct 24:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 with with SCONJ IN _ 5 mark 5:mark _ 4 BNA BNA PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 5 offering offer VERB VBG VerbForm=Ger 24 advcl 24:advcl:with _ -6 one one NUM CD NumType=Card 7 nummod 7:nummod _ +6 one one NUM CD NumForm=Word|NumType=Card 7 nummod 7:nummod _ 7 day day NOUN NN Number=Sing 5 obj 5:obj _ 8 of of ADP IN _ 10 case 10:case _ 9 free free ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -221229,11 +221370,11 @@ 17 rental rental ADJ JJ Degree=Pos 18 amod 18:amod _ 18 car car NOUN NN Number=Sing 19 compound 19:compound _ 19 facility facility NOUN NN Number=Sing 13 nmod 13:nmod:of SpaceAfter=No -20 , , PUNCT , _ 24 punct 24:punct _ +20 , , PUNCT , _ 5 punct 5:punct _ 21 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 24 nsubj 24:nsubj|26:nsubj:xsubj _ 22 may may AUX MD VerbForm=Fin 24 aux 24:aux _ 23 be be AUX VB VerbForm=Inf 24 cop 24:cop _ -24 cheaper cheaper ADJ JJR Degree=Cmp 0 root 0:root _ +24 cheaper cheap ADJ JJR Degree=Cmp 0 root 0:root _ 25 to to PART TO _ 26 mark 26:mark _ 26 park park VERB VB VerbForm=Inf 24 xcomp 24:xcomp _ 27 at at ADP IN _ 28 case 28:case _ @@ -221247,39 +221388,39 @@ 1 Wife wife NOUN NN Number=Sing 4 nsubj 4:nsubj|6:nsubj:xsubj|11:nsubj _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 1 conj 1:conj:and|4:nsubj|6:nsubj:xsubj _ -4 attempted attempt VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 attempted attempt VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 adopt adopt VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 dog dog NOUN NN Number=Sing 6 obj 6:obj _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ -11 nothing nothing PRON NN Number=Sing 4 conj 4:conj:and _ -12 but but CCONJ CC _ 13 cc 13:cc _ -13 frustrating frustrating ADJ JJ Degree=Pos 11 conj 11:conj:but SpaceAfter=No +11 nothing nothing PRON NN Number=Sing|PronType=Neg 4 conj 4:conj:and _ +12 but but ADP IN _ 13 case 13:case _ +13 frustrating frustrating ADJ JJ Degree=Pos 11 nmod 11:nmod:but SpaceAfter=No 14 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-006970-0002 # text = We arrived Sunday at about 230 and found a do we really liked. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|8:nsubj _ -2 arrived arrive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 arrived arrive VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 Sunday Sunday PROPN NNP Number=Sing 2 obl:tmod 2:obl:tmod _ 4 at at ADP IN _ 6 case 6:case _ 5 about about ADV RB _ 6 advmod 6:advmod _ -6 230 230 NUM CD NumType=Card 2 obl 2:obl:at _ +6 230 230 NUM CD NumForm=Digit|NumType=Card 2 obl 2:obl:at _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +8 found find VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -10 do do NOUN NN Number=Sing 8 obj 8:obj _ +10 do dog NOUN NN Number=Sing|Typo=Yes 8 obj 8:obj CorrectForm=dog 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 12 really really ADV RB _ 13 advmod 13:advmod _ -13 liked like VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl SpaceAfter=No +13 liked like VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-006970-0003 # text = We were told that we couldn't today because they were closing soon. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj:pass 3:nsubj:pass _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ 3 told tell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 that that SCONJ IN _ 6 mark 6:mark _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ @@ -221289,7 +221430,7 @@ 8 today today NOUN NN Number=Sing 6 obl:tmod 6:obl:tmod _ 9 because because SCONJ IN _ 12 mark 12:mark _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -11 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 aux 12:aux _ +11 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 12 aux 12:aux _ 12 closing close VERB VBG Tense=Pres|VerbForm=Part 6 advcl 6:advcl:because _ 13 soon soon ADV RB Degree=Pos 12 advmod 12:advmod SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ @@ -221297,15 +221438,15 @@ # sent_id = reviews-006970-0004 # text = I called the next morning to let then know my wife would be driving in. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 next next ADJ JJ Degree=Pos 5 amod 5:amod _ 5 morning morning NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod _ 6 to to PART TO _ 7 mark 7:mark _ 7 let let VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ -8 then they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs|Typo=Yes 7 obj 7:obj|9:nsubj:xsubj _ +8 then they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs|Typo=Yes 7 obj 7:obj|9:nsubj:xsubj CorrectForm=them 9 know know VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 wife wife NOUN NN Number=Sing 14 nsubj 14:nsubj _ 12 would would AUX MD VerbForm=Fin 14 aux 14:aux _ 13 be be AUX VB VerbForm=Inf 14 aux 14:aux _ @@ -221316,7 +221457,7 @@ # sent_id = reviews-006970-0005 # text = They gave me the run around and missing paperwork only to call back to tell me someone else wanted her and I would need to come in and put down a deposit. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 gave give VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 iobj 2:iobj _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 run run NOUN NN Number=Sing 6 compound 6:compound _ @@ -221331,9 +221472,9 @@ 14 to to PART TO _ 15 mark 15:mark _ 15 tell tell VERB VB VerbForm=Inf 12 advcl 12:advcl:to _ 16 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 15 iobj 15:iobj _ -17 someone someone PRON NN Number=Sing 19 nsubj 19:nsubj _ +17 someone someone PRON NN Number=Sing|PronType=Ind 19 nsubj 19:nsubj _ 18 else else ADJ JJ Degree=Pos 17 amod 17:amod _ -19 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 ccomp 15:ccomp _ +19 wanted want VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 ccomp 15:ccomp _ 20 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 19 obj 19:obj _ 21 and and CCONJ CC _ 24 cc 24:cc _ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj|26:nsubj:xsubj|29:nsubj:xsubj _ @@ -221352,13 +221493,13 @@ # sent_id = reviews-006970-0006 # text = I work 2 hours away but offered my card over the phone. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|7:nsubj _ -2 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 2 2 NUM CD NumType=Card 4 nummod 4:nummod _ +2 work work VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 2 2 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 hours hour NOUN NNS Number=Plur 5 obl:npmod 5:obl:npmod _ 5 away away ADV RB _ 2 advmod 2:advmod _ 6 but but CCONJ CC _ 7 cc 7:cc _ -7 offered offer VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:but _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 offered offer VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:but _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 card card NOUN NN Number=Sing 7 obj 7:obj _ 10 over over ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -221368,7 +221509,7 @@ # sent_id = reviews-006970-0007 # text = They refused. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 refused refuse VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +2 refused refuse VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-006970-0008 @@ -221382,37 +221523,38 @@ # sent_id = reviews-006970-0009 # text = At one point they told me the dog had been fixed, the next day it hadn't. 1 At at ADP IN _ 3 case 3:case _ -2 one one NUM CD NumType=Card 3 nummod 3:nummod _ +2 one one NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 point point NOUN NN Number=Sing 5 obl 5:obl:at _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -5 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 told tell VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 iobj 5:iobj _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 dog dog NOUN NN Number=Sing 11 nsubj:pass 11:nsubj:pass _ -9 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 aux 11:aux _ +9 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 aux 11:aux _ 10 been be AUX VBN Tense=Past|VerbForm=Part 11 aux:pass 11:aux:pass _ 11 fixed fix VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 ccomp 5:ccomp SpaceAfter=No -12 , , PUNCT , _ 5 punct 5:punct _ +12 , , PUNCT , _ 17 punct 17:punct _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 14 next next ADJ JJ Degree=Pos 15 amod 15:amod _ 15 day day NOUN NN Number=Sing 17 obl:tmod 17:obl:tmod _ 16 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ -17 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 ccomp 5:ccomp SpaceAfter=No -18 n't not PART RB _ 17 advmod 17:advmod SpaceAfter=No +17-18 hadn't _ _ _ _ _ _ _ SpaceAfter=No +17 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 parataxis 5:parataxis Promoted=Yes +18 n't not PART RB _ 17 advmod 17:advmod _ 19 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-006970-0010 # text = Huge ammount of time wasted time and elevated blood pressure. 1 Huge huge ADJ JJ Degree=Pos 2 amod 2:amod _ -2 ammount amount NOUN NN Number=Sing|Typo=Yes 0 root 0:root _ +2 ammount amount NOUN NN Number=Sing|Typo=Yes 0 root 0:root CorrectForm=amount 3 of of ADP IN _ 6 case 6:case _ -4 time time NOUN NN Number=Sing 6 case 6:case _ -5 wasted waste VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ -6 time time NOUN NN Number=Sing 2 nmod 2:nmod:time _ +4 time time NOUN NN Number=Sing 6 reparandum 6:reparandum _ +5 wasted waste VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ +6 time time NOUN NN Number=Sing 2 nmod 2:nmod:of _ 7 and and CCONJ CC _ 10 cc 10:cc _ -8 elevated elevate VERB VBN Tense=Past|VerbForm=Part 10 amod 10:amod _ +8 elevated elevate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 amod 10:amod _ 9 blood blood NOUN NN Number=Sing 10 compound 10:compound _ -10 pressure pressure NOUN NN Number=Sing 6 conj 2:nmod:time|6:conj:and SpaceAfter=No +10 pressure pressure NOUN NN Number=Sing 6 conj 2:nmod:of|6:conj:and SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # newdoc id = reviews-247226 @@ -221433,41 +221575,41 @@ # sent_id = reviews-247226-0002 # text = Went to the school here OVER PRICED!!!!!! -1 Went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 to to ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 school school NOUN NN Number=Sing 1 obl 1:obl:to _ 5 here here ADV RB PronType=Dem 4 advmod 4:advmod _ -6 OVER over X GW _ 1 parataxis 1:parataxis _ -7 PRICED priced ADJ JJ Degree=Pos 6 goeswith 6:goeswith SpaceAfter=No +6 OVER overpriced ADJ GW Degree=Pos|Typo=Yes 1 parataxis 1:parataxis _ +7 PRICED _ X JJ _ 6 goeswith 6:goeswith SpaceAfter=No 8 !!!!!! !!!!!! PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-247226-0003 # text = You do NOT learn the things you were promised. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 NOT not PART RB _ 4 advmod 4:advmod _ 4 learn learn VERB VB VerbForm=Inf 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 things thing NOUN NNS Number=Plur 4 obj 4:obj _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj:pass 9:nsubj:pass _ -8 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ -9 promised promise VERB VBN Tense=Past|VerbForm=Part 6 acl:relcl 6:acl:relcl SpaceAfter=No +8 were be AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ +9 promised promise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl:relcl 6:acl:relcl SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-247226-0004 # text = You have to bring in your own models and they have to pay for you to use them if you dont then you can graduate! 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 bring bring VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 in in ADV RB _ 4 advmod 4:advmod _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 own own ADJ JJ Degree=Pos 8 amod 8:amod _ 8 models model NOUN NNS Number=Plur 4 obj 4:obj _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj|13:nsubj:xsubj _ -11 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +11 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 12 to to PART TO _ 13 mark 13:mark _ 13 pay pay VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 14 for for SCONJ IN _ 17 mark 17:mark _ @@ -221478,8 +221620,8 @@ 19 if if SCONJ IN _ 21 mark 21:mark _ 20 you you PRON PRP Case=Nom|Person=2|PronType=Prs 21 nsubj 21:nsubj _ 21-22 dont _ _ _ _ _ _ _ _ -21 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 advcl 26:advcl:if _ -22 nt not PART RB _ 21 advmod 21:advmod _ +21 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 26 advcl 26:advcl:if _ +22 nt not PART RB Typo=Yes 21 advmod 21:advmod CorrectForm=n't 23 then then ADV RB PronType=Dem 26 advmod 26:advmod _ 24 you you PRON PRP Case=Nom|Person=2|PronType=Prs 26 nsubj 26:nsubj _ 25 can can AUX MD VerbForm=Fin 26 aux 26:aux _ @@ -221492,27 +221634,29 @@ 2 back back ADV RB _ 1 advmod 1:advmod _ 3 after after SCONJ IN _ 4 mark 4:mark _ 4 graduating graduate VERB VBG VerbForm=Ger 1 advcl 1:advcl:after _ -5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj:pass 7:nsubj:pass SpaceAfter=No -6 r be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ +5-6 your _ _ _ _ _ _ _ _ +5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj:pass 7:nsubj:pass _ +6 r be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|Typo=Yes|VerbForm=Fin 7 aux:pass 7:aux:pass CorrectForm='re 7 told tell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -9 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ +9 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 ccomp 7:ccomp _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 discount discount NOUN NN Number=Sing 9 obj 9:obj _ 12 on on ADP IN _ 13 case 13:case _ 13 services service NOUN NNS Number=Plur 11 nmod 11:nmod:on _ 14 nope nope INTJ UH _ 16 discourse 16:discourse _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -16 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 parataxis 7:parataxis SpaceAfter=No -17 nt not PART RB _ 16 advmod 16:advmod SpaceAfter=No +16-17 dont _ _ _ _ _ _ _ SpaceAfter=No +16 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 parataxis 7:parataxis _ +17 nt not PART RB Typo=Yes 16 advmod 16:advmod CorrectForm=n't 18 . . PUNCT . _ 7 punct 7:punct _ # sent_id = reviews-247226-0006 # text = Staff is under educated. 1 Staff staff NOUN NN Number=Sing 3 nsubj 3:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 under under X GW _ 0 root 0:root _ -4 educated educated ADJ JJ Degree=Pos 3 goeswith 3:goeswith SpaceAfter=No +3 under undereducated ADJ GW Degree=Pos|Typo=Yes 0 root 0:root _ +4 educated _ X JJ _ 3 goeswith 3:goeswith SpaceAfter=No 5 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-247226-0007 @@ -221520,7 +221664,7 @@ 1 Going go VERB VBG VerbForm=Ger 4 advcl 4:advcl _ 2 there there ADV RB PronType=Dem 1 advmod 1:advmod _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 learn learn VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 learn learn VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 school school NOUN NN Number=Sing 9 nsubj 9:nsubj _ 7 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ @@ -221529,7 +221673,7 @@ 10 about about ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 services service NOUN NNS Number=Plur 9 obl 9:obl:about _ -13 given give VERB VBN Tense=Past|VerbForm=Part 12 acl 12:acl _ +13 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 acl 12:acl _ 14 just just ADV RB _ 17 advmod 17:advmod _ 15 about about ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -221538,8 +221682,8 @@ # sent_id = reviews-247226-0008 # text = Over priced for students to learn! -1 Over over X GW _ 0 root 0:root _ -2 priced priced ADJ JJ Degree=Pos 1 goeswith 1:goeswith _ +1 Over overpriced ADJ GW Degree=Pos|Typo=Yes 0 root 0:root _ +2 priced _ X JJ _ 1 goeswith 1:goeswith _ 3 for for SCONJ IN _ 6 mark 6:mark _ 4 students student NOUN NNS Number=Plur 6 nsubj 6:nsubj _ 5 to to PART TO _ 6 mark 6:mark _ @@ -221554,7 +221698,7 @@ 4 nail nail NOUN NN Number=Sing 5 compound 5:compound _ 5 program program NOUN NN Number=Sing 1 obl 1:obl:of _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj:pass 9:nsubj:pass|11:nsubj:xsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux:pass 9:aux:pass _ +7 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 aux:pass 9:aux:pass _ 8 not not PART RB _ 9 advmod 9:advmod _ 9 taught teach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 parataxis 1:parataxis _ 10 to to PART TO _ 11 mark 11:mark _ @@ -221562,10 +221706,10 @@ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 nail nail NOUN NN Number=Sing 14 compound 14:compound _ 14 drill drill NOUN NN Number=Sing 11 obj 11:obj _ -15 AT at ADV RB _ 16 case 16:case _ -16 ALL all ADV RB _ 11 obl 11:obl:at _ +15 AT at ADP IN _ 16 case 16:case _ +16 ALL all DET DT PronType=Tot 11 obl 11:obl:at _ 17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ -18 learn learn VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ +18 learn learn VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ 19 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 20 old old ADJ JJ Degree=Pos 21 amod 21:amod _ 21 fashioned fashioned ADJ JJ Degree=Pos 22 amod 22:amod _ @@ -221620,33 +221764,33 @@ # sent_id = reviews-120335-0003 # text = They convince lots of people that they are a great store, when in fact they are a very average place at best, they are just another big box store like the others. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 convince convince VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 lots lot NOUN NNS Number=Plur 2 obj 2:obj _ +2 convince convince VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 lots lot NOUN NNS Number=Plur 2 iobj 2:iobj _ 4 of of ADP IN _ 5 case 5:case _ 5 people people NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 6 that that SCONJ IN _ 11 mark 11:mark _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 great great ADJ JJ Degree=Pos 11 amod 11:amod _ 11 store store NOUN NN Number=Sing 2 ccomp 2:ccomp SpaceAfter=No -12 , , PUNCT , _ 2 punct 2:punct _ -13 when when SCONJ WRB PronType=Int 21 mark 21:mark _ +12 , , PUNCT , _ 21 punct 21:punct _ +13 when when ADV WRB PronType=Int 21 advmod 21:advmod _ 14 in in ADP IN _ 15 case 15:case _ 15 fact fact NOUN NN Number=Sing 21 obl 21:obl:in _ 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 21 nsubj 21:nsubj _ -17 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ +17 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 18 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 19 very very ADV RB _ 20 advmod 20:advmod _ 20 average average ADJ JJ Degree=Pos 21 amod 21:amod _ 21 place place NOUN NN Number=Sing 2 advcl 2:advcl:when _ -22 at at ADV RB _ 23 case 23:case _ -23 best best ADV RBS Degree=Sup 21 obl 21:obl:at SpaceAfter=No -24 , , PUNCT , _ 2 punct 2:punct _ +22 at at ADP IN _ 23 case 23:case _ +23 best well ADV RBS Degree=Sup 21 obl 21:obl:at SpaceAfter=No +24 , , PUNCT , _ 31 punct 31:punct _ 25 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 31 nsubj 31:nsubj _ -26 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 cop 31:cop _ +26 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 31 cop 31:cop _ 27 just just ADV RB _ 31 advmod 31:advmod _ -28 another another DET DT _ 31 det 31:det _ +28 another another DET DT PronType=Ind 31 det 31:det _ 29 big big ADJ JJ Degree=Pos 30 amod 30:amod _ 30 box box NOUN NN Number=Sing 31 compound 31:compound _ 31 store store NOUN NN Number=Sing 2 parataxis 2:parataxis _ @@ -221658,30 +221802,31 @@ # sent_id = reviews-120335-0004 # text = They offer sales that aren't really sales, mislabeled items that make the item sound like a good deal when it isn't, a bad attitude about return items, and on and on. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 offer offer VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 offer offer VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 sales sale NOUN NNS Number=Plur 2 obj 2:obj|8:nsubj _ 4 that that PRON WDT PronType=Rel 8 nsubj 3:ref _ 5-6 aren't _ _ _ _ _ _ _ _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 6 n't not PART RB _ 8 advmod 8:advmod _ 7 really really ADV RB _ 8 advmod 8:advmod _ 8 sales sale NOUN NNS Number=Plur 3 acl:relcl 3:acl:relcl SpaceAfter=No 9 , , PUNCT , _ 11 punct 11:punct _ -10 mislabeled mislabel VERB VBN Tense=Past|VerbForm=Part 11 amod 11:amod _ +10 mislabeled mislabel VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 amod 11:amod _ 11 items item NOUN NNS Number=Plur 3 conj 3:conj|13:nsubj _ 12 that that PRON WDT PronType=Rel 13 nsubj 11:ref _ -13 make make VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +13 make make VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -15 item item NOUN NN Number=Sing 16 nsubj 16:nsubj _ -16 sound sound VERB VB VerbForm=Inf 13 ccomp 13:ccomp _ +15 item item NOUN NN Number=Sing 13 obj 13:obj|16:nsubj:xsubj _ +16 sound sound VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 17 like like ADP IN _ 20 case 20:case _ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 19 good good ADJ JJ Degree=Pos 20 amod 20:amod _ 20 deal deal NOUN NN Number=Sing 16 obl 16:obl:like _ -21 when when SCONJ WRB PronType=Int 23 mark 23:mark _ +21 when when ADV WRB PronType=Int 23 advmod 23:advmod _ 22 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 23 nsubj 23:nsubj _ -23 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:when SpaceAfter=No -24 n't not PART RB _ 23 advmod 23:advmod SpaceAfter=No +23-24 isn't _ _ _ _ _ _ _ SpaceAfter=No +23 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:when _ +24 n't not PART RB _ 23 advmod 23:advmod _ 25 , , PUNCT , _ 28 punct 28:punct _ 26 a a DET DT Definite=Ind|PronType=Art 28 det 28:det _ 27 bad bad ADJ JJ Degree=Pos 28 amod 28:amod _ @@ -221699,7 +221844,7 @@ # sent_id = reviews-120335-0005 # text = With higher than average prices to boot! 1 With with ADP IN _ 5 case 5:case _ -2 higher higher ADJ JJR Degree=Cmp 5 amod 5:amod _ +2 higher high ADJ JJR Degree=Cmp 5 amod 5:amod _ 3 than than ADP IN _ 4 case 4:case _ 4 average average ADJ JJ Degree=Pos 2 obl 2:obl:than _ 5 prices price NOUN NNS Number=Plur 7 obl 7:obl:with _ @@ -221716,14 +221861,14 @@ 4 get get AUX VB Mood=Imp|VerbForm=Fin 5 aux:pass 5:aux:pass _ 5 taken take VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 in in ADV RB _ 5 advmod 5:advmod SpaceAfter=No -7 , , PUNCT , _ 5 punct 5:punct _ +7 , , PUNCT , _ 8 punct 8:punct _ 8 keep keep VERB VB Mood=Imp|VerbForm=Fin 5 parataxis 5:parataxis _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 eyes eye NOUN NNS Number=Plur 8 obj 8:obj|11:nsubj:xsubj _ 11 open open ADJ JJ Degree=Pos 8 xcomp 8:xcomp _ 12 if if SCONJ IN _ 14 mark 14:mark _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj|16:nsubj:xsubj _ -14 choose choose VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:if _ +14 choose choose VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:if _ 15 to to PART TO _ 16 mark 16:mark _ 16 shop shop VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 17 here here ADV RB PronType=Dem 16 advmod 16:advmod SpaceAfter=No @@ -221735,7 +221880,7 @@ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 other other ADJ JJ Degree=Pos 4 amod 4:amod _ 4 hand hand NOUN NN Number=Sing 11 obl 11:obl:on SpaceAfter=No -5 , , PUNCT , _ 11 punct 11:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 7 Richmond Richmond PROPN NNP Number=Sing 9 compound 9:compound _ 8 Ukrops Ukrops PROPN NNP Number=Sing 9 compound 9:compound _ @@ -221743,16 +221888,16 @@ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 aux:pass 11:aux:pass _ 11 known know VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 12 for for ADP IN _ 15 case 15:case _ -13 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 14 charity charity NOUN NN Number=Sing 15 compound 15:compound _ 15 work work NOUN NN Number=Sing 11 obl 11:obl:for SpaceAfter=No 16 , , PUNCT , _ 19 punct 19:punct _ -17 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +17 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 18 community community NOUN NN Number=Sing 19 compound 19:compound _ 19 action action NOUN NN Number=Sing 15 conj 11:obl:for|15:conj:and SpaceAfter=No 20 , , PUNCT , _ 23 punct 23:punct _ 21 and and CCONJ CC _ 23 cc 23:cc _ -22 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 interest interest NOUN NN Number=Sing 15 conj 11:obl:for|15:conj:and _ 24 in in ADP IN _ 27 case 27:case _ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ @@ -221777,7 +221922,7 @@ 4 here here ADV RB PronType=Dem 3 advmod 3:advmod _ 5 unless unless SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj|11:nsubj:xsubj|13:nsubj:xsubj|16:nsubj:xsubj|18:nsubj:xsubj _ -7 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:unless _ +7 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:unless _ 8 to to PART TO _ 9 mark 9:mark _ 9 sit sit VERB VB VerbForm=Inf 7 xcomp 7:xcomp SpaceAfter=No 10 , , PUNCT , _ 11 punct 11:punct SpaceAfter=No @@ -221786,7 +221931,7 @@ 13 eat eat VERB VB VerbForm=Inf 9 conj 7:xcomp|9:conj:and _ 14 and and CCONJ CC _ 16 cc 16:cc _ 15 be be AUX VB VerbForm=Inf 16 aux:pass 16:aux:pass _ -16 asked ask VERB VBN Tense=Past|VerbForm=Part 9 conj 7:xcomp|9:conj:and _ +16 asked ask VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 conj 7:xcomp|9:conj:and _ 17 to to PART TO _ 18 mark 18:mark _ 18 leave leave VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 19 all all ADV RB _ 22 advmod 22:advmod _ @@ -221794,7 +221939,7 @@ 21 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 22 matter matter NOUN NN Number=Sing 18 obl 18:obl:in _ 23 of of ADP IN _ 25 case 25:case _ -24 20 20 NUM CD NumType=Card 25 nummod 25:nummod _ +24 20 20 NUM CD NumForm=Digit|NumType=Card 25 nummod 25:nummod _ 25 minutes minute NOUN NNS Number=Plur 22 nmod 22:nmod:of SpaceAfter=No 26 . . PUNCT . _ 3 punct 3:punct _ @@ -221814,17 +221959,17 @@ 11 menu menu NOUN NN Number=Sing 8 obj 8:obj _ 12 before before SCONJ IN _ 14 mark 14:mark _ 13 being be AUX VBG VerbForm=Ger 14 aux:pass 14:aux:pass _ -14 asked ask VERB VBN Tense=Past|VerbForm=Part 8 advcl 8:advcl:before _ +14 asked ask VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 advcl 8:advcl:before _ 15 to to PART TO _ 16 mark 16:mark _ 16 order order VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 17 and and CCONJ CC _ 27 cc 27:cc _ 18 if if SCONJ IN _ 20 mark 20:mark _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj _ -20 ask ask VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 advcl 27:advcl:if _ +20 ask ask VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 27 advcl 27:advcl:if _ 21 for for ADP IN _ 23 case 23:case _ 22 more more ADJ JJR Degree=Cmp 23 amod 23:amod _ 23 time time NOUN NN Number=Sing 20 obl 20:obl:for _ -24 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 server server NOUN NN Number=Sing 27 nsubj 27:nsubj _ 26 will will AUX MD VerbForm=Fin 27 aux 27:aux _ 27 wait wait VERB VB VerbForm=Inf 5 conj 5:conj:and _ @@ -221841,7 +221986,7 @@ 4 only only ADJ JJ Degree=Pos 5 amod 5:amod _ 5 place place NOUN NN Number=Sing 0 root 0:root _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj|12:nsubj:pass|14:nsubj:xsubj _ -7 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +7 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 ever ever ADV RB _ 9 advmod 9:advmod _ 9 eaten eat VERB VBN Tense=Past|VerbForm=Part 5 acl:relcl 5:acl:relcl _ 10 and and CCONJ CC _ 12 cc 12:cc _ @@ -221852,7 +221997,7 @@ 15 because because SCONJ IN _ 19 mark 19:mark _ 16 other other ADJ JJ Degree=Pos 17 amod 17:amod _ 17 people people NOUN NNS Number=Plur 19 nsubj 19:nsubj _ -18 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 aux 19:aux _ +18 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 19 aux 19:aux _ 19 waiting wait VERB VBG Tense=Pres|VerbForm=Part 12 advcl 12:advcl:because SpaceAfter=No 20 . . PUNCT . _ 5 punct 5:punct _ @@ -221863,13 +222008,13 @@ 3 told tell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 take take VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 coffee coffee NOUN NN Number=Sing 5 obj 5:obj _ 8 to to PART TO _ 9 mark 9:mark _ 9 go go VERB VB VerbForm=Inf 7 acl 7:acl:to _ 10 if if SCONJ IN _ 12 mark 12:mark _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj|14:nsubj:xsubj _ -12 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:if _ +12 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:if _ 13 to to PART TO _ 14 mark 14:mark _ 14 finish finish VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ 15 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 obj 14:obj SpaceAfter=No @@ -221877,31 +222022,31 @@ # sent_id = reviews-371300-0006 # text = Oh, and their liquor license was expired so no Bloody Mary or Mimosas. -1 Oh oh INTJ UH _ 12 discourse 12:discourse SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ -3 and and CCONJ CC _ 14 cc 14:cc _ -4 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +1 Oh oh INTJ UH _ 8 discourse 8:discourse SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ +3 and and CCONJ CC _ 8 cc 8:cc _ +4 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 liquor liquor NOUN NN Number=Sing 6 compound 6:compound _ 6 license license NOUN NN Number=Sing 8 nsubj 8:nsubj _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 8 expired expired ADJ JJ Degree=Pos 0 root 0:root _ 9 so so ADV RB _ 12 advmod 12:advmod _ -10 no no DET DT _ 12 det 12:det _ +10 no no DET DT PronType=Neg 12 det 12:det _ 11 Bloody bloody ADJ JJ Degree=Pos 12 amod 12:amod _ 12 Mary mary NOUN NN Number=Sing 8 parataxis 8:parataxis _ 13 or or CCONJ CC _ 14 cc 14:cc _ 14 Mimosas mimosa NOUN NNS Number=Plur 12 conj 12:conj:or SpaceAfter=No -15 . . PUNCT . _ 12 punct 12:punct _ +15 . . PUNCT . _ 8 punct 8:punct _ # sent_id = reviews-371300-0007 # text = Plus the drinks are self service, have fun trying to negotiate the small cafeteria space to get your coffee, juice or water. 1 Plus plus CCONJ CC _ 6 cc 6:cc _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 drinks drink NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 self self NOUN NN Number=Sing 6 compound 6:compound _ 6 service service NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 8 punct 8:punct _ 8 have have VERB VB Mood=Imp|VerbForm=Fin 6 parataxis 6:parataxis _ 9 fun fun NOUN NN Number=Sing 8 obj 8:obj _ 10 trying try VERB VBG VerbForm=Ger 8 advcl 8:advcl _ @@ -221912,8 +222057,8 @@ 15 cafeteria cafeteria NOUN NN Number=Sing 16 compound 16:compound _ 16 space space NOUN NN Number=Sing 12 obj 12:obj _ 17 to to PART TO _ 18 mark 18:mark _ -18 get get VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ -19 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +18 get get VERB VB VerbForm=Inf 10 advcl 10:advcl:to _ +19 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 coffee coffee NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No 21 , , PUNCT , _ 22 punct 22:punct _ 22 juice juice NOUN NN Number=Sing 20 conj 18:obj|20:conj:or _ @@ -221939,19 +222084,19 @@ # newpar id = reviews-396880-p0001 # text = I guess you get what you pay for. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 guess guess VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 guess guess VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ -5 what what PRON WP PronType=Int 7 obl 7:obl:for _ +4 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +5 what what PRON WP PronType=Rel 4 obj 4:obj|7:obl:for _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 pay pay VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ -8 for for ADP IN _ 5 case 5:case SpaceAfter=No +7 pay pay VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +8 for for ADP IN _ 7 obl 5:case SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-396880-0002 # text = I tried to stay here for a few nights with my girlfriend, so we asked for a single queen bed. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 tried try VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 stay stay VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 here here ADV RB PronType=Dem 4 advmod 4:advmod _ @@ -221960,12 +222105,12 @@ 8 few few ADJ JJ Degree=Pos 9 amod 9:amod _ 9 nights night NOUN NNS Number=Plur 4 obl 4:obl:for _ 10 with with ADP IN _ 12 case 12:case _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 girlfriend girlfriend NOUN NN Number=Sing 4 obl 4:obl:with SpaceAfter=No 13 , , PUNCT , _ 16 punct 16:punct _ 14 so so ADV RB _ 16 advmod 16:advmod _ 15 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -16 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj _ +16 asked ask VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 17 for for ADP IN _ 21 case 21:case _ 18 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 19 single single ADJ JJ Degree=Pos 21 amod 21:amod _ @@ -221976,12 +222121,12 @@ # sent_id = reviews-396880-0003 # text = We got there, and we were treated to the free "upgrade" of a room with two double beds. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 got get VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 there there ADV RB PronType=Dem 2 advmod 2:advmod SpaceAfter=No 4 , , PUNCT , _ 8 punct 8:punct _ 5 and and CCONJ CC _ 8 cc 8:cc _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj:pass 8:nsubj:pass _ -7 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux:pass 8:aux:pass _ +7 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 8 aux:pass 8:aux:pass _ 8 treated treat VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 conj 2:conj:and _ 9 to to ADP IN _ 13 case 13:case _ 10 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ @@ -221993,7 +222138,7 @@ 16 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 17 room room NOUN NN Number=Sing 13 nmod 13:nmod:of _ 18 with with ADP IN _ 21 case 21:case _ -19 two two NUM CD NumType=Card 21 nummod 21:nummod _ +19 two two NUM CD NumForm=Word|NumType=Card 21 nummod 21:nummod _ 20 double double ADJ JJ Degree=Pos 21 amod 21:amod _ 21 beds bed NOUN NNS Number=Plur 17 nmod 17:nmod:with SpaceAfter=No 22 . . PUNCT . _ 2 punct 2:punct _ @@ -222002,14 +222147,14 @@ # text = Since they consider this an upgrade, they let their other rooms fill up and would not change our room. 1 Since since SCONJ IN _ 3 mark 3:mark _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 consider consider VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:since _ +3 consider consider VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:since _ 4 this this PRON DT Number=Sing|PronType=Dem 3 obj 3:obj|6:nsubj:xsubj _ 5 an a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 upgrade upgrade NOUN NN Number=Sing 3 xcomp 3:xcomp SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj|18:nsubj _ -9 let let VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +9 let let VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 other other ADJ JJ Degree=Pos 12 amod 12:amod _ 12 rooms room NOUN NNS Number=Plur 9 obj 9:obj|13:nsubj:xsubj _ 13 fill fill VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ @@ -222018,7 +222163,7 @@ 16 would would AUX MD VerbForm=Fin 18 aux 18:aux _ 17 not not PART RB _ 18 advmod 18:advmod _ 18 change change VERB VB VerbForm=Inf 9 conj 9:conj:and _ -19 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 room room NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No 21 . . PUNCT . _ 9 punct 9:punct _ @@ -222026,7 +222171,7 @@ # text = Then we got put in a room with a huge gap under the door....right next to the ice machine. 1 Then then ADV RB PronType=Dem 4 advmod 4:advmod _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ -3 got get AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ +3 got get AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 put put VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 in in ADP IN _ 7 case 7:case _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -222038,7 +222183,7 @@ 12 under under ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 door door NOUN NN Number=Sing 11 nmod 11:nmod:under SpaceAfter=No -15 .... .... PUNCT , _ 7 punct 7:punct SpaceAfter=No +15 .... .... PUNCT , _ 21 punct 21:punct SpaceAfter=No 16 right right ADV RB _ 21 advmod 21:advmod _ 17 next next ADP IN _ 21 case 21:case _ 18 to to ADP IN _ 21 case 21:case _ @@ -222052,27 +222197,27 @@ 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 could could AUX MD VerbForm=Fin 3 aux 3:aux _ 3 hear hear VERB VB VerbForm=Inf 0 root 0:root _ -4 every every DET DT _ 6 det 6:det _ +4 every every DET DT PronType=Tot 6 det 6:det _ 5 single single ADJ JJ Degree=Pos 6 amod 6:amod _ 6 thing thing NOUN NN Number=Sing 3 obj 3:obj|8:nsubj _ 7 that that PRON WDT PronType=Rel 8 nsubj 6:ref _ -8 happened happen VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +8 happened happen VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 9 outside outside ADV RB _ 8 advmod 8:advmod _ 10 like like SCONJ IN _ 15 mark 15:mark _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ 13 inside inside ADP IN _ 15 case 15:case _ -14 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 room room NOUN NN Number=Sing 3 advcl 3:advcl:inside SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-396880-0007 # text = When I finally found someone at the desk who could speak English, they moved our room, but we still did not receive the single queen we had "reserved" -1 When when SCONJ WRB PronType=Int 4 mark 4:mark _ +1 When when ADV WRB PronType=Int 4 advmod 4:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 3 finally finally ADV RB _ 4 advmod 4:advmod _ -4 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 advcl 15:advcl:when _ -5 someone someone PRON NN Number=Sing 4 obj 4:obj|11:nsubj _ +4 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 15 advcl 15:advcl:when _ +5 someone someone PRON NN Number=Sing|PronType=Ind 4 obj 4:obj|11:nsubj _ 6 at at ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 desk desk NOUN NN Number=Sing 5 nmod 5:nmod:at _ @@ -222080,23 +222225,23 @@ 10 could could AUX MD VerbForm=Fin 11 aux 11:aux _ 11 speak speak VERB VB VerbForm=Inf 5 acl:relcl 5:acl:relcl _ 12 English English PROPN NNP Number=Sing 11 obj 11:obj SpaceAfter=No -13 , , PUNCT , _ 15 punct 15:punct _ +13 , , PUNCT , _ 4 punct 4:punct _ 14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -15 moved move VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -16 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 moved move VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +16 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 room room NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No 18 , , PUNCT , _ 24 punct 24:punct _ 19 but but CCONJ CC _ 24 cc 24:cc _ 20 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 24 nsubj 24:nsubj _ 21 still still ADV RB _ 24 advmod 24:advmod _ -22 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 aux 24:aux _ +22 did do AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 24 aux 24:aux _ 23 not not PART RB _ 24 advmod 24:advmod _ 24 receive receive VERB VB VerbForm=Inf 15 conj 15:conj:but _ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 26 single single ADJ JJ Degree=Pos 27 amod 27:amod _ 27 queen queen NOUN NN Number=Sing 24 obj 24:obj _ 28 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 31 nsubj 31:nsubj _ -29 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 31 aux 31:aux _ +29 had have AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 31 aux 31:aux _ 30 " " PUNCT `` _ 31 punct 31:punct SpaceAfter=No 31 reserved reserve VERB VBN Tense=Past|VerbForm=Part 27 acl:relcl 27:acl:relcl SpaceAfter=No 32 " " PUNCT '' _ 31 punct 31:punct _ @@ -222115,14 +222260,14 @@ # newpar id = reviews-190256-p0002 # text = I had a problem with the tile in my bathroom coming apart. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 problem problem NOUN NN Number=Sing 2 obj 2:obj _ 5 with with SCONJ IN _ 11 mark 11:mark _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 tile tile NOUN NN Number=Sing 11 nsubj 11:nsubj _ 8 in in ADP IN _ 10 case 10:case _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 bathroom bathroom NOUN NN Number=Sing 7 nmod 7:nmod:in _ 11 coming come VERB VBG VerbForm=Ger 4 acl 4:acl:with _ 12 apart apart ADV RB _ 11 advmod 11:advmod SpaceAfter=No @@ -222131,7 +222276,7 @@ # sent_id = reviews-190256-0003 # text = I called a few different businesses in the area to get estimates , they weren't the cheapest I found but very reasonable. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 4 few few ADJ JJ Degree=Pos 6 amod 6:amod _ 5 different different ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -222142,15 +222287,15 @@ 10 to to PART TO _ 11 mark 11:mark _ 11 get get VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ 12 estimates estimate NOUN NNS Number=Plur 11 obj 11:obj _ -13 , , PUNCT , _ 2 punct 2:punct _ +13 , , PUNCT , _ 18 punct 18:punct _ 14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj|23:nsubj _ 15-16 weren't _ _ _ _ _ _ _ _ -15 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 cop 18:cop _ +15 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 18 cop 18:cop _ 16 n't not PART RB _ 18 advmod 18:advmod _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -18 cheapest cheapest ADJ JJS Degree=Sup 2 parataxis 2:parataxis _ +18 cheapest cheap ADJ JJS Degree=Sup 2 parataxis 2:parataxis _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ +20 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ 21 but but CCONJ CC _ 23 cc 23:cc _ 22 very very ADV RB _ 23 advmod 23:advmod _ 23 reasonable reasonable ADJ JJ Degree=Pos 18 conj 18:conj:but SpaceAfter=No @@ -222159,15 +222304,15 @@ # sent_id = reviews-190256-0004 # text = The best part is I got my whole bathroom remodeled for about the same price the other company's were quoting just to fix the shower tile and fixtures. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 best best ADJ JJS Degree=Sup 3 amod 3:amod _ -3 part part NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 best good ADJ JJS Degree=Sup 3 amod 3:amod _ +3 part part NOUN NN Number=Sing 6 nsubj:outer 6:nsubj:outer _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +6 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 8 whole whole ADJ JJ Degree=Pos 9 amod 9:amod _ 9 bathroom bathroom NOUN NN Number=Sing 6 obj 6:obj|10:nsubj:xsubj _ -10 remodeled remodel VERB VBN Tense=Past|VerbForm=Part 6 xcomp 6:xcomp _ +10 remodeled remodel VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 xcomp 6:xcomp _ 11 for for ADP IN _ 15 case 15:case _ 12 about about ADV RB _ 15 advmod 15:advmod _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -222176,7 +222321,7 @@ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 17 other other ADJ JJ Degree=Pos 18 amod 18:amod _ 18 company's company NOUN NNS Number=Plur 20 nsubj 20:nsubj _ -19 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 aux 20:aux _ +19 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 20 aux 20:aux _ 20 quoting quote VERB VBG Tense=Pres|VerbForm=Part 15 acl:relcl 15:acl:relcl _ 21 just just ADV RB _ 23 advmod 23:advmod _ 22 to to PART TO _ 23 mark 23:mark _ @@ -222186,26 +222331,26 @@ 26 tile tile NOUN NN Number=Sing 23 obj 23:obj _ 27 and and CCONJ CC _ 28 cc 28:cc _ 28 fixtures fixture NOUN NNS Number=Plur 26 conj 23:obj|26:conj:and SpaceAfter=No -29 . . PUNCT . _ 4 punct 4:punct _ +29 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-190256-0005 # text = They had the work done in about half the time quoted which made me and my wife extremely happy. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root|13:csubj _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 work work NOUN NN Number=Sing 2 obj 2:obj|5:nsubj:xsubj _ 5 done done ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ 6 in in ADP IN _ 10 case 10:case _ 7 about about ADV RB _ 8 advmod 8:advmod _ -8 half half DET PDT _ 10 nummod 10:nummod _ +8 half half DET PDT NumForm=Word|NumType=Frac|PronType=Ind 10 det:predet 10:det:predet _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 time time NOUN NN Number=Sing 2 obl 2:obl:in _ -11 quoted quote VERB VBN Tense=Past|VerbForm=Part 10 acl 10:acl _ -12 which which PRON WDT PronType=Int 13 nsubj 13:nsubj _ -13 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +11 quoted quote VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 acl 10:acl _ +12 which which PRON WDT PronType=Rel 13 nsubj 2:ref _ +13 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 advcl:relcl 2:advcl:relcl _ 14 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 13 obj 13:obj|19:nsubj:xsubj _ 15 and and CCONJ CC _ 17 cc 17:cc _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 wife wife NOUN NN Number=Sing 14 conj 13:obj|14:conj:and|19:nsubj:xsubj _ 18 extremely extremely ADV RB _ 19 advmod 19:advmod _ 19 happy happy ADJ JJ Degree=Pos 13 xcomp 13:xcomp SpaceAfter=No @@ -222214,19 +222359,19 @@ # sent_id = reviews-190256-0006 # text = We have had nothing but compliments on our bathroom when guest come over- who would have guessed that one? 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 nothing nothing PRON NN Number=Sing 3 obj 3:obj _ +4 nothing nothing PRON NN Number=Sing|PronType=Neg 3 obj 3:obj _ 5 but but ADP IN _ 6 case 6:case _ 6 compliments compliment NOUN NNS Number=Plur 4 nmod 4:nmod:but _ 7 on on ADP IN _ 9 case 9:case _ -8 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 bathroom bathroom NOUN NN Number=Sing 4 nmod 4:nmod:on _ -10 when when SCONJ WRB PronType=Int 12 mark 12:mark _ -11 guest guest NOUN NN Number=Sing 12 nsubj 12:nsubj _ -12 come come VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:when _ +10 when when ADV WRB PronType=Int 12 advmod 12:advmod _ +11 guest guest NOUN NNS Number=Plur|Typo=Yes 12 nsubj 12:nsubj CorrectForm=guests +12 come come VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:when _ 13 over over ADV RB _ 12 advmod 12:advmod SpaceAfter=No -14 - - PUNCT , _ 3 punct 3:punct _ +14 - - PUNCT , _ 18 punct 18:punct _ 15 who who PRON WP PronType=Int 18 nsubj 18:nsubj _ 16 would would AUX MD VerbForm=Fin 18 aux 18:aux _ 17 have have AUX VB VerbForm=Inf 18 aux 18:aux _ @@ -222248,11 +222393,11 @@ # sent_id = reviews-190256-0008 # text = Best money I've spent on remodeling ever. -1 Best best ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Best good ADJ JJS Degree=Sup 2 amod 2:amod _ 2 money money NOUN NN Number=Sing 0 root 0:root _ 3-4 I've _ _ _ _ _ _ _ _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -4 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 spent spend VERB VBN Tense=Past|VerbForm=Part 2 acl:relcl 2:acl:relcl _ 6 on on ADP IN _ 7 case 7:case _ 7 remodeling remodeling NOUN NN Number=Sing 5 obl 5:obl:on _ @@ -222263,8 +222408,8 @@ # text = I highly recommend any one considering home repair to give these guys a call. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 highly highly ADV RB _ 3 advmod 3:advmod _ -3 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 any any DET DT _ 5 det 5:det _ +3 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 any any DET DT PronType=Ind 5 det 5:det _ 5 one one NOUN NN Number=Sing 3 obj 3:obj|10:nsubj:xsubj _ 6 considering consider VERB VBG VerbForm=Ger 5 acl 5:acl _ 7 home home NOUN NN Number=Sing 8 compound 8:compound _ @@ -222297,7 +222442,7 @@ 5 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 moved move VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 7 from from ADP IN _ 11 case 11:case _ -8 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +8 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 9 Holderness Holderness PROPN NNP Number=Sing 10 compound 10:compound _ 10 Road Road PROPN NNP Number=Sing 11 compound 11:compound _ 11 site site NOUN NN Number=Sing 6 obl 6:obl:from _ @@ -222317,14 +222462,14 @@ 2 new new ADJ JJ Degree=Pos 3 amod 3:amod _ 3 Centre Centre PROPN NNP Number=Sing 4 nsubj 4:nsubj|10:nsubj _ 4 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 4 4 NUM CD NumType=Card 6 nummod 6:nummod _ +5 4 4 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 studios studio NOUN NNS Number=Plur 4 obj 4:obj _ -7 planned plan VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 planned plan VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 now now ADV RB _ 10 advmod 10:advmod _ 10 boasts boast VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 11 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -12 largest largest ADJ JJS Degree=Sup 16 amod 16:amod _ +12 largest large ADJ JJS Degree=Sup 16 amod 16:amod _ 13 single single ADJ JJ Degree=Pos 16 amod 16:amod _ 14 dance dance NOUN NN Number=Sing 15 compound 15:compound _ 15 floor floor NOUN NN Number=Sing 16 compound 16:compound _ @@ -222339,13 +222484,13 @@ # text = The classes cover all age and skill ranges, with BALLROOM, LATIN, SEQUENCE, STREET, DISCO, LINE DANCING, BALLET, TAP & JAZZ. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 classes class NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 cover cover VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 all all DET DT _ 8 det 8:det _ +3 cover cover VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 all all DET DT PronType=Tot 8 det 8:det _ 5 age age NOUN NN Number=Sing 8 compound 8:compound _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 skill skill NOUN NN Number=Sing 5 conj 5:conj:and|8:compound _ 8 ranges range NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -9 , , PUNCT , _ 3 punct 3:punct _ +9 , , PUNCT , _ 11 punct 11:punct _ 10 with with ADP IN _ 11 case 11:case _ 11 BALLROOM ballroom NOUN NN Number=Sing 3 obl 3:obl:with SpaceAfter=No 12 , , PUNCT , _ 13 punct 13:punct _ @@ -222370,10 +222515,10 @@ # sent_id = reviews-047184-0005 # text = We have attended A Ward Dance Centre for over a year and really enjoy the friendly and welcoming way we are taught Ballroom and Latin as well as the fun filled social dance evening held every Saturday evening.... 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|14:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 attended attend VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 A a PROPN NNP Number=Sing 7 compound 7:compound _ -5 Ward Ward X GW _ 4 goeswith 4:goeswith _ +4 A Award PROPN GW Number=Sing|Typo=Yes 7 compound 7:compound _ +5 Ward _ X NNP _ 4 goeswith 4:goeswith _ 6 Dance Dance PROPN NNP Number=Sing 7 compound 7:compound _ 7 Centre Centre PROPN NNP Number=Sing 3 obj 3:obj _ 8 for for ADP IN _ 11 case 11:case _ @@ -222382,29 +222527,29 @@ 11 year year NOUN NN Number=Sing 3 obl 3:obl:over _ 12 and and CCONJ CC _ 14 cc 14:cc _ 13 really really ADV RB _ 14 advmod 14:advmod _ -14 enjoy enjoy VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +14 enjoy enjoy VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 15 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 16 friendly friendly ADJ JJ Degree=Pos 19 amod 19:amod _ 17 and and CCONJ CC _ 18 cc 18:cc _ 18 welcoming welcoming ADJ JJ Degree=Pos 16 conj 16:conj:and|19:amod _ 19 way way NOUN NN Number=Sing 14 obj 14:obj _ 20 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 22 nsubj:pass 22:nsubj:pass _ -21 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 aux:pass 22:aux:pass _ +21 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 22 aux:pass 22:aux:pass _ 22 taught teach VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 acl:relcl 19:acl:relcl _ 23 Ballroom ballroom NOUN NN Number=Sing 22 obj 22:obj _ 24 and and CCONJ CC _ 25 cc 25:cc _ 25 Latin latin ADJ JJ Degree=Pos 23 conj 22:obj|23:conj:and _ -26 as as ADV RB _ 34 cc 34:cc _ +26 as as ADV RB ExtPos=CCONJ 34 cc 34:cc _ 27 well well ADV RB Degree=Pos 26 fixed 26:fixed _ 28 as as ADP IN _ 26 fixed 26:fixed _ 29 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ 30 fun fun NOUN NN Number=Sing 31 compound 31:compound _ -31 filled fill VERB VBN Tense=Past|VerbForm=Part 34 amod 34:amod _ +31 filled fill VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 34 amod 34:amod _ 32 social social ADJ JJ Degree=Pos 33 amod 33:amod _ 33 dance dance NOUN NN Number=Sing 34 compound 34:compound _ 34 evening evening NOUN NN Number=Sing 19 conj 14:obj|19:conj:as_well_as _ -35 held hold VERB VBN Tense=Past|VerbForm=Part 34 acl 34:acl _ -36 every every DET DT _ 38 det 38:det _ +35 held hold VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 34 acl 34:acl _ +36 every every DET DT PronType=Tot 38 det 38:det _ 37 Saturday Saturday PROPN NNP Number=Sing 38 compound 38:compound _ 38 evening evening NOUN NN Number=Sing 35 obl:tmod 35:obl:tmod SpaceAfter=No 39 .... .... PUNCT . _ 3 punct 3:punct _ @@ -222417,22 +222562,22 @@ 4 really really ADV RB _ 5 advmod 5:advmod _ 5 possible possible ADJ JJ Degree=Pos 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ -7 score score VERB VB VerbForm=Inf 5 ccomp 5:ccomp _ +7 score score VERB VB VerbForm=Inf 5 csubj 5:csubj _ 8 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 school school NOUN NN Number=Sing 7 obj 7:obj _ 10 too too ADV RB _ 11 advmod 11:advmod _ 11 highly highly ADV RB _ 7 advmod 7:advmod SpaceAfter=No -12 , , PUNCT , _ 5 punct 5:punct _ +12 , , PUNCT , _ 15 punct 15:punct _ 13 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 15 nsubj 15:nsubj _ 14 would would AUX MD VerbForm=Fin 15 aux 15:aux _ 15 give give VERB VB VerbForm=Inf 5 parataxis 5:parataxis _ 16 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 iobj 15:iobj _ -17 12 12 NUM CD NumType=Card 15 obj 15:obj _ +17 12 12 NUM CD NumForm=Digit|NumType=Card 15 obj 15:obj _ 18 out out ADP IN _ 20 case 20:case _ 19 of of ADP IN _ 20 case 20:case _ -20 10 10 NUM CD NumType=Card 17 nmod 17:nmod:of _ +20 10 10 NUM CD NumForm=Digit|NumType=Card 17 nmod 17:nmod:of _ 21 and and CCONJ CC _ 23 cc 23:cc _ -22 5 5 NUM CD NumType=Card 23 nummod 23:nummod _ +22 5 5 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ 23 Stars star NOUN NNS Number=Plur 17 conj 15:obj|17:conj:and _ 24 across across ADP IN _ 26 case 26:case _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ @@ -222446,10 +222591,10 @@ # newpar id = reviews-349020-p0001 # text = I purchased a 2-year old certified pre-owned BMW from this dealership. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 purchased purchase VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 purchased purchase VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -4 2 2 NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +4 2 2 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 6 year year NOUN NN Number=Sing 7 obl:npmod 7:obl:npmod _ 7 old old ADJ JJ Degree=Pos 10 amod 10:amod _ 8 certified certified ADJ JJ Degree=Pos 10 amod 10:amod _ @@ -222465,18 +222610,18 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 night night NOUN NN Number=Sing 9 obl:tmod 9:obl:tmod _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 drove drive VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 drove drive VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 back back ADV RB _ 6 advmod 6:advmod _ 6 home home ADV RB _ 4 advmod 4:advmod SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +7 , , PUNCT , _ 2 punct 2:punct _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 that that SCONJ IN _ 14 mark 14:mark _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 rear rear ADJ JJ Degree=Pos 13 amod 13:amod _ 13 window window NOUN NN Number=Sing 14 nsubj 14:nsubj _ 14 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 ccomp 9:ccomp _ -15 some some DET DT _ 16 det 16:det _ +15 some some DET DT PronType=Ind 16 det 16:det _ 16 leakage leakage NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No 17 . . PUNCT . _ 9 punct 9:punct _ @@ -222510,7 +222655,7 @@ # sent_id = reviews-349020-0005 # text = I admit that I should have paid attention to this kind of little things while test drive. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 admit admit VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 admit admit VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 7 mark 7:mark _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 5 should should AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -222525,7 +222670,7 @@ 14 things thing NOUN NNS Number=Plur 11 nmod 11:nmod:of _ 15 while while SCONJ IN _ 17 mark 17:mark _ 16 test test NOUN NN Number=Sing 17 compound 17:compound _ -17 drive driving VERB VBG Typo=Yes|VerbForm=Ger 7 advcl 7:advcl:while SpaceAfter=No +17 drive drive VERB VBG Typo=Yes|VerbForm=Ger 7 advcl 7:advcl:while CorrectForm=driving|SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-349020-0006 @@ -222547,20 +222692,20 @@ # text = So I brought the car back the second day. 1 So so ADV RB _ 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 brought bring VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 brought bring VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 car car NOUN NN Number=Sing 3 obj 3:obj _ 6 back back ADV RB _ 3 advmod 3:advmod _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 second second ADJ JJ Degree=Pos|NumType=Ord 9 amod 9:amod _ +8 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 9 amod 9:amod _ 9 day day NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-349020-0008 # text = They told me that this is not under warranty and want to charge me $175 just to diagnose the problem! 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj _ +2 told tell VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 iobj 2:iobj _ 4 that that SCONJ IN _ 9 mark 9:mark _ 5 this this PRON DT Number=Sing|PronType=Dem 9 nsubj 9:nsubj|11:nsubj|13:nsubj:xsubj _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ @@ -222568,12 +222713,12 @@ 8 under under ADP IN _ 9 case 9:case _ 9 warranty warranty NOUN NN Number=Sing 2 ccomp 2:ccomp _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 conj 2:ccomp|9:conj:and _ +11 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 conj 2:ccomp|9:conj:and _ 12 to to PART TO _ 13 mark 13:mark _ 13 charge charge VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 14 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 13 iobj 13:iobj _ 15 $ $ SYM $ _ 13 obj 13:obj SpaceAfter=No -16 175 175 NUM CD NumType=Card 15 nummod 15:nummod _ +16 175 175 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 17 just just ADV RB _ 19 advmod 19:advmod _ 18 to to PART TO _ 19 mark 19:mark _ 19 diagnose diagnose VERB VB VerbForm=Inf 13 advcl 13:advcl:to _ @@ -222585,10 +222730,10 @@ # text = Who knows how much they want me to pay to fix this thing. 1 Who who PRON WP PronType=Int 2 nsubj 2:nsubj _ 2 knows know VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 how how SCONJ WRB PronType=Int 4 mark 4:mark _ -4 much much ADJ JJ Degree=Pos 9 advmod 9:advmod _ +3 how how ADV WRB PronType=Int 4 advmod 4:advmod _ +4 much much ADJ JJ Degree=Pos 9 obj 9:obj _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -6 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +6 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 7 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 6 obj 6:obj|9:nsubj:xsubj _ 8 to to PART TO _ 9 mark 9:mark _ 9 pay pay VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ @@ -222601,21 +222746,21 @@ # sent_id = reviews-349020-0010 # text = I walked away. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 walked walk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 walked walk VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 away away ADV RB _ 2 advmod 2:advmod SpaceAfter=No 4 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-349020-0011 # text = So my advice is that NEVER TRUST THIS DEALER. 1 So so ADV RB _ 7 advmod 7:advmod _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ -3 advice advice NOUN NN Number=Sing 7 nsubj 7:nsubj _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +3 advice advice NOUN NN Number=Sing 7 nsubj:outer 7:nsubj:outer _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 5 that that SCONJ IN _ 7 mark 7:mark _ 6 NEVER never ADV RB _ 7 advmod 7:advmod _ 7 TRUST trust VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 8 THIS this DET DT Number=Sing|PronType=Dem 9 det 9:det _ -9 DEALER dealer NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No +9 DEALER dealer NOUN NN Number=Sing 7 iobj 7:iobj SpaceAfter=No 10 . . PUNCT . _ 7 punct 7:punct _ # sent_id = reviews-349020-0012 @@ -222624,8 +222769,8 @@ 2 AWAY away ADV RB _ 1 advmod 1:advmod _ 3 AS as ADV RB _ 4 advmod 4:advmod _ 4 FAR far ADV RB Degree=Pos 1 advmod 1:advmod _ -5 AS as SCONJ IN _ 6 case 6:case _ -6 POSSIBLE possible ADJ JJ Degree=Pos 3 obl 3:obl:as SpaceAfter=No +5 AS as SCONJ IN _ 6 mark 6:mark _ +6 POSSIBLE possible ADJ JJ Degree=Pos 4 advcl 4:advcl:as SpaceAfter=No 7 . . PUNCT . _ 1 punct 1:punct _ # newdoc id = reviews-122270 @@ -222640,14 +222785,14 @@ # text = After I had chosen The Fountain Dental Practice they provided a slick and professional service from start to finish. 1 After after SCONJ IN _ 4 mark 4:mark _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -3 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +3 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 4 chosen choose VERB VBN Tense=Past|VerbForm=Part 10 advcl 10:advcl:after _ 5 The the DET DT Definite=Def|PronType=Art 8 det 8:det _ 6 Fountain Fountain PROPN NNP Number=Sing 8 compound 8:compound _ -7 Dental Dental PROPN NNP Number=Sing 8 compound 8:compound _ +7 Dental Dental ADJ NNP Degree=Pos 8 amod 8:amod _ 8 Practice Practice PROPN NNP Number=Sing 4 obj 4:obj _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 provided provide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 provided provide VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 11 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 12 slick slick ADJ JJ Degree=Pos 15 amod 15:amod _ 13 and and CCONJ CC _ 14 cc 14:cc _ @@ -222661,7 +222806,7 @@ # sent_id = reviews-122270-0003 # text = Everyone was friendly from the receptionist to the surgeon herself, putting me at my ease and explaining the whole process, both initially and then as we went along. -1 Everyone everyone PRON NN Number=Sing 3 nsubj 3:nsubj _ +1 Everyone everyone PRON NN Number=Sing|PronType=Tot 3 nsubj 3:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 friendly friendly ADJ JJ Degree=Pos 0 root 0:root _ 4 from from ADP IN _ 6 case 6:case _ @@ -222670,26 +222815,26 @@ 7 to to ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 surgeon surgeon NOUN NN Number=Sing 6 nmod 6:nmod:to _ -10 herself herself PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs|Reflex=Yes 9 nmod:npmod 9:nmod:npmod SpaceAfter=No -11 , , PUNCT , _ 3 punct 3:punct _ +10 herself herself PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Emp|Reflex=Yes 9 nmod:npmod 9:nmod:npmod SpaceAfter=No +11 , , PUNCT , _ 12 punct 12:punct _ 12 putting put VERB VBG VerbForm=Ger 3 advcl 3:advcl _ 13 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 12 obj 12:obj _ 14 at at ADP IN _ 16 case 16:case _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 ease ease NOUN NN Number=Sing 12 obl 12:obl:at _ 17 and and CCONJ CC _ 18 cc 18:cc _ 18 explaining explain VERB VBG VerbForm=Ger 12 conj 3:advcl|12:conj:and _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 20 whole whole ADJ JJ Degree=Pos 21 amod 21:amod _ 21 process process NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No -22 , , PUNCT , _ 18 punct 18:punct _ +22 , , PUNCT , _ 24 punct 24:punct _ 23 both both CCONJ CC _ 24 cc:preconj 24:cc:preconj _ 24 initially initially ADV RB _ 18 advmod 18:advmod _ 25 and and CCONJ CC _ 29 cc 29:cc _ 26 then then ADV RB PronType=Dem 29 advmod 29:advmod _ 27 as as SCONJ IN _ 29 mark 29:mark _ 28 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 29 nsubj 29:nsubj _ -29 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 conj 18:advmod|24:conj:and _ +29 went go VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 24 conj 18:advmod|24:conj:and _ 30 along along ADV RB _ 29 advmod 29:advmod SpaceAfter=No 31 . . PUNCT . _ 3 punct 3:punct _ @@ -222698,24 +222843,24 @@ 1 Surgery surgery NOUN NN Number=Sing 2 compound 2:compound _ 2 visit visit NOUN NN Number=Sing 3 compound 3:compound _ 3 timings timing NOUN NNS Number=Plur 6 nsubj:pass 6:nsubj:pass|8:nsubj:xsubj _ -4 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ +4 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ 5 always always ADV RB _ 6 advmod 6:advmod _ 6 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 suit suit VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 9 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 obj 8:obj _ -10 and and CCONJ CC _ 11 cc 11:cc _ -11 not not ADV RB _ 12 cc 12:cc _ -12 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 9 conj 8:obj|9:conj:and_not _ +10 and and CCONJ CC _ 12 cc 12:cc _ +11 not not PART RB _ 12 advmod 12:advmod _ +12 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 9 conj 8:obj|9:conj:and _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -15 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ +15 gave give VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ 16 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 15 iobj 15:iobj _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 feeling feeling NOUN NN Number=Sing 15 obj 15:obj _ 19 that that SCONJ IN _ 21 mark 21:mark _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj|24:nsubj _ -21 mattered matter VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 acl 18:acl:that _ +21 mattered matter VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 18 acl 18:acl:that _ 22 and and CCONJ CC _ 24 cc 24:cc _ 23 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 cop 24:cop _ 24 important important ADJ JJ Degree=Pos 21 conj 18:acl:that|21:conj:and _ @@ -222727,7 +222872,7 @@ # text = The surgery itself is slick, modern and very relaxed and I always felt that I was in capable hands. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 surgery surgery NOUN NN Number=Sing 5 nsubj 5:nsubj|7:nsubj|10:nsubj _ -3 itself itself PRON PRP Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nmod:npmod 2:nmod:npmod _ +3 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Emp|Reflex=Yes 2 nmod:npmod 2:nmod:npmod _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 slick slick ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 6 , , PUNCT , _ 7 punct 7:punct _ @@ -222738,7 +222883,7 @@ 11 and and CCONJ CC _ 14 cc 14:cc _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 13 always always ADV RB _ 14 advmod 14:advmod _ -14 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +14 felt feel VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 15 that that SCONJ IN _ 20 mark 20:mark _ 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ 17 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 cop 20:cop _ @@ -222749,10 +222894,10 @@ # sent_id = reviews-122270-0006 # text = My dental surgeon, Dr. Lucy Nichols is clearly a dental perfectionist and clearly proud both of the work she does and the reputation she has established. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 dental dental ADJ JJ Degree=Pos 3 amod 3:amod _ 3 surgeon surgeon NOUN NN Number=Sing 12 nsubj 12:nsubj|15:nsubj SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ 5 Dr. Dr. PROPN NNP Number=Sing 3 appos 3:appos _ 6 Lucy Lucy PROPN NNP Number=Sing 5 flat 5:flat _ 7 Nichols Nichols PROPN NNP Number=Sing 5 flat 5:flat _ @@ -222780,7 +222925,7 @@ # sent_id = reviews-122270-0007 # text = Everyone was so helpful that I cannot wait to go back ..... -1 Everyone everyone PRON NN Number=Sing 4 nsubj 4:nsubj _ +1 Everyone everyone PRON NN Number=Sing|PronType=Tot 4 nsubj 4:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 3 so so ADV RB _ 4 advmod 4:advmod _ 4 helpful helpful ADJ JJ Degree=Pos 0 root 0:root _ @@ -222789,7 +222934,7 @@ 7-8 cannot _ _ _ _ _ _ _ _ 7 can can AUX MD VerbForm=Fin 9 aux 9:aux _ 8 not not PART RB _ 9 advmod 9:advmod _ -9 wait wait VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ +9 wait wait VERB VB VerbForm=Inf 4 advcl 4:advcl:that _ 10 to to PART TO _ 11 mark 11:mark _ 11 go go VERB VB VerbForm=Inf 9 advcl 9:advcl:to _ 12 back back ADV RB _ 11 advmod 11:advmod _ @@ -222813,28 +222958,28 @@ # newpar id = reviews-232157-p0002 # text = I had my wedding luncheon at this BJs restaurant, and it was one of the best choices that I made. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 wedding wedding NOUN NN Number=Sing 5 compound 5:compound _ 5 luncheon luncheon NOUN NN Number=Sing 2 obj 2:obj _ 6 at at ADP IN _ 10 case 10:case _ 7 this this DET DT Number=Sing|PronType=Dem 10 det 10:det _ 8-9 BJs _ _ _ _ _ _ _ _ 8 BJ BJ PROPN NNP Number=Sing 10 nmod:poss 10:nmod:poss _ -9 s 's PART POS _ 8 case 8:case _ +9 s 's PART POS Typo=Yes 8 case 8:case CorrectForm='s 10 restaurant restaurant PROPN NNP Number=Sing 2 obl 2:obl:at SpaceAfter=No 11 , , PUNCT , _ 15 punct 15:punct _ 12 and and CCONJ CC _ 15 cc 15:cc _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ -15 one one NUM CD NumType=Card 2 conj 2:conj:and _ +15 one one NUM CD NumForm=Word|NumType=Card 2 conj 2:conj:and _ 16 of of ADP IN _ 19 case 19:case _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -18 best best ADJ JJS Degree=Sup 19 amod 19:amod _ +18 best good ADJ JJS Degree=Sup 19 amod 19:amod _ 19 choices choice NOUN NNS Number=Plur 15 nmod 15:nmod:of|22:obj _ 20 that that PRON WDT PronType=Rel 22 obj 19:ref _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -22 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 acl:relcl 19:acl:relcl SpaceAfter=No +22 made make VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 19 acl:relcl 19:acl:relcl SpaceAfter=No 23 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-232157-0003 @@ -222844,9 +222989,9 @@ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 great great ADJ JJ Degree=Pos 5 amod 5:amod _ 5 deal deal NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -6 -- -- PUNCT , _ 5 punct 5:punct SpaceAfter=No +6 -- -- PUNCT , _ 8 punct 8:punct SpaceAfter=No 7 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 paid pay VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 parataxis 5:parataxis _ +8 paid pay VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 5 parataxis 5:parataxis _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 certain certain ADJ JJ Degree=Pos 11 amod 11:amod _ 11 amount amount NOUN NN Number=Sing 8 obj 8:obj _ @@ -222854,31 +222999,31 @@ 13 person person NOUN NN Number=Sing 11 nmod 11:nmod:per SpaceAfter=No 14 , , PUNCT , _ 20 punct 20:punct _ 15 and and CCONJ CC _ 20 cc 20:cc _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 husband husband NOUN NN Number=Sing 20 nsubj 20:nsubj _ 18 and and CCONJ CC _ 19 cc 19:cc _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 conj 17:conj:and|20:nsubj _ -20 chose choose VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ -21 4 4 NUM CD NumType=Card 22 nummod 22:nummod _ +20 chose choose VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +21 4 4 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod _ 22 types type NOUN NNS Number=Plur 20 obj 20:obj _ 23 of of ADP IN _ 24 case 24:case _ 24 pizza pizza NOUN NN Number=Sing 22 nmod 22:nmod:of _ 25 and and CCONJ CC _ 28 cc 28:cc _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 servers server NOUN NNS Number=Plur 28 nsubj 28:nsubj _ -28 brought bring VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +28 brought bring VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 29 out out ADV RB _ 28 advmod 28:advmod _ 30 as as ADV RB _ 31 advmod 31:advmod _ 31 much much ADJ JJ Degree=Pos 28 obj 28:obj _ 32 as as SCONJ IN _ 34 mark 34:mark _ 33 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 34 nsubj 34:nsubj _ -34 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 31 advcl 31:advcl:as SpaceAfter=No +34 wanted want VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 31 advcl 31:advcl:as SpaceAfter=No 35 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-232157-0004 # text = We were also served salad and soda. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ 3 also also ADV RB _ 4 advmod 4:advmod _ 4 served serve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 salad salad NOUN NN Number=Sing 4 obj 4:obj _ @@ -222889,27 +223034,27 @@ # sent_id = reviews-232157-0005 # text = We had a large party, about fifty people or so, and yet everything was served quickly and we all had a wonderful time. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 large large ADJ JJ Degree=Pos 5 amod 5:amod _ 5 party party NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 9 punct 9:punct _ 7 about about ADV RB _ 8 advmod 8:advmod _ -8 fifty fifty NUM CD NumType=Card 9 nummod 9:nummod _ +8 fifty fifty NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 9 people people NOUN NNS Number=Plur 5 appos 5:appos _ 10 or or CCONJ CC _ 11 cc 11:cc _ 11 so so ADV RB _ 9 conj 5:appos|9:conj:or SpaceAfter=No 12 , , PUNCT , _ 17 punct 17:punct _ -13 and and CCONJ CC _ 14 cc 14:cc _ -14 yet yet ADV RB _ 17 cc 17:cc _ -15 everything everything PRON NN Number=Sing 17 nsubj:pass 17:nsubj:pass _ +13 and and CCONJ CC _ 17 cc 17:cc _ +14 yet yet ADV RB _ 17 advmod 17:advmod _ +15 everything everything PRON NN Number=Sing|PronType=Tot 17 nsubj:pass 17:nsubj:pass _ 16 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 aux:pass 17:aux:pass _ 17 served serve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 conj 2:conj:and_yet _ 18 quickly quickly ADV RB _ 17 advmod 17:advmod _ 19 and and CCONJ CC _ 22 cc 22:cc _ 20 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -21 all all DET DT _ 20 det 20:det _ -22 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +21 all all DET DT PronType=Tot 20 det 20:det _ +22 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 23 a a DET DT Definite=Ind|PronType=Art 25 det 25:det _ 24 wonderful wonderful ADJ JJ Degree=Pos 25 amod 25:amod _ 25 time time NOUN NN Number=Sing 22 obj 22:obj SpaceAfter=No @@ -222919,10 +223064,10 @@ # text = Even though we were only supposed to have those specific types of pizza, when guests asked for a different type, it was brought out with no charge to us! 1 Even even ADV RB _ 6 advmod 6:advmod _ 2 though though SCONJ IN _ 6 mark 6:mark _ -3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj|8:nsubj:xsubj _ -4 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj:pass 6:nsubj:pass|8:nsubj:xsubj _ +4 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ 5 only only ADV RB _ 6 advmod 6:advmod _ -6 supposed suppose VERB VBN Tense=Past|VerbForm=Part 25 advcl 25:advcl:though _ +6 supposed suppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 advcl 25:advcl:though _ 7 to to PART TO _ 8 mark 8:mark _ 8 have have VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 9 those that DET DT Number=Plur|PronType=Dem 11 det 11:det _ @@ -222930,21 +223075,21 @@ 11 types type NOUN NNS Number=Plur 8 obj 8:obj _ 12 of of ADP IN _ 13 case 13:case _ 13 pizza pizza NOUN NN Number=Sing 11 nmod 11:nmod:of SpaceAfter=No -14 , , PUNCT , _ 25 punct 25:punct _ -15 when when SCONJ WRB PronType=Int 17 mark 17:mark _ +14 , , PUNCT , _ 6 punct 6:punct _ +15 when when ADV WRB PronType=Int 17 advmod 17:advmod _ 16 guests guest NOUN NNS Number=Plur 17 nsubj 17:nsubj _ -17 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 advcl 25:advcl:when _ +17 asked ask VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 25 advcl 25:advcl:when _ 18 for for ADP IN _ 21 case 21:case _ 19 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 20 different different ADJ JJ Degree=Pos 21 amod 21:amod _ 21 type type NOUN NN Number=Sing 17 obl 17:obl:for SpaceAfter=No -22 , , PUNCT , _ 25 punct 25:punct _ +22 , , PUNCT , _ 17 punct 17:punct _ 23 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 25 nsubj:pass 25:nsubj:pass _ 24 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 aux:pass 25:aux:pass _ 25 brought bring VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 26 out out ADV RB _ 25 advmod 25:advmod _ 27 with with ADP IN _ 29 case 29:case _ -28 no no DET DT _ 29 det 29:det _ +28 no no DET DT PronType=Neg 29 det 29:det _ 29 charge charge NOUN NN Number=Sing 25 obl 25:obl:with _ 30 to to ADP IN _ 31 case 31:case _ 31 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 29 nmod 29:nmod:to SpaceAfter=No @@ -222954,19 +223099,19 @@ # text = I really appreciate BJs for making that special day even better with their wonderful food and service. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 really really ADV RB _ 3 advmod 3:advmod _ -3 appreciate appreciate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 appreciate appreciate VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4-5 BJs _ _ _ _ _ _ _ _ 4 BJ BJ PROPN NNP Number=Sing 3 obj 3:obj _ -5 s 's PART POS _ 4 case 4:case _ +5 s 's PART POS Typo=Yes 4 case 4:case CorrectForm='s 6 for for SCONJ IN _ 7 mark 7:mark _ 7 making make VERB VBG VerbForm=Ger 3 advcl 3:advcl:for _ 8 that that DET DT Number=Sing|PronType=Dem 10 det 10:det _ 9 special special ADJ JJ Degree=Pos 10 amod 10:amod _ 10 day day NOUN NN Number=Sing 7 obj 7:obj|12:nsubj:xsubj _ 11 even even ADV RB _ 12 advmod 12:advmod _ -12 better better ADJ JJR Degree=Cmp 7 xcomp 7:xcomp _ +12 better good ADJ JJR Degree=Cmp 7 xcomp 7:xcomp _ 13 with with ADP IN _ 16 case 16:case _ -14 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +14 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 15 wonderful wonderful ADJ JJ Degree=Pos 16 amod 16:amod _ 16 food food NOUN NN Number=Sing 7 obl 7:obl:with _ 17 and and CCONJ CC _ 18 cc 18:cc _ @@ -222983,12 +223128,12 @@ # newpar id = reviews-156953-p0002 # text = I went to ohm after reading some of the reviews. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 4 case 4:case _ 4 ohm ohm PROPN NNP Number=Sing 2 obl 2:obl:to _ 5 after after SCONJ IN _ 6 mark 6:mark _ 6 reading read VERB VBG VerbForm=Ger 2 advcl 2:advcl:after _ -7 some some DET DT _ 6 obj 6:obj _ +7 some some DET DT PronType=Ind 6 obj 6:obj _ 8 of of ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 reviews review NOUN NNS Number=Plur 7 nmod 7:nmod:of SpaceAfter=No @@ -222997,7 +223142,7 @@ # sent_id = reviews-156953-0003 # text = I go to school in the area and usually wait until I go home to get my hair cut. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|10:nsubj _ -2 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 go go VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to ADP IN _ 4 case 4:case _ 4 school school NOUN NN Number=Sing 2 obl 2:obl:to _ 5 in in ADP IN _ 7 case 7:case _ @@ -223005,22 +223150,22 @@ 7 area area NOUN NN Number=Sing 2 obl 2:obl:in _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 usually usually ADV RB _ 10 advmod 10:advmod _ -10 wait wait VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +10 wait wait VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 11 until until SCONJ IN _ 13 mark 13:mark _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:until _ +13 go go VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:until _ 14 home home ADV RB _ 13 advmod 13:advmod _ 15 to to PART TO _ 16 mark 16:mark _ 16 get get VERB VB VerbForm=Inf 10 advcl 10:advcl:to _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 hair hair NOUN NN Number=Sing 16 obj 16:obj|19:nsubj:xsubj _ -19 cut cut VERB VBN Tense=Past|VerbForm=Part 16 xcomp 16:xcomp SpaceAfter=No +19 cut cut VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 xcomp 16:xcomp SpaceAfter=No 20 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-156953-0004 # text = I decided it was time to grow up and made an appointment. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|10:nsubj _ -2 decided decide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 decided decide VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 5 time time NOUN NN Number=Sing 2 ccomp 2:ccomp _ @@ -223028,7 +223173,7 @@ 7 grow grow VERB VB VerbForm=Inf 5 acl 5:acl:to _ 8 up up ADP RP _ 7 compound:prt 7:compound:prt _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +10 made make VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 11 an a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 appointment appointment NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ @@ -223037,27 +223182,27 @@ # text = Sierra was my stylist and i love what she did. 1 Sierra Sierra PROPN NNP Number=Sing 4 nsubj 4:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 stylist stylist NOUN NN Number=Sing 0 root 0:root _ 5 and and CCONJ CC _ 7 cc 7:cc _ -6 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +6 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ +7 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ 8 what what PRON WP PronType=Int 10 obj 10:obj _ 9 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 ccomp 7:ccomp SpaceAfter=No +10 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 ccomp 7:ccomp SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-156953-0006 # text = I have wavy hair and she cut to my hair style. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 wavy wavy ADJ JJ Degree=Pos 4 amod 4:amod _ 4 hair hair NOUN NN Number=Sing 2 obj 2:obj _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 cut cut VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +7 cut cut VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 8 to to ADP IN _ 11 case 11:case _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 hair hair NOUN NN Number=Sing 11 compound 11:compound _ 11 style style NOUN NN Number=Sing 7 obl 7:obl:to SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ @@ -223067,15 +223212,15 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 first first ADJ JJ Degree=Pos|NumType=Ord 5 amod 5:amod _ +4 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 5 amod 5:amod _ 5 time time NOUN NN Number=Sing 0 root 0:root _ -6 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -7 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux 8:aux _ +6 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ +7 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 8 left leave VERB VBN Tense=Past|VerbForm=Part 5 acl:relcl 5:acl:relcl _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 salon salon NOUN NN Number=Sing 8 obj 8:obj _ 11 with with SCONJ IN _ 14 mark 14:mark _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 hair hair NOUN NN Number=Sing 14 nsubj 14:nsubj _ 14 curly curly ADJ JJ Degree=Pos 8 advcl 8:advcl:with SpaceAfter=No 15 . . PUNCT . _ 5 punct 5:punct _ @@ -223085,17 +223230,17 @@ 1 Usually usually ADV RB _ 3 advmod 3:advmod _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 3 blow blow VERB VB VerbForm=Inf 0 root 0:root _ -4 dry dry VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl _ +4 dry dry VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 6 out out ADP RP _ 3 compound:prt 3:compound:prt _ 7 and and CCONJ CC _ 9 cc 9:cc _ -8 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj _ -9 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +8 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj _ +9 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 10 to to PART TO _ 11 mark 11:mark _ 11 wait wait VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 until until SCONJ IN _ 14 mark 14:mark _ -13 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 wash wash VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:until _ +13 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ +14 wash wash VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:until _ 15 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 obj 14:obj _ 16 to to PART TO _ 17 mark 17:mark _ 17 see see VERB VB VerbForm=Inf 11 advcl 11:advcl:to _ @@ -223105,16 +223250,16 @@ 21 look look VERB VB VerbForm=Inf 17 ccomp 17:ccomp _ 22 like like ADP IN _ 18 case 18:case _ 23 in in ADP IN _ 26 case 26:case _ -24 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +24 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 25 natural natural ADJ JJ Degree=Pos 26 amod 26:amod _ 26 state state NOUN NN Number=Sing 21 obl 21:obl:in SpaceAfter=No 27 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-156953-0009 # text = But she did a fabulous job letting me know what she was doing at all times and styled my hair in a way i could do it at home. -1 But but CCONJ CC _ 18 cc 18:cc _ +1 But but CCONJ CC _ 3 cc 3:cc _ 2 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj|18:nsubj _ -3 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 fabulous fabulous ADJ JJ Degree=Pos 6 amod 6:amod _ 6 job job NOUN NN Number=Sing 3 obj 3:obj _ @@ -223126,16 +223271,16 @@ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 13 doing do VERB VBG Tense=Pres|VerbForm=Part 9 ccomp 9:ccomp _ 14 at at ADP IN _ 16 case 16:case _ -15 all all DET DT _ 16 det 16:det _ +15 all all DET DT PronType=Tot 16 det 16:det _ 16 times time NOUN NNS Number=Plur 13 obl 13:obl:at _ 17 and and CCONJ CC _ 18 cc 18:cc _ -18 styled style VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ -19 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +18 styled style VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +19 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 hair hair NOUN NN Number=Sing 18 obj 18:obj _ 21 in in ADP IN _ 23 case 23:case _ 22 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 23 way way NOUN NN Number=Sing 18 obl 18:obl:in _ -24 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 26 nsubj 26:nsubj _ +24 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 26 nsubj 26:nsubj _ 25 could could AUX MD VerbForm=Fin 26 aux 26:aux _ 26 do do VERB VB VerbForm=Inf 23 acl:relcl 23:acl:relcl _ 27 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 26 obj 26:obj _ @@ -223149,7 +223294,7 @@ 2-3 wasn't _ _ _ _ _ _ _ _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 3 n't not PART RB _ 5 advmod 5:advmod _ -4 completly completely ADV RB Typo=Yes 5 advmod 5:advmod _ +4 completly completely ADV RB Typo=Yes 5 advmod 5:advmod CorrectForm=completely 5 impossible impossible ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 6 !!!! !!!! PUNCT . _ 5 punct 5:punct _ @@ -223171,9 +223316,9 @@ 4 to to ADP IN _ 6 case 6:case _ 5 South South PROPN NNP Number=Sing 6 compound 6:compound _ 6 Bend Bend PROPN NNP Number=Sing 3 obl 3:obl:to SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +7 , , PUNCT , _ 3 punct 3:punct _ 8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -9 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 aux 10:aux _ +9 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 10 aux 10:aux _ 10 looking look VERB VBG VerbForm=Ger 0 root 0:root _ 11 for for ADP IN _ 19 case 19:case _ 12 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ @@ -223185,10 +223330,10 @@ 18 elegant elegant ADJ JJ Degree=Pos 13 conj 13:conj:yet|19:amod _ 19 establishment establishment NOUN NN Number=Sing 10 obl 10:obl:for _ 20 for for ADP IN _ 25 case 25:case _ -21 New New PROPN NNP Number=Sing 22 compound 22:compound _ +21 New New ADJ NNP Degree=Pos 22 amod 22:amod _ 22-23 Years _ _ _ _ _ _ _ _ 22 Year Year PROPN NNP Number=Sing 24 nmod:poss 24:nmod:poss _ -23 s 's PART POS _ 22 case 22:case _ +23 s 's PART POS Typo=Yes 22 case 22:case CorrectForm='s 24 Eve Eve PROPN NNP Number=Sing 25 compound 25:compound _ 25 dinner dinner NOUN NN Number=Sing 10 obl 10:obl:for SpaceAfter=No 26 . . PUNCT . _ 10 punct 10:punct _ @@ -223196,7 +223341,7 @@ # sent_id = reviews-085980-0002 # text = We were disappointed with this holiday dinner due to the overall flavor and price of the meal, and accessibility to the Jazz Club. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 cop 3:cop _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 disappointed disappointed ADJ JJ Degree=Pos 0 root 0:root _ 4 with with ADP IN _ 7 case 7:case _ 5 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ @@ -223229,9 +223374,9 @@ 4 extremely extremely ADV RB _ 5 advmod 5:advmod _ 5 overpriced overpriced ADJ JJ Degree=Pos 0 root 0:root _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 lacked lack VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +7 lacked lack VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 8 flavor flavor NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No -9 , , PUNCT , _ 7 punct 7:punct _ +9 , , PUNCT , _ 16 punct 16:punct _ 10 especially especially ADV RB _ 16 advmod 16:advmod _ 11 for for SCONJ IN _ 16 mark 16:mark _ 12 being be AUX VBG VerbForm=Ger 16 cop 16:cop _ @@ -223246,7 +223391,7 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 limited limited ADJ JJ Degree=Pos 3 amod 3:amod _ 3 menu menu NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 few few ADJ JJ Degree=Pos 7 amod 7:amod _ 6 appetizing appetizing ADJ JJ Degree=Pos 7 amod 7:amod _ 7 options option NOUN NNS Number=Plur 4 obj 4:obj _ @@ -223255,7 +223400,7 @@ 10 NYE NYE PROPN NNP Number=Sing 12 compound 12:compound _ 11 special special ADJ JJ Degree=Pos 12 amod 12:amod _ 12 packages package NOUN NNS Number=Plur 15 nsubj 15:nsubj _ -13 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 cop 15:cop _ +13 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ 14 way way ADV RB _ 15 advmod 15:advmod _ 15 overpriced overpriced ADJ JJ Degree=Pos 4 conj 4:conj:and SpaceAfter=No 16 . . PUNCT . _ 4 punct 4:punct _ @@ -223263,29 +223408,29 @@ # sent_id = reviews-085980-0005 # text = After our meal, our server found us a table in the jazz club where we were informed it would be another $10/person to stay and listen to the band, despite the fact we had just finished a dinner there and were intending to enjoy their drink list. 1 After after ADP IN _ 3 case 3:case _ -2 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 meal meal NOUN NN Number=Sing 7 obl 7:obl:after SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ -5 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 , , PUNCT , _ 3 punct 3:punct _ +5 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 server server NOUN NN Number=Sing 7 nsubj 7:nsubj _ -7 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 found find VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 7 iobj 7:iobj _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 table table NOUN NN Number=Sing 7 obj 7:obj _ 11 in in ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 13 jazz jazz NOUN NN Number=Sing 14 compound 14:compound _ -14 club club NOUN NN Number=Sing 10 nmod 10:nmod:in _ -15 where where SCONJ WRB PronType=Rel 18 mark 18:mark _ +14 club club NOUN NN Number=Sing 10 nmod 10:nmod:in|18:obl _ +15 where where ADV WRB PronType=Rel 18 advmod 14:ref _ 16 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 18 nsubj:pass 18:nsubj:pass _ -17 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 aux:pass 18:aux:pass _ +17 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 18 aux:pass 18:aux:pass _ 18 informed inform VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 acl:relcl 14:acl:relcl _ 19 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 23 nsubj 23:nsubj|28:nsubj:xsubj|30:nsubj:xsubj _ 20 would would AUX MD VerbForm=Fin 23 aux 23:aux _ 21 be be AUX VB VerbForm=Inf 23 cop 23:cop _ -22 another another DET DT _ 23 det 23:det _ +22 another another DET DT PronType=Ind 23 det 23:det _ 23 $ $ SYM $ _ 18 ccomp 18:ccomp SpaceAfter=No -24 10 10 NUM CD NumType=Card 23 nummod 23:nummod SpaceAfter=No +24 10 10 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod SpaceAfter=No 25 / / SYM SYM _ 26 case 26:case SpaceAfter=No 26 person person NOUN NN Number=Sing 23 nmod 23:nmod _ 27 to to PART TO _ 28 mark 28:mark _ @@ -223295,23 +223440,23 @@ 31 to to ADP IN _ 33 case 33:case _ 32 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 33 band band NOUN NN Number=Sing 30 obl 30:obl:to SpaceAfter=No -34 , , PUNCT , _ 23 punct 23:punct _ +34 , , PUNCT , _ 37 punct 37:punct _ 35 despite despite ADP IN _ 37 case 37:case _ 36 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ 37 fact fact NOUN NN Number=Sing 23 obl 23:obl:despite _ 38 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 41 nsubj 41:nsubj|47:nsubj|49:nsubj:xsubj _ -39 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 41 aux 41:aux _ +39 had have AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 41 aux 41:aux _ 40 just just ADV RB _ 41 advmod 41:advmod _ 41 finished finish VERB VBN Tense=Past|VerbForm=Part 37 acl 37:acl _ 42 a a DET DT Definite=Ind|PronType=Art 43 det 43:det _ 43 dinner dinner NOUN NN Number=Sing 41 obj 41:obj _ 44 there there ADV RB PronType=Dem 41 advmod 41:advmod _ 45 and and CCONJ CC _ 47 cc 47:cc _ -46 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 47 aux 47:aux _ +46 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 47 aux 47:aux _ 47 intending intend VERB VBG Tense=Pres|VerbForm=Part 41 conj 37:acl|41:conj:and _ 48 to to PART TO _ 49 mark 49:mark _ 49 enjoy enjoy VERB VB VerbForm=Inf 47 xcomp 47:xcomp _ -50 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 52 nmod:poss 52:nmod:poss _ +50 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 52 nmod:poss 52:nmod:poss _ 51 drink drink NOUN NN Number=Sing 52 compound 52:compound _ 52 list list NOUN NN Number=Sing 49 obj 49:obj SpaceAfter=No 53 . . PUNCT . _ 7 punct 7:punct _ @@ -223326,8 +223471,9 @@ 6 impressive impressive ADJ JJ Degree=Pos 4 obl 4:obl:than _ 7 experience experience NOUN NN Number=Sing 0 root 0:root _ 8 at at ADP IN _ 9 case 9:case _ -9 Trio Trio PROPN NNP Number=Sing 7 nmod 7:nmod:at SpaceAfter=No -10 's 's PART POS _ 9 case 9:case SpaceAfter=No +9-10 Trio's _ _ _ _ _ _ _ SpaceAfter=No +9 Trio Trio PROPN NNP Number=Sing 7 nmod 7:nmod:at _ +10 's 's PART POS _ 9 case 9:case _ 11 . . PUNCT . _ 7 punct 7:punct _ # newdoc id = reviews-165018 @@ -223338,20 +223484,20 @@ 2 for for ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 hills hill NOUN NNS Number=Plur 1 obl 1:obl:for _ -5 ... ... PUNCT , _ 1 punct 1:punct _ +5 ... ... PUNCT , _ 10 punct 10:punct _ 6-7 you'll _ _ _ _ _ _ _ _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ 7 'll will AUX MD VerbForm=Fin 10 aux 10:aux _ 8 be be AUX VB VerbForm=Inf 10 cop 10:cop _ 9 much much ADV RB _ 10 advmod 10:advmod _ -10 better better ADJ JJR Degree=Cmp 1 parataxis 1:parataxis _ +10 better good ADJ JJR Degree=Cmp 1 parataxis 1:parataxis _ 11 off off ADP RP _ 10 compound:prt 10:compound:prt SpaceAfter=No 12 ! ! PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-165018-0002 # newpar id = reviews-165018-p0002 # text = One night was too much. -1 One one NUM CD NumType=Card 2 nummod 2:nummod _ +1 One one NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 night night NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 4 too too ADV RB _ 5 advmod 5:advmod _ @@ -223360,10 +223506,10 @@ # sent_id = reviews-165018-0003 # text = First room had used tissues next to the bed and I requested it be rectified. -1 First first ADJ JJ Degree=Pos|NumType=Ord 2 amod 2:amod _ +1 First first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 2 amod 2:amod _ 2 room room NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 used use VERB VBN Tense=Past|VerbForm=Part 5 amod 5:amod _ +3 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 amod 5:amod _ 5 tissues tissue NOUN NNS Number=Plur 3 obj 3:obj _ 6 next next ADV RB _ 9 case 9:case _ 7 to to ADP IN _ 9 case 9:case _ @@ -223371,9 +223517,9 @@ 9 bed bed NOUN NN Number=Sing 5 nmod 5:nmod:to _ 10 and and CCONJ CC _ 12 cc 12:cc _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 requested request VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +12 requested request VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj:pass 15:nsubj:pass _ -14 be be AUX VB VerbForm=Inf 15 aux:pass 15:aux:pass _ +14 be be AUX VB Mood=Sub|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 aux:pass 15:aux:pass _ 15 rectified rectify VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 ccomp 12:ccomp SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ @@ -223384,12 +223530,12 @@ 3 then then ADV RB PronType=Dem 4 advmod 4:advmod _ 4 moved move VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 to to ADP IN _ 7 case 7:case _ -6 another another DET DT _ 7 det 7:det _ -7 room room NOUN NN Number=Sing 4 obl 4:obl:to _ +6 another another DET DT PronType=Ind 7 det 7:det _ +7 room room NOUN NN Number=Sing 4 obl 4:obl:to|15:obl|20:obl|33:obl|40:obl _ 8 around around ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 back back NOUN NN Number=Sing 7 nmod 7:nmod:around _ -11 where where SCONJ WRB PronType=Rel 15 mark 15:mark _ +11 where where ADV WRB PronType=Rel 15 advmod 7:ref _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 room room NOUN NN Number=Sing 15 nsubj 15:nsubj _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ @@ -223399,14 +223545,14 @@ 18 shower shower NOUN NN Number=Sing 20 nsubj 20:nsubj _ 19 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 cop 20:cop _ 20 dirty dirty ADJ JJ Degree=Pos 15 conj 7:acl:relcl|15:conj:and _ -21 with with ADP IN _ 25 case 25:case _ +21 with with SCONJ IN _ 27 mark 27:mark _ 22 other other ADJ JJ Degree=Pos 23 amod 23:amod _ 23-24 peoples _ _ _ _ _ _ _ _ 23 people people NOUN NNS Number=Plur 25 nmod:poss 25:nmod:poss _ -24 s 's PART POS _ 23 case 23:case _ -25 hair hair NOUN NN Number=Sing 20 obl 20:obl:with _ +24 s 's PART POS Typo=Yes 23 case 23:case CorrectForm='s +25 hair hair NOUN NN Number=Sing 27 nsubj 27:nsubj _ 26 in in ADP IN _ 27 case 27:case _ -27 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 25 nmod 25:nmod:in SpaceAfter=No +27 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 advcl 20:advcl:with SpaceAfter=No 28 , , PUNCT , _ 33 punct 33:punct _ 29 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 30 toilet toilet NOUN NN Number=Sing 31 compound 31:compound _ @@ -223427,13 +223573,13 @@ # sent_id = reviews-165018-0005 # text = I called reception to ask if they knew the state the room was in and was told "This is a Days Inn, not the Hilton" and the receptionist then hung up on me. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|17:nsubj:pass _ -2 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 reception reception NOUN NN Number=Sing 2 obj 2:obj _ 4 to to PART TO _ 5 mark 5:mark _ 5 ask ask VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ 6 if if SCONJ IN _ 8 mark 8:mark _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 knew know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:if _ +8 knew know VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 ccomp 5:ccomp _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 state state NOUN NN Number=Sing 8 obj 8:obj _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -223447,10 +223593,10 @@ 19 This this PRON DT Number=Sing|PronType=Dem 23 nsubj 23:nsubj|27:nsubj _ 20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ 21 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ -22 Days Days PROPN NNPS Number=Plur 23 compound 23:compound _ +22 Days Day PROPN NNPS Number=Plur 23 compound 23:compound _ 23 Inn Inn PROPN NNP Number=Sing 17 ccomp 17:ccomp SpaceAfter=No 24 , , PUNCT , _ 27 punct 27:punct _ -25 not not ADV RB _ 27 advmod 27:advmod _ +25 not not PART RB _ 27 advmod 27:advmod _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 Hilton Hilton PROPN NNP Number=Sing 23 conj 17:ccomp|23:conj SpaceAfter=No 28 " " PUNCT '' _ 23 punct 23:punct _ @@ -223458,7 +223604,7 @@ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 31 receptionist receptionist NOUN NN Number=Sing 33 nsubj 33:nsubj _ 32 then then ADV RB PronType=Dem 33 advmod 33:advmod _ -33 hung hang VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +33 hung hang VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 34 up up ADP RP _ 33 compound:prt 33:compound:prt _ 35 on on ADP IN _ 36 case 36:case _ 36 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 33 obl 33:obl:on SpaceAfter=No @@ -223468,7 +223614,7 @@ # text = To warn you to stay away from this place just isn't enough. 1 To to PART TO _ 2 mark 2:mark _ 2 warn warn VERB VB VerbForm=Inf 13 csubj 13:csubj _ -3 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 obj 2:obj|5:nsubj:xsubj _ +3 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 iobj 2:iobj|5:nsubj:xsubj _ 4 to to PART TO _ 5 mark 5:mark _ 5 stay stay VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 6 away away ADV RB _ 5 advmod 5:advmod _ @@ -223487,13 +223633,13 @@ 1 There there PRON EX _ 2 expl 2:expl _ 2 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 not not PART RB _ 2 advmod 2:advmod _ -4 one one NUM CD NumType=Card 5 nummod 5:nummod _ +4 one one NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 5 ounce ounce NOUN NN Number=Sing 2 nsubj 2:nsubj _ 6 of of ADP IN _ 7 case 7:case _ 7 caring caring NOUN NN Number=Sing 5 nmod 5:nmod:of _ 8 involved involved ADJ JJ Degree=Pos 5 amod 5:amod _ 9 and and CCONJ CC _ 22 cc 22:cc _ -10 anyone anyone PRON NN Number=Sing 22 nsubj:pass 22:nsubj:pass _ +10 anyone anyone PRON NN Number=Sing|PronType=Ind 22 nsubj:pass 22:nsubj:pass _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 12 can can AUX MD VerbForm=Fin 13 aux 13:aux _ 13 warn warn VERB VB VerbForm=Inf 10 acl:relcl 10:acl:relcl _ @@ -223533,14 +223679,14 @@ 10 on on ADP IN _ 14 case 14:case _ 11 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 12 dos dos PROPN NNP Number=Sing 13 compound 13:compound _ -13 based base VERB VBN Tense=Past|VerbForm=Part 14 amod 14:amod _ +13 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 amod 14:amod _ 14 software software NOUN NN Number=Sing 9 obl 9:obl:on SpaceAfter=No 15 . . PUNCT . _ 9 punct 9:punct _ # sent_id = reviews-275919-0003 # text = We were having a major problem in maintaining cash. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 having have VERB VBG VerbForm=Ger 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 major major ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -223558,7 +223704,7 @@ 4 shop shop NOUN NN Number=Sing 13 advcl 13:advcl SpaceAfter=No 5 , , PUNCT , _ 4 punct 4:punct _ 6 maintaining maintain VERB VBG VerbForm=Ger 13 csubj 13:csubj _ -7 5000 5000 NUM CD NumType=Card 9 nummod 9:nummod _ +7 5000 5000 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 8 different different ADJ JJ Degree=Pos 9 amod 9:amod _ 9 products product NOUN NNS Number=Plur 6 obj 6:obj _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ @@ -223570,7 +223716,7 @@ # sent_id = reviews-275919-0005 # text = Managing POS counter without barcoding was really a tough time. 1 Managing manage VERB VBG VerbForm=Ger 10 csubj 10:csubj _ -2 POS pos NOUN NN Number=Sing 3 nmod:npmod 3:nmod:npmod _ +2 POS pos NOUN NN Number=Sing 3 compound 3:compound _ 3 counter counter NOUN NN Number=Sing 1 obj 1:obj _ 4 without without ADP IN _ 5 case 5:case _ 5 barcoding barcoding NOUN NN Number=Sing 1 obl 1:obl:without _ @@ -223650,52 +223796,55 @@ 12 ? ? PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-275919-0010 -# text = Billing takes 15 minutes and backoffice jobs takes 1 day's training How fast your support queries get answered ? +# text = Billing takes 15 minutes and backoffice jobs takes 1 day's training 1 Billing billing NOUN NN Number=Sing 2 nsubj 2:nsubj _ 2 takes take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 15 15 NUM CD NumType=Card 4 nummod 4:nummod _ +3 15 15 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 minutes minute NOUN NNS Number=Plur 2 obj 2:obj _ 5 and and CCONJ CC _ 9 cc 9:cc _ -6 back back ADJ JJ Degree=Pos 7 amod 7:amod SpaceAfter=No +6 back back ADJ JJ Degree=Pos 7 amod 7:amod CorrectSpaceAfter=Yes|SpaceAfter=No 7 office office NOUN NN Number=Sing 8 compound 8:compound _ 8 jobs job NOUN NNS Number=Plur 9 nsubj 9:nsubj _ -9 takes take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ -10 1 1 NUM CD NumType=Card 11 nummod 11:nummod _ +9 takes take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 2 conj 2:conj:and CorrectForm=take|CorrectNumber=Plur +10 1 1 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 11-12 day's _ _ _ _ _ _ _ _ 11 day day NOUN NN Number=Sing 13 nmod:poss 13:nmod:poss _ 12 's 's PART POS _ 11 case 11:case _ 13 training training NOUN NN Number=Sing 9 obj 9:obj _ -14 How how ADV WRB PronType=Int 15 advmod 15:advmod _ -15 fast fast ADJ JJ Degree=Pos 20 advmod 20:advmod _ -16 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ -17 support support NOUN NN Number=Sing 18 compound 18:compound _ -18 queries query NOUN NNS Number=Plur 20 nsubj:pass 20:nsubj:pass _ -19 get get AUX VB VerbForm=Inf 20 aux:pass 20:aux:pass _ -20 answered answer VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 parataxis 2:parataxis _ -21 ? ? PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-275919-0011 +# text = How fast your support queries get answered ? +1 How how ADV WRB PronType=Int 2 advmod 2:advmod _ +2 fast fast ADV RB _ 7 advmod 7:advmod MissingWordsAfter=do +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 support support NOUN NN Number=Sing 5 compound 5:compound _ +5 queries query NOUN NNS Number=Plur 7 nsubj:pass 7:nsubj:pass _ +6 get get AUX VB VerbForm=Inf 7 aux:pass 7:aux:pass _ +7 answered answer VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ +8 ? ? PUNCT . _ 7 punct 7:punct _ + +# sent_id = reviews-275919-0012 # text = Over telephone, immediate. 1 Over over ADP IN _ 2 case 2:case _ 2 telephone telephone NOUN NN Number=Sing 4 obl 4:obl:over SpaceAfter=No -3 , , PUNCT , _ 4 punct 4:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 immediate immediate ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ -# sent_id = reviews-275919-0012 +# sent_id = reviews-275919-0013 # text = On call, it takes a day to get our issues resolved. 1 On on ADP IN _ 2 case 2:case _ 2 call call NOUN NN Number=Sing 5 obl 5:obl:on SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 expl 5:expl _ 5 takes take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -7 day day NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ +7 day day NOUN NN Number=Sing 5 obj 5:obj _ 8 to to PART TO _ 9 mark 9:mark _ 9 get get VERB VB VerbForm=Inf 5 csubj 5:csubj _ -10 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 issues issue NOUN NNS Number=Plur 9 obj 9:obj|12:nsubj:xsubj _ -12 resolved resolve VERB VBN Tense=Past|VerbForm=Part 9 xcomp 9:xcomp SpaceAfter=No +12 resolved resolve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 xcomp 9:xcomp SpaceAfter=No 13 . . PUNCT . _ 5 punct 5:punct _ # newdoc id = reviews-042416 @@ -223719,11 +223868,11 @@ 3 by by ADP IN _ 4 case 4:case _ 4 far far ADV RB Degree=Pos 7 obl 7:obl:by _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 BEST best ADJ JJS Degree=Sup 7 amod 7:amod _ +6 BEST good ADJ JJS Degree=Sup 7 amod 7:amod _ 7 B&B b&b NOUN NN Number=Sing 0 root 0:root|12:obl _ 8 that that PRON WDT PronType=Rel 12 obl 7:ref _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -10 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +10 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 11 ever ever ADV RB _ 12 advmod 12:advmod _ 12 stayed stay VERB VBN Tense=Past|VerbForm=Part 7 acl:relcl 7:acl:relcl _ 13 at at ADP IN _ 8 case 8:case SpaceAfter=No @@ -223732,7 +223881,7 @@ # sent_id = reviews-042416-0003 # text = We were in Santa Fe for a special event and our hosts rented out the El Paradero for all their guests to stay at. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 cop 5:cop _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 3 in in ADP IN _ 5 case 5:case _ 4 Santa Santa PROPN NNP Number=Sing 5 compound 5:compound _ 5 Fe Fe PROPN NNP Number=Sing 0 root 0:root _ @@ -223741,16 +223890,16 @@ 8 special special ADJ JJ Degree=Pos 9 amod 9:amod _ 9 event event NOUN NN Number=Sing 5 obl 5:obl:for _ 10 and and CCONJ CC _ 13 cc 13:cc _ -11 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 hosts host NOUN NNS Number=Plur 13 nsubj 13:nsubj _ -13 rented rent VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +13 rented rent VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 14 out out ADP RP _ 13 compound:prt 13:compound:prt _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 El El PROPN NNP Number=Sing 17 compound 17:compound _ 17 Paradero Paradero PROPN NNP Number=Sing 13 obj 13:obj _ 18 for for SCONJ IN _ 23 mark 23:mark _ -19 all all DET PDT _ 21 det:predet 21:det:predet _ -20 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +19 all all DET PDT PronType=Tot 21 det:predet 21:det:predet _ +20 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 guests guest NOUN NNS Number=Plur 23 nsubj 23:nsubj _ 22 to to PART TO _ 23 mark 23:mark _ 23 stay stay VERB VB VerbForm=Inf 17 acl 17:acl:to _ @@ -223759,20 +223908,20 @@ # sent_id = reviews-042416-0004 # text = We could not have been more welcomed, more comfortable or more well fed. -1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj|10:nsubj|14:nsubj _ +1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj:pass 7:nsubj:pass|10:nsubj|14:nsubj:pass _ 2 could could AUX MD VerbForm=Fin 7 aux 7:aux _ 3 not not PART RB _ 7 advmod 7:advmod _ 4 have have AUX VB VerbForm=Inf 7 aux 7:aux _ 5 been be AUX VBN Tense=Past|VerbForm=Part 7 aux:pass 7:aux:pass _ -6 more more ADV RBR _ 7 advmod 7:advmod _ +6 more more ADV RBR Degree=Cmp 7 advmod 7:advmod _ 7 welcomed welcome VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 8 , , PUNCT , _ 10 punct 10:punct _ -9 more more ADV RBR _ 10 advmod 10:advmod _ +9 more more ADV RBR Degree=Cmp 10 advmod 10:advmod _ 10 comfortable comfortable ADJ JJ Degree=Pos 7 conj 7:conj:or _ 11 or or CCONJ CC _ 14 cc 14:cc _ -12 more more ADV RBR _ 13 advmod 13:advmod _ +12 more more ADV RBR Degree=Cmp 13 advmod 13:advmod _ 13 well well ADV RB Degree=Pos 14 advmod 14:advmod _ -14 fed feed VERB VBN Tense=Past|VerbForm=Part 7 conj 7:conj:or SpaceAfter=No +14 fed feed VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 conj 7:conj:or SpaceAfter=No 15 . . PUNCT . _ 7 punct 7:punct _ # sent_id = reviews-042416-0005 @@ -223782,38 +223931,38 @@ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 4 perfect perfect ADJ JJ Degree=Pos 0 root 0:root _ 5 in in ADP IN _ 7 case 7:case _ -6 every every DET DT _ 7 det 7:det _ +6 every every DET DT PronType=Tot 7 det 7:det _ 7 way way NOUN NN Number=Sing 4 obl 4:obl:in SpaceAfter=No -8 , , PUNCT , _ 4 punct 4:punct _ +8 , , PUNCT , _ 13 punct 13:punct _ 9 in in ADP IN _ 11 case 11:case _ 10 large large ADJ JJ Degree=Pos 11 amod 11:amod _ 11 part part NOUN NN Number=Sing 13 nmod 13:nmod:in _ 12 to to ADP IN _ 13 case 13:case _ 13 Sue Sue PROPN NNP Number=Sing 4 obl 4:obl:to _ 14 and and CCONJ CC _ 17 cc 17:cc _ -15 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 16 great great ADJ JJ Degree=Pos 17 amod 17:amod _ 17 staff staff NOUN NN Number=Sing 13 conj 4:obl:to|13:conj:and SpaceAfter=No 18 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-042416-0006 # text = Everyone was so friendly and really went out of their way to make sure everything went well. -1 Everyone everyone PRON NN Number=Sing 4 nsubj 4:nsubj|7:nsubj _ +1 Everyone everyone PRON NN Number=Sing|PronType=Tot 4 nsubj 4:nsubj|7:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 3 so so ADV RB _ 4 advmod 4:advmod _ 4 friendly friendly ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 really really ADV RB _ 7 advmod 7:advmod _ -7 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +7 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 8 out out ADP IN _ 11 case 11:case _ 9 of of ADP IN _ 11 case 11:case _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 way way NOUN NN Number=Sing 7 obl 7:obl:of _ 12 to to PART TO _ 13 mark 13:mark _ 13 make make VERB VB VerbForm=Inf 7 advcl 7:advcl:to _ 14 sure sure ADJ JJ Degree=Pos 13 xcomp 13:xcomp _ -15 everything everything PRON NN Number=Sing 16 nsubj 16:nsubj _ -16 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 ccomp 14:ccomp _ +15 everything everything PRON NN Number=Sing|PronType=Tot 16 nsubj 16:nsubj _ +16 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 ccomp 14:ccomp _ 17 well well ADV RB Degree=Pos 16 advmod 16:advmod SpaceAfter=No 18 . . PUNCT . _ 4 punct 4:punct _ @@ -223834,21 +223983,21 @@ 13 this this DET DT Number=Sing|PronType=Dem 15 det 15:det _ 14 great great ADJ JJ Degree=Pos 15 amod 15:amod _ 15 B&B b&b NOUN NN Number=Sing 7 conj 6:obl:to|7:conj:and SpaceAfter=No -16 ... ... PUNCT , _ 4 punct 4:punct SpaceAfter=No +16 ... ... PUNCT , _ 21 punct 21:punct SpaceAfter=No 17 especially especially ADV RB _ 21 advmod 21:advmod _ -18 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ -19 4 4 NUM CD NumType=Card 20 nummod 20:nummod _ +18 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +19 4 4 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ 20 year year NOUN NN Number=Sing 21 obl:npmod 21:obl:npmod _ 21 old old ADJ JJ Degree=Pos 4 obj 4:obj|24:nsubj|36:nsubj SpaceAfter=No -22 , , PUNCT , _ 21 punct 21:punct _ +22 , , PUNCT , _ 24 punct 24:punct _ 23 who who PRON WP PronType=Rel 24 nsubj 21:ref _ -24 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 acl:relcl 21:acl:relcl _ +24 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 acl:relcl 21:acl:relcl _ 25 friends friend NOUN NNS Number=Plur 24 obj 24:obj _ 26 with with ADP IN _ 27 case 27:case _ 27 Ms. Ms. PROPN NNP Number=Sing 24 obl 24:obl:with _ 28 Sue Sue PROPN NNP Number=Sing 27 flat 27:flat _ 29 and and CCONJ CC _ 32 cc 32:cc _ -30 all all DET PDT _ 32 det:predet 32:det:predet _ +30 all all DET PDT PronType=Tot 32 det:predet 32:det:predet _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 32 ladies lady NOUN NNS Number=Plur 27 conj 24:obl:with|27:conj:and SpaceAfter=No 33 , , PUNCT , _ 36 punct 36:punct _ @@ -223859,7 +224008,7 @@ 38 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 36 obl 36:obl:about _ 39 since since SCONJ IN _ 41 mark 41:mark _ 40 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 41 nsubj 41:nsubj _ -41 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 36 advcl 36:advcl:since SpaceAfter=No +41 left leave VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 36 advcl 36:advcl:since SpaceAfter=No 42 ! ! PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-042416-0008 @@ -223872,7 +224021,7 @@ 6 El El PROPN NNP Number=Sing 7 compound 7:compound _ 7 Paradero Paradero PROPN NNP Number=Sing 4 obj 4:obj _ 8 on on ADP IN _ 11 case 11:case _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 next next ADJ JJ Degree=Pos 11 amod 11:amod _ 11 trip trip NOUN NN Number=Sing 4 obl 4:obl:on _ 12 to to ADP IN _ 14 case 14:case _ @@ -223884,36 +224033,36 @@ # sent_id = reviews-094621-0001 # newpar id = reviews-094621-p0001 # text = Disatisfied customer, I went through Kitchen Aid and used one of their recommended vendors. -1 Disatisfied dissatisfied ADJ JJ Degree=Pos|Typo=Yes 2 amod 2:amod _ +1 Disatisfied dissatisfied ADJ JJ Degree=Pos|Typo=Yes 2 amod 2:amod CorrectForm=Dissatisfied 2 customer customer NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 5 punct 5:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|10:nsubj _ -5 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +5 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 6 through through ADP IN _ 8 case 8:case _ 7 Kitchen Kitchen PROPN NNP Number=Sing 8 compound 8:compound _ 8 Aid Aid PROPN NNP Number=Sing 5 obl 5:obl:through _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ -11 one one NUM CD NumType=Card 10 obj 10:obj _ +10 used use VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +11 one one NUM CD NumForm=Word|NumType=Card 10 obj 10:obj _ 12 of of ADP IN _ 15 case 15:case _ -13 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ -14 recommended recommend VERB VBN Tense=Past|VerbForm=Part 15 amod 15:amod _ +13 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 recommended recommend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 amod 15:amod _ 15 vendors vendor NOUN NNS Number=Plur 11 nmod 11:nmod:of SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-094621-0002 # text = A&E came out, charged $129 fee just to walk in the door. 1 A&E A&E PROPN NNP Number=Sing 2 nsubj 2:nsubj|5:nsubj _ -2 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 out out ADV RB _ 2 advmod 2:advmod SpaceAfter=No 4 , , PUNCT , _ 5 punct 5:punct _ -5 charged charge VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj _ +5 charged charge VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj _ 6 $ $ SYM $ _ 8 compound 8:compound SpaceAfter=No -7 129 129 NUM CD NumType=Card 6 nummod 6:nummod _ -8 fee fee NOUN NN Number=Sing 5 obj 5:obj|11:nsubj:xsubj _ +7 129 129 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ +8 fee fee NOUN NN Number=Sing 5 obj 5:obj _ 9 just just ADV RB _ 11 advmod 11:advmod _ 10 to to PART TO _ 11 mark 11:mark _ -11 walk walk VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ +11 walk walk VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ 12 in in ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 door door NOUN NN Number=Sing 11 obl 11:obl:in SpaceAfter=No @@ -223922,59 +224071,59 @@ # sent_id = reviews-094621-0003 # text = I needed a part for my appliance, the cost was very high so I said never mind, paid the fee and called a local business for a second quote. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 needed need VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 needed need VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 part part NOUN NN Number=Sing 2 obj 2:obj _ 5 for for ADP IN _ 7 case 7:case _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 appliance appliance NOUN NN Number=Sing 4 nmod 4:nmod:for SpaceAfter=No 8 , , PUNCT , _ 13 punct 13:punct _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 cost cost NOUN NN Number=Sing 13 nsubj 13:nsubj _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ 12 very very ADV RB _ 13 advmod 13:advmod _ -13 high high ADJ JJ Degree=Pos 2 conj 2:conj _ +13 high high ADJ JJ Degree=Pos 2 parataxis 2:parataxis _ 14 so so ADV RB _ 16 advmod 16:advmod _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj|20:nsubj|24:nsubj _ -16 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 advcl 13:advcl _ +16 said say VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 13 parataxis 13:parataxis _ 17 never never ADV RB _ 18 advmod 18:advmod _ 18 mind mind VERB VB Mood=Imp|VerbForm=Fin 16 ccomp 16:ccomp SpaceAfter=No 19 , , PUNCT , _ 20 punct 20:punct _ -20 paid pay VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 conj 13:advcl|16:conj:and _ +20 paid pay VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 16 conj 13:advcl|16:conj:and _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 fee fee NOUN NN Number=Sing 20 obj 20:obj _ 23 and and CCONJ CC _ 24 cc 24:cc _ -24 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 conj 13:advcl|16:conj:and _ +24 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 16 conj 13:advcl|16:conj:and _ 25 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 26 local local ADJ JJ Degree=Pos 27 amod 27:amod _ 27 business business NOUN NN Number=Sing 24 obj 24:obj _ 28 for for ADP IN _ 31 case 31:case _ 29 a a DET DT Definite=Ind|PronType=Art 31 det 31:det _ -30 second second ADJ JJ Degree=Pos|NumType=Ord 31 amod 31:amod _ +30 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 31 amod 31:amod _ 31 quote quote NOUN NN Number=Sing 24 obl 24:obl:for SpaceAfter=No 32 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-094621-0004 # text = The second vendor charged $55 (less than half of what A&E charges) to come and applied that to the price of the repair service (which A&E does not). 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 second second ADJ JJ Degree=Pos|NumType=Ord 3 amod 3:amod _ +2 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 3 amod 3:amod _ 3 vendor vendor NOUN NN Number=Sing 4 nsubj 4:nsubj|19:nsubj _ -4 charged charge VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 charged charge VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 $ $ SYM $ _ 4 obj 4:obj SpaceAfter=No -6 55 55 NUM CD NumType=Card 5 nummod 5:nummod _ -7 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No -8 less less ADJ JJR Degree=Cmp 10 advmod 10:advmod _ +6 55 55 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ +7 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No +8 less less ADJ JJR Degree=Cmp|ExtPos=ADV 10 advmod 10:advmod _ 9 than than ADP IN _ 8 fixed 8:fixed _ -10 half half NOUN NN Number=Sing 5 appos 5:appos _ -11 of of SCONJ IN _ 12 case 12:case _ -12 what what PRON WP PronType=Int 10 nmod 10:nmod:of _ +10 half half NOUN NN Number=Sing|NumForm=Word|NumType=Frac 5 appos 5:appos _ +11 of of ADP IN _ 12 case 12:case _ +12 what what PRON WP PronType=Rel 10 nmod 10:nmod:of|14:obj _ 13 A&E A&E PROPN NNP Number=Sing 14 nsubj 14:nsubj _ 14 charges charge VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 acl:relcl 12:acl:relcl SpaceAfter=No -15 ) ) PUNCT -RRB- _ 8 punct 8:punct _ +15 ) ) PUNCT -RRB- _ 10 punct 10:punct _ 16 to to PART TO _ 17 mark 17:mark _ 17 come come VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ 18 and and CCONJ CC _ 19 cc 19:cc _ -19 applied apply VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +19 applied apply VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 20 that that PRON DT Number=Sing|PronType=Dem 19 obj 19:obj _ 21 to to ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ @@ -223983,22 +224132,22 @@ 25 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 26 repair repair NOUN NN Number=Sing 27 compound 27:compound _ 27 service service NOUN NN Number=Sing 23 nmod 23:nmod:of _ -28 ( ( PUNCT -LRB- _ 31 punct 31:punct SpaceAfter=No -29 which which PRON WDT PronType=Int 31 obj 31:obj _ -30 A&E A&E PROPN NNP Number=Sing 31 nsubj 31:nsubj _ -31 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 parataxis 19:parataxis _ -32 not not PART RB _ 31 advmod 31:advmod SpaceAfter=No -33 ) ) PUNCT -RRB- _ 31 punct 31:punct SpaceAfter=No +28 ( ( PUNCT -LRB- _ 29 punct 29:punct SpaceAfter=No +29 which which PRON WDT PronType=Rel 19 advcl:relcl 19:advcl:relcl _ +30 A&E A&E PROPN NNP Number=Sing 29 nsubj 29:nsubj _ +31 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 29 aux 29:aux _ +32 not not PART RB _ 29 advmod 29:advmod SpaceAfter=No +33 ) ) PUNCT -RRB- _ 29 punct 29:punct SpaceAfter=No 34 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-094621-0005 # text = Their quote came in at half the price of A&E for the same work and same part. -1 Their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 quote quote NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 in in ADV RB _ 3 advmod 3:advmod _ 5 at at ADP IN _ 8 case 8:case _ -6 half half DET PDT _ 8 det:predet 8:det:predet _ +6 half half DET PDT NumForm=Word|NumType=Frac|PronType=Ind 8 det:predet 8:det:predet _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 price price NOUN NN Number=Sing 3 obl 3:obl:at _ 9 of of ADP IN _ 10 case 10:case _ @@ -224035,13 +224184,13 @@ 5 Aid Aid PROPN NNP Number=Sing 2 obl 2:obl:in _ 6 as as ADV RB _ 2 advmod 2:advmod _ 7 well well ADV RB Degree=Pos 6 fixed 6:fixed SpaceAfter=No -8 , , PUNCT , _ 2 punct 2:punct _ +8 , , PUNCT , _ 10 punct 10:punct _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +10 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 11 that that SCONJ IN _ 13 mark 13:mark _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 pre-screened pre-screen VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 ccomp 10:ccomp _ -14 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 pre-screened pre-screen VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 10 ccomp 10:ccomp _ +14 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 vendors vendor NOUN NNS Number=Plur 13 obj 13:obj _ 16 for for ADP IN _ 17 case 17:case _ 17 price price NOUN NN Number=Sing 13 obl 13:obl:for _ @@ -224049,10 +224198,10 @@ 19 quality quality NOUN NN Number=Sing 17 conj 13:obl:for|17:conj:and _ 20 of of ADP IN _ 21 case 21:case _ 21 work work NOUN NN Number=Sing 19 nmod 19:nmod:of SpaceAfter=No -22 , , PUNCT , _ 2 punct 2:punct _ +22 , , PUNCT , _ 25 punct 25:punct _ 23 obviously obviously ADV RB _ 25 advmod 25:advmod _ 24 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 25 nsubj 25:nsubj _ -25 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +25 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 26 not not PART RB _ 25 advmod 25:advmod SpaceAfter=No 27 ! ! PUNCT . _ 2 punct 2:punct _ @@ -224060,39 +224209,39 @@ # sent_id = reviews-128168-0001 # newpar id = reviews-128168-p0001 # text = Lovely Nails on Cayuga St. in Lewiston, NY -1 Lovely Lovely PROPN NNP Number=Sing 2 compound 2:compound _ +1 Lovely Lovely ADJ NNP Degree=Pos 2 amod 2:amod _ 2 Nails Nails PROPN NNP Number=Sing 0 root 0:root _ 3 on on ADP IN _ 5 case 5:case _ 4 Cayuga Cayuga PROPN NNP Number=Sing 5 compound 5:compound _ 5 St. St. PROPN NNP Number=Sing 2 nmod 2:nmod:on _ 6 in in ADP IN _ 7 case 7:case _ 7 Lewiston Lewiston PROPN NNP Number=Sing 2 nmod 2:nmod:in SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 9 punct 9:punct _ 9 NY NY PROPN NNP Number=Sing 7 appos 7:appos _ # sent_id = reviews-128168-0002 # newpar id = reviews-128168-p0002 # text = First let me start out by saying, that I have had very nice pedicures at Lovely Nails on Military Road. -1 First first ADV RB _ 2 advmod 2:advmod _ +1 First first ADV RB NumForm=Word|NumType=Ord 2 advmod 2:advmod _ 2 let let VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj|4:nsubj:xsubj _ 4 start start VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 out out ADP RP _ 4 compound:prt 4:compound:prt _ 6 by by SCONJ IN _ 7 mark 7:mark _ 7 saying say VERB VBG VerbForm=Ger 4 advcl 4:advcl:by SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 12 punct 12:punct _ 9 that that SCONJ IN _ 12 mark 12:mark _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -11 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 had have VERB VBN Tense=Past|VerbForm=Part 7 ccomp 7:ccomp _ 13 very very ADV RB _ 14 advmod 14:advmod _ 14 nice nice ADJ JJ Degree=Pos 15 amod 15:amod _ 15 pedicures pedicure NOUN NNS Number=Plur 12 obj 12:obj _ 16 at at ADP IN _ 18 case 18:case _ -17 Lovely Lovely PROPN NNP Number=Sing 18 compound 18:compound _ +17 Lovely Lovely ADJ NNP Degree=Pos 18 amod 18:amod _ 18 Nails Nails PROPN NNP Number=Sing 12 obl 12:obl:at _ 19 on on ADP IN _ 21 case 21:case _ -20 Military Military PROPN NNP Number=Sing 21 compound 21:compound _ +20 Military Military ADJ NNP Degree=Pos 21 amod 21:amod _ 21 Road Road PROPN NNP Number=Sing 18 nmod 18:nmod:on SpaceAfter=No 22 . . PUNCT . _ 2 punct 2:punct _ @@ -224109,10 +224258,10 @@ 9 opening open VERB VBG VerbForm=Ger 4 ccomp 4:ccomp _ 10 in in ADP IN _ 11 case 11:case _ 11 Lewiston Lewiston PROPN NNP Number=Sing 9 obl 9:obl:in SpaceAfter=No -12 , , PUNCT , _ 4 punct 4:punct _ +12 , , PUNCT , _ 15 punct 15:punct _ 13 as as SCONJ IN _ 15 mark 15:mark _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:as _ +15 live live VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:as _ 16 in in ADP IN _ 17 case 17:case _ 17 Youngstown Youngstown PROPN NNP Number=Sing 15 obl 15:obl:in SpaceAfter=No 18 . . PUNCT . _ 4 punct 4:punct _ @@ -224122,45 +224271,45 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|8:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 in in ADV RB _ 0 root 0:root _ -4 two two NUM CD NumType=Card 5 nummod 5:nummod _ +4 two two NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 5 weeks week NOUN NNS Number=Plur 6 obl:npmod 6:obl:npmod _ 6 ago ago ADV RB _ 3 advmod 3:advmod _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +8 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -10 worst worst ADJ JJS Degree=Sup 11 amod 11:amod _ +10 worst bad ADJ JJS Degree=Sup 11 amod 11:amod _ 11 pedicure pedicure NOUN NN Number=Sing 8 obj 8:obj|15:obj _ 12 that that PRON WDT PronType=Rel 15 obj 11:ref _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -14 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +14 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 15 had have VERB VBN Tense=Past|VerbForm=Part 11 acl:relcl 11:acl:relcl _ 16 in in ADP IN _ 18 case 18:case _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 life life NOUN NN Number=Sing 15 obl 15:obl:in SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-128168-0005 # text = There were four of us and I was taken first by a gentleman. 1 There there PRON EX _ 2 expl 2:expl _ -2 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 four four NUM CD NumType=Card 2 nsubj 2:nsubj _ +2 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 four four NUM CD NumForm=Word|NumType=Card 2 nsubj 2:nsubj _ 4 of of ADP IN _ 5 case 5:case _ 5 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 3 nmod 3:nmod:of _ 6 and and CCONJ CC _ 9 cc 9:cc _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj:pass 9:nsubj:pass _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ 9 taken take VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 conj 2:conj:and _ -10 first first ADV RB _ 9 advmod 9:advmod _ +10 first first ADV RB NumForm=Word|NumType=Ord 9 advmod 9:advmod _ 11 by by ADP IN _ 13 case 13:case _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -13 gentleman gentleman NOUN NN Number=Sing 9 obl 9:obl:by SpaceAfter=No +13 gentleman gentleman NOUN NN Number=Sing 9 obl:agent 9:obl:agent SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-128168-0006 # text = I put my foot in the water and it was cool. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 put put VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 put put VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 foot foot NOUN NN Number=Sing 2 obj 2:obj _ 5 in in ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -224174,7 +224323,7 @@ # sent_id = reviews-128168-0007 # text = He did warm it up. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 warm warm VERB VB VerbForm=Inf 0 root 0:root _ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 up up ADP RP _ 3 compound:prt 3:compound:prt SpaceAfter=No @@ -224184,12 +224333,12 @@ # text = He also hurt my toes will pushing my cuticles back. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 hurt hurt VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 hurt hurt VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 toes toe NOUN NNS Number=Plur 3 obj 3:obj _ -6 will while SCONJ IN Typo=Yes 7 mark 7:mark _ +6 will while SCONJ IN Typo=Yes 7 mark 7:mark CorrectForm=while 7 pushing push VERB VBG VerbForm=Ger 3 advcl 3:advcl:while _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 cuticles cuticle NOUN NNS Number=Plur 7 obj 7:obj _ 10 back back ADV RB _ 7 advmod 7:advmod SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ @@ -224199,10 +224348,10 @@ 1 If if SCONJ IN _ 4 mark 4:mark _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 pedicure pedicure NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 lasted last VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:if _ -5 20 20 NUM CD NumType=Card 6 nummod 6:nummod _ -6 mins. min. NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No -7 , , PUNCT , _ 11 punct 11:punct _ +4 lasted last VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:if _ +5 20 20 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ +6 mins. min. NOUN NNS Number=Plur 4 obl:tmod 4:obl:tmod SpaceAfter=No +7 , , PUNCT , _ 4 punct 4:punct _ 8 that that PRON DT Number=Sing|PronType=Dem 11 nsubj 11:nsubj _ 9 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ @@ -224214,13 +224363,13 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 other other ADJ JJ Degree=Pos 3 amod 3:amod _ 3 ladies lady NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 similar similar ADJ JJ Degree=Pos 7 amod 7:amod _ 7 experience experience NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No -8 , , PUNCT , _ 4 punct 4:punct _ -9 both both DET DT _ 10 nsubj 10:nsubj _ -10 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ +8 , , PUNCT , _ 10 punct 10:punct _ +9 both both DET DT PronType=Tot 10 nsubj 10:nsubj _ +10 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ 11 nail nail NOUN NN Number=Sing 12 compound 12:compound _ 12 polish polish NOUN NN Number=Sing 10 obj 10:obj _ 13 on on ADP IN _ 15 case 15:case _ @@ -224237,15 +224386,15 @@ 3 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 1 nmod 1:nmod:of _ 4 will will AUX MD VerbForm=Fin 6 aux 6:aux _ 5 be be AUX VB VerbForm=Inf 6 aux 6:aux _ -6 using use VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -7 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 using use VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root|14:csubj _ +7 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 services service NOUN NNS Number=Plur 6 obj 6:obj _ 9 again again ADV RB _ 6 advmod 6:advmod SpaceAfter=No -10 , , PUNCT , _ 6 punct 6:punct _ -11 which which PRON WDT PronType=Int 14 nsubj 14:nsubj _ +10 , , PUNCT , _ 14 punct 14:punct _ +11 which which PRON WDT PronType=Rel 14 nsubj 6:ref _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ -14 shame shame NOUN NN Number=Sing 6 parataxis 6:parataxis SpaceAfter=No +14 shame shame NOUN NN Number=Sing 6 advcl:relcl 6:advcl:relcl SpaceAfter=No 15 . . PUNCT . _ 6 punct 6:punct _ # newdoc id = reviews-280844 @@ -224254,7 +224403,7 @@ # text = Good Service - Limited Results 1 Good good ADJ JJ Degree=Pos 2 amod 2:amod _ 2 Service service NOUN NN Number=Sing 0 root 0:root _ -3 - - PUNCT , _ 2 punct 2:punct _ +3 - - PUNCT , _ 5 punct 5:punct _ 4 Limited limited ADJ JJ Degree=Pos 5 amod 5:amod _ 5 Results result NOUN NNS Number=Plur 2 parataxis 2:parataxis _ @@ -224269,7 +224418,7 @@ 6 about about ADP IN _ 7 case 7:case _ 7 acupuncture acupuncture NOUN NN Number=Sing 3 obl 3:obl:about _ 8 re re ADP IN _ 10 case 10:case SpaceAfter=No -9 : : PUNCT : _ 10 punct 10:punct _ +9 : : PUNCT : _ 8 punct 8:punct _ 10 infertility infertility NOUN NN Number=Sing 7 nmod 7:nmod:re SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ @@ -224283,7 +224432,7 @@ 6 to to ADP IN _ 7 case 7:case _ 7 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 obl 5:obl:to _ 8 about about ADP IN _ 11 case 11:case _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 specific specific ADJ JJ Degree=Pos 11 amod 11:amod _ 11 issues issue NOUN NNS Number=Plur 5 obl 5:obl:about _ 12 and and CCONJ CC _ 13 cc 13:cc _ @@ -224309,26 +224458,26 @@ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj|16:nsubj _ 11 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 12 very very ADV RB _ 13 advmod 13:advmod _ -13 sterile sterile ADJ JJ Degree=Pos 4 conj 4:conj:and _ +13 sterile sterile ADJ JJ Degree=Pos 4 conj 4:conj:and|20:ccomp _ 14 and and CCONJ CC _ 16 cc 16:cc _ 15 medical medical ADJ JJ Degree=Pos 16 obl:npmod 16:obl:npmod _ 16 feeling feel VERB VBG VerbForm=Ger 13 conj 13:conj:and SpaceAfter=No -17 , , PUNCT , _ 13 punct 13:punct _ -18 which which PRON WDT PronType=Int 20 obj 20:obj _ +17 , , PUNCT , _ 20 punct 20:punct _ +18 which which PRON WDT PronType=Rel 20 obj 13:ref _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 liked like VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 parataxis 13:parataxis SpaceAfter=No +20 liked like VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 13 advcl:relcl 13:advcl:relcl SpaceAfter=No 21 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-280844-0005 # text = The down side was that sometimes there was a lot of noise in the hallway from other patients/doctors. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 down down NOUN NN Number=Sing 3 compound 3:compound _ -3 side side NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 side side NOUN NN Number=Sing 8 nsubj:outer 8:nsubj:outer _ +4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 5 that that SCONJ IN _ 8 mark 8:mark _ 6 sometimes sometimes ADV RB _ 8 advmod 8:advmod _ 7 there there PRON EX _ 8 expl 8:expl _ -8 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +8 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 lot lot NOUN NN Number=Sing 8 nsubj 8:nsubj _ 11 of of ADP IN _ 12 case 12:case _ @@ -224337,23 +224486,23 @@ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 hallway hallway NOUN NN Number=Sing 12 nmod 12:nmod:in _ 16 from from ADP IN _ 18 case 18:case _ -17 other other ADJ JJ Degree=Pos 20 amod 20:amod _ +17 other other ADJ JJ Degree=Pos 18 amod 18:amod _ 18 patients patient NOUN NNS Number=Plur 15 nmod 15:nmod:from SpaceAfter=No -19 / / PUNCT , _ 20 cc 20:cc SpaceAfter=No +19 / / SYM , _ 20 cc 20:cc SpaceAfter=No 20 doctors doctor NOUN NNS Number=Plur 18 conj 15:nmod:from|18:conj SpaceAfter=No -21 . . PUNCT . _ 4 punct 4:punct _ +21 . . PUNCT . _ 8 punct 8:punct _ # sent_id = reviews-280844-0006 # text = I worked with Andrew for 2 months and did acupuncture and herbs. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|9:nsubj _ -2 worked work VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 worked work VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 with with ADP IN _ 4 case 4:case _ 4 Andrew Andrew PROPN NNP Number=Sing 2 obl 2:obl:with _ 5 for for ADP IN _ 7 case 7:case _ -6 2 2 NUM CD NumType=Card 7 nummod 7:nummod _ +6 2 2 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 months month NOUN NNS Number=Plur 2 obl 2:obl:for _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +9 did do VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 10 acupuncture acupuncture NOUN NN Number=Sing 9 obj 9:obj _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 herbs herb NOUN NNS Number=Plur 10 conj 9:obj|10:conj:and SpaceAfter=No @@ -224363,29 +224512,29 @@ # text = The sessions were nice and I felt relaxed after them but did not notice any changes with my cycles. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 sessions session NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 cop 4:cop _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 4 nice nice ADJ JJ Degree=Pos 0 root 0:root _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj|8:nsubj:xsubj|14:nsubj _ -7 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +7 felt feel VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 8 relaxed relaxed ADJ JJ Degree=Pos 7 xcomp 7:xcomp _ 9 after after ADP IN _ 10 case 10:case _ 10 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 7 obl 7:obl:after _ 11 but but CCONJ CC _ 14 cc 14:cc _ -12 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 aux 14:aux _ +12 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 14 aux 14:aux _ 13 not not PART RB _ 14 advmod 14:advmod _ 14 notice notice VERB VB VerbForm=Inf 7 conj 7:conj:but _ -15 any any DET DT _ 16 det 16:det _ +15 any any DET DT PronType=Ind 16 det 16:det _ 16 changes change NOUN NNS Number=Plur 14 obj 14:obj _ 17 with with ADP IN _ 19 case 19:case _ -18 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 cycles cycle NOUN NNS Number=Plur 16 nmod 16:nmod:with SpaceAfter=No 20 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-280844-0008 # text = I know it can take awhile for results and didn't expect a miracle, but after 2 months I felt like it was not entirely worth the cost/time. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|13:nsubj _ -2 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 4 can can AUX MD VerbForm=Fin 5 aux 5:aux _ 5 take take VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ @@ -224396,7 +224545,7 @@ 9 results result NOUN NNS Number=Plur 5 obl 5:obl:for _ 10 and and CCONJ CC _ 13 cc 13:cc _ 11-12 didn't _ _ _ _ _ _ _ _ -11 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 aux 13:aux _ +11 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 12 n't not PART RB _ 13 advmod 13:advmod _ 13 expect expect VERB VB VerbForm=Inf 2 conj 2:conj:and _ 14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ @@ -224404,10 +224553,10 @@ 16 , , PUNCT , _ 22 punct 22:punct _ 17 but but CCONJ CC _ 22 cc 22:cc _ 18 after after ADP IN _ 20 case 20:case _ -19 2 2 NUM CD NumType=Card 20 nummod 20:nummod _ +19 2 2 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ 20 months month NOUN NNS Number=Plur 22 obl 22:obl:after _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -22 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +22 felt feel VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 23 like like SCONJ IN _ 28 mark 28:mark _ 24 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 28 nsubj 28:nsubj _ 25 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 28 cop 28:cop _ @@ -224416,7 +224565,7 @@ 28 worth worth ADJ JJ Degree=Pos 22 advcl 22:advcl:like _ 29 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 30 cost cost NOUN NN Number=Sing 28 obj 28:obj SpaceAfter=No -31 / / PUNCT , _ 32 cc 32:cc SpaceAfter=No +31 / / SYM , _ 32 cc 32:cc SpaceAfter=No 32 time time NOUN NN Number=Sing 30 conj 28:obj|30:conj SpaceAfter=No 33 . . PUNCT . _ 2 punct 2:punct _ @@ -224430,7 +224579,7 @@ 6 little little ADJ JJ Degree=Pos 7 obl:npmod 7:obl:npmod _ 7 suspicious suspicious ADJ JJ Degree=Pos 0 root 0:root _ 8 of of ADP IN _ 12 case 12:case _ -9 all all DET PDT _ 12 det:predet 12:det:predet _ +9 all all DET PDT PronType=Tot 12 det:predet 12:det:predet _ 10 these this DET DT Number=Plur|PronType=Dem 12 det 12:det _ 11 glowing glow VERB VBG VerbForm=Ger 12 amod 12:amod _ 12 reviews review NOUN NNS Number=Plur 7 obl 7:obl:of SpaceAfter=No @@ -224458,7 +224607,7 @@ 5 helpful helpful ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 6 , , PUNCT , _ 8 punct 8:punct _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +8 gave give VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 9 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 8 iobj 8:iobj _ 10 good good ADJ JJ Degree=Pos 11 amod 11:amod _ 11 advice advice NOUN NN Number=Sing 8 obj 8:obj _ @@ -224497,15 +224646,15 @@ 4 which which PRON WDT PronType=Rel 6 nsubj:pass 3:ref _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ 6 included include VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 acl:relcl 3:acl:relcl _ -7 every every DET DT _ 8 det 8:det _ +7 every every DET DT PronType=Tot 8 det 8:det _ 8 morning morning NOUN NN Number=Sing 3 nmod:tmod 3:nmod:tmod _ 9 until until ADP IN _ 11 case 11:case _ -10 9:30 9:30 NUM CD NumType=Card 11 nummod 11:nummod SpaceAfter=No -11 am am NOUN NN Number=Sing 3 nmod 3:nmod:until SpaceAfter=No +10 9:30 9:30 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod SpaceAfter=No +11 am a.m. NOUN NN Number=Sing 3 nmod 3:nmod:until SpaceAfter=No 12 ; ; PUNCT , _ 16 punct 16:punct _ 13 yummy yummy ADJ JJ Degree=Pos 16 amod 16:amod _ 14 fresh fresh ADJ JJ Degree=Pos 16 amod 16:amod _ -15 Parisian parisian ADJ JJ Degree=Pos 16 amod 16:amod _ +15 Parisian Parisian ADJ JJ Degree=Pos 16 amod 16:amod _ 16 croissants croissant NOUN NNS Number=Plur 3 appos 3:appos SpaceAfter=No 17 . . PUNCT . _ 16 punct 16:punct _ @@ -224515,13 +224664,13 @@ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 clean clean ADJ JJ Degree=Pos 1 conj 1:conj:and|4:amod _ 4 beds bed NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 8 punct 8:punct _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 bit bit NOUN NN Number=Sing 8 obl:npmod 8:obl:npmod _ 8 noisy noisy ADJ JJ Degree=Pos 4 amod 4:amod _ -9 when when SCONJ WRB PronType=Int 12 mark 12:mark _ +9 when when ADV WRB PronType=Int 12 advmod 12:advmod _ 10 people people NOUN NNS Number=Plur 12 nsubj 12:nsubj _ -11 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 aux 12:aux _ +11 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 12 aux 12:aux _ 12 coming come VERB VBG Tense=Pres|VerbForm=Part 8 advcl 8:advcl:when _ 13 in in ADV RB _ 12 advmod 12:advmod _ 14 late late ADV RB Degree=Pos 12 advmod 12:advmod _ @@ -224529,18 +224678,18 @@ 16 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 17 night night NOUN NN Number=Sing 12 obl 12:obl:from _ 18 out out ADV RB _ 17 advmod 17:advmod SpaceAfter=No -19 , , PUNCT , _ 4 punct 4:punct _ +19 , , PUNCT , _ 24 punct 24:punct _ 20 but but CCONJ CC _ 24 cc 24:cc _ 21 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 24 nsubj 24:nsubj _ 22-23 didn't _ _ _ _ _ _ _ _ -22 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 aux 24:aux _ +22 did do AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 24 aux 24:aux _ 23 n't not PART RB _ 24 advmod 24:advmod _ 24 mind mind VERB VB VerbForm=Inf 8 conj 4:amod|8:conj:but _ 25 too too ADV RB _ 26 advmod 26:advmod _ 26 much much ADV RB _ 24 advmod 24:advmod _ 27 as as SCONJ IN _ 32 mark 32:mark _ 28 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 32 nsubj 32:nsubj _ -29 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 32 aux 32:aux _ +29 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 32 aux 32:aux _ 30 also also ADV RB _ 32 advmod 32:advmod _ 31 just just ADV RB _ 32 advmod 32:advmod _ 32 coming come VERB VBG Tense=Pres|VerbForm=Part 24 advcl 24:advcl:as _ @@ -224571,8 +224720,8 @@ 7 Nord Nord PROPN NNP Number=Sing 5 flat 5:flat _ 8 and and CCONJ CC _ 12 cc 12:cc _ 9 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ -10 five five NUM CD NumType=Card 11 nummod 11:nummod _ -11 minute minute NOUN NN Number=Sing 12 nmod:npmod 12:nmod:npmod _ +10 five five NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ +11 minute minute NOUN NN Number=Sing 12 nmod:tmod 12:nmod:tmod _ 12 walk walk NOUN NN Number=Sing 5 conj 5:conj:and _ 13 to to ADP IN _ 15 case 15:case _ 14 Sacre Sacre PROPN NNP Number=Sing 15 compound 15:compound|18:nsubj _ @@ -224596,7 +224745,7 @@ 8 Opera Opera PROPN NNP Number=Sing 9 compound 9:compound _ 9 Plaza Plaza PROPN NNP Number=Sing 6 nmod 6:nmod:for SpaceAfter=No 10 , , PUNCT , _ 12 punct 12:punct _ -11 Galleries Galleries PROPN NNPS Number=Plur 12 compound 12:compound _ +11 Galleries Gallery PROPN NNPS Number=Plur 12 compound 12:compound _ 12 Lafayette Lafayette PROPN NNP Number=Sing 9 conj 6:nmod:for|9:conj:and _ 13 , , PUNCT , _ 18 punct 18:punct _ 14 and and CCONJ CC _ 18 cc 18:cc _ @@ -224610,8 +224759,8 @@ # text = We really enjoyed our stay and would definitely stay at the Vintage Hostel again. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|9:nsubj _ 2 really really ADV RB _ 3 advmod 3:advmod _ -3 enjoyed enjoy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 enjoyed enjoy VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 stay stay NOUN NN Number=Sing 3 obj 3:obj _ 6 and and CCONJ CC _ 9 cc 9:cc _ 7 would would AUX MD VerbForm=Fin 9 aux 9:aux _ @@ -224628,9 +224777,9 @@ # sent_id = reviews-295288-0001 # newpar id = reviews-295288-p0001 # text = Just Autos Thank you! -1 Just Just PROPN NNP Number=Sing 2 compound 2:compound _ -2 Autos Autos PROPN NNPS Number=Plur 3 vocative 3:vocative _ -3 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Just Just ADV NNP _ 2 advmod 2:advmod _ +2 Autos Auto PROPN NNPS Number=Plur 3 vocative 3:vocative _ +3 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 obj 3:obj SpaceAfter=No 5 ! ! PUNCT . _ 3 punct 3:punct _ @@ -224640,15 +224789,15 @@ 2 fast fast ADJ JJ Degree=Pos 0 root 0:root _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 easy easy ADJ JJ Degree=Pos 2 conj 2:conj:and SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ +5 , , PUNCT , _ 7 punct 7:punct _ 6 Just just ADV RB _ 7 advmod 7:advmod _ -7 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ -8 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +8 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 car car NOUN NN Number=Sing 7 obj 7:obj|10:nsubj:xsubj _ -10 returned return VERB VBN Tense=Past|VerbForm=Part 7 xcomp 7:xcomp _ +10 returned return VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 xcomp 7:xcomp _ 11 this this DET DT Number=Sing|PronType=Dem 12 det 12:det _ 12 morning morning NOUN NN Number=Sing 10 obl:tmod 10:obl:tmod SpaceAfter=No -13 , , PUNCT , _ 2 punct 2:punct _ +13 , , PUNCT , _ 16 punct 16:punct _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ 15 would would AUX MD VerbForm=Fin 16 aux 16:aux _ 16 recommend recommend VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ @@ -224663,10 +224812,10 @@ # text = They certainly know what they are doing. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 certainly certainly ADV RB _ 3 advmod 3:advmod _ -3 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 know know VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 what what PRON WP PronType=Int 7 obj 7:obj _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 doing do VERB VBG Tense=Pres|VerbForm=Part 3 ccomp 3:ccomp SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ @@ -224674,21 +224823,21 @@ # text = The mechanic came to our place and sorted out our cars problems, he explained the problem and was very up front and honest, it was towed to the workshop as the gearbox was not working (he explained it better). 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 mechanic mechanic NOUN NN Number=Sing 3 nsubj 3:nsubj|8:nsubj _ -3 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to ADP IN _ 6 case 6:case _ -5 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 place place NOUN NN Number=Sing 3 obl 3:obl:to _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 sorted sort VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +8 sorted sort VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 9 out out ADP RP _ 8 compound:prt 8:compound:prt _ -10 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11-12 cars _ _ _ _ _ _ _ _ 11 car car NOUN NN Number=Sing 13 nmod:poss 13:nmod:poss _ -12 s 's PART POS _ 11 case 11:case _ +12 s 's PART POS Typo=Yes 11 case 11:case CorrectForm='s 13 problems problem NOUN NNS Number=Plur 8 obj 8:obj SpaceAfter=No -14 , , PUNCT , _ 3 punct 3:punct _ +14 , , PUNCT , _ 16 punct 16:punct _ 15 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj|23:nsubj _ -16 explained explain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ +16 explained explain VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 problem problem NOUN NN Number=Sing 16 obj 16:obj _ 19 and and CCONJ CC _ 23 cc 23:cc _ @@ -224698,7 +224847,7 @@ 23 front front ADJ JJ Degree=Pos 16 conj 16:conj:and _ 24 and and CCONJ CC _ 25 cc 25:cc _ 25 honest honest ADJ JJ Degree=Pos 23 conj 23:conj:and SpaceAfter=No -26 , , PUNCT , _ 3 punct 3:punct _ +26 , , PUNCT , _ 29 punct 29:punct _ 27 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 29 nsubj:pass 29:nsubj:pass _ 28 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 29 aux:pass 29:aux:pass _ 29 towed tow VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 parataxis 3:parataxis _ @@ -224713,32 +224862,32 @@ 38 working work VERB VBG Tense=Pres|VerbForm=Part 29 advcl 29:advcl:as _ 39 ( ( PUNCT -LRB- _ 41 punct 41:punct SpaceAfter=No 40 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 41 nsubj 41:nsubj _ -41 explained explain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ +41 explained explain VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ 42 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 41 obj 41:obj _ -43 better better ADV RBR Degree=Cmp 41 advmod 41:advmod SpaceAfter=No +43 better well ADV RBR Degree=Cmp 41 advmod 41:advmod SpaceAfter=No 44 ) ) PUNCT -RRB- _ 41 punct 41:punct SpaceAfter=No 45 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-295288-0005 # text = They phoned the same day, confirmed it was the gearbox quoted me the job, I gave the go ahead. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|7:nsubj|12:nsubj _ -2 phoned phone VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 phoned phone VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 same same ADJ JJ Degree=Pos 5 amod 5:amod _ 5 day day NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod SpaceAfter=No 6 , , PUNCT , _ 7 punct 7:punct _ -7 confirmed confirm VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj _ +7 confirmed confirm VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 9 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 gearbox gearbox NOUN NN Number=Sing 7 ccomp 7:ccomp _ -12 quoted quote VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj _ +12 quoted quote VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj _ 13 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 12 iobj 12:iobj _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 job job NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No -16 , , PUNCT , _ 2 punct 2:punct _ +16 , , PUNCT , _ 18 punct 18:punct _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -18 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +18 gave give VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 20 go go NOUN NN Number=Sing 21 compound 21:compound _ 21 ahead ahead NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No @@ -224747,25 +224896,25 @@ # sent_id = reviews-295288-0006 # text = Now my cars gears and brakes have never run so well... ever its like driving a new car. 1 Now now ADV RB _ 10 advmod 10:advmod _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3-4 cars _ _ _ _ _ _ _ _ 3 car car NOUN NN Number=Sing 5 nmod:poss 5:nmod:poss _ -4 s 's PART POS _ 3 case 3:case _ +4 s 's PART POS Typo=Yes 3 case 3:case CorrectForm='s 5 gears gear NOUN NNS Number=Plur 10 nsubj 10:nsubj _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 brakes brake NOUN NNS Number=Plur 5 conj 5:conj:and|10:nsubj _ -8 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +8 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 never never ADV RB _ 10 advmod 10:advmod _ 10 run run VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 11 so so ADV RB _ 12 advmod 12:advmod _ 12 well well ADV RB Degree=Pos 10 advmod 10:advmod SpaceAfter=No -13 ... ... PUNCT , _ 10 punct 10:punct _ +13 ... ... PUNCT , _ 14 punct 14:punct _ 14 ever ever ADV RB _ 10 advmod 10:advmod _ 15-16 its _ _ _ _ _ _ _ _ -15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -16 s be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 parataxis 10:parataxis _ +15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 nsubj:outer 18:nsubj:outer _ +16 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 18 cop 18:cop CorrectForm='s 17 like like SCONJ IN _ 18 mark 18:mark _ -18 driving drive VERB VBG VerbForm=Ger 16 advcl 16:advcl:like _ +18 driving drive VERB VBG VerbForm=Ger 10 parataxis 10:parataxis _ 19 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 20 new new ADJ JJ Degree=Pos 21 amod 21:amod _ 21 car car NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No @@ -224775,7 +224924,7 @@ # text = So yes, I wouldn't hesitate in recommending the team at Just Autos for easy professional car repairs,Thank you Just Autos for your help. 1 So so ADV RB _ 7 advmod 7:advmod _ 2 yes yes INTJ UH _ 7 discourse 7:discourse SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 5-6 wouldn't _ _ _ _ _ _ _ _ 5 would would AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -224786,20 +224935,20 @@ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 team team NOUN NN Number=Sing 9 obj 9:obj _ 12 at at ADP IN _ 14 case 14:case _ -13 Just Just PROPN NNP Number=Sing 14 compound 14:compound _ -14 Autos Autos PROPN NNPS Number=Plur 11 nmod 11:nmod:at _ +13 Just Just ADV NNP _ 14 advmod 14:advmod _ +14 Autos Auto PROPN NNPS Number=Plur 11 nmod 11:nmod:at _ 15 for for ADP IN _ 19 case 19:case _ 16 easy easy ADJ JJ Degree=Pos 19 amod 19:amod _ 17 professional professional ADJ JJ Degree=Pos 19 amod 19:amod _ 18 car car NOUN NN Number=Sing 19 compound 19:compound _ 19 repairs repair NOUN NNS Number=Plur 9 obl 9:obl:for SpaceAfter=No -20 , , PUNCT , _ 7 punct 7:punct SpaceAfter=No -21 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 parataxis 7:parataxis _ +20 , , PUNCT , _ 21 punct 21:punct SpaceAfter=No +21 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 parataxis 7:parataxis _ 22 you you PRON PRP Case=Acc|Person=2|PronType=Prs 21 obj 21:obj _ -23 Just Just PROPN NNP Number=Sing 24 compound 24:compound _ -24 Autos Autos PROPN NNPS Number=Plur 21 vocative 21:vocative _ +23 Just Just ADV NNP _ 24 advmod 24:advmod _ +24 Autos Auto PROPN NNPS Number=Plur 21 vocative 21:vocative _ 25 for for ADP IN _ 27 case 27:case _ -26 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +26 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 27 help help NOUN NN Number=Sing 21 obl 21:obl:for SpaceAfter=No 28 . . PUNCT . _ 7 punct 7:punct _ @@ -224808,10 +224957,10 @@ # newpar id = reviews-360937-p0001 # text = I stopped in today @ Yards Brewery. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 stopped stop VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 stopped stop VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 in in ADV RB _ 2 advmod 2:advmod _ 4 today today NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod _ -5 @ at ADP IN Abbr=Yes 7 case 7:case _ +5 @ @ ADP IN _ 7 case 7:case _ 6 Yards Yards PROPN NNP Number=Sing 7 compound 7:compound _ 7 Brewery Brewery PROPN NNP Number=Sing 2 obl 2:obl:at SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ @@ -224821,7 +224970,7 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 must must AUX MD VerbForm=Fin 3 aux 3:aux _ 3 say say VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 7 punct 7:punct _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 7 impressed impressed ADJ JJ Degree=Pos 3 ccomp 3:ccomp _ @@ -224837,7 +224986,7 @@ 17 , , PUNCT , _ 20 punct 20:punct _ 18 & & CCONJ CC _ 20 cc 20:cc _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 liked like VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj _ +20 liked like VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj _ 21 that that SCONJ IN _ 24 mark 24:mark _ 22 you you PRON PRP Case=Nom|Person=2|PronType=Prs 24 nsubj 24:nsubj _ 23 could could AUX MD VerbForm=Fin 24 aux 24:aux _ @@ -224853,7 +225002,7 @@ # sent_id = reviews-360937-0003 # text = I had a sampler of IPA, Brawler, Love Stout & ESA. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 sampler sampler NOUN NN Number=Sing 2 obj 2:obj _ 5 of of ADP IN _ 6 case 6:case _ @@ -224869,16 +225018,16 @@ # sent_id = reviews-360937-0004 # text = All were awesome, & I had a Dogwood Grilled Cheese which was enjoyable with the fine beers. -1 All all DET DT _ 3 nsubj 3:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 cop 3:cop _ +1 All all DET DT PronType=Tot 3 nsubj 3:nsubj _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 awesome awesome ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 , , PUNCT , _ 7 punct 7:punct _ 5 & & CCONJ CC _ 7 cc 7:cc _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj _ +7 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj _ 8 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 9 Dogwood dogwood NOUN NN Number=Sing 11 compound 11:compound _ -10 Grilled grill VERB VBN Tense=Past|VerbForm=Part 11 amod 11:amod _ +10 Grilled grill VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 amod 11:amod _ 11 Cheese cheese NOUN NN Number=Sing 7 obj 7:obj|14:nsubj _ 12 which which PRON WDT PronType=Rel 14 nsubj 11:ref _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ @@ -224892,18 +225041,18 @@ # sent_id = reviews-360937-0005 # text = After my sampler & sandwich, I asked for a pint of there Nitrogen Love Stout, I must say I was impressed, with the great taste & I am a Guiness Lover so coming from me, I think this is better, its less dry & smoother! 1 After after ADP IN _ 3 case 3:case _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 sampler sampler NOUN NN Number=Sing 8 obl 8:obl:after _ 4 & & CCONJ CC _ 5 cc 5:cc _ 5 sandwich sandwich NOUN NN Number=Sing 3 conj 3:conj|8:obl:after SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 asked ask VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 for for ADP IN _ 11 case 11:case _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 pint pint NOUN NN Number=Sing 8 obl 8:obl:for _ 12 of of ADP IN _ 16 case 16:case _ -13 there they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 16 nmod:poss 16:nmod:poss _ +13 there their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 16 nmod:poss 16:nmod:poss CorrectForm=their 14 Nitrogen Nitrogen PROPN NNP Number=Sing 16 compound 16:compound _ 15 Love Love PROPN NNP Number=Sing 16 compound 16:compound _ 16 Stout Stout PROPN NNP Number=Sing 11 nmod 11:nmod:of SpaceAfter=No @@ -224914,7 +225063,7 @@ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ 22 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 23 cop 23:cop _ 23 impressed impressed ADJ JJ Degree=Pos 20 ccomp 20:ccomp SpaceAfter=No -24 , , PUNCT , _ 23 punct 23:punct _ +24 , , PUNCT , _ 28 punct 28:punct _ 25 with with ADP IN _ 28 case 28:case _ 26 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 27 great great ADJ JJ Degree=Pos 28 amod 28:amod _ @@ -224923,37 +225072,37 @@ 30 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 34 nsubj 34:nsubj _ 31 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 34 cop 34:cop _ 32 a a DET DT Definite=Ind|PronType=Art 34 det 34:det _ -33 Guiness Guinness PROPN NNP Number=Sing|Typo=Yes 34 compound 34:compound _ +33 Guiness Guinness PROPN NNP Number=Sing|Typo=Yes 34 compound 34:compound CorrectForm=Guinness 34 Lover lover NOUN NN Number=Sing 8 conj 8:conj _ 35 so so ADV RB _ 41 advmod 41:advmod _ 36 coming come VERB VBG VerbForm=Ger 41 advcl 41:advcl _ 37 from from ADP IN _ 38 case 38:case _ 38 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 36 obl 36:obl:from SpaceAfter=No -39 , , PUNCT , _ 41 punct 41:punct _ +39 , , PUNCT , _ 36 punct 36:punct _ 40 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 41 nsubj 41:nsubj _ -41 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 parataxis 8:parataxis _ +41 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 parataxis 8:parataxis _ 42 this this PRON DT Number=Sing|PronType=Dem 44 nsubj 44:nsubj _ 43 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 44 cop 44:cop _ -44 better better ADJ JJR Degree=Cmp 41 ccomp 41:ccomp SpaceAfter=No -45 , , PUNCT , _ 8 punct 8:punct _ +44 better good ADJ JJR Degree=Cmp 41 ccomp 41:ccomp SpaceAfter=No +45 , , PUNCT , _ 49 punct 49:punct _ 46-47 its _ _ _ _ _ _ _ _ 46 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 49 nsubj 49:nsubj|51:nsubj _ -47 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 49 cop 49:cop _ +47 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 49 cop 49:cop CorrectForm='s 48 less less ADV RBR Degree=Cmp 49 advmod 49:advmod _ -49 dry dry ADJ JJ Degree=Pos 44 conj 41:ccomp|44:conj _ +49 dry dry ADJ JJ Degree=Pos 44 parataxis 41:ccomp|44:parataxis _ 50 & & CCONJ CC _ 51 cc 51:cc _ -51 smoother smoother ADJ JJR Degree=Cmp 49 conj 49:conj SpaceAfter=No +51 smoother smooth ADJ JJR Degree=Cmp 49 conj 49:conj SpaceAfter=No 52 ! ! PUNCT . _ 8 punct 8:punct _ # sent_id = reviews-360937-0006 # text = If you are in Philly you have to come check this place out! 1 If if SCONJ IN _ 5 mark 5:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 in in ADP IN _ 5 case 5:case _ 5 Philly Philly PROPN NNP Number=Sing 7 advcl 7:advcl:in _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj|10:nsubj:xsubj _ -7 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 to to PART TO _ 9 mark 9:mark _ 9 come come VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 check check VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ @@ -224968,8 +225117,8 @@ 2 only only ADJ JJ Degree=Pos 3 amod 3:amod _ 3 negative negative NOUN NN Number=Sing 11 nsubj 11:nsubj _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ -6 abou about ADP IN Typo=Yes 8 case 8:case _ +5 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +6 abou about ADP IN Typo=Yes 8 case 8:case CorrectForm=about 7 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ 8 place place NOUN NN Number=Sing 3 nmod 3:nmod:about _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ @@ -224980,14 +225129,14 @@ # sent_id = reviews-360937-0008 # text = I left with a case of BRAWLER!!!!! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 left leave VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 with with ADP IN _ 5 case 5:case _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 case case NOUN NN Number=Sing 2 obl 2:obl:with _ 6 of of ADP IN _ 7 case 7:case _ 7 BRAWLER BRAWLER PROPN NNP Number=Sing 5 nmod 5:nmod:of SpaceAfter=No 8 !!!! !!!! PUNCT . _ 2 punct 2:punct SpaceAfter=No -9 ! ! PUNCT . _ 2 punct 2:punct SpaceAfter=No +9 ! ! PUNCT . _ 2 punct 2:punct _ # newdoc id = reviews-091704 # sent_id = reviews-091704-0001 @@ -225000,12 +225149,12 @@ # sent_id = reviews-091704-0002 # newpar id = reviews-091704-p0002 # text = My wife had taken her '07 Ford Fusion in for a routine oil change. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 wife wife NOUN NN Number=Sing 4 nsubj 4:nsubj _ -3 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +3 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 4 taken take VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -5 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ -6 '07 '07 NUM CD NumType=Card 8 nummod 8:nummod _ +5 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 '07 '07 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 7 Ford Ford PROPN NNP Number=Sing 8 compound 8:compound _ 8 Fusion Fusion PROPN NNP Number=Sing 4 obj 4:obj _ 9 in in ADV RB _ 4 advmod 4:advmod _ @@ -225018,17 +225167,17 @@ # sent_id = reviews-091704-0003 # text = A couple days after the oil change, the engine ran rough, the low oil pressure light would come on sporadically, and the engine would whir loudly. -1 A a DET DT Definite=Ind|PronType=Art 3 det 3:det _ -2 couple couple NOUN NN Number=Sing 3 compound 3:compound _ +1 A a DET DT Definite=Ind|PronType=Art 2 det 2:det _ +2 couple couple NOUN NN Number=Sing 3 nmod:npmod 3:nmod:npmod _ 3 days day NOUN NNS Number=Plur 7 nmod:npmod 7:nmod:npmod _ 4 after after ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 oil oil NOUN NN Number=Sing 7 compound 7:compound _ 7 change change NOUN NN Number=Sing 11 obl 11:obl:after SpaceAfter=No -8 , , PUNCT , _ 11 punct 11:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 engine engine NOUN NN Number=Sing 11 nsubj 11:nsubj _ -11 ran run VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +11 ran run VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 12 rough rough ADV RB _ 11 advmod 11:advmod SpaceAfter=No 13 , , PUNCT , _ 20 punct 20:punct _ 14 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ @@ -225055,17 +225204,17 @@ 2 out out ADP RP _ 1 compound:prt 1:compound:prt _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 engine engine NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp _ -6 no no DET DT _ 7 det 7:det _ +5 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 1 ccomp 1:ccomp _ +6 no no DET DT PronType=Neg 7 det 7:det _ 7 oil oil NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No 8 , , PUNCT , _ 19 punct 19:punct _ 9 and and CCONJ CC _ 19 cc 19:cc _ -10 when when SCONJ WRB PronType=Int 13 mark 13:mark _ +10 when when ADV WRB PronType=Int 13 advmod 13:advmod _ 11 oil oil NOUN NN Number=Sing 13 nsubj:pass 13:nsubj:pass _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux:pass 13:aux:pass _ 13 put put VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 advcl 19:advcl:when _ -14 it in ADV RB Typo=Yes 13 advmod 13:advmod SpaceAfter=No -15 , , PUNCT , _ 19 punct 19:punct _ +14 it in ADV RB Typo=Yes 13 advmod 13:advmod CorrectForm=in|SpaceAfter=No +15 , , PUNCT , _ 13 punct 13:punct _ 16 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj _ 17 would would AUX MD VerbForm=Fin 19 aux 19:aux _ 18 just just ADV RB _ 19 advmod 19:advmod _ @@ -225086,7 +225235,7 @@ 6-7 doesn't _ _ _ _ _ _ _ _ 6 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 n't not PART RB _ 8 advmod 8:advmod _ -8 have have VERB VB VerbForm=Inf 3 parataxis 3:parataxis SpaceAfter=No +8 have have AUX VB VerbForm=Inf 3 parataxis 3:parataxis SpaceAfter=No 9 ) ) PUNCT -RRB- _ 8 punct 8:punct _ 10 major major ADJ JJ Degree=Pos 11 amod 11:amod _ 11 damage damage NOUN NN Number=Sing 3 obj 3:obj _ @@ -225097,12 +225246,12 @@ # sent_id = reviews-091704-0006 # text = All of this started after their oil change. -1 All all DET DT _ 4 nsubj 4:nsubj _ +1 All all DET DT PronType=Tot 4 nsubj 4:nsubj _ 2 of of ADP IN _ 3 case 3:case _ 3 this this PRON DT Number=Sing|PronType=Dem 1 nmod 1:nmod:of _ -4 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 started start VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 after after ADP IN _ 8 case 8:case _ -6 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 oil oil NOUN NN Number=Sing 8 compound 8:compound _ 8 change change NOUN NN Number=Sing 4 obl 4:obl:after SpaceAfter=No 9 . . PUNCT . _ 4 punct 4:punct _ @@ -225111,24 +225260,24 @@ # text = Once they realized their mistake they sent a mechanic and tow truck to my wife's work and towed it back to fix it. 1 Once once SCONJ IN _ 3 mark 3:mark _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 realized realize VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:once _ -4 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 realized realize VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:once _ +4 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 mistake mistake NOUN NN Number=Sing 3 obj 3:obj _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj|19:nsubj _ -7 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 sent send VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 mechanic mechanic NOUN NN Number=Sing 7 obj 7:obj _ 10 and and CCONJ CC _ 12 cc 12:cc _ 11 tow tow NOUN NN Number=Sing 12 compound 12:compound _ 12 truck truck NOUN NN Number=Sing 9 conj 7:obj|9:conj:and _ 13 to to ADP IN _ 17 case 17:case _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15-16 wife's _ _ _ _ _ _ _ _ 15 wife wife NOUN NN Number=Sing 17 nmod:poss 17:nmod:poss _ 16 's 's PART POS _ 15 case 15:case _ 17 work work NOUN NN Number=Sing 7 obl 7:obl:to _ 18 and and CCONJ CC _ 19 cc 19:cc _ -19 towed tow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ +19 towed tow VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ 20 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 obj 19:obj _ 21 back back ADV RB _ 19 advmod 19:advmod _ 22 to to PART TO _ 23 mark 23:mark _ @@ -225145,22 +225294,22 @@ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 shop shop NOUN NN Number=Sing 4 obj 4:obj _ 7 for for ADP IN _ 8 case 8:case _ -8 anything anything PRON NN Number=Sing 4 obl 4:obl:for SpaceAfter=No +8 anything anything PRON NN Number=Sing|PronType=Ind 4 obl 4:obl:for SpaceAfter=No 9 , , PUNCT , _ 12 punct 12:punct _ -10 not not ADV RB _ 11 advmod 11:advmod _ +10 not not PART RB _ 12 advmod 12:advmod _ 11 even even ADV RB _ 12 advmod 12:advmod _ -12 something something PRON NN Number=Sing 8 conj 4:obl:for|8:conj _ +12 something something PRON NN Number=Sing|PronType=Ind 8 conj 4:obl:for|8:conj _ 13 as as ADV RB _ 14 advmod 14:advmod _ 14 simple simple ADJ JJ Degree=Pos 12 amod 12:amod _ 15 as as ADP IN _ 18 case 18:case _ 16 an a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 oil oil NOUN NN Number=Sing 18 compound 18:compound _ -18 change change NOUN NN Number=Sing 13 obl 13:obl:as SpaceAfter=No +18 change change NOUN NN Number=Sing 14 obl 14:obl:as SpaceAfter=No 19 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-091704-0009 # text = Plus they will overcharge you for just about everything, and smile while doing it. -1 Plus plus CCONJ CC _ 12 cc 12:cc _ +1 Plus plus CCONJ CC _ 4 cc 4:cc _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj|12:nsubj _ 3 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 4 overcharge overcharge VERB VB VerbForm=Inf 0 root 0:root _ @@ -225168,7 +225317,7 @@ 6 for for ADP IN _ 9 case 9:case _ 7 just just ADV RB _ 8 advmod 8:advmod _ 8 about about ADV RB _ 9 advmod 9:advmod _ -9 everything everything PRON NN Number=Sing 4 obl 4:obl:for SpaceAfter=No +9 everything everything PRON NN Number=Sing|PronType=Tot 4 obl 4:obl:for SpaceAfter=No 10 , , PUNCT , _ 12 punct 12:punct _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 smile smile VERB VB VerbForm=Inf 4 conj 4:conj:and _ @@ -225182,18 +225331,18 @@ # newpar id = reviews-135800-p0001 # text = Liars, negative stars! 1 Liars liar NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 4 punct 4:punct _ 3 negative negative ADJ JJ Degree=Pos 4 amod 4:amod _ 4 stars star NOUN NNS Number=Plur 1 parataxis 1:parataxis SpaceAfter=No 5 ! ! PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-135800-0002 # text = Took my Cruze in twice for poor fuel economy. -1 Took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Took take VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 Cruze Cruze PROPN NNP Number=Sing 1 obj 1:obj _ 4 in in ADV RB _ 1 advmod 1:advmod _ -5 twice twice ADV RB NumType=Mult 1 advmod 1:advmod _ +5 twice twice ADV RB NumForm=Word|NumType=Mult 1 advmod 1:advmod _ 6 for for ADP IN _ 9 case 9:case _ 7 poor poor ADJ JJ Degree=Pos 9 amod 9:amod _ 8 fuel fuel NOUN NN Number=Sing 9 compound 9:compound _ @@ -225203,10 +225352,10 @@ # sent_id = reviews-135800-0003 # text = The first time they claimed to get reasonable mpg. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 first first ADJ JJ Degree=Pos|NumType=Ord 3 amod 3:amod _ -3 time time NOUN NN Number=Sing 5 obl:npmod 5:obl:npmod _ +2 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 3 amod 3:amod _ +3 time time NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ -5 claimed claim VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 claimed claim VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 get get VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 reasonable reasonable ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -225216,30 +225365,30 @@ # sent_id = reviews-135800-0004 # text = However, they would never drive the car with me in it to prove their findings. 1 However however ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 4 would would AUX MD VerbForm=Fin 6 aux 6:aux _ 5 never never ADV RB _ 6 advmod 6:advmod _ 6 drive drive VERB VB VerbForm=Inf 0 root 0:root _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 car car NOUN NN Number=Sing 6 obj 6:obj _ -9 with with SCONJ IN _ 10 mark 10:mark _ +9 with with SCONJ IN _ 12 mark 12:mark _ 10 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 11 in in ADP IN _ 12 case 12:case _ -12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 advcl 6:advcl:in _ +12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 advcl 6:advcl:with _ 13 to to PART TO _ 14 mark 14:mark _ 14 prove prove VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ -15 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 findings finding NOUN NNS Number=Plur 14 obj 14:obj SpaceAfter=No 17 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-135800-0005 # text = I wonder if they were going down a hill! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 wonder wonder VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 wonder wonder VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 if if SCONJ IN _ 6 mark 6:mark _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -5 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +5 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 6 going go VERB VBG VerbForm=Ger 2 ccomp 2:ccomp _ 7 down down ADP IN _ 9 case 9:case _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ @@ -225248,26 +225397,26 @@ # sent_id = reviews-135800-0006 # text = They told me to bring it back after 5000 miles. -1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|5:nsubj:xsubj _ -2 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 iobj 2:iobj _ +1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ +2 told tell VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 iobj 2:iobj|5:nsubj:xsubj _ 4 to to PART TO _ 5 mark 5:mark _ 5 bring bring VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 6 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 obj 5:obj _ 7 back back ADV RB _ 5 advmod 5:advmod _ 8 after after ADP IN _ 10 case 10:case _ -9 5000 5000 NUM CD NumType=Card 10 nummod 10:nummod _ +9 5000 5000 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 miles mile NOUN NNS Number=Plur 5 obl 5:obl:after SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-135800-0007 # text = I brought it back with 9000 miles. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 brought bring VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 brought bring VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ 4 back back ADV RB _ 2 advmod 2:advmod _ 5 with with ADP IN _ 7 case 7:case _ -6 9000 9000 NUM CD NumType=Card 7 nummod 7:nummod _ +6 9000 9000 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 miles mile NOUN NNS Number=Plur 2 obl 2:obl:with SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ @@ -225275,12 +225424,12 @@ # text = They "finished" the work and told me the car was ready. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|8:nsubj _ 2 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No -3 finished finish VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 finished finish VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 4 " " PUNCT '' _ 3 punct 3:punct _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 work work NOUN NN Number=Sing 3 obj 3:obj _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +8 told tell VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 9 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 iobj 8:iobj _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 car car NOUN NN Number=Sing 13 nsubj 13:nsubj _ @@ -225291,19 +225440,19 @@ # sent_id = reviews-135800-0009 # text = I found out they did not even drive the car, stated they looked at it before. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 out out ADP RP _ 2 compound:prt 2:compound:prt _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -5 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux 8:aux _ +5 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 6 not not PART RB _ 8 advmod 8:advmod _ 7 even even ADV RB _ 8 advmod 8:advmod _ 8 drive drive VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 car car NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No -11 , , PUNCT , _ 2 punct 2:punct _ -12 stated state VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +11 , , PUNCT , _ 12 punct 12:punct _ +12 stated state VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -14 looked look VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 ccomp 12:ccomp _ +14 looked look VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 12 ccomp 12:ccomp _ 15 at at ADP IN _ 16 case 16:case _ 16 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 obl 14:obl:at _ 17 before before ADV RB _ 14 advmod 14:advmod SpaceAfter=No @@ -225322,7 +225471,7 @@ 9 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 obl 5:obl:with _ 10 to to PART TO _ 11 mark 11:mark _ 11 show show VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ -12 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 13 mpg mpg NOUN NN Number=Sing 14 compound 14:compound _ 14 number number NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 15 . . PUNCT . _ 5 punct 5:punct _ @@ -225331,31 +225480,31 @@ # text = They also claimed not to see anything wrong with the blower fan (a seperate issue), but when I drove the car home I had the same symptoms. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|6:nsubj:xsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 claimed claim VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 not not ADV RB _ 6 advmod 6:advmod _ +3 claimed claim VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 not not PART RB _ 6 advmod 6:advmod _ 5 to to PART TO _ 6 mark 6:mark _ 6 see see VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ -7 anything anything PRON NN Number=Sing 6 obj 6:obj _ +7 anything anything PRON NN Number=Sing|PronType=Ind 6 obj 6:obj _ 8 wrong wrong ADJ JJ Degree=Pos 7 amod 7:amod _ 9 with with ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 blower blower NOUN NN Number=Sing 12 compound 12:compound _ 12 fan fan NOUN NN Number=Sing 8 obl 8:obl:with _ -13 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No +13 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ -15 seperate separate ADJ JJ Degree=Pos|Typo=Yes 16 amod 16:amod _ +15 seperate separate ADJ JJ Degree=Pos|Typo=Yes 16 amod 16:amod CorrectForm=separate 16 issue issue NOUN NN Number=Sing 7 parataxis 7:parataxis SpaceAfter=No -17 ) ) PUNCT -RRB- _ 7 punct 7:punct SpaceAfter=No +17 ) ) PUNCT -RRB- _ 16 punct 16:punct SpaceAfter=No 18 , , PUNCT , _ 27 punct 27:punct _ 19 but but CCONJ CC _ 27 cc 27:cc _ -20 when when SCONJ WRB PronType=Int 22 mark 22:mark _ +20 when when ADV WRB PronType=Int 22 advmod 22:advmod _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -22 drove drive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 27 advcl 27:advcl:when _ +22 drove drive VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 27 advcl 27:advcl:when _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 car car NOUN NN Number=Sing 22 obj 22:obj _ 25 home home ADV RB _ 22 advmod 22:advmod _ 26 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 nsubj 27:nsubj _ -27 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ +27 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ 28 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 29 same same ADJ JJ Degree=Pos 30 amod 30:amod _ 30 symptoms symptom NOUN NNS Number=Plur 27 obj 27:obj SpaceAfter=No @@ -225366,8 +225515,8 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 3 never never ADV RB _ 4 advmod 4:advmod _ -4 purchace purchase VERB VB Typo=Yes|VerbForm=Inf 0 root 0:root _ -5 another another DET DT _ 6 det 6:det _ +4 purchace purchase VERB VB Typo=Yes|VerbForm=Inf 0 root 0:root CorrectForm=purchase +5 another another DET DT PronType=Ind 6 det 6:det _ 6 vehicle vehicle NOUN NN Number=Sing 4 obj 4:obj _ 7 from from ADP IN _ 8 case 8:case _ 8 Vic Vic PROPN NNP Number=Sing 4 obl 4:obl:from _ @@ -225385,20 +225534,20 @@ # newpar id = reviews-018562-p0002 # text = I want to say that Mike did a great job for our family in our time of need. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 want want VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 say say VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 that that SCONJ IN _ 7 mark 7:mark _ 6 Mike Mike PROPN NNP Number=Sing 7 nsubj 7:nsubj _ -7 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +7 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 great great ADJ JJ Degree=Pos 10 amod 10:amod _ 10 job job NOUN NN Number=Sing 7 obj 7:obj _ 11 for for ADP IN _ 13 case 13:case _ -12 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 family family NOUN NN Number=Sing 7 obl 7:obl:for _ 14 in in ADP IN _ 16 case 16:case _ -15 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 time time NOUN NN Number=Sing 7 obl 7:obl:in _ 17 of of ADP IN _ 18 case 18:case _ 18 need need NOUN NN Number=Sing 16 nmod 16:nmod:of SpaceAfter=No @@ -225406,12 +225555,12 @@ # sent_id = reviews-018562-0003 # text = Both my grandparents passed away 4 months apart and Mike was very understanding. -1 Both both DET PDT _ 3 det:predet 3:det:predet _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Both both DET PDT PronType=Tot 3 det:predet 3:det:predet _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 grandparents grandparent NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 passed pass VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 passed pass VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 away away ADV RB _ 4 advmod 4:advmod _ -6 4 4 NUM CD NumType=Card 7 nummod 7:nummod _ +6 4 4 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 months month NOUN NNS Number=Plur 8 obl:npmod 8:obl:npmod _ 8 apart apart ADV RB _ 4 advmod 4:advmod _ 9 and and CCONJ CC _ 13 cc 13:cc _ @@ -225430,22 +225579,22 @@ 5 trying trying ADJ JJ Degree=Pos 6 amod 6:amod _ 6 time time NOUN NN Number=Sing 0 root 0:root _ 7 for for ADP IN _ 9 case 9:case _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 family family NOUN NN Number=Sing 6 nmod 6:nmod:for _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes 9 conj 6:nmod:for|9:conj:and _ 12 yet yet CCONJ CC _ 14 cc 14:cc _ 13 Mike Mike PROPN NNP Number=Sing 14 nsubj 14:nsubj _ -14 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 6:conj:yet _ +14 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 conj 6:conj:yet _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 time time NOUN NN Number=Sing 14 obj 14:obj _ 17 to to PART TO _ 18 mark 18:mark _ 18 greet greet VERB VB VerbForm=Inf 16 acl 16:acl:to _ -19 each each DET DT _ 23 det 23:det _ +19 each each DET DT PronType=Tot 23 det 23:det _ 20 and and CCONJ CC _ 21 cc 21:cc _ -21 every every DET DT _ 19 conj 19:conj:and|23:det SpaceAfter=No -22 one one NUM CD NumType=Card 18 reparandum 18:reparandum _ -23 one one NUM CD NumType=Card 18 obj 18:obj _ +21 every every DET DT PronType=Tot 19 conj 19:conj:and|23:det SpaceAfter=No +22 one one NOUN NN Number=Sing 18 reparandum 18:reparandum _ +23 one one NOUN NN Number=Sing 18 obj 18:obj _ 24 of of ADP IN _ 25 case 25:case _ 25 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 19 nmod 19:nmod:of SpaceAfter=No 26 . . PUNCT . _ 6 punct 6:punct _ @@ -225457,51 +225606,51 @@ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 professional professional ADJ JJ Degree=Pos 0 root 0:root _ 5 in in ADP IN _ 7 case 7:case _ -6 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 position position NOUN NN Number=Sing 4 obl 4:obl:in _ 8 as as ADP IN _ 10 case 10:case _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 director director NOUN NN Number=Sing 7 nmod 7:nmod:as _ -11 and and CCONJ CC _ 12 cc 12:cc _ -12 yet yet CCONJ CC _ 15 cc 15:cc _ +11 and and CCONJ CC _ 15 cc 15:cc _ +12 yet yet ADV RB _ 15 advmod 15:advmod _ 13 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 14 still still ADV RB _ 15 advmod 15:advmod _ -15 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and_yet _ +15 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and_yet _ 16 time time NOUN NN Number=Sing 15 obj 15:obj _ 17 to to PART TO _ 19 mark 19:mark _ 18 be be AUX VB VerbForm=Inf 19 cop 19:cop _ 19 compassionate compassionate ADJ JJ Degree=Pos 16 acl 16:acl:to _ -20 for for SCONJ IN _ 21 case 21:case _ -21 what what PRON WP PronType=Int 19 obl 19:obl:for _ +20 for for ADP IN _ 21 case 21:case _ +21 what what PRON WP PronType=Rel 19 obl 19:obl:for|25:obl:through _ 22 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 25 nsubj 25:nsubj _ -23 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 aux 25:aux _ +23 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 25 aux 25:aux _ 24 all all ADV RB _ 25 advmod 25:advmod _ 25 going go VERB VBG Tense=Pres|VerbForm=Part 21 acl:relcl 21:acl:relcl _ -26 through through ADP IN _ 25 obl 25:obl SpaceAfter=No +26 through through ADP IN _ 25 obl 21:case SpaceAfter=No 27 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-018562-0006 # text = I'm sure its not everyday that a funeral director sees the same family in such a short time. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 sure sure ADJ JJ Degree=Pos 0 root 0:root _ 4-5 its _ _ _ _ _ _ _ _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 expl 8:expl _ -5 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +5 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 8 cop 8:cop CorrectForm='s 6 not not PART RB _ 8 advmod 8:advmod _ -7 every every DET DT _ 8 det 8:det SpaceAfter=No -8 day day NOUN NN Number=Sing 3 ccomp 3:ccomp _ -9 that that SCONJ IN _ 13 mark 13:mark _ +7 every every DET DT PronType=Tot 8 det 8:det CorrectSpaceAfter=Yes|SpaceAfter=No +8 day day NOUN NN Number=Sing 3 ccomp 3:ccomp|13:obl:npmod _ +9 that that PRON WDT PronType=Rel 13 obl:npmod 8:ref _ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 11 funeral funeral NOUN NN Number=Sing 12 compound 12:compound _ 12 director director NOUN NN Number=Sing 13 nsubj 13:nsubj _ -13 sees see VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 csubj 8:csubj _ +13 sees see VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 advcl:relcl 8:advcl:relcl _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 15 same same ADJ JJ Degree=Pos 16 amod 16:amod _ 16 family family NOUN NN Number=Sing 13 obj 13:obj _ 17 in in ADP IN _ 21 case 21:case _ -18 such such DET PDT _ 21 det:predet 21:det:predet _ +18 such such DET PDT PronType=Ind 21 det:predet 21:det:predet _ 19 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 20 short short ADJ JJ Degree=Pos 21 amod 21:amod _ 21 time time NOUN NN Number=Sing 13 obl 13:obl:in SpaceAfter=No @@ -225509,19 +225658,19 @@ # sent_id = reviews-018562-0007 # text = My grandfather passed away silently in his sleep, and my grandmother passed away after a short struggle with cancer. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 grandfather grandfather NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 passed pass VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 passed pass VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 away away ADV RB _ 3 advmod 3:advmod _ 5 silently silently ADV RB _ 3 advmod 3:advmod _ 6 in in ADP IN _ 8 case 8:case _ -7 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 sleep sleep NOUN NN Number=Sing 3 obl 3:obl:in SpaceAfter=No 9 , , PUNCT , _ 13 punct 13:punct _ 10 and and CCONJ CC _ 13 cc 13:cc _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 grandmother grandmother NOUN NN Number=Sing 13 nsubj 13:nsubj _ -13 passed pass VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +13 passed pass VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 14 away away ADV RB _ 13 advmod 13:advmod _ 15 after after ADP IN _ 18 case 18:case _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ @@ -225533,26 +225682,26 @@ # sent_id = reviews-018562-0008 # text = Both my grandparents looked as natural as could be expected. -1 Both both DET PDT _ 3 det:predet 3:det:predet _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Both both DET PDT PronType=Tot 3 det:predet 3:det:predet _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 grandparents grandparent NOUN NNS Number=Plur 4 nsubj 4:nsubj|6:nsubj:xsubj _ -4 looked look VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 looked look VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 as as ADV RB _ 6 advmod 6:advmod _ 6 natural natural ADJ JJ Degree=Pos 4 xcomp 4:xcomp _ 7 as as SCONJ IN _ 10 mark 10:mark _ 8 could could AUX MD VerbForm=Fin 10 aux 10:aux _ 9 be be AUX VB VerbForm=Inf 10 aux:pass 10:aux:pass _ -10 expected expect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 advcl 5:advcl:as SpaceAfter=No +10 expected expect VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 advcl 6:advcl:as SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-018562-0009 # text = Thank you Mike for all your help professionally and personally. -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ 3 Mike Mike PROPN NNP Number=Sing 1 vocative 1:vocative _ 4 for for ADP IN _ 7 case 7:case _ -5 all all DET PDT _ 7 det:predet 7:det:predet _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 all all DET PDT PronType=Tot 7 det:predet 7:det:predet _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 help help NOUN NN Number=Sing 1 obl 1:obl:for _ 8 professionally professionally ADV RB _ 1 advmod 1:advmod _ 9 and and CCONJ CC _ 10 cc 10:cc _ @@ -225577,17 +225726,17 @@ # text = If you like the drama described in popular sitcom 'Seinfeld', you will see it here. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:if _ +3 like like VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:if _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 drama drama NOUN NN Number=Sing 3 obj 3:obj _ -6 described describe VERB VBN Tense=Past|VerbForm=Part 5 acl 5:acl _ +6 described describe VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl 5:acl _ 7 in in ADP IN _ 9 case 9:case _ 8 popular popular ADJ JJ Degree=Pos 9 amod 9:amod _ 9 sitcom sitcom NOUN NN Number=Sing 6 obl 6:obl:in _ 10 ' ' PUNCT `` _ 11 punct 11:punct SpaceAfter=No 11 Seinfeld Seinfeld PROPN NNP Number=Sing 9 appos 9:appos SpaceAfter=No 12 ' ' PUNCT '' _ 11 punct 11:punct SpaceAfter=No -13 , , PUNCT , _ 16 punct 16:punct _ +13 , , PUNCT , _ 3 punct 3:punct _ 14 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ 15 will will AUX MD VerbForm=Fin 16 aux 16:aux _ 16 see see VERB VB VerbForm=Inf 0 root 0:root _ @@ -225598,20 +225747,20 @@ # sent_id = reviews-101972-0003 # text = We signed our name in about 6:00pm. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 signed sign VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 signed sign VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 name name NOUN NN Number=Sing 2 obj 2:obj _ 5 in in ADP RP _ 2 compound:prt 2:compound:prt _ 6 about about ADV RB _ 8 advmod 8:advmod _ -7 6:00 6:00 NUM CD NumType=Card 8 nummod 8:nummod SpaceAfter=No -8 pm pm NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod SpaceAfter=No +7 6:00 6:00 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod SpaceAfter=No +8 pm p.m. NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-101972-0004 # text = There were 3 names before us. 1 There there PRON EX _ 2 expl 2:expl _ -2 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 3 3 NUM CD NumType=Card 4 nummod 4:nummod _ +2 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 3 3 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 names name NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 5 before before ADP IN _ 6 case 6:case _ 6 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 4 nmod 4:nmod:before SpaceAfter=No @@ -225621,11 +225770,11 @@ # text = The greeter said there was about 15 minutes waiting. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 greeter greeter NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 there there PRON EX _ 5 expl 5:expl _ 5 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ 6 about about ADV RB _ 7 advmod 7:advmod _ -7 15 15 NUM CD NumType=Card 8 nummod 8:nummod _ +7 15 15 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 8 minutes minute NOUN NNS Number=Plur 9 compound 9:compound _ 9 waiting waiting NOUN NN Number=Sing 5 nsubj 5:nsubj SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ @@ -225633,29 +225782,29 @@ # sent_id = reviews-101972-0006 # text = However, we waited and waited and in the mean time, saw 4 groups of people simply just paraded in without signing there names. 1 However however ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj|13:nsubj _ -4 waited wait VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 waited wait VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 waited wait VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +6 waited wait VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 7 and and CCONJ CC _ 13 cc 13:cc _ 8 in in ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -10 mean mean X GW _ 13 obl 13:obl:in _ -11 time time NOUN NN Number=Sing 10 goeswith 10:goeswith SpaceAfter=No -12 , , PUNCT , _ 13 punct 13:punct _ -13 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ -14 4 4 NUM CD NumType=Card 15 nummod 15:nummod _ +10 mean meantime NOUN GW Number=Sing|Typo=Yes 13 obl 13:obl:in _ +11 time _ X NN _ 10 goeswith 10:goeswith SpaceAfter=No +12 , , PUNCT , _ 10 punct 10:punct _ +13 saw see VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +14 4 4 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 15 groups group NOUN NNS Number=Plur 20 nsubj 20:nsubj _ 16 of of ADP IN _ 17 case 17:case _ 17 people people NOUN NNS Number=Plur 15 nmod 15:nmod:of _ 18 simply simply ADV RB _ 20 advmod 20:advmod _ 19 just just ADV RB _ 20 advmod 20:advmod _ -20 paraded parade VERB VBN Tense=Past|VerbForm=Part 13 ccomp 13:ccomp _ +20 paraded parade VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 ccomp 13:ccomp _ 21 in in ADV RB _ 20 advmod 20:advmod _ 22 without without SCONJ IN _ 23 mark 23:mark _ 23 signing sign VERB VBG VerbForm=Ger 20 advcl 20:advcl:without _ -24 there they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 25 nmod:poss 25:nmod:poss _ +24 there their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 25 nmod:poss 25:nmod:poss CorrectForm=their 25 names name NOUN NNS Number=Plur 23 obj 23:obj SpaceAfter=No 26 . . PUNCT . _ 4 punct 4:punct _ @@ -225669,13 +225818,13 @@ 6 posted post VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 by by ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -9 restaurant restaurant NOUN NN Number=Sing 6 obl 6:obl:by _ +9 restaurant restaurant NOUN NN Number=Sing 6 obl:agent 6:obl:agent _ 10 “ " PUNCT `` _ 12 punct 12:punct SpaceAfter=No -11 no no DET DT _ 12 det 12:det _ +11 no no DET DT PronType=Neg 12 det 12:det _ 12 reservation reservation NOUN NN Number=Sing 6 parataxis 6:parataxis SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ +13 , , PUNCT , _ 14 punct 14:punct _ 14 sign sign VERB VB Mood=Imp|VerbForm=Fin 12 parataxis 12:parataxis _ -15 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 name name NOUN NN Number=Sing 14 obj 14:obj _ 17 here here ADV RB PronType=Dem 14 advmod 14:advmod SpaceAfter=No 18 ” " PUNCT '' _ 12 punct 12:punct SpaceAfter=No @@ -225684,15 +225833,15 @@ # sent_id = reviews-101972-0008 # text = I had to ask the greeter, he explained his reasons with broken English. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 ask ask VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 greeter greeter NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No -7 , , PUNCT , _ 2 punct 2:punct _ +6 greeter greeter NOUN NN Number=Sing 4 iobj 4:iobj SpaceAfter=No +7 , , PUNCT , _ 9 punct 9:punct _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 explained explain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ -10 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 explained explain VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +10 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 reasons reason NOUN NNS Number=Plur 9 obj 9:obj _ 12 with with ADP IN _ 14 case 14:case _ 13 broken broken ADJ JJ Degree=Pos 14 amod 14:amod _ @@ -225705,8 +225854,8 @@ 2 could could AUX MD VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 understand understand VERB VB VerbForm=Inf 0 root 0:root _ -5 any any DET DT _ 7 det 7:det _ -6 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 any any DET DT PronType=Ind 7 det 7:det _ +6 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 reasons reason NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ @@ -225724,41 +225873,42 @@ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 people people NOUN NNS Number=Plur 9 obj 9:obj _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ -14 first first ADV RB _ 9 advmod 9:advmod SpaceAfter=No +13 know know VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +14 first first ADV RB NumForm=Word|NumType=Ord 9 advmod 9:advmod SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-101972-0011 # text = My conclusion is that you should only go there if you want to wait a least an hour and see all kinds other people being seated before you. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ -2 conclusion conclusion NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +2 conclusion conclusion NOUN NN Number=Sing 8 nsubj:outer 8:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 4 that that SCONJ IN _ 8 mark 8:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ 6 should should AUX MD VerbForm=Fin 8 aux 8:aux _ 7 only only ADV RB _ 8 advmod 8:advmod _ -8 go go VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +8 go go VERB VB VerbForm=Inf 0 root 0:root _ 9 there there ADV RB PronType=Dem 8 advmod 8:advmod _ 10 if if SCONJ IN _ 12 mark 12:mark _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj|14:nsubj:xsubj|20:nsubj:xsubj _ -12 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:if _ +12 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:if _ 13 to to PART TO _ 14 mark 14:mark _ 14 wait wait VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ -15 a at ADV RB Typo=Yes 16 case 16:case _ -16 least least ADV RBS Degree=Sup 18 nmod 18:nmod:at _ +15 a at ADP IN Typo=Yes 16 case 16:case CorrectForm=at +16 least least ADJ JJS Degree=Sup 18 nmod 18:nmod:at _ 17 an a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 18 hour hour NOUN NN Number=Sing 14 obl:tmod 14:obl:tmod _ 19 and and CCONJ CC _ 20 cc 20:cc _ 20 see see VERB VB VerbForm=Inf 14 conj 12:xcomp|14:conj:and _ -21 all all DET DT _ 22 det 22:det _ +21 all all DET DT PronType=Tot 22 det 22:det _ 22 kinds kind NOUN NNS Number=Plur 20 obj 20:obj|26:nsubj:xsubj _ +22.1 _ of ADP IN Typo=Yes _ _ 24:case CorrectForm=of 23 other other ADJ JJ Degree=Pos 24 amod 24:amod _ -24 people people NOUN NNS Number=Plur 22 nmod:npmod 22:nmod:npmod _ +24 people people NOUN NNS Number=Plur 22 nmod 22:nmod:of _ 25 being be AUX VBG VerbForm=Ger 26 aux:pass 26:aux:pass _ 26 seated seat VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 20 xcomp 20:xcomp _ 27 before before ADP IN _ 28 case 28:case _ 28 you you PRON PRP Case=Acc|Person=2|PronType=Prs 26 obl 26:obl:before SpaceAfter=No -29 . . PUNCT . _ 3 punct 3:punct _ +29 . . PUNCT . _ 8 punct 8:punct _ # newdoc id = reviews-329692 # sent_id = reviews-329692-0001 @@ -225766,40 +225916,40 @@ # text = Instructor never showed up! 1 Instructor instructor NOUN NN Number=Sing 3 nsubj 3:nsubj _ 2 never never ADV RB _ 3 advmod 3:advmod _ -3 showed show VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 showed show VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 up up ADP RP _ 3 compound:prt 3:compound:prt SpaceAfter=No 5 ! ! PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-329692-0002 # text = January 15th -- We were signed up for Saturday's 2 PM class "Beginning Yoga with Brittany." 1 January January PROPN NNP Number=Sing 6 obl:tmod 6:obl:tmod _ -2 15th 15th NOUN NN Number=Sing 1 nummod 1:nummod _ -3 -- -- PUNCT : _ 6 punct 6:punct _ +2 15th 15th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 1 nummod 1:nummod _ +3 -- -- PUNCT : _ 1 punct 1:punct _ 4 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj:pass 6:nsubj:pass _ -5 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ -6 signed sign VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +5 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ +6 signed sign VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 up up ADP RP _ 6 compound:prt 6:compound:prt _ 8 for for ADP IN _ 13 case 13:case _ 9-10 Saturday's _ _ _ _ _ _ _ _ 9 Saturday Saturday PROPN NNP Number=Sing 13 nmod:poss 13:nmod:poss _ 10 's 's PART POS _ 9 case 9:case _ -11 2 2 NUM CD NumType=Card 12 nummod 12:nummod _ -12 PM pm NOUN NN Number=Sing 13 compound 13:compound _ +11 2 2 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ +12 PM p.m. NOUN NN Number=Sing 13 compound 13:compound _ 13 class class NOUN NN Number=Sing 6 obl 6:obl:for _ -14 " " PUNCT `` _ 13 punct 13:punct SpaceAfter=No +14 " " PUNCT `` _ 16 punct 16:punct SpaceAfter=No 15 Beginning beginning NOUN NN Number=Sing 16 compound 16:compound _ 16 Yoga yoga NOUN NN Number=Sing 13 appos 13:appos _ 17 with with ADP IN _ 18 case 18:case _ 18 Brittany Brittany PROPN NNP Number=Sing 16 nmod 16:nmod:with SpaceAfter=No -19 . . PUNCT . _ 6 punct 6:punct SpaceAfter=No -20 " " PUNCT '' _ 6 punct 6:punct _ +19 . . PUNCT . _ 16 punct 16:punct SpaceAfter=No +20 " " PUNCT '' _ 16 punct 16:punct _ # sent_id = reviews-329692-0003 # text = We even arrived 10 minutes early as the website suggests. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 even even ADV RB _ 3 advmod 3:advmod _ -3 arrived arrive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 10 10 NUM CD NumType=Card 5 nummod 5:nummod _ +3 arrived arrive VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 10 10 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 minutes minute NOUN NNS Number=Plur 6 obl:npmod 6:obl:npmod _ 6 early early ADV RB Degree=Pos 3 advmod 3:advmod _ 7 as as SCONJ IN _ 10 mark 10:mark _ @@ -225812,7 +225962,7 @@ # text = The instructor did not show up! 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 instructor instructor NOUN NN Number=Sing 5 nsubj 5:nsubj _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +3 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 show show VERB VB VerbForm=Inf 0 root 0:root _ 6 up up ADP RP _ 5 compound:prt 5:compound:prt SpaceAfter=No @@ -225821,27 +225971,27 @@ # sent_id = reviews-329692-0005 # text = We waited until 2:25 PM and then left. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|8:nsubj _ -2 waited wait VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 waited wait VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 until until ADP IN _ 5 case 5:case _ -4 2:25 2:25 NUM CD NumType=Card 5 nummod 5:nummod _ -5 PM pm NOUN NN Number=Sing 2 obl 2:obl:until _ +4 2:25 2:25 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ +5 PM p.m. NOUN NN Number=Sing 2 obl 2:obl:until _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 then then ADV RB PronType=Dem 8 advmod 8:advmod _ -8 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and SpaceAfter=No +8 left leave VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-329692-0006 # text = There were 2 in our group, and a 3rd person was also in the parking lot waiting for this class. 1 There there PRON EX _ 2 expl 2:expl _ -2 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 2 2 NUM CD NumType=Card 2 nsubj 2:nsubj _ +2 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 2 2 NUM CD NumForm=Digit|NumType=Card 2 nsubj 2:nsubj _ 4 in in ADP IN _ 6 case 6:case _ -5 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 group group NOUN NN Number=Sing 3 nmod 3:nmod:in SpaceAfter=No 7 , , PUNCT , _ 17 punct 17:punct _ 8 and and CCONJ CC _ 17 cc 17:cc _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ -10 3rd 3rd ADJ JJ Degree=Pos|NumType=Ord 11 amod 11:amod _ +10 3rd 3rd ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 11 amod 11:amod _ 11 person person NOUN NN Number=Sing 17 nsubj 17:nsubj _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 cop 17:cop _ 13 also also ADV RB _ 17 advmod 17:advmod _ @@ -225858,16 +226008,16 @@ # sent_id = reviews-329692-0007 # text = Well, not much I can say except I'm very disappointed with this experience. 1 Well well INTJ UH _ 4 discourse 4:discourse SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ -3 not not ADV RB _ 4 advmod 4:advmod _ -4 much much ADV RB _ 0 root 0:root _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 not not PART RB _ 4 advmod 4:advmod _ +4 much much ADJ JJ Degree=Pos 0 root 0:root|7:obj _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 6 can can AUX MD VerbForm=Fin 7 aux 7:aux _ 7 say say VERB VB VerbForm=Inf 4 acl:relcl 4:acl:relcl _ 8 except except SCONJ IN _ 12 mark 12:mark _ 9-10 I'm _ _ _ _ _ _ _ _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -10 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +10 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 very very ADV RB _ 12 advmod 12:advmod _ 12 disappointed disappointed ADJ JJ Degree=Pos 4 advcl 4:advcl:except _ 13 with with ADP IN _ 15 case 15:case _ @@ -225879,11 +226029,11 @@ # text = This was our first visit to your studio. 1 This this PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ -3 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -4 first first ADJ JJ Degree=Pos|NumType=Ord 5 amod 5:amod _ +3 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 5 amod 5:amod _ 5 visit visit NOUN NN Number=Sing 0 root 0:root _ 6 to to ADP IN _ 8 case 8:case _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 studio studio NOUN NN Number=Sing 5 nmod 5:nmod:to SpaceAfter=No 9 . . PUNCT . _ 5 punct 5:punct _ @@ -225895,16 +226045,16 @@ 3 's 's PART POS _ 2 case 2:case _ 4 instant instant ADJ JJ Degree=Pos 5 amod 5:amod _ 5 world world NOUN NN Number=Sing 8 obl 8:obl:in SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7-8 there's _ _ _ _ _ _ _ _ 7 there there PRON EX _ 8 expl 8:expl _ 8 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -9 no no DET DT _ 10 det 10:det _ +9 no no DET DT PronType=Neg 10 det 10:det _ 10 reason reason NOUN NN Number=Sing 8 nsubj 8:nsubj _ -11 for for SCONJ IN _ 13 case 13:case _ +11 for for SCONJ IN _ 18 mark 18:mark _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -13 instructor instructor NOUN NN Number=Sing 10 nmod 10:nmod:for _ -14 not not ADV RB _ 18 advmod 18:advmod _ +13 instructor instructor NOUN NN Number=Sing 18 nsubj 18:nsubj _ +14 not not PART RB _ 18 advmod 18:advmod _ 15 to to PART TO _ 18 mark 18:mark _ 16 even even ADV RB _ 18 advmod 18:advmod _ 17 have have AUX VB VerbForm=Inf 18 aux 18:aux _ @@ -225930,20 +226080,20 @@ 2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 yoga yoga NOUN NN Number=Sing 4 compound 4:compound _ 4 studio studio NOUN NN Number=Sing 8 obl 8:obl:as SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6-7 I'm _ _ _ _ _ _ _ _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -7 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +7 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 sure sure ADJ JJ Degree=Pos 0 root 0:root _ 9-10 you're _ _ _ _ _ _ _ _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ -10 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +10 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 all all ADV RB _ 12 advmod 12:advmod _ 12 aware aware ADJ JJ Degree=Pos 8 ccomp 8:ccomp _ 13 that that SCONJ IN _ 16 mark 16:mark _ -14 all all DET DT _ 15 det 15:det _ +14 all all DET DT PronType=Tot 15 det 15:det _ 15 actions action NOUN NNS Number=Plur 16 nsubj 16:nsubj _ -16 generate generate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 ccomp 12:ccomp _ +16 generate generate VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 ccomp 12:ccomp _ 17 karma karma NOUN NN Number=Sing 16 obj 16:obj _ 18 … . PUNCT . _ 8 punct 8:punct _ @@ -225967,7 +226117,7 @@ # sent_id = reviews-323449-0001 # newpar id = reviews-323449-p0001 # text = Finest?? -1 Finest finest ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +1 Finest fine ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 2 ?? ?? PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-323449-0002 @@ -225978,7 +226128,7 @@ # sent_id = reviews-323449-0003 # text = I beg to differ. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 beg beg VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 beg beg VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 differ differ VERB VB VerbForm=Inf 2 xcomp 2:xcomp SpaceAfter=No 5 . . PUNCT . _ 2 punct 2:punct _ @@ -225990,17 +226140,17 @@ 2 place place NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 marginal marginal ADJ JJ Degree=Pos 0 root 0:root _ -5 at at ADV RB _ 6 case 6:case _ -6 best best ADV RBS Degree=Sup 4 obl 4:obl:at SpaceAfter=No +5 at at ADP IN _ 6 case 6:case _ +6 best well ADV RBS Degree=Sup 4 obl 4:obl:at SpaceAfter=No 7 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-323449-0005 # text = Not very welcoming and focused mostly on keeping little kids entertained. -1 Not not ADV RB _ 3 advmod 3:advmod _ +1 Not not PART RB _ 3 advmod 3:advmod _ 2 very very ADV RB _ 3 advmod 3:advmod _ 3 welcoming welcoming ADJ JJ Degree=Pos 0 root 0:root _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 focused focus VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:and _ +5 focused focus VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 conj 3:conj:and _ 6 mostly mostly ADV RB _ 8 advmod 8:advmod _ 7 on on SCONJ IN _ 8 mark 8:mark _ 8 keeping keep VERB VBG VerbForm=Ger 5 advcl 5:advcl:on _ @@ -226013,41 +226163,41 @@ # text = I was not impressed, and quite frustrated at their lack of rating for their courses. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|8:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ -3 not not ADV RB _ 4 advmod 4:advmod _ +3 not not PART RB _ 4 advmod 4:advmod _ 4 impressed impressed ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 5 , , PUNCT , _ 8 punct 8:punct _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 quite quite ADV RB _ 8 advmod 8:advmod _ 8 frustrated frustrated ADJ JJ Degree=Pos 4 conj 4:conj:and _ 9 at at ADP IN _ 11 case 11:case _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 lack lack NOUN NN Number=Sing 8 obl 8:obl:at _ 12 of of ADP IN _ 13 case 13:case _ 13 rating rating NOUN NN Number=Sing 11 nmod 11:nmod:of _ 14 for for ADP IN _ 16 case 16:case _ -15 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 courses course NOUN NNS Number=Plur 13 nmod 13:nmod:for SpaceAfter=No 17 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-323449-0007 # text = I understand not wanting to put labels like 5.10 on an indoor course, because yes, it is not the same, but some clear understanding of the difficulty of one course to another is nice when you are an intermediate climber looking to improve. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 understand understand VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 not not ADV RB _ 4 advmod 4:advmod _ +2 understand understand VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 not not PART RB _ 4 advmod 4:advmod _ 4 wanting want VERB VBG VerbForm=Ger 2 ccomp 2:ccomp _ 5 to to PART TO _ 6 mark 6:mark _ 6 put put VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 labels label NOUN NNS Number=Plur 6 obj 6:obj _ 8 like like ADP IN _ 9 case 9:case _ -9 5.10 5.10 NUM CD NumType=Card 7 nmod 7:nmod:like _ +9 5.10 5.10 NUM CD NumForm=Digit|NumType=Frac 7 nmod 7:nmod:like _ 10 on on ADP IN _ 13 case 13:case _ 11 an a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 12 indoor indoor ADJ JJ Degree=Pos 13 amod 13:amod _ 13 course course NOUN NN Number=Sing 6 obl 6:obl:on SpaceAfter=No -14 , , PUNCT , _ 6 punct 6:punct _ +14 , , PUNCT , _ 22 punct 22:punct _ 15 because because SCONJ IN _ 22 mark 22:mark _ 16 yes yes INTJ UH _ 22 discourse 22:discourse SpaceAfter=No -17 , , PUNCT , _ 22 punct 22:punct _ +17 , , PUNCT , _ 16 punct 16:punct _ 18 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 20 not not PART RB _ 22 advmod 22:advmod _ @@ -226055,22 +226205,22 @@ 22 same same ADJ JJ Degree=Pos 6 advcl 6:advcl:because SpaceAfter=No 23 , , PUNCT , _ 37 punct 37:punct _ 24 but but CCONJ CC _ 37 cc 37:cc _ -25 some some DET DT _ 27 det 27:det _ +25 some some DET DT PronType=Ind 27 det 27:det _ 26 clear clear ADJ JJ Degree=Pos 27 amod 27:amod _ 27 understanding understanding NOUN NN Number=Sing 37 nsubj 37:nsubj _ 28 of of ADP IN _ 30 case 30:case _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 difficulty difficulty NOUN NN Number=Sing 27 nmod 27:nmod:of _ 31 of of ADP IN _ 33 case 33:case _ -32 one one NUM CD NumType=Card 33 nummod 33:nummod _ +32 one one NUM CD NumForm=Word|NumType=Card 33 nummod 33:nummod _ 33 course course NOUN NN Number=Sing 30 nmod 30:nmod:of _ 34 to to ADP IN _ 35 case 35:case _ -35 another another DET DT _ 33 nmod 33:nmod:to _ +35 another another DET DT PronType=Ind 33 nmod 33:nmod:to _ 36 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 37 cop 37:cop _ 37 nice nice ADJ JJ Degree=Pos 2 conj 2:conj:but _ -38 when when SCONJ WRB PronType=Int 43 mark 43:mark _ +38 when when ADV WRB PronType=Int 43 advmod 43:advmod _ 39 you you PRON PRP Case=Nom|Person=2|PronType=Prs 43 nsubj 43:nsubj _ -40 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 43 cop 43:cop _ +40 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 43 cop 43:cop _ 41 an a DET DT Definite=Ind|PronType=Art 43 det 43:det _ 42 intermediate intermediate ADJ JJ Degree=Pos 43 amod 43:amod _ 43 climber climber NOUN NN Number=Sing 37 advcl 37:advcl:when _ @@ -226083,29 +226233,29 @@ # text = I don't want to waste my time on routes set for children, but I don't want to take on something I can't handle just to strain myself to exhaustion. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 want want VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 waste waste VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 time time NOUN NN Number=Sing 6 obj 6:obj _ 9 on on ADP IN _ 10 case 10:case _ 10 routes route NOUN NNS Number=Plur 6 obl 6:obl:on _ -11 set set VERB VBN Tense=Past|VerbForm=Part 10 acl 10:acl _ +11 set set VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 acl 10:acl _ 12 for for ADP IN _ 13 case 13:case _ 13 children child NOUN NNS Number=Plur 11 obl 11:obl:for SpaceAfter=No 14 , , PUNCT , _ 19 punct 19:punct _ 15 but but CCONJ CC _ 19 cc 19:cc _ 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj|21:nsubj:xsubj _ 17-18 don't _ _ _ _ _ _ _ _ -17 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ +17 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 18 n't not PART RB _ 19 advmod 19:advmod _ 19 want want VERB VB VerbForm=Inf 4 conj 4:conj:but _ 20 to to PART TO _ 21 mark 21:mark _ 21 take take VERB VB VerbForm=Inf 19 xcomp 19:xcomp _ 22 on on ADP RP _ 21 compound:prt 21:compound:prt _ -23 something something PRON NN Number=Sing 21 obj 21:obj _ +23 something something PRON NN Number=Sing|PronType=Ind 21 obj 21:obj _ 24 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 nsubj 27:nsubj _ 25-26 can't _ _ _ _ _ _ _ _ 25 ca can AUX MD VerbForm=Fin 27 aux 27:aux _ @@ -226124,13 +226274,13 @@ 1 Rate rate VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 routes route NOUN NNS Number=Plur 1 obj 1:obj SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 7 punct 7:punct _ 5 with with ADP IN _ 7 case 7:case _ 6 understandable understandable ADJ JJ Degree=Pos 7 amod 7:amod _ 7 markings marking NOUN NNS Number=Plur 3 nmod 3:nmod:with _ 8 and and CCONJ CC _ 12 cc 12:cc _ 9 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ -10 more more ADV RBR _ 11 advmod 11:advmod _ +10 more more ADV RBR Degree=Cmp 11 advmod 11:advmod _ 11 detailed detailed ADJ JJ Degree=Pos 12 amod 12:amod _ 12 system system NOUN NN Number=Sing 3 conj 1:obj|3:conj:and _ 13 than than ADP IN _ 14 case 14:case _ @@ -226145,7 +226295,7 @@ # sent_id = reviews-323449-0010 # text = Again, a great outing for the kids, a frustration for an out of town climber. 1 Again again ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 great great ADJ JJ Degree=Pos 5 amod 5:amod _ 5 outing outing NOUN NN Number=Sing 0 root 0:root _ @@ -226167,8 +226317,8 @@ # sent_id = reviews-280663-0001 # newpar id = reviews-280663-p0001 # text = Best DJ's In Town! -1 Best best ADJ JJS Degree=Sup 2 amod 2:amod _ -2 DJ's dj NOUN NNS Abbr=Yes|Number=Plur|Typo=Yes 0 root 0:root _ +1 Best good ADJ JJS Degree=Sup 2 amod 2:amod _ +2 DJ's dj NOUN NNS Abbr=Yes|Number=Plur|Typo=Yes 0 root 0:root CorrectForm=djs 3 In in ADP IN _ 4 case 4:case _ 4 Town town NOUN NN Number=Sing 2 nmod 2:nmod:in SpaceAfter=No 5 ! ! PUNCT . _ 2 punct 2:punct _ @@ -226183,22 +226333,22 @@ # text = These guys were the best. 1 These this DET DT Number=Plur|PronType=Dem 2 det 2:det _ 2 guys guy NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 cop 5:cop _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 best best ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +5 best good ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-280663-0004 # text = They were thorough, high class, and went above and beyond. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|6:nsubj|9:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 cop 3:cop _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 thorough thorough ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 , , PUNCT , _ 6 punct 6:punct _ -5 high high ADJ JJ Degree=Pos 6 advmod 6:advmod _ +5 high high ADJ JJ Degree=Pos 6 amod 6:amod _ 6 class class NOUN NN Number=Sing 3 conj 3:conj:and SpaceAfter=No 7 , , PUNCT , _ 9 punct 9:punct _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +9 went go VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 10 above above ADV RB _ 9 advmod 9:advmod _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 beyond beyond ADV RB _ 10 conj 9:advmod|10:conj:and SpaceAfter=No @@ -226208,7 +226358,7 @@ # text = We never had to worry about a thing, and they led the way the whole time. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 2 never never ADV RB _ 3 advmod 3:advmod _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 worry worry VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 about about ADP IN _ 8 case 8:case _ @@ -226217,7 +226367,7 @@ 9 , , PUNCT , _ 12 punct 12:punct _ 10 and and CCONJ CC _ 12 cc 12:cc _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 led lead VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +12 led lead VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 way way NOUN NN Number=Sing 12 obj 12:obj _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -226228,7 +226378,7 @@ # sent_id = reviews-280663-0006 # text = They asked us things that we would have never have thought of, and took extra time to meet with us when we needed it before the wedding. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|15:nsubj _ -2 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 asked ask VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 2 iobj 2:iobj _ 4 things thing NOUN NNS Number=Plur 2 obj 2:obj|11:obl _ 5 that that PRON WDT PronType=Rel 11 obl 4:ref _ @@ -226241,16 +226391,16 @@ 12 of of ADP IN _ 5 case 5:case SpaceAfter=No 13 , , PUNCT , _ 15 punct 15:punct _ 14 and and CCONJ CC _ 15 cc 15:cc _ -15 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +15 took take VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 16 extra extra ADJ JJ Degree=Pos 17 amod 17:amod _ 17 time time NOUN NN Number=Sing 15 obj 15:obj _ 18 to to PART TO _ 19 mark 19:mark _ 19 meet meet VERB VB VerbForm=Inf 17 acl 17:acl:to _ 20 with with ADP IN _ 21 case 21:case _ 21 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 19 obl 19:obl:with _ -22 when when SCONJ WRB PronType=Int 24 mark 24:mark _ +22 when when ADV WRB PronType=Int 24 advmod 24:advmod _ 23 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 24 nsubj 24:nsubj _ -24 needed need VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 advcl 19:advcl:when _ +24 needed need VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 19 advcl 19:advcl:when _ 25 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 24 obj 24:obj _ 26 before before ADP IN _ 28 case 28:case _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ @@ -226264,10 +226414,10 @@ 3 team team NOUN NN Number=Sing 1 obj 1:obj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 best best ADJ JJS Degree=Sup 0 root 0:root _ +6 best good ADJ JJS Degree=Sup 0 root 0:root _ 7 because because SCONJ IN _ 9 mark 9:mark _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 kept keep VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:because _ +9 kept keep VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:because _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 flow flow NOUN NN Number=Sing 9 obj 9:obj|15:nsubj:xsubj _ 12 of of ADP IN _ 14 case 14:case _ @@ -226293,17 +226443,17 @@ 9 that that PRON DT Number=Sing|PronType=Dem 8 obj 8:obj|10:nsubj:xsubj _ 10 fool fool VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 you you PRON PRP Case=Acc|Person=2|PronType=Prs 10 obj 10:obj SpaceAfter=No -12 , , PUNCT , _ 8 punct 8:punct _ +12 , , PUNCT , _ 19 punct 19:punct _ 13 as as SCONJ IN _ 19 mark 19:mark _ -14 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 knowledge knowledge NOUN NN Number=Sing 19 nsubj 19:nsubj _ 16 of of ADP IN _ 17 case 17:case _ 17 music music NOUN NN Number=Sing 15 nmod 15:nmod:of _ 18 far far ADV RB Degree=Pos 19 advmod 19:advmod _ -19 surpassed surpass VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:as _ -20 what what PRON WP PronType=Int 19 obj 19:obj _ +19 surpassed surpass VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:as _ +20 what what PRON WP PronType=Rel 19 obj 19:obj|22:obj _ 21 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -22 expected expect VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 acl:relcl 20:acl:relcl SpaceAfter=No +22 expected expect VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 20 acl:relcl 20:acl:relcl SpaceAfter=No 23 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-280663-0009 @@ -226314,23 +226464,23 @@ 4 music music NOUN NN Number=Sing 5 compound 5:compound _ 5 junkie junkie NOUN NN Number=Sing 0 root 0:root|7:nsubj _ 6 that that PRON WDT PronType=Rel 7 nsubj 5:ref _ -7 grew grow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 grew grow VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 8 up up ADP RP _ 7 compound:prt 7:compound:prt _ 9 in in ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -11 80's 80' NOUN NNS Number=Plur 7 obl 7:obl:in SpaceAfter=No +11 80's 80s NOUN NNS Number=Plur 7 obl 7:obl:in SpaceAfter=No 12 , , PUNCT , _ 16 punct 16:punct _ 13 and and CCONJ CC _ 16 cc 16:cc _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 dad dad NOUN NN Number=Sing 16 nsubj 16:nsubj _ -16 worked work VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and|7:nsubj _ +16 worked work VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and|7:nsubj _ 17 for for ADP IN _ 20 case 20:case _ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 19 record record NOUN NN Number=Sing 20 compound 20:compound _ 20 label label NOUN NN Number=Sing 16 obl 16:obl:for _ 21 in in ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -23 1960's 1960' NOUN NNS Number=Plur 16 obl 16:obl:in SpaceAfter=No +23 1960's 1960s NOUN NNS Number=Plur 16 obl 16:obl:in SpaceAfter=No 24 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-280663-0010 @@ -226338,20 +226488,20 @@ 1 So so ADV RB _ 5 advmod 5:advmod _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 3-4 didn't _ _ _ _ _ _ _ _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +3 did do AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 expect expect VERB VB VerbForm=Inf 0 root 0:root _ 6 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 5 obj 5:obj|9:nsubj:xsubj _ 7 to to PART TO _ 9 mark 9:mark _ 8 even even ADV RB _ 9 advmod 9:advmod _ 9 know know VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ -10 some some DET DT _ 9 obj 9:obj _ +10 some some DET DT PronType=Ind 9 obj 9:obj _ 11 of of ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 requests request NOUN NNS Number=Plur 10 nmod 10:nmod:of|16:obj _ 14 that that PRON WDT PronType=Rel 16 obj 13:ref _ 15 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -16 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +16 asked ask VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 17 that that DET DT Number=Sing|PronType=Dem 18 det 18:det _ 18 night night NOUN NN Number=Sing 16 obl:tmod 16:obl:tmod SpaceAfter=No 19 . . PUNCT . _ 5 punct 5:punct _ @@ -226361,8 +226511,8 @@ 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2 just just ADV RB _ 4 advmod 4:advmod _ 3 really really ADV RB _ 4 advmod 4:advmod _ -4 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 know know VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 stuff stuff NOUN NN Number=Sing 4 obj 4:obj SpaceAfter=No 7 ! ! PUNCT . _ 4 punct 4:punct _ @@ -226384,15 +226534,15 @@ # text = I'm 61 years old and have dental problems my entire life. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -3 61 61 NUM CD NumType=Card 4 nummod 4:nummod _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 61 61 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 years year NOUN NNS Number=Plur 5 obl:npmod 5:obl:npmod _ 5 old old ADJ JJ Degree=Pos 0 root 0:root _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +7 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 8 dental dental ADJ JJ Degree=Pos 9 amod 9:amod _ 9 problems problem NOUN NNS Number=Plur 7 obj 7:obj _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 entire entire ADJ JJ Degree=Pos 12 amod 12:amod _ 12 life life NOUN NN Number=Sing 7 obl:tmod 7:obl:tmod SpaceAfter=No 13 . . PUNCT . _ 5 punct 5:punct _ @@ -226403,9 +226553,9 @@ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 age age NOUN NN Number=Sing 7 obl 7:obl:by _ 4 of of ADP IN _ 5 case 5:case _ -5 24 24 NUM CD NumType=Card 3 nmod 3:nmod:of _ +5 24 24 NUM CD NumForm=Digit|NumType=Card 3 nmod 3:nmod:of _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj|8:nsubj:xsubj _ -7 stopped stop VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 stopped stop VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 going go VERB VBG VerbForm=Ger 7 xcomp 7:xcomp _ 9 to to ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ @@ -226414,22 +226564,22 @@ # sent_id = reviews-170650-0004 # text = My fear and discomfort from dental work scared me! -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 fear fear NOUN NN Number=Sing 8 nsubj 8:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 discomfort discomfort NOUN NN Number=Sing 2 conj 2:conj:and|8:nsubj _ 5 from from ADP IN _ 7 case 7:case _ 6 dental dental ADJ JJ Degree=Pos 7 amod 7:amod _ 7 work work NOUN NN Number=Sing 2 nmod 2:nmod:from _ -8 scared scare VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 scared scare VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 obj 8:obj SpaceAfter=No 10 ! ! PUNCT . _ 8 punct 8:punct _ # sent_id = reviews-170650-0005 # text = It took all the courage I could muster to make an appointment. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 expl 2:expl _ -2 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 all all DET PDT _ 5 det:predet 5:det:predet _ +2 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 all all DET PDT PronType=Tot 5 det:predet 5:det:predet _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 courage courage NOUN NN Number=Sing 2 obj 2:obj _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ @@ -226448,19 +226598,19 @@ 3 front front ADJ JJ Degree=Pos 4 amod 4:amod _ 4 door door NOUN NN Number=Sing 11 obl 11:obl:at _ 5 of of ADP IN _ 7 case 7:case _ -6 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 office office NOUN NN Number=Sing 4 nmod 4:nmod:of SpaceAfter=No -8 , , PUNCT , _ 11 punct 11:punct _ +8 , , PUNCT , _ 4 punct 4:punct _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 10 nearly nearly ADV RB _ 11 advmod 11:advmod _ -11 turned turn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +11 turned turn VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 12 around around ADV RB _ 11 advmod 11:advmod SpaceAfter=No 13 . . PUNCT . _ 11 punct 11:punct _ # sent_id = reviews-170650-0007 # text = I considered just leaving after going inside and nearly did. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj|10:nsubj _ -2 considered consider VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 considered consider VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 just just ADV RB _ 4 advmod 4:advmod _ 4 leaving leave VERB VBG VerbForm=Ger 2 xcomp 2:xcomp _ 5 after after SCONJ IN _ 6 mark 6:mark _ @@ -226468,7 +226618,7 @@ 7 inside inside ADV RB _ 6 advmod 6:advmod _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 nearly nearly ADV RB _ 10 advmod 10:advmod _ -10 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and SpaceAfter=No +10 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-170650-0008 @@ -226476,16 +226626,16 @@ 1 Doctor Doctor PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 2 Gonzales Gonzales PROPN NNP Number=Sing 1 flat 1:flat _ 3 and and CCONJ CC _ 6 cc 6:cc _ -4 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 entire entire ADJ JJ Degree=Pos 6 amod 6:amod _ 6 staff staff NOUN NN Number=Sing 1 conj 1:conj:and|11:nsubj _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ -9 most most ADV RBS _ 10 advmod 10:advmod _ +9 most most ADV RBS Degree=Sup 10 advmod 10:advmod _ 10 professional professional ADJ JJ Degree=Pos 11 amod 11:amod _ 11 people people NOUN NNS Number=Plur 0 root 0:root _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -13 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +13 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 14 ever ever ADV RB _ 15 advmod 15:advmod _ 15 dealt deal VERB VBN Tense=Past|VerbForm=Part 11 acl:relcl 11:acl:relcl _ 16 with with ADP IN _ 15 obl 15:obl SpaceAfter=No @@ -226494,24 +226644,24 @@ # sent_id = reviews-170650-0009 # text = They made me feel confident in what they would do, and treated me like a member of their own family. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|13:nsubj _ -2 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|5:nsubj:xsubj _ -4 feel feel VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ +2 made make VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj|4:nsubj:xsubj|5:nsubj:xsubj _ +4 feel feel VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 confident confident ADJ JJ Degree=Pos 4 xcomp 4:xcomp _ -6 in in SCONJ IN _ 7 case 7:case _ -7 what what PRON WP PronType=Int 5 obl 5:obl:in _ +6 in in ADP IN _ 7 case 7:case _ +7 what what PRON WP PronType=Rel 5 obl 5:obl:in|10:obj _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 9 would would AUX MD VerbForm=Fin 10 aux 10:aux _ 10 do do VERB VB VerbForm=Inf 7 acl:relcl 7:acl:relcl SpaceAfter=No 11 , , PUNCT , _ 13 punct 13:punct _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 treated treat VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +13 treated treat VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 14 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 13 obj 13:obj _ 15 like like ADP IN _ 17 case 17:case _ 16 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 17 member member NOUN NN Number=Sing 13 obl 13:obl:like _ 18 of of ADP IN _ 21 case 21:case _ -19 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +19 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 20 own own ADJ JJ Degree=Pos 21 amod 21:amod _ 21 family family NOUN NN Number=Sing 17 nmod 17:nmod:of SpaceAfter=No 22 . . PUNCT . _ 2 punct 2:punct _ @@ -226520,7 +226670,7 @@ # text = I never felt pain or discomfort. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 never never ADV RB _ 3 advmod 3:advmod _ -3 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 felt feel VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 pain pain NOUN NN Number=Sing 3 obj 3:obj _ 5 or or CCONJ CC _ 6 cc 6:cc _ 6 discomfort discomfort NOUN NN Number=Sing 4 conj 3:obj|4:conj:or SpaceAfter=No @@ -226550,9 +226700,9 @@ # sent_id = reviews-170650-0012 # text = Thank you Doctor Gonzales, Doctor Stout, Eva Marie and the entire staff! -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 iobj 1:iobj _ -3 Doctor Doctor PROPN NNP Number=Sing 1 obj 1:obj _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj _ +3 Doctor Doctor PROPN NNP Number=Sing 1 vocative 1:vocative _ 4 Gonzales Gonzales PROPN NNP Number=Sing 3 flat 3:flat SpaceAfter=No 5 , , PUNCT , _ 6 punct 6:punct _ 6 Doctor Doctor PROPN NNP Number=Sing 3 conj 1:obj|3:conj:and _ @@ -226568,12 +226718,12 @@ # sent_id = reviews-170650-0013 # text = Rocky M. Lange Retired Coordinator, Clark County School District -1 Rocky Rocky PROPN NNP Number=Sing 3 compound 3:compound _ +1 Rocky Rocky ADJ NNP Degree=Pos 3 amod 3:amod _ 2 M. M. PROPN NNP Number=Sing 3 compound 3:compound _ 3 Lange Lange PROPN NNP Number=Sing 0 root 0:root _ 4 Retired retired ADJ JJ Degree=Pos 5 amod 5:amod _ 5 Coordinator coordinator NOUN NN Number=Sing 3 appos 3:appos SpaceAfter=No -6 , , PUNCT , _ 3 punct 3:punct _ +6 , , PUNCT , _ 10 punct 10:punct _ 7 Clark Clark PROPN NNP Number=Sing 8 compound 8:compound _ 8 County County PROPN NNP Number=Sing 10 compound 10:compound _ 9 School School PROPN NNP Number=Sing 10 compound 10:compound _ @@ -226591,21 +226741,21 @@ # sent_id = reviews-093655-0002 # newpar id = reviews-093655-p0002 # text = not only is this place too expensive for what it is, its horrible! -1 not not ADV RB _ 2 advmod 2:advmod _ +1 not not PART RB _ 7 advmod 7:advmod _ 2 only only ADV RB _ 7 advmod 7:advmod _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 place place NOUN NN Number=Sing 7 nsubj 7:nsubj _ 6 too too ADV RB _ 7 advmod 7:advmod _ 7 expensive expensive ADJ JJ Degree=Pos 15 advcl 15:advcl _ -8 for for SCONJ IN _ 9 case 9:case _ -9 what what PRON WP PronType=Int 7 obl 7:obl:for _ +8 for for ADP IN _ 9 case 9:case _ +9 what what PRON WP PronType=Rel 7 obl 7:obl:for _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl SpaceAfter=No -12 , , PUNCT , _ 15 punct 15:punct _ +11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl Promoted=Yes|SpaceAfter=No +12 , , PUNCT , _ 7 punct 7:punct _ 13-14 its _ _ _ _ _ _ _ _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -14 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +14 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 15 cop 15:cop CorrectForm='s 15 horrible horrible ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 16 ! ! PUNCT . _ 15 punct 15:punct _ @@ -226614,9 +226764,9 @@ 1 In in ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 past past NOUN NN Number=Sing 6 obl 6:obl:in SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 steak steak NOUN NN Number=Sing 6 obj 6:obj _ 9 and and CCONJ CC _ 11 cc 11:cc _ @@ -226643,8 +226793,8 @@ 30 , , PUNCT , _ 34 punct 34:punct _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 32 sides side NOUN NNS Number=Plur 34 nsubj:pass 34:nsubj:pass _ -33 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 34 aux:pass 34:aux:pass _ -34 drenched drench VERB VBN Tense=Past|VerbForm=Part 11 conj 11:conj:and _ +33 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 34 aux:pass 34:aux:pass _ +34 drenched drench VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 conj 11:conj:and _ 35 with with ADP IN _ 36 case 36:case _ 36 butter butter NOUN NN Number=Sing 34 obl 34:obl:with _ 37 and and CCONJ CC _ 46 cc 46:cc _ @@ -226652,7 +226802,7 @@ 39 salad salad NOUN NN Number=Sing 46 nsubj 46:nsubj _ 40 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 46 cop 46:cop _ 41 a a DET DT Definite=Ind|PronType=Art 42 det 42:det _ -42 little little NOUN NN Number=Sing 46 obl:npmod 46:obl:npmod _ +42 little little ADJ JJ Degree=Pos 46 obl:npmod 46:obl:npmod _ 43 on on ADP IN _ 46 case 46:case _ 44 the the DET DT Definite=Def|PronType=Art 46 det 46:det _ 45 brown brown ADJ JJ Degree=Pos 46 amod 46:amod _ @@ -226663,11 +226813,11 @@ # text = Today we went for a party (during lunch, so the place was empty) with about 25 other people. 1 Today today NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 went go VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 for for ADP IN _ 6 case 6:case _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 party party NOUN NN Number=Sing 3 obl 3:obl:for _ -7 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No +7 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No 8 during during ADP IN _ 9 case 9:case _ 9 lunch lunch NOUN NN Number=Sing 6 nmod 6:nmod:during SpaceAfter=No 10 , , PUNCT , _ 15 punct 15:punct _ @@ -226675,11 +226825,11 @@ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 place place NOUN NN Number=Sing 15 nsubj 15:nsubj _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ -15 empty empty ADJ JJ Degree=Pos 3 advcl 3:advcl SpaceAfter=No +15 empty empty ADJ JJ Degree=Pos 3 parataxis 3:parataxis SpaceAfter=No 16 ) ) PUNCT -RRB- _ 15 punct 15:punct _ 17 with with ADP IN _ 21 case 21:case _ 18 about about ADV RB _ 19 advmod 19:advmod _ -19 25 25 NUM CD NumType=Card 21 nummod 21:nummod _ +19 25 25 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod _ 20 other other ADJ JJ Degree=Pos 21 amod 21:amod _ 21 people people NOUN NNS Number=Plur 3 obl 3:obl:with SpaceAfter=No 22 . . PUNCT . _ 3 punct 3:punct _ @@ -226687,12 +226837,12 @@ # sent_id = reviews-093655-0005 # text = It took over 1.5 hours for our food to come out and by that time my 8 month old had it! 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 expl 2:expl _ -2 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 over over ADV RB _ 4 advmod 4:advmod _ -4 1.5 1.5 NUM CD NumType=Card 5 nummod 5:nummod _ +4 1.5 1.5 NUM CD NumForm=Digit|NumType=Frac 5 nummod 5:nummod _ 5 hours hour NOUN NNS Number=Plur 2 obj 2:obj _ 6 for for SCONJ IN _ 10 mark 10:mark _ -7 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 food food NOUN NN Number=Sing 10 nsubj 10:nsubj _ 9 to to PART TO _ 10 mark 10:mark _ 10 come come VERB VB VerbForm=Inf 2 csubj 2:csubj _ @@ -226701,11 +226851,11 @@ 13 by by ADP IN _ 15 case 15:case _ 14 that that DET DT Number=Sing|PronType=Dem 15 det 15:det _ 15 time time NOUN NN Number=Sing 20 obl 20:obl:by _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ -17 8 8 NUM CD NumType=Card 18 nummod 18:nummod _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 8 8 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ 18 month month NOUN NN Number=Sing 20 nsubj 20:nsubj _ 19 old old ADJ JJ Degree=Pos 18 amod 18:amod _ -20 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +20 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 21 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 obj 20:obj SpaceAfter=No 22 ! ! PUNCT . _ 2 punct 2:punct _ @@ -226732,20 +226882,20 @@ 4 waitress waitress NOUN NN Number=Sing 0 root 0:root _ 5 for for ADP IN _ 6 case 6:case _ 6 years year NOUN NNS Number=Plur 4 obl 4:obl:for _ -7 and and CCONJ CC _ 11 cc 11:cc _ +7 and and CCONJ CC _ 13 cc 13:cc _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 key key ADJ JJ Degree=Pos 10 amod 10:amod _ -10 rule rule NOUN NN Number=Sing 11 nsubj 11:nsubj _ -11 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +10 rule rule NOUN NN Number=Sing 13 nsubj:outer 13:nsubj:outer _ +11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 12 to to PART TO _ 13 mark 13:mark _ -13 serve serve VERB VB VerbForm=Inf 11 ccomp 11:ccomp _ +13 serve serve VERB VB VerbForm=Inf 4 conj 4:conj:and _ 14 customers customer NOUN NNS Number=Plur 13 obj 13:obj _ 15 with with ADP IN _ 17 case 17:case _ 16 small small ADJ JJ Degree=Pos 17 amod 17:amod _ 17 children child NOUN NNS Number=Plur 14 nmod 14:nmod:with _ 18 before before ADP IN _ 19 case 19:case _ 19 others other NOUN NNS Number=Plur 13 obl 13:obl:before SpaceAfter=No -20 , , PUNCT , _ 13 punct 13:punct _ +20 , , PUNCT , _ 25 punct 25:punct _ 21 as as SCONJ IN _ 25 mark 25:mark _ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 25 nsubj 25:nsubj _ 23 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 cop 25:cop _ @@ -226753,7 +226903,7 @@ 25 last last ADJ JJ Degree=Pos 13 advcl 13:advcl:as _ 26 to to PART TO _ 27 mark 27:mark _ 27 get get VERB VB VerbForm=Inf 25 acl 25:acl:to _ -28 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +28 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ 29 food food NOUN NN Number=Sing 27 obj 27:obj SpaceAfter=No 30 . . PUNCT . _ 4 punct 4:punct _ @@ -226779,7 +226929,7 @@ 2 Roadhouse Roadhouse PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 WAY way ADV RB _ 5 advmod 5:advmod _ -5 better better ADJ JJR Degree=Cmp 0 root 0:root SpaceAfter=No +5 better good ADJ JJR Degree=Cmp 0 root 0:root SpaceAfter=No 6 !! !! PUNCT . _ 5 punct 5:punct _ # newdoc id = reviews-055207 @@ -226796,8 +226946,8 @@ # newpar id = reviews-055207-p0002 # text = I have no doubt that the rescue is wonderful. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 4 det 4:det _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 no no DET DT PronType=Neg 4 det 4:det _ 4 doubt doubt NOUN NN Number=Sing 2 obj 2:obj _ 5 that that SCONJ IN _ 9 mark 9:mark _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -226808,15 +226958,15 @@ # sent_id = reviews-055207-0003 # text = But I had my cat spayed through their reduced/free spay and neuter program and the vet they sent us to was first of all a hour and a half away, and 4 days later we had to bring them to our normal vet because the vets at the place in wisconsin did a crappy job and they got infections. -1 But but CCONJ CC _ 32 cc 32:cc _ +1 But but CCONJ CC _ 3 cc 3:cc _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -5 cat cat NOUN NN Number=Sing 6 nsubj 6:nsubj _ -6 spayed spay VERB VBN Tense=Past|VerbForm=Part 3 ccomp 3:ccomp _ +3 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +5 cat cat NOUN NN Number=Sing 3 obj 3:obj|6:nsubj:xsubj _ +6 spayed spay VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 xcomp 3:xcomp _ 7 through through ADP IN _ 15 case 15:case _ -8 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ -9 reduced reduce VERB VBN Tense=Past|VerbForm=Part 15 amod 15:amod SpaceAfter=No +8 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +9 reduced reduce VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 amod 15:amod SpaceAfter=No 10 / / SYM SYM _ 11 cc 11:cc SpaceAfter=No 11 free free ADJ JJ Degree=Pos 9 conj 9:conj|15:amod _ 12 spay spay NOUN NN Number=Sing 15 compound 15:compound _ @@ -226827,31 +226977,31 @@ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 vet vet NOUN NN Number=Sing 32 nsubj 32:nsubj _ 19 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj _ -20 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ +20 sent send VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ 21 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 20 obj 20:obj _ 22 to to ADP IN _ 20 obl 20:obl _ 23 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 32 cop 32:cop _ -24 first first ADV RB _ 32 advmod 32:advmod _ +24 first first ADV RB NumForm=Word|NumType=Ord 32 advmod 32:advmod _ 25 of of ADP IN _ 26 case 26:case _ -26 all all DET PDT _ 24 obl 24:obl:of _ +26 all all DET PDT PronType=Tot 24 obl 24:obl:of _ 27 a a DET DT Definite=Ind|PronType=Art 28 det 28:det _ 28 hour hour NOUN NN Number=Sing 32 obl:npmod 32:obl:npmod _ 29 and and CCONJ CC _ 31 cc 31:cc _ 30 a a DET DT Definite=Ind|PronType=Art 31 det 31:det _ -31 half half NOUN NN Number=Sing 28 conj 28:conj:and|32:obl:npmod _ +31 half half NOUN NN Number=Sing|NumForm=Word|NumType=Frac 28 conj 28:conj:and|32:obl:npmod _ 32 away away ADV RB _ 3 conj 3:conj:but SpaceAfter=No 33 , , PUNCT , _ 39 punct 39:punct _ 34 and and CCONJ CC _ 39 cc 39:cc _ -35 4 4 NUM CD NumType=Card 36 nummod 36:nummod _ +35 4 4 NUM CD NumForm=Digit|NumType=Card 36 nummod 36:nummod _ 36 days day NOUN NNS Number=Plur 37 obl:npmod 37:obl:npmod _ -37 later later ADV RB _ 39 advmod 39:advmod _ +37 later late ADV RBR Degree=Cmp 39 advmod 39:advmod _ 38 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 39 nsubj 39:nsubj|41:nsubj:xsubj _ -39 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 32 conj 32:conj:and _ +39 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 32 conj 32:conj:and _ 40 to to PART TO _ 41 mark 41:mark _ 41 bring bring VERB VB VerbForm=Inf 39 xcomp 39:xcomp _ 42 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 41 obj 41:obj _ 43 to to ADP IN _ 46 case 46:case _ -44 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 46 nmod:poss 46:nmod:poss _ +44 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 46 nmod:poss 46:nmod:poss _ 45 normal normal ADJ JJ Degree=Pos 46 amod 46:amod _ 46 vet vet NOUN NN Number=Sing 41 obl 41:obl:to _ 47 because because SCONJ IN _ 55 mark 55:mark _ @@ -226861,54 +227011,54 @@ 51 the the DET DT Definite=Def|PronType=Art 52 det 52:det _ 52 place place NOUN NN Number=Sing 49 nmod 49:nmod:at _ 53 in in ADP IN _ 54 case 54:case _ -54 wisconsin wisconsin PROPN NNP Number=Sing 52 nmod 52:nmod:in _ -55 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 41 advcl 41:advcl:because _ +54 wisconsin Wisconsin PROPN NNP Number=Sing 52 nmod 52:nmod:in _ +55 did do VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 41 advcl 41:advcl:because _ 56 a a DET DT Definite=Ind|PronType=Art 58 det 58:det _ 57 crappy crappy ADJ JJ Degree=Pos 58 amod 58:amod _ 58 job job NOUN NN Number=Sing 55 obj 55:obj _ 59 and and CCONJ CC _ 61 cc 61:cc _ 60 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 61 nsubj 61:nsubj _ -61 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 55 conj 41:advcl:because|55:conj:and _ +61 got get VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 55 conj 41:advcl:because|55:conj:and _ 62 infections infection NOUN NNS Number=Plur 61 obj 61:obj SpaceAfter=No 63 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-055207-0004 # text = My vet even said it was not my fault it was the vet that did the surgery, So I would not recommend getting that program unless you have an extra hundred dollars or so for antibiotics and a vet visit. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 vet vet NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 even even ADV RB _ 4 advmod 4:advmod _ -4 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 7 not not PART RB _ 9 advmod 9:advmod _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 fault fault NOUN NN Number=Sing 4 ccomp 4:ccomp _ -10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ +10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 expl 13:expl _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 vet vet NOUN NN Number=Sing 9 parataxis 9:parataxis|15:nsubj _ 14 that that PRON WDT PronType=Rel 15 nsubj 13:ref _ -15 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +15 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 surgery surgery NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No -18 , , PUNCT , _ 4 punct 4:punct _ +18 , , PUNCT , _ 23 punct 23:punct _ 19 So so ADV RB _ 23 advmod 23:advmod _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj|24:nsubj:xsubj _ 21 would would AUX MD VerbForm=Fin 23 aux 23:aux _ 22 not not PART RB _ 23 advmod 23:advmod _ -23 recommend recommend VERB VB VerbForm=Inf 4 advcl 4:advcl _ +23 recommend recommend VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ 24 getting get VERB VBG VerbForm=Ger 23 xcomp 23:xcomp _ 25 that that DET DT Number=Sing|PronType=Dem 26 det 26:det _ 26 program program NOUN NN Number=Sing 24 obj 24:obj _ 27 unless unless SCONJ IN _ 29 mark 29:mark _ 28 you you PRON PRP Case=Nom|Person=2|PronType=Prs 29 nsubj 29:nsubj _ -29 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 23 advcl 23:advcl:unless _ +29 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 23 advcl 23:advcl:unless _ 30 an a DET DT Definite=Ind|PronType=Art 33 det 33:det _ 31 extra extra ADJ JJ Degree=Pos 33 amod 33:amod _ -32 hundred hundred NUM CD NumType=Card 33 nummod 33:nummod _ +32 hundred hundred NUM CD NumForm=Word|NumType=Card 33 nummod 33:nummod _ 33 dollars dollar NOUN NNS Number=Plur 29 obj 29:obj _ 34 or or CCONJ CC _ 35 cc 35:cc _ -35 so so ADV RB _ 33 nummod 33:nummod _ +35 so so ADV RB _ 33 conj 33:conj:or _ 36 for for ADP IN _ 37 case 37:case _ 37 antibiotics antibiotic NOUN NNS Number=Plur 33 nmod 33:nmod:for _ 38 and and CCONJ CC _ 41 cc 41:cc _ @@ -226932,12 +227082,12 @@ 10 but but CCONJ CC _ 14 cc 14:cc _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 12-13 don't _ _ _ _ _ _ _ _ -12 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +12 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 n't not PART RB _ 14 advmod 14:advmod _ 14 care care VERB VB VerbForm=Inf 3 conj 3:conj:but _ 15 unless unless SCONJ IN _ 19 mark 19:mark _ 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 19 nsubj:pass 19:nsubj:pass _ -17 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ +17 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 18 getting get AUX VBG VerbForm=Ger 19 aux:pass 19:aux:pass _ 19 paid pay VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 advcl 14:advcl:unless _ 20 full full ADJ JJ Degree=Pos 21 amod 21:amod _ @@ -226946,7 +227096,7 @@ # sent_id = reviews-055207-0006 # text = Which is so dumb. -1 Which which PRON WDT PronType=Int 4 nsubj 4:nsubj _ +1 Which which PRON WDT PronType=Rel 4 nsubj 4:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 so so ADV RB _ 4 advmod 4:advmod _ 4 dumb dumb ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No @@ -226954,25 +227104,25 @@ # sent_id = reviews-055207-0007 # text = Not to mention the fact that they gave us our cats back not even 30 minutes after they were out from surgery. -1 Not not ADV RB _ 5 cc 5:cc _ +1 Not not PART RB _ 5 cc 5:cc _ 2 to to PART TO _ 1 fixed 1:fixed _ 3 mention mention VERB VB VerbForm=Inf 1 fixed 1:fixed _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 fact fact NOUN NN Number=Sing 0 root 0:root _ 6 that that SCONJ IN _ 8 mark 8:mark _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 ccomp 5:ccomp _ +8 gave give VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 acl 5:acl:that _ 9 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 8 iobj 8:iobj _ -10 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 cats cat NOUN NNS Number=Plur 8 obj 8:obj _ 12 back back ADV RB _ 8 advmod 8:advmod _ -13 not not ADV RB _ 16 advmod 16:advmod _ +13 not not PART RB _ 16 advmod 16:advmod _ 14 even even ADV RB _ 16 advmod 16:advmod _ -15 30 30 NUM CD NumType=Card 16 nummod 16:nummod _ +15 30 30 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 16 minutes minute NOUN NNS Number=Plur 17 obl:npmod 17:obl:npmod _ 17 after after SCONJ IN _ 20 mark 20:mark _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj _ -19 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 cop 20:cop _ +19 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 20 cop 20:cop _ 20 out out ADV RB _ 8 advcl 8:advcl:after _ 21 from from ADP IN _ 22 case 22:case _ 22 surgery surgery NOUN NN Number=Sing 20 obl 20:obl:from SpaceAfter=No @@ -226990,7 +227140,7 @@ # newpar id = reviews-003418-p0002 # text = I had a routine surgery for an ingrown toenail. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 routine routine ADJ JJ Degree=Pos 5 amod 5:amod _ 5 surgery surgery NOUN NN Number=Sing 2 obj 2:obj _ @@ -227002,20 +227152,20 @@ # sent_id = reviews-003418-0003 # text = My insurance company, Blue Cross/Blue Shield paid the fees and everything was fine. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 insurance insurance NOUN NN Number=Sing 3 compound 3:compound _ 3 company company NOUN NN Number=Sing 10 nsubj 10:nsubj SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ -5 Blue Blue PROPN NNP Number=Sing 6 compound 6:compound _ +4 , , PUNCT , _ 6 punct 6:punct _ +5 Blue Blue ADJ NNP Degree=Pos 6 amod 6:amod _ 6 Cross Cross PROPN NNP Number=Sing 3 appos 3:appos SpaceAfter=No -7 / / PUNCT HYPH _ 9 cc 9:cc SpaceAfter=No -8 Blue Blue PROPN NNP Number=Sing 9 compound 9:compound _ +7 / / SYM HYPH _ 9 cc 9:cc SpaceAfter=No +8 Blue Blue ADJ NNP Degree=Pos 9 amod 9:amod _ 9 Shield Shield PROPN NNP Number=Sing 6 conj 3:appos|6:conj _ -10 paid pay VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 paid pay VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 fees fee NOUN NNS Number=Plur 10 obj 10:obj _ 13 and and CCONJ CC _ 16 cc 16:cc _ -14 everything everything PRON NN Number=Sing 16 nsubj 16:nsubj _ +14 everything everything PRON NN Number=Sing|PronType=Tot 16 nsubj 16:nsubj _ 15 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 cop 16:cop _ 16 fine fine ADJ JJ Degree=Pos 10 conj 10:conj:and SpaceAfter=No 17 . . PUNCT . _ 10 punct 10:punct _ @@ -227024,12 +227174,12 @@ # text = Then I got a bill for $483.00. 1 Then then ADV RB PronType=Dem 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 bill bill NOUN NN Number=Sing 3 obj 3:obj _ 6 for for ADP IN _ 7 case 7:case _ 7 $ $ SYM $ _ 5 nmod 5:nmod:for SpaceAfter=No -8 483.00 483.00 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No +8 483.00 483.00 NUM CD NumForm=Digit|NumType=Frac 7 nummod 7:nummod SpaceAfter=No 9 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-003418-0005 @@ -227039,10 +227189,10 @@ 2 doctor doctor NOUN NN Number=Sing 4 nmod:poss 4:nmod:poss _ 3 's 's PART POS _ 2 case 2:case _ 4 office office NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 that that SCONJ IN _ 11 mark 11:mark _ 7 payments payment NOUN NNS Number=Plur 11 nsubj:pass 11:nsubj:pass _ -8 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 aux 11:aux _ +8 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 aux 11:aux _ 9 been be AUX VBN Tense=Past|VerbForm=Part 11 aux:pass 11:aux:pass _ 10 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No 11 reversed reverse VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 ccomp 5:ccomp SpaceAfter=No @@ -227051,13 +227201,13 @@ # sent_id = reviews-003418-0006 # text = Blue cross has no record of aa reversal. -1 Blue Blue PROPN NNP Number=Sing 2 compound 2:compound _ +1 Blue Blue ADJ NNP Degree=Pos 2 amod 2:amod _ 2 cross cross PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 3 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 no no DET DT _ 5 det 5:det _ +4 no no DET DT PronType=Neg 5 det 5:det _ 5 record record NOUN NN Number=Sing 3 obj 3:obj _ 6 of of ADP IN _ 8 case 8:case _ -7 aa a DET DT Typo=Yes 8 det 8:det _ +7 aa a DET DT Definite=Ind|PronType=Art|Typo=Yes 8 det 8:det CorrectForm=a 8 reversal reversal NOUN NN Number=Sing 5 nmod 5:nmod:of SpaceAfter=No 9 . . PUNCT . _ 3 punct 3:punct _ @@ -227065,17 +227215,17 @@ # text = The office refused my requests to see what they got from BC/BS. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 office office NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 refused refuse VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 refused refuse VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 requests request NOUN NNS Number=Plur 3 obj 3:obj _ 6 to to PART TO _ 7 mark 7:mark _ 7 see see VERB VB VerbForm=Inf 5 acl 5:acl:to _ 8 what what PRON WP PronType=Int 10 obj 10:obj _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 ccomp 7:ccomp _ +10 got get VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 ccomp 7:ccomp _ 11 from from ADP IN _ 12 case 12:case _ 12 BC BC PROPN NNP Number=Sing 10 obl 10:obl:from SpaceAfter=No -13 / / PUNCT HYPH _ 14 cc 14:cc SpaceAfter=No +13 / / SYM HYPH _ 14 cc 14:cc SpaceAfter=No 14 BS BS PROPN NNP Number=Sing 12 conj 10:obl:from|12:conj SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ @@ -227083,7 +227233,7 @@ # text = They eventually turned it over to a collection agency and now will not even discuss the matter. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|15:nsubj _ 2 eventually eventually ADV RB _ 3 advmod 3:advmod _ -3 turned turn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 turned turn VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 over over ADP RP _ 3 compound:prt 3:compound:prt _ 6 to to ADP IN _ 9 case 9:case _ @@ -227104,7 +227254,7 @@ # text = I eventually decided to just pay the balance even though the doctor has already been paid, but now the collection agency is trying to say another reversal of $160.00 has come through. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|6:nsubj:xsubj _ 2 eventually eventually ADV RB _ 3 advmod 3:advmod _ -3 decided decide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 decided decide VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 6 mark 6:mark _ 5 just just ADV RB _ 6 advmod 6:advmod _ 6 pay pay VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ @@ -227128,11 +227278,11 @@ 24 trying try VERB VBG Tense=Pres|VerbForm=Part 3 conj 3:conj:but _ 25 to to PART TO _ 26 mark 26:mark _ 26 say say VERB VB VerbForm=Inf 24 xcomp 24:xcomp _ -27 another another DET DT _ 28 det 28:det _ +27 another another DET DT PronType=Ind 28 det 28:det _ 28 reversal reversal NOUN NN Number=Sing 33 nsubj 33:nsubj _ 29 of of ADP IN _ 30 case 30:case _ 30 $ $ SYM $ _ 28 nmod 28:nmod:of SpaceAfter=No -31 160.00 160.00 NUM CD NumType=Card 30 nummod 30:nummod _ +31 160.00 160.00 NUM CD NumForm=Digit|NumType=Frac 30 nummod 30:nummod _ 32 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 33 aux 33:aux _ 33 come come VERB VBN Tense=Past|VerbForm=Part 26 ccomp 26:ccomp _ 34 through through ADV RB _ 33 advmod 33:advmod SpaceAfter=No @@ -227150,7 +227300,7 @@ # sent_id = reviews-003418-0011 # text = How much could it possibly cost? 1 How how ADV WRB PronType=Int 2 advmod 2:advmod _ -2 much much ADJ JJ Degree=Pos 6 amod 6:amod _ +2 much much ADJ JJ Degree=Pos 6 obj 6:obj _ 3 could could AUX MD VerbForm=Fin 6 aux 6:aux _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 5 possibly possibly ADV RB _ 6 advmod 6:advmod _ @@ -227159,7 +227309,7 @@ # sent_id = reviews-003418-0012 # text = Not only am I being bilked for money I do not owe, the office staff is rude to boot. -1 Not not ADV RB _ 2 advmod 2:advmod _ +1 Not not PART RB _ 6 advmod 6:advmod _ 2 only only ADV RB _ 6 advmod 6:advmod _ 3 am be AUX VB VerbForm=Inf 6 aux 6:aux _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj:pass 6:nsubj:pass _ @@ -227168,7 +227318,7 @@ 7 for for ADP IN _ 8 case 8:case _ 8 money money NOUN NN Number=Sing 6 obl 6:obl:for _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -10 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +10 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 11 not not PART RB _ 12 advmod 12:advmod _ 12 owe owe VERB VB VerbForm=Inf 8 acl:relcl 8:acl:relcl SpaceAfter=No 13 , , PUNCT , _ 18 punct 18:punct _ @@ -227184,11 +227334,11 @@ # sent_id = reviews-003418-0013 # text = I think this office has some serious billing practice issues! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 office office NOUN NN Number=Sing 5 nsubj 5:nsubj _ 5 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ -6 some some DET DT _ 10 det 10:det _ +6 some some DET DT PronType=Ind 10 det 10:det _ 7 serious serious ADJ JJ Degree=Pos 10 amod 10:amod _ 8 billing billing NOUN NN Number=Sing 9 compound 9:compound _ 9 practice practice NOUN NN Number=Sing 10 compound 10:compound _ @@ -227200,34 +227350,34 @@ # newpar id = reviews-004940-p0001 # text = We have been blessed to find Elite Flyers online and would not use anyone else to handle our postcards, posters, etc. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj:pass 4:nsubj:pass|13:nsubj:pass _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux:pass 4:aux:pass _ -4 blessed bless VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 blessed bless VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 find find VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ -7 Elite Elite PROPN NNP Number=Sing 8 compound 8:compound _ -8 Flyers Flyers PROPN NNPS Number=Plur 6 obj 6:obj _ +7 Elite Elite ADJ NNP Degree=Pos 8 amod 8:amod _ +8 Flyers Flyer PROPN NNPS Number=Plur 6 obj 6:obj _ 9 online online ADV RB _ 6 advmod 6:advmod _ 10 and and CCONJ CC _ 13 cc 13:cc _ 11 would would AUX MD VerbForm=Fin 13 aux 13:aux _ 12 not not PART RB _ 13 advmod 13:advmod _ 13 use use VERB VB VerbForm=Inf 4 conj 4:conj:and _ -14 anyone anyone PRON NN Number=Sing 13 obj 13:obj _ +14 anyone anyone PRON NN Number=Sing|PronType=Ind 13 obj 13:obj _ 15 else else ADJ JJ Degree=Pos 14 amod 14:amod _ 16 to to PART TO _ 17 mark 17:mark _ 17 handle handle VERB VB VerbForm=Inf 13 advcl 13:advcl:to _ -18 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 postcards postcard NOUN NNS Number=Plur 17 obj 17:obj SpaceAfter=No 20 , , PUNCT , _ 21 punct 21:punct _ 21 posters poster NOUN NNS Number=Plur 19 conj 17:obj|19:conj SpaceAfter=No 22 , , PUNCT , _ 23 punct 23:punct _ -23 etc etc X FW _ 19 conj 17:obj|19:conj SpaceAfter=No +23 etc etc. NOUN FW Abbr=Yes|Number=Plur 19 conj 17:obj|19:conj SpaceAfter=No 24 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-004940-0002 # text = We were looking for a company with decent rates as our company was just getting started. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 looking look VERB VBG VerbForm=Ger 0 root 0:root _ 4 for for ADP IN _ 6 case 6:case _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -227236,20 +227386,20 @@ 8 decent decent ADJ JJ Degree=Pos 9 amod 9:amod _ 9 rates rate NOUN NNS Number=Plur 6 nmod 6:nmod:with _ 10 as as SCONJ IN _ 16 mark 16:mark _ -11 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 company company NOUN NN Number=Sing 16 nsubj:pass 16:nsubj:pass _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 aux 16:aux _ 14 just just ADV RB _ 16 advmod 16:advmod _ 15 getting get AUX VBG VerbForm=Ger 16 aux:pass 16:aux:pass _ -16 started start VERB VBN Tense=Past|VerbForm=Part 3 advcl 3:advcl:as SpaceAfter=No +16 started start VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 advcl 3:advcl:as SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-004940-0003 # text = They have the best rates and GREAT customer service. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 best best ADJ JJS Degree=Sup 5 amod 5:amod _ +4 best good ADJ JJS Degree=Sup 5 amod 5:amod _ 5 rates rate NOUN NNS Number=Plur 2 obj 2:obj _ 6 and and CCONJ CC _ 9 cc 9:cc _ 7 GREAT great ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -227260,15 +227410,15 @@ # sent_id = reviews-004940-0004 # text = On one order, we needed it rushed and shipped to a different state. 1 On on ADP IN _ 3 case 3:case _ -2 one one NUM CD NumType=Card 3 nummod 3:nummod _ +2 one one NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 order order NOUN NN Number=Sing 6 obl 6:obl:on SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 needed need VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj|10:nsubj _ -8 rushed rush VERB VBN Tense=Past|VerbForm=Part 6 ccomp 6:ccomp _ +6 needed need VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 obj 6:obj|8:nsubj:xsubj|10:nsubj:xsubj _ +8 rushed rush VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 xcomp 6:xcomp _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 shipped ship VERB VBN Tense=Past|VerbForm=Part 8 conj 6:ccomp|8:conj:and _ +10 shipped ship VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 conj 6:xcomp|8:conj:and _ 11 to to ADP IN _ 14 case 14:case _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 different different ADJ JJ Degree=Pos 14 amod 14:amod _ @@ -227278,10 +227428,10 @@ # sent_id = reviews-004940-0005 # text = They did that with no problem. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 did do VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 that that PRON DT Number=Sing|PronType=Dem 2 obj 2:obj _ 4 with with ADP IN _ 6 case 6:case _ -5 no no DET DT _ 6 det 6:det _ +5 no no DET DT PronType=Neg 6 det 6:det _ 6 problem problem NOUN NN Number=Sing 2 obl 2:obl:with SpaceAfter=No 7 . . PUNCT . _ 2 punct 2:punct _ @@ -227290,14 +227440,14 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ 3 appreciate appreciate VERB VB VerbForm=Inf 0 root 0:root _ -4 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 honesty honesty NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-004940-0007 # text = I sent a graphic that would have been distorted if printed as it was. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 sent send VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 graphic graphic NOUN NN Number=Sing 2 obj 2:obj|9:nsubj:pass _ 5 that that PRON WDT PronType=Rel 9 nsubj:pass 4:ref _ @@ -227306,18 +227456,18 @@ 8 been be AUX VBN Tense=Past|VerbForm=Part 9 aux:pass 9:aux:pass _ 9 distorted distort VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl:relcl 4:acl:relcl _ 10 if if SCONJ IN _ 11 mark 11:mark _ -11 printed print VERB VBN Tense=Past|VerbForm=Part 9 advcl 9:advcl:if _ +11 printed print VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 advcl 9:advcl:if _ 12 as as SCONJ IN _ 14 mark 14:mark _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -14 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:as SpaceAfter=No +14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:as SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-004940-0008 # text = They called and worked with me to fix it so that it would look perfect. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|4:nsubj _ -2 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 called call VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 and and CCONJ CC _ 4 cc 4:cc _ -4 worked work VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +4 worked work VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 5 with with ADP IN _ 6 case 6:case _ 6 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 obl 4:obl:with _ 7 to to PART TO _ 8 mark 8:mark _ @@ -227335,24 +227485,25 @@ # text = They recently surprised me a larger order. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 recently recently ADV RB _ 3 advmod 3:advmod _ -3 surprised surprise VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 surprised surprise VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj 3:obj _ +4.1 _ with ADP IN Typo=Yes _ _ 7:case CorrectForm=with 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -6 larger larger ADJ JJR Degree=Cmp 7 amod 7:amod _ -7 order order NOUN NN Number=Sing 3 obl:npmod 3:obl:npmod SpaceAfter=No +6 larger large ADJ JJR Degree=Cmp 7 amod 7:amod _ +7 order order NOUN NN Number=Sing 3 obl 3:obl:with SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-004940-0010 # text = I ordered 1000 postcards, we normally order 5000 or more. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 ordered order VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 1000 1000 NUM CD NumType=Card 4 nummod 4:nummod _ +2 ordered order VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 1000 1000 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 postcards postcard NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ +5 , , PUNCT , _ 8 punct 8:punct _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 7 normally normally ADV RB _ 8 advmod 8:advmod _ -8 order order VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ -9 5000 5000 NUM CD NumType=Card 8 obj 8:obj _ +8 order order VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +9 5000 5000 NUM CD NumForm=Digit|NumType=Card 8 obj 8:obj _ 10 or or CCONJ CC _ 11 cc 11:cc _ 11 more more ADJ JJR Degree=Cmp 9 conj 8:obj|9:conj:or SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ @@ -227361,20 +227512,20 @@ # text = Because they had room to do 5000, they created the larger amount, and shipped them early. 1 Because because SCONJ IN _ 3 mark 3:mark _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:because _ +3 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:because _ 4 room room NOUN NN Number=Sing 3 obj 3:obj _ 5 to to PART TO _ 6 mark 6:mark _ 6 do do VERB VB VerbForm=Inf 4 acl 4:acl:to _ -7 5000 5000 NUM CD NumType=Card 6 obj 6:obj SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +7 5000 5000 NUM CD NumForm=Digit|NumType=Card 6 obj 6:obj SpaceAfter=No +8 , , PUNCT , _ 3 punct 3:punct _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj|16:nsubj _ -10 created create VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 created create VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ -12 larger larger ADJ JJR Degree=Cmp 13 amod 13:amod _ +12 larger large ADJ JJR Degree=Cmp 13 amod 13:amod _ 13 amount amount NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 14 , , PUNCT , _ 16 punct 16:punct _ 15 and and CCONJ CC _ 16 cc 16:cc _ -16 shipped ship VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 conj 10:conj:and _ +16 shipped ship VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 10 conj 10:conj:and _ 17 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 16 obj 16:obj _ 18 early early ADV RB Degree=Pos 16 advmod 16:advmod SpaceAfter=No 19 . . PUNCT . _ 10 punct 10:punct _ @@ -227382,18 +227533,18 @@ # sent_id = reviews-004940-0012 # text = I recommend this company to ANYONE and everyone that needs great work done at a reasonable rate! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 recommend recommend VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 company company NOUN NN Number=Sing 2 obj 2:obj _ 5 to to ADP IN _ 6 case 6:case _ -6 ANYONE anyone PRON NN Number=Sing 2 obl 2:obl:to|10:nsubj _ +6 ANYONE anyone PRON NN Number=Sing|PronType=Ind 2 obl 2:obl:to|10:nsubj _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 everyone everyone PRON NN Number=Sing 6 conj 2:obl:to|6:conj:and|10:nsubj _ +8 everyone everyone PRON NN Number=Sing|PronType=Tot 6 conj 2:obl:to|6:conj:and|10:nsubj _ 9 that that PRON WDT PronType=Rel 10 nsubj 6:ref _ 10 needs need VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 11 great great ADJ JJ Degree=Pos 12 amod 12:amod _ 12 work work NOUN NN Number=Sing 10 obj 10:obj _ -13 done do VERB VBN Tense=Past|VerbForm=Part 12 acl 12:acl _ +13 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 acl 12:acl _ 14 at at ADP IN _ 17 case 17:case _ 15 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 16 reasonable reasonable ADJ JJ Degree=Pos 17 amod 17:amod _ @@ -227403,7 +227554,7 @@ # sent_id = reviews-004940-0013 # text = They have a customer for life in us! 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 customer customer NOUN NN Number=Sing 2 obj 2:obj _ 5 for for ADP IN _ 6 case 6:case _ @@ -227416,13 +227567,13 @@ # sent_id = reviews-036753-0001 # newpar id = reviews-036753-p0001 # text = sheisters -1 sheisters shyster NOUN NNS Number=Plur|Typo=Yes 0 root 0:root _ +1 sheisters shyster NOUN NNS Number=Plur|Typo=Yes 0 root 0:root CorrectForm=shysters # sent_id = reviews-036753-0002 # newpar id = reviews-036753-p0002 # text = i made the mistake of buying from these thieves. -1 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ +2 made make VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 mistake mistake NOUN NN Number=Sing 2 obj 2:obj _ 5 of of SCONJ IN _ 6 mark 6:mark _ @@ -227435,26 +227586,26 @@ # sent_id = reviews-036753-0003 # text = I paid 2k cash for a truck with a blown motor. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 paid pay VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 2 2 NUM CD NumType=Card 4 compound 4:compound SpaceAfter=No -4 k k NOUN NN Number=Sing 5 nummod 5:nummod _ +2 paid pay VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 2 2 NUM CD NumForm=Digit|NumType=Card 4 compound 4:compound SpaceAfter=No +4 k thousand NUM CD Abbr=Yes|NumForm=Word|NumType=Card 5 nummod 5:nummod _ 5 cash cash NOUN NN Number=Sing 2 obj 2:obj _ 6 for for ADP IN _ 8 case 8:case _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 truck truck NOUN NN Number=Sing 2 obl 2:obl:for _ 9 with with ADP IN _ 12 case 12:case _ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ -11 blown blow VERB VBN Tense=Past|VerbForm=Part 12 amod 12:amod _ +11 blown blow VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 amod 12:amod _ 12 motor motor NOUN NN Number=Sing 8 nmod 8:nmod:with SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct SpaceAfter=No # sent_id = reviews-036753-0004 # text = Their so called mechanic said the engine was good and "There is nothing mechanicly wrong with this truck". -1 Their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +1 Their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 2 so so ADV RB _ 3 compound 3:compound _ -3 called call VERB VBN Tense=Past|VerbForm=Part 4 amod 4:amod _ +3 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 amod 4:amod _ 4 mechanic mechanic NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 engine engine NOUN NN Number=Sing 9 nsubj 9:nsubj _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ @@ -227463,8 +227614,8 @@ 11 " " PUNCT `` _ 13 punct 13:punct SpaceAfter=No 12 There there PRON EX _ 13 expl 13:expl _ 13 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 conj 5:ccomp|9:conj:and _ -14 nothing nothing PRON NN Number=Sing 13 nsubj 13:nsubj _ -15 mechanicly mechanically ADV RB Typo=Yes 16 advmod 16:advmod _ +14 nothing nothing PRON NN Number=Sing|PronType=Neg 13 nsubj 13:nsubj _ +15 mechanicly mechanically ADV RB Typo=Yes 16 advmod 16:advmod CorrectForm=mechanically 16 wrong wrong ADJ JJ Degree=Pos 14 amod 14:amod _ 17 with with ADP IN _ 19 case 19:case _ 18 this this DET DT Number=Sing|PronType=Dem 19 det 19:det _ @@ -227476,14 +227627,14 @@ # text = Well I think a blown engine falls under the catagory of mechanics right? 1 Well well INTJ UH _ 3 discourse 3:discourse _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -5 blown blow VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +5 blown blow VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 6 engine engine NOUN NN Number=Sing 7 nsubj 7:nsubj _ 7 falls fall VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 8 under under ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -10 catagory category NOUN NN Number=Sing|Typo=Yes 7 obl 7:obl:under _ +10 catagory category NOUN NN Number=Sing|Typo=Yes 7 obl 7:obl:under CorrectForm=category 11 of of ADP IN _ 12 case 12:case _ 12 mechanics mechanics NOUN NN Number=Sing 10 nmod 10:nmod:of _ 13 right right INTJ UH _ 7 discourse 7:discourse SpaceAfter=No @@ -227491,13 +227642,13 @@ # sent_id = reviews-036753-0006 # text = Anyway they jimmy rigged it so i could drive it home. -1 Anyway anyway ADV RB _ 4 advmod 4:advmod _ +1 Anyway anyway INTJ UH _ 4 discourse 4:discourse _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 3 jimmy jimmy NOUN NN Number=Sing 4 obl:npmod 4:obl:npmod _ -4 rigged rig VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 rigged rig VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ 6 so so SCONJ IN _ 9 mark 9:mark _ -7 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ +7 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 8 could could AUX MD VerbForm=Fin 9 aux 9:aux _ 9 drive drive VERB VB VerbForm=Inf 4 advcl 4:advcl:so _ 10 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj _ @@ -227509,40 +227660,40 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 next next ADJ JJ Degree=Pos 3 amod 3:amod _ 3 day day NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ -4 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ +5 took take VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 obj 5:obj _ 7 to to ADP IN _ 10 case 10:case _ -8 2 2 NUM CD NumType=Card 10 nummod 10:nummod _ +8 2 2 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 9 auto auto NOUN NN Number=Sing 10 compound 10:compound _ 10 shops shop NOUN NNS Number=Plur 5 obl 5:obl:to _ 11 and and CCONJ CC _ 14 cc 14:cc _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -13 both both DET DT _ 12 det 12:det _ -14 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +13 both both DET DT PronType=Tot 12 det 12:det _ +14 told tell VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 15 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 14 iobj 14:iobj _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 17 same same ADJ JJ Degree=Pos 18 amod 18:amod _ 18 thing thing NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No -19 , , PUNCT , _ 14 punct 14:punct SpaceAfter=No +19 , , PUNCT , _ 22 punct 22:punct SpaceAfter=No 20 engine engine NOUN NN Number=Sing 22 nsubj 22:nsubj _ 21 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ -22 junk junk NOUN NN Number=Sing 14 ccomp 14:ccomp SpaceAfter=No +22 junk junk NOUN NN Number=Sing 14 parataxis 14:parataxis SpaceAfter=No 23 . . PUNCT . _ 5 punct 5:punct SpaceAfter=No # sent_id = reviews-036753-0008 # text = I called and got the same runaround on hold and noone calls you back. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj _ -2 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 and and CCONJ CC _ 4 cc 4:cc _ -4 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +4 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 same same ADJ JJ Degree=Pos 7 amod 7:amod _ 7 runaround runaround NOUN NN Number=Sing 4 obj 4:obj _ 8 on on ADP IN _ 9 case 9:case _ 9 hold hold NOUN NN Number=Sing 7 nmod 7:nmod:on _ 10 and and CCONJ CC _ 12 cc 12:cc _ -11 noone no-one NOUN NN Number=Sing|Typo=Yes 12 nsubj 12:nsubj _ +11 noone no-one PRON NN Number=Sing|PronType=Neg|Typo=Yes 12 nsubj 12:nsubj CorrectForm=no-one 12 calls call VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 13 you you PRON PRP Case=Acc|Person=2|PronType=Prs 12 obj 12:obj _ 14 back back ADV RB _ 12 advmod 12:advmod SpaceAfter=No @@ -227554,18 +227705,19 @@ 2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 moral moral ADJ JJ Degree=Pos 4 amod 4:amod _ 4 standpoint standpoint NOUN NN Number=Sing 10 obl 10:obl:from SpaceAfter=No -5 , , PUNCT , _ 10 punct 10:punct SpaceAfter=No +5 , , PUNCT , _ 4 punct 4:punct SpaceAfter=No 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 det 7:det _ 7 guys guy NOUN NNS Number=Plur 10 nsubj 10:nsubj|12:nsubj:xsubj _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 really really ADV RB _ 10 advmod 10:advmod _ -10 gon go VERB VBG Abbr=Yes|Tense=Pres|VerbForm=Part 0 root 0:root SpaceAfter=No +10-11 gonna _ _ _ _ _ _ _ _ +10 gon go VERB VBG Abbr=Yes|Tense=Pres|VerbForm=Part 0 root 0:root _ 11 na to PART TO Abbr=Yes 12 mark 12:mark _ 12 take take VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ -13 2,000 2,000 NUM CD NumType=Card 14 nummod 14:nummod _ +13 2,000 2000 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 14 bucks buck NOUN NNS Number=Plur 12 obj 12:obj _ 15 from from ADP IN _ 16 case 16:case _ -16 someone someone PRON NN Number=Sing 12 obl 12:obl:from|18:nsubj _ +16 someone someone PRON NN Number=Sing|PronType=Ind 12 obl 12:obl:from|18:nsubj _ 17 that that PRON WDT PronType=Rel 18 nsubj 16:ref _ 18 needs need VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ 19 that that DET DT Number=Sing|PronType=Dem 20 det 20:det _ @@ -227574,14 +227726,14 @@ 22 work work VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ 23 and and CCONJ CC _ 24 cc 24:cc _ 24 support support VERB VB VerbForm=Inf 22 conj 18:xcomp|22:conj:and _ -25 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 family family NOUN NN Number=Sing 24 obj 24:obj _ -27 when when SCONJ WRB PronType=Int 29 mark 29:mark _ +27 when when ADV WRB PronType=Int 29 advmod 29:advmod _ 28 you you PRON PRP Case=Nom|Person=2|PronType=Prs 29 nsubj 29:nsubj _ -29 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:when _ +29 know know VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:when _ 30-31 its _ _ _ _ _ _ _ _ 30 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 34 nsubj 34:nsubj _ -31 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 34 cop 34:cop _ +31 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 34 cop 34:cop CorrectForm='s 32 just just ADV RB _ 34 advmod 34:advmod _ 33 a a DET DT Definite=Ind|PronType=Art 34 det 34:det _ 34 piece piece NOUN NN Number=Sing 29 ccomp 29:ccomp _ @@ -227594,16 +227746,16 @@ # text = If it lasted 1 month i could suck it up but 1 day? 1 If if SCONJ IN _ 3 mark 3:mark _ 2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 lasted last VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:if _ -4 1 1 NUM CD NumType=Card 5 nummod 5:nummod _ +3 lasted last VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:if _ +4 1 1 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 month month NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ -6 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|13:nsubj _ +6 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|13:nsubj _ 7 could could AUX MD VerbForm=Fin 8 aux 8:aux _ 8 suck suck VERB VB VerbForm=Inf 0 root 0:root _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 expl 8:expl _ 10 up up ADP RP _ 8 compound:prt 8:compound:prt _ 11 but but CCONJ CC _ 13 cc 13:cc _ -12 1 1 NUM CD NumType=Card 13 nummod 13:nummod _ +12 1 1 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 13 day day NOUN NN Number=Sing 8 conj 8:conj:but SpaceAfter=No 14 ? ? PUNCT . _ 8 punct 8:punct SpaceAfter=No @@ -227613,20 +227765,20 @@ 2 work work NOUN NN Number=Sing 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 det 4:det _ 4 guys guy NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -5 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl SpaceAfter=No +5 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl SpaceAfter=No 6 . . PUNCT . _ 2 punct 2:punct SpaceAfter=No # sent_id = reviews-036753-0012 # text = Buy your kids somethin nice with my 2k bucks. 1 Buy buy VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 kids kid NOUN NNS Number=Plur 1 iobj 1:iobj _ -4 somethin something NOUN NN Abbr=Yes|Number=Sing 1 obj 1:obj _ +4 somethin something PRON NN Abbr=Yes|Number=Sing|PronType=Ind 1 obj 1:obj CorrectForm=something 5 nice nice ADJ JJ Degree=Pos 4 amod 4:amod _ 6 with with ADP IN _ 10 case 10:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ -8 2 2 NUM CD NumType=Card 9 compound 9:compound SpaceAfter=No -9 k k NOUN NN Number=Sing 10 nummod 10:nummod _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 2 2 NUM CD NumForm=Digit|NumType=Card 9 compound 9:compound SpaceAfter=No +9 k thousand NUM CD Abbr=Yes|NumForm=Word|NumType=Card 10 nummod 10:nummod _ 10 bucks buck NOUN NNS Number=Plur 1 obl 1:obl:with SpaceAfter=No 11 . . PUNCT . _ 1 punct 1:punct _ @@ -227634,7 +227786,7 @@ # sent_id = reviews-034501-0001 # newpar id = reviews-034501-p0001 # text = Best Stationery store in Bethesda -1 Best best ADJ JJS Degree=Sup 3 amod 3:amod _ +1 Best good ADJ JJS Degree=Sup 3 amod 3:amod _ 2 Stationery stationery NOUN NN Number=Sing 3 compound 3:compound _ 3 store store NOUN NN Number=Sing 0 root 0:root _ 4 in in ADP IN _ 5 case 5:case _ @@ -227644,20 +227796,20 @@ # newpar id = reviews-034501-p0002 # text = Papeluna, a cute Mom/Pop custom printing and paper store, just opened a few days ago. 1 Papeluna Papeluna PROPN NNP Number=Sing 15 nsubj 15:nsubj SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 12 punct 12:punct _ 3 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 4 cute cute ADJ JJ Degree=Pos 12 amod 12:amod _ 5 Mom Mom PROPN NNP Number=Sing 7 compound 7:compound SpaceAfter=No -6 / / PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 / / PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 Pop Pop PROPN NNP Number=Sing 12 compound 12:compound _ 8 custom custom ADJ JJ Degree=Pos 9 amod 9:amod _ 9 printing printing NOUN NN Number=Sing 12 compound 12:compound _ 10 and and CCONJ CC _ 11 cc 11:cc _ 11 paper paper NOUN NN Number=Sing 9 conj 9:conj:and|12:compound _ 12 store store NOUN NN Number=Sing 1 appos 1:appos SpaceAfter=No -13 , , PUNCT , _ 15 punct 15:punct _ +13 , , PUNCT , _ 1 punct 1:punct _ 14 just just ADV RB _ 15 advmod 15:advmod _ -15 opened open VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +15 opened open VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 17 few few ADJ JJ Degree=Pos 18 amod 18:amod _ 18 days day NOUN NNS Number=Plur 19 obl:npmod 19:obl:npmod _ @@ -227678,30 +227830,31 @@ 10 Wisconsin Wisconsin PROPN NNP Number=Sing 11 compound 11:compound _ 11 Ave Ave PROPN NNP Number=Sing 6 nmod 6:nmod:of _ 12 but but CCONJ CC _ 15 cc 15:cc _ -13 some some DET DT _ 15 nsubj 15:nsubj _ +13 some some DET DT PronType=Ind 15 nsubj 15:nsubj _ 14 might might AUX MD VerbForm=Fin 15 aux 15:aux _ 15 miss miss VERB VB VerbForm=Inf 6 conj 6:conj:but _ 16 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 obj 15:obj _ 17 as as SCONJ IN _ 20 mark 20:mark _ 18 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 nsubj:pass 20:nsubj:pass _ 19 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 aux:pass 20:aux:pass _ -20 nestled nestle VERB VBN Tense=Past|VerbForm=Part 15 advcl 15:advcl:as _ +20 nestled nestle VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 advcl 15:advcl:as _ 21 in in ADP IN _ 24 case 24:case _ 22 between between ADP IN _ 21 fixed 21:fixed _ 23 Subway Subway PROPN NNP Number=Sing 24 compound 24:compound _ -24 Sandwiches Sandwiches PROPN NNPS Number=Plur 20 obl 20:obl:in_between _ +24 Sandwiches Sandwich PROPN NNPS Number=Plur 20 obl 20:obl:in_between _ 25 and and CCONJ CC _ 26 cc 26:cc _ -26 Modell Modell PROPN NNP Number=Sing 24 conj 20:obl:in_between|24:conj:and SpaceAfter=No -27 's 's PART POS _ 26 case 26:case SpaceAfter=No +26-27 Modell's _ _ _ _ _ _ _ SpaceAfter=No +26 Modell Modell PROPN NNP Number=Sing 24 conj 20:obl:in_between|24:conj:and _ +27 's 's PART POS _ 26 case 26:case _ 28 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-034501-0004 # text = I popped in after my afternoon pumpkin spice latte break at Starbucks. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 popped pop VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 popped pop VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 in in ADV RB _ 2 advmod 2:advmod _ 4 after after ADP IN _ 10 case 10:case _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 6 afternoon afternoon NOUN NN Number=Sing 10 compound 10:compound _ 7 pumpkin pumpkin NOUN NN Number=Sing 8 compound 8:compound _ 8 spice spice NOUN NN Number=Sing 9 compound 9:compound _ @@ -227720,7 +227873,7 @@ 4 adorable adorable ADJ JJ Degree=Pos 6 amod 6:amod _ 5 little little ADJ JJ Degree=Pos 6 amod 6:amod _ 6 store store NOUN NN Number=Sing 0 root 0:root _ -7 filled fill VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +7 filled fill VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 8 with with ADP IN _ 9 case 9:case _ 9 lots lot NOUN NNS Number=Plur 7 obl 7:obl:with _ 10 of of ADP IN _ 12 case 12:case _ @@ -227746,38 +227899,39 @@ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 talk talk VERB VB VerbForm=Inf 12 conj 10:acl:to|12:conj:and _ 16 with with ADP IN _ 17 case 17:case _ -17 someone someone PRON NN Number=Sing 15 obl 15:obl:with _ +17 someone someone PRON NN Number=Sing|PronType=Ind 15 obl 15:obl:with _ 18 to to PART TO _ 19 mark 19:mark _ 19 design design VERB VB VerbForm=Inf 15 advcl 15:advcl:to _ -20 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +20 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 21 own own ADJ JJ Degree=Pos 22 amod 22:amod _ 22 invitations invitation NOUN NNS Number=Plur 19 obj 19:obj _ 23 or or CCONJ CC _ 25 cc 25:cc _ -24 for for SCONJ IN _ 25 case 25:case _ -25 whatever whatever DET WDT PronType=Int 19 conj 15:advcl:for|19:conj:or _ +24 for for ADP IN _ 25 case 25:case _ +25 whatever whatever PRON WP PronType=Rel 19 conj 15:obl:for|19:conj:or _ 26 else else ADJ JJ Degree=Pos 25 amod 25:amod _ -27 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +27 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 28 custom custom ADJ JJ Degree=Pos 29 amod 29:amod _ 29 printing printing NOUN NN Number=Sing 30 compound 30:compound _ -30 needs need NOUN NNS Number=Plur 25 nsubj 25:nsubj _ -31 may may AUX MD VerbForm=Fin 25 aux 25:aux _ -32 be be VERB VB VerbForm=Inf 25 acl:relcl 25:acl:relcl SpaceAfter=No +30 needs need NOUN NNS Number=Plur 32 nsubj 32:nsubj _ +31 may may AUX MD VerbForm=Fin 32 aux 32:aux _ +32 be be AUX VB VerbForm=Inf 25 acl:relcl 25:acl:relcl SpaceAfter=No 33 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-034501-0007 # text = I gave the woman I spoke with today a "You've been yelped!" card to let her know that Yelp may be a good tool for helping spreading the word about Papeluna. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 gave give VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 woman woman NOUN NN Number=Sing 2 iobj 2:iobj _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 spoke speak VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +6 spoke speak VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 7 with with ADP IN _ 6 obl 6:obl _ 8 today today NOUN NN Number=Sing 6 obl:tmod 6:obl:tmod _ 9 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 10 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No -11 You you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj:pass 14:nsubj:pass SpaceAfter=No -12 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +11-12 You've _ _ _ _ _ _ _ _ +11 You you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj:pass 14:nsubj:pass _ +12 've have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 been be AUX VBN Tense=Past|VerbForm=Part 14 aux:pass 14:aux:pass _ 14 yelped yelp VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 compound 17:compound SpaceAfter=No 15 ! ! PUNCT . _ 14 punct 14:punct SpaceAfter=No @@ -227806,7 +227960,7 @@ # sent_id = reviews-034501-0008 # text = I ended up buying a birthday card and would probably come back for more. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj|11:nsubj _ -2 ended end VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 ended end VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 up up ADP RP _ 2 compound:prt 2:compound:prt _ 4 buying buy VERB VBG VerbForm=Ger 2 xcomp 2:xcomp _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -227824,15 +227978,15 @@ # sent_id = reviews-034501-0009 # text = printing, printing, copies, printing, copies, printing, 1 printing printing NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 3 punct 3:punct _ 3 printing printing NOUN NN Number=Sing 1 parataxis 1:parataxis SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 5 punct 5:punct _ 5 copies copy NOUN NNS Number=Plur 1 parataxis 1:parataxis SpaceAfter=No -6 , , PUNCT , _ 1 punct 1:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 printing printing NOUN NN Number=Sing 1 parataxis 1:parataxis SpaceAfter=No -8 , , PUNCT , _ 1 punct 1:punct _ +8 , , PUNCT , _ 9 punct 9:punct _ 9 copies copy NOUN NNS Number=Plur 1 parataxis 1:parataxis SpaceAfter=No -10 , , PUNCT , _ 1 punct 1:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 printing printing NOUN NN Number=Sing 1 parataxis 1:parataxis SpaceAfter=No 12 , , PUNCT , _ 1 punct 1:punct _ @@ -227843,7 +227997,7 @@ 1 Watch watch VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 out out ADP RP _ 1 compound:prt 1:compound:prt _ 3 for for ADP IN _ 5 case 5:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 wallet wallet NOUN NN Number=Sing 1 obl 1:obl:for _ # sent_id = reviews-391012-0002 @@ -227852,7 +228006,7 @@ 1 Watch watch VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 out out ADP RP _ 1 compound:prt 1:compound:prt _ 3 for for ADP IN _ 5 case 5:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 wallet wallet NOUN NN Number=Sing 1 obl 1:obl:for SpaceAfter=No 6 ! ! PUNCT . _ 1 punct 1:punct _ @@ -227863,14 +228017,14 @@ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 overpriced overpriced ADJ JJ Degree=Pos 0 root 0:root _ 5 for for ADP IN _ 7 case 7:case _ -6 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 services service NOUN NNS Number=Plur 4 obl 4:obl:for SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-391012-0004 # text = They pride themselves on being an event and team building company for corporate clients but you better believe they are going to mark you up on that feel good premise. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 pride pride VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 pride pride VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 themselves themselves PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes 2 obj 2:obj _ 4 on on SCONJ IN _ 11 mark 11:mark _ 5 being be AUX VBG VerbForm=Ger 11 cop 11:cop _ @@ -227885,10 +228039,10 @@ 14 clients client NOUN NNS Number=Plur 11 nmod 11:nmod:for _ 15 but but CCONJ CC _ 18 cc 18:cc _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ -17 better better ADV RBR Degree=Cmp 18 aux 18:aux _ +17 better well ADV RBR Degree=Cmp 18 advmod 18:advmod _ 18 believe believe VERB VB VerbForm=Inf 2 conj 2:conj:but _ 19 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 21 nsubj 21:nsubj|23:nsubj:xsubj _ -20 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ +20 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 21 aux 21:aux _ 21 going go VERB VBG VerbForm=Ger 18 ccomp 18:ccomp _ 22 to to PART TO _ 23 mark 23:mark _ 23 mark mark VERB VB VerbForm=Inf 21 xcomp 21:xcomp _ @@ -227910,17 +228064,17 @@ 5 quote quote NOUN NN Number=Sing 12 obl 9:obj|12:obl:on _ 6 that that PRON WDT PronType=Rel 9 obj 5:ref _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -8 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +8 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 9 done do VERB VBN Tense=Past|VerbForm=Part 5 acl:relcl 5:acl:relcl SpaceAfter=No -10 , , PUNCT , _ 12 punct 12:punct _ +10 , , PUNCT , _ 5 punct 5:punct _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 came come VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 13 in in ADV RB _ 12 advmod 12:advmod _ 14 thousands thousand NOUN NNS Number=Plur 20 nmod:npmod 20:nmod:npmod _ 15 of of ADP IN _ 16 case 16:case _ 16 dollars dollar NOUN NNS Number=Plur 14 nmod 14:nmod:of _ 17 over over ADP IN _ 20 case 20:case _ -18 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +18 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 19 local local ADJ JJ Degree=Pos 20 amod 20:amod _ 20 competition competition NOUN NN Number=Sing 12 obl 12:obl:over SpaceAfter=No 21 . . PUNCT . _ 12 punct 12:punct _ @@ -227928,28 +228082,28 @@ # sent_id = reviews-391012-0006 # text = The craziest part is that they aren't even based locally at the city I'm in- they just have 'teams' in areas through the country. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 craziest craziest ADJ JJS Degree=Sup 3 amod 3:amod _ -3 part part NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 craziest crazy ADJ JJS Degree=Sup 3 amod 3:amod _ +3 part part NOUN NN Number=Sing 10 nsubj:outer 10:nsubj:outer _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 5 that that SCONJ IN _ 10 mark 10:mark _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj:pass 10:nsubj:pass _ 7-8 aren't _ _ _ _ _ _ _ _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ 8 n't not PART RB _ 10 advmod 10:advmod _ 9 even even ADV RB _ 10 advmod 10:advmod _ -10 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 ccomp 3:ccomp _ +10 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 11 locally locally ADV RB _ 10 advmod 10:advmod _ 12 at at ADP IN _ 14 case 14:case _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 city city NOUN NN Number=Sing 10 obl 10:obl:at _ 15-16 I'm _ _ _ _ _ _ _ _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -16 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ +16 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 17 in in ADP IN _ 14 acl:relcl 14:acl:relcl SpaceAfter=No -18 - - PUNCT , _ 4 punct 4:punct _ +18 - - PUNCT , _ 21 punct 21:punct _ 19 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 21 nsubj 21:nsubj _ 20 just just ADV RB _ 21 advmod 21:advmod _ -21 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis _ +21 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 parataxis 10:parataxis _ 22 ' ' PUNCT `` _ 23 punct 23:punct SpaceAfter=No 23 teams team NOUN NNS Number=Plur 21 obj 21:obj SpaceAfter=No 24 ' ' PUNCT '' _ 23 punct 23:punct _ @@ -227958,24 +228112,24 @@ 27 through through ADP IN _ 29 case 29:case _ 28 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 29 country country NOUN NN Number=Sing 26 nmod 26:nmod:through SpaceAfter=No -30 . . PUNCT . _ 4 punct 4:punct _ +30 . . PUNCT . _ 10 punct 10:punct _ # sent_id = reviews-391012-0007 # text = I've spoken to vendors who are used by them who had nothing good to say about the company as well and in fact were afraid to quote events against them even though they openly admitted that they felt Canadian Outback was pricing their entertainment out of the market and doing more to hurt their business than help them. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 spoken speak VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 to to ADP IN _ 5 case 5:case _ 5 vendors vendor NOUN NNS Number=Plur 3 obl 3:obl:to|8:nsubj:pass|12:nsubj|26:nsubj _ 6 who who PRON WP PronType=Rel 8 nsubj:pass 5:ref _ -7 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux:pass 8:aux:pass _ +7 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux:pass 8:aux:pass _ 8 used use VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 acl:relcl 5:acl:relcl _ 9 by by ADP IN _ 10 case 10:case _ -10 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 8 obl 8:obl:by _ +10 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 8 obl:agent 8:obl:agent _ 11 who who PRON WP PronType=Rel 12 nsubj 5:ref _ -12 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ -13 nothing nothing PRON NN Number=Sing 12 obj 12:obj _ +12 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +13 nothing nothing PRON NN Number=Sing|PronType=Neg 12 obj 12:obj _ 14 good good ADJ JJ Degree=Pos 13 amod 13:amod _ 15 to to PART TO _ 16 mark 16:mark _ 16 say say VERB VB VerbForm=Inf 13 acl 13:acl:to _ @@ -227987,7 +228141,7 @@ 22 and and CCONJ CC _ 26 cc 26:cc _ 23 in in ADP IN _ 24 case 24:case _ 24 fact fact NOUN NN Number=Sing 26 obl 26:obl:in _ -25 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 26 cop 26:cop _ +25 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 26 cop 26:cop _ 26 afraid afraid ADJ JJ Degree=Pos 12 conj 5:acl:relcl|12:conj:and _ 27 to to PART TO _ 28 mark 28:mark _ 28 quote quote VERB VB VerbForm=Inf 26 advcl 26:advcl:to _ @@ -227998,15 +228152,15 @@ 33 though though SCONJ IN _ 36 mark 36:mark _ 34 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 36 nsubj 36:nsubj _ 35 openly openly ADV RB _ 36 advmod 36:advmod _ -36 admitted admit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 28 advcl 28:advcl:though _ +36 admitted admit VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 28 advcl 28:advcl:though _ 37 that that SCONJ IN _ 39 mark 39:mark _ 38 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 39 nsubj 39:nsubj _ -39 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 36 ccomp 36:ccomp _ -40 Canadian Canadian PROPN NNP Number=Sing 41 compound 41:compound _ +39 felt feel VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 36 ccomp 36:ccomp _ +40 Canadian Canadian ADJ NNP Degree=Pos 41 amod 41:amod _ 41 Outback Outback PROPN NNP Number=Sing 43 nsubj 43:nsubj|51:nsubj _ 42 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 43 aux 43:aux _ 43 pricing price VERB VBG Tense=Pres|VerbForm=Part 39 ccomp 39:ccomp _ -44 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 45 nmod:poss 45:nmod:poss _ +44 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 45 nmod:poss 45:nmod:poss _ 45 entertainment entertainment NOUN NN Number=Sing 43 obj 43:obj _ 46 out out ADP IN _ 49 case 49:case _ 47 of of ADP IN _ 49 case 49:case _ @@ -228017,7 +228171,7 @@ 52 more more ADJ JJR Degree=Cmp 51 obj 51:obj _ 53 to to PART TO _ 54 mark 54:mark _ 54 hurt hurt VERB VB VerbForm=Inf 52 acl 52:acl:to _ -55 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 56 nmod:poss 56:nmod:poss _ +55 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 56 nmod:poss 56:nmod:poss _ 56 business business NOUN NN Number=Sing 54 obj 54:obj _ 57 than than SCONJ IN _ 58 mark 58:mark _ 58 help help VERB VB VerbForm=Inf 52 advcl 52:advcl:than _ @@ -228028,14 +228182,14 @@ # text = Be warned- they'll ltake you for everything they can. 1 Be be AUX VB Mood=Imp|VerbForm=Fin 2 aux:pass 2:aux:pass _ 2 warned warn VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No -3 - - PUNCT , _ 2 punct 2:punct _ +3 - - PUNCT , _ 6 punct 6:punct _ 4-5 they'll _ _ _ _ _ _ _ _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 5 'll will AUX MD VerbForm=Fin 6 aux 6:aux _ -6 ltake take VERB VB Typo=Yes|VerbForm=Inf 2 ccomp 2:ccomp _ +6 ltake take VERB VB Typo=Yes|VerbForm=Inf 2 ccomp 2:ccomp CorrectForm=take 7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 6 obj 6:obj _ 8 for for ADP IN _ 9 case 9:case _ -9 everything everything PRON NN Number=Sing 6 obl 6:obl:for _ +9 everything everything PRON NN Number=Sing|PronType=Tot 6 obl 6:obl:for _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 11 can can AUX MD VerbForm=Fin 9 acl:relcl 9:acl:relcl SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ @@ -228045,7 +228199,7 @@ # newpar id = reviews-263870-p0001 # text = Believe me. 1 Believe believe VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 1 obj 1:obj SpaceAfter=No +2 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 1 iobj 1:iobj SpaceAfter=No 3 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-263870-0002 @@ -228065,38 +228219,39 @@ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 also also ADV RB _ 5 advmod 5:advmod _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 largest largest ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No +5 largest large ADJ JJS Degree=Sup 0 root 0:root SpaceAfter=No 6 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-263870-0004 # text = With a Pizza Hut, IHOP, 3 Starbucks, Chilis, Panera, and Chipotle on campus ALONE, VCU has some of the best eating options for students. -1 With with ADP IN _ 19 mark 19:mark _ +1 With with SCONJ IN _ 19 mark 19:mark _ 2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 Pizza Pizza PROPN NNP Number=Sing 4 compound 4:compound _ 4 Hut Hut PROPN NNP Number=Sing 19 nsubj 19:nsubj SpaceAfter=No 5 , , PUNCT , _ 6 punct 6:punct _ 6 IHOP IHOP PROPN NNP Number=Sing 4 conj 4:conj:and|19:nsubj SpaceAfter=No 7 , , PUNCT , _ 9 punct 9:punct _ -8 3 3 NUM CD NumType=Card 9 nummod 9:nummod _ +8 3 3 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 Starbucks Starbucks PROPN NNPS Number=Plur 4 conj 4:conj:and|19:nsubj SpaceAfter=No 10 , , PUNCT , _ 11 punct 11:punct _ -11 Chili Chili PROPN NNP Number=Sing 4 conj 4:conj:and|19:nsubj SpaceAfter=No -12 s 's PART POS _ 11 case 11:case SpaceAfter=No +11-12 Chilis _ _ _ _ _ _ _ SpaceAfter=No +11 Chili Chili PROPN NNP Number=Sing 4 conj 4:conj:and|19:nsubj _ +12 s 's PART POS Typo=Yes 11 case 11:case CorrectForm='s 13 , , PUNCT , _ 14 punct 14:punct _ 14 Panera Panera PROPN NNP Number=Sing 4 conj 4:conj:and|19:nsubj SpaceAfter=No 15 , , PUNCT , _ 17 punct 17:punct _ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 Chipotle Chipotle PROPN NNP Number=Sing 4 conj 4:conj:and|19:nsubj _ 18 on on ADP IN _ 19 case 19:case _ -19 campus campus NOUN NN Number=Sing 23 advcl 23:advcl:on _ +19 campus campus NOUN NN Number=Sing 23 advcl 23:advcl:with _ 20 ALONE alone ADV RB _ 19 advmod 19:advmod SpaceAfter=No -21 , , PUNCT , _ 23 punct 23:punct _ +21 , , PUNCT , _ 19 punct 19:punct _ 22 VCU VCU PROPN NNP Number=Sing 23 nsubj 23:nsubj _ 23 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -24 some some DET DT _ 23 obj 23:obj _ +24 some some DET DT PronType=Ind 23 obj 23:obj _ 25 of of ADP IN _ 29 case 29:case _ 26 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ -27 best best ADJ JJS Degree=Sup 29 amod 29:amod _ +27 best good ADJ JJS Degree=Sup 29 amod 29:amod _ 28 eating eating NOUN NN Number=Sing 29 compound 29:compound _ 29 options option NOUN NNS Number=Plur 24 nmod 24:nmod:of _ 30 for for ADP IN _ 31 case 31:case _ @@ -228109,7 +228264,7 @@ 2 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 4 # # SYM NN Number=Sing 7 compound 7:compound SpaceAfter=No -5 1 1 NUM CD NumType=Card 4 nummod 4:nummod _ +5 1 1 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 6 art art NOUN NN Number=Sing 7 compound 7:compound _ 7 school school NOUN NN Number=Sing 2 obj 2:obj _ 8 in in ADP IN _ 9 case 9:case _ @@ -228127,22 +228282,22 @@ # sent_id = reviews-263870-0006 # text = The Rams, the VCU sports team, also made the NCAA Final 4 this year, too! 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 Rams Rams PROPN NNPS Number=Plur 10 nsubj 10:nsubj SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +2 Rams Ram PROPN NNPS Number=Plur 10 nsubj 10:nsubj SpaceAfter=No +3 , , PUNCT , _ 7 punct 7:punct _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 5 VCU VCU PROPN NNP Number=Sing 7 compound 7:compound _ 6 sports sport NOUN NNS Number=Plur 7 compound 7:compound _ 7 team team NOUN NN Number=Sing 2 appos 2:appos SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +8 , , PUNCT , _ 2 punct 2:punct _ 9 also also ADV RB _ 10 advmod 10:advmod _ -10 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 made make VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 NCAA NCAA PROPN NNP Number=Sing 10 obj 10:obj _ 13 Final final ADJ JJ Degree=Pos 12 amod 12:amod _ -14 4 4 NUM CD NumType=Card 12 nummod 12:nummod _ +14 4 4 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 15 this this DET DT Number=Sing|PronType=Dem 16 det 16:det _ 16 year year NOUN NN Number=Sing 10 obl:tmod 10:obl:tmod SpaceAfter=No -17 , , PUNCT , _ 10 punct 10:punct _ +17 , , PUNCT , _ 18 punct 18:punct _ 18 too too ADV RB _ 10 advmod 10:advmod SpaceAfter=No 19 ! ! PUNCT . _ 10 punct 10:punct _ @@ -228152,7 +228307,7 @@ 2 also also ADV RB _ 3 advmod 3:advmod _ 3 offers offer VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 high high ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No -5 - - PUNCT HYPH _ 6 punct 6:punct SpaceAfter=No +5 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 6 rise rise NOUN NN Number=Sing 7 compound 7:compound _ 7 living living NOUN NN Number=Sing 3 obj 3:obj _ 8 for for ADP IN _ 9 case 9:case _ @@ -228164,14 +228319,14 @@ 14 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 15 historic historic ADJ JJ Degree=Pos 20 amod 20:amod _ 16 yet yet CCONJ CC _ 17 cc 17:cc _ -17 fixed fix VERB VBN Tense=Past|VerbForm=Part 15 conj 15:conj:yet|20:amod SpaceAfter=No -18 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No +17 fixed fix VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 conj 15:conj:yet|20:amod SpaceAfter=No +18 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No 19 up up ADP RP _ 17 compound:prt 17:compound:prt _ 20 houses house NOUN NNS Number=Plur 26 nsubj 26:nsubj _ 21 in in ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 Fan fan NOUN NN Number=Sing 20 nmod 20:nmod:in _ -24 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ +24 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ 25 also also ADV RB _ 26 advmod 26:advmod _ 26 available available ADJ JJ Degree=Pos 3 conj 3:conj:and _ 27 to to ADP IN _ 28 case 28:case _ @@ -228188,7 +228343,7 @@ 38 in in ADP IN _ 43 case 43:case _ 39 a a DET DT Definite=Ind|PronType=Art 43 det 43:det _ 40 safe safe ADJ JJ Degree=Pos 43 amod 43:amod SpaceAfter=No -41 , , PUNCT , _ 43 punct 43:punct _ +41 , , PUNCT , _ 40 punct 40:punct _ 42 viable viable ADJ JJ Degree=Pos 43 amod 43:amod _ 43 community community NOUN NN Number=Sing 37 obl 37:obl:in SpaceAfter=No 44 . . PUNCT . _ 3 punct 3:punct _ @@ -228208,16 +228363,16 @@ 11 , , PUNCT , _ 12 punct 12:punct _ 12 Carytown Carytown PROPN NNP Number=Sing 7 conj 7:conj:and SpaceAfter=No 13 , , PUNCT , _ 15 punct 15:punct _ -14 Stony Stony PROPN NNP Number=Sing 15 compound 15:compound _ +14 Stony Stony ADJ NNP Degree=Pos 15 amod 15:amod _ 15 Point Point PROPN NNP Number=Sing 7 conj 7:conj:and SpaceAfter=No 16 , , PUNCT , _ 18 punct 18:punct _ -17 Short Short PROPN NNP Number=Sing 18 compound 18:compound _ +17 Short Short ADJ NNP Degree=Pos 18 amod 18:amod _ 18 Pump Pump PROPN NNP Number=Sing 7 conj 7:conj:and SpaceAfter=No 19 , , PUNCT , _ 24 punct 24:punct _ 20 and and CCONJ CC _ 24 cc 24:cc _ 21 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 22 VCU VCU PROPN NNP Number=Sing 24 compound 24:compound _ -23 Medical Medical PROPN NNP Number=Sing 24 compound 24:compound _ +23 Medical Medical ADJ NNP Degree=Pos 24 amod 24:amod _ 24 Center Center PROPN NNP Number=Sing 7 conj 7:conj:and SpaceAfter=No 25 . . PUNCT . _ 7 punct 7:punct _ @@ -228226,16 +228381,16 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj|10:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 best best ADJ JJS Degree=Sup 5 amod 5:amod _ +4 best good ADJ JJS Degree=Sup 5 amod 5:amod _ 5 university university NOUN NN Number=Sing 0 root 0:root _ 6 in in ADP IN _ 7 case 7:case _ 7 Virginia Virginia PROPN NNP Number=Sing 5 nmod 5:nmod:in _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 continuously continuously ADV RB _ 10 advmod 10:advmod _ 10 receives receive VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ -11 rave rave ADJ JJ Degree=Pos 12 amod 12:amod _ +11 rave rave NOUN NN Number=Sing 12 compound 12:compound _ 12 reviews review NOUN NNS Number=Plur 10 obj 10:obj _ -13 every every DET DT _ 14 det 14:det _ +13 every every DET DT PronType=Tot 14 det 14:det _ 14 year year NOUN NN Number=Sing 10 obl:tmod 10:obl:tmod SpaceAfter=No 15 . . PUNCT . _ 5 punct 5:punct _ @@ -228248,9 +228403,9 @@ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux:pass 7:aux:pass _ 6 also also ADV RB _ 7 advmod 7:advmod _ 7 recommended recommend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 9 punct 9:punct _ 9 too too ADV RB _ 7 advmod 7:advmod SpaceAfter=No -10 ! ! PUNCT . _ 7 punct 7:punct SpaceAfter=No +10 ! ! PUNCT . _ 7 punct 7:punct _ # newdoc id = reviews-263630 # sent_id = reviews-263630-0001 @@ -228274,12 +228429,12 @@ # sent_id = reviews-263630-0003 # newpar id = reviews-263630-p0002 # text = My boyfriend and I were woken up in the middle of the night at our campsite by drunken kids who'd arrived around 1:00 am and were drinking at the springs. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 boyfriend boyfriend NOUN NN Number=Sing 6 nsubj:pass 6:nsubj:pass _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 conj 2:conj:and|6:nsubj:pass _ -5 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ -6 woken wake VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +5 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ +6 woken wake VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 up up ADP RP _ 6 compound:prt 6:compound:prt _ 8 in in ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -228288,20 +228443,20 @@ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 night night NOUN NN Number=Sing 10 nmod 10:nmod:of _ 14 at at ADP IN _ 16 case 16:case _ -15 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 campsite campsite NOUN NN Number=Sing 6 obl 6:obl:at _ 17 by by ADP IN _ 19 case 19:case _ 18 drunken drunken ADJ JJ Degree=Pos 19 amod 19:amod _ -19 kids kid NOUN NNS Number=Plur 6 obl 6:obl:by|22:nsubj|28:nsubj _ +19 kids kid NOUN NNS Number=Plur 6 obl:agent 6:obl:agent|22:nsubj|28:nsubj _ 20-21 who'd _ _ _ _ _ _ _ _ 20 who who PRON WP PronType=Rel 22 nsubj 19:ref _ -21 'd have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 aux 22:aux _ +21 'd have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 22 aux 22:aux _ 22 arrived arrive VERB VBN Tense=Past|VerbForm=Part 19 acl:relcl 19:acl:relcl _ -23 around around ADV RB _ 25 advmod 25:advmod _ -24 1:00 1:00 NUM CD NumType=Card 25 nummod 25:nummod _ -25 am am NOUN NN Number=Sing 22 obl:tmod 22:obl:tmod _ +23 around around ADP IN _ 25 case 25:case _ +24 1:00 1:00 NUM CD NumForm=Digit|NumType=Card 25 nummod 25:nummod _ +25 am a.m. NOUN NN Number=Sing 22 obl 22:obl:around _ 26 and and CCONJ CC _ 28 cc 28:cc _ -27 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 28 aux 28:aux _ +27 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 28 aux 28:aux _ 28 drinking drink VERB VBG VerbForm=Ger 22 conj 19:acl:relcl|22:conj:and _ 29 at at ADP IN _ 31 case 31:case _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ @@ -228310,56 +228465,56 @@ # sent_id = reviews-263630-0004 # text = When we complained to the management (as we were instructed to do if there were any problems), nothing happened! -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 complained complain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 advcl 22:advcl:when _ +3 complained complain VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 22 advcl 22:advcl:when _ 4 to to ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 management management NOUN NN Number=Sing 3 obl 3:obl:to _ 7 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 8 as as SCONJ IN _ 11 mark 11:mark _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj:pass 11:nsubj:pass|13:nsubj:xsubj _ -10 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 aux:pass 11:aux:pass _ -11 instructed instruct VERB VBN Tense=Past|VerbForm=Part 3 advcl 3:advcl:as _ +10 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 11 aux:pass 11:aux:pass _ +11 instructed instruct VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 advcl 3:advcl:as _ 12 to to PART TO _ 13 mark 13:mark _ 13 do do AUX VB VerbForm=Inf 11 xcomp 11:xcomp _ 14 if if SCONJ IN _ 16 mark 16:mark _ 15 there there PRON EX _ 16 expl 16:expl _ -16 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:if _ -17 any any DET DT _ 18 det 18:det _ +16 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:if _ +17 any any DET DT PronType=Ind 18 det 18:det _ 18 problems problem NOUN NNS Number=Plur 16 nsubj 16:nsubj SpaceAfter=No 19 ) ) PUNCT -RRB- _ 11 punct 11:punct SpaceAfter=No -20 , , PUNCT , _ 22 punct 22:punct _ -21 nothing nothing PRON NN Number=Sing 22 nsubj 22:nsubj _ -22 happened happen VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +20 , , PUNCT , _ 3 punct 3:punct _ +21 nothing nothing PRON NN Number=Sing|PronType=Neg 22 nsubj 22:nsubj _ +22 happened happen VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 23 ! ! PUNCT . _ 22 punct 22:punct _ # sent_id = reviews-263630-0005 # text = Then, the next morning, when we, among many other irate guests, asked to speak to the owner, he refused to do so. 1 Then then ADV RB PronType=Dem 24 advmod 24:advmod SpaceAfter=No -2 , , PUNCT , _ 24 punct 24:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 next next ADJ JJ Degree=Pos 5 amod 5:amod _ 5 morning morning NOUN NN Number=Sing 24 obl:tmod 24:obl:tmod SpaceAfter=No -6 , , PUNCT , _ 24 punct 24:punct _ -7 when when SCONJ WRB PronType=Int 16 mark 16:mark _ +6 , , PUNCT , _ 5 punct 5:punct _ +7 when when ADV WRB PronType=Int 16 advmod 16:advmod _ 8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 16 nsubj 16:nsubj|18:nsubj:xsubj SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 14 punct 14:punct _ 10 among among ADP IN _ 14 case 14:case _ 11 many many ADJ JJ Degree=Pos 14 amod 14:amod _ 12 other other ADJ JJ Degree=Pos 14 amod 14:amod _ 13 irate irate ADJ JJ Degree=Pos 14 amod 14:amod _ 14 guests guest NOUN NNS Number=Plur 8 nmod 8:nmod:among SpaceAfter=No -15 , , PUNCT , _ 16 punct 16:punct _ -16 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 advcl 24:advcl:when _ +15 , , PUNCT , _ 8 punct 8:punct _ +16 asked ask VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 24 advcl 24:advcl:when _ 17 to to PART TO _ 18 mark 18:mark _ 18 speak speak VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 19 to to ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 owner owner NOUN NN Number=Sing 18 obl 18:obl:to SpaceAfter=No -22 , , PUNCT , _ 24 punct 24:punct _ +22 , , PUNCT , _ 16 punct 16:punct _ 23 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 24 nsubj 24:nsubj|26:nsubj:xsubj _ -24 refused refuse VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +24 refused refuse VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 25 to to PART TO _ 26 mark 26:mark _ 26 do do VERB VB VerbForm=Inf 24 xcomp 24:xcomp _ 27 so so ADV RB _ 26 advmod 26:advmod SpaceAfter=No @@ -228367,29 +228522,29 @@ # sent_id = reviews-263630-0006 # text = Not only that, but he told us, via his manager, that it was our responsibility to get up a second time in the middle of the night and call the night staff if the problem continued, even though his manager did nothing the first time to stop the kids. -1 Not not ADV RB _ 3 advmod 3:advmod _ +1 Not not PART RB _ 3 advmod 3:advmod _ 2 only only ADV RB _ 3 advmod 3:advmod _ -3 that that DET DT Number=Sing|PronType=Dem 0 root 0:root SpaceAfter=No +3 that that PRON DT Number=Sing|PronType=Dem 0 root 0:root SpaceAfter=No 4 , , PUNCT , _ 7 punct 7:punct _ 5 but but CCONJ CC _ 7 cc 7:cc _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ -8 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 7 obj 7:obj SpaceAfter=No -9 , , PUNCT , _ 7 punct 7:punct _ +7 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ +8 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 7 iobj 7:iobj SpaceAfter=No +9 , , PUNCT , _ 12 punct 12:punct _ 10 via via ADP IN _ 12 case 12:case _ -11 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 manager manager NOUN NN Number=Sing 7 obl 7:obl:via SpaceAfter=No -13 , , PUNCT , _ 7 punct 7:punct _ +13 , , PUNCT , _ 18 punct 18:punct _ 14 that that SCONJ IN _ 18 mark 18:mark _ 15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 expl 18:expl _ 16 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 cop 18:cop _ -17 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 responsibility responsibility NOUN NN Number=Sing 7 ccomp 7:ccomp _ 19 to to PART TO _ 20 mark 20:mark _ 20 get get VERB VB VerbForm=Inf 18 csubj 18:csubj _ 21 up up ADP RP _ 20 compound:prt 20:compound:prt _ 22 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ -23 second second ADJ JJ Degree=Pos|NumType=Ord 24 amod 24:amod _ +23 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 24 amod 24:amod _ 24 time time NOUN NN Number=Sing 20 obj 20:obj _ 25 in in ADP IN _ 27 case 27:case _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ @@ -228405,16 +228560,16 @@ 36 if if SCONJ IN _ 39 mark 39:mark _ 37 the the DET DT Definite=Def|PronType=Art 38 det 38:det _ 38 problem problem NOUN NN Number=Sing 39 nsubj 39:nsubj _ -39 continued continue VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 32 advcl 32:advcl:if SpaceAfter=No -40 , , PUNCT , _ 18 punct 18:punct _ +39 continued continue VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 32 advcl 32:advcl:if SpaceAfter=No +40 , , PUNCT , _ 45 punct 45:punct _ 41 even even ADV RB _ 45 advmod 45:advmod _ 42 though though SCONJ IN _ 45 mark 45:mark _ -43 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 44 nmod:poss 44:nmod:poss _ +43 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 44 nmod:poss 44:nmod:poss _ 44 manager manager NOUN NN Number=Sing 45 nsubj 45:nsubj _ -45 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 advcl 18:advcl:though _ -46 nothing nothing PRON NN Number=Sing 45 obj 45:obj _ +45 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 advcl 18:advcl:though _ +46 nothing nothing PRON NN Number=Sing|PronType=Neg 45 obj 45:obj _ 47 the the DET DT Definite=Def|PronType=Art 49 det 49:det _ -48 first first ADJ JJ Degree=Pos|NumType=Ord 49 amod 49:amod _ +48 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 49 amod 49:amod _ 49 time time NOUN NN Number=Sing 45 obl:tmod 45:obl:tmod _ 50 to to PART TO _ 51 mark 51:mark _ 51 stop stop VERB VB VerbForm=Inf 45 advcl 45:advcl:to _ @@ -228451,12 +228606,12 @@ 3 insult insult NOUN NN Number=Sing 2 obj 2:obj _ 4 to to ADP IN _ 5 case 5:case _ 5 injury injury NOUN NN Number=Sing 2 obl 2:obl:to SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 2 punct 2:punct _ 7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ -8 refused refuse VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 refused refuse VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 to to PART TO _ 10 mark 10:mark _ 10 refund refund VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ -11 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 money money NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 13 . . PUNCT . _ 8 punct 8:punct _ @@ -228478,40 +228633,40 @@ 4 good good ADJ JJ Degree=Pos 6 amod 6:amod _ 5 high high ADJ JJ Degree=Pos 6 amod 6:amod _ 6 school school NOUN NN Number=Sing 0 root 0:root _ -7 -- -- PUNCT , _ 6 punct 6:punct _ +7 -- -- PUNCT , _ 8 punct 8:punct _ 8 c class NOUN NN Abbr=Yes|Number=Sing 6 obl:npmod 6:obl:npmod SpaceAfter=No -9 / / SYM SYM _ 8 punct 8:punct SpaceAfter=No +9 / / PUNCT SYM _ 11 punct 11:punct SpaceAfter=No 10 o of ADP IN Abbr=Yes 11 case 11:case _ -11 1998 1998 NUM CD NumType=Card 8 nmod 8:nmod:of _ +11 1998 1998 NUM CD NumForm=Digit|NumType=Card 8 nmod 8:nmod:of _ # sent_id = reviews-225632-0002 # newpar id = reviews-225632-p0002 # text = I enjoyed my time at Franklin High School. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 enjoyed enjoy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 enjoyed enjoy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 time time NOUN NN Number=Sing 2 obj 2:obj _ 5 at at ADP IN _ 8 case 8:case _ 6 Franklin Franklin PROPN NNP Number=Sing 8 compound 8:compound _ -7 High High PROPN NNP Number=Sing 8 compound 8:compound _ +7 High High ADJ NNP Degree=Pos 8 amod 8:amod _ 8 School School PROPN NNP Number=Sing 4 nmod 4:nmod:at SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-225632-0003 # text = We had relatively good facilities at the time -- decent science labs, with multiple hoods and access to good equipment; nice gymnasiums, and a well-funded music department (I was in the guitar ensemble). 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 relatively relatively ADV RB _ 4 advmod 4:advmod _ 4 good good ADJ JJ Degree=Pos 5 amod 5:amod _ 5 facilities facility NOUN NNS Number=Plur 2 obj 2:obj _ 6 at at ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 time time NOUN NN Number=Sing 2 obl 2:obl:at _ -9 -- -- PUNCT , _ 2 punct 2:punct _ +9 -- -- PUNCT , _ 12 punct 12:punct _ 10 decent decent ADJ JJ Degree=Pos 12 amod 12:amod _ 11 science science NOUN NN Number=Sing 12 compound 12:compound _ 12 labs lab NOUN NNS Number=Plur 5 appos 5:appos SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ +13 , , PUNCT , _ 16 punct 16:punct _ 14 with with ADP IN _ 16 case 16:case _ 15 multiple multiple ADJ JJ Degree=Pos 16 amod 16:amod _ 16 hoods hood NOUN NNS Number=Plur 12 nmod 12:nmod:with _ @@ -228520,15 +228675,15 @@ 19 to to ADP IN _ 21 case 21:case _ 20 good good ADJ JJ Degree=Pos 21 amod 21:amod _ 21 equipment equipment NOUN NN Number=Sing 18 nmod 18:nmod:to SpaceAfter=No -22 ; ; PUNCT , _ 12 punct 12:punct _ +22 ; ; PUNCT , _ 24 punct 24:punct _ 23 nice nice ADJ JJ Degree=Pos 24 amod 24:amod _ 24 gymnasiums gymnasium NOUN NNS Number=Plur 12 conj 5:appos|12:conj:and SpaceAfter=No 25 , , PUNCT , _ 32 punct 32:punct _ 26 and and CCONJ CC _ 32 cc 32:cc _ 27 a a DET DT Definite=Ind|PronType=Art 32 det 32:det _ 28 well well ADV RB Degree=Pos 30 advmod 30:advmod SpaceAfter=No -29 - - PUNCT HYPH _ 30 punct 30:punct SpaceAfter=No -30 funded fund VERB VBN Tense=Past|VerbForm=Part 32 amod 32:amod _ +29 - - PUNCT HYPH _ 28 punct 28:punct SpaceAfter=No +30 funded fund VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 32 amod 32:amod _ 31 music music NOUN NN Number=Sing 32 compound 32:compound _ 32 department department NOUN NN Number=Sing 12 conj 5:appos|12:conj:and _ 33 ( ( PUNCT -LRB- _ 39 punct 39:punct SpaceAfter=No @@ -228544,26 +228699,26 @@ # sent_id = reviews-225632-0004 # text = Now, of course, there's a new building, with presumably better facilities. 1 Now now ADV RB _ 7 advmod 7:advmod SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ -3 of of ADV RB _ 7 advmod 7:advmod _ -4 course course ADV RB _ 3 fixed 3:fixed SpaceAfter=No -5 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 of of ADP IN ExtPos=ADV 7 advmod 7:advmod _ +4 course course NOUN NN Number=Sing 3 fixed 3:fixed SpaceAfter=No +5 , , PUNCT , _ 3 punct 3:punct _ 6-7 there's _ _ _ _ _ _ _ _ 6 there there PRON EX _ 7 expl 7:expl _ 7 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 new new ADJ JJ Degree=Pos 10 amod 10:amod _ 10 building building NOUN NN Number=Sing 7 nsubj 7:nsubj SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 15 punct 15:punct _ 12 with with ADP IN _ 15 case 15:case _ 13 presumably presumably ADV RB _ 14 advmod 14:advmod _ -14 better better ADJ JJR Degree=Cmp 15 amod 15:amod _ +14 better good ADJ JJR Degree=Cmp 15 amod 15:amod _ 15 facilities facility NOUN NNS Number=Plur 10 nmod 10:nmod:with SpaceAfter=No 16 . . PUNCT . _ 7 punct 7:punct _ # sent_id = reviews-225632-0005 # text = All to the good. -1 All all DET DT _ 0 root 0:root _ +1 All all DET DT PronType=Tot 0 root 0:root _ 2 to to ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 good good NOUN NN Number=Sing 1 nmod 1:nmod:to SpaceAfter=No @@ -228574,31 +228729,31 @@ 1 For for ADP IN _ 2 case 2:case _ 2 those that PRON DT Number=Plur|PronType=Dem 13 obl 4:nsubj|13:obl:for _ 3 who who PRON WP PronType=Rel 4 nsubj 2:ref _ -4 care care VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl SpaceAfter=No -5 , , PUNCT , _ 13 punct 13:punct _ +4 care care VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl SpaceAfter=No +5 , , PUNCT , _ 2 punct 2:punct _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 good good ADJ JJ Degree=Pos 8 amod 8:amod _ 8 proportion proportion NOUN NN Number=Sing 13 nsubj 13:nsubj _ 9 of of ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 reparandum 12:reparandum _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 class class NOUN NN Number=Sing 8 nmod 8:nmod:of _ -13 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +13 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 14 on on ADV RB _ 13 advmod 13:advmod _ 15 to to ADP IN _ 19 case 19:case _ -16 4 4 NUM CD NumType=Card 18 nummod 18:nummod SpaceAfter=No -17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No +16 4 4 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod SpaceAfter=No +17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No 18 year year NOUN NN Number=Sing 19 compound 19:compound _ 19 colleges college NOUN NNS Number=Plur 13 obl 13:obl:to SpaceAfter=No -20 , , PUNCT , _ 19 punct 19:punct _ -21 many many ADJ JJ Degree=Pos 19 appos 19:appos _ +20 , , PUNCT , _ 24 punct 24:punct _ +21 many many ADJ JJ Degree=Pos 24 nsubj:pass 24:nsubj:pass _ 22 of of ADP IN _ 23 case 23:case _ 23 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 21 nmod 21:nmod:of _ -24 ranked rank VERB VBN Tense=Past|VerbForm=Part 21 acl 21:acl _ +24 ranked rank VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 acl 19:acl _ 25 in in ADP IN _ 28 case 28:case _ 26 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 27 top top ADJ JJ Degree=Pos 28 amod 28:amod _ -28 50 50 NUM CD NumType=Card 24 obl 24:obl:in _ +28 50 50 NUM CD NumForm=Digit|NumType=Card 24 obl 24:obl:in _ 29 of of ADP IN _ 31 case 31:case _ 30 US US PROPN NNP Number=Sing 31 compound 31:compound _ 31 News News PROPN NNP Number=Sing 28 nmod 28:nmod:of SpaceAfter=No @@ -228608,14 +228763,14 @@ # text = If I remember, students went to Dartmouth, U.Penn, Duke, BU, William and Mary, Vassar, Howard, and Carnegie Mellon, among others. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 remember remember VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:if SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +3 remember remember VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 advcl 6:advcl:if SpaceAfter=No +4 , , PUNCT , _ 3 punct 3:punct _ 5 students student NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -6 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 went go VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 to to ADP IN _ 8 case 8:case _ 8 Dartmouth Dartmouth PROPN NNP Number=Sing 6 obl 6:obl:to SpaceAfter=No 9 , , PUNCT , _ 11 punct 11:punct _ -10 U. U. PROPN NNP Number=Sing 11 compound 11:compound SpaceAfter=No +10 U. U. PROPN NNP Number=Sing 11 compound 11:compound CorrectSpaceAfter=Yes|SpaceAfter=No 11 Penn Penn PROPN NNP Number=Sing 8 conj 6:obl:to|8:conj:and SpaceAfter=No 12 , , PUNCT , _ 13 punct 13:punct _ 13 Duke Duke PROPN NNP Number=Sing 8 conj 6:obl:to|8:conj:and SpaceAfter=No @@ -228633,7 +228788,7 @@ 25 and and CCONJ CC _ 27 cc 27:cc _ 26 Carnegie Carnegie PROPN NNP Number=Sing 27 compound 27:compound _ 27 Mellon Mellon PROPN NNP Number=Sing 8 conj 6:obl:to|8:conj:and SpaceAfter=No -28 , , PUNCT , _ 8 punct 8:punct _ +28 , , PUNCT , _ 30 punct 30:punct _ 29 among among ADP IN _ 30 case 30:case _ 30 others other NOUN NNS Number=Plur 8 nmod 8:nmod:among SpaceAfter=No 31 . . PUNCT . _ 6 punct 6:punct _ @@ -228642,27 +228797,27 @@ # text = Many students went to Rutgers, including their top-ranked pharmacy program. 1 Many many ADJ JJ Degree=Pos 2 amod 2:amod _ 2 students student NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 went go VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to ADP IN _ 5 case 5:case _ 5 Rutgers Rutgers PROPN NNP Number=Sing 3 obl 3:obl:to SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 13 punct 13:punct _ 7 including include VERB VBG VerbForm=Ger 13 case 13:case _ -8 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +8 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 9 top top NOUN NN Number=Sing 11 compound 11:compound SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No -11 ranked rank VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +11 ranked rank VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod _ 12 pharmacy pharmacy NOUN NN Number=Sing 13 compound 13:compound _ -13 program program NOUN NN Number=Sing 5 nmod 5:nmod:include SpaceAfter=No +13 program program NOUN NN Number=Sing 5 nmod 5:nmod:including SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-225632-0009 # text = The point is -- FHS gives you the opportunity to make it to a good college, but you need to work hard. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 point point NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 point point NOUN NN Number=Sing 6 nsubj:outer 6:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 -- -- PUNCT , _ 3 punct 3:punct _ 5 FHS FHS PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -6 gives give VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +6 gives give VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 you you PRON PRP Case=Acc|Person=2|PronType=Prs 6 iobj 6:iobj _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 opportunity opportunity NOUN NN Number=Sing 6 obj 6:obj _ @@ -228676,11 +228831,11 @@ 17 , , PUNCT , _ 20 punct 20:punct _ 18 but but CCONJ CC _ 20 cc 20:cc _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 20 nsubj 20:nsubj|22:nsubj:xsubj _ -20 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ +20 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 conj 6:conj:but _ 21 to to PART TO _ 22 mark 22:mark _ 22 work work VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ 23 hard hard ADV RB Degree=Pos 22 advmod 22:advmod SpaceAfter=No -24 . . PUNCT . _ 3 punct 3:punct _ +24 . . PUNCT . _ 6 punct 6:punct _ # newdoc id = reviews-292841 # sent_id = reviews-292841-0001 @@ -228688,7 +228843,7 @@ # text = Absolutely the best little motel on the coast! 1 Absolutely absolutely ADV RB _ 5 advmod 5:advmod _ 2 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -3 best best ADJ JJS Degree=Sup 5 amod 5:amod _ +3 best good ADJ JJS Degree=Sup 5 amod 5:amod _ 4 little little ADJ JJ Degree=Pos 5 amod 5:amod _ 5 motel motel NOUN NN Number=Sing 0 root 0:root _ 6 on on ADP IN _ 8 case 8:case _ @@ -228701,44 +228856,44 @@ # text = I've stayed at this fabulous little motel two years running, and I have to say it's one of the best lodging experiences I've ever had on the coast...and I'm even comparing it to the big resorts I've stayed at! 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 stayed stay VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 at at ADP IN _ 8 case 8:case _ 5 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ 6 fabulous fabulous ADJ JJ Degree=Pos 8 amod 8:amod _ 7 little little ADJ JJ Degree=Pos 8 amod 8:amod _ 8 motel motel NOUN NN Number=Sing 3 obl 3:obl:at _ -9 two two NUM CD NumType=Card 10 nummod 10:nummod _ +9 two two NUM CD NumForm=Word|NumType=Card 10 nummod 10:nummod _ 10 years year NOUN NNS Number=Plur 3 obl:tmod 3:obl:tmod _ 11 running run VERB VBG VerbForm=Ger 10 acl 10:acl SpaceAfter=No 12 , , PUNCT , _ 15 punct 15:punct _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj|17:nsubj:xsubj _ -15 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +15 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 16 to to PART TO _ 17 mark 17:mark _ 17 say say VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ 18-19 it's _ _ _ _ _ _ _ _ 18 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 19 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ -20 one one NUM CD NumType=Card 17 ccomp 17:ccomp _ +20 one one NUM CD NumForm=Word|NumType=Card 17 ccomp 17:ccomp _ 21 of of ADP IN _ 25 case 25:case _ 22 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ -23 best best ADJ JJS Degree=Sup 25 amod 25:amod _ +23 best good ADJ JJS Degree=Sup 25 amod 25:amod _ 24 lodging lodging NOUN NN Number=Sing 25 compound 25:compound _ 25 experiences experience NOUN NNS Number=Plur 20 nmod 20:nmod:of _ 26-27 I've _ _ _ _ _ _ _ _ 26 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 29 nsubj 29:nsubj _ -27 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 29 aux 29:aux _ +27 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 29 aux 29:aux _ 28 ever ever ADV RB _ 29 advmod 29:advmod _ 29 had have VERB VBN Tense=Past|VerbForm=Part 25 acl:relcl 25:acl:relcl _ 30 on on ADP IN _ 32 case 32:case _ 31 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ 32 coast coast NOUN NN Number=Sing 29 obl 29:obl:on SpaceAfter=No -33 ... ... PUNCT , _ 3 punct 3:punct SpaceAfter=No +33 ... ... PUNCT , _ 38 punct 38:punct SpaceAfter=No 34 and and CCONJ CC _ 38 cc 38:cc _ 35-36 I'm _ _ _ _ _ _ _ _ 35 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 38 nsubj 38:nsubj _ -36 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 38 aux 38:aux _ +36 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 38 aux 38:aux _ 37 even even ADV RB _ 38 advmod 38:advmod _ 38 comparing compare VERB VBG VerbForm=Ger 3 conj 3:conj:and _ 39 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 38 obj 38:obj _ @@ -228748,7 +228903,7 @@ 43 resorts resort NOUN NNS Number=Plur 38 obl 38:obl:to _ 44-45 I've _ _ _ _ _ _ _ _ 44 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 46 nsubj 46:nsubj _ -45 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 46 aux 46:aux _ +45 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 46 aux 46:aux _ 46 stayed stay VERB VBN Tense=Past|VerbForm=Part 43 acl:relcl 43:acl:relcl _ 47 at at ADP IN _ 46 obl 46:obl SpaceAfter=No 48 ! ! PUNCT . _ 3 punct 3:punct _ @@ -228759,17 +228914,17 @@ 2 large large ADJ JJ Degree=Pos 3 amod 3:amod _ 3 group group NOUN NN Number=Sing 9 nsubj 9:nsubj _ 4 of of ADP IN _ 6 case 6:case _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 friends friend NOUN NNS Number=Plur 3 nmod 3:nmod:of _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 conj 3:conj:and|9:nsubj _ -9 rent rent VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +9 rent rent VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 10 almost almost ADV RB _ 13 advmod 13:advmod _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 whole whole ADJ JJ Degree=Pos 13 amod 13:amod _ 13 motel motel NOUN NN Number=Sing 9 obj 9:obj _ -14 every every DET DT _ 15 det 15:det _ -15 year year NOUN NN Number=Sing 9 obl:npmod 9:obl:npmod _ +14 every every DET DT PronType=Tot 15 det 15:det _ +15 year year NOUN NN Number=Sing 9 obl:tmod 9:obl:tmod _ 16 for for ADP IN _ 18 case 18:case _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 18 weekend weekend NOUN NN Number=Sing 9 obl 9:obl:for SpaceAfter=No @@ -228779,11 +228934,11 @@ 22 experience experience NOUN NN Number=Sing 30 nsubj 30:nsubj _ 23 and and CCONJ CC _ 24 cc 24:cc _ 24 stay stay NOUN NN Number=Sing 22 conj 22:conj:and|30:nsubj _ -25 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 30 aux 30:aux _ +25 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 30 aux 30:aux _ 26 always always ADV RB _ 30 advmod 30:advmod _ 27 been be AUX VBN Tense=Past|VerbForm=Part 30 cop 30:cop _ -28 five five NUM CD NumType=Card 30 nummod 30:nummod SpaceAfter=No -29 - - PUNCT HYPH _ 30 punct 30:punct SpaceAfter=No +28 five five NUM CD NumForm=Word|NumType=Card 30 nummod 30:nummod SpaceAfter=No +29 - - PUNCT HYPH _ 28 punct 28:punct SpaceAfter=No 30 star star NOUN NN Number=Sing 9 conj 9:conj:and SpaceAfter=No 31 . . PUNCT . _ 9 punct 9:punct _ @@ -228791,17 +228946,17 @@ # text = The rooms are SO clean, the managers/owners are the nicest people, the place feels so homey, and the location and grounds are beautiful. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 rooms room NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 SO so ADV RB _ 5 advmod 5:advmod _ 5 clean clean ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 6 , , PUNCT , _ 14 punct 14:punct _ -7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ +7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 managers manager NOUN NNS Number=Plur 14 nsubj 14:nsubj SpaceAfter=No -9 / / PUNCT , _ 10 cc 10:cc SpaceAfter=No +9 / / SYM , _ 10 cc 10:cc SpaceAfter=No 10 owners owner NOUN NNS Number=Plur 8 conj 8:conj|14:nsubj _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -13 nicest nicest ADJ JJS Degree=Sup 14 amod 14:amod _ +13 nicest nice ADJ JJS Degree=Sup 14 amod 14:amod _ 14 people people NOUN NNS Number=Plur 5 conj 5:conj:and SpaceAfter=No 15 , , PUNCT , _ 18 punct 18:punct _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -228815,14 +228970,14 @@ 24 location location NOUN NN Number=Sing 28 nsubj 28:nsubj _ 25 and and CCONJ CC _ 26 cc 26:cc _ 26 grounds grounds NOUN NNS Number=Plur 24 conj 24:conj:and|28:nsubj _ -27 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ +27 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 28 cop 28:cop _ 28 beautiful beautiful ADJ JJ Degree=Pos 5 conj 5:conj:and SpaceAfter=No 29 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-292841-0005 # text = There's a restaurant nearby (walking distance) with a great breakfast, and a market across the street. 1-2 There's _ _ _ _ _ _ _ _ -1 There there PRON EX _ 2 expl 2:expl _ +1 There there PRON EX _ 2 expl 2:expl|15.1:expl _ 2 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 restaurant restaurant NOUN NN Number=Sing 2 nsubj 2:nsubj _ @@ -228837,7 +228992,7 @@ 13 breakfast breakfast NOUN NN Number=Sing 4 nmod 4:nmod:with SpaceAfter=No 14 , , PUNCT , _ 17 punct 17:punct _ 15 and and CCONJ CC _ 17 cc 17:cc _ -15.1 's be VERB VBZ _ _ _ 2:conj:and CopyOf=2 +15.1 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin _ _ 2:conj:and CopyOf=2 16 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 17 market market NOUN NN Number=Sing 4 conj 2:nsubj|4:conj:and|15.1:nsubj _ 18 across across ADP IN _ 20 case 20:case _ @@ -228850,27 +229005,27 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 motel motel NOUN NN Number=Sing 6 nsubj:pass 6:nsubj:pass|25:nsubj:pass _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ -4 very very ADV RB _ 6 advmod 6:advmod _ +4 very very ADV RB _ 5 advmod 5:advmod _ 5 well well ADV RB Degree=Pos 6 advmod 6:advmod _ 6 maintained maintain VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 7 , , PUNCT , _ 13 punct 13:punct _ 8 and and CCONJ CC _ 13 cc 13:cc _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 managers manager NOUN NNS Number=Plur 13 nsubj 13:nsubj _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 12 so so ADV RB _ 13 advmod 13:advmod _ -13 accomodating accommodating ADJ JJ Degree=Pos|Typo=Yes 6 conj 6:conj:and SpaceAfter=No -14 , , PUNCT , _ 16 punct 16:punct _ +13 accomodating accommodating ADJ JJ Degree=Pos|Typo=Yes 6 conj 6:conj:and CorrectForm=accommodating|SpaceAfter=No +14 , , PUNCT , _ 20 punct 20:punct _ 15-16 it's _ _ _ _ _ _ _ _ -15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -16 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ -17 kind kind ADV RB _ 20 advmod 20:advmod _ -18 of of ADV RB _ 17 fixed 17:fixed _ +15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 nsubj:outer 20:nsubj:outer _ +16 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ +17 kind kind NOUN NN ExtPos=ADV|Number=Sing 20 advmod 20:advmod _ +18 of of ADP IN _ 17 fixed 17:fixed _ 19 like like SCONJ IN _ 20 mark 20:mark _ -20 visiting visit VERB VBG VerbForm=Ger 16 advcl 16:advcl:like _ +20 visiting visit VERB VBG VerbForm=Ger 6 conj 6:conj:and _ 21 family family NOUN NN Number=Sing 20 obj 20:obj _ -22 each each DET DT _ 23 det 23:det _ -23 year year NOUN NN Number=Sing 20 obl:npmod 20:obl:npmod SpaceAfter=No +22 each each DET DT PronType=Tot 23 det 23:det _ +23 year year NOUN NN Number=Sing 20 obl:tmod 20:obl:tmod SpaceAfter=No 24 ! ! PUNCT . _ 6 punct 6:punct _ 25 ;-) ;-) SYM NFP _ 6 conj 6:conj:and _ @@ -228886,8 +229041,9 @@ 7 about about ADP IN _ 9 case 9:case _ 8 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 place place NOUN NN Number=Sing 5 obl 5:obl:about SpaceAfter=No -10 ... ... PUNCT , _ 5 punct 5:punct SpaceAfter=No -11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj SpaceAfter=No +10 ... ... PUNCT , _ 16 punct 16:punct SpaceAfter=No +11-12 it's _ _ _ _ _ _ _ _ +11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 12 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 13 really really ADV RB _ 16 advmod 16:advmod _ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ @@ -228902,9 +229058,9 @@ # sent_id = reviews-112579-0001 # newpar id = reviews-112579-p0001 # text = My favorite cuban cafe in Orlando -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 2 favorite favorite NOUN NN Number=Sing 4 compound 4:compound _ -3 cuban cuban ADJ JJ Degree=Pos 4 amod 4:amod _ +3 cuban Cuban ADJ JJ Degree=Pos 4 amod 4:amod _ 4 cafe cafe NOUN NN Number=Sing 0 root 0:root _ 5 in in ADP IN _ 6 case 6:case _ 6 Orlando Orlando PROPN NNP Number=Sing 4 nmod 4:nmod:in _ @@ -228913,10 +229069,10 @@ # newpar id = reviews-112579-p0002 # text = I have been eating Cuban for a long time, sandwiches mainly along with other dishes.. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux 4:aux _ 4 eating eat VERB VBG VerbForm=Ger 0 root 0:root _ -5 Cuban cuban ADJ JJ Degree=Pos 4 obj 4:obj _ +5 Cuban Cuban ADJ JJ Degree=Pos 4 obj 4:obj _ 6 for for ADP IN _ 9 case 9:case _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 long long ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -228933,16 +229089,16 @@ # sent_id = reviews-112579-0003 # text = I love Cuban coffee, colada... mmmm anyways I found this place and can't stop going there, I stop in at least once a week and anytime I'm in the area for a Cuban coffee or snack. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 Cuban cuban ADJ JJ Degree=Pos 4 amod 4:amod _ +2 love love VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 Cuban Cuban ADJ JJ Degree=Pos 4 amod 4:amod _ 4 coffee coffee NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 6 punct 6:punct _ 6 colada colada NOUN NN Number=Sing 4 appos 4:appos SpaceAfter=No -7 ... ... PUNCT , _ 2 punct 2:punct _ +7 ... ... PUNCT , _ 8 punct 8:punct _ 8 mmmm mmmm INTJ UH _ 2 discourse 2:discourse _ -9 anyways anyways INTJ UH _ 2 discourse 2:discourse _ +9 anyways anyways INTJ UH _ 11 discourse 11:discourse _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj|17:nsubj|18:nsubj:xsubj _ -11 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +11 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 12 this this DET DT Number=Sing|PronType=Dem 13 det 13:det _ 13 place place NOUN NN Number=Sing 11 obj 11:obj _ 14 and and CCONJ CC _ 17 cc 17:cc _ @@ -228952,26 +229108,26 @@ 17 stop stop VERB VB VerbForm=Inf 11 conj 11:conj:and _ 18 going go VERB VBG VerbForm=Ger 17 xcomp 17:xcomp _ 19 there there ADV RB PronType=Dem 18 advmod 18:advmod SpaceAfter=No -20 , , PUNCT , _ 2 punct 2:punct _ +20 , , PUNCT , _ 22 punct 22:punct _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -22 stop stop VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +22 stop stop VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 23 in in ADV RB _ 22 advmod 22:advmod _ -24 at at ADV RB _ 25 case 25:case _ -25 least least ADV RBS Degree=Sup 26 obl 26:obl:at _ -26 once once ADV RB NumType=Mult 22 advmod 22:advmod _ +24 at at ADP IN _ 25 case 25:case _ +25 least least ADJ JJS Degree=Sup 26 obl 26:obl:at _ +26 once once ADV RB NumForm=Word|NumType=Mult 22 advmod 22:advmod _ 27 a a DET DT Definite=Ind|PronType=Art 28 det 28:det _ -28 week week NOUN NN Number=Sing 26 obl:npmod 26:obl:npmod _ +28 week week NOUN NN Number=Sing 26 obl:tmod 26:obl:tmod _ 29 and and CCONJ CC _ 30 cc 30:cc _ 30 anytime anytime ADV RB _ 25 conj 25:conj:and|26:obl:at _ 31-32 I'm _ _ _ _ _ _ _ _ 31 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 35 nsubj 35:nsubj _ -32 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 35 cop 35:cop _ +32 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 35 cop 35:cop _ 33 in in ADP IN _ 35 case 35:case _ 34 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ -35 area area NOUN NN Number=Sing 30 acl:relcl 30:acl:relcl _ +35 area area NOUN NN Number=Sing 30 advcl:relcl 30:advcl:relcl _ 36 for for ADP IN _ 39 case 39:case _ 37 a a DET DT Definite=Ind|PronType=Art 39 det 39:det _ -38 Cuban cuban ADJ JJ Degree=Pos 39 amod 39:amod _ +38 Cuban Cuban ADJ JJ Degree=Pos 39 amod 39:amod _ 39 coffee coffee NOUN NN Number=Sing 22 obl 22:obl:for _ 40 or or CCONJ CC _ 41 cc 41:cc _ 41 snack snack NOUN NN Number=Sing 39 conj 22:obl:for|39:conj:or SpaceAfter=No @@ -228991,11 +229147,11 @@ # text = They don't speak the best English but enough to get by. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj|9:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 speak speak VERB VB VerbForm=Inf 0 root 0:root _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 best best ADJ JJS Degree=Sup 7 amod 7:amod _ +6 best good ADJ JJS Degree=Sup 7 amod 7:amod _ 7 English English PROPN NNP Number=Sing 4 obj 4:obj _ 8 but but CCONJ CC _ 9 cc 9:cc _ 9 enough enough ADJ JJ Degree=Pos 4 conj 4:conj:but _ @@ -229007,24 +229163,24 @@ # sent_id = reviews-112579-0006 # text = They bake bread fresh daily, they don't press their sandwiches which is the way I like it, and the meat is always fresh. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 bake bake VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 bake bake VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 bread bread NOUN NN Number=Sing 2 obj 2:obj _ 4 fresh fresh ADV RB _ 2 advmod 2:advmod _ 5 daily daily ADV RB _ 2 advmod 2:advmod SpaceAfter=No 6 , , PUNCT , _ 10 punct 10:punct _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 8-9 don't _ _ _ _ _ _ _ _ -8 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +8 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 n't not PART RB _ 10 advmod 10:advmod _ -10 press press VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ -11 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 press press VERB VB VerbForm=Inf 2 parataxis 2:parataxis|16:csubj _ +11 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 sandwiches sandwich NOUN NNS Number=Plur 10 obj 10:obj _ -13 which which PRON WDT PronType=Int 16 nsubj 16:nsubj _ +13 which which PRON WDT PronType=Rel 16 nsubj 10:ref _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -16 way way NOUN NN Number=Sing 10 parataxis 10:parataxis _ +16 way way NOUN NN Number=Sing 10 advcl:relcl 10:advcl:relcl _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -18 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ +18 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ 19 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 obj 18:obj SpaceAfter=No 20 , , PUNCT , _ 26 punct 26:punct _ 21 and and CCONJ CC _ 26 cc 26:cc _ @@ -229038,13 +229194,13 @@ # sent_id = reviews-112579-0007 # text = They have a great lunch special with your choice of meat, chicken, steak, or pork and rice and black beans and fried plantains. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 4 great great ADJ JJ Degree=Pos 6 amod 6:amod _ 5 lunch lunch NOUN NN Number=Sing 6 compound 6:compound _ 6 special special NOUN NN Number=Sing 2 obj 2:obj _ 7 with with ADP IN _ 9 case 9:case _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 choice choice NOUN NN Number=Sing 6 nmod 6:nmod:with _ 10 of of ADP IN _ 11 case 11:case _ 11 meat meat NOUN NN Number=Sing 9 nmod 9:nmod:of SpaceAfter=No @@ -229061,14 +229217,14 @@ 22 black black ADJ JJ Degree=Pos 23 amod 23:amod _ 23 beans bean NOUN NNS Number=Plur 9 conj 6:nmod:with|9:conj:and _ 24 and and CCONJ CC _ 26 cc 26:cc _ -25 fried fry VERB VBN Tense=Past|VerbForm=Part 26 amod 26:amod _ +25 fried fry VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 26 amod 26:amod _ 26 plantains plantain NOUN NNS Number=Plur 9 conj 6:nmod:with|9:conj:and SpaceAfter=No 27 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-112579-0008 # text = And their breakfast is awesome!! 1 And and CCONJ CC _ 5 cc 5:cc _ -2 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 breakfast breakfast NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 awesome awesome ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No @@ -229081,7 +229237,7 @@ 2 can can AUX MD VerbForm=Fin 4 aux 4:aux _ 3 not not PART RB _ 4 advmod 4:advmod _ 4 describe describe VERB VB VerbForm=Inf 0 root 0:root _ -5 how how SCONJ WRB PronType=Int 6 mark 6:mark _ +5 how how ADV WRB PronType=Int 6 advmod 6:advmod _ 6 delicious delicious ADJ JJ Degree=Pos 4 ccomp 4:ccomp _ 7 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 8 mango mango NOUN NN Number=Sing 11 compound 11:compound _ @@ -229090,10 +229246,10 @@ 11 pastries pastry NOUN NNS Number=Plur 6 nsubj 6:nsubj|17:nsubj _ 12 and and CCONJ CC _ 17 cc 17:cc _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -14 omelets omelet NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +14 omelets omelet NOUN NNS Number=Plur 17 nsubj:outer 17:nsubj:outer _ +15 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 16 to to PART TO _ 17 mark 17:mark _ -17 die die VERB VB VerbForm=Inf 6 conj 4:ccomp|6:conj:and _ +17 die die VERB VB VerbForm=Inf 4 conj 4:conj:and _ 18 for for ADP IN _ 17 obl 17:obl SpaceAfter=No 19 . . PUNCT . _ 4 punct 4:punct _ @@ -229102,7 +229258,7 @@ 1 Stop stop VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 in in ADV RB _ 1 advmod 1:advmod _ 3 and and CCONJ CC _ 4 cc 4:cc _ -4 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 conj 1:conj:and _ +4 have have VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 bite bite NOUN NN Number=Sing 4 obj 4:obj _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ @@ -229131,14 +229287,14 @@ # newpar id = reviews-207629-p0001 # text = highly recommended. 1 highly highly ADV RB _ 2 advmod 2:advmod _ -2 recommended recommended ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -3 . . PUNCT . _ 1 punct 1:punct _ +2 recommended recommend VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No +3 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-207629-0002 # newpar id = reviews-207629-p0002 # text = I have been going to Warner Family for a number of years and would highly recommend it to anyone. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|16:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux 4:aux _ 4 going go VERB VBG VerbForm=Ger 0 root 0:root _ 5 to to ADP IN _ 7 case 7:case _ @@ -229155,16 +229311,16 @@ 16 recommend recommend VERB VB VerbForm=Inf 4 conj 4:conj:and _ 17 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 obj 16:obj _ 18 to to ADP IN _ 19 case 19:case _ -19 anyone anyone PRON NN Number=Sing 16 obl 16:obl:to SpaceAfter=No +19 anyone anyone PRON NN Number=Sing|PronType=Ind 16 obl 16:obl:to SpaceAfter=No 20 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-207629-0003 # text = I've read some of the reviews below and would like to state that yes, like any other doctors office there is sometimes a wait (depending on what other patients are being seen for) and some of the tests and procedures that are ran can be costly (just like they would be for any other medical tests elsewhere if you do not have insurance)... 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|11:nsubj|13:nsubj:xsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 read read VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 some some DET DT _ 3 obj 3:obj _ +4 some some DET DT PronType=Ind 3 obj 3:obj _ 5 of of ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 reviews review NOUN NNS Number=Plur 4 nmod 4:nmod:of _ @@ -229176,40 +229332,40 @@ 13 state state VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 14 that that SCONJ IN _ 24 mark 24:mark _ 15 yes yes INTJ UH _ 24 discourse 24:discourse SpaceAfter=No -16 , , PUNCT , _ 24 punct 24:punct _ +16 , , PUNCT , _ 15 punct 15:punct _ 17 like like ADP IN _ 22 case 22:case _ -18 any any DET DT _ 22 det 22:det _ +18 any any DET DT PronType=Ind 22 det 22:det _ 19 other other ADJ JJ Degree=Pos 22 amod 22:amod _ 20-21 doctors _ _ _ _ _ _ _ _ 20 doctor doctor NOUN NN Number=Sing 22 nmod:poss 22:nmod:poss _ -21 s 's PART POS _ 20 case 20:case _ +21 s 's PART POS Typo=Yes 20 case 20:case CorrectForm='s 22 office office NOUN NN Number=Sing 24 obl 24:obl:like _ 23 there there PRON EX _ 24 expl 24:expl _ 24 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 ccomp 13:ccomp _ 25 sometimes sometimes ADV RB _ 24 advmod 24:advmod _ 26 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 27 wait wait NOUN NN Number=Sing 24 nsubj 24:nsubj _ -28 ( ( PUNCT -LRB- _ 31 punct 31:punct SpaceAfter=No -29 depending depend VERB VBG VerbForm=Ger 31 case 31:case _ -30 on on SCONJ IN _ 31 case 31:case _ -31 what what PRON WP PronType=Int 24 obl 24:obl:on _ +28 ( ( PUNCT -LRB- _ 36 punct 36:punct SpaceAfter=No +29 depending depend VERB VBG VerbForm=Ger 36 mark 36:mark _ +30 on on SCONJ IN _ 36 mark 36:mark _ +31 what what PRON WP PronType=Int 36 obl 36:obl:for _ 32 other other ADJ JJ Degree=Pos 33 amod 33:amod _ 33 patients patient NOUN NNS Number=Plur 36 nsubj:pass 36:nsubj:pass _ -34 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 36 aux 36:aux _ +34 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 36 aux 36:aux _ 35 being be AUX VBG VerbForm=Ger 36 aux:pass 36:aux:pass _ -36 seen see VERB VBN Tense=Past|VerbForm=Part 31 acl:relcl 31:acl:relcl _ -37 for for ADP IN _ 36 obl 36:obl SpaceAfter=No -38 ) ) PUNCT -RRB- _ 31 punct 31:punct _ +36 seen see VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 24 advcl 24:advcl:on _ +37 for for ADP IN _ 31 case 31:case SpaceAfter=No +38 ) ) PUNCT -RRB- _ 36 punct 36:punct _ 39 and and CCONJ CC _ 51 cc 51:cc _ -40 some some DET DT _ 51 nsubj 51:nsubj _ +40 some some DET DT PronType=Ind 51 nsubj 51:nsubj _ 41 of of ADP IN _ 43 case 43:case _ 42 the the DET DT Definite=Def|PronType=Art 43 det 43:det _ 43 tests test NOUN NNS Number=Plur 40 nmod 40:nmod:of|48:nsubj:pass _ 44 and and CCONJ CC _ 45 cc 45:cc _ 45 procedures procedure NOUN NNS Number=Plur 43 conj 40:nmod:of|43:conj:and|48:nsubj:pass _ 46 that that PRON WDT PronType=Rel 48 nsubj:pass 43:ref _ -47 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 48 aux:pass 48:aux:pass _ -48 ran run VERB VBN Tense=Past|VerbForm=Part 43 acl:relcl 43:acl:relcl _ +47 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 48 aux:pass 48:aux:pass _ +48 ran run VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 43 acl:relcl 43:acl:relcl _ 49 can can AUX MD VerbForm=Fin 51 aux 51:aux _ 50 be be AUX VB VerbForm=Inf 51 cop 51:cop _ 51 costly costly ADJ JJ Degree=Pos 24 conj 13:ccomp|24:conj:and _ @@ -229218,16 +229374,16 @@ 54 like like SCONJ IN _ 57 mark 57:mark _ 55 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 57 nsubj 57:nsubj _ 56 would would AUX MD VerbForm=Fin 57 aux 57:aux _ -57 be be VERB VB VerbForm=Inf 51 parataxis 51:parataxis _ +57 be be AUX VB VerbForm=Inf 51 parataxis 51:parataxis Promoted=Yes 58 for for ADP IN _ 62 case 62:case _ -59 any any DET DT _ 62 det 62:det _ +59 any any DET DT PronType=Ind 62 det 62:det _ 60 other other ADJ JJ Degree=Pos 62 amod 62:amod _ 61 medical medical ADJ JJ Degree=Pos 62 amod 62:amod _ 62 tests test NOUN NNS Number=Plur 57 obl 57:obl:for _ 63 elsewhere elsewhere ADV RB _ 57 advmod 57:advmod _ 64 if if SCONJ IN _ 68 mark 68:mark _ 65 you you PRON PRP Case=Nom|Person=2|PronType=Prs 68 nsubj 68:nsubj _ -66 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 68 aux 68:aux _ +66 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 68 aux 68:aux _ 67 not not PART RB _ 68 advmod 68:advmod _ 68 have have VERB VB VerbForm=Inf 57 advcl 57:advcl:if _ 69 insurance insurance NOUN NN Number=Sing 68 obj 68:obj SpaceAfter=No @@ -229237,7 +229393,7 @@ # sent_id = reviews-207629-0004 # text = I have seen several of the providers from the office and have not once been shown anything but care and consideration. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|16:nsubj:pass _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 seen see VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 several several ADJ JJ Degree=Pos 3 obj 3:obj _ 5 of of ADP IN _ 7 case 7:case _ @@ -229247,12 +229403,12 @@ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 office office NOUN NN Number=Sing 7 nmod 7:nmod:from _ 11 and and CCONJ CC _ 16 cc 16:cc _ -12 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +12 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 13 not not PART RB _ 16 advmod 16:advmod _ -14 once once ADV RB NumType=Mult 16 advmod 16:advmod _ +14 once once ADV RB NumForm=Word|NumType=Mult 16 advmod 16:advmod _ 15 been be AUX VBN Tense=Past|VerbForm=Part 16 aux:pass 16:aux:pass _ 16 shown show VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 conj 3:conj:and _ -17 anything anything PRON NN Number=Sing 16 obj 16:obj _ +17 anything anything PRON NN Number=Sing|PronType=Ind 16 obj 16:obj _ 18 but but ADP IN _ 19 case 19:case _ 19 care care NOUN NN Number=Sing 17 nmod 17:nmod:but _ 20 and and CCONJ CC _ 21 cc 21:cc _ @@ -229264,22 +229420,22 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 cant _ _ _ _ _ _ _ _ 2 ca can AUX MD VerbForm=Fin 4 aux 4:aux _ -3 nt not PART RB _ 4 advmod 4:advmod _ +3 nt not PART RB Typo=Yes 4 advmod 4:advmod CorrectForm=n't 4 speak speak VERB VB VerbForm=Inf 0 root 0:root _ 5 for for ADP IN _ 6 case 6:case _ 6 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 4 obl 4:obl:for _ 7 but but CCONJ CC _ 19 cc 19:cc _ -8 any any DET DT _ 9 det 9:det _ +8 any any DET DT PronType=Ind 9 det 9:det _ 9 tests test NOUN NNS Number=Plur 19 nsubj 19:nsubj _ 10 or or CCONJ CC _ 11 cc 11:cc _ 11 appointments appointment NOUN NNS Number=Plur 9 conj 9:conj:or|19:nsubj _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 recommend recommend VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ -14 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ +13 recommend recommend VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +14 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 15 probably probably ADV RB _ 19 advmod 19:advmod _ 16 in in ADP IN _ 19 case 19:case _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -18 best best ADJ JJS Degree=Sup 19 amod 19:amod _ +18 best good ADJ JJS Degree=Sup 19 amod 19:amod _ 19 interests interest NOUN NNS Number=Plur 4 conj 4:conj:but _ 20 of of ADP IN _ 21 case 21:case _ 21 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 19 nmod 19:nmod:of _ @@ -229289,15 +229445,15 @@ 25 ) ) PUNCT -RRB- _ 24 punct 24:punct _ 26 and and CCONJ CC _ 28 cc 28:cc _ 27 you you PRON PRP Case=Nom|Person=2|PronType=Prs 28 nsubj 28:nsubj _ -28 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 conj 19:conj:and _ +28 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 19 conj 19:conj:and _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 ability ability NOUN NN Number=Sing 28 obj 28:obj _ 31 to to PART TO _ 32 mark 32:mark _ 32 decline decline VERB VB VerbForm=Inf 30 acl 30:acl:to _ -33 anything anything PRON NN Number=Sing 32 obj 32:obj|36:obj _ +33 anything anything PRON NN Number=Sing|PronType=Ind 32 obj 32:obj|36:obj _ 34 that that PRON WDT PronType=Rel 36 obj 33:ref _ 35 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 36 nsubj 36:nsubj _ -36 suggest suggest VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 33 acl:relcl 33:acl:relcl _ +36 suggest suggest VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 33 acl:relcl 33:acl:relcl _ 37 to to ADP IN _ 38 case 38:case _ 38 you you PRON PRP Case=Acc|Person=2|PronType=Prs 36 obl 36:obl:to SpaceAfter=No 39 . . PUNCT . _ 4 punct 4:punct _ @@ -229306,22 +229462,22 @@ # text = I personally have had wonderful service and if youre truely looking for a FAMILY practice...Warner Family is the place for you. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2 personally personally ADV RB _ 4 advmod 4:advmod _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 wonderful wonderful ADJ JJ Degree=Pos 6 amod 6:amod _ 6 service service NOUN NN Number=Sing 4 obj 4:obj _ 7 and and CCONJ CC _ 22 cc 22:cc _ -8 if if SCONJ IN _ 10 mark 10:mark _ +8 if if SCONJ IN _ 12 mark 12:mark _ 9-10 youre _ _ _ _ _ _ _ _ -9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ -10 re be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:if _ -11 truely truly ADV RB Typo=Yes 10 advmod 10:advmod _ -12 looking look VERB VBG VerbForm=Ger 10 xcomp 10:xcomp _ +9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ +10 re be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|Typo=Yes|VerbForm=Fin 12 aux 12:aux CorrectForm='re +11 truely truly ADV RB Typo=Yes 12 advmod 12:advmod CorrectForm=truly +12 looking look VERB VBG VerbForm=Ger 22 advcl 22:advcl:if _ 13 for for ADP IN _ 16 case 16:case _ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 15 FAMILY family NOUN NN Number=Sing 16 compound 16:compound _ 16 practice practice NOUN NN Number=Sing 12 obl 12:obl:for SpaceAfter=No -17 ... ... PUNCT , _ 22 punct 22:punct SpaceAfter=No +17 ... ... PUNCT , _ 12 punct 12:punct SpaceAfter=No 18 Warner Warner PROPN NNP Number=Sing 19 compound 19:compound _ 19 Family Family PROPN NNP Number=Sing 22 nsubj 22:nsubj _ 20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ @@ -229337,33 +229493,33 @@ # text = Not what i expected! 1 Not not PART RB _ 2 advmod 2:advmod _ 2 what what PRON WP PronType=Int 4 obj 4:obj _ -3 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 expected expect VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -5 ! ! PUNCT . _ 1 punct 1:punct _ +3 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +4 expected expect VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +5 ! ! PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-336049-0002 # newpar id = reviews-336049-p0002 # text = We read the good reviews before going and had high hopes.. but to our dismay it didnt turn out that way! 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|9:nsubj _ -2 read read VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 read read VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 good good ADJ JJ Degree=Pos 5 amod 5:amod _ 5 reviews review NOUN NNS Number=Plur 2 obj 2:obj _ 6 before before SCONJ IN _ 7 mark 7:mark _ 7 going go VERB VBG VerbForm=Ger 2 advcl 2:advcl:before _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +9 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 10 high high ADJ JJ Degree=Pos 11 amod 11:amod _ 11 hopes hope NOUN NNS Number=Plur 9 obj 9:obj SpaceAfter=No -12 .. .. PUNCT . _ 2 punct 2:punct _ +12 .. .. PUNCT . _ 20 punct 20:punct _ 13 but but CCONJ CC _ 20 cc 20:cc _ 14 to to ADP IN _ 16 case 16:case _ -15 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 dismay dismay NOUN NN Number=Sing 20 obl 20:obl:to _ 17 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 18-19 didnt _ _ _ _ _ _ _ _ -18 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 aux 20:aux _ -19 nt not PART RB _ 20 advmod 20:advmod _ +18 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 aux 20:aux _ +19 nt not PART RB Typo=Yes 20 advmod 20:advmod CorrectForm=n't 20 turn turn VERB VB VerbForm=Inf 2 conj 2:conj:and _ 21 out out ADP RP _ 20 compound:prt 20:compound:prt _ 22 that that DET DT Number=Sing|PronType=Dem 23 det 23:det _ @@ -229374,40 +229530,40 @@ # text = ~It took over 40 mins to be taken to our table, once there it took another 20 mins to get our orders and a further 45 mins till our starters landed on our table. 1 ~ ~ PUNCT NFP _ 3 punct 3:punct SpaceAfter=No 2 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 over over ADV RB _ 5 advmod 5:advmod _ -5 40 40 NUM CD NumType=Card 6 nummod 6:nummod _ +5 40 40 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 mins minute NOUN NNS Abbr=Yes|Number=Plur 3 obj 3:obj _ 7 to to PART TO _ 9 mark 9:mark _ 8 be be AUX VB VerbForm=Inf 9 aux:pass 9:aux:pass _ -9 taken take VERB VBN Tense=Past|VerbForm=Part 3 advcl 3:advcl:to _ +9 taken take VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 advcl 3:advcl:to _ 10 to to ADP IN _ 12 case 12:case _ -11 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 table table NOUN NN Number=Sing 9 obl 9:obl:to SpaceAfter=No -13 , , PUNCT , _ 3 punct 3:punct _ +13 , , PUNCT , _ 17 punct 17:punct _ 14 once once SCONJ IN _ 15 mark 15:mark _ 15 there there ADV RB PronType=Dem 17 advcl 17:advcl:once _ 16 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj|25.1:nsubj|29:nsubj _ -17 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ -18 another another DET DT _ 20 det 20:det _ -19 20 20 NUM CD NumType=Card 20 nummod 20:nummod _ +17 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ +18 another another DET DT PronType=Ind 20 det 20:det _ +19 20 20 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ 20 mins minute NOUN NNS Abbr=Yes|Number=Plur 17 obj 17:obj _ 21 to to PART TO _ 22 mark 22:mark _ 22 get get VERB VB VerbForm=Inf 17 advcl 17:advcl:to _ -23 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +23 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 orders order NOUN NNS Number=Plur 22 obj 22:obj _ 25 and and CCONJ CC _ 29 cc 25.1:cc|29:cc _ -25.1 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin _ _ 17:conj:and CopyOf=17 +25.1 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin _ _ 17:conj:and CopyOf=17 26 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ -27 further further ADJ JJR Degree=Cmp 29 amod 29:amod _ -28 45 45 NUM CD NumType=Card 29 nummod 29:nummod _ +27 further further ADJ JJ Degree=Pos 29 amod 29:amod _ +28 45 45 NUM CD NumForm=Digit|NumType=Card 29 nummod 29:nummod _ 29 mins minute NOUN NNS Abbr=Yes|Number=Plur 17 conj 17:conj:and|25.1:obj _ 30 till till SCONJ IN _ 33 mark 33:mark _ -31 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ +31 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ 32 starters starter NOUN NNS Number=Plur 33 nsubj 33:nsubj _ -33 landed land VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 29 orphan 25.1:advcl:till _ +33 landed land VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 29 orphan 25.1:advcl:till _ 34 on on ADP IN _ 36 case 36:case _ -35 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ +35 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ 36 table table NOUN NN Number=Sing 33 obl 33:obl:on SpaceAfter=No 37 . . PUNCT . _ 3 punct 3:punct _ @@ -229420,7 +229576,7 @@ 5 restaurant restaurant NOUN NN Number=Sing 2 obl 2:obl:for|7:nsubj|13:nsubj _ 6 that that PRON WDT PronType=Rel 7 nsubj 5:ref _ 7 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ -8 1 1 NUM CD NumType=Card 9 nummod 9:nummod _ +8 1 1 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 rosette rosette NOUN NN Number=Sing 7 obj 7:obj _ 10 and and CCONJ CC _ 13 cc 13:cc _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ @@ -229429,39 +229585,39 @@ 14 for for ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 service service NOUN NN Number=Sing 13 obl 13:obl:for SpaceAfter=No -17 ... ... PUNCT , _ 2 punct 2:punct _ +17 ... ... PUNCT , _ 18 punct 18:punct _ 18 hmm hmm INTJ UH _ 2 discourse 2:discourse _ 19 There there PRON EX _ 20 expl 20:expl _ 20 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ -21 no no DET DT _ 22 det 22:det _ -22 canape's canape' NOUN NNS Number=Plur 20 nsubj 20:nsubj _ +21 no no DET DT PronType=Neg 22 det 22:det _ +22 canape's canapé NOUN NNS Number=Plur|Typo=Yes 20 nsubj 20:nsubj CorrectForm=canapés 23 or or CCONJ CC _ 24 cc 24:cc _ 24 amuse amuse NOUN NN Number=Sing 22 conj 20:nsubj|22:conj:or _ 25 to to PART TO _ 26 mark 26:mark _ 26 keep keep VERB VB VerbForm=Inf 22 acl 22:acl:to _ 27 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 26 obj 26:obj|28:nsubj:xsubj _ 28 occupied occupied ADJ JJ Degree=Pos 26 xcomp 26:xcomp SpaceAfter=No -29 , , PUNCT , _ 2 punct 2:punct _ +29 , , PUNCT , _ 37 punct 37:punct _ 30 once once SCONJ IN _ 32 mark 32:mark _ 31 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 32 nsubj 32:nsubj _ -32 complained complain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 37 advcl 37:advcl:once _ +32 complained complain VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 37 advcl 37:advcl:once _ 33 about about ADP IN _ 35 case 35:case _ 34 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ 35 wait wait NOUN NN Number=Sing 32 obl 32:obl:about _ 36 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 37 nsubj 37:nsubj _ -37 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +37 took take VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 38 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 37 iobj 37:iobj _ -39 something something PRON NN Number=Sing 37 obj 37:obj _ +39 something something PRON NN Number=Sing|PronType=Ind 37 obj 37:obj _ 40 to to PART TO _ 41 mark 41:mark _ 41 nibble nibble VERB VB VerbForm=Inf 39 acl 39:acl:to _ 42 on on ADP IN _ 41 obl 41:obl _ 43 but but CCONJ CC _ 45 cc 45:cc _ 44 that that PRON DT Number=Sing|PronType=Dem 45 nsubj 45:nsubj _ -45 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 37 conj 37:conj:but _ +45 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 37 conj 37:conj:but _ 46 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 47 nsubj 47:nsubj|52:nsubj _ 47 getting get VERB VBG VerbForm=Ger 45 ccomp 45:ccomp _ 48 out out ADP RP _ 47 compound:prt 47:compound:prt _ -49 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 50 nmod:poss 50:nmod:poss _ +49 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 50 nmod:poss 50:nmod:poss _ 50 chairs chair NOUN NNS Number=Plur 47 obj 47:obj _ 51 and and CCONJ CC _ 52 cc 52:cc _ 52 wondering wonder VERB VBG VerbForm=Ger 47 conj 45:ccomp|47:conj:and _ @@ -229476,15 +229632,15 @@ 61 to to PART TO _ 62 mark 62:mark _ 62 get get VERB VB VerbForm=Inf 60 csubj 60:csubj _ 63-64 anyones _ _ _ _ _ _ _ _ -63 anyone anyone PRON NN Number=Sing 65 nmod:poss 65:nmod:poss _ -64 s 's PART POS _ 63 case 63:case _ +63 anyone anyone PRON NN Number=Sing|PronType=Ind 65 nmod:poss 65:nmod:poss _ +64 s 's PART POS Typo=Yes 63 case 63:case CorrectForm='s 65 attention attention NOUN NN Number=Sing 62 obj 62:obj SpaceAfter=No 66 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-336049-0005 # text = Scallops were overcooked and the foie gras was cold but the rest of the food was lovely. 1 Scallops scallop NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 cop 3:cop _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 overcooked overcooked ADJ JJ Degree=Pos 0 root 0:root _ 4 and and CCONJ CC _ 9 cc 9:cc _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -229510,7 +229666,7 @@ 4 that that PRON DT Number=Sing|PronType=Dem 2 nmod 2:nmod:of _ 5 though though ADV RB _ 7 advmod 7:advmod _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ -7 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 tried try VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 to to PART TO _ 9 mark 9:mark _ 9 charge charge VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 9 iobj 9:iobj _ @@ -229520,7 +229676,7 @@ 14 to to PART TO _ 15 mark 15:mark _ 15 rub rub VERB VB VerbForm=Inf 9 advcl 9:advcl:to _ 16 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 obj 15:obj _ -17 it in ADP RP Typo=Yes 15 compound:prt 15:compound:prt SpaceAfter=No +17 it in ADP RP Typo=Yes 15 compound:prt 15:compound:prt CorrectForm=in|SpaceAfter=No 18 .... .... PUNCT . _ 7 punct 7:punct _ # sent_id = reviews-336049-0007 @@ -229532,16 +229688,16 @@ 4 back back ADV RB _ 3 advmod 3:advmod _ 5 as as SCONJ IN _ 7 mark 7:mark _ 6 there there PRON EX _ 7 expl 7:expl _ -7 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:as _ +7 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:as _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 lot lot NOUN NN Number=Sing 7 nsubj 7:nsubj _ 10 of of ADP IN _ 11 case 11:case _ 11 places place NOUN NNS Number=Plur 9 nmod 9:nmod:of _ 12 A a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 LOT lot NOUN NN Number=Sing 14 obl:npmod 14:obl:npmod _ -14 better better ADJ JJR Degree=Cmp 11 amod 11:amod _ +14 better good ADJ JJR Degree=Cmp 11 amod 11:amod _ 15 and and CCONJ CC _ 16 cc 16:cc _ -16 cheaper cheaper ADJ JJR Degree=Cmp 14 conj 11:amod|14:conj:and SpaceAfter=No +16 cheaper cheap ADJ JJR Degree=Cmp 14 conj 11:amod|14:conj:and SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ # newdoc id = reviews-331662 @@ -229553,7 +229709,7 @@ 3 , , PUNCT , _ 8 punct 8:punct _ 4 very very ADV RB _ 5 advmod 5:advmod _ 5 clean clean ADJ JJ Degree=Pos 8 amod 8:amod SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 friendly friendly ADJ JJ Degree=Pos 8 amod 8:amod _ 8 staff staff NOUN NN Number=Sing 2 conj 2:conj SpaceAfter=No 9 ! ! PUNCT . _ 2 punct 2:punct _ @@ -229561,20 +229717,20 @@ # sent_id = reviews-331662-0002 # newpar id = reviews-331662-p0002 # text = Hot Iron has become a favorite of our family. -1 Hot Hot PROPN NNP Number=Sing 2 compound 2:compound _ +1 Hot Hot ADJ NNP Degree=Pos 2 amod 2:amod _ 2 Iron Iron PROPN NNP Number=Sing 4 nsubj 4:nsubj|6:nsubj:xsubj _ 3 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 become become VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 favorite favorite NOUN NN Number=Sing 4 xcomp 4:xcomp _ 7 of of ADP IN _ 9 case 9:case _ -8 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 family family NOUN NN Number=Sing 6 nmod 6:nmod:of SpaceAfter=No 10 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-331662-0003 # text = Everyone can get the signature dish with ingredients and spices that they want and have the fun of watching it cook. -1 Everyone everyone PRON NN Number=Sing 3 nsubj 3:nsubj|15:nsubj _ +1 Everyone everyone PRON NN Number=Sing|PronType=Tot 3 nsubj 3:nsubj|15:nsubj _ 2 can can AUX MD VerbForm=Fin 3 aux 3:aux _ 3 get get VERB VB VerbForm=Inf 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -229586,9 +229742,9 @@ 10 spices spice NOUN NNS Number=Plur 8 conj 6:nmod:with|8:conj:and|13:obj _ 11 that that PRON WDT PronType=Rel 13 obj 8:ref _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +13 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 14 and and CCONJ CC _ 15 cc 15:cc _ -15 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +15 have have VERB VB VerbForm=Inf 3 conj 3:conj:and _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 fun fun NOUN NN Number=Sing 15 obj 15:obj _ 18 of of SCONJ IN _ 19 mark 19:mark _ @@ -229601,7 +229757,7 @@ # text = The staff are very friendly and conscientious. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 staff staff NOUN NNS Number=Plur 5 nsubj 5:nsubj|7:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 very very ADV RB _ 5 advmod 5:advmod _ 5 friendly friendly ADJ JJ Degree=Pos 0 root 0:root _ 6 and and CCONJ CC _ 7 cc 7:cc _ @@ -229612,46 +229768,46 @@ # text = They always ask if you have meat in your dish, (for vegetarians like me), they scrub an area of the grill and use separate utensils to cook. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 always always ADV RB _ 3 advmod 3:advmod _ -3 ask ask VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 ask ask VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 if if SCONJ IN _ 6 mark 6:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ +6 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 7 meat meat NOUN NN Number=Sing 6 obj 6:obj _ 8 in in ADP IN _ 10 case 10:case _ -9 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 dish dish NOUN NN Number=Sing 6 obl 6:obl:in SpaceAfter=No -11 , , PUNCT , _ 3 punct 3:punct _ +11 , , PUNCT , _ 14 punct 14:punct _ 12 ( ( PUNCT -LRB- _ 14 punct 14:punct SpaceAfter=No 13 for for ADP IN _ 14 case 14:case _ 14 vegetarians vegetarian NOUN NNS Number=Plur 3 obl 3:obl:for _ 15 like like ADP IN _ 16 case 16:case _ 16 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 14 nmod 14:nmod:like SpaceAfter=No 17 ) ) PUNCT -RRB- _ 14 punct 14:punct SpaceAfter=No -18 , , PUNCT , _ 3 punct 3:punct _ +18 , , PUNCT , _ 20 punct 20:punct _ 19 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj|27:nsubj _ -20 scrub scrub VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ +20 scrub scrub VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 21 an a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 22 area area NOUN NN Number=Sing 20 obj 20:obj _ 23 of of ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 grill grill NOUN NN Number=Sing 22 nmod 22:nmod:of _ 26 and and CCONJ CC _ 27 cc 27:cc _ -27 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 conj 20:conj:and _ +27 use use VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 conj 20:conj:and _ 28 separate separate ADJ JJ Degree=Pos 29 amod 29:amod _ -29 utensils utensil NOUN NNS Number=Plur 27 obj 27:obj|31:nsubj:xsubj _ +29 utensils utensil NOUN NNS Number=Plur 27 obj 27:obj _ 30 to to PART TO _ 31 mark 31:mark _ -31 cook cook VERB VB VerbForm=Inf 27 xcomp 27:xcomp SpaceAfter=No +31 cook cook VERB VB VerbForm=Inf 27 advcl 27:advcl:to SpaceAfter=No 32 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-331662-0006 # text = They don't just dump your ingredients on and cook either, but carefully separate meat to the hotter parts of the grill and still manage to keep the veggies from turning to mush. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj|10:nsubj|15:nsubj|26:nsubj|28:nsubj:xsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 n't not PART RB _ 5 advmod 5:advmod _ 4 just just ADV RB _ 5 advmod 5:advmod _ 5 dump dump VERB VB VerbForm=Inf 0 root 0:root _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 ingredients ingredient NOUN NNS Number=Plur 5 obj 5:obj _ 8 on on ADV RB _ 5 advmod 5:advmod _ 9 and and CCONJ CC _ 10 cc 10:cc _ @@ -229660,18 +229816,18 @@ 12 , , PUNCT , _ 15 punct 15:punct _ 13 but but CCONJ CC _ 15 cc 15:cc _ 14 carefully carefully ADV RB _ 15 advmod 15:advmod _ -15 separate separate VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ +15 separate separate VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ 16 meat meat NOUN NN Number=Sing 15 obj 15:obj _ 17 to to ADP IN _ 20 case 20:case _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -19 hotter hotter ADJ JJR Degree=Cmp 20 amod 20:amod _ +19 hotter hot ADJ JJR Degree=Cmp 20 amod 20:amod _ 20 parts part NOUN NNS Number=Plur 15 obl 15:obl:to _ 21 of of ADP IN _ 23 case 23:case _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 grill grill NOUN NN Number=Sing 20 nmod 20:nmod:of _ 24 and and CCONJ CC _ 26 cc 26:cc _ 25 still still ADV RB _ 26 advmod 26:advmod _ -26 manage manage VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ +26 manage manage VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ 27 to to PART TO _ 28 mark 28:mark _ 28 keep keep VERB VB VerbForm=Inf 26 xcomp 26:xcomp _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ @@ -229699,21 +229855,21 @@ # sent_id = reviews-331662-0008 # text = Every time we go they seem to have a different ingredient or two which keeps things interesting. -1 Every every DET DT _ 2 det 2:det _ +1 Every every DET DT PronType=Tot 2 det 2:det _ 2 time time NOUN NN Number=Sing 6 obl:tmod 6:obl:tmod _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 go go VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj|8:nsubj:xsubj _ -6 seem seem VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 seem seem VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ -8 have have VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ +8 have have VERB VB VerbForm=Inf 6 xcomp 6:xcomp|15:csubj _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 different different ADJ JJ Degree=Pos 11 amod 11:amod _ 11 ingredient ingredient NOUN NN Number=Sing 8 obj 8:obj _ 12 or or CCONJ CC _ 13 cc 13:cc _ -13 two two NUM CD NumType=Card 11 conj 8:obj|11:conj:or _ -14 which which PRON WDT PronType=Int 15 nsubj 15:nsubj _ -15 keeps keep VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 parataxis 8:parataxis _ +13 two two NUM CD NumForm=Word|NumType=Card 11 conj 8:obj|11:conj:or _ +14 which which PRON WDT PronType=Rel 15 nsubj 8:ref _ +15 keeps keep VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 advcl:relcl 8:advcl:relcl _ 16 things thing NOUN NNS Number=Plur 15 obj 15:obj|17:nsubj:xsubj _ 17 interesting interesting ADJ JJ Degree=Pos 15 xcomp 15:xcomp SpaceAfter=No 18 . . PUNCT . _ 6 punct 6:punct _ @@ -229721,7 +229877,7 @@ # sent_id = reviews-331662-0009 # text = Meats are kept VERY cold, seafood smells fresh and the serving bar is VERY clean. 1 Meats meat NOUN NNS Number=Plur 3 nsubj:pass 3:nsubj:pass|5:nsubj:xsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 aux:pass 3:aux:pass _ 3 kept keep VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 VERY very ADV RB _ 5 advmod 5:advmod _ 5 cold cold ADJ JJ Degree=Pos 3 xcomp 3:xcomp SpaceAfter=No @@ -229741,27 +229897,28 @@ # sent_id = reviews-331662-0010 # text = Prices are reasonable, (Kids meals are around 4.99) and Wednesday's they have discount dinner prices, I believe. 1 Prices price NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 reasonable reasonable ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 11 punct 11:punct _ 5 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No -6 Kid kid NOUN NN Number=Sing 8 nmod:poss 8:nmod:poss SpaceAfter=No -7 s 's PART POS _ 6 case 6:case _ +6-7 Kids _ _ _ _ _ _ _ _ +6 Kid kid NOUN NN Number=Sing 8 nmod:poss 8:nmod:poss _ +7 s 's PART POS Typo=Yes 6 case 6:case CorrectForm='s 8 meals meal NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 10 around around ADV RB _ 11 advmod 11:advmod _ -11 4.99 4.99 NUM CD NumType=Card 3 parataxis 3:parataxis SpaceAfter=No +11 4.99 4.99 NUM CD NumForm=Digit|NumType=Frac 3 parataxis 3:parataxis SpaceAfter=No 12 ) ) PUNCT -RRB- _ 11 punct 11:punct _ 13 and and CCONJ CC _ 22 cc 22:cc _ -14 Wednesday's Wednesday's PROPN NNPS Number=Plur 16 obl:tmod 16:obl:tmod _ +14 Wednesday's Wednesday PROPN NNPS Number=Plur 16 obl:tmod 16:obl:tmod _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -16 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 ccomp 22:ccomp _ +16 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 ccomp 22:ccomp _ 17 discount discount NOUN NN Number=Sing 19 compound 19:compound _ 18 dinner dinner NOUN NN Number=Sing 19 compound 19:compound _ 19 prices price NOUN NNS Number=Plur 16 obj 16:obj SpaceAfter=No -20 , , PUNCT , _ 22 punct 22:punct _ +20 , , PUNCT , _ 16 punct 16:punct _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -22 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and SpaceAfter=No +22 believe believe VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and SpaceAfter=No 23 . . PUNCT . _ 3 punct 3:punct _ # newdoc id = reviews-283041 @@ -229782,11 +229939,11 @@ # text = It was my birthday and I had a last minute idea to have a bakery cake instead of one pre-made in a convenience store, but the problem was it was the day before Valentines and when many bakeries turned me down for a plain vanilla rectangle cake, Fiona stepped up to the plate and was able to make a fantastic beautiful cake. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 birthday birthday NOUN NN Number=Sing 0 root 0:root _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +7 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 8 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 9 last last ADJ JJ Degree=Pos 10 amod 10:amod _ 10 minute minute NOUN NN Number=Sing 11 compound 11:compound _ @@ -229798,30 +229955,30 @@ 16 cake cake NOUN NN Number=Sing 13 obj 13:obj _ 17 instead instead ADV RB _ 19 case 19:case _ 18 of of ADP IN _ 17 fixed 17:fixed _ -19 one one NUM CD NumType=Card 13 obl 13:obl:instead_of _ -20 pre-made pre-make VERB VBN Tense=Past|VerbForm=Part 19 acl 19:acl _ +19 one one NUM CD NumForm=Word|NumType=Card 13 obl 13:obl:instead_of _ +20 pre-made pre-make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 acl 19:acl _ 21 in in ADP IN _ 24 case 24:case _ 22 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 23 convenience convenience NOUN NN Number=Sing 24 compound 24:compound _ 24 store store NOUN NN Number=Sing 20 obl 20:obl:in SpaceAfter=No -25 , , PUNCT , _ 29 punct 29:punct _ -26 but but CCONJ CC _ 29 cc 29:cc _ +25 , , PUNCT , _ 33 punct 33:punct _ +26 but but CCONJ CC _ 33 cc 33:cc _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ -28 problem problem NOUN NN Number=Sing 29 nsubj 29:nsubj _ -29 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:but _ +28 problem problem NOUN NN Number=Sing 33 nsubj:outer 33:nsubj:outer _ +29 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 33 cop 33:cop _ 30 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 33 nsubj 33:nsubj _ 31 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 33 cop 33:cop _ 32 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ -33 day day NOUN NN Number=Sing 29 ccomp 29:ccomp _ +33 day day NOUN NN Number=Sing 4 conj 4:conj:but _ 34 before before ADP IN _ 35 case 35:case _ 35-36 Valentines _ _ _ _ _ _ _ _ 35 Valentine Valentine PROPN NNP Number=Sing 33 nmod 33:nmod:before _ -36 s 's PART POS _ 35 case 35:case _ +36 s 's PART POS Typo=Yes 35 case 35:case CorrectForm='s 37 and and CCONJ CC _ 52 cc 52:cc _ -38 when when SCONJ WRB PronType=Int 41 mark 41:mark _ +38 when when ADV WRB PronType=Int 41 advmod 41:advmod _ 39 many many ADJ JJ Degree=Pos 40 amod 40:amod _ 40 bakeries bakery NOUN NNS Number=Plur 41 nsubj 41:nsubj _ -41 turned turn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 52 advcl 52:advcl:when _ +41 turned turn VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 52 advcl 52:advcl:when _ 42 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 41 obj 41:obj _ 43 down down ADP RP _ 41 compound:prt 41:compound:prt _ 44 for for ADP IN _ 49 case 49:case _ @@ -229830,9 +229987,9 @@ 47 vanilla vanilla ADJ JJ Degree=Pos 49 amod 49:amod _ 48 rectangle rectangle NOUN NN Number=Sing 49 compound 49:compound _ 49 cake cake NOUN NN Number=Sing 41 obl 41:obl:for SpaceAfter=No -50 , , PUNCT , _ 52 punct 52:punct _ +50 , , PUNCT , _ 41 punct 41:punct _ 51 Fiona Fiona PROPN NNP Number=Sing 52 nsubj 52:nsubj|59:nsubj|61:nsubj:xsubj _ -52 stepped step VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 29 conj 29:conj:and _ +52 stepped step VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 33 conj 33:conj:and _ 53 up up ADP RP _ 52 compound:prt 52:compound:prt _ 54 to to ADP IN _ 56 case 56:case _ 55 the the DET DT Definite=Def|PronType=Art 56 det 56:det _ @@ -229850,9 +230007,9 @@ # sent_id = reviews-283041-0003 # text = Not only did it taste wonderful, but the texture was unbelievable, the frosting wasn't overly sweet to over power the cake, and the cake itself was just amazingly soft, and fluffy, and just perfect overall. -1 Not not ADV RB _ 2 advmod 2:advmod _ -2 only only ADV RB _ 5 cc:preconj 5:cc:preconj _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +1 Not not PART RB _ 5 advmod 5:advmod _ +2 only only ADV RB _ 5 advmod 5:advmod _ +3 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj|6:nsubj:xsubj _ 5 taste taste VERB VB VerbForm=Inf 0 root 0:root _ 6 wonderful wonderful ADJ JJ Degree=Pos 5 xcomp 5:xcomp SpaceAfter=No @@ -229871,15 +230028,15 @@ 18 overly overly ADV RB _ 19 advmod 19:advmod _ 19 sweet sweet ADJ JJ Degree=Pos 12 parataxis 12:parataxis _ 20 to to PART TO _ 21 mark 21:mark _ -21 over over X GW _ 19 advcl 19:advcl:to _ -22 power power VERB VB VerbForm=Inf 21 goeswith 21:goeswith _ +21 over overpower VERB GW Typo=Yes|VerbForm=Inf 19 advcl 19:advcl:to _ +22 power _ X VB _ 21 goeswith 21:goeswith _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 cake cake NOUN NN Number=Sing 21 obj 21:obj SpaceAfter=No 25 , , PUNCT , _ 33 punct 33:punct _ 26 and and CCONJ CC _ 33 cc 33:cc _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 cake cake NOUN NN Number=Sing 33 nsubj 33:nsubj|36:nsubj|40:nsubj _ -29 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs|Reflex=Yes 28 nmod:npmod 28:nmod:npmod _ +29 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Emp|Reflex=Yes 28 nmod:npmod 28:nmod:npmod _ 30 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 33 cop 33:cop _ 31 just just ADV RB _ 33 advmod 33:advmod _ 32 amazingly amazingly ADV RB _ 33 advmod 33:advmod _ @@ -229907,12 +230064,12 @@ 8 little little ADJ JJ Degree=Pos 12 nmod:npmod 12:nmod:npmod _ 9 out out ADP IN _ 12 case 12:case _ 10 of of ADP IN _ 12 case 12:case _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 way way NOUN NN Number=Sing 6 obl 6:obl:of _ 13 to to PART TO _ 14 mark 14:mark _ 14 go go VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ 15 there there ADV RB PronType=Dem 14 advmod 14:advmod SpaceAfter=No -16 , , PUNCT , _ 20 punct 20:punct _ +16 , , PUNCT , _ 4 punct 4:punct _ 17-18 I'll _ _ _ _ _ _ _ _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ 18 'll will AUX MD VerbForm=Fin 20 aux 20:aux _ @@ -229923,13 +230080,13 @@ 23 that that SCONJ IN _ 39 mark 39:mark _ 24 since since SCONJ IN _ 28 mark 28:mark _ 25-26 she's _ _ _ _ _ _ _ _ -25 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 28 nsubj:pass 28:nsubj:pass _ -26 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 aux:pass 28:aux:pass _ +25 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 28 nsubj 28:nsubj _ +26 's have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ 27 been be AUX VBN Tense=Past|VerbForm=Part 28 cop 28:cop _ 28 astounding astounding ADJ JJ Degree=Pos 39 advcl 39:advcl:since _ 29 to to ADP IN _ 30 case 30:case _ 30 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 28 obl 28:obl:to _ -31 once once ADV RB NumType=Mult 28 advmod 28:advmod _ +31 once once ADV RB NumForm=Word|NumType=Mult 28 advmod 28:advmod _ 32 before before ADP IN _ 33 case 33:case _ 33 that that PRON DT Number=Sing|PronType=Dem 28 obl 28:obl:before _ 34-35 she'll _ _ _ _ _ _ _ _ @@ -229957,15 +230114,15 @@ # text = And we bought a few cookies there too, they were fantastic as well!) 1 And and CCONJ CC _ 3 cc 3:cc _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 bought buy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 bought buy VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 few few ADJ JJ Degree=Pos 6 amod 6:amod _ 6 cookies cookie NOUN NNS Number=Plur 3 obj 3:obj _ 7 there there ADV RB PronType=Dem 3 advmod 3:advmod _ 8 too too ADV RB _ 3 advmod 3:advmod SpaceAfter=No -9 , , PUNCT , _ 3 punct 3:punct _ +9 , , PUNCT , _ 12 punct 12:punct _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -11 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 cop 12:cop _ +11 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 12 cop 12:cop _ 12 fantastic fantastic ADJ JJ Degree=Pos 3 parataxis 3:parataxis _ 13 as as ADV RB _ 12 advmod 12:advmod _ 14 well well ADV RB Degree=Pos 13 fixed 13:fixed SpaceAfter=No @@ -229977,7 +230134,7 @@ 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ 2 deserves deserve VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 many many ADJ JJ Degree=Pos 6 amod 6:amod _ -4 5 5 NUM CD NumType=Card 5 nummod 5:nummod _ +4 5 5 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 star star NOUN NN Number=Sing 6 compound 6:compound _ 6 reviews review NOUN NNS Number=Plur 2 obj 2:obj SpaceAfter=No 7 !! !! PUNCT . _ 2 punct 2:punct _ @@ -230009,29 +230166,29 @@ # text = Before treatment, my food cravings were "out of control" which caused me to be stressed out. 1 Before before ADP IN _ 2 case 2:case _ 2 treatment treatment NOUN NN Number=Sing 11 obl 11:obl:before SpaceAfter=No -3 , , PUNCT , _ 11 punct 11:punct _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +3 , , PUNCT , _ 2 punct 2:punct _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 food food NOUN NN Number=Sing 6 compound 6:compound _ 6 cravings craving NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -7 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 cop 11:cop _ +7 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ 8 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No 9 out out ADP IN _ 11 case 11:case _ 10 of of ADP IN _ 11 case 11:case _ -11 control control NOUN NN Number=Sing 0 root 0:root SpaceAfter=No +11 control control NOUN NN Number=Sing 0 root 0:root|14:csubj SpaceAfter=No 12 " " PUNCT '' _ 11 punct 11:punct _ -13 which which PRON WDT PronType=Int 14 nsubj 14:nsubj _ -14 caused cause VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 parataxis 11:parataxis _ -15 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 14 obj 14:obj|18:nsubj:xsubj _ +13 which which PRON WDT PronType=Rel 14 nsubj 11:ref _ +14 caused cause VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 advcl:relcl 11:advcl:relcl _ +15 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 14 iobj 14:iobj|18:nsubj:xsubj _ 16 to to PART TO _ 18 mark 18:mark _ 17 be be AUX VB VerbForm=Inf 18 aux:pass 18:aux:pass _ -18 stressed stress VERB VBN Tense=Past|VerbForm=Part 14 xcomp 14:xcomp _ +18 stressed stress VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 xcomp 14:xcomp _ 19 out out ADP RP _ 18 compound:prt 18:compound:prt SpaceAfter=No 20 . . PUNCT . _ 11 punct 11:punct _ # sent_id = reviews-247097-0004 # text = I experienced a Definite Decrease in food craving (about 50%) and decrease in stress after the 1st treatment. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 experienced experience VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 experienced experience VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 Definite definite ADJ JJ Degree=Pos 5 amod 5:amod _ 5 Decrease decrease NOUN NN Number=Sing 2 obj 2:obj _ @@ -230040,7 +230197,7 @@ 8 craving craving NOUN NN Number=Sing 5 nmod 5:nmod:in _ 9 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No 10 about about ADV RB _ 11 advmod 11:advmod _ -11 50 50 NUM CD NumType=Card 12 nummod 12:nummod SpaceAfter=No +11 50 50 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod SpaceAfter=No 12 % % SYM NN Number=Sing 5 appos 5:appos SpaceAfter=No 13 ) ) PUNCT -RRB- _ 12 punct 12:punct _ 14 and and CCONJ CC _ 15 cc 15:cc _ @@ -230049,7 +230206,7 @@ 17 stress stress NOUN NN Number=Sing 15 nmod 15:nmod:in _ 18 after after ADP IN _ 21 case 21:case _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -20 1st 1st ADJ JJ Degree=Pos|NumType=Ord 21 amod 21:amod _ +20 1st 1st ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 21 amod 21:amod _ 21 treatment treatment NOUN NN Number=Sing 2 obl 2:obl:after SpaceAfter=No 22 . . PUNCT . _ 2 punct 2:punct _ @@ -230057,20 +230214,20 @@ # text = I actually loss 4 pounds after my 1st treatment and 2 pounds after my 2nd treatment. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|10.1:nsubj|12:nsubj _ 2 actually actually ADV RB _ 3 advmod 3:advmod _ -3 loss lose VERB VBD Mood=Ind|Tense=Past|Typo=Yes|VerbForm=Fin 0 root 0:root _ -4 4 4 NUM CD NumType=Card 5 nummod 5:nummod _ +3 loss lose VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm=lost +4 4 4 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 pounds pound NOUN NNS Number=Plur 3 obj 3:obj _ 6 after after ADP IN _ 9 case 9:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ -8 1st 1st ADJ JJ Degree=Pos|NumType=Ord 9 amod 9:amod _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 1st 1st ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 9 amod 9:amod _ 9 treatment treatment NOUN NN Number=Sing 3 obl 3:obl:after _ 10 and and CCONJ CC _ 12 cc 10.1:cc|12:cc _ -10.1 loss lose VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin _ _ 3:conj:and CopyOf=3 -11 2 2 NUM CD NumType=Card 12 nummod 12:nummod _ +10.1 loss lose VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin _ _ 3:conj:and CopyOf=3 +11 2 2 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 12 pounds pound NOUN NNS Number=Plur 3 conj 3:conj:and|10.1:obj _ 13 after after ADP IN _ 16 case 16:case _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ -15 2nd 2nd ADJ JJ Degree=Pos|NumType=Ord 16 amod 16:amod _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 2nd 2nd ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 16 amod 16:amod _ 16 treatment treatment NOUN NN Number=Sing 12 orphan 10.1:obl:after SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ @@ -230086,21 +230243,21 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 2 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 3 now now ADV RB _ 6 advmod 6:advmod _ -4 more more ADV RBR _ 6 advmod 6:advmod _ +4 more more ADV RBR Degree=Cmp 6 advmod 6:advmod _ 5 at at ADP IN _ 6 case 6:case _ 6 peace peace NOUN NN Number=Sing 0 root 0:root _ 7 and and CCONJ CC _ 15 cc 15:cc _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 food food NOUN NN Number=Sing 10 compound 10:compound _ 10 craving craving NOUN NN Number=Sing 15 nsubj 15:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 12 about about ADV RB _ 13 advmod 13:advmod _ -13 99 99 NUM CD NumType=Card 14 nummod 14:nummod SpaceAfter=No +13 99 99 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No 14 % % SYM NN Number=Sing 15 obl:npmod 15:obl:npmod _ 15 gone gone ADJ JJ Degree=Pos 6 conj 6:conj:and _ 16 after after ADP IN _ 19 case 19:case _ 17 only only ADV RB _ 19 advmod 19:advmod _ -18 3 3 NUM CD NumType=Card 19 nummod 19:nummod _ +18 3 3 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod _ 19 treatments treatment NOUN NNS Number=Plur 15 obl 15:obl:after SpaceAfter=No 20 . . PUNCT . _ 6 punct 6:punct _ @@ -230120,26 +230277,26 @@ 12 needles needle NOUN NNS Number=Plur 10 nmod 10:nmod:about _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 only only ADV RB _ 15 advmod 15:advmod _ -15 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 conj 10:conj:and _ +15 came come VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 10 conj 10:conj:and _ 16 because because SCONJ IN _ 21 mark 21:mark _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18-19 boyfriend's _ _ _ _ _ _ _ _ 18 boyfriend boyfriend NOUN NN Number=Sing 20 nmod:poss 20:nmod:poss _ 19 's 's PART POS _ 18 case 18:case _ 20 aunt aunt NOUN NN Number=Sing 21 nsubj 21:nsubj _ -21 recommended recommend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 advcl 15:advcl:because _ +21 recommended recommend VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 advcl 15:advcl:because _ 22 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 obj 21:obj SpaceAfter=No 23 . . PUNCT . _ 10 punct 10:punct _ # sent_id = reviews-247097-0009 # text = It hurt very little, felt more like pressure than pain. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 hurt hurt VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 hurt hurt VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 little little ADV RB Degree=Pos 2 advmod 2:advmod SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ -6 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ -7 more more ADV RBR _ 9 advmod 9:advmod _ +5 , , PUNCT , _ 6 punct 6:punct _ +6 felt feel VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +7 more more ADV RBR Degree=Cmp 9 advmod 9:advmod _ 8 like like ADP IN _ 9 case 9:case _ 9 pressure pressure NOUN NN Number=Sing 6 obl 6:obl:like _ 10 than than ADP IN _ 11 case 11:case _ @@ -230148,20 +230305,20 @@ # sent_id = reviews-247097-0010 # text = What I like most about Dr. Liau is that she is very caring. -1 What what PRON WP PronType=Int 8 nsubj 8:nsubj _ +1 What what PRON WP PronType=Rel 13 nsubj:outer 3:obj|13:nsubj:outer _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ -4 most most ADV RBS _ 3 advmod 3:advmod _ +3 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +4 most most ADV RBS Degree=Sup 3 advmod 3:advmod _ 5 about about ADP IN _ 6 case 6:case _ 6 Dr. Dr. PROPN NNP Number=Sing 3 obl 3:obl:about _ 7 Liau Liau PROPN NNP Number=Sing 6 flat 6:flat _ -8 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 9 that that SCONJ IN _ 13 mark 13:mark _ 10 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 12 very very ADV RB _ 13 advmod 13:advmod _ -13 caring caring ADJ JJ Degree=Pos 8 ccomp 8:ccomp SpaceAfter=No -14 . . PUNCT . _ 8 punct 8:punct _ +13 caring caring ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No +14 . . PUNCT . _ 13 punct 13:punct _ # sent_id = reviews-247097-0011 # text = She talks to you at each appointment. @@ -230170,7 +230327,7 @@ 3 to to ADP IN _ 4 case 4:case _ 4 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 obl 2:obl:to _ 5 at at ADP IN _ 7 case 7:case _ -6 each each DET DT _ 7 det 7:det _ +6 each each DET DT PronType=Tot 7 det 7:det _ 7 appointment appointment NOUN NN Number=Sing 2 obl 2:obl:at SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ @@ -230205,11 +230362,11 @@ # text = Now I feel more confident wearing my bathing suit in the summer. 1 Now now ADV RB _ 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 more more ADV RBR _ 5 advmod 5:advmod _ +3 feel feel VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 more more ADV RBR Degree=Cmp 5 advmod 5:advmod _ 5 confident confident ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ 6 wearing wear VERB VBG VerbForm=Ger 5 advcl 5:advcl _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 8 bathing bathing NOUN NN Number=Sing 9 compound 9:compound _ 9 suit suit NOUN NN Number=Sing 6 obj 6:obj _ 10 in in ADP IN _ 12 case 12:case _ @@ -230233,8 +230390,8 @@ 2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 3 long long ADJ JJ Degree=Pos 4 amod 4:amod _ 4 time time NOUN NN Number=Sing 22 obl 22:obl:for SpaceAfter=No -5 , , PUNCT , _ 22 punct 22:punct _ -6 one one NUM CD NumType=Card 8 nummod 8:nummod _ +5 , , PUNCT , _ 4 punct 4:punct _ +6 one one NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 7 big big ADJ JJ Degree=Pos 8 amod 8:amod _ 8 source source NOUN NN Number=Sing 22 nsubj 22:nsubj _ 9 of of ADP IN _ 10 case 10:case _ @@ -230247,8 +230404,8 @@ 16 Limits limit NOUN NNS Number=Plur 11 obl 11:obl:from _ 17 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 cop 22:cop _ 18 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ -19 first first ADJ JJ Degree=Pos|NumType=Ord 21 amod 21:amod SpaceAfter=No -20 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No +19 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 21 amod 21:amod SpaceAfter=No +20 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No 21 run run NOUN NN Number=Sing 22 compound 22:compound _ 22 multiplex multiplex NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 23 . . PUNCT . _ 22 punct 22:punct _ @@ -230273,7 +230430,7 @@ 6 old old ADJ JJ Degree=Pos 8 amod 8:amod _ 7 brick brick NOUN NN Number=Sing 8 compound 8:compound _ 8 warehouse warehouse NOUN NN Number=Sing 0 root 0:root|14:nsubj SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 14 punct 14:punct _ 10 which which PRON WDT PronType=Rel 14 nsubj 8:ref _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ @@ -230281,8 +230438,8 @@ 14 away away ADV RB _ 8 acl:relcl 8:acl:relcl _ 15 from from ADP IN _ 19 case 19:case _ 16 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -17 Flying Flying PROPN NNP Number=Sing 18 compound 18:compound _ -18 Squirrels Squirrels PROPN NNPS Number=Plur 19 compound 19:compound _ +17 Flying Fly VERB NNP VerbForm=Ger 18 amod 18:amod _ +18 Squirrels Squirrel PROPN NNPS Number=Plur 19 compound 19:compound _ 19 stadium stadium NOUN NN Number=Sing 14 obl 14:obl:from SpaceAfter=No 20 . . PUNCT . _ 8 punct 8:punct _ @@ -230292,14 +230449,14 @@ 2 owners owner NOUN NNS Number=Plur 5 nsubj 5:nsubj|7:nsubj:xsubj _ 3 of of ADP IN _ 4 case 4:case _ 4 Bowtie Bowtie PROPN NNP Number=Sing 2 nmod 2:nmod:of _ -5 manged manage VERB VBD Mood=Ind|Tense=Past|Typo=Yes|VerbForm=Fin 0 root 0:root _ +5 manged manage VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm=managed 6 to to PART TO _ 7 mark 7:mark _ 7 add add VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ -8 something something PRON NN Number=Sing 7 obj 7:obj _ +8 something something PRON NN Number=Sing|PronType=Ind 7 obj 7:obj _ 9 new new ADJ JJ Degree=Pos 8 amod 8:amod _ 10 while while SCONJ IN _ 11 mark 11:mark _ 11 preserving preserve VERB VBG VerbForm=Ger 7 advcl 7:advcl:while _ -12 what what PRON WP PronType=Int 11 obj 11:obj _ +12 what what PRON WP PronType=Rel 11 obj 11:obj|15:nsubj _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ 14 already already ADV RB _ 15 advmod 15:advmod _ 15 there there ADV RB PronType=Dem 12 acl:relcl 12:acl:relcl SpaceAfter=No @@ -230329,7 +230486,7 @@ 7 and and CCONJ CC _ 11 cc 11:cc _ 8-9 I've _ _ _ _ _ _ _ _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -9 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 never never ADV RB _ 11 advmod 11:advmod _ 11 had have VERB VBN Tense=Past|VerbForm=Part 2 conj 2:conj:and _ 12 an a DET DT Definite=Ind|PronType=Art 13 det 13:det _ @@ -230345,19 +230502,19 @@ 21 talking talk VERB VBG VerbForm=Ger 20 xcomp 20:xcomp _ 22 or or CCONJ CC _ 23 cc 23:cc _ 23 answering answer VERB VBG VerbForm=Ger 21 conj 20:xcomp|21:conj:or _ -24 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 cellphones cellphone NOUN NNS Number=Plur 23 obj 23:obj SpaceAfter=No 26 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-183518-0008 # text = Best of all, there are no ads!!!!! -1 Best best ADV RBS Degree=Sup 6 advmod 6:advmod _ +1 Best well ADV RBS Degree=Sup 6 advmod 6:advmod _ 2 of of ADP IN _ 3 case 3:case _ -3 all all DET DT _ 1 obl 1:obl:of SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +3 all all DET DT PronType=Tot 1 obl 1:obl:of SpaceAfter=No +4 , , PUNCT , _ 1 punct 1:punct _ 5 there there PRON EX _ 6 expl 6:expl _ -6 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -7 no no DET DT _ 8 det 8:det _ +6 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 no no DET DT PronType=Neg 8 det 8:det _ 8 ads ad NOUN NNS Number=Plur 6 nsubj 6:nsubj SpaceAfter=No 9 !!!! !!!! PUNCT . _ 6 punct 6:punct SpaceAfter=No 10 ! ! PUNCT . _ 6 punct 6:punct _ @@ -230383,8 +230540,8 @@ 7 and and CCONJ CC _ 15 cc 15:cc _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 theatres theatre NOUN NNS Number=Plur 15 nsubj 15:nsubj _ -10 themselves themselves PRON PRP Number=Plur|Person=3|PronType=Prs 9 nmod:npmod 9:nmod:npmod _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +10 themselves themselves PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Emp|Reflex=Yes 9 nmod:npmod 9:nmod:npmod _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 12 on on ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 14 small small ADJ JJ Degree=Pos 15 amod 15:amod _ @@ -230396,12 +230553,12 @@ 1 But but CCONJ CC _ 12 cc 12:cc _ 2 if if SCONJ IN _ 4 mark 4:mark _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj|5:nsubj:xsubj _ -4 like like VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ +4 like like VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:if _ 5 going go VERB VBG VerbForm=Ger 4 xcomp 4:xcomp _ 6 to to ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 movies movie NOUN NNS Number=Plur 5 obl 5:obl:to SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ +9 , , PUNCT , _ 4 punct 4:punct _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ 11 should should AUX MD VerbForm=Fin 12 aux 12:aux _ 12 love love VERB VB VerbForm=Inf 0 root 0:root _ @@ -230411,7 +230568,7 @@ # sent_id = reviews-183518-0012 # text = The mangers also play a classic movies on Sundays, you can get a beer in the lobby, and repeat customers can get discounts if they have a member card. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 mangers manager NOUN NNS Number=Plur|Typo=Yes 4 nsubj 4:nsubj _ +2 mangers manager NOUN NNS Number=Plur|Typo=Yes 4 nsubj 4:nsubj CorrectForm=managers 3 also also ADV RB _ 4 advmod 4:advmod _ 4 play play VERB VB VerbForm=Inf 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -230419,7 +230576,7 @@ 7 movies movie NOUN NNS Number=Plur 4 obj 4:obj _ 8 on on ADP IN _ 9 case 9:case _ 9 Sundays Sunday PROPN NNPS Number=Plur 4 obl 4:obl:on SpaceAfter=No -10 , , PUNCT , _ 4 punct 4:punct _ +10 , , PUNCT , _ 13 punct 13:punct _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ 12 can can AUX MD VerbForm=Fin 13 aux 13:aux _ 13 get get VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ @@ -230437,7 +230594,7 @@ 25 discounts discount NOUN NNS Number=Plur 24 obj 24:obj _ 26 if if SCONJ IN _ 28 mark 28:mark _ 27 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 28 nsubj 28:nsubj _ -28 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 advcl 24:advcl:if _ +28 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 advcl 24:advcl:if _ 29 a a DET DT Definite=Ind|PronType=Art 31 det 31:det _ 30 member member NOUN NN Number=Sing 31 compound 31:compound _ 31 card card NOUN NN Number=Sing 28 obj 28:obj SpaceAfter=No @@ -230456,10 +230613,10 @@ # sent_id = reviews-183518-0014 # text = Thank you, Bowtie! -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Acc|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ -4 Bowtie Bowtie PROPN NNP Number=Sing 1 obj 1:obj SpaceAfter=No +3 , , PUNCT , _ 4 punct 4:punct _ +4 Bowtie Bowtie PROPN NNP Number=Sing 1 vocative 1:vocative SpaceAfter=No 5 ! ! PUNCT . _ 1 punct 1:punct _ # newdoc id = reviews-377347 @@ -230474,8 +230631,8 @@ # sent_id = reviews-377347-0002 # newpar id = reviews-377347-p0002 # text = My first visit was so fun yesterday. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ -2 first first ADJ JJ Degree=Pos|NumType=Ord 3 amod 3:amod _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 3 amod 3:amod _ 3 visit visit NOUN NN Number=Sing 6 nsubj 6:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 5 so so ADV RB _ 6 advmod 6:advmod _ @@ -230489,12 +230646,12 @@ 2 could could AUX MD VerbForm=Fin 4 aux 4:aux _ 3 have have AUX VB VerbForm=Inf 4 aux 4:aux _ 4 stayed stay VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -5 all all DET DT _ 6 det 6:det _ +5 all all DET DT PronType=Tot 6 det 6:det _ 6 day day NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 not not PART RB _ 9 advmod 9:advmod _ 9 seen see VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and _ -10 all all DET PDT _ 12 det:predet 12:det:predet _ +10 all all DET PDT PronType=Tot 12 det:predet 12:det:predet _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 things thing NOUN NNS Number=Plur 9 obj 9:obj SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ @@ -230507,7 +230664,7 @@ 4 origami origami NOUN NN Number=Sing 5 compound 5:compound _ 5 jewelry jewelry NOUN NN Number=Sing 3 obj 3:obj _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +7 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 8 exactly exactly ADV RB _ 11 advmod 11:advmod _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 right right ADJ JJ Degree=Pos 11 amod 11:amod _ @@ -230515,7 +230672,7 @@ 12 for for ADP IN _ 13 case 13:case _ 13 earrings earring NOUN NNS Number=Plur 11 nmod 11:nmod:for _ 14 and and CCONJ CC _ 15 cc 15:cc _ -15 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ +15 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ 16 many many ADJ JJ Degree=Pos 18 amod 18:amod _ 17 other other ADJ JJ Degree=Pos 18 amod 18:amod _ 18 ideas idea NOUN NNS Number=Plur 15 obj 15:obj _ @@ -230526,11 +230683,11 @@ # sent_id = reviews-377347-0005 # text = I bought a beginners quilling set and like making the filigree forms you can make and add to other crafts. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 bought buy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 bought buy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4-5 beginners _ _ _ _ _ _ _ _ 4 beginner beginner NOUN NN Number=Sing 7 nmod:poss 7:nmod:poss _ -5 s 's PART POS _ 4 case 4:case _ +5 s 's PART POS Typo=Yes 4 case 4:case CorrectForm='s 6 quilling quilling NOUN NN Number=Sing 7 compound 7:compound _ 7 set set NOUN NN Number=Sing 2 obj 2:obj _ 8 and and CCONJ CC _ 16 cc 16:cc _ @@ -230553,13 +230710,13 @@ # text = The owner, Jean, has been there 31 years! 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 owner owner NOUN NN Number=Sing 8 nsubj 8:nsubj SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 4 punct 4:punct _ 4 Jean Jean PROPN NNP Number=Sing 2 appos 2:appos SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +5 , , PUNCT , _ 2 punct 2:punct _ 6 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 been be AUX VBN Tense=Past|VerbForm=Part 8 cop 8:cop _ 8 there there ADV RB PronType=Dem 0 root 0:root _ -9 31 31 NUM CD NumType=Card 10 nummod 10:nummod _ +9 31 31 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 years year NOUN NNS Number=Plur 8 obl:tmod 8:obl:tmod SpaceAfter=No 11 ! ! PUNCT . _ 8 punct 8:punct _ @@ -230581,8 +230738,8 @@ 7 lovable lovable ADJ JJ Degree=Pos 5 conj 5:conj:and|12:amod _ 8 and and CCONJ CC _ 11 cc 11:cc _ 9 well well ADV RB Degree=Pos 11 advmod 11:advmod SpaceAfter=No -10 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No -11 informed inform VERB VBN Tense=Past|VerbForm=Part 5 conj 5:conj:and|12:amod _ +10 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +11 informed inform VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 conj 5:conj:and|12:amod _ 12 woman woman NOUN NN Number=Sing 0 root 0:root _ 13 with with ADP IN _ 16 case 16:case _ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ @@ -230596,7 +230753,7 @@ # text = I really enjoyed meeting her and happy to learn she comes from Oklahoma and has the values of a solid no bs country girl. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|4:nsubj:xsubj|7:nsubj _ 2 really really ADV RB _ 3 advmod 3:advmod _ -3 enjoyed enjoy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 enjoyed enjoy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 meeting meet VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ 5 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ 6 and and CCONJ CC _ 7 cc 7:cc _ @@ -230614,7 +230771,7 @@ 18 of of ADP IN _ 24 case 24:case _ 19 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 20 solid solid ADJ JJ Degree=Pos 24 amod 24:amod _ -21 no no DET DT _ 22 det 22:det _ +21 no no DET DT PronType=Neg 22 det 22:det _ 22 bs bs NOUN NN Number=Sing 24 compound 24:compound _ 23 country country NOUN NN Number=Sing 24 compound 24:compound _ 24 girl girl NOUN NN Number=Sing 17 nmod 17:nmod:of SpaceAfter=No @@ -230647,7 +230804,7 @@ 1 By by ADP IN _ 3 case 3:case _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 way way NOUN NN Number=Sing 11 obl 11:obl:by SpaceAfter=No -4 , , PUNCT , _ 11 punct 11:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 Salmagundi Salmagundi PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 6 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -230655,24 +230812,24 @@ 9 name name NOUN NN Number=Sing 5 appos 5:appos SpaceAfter=No 10 ) ) PUNCT -RRB- _ 9 punct 9:punct _ 11 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -12 something something PRON NN Number=Sing 11 obj 11:obj _ +12 something something PRON NN Number=Sing|PronType=Ind 11 obj 11:obj _ 13 like like ADP IN _ 14 case 14:case _ 14 smorgasbord smorgasbord NOUN NN Number=Sing 12 nmod 12:nmod:like SpaceAfter=No -15 ; ; PUNCT , _ 14 punct 14:punct _ +15 ; ; PUNCT , _ 16 punct 16:punct _ 16 potpourri potpourri NOUN NN Number=Sing 14 appos 14:appos SpaceAfter=No -17 ; ; PUNCT , _ 14 punct 14:punct _ +17 ; ; PUNCT , _ 18 punct 18:punct _ 18 motley motley ADJ JJ Degree=Pos 14 appos 14:appos SpaceAfter=No -19 ; ; PUNCT , _ 14 punct 14:punct _ +19 ; ; PUNCT , _ 20 punct 20:punct _ 20 variety variety NOUN NN Number=Sing 14 appos 14:appos SpaceAfter=No -21 ; ; PUNCT , _ 14 punct 14:punct _ -22 mixed mix VERB VBN Tense=Past|VerbForm=Part 23 amod 23:amod _ +21 ; ; PUNCT , _ 23 punct 23:punct _ +22 mixed mix VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 23 amod 23:amod _ 23 bag bag NOUN NN Number=Sing 14 appos 14:appos SpaceAfter=No -24 ; ; PUNCT , _ 14 punct 14:punct _ +24 ; ; PUNCT , _ 26 punct 26:punct _ 25 miscellaneous miscellaneous ADJ JJ Degree=Pos 26 amod 26:amod _ 26 assortment assortment NOUN NN Number=Sing 14 appos 14:appos SpaceAfter=No -27 ; ; PUNCT , _ 14 punct 14:punct _ +27 ; ; PUNCT , _ 28 punct 28:punct _ 28 mixture mixture NOUN NN Number=Sing 14 appos 14:appos SpaceAfter=No -29 , , PUNCT , _ 14 punct 14:punct _ +29 , , PUNCT , _ 31 punct 31:punct _ 30 a a DET DT Definite=Ind|PronType=Art 31 det 31:det _ 31 variety variety NOUN NN Number=Sing 14 appos 14:appos _ 32 of of ADP IN _ 34 case 34:case _ @@ -230702,17 +230859,17 @@ # text = Barbara Quimba 1/30/10 1 Barbara Barbara PROPN NNP Number=Sing 0 root 0:root _ 2 Quimba Quimba PROPN NNP Number=Sing 1 flat 1:flat _ -3 1/30/10 1/30/10 NUM CD NumType=Card 1 nmod:tmod 1:nmod:tmod _ +3 1/30/10 1/30/10 NUM CD NumForm=Digit|NumType=Card 1 nmod:tmod 1:nmod:tmod _ # newdoc id = reviews-181771 # sent_id = reviews-181771-0001 # newpar id = reviews-181771-p0001 # text = the 2010 Genesis is grrrrrrrreeeaaat! 1 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 2010 2010 NUM CD NumType=Card 3 nummod 3:nummod _ +2 2010 2010 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 3 Genesis Genesis PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -5 grrrrrrrreeeaaat great ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No +5 grrrrrrrreeeaaat great ADJ JJ Degree=Pos|Style=Expr 0 root 0:root CorrectForm=great|SpaceAfter=No 6 ! ! PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-181771-0002 @@ -230727,7 +230884,7 @@ 7 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 8 brand brand ADV RB _ 9 advmod 9:advmod _ 9 new new ADJ JJ Degree=Pos 12 amod 12:amod _ -10 2010 2010 NUM CD NumType=Card 12 nummod 12:nummod _ +10 2010 2010 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ 11 Hyundai Hyundai PROPN NNP Number=Sing 12 compound 12:compound _ 12 Genesis Genesis PROPN NNP Number=Sing 5 nmod 5:nmod:of SpaceAfter=No 13 . . PUNCT . _ 5 punct 5:punct _ @@ -230735,7 +230892,7 @@ # sent_id = reviews-181771-0003 # text = I have never seen this car before until this lady at wal mart had it and she told me she got it here and that everyone was so nice to her. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 never never ADV RB _ 4 advmod 4:advmod _ 4 seen see VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ @@ -230747,19 +230904,19 @@ 11 at at ADP IN _ 13 case 13:case _ 12 wal wal PROPN NNP Number=Sing 13 compound 13:compound _ 13 mart mart PROPN NNP Number=Sing 10 nmod 10:nmod:at _ -14 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:until _ +14 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:until _ 15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 obj 14:obj _ 16 and and CCONJ CC _ 18 cc 18:cc _ 17 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -18 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 conj 4:advcl:until|14:conj:and _ -19 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 18 obj 18:obj _ +18 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 conj 4:advcl:until|14:conj:and _ +19 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 18 iobj 18:iobj _ 20 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj _ -21 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 ccomp 18:ccomp _ +21 got get VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 ccomp 18:ccomp _ 22 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 obj 21:obj _ 23 here here ADV RB PronType=Dem 21 advmod 21:advmod _ 24 and and CCONJ CC _ 29 cc 29:cc _ 25 that that SCONJ IN _ 29 mark 29:mark _ -26 everyone everyone PRON NN Number=Sing 29 nsubj 29:nsubj _ +26 everyone everyone PRON NN Number=Sing|PronType=Tot 29 nsubj 29:nsubj _ 27 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 29 cop 29:cop _ 28 so so ADV RB _ 29 advmod 29:advmod _ 29 nice nice ADJ JJ Degree=Pos 21 conj 18:ccomp|21:conj:and _ @@ -230770,18 +230927,18 @@ # sent_id = reviews-181771-0004 # text = I asked her who she worked with and she just told me ti was the sales manager. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 asked ask VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 iobj 2:iobj _ 4 who who PRON WP PronType=Int 6 obl 6:obl:with _ 5 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -6 worked work VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +6 worked work VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 7 with with ADP IN _ 4 case 4:case _ 8 and and CCONJ CC _ 11 cc 11:cc _ 9 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 10 just just ADV RB _ 11 advmod 11:advmod _ -11 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ -12 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 11 obj 11:obj _ -13 ti it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs|Typo=Yes 17 nsubj 17:nsubj _ +11 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +12 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 11 iobj 11:iobj _ +13 ti it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs|Typo=Yes 17 nsubj 17:nsubj CorrectForm=it 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 cop 17:cop _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 sales sale NOUN NNS Number=Plur 17 compound 17:compound _ @@ -230791,15 +230948,15 @@ # sent_id = reviews-181771-0005 # text = I took the weekend off and came in and asked for the manager who is Jeff and he remembered her right away even remembered her dog, I was a bit shocked that someone would pay that close attention. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|7:nsubj _ -2 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 took take VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 weekend weekend NOUN NN Number=Sing 2 obj 2:obj _ 5 off off ADP RP _ 2 compound:prt 2:compound:prt _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +7 came come VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 8 in in ADV RB _ 7 advmod 7:advmod _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ +10 asked ask VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ 11 for for ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 manager manager NOUN NN Number=Sing 10 obl 10:obl:for|16:nsubj _ @@ -230808,22 +230965,22 @@ 16 Jeff Jeff PROPN NNP Number=Sing 13 acl:relcl 13:acl:relcl _ 17 and and CCONJ CC _ 19 cc 19:cc _ 18 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj|24:nsubj _ -19 remembered remember VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +19 remembered remember VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 20 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 19 obj 19:obj _ 21 right right ADV RB _ 22 advmod 22:advmod _ 22 away away ADV RB _ 19 advmod 19:advmod _ 23 even even ADV RB _ 24 advmod 24:advmod _ -24 remembered remember VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 conj 19:conj _ -25 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +24 remembered remember VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 conj 19:conj _ +25 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 dog dog NOUN NN Number=Sing 24 obj 24:obj SpaceAfter=No -27 , , PUNCT , _ 2 punct 2:punct _ +27 , , PUNCT , _ 32 punct 32:punct _ 28 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 32 nsubj 32:nsubj _ 29 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 32 cop 32:cop _ 30 a a DET DT Definite=Ind|PronType=Art 31 det 31:det _ 31 bit bit NOUN NN Number=Sing 32 obl:npmod 32:obl:npmod _ 32 shocked shocked ADJ JJ Degree=Pos 24 parataxis 24:parataxis _ 33 that that SCONJ IN _ 36 mark 36:mark _ -34 someone someone PRON NN Number=Sing 36 nsubj 36:nsubj _ +34 someone someone PRON NN Number=Sing|PronType=Ind 36 nsubj 36:nsubj _ 35 would would AUX MD VerbForm=Fin 36 aux 36:aux _ 36 pay pay VERB VB VerbForm=Inf 32 ccomp 32:ccomp _ 37 that that ADV RB _ 38 advmod 38:advmod _ @@ -230834,62 +230991,62 @@ # sent_id = reviews-181771-0006 # text = We got to talking and he got me set up and I test drove with Craig and I fell head over heels for this car all I kept saying, " was I gotta have it!" 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 got get VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to SCONJ IN _ 4 mark 4:mark _ 4 talking talk VERB VBG VerbForm=Ger 2 advcl 2:advcl:to _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +7 got get VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 8 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 7 obj 7:obj|9:nsubj:xsubj _ -9 set set VERB VBN Tense=Past|VerbForm=Part 7 xcomp 7:xcomp _ +9 set set VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 xcomp 7:xcomp _ 10 up up ADP RP _ 9 compound:prt 9:compound:prt _ 11 and and CCONJ CC _ 14 cc 14:cc _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 13 test test NOUN NN Number=Sing 14 obl:npmod 14:obl:npmod _ -14 drove drive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +14 drove drive VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 15 with with ADP IN _ 16 case 16:case _ 16 Craig Craig PROPN NNP Number=Sing 14 obl 14:obl:with _ 17 and and CCONJ CC _ 19 cc 19:cc _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -19 fell fall VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +19 fell fall VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 20 head head NOUN NN Number=Sing 19 obl:npmod 19:obl:npmod _ 21 over over ADP IN _ 22 case 22:case _ 22 heels heel NOUN NNS Number=Plur 20 nmod 20:nmod:over _ 23 for for ADP IN _ 25 case 25:case _ 24 this this DET DT Number=Sing|PronType=Dem 25 det 25:det _ 25 car car NOUN NN Number=Sing 19 obl 19:obl:for _ -26 all all DET DT _ 32 nsubj 32:nsubj _ +26 all all DET DT PronType=Tot 34 nsubj:outer 34:nsubj:outer _ 27 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 28 nsubj 28:nsubj|29:nsubj:xsubj _ -28 kept keep VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 26 acl:relcl 26:acl:relcl _ +28 kept keep VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 26 acl:relcl 26:acl:relcl _ 29 saying say VERB VBG VerbForm=Ger 28 xcomp 28:xcomp SpaceAfter=No -30 , , PUNCT , _ 32 punct 32:punct _ -31 " " PUNCT `` _ 32 punct 32:punct _ -32 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 parataxis 19:parataxis _ +30 , , PUNCT , _ 26 punct 26:punct _ +31 " " PUNCT `` _ 34 punct 34:punct _ +32 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 34 cop 34:cop _ 33 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 34 nsubj 34:nsubj|36:nsubj:xsubj _ 34-35 gotta _ _ _ _ _ _ _ _ -34 got get VERB VBN Tense=Past|VerbForm=Part 32 ccomp 32:ccomp _ +34 got get VERB VBN Tense=Past|VerbForm=Part 19 parataxis 19:parataxis _ 35 ta to PART TO Abbr=Yes 36 mark 36:mark _ 36 have have VERB VB VerbForm=Inf 34 xcomp 34:xcomp _ 37 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 36 obj 36:obj SpaceAfter=No -38 ! ! PUNCT . _ 2 punct 2:punct SpaceAfter=No -39 " " PUNCT '' _ 2 punct 2:punct _ +38 ! ! PUNCT . _ 34 punct 34:punct SpaceAfter=No +39 " " PUNCT '' _ 34 punct 34:punct _ # sent_id = reviews-181771-0007 # text = I thouhgt it would be out of my price range but they really worked with me and now I couldnt be happier. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 thouhgt think VERB VBD Mood=Ind|Tense=Past|Typo=Yes|VerbForm=Fin 0 root 0:root _ +2 thouhgt think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm=thought 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 4 would would AUX MD VerbForm=Fin 10 aux 10:aux _ 5 be be AUX VB VerbForm=Inf 10 cop 10:cop _ 6 out out ADP IN _ 10 case 10:case _ 7 of of ADP IN _ 10 case 10:case _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 price price NOUN NN Number=Sing 10 compound 10:compound _ 10 range range NOUN NN Number=Sing 2 ccomp 2:ccomp _ 11 but but CCONJ CC _ 14 cc 14:cc _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 13 really really ADV RB _ 14 advmod 14:advmod _ -14 worked work VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:but _ +14 worked work VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:but _ 15 with with ADP IN _ 16 case 16:case _ 16 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 14 obl 14:obl:with _ 17 and and CCONJ CC _ 23 cc 23:cc _ @@ -230897,9 +231054,9 @@ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ 20-21 couldnt _ _ _ _ _ _ _ _ 20 could could AUX MD VerbForm=Fin 23 aux 23:aux _ -21 nt not PART RB _ 23 advmod 23:advmod _ +21 nt not PART RB Typo=Yes 23 advmod 23:advmod CorrectForm=n't 22 be be AUX VB VerbForm=Inf 23 cop 23:cop _ -23 happier happier ADJ JJR Degree=Cmp 14 conj 14:conj:and SpaceAfter=No +23 happier happy ADJ JJR Degree=Cmp 14 conj 14:conj:and SpaceAfter=No 24 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-181771-0008 @@ -230907,17 +231064,17 @@ 1 Jeff Jeff PROPN NNP Number=Sing 6 nsubj 6:nsubj|12:nsubj _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 Craig Craig PROPN NNP Number=Sing 1 conj 1:conj:and|6:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 really really ADV RB _ 6 advmod 6:advmod _ 6 good good ADJ JJ Degree=Pos 0 root 0:root _ -7 at at SCONJ IN _ 8 case 8:case _ -8 what what PRON WP PronType=Int 6 obl 6:obl:at _ +7 at at ADP IN _ 8 case 8:case _ +8 what what PRON WP PronType=Rel 6 obl 6:obl:at|10:obj _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +10 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ +12 know know VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 conj 6:conj:and _ 13 exactly exactly ADV RB _ 14 advmod 14:advmod _ -14 how how SCONJ WRB PronType=Int 16 mark 16:mark _ +14 how how ADV WRB PronType=Int 16 advmod 16:advmod _ 15 to to PART TO _ 16 mark 16:mark _ 16 treat treat VERB VB VerbForm=Inf 12 ccomp 12:ccomp _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ @@ -230928,7 +231085,7 @@ # text = Definitely go see them! 1 Definitely definitely ADV RB _ 2 advmod 2:advmod _ 2 go go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 see see VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ +3 see see VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 4 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 3 obj 3:obj SpaceAfter=No 5 ! ! PUNCT . _ 2 punct 2:punct _ @@ -230939,34 +231096,34 @@ 1 Bait bait NOUN NN Number=Sing 0 root 0:root _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 switch switch NOUN NN Number=Sing 1 conj 1:conj:and SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 6 punct 6:punct _ 5 untrained untrained ADJ JJ Degree=Pos 6 amod 6:amod _ 6 workers worker NOUN NNS Number=Plur 1 parataxis 1:parataxis _ # sent_id = reviews-210066-0002 # newpar id = reviews-210066-p0002 # text = Called the Bonanza store 2 weeks ago, before I ripped out 350sqft of ceramic tile... was told I would need a "dual head concrete grinder" to remove thinset and make a nice "finished" look (ready for concrete stain). -1 Called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 3 Bonanza Bonanza PROPN NNP Number=Sing 4 compound 4:compound _ 4 store store NOUN NN Number=Sing 1 obj 1:obj _ -5 2 2 NUM CD NumType=Card 6 nummod 6:nummod _ +5 2 2 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 weeks week NOUN NNS Number=Plur 7 obl:npmod 7:obl:npmod _ 7 ago ago ADV RB _ 1 advmod 1:advmod SpaceAfter=No -8 , , PUNCT , _ 1 punct 1:punct _ +8 , , PUNCT , _ 11 punct 11:punct _ 9 before before SCONJ IN _ 11 mark 11:mark _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 ripped rip VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 advcl 1:advcl:before _ +11 ripped rip VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 1 advcl 1:advcl:before _ 12 out out ADP RP _ 11 compound:prt 11:compound:prt _ -13 350 350 NUM CD NumType=Card 15 nummod 15:nummod SpaceAfter=No -14 sq sq ADJ JJ Degree=Pos 15 amod 15:amod SpaceAfter=No +13 350 350 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod SpaceAfter=No +14 sq sq ADJ JJ Degree=Pos 15 amod 15:amod CorrectSpaceAfter=Yes|SpaceAfter=No 15 ft ft NOUN NNS Number=Plur 11 obj 11:obj _ 16 of of ADP IN _ 18 case 18:case _ 17 ceramic ceramic ADJ JJ Degree=Pos 18 amod 18:amod _ 18 tile tile NOUN NN Number=Sing 15 nmod 15:nmod:of SpaceAfter=No -19 ... ... PUNCT , _ 1 punct 1:punct _ +19 ... ... PUNCT , _ 21 punct 21:punct _ 20 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 aux:pass 21:aux:pass _ -21 told tell VERB VBN Tense=Past|VerbForm=Part 1 parataxis 1:parataxis _ +21 told tell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 parataxis 1:parataxis _ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ 23 would would AUX MD VerbForm=Fin 24 aux 24:aux _ 24 need need VERB VB VerbForm=Inf 21 ccomp 21:ccomp _ @@ -230984,9 +231141,9 @@ 36 make make VERB VB VerbForm=Inf 33 conj 24:xcomp|33:conj:and _ 37 a a DET DT Definite=Ind|PronType=Art 42 det 42:det _ 38 nice nice ADJ JJ Degree=Pos 42 amod 42:amod _ -39 " " PUNCT `` _ 42 punct 42:punct SpaceAfter=No -40 finished finish VERB VBN Tense=Past|VerbForm=Part 42 amod 42:amod SpaceAfter=No -41 " " PUNCT '' _ 42 punct 42:punct _ +39 " " PUNCT `` _ 40 punct 40:punct SpaceAfter=No +40 finished finish VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 42 amod 42:amod SpaceAfter=No +41 " " PUNCT '' _ 40 punct 40:punct _ 42 look look NOUN NN Number=Sing 36 obj 36:obj _ 43 ( ( PUNCT -LRB- _ 44 punct 44:punct SpaceAfter=No 44 ready ready ADJ JJ Degree=Pos 42 appos 42:appos _ @@ -230999,30 +231156,30 @@ # sent_id = reviews-210066-0003 # text = Was quoted $55 all inclusive of grinder inserts, etc. 1 Was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 aux:pass 2:aux:pass _ -2 quoted quote VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +2 quoted quote VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 3 $ $ SYM $ _ 2 obj 2:obj SpaceAfter=No -4 55 55 NUM CD NumType=Card 3 nummod 3:nummod _ +4 55 55 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 5 all all ADV RB _ 6 advmod 6:advmod _ 6 inclusive inclusive ADJ JJ Degree=Pos 3 amod 3:amod _ 7 of of ADP IN _ 9 case 9:case _ 8 grinder grinder NOUN NN Number=Sing 9 compound 9:compound _ 9 inserts insert NOUN NNS Number=Plur 6 obl 6:obl:of SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ -11 etc etc X FW _ 9 advmod 9:advmod SpaceAfter=No +10 , , PUNCT , _ 11 punct 11:punct _ +11 etc etc. NOUN FW Abbr=Yes|Number=Plur 9 conj 9:conj SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-210066-0004 # text = No problem, sounded like it's done every day. -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 problem problem NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ -4 sounded sound VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +3 , , PUNCT , _ 4 punct 4:punct _ +4 sounded sound VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 5 like like SCONJ IN _ 8 mark 8:mark _ 6-7 it's _ _ _ _ _ _ _ _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj:pass 8:nsubj:pass _ 7 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux:pass 8:aux:pass _ 8 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 advcl 4:advcl:like _ -9 every every DET DT _ 10 det 10:det _ +9 every every DET DT PronType=Tot 10 det 10:det _ 10 day day NOUN NN Number=Sing 8 obl:tmod 8:obl:tmod SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ @@ -231035,19 +231192,19 @@ # sent_id = reviews-210066-0006 # text = Got the tile ripped out, call today, now all the sudden this grinder won't leave a finished look AND it's $125 PLUS around $75 for the inserts. -1 Got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 tile tile NOUN NN Number=Sing 1 obj 1:obj|4:nsubj:xsubj _ -4 ripped rip VERB VBN Tense=Past|VerbForm=Part 1 xcomp 1:xcomp _ +4 ripped rip VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 xcomp 1:xcomp _ 5 out out ADP RP _ 4 compound:prt 4:compound:prt SpaceAfter=No -6 , , PUNCT , _ 1 punct 1:punct _ -7 call call VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ +6 , , PUNCT , _ 7 punct 7:punct _ +7 call call VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 parataxis 1:parataxis _ 8 today today NOUN NN Number=Sing 7 obl:tmod 7:obl:tmod SpaceAfter=No -9 , , PUNCT , _ 1 punct 1:punct _ +9 , , PUNCT , _ 18 punct 18:punct _ 10 now now ADV RB _ 18 advmod 18:advmod _ 11 all all ADV RB _ 13 advmod 13:advmod _ -12 the the ADV RB _ 13 advmod 13:advmod _ -13 sudden sudden ADV RB _ 18 obl:tmod 18:obl:tmod _ +12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ +13 sudden sudden ADV RB _ 18 obl 18:obl _ 14 this this DET DT Number=Sing|PronType=Dem 15 det 15:det _ 15 grinder grinder NOUN NN Number=Sing 18 nsubj 18:nsubj _ 16-17 won't _ _ _ _ _ _ _ _ @@ -231055,18 +231212,18 @@ 17 n't not PART RB _ 18 advmod 18:advmod _ 18 leave leave VERB VB VerbForm=Inf 1 parataxis 1:parataxis _ 19 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ -20 finished finish VERB VBN Tense=Past|VerbForm=Part 21 amod 21:amod _ +20 finished finish VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 amod 21:amod _ 21 look look NOUN NN Number=Sing 18 obj 18:obj _ 22 AND and CCONJ CC _ 25 cc 25:cc _ 23-24 it's _ _ _ _ _ _ _ _ 23 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 25 nsubj 25:nsubj|29:nsubj _ 24 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 cop 25:cop _ 25 $ $ SYM $ _ 18 conj 18:conj:and SpaceAfter=No -26 125 125 NUM CD NumType=Card 25 nummod 25:nummod _ +26 125 125 NUM CD NumForm=Digit|NumType=Card 25 nummod 25:nummod _ 27 PLUS plus CCONJ CC _ 29 cc 29:cc _ 28 around around ADV RB _ 29 advmod 29:advmod _ 29 $ $ SYM $ _ 25 conj 25:conj:plus SpaceAfter=No -30 75 75 NUM CD NumType=Card 29 compound 29:compound _ +30 75 75 NUM CD NumForm=Digit|NumType=Card 29 nummod 29:nummod _ 31 for for ADP IN _ 33 case 33:case _ 32 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 33 inserts insert NOUN NNS Number=Plur 29 nmod 29:nmod:for SpaceAfter=No @@ -231077,18 +231234,18 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 can can AUX MD VerbForm=Fin 3 aux 3:aux _ 3 rent rent VERB VB VerbForm=Inf 0 root 0:root _ -4 another another DET DT _ 5 det 5:det _ +4 another another DET DT PronType=Ind 5 det 5:det _ 5 machine machine NOUN NN Number=Sing 3 obj 3:obj|12:nsubj _ 6 for for ADP IN _ 8 case 8:case _ 7 like like ADV RB _ 8 advmod 8:advmod _ 8 $ $ SYM $ _ 3 obl 3:obl:for SpaceAfter=No -9 60 60 NUM CD NumType=Card 8 compound 8:compound _ +9 60 60 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 10 that that PRON WDT PronType=Rel 12 nsubj 5:ref _ 11 will will AUX MD VerbForm=Fin 12 aux 12:aux _ 12 give give VERB VB VerbForm=Inf 5 acl:relcl 5:acl:relcl _ 13 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 iobj 12:iobj _ 14 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ -15 finished finish VERB VBN Tense=Past|VerbForm=Part 16 amod 16:amod _ +15 finished finish VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 amod 16:amod _ 16 look look NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No 17 . . PUNCT . _ 3 punct 3:punct _ @@ -231097,15 +231254,15 @@ 1 So so ADV RB _ 0 root 0:root _ 2 from from ADP IN _ 3 case 3:case _ 3 $ $ SYM $ _ 1 obl 1:obl:from SpaceAfter=No -4 55 55 NUM CD NumType=Card 3 nummod 3:nummod _ +4 55 55 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 5 to to ADP IN _ 6 case 6:case _ 6 $ $ SYM $ _ 1 obl 1:obl:to SpaceAfter=No -7 260 260 NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No +7 260 260 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No 8 ? ? PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-210066-0009 # text = Are they serious? -1 Are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +1 Are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 3 serious serious ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 ? ? PUNCT . _ 3 punct 3:punct _ @@ -231113,11 +231270,11 @@ # sent_id = reviews-210066-0010 # text = I feel like they didn't tell me the pitfalls before I pulled out this tile and now that I have no other options they want 5 TIMES the price? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 feel feel VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 like like SCONJ IN _ 7 mark 7:mark _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 5-6 didn't _ _ _ _ _ _ _ _ -5 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 aux 7:aux _ +5 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 aux 7:aux _ 6 n't not PART RB _ 7 advmod 7:advmod _ 7 tell tell VERB VB VerbForm=Inf 2 advcl 2:advcl:like _ 8 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 7 iobj 7:iobj _ @@ -231125,7 +231282,7 @@ 10 pitfalls pitfall NOUN NNS Number=Plur 7 obj 7:obj _ 11 before before SCONJ IN _ 13 mark 13:mark _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 pulled pull VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:before _ +13 pulled pull VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:before _ 14 out out ADV RB _ 13 advmod 13:advmod _ 15 this this DET DT Number=Sing|PronType=Dem 16 det 16:det _ 16 tile tile NOUN NN Number=Sing 13 obj 13:obj _ @@ -231133,14 +231290,14 @@ 18 now now ADV RB _ 26 advmod 26:advmod _ 19 that that SCONJ IN _ 21 mark 21:mark _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ -21 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 ccomp 18:ccomp _ -22 no no DET DT _ 24 det 24:det _ +21 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 18 ccomp 18:ccomp _ +22 no no DET DT PronType=Neg 24 det 24:det _ 23 other other ADJ JJ Degree=Pos 24 amod 24:amod _ 24 options option NOUN NNS Number=Plur 21 obj 21:obj _ 25 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 26 nsubj 26:nsubj _ -26 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ -27 5 5 NUM CD NumType=Card 28 compound 28:compound _ -28 TIMES time NOUN NNS Number=Plur 30 nummod 30:nummod _ +26 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +27 5 5 NUM CD NumForm=Digit|NumType=Card 28 nummod 28:nummod _ +28 TIMES time NOUN NNS Number=Plur 30 nmod:npmod 30:nmod:npmod _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 price price NOUN NN Number=Sing 26 obj 26:obj SpaceAfter=No 31 ? ? PUNCT . _ 2 punct 2:punct _ @@ -231151,21 +231308,21 @@ 2 these this DET DT Number=Plur|PronType=Dem 3 det 3:det _ 3 people people NOUN NNS Number=Plur 6 nsubj 6:nsubj _ 4-5 don't _ _ _ _ _ _ _ _ -4 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +4 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 n't not PART RB _ 6 advmod 6:advmod _ 6 know know VERB VB VerbForm=Inf 0 root 0:root _ -7 anything anything PRON NN Number=Sing 6 obj 6:obj _ +7 anything anything PRON NN Number=Sing|PronType=Ind 6 obj 6:obj _ 8 about about SCONJ IN _ 12 mark 12:mark _ 9 what what PRON WP PronType=Int 12 obj 12:obj _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -11 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +11 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 12 renting rent VERB VBG Tense=Pres|VerbForm=Part 7 acl 7:acl:about SpaceAfter=No 13 , , PUNCT , _ 19 punct 19:punct _ 14 or or CCONJ CC _ 19 cc 19:cc _ -15 worse worse ADJ JJR Degree=Cmp 19 advmod 19:advmod SpaceAfter=No -16 - - PUNCT , _ 19 punct 19:punct _ +15 worse bad ADJ JJR Degree=Cmp 19 advmod 19:advmod SpaceAfter=No +16 - - PUNCT , _ 15 punct 15:punct _ 17 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 19 nsubj 19:nsubj|21:nsubj _ -18 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ +18 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 19 bait bait VERB VB VerbForm=Inf 6 conj 6:conj:or _ 20 and and CCONJ CC _ 21 cc 21:cc _ 21 switching switch VERB VBG Tense=Pres|VerbForm=Part 19 conj 19:conj:and SpaceAfter=No @@ -231175,14 +231332,14 @@ # sent_id = reviews-361545-0001 # newpar id = reviews-361545-p0001 # text = One suspects that earlier reviewer works for another laundry. -1 One one PRON PRP _ 2 nsubj 2:nsubj _ +1 One one PRON PRP Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ 2 suspects suspect VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that DET DT Number=Sing|PronType=Dem 5 det 5:det _ -4 earlier earlier ADJ JJR Degree=Cmp 5 amod 5:amod _ +4 earlier early ADJ JJR Degree=Cmp 5 amod 5:amod _ 5 reviewer reviewer NOUN NN Number=Sing 6 nsubj 6:nsubj _ 6 works work VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 7 for for ADP IN _ 9 case 9:case _ -8 another another DET DT _ 9 det 9:det _ +8 another another DET DT PronType=Ind 9 det 9:det _ 9 laundry laundry NOUN NN Number=Sing 6 obl 6:obl:for SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ @@ -231195,12 +231352,12 @@ 5 at at ADP IN _ 7 case 7:case _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 premium premium NOUN NN Number=Sing 1 advcl 1:advcl:at SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 12 punct 12:punct _ 9 especially especially ADV RB _ 12 advmod 12:advmod _ 10 on on ADP IN _ 12 case 12:case _ 11 discount discount NOUN NN Number=Sing 12 compound 12:compound _ 12 days day NOUN NNS Number=Plur 7 obl 7:obl:on SpaceAfter=No -13 , , PUNCT , _ 19 punct 19:punct _ +13 , , PUNCT , _ 1 punct 1:punct _ 14 The the DET DT Definite=Def|PronType=Art 16 det 16:det _ 15 Laundry Laundry PROPN NNP Number=Sing 16 compound 16:compound _ 16 Tub Tub PROPN NNP Number=Sing 19 nsubj 19:nsubj _ @@ -231212,16 +231369,16 @@ 21 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 24 nsubj 24:nsubj _ 22 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ 23 no no ADV RB _ 24 advmod 24:advmod _ -24 smaller smaller ADJ JJR Degree=Cmp 19 conj 19:conj:and _ +24 smaller small ADJ JJR Degree=Cmp 19 conj 19:conj:and _ 25 than than ADP IN _ 26 case 26:case _ -26 any any DET DT _ 24 obl 24:obl:than _ +26 any any DET DT PronType=Ind 24 obl 24:obl:than _ 27 of of ADP IN _ 30 case 30:case _ -28 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ -29 dozen dozen NOUN NN Number=Sing 30 compound 30:compound _ +28 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ +29 dozen dozen NUM CD NumForm=Word|NumType=Card 30 nummod 30:nummod _ 30 laundromats laundromat NOUN NNS Number=Plur 26 nmod 26:nmod:of _ 31-32 I've _ _ _ _ _ _ _ _ 31 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 34 nsubj 34:nsubj _ -32 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 34 aux 34:aux _ +32 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 34 aux 34:aux _ 33 been be AUX VBN Tense=Past|VerbForm=Part 34 cop 34:cop _ 34 in in ADP IN _ 30 acl:relcl 30:acl:relcl SpaceAfter=No 35 . . PUNCT . _ 19 punct 19:punct _ @@ -231229,24 +231386,24 @@ # sent_id = reviews-361545-0003 # text = Yes, there are bigger, but bigger isn't necessarily better. 1 Yes yes INTJ UH _ 4 discourse 4:discourse SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 there there PRON EX _ 4 expl 4:expl _ -4 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -5 bigger bigger ADJ JJR Degree=Cmp 4 nsubj 4:nsubj SpaceAfter=No +4 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +5 bigger big ADJ JJR Degree=Cmp 4 nsubj 4:nsubj SpaceAfter=No 6 , , PUNCT , _ 12 punct 12:punct _ 7 but but CCONJ CC _ 12 cc 12:cc _ -8 bigger bigger ADJ JJR Degree=Cmp 12 nsubj 12:nsubj _ +8 bigger big ADJ JJR Degree=Cmp 12 nsubj 12:nsubj _ 9-10 isn't _ _ _ _ _ _ _ _ 9 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 10 n't not PART RB _ 12 advmod 12:advmod _ 11 necessarily necessarily ADV RB _ 12 advmod 12:advmod _ -12 better better ADJ JJR Degree=Cmp 4 conj 4:conj:but SpaceAfter=No +12 better good ADJ JJR Degree=Cmp 4 conj 4:conj:but SpaceAfter=No 13 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-361545-0004 # text = I availed myself of the wash 'n fold service, taking just about a year's worth of dirty clothes in and getting back neatly folded, clean clothes in clear plastic bags (I'd originally brought them in, in six large yellow garbage bags). 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 availed avail VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 availed avail VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes 2 obj 2:obj _ 4 of of ADP IN _ 9 case 9:case _ 5 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -231254,11 +231411,11 @@ 7 'n and CCONJ CC Abbr=Yes 8 cc 8:cc _ 8 fold fold VERB VB VerbForm=Inf 6 conj 6:conj:and|9:compound _ 9 service service NOUN NN Number=Sing 2 obl 2:obl:of SpaceAfter=No -10 , , PUNCT , _ 2 punct 2:punct _ +10 , , PUNCT , _ 11 punct 11:punct _ 11 taking take VERB VBG VerbForm=Ger 2 advcl 2:advcl _ 12 just just ADV RB _ 13 advmod 13:advmod _ -13 about about ADP IN _ 14 advmod 14:advmod _ -14 a a DET DT Definite=Ind|PronType=Art 15 nummod 15:nummod _ +13 about about ADV RB _ 17 advmod 17:advmod _ +14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 15-16 year's _ _ _ _ _ _ _ _ 15 year year NOUN NN Number=Sing 17 nmod:poss 17:nmod:poss _ 16 's 's PART POS _ 15 case 15:case _ @@ -231271,8 +231428,8 @@ 23 getting get VERB VBG VerbForm=Ger 11 conj 2:advcl|11:conj:and _ 24 back back ADV RB _ 23 advmod 23:advmod _ 25 neatly neatly ADV RB _ 26 advmod 26:advmod _ -26 folded fold VERB VBN Tense=Past|VerbForm=Part 29 amod 29:amod SpaceAfter=No -27 , , PUNCT , _ 29 punct 29:punct _ +26 folded fold VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 29 amod 29:amod SpaceAfter=No +27 , , PUNCT , _ 26 punct 26:punct _ 28 clean clean ADJ JJ Degree=Pos 29 amod 29:amod _ 29 clothes clothes NOUN NNS Number=Plur 23 obj 23:obj _ 30 in in ADP IN _ 33 case 33:case _ @@ -231280,15 +231437,16 @@ 32 plastic plastic NOUN NN Number=Sing 33 compound 33:compound _ 33 bags bag NOUN NNS Number=Plur 29 nmod 29:nmod:in _ 34 ( ( PUNCT -LRB- _ 38 punct 38:punct SpaceAfter=No -35 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 38 nsubj 38:nsubj SpaceAfter=No -36 'd have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 38 aux 38:aux _ +35-36 I'd _ _ _ _ _ _ _ _ +35 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 38 nsubj 38:nsubj _ +36 'd have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 38 aux 38:aux _ 37 originally originally ADV RB _ 38 advmod 38:advmod _ 38 brought bring VERB VBN Tense=Past|VerbForm=Part 2 parataxis 2:parataxis _ 39 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 38 obj 38:obj _ 40 in in ADV RB _ 38 advmod 38:advmod SpaceAfter=No -41 , , PUNCT , _ 38 punct 38:punct _ +41 , , PUNCT , _ 47 punct 47:punct _ 42 in in ADP IN _ 47 case 47:case _ -43 six six NUM CD NumType=Card 47 nummod 47:nummod _ +43 six six NUM CD NumForm=Word|NumType=Card 47 nummod 47:nummod _ 44 large large ADJ JJ Degree=Pos 47 amod 47:amod _ 45 yellow yellow ADJ JJ Degree=Pos 47 amod 47:amod _ 46 garbage garbage NOUN NN Number=Sing 47 compound 47:compound _ @@ -231307,7 +231465,7 @@ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 8 will will AUX MD VerbForm=Fin 9 aux 9:aux _ 9 continue continue VERB VB VerbForm=Inf 5 conj 5:conj:and _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 patronage patronage NOUN NN Number=Sing 9 obj 9:obj _ 12 of of ADP IN _ 15 case 15:case _ 13 The the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -231321,53 +231479,53 @@ # sent_id = reviews-361545-0006 # text = Didn't hurt any that they knew my name by my second visit and greeted me warmly then and on my third visit. 1-2 Didn't _ _ _ _ _ _ _ _ -1 Did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +1 Did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 2 n't not PART RB _ 3 advmod 3:advmod _ 3 hurt hurt VERB VB VerbForm=Inf 0 root 0:root _ -4 any any ADV RB _ 3 obj 3:obj _ +4 any any ADV RB _ 3 advmod 3:advmod _ 5 that that SCONJ IN _ 7 mark 7:mark _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj|15:nsubj _ -7 knew know VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 knew know VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 name name NOUN NN Number=Sing 7 obj 7:obj _ 10 by by ADP IN _ 13 case 13:case _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ -12 second second ADJ JJ Degree=Pos|NumType=Ord 13 amod 13:amod _ +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 13 amod 13:amod _ 13 visit visit NOUN NN Number=Sing 7 obl 7:obl:by _ 14 and and CCONJ CC _ 15 cc 15:cc _ -15 greeted greet VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 conj 3:ccomp|7:conj:and _ +15 greeted greet VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 7 conj 3:ccomp|7:conj:and _ 16 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 15 obj 15:obj _ 17 warmly warmly ADV RB _ 15 advmod 15:advmod _ 18 then then ADV RB PronType=Dem 15 advmod 15:advmod _ 19 and and CCONJ CC _ 23 cc 23:cc _ 20 on on ADP IN _ 23 case 23:case _ -21 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ -22 third third ADJ JJ Degree=Pos|NumType=Ord 23 amod 23:amod _ +21 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 third third ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 23 amod 23:amod _ 23 visit visit NOUN NN Number=Sing 18 conj 15:advmod|18:conj:and SpaceAfter=No 24 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-361545-0007 # text = Whereas my answer to the question "Where do you get your laundry done?" used to be, "At the checkout line at WalMart," I can honestly say the answer now is, "At The Laundry Tub." 1 Whereas whereas SCONJ IN _ 17 mark 17:mark _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 answer answer NOUN NN Number=Sing 17 nsubj 17:nsubj|25:nsubj:xsubj _ 4 to to ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 question question NOUN NN Number=Sing 3 nmod 3:nmod:to _ 7 " " PUNCT `` _ 11 punct 11:punct SpaceAfter=No 8 Where where ADV WRB PronType=Int 11 advmod 11:advmod _ -9 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ 11 get get VERB VB VerbForm=Inf 6 appos 6:appos _ -12 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 laundry laundry NOUN NN Number=Sing 11 obj 11:obj|14:nsubj:xsubj _ -14 done do VERB VBN Tense=Past|VerbForm=Part 11 xcomp 11:xcomp SpaceAfter=No +14 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 xcomp 11:xcomp SpaceAfter=No 15 ? ? PUNCT . _ 11 punct 11:punct SpaceAfter=No 16 " " PUNCT '' _ 11 punct 11:punct _ -17 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 33 advcl 33:advcl:whereas _ +17 used use VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 33 advcl 33:advcl:whereas _ 18 to to PART TO _ 25 mark 25:mark _ 19 be be AUX VB VerbForm=Inf 25 cop 25:cop SpaceAfter=No -20 , , PUNCT , _ 25 punct 25:punct _ +20 , , PUNCT , _ 19 punct 19:punct _ 21 " " PUNCT `` _ 25 punct 25:punct SpaceAfter=No 22 At at ADP IN _ 25 case 25:case _ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ @@ -231375,8 +231533,8 @@ 25 line line NOUN NN Number=Sing 17 xcomp 17:xcomp _ 26 at at ADP IN _ 27 case 27:case _ 27 WalMart WalMart PROPN NNP Number=Sing 25 nmod 25:nmod:at SpaceAfter=No -28 , , PUNCT , _ 33 punct 33:punct SpaceAfter=No -29 " " PUNCT '' _ 33 punct 33:punct _ +28 , , PUNCT , _ 25 punct 25:punct SpaceAfter=No +29 " " PUNCT '' _ 25 punct 25:punct _ 30 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 33 nsubj 33:nsubj _ 31 can can AUX MD VerbForm=Fin 33 aux 33:aux _ 32 honestly honestly ADV RB _ 33 advmod 33:advmod _ @@ -231384,21 +231542,21 @@ 34 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ 35 answer answer NOUN NN Number=Sing 37 nsubj 37:nsubj _ 36 now now ADV RB _ 37 advmod 37:advmod _ -37 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 33 ccomp 33:ccomp SpaceAfter=No -38 , , PUNCT , _ 37 punct 37:punct _ -39 " " PUNCT `` _ 37 punct 37:punct SpaceAfter=No +37 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 33 ccomp 33:ccomp SpaceAfter=No +38 , , PUNCT , _ 43 punct 43:punct _ +39 " " PUNCT `` _ 43 punct 43:punct SpaceAfter=No 40 At at ADP IN _ 43 case 43:case _ 41 The the DET DT Definite=Def|PronType=Art 43 det 43:det _ 42 Laundry Laundry PROPN NNP Number=Sing 43 compound 43:compound _ 43 Tub Tub PROPN NNP Number=Sing 37 obl 37:obl:at SpaceAfter=No -44 . . PUNCT . _ 33 punct 33:punct SpaceAfter=No -45 " " PUNCT '' _ 33 punct 33:punct _ +44 . . PUNCT . _ 43 punct 43:punct SpaceAfter=No +45 " " PUNCT '' _ 43 punct 43:punct _ # newdoc id = reviews-079375 # sent_id = reviews-079375-0001 # newpar id = reviews-079375-p0001 # text = Thank you! -1 Thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 1 obj 1:obj SpaceAfter=No 3 ! ! PUNCT . _ 1 punct 1:punct _ @@ -231407,7 +231565,7 @@ # text = I recently took a rescue puppy to this Clinic and I was SHOCKED at how well Romeo and My family was treated. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 recently recently ADV RB _ 3 advmod 3:advmod _ -3 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 took take VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 rescue rescue NOUN NN Number=Sing 6 compound 6:compound _ 6 puppy puppy NOUN NN Number=Sing 3 obj 3:obj _ @@ -231419,27 +231577,27 @@ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ 13 SHOCKED shocked ADJ JJ Degree=Pos 3 conj 3:conj:and _ 14 at at SCONJ IN _ 22 mark 22:mark _ -15 how how SCONJ WRB PronType=Int 16 mark 16:mark _ +15 how how ADV WRB PronType=Int 16 advmod 16:advmod _ 16 well well ADV RB Degree=Pos 22 advmod 22:advmod _ 17 Romeo Romeo PROPN NNP Number=Sing 22 nsubj:pass 22:nsubj:pass _ 18 and and CCONJ CC _ 20 cc 20:cc _ -19 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 family family NOUN NN Number=Sing 17 conj 17:conj:and|22:nsubj:pass _ 21 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 aux:pass 22:aux:pass _ -22 treated treat VERB VBN Tense=Past|VerbForm=Part 13 advcl 13:advcl:at SpaceAfter=No +22 treated treat VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 advcl 13:advcl:at SpaceAfter=No 23 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-079375-0003 # text = They worked around the clock to ensure that my puppy life was saved. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 worked work VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 worked work VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 around around ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 clock clock NOUN NN Number=Sing 2 obl 2:obl:around _ 6 to to PART TO _ 7 mark 7:mark _ 7 ensure ensure VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ 8 that that SCONJ IN _ 13 mark 13:mark _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 puppy puppy NOUN NN Number=Sing 11 compound 11:compound _ 11 life life NOUN NN Number=Sing 13 nsubj:pass 13:nsubj:pass _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux:pass 13:aux:pass _ @@ -231449,7 +231607,7 @@ # sent_id = reviews-079375-0004 # text = We have to leave him at the vet for 3 days and I was told to call for check ups as often as I wished that no matter how many times I called I would not annoy them. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 leave leave VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ @@ -231457,7 +231615,7 @@ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 vet vet NOUN NN Number=Sing 4 obl 4:obl:at _ 9 for for ADP IN _ 11 case 11:case _ -10 3 3 NUM CD NumType=Card 11 nummod 11:nummod _ +10 3 3 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 11 days day NOUN NNS Number=Plur 4 obl 4:obl:for _ 12 and and CCONJ CC _ 15 cc 15:cc _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj:pass 15:nsubj:pass|17:nsubj:xsubj _ @@ -231472,15 +231630,15 @@ 22 often often ADV RB _ 17 advmod 17:advmod _ 23 as as SCONJ IN _ 25 mark 25:mark _ 24 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 25 nsubj 25:nsubj _ -25 wished wish VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 advcl 21:advcl:as _ +25 wished wish VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 22 advcl 22:advcl:as _ 26 that that SCONJ IN _ 37 mark 37:mark _ -27 no no ADV RB _ 28 advmod 28:advmod _ -28 matter matter ADV RB _ 37 advmod 37:advmod _ -29 how how SCONJ WRB PronType=Int 30 mark 30:mark _ +27 no no DET DT PronType=Neg 28 det 28:det _ +28 matter matter NOUN NN Number=Sing 37 obl:npmod 37:obl:npmod _ +29 how how ADV WRB PronType=Int 30 advmod 30:advmod _ 30 many many ADJ JJ Degree=Pos 31 amod 31:amod _ -31 times time NOUN NNS Number=Plur 33 obj 33:obj _ +31 times time NOUN NNS Number=Plur 33 obl:tmod 33:obl:tmod _ 32 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 33 nsubj 33:nsubj _ -33 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 28 ccomp 28:ccomp _ +33 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 28 acl 28:acl _ 34 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 37 nsubj 37:nsubj _ 35 would would AUX MD VerbForm=Fin 37 aux 37:aux _ 36 not not PART RB _ 37 advmod 37:advmod _ @@ -231490,24 +231648,24 @@ # sent_id = reviews-079375-0005 # text = lol They where super friendly towards us and treated us like people not walking bags of cash. -1 lol lol INTJ UH _ 3 discourse 3:discourse _ -2 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj|9:nsubj _ -3 where be VERB VBD Mood=Ind|Tense=Past|Typo=Yes|VerbForm=Fin 0 root 0:root _ +1 lol lol INTJ UH _ 5 discourse 5:discourse _ +2 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj|9:nsubj _ +3 where be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|Typo=Yes|VerbForm=Fin 5 cop 5:cop CorrectForm=were 4 super super ADV RB _ 5 advmod 5:advmod _ -5 friendly friendly ADJ JJ Degree=Pos 3 xcomp 3:xcomp _ +5 friendly friendly ADJ JJ Degree=Pos 0 root 0:root _ 6 towards towards ADP IN _ 7 case 7:case _ 7 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 5 obl 5:obl:towards _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 treated treat VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +9 treated treat VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 10 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 9 obj 9:obj _ 11 like like ADP IN _ 12 case 12:case _ 12 people people NOUN NNS Number=Plur 9 obl 9:obl:like _ -13 not not ADV RB _ 15 advmod 15:advmod _ +13 not not PART RB _ 15 advmod 15:advmod _ 14 walking walk VERB VBG VerbForm=Ger 15 amod 15:amod _ 15 bags bag NOUN NNS Number=Plur 12 conj 9:obl:like|12:conj _ 16 of of ADP IN _ 17 case 17:case _ 17 cash cash NOUN NN Number=Sing 15 nmod 15:nmod:of SpaceAfter=No -18 . . PUNCT . _ 3 punct 3:punct _ +18 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-079375-0006 # text = In this day its rare to find such wonderful people who CARE , Not the kind of want to make cash. @@ -231516,21 +231674,21 @@ 3 day day NOUN NN Number=Sing 6 obl 6:obl:in _ 4-5 its _ _ _ _ _ _ _ _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 expl 6:expl _ -5 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +5 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 6 cop 6:cop CorrectForm='s 6 rare rare ADJ JJ Degree=Pos 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 find find VERB VB VerbForm=Inf 6 csubj 6:csubj _ -9 such such ADV RB _ 11 advmod 11:advmod _ +9 such such ADJ JJ Degree=Pos 11 amod 11:amod _ 10 wonderful wonderful ADJ JJ Degree=Pos 11 amod 11:amod _ 11 people people NOUN NNS Number=Plur 8 obj 8:obj|13:nsubj _ 12 who who PRON WP PronType=Rel 13 nsubj 11:ref _ -13 CARE care VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +13 CARE care VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ 14 , , PUNCT , _ 17 punct 17:punct _ -15 Not not ADV RB _ 17 advmod 17:advmod _ +15 Not not PART RB _ 17 advmod 17:advmod _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 kind kind NOUN NN Number=Sing 11 conj 11:conj _ 18 of of ADP IN _ 17 dep 17:dep _ -19 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ +19 want want VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ 20 to to PART TO _ 21 mark 21:mark _ 21 make make VERB VB VerbForm=Inf 19 xcomp 19:xcomp _ 22 cash cash NOUN NN Number=Sing 21 obj 21:obj SpaceAfter=No @@ -231543,7 +231701,7 @@ 3 strongly strongly ADV RB _ 4 advmod 4:advmod _ 4 suggest suggest VERB VB VerbForm=Inf 0 root 0:root _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 give give VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ +6 give give VERB VB Mood=Sub|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ 7 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 6 iobj 6:iobj _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 chance chance NOUN NN Number=Sing 6 obj 6:obj _ @@ -231552,13 +231710,13 @@ 12 to to ADP IN _ 13 case 13:case _ 13 you you PRON PRP Case=Acc|Person=2|PronType=Prs 11 obl 11:obl:to _ 14 that that SCONJ IN _ 22 mark 22:mark _ -15 not not ADV RB _ 16 advmod 16:advmod _ -16 all all DET DT _ 17 det 17:det _ +15 not not PART RB _ 16 advmod 16:advmod _ +16 all all DET DT PronType=Tot 17 det 17:det _ 17 people people NOUN NNS Number=Plur 22 nsubj 22:nsubj _ 18 in in ADP IN _ 20 case 20:case _ 19 this this DET DT Number=Sing|PronType=Dem 20 det 20:det _ 20 world world NOUN NN Number=Sing 17 nmod 17:nmod:in _ -21 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ +21 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 22 evil evil ADJ JJ Degree=Pos 11 ccomp 11:ccomp SpaceAfter=No 23 ! ! PUNCT . _ 4 punct 4:punct _ @@ -231569,26 +231727,26 @@ 3 never never ADV RB _ 4 advmod 4:advmod _ 4 go go VERB VB VerbForm=Inf 0 root 0:root _ 5 to to ADP IN _ 7 case 7:case _ -6 another another DET DT _ 7 det 7:det _ +6 another another DET DT PronType=Ind 7 det 7:det _ 7 vet vet NOUN NN Number=Sing 4 obl 4:obl:to _ 8 as as ADV RB _ 9 advmod 9:advmod _ 9 long long ADV RB Degree=Pos 4 advmod 4:advmod _ 10 as as SCONJ IN _ 12 mark 12:mark _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 advcl 8:advcl:as _ +12 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:as _ 13 animals animal NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No 14 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-079375-0009 # text = I live nearly two hours away and yet I will still make the drive to see them! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 live live VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 nearly nearly ADV RB _ 4 advmod 4:advmod _ -4 two two NUM CD NumType=Card 5 nummod 5:nummod _ +4 two two NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 5 hours hour NOUN NNS Number=Plur 6 obl:npmod 6:obl:npmod _ 6 away away ADV RB _ 2 advmod 2:advmod _ -7 and and CCONJ CC _ 8 cc 8:cc _ -8 yet yet CCONJ CC _ 12 cc 12:cc _ +7 and and CCONJ CC _ 12 cc 12:cc _ +8 yet yet ADV RB _ 12 advmod 12:advmod _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 10 will will AUX MD VerbForm=Fin 12 aux 12:aux _ 11 still still ADV RB _ 12 advmod 12:advmod _ @@ -231602,14 +231760,14 @@ # sent_id = reviews-079375-0010 # text = Infact I look forward to taking my animals to the vet simply because of how my animals and I are treated. -1 In in ADP IN _ 2 case 2:case SpaceAfter=No +1 In in ADP IN _ 2 case 2:case CorrectSpaceAfter=Yes|SpaceAfter=No 2 fact fact NOUN NN Number=Sing 4 obl 4:obl:in _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 look look VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 forward forward ADV RB _ 4 advmod 4:advmod _ 6 to to SCONJ IN _ 7 mark 7:mark _ 7 taking take VERB VBG VerbForm=Ger 4 advcl 4:advcl:to _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 animals animal NOUN NNS Number=Plur 7 obj 7:obj _ 10 to to ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -231617,13 +231775,13 @@ 13 simply simply ADV RB _ 16 advmod 16:advmod _ 14 because because ADP IN _ 16 case 16:case _ 15 of of SCONJ IN _ 14 fixed 14:fixed _ -16 how how ADV WRB PronType=Int 4 obl 4:obl:because_of _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +16 how how ADV WRB PronType=Rel 4 obl 4:obl:because_of|22:advmod _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 animals animal NOUN NNS Number=Plur 22 nsubj:pass 22:nsubj:pass _ 19 and and CCONJ CC _ 20 cc 20:cc _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 conj 18:conj:and|22:nsubj:pass _ -21 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 aux:pass 22:aux:pass _ -22 treated treat VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 acl:relcl 16:acl:relcl SpaceAfter=No +21 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 aux:pass 22:aux:pass _ +22 treated treat VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 advcl:relcl 16:advcl:relcl SpaceAfter=No 23 . . PUNCT . _ 4 punct 4:punct _ # newdoc id = reviews-231203 @@ -231631,7 +231789,7 @@ # newpar id = reviews-231203-p0001 # text = Okay, here's the scoop. 1 Okay okay INTJ UH _ 3 discourse 3:discourse SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3-4 here's _ _ _ _ _ _ _ _ 3 here here ADV RB PronType=Dem 0 root 0:root _ 4 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ @@ -231641,8 +231799,9 @@ # sent_id = reviews-231203-0002 # text = I'ma regular at the HH. -1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj SpaceAfter=No -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop SpaceAfter=No +1-2 I'm _ _ _ _ _ _ _ CorrectSpaceAfter=Yes|SpaceAfter=No +1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 regular regular NOUN NN Number=Sing 0 root 0:root _ 5 at at ADP IN _ 7 case 7:case _ @@ -231656,9 +231815,9 @@ 2 food food NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 excellent excellent ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 9 punct 9:punct _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -7 serivce service NOUN NN Number=Sing|Typo=Yes 9 nsubj 9:nsubj _ +7 serivce service NOUN NN Number=Sing|Typo=Yes 9 nsubj 9:nsubj CorrectForm=service 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 9 horrible horrible ADJ JJ Degree=Pos 4 parataxis 4:parataxis SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ @@ -231666,35 +231825,35 @@ # sent_id = reviews-231203-0004 # text = I think they're still in the mindset from when it was only smokers sitting around and drinking... not in any hurry. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3-4 they're _ _ _ _ _ _ _ _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -4 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +4 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 5 still still ADV RB _ 8 advmod 8:advmod _ 6 in in ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 mindset mindset NOUN NN Number=Sing 2 ccomp 2:ccomp _ -9 from from SCONJ IN _ 10 case 10:case _ -10 when when ADV WRB PronType=Int 8 nmod 8:nmod:from _ +9 from from ADP IN _ 10 case 10:case _ +10 when when ADV WRB PronType=Rel 8 nmod 8:nmod:from|15:advmod|18:advmod _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 cop 14:cop _ 13 only only ADV RB _ 14 advmod 14:advmod _ -14 smokers smoker NOUN NNS Number=Plur 10 acl:relcl 10:acl:relcl _ +14 smokers smoker NOUN NNS Number=Plur 10 advcl:relcl 10:advcl:relcl _ 15 sitting sit VERB VBG VerbForm=Ger 14 acl 14:acl _ 16 around around ADV RB _ 15 advmod 15:advmod _ 17 and and CCONJ CC _ 18 cc 18:cc _ 18 drinking drink VERB VBG VerbForm=Ger 15 conj 14:acl|15:conj:and SpaceAfter=No -19 ... ... PUNCT , _ 18 punct 18:punct _ -20 not not ADV RB _ 23 advmod 23:advmod _ +19 ... ... PUNCT , _ 23 punct 23:punct _ +20 not not PART RB _ 23 advmod 23:advmod _ 21 in in ADP IN _ 23 case 23:case _ -22 any any DET DT _ 23 det 23:det _ +22 any any DET DT PronType=Ind 23 det 23:det _ 23 hurry hurry NOUN NN Number=Sing 18 obl 18:obl:in SpaceAfter=No 24 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-231203-0005 # text = In my experience the food has been excellent (for the most part). 1 In in ADP IN _ 3 case 3:case _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 experience experience NOUN NN Number=Sing 8 obl 8:obl:in _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 food food NOUN NN Number=Sing 8 nsubj 8:nsubj _ @@ -231712,13 +231871,13 @@ # sent_id = reviews-231203-0006 # text = However, the bartenders/waitresses definately need to be re-trained (if they ever had any to begin with) and learn two things: only chat with customers when other customers are not impatiently waiting and to look around more often to see if people are waiting. 1 However however ADV RB _ 8 advmod 8:advmod SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ -3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 bartenders bartender NOUN NNS Number=Plur 8 nsubj 8:nsubj|11:nsubj:xsubj|23:nsubj:xsubj SpaceAfter=No -5 / / PUNCT , _ 6 cc 6:cc SpaceAfter=No +5 / / SYM , _ 6 cc 6:cc SpaceAfter=No 6 waitresses waitress NOUN NNS Number=Plur 4 conj 4:conj|8:nsubj|11:nsubj:xsubj|23:nsubj:xsubj _ -7 definately definitely ADV RB Typo=Yes 8 advmod 8:advmod _ -8 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 definately definitely ADV RB Typo=Yes 8 advmod 8:advmod CorrectForm=definitely +8 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 to to PART TO _ 11 mark 11:mark _ 10 be be AUX VB VerbForm=Inf 11 aux:pass 11:aux:pass _ 11 re-trained re-train VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 xcomp 8:xcomp _ @@ -231726,25 +231885,25 @@ 13 if if SCONJ IN _ 16 mark 16:mark _ 14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 15 ever ever ADV RB _ 16 advmod 16:advmod _ -16 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:if _ -17 any any DET DT _ 16 obj 16:obj _ +16 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:if _ +17 any any DET DT PronType=Ind 16 obj 16:obj _ 18 to to PART TO _ 19 mark 19:mark _ 19 begin begin VERB VB VerbForm=Inf 16 advcl 16:advcl:to _ 20 with with ADP IN _ 19 obl 19:obl SpaceAfter=No 21 ) ) PUNCT -RRB- _ 16 punct 16:punct _ 22 and and CCONJ CC _ 23 cc 23:cc _ 23 learn learn VERB VB VerbForm=Inf 11 conj 8:xcomp|11:conj:and _ -24 two two NUM CD NumType=Card 25 nummod 25:nummod _ +24 two two NUM CD NumForm=Word|NumType=Card 25 nummod 25:nummod _ 25 things thing NOUN NNS Number=Plur 23 obj 23:obj SpaceAfter=No -26 : : PUNCT : _ 25 punct 25:punct _ +26 : : PUNCT : _ 28 punct 28:punct _ 27 only only ADV RB _ 28 advmod 28:advmod _ 28 chat chat VERB VB Mood=Imp|VerbForm=Fin 25 appos 25:appos _ 29 with with ADP IN _ 30 case 30:case _ 30 customers customer NOUN NNS Number=Plur 28 obl 28:obl:with _ -31 when when SCONJ WRB PronType=Int 37 mark 37:mark _ +31 when when ADV WRB PronType=Int 37 advmod 37:advmod _ 32 other other ADJ JJ Degree=Pos 33 amod 33:amod _ 33 customers customer NOUN NNS Number=Plur 37 nsubj 37:nsubj _ -34 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 37 aux 37:aux _ +34 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 37 aux 37:aux _ 35 not not PART RB _ 37 advmod 37:advmod _ 36 impatiently impatiently ADV RB _ 37 advmod 37:advmod _ 37 waiting wait VERB VBG Tense=Pres|VerbForm=Part 28 advcl 28:advcl:when _ @@ -231752,20 +231911,20 @@ 39 to to PART TO _ 40 mark 40:mark _ 40 look look VERB VB Mood=Imp|VerbForm=Fin 28 conj 25:appos|28:conj:and _ 41 around around ADV RB _ 40 advmod 40:advmod _ -42 more more ADV RBR _ 43 advmod 43:advmod _ +42 more more ADV RBR Degree=Cmp 43 advmod 43:advmod _ 43 often often ADV RB _ 40 advmod 40:advmod _ 44 to to PART TO _ 45 mark 45:mark _ 45 see see VERB VB VerbForm=Inf 40 advcl 40:advcl:to _ 46 if if SCONJ IN _ 49 mark 49:mark _ 47 people people NOUN NNS Number=Plur 49 nsubj 49:nsubj _ -48 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 49 aux 49:aux _ -49 waiting wait VERB VBG Tense=Pres|VerbForm=Part 45 advcl 45:advcl:if SpaceAfter=No +48 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 49 aux 49:aux _ +49 waiting wait VERB VBG Tense=Pres|VerbForm=Part 45 ccomp 45:ccomp SpaceAfter=No 50 . . PUNCT . _ 8 punct 8:punct _ # sent_id = reviews-231203-0007 # text = In some cases the result is because of understaffing, in some cases the staff just doesn't care/know better. 1 In in ADP IN _ 3 case 3:case _ -2 some some DET DT _ 3 det 3:det _ +2 some some DET DT PronType=Ind 3 det 3:det _ 3 cases case NOUN NNS Number=Plur 9 obl 9:obl:in _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 result result NOUN NN Number=Sing 9 nsubj 9:nsubj _ @@ -231773,9 +231932,9 @@ 7 because because ADP IN _ 9 case 9:case _ 8 of of ADP IN _ 7 fixed 7:fixed _ 9 understaffing understaffing NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 19 punct 19:punct _ 11 in in ADP IN _ 13 case 13:case _ -12 some some DET DT _ 13 det 13:det _ +12 some some DET DT PronType=Ind 13 det 13:det _ 13 cases case NOUN NNS Number=Plur 19 obl 19:obl:in _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 staff staff NOUN NN Number=Sing 19 nsubj 19:nsubj|21:nsubj _ @@ -231784,9 +231943,9 @@ 17 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 18 n't not PART RB _ 19 advmod 19:advmod _ 19 care care VERB VB VerbForm=Inf 9 parataxis 9:parataxis SpaceAfter=No -20 / / PUNCT , _ 21 cc 21:cc SpaceAfter=No +20 / / SYM , _ 21 cc 21:cc SpaceAfter=No 21 know know VERB VB VerbForm=Inf 19 conj 19:conj _ -22 better better ADV RBR Degree=Cmp 21 advmod 21:advmod SpaceAfter=No +22 better well ADV RBR Degree=Cmp 21 advmod 21:advmod SpaceAfter=No 23 . . PUNCT . _ 9 punct 9:punct _ # sent_id = reviews-231203-0008 @@ -231795,14 +231954,14 @@ 2 must must AUX MD VerbForm=Fin 4 aux 4:aux _ 3 also also ADV RB _ 4 advmod 4:advmod _ 4 get get VERB VB VerbForm=Inf 0 root 0:root _ -5 something something PRON NN Number=Sing 4 obj 4:obj _ +5 something something PRON NN Number=Sing|PronType=Ind 4 obj 4:obj _ 6 to to PART TO _ 7 mark 7:mark _ 7 keep keep VERB VB VerbForm=Inf 5 acl 5:acl:to _ 8 take take NOUN NN Number=Sing 10 compound 10:compound SpaceAfter=No -9 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No +9 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No 10 out out NOUN NN Number=Sing 7 obj 7:obj|11:nsubj:xsubj _ 11 warm warm ADJ JJ Degree=Pos 7 xcomp 7:xcomp SpaceAfter=No -12 , , PUNCT , _ 7 punct 7:punct _ +12 , , PUNCT , _ 18 punct 18:punct _ 13 so so SCONJ IN _ 18 mark 18:mark _ 14-15 it's _ _ _ _ _ _ _ _ 14 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ @@ -231810,11 +231969,11 @@ 16 not not PART RB _ 18 advmod 18:advmod _ 17 room room NOUN NN Number=Sing 18 compound 18:compound _ 18 temperature temperature NOUN NN Number=Sing 7 advcl 7:advcl:so _ -19 at at ADV RB _ 20 case 20:case _ -20 best best ADV RBS Degree=Sup 18 obl 18:obl:at _ -21 when when SCONJ WRB PronType=Int 23 mark 23:mark _ +19 at at ADP IN _ 20 case 20:case _ +20 best well ADV RBS Degree=Sup 18 obl 18:obl:at _ +21 when when ADV WRB PronType=Int 23 advmod 23:advmod _ 22 you you PRON PRP Case=Nom|Person=2|PronType=Prs 23 nsubj 23:nsubj _ -23 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:when _ +23 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:when _ 24 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 23 obj 23:obj|25:nsubj:xsubj _ 25 home home ADV RB _ 23 xcomp 23:xcomp SpaceAfter=No 26 . . PUNCT . _ 4 punct 4:punct _ @@ -231823,18 +231982,18 @@ # text = You just have to know what you're getting into when you go. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 know know VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 what what PRON WP PronType=Int 9 obl 9:obl:into _ 7-8 you're _ _ _ _ _ _ _ _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -8 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +8 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 9 getting get VERB VBG Tense=Pres|VerbForm=Part 5 ccomp 5:ccomp _ 10 into into ADP IN _ 6 case 6:case _ -11 when when SCONJ WRB PronType=Int 13 mark 13:mark _ +11 when when ADV WRB PronType=Int 13 advmod 13:advmod _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ -13 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:when SpaceAfter=No +13 go go VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:when SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-231203-0010 @@ -231857,7 +232016,7 @@ 15 go go VERB VB Mood=Imp|VerbForm=Fin 3 conj 3:conj:and _ 16 if if SCONJ IN _ 18 mark 18:mark _ 17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ -18 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:if _ +18 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:if _ 19 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 20 limited limited ADJ JJ Degree=Pos 21 amod 21:amod _ 21 amount amount NOUN NN Number=Sing 18 obj 18:obj _ @@ -231879,17 +232038,17 @@ # text = I personally trust this Midas store with all my vehicles, I have been going there for years & would never go anywhere else! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 personally personally ADV RB _ 3 advmod 3:advmod _ -3 trust trust VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 trust trust VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 5 Midas Midas PROPN NNP Number=Sing 6 compound 6:compound _ -6 store store NOUN NN Number=Sing 3 obj 3:obj _ +6 store store NOUN NN Number=Sing 3 iobj 3:iobj _ 7 with with ADP IN _ 10 case 10:case _ -8 all all DET PDT _ 10 det:predet 10:det:predet _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 all all DET PDT PronType=Tot 10 det:predet 10:det:predet _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 vehicles vehicle NOUN NNS Number=Plur 3 obl 3:obl:with SpaceAfter=No -11 , , PUNCT , _ 3 punct 3:punct _ +11 , , PUNCT , _ 15 punct 15:punct _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj|22:nsubj _ -13 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ +13 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 15 aux 15:aux _ 14 been be AUX VBN Tense=Past|VerbForm=Part 15 aux 15:aux _ 15 going go VERB VBG VerbForm=Ger 3 parataxis 3:parataxis _ 16 there there ADV RB PronType=Dem 15 advmod 15:advmod _ @@ -231912,15 +232071,15 @@ 5 personable personable ADJ JJ Degree=Pos 0 root 0:root _ 6 & & CCONJ CC _ 8 cc 8:cc _ 7 actually actually ADV RB _ 8 advmod 8:advmod _ -8 care care VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj _ +8 care care VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 5 conj 5:conj CorrectForm=cares 9 about about ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -11 customers customer NOUN NNS Number=Plur 12 compound 12:compound _ +11 customers customer NOUN NNS Number=Plur 12 nmod:poss 12:nmod:poss MissingWordsAfter=' 12 safety safety NOUN NN Number=Sing 8 obl 8:obl:about _ 13 rather rather ADV RB _ 15 cc 15:cc _ 14 than than ADP IN _ 13 fixed 13:fixed _ 15 taking take VERB VBG VerbForm=Ger 12 conj 8:obl:about|12:conj:rather_than _ -16 there they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 17 nmod:poss 17:nmod:poss _ +16 there their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 17 nmod:poss 17:nmod:poss CorrectForm=their 17 money money NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No 18 . . PUNCT . _ 5 punct 5:punct _ @@ -231935,7 +232094,7 @@ 7 shop shop NOUN NN Number=Sing 0 root 0:root _ 8 but but CCONJ CC _ 10 cc 10:cc _ 9 there there PRON EX _ 10 expl 10:expl _ -10 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 conj 7:conj:but _ +10 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 conj 7:conj:but _ 11 appointments appointment NOUN NNS Number=Plur 10 nsubj 10:nsubj _ 12 available available ADJ JJ Degree=Pos 11 amod 11:amod _ 13 & & CCONJ CC _ 20 cc 20:cc _ @@ -231948,7 +232107,7 @@ 20 make make VERB VB VerbForm=Inf 10 conj 10:conj _ 21 sure sure ADJ JJ Degree=Pos 20 xcomp 20:xcomp _ 22 you you PRON PRP Case=Nom|Person=2|PronType=Prs 23 nsubj 23:nsubj _ -23 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 ccomp 21:ccomp _ +23 get get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 21 ccomp 21:ccomp _ 24 back back ADV RB _ 23 advmod 23:advmod _ 25 in in ADP IN _ 28 case 28:case _ 26 a a DET DT Definite=Ind|PronType=Art 28 det 28:det _ @@ -231959,18 +232118,18 @@ # sent_id = reviews-326649-0005 # text = I look at some of these other comments & laugh because people think that the world revolves around them! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|10:nsubj _ -2 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 look look VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 at at ADP IN _ 4 case 4:case _ -4 some some DET DT _ 2 obl 2:obl:at _ +4 some some DET DT PronType=Ind 2 obl 2:obl:at _ 5 of of ADP IN _ 8 case 8:case _ 6 these this DET DT Number=Plur|PronType=Dem 8 det 8:det _ 7 other other ADJ JJ Degree=Pos 8 amod 8:amod _ 8 comments comment NOUN NNS Number=Plur 4 nmod 4:nmod:of _ 9 & & CCONJ CC _ 10 cc 10:cc _ -10 laugh laugh VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj _ +10 laugh laugh VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj _ 11 because because SCONJ IN _ 13 mark 13:mark _ 12 people people NOUN NNS Number=Plur 13 nsubj 13:nsubj _ -13 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:because _ +13 think think VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 advcl 10:advcl:because _ 14 that that SCONJ IN _ 17 mark 17:mark _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 world world NOUN NN Number=Sing 17 nsubj 17:nsubj _ @@ -231995,29 +232154,29 @@ 1 Midas Midas PROPN NNP Number=Sing 2 nsubj 2:nsubj _ 2 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -4 most most ADV RBS _ 6 advmod 6:advmod _ -5 high high ADJ JJ Degree=Pos 6 compound 6:compound _ -6 tech tech NOUN NN Number=Sing 7 amod 7:amod _ +4 most most ADV RBS Degree=Sup 6 advmod 6:advmod _ +5 high high ADJ JJ Degree=Pos 6 amod 6:amod _ +6 tech tech NOUN NN Number=Sing 7 compound 7:compound _ 7 equipment equipment NOUN NN Number=Sing 2 obj 2:obj _ 8 in in ADP IN _ 9 case 9:case _ 9 town town NOUN NN Number=Sing 7 nmod 7:nmod:in _ 10 & & CCONJ CC _ 12 cc 12:cc _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 guarantee guarantee VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj _ -13 you you PRON PRP Case=Acc|Person=2|PronType=Prs 12 obj 12:obj _ +12 guarantee guarantee VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj _ +13 you you PRON PRP Case=Acc|Person=2|PronType=Prs 12 iobj 12:iobj _ 14 if if SCONJ IN _ 16 mark 16:mark _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -16 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 26 advcl 26:advcl:if _ -17 you you PRON PRP Case=Acc|Person=2|PronType=Prs 16 obj 16:obj _ +16 told tell VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 26 advcl 26:advcl:if _ +17 you you PRON PRP Case=Acc|Person=2|PronType=Prs 16 iobj 16:iobj _ 18 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 19 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 cop 20:cop _ 20 electrical electrical ADJ JJ Degree=Pos 16 ccomp 16:ccomp _ 21 then then ADV RB PronType=Dem 26 advmod 26:advmod _ -22 in in X GW _ 26 advmod 26:advmod _ -23 deed deed ADV RB _ 22 goeswith 22:goeswith _ +22 in indeed ADV GW Typo=Yes 26 advmod 26:advmod _ +23 deed _ X RB _ 22 goeswith 22:goeswith _ 24-25 its _ _ _ _ _ _ _ _ 24 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 26 nsubj 26:nsubj _ -25 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 cop 26:cop _ +25 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 26 cop 26:cop CorrectForm='s 26 electrical electrical ADJ JJ Degree=Pos 12 ccomp 12:ccomp SpaceAfter=No 27 ! ! PUNCT . _ 2 punct 2:punct _ @@ -232027,17 +232186,17 @@ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj|10:nsubj|20:nsubj _ 3 should should AUX MD VerbForm=Fin 4 aux 4:aux _ 4 understand understand VERB VB VerbForm=Inf 0 root 0:root _ -5 how how SCONJ WRB PronType=Int 8 mark 8:mark _ +5 how how ADV WRB PronType=Int 8 advmod 8:advmod _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 world world NOUN NN Number=Sing 8 nsubj 8:nsubj _ 8 works work VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _ 9 & & CCONJ CC _ 10 cc 10:cc _ 10 realize realize VERB VB VerbForm=Inf 4 conj 4:conj _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ +12 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 13 just just ADV RB _ 17 advmod 17:advmod _ 14 like like ADP IN _ 17 case 17:case _ -15 any any DET DT _ 17 det 17:det _ +15 any any DET DT PronType=Ind 17 det 17:det _ 16 other other ADJ JJ Degree=Pos 17 amod 17:amod _ 17 person person NOUN NN Number=Sing 10 ccomp 10:ccomp _ 18 & & CCONJ CC _ 20 cc 20:cc _ @@ -232062,10 +232221,10 @@ 9 because because SCONJ IN _ 12 mark 12:mark _ 10 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ -12 one one NUM CD NumType=Card 4 advcl 4:advcl:because _ +12 one one NUM CD NumForm=Word|NumType=Card 4 advcl 4:advcl:because _ 13 of of ADP IN _ 18 case 18:case _ 14 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -15 most most ADV RBS _ 16 advmod 16:advmod _ +15 most most ADV RBS Degree=Sup 16 advmod 16:advmod _ 16 honest honest ADJ JJ Degree=Pos 18 amod 18:amod _ 17 business business NOUN NN Number=Sing 18 compound 18:compound _ 18 owners owner NOUN NNS Number=Plur 12 nmod 12:nmod:of _ @@ -232076,24 +232235,24 @@ # sent_id = reviews-326649-0010 # text = When having your car worked on you have to trust the mechanic & this Midas is truly someone you can trust! -1 When when SCONJ WRB PronType=Int 2 mark 2:mark _ +1 When when ADV WRB PronType=Int 2 advmod 2:advmod _ 2 having have VERB VBG VerbForm=Ger 8 advcl 8:advcl:when _ -3 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ -4 car car NOUN NN Number=Sing 5 nsubj 5:nsubj _ -5 worked work VERB VBN Tense=Past|VerbForm=Part 2 ccomp 2:ccomp _ +3 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +4 car car NOUN NN Number=Sing 2 obj 2:obj|5:nsubj:xsubj _ +5 worked work VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 xcomp 2:xcomp _ 6 on on ADP IN _ 5 obl 5:obl _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ -8 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +8 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 to to PART TO _ 10 mark 10:mark _ 10 trust trust VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -12 mechanic mechanic NOUN NN Number=Sing 10 obj 10:obj _ +12 mechanic mechanic NOUN NN Number=Sing 10 iobj 10:iobj _ 13 & & CCONJ CC _ 18 cc 18:cc _ 14 this this DET DT Number=Sing|PronType=Dem 15 det 15:det _ 15 Midas Midas PROPN NNP Number=Sing 18 nsubj 18:nsubj _ 16 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 17 truly truly ADV RB _ 18 advmod 18:advmod _ -18 someone someone PRON NN Number=Sing 8 conj 8:conj _ +18 someone someone PRON NN Number=Sing|PronType=Ind 8 conj 8:conj _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 21 nsubj 21:nsubj _ 20 can can AUX MD VerbForm=Fin 21 aux 21:aux _ 21 trust trust VERB VB VerbForm=Inf 18 acl:relcl 18:acl:relcl SpaceAfter=No @@ -232104,7 +232263,7 @@ # newpar id = reviews-070730-p0001 # text = We decided to try this place last night because we noticed that it had some interesting things on the menu aside from the usual rolls-- live scallop sashimi, duck breast nigiri with foie gras, panko mussels-- but none of these were particularly great or worth the sticker price. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 decided decide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 decided decide VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 try try VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ @@ -232113,11 +232272,11 @@ 8 night night NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod _ 9 because because SCONJ IN _ 11 mark 11:mark _ 10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 noticed notice VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:because _ +11 noticed notice VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:because _ 12 that that SCONJ IN _ 14 mark 14:mark _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -14 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 ccomp 11:ccomp _ -15 some some DET DT _ 17 det 17:det _ +14 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 ccomp 11:ccomp _ +15 some some DET DT PronType=Ind 17 det 17:det _ 16 interesting interesting ADJ JJ Degree=Pos 17 amod 17:amod _ 17 things thing NOUN NNS Number=Plur 14 obj 14:obj _ 18 on on ADP IN _ 20 case 20:case _ @@ -232128,26 +232287,26 @@ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 24 usual usual ADJ JJ Degree=Pos 25 amod 25:amod _ 25 rolls roll NOUN NNS Number=Plur 21 obl 21:obl:from SpaceAfter=No -26 -- -- PUNCT , _ 14 punct 14:punct _ +26 -- -- PUNCT , _ 29 punct 29:punct _ 27 live live ADJ JJ Degree=Pos 28 amod 28:amod _ 28 scallop scallop NOUN NN Number=Sing 29 compound 29:compound _ -29 sashimi sashimi NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No -30 , , PUNCT , _ 29 punct 29:punct _ -31 duck duck NOUN NN _ 32 compound 32:compound _ +29 sashimi sashimi NOUN NN Number=Sing 17 parataxis 17:parataxis SpaceAfter=No +30 , , PUNCT , _ 33 punct 33:punct _ +31 duck duck NOUN NN Number=Sing 32 compound 32:compound _ 32 breast breast NOUN NN Number=Sing 33 compound 33:compound _ 33 nigiri nigiri NOUN NN Number=Sing 29 appos 29:appos _ 34 with with ADP IN _ 36 case 36:case _ 35 foie foie NOUN NN Number=Sing 36 compound 36:compound _ 36 gras gras NOUN NN Number=Sing 33 nmod 33:nmod:with SpaceAfter=No -37 , , PUNCT , _ 29 punct 29:punct _ +37 , , PUNCT , _ 39 punct 39:punct _ 38 panko panko NOUN NN Number=Sing 39 compound 39:compound _ 39 mussels mussel NOUN NNS Number=Plur 29 appos 29:appos SpaceAfter=No -40 -- -- PUNCT , _ 14 punct 14:punct _ +40 -- -- PUNCT , _ 29 punct 29:punct _ 41 but but CCONJ CC _ 47 cc 47:cc _ 42 none none NOUN NN Number=Sing 47 nsubj 47:nsubj|49:nsubj _ 43 of of ADP IN _ 44 case 44:case _ 44 these this PRON DT Number=Plur|PronType=Dem 42 nmod 42:nmod:of _ -45 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 47 cop 47:cop _ +45 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 47 cop 47:cop _ 46 particularly particularly ADV RB _ 47 advmod 47:advmod _ 47 great great ADJ JJ Degree=Pos 2 conj 2:conj:but _ 48 or or CCONJ CC _ 49 cc 49:cc _ @@ -232161,7 +232320,7 @@ # text = Additionally we tried the Logan Circle roll, spicy crab and tuna roll, and sweet potato tempura roll ($15, $10, and $3.75 respectively). 1 Additionally additionally ADV RB _ 3 advmod 3:advmod _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 tried try VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 5 Logan Logan PROPN NNP Number=Sing 6 compound 6:compound _ 6 Circle Circle PROPN NNP Number=Sing 7 compound 7:compound _ @@ -232180,14 +232339,14 @@ 19 roll roll NOUN NN Number=Sing 7 conj 3:obj|7:conj:and _ 20 ( ( PUNCT -LRB- _ 21 punct 21:punct SpaceAfter=No 21 $ $ SYM $ _ 7 appos 7:appos SpaceAfter=No -22 15 15 NUM CD NumType=Card 21 nummod 21:nummod SpaceAfter=No +22 15 15 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod SpaceAfter=No 23 , , PUNCT , _ 24 punct 24:punct _ 24 $ $ SYM $ _ 21 conj 7:appos|21:conj:and SpaceAfter=No -25 10 10 NUM CD NumType=Card 24 nummod 24:nummod SpaceAfter=No +25 10 10 NUM CD NumForm=Digit|NumType=Card 24 nummod 24:nummod SpaceAfter=No 26 , , PUNCT , _ 28 punct 28:punct _ 27 and and CCONJ CC _ 28 cc 28:cc _ 28 $ $ SYM $ _ 21 conj 7:appos|21:conj:and SpaceAfter=No -29 3.75 3.75 NUM CD NumType=Card 28 nummod 28:nummod _ +29 3.75 3.75 NUM CD NumForm=Digit|NumType=Frac 28 nummod 28:nummod _ 30 respectively respectively ADV RB _ 21 advmod 21:advmod SpaceAfter=No 31 ) ) PUNCT -RRB- _ 21 punct 21:punct SpaceAfter=No 32 . . PUNCT . _ 3 punct 3:punct _ @@ -232204,17 +232363,17 @@ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 9 great great ADJ JJ Degree=Pos 10 amod 10:amod _ 10 surprise surprise NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -11 : : PUNCT : _ 18 punct 18:punct _ +11 : : PUNCT : _ 12 punct 12:punct _ 12 cheap cheap ADJ JJ Degree=Pos 10 appos 10:appos _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 delicious delicious ADJ JJ Degree=Pos 12 conj 10:appos|12:conj:and SpaceAfter=No 15 , , PUNCT , _ 18 punct 18:punct _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 17 only only ADJ JJ Degree=Pos 18 amod 18:amod _ -18 thing thing NOUN NN Number=Sing 10 appos 10:appos _ +18 thing thing NOUN NN Number=Sing 10 appos 10:appos|20:obj|27:nsubj|32:nsubj _ 19 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ -21 that that PRON WDT PronType=Dem 27 nsubj 27:nsubj|32:nsubj _ +20 tried try VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ +21 that that PRON WDT PronType=Rel 27 nsubj 18:ref _ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ 23 would would AUX MD VerbForm=Fin 24 aux 24:aux _ 24 say say VERB VB VerbForm=Inf 18 acl:relcl 18:acl:relcl _ @@ -232230,7 +232389,7 @@ 34 and and CCONJ CC _ 37 cc 37:cc _ 35 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 37 nsubj 37:nsubj _ 36 never never ADV RB _ 37 advmod 37:advmod _ -37 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 parataxis 18:parataxis _ +37 get get VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 18 parataxis 18:parataxis _ 38 vegetarian vegetarian ADJ JJ Degree=Pos 39 amod 39:amod _ 39 rolls roll NOUN NNS Number=Plur 37 obj 37:obj SpaceAfter=No 40 ) ) PUNCT -RRB- _ 37 punct 37:punct SpaceAfter=No @@ -232242,38 +232401,38 @@ 2 other other ADJ JJ Degree=Pos 3 amod 3:amod _ 3 rolls roll NOUN NNS Number=Plur 8 nsubj 8:nsubj _ 4-5 weren't _ _ _ _ _ _ _ _ -4 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 cop 8:cop _ +4 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 5 n't not PART RB _ 8 advmod 8:advmod _ -6 at at ADV RB _ 7 case 7:case _ -7 all all ADV RB _ 8 obl 8:obl:at _ +6 at at ADP IN _ 7 case 7:case _ +7 all all DET DT PronType=Tot 8 obl 8:obl:at _ 8 special special ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ -10 especially especially ADV RB _ 11 advmod 11:advmod _ -11 given give VERB VBN Tense=Past|VerbForm=Part 8 obl 8:obl _ -12 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ -13 pricing pricing NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No +9 , , PUNCT , _ 13 punct 13:punct _ +10 especially especially ADV RB _ 13 advmod 13:advmod _ +11 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 case 13:case _ +12 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +13 pricing pricing NOUN NN Number=Sing 8 obl 8:obl:given SpaceAfter=No 14 . . PUNCT . _ 8 punct 8:punct _ # sent_id = reviews-070730-0005 # text = The bottom line is that the food isn't great and is relatively high-priced. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 bottom bottom ADJ JJ Degree=Pos 3 amod 3:amod _ -3 line line NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 line line NOUN NN Number=Sing 10 nsubj:outer 10:nsubj:outer|16:nsubj:outer _ +4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 5 that that SCONJ IN _ 10 mark 10:mark _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 food food NOUN NN Number=Sing 10 nsubj 10:nsubj|16:nsubj _ 8-9 isn't _ _ _ _ _ _ _ _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 9 n't not PART RB _ 10 advmod 10:advmod _ -10 great great ADJ JJ Degree=Pos 4 ccomp 4:ccomp _ +10 great great ADJ JJ Degree=Pos 0 root 0:root _ 11 and and CCONJ CC _ 16 cc 16:cc _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 13 relatively relatively ADV RB _ 16 advmod 16:advmod _ 14 high high ADJ JJ Degree=Pos 16 amod 16:amod SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No -16 priced priced ADJ JJ Degree=Pos 10 conj 4:ccomp|10:conj:and SpaceAfter=No -17 . . PUNCT . _ 4 punct 4:punct _ +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +16 priced priced ADJ JJ Degree=Pos 10 conj 0:root|10:conj:and SpaceAfter=No +17 . . PUNCT . _ 10 punct 10:punct _ # sent_id = reviews-070730-0006 # text = The service is solicitous, the atmosphere is nice and mod except the out-of-place flat-screen TV playing football. @@ -232281,7 +232440,7 @@ 2 service service NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 solicitous solicitous ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 9 punct 9:punct _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 atmosphere atmosphere NOUN NN Number=Sing 9 nsubj 9:nsubj|11:nsubj _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ @@ -232290,15 +232449,15 @@ 11 mod mod ADJ JJ Degree=Pos 9 conj 9:conj:and _ 12 except except ADP IN _ 22 case 22:case _ 13 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ -14 out out ADP IN _ 22 compound 22:compound SpaceAfter=No +14 out out ADP IN _ 18 case 18:case SpaceAfter=No 15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No 16 of of ADP IN _ 18 case 18:case SpaceAfter=No -17 - - PUNCT HYPH _ 18 punct 18:punct SpaceAfter=No -18 place place NOUN NN Number=Sing 14 nmod 14:nmod:of _ +17 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No +18 place place NOUN NN Number=Sing 22 compound 22:compound _ 19 flat flat ADJ JJ Degree=Pos 21 amod 21:amod SpaceAfter=No -20 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No +20 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No 21 screen screen NOUN NN Number=Sing 22 compound 22:compound _ -22 TV tv NOUN NN Number=Sing 9 obl 9:obl:except _ +22 TV TV NOUN NN Number=Sing 9 obl 9:obl:except _ 23 playing play VERB VBG VerbForm=Ger 22 acl 22:acl _ 24 football football NOUN NN Number=Sing 23 obj 23:obj SpaceAfter=No 25 . . PUNCT . _ 4 punct 4:punct _ @@ -232314,7 +232473,7 @@ 6 unless unless SCONJ IN _ 10 mark 10:mark _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 prices price NOUN NNS Number=Plur 10 nsubj:pass 10:nsubj:pass _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux:pass 10:aux:pass _ 10 cut cut VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 advcl 4:advcl:unless SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ @@ -232346,44 +232505,44 @@ # text = I was booked for 2 nights at this hotel in Oct 2007. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj:pass 3:nsubj:pass _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ -3 booked book VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +3 booked book VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 for for ADP IN _ 6 case 6:case _ -5 2 2 NUM CD NumType=Card 6 nummod 6:nummod _ +5 2 2 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 nights night NOUN NNS Number=Plur 3 obl 3:obl:for _ 7 at at ADP IN _ 9 case 9:case _ 8 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 hotel hotel NOUN NN Number=Sing 6 nmod 6:nmod:at _ 10 in in ADP IN _ 11 case 11:case _ -11 Oct Oct PROPN NNP Number=Sing 3 obl 3:obl:in _ -12 2007 2007 NUM CD NumType=Card 11 nmod:tmod 11:nmod:tmod SpaceAfter=No +11 Oct October PROPN NNP Abbr=Yes|Number=Sing 3 obl 3:obl:in _ +12 2007 2007 NUM CD NumForm=Digit|NumType=Card 11 nmod:tmod 11:nmod:tmod SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-020992-0003 # text = At 3:15 am on night #2, the fire alarm and strobe light activated in my room. 1 At at ADP IN _ 3 case 3:case _ -2 3:15 3:15 NUM CD NumType=Card 3 nummod 3:nummod _ -3 am am NOUN NN Number=Sing 15 obl 15:obl:at _ +2 3:15 3:15 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ +3 am a.m. NOUN NN Number=Sing 15 obl 15:obl:at _ 4 on on ADP IN _ 6 case 6:case _ 5 night night NOUN NN Number=Sing 6 compound 6:compound _ 6 # # SYM NN Number=Sing 15 obl 15:obl:on SpaceAfter=No -7 2 2 NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No -8 , , PUNCT , _ 15 punct 15:punct _ +7 2 2 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No +8 , , PUNCT , _ 6 punct 6:punct _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 fire fire NOUN NN Number=Sing 11 compound 11:compound _ 11 alarm alarm NOUN NN Number=Sing 15 nsubj 15:nsubj _ 12 and and CCONJ CC _ 14 cc 14:cc _ 13 strobe strobe NOUN NN Number=Sing 14 compound 14:compound _ 14 light light NOUN NN Number=Sing 11 conj 11:conj:and|15:nsubj _ -15 activated activate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +15 activated activate VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 16 in in ADP IN _ 18 case 18:case _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 room room NOUN NN Number=Sing 15 obl 15:obl:in SpaceAfter=No 19 . . PUNCT . _ 15 punct 15:punct _ # sent_id = reviews-020992-0004 # text = These are not household type alarms. 1 These this PRON DT Number=Plur|PronType=Dem 6 nsubj 6:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 3 not not PART RB _ 6 advmod 6:advmod _ 4 household household NOUN NN Number=Sing 5 compound 5:compound _ 5 type type NOUN NN Number=Sing 6 compound 6:compound _ @@ -232392,17 +232551,17 @@ # sent_id = reviews-020992-0005 # text = When they sound off, it is a true audio/visual experience. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 sound sound VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 csubj 13:csubj _ +3 sound sound VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl _ 4 off off ADP RP _ 3 compound:prt 3:compound:prt SpaceAfter=No -5 , , PUNCT , _ 13 punct 13:punct _ +5 , , PUNCT , _ 3 punct 3:punct _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 expl 13:expl _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 8 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 9 true true ADJ JJ Degree=Pos 13 amod 13:amod _ 10 audio audio ADJ JJ Degree=Pos 12 amod 12:amod SpaceAfter=No -11 / / PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +11 / / PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No 12 visual visual ADJ JJ Degree=Pos 13 amod 13:amod _ 13 experience experience NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 14 . . PUNCT . _ 13 punct 13:punct _ @@ -232410,13 +232569,13 @@ # sent_id = reviews-020992-0006 # text = I called the front desk and got no answer. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|7:nsubj _ -2 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 front front ADJ JJ Degree=Pos 5 amod 5:amod _ 5 desk desk NOUN NN Number=Sing 2 obj 2:obj _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ -8 no no DET DT _ 9 det 9:det _ +7 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +8 no no DET DT PronType=Neg 9 det 9:det _ 9 answer answer NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ @@ -232433,9 +232592,9 @@ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 seeing see VERB VBG VerbForm=Ger 2 conj 2:conj:and|14:advcl:after _ 11 none none NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No -12 , , PUNCT , _ 14 punct 14:punct _ +12 , , PUNCT , _ 2 punct 2:punct _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj|17:nsubj:xsubj|20:nsubj:xsubj _ -14 decided decide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +14 decided decide VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 15 to to PART TO _ 17 mark 17:mark _ 16 just just ADV RB _ 17 advmod 17:advmod _ 17 pack pack VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ @@ -232450,19 +232609,19 @@ 2 desk desk NOUN NN Number=Sing 3 compound 3:compound _ 3 agent agent NOUN NN Number=Sing 5 nsubj 5:nsubj _ 4 actually actually ADV RB _ 5 advmod 5:advmod _ -5 argued argue VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 argued argue VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 with with ADP IN _ 7 case 7:case _ 7 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 5 obl 5:obl:with SpaceAfter=No -8 , , PUNCT , _ 5 punct 5:punct _ +8 , , PUNCT , _ 9 punct 9:punct _ 9 claiming claim VERB VBG VerbForm=Ger 5 advcl 5:advcl _ 10 that that SCONJ IN _ 15 mark 15:mark _ -11 no no DET DT _ 13 det 13:det _ +11 no no DET DT PronType=Neg 13 det 13:det _ 12 such such ADJ JJ Degree=Pos 13 amod 13:amod _ 13 alarm alarm NOUN NN Number=Sing 15 nsubj 15:nsubj _ -14 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 aux 15:aux _ +14 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 aux 15:aux _ 15 gone go VERB VBN Tense=Past|VerbForm=Part 9 ccomp 9:ccomp _ 16 off off ADP RP _ 15 compound:prt 15:compound:prt _ -17 ( ( PUNCT -LRB- _ 9 punct 9:punct SpaceAfter=No +17 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No 18 as as SCONJ IN _ 22 mark 22:mark _ 19 if if SCONJ IN _ 22 mark 22:mark _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ @@ -232470,33 +232629,33 @@ 22 make make VERB VB VerbForm=Inf 9 advcl 9:advcl:if _ 23 that that PRON DT Number=Sing|PronType=Dem 22 obj 22:obj _ 24 up up ADP RP _ 22 compound:prt 22:compound:prt SpaceAfter=No -25 ? ? PUNCT . _ 9 punct 9:punct SpaceAfter=No -26 ) ) PUNCT -RRB- _ 9 punct 9:punct SpaceAfter=No +25 ? ? PUNCT . _ 22 punct 22:punct SpaceAfter=No +26 ) ) PUNCT -RRB- _ 22 punct 22:punct SpaceAfter=No 27 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-020992-0009 # text = He finally admitted that only the 4 ADA room alarms had sounded, so only 4 guests were effected (no big deal to him). 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 finally finally ADV RB _ 3 advmod 3:advmod _ -3 admitted admit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 admitted admit VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 that that SCONJ IN _ 12 mark 12:mark _ 5 only only ADV RB _ 10 advmod 10:advmod _ 6 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -7 4 4 NUM CD NumType=Card 10 nummod 10:nummod _ +7 4 4 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 8 ADA ada NOUN NN Number=Sing 9 compound 9:compound _ 9 room room NOUN NN Number=Sing 10 compound 10:compound _ 10 alarms alarm NOUN NNS Number=Plur 12 nsubj 12:nsubj _ -11 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 aux 12:aux _ +11 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 12 aux 12:aux _ 12 sounded sound VERB VBN Tense=Past|VerbForm=Part 3 ccomp 3:ccomp SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ +13 , , PUNCT , _ 19 punct 19:punct _ 14 so so ADV RB _ 19 advmod 19:advmod _ 15 only only ADV RB _ 17 advmod 17:advmod _ -16 4 4 NUM CD NumType=Card 17 nummod 17:nummod _ +16 4 4 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod _ 17 guests guest NOUN NNS Number=Plur 19 nsubj:pass 19:nsubj:pass _ -18 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 aux:pass 19:aux:pass _ -19 effected affect VERB VBN Tense=Past|Typo=Yes|VerbForm=Part|Voice=Pass 12 parataxis 12:parataxis _ +18 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 19 aux:pass 19:aux:pass _ +19 effected affect VERB VBN Tense=Past|Typo=Yes|VerbForm=Part|Voice=Pass 12 parataxis 12:parataxis CorrectForm=affected 20 ( ( PUNCT -LRB- _ 23 punct 23:punct SpaceAfter=No -21 no no DET DT _ 23 det 23:det _ +21 no no DET DT PronType=Neg 23 det 23:det _ 22 big big ADJ JJ Degree=Pos 23 amod 23:amod _ 23 deal deal NOUN NN Number=Sing 19 parataxis 19:parataxis _ 24 to to ADP IN _ 25 case 25:case _ @@ -232509,14 +232668,14 @@ 1 This this DET DT Number=Sing|PronType=Dem 3 det 3:det _ 2 little little ADJ JJ Degree=Pos 3 amod 3:amod _ 3 drip drip NOUN NN Number=Sing 4 nsubj 4:nsubj|11:nsubj|13:nsubj:xsubj _ -4 offered offer VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -5 no no DET DT _ 6 det 6:det _ +4 offered offer VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 no no DET DT PronType=Neg 6 det 6:det _ 6 apologies apology NOUN NNS Number=Plur 4 obj 4:obj _ 7 whatsoever whatsoever ADV RB _ 6 advmod 6:advmod SpaceAfter=No 8 , , PUNCT , _ 11 punct 11:punct _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 even even ADV RB _ 11 advmod 11:advmod _ -11 refused refuse VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +11 refused refuse VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 12 to to PART TO _ 13 mark 13:mark _ 13 give give VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 14 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 13 iobj 13:iobj _ @@ -232527,25 +232686,25 @@ 19 manager manager NOUN NN Number=Sing 16 nmod 16:nmod:of _ 20 until until SCONJ IN _ 22 mark 22:mark _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -22 pressed press VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:until _ +22 pressed press VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:until _ 23 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 22 obj 22:obj _ 24 for for ADP IN _ 25 case 25:case _ 25 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 obl 22:obl:for _ -26 3 3 NUM CD NumType=Card 27 nummod 27:nummod _ +26 3 3 NUM CD NumForm=Digit|NumType=Card 27 nummod 27:nummod _ 27 times time NOUN NNS Number=Plur 22 obl:tmod 22:obl:tmod SpaceAfter=No 28 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-020992-0011 # text = This hotel is adequate enough, but there is an obvious problem with the staff and management. 1 This this DET DT Number=Sing|PronType=Dem 2 det 2:det _ -2 hotel hotel NOUN NN Number=Sing 5 nsubj 5:nsubj _ -3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -4 adequate adequate ADJ JJ Degree=Pos 5 amod 5:amod _ -5 enough enough ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No +2 hotel hotel NOUN NN Number=Sing 4 nsubj 4:nsubj _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +4 adequate adequate ADJ JJ Degree=Pos 0 root 0:root _ +5 enough enough ADV RB _ 4 advmod 4:advmod SpaceAfter=No 6 , , PUNCT , _ 9 punct 9:punct _ 7 but but CCONJ CC _ 9 cc 9:cc _ 8 there there PRON EX _ 9 expl 9:expl _ -9 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ +9 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:but _ 10 an a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 11 obvious obvious ADJ JJ Degree=Pos 12 amod 12:amod _ 12 problem problem NOUN NN Number=Sing 9 nsubj 9:nsubj _ @@ -232554,7 +232713,7 @@ 15 staff staff NOUN NN Number=Sing 12 nmod 12:nmod:with _ 16 and and CCONJ CC _ 17 cc 17:cc _ 17 management management NOUN NN Number=Sing 15 conj 12:nmod:with|15:conj:and SpaceAfter=No -18 . . PUNCT . _ 5 punct 5:punct _ +18 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-020992-0012 # text = Do not go there if you expect to sleep through the night. @@ -232564,7 +232723,7 @@ 4 there there ADV RB PronType=Dem 3 advmod 3:advmod _ 5 if if SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ -7 expect expect VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ +7 expect expect VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:if _ 8 to to PART TO _ 9 mark 9:mark _ 9 sleep sleep VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 through through ADP IN _ 12 case 12:case _ @@ -232582,7 +232741,7 @@ 4 Lack lack NOUN NN Number=Sing 2 conj 2:conj _ 5 of of ADP IN _ 6 case 6:case _ 6 Passion passion NOUN NN Number=Sing 4 nmod 4:nmod:of SpaceAfter=No -7 : : PUNCT : _ 2 punct 2:punct _ +7 : : PUNCT : _ 10 punct 10:punct _ 8 Do do AUX VB Mood=Imp|VerbForm=Fin 10 aux 10:aux _ 9 NOT not PART RB _ 10 advmod 10:advmod _ 10 go go VERB VB Mood=Imp|VerbForm=Fin 2 parataxis 2:parataxis _ @@ -232591,15 +232750,15 @@ # newpar id = reviews-288100-p0002 # text = I began seeing Dr. Romanick back in 2000 and have seen a significant decline in the quality of care, patient-doctor communication, and just the overall level of services. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|3:nsubj:xsubj|11:nsubj _ -2 began begin VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 began begin VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 seeing see VERB VBG VerbForm=Ger 2 xcomp 2:xcomp _ 4 Dr. Dr. PROPN NNP Number=Sing 3 obj 3:obj _ 5 Romanick Romanick PROPN NNP Number=Sing 4 flat 4:flat _ 6 back back ADV RB _ 8 advmod 8:advmod _ 7 in in ADP IN _ 8 case 8:case _ -8 2000 2000 NUM CD NumType=Card 2 obl 2:obl:in _ +8 2000 2000 NUM CD NumForm=Digit|NumType=Card 2 obl 2:obl:in _ 9 and and CCONJ CC _ 11 cc 11:cc _ -10 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +10 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 11 seen see VERB VBN Tense=Past|VerbForm=Part 2 conj 2:conj:and _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 significant significant ADJ JJ Degree=Pos 14 amod 14:amod _ @@ -232611,7 +232770,7 @@ 19 care care NOUN NN Number=Sing 17 nmod 17:nmod:of SpaceAfter=No 20 , , PUNCT , _ 24 punct 24:punct _ 21 patient patient NOUN NN Number=Sing 23 compound 23:compound SpaceAfter=No -22 - - PUNCT HYPH _ 23 punct 23:punct SpaceAfter=No +22 - - PUNCT HYPH _ 21 punct 21:punct SpaceAfter=No 23 doctor doctor NOUN NN Number=Sing 24 compound 24:compound _ 24 communication communication NOUN NN Number=Sing 17 conj 14:nmod:in|17:conj:and SpaceAfter=No 25 , , PUNCT , _ 30 punct 30:punct _ @@ -232633,21 +232792,21 @@ 5 at at ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 receptionist receptionist NOUN NN Number=Sing 8 compound 8:compound _ -8 desk desk NOUN NN Number=Sing 4 obl 4:obl:at SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ -10 where where SCONJ WRB PronType=Rel 15 mark 15:mark _ +8 desk desk NOUN NN Number=Sing 4 obl 4:obl:at|15:obl|17:obl SpaceAfter=No +9 , , PUNCT , _ 15 punct 15:punct _ +10 where where ADV WRB PronType=Rel 15 advmod 8:ref _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 staff staff NOUN NN Number=Sing 15 nsubj 15:nsubj _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 14 very very ADV RB _ 15 advmod 15:advmod _ 15 impatient impatient ADJ JJ Degree=Pos 8 acl:relcl 8:acl:relcl _ 16 and and CCONJ CC _ 17 cc 17:cc _ -17 lack lack VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +17 lack lack VERB VBP Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 4 conj 4:conj:and|8:acl:relcl CorrectForm=lacks 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 efficiency efficiency NOUN NN Number=Sing 17 obj 17:obj _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -21 once once ADV RB NumType=Mult 22 advmod 22:advmod _ -22 loved love VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ +21 once once ADV RB NumForm=Word|NumType=Mult 22 advmod 22:advmod _ +22 loved love VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ 23 about about ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 office office NOUN NN Number=Sing 22 obl 22:obl:about SpaceAfter=No @@ -232656,32 +232815,32 @@ # sent_id = reviews-288100-0004 # text = It took them nearly two months to complete a simple task, and countless calls from my part due to their lack of response and passion (not that it's a requirement for the job, but it helps to at least pretend to be helpful). 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 expl 2:expl _ -2 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 2 iobj 2:iobj _ 4 nearly nearly ADV RB _ 5 advmod 5:advmod _ -5 two two NUM CD NumType=Card 6 nummod 6:nummod _ +5 two two NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 6 months month NOUN NNS Number=Plur 2 obj 2:obj _ 7 to to PART TO _ 8 mark 8:mark _ 8 complete complete VERB VB VerbForm=Inf 2 csubj 2:csubj _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 simple simple ADJ JJ Degree=Pos 11 amod 11:amod _ 11 task task NOUN NN Number=Sing 8 obj 8:obj SpaceAfter=No -12 , , PUNCT , _ 2 punct 2:punct _ +12 , , PUNCT , _ 15 punct 15:punct _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 countless countless ADJ JJ Degree=Pos 15 amod 15:amod _ 15 calls call NOUN NNS Number=Plur 6 conj 2:obj|6:conj:and _ 16 from from ADP IN _ 18 case 18:case _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 part part NOUN NN Number=Sing 15 nmod 15:nmod:from _ 19 due due ADP IN _ 22 case 22:case _ 20 to to ADP IN _ 19 fixed 19:fixed _ -21 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 lack lack NOUN NN Number=Sing 15 nmod 15:nmod:due_to _ 23 of of ADP IN _ 24 case 24:case _ 24 response response NOUN NN Number=Sing 22 nmod 22:nmod:of _ 25 and and CCONJ CC _ 26 cc 26:cc _ 26 passion passion NOUN NN Number=Sing 24 conj 22:nmod:of|24:conj:and _ -27 ( ( PUNCT -LRB- _ 28 punct 28:punct SpaceAfter=No +27 ( ( PUNCT -LRB- _ 33 punct 33:punct SpaceAfter=No 28 not not PART RB _ 33 advmod 33:advmod _ 29 that that SCONJ IN _ 33 mark 33:mark _ 30-31 it's _ _ _ _ _ _ _ _ @@ -232695,37 +232854,37 @@ 37 , , PUNCT , _ 40 punct 40:punct _ 38 but but CCONJ CC _ 40 cc 40:cc _ 39 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 40 expl 40:expl _ -40 helps help VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 conj 28:conj:but|33:advmod _ +40 helps help VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 33 conj 33:conj:but _ 41 to to PART TO _ 44 mark 44:mark _ -42 at at ADV RB _ 44 advmod 44:advmod _ -43 least least ADV RBS Degree=Sup 42 fixed 42:fixed _ +42 at at ADP IN ExtPos=ADV 44 advmod 44:advmod _ +43 least least ADJ JJS Degree=Sup 42 fixed 42:fixed _ 44 pretend pretend VERB VB VerbForm=Inf 40 csubj 40:csubj _ 45 to to PART TO _ 47 mark 47:mark _ 46 be be AUX VB VerbForm=Inf 47 cop 47:cop _ 47 helpful helpful ADJ JJ Degree=Pos 44 xcomp 44:xcomp SpaceAfter=No -48 ) ) PUNCT -RRB- _ 28 punct 28:punct SpaceAfter=No +48 ) ) PUNCT -RRB- _ 33 punct 33:punct SpaceAfter=No 49 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-288100-0005 # text = Also, I was promised to have my test results emailed to me, but it never happened, and after a few attempts to get Dr. Romanick on the phone to brief me on my condition, I finally gave up and went to a different doctor. 1 Also also ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj:pass 5:nsubj:pass|7:nsubj:xsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ 5 promised promise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 have have VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 test test NOUN NN Number=Sing 10 compound 10:compound _ 10 results result NOUN NNS Number=Plur 7 obj 7:obj|11:nsubj:xsubj _ -11 emailed email VERB VBN Tense=Past|VerbForm=Part 7 xcomp 7:xcomp _ +11 emailed email VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 xcomp 7:xcomp _ 12 to to ADP IN _ 13 case 13:case _ 13 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 11 obl 11:obl:to SpaceAfter=No 14 , , PUNCT , _ 18 punct 18:punct _ 15 but but CCONJ CC _ 18 cc 18:cc _ 16 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 17 never never ADV RB _ 18 advmod 18:advmod _ -18 happened happen VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:but SpaceAfter=No +18 happened happen VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:but SpaceAfter=No 19 , , PUNCT , _ 41 punct 41:punct _ 20 and and CCONJ CC _ 41 cc 41:cc _ 21 after after ADP IN _ 24 case 24:case _ @@ -232743,15 +232902,15 @@ 33 brief brief VERB VB VerbForm=Inf 26 advcl 26:advcl:to _ 34 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 33 obj 33:obj _ 35 on on ADP IN _ 37 case 37:case _ -36 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ +36 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ 37 condition condition NOUN NN Number=Sing 33 obl 33:obl:on SpaceAfter=No -38 , , PUNCT , _ 41 punct 41:punct _ +38 , , PUNCT , _ 24 punct 24:punct _ 39 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 41 nsubj 41:nsubj|44:nsubj _ 40 finally finally ADV RB _ 41 advmod 41:advmod _ -41 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 conj 18:conj:and _ +41 gave give VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 18 conj 18:conj:and _ 42 up up ADP RP _ 41 compound:prt 41:compound:prt _ 43 and and CCONJ CC _ 44 cc 44:cc _ -44 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 41 conj 41:conj:and _ +44 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 41 conj 41:conj:and _ 45 to to ADP IN _ 48 case 48:case _ 46 a a DET DT Definite=Ind|PronType=Art 48 det 48:det _ 47 different different ADJ JJ Degree=Pos 48 amod 48:amod _ @@ -232767,20 +232926,20 @@ 5 there there ADV RB PronType=Dem 4 advmod 4:advmod _ 6 if if SCONJ IN _ 15 mark 15:mark _ 7-8 it's _ _ _ _ _ _ _ _ -7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ +7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 expl 15:expl _ 8 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 9 professional professional ADJ JJ Degree=Pos 15 amod 15:amod SpaceAfter=No -10 , , PUNCT , _ 15 punct 15:punct _ +10 , , PUNCT , _ 9 punct 9:punct _ 11 friendly friendly ADJ JJ Degree=Pos 15 amod 15:amod SpaceAfter=No -12 , , PUNCT , _ 15 punct 15:punct _ +12 , , PUNCT , _ 11 punct 11:punct _ 13 diligent diligent ADJ JJ Degree=Pos 15 amod 15:amod _ 14 medical medical ADJ JJ Degree=Pos 15 amod 15:amod _ -15 services service NOUN NNS Number=Plur 4 advcl 4:advcl:if _ +15 services service NOUN NNS Number=Plur 4 advcl 4:advcl:if|18:obl:for _ 16-17 you're _ _ _ _ _ _ _ _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ -17 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ -18 looking look VERB VBG Tense=Pres|VerbForm=Part 15 acl:relcl 15:acl:relcl _ -19 for for ADP IN _ 18 obl 18:obl SpaceAfter=No +17 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ +18 looking look VERB VBG Tense=Pres|VerbForm=Part 15 advcl:relcl 15:advcl:relcl _ +19 for for ADP IN _ 18 obl 15:case SpaceAfter=No 20 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-288100-0007 @@ -232796,10 +232955,10 @@ 9 and and CCONJ CC _ 10 cc 10:cc _ 10 visit visit VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ 11 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ -12 more more ADV RBR _ 13 advmod 13:advmod _ +12 more more ADV RBR Degree=Cmp 13 advmod 13:advmod _ 13 caring caring ADJ JJ Degree=Pos 14 amod 14:amod _ 14 facility facility NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No -15 / / PUNCT , _ 16 cc 16:cc SpaceAfter=No +15 / / SYM , _ 16 cc 16:cc SpaceAfter=No 16 doctor doctor NOUN NN Number=Sing 14 conj 10:obj|14:conj SpaceAfter=No 17 . . PUNCT . _ 1 punct 1:punct _ @@ -232811,63 +232970,63 @@ 2 moving moving NOUN NN Number=Sing 3 compound 3:compound _ 3 company company NOUN NN Number=Sing 6 nsubj:pass 6:nsubj:pass|11:nsubj:pass _ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux:pass 6:aux:pass _ -5 actualy actually ADV RB Typo=Yes 6 advmod 6:advmod _ -6 based base VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +5 actualy actually ADV RB Typo=Yes 6 advmod 6:advmod CorrectForm=actually +6 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 7 in in ADP IN _ 8 case 8:case _ 8 Brooklyn Brooklyn PROPN NNP Number=Sing 6 obl 6:obl:in SpaceAfter=No 9 , , PUNCT , _ 11 punct 11:punct _ 10 but but CCONJ CC _ 11 cc 11:cc _ -11 advertised advertise VERB VBN Tense=Past|VerbForm=Part 6 conj 6:conj:but _ +11 advertised advertise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 conj 6:conj:but _ 12 all all ADV RB _ 14 advmod 14:advmod _ 13 over over ADP IN _ 14 case 14:case _ 14 NY NY PROPN NNP Number=Sing 11 obl 11:obl:over SpaceAfter=No -15 / / PUNCT HYPH _ 16 cc 16:cc SpaceAfter=No +15 / / SYM HYPH _ 16 cc 16:cc SpaceAfter=No 16 NJ NJ PROPN NNP Number=Sing 14 conj 11:obl:over|14:conj SpaceAfter=No -17 , , PUNCT , _ 14 punct 14:punct _ +17 , , PUNCT , _ 20 punct 20:punct _ 18 including include VERB VBG VerbForm=Ger 20 case 20:case _ 19 Fort Fort PROPN NNP Number=Sing 20 compound 20:compound _ -20 Lee Lee PROPN NNP Number=Sing 14 nmod 14:nmod:include SpaceAfter=No +20 Lee Lee PROPN NNP Number=Sing 14 nmod 14:nmod:including SpaceAfter=No 21 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-010820-0002 # text = When the guys arrived (2 hours later than agreed) they told that you have to pay all the tolls they payed coming from Brooklyn and extra $100 for them to drive back from your destination. -1 When when SCONJ WRB PronType=Int 4 mark 4:mark _ +1 When when ADV WRB PronType=Int 4 advmod 4:advmod _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 guys guy NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -4 arrived arrive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:when _ +4 arrived arrive VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:when _ 5 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No -6 2 2 NUM CD NumType=Card 7 nummod 7:nummod _ +6 2 2 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 hours hour NOUN NNS Number=Plur 8 obl:npmod 8:obl:npmod _ -8 later later ADV RBR Degree=Cmp 4 advmod 4:advmod _ +8 later late ADV RBR Degree=Cmp 4 advmod 4:advmod _ 9 than than SCONJ IN _ 10 mark 10:mark _ -10 agreed agree VERB VBN Tense=Past|VerbForm=Part 8 advcl 8:advcl:than SpaceAfter=No +10 agreed agree VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 advcl 8:advcl:than SpaceAfter=No 11 ) ) PUNCT -RRB- _ 8 punct 8:punct _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +13 told tell VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 14 that that SCONJ IN _ 16 mark 16:mark _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj|18:nsubj:xsubj _ -16 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 ccomp 13:ccomp _ +16 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 13 ccomp 13:ccomp _ 17 to to PART TO _ 18 mark 18:mark _ 18 pay pay VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ -19 all all DET PDT _ 21 det:predet 21:det:predet _ +19 all all DET PDT PronType=Tot 21 det:predet 21:det:predet _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 tolls toll NOUN NNS Number=Plur 18 obj 18:obj _ 22 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 23 nsubj 23:nsubj _ -23 payed pay VERB VBD Mood=Ind|Tense=Past|Typo=Yes|VerbForm=Fin 21 acl:relcl 21:acl:relcl _ +23 payed pay VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|Typo=Yes|VerbForm=Fin 21 acl:relcl 21:acl:relcl CorrectForm=payed 24 coming come VERB VBG VerbForm=Ger 23 advcl 23:advcl _ 25 from from ADP IN _ 26 case 26:case _ 26 Brooklyn Brooklyn PROPN NNP Number=Sing 24 obl 24:obl:from _ 27 and and CCONJ CC _ 29 cc 29:cc _ 28 extra extra ADJ JJ Degree=Pos 29 amod 29:amod _ 29 $ $ SYM $ _ 21 conj 18:obj|21:conj:and SpaceAfter=No -30 100 100 NUM CD NumType=Card 29 nummod 29:nummod _ +30 100 100 NUM CD NumForm=Digit|NumType=Card 29 nummod 29:nummod _ 31 for for SCONJ IN _ 34 mark 34:mark _ 32 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 34 nsubj 34:nsubj _ 33 to to PART TO _ 34 mark 34:mark _ 34 drive drive VERB VB VerbForm=Inf 29 advcl 29:advcl:for _ 35 back back ADV RB _ 34 advmod 34:advmod _ 36 from from ADP IN _ 38 case 38:case _ -37 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ +37 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ 38 destination destination NOUN NN Number=Sing 35 obl 35:obl:from SpaceAfter=No 39 . . PUNCT . _ 13 punct 13:punct _ @@ -232878,21 +233037,21 @@ 3 not not PART RB _ 5 advmod 5:advmod _ 4 in in ADP IN _ 5 case 5:case _ 5 agreement agreement NOUN NN Number=Sing 0 root 0:root _ -6 eather either ADV RB Typo=Yes 5 advmod 5:advmod SpaceAfter=No +6 eather either ADV RB Typo=Yes 5 advmod 5:advmod CorrectForm=either|SpaceAfter=No 7 , , PUNCT , _ 11 punct 11:punct _ 8 but but CCONJ CC _ 11 cc 11:cc _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -10 realy really ADV RB Typo=Yes 11 advmod 11:advmod _ -11 demand demand VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ +10 realy really ADV RB Typo=Yes 11 advmod 11:advmod CorrectForm=really +11 demand demand VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:but _ 12 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj SpaceAfter=No 13 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-010820-0004 # text = And another $100 for wrapping the furniture. 1 And and CCONJ CC _ 3 cc 3:cc _ -2 another another DET DT _ 3 det 3:det _ +2 another another DET DT PronType=Ind 3 det 3:det _ 3 $ $ SYM $ _ 0 root 0:root SpaceAfter=No -4 100 100 NUM CD NumType=Card 3 nummod 3:nummod _ +4 100 100 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 5 for for SCONJ IN _ 6 mark 6:mark _ 6 wrapping wrap VERB VBG VerbForm=Ger 3 acl 3:acl:for _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -232904,21 +233063,21 @@ 1 So so ADV RB _ 2 advmod 2:advmod _ 2 totalling total VERB VBG VerbForm=Ger 0 root 0:root _ 3 $ $ SYM $ _ 2 obj 2:obj SpaceAfter=No -4 212 212 NUM CD NumType=Card 3 nummod 3:nummod _ +4 212 212 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 5 just just ADV RB _ 7 advmod 7:advmod _ 6 for for ADP IN _ 7 case 7:case _ 7 start start NOUN NN Number=Sing 2 obl 2:obl:for _ 8 before before SCONJ IN _ 11 mark 11:mark _ -9 any any DET DT _ 10 det 10:det _ +9 any any DET DT PronType=Ind 10 det 10:det _ 10 work work NOUN NN Number=Sing 11 nsubj 11:nsubj _ -11 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:before SpaceAfter=No +11 started start VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:before SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-010820-0006 # text = Guess what, was not in the initial agreement as well. 1 Guess guess VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 what what PRON WP PronType=Int 1 obj 1:obj SpaceAfter=No -3 , , PUNCT , _ 1 punct 1:punct _ +3 , , PUNCT , _ 9 punct 9:punct _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 5 not not PART RB _ 9 advmod 9:advmod _ 6 in in ADP IN _ 9 case 9:case _ @@ -232936,17 +233095,17 @@ 3 moving move VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 out out ADP RP _ 3 compound:prt 3:compound:prt _ 5 from from ADP IN _ 8 case 8:case _ -6 2 2 NUM CD NumType=Card 7 nummod 7:nummod _ +6 2 2 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 bdr bdr NOUN NN Number=Sing 8 compound 8:compound _ 8 apartment apartment NOUN NN Number=Sing 3 obl 3:obl:from _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +11 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 12 for for ADP IN _ 15 case 15:case _ -13 3 3 NUM CD NumType=Card 15 nummod 15:nummod _ +13 3 3 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 14 strong strong ADJ JJ Degree=Pos 15 amod 15:amod _ 15 guys guy NOUN NNS Number=Plur 11 obl 11:obl:for _ -16 6 6 NUM CD NumType=Card 17 nummod 17:nummod _ +16 6 6 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod _ 17 hours hour NOUN NNS Number=Plur 11 obj 11:obj _ 18 to to PART TO _ 19 mark 19:mark _ 19 load load VERB VB VerbForm=Inf 11 advcl 11:advcl:to _ @@ -232954,11 +233113,11 @@ 21 track track NOUN NN Number=Sing 19 obj 19:obj _ 22 ( ( PUNCT -LRB- _ 25 punct 25:punct SpaceAfter=No 23 from from ADP IN _ 25 case 25:case _ -24 2 2 NUM CD NumType=Card 25 nummod 25:nummod SpaceAfter=No -25 pm pm NOUN NN Number=Sing 11 obl 11:obl:from SpaceAfter=No +24 2 2 NUM CD NumForm=Digit|NumType=Card 25 nummod 25:nummod SpaceAfter=No +25 pm p.m. NOUN NN Number=Sing 11 obl 11:obl:from SpaceAfter=No 26 - - SYM SYM _ 28 case 28:case SpaceAfter=No -27 8 8 NUM CD NumType=Card 28 nummod 28:nummod SpaceAfter=No -28 pm pm NOUN NN Number=Sing 25 nmod 25:nmod SpaceAfter=No +27 8 8 NUM CD NumForm=Digit|NumType=Card 28 nummod 28:nummod SpaceAfter=No +28 pm p.m. NOUN NN Number=Sing 25 nmod 25:nmod SpaceAfter=No 29 ) ) PUNCT -RRB- _ 25 punct 25:punct SpaceAfter=No 30 . . PUNCT . _ 3 punct 3:punct _ @@ -232969,24 +233128,24 @@ 3 reason reason NOUN NN Number=Sing 0 root 0:root _ 4-5 I'm _ _ _ _ _ _ _ _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -5 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 giving give VERB VBG Tense=Pres|VerbForm=Part 3 acl:relcl 3:acl:relcl _ -7 3 3 NUM CD NumType=Card 8 nummod 8:nummod _ +7 3 3 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 8 stars star NOUN NNS Number=Plur 6 obj 6:obj _ 9 instead instead ADV RB _ 11 case 11:case _ 10 of of ADP IN _ 9 fixed 9:fixed _ -11 1 1 NUM CD NumType=Card 6 obl 6:obl:instead_of _ +11 1 1 NUM CD NumForm=Digit|NumType=Card 6 obl 6:obl:instead_of _ 12 or or CCONJ CC _ 13 cc 13:cc _ -13 2 2 NUM CD NumType=Card 11 conj 6:obl:instead_of|11:conj:or SpaceAfter=No +13 2 2 NUM CD NumForm=Digit|NumType=Card 11 conj 6:obl:instead_of|11:conj:or SpaceAfter=No 14 , , PUNCT , _ 17 punct 17:punct _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ 16 should should AUX MD VerbForm=Fin 17 aux 17:aux _ 17 admit admit VERB VB VerbForm=Inf 3 parataxis 3:parataxis SpaceAfter=No 18 , , PUNCT , _ 17 punct 17:punct _ -19 nothing nothing PRON NN Number=Sing 21 nsubj:pass 21:nsubj:pass _ +19 nothing nothing PRON NN Number=Sing|PronType=Neg 21 nsubj:pass 21:nsubj:pass _ 20 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 aux:pass 21:aux:pass _ 21 broken break VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 parataxis 3:parataxis SpaceAfter=No -22 . . PUNCT . _ 17 punct 17:punct _ +22 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-010820-0009 # text = So I still can recomend them but prepare pay twice as much as they tell you initially. @@ -232994,33 +233153,33 @@ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|8:nsubj|9:nsubj:xsubj _ 3 still still ADV RB _ 5 advmod 5:advmod _ 4 can can AUX MD VerbForm=Fin 5 aux 5:aux _ -5 recomend recommend VERB VB Typo=Yes|VerbForm=Inf 0 root 0:root _ +5 recomend recommend VERB VB Typo=Yes|VerbForm=Inf 0 root 0:root CorrectForm=recommend 6 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 5 obj 5:obj _ 7 but but CCONJ CC _ 8 cc 8:cc _ 8 prepare prepare VERB VB Mood=Imp|VerbForm=Fin 5 conj 5:conj:but _ 9 pay pay VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ -10 twice twice ADV RB NumType=Mult 12 advmod 12:advmod _ +10 twice twice ADV RB NumForm=Word|NumType=Mult 12 advmod 12:advmod _ 11 as as ADV RB _ 12 advmod 12:advmod _ 12 much much ADJ JJ Degree=Pos 9 obj 9:obj _ 13 as as SCONJ IN _ 15 mark 15:mark _ 14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -15 tell tell VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:as _ -16 you you PRON PRP Case=Acc|Person=2|PronType=Prs 15 obj 15:obj _ +15 tell tell VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:as _ +16 you you PRON PRP Case=Acc|Person=2|PronType=Prs 15 iobj 15:iobj _ 17 initially initially ADV RB _ 15 advmod 15:advmod SpaceAfter=No 18 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-010820-0010 # text = One more thing, they don't take any credit cards or checks. -1 One one NUM CD NumType=Card 3 nummod 3:nummod _ +1 One one NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 2 more more ADJ JJR Degree=Cmp 3 amod 3:amod _ 3 thing thing NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 8 punct 8:punct _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 6-7 don't _ _ _ _ _ _ _ _ -6 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 n't not PART RB _ 8 advmod 8:advmod _ 8 take take VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ -9 any any DET DT _ 11 det 11:det _ +9 any any DET DT PronType=Ind 11 det 11:det _ 10 credit credit NOUN NN Number=Sing 11 compound 11:compound _ 11 cards card NOUN NNS Number=Plur 8 obj 8:obj _ 12 or or CCONJ CC _ 13 cc 13:cc _ @@ -233030,18 +233189,18 @@ # sent_id = reviews-010820-0011 # text = You have to pay CASH ONLY before they start unloading track on your destination. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 pay pay VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 CASH cash NOUN NN Number=Sing 4 obj 4:obj _ 6 ONLY only ADV RB _ 5 advmod 5:advmod _ 7 before before SCONJ IN _ 9 mark 9:mark _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj|10:nsubj:xsubj _ -9 start start VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:before _ +9 start start VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:before _ 10 unloading unload VERB VBG VerbForm=Ger 9 xcomp 9:xcomp _ 11 track track NOUN NN Number=Sing 10 obj 10:obj _ 12 on on ADP IN _ 14 case 14:case _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 destination destination NOUN NN Number=Sing 10 obl 10:obl:on SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ @@ -233049,7 +233208,7 @@ # sent_id = reviews-363873-0001 # newpar id = reviews-363873-p0001 # text = Worst Apartments EVER -1 Worst worst ADJ JJS Degree=Sup 2 amod 2:amod _ +1 Worst bad ADJ JJS Degree=Sup 2 amod 2:amod _ 2 Apartments apartment NOUN NNS Number=Plur 0 root 0:root _ 3 EVER ever ADV RB _ 2 advmod 2:advmod _ @@ -233057,14 +233216,14 @@ # newpar id = reviews-363873-p0002 # text = We lived here for 2 years, the first year or so was okay. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 lived live VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 lived live VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 here here ADV RB PronType=Dem 2 advmod 2:advmod _ 4 for for ADP IN _ 6 case 6:case _ -5 2 2 NUM CD NumType=Card 6 nummod 6:nummod _ +5 2 2 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 years year NOUN NNS Number=Plur 2 obl 2:obl:for SpaceAfter=No -7 , , PUNCT , _ 2 punct 2:punct _ +7 , , PUNCT , _ 14 punct 14:punct _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -9 first first ADJ JJ Degree=Pos|NumType=Ord 10 amod 10:amod _ +9 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 10 amod 10:amod _ 10 year year NOUN NN Number=Sing 14 nsubj 14:nsubj _ 11 or or CCONJ CC _ 12 cc 12:cc _ 12 so so ADV RB _ 10 advmod 10:advmod _ @@ -233075,35 +233234,35 @@ # sent_id = reviews-363873-0003 # text = Then, the more power they gave to Linda, the worse the place got. 1 Then then ADV RB PronType=Dem 15 advmod 15:advmod SpaceAfter=No -2 , , PUNCT , _ 15 punct 15:punct _ -3 the the DET DT Definite=Def|PronType=Art 7 mark 7:mark _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 more more ADJ JJR Degree=Cmp 5 amod 5:amod _ 5 power power NOUN NN Number=Sing 7 obj 7:obj _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 advcl 15:advcl:the _ +7 gave give VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 15 advcl 15:advcl:the _ 8 to to ADP IN _ 9 case 9:case _ 9 Linda Linda PROPN NNP Number=Sing 7 obl 7:obl:to SpaceAfter=No -10 , , PUNCT , _ 15 punct 15:punct _ -11 the the DET DT Definite=Def|PronType=Art 12 mark 12:mark _ -12 worse worse ADJ JJR Degree=Cmp 15 advmod 15:advmod _ +10 , , PUNCT , _ 7 punct 7:punct _ +11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ +12 worse bad ADJ JJR Degree=Cmp 15 advmod 15:advmod _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 place place NOUN NN Number=Sing 15 nsubj 15:nsubj _ -15 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +15 got get VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 16 . . PUNCT . _ 15 punct 15:punct _ # sent_id = reviews-363873-0004 # text = We were always having our water shut off, there were always people having parties at the pool, even after it was supposed to be closed. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 always always ADV RB _ 4 advmod 4:advmod _ 4 having have VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -5 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ -6 water water NOUN NN Number=Sing 7 nsubj 7:nsubj _ -7 shut shut VERB VBN Tense=Past|VerbForm=Part 4 ccomp 4:ccomp _ +5 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +6 water water NOUN NN Number=Sing 4 obj 4:obj|7:nsubj:xsubj _ +7 shut shut VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 xcomp 4:xcomp _ 8 off off ADP RP _ 7 compound:prt 7:compound:prt SpaceAfter=No -9 , , PUNCT , _ 4 punct 4:punct _ +9 , , PUNCT , _ 11 punct 11:punct _ 10 there there PRON EX _ 11 expl 11:expl _ -11 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ +11 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis _ 12 always always ADV RB _ 11 advmod 11:advmod _ 13 people people NOUN NNS Number=Plur 11 nsubj 11:nsubj _ 14 having have VERB VBG VerbForm=Ger 13 acl 13:acl _ @@ -233111,12 +233270,12 @@ 16 at at ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 pool pool NOUN NN Number=Sing 15 nmod 15:nmod:at SpaceAfter=No -19 , , PUNCT , _ 14 punct 14:punct _ +19 , , PUNCT , _ 24 punct 24:punct _ 20 even even ADV RB _ 24 advmod 24:advmod _ 21 after after SCONJ IN _ 24 mark 24:mark _ -22 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 24 nsubj 24:nsubj|27:nsubj:xsubj _ -23 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 aux 24:aux _ -24 supposed suppose VERB VBN Tense=Past|VerbForm=Part 14 advcl 14:advcl:after _ +22 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 24 nsubj:pass 24:nsubj:pass|27:nsubj:xsubj _ +23 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 aux:pass 24:aux:pass _ +24 supposed suppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 advcl 14:advcl:after _ 25 to to PART TO _ 27 mark 27:mark _ 26 be be AUX VB VerbForm=Inf 27 aux:pass 27:aux:pass _ 27 closed close VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 24 xcomp 24:xcomp SpaceAfter=No @@ -233125,13 +233284,13 @@ # sent_id = reviews-363873-0005 # text = The pool was supposed to close at 10 and they would have people down there until 11:45 yelling, playing music and do who-knows-what in the dark corners of the pool. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 pool pool NOUN NN Number=Sing 4 nsubj 4:nsubj|6:nsubj:xsubj _ -3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ -4 supposed suppose VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +2 pool pool NOUN NN Number=Sing 4 nsubj:pass 4:nsubj:pass|6:nsubj:xsubj _ +3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ +4 supposed suppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 close close VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 at at ADP IN _ 8 case 8:case _ -8 10 10 NUM CD NumType=Card 6 obl 6:obl:at _ +8 10 10 NUM CD NumForm=Digit|NumType=Card 6 obl 6:obl:at _ 9 and and CCONJ CC _ 12 cc 12:cc _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 11 would would AUX MD VerbForm=Fin 12 aux 12:aux _ @@ -233140,17 +233299,17 @@ 14 down down ADV RB _ 15 advmod 15:advmod _ 15 there there ADV RB PronType=Dem 12 advmod 12:advmod _ 16 until until ADP IN _ 17 case 17:case _ -17 11:45 11:45 NUM CD NumType=Card 12 obl 12:obl:until _ +17 11:45 11:45 NUM CD NumForm=Digit|NumType=Card 12 obl 12:obl:until _ 18 yelling yell VERB VBG VerbForm=Ger 13 acl 13:acl SpaceAfter=No 19 , , PUNCT , _ 20 punct 20:punct _ 20 playing play VERB VBG VerbForm=Ger 18 conj 13:acl|18:conj:and _ 21 music music NOUN NN Number=Sing 20 obj 20:obj _ 22 and and CCONJ CC _ 23 cc 23:cc _ -23 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 conj 13:acl|18:conj:and _ +23 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 conj 13:acl|18:conj:and _ 24 who who PRON WP PronType=Int 26 nsubj 26:nsubj SpaceAfter=No -25 - - PUNCT HYPH _ 26 punct 26:punct SpaceAfter=No +25 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No 26 knows know VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 ccomp 23:ccomp SpaceAfter=No -27 - - PUNCT HYPH _ 26 punct 26:punct SpaceAfter=No +27 - - PUNCT HYPH _ 28 punct 28:punct SpaceAfter=No 28 what what PRON WP PronType=Int 26 obj 26:obj _ 29 in in ADP IN _ 32 case 32:case _ 30 the the DET DT Definite=Def|PronType=Art 32 det 32:det _ @@ -233164,52 +233323,52 @@ # sent_id = reviews-363873-0006 # text = Then, when we moved out, we cleaned the apartment top to bottom, they came back and tried to charge us for two cleaning fees (and we never got our deposit back) and past utilities (that were already paid, we have check numbers and records of this). 1 Then then ADV RB PronType=Dem 9 advmod 9:advmod SpaceAfter=No -2 , , PUNCT , _ 9 punct 9:punct _ -3 when when SCONJ WRB PronType=Int 5 mark 5:mark _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 when when ADV WRB PronType=Int 5 advmod 5:advmod _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 moved move VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:when _ +5 moved move VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:when _ 6 out out ADP RP _ 5 compound:prt 5:compound:prt SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +7 , , PUNCT , _ 5 punct 5:punct _ 8 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 cleaned clean VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 cleaned clean VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 apartment apartment NOUN NN Number=Sing 9 obj 9:obj _ 12 top top NOUN NN Number=Sing 9 obl:npmod 9:obl:npmod _ 13 to to ADP IN _ 14 case 14:case _ 14 bottom bottom NOUN NN Number=Sing 12 nmod 12:nmod:to SpaceAfter=No -15 , , PUNCT , _ 9 punct 9:punct _ +15 , , PUNCT , _ 17 punct 17:punct _ 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 17 nsubj 17:nsubj|20:nsubj|22:nsubj:xsubj _ -17 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 parataxis 9:parataxis _ +17 came come VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 9 parataxis 9:parataxis _ 18 back back ADV RB _ 17 advmod 17:advmod _ 19 and and CCONJ CC _ 20 cc 20:cc _ -20 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 conj 17:conj:and _ +20 tried try VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 17 conj 17:conj:and _ 21 to to PART TO _ 22 mark 22:mark _ 22 charge charge VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ 23 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 22 obj 22:obj _ 24 for for ADP IN _ 27 case 27:case _ -25 two two NUM CD NumType=Card 27 nummod 27:nummod _ +25 two two NUM CD NumForm=Word|NumType=Card 27 nummod 27:nummod _ 26 cleaning cleaning NOUN NN Number=Sing 27 compound 27:compound _ 27 fees fee NOUN NNS Number=Plur 22 obl 22:obl:for _ 28 ( ( PUNCT -LRB- _ 32 punct 32:punct SpaceAfter=No 29 and and CCONJ CC _ 32 cc 32:cc _ 30 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 32 nsubj 32:nsubj _ 31 never never ADV RB _ 32 advmod 32:advmod _ -32 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 27 parataxis 27:parataxis _ -33 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ +32 got get VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 27 parataxis 27:parataxis _ +33 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 34 nmod:poss 34:nmod:poss _ 34 deposit deposit NOUN NN Number=Sing 32 obj 32:obj _ 35 back back ADV RB _ 32 advmod 32:advmod SpaceAfter=No 36 ) ) PUNCT -RRB- _ 32 punct 32:punct _ 37 and and CCONJ CC _ 39 cc 39:cc _ 38 past past ADJ JJ Degree=Pos 39 amod 39:amod _ 39 utilities utility NOUN NNS Number=Plur 27 conj 22:obl:for|27:conj:and|44:nsubj:pass _ -40 ( ( PUNCT -LRB- _ 39 punct 39:punct SpaceAfter=No +40 ( ( PUNCT -LRB- _ 44 punct 44:punct SpaceAfter=No 41 that that PRON WDT PronType=Rel 44 nsubj:pass 39:ref _ -42 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 44 aux:pass 44:aux:pass _ +42 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 44 aux:pass 44:aux:pass _ 43 already already ADV RB _ 44 advmod 44:advmod _ 44 paid pay VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 39 acl:relcl 39:acl:relcl SpaceAfter=No 45 , , PUNCT , _ 47 punct 47:punct _ 46 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 47 nsubj 47:nsubj _ -47 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 32 parataxis 32:parataxis _ +47 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 32 parataxis 32:parataxis _ 48 check check NOUN NN Number=Sing 49 compound 49:compound _ 49 numbers number NOUN NNS Number=Plur 47 obj 47:obj _ 50 and and CCONJ CC _ 51 cc 51:cc _ @@ -233224,7 +233383,7 @@ 1 Linda Linda PROPN NNP Number=Sing 5 nsubj 5:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 rudest rudest ADJ JJS Degree=Sup 5 amod 5:amod _ +4 rudest rude ADJ JJS Degree=Sup 5 amod 5:amod _ 5 person person NOUN NN Number=Sing 0 root 0:root _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ 7 will will AUX MD VerbForm=Fin 9 aux 9:aux _ @@ -233236,24 +233395,24 @@ 13 sticks stick VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 14 up up ADP RP _ 13 compound:prt 13:compound:prt _ 15 for for ADP IN _ 16 case 16:case _ -16 all all DET DT _ 13 obl 13:obl:for _ +16 all all DET DT PronType=Tot 13 obl 13:obl:for _ 17 of of ADP IN _ 22 case 22:case _ 18 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 19 trashy trashy ADJ JJ Degree=Pos 22 amod 22:amod SpaceAfter=No -20 , , PUNCT , _ 22 punct 22:punct _ +20 , , PUNCT , _ 19 punct 19:punct _ 21 rude rude ADJ JJ Degree=Pos 22 amod 22:amod _ 22 people people NOUN NNS Number=Plur 16 nmod 16:nmod:of|24:nsubj _ 23 that that PRON WDT PronType=Rel 24 nsubj 22:ref _ -24 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 acl:relcl 22:acl:relcl _ +24 live live VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 22 acl:relcl 22:acl:relcl _ 25 there there ADV RB PronType=Dem 24 advmod 24:advmod SpaceAfter=No 26 , , PUNCT , _ 30 punct 30:punct _ -27 not not ADV RB _ 30 advmod 30:advmod _ +27 not not PART RB _ 30 advmod 30:advmod _ 28 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 29 nice nice ADJ JJ Degree=Pos 30 amod 30:amod _ 30 ones one NOUN NNS Number=Plur 22 conj 22:conj|33:nsubj _ 31 that that PRON WDT PronType=Rel 33 nsubj 30:ref _ 32 actually actually ADV RB _ 33 advmod 33:advmod _ -33 give give VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 30 acl:relcl 30:acl:relcl _ +33 give give VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 30 acl:relcl 30:acl:relcl _ 34 a a DET DT Definite=Ind|PronType=Art 35 det 35:det _ 35 crap crap NOUN NN Number=Sing 33 obj 33:obj _ 36 about about SCONJ IN _ 37 mark 37:mark _ @@ -233267,7 +233426,7 @@ 2 not not PART RB _ 3 advmod 3:advmod _ 3 live live VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 here here ADV RB PronType=Dem 3 advmod 3:advmod SpaceAfter=No -5 , , PUNCT , _ 3 punct 3:punct _ +5 , , PUNCT , _ 8 punct 8:punct _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ 7 will will AUX MD VerbForm=Fin 8 aux 8:aux _ 8 regret regret VERB VB VerbForm=Inf 3 parataxis 3:parataxis _ @@ -233279,7 +233438,7 @@ # newpar id = reviews-229410-p0001 # text = The Worst Experience Ever!!! 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 Worst worst ADJ JJS Degree=Sup 3 amod 3:amod _ +2 Worst bad ADJ JJS Degree=Sup 3 amod 3:amod _ 3 Experience experience NOUN NN Number=Sing 0 root 0:root _ 4 Ever ever ADV RB _ 3 advmod 3:advmod SpaceAfter=No 5 !!! !!! PUNCT . _ 3 punct 3:punct _ @@ -233288,7 +233447,7 @@ # newpar id = reviews-229410-p0002 # text = I have worked with Ted Jurek at Decor and You, and it started out as a decent experience. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 worked work VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 with with ADP IN _ 5 case 5:case _ 5 Ted Ted PROPN NNP Number=Sing 3 obl 3:obl:with _ @@ -233300,7 +233459,7 @@ 11 , , PUNCT , _ 14 punct 14:punct _ 12 and and CCONJ CC _ 14 cc 14:cc _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -14 started start VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +14 started start VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 15 out out ADP RP _ 14 compound:prt 14:compound:prt _ 16 as as ADP IN _ 19 case 19:case _ 17 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ @@ -233312,26 +233471,26 @@ # text = He was referred to me by a friend, who didn't have the best experience with Ted, but said that Ted was able to make up for his lack of preparedness at the end. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj:pass 3:nsubj:pass _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ -3 referred refer VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +3 referred refer VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 to to ADP IN _ 5 case 5:case _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obl 3:obl:to _ 6 by by ADP IN _ 8 case 8:case _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -8 friend friend NOUN NN Number=Sing 3 obl 3:obl:by|13:nsubj|21:nsubj SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +8 friend friend NOUN NN Number=Sing 3 obl:agent 3:obl:agent|13:nsubj|21:nsubj SpaceAfter=No +9 , , PUNCT , _ 13 punct 13:punct _ 10 who who PRON WP PronType=Rel 13 nsubj 8:ref _ 11-12 didn't _ _ _ _ _ _ _ _ -11 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 aux 13:aux _ +11 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 12 n't not PART RB _ 13 advmod 13:advmod _ 13 have have VERB VB VerbForm=Inf 8 acl:relcl 8:acl:relcl _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -15 best best ADJ JJS Degree=Sup 16 amod 16:amod _ +15 best good ADJ JJS Degree=Sup 16 amod 16:amod _ 16 experience experience NOUN NN Number=Sing 13 obj 13:obj _ 17 with with ADP IN _ 18 case 18:case _ 18 Ted Ted PROPN NNP Number=Sing 16 nmod 16:nmod:with SpaceAfter=No 19 , , PUNCT , _ 21 punct 21:punct _ 20 but but CCONJ CC _ 21 cc 21:cc _ -21 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 conj 8:acl:relcl|13:conj:but _ +21 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 conj 8:acl:relcl|13:conj:but _ 22 that that SCONJ IN _ 25 mark 25:mark _ 23 Ted Ted PROPN NNP Number=Sing 25 nsubj 25:nsubj|27:nsubj:xsubj _ 24 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 25 cop 25:cop _ @@ -233340,7 +233499,7 @@ 27 make make VERB VB VerbForm=Inf 25 xcomp 25:xcomp _ 28 up up ADP RP _ 27 compound:prt 27:compound:prt _ 29 for for ADP IN _ 31 case 31:case _ -30 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ +30 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 31 nmod:poss 31:nmod:poss _ 31 lack lack NOUN NN Number=Sing 27 obl 27:obl:for _ 32 of of ADP IN _ 33 case 33:case _ 33 preparedness preparedness NOUN NN Number=Sing 31 nmod 31:nmod:of _ @@ -233352,7 +233511,7 @@ # sent_id = reviews-229410-0004 # text = I figure I would give this company a chance. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 figure figure VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 figure figure VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 would would AUX MD VerbForm=Fin 5 aux 5:aux _ 5 give give VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ @@ -233365,42 +233524,42 @@ # sent_id = reviews-229410-0005 # text = However, after giving a required $500.00 (NON REFUNDABLE) deposit before seeing any plans or ideas, I was sorry I did. 1 However however ADV RB _ 23 advmod 23:advmod SpaceAfter=No -2 , , PUNCT , _ 23 punct 23:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 after after SCONJ IN _ 4 mark 4:mark _ 4 giving give VERB VBG VerbForm=Ger 23 advcl 23:advcl:after _ 5 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -6 required require VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ +6 required require VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod _ 7 $ $ SYM $ _ 13 compound 13:compound SpaceAfter=No -8 500.00 500.00 NUM CD NumType=Card 7 nummod 7:nummod _ -9 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No -10 NON non X AFX _ 11 advmod 11:advmod _ +8 500.00 500.00 NUM CD NumForm=Digit|NumType=Frac 7 nummod 7:nummod _ +9 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No +10 NON non ADV AFX _ 11 advmod 11:advmod _ 11 REFUNDABLE refundable ADJ JJ Degree=Pos 13 amod 13:amod SpaceAfter=No -12 ) ) PUNCT -RRB- _ 13 punct 13:punct _ +12 ) ) PUNCT -RRB- _ 11 punct 11:punct _ 13 deposit deposit NOUN NN Number=Sing 4 obj 4:obj _ 14 before before SCONJ IN _ 15 mark 15:mark _ 15 seeing see VERB VBG VerbForm=Ger 4 advcl 4:advcl:before _ -16 any any DET DT _ 17 det 17:det _ +16 any any DET DT PronType=Ind 17 det 17:det _ 17 plans plan NOUN NNS Number=Plur 15 obj 15:obj _ 18 or or CCONJ CC _ 19 cc 19:cc _ 19 ideas idea NOUN NNS Number=Plur 17 conj 15:obj|17:conj:or SpaceAfter=No -20 , , PUNCT , _ 23 punct 23:punct _ +20 , , PUNCT , _ 4 punct 4:punct _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ 22 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 23 cop 23:cop _ 23 sorry sorry ADJ JJ Degree=Pos 0 root 0:root _ 24 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 25 nsubj 25:nsubj _ -25 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 23 ccomp 23:ccomp SpaceAfter=No +25 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 23 ccomp 23:ccomp SpaceAfter=No 26 . . PUNCT . _ 23 punct 23:punct _ # sent_id = reviews-229410-0006 # text = We met a couple of weeks later, Ted was late. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 met meet VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 met meet VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 couple couple NOUN NN Number=Sing 7 obl:npmod 7:obl:npmod _ 5 of of ADP IN _ 6 case 6:case _ 6 weeks week NOUN NNS Number=Plur 4 nmod 4:nmod:of _ -7 later later ADV RB _ 2 advmod 2:advmod SpaceAfter=No -8 , , PUNCT , _ 2 punct 2:punct _ +7 later late ADV RBR Degree=Cmp 2 advmod 2:advmod SpaceAfter=No +8 , , PUNCT , _ 11 punct 11:punct _ 9 Ted Ted PROPN NNP Number=Sing 11 nsubj 11:nsubj _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ 11 late late ADJ JJ Degree=Pos 2 parataxis 2:parataxis SpaceAfter=No @@ -233409,7 +233568,7 @@ # sent_id = reviews-229410-0007 # text = He brought fabric books, and pictures of furniture only, which all came way over budget. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 brought bring VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 brought bring VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 fabric fabric NOUN NN Number=Sing 4 compound 4:compound _ 4 books book NOUN NNS Number=Plur 2 obj 2:obj|14:nsubj SpaceAfter=No 5 , , PUNCT , _ 7 punct 7:punct _ @@ -233418,10 +233577,10 @@ 8 of of ADP IN _ 9 case 9:case _ 9 furniture furniture NOUN NN Number=Sing 7 nmod 7:nmod:of _ 10 only only ADV RB _ 7 advmod 7:advmod SpaceAfter=No -11 , , PUNCT , _ 4 punct 4:punct _ +11 , , PUNCT , _ 14 punct 14:punct _ 12 which which PRON WDT PronType=Rel 14 nsubj 4:ref _ -13 all all DET DT _ 12 det 12:det _ -14 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +13 all all DET DT PronType=Tot 12 det 12:det _ +14 came come VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ 15 way way ADV RB _ 17 advmod 17:advmod _ 16 over over ADP IN _ 17 case 17:case _ 17 budget budget NOUN NN Number=Sing 14 obl 14:obl:over SpaceAfter=No @@ -233433,22 +233592,22 @@ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 time time NOUN NN Number=Sing 18 obl 18:obl:by _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +5 got get VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 to to ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 budget budget NOUN NN Number=Sing 5 obl 5:obl:to _ -9 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +9 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ +10 told tell VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 11 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 iobj 10:iobj _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 13 could could AUX MD VerbForm=Fin 14 aux 14:aux _ 14 work work VERB VB VerbForm=Inf 10 ccomp 10:ccomp _ 15 with with ADP IN _ 14 obl 14:obl SpaceAfter=No -16 , , PUNCT , _ 18 punct 18:punct _ +16 , , PUNCT , _ 3 punct 3:punct _ 17 there there PRON EX _ 18 expl 18:expl _ 18 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 19 basically basically ADV RB _ 18 advmod 18:advmod _ -20 no no DET DT _ 21 det 21:det _ +20 no no DET DT PronType=Neg 21 det 21:det _ 21 design design NOUN NN Number=Sing 18 nsubj 18:nsubj SpaceAfter=No 22 . . PUNCT . _ 18 punct 18:punct _ @@ -233479,7 +233638,7 @@ 5 too too ADV RB _ 6 advmod 6:advmod _ 6 expensive expensive ADJ JJ Degree=Pos 0 root 0:root _ 7 with with ADP IN _ 8 case 8:case _ -8 nothing nothing PRON NN Number=Sing 6 obl 6:obl:with _ +8 nothing nothing PRON NN Number=Sing|PronType=Neg 6 obl 6:obl:with _ 9 to to PART TO _ 10 mark 10:mark _ 10 show show VERB VB VerbForm=Inf 8 acl 8:acl:to _ 11 for for ADP IN _ 12 case 12:case _ @@ -233489,8 +233648,8 @@ # sent_id = reviews-229410-0012 # text = Please everyone....take heed and don't get caught up in the hype about DECOR and YOU working with every budget... 1 Please please INTJ UH _ 4 discourse 4:discourse _ -2 everyone everyone PRON NN Number=Sing 4 nsubj 4:nsubj|10:nsubj:pass SpaceAfter=No -3 .... .... PUNCT , _ 4 punct 4:punct SpaceAfter=No +2 everyone everyone PRON NN Number=Sing|PronType=Tot 4 nsubj 4:nsubj|10:nsubj:pass SpaceAfter=No +3 .... .... PUNCT , _ 2 punct 2:punct SpaceAfter=No 4 take take VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 5 heed heed NOUN NN Number=Sing 4 obj 4:obj _ 6 and and CCONJ CC _ 10 cc 10:cc _ @@ -233509,7 +233668,7 @@ 18 YOU YOU PROPN NNP Number=Sing 16 conj 16:conj:and|19:nsubj _ 19 working work VERB VBG VerbForm=Ger 14 acl 14:acl:about _ 20 with with ADP IN _ 22 case 22:case _ -21 every every DET DT _ 22 det 22:det _ +21 every every DET DT PronType=Tot 22 det 22:det _ 22 budget budget NOUN NN Number=Sing 19 obl 19:obl:with SpaceAfter=No 23 ... ... PUNCT . _ 4 punct 4:punct SpaceAfter=No @@ -233524,10 +233683,10 @@ 7 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 8 to to PART TO _ 9 mark 9:mark _ 9 squirm squirm VERB VB VerbForm=Inf 5 acl 5:acl:to _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 way way NOUN NN Number=Sing 9 obj 9:obj _ 12 into into ADP IN _ 15 case 15:case _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 14 precious precious ADJ JJ Degree=Pos 15 amod 15:amod _ 15 pocket pocket NOUN NN Number=Sing 9 obl 9:obl:into _ @@ -233545,34 +233704,34 @@ # sent_id = reviews-162422-0003 # text = When we walked in, the person behind desk said: "oh well, you must wait, I am in the middle of something." -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 walked walk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:when _ +3 walked walk VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:when _ 4 in in ADV RB _ 3 advmod 3:advmod SpaceAfter=No -5 , , PUNCT , _ 10 punct 10:punct _ +5 , , PUNCT , _ 3 punct 3:punct _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 person person NOUN NN Number=Sing 10 nsubj 10:nsubj _ 8 behind behind ADP IN _ 9 case 9:case _ 9 desk desk NOUN NN Number=Sing 7 nmod 7:nmod:behind _ -10 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -11 : : PUNCT : _ 10 punct 10:punct _ -12 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No +10 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +11 : : PUNCT : _ 18 punct 18:punct _ +12 " " PUNCT `` _ 18 punct 18:punct SpaceAfter=No 13 oh oh INTJ UH _ 18 discourse 18:discourse _ 14 well well INTJ UH _ 13 discourse 13:discourse SpaceAfter=No -15 , , PUNCT , _ 18 punct 18:punct _ +15 , , PUNCT , _ 13 punct 13:punct _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ 17 must must AUX MD VerbForm=Fin 18 aux 18:aux _ 18 wait wait VERB VB VerbForm=Inf 10 ccomp 10:ccomp SpaceAfter=No -19 , , PUNCT , _ 18 punct 18:punct _ +19 , , PUNCT , _ 24 punct 24:punct _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 24 nsubj 24:nsubj _ 21 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ 22 in in ADP IN _ 24 case 24:case _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 middle middle NOUN NN Number=Sing 18 parataxis 18:parataxis _ 25 of of ADP IN _ 26 case 26:case _ -26 something something PRON NN Number=Sing 24 nmod 24:nmod:of SpaceAfter=No -27 . . PUNCT . _ 10 punct 10:punct SpaceAfter=No -28 " " PUNCT '' _ 10 punct 10:punct _ +26 something something PRON NN Number=Sing|PronType=Ind 24 nmod 24:nmod:of SpaceAfter=No +27 . . PUNCT . _ 18 punct 18:punct SpaceAfter=No +28 " " PUNCT '' _ 18 punct 18:punct _ # sent_id = reviews-162422-0004 # text = After a good few minutes, he asked: "what do you want?" @@ -233581,40 +233740,40 @@ 3 good good ADJ JJ Degree=Pos 5 amod 5:amod _ 4 few few ADJ JJ Degree=Pos 5 amod 5:amod _ 5 minutes minute NOUN NNS Number=Plur 8 obl 8:obl:after SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -9 : : PUNCT : _ 8 punct 8:punct _ -10 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No +8 asked ask VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +9 : : PUNCT : _ 14 punct 14:punct _ +10 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No 11 what what PRON WP PronType=Int 14 obj 14:obj _ -12 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +12 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj _ 14 want want VERB VB VerbForm=Inf 8 ccomp 8:ccomp SpaceAfter=No -15 ? ? PUNCT . _ 8 punct 8:punct SpaceAfter=No -16 " " PUNCT '' _ 8 punct 8:punct _ +15 ? ? PUNCT . _ 14 punct 14:punct SpaceAfter=No +16 " " PUNCT '' _ 14 punct 14:punct _ # sent_id = reviews-162422-0005 # text = Somewhere in between his rudeness he asked if we smoked. 1 Somewhere somewhere ADV RB _ 7 advmod 7:advmod _ 2 in in ADP IN _ 5 case 5:case _ 3 between between ADP IN _ 2 fixed 2:fixed _ -4 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 rudeness rudeness NOUN NN Number=Sing 1 obl 1:obl:in_between _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 asked ask VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 if if SCONJ IN _ 10 mark 10:mark _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 smoked smoke VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:if SpaceAfter=No +10 smoked smoke VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 7 ccomp 7:ccomp SpaceAfter=No 11 . . PUNCT . _ 7 punct 7:punct _ # sent_id = reviews-162422-0006 # text = I asked if this hotel had smoking rooms. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 asked ask VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 if if SCONJ IN _ 6 mark 6:mark _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 hotel hotel NOUN NN Number=Sing 6 nsubj 6:nsubj _ -6 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:if _ +6 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 7 smoking smoking NOUN NN Number=Sing 8 compound 8:compound _ 8 rooms room NOUN NNS Number=Plur 6 obj 6:obj SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ @@ -233623,26 +233782,26 @@ # text = He immediately said "no, there is a $50 deposit now!" 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 immediately immediately ADV RB _ 3 advmod 3:advmod _ -3 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No +3 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No 5 no no INTJ UH _ 8 discourse 8:discourse SpaceAfter=No -6 , , PUNCT , _ 8 punct 8:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 there there PRON EX _ 8 expl 8:expl _ 8 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ 9 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 10 $ $ SYM $ _ 12 compound 12:compound SpaceAfter=No -11 50 50 NUM CD NumType=Card 10 nummod 10:nummod _ +11 50 50 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 12 deposit deposit NOUN NN Number=Sing 8 nsubj 8:nsubj _ 13 now now ADV RB _ 8 advmod 8:advmod SpaceAfter=No -14 ! ! PUNCT . _ 3 punct 3:punct SpaceAfter=No -15 " " PUNCT '' _ 3 punct 3:punct _ +14 ! ! PUNCT . _ 8 punct 8:punct SpaceAfter=No +15 " " PUNCT '' _ 8 punct 8:punct _ # sent_id = reviews-162422-0008 # text = Sure enough he charged it to the credit card. -1 Sure sure ADV RB _ 2 advmod 2:advmod _ -2 enough enough ADV RB _ 4 advmod 4:advmod _ +1 Sure sure ADV RB _ 4 advmod 4:advmod _ +2 enough enough ADV RB _ 1 advmod 1:advmod _ 3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 charged charge VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 charged charge VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ 6 to to ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -233652,19 +233811,19 @@ # sent_id = reviews-162422-0009 # text = When I inquired he rudely replied "in the morning when things are checked out you'll get it back." -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 inquired inquire VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:when _ +3 inquired inquire VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:when _ 4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 5 rudely rudely ADV RB _ 6 advmod 6:advmod _ -6 replied reply VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -7 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No +6 replied reply VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 " " PUNCT `` _ 18 punct 18:punct SpaceAfter=No 8 in in ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 morning morning NOUN NN Number=Sing 18 obl 18:obl:in _ -11 when when SCONJ WRB PronType=Int 14 mark 14:mark _ +11 when when ADV WRB PronType=Int 14 advmod 14:advmod _ 12 things thing NOUN NNS Number=Plur 14 nsubj:pass 14:nsubj:pass _ -13 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux:pass 14:aux:pass _ +13 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 aux:pass 14:aux:pass _ 14 checked check VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 advcl 18:advcl:when _ 15 out out ADP RP _ 14 compound:prt 14:compound:prt _ 16-17 you'll _ _ _ _ _ _ _ _ @@ -233673,13 +233832,13 @@ 18 get get VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ 19 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 obj 18:obj _ 20 back back ADV RB _ 18 advmod 18:advmod SpaceAfter=No -21 . . PUNCT . _ 6 punct 6:punct SpaceAfter=No -22 " " PUNCT '' _ 6 punct 6:punct _ +21 . . PUNCT . _ 18 punct 18:punct SpaceAfter=No +22 " " PUNCT '' _ 18 punct 18:punct _ # sent_id = reviews-162422-0010 # text = I called customer service about it because the website specifically states that there are no other charges at the check-in. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 customer customer NOUN NN Number=Sing 4 compound 4:compound _ 4 service service NOUN NN Number=Sing 2 obj 2:obj _ 5 about about ADP IN _ 6 case 6:case _ @@ -233691,14 +233850,14 @@ 11 states state VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:because _ 12 that that SCONJ IN _ 14 mark 14:mark _ 13 there there PRON EX _ 14 expl 14:expl _ -14 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 ccomp 11:ccomp _ -15 no no DET DT _ 17 det 17:det _ +14 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 ccomp 11:ccomp _ +15 no no DET DT PronType=Neg 17 det 17:det _ 16 other other ADJ JJ Degree=Pos 17 amod 17:amod _ 17 charges charge NOUN NNS Number=Plur 14 nsubj 14:nsubj _ 18 at at ADP IN _ 22 case 22:case _ 19 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 20 check check NOUN NN Number=Sing 22 compound 22:compound SpaceAfter=No -21 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No +21 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No 22 in in NOUN NN Number=Sing 14 obl 14:obl:at SpaceAfter=No 23 . . PUNCT . _ 2 punct 2:punct _ @@ -233706,7 +233865,7 @@ # text = I also mentioned to the reception person. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 mentioned mention VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 mentioned mention VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to ADP IN _ 7 case 7:case _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 reception reception NOUN NN Number=Sing 7 compound 7:compound _ @@ -233716,10 +233875,10 @@ # sent_id = reviews-162422-0012 # text = He responded "we have problem with 'people'". 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 responded respond VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 responded respond VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +5 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 6 problem problem NOUN NN Number=Sing 5 obj 5:obj _ 7 with with ADP IN _ 9 case 9:case _ 8 ' ' PUNCT `` _ 9 punct 9:punct SpaceAfter=No @@ -233732,8 +233891,8 @@ # text = Imagine a hotel having problems with people. 1 Imagine imagine VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ -3 hotel hotel NOUN NN Number=Sing 1 obj 1:obj _ -4 having have VERB VBG VerbForm=Ger 3 acl 3:acl _ +3 hotel hotel NOUN NN Number=Sing 4 nsubj 4:nsubj _ +4 having have VERB VBG VerbForm=Ger 1 ccomp 1:ccomp _ 5 problems problem NOUN NNS Number=Plur 4 obj 4:obj _ 6 with with ADP IN _ 7 case 7:case _ 7 people people NOUN NNS Number=Plur 5 nmod 5:nmod:with SpaceAfter=No @@ -233743,33 +233902,33 @@ # text = I finally alerted him to his rudeness. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 finally finally ADV RB _ 3 advmod 3:advmod _ -3 alerted alert VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 alerted alert VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 to to ADP IN _ 7 case 7:case _ -6 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 rudeness rudeness NOUN NN Number=Sing 3 obl 3:obl:to SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-162422-0015 # text = He said he's had a long and bad day. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3-4 he's _ _ _ _ _ _ _ _ -3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj:pass 5:nsubj:pass _ -4 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ -5 had have VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 ccomp 2:ccomp _ +3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ +4 's have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +5 had have VERB VBN Tense=Past|VerbForm=Part 2 ccomp 2:ccomp _ 6 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 7 long long ADJ JJ Degree=Pos 10 amod 10:amod _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 bad bad ADJ JJ Degree=Pos 7 conj 7:conj:and|10:amod _ -10 day day NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod SpaceAfter=No +10 day day NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-162422-0016 # text = We had no choice but to stay but will take this as far as we can. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|10:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 4 det 4:det _ +2 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 no no DET DT PronType=Neg 4 det 4:det _ 4 choice choice NOUN NN Number=Sing 2 obj 2:obj _ 5 but but SCONJ IN _ 7 mark 7:mark _ 6 to to PART TO _ 7 mark 7:mark _ @@ -233797,7 +233956,7 @@ # sent_id = reviews-162422-0018 # text = I came to find out the person was the hotel OWNER also. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 came come VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 find find VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 out out ADP RP _ 4 compound:prt 4:compound:prt _ @@ -233814,44 +233973,44 @@ # sent_id = reviews-216456-0001 # newpar id = reviews-216456-p0001 # text = My friend and I were to stay here for a girls night, catch up on our lives evening. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ -2 friend friend NOUN NN Number=Sing 5 nsubj 5:nsubj|7:nsubj:xsubj _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +2 friend friend NOUN NN Number=Sing 7 nsubj 7:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ -4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 conj 2:conj:and|5:nsubj|7:nsubj:xsubj _ -5 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 conj 2:conj:and|7:nsubj _ +5 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 aux 7:aux _ 6 to to PART TO _ 7 mark 7:mark _ -7 stay stay VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ +7 stay stay VERB VB VerbForm=Inf 0 root 0:root _ 8 here here ADV RB PronType=Dem 7 advmod 7:advmod _ 9 for for ADP IN _ 12 case 12:case _ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ -11 girls girl NOUN NNS Number=Plur 12 compound 12:compound _ +11 girls girl NOUN NNS Number=Plur 12 nmod:poss 12:nmod:poss MissingWordsAfter=' 12 night night NOUN NN Number=Sing 7 obl 7:obl:for SpaceAfter=No -13 , , PUNCT , _ 7 punct 7:punct _ +13 , , PUNCT , _ 19 punct 19:punct _ 14 catch catch VERB VB VerbForm=Inf 19 acl 19:acl _ 15 up up ADP RP _ 14 compound:prt 14:compound:prt _ 16 on on ADP IN _ 18 case 18:case _ -17 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 lives life NOUN NNS Number=Plur 14 obl 14:obl:on _ 19 evening evening NOUN NN Number=Sing 12 conj 7:obl:for|12:conj SpaceAfter=No -20 . . PUNCT . _ 5 punct 5:punct _ +20 . . PUNCT . _ 7 punct 7:punct _ # sent_id = reviews-216456-0002 # text = We live within 20 miles of the hotel and wanted to get away from our responsibilities for the night. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|10:nsubj|12:nsubj:xsubj _ -2 live live VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 live live VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 within within ADP IN _ 5 case 5:case _ -4 20 20 NUM CD NumType=Card 5 nummod 5:nummod _ +4 20 20 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 miles mile NOUN NNS Number=Plur 2 obl 2:obl:within _ 6 of of ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 hotel hotel NOUN NN Number=Sing 5 nmod 5:nmod:of _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +10 wanted want VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 11 to to PART TO _ 12 mark 12:mark _ 12 get get VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 13 away away ADV RB _ 12 advmod 12:advmod _ 14 from from ADP IN _ 16 case 16:case _ -15 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 responsibilities responsibility NOUN NNS Number=Plur 13 obl 13:obl:from _ 17 for for ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ @@ -233860,16 +234019,16 @@ # sent_id = reviews-216456-0003 # text = Unfortunalty my husband and I had to put our 13 year old lab down that morning and we were not expecting this. -1 Unfortunalty unfortunately ADV RB Typo=Yes 6 advmod 6:advmod _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 Unfortunalty unfortunately ADV RB Typo=Yes 6 advmod 6:advmod CorrectForm=Unfortunately +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 husband husband NOUN NN Number=Sing 6 nsubj 6:nsubj|8:nsubj:xsubj _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 conj 3:conj:and|6:nsubj|8:nsubj:xsubj _ -6 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 put put VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ -9 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ -10 13 13 NUM CD NumType=Card 11 nummod 11:nummod _ +9 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +10 13 13 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ 11 year year NOUN NN Number=Sing 12 obl:npmod 12:obl:npmod _ 12 old old ADJ JJ Degree=Pos 13 amod 13:amod _ 13 lab lab NOUN NN Number=Sing 8 obj 8:obj _ @@ -233878,7 +234037,7 @@ 16 morning morning NOUN NN Number=Sing 8 obl:tmod 8:obl:tmod _ 17 and and CCONJ CC _ 21 cc 21:cc _ 18 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 21 nsubj 21:nsubj _ -19 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 aux 21:aux _ +19 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 21 aux 21:aux _ 20 not not PART RB _ 21 advmod 21:advmod _ 21 expecting expect VERB VBG VerbForm=Ger 6 conj 6:conj:and _ 22 this this PRON DT Number=Sing|PronType=Dem 21 obj 21:obj SpaceAfter=No @@ -233886,52 +234045,52 @@ # sent_id = reviews-216456-0004 # text = My friend called the hotel to cancel our room as soon as I called her. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 friend friend NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 called call VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 hotel hotel NOUN NN Number=Sing 3 obj 3:obj _ 6 to to PART TO _ 7 mark 7:mark _ 7 cancel cancel VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ -8 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 room room NOUN NN Number=Sing 7 obj 7:obj _ 10 as as ADV RB _ 11 advmod 11:advmod _ 11 soon soon ADV RB Degree=Pos 3 advmod 3:advmod _ 12 as as SCONJ IN _ 14 mark 14:mark _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:as _ +14 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:as _ 15 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 14 obj 14:obj SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-216456-0005 # text = They said that we were to be charged for this room regardless because we did not cancel within the 72 hours. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 that that SCONJ IN _ 5 mark 5:mark _ -4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj|8:nsubj:xsubj _ -5 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +2 said say VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 that that SCONJ IN _ 8 mark 8:mark _ +4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj:pass 8:nsubj:pass _ +5 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 6 to to PART TO _ 8 mark 8:mark _ 7 be be AUX VB VerbForm=Inf 8 aux:pass 8:aux:pass _ -8 charged charge VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 xcomp 5:xcomp _ +8 charged charge VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 ccomp 2:ccomp _ 9 for for ADP IN _ 11 case 11:case _ 10 this this DET DT Number=Sing|PronType=Dem 11 det 11:det _ 11 room room NOUN NN Number=Sing 8 obl 8:obl:for _ 12 regardless regardless ADV RB _ 8 advmod 8:advmod _ 13 because because SCONJ IN _ 17 mark 17:mark _ 14 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -15 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 aux 17:aux _ +15 did do AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 17 aux 17:aux _ 16 not not PART RB _ 17 advmod 17:advmod _ 17 cancel cancel VERB VB VerbForm=Inf 8 advcl 8:advcl:because _ 18 within within ADP IN _ 21 case 21:case _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -20 72 72 NUM CD NumType=Card 21 nummod 21:nummod _ +20 72 72 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod _ 21 hours hour NOUN NNS Number=Plur 17 obl 17:obl:within SpaceAfter=No 22 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-216456-0006 # text = I called them back a few hours after putting my Bodhi down and they still wouldn't budge. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 2 obj 2:obj _ 4 back back ADV RB _ 2 advmod 2:advmod _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -233939,7 +234098,7 @@ 7 hours hour NOUN NNS Number=Plur 9 obl:npmod 9:obl:npmod _ 8 after after SCONJ IN _ 9 mark 9:mark _ 9 putting put VERB VBG VerbForm=Ger 2 advcl 2:advcl:after _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 Bodhi Bodhi PROPN NNP Number=Sing 9 obj 9:obj _ 12 down down ADP RP _ 9 compound:prt 9:compound:prt _ 13 and and CCONJ CC _ 18 cc 18:cc _ @@ -233954,27 +234113,27 @@ # sent_id = reviews-216456-0007 # text = Times are hard, I know, but they had no compassion. 1 Times time NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ 3 hard hard ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 6 punct 6:punct _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis SpaceAfter=No +6 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis SpaceAfter=No 7 , , PUNCT , _ 10 punct 10:punct _ 8 but but CCONJ CC _ 10 cc 10:cc _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ -11 no no DET DT _ 12 det 12:det _ +10 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ +11 no no DET DT PronType=Neg 12 det 12:det _ 12 compassion compassion NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-216456-0008 # text = I called 3 times to talked to a manager, never a call back. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 3 3 NUM CD NumType=Card 4 nummod 4:nummod _ +2 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 3 3 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 times time NOUN NNS Number=Plur 2 obl:tmod 2:obl:tmod _ 5 to to PART TO _ 6 mark 6:mark _ -6 talked talk VERB VB Typo=Yes|VerbForm=Inf 2 advcl 2:advcl:to _ +6 talked talk VERB VB Typo=Yes|VerbForm=Inf 2 advcl 2:advcl:to CorrectForm=talk 7 to to ADP IN _ 9 case 9:case _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 manager manager NOUN NN Number=Sing 6 obl 6:obl:to SpaceAfter=No @@ -233988,8 +234147,8 @@ # sent_id = reviews-216456-0009 # text = I emailed 4 times, never a response. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 emailed email VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 4 4 NUM CD NumType=Card 4 nummod 4:nummod _ +2 emailed email VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 4 4 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 times time NOUN NNS Number=Plur 2 obl:tmod 2:obl:tmod SpaceAfter=No 5 , , PUNCT , _ 8 punct 8:punct _ 6 never never ADV RB _ 8 advmod 8:advmod _ @@ -234000,12 +234159,12 @@ # sent_id = reviews-216456-0010 # text = In one of the emails I attached the letter from the Vet's that expressed their sympathy, this hotel did nothing. 1 In in ADP IN _ 2 case 2:case _ -2 one one NUM CD NumType=Card 7 obl 7:obl:in _ +2 one one NUM CD NumForm=Word|NumType=Card 7 obl 7:obl:in _ 3 of of ADP IN _ 5 case 5:case _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 emails email NOUN NNS Number=Plur 2 nmod 2:nmod:of _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 attached attach VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 attached attach VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 letter letter NOUN NN Number=Sing 7 obj 7:obj|15:nsubj _ 10 from from ADP IN _ 12 case 12:case _ @@ -234014,25 +234173,25 @@ 12 Vet vet NOUN NN Number=Sing 9 nmod 9:nmod:from _ 13 's 's PART POS _ 12 case 12:case _ 14 that that PRON WDT PronType=Rel 15 nsubj 9:ref _ -15 expressed express VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ -16 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 expressed express VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ +16 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 sympathy sympathy NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No -18 , , PUNCT , _ 7 punct 7:punct _ +18 , , PUNCT , _ 21 punct 21:punct _ 19 this this DET DT Number=Sing|PronType=Dem 20 det 20:det _ 20 hotel hotel NOUN NN Number=Sing 21 nsubj 21:nsubj _ -21 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 parataxis 7:parataxis _ -22 nothing nothing PRON NN Number=Sing 21 obj 21:obj SpaceAfter=No +21 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 parataxis 7:parataxis _ +22 nothing nothing PRON NN Number=Sing|PronType=Neg 21 obj 21:obj SpaceAfter=No 23 . . PUNCT . _ 7 punct 7:punct _ # sent_id = reviews-216456-0011 # text = I even emailed Mackinaw Tourist and nothing. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|7:nsubj _ 2 even even ADV RB _ 3 advmod 3:advmod _ -3 emailed email VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 emailed email VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 Mackinaw Mackinaw PROPN NNP Number=Sing 5 compound 5:compound _ -5 Tourist Tourist PROPN NNP Number=Sing 3 obj 3:obj _ +5 Tourist Tourist PROPN NNP Number=Sing 3 iobj 3:iobj _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 nothing nothing PRON NN Number=Sing 3 conj 3:conj:and SpaceAfter=No +7 nothing nothing PRON NN Number=Sing|PronType=Neg 3 conj 3:conj:and SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-216456-0012 @@ -234055,13 +234214,13 @@ 16 , , PUNCT , _ 29 punct 29:punct _ 17 but but CCONJ CC _ 29 cc 29:cc _ 18 if if SCONJ IN _ 21 mark 21:mark _ -19 something something PRON NN Number=Sing 21 nsubj 21:nsubj _ +19 something something PRON NN Number=Sing|PronType=Ind 21 nsubj 21:nsubj _ 20 unexpected unexpected ADJ JJ Degree=Pos 19 amod 19:amod _ 21 happens happen VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 29 advcl 29:advcl:if _ 22 in in ADP IN _ 24 case 24:case _ -23 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +23 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 life life NOUN NN Number=Sing 21 obl 21:obl:in SpaceAfter=No -25 , , PUNCT , _ 29 punct 29:punct _ +25 , , PUNCT , _ 21 punct 21:punct _ 26 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 29 nsubj 29:nsubj _ 27 will will AUX MD VerbForm=Fin 29 aux 29:aux _ 28 not not PART RB _ 29 advmod 29:advmod _ @@ -234072,7 +234231,7 @@ # sent_id = reviews-116821-0001 # newpar id = reviews-116821-p0001 # text = FANFUCKINGTASTIC -1 FANFUCKINGTASTIC fanfuckingtastic ADJ JJ Degree=Pos 0 root 0:root _ +1 FANFUCKINGTASTIC fantastic ADJ JJ Degree=Pos|Style=Expr 0 root 0:root CorrectForm=Fantastic # sent_id = reviews-116821-0002 # newpar id = reviews-116821-p0002 @@ -234081,7 +234240,7 @@ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 3 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -5 New New PROPN NNP Number=Sing 6 compound 6:compound _ +5 New New ADJ NNP Degree=Pos 6 amod 6:amod _ 6 Yorker Yorker PROPN NNP Number=Sing 0 root 0:root|10:nsubj _ 7 who who PRON WP PronType=Rel 10 nsubj 6:ref _ 8 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ @@ -234091,14 +234250,14 @@ 12 school school NOUN NN Number=Sing 10 obl 10:obl:to _ 13 in in ADP IN _ 14 case 14:case _ 14 Oxford Oxford PROPN NNP Number=Sing 10 obl 10:obl:in SpaceAfter=No -15 , , PUNCT , _ 14 punct 14:punct _ +15 , , PUNCT , _ 16 punct 16:punct _ 16 England England PROPN NNP Number=Sing 14 appos 14:appos SpaceAfter=No 17 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-116821-0003 # text = I thought the UK was completely devoid of good NYC style pizza. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 UK UK PROPN NNP Number=Sing 7 nsubj 7:nsubj _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ @@ -234114,7 +234273,7 @@ # sent_id = reviews-116821-0004 # text = I thought to get a decent pizza the only way was at a fancy restaurant, and I have to get a whole pie. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 get get VERB VB VerbForm=Inf 15 advcl 15:advcl:to _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -234131,7 +234290,7 @@ 16 , , PUNCT , _ 19 punct 19:punct _ 17 and and CCONJ CC _ 19 cc 19:cc _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj|21:nsubj:xsubj _ -19 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 conj 2:ccomp|15:conj:and _ +19 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 15 conj 2:ccomp|15:conj:and _ 20 to to PART TO _ 21 mark 21:mark _ 21 get get VERB VB VerbForm=Inf 19 xcomp 19:xcomp _ 22 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ @@ -234142,7 +234301,7 @@ # sent_id = reviews-116821-0005 # text = I thought I would have to wait until I went home to NYC. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ 4 would would AUX MD VerbForm=Fin 5 aux 5:aux _ 5 have have VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ @@ -234150,7 +234309,7 @@ 7 wait wait VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 until until SCONJ IN _ 10 mark 10:mark _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:until _ +10 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:until _ 11 home home ADV RB _ 10 advmod 10:advmod _ 12 to to ADP IN _ 13 case 13:case _ 13 NYC NYC PROPN NNP Number=Sing 11 obl 11:obl:to SpaceAfter=No @@ -234161,7 +234320,7 @@ 1 Well well INTJ UH _ 4 discourse 4:discourse _ 2 then then ADV RB PronType=Dem 4 advmod 4:advmod _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|12:nsubj _ -4 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 on on ADP IN _ 7 case 7:case _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 trip trip NOUN NN Number=Sing 4 obl 4:obl:on _ @@ -234176,12 +234335,12 @@ # sent_id = reviews-116821-0007 # text = I saw this place and it looked like the HOLY GRAIL. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 saw see VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 place place NOUN NN Number=Sing 2 obj 2:obj _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 looked look VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +7 looked look VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 8 like like ADP IN _ 11 case 11:case _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 10 HOLY holy ADJ JJ Degree=Pos 11 amod 11:amod _ @@ -234191,22 +234350,22 @@ # sent_id = reviews-116821-0008 # text = I knew I had found the real deal, big pies, sold by the slice, with the pizzas sitting under the glass in the front. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 knew know VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 knew know VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -4 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +4 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 5 found find VERB VBN Tense=Past|VerbForm=Part 2 ccomp 2:ccomp _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 real real ADJ JJ Degree=Pos 8 amod 8:amod _ 8 deal deal NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No -9 , , PUNCT , _ 2 punct 2:punct _ +9 , , PUNCT , _ 11 punct 11:punct _ 10 big big ADJ JJ Degree=Pos 11 amod 11:amod _ 11 pies pie NOUN NNS Number=Plur 8 appos 8:appos SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct _ -13 sold sell VERB VBN Tense=Past|VerbForm=Part 11 acl 11:acl _ +12 , , PUNCT , _ 13 punct 13:punct _ +13 sold sell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl 11:acl _ 14 by by ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -16 slice slice NOUN NN Number=Sing 13 obl 13:obl:by SpaceAfter=No -17 , , PUNCT , _ 11 punct 11:punct _ +16 slice slice NOUN NN Number=Sing 13 obl:agent 13:obl:agent SpaceAfter=No +17 , , PUNCT , _ 21 punct 21:punct _ 18 with with SCONJ IN _ 21 mark 21:mark _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 pizzas pizza NOUN NNS Number=Plur 21 nsubj 21:nsubj _ @@ -234222,8 +234381,8 @@ # sent_id = reviews-116821-0009 # text = They have crushed red pepper flakes and oregano. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 crushed crush VERB VBN Tense=Past|VerbForm=Part 6 amod 6:amod _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 crushed crush VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 amod 6:amod _ 4 red red ADJ JJ Degree=Pos 5 amod 5:amod _ 5 pepper pepper NOUN NN Number=Sing 6 compound 6:compound _ 6 flakes flake NOUN NNS Number=Plur 2 obj 2:obj _ @@ -234235,7 +234394,7 @@ # text = So I ordered a slice. 1 So so ADV RB _ 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 ordered order VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 ordered order VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 slice slice NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ @@ -234243,11 +234402,11 @@ # sent_id = reviews-116821-0011 # text = It tasted like I just flew back home. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 tasted taste VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 tasted taste VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 like like SCONJ IN _ 6 mark 6:mark _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 5 just just ADV RB _ 6 advmod 6:advmod _ -6 flew fly VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:like _ +6 flew fly VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 advcl 2:advcl:like _ 7 back back ADV RB _ 8 advmod 8:advmod _ 8 home home ADV RB _ 6 advmod 6:advmod SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ @@ -234255,18 +234414,19 @@ # sent_id = reviews-116821-0012 # text = I dunno how they did it, but Scottish friends--- this is THE REAL DEAL. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 du do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux SpaceAfter=No -3 n not PART RB _ 4 advmod 4:advmod SpaceAfter=No +2-4 dunno _ _ _ _ _ _ _ _ +2 du do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 n not PART RB _ 4 advmod 4:advmod _ 4 no know VERB VB VerbForm=Inf 0 root 0:root _ -5 how how SCONJ WRB PronType=Int 7 mark 7:mark _ +5 how how ADV WRB PronType=Int 7 advmod 7:advmod _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +7 did do VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ 8 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj SpaceAfter=No 9 , , PUNCT , _ 18 punct 18:punct _ 10 but but CCONJ CC _ 18 cc 18:cc _ -11 Scottish scottish ADJ JJ Degree=Pos 12 amod 12:amod _ +11 Scottish Scottish ADJ JJ Degree=Pos 12 amod 12:amod _ 12 friends friend NOUN NNS Number=Plur 18 vocative 18:vocative SpaceAfter=No -13 --- --- PUNCT : _ 18 punct 18:punct _ +13 --- --- PUNCT : _ 12 punct 12:punct _ 14 this this PRON DT Number=Sing|PronType=Dem 18 nsubj 18:nsubj _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 16 THE the DET DT Definite=Def|PronType=Art 18 det 18:det _ @@ -234277,7 +234437,7 @@ # sent_id = reviews-116821-0013 # text = I congratulated this establishment for doing the research on making NYC pizza because these Scots fcking nailed it. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 congratulated congratulate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 congratulated congratulate VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 establishment establishment NOUN NN Number=Sing 2 obj 2:obj _ 5 for for SCONJ IN _ 6 mark 6:mark _ @@ -234290,9 +234450,9 @@ 12 pizza pizza NOUN NN Number=Sing 10 obj 10:obj _ 13 because because SCONJ IN _ 17 mark 17:mark _ 14 these this DET DT Number=Plur|PronType=Dem 15 det 15:det _ -15 Scots Scots PROPN NNPS Number=Plur 17 nsubj 17:nsubj _ -16 fcking fucking ADV RB Typo=Yes 17 advmod 17:advmod _ -17 nailed nail VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:because _ +15 Scots Scot PROPN NNPS Number=Plur 17 nsubj 17:nsubj _ +16 fcking fucking ADV RB Typo=Yes 17 advmod 17:advmod CorrectForm=fucking +17 nailed nail VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:because _ 18 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 obj 17:obj SpaceAfter=No 19 . . PUNCT . _ 2 punct 2:punct _ @@ -234301,14 +234461,14 @@ 1 That that PRON DT Number=Sing|PronType=Dem 3 nsubj:pass 3:nsubj:pass _ 2 being be AUX VBG VerbForm=Ger 3 aux:pass 3:aux:pass _ 3 said say VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 advcl 8:advcl SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 6-7 don't _ _ _ _ _ _ _ _ -6 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 n't not PART RB _ 8 advmod 8:advmod _ 8 know know VERB VB VerbForm=Inf 0 root 0:root _ 9 how how ADV WRB PronType=Int 8 ccomp 8:ccomp _ -10 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 delivery delivery NOUN NN Number=Sing 12 compound 12:compound _ 12 service service NOUN NN Number=Sing 9 nsubj 9:nsubj _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop SpaceAfter=No @@ -234326,13 +234486,13 @@ 8 to to PART TO _ 9 mark 9:mark _ 9 reflect reflect VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -11 new new NOUN NN Number=Sing 12 compound 12:compound _ -12 yorkedness yorkedness NOUN NN Number=Sing 9 obj 9:obj _ +11 new New NOUN NN Number=Sing 12 compound 12:compound _ +12 yorkedness Yorkedness NOUN NN Number=Sing 9 obj 9:obj _ 13 of of ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 pizza pizza NOUN NN Number=Sing 12 nmod 12:nmod:of SpaceAfter=No -16 , , PUNCT , _ 3 punct 3:punct _ -17 scrummy scrummy PROPN NNP Number=Sing 18 compound 18:compound _ +16 , , PUNCT , _ 19 punct 19:punct _ +17 scrummy scrummy ADJ NNP Degree=Pos 18 amod 18:amod _ 18 yummy yummy PROPN NNP Number=Sing 19 nsubj 19:nsubj|20:nsubj:xsubj _ 19 sounds sound VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 20 gimmicky gimmicky ADJ JJ Degree=Pos 19 xcomp 19:xcomp _ @@ -234346,11 +234506,11 @@ # text = Good food, good wait staff, poor management 1 Good good ADJ JJ Degree=Pos 2 amod 2:amod _ 2 food food NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 6 punct 6:punct _ 4 good good ADJ JJ Degree=Pos 6 amod 6:amod _ 5 wait wait NOUN NN Number=Sing 6 compound 6:compound _ 6 staff staff NOUN NN Number=Sing 2 list 2:list SpaceAfter=No -7 , , PUNCT , _ 2 punct 2:punct _ +7 , , PUNCT , _ 9 punct 9:punct _ 8 poor poor ADJ JJ Degree=Pos 9 amod 9:amod _ 9 management management NOUN NN Number=Sing 2 list 2:list _ @@ -234358,13 +234518,13 @@ # newpar id = reviews-188548-p0002 # text = We visited on 7/26/08 for dinner We received a gift certificate for the Mama Mia's on Greenfield Ave. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 visited visit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 visited visit VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 on on ADP IN _ 4 case 4:case _ -4 7/26/08 7/26/08 NUM CD NumType=Card 2 obl 2:obl:on _ +4 7/26/08 7/26/08 NUM CD NumForm=Digit|NumType=Card 2 obl 2:obl:on _ 5 for for ADP IN _ 6 case 6:case _ 6 dinner dinner NOUN NN Number=Sing 2 obl 2:obl:for _ 7 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +8 received receive VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 gift gift NOUN NN Number=Sing 11 compound 11:compound _ 11 certificate certificate NOUN NN Number=Sing 8 obj 8:obj _ @@ -234389,15 +234549,15 @@ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 so so ADV RB _ 4 conj 4:conj:and _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ -9 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 waitress waitress NOUN NN Number=Sing 7 nsubj 7:nsubj SpaceAfter=No 11 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-188548-0004 # text = When it came time to pay the bill up front, they would not let me use any of the certificate for a tip (which I have done with any other restaurant I've gotten a gift certificate for.) -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 expl 3:expl _ -3 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 advcl 15:advcl:when _ +3 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 advcl 15:advcl:when _ 4 time time NOUN NN Number=Sing 3 obj 3:obj _ 5 to to PART TO _ 6 mark 6:mark _ 6 pay pay VERB VB VerbForm=Inf 4 acl 4:acl:to _ @@ -234405,49 +234565,49 @@ 8 bill bill NOUN NN Number=Sing 6 obj 6:obj _ 9 up up ADV RB _ 10 advmod 10:advmod _ 10 front front ADV RB _ 6 advmod 6:advmod SpaceAfter=No -11 , , PUNCT , _ 15 punct 15:punct _ +11 , , PUNCT , _ 3 punct 3:punct _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 13 would would AUX MD VerbForm=Fin 15 aux 15:aux _ 14 not not PART RB _ 15 advmod 15:advmod _ 15 let let VERB VB VerbForm=Inf 0 root 0:root _ 16 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 15 obj 15:obj|17:nsubj:xsubj _ 17 use use VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ -18 any any DET DT _ 17 obj 17:obj _ +18 any any DET DT PronType=Ind 17 obj 17:obj _ 19 of of ADP IN _ 21 case 21:case _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 certificate certificate NOUN NN Number=Sing 18 nmod 18:nmod:of _ 22 for for ADP IN _ 24 case 24:case _ 23 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ 24 tip tip NOUN NN Number=Sing 17 obl 17:obl:for _ -25 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No -26 which which PRON WDT PronType=Int 29 obj 29:obj _ +25 ( ( PUNCT -LRB- _ 29 punct 29:punct SpaceAfter=No +26 which which PRON WDT PronType=Rel 29 obj 29:obj _ 27 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 29 nsubj 29:nsubj _ -28 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 29 aux 29:aux _ -29 done do VERB VBN Tense=Past|VerbForm=Part 17 parataxis 17:parataxis _ +28 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 29 aux 29:aux _ +29 done do VERB VBN Tense=Past|VerbForm=Part 17 advcl:relcl 17:advcl:relcl _ 30 with with ADP IN _ 33 case 33:case _ -31 any any DET DT _ 33 det 33:det _ +31 any any DET DT PronType=Ind 33 det 33:det _ 32 other other ADJ JJ Degree=Pos 33 amod 33:amod _ 33 restaurant restaurant NOUN NN Number=Sing 29 obl 29:obl:with _ 34-35 I've _ _ _ _ _ _ _ _ 34 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 36 nsubj 36:nsubj _ -35 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 36 aux 36:aux _ +35 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 36 aux 36:aux _ 36 gotten get VERB VBN Tense=Past|VerbForm=Part 33 acl:relcl 33:acl:relcl _ 37 a a DET DT Definite=Ind|PronType=Art 39 det 39:det _ 38 gift gift NOUN NN Number=Sing 39 compound 39:compound _ 39 certificate certificate NOUN NN Number=Sing 36 obj 36:obj _ 40 for for ADP IN _ 39 nmod 39:nmod SpaceAfter=No -41 . . PUNCT . _ 15 punct 15:punct SpaceAfter=No -42 ) ) PUNCT -RRB- _ 15 punct 15:punct _ +41 . . PUNCT . _ 29 punct 29:punct SpaceAfter=No +42 ) ) PUNCT -RRB- _ 29 punct 29:punct _ # sent_id = reviews-188548-0005 # text = I then asked if I could have money back in cash. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 then then ADV RB PronType=Dem 3 advmod 3:advmod _ -3 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 asked ask VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 if if SCONJ IN _ 7 mark 7:mark _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 6 could could AUX MD VerbForm=Fin 7 aux 7:aux _ -7 have have VERB VB VerbForm=Inf 3 advcl 3:advcl:if _ +7 have have VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ 8 money money NOUN NN Number=Sing 7 obj 7:obj _ 9 back back ADV RB _ 7 advmod 7:advmod _ 10 in in ADP IN _ 11 case 11:case _ @@ -234458,14 +234618,14 @@ # text = The person went to go check with the manager, who was sitting at a table chatting with her friends who were eating there. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 person person NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 go go VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ 6 check check VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 7 with with ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 manager manager NOUN NN Number=Sing 6 obl 6:obl:with|13:nsubj SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 13 punct 13:punct _ 11 who who PRON WP PronType=Rel 13 nsubj 9:ref _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 13 sitting sit VERB VBG Tense=Pres|VerbForm=Part 9 acl:relcl 9:acl:relcl _ @@ -234474,21 +234634,21 @@ 16 table table NOUN NN Number=Sing 13 obl 13:obl:at _ 17 chatting chat VERB VBG VerbForm=Ger 13 advcl 13:advcl _ 18 with with ADP IN _ 20 case 20:case _ -19 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 friends friend NOUN NNS Number=Plur 17 obl 17:obl:with|23:nsubj _ 21 who who PRON WP PronType=Rel 23 nsubj 20:ref _ -22 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 23 aux 23:aux _ +22 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 23 aux 23:aux _ 23 eating eat VERB VBG Tense=Pres|VerbForm=Part 20 acl:relcl 20:acl:relcl _ 24 there there ADV RB PronType=Dem 23 advmod 23:advmod SpaceAfter=No 25 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-188548-0007 # text = Her answer was short and manner rather rude. -1 Her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 answer answer NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 4 short short ADJ JJ Degree=Pos 0 root 0:root _ -5 and and CCONJ CC _ 4 cc 4:cc _ +5 and and CCONJ CC _ 8 cc 8:cc _ 6 manner manner NOUN NN Number=Sing 8 nsubj 8:nsubj _ 7 rather rather ADV RB _ 8 advmod 8:advmod _ 8 rude rude ADJ JJ Degree=Pos 4 conj 4:conj SpaceAfter=No @@ -234500,7 +234660,7 @@ 2 for for SCONJ IN _ 3 mark 3:mark _ 3 interrupting interrupt VERB VBG VerbForm=Ger 1 advcl 1:advcl:for _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 guess guess VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 discourse 1:discourse SpaceAfter=No +5 guess guess VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 1 discourse 1:discourse SpaceAfter=No 6 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-188548-0009 @@ -234510,48 +234670,48 @@ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 4 also also ADV RB _ 5 advmod 5:advmod _ 5 short short ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ +6 , , PUNCT , _ 7 punct 7:punct _ 7 unapologetic unapologetic ADJ JJ Degree=Pos 5 conj 5:conj:and _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +9 made make VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 10 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 9 obj 9:obj|11:nsubj:xsubj _ 11 feel feel VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 as as SCONJ IN _ 15 mark 15:mark _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 15 aux 15:aux _ 15 wasting waste VERB VBG Tense=Pres|VerbForm=Part 11 advcl 11:advcl:as _ -16 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 time time NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No 18 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-188548-0010 # text = There were no other options available (I only brought my check card to cover any overage cost) and she rang it up and applied it to the gift card before telling me about the tip policy. 1 There there PRON EX _ 2 expl 2:expl _ -2 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 5 det 5:det _ +2 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 no no DET DT PronType=Neg 5 det 5:det _ 4 other other ADJ JJ Degree=Pos 5 amod 5:amod _ 5 options option NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 6 available available ADJ JJ Degree=Pos 5 amod 5:amod _ 7 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 9 only only ADV RB _ 10 advmod 10:advmod _ -10 brought bring VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +10 brought bring VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 12 check check NOUN NN Number=Sing 13 compound 13:compound _ 13 card card NOUN NN Number=Sing 10 obj 10:obj _ 14 to to PART TO _ 15 mark 15:mark _ 15 cover cover VERB VB VerbForm=Inf 10 advcl 10:advcl:to _ -16 any any DET DT _ 18 det 18:det _ +16 any any DET DT PronType=Ind 18 det 18:det _ 17 overage overage NOUN NN Number=Sing 18 compound 18:compound _ 18 cost cost NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No 19 ) ) PUNCT -RRB- _ 10 punct 10:punct _ 20 and and CCONJ CC _ 22 cc 22:cc _ 21 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj|26:nsubj _ -22 rang ring VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +22 rang ring VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 23 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 obj 22:obj _ 24 up up ADP RP _ 22 compound:prt 22:compound:prt _ 25 and and CCONJ CC _ 26 cc 26:cc _ -26 applied apply VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 conj 22:conj:and _ +26 applied apply VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 conj 22:conj:and _ 27 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 26 obj 26:obj _ 28 to to ADP IN _ 31 case 31:case _ 29 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ @@ -234559,7 +234719,7 @@ 31 card card NOUN NN Number=Sing 26 obl 26:obl:to _ 32 before before SCONJ IN _ 33 mark 33:mark _ 33 telling tell VERB VBG VerbForm=Ger 26 advcl 26:advcl:before _ -34 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 33 obj 33:obj _ +34 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 33 iobj 33:iobj _ 35 about about ADP IN _ 38 case 38:case _ 36 the the DET DT Definite=Def|PronType=Art 38 det 38:det _ 37 tip tip NOUN NN Number=Sing 38 compound 38:compound _ @@ -234583,7 +234743,7 @@ # sent_id = reviews-188548-0012 # text = There are other places with food just as good with management that values customers and employees much more. 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 other other ADJ JJ Degree=Pos 4 amod 4:amod _ 4 places place NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 5 with with ADP IN _ 6 case 6:case _ @@ -234599,7 +234759,7 @@ 15 and and CCONJ CC _ 16 cc 16:cc _ 16 employees employee NOUN NNS Number=Plur 14 conj 13:obj|14:conj:and _ 17 much much ADV RB _ 18 advmod 18:advmod _ -18 more more ADV RBR _ 13 advmod 13:advmod SpaceAfter=No +18 more more ADV RBR Degree=Cmp 13 advmod 13:advmod SpaceAfter=No 19 . . PUNCT . _ 2 punct 2:punct _ # newdoc id = reviews-294081 @@ -234620,7 +234780,7 @@ 4 VERY very ADV RB _ 5 advmod 5:advmod _ 5 GOOD good ADJ JJ Degree=Pos 6 amod 6:amod _ 6 MEALS meal NOUN NNS Number=Plur 3 obj 3:obj SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ +7 , , PUNCT , _ 11 punct 11:punct _ 8 THAT that SCONJ IN _ 11 mark 11:mark _ 9 THE the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 MEAT meat NOUN NN Number=Sing 11 nsubj 11:nsubj _ @@ -234660,7 +234820,7 @@ # sent_id = reviews-294081-0005 # text = ALSO, THERE SHOULD NOT BE PEANUTS ALL OVER THE FLOOR. 1 ALSO also ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 THERE there PRON EX _ 6 expl 6:expl _ 4 SHOULD should AUX MD VerbForm=Fin 6 aux 6:aux _ 5 NOT not PART RB _ 6 advmod 6:advmod _ @@ -234675,39 +234835,39 @@ # sent_id = reviews-294081-0006 # text = NEXT, THERE SHOULD ONLY BE ONE PERSON BRINGING YOU YOUR FOOD. 1 NEXT next ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 THERE there PRON EX _ 6 expl 6:expl _ 4 SHOULD should AUX MD VerbForm=Fin 6 aux 6:aux _ 5 ONLY only ADV RB _ 6 advmod 6:advmod _ 6 BE be VERB VB VerbForm=Inf 0 root 0:root _ -7 ONE one NUM CD NumType=Card 8 nummod 8:nummod _ +7 ONE one NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 8 PERSON person NOUN NN Number=Sing 6 nsubj 6:nsubj _ -9 BRINGING bring VERB VBG VerbForm=Ger 6 acl 6:acl _ +9 BRINGING bring VERB VBG VerbForm=Ger 8 acl 8:acl _ 10 YOU you PRON PRP Case=Acc|Person=2|PronType=Prs 9 iobj 9:iobj _ -11 YOUR you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 YOUR your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 FOOD food NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No -13 . . PUNCT . _ 8 punct 8:punct _ +13 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-294081-0007 # text = ITS NOT A BIG DEAL BUT I HAD TO TAKE MY SALAD HOME BECAUSE THEY FORGOT TO BRING IT. 1-2 ITS _ _ _ _ _ _ _ _ 1 IT it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -2 S be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +2 S be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 6 cop 6:cop CorrectForm='s 3 NOT not PART RB _ 6 advmod 6:advmod _ 4 A a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 BIG big ADJ JJ Degree=Pos 6 amod 6:amod _ 6 DEAL deal NOUN NN Number=Sing 0 root 0:root _ 7 BUT but CCONJ CC _ 9 cc 9:cc _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj _ -9 HAD have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 6:conj:but _ +9 HAD have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 6 conj 6:conj:but _ 10 TO to PART TO _ 11 mark 11:mark _ 11 TAKE take VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ -12 MY my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 MY my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 SALAD salad NOUN NN Number=Sing 11 obj 11:obj _ 14 HOME home ADV RB _ 11 advmod 11:advmod _ 15 BECAUSE because SCONJ IN _ 17 mark 17:mark _ 16 THEY they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 17 nsubj 17:nsubj|19:nsubj:xsubj _ -17 FORGOT forget VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:because _ +17 FORGOT forget VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 advcl 11:advcl:because _ 18 TO to PART TO _ 19 mark 19:mark _ 19 BRING bring VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ 20 IT it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 obj 19:obj SpaceAfter=No @@ -234716,19 +234876,19 @@ # sent_id = reviews-294081-0008 # text = I HAD TO ASK THE GIRL WHO BROUGHT MY FOOD AND SHE NEVER CAME BACK TO LET ME KNOW. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 HAD have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 HAD have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 TO to PART TO _ 4 mark 4:mark _ 4 ASK ask VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 THE the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 GIRL girl NOUN NN Number=Sing 4 obj 4:obj|8:nsubj _ +6 GIRL girl NOUN NN Number=Sing 4 iobj 4:iobj|8:nsubj _ 7 WHO who PRON WP PronType=Rel 8 nsubj 6:ref _ -8 BROUGHT bring VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ -9 MY my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 BROUGHT bring VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +9 MY my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 FOOD food NOUN NN Number=Sing 8 obj 8:obj _ 11 AND and CCONJ CC _ 14 cc 14:cc _ 12 SHE she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 13 NEVER never ADV RB _ 14 advmod 14:advmod _ -14 CAME come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +14 CAME come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 15 BACK back ADV RB _ 14 advmod 14:advmod _ 16 TO to PART TO _ 17 mark 17:mark _ 17 LET let VERB VB VerbForm=Inf 14 advcl 14:advcl:to _ @@ -234739,20 +234899,20 @@ # sent_id = reviews-294081-0009 # text = I HAD TO WAIT FOR MY WAITRESS. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 HAD have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 HAD have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 TO to PART TO _ 4 mark 4:mark _ 4 WAIT wait VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 FOR for ADP IN _ 7 case 7:case _ -6 MY my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 MY my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 WAITRESS waitress NOUN NN Number=Sing 4 obl 4:obl:for SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-294081-0010 # text = WHEN YOU FIRST COME IN THE HOSTESS IS NOT VERY FRIENDLY,THERE IS JUST A BUNCH OF WORKERS STANDING THERE. -1 WHEN when SCONJ WRB PronType=Int 4 mark 4:mark _ +1 WHEN when ADV WRB PronType=Int 4 advmod 4:advmod _ 2 YOU you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 FIRST first ADV RB _ 4 advmod 4:advmod _ -4 COME come VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:when _ +3 FIRST first ADV RB NumForm=Word|NumType=Ord 4 advmod 4:advmod _ +4 COME come VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 advcl 11:advcl:when _ 5 IN in ADV RB _ 4 advmod 4:advmod _ 6 THE the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 HOSTESS hostess NOUN NN Number=Sing 11 nsubj 11:nsubj _ @@ -234760,7 +234920,7 @@ 9 NOT not PART RB _ 11 advmod 11:advmod _ 10 VERY very ADV RB _ 11 advmod 11:advmod _ 11 FRIENDLY friendly ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -12 , , PUNCT , _ 11 punct 11:punct SpaceAfter=No +12 , , PUNCT , _ 14 punct 14:punct SpaceAfter=No 13 THERE there PRON EX _ 14 expl 14:expl _ 14 IS be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 parataxis 11:parataxis _ 15 JUST just ADV RB _ 14 advmod 14:advmod _ @@ -234778,10 +234938,10 @@ 2 WAS be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 THERE there ADV RB PronType=Dem 0 root 0:root _ 4 ON on ADP IN _ 5 case 5:case _ -5 MARCH MARCH PROPN NNP Number=Sing 3 obl 3:obl:on _ -6 6TH 6th NOUN NN Number=Sing 5 nummod 5:nummod SpaceAfter=No -7 , , PUNCT , _ 6 punct 6:punct _ -8 2009 2009 NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No +5 MARCH March PROPN NNP Number=Sing 3 obl 3:obl:on _ +6 6TH 6th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 5 nummod 5:nummod SpaceAfter=No +7 , , PUNCT , _ 8 punct 8:punct _ +8 2009 2009 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No 9 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-294081-0012 @@ -234790,59 +234950,59 @@ 2 WAS be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 3 ALSO also ADV RB _ 4 advmod 4:advmod _ 4 THERE there ADV RB PronType=Dem 0 root 0:root _ -5 OF on ADP IN Typo=Yes 6 case 6:case _ -6 JULY JULY PROPN NNP Number=Sing 4 obl 4:obl:on _ -7 4TH 4th NOUN NN Number=Sing 6 nummod 6:nummod _ -8 2008 2008 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No -9 , , PUNCT , _ 7 punct 7:punct _ -10 WHEN when SCONJ WRB PronType=Rel 16 mark 16:mark _ -11 MY my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +5 OF on ADP IN Typo=Yes 6 case 6:case CorrectForm=ON +6 JULY July PROPN NNP Number=Sing 4 obl 4:obl:on|16:obl:tmod _ +7 4TH 4th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 6 nummod 6:nummod _ +8 2008 2008 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No +9 , , PUNCT , _ 16 punct 16:punct _ +10 WHEN when ADV WRB PronType=Rel 16 advmod 6:ref _ +11 MY my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12-13 DAUGHTERS _ _ _ _ _ _ _ _ 12 DAUGHTER daughter NOUN NN Number=Sing 15 nmod:poss 15:nmod:poss _ -13 S 's PART POS _ 12 case 12:case _ +13 S 's PART POS Typo=Yes 12 case 12:case CorrectForm='s 14 BUFFALO BUFFALO PROPN NNP Number=Sing 15 compound 15:compound _ 15 WINGS wing NOUN NNS Number=Plur 16 nsubj 16:nsubj _ -16 CAME come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +16 CAME come VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 17 OUT out ADV RB _ 16 advmod 16:advmod _ 18 WITH with SCONJ IN _ 22 mark 22:mark _ 19 A a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 20 FLY fly NOUN NN Number=Sing 22 nsubj 22:nsubj _ 21 ON on ADP IN _ 22 case 22:case _ -22 IT it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 advcl 16:advcl:on SpaceAfter=No +22 IT it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 acl 15:acl:with SpaceAfter=No 23 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-294081-0013 # text = THE MANAGER CAME OVER AND SAID HE WAS SORRY AND GAVE A NEW BATCH OF WINGS, HE SAID WE CANT REALLY DO ANYTHING BECAUSE THE DOORS ARE ALWAYS OPENING AND CLOSING . 1 THE the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 MANAGER manager NOUN NN Number=Sing 3 nsubj 3:nsubj|6:nsubj|11:nsubj _ -3 CAME come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 CAME come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 OVER over ADV RB _ 3 advmod 3:advmod _ 5 AND and CCONJ CC _ 6 cc 6:cc _ -6 SAID say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +6 SAID say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 7 HE he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 8 WAS be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 9 SORRY sorry ADJ JJ Degree=Pos 6 ccomp 6:ccomp _ 10 AND and CCONJ CC _ 11 cc 11:cc _ -11 GAVE give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +11 GAVE give VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 12 A a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 NEW new ADJ JJ Degree=Pos 14 amod 14:amod _ 14 BATCH batch NOUN NN Number=Sing 11 obj 11:obj _ 15 OF of ADP IN _ 16 case 16:case _ 16 WINGS wing NOUN NNS Number=Plur 14 nmod 14:nmod:of SpaceAfter=No -17 , , PUNCT , _ 3 punct 3:punct _ +17 , , PUNCT , _ 19 punct 19:punct _ 18 HE he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj _ -19 SAID say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ +19 SAID say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ 20 WE we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 24 nsubj 24:nsubj _ 21-22 CANT _ _ _ _ _ _ _ _ 21 CA can AUX MD VerbForm=Fin 24 aux 24:aux _ -22 NT not PART RB _ 24 advmod 24:advmod _ +22 NT not PART RB Typo=Yes 24 advmod 24:advmod CorrectForm=N'T 23 REALLY really ADV RB _ 24 advmod 24:advmod _ 24 DO do VERB VB VerbForm=Inf 19 ccomp 19:ccomp _ -25 ANYTHING anything PRON NN Number=Sing 24 obj 24:obj _ +25 ANYTHING anything PRON NN Number=Sing|PronType=Ind 24 obj 24:obj _ 26 BECAUSE because SCONJ IN _ 31 mark 31:mark _ 27 THE the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 DOORS door NOUN NNS Number=Plur 31 nsubj 31:nsubj|33:nsubj _ -29 ARE be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ +29 ARE be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ 30 ALWAYS always ADV RB _ 31 advmod 31:advmod _ 31 OPENING open VERB VBG Tense=Pres|VerbForm=Part 24 advcl 24:advcl:because _ 32 AND and CCONJ CC _ 33 cc 33:cc _ @@ -234852,7 +235012,7 @@ # sent_id = reviews-294081-0014 # text = IN MY OPINION SHOULD OF JUST TOOK OFF THE PRICE OF THE WINGS FROM THE BILL. 1 IN in ADP IN _ 3 case 3:case _ -2 MY my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 MY my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 OPINION opinion NOUN NN Number=Sing 7 obl 7:obl:in _ 4 SHOULD should AUX MD VerbForm=Fin 7 aux 7:aux _ 5 OF have AUX VB VerbForm=Inf 7 aux 7:aux _ @@ -234872,9 +235032,9 @@ # sent_id = reviews-294081-0015 # text = BUT EVERYONE HAS THERE OWN WAY!!!!!! 1 BUT but CCONJ CC _ 3 cc 3:cc _ -2 EVERYONE everyone PRON NN Number=Sing 3 nsubj 3:nsubj _ +2 EVERYONE everyone PRON NN Number=Sing|PronType=Tot 3 nsubj 3:nsubj _ 3 HAS have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 THERE they PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 6 nmod:poss 6:nmod:poss _ +4 THERE their PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs|Typo=Yes 6 nmod:poss 6:nmod:poss CorrectForm=THEIR 5 OWN own ADJ JJ Degree=Pos 6 amod 6:amod _ 6 WAY way NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No 7 !!!!!! !!!!!! PUNCT . _ 3 punct 3:punct _ @@ -234891,12 +235051,12 @@ # sent_id = reviews-018548-0002 # newpar id = reviews-018548-p0002 # text = their mezza luna's are deffly better than the pizza rolls. -1 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +1 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 2 mezza mezza NOUN NN Number=Sing 3 compound 3:compound _ -3 luna's luna NOUN NNS Number=Plur|Typo=Yes 6 nsubj 6:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +3 luna's luna NOUN NNS Number=Plur|Typo=Yes 6 nsubj 6:nsubj CorrectForm=lunas +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 deffly definitely ADV RB Abbr=Yes 6 advmod 6:advmod _ -6 better better ADJ JJR Degree=Cmp 0 root 0:root _ +6 better good ADJ JJR Degree=Cmp 0 root 0:root _ 7 than than ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 pizza pizza NOUN NN Number=Sing 10 compound 10:compound _ @@ -234907,7 +235067,7 @@ # text = its like a pizza roll, but they just toss ham and cheese inside. 1-2 its _ _ _ _ _ _ _ _ 1 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 6 cop 6:cop CorrectForm='s 3 like like ADP IN _ 6 case 6:case _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 pizza pizza NOUN NN Number=Sing 6 compound 6:compound _ @@ -234916,7 +235076,7 @@ 8 but but CCONJ CC _ 11 cc 11:cc _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 10 just just ADV RB _ 11 advmod 11:advmod _ -11 toss toss VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 conj 6:conj:but _ +11 toss toss VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 conj 6:conj:but _ 12 ham ham NOUN NN Number=Sing 11 obj 11:obj _ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 cheese cheese NOUN NN Number=Sing 12 conj 11:obj|12:conj:and _ @@ -234930,26 +235090,26 @@ 3 like like SCONJ IN _ 6 mark 6:mark _ 4-5 its _ _ _ _ _ _ _ _ 4 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -5 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -6 healthier healthier ADJ JJR Degree=Cmp 2 advcl 2:advcl:like _ +5 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 6 cop 6:cop CorrectForm='s +6 healthier healthy ADJ JJR Degree=Cmp 2 advcl 2:advcl:like _ 7 too too ADV RB _ 2 advmod 2:advmod SpaceAfter=No -8 , , PUNCT , _ 12 punct 12:punct _ -9 but but CCONJ CC _ 12 cc 12:cc _ +8 , , PUNCT , _ 11 punct 11:punct _ +9 but but CCONJ CC _ 11 cc 11:cc _ 10-11 its _ _ _ _ _ _ _ _ -10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -11 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ -12 prolly probably ADV RB Abbr=Yes 2 conj 2:conj:but _ -13 not not PART RB _ 12 advmod 12:advmod SpaceAfter=No +10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ +11 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 2 conj 2:conj:but CorrectForm='s +12 prolly probably ADV RB Abbr=Yes 11 advmod 11:advmod _ +13 not not PART RB _ 11 advmod 11:advmod SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-018548-0005 # text = also, you can call em ahead of time, and then go to pick up ur food, or have it delivered**. 1 also also ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj|13:nsubj _ 4 can can AUX MD VerbForm=Fin 5 aux 5:aux _ 5 call call VERB VB VerbForm=Inf 0 root 0:root _ -6 em they PRON PRP Abbr=Yes|Case=Acc|Number=Plur|Person=3|PronType=Prs 5 obj 5:obj _ +6 em they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs|Style=Coll|Typo=Yes 5 obj 5:obj CorrectForm='em 7 ahead ahead ADV RB _ 5 advmod 5:advmod _ 8 of of ADP IN _ 9 case 9:case _ 9 time time NOUN NN Number=Sing 7 obl 7:obl:of SpaceAfter=No @@ -234960,13 +235120,13 @@ 14 to to PART TO _ 15 mark 15:mark _ 15 pick pick VERB VB VerbForm=Inf 13 advcl 13:advcl:to _ 16 up up ADP RP _ 15 compound:prt 15:compound:prt _ -17 ur your PRON PRP$ Abbr=Yes|Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 ur your PRON PRP$ Abbr=Yes|Case=Gen|Person=2|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss CorrectForm=your 18 food food NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No 19 , , PUNCT , _ 21 punct 21:punct _ 20 or or CCONJ CC _ 21 cc 21:cc _ 21 have have VERB VB VerbForm=Inf 13 conj 13:conj:or _ 22 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 obj 21:obj|23:nsubj:xsubj _ -23 delivered deliver VERB VBN Tense=Past|VerbForm=Part 21 xcomp 21:xcomp SpaceAfter=No +23 delivered deliver VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 xcomp 21:xcomp SpaceAfter=No 24 ** ** PUNCT NFP _ 5 punct 5:punct SpaceAfter=No 25 . . PUNCT . _ 5 punct 5:punct _ @@ -234976,19 +235136,20 @@ 2 cuts cut VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 down down ADP RP _ 2 compound:prt 2:compound:prt _ 4 on on ADP IN _ 7 case 7:case _ -5 teh the DET DT Typo=Yes 7 det 7:det _ +5 teh the DET DT Definite=Def|PronType=Art|Typo=Yes 7 det 7:det CorrectForm=the 6 wait wait NOUN NN Number=Sing 7 compound 7:compound _ 7 time time NOUN NN Number=Sing 2 obl 2:obl:on SpaceAfter=No -8 , , PUNCT , _ 2 punct 2:punct _ +8 , , PUNCT , _ 12 punct 12:punct _ 9 cus cause SCONJ IN Abbr=Yes 12 mark 12:mark _ -10 u you PRON PRP Abbr=Yes|Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ +10 u you PRON PRP Abbr=Yes|Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj CorrectForm=you 11 can can AUX MD VerbForm=Fin 12 aux 12:aux _ 12 do do VERB VB VerbForm=Inf 2 advcl 2:advcl:cause _ 13 other other ADJ JJ Degree=Pos 14 amod 14:amod _ 14 stuff stuff NOUN NN Number=Sing 12 obj 12:obj _ 15 while while SCONJ IN _ 18 mark 18:mark _ -16 u you PRON PRP Abbr=Yes|Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj SpaceAfter=No -17 r be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ +16-17 ur _ _ _ _ _ _ _ _ +16 u you PRON PRP Abbr=Yes|Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj CorrectForm=you +17 r be AUX VBP Abbr=Yes|Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 18 aux 18:aux CorrectForm='re 18 waiting wait VERB VBG Tense=Pres|VerbForm=Part 12 advcl 12:advcl:while SpaceAfter=No 19 . . PUNCT . _ 2 punct 2:punct _ @@ -234997,16 +235158,16 @@ 1 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 expl 3:expl _ 2 usually usually ADV RB _ 3 advmod 3:advmod _ 3 takes take VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 20 20 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No +4 20 20 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No 5 mins minute NOUN NNS Abbr=Yes|Number=Plur 3 nsubj 3:nsubj _ 6 for for ADP IN _ 9 case 9:case _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 mezza mezza NOUN NN Number=Sing 9 compound 9:compound _ 9 luna luna NOUN NN Number=Sing 3 obl 3:obl:for SpaceAfter=No -10 , , PUNCT , _ 3 punct 3:punct _ +10 , , PUNCT , _ 13 punct 13:punct _ 11 as as SCONJ IN _ 13 mark 13:mark _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ -13 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:as _ +13 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 advcl 3:advcl:as _ 14 to to PART TO _ 15 mark 15:mark _ 15 add add VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 16 pure pure ADJ JJ Degree=Pos 18 amod 18:amod _ @@ -235019,11 +235180,11 @@ # sent_id = reviews-018548-0008 # text = their pizza was a little salty for me, but its still good. -1 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 pizza pizza NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ -5 little little NOUN NN Number=Sing 6 obl:npmod 6:obl:npmod _ +5 little little ADJ JJ Degree=Pos 6 obl:npmod 6:obl:npmod _ 6 salty salty ADJ JJ Degree=Pos 0 root 0:root _ 7 for for ADP IN _ 8 case 8:case _ 8 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 6 obl 6:obl:for SpaceAfter=No @@ -235031,7 +235192,7 @@ 10 but but CCONJ CC _ 14 cc 14:cc _ 11-12 its _ _ _ _ _ _ _ _ 11 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -12 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +12 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 14 cop 14:cop CorrectForm='s 13 still still ADV RB _ 14 advmod 14:advmod _ 14 good good ADJ JJ Degree=Pos 6 conj 6:conj:but SpaceAfter=No 15 . . PUNCT . _ 6 punct 6:punct _ @@ -235039,13 +235200,13 @@ # sent_id = reviews-018548-0009 # text = they do that whole thing where you sandwich the pepperoni between layers of cheese for +32 delicious. 1 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that DET DT Number=Sing|PronType=Dem 5 det 5:det _ 4 whole whole ADJ JJ Degree=Pos 5 amod 5:amod _ -5 thing thing NOUN NN Number=Sing 2 obj 2:obj _ -6 where where SCONJ WRB PronType=Rel 8 mark 8:mark _ +5 thing thing NOUN NN Number=Sing 2 obj 2:obj|8:obl _ +6 where where ADV WRB PronType=Rel 8 advmod 5:ref _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -8 sandwich sandwich VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +8 sandwich sandwich VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 pepperoni pepperoni NOUN NN Number=Sing 8 obj 8:obj _ 11 between between ADP IN _ 12 case 12:case _ @@ -235054,14 +235215,14 @@ 14 cheese cheese NOUN NN Number=Sing 12 nmod 12:nmod:of _ 15 for for ADP IN _ 17 case 17:case _ 16 + + SYM SYM _ 17 advmod 17:advmod SpaceAfter=No -17 32 32 NUM CD NumType=Card 8 obl 8:obl:for _ +17 32 32 NUM CD NumForm=Digit|NumType=Card 8 obl 8:obl:for _ 18 delicious delicious ADJ JJ Degree=Pos 17 amod 17:amod SpaceAfter=No 19 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-018548-0010 # text = anyways, the mezza luna: you should try it. -1 anyways anyways ADV RB _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +1 anyways anyways INTJ UH _ 5 discourse 5:discourse SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 mezza mezza NOUN NN Number=Sing 5 compound 5:compound _ 5 luna luna NOUN NN Number=Sing 10 dislocated 10:dislocated SpaceAfter=No @@ -235070,7 +235231,7 @@ 8 should should AUX MD VerbForm=Fin 9 aux 9:aux _ 9 try try VERB VB VerbForm=Inf 0 root 0:root _ 10 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj SpaceAfter=No -11 . . PUNCT . _ 5 punct 5:punct _ +11 . . PUNCT . _ 10 punct 10:punct _ # sent_id = reviews-018548-0011 # text = it runs you about 4 bucks and it deals crushing blows to hunger. @@ -235078,7 +235239,7 @@ 2 runs run VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 iobj 2:iobj _ 4 about about ADV RB _ 5 advmod 5:advmod _ -5 4 4 NUM CD NumType=Card 6 nummod 6:nummod _ +5 4 4 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 bucks buck NOUN NNS Number=Plur 2 obj 2:obj _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ @@ -235093,19 +235254,19 @@ # text = **Edit: Living on campus at Clarkson University, I have had food delivered before. 1 ** ** PUNCT NFP _ 2 punct 2:punct SpaceAfter=No 2 Edit edit NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 13 punct 13:punct _ 4 Living live VERB VBG VerbForm=Ger 13 advcl 13:advcl _ 5 on on ADP IN _ 6 case 6:case _ 6 campus campus NOUN NN Number=Sing 4 obl 4:obl:on _ 7 at at ADP IN _ 9 case 9:case _ 8 Clarkson Clarkson PROPN NNP Number=Sing 9 compound 9:compound _ 9 University University PROPN NNP Number=Sing 4 obl 4:obl:at SpaceAfter=No -10 , , PUNCT , _ 13 punct 13:punct _ +10 , , PUNCT , _ 4 punct 4:punct _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -12 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ +12 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ 13 had have VERB VBN Tense=Past|VerbForm=Part 2 parataxis 2:parataxis _ -14 food food NOUN NN Number=Sing 15 nsubj 15:nsubj _ -15 delivered deliver VERB VBN Tense=Past|VerbForm=Part 13 ccomp 13:ccomp _ +14 food food NOUN NN Number=Sing 13 obj 13:obj|15:nsubj:xsubj _ +15 delivered deliver VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 xcomp 13:xcomp _ 16 before before ADV RB _ 13 advmod 13:advmod SpaceAfter=No 17 . . PUNCT . _ 2 punct 2:punct _ @@ -235115,24 +235276,24 @@ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 3 back back ADV RB _ 5 advmod 5:advmod _ 4 between between ADP IN _ 5 case 5:case _ -5 '05 '05 NUM CD NumType=Card 0 root 0:root _ +5 '05 '05 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 '09 '09 NUM CD NumType=Card 5 conj 5:conj:and _ +7 '09 '09 NUM CD NumForm=Digit|NumType=Card 5 conj 5:conj:and _ 8 and and CCONJ CC _ 12 cc 12:cc _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 10-11 don't _ _ _ _ _ _ _ _ -10 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +10 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 11 n't not PART RB _ 12 advmod 12:advmod _ 12 remember remember VERB VB VerbForm=Inf 5 conj 5:conj:and _ -13 how how SCONJ WRB PronType=Int 14 mark 14:mark _ +13 how how ADV WRB PronType=Int 14 advmod 14:advmod _ 14 many many ADJ JJ Degree=Pos 15 amod 15:amod _ -15 times time NOUN NNS Number=Plur 18 obj 18:obj _ +15 times time NOUN NNS Number=Plur 18 obl:tmod 18:obl:tmod _ 16-17 we've _ _ _ _ _ _ _ _ 16 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -17 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ +17 've have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 18 had have VERB VBN Tense=Past|VerbForm=Part 12 ccomp 12:ccomp _ -19 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ -20 delivered deliver VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 ccomp 18:ccomp SpaceAfter=No +19 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 obj 18:obj|20:nsubj:xsubj _ +20 delivered deliver VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 18 xcomp 18:xcomp SpaceAfter=No 21 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-018548-0014 @@ -235140,7 +235301,7 @@ 1 Perhaps perhaps ADV RB _ 5 advmod 5:advmod _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 3-4 don't _ _ _ _ _ _ _ _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 deliver deliver VERB VB VerbForm=Inf 0 root 0:root _ 6 anymore anymore ADV RB _ 5 advmod 5:advmod SpaceAfter=No @@ -235162,31 +235323,31 @@ # sent_id = reviews-164805-0001 # newpar id = reviews-164805-p0001 # text = My 2004 x-type was getting close to 100,000 miles so it was time for an upgrade. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ -2 2004 2004 NUM CD NumType=Card 5 nummod 5:nummod _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 2004 2004 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 3 x x NOUN NN Number=Sing 5 compound 5:compound SpaceAfter=No -4 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No -5 type type NOUN NN Number=Sing 8 nsubj 8:nsubj _ -6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 aux 8:aux _ -7 getting get VERB VBG VerbForm=Ger 8 aux 8:aux _ -8 close close ADJ JJ Degree=Pos 0 root 0:root _ +4 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No +5 type type NOUN NN Number=Sing 7 nsubj 7:nsubj _ +6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 aux 7:aux _ +7 getting get VERB VBG VerbForm=Ger 0 root 0:root _ +8 close close ADJ JJ Degree=Pos 7 xcomp 7:xcomp _ 9 to to ADP IN _ 11 case 11:case _ -10 100,000 100,000 NUM CD NumType=Card 11 nummod 11:nummod _ -11 miles mile NOUN NNS Number=Plur 8 obl 8:obl:to _ +10 100,000 100000 NUM CD NumForm=Digit|NumType=Card 11 nummod 11:nummod _ +11 miles mile NOUN NNS Number=Plur 7 obl 7:obl:to _ 12 so so ADV RB _ 15 mark 15:mark _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ -15 time time NOUN NN Number=Sing 8 advcl 8:advcl:so _ +15 time time NOUN NN Number=Sing 7 advcl 7:advcl:so _ 16 for for ADP IN _ 18 case 18:case _ 17 an a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 18 upgrade upgrade NOUN NN Number=Sing 15 nmod 15:nmod:for SpaceAfter=No -19 . . PUNCT . _ 8 punct 8:punct _ +19 . . PUNCT . _ 7 punct 7:punct _ # sent_id = reviews-164805-0002 # text = I sent my wife and daughter over to check out a pre-owned 2009 XF. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 sent send VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 sent send VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 wife wife NOUN NN Number=Sing 2 obj 2:obj _ 5 and and CCONJ CC _ 6 cc 6:cc _ 6 daughter daughter NOUN NN Number=Sing 4 conj 2:obj|4:conj:and _ @@ -235196,7 +235357,7 @@ 10 out out ADP RP _ 9 compound:prt 9:compound:prt _ 11 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 12 pre-owned pre-owned ADJ JJ Degree=Pos 14 amod 14:amod _ -13 2009 2009 NUM CD NumType=Card 14 nummod 14:nummod _ +13 2009 2009 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ 14 XF XF PROPN NNP Number=Sing 9 obj 9:obj SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ @@ -235210,13 +235371,13 @@ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 patient patient ADJ JJ Degree=Pos 5 conj 5:conj:and _ 8 with with ADP IN _ 10 case 10:case _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 wife wife NOUN NN Number=Sing 5 obl 5:obl:with _ 11 and and CCONJ CC _ 13 cc 13:cc _ 12 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 suggested suggest VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +13 suggested suggest VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj|16:nsubj:xsubj _ -15 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 ccomp 13:ccomp _ +15 go go VERB VB Mood=Sub|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 13 ccomp 13:ccomp _ 16 check check VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ 17 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 obj 16:obj _ 18 out out ADP RP _ 16 compound:prt 16:compound:prt SpaceAfter=No @@ -235225,13 +235386,13 @@ # sent_id = reviews-164805-0004 # text = I went in later that afternoon and met with Michael. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|8:nsubj _ -2 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 in in ADV RB _ 2 advmod 2:advmod _ -4 later later ADV RBR Degree=Cmp 2 advmod 2:advmod _ +4 later late ADV RBR Degree=Cmp 2 advmod 2:advmod _ 5 that that DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 afternoon afternoon NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 met meet VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +8 met meet VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 9 with with ADP IN _ 10 case 10:case _ 10 Michael Michael PROPN NNP Number=Sing 8 obl 8:obl:with SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ @@ -235239,7 +235400,7 @@ # sent_id = reviews-164805-0005 # text = He showed me the car I was interested in and we took a test drive. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 showed show VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 showed show VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 iobj 2:iobj _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 car car NOUN NN Number=Sing 2 obj 2:obj _ @@ -235249,7 +235410,7 @@ 9 in in ADP IN _ 8 obl 8:obl _ 10 and and CCONJ CC _ 12 cc 12:cc _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +12 took take VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 14 test test NOUN NN Number=Sing 15 compound 15:compound _ 15 drive drive NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No @@ -235258,23 +235419,23 @@ # sent_id = reviews-164805-0006 # text = I loved the car so we began negotiating my trade-in and the price of the 09 XF. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 loved love VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 loved love VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 car car NOUN NN Number=Sing 2 obj 2:obj _ 5 so so ADV RB _ 7 advmod 7:advmod _ 6 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj|8:nsubj:xsubj _ -7 began begin VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +7 began begin VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 8 negotiating negotiate VERB VBG VerbForm=Ger 7 xcomp 7:xcomp _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 10 trade trade NOUN NN Number=Sing 12 compound 12:compound SpaceAfter=No -11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No 12 in in NOUN NN Number=Sing 8 obj 8:obj _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 price price NOUN NN Number=Sing 12 conj 8:obj|12:conj:and _ 16 of of ADP IN _ 19 case 19:case _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -18 09 09 NUM CD NumType=Card 19 nummod 19:nummod _ +18 09 09 NUM CD NumForm=Digit|NumType=Card 19 nummod 19:nummod _ 19 XF XF PROPN NNP Number=Sing 15 nmod 15:nmod:of SpaceAfter=No 20 . . PUNCT . _ 2 punct 2:punct _ @@ -235283,9 +235444,9 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 entire entire ADJ JJ Degree=Pos 3 amod 3:amod _ 3 negotiation negotiation NOUN NN Number=Sing 4 nsubj 4:nsubj _ -4 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 about about ADV RB _ 6 advmod 6:advmod _ -6 20 20 NUM CD NumType=Card 7 nummod 7:nummod _ +6 20 20 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 minutes minute NOUN NNS Number=Plur 4 obj 4:obj SpaceAfter=No 8 . . PUNCT . _ 4 punct 4:punct _ @@ -235296,30 +235457,30 @@ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 take take NOUN NN Number=Sing 2 conj 2:conj:and _ 5 on on ADP IN _ 7 case 7:case _ -6 both both DET DT _ 7 det 7:det _ +6 both both DET DT PronType=Tot 7 det 7:det _ 7 sides side NOUN NNS Number=Plur 2 nmod 2:nmod:on _ 8 until until SCONJ IN _ 10 mark 10:mark _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 agreed agree VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:until _ +10 agreed agree VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:until _ 11 on on ADP IN _ 13 case 13:case _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 deal deal NOUN NN Number=Sing 10 obl 10:obl:on|18:nsubj|21:nsubj _ 14 that that PRON WDT PronType=Rel 18 nsubj 13:ref _ 15 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 cop 18:cop _ 16 within within ADP IN _ 18 case 18:case _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 parameters parameter NOUN NNS Number=Plur 13 acl:relcl 13:acl:relcl _ 19 and and CCONJ CC _ 21 cc 21:cc _ 20 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 cop 21:cop _ 21 fair fair ADJ JJ Degree=Pos 18 conj 13:acl:relcl|18:conj:and _ 22 to to ADP IN _ 24 case 24:case _ -23 both both DET DT _ 24 det 24:det _ +23 both both DET DT PronType=Tot 24 det 24:det _ 24 sides side NOUN NNS Number=Plur 21 obl 21:obl:to SpaceAfter=No 25 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-164805-0009 # text = 10 minutes of paperwork and I was the owner of a beautiful pre-owned 09 XF. -1 10 10 NUM CD NumType=Card 2 nummod 2:nummod _ +1 10 10 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 2 minutes minute NOUN NNS Number=Plur 0 root 0:root _ 3 of of ADP IN _ 4 case 4:case _ 4 paperwork paperwork NOUN NN Number=Sing 2 nmod 2:nmod:of _ @@ -235332,32 +235493,32 @@ 11 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 12 beautiful beautiful ADJ JJ Degree=Pos 15 amod 15:amod _ 13 pre-owned pre-owned ADJ JJ Degree=Pos 15 amod 15:amod _ -14 09 09 NUM CD NumType=Card 15 nummod 15:nummod _ +14 09 09 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 15 XF XF PROPN NNP Number=Sing 9 nmod 9:nmod:of SpaceAfter=No 16 . . PUNCT . _ 9 punct 9:punct _ # sent_id = reviews-164805-0010 # text = I have purchased over 15 vehicles (cars, rvs, and boats) in my lifetime and I have to say the experience with Michael and Barrett Motor Cars of San Antonio was one of the best. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 purchased purchase VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 over over ADV RB _ 5 advmod 5:advmod _ -5 15 15 NUM CD NumType=Card 6 nummod 6:nummod _ +5 15 15 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 vehicles vehicle NOUN NNS Number=Plur 3 obj 3:obj _ -7 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No +7 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No 8 cars car NOUN NNS Number=Plur 6 appos 6:appos SpaceAfter=No 9 , , PUNCT , _ 10 punct 10:punct _ 10 rvs rv NOUN NNS Number=Plur 8 conj 6:appos|8:conj:and SpaceAfter=No 11 , , PUNCT , _ 10 punct 10:punct _ 12 and and CCONJ CC _ 13 cc 13:cc _ 13 boats boat NOUN NNS Number=Plur 8 conj 6:appos|8:conj:and SpaceAfter=No -14 ) ) PUNCT -RRB- _ 13 punct 13:punct _ +14 ) ) PUNCT -RRB- _ 8 punct 8:punct _ 15 in in ADP IN _ 17 case 17:case _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 lifetime lifetime NOUN NN Number=Sing 3 obl 3:obl:in _ 18 and and CCONJ CC _ 20 cc 20:cc _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj|22:nsubj:xsubj _ -20 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +20 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 21 to to PART TO _ 22 mark 22:mark _ 22 say say VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ @@ -235367,15 +235528,15 @@ 27 and and CCONJ CC _ 30 cc 30:cc _ 28 Barrett Barrett PROPN NNP Number=Sing 26 conj 24:nmod:with|26:conj _ 29 Motor Motor PROPN NNP Number=Sing 30 compound 30:compound _ -30 Cars Cars PROPN NNPS Number=Plur 28 flat 28:flat _ +30 Cars Car PROPN NNPS Number=Plur 28 flat 28:flat _ 31 of of ADP IN _ 32 case 32:case _ 32 San San PROPN NNP Number=Sing 30 nmod 30:nmod:of _ 33 Antonio Antonio PROPN NNP Number=Sing 32 flat 32:flat _ 34 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 35 cop 35:cop _ -35 one one NUM CD NumType=Card 22 ccomp 22:ccomp _ +35 one one NUM CD NumForm=Word|NumType=Card 22 ccomp 22:ccomp _ 36 of of ADP IN _ 38 case 38:case _ 37 the the DET DT Definite=Def|PronType=Art 38 det 38:det _ -38 best best ADJ JJS Degree=Sup 35 nmod 35:nmod:of SpaceAfter=No +38 best good ADJ JJS Degree=Sup 35 nmod 35:nmod:of SpaceAfter=No 39 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-164805-0011 @@ -235386,7 +235547,7 @@ 4 , , PUNCT , _ 8 punct 8:punct _ 5 and and CCONJ CC _ 8 cc 8:cc _ 6 above above ADP IN _ 7 case 7:case _ -7 all all DET DT _ 8 obl 8:obl:above _ +7 all all DET DT PronType=Tot 8 obl 8:obl:above _ 8 fair fair ADJ JJ Degree=Pos 1 conj 1:conj:and SpaceAfter=No 9 . . PUNCT . _ 1 punct 1:punct _ @@ -235395,7 +235556,7 @@ 1-2 That's _ _ _ _ _ _ _ _ 1 That that PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop 3:cop _ -3 all all DET DT _ 0 root 0:root _ +3 all all DET DT PronType=Tot 0 root 0:root _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ 5 can can AUX MD VerbForm=Fin 7 aux 7:aux _ 6 really really ADV RB _ 7 advmod 7:advmod _ @@ -235408,9 +235569,9 @@ 13 Michael Michael PROPN NNP Number=Sing 16 nsubj 16:nsubj _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 Barrett Barrett PROPN NNP Number=Sing 13 conj 13:conj:and|16:nsubj _ -16 hit hit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ -17 all all DET DT _ 18 det 18:det _ -18 3 3 NUM CD NumType=Card 16 obj 16:obj SpaceAfter=No +16 hit hit VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +17 all all DET DT PronType=Tot 18 det 18:det _ +18 3 3 NUM CD NumForm=Digit|NumType=Card 16 obj 16:obj SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-164805-0013 @@ -235438,13 +235599,13 @@ # text = Myself and my fiance's identity was stolen from the office staff. 1 Myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes 6 nmod:poss 6:nmod:poss _ 2 and and CCONJ CC _ 4 cc 4:cc _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4-5 fiance's _ _ _ _ _ _ _ _ 4 fiance fiance NOUN NN Number=Sing 1 conj 1:conj:and|6:nmod:poss _ 5 's 's PART POS _ 1 case 1:case _ 6 identity identity NOUN NN Number=Sing 8 nsubj:pass 8:nsubj:pass _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 aux:pass 8:aux:pass _ -8 stolen steal VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +8 stolen steal VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 9 from from ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 office office NOUN NN Number=Sing 12 compound 12:compound _ @@ -235454,19 +235615,19 @@ # sent_id = reviews-338429-0003 # text = We were told by a detective and asked to check our credit for anything unusual. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj:pass 3:nsubj:pass|8:nsubj:pass|10:nsubj:xsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ -3 told tell VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ +3 told tell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 by by ADP IN _ 6 case 6:case _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ -6 detective detective NOUN NN Number=Sing 3 obl 3:obl:by _ +6 detective detective NOUN NN Number=Sing 3 obl:agent 3:obl:agent _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +8 asked ask VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 9 to to PART TO _ 10 mark 10:mark _ 10 check check VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ -11 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 credit credit NOUN NN Number=Sing 10 obj 10:obj _ 13 for for ADP IN _ 14 case 14:case _ -14 anything anything PRON NN Number=Sing 10 obl 10:obl:for _ +14 anything anything PRON NN Number=Sing|PronType=Ind 10 obl 10:obl:for _ 15 unusual unusual ADJ JJ Degree=Pos 14 amod 14:amod SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ @@ -235474,13 +235635,13 @@ # text = Luckily they caught the crooks before they did one on us. 1 Luckily luckily ADV RB _ 3 advmod 3:advmod _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 caught catch VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 caught catch VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 crooks crook NOUN NNS Number=Plur 3 obj 3:obj _ 6 before before SCONJ IN _ 8 mark 8:mark _ 7 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:before _ -9 one one NUM CD NumType=Card 8 obj 8:obj _ +8 did do VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:before _ +9 one one NUM CD NumForm=Word|NumType=Card 8 obj 8:obj _ 10 on on ADP IN _ 11 case 11:case _ 11 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 9 nmod 9:nmod:on SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ @@ -235493,7 +235654,7 @@ 4 black black ADJ JJ Degree=Pos 5 amod 5:amod _ 5 female female NOUN NN Number=Sing 0 root 0:root|7:nsubj _ 6 that that PRON WDT PronType=Rel 7 nsubj 5:ref _ -7 use use VERB VBD Mood=Ind|Tense=Past|Typo=Yes|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +7 use use VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|Typo=Yes|VerbForm=Fin 5 acl:relcl 5:acl:relcl CorrectForm=used 8 to to PART TO _ 9 mark 9:mark _ 9 work work VERB VB VerbForm=Inf 7 advcl 7:advcl:to _ 10 in in ADP IN _ 12 case 12:case _ @@ -235504,18 +235665,18 @@ # sent_id = reviews-338429-0006 # text = She stole the information and gave it to another guy that did all the work. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|6:nsubj _ -2 stole steal VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 stole steal VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 information information NOUN NN Number=Sing 2 obj 2:obj _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +6 gave give VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 7 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 obj 6:obj _ 8 to to ADP IN _ 10 case 10:case _ -9 another another DET DT _ 10 det 10:det _ +9 another another DET DT PronType=Ind 10 det 10:det _ 10 guy guy NOUN NN Number=Sing 6 obl 6:obl:to|12:nsubj _ 11 that that PRON WDT PronType=Rel 12 nsubj 10:ref _ -12 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ -13 all all DET PDT _ 15 det:predet 15:det:predet _ +12 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +13 all all DET PDT PronType=Tot 15 det:predet 15:det:predet _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 work work NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ @@ -235528,40 +235689,40 @@ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux:pass 5:aux:pass _ 5 pulled pull VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 over over ADV RB _ 5 advmod 5:advmod _ -7 one one NUM CD NumType=Card 8 nummod 8:nummod _ +7 one one NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 8 day day NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ 9 and and CCONJ CC _ 12 cc 12:cc _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 cop cop NOUN NN Number=Sing 12 nsubj 12:nsubj _ -12 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +12 saw see VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 13 suspicious suspicious ADJ JJ Degree=Pos 14 amod 14:amod _ -14 papers papers NOUN NNS Number=Plur 12 obj 12:obj _ -15 with with ADP IN _ 16 case 16:case _ -16 names name NOUN NNS Number=Plur 14 nmod 14:nmod:with _ +14 papers paper NOUN NNS Number=Plur 12 obj 12:obj _ +15 with with SCONJ IN _ 22 mark 22:mark _ +16 names name NOUN NNS Number=Plur 22 nsubj 22:nsubj _ 17 and and CCONJ CC _ 20 cc 20:cc _ 18 social social ADJ JJ Degree=Pos 19 amod 19:amod _ 19 security security NOUN NN Number=Sing 20 compound 20:compound _ -20 numbers number NOUN NNS Number=Plur 16 conj 14:nmod:with|16:conj:and _ +20 numbers number NOUN NNS Number=Plur 16 conj 16:conj:and|22:nsubj _ 21 on on ADP IN _ 22 case 22:case _ -22 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 16 nmod 16:nmod:on SpaceAfter=No +22 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 acl 14:acl:with SpaceAfter=No 23 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-338429-0008 # text = Thats how they were caught. 1-2 Thats _ _ _ _ _ _ _ _ -1 That that PRON DT Number=Sing|PronType=Dem 2 nsubj 2:nsubj _ -2 s be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 how how SCONJ WRB PronType=Int 6 mark 6:mark _ +1 That that PRON DT Number=Sing|PronType=Dem 3 nsubj 3:nsubj _ +2 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 3 cop 3:cop CorrectForm='s +3 how how ADV WRB PronType=Rel 0 root 0:root|6:advmod _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj:pass 6:nsubj:pass _ -5 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ -6 caught catch VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 ccomp 2:ccomp SpaceAfter=No -7 . . PUNCT . _ 2 punct 2:punct _ +5 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ +6 caught catch VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 advcl:relcl 3:advcl:relcl SpaceAfter=No +7 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-338429-0009 # text = They both went to jail and a new manager was put in charge of the apartments. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 both both DET DT _ 1 det 1:det _ -3 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 both both DET DT PronType=Tot 1 det 1:det _ +3 went go VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to ADP IN _ 5 case 5:case _ 5 jail jail NOUN NN Number=Sing 3 obl 3:obl:to _ 6 and and CCONJ CC _ 11 cc 11:cc _ @@ -235583,8 +235744,8 @@ 2 apartment apartment NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 across across ADP IN _ 5 case 5:case _ 4 from from ADP IN _ 5 case 5:case _ -5 mine mine PRON PRP _ 2 nmod 2:nmod:from _ -6 belonged belong VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 mine my PRON PRP Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod 2:nmod:from _ +6 belonged belong VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 to to ADP IN _ 9 case 9:case _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 gang gang NOUN NN Number=Sing 6 obl 6:obl:to _ @@ -235594,8 +235755,8 @@ # sent_id = reviews-338429-0011 # text = Nobody lived there. -1 Nobody nobody PRON NN Number=Sing 2 nsubj 2:nsubj _ -2 lived live VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +1 Nobody nobody PRON NN Number=Sing|PronType=Neg 2 nsubj 2:nsubj _ +2 lived live VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 there there ADV RB PronType=Dem 2 advmod 2:advmod SpaceAfter=No 4 . . PUNCT . _ 2 punct 2:punct _ @@ -235615,15 +235776,15 @@ 12 nice nice ADJ JJ Degree=Pos 13 amod 13:amod _ 13 car car NOUN NN Number=Sing 9 nmod 9:nmod:in _ 14 would would AUX MD VerbForm=Fin 15 aux 15:aux _ -15 show show VERB VB VerbForm=Inf 4 conj 4:conj _ +15 show show VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ 16 up up ADP RP _ 15 compound:prt 15:compound:prt SpaceAfter=No 17 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-338429-0013 # text = Short time later the guy would leave, then the girl. 1 Short short ADJ JJ Degree=Pos 2 amod 2:amod _ -2 time time NOUN NN Number=Sing 3 obl:npmod 3:obl:npmod _ -3 later later ADV RBR Degree=Cmp 7 advmod 7:advmod _ +2 time time NOUN NN Number=Sing 3 obl:tmod 3:obl:tmod _ +3 later late ADV RBR Degree=Cmp 7 advmod 7:advmod _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 guy guy NOUN NN Number=Sing 7 nsubj 7:nsubj _ 6 would would AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -235637,7 +235798,7 @@ # sent_id = reviews-338429-0014 # text = My apartment was usually quiet. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 apartment apartment NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 4 usually usually ADV RB _ 5 advmod 5:advmod _ @@ -235647,11 +235808,11 @@ # sent_id = reviews-338429-0015 # text = I lived in one that did not face the parking lot. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 lived live VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 lived live VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 in in ADP IN _ 4 case 4:case _ -4 one one NUM CD NumType=Card 2 obl 2:obl:in|8:nsubj _ +4 one one NUM CD NumForm=Word|NumType=Card 2 obl 2:obl:in|8:nsubj _ 5 that that PRON WDT PronType=Rel 8 nsubj 4:ref _ -6 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux 8:aux _ +6 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 7 not not PART RB _ 8 advmod 8:advmod _ 8 face face VERB VB VerbForm=Inf 4 acl:relcl 4:acl:relcl _ 9 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ @@ -235662,21 +235823,21 @@ # sent_id = reviews-338429-0016 # text = Parking spaces are just big enough for a Mini Cooper. 1 Parking parking NOUN NN Number=Sing 2 compound 2:compound _ -2 spaces space NOUN NNS Number=Plur 6 nsubj 6:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -4 just just ADV RB _ 6 advmod 6:advmod _ -5 big big ADJ JJ Degree=Pos 6 amod 6:amod _ -6 enough enough ADJ JJ Degree=Pos 0 root 0:root _ +2 spaces space NOUN NNS Number=Plur 5 nsubj 5:nsubj _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +4 just just ADV RB _ 5 advmod 5:advmod _ +5 big big ADJ JJ Degree=Pos 0 root 0:root _ +6 enough enough ADV RB _ 5 advmod 5:advmod _ 7 for for ADP IN _ 10 case 10:case _ 8 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ -9 Mini Mini PROPN NNP Number=Sing 10 compound 10:compound _ -10 Cooper Cooper PROPN NNP Number=Sing 6 obl 6:obl:for SpaceAfter=No -11 . . PUNCT . _ 6 punct 6:punct _ +9 Mini Mini ADJ NNP Degree=Pos 10 amod 10:amod _ +10 Cooper Cooper PROPN NNP Number=Sing 5 obl 5:obl:for SpaceAfter=No +11 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-338429-0017 # text = It sucked having an SUV. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 expl 2:expl _ -2 sucked suck VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 sucked suck VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 having have VERB VBG VerbForm=Ger 2 csubj 2:csubj _ 4 an a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 SUV suv NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No @@ -235686,14 +235847,14 @@ # text = If I found a spot, I couldnt fit in it. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:if _ +3 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:if _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 spot spot NOUN NN Number=Sing 3 obj 3:obj SpaceAfter=No -6 , , PUNCT , _ 10 punct 10:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 8-9 couldnt _ _ _ _ _ _ _ _ 8 could could AUX MD VerbForm=Fin 10 aux 10:aux _ -9 nt not PART RB _ 10 advmod 10:advmod _ +9 nt not PART RB Typo=Yes 10 advmod 10:advmod CorrectForm=n't 10 fit fit VERB VB VerbForm=Inf 0 root 0:root _ 11 in in ADP IN _ 12 case 12:case _ 12 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 obl 10:obl:in SpaceAfter=No @@ -235702,25 +235863,25 @@ # sent_id = reviews-338429-0019 # text = Gates worked 30% of the time at best. 1 Gates gate NOUN NNS Number=Plur 2 nsubj 2:nsubj _ -2 worked work VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 30 30 NUM CD NumType=Card 4 nummod 4:nummod SpaceAfter=No +2 worked work VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 30 30 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No 4 % % SYM NN Number=Sing 2 obj 2:obj _ 5 of of ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 time time NOUN NN Number=Sing 4 nmod 4:nmod:of _ -8 at at ADV RB _ 9 case 9:case _ -9 best best ADV RBS Degree=Sup 3 nmod 3:nmod:at SpaceAfter=No +8 at at ADP IN _ 9 case 9:case _ +9 best well ADV RBS Degree=Sup 3 nmod 3:nmod:at SpaceAfter=No 10 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-338429-0020 # text = Bugs were a small problem, nothing too bad. 1 Bugs bug NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 cop 5:cop _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 small small ADJ JJ Degree=Pos 5 amod 5:amod _ 5 problem problem NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -6 , , PUNCT , _ 5 punct 5:punct _ -7 nothing nothing PRON NN Number=Sing 5 appos 5:appos _ +6 , , PUNCT , _ 7 punct 7:punct _ +7 nothing nothing PRON NN Number=Sing|PronType=Neg 5 appos 5:appos _ 8 too too ADV RB _ 9 advmod 9:advmod _ 9 bad bad ADJ JJ Degree=Pos 7 amod 7:amod SpaceAfter=No 10 . . PUNCT . _ 5 punct 5:punct _ @@ -235730,7 +235891,7 @@ # newpar id = reviews-008585-p0001 # text = The best there is in service. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 best best ADJ JJS Degree=Sup 0 root 0:root _ +2 best good ADJ JJS Degree=Sup 0 root 0:root _ 3 there there PRON EX _ 4 expl 4:expl _ 4 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 in in ADP IN _ 6 case 6:case _ @@ -235744,19 +235905,19 @@ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 recently recently ADV RB _ 4 advmod 4:advmod _ 4 traveling travel VERB VBG VerbForm=Ger 0 root 0:root _ -5 down down ADP IN _ 8 case 8:case _ -6 I I PROPN NNP Number=Sing 8 compound 8:compound SpaceAfter=No +5 down down ADP IN _ 6 case 6:case _ +6 I I PROPN NNP Number=Sing 4 obl 4:obl:down SpaceAfter=No 7 - - PUNCT HYPH _ 8 punct 8:punct SpaceAfter=No -8 24 24 PROPN NNP Number=Sing 4 obl 4:obl:down _ +8 24 24 NUM NNP NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 9 from from ADP IN _ 10 case 10:case _ 10 Nashville Nashville PROPN NNP Number=Sing 4 obl 4:obl:from _ 11 with with ADP IN _ 15 case 15:case _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ -13 3 3 NUM CD NumType=Card 15 nummod 15:nummod _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 3 3 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 14 young young ADJ JJ Degree=Pos 15 amod 15:amod _ 15 children child NOUN NNS Number=Plur 4 obl 4:obl:with _ 16 and and CCONJ CC _ 17 cc 17:cc _ -17 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +17 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 18 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 19 blowout blowout NOUN NN Number=Sing 17 obj 17:obj _ 20 on on ADP IN _ 23 case 23:case _ @@ -235771,19 +235932,19 @@ # text = It was 4:50 when a friend told me to call Bud, he would take care of me. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ -3 4:50 4:50 NUM CD NumType=Card 0 root 0:root _ -4 when when SCONJ WRB PronType=Int 7 mark 7:mark _ +3 4:50 4:50 NUM CD NumForm=Digit|NumType=Card 0 root 0:root _ +4 when when ADV WRB PronType=Int 7 advmod 7:advmod _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 friend friend NOUN NN Number=Sing 7 nsubj 7:nsubj _ -7 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:when _ -8 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 7 obj 7:obj|10:nsubj:xsubj _ +7 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:when _ +8 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 7 iobj 7:iobj|10:nsubj:xsubj _ 9 to to PART TO _ 10 mark 10:mark _ 10 call call VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 11 Bud Bud PROPN NNP Number=Sing 10 obj 10:obj SpaceAfter=No -12 , , PUNCT , _ 3 punct 3:punct _ +12 , , PUNCT , _ 15 punct 15:punct _ 13 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj _ 14 would would AUX MD VerbForm=Fin 15 aux 15:aux _ -15 take take VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +15 take take VERB VB VerbForm=Inf 10 parataxis 10:parataxis _ 16 care care NOUN NN Number=Sing 15 obj 15:obj _ 17 of of ADP IN _ 18 case 18:case _ 18 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 15 obl 15:obl:of SpaceAfter=No @@ -235791,21 +235952,21 @@ # sent_id = reviews-008585-0004 # text = Not only did they answer the phone at 4:50 on a Thursday, they hit the ground moving!. -1 Not not ADV RB _ 2 advmod 2:advmod _ +1 Not not PART RB _ 5 advmod 5:advmod _ 2 only only ADV RB _ 5 advmod 5:advmod _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +3 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 5 answer answer VERB VB VerbForm=Inf 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 phone phone NOUN NN Number=Sing 5 obj 5:obj _ 8 at at ADP IN _ 9 case 9:case _ -9 4:50 4:50 NUM CD NumType=Card 5 obl 5:obl:at _ +9 4:50 4:50 NUM CD NumForm=Digit|NumType=Card 5 obl 5:obl:at _ 10 on on ADP IN _ 12 case 12:case _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 Thursday Thursday PROPN NNP Number=Sing 5 obl 5:obl:on SpaceAfter=No 13 , , PUNCT , _ 15 punct 15:punct _ 14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -15 hit hit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 parataxis 5:parataxis _ +15 hit hit VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 parataxis 5:parataxis _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 ground ground NOUN NN Number=Sing 15 obj 15:obj _ 18 moving move VERB VBG VerbForm=Ger 15 advcl 15:advcl SpaceAfter=No @@ -235814,59 +235975,59 @@ # sent_id = reviews-008585-0005 # text = They tracked down the only tire that fit my BMW330i in Murfreesboro within minutes and secured it, then they came out, took off my tire (it was a runflat - but runflats don't do you any good if they blow out), and brought it to their shop to change the tire. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|17:nsubj _ -2 tracked track VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 tracked track VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 down down ADP RP _ 2 compound:prt 2:compound:prt _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 only only ADJ JJ Degree=Pos 6 amod 6:amod _ 6 tire tire NOUN NN Number=Sing 2 obj 2:obj|8:nsubj _ 7 that that PRON WDT PronType=Rel 8 nsubj 6:ref _ -8 fit fit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ -10 BMW BMW PROPN NNP Number=Sing 11 compound 11:compound SpaceAfter=No +8 fit fit VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 BMW BMW PROPN NNP Number=Sing 11 compound 11:compound CorrectSpaceAfter=Yes|SpaceAfter=No 11 330i 330i PROPN NNP Number=Sing 8 obj 8:obj _ 12 in in ADP IN _ 13 case 13:case _ 13 Murfreesboro Murfreesboro PROPN NNP Number=Sing 6 nmod 6:nmod:in _ 14 within within ADP IN _ 15 case 15:case _ 15 minutes minute NOUN NNS Number=Plur 2 obl 2:obl:within _ 16 and and CCONJ CC _ 17 cc 17:cc _ -17 secured secure VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +17 secured secure VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 18 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 obj 17:obj SpaceAfter=No -19 , , PUNCT , _ 2 punct 2:punct _ +19 , , PUNCT , _ 22 punct 22:punct _ 20 then then ADV RB PronType=Dem 22 advmod 22:advmod _ 21 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 22 nsubj 22:nsubj|25:nsubj|50:nsubj _ -22 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp|17:ccomp _ +22 came come VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 23 out out ADV RB _ 22 advmod 22:advmod SpaceAfter=No 24 , , PUNCT , _ 25 punct 25:punct _ -25 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 conj 2:ccomp|22:conj:and _ +25 took take VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 22 conj 22:conj:and _ 26 off off ADP RP _ 25 compound:prt 25:compound:prt _ -27 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +27 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ 28 tire tire NOUN NN Number=Sing 25 obj 25:obj _ 29 ( ( PUNCT -LRB- _ 33 punct 33:punct SpaceAfter=No 30 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 33 nsubj 33:nsubj _ 31 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 33 cop 33:cop _ 32 a a DET DT Definite=Ind|PronType=Art 33 det 33:det _ 33 runflat runflat NOUN NN Number=Sing 22 parataxis 22:parataxis _ -34 - - PUNCT , _ 33 punct 33:punct _ +34 - - PUNCT , _ 39 punct 39:punct _ 35 but but CCONJ CC _ 39 cc 39:cc _ 36 runflats runflat NOUN NNS Number=Plur 39 nsubj 39:nsubj _ 37-38 don't _ _ _ _ _ _ _ _ -37 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 39 aux 39:aux _ +37 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 39 aux 39:aux _ 38 n't not PART RB _ 39 advmod 39:advmod _ 39 do do VERB VB VerbForm=Inf 33 conj 33:conj:but _ 40 you you PRON PRP Case=Acc|Person=2|PronType=Prs 39 iobj 39:iobj _ -41 any any DET DT _ 42 det 42:det _ +41 any any DET DT PronType=Ind 42 det 42:det _ 42 good good ADJ JJ Degree=Pos 39 obj 39:obj _ 43 if if SCONJ IN _ 45 mark 45:mark _ 44 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 45 nsubj 45:nsubj _ -45 blow blow VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 39 advcl 39:advcl:if _ +45 blow blow VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 39 advcl 39:advcl:if _ 46 out out ADP RP _ 45 compound:prt 45:compound:prt SpaceAfter=No 47 ) ) PUNCT -RRB- _ 33 punct 33:punct SpaceAfter=No 48 , , PUNCT , _ 50 punct 50:punct _ 49 and and CCONJ CC _ 50 cc 50:cc _ -50 brought bring VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 conj 2:ccomp|22:conj:and _ +50 brought bring VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 22 conj 22:conj:and _ 51 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 50 obj 50:obj _ 52 to to ADP IN _ 54 case 54:case _ -53 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 54 nmod:poss 54:nmod:poss _ +53 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 54 nmod:poss 54:nmod:poss _ 54 shop shop NOUN NN Number=Sing 50 obl 50:obl:to _ 55 to to PART TO _ 56 mark 56:mark _ 56 change change VERB VB VerbForm=Inf 50 advcl 50:advcl:to _ @@ -235877,25 +236038,25 @@ # sent_id = reviews-008585-0006 # text = They were back quickly considering how far outside of Murfreesboro we were and had us on our way by 6:30 that evening. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|14:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 cop 3:cop _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 back back ADV RB _ 0 root 0:root _ 4 quickly quickly ADV RB _ 3 advmod 3:advmod _ 5 considering consider VERB VBG VerbForm=Ger 3 advcl 3:advcl _ -6 how how SCONJ WRB PronType=Int 7 mark 7:mark _ -7 far far ADV RB Degree=Pos 5 ccomp 5:ccomp _ +6 how how ADV WRB PronType=Int 7 advmod 7:advmod _ +7 far far ADV RB _ 5 ccomp 5:ccomp _ 8 outside outside ADP IN _ 10 case 10:case _ 9 of of ADP IN _ 10 case 10:case _ 10 Murfreesboro Murfreesboro PROPN NNP Number=Sing 7 obl 7:obl:of _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -12 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 cop 7:cop _ +12 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +14 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 15 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 14 obj 14:obj|18:nsubj:xsubj _ 16 on on ADP IN _ 18 case 18:case _ -17 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 way way NOUN NN Number=Sing 14 xcomp 14:xcomp _ 19 by by ADP IN _ 20 case 20:case _ -20 6:30 6:30 NUM CD NumType=Card 14 obl 14:obl:by _ +20 6:30 6:30 NUM CD NumForm=Digit|NumType=Card 14 obl 14:obl:by _ 21 that that DET DT Number=Sing|PronType=Dem 22 det 22:det _ 22 evening evening NOUN NN Number=Sing 20 nmod:tmod 20:nmod:tmod SpaceAfter=No 23 . . PUNCT . _ 3 punct 3:punct _ @@ -235905,16 +236066,16 @@ 1 Thanks thanks NOUN NN Number=Sing 0 root 0:root _ 2 Bud Bud PROPN NNP Number=Sing 1 vocative 1:vocative _ 3 for for ADP IN _ 4 case 4:case _ -4 all all DET DT _ 1 nmod 1:nmod:for _ +4 all all DET DT PronType=Tot 1 nmod 1:nmod:for _ 5 of of ADP IN _ 7 case 7:case _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 help help NOUN NN Number=Sing 4 nmod 4:nmod:of _ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 taking take VERB VBG VerbForm=Ger 4 conj 1:nmod:for|4:conj:and _ 10 time time NOUN NN Number=Sing 9 obj 9:obj _ 11 away away ADV RB _ 9 advmod 9:advmod _ 12 from from ADP IN _ 14 case 14:case _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 family family NOUN NN Number=Sing 11 obl 11:obl:from _ 15 that that DET DT Number=Sing|PronType=Dem 16 det 16:det _ 16 evening evening NOUN NN Number=Sing 9 obl:tmod 9:obl:tmod SpaceAfter=No @@ -235928,14 +236089,14 @@ 3 without without ADP IN _ 5 case 5:case _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 doubt doubt NOUN NN Number=Sing 10 nmod 10:nmod:without SpaceAfter=No -6 , , PUNCT , _ 10 punct 10:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -8 best best ADJ JJS Degree=Sup 10 amod 10:amod _ +8 best good ADJ JJS Degree=Sup 10 amod 10:amod _ 9 service service NOUN NN Number=Sing 10 compound 10:compound _ 10 experience experience NOUN NN Number=Sing 0 root 0:root _ 11-12 I've _ _ _ _ _ _ _ _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -12 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +12 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 ever ever ADV RB _ 14 advmod 14:advmod _ 14 had have VERB VBN Tense=Past|VerbForm=Part 10 acl:relcl 10:acl:relcl _ 15 and and CCONJ CC _ 28 cc 28:cc _ @@ -235943,17 +236104,17 @@ 17 to to PART TO _ 19 mark 19:mark _ 18 be be AUX VB VerbForm=Inf 19 cop 19:cop _ 19 clear clear ADJ JJ Degree=Pos 28 advcl 28:advcl:to SpaceAfter=No -20 , , PUNCT , _ 28 punct 28:punct _ +20 , , PUNCT , _ 19 punct 19:punct _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 price price NOUN NN Number=Sing 28 nsubj 28:nsubj _ 23 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 24 nsubj 24:nsubj _ -24 charged charge VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 acl:relcl 22:acl:relcl _ +24 charged charge VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 acl:relcl 22:acl:relcl _ 25 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 24 obj 24:obj _ 26 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 28 cop 28:cop _ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 same same ADJ JJ Degree=Pos 10 conj 10:conj:and _ 29 as as ADP IN _ 36 case 36:case _ -30 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ +30 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ 31 tire tire NOUN NN Number=Sing 32 compound 32:compound _ 32 guy guy NOUN NN Number=Sing 36 nmod:poss 36:nmod:poss _ 33 in in ADP IN _ 34 case 34:case _ @@ -235973,7 +236134,7 @@ # sent_id = reviews-008585-0009 # text = I hope I can return the favor in the future! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 can can AUX MD VerbForm=Fin 5 aux 5:aux _ 5 return return VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ @@ -236005,13 +236166,13 @@ 4 base base NOUN NN Number=Sing 1 conj 1:conj:and|6:nsubj _ 5 not not PART RB _ 6 advmod 6:advmod _ 6 ok ok ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -7 . . PUNCT . _ 5 punct 5:punct _ +7 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-330966-0003 # newpar id = reviews-330966-p0002 # text = I have stayed in this hotel many times, and while it typically offers a decent bang for the buck, its client base largely consists of troubled youngsteers and evictees from the local, not so pleasant hood. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 stayed stay VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 in in ADP IN _ 6 case 6:case _ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ @@ -236030,22 +236191,22 @@ 18 for for ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 buck buck NOUN NN Number=Sing 17 nmod 17:nmod:for SpaceAfter=No -21 , , PUNCT , _ 26 punct 26:punct _ -22 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +21 , , PUNCT , _ 14 punct 14:punct _ +22 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 23 client client NOUN NN Number=Sing 24 compound 24:compound _ 24 base base NOUN NN Number=Sing 26 nsubj 26:nsubj _ 25 largely largely ADV RB _ 26 advmod 26:advmod _ 26 consists consist VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ 27 of of ADP IN _ 29 case 29:case _ 28 troubled troubled ADJ JJ Degree=Pos 29 amod 29:amod _ -29 youngsteers youngster NOUN NNS Number=Plur|Typo=Yes 26 obl 26:obl:of _ +29 youngsteers youngster NOUN NNS Number=Plur|Typo=Yes 26 obl 26:obl:of CorrectForm=youngsters 30 and and CCONJ CC _ 31 cc 31:cc _ 31 evictees evictee NOUN NNS Number=Plur 29 conj 26:obl:of|29:conj:and _ 32 from from ADP IN _ 39 case 39:case _ 33 the the DET DT Definite=Def|PronType=Art 39 det 39:det _ 34 local local ADJ JJ Degree=Pos 39 amod 39:amod SpaceAfter=No -35 , , PUNCT , _ 39 punct 39:punct _ -36 not not ADV RB _ 38 advmod 38:advmod _ +35 , , PUNCT , _ 34 punct 34:punct _ +36 not not PART RB _ 38 advmod 38:advmod _ 37 so so ADV RB _ 38 advmod 38:advmod _ 38 pleasant pleasant ADJ JJ Degree=Pos 39 amod 39:amod _ 39 hood hood NOUN NN Number=Sing 29 nmod 29:nmod:from SpaceAfter=No @@ -236054,7 +236215,7 @@ # sent_id = reviews-330966-0004 # text = I have never considered this a real problem as I travel without kids and can fend for myself, but when I had to listen to a (non-violent) domestic fight that lasted from 1 AM to 5 AM during my last stay and I found out that the front desk was unmanned during night hours, my choice was to either waste tax payers money by calling for a yet another police dispatch to this hotel, or just get over it. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 never never ADV RB _ 4 advmod 4:advmod _ 4 considered consider VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 this this PRON DT Number=Sing|PronType=Dem 4 obj 4:obj|8:nsubj:xsubj _ @@ -236063,7 +236224,7 @@ 8 problem problem NOUN NN Number=Sing 4 xcomp 4:xcomp _ 9 as as SCONJ IN _ 11 mark 11:mark _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj|16:nsubj _ -11 travel travel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:as _ +11 travel travel VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:as _ 12 without without ADP IN _ 13 case 13:case _ 13 kids kid NOUN NNS Number=Plur 11 obl 11:obl:without _ 14 and and CCONJ CC _ 16 cc 16:cc _ @@ -236073,33 +236234,33 @@ 18 myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes 16 obl 16:obl:for SpaceAfter=No 19 , , PUNCT , _ 64 punct 64:punct _ 20 but but CCONJ CC _ 64 cc 64:cc _ -21 when when SCONJ WRB PronType=Int 23 mark 23:mark _ +21 when when ADV WRB PronType=Int 23 advmod 23:advmod _ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj|25:nsubj:xsubj _ -23 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 64 advcl 64:advcl:when _ +23 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 64 advcl 64:advcl:when _ 24 to to PART TO _ 25 mark 25:mark _ 25 listen listen VERB VB VerbForm=Inf 23 xcomp 23:xcomp _ 26 to to ADP IN _ 32 case 32:case _ 27 a a DET DT Definite=Ind|PronType=Art 32 det 32:det _ -28 ( ( PUNCT -LRB- _ 32 punct 32:punct SpaceAfter=No +28 ( ( PUNCT -LRB- _ 29 punct 29:punct SpaceAfter=No 29 non-violent non-violent ADJ JJ Degree=Pos 32 amod 32:amod SpaceAfter=No -30 ) ) PUNCT -RRB- _ 32 punct 32:punct _ +30 ) ) PUNCT -RRB- _ 29 punct 29:punct _ 31 domestic domestic ADJ JJ Degree=Pos 32 amod 32:amod _ 32 fight fight NOUN NN Number=Sing 25 obl 25:obl:to|34:nsubj _ 33 that that PRON WDT PronType=Rel 34 nsubj 32:ref _ -34 lasted last VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 32 acl:relcl 32:acl:relcl _ +34 lasted last VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 32 acl:relcl 32:acl:relcl _ 35 from from ADP IN _ 37 case 37:case _ -36 1 1 NUM CD NumType=Card 37 nummod 37:nummod _ -37 AM am NOUN NN Number=Sing 34 obl 34:obl:from _ +36 1 1 NUM CD NumForm=Digit|NumType=Card 37 nummod 37:nummod _ +37 AM a.m. NOUN NN Number=Sing 34 obl 34:obl:from _ 38 to to ADP IN _ 40 case 40:case _ -39 5 5 NUM CD NumType=Card 40 nummod 40:nummod _ -40 AM am NOUN NN Number=Sing 34 obl 34:obl:to _ +39 5 5 NUM CD NumForm=Digit|NumType=Card 40 nummod 40:nummod _ +40 AM a.m. NOUN NN Number=Sing 34 obl 34:obl:to _ 41 during during ADP IN _ 44 case 44:case _ -42 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 44 nmod:poss 44:nmod:poss _ +42 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 44 nmod:poss 44:nmod:poss _ 43 last last ADJ JJ Degree=Pos 44 amod 44:amod _ 44 stay stay NOUN NN Number=Sing 23 obl 23:obl:during _ 45 and and CCONJ CC _ 47 cc 47:cc _ 46 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 47 nsubj 47:nsubj _ -47 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 23 conj 23:conj:and|64:advcl:when _ +47 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 23 conj 23:conj:and|64:advcl:when _ 48 out out ADP RP _ 47 compound:prt 47:compound:prt _ 49 that that SCONJ IN _ 54 mark 54:mark _ 50 the the DET DT Definite=Def|PronType=Art 52 det 52:det _ @@ -236110,22 +236271,22 @@ 55 during during ADP IN _ 57 case 57:case _ 56 night night NOUN NN Number=Sing 57 compound 57:compound _ 57 hours hour NOUN NNS Number=Plur 54 obl 54:obl:during SpaceAfter=No -58 , , PUNCT , _ 64 punct 64:punct _ -59 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 60 nmod:poss 60:nmod:poss _ -60 choice choice NOUN NN Number=Sing 64 nsubj 64:nsubj|82:nsubj _ +58 , , PUNCT , _ 23 punct 23:punct _ +59 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 60 nmod:poss 60:nmod:poss _ +60 choice choice NOUN NN Number=Sing 64 nsubj:outer 64:nsubj:outer|82:nsubj:outer _ 61 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 64 cop 64:cop _ 62 to to PART TO _ 64 mark 64:mark _ 63 either either CCONJ CC _ 64 cc:preconj 64:cc:preconj _ 64 waste waste VERB VB VerbForm=Inf 4 conj 4:conj:but _ 65 tax tax NOUN NN Number=Sing 66 compound 66:compound _ -66 payers payer NOUN NNS Number=Plur 67 compound 67:compound _ +66 payers payer NOUN NNS Number=Plur 67 nmod:poss 67:nmod:poss MissingWordsAfter=' 67 money money NOUN NN Number=Sing 64 obj 64:obj _ 68 by by SCONJ IN _ 69 mark 69:mark _ 69 calling call VERB VBG VerbForm=Ger 64 advcl 64:advcl:by _ 70 for for ADP IN _ 75 case 75:case _ 71 a a DET DT Definite=Ind|PronType=Art 75 det 75:det _ 72 yet yet ADV RB _ 73 advmod 73:advmod _ -73 another another ADJ JJ Degree=Pos 75 amod 75:amod _ +73 another another DET DT PronType=Ind 75 det 75:det _ 74 police police NOUN NN Number=Sing 75 compound 75:compound _ 75 dispatch dispatch NOUN NN Number=Sing 69 obl 69:obl:for _ 76 to to ADP IN _ 78 case 78:case _ @@ -236142,12 +236303,12 @@ # sent_id = reviews-330966-0005 # text = I chose the later, but approached the front desk about the hotel policy to push over their responsibilities on local authorities, not to mention the good nights sleep i paid for but didnt get. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|7:nsubj _ -2 chose choose VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 chose choose VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 later latter ADJ JJ Degree=Pos|Typo=Yes 2 obj 2:obj SpaceAfter=No +4 later latter ADJ JJ Degree=Pos|Typo=Yes 2 obj 2:obj CorrectForm=latter|SpaceAfter=No 5 , , PUNCT , _ 7 punct 7:punct _ 6 but but CCONJ CC _ 7 cc 7:cc _ -7 approached approach VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:but _ +7 approached approach VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:but _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 9 front front ADJ JJ Degree=Pos 10 amod 10:amod _ 10 desk desk NOUN NN Number=Sing 7 obj 7:obj _ @@ -236158,28 +236319,28 @@ 15 to to PART TO _ 16 mark 16:mark _ 16 push push VERB VB VerbForm=Inf 14 acl 14:acl:to _ 17 over over ADP RP _ 16 compound:prt 16:compound:prt _ -18 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 responsibilities responsibility NOUN NNS Number=Plur 16 obj 16:obj _ 20 on on ADP IN _ 22 case 22:case _ 21 local local ADJ JJ Degree=Pos 22 amod 22:amod _ 22 authorities authority NOUN NNS Number=Plur 16 obl 16:obl:on SpaceAfter=No 23 , , PUNCT , _ 31 punct 31:punct _ -24 not not ADV RB _ 31 cc 31:cc _ +24 not not PART RB _ 31 cc 31:cc _ 25 to to PART TO _ 24 fixed 24:fixed _ 26 mention mention VERB VB VerbForm=Inf 24 fixed 24:fixed _ 27 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 28 good good ADJ JJ Degree=Pos 29 amod 29:amod _ 29-30 nights _ _ _ _ _ _ _ _ 29 night night NOUN NN Number=Sing 31 nmod:poss 31:nmod:poss _ -30 s 's PART POS _ 29 case 29:case _ +30 s 's PART POS Typo=Yes 29 case 29:case CorrectForm='s 31 sleep sleep NOUN NN Number=Sing 14 conj 7:obl:about|14:conj:not_to_mention _ -32 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 33 nsubj 33:nsubj|38:nsubj _ -33 paid pay VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 31 acl:relcl 31:acl:relcl _ +32 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 33 nsubj 33:nsubj|38:nsubj _ +33 paid pay VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 31 acl:relcl 31:acl:relcl _ 34 for for ADP IN _ 33 obl 33:obl _ 35 but but CCONJ CC _ 38 cc 38:cc _ 36-37 didnt _ _ _ _ _ _ _ _ -36 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 38 aux 38:aux _ -37 nt not PART RB _ 38 advmod 38:advmod _ +36 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 38 aux 38:aux _ +37 nt not PART RB Typo=Yes 38 advmod 38:advmod CorrectForm=n't 38 get get VERB VB VerbForm=Inf 33 conj 31:acl:relcl|33:conj:but SpaceAfter=No 39 . . PUNCT . _ 2 punct 2:punct _ @@ -236212,16 +236373,16 @@ 7 because because SCONJ IN _ 10 mark 10:mark _ 8-9 its _ _ _ _ _ _ _ _ 8 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -9 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +9 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 10 cop 10:cop CorrectForm='s 10 cheap cheap ADJ JJ Degree=Pos 4 advcl 4:advcl:because _ 11 and and CCONJ CC _ 15 cc 15:cc _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ 13-14 cant _ _ _ _ _ _ _ _ 13 ca can AUX MD VerbForm=Fin 15 aux 15:aux _ -14 nt not PART RB _ 15 advmod 15:advmod _ +14 nt not PART RB Typo=Yes 15 advmod 15:advmod CorrectForm=n't 15 afford afford VERB VB VerbForm=Inf 10 conj 4:advcl:because|10:conj:and _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ -17 better better ADJ JJR Degree=Cmp 18 amod 18:amod _ +17 better good ADJ JJR Degree=Cmp 18 amod 18:amod _ 18 hotel hotel NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No 19 , , PUNCT , _ 23 punct 23:punct _ 20 but but CCONJ CC _ 23 cc 23:cc _ @@ -236261,17 +236422,17 @@ 9 behind behind ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 counter counter NOUN NN Number=Sing 8 nmod 8:nmod:behind _ -12 yelled yell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +12 yelled yell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 13 at at ADP IN _ 14 case 14:case _ 14 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 12 obl 12:obl:at _ 15 and and CCONJ CC _ 17 cc 17:cc _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 son son NOUN NN Number=Sing 14 conj 12:obl:at|14:conj:and _ 18 because because SCONJ IN _ 20 mark 20:mark _ 19 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 believed believe VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 advcl 12:advcl:because _ +20 believed believe VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 12 advcl 12:advcl:because _ 21 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj _ -22 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 ccomp 20:ccomp _ +22 left leave VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 ccomp 20:ccomp _ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 24 grandma grandma NOUN NN Number=Sing 25 compound 25:compound _ 25 slice slice NOUN NN Number=Sing 22 obj 22:obj _ @@ -236285,15 +236446,15 @@ 33 and and CCONJ CC _ 38 cc 38:cc _ 34 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ 35 cheese cheese NOUN NN Number=Sing 38 nsubj:pass 38:nsubj:pass _ -36 got get AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 38 aux:pass 38:aux:pass _ +36 got get AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 38 aux:pass 38:aux:pass _ 37 all all ADV RB _ 38 advmod 38:advmod _ -38 dried dry VERB VBN Tense=Past|VerbForm=Part 22 conj 20:ccomp|22:conj:and _ +38 dried dry VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 conj 20:ccomp|22:conj:and _ 39 out out ADP RP _ 38 compound:prt 38:compound:prt _ 40 and and CCONJ CC _ 43 cc 43:cc _ 41 the the DET DT Definite=Def|PronType=Art 42 det 42:det _ 42 slice slice NOUN NN Number=Sing 43 nsubj 43:nsubj _ -43 tasted taste VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 38 conj 38:conj:and _ -44 more more ADV RBR _ 47 advmod 47:advmod _ +43 tasted taste VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 38 conj 38:conj:and _ +44 more more ADV RBR Degree=Cmp 47 advmod 47:advmod _ 45 like like ADP IN _ 47 case 47:case _ 46 a a DET DT Definite=Ind|PronType=Art 47 det 47:det _ 47 cracker cracker NOUN NN Number=Sing 43 obl 43:obl:like SpaceAfter=No @@ -236302,7 +236463,7 @@ # sent_id = reviews-269560-0002 # text = He preceded to grab the slice off the countertop and throw it into the trash while yelling at me saying, "you do not order what you do not know about" and "you don't know how pizza is made". 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj|11:nsubj:xsubj _ -2 preceded proceed VERB VBD Mood=Ind|Tense=Past|Typo=Yes|VerbForm=Fin 0 root 0:root _ +2 preceded proceed VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm=proceeded 3 to to PART TO _ 4 mark 4:mark _ 4 grab grab VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -236321,30 +236482,30 @@ 18 at at ADP IN _ 19 case 19:case _ 19 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 17 obl 17:obl:at _ 20 saying say VERB VBG VerbForm=Ger 17 advcl 17:advcl SpaceAfter=No -21 , , PUNCT , _ 20 punct 20:punct _ +21 , , PUNCT , _ 26 punct 26:punct _ 22 " " PUNCT `` _ 26 punct 26:punct SpaceAfter=No 23 you you PRON PRP Case=Nom|Person=2|PronType=Prs 26 nsubj 26:nsubj _ -24 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ +24 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ 25 not not PART RB _ 26 advmod 26:advmod _ 26 order order VERB VB VerbForm=Inf 20 ccomp 20:ccomp _ -27 what what PRON WP PronType=Int 26 obj 26:obj _ +27 what what PRON WP PronType=Rel 26 obj 26:obj|31:obl:about _ 28 you you PRON PRP Case=Nom|Person=2|PronType=Prs 31 nsubj 31:nsubj _ -29 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ +29 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ 30 not not PART RB _ 31 advmod 31:advmod _ 31 know know VERB VB VerbForm=Inf 27 acl:relcl 27:acl:relcl _ -32 about about ADP IN _ 31 obl 31:obl SpaceAfter=No +32 about about ADP IN _ 31 obl 27:case SpaceAfter=No 33 " " PUNCT '' _ 26 punct 26:punct _ 34 and and CCONJ CC _ 39 cc 39:cc _ 35 " " PUNCT `` _ 39 punct 39:punct SpaceAfter=No 36 you you PRON PRP Case=Nom|Person=2|PronType=Prs 39 nsubj 39:nsubj _ 37-38 don't _ _ _ _ _ _ _ _ -37 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 39 aux 39:aux _ +37 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 39 aux 39:aux _ 38 n't not PART RB _ 39 advmod 39:advmod _ -39 know know VERB VB VerbForm=Inf 20 ccomp 20:ccomp _ -40 how how SCONJ WRB PronType=Int 43 mark 43:mark _ +39 know know VERB VB VerbForm=Inf 26 conj 26:conj:and _ +40 how how ADV WRB PronType=Int 43 advmod 43:advmod _ 41 pizza pizza NOUN NN Number=Sing 43 nsubj:pass 43:nsubj:pass _ 42 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 43 aux:pass 43:aux:pass _ -43 made make VERB VBN Tense=Past|VerbForm=Part 39 ccomp 39:ccomp SpaceAfter=No +43 made make VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 39 ccomp 39:ccomp SpaceAfter=No 44 " " PUNCT '' _ 39 punct 39:punct SpaceAfter=No 45 . . PUNCT . _ 2 punct 2:punct _ @@ -236364,8 +236525,8 @@ 12 in in ADP IN _ 13 case 13:case _ 13 front front NOUN NN Number=Sing 6 obl 6:obl:in _ 14 of of ADP IN _ 17 case 17:case _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ -16 four four NUM CD NumType=Card 17 nummod 17:nummod _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 four four NUM CD NumForm=Word|NumType=Card 17 nummod 17:nummod _ 17 year year NOUN NN Number=Sing 13 nmod 13:nmod:of _ 18 old old ADJ JJ Degree=Pos 17 amod 17:amod SpaceAfter=No 19 . . PUNCT . _ 4 punct 4:punct _ @@ -236383,18 +236544,18 @@ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 pie pie NOUN NN Number=Sing 7 obj 7:obj _ 11 and and CCONJ CC _ 21 cc 21:cc _ -12 when when SCONJ WRB PronType=Int 14 mark 14:mark _ +12 when when ADV WRB PronType=Int 14 advmod 14:advmod _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 advcl 21:advcl:when _ +14 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 21 advcl 21:advcl:when _ 15 home home ADV RB _ 14 advmod 14:advmod SpaceAfter=No -16 , , PUNCT , _ 21 punct 21:punct _ +16 , , PUNCT , _ 14 punct 14:punct _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 pie pie NOUN NN Number=Sing 21 nsubj 21:nsubj _ 19 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 cop 21:cop _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -21 worst worst ADJ JJS Degree=Sup 5 conj 5:conj:and _ +21 worst bad ADJ JJS Degree=Sup 5 conj 5:conj:and _ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 25 nsubj 25:nsubj _ -23 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ +23 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 25 aux 25:aux _ 24 ever ever ADV RB _ 25 advmod 25:advmod _ 25 seen see VERB VBN Tense=Past|VerbForm=Part 21 ccomp 21:ccomp SpaceAfter=No 26 . . PUNCT . _ 5 punct 5:punct _ @@ -236405,7 +236566,7 @@ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 falling fall VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 off off ADV RB _ 3 advmod 3:advmod SpaceAfter=No -5 , , PUNCT , _ 3 punct 3:punct _ +5 , , PUNCT , _ 7 punct 7:punct _ 6 so so ADV RB _ 7 advmod 7:advmod _ 7 oily oily ADJ JJ Degree=Pos 3 parataxis 3:parataxis _ 8 and and CCONJ CC _ 9 cc 9:cc _ @@ -236415,19 +236576,19 @@ # sent_id = reviews-269560-0006 # text = I think he did it on purpose because of my simple request for another slice of grandma that wasn't so well-done (actually, burnt). 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +4 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 5 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ 6 on on ADP IN _ 7 case 7:case _ 7 purpose purpose NOUN NN Number=Sing 4 obl 4:obl:on _ 8 because because ADP IN _ 12 case 12:case _ 9 of of ADP IN _ 8 fixed 8:fixed _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 11 simple simple ADJ JJ Degree=Pos 12 amod 12:amod _ 12 request request NOUN NN Number=Sing 4 obl 4:obl:because_of _ 13 for for ADP IN _ 15 case 15:case _ -14 another another DET DT _ 15 det 15:det _ +14 another another DET DT PronType=Ind 15 det 15:det _ 15 slice slice NOUN NN Number=Sing 12 nmod 12:nmod:for|24:nsubj _ 16 of of ADP IN _ 17 case 17:case _ 17 grandma grandma NOUN NN Number=Sing 15 nmod 15:nmod:of _ @@ -236437,11 +236598,11 @@ 20 n't not PART RB _ 24 advmod 24:advmod _ 21 so so ADV RB _ 24 advmod 24:advmod _ 22 well well ADV RB Degree=Pos 24 advmod 24:advmod SpaceAfter=No -23 - - PUNCT HYPH _ 24 punct 24:punct SpaceAfter=No +23 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No 24 done done ADJ JJ Degree=Pos 15 acl:relcl 15:acl:relcl _ 25 ( ( PUNCT -LRB- _ 28 punct 28:punct SpaceAfter=No 26 actually actually ADV RB _ 28 advmod 28:advmod SpaceAfter=No -27 , , PUNCT , _ 28 punct 28:punct _ +27 , , PUNCT , _ 26 punct 26:punct _ 28 burnt burnt ADJ JJ Degree=Pos 24 parataxis 24:parataxis SpaceAfter=No 29 ) ) PUNCT -RRB- _ 28 punct 28:punct SpaceAfter=No 30 . . PUNCT . _ 2 punct 2:punct _ @@ -236463,7 +236624,7 @@ 13 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 12 obj 12:obj _ 14 to to ADP IN _ 18 case 18:case _ 15 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -16 better better ADJ JJR Degree=Cmp 17 amod 17:amod _ +16 better good ADJ JJR Degree=Cmp 17 amod 17:amod _ 17 business business NOUN NN Number=Sing 18 compound 18:compound _ 18 bureau bureau NOUN NN Number=Sing 12 obl 12:obl:to _ 19 for for ADP IN _ 23 case 23:case _ @@ -236474,13 +236635,13 @@ 24 and and CCONJ CC _ 26 cc 26:cc _ 25 basically basically ADV RB _ 26 advmod 26:advmod _ 26 sabotaging sabotage VERB VBG VerbForm=Ger 23 conj 12:obl:for|23:conj:and _ -27 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +27 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ 28 pizza pizza NOUN NN Number=Sing 26 obj 26:obj _ 29 and and CCONJ CC _ 30 cc 30:cc _ 30 taking take VERB VBG VerbForm=Ger 26 conj 26:conj:and _ -31 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ +31 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ 32 $ $ SYM $ _ 30 obj 30:obj SpaceAfter=No -33 25 25 NUM CD NumType=Card 32 nummod 32:nummod SpaceAfter=No +33 25 25 NUM CD NumForm=Digit|NumType=Card 32 nummod 32:nummod SpaceAfter=No 34 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-269560-0008 @@ -236488,7 +236649,7 @@ 1 THIS this DET DT Number=Sing|PronType=Dem 2 det 2:det _ 2 STORY story NOUN NN Number=Sing 6 nsubj 6:nsubj _ 3 IS be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ -4 100 100 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No +4 100 100 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No 5 % % SYM NN Number=Sing 6 obl:npmod 6:obl:npmod _ 6 TRUE true ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 7 . . PUNCT . _ 6 punct 6:punct _ @@ -236501,12 +236662,12 @@ 4 who who PRON WP PronType=Rel 5 nsubj 3:ref _ 5 thinks think VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 invented invent VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 ccomp 5:ccomp _ +7 invented invent VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 ccomp 5:ccomp _ 8 pizza pizza NOUN NN Number=Sing 7 obj 7:obj _ 9 can can AUX MD VerbForm=Fin 10 aux 10:aux _ 10 kiss kiss VERB VB VerbForm=Inf 0 root 0:root _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ -12 *ss *ss NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +12 *ss ass NOUN NN Number=Sing|Style=Expr 10 obj 10:obj CorrectForm=ass|SpaceAfter=No 13 . . PUNCT . _ 10 punct 10:punct _ # newdoc id = reviews-107692 @@ -236515,13 +236676,13 @@ # text = Long Lines, Silly Rules, Rude Staff, Ok Food 1 Long long ADJ JJ Degree=Pos 2 amod 2:amod _ 2 Lines line NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 5 punct 5:punct _ 4 Silly silly ADJ JJ Degree=Pos 5 amod 5:amod _ 5 Rules rule NOUN NNS Number=Plur 2 list 2:list SpaceAfter=No -6 , , PUNCT , _ 2 punct 2:punct _ +6 , , PUNCT , _ 8 punct 8:punct _ 7 Rude rude ADJ JJ Degree=Pos 8 amod 8:amod _ 8 Staff staff NOUN NN Number=Sing 2 list 2:list SpaceAfter=No -9 , , PUNCT , _ 2 punct 2:punct _ +9 , , PUNCT , _ 11 punct 11:punct _ 10 Ok ok ADJ JJ Degree=Pos 11 amod 11:amod _ 11 Food food NOUN NN Number=Sing 2 list 2:list _ @@ -236529,32 +236690,32 @@ # newpar id = reviews-107692-p0002 # text = The first thing you notice when you arrive on location is that the waiting line literally goes out the door and spills into the parking lot. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 first first ADJ JJ Degree=Pos|NumType=Ord 3 amod 3:amod _ -3 thing thing NOUN NN Number=Sing 11 nsubj 11:nsubj _ +2 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 3 amod 3:amod _ +3 thing thing NOUN NN Number=Sing 17 nsubj:outer 17:nsubj:outer|22:nsubj:outer _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 notice notice VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ -6 when when SCONJ WRB PronType=Int 8 mark 8:mark _ +5 notice notice VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +6 when when ADV WRB PronType=Int 8 advmod 8:advmod _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -8 arrive arrive VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:when _ +8 arrive arrive VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 advcl 5:advcl:when _ 9 on on ADP IN _ 10 case 10:case _ 10 location location NOUN NN Number=Sing 8 obl 8:obl:on _ -11 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 12 that that SCONJ IN _ 17 mark 17:mark _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 14 waiting waiting NOUN NN Number=Sing 15 compound 15:compound _ 15 line line NOUN NN Number=Sing 17 nsubj 17:nsubj|22:nsubj _ 16 literally literally ADV RB _ 17 advmod 17:advmod _ -17 goes go VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 ccomp 11:ccomp _ +17 goes go VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 18 out out ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 door door NOUN NN Number=Sing 17 obl 17:obl:out _ 21 and and CCONJ CC _ 22 cc 22:cc _ -22 spills spill VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 conj 11:ccomp|17:conj:and _ +22 spills spill VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 conj 0:root|17:conj:and _ 23 into into ADP IN _ 26 case 26:case _ 24 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 25 parking parking NOUN NN Number=Sing 26 compound 26:compound _ 26 lot lot NOUN NN Number=Sing 22 obl 22:obl:into SpaceAfter=No -27 . . PUNCT . _ 11 punct 11:punct _ +27 . . PUNCT . _ 17 punct 17:punct _ # sent_id = reviews-107692-0003 # text = A restaurant with this many patrons willing to stand in line just to order tacos must be good, right? @@ -236576,15 +236737,15 @@ 16 must must AUX MD VerbForm=Fin 18 aux 18:aux _ 17 be be AUX VB VerbForm=Inf 18 cop 18:cop _ 18 good good ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -19 , , PUNCT , _ 18 punct 18:punct _ +19 , , PUNCT , _ 20 punct 20:punct _ 20 right right INTJ UH _ 18 discourse 18:discourse SpaceAfter=No 21 ? ? PUNCT . _ 18 punct 18:punct _ # sent_id = reviews-107692-0004 # text = I mean, that's the way it works at amusement parks: the longest lines are at the best rides. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 mean mean VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 discourse 7:discourse SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +2 mean mean VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 discourse 7:discourse SpaceAfter=No +3 , , PUNCT , _ 2 punct 2:punct _ 4-5 that's _ _ _ _ _ _ _ _ 4 that that PRON DT Number=Sing|PronType=Dem 7 nsubj 7:nsubj _ 5 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ @@ -236595,21 +236756,21 @@ 10 at at ADP IN _ 12 case 12:case _ 11 amusement amusement NOUN NN Number=Sing 12 compound 12:compound _ 12 parks park NOUN NNS Number=Plur 9 obl 9:obl:at SpaceAfter=No -13 : : PUNCT : _ 7 punct 7:punct _ +13 : : PUNCT : _ 21 punct 21:punct _ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ -15 longest longest ADJ JJS Degree=Sup 16 amod 16:amod _ +15 longest long ADJ JJS Degree=Sup 16 amod 16:amod _ 16 lines line NOUN NNS Number=Plur 21 nsubj 21:nsubj _ -17 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ +17 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 18 at at ADP IN _ 21 case 21:case _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ -20 best best ADJ JJS Degree=Sup 21 amod 21:amod _ +20 best good ADJ JJS Degree=Sup 21 amod 21:amod _ 21 rides ride NOUN NNS Number=Plur 7 parataxis 7:parataxis SpaceAfter=No 22 . . PUNCT . _ 7 punct 7:punct _ # sent_id = reviews-107692-0005 # text = Well, this may be an exception. 1 Well well INTJ UH _ 7 discourse 7:discourse SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 this this PRON DT Number=Sing|PronType=Dem 7 nsubj 7:nsubj _ 4 may may AUX MD VerbForm=Fin 7 aux 7:aux _ 5 be be AUX VB VerbForm=Inf 7 cop 7:cop _ @@ -236622,7 +236783,7 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 staff staff NOUN NN Number=Sing 14 nsubj 14:nsubj|16:nsubj _ 3 taking take VERB VBG VerbForm=Ger 2 acl 2:acl _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 order order NOUN NN Number=Sing 3 obj 3:obj _ 6 and and CCONJ CC _ 8 cc 8:cc _ 7 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No @@ -236630,43 +236791,43 @@ 9 " " PUNCT '' _ 8 punct 8:punct _ 10 on on ADP IN _ 11 case 11:case _ 11 you you PRON PRP Case=Acc|Person=2|PronType=Prs 8 obl 8:obl:on _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 13 very very ADV RB _ 14 advmod 14:advmod _ 14 indifferent indifferent ADJ JJ Degree=Pos 0 root 0:root _ 15 and and CCONJ CC _ 16 cc 16:cc _ -16 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 conj 14:conj:and _ -17 no no DET DT _ 18 det 18:det _ +16 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 conj 14:conj:and _ +17 no no DET DT PronType=Neg 18 det 18:det _ 18 sense sense NOUN NN Number=Sing 16 obj 16:obj _ 19 of of ADP IN _ 21 case 21:case _ -20 costumer customer NOUN NN Number=Sing|Typo=Yes 21 compound 21:compound _ +20 costumer customer NOUN NN Number=Sing|Typo=Yes 21 compound 21:compound CorrectForm=customer 21 service service NOUN NN Number=Sing 18 nmod 18:nmod:of _ -22 at at ADV RB _ 23 case 23:case _ -23 all all ADV RB _ 18 nmod 18:nmod:at SpaceAfter=No +22 at at ADP IN _ 23 case 23:case _ +23 all all DET DT PronType=Tot 18 nmod 18:nmod:at SpaceAfter=No 24 . . PUNCT . _ 14 punct 14:punct _ # sent_id = reviews-107692-0007 # text = I have gotten better results talking to COMCAST customer service than with these folks. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 gotten get VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ -4 better better ADJ JJR Degree=Cmp 5 amod 5:amod _ +4 better good ADJ JJR Degree=Cmp 5 amod 5:amod _ 5 results result NOUN NNS Number=Plur 3 obj 3:obj|6:nsubj:xsubj _ 6 talking talk VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ 7 to to ADP IN _ 10 case 10:case _ 8 COMCAST COMCAST PROPN NNP Number=Sing 10 compound 10:compound _ 9 customer customer NOUN NN Number=Sing 10 compound 10:compound _ 10 service service NOUN NN Number=Sing 6 obl 6:obl:to _ -11 than than ADP IN _ 14 case 14:case _ +11 than than ADP IN _ 14 mark 14:mark _ 12 with with ADP IN _ 14 case 14:case _ 13 these this DET DT Number=Plur|PronType=Dem 14 det 14:det _ -14 folks folk NOUN NNS Number=Plur 4 obl 4:obl:with SpaceAfter=No +14 folks folk NOUN NNS Number=Plur 3 advcl 3:advcl:than SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-107692-0008 # text = And don't even think about asking to speak to the manager because this guy is, and pardon my French, a jerk. 1 And and CCONJ CC _ 5 cc 5:cc _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +2 do do AUX VB Mood=Imp|VerbForm=Fin 5 aux 5:aux _ 3 n't not PART RB _ 5 advmod 5:advmod _ 4 even even ADV RB _ 5 advmod 5:advmod _ 5 think think VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ @@ -236684,7 +236845,7 @@ 17 , , PUNCT , _ 19 punct 19:punct _ 18 and and CCONJ CC _ 19 cc 19:cc _ 19 pardon pardon VERB VB Mood=Imp|VerbForm=Fin 24 parataxis 24:parataxis _ -20 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 French French PROPN NNP Number=Sing 19 obj 19:obj SpaceAfter=No 22 , , PUNCT , _ 19 punct 19:punct _ 23 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ @@ -236695,7 +236856,7 @@ # text = If you have gotten through ordering, dealing with the rude staff and if you followed the dumb rules, you are finally presented with what you came for..some tacos that are "ok," but definitely not worth putting up with all the hassle. 1 If if SCONJ IN _ 4 mark 4:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 gotten get VERB VBN Tense=Past|VerbForm=Part 24 advcl 24:advcl:if _ 5 through through ADP IN _ 6 case 6:case _ 6 ordering ordering NOUN NN Number=Sing 4 obl 4:obl:through SpaceAfter=No @@ -236708,37 +236869,37 @@ 13 and and CCONJ CC _ 16 cc 16:cc _ 14 if if SCONJ IN _ 16 mark 16:mark _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -16 followed follow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and|24:advcl:if _ +16 followed follow VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 4 conj 4:conj:and|24:advcl:if _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 18 dumb dumb ADJ JJ Degree=Pos 19 amod 19:amod _ 19 rules rule NOUN NNS Number=Plur 16 obj 16:obj SpaceAfter=No -20 , , PUNCT , _ 24 punct 24:punct _ +20 , , PUNCT , _ 4 punct 4:punct _ 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 24 nsubj:pass 24:nsubj:pass _ -22 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 aux:pass 24:aux:pass _ +22 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 24 aux:pass 24:aux:pass _ 23 finally finally ADV RB _ 24 advmod 24:advmod _ 24 presented present VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 25 with with ADP IN _ 26 case 26:case _ -26 what what PRON WP PronType=Int 24 obl 24:obl:with _ +26 what what PRON WP PronType=Rel 24 obl 24:obl:with|28:obl:for _ 27 you you PRON PRP Case=Nom|Person=2|PronType=Prs 28 nsubj 28:nsubj _ -28 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 26 acl:relcl 26:acl:relcl _ -29 for for ADP IN _ 28 obl 28:obl SpaceAfter=No +28 came come VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 26 acl:relcl 26:acl:relcl _ +29 for for ADP IN _ 28 obl 26:case SpaceAfter=No 30 .. .. PUNCT , _ 32 punct 32:punct SpaceAfter=No -31 some some DET DT _ 32 det 32:det _ +31 some some DET DT PronType=Ind 32 det 32:det _ 32 tacos taco NOUN NNS Number=Plur 26 appos 26:appos|36:nsubj|42:nsubj _ 33 that that PRON WDT PronType=Rel 36 nsubj 32:ref _ -34 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 36 cop 36:cop _ +34 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 36 cop 36:cop _ 35 " " PUNCT `` _ 36 punct 36:punct SpaceAfter=No 36 ok ok ADJ JJ Degree=Pos 32 acl:relcl 32:acl:relcl SpaceAfter=No -37 , , PUNCT , _ 42 punct 42:punct SpaceAfter=No +37 , , PUNCT , _ 36 punct 36:punct SpaceAfter=No 38 " " PUNCT '' _ 36 punct 36:punct _ 39 but but CCONJ CC _ 42 cc 42:cc _ 40 definitely definitely ADV RB _ 42 advmod 42:advmod _ -41 not not ADV RB _ 42 advmod 42:advmod _ +41 not not PART RB _ 42 advmod 42:advmod _ 42 worth worth ADJ JJ Degree=Pos 36 conj 32:acl:relcl|36:conj:but _ 43 putting put VERB VBG VerbForm=Ger 42 ccomp 42:ccomp _ 44 up up ADP RP _ 43 compound:prt 43:compound:prt _ 45 with with ADP IN _ 48 case 48:case _ -46 all all DET PDT _ 48 det:predet 48:det:predet _ +46 all all DET PDT PronType=Tot 48 det:predet 48:det:predet _ 47 the the DET DT Definite=Def|PronType=Art 48 det 48:det _ 48 hassle hassle NOUN NN Number=Sing 43 obl 43:obl:with SpaceAfter=No 49 . . PUNCT . _ 24 punct 24:punct _ @@ -236753,16 +236914,16 @@ 6 skip skip VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ 7 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ 8 place place NOUN NN Number=Sing 6 obj 6:obj _ -9 all all X GW _ 6 advmod 6:advmod _ -10 together together ADV RB _ 9 goeswith 9:goeswith SpaceAfter=No +9 all altogether ADV GW Typo=Yes 6 advmod 6:advmod CorrectForm=altogether +10 together _ X RB _ 9 goeswith 9:goeswith SpaceAfter=No 11 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-107692-0011 # text = I suggest you go up to Raging Taco & Raging Burrito a couple of blocks up the street or even Taco Mac. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 suggest suggest VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 suggest suggest VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 go go VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ +4 go go VERB VB Mood=Sub|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 5 up up ADV RP _ 4 compound:prt 4:compound:prt _ 6 to to ADP IN _ 8 case 8:case _ 7 Raging rage VERB VBG VerbForm=Ger 8 amod 8:amod _ @@ -236787,7 +236948,7 @@ # sent_id = reviews-187266-0001 # newpar id = reviews-187266-p0001 # text = Wish this was in Saratoga-- -1 Wish wish VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +1 Wish wish VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 this this PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 4 in in ADP IN _ 5 case 5:case _ @@ -236798,14 +236959,14 @@ # newpar id = reviews-187266-p0002 # text = We were introduced to Bistro Tallulah by traveler-professional diner who happens to own the Adelphi Hotel and travels the world-- and residing in Paris,London, New York the rest of the year. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj:pass 3:nsubj:pass _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ -3 introduced introduce VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ +3 introduced introduce VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 to to ADP IN _ 5 case 5:case _ 5 Bistro Bistro PROPN NNP Number=Sing 3 obl 3:obl:to _ 6 Tallulah Tallulah PROPN NNP Number=Sing 5 flat 5:flat _ 7 by by ADP IN _ 8 case 8:case _ -8 traveler traveler NOUN NN Number=Sing 3 obl 3:obl:by SpaceAfter=No -9 - - PUNCT , _ 8 punct 8:punct SpaceAfter=No +8 traveler traveler NOUN NN Number=Sing 3 obl:agent 3:obl:agent SpaceAfter=No +9 - - PUNCT , _ 11 punct 11:punct SpaceAfter=No 10 professional professional ADJ JJ Degree=Pos 11 amod 11:amod _ 11 diner diner NOUN NN Number=Sing 8 appos 8:appos|13:nsubj|15:nsubj:xsubj|20:nsubj|25:nsubj _ 12 who who PRON WP PronType=Rel 13 nsubj 11:ref _ @@ -236819,15 +236980,15 @@ 20 travels travel VERB VB VerbForm=Inf 13 conj 11:acl:relcl|13:conj:and _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 world world NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No -23 -- -- PUNCT , _ 13 punct 13:punct _ +23 -- -- PUNCT , _ 25 punct 25:punct _ 24 and and CCONJ CC _ 25 cc 25:cc _ 25 residing reside VERB VBG VerbForm=Ger 13 conj 11:acl:relcl|13:conj:and _ 26 in in ADP IN _ 27 case 27:case _ 27 Paris Paris PROPN NNP Number=Sing 25 obl 25:obl:in SpaceAfter=No -28 , , PUNCT , _ 27 punct 27:punct SpaceAfter=No +28 , , PUNCT , _ 29 punct 29:punct SpaceAfter=No 29 London London PROPN NNP Number=Sing 27 list 27:list SpaceAfter=No -30 , , PUNCT , _ 27 punct 27:punct _ -31 New New PROPN NNP Number=Sing 32 compound 32:compound _ +30 , , PUNCT , _ 32 punct 32:punct _ +31 New New ADJ NNP Degree=Pos 32 amod 32:amod _ 32 York York PROPN NNP Number=Sing 27 list 27:list _ 33 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ 34 rest rest NOUN NN Number=Sing 25 obl:tmod 25:obl:tmod _ @@ -236853,12 +237014,12 @@ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 3 dead dead ADJ JJ Degree=Pos 4 amod 4:amod _ 4 on on ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -5 -- -- PUNCT , _ 4 punct 4:punct _ +5 -- -- PUNCT , _ 9 punct 9:punct _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 restaurant restaurant NOUN NN Number=Sing 9 nsubj 9:nsubj _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 9 wonderful wonderful ADJ JJ Degree=Pos 4 parataxis 4:parataxis SpaceAfter=No -10 --- --- PUNCT , _ 4 punct 4:punct _ +10 --- --- PUNCT , _ 14 punct 14:punct _ 11 do do AUX VB Mood=Imp|VerbForm=Fin 14 aux 14:aux _ 12 not not PART RB _ 14 advmod 14:advmod _ 13 be be AUX VB Mood=Imp|VerbForm=Fin 14 aux:pass 14:aux:pass _ @@ -236866,9 +237027,9 @@ 15 off off ADP RP _ 14 compound:prt 14:compound:prt _ 16 by by ADP IN _ 20 case 20:case _ 17 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -18 one one NUM CD NumType=Card 20 nummod 20:nummod _ +18 one one NUM CD NumForm=Word|NumType=Card 20 nummod 20:nummod _ 19 negative negative ADJ JJ Degree=Pos 20 amod 20:amod _ -20 review review NOUN NN Number=Sing 14 obl 14:obl:by _ +20 review review NOUN NN Number=Sing 14 obl:agent 14:obl:agent _ 21 on on ADP IN _ 23 case 23:case _ 22 this this DET DT Number=Sing|PronType=Dem 23 det 23:det _ 23 page page NOUN NN Number=Sing 20 nmod 20:nmod:on SpaceAfter=No @@ -236879,36 +237040,36 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 can can AUX MD VerbForm=Fin 3 aux 3:aux _ 3 tell tell VERB VB VerbForm=Inf 0 root 0:root _ -4 you you PRON PRP Case=Acc|Person=2|PronType=Prs 3 obj 3:obj _ +4 you you PRON PRP Case=Acc|Person=2|PronType=Prs 3 iobj 3:iobj _ 5 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 8 nsubj:pass 8:nsubj:pass _ -6 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux:pass 8:aux:pass _ +6 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 8 aux:pass 8:aux:pass _ 7 pleasantly pleasantly ADV RB _ 8 advmod 8:advmod _ 8 surprised surprise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 ccomp 3:ccomp _ -9 -- -- PUNCT , _ 3 punct 3:punct _ +9 -- -- PUNCT , _ 11 punct 11:punct _ 10 BT BT PROPN NNP Number=Sing 11 nsubj 11:nsubj _ -11 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 ccomp 3:ccomp _ +11 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _ 12 taste taste NOUN NN Number=Sing 13 compound 13:compound _ 13 memory memory NOUN NN Number=Sing 11 obj 11:obj _ 14 and and CCONJ CC _ 22 cc 22:cc _ -15 each each DET DT _ 16 det 16:det _ +15 each each DET DT PronType=Tot 16 det 16:det _ 16 time time NOUN NN Number=Sing 22 obl:tmod 22:obl:tmod _ 17 back back ADV RB _ 16 advmod 16:advmod _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 food food NOUN NN Number=Sing 22 nsubj 22:nsubj _ 20 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 cop 22:cop _ 21 consistently consistently ADV RB _ 22 advmod 22:advmod _ -22 delicious delicious ADJ JJ Degree=Pos 11 conj 3:ccomp|11:conj:and _ -23 -- -- PUNCT , _ 22 punct 22:punct _ +22 delicious delicious ADJ JJ Degree=Pos 11 conj 11:conj:and _ +23 -- -- PUNCT , _ 28 punct 28:punct _ 24 same same ADJ JJ Degree=Pos 25 amod 25:amod _ 25 dishes dish NOUN NNS Number=Plur 28 nsubj 28:nsubj _ -26 -- -- PUNCT , _ 28 punct 28:punct _ -27 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 28 cop 28:cop _ +26 -- -- PUNCT , _ 25 punct 25:punct _ +27 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 28 cop 28:cop _ 28 consistent consistent ADJ JJ Degree=Pos 22 parataxis 22:parataxis SpaceAfter=No 29 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-187266-0006 # text = Our friend is a world traveler and loves unpretentious dining experiences and inspired food. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 friend friend NOUN NN Number=Sing 6 nsubj 6:nsubj|8:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -236941,10 +237102,10 @@ 2 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 1 obj 1:obj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 go go VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and SpaceAfter=No -5 -- -- PUNCT , _ 1 punct 1:punct _ +5 -- -- PUNCT , _ 8 punct 8:punct _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ 7 will will AUX MD VerbForm=Fin 8 aux 8:aux _ -8 go go VERB VB VerbForm=Inf 1 ccomp 1:ccomp|4:ccomp _ +8 go go VERB VB VerbForm=Inf 1 parataxis 1:parataxis _ 9 back back ADV RB _ 8 advmod 8:advmod SpaceAfter=No 10 ! ! PUNCT . _ 1 punct 1:punct _ @@ -236960,12 +237121,12 @@ 8 Saratoga Saratoga PROPN NNP Number=Sing 9 compound 9:compound _ 9 Springs Springs PROPN NNPS Number=Plur 5 nmod 5:nmod:in _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 wish wish VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +11 wish wish VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ 12 this this DET DT Number=Sing|PronType=Dem 13 det 13:det _ 13 restaurant restaurant NOUN NN Number=Sing 17 nsubj 17:nsubj _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 cop 17:cop _ 15 in in ADP IN _ 17 case 17:case _ -16 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 town town NOUN NN Number=Sing 11 ccomp 11:ccomp SpaceAfter=No 18 ! ! PUNCT . _ 5 punct 5:punct _ @@ -236973,7 +237134,7 @@ # text = The affordable rent makes it possible for an inspired chef to serve his high quality fare at affordable prices! 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 affordable affordable ADJ JJ Degree=Pos 3 amod 3:amod _ -3 rent rent NOUN NN Number=Sing 4 nsubj 4:nsubj|6:nsubj:xsubj _ +3 rent rent NOUN NN Number=Sing 4 nsubj 4:nsubj _ 4 makes make VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 expl 4:expl _ 6 possible possible ADJ JJ Degree=Pos 4 xcomp 4:xcomp _ @@ -236982,8 +237143,8 @@ 9 inspired inspired ADJ JJ Degree=Pos 10 amod 10:amod _ 10 chef chef NOUN NN Number=Sing 12 nsubj 12:nsubj _ 11 to to PART TO _ 12 mark 12:mark _ -12 serve serve VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ -13 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +12 serve serve VERB VB VerbForm=Inf 4 ccomp 4:ccomp|6:csubj:xsubj _ +13 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 14 high high ADJ JJ Degree=Pos 15 amod 15:amod _ 15 quality quality NOUN NN Number=Sing 16 compound 16:compound _ 16 fare fare NOUN NN Number=Sing 12 obj 12:obj _ @@ -237001,34 +237162,34 @@ # sent_id = reviews-187266-0012 # text = I rrly seek the cehf out to introduce myself-- but the second time we went-- i made a point of asking our wait person to introduce my friend and myself to the chef to tell him just how good our meals were. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 rrly rarely ADV RB Typo=Yes 3 advmod 3:advmod _ -3 seek seek VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 rrly rarely ADV RB Typo=Yes 3 advmod 3:advmod CorrectForm=rarely +3 seek seek VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -5 cehf chef NOUN NN Number=Sing|Typo=Yes 3 obj 3:obj|8:nsubj:xsubj _ +5 cehf chef NOUN NN Number=Sing|Typo=Yes 3 obj 3:obj CorrectForm=chef 6 out out ADP RP _ 3 compound:prt 3:compound:prt _ 7 to to PART TO _ 8 mark 8:mark _ -8 introduce introduce VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ +8 introduce introduce VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ 9 myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes 8 obj 8:obj SpaceAfter=No -10 -- -- PUNCT , _ 3 punct 3:punct _ +10 -- -- PUNCT , _ 19 punct 19:punct _ 11 but but CCONJ CC _ 19 cc 19:cc _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -13 second second ADJ JJ Degree=Pos|NumType=Ord 14 amod 14:amod _ +13 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 14 amod 14:amod _ 14 time time NOUN NN Number=Sing 19 obl:tmod 19:obl:tmod _ 15 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -16 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 acl:relcl 14:acl:relcl SpaceAfter=No -17 -- -- PUNCT , _ 19 punct 19:punct _ -18 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -19 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ +16 went go VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 14 acl:relcl 14:acl:relcl SpaceAfter=No +17 -- -- PUNCT , _ 14 punct 14:punct _ +18 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ +19 made make VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ 20 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ 21 point point NOUN NN Number=Sing 19 obj 19:obj _ 22 of of SCONJ IN _ 23 mark 23:mark _ 23 asking ask VERB VBG VerbForm=Ger 21 acl 21:acl:of _ -24 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +24 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 25 wait wait NOUN NN Number=Sing 26 compound 26:compound _ -26 person person NOUN NN Number=Sing 23 obj 23:obj|28:nsubj:xsubj _ +26 person person NOUN NN Number=Sing 23 iobj 23:iobj|28:nsubj:xsubj _ 27 to to PART TO _ 28 mark 28:mark _ 28 introduce introduce VERB VB VerbForm=Inf 23 xcomp 23:xcomp _ -29 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ +29 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 30 nmod:poss 30:nmod:poss _ 30 friend friend NOUN NN Number=Sing 28 obj 28:obj _ 31 and and CCONJ CC _ 32 cc 32:cc _ 32 myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes 30 conj 28:obj|30:conj:and _ @@ -237037,23 +237198,24 @@ 35 chef chef NOUN NN Number=Sing 28 obl 28:obl:to _ 36 to to PART TO _ 37 mark 37:mark _ 37 tell tell VERB VB VerbForm=Inf 28 advcl 28:advcl:to _ -38 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 37 obj 37:obj _ +38 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 37 iobj 37:iobj _ 39 just just ADV RB _ 41 advmod 41:advmod _ -40 how how SCONJ WRB PronType=Int 41 mark 41:mark _ +40 how how ADV WRB PronType=Int 41 advmod 41:advmod _ 41 good good ADJ JJ Degree=Pos 37 ccomp 37:ccomp _ -42 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 43 nmod:poss 43:nmod:poss _ +42 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 43 nmod:poss 43:nmod:poss _ 43 meals meal NOUN NNS Number=Plur 41 nsubj 41:nsubj _ -44 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 41 cop 41:cop SpaceAfter=No +44 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 41 cop 41:cop SpaceAfter=No 45 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-187266-0013 # text = Cannot wait to go gain. -1 Can can AUX MD VerbForm=Fin 3 aux 3:aux SpaceAfter=No +1-2 Cannot _ _ _ _ _ _ _ _ +1 Can can AUX MD VerbForm=Fin 3 aux 3:aux _ 2 not not PART RB _ 3 advmod 3:advmod _ 3 wait wait VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 go go VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ -6 gain again ADV RB Typo=Yes 5 advmod 5:advmod SpaceAfter=No +6 gain again ADV RB Typo=Yes 5 advmod 5:advmod CorrectForm=again|SpaceAfter=No 7 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-187266-0014 @@ -237068,45 +237230,45 @@ # newpar id = reviews-220214-p0001 # text = I think that there pretty good. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 7 mark 7:mark _ 4-5 there _ _ _ _ _ _ _ _ -4 the they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs|Typo=Yes 7 nsubj 7:nsubj _ -5 re be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +4 the they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs|Typo=Yes 7 nsubj 7:nsubj CorrectForm=they +5 re be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 7 cop 7:cop CorrectForm='re 6 pretty pretty ADV RB _ 7 advmod 7:advmod _ 7 good good ADJ JJ Degree=Pos 2 ccomp 2:ccomp SpaceAfter=No 8 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-220214-0002 # text = First of all, if you call for an appointment they won't tell you to call back a month later so you can then make one. -1 First first ADV RB _ 14 advmod 14:advmod _ +1 First first ADV RB NumForm=Word|NumType=Ord 14 advmod 14:advmod _ 2 of of ADP IN _ 3 case 3:case _ -3 all all DET DT _ 1 obl 1:obl:of SpaceAfter=No -4 , , PUNCT , _ 14 punct 14:punct _ +3 all all DET DT PronType=Tot 1 obl 1:obl:of SpaceAfter=No +4 , , PUNCT , _ 1 punct 1:punct _ 5 if if SCONJ IN _ 7 mark 7:mark _ 6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj _ -7 call call VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:if _ +7 call call VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:if _ 8 for for ADP IN _ 10 case 10:case _ 9 an a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 appointment appointment NOUN NN Number=Sing 7 obl 7:obl:for _ -11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj|17:nsubj:xsubj _ +11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 12-13 won't _ _ _ _ _ _ _ _ 12 wo will AUX MD VerbForm=Fin 14 aux 14:aux _ 13 n't not PART RB _ 14 advmod 14:advmod _ 14 tell tell VERB VB VerbForm=Inf 0 root 0:root _ -15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 iobj 14:iobj _ +15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 iobj 14:iobj|17:nsubj:xsubj _ 16 to to PART TO _ 17 mark 17:mark _ 17 call call VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 18 back back ADV RB _ 17 advmod 17:advmod _ 19 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 20 month month NOUN NN Number=Sing 21 obl:npmod 21:obl:npmod _ -21 later later ADV RBR Degree=Cmp 17 advmod 17:advmod _ +21 later late ADV RBR Degree=Cmp 17 advmod 17:advmod _ 22 so so SCONJ IN _ 26 mark 26:mark _ 23 you you PRON PRP Case=Nom|Person=2|PronType=Prs 26 nsubj 26:nsubj _ 24 can can AUX MD VerbForm=Fin 26 aux 26:aux _ 25 then then ADV RB PronType=Dem 26 advmod 26:advmod _ 26 make make VERB VB VerbForm=Inf 17 advcl 17:advcl:so _ -27 one one NUM CD NumType=Card 26 obj 26:obj SpaceAfter=No +27 one one NUM CD NumForm=Word|NumType=Card 26 obj 26:obj SpaceAfter=No 28 . . PUNCT . _ 14 punct 14:punct _ # sent_id = reviews-220214-0003 @@ -237114,14 +237276,14 @@ 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 2 also also ADV RB _ 5 advmod 5:advmod _ 3-4 don't _ _ _ _ _ _ _ _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 tell tell VERB VB VerbForm=Inf 0 root 0:root _ -6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 obj 5:obj _ +6 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 iobj 5:iobj _ 7 that that SCONJ IN _ 10 mark 10:mark _ 8-9 they're _ _ _ _ _ _ _ _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ -9 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +9 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 10 going go VERB VBG VerbForm=Ger 5 ccomp 5:ccomp _ 11 to to PART TO _ 12 mark 12:mark _ 12 mail mail VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ @@ -237132,7 +237294,7 @@ 17 " " PUNCT '' _ 16 punct 16:punct _ 18 to to PART TO _ 20 mark 20:mark _ 19 be be AUX VB VerbForm=Inf 20 aux:pass 20:aux:pass _ -20 admitted admit VERB VBN Tense=Past|VerbForm=Part 12 advcl 12:advcl:to _ +20 admitted admit VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 advcl 12:advcl:to _ 21 to to PART TO _ 24 mark 24:mark _ 22 be be AUX VB VerbForm=Inf 24 cop 24:cop _ 23 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ @@ -237142,16 +237304,16 @@ # sent_id = reviews-220214-0004 # text = I feel that the way some doctors offices work around here is a little bit absurd so I'm happy that these guys don't do those two things in particlular. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 feel feel VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that SCONJ IN _ 17 mark 17:mark _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 way way NOUN NN Number=Sing 17 nsubj 17:nsubj _ -6 some some DET DT _ 9 det 9:det _ +6 some some DET DT PronType=Ind 9 det 9:det _ 7-8 doctors _ _ _ _ _ _ _ _ 7 doctor doctor NOUN NN Number=Sing 9 nmod:poss 9:nmod:poss _ -8 s 's PART POS _ 7 case 7:case _ +8 s 's PART POS Typo=Yes 7 case 7:case CorrectForm='s 9 offices office NOUN NNS Number=Plur 10 nsubj 10:nsubj _ -10 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +10 work work VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ 11 around around ADP IN _ 12 case 12:case _ 12 here here ADV RB PronType=Dem 10 obl 10:obl:around _ 13 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ @@ -237162,20 +237324,20 @@ 18 so so ADV RB _ 21 advmod 21:advmod _ 19-20 I'm _ _ _ _ _ _ _ _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ -20 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ +20 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 21 happy happy ADJ JJ Degree=Pos 2 parataxis 2:parataxis _ 22 that that SCONJ IN _ 27 mark 27:mark _ 23 these this DET DT Number=Plur|PronType=Dem 24 det 24:det _ 24 guys guy NOUN NNS Number=Plur 27 nsubj 27:nsubj _ 25-26 don't _ _ _ _ _ _ _ _ -25 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ +25 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 27 aux 27:aux _ 26 n't not PART RB _ 27 advmod 27:advmod _ 27 do do VERB VB VerbForm=Inf 21 ccomp 21:ccomp _ 28 those that DET DT Number=Plur|PronType=Dem 30 det 30:det _ -29 two two NUM CD NumType=Card 30 nummod 30:nummod _ +29 two two NUM CD NumForm=Word|NumType=Card 30 nummod 30:nummod _ 30 things thing NOUN NNS Number=Plur 27 obj 27:obj _ 31 in in ADP IN _ 32 case 32:case _ -32 particlular particular ADJ JJ Degree=Pos|Typo=Yes 27 obl 27:obl:in SpaceAfter=No +32 particlular particular ADJ JJ Degree=Pos|Typo=Yes 27 obl 27:obl:in CorrectForm=particular|SpaceAfter=No 33 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-220214-0005 @@ -237199,21 +237361,21 @@ # text = The doctor did tell me that my male pattern baldness is due to my mothers father because the gene is exclusively passed on through maternal line but that's a common misconception (http://www.consumerreports.org/health/healthy-living/beauty-personal-care/hair-loss-10-08/hair-loss.htm). 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 doctor doctor NOUN NN Number=Sing 4 nsubj 4:nsubj _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +3 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 4 tell tell VERB VB VerbForm=Inf 0 root 0:root _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 iobj 4:iobj _ 6 that that SCONJ IN _ 17 mark 17:mark _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 8 male male ADJ JJ Degree=Pos 10 amod 10:amod _ 9 pattern pattern NOUN NN Number=Sing 10 compound 10:compound _ 10 baldness baldness NOUN NN Number=Sing 17 nsubj 17:nsubj _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 12 due due ADP IN _ 17 case 17:case _ 13 to to ADP IN _ 12 fixed 12:fixed _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15-16 mothers _ _ _ _ _ _ _ _ 15 mother mother NOUN NN Number=Sing 17 nmod:poss 17:nmod:poss _ -16 s 's PART POS _ 15 case 15:case _ +16 s 's PART POS Typo=Yes 15 case 15:case CorrectForm='s 17 father father NOUN NN Number=Sing 4 ccomp 4:ccomp _ 18 because because SCONJ IN _ 23 mark 23:mark _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ @@ -237274,10 +237436,10 @@ # sent_id = reviews-220214-0009 # text = Anyhow, after reading some of the other reviews it seems like some of the other reviewers are expecting mircles. 1 Anyhow anyhow INTJ UH _ 11 discourse 11:discourse SpaceAfter=No -2 , , PUNCT , _ 11 punct 11:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 after after SCONJ IN _ 4 mark 4:mark _ 4 reading read VERB VBG VerbForm=Ger 11 advcl 11:advcl:after _ -5 some some DET DT _ 4 obj 4:obj _ +5 some some DET DT PronType=Ind 4 obj 4:obj _ 6 of of ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 other other ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -237285,21 +237447,21 @@ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 expl 11:expl _ 11 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 12 like like SCONJ IN _ 19 mark 19:mark _ -13 some some DET DT _ 19 nsubj 19:nsubj _ +13 some some DET DT PronType=Ind 19 nsubj 19:nsubj _ 14 of of ADP IN _ 17 case 17:case _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 16 other other ADJ JJ Degree=Pos 17 amod 17:amod _ 17 reviewers reviewer NOUN NNS Number=Plur 13 nmod 13:nmod:of _ -18 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ +18 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 19 expecting expect VERB VBG Tense=Pres|VerbForm=Part 11 advcl 11:advcl:like _ -20 mircles miracle NOUN NNS Number=Plur|Typo=Yes 19 obj 19:obj SpaceAfter=No +20 mircles miracle NOUN NNS Number=Plur|Typo=Yes 19 obj 19:obj CorrectForm=miracles|SpaceAfter=No 21 . . PUNCT . _ 11 punct 11:punct _ # sent_id = reviews-220214-0010 # text = If you want miracles you'll have to go to 21st St. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ 4 miracles miracle NOUN NNS Number=Plur 3 obj 3:obj _ 5-6 you'll _ _ _ _ _ _ _ _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ @@ -237308,7 +237470,7 @@ 8 to to PART TO _ 9 mark 9:mark _ 9 go go VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 to to ADP IN _ 12 case 12:case _ -11 21st 21st PROPN NNP Number=Sing 12 compound 12:compound _ +11 21st 21st ADJ NNP NumForm=Combi|NumType=Ord 12 amod 12:amod _ 12 St St PROPN NNP Number=Sing 9 obl 9:obl:to SpaceAfter=No 13 . . PUNCT . _ 7 punct 7:punct _ @@ -237338,13 +237500,13 @@ # text = They don't do certain things that are really annoying about other offices. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 do do VERB VB VerbForm=Inf 0 root 0:root _ 5 certain certain ADJ JJ Degree=Pos 6 amod 6:amod _ 6 things thing NOUN NNS Number=Plur 4 obj 4:obj|10:nsubj _ 7 that that PRON WDT PronType=Rel 10 nsubj 6:ref _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 9 really really ADV RB _ 10 advmod 10:advmod _ 10 annoying annoying ADJ JJ Degree=Pos 6 acl:relcl 6:acl:relcl _ 11 about about ADP IN _ 13 case 13:case _ @@ -237356,7 +237518,7 @@ # sent_id = reviews-376320-0001 # newpar id = reviews-376320-p0001 # text = First trip to Canada -1 First first ADJ JJ Degree=Pos|NumType=Ord 2 amod 2:amod _ +1 First first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 2 amod 2:amod _ 2 trip trip NOUN NN Number=Sing 0 root 0:root _ 3 to to ADP IN _ 4 case 4:case _ 4 Canada Canada PROPN NNP Number=Sing 2 nmod 2:nmod:to _ @@ -237366,15 +237528,15 @@ # text = I recently traveled to Canada on business and had a most excellent experience. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|9:nsubj _ 2 recently recently ADV RB _ 3 advmod 3:advmod _ -3 traveled travel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 traveled travel VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to ADP IN _ 5 case 5:case _ 5 Canada Canada PROPN NNP Number=Sing 3 obl 3:obl:to _ 6 on on ADP IN _ 7 case 7:case _ 7 business business NOUN NN Number=Sing 3 obl 3:obl:on _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +9 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 10 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -11 most most ADV RBS _ 12 advmod 12:advmod _ +11 most most ADV RBS Degree=Sup 12 advmod 12:advmod _ 12 excellent excellent ADJ JJ Degree=Pos 13 amod 13:amod _ 13 experience experience NOUN NN Number=Sing 9 obj 9:obj SpaceAfter=No 14 . . PUNCT . _ 3 punct 3:punct _ @@ -237382,7 +237544,7 @@ # sent_id = reviews-376320-0003 # text = I work for a large retail company recently expanding our operations into Canada and had to travel to ensure all of our computer network equipment was installed properly and on time. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|15:nsubj|17:nsubj:xsubj _ -2 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 work work VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 for for ADP IN _ 7 case 7:case _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 5 large large ADJ JJ Degree=Pos 7 amod 7:amod _ @@ -237390,24 +237552,24 @@ 7 company company NOUN NN Number=Sing 2 obl 2:obl:for _ 8 recently recently ADV RB _ 9 advmod 9:advmod _ 9 expanding expand VERB VBG VerbForm=Ger 7 acl 7:acl _ -10 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 operations operation NOUN NNS Number=Plur 9 obj 9:obj _ 12 into into ADP IN _ 13 case 13:case _ 13 Canada Canada PROPN NNP Number=Sing 9 obl 9:obl:into _ 14 and and CCONJ CC _ 15 cc 15:cc _ -15 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +15 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 16 to to PART TO _ 17 mark 17:mark _ 17 travel travel VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ 18 to to PART TO _ 19 mark 19:mark _ 19 ensure ensure VERB VB VerbForm=Inf 17 advcl 17:advcl:to _ -20 all all DET DT _ 27 nsubj:pass 27:nsubj:pass _ +20 all all DET DT PronType=Tot 27 nsubj:pass 27:nsubj:pass _ 21 of of ADP IN _ 25 case 25:case _ -22 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +22 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 23 computer computer NOUN NN Number=Sing 24 compound 24:compound _ 24 network network NOUN NN Number=Sing 25 compound 25:compound _ 25 equipment equipment NOUN NN Number=Sing 20 nmod 20:nmod:of _ 26 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 27 aux:pass 27:aux:pass _ -27 installed install VERB VBN Tense=Past|VerbForm=Part 19 ccomp 19:ccomp _ +27 installed install VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 19 ccomp 19:ccomp _ 28 properly properly ADV RB _ 27 advmod 27:advmod _ 29 and and CCONJ CC _ 31 cc 31:cc _ 30 on on ADP IN _ 31 case 31:case _ @@ -237427,13 +237589,13 @@ 9 in in ADP IN _ 10 case 10:case _ 10 itself itself PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs|Reflex=Yes 8 obl 8:obl:in _ 11 let let VERB VB VerbForm=Inf 13 cc 13:cc _ -12 alone alone ADV RB _ 11 fixed 11:fixed _ +12 alone alone ADJ JJ Degree=Pos 11 fixed 11:fixed _ 13 adding add VERB VBG VerbForm=Ger 10 conj 8:obl:in|10:conj:let_alone _ 14 crossing cross VERB VBG VerbForm=Ger 15 amod 15:amod _ -15 boarders border NOUN NNS Number=Plur|Typo=Yes 13 obj 13:obj _ +15 boarders border NOUN NNS Number=Plur|Typo=Yes 13 obj 13:obj CorrectForm=borders 16 for for ADP IN _ 19 case 19:case _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -18 first first ADJ JJ Degree=Pos|NumType=Ord 19 amod 19:amod _ +18 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 19 amod 19:amod _ 19 time time NOUN NN Number=Sing 15 nmod 15:nmod:for SpaceAfter=No 20 . . PUNCT . _ 3 punct 3:punct _ @@ -237445,7 +237607,7 @@ 4 pleased pleased ADJ JJ Degree=Pos 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 find find VERB VB VerbForm=Inf 4 advcl 4:advcl:to _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 accommodations accommodation NOUN NNS Number=Plur 6 obj 6:obj|20:nsubj:xsubj _ 9 and and CCONJ CC _ 12 cc 12:cc _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -237460,14 +237622,14 @@ 19 comforting comforting ADJ JJ Degree=Pos 17 conj 17:conj:and|20:amod _ 20 part part NOUN NN Number=Sing 6 xcomp 6:xcomp _ 21 of of ADP IN _ 23 case 23:case _ -22 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 trip trip NOUN NN Number=Sing 20 nmod 20:nmod:of SpaceAfter=No 24 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-376320-0006 # text = I found the hotel to be amazingly clean, not to mention very well adorned with many pleasant surprises. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 hotel hotel NOUN NN Number=Sing 2 obj 2:obj|8:nsubj:xsubj|15:nsubj:xsubj _ 5 to to PART TO _ 8 mark 8:mark _ @@ -237475,12 +237637,12 @@ 7 amazingly amazingly ADV RB _ 8 advmod 8:advmod _ 8 clean clean ADJ JJ Degree=Pos 2 xcomp 2:xcomp SpaceAfter=No 9 , , PUNCT , _ 15 punct 15:punct _ -10 not not ADV RB _ 15 cc 15:cc _ +10 not not PART RB _ 15 cc 15:cc _ 11 to to PART TO _ 10 fixed 10:fixed _ 12 mention mention VERB VB VerbForm=Inf 10 fixed 10:fixed _ -13 very very ADV RB _ 15 advmod 15:advmod _ +13 very very ADV RB _ 14 advmod 14:advmod _ 14 well well ADV RB Degree=Pos 15 advmod 15:advmod _ -15 adorned adorn VERB VBN Tense=Past|VerbForm=Part 8 conj 2:xcomp|8:conj:not_to_mention _ +15 adorned adorn VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 conj 2:xcomp|8:conj:not_to_mention _ 16 with with ADP IN _ 19 case 19:case _ 17 many many ADJ JJ Degree=Pos 19 amod 19:amod _ 18 pleasant pleasant ADJ JJ Degree=Pos 19 amod 19:amod _ @@ -237490,26 +237652,26 @@ # sent_id = reviews-376320-0007 # text = From my first encounter at check in to my regrettable check out I found the staff and facility to exceed my expectation. 1 From from ADP IN _ 4 case 4:case _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ -3 first first ADJ JJ Degree=Pos|NumType=Ord 4 amod 4:amod _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 4 amod 4:amod _ 4 encounter encounter NOUN NN Number=Sing 14 obl 14:obl:from _ 5 at at ADP IN _ 7 case 7:case _ 6 check check NOUN NN Number=Sing 7 compound 7:compound _ 7 in in NOUN NN Number=Sing 4 nmod 4:nmod:at _ 8 to to ADP IN _ 12 case 12:case _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 10 regrettable regrettable ADJ JJ Degree=Pos 12 amod 12:amod _ 11 check check NOUN NN Number=Sing 12 compound 12:compound _ 12 out out NOUN NN Number=Sing 14 obl 14:obl:to _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +14 found find VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 staff staff NOUN NNS Number=Plur 14 obj 14:obj|20:nsubj:xsubj _ 17 and and CCONJ CC _ 18 cc 18:cc _ 18 facility facility NOUN NN Number=Sing 16 conj 14:obj|16:conj:and|20:nsubj:xsubj _ 19 to to PART TO _ 20 mark 20:mark _ 20 exceed exceed VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ -21 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 expectation expectation NOUN NN Number=Sing 20 obj 20:obj SpaceAfter=No 23 . . PUNCT . _ 14 punct 14:punct _ @@ -237517,8 +237679,8 @@ # text = I completely enjoyed my whole check in experience and was impressed with the friendliness and professionalism of the staff as well as the accommodations themselves. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|11:nsubj _ 2 completely completely ADV RB _ 3 advmod 3:advmod _ -3 enjoyed enjoy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +3 enjoyed enjoy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 5 whole whole ADJ JJ Degree=Pos 8 amod 8:amod _ 6 check check VERB VB VerbForm=Inf 8 compound 8:compound _ 7 in in ADP RP _ 6 compound 6:compound _ @@ -237534,12 +237696,12 @@ 17 of of ADP IN _ 19 case 19:case _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 staff staff NOUN NNS Number=Plur 14 nmod 14:nmod:of _ -20 as as ADV RB _ 24 cc 24:cc _ +20 as as ADV RB ExtPos=CCONJ 24 cc 24:cc _ 21 well well ADV RB Degree=Pos 20 fixed 20:fixed _ 22 as as ADP IN _ 20 fixed 20:fixed _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 accommodations accommodation NOUN NNS Number=Plur 14 conj 11:obl:with|14:conj:as_well_as _ -25 themselves themselves PRON PRP Number=Plur|Person=3|PronType=Prs 24 nmod:npmod 24:nmod:npmod SpaceAfter=No +25 themselves themselves PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Emp|Reflex=Yes 24 nmod:npmod 24:nmod:npmod SpaceAfter=No 26 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-376320-0009 @@ -237566,7 +237728,7 @@ 20 be be AUX VB VerbForm=Inf 21 cop 21:cop _ 21 helpful helpful ADJ JJ Degree=Pos 15 ccomp 15:ccomp _ 22 in in ADP IN _ 24 case 24:case _ -23 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +23 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 choice choice NOUN NN Number=Sing 21 obl 21:obl:in _ 25 of of ADP IN _ 26 case 26:case _ 26 hotels hotel NOUN NNS Number=Plur 24 nmod 24:nmod:of _ @@ -237574,8 +237736,8 @@ 28 Novotel Novotel PROPN NNP Number=Sing 33 nsubj 33:nsubj _ 29 will will AUX MD VerbForm=Fin 33 aux 33:aux _ 30 be be AUX VB VerbForm=Inf 33 cop 33:cop _ -31 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 33 nmod:poss 33:nmod:poss _ -32 first first ADJ JJ Degree=Pos|NumType=Ord 33 amod 33:amod _ +31 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 33 nmod:poss 33:nmod:poss _ +32 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 33 amod 33:amod _ 33 selection selection NOUN NN Number=Sing 21 conj 15:ccomp|21:conj:and SpaceAfter=No 34 . . PUNCT . _ 4 punct 4:punct _ @@ -237591,10 +237753,10 @@ 8 but but CCONJ CC _ 15 cc 15:cc _ 9 being be AUX VBG VerbForm=Ger 11 cop 11:cop _ 10 from from ADP IN _ 11 case 11:case _ -11 NJ NJ PROPN NNP Number=Sing 12 advcl 12:advcl:from _ +11 NJ NJ PROPN NNP Number=Sing 15 advcl 15:advcl:from _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ 13 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ -14 no no DET DT _ 15 det 15:det _ +14 no no DET DT PronType=Neg 15 det 15:det _ 15 stranger stranger NOUN NN Number=Sing 7 conj 7:conj:but _ 16 to to ADP IN _ 18 case 18:case _ 17 tight tight ADJ JJ Degree=Pos 18 amod 18:amod _ @@ -237605,7 +237767,7 @@ # text = Please pass my appreciation to the Staff and Management for their excellent hospitality and good spirits as it helped make a stressful trip enjoyable. 1 Please please INTJ UH _ 2 discourse 2:discourse _ 2 pass pass VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 appreciation appreciation NOUN NN Number=Sing 2 obj 2:obj _ 5 to to ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -237613,16 +237775,16 @@ 8 and and CCONJ CC _ 9 cc 9:cc _ 9 Management management NOUN NN Number=Sing 7 conj 2:obl:to|7:conj:and _ 10 for for ADP IN _ 13 case 13:case _ -11 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 12 excellent excellent ADJ JJ Degree=Pos 13 amod 13:amod _ 13 hospitality hospitality NOUN NN Number=Sing 2 obl 2:obl:for _ 14 and and CCONJ CC _ 16 cc 16:cc _ 15 good good ADJ JJ Degree=Pos 16 amod 16:amod _ 16 spirits spirit NOUN NNS Number=Plur 13 conj 2:obl:for|13:conj:and _ 17 as as SCONJ IN _ 19 mark 19:mark _ -18 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj _ -19 helped help VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:as _ -20 make make VERB VB VerbForm=Inf 19 ccomp 19:ccomp _ +18 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj|20:nsubj:xsubj _ +19 helped help VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:as _ +20 make make VERB VB VerbForm=Inf 19 xcomp 19:xcomp _ 21 a a DET DT Definite=Ind|PronType=Art 23 det 23:det _ 22 stressful stressful ADJ JJ Degree=Pos 23 amod 23:amod _ 23 trip trip NOUN NN Number=Sing 20 obj 20:obj|24:nsubj:xsubj _ @@ -237642,13 +237804,13 @@ # sent_id = reviews-110441-0002 # text = Update: I had to add to my review. 1 Update update NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 4 punct 4:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -4 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 appos 1:appos _ +4 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 1 appos 1:appos _ 5 to to PART TO _ 6 mark 6:mark _ 6 add add VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 to to ADP IN _ 9 case 9:case _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 review review NOUN NN Number=Sing 6 obl 6:obl:to SpaceAfter=No 10 . . PUNCT . _ 1 punct 1:punct _ @@ -237661,13 +237823,13 @@ 5 last last ADJ JJ Degree=Pos 6 amod 6:amod _ 6 night night NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +8 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 chance chance NOUN NN Number=Sing 8 obj 8:obj _ 11 to to PART TO _ 12 mark 12:mark _ 12 dine dine VERB VB VerbForm=Inf 10 acl 10:acl:to _ 13 in in ADP IN _ 17 case 17:case _ -14 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +14 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 15 new new ADJ JJ Degree=Pos 17 amod 17:amod _ 16 dining dining NOUN NN Number=Sing 17 compound 17:compound _ 17 room room NOUN NN Number=Sing 12 obl 12:obl:in SpaceAfter=No @@ -237681,15 +237843,15 @@ # sent_id = reviews-110441-0005 # text = I frequent this resturant on a weekly basis but usally only for lunch. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 frequent frequent VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 frequent frequent VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ -4 resturant restaurant NOUN NN Number=Sing|Typo=Yes 2 obj 2:obj _ +4 resturant restaurant NOUN NN Number=Sing|Typo=Yes 2 obj 2:obj CorrectForm=restaurant 5 on on ADP IN _ 8 case 8:case _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 weekly weekly ADJ JJ Degree=Pos 8 amod 8:amod _ 8 basis basis NOUN NN Number=Sing 2 obl 2:obl:on _ 9 but but CCONJ CC _ 13 cc 13:cc _ -10 usally usually ADV RB Typo=Yes 13 advmod 13:advmod _ +10 usally usually ADV RB Typo=Yes 13 advmod 13:advmod CorrectForm=usually 11 only only ADV RB _ 13 advmod 13:advmod _ 12 for for ADP IN _ 13 case 13:case _ 13 lunch lunch NOUN NN Number=Sing 8 conj 2:obl:for|8:conj:but SpaceAfter=No @@ -237704,33 +237866,33 @@ 5 for for ADP IN _ 7 case 7:case _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 treat treat NOUN NN Number=Sing 0 root 0:root _ -8 when when SCONJ WRB PronType=Int 11 mark 11:mark _ +8 when when ADV WRB PronType=Int 11 advmod 11:advmod _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj:pass 11:nsubj:pass _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 aux:pass 11:aux:pass _ 11 greeted greet VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 advcl 7:advcl:when _ 12 by by ADP IN _ 15 case 15:case _ 13 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 14 friendly friendly ADJ JJ Degree=Pos 15 amod 15:amod _ -15 girls girl NOUN NNS Number=Plur 11 obl 11:obl:by|20:nsubj _ +15 girls girl NOUN NNS Number=Plur 11 obl:agent 11:obl:agent|20:nsubj _ 16 at at ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 18 counter counter NOUN NN Number=Sing 15 nmod 15:nmod:at _ 19 who who PRON WP PronType=Rel 20 nsubj 15:ref _ -20 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ +20 asked ask VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ 21 if if SCONJ IN _ 27 mark 27:mark _ -22 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 wife wife NOUN NN Number=Sing 27 nsubj 27:nsubj|29:nsubj:xsubj _ 24 and and CCONJ CC _ 25 cc 25:cc _ 25 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 conj 23:conj:and|27:nsubj|29:nsubj:xsubj _ 26 would would AUX MD VerbForm=Fin 27 aux 27:aux _ -27 like like VERB VB VerbForm=Inf 20 advcl 20:advcl:if _ +27 like like VERB VB VerbForm=Inf 20 ccomp 20:ccomp _ 28 to to PART TO _ 29 mark 29:mark _ 29 sit sit VERB VB VerbForm=Inf 27 xcomp 27:xcomp _ 30 in in ADP IN _ 36 case 36:case _ -31 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ -32 " " PUNCT `` _ 36 punct 36:punct SpaceAfter=No +31 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 36 nmod:poss 36:nmod:poss _ +32 " " PUNCT `` _ 33 punct 33:punct SpaceAfter=No 33 new new ADJ JJ Degree=Pos 36 amod 36:amod SpaceAfter=No -34 " " PUNCT `` _ 36 punct 36:punct _ +34 " " PUNCT `` _ 33 punct 33:punct _ 35 dining dining NOUN NN Number=Sing 36 compound 36:compound _ 36 room room NOUN NN Number=Sing 29 obl 29:obl:in SpaceAfter=No 37 . . PUNCT . _ 7 punct 7:punct _ @@ -237740,8 +237902,8 @@ 1 Right right ADV RB _ 2 advmod 2:advmod _ 2 away away ADV RB _ 4 advmod 4:advmod _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -4 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -5 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 4 obj 4:obj _ +4 told tell VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 4 iobj 4:iobj _ 6 that that SCONJ IN _ 12 mark 12:mark _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 cop 12:cop _ @@ -237756,17 +237918,17 @@ 17 so so ADV RB _ 20 advmod 20:advmod _ 18 off off ADV RB _ 20 advmod 20:advmod _ 19 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp SpaceAfter=No +20 went go VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 4 parataxis 4:parataxis SpaceAfter=No 21 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-110441-0008 # text = We were greeted again and sat promptly. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj:pass 3:nsubj:pass|6:nsubj:pass _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ 3 greeted greet VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 again again ADV RB _ 3 advmod 3:advmod _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 sat sit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +6 sat sit VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 7 promptly promptly ADV RB _ 6 advmod 6:advmod SpaceAfter=No 8 . . PUNCT . _ 3 punct 3:punct _ @@ -237784,12 +237946,12 @@ 10 menu menu NOUN NN Number=Sing 11 compound 11:compound _ 11 items item NOUN NNS Number=Plur 7 obj 7:obj _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl SpaceAfter=No -14 , , PUNCT , _ 16 punct 16:punct _ +13 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl SpaceAfter=No +14 , , PUNCT , _ 2 punct 2:punct _ 15 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -16 knew know VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +16 knew know VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 17 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -18 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 cop 22:cop _ +18 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 22 cop 22:cop _ 19 in in ADP IN _ 22 case 22:case _ 20 for for ADP IN _ 22 case 22:case _ 21 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ @@ -237799,15 +237961,15 @@ # sent_id = reviews-110441-0010 # text = I had the Chicken Parmesan Dinner and my wife had the Shrimp Scampi Dinner. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 4 Chicken chicken NOUN NN Number=Sing 5 compound 5:compound _ 5 Parmesan parmesan NOUN NN Number=Sing 6 compound 6:compound _ 6 Dinner dinner NOUN NN Number=Sing 2 obj 2:obj _ 7 and and CCONJ CC _ 10 cc 10:cc _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 wife wife NOUN NN Number=Sing 10 nsubj 10:nsubj _ -10 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +10 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 11 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 12 Shrimp shrimp NOUN NN Number=Sing 13 compound 13:compound _ 13 Scampi scampi NOUN NN Number=Sing 14 compound 14:compound _ @@ -237823,21 +237985,21 @@ # text = The portions were generous enough that we even took some home! 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 portions portion NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -3 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 cop 4:cop _ +3 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 4 generous generous ADJ JJ Degree=Pos 0 root 0:root _ 5 enough enough ADV RB _ 4 advmod 4:advmod _ 6 that that SCONJ IN _ 9 mark 9:mark _ 7 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 8 even even ADV RB _ 9 advmod 9:advmod _ -9 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:that _ -10 some some DET DT _ 9 obj 9:obj _ +9 took take VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:that _ +10 some some DET DT PronType=Ind 9 obj 9:obj _ 11 home home ADV RB _ 9 advmod 9:advmod SpaceAfter=No 12 ! ! PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-110441-0013 # text = I have to say the value of this place always amazes me. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 say say VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -237893,42 +238055,42 @@ # sent_id = reviews-110441-0015 # text = Bottom line is that when it's a small privatly owned resturant like this is you can tell that the owners and employees take pride in their product and service. 1 Bottom bottom ADJ JJ Degree=Pos 2 amod 2:amod _ -2 line line NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 line line NOUN NN Number=Sing 18 nsubj:outer 18:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ 4 that that SCONJ IN _ 18 mark 18:mark _ -5 when when SCONJ WRB PronType=Int 12 mark 12:mark _ +5 when when ADV WRB PronType=Int 12 advmod 12:advmod _ 6-7 it's _ _ _ _ _ _ _ _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 7 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 8 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 9 small small ADJ JJ Degree=Pos 12 amod 12:amod _ -10 privatly privately ADV RB Typo=Yes 11 advmod 11:advmod _ -11 owned own VERB VBN Tense=Past|VerbForm=Part 12 amod 12:amod _ -12 resturant restaurant NOUN NN Number=Sing|Typo=Yes 18 advcl 18:advcl:when _ +10 privatly privately ADV RB Typo=Yes 11 advmod 11:advmod CorrectForm=privately +11 owned own VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 amod 12:amod _ +12 resturant restaurant NOUN NN Number=Sing|Typo=Yes 18 advcl 18:advcl:when CorrectForm=restaurant 13 like like SCONJ IN _ 15 mark 15:mark _ 14 this this PRON DT Number=Sing|PronType=Dem 15 nsubj 15:nsubj _ -15 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:like _ +15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:like _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _ 17 can can AUX MD VerbForm=Fin 18 aux 18:aux _ -18 tell tell VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +18 tell tell VERB VB VerbForm=Inf 0 root 0:root _ 19 that that SCONJ IN _ 24 mark 24:mark _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 owners owner NOUN NNS Number=Plur 24 nsubj 24:nsubj _ 22 and and CCONJ CC _ 23 cc 23:cc _ 23 employees employee NOUN NNS Number=Plur 21 conj 21:conj:and|24:nsubj _ -24 take take VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 ccomp 18:ccomp _ +24 take take VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 ccomp 18:ccomp _ 25 pride pride NOUN NN Number=Sing 24 obj 24:obj _ 26 in in ADP IN _ 28 case 28:case _ -27 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ +27 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 28 nmod:poss 28:nmod:poss _ 28 product product NOUN NN Number=Sing 24 obl 24:obl:in _ 29 and and CCONJ CC _ 30 cc 30:cc _ 30 service service NOUN NN Number=Sing 28 conj 24:obl:in|28:conj:and SpaceAfter=No -31 . . PUNCT . _ 3 punct 3:punct _ +31 . . PUNCT . _ 18 punct 18:punct _ # sent_id = reviews-110441-0016 # text = Well Done! 1 Well well ADV RB Degree=Pos 2 advmod 2:advmod _ -2 Done do VERB VBN Tense=Past|VerbForm=Part 0 root 0:root SpaceAfter=No +2 Done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root SpaceAfter=No 3 ! ! PUNCT . _ 2 punct 2:punct _ # newdoc id = reviews-398243 @@ -237947,11 +238109,11 @@ # text = I typically have work done on my Jeep at the dealership, but it is 6 years old now and getting charged dealership prices just didn't seem cost effective anymore. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 typically typically ADV RB _ 3 advmod 3:advmod _ -3 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 work work NOUN NN Number=Sing 3 obj 3:obj|5:nsubj:xsubj _ -5 done do VERB VBN Tense=Past|VerbForm=Part 3 xcomp 3:xcomp _ +5 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 xcomp 3:xcomp _ 6 on on ADP IN _ 8 case 8:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 Jeep Jeep PROPN NNP Number=Sing 5 obl 5:obl:on _ 9 at at ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ @@ -237960,18 +238122,18 @@ 13 but but CCONJ CC _ 18 cc 18:cc _ 14 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 18 cop 18:cop _ -16 6 6 NUM CD NumType=Card 17 nummod 17:nummod _ +16 6 6 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod _ 17 years year NOUN NNS Number=Plur 18 obl:npmod 18:obl:npmod _ 18 old old ADJ JJ Degree=Pos 3 conj 3:conj:but _ 19 now now ADV RB _ 18 advmod 18:advmod _ 20 and and CCONJ CC _ 28 cc 28:cc _ 21 getting get AUX VBG VerbForm=Ger 22 aux:pass 22:aux:pass _ -22 charged charge VERB VBN Tense=Past|VerbForm=Part 28 csubj 28:csubj _ +22 charged charge VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 28 csubj 28:csubj _ 23 dealership dealership NOUN NN Number=Sing 24 compound 24:compound _ 24 prices price NOUN NNS Number=Plur 22 obj 22:obj _ 25 just just ADV RB _ 28 advmod 28:advmod _ 26-27 didn't _ _ _ _ _ _ _ _ -26 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 28 aux 28:aux _ +26 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 28 aux 28:aux _ 27 n't not PART RB _ 28 advmod 28:advmod _ 28 seem seem VERB VB VerbForm=Inf 18 conj 18:conj:and _ 29 cost cost NOUN NN Number=Sing 30 obl:npmod 30:obl:npmod _ @@ -237982,7 +238144,7 @@ # sent_id = reviews-398243-0003 # text = I had tried out few place around the area and had been ripped off a few times. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|13:nsubj:pass _ -2 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +2 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 tried try VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 out out ADP RP _ 3 compound:prt 3:compound:prt _ 5 few few ADJ JJ Degree=Pos 6 amod 6:amod _ @@ -237991,9 +238153,9 @@ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 area area NOUN NN Number=Sing 6 nmod 6:nmod:around _ 10 and and CCONJ CC _ 13 cc 13:cc _ -11 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 aux 13:aux _ +11 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 12 been be AUX VBN Tense=Past|VerbForm=Part 13 aux:pass 13:aux:pass _ -13 ripped rip VERB VBN Tense=Past|VerbForm=Part 3 conj 3:conj:and _ +13 ripped rip VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 conj 3:conj:and _ 14 off off ADP RP _ 13 compound:prt 13:compound:prt _ 15 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 16 few few ADJ JJ Degree=Pos 17 amod 17:amod _ @@ -238003,8 +238165,8 @@ # sent_id = reviews-398243-0004 # text = I had hear great things about Phet and G&G Automotive so I decided to give him a try. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ -3 hear hear VERB VB VerbForm=Inf 0 root 0:root _ +2 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +3 hear hear VERB VBN Tense=Past|Typo=Yes|VerbForm=Part 0 root 0:root CorrectForm=heard 4 great great ADJ JJ Degree=Pos 5 amod 5:amod _ 5 things thing NOUN NNS Number=Plur 3 obj 3:obj _ 6 about about ADP IN _ 7 case 7:case _ @@ -238014,7 +238176,7 @@ 10 Automotive Automotive PROPN NNP Number=Sing 7 conj 5:nmod:about|7:conj:and _ 11 so so ADV RB _ 13 advmod 13:advmod _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ -13 decided decide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj _ +13 decided decide VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ 14 to to PART TO _ 15 mark 15:mark _ 15 give give VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 16 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 iobj 15:iobj _ @@ -238035,27 +238197,27 @@ # sent_id = reviews-398243-0006 # text = He checked out what I needed to have done told me what needed be fixed before he did any work and did great repair work. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|10:nsubj|22:nsubj _ -2 checked check VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 checked check VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 out out ADP RP _ 2 compound:prt 2:compound:prt _ 4 what what PRON WP PronType=Int 6 obj 6:obj|8:obj|9:nsubj:xsubj _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 needed need VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ -7 to to PART TO _ 9 mark 9:mark _ +6 needed need VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +7 to to PART TO _ 8 mark 8:mark _ 8 have have VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ -9 done do VERB VBN Tense=Past|VerbForm=Part 8 xcomp 8:xcomp _ -10 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ -11 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 10 obj 10:obj _ -12 what what PRON WP PronType=Int 13 nsubj 13:nsubj _ -13 needed need VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 ccomp 10:ccomp _ +9 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 xcomp 8:xcomp _ +10 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +11 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 10 iobj 10:iobj _ +12 what what PRON WP PronType=Int 13 nsubj 13:nsubj|15:nsubj:xsubj _ +13 needed need VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 ccomp 10:ccomp MissingWordsAfter=to 14 be be AUX VB VerbForm=Inf 15 aux:pass 15:aux:pass _ -15 fixed fix VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 ccomp 13:ccomp _ +15 fixed fix VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 xcomp 13:xcomp _ 16 before before SCONJ IN _ 18 mark 18:mark _ 17 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -18 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:before _ -19 any any DET DT _ 20 det 20:det _ +18 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:before _ +19 any any DET DT PronType=Ind 20 det 20:det _ 20 work work NOUN NN Number=Sing 18 obj 18:obj _ 21 and and CCONJ CC _ 22 cc 22:cc _ -22 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +22 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 23 great great ADJ JJ Degree=Pos 25 amod 25:amod _ 24 repair repair NOUN NN Number=Sing 25 compound 25:compound _ 25 work work NOUN NN Number=Sing 22 obj 22:obj SpaceAfter=No @@ -238067,32 +238229,32 @@ 2 price price NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 4 actually actually ADV RB _ 5 advmod 5:advmod _ -5 lower lower ADJ JJR Degree=Cmp 0 root 0:root _ -6 than than SCONJ IN _ 7 case 7:case _ -7 what what PRON WP PronType=Int 5 obl 5:obl:than _ -8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj|12:nsubj|14:nsubj:xsubj _ -9 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 aux 10:aux _ +5 lower low ADJ JJR Degree=Cmp 0 root 0:root _ +6 than than ADP IN _ 7 case 7:case _ +7 what what PRON WP PronType=Rel 5 obl 5:obl:than|10:obj|12:obl:to _ +8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj|12:nsubj _ +9 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 10 aux 10:aux _ 10 anticipated anticipate VERB VBN Tense=Past|VerbForm=Part 7 acl:relcl 7:acl:relcl _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 used use VERB VBN Tense=Past|VerbForm=Part 10 conj 7:acl:relcl|10:conj:and _ -13 to to ADP IN _ 14 aux 14:aux _ -14 compared compare VERB VBN Tense=Past|VerbForm=Part 12 xcomp 12:xcomp _ +13 to to ADP IN _ 12 obl 7:case _ +14 compared compare VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 advcl 10:advcl _ 15 to to ADP IN _ 17 case 17:case _ 16 other other ADJ JJ Degree=Pos 17 amod 17:amod _ 17 places place NOUN NNS Number=Plur 14 obl 14:obl:to SpaceAfter=No 18 , , PUNCT , _ 21 punct 21:punct _ 19 plus plus CCONJ CC _ 21 cc 21:cc _ 20 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj _ -21 showed show VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:plus _ +21 showed show VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:plus _ 22 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 21 iobj 21:iobj _ 23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 24 work work NOUN NN Number=Sing 21 obj 21:obj _ 25 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 26 nsubj 26:nsubj _ -26 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 acl:relcl 24:acl:relcl _ -27 when when SCONJ WRB PronType=Int 29 mark 29:mark _ +26 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 acl:relcl 24:acl:relcl _ +27 when when ADV WRB PronType=Int 29 advmod 29:advmod _ 28 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 29 nsubj 29:nsubj _ -29 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 advcl 21:advcl:when _ -30 in in ADV RB _ 29 advmod 29:advmod SpaceAfter=No +29 came come VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 21 advcl 21:advcl:when _ +30 in in ADV RB _ 29 advmod 29:advmod CorrectSpaceAfter=Yes|SpaceAfter=No 31 to to PART TO _ 32 mark 32:mark _ 32 pick pick VERB VB VerbForm=Inf 29 advcl 29:advcl:to _ 33 up up ADP RP _ 32 compound:prt 32:compound:prt _ @@ -238103,21 +238265,21 @@ # sent_id = reviews-398243-0008 # text = Also, a week after the work, Phet called me up to see how my car was running and to let me know that they had accidentally overcharged me for part of the work and wanted to give me a refund for that amount. 1 Also also ADV RB _ 10 advmod 10:advmod SpaceAfter=No -2 , , PUNCT , _ 10 punct 10:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 week week NOUN NN Number=Sing 7 nmod:npmod 7:nmod:npmod _ 5 after after ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 work work NOUN NN Number=Sing 10 obl 10:obl:after SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9 Phet Phet PROPN NNP Number=Sing 10 nsubj 10:nsubj _ -10 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 called call VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 11 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 10 obj 10:obj _ 12 up up ADP RP _ 10 compound:prt 10:compound:prt _ 13 to to PART TO _ 14 mark 14:mark _ 14 see see VERB VB VerbForm=Inf 10 advcl 10:advcl:to _ -15 how how SCONJ WRB PronType=Int 19 mark 19:mark _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 how how ADV WRB PronType=Int 19 advmod 19:advmod _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 car car NOUN NN Number=Sing 19 nsubj 19:nsubj _ 18 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 aux 19:aux _ 19 running run VERB VBG Tense=Pres|VerbForm=Part 14 ccomp 14:ccomp _ @@ -238128,7 +238290,7 @@ 24 know know VERB VB VerbForm=Inf 22 xcomp 22:xcomp _ 25 that that SCONJ IN _ 29 mark 29:mark _ 26 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 29 nsubj 29:nsubj|37:nsubj|39:nsubj:xsubj _ -27 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 29 aux 29:aux _ +27 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 29 aux 29:aux _ 28 accidentally accidentally ADV RB _ 29 advmod 29:advmod _ 29 overcharged overcharge VERB VBN Tense=Past|VerbForm=Part 24 ccomp 24:ccomp _ 30 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 29 obj 29:obj _ @@ -238138,7 +238300,7 @@ 34 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ 35 work work NOUN NN Number=Sing 32 nmod 32:nmod:of _ 36 and and CCONJ CC _ 37 cc 37:cc _ -37 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 29 conj 24:ccomp|29:conj:and _ +37 wanted want VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 29 conj 24:ccomp|29:conj:and _ 38 to to PART TO _ 39 mark 39:mark _ 39 give give VERB VB VerbForm=Inf 37 xcomp 37:xcomp _ 40 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 39 iobj 39:iobj _ @@ -238163,18 +238325,18 @@ # sent_id = reviews-398243-0010 # text = I grew up in a small town where you knew and trusted your mechanic and was really cynical about city auto repair shops since I moved here, but Phet has shown that there really are honest hard working mechanics around. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|18:nsubj _ -2 grew grow VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 grew grow VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 up up ADP RP _ 2 compound:prt 2:compound:prt _ 4 in in ADP IN _ 7 case 7:case _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 small small ADJ JJ Degree=Pos 7 amod 7:amod _ -7 town town NOUN NN Number=Sing 2 obl 2:obl:in _ -8 where where SCONJ WRB PronType=Rel 10 mark 10:mark _ +7 town town NOUN NN Number=Sing 2 obl 2:obl:in|10:obl|12:obl _ +8 where where ADV WRB PronType=Rel 10 advmod 7:ref _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj|12:nsubj _ -10 knew know VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +10 knew know VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 trusted trust VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 conj 7:acl:relcl|10:conj:and _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 trusted trust VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 10 conj 7:acl:relcl|10:conj:and _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 mechanic mechanic NOUN NN Number=Sing 10 obj 10:obj|12:obj _ 15 and and CCONJ CC _ 18 cc 18:cc _ 16 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 cop 18:cop _ @@ -238187,7 +238349,7 @@ 23 shops shop NOUN NNS Number=Plur 18 obl 18:obl:about _ 24 since since SCONJ IN _ 26 mark 26:mark _ 25 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 26 nsubj 26:nsubj _ -26 moved move VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 advcl 18:advcl:since _ +26 moved move VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 18 advcl 18:advcl:since _ 27 here here ADV RB PronType=Dem 26 advmod 26:advmod SpaceAfter=No 28 , , PUNCT , _ 32 punct 32:punct _ 29 but but CCONJ CC _ 32 cc 32:cc _ @@ -238197,7 +238359,7 @@ 33 that that SCONJ IN _ 36 mark 36:mark _ 34 there there PRON EX _ 36 expl 36:expl _ 35 really really ADV RB _ 36 advmod 36:advmod _ -36 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 32 ccomp 32:ccomp _ +36 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 32 ccomp 32:ccomp _ 37 honest honest ADJ JJ Degree=Pos 40 amod 40:amod _ 38 hard hard ADV RB Degree=Pos 39 compound 39:compound _ 39 working work VERB VBG VerbForm=Ger 40 amod 40:amod _ @@ -238209,9 +238371,9 @@ # text = He is my mechanic going forward! 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 mechanic mechanic NOUN NN Number=Sing 0 root 0:root _ -5 going go VERB VBG VerbForm=Ger 4 advmod 4:advmod _ +5 going go VERB VBG VerbForm=Ger 4 advcl 4:advcl _ 6 forward forward ADV RB _ 5 advmod 5:advmod SpaceAfter=No 7 ! ! PUNCT . _ 4 punct 4:punct _ @@ -238219,22 +238381,22 @@ # sent_id = reviews-278775-0001 # newpar id = reviews-278775-p0001 # text = Our company is a high end designer handbag and fashion accessories company, thus we are certainly a niche market. -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 company company NOUN NN Number=Sing 12 nsubj 12:nsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 4 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ -5 high high ADJ JJ Degree=Pos 6 advmod 6:advmod _ -6 end end NOUN NN Number=Sing 12 amod 12:amod _ +5 high high ADJ JJ Degree=Pos 6 amod 6:amod _ +6 end end NOUN NN Number=Sing 12 compound 12:compound _ 7 designer designer NOUN NN Number=Sing 8 compound 8:compound _ 8 handbag handbag NOUN NN Number=Sing 12 compound 12:compound _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 fashion fashion NOUN NN Number=Sing 11 compound 11:compound _ 11 accessories accessory NOUN NNS Number=Plur 8 conj 8:conj:and|12:compound _ 12 company company NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ +13 , , PUNCT , _ 20 punct 20:punct _ 14 thus thus ADV RB _ 20 advmod 20:advmod _ 15 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -16 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ +16 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 17 certainly certainly ADV RB _ 20 advmod 20:advmod _ 18 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 19 niche niche NOUN NN Number=Sing 20 compound 20:compound _ @@ -238244,18 +238406,18 @@ # sent_id = reviews-278775-0002 # text = We had been evaluating SEO providers for quite some time and finally decided to take the plunge with Stuart, and Ulistic. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj|13:nsubj|15:nsubj:xsubj _ -2 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 had have AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 4 aux 4:aux _ 4 evaluating evaluate VERB VBG VerbForm=Ger 0 root 0:root _ 5 SEO seo NOUN NN Number=Sing 6 compound 6:compound _ 6 providers provider NOUN NNS Number=Plur 4 obj 4:obj _ 7 for for ADP IN _ 10 case 10:case _ -8 quite quite DET PDT _ 10 det:predet 10:det:predet _ -9 some some DET DT _ 10 det 10:det _ +8 quite quite DET PDT PronType=Ind 10 det:predet 10:det:predet _ +9 some some DET DT PronType=Ind 10 det 10:det _ 10 time time NOUN NN Number=Sing 4 obl 4:obl:for _ 11 and and CCONJ CC _ 13 cc 13:cc _ 12 finally finally ADV RB _ 13 advmod 13:advmod _ -13 decided decide VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +13 decided decide VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 14 to to PART TO _ 15 mark 15:mark _ 15 take take VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -238270,7 +238432,7 @@ # sent_id = reviews-278775-0003 # text = We made the decision for a couple of reasons. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 made make VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 made make VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 decision decision NOUN NN Number=Sing 2 obj 2:obj _ 5 for for ADP IN _ 7 case 7:case _ @@ -238282,7 +238444,7 @@ # sent_id = reviews-278775-0004 # text = 1. Social Media. -1 1 1 X LS _ 4 nummod 4:nummod SpaceAfter=No +1 1 1 NUM LS NumForm=Digit|NumType=Card 4 nummod 4:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 Social social ADJ JJ Degree=Pos 4 amod 4:amod _ 4 Media media NOUN NN Number=Sing 0 root 0:root SpaceAfter=No @@ -238291,7 +238453,7 @@ # sent_id = reviews-278775-0005 # text = We were familiar with Search Engine Optimization strategies, but new nothing about Social Media - we just heard that it was the next big thing. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|11:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 cop 3:cop _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 familiar familiar ADJ JJ Degree=Pos 0 root 0:root _ 4 with with ADP IN _ 8 case 8:case _ 5 Search search NOUN NN Number=Sing 6 compound 6:compound _ @@ -238300,15 +238462,15 @@ 8 strategies strategy NOUN NNS Number=Plur 3 obl 3:obl:with SpaceAfter=No 9 , , PUNCT , _ 11 punct 11:punct _ 10 but but CCONJ CC _ 11 cc 11:cc _ -11 new new VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ -12 nothing nothing PRON NN Number=Sing 11 obj 11:obj _ +11 new know VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|Typo=Yes|VerbForm=Fin 3 conj 3:conj:but CorrectForm=knew +12 nothing nothing PRON NN Number=Sing|PronType=Neg 11 obj 11:obj _ 13 about about ADP IN _ 15 case 15:case _ 14 Social social ADJ JJ Degree=Pos 15 amod 15:amod _ 15 Media media NOUN NN Number=Sing 12 nmod 12:nmod:about _ -16 - - PUNCT , _ 3 punct 3:punct _ +16 - - PUNCT , _ 19 punct 19:punct _ 17 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 19 nsubj 19:nsubj _ 18 just just ADV RB _ 19 advmod 19:advmod _ -19 heard hear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ +19 heard hear VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ 20 that that SCONJ IN _ 26 mark 26:mark _ 21 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 26 nsubj 26:nsubj _ 22 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 26 cop 26:cop _ @@ -238320,28 +238482,28 @@ # sent_id = reviews-278775-0006 # text = 2. We really liked the fact that Stuart sets defined objectives and we meet once a month to go over our Key Performance Indicators. -1 2 2 X LS _ 5 nummod 5:nummod SpaceAfter=No +1 2 2 NUM LS NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No 2 . . PUNCT . _ 1 punct 1:punct _ 3 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 really really ADV RB _ 5 advmod 5:advmod _ -5 liked like VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 liked like VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 fact fact NOUN NN Number=Sing 5 obj 5:obj _ 8 that that SCONJ IN _ 10 mark 10:mark _ 9 Stuart Stuart PROPN NNP Number=Sing 10 nsubj 10:nsubj _ 10 sets set VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 acl 7:acl:that _ -11 defined define VERB VBN Tense=Past|VerbForm=Part 12 amod 12:amod _ +11 defined define VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 amod 12:amod _ 12 objectives objective NOUN NNS Number=Plur 10 obj 10:obj _ 13 and and CCONJ CC _ 15 cc 15:cc _ 14 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 meet meet VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ -16 once once ADV RB NumType=Mult 15 advmod 15:advmod _ +15 meet meet VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +16 once once ADV RB NumForm=Word|NumType=Mult 15 advmod 15:advmod _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ -18 month month NOUN NN Number=Sing 16 obl:npmod 16:obl:npmod _ +18 month month NOUN NN Number=Sing 16 obl:tmod 16:obl:tmod _ 19 to to PART TO _ 20 mark 20:mark _ 20 go go VERB VB VerbForm=Inf 15 advcl 15:advcl:to _ 21 over over ADP IN _ 25 case 25:case _ -22 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +22 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 23 Key key ADJ JJ Degree=Pos 25 amod 25:amod _ 24 Performance performance NOUN NN Number=Sing 25 compound 25:compound _ 25 Indicators indicator NOUN NNS Number=Plur 20 obl 20:obl:over SpaceAfter=No @@ -238361,47 +238523,47 @@ # text = Well we have been working with Ulistic for 1.5 months, and have 100 people following our site on Facebook, and our web site, www.designofashion.com has seen a 3 fold increase in traffic, which is significantly beating our expectations - SEO is a process that takes time and to get results this quickly is exceptional. 1 Well well INTJ UH _ 5 discourse 5:discourse _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj|13:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 been be AUX VBN Tense=Past|VerbForm=Part 5 aux 5:aux _ 5 working work VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 6 with with ADP IN _ 7 case 7:case _ 7 Ulistic Ulistic PROPN NNP Number=Sing 5 obl 5:obl:with _ 8 for for ADP IN _ 10 case 10:case _ -9 1.5 1.5 NUM CD NumType=Card 10 nummod 10:nummod _ +9 1.5 1.5 NUM CD NumForm=Digit|NumType=Frac 10 nummod 10:nummod _ 10 months month NOUN NNS Number=Plur 5 obl 5:obl:for SpaceAfter=No 11 , , PUNCT , _ 13 punct 13:punct _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ -14 100 100 NUM CD NumType=Card 15 nummod 15:nummod _ +13 have have VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +14 100 100 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 15 people people NOUN NNS Number=Plur 13 obj 13:obj _ 16 following follow VERB VBG VerbForm=Ger 15 acl 15:acl _ -17 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 site site NOUN NN Number=Sing 16 obj 16:obj _ 19 on on ADP IN _ 20 case 20:case _ 20 Facebook Facebook PROPN NNP Number=Sing 16 obl 16:obl:on SpaceAfter=No 21 , , PUNCT , _ 29 punct 29:punct _ 22 and and CCONJ CC _ 29 cc 29:cc _ -23 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +23 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 24 web web NOUN NN Number=Sing 25 compound 25:compound _ 25 site site NOUN NN Number=Sing 29 nsubj 29:nsubj SpaceAfter=No -26 , , PUNCT , _ 25 punct 25:punct _ +26 , , PUNCT , _ 27 punct 27:punct _ 27 www.designofashion.com www.designofashion.com X ADD _ 25 appos 25:appos _ 28 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 29 aux 29:aux _ 29 seen see VERB VBN Tense=Past|VerbForm=Part 5 conj 5:conj:and _ 30 a a DET DT Definite=Ind|PronType=Art 33 det 33:det _ -31 3 3 NUM CD NumType=Card 32 nummod 32:nummod _ +31 3 3 NUM CD NumForm=Digit|NumType=Card 32 nummod 32:nummod _ 32 fold fold NOUN NN Number=Sing 33 compound 33:compound _ 33 increase increase NOUN NN Number=Sing 29 obj 29:obj|40:nsubj _ 34 in in ADP IN _ 35 case 35:case _ 35 traffic traffic NOUN NN Number=Sing 33 nmod 33:nmod:in SpaceAfter=No -36 , , PUNCT , _ 33 punct 33:punct _ +36 , , PUNCT , _ 40 punct 40:punct _ 37 which which PRON WDT PronType=Rel 40 nsubj 33:ref _ 38 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 40 aux 40:aux _ 39 significantly significantly ADV RB _ 40 advmod 40:advmod _ 40 beating beat VERB VBG Tense=Pres|VerbForm=Part 33 acl:relcl 33:acl:relcl _ -41 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 42 nmod:poss 42:nmod:poss _ +41 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 42 nmod:poss 42:nmod:poss _ 42 expectations expectation NOUN NNS Number=Plur 40 obj 40:obj _ -43 - - PUNCT , _ 5 punct 5:punct _ +43 - - PUNCT , _ 47 punct 47:punct _ 44 SEO seo NOUN NN Number=Sing 47 nsubj 47:nsubj _ 45 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 47 cop 47:cop _ 46 a a DET DT Definite=Ind|PronType=Art 47 det 47:det _ @@ -238422,7 +238584,7 @@ # sent_id = reviews-278775-0009 # text = We are absolutely confident that Stuart's ethical and focused strategies will see these trends continue to grow, and our business will reap the rewards of this program. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 absolutely absolutely ADV RB _ 4 advmod 4:advmod _ 4 confident confident ADJ JJ Degree=Pos 0 root 0:root _ 5 that that SCONJ IN _ 13 mark 13:mark _ @@ -238431,18 +238593,18 @@ 7 's 's PART POS _ 6 case 6:case _ 8 ethical ethical ADJ JJ Degree=Pos 11 amod 11:amod _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 focused focus VERB VBN Tense=Past|VerbForm=Part 8 conj 8:conj:and|11:amod _ +10 focused focus VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 8 conj 8:conj:and|11:amod _ 11 strategies strategy NOUN NNS Number=Plur 13 nsubj 13:nsubj _ 12 will will AUX MD VerbForm=Fin 13 aux 13:aux _ 13 see see VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ 14 these this DET DT Number=Plur|PronType=Dem 15 det 15:det _ -15 trends trend NOUN NNS Number=Plur 16 nsubj 16:nsubj|18:nsubj:xsubj _ -16 continue continue VERB VB VerbForm=Inf 13 ccomp 13:ccomp _ +15 trends trend NOUN NNS Number=Plur 13 obj 13:obj|16:nsubj:xsubj|18:nsubj:xsubj _ +16 continue continue VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ 17 to to PART TO _ 18 mark 18:mark _ 18 grow grow VERB VB VerbForm=Inf 16 xcomp 16:xcomp SpaceAfter=No 19 , , PUNCT , _ 24 punct 24:punct _ 20 and and CCONJ CC _ 24 cc 24:cc _ -21 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 business business NOUN NN Number=Sing 24 nsubj 24:nsubj _ 23 will will AUX MD VerbForm=Fin 24 aux 24:aux _ 24 reap reap VERB VB VerbForm=Inf 13 conj 4:ccomp|13:conj:and _ @@ -238456,7 +238618,7 @@ # sent_id = reviews-278775-0010 # text = Finally, it must be said that Stuart is a fantastic person to work with, because of his solid strategies and equally as importantly because he is a genuinely good person and a great communicator. 1 Finally finally ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 expl 6:expl _ 4 must must AUX MD VerbForm=Fin 6 aux 6:aux _ 5 be be AUX VB VerbForm=Inf 6 aux:pass 6:aux:pass _ @@ -238470,10 +238632,10 @@ 13 to to PART TO _ 14 mark 14:mark _ 14 work work VERB VB VerbForm=Inf 12 acl 12:acl:to _ 15 with with ADP IN _ 14 obl 14:obl SpaceAfter=No -16 , , PUNCT , _ 14 punct 14:punct _ +16 , , PUNCT , _ 21 punct 21:punct _ 17 because because ADP IN _ 21 case 21:case _ 18 of of ADP IN _ 17 fixed 17:fixed _ -19 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +19 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 20 solid solid ADJ JJ Degree=Pos 21 amod 21:amod _ 21 strategies strategy NOUN NNS Number=Plur 14 obl 14:obl:because_of _ 22 and and CCONJ CC _ 32 cc 32:cc _ @@ -238506,20 +238668,20 @@ # newpar id = reviews-117115-p0002 # text = I had Hom-Excel replace most of the windows in my Tampa residence three years ago. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 Hom Hom PROPN NNP Number=Sing 5 compound 5:compound SpaceAfter=No -4 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No -5 Excel Excel PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -6 replace replace VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ +4 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No +5 Excel Excel PROPN NNP Number=Sing 2 obj 2:obj|6:nsubj:xsubj _ +6 replace replace VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 7 most most ADJ JJS Degree=Sup 6 obj 6:obj _ 8 of of ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 windows window NOUN NNS Number=Plur 7 nmod 7:nmod:of _ 11 in in ADP IN _ 14 case 14:case _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 13 Tampa Tampa PROPN NNP Number=Sing 14 compound 14:compound _ 14 residence residence NOUN NN Number=Sing 10 nmod 10:nmod:in _ -15 three three NUM CD NumType=Card 16 nummod 16:nummod _ +15 three three NUM CD NumForm=Word|NumType=Card 16 nummod 16:nummod _ 16 years year NOUN NNS Number=Plur 17 obl:npmod 17:obl:npmod _ 17 ago ago ADV RB _ 2 advmod 2:advmod SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ @@ -238529,10 +238691,10 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 excellent excellent ADJ JJ Degree=Pos 3 amod 3:amod _ 3 windows window NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -4 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +4 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 5 performed perform VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 6 without without ADP IN _ 8 case 8:case _ -7 any any DET DT _ 8 det 8:det _ +7 any any DET DT PronType=Ind 8 det 8:det _ 8 problems problem NOUN NNS Number=Plur 5 obl 5:obl:without SpaceAfter=No 9 , , PUNCT , _ 14 punct 14:punct _ 10 but but CCONJ CC _ 14 cc 14:cc _ @@ -238540,23 +238702,23 @@ 11 that that PRON DT Number=Sing|PronType=Dem 14 nsubj 14:nsubj _ 12 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 13 not not PART RB _ 14 advmod 14:advmod _ -14 why why ADV WRB PronType=Int 5 conj 5:conj:but _ +14 why why ADV WRB PronType=Rel 5 conj 5:conj:but|17:advmod _ 15-16 I'm _ _ _ _ _ _ _ _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -16 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ -17 writing write VERB VBG VerbForm=Ger 14 acl:relcl 14:acl:relcl _ -18 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +16 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +17 writing write VERB VBG VerbForm=Ger 14 advcl:relcl 14:advcl:relcl _ +18 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 review review NOUN NN Number=Sing 17 obj 17:obj SpaceAfter=No 20 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-117115-0004 # text = Three weeks ago, burglars tried to gain entry into the rear of my home. -1 Three three NUM CD NumType=Card 2 nummod 2:nummod _ +1 Three three NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 weeks week NOUN NNS Number=Plur 3 obl:npmod 3:obl:npmod _ 3 ago ago ADV RB _ 6 advmod 6:advmod SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 burglars burglar NOUN NNS Number=Plur 6 nsubj 6:nsubj|8:nsubj:xsubj _ -6 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 tried try VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 gain gain VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 9 entry entry NOUN NN Number=Sing 8 obj 8:obj _ @@ -238564,7 +238726,7 @@ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 12 rear rear NOUN NN Number=Sing 9 nmod 9:nmod:into _ 13 of of ADP IN _ 15 case 15:case _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 home home NOUN NN Number=Sing 12 nmod 12:nmod:of SpaceAfter=No 16 . . PUNCT . _ 6 punct 6:punct _ @@ -238572,7 +238734,7 @@ # text = The intruders slit the screen of the window. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 intruders intruder NOUN NNS Number=Plur 3 nsubj 3:nsubj _ -3 slit slit VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 slit slit VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 screen screen NOUN NN Number=Sing 3 obj 3:obj _ 6 of of ADP IN _ 8 case 8:case _ @@ -238583,9 +238745,9 @@ # sent_id = reviews-117115-0006 # text = Next, they tried to force the window with a pry bar and then to break the window with a hammer. 1 Next next ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj|16:nsubj:xsubj _ -4 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 tried try VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 force force VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -238610,38 +238772,38 @@ 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 window window NOUN NN Number=Sing 5 nsubj 5:nsubj _ 3-4 didn't _ _ _ _ _ _ _ _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +3 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 break break VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 6 ! ! PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-117115-0008 # text = My next-door neighbor heard the noise and turned on a light, thankfully scaring the two miscreants away (they even left their hammer behind!). -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 2 next next ADJ JJ Degree=Pos 4 amod 4:amod SpaceAfter=No -3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No +3 - - PUNCT HYPH _ 2 punct 2:punct SpaceAfter=No 4 door door NOUN NN Number=Sing 5 compound 5:compound _ 5 neighbor neighbor NOUN NN Number=Sing 6 nsubj 6:nsubj|10:nsubj _ -6 heard hear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 heard hear VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 noise noise NOUN NN Number=Sing 6 obj 6:obj _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 turned turn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ +10 turned turn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ 11 on on ADP RP _ 10 compound:prt 10:compound:prt _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 light light NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No -14 , , PUNCT , _ 10 punct 10:punct _ +14 , , PUNCT , _ 16 punct 16:punct _ 15 thankfully thankfully ADV RB _ 16 advmod 16:advmod _ 16 scaring scare VERB VBG VerbForm=Ger 10 advcl 10:advcl _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ -18 two two NUM CD NumType=Card 19 nummod 19:nummod _ +18 two two NUM CD NumForm=Word|NumType=Card 19 nummod 19:nummod _ 19 miscreants miscreant NOUN NNS Number=Plur 16 obj 16:obj _ 20 away away ADV RB _ 16 advmod 16:advmod _ 21 ( ( PUNCT -LRB- _ 24 punct 24:punct SpaceAfter=No 22 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 24 nsubj 24:nsubj _ 23 even even ADV RB _ 24 advmod 24:advmod _ -24 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 parataxis 6:parataxis _ -25 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +24 left leave VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 parataxis 6:parataxis _ +25 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 hammer hammer NOUN NN Number=Sing 24 obj 24:obj _ 27 behind behind ADV RB _ 24 advmod 24:advmod SpaceAfter=No 28 ! ! PUNCT . _ 24 punct 24:punct SpaceAfter=No @@ -238651,9 +238813,9 @@ # sent_id = reviews-117115-0009 # text = I called Home-Excel the next day to order a replacement screen for the window, and was happily surprised when they said that they weren't even going to charge me for the replacement screen...that it would be covered under their guarentee. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|21:nsubj:pass _ -2 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 Home Home PROPN NNP Number=Sing 5 compound 5:compound SpaceAfter=No -4 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No +4 - - PUNCT HYPH _ 3 punct 3:punct SpaceAfter=No 5 Excel Excel PROPN NNP Number=Sing 2 obj 2:obj _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 next next ADJ JJ Degree=Pos 8 amod 8:amod _ @@ -238671,13 +238833,13 @@ 19 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 21 aux:pass 21:aux:pass _ 20 happily happily ADV RB _ 21 advmod 21:advmod _ 21 surprised surprise VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 conj 2:conj:and _ -22 when when SCONJ WRB PronType=Int 24 mark 24:mark _ +22 when when ADV WRB PronType=Int 24 advmod 24:advmod _ 23 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 24 nsubj 24:nsubj _ -24 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 advcl 21:advcl:when _ +24 said say VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 21 advcl 21:advcl:when _ 25 that that SCONJ IN _ 30 mark 30:mark _ 26 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 30 nsubj 30:nsubj|32:nsubj:xsubj _ 27-28 weren't _ _ _ _ _ _ _ _ -27 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 30 aux 30:aux _ +27 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 30 aux 30:aux _ 28 n't not PART RB _ 30 advmod 30:advmod _ 29 even even ADV RB _ 30 advmod 30:advmod _ 30 going go VERB VBG Tense=Pres|VerbForm=Part 24 ccomp 24:ccomp _ @@ -238688,15 +238850,15 @@ 35 the the DET DT Definite=Def|PronType=Art 37 det 37:det _ 36 replacement replacement NOUN NN Number=Sing 37 compound 37:compound _ 37 screen screen NOUN NN Number=Sing 32 obl 32:obl:for SpaceAfter=No -38 ... ... PUNCT , _ 30 punct 30:punct SpaceAfter=No +38 ... ... PUNCT , _ 43 punct 43:punct SpaceAfter=No 39 that that SCONJ IN _ 43 mark 43:mark _ 40 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 43 nsubj:pass 43:nsubj:pass _ 41 would would AUX MD VerbForm=Fin 43 aux 43:aux _ 42 be be AUX VB VerbForm=Inf 43 aux:pass 43:aux:pass _ 43 covered cover VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 30 conj 24:ccomp|30:conj _ 44 under under ADP IN _ 46 case 46:case _ -45 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 46 nmod:poss 46:nmod:poss _ -46 guarentee guarantee NOUN NN Number=Sing|Typo=Yes 43 obl 43:obl:under SpaceAfter=No +45 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 46 nmod:poss 46:nmod:poss _ +46 guarentee guarantee NOUN NN Number=Sing|Typo=Yes 43 obl 43:obl:under CorrectForm=guarantee|SpaceAfter=No 47 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-117115-0010 @@ -238704,14 +238866,14 @@ 1 Lo lo INTJ UH _ 6 discourse 6:discourse _ 2 and and CCONJ CC _ 3 cc 3:cc _ 3 behold behold INTJ UH _ 1 conj 1:conj:and SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 1 punct 1:punct _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj|20:nsubj _ -6 replaced replace VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 replaced replace VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 screen screen NOUN NN Number=Sing 6 obj 6:obj|11:nsubj|14:nsubj:xsubj _ 9 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 10 which which PRON WDT PronType=Rel 11 nsubj 8:ref _ -11 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +11 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 12 to to PART TO _ 14 mark 14:mark _ 13 be be AUX VB VerbForm=Inf 14 aux:pass 14:aux:pass _ 14 ordered order VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 xcomp 11:xcomp SpaceAfter=No @@ -238719,7 +238881,7 @@ 16 yesterday yesterday NOUN NN Number=Sing 6 obl:tmod 6:obl:tmod _ 17 and and CCONJ CC _ 20 cc 20:cc _ 18-19 didn't _ _ _ _ _ _ _ _ -18 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 aux 20:aux _ +18 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 20 aux 20:aux _ 19 n't not PART RB _ 20 advmod 20:advmod _ 20 charge charge VERB VB VerbForm=Inf 6 conj 6:conj:and _ 21 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 20 iobj 20:iobj _ @@ -238729,16 +238891,16 @@ # sent_id = reviews-117115-0011 # text = Their worker even cleaned 3 of my windows and changed a lightbulb for me. -1 Their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 worker worker NOUN NN Number=Sing 4 nsubj 4:nsubj|10:nsubj _ 3 even even ADV RB _ 4 advmod 4:advmod _ -4 cleaned clean VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -5 3 3 NUM CD NumType=Card 4 obj 4:obj _ +4 cleaned clean VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 3 3 NUM CD NumForm=Digit|NumType=Card 4 obj 4:obj _ 6 of of ADP IN _ 8 case 8:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 windows window NOUN NNS Number=Plur 5 nmod 5:nmod:of _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 changed change VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +10 changed change VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 lightbulb lightbulb NOUN NN Number=Sing 10 obj 10:obj _ 13 for for ADP IN _ 14 case 14:case _ @@ -238752,7 +238914,7 @@ 3 day day NOUN NN Number=Sing 10 obl 10:obl:in _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 age age NOUN NN Number=Sing 3 conj 3:conj:and|10:obl:in SpaceAfter=No -6 , , PUNCT , _ 10 punct 10:punct _ +6 , , PUNCT , _ 3 punct 3:punct _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 expl 10:expl _ 8 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 9 so so ADV RB _ 10 advmod 10:advmod _ @@ -238762,11 +238924,11 @@ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 company company NOUN NN Number=Sing 12 obj 12:obj _ 15 with with ADP IN _ 18 case 18:case _ -16 such such ADJ DT _ 18 det 18:det _ +16 such such ADJ JJ Degree=Pos 18 amod 18:amod _ 17 nice nice ADJ JJ Degree=Pos 18 amod 18:amod _ 18 workers worker NOUN NNS Number=Plur 14 nmod 14:nmod:with _ 19 and and CCONJ CC _ 24 cc 24:cc _ -20 such such ADJ DT _ 24 det 24:det _ +20 such such ADJ JJ Degree=Pos 24 amod 24:amod _ 21 far far ADV RB Degree=Pos 22 compound 22:compound _ 22 ranging range VERB VBG VerbForm=Ger 24 amod 24:amod _ 23 guarantee guarantee NOUN NN Number=Sing 24 compound 24:compound _ @@ -238777,9 +238939,9 @@ # text = I rarely write reviews such as this one, but they certainly deserve anyone's business! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 rarely rarely ADV RB _ 3 advmod 3:advmod _ -3 write write VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 write write VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 reviews review NOUN NNS Number=Plur 3 obj 3:obj _ -5 such such ADJ JJ Degree=Pos 8 case 8:case _ +5 such such ADJ JJ Degree=Pos|ExtPos=ADP 8 case 8:case _ 6 as as ADP IN _ 5 fixed 5:fixed _ 7 this this DET DT Number=Sing|PronType=Dem 8 det 8:det _ 8 one one NOUN NN Number=Sing 4 nmod 4:nmod:such_as SpaceAfter=No @@ -238787,9 +238949,9 @@ 10 but but CCONJ CC _ 13 cc 13:cc _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 12 certainly certainly ADV RB _ 13 advmod 13:advmod _ -13 deserve deserve VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ +13 deserve deserve VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:but _ 14-15 anyone's _ _ _ _ _ _ _ _ -14 anyone anyone PRON NN Number=Sing 16 nmod:poss 16:nmod:poss _ +14 anyone anyone PRON NN Number=Sing|PronType=Ind 16 nmod:poss 16:nmod:poss _ 15 's 's PART POS _ 14 case 14:case _ 16 business business NOUN NN Number=Sing 13 obj 13:obj SpaceAfter=No 17 ! ! PUNCT . _ 3 punct 3:punct _ @@ -238799,26 +238961,26 @@ # newpar id = reviews-342811-p0001 # text = Friendly staff, but definitely some problems 1 Friendly friendly ADJ JJ Degree=Pos 2 amod 2:amod _ -2 staff staff NOUN NN _ 0 root 0:root SpaceAfter=No +2 staff staff NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 3 , , PUNCT , _ 7 punct 7:punct _ 4 but but CCONJ CC _ 7 cc 7:cc _ 5 definitely definitely ADV RB _ 7 advmod 7:advmod _ -6 some some DET DT _ 7 det 7:det _ +6 some some DET DT PronType=Ind 7 det 7:det _ 7 problems problem NOUN NNS Number=Plur 2 conj 2:conj:but _ # sent_id = reviews-342811-0002 # newpar id = reviews-342811-p0002 # text = May, 2009. 1 May May PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ -3 2009 2009 NUM CD NumType=Card 1 nummod 1:nummod SpaceAfter=No +2 , , PUNCT , _ 3 punct 3:punct _ +3 2009 2009 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-342811-0003 # text = We were booked at the Sheraton with a number of other out-of-town wedding guests. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj:pass 3:nsubj:pass _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ -3 booked book VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ +3 booked book VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 at at ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 Sheraton Sheraton PROPN NNP Number=Sing 3 obl 3:obl:at _ @@ -238827,34 +238989,34 @@ 9 number number NOUN NN Number=Sing 3 obl 3:obl:with _ 10 of of ADP IN _ 18 case 18:case _ 11 other other ADJ JJ Degree=Pos 18 amod 18:amod _ -12 out out ADP IN _ 18 compound 18:compound SpaceAfter=No +12 out out ADP IN _ 16 case 16:case SpaceAfter=No 13 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No 14 of of ADP IN _ 16 case 16:case SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No -16 town town NOUN NN Number=Sing 12 nmod 12:nmod:of _ +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +16 town town NOUN NN Number=Sing 18 compound 18:compound _ 17 wedding wedding NOUN NN Number=Sing 18 compound 18:compound _ 18 guests guest NOUN NNS Number=Plur 9 nmod 9:nmod:of SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-342811-0004 # text = Got put into the wrong room the first night, and were quite surprised to have someone with the same room key trying to get in the door at 1:00 am! -1 Got get AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -2 put put VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 1 xcomp 1:xcomp _ +1 Got get AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 put put VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 xcomp 1:xcomp _ 3 into into ADP IN _ 6 case 6:case _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 wrong wrong ADJ JJ Degree=Pos 6 amod 6:amod _ 6 room room NOUN NN Number=Sing 2 obl 2:obl:into _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 first first ADJ JJ Degree=Pos|NumType=Ord 9 amod 9:amod _ +8 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 9 amod 9:amod _ 9 night night NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod SpaceAfter=No 10 , , PUNCT , _ 14 punct 14:punct _ 11 and and CCONJ CC _ 14 cc 14:cc _ -12 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 cop 14:cop _ +12 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 14 cop 14:cop _ 13 quite quite ADV RB _ 14 advmod 14:advmod _ 14 surprised surprised ADJ JJ Degree=Pos 1 conj 1:conj:and _ 15 to to PART TO _ 16 mark 16:mark _ 16 have have VERB VB VerbForm=Inf 14 advcl 14:advcl:to _ -17 someone someone PRON NN Number=Sing 16 obj 16:obj _ +17 someone someone PRON NN Number=Sing|PronType=Ind 16 obj 16:obj _ 18 with with ADP IN _ 22 case 22:case _ 19 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 20 same same ADJ JJ Degree=Pos 22 amod 22:amod _ @@ -238867,20 +239029,20 @@ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 door door NOUN NN Number=Sing 25 obl 25:obl:in _ 29 at at ADP IN _ 31 case 31:case _ -30 1:00 1:00 NUM CD NumType=Card 31 nummod 31:nummod _ -31 am am NOUN NN Number=Sing 25 obl 25:obl:at SpaceAfter=No +30 1:00 1:00 NUM CD NumForm=Digit|NumType=Card 31 nummod 31:nummod _ +31 am a.m. NOUN NN Number=Sing 25 obl 25:obl:at SpaceAfter=No 32 ! ! PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-342811-0005 # text = Next day got moved into another room, on the same floor with other wedding guests. 1 Next next ADJ JJ Degree=Pos 2 amod 2:amod _ 2 day day NOUN NN Number=Sing 4 obl:tmod 4:obl:tmod _ -3 got get AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ +3 got get AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ 4 moved move VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 into into ADP IN _ 7 case 7:case _ -6 another another DET DT _ 7 det 7:det _ +6 another another DET DT PronType=Ind 7 det 7:det _ 7 room room NOUN NN Number=Sing 4 obl 4:obl:into SpaceAfter=No -8 , , PUNCT , _ 7 punct 7:punct _ +8 , , PUNCT , _ 12 punct 12:punct _ 9 on on ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ 11 same same ADJ JJ Degree=Pos 12 amod 12:amod _ @@ -238894,19 +239056,19 @@ # sent_id = reviews-342811-0006 # text = There were 3 adults in our room but towels for only 2, no linens for sofa bed. 1 There there PRON EX _ 2 expl 2:expl _ -2 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 3 3 NUM CD NumType=Card 4 nummod 4:nummod _ +2 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 3 3 NUM CD NumForm=Digit|NumType=Card 4 nummod 4:nummod _ 4 adults adult NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 5 in in ADP IN _ 7 case 7:case _ -6 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 room room NOUN NN Number=Sing 4 nmod 4:nmod:in _ 8 but but CCONJ CC _ 9 cc 9:cc _ 9 towels towel NOUN NNS Number=Plur 4 conj 2:nsubj|4:conj:but _ 10 for for ADP IN _ 12 case 12:case _ 11 only only ADV RB _ 12 advmod 12:advmod _ -12 2 2 NUM CD NumType=Card 9 nmod 9:nmod:for SpaceAfter=No +12 2 2 NUM CD NumForm=Digit|NumType=Card 9 nmod 9:nmod:for SpaceAfter=No 13 , , PUNCT , _ 15 punct 15:punct _ -14 no no DET DT _ 15 det 15:det _ +14 no no DET DT PronType=Neg 15 det 15:det _ 15 linens linen NOUN NNS Number=Plur 4 conj 2:nsubj|4:conj:but _ 16 for for ADP IN _ 18 case 18:case _ 17 sofa sofa NOUN NN Number=Sing 18 compound 18:compound _ @@ -238917,21 +239079,21 @@ # text = In the second room it took 3 tries to get all the towels and linens we requested. 1 In in ADP IN _ 4 case 4:case _ 2 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -3 second second ADJ JJ Degree=Pos|NumType=Ord 4 amod 4:amod _ +3 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 4 amod 4:amod _ 4 room room NOUN NN Number=Sing 6 obl 6:obl:in _ 5 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 expl 6:expl _ -6 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -7 3 3 NUM CD NumType=Card 8 nummod 8:nummod _ +6 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 3 3 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 8 tries try NOUN NNS Number=Plur 6 obj 6:obj _ 9 to to PART TO _ 10 mark 10:mark _ 10 get get VERB VB VerbForm=Inf 6 csubj 6:csubj _ -11 all all DET PDT _ 13 det:predet 13:det:predet _ +11 all all DET PDT PronType=Tot 13 det:predet 13:det:predet _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 towels towel NOUN NNS Number=Plur 10 obj 10:obj _ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 linens linen NOUN NNS Number=Plur 13 conj 10:obj|13:conj:and _ 16 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -17 requested request VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl SpaceAfter=No +17 requested request VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl SpaceAfter=No 18 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-342811-0008 @@ -238939,40 +239101,40 @@ 1 A a DET DT Definite=Ind|PronType=Art 2 det 2:det _ 2 package package NOUN NN Number=Sing 8 nsubj:pass 8:nsubj:pass _ 3 and and CCONJ CC _ 6 cc 6:cc _ -4 some some DET DT _ 6 det 6:det _ +4 some some DET DT PronType=Ind 6 det 6:det _ 5 wedding wedding NOUN NN Number=Sing 6 compound 6:compound _ 6 cards card NOUN NNS Number=Plur 2 conj 2:conj:and|8:nsubj:pass _ -7 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux:pass 8:aux:pass _ +7 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 aux:pass 8:aux:pass _ 8 left leave VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 9 in in ADP IN _ 12 case 12:case _ -10 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ -11 first first ADJ JJ Degree=Pos|NumType=Ord 12 amod 12:amod _ +10 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 12 amod 12:amod _ 12 room room NOUN NN Number=Sing 8 obl 8:obl:in SpaceAfter=No 13 . . PUNCT . _ 8 punct 8:punct _ # sent_id = reviews-342811-0009 # text = They were sent to our second room and had been opened--the ribbon-wrapped present, and all 3 envelopes. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj:pass 3:nsubj:pass|11:nsubj:pass _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ 3 sent send VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 to to ADP IN _ 7 case 7:case _ -5 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ -6 second second ADJ JJ Degree=Pos|NumType=Ord 7 amod 7:amod _ +5 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 7 amod 7:amod _ 7 room room NOUN NN Number=Sing 3 obl 3:obl:to _ 8 and and CCONJ CC _ 11 cc 11:cc _ -9 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 aux 11:aux _ +9 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 aux 11:aux _ 10 been be AUX VBN Tense=Past|VerbForm=Part 11 aux:pass 11:aux:pass _ 11 opened open VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 conj 3:conj:and SpaceAfter=No -12 -- -- PUNCT , _ 11 punct 11:punct SpaceAfter=No +12 -- -- PUNCT , _ 17 punct 17:punct SpaceAfter=No 13 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 14 ribbon ribbon NOUN NN Number=Sing 16 compound 16:compound SpaceAfter=No -15 - - PUNCT HYPH _ 16 punct 16:punct SpaceAfter=No -16 wrapped wrap VERB VBN Tense=Past|VerbForm=Part 17 amod 17:amod _ +15 - - PUNCT HYPH _ 14 punct 14:punct SpaceAfter=No +16 wrapped wrap VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 amod 17:amod _ 17 present present NOUN NN Number=Sing 1 appos 1:appos SpaceAfter=No 18 , , PUNCT , _ 22 punct 22:punct _ 19 and and CCONJ CC _ 22 cc 22:cc _ -20 all all DET PDT _ 21 det 21:det _ -21 3 3 NUM CD NumType=Card 22 nummod 22:nummod _ +20 all all DET PDT PronType=Tot 21 det 21:det _ +21 3 3 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod _ 22 envelopes envelope NOUN NNS Number=Plur 17 conj 1:appos|17:conj:and SpaceAfter=No 23 . . PUNCT . _ 3 punct 3:punct _ @@ -238982,24 +239144,24 @@ 2 in in ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 hotel hotel NOUN NN Number=Sing 1 nmod 1:nmod:in _ -5 seemed seem VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 seemed seem VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 to to PART TO _ 8 mark 8:mark _ 7 be be AUX VB VerbForm=Inf 8 cop 8:cop _ 8 excellent excellent ADJ JJ Degree=Pos 5 xcomp 5:xcomp SpaceAfter=No 9 , , PUNCT , _ 14 punct 14:punct _ 10 but but CCONJ CC _ 14 cc 14:cc _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 14 nsubj:pass 14:nsubj:pass _ -12 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 aux:pass 14:aux:pass _ +12 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 14 aux:pass 14:aux:pass _ 13 never never ADV RB _ 14 advmod 14:advmod _ 14 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 conj 5:conj:but _ 15 an a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 16 explanation explanation NOUN NN Number=Sing 14 obj 14:obj _ -17 as as ADP IN _ 19 case 19:case _ +17 as as ADP IN _ 22 mark 22:mark _ 18 to to SCONJ IN _ 17 fixed 17:fixed _ -19 why why ADV WRB PronType=Int 16 nmod 16:nmod:as_to _ -20 someone someone PRON NN Number=Sing 22 nsubj 22:nsubj _ +19 why why ADV WRB PronType=Int 22 advmod 22:advmod _ +20 someone someone PRON NN Number=Sing|PronType=Ind 22 nsubj 22:nsubj _ 21 would would AUX MD VerbForm=Fin 22 aux 22:aux _ -22 open open VERB VB VerbForm=Inf 19 acl:relcl 19:acl:relcl _ +22 open open VERB VB VerbForm=Inf 16 acl 16:acl:as_to _ 23 these this DET DT Number=Plur|PronType=Dem 24 det 24:det _ 24 items item NOUN NNS Number=Plur 22 obj 22:obj SpaceAfter=No 25 . . PUNCT . _ 5 punct 5:punct _ @@ -239014,9 +239176,9 @@ 6 " " PUNCT '' _ 5 punct 5:punct _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 8 disruptive disruptive ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 putting put VERB VBG VerbForm=Ger 8 advcl 8:advcl _ -11 everyone everyone PRON NN Number=Sing 10 obj 10:obj _ +11 everyone everyone PRON NN Number=Sing|PronType=Tot 10 obj 10:obj _ 12 out out ADP IN _ 15 case 15:case _ 13 of of ADP IN _ 15 case 15:case _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -239025,9 +239187,9 @@ # sent_id = reviews-342811-0012 # text = When we called the front desk about an extremely boisterous crowd in the hall outside our door quite late at night, it seemed to take the hotel staff quite a while to quiet them down. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 advcl 24:advcl:when _ +3 called call VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 24 advcl 24:advcl:when _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 front front ADJ JJ Degree=Pos 6 amod 6:amod _ 6 desk desk NOUN NN Number=Sing 3 obj 3:obj _ @@ -239040,25 +239202,25 @@ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 hall hall NOUN NN Number=Sing 11 nmod 11:nmod:in _ 15 outside outside ADP IN _ 17 case 17:case _ -16 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 door door NOUN NN Number=Sing 14 nmod 14:nmod:outside _ 18 quite quite ADV RB _ 19 advmod 19:advmod _ 19 late late ADV RB Degree=Pos 21 advmod 21:advmod _ 20 at at ADP IN _ 21 case 21:case _ 21 night night NOUN NN Number=Sing 11 nmod 11:nmod:at SpaceAfter=No -22 , , PUNCT , _ 24 punct 24:punct _ +22 , , PUNCT , _ 3 punct 3:punct _ 23 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 24 expl 24:expl _ -24 seemed seem VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +24 seemed seem VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 25 to to PART TO _ 26 mark 26:mark _ 26 take take VERB VB VerbForm=Inf 24 xcomp 24:xcomp _ 27 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ 28 hotel hotel NOUN NN Number=Sing 29 compound 29:compound _ 29 staff staff NOUN NN Number=Sing 26 iobj 26:iobj _ -30 quite quite DET PDT _ 32 advmod 32:advmod _ +30 quite quite DET PDT PronType=Ind 32 advmod 32:advmod _ 31 a a DET DT Definite=Ind|PronType=Art 32 det 32:det _ 32 while while NOUN NN Number=Sing 26 obj 26:obj _ 33 to to PART TO _ 34 mark 34:mark _ -34 quiet quiet VERB VB VerbForm=Inf 26 advcl 26:advcl:to _ +34 quiet quiet VERB VB VerbForm=Inf 26 csubj 26:csubj _ 35 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 34 obj 34:obj _ 36 down down ADP RP _ 34 compound:prt 34:compound:prt SpaceAfter=No 37 . . PUNCT . _ 24 punct 24:punct _ @@ -239069,7 +239231,7 @@ 2 staff staff NOUN NN Number=Sing 4 nsubj 4:nsubj|14:nsubj|16:nsubj:xsubj|18:nsubj:xsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 4 friendly friendly ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 11 punct 11:punct _ 6 especially especially ADV RB _ 11 advmod 11:advmod _ 7 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 8 front front ADJ JJ Degree=Pos 9 amod 9:amod _ @@ -239078,7 +239240,7 @@ 11 supervisor supervisor NOUN NN Number=Sing 2 appos 2:appos SpaceAfter=No 12 , , PUNCT , _ 14 punct 14:punct _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 seemed seem VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +14 seemed seem VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 15 to to PART TO _ 16 mark 16:mark _ 16 want want VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 17 to to PART TO _ 18 mark 18:mark _ @@ -239089,7 +239251,7 @@ 22 many many ADJ JJ Degree=Pos 24 amod 24:amod _ 23 unusual unusual ADJ JJ Degree=Pos 24 amod 24:amod _ 24 things thing NOUN NNS Number=Plur 25 nsubj 25:nsubj|27:nsubj:xsubj _ -25 happened happen VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +25 happened happen VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 26 to to PART TO _ 27 mark 27:mark _ 27 make make VERB VB VerbForm=Inf 25 xcomp 25:xcomp _ 28 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 27 obj 27:obj|29:nsubj:xsubj|31:nsubj:xsubj _ @@ -239108,7 +239270,7 @@ 2 Careful careful ADJ JJ Degree=Pos 0 root 0:root _ 3 Of of SCONJ IN _ 4 mark 4:mark _ 4 Who who PRON WP PronType=Int 2 advcl 2:advcl:of _ -5 Your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 Your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 Sales sale NOUN NNS Number=Plur 7 compound 7:compound _ 7 Guy guy NOUN NN Number=Sing 4 nsubj 4:nsubj _ 8 Is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ @@ -239117,7 +239279,7 @@ # newpar id = reviews-181748-p0002 # text = I think this place is probably really great especially judging by the reviews on here. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 think think VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 this this DET DT Number=Sing|PronType=Dem 4 det 4:det _ 4 place place NOUN NN Number=Sing 8 nsubj 8:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ @@ -239135,7 +239297,7 @@ # sent_id = reviews-181748-0003 # text = My experience was awful though. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 experience experience NOUN NN Number=Sing 4 nsubj 4:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 4 awful awful ADJ JJ Degree=Pos 0 root 0:root _ @@ -239145,8 +239307,8 @@ # sent_id = reviews-181748-0004 # text = It ALL had to do with the sales guy which was a young 22 year old who had admittedly only been working for 2 weeks. 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -2 ALL all DET DT _ 3 advmod 3:advmod _ -3 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 ALL all DET DT PronType=Tot 3 advmod 3:advmod _ +3 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 do do VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 with with ADP IN _ 9 case 9:case _ @@ -239157,17 +239319,17 @@ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ 12 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 13 young young ADJ JJ Degree=Pos 15 amod 15:amod _ -14 22 22 NUM CD NumType=Card 15 nummod 15:nummod _ +14 22 22 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 15 year year NOUN NN Number=Sing 9 acl:relcl 9:acl:relcl|22:nsubj _ 16 old old ADJ JJ Degree=Pos 15 amod 15:amod _ 17 who who PRON WP PronType=Rel 22 nsubj 15:ref _ -18 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 aux 22:aux _ +18 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 aux 22:aux _ 19 admittedly admittedly ADV RB _ 22 advmod 22:advmod _ 20 only only ADV RB _ 22 advmod 22:advmod _ 21 been be AUX VBN Tense=Past|VerbForm=Part 22 aux 22:aux _ 22 working work VERB VBG Tense=Pres|VerbForm=Part 15 acl:relcl 15:acl:relcl _ 23 for for ADP IN _ 25 case 25:case _ -24 2 2 NUM CD NumType=Card 25 nummod 25:nummod _ +24 2 2 NUM CD NumForm=Digit|NumType=Card 25 nummod 25:nummod _ 25 weeks week NOUN NNS Number=Plur 22 obl 22:obl:for SpaceAfter=No 26 . . PUNCT . _ 3 punct 3:punct _ @@ -239193,9 +239355,9 @@ 18 sales sales NOUN NN Number=Sing 19 compound 19:compound _ 19 guy guy NOUN NN Number=Sing 23 nsubj 23:nsubj _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ -21 dealt deal VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ +21 dealt deal VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ 22 with with ADP IN _ 21 obl 21:obl _ -23 ruined ruin VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +23 ruined ruin VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 deal deal NOUN NN Number=Sing 23 obj 23:obj SpaceAfter=No 26 . . PUNCT . _ 4 punct 4:punct _ @@ -239203,16 +239365,16 @@ # sent_id = reviews-181748-0006 # text = Essentially, I told him I didn't trust him cause he was a car salesman, but he got so incredibly offended at that statement that he had to go cry to another salesman and compose himself before coming back. 1 Essentially essentially ADV RB _ 4 advmod 4:advmod SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -5 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ +4 told tell VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 iobj 4:iobj _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 7-8 didn't _ _ _ _ _ _ _ _ -7 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +7 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 8 n't not PART RB _ 9 advmod 9:advmod _ 9 trust trust VERB VB VerbForm=Inf 4 ccomp 4:ccomp _ -10 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj _ +10 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 iobj 9:iobj _ 11 cause cause SCONJ IN _ 16 mark 16:mark _ 12 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 cop 16:cop _ @@ -239222,21 +239384,21 @@ 17 , , PUNCT , _ 20 punct 20:punct _ 18 but but CCONJ CC _ 20 cc 20:cc _ 19 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj|23:nsubj:xsubj _ -20 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:but _ -21 so so ADV RB _ 20 advmod 20:advmod _ -22 incredibly incredibly ADV RB _ 20 advmod 20:advmod _ +20 got get VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:but _ +21 so so ADV RB _ 23 advmod 23:advmod _ +22 incredibly incredibly ADV RB _ 23 advmod 23:advmod _ 23 offended offended ADJ JJ Degree=Pos 20 xcomp 20:xcomp _ 24 at at ADP IN _ 26 case 26:case _ 25 that that DET DT Number=Sing|PronType=Dem 26 det 26:det _ 26 statement statement NOUN NN Number=Sing 23 obl 23:obl:at _ 27 that that SCONJ IN _ 29 mark 29:mark _ 28 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 29 nsubj 29:nsubj|31:nsubj:xsubj|32:nsubj:xsubj|37:nsubj:xsubj _ -29 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 advcl 22:advcl:that _ +29 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 23 advcl 23:advcl:that _ 30 to to PART TO _ 31 mark 31:mark _ 31 go go VERB VB VerbForm=Inf 29 xcomp 29:xcomp _ 32 cry cry VERB VB VerbForm=Inf 31 xcomp 31:xcomp _ 33 to to ADP IN _ 35 case 35:case _ -34 another another DET DT _ 35 det 35:det _ +34 another another DET DT PronType=Ind 35 det 35:det _ 35 salesman salesman NOUN NN Number=Sing 32 obl 32:obl:to _ 36 and and CCONJ CC _ 37 cc 37:cc _ 37 compose compose VERB VB VerbForm=Inf 32 conj 31:xcomp|32:conj:and _ @@ -239250,34 +239412,34 @@ # text = I don't know if the kid had a bad day or what, but I had to sit and apologize about nothing for 10 minutes until he dropped the issue. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 know know VERB VB VerbForm=Inf 0 root 0:root _ 5 if if SCONJ IN _ 8 mark 8:mark _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 kid kid NOUN NN Number=Sing 8 nsubj 8:nsubj|13:nsubj _ -8 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:if _ +8 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ 9 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 10 bad bad ADJ JJ Degree=Pos 11 amod 11:amod _ -11 day day NOUN NN Number=Sing 8 obl:tmod 8:obl:tmod _ +11 day day NOUN NN Number=Sing 8 obj 8:obj _ 12 or or CCONJ CC _ 13 cc 13:cc _ -13 what what PRON WP PronType=Int 8 conj 4:advcl:if|8:conj:or SpaceAfter=No +13 what what PRON WP PronType=Int 8 conj 4:ccomp|8:conj:or SpaceAfter=No 14 , , PUNCT , _ 17 punct 17:punct _ 15 but but CCONJ CC _ 17 cc 17:cc _ 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj|19:nsubj:xsubj|21:nsubj:xsubj _ -17 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:but _ +17 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 conj 4:conj:but _ 18 to to PART TO _ 19 mark 19:mark _ 19 sit sit VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ 20 and and CCONJ CC _ 21 cc 21:cc _ 21 apologize apologize VERB VB VerbForm=Inf 19 conj 17:xcomp|19:conj:and _ 22 about about ADP IN _ 23 case 23:case _ -23 nothing nothing PRON NN Number=Sing 21 obl 21:obl:about _ +23 nothing nothing PRON NN Number=Sing|PronType=Neg 21 obl 21:obl:about _ 24 for for ADP IN _ 26 case 26:case _ -25 10 10 NUM CD NumType=Card 26 nummod 26:nummod _ +25 10 10 NUM CD NumForm=Digit|NumType=Card 26 nummod 26:nummod _ 26 minutes minute NOUN NNS Number=Plur 21 obl 21:obl:for _ 27 until until SCONJ IN _ 29 mark 29:mark _ 28 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 29 nsubj 29:nsubj _ -29 dropped drop VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 advcl 21:advcl:until _ +29 dropped drop VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 21 advcl 21:advcl:until _ 30 the the DET DT Definite=Def|PronType=Art 31 det 31:det _ 31 issue issue NOUN NN Number=Sing 29 obj 29:obj SpaceAfter=No 32 . . PUNCT . _ 4 punct 4:punct _ @@ -239286,13 +239448,13 @@ # text = After that, I just tried to ignore his lack of professionalism and test drive the car. 1 After after ADP IN _ 2 case 2:case _ 2 that that PRON DT Number=Sing|PronType=Dem 6 obl 6:obl:after SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj|8:nsubj:xsubj|15:nsubj:xsubj _ 5 just just ADV RB _ 6 advmod 6:advmod _ -6 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 tried try VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 ignore ignore VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ -9 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 lack lack NOUN NN Number=Sing 8 obj 8:obj _ 11 of of ADP IN _ 12 case 12:case _ 12 professionalism professionalism NOUN NN Number=Sing 10 nmod 10:nmod:of _ @@ -239306,24 +239468,24 @@ # sent_id = reviews-181748-0009 # text = I played dumb and asked him questions that I already knew the answers to and he responded with half truths and a few falsehoods. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|3:nsubj:xsubj|5:nsubj _ -2 played play VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 played play VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 dumb dumb ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +5 asked ask VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 6 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 iobj 5:iobj _ -7 questions question NOUN NNS Number=Plur 5 obj 5:obj|11:obj _ -8 that that PRON WDT PronType=Rel 11 obj 7:ref _ +7 questions question NOUN NNS Number=Plur 5 obj 5:obj|13:nmod:to _ +8 that that PRON WDT PronType=Rel 13 nmod 7:ref _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 10 already already ADV RB _ 11 advmod 11:advmod _ -11 knew know VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +11 knew know VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 answers answer NOUN NNS Number=Plur 11 obj 11:obj _ -14 to to ADP IN _ 13 nmod 13:nmod _ +14 to to ADP IN _ 8 case 8:case _ 15 and and CCONJ CC _ 17 cc 17:cc _ 16 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj _ -17 responded respond VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +17 responded respond VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 18 with with ADP IN _ 20 case 20:case _ -19 half half ADJ JJ Degree=Pos 20 amod 20:amod _ +19 half half ADJ JJ Degree=Pos|NumForm=Word|NumType=Frac 20 amod 20:amod _ 20 truths truth NOUN NNS Number=Plur 17 obl 17:obl:with _ 21 and and CCONJ CC _ 24 cc 24:cc _ 22 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ @@ -239336,34 +239498,34 @@ 1 For for ADP IN _ 2 case 2:case _ 2 instance instance NOUN NN Number=Sing 4 obl 4:obl:for _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 asked ask VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 who who PRON WP PronType=Int 6 nsubj 6:nsubj _ -6 owned own VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +6 owned own VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ 7 Mazda Mazda PROPN NNP Number=Sing 6 obj 6:obj _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +10 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 11 with with ADP IN _ 12 case 12:case _ 12 confidence confidence NOUN NN Number=Sing 10 obl 10:obl:with _ 13 that that PRON DT Number=Sing|PronType=Dem 15 nsubj 15:nsubj _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 cop 15:cop _ -15 GM GM PROPN NNP Number=Sing 10 ccomp 10:ccomp SpaceAfter=No -16 , , PUNCT , _ 15 punct 15:punct _ -17 which which PRON WDT PronType=Int 20 nsubj 20:nsubj _ +15 GM GM PROPN NNP Number=Sing 10 ccomp 10:ccomp|20:csubj SpaceAfter=No +16 , , PUNCT , _ 20 punct 20:punct _ +17 which which PRON WDT PronType=Rel 20 nsubj 15:ref _ 18-19 isn't _ _ _ _ _ _ _ _ 18 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 19 n't not PART RB _ 20 advmod 20:advmod _ -20 true true ADJ JJ Degree=Pos 15 parataxis 15:parataxis SpaceAfter=No +20 true true ADJ JJ Degree=Pos 15 advcl:relcl 15:advcl:relcl SpaceAfter=No 21 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-181748-0011 # text = I mean, I don't care if he doesn't know, but if he pretends to know and tells me BS to my face, there's no way I'm going to trust him when matters turn to the price of the car and financing. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 mean mean VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 discourse 7:discourse SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +2 mean mean VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 discourse 7:discourse SpaceAfter=No +3 , , PUNCT , _ 2 punct 2:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 5-6 don't _ _ _ _ _ _ _ _ -5 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 n't not PART RB _ 7 advmod 7:advmod _ 7 care care VERB VB VerbForm=Inf 0 root 0:root _ 8 if if SCONJ IN _ 12 mark 12:mark _ @@ -239384,24 +239546,24 @@ 22 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 21 iobj 21:iobj _ 23 BS bs NOUN NN Number=Sing 21 obj 21:obj _ 24 to to ADP IN _ 26 case 26:case _ -25 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 face face NOUN NN Number=Sing 21 obl 21:obl:to SpaceAfter=No -27 , , PUNCT , _ 29 punct 29:punct _ +27 , , PUNCT , _ 17 punct 17:punct _ 28-29 there's _ _ _ _ _ _ _ _ 28 there there PRON EX _ 29 expl 29:expl _ 29 's be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 conj 7:conj:but _ -30 no no DET DT _ 31 det 31:det _ +30 no no DET DT PronType=Neg 31 det 31:det _ 31 way way NOUN NN Number=Sing 29 nsubj 29:nsubj _ 32-33 I'm _ _ _ _ _ _ _ _ 32 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 34 nsubj 34:nsubj|36:nsubj:xsubj _ -33 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 34 aux 34:aux _ +33 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 34 aux 34:aux _ 34 going go VERB VBG Tense=Pres|VerbForm=Part 31 acl:relcl 31:acl:relcl _ 35 to to PART TO _ 36 mark 36:mark _ 36 trust trust VERB VB VerbForm=Inf 34 xcomp 34:xcomp _ -37 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 36 obj 36:obj _ -38 when when SCONJ WRB PronType=Int 40 mark 40:mark _ +37 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 36 iobj 36:iobj _ +38 when when ADV WRB PronType=Int 40 advmod 40:advmod _ 39 matters matter NOUN NNS Number=Plur 40 nsubj 40:nsubj _ -40 turn turn VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 36 advcl 36:advcl:when _ +40 turn turn VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 36 advcl 36:advcl:when _ 41 to to ADP IN _ 43 case 43:case _ 42 the the DET DT Definite=Def|PronType=Art 43 det 43:det _ 43 price price NOUN NN Number=Sing 40 obl 40:obl:to _ @@ -239417,11 +239579,11 @@ # newpar id = reviews-235423-p0001 # text = The Worst Chinese I've Ever Had 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 Worst worst ADJ JJS Degree=Sup 3 amod 3:amod _ -3 Chinese chinese ADJ JJ Degree=Pos 0 root 0:root _ +2 Worst bad ADJ JJS Degree=Sup 3 amod 3:amod _ +3 Chinese Chinese ADJ JJ Degree=Pos 0 root 0:root _ 4-5 I've _ _ _ _ _ _ _ _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -5 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +5 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 6 Ever ever ADV RB _ 7 advmod 7:advmod _ 7 Had have VERB VBN Tense=Past|VerbForm=Part 3 acl:relcl 3:acl:relcl _ @@ -239433,11 +239595,11 @@ 3 by by ADP IN _ 4 case 4:case _ 4 far far ADV RB Degree=Pos 8 obl 8:obl:by _ 5 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -6 worst worst ADJ JJS Degree=Sup 8 amod 8:amod _ -7 chinese chinese ADJ JJ Degree=Pos 8 amod 8:amod _ +6 worst bad ADJ JJS Degree=Sup 8 amod 8:amod _ +7 chinese Chinese ADJ JJ Degree=Pos 8 amod 8:amod _ 8 food food NOUN NN Number=Sing 0 root 0:root _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -10 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +10 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ 11 ever ever ADV RB _ 12 advmod 12:advmod _ 12 had have VERB VBN Tense=Past|VerbForm=Part 8 acl:relcl 8:acl:relcl SpaceAfter=No 13 . . PUNCT . _ 8 punct 8:punct _ @@ -239446,15 +239608,15 @@ # text = The service stunk. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ 2 service service NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 stunk stink VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 stunk stink VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-235423-0004 # text = I called in my order and upon arriving to pick it up, they got my order confused with someone elses. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 in in ADP RP _ 2 compound:prt 2:compound:prt _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 order order NOUN NN Number=Sing 2 obj 2:obj _ 6 and and CCONJ CC _ 15 cc 15:cc _ 7 upon upon SCONJ IN _ 8 mark 8:mark _ @@ -239463,29 +239625,30 @@ 10 pick pick VERB VB VerbForm=Inf 8 advcl 8:advcl:to _ 11 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 obj 10:obj _ 12 up up ADP RP _ 10 compound:prt 10:compound:prt SpaceAfter=No -13 , , PUNCT , _ 15 punct 15:punct _ +13 , , PUNCT , _ 8 punct 8:punct _ 14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 15 nsubj 15:nsubj _ -15 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 got get VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 order order NOUN NN Number=Sing 15 obj 15:obj|18:nsubj:xsubj _ -18 confused confuse VERB VBN Tense=Past|VerbForm=Part 15 xcomp 15:xcomp _ +18 confused confuse VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 xcomp 15:xcomp _ 19 with with ADP IN _ 20 case 20:case _ -20 someone someone PRON NN Number=Sing 18 obl 18:obl:with _ -21 else else ADJ JJ Degree=Pos 20 amod 20:amod SpaceAfter=No -22 s 's PART POS _ 20 case 20:case SpaceAfter=No +20 someone someone PRON NN Number=Sing|PronType=Ind 18 obl 18:obl:with _ +21-22 elses _ _ _ _ _ _ _ SpaceAfter=No +21 else else ADJ JJ Degree=Pos 20 amod 20:amod _ +22 s 's PART POS Typo=Yes 20 case 20:case CorrectForm='s 23 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-235423-0005 # text = They helped about three other people before they offered to help me again. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 helped help VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 helped help VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 about about ADV RB _ 4 advmod 4:advmod _ -4 three three NUM CD NumType=Card 6 nummod 6:nummod _ +4 three three NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 5 other other ADJ JJ Degree=Pos 6 amod 6:amod _ 6 people people NOUN NNS Number=Plur 2 obj 2:obj _ 7 before before SCONJ IN _ 9 mark 9:mark _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj|11:nsubj:xsubj _ -9 offered offer VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:before _ +9 offered offer VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:before _ 10 to to PART TO _ 11 mark 11:mark _ 11 help help VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 12 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 11 obj 11:obj _ @@ -239496,42 +239659,42 @@ # text = They also got my friends order mixed up and wanted to charger her $10 more than what she had wanted. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|8:nsubj:xsubj|11:nsubj|13:nsubj:xsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 got get VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5-6 friends _ _ _ _ _ _ _ _ 5 friend friend NOUN NN Number=Sing 7 nmod:poss 7:nmod:poss _ -6 s 's PART POS _ 5 case 5:case _ +6 s 's PART POS Typo=Yes 5 case 5:case CorrectForm='s 7 order order NOUN NN Number=Sing 8 obj 8:obj _ -8 mixed mix VERB VBN Tense=Past|VerbForm=Part 3 xcomp 3:xcomp _ +8 mixed mix VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 xcomp 3:xcomp _ 9 up up ADP RP _ 8 compound:prt 8:compound:prt _ 10 and and CCONJ CC _ 11 cc 11:cc _ -11 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +11 wanted want VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 12 to to PART TO _ 13 mark 13:mark _ -13 charger charge VERB VB Typo=Yes|VerbForm=Inf 11 xcomp 11:xcomp _ +13 charger charge VERB VB Typo=Yes|VerbForm=Inf 11 xcomp 11:xcomp CorrectForm=charge 14 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 13 iobj 13:iobj _ 15 $ $ SYM $ _ 17 obl:npmod 17:obl:npmod SpaceAfter=No -16 10 10 NUM CD NumType=Card 15 nummod 15:nummod _ +16 10 10 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 17 more more ADJ JJR Degree=Cmp 13 obj 13:obj _ -18 than than SCONJ IN _ 19 case 19:case _ -19 what what PRON WP PronType=Int 17 obl 17:obl:than _ +18 than than ADP IN _ 19 case 19:case _ +19 what what PRON WP PronType=Rel 17 obl 17:obl:than|22:obj _ 20 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj _ -21 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 aux 22:aux _ +21 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 aux 22:aux _ 22 wanted want VERB VBN Tense=Past|VerbForm=Part 19 acl:relcl 19:acl:relcl SpaceAfter=No 23 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-235423-0007 # text = She asked for the dinner combo and they gave her two dinner plates instead. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 asked ask VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 for for ADP IN _ 6 case 6:case _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 dinner dinner NOUN NN Number=Sing 6 compound 6:compound _ 6 combo combo NOUN NN Number=Sing 2 obl 2:obl:for _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +9 gave give VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 10 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 9 iobj 9:iobj _ -11 two two NUM CD NumType=Card 13 nummod 13:nummod _ +11 two two NUM CD NumForm=Word|NumType=Card 13 nummod 13:nummod _ 12 dinner dinner NOUN NN Number=Sing 13 compound 13:compound _ 13 plates plate NOUN NNS Number=Plur 9 obj 9:obj _ 14 instead instead ADV RB _ 9 advmod 9:advmod SpaceAfter=No @@ -239540,13 +239703,13 @@ # sent_id = reviews-235423-0008 # text = We were standing in the store for 20minutes to simply pick up an order. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 standing stand VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 in in ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 store store NOUN NN Number=Sing 3 obl 3:obl:in _ 7 for for ADP IN _ 9 case 9:case _ -8 20 20 NUM CD NumType=Card 9 nummod 9:nummod SpaceAfter=No +8 20 20 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod SpaceAfter=No 9 minutes minute NOUN NNS Number=Plur 3 obl 3:obl:for _ 10 to to PART TO _ 12 mark 12:mark _ 11 simply simply ADV RB _ 12 advmod 12:advmod _ @@ -239558,7 +239721,7 @@ # sent_id = reviews-235423-0009 # text = Not to mention that the wait staff was about as pleasant as dealing with an angry bull. -1 Not not ADV RB _ 11 cc 11:cc _ +1 Not not PART RB _ 11 cc 11:cc _ 2 to to PART TO _ 1 fixed 1:fixed _ 3 mention mention VERB VB VerbForm=Inf 1 fixed 1:fixed _ 4 that that SCONJ IN _ 11 mark 11:mark _ @@ -239580,39 +239743,39 @@ # sent_id = reviews-235423-0010 # text = They were abrasive and rude - when they were the ones who messed everything up. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|5:nsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 cop 3:cop _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 cop 3:cop _ 3 abrasive abrasive ADJ JJ Degree=Pos 0 root 0:root _ 4 and and CCONJ CC _ 5 cc 5:cc _ 5 rude rude ADJ JJ Degree=Pos 3 conj 3:conj:and _ -6 - - PUNCT , _ 3 punct 3:punct _ -7 when when SCONJ WRB PronType=Int 11 mark 11:mark _ +6 - - PUNCT , _ 11 punct 11:punct _ +7 when when ADV WRB PronType=Int 11 advmod 11:advmod _ 8 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -9 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 cop 11:cop _ +9 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 ones one NOUN NNS Number=Plur 3 advcl 3:advcl:when|13:nsubj _ 12 who who PRON WP PronType=Rel 13 nsubj 11:ref _ -13 messed mess VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ -14 everything everything PRON NN Number=Sing 13 obj 13:obj _ +13 messed mess VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl _ +14 everything everything PRON NN Number=Sing|PronType=Tot 13 obj 13:obj _ 15 up up ADP RP _ 13 compound:prt 13:compound:prt SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-235423-0011 # text = We had to throw out about 80 percent of our meals because the food tasted so horrible. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 throw throw VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 out out ADP RP _ 4 compound:prt 4:compound:prt _ 6 about about ADV RB _ 7 advmod 7:advmod _ -7 80 80 NUM CD NumType=Card 8 nummod 8:nummod _ +7 80 80 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 8 percent percent NOUN NN Number=Sing 4 obj 4:obj _ 9 of of ADP IN _ 11 case 11:case _ -10 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 meals meal NOUN NNS Number=Plur 8 nmod 8:nmod:of _ 12 because because SCONJ IN _ 15 mark 15:mark _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 food food NOUN NN Number=Sing 15 nsubj 15:nsubj|17:nsubj:xsubj _ -15 tasted taste VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:because _ +15 tasted taste VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 advcl 4:advcl:because _ 16 so so ADV RB _ 17 advmod 17:advmod _ 17 horrible horrible ADJ JJ Degree=Pos 15 xcomp 15:xcomp SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ @@ -239621,10 +239784,10 @@ # text = I dont know how it is possible to make orange chicken, sesame chicken and kung pao chicken as well as cheese puffs taste THAT bad but China Delight accomplished that. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 dont _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ -3 nt not PART RB _ 4 advmod 4:advmod _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 nt not PART RB Typo=Yes 4 advmod 4:advmod CorrectForm=n't 4 know know VERB VB VerbForm=Inf 0 root 0:root _ -5 how how SCONJ WRB PronType=Int 8 mark 8:mark _ +5 how how ADV WRB PronType=Int 8 advmod 8:advmod _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 expl 8:expl _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 possible possible ADJ JJ Degree=Pos 4 ccomp 4:ccomp _ @@ -239639,7 +239802,7 @@ 17 kung kung NOUN NN Number=Sing 18 compound 18:compound _ 18 pao pao NOUN NN Number=Sing 19 compound 19:compound _ 19 chicken chicken NOUN NN Number=Sing 12 conj 10:obj|12:conj:and|25:nsubj:xsubj|27:nsubj:xsubj _ -20 as as ADV RB _ 24 cc 24:cc _ +20 as as ADV RB ExtPos=CCONJ 24 cc 24:cc _ 21 well well ADV RB Degree=Pos 20 fixed 20:fixed _ 22 as as ADP IN _ 20 fixed 20:fixed _ 23 cheese cheese NOUN NN Number=Sing 24 compound 24:compound _ @@ -239650,7 +239813,7 @@ 28 but but CCONJ CC _ 31 cc 31:cc _ 29 China China PROPN NNP Number=Sing 30 compound 30:compound _ 30 Delight Delight PROPN NNP Number=Sing 31 nsubj 31:nsubj _ -31 accomplished accomplish VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:but _ +31 accomplished accomplish VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:but _ 32 that that PRON DT Number=Sing|PronType=Dem 31 obj 31:obj SpaceAfter=No 33 . . PUNCT . _ 4 punct 4:punct _ @@ -239664,7 +239827,7 @@ 6 edible edible ADJ JJ Degree=Pos 3 acl:relcl 3:acl:relcl _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 cop 10:cop _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -9 steamed steam VERB VBN Tense=Past|VerbForm=Part 10 amod 10:amod _ +9 steamed steam VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 amod 10:amod _ 10 rice rice NOUN NN Number=Sing 0 root 0:root _ 11 and and CCONJ CC _ 18 cc 18:cc _ 12 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ @@ -239688,15 +239851,15 @@ # sent_id = reviews-235423-0015 # text = Lucky Panda in Willis is a billion times better in service and quality of the meal. -1 Lucky Lucky PROPN NNP Number=Sing 2 compound 2:compound _ +1 Lucky Lucky ADJ NNP Degree=Pos 2 amod 2:amod _ 2 Panda Panda PROPN NNP Number=Sing 9 nsubj 9:nsubj _ 3 in in ADP IN _ 4 case 4:case _ 4 Willis Willis PROPN NNP Number=Sing 2 nmod 2:nmod:in _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -7 billion billion NUM CD NumType=Card 8 nummod 8:nummod _ +7 billion billion NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 8 times time NOUN NNS Number=Plur 9 obl:npmod 9:obl:npmod _ -9 better better ADJ JJR Degree=Cmp 0 root 0:root _ +9 better good ADJ JJR Degree=Cmp 0 root 0:root _ 10 in in ADP IN _ 11 case 11:case _ 11 service service NOUN NN Number=Sing 9 obl 9:obl:in _ 12 and and CCONJ CC _ 13 cc 13:cc _ @@ -239709,26 +239872,26 @@ # sent_id = reviews-235423-0016 # text = I have no idea how China Delight won number 1 Chinese restaurant in Montgomery - There needs to be a recount on that vote. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 no no DET DT _ 4 det 4:det _ +2 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 no no DET DT PronType=Neg 4 det 4:det _ 4 idea idea NOUN NN Number=Sing 2 obj 2:obj _ -5 how how SCONJ WRB PronType=Int 8 mark 8:mark _ +5 how how ADV WRB PronType=Int 8 advmod 8:advmod _ 6 China China PROPN NNP Number=Sing 7 compound 7:compound _ 7 Delight Delight PROPN NNP Number=Sing 8 nsubj 8:nsubj _ -8 won win VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl _ +8 won win VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 9 number number NOUN NN Number=Sing 12 compound 12:compound _ -10 1 1 NUM CD NumType=Card 9 nummod 9:nummod _ -11 Chinese chinese ADJ JJ Degree=Pos 12 amod 12:amod _ +10 1 1 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ +11 Chinese Chinese ADJ JJ Degree=Pos 12 amod 12:amod _ 12 restaurant restaurant NOUN NN Number=Sing 8 obj 8:obj _ 13 in in ADP IN _ 14 case 14:case _ 14 Montgomery Montgomery PROPN NNP Number=Sing 12 nmod 12:nmod:in _ -15 - - PUNCT , _ 2 punct 2:punct _ +15 - - PUNCT , _ 17 punct 17:punct _ 16 There there PRON EX _ 17 expl 17:expl _ 17 needs need VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ -18 to to PART TO _ 21 mark 21:mark _ -19 be be AUX VB VerbForm=Inf 21 cop 21:cop _ +18 to to PART TO _ 19 mark 19:mark _ +19 be be VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ 20 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ -21 recount recount NOUN NN Number=Sing 17 xcomp 17:xcomp _ +21 recount recount NOUN NN Number=Sing 19 nsubj 19:nsubj _ 22 on on ADP IN _ 24 case 24:case _ 23 that that DET DT Number=Sing|PronType=Dem 24 det 24:det _ 24 vote vote NOUN NN Number=Sing 21 nmod 21:nmod:on SpaceAfter=No @@ -239744,14 +239907,14 @@ # sent_id = reviews-086839-0002 # newpar id = reviews-086839-p0002 # text = One of the worst experiences I've ever had with a auto repair shop. -1 One one NUM CD NumType=Card 0 root 0:root _ +1 One one NUM CD NumForm=Word|NumType=Card 0 root 0:root _ 2 of of ADP IN _ 5 case 5:case _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 worst worst ADJ JJS Degree=Sup 5 amod 5:amod _ +4 worst bad ADJ JJS Degree=Sup 5 amod 5:amod _ 5 experiences experience NOUN NNS Number=Plur 1 nmod 1:nmod:of _ 6-7 I've _ _ _ _ _ _ _ _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -7 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +7 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 ever ever ADV RB _ 9 advmod 9:advmod _ 9 had have VERB VBN Tense=Past|VerbForm=Part 5 acl:relcl 5:acl:relcl _ 10 with with ADP IN _ 14 case 14:case _ @@ -239764,8 +239927,8 @@ # sent_id = reviews-086839-0003 # text = We took our vehicle in for a repair to the air conditioning. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 took take VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 vehicle vehicle NOUN NN Number=Sing 2 obj 2:obj _ 5 in in ADV RB _ 2 advmod 2:advmod _ 6 for for ADP IN _ 8 case 8:case _ @@ -239780,72 +239943,72 @@ # sent_id = reviews-086839-0004 # text = Approx 4 months later, the compressor went out. 1 Approx approx ADV RB _ 3 advmod 3:advmod _ -2 4 4 NUM CD NumType=Card 3 nummod 3:nummod _ +2 4 4 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 3 months month NOUN NNS Number=Plur 4 obl:npmod 4:obl:npmod _ -4 later later ADV RBR Degree=Cmp 8 advmod 8:advmod SpaceAfter=No -5 , , PUNCT , _ 8 punct 8:punct _ +4 later late ADV RBR Degree=Cmp 8 advmod 8:advmod SpaceAfter=No +5 , , PUNCT , _ 4 punct 4:punct _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 compressor compressor NOUN NN Number=Sing 8 nsubj 8:nsubj _ -8 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 out out ADP RP _ 8 compound:prt 8:compound:prt SpaceAfter=No 10 . . PUNCT . _ 8 punct 8:punct _ # sent_id = reviews-086839-0005 # text = We took it back in to have it repaired again, and less than a week later the second compressor went out. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 took take VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ 4 back back ADV RB _ 2 advmod 2:advmod _ 5 in in ADV RB _ 2 advmod 2:advmod _ 6 to to PART TO _ 7 mark 7:mark _ 7 have have VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ 8 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 obj 7:obj|9:nsubj:xsubj _ -9 repaired repair VERB VBN Tense=Past|VerbForm=Part 7 xcomp 7:xcomp _ +9 repaired repair VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 xcomp 7:xcomp _ 10 again again ADV RB _ 9 advmod 9:advmod SpaceAfter=No 11 , , PUNCT , _ 21 punct 21:punct _ 12 and and CCONJ CC _ 21 cc 21:cc _ -13 less less ADJ JJR Degree=Cmp 15 advmod 15:advmod _ +13 less less ADJ JJR Degree=Cmp|ExtPos=ADV 16 advmod 16:advmod _ 14 than than ADP IN _ 13 fixed 13:fixed _ -15 a a DET DT Definite=Ind|PronType=Art 16 nummod 16:nummod _ +15 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 16 week week NOUN NN Number=Sing 17 obl:npmod 17:obl:npmod _ -17 later later ADV RBR Degree=Cmp 21 advmod 21:advmod _ +17 later late ADV RBR Degree=Cmp 21 advmod 21:advmod _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -19 second second ADJ JJ Degree=Pos|NumType=Ord 20 amod 20:amod _ +19 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 20 amod 20:amod _ 20 compressor compressor NOUN NN Number=Sing 21 nsubj 21:nsubj _ -21 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +21 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 22 out out ADP RP _ 21 compound:prt 21:compound:prt SpaceAfter=No 23 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-086839-0006 # text = We went in for a third visit and they fixed it again, but this time when we picked up the car, the radio and clock did not work. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 went go VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 in in ADV RB _ 2 advmod 2:advmod _ 4 for for ADP IN _ 7 case 7:case _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -6 third third ADJ JJ Degree=Pos|NumType=Ord 7 amod 7:amod _ +6 third third ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 7 amod 7:amod _ 7 visit visit NOUN NN Number=Sing 2 obl 2:obl:for _ 8 and and CCONJ CC _ 10 cc 10:cc _ 9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 fixed fix VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +10 fixed fix VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 11 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 10 obj 10:obj _ 12 again again ADV RB _ 10 advmod 10:advmod SpaceAfter=No 13 , , PUNCT , _ 30 punct 30:punct _ 14 but but CCONJ CC _ 30 cc 30:cc _ 15 this this DET DT Number=Sing|PronType=Dem 16 det 16:det _ 16 time time NOUN NN Number=Sing 30 obl:tmod 30:obl:tmod _ -17 when when SCONJ WRB PronType=Int 19 mark 19:mark _ +17 when when ADV WRB PronType=Int 19 advmod 19:advmod _ 18 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -19 picked pick VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 30 advcl 30:advcl:when _ +19 picked pick VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 30 advcl 30:advcl:when _ 20 up up ADP RP _ 19 compound:prt 19:compound:prt _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 car car NOUN NN Number=Sing 19 obj 19:obj SpaceAfter=No -23 , , PUNCT , _ 30 punct 30:punct _ +23 , , PUNCT , _ 19 punct 19:punct _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 radio radio NOUN NN Number=Sing 30 nsubj 30:nsubj _ 26 and and CCONJ CC _ 27 cc 27:cc _ 27 clock clock NOUN NN Number=Sing 25 conj 25:conj:and|30:nsubj _ -28 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 30 aux 30:aux _ +28 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 30 aux 30:aux _ 29 not not PART RB _ 30 advmod 30:advmod _ 30 work work VERB VB VerbForm=Inf 2 conj 2:conj:but SpaceAfter=No 31 . . PUNCT . _ 2 punct 2:punct _ @@ -239855,21 +240018,21 @@ 1 So so ADV RB _ 18 advmod 18:advmod _ 2 for for ADP IN _ 5 case 5:case _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ -4 4th 4th ADJ JJ Degree=Pos|NumType=Ord 5 amod 5:amod _ +4 4th 4th ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 5 amod 5:amod _ 5 time time NOUN NN Number=Sing 18 obl 18:obl:for _ 6 in in ADP IN _ 8 case 8:case _ -7 5 5 NUM CD NumType=Card 8 nummod 8:nummod _ +7 5 5 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 8 months month NOUN NNS Number=Plur 5 nmod 5:nmod:in _ 9 and and CCONJ CC _ 12 cc 12:cc _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -11 third third ADJ JJ Degree=Pos|NumType=Ord 12 amod 12:amod _ +11 third third ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 12 amod 12:amod _ 12 time time NOUN NN Number=Sing 5 conj 5:conj:and|18:obl:for _ 13 in in ADP IN _ 15 case 15:case _ -14 2 2 NUM CD NumType=Card 15 nummod 15:nummod _ +14 2 2 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 15 weeks week NOUN NNS Number=Plur 12 nmod 12:nmod:in SpaceAfter=No -16 , , PUNCT , _ 18 punct 18:punct _ +16 , , PUNCT , _ 5 punct 5:punct _ 17 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -18 brought bring VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +18 brought bring VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 car car NOUN NN Number=Sing 18 obj 18:obj _ 21 back back ADV RB _ 18 advmod 18:advmod _ @@ -239878,52 +240041,54 @@ # sent_id = reviews-086839-0008 # text = When we expressed our discontent to the manager (that's right, the manager), did he say he would return some money, did he say he would give a discount on our next visit, did he just say "I'm sorry". -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 expressed express VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 advcl 20:advcl:when _ -4 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 expressed express VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 20 advcl 20:advcl:when _ +4 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 discontent discontent NOUN NN Number=Sing 3 obj 3:obj _ 6 to to ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 manager manager NOUN NN Number=Sing 3 obl 3:obl:to _ -9 ( ( PUNCT -LRB- _ 15 punct 15:punct SpaceAfter=No -10 that that PRON DT Number=Sing|PronType=Dem 12 nsubj 12:nsubj SpaceAfter=No +9 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No +10-11 that's _ _ _ _ _ _ _ _ +10 that that PRON DT Number=Sing|PronType=Dem 12 nsubj 12:nsubj _ 11 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ -12 right right ADJ JJ Degree=Pos 15 discourse 15:discourse SpaceAfter=No +12 right right ADJ JJ Degree=Pos 3 parataxis 3:parataxis SpaceAfter=No 13 , , PUNCT , _ 15 punct 15:punct _ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ -15 manager manager NOUN NN Number=Sing 3 appos 3:appos SpaceAfter=No -16 ) ) PUNCT -RRB- _ 15 punct 15:punct SpaceAfter=No -17 , , PUNCT , _ 20 punct 20:punct _ -18 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 aux 20:aux _ +15 manager manager NOUN NN Number=Sing 12 parataxis 12:parataxis SpaceAfter=No +16 ) ) PUNCT -RRB- _ 12 punct 12:punct SpaceAfter=No +17 , , PUNCT , _ 3 punct 3:punct _ +18 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 aux 20:aux _ 19 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 20 say say VERB VB VerbForm=Inf 0 root 0:root _ 21 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 23 nsubj 23:nsubj _ 22 would would AUX MD VerbForm=Fin 23 aux 23:aux _ 23 return return VERB VB VerbForm=Inf 20 ccomp 20:ccomp _ -24 some some DET DT _ 25 det 25:det _ +24 some some DET DT PronType=Ind 25 det 25:det _ 25 money money NOUN NN Number=Sing 23 obj 23:obj SpaceAfter=No -26 , , PUNCT , _ 20 punct 20:punct _ -27 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 29 aux 29:aux _ +26 , , PUNCT , _ 29 punct 29:punct _ +27 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 29 aux 29:aux _ 28 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 29 nsubj 29:nsubj _ -29 say say VERB VB VerbForm=Inf 20 list 20:list _ +29 say say VERB VB VerbForm=Inf 20 parataxis 20:parataxis _ 30 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 32 nsubj 32:nsubj _ 31 would would AUX MD VerbForm=Fin 32 aux 32:aux _ 32 give give VERB VB VerbForm=Inf 29 ccomp 29:ccomp _ 33 a a DET DT Definite=Ind|PronType=Art 34 det 34:det _ 34 discount discount NOUN NN Number=Sing 32 obj 32:obj _ 35 on on ADP IN _ 38 case 38:case _ -36 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ +36 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ 37 next next ADJ JJ Degree=Pos 38 amod 38:amod _ 38 visit visit NOUN NN Number=Sing 34 nmod 34:nmod:on SpaceAfter=No -39 , , PUNCT , _ 20 punct 20:punct _ -40 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 43 aux 43:aux _ +39 , , PUNCT , _ 43 punct 43:punct _ +40 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 43 aux 43:aux _ 41 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 43 nsubj 43:nsubj _ 42 just just ADV RB _ 43 advmod 43:advmod _ -43 say say VERB VB VerbForm=Inf 20 list 20:list _ +43 say say VERB VB VerbForm=Inf 20 parataxis 20:parataxis _ 44 " " PUNCT `` _ 47 punct 47:punct SpaceAfter=No -45 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 47 nsubj 47:nsubj SpaceAfter=No -46 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 47 cop 47:cop _ +45-46 I'm _ _ _ _ _ _ _ _ +45 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 47 nsubj 47:nsubj _ +46 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 47 cop 47:cop _ 47 sorry sorry ADJ JJ Degree=Pos 43 ccomp 43:ccomp SpaceAfter=No 48 " " PUNCT '' _ 47 punct 47:punct SpaceAfter=No 49 . . PUNCT . _ 20 punct 20:punct _ @@ -239931,7 +240096,7 @@ # sent_id = reviews-086839-0009 # text = Nope, none of the above. 1 Nope nope INTJ UH _ 3 discourse 3:discourse SpaceAfter=No -2 , , PUNCT , _ 3 punct 3:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 none none NOUN NN Number=Sing 0 root 0:root _ 4 of of ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ @@ -239941,12 +240106,12 @@ # sent_id = reviews-086839-0010 # text = He stood there and told us how he wasn't at fault. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|5:nsubj _ -2 stood stand VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 stood stand VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 there there ADV RB PronType=Dem 2 advmod 2:advmod _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ -6 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 5 obj 5:obj _ -7 how how SCONJ WRB PronType=Int 12 mark 12:mark _ +5 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +6 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 5 iobj 5:iobj _ +7 how how ADV WRB PronType=Int 12 advmod 12:advmod _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 9-10 wasn't _ _ _ _ _ _ _ _ 9 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 cop 12:cop _ @@ -239970,14 +240135,14 @@ 11 can can AUX MD VerbForm=Fin 13 aux 13:aux _ 12 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 13 imagine imagine VERB VB VerbForm=Inf 4 conj 4:conj:and _ -14 how how SCONJ WRB PronType=Int 16 mark 16:mark _ +14 how how ADV WRB PronType=Int 16 advmod 16:advmod _ 15 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 16 nsubj 16:nsubj _ -16 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 ccomp 13:ccomp _ +16 felt feel VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 ccomp 13:ccomp _ 17 having have VERB VBG VerbForm=Ger 16 advcl 16:advcl _ 18 to to PART TO _ 19 mark 19:mark _ 19 put put VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ -20 another another DET DT _ 22 det 22:det _ -21 2 2 NUM CD NumType=Card 22 nummod 22:nummod _ +20 another another DET DT PronType=Ind 22 det 22:det _ +21 2 2 NUM CD NumForm=Digit|NumType=Card 22 nummod 22:nummod _ 22 hours hour NOUN NNS Number=Plur 19 obj 19:obj _ 23 of of ADP IN _ 24 case 24:case _ 24 work work NOUN NN Number=Sing 22 nmod 22:nmod:of _ @@ -239988,9 +240153,9 @@ # sent_id = reviews-086839-0012 # text = And what did we expect...that he bench test every part. -1 And and CCONJ CC _ 10 cc 10:cc _ +1 And and CCONJ CC _ 5 cc 5:cc _ 2 what what PRON WP PronType=Int 5 obj 5:obj _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +3 did do AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 5 expect expect VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 6 ... ... PUNCT , _ 10 punct 10:punct SpaceAfter=No @@ -239998,32 +240163,33 @@ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 9 bench bench NOUN NN Number=Sing 10 compound 10:compound _ 10 test test VERB VB VerbForm=Inf 5 parataxis 5:parataxis _ -11 every every DET DT _ 12 det 12:det _ +11 every every DET DT PronType=Tot 12 det 12:det _ 12 part part NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 13 . . PUNCT . _ 10 punct 10:punct _ # sent_id = reviews-086839-0013 # text = At no time during the conversation did the words, "I'm sorry" ever come out of his mouth. 1 At at ADP IN _ 3 case 3:case _ -2 no no DET DT _ 3 det 3:det _ +2 no no DET DT PronType=Neg 3 det 3:det _ 3 time time NOUN NN Number=Sing 17 obl 17:obl:at _ 4 during during ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 conversation conversation NOUN NN Number=Sing 3 nmod 3:nmod:during _ -7 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 aux 17:aux _ +7 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 17 aux 17:aux _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 words word NOUN NNS Number=Plur 17 nsubj 17:nsubj SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 14 punct 14:punct _ 11 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No -12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj SpaceAfter=No -13 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ +12-13 I'm _ _ _ _ _ _ _ _ +12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ +13 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 14 sorry sorry ADJ JJ Degree=Pos 9 appos 9:appos SpaceAfter=No 15 " " PUNCT '' _ 14 punct 14:punct _ 16 ever ever ADV RB _ 17 advmod 17:advmod _ 17 come come VERB VB VerbForm=Inf 0 root 0:root _ 18 out out ADP IN _ 21 case 21:case _ 19 of of ADP IN _ 21 case 21:case _ -20 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 mouth mouth NOUN NN Number=Sing 17 obl 17:obl:of SpaceAfter=No 22 . . PUNCT . _ 17 punct 17:punct _ @@ -240032,12 +240198,12 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj SpaceAfter=No 2 , , PUNCT , _ 4 punct 4:punct _ 3 nor nor CCONJ CC _ 4 cc 4:cc _ -4 anyone anyone PRON NN Number=Sing 1 conj 1:conj:nor|12:nsubj _ +4 anyone anyone PRON NN Number=Sing|PronType=Ind 1 conj 1:conj:nor|12:nsubj _ 5 else else ADJ JJ Degree=Pos 4 amod 4:amod _ 6 in in ADP IN _ 8 case 8:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 family family NOUN NN Number=Sing 4 nmod 4:nmod:in SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ +9 , , PUNCT , _ 1 punct 1:punct _ 10 will will AUX MD VerbForm=Fin 12 aux 12:aux _ 11 ever ever ADV RB _ 12 advmod 12:advmod _ 12 go go VERB VB VerbForm=Inf 0 root 0:root _ @@ -240051,15 +240217,15 @@ # sent_id = reviews-086839-0015 # text = Well, unless of course the third compressor he put in the car goes out. 1 Well well INTJ UH _ 14 discourse 14:discourse SpaceAfter=No -2 , , PUNCT , _ 14 punct 14:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 unless unless SCONJ IN _ 14 mark 14:mark _ -4 of of ADV RB _ 14 advmod 14:advmod _ -5 course course ADV RB _ 4 fixed 4:fixed _ +4 of of ADP IN ExtPos=ADV 14 advmod 14:advmod _ +5 course course NOUN NN Number=Sing 4 fixed 4:fixed _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ -7 third third ADJ JJ Degree=Pos|NumType=Ord 8 amod 8:amod _ +7 third third ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 8 amod 8:amod _ 8 compressor compressor NOUN NN Number=Sing 14 nsubj 14:nsubj _ 9 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 put put VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +10 put put VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 11 in in ADP IN _ 13 case 13:case _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 car car NOUN NN Number=Sing 10 obl 10:obl:in _ @@ -240082,46 +240248,46 @@ # newpar id = reviews-345182-p0002 # text = I dropped off a sheet metal piece that I needed copied due to th it was needing to be replaced. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 dropped drop VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 dropped drop VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 off off ADP RP _ 2 compound:prt 2:compound:prt _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 5 sheet sheet NOUN NN Number=Sing 7 compound 7:compound _ 6 metal metal NOUN NN Number=Sing 7 compound 7:compound _ -7 piece piece NOUN NN Number=Sing 2 obj 2:obj|10:obj _ +7 piece piece NOUN NN Number=Sing 2 obj 2:obj|10:obj|11:nsubj:xsubj _ 8 that that PRON WDT PronType=Rel 10 obj 7:ref _ -9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj|11:nsubj:xsubj _ -10 needed need VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ -11 copied copy VERB VBN Tense=Past|VerbForm=Part 10 xcomp 10:xcomp _ +9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ +10 needed need VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +11 copied copy VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 xcomp 10:xcomp _ 12 due due ADP IN _ 17 mark 17:mark _ 13 to to SCONJ IN _ 12 fixed 12:fixed _ -14 th th SCONJ IN _ 17 mark 17:mark _ +14 th that SCONJ IN Typo=Yes 17 mark 17:mark CorrectForm=that 15 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj 17:nsubj|20:nsubj:xsubj _ 16 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 aux 17:aux _ -17 needing need VERB VBG VerbForm=Ger 11 advcl 11:advcl:th _ +17 needing need VERB VBG VerbForm=Ger 11 advcl 11:advcl _ 18 to to PART TO _ 20 mark 20:mark _ 19 be be AUX VB VerbForm=Inf 20 aux:pass 20:aux:pass _ -20 replaced replace VERB VBN Tense=Past|VerbForm=Part 17 xcomp 17:xcomp SpaceAfter=No +20 replaced replace VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 xcomp 17:xcomp SpaceAfter=No 21 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-345182-0003 # text = I asked if they could copy the piece I dropped off. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 asked ask VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 if if SCONJ IN _ 6 mark 6:mark _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ 5 could could AUX MD VerbForm=Fin 6 aux 6:aux _ -6 copy copy VERB VB VerbForm=Inf 2 advcl 2:advcl:if _ +6 copy copy VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 piece piece NOUN NN Number=Sing 6 obj 6:obj _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 dropped drop VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +10 dropped drop VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 11 off off ADP RP _ 10 compound:prt 10:compound:prt SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-345182-0004 # text = They said it would be made exactly like the one I needed to replace. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj:pass 6:nsubj:pass _ 4 would would AUX MD VerbForm=Fin 6 aux 6:aux _ 5 be be AUX VB VerbForm=Inf 6 aux:pass 6:aux:pass _ @@ -240129,9 +240295,9 @@ 7 exactly exactly ADV RB _ 10 advmod 10:advmod _ 8 like like ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -10 one one NUM CD NumType=Card 6 obl 6:obl:like _ +10 one one NOUN NN Number=Sing 6 obl 6:obl:like _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj|14:nsubj:xsubj _ -12 needed need VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ +12 needed need VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 10 acl:relcl 10:acl:relcl _ 13 to to PART TO _ 14 mark 14:mark _ 14 replace replace VERB VB VerbForm=Inf 12 xcomp 12:xcomp SpaceAfter=No 15 . . PUNCT . _ 2 punct 2:punct _ @@ -240139,36 +240305,36 @@ # sent_id = reviews-345182-0005 # text = I picked it up when it was finished and was charge 30.00. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|11:nsubj:pass _ -2 picked pick VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 picked pick VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ 4 up up ADP RP _ 2 compound:prt 2:compound:prt _ -5 when when SCONJ WRB PronType=Int 8 mark 8:mark _ +5 when when ADV WRB PronType=Int 8 advmod 8:advmod _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 8 finished finished ADJ JJ Degree=Pos 2 advcl 2:advcl:when _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 11 aux:pass 11:aux:pass _ -11 charge charge VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 conj 2:conj:and _ -12 30.00 30.00 NUM CD NumType=Card 11 obj 11:obj SpaceAfter=No +11 charge charge VERB VBN Tense=Past|Typo=Yes|VerbForm=Part|Voice=Pass 2 conj 2:conj:and CorrectForm=charged +12 30.00 30.00 NUM CD NumForm=Digit|NumType=Frac 11 obj 11:obj SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-345182-0006 # text = When I got to the job and tried to insert the new piece of metal IT WOULD NOT FIT!! -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|8:nsubj|10:nsubj:xsubj _ -3 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 advcl 19:advcl:when _ +3 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 19 advcl 19:advcl:when _ 4 to to ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 job job NOUN NN Number=Sing 3 obl 3:obl:to _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 tried try VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and|19:advcl:when _ +8 tried try VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and|19:advcl:when _ 9 to to PART TO _ 10 mark 10:mark _ 10 insert insert VERB VB VerbForm=Inf 8 xcomp 8:xcomp _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 new new ADJ JJ Degree=Pos 13 amod 13:amod _ 13 piece piece NOUN NN Number=Sing 10 obj 10:obj _ 14 of of ADP IN _ 15 case 15:case _ -15 metal metal ADJ JJ Degree=Pos 13 nmod 13:nmod:of _ +15 metal metal NOUN NN Number=Sing 13 nmod 13:nmod:of _ 16 IT it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 nsubj 19:nsubj _ 17 WOULD would AUX MD VerbForm=Fin 19 aux 19:aux _ 18 NOT not PART RB _ 19 advmod 19:advmod _ @@ -240178,21 +240344,21 @@ # sent_id = reviews-345182-0007 # text = I took the original piece of metal and rigged it to make due since I had to complete the job. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|9:nsubj _ -2 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 took take VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 original original ADJ JJ Degree=Pos 5 amod 5:amod _ 5 piece piece NOUN NN Number=Sing 2 obj 2:obj _ 6 of of ADP IN _ 7 case 7:case _ 7 metal metal NOUN NN Number=Sing 5 nmod 5:nmod:of _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 rigged rig VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +9 rigged rig VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 10 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 obj 9:obj _ 11 to to PART TO _ 12 mark 12:mark _ 12 make make VERB VB VerbForm=Inf 9 advcl 9:advcl:to _ -13 due due VERB VB VerbForm=Inf 12 ccomp 12:ccomp _ +13 due do VERB VB Typo=Yes|VerbForm=Inf 12 xcomp 12:xcomp CorrectForm=do 14 since since SCONJ IN _ 16 mark 16:mark _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj|18:nsubj:xsubj _ -16 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:since _ +16 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:since _ 17 to to PART TO _ 18 mark 18:mark _ 18 complete complete VERB VB VerbForm=Inf 16 xcomp 16:xcomp _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ @@ -240202,21 +240368,21 @@ # sent_id = reviews-345182-0008 # text = I took the receipt and the metal that did not fit and asked Pomper for my money back. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|13:nsubj _ -2 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 took take VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 receipt receipt NOUN NN Number=Sing 2 obj 2:obj _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 metal metal NOUN NN Number=Sing 4 conj 2:obj|4:conj:and|11:nsubj _ 8 that that PRON WDT PronType=Rel 11 nsubj 7:ref _ -9 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 aux 11:aux _ +9 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 aux 11:aux _ 10 not not PART RB _ 11 advmod 11:advmod _ 11 fit fit VERB VB VerbForm=Inf 7 acl:relcl 7:acl:relcl _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ -14 Pomper Pomper PROPN NNP Number=Sing 13 obj 13:obj _ +13 asked ask VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +14 Pomper Pomper PROPN NNP Number=Sing 13 iobj 13:iobj _ 15 for for ADP IN _ 17 case 17:case _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 money money NOUN NN Number=Sing 13 obl 13:obl:for _ 18 back back ADV RB _ 17 advmod 17:advmod SpaceAfter=No 19 . . PUNCT . _ 2 punct 2:punct _ @@ -240229,7 +240395,7 @@ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 desk desk NOUN NN Number=Sing 2 nmod 2:nmod:at _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ -7 sooo sooo ADV RB _ 8 advmod 8:advmod _ +7 sooo so ADV RB Style=Expr 8 advmod 8:advmod CorrectForm=so 8 rude rude ADJ JJ Degree=Pos 0 root 0:root _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 10 could could AUX MD VerbForm=Fin 12 aux 12:aux _ @@ -240241,8 +240407,8 @@ # sent_id = reviews-345182-0010 # text = She told me she could not use the piece I was returning and the company would only put it in the trash so I could not return it. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj _ +2 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 iobj 2:iobj _ 4 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 5 could could AUX MD VerbForm=Fin 7 aux 7:aux _ 6 not not PART RB _ 7 advmod 7:advmod _ @@ -240266,29 +240432,29 @@ 24 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 nsubj 27:nsubj _ 25 could could AUX MD VerbForm=Fin 27 aux 27:aux _ 26 not not PART RB _ 27 advmod 27:advmod _ -27 return return VERB VB VerbForm=Inf 7 conj 2:ccomp|7:conj:and _ +27 return return VERB VB VerbForm=Inf 7 parataxis 7:parataxis _ 28 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 27 obj 27:obj SpaceAfter=No 29 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-345182-0011 # text = I explained I did not get what I paid for. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 explained explain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 explained explain VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -4 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +4 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 5 not not PART RB _ 6 advmod 6:advmod _ 6 get get VERB VB VerbForm=Inf 2 ccomp 2:ccomp _ -7 what what PRON WP PronType=Int 6 obj 6:obj _ +7 what what PRON WP PronType=Rel 6 obj 6:obj|9:obl:for _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 paid pay VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ -10 for for ADP IN _ 9 obl 9:obl SpaceAfter=No +9 paid pay VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +10 for for ADP IN _ 9 obl 7:case SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-345182-0012 # text = She asked me to bring the original piece back and I told her I had to use it on the job. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj|5:nsubj:xsubj _ +2 asked ask VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 iobj 2:iobj|5:nsubj:xsubj _ 4 to to PART TO _ 5 mark 5:mark _ 5 bring bring VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -240297,10 +240463,10 @@ 9 back back ADV RB _ 5 advmod 5:advmod _ 10 and and CCONJ CC _ 12 cc 12:cc _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +12 told tell VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 13 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 12 iobj 12:iobj _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj|17:nsubj:xsubj _ -15 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 ccomp 12:ccomp _ +15 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 12 ccomp 12:ccomp _ 16 to to PART TO _ 17 mark 17:mark _ 17 use use VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ 18 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 obj 17:obj _ @@ -240312,16 +240478,16 @@ # sent_id = reviews-345182-0013 # text = She told me that was to bad she would do nothing to help me since she could not use or resell the piece. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 obj 2:obj _ +2 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 2 iobj 2:iobj _ 4 that that PRON DT Number=Sing|PronType=Dem 7 nsubj 7:nsubj _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ -6 to too ADV RB Typo=Yes 7 advmod 7:advmod _ +6 to too ADV RB Typo=Yes 7 advmod 7:advmod CorrectForm=too 7 bad bad ADJ JJ Degree=Pos 2 ccomp 2:ccomp _ 8 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 9 would would AUX MD VerbForm=Fin 10 aux 10:aux _ 10 do do VERB VB VerbForm=Inf 2 conj 2:conj _ -11 nothing nothing PRON NN Number=Sing 10 obj 10:obj _ +11 nothing nothing PRON NN Number=Sing|PronType=Neg 10 obj 10:obj _ 12 to to PART TO _ 13 mark 13:mark _ 13 help help VERB VB VerbForm=Inf 11 acl 11:acl:to _ 14 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 13 obj 13:obj _ @@ -240339,7 +240505,7 @@ # sent_id = reviews-345182-0014 # text = I said I was going to trash it also and could I at least have a credit. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 5 going go VERB VBG Tense=Pres|VerbForm=Part 2 ccomp 2:ccomp _ @@ -240350,8 +240516,8 @@ 10 and and CCONJ CC _ 15 cc 15:cc _ 11 could could AUX MD VerbForm=Fin 15 aux 15:aux _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -13 at at ADV RB _ 15 advmod 15:advmod _ -14 least least ADV RBS Degree=Sup 13 fixed 13:fixed _ +13 at at ADP IN ExtPos=ADV 15 advmod 15:advmod _ +14 least least ADJ JJS Degree=Sup 13 fixed 13:fixed _ 15 have have VERB VB VerbForm=Inf 5 conj 2:ccomp|5:conj:and _ 16 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 17 credit credit NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No @@ -240359,16 +240525,16 @@ # sent_id = reviews-345182-0015 # text = With a smirk on her face she told me NO MONEY IS BEING RETURNED and THAT IS THE WAY IT WAS. -1 With with ADP IN _ 3 case 3:case _ +1 With with SCONJ IN _ 6 mark 6:mark _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ -3 smirk smirk NOUN NN Number=Sing 8 obl 8:obl:with _ +3 smirk smirk NOUN NN Number=Sing 6 nsubj 6:nsubj _ 4 on on ADP IN _ 6 case 6:case _ -5 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ -6 face face NOUN NN Number=Sing 3 nmod 3:nmod:on _ +5 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +6 face face NOUN NN Number=Sing 8 advcl 8:advcl:with _ 7 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -8 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -9 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 obj 8:obj _ -10 NO no DET DT _ 11 det 11:det _ +8 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 iobj 8:iobj _ +10 NO no DET DT PronType=Neg 11 det 11:det _ 11 MONEY money NOUN NN Number=Sing 14 nsubj:pass 14:nsubj:pass _ 12 IS be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 BEING be AUX VBG VerbForm=Ger 14 aux:pass 14:aux:pass _ @@ -240379,7 +240545,7 @@ 18 THE the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 WAY way NOUN NN Number=Sing 14 conj 8:ccomp|14:conj:and _ 20 IT it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 nsubj 21:nsubj _ -21 WAS be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 acl:relcl 19:acl:relcl SpaceAfter=No +21 WAS be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 acl:relcl 19:acl:relcl SpaceAfter=No 22 . . PUNCT . _ 8 punct 8:punct _ # sent_id = reviews-345182-0016 @@ -240394,13 +240560,13 @@ # sent_id = reviews-345182-0017 # text = There are to many people that need our business to have to put up with this unfair treatment!!!!! 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 to too ADV RB Typo=Yes 4 advmod 4:advmod _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 to too ADV RB Typo=Yes 4 advmod 4:advmod CorrectForm=too 4 many many ADJ JJ Degree=Pos 5 amod 5:amod _ 5 people people NOUN NNS Number=Plur 2 nsubj 2:nsubj|7:nsubj _ 6 that that PRON WDT PronType=Rel 7 nsubj 5:ref _ -7 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ -8 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +7 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl 5:acl:relcl _ +8 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 business business NOUN NN Number=Sing 7 obj 7:obj|11:nsubj:xsubj|13:nsubj:xsubj _ 10 to to PART TO _ 11 mark 11:mark _ 11 have have VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ @@ -240424,12 +240590,12 @@ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 gym gym NOUN NN Number=Sing 4 obj 4:obj _ 7 to to ADP IN _ 8 case 8:case _ -8 anyone anyone PRON NN Number=Sing 4 obl 4:obl:to _ +8 anyone anyone PRON NN Number=Sing|PronType=Ind 4 obl 4:obl:to _ 9 and and CCONJ CC _ 13 cc 13:cc _ 10 unfortunately unfortunately ADV RB _ 13 advmod 13:advmod _ 11 this this PRON DT Number=Sing|PronType=Dem 13 nsubj:pass 13:nsubj:pass _ 12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ -13 based base VERB VBN Tense=Past|VerbForm=Part 4 conj 4:conj:and _ +13 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 conj 4:conj:and _ 14 solely solely ADV RB _ 20 advmod 20:advmod _ 15 on on ADP IN _ 20 case 20:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -240442,20 +240608,20 @@ # sent_id = reviews-071650-0002 # text = When I originally joined in January I only did so because I was told I would be able to cancel the 12 month membership if I was to move away. -1 When when SCONJ WRB PronType=Int 4 mark 4:mark _ +1 When when ADV WRB PronType=Int 4 advmod 4:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 3 originally originally ADV RB _ 4 advmod 4:advmod _ -4 joined join VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:when _ +4 joined join VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:when _ 5 in in ADP IN _ 6 case 6:case _ 6 January January PROPN NNP Number=Sing 4 obl 4:obl:in _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 8 only only ADV RB _ 9 advmod 9:advmod _ -9 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 so so ADV RB _ 9 advmod 9:advmod _ 11 because because SCONJ IN _ 14 mark 14:mark _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj:pass 14:nsubj:pass _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 aux:pass 14:aux:pass _ -14 told tell VERB VBN Tense=Past|VerbForm=Part 9 advcl 9:advcl:because _ +14 told tell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 9 advcl 9:advcl:because _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj|20:nsubj:xsubj _ 16 would would AUX MD VerbForm=Fin 18 aux 18:aux _ 17 be be AUX VB VerbForm=Inf 18 cop 18:cop _ @@ -240463,7 +240629,7 @@ 19 to to PART TO _ 20 mark 20:mark _ 20 cancel cancel VERB VB VerbForm=Inf 18 xcomp 18:xcomp _ 21 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ -22 12 12 NUM CD NumType=Card 23 nummod 23:nummod _ +22 12 12 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ 23 month month NOUN NN Number=Sing 24 compound 24:compound _ 24 membership membership NOUN NN Number=Sing 20 obj 20:obj _ 25 if if SCONJ IN _ 29 mark 29:mark _ @@ -240477,10 +240643,10 @@ # sent_id = reviews-071650-0003 # text = I signed up with one of the staff who was very pleasant and professional. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 signed sign VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 signed sign VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 up up ADP RP _ 2 compound:prt 2:compound:prt _ 4 with with ADP IN _ 5 case 5:case _ -5 one one NUM CD NumType=Card 2 obl 2:obl:with|12:nsubj|14:nsubj _ +5 one one NUM CD NumForm=Word|NumType=Card 2 obl 2:obl:with|12:nsubj|14:nsubj _ 6 of of ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 staff staff NOUN NNS Number=Plur 5 nmod 5:nmod:of _ @@ -240500,15 +240666,15 @@ 4 there there ADV RB PronType=Dem 2 advmod 2:advmod _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 6 good good ADJ JJ Degree=Pos 0 root 0:root _ -7 - - PUNCT , _ 6 punct 6:punct _ +7 - - PUNCT , _ 11 punct 11:punct _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 machines machine NOUN NNS Number=Plur 11 nsubj 11:nsubj _ -10 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +10 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 11 nice nice ADJ JJ Degree=Pos 6 parataxis 6:parataxis _ 12 and and CCONJ CC _ 16 cc 16:cc _ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 classes class NOUN NNS Number=Plur 16 nsubj 16:nsubj _ -15 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ +15 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 16 fun fun ADJ JJ Degree=Pos 11 conj 11:conj:and SpaceAfter=No 17 . . PUNCT . _ 6 punct 6:punct _ @@ -240520,7 +240686,7 @@ 4 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 5 certainly certainly ADV RB _ 6 advmod 6:advmod _ 6 lacking lack VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ -7 - - PUNCT , _ 6 punct 6:punct _ +7 - - PUNCT , _ 11 punct 11:punct _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj|13:nsubj _ 9 would would AUX MD VerbForm=Fin 11 aux 11:aux _ 10 never never ADV RB _ 11 advmod 11:advmod _ @@ -240533,35 +240699,35 @@ # sent_id = reviews-071650-0006 # text = They need to update the locker rooms ASAP. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 need need VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 update update VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 locker locker NOUN NN Number=Sing 7 compound 7:compound _ 7 rooms room NOUN NNS Number=Plur 4 obj 4:obj _ -8 ASAP asap ADV RB _ 4 advmod 4:advmod SpaceAfter=No +8 ASAP ASAP ADV RB _ 4 advmod 4:advmod SpaceAfter=No 9 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-071650-0007 # text = Back to my poor rating - I was excepted to medical school and went in to cancel my membership as I was told I could do since I was moving away. 1 Back back ADV RB _ 0 root 0:root _ 2 to to ADP IN _ 5 case 5:case _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 poor poor ADJ JJ Degree=Pos 5 amod 5:amod _ 5 rating rating NOUN NN Number=Sing 1 obl 1:obl:to _ -6 - - PUNCT , _ 1 punct 1:punct _ +6 - - PUNCT , _ 9 punct 9:punct _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj:pass 9:nsubj:pass|14:nsubj:pass _ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 9 aux:pass 9:aux:pass _ -9 excepted accept VERB VBN Tense=Past|Typo=Yes|VerbForm=Part|Voice=Pass 1 parataxis 1:parataxis _ +9 excepted accept VERB VBN Tense=Past|Typo=Yes|VerbForm=Part|Voice=Pass 1 parataxis 1:parataxis CorrectForm=accepted 10 to to ADP IN _ 12 case 12:case _ 11 medical medical ADJ JJ Degree=Pos 12 amod 12:amod _ 12 school school NOUN NN Number=Sing 9 obl 9:obl:to _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 conj 9:conj:and _ +14 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 9 conj 9:conj:and _ 15 in in ADV RB _ 14 advmod 14:advmod _ 16 to to PART TO _ 17 mark 17:mark _ 17 cancel cancel VERB VB VerbForm=Inf 14 advcl 14:advcl:to _ -18 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 membership membership NOUN NN Number=Sing 17 obj 17:obj _ 20 as as SCONJ IN _ 23 mark 23:mark _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj:pass 23:nsubj:pass _ @@ -240569,11 +240735,11 @@ 23 told tell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 advcl 17:advcl:as _ 24 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 26 nsubj 26:nsubj _ 25 could could AUX MD VerbForm=Fin 26 aux 26:aux _ -26 do do VERB VB VerbForm=Inf 23 ccomp 23:ccomp _ +26 do do AUX VB VerbForm=Inf 23 ccomp 23:ccomp _ 27 since since SCONJ IN _ 30 mark 30:mark _ 28 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 30 nsubj 30:nsubj _ 29 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 30 aux 30:aux _ -30 moving move VERB VBG Tense=Pres|VerbForm=Part 23 ccomp 23:ccomp _ +30 moving move VERB VBG Tense=Pres|VerbForm=Part 23 advcl 23:advcl:since _ 31 away away ADV RB _ 30 advmod 30:advmod SpaceAfter=No 32 . . PUNCT . _ 1 punct 1:punct _ @@ -240585,36 +240751,36 @@ 4 VERY very ADV RB _ 5 advmod 5:advmod _ 5 rude rude ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 6 , , PUNCT , _ 7 punct 7:punct _ -7 accused accuse VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +7 accused accuse VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ 8 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 7 obj 7:obj _ 9 of of SCONJ IN _ 11 mark 11:mark _ -10 not not ADV RB _ 11 advmod 11:advmod _ +10 not not PART RB _ 11 advmod 11:advmod _ 11 reading read VERB VBG VerbForm=Ger 7 advcl 7:advcl:of _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 contract contract NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No 14 , , PUNCT , _ 17 punct 17:punct _ 15 and and CCONJ CC _ 17 cc 17:cc _ 16 basically basically ADV RB _ 17 advmod 17:advmod _ -17 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ -18 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 17 obj 17:obj|20:nsubj:xsubj _ +17 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +18 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 17 iobj 17:iobj|20:nsubj:xsubj _ 19 to to PART TO _ 20 mark 20:mark _ 20 shut shut VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ 21 up up ADP RP _ 20 compound:prt 20:compound:prt _ -22 when when SCONJ WRB PronType=Int 25 mark 25:mark _ +22 when when ADV WRB PronType=Int 25 advmod 25:advmod _ 23 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 25 nsubj 25:nsubj|27:nsubj:xsubj _ 24 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 25 aux 25:aux _ 25 trying try VERB VBG Tense=Pres|VerbForm=Part 17 advcl 17:advcl:when _ 26 to to PART TO _ 27 mark 27:mark _ 27 ask ask VERB VB VerbForm=Inf 25 xcomp 25:xcomp _ -28 questions question NOUN NNS Number=Plur 27 obj 27:obj|31:nsubj:xsubj _ +28 questions question NOUN NNS Number=Plur 27 obj 27:obj _ 29 to to PART TO _ 31 mark 31:mark _ 30 further further ADV RB _ 31 advmod 31:advmod _ -31 understand understand VERB VB VerbForm=Inf 27 xcomp 27:xcomp _ +31 understand understand VERB VB VerbForm=Inf 27 advcl 27:advcl:to _ 32 the the DET DT Definite=Def|PronType=Art 33 det 33:det _ 33 process process NOUN NN Number=Sing 31 obj 31:obj _ 34 of of SCONJ IN _ 35 mark 35:mark _ 35 canceling cancel VERB VBG VerbForm=Ger 33 acl 33:acl:of _ -36 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ +36 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 37 nmod:poss 37:nmod:poss _ 37 membership membership NOUN NN Number=Sing 35 obj 35:obj SpaceAfter=No 38 . . PUNCT . _ 5 punct 5:punct _ @@ -240626,24 +240792,24 @@ 4 to to PART TO _ 5 mark 5:mark _ 5 cancel cancel VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 obj 5:obj _ -7 but but ADV CC _ 8 advmod 8:advmod _ +7 but but CCONJ CC _ 10 cc 10:cc _ 8 only only ADV RB _ 10 advmod 10:advmod _ 9 after after SCONJ IN _ 10 mark 10:mark _ 10 paying pay VERB VBG VerbForm=Ger 3 advcl 3:advcl:after _ 11 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 12 $ $ SYM $ _ 14 compound 14:compound SpaceAfter=No -13 50 50 NUM CD NumType=Card 12 nummod 12:nummod _ -14 fee fee NOUN NN Number=Sing 10 obj 10:obj|24:obj _ +13 50 50 NUM CD NumForm=Digit|NumType=Card 12 nummod 12:nummod _ +14 fee fee NOUN NN Number=Sing 10 obj 10:obj|30:obj _ 15 ( ( PUNCT -LRB- _ 24 punct 24:punct SpaceAfter=No -16 which which PRON WDT PronType=Rel 24 obj 14:ref _ +16 which which PRON WDT PronType=Rel 30 obj 14:ref _ 17 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 18 staff staff NOUN NN Number=Sing 19 compound 19:compound _ 19 person person NOUN NN Number=Sing 24 nsubj 21:nsubj|24:nsubj _ 20 who who PRON WP PronType=Rel 21 nsubj 19:ref _ -21 signed sign VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ +21 signed sign VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 acl:relcl 19:acl:relcl _ 22 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 21 obj 21:obj _ 23 up up ADP RP _ 21 compound:prt 21:compound:prt _ -24 stated state VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ +24 stated state VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 14 acl:relcl 14:acl:relcl _ 25 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 28 nsubj 28:nsubj|30:nsubj:xsubj _ 26 would would AUX MD VerbForm=Fin 28 aux 28:aux _ 27 not not PART RB _ 28 advmod 28:advmod _ @@ -240652,7 +240818,7 @@ 30 pay pay VERB VB VerbForm=Inf 28 xcomp 28:xcomp _ 31 if if SCONJ IN _ 33 mark 33:mark _ 32 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 33 nsubj 33:nsubj _ -33 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 30 advcl 30:advcl:if _ +33 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 30 advcl 30:advcl:if _ 34 proof proof NOUN NN Number=Sing 33 obj 33:obj _ 35 of of ADP IN _ 36 case 36:case _ 36 moving moving NOUN NN Number=Sing 34 nmod 34:nmod:of SpaceAfter=No @@ -240683,7 +240849,7 @@ 11 by by ADP IN _ 14 case 14:case _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 staff staff NOUN NN Number=Sing 14 compound 14:compound _ -14 member member NOUN NN Number=Sing 8 obl 8:obl:by _ +14 member member NOUN NN Number=Sing 8 obl:agent 8:obl:agent _ 15 but but CCONJ CC _ 20 cc 20:cc _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17-18 club's _ _ _ _ _ _ _ _ @@ -240716,21 +240882,21 @@ 5 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 6 gym gym NOUN NN Number=Sing 4 obj 4:obj _ 7 to to ADP IN _ 9 case 9:case _ -8 any any DET DT _ 9 det 9:det _ +8 any any DET DT PronType=Ind 9 det 9:det _ 9 woman woman NOUN NN Number=Sing 4 obl 4:obl:to SpaceAfter=No 10 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-071650-0014 # text = The equipment and classes aren't good enough to deal with the rudeness from the staff!!! 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 equipment equipment NOUN NN Number=Sing 8 nsubj 8:nsubj _ +2 equipment equipment NOUN NN Number=Sing 7 nsubj 7:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ -4 classes class NOUN NNS Number=Plur 2 conj 2:conj:and|8:nsubj _ +4 classes class NOUN NNS Number=Plur 2 conj 2:conj:and|7:nsubj _ 5-6 aren't _ _ _ _ _ _ _ _ -5 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ -6 n't not PART RB _ 8 advmod 8:advmod _ -7 good good ADJ JJ Degree=Pos 8 amod 8:amod _ -8 enough enough ADJ JJ Degree=Pos 0 root 0:root _ +5 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +6 n't not PART RB _ 7 advmod 7:advmod _ +7 good good ADJ JJ Degree=Pos 0 root 0:root _ +8 enough enough ADV RB _ 7 advmod 7:advmod _ 9 to to PART TO _ 10 mark 10:mark _ 10 deal deal VERB VB VerbForm=Inf 7 advcl 7:advcl:to _ 11 with with ADP IN _ 13 case 13:case _ @@ -240739,21 +240905,21 @@ 14 from from ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 staff staff NOUN NN Number=Sing 13 nmod 13:nmod:from SpaceAfter=No -17 !!! !!! PUNCT . _ 8 punct 8:punct _ +17 !!! !!! PUNCT . _ 7 punct 7:punct _ # sent_id = reviews-071650-0015 # text = There are better places on the Cape - FITNESS 500! 1 There there PRON EX _ 2 expl 2:expl _ -2 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 better better ADJ JJR Degree=Cmp 4 amod 4:amod _ +2 are be VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 better good ADJ JJR Degree=Cmp 4 amod 4:amod _ 4 places place NOUN NNS Number=Plur 2 nsubj 2:nsubj _ 5 on on ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 Cape cape NOUN NN Number=Sing 2 obl 2:obl:on _ -8 - - PUNCT , _ 10 punct 10:punct _ -9 FITNESS FITNESS PROPN NNP Number=Sing 10 compound 10:compound _ -10 500 500 PROPN NNP Number=Sing 2 parataxis 2:parataxis SpaceAfter=No -11 ! ! PUNCT . _ 10 punct 10:punct _ +8 - - PUNCT , _ 9 punct 9:punct _ +9 FITNESS FITNESS PROPN NNP Number=Sing 2 parataxis 2:parataxis _ +10 500 500 NUM NNP NumForm=Digit|NumType=Card 9 nummod 9:nummod SpaceAfter=No +11 ! ! PUNCT . _ 9 punct 9:punct _ # newdoc id = reviews-018465 # sent_id = reviews-018465-0001 @@ -240769,7 +240935,7 @@ # newpar id = reviews-018465-p0002 # text = I feel obligated to share this story. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|3:nsubj:xsubj|5:nsubj:xsubj _ -2 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 feel feel VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 obligated obligated ADJ JJ Degree=Pos 2 xcomp 2:xcomp _ 4 to to PART TO _ 5 mark 5:mark _ 5 share share VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ @@ -240784,22 +240950,22 @@ 3 of of ADP IN _ 4 case 4:case _ 4 college college NOUN NN Number=Sing 6 obl 6:obl:of _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj|10:nsubj _ -6 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 salon salon NOUN NN Number=Sing 6 obj 6:obj _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 explained explain VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +10 explained explain VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 situation situation NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 13 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-018465-0004 # text = Just graduated, just moved, not rich, and starting new job soon. 1 Just just ADV RB _ 2 advmod 2:advmod _ -2 graduated graduate VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +2 graduated graduate VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 3 , , PUNCT , _ 5 punct 5:punct _ 4 just just ADV RB _ 5 advmod 5:advmod _ -5 moved move VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and SpaceAfter=No +5 moved move VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and SpaceAfter=No 6 , , PUNCT , _ 8 punct 8:punct _ 7 not not PART RB _ 8 advmod 8:advmod _ 8 rich rich ADJ JJ Degree=Pos 2 conj 2:conj:and SpaceAfter=No @@ -240815,7 +240981,7 @@ # text = I never got a price quote over the phone and they take your cc info just to make the appointment because if you don't show up, they'll charge you. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 never never ADV RB _ 3 advmod 3:advmod _ -3 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 5 price price NOUN NN Number=Sing 6 compound 6:compound _ 6 quote quote NOUN NN Number=Sing 3 obj 3:obj _ @@ -240824,8 +240990,8 @@ 9 phone phone NOUN NN Number=Sing 3 obl 3:obl:over _ 10 and and CCONJ CC _ 12 cc 12:cc _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 take take VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ -13 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +12 take take VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _ +13 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 14 cc cc NOUN NN Number=Sing 15 compound 15:compound _ 15 info info NOUN NN Number=Sing 12 obj 12:obj _ 16 just just ADV RB _ 18 advmod 18:advmod _ @@ -240837,11 +241003,11 @@ 22 if if SCONJ IN _ 26 mark 26:mark _ 23 you you PRON PRP Case=Nom|Person=2|PronType=Prs 26 nsubj 26:nsubj _ 24-25 don't _ _ _ _ _ _ _ _ -24 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ +24 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ 25 n't not PART RB _ 26 advmod 26:advmod _ 26 show show VERB VB VerbForm=Inf 31 advcl 31:advcl:if _ 27 up up ADP RP _ 26 compound:prt 26:compound:prt SpaceAfter=No -28 , , PUNCT , _ 31 punct 31:punct _ +28 , , PUNCT , _ 26 punct 26:punct _ 29-30 they'll _ _ _ _ _ _ _ _ 29 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 31 nsubj 31:nsubj _ 30 'll will AUX MD VerbForm=Fin 31 aux 31:aux _ @@ -240852,14 +241018,14 @@ # sent_id = reviews-018465-0006 # text = I had this ridiculous celebrity stylist from LA named Derrick. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 this this DET DT Number=Sing|PronType=Dem 6 det 6:det _ 4 ridiculous ridiculous ADJ JJ Degree=Pos 6 amod 6:amod _ 5 celebrity celebrity NOUN NN Number=Sing 6 compound 6:compound _ 6 stylist stylist NOUN NN Number=Sing 2 obj 2:obj _ 7 from from ADP IN _ 8 case 8:case _ 8 LA LA PROPN NNP Number=Sing 6 nmod 6:nmod:from _ -9 named name VERB VBN Tense=Past|VerbForm=Part 6 acl 6:acl _ +9 named name VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl 6:acl _ 10 Derrick Derrick PROPN NNP Number=Sing 9 xcomp 9:xcomp SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ @@ -240868,35 +241034,35 @@ 1 After after SCONJ IN _ 4 mark 4:mark _ 2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 3 already already ADV RB _ 4 advmod 4:advmod _ -4 put put VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:after _ +4 put put VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:after _ 5 product product NOUN NN Number=Sing 4 obj 4:obj _ 6 on on ADP IN _ 8 case 8:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 hair hair NOUN NN Number=Sing 4 obl 4:obl:on _ 9 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -11 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No +10 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +11 " " PUNCT `` _ 14 punct 14:punct SpaceAfter=No 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 13 should should AUX MD VerbForm=Fin 14 aux 14:aux _ 14 warn warn VERB VB VerbForm=Inf 10 ccomp 10:ccomp _ -15 you you PRON PRP Case=Acc|Person=2|PronType=Prs 14 obj 14:obj SpaceAfter=No -16 , , PUNCT , _ 14 punct 14:punct _ +15 you you PRON PRP Case=Acc|Person=2|PronType=Prs 14 iobj 14:iobj SpaceAfter=No +16 , , PUNCT , _ 19 punct 19:punct _ 17-18 I'm _ _ _ _ _ _ _ _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -18 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ +18 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 19 expensive expensive ADJ JJ Degree=Pos 14 parataxis 14:parataxis SpaceAfter=No -20 . . PUNCT . _ 10 punct 10:punct SpaceAfter=No -21 " " PUNCT '' _ 10 punct 10:punct _ +20 . . PUNCT . _ 14 punct 14:punct SpaceAfter=No +21 " " PUNCT '' _ 14 punct 14:punct _ # sent_id = reviews-018465-0008 # text = What was I supposed to do, say I can't afford you and walk out with crap all over my hair. 1 What what PRON WP PronType=Int 6 obj 6:obj _ -2 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ -3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj _ -4 supposed suppose VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +2 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ +3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj:pass 4:nsubj:pass|6:nsubj:xsubj _ +4 supposed suppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ 6 do do VERB VB VerbForm=Inf 4 xcomp 4:xcomp SpaceAfter=No -7 , , PUNCT , _ 4 punct 4:punct _ +7 , , PUNCT , _ 8 punct 8:punct _ 8 say say VERB VB VerbForm=Inf 6 parataxis 6:parataxis _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 10-11 can't _ _ _ _ _ _ _ _ @@ -240907,18 +241073,18 @@ 14 and and CCONJ CC _ 15 cc 15:cc _ 15 walk walk VERB VB VerbForm=Inf 8 conj 8:conj:and _ 16 out out ADV RB _ 15 advmod 15:advmod _ -17 with with ADP IN _ 18 case 18:case _ -18 crap crap NOUN NN Number=Sing 15 obl 15:obl:with _ +17 with with SCONJ IN _ 22 mark 22:mark _ +18 crap crap NOUN NN Number=Sing 22 nsubj 22:nsubj _ 19 all all ADV RB _ 22 advmod 22:advmod _ 20 over over ADP IN _ 22 case 22:case _ -21 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ -22 hair hair NOUN NN Number=Sing 18 nmod 18:nmod:over SpaceAfter=No +21 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +22 hair hair NOUN NN Number=Sing 15 advcl 15:advcl:with SpaceAfter=No 23 . . PUNCT . _ 8 punct 8:punct _ # sent_id = reviews-018465-0009 # text = I wanted to be very blonde and instead he pulled my root color throughout my whole hair which is a gross mousey brown. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|6:nsubj:xsubj _ -2 wanted want VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 wanted want VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 6 mark 6:mark _ 4 be be AUX VB VerbForm=Inf 6 cop 6:cop _ 5 very very ADV RB _ 6 advmod 6:advmod _ @@ -240926,12 +241092,12 @@ 7 and and CCONJ CC _ 10 cc 10:cc _ 8 instead instead ADV RB _ 10 advmod 10:advmod _ 9 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 pulled pull VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +10 pulled pull VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 12 root root NOUN NN Number=Sing 13 compound 13:compound _ 13 color color NOUN NN Number=Sing 10 obj 10:obj _ 14 throughout throughout ADP IN _ 17 case 17:case _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 16 whole whole ADJ JJ Degree=Pos 17 amod 17:amod _ 17 hair hair NOUN NN Number=Sing 10 obl 10:obl:throughout|23:nsubj _ 18 which which PRON WDT PronType=Rel 23 nsubj 17:ref _ @@ -240949,7 +241115,7 @@ 3 stylists stylist NOUN NNS Number=Plur 6 nsubj 6:nsubj|7:nsubj:xsubj _ 4 around around ADP IN _ 5 case 5:case _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 nmod 3:nmod:around _ -6 kept keep VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 kept keep VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 pressuring pressure VERB VBG VerbForm=Ger 6 xcomp 6:xcomp _ 8 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 7 obj 7:obj _ 9 saying say VERB VBG VerbForm=Ger 7 advcl 7:advcl _ @@ -240958,29 +241124,29 @@ 11 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 12 so so ADV RB _ 13 advmod 13:advmod _ 13 wonderful wonderful ADJ JJ Degree=Pos 9 ccomp 9:ccomp SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ +14 , , PUNCT , _ 17 punct 17:punct _ 15-16 you're _ _ _ _ _ _ _ _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj|19:nsubj:xsubj _ -16 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +16 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 17 going go VERB VBG Tense=Pres|VerbForm=Part 13 parataxis 13:parataxis _ 18 to to PART TO _ 19 mark 19:mark _ 19 love love VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ -20 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 hair hair NOUN NN Number=Sing 19 obj 19:obj SpaceAfter=No 22 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-018465-0011 # text = $400 later my jaw dropped when the receptionist told me the total. 1 $ $ SYM $ _ 3 obl:npmod 3:obl:npmod SpaceAfter=No -2 400 400 NUM CD NumType=Card 1 nummod 1:nummod _ -3 later later ADV RBR Degree=Cmp 6 advmod 6:advmod _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +2 400 400 NUM CD NumForm=Digit|NumType=Card 1 nummod 1:nummod _ +3 later late ADV RBR Degree=Cmp 6 advmod 6:advmod _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 jaw jaw NOUN NN Number=Sing 6 nsubj 6:nsubj _ -6 dropped drop VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -7 when when SCONJ WRB PronType=Int 10 mark 10:mark _ +6 dropped drop VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 when when ADV WRB PronType=Int 10 advmod 10:advmod _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 receptionist receptionist NOUN NN Number=Sing 10 nsubj 10:nsubj _ -10 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:when _ +10 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 advcl 6:advcl:when _ 11 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 10 iobj 10:iobj _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 total total NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No @@ -240989,7 +241155,7 @@ # sent_id = reviews-018465-0012 # text = Derrick did a terrible job, was a complete jerk the entire time, and I had no warning as to the price. 1 Derrick Derrick PROPN NNP Number=Sing 2 nsubj 2:nsubj|10:nsubj _ -2 did do VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 did do VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 terrible terrible ADJ JJ Degree=Pos 5 amod 5:amod _ 5 job job NOUN NN Number=Sing 2 obj 2:obj SpaceAfter=No @@ -241004,8 +241170,8 @@ 14 , , PUNCT , _ 17 punct 17:punct _ 15 and and CCONJ CC _ 17 cc 17:cc _ 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -17 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ -18 no no DET DT _ 19 det 19:det _ +17 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +18 no no DET DT PronType=Neg 19 det 19:det _ 19 warning warning NOUN NN Number=Sing 17 obj 17:obj _ 20 as as ADP IN _ 23 case 23:case _ 21 to to ADP IN _ 20 fixed 20:fixed _ @@ -241016,7 +241182,7 @@ # sent_id = reviews-018465-0013 # text = I cried the entire way home. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 cried cry VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 cried cry VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 entire entire ADJ JJ Degree=Pos 5 amod 5:amod _ 5 way way NOUN NN Number=Sing 6 obl:npmod 6:obl:npmod _ @@ -241028,7 +241194,7 @@ 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2 then then ADV RB PronType=Dem 4 advmod 4:advmod _ 3 " " PUNCT `` _ 4 punct 4:punct SpaceAfter=No -4 fixed fix VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +4 fixed fix VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 5 " " PUNCT '' _ 4 punct 4:punct _ 6 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 4 obj 4:obj _ 7 for for ADP IN _ 8 case 8:case _ @@ -241036,7 +241202,7 @@ 9 but but CCONJ CC _ 12 cc 12:cc _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ 11 still still ADV RB _ 12 advmod 12:advmod _ -12 looked look VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:but _ +12 looked look VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:but _ 13 like like ADP IN _ 14 case 14:case _ 14 crap crap NOUN NN Number=Sing 12 obl 12:obl:like SpaceAfter=No 15 . . PUNCT . _ 4 punct 4:punct _ @@ -241066,22 +241232,22 @@ # text = He also told me that he worked on the cast of will and grace and that they were all jerks. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 obj 3:obj _ +3 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 iobj 3:iobj _ 5 that that SCONJ IN _ 7 mark 7:mark _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 worked work VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +7 worked work VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ 8 on on ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 cast cast NOUN NN Number=Sing 7 obl 7:obl:on _ 11 of of ADP IN _ 12 case 12:case _ -12 will will PROPN NNP Number=Sing 10 nmod 10:nmod:of _ +12 will Will PROPN NNP Number=Sing 10 nmod 10:nmod:of _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 grace grace PROPN NNP Number=Sing 12 conj 10:nmod:of|12:conj:and _ +14 grace Grace PROPN NNP Number=Sing 12 conj 10:nmod:of|12:conj:and _ 15 and and CCONJ CC _ 20 cc 20:cc _ 16 that that SCONJ IN _ 20 mark 20:mark _ 17 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj _ -18 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 cop 20:cop _ +18 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 20 cop 20:cop _ 19 all all ADV RB _ 20 advmod 20:advmod _ 20 jerks jerk NOUN NNS Number=Plur 7 conj 3:ccomp|7:conj:and SpaceAfter=No 21 . . PUNCT . _ 3 punct 3:punct _ @@ -241091,11 +241257,11 @@ 1-2 That's _ _ _ _ _ _ _ _ 1 That that PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 2 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 4 favorite favorite ADJ JJ Degree=Pos 5 amod 5:amod _ 5 show show NOUN NN Number=Sing 0 root 0:root _ 6 of of ADP IN _ 8 case 8:case _ -7 all all DET DT _ 8 det 8:det _ +7 all all DET DT PronType=Tot 8 det 8:det _ 8 time time NOUN NN Number=Sing 5 nmod 5:nmod:of SpaceAfter=No 9 . . PUNCT . _ 5 punct 5:punct _ @@ -241103,7 +241269,7 @@ # text = I'm pretty sure for the cast that it was the other way around. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 pretty pretty ADV RB _ 4 advmod 4:advmod _ 4 sure sure ADJ JJ Degree=Pos 0 root 0:root _ 5 for for ADP IN _ 7 case 7:case _ @@ -241123,7 +241289,7 @@ 1 Maybe maybe ADV RB _ 5 advmod 5:advmod _ 2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 3-4 didn't _ _ _ _ _ _ _ _ -3 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +3 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 do do VERB VB VerbForm=Inf 0 root 0:root _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ @@ -241131,8 +241297,8 @@ 8 job job NOUN NN Number=Sing 5 obj 5:obj _ 9 and and CCONJ CC _ 11 cc 11:cc _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ -12 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj _ +11 told tell VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 5 conj 5:conj:and _ +12 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 iobj 11:iobj _ 13 so so ADV RB _ 11 advmod 11:advmod SpaceAfter=No 14 . . PUNCT . _ 5 punct 5:punct _ @@ -241164,17 +241330,17 @@ 3 Rod Rod PROPN NNP Number=Sing 1 obl 1:obl:with _ 4 Jacobsen Jacobsen PROPN NNP Number=Sing 3 flat 3:flat _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ -7 first first ADJ JJ Degree=Pos|NumType=Ord 8 amod 8:amod _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 8 amod 8:amod _ 8 experience experience NOUN NN Number=Sing 0 root 0:root _ 9 working work VERB VBG VerbForm=Ger 8 acl 8:acl _ 10 with with ADP IN _ 12 case 12:case _ 11 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 12 CPA cpa NOUN NN Number=Sing 9 obl 9:obl:with SpaceAfter=No -13 , , PUNCT , _ 8 punct 8:punct _ +13 , , PUNCT , _ 18 punct 18:punct _ 14 so so ADV RB _ 18 advmod 18:advmod _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -16 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 aux 18:aux _ +16 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 18 aux 18:aux _ 17 not not PART RB _ 18 advmod 18:advmod _ 18 know know VERB VB VerbForm=Inf 8 parataxis 8:parataxis _ 19 what what PRON WP PronType=Int 21 obj 21:obj _ @@ -241184,35 +241350,35 @@ # sent_id = reviews-333243-0003 # text = That said - he seemed to be doing well enough. -1 That that PRON DT Number=Sing|PronType=Dem 2 nsubj 2:nsubj _ -2 said say VERB VBN Tense=Past|VerbForm=Part 5 advcl 5:advcl _ -3 - - PUNCT , _ 5 punct 5:punct _ +1 That that PRON DT Number=Sing|PronType=Dem 2 nsubj:pass 2:nsubj:pass _ +2 said say VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 advcl 5:advcl _ +3 - - PUNCT , _ 2 punct 2:punct _ 4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj|8:nsubj:xsubj _ -5 seemed seem VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 seemed seem VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 to to PART TO _ 8 mark 8:mark _ 7 be be AUX VB VerbForm=Inf 8 aux 8:aux _ 8 doing do VERB VBG VerbForm=Ger 5 xcomp 5:xcomp _ -9 well well ADV RB Degree=Pos 10 advmod 10:advmod _ -10 enough enough ADV RB _ 8 advmod 8:advmod SpaceAfter=No +9 well well ADV RB Degree=Pos 8 advmod 8:advmod _ +10 enough enough ADV RB _ 9 advmod 9:advmod SpaceAfter=No 11 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-333243-0004 # text = However, then I asked to amend my return to apply a credit I had just become eligible for. 1 However however ADV RB _ 5 advmod 5:advmod SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 then then ADV RB PronType=Dem 5 advmod 5:advmod _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ -5 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 asked ask VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 amend amend VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 return return NOUN NN Number=Sing 7 obj 7:obj _ 10 to to PART TO _ 11 mark 11:mark _ 11 apply apply VERB VB VerbForm=Inf 7 advcl 7:advcl:to _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 credit credit NOUN NN Number=Sing 11 obj 11:obj _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj|18:nsubj:xsubj _ -15 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 aux 17:aux _ +15 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 17 aux 17:aux _ 16 just just ADV RB _ 17 advmod 17:advmod _ 17 become become VERB VBN Tense=Past|VerbForm=Part 13 acl:relcl 13:acl:relcl _ 18 eligible eligible ADJ JJ Degree=Pos 17 xcomp 17:xcomp _ @@ -241222,7 +241388,7 @@ # sent_id = reviews-333243-0005 # text = I expected to pay for this service, but imagine my surprise when I received a bill for MORE than what I paid to have the original return prepared. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj|10:nsubj _ -2 expected expect VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 expected expect VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 pay pay VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ 5 for for ADP IN _ 7 case 7:case _ @@ -241231,42 +241397,42 @@ 8 , , PUNCT , _ 10 punct 10:punct _ 9 but but CCONJ CC _ 10 cc 10:cc _ 10 imagine imagine VERB VB VerbForm=Inf 2 conj 2:conj:but _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 surprise surprise NOUN NN Number=Sing 10 obj 10:obj _ -13 when when SCONJ WRB PronType=Int 15 mark 15:mark _ +13 when when ADV WRB PronType=Int 15 advmod 15:advmod _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -15 received receive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:when _ +15 received receive VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:when _ 16 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 17 bill bill NOUN NN Number=Sing 15 obj 15:obj _ 18 for for ADP IN _ 19 case 19:case _ 19 MORE more ADJ JJR Degree=Cmp 17 nmod 17:nmod:for _ -20 than than SCONJ IN _ 23 mark 23:mark _ -21 what what PRON WP PronType=Int 23 obj 23:obj _ +20 than than ADP IN _ 21 case 21:case _ +21 what what PRON WP PronType=Rel 19 obl 19:obl:than|23:obj _ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ -23 paid pay VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 advcl 19:advcl:than _ +23 paid pay VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 21 acl:relcl 21:acl:relcl _ 24 to to PART TO _ 25 mark 25:mark _ 25 have have VERB VB VerbForm=Inf 23 advcl 23:advcl:to _ 26 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 27 original original ADJ JJ Degree=Pos 28 amod 28:amod _ 28 return return NOUN NN Number=Sing 25 obj 25:obj|29:nsubj:xsubj _ -29 prepared prepare VERB VBN Tense=Past|VerbForm=Part 25 xcomp 25:xcomp SpaceAfter=No +29 prepared prepare VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 25 xcomp 25:xcomp SpaceAfter=No 30 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-333243-0006 # text = Asked why, Rod simply told me that he had to research how to do the amendment (it was an amended to show that I had purchased a home - nothing out of the ordinary, one would think) and that took time to figure out. -1 Asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 advcl 6:advcl _ -2 why why SCONJ WRB PronType=Int 1 mark 1:mark SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +1 Asked ask VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 6 advcl 6:advcl _ +2 why why ADV WRB PronType=Int 1 advmod 1:advmod SpaceAfter=No +3 , , PUNCT , _ 1 punct 1:punct _ 4 Rod Rod PROPN NNP Number=Sing 6 nsubj 6:nsubj _ 5 simply simply ADV RB _ 6 advmod 6:advmod _ -6 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -7 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 6 obj 6:obj _ +6 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 6 iobj 6:iobj _ 8 that that SCONJ IN _ 10 mark 10:mark _ 9 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ -10 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp _ +10 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 ccomp 6:ccomp _ 11 to to PART TO _ 12 mark 12:mark _ 12 research research VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ -13 how how SCONJ WRB PronType=Int 15 mark 15:mark _ +13 how how ADV WRB PronType=Int 15 advmod 15:advmod _ 14 to to PART TO _ 15 mark 15:mark _ 15 do do VERB VB VerbForm=Inf 12 ccomp 12:ccomp _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ @@ -241275,29 +241441,29 @@ 19 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj _ 20 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 22 cop 22:cop _ 21 an a DET DT Definite=Ind|PronType=Art 22 det 22:det _ -22 amended amendment NOUN NN Number=Sing|Typo=Yes 6 parataxis 6:parataxis _ +22 amended amendment NOUN NN Number=Sing|Typo=Yes 6 parataxis 6:parataxis CorrectForm=amendment 23 to to PART TO _ 24 mark 24:mark _ 24 show show VERB VB VerbForm=Inf 22 acl 22:acl:to _ 25 that that SCONJ IN _ 28 mark 28:mark _ 26 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 28 nsubj 28:nsubj _ -27 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 28 aux 28:aux _ +27 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 28 aux 28:aux _ 28 purchased purchase VERB VBN Tense=Past|VerbForm=Part 24 ccomp 24:ccomp _ 29 a a DET DT Definite=Ind|PronType=Art 30 det 30:det _ 30 home home NOUN NN Number=Sing 28 obj 28:obj _ -31 - - PUNCT , _ 22 punct 22:punct _ -32 nothing nothing PRON NN Number=Sing 22 appos 22:appos _ +31 - - PUNCT , _ 32 punct 32:punct _ +32 nothing nothing PRON NN Number=Sing|PronType=Neg 22 appos 22:appos _ 33 out out ADP IN _ 36 case 36:case _ 34 of of ADP IN _ 36 case 36:case _ 35 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ 36 ordinary ordinary ADJ JJ Degree=Pos 32 nmod 32:nmod:of SpaceAfter=No -37 , , PUNCT , _ 32 punct 32:punct _ -38 one one PRON PRP _ 40 nsubj 40:nsubj _ +37 , , PUNCT , _ 40 punct 40:punct _ +38 one one PRON PRP Number=Sing|Person=3|PronType=Prs 40 nsubj 40:nsubj _ 39 would would AUX MD VerbForm=Fin 40 aux 40:aux _ 40 think think VERB VB VerbForm=Inf 32 parataxis 32:parataxis SpaceAfter=No 41 ) ) PUNCT -RRB- _ 22 punct 22:punct _ 42 and and CCONJ CC _ 44 cc 44:cc _ 43 that that PRON DT Number=Sing|PronType=Dem 44 nsubj 44:nsubj _ -44 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ +44 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 conj 6:conj:and _ 45 time time NOUN NN Number=Sing 44 obj 44:obj _ 46 to to PART TO _ 47 mark 47:mark _ 47 figure figure VERB VB VerbForm=Inf 44 advcl 44:advcl:to _ @@ -241307,11 +241473,11 @@ # sent_id = reviews-333243-0007 # text = Well, that was strike one. 1 Well well INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 that that PRON DT Number=Sing|PronType=Dem 5 nsubj 5:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 5 strike strike NOUN NN Number=Sing 0 root 0:root _ -6 one one NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No +6 one one NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod SpaceAfter=No 7 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-333243-0008 @@ -241340,11 +241506,11 @@ # sent_id = reviews-333243-0009 # text = However, now that I have come to realize that I am going to owe the IRS $6,000+ despite doing exactly what Rod told me to do, I feel I have to voice my opinion. 1 However however ADV RB _ 3 advmod 3:advmod SpaceAfter=No -2 , , PUNCT , _ 32 punct 32:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 now now ADV RB _ 32 advmod 32:advmod _ 4 that that SCONJ IN _ 7 mark 7:mark _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ -6 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 come come VERB VBN Tense=Past|VerbForm=Part 3 advcl 3:advcl:that _ 8 to to PART TO _ 9 mark 9:mark _ 9 realize realize VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ @@ -241357,25 +241523,25 @@ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 IRS IRS PROPN NNP Number=Sing 15 iobj 15:iobj _ 18 $ $ SYM $ _ 15 obj 15:obj SpaceAfter=No -19 6,000 6,000 NUM CD NumType=Card 18 compound 18:compound SpaceAfter=No +19 6,000 6000 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod SpaceAfter=No 20 + + SYM SYM _ 18 advmod 18:advmod _ 21 despite despite SCONJ IN _ 22 mark 22:mark _ 22 doing do VERB VBG VerbForm=Ger 15 advcl 15:advcl:despite _ 23 exactly exactly ADV RB _ 24 advmod 24:advmod _ -24 what what PRON WP PronType=Int 22 obj 22:obj _ +24 what what PRON WP PronType=Rel 22 obj 22:obj|29:obj _ 25 Rod Rod PROPN NNP Number=Sing 26 nsubj 26:nsubj _ -26 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 acl:relcl 24:acl:relcl _ -27 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 26 obj 26:obj|29:nsubj:xsubj _ +26 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 acl:relcl 24:acl:relcl _ +27 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 26 iobj 26:iobj|29:nsubj:xsubj _ 28 to to PART TO _ 29 mark 29:mark _ 29 do do VERB VB VerbForm=Inf 26 xcomp 26:xcomp SpaceAfter=No -30 , , PUNCT , _ 32 punct 32:punct _ +30 , , PUNCT , _ 3 punct 3:punct _ 31 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 32 nsubj 32:nsubj _ -32 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +32 feel feel VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 33 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 34 nsubj 34:nsubj|36:nsubj:xsubj _ -34 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 32 ccomp 32:ccomp _ +34 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 32 ccomp 32:ccomp _ 35 to to PART TO _ 36 mark 36:mark _ 36 voice voice VERB VB VerbForm=Inf 34 xcomp 34:xcomp _ -37 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ +37 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 38 nmod:poss 38:nmod:poss _ 38 opinion opinion NOUN NN Number=Sing 36 obj 36:obj SpaceAfter=No 39 . . PUNCT . _ 32 punct 32:punct _ @@ -241383,26 +241549,26 @@ # text = Last year, after all was said and done, I asked Rod whether my payment structure would leave me with no/little tax liability at the end of the year. 1 Last last ADJ JJ Degree=Pos 2 amod 2:amod _ 2 year year NOUN NN Number=Sing 12 obl:tmod 12:obl:tmod SpaceAfter=No -3 , , PUNCT , _ 12 punct 12:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 after after SCONJ IN _ 7 mark 7:mark _ -5 all all DET DT _ 7 nsubj:pass 7:nsubj:pass|9:nsubj:pass _ +5 all all DET DT PronType=Tot 7 nsubj:pass 7:nsubj:pass|9:nsubj:pass _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 aux:pass 7:aux:pass _ 7 said say VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 12 advcl 12:advcl:after _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 done do VERB VBN Tense=Past|VerbForm=Part 7 conj 7:conj:and|12:advcl:after SpaceAfter=No -10 , , PUNCT , _ 12 punct 12:punct _ +9 done do VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 conj 7:conj:and|12:advcl:after SpaceAfter=No +10 , , PUNCT , _ 7 punct 7:punct _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -13 Rod Rod PROPN NNP Number=Sing 12 obj 12:obj _ +12 asked ask VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +13 Rod Rod PROPN NNP Number=Sing 12 iobj 12:iobj _ 14 whether whether SCONJ IN _ 19 mark 19:mark _ -15 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +15 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 16 payment payment NOUN NN Number=Sing 17 compound 17:compound _ 17 structure structure NOUN NN Number=Sing 19 nsubj 19:nsubj _ 18 would would AUX MD VerbForm=Fin 19 aux 19:aux _ 19 leave leave VERB VB VerbForm=Inf 12 ccomp 12:ccomp _ 20 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 19 obj 19:obj _ 21 with with ADP IN _ 26 case 26:case _ -22 no no DET DT _ 26 det 26:det SpaceAfter=No +22 no no DET DT PronType=Neg 26 det 26:det SpaceAfter=No 23 / / SYM SYM _ 24 cc 24:cc SpaceAfter=No 24 little little ADJ JJ Degree=Pos 22 conj 22:conj|26:det _ 25 tax tax NOUN NN Number=Sing 26 compound 26:compound _ @@ -241418,16 +241584,16 @@ # sent_id = reviews-333243-0011 # text = He said yes. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 yes yes INTJ UH _ 2 ccomp 2:ccomp SpaceAfter=No 4 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-333243-0012 # text = Well, again, I am now faced with a tax bill of $6,000+, all due on April 15, 2010 and all that Rod has to say to the matter is 'well, you won't have to pay a penalty.' 1 Well well INTJ UH _ 8 discourse 8:discourse SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 again again ADV RB _ 8 advmod 8:advmod SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj:pass 8:nsubj:pass _ 6 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 aux:pass 8:aux:pass _ 7 now now ADV RB _ 8 advmod 8:advmod _ @@ -241438,19 +241604,19 @@ 12 bill bill NOUN NN Number=Sing 8 obl 8:obl:with _ 13 of of ADP IN _ 14 case 14:case _ 14 $ $ SYM $ _ 12 nmod 12:nmod:of SpaceAfter=No -15 6,000 6,000 NUM CD NumType=Card 14 compound 14:compound SpaceAfter=No +15 6,000 6000 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No 16 + + SYM SYM _ 14 advmod 14:advmod SpaceAfter=No -17 , , PUNCT , _ 12 punct 12:punct _ -18 all all DET DT _ 12 appos 12:appos _ +17 , , PUNCT , _ 18 punct 18:punct _ +18 all all DET DT PronType=Tot 12 appos 12:appos _ 19 due due ADJ JJ Degree=Pos 18 amod 18:amod _ 20 on on ADP IN _ 21 case 21:case _ 21 April April PROPN NNP Number=Sing 19 obl 19:obl:on _ -22 15 15 NUM CD NumType=Card 21 nummod 21:nummod SpaceAfter=No -23 , , PUNCT , _ 21 punct 21:punct _ -24 2010 2010 NUM CD NumType=Card 21 nummod 21:nummod _ -25 and and CCONJ CC _ 35 cc 35:cc _ -26 all all DET DT _ 35 nsubj 35:nsubj _ -27 that that PRON WDT PronType=Dem 31 obj 31:obj _ +22 15 15 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod SpaceAfter=No +23 , , PUNCT , _ 24 punct 24:punct _ +24 2010 2010 NUM CD NumForm=Digit|NumType=Card 21 nummod 21:nummod _ +25 and and CCONJ CC _ 42 cc 42:cc _ +26 all all DET DT PronType=Tot 42 nsubj:outer 29:obj|31:obj|42:nsubj:outer _ +27 that that PRON WDT PronType=Rel 31 obj 26:ref _ 28 Rod Rod PROPN NNP Number=Sing 29 nsubj 29:nsubj|31:nsubj:xsubj _ 29 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 acl:relcl 26:acl:relcl _ 30 to to PART TO _ 31 mark 31:mark _ @@ -241458,21 +241624,21 @@ 32 to to ADP IN _ 34 case 34:case _ 33 the the DET DT Definite=Def|PronType=Art 34 det 34:det _ 34 matter matter NOUN NN Number=Sing 31 obl 31:obl:to _ -35 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 conj 8:conj:and _ -36 ' ' PUNCT `` _ 35 punct 35:punct SpaceAfter=No +35 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 42 cop 42:cop _ +36 ' ' PUNCT `` _ 42 punct 42:punct SpaceAfter=No 37 well well INTJ UH _ 42 discourse 42:discourse SpaceAfter=No -38 , , PUNCT , _ 42 punct 42:punct _ +38 , , PUNCT , _ 37 punct 37:punct _ 39 you you PRON PRP Case=Nom|Person=2|PronType=Prs 42 nsubj 42:nsubj|44:nsubj:xsubj _ 40-41 won't _ _ _ _ _ _ _ _ 40 wo will AUX MD VerbForm=Fin 42 aux 42:aux _ 41 n't not PART RB _ 42 advmod 42:advmod _ -42 have have VERB VB VerbForm=Inf 35 ccomp 35:ccomp _ +42 have have VERB VB VerbForm=Inf 8 conj 8:conj:and _ 43 to to PART TO _ 44 mark 44:mark _ 44 pay pay VERB VB VerbForm=Inf 42 xcomp 42:xcomp _ 45 a a DET DT Definite=Ind|PronType=Art 46 det 46:det _ 46 penalty penalty NOUN NN Number=Sing 44 obj 44:obj SpaceAfter=No -47 . . PUNCT . _ 8 punct 8:punct SpaceAfter=No -48 ' ' PUNCT '' _ 8 punct 8:punct _ +47 . . PUNCT . _ 42 punct 42:punct SpaceAfter=No +48 ' ' PUNCT '' _ 42 punct 42:punct _ # sent_id = reviews-333243-0013 # text = I may not have to pay a penalty, yet, but this is NOT what I had in mind when hired these guys. @@ -241484,20 +241650,20 @@ 6 pay pay VERB VB VerbForm=Inf 4 xcomp 4:xcomp _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 penalty penalty NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No -9 , , PUNCT , _ 6 punct 6:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 yet yet ADV RB _ 6 advmod 6:advmod SpaceAfter=No 11 , , PUNCT , _ 16 punct 16:punct _ 12 but but CCONJ CC _ 16 cc 16:cc _ 13 this this PRON DT Number=Sing|PronType=Dem 16 nsubj 16:nsubj _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop 16:cop _ 15 NOT not PART RB _ 16 advmod 16:advmod _ -16 what what PRON WP PronType=Int 4 conj 4:conj:but _ +16 what what PRON WP PronType=Rel 4 conj 4:conj:but|18:obj _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -18 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ +18 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ 19 in in ADP IN _ 20 case 20:case _ 20 mind mind NOUN NN Number=Sing 18 obl 18:obl:in _ -21 when when SCONJ WRB PronType=Int 22 mark 22:mark _ -22 hired hire VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 advcl 18:advcl:when _ +21 when when ADV WRB PronType=Int 22 advmod 22:advmod _ +22 hired hire VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 18 advcl 18:advcl:when _ 23 these this DET DT Number=Plur|PronType=Dem 24 det 24:det _ 24 guys guy NOUN NNS Number=Plur 22 obj 22:obj SpaceAfter=No 25 . . PUNCT . _ 4 punct 4:punct _ @@ -241508,12 +241674,12 @@ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 words word NOUN NNS Number=Plur 10 obl 10:obl:in _ 4 of of ADP IN _ 7 case 7:case _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 new new ADJ JJ Degree=Pos 7 amod 7:amod _ 7 accountant accountant NOUN NN Number=Sing 3 nmod 3:nmod:of SpaceAfter=No -8 , , PUNCT , _ 10 punct 10:punct _ +8 , , PUNCT , _ 3 punct 3:punct _ 9 THEY they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj _ -10 LET let VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 LET let VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 11 ME I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 10 obj 10:obj _ 12 DOWN down ADP RP _ 10 compound:prt 10:compound:prt SpaceAfter=No 13 ! ! PUNCT . _ 10 punct 10:punct _ @@ -241522,9 +241688,9 @@ # sent_id = reviews-036133-0001 # newpar id = reviews-036133-p0001 # text = Bit sketchy, sporadic delivery times -1 Bit bit NOUN NN Number=Sing 2 advmod 2:advmod _ +1 Bit bit NOUN NN Number=Sing 2 obl:npmod 2:obl:npmod _ 2 sketchy sketchy ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No -3 , , PUNCT , _ 6 punct 6:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 sporadic sporadic ADJ JJ Degree=Pos 6 amod 6:amod _ 5 delivery delivery NOUN NN Number=Sing 6 compound 6:compound _ 6 times time NOUN NNS Number=Plur 0 root 0:root _ @@ -241533,14 +241699,14 @@ # newpar id = reviews-036133-p0002 # text = I bought about half of the furniture I own from this place. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 bought buy VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 bought buy VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 about about ADV RB _ 4 advmod 4:advmod _ -4 half half NOUN NN Number=Sing 2 obj 2:obj _ +4 half half NOUN NN Number=Sing|NumForm=Word|NumType=Frac 2 obj 2:obj _ 5 of of ADP IN _ 7 case 7:case _ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 furniture furniture NOUN NN Number=Sing 4 nmod 4:nmod:of _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 own own VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ +9 own own VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl _ 10 from from ADP IN _ 12 case 12:case _ 11 this this DET DT Number=Sing|PronType=Dem 12 det 12:det _ 12 place place NOUN NN Number=Sing 2 obl 2:obl:from SpaceAfter=No @@ -241555,13 +241721,13 @@ # text = Because they cut me good deals if I paid in cash. 1 Because because SCONJ IN _ 3 mark 3:mark _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 cut cut VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 cut cut VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 3 iobj 3:iobj _ 5 good good ADJ JJ Degree=Pos 6 amod 6:amod _ 6 deals deal NOUN NNS Number=Plur 3 obj 3:obj _ 7 if if SCONJ IN _ 9 mark 9:mark _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 paid pay VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:if _ +9 paid pay VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:if _ 10 in in ADP IN _ 11 case 11:case _ 11 cash cash NOUN NN Number=Sing 9 obl 9:obl:in SpaceAfter=No 12 . . PUNCT . _ 3 punct 3:punct _ @@ -241569,7 +241735,7 @@ # sent_id = reviews-036133-0005 # text = Sketchy, right? 1 Sketchy sketchy ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +2 , , PUNCT , _ 3 punct 3:punct _ 3 right right ADJ JJ Degree=Pos 1 discourse 1:discourse SpaceAfter=No 4 ? ? PUNCT . _ 1 punct 1:punct _ @@ -241577,14 +241743,14 @@ # text = Well they came through and delivered almost all of my items within a few days. 1 Well well INTJ UH _ 3 discourse 3:discourse _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj|6:nsubj _ -3 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 came come VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 through through ADV RB _ 3 advmod 3:advmod _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 delivered deliver VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +6 delivered deliver VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 7 almost almost ADV RB _ 8 advmod 8:advmod _ -8 all all DET DT _ 6 obj 6:obj _ +8 all all DET DT PronType=Tot 6 obj 6:obj _ 9 of of ADP IN _ 11 case 11:case _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 items item NOUN NNS Number=Plur 8 nmod 8:nmod:of _ 12 within within ADP IN _ 15 case 15:case _ 13 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ @@ -241597,7 +241763,7 @@ 1 ( ( PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No 2 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 3 even even ADV RB _ 4 advmod 4:advmod _ -4 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 got get VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 iobj 4:iobj _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 couch couch NOUN NN Number=Sing 4 obj 4:obj _ @@ -241622,15 +241788,15 @@ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 furniture furniture NOUN NN Number=Sing 10 obj 10:obj _ 14 quickly quickly ADV RB _ 10 advmod 10:advmod SpaceAfter=No -15 , , PUNCT , _ 2 punct 2:punct _ +15 , , PUNCT , _ 16 punct 16:punct _ 16 Ahmed Ahmed PROPN NNP Number=Sing 2 appos 2:appos SpaceAfter=No -17 , , PUNCT , _ 19 punct 19:punct _ +17 , , PUNCT , _ 2 punct 2:punct _ 18 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 cop 19:cop _ 19 nice nice ADJ JJ Degree=Pos 0 root 0:root _ 20 and and CCONJ CC _ 22 cc 22:cc _ 21 mostly mostly ADV RB _ 22 advmod 22:advmod _ 22 professional professional ADJ JJ Degree=Pos 19 conj 19:conj:and SpaceAfter=No -23 , , PUNCT , _ 19 punct 19:punct _ +23 , , PUNCT , _ 26 punct 26:punct _ 24 except except ADP IN _ 26 case 26:case _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 26 semi-sketchiness semi-sketchiness NOUN NN Number=Sing 19 obl 19:obl:except SpaceAfter=No @@ -241639,35 +241805,35 @@ # sent_id = reviews-036133-0009 # text = Then one day, Ahmed left the country, not to return for months, WITHOUT informing me. 1 Then then ADV RB PronType=Dem 6 advmod 6:advmod _ -2 one one NUM CD NumType=Card 3 nummod 3:nummod _ +2 one one NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 day day NOUN NN Number=Sing 6 obl:tmod 6:obl:tmod SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 Ahmed Ahmed PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -6 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 left leave VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 country country NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No -9 , , PUNCT , _ 6 punct 6:punct _ -10 not not ADV RB _ 12 advmod 12:advmod _ +9 , , PUNCT , _ 12 punct 12:punct _ +10 not not PART RB _ 12 advmod 12:advmod _ 11 to to PART TO _ 12 mark 12:mark _ 12 return return VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ 13 for for ADP IN _ 14 case 14:case _ 14 months month NOUN NNS Number=Plur 12 obl 12:obl:for SpaceAfter=No -15 , , PUNCT , _ 6 punct 6:punct _ +15 , , PUNCT , _ 17 punct 17:punct _ 16 WITHOUT without SCONJ IN _ 17 mark 17:mark _ 17 informing inform VERB VBG VerbForm=Ger 6 advcl 6:advcl:without _ -18 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 17 obj 17:obj SpaceAfter=No +18 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 17 iobj 17:iobj SpaceAfter=No 19 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-036133-0010 # text = He also neglected to tell the other person working at the store about a dining room table that I had ordered and that was supposed to be coming in. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 neglected neglect VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 neglected neglect VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 tell tell VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 other other ADJ JJ Degree=Pos 8 amod 8:amod _ -8 person person NOUN NN Number=Sing 5 obj 5:obj _ +8 person person NOUN NN Number=Sing 5 iobj 5:iobj _ 9 working work VERB VBG VerbForm=Ger 8 acl 8:acl _ 10 at at ADP IN _ 12 case 12:case _ 11 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -241676,15 +241842,15 @@ 14 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 15 dining dining NOUN NN Number=Sing 16 compound 16:compound _ 16 room room NOUN NN Number=Sing 17 compound 17:compound _ -17 table table NOUN NN Number=Sing 5 obl 5:obl:about|21:obj _ +17 table table NOUN NN Number=Sing 5 obl 5:obl:about|21:obj|25:nsubj:pass|28:nsubj:xsubj _ 18 that that PRON WDT PronType=Rel 21 obj 17:ref _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj 21:nsubj _ -20 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 21 aux 21:aux _ +20 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 21 aux 21:aux _ 21 ordered order VERB VBN Tense=Past|VerbForm=Part 17 acl:relcl 17:acl:relcl _ 22 and and CCONJ CC _ 25 cc 25:cc _ -23 that that PRON WDT PronType=Dem 25 nsubj 25:nsubj|28:nsubj:xsubj _ -24 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 25 aux 25:aux _ -25 supposed suppose VERB VBN Tense=Past|VerbForm=Part 21 conj 17:acl:relcl|21:conj:and _ +23 that that PRON WDT PronType=Rel 25 nsubj:pass 17:ref _ +24 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 25 aux:pass 25:aux:pass _ +25 supposed suppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 21 conj 17:acl:relcl|21:conj:and _ 26 to to PART TO _ 28 mark 28:mark _ 27 be be AUX VB VerbForm=Inf 28 aux 28:aux _ 28 coming come VERB VBG Tense=Pres|VerbForm=Part 25 xcomp 25:xcomp _ @@ -241701,13 +241867,13 @@ 6 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 7 store store NOUN NN Number=Sing 4 obl 4:obl:at _ 8-9 didn't _ _ _ _ _ _ _ _ -8 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 aux 10:aux _ +8 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 aux 10:aux _ 9 n't not PART RB _ 10 advmod 10:advmod _ 10 know know VERB VB VerbForm=Inf 0 root 0:root _ 11 that that SCONJ IN _ 14 mark 14:mark _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 13 still still ADV RB _ 14 advmod 14:advmod _ -14 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 ccomp 10:ccomp _ +14 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 10 ccomp 10:ccomp _ 15 this this DET DT Number=Sing|PronType=Dem 16 det 16:det _ 16 table table NOUN NN Number=Sing 14 obj 14:obj|17:nsubj:xsubj _ 17 coming come VERB VBG VerbForm=Ger 14 xcomp 14:xcomp SpaceAfter=No @@ -241716,50 +241882,50 @@ # sent_id = reviews-036133-0012 # text = I had paid in cash, and he said he had no receipt/record of my purchase. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -2 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +2 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 paid pay VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 in in ADP IN _ 5 case 5:case _ 5 cash cash NOUN NN Number=Sing 3 obl 3:obl:in SpaceAfter=No 6 , , PUNCT , _ 9 punct 9:punct _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ -9 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +9 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 10 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 ccomp 9:ccomp _ -12 no no DET DT _ 15 det 15:det _ +11 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 ccomp 9:ccomp _ +12 no no DET DT PronType=Neg 15 det 15:det _ 13 receipt receipt NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No -14 / / PUNCT HYPH _ 15 cc 15:cc SpaceAfter=No +14 / / SYM HYPH _ 15 cc 15:cc SpaceAfter=No 15 record record NOUN NN Number=Sing 13 conj 11:obj|13:conj _ 16 of of ADP IN _ 18 case 18:case _ -17 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 purchase purchase NOUN NN Number=Sing 15 nmod 15:nmod:of SpaceAfter=No 19 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-036133-0013 # text = I came back with the receipt Ahmed had provided upon my purchase, and the guy took forever to copy it but said that he would take care of the situation. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 came come VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 back back ADV RB _ 2 advmod 2:advmod _ 4 with with ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 receipt receipt NOUN NN Number=Sing 2 obl 2:obl:with _ 7 Ahmed Ahmed PROPN NNP Number=Sing 9 nsubj 9:nsubj _ -8 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 aux 9:aux _ +8 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 aux 9:aux _ 9 provided provide VERB VBN Tense=Past|VerbForm=Part 6 acl:relcl 6:acl:relcl _ 10 upon upon ADP IN _ 12 case 12:case _ -11 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 purchase purchase NOUN NN Number=Sing 9 obl 9:obl:upon SpaceAfter=No 13 , , PUNCT , _ 17 punct 17:punct _ 14 and and CCONJ CC _ 17 cc 17:cc _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 guy guy NOUN NN Number=Sing 17 nsubj 17:nsubj|23:nsubj _ -17 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +17 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 18 forever forever ADV RB _ 17 advmod 17:advmod _ 19 to to PART TO _ 20 mark 20:mark _ 20 copy copy VERB VB VerbForm=Inf 17 advcl 17:advcl:to _ 21 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 20 obj 20:obj _ 22 but but CCONJ CC _ 23 cc 23:cc _ -23 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 17 conj 17:conj:but _ +23 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 conj 17:conj:but _ 24 that that SCONJ IN _ 27 mark 27:mark _ 25 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 27 nsubj 27:nsubj _ 26 would would AUX MD VerbForm=Fin 27 aux 27:aux _ @@ -241773,21 +241939,21 @@ # sent_id = reviews-036133-0014 # text = I waited. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 waited wait VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +2 waited wait VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-036133-0015 # text = And waited. 1 And and CCONJ CC _ 2 cc 2:cc _ -2 waited wait VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +2 waited wait VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-036133-0016 # text = He never once contacted us. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 2 never never ADV RB _ 4 advmod 4:advmod _ -3 once once ADV RB NumType=Mult 4 advmod 4:advmod _ -4 contacted contact VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 once once ADV RB NumForm=Word|NumType=Mult 4 advmod 4:advmod _ +4 contacted contact VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 4 obj 4:obj SpaceAfter=No 6 . . PUNCT . _ 4 punct 4:punct _ @@ -241795,7 +241961,7 @@ # text = I've had to pester this new guy several times to ask when my table will arrive. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 had have VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 pester pester VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ @@ -241806,8 +241972,8 @@ 10 times time NOUN NNS Number=Plur 5 obl:tmod 5:obl:tmod _ 11 to to PART TO _ 12 mark 12:mark _ 12 ask ask VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ -13 when when SCONJ WRB PronType=Int 17 mark 17:mark _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +13 when when ADV WRB PronType=Int 17 advmod 17:advmod _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 table table NOUN NN Number=Sing 17 nsubj 17:nsubj _ 16 will will AUX MD VerbForm=Fin 17 aux 17:aux _ 17 arrive arrive VERB VB VerbForm=Inf 12 advcl 12:advcl:when SpaceAfter=No @@ -241816,16 +241982,16 @@ # sent_id = reviews-036133-0018 # text = He kept saying different arrival/delivery dates and didn't seem terribly apologetic. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|3:nsubj:xsubj|12:nsubj|14:nsubj:xsubj _ -2 kept keep VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 kept keep VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 saying say VERB VBG VerbForm=Ger 2 xcomp 2:xcomp _ 4 different different ADJ JJ Degree=Pos 8 amod 8:amod _ 5 arrival arrival NOUN NN Number=Sing 7 compound 7:compound SpaceAfter=No -6 / / PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No +6 / / PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No 7 delivery delivery NOUN NN Number=Sing 8 compound 8:compound _ 8 dates date NOUN NNS Number=Plur 3 obj 3:obj _ 9 and and CCONJ CC _ 12 cc 12:cc _ 10-11 didn't _ _ _ _ _ _ _ _ -10 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 aux 12:aux _ +10 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 aux 12:aux _ 11 n't not PART RB _ 12 advmod 12:advmod _ 12 seem seem VERB VB VerbForm=Inf 2 conj 2:conj:and _ 13 terribly terribly ADV RB _ 14 advmod 14:advmod _ @@ -241837,18 +242003,18 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 2 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 3 been be AUX VBN Tense=Past|VerbForm=Part 5 cop 5:cop _ -4 3 3 NUM CD NumType=Card 5 nummod 5:nummod _ +4 3 3 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 weeks week NOUN NNS Number=Plur 0 root 0:root _ 6 and and CCONJ CC _ 11 cc 11:cc _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ 8 STILL still ADV RB _ 11 advmod 11:advmod _ 9-10 don't _ _ _ _ _ _ _ _ -9 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 n't not PART RB _ 11 advmod 11:advmod _ 11 have have VERB VB VerbForm=Inf 5 conj 5:conj:and _ -12 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +12 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 table table NOUN NN Number=Sing 11 obj 11:obj|18:nsubj _ -14 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No +14 ( ( PUNCT -LRB- _ 18 punct 18:punct SpaceAfter=No 15 which which PRON WDT PronType=Rel 18 nsubj 13:ref _ 16 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 cop 18:cop _ 17 NOT not PART RB _ 18 advmod 18:advmod _ @@ -241857,46 +242023,46 @@ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ 21 might might AUX MD VerbForm=Fin 22 aux 22:aux _ 22 add add VERB VB VerbForm=Inf 18 parataxis 18:parataxis SpaceAfter=No -23 ) ) PUNCT -RRB- _ 22 punct 22:punct SpaceAfter=No +23 ) ) PUNCT -RRB- _ 18 punct 18:punct SpaceAfter=No 24 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-036133-0020 # text = Point is: You might be able to get a good deal on some nice furniture -- which I did -- but they're not very communicative and god forbid something goes wrong, you'll have to fight to get it resolved. 1 Point point NOUN NN Number=Sing 2 nsubj 2:nsubj _ -2 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 : : PUNCT : _ 7 punct 7:punct _ 4 You you PRON PRP Case=Nom|Person=2|PronType=Prs 7 nsubj 7:nsubj|9:nsubj:xsubj _ 5 might might AUX MD VerbForm=Fin 7 aux 7:aux _ 6 be be AUX VB VerbForm=Inf 7 cop 7:cop _ 7 able able ADJ JJ Degree=Pos 2 parataxis 2:parataxis _ 8 to to PART TO _ 9 mark 9:mark _ -9 get get VERB VB VerbForm=Inf 7 xcomp 7:xcomp|20:obj _ +9 get get VERB VB VerbForm=Inf 7 xcomp 7:xcomp _ 10 a a DET DT Definite=Ind|PronType=Art 12 det 12:det _ 11 good good ADJ JJ Degree=Pos 12 amod 12:amod _ 12 deal deal NOUN NN Number=Sing 9 obj 9:obj _ 13 on on ADP IN _ 16 case 16:case _ -14 some some DET DT _ 16 det 16:det _ +14 some some DET DT PronType=Ind 16 det 16:det _ 15 nice nice ADJ JJ Degree=Pos 16 amod 16:amod _ 16 furniture furniture NOUN NN Number=Sing 12 nmod 12:nmod:on _ -17 -- -- PUNCT , _ 9 punct 9:punct _ -18 which which PRON WDT PronType=Rel 20 obj 9:ref _ -19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl _ -21 -- -- PUNCT , _ 7 punct 7:punct _ +17 -- -- PUNCT , _ 18 punct 18:punct _ +18 which which PRON WDT PronType=Rel 9 advcl:relcl 9:advcl:relcl _ +19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ +20 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 18 aux 18:aux _ +21 -- -- PUNCT , _ 27 punct 27:punct _ 22 but but CCONJ CC _ 27 cc 27:cc _ 23-24 they're _ _ _ _ _ _ _ _ 23 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 27 nsubj 27:nsubj _ -24 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ +24 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ 25 not not PART RB _ 27 advmod 27:advmod _ 26 very very ADV RB _ 27 advmod 27:advmod _ 27 communicative communicative ADJ JJ Degree=Pos 7 conj 7:conj:but _ 28 and and CCONJ CC _ 37 cc 37:cc _ 29 god god PROPN NNP Number=Sing 30 nsubj 30:nsubj _ 30 forbid forbid VERB VB VerbForm=Inf 32 discourse 32:discourse _ -31 something something PRON NN Number=Sing 32 nsubj 32:nsubj _ -32 goes go VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 37 ccomp 37:ccomp _ +31 something something PRON NN Number=Sing|PronType=Ind 32 nsubj 32:nsubj _ +32 goes go VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 37 advcl 37:advcl _ 33 wrong wrong ADV RB _ 32 advmod 32:advmod SpaceAfter=No -34 , , PUNCT , _ 37 punct 37:punct _ +34 , , PUNCT , _ 32 punct 32:punct _ 35-36 you'll _ _ _ _ _ _ _ _ 35 you you PRON PRP Case=Nom|Person=2|PronType=Prs 37 nsubj 37:nsubj|39:nsubj:xsubj _ 36 'll will AUX MD VerbForm=Fin 37 aux 37:aux _ @@ -241906,7 +242072,7 @@ 40 to to PART TO _ 41 mark 41:mark _ 41 get get VERB VB VerbForm=Inf 39 advcl 39:advcl:to _ 42 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 41 obj 41:obj|43:nsubj:xsubj _ -43 resolved resolve VERB VBN Tense=Past|VerbForm=Part 41 xcomp 41:xcomp SpaceAfter=No +43 resolved resolve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 41 xcomp 41:xcomp SpaceAfter=No 44 . . PUNCT . _ 2 punct 2:punct _ # newdoc id = reviews-026883 @@ -241928,7 +242094,7 @@ # sent_id = reviews-026883-0003 # text = My experience with Home Delivery Service has been one of disappointment and anger. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 experience experience NOUN NN Number=Sing 9 nsubj 9:nsubj _ 3 with with ADP IN _ 6 case 6:case _ 4 Home Home PROPN NNP Number=Sing 6 compound 6:compound _ @@ -241936,7 +242102,7 @@ 6 Service Service PROPN NNP Number=Sing 2 nmod 2:nmod:with _ 7 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 been be AUX VBN Tense=Past|VerbForm=Part 9 cop 9:cop _ -9 one one NUM CD NumType=Card 0 root 0:root _ +9 one one NUM CD NumForm=Word|NumType=Card 0 root 0:root _ 10 of of ADP IN _ 11 case 11:case _ 11 disappointment disappointment NOUN NN Number=Sing 9 nmod 9:nmod:of _ 12 and and CCONJ CC _ 13 cc 13:cc _ @@ -241951,7 +242117,7 @@ 4 give give VERB VB VerbForm=Inf 12 advcl 12:advcl:if _ 5 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 4 iobj 4:iobj _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ -7 lower lower ADJ JJR Degree=Cmp 8 amod 8:amod _ +7 lower low ADJ JJR Degree=Cmp 8 amod 8:amod _ 8 rating rating NOUN NN Number=Sing 4 obj 4:obj _ 9 than than ADP IN _ 10 case 10:case _ 10 poor poor NOUN NN Number=Sing 8 nmod 8:nmod:than _ @@ -241963,18 +242129,18 @@ # text = On August 21st, 2009 I ordered furniture from Hickory Furniture Mart and contracted for HDS to deliver it. 1 On on ADP IN _ 2 case 2:case _ 2 August August PROPN NNP Number=Sing 7 obl 7:obl:on _ -3 21st 21st NOUN NN Number=Sing 2 nummod 2:nummod SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ -5 2009 2009 NUM CD NumType=Card 2 nummod 2:nummod _ +3 21st 21st NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 2 nummod 2:nummod SpaceAfter=No +4 , , PUNCT , _ 5 punct 5:punct _ +5 2009 2009 NUM CD NumForm=Digit|NumType=Card 2 nummod 2:nummod _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj|14:nsubj _ -7 ordered order VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 ordered order VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 furniture furniture NOUN NN Number=Sing 7 obj 7:obj _ 9 from from ADP IN _ 12 case 12:case _ 10 Hickory Hickory PROPN NNP Number=Sing 12 compound 12:compound _ 11 Furniture Furniture PROPN NNP Number=Sing 12 compound 12:compound _ 12 Mart Mart PROPN NNP Number=Sing 7 obl 7:obl:from _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 contracted contract VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ +14 contracted contract VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 conj 7:conj:and _ 15 for for SCONJ IN _ 18 mark 18:mark _ 16 HDS HDS PROPN NNP Number=Sing 18 nsubj 18:nsubj _ 17 to to PART TO _ 18 mark 18:mark _ @@ -241985,18 +242151,18 @@ # sent_id = reviews-026883-0006 # text = After seventeen days the delivery van showed up at my home minus two pieces. 1 After after ADP IN _ 3 case 3:case _ -2 seventeen seventeen NUM CD NumType=Card 3 nummod 3:nummod _ +2 seventeen seventeen NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 days day NOUN NNS Number=Plur 7 obl 7:obl:after _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 5 delivery delivery NOUN NN Number=Sing 6 compound 6:compound _ 6 van van NOUN NN Number=Sing 7 nsubj 7:nsubj _ -7 showed show VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +7 showed show VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 8 up up ADP RP _ 7 compound:prt 7:compound:prt _ 9 at at ADP IN _ 11 case 11:case _ -10 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 home home NOUN NN Number=Sing 7 obl 7:obl:at _ 12 minus minus ADP IN _ 14 case 14:case _ -13 two two NUM CD NumType=Card 14 nummod 14:nummod _ +13 two two NUM CD NumForm=Word|NumType=Card 14 nummod 14:nummod _ 14 pieces piece NOUN NNS Number=Plur 7 obl 7:obl:minus SpaceAfter=No 15 . . PUNCT . _ 7 punct 7:punct _ @@ -242004,17 +242170,17 @@ # text = I was later told they had been left at the warehouse and some future date they would be delivered. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ -3 later later ADV RBR Degree=Cmp 4 advmod 4:advmod _ +3 later late ADV RBR Degree=Cmp 4 advmod 4:advmod _ 4 told tell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj:pass 8:nsubj:pass _ -6 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 aux 8:aux _ +6 had have AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 aux 8:aux _ 7 been be AUX VBN Tense=Past|VerbForm=Part 8 aux:pass 8:aux:pass _ 8 left leave VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 ccomp 4:ccomp _ 9 at at ADP IN _ 11 case 11:case _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 warehouse warehouse NOUN NN Number=Sing 8 obl 8:obl:at _ 12 and and CCONJ CC _ 19 cc 19:cc _ -13 some some DET DT _ 15 det 15:det _ +13 some some DET DT PronType=Ind 15 det 15:det _ 14 future future NOUN NN Number=Sing 15 compound 15:compound _ 15 date date NOUN NN Number=Sing 19 obl:tmod 19:obl:tmod _ 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 19 nsubj:pass 19:nsubj:pass _ @@ -242025,8 +242191,8 @@ # sent_id = reviews-026883-0008 # text = No one will give me a date. -1 No no DET DT _ 2 det 2:det _ -2 one one NUM CD NumType=Card 4 nsubj 4:nsubj _ +1 No no DET DT PronType=Neg 2 det 2:det _ +2 one one PRON NN Number=Sing|PronType=Neg 4 nsubj 4:nsubj _ 3 will will AUX MD VerbForm=Fin 4 aux 4:aux _ 4 give give VERB VB VerbForm=Inf 0 root 0:root _ 5 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 4 iobj 4:iobj _ @@ -242037,14 +242203,14 @@ # sent_id = reviews-026883-0009 # text = I spent $2300 on the bedroom suite, which was complete and excellent condition on the showroom floor. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 spent spend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 spent spend VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 $ $ SYM $ _ 2 obj 2:obj SpaceAfter=No -4 2300 2300 NUM CD NumType=Card 3 nummod 3:nummod _ +4 2300 2300 NUM CD NumForm=Digit|NumType=Card 3 nummod 3:nummod _ 5 on on ADP IN _ 8 case 8:case _ 6 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 7 bedroom bedroom NOUN NN Number=Sing 8 compound 8:compound _ 8 suite suite NOUN NN Number=Sing 2 obl 2:obl:on|12:nsubj|15:nsubj SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 12 punct 12:punct _ 10 which which PRON WDT PronType=Rel 12 nsubj 8:ref _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 cop 12:cop _ 12 complete complete ADJ JJ Degree=Pos 8 acl:relcl 8:acl:relcl _ @@ -242069,7 +242235,7 @@ 8 set set NOUN NN Number=Sing 10 nsubj:pass 10:nsubj:pass _ 9 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 10 aux:pass 10:aux:pass _ 10 damaged damage VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 5 csubj 5:csubj SpaceAfter=No -11 : : PUNCT : _ 5 punct 5:punct _ +11 : : PUNCT : _ 17 punct 17:punct _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 piece piece NOUN NN Number=Sing 17 nsubj 17:nsubj _ 14 of of ADP IN _ 15 case 15:case _ @@ -242079,41 +242245,41 @@ 18 on on ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 headboard headboard NOUN NN Number=Sing 17 obl 17:obl:on SpaceAfter=No -21 ; ; PUNCT , _ 17 punct 17:punct _ +21 ; ; PUNCT , _ 27 punct 27:punct _ 22 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ 23 chest chest NOUN NN Number=Sing 27 nsubj 27:nsubj _ 24 of of ADP IN _ 25 case 25:case _ 25 drawers drawer NOUN NNS Number=Plur 23 nmod 23:nmod:of _ 26 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 27 aux 27:aux _ 27 missing miss VERB VBG Tense=Pres|VerbForm=Part 17 conj 17:conj:and _ -28 all all DET PDT _ 30 det:predet 30:det:predet _ -29 four four NUM CD NumType=Card 30 nummod 30:nummod _ +28 all all DET PDT PronType=Tot 30 det:predet 30:det:predet _ +29 four four NUM CD NumForm=Word|NumType=Card 30 nummod 30:nummod _ 30 pieces piece NOUN NNS Number=Plur 27 obj 27:obj _ 31 necessary necessary ADJ JJ Degree=Pos 30 amod 30:amod _ 32 to to PART TO _ 33 mark 33:mark _ 33 attach attach VERB VB VerbForm=Inf 31 advcl 31:advcl:to _ 34 the the DET DT Definite=Def|PronType=Art 35 det 35:det _ 35 legs leg NOUN NNS Number=Plur 33 obj 33:obj SpaceAfter=No -36 ; ; PUNCT , _ 17 punct 17:punct _ +36 ; ; PUNCT , _ 42 punct 42:punct _ 37 the the DET DT Definite=Def|PronType=Art 40 det 40:det _ 38 dresser dresser NOUN NN Number=Sing 40 compound 40:compound _ 39 back back ADJ JJ Degree=Pos 40 amod 40:amod _ 40 legs leg NOUN NNS Number=Plur 42 nsubj:pass 42:nsubj:pass _ -41 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 42 aux:pass 42:aux:pass _ +41 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 42 aux:pass 42:aux:pass _ 42 pushed push VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 conj 17:conj:and _ 43 in in ADP RP _ 42 compound:prt 42:compound:prt _ 44 causing cause VERB VBG VerbForm=Ger 42 advcl 42:advcl _ 45 the the DET DT Definite=Def|PronType=Art 46 det 46:det _ -46 dresser dresser NOUN NN Number=Sing 44 obj 44:obj|48:nsubj:xsubj _ +46 dresser dresser NOUN NN Number=Sing 44 iobj 44:iobj|48:nsubj:xsubj _ 47 to to PART TO _ 48 mark 48:mark _ 48 lean lean VERB VB VerbForm=Inf 44 xcomp 44:xcomp _ 49 into into ADP IN _ 51 case 51:case _ 50 the the DET DT Definite=Def|PronType=Art 51 det 51:det _ 51 wall wall NOUN NN Number=Sing 48 obl 48:obl:into SpaceAfter=No -52 ; ; PUNCT , _ 17 punct 17:punct _ +52 ; ; PUNCT , _ 57 punct 57:punct _ 53 and and CCONJ CC _ 57 cc 57:cc _ 54 a a DET DT Definite=Ind|PronType=Art 55 det 55:det _ -55 nighstand nightstand NOUN NN Number=Sing|Typo=Yes 57 nsubj 57:nsubj _ +55 nighstand nightstand NOUN NN Number=Sing|Typo=Yes 57 nsubj 57:nsubj CorrectForm=nightstand 56 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 57 aux 57:aux _ 57 missing miss VERB VBG Tense=Pres|VerbForm=Part 17 conj 17:conj:and _ 58 a a DET DT Definite=Ind|PronType=Art 59 det 59:det _ @@ -242123,7 +242289,7 @@ # sent_id = reviews-026883-0011 # text = How do you lose a drawer. 1 How how ADV WRB PronType=Int 4 advmod 4:advmod _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ 4 lose lose VERB VB VerbForm=Inf 0 root 0:root _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -242136,9 +242302,9 @@ 2 complaining complain VERB VBG VerbForm=Ger 24 advcl 24:advcl:after _ 3 on on ADP IN _ 4 case 4:case _ 4 September September PROPN NNP Number=Sing 2 obl 2:obl:on _ -5 10th 10th NOUN NN Number=Sing 4 nummod 4:nummod _ +5 10th 10th NOUN NN Number=Sing|NumForm=Combi|NumType=Ord 4 nummod 4:nummod _ 6 to to ADP IN _ 9 case 9:case _ -7 National National PROPN NNP Number=Sing 9 compound 9:compound _ +7 National National ADJ NNP Degree=Pos 9 amod 9:amod _ 8 Home Home PROPN NNP Number=Sing 9 compound 9:compound _ 9 Furnishings Furnishings PROPN NNP Number=Sing 2 obl 2:obl:to SpaceAfter=No 10 , , PUNCT , _ 11 punct 11:punct _ @@ -242155,17 +242321,17 @@ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 22 latter latter ADJ JJ Degree=Pos 24 nsubj 24:nsubj|28:nsubj _ 23 finally finally ADV RB _ 24 advmod 24:advmod _ -24 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +24 called call VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 25 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 24 obj 24:obj _ 26 back back ADV RB _ 24 advmod 24:advmod _ 27 and and CCONJ CC _ 28 cc 28:cc _ -28 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 conj 24:conj:and _ -29 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 31 nsubj 31:nsubj _ -30 would would AUX MD VerbForm=Fin 31 aux 31:aux _ -31 be be VERB VB VerbForm=Inf 28 ccomp 28:ccomp _ -32 up up ADV RB _ 31 advmod 31:advmod _ +28 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 24 conj 24:conj:and _ +29 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 32 nsubj 32:nsubj _ +30 would would AUX MD VerbForm=Fin 32 aux 32:aux _ +31 be be AUX VB VerbForm=Inf 32 cop 32:cop _ +32 up up ADV RB _ 28 ccomp 28:ccomp _ 33 to to PART TO _ 34 mark 34:mark _ -34 pick pick VERB VB VerbForm=Inf 31 advcl 31:advcl:to _ +34 pick pick VERB VB VerbForm=Inf 32 advcl 32:advcl:to _ 35 the the DET DT Definite=Def|PronType=Art 36 det 36:det _ 36 dresser dresser NOUN NN Number=Sing 34 obj 34:obj _ 37 and and CCONJ CC _ 38 cc 38:cc _ @@ -242173,28 +242339,28 @@ 39 of of ADP IN _ 40 case 40:case _ 40 drawers drawer NOUN NNS Number=Plur 38 nmod 38:nmod:of _ 41 at at ADP IN _ 44 case 44:case _ -42 some some DET DT _ 44 det 44:det _ +42 some some DET DT PronType=Ind 44 det 44:det _ 43 future future ADJ JJ Degree=Pos 44 amod 44:amod _ 44 point point NOUN NN Number=Sing 34 obl 34:obl:at _ 45 and and CCONJ CC _ 54 cc 54:cc _ 46 at at ADP IN _ 49 case 49:case _ -47 some some DET DT _ 49 det 49:det _ -48 later later ADJ JJR Degree=Cmp 49 amod 49:amod _ +47 some some DET DT PronType=Ind 49 det 49:det _ +48 later late ADJ JJR Degree=Cmp 49 amod 49:amod _ 49 point point NOUN NN Number=Sing 54 obl 54:obl:at _ 50 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 54 nsubj:pass 54:nsubj:pass _ 51 would would AUX MD VerbForm=Fin 54 aux 54:aux _ 52 be be AUX VB VerbForm=Inf 54 aux:pass 54:aux:pass _ -53 professional professional ADV RB _ 54 advmod 54:advmod _ -54 repaired repair VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 31 conj 28:ccomp|31:conj:and _ +53 professional professionally ADV RB Typo=Yes 54 advmod 54:advmod CorrectForm=professionally +54 repaired repair VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 32 conj 28:ccomp|32:conj:and _ 55 and and CCONJ CC _ 63 cc 63:cc _ 56 at at ADP IN _ 59 case 59:case _ -57 some some DET DT _ 59 det 59:det _ -58 later later ADJ JJR Degree=Cmp 59 amod 59:amod _ +57 some some DET DT PronType=Ind 59 det 59:det _ +58 later late ADJ JJR Degree=Cmp 59 amod 59:amod _ 59 point point NOUN NN Number=Sing 63 obl 63:obl:at _ 60 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 63 nsubj:pass 63:nsubj:pass _ 61 would would AUX MD VerbForm=Fin 63 aux 63:aux _ 62 be be AUX VB VerbForm=Inf 63 aux:pass 63:aux:pass _ -63 returned return VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 31 conj 28:ccomp|31:conj:and SpaceAfter=No +63 returned return VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 32 conj 28:ccomp|32:conj:and SpaceAfter=No 64 . . PUNCT . _ 24 punct 24:punct _ # sent_id = reviews-026883-0013 @@ -242209,11 +242375,11 @@ 8 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 cop 9:cop _ 9 terrible terrible ADJ JJ Degree=Pos 0 root 0:root _ 10 let let VERB VB VerbForm=Inf 13 cc 13:cc _ -11 alone alone ADV RB _ 10 fixed 10:fixed _ -12 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ +11 alone alone ADJ JJ Degree=Pos 10 fixed 10:fixed _ +12 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 13 nmod:poss 13:nmod:poss _ 13 promise promise NOUN NN Number=Sing 9 conj 9:conj:let_alone _ 14 to to PART TO _ 16 mark 16:mark _ -15 proper properly ADV RB Typo=Yes 16 advmod 16:advmod _ +15 proper properly ADV RB Typo=Yes 16 advmod 16:advmod CorrectForm=properly 16 set set VERB VB VerbForm=Inf 13 acl 13:acl:to _ 17 up up ADP RP _ 16 compound:prt 16:compound:prt _ 18 furniture furniture NOUN NN Number=Sing 16 obj 16:obj SpaceAfter=No @@ -242229,13 +242395,13 @@ 6 regarding regard VERB VBG VerbForm=Ger 9 case 9:case _ 7 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 8 bedroom bedroom NOUN NN Number=Sing 9 compound 9:compound _ -9 suite suite NOUN NN Number=Sing 5 obl 5:obl:regard SpaceAfter=No +9 suite suite NOUN NN Number=Sing 5 obl 5:obl:regarding SpaceAfter=No 10 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-026883-0015 # text = I hope the owners and employees of this store have broken bedroom suites in their homes and furniture sitting in someone's warehouse. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 hope hope VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 owners owner NOUN NNS Number=Plur 10 nsubj 10:nsubj _ 5 and and CCONJ CC _ 6 cc 6:cc _ @@ -242243,19 +242409,19 @@ 7 of of ADP IN _ 9 case 9:case _ 8 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 store store NOUN NN Number=Sing 4 nmod 4:nmod:of _ -10 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ -11 broken break VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ +10 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +11 broken break VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod _ 12 bedroom bedroom NOUN NN Number=Sing 13 compound 13:compound _ 13 suites suite NOUN NNS Number=Plur 10 obj 10:obj _ 14 in in ADP IN _ 16 case 16:case _ -15 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 homes home NOUN NNS Number=Plur 13 nmod 13:nmod:in _ 17 and and CCONJ CC _ 18 cc 18:cc _ 18 furniture furniture NOUN NN Number=Sing 13 conj 10:obj|13:conj:and _ 19 sitting sit VERB VBG VerbForm=Ger 18 acl 18:acl _ 20 in in ADP IN _ 23 case 23:case _ 21-22 someone's _ _ _ _ _ _ _ _ -21 someone someone PRON NN Number=Sing 23 nmod:poss 23:nmod:poss _ +21 someone someone PRON NN Number=Sing|PronType=Ind 23 nmod:poss 23:nmod:poss _ 22 's 's PART POS _ 21 case 21:case _ 23 warehouse warehouse NOUN NN Number=Sing 19 obl 19:obl:in SpaceAfter=No 24 . . PUNCT . _ 2 punct 2:punct _ @@ -242292,12 +242458,12 @@ # text = I was involved in a car accident 20 years ago and since then I've been a nervous wreck and haven't been behind the wheel. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj:pass 3:nsubj:pass _ 2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 aux:pass 3:aux:pass _ -3 involved involve VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +3 involved involve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 4 in in ADP IN _ 7 case 7:case _ 5 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 6 car car NOUN NN Number=Sing 7 compound 7:compound _ 7 accident accident NOUN NN Number=Sing 3 obl 3:obl:in _ -8 20 20 NUM CD NumType=Card 9 nummod 9:nummod _ +8 20 20 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 years year NOUN NNS Number=Plur 10 obl:npmod 10:obl:npmod _ 10 ago ago ADV RB _ 3 advmod 3:advmod _ 11 and and CCONJ CC _ 19 cc 19:cc _ @@ -242305,14 +242471,14 @@ 13 then then ADV RB PronType=Dem 19 obl 19:obl:since _ 14-15 I've _ _ _ _ _ _ _ _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj|26:nsubj _ -15 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ +15 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 16 been be AUX VBN Tense=Past|VerbForm=Part 19 cop 19:cop _ 17 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 18 nervous nervous ADJ JJ Degree=Pos 19 amod 19:amod _ 19 wreck wreck NOUN NN Number=Sing 3 conj 3:conj:and _ 20 and and CCONJ CC _ 26 cc 26:cc _ 21-22 haven't _ _ _ _ _ _ _ _ -21 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ +21 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ 22 n't not PART RB _ 26 advmod 26:advmod _ 23 been be AUX VBN Tense=Past|VerbForm=Part 26 cop 26:cop _ 24 behind behind ADP IN _ 26 case 26:case _ @@ -242323,11 +242489,11 @@ # sent_id = reviews-048363-0003 # text = Unfortunately, a family emergency required me to conquer this fear. 1 Unfortunately unfortunately ADV RB _ 6 advmod 6:advmod SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 family family NOUN NN Number=Sing 5 compound 5:compound _ 5 emergency emergency NOUN NN Number=Sing 6 nsubj 6:nsubj _ -6 required require VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 required require VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 6 obj 6:obj|9:nsubj:xsubj _ 8 to to PART TO _ 9 mark 9:mark _ 9 conquer conquer VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ @@ -242342,11 +242508,11 @@ 3 good good ADJ JJ Degree=Pos 4 amod 4:amod _ 4 friend friend NOUN NN Number=Sing 8 nsubj 8:nsubj _ 5 of of ADP IN _ 6 case 6:case _ -6 mine mine PRON PRP _ 4 nmod 4:nmod:of _ +6 mine my PRON PRP Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod 4:nmod:of _ 7 highly highly ADV RB _ 8 advmod 8:advmod _ -8 recommended recommend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 recommended recommend VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ -10 Professional Professional PROPN NNP Number=Sing 12 compound 12:compound _ +10 Professional Professional ADJ NNP Degree=Pos 12 amod 12:amod _ 11 Driving Driving PROPN NNP Number=Sing 12 compound 12:compound _ 12 School School PROPN NNP Number=Sing 8 obj 8:obj _ 13 and and CCONJ CC _ 16 cc 16:cc _ @@ -242364,10 +242530,10 @@ # text = She highly recommended him and described him as the "Saintly Instructor and Simply the Best Instructor there is ....very calm, pleasant and very detailed in giving instructions". 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj|6:nsubj _ 2 highly highly ADV RB _ 3 advmod 3:advmod _ -3 recommended recommend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 recommended recommend VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 obj 3:obj _ 5 and and CCONJ CC _ 6 cc 6:cc _ -6 described describe VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +6 described describe VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 7 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 obj 6:obj _ 8 as as ADP IN _ 12 case 12:case _ 9 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -242377,12 +242543,12 @@ 13 and and CCONJ CC _ 17 cc 17:cc _ 14 Simply simply ADV RB _ 17 advmod 17:advmod _ 15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ -16 Best best ADJ JJS Degree=Sup 17 amod 17:amod _ +16 Best good ADJ JJS Degree=Sup 17 amod 17:amod _ 17 Instructor instructor NOUN NN Number=Sing 12 conj 6:obl:as|12:conj:and _ 18 there there PRON EX _ 19 expl 19:expl _ 19 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 acl:relcl 17:acl:relcl _ 20 .... .... PUNCT , _ 22 punct 22:punct SpaceAfter=No -21 very very ADV RB _ 24 advmod 24:advmod _ +21 very very ADV RB _ 22 advmod 22:advmod _ 22 calm calm ADJ JJ Degree=Pos 3 parataxis 3:parataxis SpaceAfter=No 23 , , PUNCT , _ 24 punct 24:punct _ 24 pleasant pleasant ADJ JJ Degree=Pos 22 conj 22:conj:and _ @@ -242392,26 +242558,26 @@ 28 in in SCONJ IN _ 29 mark 29:mark _ 29 giving give VERB VBG VerbForm=Ger 27 advcl 27:advcl:in _ 30 instructions instruction NOUN NNS Number=Plur 29 obj 29:obj SpaceAfter=No -31 " " PUNCT '' _ 24 punct 24:punct SpaceAfter=No -32 . . PUNCT . _ 24 punct 24:punct _ +31 " " PUNCT '' _ 22 punct 22:punct SpaceAfter=No +32 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-048363-0006 # text = I called the school most probably 10 times before I finally enrolled in a 20 hour package. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 school school NOUN NN Number=Sing 2 obj 2:obj _ -5 most most ADV RBS _ 6 advmod 6:advmod _ +5 most most ADV RBS Degree=Sup 6 advmod 6:advmod _ 6 probably probably ADV RB _ 2 advmod 2:advmod _ -7 10 10 NUM CD NumType=Card 8 nummod 8:nummod _ +7 10 10 NUM CD NumForm=Digit|NumType=Card 8 nummod 8:nummod _ 8 times time NOUN NNS Number=Plur 2 obl:tmod 2:obl:tmod _ 9 before before SCONJ IN _ 12 mark 12:mark _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 11 finally finally ADV RB _ 12 advmod 12:advmod _ -12 enrolled enrol VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:before _ +12 enrolled enrol VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 advcl 2:advcl:before _ 13 in in ADP IN _ 17 case 17:case _ 14 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ -15 20 20 NUM CD NumType=Card 16 nummod 16:nummod _ +15 20 20 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 16 hour hour NOUN NN Number=Sing 17 compound 17:compound _ 17 package package NOUN NN Number=Sing 12 obl 12:obl:in SpaceAfter=No 18 . . PUNCT . _ 2 punct 2:punct _ @@ -242419,18 +242585,18 @@ # sent_id = reviews-048363-0007 # text = I had to cancel my initial lesson 4 times and on the 5th attempt the management was quick enough to associate my cancellations with my fear and finally encouraged me into taking my initial lesson. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj:xsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 to to PART TO _ 4 mark 4:mark _ 4 cancel cancel VERB VB VerbForm=Inf 2 xcomp 2:xcomp _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 6 initial initial ADJ JJ Degree=Pos 7 amod 7:amod _ 7 lesson lesson NOUN NN Number=Sing 4 obj 4:obj _ -8 4 4 NUM CD NumType=Card 9 nummod 9:nummod _ +8 4 4 NUM CD NumForm=Digit|NumType=Card 9 nummod 9:nummod _ 9 times time NOUN NNS Number=Plur 4 obl:tmod 4:obl:tmod _ 10 and and CCONJ CC _ 18 cc 18:cc _ 11 on on ADP IN _ 14 case 14:case _ 12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ -13 5th 5th ADJ JJ Degree=Pos|NumType=Ord 14 amod 14:amod _ +13 5th 5th ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 14 amod 14:amod _ 14 attempt attempt NOUN NN Number=Sing 18 obl 18:obl:on _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 management management NOUN NN Number=Sing 18 nsubj 18:nsubj|29:nsubj _ @@ -242439,41 +242605,41 @@ 19 enough enough ADV RB _ 18 advmod 18:advmod _ 20 to to PART TO _ 21 mark 21:mark _ 21 associate associate VERB VB VerbForm=Inf 18 advcl 18:advcl:to _ -22 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 cancellations cancellation NOUN NNS Number=Plur 21 obj 21:obj _ 24 with with ADP IN _ 26 case 26:case _ -25 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ +25 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 26 nmod:poss 26:nmod:poss _ 26 fear fear NOUN NN Number=Sing 21 obl 21:obl:with _ 27 and and CCONJ CC _ 29 cc 29:cc _ 28 finally finally ADV RB _ 29 advmod 29:advmod _ -29 encouraged encourage VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 conj 18:conj:and _ +29 encouraged encourage VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 conj 18:conj:and _ 30 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 29 obj 29:obj _ 31 into into SCONJ IN _ 32 mark 32:mark _ 32 taking take VERB VBG VerbForm=Ger 29 advcl 29:advcl:into _ -33 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ +33 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ 34 initial initial ADJ JJ Degree=Pos 35 amod 35:amod _ 35 lesson lesson NOUN NN Number=Sing 32 obj 32:obj SpaceAfter=No 36 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-048363-0008 # text = Five minutes before my initial lesson, I got a call from Gerry advising me of his arrival and to come down as soon as I was ready. -1 Five five NUM CD NumType=Card 2 nummod 2:nummod _ +1 Five five NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 minutes minute NOUN NNS Number=Plur 6 nmod:npmod 6:nmod:npmod _ 3 before before ADP IN _ 6 case 6:case _ -4 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 initial initial ADJ JJ Degree=Pos 6 amod 6:amod _ 6 lesson lesson NOUN NN Number=Sing 9 obl 9:obl:before SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ -9 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 call call NOUN NN Number=Sing 9 obj 9:obj _ 12 from from ADP IN _ 13 case 13:case _ 13 Gerry Gerry PROPN NNP Number=Sing 11 nmod 11:nmod:from _ 14 advising advise VERB VBG VerbForm=Ger 11 acl 11:acl _ -15 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 14 obj 14:obj _ +15 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 14 iobj 14:iobj _ 16 of of ADP IN _ 18 case 18:case _ -17 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 arrival arrival NOUN NN Number=Sing 14 obl 14:obl:of _ 19 and and CCONJ CC _ 21 cc 21:cc _ 20 to to PART TO _ 21 mark 21:mark _ @@ -242484,46 +242650,46 @@ 25 as as SCONJ IN _ 28 mark 28:mark _ 26 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 28 nsubj 28:nsubj _ 27 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 28 cop 28:cop _ -28 ready ready ADJ JJ Degree=Pos 23 advmod 23:advmod SpaceAfter=No +28 ready ready ADJ JJ Degree=Pos 24 advcl 24:advcl:as SpaceAfter=No 29 . . PUNCT . _ 9 punct 9:punct _ # sent_id = reviews-048363-0009 # text = My heart pounded as I walked down and pounded even faster upon seeing Gerry in an SUV - Lexus! -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 heart heart NOUN NN Number=Sing 3 nsubj 3:nsubj|9:nsubj _ -3 pounded pound VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 pounded pound VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 as as SCONJ IN _ 6 mark 6:mark _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 walked walk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:as _ +6 walked walk VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:as _ 7 down down ADV RB _ 6 advmod 6:advmod _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 pounded pound VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +9 pounded pound VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 10 even even ADV RB _ 11 advmod 11:advmod _ -11 faster faster ADV RBR Degree=Cmp 9 advmod 9:advmod _ +11 faster fast ADV RBR Degree=Cmp 9 advmod 9:advmod _ 12 upon upon SCONJ IN _ 13 mark 13:mark _ 13 seeing see VERB VBG VerbForm=Ger 9 advcl 9:advcl:upon _ 14 Gerry Gerry PROPN NNP Number=Sing 13 obj 13:obj _ 15 in in ADP IN _ 17 case 17:case _ 16 an a DET DT Definite=Ind|PronType=Art 17 det 17:det _ 17 SUV SUV PROPN NNP Number=Sing 13 obl 13:obl:in _ -18 - - PUNCT , _ 17 punct 17:punct _ +18 - - PUNCT , _ 19 punct 19:punct _ 19 Lexus Lexus PROPN NNP Number=Sing 17 appos 17:appos SpaceAfter=No 20 ! ! PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-048363-0010 # text = I thought of canceling the lesson once again because I didn't feel comfortable driving an SUV. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 of of SCONJ IN _ 4 mark 4:mark _ 4 canceling cancel VERB VBG VerbForm=Ger 2 advcl 2:advcl:of _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 lesson lesson NOUN NN Number=Sing 4 obj 4:obj _ -7 once once ADV RB NumType=Mult 8 advmod 8:advmod _ +7 once once ADV RB NumForm=Word|NumType=Mult 8 advmod 8:advmod _ 8 again again ADV RB _ 4 advmod 4:advmod _ 9 because because SCONJ IN _ 13 mark 13:mark _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj|14:nsubj:xsubj _ 11-12 didn't _ _ _ _ _ _ _ _ -11 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 aux 13:aux _ +11 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 12 n't not PART RB _ 13 advmod 13:advmod _ 13 feel feel VERB VB VerbForm=Inf 4 advcl 4:advcl:because _ 14 comfortable comfortable ADJ JJ Degree=Pos 13 xcomp 13:xcomp _ @@ -242536,16 +242702,16 @@ # text = Gerry pleasantly said " since I am already here why don't we give it shot. 1 Gerry Gerry PROPN NNP Number=Sing 3 nsubj 3:nsubj _ 2 pleasantly pleasantly ADV RB _ 3 advmod 3:advmod _ -3 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 " " PUNCT `` _ 3 punct 3:punct _ +3 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 " " PUNCT `` _ 14 punct 14:punct _ 5 since since SCONJ IN _ 9 mark 9:mark _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj _ 7 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 cop 9:cop _ 8 already already ADV RB _ 9 advmod 9:advmod _ 9 here here ADV RB PronType=Dem 14 advcl 14:advcl:since _ -10 why why SCONJ WRB PronType=Int 14 mark 14:mark _ +10 why why ADV WRB PronType=Int 14 advmod 14:advmod _ 11-12 don't _ _ _ _ _ _ _ _ -11 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +11 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 12 n't not PART RB _ 14 advmod 14:advmod _ 13 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 14 give give VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ @@ -242556,10 +242722,10 @@ # sent_id = reviews-048363-0012 # text = I trust you and believe that you'll be able to handle this and all you have to do is to reciprocate! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|5:nsubj _ -2 trust trust VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 obj 2:obj _ +2 trust trust VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 you you PRON PRP Case=Acc|Person=2|PronType=Prs 2 iobj 2:iobj _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +5 believe believe VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 6 that that SCONJ IN _ 10 mark 10:mark _ 7-8 you'll _ _ _ _ _ _ _ _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj|12:nsubj:xsubj _ @@ -242569,29 +242735,29 @@ 11 to to PART TO _ 12 mark 12:mark _ 12 handle handle VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 13 this this PRON DT Number=Sing|PronType=Dem 12 obj 12:obj _ -14 and and CCONJ CC _ 20 cc 20:cc _ -15 all all DET DT _ 20 nsubj 20:nsubj _ +14 and and CCONJ CC _ 22 cc 22:cc _ +15 all all DET DT PronType=Tot 22 nsubj:outer 22:nsubj:outer _ 16 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj|19:nsubj:xsubj _ -17 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ +17 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 15 acl:relcl 15:acl:relcl _ 18 to to PART TO _ 19 mark 19:mark _ 19 do do VERB VB VerbForm=Inf 17 xcomp 17:xcomp _ -20 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 21 to to PART TO _ 22 mark 22:mark _ -22 reciprocate reciprocate VERB VB VerbForm=Inf 20 ccomp 20:ccomp SpaceAfter=No +22 reciprocate reciprocate VERB VB VerbForm=Inf 2 conj 2:conj:and SpaceAfter=No 23 ! ! PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-048363-0013 # text = Trust me and most especially trust and believe in yourself. 1 Trust trust VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 1 obj 1:obj _ +2 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 1 iobj 1:iobj _ 3 and and CCONJ CC _ 6 cc 6:cc _ -4 most most ADV RBS _ 5 advmod 5:advmod _ +4 most most ADV RBS Degree=Sup 5 advmod 5:advmod _ 5 especially especially ADV RB _ 6 advmod 6:advmod _ 6 trust trust VERB VB Mood=Imp|VerbForm=Fin 1 conj 1:conj:and _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 believe believe VERB VB Mood=Imp|VerbForm=Fin 6 conj 6:conj:and _ -9 in in ADP IN _ 8 obl 8:obl _ -10 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 6 obj 6:obj|8:obj SpaceAfter=No +9 in in ADP IN _ 8 obl 10:case _ +10 yourself yourself PRON PRP Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes 6 iobj 6:iobj|8:obl:in SpaceAfter=No 11 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-048363-0014 @@ -242600,7 +242766,7 @@ 1 Do do AUX VB Mood=Imp|VerbForm=Fin 3 aux 3:aux _ 2 n't not PART RB _ 3 advmod 3:advmod _ 3 worry worry VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +4 , , PUNCT , _ 7 punct 7:punct _ 5-6 I'll _ _ _ _ _ _ _ _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ 6 'll will AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -242629,14 +242795,14 @@ 5 driving drive VERB VBG VerbForm=Ger 1 advcl 1:advcl _ 6 confidently confidently ADV RB _ 5 advmod 5:advmod _ 7 on on ADP IN _ 9 case 9:case _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 own own ADJ JJ Degree=Pos 5 obl 5:obl:on SpaceAfter=No 10 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-048363-0017 # text = Gerry, I can't thank you enough for helping me cope with my fear. 1 Gerry Gerry PROPN NNP Number=Sing 6 vocative 6:vocative SpaceAfter=No -2 , , PUNCT , _ 6 punct 6:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 4-5 can't _ _ _ _ _ _ _ _ 4 ca can AUX MD VerbForm=Fin 6 aux 6:aux _ @@ -242649,44 +242815,44 @@ 11 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 10 obj 10:obj|12:nsubj:xsubj _ 12 cope cope VERB VB VerbForm=Inf 10 xcomp 10:xcomp _ 13 with with ADP IN _ 15 case 15:case _ -14 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ +14 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 15 nmod:poss 15:nmod:poss _ 15 fear fear NOUN NN Number=Sing 12 obl 12:obl:with SpaceAfter=No 16 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-048363-0018 # text = To my friend, thank you for your recommendation... you were true to your words in saying Gerry is a "Saintly Instructor ...Absolutely Simple the Best Instructor and Best Driving school there is! 1 To to ADP IN _ 3 case 3:case _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 friend friend NOUN NN Number=Sing 5 obl 5:obl:to SpaceAfter=No -4 , , PUNCT , _ 5 punct 5:punct _ -5 thank thank VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 , , PUNCT , _ 3 punct 3:punct _ +5 thank thank VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 6 you you PRON PRP Case=Acc|Person=2|PronType=Prs 5 obj 5:obj _ 7 for for ADP IN _ 9 case 9:case _ -8 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 recommendation recommendation NOUN NN Number=Sing 5 obl 5:obl:for SpaceAfter=No -10 ... ... PUNCT , _ 5 punct 5:punct _ +10 ... ... PUNCT , _ 13 punct 13:punct _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ -12 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 cop 13:cop _ +12 were be AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 13 cop 13:cop _ 13 true true ADJ JJ Degree=Pos 9 parataxis 9:parataxis _ 14 to to ADP IN _ 16 case 16:case _ -15 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ +15 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 16 nmod:poss 16:nmod:poss _ 16 words word NOUN NNS Number=Plur 13 obl 13:obl:to _ 17 in in SCONJ IN _ 18 mark 18:mark _ 18 saying say VERB VBG VerbForm=Ger 13 advcl 13:advcl:in _ 19 Gerry Gerry PROPN NNP Number=Sing 24 nsubj 24:nsubj _ 20 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 24 cop 24:cop _ 21 a a DET DT Definite=Ind|PronType=Art 24 det 24:det _ -22 " " PUNCT `` _ 24 punct 24:punct SpaceAfter=No +22 " " PUNCT `` _ 21 punct 21:punct SpaceAfter=No 23 Saintly saintly ADJ JJ Degree=Pos 24 amod 24:amod _ 24 Instructor instructor NOUN NN Number=Sing 18 ccomp 18:ccomp _ -25 ... ... PUNCT , _ 5 punct 5:punct SpaceAfter=No +25 ... ... PUNCT , _ 30 punct 30:punct SpaceAfter=No 26 Absolutely absolutely ADV RB _ 27 advmod 27:advmod _ -27 Simple simple ADJ JJ Degree=Pos 30 advmod 30:advmod _ +27 Simple simply ADV RB Typo=Yes 29 advmod 29:advmod CorrectForm=simply 28 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ -29 Best best ADJ JJS Degree=Sup 30 amod 30:amod _ +29 Best good ADJ JJS Degree=Sup 30 amod 30:amod _ 30 Instructor instructor NOUN NN Number=Sing 5 parataxis 5:parataxis _ 31 and and CCONJ CC _ 34 cc 34:cc _ -32 Best best ADJ JJS Degree=Sup 34 amod 34:amod _ +32 Best good ADJ JJS Degree=Sup 34 amod 34:amod _ 33 Driving driving NOUN NN Number=Sing 34 compound 34:compound _ 34 school school NOUN NN Number=Sing 30 conj 30:conj:and _ 35 there there PRON EX _ 36 expl 36:expl _ @@ -242702,17 +242868,17 @@ 3 House house NOUN NN Number=Sing 7 compound 7:compound _ 4 of of ADP IN _ 5 case 5:case _ 5 Joy Joy PROPN NNP Number=Sing 3 nmod 3:nmod:of _ -6 Chinese Chinese PROPN NNP Number=Sing 7 compound 7:compound _ +6 Chinese Chinese ADJ NNP Degree=Pos 7 amod 7:amod _ 7 Restaurant Restaurant PROPN NNP Number=Sing 1 nmod 1:nmod:on _ # sent_id = reviews-160073-0002 # newpar id = reviews-160073-p0002 # text = My family and I moved to San Antonio a year ago and have tried almost all of the Chinese Restaurants because we love Chinese food. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 family family NOUN NN Number=Sing 5 nsubj 5:nsubj|14:nsubj _ 3 and and CCONJ CC _ 4 cc 4:cc _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 conj 2:conj:and|5:nsubj _ -5 moved move VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 moved move VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 to to ADP IN _ 7 case 7:case _ 7 San San PROPN NNP Number=Sing 5 obl 5:obl:to _ 8 Antonio Antonio PROPN NNP Number=Sing 7 flat 7:flat _ @@ -242720,18 +242886,18 @@ 10 year year NOUN NN Number=Sing 11 obl:npmod 11:obl:npmod _ 11 ago ago ADV RB _ 5 advmod 5:advmod _ 12 and and CCONJ CC _ 14 cc 14:cc _ -13 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +13 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 14 tried try VERB VBN Tense=Past|VerbForm=Part 5 conj 5:conj:and _ 15 almost almost ADV RB _ 16 advmod 16:advmod _ -16 all all DET DT _ 14 obj 14:obj _ +16 all all DET DT PronType=Tot 14 obj 14:obj _ 17 of of ADP IN _ 20 case 20:case _ 18 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ -19 Chinese chinese ADJ JJ Degree=Pos 20 amod 20:amod _ +19 Chinese Chinese ADJ JJ Degree=Pos 20 amod 20:amod _ 20 Restaurants restaurant NOUN NNS Number=Plur 16 nmod 16:nmod:of _ 21 because because SCONJ IN _ 23 mark 23:mark _ 22 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 23 nsubj 23:nsubj _ -23 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:because _ -24 Chinese chinese ADJ JJ Degree=Pos 25 amod 25:amod _ +23 love love VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:because _ +24 Chinese Chinese ADJ JJ Degree=Pos 25 amod 25:amod _ 25 food food NOUN NN Number=Sing 23 obj 23:obj SpaceAfter=No 26 . . PUNCT . _ 5 punct 5:punct _ @@ -242739,16 +242905,16 @@ # text = Well it took us a while to find one that we liked. 1 Well well INTJ UH _ 3 discourse 3:discourse _ 2 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 3 expl 3:expl _ -3 took take VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 took take VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 3 iobj 3:iobj _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 while while NOUN NN Number=Sing 3 obj 3:obj _ 7 to to PART TO _ 8 mark 8:mark _ 8 find find VERB VB VerbForm=Inf 3 csubj 3:csubj _ -9 one one NUM CD NumType=Card 8 obj 8:obj|12:obj _ +9 one one NUM CD NumForm=Word|NumType=Card 8 obj 8:obj|12:obj _ 10 that that PRON WDT PronType=Rel 12 obj 9:ref _ 11 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 liked like VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl SpaceAfter=No +12 liked like VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 9 acl:relcl 9:acl:relcl SpaceAfter=No 13 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-160073-0004 @@ -242756,7 +242922,7 @@ 1 But but CCONJ CC _ 6 cc 6:cc _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 3-4 don't _ _ _ _ _ _ _ _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +3 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 4 n't not PART RB _ 6 advmod 6:advmod _ 5 just just ADV RB _ 6 advmod 6:advmod _ 6 like like VERB VB VerbForm=Inf 0 root 0:root _ @@ -242764,28 +242930,28 @@ 8 of of ADP IN _ 9 case 9:case _ 9 Joy Joy PROPN NNP Number=Sing 7 nmod 7:nmod:of _ 10 WE we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -11 LOVE love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ +11 LOVE love VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ 12 IT it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj SpaceAfter=No 13 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-160073-0005 # text = Everything we have gotten there has been more authentic and better tasting than any other Chinese restaurant in the San Antonio area we have been to--and trust me we have been to a lot of them. -1 Everything everything PRON NN Number=Sing 9 nsubj 9:nsubj|12:nsubj _ +1 Everything everything PRON NN Number=Sing|PronType=Tot 9 nsubj 9:nsubj|12:nsubj _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 gotten get VERB VBN Tense=Past|VerbForm=Part 1 acl:relcl 1:acl:relcl _ 5 there there ADV RB PronType=Dem 4 advmod 4:advmod _ 6 has have AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 7 been be AUX VBN Tense=Past|VerbForm=Part 9 cop 9:cop _ -8 more more ADV RBR _ 9 advmod 9:advmod _ +8 more more ADV RBR Degree=Cmp 9 advmod 9:advmod _ 9 authentic authentic ADJ JJ Degree=Pos 0 root 0:root _ 10 and and CCONJ CC _ 12 cc 12:cc _ -11 better better ADV RBR Degree=Cmp 12 advmod 12:advmod _ +11 better well ADV RBR Degree=Cmp 12 advmod 12:advmod _ 12 tasting taste VERB VBG VerbForm=Ger 9 conj 9:conj:and _ 13 than than ADP IN _ 17 case 17:case _ -14 any any DET DT _ 17 det 17:det _ +14 any any DET DT PronType=Ind 17 det 17:det _ 15 other other ADJ JJ Degree=Pos 17 amod 17:amod _ -16 Chinese chinese ADJ JJ Degree=Pos 17 amod 17:amod _ +16 Chinese Chinese ADJ JJ Degree=Pos 17 amod 17:amod _ 17 restaurant restaurant NOUN NN Number=Sing 9 obl 9:obl:than _ 18 in in ADP IN _ 22 case 22:case _ 19 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ @@ -242793,15 +242959,15 @@ 21 Antonio Antonio PROPN NNP Number=Sing 20 flat 20:flat _ 22 area area NOUN NN Number=Sing 17 nmod 17:nmod:in _ 23 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 26 nsubj 26:nsubj _ -24 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ +24 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ 25 been be AUX VBN Tense=Past|VerbForm=Part 26 cop 26:cop _ 26 to to ADP IN _ 17 acl:relcl 17:acl:relcl SpaceAfter=No -27 -- -- PUNCT : _ 9 punct 9:punct SpaceAfter=No +27 -- -- PUNCT : _ 36 punct 36:punct SpaceAfter=No 28 and and CCONJ CC _ 36 cc 36:cc _ 29 trust trust VERB VB Mood=Imp|VerbForm=Fin 36 parataxis 36:parataxis _ -30 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 29 obj 29:obj _ +30 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 29 iobj 29:iobj _ 31 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 36 nsubj 36:nsubj _ -32 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 36 aux 36:aux _ +32 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 36 aux 36:aux _ 33 been be AUX VBN Tense=Past|VerbForm=Part 36 cop 36:cop _ 34 to to ADP IN _ 36 case 36:case _ 35 a a DET DT Definite=Ind|PronType=Art 36 det 36:det _ @@ -242821,11 +242987,11 @@ 7 this this DET DT Number=Sing|PronType=Dem 9 det 9:det _ 8 little little ADJ JJ Degree=Pos 9 amod 9:amod _ 9 restaurant restaurant NOUN NN Number=Sing 5 obl 5:obl:across _ -10 one one NUM CD NumType=Card 11 nummod 11:nummod _ +10 one one NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 11 day day NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ -12 when when SCONJ WRB PronType=Int 14 mark 14:mark _ +12 when when ADV WRB PronType=Int 14 advmod 14:advmod _ 13 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 14 nsubj 14:nsubj|16:nsubj:xsubj _ -14 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:when _ +14 had have VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 5 advcl 5:advcl:when _ 15 to to PART TO _ 16 mark 16:mark _ 16 visit visit VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 17 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ @@ -242842,11 +243008,11 @@ # sent_id = reviews-160073-0007 # text = We stopped in and got some take out and cannot stop going back. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|5:nsubj|12:nsubj|13:nsubj:xsubj _ -2 stopped stop VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 stopped stop VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 in in ADV RB _ 2 advmod 2:advmod _ 4 and and CCONJ CC _ 5 cc 5:cc _ -5 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ -6 some some DET DT _ 8 det 8:det _ +5 got get VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +6 some some DET DT PronType=Ind 8 det 8:det _ 7 take take NOUN NN Number=Sing 8 compound 8:compound _ 8 out out NOUN NN Number=Sing 5 obj 5:obj _ 9 and and CCONJ CC _ 12 cc 12:cc _ @@ -242861,14 +243027,14 @@ # sent_id = reviews-160073-0008 # text = They have the best Egg Drop Soup I have ever tasted. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -4 best best ADJ JJS Degree=Sup 7 amod 7:amod _ +4 best good ADJ JJS Degree=Sup 7 amod 7:amod _ 5 Egg Egg PROPN NNP Number=Sing 6 compound 6:compound _ 6 Drop Drop PROPN NNP Number=Sing 7 compound 7:compound _ 7 Soup Soup PROPN NNP Number=Sing 2 obj 2:obj _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -9 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 ever ever ADV RB _ 11 advmod 11:advmod _ 11 tasted taste VERB VBN Tense=Past|VerbForm=Part 7 acl:relcl 7:acl:relcl SpaceAfter=No 12 . . PUNCT . _ 2 punct 2:punct _ @@ -242877,8 +243043,8 @@ # text = We also love their Egg Rolls and Spring Rolls. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 also also ADV RB _ 3 advmod 3:advmod _ -3 love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -4 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +3 love love VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ +4 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 5 Egg egg NOUN NN Number=Sing 6 compound 6:compound _ 6 Rolls roll NOUN NNS Number=Plur 3 obj 3:obj _ 7 and and CCONJ CC _ 9 cc 9:cc _ @@ -242889,10 +243055,10 @@ # sent_id = reviews-160073-0010 # text = And every entree we have ordered is perfect. 1 And and CCONJ CC _ 8 cc 8:cc _ -2 every every DET DT _ 3 det 3:det _ +2 every every DET DT PronType=Tot 3 det 3:det _ 3 entree entree NOUN NN Number=Sing 8 nsubj 8:nsubj _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -5 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 have have AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 ordered order VERB VBN Tense=Past|VerbForm=Part 3 acl:relcl 3:acl:relcl _ 7 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 perfect perfect ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No @@ -242900,7 +243066,7 @@ # sent_id = reviews-160073-0011 # text = Everything is always cooked fresh and tastes fresh. -1 Everything everything PRON NN Number=Sing 4 nsubj:pass 4:nsubj:pass|7:nsubj:pass|8:nsubj:xsubj _ +1 Everything everything PRON NN Number=Sing|PronType=Tot 4 nsubj:pass 4:nsubj:pass|7:nsubj:pass|8:nsubj:xsubj _ 2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux:pass 4:aux:pass _ 3 always always ADV RB _ 4 advmod 4:advmod _ 4 cooked cook VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ @@ -242912,9 +243078,9 @@ # sent_id = reviews-160073-0012 # text = Their prices are extremely reasonable for the amount of food you receive. -1 Their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 prices price NOUN NNS Number=Plur 5 nsubj 5:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 extremely extremely ADV RB _ 5 advmod 5:advmod _ 5 reasonable reasonable ADJ JJ Degree=Pos 0 root 0:root _ 6 for for ADP IN _ 8 case 8:case _ @@ -242923,7 +243089,7 @@ 9 of of ADP IN _ 10 case 10:case _ 10 food food NOUN NN Number=Sing 8 nmod 8:nmod:of _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ -12 receive receive VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl SpaceAfter=No +12 receive receive VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 acl:relcl 8:acl:relcl SpaceAfter=No 13 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-160073-0013 @@ -242943,12 +243109,12 @@ # sent_id = reviews-160073-0014 # text = They are also quick at getting your order out to you. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 also also ADV RB _ 4 advmod 4:advmod _ 4 quick quick ADJ JJ Degree=Pos 0 root 0:root _ 5 at at SCONJ IN _ 6 mark 6:mark _ 6 getting get VERB VBG VerbForm=Ger 4 advcl 4:advcl:at _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 order order NOUN NN Number=Sing 6 obj 6:obj _ 9 out out ADV RB _ 6 advmod 6:advmod _ 10 to to ADP IN _ 11 case 11:case _ @@ -242959,7 +243125,7 @@ # text = You don't have to sit and wait around forever like most places!! 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj|6:nsubj:xsubj|8:nsubj:xsubj _ 2-3 don't _ _ _ _ _ _ _ _ -2 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +2 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 have have VERB VB VerbForm=Inf 0 root 0:root _ 5 to to PART TO _ 6 mark 6:mark _ @@ -242976,7 +243142,7 @@ # sent_id = reviews-160073-0016 # text = So anyone looking for an Excellent night out for Chinese or maybe just lunch should stop in and try it because I promise you 2 things---You won't regret it!! 1 So so ADV RB _ 16 advmod 16:advmod _ -2 anyone anyone PRON NN Number=Sing 16 nsubj 16:nsubj|19:nsubj _ +2 anyone anyone PRON NN Number=Sing|PronType=Ind 16 nsubj 16:nsubj|19:nsubj _ 3 looking look VERB VBG VerbForm=Ger 2 acl 2:acl _ 4 for for ADP IN _ 7 case 7:case _ 5 an a DET DT Definite=Ind|PronType=Art 7 det 7:det _ @@ -242984,7 +243150,7 @@ 7 night night NOUN NN Number=Sing 3 obl 3:obl:for _ 8 out out ADV RB _ 7 advmod 7:advmod _ 9 for for ADP IN _ 10 case 10:case _ -10 Chinese chinese ADJ JJ Degree=Pos 7 nmod 7:nmod:for _ +10 Chinese Chinese ADJ JJ Degree=Pos 7 nmod 7:nmod:for _ 11 or or CCONJ CC _ 14 cc 14:cc _ 12 maybe maybe ADV RB _ 14 advmod 14:advmod _ 13 just just ADV RB _ 14 advmod 14:advmod _ @@ -242997,11 +243163,11 @@ 20 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 obj 19:obj _ 21 because because SCONJ IN _ 23 mark 23:mark _ 22 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ -23 promise promise VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:because _ +23 promise promise VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 19 advcl 19:advcl:because _ 24 you you PRON PRP Case=Acc|Person=2|PronType=Prs 23 iobj 23:iobj _ -25 2 2 NUM CD NumType=Card 26 nummod 26:nummod _ +25 2 2 NUM CD NumForm=Digit|NumType=Card 26 nummod 26:nummod _ 26 things thing NOUN NNS Number=Plur 23 obj 23:obj SpaceAfter=No -27 --- --- PUNCT : _ 16 punct 16:punct SpaceAfter=No +27 --- --- PUNCT : _ 31 punct 31:punct SpaceAfter=No 28 You you PRON PRP Case=Nom|Person=2|PronType=Prs 31 nsubj 31:nsubj _ 29-30 won't _ _ _ _ _ _ _ _ 29 wo will AUX MD VerbForm=Fin 31 aux 31:aux _ @@ -243025,25 +243191,25 @@ # text = Karla Ferguson-Granger 1 Karla Karla PROPN NNP Number=Sing 0 root 0:root _ 2 Ferguson Ferguson PROPN NNP Number=Sing 1 flat 1:flat SpaceAfter=No -3 - - PUNCT HYPH _ 1 punct 1:punct SpaceAfter=No +3 - - PUNCT HYPH _ 4 punct 4:punct SpaceAfter=No 4 Granger Granger PROPN NNP Number=Sing 1 flat 1:flat _ # sent_id = reviews-160073-0019 # text = PS I have noticed on here that someone left a comment that "all of the nice comments must come from co workers or friends" and I will tell you that I don't know these people except from eating at their restaurant. 1 PS ps NOUN NN Number=Sing 0 root 0:root _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -3 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 have have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 noticed notice VERB VBN Tense=Past|VerbForm=Part 1 appos 1:appos _ 5 on on ADP IN _ 6 case 6:case _ 6 here here ADV RB PronType=Dem 4 obl 4:obl:on _ 7 that that SCONJ IN _ 9 mark 9:mark _ -8 someone someone PRON NN Number=Sing 9 nsubj 9:nsubj _ -9 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ +8 someone someone PRON NN Number=Sing|PronType=Ind 9 nsubj 9:nsubj _ +9 left leave VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 ccomp 4:ccomp _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 comment comment NOUN NN Number=Sing 9 obj 9:obj _ 12 that that SCONJ IN _ 20 mark 20:mark _ 13 " " PUNCT `` _ 20 punct 20:punct SpaceAfter=No -14 all all DET DT _ 20 nsubj 20:nsubj _ +14 all all DET DT PronType=Tot 20 nsubj 20:nsubj _ 15 of of ADP IN _ 18 case 18:case _ 16 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 17 nice nice ADJ JJ Degree=Pos 18 amod 18:amod _ @@ -243060,32 +243226,32 @@ 28 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 30 nsubj 30:nsubj _ 29 will will AUX MD VerbForm=Fin 30 aux 30:aux _ 30 tell tell VERB VB VerbForm=Inf 4 conj 1:appos|4:conj:and _ -31 you you PRON PRP Case=Acc|Person=2|PronType=Prs 30 obj 30:obj _ +31 you you PRON PRP Case=Acc|Person=2|PronType=Prs 30 iobj 30:iobj _ 32 that that SCONJ IN _ 36 mark 36:mark _ 33 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 36 nsubj 36:nsubj _ 34-35 don't _ _ _ _ _ _ _ _ -34 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 36 aux 36:aux _ +34 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 36 aux 36:aux _ 35 n't not PART RB _ 36 advmod 36:advmod _ 36 know know VERB VB VerbForm=Inf 30 ccomp 30:ccomp _ 37 these this DET DT Number=Plur|PronType=Dem 38 det 38:det _ 38 people people NOUN NNS Number=Plur 36 obj 36:obj _ 39 except except ADP IN _ 41 mark 41:mark _ 40 from from SCONJ IN _ 41 mark 41:mark _ -41 eating eat VERB VBG VerbForm=Ger 36 obl 36:obl _ +41 eating eat VERB VBG VerbForm=Ger 36 advcl 36:advcl:except _ 42 at at ADP IN _ 44 case 44:case _ -43 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 44 nmod:poss 44:nmod:poss _ +43 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 44 nmod:poss 44:nmod:poss _ 44 restaurant restaurant NOUN NN Number=Sing 41 obl 41:obl:at SpaceAfter=No 45 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-160073-0020 # text = We are from Virginia and just moved here a year ago. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 4 nsubj 4:nsubj|7:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 from from ADP IN _ 4 case 4:case _ 4 Virginia Virginia PROPN NNP Number=Sing 0 root 0:root _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 just just ADV RB _ 7 advmod 7:advmod _ -7 moved move VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +7 moved move VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ 8 here here ADV RB PronType=Dem 7 advmod 7:advmod _ 9 a a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 10 year year NOUN NN Number=Sing 11 obl:npmod 11:obl:npmod _ @@ -243106,12 +243272,12 @@ # text = Because we think IT'S THE BEST!!! 1 Because because SCONJ IN _ 3 mark 3:mark _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 think think VERB VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4-5 IT'S _ _ _ _ _ _ _ _ 4 IT it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 5 'S be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 6 THE the DET DT Definite=Def|PronType=Art 7 det 7:det _ -7 BEST best ADJ JJS Degree=Sup 3 ccomp 3:ccomp SpaceAfter=No +7 BEST good ADJ JJS Degree=Sup 3 ccomp 3:ccomp SpaceAfter=No 8 !!! !!! PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-160073-0023 @@ -243119,13 +243285,13 @@ 1 and and CCONJ CC _ 5 cc 5:cc _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 3-4 don't _ _ _ _ _ _ _ _ -3 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ +3 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 5 aux 5:aux _ 4 n't not PART RB _ 5 advmod 5:advmod _ 5 know know VERB VB VerbForm=Inf 0 root 0:root _ 6 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 5 obj 5:obj _ 7 except except ADP IN _ 9 mark 9:mark _ 8 for for SCONJ IN _ 9 mark 9:mark _ -9 eating eat VERB VBG VerbForm=Ger 5 obl 5:obl _ +9 eating eat VERB VBG VerbForm=Ger 5 advcl 5:advcl:except_for _ 10 there there ADV RB PronType=Dem 9 advmod 9:advmod SpaceAfter=No 11 . . PUNCT . _ 5 punct 5:punct _ @@ -243161,8 +243327,8 @@ 12 there there ADV RB PronType=Dem 11 advmod 11:advmod SpaceAfter=No 13 , , PUNCT , _ 17 punct 17:punct _ 14 but but CCONJ CC _ 17 cc 17:cc _ -15 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ -16 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +15 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ +16 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 17 know know VERB VB VerbForm=Inf 4 conj 4:conj:but _ 18 from from ADP IN _ 20 case 20:case _ 19 personal personal ADJ JJ Degree=Pos 20 amod 20:amod _ @@ -243177,7 +243343,7 @@ 28 a a DET DT Definite=Ind|PronType=Art 29 det 29:det _ 29 man man NOUN NN Number=Sing 17 ccomp 17:ccomp _ 30 of of ADP IN _ 32 case 32:case _ -31 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ +31 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ 32 word word NOUN NN Number=Sing 29 nmod 29:nmod:of SpaceAfter=No 33 , , PUNCT , _ 38 punct 38:punct _ 34 and and CCONJ CC _ 38 cc 38:cc _ @@ -243198,7 +243364,7 @@ 5 operate operate VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 replace replace VERB VB VerbForm=Inf 5 conj 3:xcomp|5:conj:and _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 9 bicuspid bicuspid ADJ JJ Degree=Pos 11 amod 11:amod _ 10 aortic aortic ADJ JJ Degree=Pos 11 amod 11:amod _ 11 valve valve NOUN NN Number=Sing 7 obj 7:obj _ @@ -243212,51 +243378,51 @@ # sent_id = reviews-148971-0004 # text = I had a surgery date of July 17, 2008. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 4 surgery surgery NOUN NN Number=Sing 5 compound 5:compound _ 5 date date NOUN NN Number=Sing 2 obj 2:obj _ 6 of of ADP IN _ 7 case 7:case _ 7 July July PROPN NNP Number=Sing 5 nmod 5:nmod:of _ -8 17 17 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No -9 , , PUNCT , _ 7 punct 7:punct _ -10 2008 2008 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No +8 17 17 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No +9 , , PUNCT , _ 10 punct 10:punct _ +10 2008 2008 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No 11 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-148971-0005 # text = Then he renigged when he read my Health Care Proxy, even though i agreed to be on the ventilator for 2 months following surgery (as he had twice stated i must agree to). 1 Then then ADV RB PronType=Dem 3 advmod 3:advmod _ 2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 renigged renege VERB VBD Mood=Ind|Tense=Past|Typo=Yes|VerbForm=Fin 0 root 0:root _ -4 when when SCONJ WRB PronType=Int 6 mark 6:mark _ +3 renigged renege VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|Typo=Yes|VerbForm=Fin 0 root 0:root CorrectForm=reneged +4 when when ADV WRB PronType=Int 6 advmod 6:advmod _ 5 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -6 read read VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:when _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +6 read read VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:when _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 8 Health Health PROPN NNP Number=Sing 9 compound 9:compound _ 9 Care Care PROPN NNP Number=Sing 10 compound 10:compound _ 10 Proxy Proxy PROPN NNP Number=Sing 6 obj 6:obj SpaceAfter=No -11 , , PUNCT , _ 3 punct 3:punct _ +11 , , PUNCT , _ 15 punct 15:punct _ 12 even even ADV RB _ 15 advmod 15:advmod _ 13 though though SCONJ IN _ 15 mark 15:mark _ -14 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj|20:nsubj:xsubj _ -15 agreed agree VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:though _ +14 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj|20:nsubj:xsubj _ +15 agreed agree VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 advcl 3:advcl:though _ 16 to to PART TO _ 20 mark 20:mark _ 17 be be AUX VB VerbForm=Inf 20 cop 20:cop _ 18 on on ADP IN _ 20 case 20:case _ 19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 20 ventilator ventilator NOUN NN Number=Sing 15 xcomp 15:xcomp _ 21 for for ADP IN _ 23 case 23:case _ -22 2 2 NUM CD NumType=Card 23 nummod 23:nummod _ +22 2 2 NUM CD NumForm=Digit|NumType=Card 23 nummod 23:nummod _ 23 months month NOUN NNS Number=Plur 20 obl 20:obl:for _ 24 following follow VERB VBG VerbForm=Ger 25 case 25:case _ -25 surgery surgery NOUN NN Number=Sing 20 obl 20:obl:follow _ +25 surgery surgery NOUN NN Number=Sing 20 obl 20:obl:following _ 26 ( ( PUNCT -LRB- _ 31 punct 31:punct SpaceAfter=No 27 as as SCONJ IN _ 31 mark 31:mark _ 28 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 31 nsubj 31:nsubj _ -29 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 31 aux 31:aux _ -30 twice twice ADV RB NumType=Mult 31 advmod 31:advmod _ +29 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 31 aux 31:aux _ +30 twice twice ADV RB NumForm=Word|NumType=Mult 31 advmod 31:advmod _ 31 stated state VERB VBN Tense=Past|VerbForm=Part 15 advcl 15:advcl:as _ -32 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 34 nsubj 34:nsubj _ +32 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 34 nsubj 34:nsubj _ 33 must must AUX MD VerbForm=Fin 34 aux 34:aux _ 34 agree agree VERB VB VerbForm=Inf 31 ccomp 31:ccomp _ 35 to to ADP IN _ 34 obl 34:obl SpaceAfter=No @@ -243266,32 +243432,32 @@ # sent_id = reviews-148971-0006 # text = He later said that by 2 months he "meant at least two months". 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -2 later later ADV RB _ 3 advmod 3:advmod _ -3 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 later late ADV RBR Degree=Cmp 3 advmod 3:advmod _ +3 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 that that SCONJ IN _ 10 mark 10:mark _ 5 by by ADP IN _ 7 case 7:case _ -6 2 2 NUM CD NumType=Card 7 nummod 7:nummod _ +6 2 2 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 7 months month NOUN NNS Number=Plur 10 obl 10:obl:by _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 9 " " PUNCT `` _ 10 punct 10:punct SpaceAfter=No 10 meant mean VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ -11 at at ADV RB _ 12 case 12:case _ -12 least least ADV RBS Degree=Sup 14 nmod 14:nmod:at _ -13 two two NUM CD NumType=Card 14 nummod 14:nummod _ +11 at at ADP IN _ 12 case 12:case _ +12 least least ADJ JJS Degree=Sup 14 nmod 14:nmod:at _ +13 two two NUM CD NumForm=Word|NumType=Card 14 nummod 14:nummod _ 14 months month NOUN NNS Number=Plur 10 ccomp 10:ccomp SpaceAfter=No 15 " " PUNCT '' _ 10 punct 10:punct SpaceAfter=No 16 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-148971-0007 # text = Two months and at least two months are totally different things. -1 Two two NUM CD NumType=Card 2 nummod 2:nummod _ +1 Two two NUM CD NumForm=Word|NumType=Card 2 nummod 2:nummod _ 2 months month NOUN NNS Number=Plur 11 nsubj 11:nsubj _ 3 and and CCONJ CC _ 7 cc 7:cc _ -4 at at ADV RB _ 5 case 5:case _ -5 least least ADV RBS Degree=Sup 7 nmod 7:nmod:at _ -6 two two NUM CD NumType=Card 7 nummod 7:nummod _ +4 at at ADP IN _ 5 case 5:case _ +5 least least ADJ JJS Degree=Sup 7 nmod 7:nmod:at _ +6 two two NUM CD NumForm=Word|NumType=Card 7 nummod 7:nummod _ 7 months month NOUN NNS Number=Plur 2 conj 2:conj:and|11:nsubj _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +8 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 9 totally totally ADV RB _ 10 advmod 10:advmod _ 10 different different ADJ JJ Degree=Pos 11 amod 11:amod _ 11 things thing NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No @@ -243300,7 +243466,7 @@ # sent_id = reviews-148971-0008 # text = He did not even give me the chance to say i would stay on the ventilator longer, which i would have. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 3 not not PART RB _ 5 advmod 5:advmod _ 4 even even ADV RB _ 5 advmod 5:advmod _ 5 give give VERB VB VerbForm=Inf 0 root 0:root _ @@ -243309,18 +243475,18 @@ 8 chance chance NOUN NN Number=Sing 5 obj 5:obj _ 9 to to PART TO _ 10 mark 10:mark _ 10 say say VERB VB VerbForm=Inf 8 acl 8:acl:to _ -11 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ +11 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 12 would would AUX MD VerbForm=Fin 13 aux 13:aux _ 13 stay stay VERB VB VerbForm=Inf 10 ccomp 10:ccomp _ 14 on on ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 ventilator ventilator NOUN NN Number=Sing 13 obl 13:obl:on _ -17 longer longer ADV RBR Degree=Cmp 13 advmod 13:advmod SpaceAfter=No -18 , , PUNCT , _ 10 punct 10:punct _ -19 which which PRON WDT PronType=Int 22 obj 22:obj _ -20 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -21 would would AUX MD VerbForm=Fin 22 aux 22:aux _ -22 have have AUX VB VerbForm=Inf 10 parataxis 10:parataxis SpaceAfter=No +17 longer long ADV RBR Degree=Cmp 13 advmod 13:advmod SpaceAfter=No +18 , , PUNCT , _ 19 punct 19:punct _ +19 which which PRON WDT PronType=Rel 13 advcl:relcl 13:advcl:relcl _ +20 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ +21 would would AUX MD VerbForm=Fin 19 aux 19:aux _ +22 have have AUX VB VerbForm=Inf 19 aux 19:aux Promoted=Yes|SpaceAfter=No 23 . . PUNCT . _ 5 punct 5:punct _ # sent_id = reviews-148971-0009 @@ -243346,7 +243512,7 @@ 2 also also ADV RB _ 5 advmod 5:advmod _ 3 never never ADV RB _ 5 advmod 5:advmod _ 4 even even ADV RB _ 5 advmod 5:advmod _ -5 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 8 sorry sorry ADJ JJ Degree=Pos 5 ccomp 5:ccomp SpaceAfter=No @@ -243355,12 +243521,12 @@ # sent_id = reviews-148971-0011 # text = Just said i was inoperable and walked out of the hospital room. 1 Just just ADV RB _ 2 advmod 2:advmod _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 5 cop 5:cop _ 5 inoperable inoperable ADJ JJ Degree=Pos 2 ccomp 2:ccomp _ 6 and and CCONJ CC _ 7 cc 7:cc _ -7 walked walk VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +7 walked walk VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 8 out out ADP IN _ 12 case 12:case _ 9 of of ADP IN _ 12 case 12:case _ 10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _ @@ -243371,22 +243537,22 @@ # sent_id = reviews-148971-0012 # text = So, therefore, now he says i am inoperable (even though i am not 100% inoperable), and he is letting me die. 1 So so ADV RB _ 7 advmod 7:advmod SpaceAfter=No -2 , , PUNCT , _ 7 punct 7:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 therefore therefore ADV RB _ 7 advmod 7:advmod SpaceAfter=No -4 , , PUNCT , _ 7 punct 7:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 now now ADV RB _ 7 advmod 7:advmod _ 6 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 7 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ -8 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ +8 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 9 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 cop 10:cop _ 10 inoperable inoperable ADJ JJ Degree=Pos 7 ccomp 7:ccomp _ 11 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No 12 even even ADV RB _ 19 advmod 19:advmod _ 13 though though SCONJ IN _ 19 mark 19:mark _ -14 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ +14 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ 15 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 16 not not PART RB _ 19 advmod 19:advmod _ -17 100 100 NUM CD NumType=Card 18 nummod 18:nummod SpaceAfter=No +17 100 100 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod SpaceAfter=No 18 % % SYM NN Number=Sing 19 obl:npmod 19:obl:npmod _ 19 inoperable inoperable ADJ JJ Degree=Pos 7 advcl 7:advcl:though SpaceAfter=No 20 ) ) PUNCT -RRB- _ 19 punct 19:punct SpaceAfter=No @@ -243407,7 +243573,7 @@ 4 middle middle ADJ JJ Degree=Pos 5 amod 5:amod _ 5 aged aged ADJ JJ Degree=Pos 0 root 0:root _ 6 and and CCONJ CC _ 9 cc 9:cc _ -7 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ +7 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 9 aux 9:aux _ 8 not not PART RB _ 9 advmod 9:advmod _ 9 want want VERB VB VerbForm=Inf 5 conj 5:conj:and _ 10 to to PART TO _ 11 mark 11:mark _ @@ -243418,9 +243584,9 @@ 15 to to ADP IN _ 17 case 17:case _ 16 this this DET DT Number=Sing|PronType=Dem 17 det 17:det _ 17 doctor doctor NOUN NN Number=Sing 14 nmod 14:nmod:to _ -18 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -19 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ -20 no no DET DT _ 22 det 22:det _ +18 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ +19 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 conj 5:conj:and _ +20 no no DET DT PronType=Neg 22 det 22:det _ 21 other other ADJ JJ Degree=Pos 22 amod 22:amod _ 22 alternatives alternative NOUN NNS Number=Plur 19 obj 19:obj SpaceAfter=No 23 . . PUNCT . _ 5 punct 5:punct _ @@ -243428,13 +243594,13 @@ # sent_id = reviews-148971-0014 # text = I, along with my friends, consider this doctor to be the cause of my death as he is not even trying to save my life by operating. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 along along ADP IN _ 6 case 6:case _ 4 with with ADP IN _ 6 case 6:case _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 friends friend NOUN NNS Number=Plur 8 obl 8:obl:with SpaceAfter=No -7 , , PUNCT , _ 8 punct 8:punct _ -8 consider consider VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +7 , , PUNCT , _ 6 punct 6:punct _ +8 consider consider VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 9 this this DET DT Number=Sing|PronType=Dem 10 det 10:det _ 10 doctor doctor NOUN NN Number=Sing 8 obj 8:obj|14:nsubj:xsubj _ 11 to to PART TO _ 14 mark 14:mark _ @@ -243442,7 +243608,7 @@ 13 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 14 cause cause NOUN NN Number=Sing 8 xcomp 8:xcomp _ 15 of of ADP IN _ 17 case 17:case _ -16 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 death death NOUN NN Number=Sing 14 nmod 14:nmod:of _ 18 as as SCONJ IN _ 23 mark 23:mark _ 19 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 23 nsubj 23:nsubj|25:nsubj:xsubj _ @@ -243452,7 +243618,7 @@ 23 trying try VERB VBG Tense=Pres|VerbForm=Part 8 advcl 8:advcl:as _ 24 to to PART TO _ 25 mark 25:mark _ 25 save save VERB VB VerbForm=Inf 23 xcomp 23:xcomp _ -26 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ +26 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _ 27 life life NOUN NN Number=Sing 25 obj 25:obj _ 28 by by SCONJ IN _ 29 mark 29:mark _ 29 operating operate VERB VBG VerbForm=Ger 25 advcl 25:advcl:by SpaceAfter=No @@ -243461,23 +243627,23 @@ # sent_id = reviews-148971-0015 # text = Even my PA i went to the other day said "it must by comforting to have gone to a heart surgeon like him who will do nothing for you". 1 Even even ADV RB _ 3 advmod 3:advmod _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 PA PA PROPN NNP Number=Sing 10 nsubj 10:nsubj _ -4 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +4 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ +5 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 6 to to ADP IN _ 5 obl 5:obl _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 other other ADJ JJ Degree=Pos 9 amod 9:amod _ 9 day day NOUN NN Number=Sing 5 obl:tmod 5:obl:tmod _ -10 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +10 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 11 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No 12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 expl 15:expl _ -13 must must AUX MD VerbForm=Fin 14 aux 14:aux _ -14 by by VERB VB VerbForm=Inf 10 ccomp 10:ccomp _ -15 comforting comforting ADJ JJ Degree=Pos 14 xcomp 14:xcomp _ +13 must must AUX MD VerbForm=Fin 15 aux 15:aux _ +14 by be AUX VB Typo=Yes|VerbForm=Inf 15 cop 15:cop CorrectForm=be +15 comforting comforting ADJ JJ Degree=Pos 10 ccomp 10:ccomp _ 16 to to PART TO _ 18 mark 18:mark _ 17 have have AUX VB VerbForm=Inf 18 aux 18:aux _ -18 gone go VERB VBN Tense=Past|VerbForm=Part 14 csubj 14:csubj _ +18 gone go VERB VBN Tense=Past|VerbForm=Part 15 csubj 15:csubj _ 19 to to ADP IN _ 22 case 22:case _ 20 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 21 heart heart NOUN NN Number=Sing 22 compound 22:compound _ @@ -243487,7 +243653,7 @@ 25 who who PRON WP PronType=Rel 27 nsubj 22:ref _ 26 will will AUX MD VerbForm=Fin 27 aux 27:aux _ 27 do do VERB VB VerbForm=Inf 22 acl:relcl 22:acl:relcl _ -28 nothing nothing PRON NN Number=Sing 27 obj 27:obj _ +28 nothing nothing PRON NN Number=Sing|PronType=Neg 27 obj 27:obj _ 29 for for ADP IN _ 30 case 30:case _ 30 you you PRON PRP Case=Acc|Person=2|PronType=Prs 27 obl 27:obl:for SpaceAfter=No 31 " " PUNCT '' _ 15 punct 15:punct SpaceAfter=No @@ -243496,7 +243662,7 @@ # sent_id = reviews-148971-0016 # text = He said it sarcastically. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 obj 2:obj _ 4 sarcastically sarcastically ADV RB _ 2 advmod 2:advmod SpaceAfter=No 5 . . PUNCT . _ 2 punct 2:punct _ @@ -243505,7 +243671,7 @@ # text = If you want a doctor who will lie to you and say he will operate and then change his mind, and not know what he is talking about when he recommends procedures at other hospitals and says they are what you need, when they will not work for you, go to this doctor...he is the one for you. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 53 advcl 53:advcl:if _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 53 advcl 53:advcl:if _ 4 a a DET DT Definite=Ind|PronType=Art 5 det 5:det _ 5 doctor doctor NOUN NN Number=Sing 3 obj 3:obj|8:nsubj|12:nsubj|18:nsubj|24:nsubj _ 6 who who PRON WP PronType=Rel 8 nsubj 5:ref _ @@ -243521,7 +243687,7 @@ 16 and and CCONJ CC _ 18 cc 18:cc _ 17 then then ADV RB PronType=Dem 18 advmod 18:advmod _ 18 change change VERB VB VerbForm=Inf 8 conj 5:acl:relcl|8:conj:and _ -19 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +19 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 mind mind NOUN NN Number=Sing 18 obj 18:obj SpaceAfter=No 21 , , PUNCT , _ 24 punct 24:punct _ 22 and and CCONJ CC _ 24 cc 24:cc _ @@ -243532,7 +243698,7 @@ 27 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ 28 talking talk VERB VBG Tense=Pres|VerbForm=Part 24 ccomp 24:ccomp _ 29 about about ADP IN _ 25 case 25:case _ -30 when when SCONJ WRB PronType=Int 32 mark 32:mark _ +30 when when ADV WRB PronType=Int 32 advmod 32:advmod _ 31 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 32 nsubj 32:nsubj|38:nsubj _ 32 recommends recommend VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 advcl 28:advcl:when _ 33 procedures procedure NOUN NNS Number=Plur 32 obj 32:obj _ @@ -243541,25 +243707,25 @@ 36 hospitals hospital NOUN NNS Number=Plur 33 nmod 33:nmod:at _ 37 and and CCONJ CC _ 38 cc 38:cc _ 38 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 32 conj 28:advcl:when|32:conj:and _ -39 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 40 nsubj 40:nsubj _ -40 are be VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 38 ccomp 38:ccomp _ -41 what what PRON WP PronType=Int 43 obj 43:obj _ +39 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 41 nsubj 41:nsubj _ +40 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 41 cop 41:cop _ +41 what what PRON WP PronType=Rel 38 ccomp 38:ccomp|43:obj _ 42 you you PRON PRP Case=Nom|Person=2|PronType=Prs 43 nsubj 43:nsubj _ -43 need need VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 40 ccomp 40:ccomp SpaceAfter=No -44 , , PUNCT , _ 38 punct 38:punct _ -45 when when SCONJ WRB PronType=Int 49 mark 49:mark _ +43 need need VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 41 acl:relcl 41:acl:relcl SpaceAfter=No +44 , , PUNCT , _ 49 punct 49:punct _ +45 when when ADV WRB PronType=Int 49 advmod 49:advmod _ 46 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 49 nsubj 49:nsubj _ 47 will will AUX MD VerbForm=Fin 49 aux 49:aux _ 48 not not PART RB _ 49 advmod 49:advmod _ 49 work work VERB VB VerbForm=Inf 38 advcl 38:advcl:when _ 50 for for ADP IN _ 51 case 51:case _ 51 you you PRON PRP Case=Acc|Person=2|PronType=Prs 49 obl 49:obl:for SpaceAfter=No -52 , , PUNCT , _ 53 punct 53:punct _ +52 , , PUNCT , _ 3 punct 3:punct _ 53 go go VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 54 to to ADP IN _ 56 case 56:case _ 55 this this DET DT Number=Sing|PronType=Dem 56 det 56:det _ 56 doctor doctor NOUN NN Number=Sing 53 obl 53:obl:to SpaceAfter=No -57 ... ... PUNCT , _ 53 punct 53:punct SpaceAfter=No +57 ... ... PUNCT , _ 61 punct 61:punct SpaceAfter=No 58 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 61 nsubj 61:nsubj _ 59 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 61 cop 61:cop _ 60 the the DET DT Definite=Def|PronType=Art 61 det 61:det _ @@ -243591,11 +243757,11 @@ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 would would AUX MD VerbForm=Fin 3 aux 3:aux _ 3 suggest suggest VERB VB VerbForm=Inf 0 root 0:root _ -4 not not ADV RB _ 5 advmod 5:advmod _ -5 avoiding avoid VERB VBG VerbForm=Ger 3 ccomp 3:ccomp _ -6 Second Second PROPN NNP Number=Sing 7 compound 7:compound _ +4 not not PART RB _ 5 advmod 5:advmod _ +5 avoiding avoid VERB VBG VerbForm=Ger 3 xcomp 3:xcomp _ +6 Second Second ADJ NNP NumForm=Word|NumType=Ord 7 amod 7:amod _ 7 Home Home PROPN NNP Number=Sing 5 obj 5:obj _ -8 based base VERB VBN Tense=Past|VerbForm=Part 15 case 15:case _ +8 based base VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 case 15:case _ 9 on on ADP IN _ 15 case 15:case _ 10 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 11 ' ' PUNCT `` _ 13 punct 13:punct SpaceAfter=No @@ -243612,24 +243778,24 @@ 2 'd would AUX MD VerbForm=Fin 6 aux 6:aux _ 3 probably probably ADV RB _ 6 advmod 6:advmod _ 4 be be AUX VB VerbForm=Inf 6 cop 6:cop _ -5 more more ADV RBR _ 6 advmod 6:advmod _ +5 more more ADV RBR Degree=Cmp 6 advmod 6:advmod _ 6 inclined inclined ADJ JJ Degree=Pos 0 root 0:root _ 7 to to PART TO _ 8 mark 8:mark _ 8 board board VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ -10 two two NUM CD NumType=Card 11 nummod 11:nummod _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 two two NUM CD NumForm=Word|NumType=Card 11 nummod 11:nummod _ 11 dogs dog NOUN NNS Number=Plur 8 obj 8:obj _ 12 here here ADV RB PronType=Dem 8 advmod 8:advmod SpaceAfter=No -13 , , PUNCT , _ 6 punct 6:punct _ +13 , , PUNCT , _ 14 punct 14:punct _ 14 seeing see VERB VBG VerbForm=Ger 6 advcl 6:advcl _ 15 that that SCONJ IN _ 20 mark 20:mark _ 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj _ 17-18 don't _ _ _ _ _ _ _ _ -17 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ +17 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 aux 20:aux _ 18 n't not PART RB _ 20 advmod 20:advmod _ 19 just just ADV RB _ 20 advmod 20:advmod _ 20 take take VERB VB VerbForm=Inf 14 ccomp 14:ccomp _ -21 every every DET DT _ 22 det 22:det _ +21 every every DET DT PronType=Tot 22 det 22:det _ 22 dog dog NOUN NN Number=Sing 20 obj 20:obj _ 23 coming come VERB VBG VerbForm=Ger 22 acl 22:acl _ 24 in in ADV RB _ 23 advmod 23:advmod SpaceAfter=No @@ -243639,7 +243805,7 @@ # text = I've toured this place and was impressed by how clean the place was, and all the options for the dogs. 1-2 I've _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|8:nsubj:pass _ -2 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ +2 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 aux 3:aux _ 3 toured tour VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 place place NOUN NN Number=Sing 3 obj 3:obj _ @@ -243647,14 +243813,14 @@ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 8 aux:pass 8:aux:pass _ 8 impressed impress VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 conj 3:conj:and _ 9 by by ADP IN _ 11 mark 11:mark _ -10 how how SCONJ WRB PronType=Int 11 mark 11:mark _ +10 how how ADV WRB PronType=Int 11 advmod 11:advmod _ 11 clean clean ADJ JJ Degree=Pos 8 advcl 8:advcl:by _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 place place NOUN NN Number=Sing 11 nsubj 11:nsubj|19:nsubj _ 14 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 11 cop 11:cop SpaceAfter=No 15 , , PUNCT , _ 19 punct 19:punct _ 16 and and CCONJ CC _ 19 cc 19:cc _ -17 all all DET PDT _ 19 det:predet 19:det:predet _ +17 all all DET PDT PronType=Tot 19 det:predet 19:det:predet _ 18 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 19 options option NOUN NNS Number=Plur 11 conj 8:advcl:by|11:conj:and _ 20 for for ADP IN _ 22 case 22:case _ @@ -243670,12 +243836,12 @@ 3 unfortunate unfortunate ADJ JJ Degree=Pos 0 root 0:root _ 4 that that SCONJ IN _ 6 mark 6:mark _ 5 bmil bmil PROPN NNP Number=Sing 6 nsubj 6:nsubj _ -6 believed believe VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +6 believed believe VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ 7 that that SCONJ IN _ 15 mark 15:mark _ -8 his he PRON PRP$ Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ -9 ' ' PUNCT `` _ 12 punct 12:punct SpaceAfter=No +8 his his PRON PRP$ Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +9 ' ' PUNCT `` _ 10 punct 10:punct SpaceAfter=No 10 perfect perfect ADJ JJ Degree=Pos 12 amod 12:amod SpaceAfter=No -11 ' ' PUNCT '' _ 12 punct 12:punct _ +11 ' ' PUNCT '' _ 10 punct 10:punct _ 12 dog dog NOUN NN Number=Sing 15 nsubj:pass 15:nsubj:pass _ 13 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 15 aux:pass 15:aux:pass _ 14 not not PART RB _ 15 advmod 15:advmod _ @@ -243690,23 +243856,23 @@ # sent_id = reviews-290594-0006 # text = But I've done hundreds of dog introductions myself (another place, I don't work here), and owners can have unrealistic expectations and views of what they see when their dogs meet other dogs. -1 But but CCONJ CC _ 24 cc 24:cc _ +1 But but CCONJ CC _ 4 cc 4:cc _ 2-3 I've _ _ _ _ _ _ _ _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -3 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +3 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 done do VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 5 hundreds hundred NOUN NNS Number=Plur 4 obj 4:obj _ 6 of of ADP IN _ 8 case 8:case _ 7 dog dog NOUN NN Number=Sing 8 compound 8:compound _ 8 introductions introduction NOUN NNS Number=Plur 5 nmod 5:nmod:of _ -9 myself myself PRON PRP Number=Sing|Person=1|PronType=Prs 4 obl:npmod 4:obl:npmod _ +9 myself myself PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Emp|Reflex=Yes 4 obl:npmod 4:obl:npmod _ 10 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No -11 another another DET DT _ 12 det 12:det _ +11 another another DET DT PronType=Ind 12 det 12:det _ 12 place place NOUN NN Number=Sing 4 parataxis 4:parataxis SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ +13 , , PUNCT , _ 17 punct 17:punct _ 14 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj _ 15-16 don't _ _ _ _ _ _ _ _ -15 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ +15 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 17 aux 17:aux _ 16 n't not PART RB _ 17 advmod 17:advmod _ 17 work work VERB VB VerbForm=Inf 12 parataxis 12:parataxis _ 18 here here ADV RB PronType=Dem 17 advmod 17:advmod SpaceAfter=No @@ -243720,14 +243886,14 @@ 26 expectations expectation NOUN NNS Number=Plur 24 obj 24:obj _ 27 and and CCONJ CC _ 28 cc 28:cc _ 28 views view NOUN NNS Number=Plur 26 conj 24:obj|26:conj:and _ -29 of of SCONJ IN _ 30 case 30:case _ -30 what what PRON WP PronType=Int 26 nmod 26:nmod:of _ +29 of of SCONJ IN _ 32 mark 32:mark _ +30 what what PRON WP PronType=Int 32 obj 32:obj _ 31 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 32 nsubj 32:nsubj _ -32 see see VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 30 acl:relcl 30:acl:relcl _ -33 when when SCONJ WRB PronType=Int 36 mark 36:mark _ -34 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ +32 see see VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 28 acl 28:acl:of _ +33 when when ADV WRB PronType=Int 36 advmod 36:advmod _ +34 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ 35 dogs dog NOUN NNS Number=Plur 36 nsubj 36:nsubj _ -36 meet meet VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 32 advcl 32:advcl:when _ +36 meet meet VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 32 advcl 32:advcl:when _ 37 other other ADJ JJ Degree=Pos 38 amod 38:amod _ 38 dogs dog NOUN NNS Number=Plur 36 obj 36:obj SpaceAfter=No 39 . . PUNCT . _ 4 punct 4:punct _ @@ -243736,15 +243902,15 @@ # text = Workers who do these introductions look at the interaction objectively; and it's good to see they are able and willing to say no if they feel there would be a problem. 1 Workers worker NOUN NNS Number=Plur 6 nsubj 3:nsubj|6:nsubj _ 2 who who PRON WP PronType=Rel 3 nsubj 1:ref _ -3 do do VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ +3 do do VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 acl:relcl 1:acl:relcl _ 4 these this DET DT Number=Plur|PronType=Dem 5 det 5:det _ 5 introductions introduction NOUN NNS Number=Plur 3 obj 3:obj _ -6 look look VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 look look VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 at at ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 interaction interaction NOUN NN Number=Sing 6 obl 6:obl:at _ 10 objectively objectively ADV RB _ 6 advmod 6:advmod SpaceAfter=No -11 ; ; PUNCT , _ 6 punct 6:punct _ +11 ; ; PUNCT , _ 15 punct 15:punct _ 12 and and CCONJ CC _ 15 cc 15:cc _ 13-14 it's _ _ _ _ _ _ _ _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 15 expl 15:expl _ @@ -243753,7 +243919,7 @@ 16 to to PART TO _ 17 mark 17:mark _ 17 see see VERB VB VerbForm=Inf 15 csubj 15:csubj _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 20 nsubj 20:nsubj|22:nsubj|24:nsubj:xsubj _ -19 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ +19 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 20 able able ADJ JJ Degree=Pos 17 ccomp 17:ccomp _ 21 and and CCONJ CC _ 22 cc 22:cc _ 22 willing willing ADJ JJ Degree=Pos 20 conj 17:ccomp|20:conj:and _ @@ -243762,7 +243928,7 @@ 25 no no INTJ UH _ 24 discourse 24:discourse _ 26 if if SCONJ IN _ 28 mark 28:mark _ 27 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 28 nsubj 28:nsubj _ -28 feel feel VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 advcl 24:advcl:if _ +28 feel feel VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 24 advcl 24:advcl:if _ 29 there there PRON EX _ 31 expl 31:expl _ 30 would would AUX MD VerbForm=Fin 31 aux 31:aux _ 31 be be VERB VB VerbForm=Inf 28 ccomp 28:ccomp _ @@ -243775,30 +243941,30 @@ 1 It it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ 2 sounds sound VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No -4 according accord VERB VBG VerbForm=Ger 8 case 8:case _ +4 according accord VERB VBG ExtPos=ADP|VerbForm=Ger 8 case 8:case _ 5 to to ADP IN _ 4 fixed 4:fixed _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 7 own own ADJ JJ Degree=Pos 8 amod 8:amod _ -8 statement statement NOUN NN Number=Sing 2 obl 2:obl:accord_to SpaceAfter=No +8 statement statement NOUN NN Number=Sing 2 obl 2:obl:according_to SpaceAfter=No 9 ) ) PUNCT -RRB- _ 8 punct 8:punct _ 10 that that SCONJ IN _ 12 mark 12:mark _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ +12 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 2 ccomp 2:ccomp _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 roomful roomful NOUN NN Number=Sing 12 obj 12:obj _ 15 of of ADP IN _ 16 case 16:case _ 16 dogs dog NOUN NNS Number=Plur 14 nmod 14:nmod:of SpaceAfter=No -17 , , PUNCT , _ 2 punct 2:punct _ +17 , , PUNCT , _ 22 punct 22:punct _ 18 so so ADV RB _ 22 advmod 22:advmod _ 19 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 22 nsubj 22:nsubj|28:nsubj _ 20 must must AUX MD VerbForm=Fin 22 aux 22:aux _ 21 be be AUX VB VerbForm=Inf 22 aux 22:aux _ 22 doing do VERB VBG Tense=Pres|VerbForm=Part 2 parataxis 2:parataxis _ -23 something something PRON NN Number=Sing 22 obj 22:obj _ +23 something something PRON NN Number=Sing|PronType=Ind 22 obj 22:obj _ 24 right right ADV RB _ 22 advmod 22:advmod _ -25 - - PUNCT , _ 22 punct 22:punct _ +25 - - PUNCT , _ 28 punct 28:punct _ 26 and and CCONJ CC _ 28 cc 28:cc _ -27 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ +27 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ 28 keeping keep VERB VBG Tense=Pres|VerbForm=Part 22 conj 22:conj:and _ 29 those that DET DT Number=Plur|PronType=Dem 30 det 30:det _ 30 dogs dog NOUN NNS Number=Plur 28 obj 28:obj|31:nsubj:xsubj _ @@ -243811,27 +243977,27 @@ # sent_id = reviews-290594-0009 # text = You say you work a lot, and that you have a young dog; so I have little doubt that your dog is just filled with energy to burn; and it is good of you to look for a place to take him. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 say say VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 you you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -4 work work VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +4 work work VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ 6 lot lot NOUN NN Number=Sing 4 obl:npmod 4:obl:npmod SpaceAfter=No 7 , , PUNCT , _ 11 punct 11:punct _ 8 and and CCONJ CC _ 11 cc 11:cc _ 9 that that SCONJ IN _ 11 mark 11:mark _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -11 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 2:ccomp|4:conj:and _ +11 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 conj 2:ccomp|4:conj:and _ 12 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 13 young young ADJ JJ Degree=Pos 14 amod 14:amod _ 14 dog dog NOUN NN Number=Sing 11 obj 11:obj SpaceAfter=No -15 ; ; PUNCT , _ 2 punct 2:punct _ +15 ; ; PUNCT , _ 18 punct 18:punct _ 16 so so ADV RB _ 18 advmod 18:advmod _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -18 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +18 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ 19 little little ADJ JJ Degree=Pos 20 amod 20:amod _ 20 doubt doubt NOUN NN Number=Sing 18 obj 18:obj _ 21 that that SCONJ IN _ 26 mark 26:mark _ -22 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 dog dog NOUN NN Number=Sing 26 nsubj:pass 26:nsubj:pass _ 24 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 26 aux:pass 26:aux:pass _ 25 just just ADV RB _ 26 advmod 26:advmod _ @@ -243840,7 +244006,7 @@ 28 energy energy NOUN NN Number=Sing 26 obl 26:obl:with _ 29 to to PART TO _ 30 mark 30:mark _ 30 burn burn VERB VB VerbForm=Inf 28 acl 28:acl:to SpaceAfter=No -31 ; ; PUNCT , _ 2 punct 2:punct _ +31 ; ; PUNCT , _ 35 punct 35:punct _ 32 and and CCONJ CC _ 35 cc 35:cc _ 33 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 35 expl 35:expl _ 34 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 35 cop 35:cop _ @@ -243875,24 +244041,24 @@ # sent_id = reviews-290594-0011 # text = You were clearly given another alternative by Second Home, to board him - which might have given your dog a chance to come and go from Second Home a couple times, getting used to the place and maybe facilitating another attempt to get into daycare later. 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj:pass 4:nsubj:pass _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ +2 were be AUX VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ 3 clearly clearly ADV RB _ 4 advmod 4:advmod _ 4 given give VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ -5 another another DET DT _ 6 det 6:det _ +5 another another DET DT PronType=Ind 6 det 6:det _ 6 alternative alternative NOUN NN Number=Sing 4 obj 4:obj _ 7 by by ADP IN _ 9 case 9:case _ -8 Second Second PROPN NNP Number=Sing 9 compound 9:compound _ -9 Home Home PROPN NNP Number=Sing 4 obl 4:obl:by SpaceAfter=No -10 , , PUNCT , _ 4 punct 4:punct _ +8 Second Second ADJ NNP NumForm=Word|NumType=Ord 9 amod 9:amod _ +9 Home Home PROPN NNP Number=Sing 4 obl:agent 4:obl:agent SpaceAfter=No +10 , , PUNCT , _ 12 punct 12:punct _ 11 to to PART TO _ 12 mark 12:mark _ -12 board board VERB VB VerbForm=Inf 6 appos 6:appos _ +12 board board VERB VB VerbForm=Inf 6 appos 6:appos|18:csubj _ 13 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 obj 12:obj _ -14 - - PUNCT , _ 4 punct 4:punct _ -15 which which PRON WDT PronType=Int 18 nsubj 18:nsubj _ +14 - - PUNCT , _ 18 punct 18:punct _ +15 which which PRON WDT PronType=Rel 18 nsubj 12:ref _ 16 might might AUX MD VerbForm=Fin 18 aux 18:aux _ 17 have have AUX VB VerbForm=Inf 18 aux 18:aux _ -18 given give VERB VBN Tense=Past|VerbForm=Part 4 parataxis 4:parataxis _ -19 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +18 given give VERB VBN Tense=Past|VerbForm=Part 12 advcl:relcl 12:advcl:relcl _ +19 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 20 dog dog NOUN NN Number=Sing 18 iobj 18:iobj _ 21 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 22 chance chance NOUN NN Number=Sing 18 obj 18:obj _ @@ -243901,12 +244067,12 @@ 25 and and CCONJ CC _ 26 cc 26:cc _ 26 go go VERB VB VerbForm=Inf 24 conj 22:acl:to|24:conj:and _ 27 from from ADP IN _ 29 case 29:case _ -28 Second Second PROPN NNP Number=Sing 29 compound 29:compound _ +28 Second Second ADJ NNP NumForm=Word|NumType=Ord 29 amod 29:amod _ 29 Home Home PROPN NNP Number=Sing 24 obl 24:obl:from _ -30 a a DET DT Definite=Ind|PronType=Art 32 det 32:det _ -31 couple couple NOUN NN Number=Sing 32 compound 32:compound _ +30 a a DET DT Definite=Ind|PronType=Art 31 det 31:det _ +31 couple couple NOUN NN Number=Sing 32 nmod:npmod 32:nmod:npmod _ 32 times time NOUN NNS Number=Plur 24 obl:tmod 24:obl:tmod SpaceAfter=No -33 , , PUNCT , _ 24 punct 24:punct _ +33 , , PUNCT , _ 34 punct 34:punct _ 34 getting get VERB VBG VerbForm=Ger 24 advcl 24:advcl _ 35 used used ADJ JJ Degree=Pos 34 xcomp 34:xcomp _ 36 to to ADP IN _ 38 case 38:case _ @@ -243915,18 +244081,18 @@ 39 and and CCONJ CC _ 41 cc 41:cc _ 40 maybe maybe ADV RB _ 41 advmod 41:advmod _ 41 facilitating facilitate VERB VBG VerbForm=Ger 35 conj 34:xcomp|35:conj:and _ -42 another another DET DT _ 43 det 43:det _ +42 another another DET DT PronType=Ind 43 det 43:det _ 43 attempt attempt NOUN NN Number=Sing 41 obj 41:obj _ 44 to to PART TO _ 45 mark 45:mark _ 45 get get VERB VB VerbForm=Inf 43 acl 43:acl:to _ 46 into into ADP IN _ 47 case 47:case _ 47 daycare daycare NOUN NN Number=Sing 45 obl 45:obl:into _ -48 later later ADV RB _ 45 advmod 45:advmod SpaceAfter=No +48 later late ADV RBR Degree=Cmp 45 advmod 45:advmod SpaceAfter=No 49 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-290594-0012 # text = No business is going to push customers away without good reason; so isn't it reasonable to think they might know what they're doing? -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 business business NOUN NN Number=Sing 4 nsubj 4:nsubj|6:nsubj:xsubj _ 3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 4 going go VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ @@ -243937,7 +244103,7 @@ 9 without without ADP IN _ 11 case 11:case _ 10 good good ADJ JJ Degree=Pos 11 amod 11:amod _ 11 reason reason NOUN NN Number=Sing 6 obl 6:obl:without SpaceAfter=No -12 ; ; PUNCT , _ 4 punct 4:punct _ +12 ; ; PUNCT , _ 17 punct 17:punct _ 13 so so ADV RB _ 17 advmod 17:advmod _ 14-15 isn't _ _ _ _ _ _ _ _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ @@ -243952,25 +244118,25 @@ 23 what what PRON WP PronType=Int 26 obj 26:obj _ 24-25 they're _ _ _ _ _ _ _ _ 24 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 26 nsubj 26:nsubj _ -25 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ +25 're be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 26 aux 26:aux _ 26 doing do VERB VBG Tense=Pres|VerbForm=Part 22 ccomp 22:ccomp SpaceAfter=No 27 ? ? PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-290594-0013 # text = My dogs are far from perfect, and one of them I believe would be a little much for daycare here herself (at least initially). -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 dogs dog NOUN NNS Number=Plur 4 nsubj 4:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -4 far far ADV RB Degree=Pos 0 root 0:root _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +4 far far ADV RB _ 0 root 0:root _ 5 from from ADP IN _ 6 case 6:case _ 6 perfect perfect ADJ JJ Degree=Pos 4 obl 4:obl:from SpaceAfter=No 7 , , PUNCT , _ 18 punct 18:punct _ 8 and and CCONJ CC _ 18 cc 18:cc _ -9 one one NUM CD NumType=Card 18 nsubj 18:nsubj _ +9 one one NUM CD NumForm=Word|NumType=Card 18 nsubj 18:nsubj _ 10 of of ADP IN _ 11 case 11:case _ 11 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 9 nmod 9:nmod:of _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 believe believe VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 parataxis 18:parataxis _ +13 believe believe VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 18 parataxis 18:parataxis _ 14 would would AUX MD VerbForm=Fin 18 aux 18:aux _ 15 be be AUX VB VerbForm=Inf 18 cop 18:cop _ 16 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ @@ -243979,10 +244145,10 @@ 19 for for ADP IN _ 20 case 20:case _ 20 daycare daycare NOUN NN Number=Sing 18 obl 18:obl:for _ 21 here here ADV RB PronType=Dem 20 advmod 20:advmod _ -22 herself herself PRON PRP Gender=Fem|Number=Sing|Person=3|PronType=Prs 18 obl:npmod 18:obl:npmod _ +22 herself herself PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Emp|Reflex=Yes 18 obl:npmod 18:obl:npmod _ 23 ( ( PUNCT -LRB- _ 24 punct 24:punct SpaceAfter=No -24 at at ADV RB _ 18 advmod 18:advmod _ -25 least least ADV RBS Degree=Sup 24 fixed 24:fixed _ +24 at at ADP IN ExtPos=ADV 18 advmod 18:advmod _ +25 least least ADJ JJS Degree=Sup 24 fixed 24:fixed _ 26 initially initially ADV RB _ 24 advmod 24:advmod SpaceAfter=No 27 ) ) PUNCT -RRB- _ 24 punct 24:punct SpaceAfter=No 28 . . PUNCT . _ 4 punct 4:punct _ @@ -243992,17 +244158,17 @@ 1 Be be AUX VB Mood=Imp|VerbForm=Fin 5 cop 5:cop _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 little little ADJ JJ Degree=Pos 4 obl:npmod 4:obl:npmod _ -4 more more ADV RBR _ 5 advmod 5:advmod _ +4 more more ADV RBR Degree=Cmp 5 advmod 5:advmod _ 5 reasonable reasonable ADJ JJ Degree=Pos 0 root 0:root _ 6 with with ADP IN _ 8 case 8:case _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 expectations expectation NOUN NNS Number=Plur 5 obl 5:obl:with _ 9 of of ADP IN _ 11 case 11:case _ 10 a a DET DT Definite=Ind|PronType=Art 11 det 11:det _ 11 place place NOUN NN Number=Sing 8 nmod 8:nmod:of _ 12 like like ADP IN _ 13 case 13:case _ 13 this this PRON DT Number=Sing|PronType=Dem 11 nmod 11:nmod:like SpaceAfter=No -14 ; ; PUNCT , _ 5 punct 5:punct _ +14 ; ; PUNCT , _ 19 punct 19:punct _ 15 and and CCONJ CC _ 19 cc 19:cc _ 16 maybe maybe ADV RB _ 19 advmod 19:advmod _ 17-18 don't _ _ _ _ _ _ _ _ @@ -244016,18 +244182,18 @@ 24 that that SCONJ IN _ 28 mark 28:mark _ 25 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 28 nsubj 28:nsubj|30:nsubj:xsubj _ 26-27 don't _ _ _ _ _ _ _ _ -26 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ +26 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ 27 n't not PART RB _ 28 advmod 28:advmod _ 28 want want VERB VB VerbForm=Inf 23 ccomp 23:ccomp _ 29 to to PART TO _ 30 mark 30:mark _ 30 work work VERB VB VerbForm=Inf 28 xcomp 28:xcomp _ 31 hard hard ADV RB Degree=Pos 30 advmod 30:advmod SpaceAfter=No -32 , , PUNCT , _ 19 punct 19:punct _ +32 , , PUNCT , _ 36 punct 36:punct _ 33 just just ADV RB _ 36 advmod 36:advmod _ 34 because because SCONJ IN _ 36 mark 36:mark _ 35 you you PRON PRP Case=Nom|Person=2|PronType=Prs 36 nsubj 36:nsubj _ -36 bruised bruise VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 advcl 19:advcl:because _ -37 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ +36 bruised bruise VERB VBD Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin 19 advcl 19:advcl:because _ +37 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ 38 own own ADJ JJ Degree=Pos 39 amod 39:amod _ 39 ego ego NOUN NN Number=Sing 36 obj 36:obj SpaceAfter=No 40 . . PUNCT . _ 5 punct 5:punct _ @@ -244036,37 +244202,37 @@ # sent_id = reviews-351561-0001 # newpar id = reviews-351561-p0001 # text = Dumbest F'ers ever -1 Dumbest dumbest ADJ JJS Degree=Sup 2 amod 2:amod _ -2 F'ers f'er NOUN NNS Number=Plur 0 root 0:root _ +1 Dumbest dumb ADJ JJS Degree=Sup 2 amod 2:amod _ +2 F'ers fucker NOUN NNS Number=Plur|Style=Expr 0 root 0:root CorrectForm=fuckers 3 ever ever ADV RB _ 2 advmod 2:advmod _ # sent_id = reviews-351561-0002 # newpar id = reviews-351561-p0002 # text = I called dominos tonight, it rang forever, I get put on hold twice without saying a word and FINALLY someone says, MAY I HELP YOU? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 dominos dominos PROPN NNP Number=Sing 2 obj 2:obj _ 4 tonight tonight NOUN NN Number=Sing 2 obl:tmod 2:obl:tmod SpaceAfter=No 5 , , PUNCT , _ 7 punct 7:punct _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -7 rang ring VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +7 rang ring VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 8 forever forever ADV RB _ 7 advmod 7:advmod SpaceAfter=No 9 , , PUNCT , _ 12 punct 12:punct _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj:pass 12:nsubj:pass _ -11 get get AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux:pass 12:aux:pass _ -12 put put VERB VBN Tense=Past|VerbForm=Part 2 conj 2:conj:and _ +11 get get AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 aux:pass 12:aux:pass _ +12 put put VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 conj 2:conj:and _ 13 on on ADP IN _ 14 case 14:case _ 14 hold hold NOUN NN Number=Sing 12 obl 12:obl:on _ -15 twice twice ADV RB NumType=Mult 12 advmod 12:advmod _ +15 twice twice ADV RB NumForm=Word|NumType=Mult 12 advmod 12:advmod _ 16 without without SCONJ IN _ 17 mark 17:mark _ 17 saying say VERB VBG VerbForm=Ger 12 advcl 12:advcl:without _ 18 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 19 word word NOUN NN Number=Sing 17 obj 17:obj _ 20 and and CCONJ CC _ 23 cc 23:cc _ 21 FINALLY finally ADV RB _ 23 advmod 23:advmod _ -22 someone someone PRON NN Number=Sing 23 nsubj 23:nsubj _ +22 someone someone PRON NN Number=Sing|PronType=Ind 23 nsubj 23:nsubj _ 23 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and SpaceAfter=No -24 , , PUNCT , _ 23 punct 23:punct _ +24 , , PUNCT , _ 27 punct 27:punct _ 25 MAY may AUX MD VerbForm=Fin 27 aux 27:aux _ 26 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 nsubj 27:nsubj _ 27 HELP help VERB VB VerbForm=Inf 23 ccomp 23:ccomp _ @@ -244077,11 +244243,11 @@ # text = So I say: I'm at the Radison Warwick hotel in Rittenhouse Square (built in 1926) do you deliver to the Warwick? 1 So so ADV RB _ 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -4 : : PUNCT : _ 3 punct 3:punct _ +3 say say VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +4 : : PUNCT : _ 11 punct 11:punct _ 5-6 I'm _ _ _ _ _ _ _ _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ -6 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ +6 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 cop 11:cop _ 7 at at ADP IN _ 11 case 11:case _ 8 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 9 Radison Radison PROPN NNP Number=Sing 11 compound 11:compound _ @@ -244091,13 +244257,13 @@ 13 Rittenhouse Rittenhouse PROPN NNP Number=Sing 14 compound 14:compound _ 14 Square Square PROPN NNP Number=Sing 11 nmod 11:nmod:in _ 15 ( ( PUNCT -LRB- _ 16 punct 16:punct SpaceAfter=No -16 built build VERB VBN Tense=Past|VerbForm=Part 11 acl 11:acl _ +16 built build VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 acl 11:acl _ 17 in in ADP IN _ 18 case 18:case _ -18 1926 1926 NUM CD NumType=Card 16 obl 16:obl:in SpaceAfter=No +18 1926 1926 NUM CD NumForm=Digit|NumType=Card 16 obl 16:obl:in SpaceAfter=No 19 ) ) PUNCT -RRB- _ 16 punct 16:punct _ -20 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ +20 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 22 aux 22:aux _ 21 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ -22 deliver deliver VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ +22 deliver deliver VERB VB VerbForm=Inf 11 parataxis 11:parataxis _ 23 to to ADP IN _ 25 case 25:case _ 24 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ 25 Warwick Warwick PROPN NNP Number=Sing 22 obl 22:obl:to SpaceAfter=No @@ -244106,43 +244272,43 @@ # sent_id = reviews-351561-0004 # text = They say no, Warwick in New Jersey, Call New Jersey. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 say say VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 no no INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -4 , , PUNCT , _ 5 punct 5:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 Warwick Warwick PROPN NNP Number=Sing 2 ccomp 2:ccomp _ 6 in in ADP IN _ 8 case 8:case _ -7 New New PROPN NNP Number=Sing 8 compound 8:compound _ +7 New New ADJ NNP Degree=Pos 8 amod 8:amod _ 8 Jersey Jersey PROPN NNP Number=Sing 5 nmod 5:nmod:in SpaceAfter=No -9 , , PUNCT , _ 5 punct 5:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 Call call VERB VB Mood=Imp|VerbForm=Fin 5 parataxis 5:parataxis _ -11 New New PROPN NNP Number=Sing 12 compound 12:compound _ +11 New New ADJ NNP Degree=Pos 12 amod 12:amod _ 12 Jersey Jersey PROPN NNP Number=Sing 10 obj 10:obj SpaceAfter=No 13 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-351561-0005 # text = I laugh and say, no, that Warwick is in New York, but I'm at the Radison-Warwick. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|4:nsubj _ -2 laugh laugh VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 laugh laugh VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 and and CCONJ CC _ 4 cc 4:cc _ -4 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +4 say say VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and SpaceAfter=No +5 , , PUNCT , _ 13 punct 13:punct _ 6 no no INTJ UH _ 13 discourse 13:discourse SpaceAfter=No -7 , , PUNCT , _ 13 punct 13:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 that that DET DT Number=Sing|PronType=Dem 9 det 9:det _ 9 Warwick Warwick PROPN NNP Number=Sing 13 nsubj 13:nsubj _ 10 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 11 in in ADP IN _ 13 case 13:case _ -12 New New PROPN NNP Number=Sing 13 compound 13:compound _ +12 New New ADJ NNP Degree=Pos 13 amod 13:amod _ 13 York York PROPN NNP Number=Sing 4 ccomp 4:ccomp SpaceAfter=No 14 , , PUNCT , _ 22 punct 22:punct _ 15 but but CCONJ CC _ 22 cc 22:cc _ 16-17 I'm _ _ _ _ _ _ _ _ 16 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -17 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ +17 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 22 cop 22:cop _ 18 at at ADP IN _ 22 case 22:case _ 19 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ 20 Radison Radison PROPN NNP Number=Sing 22 compound 22:compound SpaceAfter=No -21 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No +21 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No 22 Warwick Warwick PROPN NNP Number=Sing 13 conj 4:ccomp|13:conj:but SpaceAfter=No 23 . . PUNCT . _ 2 punct 2:punct _ @@ -244151,10 +244317,10 @@ 1 And and CCONJ CC _ 3 cc 3:cc _ 2 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 3 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -4 : : PUNCT : _ 3 punct 3:punct _ +4 : : PUNCT : _ 8 punct 8:punct _ 5-6 You're _ _ _ _ _ _ _ _ 5 You you PRON PRP Case=Nom|Person=2|PronType=Prs 8 nsubj 8:nsubj _ -6 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +6 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 at at ADP IN _ 8 case 8:case _ 8 Warwick Warwick PROPN NNP Number=Sing 3 ccomp 3:ccomp _ 9 in in ADP IN _ 10 case 10:case _ @@ -244163,12 +244329,12 @@ # sent_id = reviews-351561-0007 # text = and I said, YES, CENTER CITY PHILLY, and he says, NO, Warwick is a township, If you're at a Radison in Warwick thats too far, try dominos in Pottstown. -1 and and CCONJ CC _ 13 cc 13:cc _ +1 and and CCONJ CC _ 3 cc 3:cc _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ +3 said say VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +4 , , PUNCT , _ 9 punct 9:punct _ 5 YES yes INTJ UH _ 9 discourse 9:discourse SpaceAfter=No -6 , , PUNCT , _ 9 punct 9:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 CENTER CENTER PROPN NNP Number=Sing 8 compound 8:compound _ 8 CITY CITY PROPN NNP Number=Sing 9 compound 9:compound _ 9 PHILLY PHILLY PROPN NNP Number=Sing 3 ccomp 3:ccomp SpaceAfter=No @@ -244176,18 +244342,18 @@ 11 and and CCONJ CC _ 13 cc 13:cc _ 12 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ 13 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and SpaceAfter=No -14 , , PUNCT , _ 13 punct 13:punct _ +14 , , PUNCT , _ 20 punct 20:punct _ 15 NO no INTJ UH _ 20 discourse 20:discourse SpaceAfter=No -16 , , PUNCT , _ 20 punct 20:punct _ +16 , , PUNCT , _ 15 punct 15:punct _ 17 Warwick Warwick PROPN NNP Number=Sing 20 nsubj 20:nsubj _ 18 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 19 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 20 township township NOUN NN Number=Sing 13 ccomp 13:ccomp SpaceAfter=No -21 , , PUNCT , _ 20 punct 20:punct _ +21 , , PUNCT , _ 33 punct 33:punct _ 22 If if SCONJ IN _ 27 mark 27:mark _ 23-24 you're _ _ _ _ _ _ _ _ 23 you you PRON PRP Case=Nom|Person=2|PronType=Prs 27 nsubj 27:nsubj _ -24 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ +24 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 27 cop 27:cop _ 25 at at ADP IN _ 27 case 27:case _ 26 a a DET DT Definite=Ind|PronType=Art 27 det 27:det _ 27 Radison Radison PROPN NNP Number=Sing 33 advcl 33:advcl:at _ @@ -244195,10 +244361,10 @@ 29 Warwick Warwick PROPN NNP Number=Sing 27 nmod 27:nmod:in _ 30-31 thats _ _ _ _ _ _ _ _ 30 that that PRON DT Number=Sing|PronType=Dem 33 nsubj 33:nsubj _ -31 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 33 cop 33:cop _ +31 s be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|Typo=Yes|VerbForm=Fin 33 cop 33:cop CorrectForm='s 32 too too ADV RB _ 33 advmod 33:advmod _ 33 far far ADJ JJ Degree=Pos 20 parataxis 20:parataxis SpaceAfter=No -34 , , PUNCT , _ 20 punct 20:punct _ +34 , , PUNCT , _ 35 punct 35:punct _ 35 try try VERB VB Mood=Imp|VerbForm=Fin 20 parataxis 20:parataxis _ 36 dominos dominos PROPN NNP Number=Sing 35 obj 35:obj _ 37 in in ADP IN _ 38 case 38:case _ @@ -244208,10 +244374,10 @@ # sent_id = reviews-351561-0008 # text = I say, NO, I am at the RADISON WARWICK HOTEL in Rittenhouse Square. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +2 say say VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 , , PUNCT , _ 12 punct 12:punct _ 4 NO no INTJ UH _ 12 discourse 12:discourse SpaceAfter=No -5 , , PUNCT , _ 12 punct 12:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 7 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 8 at at ADP IN _ 12 case 12:case _ @@ -244228,23 +244394,23 @@ # text = He says: I not know that town, I have to get to work, I'm in PHILLY. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ 2 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 6 punct 6:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 5 not not PART RB _ 6 advmod 6:advmod _ -6 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +6 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 7 that that DET DT Number=Sing|PronType=Dem 8 det 8:det _ 8 town town NOUN NN Number=Sing 6 obj 6:obj SpaceAfter=No -9 , , PUNCT , _ 6 punct 6:punct _ +9 , , PUNCT , _ 11 punct 11:punct _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj|13:nsubj:xsubj _ -11 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ +11 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ 12 to to PART TO _ 13 mark 13:mark _ 13 get get VERB VB VerbForm=Inf 11 xcomp 11:xcomp _ 14 to to ADP IN _ 15 case 15:case _ 15 work work NOUN NN Number=Sing 13 obl 13:obl:to SpaceAfter=No -16 , , PUNCT , _ 6 punct 6:punct _ +16 , , PUNCT , _ 20 punct 20:punct _ 17-18 I'm _ _ _ _ _ _ _ _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -18 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ +18 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 20 cop 20:cop _ 19 in in ADP IN _ 20 case 20:case _ 20 PHILLY PHILLY PROPN NNP Number=Sing 6 parataxis 6:parataxis SpaceAfter=No 21 . . PUNCT . _ 2 punct 2:punct _ @@ -244254,25 +244420,25 @@ 1 Call call VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ 2 dominos dominos PROPN NNP Number=Sing 1 obj 1:obj _ 3 in in ADP IN _ 5 case 5:case _ -4 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ +4 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 5 nmod:poss 5:nmod:poss _ 5 town town NOUN NN Number=Sing 2 nmod 2:nmod:in SpaceAfter=No 6 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-351561-0011 # text = I SAY LISTEN: I'm at 17th and LOCUST, do you deliver there? 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 SAY say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 SAY say VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 LISTEN listen VERB VB Mood=Imp|VerbForm=Fin 2 ccomp 2:ccomp SpaceAfter=No -4 : : PUNCT : _ 3 punct 3:punct _ +4 : : PUNCT : _ 8 punct 8:punct _ 5-6 I'm _ _ _ _ _ _ _ _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj|10:nsubj _ -6 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +6 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 at at ADP IN _ 8 case 8:case _ -8 17th 17th PROPN NNP Number=Sing 3 parataxis 3:parataxis _ +8 17th 17th ADJ NNP Degree=Pos|NumForm=Combi|NumType=Ord 3 parataxis 3:parataxis _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 LOCUST LOCUST PROPN NNP Number=Sing 8 conj 8:conj:and SpaceAfter=No -11 , , PUNCT , _ 3 punct 3:punct _ -12 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +10 LOCUST Locust PROPN NNP Number=Sing 8 conj 8:conj:and SpaceAfter=No +11 , , PUNCT , _ 14 punct 14:punct _ +12 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 14 nsubj 14:nsubj _ 14 deliver deliver VERB VB VerbForm=Inf 3 ccomp 3:ccomp _ 15 there there ADV RB PronType=Dem 14 advmod 14:advmod SpaceAfter=No @@ -244282,9 +244448,9 @@ # text = He says, I have to have an exact ADDRESS. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ 2 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 5 punct 5:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ -5 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +5 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 6 to to PART TO _ 7 mark 7:mark _ 7 have have VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 an a DET DT Definite=Ind|PronType=Art 10 det 10:det _ @@ -244295,25 +244461,26 @@ # sent_id = reviews-351561-0013 # text = OK, 1701 LOCUST STREET i say. 1 OK ok INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ -3 1701 1701 NUM CD NumType=Card 5 nummod 5:nummod _ -4 LOCUST LOCUST PROPN NNP Number=Sing 5 compound 5:compound _ -5 STREET STREET PROPN NNP Number=Sing 7 ccomp 7:ccomp _ -6 i i PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +2 , , PUNCT , _ 1 punct 1:punct _ +3 1701 1701 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ +4 LOCUST Locust PROPN NNP Number=Sing 5 compound 5:compound _ +5 STREET Street PROPN NNP Number=Sing 7 ccomp 7:ccomp _ +6 i I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ +7 say say VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 8 . . PUNCT . _ 7 punct 7:punct _ # sent_id = reviews-351561-0014 # text = he says: Why you tell me your in WARWICK TOWNSHIP? 1 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ 2 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 6 punct 6:punct _ 4 Why why ADV WRB PronType=Int 6 advmod 6:advmod _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 tell tell VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ -7 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 6 obj 6:obj _ -8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj SpaceAfter=No -9 r be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +6 tell tell VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ +7 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 6 iobj 6:iobj _ +8-9 your _ _ _ _ _ _ _ _ +8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ +9 r be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|Typo=Yes|VerbForm=Fin 12 cop 12:cop CorrectForm='re 10 in in ADP IN _ 12 case 12:case _ 11 WARWICK WARWICK PROPN NNP Number=Sing 12 compound 12:compound _ 12 TOWNSHIP TOWNSHIP PROPN NNP Number=Sing 6 ccomp 6:ccomp SpaceAfter=No @@ -244328,47 +244495,47 @@ 5 to to ADP IN _ 7 case 7:case _ 6 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ 7 girl girl NOUN NN Number=Sing 2 obl 2:obl:to SpaceAfter=No -8 , , PUNCT , _ 2 punct 2:punct _ +8 , , PUNCT , _ 10 punct 10:punct _ 9 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj _ 10 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis SpaceAfter=No -11 , , PUNCT , _ 10 punct 10:punct _ +11 , , PUNCT , _ 13 punct 13:punct _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj|15:nsubj:xsubj _ -13 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 ccomp 10:ccomp _ +13 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 ccomp 10:ccomp _ 14 to to PART TO _ 15 mark 15:mark _ 15 have have VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ -16 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +16 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ 17 address address NOUN NN Number=Sing 15 obj 15:obj SpaceAfter=No -18 , , PUNCT , _ 2 punct 2:punct _ +18 , , PUNCT , _ 20 punct 20:punct _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ -20 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis SpaceAfter=No -21 , , PUNCT , _ 20 punct 20:punct _ -22 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ +20 say say VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis SpaceAfter=No +21 , , PUNCT , _ 24 punct 24:punct _ +22 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 24 aux 24:aux _ 23 you you PRON PRP Case=Nom|Person=2|PronType=Prs 24 nsubj 24:nsubj _ 24 deliver deliver VERB VB VerbForm=Inf 20 ccomp 20:ccomp _ 25 to to ADP IN _ 26 case 26:case _ -26 17th 17th PROPN NNP Number=Sing 24 obl 24:obl:to _ +26 17th 17th ADJ NNP Degree=Pos|NumForm=Combi|NumType=Ord 24 obl 24:obl:to _ 27 and and CCONJ CC _ 28 cc 28:cc _ -28 locust locust PROPN NNP Number=Sing 26 conj 24:obl:to|26:conj:and SpaceAfter=No -29 , , PUNCT , _ 2 punct 2:punct _ +28 locust Locust PROPN NNP Number=Sing 26 conj 24:obl:to|26:conj:and SpaceAfter=No +29 , , PUNCT , _ 31 punct 31:punct _ 30 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 31 nsubj 31:nsubj _ 31 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis SpaceAfter=No -32 , , PUNCT , _ 31 punct 31:punct _ -33 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ +32 , , PUNCT , _ 35 punct 35:punct _ +33 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ 34 exact exact ADJ JJ Degree=Pos 35 amod 35:amod _ 35 address address NOUN NN Number=Sing 31 obj 31:obj SpaceAfter=No -36 , , PUNCT , _ 2 punct 2:punct _ +36 , , PUNCT , _ 38 punct 38:punct _ 37 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 38 nsubj 38:nsubj _ -38 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ -39 1 1 NUM CD NumType=Card 46 nummod 46:nummod SpaceAfter=No -40 - - PUNCT HYPH _ 46 punct 46:punct SpaceAfter=No -41 7 7 NUM CD NumType=Card 46 nummod 46:nummod SpaceAfter=No -42 - - PUNCT HYPH _ 46 punct 46:punct SpaceAfter=No -43 0 0 NUM CD NumType=Card 46 nummod 46:nummod SpaceAfter=No -44 - - PUNCT HYPH _ 46 punct 46:punct SpaceAfter=No -45 1 1 NUM CD NumType=Card 46 nummod 46:nummod _ +38 say say VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 parataxis 2:parataxis _ +39 1 1 NUM CD NumForm=Digit|NumType=Card 46 nummod 46:nummod SpaceAfter=No +40 - - PUNCT HYPH _ 39 punct 39:punct SpaceAfter=No +41 7 7 NUM CD NumForm=Digit|NumType=Card 46 nummod 46:nummod SpaceAfter=No +42 - - PUNCT HYPH _ 41 punct 41:punct SpaceAfter=No +43 0 0 NUM CD NumForm=Digit|NumType=Card 46 nummod 46:nummod SpaceAfter=No +44 - - PUNCT HYPH _ 43 punct 43:punct SpaceAfter=No +45 1 1 NUM CD NumForm=Digit|NumType=Card 46 nummod 46:nummod _ 46 Locust Locust PROPN NNP Number=Sing 38 obj 38:obj SpaceAfter=No -47 , , PUNCT , _ 2 punct 2:punct _ -48 ARe be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 50 cop 50:cop _ +47 , , PUNCT , _ 53 punct 53:punct _ +48 ARe be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 50 cop 50:cop _ 49 you you PRON PRP Case=Nom|Person=2|PronType=Prs 50 nsubj 50:nsubj _ 50 sure sure ADJ JJ Degree=Pos 53 ccomp 53:ccomp SpaceAfter=No 51 ? ? PUNCT . _ 50 punct 50:punct _ @@ -244382,43 +244549,43 @@ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 3 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 4 sure sure ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -5 , , PUNCT , _ 4 punct 4:punct _ +5 , , PUNCT , _ 9 punct 9:punct _ 6 well well INTJ UH _ 9 discourse 9:discourse SpaceAfter=No -7 , , PUNCT , _ 9 punct 9:punct _ +7 , , PUNCT , _ 6 punct 6:punct _ 8 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 9 nsubj 9:nsubj _ 9 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 parataxis 4:parataxis SpaceAfter=No -10 , , PUNCT , _ 9 punct 9:punct _ +10 , , PUNCT , _ 15 punct 15:punct _ 11 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 12 that that PRON DT Number=Sing|PronType=Dem 15 nsubj 15:nsubj _ 13 ON on ADP IN _ 15 case 15:case _ -14 17th 17th NOUN NN Number=Sing 15 compound 15:compound _ -15 STREET street NOUN NN Number=Sing 9 ccomp 9:ccomp SpaceAfter=No +14 17th 17th ADJ NNP Number=Sing|NumForm=Combi|NumType=Ord 15 amod 15:amod _ +15 STREET Street PROPN NNP Number=Sing 9 ccomp 9:ccomp SpaceAfter=No 16 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-351561-0017 # text = Yes, I say. 1 Yes yes INTJ UH _ 4 ccomp 4:ccomp SpaceAfter=No -2 , , PUNCT , _ 4 punct 4:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +4 say say VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-351561-0018 # text = 17th, like over by 16th and 15th YES, I say, one mile west of you. -1 17th 17th PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No -2 , , PUNCT , _ 1 punct 1:punct _ +1 17th 17th ADJ NNP Degree=Pos|NumForm=Combi|NumType=Ord 0 root 0:root SpaceAfter=No +2 , , PUNCT , _ 4 punct 4:punct _ 3 like like ADP IN _ 4 case 4:case _ 4 over over ADV RB _ 1 nmod 1:nmod:like _ 5 by by ADP IN _ 6 case 6:case _ -6 16th 16th PROPN NNP Number=Sing 4 obl 4:obl:by _ +6 16th 16th ADJ NNP Degree=Pos|NumForm=Combi|NumType=Ord 4 obl 4:obl:by _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 15th 15th PROPN NNP Number=Sing 6 conj 4:obl:by|6:conj:and _ +8 15th 15th ADJ NNP Degree=Pos|NumForm=Combi|NumType=Ord 6 conj 4:obl:by|6:conj:and _ 9 YES yes INTJ UH _ 15 discourse 15:discourse SpaceAfter=No 10 , , PUNCT , _ 12 punct 12:punct _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -12 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 parataxis 15:parataxis SpaceAfter=No +12 say say VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 15 parataxis 15:parataxis SpaceAfter=No 13 , , PUNCT , _ 12 punct 12:punct _ -14 one one NUM CD NumType=Card 15 nummod 15:nummod _ +14 one one NUM CD NumForm=Word|NumType=Card 15 nummod 15:nummod _ 15 mile mile NOUN NN Number=Sing 1 parataxis 1:parataxis _ 16 west west ADV RB _ 15 advmod 15:advmod _ 17 of of ADP IN _ 18 case 18:case _ @@ -244429,9 +244596,9 @@ # text = You're at 7th. 1-2 You're _ _ _ _ _ _ _ _ 1 You you PRON PRP Case=Nom|Person=2|PronType=Prs 4 nsubj 4:nsubj _ -2 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 at at ADP IN _ 4 case 4:case _ -4 7th 7th PROPN NNP Number=Sing 0 root 0:root SpaceAfter=No +4 7th 7th ADJ NNP Degree=Pos|NumForm=Combi|NumType=Ord 0 root 0:root SpaceAfter=No 5 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-351561-0020 @@ -244448,10 +244615,10 @@ # text = She says, Is that 17th like over past broad. 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj _ 2 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No -3 , , PUNCT , _ 2 punct 2:punct _ +3 , , PUNCT , _ 6 punct 6:punct _ 4 Is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 5 that that PRON DT Number=Sing|PronType=Dem 6 nsubj 6:nsubj _ -6 17th 17th PROPN NNP Number=Sing 2 ccomp 2:ccomp _ +6 17th 17th ADJ NNP Degree=Pos|NumForm=Combi|NumType=Ord 2 ccomp 2:ccomp _ 7 like like ADP IN _ 10 mark 10:mark _ 8 over over ADP IN _ 10 case 10:case _ 9 past past ADP IN _ 10 case 10:case _ @@ -244461,7 +244628,7 @@ # sent_id = reviews-351561-0022 # text = YES, I am west of broad. 1 YES yes INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 5 west west ADV RB _ 0 root 0:root _ @@ -244474,21 +244641,21 @@ 1 Broad Broad PROPN NNP Number=Sing 8 nsubj 8:nsubj SpaceAfter=No 2 , , PUNCT , _ 4 punct 4:punct _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 say say VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 parataxis 8:parataxis SpaceAfter=No +4 say say VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 parataxis 8:parataxis SpaceAfter=No 5 , , PUNCT , _ 4 punct 4:punct _ 6 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ -7 14th 14th PROPN NNP Number=Sing 8 compound 8:compound _ +7 14th 14th ADJ NNP NumForm=Combi|NumType=Ord 8 amod 8:amod _ 8 street street PROPN NNP Number=Sing 0 root 0:root _ 9 and and CCONJ CC _ 14 cc 14:cc _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj|19:nsubj _ 11 am be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ -12 3 3 NUM CD NumType=Card 13 nummod 13:nummod _ +12 3 3 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ 13 blocks block NOUN NNS Number=Plur 14 obl:npmod 14:obl:npmod _ 14 west west ADV RB _ 8 conj 8:conj:and _ 15 of of ADP IN _ 16 case 16:case _ 16 broad broad PROPN NNP Number=Sing 14 obl 14:obl:of _ 17 and and CCONJ CC _ 19 cc 19:cc _ -18 one one NUM CD NumType=Card 19 obl:npmod 19:obl:npmod _ +18 one one NUM CD NumForm=Word|NumType=Card 19 obl:npmod 19:obl:npmod _ 19 south south ADV RB _ 14 conj 14:conj:and _ 20 of of ADP IN _ 21 case 21:case _ 21 walnut walnut PROPN NNP Number=Sing 19 obl 19:obl:of SpaceAfter=No @@ -244496,21 +244663,21 @@ # sent_id = reviews-351561-0024 # text = Hmmm, she says, Then why are you calling here, we don't go past broad? -1 Hmmm hmmm INTJ UH _ 10 discourse 10:discourse SpaceAfter=No +1 Hmmm hmm INTJ UH Style=Expr 10 discourse 10:discourse CorrectForm=Hmm|SpaceAfter=No 2 , , PUNCT , _ 4 punct 4:punct _ 3 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 4 nsubj 4:nsubj _ 4 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 10 parataxis 10:parataxis SpaceAfter=No 5 , , PUNCT , _ 4 punct 4:punct _ 6 Then then ADV RB PronType=Dem 10 advmod 10:advmod _ 7 why why ADV WRB PronType=Int 10 advmod 10:advmod _ -8 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +8 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _ 10 calling call VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 11 here here ADV RB PronType=Dem 10 advmod 10:advmod SpaceAfter=No 12 , , PUNCT , _ 16 punct 16:punct _ 13 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 16 nsubj 16:nsubj _ 14-15 don't _ _ _ _ _ _ _ _ -14 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +14 do do AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 15 n't not PART RB _ 16 advmod 16:advmod _ 16 go go VERB VB VerbForm=Inf 10 parataxis 10:parataxis _ 17 past past ADP IN _ 18 case 18:case _ @@ -244520,26 +244687,27 @@ # sent_id = reviews-351561-0025 # text = Anyway, after much yelling and cussing I hung up, grabbed a cab, and went to Geno's. 1 Anyway anyway INTJ UH _ 9 discourse 9:discourse SpaceAfter=No -2 , , PUNCT , _ 9 punct 9:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 after after ADP IN _ 5 case 5:case _ 4 much much ADJ JJ Degree=Pos 5 amod 5:amod _ 5 yelling yelling NOUN NN Number=Sing 9 obl 9:obl:after _ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 cussing cussing NOUN NN Number=Sing 5 conj 5:conj:and|9:obl:after _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj 9:nsubj|12:nsubj|17:nsubj _ -9 hung hang VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +9 hung hang VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 10 up up ADP RP _ 9 compound:prt 9:compound:prt SpaceAfter=No 11 , , PUNCT , _ 12 punct 12:punct _ -12 grabbed grab VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 conj 9:conj:and _ +12 grabbed grab VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 9 conj 9:conj:and _ 13 a a DET DT Definite=Ind|PronType=Art 14 det 14:det _ 14 cab cab NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No 15 , , PUNCT , _ 17 punct 17:punct _ 16 and and CCONJ CC _ 17 cc 17:cc _ -17 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 conj 9:conj:and _ +17 went go VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 9 conj 9:conj:and _ 18 to to ADP IN _ 19 case 19:case _ -19 Geno Geno PROPN NNP Number=Sing 17 obl 17:obl:to SpaceAfter=No -20 's 's PART POS _ 19 case 19:case SpaceAfter=No -21 . . PUNCT . _ 9 punct 9:punct SpaceAfter=No +19-20 Geno's _ _ _ _ _ _ _ SpaceAfter=No +19 Geno Geno PROPN NNP Number=Sing 17 obl 17:obl:to _ +20 's 's PART POS _ 19 case 19:case _ +21 . . PUNCT . _ 9 punct 9:punct _ # newdoc id = reviews-043020 # sent_id = reviews-043020-0001 @@ -244562,14 +244730,14 @@ # newpar id = reviews-043020-p0002 # text = B&B came out very quickly to give us our quote back in June. 1 B&B B&B PROPN NNP Number=Sing 2 nsubj 2:nsubj _ -2 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 out out ADV RB _ 2 advmod 2:advmod _ 4 very very ADV RB _ 5 advmod 5:advmod _ 5 quickly quickly ADV RB _ 2 advmod 2:advmod _ 6 to to PART TO _ 7 mark 7:mark _ 7 give give VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ 8 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 7 iobj 7:iobj _ -9 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +9 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 10 quote quote NOUN NN Number=Sing 7 obj 7:obj _ 11 back back ADV RB _ 13 advmod 13:advmod _ 12 in in ADP IN _ 13 case 13:case _ @@ -244579,14 +244747,14 @@ # sent_id = reviews-043020-0003 # text = They were very polite, eager to answer any questions and willing to wait for us to return from vacation to begin installing our fence. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 4 nsubj 4:nsubj|6:nsubj|8:nsubj:xsubj|12:nsubj|14:nsubj:xsubj _ -2 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 cop 4:cop _ +2 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 cop 4:cop _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 polite polite ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 5 , , PUNCT , _ 6 punct 6:punct _ 6 eager eager ADJ JJ Degree=Pos 4 conj 4:conj:and _ 7 to to PART TO _ 8 mark 8:mark _ 8 answer answer VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ -9 any any DET DT _ 10 det 10:det _ +9 any any DET DT PronType=Ind 10 det 10:det _ 10 questions question NOUN NNS Number=Plur 8 obj 8:obj _ 11 and and CCONJ CC _ 12 cc 12:cc _ 12 willing willing ADJ JJ Degree=Pos 4 conj 4:conj:and _ @@ -244601,36 +244769,36 @@ 21 to to PART TO _ 22 mark 22:mark _ 22 begin begin VERB VB VerbForm=Inf 14 advcl 14:advcl:to _ 23 installing install VERB VBG VerbForm=Ger 22 xcomp 22:xcomp _ -24 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 fence fence NOUN NN Number=Sing 23 obj 23:obj SpaceAfter=No 26 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-043020-0004 # text = Our fence was installed quickly in August and they had their money and left saying "Workmanship is guaranteed for a year!". -1 Our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 Our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 fence fence NOUN NN Number=Sing 4 nsubj:pass 4:nsubj:pass _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ -4 installed install VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +4 installed install VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 quickly quickly ADV RB _ 4 advmod 4:advmod _ 6 in in ADP IN _ 7 case 7:case _ 7 August August PROPN NNP Number=Sing 4 obl 4:obl:in _ 8 and and CCONJ CC _ 10 cc 10:cc _ -9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj|14:nsubj|15:nsubj:xsubj _ -10 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ -11 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +9 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 10 nsubj 10:nsubj|14:nsubj _ +10 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +11 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 money money NOUN NN Number=Sing 10 obj 10:obj _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 conj 10:conj:and _ -15 saying say VERB VBG VerbForm=Ger 14 xcomp 14:xcomp _ -16 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No +14 left leave VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 10 conj 10:conj:and _ +15 saying say VERB VBG VerbForm=Ger 14 advcl 14:advcl _ +16 " " PUNCT `` _ 19 punct 19:punct SpaceAfter=No 17 Workmanship workmanship NOUN NN Number=Sing 19 nsubj:pass 19:nsubj:pass _ 18 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 aux:pass 19:aux:pass _ -19 guaranteed guarantee VERB VBN Tense=Past|VerbForm=Part 15 ccomp 15:ccomp _ +19 guaranteed guarantee VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 15 ccomp 15:ccomp _ 20 for for ADP IN _ 22 case 22:case _ 21 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _ 22 year year NOUN NN Number=Sing 19 obl 19:obl:for SpaceAfter=No -23 ! ! PUNCT . _ 4 punct 4:punct SpaceAfter=No -24 " " PUNCT '' _ 4 punct 4:punct SpaceAfter=No +23 ! ! PUNCT . _ 19 punct 19:punct SpaceAfter=No +24 " " PUNCT '' _ 19 punct 19:punct SpaceAfter=No 25 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-043020-0005 @@ -244639,19 +244807,19 @@ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 week week NOUN NN Number=Sing 5 obl 5:obl:within _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 noticed notice VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -6 one one NUM CD NumType=Card 5 obj 5:obj|13:nsubj:xsubj _ +5 noticed notice VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 one one NUM CD NumForm=Word|NumType=Card 5 obj 5:obj|13:nsubj:xsubj _ 7 of of ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 9 boards board NOUN NNS Number=Plur 6 nmod 6:nmod:of _ 10 on on ADP IN _ 12 case 12:case _ -11 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +11 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 12 gate gate NOUN NN Number=Sing 9 nmod 9:nmod:on _ 13 splitting split VERB VBG VerbForm=Ger 5 xcomp 5:xcomp _ -14 where where SCONJ WRB PronType=Int 18 mark 18:mark _ +14 where where ADV WRB PronType=Int 18 advmod 18:advmod _ 15 a a DET DT Definite=Ind|PronType=Art 16 det 16:det _ 16 nail nail NOUN NN Number=Sing 18 nsubj 18:nsubj _ -17 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 aux 18:aux _ +17 had have AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 18 aux 18:aux _ 18 gone go VERB VBN Tense=Past|VerbForm=Part 13 advcl 13:advcl:where _ 19 in in ADV RB _ 18 advmod 18:advmod SpaceAfter=No 20 . . PUNCT . _ 5 punct 5:punct _ @@ -244659,12 +244827,12 @@ # sent_id = reviews-043020-0006 # text = We called our representative who assured me he would call the office and have it taken care of. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 called call VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 representative representative NOUN NN Number=Sing 2 obj 2:obj|6:nsubj _ 5 who who PRON WP PronType=Rel 6 nsubj 4:ref _ -6 assured assure VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ -7 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 6 obj 6:obj _ +6 assured assure VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl _ +7 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 6 iobj 6:iobj _ 8 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 10 nsubj 10:nsubj|14:nsubj _ 9 would would AUX MD VerbForm=Fin 10 aux 10:aux _ 10 call call VERB VB VerbForm=Inf 6 ccomp 6:ccomp _ @@ -244673,7 +244841,7 @@ 13 and and CCONJ CC _ 14 cc 14:cc _ 14 have have VERB VB VerbForm=Inf 10 conj 6:ccomp|10:conj:and _ 15 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 obj 14:obj|16:nsubj:xsubj _ -16 taken take VERB VBN Tense=Past|VerbForm=Part 14 xcomp 14:xcomp _ +16 taken take VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 xcomp 14:xcomp _ 17 care care NOUN NN Number=Sing 16 obj 16:obj _ 18 of of ADP IN _ 16 obl 16:obl SpaceAfter=No 19 . . PUNCT . _ 2 punct 2:punct _ @@ -244681,29 +244849,29 @@ # sent_id = reviews-043020-0007 # text = We heard nothing. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 heard hear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 nothing nothing PRON NN Number=Sing 2 obj 2:obj SpaceAfter=No +2 heard hear VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 nothing nothing PRON NN Number=Sing|PronType=Neg 2 obj 2:obj SpaceAfter=No 4 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-043020-0008 # text = We then called the office and the man we spoke to said he'd send someone out to look at it but couldn't promise when- two weeks came and went and we heard nothing. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 then then ADV RB PronType=Dem 3 advmod 3:advmod _ -3 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 called call VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 office office NOUN NN Number=Sing 3 obj 3:obj _ 6 and and CCONJ CC _ 12 cc 12:cc _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 man man NOUN NN Number=Sing 12 nsubj 12:nsubj _ 9 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 10 nsubj 10:nsubj _ -10 spoke speak VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ +10 spoke speak VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 8 acl:relcl 8:acl:relcl _ 11 to to ADP IN _ 10 obl 10:obl _ -12 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +12 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 13-14 he'd _ _ _ _ _ _ _ _ 13 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 nsubj 15:nsubj|25:nsubj _ 14 'd would AUX MD VerbForm=Fin 15 aux 15:aux _ 15 send send VERB VB VerbForm=Inf 12 ccomp 12:ccomp _ -16 someone someone PRON NN Number=Sing 15 obj 15:obj _ +16 someone someone PRON NN Number=Sing|PronType=Ind 15 obj 15:obj _ 17 out out ADV RB _ 15 advmod 15:advmod _ 18 to to PART TO _ 19 mark 19:mark _ 19 look look VERB VB VerbForm=Inf 15 advcl 15:advcl:to _ @@ -244715,23 +244883,23 @@ 24 n't not PART RB _ 25 advmod 25:advmod _ 25 promise promise VERB VB VerbForm=Inf 15 conj 12:ccomp|15:conj:but _ 26 when when ADV WRB PronType=Int 25 ccomp 25:ccomp SpaceAfter=No -27 - - PUNCT , _ 3 punct 3:punct _ -28 two two NUM CD NumType=Card 29 nummod 29:nummod _ +27 - - PUNCT , _ 30 punct 30:punct _ +28 two two NUM CD NumForm=Word|NumType=Card 29 nummod 29:nummod _ 29 weeks week NOUN NNS Number=Plur 30 nsubj 30:nsubj|32:nsubj _ -30 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 ccomp 3:ccomp _ +30 came come VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ 31 and and CCONJ CC _ 32 cc 32:cc _ -32 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 30 conj 3:ccomp|30:conj:and _ +32 went go VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 30 conj 30:conj:and _ 33 and and CCONJ CC _ 35 cc 35:cc _ 34 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 35 nsubj 35:nsubj _ -35 heard hear VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 30 conj 3:ccomp|30:conj:and _ -36 nothing nothing PRON NN Number=Sing 35 obj 35:obj SpaceAfter=No +35 heard hear VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 30 conj 30:conj:and _ +36 nothing nothing PRON NN Number=Sing|PronType=Neg 35 obj 35:obj SpaceAfter=No 37 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-043020-0009 # text = I just called again and was told that workmanship, not wood, is guaranteed for a year- well in my opinion- the wood split due to a nail which is part of workmanship! 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|7:nsubj:pass _ 2 just just ADV RB _ 3 advmod 3:advmod _ -3 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 again again ADV RB _ 3 advmod 3:advmod _ 5 and and CCONJ CC _ 7 cc 7:cc _ 6 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 7 aux:pass 7:aux:pass _ @@ -244739,23 +244907,23 @@ 8 that that SCONJ IN _ 15 mark 15:mark _ 9 workmanship workmanship NOUN NN Number=Sing 15 nsubj:pass 15:nsubj:pass SpaceAfter=No 10 , , PUNCT , _ 12 punct 12:punct _ -11 not not ADV CC _ 12 advmod 12:advmod _ +11 not not PART RB _ 12 advmod 12:advmod _ 12 wood wood NOUN NN Number=Sing 9 conj 9:conj|15:nsubj:pass SpaceAfter=No -13 , , PUNCT , _ 15 punct 15:punct _ +13 , , PUNCT , _ 9 punct 9:punct _ 14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 aux:pass 15:aux:pass _ 15 guaranteed guarantee VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 ccomp 7:ccomp _ 16 for for ADP IN _ 18 case 18:case _ 17 a a DET DT Definite=Ind|PronType=Art 18 det 18:det _ 18 year year NOUN NN Number=Sing 15 obl 15:obl:for SpaceAfter=No -19 - - PUNCT , _ 3 punct 3:punct _ +19 - - PUNCT , _ 27 punct 27:punct _ 20 well well INTJ UH _ 27 discourse 27:discourse _ 21 in in ADP IN _ 23 case 23:case _ -22 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ +22 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 23 nmod:poss 23:nmod:poss _ 23 opinion opinion NOUN NN Number=Sing 27 obl 27:obl:in SpaceAfter=No -24 - - PUNCT , _ 27 punct 27:punct _ +24 - - PUNCT , _ 23 punct 23:punct _ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 26 wood wood NOUN NN Number=Sing 27 nsubj 27:nsubj _ -27 split split VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ +27 split split VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ 28 due due ADP IN _ 31 case 31:case _ 29 to to ADP IN _ 28 fixed 28:fixed _ 30 a a DET DT Definite=Ind|PronType=Art 31 det 31:det _ @@ -244771,36 +244939,37 @@ # text = She even went so far as to say "Your calling about one board?" 1 She she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 2 even even ADV RB _ 3 advmod 3:advmod _ -3 went go VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 went go VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 so so ADV RB _ 5 advmod 5:advmod _ 5 far far ADV RB Degree=Pos 3 advmod 3:advmod _ 6 as as SCONJ IN _ 8 mark 8:mark _ 7 to to PART TO _ 8 mark 8:mark _ 8 say say VERB VB VerbForm=Inf 5 advcl 5:advcl:to _ -9 " " PUNCT `` _ 8 punct 8:punct SpaceAfter=No -10 You you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj SpaceAfter=No -11 r be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 aux 12:aux _ +9 " " PUNCT `` _ 12 punct 12:punct SpaceAfter=No +10-11 Your _ _ _ _ _ _ _ _ +10 You you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ +11 r be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|Typo=Yes|VerbForm=Fin 12 aux 12:aux CorrectForm='re 12 calling call VERB VBG Tense=Pres|VerbForm=Part 8 ccomp 8:ccomp _ 13 about about ADP IN _ 15 case 15:case _ -14 one one NUM CD NumType=Card 15 nummod 15:nummod _ +14 one one NUM CD NumForm=Word|NumType=Card 15 nummod 15:nummod _ 15 board board NOUN NN Number=Sing 12 obl 12:obl:about SpaceAfter=No -16 ? ? PUNCT . _ 3 punct 3:punct SpaceAfter=No -17 " " PUNCT '' _ 3 punct 3:punct _ +16 ? ? PUNCT . _ 12 punct 12:punct SpaceAfter=No +17 " " PUNCT '' _ 12 punct 12:punct _ # sent_id = reviews-043020-0011 # text = Well- when you pay over $1000 for something you want it to hold up and look good!!! 1 Well well INTJ UH _ 12 discourse 12:discourse SpaceAfter=No -2 - - PUNCT , _ 12 punct 12:punct _ -3 when when SCONJ WRB PronType=Int 5 mark 5:mark _ +2 - - PUNCT , _ 1 punct 1:punct _ +3 when when ADV WRB PronType=Int 5 advmod 5:advmod _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 pay pay VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:when _ +5 pay pay VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 12 advcl 12:advcl:when _ 6 over over ADP IN _ 7 case 7:case _ 7 $ $ SYM $ _ 5 obl 5:obl:over SpaceAfter=No -8 1000 1000 NUM CD NumType=Card 7 nummod 7:nummod _ +8 1000 1000 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 9 for for ADP IN _ 10 case 10:case _ -10 something something PRON NN Number=Sing 5 obl 5:obl:for _ +10 something something PRON NN Number=Sing|PronType=Ind 5 obl 5:obl:for _ 11 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ -12 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +12 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 13 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 obj 12:obj|15:nsubj:xsubj|18:nsubj:xsubj|19:nsubj:xsubj _ 14 to to PART TO _ 15 mark 15:mark _ 15 hold hold VERB VB VerbForm=Inf 12 xcomp 12:xcomp _ @@ -244821,7 +244990,7 @@ 2 WAS be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 calling call VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 4 about about ADP IN _ 6 case 6:case _ -5 one one NUM CD NumType=Card 6 nummod 6:nummod _ +5 one one NUM CD NumForm=Word|NumType=Card 6 nummod 6:nummod _ 6 board board NOUN NN Number=Sing 3 obl 3:obl:about SpaceAfter=No 7 !! !! PUNCT . _ 3 punct 3:punct _ @@ -244829,19 +244998,19 @@ # text = I'm very frustrated at this point- it would take all of 10 min for them to come by and replace the one board that is cracked (the crack is deep enough to stick a penny in it and it goes clear through) yet they do not want to take the time to bother with what once WAS a happy customer and has now become a dissatisfied customer. 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 frustrated frustrated ADJ JJ Degree=Pos 0 root 0:root _ 5 at at ADP IN _ 7 case 7:case _ 6 this this DET DT Number=Sing|PronType=Dem 7 det 7:det _ 7 point point NOUN NN Number=Sing 4 obl 4:obl:at SpaceAfter=No -8 - - PUNCT , _ 4 punct 4:punct _ +8 - - PUNCT , _ 11 punct 11:punct _ 9 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 nsubj 11:nsubj _ 10 would would AUX MD VerbForm=Fin 11 aux 11:aux _ 11 take take VERB VB VerbForm=Inf 4 parataxis 4:parataxis _ -12 all all DET DT _ 15 advmod 15:advmod _ +12 all all DET DT PronType=Tot 15 advmod 15:advmod _ 13 of of ADP IN _ 12 fixed 12:fixed _ -14 10 10 NUM CD NumType=Card 15 nummod 15:nummod _ +14 10 10 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod _ 15 min minute NOUN NNS Abbr=Yes|Number=Plur 11 obj 11:obj _ 16 for for SCONJ IN _ 19 mark 19:mark _ 17 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 19 nsubj 19:nsubj|22:nsubj _ @@ -244851,7 +245020,7 @@ 21 and and CCONJ CC _ 22 cc 22:cc _ 22 replace replace VERB VB VerbForm=Inf 19 conj 11:advcl:to|19:conj:and _ 23 the the DET DT Definite=Def|PronType=Art 25 det 25:det _ -24 one one NUM CD NumType=Card 25 nummod 25:nummod _ +24 one one NUM CD NumForm=Word|NumType=Card 25 nummod 25:nummod _ 25 board board NOUN NN Number=Sing 22 obj 22:obj|28:nsubj:pass _ 26 that that PRON WDT PronType=Rel 28 nsubj:pass 25:ref _ 27 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 aux:pass 28:aux:pass _ @@ -244876,7 +245045,7 @@ 46 ) ) PUNCT -RRB- _ 33 punct 33:punct _ 47 yet yet CCONJ CC _ 51 cc 51:cc _ 48 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 51 nsubj 51:nsubj|53:nsubj:xsubj _ -49 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 51 aux 51:aux _ +49 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 51 aux 51:aux _ 50 not not PART RB _ 51 advmod 51:advmod _ 51 want want VERB VB VerbForm=Inf 11 conj 11:conj:yet _ 52 to to PART TO _ 53 mark 53:mark _ @@ -244885,9 +245054,9 @@ 55 time time NOUN NN Number=Sing 53 obj 53:obj _ 56 to to PART TO _ 57 mark 57:mark _ 57 bother bother VERB VB VerbForm=Inf 53 advcl 53:advcl:to _ -58 with with SCONJ IN _ 59 case 59:case _ -59 what what PRON WP PronType=Int 57 obl 57:obl:with _ -60 once once ADV RB NumType=Mult 64 advmod 64:advmod _ +58 with with ADP IN _ 59 case 59:case _ +59 what what PRON WP PronType=Rel 57 obl 57:obl:with|64:nsubj|68:nsubj _ +60 once once ADV RB NumForm=Word|NumType=Mult 64 advmod 64:advmod _ 61 WAS be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 64 cop 64:cop _ 62 a a DET DT Definite=Ind|PronType=Art 64 det 64:det _ 63 happy happy ADJ JJ Degree=Pos 64 amod 64:amod _ @@ -244905,11 +245074,11 @@ # text = So I figure if they don't want to take the time to fix the fence that they installed then I'll take the time to let everyone I can know about how they treat customers once they have your money!!! 1 So so ADV RB _ 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 figure figure VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 figure figure VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 if if SCONJ IN _ 8 mark 8:mark _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj _ 6-7 don't _ _ _ _ _ _ _ _ -6 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 n't not PART RB _ 8 advmod 8:advmod _ 8 want want VERB VB VerbForm=Inf 23 advcl 23:advcl:if _ 9 to to PART TO _ 10 mark 10:mark _ @@ -244922,8 +245091,8 @@ 16 fence fence NOUN NN Number=Sing 14 obj 14:obj|19:obj _ 17 that that PRON WDT PronType=Rel 19 obj 16:ref _ 18 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 19 nsubj 19:nsubj _ -19 installed install VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ -20 then then ADV RB PronType=Dem 23 mark 23:mark _ +19 installed install VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ +20 then then ADV RB PronType=Dem 23 advmod 23:advmod _ 21-22 I'll _ _ _ _ _ _ _ _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ 22 'll will AUX MD VerbForm=Fin 23 aux 23:aux _ @@ -244932,19 +245101,19 @@ 25 time time NOUN NN Number=Sing 23 obj 23:obj _ 26 to to PART TO _ 27 mark 27:mark _ 27 let let VERB VB VerbForm=Inf 23 advcl 23:advcl:to _ -28 everyone everyone PRON NN Number=Sing 27 obj 27:obj|31:nsubj:xsubj _ +28 everyone everyone PRON NN Number=Sing|PronType=Tot 27 obj 27:obj|31:nsubj:xsubj _ 29 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 30 nsubj 30:nsubj _ 30 can can AUX MD VerbForm=Fin 28 acl:relcl 28:acl:relcl _ 31 know know VERB VB VerbForm=Inf 27 xcomp 27:xcomp _ 32 about about SCONJ IN _ 35 mark 35:mark _ -33 how how SCONJ WRB PronType=Int 35 mark 35:mark _ +33 how how ADV WRB PronType=Int 35 advmod 35:advmod _ 34 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 35 nsubj 35:nsubj _ -35 treat treat VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 advcl 31:advcl:about _ +35 treat treat VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 31 advcl 31:advcl:about _ 36 customers customer NOUN NNS Number=Plur 35 obj 35:obj _ 37 once once SCONJ IN _ 39 mark 39:mark _ 38 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 39 nsubj 39:nsubj _ -39 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 35 advcl 35:advcl:once _ -40 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 41 nmod:poss 41:nmod:poss _ +39 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 35 advcl 35:advcl:once _ +40 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 41 nmod:poss 41:nmod:poss _ 41 money money NOUN NN Number=Sing 39 obj 39:obj SpaceAfter=No 42 !!! !!! PUNCT . _ 3 punct 3:punct _ @@ -244957,17 +245126,17 @@ # sent_id = reviews-043020-0017 # text = YOU GET WHAT YOU PAY FOR!!! 1 YOU you PRON PRP Case=Nom|Person=2|PronType=Prs 2 nsubj 2:nsubj _ -2 GET get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ -3 WHAT what PRON WP PronType=Int 2 obj 2:obj _ +2 GET get VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 WHAT what PRON WP PronType=Rel 2 obj 2:obj|5:obl:for _ 4 YOU you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 PAY pay VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ -6 FOR for ADP IN _ 5 obl 5:obl SpaceAfter=No +5 PAY pay VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +6 FOR for ADP IN _ 5 obl 3:case SpaceAfter=No 7 !!! !!! PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-043020-0018 # text = They came in under a lot of other quotes and now I know why!!! 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 came come VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 in in ADV RB _ 2 advmod 2:advmod _ 4 under under ADP IN _ 6 case 6:case _ 5 a a DET DT Definite=Ind|PronType=Art 6 det 6:det _ @@ -244978,33 +245147,33 @@ 10 and and CCONJ CC _ 13 cc 13:cc _ 11 now now ADV RB _ 13 advmod 13:advmod _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ -14 why why SCONJ WRB PronType=Int 13 mark 13:mark SpaceAfter=No +13 know know VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +14 why why ADV WRB PronType=Int 13 advmod 13:advmod SpaceAfter=No 15 !!! !!! PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-043020-0019 # text = When the fence was first installed I would have given them five stars, now for their poor customer follow-up and unwillingness to fix the fence they have dropped to a one-star in my opinion! -1 When when SCONJ WRB PronType=Int 6 mark 6:mark _ +1 When when ADV WRB PronType=Int 6 advmod 6:advmod _ 2 the the DET DT Definite=Def|PronType=Art 3 det 3:det _ 3 fence fence NOUN NN Number=Sing 6 nsubj:pass 6:nsubj:pass _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 aux:pass 6:aux:pass _ -5 first first ADV RB _ 6 advmod 6:advmod _ +5 first first ADV RB NumForm=Word|NumType=Ord 6 advmod 6:advmod _ 6 installed install VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 advcl 10:advcl:when _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 8 would would AUX MD VerbForm=Fin 10 aux 10:aux _ 9 have have AUX VB VerbForm=Inf 10 aux 10:aux _ 10 given give VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 11 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 10 iobj 10:iobj _ -12 five five NUM CD NumType=Card 13 nummod 13:nummod _ +12 five five NUM CD NumForm=Word|NumType=Card 13 nummod 13:nummod _ 13 stars star NOUN NNS Number=Plur 10 obj 10:obj SpaceAfter=No -14 , , PUNCT , _ 10 punct 10:punct _ +14 , , PUNCT , _ 31 punct 31:punct _ 15 now now ADV RB _ 31 advmod 31:advmod _ 16 for for ADP IN _ 22 case 22:case _ -17 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +17 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 18 poor poor ADJ JJ Degree=Pos 22 amod 22:amod _ 19 customer customer NOUN NN Number=Sing 22 compound 22:compound _ 20 follow follow NOUN NN Number=Sing 22 compound 22:compound SpaceAfter=No -21 - - PUNCT HYPH _ 22 punct 22:punct SpaceAfter=No +21 - - PUNCT HYPH _ 20 punct 20:punct SpaceAfter=No 22 up up NOUN NN Number=Sing 31 obl 31:obl:for _ 23 and and CCONJ CC _ 24 cc 24:cc _ 24 unwillingness unwillingness NOUN NN Number=Sing 22 conj 22:conj:and|31:obl:for _ @@ -245013,15 +245182,15 @@ 27 the the DET DT Definite=Def|PronType=Art 28 det 28:det _ 28 fence fence NOUN NN Number=Sing 26 obj 26:obj _ 29 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 31 nsubj 31:nsubj _ -30 have have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ +30 have have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 31 aux 31:aux _ 31 dropped drop VERB VBN Tense=Past|VerbForm=Part 10 parataxis 10:parataxis _ 32 to to ADP IN _ 36 case 36:case _ 33 a a DET DT Definite=Ind|PronType=Art 36 det 36:det _ -34 one one NUM CD NumType=Card 36 nummod 36:nummod SpaceAfter=No -35 - - PUNCT HYPH _ 36 punct 36:punct SpaceAfter=No +34 one one NUM CD NumForm=Word|NumType=Card 36 nummod 36:nummod SpaceAfter=No +35 - - PUNCT HYPH _ 34 punct 34:punct SpaceAfter=No 36 star star NOUN NN Number=Sing 31 obl 31:obl:to _ 37 in in ADP IN _ 39 case 39:case _ -38 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ +38 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 39 nmod:poss 39:nmod:poss _ 39 opinion opinion NOUN NN Number=Sing 31 obl 31:obl:in SpaceAfter=No 40 ! ! PUNCT . _ 10 punct 10:punct _ @@ -245032,10 +245201,10 @@ 1 Lots lot NOUN NNS Number=Plur 0 root 0:root _ 2 of of ADP IN _ 3 case 3:case _ 3 rules rule NOUN NNS Number=Plur 1 nmod 1:nmod:of SpaceAfter=No -4 , , PUNCT , _ 1 punct 1:punct _ +4 , , PUNCT , _ 6 punct 6:punct _ 5 phantom phantom NOUN NN Number=Sing 6 compound 6:compound _ 6 innkeeper innkeeper NOUN NN Number=Sing 1 parataxis 1:parataxis SpaceAfter=No -7 , , PUNCT , _ 1 punct 1:punct _ +7 , , PUNCT , _ 12 punct 12:punct _ 8 last last ADJ JJ Degree=Pos 9 amod 9:amod _ 9 minute minute NOUN NN Number=Sing 10 compound 10:compound _ 10 price price NOUN NN Number=Sing 12 nsubj 12:nsubj _ @@ -245048,24 +245217,24 @@ # newpar id = reviews-363685-p0002 # text = I called the "207" number and listened to the same recording loop 3 times before I gave up. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|9:nsubj _ -2 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -4 " " PUNCT `` _ 7 punct 7:punct SpaceAfter=No -5 207 207 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No -6 " " PUNCT '' _ 7 punct 7:punct _ +4 " " PUNCT `` _ 5 punct 5:punct SpaceAfter=No +5 207 207 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No +6 " " PUNCT '' _ 5 punct 5:punct _ 7 number number NOUN NN Number=Sing 2 obj 2:obj _ 8 and and CCONJ CC _ 9 cc 9:cc _ -9 listened listen VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +9 listened listen VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 10 to to ADP IN _ 14 case 14:case _ 11 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 12 same same ADJ JJ Degree=Pos 14 amod 14:amod _ 13 recording recording NOUN NN Number=Sing 14 compound 14:compound _ 14 loop loop NOUN NN Number=Sing 9 obl 9:obl:to _ -15 3 3 NUM CD NumType=Card 16 nummod 16:nummod _ +15 3 3 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 16 times time NOUN NNS Number=Plur 9 obl:tmod 9:obl:tmod _ 17 before before SCONJ IN _ 19 mark 19:mark _ 18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _ -19 gave give VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:before _ +19 gave give VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:before _ 20 up up ADP RP _ 19 compound:prt 19:compound:prt SpaceAfter=No 21 . . PUNCT . _ 2 punct 2:punct _ @@ -245073,9 +245242,9 @@ # text = I then called the 800 number (which was answered) and inquired about last minute rates. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|13:nsubj _ 2 then then ADV RB PronType=Dem 3 advmod 3:advmod _ -3 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -5 800 800 NUM CD NumType=Card 6 nummod 6:nummod _ +5 800 800 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod _ 6 number number NOUN NN Number=Sing 3 obj 3:obj|10:nsubj:pass _ 7 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No 8 which which PRON WDT PronType=Rel 10 nsubj:pass 6:ref _ @@ -245083,7 +245252,7 @@ 10 answered answer VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 6 acl:relcl 6:acl:relcl SpaceAfter=No 11 ) ) PUNCT -RRB- _ 10 punct 10:punct _ 12 and and CCONJ CC _ 13 cc 13:cc _ -13 inquired inquire VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ +13 inquired inquire VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and _ 14 about about ADP IN _ 17 case 17:case _ 15 last last ADJ JJ Degree=Pos 16 amod 16:amod _ 16 minute minute NOUN NN Number=Sing 17 compound 17:compound _ @@ -245093,40 +245262,40 @@ # sent_id = reviews-363685-0004 # text = They had a room with a $99 rate, which I booked. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 room room NOUN NN Number=Sing 2 obj 2:obj|13:obj _ 5 with with ADP IN _ 9 case 9:case _ 6 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 7 $ $ SYM $ _ 9 compound 9:compound SpaceAfter=No -8 99 99 NUM CD NumType=Card 7 nummod 7:nummod _ +8 99 99 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod _ 9 rate rate NOUN NN Number=Sing 4 nmod 4:nmod:with SpaceAfter=No -10 , , PUNCT , _ 4 punct 4:punct _ +10 , , PUNCT , _ 13 punct 13:punct _ 11 which which PRON WDT PronType=Rel 13 obj 4:ref _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 booked book VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl SpaceAfter=No +13 booked book VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 acl:relcl 4:acl:relcl SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-363685-0005 # text = The room was supposed to be on the 2nd floor, but they put us on the 3rd. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 room room NOUN NN Number=Sing 4 nsubj 4:nsubj|10:nsubj:xsubj _ -3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux 4:aux _ -4 supposed suppose VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ +2 room room NOUN NN Number=Sing 4 nsubj:pass 4:nsubj:pass|10:nsubj:xsubj _ +3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 aux:pass 4:aux:pass _ +4 supposed suppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 5 to to PART TO _ 10 mark 10:mark _ 6 be be AUX VB VerbForm=Inf 10 cop 10:cop _ 7 on on ADP IN _ 10 case 10:case _ 8 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ -9 2nd 2nd ADJ JJ Degree=Pos|NumType=Ord 10 amod 10:amod _ +9 2nd 2nd ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 10 amod 10:amod _ 10 floor floor NOUN NN Number=Sing 4 xcomp 4:xcomp SpaceAfter=No 11 , , PUNCT , _ 14 punct 14:punct _ 12 but but CCONJ CC _ 14 cc 14:cc _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -14 put put VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:but _ +14 put put VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:but _ 15 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 14 obj 14:obj _ 16 on on ADP IN _ 18 case 18:case _ 17 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ -18 3rd 3rd ADJ JJ Degree=Pos|NumType=Ord 14 obl 14:obl:on SpaceAfter=No +18 3rd 3rd ADJ JJ Degree=Pos|NumForm=Combi|NumType=Ord 14 obl 14:obl:on SpaceAfter=No 19 . . PUNCT . _ 4 punct 4:punct _ # sent_id = reviews-363685-0006 @@ -245137,23 +245306,23 @@ 4 ( ( PUNCT -LRB- _ 7 punct 7:punct SpaceAfter=No 5 which which PRON WDT PronType=Rel 7 obj 3:ref _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 7 nsubj 7:nsubj _ -7 read read VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ +7 read read VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 acl:relcl 3:acl:relcl _ 8 in in ADP IN _ 10 case 10:case _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 car car NOUN NN Number=Sing 7 obl 7:obl:in SpaceAfter=No 11 ) ) PUNCT -RRB- _ 7 punct 7:punct _ -12 warned warn VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +12 warned warn VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 13 about about ADP IN _ 15 case 15:case _ 14 large large ADJ JJ Degree=Pos 15 amod 15:amod _ 15 suitcases suitcase NOUN NNS Number=Plur 12 obl 12:obl:about SpaceAfter=No -16 , , PUNCT , _ 12 punct 12:punct _ +16 , , PUNCT , _ 17 punct 17:punct _ 17 declaring declare VERB VBG VerbForm=Ger 12 advcl 12:advcl _ 18 that that SCONJ IN _ 21 mark 21:mark _ 19 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 21 nsubj 21:nsubj|24:nsubj _ -20 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ +20 are be AUX VBP Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin 21 cop 21:cop _ 21 innkeepers innkeeper NOUN NNS Number=Plur 17 ccomp 17:ccomp SpaceAfter=No 22 , , PUNCT , _ 24 punct 24:punct _ -23 not not ADV RB _ 24 advmod 24:advmod _ +23 not not PART RB _ 24 advmod 24:advmod _ 24 longshoreman longshoreman NOUN NN Number=Sing 21 conj 17:ccomp|21:conj SpaceAfter=No 25 . . PUNCT . _ 12 punct 12:punct _ @@ -245162,9 +245331,9 @@ 1 In in ADP IN _ 3 case 3:case _ 2 other other ADJ JJ Degree=Pos 3 amod 3:amod _ 3 words word NOUN NNS Number=Plur 8 obl 8:obl:in SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj _ -6 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 not not PART RB _ 8 advmod 8:advmod _ 8 help help VERB VB VerbForm=Inf 0 root 0:root _ 9 with with ADP IN _ 10 case 10:case _ @@ -245172,7 +245341,7 @@ 11 , , PUNCT , _ 14 punct 14:punct _ 12 but but CCONJ CC _ 14 cc 14:cc _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -14 promise promise VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 conj 8:conj:but _ +14 promise promise VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 conj 8:conj:but _ 15 totes tote NOUN NNS Number=Plur 14 obj 14:obj _ 16 to to PART TO _ 17 mark 17:mark _ 17 help help VERB VB VerbForm=Inf 15 acl 15:acl:to SpaceAfter=No @@ -245182,10 +245351,10 @@ # text = However upon our arrival no one there (the inn was open). 1 However however ADV RB _ 6 advmod 6:advmod _ 2 upon upon ADP IN _ 4 case 4:case _ -3 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +3 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 arrival arrival NOUN NN Number=Sing 6 nmod 6:nmod:upon _ -5 no no DET DT _ 6 det 6:det _ -6 one one NOUN NN Number=Sing 0 root 0:root _ +5 no no DET DT PronType=Neg 6 det 6:det _ +6 one one PRON NN Number=Sing|PronType=Neg 0 root 0:root _ 7 there there ADV RB PronType=Dem 6 advmod 6:advmod _ 8 ( ( PUNCT -LRB- _ 12 punct 12:punct SpaceAfter=No 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ @@ -245198,7 +245367,7 @@ # sent_id = reviews-363685-0009 # text = So no totes. 1 So so ADV RB _ 3 advmod 3:advmod _ -2 no no DET DT _ 3 det 3:det _ +2 no no DET DT PronType=Neg 3 det 3:det _ 3 totes tote NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ @@ -245207,8 +245376,8 @@ 1 Finally finally ADV RB _ 4 advmod 4:advmod _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 chambermaid chambermaid NOUN NN Number=Sing 4 nsubj 4:nsubj|17:nsubj _ -4 stuck stick VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -5 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ +4 stuck stick VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 6 nmod:poss 6:nmod:poss _ 6 head head NOUN NN Number=Sing 4 obj 4:obj _ 7 around around ADP IN _ 9 case 9:case _ 8 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ @@ -245220,8 +245389,8 @@ 14 the the DET DT Definite=Def|PronType=Art 15 det 15:det _ 15 stairs stair NOUN NNS Number=Plur 12 nmod 12:nmod:of _ 16 and and CCONJ CC _ 17 cc 17:cc _ -17 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ -18 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 17 obj 17:obj _ +17 told tell VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and _ +18 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 17 iobj 17:iobj _ 19 sternly sternly ADV RB _ 17 advmod 17:advmod _ 20 that that SCONJ IN _ 25 mark 25:mark _ 21 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 25 nsubj:pass 25:nsubj:pass|31:nsubj:pass _ @@ -245230,10 +245399,10 @@ 24 be be AUX VB VerbForm=Inf 25 aux:pass 25:aux:pass _ 25 accommodated accommodate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 17 ccomp 17:ccomp _ 26 until until ADP IN _ 28 case 28:case _ -27 3 3 NUM CD NumType=Card 28 nummod 28:nummod SpaceAfter=No -28 M m NOUN NN Number=Sing 25 obl 25:obl:until SpaceAfter=No +27 3 3 NUM CD NumForm=Digit|NumType=Card 28 nummod 28:nummod SpaceAfter=No +28 M M NOUN NN Number=Sing 25 obl 25:obl:until SpaceAfter=No 29 , , PUNCT , _ 31 punct 31:punct _ -30 no no DET DT _ 31 det 31:det _ +30 no no DET DT PronType=Neg 31 det 31:det _ 31 exceptions exception NOUN NNS Number=Plur 25 conj 17:ccomp|25:conj SpaceAfter=No 32 . . PUNCT . _ 31 punct 31:punct _ @@ -245248,14 +245417,14 @@ # sent_id = reviews-363685-0012 # text = We returned after 3PM, found no one there, and a note from the innkeeper with directions to our room. 1 We we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 2 nsubj 2:nsubj|7:nsubj _ -2 returned return VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 returned return VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 after after ADP IN _ 5 case 5:case _ -4 3 3 NUM CD NumType=Card 5 nummod 5:nummod SpaceAfter=No -5 PM pm NOUN NN Number=Sing 2 obl 2:obl:after SpaceAfter=No +4 3 3 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod SpaceAfter=No +5 PM p.m. NOUN NN Number=Sing 2 obl 2:obl:after SpaceAfter=No 6 , , PUNCT , _ 7 punct 7:punct _ -7 found find VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj _ -8 no no DET DT _ 9 det 9:det _ -9 one one NOUN NN Number=Sing 7 obj 7:obj _ +7 found find VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj _ +8 no no DET DT PronType=Neg 9 det 9:det _ +9 one one PRON NN Number=Sing|PronType=Neg 7 obj 7:obj _ 10 there there ADV RB PronType=Dem 9 advmod 9:advmod SpaceAfter=No 11 , , PUNCT , _ 14 punct 14:punct _ 12 and and CCONJ CC _ 14 cc 14:cc _ @@ -245267,7 +245436,7 @@ 18 with with ADP IN _ 19 case 19:case _ 19 directions direction NOUN NNS Number=Plur 14 nmod 14:nmod:with _ 20 to to ADP IN _ 22 case 22:case _ -21 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +21 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 22 room room NOUN NN Number=Sing 19 nmod 19:nmod:to SpaceAfter=No 23 . . PUNCT . _ 2 punct 2:punct _ @@ -245277,20 +245446,20 @@ 2 in in ADP IN _ 4 case 4:case _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 room room NOUN NN Number=Sing 1 nmod 1:nmod:in SpaceAfter=No -5 : : PUNCT : _ 1 punct 1:punct _ +5 : : PUNCT : _ 22 punct 22:punct _ 6 # # SYM NN Number=Sing 7 compound 7:compound SpaceAfter=No -7 1 1 X LS _ 22 nummod 22:nummod SpaceAfter=No +7 1 1 NUM LS NumForm=Digit|NumType=Card 22 nummod 22:nummod SpaceAfter=No 8 ) ) PUNCT -RRB- _ 7 punct 7:punct _ 9 if if SCONJ IN _ 11 mark 11:mark _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ -11 drink drink VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:if _ +11 drink drink VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 22 advcl 22:advcl:if _ 12 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 13 soda soda NOUN NN Number=Sing 11 obj 11:obj _ 14 from from ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 fridge fridge NOUN NN Number=Sing 13 nmod 13:nmod:from _ 17 in in ADP IN _ 19 case 19:case _ -18 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ +18 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 19 nmod:poss 19:nmod:poss _ 19 room room NOUN NN Number=Sing 16 nmod 16:nmod:in _ 20 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ 21 must must AUX MD VerbForm=Fin 22 aux 22:aux _ @@ -245309,26 +245478,26 @@ # text = If they think you've taken a soda from your room home with you, they will charge you $1.50 per can. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ -3 think think VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:if _ +3 think think VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 advcl 18:advcl:if _ 4-5 you've _ _ _ _ _ _ _ _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -5 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ +5 've have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 aux 6:aux _ 6 taken take VERB VBN Tense=Past|VerbForm=Part 3 ccomp 3:ccomp _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 soda soda NOUN NN Number=Sing 6 obj 6:obj _ 9 from from ADP IN _ 11 case 11:case _ -10 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +10 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 11 room room NOUN NN Number=Sing 8 nmod 8:nmod:from _ 12 home home ADV RB _ 6 advmod 6:advmod _ 13 with with ADP IN _ 14 case 14:case _ 14 you you PRON PRP Case=Acc|Person=2|PronType=Prs 6 obl 6:obl:with SpaceAfter=No -15 , , PUNCT , _ 18 punct 18:punct _ +15 , , PUNCT , _ 3 punct 3:punct _ 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 17 will will AUX MD VerbForm=Fin 18 aux 18:aux _ 18 charge charge VERB VB VerbForm=Inf 0 root 0:root _ 19 you you PRON PRP Case=Acc|Person=2|PronType=Prs 18 iobj 18:iobj _ 20 $ $ SYM $ _ 18 obj 18:obj SpaceAfter=No -21 1.50 1.50 NUM CD NumType=Card 20 nummod 20:nummod _ +21 1.50 1.50 NUM CD NumForm=Digit|NumType=Frac 20 nummod 20:nummod _ 22 per per ADP IN _ 23 case 23:case _ 23 can can NOUN NN Number=Sing 20 nmod 20:nmod:per SpaceAfter=No 24 . . PUNCT . _ 18 punct 18:punct _ @@ -245336,7 +245505,7 @@ # sent_id = reviews-363685-0015 # text = They count the cans in the trash to make sure. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 count count VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 count count VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 cans can NOUN NNS Number=Plur 2 obj 2:obj _ 5 in in ADP IN _ 7 case 7:case _ @@ -245350,64 +245519,64 @@ # sent_id = reviews-363685-0016 # text = #2) If you take the shampoo products home, they will charge you $8 per item. 1 # # SYM NN Number=Sing 2 compound 2:compound SpaceAfter=No -2 2 2 X LS _ 14 nummod 14:nummod SpaceAfter=No +2 2 2 NUM LS NumForm=Digit|NumType=Card 14 nummod 14:nummod SpaceAfter=No 3 ) ) PUNCT -RRB- _ 2 punct 2:punct _ 4 If if SCONJ IN _ 6 mark 6:mark _ 5 you you PRON PRP Case=Nom|Person=2|PronType=Prs 6 nsubj 6:nsubj _ -6 take take VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:if _ +6 take take VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 14 advcl 14:advcl:if _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 shampoo shampoo NOUN NN Number=Sing 9 compound 9:compound _ 9 products product NOUN NNS Number=Plur 6 obj 6:obj _ 10 home home ADV RB _ 6 advmod 6:advmod SpaceAfter=No -11 , , PUNCT , _ 14 punct 14:punct _ +11 , , PUNCT , _ 6 punct 6:punct _ 12 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 14 nsubj 14:nsubj _ 13 will will AUX MD VerbForm=Fin 14 aux 14:aux _ 14 charge charge VERB VB VerbForm=Inf 0 root 0:root _ 15 you you PRON PRP Case=Acc|Person=2|PronType=Prs 14 iobj 14:iobj _ 16 $ $ SYM $ _ 14 obj 14:obj SpaceAfter=No -17 8 8 NUM CD NumType=Card 16 nummod 16:nummod _ +17 8 8 NUM CD NumForm=Digit|NumType=Card 16 nummod 16:nummod _ 18 per per ADP IN _ 19 case 19:case _ 19 item item NOUN NN Number=Sing 16 nmod 16:nmod:per SpaceAfter=No 20 . . PUNCT . _ 14 punct 14:punct _ # sent_id = reviews-363685-0017 # text = #) If you want a late checkout, (after 11 AM) they charge you $15 for the first hour, $25 for the second hour, and after 2PM it's a full day charge. -1 # # SYM NN Number=Sing 16 appos 16:appos SpaceAfter=No -2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ +1 # # SYM NN Number=Sing 0 root 0:root SpaceAfter=No +2 ) ) PUNCT -RRB- _ 16 punct 16:punct _ 3 If if SCONJ IN _ 5 mark 5:mark _ 4 you you PRON PRP Case=Nom|Person=2|PronType=Prs 5 nsubj 5:nsubj _ -5 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:if _ +5 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 16 advcl 16:advcl:if _ 6 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 7 late late ADJ JJ Degree=Pos 8 amod 8:amod _ 8 checkout checkout NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 13 punct 13:punct _ 10 ( ( PUNCT -LRB- _ 13 punct 13:punct SpaceAfter=No 11 after after ADP IN _ 13 case 13:case _ -12 11 11 NUM CD NumType=Card 13 nummod 13:nummod _ -13 AM am NOUN NN Number=Sing 8 nmod 8:nmod:after SpaceAfter=No +12 11 11 NUM CD NumForm=Digit|NumType=Card 13 nummod 13:nummod _ +13 AM a.m. NOUN NN Number=Sing 8 nmod 8:nmod:after SpaceAfter=No 14 ) ) PUNCT -RRB- _ 13 punct 13:punct _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj|24.1:nsubj|25:nsubj _ -16 charge charge VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +16 charge charge VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 1 appos 1:appos _ 17 you you PRON PRP Case=Acc|Person=2|PronType=Prs 16 iobj 16:iobj|24.1:iobj _ 18 $ $ SYM $ _ 16 obj 16:obj SpaceAfter=No -19 15 15 NUM CD NumType=Card 18 nummod 18:nummod _ +19 15 15 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ 20 for for ADP IN _ 23 case 23:case _ 21 the the DET DT Definite=Def|PronType=Art 23 det 23:det _ -22 first first ADJ JJ Degree=Pos|NumType=Ord 23 amod 23:amod _ +22 first first ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 23 amod 23:amod _ 23 hour hour NOUN NN Number=Sing 16 obl 16:obl:for SpaceAfter=No -24 , , PUNCT , _ 25 punct 24.1:punct|25:punct _ -24.1 charge charge VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin _ _ 16:conj:and CopyOf=16 +24 , , PUNCT , _ 25 punct 25:punct _ +24.1 charge charge VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin _ _ 16:conj:and CopyOf=16 25 $ $ SYM $ _ 16 conj 16:conj:and|24.1:obj SpaceAfter=No -26 25 25 NUM CD NumType=Card 25 nummod 25:nummod _ +26 25 25 NUM CD NumForm=Digit|NumType=Card 25 nummod 25:nummod _ 27 for for ADP IN _ 30 case 30:case _ 28 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ -29 second second ADJ JJ Degree=Pos|NumType=Ord 30 amod 30:amod _ +29 second second ADJ JJ Degree=Pos|NumForm=Word|NumType=Ord 30 amod 30:amod _ 30 hour hour NOUN NN Number=Sing 25 orphan 24.1:obl:for SpaceAfter=No 31 , , PUNCT , _ 41 punct 41:punct _ 32 and and CCONJ CC _ 41 cc 41:cc _ 33 after after ADP IN _ 35 case 35:case _ -34 2 2 NUM CD NumType=Card 35 nummod 35:nummod SpaceAfter=No -35 PM pm NOUN NN Number=Sing 41 obl 41:obl:after _ +34 2 2 NUM CD NumForm=Digit|NumType=Card 35 nummod 35:nummod SpaceAfter=No +35 PM p.m. NOUN NN Number=Sing 41 obl 41:obl:after _ 36-37 it's _ _ _ _ _ _ _ _ 36 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 41 nsubj 41:nsubj _ 37 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 41 cop 41:cop _ @@ -245420,33 +245589,33 @@ # sent_id = reviews-363685-0018 # text = #4) Breakfast is 8AM to 10AM. 1 # # SYM NN Number=Sing 2 compound 2:compound SpaceAfter=No -2 4 4 X LS _ 7 nummod 7:nummod SpaceAfter=No +2 4 4 NUM LS NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No 3 ) ) PUNCT -RRB- _ 2 punct 2:punct _ 4 Breakfast breakfast NOUN NN Number=Sing 7 nsubj 7:nsubj _ 5 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ -6 8 8 NUM CD NumType=Card 7 nummod 7:nummod SpaceAfter=No -7 AM am NOUN NN Number=Sing 0 root 0:root _ +6 8 8 NUM CD NumForm=Digit|NumType=Card 7 nummod 7:nummod SpaceAfter=No +7 AM a.m. NOUN NN Number=Sing 0 root 0:root _ 8 to to ADP IN _ 10 case 10:case _ -9 10 10 NUM CD NumType=Card 10 nummod 10:nummod SpaceAfter=No -10 AM am NOUN NN Number=Sing 7 nmod 7:nmod:to SpaceAfter=No +9 10 10 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod SpaceAfter=No +10 AM a.m. NOUN NN Number=Sing 7 nmod 7:nmod:to SpaceAfter=No 11 . . PUNCT . _ 7 punct 7:punct _ # sent_id = reviews-363685-0019 # text = No earlier and no later. 1 No no ADV RB _ 2 advmod 2:advmod _ -2 earlier earlier ADV RBR Degree=Cmp 0 root 0:root _ +2 earlier early ADV RBR Degree=Cmp 0 root 0:root _ 3 and and CCONJ CC _ 5 cc 5:cc _ 4 no no ADV RB _ 5 advmod 5:advmod _ -5 later later ADV RBR Degree=Cmp 2 conj 2:conj:and SpaceAfter=No +5 later late ADV RBR Degree=Cmp 2 conj 2:conj:and SpaceAfter=No 6 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-363685-0020 # text = If you go later, it's all cleaned up. 1 If if SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj _ -3 go go VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ -4 later later ADV RBR Degree=Cmp 3 advmod 3:advmod SpaceAfter=No -5 , , PUNCT , _ 9 punct 9:punct _ +3 go go VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 9 advcl 9:advcl:if _ +4 later late ADV RBR Degree=Cmp 3 advmod 3:advmod SpaceAfter=No +5 , , PUNCT , _ 3 punct 3:punct _ 6-7 it's _ _ _ _ _ _ _ _ 6 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 9 nsubj:pass 9:nsubj:pass _ 7 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 aux:pass 9:aux:pass _ @@ -245460,10 +245629,10 @@ 1 ( ( PUNCT -LRB- _ 8 punct 8:punct SpaceAfter=No 2 By by ADP IN _ 3 case 3:case _ 3 whom whom PRON WP PronType=Int 8 obl 8:obl:by SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 6-7 don't _ _ _ _ _ _ _ _ -6 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 n't not PART RB _ 8 advmod 8:advmod _ 8 know know VERB VB VerbForm=Inf 0 root 0:root SpaceAfter=No 9 . . PUNCT . _ 8 punct 8:punct _ @@ -245472,17 +245641,17 @@ # text = I never saw anyone there. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ 2 never never ADV RB _ 3 advmod 3:advmod _ -3 saw see VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -4 anyone anyone PRON NN Number=Sing 3 obj 3:obj _ +3 saw see VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 anyone anyone PRON NN Number=Sing|PronType=Ind 3 obj 3:obj _ 5 there there ADV RB PronType=Dem 4 advmod 4:advmod SpaceAfter=No 6 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-363685-0023 # text = All these rules are posted in the rooms.) -1 All all DET PDT _ 3 det:predet 3:det:predet _ +1 All all DET PDT PronType=Tot 3 det:predet 3:det:predet _ 2 these this DET DT Number=Plur|PronType=Dem 3 det 3:det _ 3 rules rule NOUN NNS Number=Plur 5 nsubj:pass 5:nsubj:pass _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 aux:pass 5:aux:pass _ 5 posted post VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 6 in in ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ @@ -245493,7 +245662,7 @@ # sent_id = reviews-363685-0024 # text = Snacks: uninspired bread, tea backs, and individual coffee things for a machine that didn't exist. 1 Snacks snack NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 4 punct 4:punct _ 3 uninspired uninspired ADJ JJ Degree=Pos 4 amod 4:amod _ 4 bread bread NOUN NN Number=Sing 1 appos 1:appos SpaceAfter=No 5 , , PUNCT , _ 7 punct 7:punct _ @@ -245509,7 +245678,7 @@ 15 machine machine NOUN NN Number=Sing 12 nmod 12:nmod:for|19:nsubj _ 16 that that PRON WDT PronType=Rel 19 nsubj 15:ref _ 17-18 didn't _ _ _ _ _ _ _ _ -17 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 aux 19:aux _ +17 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 aux 19:aux _ 18 n't not PART RB _ 19 advmod 19:advmod _ 19 exist exist VERB VB VerbForm=Inf 15 acl:relcl 15:acl:relcl SpaceAfter=No 20 . . PUNCT . _ 1 punct 1:punct _ @@ -245517,7 +245686,7 @@ # sent_id = reviews-363685-0025 # text = I put the coffee thing in hot water and settled for a cup of weak coffee. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|10:nsubj _ -2 put put VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 put put VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 4 coffee coffee NOUN NN Number=Sing 5 compound 5:compound _ 5 thing thing NOUN NN Number=Sing 2 obj 2:obj _ @@ -245525,7 +245694,7 @@ 7 hot hot ADJ JJ Degree=Pos 8 amod 8:amod _ 8 water water NOUN NN Number=Sing 2 obl 2:obl:in _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 settled settle VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +10 settled settle VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 11 for for ADP IN _ 13 case 13:case _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 cup cup NOUN NN Number=Sing 10 obl 10:obl:for _ @@ -245536,7 +245705,7 @@ # sent_id = reviews-363685-0026 # text = No wine glasses. -1 No no DET DT _ 3 det 3:det _ +1 No no DET DT PronType=Neg 3 det 3:det _ 2 wine wine NOUN NN Number=Sing 3 compound 3:compound _ 3 glasses glass NOUN NNS Number=Plur 0 root 0:root SpaceAfter=No 4 . . PUNCT . _ 3 punct 3:punct _ @@ -245548,19 +245717,19 @@ 3 clean clean ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 , , PUNCT , _ 6 punct 6:punct _ 5 but but CCONJ CC _ 6 cc 6:cc _ -6 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ +6 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:but _ 7 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _ 8 weird weird ADJ JJ Degree=Pos 15 amod 15:amod SpaceAfter=No -9 , , PUNCT , _ 15 punct 15:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10 dated dated ADJ JJ Degree=Pos 15 amod 15:amod SpaceAfter=No -11 , , PUNCT , _ 15 punct 15:punct _ +11 , , PUNCT , _ 10 punct 10:punct _ 12 sink sink NOUN NN Number=Sing 14 compound 14:compound SpaceAfter=No -13 / / PUNCT , _ 14 punct 14:punct SpaceAfter=No +13 / / PUNCT , _ 12 punct 12:punct SpaceAfter=No 14 stove stove NOUN NN Number=Sing 15 compound 15:compound _ 15 combo combo NOUN NN Number=Sing 6 obj 6:obj|19:nsubj _ 16 that that PRON WDT PronType=Rel 19 nsubj 15:ref _ 17-18 didn't _ _ _ _ _ _ _ _ -17 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 aux 19:aux _ +17 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 aux 19:aux _ 18 n't not PART RB _ 19 advmod 19:advmod _ 19 work work VERB VB VerbForm=Inf 15 acl:relcl 15:acl:relcl SpaceAfter=No 20 . . PUNCT . _ 3 punct 3:punct _ @@ -245574,14 +245743,14 @@ 5 shower shower NOUN NN Number=Sing 6 compound 6:compound _ 6 stall stall NOUN NN Number=Sing 3 obl 3:obl:except|8:nsubj _ 7 which which PRON WDT PronType=Rel 8 nsubj 6:ref _ -8 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +8 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 9 mildew mildew NOUN NN Number=Sing 10 compound 10:compound _ 10 problems problem NOUN NNS Number=Plur 8 obj 8:obj SpaceAfter=No 11 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-363685-0029 # text = No tub. -1 No no DET DT _ 2 det 2:det _ +1 No no DET DT PronType=Neg 2 det 2:det _ 2 tub tub NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 3 . . PUNCT . _ 2 punct 2:punct _ @@ -245599,8 +245768,8 @@ 10 , , PUNCT , _ 14 punct 14:punct _ 11 but but CCONJ CC _ 14 cc 14:cc _ 12 only only ADV RB _ 13 advmod 13:advmod _ -13 one one NUM CD NumType=Card 14 nsubj 14:nsubj _ -14 worked work VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:but SpaceAfter=No +13 one one NUM CD NumForm=Word|NumType=Card 14 nsubj 14:nsubj _ +14 worked work VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 conj 3:conj:but SpaceAfter=No 15 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-363685-0031 @@ -245613,22 +245782,22 @@ 5 rooms room NOUN NNS Number=Plur 3 obj 3:obj _ 6 off off ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ -8 two two NUM CD NumType=Card 9 nummod 9:nummod _ +8 two two NUM CD NumForm=Word|NumType=Card 9 nummod 9:nummod _ 9 kitchens kitchen NOUN NNS Number=Plur 5 nmod 5:nmod:off SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-363685-0032 # text = They are RIGHT OFF the kitchen so you hear everything. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _ -2 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ +2 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 cop 6:cop _ 3 RIGHT right ADV RB _ 6 advmod 6:advmod _ 4 OFF off ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 kitchen kitchen NOUN NN Number=Sing 0 root 0:root _ 7 so so ADV RB _ 9 advmod 9:advmod _ 8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 9 nsubj 9:nsubj _ -9 hear hear VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ -10 everything everything PRON NN Number=Sing 9 obj 9:obj SpaceAfter=No +9 hear hear VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 6 parataxis 6:parataxis _ +10 everything everything PRON NN Number=Sing|PronType=Tot 9 obj 9:obj SpaceAfter=No 11 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-363685-0033 @@ -245655,7 +245824,7 @@ 13 again again ADV RB _ 8 advmod 8:advmod _ 14 of of ADP IN _ 15 case 15:case _ 15 $ $ SYM $ _ 12 nmod 12:nmod:of SpaceAfter=No -16 99 99 NUM CD NumType=Card 15 nummod 15:nummod SpaceAfter=No +16 99 99 NUM CD NumForm=Digit|NumType=Card 15 nummod 15:nummod SpaceAfter=No 17 , , PUNCT , _ 22 punct 22:punct _ 18 but but CCONJ CC _ 22 cc 22:cc _ 19 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ @@ -245663,7 +245832,7 @@ 20 would would AUX MD VerbForm=Fin 22 aux 22:aux _ 21 n't not PART RB _ 22 advmod 22:advmod _ 22 pay pay VERB VB VerbForm=Inf 3 conj 3:conj:but _ -23 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +23 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 24 rack rack NOUN NN Number=Sing 25 compound 25:compound _ 25 rate rate NOUN NN Number=Sing 22 obj 22:obj SpaceAfter=No 26 . . PUNCT . _ 3 punct 3:punct _ @@ -245682,30 +245851,30 @@ # newpar id = reviews-053248-p0002 # text = The worst thing that can happen for any restaurant like Zahav is to have too many people write hyperbolic reviews making claims that "everyone" is going to "love" the food, decor and service. 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ -2 worst worst ADJ JJS Degree=Sup 3 amod 3:amod _ -3 thing thing NOUN NN Number=Sing 12 nsubj 6:nsubj|12:nsubj _ +2 worst bad ADJ JJS Degree=Sup 3 amod 3:amod _ +3 thing thing NOUN NN Number=Sing 14 nsubj:outer 6:nsubj|14:nsubj:outer _ 4 that that PRON WDT PronType=Rel 6 nsubj 3:ref _ 5 can can AUX MD VerbForm=Fin 6 aux 6:aux _ 6 happen happen VERB VB VerbForm=Inf 3 acl:relcl 3:acl:relcl _ 7 for for ADP IN _ 9 case 9:case _ -8 any any DET DT _ 9 det 9:det _ +8 any any DET DT PronType=Ind 9 det 9:det _ 9 restaurant restaurant NOUN NN Number=Sing 6 obl 6:obl:for _ 10 like like ADP IN _ 11 case 11:case _ 11 Zahav Zahav PROPN NNP Number=Sing 9 nmod 9:nmod:like _ -12 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ +12 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 cop 14:cop _ 13 to to PART TO _ 14 mark 14:mark _ -14 have have VERB VB VerbForm=Inf 12 ccomp 12:ccomp _ +14 have have VERB VB VerbForm=Inf 0 root 0:root _ 15 too too ADV RB _ 16 advmod 16:advmod _ 16 many many ADJ JJ Degree=Pos 17 amod 17:amod _ -17 people people NOUN NNS Number=Plur 18 nsubj 18:nsubj _ -18 write write VERB VB VerbForm=Inf 14 ccomp 14:ccomp _ +17 people people NOUN NNS Number=Plur 14 obj 14:obj|18:nsubj:xsubj _ +18 write write VERB VB VerbForm=Inf 14 xcomp 14:xcomp _ 19 hyperbolic hyperbolic ADJ JJ Degree=Pos 20 amod 20:amod _ 20 reviews review NOUN NNS Number=Plur 18 obj 18:obj _ 21 making make VERB VBG VerbForm=Ger 20 acl 20:acl _ 22 claims claim NOUN NNS Number=Plur 21 obj 21:obj _ 23 that that SCONJ IN _ 28 mark 28:mark _ 24 " " PUNCT `` _ 25 punct 25:punct SpaceAfter=No -25 everyone everyone PRON NN Number=Sing 28 nsubj 28:nsubj|31:nsubj:xsubj SpaceAfter=No +25 everyone everyone PRON NN Number=Sing|PronType=Tot 28 nsubj 28:nsubj|31:nsubj:xsubj SpaceAfter=No 26 " " PUNCT '' _ 25 punct 25:punct _ 27 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ 28 going go VERB VBG VerbForm=Ger 22 acl 22:acl:that _ @@ -245719,34 +245888,35 @@ 36 decor decor NOUN NN Number=Sing 34 conj 31:obj|34:conj:and _ 37 and and CCONJ CC _ 38 cc 38:cc _ 38 service service NOUN NN Number=Sing 34 conj 31:obj|34:conj:and SpaceAfter=No -39 . . PUNCT . _ 12 punct 12:punct _ +39 . . PUNCT . _ 14 punct 14:punct _ # sent_id = reviews-053248-0003 # text = The truth is, in my and my dining partners' experience, this is a fine little restaurant with some unique food. 1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _ -2 truth truth NOUN NN Number=Sing 3 nsubj 3:nsubj _ -3 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root SpaceAfter=No +2 truth truth NOUN NN Number=Sing 19 nsubj:outer 19:nsubj:outer _ +3 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop SpaceAfter=No 4 , , PUNCT , _ 3 punct 3:punct _ 5 in in ADP IN _ 12 case 12:case _ -6 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ +6 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 12 nmod:poss 12:nmod:poss _ 7 and and CCONJ CC _ 10 cc 10:cc _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 10 nmod:poss 10:nmod:poss _ 9 dining dining NOUN NN Number=Sing 10 compound 10:compound _ -10 partners partner NOUN NNS Number=Plur 6 conj 6:conj:and|12:nmod:poss SpaceAfter=No +10-11 partners' _ _ _ _ _ _ _ _ +10 partners partner NOUN NNS Number=Plur 6 conj 6:conj:and|12:nmod:poss _ 11 ' 's PART POS _ 10 case 10:case _ -12 experience experience NOUN NN Number=Sing 3 obl 3:obl:in SpaceAfter=No -13 , , PUNCT , _ 3 punct 3:punct _ +12 experience experience NOUN NN Number=Sing 19 obl 19:obl:in SpaceAfter=No +13 , , PUNCT , _ 12 punct 12:punct _ 14 this this PRON DT Number=Sing|PronType=Dem 19 nsubj 19:nsubj _ 15 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 19 cop 19:cop _ 16 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _ 17 fine fine ADJ JJ Degree=Pos 19 amod 19:amod _ 18 little little ADJ JJ Degree=Pos 19 amod 19:amod _ -19 restaurant restaurant NOUN NN Number=Sing 3 ccomp 3:ccomp _ +19 restaurant restaurant NOUN NN Number=Sing 0 root 0:root _ 20 with with ADP IN _ 23 case 23:case _ -21 some some DET DT _ 23 det 23:det _ +21 some some DET DT PronType=Ind 23 det 23:det _ 22 unique unique ADJ JJ Degree=Pos 23 amod 23:amod _ 23 food food NOUN NN Number=Sing 19 nmod 19:nmod:with SpaceAfter=No -24 . . PUNCT . _ 3 punct 3:punct _ +24 . . PUNCT . _ 19 punct 19:punct _ # sent_id = reviews-053248-0004 # text = It's an entirely up and down experience, however. @@ -245759,16 +245929,16 @@ 6 and and CCONJ CC _ 7 cc 7:cc _ 7 down down ADV RB _ 5 conj 5:conj:and|8:acl _ 8 experience experience NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -9 , , PUNCT , _ 8 punct 8:punct _ +9 , , PUNCT , _ 10 punct 10:punct _ 10 however however ADV RB _ 8 advmod 8:advmod SpaceAfter=No 11 . . PUNCT . _ 8 punct 8:punct _ # sent_id = reviews-053248-0005 # text = Now, the best of that unique food comes at the very beginning of the meal. 1 Now now ADV RB _ 9 advmod 9:advmod SpaceAfter=No -2 , , PUNCT , _ 9 punct 9:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ -4 best best ADJ JJS Degree=Sup 9 nsubj 9:nsubj _ +4 best good ADJ JJS Degree=Sup 9 nsubj 9:nsubj _ 5 of of ADP IN _ 8 case 8:case _ 6 that that DET DT Number=Sing|PronType=Dem 8 det 8:det _ 7 unique unique ADJ JJ Degree=Pos 8 amod 8:amod _ @@ -245788,16 +245958,16 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 salatim salatim NOUN NNS Number=Plur 3 compound 3:compound _ 3 salads salad NOUN NNS Number=Plur 7 nsubj 7:nsubj _ -4 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ +4 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 cop 7:cop _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ -6 smallest smallest ADJ JJS Degree=Sup 7 amod 7:amod _ -7 plates plate NOUN NNS Number=Plur 0 root 0:root _ +6 smallest small ADJ JJS Degree=Sup 7 amod 7:amod _ +7 plates plate NOUN NNS Number=Plur 0 root 0:root|11:obj|12:nsubj:xsubj _ 8-9 I've _ _ _ _ _ _ _ _ -8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj|12:nsubj:xsubj _ -9 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _ +9 've have AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 ever ever ADV RB _ 11 advmod 11:advmod _ 11 seen see VERB VBN Tense=Past|VerbForm=Part 7 acl:relcl 7:acl:relcl _ -12 placed place VERB VBN Tense=Past|VerbForm=Part 11 xcomp 11:xcomp _ +12 placed place VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 11 xcomp 11:xcomp _ 13 in in ADP IN _ 14 case 14:case _ 14 front front NOUN NN Number=Sing 12 obl 12:obl:in _ 15 of of ADP IN _ 16 case 16:case _ @@ -245805,16 +245975,16 @@ 17 ( ( PUNCT -LRB- _ 22 punct 22:punct SpaceAfter=No 18 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ 19 would would AUX MD VerbForm=Fin 22 aux 22:aux _ -20 most most ADV RBS _ 21 advmod 21:advmod _ +20 most most ADV RBS Degree=Sup 21 advmod 21:advmod _ 21 likely likely ADV RB _ 22 advmod 22:advmod _ 22 think think VERB VB VerbForm=Inf 7 parataxis 7:parataxis _ 23 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 25 nsubj 25:nsubj _ -24 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 25 cop 25:cop _ +24 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 25 cop 25:cop _ 25 condiments condiment NOUN NNS Number=Plur 22 ccomp 22:ccomp _ 26 if if SCONJ IN _ 30 mark 30:mark _ 27 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 30 nsubj:pass 30:nsubj:pass _ 28-29 weren't _ _ _ _ _ _ _ _ -28 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 30 aux:pass 30:aux:pass _ +28 were be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 30 aux:pass 30:aux:pass _ 29 n't not PART RB _ 30 advmod 30:advmod _ 30 explained explain VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 22 advcl 22:advcl:if _ 31 to to ADP IN _ 32 case 32:case _ @@ -245826,14 +245996,14 @@ # text = Though they are mostly excellent, you generally don't get enough forkfuls to know if you really love them. 1 Though though SCONJ IN _ 5 mark 5:mark _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -3 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ +3 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 5 cop 5:cop _ 4 mostly mostly ADV RB _ 5 advmod 5:advmod _ 5 excellent excellent ADJ JJ Degree=Pos 11 advcl 11:advcl:though SpaceAfter=No -6 , , PUNCT , _ 11 punct 11:punct _ +6 , , PUNCT , _ 5 punct 5:punct _ 7 you you PRON PRP Case=Nom|Person=2|PronType=Prs 11 nsubj 11:nsubj _ 8 generally generally ADV RB _ 11 advmod 11:advmod _ 9-10 don't _ _ _ _ _ _ _ _ -9 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ +9 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 11 aux 11:aux _ 10 n't not PART RB _ 11 advmod 11:advmod _ 11 get get VERB VB VerbForm=Inf 0 root 0:root _ 12 enough enough ADJ JJ Degree=Pos 13 amod 13:amod _ @@ -245843,7 +246013,7 @@ 16 if if SCONJ IN _ 19 mark 19:mark _ 17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 19 nsubj 19:nsubj _ 18 really really ADV RB _ 19 advmod 19:advmod _ -19 love love VERB VB VerbForm=Inf 15 advcl 15:advcl:if _ +19 love love VERB VB VerbForm=Inf 15 ccomp 15:ccomp _ 20 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 19 obj 19:obj SpaceAfter=No 21 . . PUNCT . _ 11 punct 11:punct _ @@ -245852,12 +246022,12 @@ 1 That that PRON DT Number=Sing|PronType=Dem 3 nsubj:pass 3:nsubj:pass _ 2 being be AUX VBG VerbForm=Ger 3 aux:pass 3:aux:pass _ 3 said say VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 advcl 13:advcl SpaceAfter=No -4 , , PUNCT , _ 13 punct 13:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ 6 laffa laffa NOUN NN Number=Sing 13 nsubj 13:nsubj _ 7 and and CCONJ CC _ 8 cc 8:cc _ 8 hummus hummus NOUN NN Number=Sing 6 conj 6:conj:and|13:nsubj _ -9 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ +9 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 cop 13:cop _ 10 out out ADP IN _ 13 case 13:case _ 11 of of ADP IN _ 13 case 13:case _ 12 this this DET DT Number=Sing|PronType=Dem 13 det 13:det _ @@ -245868,21 +246038,21 @@ # text = Then again, for the three of us who dined together, two pieces of flatbread left us fighting for more, and licking the hummus from our fingers (and yes, those two pieces of flatbread did represent a three-person order). 1 Then then ADV RB PronType=Dem 2 advmod 2:advmod _ 2 again again ADV RB _ 17 advmod 17:advmod SpaceAfter=No -3 , , PUNCT , _ 17 punct 17:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 for for ADP IN _ 6 case 6:case _ 5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _ -6 three three NUM CD NumType=Card 17 obl 10:nsubj|17:obl:for _ +6 three three NUM CD NumForm=Word|NumType=Card 17 obl 10:nsubj|17:obl:for _ 7 of of ADP IN _ 8 case 8:case _ 8 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 6 nmod 6:nmod:of _ 9 who who PRON WP PronType=Rel 10 nsubj 6:ref _ -10 dined dine VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ +10 dined dine VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _ 11 together together ADV RB _ 10 advmod 10:advmod SpaceAfter=No -12 , , PUNCT , _ 17 punct 17:punct _ -13 two two NUM CD NumType=Card 14 nummod 14:nummod _ +12 , , PUNCT , _ 6 punct 6:punct _ +13 two two NUM CD NumForm=Word|NumType=Card 14 nummod 14:nummod _ 14 pieces piece NOUN NNS Number=Plur 17 nsubj 17:nsubj _ 15 of of ADP IN _ 16 case 16:case _ 16 flatbread flatbread NOUN NN Number=Sing 14 nmod 14:nmod:of _ -17 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +17 left leave VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 18 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 17 obj 17:obj|19:nsubj:xsubj|24:nsubj:xsubj _ 19 fighting fight VERB VBG VerbForm=Ger 17 xcomp 17:xcomp _ 20 for for ADP IN _ 21 case 21:case _ @@ -245893,22 +246063,22 @@ 25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 26 hummus hummus NOUN NN Number=Sing 24 obj 24:obj _ 27 from from ADP IN _ 29 case 29:case _ -28 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ +28 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 29 nmod:poss 29:nmod:poss _ 29 fingers finger NOUN NNS Number=Plur 24 obl 24:obl:from _ 30 ( ( PUNCT -LRB- _ 40 punct 40:punct SpaceAfter=No 31 and and CCONJ CC _ 40 cc 40:cc _ 32 yes yes INTJ UH _ 40 discourse 40:discourse SpaceAfter=No -33 , , PUNCT , _ 40 punct 40:punct _ +33 , , PUNCT , _ 32 punct 32:punct _ 34 those that DET DT Number=Plur|PronType=Dem 36 det 36:det _ -35 two two NUM CD NumType=Card 36 nummod 36:nummod _ +35 two two NUM CD NumForm=Word|NumType=Card 36 nummod 36:nummod _ 36 pieces piece NOUN NNS Number=Plur 40 nsubj 40:nsubj _ 37 of of ADP IN _ 38 case 38:case _ 38 flatbread flatbread NOUN NN Number=Sing 36 nmod 36:nmod:of _ -39 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 40 aux 40:aux _ +39 did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 40 aux 40:aux _ 40 represent represent VERB VB VerbForm=Inf 17 parataxis 17:parataxis _ 41 a a DET DT Definite=Ind|PronType=Art 45 det 45:det _ -42 three three NUM CD NumType=Card 44 nummod 44:nummod SpaceAfter=No -43 - - PUNCT HYPH _ 44 punct 44:punct SpaceAfter=No +42 three three NUM CD NumForm=Word|NumType=Card 44 nummod 44:nummod SpaceAfter=No +43 - - PUNCT HYPH _ 42 punct 42:punct SpaceAfter=No 44 person person NOUN NN Number=Sing 45 compound 45:compound _ 45 order order NOUN NN Number=Sing 40 obj 40:obj SpaceAfter=No 46 ) ) PUNCT -RRB- _ 40 punct 40:punct SpaceAfter=No @@ -245921,9 +246091,9 @@ 3 also also ADV RB _ 10 advmod 10:advmod _ 4 an a DET DT Definite=Ind|PronType=Art 10 det 10:det _ 5 up up ADJ JJ Degree=Pos 10 amod 10:amod SpaceAfter=No -6 - - PUNCT HYPH _ 5 punct 5:punct SpaceAfter=No -7 and and CCONJ CC _ 8 cc 8:cc SpaceAfter=No -8 - - PUNCT HYPH _ 5 conj 5:conj:and|10:amod SpaceAfter=No +6 - - PUNCT HYPH _ 9 punct 9:punct SpaceAfter=No +7 and and CCONJ CC _ 9 cc 9:cc SpaceAfter=No +8 - - PUNCT HYPH _ 7 punct 7:punct SpaceAfter=No 9 down down ADJ JJ Degree=Pos 5 conj 5:conj:and|10:amod _ 10 experience experience NOUN NN Number=Sing 0 root 0:root SpaceAfter=No 11 . . PUNCT . _ 10 punct 10:punct _ @@ -245934,24 +246104,24 @@ 2 vegetarian vegetarian ADJ JJ Degree=Pos 3 amod 3:amod _ 3 dishes dish NOUN NNS Number=Plur 12 nsubj 12:nsubj _ 4 and and CCONJ CC _ 6 cc 6:cc _ -5 lighter lighter ADJ JJR Degree=Cmp 6 amod 6:amod _ +5 lighter light ADJ JJR Degree=Cmp 6 amod 6:amod _ 6 fare fare NOUN NN Number=Sing 3 conj 3:conj:and|12:nsubj _ -7 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 cop 12:cop _ +7 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 12 cop 12:cop _ 8 almost almost ADV RB _ 9 advmod 9:advmod _ 9 always always ADV RB _ 12 advmod 12:advmod _ 10 spot spot ADJ JJ Degree=Pos 12 amod 12:amod SpaceAfter=No -11 - - PUNCT HYPH _ 12 punct 12:punct SpaceAfter=No +11 - - PUNCT HYPH _ 10 punct 10:punct SpaceAfter=No 12 on on ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No -13 , , PUNCT , _ 12 punct 12:punct _ +13 , , PUNCT , _ 19 punct 19:punct _ 14 while while SCONJ IN _ 19 mark 19:mark _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 lamb lamb NOUN NN Number=Sing 19 nsubj 19:nsubj|23:nsubj _ 17 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 19 cop 19:cop _ 18 often often ADV RB _ 19 advmod 19:advmod _ 19 dry dry ADJ JJ Degree=Pos 12 advcl 12:advcl:while _ -20 and and CCONJ CC _ 22 cc 22:cc SpaceAfter=No -21 / / SYM SYM _ 22 punct 22:punct SpaceAfter=No -22 or or CCONJ CC _ 23 cc 23:cc _ +20 and and CCONJ CC _ 23 cc 23:cc SpaceAfter=No +21 / / SYM SYM _ 22 cc 22:cc SpaceAfter=No +22 or or CCONJ CC _ 20 conj 20:conj:slash|23:cc _ 23 overcooked overcooked ADJ JJ Degree=Pos 19 conj 12:advcl:while|19:conj:and_or SpaceAfter=No 24 . . PUNCT . _ 12 punct 12:punct _ @@ -245961,19 +246131,19 @@ 2 duck duck NOUN NN Number=Sing 7 nsubj 7:nsubj _ 3 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 4 a a DET DT Definite=Ind|PronType=Art 7 det 7:det _ -5 65 65 NUM CD NumType=Card 6 nummod 6:nummod SpaceAfter=No +5 65 65 NUM CD NumForm=Digit|NumType=Card 6 nummod 6:nummod SpaceAfter=No 6 % % SYM NN Number=Sing 7 compound 7:compound _ 7 glob glob NOUN NN Number=Sing 0 root 0:root _ 8 of of ADP IN _ 10 case 10:case _ 9 chewy chewy ADJ JJ Degree=Pos 10 amod 10:amod _ 10 fat fat NOUN NN Number=Sing 7 nmod 7:nmod:of _ 11 with with ADP IN _ 13 case 13:case _ -12 no no DET DT _ 13 det 13:det _ +12 no no DET DT PronType=Neg 13 det 13:det _ 13 resemblance resemblance NOUN NN Number=Sing 7 nmod 7:nmod:with _ 14 to to ADP IN _ 19 case 19:case _ 15 the the DET DT Definite=Def|PronType=Art 19 det 19:det _ 16 juicy juicy ADJ JJ Degree=Pos 19 amod 19:amod SpaceAfter=No -17 , , PUNCT , _ 19 punct 19:punct _ +17 , , PUNCT , _ 16 punct 16:punct _ 18 crispy crispy ADJ JJ Degree=Pos 19 amod 19:amod _ 19 delicacy delicacy NOUN NN Number=Sing 13 nmod 13:nmod:to _ 20 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 22 nsubj 22:nsubj _ @@ -245987,28 +246157,28 @@ # sent_id = reviews-053248-0013 # text = Dessert was... hmmm, that's interesting, I don't even remember dessert. 1 Dessert dessert NOUN NN Number=Sing 2 nsubj 2:nsubj _ -2 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No -3 ... ... PUNCT , _ 2 punct 2:punct _ -4 hmmm hmmm INTJ UH _ 2 discourse 2:discourse SpaceAfter=No -5 , , PUNCT , _ 2 punct 2:punct _ +2 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root SpaceAfter=No +3 ... ... PUNCT , _ 4 punct 4:punct _ +4 hmmm hmm INTJ UH Style=Expr 2 discourse 2:discourse CorrectForm=hmm|SpaceAfter=No +5 , , PUNCT , _ 8 punct 8:punct _ 6-7 that's _ _ _ _ _ _ _ _ 6 that that PRON DT Number=Sing|PronType=Dem 8 nsubj 8:nsubj _ 7 's be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 8 interesting interesting ADJ JJ Degree=Pos 2 parataxis 2:parataxis SpaceAfter=No -9 , , PUNCT , _ 2 punct 2:punct _ +9 , , PUNCT , _ 14 punct 14:punct _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ 11-12 don't _ _ _ _ _ _ _ _ -11 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ +11 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 aux 14:aux _ 12 n't not PART RB _ 14 advmod 14:advmod _ 13 even even ADV RB _ 14 advmod 14:advmod _ -14 remember remember VERB VB VerbForm=Inf 8 parataxis 8:parataxis _ +14 remember remember VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ 15 dessert dessert NOUN NN Number=Sing 14 obj 14:obj SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-053248-0014 # text = I guess that tells you a lot. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 guess guess VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +2 guess guess VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root 0:root _ 3 that that PRON DT Number=Sing|PronType=Dem 4 nsubj 4:nsubj _ 4 tells tell VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 ccomp 2:ccomp _ 5 you you PRON PRP Case=Acc|Person=2|PronType=Prs 4 iobj 4:iobj _ @@ -246019,9 +246189,9 @@ # sent_id = reviews-053248-0015 # text = Oh, yes, the chocolate semifreddo was quite good. 1 Oh oh INTJ UH _ 10 discourse 10:discourse SpaceAfter=No -2 , , PUNCT , _ 10 punct 10:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 yes yes INTJ UH _ 10 discourse 10:discourse SpaceAfter=No -4 , , PUNCT , _ 10 punct 10:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ 6 chocolate chocolate NOUN NN Number=Sing 7 compound 7:compound _ 7 semifreddo semifreddo NOUN NN Number=Sing 10 nsubj 10:nsubj _ @@ -246035,21 +246205,21 @@ 1 The the DET DT Definite=Def|PronType=Art 4 det 4:det _ 2 warm warm ADJ JJ Degree=Pos 4 amod 4:amod _ 3 chocolate chocolate NOUN NN Number=Sing 4 compound 4:compound _ -4 cake cake NOUN NN Number=Sing 7 nsubj:pass 7:nsubj:pass|10:nsubj:pass _ -5 was be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 aux:pass 7:aux:pass _ +4 cake cake NOUN NN Number=Sing 7 nsubj 7:nsubj|10:nsubj:pass _ +5 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop|10:aux:pass _ 6 very very ADV RB _ 7 advmod 7:advmod _ 7 tasty tasty ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 8 , , PUNCT , _ 10 punct 10:punct _ 9 but but CCONJ CC _ 10 cc 10:cc _ -10 served serve VERB VBN Tense=Past|VerbForm=Part 7 conj 7:conj:but _ +10 served serve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 7 conj 7:conj:but _ 11 at at ADP IN _ 13 case 13:case _ 12 room room NOUN NN Number=Sing 13 compound 13:compound _ 13 temperature temperature NOUN NN Number=Sing 10 obl 10:obl:at SpaceAfter=No -14 , , PUNCT , _ 10 punct 10:punct _ -15 not not ADV RB _ 16 advmod 16:advmod _ +14 , , PUNCT , _ 16 punct 16:punct _ +15 not not PART RB _ 16 advmod 16:advmod _ 16 warm warm ADJ JJ Degree=Pos 13 conj 10:obl:at|13:conj _ 17 by by ADP IN _ 19 case 19:case _ -18 any any DET DT _ 19 det 19:det _ +18 any any DET DT PronType=Ind 19 det 19:det _ 19 stretch stretch NOUN NN Number=Sing 16 obl 16:obl:by _ 20 of of ADP IN _ 22 case 22:case _ 21 the the DET DT Definite=Def|PronType=Art 22 det 22:det _ @@ -246059,20 +246229,20 @@ # sent_id = reviews-053248-0017 # text = And my--no, I still don't remember what I had. 1 And and CCONJ CC _ 2 cc 2:cc _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 0 root 0:root SpaceAfter=No -3 -- -- PUNCT , _ 2 punct 2:punct SpaceAfter=No +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 0 root 0:root SpaceAfter=No +3 -- -- PUNCT , _ 10 punct 10:punct SpaceAfter=No 4 no no INTJ UH _ 10 discourse 10:discourse SpaceAfter=No -5 , , PUNCT , _ 10 punct 10:punct _ +5 , , PUNCT , _ 4 punct 4:punct _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj 10:nsubj _ 7 still still ADV RB _ 10 advmod 10:advmod _ 8-9 don't _ _ _ _ _ _ _ _ -8 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ +8 do do AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 10 aux 10:aux _ 9 n't not PART RB _ 10 advmod 10:advmod _ 10 remember remember VERB VB VerbForm=Inf 2 parataxis 2:parataxis _ -11 what what PRON WP PronType=Int 10 obj 10:obj _ +11 what what PRON WP PronType=Int 13 obj 13:obj _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 11 acl:relcl 11:acl:relcl SpaceAfter=No -14 . . PUNCT . _ 1 punct 1:punct _ +13 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 10 ccomp 10:ccomp SpaceAfter=No +14 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-053248-0018 # text = Service was average, but nothing special, and restaurants that are supposed to be excellent should do a better job of training their waitstaff to be communicative and friendly, not merely capable. @@ -246081,25 +246251,25 @@ 3 average average ADJ JJ Degree=Pos 0 root 0:root SpaceAfter=No 4 , , PUNCT , _ 6 punct 6:punct _ 5 but but CCONJ CC _ 6 cc 6:cc _ -6 nothing nothing PRON NN Number=Sing 3 conj 3:conj:but _ +6 nothing nothing PRON NN Number=Sing|PronType=Neg 3 conj 3:conj:but _ 7 special special ADJ JJ Degree=Pos 6 amod 6:amod SpaceAfter=No 8 , , PUNCT , _ 18 punct 18:punct _ 9 and and CCONJ CC _ 18 cc 18:cc _ -10 restaurants restaurant NOUN NNS Number=Plur 18 nsubj 13:nsubj|16:nsubj:xsubj|18:nsubj _ -11 that that PRON WDT PronType=Rel 13 nsubj 10:ref _ -12 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 13 aux 13:aux _ -13 supposed suppose VERB VBN Tense=Past|VerbForm=Part 10 acl:relcl 10:acl:relcl _ +10 restaurants restaurant NOUN NNS Number=Plur 18 nsubj 13:nsubj:pass|16:nsubj:xsubj|18:nsubj _ +11 that that PRON WDT PronType=Rel 13 nsubj:pass 10:ref _ +12 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 13 aux:pass 13:aux:pass _ +13 supposed suppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 acl:relcl 10:acl:relcl _ 14 to to PART TO _ 16 mark 16:mark _ 15 be be AUX VB VerbForm=Inf 16 cop 16:cop _ 16 excellent excellent ADJ JJ Degree=Pos 13 xcomp 13:xcomp _ 17 should should AUX MD VerbForm=Fin 18 aux 18:aux _ 18 do do VERB VB VerbForm=Inf 3 conj 3:conj:but _ 19 a a DET DT Definite=Ind|PronType=Art 21 det 21:det _ -20 better better ADJ JJR Degree=Cmp 21 amod 21:amod _ +20 better good ADJ JJR Degree=Cmp 21 amod 21:amod _ 21 job job NOUN NN Number=Sing 18 obj 18:obj _ 22 of of SCONJ IN _ 23 mark 23:mark _ 23 training train VERB VBG VerbForm=Ger 21 acl 21:acl:of _ -24 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +24 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 25 waitstaff waitstaff NOUN NN Number=Sing 23 obj 23:obj|28:nsubj:xsubj|30:nsubj:xsubj|34:nsubj:xsubj _ 26 to to PART TO _ 28 mark 28:mark _ 27 be be AUX VB VerbForm=Inf 28 cop 28:cop _ @@ -246107,7 +246277,7 @@ 29 and and CCONJ CC _ 30 cc 30:cc _ 30 friendly friendly ADJ JJ Degree=Pos 28 conj 23:xcomp|28:conj:and SpaceAfter=No 31 , , PUNCT , _ 34 punct 34:punct _ -32 not not ADV RB _ 34 advmod 34:advmod _ +32 not not PART RB _ 34 advmod 34:advmod _ 33 merely merely ADV RB _ 34 advmod 34:advmod _ 34 capable capable ADJ JJ Degree=Pos 28 conj 23:xcomp|28:conj:and SpaceAfter=No 35 . . PUNCT . _ 3 punct 3:punct _ @@ -246115,7 +246285,7 @@ # sent_id = reviews-053248-0019 # text = Perhaps had we not gone into this restaurant believing Zahav was going to be golden as its name suggests (and as the many golden reviews seem to attest), we would have enjoyed a decent little expensive experience. 1 Perhaps perhaps ADV RB _ 35 advmod 35:advmod _ -2 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 5 aux 5:aux _ +2 had have AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 5 aux 5:aux _ 3 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 gone go VERB VBN Tense=Past|VerbForm=Part 35 advcl 35:advcl _ @@ -246130,21 +246300,21 @@ 14 be be AUX VB VerbForm=Inf 15 cop 15:cop _ 15 golden golden ADJ JJ Degree=Pos 12 xcomp 12:xcomp _ 16 as as SCONJ IN _ 19 mark 19:mark _ -17 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ +17 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 18 nmod:poss 18:nmod:poss _ 18 name name NOUN NN Number=Sing 19 nsubj 19:nsubj _ 19 suggests suggest VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 15 advcl 15:advcl:as _ -20 ( ( PUNCT -LRB- _ 19 punct 19:punct SpaceAfter=No +20 ( ( PUNCT -LRB- _ 27 punct 27:punct SpaceAfter=No 21 and and CCONJ CC _ 27 cc 27:cc _ 22 as as SCONJ IN _ 27 mark 27:mark _ 23 the the DET DT Definite=Def|PronType=Art 26 det 26:det _ 24 many many ADJ JJ Degree=Pos 26 amod 26:amod _ 25 golden golden ADJ JJ Degree=Pos 26 amod 26:amod _ 26 reviews review NOUN NNS Number=Plur 27 nsubj 27:nsubj|29:nsubj:xsubj _ -27 seem seem VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 conj 15:advcl:as|19:conj:and _ +27 seem seem VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 conj 15:advcl:as|19:conj:and _ 28 to to PART TO _ 29 mark 29:mark _ 29 attest attest VERB VB VerbForm=Inf 27 xcomp 27:xcomp SpaceAfter=No -30 ) ) PUNCT -RRB- _ 19 punct 19:punct SpaceAfter=No -31 , , PUNCT , _ 35 punct 35:punct _ +30 ) ) PUNCT -RRB- _ 27 punct 27:punct SpaceAfter=No +31 , , PUNCT , _ 5 punct 5:punct _ 32 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 35 nsubj 35:nsubj _ 33 would would AUX MD VerbForm=Fin 35 aux 35:aux _ 34 have have AUX VB VerbForm=Inf 35 aux 35:aux _ @@ -246159,28 +246329,28 @@ # sent_id = reviews-053248-0020 # text = But one should not go here expecting something fantastic, unless perhaps you've never had middle-eastern food before, or succulent duck, tasty lamb, decent portion sizes or actually warm chocolate desserts. 1 But but CCONJ CC _ 5 cc 5:cc _ -2 one one PRON PRP _ 5 nsubj 5:nsubj _ +2 one one PRON PRP Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ 3 should should AUX MD VerbForm=Fin 5 aux 5:aux _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 go go VERB VB VerbForm=Inf 0 root 0:root _ 6 here here ADV RB PronType=Dem 5 advmod 5:advmod _ 7 expecting expect VERB VBG VerbForm=Ger 5 advcl 5:advcl _ -8 something something PRON NN Number=Sing 7 obj 7:obj _ +8 something something PRON NN Number=Sing|PronType=Ind 7 obj 7:obj _ 9 fantastic fantastic ADJ JJ Degree=Pos 8 amod 8:amod SpaceAfter=No -10 , , PUNCT , _ 5 punct 5:punct _ +10 , , PUNCT , _ 16 punct 16:punct _ 11 unless unless SCONJ IN _ 16 mark 16:mark _ 12 perhaps perhaps ADV RB _ 16 advmod 16:advmod _ 13-14 you've _ _ _ _ _ _ _ _ 13 you you PRON PRP Case=Nom|Person=2|PronType=Prs 16 nsubj 16:nsubj _ -14 've have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ +14 've have AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 16 aux 16:aux _ 15 never never ADV RB _ 16 advmod 16:advmod _ 16 had have VERB VBN Tense=Past|VerbForm=Part 5 advcl 5:advcl:unless _ 17 middle middle ADJ JJ Degree=Pos 19 amod 19:amod SpaceAfter=No -18 - - PUNCT HYPH _ 19 punct 19:punct SpaceAfter=No +18 - - PUNCT HYPH _ 17 punct 17:punct SpaceAfter=No 19 eastern eastern ADJ JJ Degree=Pos 20 amod 20:amod _ 20 food food NOUN NN Number=Sing 16 obj 16:obj _ 21 before before ADV RB _ 16 advmod 16:advmod SpaceAfter=No -22 , , PUNCT , _ 16 punct 16:punct _ +22 , , PUNCT , _ 25 punct 25:punct _ 23 or or CCONJ CC _ 25 cc 25:cc _ 24 succulent succulent ADJ JJ Degree=Pos 25 amod 25:amod _ 25 duck duck NOUN NN Number=Sing 20 conj 16:obj|20:conj:or SpaceAfter=No @@ -246190,7 +246360,7 @@ 29 , , PUNCT , _ 32 punct 32:punct _ 30 decent decent ADJ JJ Degree=Pos 31 amod 31:amod _ 31 portion portion NOUN NN Number=Sing 32 compound 32:compound _ -32 sizes size VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 25 conj 25:conj _ +32 sizes size NOUN NNS Number=Plur 25 conj 16:obj|25:conj _ 33 or or CCONJ CC _ 37 cc 37:cc _ 34 actually actually ADV RB _ 35 advmod 35:advmod _ 35 warm warm ADJ JJ Degree=Pos 37 amod 37:amod _ @@ -246201,47 +246371,47 @@ # sent_id = reviews-053248-0021 # text = PS) When we called for a reservation, we were told that 5:00 and 9:30 were their only openings. 1 PS ps NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -2 ) ) PUNCT -RRB- _ 1 punct 1:punct _ -3 When when SCONJ WRB PronType=Int 5 mark 5:mark _ +2 ) ) PUNCT -RRB- _ 12 punct 12:punct _ +3 When when ADV WRB PronType=Int 5 advmod 5:advmod _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 advcl 12:advcl:when _ +5 called call VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 12 advcl 12:advcl:when _ 6 for for ADP IN _ 8 case 8:case _ 7 a a DET DT Definite=Ind|PronType=Art 8 det 8:det _ 8 reservation reservation NOUN NN Number=Sing 5 obl 5:obl:for SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ +9 , , PUNCT , _ 5 punct 5:punct _ 10 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 12 nsubj:pass 12:nsubj:pass _ -11 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 aux:pass 12:aux:pass _ +11 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 12 aux:pass 12:aux:pass _ 12 told tell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 1 appos 1:appos _ 13 that that SCONJ IN _ 20 mark 20:mark _ -14 5:00 5:00 NUM CD NumType=Card 20 nsubj 20:nsubj _ +14 5:00 5:00 NUM CD NumForm=Digit|NumType=Card 20 nsubj 20:nsubj _ 15 and and CCONJ CC _ 16 cc 16:cc _ -16 9:30 9:30 NUM CD NumType=Card 14 conj 14:conj:and|20:nsubj _ -17 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 20 cop 20:cop _ -18 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +16 9:30 9:30 NUM CD NumForm=Digit|NumType=Card 14 conj 14:conj:and|20:nsubj _ +17 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 20 cop 20:cop _ +18 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 19 only only ADJ JJ Degree=Pos 20 amod 20:amod _ 20 openings opening NOUN NNS Number=Plur 12 ccomp 12:ccomp SpaceAfter=No 21 . . PUNCT . _ 1 punct 1:punct _ # sent_id = reviews-053248-0022 # text = When we arrived at 5, and left circa 7, there were the same 4 or 5 empty tables surrounding us. -1 When when SCONJ WRB PronType=Int 3 mark 3:mark _ +1 When when ADV WRB PronType=Int 3 advmod 3:advmod _ 2 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 3 nsubj 3:nsubj|8:nsubj _ -3 arrived arrive VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:when _ +3 arrived arrive VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:when _ 4 at at ADP IN _ 5 case 5:case _ -5 5 5 NUM CD NumType=Card 3 obl 3:obl:at SpaceAfter=No +5 5 5 NUM CD NumForm=Digit|NumType=Card 3 obl 3:obl:at SpaceAfter=No 6 , , PUNCT , _ 8 punct 8:punct _ 7 and and CCONJ CC _ 8 cc 8:cc _ -8 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 conj 3:conj:and|13:advcl:when _ +8 left leave VERB VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 3 conj 3:conj:and|13:advcl:when _ 9 circa circa ADP IN _ 10 case 10:case _ -10 7 7 NUM CD NumType=Card 8 obl 8:obl:circa SpaceAfter=No -11 , , PUNCT , _ 13 punct 13:punct _ +10 7 7 NUM CD NumForm=Digit|NumType=Card 8 obl 8:obl:circa SpaceAfter=No +11 , , PUNCT , _ 3 punct 3:punct _ 12 there there PRON EX _ 13 expl 13:expl _ -13 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +13 were be VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 14 the the DET DT Definite=Def|PronType=Art 20 det 20:det _ 15 same same ADJ JJ Degree=Pos 20 amod 20:amod _ -16 4 4 NUM CD NumType=Card 20 nummod 20:nummod _ +16 4 4 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ 17 or or CCONJ CC _ 18 cc 18:cc _ -18 5 5 NUM CD NumType=Card 16 conj 16:conj:or|20:nummod _ +18 5 5 NUM CD NumForm=Digit|NumType=Card 16 conj 16:conj:or|20:nummod _ 19 empty empty ADJ JJ Degree=Pos 20 amod 20:amod _ 20 tables table NOUN NNS Number=Plur 13 nsubj 13:nsubj _ 21 surrounding surround VERB VBG VerbForm=Ger 20 acl 20:acl _ @@ -246250,29 +246420,29 @@ # sent_id = reviews-053248-0023 # text = Did they think we were going to feel lucky to get any reservation at all, and therefore be more pleased with our dining experience? -1 Did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +1 Did do AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 2 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 3 nsubj 3:nsubj _ 3 think think VERB VB VerbForm=Inf 0 root 0:root _ 4 we we PRON PRP Case=Nom|Number=Plur|Person=1|PronType=Prs 6 nsubj 6:nsubj|8:nsubj:xsubj|9:nsubj:xsubj|11:nsubj:xsubj|21:nsubj:xsubj _ -5 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +5 were be AUX VBD Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 6 going go VERB VBG Tense=Pres|VerbForm=Part 3 ccomp 3:ccomp _ 7 to to PART TO _ 8 mark 8:mark _ 8 feel feel VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ 9 lucky lucky ADJ JJ Degree=Pos 8 xcomp 8:xcomp _ 10 to to PART TO _ 11 mark 11:mark _ 11 get get VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ -12 any any DET DT _ 13 det 13:det _ +12 any any DET DT PronType=Ind 13 det 13:det _ 13 reservation reservation NOUN NN Number=Sing 11 obj 11:obj _ -14 at at ADV RB _ 15 case 15:case _ -15 all all ADV RB _ 11 obl 11:obl:at SpaceAfter=No +14 at at ADP IN _ 15 case 15:case _ +15 all all DET DT PronType=Tot 11 obl 11:obl:at SpaceAfter=No 16 , , PUNCT , _ 21 punct 21:punct _ 17 and and CCONJ CC _ 21 cc 21:cc _ 18 therefore therefore ADV RB _ 21 advmod 21:advmod _ 19 be be AUX VB VerbForm=Inf 21 cop 21:cop _ -20 more more ADV RBR _ 21 advmod 21:advmod _ +20 more more ADV RBR Degree=Cmp 21 advmod 21:advmod _ 21 pleased pleased ADJ JJ Degree=Pos 8 conj 6:xcomp|8:conj:and _ 22 with with ADP IN _ 25 case 25:case _ -23 our we PRON PRP$ Number=Plur|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +23 our our PRON PRP$ Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 24 dining dining NOUN NN Number=Sing 25 compound 25:compound _ 25 experience experience NOUN NN Number=Sing 21 obl 21:obl:with SpaceAfter=No 26 ? ? PUNCT . _ 3 punct 3:punct _ @@ -246283,11 +246453,11 @@ # text = MUST READ - Do not waste your time in this store. 1 MUST must AUX MD VerbForm=Fin 2 aux 2:aux _ 2 READ read VERB VB VerbForm=Inf 0 root 0:root _ -3 - - PUNCT , _ 2 punct 2:punct _ +3 - - PUNCT , _ 6 punct 6:punct _ 4 Do do AUX VB Mood=Imp|VerbForm=Fin 6 aux 6:aux _ 5 not not PART RB _ 6 advmod 6:advmod _ 6 waste waste VERB VB Mood=Imp|VerbForm=Fin 2 ccomp 2:ccomp _ -7 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 time time NOUN NN Number=Sing 6 obj 6:obj _ 9 in in ADP IN _ 11 case 11:case _ 10 this this DET DT Number=Sing|PronType=Dem 11 det 11:det _ @@ -246298,7 +246468,7 @@ # newpar id = reviews-211797-p0002 # text = At my appointment the girl helping me was unable to adequately lace up some of the dresses. 1 At at ADP IN _ 3 case 3:case _ -2 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ +2 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _ 3 appointment appointment NOUN NN Number=Sing 9 obl 9:obl:at _ 4 the the DET DT Definite=Def|PronType=Art 5 det 5:det _ 5 girl girl NOUN NN Number=Sing 9 nsubj 9:nsubj|12:nsubj:xsubj _ @@ -246310,7 +246480,7 @@ 11 adequately adequately ADV RB _ 12 advmod 12:advmod _ 12 lace lace VERB VB VerbForm=Inf 9 xcomp 9:xcomp _ 13 up up ADP RP _ 12 compound:prt 12:compound:prt _ -14 some some DET DT _ 12 obj 12:obj _ +14 some some DET DT PronType=Ind 12 obj 12:obj _ 15 of of ADP IN _ 17 case 17:case _ 16 the the DET DT Definite=Def|PronType=Art 17 det 17:det _ 17 dresses dress NOUN NNS Number=Plur 14 nmod 14:nmod:of SpaceAfter=No @@ -246319,10 +246489,10 @@ # sent_id = reviews-211797-0003 # text = They felt like they were going to fall off of me and it was very difficult to see what I would actually look like were I to purchase some of these dresses. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 felt feel VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 like like SCONJ IN _ 6 mark 6:mark _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj|8:nsubj:xsubj _ -5 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 aux 6:aux _ +5 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 6 going go VERB VBG VerbForm=Ger 2 advcl 2:advcl:like _ 7 to to PART TO _ 8 mark 8:mark _ 8 fall fall VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ @@ -246336,17 +246506,17 @@ 16 difficult difficult ADJ JJ Degree=Pos 2 conj 2:conj:and _ 17 to to PART TO _ 18 mark 18:mark _ 18 see see VERB VB VerbForm=Inf 16 csubj 16:csubj _ -19 what what PRON WP PronType=Int 18 obj 18:obj _ +19 what what PRON WP PronType=Int 23 obl 23:obl:like _ 20 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 23 nsubj 23:nsubj _ 21 would would AUX MD VerbForm=Fin 23 aux 23:aux _ 22 actually actually ADV RB _ 23 advmod 23:advmod _ -23 look look VERB VB VerbForm=Inf 19 acl:relcl 19:acl:relcl _ -24 like like ADP IN _ 23 obl 23:obl _ -25 were be VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 24 advcl 24:advcl _ -26 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 25 nsubj 25:nsubj|28:nsubj:xsubj _ +23 look look VERB VB VerbForm=Inf 18 ccomp 18:ccomp _ +24 like like ADP IN _ 19 case 19:case _ +25 were be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 28 aux 28:aux _ +26 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 28 nsubj 28:nsubj _ 27 to to PART TO _ 28 mark 28:mark _ -28 purchase purchase VERB VB VerbForm=Inf 25 xcomp 25:xcomp _ -29 some some DET DT _ 28 obj 28:obj _ +28 purchase purchase VERB VB VerbForm=Inf 23 advcl 23:advcl _ +29 some some DET DT PronType=Ind 28 obj 28:obj _ 30 of of ADP IN _ 32 case 32:case _ 31 these this DET DT Number=Plur|PronType=Dem 32 det 32:det _ 32 dresses dress NOUN NNS Number=Plur 29 nmod 29:nmod:of SpaceAfter=No @@ -246355,7 +246525,7 @@ # sent_id = reviews-211797-0004 # text = I thought it would be a good idea to see how a few that I liked would look like on a model (by looking the dress up online). 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 thought think VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 thought think VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 8 expl 8:expl _ 4 would would AUX MD VerbForm=Fin 8 aux 8:aux _ 5 be be AUX VB VerbForm=Inf 8 cop 8:cop _ @@ -246364,12 +246534,12 @@ 8 idea idea NOUN NN Number=Sing 2 ccomp 2:ccomp _ 9 to to PART TO _ 10 mark 10:mark _ 10 see see VERB VB VerbForm=Inf 8 csubj 8:csubj _ -11 how how SCONJ WRB PronType=Int 18 mark 18:mark _ +11 how how ADV WRB PronType=Int 18 advmod 18:advmod _ 12 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 13 few few ADJ JJ Degree=Pos 18 nsubj 16:obj|18:nsubj _ 14 that that PRON WDT PronType=Rel 16 obj 13:ref _ 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 16 nsubj 16:nsubj _ -16 liked like VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ +16 liked like VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 13 acl:relcl 13:acl:relcl _ 17 would would AUX MD VerbForm=Fin 18 aux 18:aux _ 18 look look VERB VB VerbForm=Inf 10 ccomp 10:ccomp _ 19 like like ADP IN _ 18 obl 18:obl _ @@ -246389,25 +246559,25 @@ # sent_id = reviews-211797-0005 # text = So, as I was leaving I asked for the designer/dress name or style number associated with my top picks. 1 So so ADV RB _ 8 advmod 8:advmod SpaceAfter=No -2 , , PUNCT , _ 8 punct 8:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 as as SCONJ IN _ 6 mark 6:mark _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 5 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 6 aux 6:aux _ 6 leaving leave VERB VBG Tense=Pres|VerbForm=Part 8 advcl 8:advcl:as _ 7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ -8 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +8 asked ask VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 9 for for ADP IN _ 14 case 14:case _ 10 the the DET DT Definite=Def|PronType=Art 14 det 14:det _ 11 designer designer NOUN NN Number=Sing 14 compound 14:compound SpaceAfter=No -12 / / PUNCT , _ 13 cc 13:cc SpaceAfter=No +12 / / SYM , _ 13 cc 13:cc SpaceAfter=No 13 dress dress NOUN NN Number=Sing 11 conj 11:conj|14:compound _ 14 name name NOUN NN Number=Sing 8 obl 8:obl:for _ 15 or or CCONJ CC _ 17 cc 17:cc _ 16 style style NOUN NN Number=Sing 17 compound 17:compound _ 17 number number NOUN NN Number=Sing 14 conj 8:obl:for|14:conj:or _ -18 associated associate VERB VBN Tense=Past|VerbForm=Part 14 acl 14:acl _ +18 associated associate VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 14 acl 14:acl _ 19 with with ADP IN _ 22 case 22:case _ -20 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ +20 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 22 nmod:poss 22:nmod:poss _ 21 top top ADJ JJ Degree=Pos 22 amod 22:amod _ 22 picks pick NOUN NNS Number=Plur 18 obl 18:obl:with SpaceAfter=No 23 . . PUNCT . _ 8 punct 8:punct _ @@ -246415,26 +246585,26 @@ # sent_id = reviews-211797-0006 # text = They said they were "unable to tell me until they ordered my dress". 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj|8:nsubj:xsubj _ -4 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 6 cop 6:cop _ +4 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 6 cop 6:cop _ 5 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No 6 unable unable ADJ JJ Degree=Pos 2 ccomp 2:ccomp _ 7 to to PART TO _ 8 mark 8:mark _ 8 tell tell VERB VB VerbForm=Inf 6 xcomp 6:xcomp _ -9 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 obj 8:obj _ +9 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 8 iobj 8:iobj _ 10 until until SCONJ IN _ 12 mark 12:mark _ 11 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 12 nsubj 12:nsubj _ -12 ordered order VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:until _ -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +12 ordered order VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 8 advcl 8:advcl:until _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 dress dress NOUN NN Number=Sing 12 obj 12:obj SpaceAfter=No 15 " " PUNCT '' _ 6 punct 6:punct SpaceAfter=No 16 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-211797-0007 # text = Hmmm... A person cannot call a company, if you have no idea its name (since the designer is unknown... SUPPOSEDLY), and order a gown without a dress name or style number. -1 Hmmm hmmm INTJ UH _ 7 discourse 7:discourse SpaceAfter=No -2 ... ... PUNCT , _ 7 punct 7:punct _ +1 Hmmm hmm INTJ UH Style=Expr 7 discourse 7:discourse CorrectForm=hmm|SpaceAfter=No +2 ... ... PUNCT , _ 1 punct 1:punct _ 3 A a DET DT Definite=Ind|PronType=Art 4 det 4:det _ 4 person person NOUN NN Number=Sing 7 nsubj 7:nsubj|29:nsubj _ 5-6 cannot _ _ _ _ _ _ _ _ @@ -246443,21 +246613,21 @@ 7 call call VERB VB VerbForm=Inf 0 root 0:root _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 company company NOUN NN Number=Sing 7 obj 7:obj SpaceAfter=No -10 , , PUNCT , _ 7 punct 7:punct _ +10 , , PUNCT , _ 13 punct 13:punct _ 11 if if SCONJ IN _ 13 mark 13:mark _ 12 you you PRON PRP Case=Nom|Person=2|PronType=Prs 13 nsubj 13:nsubj _ -13 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ -14 no no DET DT _ 15 det 15:det _ -15 idea idea NOUN NN Number=Sing 13 obj 13:obj _ -16 its its PRON PRP$ Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ -17 name name NOUN NN Number=Sing 15 obj 15:obj _ +13 have have VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 7 advcl 7:advcl:if _ +14 no no DET DT PronType=Neg 15 det 15:det _ +15 idea idea NOUN NN Number=Sing 13 compound 13:compound _ +16 its its PRON PRP$ Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs 17 nmod:poss 17:nmod:poss _ +17 name name NOUN NN Number=Sing 13 obj 13:obj _ 18 ( ( PUNCT -LRB- _ 23 punct 23:punct SpaceAfter=No 19 since since SCONJ IN _ 23 mark 23:mark _ 20 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 21 designer designer NOUN NN Number=Sing 23 nsubj 23:nsubj _ 22 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 23 cop 23:cop _ 23 unknown unknown ADJ JJ Degree=Pos 13 advcl 13:advcl:since SpaceAfter=No -24 ... ... PUNCT , _ 23 punct 23:punct _ +24 ... ... PUNCT , _ 25 punct 25:punct _ 25 SUPPOSEDLY supposedly ADV RB _ 23 advmod 23:advmod SpaceAfter=No 26 ) ) PUNCT -RRB- _ 23 punct 23:punct SpaceAfter=No 27 , , PUNCT , _ 29 punct 29:punct _ @@ -246476,7 +246646,7 @@ # sent_id = reviews-211797-0008 # text = Do other brides fall for this??? -1 Do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ +1 Do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 aux 4:aux _ 2 other other ADJ JJ Degree=Pos 3 amod 3:amod _ 3 brides bride NOUN NNS Number=Plur 4 nsubj 4:nsubj _ 4 fall fall VERB VB VerbForm=Inf 0 root 0:root _ @@ -246488,11 +246658,11 @@ # text = They either: a) don't want to give it to me because they don't want me purchasing the dress elsewhere or b) are recreating the dresses themselves (ie STEALING other designers' dress designs and "filling the orders" by their own seamstresses). 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 8 nsubj 8:nsubj|10:nsubj:xsubj|28:nsubj _ 2 either either CCONJ CC _ 8 cc:preconj 8:cc:preconj SpaceAfter=No -3 : : PUNCT : _ 8 punct 8:punct _ -4 a a X LS _ 8 nummod 8:nummod SpaceAfter=No +3 : : PUNCT : _ 2 punct 2:punct _ +4 a a NUM LS _ 8 nummod 8:nummod SpaceAfter=No 5 ) ) PUNCT -RRB- _ 4 punct 4:punct _ 6-7 don't _ _ _ _ _ _ _ _ -6 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ +6 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 n't not PART RB _ 8 advmod 8:advmod _ 8 want want VERB VB VerbForm=Inf 0 root 0:root _ 9 to to PART TO _ 10 mark 10:mark _ @@ -246503,7 +246673,7 @@ 14 because because SCONJ IN _ 18 mark 18:mark _ 15 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ 16-17 don't _ _ _ _ _ _ _ _ -16 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ +16 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 17 n't not PART RB _ 18 advmod 18:advmod _ 18 want want VERB VB VerbForm=Inf 8 advcl 8:advcl:because _ 19 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 18 obj 18:obj|20:nsubj:xsubj _ @@ -246512,18 +246682,19 @@ 22 dress dress NOUN NN Number=Sing 20 obj 20:obj _ 23 elsewhere elsewhere ADV RB _ 20 advmod 20:advmod _ 24 or or CCONJ CC _ 28 cc 28:cc _ -25 b b X LS _ 28 nummod 28:nummod SpaceAfter=No +25 b b NUM LS _ 28 nummod 28:nummod SpaceAfter=No 26 ) ) PUNCT -RRB- _ 25 punct 25:punct _ -27 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ +27 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 28 aux 28:aux _ 28 recreating recreate VERB VBG Tense=Pres|VerbForm=Part 8 conj 8:conj:or _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 dresses dress NOUN NNS Number=Plur 28 obj 28:obj _ -31 themselves themselves PRON PRP Number=Plur|Person=3|PronType=Prs 28 obl:npmod 28:obl:npmod _ +31 themselves themselves PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Emp|Reflex=Yes 28 obl:npmod 28:obl:npmod _ 32 ( ( PUNCT -LRB- _ 34 punct 34:punct SpaceAfter=No -33 ie ie X FW _ 34 advmod 34:advmod _ +33 ie i.e. ADV FW Abbr=Yes|Typo=Yes 34 advmod 34:advmod CorrectForm=i.e. 34 STEALING steal VERB VBG VerbForm=Ger 28 parataxis 28:parataxis _ 35 other other ADJ JJ Degree=Pos 36 amod 36:amod _ -36 designers designer NOUN NNS Number=Plur 39 nmod:poss 39:nmod:poss SpaceAfter=No +36-37 designers' _ _ _ _ _ _ _ _ +36 designers designer NOUN NNS Number=Plur 39 nmod:poss 39:nmod:poss _ 37 ' 's PART POS _ 36 case 36:case _ 38 dress dress NOUN NN Number=Sing 39 compound 39:compound _ 39 designs design NOUN NNS Number=Plur 34 obj 34:obj _ @@ -246534,7 +246705,7 @@ 44 orders order NOUN NNS Number=Plur 42 obj 42:obj SpaceAfter=No 45 " " PUNCT '' _ 42 punct 42:punct _ 46 by by ADP IN _ 49 case 49:case _ -47 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 49 nmod:poss 49:nmod:poss _ +47 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 49 nmod:poss 49:nmod:poss _ 48 own own ADJ JJ Degree=Pos 49 amod 49:amod _ 49 seamstresses seamstress NOUN NNS Number=Plur 42 obl 42:obl:by SpaceAfter=No 50 ) ) PUNCT -RRB- _ 34 punct 34:punct SpaceAfter=No @@ -246544,13 +246715,13 @@ # text = I'm no detective but... uhh... seriously?!? 1-2 I'm _ _ _ _ _ _ _ _ 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -2 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ -3 no no DET DT _ 4 det 4:det _ +2 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 cop 4:cop _ +3 no no DET DT PronType=Neg 4 det 4:det _ 4 detective detective NOUN NN Number=Sing 0 root 0:root _ 5 but but CCONJ CC _ 9 cc 9:cc SpaceAfter=No -6 ... ... PUNCT , _ 7 punct 7:punct _ -7 uhh uhh INTJ UH _ 9 discourse 9:discourse SpaceAfter=No -8 ... ... PUNCT , _ 9 punct 9:punct _ +6 ... ... PUNCT , _ 5 punct 5:punct _ +7 uhh uh INTJ UH Style=Expr 9 discourse 9:discourse CorrectForm=uh|SpaceAfter=No +8 ... ... PUNCT , _ 7 punct 7:punct _ 9 seriously seriously ADV RB _ 4 parataxis 4:parataxis SpaceAfter=No 10 ?!? ?!? PUNCT . _ 4 punct 4:punct _ @@ -246561,32 +246732,32 @@ 3 of of ADP IN _ 4 case 4:case _ 4 operation operation NOUN NN Number=Sing 2 nmod 2:nmod:of _ 5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 aux 7:aux _ 7 running run VERB VBG Tense=Pres|VerbForm=Part 12 advcl 12:advcl SpaceAfter=No -8 , , PUNCT , _ 12 punct 12:punct _ +8 , , PUNCT , _ 7 punct 7:punct _ 9-10 I'm _ _ _ _ _ _ _ _ 9 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ -10 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ +10 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 11 not not PART RB _ 12 advmod 12:advmod _ 12 interested interested ADJ JJ Degree=Pos 0 root 0:root _ 13 and and CCONJ CC _ 22 cc 22:cc _ 14 if if SCONJ IN _ 17 mark 17:mark _ 15-16 you're _ _ _ _ _ _ _ _ 15 you you PRON PRP Case=Nom|Person=2|PronType=Prs 17 nsubj 17:nsubj _ -16 're be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ +16 're be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 17 cop 17:cop _ 17 smart smart ADJ JJ Degree=Pos 22 advcl 22:advcl:if SpaceAfter=No -18 , , PUNCT , _ 22 punct 22:punct _ +18 , , PUNCT , _ 17 punct 17:punct _ 19 you you PRON PRP Case=Nom|Person=2|PronType=Prs 22 nsubj 22:nsubj _ 20-21 won't _ _ _ _ _ _ _ _ 20 wo will AUX MD VerbForm=Fin 22 aux 22:aux _ 21 n't not PART RB _ 22 advmod 22:advmod _ -22 be be VERB VB VerbForm=Inf 12 conj 12:conj:and _ +22 be be AUX VB VerbForm=Inf 12 conj 12:conj:and Promoted=Yes 23 either either ADV RB _ 22 advmod 22:advmod SpaceAfter=No 24 . . PUNCT . _ 12 punct 12:punct _ # sent_id = reviews-211797-0012 # text = What a waste of TIME. -1 What what PRON WP PronType=Int 3 nsubj 3:nsubj _ +1 What what PRON WDT PronType=Int 3 det:predet 3:det:predet _ 2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _ 3 waste waste NOUN NN Number=Sing 0 root 0:root _ 4 of of ADP IN _ 5 case 5:case _ @@ -246599,11 +246770,11 @@ 2 from from ADP IN _ 6 case 6:case _ 3 that that DET DT Number=Sing|PronType=Dem 6 det 6:det _ 4 little little ADJ JJ Degree=Pos 6 amod 6:amod _ -5 * * PUNCT NFP _ 6 punct 6:punct SpaceAfter=No +5 * * PUNCT NFP _ 4 punct 4:punct SpaceAfter=No 6 mystery mystery NOUN NN Number=Sing 1 obl 1:obl:from SpaceAfter=No 7 * * PUNCT NFP _ 6 punct 6:punct SpaceAfter=No -8 , , PUNCT , _ 16 punct 16:punct _ -9 one one NUM CD NumType=Card 16 nsubj 16:nsubj _ +8 , , PUNCT , _ 1 punct 1:punct _ +9 one one NUM CD NumForm=Word|NumType=Card 16 nsubj 16:nsubj _ 10 of of ADP IN _ 13 case 13:case _ 11 the the DET DT Definite=Def|PronType=Art 13 det 13:det _ 12 sales sale NOUN NNS Number=Plur 13 compound 13:compound _ @@ -246613,22 +246784,22 @@ 16 comfortable comfortable ADJ JJ Degree=Pos 0 root 0:root _ 17 telling tell VERB VBG VerbForm=Ger 16 advcl 16:advcl _ 18 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 17 iobj 17:iobj _ -19 how how SCONJ WRB PronType=Int 20 mark 20:mark _ -20 wrong wrong ADJ JJ Degree=Pos 17 ccomp 17:ccomp _ -21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -22 was be VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 20 acl:relcl 20:acl:relcl _ +19 how how ADV WRB PronType=Int 20 advcl 20:advcl _ +20 wrong wrong ADJ JJ Degree=Pos 17 obj 17:obj _ +21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 20 nsubj 20:nsubj _ +22 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 20 cop 20:cop _ 23 about about SCONJ IN _ 30 mark 30:mark _ -24 how how SCONJ WRB PronType=Int 30 mark 30:mark _ -25 another another DET DT _ 26 det 26:det _ +24 how how ADV WRB PronType=Int 30 advmod 30:advmod _ +25 another another DET DT PronType=Ind 26 det 26:det _ 26 dress dress NOUN NN Number=Sing 30 nsubj 29:obj|30:nsubj _ 27 that that PRON WDT PronType=Rel 29 obj 26:ref _ 28 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 29 nsubj 29:nsubj _ -29 loved love VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 26 acl:relcl 26:acl:relcl _ -30 compared compare VERB VBN Tense=Past|VerbForm=Part 22 advcl 22:advcl:about _ +29 loved love VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 26 acl:relcl 26:acl:relcl _ +30 compared compare VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 20 advcl 20:advcl:about _ 31 to to ADP IN _ 32 case 32:case _ -32 one one NUM CD NumType=Card 30 obl 30:obl:to|39:obj _ +32 one one NUM CD NumForm=Word|NumType=Card 30 obl 30:obl:to|39:obj _ 33 of of ADP IN _ 35 case 35:case _ -34 her she PRON PRP$ Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ +34 her her PRON PRP$ Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs 35 nmod:poss 35:nmod:poss _ 35 dresses dress NOUN NNS Number=Plur 32 nmod 32:nmod:of _ 36 that that PRON WDT PronType=Rel 39 obj 32:ref _ 37 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 39 nsubj 39:nsubj _ @@ -246640,7 +246811,7 @@ # sent_id = reviews-211797-0014 # text = Somehow, since she supposedly doesn't know any names of designers/dresses, after I told her the designer and dress name of the one I was comparing, she knew "exactly which dress" I was referring to and disagreed with my observation; she said that the bodice did come as low as the one I had on. 1 Somehow somehow ADV RB _ 33 advmod 33:advmod SpaceAfter=No -2 , , PUNCT , _ 33 punct 33:punct _ +2 , , PUNCT , _ 1 punct 1:punct _ 3 since since SCONJ IN _ 8 mark 8:mark _ 4 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 8 nsubj 8:nsubj _ 5 supposedly supposedly ADV RB _ 8 advmod 8:advmod _ @@ -246648,16 +246819,16 @@ 6 does do AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux 8:aux _ 7 n't not PART RB _ 8 advmod 8:advmod _ 8 know know VERB VB VerbForm=Inf 33 advcl 33:advcl:since _ -9 any any DET DT _ 10 det 10:det _ +9 any any DET DT PronType=Ind 10 det 10:det _ 10 names name NOUN NNS Number=Plur 8 obj 8:obj _ 11 of of ADP IN _ 12 case 12:case _ 12 designers designer NOUN NNS Number=Plur 10 nmod 10:nmod:of SpaceAfter=No -13 / / PUNCT , _ 14 cc 14:cc SpaceAfter=No +13 / / SYM , _ 14 cc 14:cc SpaceAfter=No 14 dresses dress NOUN NNS Number=Plur 12 conj 10:nmod:of|12:conj SpaceAfter=No -15 , , PUNCT , _ 33 punct 33:punct _ +15 , , PUNCT , _ 8 punct 8:punct _ 16 after after SCONJ IN _ 18 mark 18:mark _ 17 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 18 nsubj 18:nsubj _ -18 told tell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 33 advcl 33:advcl:after _ +18 told tell VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 33 advcl 33:advcl:after _ 19 her she PRON PRP Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs 18 iobj 18:iobj _ 20 the the DET DT Definite=Def|PronType=Art 24 det 24:det _ 21 designer designer NOUN NN Number=Sing 24 compound 24:compound _ @@ -246670,12 +246841,12 @@ 28 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 30 nsubj 30:nsubj _ 29 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 30 aux 30:aux _ 30 comparing compare VERB VBG Tense=Pres|VerbForm=Part 27 acl:relcl 27:acl:relcl SpaceAfter=No -31 , , PUNCT , _ 33 punct 33:punct _ +31 , , PUNCT , _ 18 punct 18:punct _ 32 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 33 nsubj 33:nsubj|44:nsubj _ -33 knew know VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +33 knew know VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 34 " " PUNCT `` _ 37 punct 37:punct SpaceAfter=No 35 exactly exactly ADV RB _ 37 advmod 37:advmod _ -36 which which DET WDT PronType=Int 37 det 37:det _ +36 which which DET WDT PronType=Int 37 det 37:det ManuallyChecked=PronType 37 dress dress NOUN NN Number=Sing 41 obl 41:obl:to SpaceAfter=No 38 " " PUNCT '' _ 37 punct 37:punct _ 39 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 41 nsubj 41:nsubj _ @@ -246683,17 +246854,17 @@ 41 referring refer VERB VBG Tense=Pres|VerbForm=Part 33 ccomp 33:ccomp _ 42 to to ADP IN _ 37 case 37:case _ 43 and and CCONJ CC _ 44 cc 44:cc _ -44 disagreed disagree VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 33 conj 33:conj:and _ +44 disagreed disagree VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 33 conj 33:conj:and _ 45 with with ADP IN _ 47 case 47:case _ -46 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 47 nmod:poss 47:nmod:poss _ +46 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 47 nmod:poss 47:nmod:poss _ 47 observation observation NOUN NN Number=Sing 44 obl 44:obl:with SpaceAfter=No -48 ; ; PUNCT , _ 33 punct 33:punct _ +48 ; ; PUNCT , _ 50 punct 50:punct _ 49 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 50 nsubj 50:nsubj _ -50 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 33 parataxis 33:parataxis _ +50 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 33 parataxis 33:parataxis _ 51 that that SCONJ IN _ 55 mark 55:mark _ 52 the the DET DT Definite=Def|PronType=Art 53 det 53:det _ 53 bodice bodice NOUN NN Number=Sing 55 nsubj 55:nsubj _ -54 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 55 aux 55:aux _ +54 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 55 aux 55:aux _ 55 come come VERB VB VerbForm=Inf 50 ccomp 50:ccomp _ 56 as as ADV RB _ 57 advmod 57:advmod _ 57 low low ADV RB Degree=Pos 55 advmod 55:advmod _ @@ -246701,21 +246872,21 @@ 59 the the DET DT Definite=Def|PronType=Art 60 det 60:det _ 60 one one NOUN NN Number=Sing 57 obl 57:obl:as _ 61 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 62 nsubj 62:nsubj _ -62 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 60 acl:relcl 60:acl:relcl _ +62 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 60 acl:relcl 60:acl:relcl _ 63 on on ADV RB _ 62 advmod 62:advmod SpaceAfter=No 64 . . PUNCT . _ 33 punct 33:punct _ # sent_id = reviews-211797-0015 # text = My point: Even if I was wrong, don't sit there and argue with the customer. -1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ +1 My my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 2 nmod:poss 2:nmod:poss _ 2 point point NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -3 : : PUNCT : _ 2 punct 2:punct _ +3 : : PUNCT : _ 12 punct 12:punct _ 4 Even even ADV RB _ 8 advmod 8:advmod _ 5 if if SCONJ IN _ 8 mark 8:mark _ 6 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _ 7 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 8 cop 8:cop _ 8 wrong wrong ADJ JJ Degree=Pos 12 advcl 12:advcl:if SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ +9 , , PUNCT , _ 8 punct 8:punct _ 10-11 don't _ _ _ _ _ _ _ _ 10 do do AUX VB Mood=Imp|VerbForm=Fin 12 aux 12:aux _ 11 n't not PART RB _ 12 advmod 12:advmod _ @@ -246731,10 +246902,10 @@ # sent_id = reviews-211797-0016 # text = Say something like, "Huh. 1 Say say VERB VB Mood=Imp|VerbForm=Fin 0 root 0:root _ -2 something something PRON NN Number=Sing 1 obj 1:obj _ +2 something something PRON NN Number=Sing|PronType=Ind 1 obj 1:obj _ 3 like like ADP IN _ 2 nmod 2:nmod SpaceAfter=No -4 , , PUNCT , _ 3 punct 3:punct _ -5 " " PUNCT `` _ 3 punct 3:punct SpaceAfter=No +4 , , PUNCT , _ 6 punct 6:punct _ +5 " " PUNCT `` _ 6 punct 6:punct SpaceAfter=No 6 Huh huh INTJ UH _ 3 discourse 3:discourse SpaceAfter=No 7 . . PUNCT . _ 1 punct 1:punct _ @@ -246742,7 +246913,7 @@ # text = I didn't think so but you could be right." 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 2-3 didn't _ _ _ _ _ _ _ _ -2 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 aux 4:aux _ +2 did do AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 4 aux 4:aux _ 3 n't not PART RB _ 4 advmod 4:advmod _ 4 think think VERB VB VerbForm=Inf 0 root 0:root _ 5 so so ADV RB _ 4 advmod 4:advmod _ @@ -246758,7 +246929,7 @@ # text = Unless you want to take the "tell the customer how wrong she is and try and force her into a dress she's obviously not loving" approach which will likely get you... uh... nowhere. 1 Unless unless SCONJ IN _ 3 mark 3:mark _ 2 you you PRON PRP Case=Nom|Person=2|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj _ -3 want want VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +3 want want VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 take take VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ 6 the the DET DT Definite=Def|PronType=Art 29 det 29:det _ @@ -246766,10 +246937,10 @@ 8 tell tell VERB VB VerbForm=Inf 29 acl 29:acl _ 9 the the DET DT Definite=Def|PronType=Art 10 det 10:det _ 10 customer customer NOUN NN Number=Sing 8 iobj 8:iobj _ -11 how how SCONJ WRB PronType=Int 12 mark 12:mark _ -12 wrong wrong ADJ JJ Degree=Pos 8 obj 8:obj _ -13 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -14 is be VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 acl:relcl 12:acl:relcl _ +11 how how ADV WRB PronType=Int 12 advmod 12:advmod _ +12 wrong wrong ADJ JJ Degree=Pos 8 ccomp 8:ccomp _ +13 she she PRON PRP Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj _ +14 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 12 cop 12:cop _ 15 and and CCONJ CC _ 16 cc 16:cc _ 16 try try VERB VB VerbForm=Inf 8 conj 8:conj:and|29:acl _ 17 and and CCONJ CC _ 18 cc 18:cc _ @@ -246791,20 +246962,20 @@ 32 likely likely ADV RB _ 33 advmod 33:advmod _ 33 get get VERB VB VerbForm=Inf 29 acl:relcl 29:acl:relcl _ 34 you you PRON PRP Case=Acc|Person=2|PronType=Prs 33 obj 33:obj SpaceAfter=No -35 ... ... PUNCT , _ 33 punct 33:punct _ +35 ... ... PUNCT , _ 36 punct 36:punct _ 36 uh uh INTJ UH _ 33 discourse 33:discourse SpaceAfter=No -37 ... ... PUNCT , _ 33 punct 33:punct _ +37 ... ... PUNCT , _ 38 punct 38:punct _ 38 nowhere nowhere ADV RB _ 33 advmod 33:advmod SpaceAfter=No 39 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-211797-0019 # text = Seriously: do not waste your time. 1 Seriously seriously ADV RB _ 0 root 0:root SpaceAfter=No -2 : : PUNCT : _ 1 punct 1:punct _ +2 : : PUNCT : _ 5 punct 5:punct _ 3 do do AUX VB Mood=Imp|VerbForm=Fin 5 aux 5:aux _ 4 not not PART RB _ 5 advmod 5:advmod _ 5 waste waste VERB VB Mood=Imp|VerbForm=Fin 1 parataxis 1:parataxis _ -6 your you PRON PRP$ Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ +6 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _ 7 time time NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No 8 . . PUNCT . _ 1 punct 1:punct _ @@ -246815,11 +246986,11 @@ 3 around around ADP IN _ 5 case 5:case _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ 5 city city NOUN NN Number=Sing 2 nmod 2:nmod:around _ -6 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ +6 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 0 root 0:root _ 7 MUCH much ADV RB _ 8 advmod 8:advmod _ -8 NICER nicer ADJ JJR Degree=Cmp 12 amod 12:amod _ +8 NICER nice ADJ JJR Degree=Cmp 12 amod 12:amod _ 9 and and CCONJ CC _ 11 cc 11:cc _ -10 more more ADV RBR _ 11 advmod 11:advmod _ +10 more more ADV RBR Degree=Cmp 11 advmod 11:advmod _ 11 TRANSPARENT transparent ADJ JJ Degree=Pos 8 conj 8:conj:and|12:amod _ 12 owners owner NOUN NNS Number=Plur 6 obj 6:obj SpaceAfter=No 13 . . PUNCT . _ 6 punct 6:punct _ @@ -246829,28 +247000,28 @@ 1 Not not PART RB _ 2 advmod 2:advmod _ 2 owners owner NOUN NNS Number=Plur 0 root 0:root|4:nsubj _ 3 that that PRON WDT PronType=Rel 4 nsubj 2:ref _ -4 seem seem VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ +4 seem seem VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl _ 5 like like SCONJ IN _ 7 mark 7:mark _ 6 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj|12:nsubj _ -7 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:like _ -8 something something PRON NN Number=Sing 7 obj 7:obj _ +7 have have VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 4 advcl 4:advcl:like _ +8 something something PRON NN Number=Sing|PronType=Ind 7 obj 7:obj _ 9 to to PART TO _ 10 mark 10:mark _ 10 hide hide VERB VB VerbForm=Inf 8 acl 8:acl:to _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 know know VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 7 conj 4:advcl:like|7:conj:and _ -13 nothing nothing PRON NN Number=Sing 12 obj 12:obj _ +12 know know VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 conj 4:advcl:like|7:conj:and _ +13 nothing nothing PRON NN Number=Sing|PronType=Neg 12 obj 12:obj _ 14 about about ADP IN _ 16 case 16:case _ 15 common common ADJ JJ Degree=Pos 16 amod 16:amod _ 16 courtesy courtesy NOUN NN Number=Sing 13 nmod 13:nmod:about _ 17 and and CCONJ CC _ 19 cc 19:cc _ 18 customer customer NOUN NN Number=Sing 19 compound 19:compound _ 19 service service NOUN NN Number=Sing 16 conj 13:nmod:about|16:conj:and SpaceAfter=No -20 . . PUNCT . _ 1 punct 1:punct _ +20 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-211797-0022 # text = I felt very much like Wedding Gallery was being dishonest and I wouldn't trust them to lace me up in another gown let alone trust them with the gown I will wear on the most important day of my life. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 felt feel VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 felt feel VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 very very ADV RB _ 4 advmod 4:advmod _ 4 much much ADV RB _ 10 advmod 10:advmod _ 5 like like SCONJ IN _ 10 mark 10:mark _ @@ -246865,18 +247036,18 @@ 13 would would AUX MD VerbForm=Fin 15 aux 15:aux _ 14 n't not PART RB _ 15 advmod 15:advmod _ 15 trust trust VERB VB VerbForm=Inf 2 conj 2:conj:and _ -16 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 15 obj 15:obj|18:nsubj:xsubj _ +16 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 15 iobj 15:iobj|18:nsubj:xsubj _ 17 to to PART TO _ 18 mark 18:mark _ 18 lace lace VERB VB VerbForm=Inf 15 xcomp 15:xcomp _ 19 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 18 obj 18:obj _ 20 up up ADP RP _ 18 compound:prt 18:compound:prt _ 21 in in ADP IN _ 23 case 23:case _ -22 another another DET DT _ 23 det 23:det _ +22 another another DET DT PronType=Ind 23 det 23:det _ 23 gown gown NOUN NN Number=Sing 18 obl 18:obl:in _ -24 let let ADV RB _ 26 cc 26:cc _ -25 alone alone ADV RB _ 24 fixed 24:fixed _ +24 let let VERB VB VerbForm=Inf 26 cc 26:cc _ +25 alone alone ADJ JJ Degree=Pos 24 fixed 24:fixed _ 26 trust trust VERB VB VerbForm=Inf 15 conj 15:conj:let_alone _ -27 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 26 obj 26:obj _ +27 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 26 iobj 26:iobj _ 28 with with ADP IN _ 30 case 30:case _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 gown gown NOUN NN Number=Sing 26 obl 26:obl:with _ @@ -246885,11 +247056,11 @@ 33 wear wear VERB VB VerbForm=Inf 30 acl:relcl 30:acl:relcl _ 34 on on ADP IN _ 38 case 38:case _ 35 the the DET DT Definite=Def|PronType=Art 38 det 38:det _ -36 most most ADV RBS _ 37 advmod 37:advmod _ +36 most most ADV RBS Degree=Sup 37 advmod 37:advmod _ 37 important important ADJ JJ Degree=Pos 38 amod 38:amod _ 38 day day NOUN NN Number=Sing 33 obl 33:obl:on _ 39 of of ADP IN _ 41 case 41:case _ -40 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 41 nmod:poss 41:nmod:poss _ +40 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 41 nmod:poss 41:nmod:poss _ 41 life life NOUN NN Number=Sing 38 nmod 38:nmod:of SpaceAfter=No 42 . . PUNCT . _ 2 punct 2:punct _ @@ -246907,12 +247078,12 @@ 1 After after SCONJ IN _ 3 mark 3:mark _ 2 happily happily ADV RB _ 3 advmod 3:advmod _ 3 visiting visit VERB VBG VerbForm=Ger 12 advcl 12:advcl:after _ -4 Sear's Sears PROPN NNP Number=Sing|Typo=Yes 5 compound 5:compound _ +4 Sear's Sears PROPN NNP Number=Sing|Typo=Yes 5 compound 5:compound CorrectForm=Sears 5 Automotives Automotives PROPN NNP Number=Sing 3 obj 3:obj _ 6 in in ADP IN _ 8 case 8:case _ 7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _ 8 past past NOUN NN Number=Sing 3 obl 3:obl:in SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ +9 , , PUNCT , _ 3 punct 3:punct _ 10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 12 nsubj 12:nsubj _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 cop 12:cop _ 12 shocked shocked ADJ JJ Degree=Pos 0 root 0:root _ @@ -246920,9 +247091,9 @@ 14 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 15 horrible horrible ADJ JJ Degree=Pos 16 amod 16:amod _ 16 service service NOUN NN Number=Sing 12 obl 12:obl:at _ -17 received receive VERB VBN Tense=Past|VerbForm=Part 16 acl 16:acl _ +17 received receive VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 16 acl 16:acl _ 18 at at ADP IN _ 21 case 21:case _ -19 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +19 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 20 Greensboro Greensboro PROPN NNP Number=Sing 21 compound 21:compound _ 21 location location NOUN NN Number=Sing 17 obl 17:obl:at SpaceAfter=No 22 . . PUNCT . _ 12 punct 12:punct _ @@ -246930,8 +247101,8 @@ # sent_id = reviews-319816-0003 # text = I brought my car in on a Sunday to replace a shredded tire. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj _ -2 brought bring VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ -3 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ +2 brought bring VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 4 nmod:poss 4:nmod:poss _ 4 car car NOUN NN Number=Sing 2 obj 2:obj _ 5 in in ADV RB _ 2 advmod 2:advmod _ 6 on on ADP IN _ 8 case 8:case _ @@ -246940,23 +247111,23 @@ 9 to to PART TO _ 10 mark 10:mark _ 10 replace replace VERB VB VerbForm=Inf 2 advcl 2:advcl:to _ 11 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ -12 shredded shred VERB VBN Tense=Past|VerbForm=Part 13 amod 13:amod _ +12 shredded shred VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 13 amod 13:amod _ 13 tire tire NOUN NN Number=Sing 10 obj 10:obj SpaceAfter=No 14 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-319816-0004 # text = I waited about 20 minutes in the store part before anyone was able to assist me and was then told to pull my car into the shop (that is apparently what you are supposed to do, but the big signs pointing you that way are for some reason kept inside the garage, so you don't see them drving up, and they purposely block the front pull-up that all other Sear's use). 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|20:nsubj:pass|22:nsubj:xsubj _ -2 waited wait VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 waited wait VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 about about ADV RB _ 4 advmod 4:advmod _ -4 20 20 NUM CD NumType=Card 5 nummod 5:nummod _ +4 20 20 NUM CD NumForm=Digit|NumType=Card 5 nummod 5:nummod _ 5 minutes minute NOUN NNS Number=Plur 2 obj 2:obj _ 6 in in ADP IN _ 9 case 9:case _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 store store NOUN NN Number=Sing 9 compound 9:compound _ 9 part part NOUN NN Number=Sing 2 obl 2:obl:in _ 10 before before SCONJ IN _ 13 mark 13:mark _ -11 anyone anyone PRON NN Number=Sing 13 nsubj 13:nsubj|15:nsubj:xsubj _ +11 anyone anyone PRON NN Number=Sing|PronType=Ind 13 nsubj 13:nsubj|15:nsubj:xsubj _ 12 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 cop 13:cop _ 13 able able ADJ JJ Degree=Pos 2 advcl 2:advcl:before _ 14 to to PART TO _ 15 mark 15:mark _ @@ -246968,19 +247139,19 @@ 20 told tell VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 conj 2:conj:and _ 21 to to PART TO _ 22 mark 22:mark _ 22 pull pull VERB VB VerbForm=Inf 20 xcomp 20:xcomp _ -23 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +23 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 car car NOUN NN Number=Sing 22 obj 22:obj _ 25 into into ADP IN _ 27 case 27:case _ 26 the the DET DT Definite=Def|PronType=Art 27 det 27:det _ 27 shop shop NOUN NN Number=Sing 22 obl 22:obl:into _ -28 ( ( PUNCT -LRB- _ 2 punct 2:punct SpaceAfter=No +28 ( ( PUNCT -LRB- _ 32 punct 32:punct SpaceAfter=No 29 that that PRON DT Number=Sing|PronType=Dem 32 nsubj 32:nsubj _ 30 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 32 cop 32:cop _ 31 apparently apparently ADV RB _ 32 advmod 32:advmod _ -32 what what PRON WP PronType=Int 2 parataxis 2:parataxis _ -33 you you PRON PRP Case=Nom|Person=2|PronType=Prs 35 nsubj 35:nsubj|37:nsubj:xsubj _ -34 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 35 aux 35:aux _ -35 supposed suppose VERB VBN Tense=Past|VerbForm=Part 32 acl:relcl 32:acl:relcl _ +32 what what PRON WP PronType=Rel 2 parataxis 2:parataxis|37:obj _ +33 you you PRON PRP Case=Nom|Person=2|PronType=Prs 35 nsubj:pass 35:nsubj:pass|37:nsubj:xsubj _ +34 are be AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 35 aux:pass 35:aux:pass _ +35 supposed suppose VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 32 acl:relcl 32:acl:relcl _ 36 to to PART TO _ 37 mark 37:mark _ 37 do do VERB VB VerbForm=Inf 35 xcomp 35:xcomp SpaceAfter=No 38 , , PUNCT , _ 51 punct 51:punct _ @@ -246989,68 +247160,68 @@ 41 big big ADJ JJ Degree=Pos 42 amod 42:amod _ 42 signs sign NOUN NNS Number=Plur 51 nsubj:pass 51:nsubj:pass _ 43 pointing point VERB VBG VerbForm=Ger 42 acl 42:acl _ -44 you you PRON PRP Case=Acc|Person=2|PronType=Prs 43 iobj 43:iobj _ +44 you you PRON PRP Case=Acc|Person=2|PronType=Prs 43 obj 43:obj _ 45 that that DET DT Number=Sing|PronType=Dem 46 det 46:det _ -46 way way NOUN NN Number=Sing 43 obj 43:obj _ -47 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 51 aux:pass 51:aux:pass _ +46 way way NOUN NN Number=Sing 43 obl:npmod 43:obl:npmod _ +47 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 51 aux:pass 51:aux:pass _ 48 for for ADP IN _ 50 case 50:case _ -49 some some DET DT _ 50 det 50:det _ +49 some some DET DT PronType=Ind 50 det 50:det _ 50 reason reason NOUN NN Number=Sing 51 obl 51:obl:for _ 51 kept keep VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 conj 2:conj:and _ 52 inside inside ADP IN _ 54 case 54:case _ 53 the the DET DT Definite=Def|PronType=Art 54 det 54:det _ 54 garage garage NOUN NN Number=Sing 51 obl 51:obl:inside SpaceAfter=No -55 , , PUNCT , _ 51 punct 51:punct _ +55 , , PUNCT , _ 60 punct 60:punct _ 56 so so ADV RB _ 60 advmod 60:advmod _ 57 you you PRON PRP Case=Nom|Person=2|PronType=Prs 60 nsubj 60:nsubj _ 58-59 don't _ _ _ _ _ _ _ _ -58 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 60 aux 60:aux _ +58 do do AUX VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 60 aux 60:aux _ 59 n't not PART RB _ 60 advmod 60:advmod _ -60 see see VERB VB VerbForm=Inf 51 conj 51:conj _ -61 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 60 obj 60:obj|62:nsubj:xsubj _ -62 drving drive VERB VBG Typo=Yes|VerbForm=Ger 60 xcomp 60:xcomp _ +60 see see VERB VB VerbForm=Inf 51 parataxis 51:parataxis _ +61 them they PRON PRP Case=Acc|Number=Plur|Person=3|PronType=Prs 60 obj 60:obj _ +62 drving drive VERB VBG Typo=Yes|VerbForm=Ger 60 advcl 60:advcl CorrectForm=driving 63 up up ADV RB _ 62 advmod 62:advmod SpaceAfter=No 64 , , PUNCT , _ 68 punct 68:punct _ 65 and and CCONJ CC _ 68 cc 68:cc _ 66 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 68 nsubj 68:nsubj _ 67 purposely purposely ADV RB _ 68 advmod 68:advmod _ -68 block block VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ +68 block block VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 2 conj 2:conj:and _ 69 the the DET DT Definite=Def|PronType=Art 73 det 73:det _ 70 front front NOUN NN Number=Sing 73 compound 73:compound _ 71 pull pull NOUN NN Number=Sing 73 compound 73:compound SpaceAfter=No -72 - - PUNCT HYPH _ 73 punct 73:punct SpaceAfter=No +72 - - PUNCT HYPH _ 71 punct 71:punct SpaceAfter=No 73 up up NOUN NN Number=Sing 68 obj 68:obj|78:obj _ 74 that that PRON WDT PronType=Rel 78 obj 73:ref _ -75 all all DET DT _ 77 det 77:det _ +75 all all DET DT PronType=Tot 77 det 77:det _ 76 other other ADJ JJ Degree=Pos 77 amod 77:amod _ -77 Sear's Sears PROPN NNP Number=Sing|Typo=Yes 78 nsubj 78:nsubj _ -78 use use VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 73 acl:relcl 73:acl:relcl SpaceAfter=No -79 ) ) PUNCT -RRB- _ 2 punct 2:punct SpaceAfter=No +77 Sear's Sears PROPN NNP Number=Sing|Typo=Yes 78 nsubj 78:nsubj CorrectForm=Sears +78 use use VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 73 acl:relcl 73:acl:relcl SpaceAfter=No +79 ) ) PUNCT -RRB- _ 68 punct 68:punct SpaceAfter=No 80 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-319816-0005 # text = Once inside, I had to stand around for at least 10 more minutes before--FINALLY-- a technician got to me. 1 Once once SCONJ IN _ 2 mark 2:mark _ 2 inside inside ADV RB _ 5 advcl 5:advcl:once SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj|7:nsubj:xsubj _ -5 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 had have VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 to to PART TO _ 7 mark 7:mark _ 7 stand stand VERB VB VerbForm=Inf 5 xcomp 5:xcomp _ 8 around around ADV RB _ 7 advmod 7:advmod _ 9 for for ADP IN _ 14 case 14:case _ -10 at at ADV RB _ 11 case 11:case _ -11 least least ADV RBS Degree=Sup 12 nmod 12:nmod:at _ -12 10 10 NUM CD NumType=Card 14 nummod 14:nummod _ -13 more more ADJ JJR Degree=Cmp 12 advmod 12:advmod _ +10 at at ADP IN _ 11 case 11:case _ +11 least least ADJ JJS Degree=Sup 12 nmod 12:nmod:at _ +12 10 10 NUM CD NumForm=Digit|NumType=Card 14 nummod 14:nummod _ +13 more more ADJ JJR Degree=Cmp 14 amod 14:amod _ 14 minutes minute NOUN NNS Number=Plur 7 obl 7:obl:for _ 15 before before SCONJ IN _ 21 mark 21:mark SpaceAfter=No -16 -- -- PUNCT , _ 21 punct 21:punct SpaceAfter=No +16 -- -- PUNCT , _ 15 punct 15:punct SpaceAfter=No 17 FINALLY finally ADV RB _ 21 advmod 21:advmod SpaceAfter=No -18 -- -- PUNCT , _ 21 punct 21:punct _ +18 -- -- PUNCT , _ 17 punct 17:punct _ 19 a a DET DT Definite=Ind|PronType=Art 20 det 20:det _ 20 technician technician NOUN NN Number=Sing 21 nsubj 21:nsubj _ -21 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:before _ +21 got get VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 advcl 7:advcl:before _ 22 to to ADP IN _ 23 case 23:case _ 23 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 21 obl 21:obl:to SpaceAfter=No 24 . . PUNCT . _ 5 punct 5:punct _ @@ -247059,22 +247230,22 @@ # text = Once I returned to pick up my car, you can believe I spent quite a bit MORE time standing around waiting. 1 Once once SCONJ IN _ 3 mark 3:mark _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 returned return VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 advcl 12:advcl:once _ +3 returned return VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 12 advcl 12:advcl:once _ 4 to to PART TO _ 5 mark 5:mark _ 5 pick pick VERB VB VerbForm=Inf 3 advcl 3:advcl:to _ 6 up up ADP RP _ 5 compound:prt 5:compound:prt _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 car car NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ +9 , , PUNCT , _ 3 punct 3:punct _ 10 you you PRON PRP Case=Nom|Person=2|PronType=Prs 12 nsubj 12:nsubj _ 11 can can AUX MD VerbForm=Fin 12 aux 12:aux _ 12 believe believe VERB VB VerbForm=Inf 0 root 0:root _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj 14:nsubj _ -14 spent spend VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 ccomp 12:ccomp _ -15 quite quite DET PDT _ 17 advmod 17:advmod _ +14 spent spend VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 12 ccomp 12:ccomp _ +15 quite quite DET PDT PronType=Ind 17 advmod 17:advmod _ 16 a a DET DT Definite=Ind|PronType=Art 17 det 17:det _ -17 bit bit NOUN NN Number=Sing 18 advmod 18:advmod _ -18 MORE more ADJ JJR Degree=Cmp 19 advmod 19:advmod _ +17 bit bit NOUN NN Number=Sing 18 obl:npmod 18:obl:npmod _ +18 MORE more ADJ JJR Degree=Cmp 19 amod 19:amod _ 19 time time NOUN NN Number=Sing 14 obj 14:obj _ 20 standing stand VERB VBG VerbForm=Ger 14 advcl 14:advcl _ 21 around around ADV RB _ 20 advmod 20:advmod _ @@ -247084,7 +247255,7 @@ # sent_id = reviews-319816-0007 # text = I had wanted to split the total between a credit card and check card since I was being reimbursed for the tire but was told this wasn't possible. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj|5:nsubj:xsubj|25:nsubj:pass _ -2 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 aux 3:aux _ +2 had have AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 3 aux 3:aux _ 3 wanted want VERB VBN Tense=Past|VerbForm=Part 0 root 0:root _ 4 to to PART TO _ 5 mark 5:mark _ 5 split split VERB VB VerbForm=Inf 3 xcomp 3:xcomp _ @@ -247120,17 +247291,17 @@ 1 Once once SCONJ IN _ 4 mark 4:mark _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ 3 actually actually ADV RB _ 4 advmod 4:advmod _ -4 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 advcl 12:advcl:once _ +4 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 12 advcl 12:advcl:once _ 5 back back ADV RB _ 4 advmod 4:advmod _ 6 in in ADP IN _ 8 case 8:case _ -7 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +7 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 8 car car NOUN NN Number=Sing 4 obl 4:obl:in SpaceAfter=No -9 , , PUNCT , _ 12 punct 12:punct _ +9 , , PUNCT , _ 4 punct 4:punct _ 10 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 12 nsubj 12:nsubj|14:nsubj _ 11 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 cop 12:cop _ 12 dirty dirty ADJ JJ Degree=Pos 0 root 0:root _ 13 and and CCONJ CC _ 14 cc 14:cc _ -14 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 conj 12:conj:and _ +14 had have VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 12 conj 12:conj:and _ 15 grease grease NOUN NN Number=Sing 14 obj 14:obj _ 16 all all ADV RB _ 20 advmod 20:advmod _ 17 over over ADP IN _ 20 case 20:case _ @@ -247142,11 +247313,11 @@ # sent_id = reviews-319816-0009 # text = OK, one bad experience...fine. 1 OK ok INTJ UH _ 5 discourse 5:discourse SpaceAfter=No -2 , , PUNCT , _ 5 punct 5:punct _ -3 one one NUM CD NumType=Card 5 nummod 5:nummod _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 one one NUM CD NumForm=Word|NumType=Card 5 nummod 5:nummod _ 4 bad bad ADJ JJ Degree=Pos 5 amod 5:amod _ 5 experience experience NOUN NN Number=Sing 0 root 0:root SpaceAfter=No -6 ... ... PUNCT , _ 5 punct 5:punct SpaceAfter=No +6 ... ... PUNCT , _ 7 punct 7:punct SpaceAfter=No 7 fine fine INTJ UH _ 5 discourse 5:discourse SpaceAfter=No 8 . . PUNCT . _ 5 punct 5:punct _ @@ -247155,11 +247326,11 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 following follow VERB VBG VerbForm=Ger 3 amod 3:amod _ 3 Friday Friday PROPN NNP Number=Sing 6 obl:tmod 6:obl:tmod SpaceAfter=No -4 , , PUNCT , _ 6 punct 6:punct _ +4 , , PUNCT , _ 3 punct 3:punct _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 returned return VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +6 returned return VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 7 with with ADP IN _ 9 case 9:case _ -8 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ +8 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 9 nmod:poss 9:nmod:poss _ 9 car car NOUN NN Number=Sing 6 obl 6:obl:with _ 10 to to PART TO _ 11 mark 11:mark _ 11 go go VERB VB VerbForm=Inf 6 advcl 6:advcl:to _ @@ -247168,11 +247339,11 @@ 14 replace replace VERB VB VerbForm=Inf 11 conj 6:advcl:to|11:conj:and _ 15 the the DET DT Definite=Def|PronType=Art 18 det 18:det _ 16 other other ADJ JJ Degree=Pos 18 amod 18:amod _ -17 3 3 NUM CD NumType=Card 18 nummod 18:nummod _ +17 3 3 NUM CD NumForm=Digit|NumType=Card 18 nummod 18:nummod _ 18 tires tire NOUN NNS Number=Plur 14 obj 14:obj|22:nsubj SpaceAfter=No -19 , , PUNCT , _ 18 punct 18:punct _ +19 , , PUNCT , _ 22 punct 22:punct _ 20 which which PRON WDT PronType=Rel 22 nsubj 18:ref _ -21 were be AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 22 cop 22:cop _ +21 were be AUX VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 22 cop 22:cop _ 22 worn worn ADJ JJ Degree=Pos 18 acl:relcl 18:acl:relcl SpaceAfter=No 23 . . PUNCT . _ 6 punct 6:punct _ @@ -247196,7 +247367,7 @@ 15 tire tire NOUN NN Number=Sing 12 obj 12:obj _ 16-17 they'd _ _ _ _ _ _ _ _ 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 18 nsubj 18:nsubj _ -17 'd have AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ +17 'd have AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 aux 18:aux _ 18 used use VERB VBN Tense=Past|VerbForm=Part 15 acl:relcl 15:acl:relcl _ 19 in in ADP IN _ 20 case 20:case _ 20 stock stock NOUN NN Number=Sing 12 obl 12:obl:in _ @@ -247206,13 +247377,13 @@ # sent_id = reviews-319816-0012 # text = Once again, I waited for quite a bit before being attended to. -1 Once once ADV RB NumType=Mult 2 advmod 2:advmod _ +1 Once once ADV RB NumForm=Word|NumType=Mult 2 advmod 2:advmod _ 2 again again ADV RB _ 5 advmod 5:advmod SpaceAfter=No -3 , , PUNCT , _ 5 punct 5:punct _ +3 , , PUNCT , _ 2 punct 2:punct _ 4 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 5 nsubj 5:nsubj _ -5 waited wait VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +5 waited wait VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 6 for for ADP IN _ 9 case 9:case _ -7 quite quite DET PDT _ 9 det:predet 9:det:predet _ +7 quite quite DET PDT PronType=Ind 9 det:predet 9:det:predet _ 8 a a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 bit bit NOUN NN Number=Sing 5 obl 5:obl:for _ 10 before before SCONJ IN _ 12 mark 12:mark _ @@ -247224,33 +247395,33 @@ # sent_id = reviews-319816-0013 # text = I got the order completed, and then questioned the technician since it came out about $40 less than I expected. 1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj 2:nsubj|9:nsubj _ -2 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 the the DET DT Definite=Def|PronType=Art 4 det 4:det _ 4 order order NOUN NN Number=Sing 2 obj 2:obj|5:nsubj:xsubj _ -5 completed complete VERB VBN Tense=Past|VerbForm=Part 2 xcomp 2:xcomp SpaceAfter=No +5 completed complete VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 2 xcomp 2:xcomp SpaceAfter=No 6 , , PUNCT , _ 9 punct 9:punct _ 7 and and CCONJ CC _ 9 cc 9:cc _ 8 then then ADV RB PronType=Dem 9 advmod 9:advmod _ -9 questioned question VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +9 questioned question VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 10 the the DET DT Definite=Def|PronType=Art 11 det 11:det _ 11 technician technician NOUN NN Number=Sing 9 obj 9:obj _ 12 since since SCONJ IN _ 14 mark 14:mark _ 13 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 14 nsubj 14:nsubj _ -14 came come VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:since _ +14 came come VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 9 advcl 9:advcl:since _ 15 out out ADV RB _ 14 advmod 14:advmod _ 16 about about ADV RB _ 17 advmod 17:advmod _ 17 $ $ SYM $ _ 14 obj 14:obj SpaceAfter=No -18 40 40 NUM CD NumType=Card 17 nummod 17:nummod _ -19 less less ADJ JJR Degree=Cmp 17 advmod 17:advmod _ +18 40 40 NUM CD NumForm=Digit|NumType=Card 17 nummod 17:nummod _ +19 less less ADJ JJR Degree=Cmp 17 amod 17:amod _ 20 than than SCONJ IN _ 22 mark 22:mark _ 21 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 22 nsubj 22:nsubj _ -22 expected expect VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 19 advcl 19:advcl:than SpaceAfter=No +22 expected expect VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 19 advcl 19:advcl:than SpaceAfter=No 23 . . PUNCT . _ 2 punct 2:punct _ # sent_id = reviews-319816-0014 # text = He said it was the same tire, and verified this, after checking both the actual tire on my car and my service papers from earlier in the week. 1 He he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 nsubj 2:nsubj|10:nsubj _ -2 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 4 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 7 cop 7:cop _ 5 the the DET DT Definite=Def|PronType=Art 7 det 7:det _ @@ -247258,9 +247429,9 @@ 7 tire tire NOUN NN Number=Sing 2 ccomp 2:ccomp SpaceAfter=No 8 , , PUNCT , _ 10 punct 10:punct _ 9 and and CCONJ CC _ 10 cc 10:cc _ -10 verified verify VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ +10 verified verify VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 2 conj 2:conj:and _ 11 this this PRON DT Number=Sing|PronType=Dem 10 obj 10:obj SpaceAfter=No -12 , , PUNCT , _ 10 punct 10:punct _ +12 , , PUNCT , _ 14 punct 14:punct _ 13 after after SCONJ IN _ 14 mark 14:mark _ 14 checking check VERB VBG VerbForm=Ger 10 advcl 10:advcl:after _ 15 both both CCONJ CC _ 18 cc:preconj 18:cc:preconj _ @@ -247268,14 +247439,14 @@ 17 actual actual ADJ JJ Degree=Pos 18 amod 18:amod _ 18 tire tire NOUN NN Number=Sing 14 obj 14:obj _ 19 on on ADP IN _ 21 case 21:case _ -20 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +20 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ 21 car car NOUN NN Number=Sing 18 nmod 18:nmod:on _ 22 and and CCONJ CC _ 25 cc 25:cc _ -23 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ +23 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 25 nmod:poss 25:nmod:poss _ 24 service service NOUN NN Number=Sing 25 compound 25:compound _ 25 papers paper NOUN NNS Number=Plur 18 conj 14:obj|18:conj:and _ 26 from from ADP IN _ 27 case 27:case _ -27 earlier earlier ADV RBR Degree=Cmp 25 nmod 25:nmod:from _ +27 earlier early ADV RBR Degree=Cmp 25 nmod 25:nmod:from _ 28 in in ADP IN _ 30 case 30:case _ 29 the the DET DT Definite=Def|PronType=Art 30 det 30:det _ 30 week week NOUN NN Number=Sing 27 obl 27:obl:in SpaceAfter=No @@ -247284,15 +247455,15 @@ # sent_id = reviews-319816-0015 # text = However, when he printed out the service quote, I could see that it was NOT the correct tire, and was not even an appropriate tire for my car model. 1 However however ADV RB _ 13 advmod 13:advmod SpaceAfter=No -2 , , PUNCT , _ 13 punct 13:punct _ -3 when when SCONJ WRB PronType=Int 5 mark 5:mark _ +2 , , PUNCT , _ 1 punct 1:punct _ +3 when when ADV WRB PronType=Int 5 advmod 5:advmod _ 4 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 nsubj 5:nsubj _ -5 printed print VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:when _ +5 printed print VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 advcl 13:advcl:when _ 6 out out ADP RP _ 5 compound:prt 5:compound:prt _ 7 the the DET DT Definite=Def|PronType=Art 9 det 9:det _ 8 service service NOUN NN Number=Sing 9 compound 9:compound _ 9 quote quote NOUN NN Number=Sing 5 obj 5:obj SpaceAfter=No -10 , , PUNCT , _ 13 punct 13:punct _ +10 , , PUNCT , _ 5 punct 5:punct _ 11 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ 12 could could AUX MD VerbForm=Fin 13 aux 13:aux _ 13 see see VERB VB VerbForm=Inf 0 root 0:root _ @@ -247312,7 +247483,7 @@ 27 appropriate appropriate ADJ JJ Degree=Pos 28 amod 28:amod _ 28 tire tire NOUN NN Number=Sing 20 conj 13:ccomp|20:conj:and _ 29 for for ADP IN _ 32 case 32:case _ -30 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ +30 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 32 nmod:poss 32:nmod:poss _ 31 car car NOUN NN Number=Sing 32 compound 32:compound _ 32 model model NOUN NN Number=Sing 28 nmod 28:nmod:for SpaceAfter=No 33 . . PUNCT . _ 13 punct 13:punct _ @@ -247321,21 +247492,21 @@ # text = So I pointed this out to him, at which point he said they only had one of the correct tires in stock. 1 So so ADV RB _ 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 pointed point VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 pointed point VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 this this PRON DT Number=Sing|PronType=Dem 3 obj 3:obj _ 5 out out ADP RP _ 3 compound:prt 3:compound:prt _ 6 to to ADP IN _ 7 case 7:case _ 7 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 obl 3:obl:to SpaceAfter=No -8 , , PUNCT , _ 3 punct 3:punct _ +8 , , PUNCT , _ 13 punct 13:punct _ 9 at at ADP IN _ 11 case 11:case _ -10 which which DET WDT PronType=Int 11 det 11:det _ +10 which which DET WDT PronType=Rel 11 det 11:det _ 11 point point NOUN NN Number=Sing 13 obl 13:obl:at _ 12 he he PRON PRP Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 nsubj 13:nsubj _ -13 said say VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 3 parataxis 3:parataxis _ +13 said say VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 3 advcl:relcl 3:advcl:relcl _ 14 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 16 nsubj 16:nsubj _ 15 only only ADV RB _ 16 advmod 16:advmod _ -16 had have VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 ccomp 13:ccomp _ -17 one one NUM CD NumType=Card 16 obj 16:obj _ +16 had have VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 13 ccomp 13:ccomp _ +17 one one NUM CD NumForm=Word|NumType=Card 16 obj 16:obj _ 18 of of ADP IN _ 21 case 21:case _ 19 the the DET DT Definite=Def|PronType=Art 21 det 21:det _ 20 correct correct ADJ JJ Degree=Pos 21 amod 21:amod _ @@ -247347,7 +247518,7 @@ # sent_id = reviews-319816-0017 # text = Ok--fine. 1 Ok ok INTJ UH _ 0 root 0:root SpaceAfter=No -2 -- -- PUNCT , _ 1 punct 1:punct SpaceAfter=No +2 -- -- PUNCT , _ 3 punct 3:punct SpaceAfter=No 3 fine fine INTJ UH _ 1 discourse 1:discourse SpaceAfter=No 4 . . PUNCT . _ 1 punct 1:punct _ @@ -247355,19 +247526,19 @@ # text = So I got just my other rear tire replaced. 1 So so ADV RB _ 3 advmod 3:advmod _ 2 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj 3:nsubj _ -3 got get VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +3 got get VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 4 just just ADV RB _ 3 advmod 3:advmod _ -5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ +5 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 8 nmod:poss 8:nmod:poss _ 6 other other ADJ JJ Degree=Pos 8 amod 8:amod _ 7 rear rear ADJ JJ Degree=Pos 8 amod 8:amod _ 8 tire tire NOUN NN Number=Sing 3 obj 3:obj|9:nsubj:xsubj _ -9 replaced replace VERB VBN Tense=Past|VerbForm=Part 3 xcomp 3:xcomp SpaceAfter=No +9 replaced replace VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 3 xcomp 3:xcomp SpaceAfter=No 10 . . PUNCT . _ 3 punct 3:punct _ # sent_id = reviews-319816-0019 # text = They promised it'd be done within an hour, so I waited in the lobby. 1 They they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 2 nsubj 2:nsubj _ -2 promised promise VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +2 promised promise VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 0 root 0:root _ 3-4 it'd _ _ _ _ _ _ _ _ 3 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 6 nsubj:pass 6:nsubj:pass _ 4 'd would AUX MD VerbForm=Fin 6 aux 6:aux _ @@ -247376,10 +247547,10 @@ 7 within within ADP IN _ 9 case 9:case _ 8 an a DET DT Definite=Ind|PronType=Art 9 det 9:det _ 9 hour hour NOUN NN Number=Sing 6 obl 6:obl:within SpaceAfter=No -10 , , PUNCT , _ 2 punct 2:punct _ +10 , , PUNCT , _ 13 punct 13:punct _ 11 so so ADV RB _ 13 advmod 13:advmod _ 12 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj 13:nsubj _ -13 waited wait VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ +13 waited wait VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 2 parataxis 2:parataxis _ 14 in in ADP IN _ 16 case 16:case _ 15 the the DET DT Definite=Def|PronType=Art 16 det 16:det _ 16 lobby lobby NOUN NN Number=Sing 13 obl 13:obl:in SpaceAfter=No @@ -247387,19 +247558,19 @@ # sent_id = reviews-319816-0020 # text = Over two hours later (and ten minutes before they closed) my car was finally finished. -1 Over over ADP IN _ 2 advmod 2:advmod _ -2 two two NUM CD NumType=Card 3 nummod 3:nummod _ +1 Over over ADV IN _ 2 advmod 2:advmod _ +2 two two NUM CD NumForm=Word|NumType=Card 3 nummod 3:nummod _ 3 hours hour NOUN NNS Number=Plur 4 obl:npmod 4:obl:npmod _ -4 later later ADV RB _ 17 advmod 17:advmod _ -5 ( ( PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No +4 later late ADV RBR Degree=Cmp 17 advmod 17:advmod _ +5 ( ( PUNCT -LRB- _ 11 punct 11:punct SpaceAfter=No 6 and and CCONJ CC _ 11 cc 11:cc _ -7 ten ten NUM CD NumType=Card 8 nummod 8:nummod _ +7 ten ten NUM CD NumForm=Word|NumType=Card 8 nummod 8:nummod _ 8 minutes minute NOUN NNS Number=Plur 9 obl:npmod 9:obl:npmod _ 9 before before SCONJ IN _ 11 mark 11:mark _ 10 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 11 nsubj 11:nsubj _ -11 closed close VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 conj 4:conj:and|17:advmod SpaceAfter=No -12 ) ) PUNCT -RRB- _ 4 punct 4:punct _ -13 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ +11 closed close VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 4 conj 4:conj:and|17:advmod SpaceAfter=No +12 ) ) PUNCT -RRB- _ 11 punct 11:punct _ +13 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 14 nmod:poss 14:nmod:poss _ 14 car car NOUN NN Number=Sing 17 nsubj:pass 17:nsubj:pass _ 15 was be AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 17 aux:pass 17:aux:pass _ 16 finally finally ADV RB _ 17 advmod 17:advmod _ @@ -247413,19 +247584,19 @@ 3 minutes minute NOUN NNS Number=Plur 6 obl:npmod 6:obl:npmod _ 4 after after SCONJ IN _ 6 mark 6:mark _ 5 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ -6 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:after SpaceAfter=No -7 , , PUNCT , _ 10 punct 10:punct _ +6 left leave VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 10 advcl 10:advcl:after SpaceAfter=No +7 , , PUNCT , _ 6 punct 6:punct _ 8 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 10 nsubj:pass 10:nsubj:pass|12:nsubj:pass _ 9 was be AUX VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 10 aux:pass 10:aux:pass _ 10 called call VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _ 11 and and CCONJ CC _ 12 cc 12:cc _ -12 informed inform VERB VBN Tense=Past|VerbForm=Part 10 conj 10:conj:and _ +12 informed inform VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 10 conj 10:conj:and _ 13 that that SCONJ IN _ 17 mark 17:mark _ 14 " " PUNCT `` _ 15 punct 15:punct SpaceAfter=No 15 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 17 nsubj 17:nsubj SpaceAfter=No 16 " " PUNCT '' _ 15 punct 15:punct _ -17 left leave VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 12 ccomp 12:ccomp _ -18 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ +17 left leave VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 12 ccomp 12:ccomp _ +18 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 20 nmod:poss 20:nmod:poss _ 19 wheel wheel NOUN NN Number=Sing 20 compound 20:compound _ 20 lock lock NOUN NN Number=Sing 17 obj 17:obj|26:obj _ 21 ( ( PUNCT -LRB- _ 26 punct 26:punct SpaceAfter=No @@ -247442,17 +247613,17 @@ # sent_id = reviews-319816-0022 # text = Of course, they would be closing in 5 minutes, so I would have to hurry up or get it the next day. -1 Of of ADV RB _ 7 advmod 7:advmod _ -2 course course ADV RB _ 1 fixed 1:fixed SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +1 Of of ADP IN ExtPos=ADV 7 advmod 7:advmod _ +2 course course NOUN NN Number=Sing 1 fixed 1:fixed SpaceAfter=No +3 , , PUNCT , _ 1 punct 1:punct _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 5 would would AUX MD VerbForm=Fin 7 aux 7:aux _ 6 be be AUX VB VerbForm=Inf 7 aux 7:aux _ 7 closing close VERB VBG Tense=Pres|VerbForm=Part 0 root 0:root _ 8 in in ADP IN _ 10 case 10:case _ -9 5 5 NUM CD NumType=Card 10 nummod 10:nummod _ +9 5 5 NUM CD NumForm=Digit|NumType=Card 10 nummod 10:nummod _ 10 minutes minute NOUN NNS Number=Plur 7 obl 7:obl:in SpaceAfter=No -11 , , PUNCT , _ 7 punct 7:punct _ +11 , , PUNCT , _ 15 punct 15:punct _ 12 so so ADV RB _ 15 advmod 15:advmod _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj|17:nsubj:xsubj|20:nsubj:xsubj _ 14 would would AUX MD VerbForm=Fin 15 aux 15:aux _ @@ -247470,8 +247641,8 @@ # sent_id = reviews-319816-0023 # text = Of course I couldn't make it back in time (and they apparently could not stay 5 extra minutes to wait for me). -1 Of of ADV RB _ 6 advmod 6:advmod _ -2 course course ADV RB _ 1 fixed 1:fixed _ +1 Of of ADP IN ExtPos=ADV 6 advmod 6:advmod _ +2 course course NOUN NN Number=Sing 1 fixed 1:fixed _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 6 nsubj 6:nsubj _ 4-5 couldn't _ _ _ _ _ _ _ _ 4 could could AUX MD VerbForm=Fin 6 aux 6:aux _ @@ -247481,21 +247652,21 @@ 8 back back ADV RB _ 6 advmod 6:advmod _ 9 in in ADP IN _ 10 case 10:case _ 10 time time NOUN NN Number=Sing 6 obl 6:obl:in _ -11 ( ( PUNCT -LRB- _ 6 punct 6:punct SpaceAfter=No +11 ( ( PUNCT -LRB- _ 17 punct 17:punct SpaceAfter=No 12 and and CCONJ CC _ 17 cc 17:cc _ 13 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 17 nsubj 17:nsubj _ 14 apparently apparently ADV RB _ 17 advmod 17:advmod _ 15 could could AUX MD VerbForm=Fin 17 aux 17:aux _ 16 not not PART RB _ 17 advmod 17:advmod _ 17 stay stay VERB VB VerbForm=Inf 6 conj 6:conj:and _ -18 5 5 NUM CD NumType=Card 20 nummod 20:nummod _ +18 5 5 NUM CD NumForm=Digit|NumType=Card 20 nummod 20:nummod _ 19 extra extra ADJ JJ Degree=Pos 20 amod 20:amod _ -20 minutes minute NOUN NNS Number=Plur 17 obl:npmod 17:obl:npmod _ +20 minutes minute NOUN NNS Number=Plur 17 obl:tmod 17:obl:tmod _ 21 to to PART TO _ 22 mark 22:mark _ 22 wait wait VERB VB VerbForm=Inf 17 advcl 17:advcl:to _ 23 for for ADP IN _ 24 case 24:case _ 24 me I PRON PRP Case=Acc|Number=Sing|Person=1|PronType=Prs 22 obl 22:obl:for SpaceAfter=No -25 ) ) PUNCT -RRB- _ 6 punct 6:punct SpaceAfter=No +25 ) ) PUNCT -RRB- _ 17 punct 17:punct SpaceAfter=No 26 . . PUNCT . _ 6 punct 6:punct _ # sent_id = reviews-319816-0024 @@ -247503,12 +247674,12 @@ 1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _ 2 next next ADJ JJ Degree=Pos 3 amod 3:amod _ 3 day day NOUN NN Number=Sing 8 obl:tmod 8:obl:tmod SpaceAfter=No -4 , , PUNCT , _ 8 punct 8:punct _ -5 no no DET DT _ 6 det 6:det _ -6 one one NOUN NN Number=Sing 8 nsubj 8:nsubj _ +4 , , PUNCT , _ 3 punct 3:punct _ +5 no no DET DT PronType=Neg 6 det 6:det _ +6 one one PRON NN Number=Sing|PronType=Neg 8 nsubj 8:nsubj _ 7 could could AUX MD VerbForm=Fin 8 aux 8:aux _ 8 find find VERB VB VerbForm=Inf 0 root 0:root _ -9 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ +9 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 11 nmod:poss 11:nmod:poss _ 10 wheel wheel NOUN NN Number=Sing 11 compound 11:compound _ 11 lock lock NOUN NN Number=Sing 8 obj 8:obj _ 12 and and CCONJ CC _ 18 cc 18:cc _ @@ -247522,9 +247693,9 @@ # sent_id = reviews-319816-0025 # text = Of course, they couldn't call him either to ask about it because apparently they don't keep their employees' phone numbers (riiight), so I would have to return on Monday (driving for 3 days now with no wheel lock should I get a flat). -1 Of of ADV RB _ 7 advmod 7:advmod _ -2 course course ADV RB _ 1 fixed 1:fixed SpaceAfter=No -3 , , PUNCT , _ 7 punct 7:punct _ +1 Of of ADP IN ExtPos=ADV 7 advmod 7:advmod _ +2 course course NOUN NN Number=Sing 1 fixed 1:fixed SpaceAfter=No +3 , , PUNCT , _ 1 punct 1:punct _ 4 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 7 nsubj 7:nsubj _ 5-6 couldn't _ _ _ _ _ _ _ _ 5 could could AUX MD VerbForm=Fin 7 aux 7:aux _ @@ -247540,18 +247711,19 @@ 15 apparently apparently ADV RB _ 19 advmod 19:advmod _ 16 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 19 nsubj 19:nsubj _ 17-18 don't _ _ _ _ _ _ _ _ -17 do do AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ +17 do do AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 19 aux 19:aux _ 18 n't not PART RB _ 19 advmod 19:advmod _ 19 keep keep VERB VB VerbForm=Inf 7 advcl 7:advcl:because _ -20 their they PRON PRP$ Number=Plur|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ -21 employees employee NOUN NNS Number=Plur 24 nmod:poss 24:nmod:poss SpaceAfter=No +20 their their PRON PRP$ Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs 21 nmod:poss 21:nmod:poss _ +21-22 employees' _ _ _ _ _ _ _ _ +21 employees employee NOUN NNS Number=Plur 24 nmod:poss 24:nmod:poss _ 22 ' 's PART POS _ 21 case 21:case _ 23 phone phone NOUN NN Number=Sing 24 compound 24:compound _ 24 numbers number NOUN NNS Number=Plur 19 obj 19:obj _ 25 ( ( PUNCT -LRB- _ 26 punct 26:punct SpaceAfter=No -26 riiight riiight INTJ UH _ 7 discourse 7:discourse SpaceAfter=No +26 riiight right INTJ UH Style=Expr 7 discourse 7:discourse CorrectForm=right|SpaceAfter=No 27 ) ) PUNCT -RRB- _ 26 punct 26:punct SpaceAfter=No -28 , , PUNCT , _ 7 punct 7:punct _ +28 , , PUNCT , _ 32 punct 32:punct _ 29 so so ADV RB _ 32 advmod 32:advmod _ 30 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 32 nsubj 32:nsubj|34:nsubj:xsubj _ 31 would would AUX MD VerbForm=Fin 32 aux 32:aux _ @@ -247563,16 +247735,16 @@ 37 ( ( PUNCT -LRB- _ 38 punct 38:punct SpaceAfter=No 38 driving drive VERB VBG VerbForm=Ger 34 advcl 34:advcl _ 39 for for ADP IN _ 41 case 41:case _ -40 3 3 NUM CD NumType=Card 41 nummod 41:nummod _ +40 3 3 NUM CD NumForm=Digit|NumType=Card 41 nummod 41:nummod _ 41 days day NOUN NNS Number=Plur 38 obl 38:obl:for _ 42 now now ADV RB _ 38 advmod 38:advmod _ 43 with with ADP IN _ 46 case 46:case _ -44 no no DET DT _ 46 det 46:det _ +44 no no DET DT PronType=Neg 46 det 46:det _ 45 wheel wheel NOUN NN Number=Sing 46 compound 46:compound _ 46 lock lock NOUN NN Number=Sing 38 obl 38:obl:with _ 47 should should AUX MD VerbForm=Fin 49 aux 49:aux _ 48 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 49 nsubj 49:nsubj _ -49 get get VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 38 advcl 38:advcl _ +49 get get VERB VB VerbForm=Inf 38 advcl 38:advcl _ 50 a a DET DT Definite=Ind|PronType=Art 51 det 51:det _ 51 flat flat NOUN NN Number=Sing 49 obj 49:obj SpaceAfter=No 52 ) ) PUNCT -RRB- _ 38 punct 38:punct SpaceAfter=No @@ -247583,7 +247755,7 @@ 1 On on ADP IN _ 2 case 2:case _ 2 Monday Monday PROPN NNP Number=Sing 4 obl 4:obl:on _ 3 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj 4:nsubj _ -4 called call VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _ +4 called call VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 0 root 0:root _ 5 and and CCONJ CC _ 13 cc 13:cc _ 6 again again ADV RB _ 13 advmod 13:advmod _ 7 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 13 expl 13:expl _ @@ -247591,14 +247763,14 @@ 9 a a DET DT Definite=Ind|PronType=Art 13 det 13:det _ 10 big big ADJ JJ Degree=Pos 13 amod 13:amod _ 11 to to NOUN NN Number=Sing 13 compound 13:compound SpaceAfter=No -12 - - PUNCT HYPH _ 13 punct 13:punct SpaceAfter=No +12 - - PUNCT HYPH _ 11 punct 11:punct SpaceAfter=No 13 do do NOUN NN Number=Sing 4 conj 4:conj:and _ 14 to to PART TO _ 15 mark 15:mark _ 15 find find VERB VB VerbForm=Inf 13 csubj 13:csubj _ -16 anyone anyone PRON NN Number=Sing 15 obj 15:obj|18:nsubj _ +16 anyone anyone PRON NN Number=Sing|PronType=Ind 15 obj 15:obj|18:nsubj _ 17 who who PRON WP PronType=Rel 18 nsubj 16:ref _ -18 knew know VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ -19 anything anything PRON NN Number=Sing 18 obj 18:obj _ +18 knew know VERB VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 16 acl:relcl 16:acl:relcl _ +19 anything anything PRON NN Number=Sing|PronType=Ind 18 obj 18:obj _ 20 about about ADP IN _ 21 case 21:case _ 21 it it PRON PRP Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs 19 nmod 19:nmod:about SpaceAfter=No 22 . . PUNCT . _ 4 punct 4:punct _ @@ -247619,7 +247791,7 @@ 12 but but CCONJ CC _ 15 cc 15:cc _ 13-14 I'm _ _ _ _ _ _ _ _ 13 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 15 nsubj 15:nsubj _ -14 'm be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ +14 'm be AUX VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 15 cop 15:cop _ 15 sure sure ADJ JJ Degree=Pos 5 conj 5:conj:but _ 16 that that PRON DT Number=Sing|PronType=Dem 22 nsubj 22:nsubj _ 17 will will AUX MD VerbForm=Fin 22 aux 22:aux _ @@ -247636,19 +247808,19 @@ 2 employees employee NOUN NNS Number=Plur 8 nsubj 8:nsubj _ 3 at at ADP IN _ 5 case 5:case _ 4 this this DET DT Number=Sing|PronType=Dem 5 det 5:det _ -5 Sear's Sears PROPN NNP Number=Sing|Typo=Yes 2 nmod 2:nmod:at _ -6 are be AUX VBP Mood=Ind|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ +5 Sear's Sears PROPN NNP Number=Sing|Typo=Yes 2 nmod 2:nmod:at CorrectForm=Sears +6 are be AUX VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 8 cop 8:cop _ 7 completely completely ADV RB _ 8 advmod 8:advmod _ 8 apathetic apathetic ADJ JJ Degree=Pos 0 root 0:root _ 9 and and CCONJ CC _ 13 cc 13:cc _ 10 there there PRON EX _ 13 expl 13:expl _ 11-12 didn't _ _ _ _ _ _ _ _ -11 did do AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 13 aux 13:aux _ +11 did do AUX VBD Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin 13 aux 13:aux _ 12 n't not PART RB _ 13 advmod 13:advmod _ 13 seem seem VERB VB VerbForm=Inf 8 conj 8:conj:and _ 14 to to PART TO _ 15 mark 15:mark _ -15 be be VERB VB VerbForm=Inf 13 csubj 13:csubj _ -16 any any DET DT _ 17 det 17:det _ +15 be be VERB VB VerbForm=Inf 13 xcomp 13:xcomp _ +16 any any DET DT PronType=Ind 17 det 17:det _ 17 sort sort NOUN NN Number=Sing 15 nsubj 15:nsubj _ 18 of of ADP IN _ 19 case 19:case _ 19 management management NOUN NN Number=Sing 17 nmod 17:nmod:of|23:obj _ @@ -247666,11 +247838,11 @@ 4 return return VERB VB VerbForm=Inf 0 root 0:root _ 5 there there ADV RB PronType=Dem 4 advmod 4:advmod _ 6 again again ADV RB _ 4 advmod 4:advmod _ -7 ( ( PUNCT -LRB- _ 4 punct 4:punct SpaceAfter=No +7 ( ( PUNCT -LRB- _ 10 punct 10:punct SpaceAfter=No 8 and and CCONJ CC _ 10 cc 10:cc _ 9 now now ADV RB _ 10 advmod 10:advmod _ -10 have have VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ -11 some some DET DT _ 13 det 13:det _ +10 have have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _ +11 some some DET DT PronType=Ind 13 det 13:det _ 12 serious serious ADJ JJ Degree=Pos 13 amod 13:amod _ 13 doubts doubt NOUN NNS Number=Plur 10 obj 10:obj _ 14 about about ADP IN _ 16 case 16:case _ @@ -247680,9 +247852,10 @@ 18 work work NOUN NN Number=Sing 16 nmod 16:nmod:of _ 19 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 21 nsubj 21:nsubj _ 20 actually actually ADV RB _ 21 advmod 21:advmod _ -21 performed perform VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ +21 performed perform VERB VBD Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin 18 acl:relcl 18:acl:relcl _ 22 on on ADP IN _ 24 case 24:case _ -23 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ +23 my my PRON PRP$ Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs 24 nmod:poss 24:nmod:poss _ 24 car car NOUN NN Number=Sing 21 obl 21:obl:on SpaceAfter=No -25 ) ) PUNCT -RRB- _ 4 punct 4:punct SpaceAfter=No +25 ) ) PUNCT -RRB- _ 10 punct 10:punct SpaceAfter=No 26 . . PUNCT . _ 4 punct 4:punct _ + diff --git a/con/dat/dep/UD_English-EWT/en_ewt-ud-train.txt b/con/dat/dep/UD_English-EWT/en_ewt-ud-train.txt new file mode 100644 index 0000000..16cdd77 --- /dev/null +++ b/con/dat/dep/UD_English-EWT/en_ewt-ud-train.txt @@ -0,0 +1,16688 @@ +Al-Zaman : American forces killed Shaikh Abdullah al-Ani, the preacher at the +mosque in the town of Qaim, near the Syrian border. [This killing of a respected +cleric will be causing us trouble for years to come.] DPA: Iraqi authorities +announced that they had busted up 3 terrorist cells operating in Baghdad. Two of +them were being run by 2 officials of the Ministry of the Interior! The MoI in +Iraq is equivalent to the US FBI, so this would be like having J. Edgar Hoover +unwittingly employ at a high level members of the Weathermen bombers back in the +1960s. The third was being run by the head of an investment firm. You wonder if +he was manipulating the market with his bombing targets. The cells were +operating in the Ghazaliyah and al-Jihad districts of the capital. Although the +announcement was probably made to show progress in identifying and breaking up +terror cells, I don't find the news that the Baathists continue to penetrate the +Iraqi government very hopeful. It reminds me too much of the ARVN officers who +were secretly working for the other side in Vietnam. Al-Zaman : Guerrillas +killed a member of the Kurdistan Democratic Party after kidnapping him in Mosul. +The police commander of Ninevah Province announced that bombings had declined 80 +percent in Mosul, whereas there had been a big jump in the number of +kidnappings. On Wednesday guerrillas had kidnapped a cosmetic surgeon and his +wife while they were on their way home. In Suwayrah, Kut Province, two car bombs +were discovered before they could be detonated. (Kut is in southeastern Iraq and +has an overwhelmingly Shiite population, who are on the lookout for Baathist +saboteurs and willingly turn them in. This willingness is the main difference in +the number of bombings in the south as opposed to the center-north of the +country.) In Baghdad Kadhim Talal Husain, assistant dean at the School of +Education at Mustansiriyah University, was assassinated with his driver in the +Salikh district. Guerrillas killed an engineer, Asi Ali, from Tikrit. They also +killed Shaikh Hamid 'Akkab, a clan elder of a branch of the Dulaim tribe in +Tikrit. His mother was also killed in the attack. Two other Dulaim leaders have +been killed in the past week and a half. + +Guerrillas near Hawijah launched an attack that left 6 dead, including 4 Iraqi +soldiers. One of them was from the Jubur tribe and was deputy commander of the +Hawijah garrison. Two hundred members of the Batawi clan of the Dulaim +demonstrated in Baghdad on Friday, protesting the killing of their clan elder, +Shaikh Kadhim Sarhid and 4 of his sons, by gunmen wearing Iraqi army uniforms. +(This is a largely Sunni Arab clan, and some Sunni observers have accused Shiite +elements in the government of being behind the assassination; it is more likely +the work of Sunni Arab guerrillas punishing the Batawi leaders for cooperating +with the Dec. 15 elections.) Al-Zaman : The Iraqi High Electoral Commission on +Friday denied a request of the Debaathification Commission to exclude 51 +individuals from running on party lists in the Dec. 15 elections on grounds of +having been sufficiently involved in Baath activities to warrant their being +excluded from civil office. The Commission said it had no legal grounds for such +an exclusion. This item is a small one and easily missed. But in my view it is +highly significant. The Debaathification Commission had been pushed by Ahmad +Chalabi and his Iraqi National Congress very hard, and had pushed many Sunni +Arabs into the arms of the guerrillas. Chalabi has been increasingly +marginalized within Iraq, however, despite his ties of clientelage with +Washington and Tehran. He is no longer in the dominant Shiite list, the United +Iraqi Alliance, and won't have many seats in the new parliament. Some 2,000 +junior officers of the old Baath army have been recalled to duty in recent +months, something Chalabi would have blocked if he could have. Now the Electoral +Commission is refusing to punish people for mere past Baath Party membership. +The situation in Iraq is only going to get better this way. If someone committed +a crime against humanity, prosecute the person. If he or she did not, then they +should have all the same rights as other Iraqis. Al-Sharq al-Awsat reports that +a key eyewitness in the trial of Saddam Hussein for a 1982 massacre at Dujail +has died. A team from the court managed to take his deposition before he died. +The trial begins again Nov.28. + +In Baghdad the fighting still continues in several areas, mostly in Sadr city +and Adhamiya. Baghdadis don't venture much out of their neighbourhoods any more, +you never know where you might get stuck. There has been talk that the night +curfew might be implemented again. My neighbourhood has been surrounded by +American troops for three days now, helicopters have been circling over our +heads non-stop. Fedayeen are now visible on the street and they have become +bolder than ever. Yesterday there were tens of them putting road blocks on our +street and setting up mortars, they only come out in the open when Americans +leave the area, then they start firing mortars indiscriminately and shooting +their AK-47's in the air. They are setting the road blocks at the exact same +positions they were during the war last year, which indicates they are the same +people. And there is nothing we can do about it really, people who are +suggesting that we go out and fight them are living in dream land. Even the IP +and ICDC have abandoned the neighbourhood, and those are trained and armed, so +don't expect scared civilians to do anything except to hide inside and pray a +helicopter or a tank doesn't bomb them, and also how are American soldiers going +to distinguish the brave and valiant civilians from the Fedayeen? Everyone is +apprehensive, there is some talk that April 9th and 10th are going to be bloody +days. Most people haven't gone to work the last few days, although it seems that +the rest of Baghdad is 'normal' (if you can define what normal is). There are +rumours about preparations by slum dwellers for another looting spree against +banks, governmental and public property similar to the one that took place last +April, and I have already overheard youngsters in my neighbourhood joking about +it and saying things like "This time we will be the first to loot, we didn't get +anything the last time". Mosques are calling for donating blood, food, and +medicine for Fallujah, and several convoys have already headed out for Fallujah, +most of them returned later though. What irritates me is this sudden false +'solidarity' between Sunni and Shi'ite clerics, we all know that they would be +glad to get at each others throats when they have the chance, and Shia clerics +were describing Fallujan insurgents as 'Ba'athists', 'Saddamites', 'Wahhabis', +and 'terrorists' just a few days ago. So what happened? I guess it's just the +old new Arab 'Me against my brother, me and my brother against my cousin, me and +my cousin against my enemy', or 'The enemy of my enemy is my friend' thing going +on again. Speaking of Fallujah, we have only Al-Jazeera to rely on for our news +from there. They have sent over their top reporter Ahmed Mansour to the town, +and he is spouting all kinds of propaganda hourly reminding me of Al-Sahhaf. +"They are targetting ambulances", "American snipers are shooting children and +pregnant women", and "They are using cluster bombs against civilians" is all you +get to hear from him. He did once make an unforgivable error when he mentioned +that Fallujan militants were shooting at the Marines from the roofs of mosques +and houses in Hay Al-Golan, but of course that is okay for Al-Jazeera. Someone +who called himself Abu Hafs from the Ibn Al-Khattab Brigades (another new group) +was on Al-Jazeera describing the enormous casualties among the Marines and he +sweared that American soldiers were mutilating the bodies of dead insurgents. +Over 300 Iraqis are reported dead and 500 wounded in Fallujah alone. Al-Iraqiyah +tv said that ICDC were controlling Ramadi. + +Azzaman newspaper mentioned an announcement signed by Abdul Aziz bin Muqrin, an +Al-Qaeda operative in Saudi Arabia on an Islamic website 'the voice of Jihad', +in which he stated that "although mutilating dead bodies is not originally +permitted in Islam, but in this case it is allowed if Muslims use it against +infidels to deter them from committing criminal actions". He added that "America +does not understand anything except the language of force and retaliation, they +were kicked out of Somalia in humiliation after that soldier was dragged in +Mogadishu for the whole world to see", and that "the day will come when the dead +bodies of Americans and Jews would be dragged, defiled, and stepped on in the +Arabian peninsula together with their agents and supporters". + +Elena's motorcycle tour through the region around Chernobyl has revived interest +in one of the most serious nuclear disasters in history. We all know what +happened, but even to this day, there are many different versions and opinions +on how it happened and what effect Chernobyl will have on the health of people +affected by the fallout. UPDATE: Now you can tour Chernobyl and write your own +story. + +This is not a post about fault-finding or assigning blame. It is a time to learn +what happened and how it may affect the future. There was a soothing +authoritative UNSCEAR (United Nations Scientific Committee on the Effects of +Atomic Radiation ) report in 2000 on the health effects of Chernobyl confirming +that there was no scientific evidence of any significant radiation-related +health effects to most people exposed. This was heavily promoted by the +Australasian Radiation Protection Society in a press release titled THE MYTHS OF +CHERNOBYL which contained the following: One of the most widespread myths of +recent times is that the Chernobyl nuclear reactor accident in 1986 caused many +thousands of extra cancer deaths in neighbouring regions, and that public health +has been severely affected by exposure to radiation. Many people still believe +that to be true, even though the Ministry of Russian Federation on Civil +Defence, Emergencies and Elimination of Conseguences of Natural Disasters +(EMERCOM of Russia) reported this in 1996: CHERNOBYL ACCIDENT: TEN YEARS ON In +the last decade, there has been a real and significant increase in childhood +and, to a certain extent, adult carcinoma of the thyroid in contaminated regions +of the former Soviet Union (Wi940) which should be attributed to the Chernobyl +accident until proven otherwise. The prestigious IAEA (International Atomic +Energy Agency) published an early report on Chernobyl which was based on +information from Russian sources and stated that there was no significant health +effects. However, in April 2001, the IAEA published Fifteen Years after the +Chernobyl Accident - Lessons learned. which contradict the earlier reports. Here +are some excerpts: + +The dramatic increase in radiation-induced thyroid cancers in children and +adolescents in Belarus, Russia, and Ukraine, which have been observed since +1991, continues to this day. ...a drop in the birth rate, a deterioration in +women's reproductive health, an increase in complications during pregnancy and +birth, and a deterioration in neonatal health.... The dynamics of change in the +state of health of children affected by the Chernobyl accident in all three +countries - Belarus, Russia, and Ukraine - in the post-accident period is +characterized by persistent negative tendencies: the morbidity rate is going up, +the number of really healthy children is dropping, and disability is increasing +. As a parent, I can well imagine how painful it must be for those families +whose children are succumbing to radiation poisoning. There is a lot to learn +about Chernobyl. Being well-informed will give you certainty and that is +desirable in a world of conflicting reports. There are a wealth of references on +Chernobyl. Read some of the following links and draw your own conclusions. These +links present the many viewpoints that existed and still exist about the +disaster called Chernobyl: IAEA Report Lessons learned +http://www.ibiblio.org/expo/soviet.exhibit/chernobyl.html +http://www.ibrae.ac.ru/IBRAE/eng/chernobyl/nat_rep/nat_repe.htm#24 +http://www.nsrl.ttu.edu/chernobyl/wildlifepreserve.htm +http://www.environmentalchemistry.com/yogi/hazmat/articles/chernobyl1.html +http://digon_va.tripod.com/Chernobyl.htm +http://www.oneworld.org/index_oc/issue196/byckau.html +http://www.collectinghistory.net/chernobyl/ +http://www.ukrainianweb.com/chernobyl_ukraine.htm +http://www.bullatomsci.org/issues/1993/s93/s93Marples.html +http://www.calguard.ca.gov/ia/Chernobyl-15%20years.htm +http://www.infoukes.com/history/chornobyl/gregorovich/index.html +http://www.un.org/ha/chernobyl/ +http://www.tecsoc.org/pubs/history/2002/apr26.htm +http://www.chernobyl.org.uk/page2.htm +http://www.time.com/time/daily/chernobyl/860901.accident.html +http://www.infoukes.com/history/chornobyl/elg/ +http://www.world-nuclear.org/info/chernobyl/inf07.htm +http://www.nea.fr/html/rp/chernobyl/conclusions5.html +http://www.nea.fr/html/rp/chernobyl/c01.html +http://www.nea.fr/html/rp/chernobyl/c05.html +http://www.physics.isu.edu/radinf/chern.htm http://www.chernobyl.info/en +http://www.arps.org.au/Chernobyl.htm +http://www-formal.stanford.edu/jmc/progress/chernobyl.html +http://www.21stcenturysciencetech.com/articles/chernobyl.html + +I would be interested in hearing what conclusions you reached and what you found +that was most convincing. radiation: As a child in the 50's I had a lot of +glandular problems and they treated it with radiation therapy (primitive at +best!) and stopped when a lesion on my neck started enlarging--they said it was +not CA but stopped the treatments.... Remember the old shoe sizing machines that +was a form of radiation xray? That too was stopped. Don't have to mention what +radiation has done and is still doing to Hirsohima & Nagaski folks--there can be +no doubts about the effects of radiation in Chernobyl....... The Chernobyl +Children's Project (http://www.adiccp.org/home/default.asp) offers several ways +to help the children of that region. One of them is the Rest and Recuperation +Program, wherein a child can come to the US for a few weeks in the summer. Even +a little time spent receiving wholesome, uncontaminated food, good medical care, +etc. can add years to their lives. S. and I have an acquaintance who has hosted +several of these children for many years; to see these little ones breaks the +heart. The urge to protect and gather them all in is almost overwhelming, and +makes me more grateful for the blessings I have. Take care, my friend, Linda + +I'm sorry to say Elena's story has been revealed to be a fake. + +What do the new al-Qaeda videotape and audio speeches of Bin Laden and Ayman +al-Zawahiri tell us about the hopes of the remaining top leadership of the +organization? Because the US and Pakistan have managed to capture or kill about +2/3s of the top 25 al-Qaeda commanders, the middle managers are not in close +contact with al-Zawahiri and Bin Laden. The tape was a way to signal priorities. + +These are 1) Assassinate or overthrow Gen. Pervez Musharraf, the Pakistani +military "president" who had made a coup in 1999 and has thrown in his lot with +the United States against the Taliban and al-Qaeda. Musharraf has been trying to +purge his officer corps of the substantial number of al-Qaeda sympathizers. His +military intelligence has captured major figures like Abu Zubayda and Khalid +Shaykh Muhammad, as well as nearly 500 other al-Qaeda operatives, over 400 of +whom the Pakistanis have turned over to the US. Musharraf held elections in +October of 2002, in which center-right parties did well, but in which nearly 20 +percent of parliament seats went to the fundamentalist religious party +coalition, MMA. MMA also captured the Northwest Frontier Province, which +probably shelters Bin Laden and al-Zawahiri, and is in a joint government of +Baluchistan Province, also on the Afghanistan border. If al-Qaeda can kill +Musharraf or instigate a military coup against him by Islamist junior officers, +they can hope to catapult the MMA to power as political allies and hosts. They +would thereby gain control of a major base for terrorist operations, which is +also a nuclear power. All this is highly unlikely, as with most al-Qaeda +crackpot schemes. But so was it unlikely that a small group of Arab mujahidin +would virtually take over Afghanistan. Response: The US must do whatever it can +to strengthen the legitimacy of the Pakistani government. On the one hand, it +should pressure Musharraf to take off his uniform and run for president in a +fair election, and to repeal the contentious "Legal Framework Order" that +essentially perpetuates his dictatorship. On the other, restrictions should be +lifted on the mainstream Muslim League-N and Pakistan People's Party, who can +defeat the MMA in fair elections if not hogtied by the secret police. On the +other hand, the US should strong-arm India and Pakistan into a final settlement +of the Kashmir issue. Al-Zawahiri attempted to use Musharraf's lack of progress +in helping the Muslims of that Indian state as a justification for his +overthrow. The Kashmir issue generates far more terrorism, and even the threat +of nuclear war, than Iraq ever did. 2) Target Israel and encourage the worst +elements of the Palestinians by playing on the iron fist policies of the Sharon +government. Response: The US has succeeded in politically isolating Hamas, and +started the process of cutting off its funding. This terrorist organization can +now only pull off far less sophisticated bombings and attacks. It should +continue to be defanged. But Sharon's iron fist is simply not working as a means +of establishing general peace, and the Bush administration will have to finally +apply effective pressure on Sharon to stop his outrages in and colonization of +the West Bank and Gaza. Sharon's hard line has worked in tandem with Hamas's +terrorism to ratchet up tensions further and further, which spill over into the +Muslim world and serve as a recruiting tool for al-Qaeda in its search for +agents willing to hit the United States. Israel owes the United States at least +this much, in this crisis, to cease militarily unnecessary provocations and +establish genuine peace. 3) Make Iraq another Afghanistan, using the Republican +Right's own tactics against them. Response: Iraq is actually hostile territory +for al-Qaeda, and without Iraqi sympathizers it cannot succeed there. By moving +quickly to Iraqi sovereignty and improvement of Iraqi lives, the US may be able +to get Iraqis on its side, so that they turn in the foreigners. Certainly, the +Shiites already hate al-Qaeda and would help; likewise the Kurds. The problem of +mollifying the Sunnis, though, has to be solved to avoid giving al-Qaeda an +entrée. The Americans have to put away their free-market fetishism for a while +and find ways of creating jobs and pumping money into Iraqi households. We need +an FDR in Iraq, not a Ronald Reagan. Of course, the sooner the US soldiers can +be withdrawn in favor of less-provocative local or international forces, the +better. Getting the Spanish out of Iraq isn't nearly as good a rallying cry for +al-Qaeda in the Arab world as getting the Americans and British out. The thing +to keep in mind is that Sunni Arab nationalists and Baathists and local Sunni +radicals are likely to remain far more dangerous to the US in Iraq than al-Qaeda +infiltrators, and it would be dangerous to take one's eyes off the former ball. + +George W. Bush alleged Thursday that John Edwards lacks the experience necessary +to be president. The problem with this argument is that Bush lacked the +experience necessary to be president when he ran in 2000, so this sort of cheap +shot just hoists him by his own petard. Let's just remember a seminal Bush +moment in 1999: ' Bush fails reporter's pop quiz on international leaders + +November 5, 1999 + +Web posted at: 3:29 p.m. EST (2029 GMT) + +WASHINGTON (CNN) -- Texas Gov. George W. Bush is enduring sharp criticism for +being unable to name the leaders of four current world hot spots, but President +Bill Clinton says Bush "should, and probably will, pick up" those names. The +front-runner for the 2000 Republican presidential nomination faltered Thursday +in an international affairs pop quiz posed by Andy Hiller, a political reporter +for WHDH-TV in Boston. Bush Hiller asked Bush to name the leaders of Chechnya, +Taiwan, India and Pakistan. Bush was only able to give a partial response to the +query on the leader of Taiwan, referring to Taiwanese President Lee Teng-hui +simply as "Lee." He could not name the others. + +"Can you name the general who is in charge of Pakistan?" Hiller asked, inquiring +about Gen. Pervaiz Musharraf, who seized control of the country October 12. +"Wait, wait, is this 50 questions?" asked Bush. + +Hiller replied: "No, it's four questions of four leaders in four hot spots." . . +. Bush, in answering the question about the leader of Pakistan, also said: "The +new Pakistani general, he's just been elected -- not elected, this guy took over +office. It appears this guy is going to bring stability to the country and I +think that's good news for the subcontinent." Gore released a statement Friday +taking Bush to task for his comments on Pakistan's recent coup. "I find it +troubling that a candidate for president in our country -- the world's oldest +democracy -- would characterize the military takeover as "good news," Gore said. +"Further, I find it even more disturbing that he made these comments about a +nation that just last year tested nuclear weapons -- shortly after voicing his +public opposition to the Comprehensive Test Ban Treaty. A spokesman for +President Clinton also criticized Bush's comments. + +"It is very dangerous for this country to condone the overthrow of +democratically elected governments," said David Leavy, spokesman for the +National Security Council. Not only did Bush not know who General Pervez +Musharraf was, he seems to have confused coup-making with "taking office," and +moreover went on to suggest that the overthrow of an elected prime minister and +the installation in power of the Pakistan military, then the world's strongest +supporter of the Taliban, would bring "stability!" + +Musharraf made his coup in part because of the military's anger over Prime +Minister Nawaz Sharif's willingness to back down from confronting India over +Kashmir, so that he explicitly came to power as a warmonger. I can't tell you +how ominous I found Bush's performance in that interview. I still remember him +stuttering about "the General," unable to remember Musharraf's name. He +obviously had no idea what he was talking about, though he demonstrated a number +of ill-fated instincts. + +He obviously liked authoritarian rule better than democracy, equating +dictatorship with "stability." And, he didn't think he needed to know anything +about South Asia, with its nuclear giants and radical religious politics--the +latter a dire security threat to the US. He couldn't tell when things were +becoming more unstable as opposed to less. Musharraf went on to play nuclear +brinkmanship with India in 2002, risking war twice that year. Although Musharraf +did turn against the Taliban after September 11, under extreme duress from the +US, elements of his military continued to support radical Islamism and have +recently been implicated in assassination attempts on Musharraf himself. This +was the body that Bush proclaimed was bringing "stability" to the region in fall +of 1999. So, one answer to Bush's charge about Edwards is that if it had any +merit, Bush should have declined to run himself. Another answer is that Edwards +certainly knows far more about foreign affairs now than Bush did then. Indeed, +given how Bush has rampaged around the world alienating allies and ignoring +vital conflicts with the potential to blow back on the US, one might well argue +that Edwards knows more now than Bush does. This is what Edwards' campaign +literature said about his positions: "Edwards believes that the U.S. must be an +active leader to help resolve conflicts, from reducing tensions between India +and Pakistan to the peace process in Northern Ireland. Edwards is a strong +supporter of Israel, and believes that the U.S. has a vital role in promoting +peace between the Israelis and the Palestinians." I don't see Bush doing any of +this. + +From Friday's Daily Star + +By Juan Cole + +Friday, June 04, 2004 + +As the American public gradually wearies of the Iraq crisis, some have begun +worrying that the war could blow back on the US by creating the conditions for +anti-American terrorism. Israel, however, is much closer to Iraq and is likely +to suffer from Iraqi instability much more acutely than will the United States. +Ironically, among the strongest proponents of war in Iraq were Israeli Prime +Minister Ariel Sharon and his neoconservative supporters in the US. Have they, +however, actually weakened Israeli security? The biggest threat Israel faces is +not from conventional armies but from the asymmetrical tactics of Palestinian +national liberation movements. The derailing of the Oslo peace process by the +hard-line policies of Sharon and the Palestinian intifada has encouraged suicide +bombings. This, in turn, has discouraged international investment in Israel and +has made it less likely that immigrants to the country will actually remain +there. Although Israel withdrew from Lebanese territory in May 2000, the radical +Lebanese Shiite party, Hizbullah, has not been mollified. It is estimated to +have some 5,000 armed fighters, and they have pursued attacks against Israeli +forces to compel them to withdraw from the Shebaa Farms, a sliver of Syrian +territory that Israel annexed after the 1967 war. Any thorough assessment of the +impact of the Iraq war and its aftermath on Israel's security environment must, +therefore, closely examine its likely effect on the conduct of asymmetrical +warfare. Although it is often alleged (without much evidence) that Saddam +Hussein gave money to the families of Palestinian suicide bombers and so +encouraged asymmetrical warfare, it is not clear that he actually posed a danger +to Israel. The Palestinians who have been willing to kill themselves to end the +Israeli occupation of the Gaza Strip and the West Bank were not driven by +economic considerations. Saddam never did anything practical to help the +Palestinians. At some points, as in the late 1980s, he reportedly made +behind-the-scenes overtures to the Israelis to arrive at some sort of a deal. He +did not allow Palestinian radicals to launch operations against Israel from +Iraq. By the late 1990s, Iraq had no nuclear or biological weapons program, and +had destroyed its chemical weapons stockpiles. Its ramshackle army had virtually +collapsed before the American invasion in 2003. If it is hard to see how +Baathist Iraq posed any real threat to Israel, it is not so difficult to see a +menace in the current instability. The bungling of post-war Iraq by the Bush +administration created a weak and failed state. Armed militias, many staffed by +former Iraqi military men with substantial training and experience, have +proliferated. The US chose to ally itself with such groups as the Supreme +Council for the Islamic Revolution in Iraq, whose 15,000-strong Badr Corps +paramilitary was trained by the Iranian Revolutionary Guards. Anti-Israeli and +pro-Palestinian feeling is strong among several major Iraqi ideological groups +and currents. The more radical Shiites, who generally follow the theocratic +notions of Iran's Ayatollah Ruhollah Khomeini, routinely chant and demonstrate +against Israel. They vehemently protested the Israeli assassination of Sheikh +Ahmed Yassin, the leader of Hamas, last March. Worse for Israel, the +assassination drew a denunciation even from the moderate and cautious Grand +Ayatollah Ali Sistani, who wields enormous moral authority over Iraqi Shiites. +These Shiite movements had been suppressed by Saddam Hussein's regime, but have +now organized and armed themselves. They have also reestablished their +historical links with Lebanese and Iranian Shiites. It is inevitable that most +Iraqi Shiites will side with their Hizbullah coreligionists against Israel, and +it seems likely that Iraqi Shiites will get rich enough from Iraqi petroleum +sales in the future that they will be in a good position to bankroll Lebanese +Shiite radicals. Sunni Arab fundamentalists deeply sympathize with the +Palestinians and with Hamas, and those in Iraq have deep historical inks with +fundamentalists in Jordan and Palestine. Iraqi cities such as Fallujah and +Ramadi were on the truck route from Amman to Baghdad, and so came under the +influence of the Salafi movement, which is popular in Jordan. Secular Arab +nationalist groups also universally sympathize with the Palestinians, and those +in post-Saddam Iraq are no exception. Whereas Saddam Hussein's dictatorship +ensured that such populist currents were kept firmly under control, they are now +free to organize. An Iraq in which armed fundamentalist and nationalist militias +proliferate is inevitably a security worry for Israel. If even a modicum of +normality and security can be returned to Iraq, its citizens will be able to +benefit from the country's petroleum reserves. That private wealth can easily be +funneled into aid for the Palestinians and for Lebanese Shiites. Israel's +security interests are best served by peace with its neighbors, which can only +be achieved by trading land for peace with the Palestinians. Ariel Sharon's +aggressive near annexation of almost half of the occupied West Bank and his +indefinite postponement of any Palestinian state have created unprecedented rage +and violence. The anger has spread throughout the Muslim world, including Iraq. +The promotion by the pro-Zionist right of twin occupations - in the West Bank +and in Iraq - has profoundly weakened, not strengthened, Israeli security. Juan +Cole (www.juancole.com) is a professor of modern Middle East history at the +University of Michigan and author of "Sacred Space and Holy War" (I.B. Tauris, +2002). THE DAILY STAR publishes this commentary in agreement with Agence Global + +Tamils feel that the proposed defense agreement between India and Sri Lanka +would encourage Sinhala rulers to prepare for another war abandoning the current +peace process But there are strong hints in the country that a new Indo-Sri +Lanka defense deal could be in the making. And this has already drawn protests +from the Tamil National Alliance (TNA) which was backed by the LTTE in the April +general elections held in Sri Lanka. Apart from the 1,200 Indian lives lost in +1987, the Indian peacekeeping force was immensely unpopular not only in Tamil +Nadu and the Jaffna peninsula but also among the Sinhalese majority who +considered it a violation of their country's sovereignty. India defensive over +Sri Lanka + +By Ranjit Devraj + +NEW DELHI - While India is ready to enter into a "defense cooperation agreement" +with Sri Lanka, it is wary of being drawn into any military involvement in the +island nation's two decades-old civil war that has seen violent strife between +ethnic Tamils and the Sinhalese majority - leaving over 60,000 dead on both +sides. And that explains the delay in the signing of a formal defense agreement +that was at the heart of Sri Lankan President Chandrika Kumaratunga's four-day +visit to India recently. According to Professor S D Muni, South Asia expert at +the Jawaharal Nehru University, the two-year peace talks between Colombo and the +Liberation Tigers of Tamil Eelam (LTTE) are stalemated. For that reason, he +said, Kumaratunga's government was keen to beef up military preparedness with +Indian support. "The Sri Lankan government does not want to initiate a conflict +but would be interested in deterring the LTTE from starting one. And the Tigers +look as if they are on the brink of launching another offensive," Muni told IPS. +Colombo held six rounds of talks with the Tigers between September 2002 and +March 2003. But last April, the rebels abruptly pulled out of negotiations +demanding recognition, first, for the right to self-rule before proceeding any +further. Kumaratunga's India tour preceded a three-day visit to Sri Lanka by +Norwegian Foreign Minister Jan Petersen in a new bid to revive the peace talks +that were supposed to follow a ceasefire that Oslo successfully brokered in +February 2002. Petersen held discussions with both Kumaratunga and the reclusive +LTTE leader Velupillai Prabhakaran in the rebel stronghold of Kilinochchi +without success, and chief Tamil rebel negotiator Anton Balasingham and +Norwegian envoy Erik Solheim held closed-door talks at the international airport +late Saturday in an effort to keep the salvage effort on track, diplomatic +sources said. But they, too, failed. + +Colombo, too, seems to be in an intractable position. According to former Indian +army general A S Kalkat, the difficulty for Kumaratunga's government lay in the +fact that the LTTE had become a de jure power in the north and east of the +island and was running every aspect of civil administration in the areas within +its control. A veteran of India's military intervention in the Jaffna peninsula +to help implement the 1987 Indo-Sri Lanka Peace Accord - which ambitiously +provided for the disarming of the formidable LTTE - Kalkat said the new defense +deal would essentially be a reiteration of the older one minus its military +commitment. Kalkat, who currently chairs the independent US-based International +Council on Conflict Resolution, said despite the failure of the Indian army to +disarm or even subdue the Tigers, India remained the only power capable of +influencing the course of the current peace talks. "The Norwegians mean well but +their role is limited to that of honest broker and the LTTE is keenly aware that +they do not have the power [unlike India] to underwrite any arrangement," Kalkat +told IPS in an interview. In 1987, the Tamil Tigers reluctantly accepted the +peace accord under Indian pressure. Under the accord, a new northeastern +provincial council was formed and the Indian army was deployed as peacekeepers +in the north and east. However, differences between India and LTTE soon surfaced +and led to clashes between Tiger guerrillas and the Indian peace keeping force. +About 1,200 Indian soldiers were killed during this phase of the conflict. India +had to pull back its forces from Sri Lanka in 1989 following the election of +Ranasinghe Premadasa, a strong critic of Indian mediation. Last June, an +international initiative led by Japan to persuade the LTTE to come back to the +negotiating table failed despite an aid package offer of US$4.5 billion. Japan's +special envoy, Yasushi Akashi, who called for tangible progress in the peace +process before the money would be released, came back from visits to Colombo and +Kilinochchi in early November a frustrated man. He complained about the "visible +lack of progress" and reaching an impasse in talks with both sides. The Tigers' +chief ideologue, Balasingham, sniffed at the proposal saying that "a solution to +the ethnic conflict cannot be predetermined by the resolutions or declarations +of donor conferences, but has to be negotiated by the parties in conflict +without the constraints of external forces." But there are strong hints in the +country that a new Indo-Sri Lanka defense deal could be in the making. And this +has already drawn protests from the Tamil National Alliance (TNA) which was +backed by the LTTE in the April general elections held in Sri Lanka. "Tamils +feel that the proposed defense agreement between India and Sri Lanka would +encourage Sinhala rulers to prepare for another war abandoning the current peace +process," TNA member of parliament P Sithamparanathan was quoted as saying in a +statement. She added that recent visits to the island by India's top military +brass including army chief General Nirmal Chander Vij have "caused apprehension +among Tamils that preparations are under way for another war in the island". But +Kalkat pointed out that India would be ill-advised to be involved again, +militarily, with Sri Lanka if only because it still had to consider the +sentiments of 45 million ethnic Tamils in the Indian state of Tamil Nadu - +separated from Sri Lanka's Jaffna peninsula by the narrow Palk Straits. Apart +from the 1,200 Indian lives lost in 1987, the Indian peacekeeping force was +immensely unpopular not only in Tamil Nadu and the Jaffna peninsula but also +among the Sinhalese majority who considered it a violation of their country's +sovereignty. The best option, now, under the present difficult circumstances is +for Colombo to do its own dirty work, although New Delhi can always be counted +on to render good neighborly help because of the shared belief that religion, +ethnicity and language cannot be the basis for secession. In any case, Kalkat +puts it succinctly: "There cannot be a military option to what is a political +situation." Asia Times Online 16/11/2004 + +Unreported by the international media, the Valley of Kashmir has seen an ethnic +and cultural genocide that has resulted in the fleeing from the valley of almost +all the Hindu families who have been living there since human habitation was +first recorded. Over nine dozen temples that had served the Hindu population +have been destroyed, with some used as building material and others as urinals. +Thus far, none of the many "human rights" busybodies across the world have +bothered to even notice such a development. Musharraf calls the bluff + +M.D. Nalapat + +While most U.S. secretaries of state -- save perhaps Dean Rusk -- have gobbled +up credit for outcomes that they had little to do with, few have been as brazen +as Colin Powell. Two years ago, Pakistani President Pervez Musharraf was +surprised when the leader of the main Islamist alliance -- Maulana Fazlur Rahman +-- visited India and issued a series of highly conciliatory statements. As +Pakistan's president had been telling the United States he was "forced" into +taking a hawkish line on India precisely by the likes of Rahman, this was an +embarrassment. The reality is that India is no longer the enemy of choice for +the people of Pakistan. That distinction has now gone to the United States. + +Realists, and this even includes members of the U.S. Democratic foreign policy +establishment such as Strobe Talbott, who have long sought to divest India of +its defensive capability against another nuclear power in Asia, understand the +only feasible solution for Kashmir is the acceptance of the status quo. India +keeps what it has while Pakistan and China (which was gifted a slice of the +territory three decades ago) do likewise. Simultaneously, New Delhi would ensure +a degree of autonomy for the state that would help cut popular support off from +jihadis attempting to convert Kashmir into a second Afghanistan. Bill Clinton +understood this at the end of his term in office yet, under Colin Powell (who +appears to have an affinity for generals active in politics), the pendulum of +U.S. policy has once again swung toward a quixotic effort to prize at least the +Valley of Kashmir loose from India. This, Pakistan's lobbyist in Washington +Christina Rocca has been told, is the "minimum" that the Pakistan army will +accept. It is also far more than what any administration in New Delhi can +deliver. This writer has for years regarded the best solution to the Kashmir +problem as being the trifurcation of the Indian part of the state into a +Hindu-majority Jammu, a Buddhist-dominated Ladakh and the overwhelmingly Muslim +Kashmir Valley, with the third state given little of taxpayers' money but +substantial autonomy. With luck, the Kashmir Valley can attract investment from +the Middle East and other locations where Muslims are dominant and become a +tourist, education and services haven within India. The overwhelming majority of +Muslims in Kashmir would be happy with such an outcome, except for the tiny +jihadi segment patronized by the U.S. State Department and the Pakistan Army, +which would like to even the score with India for their catastrophic defeat in +Bangladesh in 1971. Unreported by the international media, the Valley of Kashmir +has seen an ethnic and cultural genocide that has resulted in the fleeing from +the valley of almost all the Hindu families who have been living there since +human habitation was first recorded. Over nine dozen temples that had served the +Hindu population have been destroyed, with some used as building material and +others as urinals. Thus far, none of the many "human rights" busybodies across +the world have bothered to even notice such a development. Indeed, their reports +are filled with tales of the "atrocities" of Indian troops on the innocent +jihadis. Despite Sept. 11, the United States still supports the Kashmir groups +that back jihad as part of the price Washington is paying to keep Pervez +Musharraf happy. Unfortunately for them, the general has decided to take +seriously Colin Powell's frequent boasts that it was on his nudging that the +Indians made conciliatory gestures toward Islamabad. The U.S. State Department +and the misnamed think tanks that follow its lead have held numerous conferences +on Kashmir and, in most of them, the solution that has emerged is a valley +prized loose from Indian control and under its own version of Ibrahim Rugova. +That India is not Yugoslavia and that the "foreigner-led" Indian National +Congress can least afford to ignore Indian nationalism, has not struck the +conferees, among whom have been several Indian "scholars" and "analysts" ready +to say and endorse anything for the sake of a free trip to New York or Vienna. +Despite many wrinkles, India remains a part-democracy and merely signing on to a +piece of paper that calls for an independent Kashmir does not get you into the +trouble that writing an op-ed piece against Sonia Gandhi or Atal Behari Vajpayee +would instantly. It was the business community in India that stepped in after +Vajpayee indulged in an empty bout of saber rattling in 2002, pointing out that +the only beneficiary of the mythical perception that war -- especially nuclear +war -- was around the corner in the subcontinent was China. The reason for this +is that India is emerging as an alternative investment destination to China, +hence the favor that the generals in Islamabad do to their trusty supplier of +nukes and missiles by creating a scare about war involving India when in fact +the real flashpoints are the Taiwan Straits and North Korea. Since then, India +has talked peace while always signaling that only the status quo would be +acceptable as a final settlement: a line of action that is followed in the case +of disputes with China as well. Unfortunately for those eager to indefinitely +carry on with the lucrative business of conflict resolution in South Asia, +Pervez Musharraf has now called Colin Powell's bluff, challenging him to deliver +on his frequent statements implying that the Indians jump to his commands. Once +the Manmohan Singh government shows that it has little appetite for suicide, +Musharraf will face the moment of truth: accept the inevitable, or once again +ramp up the insurgency and spawn a fresh lot of killers that can hit not merely +Mumbai and New Delhi but London and Chicago as well. The one country that has +shown that it understands the realities in South Asia is China. Under President +Hu Jintao, Beijing has opened out to New Delhi and Prime Minister Wen Jiabao is +expected to visit early next year, making friends by formally accepting Sikkim +as part of India and backing India as a permanent member of the U.N. Security +Council -- thus leaving Washington as the only one of the "permanent five" that +has not yet done so. With Colin Powell around, the U.S. has no need of an Osama +bin Laden + +M.D. Nalapat, an expert on jihad, is professor of geopolitics at the Manipal +Academy of Higher Education, India. Washington Times 28/10/2004 + +Ok. We all know that John Kerry served in Vietnam. Four whole months, after +which he took advantage of a little-known, little-invoked regulation that +allowed him to desert his "band of brothers". We also know how Dan Rather +libeled George Bush and impugned his service in the Texas Air National Guard on +a "60 Minutes II" report based largely on forged documents. During his time in +the Guard, George Bush flew the F-102 Delta Dagger fighter-interceptor. The +F-102 saw service in the Vietnam theater between March 1962 and December 1969. +During this time, F-102 squadrons were based out of Tan Son Nhut, Da Nang and +Bien Hoa in Vietnam, and Udorn and Don Muang in Thailand. ( Click here for +source. ) + +As far as George Bush knew, he and his unit could have been transferred to +Vietnam. In all this so-called controversy, has anyone considered that perhaps +George Bush just wanted to fly jets? And, let's remember, flying supersonic +fighter jets is dangerous! They don't let just anybody do it. + +Some reporters (you know, the ones with journalistic ethics) have actually +uncovered the truth about George Bush's service in the Texas Air National Guard. +For example, did you know that George Bush spent considerably more time in +uniform than John Kerry? What follows is the text of an e-mail sent to me by a +friend of mine (thanks to Dave Manzano). Read on to learn the facts. + +--------- + +Bush’s National Guard years + +Before you fall for Dems’ spin, here are the facts + +What do you really know about George W. Bush’s time in the Air National Guard? +That he didn’t show up for duty in Alabama? That he missed a physical? That his +daddy got him in? + +News coverage of the president’s years in the Guard has tended to focus on one +brief portion of that time — to the exclusion of virtually everything else. So +just for the record, here, in full, is what Bush did: The future president +joined the Guard in May 1968. Almost immediately, he began an extended period of +training. Six weeks of basic training. Fifty-three weeks of flight training. +Twenty-one weeks of fighter-interceptor training. That was 80 weeks to begin +with, and there were other training periods thrown in as well. It was full-time +work. By the time it was over, Bush had served nearly two years. Not two years +of weekends. Two years. + +After training, Bush kept flying, racking up hundreds of hours in F-102 jets. As +he did, he accumulated points toward his National Guard service requirements. At +the time, guardsmen were required to accumulate a minimum of 50 points to meet +their yearly obligation. According to records released earlier this year, Bush +earned 253 points in his first year, May 1968 to May 1969 (since he joined in +May 1968, his service thereafter was measured on a May-to-May basis). Bush +earned 340 points in 1969-1970. [In other words, Bush earned enough points to +satisfy the requirements for his entire six year hitch in 1969-1970 alone. - +acd] He earned 137 points in 1970-1971. And he earned 112 points in 1971-1972. +The numbers indicate that in his first four years, Bush not only showed up, he +showed up a lot. Did you know that? + +That brings the story to May 1972 — the time that has been the focus of so many +news reports — when Bush “deserted” (according to anti-Bush filmmaker Michael +Moore) or went “AWOL” (according to Terry McAuliffe, chairman of the Democratic +National Committee). Bush asked for permission to go to Alabama to work on a +Senate campaign. His superior officers said OK. Requests like that weren’t +unusual, says retired Col. William Campenni, who flew with Bush in 1970 and +1971. “In 1972, there was an enormous glut of pilots,” Campenni says. “The +Vietnam War was winding down, and the Air Force was putting pilots in desk jobs. +In ’72 or ’73, if you were a pilot, active or Guard, and you had an obligation +and wanted to get out, no problem. In fact, you were helping them solve their +problem.” So Bush stopped flying. From May 1972 to May 1973, he earned just 56 +points — not much, but enough to meet his requirement. Then, in 1973, as Bush +made plans to leave the Guard and go to Harvard Business School, he again +started showing up frequently. In June and July of 1973, he accumulated 56 +points, enough to meet the minimum requirement for the 1973-1974 year. Then, at +his request, he was given permission to go. Bush received an honorable discharge +after serving five years, four months and five days of his original six-year +commitment. By that time, however, he had accumulated enough points in each year +to cover six years of service. During his service, Bush received high marks as a +pilot. A 1970 evaluation said Bush “clearly stands out as a top notch fighter +interceptor pilot” and was “a natural leader whom his contemporaries look to for +leadership.” A 1971 evaluation called Bush “an exceptionally fine young officer +and pilot” who “continually flies intercept missions with the unit to increase +his proficiency even further.” And a 1972 evaluation called Bush “an exceptional +fighter interceptor pilot and officer.” Now, it is only natural that news +reports questioning Bush’s service — in The Boston Globe and The New York Times, +on CBS and in other outlets — would come out now. Democrats are spitting mad +over attacks on John Kerry’s record by the group Swift Boat Veterans for Truth. +And, as it is with Kerry, it’s reasonable to look at a candidate’s entire +record, including his military service — or lack of it. Voters are perfectly +able to decide whether it’s important or not in November. The Kerry camp blames +Bush for the Swift boat veterans’ attack, but anyone who has spent much time +talking to the Swifties gets the sense that they are doing it entirely for their +own reasons. And it should be noted in passing that Kerry has personally +questioned Bush’s service, while Bush has not personally questioned Kerry’s. In +April — before the Swift boat veterans had said a word — Kerry said Bush “has +yet to explain to America whether or not, and tell the truth, about whether he +showed up for duty.” Earlier, Kerry said, “Just because you get an honorable +discharge does not, in fact, answer that question.” Now, after the Swift boat +episode, the spotlight has returned to Bush. That’s fine. We should know as much +as we can. + +And perhaps someday Kerry will release more of his military records as well. +Byron York is a White House correspondent for National Review. His column +appears in The Hill each week. + +One week to elections day and the general atmosphere in the capital is eerie, +yet strikingly familiar. I suspect the streets of Baghdad will look as if a war +is looming this week. There is no doubt that many Iraqis regard the date of 30 +January as a day of renewed hope, one they have been awaiting all their lives, +but at the same time, many others are already dreading it. The interim +government has promised security measures that would reduce the violence on the +day of elections, but I fail to see how they will be able to protect all 5,000 +(or so) balloting centres. Many voting centres have already been successfully +attacked or destroyed in many areas. Now that the picture is clear, the two main +competing lists seem to be the United Iraqi Coalition list and Allawi's +Al-Iraqiya list. Ayad Allawi, and other ministers running on his list, have +quite expectedly used their governmental positions in campaigning. One minister +reportedly handed out 100 dollar 'gifts' to journalists attending a press +conference for Allawi, a practice that brings back bad memories to many Iraqis. +Sheikh Naji Al-Abbudi, a spokesman for Sistani, affirmed the claims that the +Grand Ayatollah is backing the United Iraqi Coalition list. Indeed, Sistani's +agents all over the country have been quite active in educating Iraqi Shia on +the merits of elections, which has led to the assassination of at least two of +them. Al-Abbudi stated that "His Emminence" decided to openly support the list +because "others" (obviously a reference to Allawi) have been abusing official +state positions and media outlets in their campaigning. Again there is no +official written statement from Sistani's office confirming this allegation, +which I think is intentional. Ahmed Al-Chalabi and defense minister Hazim +Al-Sha'lan have been engaging in shrill public attacks over the media. Chalabi +describing Sha'lan as a "Ba'athist" and a "former double agent for Saddam and +the CIA", while Sha'lan dismisses Chalabi as a "thief" and an "Iranian stooge +who longs for his own origins by defending Iran". One remark made by Sha'lan on +Al-Arabiya TV, that he couldn't say more about Chalabi because he would +embarrass himself and the viewers almost made me roll on the floor. It was an +extremely amusing episode, watching Chalabi looking smug and amused, contrasted +with Sha'lan, all serious and barely keeping himself from swearing. Fistfights, +please. + +Hazim Al-Sha'lan, by the way, is the son of the late Sheikh of Al-Khaza'il in +Diwaniya and has the potential to replace former information minister, M.S. +Al-Sahaf, in his nonsensical media statements, which can be passed as jokes. The +main Kurdish coalition list (PUK and KDP) is barely mentioned outside the +Kurdish region. Even there, many Kurds look and act as if they are going to grab +the chance to vote them out of power. I doubt that will be the outcome though. +Many Iraqis, including conservative and religious Iraqis, are surprisingly +rooting for the Iraqi Communist party, probably in an attempt to counter the +influence of Islamists in the forthcoming National Assembly. The Communist party +has the largest number of registered party members in the country and can be +considered as the oldest popular political party in Iraq. Its support base is +much larger than what it seems. *** + +Several candidates were assassinated and targeted these last two weeks, others +have been forced under threats to withdraw and to follow the example of the +Islamic party. Sectarian tensions are at their highest since April, 2004, with +Sunni insurgents now openly attacking Husseiniyas and Shia mosques. I had an +interesting conversation with a middle-aged taxi driver who used to live in +Fallujah and is now at relatives in Amiriya, Baghdad. After asking me which +tribe I belong to (thus assessing my sectarian background) he started hurling +abuses at the Shia, calling them Persians, Majoos (fire worshippers), rabid dogs +and a handful of other descriptions that I can't mention here. He described +Allawi's face as that of a f*ed horse and he dismissed the whole government as a +band of thieves and traitors. I didn't argue with him but I asked him what he +believed would be a viable solution to this mess. He said that resistance was +the only commonsense solution. First driving out the Americans, then fighting +the Shia back into submission (as in 1991). Sunni Iraqis contend that elections +are impossible to hold under occupation. Leaving aside the fact that this views +conflicts with other historical examples in the region, Sunnis have never +offered an alternative choice, which eventually leads one to guess that the +opinion held by the Fallujan taxi driver above is precisely what they are +planning to implement. I had another conversation some months ago with a retired +Ba'athist old-timer who claimed that Ba'athists have the means to stage a third +coup d'etat and return to power within 10 hours of an American withdrawal. On +sensing my incredulity to his statement he asserted that Ba'athist cells exist +in all parts of the country and that they do have a central command, even though +many have formed seperate cells (often under Islamic labels) with their own +leaderships. He said that they have the training and the funding as well as the +support of neighbouring and regional governments. I concur that Ba'athists and +former security forces are capable of immediately controlling at least 5 out of +18 governorates, along with the capital, if Americans are to be removed from the +picture entirely. But I also see that as a fatal misconception, which is doing +Sunnis harm, because I don't believe the US is going anywhere so soon. Any +government that assumes power after the elections also realises this, so not +even Sistani is going to call the US to withdraw its troops, despite what he is +saying now, not until they are ensured the insurgency is out of the picture, or +that they have an alternative foreign power (in this case Iran) to back them up. +The only hope now is that, following the elections, the National Assembly would +offer the hand of peace and reconciliation to the dissenting parties. I would +suggest going for tribal Sheikhs rather than clerics, since they have the upper +hand in their areas and can effectively root out any Ba'athists in their midst +in return for a promise of sharing power and authority. Many of these Sheikhs +have been disenfranchised and abused over the last two years. Very recently, US +forces in Al-Anbar made a terrible blunder by accidentally killing Abdul-Razaq +Inad Al-Gu'ud, Sheikh of the Al-Bu Nimr clan from the powerful Dulaym tribe. +Al-Gu'ud had favoured elections and was in good terms with the government. The +Gu'ud family even accepted to be offered the seat of Al-Anbar governor some +months back. The Al-Bu Nimr in Ramadi and Al-Qaim rose in arms against Saddam in +the mid-nineties following the execution of Thamir Madhlum Al-Dulaymi, an Air +Force general belonging to their tribe. The revolt took two weeks to be +suppressed by the Republican Guard. Another bad step was the recent arrest of +Sheikh Hassan Al-Lihabi, of the Lihaib tribe which is scattered between the +governorates of Al-Anbar, Mosul and Salah Al-Din. Al-Lihaibi was running in +elections and is now said to have withdrawn following this incident. I believe +national reconciliation to be the only path forward to a new Iraq. The Shia +cannot live without the Sunnis, and vice versa. Both have shared this country +for the last 14 centuries and there is no possible way that one can live without +the other. Even partition is not a possibility, there are no clear borders +between the two. + +Remember Luis Posada Carriles ? + +Here's a Miami Herald interview with the relaxed terrorist and former CIA +operative in a luxury condo, published yesterday. ("At first I hid a lot. I +thought the US government was looking for me. Now I hide a lot less.") Because +of such talk, Posada has been taken into custody by Immigration officials. I +can't imagine they wanted to do this. Authorities would likely have been happy +answering questions about Posada's whereabouts with an indefinite shrug. As +recently as last week the official line stated they had no knowledge he had +entered the country. But comfortable among the thugs, Posada overplayed his hand +and embarrassed his old patron, the US government. And though he'd been a +faithful servant, he was not such a player that he could get away with that. He +should have taken a cue from another bomber some pesky dark-skinned foreigners +want extradited, CIA operative Michael Meiring. Posada should have told any +inquisitive journalist at his doorstep something like Meiring told the single +American reporter who bothered following his bloody trail from the Philippines, +that "If this harms me in any way, you will find my power then, and you'll find +out who I am." But then, maybe that wouldn't have saved him either, because +Posada is not Meiring. Posada can be given up, but Meiring can't. Meiring's +crimes are fresh, and wave the false flag which is the "War on Terror." They +happened in the Philippines which, like Pakistan, is an important and vulnerable +node for the business which intelligence agencies and terrorist organizations +conduct with each other. (Ask Terry Nichols about the Philippines.) The bombings +implicated Muslims, and exacerbated regional tensions which the Bush regime and +its friends wearing the brass in the Philippine military sought to exploit. +Posada's crimes, on the other hand, must seem like ancient history, especially +to a people who don't know their history. And to those who don't even know their +crimes, not even that. But will Posada be given up? I doubt he will be +extradited to Venezuela, which is the only way that question could be answered +with a Yes. I expect it will be determined that, under "Strong Man" Hugo Chavez, +Posada could not be guaranteed a fair trial. The hope may be that Posada can +soon be offered to a post-Chavez Allawi-like puppet in Caracas. Whether such an +offer were accepted or declined would make no difference; justice would not be +served then. But Posada's nearly 80 years old, and the Venezuelan people will +ensure that's a vain hope. So instead Posada may be held indefinitely, in +comfortable custody. An embarrassment to the US still, just not as embarrassing +as having the old killer strut about Miami, gloating in his freedom. Meiring is +more than an embarrassment. His case threatens the consensus fiction of the "War +on Terror." So his name will remain unspoken. Another connection to Philippine +terror and weapons smuggling- dating from the 1980s- is alleged in the book +Disposable Patriot, by Jack Terrell. Terrell, a CIA asset originally recruited +for the Contra effort, identifies the man attempting to recruit him into the +Philippine scheme as Oliver North...I seem to recall the object was to smuggle +explosives. http://www.amazon.ca/exec/obidos/ASIN/0915765381/701-3377456-8181939 + +I've read the book- it's a first person memoir with the ring of truth, +especially since so much of the wider context has confirmed the allegations of +Contra drug connections that led to Terrell becoming a target for discrediting +by the TWIG counterintelligence group that ran interference for the Contra +effort, staffed by covert ops types including Ollie North, Robert Owen, Vince +Cannistaro and Buck Revell. Peter Dale Scott includes an account of how +Terrell's whistleblowing was stifled by them in his book Cocaine Politics. ... +same ole, same ole... Due to the Judge in the 1983 case ruling that a CIA agent +could not testify using a pseudonym, therefore opening him to cross-examination +by Wilson, the prosecution had a problem. They needed someone that could +convince the jury they had been able to see all relevant documents in CIA files +on Wilson. Wilson was claiming that he had been working for the CIA when he sold +the C-4 to Quaddaffi. The prosecution was charging he was a rogue using his +contacts from former service in both CIA and the 'Office of Naval Intelligence'. +Wilson had been able to show that he'd had more than 80 "non-social contacts" +with the CIA since his retirement in 1971, leaving the prosecution's case in +turmoil. Then Charles A. Briggs came to the rescue. Third ranking CIA officer, +Briggs signed a declaration on February 3rd, 1983, that on November 8th, 1982, +he had authorized a search of CIA records "for any material that in any way +pertains to Edwin P. Wilson, or the various allegations concerning his +activities after February 28th, 1971, when he retired from the CIA." The Briggs +Declaration states that with one exception in 1972, Wilson did not work +"directly or indirectly" for the CIA since retiring. +http://www.disinfo.com/archive/pages/dossier/id334/pg1/ + +Last week, Federal District Judge Lynn Hughes in Huston, Texas, threw out +Wilson's two-decades old conviction. Judge Hughes wrote: `government knowingly +used false evidence against him,' concluding `honesty comes hard to government.' +http://www.bigeye.com/111003.htm + +http://www.thekcrachannel.com/news/4503872/detail.html + +looks like it is rearing its head again in Louisianna.. + +Former Pastor, Deputy Implicated In Church Child Sex Abuse + +PONCHATOULA, La. -- Sheriff's deputies in Louisiana made a third arrest +Wednesday in the ongoing investigation of a case involving allegations of sexual +abuse of children and animals at a Ponchatoula, La., church. Austin Aaron +Bernard III, 36, was arrested on a charge of aggravated rape of a child under +the age of 13. Police said Bernard confessed to detectives that he had sex with +a young girl in November 2002 and admitted to knowing about sexual acts +involving children and a dog that occurred at Hosanna Church. Tangipahoa Parish +sheriff's deputy Christopher Blair Labat, 24, was booked Tuesday on one count of +aggravated rape and one count of crime against nature. On Monday, Louis +Lamonica, 45, the former pastor of Hosanna Church, was booked with two counts of +aggravated rape and one count of crime against nature after he walked in to the +Livingston Parish Sheriff's Office and said he could implicate others in a +situation at the church that reportedly occurred two years ago. We have a +similar case unravelling up here in the northwest with a murder of a family and +missing children taken for some purpose. If I was Rummy I'd send Posada to Iraq +to blow things up there. + +yeah, "things"... + +Yesterday evening, the Posada story was featured in the public television news +show in Germany (ARD, Tagesthemen). The newly released papers, showing him +complicit in the airliner bombing, were mentioned gandalf + +Now that's a post I can relate to. You really got me thinking, I enjoy reading +this blog. I don't know how others feel, but I'm definitely looking into +immigration to Canada as an option. The good ól US of A aint what it used to +be. I like yuor blog. Please check out my who let the dog out blog. + +hey that's a great blog, I also have a site about los angeles online dating you +can check it out : los angeles online dating + +This is a excellent blog. Keep it going. + +This may be of interest to you I have a free online dating service. It pretty +much covers dating stuff. + +I'll be sure to come back. + +Hey I just love your blog. I also have a dating advice blog/site. I mostly deals +with dating advice + +Please come and check it out if you get the time! + +I was searching for dog food info and found this post. I agree totally! Paul + +How Would You Like To Know How YOU Can Live In A Beautiful NEW House That Is +Custom-Designed To YOUR Specifications.........And At NO COST To You? You CAN Do +It. And It's Not Hard To Do.... IF You Know HOW. + +Don't Let This Pass You By Without At Least Taking A Look. + +The Only Catch Is That You HAVE To Have An Income ABOVE $21,000...... +And......You HAVE To Follow The Easy Instructions Provided To You. +Get-A-Free-House.com + ++ As the implications of the Andaman Islands situation sink in, Indian +intelligence has inevitably come under scrutiny. In recent months, its +fallibility has become evident. The inability to foresee in advance the +assassination attempt on the pro-India political leader and former Bangladeshi +prime minister Sheikh Hasina Wazed last August 21 at a political rally in Dhaka, +and the recent "coup" by Nepalese King Gyanendra dismissing his government and +imposing a virtual absolute monarchy, are glaring examples of intelligence +failure. + Trouble on India's islands + +Ramtanu Maitra + +In early February, India charged 34 Arakan separatists from Myanmar with hiding +in the Landfall Islands, part of the Andaman Islands group (see end note). These +alleged members of the Arakan Army, the military wing of the National Unity +Party in Myanmar, have been charged with illegal entry. It is likely, but not +certain, that they will be deported to Myanmar. But the news of the Arakan +rebels is just the tip of the iceberg when it comes to growing concern in New +Delhi over the security of the Andaman Islands. Reports are circulating in the +intelligence community that the Andaman Islands are not only thick with Myanmar +rebels. It has also become an arms depot of the Liberation Tigers of Tamil Eelam +(LTTE), who operate almost freely in the Andaman Sea. Information pointing in +this direction came to light after the December 26 tsunami, which took a heavy +toll on the Andamans. Correspondents who flocked in to cover the tsunami found +they also had another story - the miserable security situation surrounding the +Indian navy's Far Eastern Naval Command, now being established along with +India's "blue water navy". Deteriorating security + +Security problems in the Andaman Sea are not new, but they have deteriorated +during the past few years, in tandem with a deterioration in the security +situation in Bangladesh, Nepal and Bhutan, and particularly in the northeastern +Indian states of Manipur, Nagaland and Tripura. While the Indian army has become +rock-solid in the western front, and has developed the capability of +withstanding any Pakistani adventure in that sector, it has become highly +vulnerable in its eastern sector, where its enemy is not a national army but a +multitude of secessionist, terrorist and drug-running militants operating +between Southeast Asia and northeastern India through Bangladesh. The Andaman +Sea is a major conduit for this traffic, and the 572 large and small islands +that constitute the Andaman and Nicobar group are a natural transit base. The +drugs and arms travel in all directions. Since the "Sea Tigers" of the LTTE, +better known as the Tamil Tigers, are the ones who rule the Andaman Sea: they +carry the arms and drugs for their own use and also to deliver to rebels in Aceh +and all along the east coast of Africa. It is old news that the Tamil Tigers +have developed a strong network within South Africa. This is not unknown to New +Delhi. A recent report by a journalist from Port Blair, in the Andamans, quoted +an unnamed official saying that foreigners from Myanmar, Bangladesh and Sri +Lanka have permanently settled in the islands, using fake Indian ration cards, +while citizens of Thailand, China, Indonesia and Malaysia have migrated +temporarily to plunder the natural resources and leave. "Port Blair, Havelock +Islands, Diglipur, Middle Nicobar, Campbell's Bay, Neil Islands and Rangott are +mostly overrun by foreigners," he said. An official estimate issued in 2003 +suggests there are 50,000 "foreigners" in the Andaman Islands, but unofficial +figures are much higher than this. A large number of them are Bangladeshis, who +like millions of their countrymen have left their densely populated homeland to +settle elsewhere. As most of them have few technical skills, and the Andamans +have little demand for them in any case, they turn to smuggling and other +unlawful activities. The presence of the Sea Tigers in the area with guns, cash +and drugs makes the situation extremely dangerous. Reports from Port Blair make +it evident that New Delhi gets little on-the-ground intelligence, and the Indian +Coast Guard is grossly unequipped to deal with the surge of illegal migrants to +the islands. One unnamed naval officer was quoted saying, "Arms smuggling is a +very profitable business in this region." Considering the islands' huge +strategic importance, it is amazing how lax New Delhi has been. These islands +sit aside the vital sea lanes of the Strait of Malacca, through which 300 +tankers and merchant ships pass daily, bringing in oil for the Far East and +Southeast Asia. Intelligence lapses + +As the implications of the Andaman Islands situation sink in, Indian +intelligence has inevitably come under scrutiny. In recent months, its +fallibility has become evident. The inability to foresee in advance the +assassination attempt on the pro-India political leader and former Bangladeshi +prime minister Sheikh Hasina Wazed last August 21 at a political rally in Dhaka, +and the recent "coup" by Nepalese King Gyanendra dismissing his government and +imposing a virtual absolute monarchy, are glaring examples of intelligence +failure. With growing economic and military power, India will be dependent on +smaller nations in the region increasingly to maintain regional security. Unless +New Delhi does better in providing security to its own nationals against rebels, +secessionists, drug runners and arms traffickers, it will not generate much +confidence in the capitals of surrounding nations. In fact, it would tend to +encourage more organized anti-India outfits, such as the Pakistani +Inter-Services Intelligence (ISI) and outside-linked Maoists, to exploit these +networks and weaken India's eastern flank. Indian intelligence's lackluster +performance in dealing with the LTTE is startling. This formidable enemy, which +gave the Indian army a black eye in the mid-1980s, has been operating in +northeastern India and in the Andaman Sea for a long time. In 2001, according to +Indian army officials, security forces launched a wide-ranging operation in the +300-some inhabited islands neighboring Andaman and Nicobar, and found huge +caches of arms. The arms were said to belong to the LTTE and "other terrorist +groups". The search-and-destroy operation was carried out by the Indian +government after repeated requests from Colombo. In addition, LTTE activity in +the Andaman Sea is well known to local observers. The biggest LTTE maritime +disaster was reported in the now-defunct Asiaweek in 2001. A shipment of +weapons, ammunition and explosives, believed to have been purchased from +Cambodia and worth several million dollars, left the port of Phuket in Thailand +in early February 2001 aboard the freighter Comex-Joux 3. As is LTTE standard +procedure, the vessel changed its name at sea to Horizon. On its journey across +the Bay of Bengal the freighter was tracked by the Indian navy and Orissa-based +spy planes of India's Aviation Research Center; it was intercepted by Indian +naval vessels off Sri Lanka's east coast. LTTE arms-running + +In 1997, the Thai navy reported the interception of a 16-meter boat after a +chase off the Thai port of Ranong, and the confiscation of two tons of weapons +and ammunition. Among the weapons intercepted were two rocket-propelled-grenade +launchers, 20 assault rifles, M-79 grenade launchers and more than 10,000 rounds +of ammunition. Four persons were arrested, reportedly belonging to the Manipur +Revolutionary People's Front. Six crew members were from the Arakan region of +Myanmar. The boat was heading toward Cox's Bazar in Bangladesh. Until 1995 the +LTTE maintained a base at Twante, an island off the coat of Myanmar, west of the +Andaman islands. Subsequently, Phuket became the LTTE's main backup base. A Sri +Lanka-born Tamil with a Norwegian passport was arrested by Thai authorities in +2000 for his links with the LTTE. At the time of his arrest, the suspect was +allegedly involved in constructing a "submarine" in a shipyard on the island of +Sirae near Phuket on the Andaman Sea coast. Steady buildup + +The real threat to the Andaman Islands is the steady building-up of ports and +conduits that serve the Tamil Tigers and a host of less-strong militant groups. +Over the past decade, Bangladesh has steadily moved into a state of lawlessness. +A number of extremist groups, under the cover of the Islamist movement, have +become active in drug trafficking, gun running and anti-Indian activities. It is +widely acknowledged that the Pakistani ISI has nurtured a number of extremist +Islamist groups, such as the Harkat-ul-Jehad-al-Islami, in the port city of +Chittagong, and put a number of secessionist rebels from India's northeast in +touch with this terrorist network. As a result, north of the Andaman Islands, +Bangladeshi coastal areas have become a nest of terrorists involved in the +shipment of drugs and arms. A pattern of arrests and seizures indicate that arms +are brought by the LTTE from Laos, Cambodia and Thailand into Chittagong, from +where they are transported northward by land to Bhutan. The route from Kalikhola +in Bhutan to Cox's Bazar passes through northern Bengal, Assam and Meghalaya, +and on into Chittagong. Note + +India's Andaman and Nicobar Islands comprise more than 500 islands lying 1,000 +kilometers east of Sri Lanka in the Bay of Bengal. Stretching 750 kilometers +from end to end, they reach from near the coast of Myanmar almost to Sumatra in +Indonesia. The Ten Degree Channel divides the Andamans, which are the larger and +more heavily populated northern islands, from the 20 or so Nicobar Islands in +the south. On South Andaman, the most heavily populated island, is Port Blair, +which is the capital and the only large town in the entire archipelago. Travel +to the Nicobar Islands is forbidden to non-Indians, and they are also not +allowed in some parts of South Andaman Island. Ramtanu Maitra writes for a +number of international journals and is a regular contributor to the +Washington-based EIR and the New Delhi-based Indian Defense Review. He also +writes for Aakrosh, India's defense-tied quarterly journal. + +[ Karzai also has to deal with the stepped up rivalry between India and Pakistan +in Afghanistan. Islamabad accuses New Delhi of using its consulates in Kandahar +and Jalalabad to train Balochi insurgents who are active in Pakistani +Balochistan. Pakistani officials claim there are as many as 42 RAW agents based +in Kandahar and another 12 in Jalalabad. “There have no business being there +unless they are undermining Pakistan,’’ says a Pakistani official. Both India +and Afghanistan deny the claim. ‘’Should Pakistan show us any evidence of an +Indian hand using Afghan soil to work against our neighbours we will take it +very seriously,” says Amrullah Saleh the head of Afghanistan’s National Security +Directorate. ] Karzai, Musharraf new regional equations + +KABUL: For the past 25 years landlocked Afghanistan has suffered from constant +interference from its neighbours - Pakistan, Iran and the Central Asian +Republics - and regional powers -Russia and India. The neighbours are still +interfering, but there are signs that rather than undermining Afghanistan’s +stability they may now be trying to strengthen it. “The elections should be a +reassurance to all our neighbours that a stable Afghanistan, a peaceful +Afghanistan is good for all. Nobody should feel a looser in Afghanistan,’’ +President Hamid Karzai told Pakistan’s English daily The Nation. All the +regional countries have publicly backed the Karzai government and supported the +electoral process, but serious undercurrents remain as they all have their +favourite contenders in Afghanistan. Since September 11, Pakistan has been +repeatedly accused by Afghan and Western leaders of harbouring Taliban +extremists who had pledged to disrupt the elections, but at the highest level +the US has avoided criticising President Pervaiz Musharraf on the grounds that +he is helping the US catch Al Qaeda elements inside Pakistan. That changed on +September 22 when President George W. Bush, Musharraf and Karzai held a three +way meeting in New York on the sidelines of the UN General Assembly. The meeting +was pushed together by the CIA and the US Defence Department who were +desperately anxious to secure a peaceful election in Afghanistan and the +non-interference of alleged Pakistani backed Taliban. Western and Afghan +diplomats intimately involved with the meeting, said Bush pushed Musharraf hard +on reigning in the Taliban so the elections could take place peacefully. ‘’Where +are Mullah Omar, Mullah Usmani and Gulbuddin Hikmetar?’’ Bush is reported to +have asked a flustered Musharraf. All three are extremist Taliban or their +allies and known to be living in Pakistan. (Mullah Omar is leader of the +Taliban, Usmani is the former corps commander of Kandahar under the Taliban +regime and now a commander of Taliban forces while Hikmetyar heads the extremist +Hizb-e-Islami.) ‘’It was the first time that Bush totally focused on the Taliban +threat rather than Al Qaeda with the Pakistanis,’’ says a Western diplomat. +‘’Bush was very well briefed before the meeting,’’ the diplomat said. An Afghan +official at the meeting added, ‘’The Americans now realise that the Taliban are +a bigger threat to our security than Al Qaeda.’’ Karzai was clearly pleased at +the results. ‘’President Musharraf promised to help us and cooperate with us on +curbing terrorist activity by the Taliban,’’ says Karzai. The next day an angry +Musharraf categorically said that Pakistan would not send Pakistani troops to +Iraq, a clear snub to the Americans. Until then he had said Pakistan’s options +were open. However Pakistani officials insist that the decision was unconnected +to the tripartite meeting. US and NATO military officers in Kabul say it is too +early to say whether Bush’s tough message was instrumental in persuading +Musharraf and the ISI to pressure the Taliban to restrain from disrupting the +elections. However there were visible signs of a crackdown on the Pakistan side. +‘’Pakistan now has a large force deployed in Baluchistan which was not there +before,’’ says Lt. General David Barno. ‘’There is much better tactical +cooperation between our forces on both sides of the border, but the movement of +Taliban still goes on both ways,’’ he adds. Also several days before the +elections Pakistan closed the border crossing point at Chaman in Baluchistan +which is a key entry point for the Taliban into Afghanistan. However US military +officers say regular army officers - many of them Pashtun - leading units of the +Frontier Corps who are on the border remain deeply sympathetic to the Taliban +and the mullahs of the JUI. At the same time the US remains oblivious of the +serious problems and political fallout which the army is facing in its +operations in Waziristan. Not only is the army facing serious political fallout, +growing anti-Americanism and anti-army feeling in the tribal areas but it is +also taking heavy casualties -between 400-500 Pakistani soldiers have been +killed in the region since March. Musharraf has always maintained that the US +has never provided actionable intelligence about Taliban leaders hiding in +Baluchistan. That too may change. US and Afghan intelligence will shortly be +presenting the ISI with a list of Taliban extremists and their suspected +whereabouts. Moreover there are now major covert attempts under way to try and +bring back to Kabul leading Taliban commanders, who have been living quietly in +Pakistan and have taken no part in the Taliban insurgency. With the Taliban +failure to disrupt the Afghan elections, the militants are even more isolated +from the mainstream Taliban who want to return home. Until now Pakistan has not +facilitated such a return and clearly it cannot happen until there is both a +pull from Kabul and a push from Islamabad. With President Karzai certain to win +the elections and the demotion of key former Northern Alliance figures such as +General Fahim and warlord Ismail Khan, there is now little reason for moderate +Taliban leaders to fear reprisals from former Northern Alliance figures if they +return home. Their removal should also provide increased motivation for Pakistan +to help the return of moderate Taliban. Afghan officials welcomed the +appointment on October 3 of Lt. General Ashfaq Kiyani as the new ISI chief. +Kayani is well known and liked in Kabul as during the last year he led the +Pakistani delegation in the tripartite military meetings with the Afghan and US +military on issues related to border issues. Karzai also has to deal with the +stepped up rivalry between India and Pakistan in Afghanistan. Islamabad accuses +New Delhi of using its consulates in Kandahar and Jalalabad to train Balochi +insurgents who are active in Pakistani Balochistan. Pakistani officials claim +there are as many as 42 RAW agents based in Kandahar and another 12 in +Jalalabad. “There have no business being there unless they are undermining +Pakistan,’’ says a Pakistani official. Both India and Afghanistan deny the +claim. ‘’Should Pakistan show us any evidence of an Indian hand using Afghan +soil to work against our neighbours we will take it very seriously,” says +Amrullah Saleh the head of Afghanistan’s National Security Directorate. Karzai +categorically said that he has assured Musharraf repeatedly that any adverse +action against Pakistan taken by Indian diplomats inside Afghanistan would be +acted upon swiftly. Senior US diplomats and military officials have warned India +also. In a major regional shift reflecting the newly strengthened position of +Karzai, Iran, Russia and India which have traditionally backed the Tajik +dominated former Northern Alliance made strenuous efforts to convince +presidential candidate Younis Qanooni to strike a deal with Karzai before the +elections and not to oppose Karzai. Iran in particular feared that Qanooni would +loose and then be politically isolated from the mainstream. Qanooni refused to +accept the Iranian advice as his fellow Panjsheri Tajiks urged him to stand +against Karzai. However since the elections Iranian influence has proved +critical in convincing the Hazara Shia candidate Mohammed Mohaqeq to accept the +results of the elections and later convincing Qanooni to do the same. With the +US military presence posing a threat on their borders in both Iraq and +Afghanistan, Iran’s moderate leadership is keen to help stabilise Karzai so that +the US presence in Afghanistan is reduced. However powerful hardliners in Tehran +may be trying to undermine that strategy and a new issue is likely to deepen the +rift with the moderates. Iranian officials are deeply concerned about the US +occupation of Shindand, a massive Soviet-era airbase just 30 kilometres from +Iran’s border. The enhanced US presence in western Afghanistan was only made +possible after the ousting of Ismail Khan, the warlord and Governor of Herat +province last month, who was a close ally of Iranian hardliners. Iranian +officials say they made no objections to Khan’s ouster because they want to +strengthen Karzai’s campaign against warlords. At a time of heightened tensions +between Tehran and Washington over Iran’s nuclear weapons program and calls by +neo-conservatives in Washington that a second Bush term should deal with Iran +aggressively, the Iranians fear that Shindand could be used as a listening post, +spying facility and even a launching pad for any future US actions against Iran. +Afghan officials say the Americans have moved over 100 Special Forces and +helicopters to Shindand. However General Barno insists the US presence poses no +threat to Iran. ‘’We have a very small number of forces in Shindand with a few +helicopters,’’ says Barno. Nevertheless this places Karzai in a difficult and +sensitive situation because he has to maintain excellent relations with both the +US and Iran. ‘’Afghanistan has had the benefit of cooperation from both the US +and Iran. So far what they have done together has been good for us and that’s +how we would like to keep it’’, says Karzai. Nobody can claim that the +interference of Afghanistan’s neighbours is over, but the elections will do much +to strengthen Karzai and deal more firmly with neighbours’ interference. In the +post election scenario it is becoming abundantly clear that the Taliban do not +have the support of the Afghan people nor the Afghan Pashtuns. In a highly +significant move Afghan Pashtun tribes along the Pakistan border warned the +Taliban in Quetta and Chaman that if they try and disrupt the elections, they +would be resisted. Many Taliban living in Afghanistan voted for President +Karzai. It is now abundantly clear that with the rapidly changing face of +Afghanistan, the demise of key Northern Alliance figures and the fluid political +situation in Afghanistan, Pakistan should reconsider its policy of giving +unlimited sanctuary to Taliban extremists living on Pakistani soil. Pakistan +Link 16/10/2004 + +The debate that a handful of Texas multi-millionnaires close to the Bush family +have cleverly manufactured over John Kerry's war record is absurd in every way. +The charges that they have put some vets up to making against Kerry are false +and can be demonstrated by the historical record to be false . Most of those +making the charges have even flip-flopped, contradicting themselves. Or they +weren't eyewitnesses and are just lying. But to address the substance of this +Big Lie is to risk falling into its logic. The true absurdity of the entire +situation is easily appreciated when we consider that George W. Bush never +showed any bravery at all at any point in his life. He has never lived in a war +zone. If some of John Kerry's wounds were superficial, Bush received no wounds. +(And, a piece of shrapnel in the forearm that caused only a minor wound would +have killed had it hit an eye and gone into the brain; the shrapnel being in +your body demonstrates you were in mortal danger and didn't absent yourself from +it. That is the logic of the medal). Kerry saved a man's life while under fire. +Bush did no such thing. + +What was Bush doing with his youth? He was drinking. He was drinking like a +fish, every night, into the wee hours. For decades. He gave no service to +anyone, risked nothing, and did not even slack off efficiently. The history of +alcoholism and possibly other drug use is a key issue because it not only speaks +to Bush's character as an addictive personality, but may tell us something about +his erratic and alarming actions as president. His explosive temper probably +provoked the disastrous siege of Fallujah last spring, killing 600 Iraqis, most +of them women and children, in revenge for the deaths of 4 civilian mercenaries, +one of them a South African. (Newsweek reported that Bush commanded his cabinet, +"Let heads roll!") That temper is only one problem. Bush has a sadistic streak. +He clearly enjoyed, as governor, watching executions. His delight in killing +people became a campaign issue in 2000 when he seemed, in one debate, to enjoy +the prospect of executing wrong-doers a little too much. He has clearly gone on +enjoying killing people on a large scale in Iraq. Drug abuse can affect the +ability of the person to feel deep emotions like empathy. Two decades of +pickling his nervous system in various highly toxic substances have left Bush +damaged goods. Even for those who later abstain, "visual-spatial abilities, +abstraction, problem solving , and short-term memory, are the slowest to +recover." That he managed to get on the wagon (though with that pretzel +incident, you wonder how firmly) is laudable. But he suffers the severe effects +of the aftermath, and we are all suffering along with him now, since he is the +most powerful man in the world. We all know by now that Bush did not even do his +full service with the Texas Air National Guard, absenting himself to work on the +Alabama senate campaign of Winton "Red" Blount. Whether he was actually AWOL +during this stint is unclear. But it is clear that not only did Bush slack off +on his National Guard service, but he slacked off from his campaign work. This +little-noted interview with Blount's nephew Murph Archibald, which appeared on +National Public Radio's "All Things Considered on March 30, 2004, gives a +devastating insight into what it was like to have to suffer through Bush in that +period. "All Things Considered (8:00 PM ET) - NPR March 30, 2004 Tuesday This +campaign season, there have been questions about whether George W. Bush +fulfilled his obligations to the National Guard as a young lieutenant in the +early 1970s. For weeks, reporters scoured Alabama in search of pilots or anyone +who might have remembered seeing Mr. Bush at the time he was serving in the +National Guard there. There is one place in Alabama where Mr. Bush was present +nearly every day: the headquarters in Montgomery of US Senate candidate Winton +"Red" Blount. President Bush has always said that working for Blount was the +reason he transferred to the Alabama Air National Guard. NPR's Wade Goodwyn has +this report about Mr. Bush's time on that campaign. WADE GOODWYN reporting: + +In 1972, Baba Groom was a smart, funny young woman smack-dab in the middle of an +exciting US Senate campaign. Groom was Republican Red Blount's scheduler, and in +that job, she was the hub in the campaign wheel. Ask her about the handsome +young man from Texas, and she remembers him 32 years later like it was +yesterday. Ms. BABA GROOM (Former Campaign Worker): He would wear khaki trousers +and some old jacket. He was always ready to go out on the road. On the phone, +you could hear his accent. It was a Texas accent. But he just melded with +everybody. GOODWYN: The candidate Mr. Bush was working for, Red Blount, had +gotten rich in Alabama in the construction business. Prominent Southern +Republicans were something of a rare breed in those days. Blount's support of +the party led him to be appointed Richard Nixon's postmaster general. In +Washington, Blount became friends and tennis partners with Mr. Bush's father, +then Congressman Bush. That was how 26-year-old Lieutenant Bush came to +Montgomery, at his father's urging . . . It was Mr. Bush's job to organize the +Republican county chairpersons in the 67 Alabama counties. Back in 1972 in the +Deep South, many rural counties didn't have much in the way of official +Republican Party apparatus. But throughout Alabama, there were Republicans and +Democrats who wanted to help Red Blount. It was the young Texan's job to find +out what each county leader needed in the way of campaign supplies and get those +supplies to them. Groom says this job helped Mr. Bush understand how even in a +statewide Senate campaign, politics are local. . . . Murph Archibald is Red +Blount's nephew by marriage, and in 1972, he was coming off a 15-month tour in +Vietnam in the infantry. Archibald says that in a campaign full of dedicated +workers, Mr. Bush was not one of them. Mr. MURPH ARCHIBALD (Nephew of Red +Blount): Well, I was coming in early in the morning and leaving in mid-evenings. +Ordinarily, George would come in around noon; he would ordinarily leave around +5:30 or 6:00 in the evening. GOODWYN: Archibald says that two months before the +election, in September of '72, Red Blount's campaign manager came to him and +asked that he quietly take over Mr. Bush's job because the campaign materials +were not getting out to the counties. Mr. ARCHIBALD: George certainly didn't +seem to have any concerns about my taking over this work with the campaign +workers there. My overall impression was that he didn't seem as interested in +the campaign as the other people who were working at the state headquarters. +GOODWYN: Murph Archibald says that at first, he didn't know that Mr. Bush was +serving in the Air National Guard. After he found out from somebody else, +Archibald attempted to talk to Mr. Bush about it. The president was a lieutenant +and Archibald had been a lieutenant, too; he figured they had something to talk +about. Mr. ARCHIBALD: George didn't have any interest at all in talking about +the military. In fact, when I broached the subject with him, he simply changed +the subject. He wasn't unpleasant about it, but he just changed the subject and +wouldn't talk about it. GOODWYN: Far from Texas and Washington, DC, Mr. Bush +enjoyed his freedom. He dated a beautiful young woman working on the campaign. +He went out in the evenings and had a good time. In fact, he left the house he +rented in such disrepair--with damage to the walls and a chandelier +destroyed--that the Montgomery family who owned it still grumble about the +unpaid repair bill. Archibald says Mr. Bush would come into the office and, in a +friendly way, offer up stories about the drinking he'd done the night before, +kind of as a conversation starter. Mr. ARCHIBALD: People have different ways of +starting the days in any office. They're going to talk about their kids, they're +going to talk about football, they're going to talk about the weather. And this +was simply his opening gambit; he would start talking about that he had been out +late the night before drinking. GOODWYN: Archibald says the frequency with which +Mr. Bush discussed the subject was off-putting to him. Mr. ARCHIBALD: I mean, at +that time, I was 28; George would have been 25 or 26. And I thought it was +really unusual that someone in their mid-20s would initiate conversations, +particularly in the context of something as serious as a US senatorial campaign, +by talking about their drinking the night before. I thought it unusual and, +frankly, inappropriate. GOODWYN: According to Archibald, Mr. Bush would also +sometimes tell stories about his days at Yale in New Haven, and how whenever he +got pulled over for erratic driving, he was let go after the officers discovered +he was the grandson of a Connecticut US senator. Archibald, a middle-class +Alabama boy--who, by the way, is now a registered Democrat--didn't like that +story. Mr. ARCHIBALD: He told us whenever he was stopped, as soon as the law +enforcement found out that he was the grandson of Prescott Bush, they would let +him go. And he would always laugh about that. " + +Goodwyn dutifully notes that Baba Groom didn't remember George telling drunk +stories. But that means nothing, since they weren't the sort of things guys like +Bush told the "girls". He was trying to buddy with Archibald and impress him. +Again, decades of this sort of behavior do not leave a person untouched. Our +world is in crisis and our Republic is in danger. It should not be left in the +hands of a man who spent his life like this. + +When the cities are on fire with the burning flesh of men + +Just remember that death is not the end + +And you search in vain to find just one law abiding citizen + +Just remember that death is not the end - Bob Dylan + +Afraid I don't have time today to discuss these, but some stories need +attention: From Wednesday's Mirror the headline, "Have 200,000 AK47s Fallen Into +the Hands of Iraq Terrorists?" (also see this thread on the RI discussion +board): Some 200,000 guns the US sent to Iraqi security forces may have been +smuggled to terrorists, it was feared yesterday. The 99-tonne cache of AK47s was +to have been secretly flown out from a US base in Bosnia. But the four +planeloads of arms have vanished. + +Orders for the deal to go ahead were given by the US Department of Defense. But +the work was contracted out via a complex web of private arms traders . And the +Moldovan airline used to transport the shipment was blasted by the UN in 2003 +for smuggling arms to Liberia, human rights group Amnesty has discovered. It +follows a separate probe claiming that thousands of guns meant for Iraq's police +and army instead went to al-Qaeda . Amnesty chief spokesman Mike Blakemore said: +"It's unbelievable that no one can account for 200,000 assault rifles. If these +weapons have gone missing it's a terrifying prospect." American defence chiefs +hired a US firm to take the guns, from the 90s Bosnian war, to Iraq. But air +traffic controllers in Baghdad have no record of the flights, which supposedly +took off between July 2004 and July 2005. A coalition forces spokesman confirmed +they had not received "any weapons from Bosnia" and added they were "not aware +of any purchases for Iraq from Bosnia". Nato and US officials have already +voiced fears that Bosnian arms - sold by US, British and Swiss firms - are being +passed to insurgents. A NATO spokesman said: "There's no tracking mechanism to +ensure they don't fall into the wrong hands. There are concerns that some may +have been siphoned off." This year a newspaper claimed two UK firms were +involved in a deal in which thousands of guns for Iraqi forces were re-routed to +al-Qaeda. The Moldovan airline is Aerocom, and yes , it's one of Victor Bout's . +It's always a bang-your-head-against-the-wall moment, reading again the play the +incompetence theory receives, even from some of the Administration's harshest +mainstream critics. But then, even to talk of an "administration" may be +misdirection at this point, given how little representative government means in +the United States these days, and how much of "national security" has been +privatized into a global gangland of drugs and guns. Like the tens of billions +of dollars that have been "lost" in Iraq, planeloads of arms don't just +"vanish"; not when the Pentagon contracts the work to an international criminal +of Bout's untouchable stature. But Bout's name isn't likely to be mentioned in +whatever coverage this story receives, before it sinks like so many others +beneath the media's frothing triviality. Meanwhile, a decision's been reached in +the trial of Toledo priest Gerald Robinson. And it's guilty : + +The Rev. Gerald Robinson appeared stony-faced as the jury's guilty verdict was +read, and he blinked repeatedly and glanced at his lawyers before being led away +in handcuffs. ... + +The crime occurred in the sacristy adjoining the hospital chapel in downtown +Toledo on the Saturday before Easter in 1980. Investigators said the nun, +Margaret Ann Pahl, 71, was strangled and then stabbed, with nine wounds on her +chest forming the shape of an inverted cross, a well-recognized Satanic symbol. +An altar cloth was draped over her half-naked body, which was posed as if she +had been sexually assaulted. "It was about how he could humiliate her the most," +prosecutor Dean Mandros said in closing arguments. "He left a message for +everyone to see ... maybe to God himself." After the sentencing one of +Robinson's tearful supporters "turned to Claudia Vercellotti, a local leader of +the Survivors Network for Those Abused by Priests [SNAP], who had helped reopen +the case, and told her, 'I hope you rot in hell!'" From SNAP's statement on the +Robinson conviction: + +More than ever, police and prosecutors have the tools and the will to go after +horrific crimes, even when the defendants are seemingly powerful individuals or +institutions . When victims and witnesses stay silent, nothing changes. When +victims and witnesses speak up, at least sometimes a child is protected, the +truth is exposed, and justice is done. The murder weapon, Robinson's letter +opener: + +Finally, from an email, a follow-up on the reopening of the investigation into +the Atlanta Child Murders : Dekalb County Police Chief Louis Graham...the man +who reopened the investigations last year, is mysteriously stepping down. And of +all the people who the county is getting to find a replacement...is none other +than Lee Brown, the original supervisor of the Atlanta PD, who was in office +during the murders and the subsequent investigation. SNAP is right in part. +Police and prosecutors have the tools. The will is another matter. Some do, +individually. But institutionally? That's still the domain of those who don't. + +lots of important stories out there today jeff....thank god and a few good souls +for that conviction. Have you sent this to congress yet? + +talk about law enforcement not having the will... + +CRACKDOWN ON POLYGAMY GROUP + +Small polygamous groups have existed in the southwestern US under the watchful +yet fairly benign eye of authorities ever since a sect known as the +Fundamentalist Latter Day Saints (FLDS) separated itself from mainstream +Mormonism in 1890. ... + +Now, FLDS leader Warren Jeffs has been added to the FBI's list of "Ten Most +Wanted Fugitives," a move that caps law enforcement's dramatic change of +approach toward the polygamous group in recent years...[because of] the impact +that the group's practices, law enforcement officials say, are having on the +most vulnerable within the sect, particularly children and women. When the FLDS +under Mr. Jeffs (and his father before him) grew to some 10,000 followers in +several southwestern communities with estimated assets of $110 million; when it +became clear that government officials, school authorities, and police in those +communities had become intertwined with the sect; when ex-members increasingly +reported child and sexual abuse charges (mainly involving underage girls forced +to marry older men); and when the sect began to use secluded compounds, state +and federal authorities started to crack down more vigorously. ... Specifically, +Jeffs is charged in Utah and Arizona with sexual assault of underage girls and +with arranging "spiritual" marriages for girls and older men. At weekend press +conferences in Salt Lake City and Phoenix, FBI and state officials said Jeffs +"is considered armed and dangerous and may be traveling with armed bodyguards." +In the past, he has talked in apocalyptic terms about a violent end to the +world, according to former members. ... As with Christian Identity and other +hate-related philosophies tied to the Aryan Nations and the neo-Nazi Creativity +Movement, Jeffs has preached racism as well. "The black race is the people +through which the devil has always been able to bring evil unto the earth," +Jeffs has said as cited by the Southern Poverty Law Center's "Intelligence +Report." An editorial in the church-owned Deseret Morning News in Salt Lake City +earlier this year acknowledged that "the state's history, a conservative belief +in free choice, and an unwillingness to stir up a hornet's nest in the national +media have likely all contributed to the kid-glove approach lawmakers and +law-enforcement officers have taken when dealing with polygamous communities." +http://www.csmonitor.com/2006/0509/p02s01-ussc.html?s=t5 + +Maybe I'm missing something here, but how, exactly, does one 'Loose' 200,000 +AK47's? "There's no tracking mechanism in place"?!?!? Never mind. No need to +worry. I'm sure this kind of thing goes on all the time. We now return you to +your regularly scheduled programming.... + +just go here, its simply amazing + +The Raw Story + +i count like 14 explosive headlines. + +Then, of course, there is the evidence the jury did not hear about in the +Robinson case... Funny how some things are squirelled away by well-meaning +prosecutors... Maybe because they hint at a larger conspiracy/network of +abusers/satanic underground? I read of a case not long ago when some people were +trying to get a polygamous judge taken off the bench for not obeying state law. +Of course law enforcement has dragged it's feet when members are taking part in +the activity themselves. Personally I don't give a damn what adults do to one +another as long as there is no abuse invovled. It is the marrying off of young +girls to older men often close relatives that enfurates me. Also these cults +have multimillions yet the women and kids live in poverty so the leaders can +live the high life. In the Warren Jeffs cult he reassigns wives if the husband +displeases him or to reward the new husband. Husbands marry mothers and teen +daughters at the same time. a rare form of retardation is showing up in that +group more than anywhere else in the world. It is genetic and the child needs to +get the gene from both parents to turn into a vegetable instead of a thinking +child. The doctor begs them to stop intermarrying but they say they have to keep +the blood pure. look up fumarase deficiency for more info. Also look up the +kingston family. One member actually was convicted of beating his teen daughter +unconcious when she ran away from 'marriage' to her father's own brother. no one +was charged for forced marriage, only the beating. So we "lost" some weapon? +It's a good thing too. We wouldn't want those terrorists to run out of shit to +shoot at us. Then the war might stop & all those juicy profits would just +evaporate. What's a few dead soldiers in comparison to keeping all those defense +contractors awash in all that tax cash? They really are milking the incompetence +angle though, aren't they? + +Just another big Iraq whoopsie daisy, huh? + +Christ, you'd think America would get a bit tired of these guys treating her +like she was populated with nothing but gullible idiots. I suppose that it's +damn lucky for the GOP that she is populated with gullible idiots. US +outsourcing special ops, intelligence to Iraq terror group, intelligence +officials say The Pentagon is bypassing official US intelligence channels and +turning to a dangerous and unruly cast of characters in order to create strife +in Iran in preparation for any possible attack, former and current intelligence +officials say... +http://www.rawstory.com/news/2006/US_outsourcing_special_operations_intelligence_gathering_0413.html + +A country deserves the leaders it has, my friends... + +And MEK -- the Iranian (not Iraqi) terror group in question -- is itself +unquestionably a cult: As the leaders like to boast, the Mujahedeen is a family +affair. (''We have three generations of martyrs: grandmothers, mothers, +daughters.'') Most of the girls I was meeting had grown up in Mujahedeen schools +in Ashraf, where they lived separated from their parents. Family visits were +allowed on Thursday nights and Fridays. When Iraq invaded Kuwait, many of these +girls were transported to Jordan and then smuggled to various countries -- +Germany, France, Canada, Denmark, England, the United States -- where they were +raised by guardians who were usually Mujahedeen supporters. When they were 18 or +19, many of them decided to come back to Iraq and fill the ranks of the youngest +Mujahedeen generation. Though ''decided'' is probably not the right word, since +from the day they were born, these girls and boys were not taught to think for +themselves but to blindly follow their leaders. ''Every morning and night, the +kids, beginning as young as 1 and 2, had to stand before a poster of Massoud and +Maryam, salute them and shout praises to them,'' Nadereh Afshari, a former +Mujahedeen deep-believer, told me. Afshari, who was posted in Germany and was +responsible for receiving Mujahedeen children during the gulf war, said that +when the German government tried to absorb Mujahedeen children into their +education system, the Mujahedeen refused. Many of the children were sent to +Mujahedeen schools, particularly in France. The Rajavis, Afshari went on to say, +''saw these kids as the next generation's soldiers. They wanted to brainwash +them and control them.'' Which may explain the pattern to their stories: a +journey to self-empowerment and the enlightenment of self-sacrifice inspired by +the light and wisdom of Maryam and Massoud. Link + +One has to wonder whether the bright fellows in our government and military who +set up the deals with these people don't know what they are, don't care, or know +perfectly well. Jeff, SPLOID.com cited you on the topic of that priest +conviction: http://www.sploid.com/news/2006/05/evil_priest_gui.php Umm... + +Question Mark + +Jimmy Plant, Blogshares is a fantasy blogosphere trading game with pretend +money. That's all I know; I've had nothing to do with it. + +Bush successfully makes Satan look good in comparison. + +Or something like that. + +http://www.laweekly.com/general/features/satan-loves-you/13454/ + +"Another generation of heavy metal has taken over, and -- sorry -- it ain't just +about strippers and dope. Okay, it's partly about strippers and dope. And we'll +get around to that. But more and more, as metal evolves into a huge +international music that belongs to everyone, it has gotten to be something +weirder. It's become a guardian of morality -- not church morality; real +morality. Praise be: Given the void in responsible behavior among governments, +police, educational establishments and religions, the task of guiding our youth +down the path of righteousness has fallen to... Satan" +Hmmmmmm.................... + +The people who carry out these underground arms/drugs/sex trafficking deals are +trauma based mind controlled slaves. The Moldovan airline is Aerocom, and yes, +it's one of Victor Bout's. + +The wikipedia entry for Aerocom is just a stub .. waiting for someone to put +some information into it.... http://en.wikipedia.org/wiki/Aerocom + +So... put some information in there. You know, nature hates a void. :) Richard, +i agree, Hmmmmmm. How are chants of death and suicide ... morality. What about +Manson's tees bearing the message, "Kill your parents". And were the Columbine +killers acting out this "real morality" when they indescriminately murdered +their classmates. They were death metal brainwashed fans, literally fulfilling +the death metal paradigm, er ... morality. (not church morality, no that is +phoney, love thy neighbor ... hell no, kill thy neighbor - now that is REAL +MORALITY ?????) So, hmmmm indeed. I detect the hissing lisp of the lying serpent +in this article. The deathly inversion of truth, ala satanism. + +I think the jury's still out on exactly who did the brainwashing when in regard +to the Columbine killers. Perhaps we should look at the death metal phenomenon +less as an invitation to violence than as a couter-cultural response to the over +hypocrisy of a large percentage of the 'Church-Morality' crowd, which gives a +lot of lip service to loving thy neighbor, but doesn't apply that love very far +beyond their own congregation. The last I checked, the Satanists have a long way +to go to catch up with the death and destruction dealt out by self-proclaimed +(though false) Christians. Irony is dead...Long live Irony! + +That's it. I'm firing my editor. + +Well, it's not as simple and clear cut as all that. + +We're entering into some interesting and perhaps previously unexplored +socio-political-spiritual territory here that may require further examination +and serious introspection. The Kevin Coogan publication posted on the previous +thread might serve as a good launching point for further discussion. The +following quote is from that Coogan article: Imaginary evil is romantic and +varied; real evil is gloomy, monotonous, barren, boring. Imaginary good is +boring; real good is always new, marvelous, intoxicating. - Simone Weil + +Starroute: + +I wouldn't wonder too hard. The answer is likely D: all of the above, due to +this being a complex reality we live in. But to me, without question, they often +know perfectly well. + +Here is a thought: When the appartently cognitively functional take actions that +seem senseless and incompetent, it is a most certain sign that they have +ulterior or hidden motives. They trust you and me to be befuddled by their +actions, while they "do as they wilt". http://youtube.com/watch?v=d46_ctqDmI4 + +To not buying the BS + +& here I am thinking that I really must be getting old. + +Since the article was specifically about "death metal" I guess the author missed +this little tidbit or we just have waaaaaaaaaaaaay different definitions of +morality: http://news.bbc.co.uk/2/hi/programmes/this_world/4446342.stm + +One man's relentless search for his missing son led him to uncover one of the +most shocking crimes in post-war Italy - a tale of satanism and violence that +has gripped the country for more than a year. In January 1998 Fabio Tollis and +Chiara Marino, both just 16, disappeared. They had been drinking at a pub called +the Midnight - the centre of the heavy metal scene in Milan - and they never +came home. The police and many of their friends just thought they had run off +together. But their parents refused to accept this. + +Michele Tollis, Fabio's father, began to attend metal concerts and festivals +across Europe, handing out leaflets and quizzing Fabio's friends. Fabio and his +friends were into the most extreme forms of heavy metal music - death metal and +black metal, music obsessed with images of murder and satanism - and the role of +this music is central to the story. No one can contradict me when I say that +heavy metal and satanism are closely linked Michele Tollis It emerged that +Chiara, the girl who disappeared with Fabio, had a collection of satanic +literature and paraphernalia in her bedroom. During this search, Michele Tollis +became convinced that satanism had something to do with his son's disappearance. +"No one can contradict me when I say that heavy metal and satanism are closely +linked. They're inseparable," he says. + +Yeah, I think Jeff wrote on one of his posts here in the past several months: +"To hell with death". I wholly agree, and would expand that statement to +include: "To hell with death metal". The freaky thing here is that these bozos +are seriously claiming the moral high ground ? ? ? ? ? Talk about a +beat-your-head-against-the-wall moment! + +And for 'Smartwolf' above, think about the inversion principle being employed. +They are doing it deliberately. + +Do you really think GWB, and neocons in general are representative of true +followers of Jesus of Nazareth? (I know, ignorant question) Then why call them, +or any other phonies 'Christians', even if they themselves claim the +appellation. They are merely imposters. Everything they claim is a lie, and this +above all. So why even credit their claims? This only serves their purposes. +They want to be identified as 'Christians', and I fully suspect that for some of +them, the motivation behind their subterfuge is more than mere political +advantage, and has a lot more to do with the black magician's practice of the +inversion principle. We need to be more 'rigorous' about how we perceive these +people. See them as they are, not for what they claim to be. ... the most +extreme forms of heavy metal music - death metal and black metal, music obsessed +with images of murder and satanism - and the role of this music is central to +the story. Almost all of the avant guard art movements of the early 20th Century +(except for Italian Futurism) were labeled 'degenerate' by the National +Socialists. Adolf Hitler even held an exhibition of 'degenerate art' in 1937, +while curating a parallel show of 'Aryan' art across the street. The German +Expressionist movement was destroyed as a result. Here's a quick overview of the +Entartete Kunst (Degenerate Art) exhibit of 1937: +http://en.wikipedia.org/wiki/Degenerate_art + +Ironically (or perhaps not), the notion of the 'degenerate' and 'degenerate art' +was appropriated by the Nazis and its origins can be traced back to Jewish +'intellectual' Max Nordau and a 1892 book he authored called Degeneration. . +Nordau was also the co founder of the World Zionist Organization. When the +apparently cognitively functional take actions that seem senseless and +incompetent, it is a most certain sign that they have ulterior or hidden +motives. They trust you and me to be befuddled by their actions, while they "do +as they wilt." A question: + +Are the adherent of 'Crowleyan Thelema' and others of similar ilk appropriating +or appropriating from the appropriators to redirect 'energy?' Does this +reappropriation lead to or originate from the same place? + +Seems as if there is a clear distinction being made between the 'imaginary' +Whore of Babalon and the actually Whore of Babylon, which is this global system. +Is the distinction accurate and valid? Does the distinction actually exist? This +is where the socio- political aspect of this conundrum comes into play. +Confused? + +Good. + +so, enemy, what's your point? Why don't you state it? + +My point is that these are all just questions and I am undecided as to the +answers. Here's another interesting example: + +John Balance from Coil. (Don't wish to use Wikipedia again, it's just easier +than spending time looking up more obscure and detailed information.) +http://en.wikipedia.org/wiki/John_Balance + +http://www.guardian.co.uk/obituaries/story/0,3604,1371372,00.html + +Balance died in 2004 after a 'fall.' + +He blended belief systems such as Shamanism, Christianity, Buddhism, Paganism, +Hermeticism and Gnosticism and imbued Coil's vast output with a magickal current +designed to have a functionally transcendent effect on listeners. Not 200,000 +guns - the numbers dont work: + +5kg per gun, 200,000 guns means 1000 tonnes, impossible for 4 containers. If the +load was 99 tonnes there were probably less than 20,000. E@tG: + +Maybe if you formulate your questions a little more specifically it will help +you in acquiring the answers. "I am, therefore I think" :) + +Reporting from the town where Susan Polk's trial is going on. + +I went across the bay last night to attend a farmer's market and music event. Lo +and behold, the Mormons were there with a booth. Two young men delivering +information about the Mormon genealogy program. Just give your email and/or +phone number to these guys and they'll track down your family. I was amazed at +the spiel they delivered. Kindly young men, but utterly programmed and +brain-dead. I resisted asking any questions that would have required either of +them to think. It would have been too painful to watch. Has anyone read the +letter purportedly from Ahmadinejad to George Bush? +http://www.thetruthseeker.co.uk/article.asp?id=4503 + +I don't know if this has been verified. But succintly making point after succint +point, the text of the letter stands on its own merit, regardless. I like to +imagine the thought processes going on in W's head if he were to actually read +the letter, but it is hard to picture him actually reading this letter. As I +read the letter, I considered the vast contrast between mind and morality of +whoever wrote it, vs. that of the mind of the man who once said "Bring it on!" +America, your condition is dire, dark and deep. + +Of the metal music farce, Ministry has definately made in-road into 'Loose +Change"-"Alex Jones" territory with their new record, Rio Grande Blood. +Important Kos Diary about bush's response to the gathering storm of scandals: +http://www.dailykos.com/story/2006/5/12/232746/857 + +=Executive Orders - very creepy, very scary They have been accumulating for +years, and basically give the president to sieze the government whenever he +feels like it. But who would do a thing like that.... hey wait a minute ==Why +did Bush revoke Executive Order 13011 today? + +by exmearden + +Fri May 12, 2006 at 08:27:46 PM PDT + +In scanning the whitehouse.gov site today, I noticed the following Executive +Order: Executive Order: Amendments to Executive Orders 11030, 13279, 13339, +13381, and 13389, and ***Revocation*** of Executive Order 13011.... I can't +believe there are no serious metal fans who frequent RI. I'm wary of jumping +into this fray without backup, that's for damn sure. :) I'm a regular poster but +for some reason blogger won't let me in today...but sign me TroubleFunk. +Tronicus: + +Simply, the questions permeate the entire 'Western (Mystery) Tradition' and +perhaps 'Eastern' as well, as they relate to the confluence of politics and +spirituality. For example, is the system of Crowleyan Thelema a failed +alchemical process? Or was it supposed to initially be a process of alchemical +appropriation? Similarly, is invoking ancient Egyptian gods and goddesses a +reaffirmation of an oppressive and hierarchical system? In my opinion, people +can no longer afford to partition out and compartmentalize personal spiritual +and political systems. The 'high weirdness' and more hardcore political +'factions' must perhaps integrate and arrive at a synthesis. In regards to death +metal, the problem is, once again, a question of education, history and the +vacuous lack of perspective in American culture. Shall we censor the works of +poet Charles Baudelaire as well? Baudelaire was perhaps one of the first 'death +metal' artists. Tronicus, if you're still checking this thread: + +A bit of a knee-jerk reaction from me there, and I apologize for my +over-generalizations. My real problem is with literalist fundamentalists, of any +religion. True believers are dangerous animals. I just get hung up on +'Christians', as they're the dominant form where I come from. Also, I'm quite +clear on the fact that those in power now (and, in general, most anyone at the +top of a pyrimidal power structure) tend to use the dominant religion as a cloak +to hide their true motivations and as a tool to control the masses. It boggles +the mind that ANYONE can take at face value Bush's claims to be a christian, yet +many seem to do just that. I seem to remember something about 'by their works +shall ye know them." I do get my hackles up a bit when people haul out the old +'Rock-N-Roll made them do it' argument. Whie I don't subscribe to the notion +that the things we watch or listen to have no effect on our behavior (which I +think is patently rediculous), it does bother me when people single out a +specific group of people to pin the blame on. Sub-cultures (as the lable +implies) do not develope in a vacuum. + +Again, I think the problem is people who sink to far into their own egos, and +begin to take their personal metaphors a bit too literaly. These people are +dangerous wether they're head-banging to 'Canibal Corpse' or humming along to +'Onward Christian Soldiers'. (The mixing of religion and militarism is a whole +other topic....) I have nothing but respect for people who adhear to +non-violence, forgiveness, and charity, but it's important to remember that +Christians (or 'Smartwolves') do not have a monopoly on that particular +lifestyle. Peace. + +The fact that the US government and media are having a hissy fit over Venezuela +wanting to buy guns, and then 200,000 of the guns Chavez wants to buy go missing +on their way to Iraq is definitely sus. I guess those guns will be located +enroute to Venezuela or found in storage there by one of the US's local stooges +and they then have a pretext to ramp the spin up a notch or two. + +Thanks again to my friend Nick Keck for passing this along via e-mail. It is the +text of a speech given by an Arab gentleman before the advisory board of a large +multi-nation corporation. It's a long but very worthwhile read. "A View from the +Eye of the Storm" + +Talk delivered by Haim Harari at a meeting of the International Advisory Board +of a large multi-national corporation, April, 2004: "As you know, I usually +provide the scientific and technological "entertainment" in our meetings, but, +on this occasion, our Chairman suggested that I present my own personal view on +events in the part of the world from which I come. I have never been and I will +never be a Government official and I have no privileged information. My +perspective is entirely based on what I see, on what I read and on the fact that +my family has lived in this region for almost 200 years. You may regard my views +as those of the proverbial taxi driver, which you are supposed to question, when +you visit a country. I could have shared with you some fascinating facts and +some personal thoughts about the Israeli-Arab conflict. However, I will touch +upon it only in passing. I prefer to devote most of my remarks to the broader +picture of the region and its place in world events. I refer to the entire area +between Pakistan and Morocco, which is predominantly Arab, predominantly Moslem, +but includes many non-Arab and also significant non-Moslem minorities. Why do I +put aside Israel and its own immediate neighborhood? Because Israel and any +problems related to it, in spite of what you might read or hear in the world +media, is not the central issue, and has never been the central issue in the +upheaval in the region. Yes, there is a 100 year-old Israeli-Arab conflict, but +it is not where the main show is. The millions who died in the Iran-Iraq war had +nothing to do with Israel. The mass murder happening right now in Sudan, where +the Arab Moslem regime is massacring its black Christian citizens, has nothing +to do with Israel. The frequent reports from Algeria about the murders of +hundreds of civilians in one village or another by other Algerians have nothing +to do with Israel. Saddam Hussein did not invade Kuwait, endanger Saudi Arabia +and butcher his own people because of Israel. Egypt did not use poison gas +against Yemen in the 60's because of Israel. Assad the Father did not kill tens +of thousands of his own citizens in one week in El Hamma in Syria because of +Israel. The Taliban control of Afghanistan and the civil war there had nothing +to do with Israel. The Libyan blowing up of the Pan-Am flight had nothing to do +with Israel, and I could go on and on and on. The root of the trouble is that +this entire Moslem region is totally dysfunctional, by any standard of the word, +and would have been so even if Israel had joined the Arab league and an +independent Palestine had existed for 100 years. The 22 member countries of the +Arab league, from Mauritania to the Gulf States, have a total population of 300 +millions, larger than the US and almost as large as the EU before its expansion. +They have a land area larger than either the US or all of Europe. These 22 +countries, with all their oil and natural resources, have a combined GDP smaller +than that of Netherlands plus Belgium and equal to half of the GDP of California +alone. Within this meager GDP, the gaps between rich and poor are beyond belief +and too many of the rich made their money not by succeeding in business, but by +being corrupt rulers. The social status of women is far below what it was in the +Western World 150 years ago. Human rights are below any reasonable standard, in +spite of the grotesque fact that Libya was elected Chair of the UN Human Rights +commission. According to a report prepared by a committee of Arab intellectuals +and published under the auspices of the U.N., the number of books translated by +the entire Arab world is much smaller than what little Greece alone translates. +The total number of scientific publications of 300 million Arabs is less than +that of 6 million Israelis. Birth rates in the region are very high, increasing +the poverty, the social gaps and the cultural decline. And all of this is +happening in a region, which only 30 years ago, was believed to be the next +wealthy part of the world, and in a Moslem area, which developed, at some point +in history, one of the most advanced cultures in the world. It is fair to say +that this creates an unprecedented breeding ground for cruel dictators, terror +networks, fanaticism, incitement, suicide murders and general decline. It is +also a fact that almost everybody in the region blames this situation on the +United States, on Israel, on Western Civilization, on Judaism and Christianity, +on anyone and anything, except themselves. A word about the millions of decent, +honest, good people who are either devout Moslems or are not very religious but +grew up in Moslem families: They are double victims of an outside world, which +now develops Islamophobia, and of their own environment which breaks their heart +by being totally dysfunctional. The problem is that the vast silent majority of +these Moslems are not part of the terror and the incitement, but they also do +not stand up against it. They become accomplices, by omission, and this applies +to political leaders, intellectuals, business people and many others. Many of +them can certainly tell right from wrong, but are afraid to express their views. +The events of the last few years have amplified four issues, which have always +existed, but have never been as rampant as in the present upheaval in the +region. A few more years may pass before everybody acknowledges that it is a +World War, but we are already well into it. These are the four main pillars of +the current World Conflict, or perhaps we should already refer to it as "the +undeclared World War III": *1. The first element is the suicide murder.* + +Suicide murders are not a new invention but they have been made popular, if I +may use this expression, only lately. Even after September 11, it seems that +most of the Western World does not yet understand this weapon. It is a very +potent psychological weapon. Its real direct impact is relatively minor. The +total number of casualties from hundreds of suicide murders within Israel in the +last three years is much smaller than those due to car accidents. September 11 +was quantitatively much less lethal than many earthquakes More people die from +AIDS in one day in Africa than all the Russians who died in the hands of +Chechnya-based Moslem suicide murderers since that conflict started. Saddam +killed every month more people than all those who died from suicide murders +since the Coalition occupation of Iraq. So what is all the fuss about suicide +killings? It creates headlines. It is spectacular. It is frightening. It is a +very cruel death with bodies dismembered and horrible severe lifelong injuries +to many of the wounded. It is always shown on television in great detail. One +such murder, with the help of hysterical media coverage, can destroy the tourism +industry of a country for quite a while, as it did in Bali and in Turkey. But +the real fear comes from the undisputed fact that no defense and no preventive +measures can succeed against a determined suicide murderer. This has not yet +penetrated the thinking of the Western World. The U.S. and Europe are constantly +improving their defense against the last murder, not the next one. We may +arrange for the best airport security in the world. But if you want to murder by +suicide, you do not have to board a plane in order to explode yourself and kill +many people. Who could stop a suicide murder in the midst of the crowded line +waiting to be checked by the airport metal detector? How about the lines to the +check-in counters in a busy travel period? Put a metal detector in front of +every train station in Spain and the terrorists will get the buses. Protect the +buses and they will explode in movie theaters, concert halls, supermarkets, +shopping malls, schools and hospitals. Put guards in front of every concert hall +and there will always be a line of people to be checked by the guards and this +line will be the target, not to speak of killing the guards themselves. You can +somewhat reduce your vulnerability by preventive and defensive measures and by +strict border controls but not eliminate it and definitely not win the war in a +defensive way. And it is a war! + +What is behind the suicide murders? Money is, money and power and cold-blooded +murderous incitement, nothing else. It has nothing to do with true fanatic +religious beliefs. No Moslem preacher has ever blown himself up. No son of an +Arab politician or religious leader has ever blown himself up. No relative of +anyone influential has done it. Wouldn't you expect some of the religious +leaders to do it themselves, or to talk their sons into doing it, if this is +truly a supreme act of religious fervor? Aren't they interested in the benefits +of going to Heaven? Instead, they send outcast women, naive children, retarded +people and young incited hotheads. They promise them the delights, mostly +sexual, of the next world, and pay their families handsomely after the supreme +act is performed and enough innocent people are dead. Suicide murders also have +nothing to do with poverty and despair. + +The poorest region in the world, by far, is Africa. It never happens there. +There are numerous desperate people in the world, in different cultures, +countries and continents. Desperation does not provide anyone with explosives, +reconnaissance and transportation. There was certainly more despair in Saddam's +Iraq than in Paul Bremmer's Iraq, and no one exploded himself. A suicide murder +is simply a horrible, vicious weapon of cruel, inhuman, cynical, well-funded +terrorists, with no regard to human life, including the life of their fellow +countrymen, but with very high regard to their own affluent well-being and their +hunger for power. The only way to fight this new "popular" weapon is identical +to the only way in which you fight organized crime or pirates on the high seas: +the offensive way. Like in the case of organized crime, it is crucial that the +forces on the offensive be united and it is crucial to reach the top of the +crime pyramid. You cannot eliminate organized crime by arresting the little drug +dealer on the street corner. You must go after the head of the "Family". If part +of the public supports it, others tolerate it, many are afraid of it and some +try to explain it away by poverty or by a miserable childhood, organized crime +will thrive and so will terrorism. The United States understands this now, after +September 11. Russia is beginning to understand it. Turkey understands it well. +I am very much afraid that most of Europe still does not understand it. +Unfortunately, it seems that Europe will understand it only after suicide +murders arrive in Europe in a big way. In my humble opinion, this will +definitely happen. The Spanish trains and the Istanbul bombings are only the +beginning. The unity of the Civilized World in fighting this horror is +absolutely indispensable. Until Europe wakes up, this unity will not be +achieved. + +*2. The second ingredient is words, more precisely lies.* + +Words can be lethal. They kill people. It is often said that politicians, +diplomats and perhaps also lawyers and business people must sometimes lie, as +part of their professional life. But the norms of politics and diplomacy are +childish, in comparison with the level of incitement and total absolute +deliberate fabrications, which have reached new heights in the region we are +talking about. An incredible number of people in the Arab world believe that +September 11 never happened, or was an American provocation or, even better, a +Jewish plot. You all remember the Iraqi Minister of Information, Mr. Mouhamad +Said al-Sahaf and his press conferences when the US forces were already inside +Baghdad. Disinformation at time of war is an accepted tactic. But to stand, day +after day, and to make such preposterous statements, known to everybody to be +lies, without even being ridiculed in your own milieu, can only happen in this +region. Mr. Sahaf eventually became a popular icon as a court jester, but this +did not stop some allegedly respectable newspapers from giving him equal time. +It also does not prevent the Western press from giving credence, every day, even +now, to similar liars. After all, if you want to be an anti-Semite, there are +subtle ways of doing it. You do not have to claim that the holocaust never +happened, and that the Jewish temple in Jerusalem never existed. But millions of +Moslems are told by their leaders that this is the case. When these same leaders +make other statements, the Western media report them as if they could be true. +It is a daily occurrence that the same people who finance, arm and dispatch +suicide murderers, condemn the act in English in front of western TV cameras, +talking to a world audience, which even partly believes them. It is a daily +routine to hear the same leader making opposite statements in Arabic to his +people and in English to the rest of the world. Incitement by Arab TV, +accompanied by horror pictures of mutilated bodies, has become a powerful weapon +of those who lie, distort and want to destroy everything. Little children are +raised on deep hatred and on admiration of so-called martyrs, and the Western +World does not notice it because its own TV sets are mostly tuned to soap operas +and game shows. I recommend to you, even though most of you do not understand +Arabic, to watch Al Jazeera, from time to time. You will not believe your own +eyes. + +But words also work in other ways, more subtle. A demonstration in Berlin, +carrying banners supporting Saddam's regime and featuring three-year old babies +dressed as suicide murderers, is defined by the press and by political leaders +as a "peace demonstration". You may support or oppose the Iraq war, but to refer +to fans of Saddam, Arafat or Bin Laden as peace activists is a bit too much. A +woman walks into an Israeli restaurant in mid-day, eats, observes families with +old people and children eating their lunch in the adjacent tables and pays the +bill. She then blows herself up, killing 20 people, including many children, +with heads and arms rolling around in the restaurant. She is called "martyr" by +several Arab leaders and "activist" by the European press. Dignitaries condemn +the act but visit her bereaved family and the money flows. There is a new game +in town: The actual murderer is called "the military wing", the one who pays +him, equips him and sends him is now called "the political wing" and the head of +the operation is called the "spiritual leader". There are numerous other +examples of such Orwellian nomenclature, used every day not only by terror +chiefs but also by Western media. These words are much more dangerous than many +people realize. They provide an emotional infrastructure for atrocities. It was +Joseph Goebbels who said that if you repeat a lie often enough, people will +believe it. He is now being outperformed by his successors. + +*3. The third aspect is money.* + +Huge amounts of money, which could have solved many social problems in this +dysfunctional part of the world, are channeled into three concentric spheres +supporting death and murder. In the inner circle are the terrorists themselves. +The money funds their travel, explosives, hideouts and permanent search for soft +vulnerable targets. The inner circles are primarily financed by terrorist states +like Iran and Syria, until recently also by Iraq and Libya and earlier also by +some of the Communist regimes. These states, as well as the Palestinian +Authority, are the safe havens of the wholesale murder vendors. They are +surrounded by a second wider circle of direct supporters, planners, commanders, +preachers, all of whom make a living, usually a very comfortable living, by +serving as terror infrastructure. Finally, we find the third circle of so-called +religious, educational and welfare organizations, which actually do some good, +feed the hungry and provide some schooling, but brainwash a new generation with +hatred, lies and ignorance. This circle operates mostly through mosques, +madrasas and other religious establishments but also through inciting electronic +and printed media. It is this circle that makes sure that women remain inferior, +that democracy is unthinkable and that exposure to the outside world is minimal. +It is also that circle that leads the way in blaming everybody outside the +Moslem world, for the miseries of the region. The outer circle is largely +financed by Saudi Arabia, but also by donations from certain Moslem communities +in the United States and Europe and, to a smaller extent, by donations of +European Governments to various NGO's and by certain United Nations +organizations, whose goals may be noble, but they are infested and exploited by +agents of the outer circle. The Saudi regime, of course, will be the next victim +of major terror, when the inner circle will explode into the outer circle. The +Saudis are beginning to understand it, but they fight the inner circles, while +still financing the infrastructure at the outer circle. Figuratively speaking, +this outer circle is the guardian, which makes sure that the people look and +listen inwards to the inner circle of terror and incitement, rather than to the +world outside. Some parts of this same outer circle actually operate as a result +of fear from, or blackmail by, the inner circles. The horrifying added factor is +the high birth rate. Half of the population of the Arab world is under the age +of 20, the most receptive age to incitement, guaranteeing two more generations +of blind hatred. Some of the leaders of these various circles live very +comfortably on their loot. You meet their children in the best private schools +in Europe, not in the training camps of suicide murderers. The Jihad "soldiers" +join packaged death tours to Iraq and other hotspots, while some of their +leaders ski in Switzerland. Mrs. Arafat, who lives in Paris with her daughter, +receives tens of thousands of dollars per month from the allegedly bankrupt +Palestinian Authority, while a typical local ringleader of the Al-Aksa brigade, +reporting to Arafat, receives only a cash payment of a couple of hundred +dollars, for performing murders at the retail level. *4. The fourth element of +the current world conflict is the total breaking of all laws.* The civilized +world believes in democracy, the rule of law, including international law, human +rights, free speech and free press, among other liberties. There are naive +old-fashioned habits such as respecting religious sites and symbols, not using +ambulances and hospitals for acts of war, avoiding the mutilation of dead bodies +and not using children as human shields or human bombs. Never in history, not +even in the Nazi period, was there such total disregard of all of the above as +we observe now. Every student of political science debates how you prevent an +anti-democratic force from winning a democratic election and abolishing +democracy. Other aspects of a civilized society must also have limitations. Can +a policeman open fire on someone trying to kill him? Can a government listen to +phone conversations of terrorists and drug dealers? Does free speech protect you +when you shout "fire" in a crowded theater? Should there be death penalty, for +deliberate multiple murders? These are the old-fashioned dilemmas. But now we +have an entire new set. + +Do you raid a mosque, which serves as a terrorist ammunition storage? Do you +return fire, if you are attacked from a hospital? Do you storm a church taken +over by terrorists who took the priests hostages? Do you search every ambulance +after a few suicide murderers use ambulances to reach their targets? Do you +strip every woman because one pretended to be pregnant and carried a suicide +bomb on her belly? Do you shoot back at someone trying to kill you, standing +deliberately behind a group of children? Do you raid terrorist headquarters, +hidden in a mental hospital? Do you shoot an arch-murderer who deliberately +moves from one location to another, always surrounded by children? All of these +happen daily in Iraq and in the Palestinian areas. What do you do? Well, you do +not want to face the dilemma. But it cannot be avoided. + +Suppose, for the sake of discussion, that someone would openly stay in a +well-known address in Teheran, hosted by the Iranian Government and financed by +it, executing one atrocity after another in Spain or in France, killing hundreds +of innocent people, accepting responsibility for the crimes, promising in public +TV interviews to do more of the same, while the Government of Iran issues public +condemnations of his acts but continues to host him, invite him to official +functions and treat him as a great dignitary. I leave it to you as homework to +figure out what Spain or France would have done, in such a situation. The +problem is that the civilized world is still having illusions about the rule of +law in a totally lawless environment. It is trying to play ice hockey by sending +a ballerina ice-skater into the ring or to knock out a heavyweight boxer by a +chess player. In the same way that no country has a law against cannibals eating +its prime minister, because such an act is unthinkable, international law does +not address killers shooting from hospitals, mosques and ambulances, while being +protected by their Government or society. International law does not know how to +handle someone who sends children to throw stones, stands behind them and shoots +with immunity and cannot be arrested because he is sheltered by a Government. +International law does not know how to deal with a leader of murderers who is +royally and comfortably hosted by a country, which pretends to condemn his acts +or just claims to be too weak to arrest him. The amazing thing is that all of +these crooks demand protection under international law, and define all those who +attack them as "war criminals," with some Western media repeating the +allegations. The good news is that all of this is temporary, because the +evolution of international law has always adapted itself to reality. The +punishment for suicide murder should be death or arrest before the murder, not +during and not after. After every world war, the rules of international law have +changed, and the same will happen after the present one. But during the twilight +zone, a lot of harm can be done. The picture I described here is not pretty. +What can we do about it? In the short run, only fight and win. In the long run, +only educate the next generation and open it to the world. The inner circles can +and must be destroyed by force. The outer circle cannot be eliminated by force. +Here we need financial starvation of the organizing elite, more power to women, +more education, counter-propaganda, boycott whenever feasible and access to +Western media, internet and the international scene. Above all, we need a total +absolute unity and determination of the civilized world against all three +circles of evil. Allow me, for a moment, to depart from my alleged role as a +taxi driver and return to science. When you have a malignant tumor, you may +remove the tumor itself surgically. You may also starve it by preventing new +blood from reaching it from other parts of the body, thereby preventing new +"supplies" from expanding the tumor. If you want to be sure, it is best to do +both. + +But before you fight and win, by force or otherwise, you have to realize that +you are in a war, and this may take Europe a few more years. In order to win, it +is necessary to first eliminate the terrorist regimes, so that no Government in +the world will serve as a safe haven for these people. I do not want to comment +here on whether the American-led attack on Iraq was justified from the point of +view of weapons of mass destruction or any other pre-war argument, but I can +look at the post-war map of Western Asia. Now that Afghanistan, Iraq and Libya +are out, two and a half terrorist states remain: Iran, Syria and Lebanon, the +latter being a Syrian colony. Perhaps Sudan should be added to the list. As a +result of the conquest of Afghanistan and Iraq, both Iran and Syria are now +totally surrounded by territories unfriendly to them. Iran is encircled by +Afghanistan, by the Gulf States, Iraq and the Moslem republics of the former +Soviet Union. Syria is surrounded by Turkey, Iraq, Jordan and Israel. This is a +significant strategic change and it applies strong pressure on the terrorist +countries. It is not surprising that Iran is so active in trying to incite a +Shiite uprising in Iraq. I do not know if the American plan was actually to +encircle both Iran and Syria, but that is the resulting situation. In my humble +opinion, the number one danger to the world today is Iran and its regime. It +definitely has ambitions to rule vast areas and to expand in all directions. It +has an ideology which claims supremacy over Western culture. It is ruthless. It +has proven that it can execute elaborate terrorist acts without leaving too many +traces, using Iranian Embassies. It is clearly trying to develop nuclear +weapons. Its so-called moderates and conservatives play their own virtuoso +version of the "good-cop versus bad-cop" game. Iran sponsors Syrian terrorism, +it is certainly behind much of the action in Iraq, it is fully funding the +Hezbollah and, through it, the Palestinian Hamas and Islamic Jihad; it performed +acts of terror at least in Europe and in South America and probably also in +Uzbekistan and Saudi Arabia and it truly leads a multi-national terror +consortium, which includes, as minor players, Syria, Lebanon and certain Shiite +elements in Iraq. Nevertheless, most European countries still trade with Iran, +try to appease it and refuse to read the clear signals. In order to win the war +it is also necessary to dry the financial resources of the terror conglomerate. +It is pointless to try to understand the subtle differences between the Sunni +terror of Al Qaeda and Hamas and the Shiite terror of Hezbollah, Sadr and other +Iranian-inspired enterprises. When it serves their business needs, all of them +collaborate beautifully. It is crucial to stop Saudi and other financial support +of the outer circle, which is the fertile breeding ground of terror. It is +important to monitor all donations from the Western World to Islamic +organizations, to monitor the finances of international relief organizations and +to react with forceful economic measures to any small sign of financial aid to +any of the three circles of terrorism. It is also important to act decisively +against the campaign of lies and fabrications and to monitor those Western media +who collaborate with it out of naivety, financial interests or ignorance. Above +all, never surrender to terror. No one will ever know whether the recent +elections in Spain would have yielded a different result, if not for the train +bombings a few days earlier. But it really does not matter. What matters is that +the terrorists believe that they caused the result and that they won by driving +Spain out of Iraq. The Spanish story will surely end up being extremely costly +to other European countries, including France, who is now expelling inciting +preachers and forbidding veils and including others who sent troops to Iraq. In +the long run, Spain itself will pay even more. Is the solution a democratic Arab +world? + +If by democracy we mean free elections but also free press, free speech, a +functioning judicial system, civil liberties, equality to women, free +international travel, exposure to international media and ideas, laws against +racial incitement and against defamation, and avoidance of lawless behavior +regarding hospitals, places of worship and children, then yes, democracy is the +solution. If democracy is just free elections, it is likely that the most +fanatic regime will be elected, the one whose incitement and fabrications are +the most inflammatory. We have seen it already in Algeria and, to a certain +extent, in Turkey. It will happen again, if the ground is not prepared very +carefully. On the other hand, a certain transition democracy, as in Jordan, may +be a better temporary solution, paving the way for the real thing, perhaps in +the same way that an immediate sudden democracy did not work in Russia and would +not have worked in China. I have no doubt that the civilized world will prevail. +But the longer it takes us to understand the new landscape of this war, the more +costly and painful the victory will be. Europe, more than any other region, is +the key. Its understandable recoil from wars, following the horrors of World War +II, may cost thousands of additional innocent lives, before the tide will turn." + +Zawahiri was associated with a faction of the Egyptian Islamic Jihad known as +the Vanguards of Conquest. Zawahiri and the Vanguards of Conquest were seeking +to recreate Mohammed's taking of mecca by a small band through violent attacks +on Egyptian leaders. By 1998, Zawahiri had determined that the Egyptian Islamic +Jihad should focus on its struggle against the United States and hold off on +further attacks against the Egyptian regime. A key question is how they acquired +the anthrax strain first isolated by the Texas Veterinary Medical Diagnostic Lab +in 1980. According to senior counter terrorism officials, both here and abroad, +among the supporters of these militant islamists were people who blended into +society and were available to act when another part of the network requested it. +Al Qaeda, Anthrax and Ayman: Means, Motive, Modus Operandi and Opportunity +Homeland Security In early June 2003, a Central Intelligence Agency ("CIA") +report publicly disclosed that the reason for Mohammed Atta's and Zacarias +Moussaoui's inquiries into cropdusters was for the contemplated use in +dispersing biological agents such as anthrax. An early September 2003 Newsweek +article included a rumor by a Taliban source that at a meeting in April 2003 Bin +Laden was planning an "unbelievable" biological attack, the plans for which had +suffered a setback upon the arrest of Khalid Shaikh Mohammed ("KSM"). He had +been captured the previous month in Rawalpindi, Pakistan. In November 2003, a +report by a UN Panel of experts concluded that Al Qaeda is determined to use +chemical and biological weapons and is restrained only by technical +difficulties. In a statement issued June 16, 2004, the 9/11 Commission Staff +concluded that "Al Qaeda had an ambitious biological weapons program and was +making advances in its ability to produce anthrax prior to September 11. +According to Director of Central Intelligence George Tenet, al Qaeda’s ability +to conduct an anthrax attack is one of the most immediate threats the United +States is likely to face." On August 9, 2004, it was announced that in the +Spring of 2001, a man named El-Shukrijumah, also known as Jafar the Pilot, who +was part of a "second wave," had been casing New York City helicopters. +Photographs from a seized computer disc included the controls and the locks on +the door between the passengers and pilot. In a bulletin, the FBI noted that the +surveillance might relate to a plot to disperse a chemical or biological weapon. +The CIA reportedly has been quietly building a case that the anthrax mailings +were an international plot. This is old news. It's just no longer +bureaucratically impolite to openly contest the FBI's (former) theory about a +lone, American scientist. Many people have argued that a US-based Al Qaeda +operative is behind the earlier Fall 2001 anthrax mailings in the US, and that +the mailings served as a threat and warning. Princeton islamist scholar Bernard +Lewis has explained that while islamists may disagree about whether killing +innocents is sanctioned by the laws of jihad, extremists like Zawahiri agree +that notice must be given before biochemical weapons are used. "The Prophet's +guidance," says Michael Scheuer, an al-Qaeda analyst who recently retired from +the CIA and once headed its Bin Laden unit, "was always, Before you attack +someone, warn them very clearly..." The anthrax mailings followed the pattern of +letters they sent in January 1997 to newspaper branches in Washington, D.C. and +New York City, as well as symbolic targets. The letter bombs were sent in +connection with the detention of the blind sheik Abdel Rahman and those +responsible for the earlier World Trade Center bombing in 1993. Handwritten +notes and files on a laptop seized upon the capture of KSM, Al Qaeda's #3, +included a feasible anthrax production plan using a spray dryer and addressed +the recruitment of necessary expertise. What your morning paper did not tell +you, however, was that the CIA seized a similar disc from Ayman Zawahiri's +right-hand, Ahmed Salama Mabruk, 5 years earlier. The computer disk was +confiscated from him during his arrest by the CIA in Azerbaijan and handed over +to the Egyptian authorities. Mabruk, at the time, was the head of Jihad's +military operations. There is a risk that observers underestimate the time that +Al Qaeda has had to make progress in such recruitment and research and +development. Some may still think that even in the final stages of the 9/11 +plot, Zacarias Moussaoui was going to fly a 5th plane into the Capitol or White +House. Others argue that he was to be part of a second wave of airliners +directed to targets on the West Coast. There is an e-mail by Moussaoui, however, +dated July 31, 2001 indicating that he sought to take a crop dusting course that +was to last up to 6 months. In March 2003, Mohammed reportedly said that +Moussaoui was not going to be part of 9/11 but was to be part of a "second +wave." Although Ramzi Binalshibh provided him $14,000 in July, accused September +11 conspirator Zacarias Moussaoui told his trial judge that he had an al Qaeda +mission that would have come after the terrorist attacks. KSM explained that +Moussaoui's inquiries about crop dusters may have been related to the anthrax +work being done by US-trained biochemist and Al Qaeda operative, Malaysian Yazid +Sufaat. Zacarias Moussaoui, never the sharpest tool in the shed and thought by +his superiors to be unreliable, has told the judge at his trial in a filing that +he wants "anthrax for Jew sympathizer only." Al Qaeda's regional operative, +Hambali, who was at a key January 2000 meeting and supervised Sufaat, has been +captured. Hambali reportedly is cooperating to some degree. KSM and Hambali sent +al-Hindi (al-Britani), along with Jafar the Pilot, to case NYC targets for a +second wave. It was as part of that surveillance in early 2001 that Jafar the +Pilot studied tourist helicopters in the NYC area. Sufaat, according to both KSM +and Hambali, did not have the virulent US Army Ames strain that would be used. +That would require someone who had access to the strain. But if experience is +any guide, nothing would stand in the way of Dr. Ayman Zawahiri's decade-long +quest to weaponize and use anthrax against US targets that was described by one +confidante to an Egyptian newspaper reporter. The islamist had been released +from Egyptian prison and had known Zawahiri well for many years. Emails from +Zawahiri to Atef in the Spring of 1999 indicate that Ayman was a close student +of the USAMRIID anthrax program. He believed that the koran instructed that a +jihadist should use the weapons used by the crusader. "What we know is that he's +always said it was a religious obligation to have the same weapons as their +enemies," former CIA OBL unit counter terrorism chief Michael Scheuer has said. +The Wall Street Journal reported that a computer used by Zawahiri contains a +June 1999 memo that "said the program should seek cover and talent in +educational institutions, which it said were 'more beneficial to us and allow +easy access to specialists, which will greatly benefit us in the first stage, +God willing.' '' Zawahiri was associated with a faction of the Egyptian Islamic +Jihad known as the Vanguards of Conquest. Zawahiri and the Vanguards of Conquest +were seeking to recreate Mohammed's taking of mecca by a small band through +violent attacks on Egyptian leaders. By 1998, Zawahiri had determined that the +Egyptian Islamic Jihad should focus on its struggle against the United States +and hold off on further attacks against the Egyptian regime. A key question is +how they acquired the anthrax strain first isolated by the Texas Veterinary +Medical Diagnostic Lab in 1980. According to senior counter terrorism officials, +both here and abroad, among the supporters of these militant islamists were +people who blended into society and were available to act when another part of +the network requested it. A few days before Christmas 2003, after a renewed +audiotape threat by Zawahiri of attacks, to include in the US homeland, the +threat level was raised to orange or "high." After the alert condition had long +since returned to yellow, Zawahiri in late February issued another audiotape. He +urged the President that brigades and brigades would be coming under the banner +of jihad carrying death and seeking paradise. Zawahiri said that the US should +expect another 9/11 on US soil. According to some reports, Zawahiri is thought +by intelligence to be somewhere near the border of Pakistan and Afghanistan. At +one time, some thought he had been spotted in Iran. Wherever he is, authorities +need to focus on the traceable connection between him and those he or Atef +recruited. In October 2001, did the FBI profilers know of the draft message +Khalid Mohammed had on the seized laptop (from 1995) that was signed "Khalid +Sheik Bojinka"? The letter threatened to use biochemical weapons if the blind +sheik was not released. (Khalid Mohammed's involvement dates back to Bojinka, as +does Hambali's). Use of biochemical weapons as blackmail and threatened +retaliation for such detentions was an alternative scenario in the Bojinka +planning. In May 2004, Patrick Hughes, Lieutenant General (Retired), Assistant +Secretary for Information Analysis, Homeland Security Department testified +before the 9/11 Commission. He explained that interrogations and other evidence +revealed that Al Qaeda wanted to strike the US with a nonconventional weapon, +most notably anthrax. The same week, the WTC head testified that while they had +not received any briefing on the use of planes, they had taken steps to prepare +for an attack using anthrax based on intelligence that had been received. Al +Qaeda has had anthrax, the raw seed product in its unweaponized form, since at +least 1997, when it was purchased by Bin Laden through the Moro Islamic +Liberation Front ("Moro Front" or "MILF"). Zawahiri, Al Qaeda's #2, is head of +Al Qaeda's biochemical program. The CIA has known of Zawahiri's plans to use +anthrax for a half decade. The confidante and right-hand man of Dr. Ayman +Zawahiri admitted that Zawahiri succeeded in obtaining anthrax and intended to +use it against US targets. Another senior Al Qaeda member (a shura or +policy-making council member no less) was working for the Egyptian intelligence +services and he confirmed the report in a sworn lengthy confession. Even +Zawahiri's attorney in 1999 said that Bin Laden and Zawahiri were likely to +resort to the biological and chemical agents they possessed given the +extradition pressure senior Al Qaeda leaders faced. A recently released islamist +who had been a close associate of Zawahiri said that Zawahiri spent a decade and +had made 15 separate attempts to recruit the necessary expertise to weaponize +anthrax in Russia and the Middle East. The US Army recipe was not used, and +obtaining the unprocessed Ames strain of anthrax used does not warrant the +weight given it by some press accounts. There was lax control over the +distribution of the Ames strain that was used, especially in light of the fact +that transfers were not even required to be recorded prior to 1997. +Significantly, the individual who isolated it nearly a quarter century ago (now +retired), upon being contacted, does not even report that he necessarily sent +the only copy of the strain to Ft. Detrick. Senator Patrick Leahy at a +Congressional hearing in the Spring of 2002 noted that the FBI had collected the +Ames strain from 20 sources. In Fall 2004, MSNBC, relying on an unnamed FBI +spokesperson, reports that the FBI has narrowed the pool of labs known to have +had Ames that was a match from 16 to 4 but cannot rule out that it was made +overseas. Al Qaeda's anthrax production plans on Khalid Mohammed's computer did +not evidence knowledge of advanced techniques in the most efficient biological +weapons. At least according to the public comments by bioweaponeer experts +William Patrick and Kenneth Alibek, under the optimal method, there is no +electrostatic charge. In the case of the anthrax used in the mailings, there was +an electrostatic charge. Although there was a dominance of single spores and a +trillion spore concentration, there were clumps as large as 40 - 100 microns. +(Spores must be no bigger than 5 microns to be inhalable.) Many point to the +trillion spore concentration as extraordinary. It is far simpler, however, to +achieve a trillion spore concentration in the production of a few grams than in +industrial processing typical of a state sponsored lab. The "trillion spore" +issue was at the heart of a lot of mistaken theories of the matter concluding +that state sponsorship was necessarily indicated. The reported finding at Dugway +undermines the argument of both the "bomb Iraq" crowd and the liberals focused +on Dr. Steve Hatfill who object to US biodefense research because they view it +as being useful for offensive purposes. USDA employee Johnelle Bryant first told +us, in sensational detail, of Atta's inquiries about purchasing and retrofitting +a cropduster. Khalid Mohammed then told interrogators that Zacarias Moussaoui's +inquiries about crop dusting may have related to Yazid Sufaat's anthrax +manufacturing plans. Although the details of the documents on Mohammed's +computer may (or may not) point to possible difficulties in aerial dispersal, +they are fully consistent with the product used in the anthrax mailings. Al +Qaeda had both the means and opportunity. + +US-trained Malaysian biochemist Yazid Sufaat met with 9/11 plotters and two +hijackers in January 2000. Sufaat was a member of Al Qaeda and a member of +Jemaah Islamiah ("JI"). JI has ties with the Moro Front. Sufaat used his company +called Green Laboratory Medicine to buy items useful to Al Qaeda. (Green +symbolizes "Islam" and Prophet Mohammed's holy war). Zacarias Moussaoui, who had +a crop dusting manual when he was arrested, stayed at Sufaat's condominium in +2000 when he was trying to arrange for flight lessons in Malaysia. Yazid Sufaat +provided Moussaoui with a letter indicating that he was a marketing +representative for Infocus Technologies and allegedly provided him $35,000. The +crop dusters were to be part of a "second wave." After 9/11, Yazid Sufaat +traveled to Afghanistan and Pakistan to work for the Taliban Medical Brigade and +to continue his work with anthrax. As described in US News, a former reporter +from the Kabul Times actually may have met Sufaat, without realizing it, while +traveling near Kabul in October 2001, perceiving him as Filipino. The fellow was +carrying papers from Zawahiri and bragging about his ability to manipulate +anthrax. Sufaat was arrested in December 2001 upon his return to Malaysia. +Newsweek reported that a "second wave" involving biological attacks had been +thwarted upon the arrest of Al Qaeda members who had been intended to provide +logistical support. Various doctors, both foreign and American, are associated +with Al Qaeda leaders or operatives, to include the doctors Abdul Qadoos Khan, a +bacteriologist from Rawalpindi and Aafia Siddiqui, PhD, from Karachi. +Microbiologist Abdul Qadoos Khan was charged along with his son, Ahmed, for +harboring the fugitives. As of March 28, 2003, he was in a hospital for a +cardiac problem and had been granted "pre-arrest bail." Yet all you read about +at the time was the arrest of the son Ahmed Abdul Qadoos, who receives a stipend +from the UN for being officially low-IQ due to lead poisoning. It was Khalid +Mohammed who told authorities about Aafia Siddiqui, who has a PhD from Brandeis +in neurology. The Pakistani press reported that she was nabbed in Karachi after +being spotted at the airport in late March or early April 2003. If mistaken, how +did those reports first come about? Understandably, Amerithrax is a confidential +investigation. The Pakistan ISI and CIA rarely grant press interviews in +connection with an ongoing manhunt. The CIA did not even allow the FBI access to +KSM for 10 days after his arrest. As agent Van Harp, then head of the Amerithrax +investigation said, the information coming from Khalid Mohammed is classified +with the authorities releasing only certain limited information. While it's not +easy to separate fact from fiction, Attorney General Ashcroft and Director +Mueller have publicly confirmed Aafia is still being sought. They would know. + +Her mother Ismat last saw Aafia and her grandchildren before they left in a +minicab at the end of March. Aafia was on her way with her children to visit and +uncle and a friend in Islamabad. According to the Pakistan reports, Aafia +Siddiqui was detained after being spotted at Karachi International airport +(after she was followed to a relative's house). (Karachi is in the south). The +reports say she is suspected of having been a member of Al Qaeda's "Chemical +Wire Group." The family's lawyer advises me that Aafia did not have enough money +to pay for airfare tickets for herself and the kids and called Ismat from the +train station. That was the last Ismat heard from her. Aafia never reached the +uncle's house. Perhaps something got lost in the translation, but the phrase +"Chemical Wire Group" has appeared in all the english Pakistan and India papers. +The family's attorney advises me that Aafia had no knowledge of chemicals (and +that would not appear to be her training). There still is a very hot pursuit of +the "Atta-level" Floridian, Adnan El Shukrijumah, who Siddiqui is thought to +have known and been assisting. His nickname is "Jafar the Pilot." A senior DOJ +official reports that Adnan has experience as a commercial pilot. He is said by +one FBI agent to be "very, very, very" dangerous. He allegedly was at one or +more meetings in the Summer of 2001 in Pakistan at which KSM and Sufaat were +present. He may have been seen in Hamilton, Canada -- along with Egyptian +al-Maati, who apparently also has received pilot training. The United States +truly no longer has time for faulty analysis or politically-based +preconceptions. In early June 2003, a CIA report concluded that the reason for +Atta's and Zacarias Moussaoui's inquiries into cropdusters was in fact for the +contemplated use in dispersing biological agents such as anthrax. It has long +been known Osama Bin Laden was interested in using cropdusters to disperse +biological agents (since the testimony of millennium bomber Ahmed Ressam). The +hijacker Ahmed Alhaznawi appears to have contracted cutaneous anthrax in +Afghanistan. It is reasonable to credit his statement that he got the lesion +after bumping into a suitcase he was carrying at a camp in Afghanistan. The +lesion is further evidence of Al Qaeda's anthrax production program at Kandahar. +The present evidence relating to Atta's alleged travel to Prague does not +warrant a conclusion that Al Qaeda obtained the Ames strain from Iraq. Iraq, +however, remains a possible source of the Ames. Former Russian bioweaponeer Ken +Alibek has said that a key Russian scientist assisted Iraq and that Russia had +the Ames strain. (His conclusion may have been based on the fake mobile biolab +plans foisted upon the US by the Chalabi associate "Curveball", which Alibek +divined to be identical to Russian mobile lab design). Zawahiri did travel to +Baghdad in 1998 with an entourage to attend the birthday party of Saddam's son. +The papers found at headquarters of the Mukhabarat, Iraq's secret police, show +that an entourage from Al Qaeda group was sent to the Iraqi capital in March +1998 from Sudan. According to at least some reports, Bin Laden rejected the +suggestion of a closer alliance -- preferring to pursue his own concept of +jihad. Two top Iraqi scientists, code named Charlie and Alpha, are helping the +coalition to learn more about Iraqi's anthrax program, according to Dr. David +Kay, head of the Iraq survey group in charge of the hunt for WMD. He has said +that the Iraqis made surprising innovations in the milling and drying processes +needed to weaponize anthrax. The media coverage has been seriously confused on +the issue of motive and the reason Senators Daschle and Leahy would have been +targeted -- tending to simplistically view them as "liberals." Zawahiri likely +targeted Senators Daschle and Leahy to receive anthrax letters, in addition to +various media outlets, because of the appropriations made pursuant to the "Leahy +Law" to military and security forces. That money has prevented the militant +islamists from achieving their goals. Al Qaeda members and sympathizers feel +that the FBI's involvement in countries like Egypt, Saudi Arabia, Pakistan, +Indonesia, and the Philippines interferes with the sovereignty of those +countries. According to a post she made on the internet, Aafia Siddiqui +expressed the same sentiment in connection with US appropriations sought in +exchange for the extradition of WTC 1993 plotter Ramzi Yousef from Pakistan. +Senator Leahy was Chairman of both the Judiciary Committee overseeing the FBI +and Appropriations Subcommittee in charge of foreign aid to these countries. In +late September 2001, it was announced that the President was seeking a blanket +waiver that would lift all restrictions on aid to military and security units in +connection with pursuing the militant islamists. This extradition and +imprisonment of Al Qaeda leaders, along with US support for Israel and the +Mubarak government in Egypt, remains foremost in the mind of Dr. Zawahiri. At +the height of the development of his biological weapons program, his brother was +extradited pursuant to a death sentence in the "Albanian returnees" case (now he +faces retrial). It's hard to keep up with the stories about billion dollar +appropriations, debt forgiveness, and loan guarantees to countries like Egypt +and Israel and now even Pakistan. Those appropriations pale in comparison to the +many tens of billions in appropriations relating to the invasion of Iraq. Al +Qaeda had a motive in mind. In his Fall 2001 book titled Knights under the +Banner of the Prophet, Zawahiri argued that the secular press was telling "lies" +about the militant islamists -- to include the suggestion that the militant +islamists were somehow the creation of the United States in connection with +expelling the Russians from Afghanistan. Zawahiri argued instead that they have +been active since the assassination of Anwar Sadat in Egypt because of the Camp +David Accord and the resulting peace treaty between Egypt and Israel. The +anthrax letters were sent on the date of the Camp David Accord and then the date +Anwar Sadat was assassinated as if to underscore the point to anyone paying +attention. Most of the "talking heads" on television, however, knew only that +Daschle and Leahy were liberal democrats and did not know anything of Al Qaeda +beyond what they read in the US newspapers. The FBI's profile includes a +US-based supporter of the militant islamists. Attorney General Ashcroft +explained that an "either-or" approach is not useful. The media has tended to +overlook the fact that when the FBI uses the word "domestic" the word includes a +US-based, highly-educated supporter of the militant islamists. There is an +emerging consensus that anthrax was contained in a letter to AMI, the publisher +of the National Enquirer -- in a goofy love letter to Jennifer Lopez enclosing a +Star of David and proposing marriage. A report by the Center for Disease Control +of interviews with AMI employees (as well as detailed interviews by author +Leonard Cole) supports the conclusion that there were not one, but two, such +mailings containing anthrax. (The letters were to different AMI publications -- +one to the National Enquirer and another to The Sun). (News assistant Bobby +Bender recalls the letter containing the items to have been addressed to The +Sun.) This tactic of letters is not merely the modus operandi of these militant +islamists inspired by Zawahiri, it is their signature. The islamists sent letter +bombs in January 1997 to newspaper offices in New York City and Washington, +D.C.. They were sent in connection with the earlier bombing of the World Trade +Center and the imprisonment of the blind sheik, Sheik Abdel Rahman. The former +leader of the Egyptian Al-Gamaa al-Islamiya ("Islamic Group"), he was also a +spiritual leader of Al Qaeda. The letter bombs were sent in connection with the +treatment of the Egyptian islamists imprisoned for the earlier attack on the WTC +and a related plot. The purpose of the letter bombs -- which resulted in minimal +casualty -- was to send a message. (There initially was an outstanding $2 +million reward -- under the rewards for justice program, the reward now is up to +$5 million.). There was no claim of responsibility. There was no explanation. +Once one had been received, the next ten, mailed on two separate dates, were +easily collected. Sound familiar? Two bombs were also sent to Leavenworth, where +a key WTC 1993 defendant was imprisoned, addressed to "Parole Officer." (The +position does not exist). Abdel Rahman's son was captured in Quetta, Pakistan in +mid-February 2003. That arrest in turn led to the dramatic capture of Khalid +Mohammed, Al Qaeda's #3. Mohammed allegedly was hiding in the home of the +Pakistani bacteriologist Dr. Abdul Qadoos Khan. Along with Zawahiri, Abdel +Rahman and his two sons have had considerable influence over Bin Laden. He +reportedly treated them like sons. Although while in jail in the early 1980s, +Zawahiri caused considerable tension by challenging the blind sheik's ability to +lead a coalition of the Egyptian Islamic Jihad and the Egyptian Islamic Group, +Zawahiri and OBL are Rahman's friends. The imprisoned WTC 1993 plotter Yousef +was KSM's nephew. Thus, the leaders in charge of Al Qaeda's anthrax production +program had a close connection to those imprisoned in connection with the +earlier bombing of the World Trade Center. According to the controversial "Feith +memo," which summarized purported intelligence showing an Iraqi/Al Qaeda +connection, Osama Bin Laden had asked Iraqi intelligence for technical +assistance in sending letter bombs a half year before the Al Hayat letters were +sent. Just because Al Qaeda likes its truck bombs and the like to be effective +does not mean they do not see the value in a deadly missive. As Brian Jenkins +once said, "terrorism is theater." A sender purporting to be islamist sent +cyanide in both early 2002 and early 2003 in New Zealand and ingredients of +nerve gas in Belgium in 2003. There's even a chapter titled "Poisonous Letter" +in the Al Qaeda manual. The "Federal Eagle" stamp used in the anthrax mailings +was a blue-green. It was widely published among the militant islamists that +martyrs go to paradise "in the hearts of green birds." In the very interview in +which they admitted 9/11, and described the codes used for the four targets for +the planes, the masterminds admitted to the Jenny code, the code for +representing the date 9/11, and used the symbolism of the "Green Birds." Osama +Bin Laden later invoked the symbolism in his video "The 19 Martyrs." A FAQ on +the Azzam Publications website explained that "In the Hearts of Green Birds" +refers to what is inside. The mailer's use of "Greendale School" as the return +address for the letters to the Senators is also revealing. A May 2001 letter +that Zawahiri sent to Egyptian Islamic Jihad members abroad establish that +Zawahiri used "school" as a code word for the Egyptian militant islamists in his +correspondence. Green symbolizes Islam and was the Prophet Mohammed's color. By +Greendale School, the anthrax perp was being cute, just as Yazid Sufaat was +being cute in naming his lab Green Laboratory Medicine. "Dale" means "river +valley." Greendale likely refers to green river valley -- i.e., Cairo's Egyptian +Islamic Jihad or the Islamic Group. The sender probably is announcing that he is +of either Egyptian Islamic Jihad, Egyptian Islamic Group or Jihad-al Qaeda, +which is actually the full name of the group after the merger of the Egyptian +Islamic Jihad and al Qaeda. At the Darunta complex where jihadis trained, +recruits would wear green uniforms, except for Friday when they were washed. In +a Hadith the Messenger of Allah explains that the souls of the martyrs are in +the hearts of green birds that fly wherever they please in the Paradise. As to +opportunity, though seldom reported, there is a wealth of "open source" +information about possible Al Qaeda or Egyptian Islamic Jihad or Egyptian +Islamic Group in the United States and Canada. The public information mostly +relates to those suspected sleepers who have been detained or who are at large +and are being sought. Zawahiri's mission in the United States in 1995 was to do +spadework for terrorism, not fundraising for charitable causes. He traveled +under an alias and was accompanied by a former US Army sergeant named Ali +Mohammed. What mosques exactly did they visit and who did they meet? Whatever +your political persuasion, the FBI and CIA deserve our support. We are, after +all, in this together. First, the nature of such an investigation is that we +lack sufficient information to second-guess (or even know) what the FBI is +doing. Media reports are a poor approximation of reality because of the lack of +good sources. Second, hindsight is 20/20. Third, with the "new age" Efrem +Zimbalist, Jr. in charge of the investigation, it is not likely we could do +better in striking the appropriate balance between due process and national +security. Finally, the "Hatfill theory" seems to have been exhausted or at least +lost public favor. The "Hatfill theory" accusing Dr. Stephen Hatfill was always +highly dubious. The suspicion was founded on many false premises, and there was +no reliable publicly known evidence indicating his guilt. The FBI's fixation on +Hatfill (at least as rumored by some reporters) may have stemmed from a warning +by one Senator that careers hung in the balance. Leahy's chief of staff +apparently started with the strong predisposition that some right-winger was +involved because two liberal democrats had been targeted. The Hatfill theory -- +to include ongoing interviews and ongoing 7/24 surveillance by 8 surveillance +specialists -- is now the subject of pending civil rights and libel claims of +uncertain merit. A suit against the New York Times and columnist Nicholas +Kristof was dismissed in late November 2004. The judge had agreed to delay the +civil rights matter from proceeding until at least October 2004. The judge, +frustrated by the apparent lack of progress, encouraged that the parties reach a +negotiated compromise that would permit some limited discovery to proceed (and +the judge has directed that the government to file an Answer to the Complaint). +The Hatfill Theory ironically might best be understood as an Al Qaeda theory, +with a coincidental Malaysian connection adding to the other circumstances. +Given the regrettable leaks that he was under suspicion, it is only fair that +the FBI leak with equal enthusiasm the fact that Dr. Hatfill has now been +dropped as a suspect if and when that proves to be the case. A search of Dr. Ken +Berry's residences likely will prove just about the last gasp of a biodefense +insider theory. Senior officials have been quoted in the press as saying that +the searches were for the purpose of excluding him as much as including him. + +Maureen, + +Andre is going to look over the list of curves needed for the global assets +(August Board meeting) one more time before I forward it to you. He will make +sure that we do not request FX and inflation (CPI,PPI, etc.) curves when only +one of the curves will actually be used in the valuation process and to +determine which inflation index is needed. Typically, we receive both FX and +inflation from you, but both curves may not always be used. I hope that we can +give you some time savings by eliminating any nonessential requests. + +For now, this is the list of countries for which we will probably need the FX +and/or inflation curves. I will send the specifics per Andre later today. + +India Philippines Bolivia Jamaica Guatemala Venezuela Columbia Puerto Rico CPI +only (I need historical inflation data, as well) Panama Brazil we have current +data already China we have current data already Euro inflation only I am not +certain about the needs for the London Underwriting/IV group but will request +the information from them if you have not done so already. + +Thanks! + +Cindy + +David and Cindy, + +Please send us the list of the curves that you will need to revalue our +international assets for the August Board meeting. Thanks, + +Maureen + +Philip, + +I have to decline the invitation with regrets. I have too many commitments right +now. + +Vince Kaminski + +Dear Vince + +Just a quick message to follow up on the email that I sent you recently inviting +you to speak at our forthcoming congress, Risk 2001 Australia, which is taking +place in Sydney on 20 & 21 August 2001. Have you had an opportunity to consider +the invitation yet? We are aiming to have the programme printed next week, so I +would really need to know as soon as possible if you would be available to speak +at this year's congress. I am working from our Hong Kong office for this week +only (Tel: +852 2545 2710), and I can be contacted by phone there or by email. +Kind regards. + +Philip + +Philip Annesley Conference Producer Risk Waters Group +44 20 7484 9866 +44 20 +7484 9800 www.risk-conferences.com/risk2001aus Beth has made our reservations +for the Round Table Friday night (5/18) at Sullivan's Steak House for 6:30. See +you all there - this is ling overdue + +Paula Paula, + +Thanks a lot. Will you drive on that day? + +Vince + +Beth has made our reservations for the Round Table Friday night (5/18) at +Sullivan's Steak House for 6:30. See you all there - this is ling overdue + +Paula FYI + +Vince + +Anne, Mike will call you regarding Sarah. + +Vince, + +As I mentioned in my voice mail, Mike Roberts going to hire Sara Woody, a recent +MBA grad from Rice, into his group. However, when we were talking about this +position, Mike compared Sara to Elena. Elena's title is admin coordinator, and I +know that Sara should not have this title, and honestly do not think that Elena +should also. Admin coordinator's do primarily administrative work. I suggest +that you compare Elena and Sarah's duties/ level to other Sr. Spec. in your +group such as Kenneth Parkhill and Sevil to determine if they are equivalent, or +if their scope of responsibilities and experience is not as broad. If the latter +is the case, we could place both Sara and Elena in a specialist job group ( the +salary range is 33-66K). Please advise. + +Thanks, Anne + +Clayton, + +Thanks a lot. I appreciate all your help. + +Vince + +Vince- + +Good news. Martin's box is working wonderfully- I'll have everything transferred +to it and give him the keys by Friday. + +This was (another) nice deal for Enron. We save $21,000 in real money this way, +the cash refund Sun is giving Enron for our other server, using a box that +wasn't being used by anyone. I'm happy about this. + +Clayton + +Iris, + +Congratulations. + +Anne, please, include this info in Iris' file Vince + +Michael: Thanks for putting the paperwork together. + +I would have interest in meeting if you can present unique investment +opportunities that I don't have access to now. Most of my contact with financial +advisors in the past has consisted of them suggesting a mutual fund, telling me +to invest in Home Depot, Sun, and Coke, or trying to pass off their banks' +biased research reports as something valuable. The above services provide no +value to me personally. If you can present opportunities such as access to +private equity or hedge funds, or other ideas with strong growth potential and +low correlation to the S@P, I'd listen. John + +John - + +We'll get the paperwork together and sent to you for naked options. At some +point, I'd like to talk about the diversification strategy in more detail -- +perhaps over dinner or a quick meeting after the markets close? Michael Gapinski +Account Vice President Emery Financial Group PaineWebber, Inc. 713-654-0365 +800-553-3119 x365 Fax: 713-654-1281 Cell: 281-435-0295 Michael: Appreciate the +idea. However, with my natural long, I'm not looking to really trade around the +position. I believe ENE will continue to be range bound, but in case it is not, +I don't want to forgo 50% of my option premium. I have price targets of where I +would like to lighten up exposure to ENE and will use calls to implement the +stategy. To that regards, I noticed I was not approved to sell naked calls. I +would like that ability in order to hedge some exposure I have of unexercised +vested options. Please look into that for me. John. + +John - + +I was looking at the recent pullback in ENE and thinking it might be an +opportunity to buy back the calls you sold. Of course, you would then be in a +position to sell calls again if the stock makes a bounce. I'm not sure that ENE +@ 75 is the place, but maybe @ 73. Call me if you're interested. Michael +Gapinski Account Vice President Emery Financial Group PaineWebber, Inc. +713-654-0365 800-553-3119 x365 Fax: 713-654-1281 Cell: 281-435-0295 Notice +Regarding Entry of Orders and Instructions: Please do not transmit orders and/or +instructions regarding your PaineWebber account(s) by e-mail. Orders and/or +instructions transmitted by e-mail will not be accepted by PaineWebber and +PaineWebber will not be responsible for carrying out such orders and/or +instructions. Notice Regarding Privacy and Confidentiality: PaineWebber reserves +the right to monitor and review the content of all e-mail communications sent +and/or received by its employees. Notice Regarding Entry of Orders and +Instructions: Please do not transmit orders and/or instructions regarding your +PaineWebber account(s) by e-mail. Orders and/or instructions transmitted by +e-mail will not be accepted by PaineWebber and PaineWebber will not be +responsible for carrying out such orders and/or instructions. Notice Regarding +Privacy and Confidentiality: PaineWebber reserves the right to monitor and +review the content of all e-mail communications sent and/or received by its +employees. Notice Regarding Entry of Orders and Instructions: Please do not +transmit orders and/or instructions regarding your PaineWebber account(s) by +e-mail. Orders and/or instructions transmitted by e-mail will not be accepted by +PaineWebber and PaineWebber will not be responsible for carrying out such orders +and/or instructions. Notice Regarding Privacy and Confidentiality: PaineWebber +reserves the right to monitor and review the content of all e-mail +communications sent and/or received by its employees. Who cares?????? + +Please note that effective immediately my email address has changed to +Sean.Cooper@ElPaso.com He just rescheduled to Wednesday. How about dinner on +Wednesday after that ? + +Your buddy Beau invited me. How about prior to that or after that on Tuesday. + +not really... + +already have plans on thursday . + +are you going to the NYMEX candidate cocktail hour Tuesday? + +oh god is there an agenda. Would dinner Thursday work instead. not really... + +already have plans on thursday . + +are you going to the NYMEX candidate cocktail hour Tuesday? + +oh god is there an agenda. + +Wednesday doesn't work for me. How about Tuesday's at 3:30 Houston time. + +i completely agree. I would like to have a meeting once a week for 1-2 hours +with all 6 of us just to make sure we are moving forward and to get an update +and anything and everything. My only concern is that we take the boys away from +their overwhelming task. What do you guys think. John + +OK. I will have to move my weekly meeting to Tuesday. + +Monday's starting next week at 4??????????????? + +Wednesday doesn't work for me. How about Tuesday's at 3:30 Houston time. + +i completely agree. I would like to have a meeting once a week for 1-2 hours +with all 6 of us just to make sure we are moving forward and to get an update +and anything and everything. My only concern is that we take the boys away from +their overwhelming task. What do you guys think. John + +Not yet. + +Did you happen to sign your employment agreement? + +Please respond to request below. Thanks. John Lavorato has requested the +attached report. He is concerned about the allocation amongst categories- in +particular, Real Time Traders. If you would, please review the entire list and +let me know if you are in agreement with the presentation by tomorrow evening, +if possible. I'm at xif you have any questions. Thanks! + +I understand all of those comparisons, however, the reality is if we lose Dean +(which we will if we don't pay 65k + 10k), we will end up hiring a replacement +at 75-80k. This is pretty easy math for me. + +I know it seems like a stretch, but the market for hourly traders is very strong +right now. I would like to get this done ASAP. Thanks. + +I am reviewing the request for an employment agreement renewal on Mark Dean +Laurent. Juan communicated some numbers to me and when reviewing this request +would like to ask you to consider the following: Current Salary: $47,500 Job +Group: Specialist YE PRC Rating: Satisfactory Original Proposition: + +Base Salary 65k 1 Year Agreement $5,000 signing + +Revised Proposal: + +Base Salary: 55k 1 Year agreement $5,000 signing Business Case: If we offered +Dean 55k or 60k it would still constitute a over a $10,000 increase +(approximately 25%) and taking into consideration he was rated as satisfactory +at the specialist level. Also, the top of the salary range for a specialist is +66k. It would still give him room to progress in the current job group should he +not be promoted. Secondly, he will still out price performers that you have in +the same job group that are excellent and strong performers respectively eg. +Paul Thomas, Jason Choate, Todd DeCook and Peter Makkai. Salary Listing in Job +Group: + +Maria Valdes superior $62,500 Paul Thomas excellent $55,008 Jason Choate +excellent $60,008 Todd DeCook strong $42,008 Peter Makkai strong $47,500 Let me +know your thoughts....then I will run it by Oxley. + +Are we going to attend? + +Transmission Expansion and Systems in Transition Conference Feb. 5-8, 2002, +Miami, Florida OVERVIEW + +This conference will examine the business and regulatory challenges to U.S. +electric systems in transition in effectively expanding transmission capacity to +meet new demands in the larger and more competitive regional markets emerging +under FERC 's RTO initiatives. The conference will review the parameters of +these challenges and possible solutions to them. It will examine technology +options and new business models for transmission expansion. It will analyze +emerging proposals for effective transmission planning and pricing, including +market-based pricing alternatives to FERC's traditional pricing methods. The +conference will also discuss what it will take in legislative action and +regulatory initiative to achieve an efficient regime for ensuring that the +nation has a reliable grid and regional trading system. The brochure for the +Conference and associated Workshops can be obtained by clicking on the link +below: << +http://www.euci.com/pdf/trans_expn.pdf >> Electricity Market Design Conference +March 25-26, 2002, Atlanta, Georgia + +I need to check something in 969's 2000 tax return. Who has the 2000 tax return +file for 969? + +Essie + +Sonya City 07/30/2001 05:17 PM + +I think that this is for you since I don't know any of these people. + +WHO: Enron WHAT: Happy Hour for John Suarez WHEN: Today at 5pm WHERE: The Front +Porch 217 Gray St. (713) 571-9571 WHY: Today is John's last day at EBS. This is +NOT an Enron-sponsored event. How do you feel about taking on another company? + +Essie and Leon have proposed xferring Co. 1691 to your world (see below). Do you +concur? Please let me know Monday morning. + +Regards, Vicsandra + +If you have not already made these decisions, Essie's guidance should be +helpful. + +Patty Lee Corporate Tax x35172 EB1774 Please see my comments in red below. + +Essie + +Essie, + +Can you recommend where these companies each fit within the new organization? If +possible, can you also give an indication of the rank - 1 through 5? + +Thanks, + +Patty + +I have a few entities that may need to change groups or be assigned to a group. + +18T - EI Indonesia Operations LLC This entity is not in TIS, SAP, nor Hyperion. +The 2000 tax return has no income, assets, or liabilities. There is a corporate +data sheet for this company, but this entity seems to have been inactive since +it's creation. + +86M - Enron Net Works LLC Despite the name, this entity appears to be a MTM +company. Per September financials, this company has about $3M of MTM and about +$8K of expenses, nothing else. + +The next 5 companies were my responsibility while in EBS, and did not get +assigned during the reorg. + +80Y - Enron Broadband Acquisition, Inc. This entity was created in 2000 for the +acquistion of WarpSpeed Communications (now Enron WarpSpeed Services, Inc. 83N), +and then dissolved upon completion of merger. Company is around with a small +amount of assets and liabilities, but no I/S items. 83N is my responsibility. I +think this entity should stay with 83N. So I suggest it be assigned to Leon. It +should be 4 - easy. + +1579 - EBS Network Co. Division of 17H. This one should possibly be assigned to +Networks & Services group. Not currently on our list of companies. I think this +could go to either Holding/Administrative Companies (Same as 17H) or Network & +Services (Leon). 4 - easy. + +1691 - EPI-EBS Europe Set up last month to centralize merchant asset activities. +Broke out the activities of 1179. A similar entity (1179) was assigned to +Commodity and Trade (Todd Richards and Mary Fischer) so this one should be +assigned to them as well. 4 - easy. + +1307 - EBIC-Apache, LLC Rolls up to Cherokee Finance VOF, a CFC. Cherokee +Finance VOF is assigned to North America (Glen Walloch and Kevin Walker). Maybe +this one should also go to them as the only tax which may have to be provided +would be foreign tax. 4 - easy. + +1689 - EPI-EBS Ventures, LLC Set up last month to centralize merchant asset +activities. Broke out the activities of 1307. Same as 1307. It should be +assigned to North America (Glen Walloch and Kevin Walker). 4 - easy. + +Let me know if you have any questions. + +Leon Branom Senior Tax Analyst Networks and Services (713) 345-8702 office +leon.branom@enron.com No problem about moving Company 1691 over + +I see that it is a 4, so that will be no problem. How do you feel about taking +on another company? + +Essie and Leon have proposed xferring Co. 1691 to your world (see below). Do you +concur? Please let me know Monday morning. + +Regards, Vicsandra + +If you have not already made these decisions, Essie's guidance should be +helpful. + +Patty Lee Corporate Tax x35172 EB1774 Please see my comments in red below. + +Essie + +Essie, + +Can you recommend where these companies each fit within the new organization? If +possible, can you also give an indication of the rank - 1 through 5? + +Thanks, + +Patty + +Virginia, + +Hello. I was originally inquiring about purchasing a Cross or Signac +impressionist lithograph. I found them and purchased both from a gallery in +London, William Weston. They should be delivered this week. They are beautiful +and will add a lot to our collection. By the way the Lichtenstein is up and +hanging in our formal living room and it is magnificent. I have also purchased +an Appel in the last month. I am interested in several artists. Actually, a lot. +I will be looking for one or more of the following. My concept is that overtime +I would like to own one of all the following artists and they are all depending +when I find something that we really like. I listed all of our (sometimes mine +vs. my wife's favorites and priorities). They are kind of in rank order but as I +stated if I find the piece that I like we will purchase it. I want signed and +numbered. I realize that some were not signed by the artist but it is an +important fact in my buying decision. I also realize that some may not have done +any works on paper or they are outrageously expensive. For example, I would like +to know if Rothko or Kline did any work on paper. At least that is what I am +thinking now. + +Bonnard (colorful only) Lautrec Suerat (any works on paper? - I don't know that +he did any) Other impressionist or post impressionist lithos Braque Moore Arp +Rouault Modrian Rothko Kline Motherwell + +By the way, I am interested in re-looking at a Picasso (although we have 2) that +your gallery had a couple of years ago. It was a cubist piece from the 1920s and +I believe you called the technique a "push wa" (pronunciation Vs an attempt at +the proper spelling). It was for sale in a couple of galleries in SF and was +about $20,000. Is there 1 available? Also I am still thinking about the Matisse +we discussed before but as you can see, I have a lot of other artists I am +interested in and it may remain on the back burner because we already have one. +Thanks, mike Huskers drool over Sooners. + +Ken Rice@ENRON COMMUNICATIONS 01/19/2001 09:14 AM Huskers rule, Sooners drool. + +Mike McConnell@ECT 01/19/01 07:55 AM Thanks for the note. Sooners rule. We'll +find time when things settle down. m Ken Rice@ENRON COMMUNICATIONS 01/19/2001 +07:24 AM Mike I see that we are scheduled to have lunch today. I may have to +postpone again, I'll let you know later this morning. I am out all weekend and +we have to have the final comments on the Analyst Presentation in by sunday +night so I may be working over lunch. Actually, I think we are in pretty good +shape so I will probably be doing lunch but just don't be too mad if I have to +cancel. Ken PS Your brother told me he went to 3 bowl games (when I found out +that two of them were the galleryfurniture.com bowl and that one in Shreveport +(I can't remember the name of it)) I realized he is a very, very sick college +football fan. Jeff, here is the intial draft. Please leave as a word document +and make any changes and additions that you think necessary. I haven't even +changed the wording after I first put it down. Mike Mark, I thought you would +enjoy the comment about you. m Ken Rice@ENRON COMMUNICATIONS 01/19/2001 07:24 AM +Mike I see that we are scheduled to have lunch today. I may have to postpone +again, I'll let you know later this morning. I am out all weekend and we have to +have the final comments on the Analyst Presentation in by sunday night so I may +be working over lunch. Actually, I think we are in pretty good shape so I will +probably be doing lunch but just don't be too mad if I have to cancel. Ken PS +Your brother told me he went to 3 bowl games (when I found out that two of them +were the galleryfurniture.com bowl and that one in Shreveport (I can't remember +the name of it)) I realized he is a very, very sick college football fan. + +I will put this on our calendars. Too bad you won't make the Compaq thing, but +maybe next year. San Antonio, wow what a let down from the other cities. That +will be a nice time of year though. I can recommend some good restaurants since +I took Ric there last year for his birthday. We stayed at the Menger and had a +great time. Kay Mann@ENRON 09/20/2000 04:18 PM This Friday - Michael goes for a +visit at St. Francis, which may be his new school (so far, so good). I'll be in +around1000 + +Most Fridays I'm going to TRY to pick Michael up since I'm away so much, which +means leaving by 445 or so. October 4, ENA orientation in the am. + +October 19/20, Neil is out of town, so I have to pick Michael up from school +(leave at 430) October 26/27, hope to be vacation time. Neil has a meeting in +San Antonio (usually it is in Miami, San Francisco, Phoenix - not so great this +year). It is the officer's meeting for Enterprise, and spouses are invited. This +means we won't be in town for the Compaq thing. Figures, of course. Thanks for +asking. I'm watching for some good vacation days, also... + +fyi/review/comment + +I have a couple of questions so I can wrap up the LOI: + +We refer to licensed Fuel Cell Energy equipment. Do we intend to reference a +particular manufacturer, or should this be more generic? Do we want to attach a +draft of the Development Agreement, and condition the final deal on agreeing to +terms substantially the same as what's in the draft? I have a concern that the +Enron optionality bug could bite us on the backside with that one. Do we expect +to have ONE EPC contract, or several? I'm looking for the confidentiality +agreement, which may be in Bart's files (haven't checked closely yet). If anyone +has it handy, it could speed things up for me. Thanks, + +Kay + +Forget the ONE or more contract questions. I see we expect to have separate +contracts for each project. I have a couple of questions so I can wrap up the +LOI: + +We refer to licensed Fuel Cell Energy equipment. Do we intend to reference a +particular manufacturer, or should this be more generic? Do we want to attach a +draft of the Development Agreement, and condition the final deal on agreeing to +terms substantially the same as what's in the draft? I have a concern that the +Enron optionality bug could bite us on the backside with that one. Do we expect +to have ONE EPC contract, or several? I'm looking for the confidentiality +agreement, which may be in Bart's files (haven't checked closely yet). If anyone +has it handy, it could speed things up for me. Thanks, + +Kay + +On the issue of the contracts, the draft says that the $170m is paid when the +EPC contract is signed. Are we expecting that the portion attributable to each +project will be paid as the individual EPC contracts are signed? Thanks, + +Kay + +1. The pricing that we have given CRRA is specific to FuelCell Energy and would +not be meaningful without listing the manufacturer (i.e., ONSI would be a lot +more money). Hence, I think that we have to reference the manufacturer. + +2. The attachment of the Development Agreement is a Jeff question. In order to +mark any 2000 income, we will need to get CRRA to execute the Development +Agreement in 2000. In my opinion, we should show CRRA a copy of the LOI with the +assumption that the Development Agreement is attached. I would actually send +them the draft Development Agreement a couple days after the LOI. Based on how +CRRA reacts, I would make an ultimate determination if the agreement needs to be +attached to the LOI. 3. I expect at least one EPC contract per project. We don't +want to condition the acceptance of one project on the performance of another +project. Performance tests will either be performed on a project basis or a unit +by unit basis in a given project. Remarkably clear explanation. + +Sent by: Ben Jacoby@ECT FYI, see below. + +Mom's birthday is tommorow. What are we going to get her? + +Chris + +That is some good stuff. I hear you are coming our way soon. Look forward to +drinking a few beers. Chris + +Michael McDermott on 06/01/2000 06:00:56 +AM Yo Mama`s so fat .... + +Your mama is so fat: When she hauls ass she has to make two trips. When she +dances she makes the band skip. When she was diagnosed with the flesh eating +disease the doctor gave her 13 years to live. She puts mayonnaise on aspirin. +(<- clearly the winner) Her cereal bowl came with a lifeguard. When she goes to +the zoo the elephants throw her peanuts. Her high school graduation picture was +an aerial photograph. Her driver`s license says "Picture continued on other +side." She has to iron her pants on the driveway. The back of her neck looks +like a pack of hot dogs. Yo mama`s so fat, all the restaurants in town have +signs that say: "Maximum Occupancy: 240 Patrons OR Yo Mama" Yo mama`s so fat, +when she ran away, they had to use all four sides of the milk carton. Yo mama`s +so fat, instead of Levis 501 jeans, she wears Levi`s 1002`s. Yo mama`s so fat, +when she gets in an elevator, it HAS to go down. Yo mama`s so fat, she was born +with a silver shovel in her mouth. Yo mama`s so fat, she`s got smaller fat women +orbiting around her. Yo mama`s so fat, she could sell shade. + +You will have to wait and see :-) + +Done! + +Expect a call from Paul tonight. Chris + +What are some good interview questions? Poll your co-workers. + +cd + +I told Paul that you called him yesterday so abruptly because you didn't want to +waste his time while you got tests done for arthritis. I told him I told you to +call him back and at least hear what he has to say. He said they are looking for +people and based on what I told him an interview was a formality. Chris + +Is that Microwave that you gave Dan really expensive? All the guys at work are +saying I shouldn't bother having it fixed I should just buy a new one. Chris + +Jai Hawker 974-6721 I won't forget about the $. Do I need to cross reference the +deals in my model to the deals in the system or did you already do that? Chris + +Kathy, + +Don't take that deal out until I look at it. I think it is mine but I forgot to +write it in the blue FX book (I only wrote it in my red book). Thanx, + +Chris + +Just a reminder to send me a currency report. + +Thanx, + +Chris + +Paul called me today. He will be in Calgary in a couple of weeks and will +interview you then. Chris + +You should reply ASAP. Don't make Peters and Co. wait. + +Chris + +I didn't get a chance to talk to Paul today. Give him a call tommorow. + +Chris + +Will you please run a June NX3/NX1 for our book. + +Paul How about meeting at 11:30 or 12? I am in the office so give me a call. + +CD 3-1663 + +The deed is done. + +Chris + +Find attached resume and cover letter. Hopefully he didn't spel anyting +incorrectly. Dan is really smart and a hard worker. I think he would be a good +fit. + +Give me a call Tuesday afternoon to discuss (gone to Kelowna golfing for the +weekend). Cheers, + +Chris + +I haven't had a chance to send it yet. Paul is out of the office today so I +haven't had a chance to talk to him. I'll send it as soon as you resond wether I +should or not. + +Chris + +Are you guys still looking for an analyst? Should I send the resume to Dawn or +you directly? + +Chris Enron Canada Corp. Suite 1100, 70 York Street Toronto, Ontario M5J 1S9 +416-865-3700 Paul DeVries - Director 416-865-3703 Jan Wilson - Manager +416-865-3704 Attached is a forecast for the rest of the summer for the X (NWP +and PGT). + +We should try to have a conference call with the west desk to discuss as soon as +we can. Chris + +See you there! + +CD + +Sushi tonight? + +Ryan Watt says high. + +Chris + +I will be able to attend. + +Chris + +Mike Jordan 26/09/2000 14:14 Fernley / Sally Off and on ( with Jackie Gentle's +help ) I have pulled together a one page communication note on our fundamental +operating standards ( itself a one page summary ). We are in the final stages of +this process - where we draft a cover letter for John which will introduce this +for inclusion within Globalflash ( the Enron Europe newsletter ) Have you any +thoughts on draft or cover note ? + +Mike + +Late Jan sounds great. Meagan does have a couple of big things on the weekend in +January -- National Charity League Senior Presentation (big dance that she and I +are committed to help with), the Bearkadette Ball and a winter party for +Cotillion. I believe that these are three weekends in a row, January 6, 13 and +20th. So the last weekend in January would work well (and I will need a rest +from formal affairs!). Does that work for you? And do you want to do it on a +Saturday or Sunday? Saturday probably works better for me, just so that I am +back in Houston and doing laundry by Sunday afternoon!! Hi... + +Talked to the little mother-to-be. She said a shower would be grand. She has +some big presentation mid-January. How does late January sound to you. Should we +set a date now? Am I turning into Mother? + +Cindy + +I think that it is a great idea to get some press regarding our fundamental +operating standards, but I wonder about the most appropriate timing, enough of a +global message and the means of delivery. On the means of delivery, I am not +sure from your note whether or not I fully understand the intent. Is there an +article to be included in an Enron publication and in addition a letter to be +sent under John's name (if so, to whom will the letter be sent)? Or is the +letter from John an introduction to be included as a lead in to the article? +With regard to a global message, I think that one of the key points around +fundamental operating standards are that they are intended to be global in +nature, applied to every commodity and every location where we engage in trading +activities. With these operating standards implemented worldwide, we will know +as operations professionals that risk is being mitigated and we will be able to +ensure Enron top management that there is consistency in operating standards +worldwide. These global standards also should enable Enron to expand its +business reach more quickly, with well defined requirements with regard to +trading operations. I am not sure from the article as written that the global +nature of this effort comes across. Finally, a question regarding timing. The +last I knew after you and Brent drafted this starting point for fundamental +operating standards was that this was being circulated (Shona took this to do +after Brent's return to Houston) for comments to all business controllers. I +don't believe that we are quite at the point that we can say that all business +controllers worldwide have reviewed, understand and have implemented these +standards. And not to belittle the process of creating the standards, the tough +part (and the real meat behind this) will be an effective exception report on a +global basis against these standards. My commitment to Rick Causey is that I +will have that global report in production by the end of the year. There is much +work to do in defining the content and regularity of the report and even more +work to do to identify reliable sources of data for compiling the report. Shona +has commissioned Mike Moscoso to work on this, and I believe that Mike has +already been working with James New. So I question whether or not you want to +publish info about fundamental standards that we can not yet report against. +Would a more appropriate time be after the Global Operations Controller meeting +in October when we should have worldwide buy-in and commitment to these +standards and (hopefully) our first draft of a meaningful exception report? +Sorry that this response looks so long. I have been interrupted 20 times while +responding, so I hope that it makes sense. Thanks for sharing this with me. +Since you asked for input, I hope that you don't mind that I gave you some. +--Sally + +David W Delainey@ECT 11/10/2000 01:04 PM Steve, I noticed that our allocation +from 2000 to 2001 is going up by 21% year on year (ie) $13.9M from $11.5M. We +have been able to keep ENA's direct group expenses flat year on year, we are +trying hard to keep the corporate allocation flat year to year as well. Do you +have a view on how we might be able to achieve this goal? Regards Delainey Don't +worry about it ... sorry for putting you back on speaker. I just wanted Sue to +hear (she enjoys utility bashing so much). Thanks for the comment on the +hearing. In some respects I don't think the first panel could have gone much +better; everyone thanked FERC for intervening (though for different reasons). +The other staff reports are also looking good. Scott Miller has been a godsend +-- somebody not afraid to tell it like it is. Jeff Dasovich Sent by: Jeff +Dasovich 11/10/2000 12:33 PM I apologize if I offended anyone. Please let them +know that I was simply quoting the CEO of a large, regulated utility in +California. Thanks for attributing the quote to me. You did a great job at the +hearing----it went decidely downhill after you left. Best, Jeff Does she have +any interest in meeting one-on-one or is she just looking for a public hanging? +I remain convinced that if we can just get the facts in front of people they +will modulate their approach. Jeff Dasovich Sent by: Jeff Dasovich 11/10/2000 +12:21 PM Given the short notice, we will politely decline to participate at the +hearing on Monday, but will let the good Senator know that, in general, we +intend to engage actively in the process and plan to help California find a +solution that works for everybody. Amen. + +See below. Can we get some help on the IBM issues? Erin Rice 11/10/2000 11:08 AM +Steve: + +At this point, our IT contacts are backpedalling a bit and suggesting they can +overcome the TIBCO and Terminal Server problems. There are still four important +issues, however: IT still cannot commit to transferring messages across domains. +This means that messages initiated at Corp and intended for the entire Enron +organization will not reach any business units outside the Corp domain. No +messages will reach the EES organization unless IBM agrees not to use their +proprietary message delivery tool, WebSphere, and will use WebLogic instead. +WebLogic is required by BackWeb, although it is designed by a separate company. +HR, intended to be a key user of this tool, will not use BackWeb because survey +responses cannot be made anonymous. HR has already purchased a tool called +CONFIRMIT that can execute anonymous surveys. Messages will not be delivered +simultaneously to all users in the same domain, nor will they be delivered for +two to five hours after they are sent by the message administrator. Another +thing to consider is that these messages will be set to expire and disappear +within a set period of time, meaning users cannot retrieve them and read them +later (as they can with e-mail). This means that I could be away from the office +for several days and miss a message entirely, because it would have expired and +disappeared by the time I returned. The plain fact is that a few members of IT +are pushing this initiative, but they lack commercial sponsorship. They are +hoping Corp will foot the bill for a pilot which will allow them to fully test +this tool before implementing it company-wide. Please let us know if you have +additional questions. + +- er + +Steven J Kean 11/09/2000 11:35 AM Do we have a sense for how many we can reach, +how many we can't and where they are? Are whole offices (eg Tokyo) unreachable +or is it only those who have home offices? Courtney Votaw 11/08/2000 11:02 AM +Mark and Steve- Erin Rice and I would like to meet with you to discuss the +issues concerning BackWeb before we proceed. As you can see from the Design +Document, they are pretty significant. Thanks, Courtney calendar Paul +Kaufman@ECT Sent by: Lysa Akin@ECT 11/10/2000 05:59 PM Paul Kaufman has asked me +to set a conference call to review the FERC Meeting that was held Thursday, Nov. +9th. Please be advised that I have set the call as follows: + +Date: Monday, Nov. 13th Time: 11:30am / 1:30pm Central / 2:30pm Eastern Call In +#: 888-422-7132 Pin #: 411507 Pin # for Paul Kaufman ONLY: 362416 + +If you have any questions, please call 503/464-7927. + +Lysa Akin Ass't. to Paul Kaufman + +it's on tonight + +it's did you watch your girl on tv last night? + +the deal number is 814014-why can't you see this? + +Did you do a deal with National Fuel Marketing purchasing 3,500 mmbtu on May +30th @2.975? They are invoicing for this and I don't have an invoice for it. Can +you give me the Sitara deal #? + +Thanks Darla + +Ok to book for me and my husband, Joseph. I was issued a new corporate American +Express card. Same number with expiration date of 3/03. If you need any more +info, please advise. Otherwise, I will assume you will book the two tickets. +Thank you. + +Actually-upon second look the deal number is 814014-why can't you see this? + +Did you do a deal with National Fuel Marketing purchasing 3,500 mmbtu on May +30th @2.975? They are invoicing for this and I don't have an invoice for it. Can +you give me the Sitara deal #? + +Thanks Darla + +should be non bondad + +Jane, on deal 763736 for May 01 sales to Southwest Gas, we have a pricing +discrepancy. Our system reflects SJ Bondad GDP but SWG is going to pay us based +on SJ Non-Bondad GDP. Can you please confirm which price is correct and make the +change in Sitara if necessary? + +Thanks + +Laurie Ellis Enron Net Works LLC Client Services Phone: (713) 345-9945 Fax: +(713) 646-8420 Email: laurie.ellis@enron.com Sorry about the flooding. Hope you +and your family survived ok. Attached are the gas settlement and support for +May. The only difference we had was for package V02. Mark Anderson says that +even though Bondad gas flowed, the price was Non-Bondad. + +Have a great day. Nancy + +- ENRON.XLS << File: ENRON.XLS >> - enrongss.xls << File: enrongss.xls >> +actually -for volumes flowing out of bondad-which is deal number 763736 price is +bondad gda;for blanco-deal number 759933-price is nonbondad gda Jane, on deal +763736 for May 01 sales to Southwest Gas, we have a pricing discrepancy. Our +system reflects SJ Bondad GDP but SWG is going to pay us based on SJ Non-Bondad +GDP. Can you please confirm which price is correct and make the change in Sitara +if necessary? + +Thanks + +Laurie Ellis Enron Net Works LLC Client Services Phone: (713) 345-9945 Fax: +(713) 646-8420 Email: laurie.ellis@enron.com Sorry about the flooding. Hope you +and your family survived ok. Attached are the gas settlement and support for +May. The only difference we had was for package V02. Mark Anderson says that +even though Bondad gas flowed, the price was Non-Bondad. + +Have a great day. Nancy + +- ENRON.XLS << File: ENRON.XLS >> - enrongss.xls << File: enrongss.xls >> I +talked with Markat SW Gas-just honro his numbers + +Nancy, can you please reconfirm with Mark the price for the gas at Bondad? My +trader is supporting her price of SJ Bondad GDP rather than SJ Non-Bondad GDP. + +Thanks + +Laurie Ellis Enron Net Works LLC Client Services Phone: (713) 345-9945 Fax: +(713) 646-8420 Email: laurie.ellis@enron.com actually -for volumes flowing out +of bondad-which is deal number 763736 price is bondad gda;for blanco-deal number +759933-price is nonbondad gda Jane, on deal 763736 for May 01 sales to Southwest +Gas, we have a pricing discrepancy. Our system reflects SJ Bondad GDP but SWG is +going to pay us based on SJ Non-Bondad GDP. Can you please confirm which price +is correct and make the change in Sitara if necessary? + +Thanks + +Laurie Ellis Enron Net Works LLC Client Services Phone: (713) 345-9945 Fax: +(713) 646-8420 Email: laurie.ellis@enron.com Sorry about the flooding. Hope you +and your family survived ok. Attached are the gas settlement and support for +May. The only difference we had was for package V02. Mark Anderson says that +even though Bondad gas flowed, the price was Non-Bondad. + +Have a great day. Nancy + +- ENRON.XLS << File: ENRON.XLS >> - enrongss.xls << File: enrongss.xls >> Please +find enclosed EES's request for Volumes for PGE CityGate delvery effective +11/1/01: + +See attached spreadsheet. Please quote the Gas on an Indexed Basis. If you have +any questions or comments, please advise. + +I have not had the patience to get it working-I will callyou some evening and we +can walk thru it. How was your trip to Des Moines? Did dthat stuff form Joe help +your car. + +Hey Cester, + +When are we going to get NetMeeting going ? + +How is Deb's knee? Did she ever go to a real doctor? [Tholt, Jane M.] YesShe is +having physical theraphy 3 times a week. She said it is getting better. I +haven't seen her for a couple of weeks and have only talked to her. I will +probably be calling you next week-the desk wants me to become more involved in +regulatory updates so I will seek your assistance with this matter. + +Jared just told me you have a BUNCH of stuff on your plate and I think you are +about to get much busier too. cool by me! + +Jared, Ruth and I are going to go over all the Florida activity tomorrow +morning. If no one objects, I will be the lead coordinator on Florida starting +tomorrow. + +Yes maam, she's UBS now. She was just down here too. + +Chris, I didn't remember if your email mentioned Judy. Did she make it? + +Cindy Franklin Transportation Services Work:832.676.3177 Fax: 832.676.1329 +Pager: 1.888.509.3736 +****************************************************************** This email +and any files transmitted with it from the ElPaso Corporation are confidential +and intended solely for the use of the individual or entity to whom they are +addressed. If you have received this email in error please notify the sender. +****************************************************************** Jared, Ruth +and I are going to go over all the Florida activity tomorrow morning. If no one +objects, I will be the lead coordinator on Florida starting tomorrow. + +OK, I never get to talk to Ruth because SHE IS ALWAYS ON THE PHONE. And I bet +she's on the phone with Shemin too!!! + +Should we all get together and make a conference call to Dominion like we did +before or should I just call Jeff Davis myself? Our last call was Iris Kind, +Bill Savier(sp?), and Jeff Davis. + +Don't forget about me. I'm still trying to find out what it will take to move +gas on and ENA tabs agreement. No transportation at this point, just a tabs. +Also, it will be much easier for you guys to monitor because most of the deals +will be monthly. + +Steve, everything looks good with one exception. The rate schedule on Tennessee +should be either NET-2 or NET-284. I won't find out until Monday. You review and +approve it, keep it on your desk, and I will come over and make the change at +your desk on Monday. Then I'll take it to Ed for his approval. + +By the way, Cullen and Dykman is sending copies of what we are doing to Melanie +Gray. + +Chris: Per our conversation a few minutes ago, attached please find the revised +Stipulation. This document has been modified with the changes that were in the +mark-up you faxed to Toni Donohue here a few hours ago. I also deleted "subject +to recall" based on our discussion, assuming you get approval for that revision. +You informed me that you would discuss this with your attorney. Also, as I +mentioned to you, we have faxed your mark-up to Melanie Gray at Weil Gotschal in +Houston to keep her informed. (Her voice mail says she's out of the office until +Monday.) Thanks for all your help on this. David T. Metcalfe Cullen and Dykman +LLP 177 Montague Street Brooklyn, New York 11201 phone: 718-780-0046 fax: +718-780-0276 e-mail: dmetcalfe@cullenanddykman.com +____________________________________________________ This email may contain +material that is confidential, privileged and/or attorney work product for the +sole use of the intended recipient(s). Any review, reliance or distribution by +others or forwarding without express permission is strictly prohibited. If you +are not the intended recipient, please contact the sender and delete all copies. +<> +<> - Stipulation -ECT-KEDNE +re IGTS & Tennessee Cap Releases -FINAL.doc - BLACKLINE -Stip -ECT-KEDNE re Cap +Releases -2-F.doc A heartwarming story of the advances of women in achieving +equality throughout the world. Barbara Walters did a story on gender roles in +Kuwait several years before the Gulf War. She noted then that women customarily +walked about 10 feet behind their husbands. She returned to Kuwait recently and +observed that the men now walked several yards behind their wives. Ms. Walters +approached one of the women and said, "This is marvelous. Can you tell the free +world just what enabled women here to achieve this reversal of roles?" + +"Land mines," said the Kuwaiti woman. + +Cullen and Dykman (attorneys for Boston Gas Company) approved all of our changes +on the agreement to release the Tenn and Iroq space back to Boston Gas. They +also made one other change, they are taking out the "subject to recall" language +at the bottom of page 2 under item #1. + +They will be sending the revised document to me. I will deliver it to you for +your approval. + +Maybe we can go drinking too. That would be fun. I'll be at your house around +10:30 or 11 tonight. + +YOU REALLY DO NOT HAVE TO GO. I KNOW YOU HAVE A LOT GOING ON WITH YOU AND THE +LITTLE WOMAN. I CAN HANDLE THE TRACTOR. love TO HAVE YOU ALONG FOR THE COMPANY, +BUT IT IS NOT NECESSARY. YOU HAVE A LOT ON YOU PLATE, DAD. + +Chris.Germany@enron.com on 01/25/2002 03:13:58 PM Funny. No. I didn't feel +guilty about the garage sale, that's why I was annoyed - being notified at 10:00 +at night GRRRRRRR. I do feel guilty about you doing all this work. So I'm going +with you, I pay for the gas and the twinkies. + +Correction, + +Jack welch is the CEO of GE, not GM. + +Vince Kaminski + +The eThink Team We recently asked you to create an eSpeak "wish list" for us. +The response was tremendous and, in some cases, very creative. Your fellow +employees asked for everyone from Britney Spears to George Bush. In all, we +received requests for 61persons outside of Enron to host an eSpeak event. We +thought you might like to know who your colleagues find interesting, so we've +provided a sampling of the suggestions below. Here are the top ten most +requested eSpeakers. 10. Jack Welch, CEO, General Motors 9. Scott McNeally, CEO, +Sun Microsystems 8. Satisfied Enron Customers 7. Stephen Covey, author, The +Seven Habits of Highly Effective People 6. Oprah Winfrey, talkshow host 5. +General Colin Powell, former Chairman, Joint Chiefs of Staff, U.S.A. 4. Alan +Greenspan, Chairman, Federal Reserve, U.S.A. 3. Former U.S. President George +Bush 2. Bill Gates, CEO, Microsoft 1. Texas Governor George W. Bush While we +can't make any promises, we will do our best to bring in at least some of these +special guests. If you have any contacts who could help us get in touch with +these guest speakers, please let us know at ethink@enron.com. Everybody needs a +little help now and then, even eSpeak. + +There were plenty of internal speakers requested, as well. Those requests should +be somewhat easier to meet, although scheduling time with some of our colleagues +can be quite a task! Thank you all for your participation. + +Dale, + +Confirmed. + +Vince + +Vince: + +7am at Hyatt Regency Downtown would be perfect. I will see you in the lobby at +7am. Best regards, Dale Dale, + +Friday is a bad day (Performance Review Committee all day). What about 7:00 at +the office or breakfast meeting at 7:00? We can meet at Hyatt Regency Downtown +(Smith Street). Vince + +Vince: + +Can we get together Friday morning July 7 at 800 am at your office? That would +be particularly convenient for me. I will have to leave downtown at about 945 to +catch a plane. That will ensure that I wont take up too much of your time!! +Thanks for your efforts here, and thanks for being patient with me. Dale Nesbitt + +FYI + +Vince sold! I'll initiate the call. + +Ed, + +Thursday works for me. What about 10:30 my time? Vince + +Please respond to + +how about Thursday, July 6? + +Ed, + +A correction. I shall spend an entire day at PRC (performance review) on Friday, +July 7. Can we do on another day + +Vince + +Please respond to + +I'll still be here in Boston so we'd do it over the phone. OK? + +Ed, + +Will you be in Houston on that day or we shall do it over the phone? + +Vince + +Please respond to + +Vince, + +How about a pre-meeting web site cruise on Friday, July 7 at 11AM EDT? + +Ed + +Ed, + +July 12, 2:30 it is. I would like the pre-meeting site cruise. How can we +arrange it? + +Vince + +Please respond to + +Vince, + +We're all set for 2:30 on July 12. How about a pre-meeting web site cruise on +Friday, July 7 at 11AM EDT? Ed + +Ed, + +Wednesday, July 12, 2:300 will work for me. + +I shall be glad to review your website -- www.weathereffects.com. I shall invite +some people who work on electricity in my group to join me. Vince + +Please respond to + +Vince, + +Good to hear from you and I'm glad you're available. How is Wednesday at 2:30? I +did look at EOL and am not surprised to see its quality. I was unable to say +much about it in my Risk Electricity Hedging and Trading report because of +deadline pressures. How is the site doing? I am intrigued by the competition for +trading platforms and was astonished to hear that Goldman, Morgan, BP and Shell +were going to launch a site to compete with yours. Talk about a shotgun +marriage! If we have time next week, I could step you through our website -- +www.weathereffects.com. I'm very proud of what we've done. I can't give out a +password yet but would be happy to walk through the site with you over the phone +using my password. It's a very ambitious site -- with state-of-the-art WSI +weather (seasonal, 6-10, and day to day) driving a good load model for PJM and +NEPOOL. ESAI contributes oil and gas input price forecasts, capacity judgments, +and "herding" ideas to develop power price forecasts for same time periods. +After one month's full-bore effort, I'm pleased with the results (e.g., we +forecast Nepool onpeak to be $43 and it turned out $46). Have a great weekend. + +Ed + +Ed, + +I shall be available on both days. What about Wednesday, July 12, between 1:30 +and 4:00. Please, let me know what time would work for you. It will be nice to +see you again. + +Vince + +P.S. By the way, did you have a chance to take a look at the EOL? + +Please respond to ekrapels@esaibos.com + +Caroline Abramo@ENRON 03/02/2001 10:46 AM what do you think? +Joe_Lardy@cargill.com on 03/02/2001 10:39:03 AM Currently Cargill and Enron have +a 15MM collateral threshold. If possible, I think the cleanest way to run this +biz would be to put a box around the prime broker biz. We would still operate +under the master isda but could set up a mutually agreeable credit support annex +for this biz. We would still keep the 20,000,000 line referenced in Schedule B +of the POA agreement. The line in the POA is a seperate and distinct measure +from the daily collateral. The 20 mill reflects gross exposure. Let me know if +you think this is reasonable and workable. We too, are open to suggestion as the +Global and Enron relationships are very important and a high priority to us. +Thanks Joe Joe- a few things regading the POA/ Cargill line.. + +I am going to find out how much line we currently have available... you probably +already have this. We should allocate a piece to Global which would solve the +problem of other Cargill people using the line, putting us over the limit, +without me knowing... We could change the language of the POA to this... we will +not go over Global's piece of the Cargill line...I think this would solve our +main concern... Please let me know... we are eager to keep trading with Global +and yourselves... Regards, Caroline + +Dee: Let me know if we need to discuss anything. I am hopeful that we are ready +to prepare execution copies. Regards. + +Sara Shackleton Susan Bailey 02/27/2001 08:23 AM Dee, + +Attached for your review is a blacklined version of the: (a) Schedule and (b) +Paragraph 13 to the ISDA Master Agreement. These have been compared against the +draft dated 11/8/2000, and include ENA's accepted changes per your (a) faxed +comments transmitted to ENA on January 5, 2001, and (b) e-mail comments +transmitted to ENA on January 19th, 2001. We look forward to your response. + +Cordially, Susan S. Bailey + +I don't know anything about these transactions. + +Sara Shackleton Jorge A Garcia@ENRON 03/01/2001 01:35 PM Good Afternoon Sara, + +I wanted to follow up with you regarding the creation and approval of ISDA +Confirmations for the following equity trades that I understand Laurel had +discussed with you previously. 1) Edison International- Swap with Enron Europe +Ltd. (2 in total) 2) PG&E- Swap with Enron Europe Ltd. (3 in total) Please +advise. + +Regards, + +Jorge + +"Calculation of Floating Amount: The Floating Amount payable by [ENA] on a +Payment Date will be calculated for that Payment Date as follows: Floating +Amount = (Notional Quantity per Calculation Period X Floating Price) - +USD[38,000?] Sara Shackleton + +"Other Provisions: On each Payment Date, [ENA] shall pay [a fee of] [an amount +equal to] USD{38,000?], which amount shall be subject to the netting provisions +of the [Master Agreement - how do you refer to the agreement?]" Sara Shackleton +Sara Shackleton 03/02/2001 02:10 PM "Calculation of Floating Amount: The +Floating Amount payable by [ENA] on a Payment Date will be calculated for that +Payment Date as follows: Floating Amount = (Notional Quantity per Calculation +Period X Floating Price) - USD[38,000?] Sara Shackleton What person(s) in London +prepares credit for the English and Singapore financial transactions? At some +point in the not so distant future, the Houson and London credit departments +need to speak in order that each understands the "philosophy" behind credit +analysis for the omnibus and master transactions. I look forward to hearing from +you. Regards. Sara ps Congrats on your promotion! I didn't have a chance to +speak with you after the offsite to shake your hand. Hope you enjoyed your +weekend in Houston. looks fine + +Sara Shackleton Carlos Alatorre@ENRON 02/27/2001 06:07 PM Sara: We need to +change the Prod Description fro the LME Product. The change is mainly on the +Settlement Date text, which instead of "...Two business days after the date of +the Transaction..." shall read as follow: For Curr LME LME (Spot) 01Mar01 +JPY/USD A currency Transaction with Enron Europe Finance & Trading Limited +("EEFTL") as agent for Risk Management & Trading Corp. under which either (A) +for the case in which Counterparty submits an offer to buy from EEFTL, +Counterparty shall receive the Base Currency Amount and shall pay the Foreign +Currency Amount, or (B) for the case in which Counterparty submits an offer to +sell to EEFTL, Counterparty shall pay the Base Currency Amount and shall receive +the Foreign Currency Amount. The Base Currency Amount shall equal the volume +submitted by the Counterparty via the Website. The Foreign Currency Amount shall +equal the Base Currency Amount, multiplied by the daily London Metal Exchange +(LME) fixing rate as published by Reuters on page MTLE on the date of the +transaction, modified by the price submitted by the Counterparty via the +Website. The term of the Transaction shall correspond to the date(s) set forth +in the Product description on the Website. The Settlement date shall be the +date(s) set forth in the Product description on the Website. The price is quoted +in JPY (the 'Foreign Currency') per US Dollar (the 'Base Currency'). The unit of +measure against which the price is quoted shall be US Dollars. + +Please let me know your approval before we make any changes. Thanks Carlos + +I need to have a form filled out that says I don't have health insurance +coverage through Enron. Can you find out who I need to send it to in HR? + +Thanks, + +Kay + +Your mom just called and said your dad's surgery will be at 2:30 p.m. Tuesday, +March 20th. They will be there by noon on the 20th, and the surgery will last +1.5 hours and then they'll watch him for 2 more hours before they put him into +ICU. They are hoping he'll only be in the hospital 48 hours. + +Scott + +Term sheet for draft contract, as requested. + +I have a change in plans next week. My dad is having surgery in Ft. Worth, so I +will be heading that way on Monday. I was planning to be on vacation anyway, but +I may have some accessibility challenges in Ft. Worth which I would not have had +otherwise. I will manage client expectations accordingly. + +Kay + +I hope you don't change your mind about going to the wedding Sunday. I plan on +taking Michael to the new Star Wars exhibit at the Museum of Fine Arts. They +showed some kids on TV, and they were quite taken with it. ++++++CONFIDENTIALITY +NOTICE+++++ The information in this email may be confidential and/or privileged. +This email is intended to be reviewed by only the individual or organization +named above. If you are not the intended recipient or an authorized +representative of the intended recipient, you are hereby notified that any +review, dissemination or copying of this email and its attachments, if any, or +the information contained herein is prohibited. If you have received this email +in error, please immediately notify the sender by return email and delete this +email from your system. Thank You + +Kay Mann 03/15/2001 04:03 PM I have a change in plans next week. My dad is +having surgery in Ft. Worth, so I will be heading that way on Monday. I was +planning to be on vacation anyway, but I may have some accessibility challenges +in Ft. Worth which I would not have had otherwise. I will manage client +expectations accordingly. + +Kay + +I'm not planning to get involved since this is your deal. Is that ok with you? +Lorie Leigh @ ECT 03/15/2001 04:17 PM Conference Plus will be hosting this call: + +the date: Thursday, March 22nd, 2001 the number: 1-800-991-9019 the passcode: +6871082# the time: 10:00 AM - 11:00 AM CST the place: EB 3143C the subject: +Turbine 1 and Turbine 2 Purchase Agreement If you have any problems or +questions, please feel free to call me at 713-853-1696. Thank you, Lorie Leigh + +Yes, but this time it is his carotid artery - the one that transports blood to +the brain. Big deal kinda stuff. + +I hope your dad's surgery goes well! Is this related to the problems he is +having getting around (circulatory?)? Kathleen + +Kay Mann 03/15/2001 04:11 PM Kay Mann 03/15/2001 04:03 PM I have a change in +plans next week. My dad is having surgery in Ft. Worth, so I will be heading +that way on Monday. I was planning to be on vacation anyway, but I may have some +accessibility challenges in Ft. Worth which I would not have had otherwise. I +will manage client expectations accordingly. + +Kay + +For better or worse, all the folks under the heading "Origination" and +"Development" are ours, although Kathleen has a special role with Development. +Kay + +FYI - See rows 49-53; columns E-J for our group. + +Kathleen Lorie Leigh @ ECT 03/15/2001 04:44 PM I received a report from HR and +it appears there is conflicting information regarding some of the titles for +various employees. Please verify that the titles are correct for everyone in +your group. The ones that I made changes to are in red. Thanks, Paula. + +I formatted the file so that it would print on one legal size sheet. Please use +this new file as opposed to the one I sent earlier. Please review the attached +org chart for March and submit any changes by noon tomorrow. It is imperative +that all of the information on the attached file is accurate, including titles, +as this information is being given directly to John Lavorato and Louise Kitchen. +Thanks, Paula. + +Here's the version showing revisions. Kay--I finally got it to blackline +correctly. Here it is. Also attached is a sample availability provision +(actually 2 different versions). - redvepco.doc - SAMPLE.DOC + +Lorie Leigh @ ECT 03/15/2001 04:17 PM Conference Plus will be hosting this call: + +the date: Thursday, March 22nd, 2001 the number: 1-800-991-9019 the passcode: +6871082# the time: 10:00 AM - 11:00 AM CST the place: EB 3143C the subject: +Turbine 1 and Turbine 2 Purchase Agreement If you have any problems or +questions, please feel free to call me at 713-853-1696. Thank you, Lorie Leigh +46093 Kay Mann 02/13/2001 04:13 PM Good afternoon, + +I'm forwarding a revised development agreement term sheet, showing revisions +from your original version. We look forward to seeing you soon. + +Thanks, + +Kay Peggy Banczak is the ENA lawyer who handles Mexico. + +John Schwartzenburg@ENRON_DEVELOPMENT 03/16/2001 09:22 AM I do not think the +prior e-mail got through to Kay. + +Are either of you familiar with this project? We have had no contact with the +ENA/Enron Mexico commercial or legal people and I don't want to bust any +structuring goals. Our project manager (Scott Laidlaw) and engineer (Harry +Okabayashi) want to issue a tasking letter to procure engineering services on +this project to support the ENA work. I now understand that someone at ENA/Enron +Mexico/Enron Wholesale has signed an EPC contract with ABB for this project. I +am not in the office today, so please include Renee Alfaro on your response. + +JWVS + +Hello Janice: + +I enjoyed your recent e-mail but was sorry to hear about your dad. It sounds as +though his health has deteriorated significantly. These are always difficult +times. As I watched my mother and father's health deteriorate and ultimately +watched them die, it is a very defining time in our lives. But we can be very +thankful to have such great parents and to have had the privilege to have been +raised in such loving homes. Sounds as though Eric has done very well as SMSU. +He is joining an excellent company. I am also delighted to hear that he will +continue his education working toward an MBA. As we are living in an age where +intellectual capital is so valuable, it is important for every young person to +obtain the very best possible education they can. As to our family, within the +last ten days our youngest daughter Elizabeth was married to a young man from +Buenos Aires, Argentina. They met while they were both working on a project as +lawyers in Buenos Aires. They're currently on their honeymoon but shortly after +returning will be moving from Buenos Aires to Miami, Florida. This past Thursday +night our sixth grandchild was born. It was born to our son David and his wife +Courtney. It was a 7 lb., 10 oz., 20 inch little boy. So we now have three +grandsons and three granddaughters ranging from about 2 years - 4 months down to +a few days. They are a great deal of fun. We are doing quite well. I am looking +forward to seeing Ginger "Rees" Copeland when she comes to Houston. I would be +delighted to arrange tickets for you and your family should you ever have +occasion to visit Houston. I hope you have a great summer. + +Thank you for your recent request for Mr. Lay to speak at your conference. +Unfortunately, do to Mr. Lay's schedule he will not be able to participate. + +Thank you again, + +Tori L. Wells Executive Secretary Hi - + +Just to let you know that it looks like one day will work. I want to check with +Mr. Lay before confirming. Thanks. + +Rosalee + +Dear Ken, + +As you know, our next meeting is on Wednesday, July 12 from 3:00-5:30 p.m. In +the next week or so, we'll be sending around a discussion paper which we hope +crystallizes the issues, and we will try to talk to as many of you as possible +before the meeting to go through it. Meanwhile, Arthur Levitt has agreed to meet +with us in September to brainstorm on the ideas we've generated and also to give +us a sense of some of the issues as he sees them. There are three possible dates +for the meeting, which I suggest be in two parts -- first, a meeting among the +panel only from 5:00-6:30 p.m., and then a dinner with Chairman Levitt from +6:30-8:30 p.m. Here are the dates: + +Could you please let us know which of these would be possible for you: +___________ Thursday, September 14 5:00-8:30 pm ___________ Monday, September 25 +5:00-8:30 pm ___________ Wednesday, September 27 5:00-8:30 pm + +Many thanks, Jeff Garten + +Good morning, Kitty - + +Ken Lay would like to have the Armada M306 series - "the first ultra portable +notebook designed for the enterprise". Ken said to go ahead and equip it with +what you think it should have. Please let me know when he can expect to receive +it. Thanks, Kitty. + +Rosalee + +Here is the link to the latest commercial laptops on the market, I will follow +up with the consumer models. The M300 series are the lightest and the E500's are +the all in one but much heavier. +http://www.compaq.com/products/notebooks/index.html <> + +- Compaq.com - notebook.url + +Unfortunately, Mr. Lay will be in San Jose, CA participating in a conference, +where he is a speaker, on June 14. Rosalee Fleming + +RE:??? June 14 Reception Recently Charles Miller and David Dewhurst sent you an +invitation to a reception which they are hosting on Wed. 6/14 at 5:00 PM to be +held at the Houston Petroleum Club. I hope that you will be able to attend that +event. Under the leadership of Governor Bush and others we have made real +progress in Education in Texas over the past decade.? Now it is time to take the +next steps and achieve even greater progress in our public education system. The +Texas Education Reform Caucus is made up of business leaders, educators, and +elected officials dedicated to finding common sense approaches to improving +education in Texas. I would appreciate the opportunity to visit with you on the +14th. Kent Grusendorf State Representative District 94 ? This is o.k. for Ken +Lay, but we are changing to a more uniform address, so would likely be better to +use kenneth.lay@enron.com. This is a "test email send" of the WPO Forum Group +from Richard Everett. By return email, please verify that you received this +message and let us know if there is another email address that you prefer us to +use. Thank you. + +Joy Powell Executive Assistant to Richard Everett 713/871-5119 +=================================================== NOTE: The information in +this email is confidential and may be legally privileged. If you are not the +intended recipient, you must not read, use or disseminate the information. +Although this email and any attachments are believed to be free of any virus or +other defect that might affect any computer system into which it is received and +opened, it is the responsibility of the recipient to ensure that it is virus +free and no responsibility is accepted by Century Development or any of its +affiliates for any loss or damage arising in any way from its use. +==================================================== + +Kenneth Lay has approved the attached expense report for Cindy Olson. + +Hi Mr. Katsof - + +I believe someone called about this today, but Mr. Lay asked me to let you know +that these dates don't work for him, either. Sorry. + +Rosalee + +let me know if you have any interest in the Tco-Pool Leach swap for the winter. +I'll take TCO pool at Index and sale Leach or Pool at Index - $.04. I can't +remember if you guys could do it or not. + +Could you tell me what deal tickets you are seeing? + +Please check Tenn contract 36647 on the Demand speadsheet. Sitara isn't matching +the spreadsheet. + +Thanks, Brenda + +Pasquallie, + +-5 for spelling, W. Don Germany, Jr PO Box 27 Cedar Lane, Texas 77415-0027 +Actually it is not a new truck. Had 33,000 miles, Ram 2500 3/4 ton, 4 x 4, 360 +Magnum Motor. Infinity stereo, bucket seats, nerf bars, tool box, bed liner, +camper tow package, 5 speed manual. Oh, it is dueled out through one catalytic +converter with Flow Masters to accent the sound. Makes me want to race!!! I +believe the fuel consumption will be tolerable as well. Now, Debbie wants it. I +gave $16,900 + tax. It is very clean and is Sandalwood, Driftwood or something +of that nature in color. Almost silver. I have to pick up old gray over at +Jerry's. Debbie said, it is going to be hard on me to sale my old dodge truck. I +said Yep, had that truck longer than I have had most of my women. I really need +to engage brain before articulating! I am doing dirt work and hope to plant ST +Augustine Grass by Friday before rain. One thing is for sure, the economy is not +faltering on my account. Dow Stock is back up over $33. Hooray, hoorah! Needs to +go to $41 and then I will be happy. I spoke with Gerald and he said there are a +bunch of folks hanging around Dad's place. We need to change the lock and place +posted signs at the gate. I may want to put some steers or heifers up there. I +am going up soon and having the tractor fixed. Reggie said he will pay us soon. +He also still wants the tractor if we can hold on to it. First come, first +serve. + +When is the wedding? We're set for 11/01/01. Be sure to take your sweety out on +the balcony tonight and gaze at the full moon. It was sure beautiful coming up +last night. We used to go out and lay in the pasture on a blanket and watch for +the space shuttle. I had a couple of hickies on my neck the day after and the +guys all wanted to know if those were shuttle burns. Just jealous. My kid is +making wonderful grades and has reassured me she will graduate within the four +year period. She still has some sort of scholarship but I am not for sure how +much it pays. She is going to be a kinesiologist, sports injury therapist. I +think she just wants to be able to touch football players legs. She will be 20 +on 11/03. I am really proud of her. Cindy said Jaime has grown up very much. You +should e mail her sometimes. I am sure she would like to hear from you. +Jgerma5@aol.com. + +At any rate, be careful and be safe. You should have listened to Maw, as long as +you keep your mouth shut and your pants zipped, you will be alright. Shucks, +guess none of us three paid much attention to that. Oh, Jeff Sherrar has a new +book out. Rise to Rebellion. There were some pretty cool dudes back around +1774/76. There will be two volumes to this saga. I am half way through the first +and you can borrow it when I am through. I sure like his style of writing. His +books are always hard to put down. After the split Dow Stock there are 120 +shares. + +Keep Your Powder Dry! + +Yo, + +Bro + +Dow W. Don Germany, Jr. 2301 N Brazosport Blvd B 3611, Investment Recovery +Freeport, Texas 77541 Pager 1 800 451 0491 (0448) Office 979 238 2102 Home 979 +548 7034 What's happening? I understand you have a brand new truck. Must be nice +having money!! I need 2 things from you. + +1. I found the title to the 4 wheeler and I was going to change it over to you +name. What do you think? If that's ok, how do you want your name to show up on +the title and what address should I use? 2. I'm getting ready to divy up the Dow +stock. How many of Dad's shares do you have? Last thing, send me a million +dollars, I'm tired of working. + +I thought we only had cashout, at most 3 times, before this June. I can't +remember. I do know that most of the time this plant was not buring like it did +in July and August of this year. I say we just keep the dough and go to Mexico. + +Hey guys, + +Would you please ck the Oglethorpe deal from July 2000 - Dec 2000? Is there +supposed to be a cashout booked in Sitara for these months? Oglethorpe over paid +their invoice every month. I believe that Doug told me the extra was for the +cashout that was not invoiced. + +Thanks Darla + +I can't get through on the phones. Please call me 713-853-4743 + +Hey Ernie. + +I'm checking my emails. I assume you have your anwser and don't need me. + +Hi Chris, + +I sent this to Mary last week. She may be out because in the past she always +responds pretty quick. I need the prices below. Can you help out? + +Thanks, Ernie Simien 08/01/2001 09:14 AM + +Sent by: Ernie Simien Hi Mary, + +I need your help again. I need prices for May, June, and July. + +Thanks, Mary.Ellenberger@enron.com on 05/03/2001 04:06:52 PM + +Please respond to Mary.Ellenberger@enron.com + +cc: + +Subject: Re: IF TGPL LA Z1 + +Jan 9.95 Feb 6.25 Mar 4.98 April 5.37 esimien@nisource.com on 05/03/2001 +01:32:35 PM + +Hi Mary, + +Please do me a favour and give me the subject price for Jan, Feb, Mar and Apr +2001. Thanks, + +Gregg Penman 10/23/2000 12:12 PM Kay - Can you please review this additional +language to the risk management policy ( or circulate to Jeff Hodge)? In light +of the CA regarding curves, I am slightly concerned with a blanket statement +essentially giving Peoples unlimited access to information. I know that we +address audit rights in the LLC agreement so this may not matter anyway if this +is a right they already have. Let me know what you think. + +Thanks, + +Gregg m.nordstrom@pecorp.com 10/20/2000 11:32 AM Attached please find the latest +enovate risk policy. Our attorneys and internal audit area have made one +language revision concerning Section XIII Audit Rights. Mary <> + +- MEH-risk Oct 20.doc + +I'm still at home. I'll be in tomorrow. I have a fax machine at home, though, if +you prefer. Otherwise, we can see who we can scare up at the office, or you can +have Laura sign and I'll initial later. Which do you prefer? Kay + +Are you in the office to initial signature pages today? If not, is there someone +else that will? I know that Jeff is in Portland. + +Gregg + +Kay Mann 10/26/2000 11:07 AM If Jeff is happy, I'm happy. + +Kay + +Hello - I spoke with Jeff Hodge yesterday regarding the additional language from +Peoples regarding Audit Rights. His initial reaction was that their request was +probably reasonable and in line with the spirit of a jointly owned L.L.C. +However, he did suggest a couple slight revisions to protect Enron's interests. +1) Highlighting that information will only be provided that is related to +enovate and 2) that each designated representative should sign an appropriate +confidentiality agreement. This language has been included in the attached +draft. My goal, however optimistic, is to execute the risk policy by the end of +today. Activity is picking up dramatically and the fine line is getting further +blurred each passing day. Therefore, I need to know ASAP if there are any +problems with the draft as written. Otherwise, I will be sending it to Peoples +as our final revision by mid morning. Thanks for your prompt attention to this. +Thanks, + +Gregg + +Gregg Penman 10/23/2000 12:12 PM Kay - Can you please review this additional +language to the risk management policy ( or circulate to Jeff Hodge)? In light +of the CA regarding curves, I am slightly concerned with a blanket statement +essentially giving Peoples unlimited access to information. I know that we +address audit rights in the LLC agreement so this may not matter anyway if this +is a right they already have. Let me know what you think. + +Thanks, + +Gregg m.nordstrom@pecorp.com 10/20/2000 11:32 AM Attached please find the latest +enovate risk policy. Our attorneys and internal audit area have made one +language revision concerning Section XIII Audit Rights. Mary <> + +- MEH-risk Oct 20.doc + +It is less complicated for me to initial and fax than to track down someone who +doesn't know anything about it and get them to initial it. I can print it here, +initial it, and fax it to whomever you want. Plus, I work with Janet a lot so +she may get some comfort from that, instead of having a lawyer she hasn't dealt +with initial it. She is very conscientious about what she signs, and who +initials what. Is the attached form the final final form? Where and to whom do +you want it faxed? Thanks, + +Kay Since it will be Janet signing, it will probably be better to have the +initials on the pages first. Either fax or someone else works fine. Let me know +which is easier and we can coordinate. Gregg + +Kay Mann 10/26/2000 11:26 AM I'm still at home. I'll be in tomorrow. I have a +fax machine at home, though, if you prefer. Otherwise, we can see who we can +scare up at the office, or you can have Laura sign and I'll initial later. Which +do you prefer? Kay Are you in the office to initial signature pages today? If +not, is there someone else that will? I know that Jeff is in Portland. + +Gregg + +Kay Mann 10/26/2000 11:07 AM If Jeff is happy, I'm happy. + +Kay + +Hello - I spoke with Jeff Hodge yesterday regarding the additional language from +Peoples regarding Audit Rights. His initial reaction was that their request was +probably reasonable and in line with the spirit of a jointly owned L.L.C. +However, he did suggest a couple slight revisions to protect Enron's interests. +1) Highlighting that information will only be provided that is related to +enovate and 2) that each designated representative should sign an appropriate +confidentiality agreement. This language has been included in the attached +draft. My goal, however optimistic, is to execute the risk policy by the end of +today. Activity is picking up dramatically and the fine line is getting further +blurred each passing day. Therefore, I need to know ASAP if there are any +problems with the draft as written. Otherwise, I will be sending it to Peoples +as our final revision by mid morning. Thanks for your prompt attention to this. +Thanks, + +Gregg + +Gregg Penman 10/23/2000 12:12 PM Kay - Can you please review this additional +language to the risk management policy ( or circulate to Jeff Hodge)? In light +of the CA regarding curves, I am slightly concerned with a blanket statement +essentially giving Peoples unlimited access to information. I know that we +address audit rights in the LLC agreement so this may not matter anyway if this +is a right they already have. Let me know what you think. + +Thanks, + +Gregg m.nordstrom@pecorp.com 10/20/2000 11:32 AM Attached please find the latest +enovate risk policy. Our attorneys and internal audit area have made one +language revision concerning Section XIII Audit Rights. Mary <> + +- MEH-risk Oct 20.doc + +I'm working on it now. Maybe we (Enron) could review it tomorrow morning, then +send it to FCE. I can meet around 10:00. That way, we can get it to them in time +for weekend review. Does that work? + +Kay + +It was good to hear from you! + +We had a nice Thanksgiving here too. It's funny, because usually it's just me, +Mom, Craig and Danelia, and Danelia doesn't really like roasted turkey or roast +beef (not that she would say it to me!), so there is not just the same joy in +cooking it would be elsewise. It was good having the girls down. We played a new +version of Uno called "African Uno" that was complex, fast and at times, +physically challenging. It's not for the meek. It was incredible what a good +player Alena was. She had her cards memorized as well as everyone elses (when +you play you'll see why you can know everyone elses hands!). I expect Craig +didn't want Mom to see his place because it was messy. I think compared to my +house, he's embarrased about his apartment. Then, also, he's got so much stuff +in there right now, that I don't know how he's going to fit baby stuff. They +would only give him a 6 month lease when he renewed his lease last month because +they don't want 3 people in that small apartment. So he's going to have to start +looking for another place. And his apartment is so run down down I'm afraid +roaches might be crawling over the baby. I guess Mom is going to come back down +sometime in March or April to see the new baby. You'll have to come visit to +check out my new house. The upstairs "guest suite" is pretty neat. It's got its +own bathroom and tv, and is pretty cozy. As far as the call with Uncle Ben goes, +if he was thrilled to hear from me I couldn't tell by his voice. It was a pretty +stilted conversation for both of us. But, I guess, it's a start... + +I've already made my XMAS plans. I leave the evening of the 21st, my flight +comes in about 10 pm, and leave the morning of the 27th at 6 am. It's good +chatting with you. Keep in touch! + +Kyle.Jones@radianz.com 11/29/2000 05:07 PM Tana, + +I don't understand, what do you mean by "log in an email"? + +Anyway, I got you message, and I got the World Series thing (although I had +already received Chris and Ben did a marvelous job for Thanksgiving, I can +testify that it was one of the best Thanksgiv8ing Dinners I've ever had (I not +gonna tell them that, I don't want them getting swell heads). Ma said she had a +great time in Houston, She was happy to see yourself, as well as C & D. I think +she likes her special room in your house. + +Your gonna be the first to see the new baby (woudn't it be wierd if the baby +gets botn on Jan 5th?) Why didn't Craig show Ma his appartment? + +What do you think about your phone ocnversation with Unlce Ben (he was almost +shocked)? Are you coming for Xmas? + +Gotta go for now. + +Love ya. + +Kyle ==================================================== (Harrison) Kyle Jones +Technical Solutions Engineer +==================================================== Radianz 1251 Avenue of the +Americas 7th Floor New York, NY 10016 USA Phone: +1 (212) 899-4425 Fax: +1 (212) +899-4310 Cell: +1 (917) 859-7187 Email: kyle.jones@radianz.com +==================================================== See our web page at" +http://www.radianz.com ==================================================== +|--------+-----------------------> | | Tana.Jones@en| | | ron.com | | | | | | +11/29/2000 | | | 04:34 PM | | | | |--------+-----------------------> +>----------------------------------------------------------------------------| | +| >----------------------------------------------------------------------------| +Hey, Mr. Computer, you can't log an email in to your sister?! + +Kyle.Jones@ra Return Receipt + +Your World Series in Question document: was received Kyle +Jones/US/AMERICAS/Equant by: at: 01:00:51 PM Today You can take my assistant +Taffy Milligan off these emails again. Thanks! + +Adnan Patel@ENRON 11/29/2000 04:49 PM Attached are the GCP Signoffs on EOL +Approvals for 11/29/00 with GCP responses marked in Red. Adnan Patel Bradley +Diebner@ECT 11/29/2000 04:31 PM Regards, bd + +Attached is the referenced agreement. Let me know if the notice information is +OK with you. If so, I'll get it signed by Craig Breslau today, then bring it to +you for countersignature. Thinking about that, what's your title? I'm not sure +you have the authority to sign documents w/o special authority... No, it does +not mean that. Adding all the Enron "Specified Entities" would only make a +default under a financial transaction with those other Enron entities a default +under this agreement. Our concern is that we don't want any trading related +defaults to ever trigger a default under a loan transaction which has a swap as +a component. Richard Sage 11/30/2000 10:52 AM If you do add all the entities, +does that mean that we would not need to put in place a separate agreement for +ECCL? With respect to Deutsche Bank (""DB"), we have one credit issue remaining, +DB would like us to add all the Enron trading entities DB trades with as +Specified Entities under the ISDA Master Agreement and we are somewhat hesitant +to do so, as this could potentially roll up swaps under structured loan +transactions into a default under the ISDA Agreement. Sara and Bill Bradford in +Credit are supposed to talk to the DB Credit people about this remaining issue. +With respect to First Union National Bank, the draft we were working from was so +old that they agreed to look at our current form of agreement which was sent to +them on 11/8/00 for review. Sara is working on that with Susan Bailey, another +paralegal in our Group. Denis O'Connell 11/22/2000 06:05 AM Tana - can you +please give me an update on where you are in the negotiations of the ISDA with +the following counterparties and confirm which Enron entity you are negotiating +on behalf of. Tks, + +Denis + +First Union National Bank + +Deutsched Bank AG + +I spoke to Mark Taylor about your signing authority, and he agrees that you do +not have the authority to execute documents on your own, but as long as you are +only co-signing documents signed by an authorized officer as a control measure +we're OK. + +Susan, Joe, + +The referenced TAGG # was entered as a 'New Counterparty', can you please let me +know what counterparty this is so we can correctly assess the counterparty +exposure. Thank you, + +Russell + +Hey there yourself, + +Sorry I haven't written you guys in a while to keep you properly updated. I am +indeed checking on flights to Seoul and don't think I'm going to go at exactly +the same time as my parents. As much fun as they are, I figured we would +probably do some different things than what you have planned for them. As for +Ted, things are still going well although I haven't see him at all this week (we +are two very busy people). But, we had a great laid back day last Saturday and I +think have hit that comfortable stage...you know, not quite so formal about +dates etc. In one sense it's great, but it also makes things a lot harder to +read. Anyway, I'm sure my Mom told you guys but Travis and Kathy got to meet him +and I think it went well. Hopefully, if we're still dating come December, you +and Chuck can meet him when you come back to visit. I'm planning on dragging him +to at least one of the U.T. games, I just have to find out when he wants to go +(as well as properly prepare him for the Scott/Kelley/Parks/Wild Card gang and +the full-day affair that is a U.T. game). Things in Houston are good and +definitely warm. I went with Emily and her Mom last night to see the musical +"Rent" and it was wonderful. Also, I'm going out to San Diego for the Labor Day +weekend to visit Hoot's daughter Julie. Needless to say I am very excited. + +Talk to you guys soon, Susan + +Hey girlie, + +How are you doing? Haven't heard from you in a while. A little birdie told me +that you were checking into tickets for Seoul. Are you really? Would you come +with your parents or separately? In any case, we have had some more time to do +some exploring (and shopping), so we have some good ideas about what to do if +you come. I think that we will stay in Korea when your parents come and do the +whole base thing (which will take only a few minutes, actually), but are +considering going to China or somewhere during part of Thanksgiving. We'll do +whatever you want want if you still are coming! Let us know the latest with Ted +and also with what's going on in Houston. Take care, Chris + +__________________________________________________ Do You Yahoo!? Send instant +messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/ + +Hey Tonto (a.k.a - the trusty, but silent, side-kick to the Lone Ranger or in +this case the Big D) The play was very good and I think well received. I'd +forgotten how blown away I was by some of the songs the first time I saw it in +NY. The cast members really have to have incredibly powerful voices to pull off +a few of the most poignant numbers ( I think this could be your true calling). I +caught the third day of Corey's Jeopardy run last night here at the office (yes, +I had to come back after the play...I love my job!). Anyway, I'm sure I'd +mentioned it before but yes she is a very smart girl. As a result of that, she +has managed on several occasions over the years to detract from my enjoyment of +playing Trivial Pursuit or watching Jeopardy by absolutely obliterating me (The +girl actually did her senior thesis on Trivia). Kori told me she saw you last +night at Steak Night and introduced herself since I failed to do so the last +time we went. I should let you know though that she was very offended this +morning that you didn't spell her name right in the email - I mean it's such a +common spelling. So was Darren there last night to meet her or do you just think +they'd make a good match? She's a very fun girl. Hope you day is going well and +that the move to 30 went off without a hitch. Good luck with all of the "fun" +meetings. + +Shorty + +-- Due to the lack of response yesterday, I'm beginning to worry about your +success with the road test...I'm going to assume that you didn't get around to +it. Ted Noble 08/17/2000 10:05 AM How was the play? I forgot to tell you that I +saw your friend on a re-run Jeopardy the other night and I almost called you but +it came on at 11:30. Smart girl. I ran into Corey last night at LWs and I am +thinking this is a girl for Darren. Anyway, lots of fun meetings today. I'll +talk to you later. + +Maybe you should ignore the sentiment of the quote I sent earlier...I think you +may be adhering to it too faithfully. At this rate we may have to start pinning +notes to your shirt to remind you to do things. However, having driven with you +on several occasions I feel confident you will be able to pass the test with +flying colors. Keep in mind though that if you end up failing I will not let you +forget it (and, as we have established, I have the memory of an elephant). I'll +keep discussion of me to a minimum and just say that things are well on 32. Now +back to what's really important...you. Thought you'd like to know that the Dixie +Chicks are coming back to Houston Dec. 12 and will performing just down the +street from you at the Compaq Center...it's all about you and your needs. Ted +Noble 08/16/2000 10:56 AM AAAAAGGGHHHHHH...I just found out that I need to take +the TX drivers exam both written and on the rode. This is a two day process and +all because I let my CA license expire. I know I need some of your +organizational skills. I may try to run out and take the test this afternoon +while I get moved to 30 (I better not fail it). How's life on 32 today -- well +that's enough about you let's talk more about me. There is no pleasure in having +nothing to do; the fun is in having lots to do and not doing it. -Mary Little + +Bob Bowen 07/14/2000 03:58 PM Note that the No "Out" version requires us to pay +the premium on Tuesday! + +GILBERGD@sullcrom.com 07/14/2000 02:18 PM As we discussed, the following is +revised disclosure regarding direct access to deal with the cost issue: +EnronOnline will assist users, upon request, in arranging for the connection of +"T1" lines or other means of direct access to EnronOnline, as an alternative to +internet access. Direct access connections might enable users to access +EnronOnline more quickly than is currently possible through internet access. +Please call if you want to discuss. Have a good weekend. + +This e-mail is sent by a law firm and contains information that may be +privileged and confidential. If you are not the intended recipient, please +delete the e-mail and notify us immediately. The least we can do is pass this +news along. Is there anyone else we should tell? Ted Bockius + 07/17/2000 02:21 PM fyi... it sound like Bobby is in +serious condition. Thanks, Sharon I think they'll send us another update once +he's out of emergency and into a room.? Then it's real easy to call Ben Taub to +find out a room number.? The address is below.? It doesn't sound like he can +receive visitors yet. + +A. Thanks for the heads up.? Do you know the address to send cards?? Do you know +if Bobby can see visitors?? Some of the folks here would like to know. + +Thanks, Sharon Thought you might like to know. Amy Cornell Compaq CPCG Marketing +P: 281-518-9526 F: 281-518-1081 amy.cornell@compaq.com < +mailto:amy.cornell@compaq.com > Jann, phoned +this morning and asked me to pass this information to the group, concerning +Bobby Riggins. Bobby is a member of a bicycle team, while cycling this weekend, +he and other members of his team were injured by a truck.? There was one death +in the injured group and the others with major injuries.? Bobby is one of those +with major injuries.? He is currently in the emergency room at Ben Taub +Hospital.? Ben Taub hospital is located at 1504 Taub Loop, Houston, Texas, phone +number: 713-793-2000.? He cannot accept calls, visits or flowers at this time, +since he is in the emergency room.? An update will be e-mailed, as soon as one +is available. Keep Bobby, his team members and their families in your prayers. +Rosario Gonzales Administrative Assistant ESSG CCA-15, 150301, 153B09 +281-514-3183 rosario.gonzales@compaq.com < mailto:rosario.gonzales@compaq.com + > I think it's a good idea since the +provisional application is on file - Travis is the internal lawyer who has taken +care of the patent application so he will have better ideas for where the words +should be placed and appropriate look and feel (I would guess near the copyright +notice and roughly equivalent size). David Forster@ENRON 07/17/2000 06:15 PM +Mark, + +We are thinking of adding a Patent Pending message to key EnronOnline pages +(like the homepage). Can you offer comments/concerns/guidelines? + +Dave + +Does it make sense for us to set up a meeting with you participating from Buenos +Aires? I'm not sure we have much to tell them at this stage - actually, I'm sure +I don't have anything new to report but if you do that would be fine with me. +Patrick Hansen@ENRON 07/17/2000 04:28 PM Michael and myself are planing to be in +Hoston on Thursday and Friday of this week. We intend to see as many people as +possible regarding EOL implementation. We will meet Dave Forster and his team +among others. We would like to fit a meeting with you as a group or +individually. Please let me know about your availability and if it is possible +to meet with more than one of you in one place. Thank you FYI David +Forster@ENRON 07/17/2000 02:34 PM Further background: + +Argentina intend to press ahead even given the concern about taxes, etc. + +They wish to launch on Sept. 1 - meaning we will need to be sending mailings +sometime around mid-August. Dave Leonardo Pacheco 07/17/2000 08:50 AM Mark, + +Just wanted to know were we stand on the ETA and PA for Argentina? + +Thanks for your help! + +Leonardo Pacheco ext. 39938 If you need more, there is a proposal from the +documentation committee for a new alternative for calculating termination +amounts (we heard about it in Amsterdam) that I think will be particularly +attractive to the energy markets. I don't know where this stands officially (I +haven't heard any developments since Amsterdam) but I can find out from Bob +Pickle if you want. Mark E Haedicke 07/18/2000 08:58 AM We should include ISDA +energy definitions, CFTC matters re energy and an overview of power deregulation +developments in North America. I might also add a few items about international +developments and the EEI physical power trading form. I am thinking 4 slides at +the most. Is that what you want? + +Mark + +Current Plan: + +Days away: Sept. 21 through Oct. 3 (assuming you work on the day we leave and go +back to work the day after we return) 9 work days + +Wed. Sept. 20 - Leave Houston around 6:00 pm Thur. Sept. 21 - Arrv. London early +a.m., transfer to flight to Nice - Arrv. Nice around noon? rent car & drive to +first hotel (less than 1 hour away); collapse Fri. Sept. 22 - Stay in same +hotel, visit Monaco, Nice? Sat. Sept. 23 - Drive to St. Tropez - through Nice , +Cannes & other coastal towns, check-in mid afternoon Sun. Sept. 24 - St. Tropez +Mon. Sept. 25 - St. Tropez Tue. Sept. 26 - Drive to Nice, return car, fly to +Paris Wed. Sept. 27 - Paris Thur. Sept. 28 - Paris (Versailles or Fontainbleu - +half day side trip) Fri. Sept. 29 - Paris (Giverny - Monet's gardens - 3/4 day +side trip) Sat. Sept. 30 - Paris Sun. Oct. 1 - Paris to London in afternoon - +probably by Eurostar train - (arrv. London late afternoon) Mon. Oct. 2 - London +(meetings for CLH) Tues. Oct. 3 - Fly London to Houston (lv. around noon, arrv. +around 4:30pm) To make matters even more confusing, there are two Mark Taylors. +I believe the message you forwarded to me belongs to the Mark Taylor at EI +(based in London). Unfortunately, I can't forward your message to him directly +(there seems to be a problem with the attachment). If you still have it, can you +send it to him at "Mark EI.London Taylor"? I will take care of it. Thanks for +the reminder. + +Ladies, Enclosed is a worksheet for Ineos Acrylics. Ineos is an English company +which has a majority of its operations in the US. Note that the credit +thresholds are in US$, but the MACS are designated in British Pounds. Please +send the draft to Troy Black and he will forward to the CP. Please deliver a +copy to me as well. Have a great weekend. Max + +<< File: Ineos.xls >> Robbi: + +I left you a voice mail on Friday. I looked at the UEComm Master and had some +comments--such as our name is wrong, the cross default threshold for us should +be US $ and not AUD, and there were a few other questions I had. + +Marie + +Hi, + +Attached are Uecomm's final comments to the Master Agreement. John Suttle has +OK'd Anthony's latest request w/r.t. the CSA. + +Could you please send an executable version of the contract to Fred, David, John +and me tomorrow? + +If they're OK with it, we'd like to execute it as soon as possible unless there +are any objections. + +Thanks + +Pat + +Pat, + +Please find attached the Enron Master Agreement. I have inserted the company +details of Uecomm as requested. I have also amended the timeframes in the Credit +Support Annex to 10 days instead of 2 days. (Clauses 2 & 3). I have tracked all +changes for ease of reference. If these amendmnets are agreeable to you can you +please print and arrange for execution. If you have any questions please do not +hesitate to give me a call. + +Regards, + +Anthony Sill Legal Counsel Uecomm Limited 126 Trenerry Crescent Abbotsford, VIC +3067. Ph. (03) 9221 4101 Fax.(03) 9221 4193 Mob. 0417 575 920 <> Turn up your sound a bit. Reminder: + +Conference Call with ConEd at 1:00 today in Sara's office - EB3801A. + +Nick: + +Attached for your further handling is the draft form Deemed ISDA between ENA and +Ispat Mexicana S.A. de C.V. Please note that the economic provisions have been +omitted. + +Please let me know if you have any questions or need anything else. + +Marie x33907 Tana: + +Here's info on the Elliotts. + +Marie + +CONGRATULATIONS!!!!!!! We've been asking everyday if anyone had heard if the +"Babies Elliott" had arrived. Glad to hear that they are all healthy and were a +good size, and that Mom is doing well. Look forward to seeing pictures of the +little ones. I know you all are going to have so much fun with them. Hope you've +been storing up sleep, cause it looks like you won't be getting much for a +while. + +Again, congratulations. These three little ones don't realize how lucky they are +to have such a nice Dad, but I'm sure they'll find out soon. Take care + +Marie + +Ladies and gentlemen, + +This is just to let you know that Emma gave birth at week 34 on Friday, 6th +July, to our triplets: + +Benjamin James - at 12.45 pm - 3 lbs 4 ozs + +Toby William - 12.46 pm - 4 lbs + +Hannah May - 12.48 pm - 3 lbs 15 ozs. + +Although small, they are all "fully functioning" and very well - they are in the +lowest level of special care (and they will probably be in there for another two +to four weeks) until they can feed properly and maintain their weights. Emma is +fine, too - very well!! + +All the best and kind regards + +Mark OOPS! Attached are the fax cover pages for each of the Nylon and Polykron +Deemed ISDAs I just sent you. + +Marie + +Rebecca: + +I am attaching a clean and blacklined version of the proposed resolutions +authorizing the opening of brokerage accounts. I have attempted to revise them +to make them clearer. Perhaps Jim Armogida can assist in revising them as I am +sure he is more familiar with the way Enron Corp. likes their resolutions +drafted than we are. + +Let me know if you have any questions or need anything else. + +Marie x33907 Turn up your sound a bit. Hi, Liz: + +Thanks! + +Marie + +Marie Heard Senior Legal Specialist Ms. Marquez: + +I am following up regarding the status of our comments to the form of guaranty +for Pemex that you provided to Lucy Ortiz. Please do not hesitate to contact +either Francisco Pinto-Leite or me with any questions or comments. We look +forward to hearing your comments. + +Marie Heard Senior Legal Specialist Ms. Marquez: + +Attached are an original and blacklined copy of your form of guaranty, which +reflect our comments. Please do not hesitate to contact either Francisco +Pinto-Leite, Senior Counsel (713/345-7942; francisco.pinto.leite@enron.com) or +me with any questions or comments. Thank you for your assistance. + +Marie Heard Senior Legal Specialist Tanya: + +I received this draft from Niagara Mohawk Marketing, Inc. for our review. Will +you pass along to the appropriate person? + +Thanks! + +Marie Marie - per our conversation yesterday afternoon, attached are proposed +drafts of the Schedule and the Para. 13 relative to the above. Having spoken +with Dennis Goldmann, I am advised that there are currently 2 Guaranties in +place in the sum of $8M each: one by Niagara Mohawk Holdings Inc f/b/o Enron, +and one by Enron Inc. f/b/o Niagara Mohawk Energy Marketing. I am told that our +respective credit departments want to raise the credit lines to $10M for each +party, but to effect that we will have to modify the existing Guaranties +accordingly. Let me know if this is your understanding, as well. After you have +had the chance to review the attached, please send me a marked-up draft and we +can discuss our concerns from there. Should you have any questions, feel free to +call me. I can be reached at 315-460-3344. Any credit concerns can be discussed +with Dennis Goldmann, who can be reached at 315-460-3349. I look forward to +hearing from you. + +Patty Snyder + +(See attached file: ENRON - SCHEDULE(nmemdrft8-7-01).doc)(See attached file: +ENRON - Para13(nmemdrft8-7-01).doc) - ENRON - SCHEDULE(nmemdrft8-7-01).doc - +ENRON - Para13(nmemdrft8-7-01).doc Hi Marie + +Did you get a chance to find those GTC's for ENA that you can forward this way? +Thanks, I know you are busy. + +Tracy + +Jeff: + +Attached are the draft Schedule to the ISDA Master Agreement, together with +Paragraph 13 to the ISDA Credit Support Annex. I am putting the credit worksheet +on the fax machine to you as soon as I send this message. Let me know if you +have any questions or need anything else. + +Marie x33907 + +Hi everyone, + +I just got of the phone with Hai and he told me how to make an adjustment on a +day to day basis in regards to incorrect liquidations but he also explained this +is just to make the daily P&L #'s right, if nothing were done the month end P&L +would still somehow work out because adjustments would be made. Does this mean +that for June and for a certain portion of July we should not do anything and +just make adjustments on a going forward basis (and assume everything will work +out at month end)? If this is the case I would like someone to walk me through +June to see if the numbers did really work themselves out as there was a large +swing in second order on June 29 that was not adjusted for. + +Let me know if one of you could help me do this. Karim. + +Evidently, this a problem that Stacey White has been aware of for a couple of +months now. There was a change made in the coding for the delta position and +this has somehow messed up the liq value. + +John + +John, Karim, + +I'm now looking closely at the option liquidation problems. I believe that there +might be a sign-flipping problem for PUTS that 's causing this whole issue. I'll +keep you posted. Karim - this's likely the explanation to your other question... +I'll get back to you as soon as I have more info (hopefully later today) + +Marcelo L. Meira Sr IT Developer Enron Networks - Houston, TX (713) 345-3436 The +post id I am looking at for Calgary is 11608. I am looking at the option +liquidation report and all of the $65 puts are in the money and the $75 call is +also in the money. Shouldn't all the liquidation values from the beginning of +the month be a negative (representing positive liquidation) for the puts? The +liq value for the call is CORRECT. + +John + +Karim, I don't want to wait till month end, let's adjust the numbers now and for +the June 29 2nd order, lets take that value into June since it relates to July +puts. + +Hi everyone, + +I just got of the phone with Hai and he told me how to make an adjustment on a +day to day basis in regards to incorrect liquidations but he also explained this +is just to make the daily P&L #'s right, if nothing were done the month end P&L +would still somehow work out because adjustments would be made. Does this mean +that for June and for a certain portion of July we should not do anything and +just make adjustments on a going forward basis (and assume everything will work +out at month end)? If this is the case I would like someone to walk me through +June to see if the numbers did really work themselves out as there was a large +swing in second order on June 29 that was not adjusted for. + +Let me know if one of you could help me do this. Karim. + +Evidently, this a problem that Stacey White has been aware of for a couple of +months now. There was a change made in the coding for the delta position and +this has somehow messed up the liq value. + +John + +John, Karim, + +I'm now looking closely at the option liquidation problems. I believe that there +might be a sign-flipping problem for PUTS that 's causing this whole issue. I'll +keep you posted. Karim - this's likely the explanation to your other question... +I'll get back to you as soon as I have more info (hopefully later today) + +Marcelo L. Meira Sr IT Developer Enron Networks - Houston, TX (713) 345-3436 The +post id I am looking at for Calgary is 11608. I am looking at the option +liquidation report and all of the $65 puts are in the money and the $75 call is +also in the money. Shouldn't all the liquidation values from the beginning of +the month be a negative (representing positive liquidation) for the puts? The +liq value for the call is CORRECT. + +John + +unable to attend at that time due to a prior appointment, I can meet with you +individually later some time OK, now that I've got your attention - I really am +offering free lunch! I would like to informally get together with you on +Wednesday, July 18 at 11:45 am - 1:00 pm (max) to talk about your recruiting +experience with Enron Canada. We're gearing up for our 2001/02 recruiting +campaign and we think your experience will help us define what works best and +what can be improved in our process. + +For those of you in Toronto, I apologize for not being able to schedule this +over your lunch time! However, if you can wait til 2:00pm to eat, go ahead and +grab something and expense it! We'll hook you guys in by videoconference. + +I've booked Videoconference Room # 1. Please let me know whether or not you can +attend so I can order enough food. Thanks!! + +should be ok + +Kindly confirm your availability to attend an Analyst and Associate Recruiting +Meeting scheduled for Thursday, July 26th at 2:00 p.m. (4:00 p.m. Toronto time). +This meeting should not take more than one hour. The Toronto office will be +video conferenced in. + +Regards, Nella + +Lets try before Fri, as I am planning to take that day off + +Attached is the revised draft paper that reflects our conference call with Bob +Fagan earlier this week. I propose we have a conference call with Bob Fagan on +Fri July 20 at 1:00 pm Calgary time to discuss any areas of concern/confusion +you may have. + +Also, would those of you who have not responded to me via email confirming your +acceptance of the terms upon which our four companies have agreed to assume cost +responsibility for the TCA work on this. Attached is the letter I originally +sent to you on May 10 in this regard. << File: Tabors Conflict Letter Alberta +Export 050901.doc >> Regards, + +Rob + +Rob, + +This draft reflects the changes we discussed during our call the other day. I've +also included a redlined draft showing changes. + +Regards, Bob + +<> <> + +- Alberta Transmission Access and Pricing Analysis_0712 .doc << File: Alberta +Transmission Access and Pricing Analysis_0712 .doc >> - Alberta Transmission +Access and Pricing Analysis_0712 redlined .doc << File: Alberta Transmission +Access and Pricing Analysis_0712 redlined .doc >> NO + +Hi John, + +With reference to Article 5, section 5.1 (b), are we going to propose an +alternative planned outage to TAU for next year? Thanks, Mike + +"Katie Kaplan" 10/27/2000 06:20 PM Please respond to kaplan +Greetings: + +IEP will be hosting a dinner for California Governor Gray Davis on Thursday, +December 7, 2000 at the historic Julia Morgan House in Sacramento. We will be +targeting to raise at least $100,000 so company contributions will range from +$10,000-$20,000 per person ($10k minimum per person) depending on the number of +respondents. We have already received firm commitments from 3 companies. If you +are interested in attending please e-mail me as soon as possible. A formal +invitation will follow to those who respond. We need responses or direction by +no later than COB on Monday, October 30, 2000. Please contact me with any +questions. + +Thank you, Katie Kaplan Manager of Policy IEP (916) 448-9499 Congratulations. +Everyone is extremely pleased that you're joining. Best of luck and very much +looking forward to working together. Best, Jeff + +I'll believe it when I see it. Seems like a good idea to keep the heat on +Hoecker & Co.right up until Nov. 1. Thanks. I'm glad they want to follow-up with +Steve (I've been pushing it) and I've got some follow-up as well based on chats +I had in the afternoon on Friday with folks post-call. Let's regroup on Monday. +I'll be in Portland but can call you. Best, Jeff + +Jeremy Meier 10/29/2000 11:48 AM Jeff: + +FYI, we had an instructive rest of the conference call on Friday with Sue and +Robbie et al. They indicated they could use Steve's help face to face at some +point. + +We are following up with Sue and Robbie on a couple legal issues, case law and +MSA self-certification language, and let me know if you have additional items. +We await approval on the final tariff language and can then file at the CPUC. +Let me know what schedule works for you. Also, can you confirm the correct +names, email addresses, titles for those new folks on Friday's call: Robbie +Rossi, Michelle, Melissa Lloyd? Thanks. + +Jeremy Meier Blumenfeld & Cohen Attached for your review are draft talking +points for the Cal Energy Markets conference I'm speaking at on Thursday in SF. +All comments, suggestions, etc. are appreciated. Thanks. + +Yes, I would like to participate. Thanks. + +thanks a million. talk to you then. + +Lara Leibman@ENRON COMMUNICATIONS 10/31/2000 03:48 PM Here's the info for +calling in -- thanks! + +Lara + +Angie Buis 10/31/00 02:17 PM The call-in number and instructions for the 11/2 +8:30 a.m. meeting are as follows: Everyone will dial the toll free number +1-877-331-6867. All the outside participants will be prompted to enter their +access code, which is 600-480. Wayne, your access code (room 4434) after dialing +the toll free number will be 857-771. I have asked for 4 outside ports and +should anyone else need to join in, they may do so with the access code and +without operator assistance. The duration of the call is 3.5 hours. The call +will terminate once everyone has hung up. Please let me know if any of you need +additional information. Thanks. + +Angie Buis EBS-Tax x-37097 Attached for your review are copies of the settlement +documents that were filed today in the Gas Industry Restructuring/Natural Gas +Strategy proceeding, including the Motion for Approval of the Comprehensive +Settlement that is supported by thirty signatories to the Comprehensive +Settlement, the Comprehensive Settlement document itself, and the various +appendices to the settlement.? Because a number of the declarations and +signature pages are not yet available electronically, they have not been +included with this note.? Hard copies of the Comprehensive Settlement, including +all declarations and signature pages, are being shipped tonight via US mail to +all parties on the service list.? Additional printed copies should be available +within the next day or so and I will make them available to all of you - just +let me know how many copies you need. I would like to thank all of the parties +who participated in this settlement process.? You have all devoted considerable +time, resources and spirit in the preparation of this document - and it shows.? +We now have a settlement before the Commission that includes ratepayer +advocates, commercial and industrial customers, electric generators, marketers, +shippers, independent storage providers,? gas suppliers,? producers, utilities, +aggregators, pipeline companies, wholesale customers, municipalities, and retail +mass marketers, among others.? While we should be proud of our accomplishment, +we now must turn to the task of getting our testimony ready by May 5 deadline.? +Assignments have already been made and I will schedule a conference call later +this week to discuss related details.? So much for resting on our laurels.? Once +again, thank you all for an outstanding accomplishment. <> +<> ? <> <> +<> <> <> +<> <> <> +<> - ld2d-#69366-1.DOC - ld2d-#69345-1.DOC - +ld2d-#69397-1.DOC - ld2d-#69396-1.DOC - ld2d-#69377-1.XLS - ld2d-#69381-1.DOC - +ld2d-#69366-1.DOC - ld2d-#69336-1.XLS - Primary Rights 4-12 .doc - +ld2d-#69334-1.DOC - ld2d-#69345-1.DOC Severin Borenstein + +E.T. Grether Professor of Business Administration and Public Policy Director +Haas School of Business U.C. Energy Institute University of California 2539 +Channing Way Berkeley, CA 94720-1900 Berkeley, CA 94720-5180 (p) 510-642-3689 +(p) 510-642-5145 (f) 707-885-2508 http://www.ucei.berkeley.edu/ucei Email: +borenste@haas.berkeley.edu WWW: http://haas.berkeley.edu/~borenste Attached is a +rough draft of my talking points for a panel I'll be on at a CEM conference in +SF on Thursday afternoon. Have distributed to Western GA team (plus Steffes) for +comment and thought you may have some, too. Topic for panel, "PUC Priorities." +Goal is to (politely?) refute Loretta Lynch's and Carl Woods' continued +assertions that 1) California's move to deregulate was based solely on ideology +with no basis in fact and 2) the solution is to turn back the clock to +command-and-control regulation. The FERC order tomorrow is likely to alter the +points somewhat. Comments are much appreciated. + +Best, Jeff + +Chris: As we discussed yesterday, Laird and I spoke and we think that the +presentation is good to go for Thursday. + +We'll need to update the numbers for the offer we made to S.D. last week. You +had mentioned that you might want to include a shaped product. You still +considering it? Let us know and we can add it, and make any other changes you'd +like to make at this end. My flight gets into S.D. at at 8:35 on southwest. + +Best, Jeff + +Sandi sez it's actually happening at 10 AM and it's renewable-focused. + +David Forster 03/08/2000 09:45 AM Fyi + +Dear Justin + +Marly asked me to respond to you. + +As you know, the suffix ONLINE is purely descriptive and now used by many +companies. Therefore, any trade mark registration that incorporates the word +ONLINE as a suffix in the way that you use it will not enable its owner to +prevent others from using the word ONLINE. Given the above, if you have adequate +protection for the word ENRON (which covers the services that you offer on-line +as well as your core activities), I'd say that another application for the words +ENRON ONLINE is probably unnecessary. However, if you use a particular logo for +the on-line service, that should be registered. I hope the above is clear. + +Jonathan Day + +Marly, + +If you could respond to me on this request, thanks + +Justin + +Paul Goddard 08/03/2000 11:35 + +Can one of you give me a quick call to discuss . I'm @ X37047. Thanks. + +I believe we are to some extent already protected with "Enron" proceeded with +anything, but EnronOnline(TM) , etc. just affords us more protection. I assume +this is akin to why McDonald's trademarks "Mc"Everything? David Forster +08/03/2000 01:50 + +Paul, + +Can you please give me a call to discuss trademarking? + +i.e. Are we covered if we proceed a word with "Enron"? e.g.: EnronEAuction. + +If we are covered, then was it necessary to register EnronOnline? + +Thanks, + +Dave + +____________________________________________________________ + +This message is confidential. It may also be privileged or otherwise protected +by work product immunity or other legal rules. If you have received it by +mistake please let us know by reply and then delete it from your system; you +should not copy the message or disclose its contents to anyone. +____________________________________________________________ + +Per my conversation with Edmund this morning, we are moving the following +countries to the non-approved list: Austria, Belgium, Croatia, Czech Republic, +Denmark, Poland, Portugal, Romania, Singapore, and Slovenia. Below is the list, +now updated to reflect this change. Jurisdictions which are are approved to +trade credit derivatives: Finland, Germany, Norway, Sweden, Switzerland, the +U.K, and the U.S.. Jurisdictions which are not approved to trade credit +derivatives include: Austria, Belgium, Canada, Croatia, Czech Republic, Denmark, +France, Gibraltar, Ireland, Italy, Poland, Portugal, Romania, Scotland, +Singapore, Slovenia, Spain, and The Netherlands. For banks incorporated in a +non-approved jurisdiction, it may be possible for them to trade out of a branch +located in an approved jurisdiction (i.e. U.S. and U.K. branches). This would +have to be determined on a case by case basis. + +Please let me know if there are any changes to this list. + +Sent by: Nella Cappelletto Yes, we should add compliance with OTC Derivatives +and/or Commodity Contracts and Qualified Party requirements of the Securities +Act (Alberta), Securities Act (British Columbia) and Securities Act (Ontario). +Thanks, Peter + +With regard to our annual review of this list of laws we need to comply with, do +we not want to add the Canadian provinces new "eligible swap participant" +equivalant rules? Molly Harris 03/08/2000 05:37 PM Please find attached Credit's +EOL responses for 3/8/00. + +Regards Molly + +You are the best! + +Why does it always have to be my deals...?!!! + +We've received a personal invitation to a NYMEX Crawfish Boil on April 3 at 5:00 +at Garden in the Heights at 3926 Feagan. The cause of this celebration is the +10th anniversary of the Nat Gas futures contract. + +It would be nice if Shankman and John Arnold could attend. Perhaps you can give +them a personal invitation... We have received the amendment to the BC Gas ISDA +Master executed by BC Gas, which adds the Canadian Securities Representation, so +we don't have to add the rep into every confirm. BC Gas won't sign the confirms +with the rep in, and this has caused much difficulties. + +I am going to count it as signed, since BC Gas has signed, but we still need it +to be signed by ECC. Can you get it signed ASAP and back to me. Much thanks. + +We have received the executed Amendment to the Subscription Agreement with +WeatherTrade, Inc. dated March 2, 2000. This Amendment amends the Transaction +Fee referenced in subparagraph (c) of the Fee Schedule to the Subscription +Agreement. Copies will be distributed. + +Updating another blue file because Susan B., this time, has not updated it to +reference mergers & name changes! It appears you missed some cpys on the +referenced list because Tom had the freeze panel button on, and you probably +didn't see them at first. I didn't either until I clicked on the down button and +they popped up. When you have a minute, I'll give me a call and I'll come around +and show you how to unfreeze the panel. I spoke to Edmund to get the scoop on +what we are going to be doing on the confirms for Credit Derivatives, and he +said that his current understanding is that all of the confirms will be done out +of London. I communicated that to Bob Bowen. He also said that London was going +to be hiring 120 people to deal with the Credit Derivatives business. Wow! + +Carol, will you handle this or Mark? Tori Kuykendall 03/09/2000 03:51 PM hi mark +- i'm a gas trader on the west desk and one of my customers had some issues with +our electronic trading agreement. the company is Arco Products, adn their +comments are on the attached file. could you take a look at this and give me an +update. thanks. Torrey, as promised I have attached ARCO's suggested revisions +to the Enron online trading agreement. I look forward to working toward a +mutually satisfactory agreement in this new and thorny area of e-commerce +contracting. Dave + +(See attached file: ETA_revision0307.doc) + +- ETA_revision0307.doc + +We have received the executed First Amendment to ISDA Master Agreement dated as +of December 1, 1999. This amendment adds the British Columbia Securities Act +representation to the master. Copies will be distributed. + +Confirmation Desk: you can stop adding the rep to the confirms now. Molly Harris +03/09/2000 05:39 PM Please find attached Credit's EOL responses for 3/9/00. + +Regards, Molly + +Here's the list with the missing counterparties. Molly Harris 03/08/2000 05:37 +PM Please find attached Credit's EOL responses for 3/8/00. + +Regards Molly + +Yeah! + +Probably... + +I just got a call from Dave and Frank and they tell me I have a whole week this +time to approve the whole counterparty list to trade Australian financial power. +I'll need to talk to you about his Monday. + +Hey guys, take Monday off! Molly Harris 03/10/2000 04:28 PM Please note Credit +has no EOL responses for 3/10/00. + +Regards Molly + +Mike Jordan 04/04/2001 09:27 AM Please find attached the most recent update for +Merchanting Metals. + +In summary the planned systems changes and manual substantiation efforts are +behind schedule. Additional resources are being allocated and the situation is +being closely monitored ( both for quarter end signoff and on going operations +). + +Please contact me if you require any additional information + +Mike + +Mike Jordan 03/04/2001 16:29 The intention of the efforts and actions documented +in my earlier update ( see attached email ) was to provide a robust position +signoff process for total metal tonnage, spread and brand and location a timely +substantiation of stock on balance sheet forward MTM debtors and creditor +balances OBSF transactional values and a reconciliation of the barclays +intercompany account Despite the best efforts of IT, continuing problems with +the AS400 application, a better understanding of the inconsistency between stock +reconciliation reports, and concerns over the useability of the outright stock +screen enquiry are such that I am currently not confident of delivering +sufficient accurate information to AA to satisfy their audit requirements - +which at a macro level is the transparent audit trail between stock and forward +positions to full accounting values. + +Consequently I need to inform you of, and/or require your approval for, the +following : + +I will discuss with AA the following that OBSF values within the extended trial +balance may be misstated due to data issues ( above and beyond existing +conversations with AA on model simplifications) that there are reconciling +differences between trader position analyses, AS400 on screen enquiries and the +formal global position report ( these differences are at present not understood +but would need to be provided to AA within the audit timetable) an outline of +the internal balance sheet review process described in my earlier note which +must now be reprioritised and rescoped ( see MO work ) The creation of an +incentive payment pool ( possibly via personal best awards ) for key Metals +staff who continue to work exceptionally unsociable hours to meet the above +stated objectives The signoff for additional permanent 'Enron' headcount who +will 'duplicate' certain key position control processes ultimately replacing +some existing Traffic staff A reconciling difference of $15mm exists between the +reported DPR and the final accounting p&l as generated on the AS400. We will +continue to investigate potential misstatements in the system p&l, as a result +of data or system valuation problems, within the month end reporting timeframe. +However, this difference may need to be adjusted for following a final review +and signoff of system p&l values with traders. The recall of all OBSF stock in +early April and retention on balance sheet ( reduced where economically viable ) +until positions are fully reconciled and repeatable daily signoff process can be +instigated. + +Middle Office work being prioritised is as follows the stock circularisation +initiated for close of business 23rd - with full reconciliation of returns to +current system data by traffic/co-ordination an audit of the stock and forward +valuation report for the 30th ( replacing planned 23rd review due to system +issues ), requiring full download of contract detail for later reference +reconciliation of stock movements between 23rd and 30th sample tests of vanilla +forward transactions + +detailed position analysis of all OBSF contracts that must be reconciled to +Barclays documentation spreadsheet recalculation of OBSF option premium +utilising the above manually created position analysis the circularisation of +Barclays intercompany account and comparison to our cut off and substantiation +analysis the debtors/creditors partial circularisation initiated for close of +business 23rd I will be in touch directly re the items needing approval + +Regards + +Mike Mike Jordan 21/03/2001 18:20 Several related issues have resulted in an +increase in the level of operating risk for the Merchanting Metals business. + +Complexities surrounding the operation of the Off Balance Sheet Facility +("OBSF") which commenced two weeks before the year end. The uncertainty +generated by the revocation of AA's signoff for the facility late in the year +end audit. The discovery of a number of 'bugs' within the AS400 Merchanting +code, arising from the release of OBSF designed functionality, which compounded +the operational burden of supporting the OBSF. The requirement to amend the +operational process and OBSF IT code as a result of the current renegotiation of +the OBSF with Barclays ( and AA ). The senior IT developer for Merchanting has +resigned and been sent on gardening leave. The Corporate requirement to lower +working capital usage for the Merchanting business irrespective of the above +parochial business issues. + +Various mitigating actions have been and will be taken to provide focus, gain +comfort over control levels and to provide assurance to senior management as to +the accuracy of the Q1 DPR and business balance sheet. + +The implementation for SAP for the Merchanting business has been delayed and +effectively decoupled from the higher risk ( higher benefit ) Brokerage +implementation - benefit is to provide sole focus on OBSF for IT Merchanting +developers. The AR/AP SAP data quality reviews for both businesses are +continuing so as to provide a detailed analysis as at end Q1. Middle Office have +instigated a new daily working capital report process tracking cash settlement/ +funding data to working capital components for all Metals businesses. An +enhanced position signoff process will be implemented prior to end Q1 covering +gross tonnage, spread positions and summarised analyses for brand and locations. +The necessary report functionality should be available within the AS400, however +contingencies have been initiated to build tactical VBA/excel reports outside of +the AS400 but using AS400 data downloads. User requests for additional AS400 +functionality and reports have been aggressively prioritised and a code freeze +will commence prior to the end of Q1 following the delivery of three reports +determined as minimum requirements for the support of OBSF. A resubstantiation +of the full Q1 DPR will be completed by the Risk control staff reconciling the +full trial balances between Q1 open and Q1 close A full internal balance sheet +review will be completed within the Q1 audit timetable which incorporates A full +circularisation of inventory balances, and matching to source documentation +within Enron Inspection of certain of the above inventory balances, by third +party inspectors, where there is an expectation that circularisation replies +will not be received on a timely basis Substantive checks back to source +contract documentation for the forward priced and unpriced positions report ( +spot checking the key position report signed off by the traders ) Full +reconciliation and recalculation of OBSF option premium values Full +reconciliation of contracts within the OBSF to Barclays documentation ( thereby +substantiating existence of stock that we have option to purchase ) and to AS400 +Barclays account A risk based debtors review - matching to source documentation, +where applicable, and any subsequent post quarter end cash movements A full +substantiation of creditors to internal ( contract commitments ) or external +documentation ( invoices/request for payment ) A full reconciliation of +intercompany accounts A full substantive reconciliation of cash and funding +accounts + +I intend to provide weekly updates on the status of the above actions during +April If you have any questions please call me on x34703 + +Regards + +Mike + +Dr. Harris: I would like to thank you for personally taking the time to closely +review my application. Though I am disappointed with the results I am still +determined to attend The TEXAS Graduate School of Business next year. I +understand how competitive the process has become, but I felt that with my work +experiences, recommendations, personality, extracurricular activities, etc. that +this would compensate for my disability. After talking with Professors Titman, +Ronn, Brown and Jemison, I was sure that the School was the right place to get +the education I was looking for. I am still certain that the School is the best +place for getting a great graduate-level education, so I want you to know that I +am going to do whatever it takes to get in next year. I plan on taking two or +three graduate level finance courses at the University of Houston this Summer +and Fall to demonstrate to the Admissions committee that I can compete at the +graduate level. I also plan on retaking the GMAT test. Due to my disability, +this will be a monumental task; but I am determined to prove to the Committee +that I can be successful at The TEXAS Graduate School of Business. I would like +to come down to Austin this spring to meet with you to further discuss my +application file and to personally meet you. If you think of anything else I can +do to strengthen my overall application file for next year, please let me know. +Take care and hope to hear from you soon. + +Sincerely, + +Ben Rogers Professor Ronn: I would like to thank you for taking the time to +recommend me to the MBA Program. In the end, the results were not favorable. I +understand that it is a competitive process, but I felt that with my work +experiences, recommendations, extracurricular activities, etc., that this would +help my chances and possibly compensate for my disability. After talking with +you and Professors Titman, Brown and Jemison, I was sure that UT was the right +place to continue learning about energy-finance. I am still sure that UT is the +place for getting an excellent graduate-level education, so I want you to know +that I am going to do whatever it takes to get in next year. I plan on taking +two or three graduate level finance courses at the University of Houston this +Summer and Fall to demonstrate to the Admissions office that I can compete at +this level. I also plan on trying to retake the GMAT test. Due to my disability, +this will be a monumental task, but I am determined to prove to the Admissions +commitee that I can excel with the work at The Texas University Graduate School +of Business. Thanks again for taking the time to listen and talk with me. It has +been a pleasure meeting you and I hope we can continue to talk about energy and +finance in the future. Also, if you can think of anything else I can do to +strengthen my overall application file for next year, please let me know. Take +care and hope to hear from you soon. + +Sincerely, + +Ben Rogers Professor Titman: I would like to thank you for taking the time to +recommend me to the MBA Program. In the end, the results were not favorable. I +understand that it is a competitive process, but I felt that with my work +experiences, recommendations, extrcurricular activities, etc., that this would +help my chances and possibly compensate my disability. After talking with you +and Professors Ronn, Brown and Jemison, I was sure that UT was the right place +to continue learning about energy-finance. I am still sure that UT is the place +for getting an excellent graduate-level education, so I want you to know that I +am going to do what ever it takes to get in next year. I plan on taking a couple +of graduate level finance courses at the University of Houston this Summer and +Fall to demonstrate to the Admissions office that I can compete at this level. I +also plan on trying to retake the GMAT test. Due to my disability, this will be +a monumental task, but I am determined to prove to the Admissions committment +that I can do the work at The Texas University Graduate School of Business. +Also, I would like to continue our dialague regarding creating an Energy-Finance +Private Equity Fund at UT. I know that with my industry-wide and investment +banking contacts that I can help raise capital for the fund. I am very +interested in energy-finance and think that your idea is a very good. Thanks +again for taking the time to listen and talk with me. It has been a pleasure to +meet with you and I hope we can continue to talk about energy and finance in the +future. Also, if you think of anything else I can do to strengthen my overall +application file for next year, please let me know. Take care and hope to hear +from you soon. Sincerely, Ben Rogers Let me know if you have any questions. +Thanks Ben Sorry about that, I was working on the Teco O&M costs. Thanks Ben +Please send me an excel spreadsheet which depicts the value that you see +associated with the heat rate spread option. I want to make sure that I +understand exactly how you propose valuing the transaction and how this value +would be booked. As such, please provide the following detail: + +Will we be valuing/booking a series of monthly call options or a series of daily +call options? What power curve are we valuing the deal against - PJM East or +West Hub? Please send me the current fuel curve that you are converting to $/MWh +to value the deal? What volatilities are you using to value the options - +monthly volatilities or intra-day volatilities or a blend of the two (if +blending please show me what formula you using to blend the two vols)? What +expiration date are you using, i.e.: for monthly call options the 15th of the +relevant month, and for daily options? What correlation are you assuming, 15% +flat for twenty years? Are you deducting all operating expenses from the value +of the option? Are you using the "SPRDOPT" Exotic Options function to value the +option? Are you using the $/MWh VOM dollar amount as your strike? Has Don +provided the fixed payment stream? This stream should be covering both P&I and +not just principal. Yvan, and Ben, please provide answers to these question via +written correspondence so that their is limited probability of misunderstanding. +Thank you both very much for your time and help thus far. Furthermore, I would +like to reiterate that RAC's goal, prior to quoting any credit reserve, is to be +100% confident that: (i) the methodology that is being employed is consistent +among the internal groups; and (ii) the inherent value of the price risk +management contracts matches. This enables RAC to manage the associated risk +during the life of the transaction both effectively and appropriately. Regards, + +Christopher + +Randy, this is the issue I left you the voice mail on. Article 6 of the Gallup +Compression Services Agreement (which I am sending to you separately) with ECS +obligates ECS to "work in good faith with CDEC" to establish an automated system +that would automatically have alerted us to peak loading conditions on CDEC's +system. We had a pretty good idea when we signed the contract that ECS would not +be able to complete that by the contract start date, so we negotiated a fall +back plan under which ECS is obligated to "assist [Transwestern] in developing a +manual system to accomplish the same result and will hold harmless and keep +[Transwestern] whole for all cost and expenses" associated with the manual +system. We will fight with them about who owes the $200k that James mentions +below based on their failure to "assist" us in managing the cost. In the mean +time, we need to make sure that we are doing everything we can to get a handle +on the situation to mitigate future costs. Do we have someone who is watching +this out there? We are running so full tilt on TW that we may not have as much +flexibiltiy to manage this situation as we expected, but let me know what we can +do. James had heard that one hold up was the absence of a confidentiality +agreement--I guess between ECS and Transwestern--that would permit ECS to +communicate to us the details on how to access teh key info. from CDEC. That +sounds like a BS excuse from ECS, but it that's what they are saying, let me +know and we can figure out a solution. Thanks. DF James Centilli 12/14/2000 +02:49 PM Would you please contact Gerald Nemec and review the Gallup Compression +Service Contract in respect to the Load Control Management. My understanding was +that ECS was to provide a means to access CDEC's online profile in order for us +to make a decision to avoid running the compressor during CDEC's peak load +periods. We have not received access to this information which has resulted so +far in additional electric cost of $200,987.33 for the period of July through +September. Additional cost will be incurred for the remainder of this year, that +I have not been able to review yet. This cost is averaging $79,000 per month if +we continue to run the compressor as we have in August and September. Good +point, but I'm comfortable we're covered because our bidders were all bidding on +a chunk of capacity and primary points. They are deemed to be on notice that +they had alternate point rights (its in the tariff) and if they wanted to submit +a bid that had a different rate for primaries and alternates, they could have +done so. None of them did, and most importantly, the winning bidders did not. +Our letter agreement simply memorializes that we will charge the same negotiated +rate whether the gas flows on primaries or alternates. I assume from your +message you are OK with this and they can get it nailed down? DF I just got done +looking at the underlying contract language as set forth in the pro forma +service agreement in the tariff and it specifically says that the max rate would +apply unless a discount or negotiated rate has been agreed to. My concern with +adding the language below is, could it be argued that not everyone knew the rate +would or could apply at any point, since we just stated Topack and Needles and +if they knew they might have bid a different rate?? Susan Scott 01/11/2001 02:42 +PM After discussions with the commercial group I propose that that redlined +language be added to the attached Dynegy agreement and to the 4 other negotiated +rate agreements we've done. If there are any objections you need to get back to +me ASAP. pls print. df In discussion with Dave, we thought it would be good to +put this together in a format of questions and answers. However, as you will +see, the questions I thought of got kinda long- but I think we need answers for +all of them. One thought is to have just the agenda as a couple topics and then +lead in with the first two questions as I've listed. Please provide me your +thoughts asap. MK + +whasssup? + +Here it is. Thanks. DF Here is the attachment... + +Attached is my draft of a request for rehearing. It incorporates Mr. Stojic's +and Mr. Kelly's initial comments. Please review it and let me know if you have +any comments on or before Tuesday afternoon (I will be out of the office +Monday). Thank you! + +OK. DF DENISE LAGESSE 01/12/2001 10:34 AM Please approve Susan's attached +expense report and forward to accounting with a cc: to me. Thanks! + +Forgot to cc you. df Drew Fossum 01/12/2001 04:37 PM OK. DF DENISE LAGESSE +01/12/2001 10:34 AM Please approve Susan's attached expense report and forward +to accounting with a cc: to me. Thanks! + +Lou, do we have any sort of policy on requests like this? Lee Huber made the +same request last year and we gave her the chair (she only wanted one, however). +Norma, any thoughts? DENISE LAGESSE 01/12/2001 01:14 PM Susan Scott would like +authorization to order an Aeron chair for each of her offices - on 47 and 41. +This particular chair is designed to help with back problems, which she has. +Many people at Enron already have this type of chair, but we rarely, if ever, +have a surplus because they are so popular. The cost is $567.77 per chair plus +tax. Please approve the purchase of two. Thanks! + +sorry, i left lou off of the message. Drew Fossum 01/13/2001 09:45 AM Lou, do we +have any sort of policy on requests like this? Lee Huber made the same request +last year and we gave her the chair (she only wanted one, however). Norma, any +thoughts? DENISE LAGESSE 01/12/2001 01:14 PM Susan Scott would like +authorization to order an Aeron chair for each of her offices - on 47 and 41. +This particular chair is designed to help with back problems, which she has. +Many people at Enron already have this type of chair, but we rarely, if ever, +have a surplus because they are so popular. The cost is $567.77 per chair plus +tax. Please approve the purchase of two. Thanks! + +I believe you got a copy of the John Sommer letter to producers dated Jan 6 that +MKM's spies intercepted. She forwarded the Sommer letter to Stan and discussed +it with him. Dari and I vented our aggravation by drafting the attached letter +to Gibson and Kyle complaining of Sommer's duplicity, but after tempers cooled, +MKM and I decided not to send it to Stan or urge him to send a written response. +As it stands, MKM and I will probably bring it up with Sommer in OK City and +strongly suggest the importance of coordinated communication to the producers. +Stan may also bring the letter up orally next time he's on the phonne with +Gibson or Kyle as an example of how not to handle this situation. Yea--it was +outstanding news! What a hoss. Can't catch you this time but 14721 keep me +posted on your next trip. DF + +Evan -- + +Who is responsible for completing all paperwork for entering a new market? Is it +someone on your team or someone from CEC? There have been some issues with +getting everything coordinated lately and I wanted to make sure that we knew who +was on point. + +Jim + +Am I scheduled to attend? + +Jim + +The next meeting of the CAEM Board of Directors will be held on Wednesday, +September 12, at the Grand Hyatt Hotel in Washington, DC. The meeting is being +held in conjunction with the third meeting of our DISCO of the Future Forum. +(Please visit our newly updated website www.caem.org for more information on the +DISCO Forum.) Following the Board meeting on Wednesday, you are invited to join +with members of the DISCO Forum for a Wednesday evening reception and dinner, +including a guest speaker. Board members are also invited to join in the +substantive session of the DISCO Forum on Thursday, September 13. Because of an +international medical convention ongoing in Washington at the same time as our +meetings, the Grand Hyatt unfortunately is already booked. However, we have +reserved a block of rooms at the nearby Wyndham Hotel. To reserve one of these +rooms, you must inform the Wyndham staff that you are part of the CAEM group. If +you should decide to arrange lodging at a different hotel, please do so quickly +as there is limited availability in all surrounding hotels. We will be making +the Wyndham rooms available to members of the DISCO Forum on July 20. If you +have any questions or require any assistance at all, please contact Hope Duncan +at 202.739.0134 or Jeff Mangold at 703.729.2710. We are looking forward to +seeing you on September 12. Hotel Information: + +Grand Hyatt Hotel 1000 H Street NW Washington DC 20001 Phone: 202.582.1234 or +1.800.233.1234 Fax: 202.637.4781 Website: +http://washington.hyatt.com/wasgh/index.html Wyndham Washington DC 1400 M Street +NW Washington, DC 20005 Phone: 202.429.1700 or 1.877.999.3223 Fax: 202.785.0786 +Website: http://www.wyndham.com/Washington_DC/default.cfm correct. + +Is this correct? If so, I will handle it. Thanks Jim. Lora Sullivan@ENRON +07/19/2001 03:31 PM Dear Linda, + +We are receiving invoices from Ace Federal Reporters for transcripts of the +recent FERC settlement conferences. Linda Robertson says they should be charged +to Jim Steffes' cost center, etc. Do you want me to send the invoices to you? + +Let me know. + +Many thanks. + +Lora + +Lora Sullivan Federal Government Affairs Representative Enron 1775 Eye Street, +NW Suite 800 Washington, DC 20006 202-466-9142 202-828-3372 (fax) email: +lora.sullivan@enron.com + +I'm in all week. + +Jim + +Can we visit about what went on with Ursula at the PRC meeting when you catch +up? BRADLEY JR, ROBERT L, A revised version of the Evaluation form for +Associates and Analysts is attached below. Please disregard and destroy the form +you received on July 2, as well as any blank forms retrieved from the PEP system +prior to that date. Please use the attached for Associate and Analyst +evaluations. All Evaluations for Associates and Analysts must be completed using +this form. + +- BRENNER, URSULA J.doc << File: BRENNER, URSULA J.doc >> Jean & Thane -- + +Can we have a meeting this week (maybe Thursday at 3:30) to discuss this? + +Jim + +We do need a formal plan. We have been working closely together to identify the +issues as they develop and propose solutions. Doug has been providing us with +the necessary specific market information. We have been successful in +communicating that information to the new commissioners and Ercot and seeking +resolution. The commission is definitely more responsive to market participants +that are articulating the issue, providing specific examples and proposing the +solution. Grand-standing is ignored. Those who show up with complaints but +cannot point to specifics are virtually ignored. Those who show up and complain, +but are not participating in the working groups and the daily Ercot phone calls, +board meetings, etc. are ignored. Doug and I met with the Chairman of PUCT and +have had subsequent conversations. Thane and I also visited with him. Pat Wood +made a phone call to Tom Noel and told him to get the Texas market fixed. (Even +though he has bigger things to do in D.C., this is his legacy and he recognizes +that if deregulation does not work in Texas, the repercussions could be global.) +Chairman Sibley and Chairman Wolens (of the Texas legislature) are also engaged +in market developments. We have been working with the State Affairs legislative +committee and keeping them apprised. There is an Electric Restructuring +Committee hearing scheduled for September 6th or 7th. The forum is expected to +be invited testimony only. Those currently listed as invitees are PUCT +Commissioners and Ercot's Sam Jones and Tom Noel. The hearing is focused on the +pilot and we have an opportunity to provide some probing questions for Wolens to +direct to Sam and Tom. Now that Sibley is not a candidate for Lt. Governor, +there is more freedom to open up and ask some difficult questions. Thane is in +Austin on Friday, but is available by phone. I will be on a plane to Houston at +8:00 a.m. Can we find another time that works for us to meet? Thane is in an +Ercot PRS meeting Friday from 9:30 until 3:00. I am available after Rick's +Friday budget meeting...are you available then? You are right, we do need a +formal plan, Thane has started an initial draft. Thanks, Jean Jean & Thane -- + +Walking out last night, Kevin Presto indicated that there were games being +played in ERCOT with the new market rules and prices in certain markets were not +reflective of working markets. Enron needs to use this situation to quickly get +our viewpoints up into the PUCT and ERCOT ISO on what is driving these problems +and our proposed fixes. If ERCOT goes the way of California - either due to +market power or poor market design rules - it will be a bad day for deregulation +and for Pat Wood. As important, the new PUCT Commissioners need some help right +now in messaging the market. Let's get them to support constructive solutions +that will make a real difference. + +Jean and Thane, I think that we need a FORMAL PLAN on what to do over the next 3 +- 6 months to leverage this situation. I would like to discuss this with you on +Friday am. I am free at 8am on Friday before Rick's budget meeting. + +Jim + +FYI. You may want to discuss with Becky. + +Jim + +As an outgrowth of the meeting Leslie and I had with Scott and Hunter a couple +of weeks ago, we have begun work to develop an electronic tool that would allow +us to provide ongoing summaries of FERC gas activities, and possibly electric +activities, in a format that can be linked to the Fundamentals intranet site +used by the traders. We envision a format that would provide a brief summary and +analysis of the order, filing, etc. with a link to the source document as well +for those who would like more detailed information. This would replace the paper +copies you and your people are currently getting. Many details remain to be +worked out, but we will keep you advised. In the meantime, could you please +provide a contact on your side with whom we could discuss technical issues? + +What do I need to do? + +Jim + +Vince J Kaminski@ECT 04/30/2001 02:28 PM I am forwarding for your attention the +resume of Peter Percell who has an extensive experience in modeling physical +flows of natural gas in pipeline systems. Peter is looking currently for a job. + +I met him last week at the meeting of the Science and Industry Advance with +Mathematics society at the University of Houston. The application of recent +developments in optimization theory and numerical methods can help Enron to +improve further efficiency of our pipeline system and reduce the consumption of +compressor fuel. Please, let me know if you interested in introducing Peter to +executives in your organization. I shall be glad to make arrangements for an +interview. + +Vince Kaminski + +Peter Percell on 04/30/2001 11:16:58 AM I enjoyed your +presentation, and meeting you briefly afterwards, at the SIAM Workshop last +Friday. I have extensive experience as a technical leader in the design and +development of modeling and simulation software products, mostly for the oil and +gas pipeline industry. I am looking for a position that can utilize my software +development and mathematical skills. Getting out of the narrow confines of the +pipeline simulation industry would be a plus. Please consider whether I might +fit in your group. Your answer to a question indicated that I have several of +the skills you look for. Also, please let me know, by email, the names and +contact information of other managers within Enron who might benefit from having +someone with my qualifications in their group. Attached are my resume and an +addendum covering academic & consulting experience. Publications are available +on request. + +I will call you in a couple of days to follow up on this email. + +Thank you for your time. + +Peter Percell 10030 Doliver Drive percell@swbell.net Houston, TX 77042-2016 +(713) 532-3836 voice & fax - Percell, Peter Resume Only.doc - Percell, Peter A&C +Exp.doc + +Sorry I guess I didn't read it very well. It's ok with me. + +Ok. Contact Cindy Stark to make an appointment. Nasim H Khan@TRANSREDES +04/30/2001 12:42 PM Stan: I will be completing my tour of duty in Bolivia in +September of this year. I am talking to a number of people regarding +opportunities for a new assignment back in Houston office. Thought since I will +be in Houston, stop by your office for few minutes. NK + +Stanley Horton@ENRON 04/30/2001 12:35 PM What is the subject matter you wish to +visit about? + +Nasim H Khan@TRANSREDES 04/30/2001 09:24 AM Stan: + +I will be in Houston on May 11th and would like to visit with you in early +afternoon if possible. Please let me know what time would work for you. + +Regards, + +Nasim Khan + +I figured this posting belonged to one of you. Please see the message from Danny +Jones. Danny_Jones%ENRON@eott.com on 04/30/2001 01:39:56 PM Dear Mr. Horton, I +have recently been made aware of a help desk analyst job#0000108806 that has +become available in your department. I am currently employed with the aviation +department (hangar attendant) of enron and would like to use my past knowledge +and experience to persue my goals in the technology feild. I am asking +respectfully if you could give me a recommendation or referral to ETS technology +department. Anything you could do to help further my goals would be appreciated. +Respectfully, Danny Jones 281-443-3744 smithjones@ev1.net I have contacted the +relevant people of your interest in the job. + +Danny_Jones%ENRON@eott.com on 04/30/2001 01:39:56 PM Dear Mr. Horton, I have +recently been made aware of a help desk analyst job#0000108806 that has become +available in your department. I am currently employed with the aviation +department (hangar attendant) of enron and would like to use my past knowledge +and experience to persue my goals in the technology feild. I am asking +respectfully if you could give me a recommendation or referral to ETS technology +department. Anything you could do to help further my goals would be appreciated. +Respectfully, Danny Jones 281-443-3744 smithjones@ev1.net This is ok by me. Rick +looks like a good candidate. + +Ken Rice@ENRON COMMUNICATIONS 05/01/2001 03:48 PM Executive Committee: + +We would like to pursue an offer to Rick Fehl prior to the next Executive +Committee meeting on May 7, 2001. Please forward your comments or questions as +soon as possible. You will find attached the recommendation letter and his +resume. + +Regards, Ken Rice & Kevin Hannon + +This is to advise you that we have available, for your business or personal use, +Stan's four (4) WNBA Comets tickets. These seats are in Section 104, Row D, +Seats 1-4. Their schedule is listed below. Please let me know if you are +interested in any of these games. They will be distributed on a business basis +first, then personal use. Preseason Game A: Saturday, May 12 @ 7:30PM vs. Miami +SOL Preseason Game B: Thursday, May 24 @ 7:30PM vs. Detroit SHOCK Game 1: +Monday, May 28 @ 2:00PM vs. Los Angeles SPARKS Game 3: Monday, June 11 @ 7:00PM +vs. Los Angeles SPARKS Game 4: Thursday, June 14 @ 7:30PM vs. Portland FIRE Game +5: Sunday, June 17 @ 1:00PM vs. Utah STARZZ Game 6: Tuesday, June 19 @ 7:30PM +vs. Washington MYSTICS Game 7: Saturday, June 23 @ 3:00PM vs. Sacramento +MONARCHS Game 8: Monday, July 2 @ 7:30PM vs. Portland FIRE Game 9: Friday, July +6 @ 7:30PM vs. Indiana FEVER Game 10: Sunday, July 8 @ 1:00PM vs. Cleveland +ROCKERS Game 11: Tuesday, July 24 @ 7:30PM vs. Utah STARZZ Game 12: Saturday, +July 28 @ 12:30PM vs. New York LIBERTY Game 13: Monday, July 30 @ 7:30PM vs. +Seattle STORM Game 14: Friday, August 3 @ 7:30PM vs. Orlando MIRACLE Game 15: +Monday, August 6 @ 7:00PM vs. Phoenix MERCURY Game 16: Monday, August 13 @ +7:30PM vs. Minnesota LYNX Please note that date and time are subject to change; +please check local listings. Thanks, Cindy 713/853-6197 Mailing them to the +house iis fine. It will give us some weekend reading! Thanks. + +Stephen.Dyer@bakerbotts.com on 05/01/2001 08:50:01 PM Almost done with your +drafts. Took me a little longer to review and revise Adam's first drafts than I +had thought (there's a lot going on here, as you'll see soon). I expect to send +them out to you sometime tomorrow. Since Debbie is a client too, I think I'll +just mail them to your home unless you prefer otherwise. SD + +Good news. Congratulations and good luck. + +Hello, Bill! Stan will attend in person. + +Cindy + +Billy Dorsey@ENRON_DEVELOPMENT 05/02/2001 12:03 PM Executive Committee Weekly +Meeting Date: Monday, May 7th Time: 11:00 a.m. (CDT) Location: 50th Floor +Boardroom Video: Connections will be established with remote locations upon +request. Conf call: AT&T lines have been reserved. Please contact Sherri Sera +(713/853-5984) or Bill Dorsey (713/646-6505) for the weekly dial-in number and +passcode. Please indicate below whether or not you plan to attend this meeting +and through what medium. Yes, I will attend in person _______ + +By video conference from _______ + +By conference call _______ No, I will not attend _______ *** Please return this +e-mail to me with your response by 12:00 p.m., Friday, May 4th Thank you, Bill +Dorsey. + +Thank you for the invitation. Unfortunately Debbie and I will not be able to +attend due to previous committments. + +Tana, Please review the process below: + +With divisions, EOL does request a new Password Application for the applicant +reflecting the name as you noted below. When the company is set up in the EOL +database we link the company to the Parent and reference the CP ID. Sam, please +confirm, Global Counterparty also provides the links to establish correlation +between the parent and child for our downstream systems. Let me know if this is +the appropriate steps that you would like to see. Thanks, Stephanie Sam & +Stephanie, + +Re: Cargill Ferrous International It was my understanding with the EOL Team that +all divisions would have the legal incorporated entity as part of the name. +Stephanie, I my preference is to kick their Password Application back and get +them to change it to read something like "Cargill Ferrous International, a +division of Cargill, Inc." or "Cargill, Inc. acting through its Cargill Ferrous +International Division". Samuel Schott 03/21/2001 01:58 PM Any GCP adjustments +will be highlighted in red. + +Attn. GCP_London: There's a new EOL Counterparty listed in the UK. Please +respond. + +Best Rgds. + +Samuel x3-9890 ENW_GCP Please see attached. + +Harry - are you the right lawyer to look at this? Robert B Cass 04/16/2001 04:52 +PM Please approve the following product type in Datamanager after 11:00 p.m. See +the steps for approval below. + +US Steel Hot Rolled Plate Phy + +Website Short Description of Product Type: US HR StlPlt Phy Product Type: +Reference Period: The term of the Transaction shall be from the Effective Date +(or start date) to the Termination Date (or end date). The Effective Date (or +start date) is 01 Oct 2001. The Termination Date (or end date) is 31 Oct 2001. + +Product Additional Information (example): The Transaction is for hot rolled +steel with a thickness of 1" and a width of 72 inches. The transaction is F.O.B. +Reserve Marine Terminal in Chicago, Ill Metro Area. F.O.B. refers to the +following terms: Seller is responsible for freight, unloading and storage up to +and including delivery in warehouse, Buyer is responsible for storage, loading +and freight after delivery. The Contract Quantity shall be quantity submitted by +Counterparty via EnronOnline (5% greater or lesser allowance at Seller's +option). Each calendar month during the term of the Transaction will be a +Dispatch Period. Enron will guarantee delivery by the 20th of each scheduled +Dispatch Period and accept supply to the 15th of each scheduled Dispatch Period. +Payment shall be made, against the receipt of the required documents outlined in +the General Terms and Conditions, in the Contractual Currency by telegraphic +transfer no later than 30 calendar days after the date on which the Commodity is +released to Buyer. Currency: The price is quoted in US Dollars per unit of +volume, which will be the Contractual Currency. Unit of Measure: The unit of +measure against which the price is quoted shall be net tons (2000 lbs) and the +quantity shown shall be in net tons per month. STEPS FOR APPROVAL: + +click the START button select PROGRAMS select TEST APPLICATIONS select +ENRONONLINE CLUSTER(PROD) PROCEED WITH USUAL LOGIN/PASSWORD click the Enron +Online Production Cluster "START" button select EnronOnLine (this is the EOL +Datamanager) PROCEED WITH EOL LOGIN/PASSWORD click on the "+" for EnronOnLine +click on the "+" for Product Types click on the "+" for "Awaiting Approval" (OR +"Partially Approved") select the product requiring review as stated in e-mail +above Right "mouse" click on "properties" to view product set-up TO APPROVE: +Right mouse click on "Approved" Thanks Bill - appreciate your help! + +Bill D Hare 04/16/2001 05:51 PM We informed Tana that we made the change in +Global Counterparty to include, "a division of Cargill Incorporated". We will +meet in the near future to discuss the issues surrounding division and trade +name setups in Global Counterparty. Bill Bill - + +If Sam's description below of the GCP procedure is correct, it looks to me like +something needs to be changed. The difficulty lies in the fact that the +confirmation system reads the counterparty's name from Global Counterparty. +Since divisions of companies are not legal entities they do not have the power +to contract in their own names. If the correct legal name is not in Global +Counterparty, the confirmation goes out with the wrong legal name on it +seriously compromising the contract itself. That is the source of Tana's concern +regarding the correct entering of divisions in the system. My suggestion is that +Global Counterparty use the same name that the customer has signed on the +EnronOnline Password Application -- my understanding is that the EnronOnline +team returns inappropriate Applications to the customer until they are correctly +completed. In this particular case since the counterparty is still not allowed +to transact on EnronOnline almost a month after sending in their application +they are understandably upset and are now complaining. I would appreciate it if +you could get this one fixed today and, if you have any problem with changing +the GCP procedure, please let me know. Mark + +Tana Jones 04/16/2001 03:11 PM Samuel Schott 03/28/2001 01:09 PM FYI... + +Cargill Ferrous International is setup correctly in the Global Counterparty +System as a Division of Cargill, Inc. Cargill Ferrous International is the full +name of this division and setup as such in GCP with a Sub-to-Legal Link to +Cargill, Inc. per GCP procedure. Also, the Global SAP team (Cheryl Johnson) +would need Legal Name Change documentation from the Counterparty in order to +change this name. Best Rgds. + +Samuel x3-9890 (GCP) Enron Net Works _ Global Data Management Any updates on +adding the correct legal name to this counterparty name? + +Hello, + +Yes, GCP provides the links to establish the correlation between the parent and +child for our downstream systems. GCP procedure is to create Counterparty names +that reflect either the Tradename / Division name or Parent Name -- not both +simultaneously. (Although, we have broken that rule for Legal in the past.) This +defeats the purpose of using a Tradename. Best Rgds. + +Samuel + +Tana, Please review the process below: + +With divisions, EOL does request a new Password Application for the applicant +reflecting the name as you noted below. When the company is set up in the EOL +database we link the company to the Parent and reference the CP ID. Sam, please +confirm, Global Counterparty also provides the links to establish correlation +between the parent and child for our downstream systems. Let me know if this is +the appropriate steps that you would like to see. Thanks, Stephanie Sam & +Stephanie, + +Re: Cargill Ferrous International It was my understanding with the EOL Team that +all divisions would have the legal incorporated entity as part of the name. +Stephanie, I my preference is to kick their Password Application back and get +them to change it to read something like "Cargill Ferrous International, a +division of Cargill, Inc." or "Cargill, Inc. acting through its Cargill Ferrous +International Division". Samuel Schott 03/21/2001 01:58 PM Any GCP adjustments +will be highlighted in red. + +Attn. GCP_London: There's a new EOL Counterparty listed in the UK. Please +respond. + +Best Rgds. + +Samuel x3-9890 ENW_GCP Please see attached. + +Doc - + +I'll be in town through Sunday morning. Any chance we can get together for +dinner Saturday eve.? Mark + +I'm handling the afternoon -- I think that Harry has this morning. MHC + +Can you cover for me today? I am in mediation. I left a voicemail for Sharon +Butcher, as well, just to make sure it is handled. My schedule shows an +afternoon session. Do we have 2 sessions today? If so, you may want to split and +cover. + +Thanks a ton. I will take you next one in August. + +Thanks, + +Kriste + +Kriste K. Sullivan Enron Corp. - Legal EB 4861 (713) 853-7557 Phone (713) +646-5847 Fax I got this. I assume this is 12:30 Central Time? + +When: Wednesday, September 19, 2001 10:30 AM-11:30 AM (GMT-08:00) Pacific Time +(US & Canada); Tijuana. Where: Conf. Call + +*~*~*~*~*~*~*~*~*~* + +10:30-11:30 PST + +Call-in #: 800/711-8000 Passcode: 4153030 Here is the overview of Bob +Henderson's Employment Agreement. + +What do you think? MHC + +Michelle, please comment. Please send me an email response about whether you and +Michelle Cash are OK with what he's written. After that, what do we do? + +Brad + +After a conversation with Ryan Seleznov I herewith like disclose in writing my +intentions in respect to Dealbench. + +Please see attached Word file + +Best regards + +Tobias Munk + +Please see the attached. + +Teresa + +Please send David Lund copies of our standard corporate services agreement and +the standard assignment letter (use Bridgeline example -- with and without +non-compete). Michelle + +We're formatting one this week, and we'll send it when it's done. Michelle + +Thanks very much. Do you also have a SSD we can use? Jane + +<< File: 220b - dg - Agreement for Recruiting Services.doc >> << File: 220a DG - +Agreement for Contract Services.DOC >> Here are the sample Agreements. Please +let us know if you need anything else. Thanks. + +Diane Goode Senior Specialist I agree also, but I don't know all the parties or +complications involved. Should there be a (groan) meeting on this? + +Can you please help with this one? I agree with what the concern is below. We +have GIS ids, and Eid (external id - just like GIS id). I think we should try to +migrate to one of these. Please let me know what type of statement I should make +back to the customer. Thanks. + +Kathy, + +Per my voicemail message, please review the note below. I'd like to work with +you on a response to this customer. + +Thanks, + +Brandee Brandee Sanborn I.S.C. Customer Care Design & Process Support +http://isc.enron.com/site << OLE Object: Picture (Device Independent Bitmap) >> +Ngoc Luan Do@ENRON_DEVELOPMENT 08/07/2001 12:36 PM To Whom It May Concern: + +Through TV and newspapers , I hear constantly about identity fraud using stolen +social security information. I am very concerned about this issue. + +I have the following suggestion for our company. Since Enron's employees are +assigned an SAP identification numbers (P number) and an HR number, could Enron +as a company use these IDs instead of the SS numbers? This will be safer for all +employees. + +For example, I am concerned when I buy the monthly bus passes and I have to fill +in my SS number. I do not feel secure at all to see my SS in so many databases +at Enron, especially when some databases are from third-parties (out-sourcing). +We could use our badge number there instead of our SS. + +Please let me know how your organization can help the Enron employees feel safer +about the safeguard of their SS number. + +Please calendar and print for my files on this meeting. Thanks. MHC + +All, + +A reminder that the HR Associate Points Meeting will take place as below: + +Thursday, 23rd August 3.30 pm - 5.30 pm (EB46C1). The Leads who are responsible +for Associates are as follows: + +Sunjay Arya Gary Buck Khymberly Booth Ryan Seleznov Mecole Brown Tim O'Rourke +Tana Cashion Sheila Walton Wendy Fincher Sheila Knudsen Karen Phillips Neil +Davies Noel Ryan Cindy Skinner Simone Scott Walker Shanna Funkhouser + +Peer reviews are currently been gathered on the above. Upon receipt, I shall +forward to each of you a copy of the reviews for your respective associate. In +addition they will be contacting you to discuss their participation in projects +outside their rotation. + +Those who are not assigned an associate may also allocate points (a max of 150) +at the meeting based on contribution to your areas for the first review period. +If anyone has any questions on the above please let me know. + +Kind regards, + +Karen. x54667 Shanna, I spoke with Per tonight about this. Let's talk tomorrow. +Thanks. Michelle + +This is the background to my conversation with Shanna. I have a copy of the +document I can give to you tomorrow. Thanks for following up on this. Per + +Per - + +I did not hear back from Shanna or Sharon Butcher. Could you please ask Shanna +to take this situation to Sharon tomorrow? + +John, Per and I discussed the hostile environment issue and we are both +concerned that we may have some repercussions. I am vacation until the 22nd but +Per is up to speed and I would like to make sure that you keep up with him and +any HR / Legal activity that may occur. Thank you + +Paula Let's discuss exactly what is involved here -- confidentiality, etc. +Thanks. MHC + +Hi Ya'll, I wanted to let you know about this before I respond to her request. +Let me know if you have any questions. Regards, Sandra Kathy McMahon suggested +that I contact you in an effort to gather information on: Enron's Affirmative +Action Policy and plans; as well as demographic analysis of workforce (gender, +age, ethnic origin, nationality) Jeff Skilling has agreed to work with Harvard +Business School (HBS) on a 5-year case study called 'Modern Giants'. HBS will +shadow Enron and a number of other companies over the next five years to assess +how we react to market changes and to see how we morph during this time period. +Please let me know at your earliest convience if you can help me. Regards, Cindy + +please print all these for me. Thanks. MHC Ryan, Try this. bob k + +FYI re: NEPCO picketing issues. Michelle + +Michelle, + +Two in one day. We understand that the pipe fitters are also planning to picket +the Lake Worth, Florida project as well. Our execution team needs to get some +guidance and planning for this picketing should it interfere with the progress +of the work. In that respect, we need to dial in Rick Johnson and Olgletree to +plan and communicate that plan to the execution team. I think the first step is +a call between yourself, me, Mark Stubley and Mike Indivero. And then another +call with all folks or a meeting at the jobsite to lay out the plan. Barbara, +please organize a call for Mike, Michelle, Mark Stubley and me. Thanks. David, + +I have been advised by our Construction Manager, Mr. Joe Osler that while he was +visiting the City of Lake Worth Building Planning and Zoning dept regarding our +permit status he learned that the pipefitters have inquired about permit +requirements to picket our site. Apparently the City informed them that no +permit is required. I have heard that the pipefitters have established a picket +line at the Payne Creek site today. We will need local legal counsel to assist +us in this regard. Mike Indivero, I understand that Mr. Mike Croall's release +date from NEPCO is Oct 31, 2001. Please advise as to who his replacement is and +their report date. Thanks, + +Galen J. Torneby Project Manager National Energy Production Corporation (NEPCO) +11831 North Creek Parkway North Bothell, WA 98011 USA Tel: 425-415-3052 Cell: +425-922-0475 Fax: 425-415-3098 email: +mailto:galen.torneby@nepco.com + +Rick Hopkinson@ENRON_DEVELOPMENT 09/16/99 10:07 AM Sara, trading is still not +settled. + +Thank you for the invitaion to the conference call. I would like both Lynn and I +to participate. I assume we should come over EB. Can you tell us where. Thanks + +Rick ,Do you want us to come over to the Enron b in your call. Could Sara +Shackleton@ECT 09/16/99 08:55 AM Have you decided who will be assisting tax-wise +for these two countries? + +I have a conference call this afternoon at 3 pm (Houston time) with Antonio +Felix de Araujo Cintra from the Tozzini firm regarding further research on +derivative products for trading in Brazil. Attached is a summary of products and +the various Enron groups seeking answers. If you would like to participate in +person or by conference, please let me know. I will be in Sao Paulo from Sept +20-22 and Buenos Aires from Sept 23-24. In Brazil, I will be meeting again with +Tozzini lawyers. In BA, I'll be meeting with Marval lawyers. Let me know if you +would like to participate in any way. + +Sara + +please try to verify. Thanks. Sara Sara Shackleton 09/16/99 10:16 AM How about +Friday, Sept. 17, at 9 am (Houston time) which is 11 am (Sao Paulo) time? Please +advise. Sara ___________________________________________ Warning NOTICE: This +message is confidential. If you have received it by mistake please let us know +by reply and then delete it from your system; you should not copy this message +or disclose its contents to anyone. Thank you. + +- Em-enro2.doc + +The call was cancelled. I am waiting to hear about a possible call Friday +morning. Sara + +Andrea Bertone@ENRON_DEVELOPMENT 09/15/99 04:41 PM Yes. If something happens +that I'm not able to participate I'll let you know. Thanks. + +Sara Shackleton@ECT 09/15/99 08:15 PM This call has been changed to 3 pm +(Houston time) which is 5 pm (Sao Paulo time). Please let me know if you would +like for me to conference you in. Sara The draft you received has been approved +by Dan. If you would like this executed, please let me know. Sara Daniel R +Castagnola@ENRON_DEVELOPMENT 05/17/99 01:47 PM Sara: + +Looks good. + +Dan + +Sara Shackleton@ECT 05/17/99 11:23 AM Dan: please see if the attached draft +works. My extension is 35620. Sara As a result of our luncheon with the confirm +desk yesterday, could someone develop a comprehensive list identifying all +omnibus attachments? If you think any other pertinent information could be +included, please feel free to add it. Thanks. Sara I e-mailed your assistant +earlier this morning and have had no response. + +Can we reschedule the phone call for 9 am (Houston) which is 11 am (Sao Paulo) +on Friday, Sept. 17? Please advise. Sara + +The conference call has been rescheduled for Friday, Sept. 17 at 9 am (Houston) +which is 11 am (Sao Paulo). I will initiate the call. If anyone would like to be +conferenced in or attend in person, please let me know. Thanks. Sara + +I am forwarding to you guidelines prepared for global products trading. It's a +good starting point. I am currently working on guidelines for Argentina which +will address both physical and financial trading. Other "guidelines" exist in +limited form for the remote offices in Singapore and Australia. I am checking on +London. I'm not exactly certain as to what you are looking for. Obviously the +foreign offices have issues that may not apply in the US (although LA. is about +as close as you can get to a third world country). One thing that doesn't show +up in the attachment is the swap eligibility issue. Let me know how I can help +further. Sara + +Janice Moore 09/03/99 01:57 PM Here it is -- we printed this 2-sided and +laminated it. Becky will bring you the hard copy version. Lunch date later. + +see below. It looks like the 2-day L/C issue is an issue. I'll call you shortly. +Joseph Manogue at Tiger called me last night to say he had finally reviewed the +draft ISDA doc with all agreed changes put in and lined from original. He faxed +it to you and will have the original Fedexed overnight. Hope you'll have time to +review it today. S&S has again asked about the gtee and l/c wording. They do not +have anything from us in writing confirming the agreed changes. Joe asked that +you fax the revised gtee wording that has been agreed (I believe it was our +agreeing to reduce the claim period from 15 days down to 5) and the new l/c +wording (drops the 2 day period to replace an l/c with a different bank if the +first refuses to pay). I know we talked about these issues earlier, but Tiger's +lawyers want to get everything agreed in writing now so final docs can be issued +for signing, even if we are the one's issuing the gtee and l/c. Thanks! Call if +you have questions or if I can be of any help. There is an outside chance we +could have everything set to go this week. With best regards, Per + +Hi back! and Happy New Year too! To what do I owe this small pleasure? I'm fine +in Texas, still hanging out with Phoebe and Chloe, working hard, etc. Where are +you living these days? N.O.? Atlanta? Memphis? Eleuthra? St. Petersburg? Amelia +Island Plantation? I've simply lost track! As for me, well, I lead the simple +life, own a little house in West University, own a little car (I had to buy a +new one recently - the 14-year old 380 SE started scaring me a bit), you know, +the usual. Are you selling burgers up and down the east coast? Have you gone +international? In a new franchise business? How's your family? Got to get back +to work! This weekend I'm off to Sao Paulo and Buenos Aires on business. SARA + +SamChawk@aol.com on 09/11/99 07:48:44 PM Sara- Happy New Year, stranger! Hope +all is well. Do you miss me? SAM + +Mark Elliott tells me that you drafted some trader guidelines (physical and +financial) for the London traders. I am trying to develop similar guidelines for +the Southern Cone regions (first Argentina) and thought your expertise would be +very helpful. Could you send me a set? I'm leaving for Sao Paulo on Saturday but +I will be in the office tomorrow. Thank you for your help. Regards. Sara + +(if .....) (iii) definitive agreements acceptable to Party A in its sole +discretion regarding the debt and all other aspects of [the project to be owned +by Party B], including but not limited to the senior debt facility, commitments +and all project documents, have been fully negotiated and executed and the +[project] has been brought to financial close. fyi Robert Quick 09/17/99 04:50 +AM Sara, here are the trader guidelines I developed for UK gas, UK power and +Nordic power. + +I assume you need both gas and power. These are to some extent country or market +specific. As these guidelines need to be approved by Houston, I am copying this +to Mark, Alan and Jeff. tks + +Sara Shackleton 09/16/99 09:48 PM Mark Elliott tells me that you drafted some +trader guidelines (physical and financial) for the London traders. I am trying +to develop similar guidelines for the Southern Cone regions (first Argentina) +and thought your expertise would be very helpful. Could you send me a set? I'm +leaving for Sao Paulo on Saturday but I will be in the office tomorrow. Thank +you for your help. Regards. Sara Please review the attached memo to verify that +I have identified all of the products that you are interested in trading in +Brazil. I will be in Sao Paulo on Monday, September 20, 1999. Thank you, Sara + +JMB 12/22/2000 06:28 PM Parties, attached is the promised +ruling that provides procedural guidance for the hearings on 12/27 and 12/28. +The ruling will also be posted on the web site as quickly as possible. Thank you +for your patience and I hope you can take a few moments to enjoy the holidays. +--Angela Minkin Administrative Law Judge <<1%P701!.doc>> Note that this +communication is confidential, covered by CA's settlement rules. "Lindh, Frank +(Law)" 12/21/2000 07:50 PM Confidential Settlement Document Per +CPUC Rule 51 Gas Accord II Settlement Participants: + +Attached is PG&E's Gas Accord II (GA II) Settlement Proposal. We believe it +addresses many of the issues and concerns you have raised in the workshops. As +an overview, this proposal: * Maintains the basic Gas Accord structure in place +today for the period 2003 to 2007. * * Offers end user transportation rates for +2003 lower for most customers than rates in effect today. * * Provides for +vintaged Redwood path rates for core customers. * * Offers a 7.5 cent/dth rate +to large customers while minimizing rate changes to other customers, minimizing +the incentive for these customers to seek to bypass local transmission charges +and other CPUC-approved charges. * * Adopts guidelines to improve reliability +and help moderate prices in gas commodity markets, and identifies the capital +projects needed to meet these guidelines over the course of the GA II period +(2003-2007). * * Provides a high degree of rate stability, with a 3.5% escalator +to capture both inflation and the cost of needed capital projects. The +guaranteed rates will be adjustable only for significant changes in the cost of +capital or increased costs due to governmental requirements or catastrophic +events. * * Preserves a rate differential between the Redwood and Baja paths, +although somewhat less than the current differential. * * Proposes a two-stage +open season for firm transportation services beginning in 2003, with end users +receiving a first option on available capacity. * * Maintains the core +aggregation program with some adjustments. PG&E also anticipates that the Core +Procurement Incentive Mechanism (CPIM) will be similar to today's mechanism, but +will reflect the somewhat larger capacity holdings needed to meet anticipated +increases in core demand and to meet a 1-day in 10-year cold weather event. This +also will serve as a reminder that an all-Party meeting is scheduled at PG&E's +headquarters in San Francisco on January 10 and 11, to discuss this proposal and +to respond to your questions. We look forward to answering your questions and +receiving your feedback. The attached documents include the GA II Settlement +proposal, an Attachment (a copy of PG&E's proposed Gas Rule 27), and a set of +supporting workpapers. Finally, please note that the Settlement document and the +Attachment are in "Word 2000" format. We would be glad to provide the same +documents in an earlier version of Word, upon request by individual Parties. We +look forward to seeing you on January 10-11. In the meantime, we extend our best +wishes for a safe and happy holiday season. Frank Lindh Ray Williams (415) +973-2776 (415) 973-3634 <> +<> <> Greetings Judge Minkin: + +This is to inform that a representative of Enron Corp would like to address the +Commission on the issue of utility rate stabilization plans at the Commission's +hearings scheduled for December 27th and 28th. Thank you. + +Sincerely, Jeffrey Dasovich Director, Enron Corp Attached is a draft of the +talking points for the Commission's hearings. Few points: Our time is likely to +be limited to 5-10 minutes. Mike Day, our outside counsel, will make the +presentation on our behalf. Mike Day is fleshing out the legal details of our +presentation and he will forward that along for folks review later today. +Comments can be forwarded to me via email, pager (888.916.7184), voicemail +(415.782.7822), or home (415.621.8317). We will finalize the message points on +tomorrow's daily call (10 AM CST). The call in number is 800.713.8600. Code is +80435. The Commission's hearings begin tomorrow at 10 AM (PST). + +Jeff Dasovich Sent by: Jeff Dasovich 12/26/2000 03:15 PM Attached is a draft of +the talking points for the Commission's hearings. Few points: Our time is likely +to be limited to 5-10 minutes. Mike Day, our outside counsel, will make the +presentation on our behalf. Mike Day is fleshing out the legal details of our +presentation and he will forward that along for folks review later today. +Comments can be forwarded to me via email, pager (888.916.7184), voicemail +(415.782.7822), or home (415.621.8317). We will finalize the message points on +tomorrow's daily call (10 AM CST). The call in number is 800.713.8600. Code is +80435. The Commission's hearings begin tomorrow at 10 AM (PST). + +Nice job. Going to be a wild ride. + +That's a very good point. I'll make the change. + +Best, Jeff + +Harry Kingerski 12/26/2000 03:33 PM Jeff - instead of suggesting a specific rate +increase - 10 or 15 %, I think we should acknowledge that a "modest" increase +may be necessary and may in fact be desirable - but that the specific amount of +increase should be reasoned and subject to well thought out evidence and +hearings, not just determined by whim. In general, we should not be overly +prescriptive at this point and I know you agree with that. Otherwise, I think +you have captured the points excellently. We're in the process of developing a +strategy to take us through the next few months. But while the (otherwise +perishable) thoughts are still fresh in my mind from the hearings on Monday and +Tuesday, I wanted to throw out some observations for discussion in the +days/weeks ahead. OBSERVATION--The pressure to finger somebody for "price +gouging" is increasing. The administration is hell bent on finding a "fall guy." +The price spikes pose real political risks for Davis and he and his folks need +and want an easy way out. His press release following the hearing renewed the +call for "refunds." On my panel, Loretta Lynch asked Reliant and Duke to supply +her with the details of the contracts they cut to sell their power forward to +marketers. And Carl Wood's remarks were extreme. At the Barton hearing, a +liberal democrat (Filner) and a conservative Republican (Hunter) locked arms in +calling for refunds. Bilbray joined the "gouging" band wagon. The utilities +repeatedly called on FERC to do a "real" investigation, with hearings, +testimony, data discovery---the works. On the positive side, the FERC +commissioners lauded Wolak, his analysis, and his remarks on the panel. Wolak +said somewhat emphatically that the nature of California's market structure +makes it impossible to single out a single participant as the culprit. He also +stated that just everyone's just acting in their own self-interest, responding +to the screwed incentives embedded in the structure. IMPLICATION--It seems +prudent for Enron to understand better its risks of getting fingered. In the +best case, the clamoring for a "refund" subsides. In which case, the only cost +to Enron is the internal cost incurred to understand better the risks of getting +fingered. In the medium case, investigations find that Enron (like others) +"played by the rules," but the rules stunk, and Enron profited at the expense of +California consumers. You're right, Sue. Rates can't go up w/out declaring the +rate freeze over in some fashion---trying to finesse it. Thanks very much for +the comments. Harry also had a good comment---don't specify the amount of rate +increase in our comments; rather note that the rate increase needs to be +well-reasoned and based on facts and evidence. Will make that change. + +Shawna Johnson@ENRON 02/22/2001 04:37 PM This is a request for your interview +participation. The Associate and Analyst Programs will be on the Penn, +undergraduate campus interviewing summer Analyst interns next week. Due to +business reasons, previously scheduled interviewers from the Penn team have had +to cancel their participation. Currently, I need three interviewers for +Thursday, March 1st and one interviewer for Friday, March 2nd. Please let me +know of your availability. Campus interviews are scheduled as follows: + +Place: University of Pennsylvania Date: Thursday, March 1st Friday, March 2nd +Day One Interviews Day Two Interviews Where: On Campus Inn at Pen Time: 8:00 - +5:00 8:00 - 5:00 Interviewers: Kevin McGowan- confirmed Jen Fraser- confirmed +Margaret Rhee- confirmed Chris Hilgert- confirmed In the event that you have +scheduling conflicts and cannot participate, any referrals at the Director or VP +level would be greatly appreciated. As always, thank you for your time and +please contact me @ ext 58369 if you have any questions. Shawna Johnson +Recruiting Coordinator Sorry about that before. I'll not say anything. + +Best + +Jeff + +"Scott A. Kushnick" 01/26/2001 12:48 PM Please don't mention +my NY trip to anyone. Keep in touch. + +Scott + +thanks for the update. have you gotten a price? + +Doug Leach 01/25/2001 09:40 AM fyi Tom Byargeon, Kevin Miller and Ken Loch in +ENA are working with producers in the US involved in deep water offshore +Louisiana/Texas oil and gas drilling projects. This financing activity was +primarily started to help ENA secure long term well head and pipeline natural +gas supplies to supplement the gas trading desk activities. Just like what +happened in Enron's initial VPP program they are find more interest in oil +drilling projects rather than natural gas projects. They are currently working +on a bid (due 1/31) for the Medusa project which involves Murphy (operator), +Agip and Callon in Mississippi Canyon Blocks #538 and #582. The initial +reservoir reports estimate reserves of 80-120 million barrels of sour crude and +they estimate initial production to be 40,000 bpd starting in 1Q 2003. Quality +is estimated to be a Mars type crude with 25-27 API Gravity and 1.5-2.0% sulfur. +Plans are to build a private pipeline to Equilon's West Delta #143 platform and +then bring the oil onshore. Peggy is finding out where WD #143 pumps to onshore. +Tom's group would like to know if we have any interesting in buying the crude on +either a fixed or floating basis. The floating could be tied to a Platt's index +or the NYMEX. It is far too early to expect Murphy to enter into a physical or +financial contract, but Tom hopes to get us first and/or last look from Murphy +when the time is right. Another alternative is to give Murphy barrels at their +95,000 bpd Meraux, Louisiana refinery in exchange for the new production +barrels. Could someone in your group please give me a notional non binding basis +differential for this quality of crude for Cal 2003? please print Amanda +Huble@ENRON 01/24/2001 01:02 PM Please address, and I'll check with Legal as +well. We typically only book deals when everything is signed off. Jeff David +Hoog 01/26/2001 09:37 AM following up on our discussion yesterday; for these +types of deals, i dont think its necessary to have all the documentation of our +counterparty's authorization to enter into the agreement. these are short term +transactions and requiring this documentation will cause us to lose business +because competitive alternatives do not have such burdensome requirements. the +primary reason we need these things is for the scenario where a muni does a +derivative deal with an open-ended downside, loses $50 million, and then claims +that it was not a valid contract. in our case, they are only hedging. we are +collecting a premium up front and their total cost is known up front. therefore +they will not attempt to make this claim. even if they did, our risk is limited +to the premium , not some big payout. the risk of losing business is far greater +than the risk of a counterparty trying to get their premium back. seems like a 5 +second decision to me. + +is it possible to combine the standard isda and our confirm into a single long +form? by going away from the standard isda maybe we can eliminate these +requirements because the payout liability is only 1-way. please print +RusAmArts@aol.com 01/26/2001 11:57 AM Dear Mr. Shankman, Thank you very much for +your quick reply. Attached is my resume. I highlight the relevant skills in the +summary. The position is with the EES MMC EAST department / WHOLESALE, RETAIL & +COMM, ENRON ENERGY SERVICES. It was posted on Dec. 11, but the Human Resource +dept said that if it is still on the internet, it is open. Look forward to +hearing your comments / suggestions. Regards, Rina + +- ENRONR~1.DOC + +Yikes! That girl's mother sounds like a real problem. I'm not sure how I would +have handled it. How's school going? Any plans for the weekend? + +Alma Martinez@ENRON 01/26/2001 11:36 AM What happened? Here's a story...as I was +waiting at the bus stop (7:35am) to go to school, a lady approached me and asked +if I'd make sure her daughter got on a certain bus. The mother was running late +for work and could not wait. I couldn't say no...so Nicki (the little girl-10 +yrs. old) and I waited for the bus. It was now, 8:15 and there was no sign of +her bus. On top of things, I had quiz at 8am. Which I then realized I missed. I +decided that Nicki would just have to wait on her own. I asked her if she had +any relatives that would want to know of her whereabouts. I called her +grandmother and explained things to her. Pretty strange...aye. A bus that runs +through UofH arrived and I almost got on without her, but I couldn't do it. +Finally, I told the little girl that she would have to accompany me to school +(8:30am). There were only 15 minutes left of class. I stayed for the remainder +of the lecture. After class we went back to bus stop and within minutes her bus +arrived. I told the bus driver where to drop her off. I notified her grandmother +with the time of the departure. And I was relieved when Nicki called to let me +know she was home safe. Please send the memo to the EGM business heads as well. +Thanks. Jeff + +Jana Giovannini 01/26/2001 10:51 AM Actually, Jen has volunteered for the +afternoon session. I spoke to her prior to my note. Is there anyone else in EGM +that could participate? Please let me know. Thanks. + +Jen, please take care of this for EGM Jana Giovannini 01/24/2001 11:42 AM All, + +The Analyst and Associate Programs recognize we have many Analyst needs that +need to be addressed immediately. While we anticipate many new Analysts joining +Enron this summer (late May) and fulltime (August) we felt it necessary to +address some of the immediate needs with an Off-Cycle Recruiting event. We are +planning this event for Thursday, February 15 and are inviting approximately 30 +candidates to be interviewed. I am asking that you forward this note to any +potential interviewers (Managers or above). We will conduct first round +interviews in the morning and the second round interviews in the afternoon. We +need for interviewers to commit either to the morning (9am-12pm) or afternoon +(2pm-5pm) complete session. Please submit your response using the buttons below +and update your calendar for this date. In addition, we will need the groups +that have current needs to commit to taking one or more of these Analysts should +they be extended an offer. Thanks in advance for your cooperation. Thank you, +Jana + +Where does our 50% (the 1.65 million dollars) show up? Can you provide me with +more details? Great job, guys. + +Eric Gonzales 01/25/2001 02:02 AM Great job gentlemen! This deviation shows that +Eco definitely has a significant amount of option value which can be exploited +with quick reactions and favourable market movements. Eric Wayne +Perry@ENRON_DEVELOPMENT 25/01/2001 00:20 Finally completed tonight + +Net to Enron LNG Marketing Company - $ 272,000 ( $0.10/ mmbtu ) Net to Eco about +$3,300,000 ( Enron 50% share about $ 1,650,000 ) Enron total gain not counting +ENA's trading desk margin is $1,922,000 Not bad for a single cargo. + +Wayne + +Jen, please take care of this for EGM + +Marianne: The following are my comments: 1. In Section 1.1, there should be a +parentheses after etc. in the 5th line. + +2. In Section 3.1, in the last sentence after the proviso insert "a" before the +word "change" and after the word "in". 3. In Section 6.1, change 20 Business +Days to 20 days. Also, add a semicolon at the end of clause (i). 4. In Section +6.2.1 I'll just note that the discount rate sentence I think is still an open +issue. 5. In Section 6.3, clause (c) should be reworded to fit with the language +in the beginning of the Section. 6. Capitalize the word "facility" in the +definition of Average Annual Load Factor. 7. Delete the definition of Costs as +it is already defined in Section 6.2.1. + +8. Where is the defined term Govt Authority used? + +9. In the GTC, the ECP rep should also apply to EESI. Also, in the 7th line of +the reps add the word "into" after the word "entered" and before the word +"this". 10. In Collateral Requests, insert a comma after deposit in the last +line. I will also add granting/perfection language. 11. In Events of Default, +clause (a) refers to a dispute section which I'm not sure exists. In clause (e), +delete the "s": from the word consolidation. + +12. Remedies should be deleted as it is already covered in Section 6.1. + +13. In UCC/Disclaimer of warranties, add a clause (c). + +I would add setoff language. Carol St. Clair EB 3889 713-853-3989 (Phone) +713-646-3393 (Fax) carol.st.clair@enron.com Marianne Castano@EES 05/30/2001 +11:05 AM Carol: + +I have attempted to incorporate the changes that Jim has incorporated in our +long form power agreement which ENA has suggested to date into the short form. +Attached please find a sample short form (for the Con Ed market) for your +review. Please note the following as you review: + +1. The short forms do not contain the optionality relating to our performing +billing services -- all of our midmarket forms anticipate that we will act as +customer's billing agent and that we will collect all amounts due related to T&D +and the like from the customer (and reflect same on our invoice) and pass those +amounts on to the customer's utility. 2. I did not include a "Setoff" provision +in this draft, mainly because the vast majority of the time, we will not, nor +will an affiliate, have another agreement in place with these customers. If you +feel strongly about our including a setoff provision, we will do so. 3. The +change in law provision reads a bit differently from the long form -- the +thinking here is that the long form language is very lengthy and rather harsh +(and we've had great difficulty selling it in the past). Taking into +consideration this class of customer, we decided to include certain items, +including our inability to cover our costs due to a change in law, rules or +practices as a "force majeure event" in an effort to soften the approach (see +the GTCs). Also we do not address calculation of a termination payment in the +event of a change in law as the long form does -- again, more in the interest of +"saving space" than anything else... Let us know your thoughts on this document +and if you are comfortable with our using this until such time as the hybrid +form is launched. If you are comfortable, we will drive these changes into our +other midmarket power forms. Thanks again for your help with this project, + +Marianne + +P.S. Please be sure to copy Sarah Dietrich and Jennifer Hillegonds on your +response -- they will be taking this project during my "hiatus" -- I am moving +to PA on Friday of this week, and will be out of pocket through approximately +7/16. I will start up again in mid-July... + +John: I have faxed to you the form of Bond, our proposed Bond provisions and the +EEI Master. I am waiting on the confirms and will send them to you shortly by +fax or e-mail. Carol St. Clair EB 3889 713-853-3989 (Phone) 713-646-3393 (Fax) +carol.st.clair@enron.com Carol St. Clair EB 3889 713-853-3989 (Phone) +713-646-3393 (Fax) carol.st.clair@enron.com Carol St Clair 05/31/2001 09:01 AM +Phyllis: Our letter of credit person would be more comfortable if we deleted all +of the language that makes the LC transferable. + +Are you okay with that? If so, are we ready to execute? Carol St. Clair EB 3889 +713-853-3989 (Phone) 713-646-3393 (Fax) carol.st.clair@enron.com lemelpe@NU.COM +05/30/2001 03:00 PM Carol: + +I understand that we are still reviewing the attachment that lists the open +transactions. How are you making out on the revised version of the LOC? +Marianne: In addition to my other comments on the Mid Market Power Form, I think +you should add a forward contract rep. Carol St. Clair EB 3889 713-853-3989 +(Phone) 713-646-3393 (Fax) carol.st.clair@enron.com Christie or Cass: Are we +playing tomorrow at 9:30? + +Carol St. Clair EB 3889 713-853-3989 (Phone) 713-646-3393 (Fax) +carol.st.clair@enron.com Rhonda: As I mentioned in my e-mail, John Lepore at +Select Energy (Settlements Group) is trying to reconcile our list with his list. +He needs more info about these trades (i.e., price info) and would like to talk +with you about it. His number is 860-665-2368 and e-mail address is +leporjj@selectenergy.com. Once we agree on the list, we can sign the EEI Master. + +Carol St. Clair EB 3889 713-853-3989 (Phone) 713-646-3393 (Fax) +carol.st.clair@enron.com Rhonda L Denton 05/25/2001 12:45 PM Here's everything +that flows from 5/1/01 forward. + +Carol St Clair 05/25/2001 12:01 PM We need to include all outstanding +transactions. Thanks. + +Carol St. Clair EB 3889 713-853-3989 (Phone) 713-646-3393 (Fax) +carol.st.clair@enron.com Rhonda L Denton 05/25/2001 11:45 AM Do you want 6/1/01 +and forward or do you want to include all of May since they have not been +settled? Just let me know and I can send you a new attachment. Carol St Clair +05/25/2001 10:56 AM Rhonda: Does Attachment A to the Select EEI Master need to +be updated or is the version that you sent to me the current version? Carol St. +Clair EB 3889 713-853-3989 (Phone) 713-646-3393 (Fax) carol.st.clair@enron.com +lemelpe@NU.COM 05/25/2001 10:44 AM Carol - I think Valerie Mooney (our credit +person) and Ed Sacks are still discussing some minor fine tuning of the LOC +format. I spoke to Bob Bruce this morning - we're all set on the language in the +Schedule to the ISDA, and there is a minor credit/billing issue in Paragraph 13 +related to the timing of transfer of interest on collateral that Val will +discuss with Ed as well. As far as the EEI goes, the only remaining issue that +I'm aware of (aside from finalizing the LOC) is whether we've finished +coordinating the Attachment containing the list of prior transactions. Sounds +like we may actually get these documents executed early next week. Phyllis +Lemell + +Carol St. Clair EB 3889 713-853-3989 (Phone) 713-646-3393 (Fax) +carol.st.clair@enron.com Rhonda L Denton 06/01/2001 03:20 PM I am missing Deal +No. 74419 on your sheet. It is Enpower No. 295870. Will fax. Rhonda: Thanks so +much for your help on this. + +Carol St. Clair EB 3889 713-853-3989 (Phone) 713-646-3393 (Fax) +carol.st.clair@enron.com Rhonda L Denton 06/01/2001 03:20 PM I am missing Deal +No. 74419 on your sheet. It is Enpower No. 295870. Will fax. Carol St. Clair EB +3889 713-853-3989 (Phone) 713-646-3393 (Fax) carol.st.clair@enron.com Rhonda L +Denton 06/01/2001 03:20 PM I am missing Deal No. 74419 on your sheet. It is +Enpower No. 295870. Will fax. Phyllis: We can accept the language with your +chnages. Are we ready to execute? I am out of the office today but will be back +tomorrow. Please call me. thanks. + +Carol St. Clair EB 3889 713-853-3989 (Phone) 713-646-3393 (Fax) +carol.st.clair@enron.com lemelpe@NU.COM 06/04/01 08:38 AM Carol - Our credit +person doesn't understand why the transferability language needs to be +eliminated. It simply refers to the same ICC publication for the transfer +process that governs the letter of credit generally. Is there some specific +concern that we can address? + +Russell: Your comments to the transfer agreement were fine. With respect to the +Guaranty, I will delete the Schedule. Our system did not show any other chnages. +Were there any? Carol + +Yes. + +Carol St. Clair EB 3889 713-853-3989 (Phone) 713-646-3393 (Fax) +carol.st.clair@enron.com + +All, + +Please see the attached Interconnect Agreement with Questar. I wanted you all to +have a look at what we believe is the final draft. It is a fairly standard, +fully reimbursable interconnect with Questar. Transwestern will own and operate +the interconnect. You will notice that Questar has requested a "Payment Plan" +that details when they will pay Transwestern for the interconnect due to the +recent Enron events. If anyone has any questions or concerns about the timing of +these payments, please give me a call. Also, you will notice this interconnect +may not be subject to the CIAC tax gross up, but to protect ourselves, we have +added language in Para 3.2 that protects us financially if the IRS ever comes +back to determine that this interconnect is subject to the CIAC tax. Robert +Guthrie with the tax department has worked with us to develop this language. We +hope to execute this Agreement this week. If you have any comments, please let +me know. After execution, we will forward a final copy to you for your files. + +Thanks, Kim 713-853-3098 << File: Questar So Trails Hub Interconnect +02-05-02.doc >> Earl, + +We are looking at putting the metering facilities on their ROW (also, I think we +will have to purchase about 50ft of ROW from ElPaso to get to Questar's +property). As you look at this, if for some reason we cannot obtain ElPaso ROW, +we will have to look at Plan B which would be to put the metering on our ROW. +Our in-service date is May 1. If you think that May 1 may be difficult due to +receiving the parts/materials on a timely basis because of the issues that +vendors may have with us because of recent Enron events, please let me know. +Questar has already informed us that they would help obtain parts/materials to +our specifications if it helps achieve an in-service date of May 1. + +Thanks, Kim. + +Kim + +Has a location, Theirs or TW land/ROW, been settled and when is the required +in-service date? + +Thanks Earl Chanley 505-625-8031 All, + +Please see the attached Interconnect Agreement with Questar. I wanted you all to +have a look at what we believe is the final draft. It is a fairly standard, +fully reimbursable interconnect with Questar. Transwestern will own and operate +the interconnect. You will notice that Questar has requested a "Payment Plan" +that details when they will pay Transwestern for the interconnect due to the +recent Enron events. If anyone has any questions or concerns about the timing of +these payments, please give me a call. Also, you will notice this interconnect +may not be subject to the CIAC tax gross up, but to protect ourselves, we have +added language in Para 3.that protects us financially if the IRS ever comes back +to determine that this interconnect is subject to the CIAC tax. Robert Guthrie +with the tax department has worked with us to develop this language. We hope to +execute this Agreement this week. If you have any comments, please let me know. +After execution, we will forward a final copy to you for your files. + +Thanks, Kim 713-853-3098 << File: Questar So Trails Hub Interconnect +02-05-02.doc >> Are you back in the office yet? + +We've booked Italy tickets this week for departing Houston on Friday, May 24 to +Newark/Rome and returning on Sunday, June 9 from Rome to Newark/Houston. Ticket +price was $1,183 per ticket. Paul and Judy are on board. Can you and Tom join +us? Janell and Dennis will not be able to go anywhere in 2002 due to Janell's +broken leg. + +Please call me, let's discuss. + +Thanks, Kim X33098 John, sorry for the late response, but I think you can +implement immediately. I was in a meeting last week and this was discussed (I +don't remember if you were there or not) but I'm thinking that you may have +already proceeded ahead for implementation which is great, thanks! Kim. + +The telephony group has the new TW Hotline number and extensions ready for use, +I have the solution center entering the greetings and Terry Kowalke has a new +form and procedure for the Customer Service Reps. to use for updates. How much +notification would you like to give the TW customers before implementing the new +TW Hotline phone number? We can do a Popup notification along with changing the +number on the Web page, we can also put out a Critical message which will send +an Email to customers. Do you think we need to do more? + +Thanks: John Buchanan + +Yes, thanks. I was aware. I just couldn't remember if it was you or Terry. +Thanks, Kim. + +Kim, The new TW Hotline was implemented Monday which included customer +notification in the form of a Popup message in TMS and a Critical Notice which +sent an Email. The new Hotline phone number is 713-853-3044. I was under the +impression that Terry Kowalke had notified you of the implementation, TK was +also made aware. + +John Buchanan + +John, sorry for the late response, but I think you can implement immediately. I +was in a meeting last week and this was discussed (I don't remember if you were +there or not) but I'm thinking that you may have already proceeded ahead for +implementation which is great, thanks! Kim. + +The telephony group has the new TW Hotline number and extensions ready for use, +I have the solution center entering the greetings and Terry Kowalke has a new +form and procedure for the Customer Service Reps. to use for updates. How much +notification would you like to give the TW customers before implementing the new +TW Hotline phone number? We can do a Popup notification along with changing the +number on the Web page, we can also put out a Critical message which will send +an Email to customers. Do you think we need to do more? + +Thanks: John Buchanan + +Here it is. K. See the attached spreadsheet. Let me know if you have any +questions. + +Jan, + +These numbers are slightly different from the ones you put together a few weeks +ago. Are you comfortable with the difference? Any thoughts? No hurry, I was just +wondering. + +Thanks, Kim. + +Attached is the TW Top Ten Shippers by Revenues for the year 2001 to be reported +in the Browncover report. + +Note: + +Total transportation invoiced for 2001 was $180.9m. The amount of transportation +revenues recorded in the general ledger is $165.9m. + +This difference is mainly due to the following: $10.0m - negotiated rates +reserve(Reliant,Sempra, Richardson, Astr,and BP Energy) - $collected $ 2.7m - +SoCal rate issue - $not collected $ 1.8m - additional month of PGE revenues due +to prepayment invoicing beginning in 2001 - $collected Revenues for these +customers were adjusted according. Also, revenues for the shippers acquiring +released volumes from PGE at rates above TW's tariff rates were adjusted +accordingly. + +Please call me at x36709 if there are questions + +thanks, richard + +Kyle, Sorry for not sending this yesterday. Monday's are always tough. Please +review and let me know what you think. Let's talk before I leave town next +Wednesday. Thanks, Kim. Kim, Here is the Job Description and the Operational +Accountabilities for the position I mentioned to you last Sunday. As you can see +it will take someone with some very good skills in organizing and interpersonal +relationships. It will also require someone who is fairly mature in their own +spiritual journey. If you know someone who might fit the bill ask them to +contact me and/or send me their resume. See you Sunday. Tom Thomas W. Daugherty +Vice President for Spiritual Care Methodist Health Care System 6565 Fannin +Street, D-200 Houston, Texas 77030-2707 Office: 713-793-1429 Page: 281-735-5919 +Cell: 713-819-2784 Fax: 713-790-2605 Mansoor, + +Let's discuss. Kim. + +Kim + +The in-service date of May 1, will be very difficult to attain. Since the +bankruptcy filing, vendors have been very reluctant to ship material prior to it +being prepaid (Daniels, Fisher, Rosemont, other). These are the vendors of +instrumentation required for the interconnect. Questar may be able to purchase +material, but some of the items can have up to a 60 day delivery. (From time PA +approved and funded to in-service will be 75 days at most. We have worked with +Daniels on a chromatograph on another project and prepayment has taken 45 days +alone. Daniels is not set up for prepayments as they bill off an invoice and the +main office and accounting had to create an invoice for a chromatograph that had +not been delivered. Not the usual mode of operations. The I/C design is for a +UltraSonic meter and this is dependent on their testing schedule ( Canada or +Kansas are the only two places to test to 100% of design). Will confirm testing +schedule and delivery dates with UltraSonic ASAP. We will try to complete the +I/C with the earliest in-service date possible, but with conditions as they are, +a realistic date would be June 15, 2002. If you have questions or issues, please +let me know. + +Thanks Earl Chanley 505-625-8031 Earl, + +We are looking at putting the metering facilities on their ROW (also, I think we +will have to purchase about 50ft of ROW from ElPaso to get to Questar's +property). As you look at this, if for some reason we cannot obtain ElPaso ROW, +we will have to look at Plan B which would be to put the metering on our ROW. +Our in-service date is May 1. If you think that May 1 may be difficult due to +receiving the parts/materials on a timely basis because of the issues that +vendors may have with us because of recent Enron events, please let me know. +Questar has already informed us that they would help obtain parts/materials to +our specifications if it helps achieve an in-service date of May 1. + +Thanks, Kim. + +Listening to the Edison call w/investors Edison says they will pay everyone at +the same time ("big bang" approach) sometime in Q1'02. My concern is that +between now and then Dunn, the AG have the time and resources to make a +heckuvalot of mischief, which could be detrimental to generators/marketers' +claims. Investors are asking what Edison intends for QFs and generators--asking +about haircuts in particular--and Edison is side-stepping the questions. + +Great. Figured they'd contacted them, but wanted to make sure. You know when the +meeting with schedulers will be? I apologize, I'm on the road and haven't heard +when that will be. I'm thinking that I may want to attend. Thanks. + +Best, Jeff + +Thanks for the info - a few people from our shop will be in attendance./ + +If you haven't heard, SoCal's announced their abandoning windows for OFOs. +They're holding "workshops" on how it will all work soon. I'll get you the +announcement. + +Best, Jeff + +Probing the 'palace coup' Electricity: A panel focuses on price hikes and the +actions of the ISO president. September 26, 2001 By KIMBERLY KINDY The Orange +County Register SACRAMENTOA state Senate committee is set today to start serving +16 subpoenas on electricity producers and officials who manage California's +energy grid to determine whether they acted in concert to manipulate energy +prices. The investigative committee, headed by state Sen. Joe Dunn, D-Santa Ana, +is focusing on a series of events last fall filled with enough Shakespearean +plot twists and intrigue that it has earned a name around the Capitol: "the +palace coup." Lawmakers and consumer groups allege that the events - directed by +the man who heads the state's energy grid - fueled the California energy crisis, +pushed the state into the power-buying business and helped make billions of +dollars for power producers. The central question behind the palace coup is +whether Terry Winter, the president of the Independent System Operator, acted +alone when he took steps to remove key price caps designed to limit the amount +power generators could charge. Winter defied his own board and Gov. Gray Davis +when he filed a 50-page request to remove the caps, records and interviews show. +"I don't know how these events could have taken place without some concerted +effort," said Dunn. The subpoenas will force those involved, including Winter, +to provide sworn testimony about the events to the committee, and to turn over +e-mails, personal calendars and memos. Davis spokesman Steve Maviglio said the +governor felt "betrayed" by the actions of Winter. "The governor believes it was +the defining moment, when what was a mounting problem turned into an instant +crisis," Maviglio said. Winter refused comment, referring all questions to the +public relations office. ISO spokesman Gregg Fishman said Dunn's committee will +find no criminal conduct. The decision was made by ISO upper management with one +goal in mind: to keep the lights on. At the time, generators were refusing to +sell power in California because of the price caps. "It was an emergency," +Fishman said. "We had to take action.'' What became known as the palace coup +began on Oct. 26 when ISO board members voted for severe restrictions on the +amount of money electricity producers could charge for power. The restrictions +would drive prices as low as $65 per megawatt - nearly 12 times below the $750 +per megawatt limits of seven months earlier. "They (electricity generators) +grinned and beared the $750 price cap, but this new plan by ISO was too much," +said Dunn, whose committee has been investigating since March. "All hell broke +loose.'' Records show that on Oct. 31, power generators and electricity traders +filed letters with the Federal Energy Regulatory Commission, demanding that the +new plan be killed. The letters, six in all, were sent within two hours of each +other and represented dozens of power generators. "If not removed immediately, +the (ISO) price cap will sow confusion in the market, threaten reliability and +stifle new investment in generating capacity,'' read one letter written by Duke +Energy Vice President William Hall III. Although there is nothing illegal about +the generators acting together to lobby against price caps, Dunn believes the +letters and other actions around the same time showed clear coordination among +energy officials. He said the main aim of the subpoenas will be to determine +whether collusion occurred to "fix" prices, which would violate federal trade +laws. In the Oct. 31 letters, electricity producers told federal officials that +if price caps weren't removed it would lead to a collapse of the energy market. +The generators got their way. The next day, the federal commission killed the +new pricing plan. What was left in place was a $250 price cap established five +months earlier. Power producers then turned their attention toward killing that +cap, saying they couldn't make a profit even under these constraints. They began +to withhold power from California, and on Dec. 7 the ISO declared its first +Stage 3 emergency and braced for blackouts, which were narrowly averted. What +followed the next day is considered by the governor and Dunn to be the pivotal +moment of the energy crisis. Winter, who in his position as president and chief +operating officer of the ISO, submitted a 50-page emergency request, asking +federal officials to abolish the $250 price cap. Final authority over lifting +the cap rested with the federal government. Neither the ISO board, which had +established the price cap, nor the governor learned of Winter's actions until +the cap had been removed. In fact, the attorney who helped draft the emergency +request, Charles Robinson, was in a meeting with representatives of the governor +and ISO board members just hours before the filing was made. He didn't mention +anything about it. "In retrospect, we should have told them,'' Robinson said. +With the price caps gone, the generators filed paperwork with federal regulators +justifying higher costs. "The ISO staff sat in a meeting with the governor's key +energy advisers with poker faces, not saying a word about something that was +going on at the exact same moment,'' Maviglio said. "It was beyond belief that +they failed to mention something so significant. This action accelerated the +utilities' move toward bankruptcy and forced the governor to move the state into +the power-buying business." Prices for electricity jumped from an average of +$249 a megawatt to $700 a megawatt within three days, ISO records show. Dunn +believes the resulting overcharges for electricity exceeded $30 billion. +Robinson said the filing - granted two hours after the request - helped rather +than hurt Californians. Prices, he said, did not spike as a result. Instead they +followed the skyrocketing price of natural gas - which is used to run power +plants to generate electricity. Robinson said the emergency order allowed the +ISO to secure refunds should overcharges for electricity be proven to federal +officials. "We believe the action we took addressed a severe concern,'' Robinson +said. "In our view, we did not believe we changed or made worse the financial +situation. We felt we made it better because it introduced a process for review +and refund." Jan Smutney-Jones, who was the ISO board chairman at the time and +executive director of a group that represents power generators, said Winter did +not consult him about eliminating the price cap. Smutney-Jones also said he was +unaware of anyone in the power-generating community being consulted. "Terry did +this by himself,'' said Smutney-Jones, executive director of the Independent +Energy Producers. "He did what he thought had to be done at the time to keep the +power flowing." The ISO board called an emergency meeting the next week +demanding Winter explain his actions. Some board members pushed to have Winter +removed, but there were concerns such action would lead to more chaos, the +governor's spokesman Maviglio said. James J. Hoecker, the former Federal Energy +Regulatory Commission chairman, defended making the December decision and also +defended Winter. "They filed an emergency motion, and we were not about to let +California go dark,'' Hoecker said. "They (ISO management) did what any +independent system operator would do." What Dunn's committee hopes to learn is +why all these events transpired. He believes memos and e-mails around the time +of Winter's Dec. 8 actions should provide vital clues. "We don't know why he did +what he did, but we are eager to find out," Dunn said. "Terry said he made that +filing in the interest of Californians, but I find that argument has no basis in +fact.'' + +We should resurrect Mike Smith's note and get him on the call in the attempt to +avoid recreating the wheel on this one. I can dig it up if you'd like. + +Sue and Jeff -- + +I am having a meeting with Vicki and Janet Dietrich on Thursday to discuss our +view on the ability to extend our current contracts in CA (for customers already +on DA). Can we discuss this today or soon thereafter. + +My take is that the UDCs will be indifferent to this (maybe?) and our #1 +priority is to work to get the PG&E model adopted across the state. Any news on +how SCE and SDG&E will move forward? + +Thanks. + +Sounds good. + +I suggest a "blind draw" on the teams, best ball not scramble on the golf, and +as for the wager, no emails from the losing team for one week! Is there any +question? I'll leave to Steve to structure the deal. As I recall, Montavano, +Shapiro and I usually make up one team, but I'm willing to switch around a bit. +Best, Jeff Are you playing golf? And if yes, what's the game and wager??? + +Jim + +"Neal S. Manne" 11/28/2000 06:16 PM It's a two way +street, of course. Have they expressed any interest in negotiating? There is +nothing wrong with a REAL negotiation, but nothing particularly helpful about +generating one that s just for show. Particularly in the absence of any entreaty +from them. + +Where is the "simple" explanation of the transportation piece? + +As I have told RNR, I think we should advise Duke in writing that its IP is not +in conformity with the contract, sinceit is in the alternative, and that our IP +is hence the only one that will be before the arbitrators (since Duke clearly +cannot change it's ineffective IP at this stage, having already seen ours). +Accordingly, the only issue left for arbitration is whether our IP (the only one +and therefore the one they have to choose) is or is not an economic hardship +under the contract. What say ye? + +none + +Susan Rance@ENRON 11/28/2000 03:58 PM By Friday December 1st, could you please +tell me the percentages/amount of time you spent on East Coast Power during the +months of October and November. In addition, could you look over the list below +to see if there are any additional employees in your group that spent time on +ECP, so we can ensure we bill all of our used resources to ECP. Thanks for you +cooperation. ***Mary Perkins - Could you forward the number of transactions and +accounts. ***Jason Chumley - Could you forward the number of contractor hours +and help/remote support hours. HR - Veronica Parra, Nedre Strambler, Fran Mayes, +Felicia Solis Legal - Bob Carter, Travis McCullough, Lisa Mellencamp, Shelia +Tweed, Richard Sanders, Michelle Cash Corporate Finance- Joe Deffner, Brain +Kerrigan, Lewis Worthy, Mary Perkins IT- Jason Chumley Structuring/Technology - +Brad Alford, Chris Coffman, Bill Keeney Insurance- David Marshall + +Susan + +Looks good + +Steve Van Hooser 11/28/2000 11:34 AM Richard, + +How does this look? If I can get a few minutes with Mark H. today, I'm going to +propose that I speak to Stan Klimberg about getting this signed before +Thursday's meeting with LIPA. Thanks for your help this morning. + +Steve + +In the three years I have been here, I am unaware of an ENA/ECT bad faith claim +against any insurance company. Anyone else? If so, please contact Michelle. +Michelle Blaine@ENRON_DEVELOPMENT 11/28/2000 07:35 PM Justin, I have no +knowledge of any bad faith actins Enron has pending inTexas but I will call +Richard Sanders who manages domestic litgation here. I've read the materials you +sent and agree we need to address these allegations appropriately. Richard do +you have any bad faith litigation pending against any insurers in Texas or are +you aware of any Enron has filed?? We sued Houston Casualty last year but I +don't recall making any bad faith claims. It settled anyway, a long time ago. mb + +Michelle, Did you get my fax on Friday? I guess the questions on which I should +like your steer are: (a) Do you have a particular sensitivity about the +reference to bad faith proceedings made by United India? (b) Is it right that +Enron has 3 sets of bad faith proceedings in Texas? (c) Are you happy with the +draft letter to Beachcrofts I sent you? Please give me a call if you would like +to discuss. + +Justin + +Not when I was there, but I wasn't there the whole time. + +Michelle and Ken, + +were you able to discuss the "bad faith" proceedings issue yesterday? If you got +the chance today, I should be really grateful if one of you could give me a call +to discuss this issue; I think we should set out DPC's position clearly on this +in correspondence without too much delay. Justin + +____________________________________________________________ + +This message is confidential. It may also be privileged or otherwise protected +by work product immunity or other legal rules. If you have received it by +mistake please let us know by reply and then delete it from your system; you +should not copy the message or disclose its contents to anyone. +____________________________________________________________ + +Address this to Robin Gibbs for my signature. Thanks. Russell Montgomery@ENRON +11/28/2000 08:22 AM Richard- + +Per my voice mail, here is the letter. As I mentioned, please let me know when +it is ready, and I will send someone to pick it up. Thank you for your help. +Russ 3-5297 brianp@aiglincoln.com + +Rob Jacobs 11/28/2000 11:25 AM Hi Rich, + +Have you heard if the Kinga has had little Brian II yet? Also, remind me of +Patterson's email, so I can harass him directly. Hope your pre Chanukah planning +is going well. + +Rob + +- C.DTF + +As you can tell from the time of my e-mail, I am getting crushed. Please ask her +to be the contact person. Robert C Williams@ENRON_DEVELOPMENT 11/28/2000 09:46 +AM Now that Michelle is in your fold, do you want to reconsider her being the +contact person with AAA on this? I am sending you a letter from their atty. Call +me to discuss. + +Cheryl Marshall 11/27/2000 10:25 AM As of today, we have not received payment in +full as requested in Richard Sanders' letter dated November 16, 2000. We did +receive a payment for $3,202.61 on 11-20-2000. Richard - please let me know what +we need to do next to file suit. Nuria_R_Ibarra@calpx.com on 04/28/2000 11:15:11 +AM The attached letter is being sent to you from Patricia Gillman. + +(See attached file: Sanders Letter 4_28_00.doc) + +- Sanders Letter 4_28_00.doc + +Richard B Sanders 11/28/2000 09:56 PM I am sending you a letter from their atty. +Call me to discuss. + +Cheryl Marshall 11/27/2000 10:25 AM As of today, we have not received payment in +full as requested in Richard Sanders' letter dated November 16, 2000. We did +receive a payment for $3,202.61 on 11-20-2000. Richard - please let me know what +we need to do next to file suit. Has Liz finished with gathering the documents? + +melanie.gray@weil.com 11/13/2000 03:43 PM Here are the revised dates for the +response/reply/and hearing dates for Enron's motion to compel. As you may +recall, they say they want a deposition on the parties' intention. We should be +expecting a deposition notice soon if they are going to follow through on their +threat. I passed along to Liz Austin your request regarding pleadings A&K has +filed setting forth the Trustee's position in connection with the +enforcement/nonenforcement of the power contracts and what remedies the Trustee +is seeking. As you see below, she is pulling those together. + +Call to discuss the response to the Trustee's settlement offer. + +Thanks. Hi--Talked to Craig and the Court today. The motion to compel is now +scheduled for Dec. 12 at 2p.m. The trustee's oppositon papers are now due Nov 27 +and Enron reply is due Dec 1. I have my paralegal gathering the pleadings Enron +requested. That is all for now.--Liz + +**********NOTE********** The information contained in this email message is +intended only for use of the individual or entity named above. If the reader of +this message is not the intended recipient, or the employee or agent responsible +to deliver it to the intended recipient, you are hereby notified that any +dissemination, distribution or copying of this communication is strictly +prohibited. If you have received this communication in error, please immediately +notify us by telephone (713-546-5000), and destroy the original message. Thank +you. + +"Gerry Strathmann" 11/08/2000 02:19 PM Dear Mr. +Sanders - ? While I left a you a phone message with some information about our +project, I thought I could give you some additional details by e-mail as well... +? We are still very interested in having Enron support our eCommerce Dispute +Management Protocol.? We have had enthusiastic responses from companies such as +AT&T, Duke Energy, Pitney Bowes and DaimlerChrysler, and I would be pleased to +answer any questions you may have about this focal point for our educational +efforts.? The real purpose of my call, however, is related to the services we +will provide to support the aspirational statements of the Protocol. I am a +member of the design group that has been developing the American Arbitration +Association's dispute management systems and services for eCommerce B2B +transactions.? At this time we are putting together small working groups to +validate some of our assumptions and refine our initial service offerings. +Initially our design group, along with perhaps one of our technology +consultants, would like to meet with a group of Enron people for half a day.? +Ideally this group would consist of four to six people from finance, legal, and +operations so that we get good cross-functional feedback about our services.? +Before the meeting we would provide you with a brief description of our proposed +service offerings and a list of points for discussion at the meeting. The real +focus of the meeting will be on how we should build these services to meet the +needs of businesses operating in B2B marketplaces.? We are very concerned with +providing services that are relevant to that environment. We would like to meet +between November 14 and?December 1?since construction of our services is already +underway.? Please let me know what is possible, and feel free to give me a call +if you have any questions (978-376-9004). ? Thanks. + +-> Gerry + +Gerry Strathmann eCommerce Group American Arbitration Association (978) 376-9004 +303-294-4499 "Neal S. Manne" 11/29/2000 09:52 AM +Thanks, Richard. Do you have a tel # for Mike? Thanks. + +Mark Palmer@ENRON 11/29/2000 10:45 AM I'll send a copy of the suit filed against +the generators as soon as I get it. + +Mark + +"Leopold, Jason" 11/29/2000 10:40 AM Hello +Energyphiles: + +OK, perhaps it was inevitable. But it is now official. A team of San Diego's +best anti-trust and class action attorneys has been assembled to take on the +electric generators and marketers in California state court in an effort to +return the electricity overcharges that have battered San Diego and the rest of +California this year. A press conference will be held to discuss the consumer +class action lawsuit to be filed today. WHEN: 11am - noon WHERE: 550 West C St. +(b/t Columbia & India) Suite 1810 Law Offices of Levine, Steinberg, Miller & +Huver 619-231-9449 WHAT: Copies of the filed complaint will be made available at +that time. UCAN's executive director and the attorney team will be available to +answer questions about the complaint. We are hopeful that we can post the +complaint to the UCAN web site later today. *********************************** +"Time is the best teacher, except for the fact that it kills off its best +students" Michael Shames Executive Director Utility Consumers' Action Network +1717 Kettner Blvd. Suite 105 San Diego, CA 92101 619-696-6966 mshames@ucan.org + +the industry of Marriage and Kids, you heard me. Marriage is, in and of itself, +a noble concept, but it too often leads to kids and kids flat out suck. How can +I say such an abomination, ask you? Look around you and notice all the mind +numbing trailor trash cretins out there who should not be procreating, yet they +do. These are the people who keep Jerry springer on the air. These are the kids +who will destroy society, because of the crapfest the American family has become +under the post hippie culture, you heard again. And you might think by reading +this I blame the kids..... Not so, Kids are what kids are and will do what they +do. It is literally monkey see and monkey do with them. That will likely never +change. It's the bad parents out there who fuck up their lives and dont seem to +understand that once you decide to have kids, it is indeed time to grow up and +be a responsible role model for those kids. Very few parents do this. And this +is a direct result of the Politically correct, permissive, time out granting +bullshit liberal culture that has caused this. When you blame it all on society, +there's noone to to take responsibility and all of a sudden you have generation +of fucked up kids who are likley smoking, drinking, doing drugs, fucking the +neighbor or some internet perv just because you are too lazy to see waht they're +doing. People like this will never have my sympathy, nor do they deserve my +sympathy. Look inside yourselves parents, is this you? Probably it is. Fuck you. +Stop trying to pawn your brats off on others to "get a break" . You made a +choice to be a mommy, you dont get a break until they move out, thats the choice +that you madea and that's life. Tough shit. Just because you're stuck, doesnt +give you the right to drag down all the singles around you. Another time I'll +segueway into all the fun work related instances where "Mommies" get out of +doing work and hiding behind childcare as the reason. This is the insidious +conspiracy I call "Mommism". It must be stamped out. + +[http://www.newsday.com/news/opinion/ny-vpnasa054135614feb05,0,5979821.story?coll=ny-editorials-headlines] + +(Newsday.com) It looks like NASA is ready to sour again after it's devastating +loss from the Columbia accident which occurred nearly two years ago. Now, NASA +engineers and astronauts are almost giddy with "go" fever as the tentative date +for the first launch since the Columbia disaster approaches. The most important +question isn't whether Discovery is technically ready to fly with new safety +features and emergency procedures, but whether the agency itself has learned +from the crucial errors most common to Challenger and Columbia, errors that grew +out of a management culture that discouraged criticism and sacrificed safety for +image-puffing and budget-cutting. I hope so. Seeing another "Columbia" incident +can be quite frightening (I woke up to it early in the morning when I was in +Texas). We don't need another incident as exploring the cosmos is something that +keeps our imagination going as a species. Maybe one day they will allow space +tourism, (hopefully that will be in the near future)although I would recommend +that NASA build new shuttles instead of trying to preserve the older ones. + +You do have to give NASA credit on some things as they have eliminated the "fear +of reporting failure" culture that probably led to the lack of reporting defects +on the Columbia shuttle. Instead they are encouraging everyone to come forward +if they see any potential problems (as it is clear that overlooked problems +could result in unnecessary losses). But supporters are pointing a few good +things out: Clearly, the agency has worked hard at tackling the technical +challenges posed by a superb and surprisingly independent-minded investigative +panel. A few weeks ago, shuttle workers at the Kennedy Space Center received a +rocket-like boost in morale with two important deliveries for the next shuttle +to carry. One is a special tool to detect damage to the thermal-protective tile +while in orbit - something the Columbia crew would have welcomed. The other is a +new fuel tank "guaranteed" by NASA not to shed potentially fatal hunks of +insulation. NASA has some PR hurdles to overcome in the future. But lets hope +for their sake (and the sake of all space lovers out there) that they can +redefine their image and rekindle the hope of space colonization again. Selah. + +-- Posted by Hidden Nook to Hidden Nook at 2/7/2005 01:09:32 AM + +Healing the Collective Body + +In George Orwell's influential novel "1984" doublethink is a device promoted by +the totalitarian state government to make people accept two irreconcilable ideas +at the same time such as "war is peace". I see the merit in flowing with +duality. One of my most cherished dualities is the understanding that we are +both autonomous individuals with the power to shape our personal destinies and +at the same time we are all one, that there is no separation between you and I, +we are all together in this thing called life, we human beings, the birds and +the tress, the rocks and the sky, all of it. I have written a lot recently about +healing the self so today here are a few words on healing our collective body, +mind and soul. Think of all life, if you will, as one great choir or one grand +congregation. Our strength is in our unity and harmony. Any major dischord and +we all suffer. Any insult to the collective good brings us all down. Living out +of synch with nature is the great disease, from that flows all the tributaries +we have come to think of as sickness. We are only as strong as our weakest, we +are only as healthy as the sickest amongst us- playing sports and being in the +army taught me that lesson before I was finished being a teenager. When the +healthy treat the sick with scorn and intolerance it brings us all down. When +those lucky enough not to have Herpes create a climate of shame and indignity +for those of us who do, not only are they hurting us, but they are hurting +themselves. There is no escape from the collective ocean we all swim in. What +you project will always come back to either reward or haunt you. We are now +suffering from the consequences of our rape of the environment, our rejection of +the natural for the industrial, and our embrace of violence over peace. Jesus +said that what you do the least of the people you do to him. What are you doing +to the least of the people? + +If we are all in this thing together, let's play nice. Remember that what you do +to yourself affects me and everybody else, remember that what you do to me and +anyone else shapes your destiny. No matter what progress we make as individuals +in becoming healthier, we will never achieve real health until we collectively +decide to create a healthier reality. Fortunately circumstances will force our +hand soon since our collective bad behaviour cannot continue indefinitely. In +the near future collective choices will need to be made. Will we choose to live +in harmony with this planet or crash and burn in a conflagration of arrogance +and disregard? Will we choose to rise about prejudice and intolerance or go down +kicking and screaming with holding on to fear and anger? There is no health +without peace and no peace without health. November 2005 Sunshine Coast, British +Columbia, Canada Christopher Scipio Homeopath/Herbalist Holistic Viral +Specialist + +One Simple Idea. One Huge Opportunity. What are you searching for? More personal +freedom? More time with your family? Independent wealth? Freedom from the fear +of corporate downsizing? Whether you are looking for a part-time income to help +pay off your debts or you are looking for the freedom offered by working from +home on a full time basis, Agel is the vehicle that can make that happen. Agel +is a new company and is uniquely positioned to be the next giant in the network +marketing industry. The company has developed an entirely new category of +products. Imagine being part of the next industry-changing innovation. +Innovative Products + +Agel introduces an entirely new category of products called Gelceuticals. The +company has developed a unique and innovative delivery mechanism for nutritional +products. This proprietary Gel Suspension technology makes possible single +serving packets of Gelceuticals. In this delivery format, your body can +immediately start receiving the benefits of the product components as the +absorption of vitamins, minerals and nutrients is maximized. Never before has +such a convenient method been available for consuming nutritional products. +Consider these convenience factors: + +No water needed (as with tablets or capsules) + +Exotic juice benefits without the big bottle (no glass and water weight) Single +serving packages (imagine the sampling capabilities) + +Perfect for those with difficulty swallowing tablets or capsules + +Faster, more efficient, delivery to the body Learn More + +Revolutionary Compensation + +Agel has created a new compensation structure that is truly revolutionary. It is +our belief that this compensation plan will produce some of the largest checks +in network marketing history. The plan can't be described as a binary, a +breakaway, a unilevel, or a forced matrix. It is a revolutionary hybrid. + +What is long term viability? It is not just company longevity. If you used to +make $100k and now only make $30k, this is not long term viability. Ten years +later your check should still be the same or greater, fulfilling the promise of +long-term residual income. The Agel compensation plan includes the principles +that ensure that promise can be fulfilled for those who work at it. Are you +unsure of Agel? Take time to discover the unlimited possibilities with Agel! The +call will feature a host of other field leaders, and our founder and CEO, Glen +Jensen. This call will smoke! + +You will discover: · How to Create the Security of Residual Income; · Why Agel +is the Best Vehicle to Live Your Dreams; · The Amazing Scientific Breakthrough +Behind the Products; · How the "Quadra-Plan" Builds Bigger Bonus Checks Faster; +· The Support System in Place to Help You Build Stronger; and · The Secret to +Lock in a "Legacy" Position! Here are the numbers to call: + +620-294-4000 or 620-294-3000 The Passcode to participate is:5107 + +DATE: Tuesday, November 22, 2005 TIME: 8:00 PM Eastern Standard Time LOCATION: +Conference Call 5:00 PT ** 6:00 MT ** 7:00 CT ** 8:00 ET + +I'll see you there! Steve Fillmore 612-205-9814 620-294-1909 + +Email: "Dharmadeva" Namaskar Hi All! + +We now present the kaoshikii dance, which is excellent before and after yoga +postures. I encourage you to do this dance, as it has tremendous positive +effects. It is a dance for both males and females. + +Dharma + +-- + +Kaoshikii is a dance which was invented in 1978 by Shrii Shrii A'nandamu'rti. It +is a psycho-spiritual exercise and benefiting the mind by developing stamina and +strength. Kaoshikii is especially good for women. It can ward off and cure a +number of diseases, keeps the body youthful and enables an easy delivery in +childbirth. Kaoshikii comes from the Sanskrit word 'kosa' meaning shell or layer +of mind. The self of the individual lies hidden in the innermost layers of +existence (kosas). Thus kaoshikii is a blossoming of the microcosm (unit being) +in its attempt to attain a link with the Macrocosm (Cosmic Consciousness). This +attempt is normally referred to as mysticism. + +-- + +The Benefits + +Exercises all the glands and limbs from head to toes. Increases longevity. Makes +for easy delivery at childbirth. The spine will become flexible. Arthritis of +the spine, neck, waist and other joints will be removed. Gout in the spine, +neck, hands and waist will be lost. The mind becomes strong and sharp. +Irregularities in menstruation will be cured. Glandular secretions will become +regulated. Troubles in the bladder and urethra will be cured. Gives control over +the limbs. Adds charm and shine to the face and skin. Removes wrinkles. Removes +lethargy. Cures insomnia. Cures hysteria. Fear complexes will be removed. +Hopelessness will be lost. Helps in self-expression and develops one's +potentiality. Spinal pain, piles, hernia, hydrocele in men, nervous pain, +nervous disability will be cured. Cures kidney and gall bladder troubles, +gastric trouble, dyspepsia, acidity, dysentery, obesity and liver diseases. +Increases the capacity to work until 75-80 years of age. + +-- + +The Dance + +The eighteen steps of the dance are done rhythmically. First the dancer begins +in the starting position: the hands together and raised over the head. Then to +the beat of "dhin, dhin,... ,ta', ta'", the dancers begin their step, placing +the big toe behind the heel of the other foot. In the final two steps, the +dancers firmly stamp their feet on the ground. Kaoshikii can be danced for as +many rounds as you like. + +-- + +The Ideation + +When the dancers start the step with the beat of "dhin, dhin...", the mental +ideation should also be kept. Here is the ideation. The two hands when upraised +and folded together represent: "Now I am trying to establish a link with Parama +Purus'a (Supreme Consciousness)." Bending to the right indicates: "I know the +right way to request You." + +Bending to the left indicates: "I know how to fulfil Your demands." Bending +forward suggests: "I completely surrender to You." Bending backward represents: +"I am ready to face all obstacles that may come." The last two steps represent: +"O Lord I repeat Your cosmic rhythm." + +Quebecker wins U.S. bravery award + +Pittsburgh - A Quebec man was awarded a Carnegie Medal for bravery on Monday for +saving two friends by fighting off a polar bear with a pocket knife two years +ago on Baffin Island Dr. Eric Fortier, 34, of Gatineau, Que., used a pocket +knife to attack a polar bear on Baffin Island, just south of the Arctic Circle, +to save two friends who were being mauled. "All of the research and all of the +preparation I did leading up to the trip gave no indication that there were +bears in the Soper [River] valley where we were canoeing," Dr. Fortier said. Dr. +Fortier, an orthodontist, learned there was at least one polar bear in the +central region of Baffin Island in July 2001 when he felt what he thought was a +dog leaning on his tent wall. "My first thought was to push it away," he said. +"A few seconds later my girlfriend saw the shadow of a bear's paw through the +tent fly and then it started ripping through the ceiling." The polar bear is +more dangerous than most other bears. The latter usually consider human beings a +threat but the polar bear considers humans a snack, experts said. The two +screamed to frighten the bear and warn their friends in a tent several metres +away but the bear ripped into that tent and began mauling 31-year-old Alain +Parenteau. "Their screams changed," Dr. Fortier said. "I grabbed my glasses and +my knife and unzipped my tent and headed out." The bear dwarfed the 6-foot-1 Mr. +Parenteau, knocking him to the ground, he said. Dr. Fortier threw a large rock +at the bear, distracting it and allowing Parenteau to escape but it then turned +on 25-year-old Patricia Doyon, who was in the same tent. Again Dr. Fortier threw +rocks at the bear and again its target was able to escape. "The bear gave chase +and I gave chase," he said. "At some point, Patricia tripped or the bear tripped +her and was at her back. I was beside the bear's head and I stabbed it with an +upper cut below the jaw in the neck a couple of times." The bear ran off. While +there was some fur and blood on the nine-centimetre blade, Dr. Fortier said he +doesn't think he hurt the bear badly. Both Mr. Parenteau and Ms. Doyon, however, +were bleeding badly. Dr. Fortier and his girlfriend lashed two canoes together +and paddled eight kilometres along the Soper River. Dr. Fortier travelled +another three kilometres by foot to seek help in the nearest settlement. Both +Mr. Parenteau and Ms. Doyon were airlifted to a hospital and survived, though +Mr. Parenteau had a gash within a centimetre of his jugular, Dr. Fortier said. +Dr. Fortier was one of 15 people to receive the Carnegie Medal on Monday. The +bronze medal is given to people who "risk their lives to an extraordinary degree +while saving or attempting to save the lives of others." The other Canadian +recipient of the medal was Ronald Joseph Crawford, 42, of Hamilton, who was +killed Aug. 4, 2002, while trying to defend a Hamilton sandwich shop owner from +a robber wielding a knife. Mr. Crawford threw several punches at the assailant +before he was stabbed in the heart. U.S. industrialist Andrew Carnegie started a +hero fund in 1904 after being inspired by rescue stories from a mine disaster +that killed 181 people. The award comes with a $3,500 (U.S.) grant. + +Important information of big companies + +Apple Computers It was the favorite fruit of founder Steve Jobs. He was three +months late in filing a name for the business, and he threatened to call his +company Apple Computers if the other colleagues didn't suggest a better name by +5 O'clock. CISCO It is not an acronym as popularly believed. It is short for San +Francisco. + +Compaq This name was formed by using COMp, for computer, and PAQ to denote a +small integral object. + +Corel The name was derived from the founder's name Dr.Michael Cowpland. It +stands for COwpland REsearch Laboratory. + +Google The name started as a joke boasting about the amount of information the +search-engine would be able to search. It was originally named 'Googol', a word +for the number represented by 1 followed by 100 zeros. After founders - Stanford +graduate students Sergey Brin and Larry Page presented their project to an angel +investor, they received a cheque made out to 'Google' Hotmail Founder Jack Smith +got the idea of accessing e-mail via the web from a computer anywhere in the +world. When Sabeer Bhatia came up with the business plan for the mail service, +he tried all kinds of names ending in 'mail' and finally settled for hotmail as +it included the letters "html" - the programming language used to write web +pages. It was initially referred to as HoTMaiL with selective uppercasing. + +Hewlett Packard Bill Hewlett and Dave Packard tossed a coin to decidewhether the +company they founded would be called Hewlett-Packard or Packard-Hewlett. Intel +Bob Noyce and Gordon Moore wanted to name their new company 'Moore Noyce' but +that was already trademarked by a hotel chain so they had to settle for an +acronym of INTegrated ELectronics. Lotus (Notes) Mitch Kapor got the name for +his company from 'The Lotus Position' or 'Padmasana'. Kapor used to be a teacher +of Transcendental Meditation of Maharishi Mahesh Yogi. Microsoft Coined by Bill +Gates to represent the company that was devoted to MICROcomputer SOFTware. +Originally christened Micro-Soft, the '-' was removed later on. Motorola Founder +Paul Galvin came up with this name when his company started manufacturing radios +for cars. The popular radio company at the time was called Victrola. ORACLE +Larry Ellison and Bob Oats were working on a consulting project for the CIA +(Central Intelligence Agency). The code name for the project was called Oracle +(the CIA saw this as the system to give answers to all questions or something +such). The project was designed to help use the newly written SQL code by IBM. +The project eventually was terminated but Larry and Bob decided to finish what +they started and bring it to the world. They kept the name Oracle and created +the RDBMS engine. Later they kept the same name for the company. Sony It +originated from the Latin word 'sonus' meaning sound, and 'sonny' a slang used +by Americans to refer to a bright youngster. + +SUN Founded by 4 Stanford University buddies, SUN is the acronym for Stanford +University Network. Andreas Bechtolsheim built a microcomputer; Vinod Khosla +recruited him and Scott McNealy to manufacture computers based on it, and Bill +Joy to develop a UNIX-based OS for the computer. Yahoo! The word was invented by +Jonathan Swift and used in his book 'Gulliver's Travels'. It represents a person +who is repulsive in appearance and action and is barely human. Yahoo! Founders +Jerry Yang and DavidFilo selected the name because they considered themselves +yahoos... I am on Yahoo ! + +Email : mayur...@yahoo.com SMS : +919819602175 Web : + +Hi all, + +There are already several forums around the net focused on discussing Guild +Wars, so why create a new one? I say why not? The main reason is Google is more +accessible to the global community and you can rest assured that it's not going +to go away. I have seen great fan sites suddenly disappear without notice and +for no reason. Usually this happens because the developer of the site can no +longer afford the cost of bandwidth being used. That said, the maintenance of +this forum is handled by Google and thus will remain reliable and it will +ultimately give us more time to play :). I'm nothing more than a devoted fan of +the game myself and I hope that this area can become a haven for deep fan +discussions. Regards, Humanpixel + +Aye! Good Day Mate! Im really looking forward to Guild Wars. Anyone know a +release date? Feb 2005 + +Feb 2005 is the projected release date, although Guild Wars is made by +ex-members of Blizzard, so Feb 2005 could mean August 2006... Anyway, I tried to +get a preorder but no places were selling it so I missed out on 2/3 weekend +events. Oh well, I'll get it when it comes out in Febuary. rumor has feb 05 on +the calender. BUT they stated that they will take as long as it takes to work +out all the bugs so who really know how long. as far as pre order go to and they +have a list of major retailers that carry it there are also a few websites that +you could order it off of. and a good reason for starting this group....company +firewalls lol ;) + +I was kind of curious, what exactly is Guild Wars? I havn't heard of it. + +Check out the Guild Wars Web site at for more info about the game. It's a +massive multiplayer role playing game. The graphics are without a doubt the +amoung the best graphics I have ever seen for any game and I have been gaming +since the MUD days. It's worth a look. + +I have a preorder and am even considering getting a second preorder to have +multiple accounts. I have participated in all the weekend beta events and the +world preview. The game is already 100% functional. I can't imagine them not +being able to meet the Feb 05 deadline. Warm greetings to all in this GW +community. + +I am Lady Kingel and I hail from the United Legit Gaming Guilds of Guild Wars. +We are a consortium of legit honorable guilds that was established in 1997 for +DI and we are now adding GW to the list of games played. The alliance is a +pretty straightforward one. It was formed to allow many different guilds who +were all strictly honorable to come together as a family and allow them many +people to game with. There are no other requirements other than we ask that +members greet each new member and each new alliance and also feel free to post +in any of the forums. We are also a group who is looking for members for our own +select guild called ULGG of GW...which is a part of the alliance with the same +name. We play in all aspects of the game and we hand pick our members. + +I would like to personally invite each of you to visit our website. You are +individuals of quality, and in our alliance we seek quality of member over +quantity of member. You will be asked to register, and then you should wander +over to the Announce Your Arrival Section and present yourself. You will be +greeted by many members of this wonderful family. I do hope to see you visiting +us at the fire and we shall prepare a feast for you, as well. If you paste this +in your browser, it will take you directly to our GW website. I extend my hand +to each of you in true friendship, and honor. Come and say hello...you will be +warmly welcomed! We are currently moving to a new server, so we will be down for +a while. I will inform when we are up and running again. I wish all happy +holidays, and moreso, peace on earth. Kingel + +Dear Judges, Lawyers, Policemen, Guards, Counselors, Taxpayers, et. al., + +We are here. Like it or not, for good or bad, we are here. Who are we? We are +the downtrodden and dispossesed, the self-torturing, the disenfranchised +convicts, drug and alcohol addicts, the unemployed and unemployable. We are the +children of poverty, financial and spiritual. We have and will have children of +our own, grandchildren too. We are ex-cons, uninsured, homeless, of many colors +and speaking many tongues. We are the enemy in what has become a domestic war +against ourselves. + +And who are you? You who like the tough talk of Tough on Crime? You who watch as +budgets are cut in education and health care while you militarize a police +force? Bullet-proof vests, automatic weapons, helicopters, tanks, robots ... the +testosterone is oozing through the streets, more prisons, longer sentences, +tighten the belt, spartan conditions, task forces, gang units, gun courts. And +what is there to show for it? Unemployent stays low because half the population +oversees those "out of the workforce", the dregs, the rabble, the enemy? Please +tell me there is a deeper reason. Do you feel safer? More humane? More like a +cohesive society with a shared sense of purpose, who can identify Us and Them? +Do you live in a gated community or gentrified neighborhood? By the way, have +you read the Declaration of Independence and US Constitution - or do you only +know the first phrases? It's about time we got together. Please know that I have +yet to meet a convict who wants their child to be a thief, an addict, a dealer, +a prostitute, or a violent individual. Most of us still have hope for ourselves +even when stuck in the darkest dilemmas, ruts and catch-22s. Most of us believe +in crafting laws and instilling order. Many of us have burrowed beneath the +surface to find a spiritual sense of being, an understanding force at least as +powerful as those we succumbed to, and many of use wouldn't escape if you opened +the front door. Did you know that approximately 10 million Americans are either +incarcerated, on probation, on parole or once were in those categories? Each of +those 10 million have families, friends, neighbors ... and so closer and closer +does the We interface with the You. Don't you think it's time we talked? Are you +ready? Can you accept that the road we are travelling points toward a grim and +painful future? Do you have the heart to face monumental failures while bravely +struggling beyond where we are now? I know that some of you are, and that some +of us are, and this is what gives me hope. You need our insights just as we need +your structure. It is never over, especially when a real solution, a real +treatment for our sickness, is yet to begin. In Solidarity, + +Bruce Reilly (a.k.a Bruha) P.O.Box 8274 Cranston, RI 02920 USA P.S. - I am +trying to conceptualize an effective guerilla media campaign to promote this +cause. Ideas are welcome. Collaboration is prayed. + +an annotated text of the bill, read the article by D. Singmaster in "The +Mathematical Intelligencer" v7 #2, pp 69-72. +--------------------------------------------------------------------------- +----- + +Subject: Where can I get the necessary software to get a "smart" mail system +running on my machine that will take advantage of the postings in +comp.mail.maps? (E.g., pathalias, smail, etc.) There are a couple of packages +available through the supporters of the comp.sources.unix archives. If sites +next to you don't have what you want, contact your nearest comp.sources.unix +archive, or the moderator. Information on archive sites, and indices of +comp.sources.unix back issues are posted regularly in comp.sources.unix and +comp.sources.d. +--------------------------------------------------------------------------- +----- + +Subject: What is "food for the NSA line-eater"? This refers to the alleged +scanning of all Usenet traffic by the National Security Agency (and possibly +other intelligence organizations) for interesting keywords. The "food" is +believed to contain some of those + +Email: "Peanutjake" Groups: misc.consumers + +Subject: IMMEDIATE ATTENTION NEEDED: HIGHLY CONFIDENTIAL URGENT ASSISTANCE - +FROM USA + +FROM: GEORGE WALKER BUSH 202.456.1414 / 202.456.1111 FAX: 202.456.2461 Dear Sir +/ Madam, + +I am GEORGE WALKER BUSH, son of the former president of the United States of +America George Herbert Walker Bush, and currently serving as President of the +United States of America. + +This letter might surprise you because we have not met neither in person nor by +correspondence. I came to know of you in my search for a reliable and reputable +person to handle a very confidential business transaction, which involves the +transfer of a huge sum of money to an account requiring maximum confidence. I am +writing you in absolute confidence primarily to seek your assistance in +acquiring oil funds that are presently trapped in the republic of Iraq. My +partners and I solicit your assistance in completing a transaction begun by my +father, who has long been actively engaged in the extraction of petroleum in the +United States of America, and bravely served his country as director of the +United States Central Intelligence Agency. In the decade of the +nineteen-eighties, my father, then vice-president of the United States of +America, sought to work with the good offices of the President of the Republic +of Iraq to regain lost oil revenue sources in the neighboring Islamic republic +of Iran. This unsuccessful venture was soon followed by a falling-out with his +Iraqi partner, who sought to acquire additional oil revenue sources in the +neighboring emirate of Kuwait, a wholly-owned U.S.-British subsidiary. My father +re-secured the petroleum assets of Kuwait in 1991 at a cost of sixty-one billion +U.S. dollars ($61,000,000,000). Out of that cost, thirty-six billion dollars +($36,000,000,000) were supplied by King Hussein, Kingdom of Saudi Arabia and +other Persian Gulf monarchies, and sixteen billion dollars ($16,000,000,000) by +German and Japanese partners. But my father's former Iraqi business partner +remained in control of the republic of Iraq and its petroleum reserves. My +family is calling for your urgent assistance in funding the removal of the +President of the Republic of Iraq and acquiring the petroleum assets of his +country, as compensation for the costs of removing him from power. +Unfortunately, our partners from 1991 are not willing to shoulder the burden of +this new venture, which in its upcoming phase may cost the sum of 100 billion to +200 billion dollars ($100,000,000,000 - $200,000,000,000), both in the initial +acquisition and in long-term management. Without the funds from our 1991 +partners, we would not be able to acquire the oil revenue trapped within Iraq. +That is why my family and our colleagues are urgently seeking your gracious +assistance. Our distinguished colleagues in this business transaction include +the sitting vice-president of the United States of America, Richard Cheney, who +is an original partner in the Iraq venture and former head of the Halliburton +oil company, and Condoleeza Rice, whose professional dedication to the venture +was demonstrated in the naming of a Chevron oil tanker after her. I would +beseech you to transfer a sum equaling ten to twenty-five percent(10-25 %) of +your yearly income to our account to aid in this important venture. The Internal +Revenue Service of the United States of America will function as our trusted +intermediary. I propose that you make this transfer before the fifteenth (15th) +of the month of April. I know that a transaction of this magnitude would make +anyone apprehensive and worried. But I am assuring you that all will be well at +the end of the day. A bold step taken shall not be regretted, I assure you. +Please do be informed that this business transaction is 100% legal. If you do +not wish to co-operate in this transaction, please contact our intermediary +representatives to further discuss the matter. I pray that you understand our +plight. My family and our colleagues will be forever grateful. Please reply in +strict confidence to the contact numbers below. Sincerely with warm regards, + +George Walker Bush Switchboard: 202.456.1414 Comments: 202.456.1111 Fax: +202.456.2461 e-mail: presid...@whitehouse.gov + +US battles to save storm victims + +Watch the airlift + +Emergency teams in the southern US are battling to reach survivors of Hurricane +Katrina, the most destructive storm to hit the country in decades. Hundreds of +people are feared dead in Mississippi, and the Louisiana city of New Orleans is +badly flooded. The city mayor said rescuers were unable to retrieve the dead. +"They're just pushing them aside," he said. Amid worsening conditions, officials +plan to evacuate a New Orleans stadium where up to 20,000 people took shelter. +The Superdome stadium is without power, and toilets are overflowing. Map of +central New Orleans + +"It's a very, very desperate situation," Louisiana Governor Kathleen Blanco +said. [an error occurred while processing this directive] One resident of New +Orleans said escaping from the storm was "hell". "We were screaming, hollering, +flashing lights. It was complete chaos," Kioka Williams told the Associated +Press news agency. She had to hack her way through the ceiling of her beauty +shop as flood waters rose in the city of half a million people - much of which +lies below sea level. Flooding Walls keeping water out of the bowl-shaped city +have been breached, and emergency teams are using helicopters to drop 1,350kg +(3,000lb) sandbags and concrete barriers into the gaps. Before the phones went, +I was told [my family in Biloxi] had lost their roof, barn, 2 oak trees and many +pines and they were letting in water + +Natalie McVeigh Oakley, England Your Katrina experiences Blogging Katrina + +New Orleans mayor Ray Nagin said up to 80% of the city was submerged, in some +cases by waters 6m (20ft) deep. He warned water levels could still rise. "Some +sections of the city which are dry now could see nine or 10 feet (some 3m) of +water," he said. The US Army Corps of Engineers says it could take a month to +clear the flood waters, and the government's disaster relief agency has urged +evacuees not to try to get back to their homes. The BBC's Alastair Leithead in +New Orleans says there is panic as vital supplies run out. Heavily armed police +have been trying to impose a form of martial law to stem outbreaks of looting. +While some looters are stealing non-essential goods, others are simply trying to +find food and water. 'Hundreds dead' The situation appears to be even worse in +Mississippi. "You're going to be looking at hundreds dead along the coast," a +state official said. [an error occurred while processing this directive] Casinos +housed in barges have been hurled onto the beach and beyond. Tens of thousands +are homeless, and officials say it could be weeks before power is restored. "I +can only imagine that this is what Hiroshima looked like 60 years ago," said +Mississippi Governor Haley Barbour after viewing the destruction from the air. +Survivors are being found all the time, including two children who lost their +parents. Harrison County in Mississippi bore the brunt of Hurricane Katrina as +it slammed into Biloxi and Gulfport before heading inland. Mississippi media +earlier reported 54 people killed in the state. In Biloxi, 30 people were +reported dead in one block of flats which was hit by a 9m (30ft) "storm surge". +The town's death toll may be "in the hundreds", municipal spokesman Vincent +Creel said. Mobilising Louisiana's Governor Blanco urged residents to spend +Wednesday in prayer and assured them the crisis would eventually be overcome. + +Follow Katrina's path + +The US Red Cross has mobilised thousands of volunteers for its biggest-ever +natural disaster effort and federal emergency teams are being dispatched to +affected areas. President George W Bush, who has cut his holiday two days short, +has called on Americans to donate to the Red Cross or other organisations. +Damage estimates of more than $25bn suggest it could be the US insurance +industry's most expensive natural disaster ever. The price of crude oil on the +international market hit a record $70.85 a barrel due to the vulnerability of +oil and gas fields in the Gulf of Mexico. The US energy secretary has announced +that oil will be released from government petroleum reserves. + +Return to the top + +MOON LANDING HOAX: CHURCH = TECHNOLOGY & GOVERNMENT - Shuttle Carried on +Aircraft model Q: NASA IS A WASTE! ( Answered, 2 Comments ) Question Subject: +NASA IS A WASTE! Category: Science > Astronomy Asked by: yheggy-ga List Price: +$2.00 Posted: 25 Oct 2004 18:32 PDT Expires: 24 Nov 2004 17:32 PST Question ID: +420072 + +How much money does the USA give NASA per year? + +Answer Subject: Re: NASA IS A WASTE! Answered By: googlenut-ga on 25 Oct 2004 +19:14 PDT + +Hello yheggy-ga, + +On September 21, 2004, the U.S. Senate Appropriations Committee approved $16.379 +billion in funding for NASA for fiscal year 2005. This is a $200 million +increase over what NASA received for fiscal year 2004. U.S. Senate Committee on +Appropriations Press Release September 21, 2004 "National Aeronautics and Space +Administration (NASA): is funded at $16.379 billion, an increase of $200 million +over the FY04 enacted level, and a reduction of $665 million from the budget +request. An additional $800 million in emergency funding was added for NASA +during the Committee's consideration of the bill. -- The return to flight +activities for the Shuttle program are funded at $4.319 billion, the requested +level from the Administration. -- The International Space Station is funded at +$1.6 billion. The bill reduces ISS operations by $120 million due to the +continued reduced capability of the ISS for at least half of FY05. -- The +Moon/Mars vision: + +--- The Crew Exploration Vehicle (CEV) is funded at $268 million. + +--- A lunar exploration mission is funded at $20 million. + +--- $10 million is provided for Centennial Challenges. Neighborhood Reinvestment +Corporation (NRC): is funded at $115 million, the same as FY04 and the budget +request." Spacetoday.net Senate increases NASA funding + +"The Senate Appropriations Committee used a somewhat controversial technique +Tuesday to increase NASA's fiscal year 2005 budget by $200 million over what +President Bush requested. The committee voted to give NASA $16.4 billion in +2005, about $200 million more than what the President requested and over $1 +billion more than what House appropriators approved in July." I hope you have +found this information helpful. If you have any questions, please request +clarification prior to rating the answer. Googlenut + +Google Search Terms: + +nasa funding + +Comments Log in to add a comment Subject: Re: NASA IS A WASTE! From: +saem_aero-ga on 26 Oct 2004 18:11 PDT + +Excellent answer googlenut. Let me add some additional info. + +You can get details about NASA spending here, from their own webpage. + +Also, from their own webpage, reasons why NASA is important, in a 5th grade +format. I guess if you are someone not familiar with how NASA benefits our +society I can see how one might form the opinion of yheggy-ga. Let me put it +this way - If you have watched TV recently, crossed a modern bridge, flown in an +airplane, recieved any form of modern medicine, did any mathematics, drove a +car, used a cellular phone, etc. then you have somehow directly reaped the +rewards which NASA has returned to us. Also NASA has a large outreach program +for education, some people believe this is important. Best, Steve. Subject: Re: +NASA IS A WASTE! From: jaqamofino-ga on 26 Apr 2005 06:02 PDT i believe that +NASA is a HUGE waste of tax payers' money, but there are so many huge wastes of +tax payer monies, that i find it best not to think about it. i also think the +National Endowment for the Arts is a waste, but i guess i would rather see my +money go to the NEA than NASA. of course, in a perfect world, tax payers' money +would go toward some sort of national healthcare program, and housing for the +homeless, but this is far from a perfect world. in response to Steve's comment: +do you really believe that spending trillions on space exploration over the +years was the ONLY way to invent the cellfone? and bridges??? i find that +extremely hard to believe. i think it could have been done in a much more cost +efficient way, right here on bad-old-planet-earth. + +just my two cents. thanks for listening. + +Please take a moment to read this. I realize that it may sound strange, but we +are desparate in our efforts and are willing to try anything to help our dear +sick friend. This costs absolutely nothing, and will take about one minute of +your time. This is not a hoax, as so many of these emails actully are. In quick +summary, Beyond Control, a local band in our area, is sponoring a benefit for a +cancer victim whose benefits have run out. That band is involved in a local +competition which promises a $5000 first prize, which they would like to win in +order to donate it to the benefit fund which they have started. Below are some +emails to friends explaining a little more about this effort. What we are trying +to do is solicit votes for the band, in order to put them in first place. They +are currently in third place, and need your help so that the prize money can be +used for a humanatarian cause. You can vote at the following link, it will only +take a few seconds. Please take a moment to click on the link below and cast +your vote for Beyond Control. Thank you in advance for your contribution to this +effort. Also, please pass this along to everyone you know, and all of your email +contacts. We need the power of the internet to pull this off. The web site is +You can check the validity of all of this at the Beyond Control website. That +address is . The home page for Rockin on the River is , and it lists all the +acts scheduled for the season. You can check that out as well, to confirm that +this is all real, and for a worthy cause. Abby is our beloved friend, and we are +trying to raise money for her any way we can, so this prize money is important +to help her continue to receive her life-saving treatments. Many thanks, and may +God bless you all and keep you healthy. Here are some emails we have sent, along +with the flyer for the Benefit fund raiser we are holding in June, just for your +information. Roy, + +I am sending you some info that I have passed along regarding the effort to win +the cash for the fund raising benefit. If you can pass this info along, and ask +everyone you know to forward it to their contacts, etc, we may have a shot at +pulling this off. Thanks, Fred + +John, + +I will attach the letter explaining the benefit we are sponsoring. There is a +link to the contest page. Any help in distributing this will be greatly +appreciated. It is certainly for a good cause. Abby needs to fly to New York +twice a month for these treatments, and her time on the Federal Grant program +has expired. She doesn't have the funds to continue without the grant, and +without these treatments, her prognosis is grim. I hope you have a huge network. +Also encourage your recipients to forward this along to their contacts, and so +on, so that the movement to help her grows exponentially. We must finish in +first place in order to contribute the $5000 to the benefit fund. Thank you so +much for caring enough to offer your help. + +Fred + +BENEFIT AUCTION & RAFFLE FOR ABBY FREEMAN WHEN: JUNE 12, 2005, 2:00 P.M. TO 2:00 +A.M. WHERE: MAIN STREET SALOON ADMISSION: DONATIONS AT THE DOOR + +Abby Freeman is our good friend who has non-Hodgkin lymphoma, and she needs your +help! Her grant for the life saving treatments she needs has run out, and we +need to help her to continue to receive these treatments. Abby has three +wonderful young children, and friends who love her and need her. Please help us +to help her win this fight. With your help, we know she can do it!! + +We'll have four bands, and Big D is cookin' ..... lots of fun and great prizes. +This is an event you don't want to miss!! + +Bands, food, and prizes are sponsored by Beyond Control, who will be competing +in the Band of the Year Contest at the River Front Festival in Cuyahoga Falls on +July 1. The winner of this competition will receive $5000, which Beyond Control +hopes to win in order to donate it to the Abby Freeman fund. Please help us by +logging onto the Rockin on the River website at . Cast a vote for Beyond +Control, and help us provide Abby with her life saving treatments again. +Donations can also be made through Charter One Bank. Make checks payable to +Kendel Bunnell c/o Benefit for Abby Freeman + +By Richard Spencer (Filed: 19/11/2004) + +China's insatiable demand for energy is prompting fears of financial and +diplomatic collisions around the globe as it seeks reliable supplies of oil from +as far away as Brazil and Sudan. An intrusion into Japanese territorial waters +by a Chinese nuclear submarine last week and a trade deal with Brazil are the +latest apparently unconnected consequences of China's soaring economic growth. +Increased car usage in China is creating a high demand for petrol The +connection, however, lies in an order issued last year by President Hu Jintao to +seek secure oil supplies abroad - preferably ones which could not be stopped by +America in case of conflict over Taiwan. The submarine incident was put down to +a "technical error" by the Chinese government, which apologised to Japan. But +even before the incident the People's Daily, the government mouthpiece, had +commented that competition over the East China Sea between the two countries was +"only a prelude of the game between China and Japan in the arena of +international energy". The Brazil trade deal included funding for a joint +oil-drilling and pipeline programme at a cost that experts said would add up to +three times the cost of simply buying oil on the market. The West, however, has +paid little attention to these developments. For the United States and Europe +are far more concerned with the even more sensitive issues of China's relations +with "pariah states". In September, China threatened to veto any move to impose +sanctions on Sudan over the atrocities in Darfur. It has invested $3 billion in +the African country's oil industry, which supplies it with seven per cent of its +needs. Then, this month, it said that it opposed moves to refer Iran's nuclear +stand-off with the International Atomic Energy Agency to the United Nations +Security Council. A week before, China's second biggest state oil firm had +signed a $70 billion deal for oilfield and natural gas development with Iran, +which already supplies 13 per cent of China's needs. China has its own reserves +of oil and natural gas and once was a net oil exporter. But as its economy has +expanded by an average of nine per cent per year for the last two decades, so +has its demand for energy. This year it overtook Japan as the world's second +largest consumer of energy, behind the US. Its projected demand, boosted by a +huge rise in car ownership as well as the need to find alternatives to polluting +coal for electricity generation, has contributed to the surge in the price of +oil this year. Shortages are already leading to power cuts in the big cities. + +Since President Hu ordered state-owned oil firms to "go abroad" to ensure +supply, they have begun drilling for gas in the East China Sea, just west of the +line that Japan regards as its border. Japan protested, to no avail, that the +project should be a joint one. + +The two are also set to clash over Russia's oil wealth. China is furious that +Japan has outbid it in their battle to determine the route of the pipeline that +Russia intends to build to the Far East. Japan favoured a route to the sea, +enabling oil to be shipped to both Japan and China. China wanted an overland +route through its own territory, which would give it ultimate control if +hostilities broke out. Increasingly, analysts are saying that China's efforts +have gone beyond what is safe or even in its own interests. Claude Mandil, the +executive director of the International Energy Agency in Paris, said the +reserves in the East China Sea were hardly worth the trouble. "Nobody thinks +that there will be a lot of oil and gas in this part of the world," he said. "It +may be a difficult political issue but I don't think the energy content is +worthwhile." Eurasia Group, a New York-based firm of political analysts, said +its oil experts worked out that China was paying such an inflated price for its +investment in Brazil that the cost for the oil it ended up with was three times +the market price. "If China's economy falters, which, in my view, appears +increasingly likely, then commodity prices will plummet, and with them, the +value of the assets that produce them," Jason Kindopp, Eurasia's lead China +analyst, said. "Beijing may end up in a early 1990s Japan situation, where it is +forced to sell recently purchased overseas assets for a fraction of what it paid +for them." China's wider aggression to secure oil and gas was the greatest +threat to its international standing in the next decade. "Sudan is the primary +example," he said. "It marks the first time in recent years that China has +promised to wield its veto power in the UN Security Council against a petition +initiated by the United States and backed by France and Great Britain." + +Email: dharmad...@gmail.com Visualizations as a helpful beginning technique +----------------------------------------------- + +If you consider that you still need the assistance of other visualizations to +help the mind feel the spirit of transcendence, try the following before moving +onto the more formal method below. Visualisations can be as useful tools, but +meditation is more than that. Meditation has to do with what is called ideation. +It is always good to stick to a formal intense meditation practice like the one +for beginners described in the MP3 file that follows after the visualisations. +Find a comfortable place on the floor and sit with your legs crossed. Place your +hands one on top of the other in your lap, keep your back straight, eyes closed +and tongue on the roof of your mouth. Your breathing should be calm and relaxed, +through the nose. Spend a minute or so concentrating on your breath, feeling the +air flowing through your nostrils. 1. Warm Sun Visualization + +Continue to breathe slowly and deeply. With each breath, feel the muscles in +your body becoming lighter and lighter, and also your external motor and sensory +organs are feeling like they are withdrawing from the world into a special inner +quietness. Imagine the tension melting away as you continue breathing +rhythmically and naturally. Picture yourself sitting on a warm, tropical beach +basking in the glow of the sun ... . Visualize the vivid, beautiful colours of +the earth (its flowers and plants), the sea next to you, and the sky above you. +Feel yourself floating above the earth and sea. As you sit above the world, the +warmth of the golden sun penetrates your body and makes you feel warmer and +warmer. It surrounds you. The golden rays feel soft and soothing. + +Now you are far above the earth - into space. Everything around you is so vast. +Yet, there is warmth and a familiarity with the vastness. You want to merge your +mind with the greater universal Mind that surrounds you. Continue to ideate on +this intense desire for your mind to merge with the that universal +Consciousness. And while doing so continue using the Baba Nam Kevalam mantra +(breathe in with Baba Nam, breathe out with Kevalam). Try this for 5 to 10 +minutes. + +Now come back to earth again - slowly. Imagine yourself sitting on the beach +serenely and restfully. Your muscles are loose and limp. Feel your body sinking +slightly into the sand making that earthly connection again. The sun's rays and +warmth are still with you, surrounding you. You are in a state of peace and +relaxation. With each breath, watch your body and ensure that it remains relaxed +- at peace. Continue to feel the warmth of the sunlight all over your body, +warming you deeply and gently. You want to bring something back with you from +your deep space experience where you sensed your mind merging with the universal +Mind. This will be the warmth of the sun - a close reminder and link between +earth and the infinite space. Visualize the inside of your body bathed in the +golden light, absorbing every ray and glowing as radiantly as the sun. A warm, +gentle breeze swirls around your body and relaxes you even more .Let your mind +and body be totally at peace. + +Now feel yourself returning to where you sit ... move your hands and feet a +little, stretch them. Open your eyes. + +2. Mountain Visualization + +Another thing you can try. + +Imagine you're sitting on top of a mountain, and that it's the most peaceful +place you can think of. Feel that you're sitting there in complete peace, right +on top of the world. Now imagine that infinite happiness is surrounding you in +every direction. Feel you're completely surrounded by that infinite peace and +happiness. Now start to repeat within your mind the mantra: BABA NAM KEVALAM. +Its meaning is "Infinite happiness is everywhere". Feel the meaning, don't just +think of its wordy meaning or try to translate from Sanskrit (BABA NAM KEVALAM) +to an English meaning (Infinite peace and happiness). Think internally, +intuitively, not by words, of the meaning, as you're repeating it. This is +called ideation. It is important to take the idea, not just the intellectual +analysis. Touching deep into the idea is what builds intuition - it is a +synthetic process. Whereas, trying to translate and grapple with wordy meanings +is an intellectual mechanism - an analytical process. Feel you're surrounded by +infinite peace and happiness, and feel that your own sense of existence is in +direct contact with that endless peace and happiness all around you. You can go +further and feel that your unit consciousness, a dot in the Infinite +Consciousness, is merging with Infinity. Continue for as long as you like, then +open your eyes. OK that is fairly basic :). The important point is to develop +some psycho-spiritual connection between your mind and the universal +Consciousness or Supreme Consciousness. Don't worry if you have trouble +concentrating on the mantra and ideation - that's normal. It takes some time and +practice to be able to focus on the one thought. The main thing is to keep +practicing. If you don't practice, then nothing happens. Well maybe a miracle +could happen, but lets face it we're ordinary people and so require practical +day to day techniques! --- + +NORTH CAROLINA RELIGIOUS COALITION FOR MARRIAGE EQUALITY + +From what we hear from the news media, one could easily conclude that all +Christians are opposed to gay marriage. But that’s not the case. Last year an +organization named the North Carolina Religious Coalition for Marriage Equality +was formed to get out the message that at least some people of faith are not +opposed to extending the rights and responsibilities of civil marriage to +same-gender couples. One of “NCRC4ME’s” major efforts is to collect signatures +for the attached “Declaration of Religious Leaders,” which has been and will +again be presented to members of the NC legislature. It presents the case for +marriage equality and states, “We are resolved that the State should not +interfere with same-gender couples who choose to marry and share fully and +equally in the rights, responsibilities, and commitments of civil marriage.” A +measure to amend the NC Constitution to ban gay marriage was defeated last year +but already has been reintroduced in the 2005 legislative session, so there is a +real need for visible support for the “pro-same-gender-marriage” side of this +issue. At its February meeting the CHS Vestry voted unanimously to add their +names to the Declaration. Our Rector Barbara and our Deacon Clare also have +signed the Declaration. Furthermore, the Vestry voted unanimously to invite the +support of members of the CHS congregation for the Declaration. (Since the +Declaration is written as coming from “religious leaders,” people who don’t +consider themselves “religious leaders” can sign as “Supporters of the North +Carolina Religious Coalition for Marriage Equality.”) Please note that the +Declaration addresses only civil marriage; it says nothing about religious +beliefs or practices regarding marriage. If you have any questions please feel +free to call me (after Sat. the 26th, when I will return from a trip). Sign-up +lists will be available at the services on Feb. 27 and March 6, or you can email +me. I will email names and email addresses (or postal addresses) of signers to +NCRC4ME in time for their “lobby day” in Raleigh on March 15. Thank you for your +consideration of this issue. For the Church of the Holy Spirit Vestry, Dudley +Cate 828-296-8466 jodud...@aol.com --------------------------- + +North Carolina Religious Coalition for Marriage Equality Declaration of +Religious Leaders April 19, 2004 The most fundamental human right, after the +necessities of food, clothing and shelter, is the right to affection and the +supportive love of other human beings. We become most fully human when we love +another person. We can grow in our capacity to be human - to be loving - in a +family unit. This right to love and form a family is so fundamental that our +United States Constitution takes it for granted in its dedication to "secure the +blessings of liberty to ourselves and our posterity.” The North Carolina +Constitution likewise affirms the “inalienable rights” of human beings to "life, +liberty, the enjoyment of the fruits of their own labor, and the pursuit of +happiness." Throughout history, tyrants have known that by denying the right of +oppressed peoples to form and nurture families, they can kill the spirit of +those peoples. >From the shameful history of slavery in America, the injustice +of forbidding people to marry is evident as a denial of a basic human right. The +American laws forbidding interracial marriage, now struck down, were clearly +discriminatory. Denial of the status of marriage to those who would freely +accept its responsibilities creates legal and economic inequities and social +injustice. We feel called to protest and oppose this injustice. As religious +people, clergy and lay leaders, we are mandated by faith to stand for justice in +our common civic life. We oppose the use of sacred texts and religious +traditions to deny legal equity to same-gender couples. As concerned citizens we +affirm the liberty of adults of the same gender to love and marry. We insist +that no one, especially the state, is allowed to coerce people into marriage or +bar two consenting adults, whether of the same or differing genders, from +forming the family unit that lets them be more fully loving, thus more fully +human. We respect the fact that debate and discussion continue in many of our +religious communities as to the scriptural, theological and liturgical issues +involved. However, we draw on our many faith traditions to arrive at a common +conviction. We are resolved that the State should not interfere with same-gender +couples who choose to marry and share fully and equally in the rights, +responsibilities, and commitments of civil marriage. We affirm freedom of +conscience in this matter. We recognize that the state may not require religious +groups to officiate at, or bless, same-gender marriages. Likewise, a denial of +state civil recognition dishonors the religious convictions of those communities +and clergy who officiate at, and bless, same-gender marriages. The state may not +favor the convictions of one religious group over another by denying individuals +their fundamental right to marry and to have those marriages recognized by civil +law. As faith leaders, we commit ourselves to public action, visibility, +education, and mutual support in the service of the right and freedom to marry. +-- Tom Dempsey Gulf Breeze, FL 850-748-0740 + +Email: Bill McGinnis The One Reason Why All Americans +Should Oppose The Nomination Of Samuel Alito He Would Tear Down Our System Of +Checks And Balances, Giving Far Too Much Power To The President My Fellow +Americans: + +As many of you may have heard, President Bush has nominated a long-time Federal +Judge named Samuel Alito to become the next member of the United States Supreme +Court, to fill a vacancy created by the retirement of another member of the +Court. Under our Constitution, this nomination cannot take effect unless and +until the United States Senate gives its Consent, as described in our +Constitution, Article II, Section 2. A copy of the Constitution, with links back +to the official source, is located at +http://loveallpeople.org/usconstitutiona.txt Judge Samuel Alito is very highly +qualified by all of the normal standards used to evaluate candidates for this +position: He has a very high intellect. He graduated very high in his class, +from Princeton undergraduate and from Law School at Yale. He has a long and +distinguished record, including many years as a Federal Appeals Judge, the next +level below Supreme Court. He has encyclopedic knowledge of hundreds of +different Supreme Court cases, and he can recite details from memory. He +demonstrates an excellent "Judicial Temperament," being courteous, +mild-mannered, respectful of all people; careful in his work, meticulous in +detail. His co-workers love him. His fellow judges love him. His family loves +him. President Bush loves him. + +Yes, it is true that some people don't like the way they think he will vote on +the Supreme Court. But other people do like the way they think he will vote, and +the ones who favor him seem to outnumber the ones who oppose him. So now the +Senate is getting ready to vote soon, on whether to approve him or not; and at +this moment (evening of Jan. 27, 2006) it looks like he has more than the +fifty-one votes needed for approval. The President is very eager to go ahead +quickly and get this vote, because he very much wants to have Samuel Alito on +the Supreme Court, to be judging the cases Bush is interested in. So there is a +lot of hurry-up pressure on the Senate to give its prompt vote of approval. +There is an old saying that applies in this situation: "Act in haste, repent at +leisure." Sometimes you can make a bad decision very quickly, then regret it for +many years to come. That is what is about to happen with Judge Samuel Alito, in +my opinion, because he has one tragic flaw - a very serious blind spot in his +thinking - which makes him completely unacceptable for the position of Supreme +Court Justice: He does not really agree with the system of "Checks and Balances" +built into the Constitution, and he is ready to start tearing it down in order +to follow the "Unitary Executive Theory," which calls for vastly-increased +Presidential Power at the expense of Congress and the Supreme Court. And because +of this tragic flaw . . . + +"He Would Tear Down Our System Of Checks And Balances, Giving Far Too Much Power +To The President." In our Constitutional system, we have three branches of the +Federal Government: the Legislative, Executive, and Judicial branches. And the +basic idea behind the Checks and Balances we have is that if one branch of the +Government goes crazy, the other two can hold it down. But Samuel Alito believes +in a little-known Constitutional theory - called the "Unitary Executive Theory" +- which says that the President should have complete control over the Executive +Branch, and that the Executive Branch should be in charge of almost everything +that the Government actually does, including the functions of the Independent +Agencies which were designed to be free of Presidential control, and the +Military, which exists, which is regulated, and which is funded by specific +authority given by the Constitution to Congress, not to the President. The +Military is not part of the Executive Branch: it is a separate entity. +"Commander In Chief" doesn't mean that he is the boss of the Military, merely +that he is the Administrator, just as he is the Administrator of the Executive +Branch, charged with "executing faithfully" all the laws passed by Congress and +all the Decisions rendered by the Supreme Court. Under the Unitary Executive +Theory, the Laws of Congress and Decisions of the Supreme Court have no actual +authority unless the President agrees with them. And so Congress and the Supreme +Court become mere advisors to the President, with no real authority over him. +And the President becomes a Dictator, unrestrained by anything in the +Constitution, backed up by the Armed Forces, which would be entirely under his +personal control. And thus the United States of America - The Land Of The Free +And The Home Of The Brave - becomes just another Military Dictatorship, no +better than Nazi Germany or Fascist Italy during World War II. AND THAT IS WHY +ALL AMERICANS SHOULD OPPOSE THE NOMINATION OF SAMUEL ALITO. For details and +further proof, please see these websites: + +Testimony at http://judiciary.senate.gov/testimony.cfm?id=1725&wit_id=4905 +Descriptions and Links at http://www.UnitaryExecutive.net Blessings to you. May +God help us all. And may God bless America! + +Rev. Bill McGinnis, Director http://www.LoveAllPeople.org and +http://www.InternetchurchOfChrist.org Copies of this message are located below. +If you want to help, please send them to everyone you know who needs to read +them. http://www.loveallpeople.org/theonereasonwhy.html and +http://www.loveallpeople.org/theonereasonwhy.txt ### + +CONTACT William McGinnis (Rev. Bill McGinnis) 1908 Mt Vernon Ave #2543 +Alexandria, VA 22301 7037686710 bmc...@patriot.net Reply + +NASA & Company Diplomacy - Trying to keep Moon Landing Hoax a secret in modern +times Some strategies being used by NASA & Company in relation to China and +other space planning countries are mentioned here after being gleaned from a +news item underneath. Country has an Independent strategy = NASA & company to +use "Numero Uno" strategy, try to assert, beat, mesh and control the space +program of the country. This can also be through political, economical, social, +and technological influence. Country not open or not have fixed strategy = NASA +& Company to use "freeze thawed" strategy especially when the country has a +challenging, growing and ambitious space program. This can also be through +political, economical, social, and technological influence. Dependant = NASA & +Company to use "space station" model to unify the aims of different countries. +This is really an end goal aim of NASA & Company and also does not allow anyone +challenging the moon landing hoax. The target for NASA & Company probably to get +by 2018 all the ambitious space program countries shifting towards this model, +through the propaganda of another moon mission; deliberately failing this or +trying hard for another moon landing hoax; achieving the real aim of space unity +between space programs of other countries. China launches its second manned +spaceflight mission Secretive efforts keep outsiders in the dark about the +program's goals By MARK CARREAU Copyright 2005 Houston Chronicle + +Reuters China launched Shenzhou VI, its second manned spacecraft, early today in +northwest China's Gansu Province. A pair of military pilots embarked on China's +second manned space flight early today, hurtling into orbit on a test mission +that could span five days. The crew of the Shenzhou VI spacecraft was identified +as Fei Junlong, 40, and Nie Haishen, 41, by China's official news agency. The +successful launch from the Jiuquan Satellite Launch Center in northwest China +follows the solo flight of Yang Liwei in October 2003. His one-day mission +vaulted his communist homeland into the elite circle of spacefaring nations - +Russia and the United States - that can launch and sustain humans in space. Most +experts believe China intends to develop a small space station of its own over +the next several years. But they remain uncertain about whether China aims to +beat the United States to the moon in its secretive space effort. President Bush +has directed NASA to return to the moon by 2018 with a new generation of human +explorers. China's "is not a fly-by-night program," said Joan Johnson-Freese, an +expert on national security who follows space developments in the Asian nation +at the Naval War College in Newport, R.I. "They are not in any hurry. They want +a program that will be a success," Johnson-Freese said. "They are not going to +rush it, because they don't want it to be a budget buster. Economics will be a +big determiner in the speed of their program." China's overtures to join the +U.S.-led effort to develop the 16-nation international space station have been +thwarted for more than a decade over a range of issues, including the Asian +country's human rights policies and worries it could acquire technologies that +could pose a security threat. The freeze thawed some after Yang's 2003 mission. +China was among 30 nations invited to send a delegate to NASA-sponsored +roundtable discussions on Bush's strategy to reach the moon with astronauts as +the first step in the exploration of Mars and other-deep space destinations. "We +applaud China's space achievements," NASA spokesman Allard Beutel said Tuesday. +"We wish them a successful return of their astronauts." He stressed, however, +that NASA would not follow this week's Chinese mission through formal channels. +At present, there are no plans for additional meetings with foreign powers to +discuss the Bush exploration initiative or to extend an invitation to China to +join the space station partnership, Beutel said. The flight of Fei and Nie could +mark the end of the opening chapter in a three-phase Chinese space initiative, +Johnson-Freese said. The first phase, she said, will demonstrate the capability +of a multi-compartment spacecraft that will leave a test module in orbit when +the two fliers return to Earth. The Chinese program's second phase will include +spacewalks on future missions and demonstrations of docking and undocking +techniques. The final phase will feature the assembly and operation of a +longer-duration space lab. At least one expert believes China's intentions might +include a surprise attempt to circle the moon with astronauts before NASA's +planned lunar return. "The Americans would be wise to plan accordingly," said +John E. Pike, director of the Alexandria, Va.-based GlobalSecurity.org, a small +national security think tank. "There is always the possibility they could jam us +up, make us look like we are not numero uno," Pike said. During the U.S. and +Russian lunar race during the Cold War, NASA scored an early coup by circling +the moon with the Apollo 8 crew over the 1968 Christmas holidays. As it turned +out, the Soviets never made it to the moon. "(China) could be the second country +to do that," Pike said. "They would get in line in front of the Russians. And +they would not have to land on the moon to take us down a notch." Pike's concern +is based on China's development of a new medium-lift rocket, the Long March V, +and the construction of a new space launch complex on Hainan Island in the South +China Sea. The two developments, he said, could eventually enable China's space +program to mature to the point that experts could assemble and launch from +Earth's orbit a spacecraft capable of circling the moon with astronauts and +returning home. mark.carr...@chron.com + +Email: "righter" Groups: alt.animals.rights.promotion, +alt.animals, alt.animals.cat, alt.animals.ethics.vegetarian, alt.animals.lion, +alt.animals.tiger, alt.animals.felines.diseases, alt.animals.dog, +alt.animals.horses.breeding, alt.animals.felines.snowleopards + +I'm a member of a local animal rights news, and get regular emails from other +members and the staff. Recently, I read an email that reported the horrific +nightmare Civet Cats go through by sick losers who put them in sheds and heat +the inside of the sheds up to 110 degrees with fires, so that they can +periodically scrape the sweat off of their genitals and sell it to corrupt +corporations who use it to prolong the scent of perfumes. The animals eventually +die, which is because these demons are so GREEDY, they want as much of their +"product" as they can get, instead of letting the cats go after a point, as an +act of humanity, mercy, love. Below I pasted the email text, and it has a link +to a website that automatically plays this song the author of the email created. +It has cat's "Meowing" for the vocals, and you might really find yourself in +those furnaces, feeling and thinking those terrible feelings and thoughts that +these cats do before they die. Right now, while we're sitting at our computers +enjoying the internet, those innocent, beautiful, loving cats, are dying, +somewhere in this troubled world a slow, agonizing death. The main reason I +wrote this post is to ask anyone reading this if they know of some way I can +help put a stop to this Cat Holocaust. I am serious about doing something. If I +love cats so much, why aren't I DOING something??? I don't want to appear before +God on judgment day and have to explain why I didn't do anything like this in my +life. Any suggestions would be appreciated. Here's the text of the email: + +Hi there, + +I read the Civet Cat story from a little while ago, and tonight, when my Mom +emailed me about it, I re-read it, and went to the website with the song the +author of the email created. Well, sure enough, when I heard the cats "Meowing," +I imagined the hellish moments these poor beautiful creatures of God were +living, what went on in their tiny, sweet little minds, and decided that I want +to do something about this torture. So, if anyone can give me some advice, I'd +sure appreciate it! I think for starters, myself and those of you who believe in +God could say a special prayer for them. I will. I've pasted the email for those +who haven't seen or would like to re-read it. It's also got the website where +the song has been uploaded. I was thinking, that while I'm sitting here, +relaxing and enjoying myself, those poor innocent animals are being cooked to +death with heat in those Holocaust-esque death chambers. And what am I DOING +about it? + +From: Travis Job Date: Thu, 11 Mar 2004 02:39:27 -0800 To: SPAR + Subject: Civet Cats, James Rachels + a song + +This is my first time posting to the list, so I feel somewhat embarrassed by +"promoting" a song I wrote, but I think it is fitting because it is directly +tied to extreme animal suffering as a result of human lack of empathy, but an +abundance of human greed. I'm not sure if any of you know much about civet cats, +but to brief those who might not know, I will quote James Rachels, author of +World Hunger and Moral Obligation among many other animal rights-related books +and articles. (I kind of see him to be for animal rights theory as Peter Singer +is to the theory of utilitarianism applied to non-human animals). The quote is +from an article entitled "Vegetarianism and `The Other Weight Problem'" If +anyone wants the complete article, email me, as it is a very good article which +no meat-eater can read and not sense their own hypocrisy. But this is what he +says about civet cats: "As an example, consider the treatment of the civet cat, +a highly intelligent and sociable animal. Civet cats are trapped and placed in +small cages inside darkened sheds, where the temperature is kept up to 110 F by +fires. They are confined in this way until they finally die. What justifies this +extraordinary mistreatment? These animals have the misfortune to produce a +substance that is useful in the manufacture of perfume. Musk, which is scraped +from their genitals once a day for as long as they can surv ive, makes the scent +of perfume last a bit longer after each application. (The heat increases their +"production" of musk.) Here Kant's rule--"Animals are merely means to an end; +that end is man"--is applied with a vengeance. To promote one of the most +trivial interests we have, thousands of animals are tormented for their whole +lives." This article, and specifically this piece, effected me enough to try to +build a song around the topic. If anyone is interested in listening to this +song, and in offering their opinion, whether it be positive or negative, I'd +appreciate it. But I also hope no one feels any obligation to download, +especially if you have an internet connection as slow mine (28k). The url for +the song is http://www.sonic.net/~fsjob/TragiCore-TheCivetCat.mp3 Although there +are no human vocals/lyrics, I think it's subject matter is audible. Again, if +anyone wants to read Rachels' entire article, let me know. It's also on the net. +I was already a vegetarian when I read it a little more than a year ago, but it +was one of the bigger factors for me in going completely vegan. I hope all are +well. Farewell for now... + +Travis Job + +icq uin: 5249025 "Note to Wigner: Do you think your friend could feed my cat? +Heisenberg wasn't sure. Thanks, --Shrodinger" ------------------- .: GO VEGAN :. + +MAKE THOUSANDS!!! -- THIS IS NOT A SCAM!!! + +I found this on a bulletin board and decided to try it: I don't care about the +useless pre-fabricated crap this message usually says. All I say is, it works. +Continue pre-fab crap. + +WELL GUESS WHAT!!! + +Within seven days, I started getting money in the mail!! I was shocked!! I +figured it would end soon, but the money just kept coming in. In my first week, +I made about $25.00. By the end of the second week I had made a total of more +than $1000.00!! In the third week I had more than $10,000.00 and it's still +growing!! This is now my fourth week and I have made a total of $42,000.00 and +it's still coming rapidly. It's certainly worth $6.00 and six stamps, and I have +spent more than that on the lottery without ever winning!!! Let me tell you how +this works and most important, why it works.......... also make sure you print +this out NOW, so you can get the information off of it, as you will need it. I +promise you that if you follow the directions exactly that you will start making +more money than you thought possible by doing something so easy!! Suggestion: +Read this entire message carefully!! (Print it out or download it) Follow the +simple directions and watch the money come in!! It's easy. It's legal. And, your +investment is only $6.00 (Plus postage) !!! + +IMPORTANT: + +This is not a rip-off, it is decent; it's legal; and it is virtually no risk - +it really works!! If all the following instructions are adhered to, you will +receive extraordinary dividends. PLEASE NOTE: + +Please follow the directions EXACTLY, and $50,000 or more can be yours in 20 to +60 days. This program remains successful because of the honesty and integrity of +the participants. Please continue its success by carefully adhering to the +instructions. You will now become apart of the Mail Order business. You are in +the business of developing Mailing Lists. Many large corporations are happy to +pay big bucks for quality lists. However, the money made from the mailing lists +is secondary to income which is made from people like you and me asking to be +included in that list. Here are the four easy steps to success. STEP ONE: + +Get six separate pieces of paper and write the following on each piece of paper +"PLEASE PUT ME ON YOUR MAILING LIST." Now get 6 U.S. $1.00 bills and place ONE +inside of EACH of the six pieces of paper so the bill will not be seen through +the envelope (to prevent thievery). Next, place one paper in each of the six +envelopes and seal them. You now should have six sealed envelopes, each with a +piece of paper stating the above phrase, your name and address, and a $1.00 +bill. What you are doing is creating a service. + +THIS IS ABSOLUTELY LEGAL!!!!! + +You are requesting a legitimate service and you are paying for it!! Like most of +us I was a little skeptical and little worried about the legal aspects of it +all. So I checked it out with the U.S. Post Office (1-800-238-5355) and they +confirmed that it is indeed legal!! Mail the six envelopes to the following +addresses: + +1) G. Burrows 1/264 Tor St Toowoomba QLD 4350 Australia 2)S Luest P.O. Box 366 +Garden Grove, CA 92842 USA 3) G.V. & A. Bourret 41 Broome St, #1 Brooklyn, NY +11222 USA 4)R. Ansems Gen. Foulkesstraat 5 4641 BW Ossendrecht Netherlands 5)W. +Brumbley 4632 Hilton Ave Suite # 31 Columbus, Ohio 43228 STEP TWO:Now take the +#1 name off the list that you see above, move the other names up (six becomes 5, +5 becomes 4, and etc.) and add YOUR NAME as number 6 on the list. STEP THREE: +Change anything you need to but try to keep this article as close to original as +possible. Now post your amended article to at least 200 news groups. : (I think +there are close to 24,000 groups) All you need is 200, but remember, the more +you post, the more money you make!! This is perfectly legal!! If you have any +doubts, refer to Title 18 Sec. 1302 & 1341 of the Postal Lottery laws. Keep a +copy of these steps for yourself and whenever you need money, you can use it +again, and again. PLEASE REMEMBER that this program remains successful because +of the honesty and integrity of the participants and by their carefully adhering +to directions. Look at it this way. If you were of integrity, the program will +continue and the money that so many others have received will come your way. +NOTE: You may want to retain every name and address sent to you, either on a +computer or hard copy and keep the notes people send you. This VERIFIES that you +are truly providing a service. (Also, it might be a good idea to wrap the $1 +bill in dark paper to reduce the risk of mail theft). So, as each post is +downloaded and the directions carefully followed, all members will be reimbursed +for their participation as a List Developer with one dollar each. Your name will +move up the list geometrically so that when your name reaches the #1 position +you will be receiving thousands of dollars in CASH!!! What an opportunity for +only $6.00 ( $1.00 for each of the first six people listed above) Send it now, +add your own name to the list and you're in business!!! *****DIRECTIONS FOR HOW +TO POST TO NEWS GROUPS!!!***** + +STEP ONE: You do not need to re-type this entire letter to do your own posting. +Simply put your cursor at the beginning of this letter and drag your cursor to +the bottom of this document, and select 'copy' from the edit menu. This will +copy the entire letter into the computer's memory. STEP TWO: Open a blank +'notepad' file and place your cursor at the top of the blank page. From the +'edit' menu select 'paste'. This will paste a copy of the letter into the +notepad so that you will add your name to the list. STEP THREE: Save your new +notepad file as a text file. If you want to do your posting in different +settings, you'll always have this file to go back to. STEP FOUR: Visit message +boards and post this article as a new message by highlighting the text of this +letter and selecting paste from the edit menu. Fill in the subject, this will be +the header that everyone sees as they scroll through the list of postings in a +particular group, click the post message button. You're done. + +Congratulations!!!!!! + +THAT'S IT!! All you have to do, and It Really works!!! + +Best Wishes + +Blue Planet: Who's afraid of Big Bad Wolf? + +By Dan Whipple UNITED PRESS INTERNATIONAL + +Boulder, CO, Feb. 23 (UPI) -- Ever since he ate up Red Riding Hood's grandma and +blew down the houses of two-thirds of the Three Little Pigs, the Big Bad Wolf +has held a persistently bad reputation. In part because of that reputation, the +gray wolf was nearly exterminated from the lower 48 states by the 1920s, except +for a small remnant population on Isle Royale National Park in Michigan's Lake +Superior. The last wolf was killed in Yellowstone National Park in 1943. Western +sheep and cattle ranchers, on whose behalf this extermination campaign was +conducted, gratefully dusted their hands of the wolf and wrote him off as a job +well done. Their sheep could graze, their cows could ruminate and never a +discouraging word would be heard. + +After the major kill-offs, wolves outside of Alaska and Canada existed mostly as +legend. Like UFOs or Sasquatch, several people claimed to see fleeting lone +wolves, usually in Yellowstone. In the 1960s, a group shooting a movie in the +Wyoming park reportedly imported some captive wolves, then released them when +their shooting was done. If so, this happy band has not been heard from since. + +Rumor also had it some renegade biologist brought a caged pair to Yellowstone +and released them into the wild sometime in the 1970s, hoping to reestablish a +breeding population. If true, the caper failed. + +Over time, the wolf's absence seemed to rehabilitate its image. Eventually, a +trickle of support appeared for bringing the predator back to its former home +range in the northern Rocky Mountains. This trickle grew into a flood, resulting +in 14 wolves being reintroduced in Yellowstone in 1995 by the U.S. Fish and +Wildlife Service -- albeit over the strong and still-continuing objections of +ranchers. These wolf packs have flourished, and now there are an estimated 850 +wolves roaming the northern Rockies, where merely 10 years ago there were none. +One compelling argument for reintroduction was the wolf acts as a keystone +predator, an animal that affects the populations, behavior and ecology of a wide +variety of species within its range. Some recent research conducted by Oregon +State University has given considerable credence to this idea. OSU forestry +professors William Ripple and Robert Beschta have found that wolves actually +promote stream-bank stabilization, although they have given the phenomenon the +unfortunate name of "the ecology of fear" -- something that smacks of the +horrible PR resulting from the wolf's relationships with Riding Hood and the +Three Pigs. They explained that elk in Yellowstone used to browse unmolested on +young aspen and willow growing near the banks of streams, a behavior that +prevented the saplings from reaching mature stages and increased the possibility +of soil erosion. Since reintroduction, however, Ripple and Beschta have found, +fear of the wolves apparently has discouraged the elk from spending too much +time at stream banks -- where they are out in the open -- and munching on the +saplings. "All you have to do is look at the photographs," Ed Bangs, wolf +recovery coordinator for the U.S. Fish and Wildlife Service, told UPI's Blue +Planet, "You say, 'wow!' An area that used to be bald as a billiard ball is now +a sea of willow." This simple change has triggered a veritable ecological +cascade in Yellowstone. More streamside willow and aspen have meant better +habitat for beaver, for instance. Where there had been only one beaver colony in +the park's northern range before the wolves returned, now there are nine. "It +may be uninteresting to a lot of people," Beschta told Blue Planet. "There's a +lot of impact on plants and they say, 'Who cares?' But we've been looking at +streamside communities. Since wolf recovery, streamside plants, willows and +cottonwoods provide food for other critters -- beavers, a whole variety of avian +species, berry-producing shrubs that bears can use. It's important with regard +to the quality of streams. The plants provide shade and root strength for bank +stability. Plants are critical to wildland ecosystems." Yellowstone has a vast +elk herd, one of the largest in the world. Bangs said although the number of elk +has not declined very much since the wolves came back, their behavior appears +markedly different. "I'm pretty suspicious of making broad generalizations," +however, he cautioned. "Wolves are still pretty new. They've only been there for +10 years. In 10 more years we'll have a better idea." Wolf reintroduction in the +northern Rockies has been so successful the Fish and Wildlife Service has moved +to reduce the animal's status from endangered to threatened and, eventually, to +remove it from the endangered species list altogether. Bangs said the agency has +established viable wolf packs in the northern Rockies, as required by federal +regulations. Some conservationists want the protection extended so wolves can +move into other states, including Colorado, Utah and Oregon, among others. On +Jan. 31, Oregon Federal District Court Judge Robert E. Jones appeared to agree +with them. He vacated the FWS decision to downgrade the wolf's status. Bangs +said his agency is still reviewing the decision. Regardless of the wolf's legal +status, its future expansion into new areas now seems likely. Wolves can migrate +considerable distances. A Yellowstone wolf was found dead, hit by a car, on a +Colorado highway last year, several hundred miles from home. Meanwhile, his +reputation seems to be improving, although Bangs noted a "pretty interesting +social dynamic." There are only about 850 wolves in the West, but there are an +estimated 31,000 mountain lions. Pound for pound, mountain lions eat more game +and more livestock than wolves. They even occasionally attack people, which +wolves do not -- despite the propaganda from the Brothers Grimm. Yet people seem +willing -- even eager -- to accommodate mountain lions, despite the risks. It +remains to be seen whether they will extend the same courtesy to the arriving +gray wolf. Regarding those rumors about wolves living in Yellowstone prior to +the official reintroduction? They seem to be just that: rumors. + +True, there are about 300,000 wolves and wolf hybrids kept as pets in the United +States. It also is likely people have released some of these animals into the +wild hoping they would survive -- for instance, a ranger in Glacier Park caught +someone in this very act not long ago. Bangs said these animals are not equipped +to survive in the wild, however, and they all almost certainly have died. He +said after 10 years of DNA testing on northern Rockies wolves, scientists have +not found a single strain that did not belong to one of the wolves the agency +released -- or their descendants. -- Blue Planet is a weekly series examining +the relationship of humans to the environment, by veteran environmental reporter +Dan Whipple. E-mail: sciencem...@upi.com + +Climate: Humans fuss, animals adjust + +By Dan Whipple UNITED PRESS INTERNATIONAL + +Boulder, CO, Nov. 15 (UPI) -- Scientists can argue all they want about how many +degrees Celsius -- or Fahrenheit -- the planet is warming and what the trend +portends, but meanwhile Earth's plants, insects and animals are not waiting for +the outcome. They already are altering their patterns of behavior in response to +what is happening. It turns out one of the surest barometers of the warming +climate is the response of the non-human natural world to changing conditions, +and biologists who study the responses have been aware for some years the +biosphere is acknowledging global warming. Nina Leopold Bradley, a plant +ecologist and daughter of the conservation pioneer Aldo Leopold, published a +1999 paper in the Proceedings of the National Academy of Sciences on her 61-year +uninterrupted phenological records. Phenology studies an organism's development +and life cycle -- the pulse of life. Bradley's record of 300 phenophases found +that even prior to 1999, spring was arriving in higher latitudes several weeks +earlier than in the earlier years of her data. Birds arrived sooner on their +migrations from the south and plants flowered earlier. The Eastern phoebe is +showing up about 20 days before it used to. The forest phlox is blooming in late +April instead of mid-May. Half of the 300 phenophases Leopold tracked showed a +response consistent with warming. In England, the cuckoo returns earlier. An +analysis of 65 bird species in the United Kingdom shows about one-third are +laying their eggs four to seven days earlier than they did 25 years ago. "One of +the major, most well-documented and robust findings in ecology over the past +century has been the crucial role of climate in determining the geographical +distribution of species and ecological communities," concluded a report titled +"Observed Impacts of Global Climate Change in the United States," released by +the Pew Center on Global Climate last week. Pew researchers looked at about 40 +studies that could provide an assessment of whether climate was affecting +biology. "Half of the studies provide strong evidence of a causal link between +the biological change and climate change," said Camille Parmesan, a University +of Texas-Austin biologist and one of the world's leading experts on this issue. +These changes are occurring across all species, Parmesan told UPI's Climate. +"Across the United States, the northern edge of species' range is expanding," +she said. Parmesan has spent much of her career studying the checkerspot +butterfly, which migrates between Mexico and southern California. Some localized +extinctions already have occurred across some of its habitat. "Empirical +research pointed to climate as being a strong driver," she said. "There have +been large numbers of population extinctions in Mexico and southern California +in areas where the habitat is still acceptable." According to Parmesan's earlier +studies, one extinction event, for instance, was triggered when a checkerspot +population migrated north prematurely, relying on a warming temperature signal, +then was caught in a severe snowstorm in its northern habitat. Throughout the +United States, she said, "spring is about two weeks earlier. Tree swallows are +nesting nine days earlier. Tropical species have moved up to Florida and the +Gulf Coast. Bird and butterfly watchers are seeing many, many new species coming +up from Mexico and the Caribbean." As the Pew report concluded, "Sufficient +studies now exist to conclude that the consequences of climate change are +already detectable within U.S. ecosystems." Such consequences include shifting +and, in some cases, contraction of ranges and changes in species composition +within ecosystems. The report also found alterations of ecosystem processes such +as carbon cycling and storage. The Alaskan tundra, for instance, has switched +from being a net sink of carbon dioxide -- absorbing and storing more carbon +from the atmosphere than it releases -- to "being a net source of CO2 (releasing +more carbon than is stored) because warmer winters have allowed dead plant +matter previously stored in the soil to decompose and release CO2." The Pew +report coincided with the release in Iceland of the "Arctic Climate Impact +Assessment." The ACIA -- with participation by the United States, Canada, +Denmark, Finland, Iceland, Norway, the Russian Federation and Sweden -- was +begun in 2000. "The impacts of global warming are affecting people now in the +Arctic," said ACIA chair Robert Corell. "The Arctic is experiencing some of the +most rapid and severe climate change on Earth. The impacts of climate change on +the region and the globe are projected to increase substantially in the years to +come." The ACIA found Arctic winter temperatures have increased 4 degrees to 7 +degrees Fahrenheit in the last 50 years and should go up about twice that much +in the next 100 years. Arctic summer sea ice will decline by 50 percent by the +end of the 21st century, the assessment found, with some models predicting +complete disappearance of summer sea ice. "Should the Arctic Ocean become +ice-free in summer, it is likely that polar bears and some seal species would be +driven toward extinction," the report concluded. As with so much climate +research, not everyone agrees with these dire predictions. A third report, "The +Impacts of Climate Change: An Appraisal for the Future," completed by the +Britain-based International Policy Network and released almost simultaneously +with the other two, falls somewhat into that category. On the one hand, the IPN +report agreed "Climate models generally predict that the temperature rises in +the Arctic will substantially exceed the global rise. This applies especially in +the high Arctic where the ice cover is expected to diminish substantially with +the effect that the surface absorption of solar radiation will greatly +increase." On the other hand, the report thinks the news might not be so bad for +the North Atlantic fisheries. "The impact of global warming on fish stocks and +fisheries is hard to judge," the IPN report said. "A warming of the magnitude +predicted is more likely than not to be beneficial to the fisheries of the North +Atlantic." The important commercial species that probably would benefit from +warming include cod, haddock, saithe, herring, blue whiting and several types of +flatfish and crustaceans -- such as the Norway lobster. Important species that +probably would decline include shrimp, capelin, Greenland halibut and some +varieties of flatfish. Hidden in this laundry list -- and in the pile of studies +examined by the Pew researchers -- is one of the fundamental chasms dividing +participants in the global warming debate. The IPN report examines commercial +fish species, but it neglects important non-commercial animals, such as seals +and polar bears. In a limited economic sense, therefore, the organization can +argue warming might be a good thing. The problem is whether one cares what +happens to the polar bears, checkerspot butterflies and other unconsumables. The +Pew researchers tried to transcend the economic argument. They assumed a value +-- unspecified -- for non-commercial species, and in doing so rendered the +warming news a bit less rosy. This tug-of-war over calculating economic values +is the one that ultimately will have to be decided by humans, because animals +and plants can adjust only so much. "When dandelions have set the mark of May on +Wisconsin pastures, it is time to listen for the final proof of spring," wrote +Aldo Leopold in "A Sand County Almanac." "Sit down on a tussock, cock your ears +at the sky, dial out the bedlam of meadowlarks and redwings, and soon you may +hear it: the flight of the upland plover, just now back from the Argentine." Or +maybe not. + +-- + +Climate is a weekly series by UPI examining the impacts of global climate +change. E-mail sciencem...@upi.com + +Preamble from BBC leading to the comments further below. Feel free to cut and +paste and leave your comments, as these viewpoints cover the entire gamut +surrounding the event. ---->===}*{===<---- How has Katrina changed the US? + +What will be the lasting effects of Hurricane Katrina and what can be learnt +from the response? Relief agencies are trying to help hundreds of thousands of +displaced people while authorities have vowed to restore security in New Orleans +following a breakdown of law and order. In the world press, commentators predict +that Katrina will make a profound change in the way the US is perceived at home +and abroad, especially following the scenes of poverty and racial divisions they +believe the disaster has revealed. Meanwhile, President George W Bush has said +he will lead an inquiry into how the disaster was handled. How has Katrina +changed the US? Has it altered your life? Has the disaster affected the way +other countries view the US? Send us your comments using the form. +---->===}*{===<---- Some of the better comments: + +"As an American, I would like to take this opportunity to tell all the 'USA and +Bush Bashers' that I am appalled at the number of 'allies' that are using this +disaster as their podium to spread their useless opinions. What you see in New +Orleans is a perfect example of the downfalls of the welfare system, a form of +socialism that many in this country know is the true problem. You have seen the +pictures. You people think it is race, but it is not. It is the welfare society +that was New Orleans." --Paul, Atlanta, USA + +"I am frankly revolted by the response of the Bush-Bashers; "Sorry chaps, but +you did have it coming..." The plain fact is that Bush has a sight more in the +way of common humanity than a great many of his detractors. At least he isn't +using this disaster for cheap political point-scoring." --Mac, Nottingham + +"I do not feel it has changed the US citizens which is what was needed, even now +the majority want "Gas" despite the fact they are polluting the world more than +any other country in the world and refuse to stop, perhaps this natural +disaster, which let's face it looks like a product of Global Warming, will +change their views, why not pick things up with your hands and walk with your +legs, other people in the world do it, "Gas" is not the be all and end all!" +--David, Kent + + "The US will work its way through the loss of a city and we +are making progress after seven short days. Thank you for your concern, but +Europe is still irrelevant." --John B, Windermere, Florida + + It is always +interesting what spin the press will take. Certainly, representation of the US +in other countries will have a certain depiction. I don't believe that folks who +believe that America is the land of opportunity will change their views from +this recent news. I have a friend who came here from Bulgaria after winning a +green card in a lottery. Yes, she and her family were delighted to leave the +communistic remnants in that country. Her husband became a citizen of the US +just the week before last. (Believe it or not, it takes a minimum of 5 years to +apply.) The countries which are giving to America to aid are a great example of +the seed that America has sown through the years with other nations. Now to the +poverty stricken and the racial issue... You know, I've lived in the Dallas/Fort +Worth Metroplex most of my life. When not in Texas, I lived in LA and San +Francisco. There is a lot of racial diversity in all of these places... and I've +vacationed through the south... visited my folks when they lived in Mississippi, +and where they live now and are in the racial minority being white (less than +20%) in northeastern Arkansas. The fact is, when I began traveling for business +to New England, when I first visited my in-laws in Montana and Idaho, I was +shocked at the lack of racial diversity. I didn't expect to react that way, but +when I was looking around my workplace in Nashua, New Hampshire, and everyone +else looked pretty much like me, it was really very eerie. So, yes, America has +pockets that are more diverse than others. Additionally, reviewing the standings +of Louisiana and Mississippi in the educational stakes, you'll find they usually +land near the bottom of a list of 50 states. Unfortunately, those left behind to +be filmed, where those without transportation or means. Some refused to leave, +but so many were unable to. Yes, it's a valid reflection of America - we do have +cities like this. However, New Orleans also had many affluent people, people who +left town early as they had the means. I don't know if this will change other +nation's perceptions of America. I suspect it will not change greatly... but you +never know how much stock people put in the news. I do know that this will +change the face of America. I expect that many of the displaced people (those +affluent and those not) will remain in the places they were evacuated to. The +1.25 million people who have been housed in stadiums and convention centers +across Texas will begin to populate Houston, Dallas, San Antonio and Galveston, +and the surrounding areas. + +Sure, some will return, but I have a feeling that once many begin to get jobs +and temporary housing, they may be shy about returning. I'm interested in what +America will look like in 5 years. Will racial diversity find its way to Wyoming +as some people are offered jobs there? Or will the nearly year-round snow be too +much for those who have never experienced snow in their lives? Will the housing +market in Dallas begin booming like the rest of the nation has due to the influx +of buyers? Will businesses that were new in 2005 have become a household name +due to their efforts in rebuilding the gulf coast? What will the federal +government do to prevent inflation in the housing and building market? These are +some of the things I've been wondering... + +Linna + +Response coming soon. Your reply is good and deserves something good in return. +Juggernaut + +Okay, I'm new to this forum and really don't like Bush, so my view point is +slanted and I admit that. I rarely listen to the news or to what politicians or +lawyers say because so many tell lies that none have credibility so what's the +point? What I know is that I have a close friend who's aunt disappeared in New +Orleans. My friend didn't have computer capability, so I spent the day searching +and posting online. The family here (California) wanted to fly any family +members from there to CA, so they could remain here until things got +straightened out down there. The cousins could not be found because no one was +sure of their married names. The hope was that anyone looking for the Aunt would +see the family post and know that help was available. It is Oct. 6, and not one +family member has been located. What I saw was dozens of school buses submerged +that could have been used to evacuate people who had no transportation. What I +heard was the Mayor of New Orleans, saying that he didn't order the buses or +anything else to be used because he was waiting on someone else to tell him what +to do. When common sense takes a back seat to politics and legal mumbo jumbo +what have we become? Recently, Bush addressed the nation. About 30 seconds into +his address, he started flogging the terrorist issue just one more time. +Ironically he almost burst out laughing and it was all he could do to keep his +mirth down to a barely controlled smirk. Even he can't believe that he is +trotting out this old saw again. I guess if you have a schtick that is a +resounding success once, you can't help but trot it out every time your act is +going sour. Meanwhile, every pocket that can be lined is golden and the poor are +shunted off radar yet again. The gall of it all is that Bush is stumping for +more money to build more refineries, when what he should do is pour money into +making the US independent of OPEC or crude oil all together. We have the +technology; if you are going to spend billions of dollars touting "FREEDOM" why +not spend those billions making all of us free? Free of polution, free of oil +dependency, and free of big business that is bleeding us dry for the short term +good (theirs). I'm sorry he makes me want to puke so I shut him off. In the +meanwhile there are still broken families that should have been safe in the home +of the brave. + +For those who believe.................... + +Aries in 2005 - Flexibility If you want a motto for 2005, the best one to adopt +would be "go with the flow." 2005 will be a year of ups and downs, and only the +flexible will be able to keep from going crazy! All Aries natives may have to +tighten their belts and curb their desire for constant expansion. You may need +to play it cool and curb your spending. You'll be among the first to seize upon +new societal trends to create new opportunities for yourself, as your creativity +will be at an all-time high. You will be more eloquent and persuasive than +usual, and others will identify enthusiastically with your vision. If you want +to start a new creative project or business venture, your imagination will be +working overtime. 2005 could find you doing well career-wise - and aspiring to +climb even higher. Taurus in 2005 - Tenacity "Diligence" is the key word for +you, Taurus. With hard work and focus, you will attain at least one important +aspiration that has been on your agenda for a long time. This is the year you'll +want to take stock of your career and ask yourself if you're doing the work you +want to do for the rest of your life. As the year progresses, the more +impressive your ideas and works become. As a result, your finances improve - and +your newfound confidence could attract new love into your life. By the end of +the year, you will have a whole new network of friends and group activity, +stimulating new ideas and taking up your social life a notch or two. Gemini in +2005 - Success Your cycle of learning through the school of hard knocks has come +to an end, Gemini, and now you're going to start reaping the rewards these +"lessons" have left in their wake. As 2005 progresses, the road ahead will +become clearer. You now have it in you to create the kind of life for yourself +that you want. These leaps and bounds forward include love and creativity. Your +learning of concepts of all kinds combines with extensive group activity, +bringing your mind into a whole new space this year. By the end of 2005 you'll +have a whole new start with regard to your career and your earning potential - +and a possible new partnership to top it off! Cancer in 2005 - Balance Finding a +balance between your personal and professional lives may be one of the year's +strongest challenges. For the most part, your outward life this year will go in +fits and starts - alternating periods of intense activity with times of welcome +rest. Enjoy the restful periods when you can. The active ones will be hectic! +You'll be making radical changes in your work habits, but you'll be a lot +happier for it, and in the end you'll know it was worth it. Your love life is +full, and any dissatisfaction with career and money matters fades into the +background. By the end of 2005, you'll feel more confident, more determined, and +far more capable of making the mountains come to you! Leo in 2005 - Abundance +Pursuing a successful career, along with the usual social and financial +advantages, will be easier this year than it has in a long time for you, Leo! +The most difficult thing might be deciding which path means the most to you, and +where to put your focus. You'll be able to create opportunities for advancement +almost out of thin air. Romance in 2005 will make it a year to remember - and +you'll be the envy of all your friends. Love comes willingly and easily. Money +may suddenly become tight at a very inconvenient time. Yet, this is no +comparison to the advancements you'll make overall, and by the end of 2005, +you'll look back in sheer wonder and happiness. Virgo in 2005 - Perseverance +Your working life might not go so smoothly this year, Virgo. For much of 2005, +you'll be putting your nose to the grindstone. On the bright side, your finances +will be pretty stable. Just don't take it for granted - you still need to be +cautious this year. Your love life will thrive for most of the year, and any +relationship begun or reaffirmed in 2005 is very likely to be a lasting one. +And, you're going to develop a hopeless romantic streak.In spite of a lot of +worry over your career, by the year's end, you'll see that 2005 has filled your +life with prosperity and accomplishments. Libra in 2005 - Expansion Flex your +muscles, friend Libra, and prepare for a relatively easy ride. With beneficent +Jupiter in your sign, this is definitely your year, especially where your social +life is concerned. Happiness and enjoyment lie ahead. If you're not presently +married, and want to be, you just might wed by the end of the year. This is the +year you're going to be doing a lot of travel and learning about your world, as +expansion is the theme. The one department of life that may not quite be as +hopeful as you'd like could be your career, where advancement may be slow and +satisfaction rare. By year's end, you may find yourself seriously considering a +major change - all for the best. Scorpio in 2005 - Transmutation Scorpio, you +can still expect changes - perhaps major ones - in your life this year, almost +to the point of total transformation. While this is most apparent in the area of +your career, you'll see it showing up in other important aspects of your life. +Your life might take on an entirely new direction you've never dreamed of. You +may also change your residence during the year. Whether you start the year as a +single person looking for a partner, or you've been married for many years, +happiness in love does lie ahead. Be prepared for new horizons. They may not be +familiar, but they will be fascinating. Don't cling to the banks; instead, flow +with the tide in 2005. Sagittarius in 2005 - Empowerment Are you prepared to +handle absolute power? If not, you will be soon! Your ruling planet, Jupiter, +will be in a special relationship with Pluto - called "mutual reception" - in +2005. There's so much punch packed into this combination that it's almost scary. +You'll find the ultimate power is the ability to choose your own destiny. You'll +find practical ways of increasing your effectiveness in the world by gaining new +skills that allow you to live more abundantly. By the second half of the year, +you will finally feel welcome relief from the tight financial binds that have +hindered you over the past two years. And, a relationship you begin now will +last a very long time - like, for the rest of your life. Overall, 2005 is sure +to be a year you won't forget. Capricorn in 2005 - Resolution You've got plenty +of lucky breaks headed your way in 2005, friend Capricorn. The long awaited +relief you've needed in your love life is around the corner, and by the end of +the year you will feel much clearer about your partnerships in general. +Financially, it could be a lean year, although some advance planning can help +you weather the storm. Your career opportunities will expand exponentially, and +you're likely to change jobs or positions this year. At times, the pressure on +your job and home life may seem unbearable, but rest assured you will come +through this stronger - and wiser - than ever, as more is revealed and resolved +in 2005. Aquarius in 2005 - Magic 2005 sees you expanding your intuitive and +psychic skills even more, Aquarius. The mysteries of the universe continue to +attract and intrigue you, as you apply your mystical awareness to the important +decisions upcoming in your life, especially concerning partnerships of all +kinds. 2005 is bound to bring at least one major success in the love department, +and your career will be brimming with new enthusiasm and innovation. Not only +that, but travel, adventure, and personal expansion infuse fresh energy into all +areas of your life. By year's end, your creative decision-making will have +carried you to whole new peaks - and a whole new view from above. Pisces in 2005 +- Self-confidence It's a big year for you, friend Pisces. No doubt, in 2005 +you'll find yourself pushed more and more out into the world. You'll experience +a new sense of purpose and make plenty of new friends. Expect lots of surprises +and lucky breaks this year, with Uranus bringing the unexpected in your career, +your love life, and the world in general. At some point during the year, you +could pick up a financial windfall, hear of a great career opportunity, or +unexpectedly meet the love of your life. It's important that you take retreats +and plenty of time for yourself to regenerate, as the rate of change in your +personal and professional life will be fast and unpredictable. Remain calm and +confident, and love is very likely to flourish in 2005. "Expect the unexpected," +and enjoy the ride! "Success comes before work" only in the dictionary Mayur ? +<> + +Get Mails Everyday <> Share Your Mails +mayur...@yahoo.com SMS Me... 09819602175 Talk to me + [send offline as well ] +online?u=mayursha&m=g&t=1 1K Download + +------------------------------------------------------------- The mysterious +RAPHAEL Holinshed was named for the mysterious Neoplatonic Italian painter +RAPHAEL Sanzio who painted _St.George Fighting the Dragon_ (1504-06) [ ] +---------------------------------------------------------------------- Like +William Shakspere RAPHAEL (the painter) died on his April birthday Laura & +Bridget's day: +----------------------------------------------------------------------- +ARCHILOCHUS solar eclipse: April 6, 648 BC Friday + +Koran descends to Earth: April 6, 610 AD Monday CLEMENT's St.Methodius dies: +April 6, 884 Monday Petrarch meets LAURA: April 6, 1327 Monday DURER dies: April +6, 1528 Monday BRIDGET Vere's birth: April 6, 1584 Monday Sir Francis Walsingham +dies: April 6, 1590 Monday "native of Crete" EL GRECO dies: April 7, 1614 Monday +{LUCIO: Does BRIDGET PAINT still, Pompey, ha? [MfM Act 3, Sc. 2]} + +LAURA dies of plague: April 6, 1348 Sunday RAPHAEL born: April 6, 1483 Sunday + +RAPHAEL dies: April 6, 1520 Good Friday Thomas Hobbes' birth: April 5, 1588 Good +Friday Start of _The SOUND & the FURY_: April 6, 1928 Good Friday Kent +EARTHQUAKE: April 6, 1580 Wednesday Historian John Stow dies: April 6, 1605 +Sat/Wed. ----------------------------------------------------------------------- +<< Upon the sixth of April, Alexander the Great was born. Upon the same day he +conquered Darius, won a great victory at sea, & died the same day. Neither was +this day less fortunate to his father Philip; for on the same day he took +Potidea; >> - JOHN AUBREY, F.R.S. +--------------------------------------------------------------------- ANTONIO +PEREZ 1535-1611 [Philip II's renegade Secretary of State] + +<> +---------------------------------------------------------------- Shakespeare +Electronic Conference, Vol. 6, No. 0832. Monday, 23 October 1995. From: Martin +Green Date: Sunday, 22 Oct 1995 10:57:32 -0400 +Subject: Re: Facts, Purpose of List, Italy, Jews + +<> +--------------------------------------------------------------------- <> <<"Well then," said Don Quixote, "the +same thing happens in the comedy and life of this world, where some play +emperors, others popes, and, in short, all the characters that can be brought +into a play; but when it is over, that is to say when life ends, death strips +them all of the garments that distinguish one from the other, and all are equal +in the grave." "A fine comparison!" said Sancho; "though not so new but that I +have heard it many and many a time, as well as that other one of the game of +CHESS; how, so long as the game lasts, each piece has its own particular office, +and when the game is finished they are all mixed, jumbled up and shaken +together, and stowed away in the bag, which is much like ending life in the +grave." "Thou art growing less doltish and more shrewd every day, Sancho," said +Don Quixote. "Ay," said Sancho; "it must be that some of your worship's +shrewdness sticks to me; land that, of itself, is barren and dry, will come to +yield good fruit if you dung it and till it>> +--------------------------------------------------------------------- Of all +Freemason sponsered revolutions: American, French, Bolivar, etc. . . Garibaldi's +is the most blatantly Masonic: Nostromo A Tale of the Seaboard + +<> +------------------------------------------------------------------ Wisteria +Lodge + +<> +------------------------------------------------------ Art Neuendorffer + +The Rock revolution happened in the Sixties (6, number of the Beast). It came +from Liverpool, that was the port base to the Titanic, destroyed by God because +of the arrogant insult of captain Smith (also from Liverpool): "Not even God can +sink my ship" (not only the captain, but also the rest of the crew and even the +orchestra playing at the Titanic were from Liverpool). The Rock revolution came +from the nation that allows a church to be changed to a pub or to a dance room +or to a recording studio full of drug addicts, homosexuals and lunatics (as that +of George Martin, ally of the Beatles). It came from the nation whose king +Enrique VIII adulterated the Bible so that divorce could be allowed and in this +way be able to give loose rein to the many divorces from his wives and +subsequent murdering of the same ones and to whom God provided a wife with six +fingers as abomination (Anne Boleyn)...once again 6, number of the Beast.... It +is interesting to observe that this nation is nicknamed "the Devil's Island". As +the epithet of the government of Satan on that nation, the center of London, the +so well-known Piccadilly Circus, takes it's name from an old brothel (the +"Piccadilla House" which means "The House of Sin"), disappeared nowadays. The +antichrist John Lennon, one of the Devil's main puppets to destroy family, +social and moral values and to begin the disintegration of mankind, did hit +Stuart Sutcliffe (the first bass player of the Beatles) in the head with a club +repeatedly in Hamburg. Some months later Sutcliffe died from brain haemorrhage +because of John Lennon's bruises. John Lennon entered stardom being a murderer. +The same demons that made captain Smith say "Not even God can sink my ship" +spoke from antichrist John Lennon (from Liverpool, base port to the Titanic) +saying: "Christianity is on the go. It will vanish and shrink. We are more +popular than Jesus and Pope"....That was the day that GOD'S CURSE fell upon the +world of Rock. One week after that declaration, ONLY ONE WEEK LATER, Brian +Epstein, forger of the Beatle farce, died from an overdose. From then on, the +Beatles began to get involved in false religions and to preach them to the +world. John Lennon's divorce followed, as well as his entering the world of +black magic, as deeply as to buy the apartment. where the "Rosemary's baby" had +been filmed, previous property of Roman Polansky, and in that same apartment +John Lennon had a room upholstered with black silk where he used to do his black +magic operations. Came the disintegration of the Beatles' minds with LSD which +has caused, among others, schizophrenic lyrics such as "I am the Walrus" and +incoherent schizophrenic musical expositions like "Revolution number 9". At the +same time, the devil acted through his other main puppets with "Sympathy for the +devil" that was when the pact of the Rolling Stones with Satan took the life of +the founder of the group, the guitarist Brian Jones (who refused to be a puppet +of the devil), murdered by people sent by Mick Jagger, another assassin. +Antichrist John Lennon followed the Devil's strategy writing lyrics such as "God +is a concept by which we measure our pain...I don't believe in Jesus, etc., +etc.," (God) and "and no religions too..." (Imagine). Antichrist John Lennon +wanted to compete with Jesus Christ, and so he grew a beard and started to make +a bogus role of Christ together with Yoko Ono at the Amsterdam Hilton hotel +proclaiming "Peace", being then when he was visited by the Canadian journalist +who ridiculized and admonished him wanting to know about what Lennon meant when +he wrote in the lyrics of "The ballad of John and Yoko": "the way things are +going, they're going to crucify me...", The CURSE OF GOD upon John Lennon +carried on with all type of miseries and distresses which made Lennon give the +interview to the "Rolling Stone" magazine (today condensed in the "Lennon +remembers" book) where he speaks about how bad thing were going for him blaming +"whatever is up there" for it (referring to God). The CURSE OF GOD carried on +until he was shot dead. It is interesting to notice that he was shot seven +times, being seven, as well as three, the holy numbers in Holy Cabalah +tradition.... After George Harrison, said arrogantly in a video filmed in his +studio at Henley on Thames: "I want to talk about the divinity of man", he was +given throat cancer by GOD because of those words, which made metastasis and +carried on to final death.. To Paul McCartney whose company's logo was a person +toying with the planets as if he was a god, and who was being very much deluded +in his ego trip by the fact that he was made "Sir" (when in England even the +road sweeper is made Sir, as long as he produces money for the nation), GOD +provided cancer to the wife. The advertising farce of how much he loved Linda +(woman whose quality he did not deserve), was exposed when it was known that +Paul had an affair with Heather Mills, Linda's intimate friend, with whom +McCartney went on a trip to New York and to whom he bought things and presents, +while he was still mourning for his "dear Linda". At the same time McCartney was +going out with Heather Mills, he used Linda's death for promotional ends, due to +his waning popularity. Paul was going out with Heather, but in front of the +audience he played the faithful husband's masquerade pretending to suffer for +Linda, for the afore mentioned promotional ends. Paul admitted that he made +Linda suffer a lot, but he didn't say that it was because he felt insecure as a +man due to his womanish face and effeminate manners and also because with his +age his sexual power was not the same, even though it has never been much. The +early days were the days of competition between Paul and his wife and John and +his wife and he knew he had to compete with ugly John for the leadership of the +band in front of their wives and having Yoko Ono made him aware of his lack of +virility and repressed homosexuality, he grew the beard that we see in the "Let +it Be" film and started to show pictures of naked women in the same film, doing +every effort he could to be seen as a man.... It is easy to note the uneasiness +of McCartney when he sings: "I've got a feeling, a feeling I can't hide..." in +front of Yoko in the film. (He already had the traumas that his previous +girlfriend Jane Asher had caused him when she made him aware of his little +manliness and effeminate manners). Paul has such a big inferiority complex as a +man, due to his effeminate face, body and personality and due to his repressed +homosexuality, that he found himself a handicapped woman with only one leg, so +that he could stand out, being very conscious that a full woman would make him +feel the superiority of virile men again, as Jane and Linda did. This is +something that his ego trip of lucky bad musician could not face anymore....He +is very conscious that money and fame cannot buy virility and manliness. Besides +being a murderer, John Lennon had sexual intercourse with homosexual Brian +Epstein to get him interested in going to see the band at the Cavern, trauma +from which he never recovered. Because of the trauma that his homosexual +relation with Brian Epstein had left him, he made lyrics such as: "You can wear +a collar and a tie, one thing you can't hide is when you're crippled inside" and +gave declarations to the "Rolling Stone" magazine saying that "sometimes he wore +Texan boots to feel more secure as a man". The Beatles are very well known by +people close to them for their arrogance and racism. One of the manifestations +of their racism is the rejection towards Japanese Yoko Ono. That rejection got +to the point that George Harrison kicked Yoko Ono in the Apple studios during +the filming of Let it Be. When John asked George while they were having lunch +about how things were going for Paul after his separation from the Beatles and +George replied that he was number one in the Swedish hit parade, John said in a +despective manner: "ah!!.. in Sweden..", as if Sweden was an inferior place or +something alike. In the Beatles' song "Get Back" they advise black Joe to "get +back to where you once belonged", as if England was not a place for black +people. Sometimes back, Paul told George in the Apple offices that the new +generations are a bundle of idiots and useless people, but in any way they would +have also been slaves of the Beatles. The Jewish marriage living to the right of +George's house said that he is an arrogant person who does never return a +greeting. The newly married couple living on the corner in front of the entrance +of George's house (Friar Park) refers to him as an overbearing person to stay +away from. The receptionist of "Hand made", the former film making company of +George Harrison said: "we don't have any relation with that man anymore and we +don't want to know anything about him". It is interesting to note that this +company was made bankrupt by the British cinema industry due to the despotism +and pedantry of George Harrison, who believed that the cinema industry would +have worshiped him. Their chauvinisms got to the point that even they themselves +hated each other. Paul McCartney said that George Harrison is a nothing. George +Harrison said that he is tired of listening to people talk about John Lennon.... +George Harrison said in a video that "Oasis is a very untalented band and they +shouldn't be playing at all", all of it being the truth, but the Beatles is also +a band of very poor musicians, if musicians at all, who could only play a couple +of elementary guitar chords and who are as untalented as Oasis. The Beatles of +the times of the "Cavern" sounded exactly as poorly as Oasis and the little +musical quality in the songs of the Beatles is due to George Martin. Without +George Martin the Beatles would have been just another untalented band as +Oasis.... Paul McCartney said recently that he believes in using magic, and he +does lots of charity, thinking that in this way he will compensate for the CURSE +OF GOD that is upon him and that took his wife's life because of his Satanism +and involvement in black magic. He thinks he will deceive people in this way, so +that the real McCartney will not be perceived. Is the old Devil attempting to +disguise as good in front of people. Satan deceiving mankind once again, as so +many other thousands of times through the centuries.... After the Devil began +his devastating job from the ghostly "Devil's Island" through his nine main +puppets (Beatles-Rolling Stones), he possessed an endless amount of other +schizophrenic bad musician in the afore mentioned Island and weakening their +conscience with drugs, he made them proclaimers of homosexuality, aversion to +religion, destruction of family values, dissipation, mental illness, +antisocialism, etc., etc., The fact that bad apprentice musicians such as the +Beatles and the Rolling Stones achieved such a giant fame that not even the real +quality musicians could achieve, was because the forces of Satan were behind +everything, supporting the process. This mentally ill humanity, destroyed +families, twisted moral values, manifest or repressed homosexuality in human +beings, anti natural feminism rebellion, drug addiction, corrupt social +outlines, mad youths without direction, non respect to hierarchies, convulsed +nations, misanthropy, misogyny, paedophilia, irrational and feeble +lasciviousness and all other type of existent aberrations, are due to the vast +manoeuvre that Satan executed through his main marionettes the Beatles and the +Rolling Stones, from the Devil's Island. If you wonder why there is misery and +curse in your house, it is because you own some L.P, CD or another article +related to the CURSED BY GOD Beatles and Rolling Stones. We recommend you to +take that curse out of your house throwing away everything related to the +Devil's main nine puppets.... You have been warned... + +THE HIGH COURT. (The Five Judges) + +For the sake of mankind, you should email our verdict to your friends. + +Email: yamwhatiyam Groups: alt.consumers, ba.consumers, +misc.consumers, misc.consumers.frugal-living + +Attack on Iran: A Looming Folly By William Rivers Pitt t r u t h o u t | +Perspective + +Monday 09 January 2006 + +The wires have been humming since before the New Year with reports that the Bush +administration is planning an attack on Iran. "The Bush administration is +preparing its NATO allies for a possible military strike against suspected +nuclear sites in Iran in the New Year, according to German media reports, +reinforcing similar earlier suggestions in the Turkish media," reported UPI on +December 30th. "The Berlin daily Der Tagesspiegel this week," continued UPI, +"quoted 'NATO intelligence sources' who claimed that the NATO allies had been +informed that the United States is currently investigating all possibilities of +bringing the mullah-led regime into line, including military options. This 'all +options are open' line has been President George W Bush's publicly stated policy +throughout the past 18 months." An examination of the ramifications of such an +attack is desperately in order. 1. Blowback in Iraq + +The recent elections in Iraq were dominated by an amalgam of religiously +fundamentalist Shi'ite organizations, principally the Dawa Party and the Supreme +Council for Islamic Revolution in Iraq (SCIRI). Both Dawa and SCIRI have +umbilical connections to the fundamentalist Shi'ite leadership in Iran that go +back decades. In essence, Iran now owns a significant portion of the Iraqi +government. Should the United States undertake military action against Iran, the +ramifications in Iraq would be immediate and extreme. In the first eight days of +January, eighteen US troops have been killed in Iraq, compounded by another +twelve deaths from a Black Hawk helicopter crash on Saturday. Much of the +violence aimed at American forces is coming from disgruntled Sunni factions that +have their own militias, believe the last elections were a sham, and hold little +political power in the government. If the US attacks Iran, it is probable that +American forces - already taxed by attacks from Sunni factions - will also face +reprisal attacks in Iraq from Shi'ite factions loyal to Iran. The result will be +a dramatic escalation in US and civilian casualties, US forces will be required +to bunker themselves further into their bases, and US forces will find +themselves required to fight the very government they just finished helping into +power. Iraq, already a seething cauldron, will sink further into chaos. 2. +Iran's Armaments + +Unlike Iraq, Iran has not spent the last fifteen years having its conventional +forces worn down by grueling sanctions, repeated attacks, and two American-led +wars. While Iran's conventional army is not what it was during the heyday of the +Iran-Iraq war - their armaments have deteriorated and the veterans of that last +war have retired - the nation enjoys substantial military strength nonetheless. +According to a report issued by the Center for Strategic and International +Studies in December of 2004, Iran "has some 540,000 men under arms and over +350,000 reserves. They include 120,000 Iranian Revolutionary Guards trained for +land and naval asymmetrical warfare. Iran's military also includes holdings of +1,613 main battle tanks, 21,600 other armored fighting vehicles, 3,200 artillery +weapons, 306 combat aircraft, 60 attack helicopters, 3 submarines, 59 surface +combatants, and 10 amphibious ships." "Iran is now the only regional military +power that poses a significant conventional military threat to Gulf stability," +continued the CSIS report. "Iran has significant capabilities for asymmetric +warfare, and poses the additional threat of proliferation. There is considerable +evidence that it is developing both a long-range missile force and a range of +weapons of mass destruction. It has never properly declared its holdings of +chemical weapons, and the status of its biological weapons programs is unknown." +A MILNET brief issued in February 2005 reports, "Due to its position astride the +Persian Gulf, Iran has constantly been a threat to the Gulf. The so called +'Tanker' wars in the late 1980s put Iran squarely in the bullseye of all nations +seeking to transport oil out of the region. Even the small navy that Iran puts +to sea is capable enough to harass shipping, and several cases of small boat +operations against oil well heads in the Gulf during that period made it clear +small asymmetrical tactics of the Iranian Navy could be quite effective." "More +concerning," continued the MILNET brief, "is the priority placed on expanding +and modernizing its Navy. The CSIS report cites numerous areas where Iran has +funded modernization including the most troublesome aspect, anti-shipping cruise +missiles: 'Iran has obtained new anti-ship missiles and missile patrol craft +from China, midget submarines from North Korea, submarines from Russia, and +modern mines.'" It is Iran's missile armaments that pose the greatest concern +for American forces in the Gulf, especially for the US Navy. Iran's coast facing +the Persian Gulf is a looming wall of mountains that look down upon any naval +forces arrayed in those waters. The Gulf itself only has one exit, the Strait of +Hormuz, which is also dominated by the mountainous Iranian coastline. In +essence, Iran holds the high ground in the Gulf. Missile batteries arrayed in +those mountains could raise bloody havoc with any fleet deployed below. Of all +the missiles in Iran's armament, the most dangerous is the Russian-made SS-N-22 +Sunburn. These missiles are, simply, the fastest anti-ship weapons on the +planet. The Sunburn can reach Mach 3 at high altitude. Its maximum low-altitude +speed is Mach 2.2, some three times faster than the American-made Harpoon. The +Sunburn takes two short minutes to cover its full range. The missile's +manufacturers state that one or two missiles could cripple a destroyer, and five +missiles could sink a 20,000 ton ship. The Sunburn is also superior to the +Exocet missile. Recall that it was two Exocets that ripped the USS Stark to +shreds in 1987, killing 37 sailors. The Stark could not see them to stop them. +The US aircraft carrier Theodore Roosevelt is currently deployed in the Persian +Gulf, with some 7,000 souls aboard. Sailing with the Roosevelt is the Tarawa +Expeditionary Strike Force, which includes the USS Tarawa, the USS Austin, and +the USS Pearl Harbor. The USS Austin is likewise deployed in the Gulf. The +Sunburn missile, with its incredible speed and ability to avoid radar detection, +would do terrible damage these ships if Iran chooses to retaliate in the Gulf +after an American attack within its borders. Beyond the naval threat is the +possibility of Iran throwing its military muscle into the ongoing struggle in +Iraq. Currently, the US is facing an asymmetrical attack from groups wielding +small arms, shoulder-fired grenades and roadside bombs. The vaunted American +military has suffered 2,210 deaths and tens of thousands of wounded from this +form of warfare. The occupation of Iraq has become a guerrilla war, a siege that +has lasted more than a thousand days. If Iran decides to throw any or all of its +23,000 armored fighting vehicles, along with any or all of its nearly +million-strong army, into the Iraq fray, the situation in the Middle East could +become unspeakably dire. 3. The Syrian Connection + +In February of 2005, Iran and Syria agreed upon a mutual protection pact to +combat "challenges and threats" in the region. This was a specific reaction to +the American invasion of Iraq, and a reaction to America's condemnation of Syria +after the death of Lebanese Prime Minister Rafik Hariri, which was widely seen +as an assassination ordered from Damascus. An attack on Iran would trigger this +mutual defense pact, and could conceivably bring Syria into direct conflict with +American forces. Like Iran, Syria's military is nothing to scoff at. Virtually +every credible analysis has Syria standing as the strongest military force in +the Middle East after Israel. Damascus has been intent for years upon +establishing significant military strength to serve as a counterweight to +Israel's overwhelming capabilities. As of 2002, Syria had some 215,000 soldiers +under arms, 4,700 tanks, and a massive artillery capability. The Syrian Air +Force is comprised of ten to eleven fighter/attack squadrons and sixteen fighter +squadrons, totaling somewhere near 650 aircraft. Syria also possesses one of the +largest arsenals of ballistic missiles in the region, comprised primarily of +SCUD-derived systems. Iran, North Korea and China have been willing providers of +state-of-the-art technologies. Compounding this is the well-based suspicion that +Syria has perhaps the most advanced chemical weapons capability in the Persian +Gulf. 4. China and the US Economy + +While the ominous possibilities of heightened Iraqi chaos, missiles in the Gulf, +and Syrian involvement loom large if the US attacks Iran, all pale in comparison +to the involvement of China in any US/Iran engagement. China's economy is +exploding, hampered only by their great thirst for petroleum and natural gas to +fuel their industry. In the last several months, China has inked deals with Iran +for $70 billion dollars worth of Iranian oil and natural gas. China will +purchase 250 million tons of liquefied natural gas from Iran over the next 30 +years, will develop the massive Yadavaran oil field in Iran, and will receive +150,000 barrels of oil per day from that field. China is seeking the +construction of a pipeline from Iran to the Caspian Sea, where it would link +with another planned pipeline running from Kazakhstan to China. Any US attack on +Iran could be perceived by China as a direct threat to its economic health. +Further, any fighting in the Persian Gulf would imperil the tankers running +China's liquefied natural gas through the Strait of Hormuz. Should China decide +to retaliate against the US to defend its oil and natural gas deal with Iran, +the US would be faced with a significant threat. This threat exists not merely +on a military level, though China could force a confrontation in the Pacific by +way of Taiwan. More significantly, China holds a large portion of the American +economy in the palm of its hand. Paul Craig Roberts, writing for The American +Conservative, said in July of 2005 that "As a result of many years of persistent +trade surpluses with the United States, the Japanese government holds dollar +reserves of approximately $1 trillion. China's accumulation of dollars is +approximately $600 billion. South Korea holds about $200 billion. These sums +give these countries enormous leverage over the United States. By dumping some +portion of their reserves, these countries could put the dollar under intense +pressure and send U.S. interest rates skyrocketing. Washington would really have +to anger Japan and Korea to provoke such action, but in a showdown with China - +over Taiwan, for example - China holds the cards. China and Japan, and the world +at large, have more dollar reserves than they require. They would have no +problem teaching a hegemonic superpower a lesson if the need arose." "The +hardest blow on Americans," concluded Roberts, "will fall when China does +revalue its currency. When China's currency ceases to be undervalued, American +shoppers in Wal-Mart, where 70 percent of the goods on the shelves are made in +China, will think they are in Neiman Marcus. Price increases will cause a +dramatic reduction in American real incomes. If this coincides with rising +interest rates and a setback in the housing market, American consumers will +experience the hardest times since the Great Depression." In short, China has +the American economy by the throat. Should they decide to squeeze, we will all +feel it. China's strong hand in this even extends to the diplomatic realm; China +is a permanent member of the United Nations Security Council, and could veto any +actions against Iran proposed by the United States. 5. American Preparedness + +American citizens have for decades taken it as a given that our military can +overwhelm and overcome any foe on the battlefield. The rapid victory during the +first Gulf War cemented this perception. The last three years of the Iraq +occupation, however, have sapped this confidence. Worse, the occupation has done +great damage to the strength of the American military, justifying the decrease +in confidence. Thanks to repeated deployments to Iraq and Afghanistan, +recruiting is at an all-time low. Soldiers with vital training and know-how are +refusing to re-enlist. Across the board, the American military is stretched to +the breaking point. Two vaunted economists - one a Nobel Prize winner and the +other a nationally renowned budget expert - have analyzed the data at hand and +put a price tag on the Iraq occupation. According to Linda Bilmes of Harvard and +Nobel Laureate Joseph E. Stiglitz of Columbia University, the final cost of the +Iraq occupation will run between $1 trillion and $2 trillion, surpassing by +orders of magnitude the estimates put forth by the Bush administration. If an +engagement with Iran envelops our forces in Iraq, and comes to involve Syria, +our economy will likely shatter under the strain of fighting so many countries +simultaneously. Add to this the economic threat posed by China, and the economic +threat implicit in any substantial disruption of the distribution of Mideast +petroleum to the globe. If Iran and Syria - with their significant armaments, +missile technologies and suspected chemical weapons capabilities - decide to +engage with the relatively undersized US force in Iraq, our troops there will be +fish in a barrel. Iran's position over the Gulf would make resupply by ship and +air support from carriers a dangerous affair. In the worst-case scenario, the +newly-minted American order of battle requiring the use of nuclear weapons to +rescue a surrounded and imperiled force could come into play, hurling the entire +planet into military and diplomatic bedlam. Conclusion: Is Any of This Possible? + +The question must be put as directly as possible: what manner of maniac would +undertake a path so fraught with peril and potential economic catastrophe? It is +difficult to imagine a justification for any action that could envelop the +United States in a military and economic conflict with Iraq, Iran, Syria and +China simultaneously. Iran is suspected by many nations of working towards the +development of nuclear weapons, but even this justification has been tossed into +a cocked hat. Recently, Russian president Vladimir Putin bluntly stated that +Iran is not developing its nuclear capability for any reasons beyond peaceful +energy creation, and pledged to continue assisting Iran in this endeavor. +Therefore, any attack upon Iran's nuclear facilities will bring Russia into the +mess. Iran also stands accused of aiding terrorism across the globe. The dangers +implicit in any attack upon that nation, however, seem to significantly offset +whatever gains could be made in the so-called "War on Terror." Unfortunately, +all the dangers in the world are no match for the self-assurance of a +bubble-encased zealot. What manner of maniac would undertake such a dangerous +course? Look no further than 1600 Pennsylvania Avenue. George W. Bush and his +administration have consistently undertaken incredibly dangerous courses of +action in order to garner political power on the home front. Recall the multiple +terror threats lobbed out by the administration whenever damaging political news +appeared in the media. More significantly, recall Iraq. Karl Rove, Bush's most +senior advisor, notoriously told Republicans on the ballot during the 2002 +midterms to "run on the war." The invasion of Iraq provided marvelous political +cover for the GOP not only during those midterms, but during the 2004 +Presidential election. What kind of political cover would be gained from an +attack on Iran, and from the diversion of attention to that attack? The answer +lies in one now-familiar name: Jack Abramoff. The Abramoff scandal threatens to +subsume all the hard-fought GOP gains in Congress, and the 2006 midterms are +less than a year away. Is any of this a probability? Logic says no, but logic +seldom plays any part in modern American politics. All arguments that the Bush +administration would be insane to attack Iran and risk a global conflagration +for the sake of political cover run into one unavoidable truth. They did it once +already in Iraq. + +By Graydon Carter (excepted from "What We've Lost", published by Little Brown) +68.4 - Average Number of species added to the Endangered and Threatened Species +list each year between 1991 and 2000. 0 - Number of endangered species +voluntarily added by the Bush administration since taking office. 408 - Number +of species that could be extinct by 2050 if the global-warming trend continues. +0 - Number of times Bush mentioned global warming, clean air, clean water, +pollution or environment in his 2004 State of the Union speech. His father was +the last president to go through an entire State of the Union address without +mentioning the environment. 1 - Number of paragraphs devoted to global warming +in the EPA's 600-page "Draft Report on the Environment" presented in 2003. 68 - +Number of days after taking office that Bush decided Not to ratify the Kyoto +Protocol, the international treaty to reduce greenhouse gases by roughly 5.2 per +cent below 1990 levels by 2012. The United States was to cut its level by 7 per +cent. 1 The rank of the United States worldwide in terms of greenhouse gas +emissions. + +25 - Percentage of overall worldwide carbon dioxide emissions the United States +is responsible for. + +53 - Number of days after taking office that Bush reneged on his campaign +promise to regulate carbon dioxide emissions from power plants. 14 - Percentage +carbon dioxide emissions will increase over the next 10 years under Bush's own +global-warming plan (an increase of 30 per cent above their 1990 levels). 5 - +Number of years the Bush administration said in 2003 that global warming must be +further studied before substantive action could be taken. $44m- Amount the +Bush-Cheney 2000 campaign and the Republican National Committee received in +contributions from the fossil fuel, chemical, timber, and mining industries. 200 +- Number of regulation rollbacks downgrading or weakening environmental laws in +Bush's first three years in office. 31 - Number of Bush administration +appointees who are alumni of the energy industry (includes four cabinet +secretaries, the six most powerful White House officials, and more than 20 other +high-level appointees). 50= Approximate number of policy changes and regulation +rollbacks injurious to the environment that have been announced by the Bush +administration on Fridays after 5pm, a time that makes it all but impossible for +news organisations to relay the information to the widest possible audience. 50 +- Percentage decline in Environmental Protection Agency enforcement actions +against polluters under Bush's watch. 34 - Percentage decline in criminal +penalties for environmental crimes since Bush took office. 50 - Percentage +decline in civil penalties for environmental crimes since Bush took office. +$6.1m - Amount the EPA historically valued each human life when conducting +economic analyses of proposed regulations. $3.7m - Amount the EPA valued each +human life when conducting analyses of proposed regulations during the Bush +administration. 62 - Number of members of Cheney's 63-person Energy Task Force +with ties to corporate energy interests. 0 - Number of environmentalists asked +to attend Cheney's Energy Task Force meetings. 6 - Number of months before 11 +September that Cheney's Energy Task Force investigated Iraq's oil reserves. 2 - +Percentage of the world's population that is British. + +2 - Percentage of the world's oil used by Britain. + +5 - Percentage of the world's population that is American. + +25 - Percentage of the world's oil used by America. + +63 - Percentage of oil the United States imported in 2003, a record high. + +24,000 - Estimated number of premature deaths that will occur under Bush's Clear +Skies initiative. 300 - Number of Clean Water Act violations by the +mountaintop-mining industry in 2003. 750,000 - Tons of toxic waste the US +military, the world's biggest polluter, generates around the world each year. +$3.8bn - Amount in the Superfund trust fund for toxic site clean-ups in 1995, +the Year "polluter pays" fees expired. $0 - Amount of uncommitted dollars in the +Superfund trust fund for toxic site clean-ups in 2003. 270 - Estimated number of +court decisions citing federal Negligence in endangered-species protection that +remained unheeded during the first year of the Bush administration. 100 - +Percentage of those decisions that Bush then decided to allow the government to +ignore indefinitely. 50- Percentage of screened workers at Ground Zero who now +suffer from long-term health problems, almost half of whom don't have health +insurance. 78 - Percentage of workers at Ground Zero who now suffer from lung +ailments. + +88 - Percentage of workers at Ground Zero who Now suffer from ear, nose, or +throat problems. 22 - Asbestos levels at Ground Zero were 22 times higher than +the levels in Libby, Montana, where the W R Grace mine produced one of the worst +Superfund disasters in US history. 1 - Number of Bush administration public +statements on National security issued between 20 January 2001 and 10 September +2001 that mentioned al-Qa'ida. 104 - Number of Bush administration public +statements on National security and defense in the same period that mentioned +Iraq or Saddam Hussein. 101 - Number of Bush administration public statements on +National security and defense in the same period that mentioned missile defence. +65 - Number of Bush administration public statements on National security and +defense in the same period that mentioned weapons of mass destruction. 0 - +Number of times Bush mentioned Osama bin Laden in his three State of the Union +addresses. 73 - Number of times that Bush mentioned terrorism or terrorists in +his three State of the Union addresses. 83 - Number of times Bush mentioned +Saddam, Iraq, or regime (as in change) in his three State of the Union +addresses. $1m - Estimated value of a painting the Bush Presidential Library in +College Station, Texas, received from Prince Bandar, Saudi Arabia's ambassador +to the United States and Bush family friend. 0 - Number of times Bush mentioned +Saudi Arabia in his three State of the Union addresses. 1,700- Percentage +increase between 2001 and 2002 of Saudi Arabian spending on public relations in +the United States. 79 - Percentage of the 11 September hijackers who came from +Saudi Arabia. + +3 = Number of 11 September hijackers whose entry visas came through special +US-Saudi "Visa Express" programme. 140 - Number of Saudis, including members of +the Bin Laden family, evacuated from United States almost immediately after 11 +September. 14 - Number of Immigration and Naturalisation Service (INS) agents +assigned to track down 1,200 known illegal immigrants in the United States from +countries where al-Qa'ida is active. $3m - Amount the White House was willing to +grant the 9/11 Commission to investigate the 11 September attacks. $0 - Amount +approved by George Bush to hire more INS special agents. + +$10m- Amount Bush cut from the INS's existing terrorism budget. + +$50m - Amount granted to the commission that looked into the Columbia space +shuttle crash. $5m - Amount a 1996 federal commission was given to study +legalised gambling. + +7 - Number of Arabic linguists fired by the US army between mid-August and +mid-October 2002 for being gay. George Bush: Military man + +1972 - Year that Bush walked away from his pilot duties in the Texas National +Guard, Nearly two years before his six-year obligation was up. $3,500 - Reward a +group of veterans offered in 2000 for anyone who could confirm Bush's Alabama +guard service. 600-700 - Number of guardsmen who were in Bush's unit during that +period. + +0 - Number of guardsmen from that period who came forward with information about +Bush's guard service. 0 - Number of minutes that President Bush, Vice-President +Dick Cheney, the Defence Secretary, Donald Rumsfeld, the assistant Defence +Secretary, Paul Wolfowitz, the former chairman of the Defence Policy Board, +Richard Perle, and the White House Chief of Staff, Karl Rove - the main +proponents of the war in Iraq -served in combat (combined). 0 - Number of +principal civilian or Pentagon staff members who planned the war who have +immediate family members serving in uniform in Iraq. 8 - Number of members of +the US Senate and House of Representatives who have a child serving in the +military. 10 - Number of days that the Pentagon spent investigating a soldier +who had called the President "a joke" in a letter to the editor of a Newspaper. +46 - Percentage increase in sales between 2001 and 2002 of GI Joe figures +(children's toys). Ambitious warrior + +2 - Number of Nations that George Bush has attacked and taken over since coming +into office. 130 - Approximate Number of countries (out of a total of 191 +recognised by the United Nations) with a US military presence. 43 - Percentage +of the entire world's military spending that the US spends on defence. (That was +in 2002, the year before the invasion of Iraq.) + +$401.3b - Proposed military budget for 2004. + +Saviour of Iraq + +1983 - The year in which Donald Rumsfeld, Ronald Reagan's special envoy to the +Middle East, gave Saddam Hussein a pair of golden spurs as a gift. 2.5 - Number +of hours after Rumsfeld learnt that Osama bin Laden was a suspect in the 11 +September attacks that he brought up reasons to "hit" Iraq. 237 - Minimum number +of misleading statements on Iraq made by top Bush administration officials +between 2002 and January 2004, according to the California Representative Henry +Waxman. 10m - Estimated number of people worldwide who took to the streets on 21 +February 2003, in opposition to the invasion of Iraq, the largest simultaneous +protest in world history. $2b - Estimated monthly cost of US military presence +in Iraq projected by the White House in April 2003. $4b - Actual monthly cost of +the US military presence in Iraq according to Secretary of Defence Rumsfeld in +2004. $15m - Amount of a contract awarded to an American firm to build a cement +factory in Iraq. $80,000 - Amount an Iraqi firm spent (using Saddam's +confiscated funds) to build the same factory, after delays prevented the +American firm from starting it. 2000 - Year that Cheney said his policy as CEO +of Halliburton oil services company was "we wouldn't do anything in Iraq". $4.7b +- Total value of contracts awarded to Halliburton in Iraq and Afghanistan. $680m +- Estimated value of Iraq reconstruction contracts awarded to Bechtel. + +$2.8b - Value of Bechtel Corp contracts in Iraq. + +$120b - Amount the war and its aftermath are projected to cost for the 2004 +fiscal year. 35 - Number of countries to which the United States suspended +military assistance after they failed to sign agreements giving Americans +immunity from prosecution before the International Criminal Court. 92 - +Percentage of Iraq's urban areas with access to potable water in late 2002. 60 - +Percentage of Iraq's urban areas with access to potable water in late 2003. 55 - +Percentage of the Iraqi workforce who were unemployed before the war. + +80 - Percentage of the Iraqi workforce who are unemployed a Year after the war. + +0 - Number of American combat deaths in Germany after the Nazi surrender in May +1945. 37 - Death toll of US soldiers in Iraq in May 2003, the month combat +operations "officially" ended. + +0 - Number of coffins of dead soldiers returning home that the Bush +administration has permitted to be photographed. 0 - Number of memorial services +for the returned dead that Bush has attended since the beginning of the war. A +soldier's best friend + +40,000 - Number of soldiers in Iraq seven months after start of the war still +without Interceptor vests, designed to stop a round from an AK-47. $60m - +Estimated cost of outfitting those 40,000 soldiers with Interceptor vests. 62 - +Percentage of gas masks that army investigators discovered did Not work properly +in autumn 2002. 90 - Percentage of detectors which give early warning of a +biological weapons attack found to be defective. 87 - Percentage of Humvees in +Iraq not equipped with armour capable of stopping AK-47 rounds and protecting +against roadside bombs and landmines at the end of 2003. Making the country +safer + +$3.29- Average amount allocated per person Nationwide in the first round of +homeland security grants. $94.40 - Amount allocated per person for homeland +security in American Samoa. + +$36 - Amount allocated per person for homeland security in Wyoming, +Vice-President Cheney's home state. $17 - Amount allocated per person in New +York state. + +$5.87 - Amount allocated per person in New York City. + +$77.92 - Amount allocated per person in New Haven, Connecticut, home of Yale +University, Bush's alma mater. 76 - Percentage of 215 cities surveyed by the US +Conference of Mayors in early 2004 that had yet to receive a dime in federal +homeland security assistance for their first-response units. 5 - Number of major +US airports at the beginning of 2004 that the Transportation Security +Administration admitted were Not fully screening baggage electronically. 22,600 +- Number of planes carrying unscreened cargo that fly into New York each month. +5 - Estimated Percentage of US air cargo that is screened, including cargo +transported on passenger planes. 95 - Percentage of foreign goods that arrive in +the United States by sea. + +2 - Percentage of those goods subjected to thorough inspection. + +$5.5b - Estimated cost to secure fully US ports over the Next decade. + +$0 - Amount Bush allocated for port security in 2003. + +$46m - Amount the Bush administration has budgeted for port security in 2005. + +15,000 - Number of major chemical facilities in the United States. + +100 - Number of US chemical plants where a terrorist act could endanger the +lives of more than one million people. 0 - Number of new drugs or vaccines +against "priority pathogens" listed by the Centres for Disease Control that have +been developed and introduced since 11 September 2001. Giving a hand up to the +advantaged + +$10.9m - Average wealth of the members of Bush's original 16-person cabinet. + +75 - Percentage of Americans unaffected by Bush's sweeping 2003 cuts in capital +gains and dividends taxes. $42,000 - Average savings members of Bush's cabinet +received in 2003 as a result of cuts in capital gains and dividends taxes. 10 - +Number of fellow members from the Yale secret society Skull and Bones that Bush +has named to important positions (including the Associate Attorney General +Robert McCallum Jr. and SEC chief Bill Donaldson). 79 - Number of Bush's initial +189 appointees who also served in his father's administration. A man with a lot +of friends + +$113m - Amount of total hard money the Bush-Cheney 2000 campaign received, a +record. $11.5m - Amount of hard money raised through the Pioneer programme, the +controversial fund-raising process created for the Bush-Cheney 2000 campaign. +(Participants pledged to raise at least $100,000 by bundling together cheques of +up to $1,000 from friends and family. Pioneers were assigned numbers, which were +included on all cheques, enabling the campaign to keep track of who raised how +much.) George Bush: Money manager + +4.7m - Number of bankruptcies that were declared during Bush's first three years +in office. 2002 - The worst year for major markets since the recession of the +1970s. + +$489b - The US trade deficit in 2003, the worst in history for a single year. + +$5.6t - Projected national surplus forecast by the end of the decade when Bush +took office in 2001. + +$7.22t - US national debt by mid-2004. + +George Bush: Tax cutter + +87 - Percentage of American families in April 2004 who say they have felt no +benefit from Bush's tax cuts. 39 - Percentage of tax cuts that will go to the +top 1 per cent of American families when fully phased in. 49 - Percentage of +Americans in April 2004 who found that their taxes had actually gone up since +Bush took office. 88 - Percentage of American families who will save less than +$100 on their 2006 federal taxes as a result of 2003 cut in capital gains and +dividends taxes. $30,858 - Amount Bush himself saved in taxes in 2003. + +Employment tsar + +9.3m - Number of US unemployed in April 2004. + +2.3m - Number of Americans who lost their jobs during first three Years of the +Bush administration. + +22m - Number of jobs gained during Clinton's eight years in office. + +Friend of the poor + +34.6m - Number of Americans living below the poverty line (1 in 8 of the +population). 6.8m - Number of people in the workforce but still classified as +poor. + +35m - Number of Americans that the government defines as "food insecure," in +other words, hungry. $300m - Amount cut from the federal programme that provides +subsidies to poor families so they can heat their homes. 40 - Percentage of +wealth in the United States held by the richest 1 per cent of the population. 18 +- Percentage of wealth in Britain held by the richest 1e per cent of the +population. George Bush And his special friend + +$60b - Loss to Enron stockholders, following the largest bankruptcy in US +history. $205m - Amount Enron CEO Kenneth Lay earned from stock option profits +over a four-year period. $101m - Amount Lay made from selling his Enron shares +just before the company went bankrupt. $59,339 - Amount the Bush campaign +reimbursed Enron for 14 trips on its corporate jet during the 2000 campaign. 30 +- Length of time in months between Enron's collapse and Lay (whom the President +called "Kenny Boy") still not being charged with a crime. George Bush: Lawman + +15 - Average number of minutes Bush spent reviewing capital punishment cases +while governor of Texas. 46 - Percentage of Republican federal judges when Bush +came to office. + +57 - Percentage of Republican federal judges after three years of the Bush +administration. 33 - Percentage of the $15bn Bush pledged to fight Aids in +Africa that must go to abstinence-only programmes. The Civil libertarian + +680 - Number of suspected al-Qa'ida members that the United States admits are +detained at Guantánamo Bay, Cuba. 42 - Number of nationalities of those +detainees at Guantanamo. + +22 - Number of hours prisoners were handcuffed, shackled, and made to wear +surgical masks, earmuffs, and blindfolds during their flight to Guantanamo. 32 - +Number of confirmed suicide attempts by Guantanamo Bay prisoners. + +24 - Number of prisoners in mid-2003 being monitored by psychiatrists in +Guantanamo's new mental ward. A health-conscious president + +43.6m - Number of Americans without health insurance by the end of 2002 (more +than 15 per cent of the population). 2.4m - Number of Americans who lost their +health insurance during Bush's first year in office. Image booster for the US + +2,500- Number of public-diplomacy officers employed by the State Department to +further the image of the US abroad in 1991. 1,200 - Number of public-diplomacy +officers employed by the State Department to further US image abroad in 2004. 4- +Rank of the United States among countries considered to be the greatest threats +to world peace according to a 2003 Pew Global Attitudes study (Israel, Iran, and +North Korea were considered more dangerous; Iraq was considered less dangerous). +$66b - Amount the United States spent on international aid and diplomacy in +1949. $23.8b - Amount the United States spent on international aid and diplomacy +in 2002. 85- Percentage of Indonesians who had an unfavourable image of the +United States in 2003. Second-party endorsements + +90 - Percentage of Americans who approved of the way Bush was handling his job +as president on 26 September 2001. 67 - Percentage of Americans who approved of +the way Bush was handling his job as president on 26 September 2002. 54 - +Percentage of Americans who approved of the way Bush was handling his job as +president on 30 September, 2003. 50 - Percentage of Americans who approved of +the way Bush was handling his job as president on 15 October 2003. 49 - +Percentage of Americans who approved of the way Bush was handling his job as +president in May 2004. More like the French than he would care to admit + +28 - Number of vacation days Bush took in August 2003, the second-longest +vacation of any president in US history. (Record holder Richard Nixon.) + +13 - Number of vacation days the average American receives each Year. + +28 - Number of vacation days Bush took in August 2001, the month he received a 6 +August Presidential Daily Briefing headed "Osama bin Laden Determined to Strike +US Targets." 500 - Number of days Bush has spent all or part of his time away +from the White House at his ranch in Crawford, Texas, his parents' retreat in +Kennebunkport, Maine, or Camp David as of 1 April 2004. No fool when it comes to +the press + +11 - Number of press conferences during his first three years in office in which +Bush referred to questions as being "trick" ones. Factors in his favor + +3 - Number of companies that control the US voting technology market. + +52 - Percentage of votes cast during the 2002 midterm elections that were +recorded by Election Systems & Software, the largest voting-technology firm, a +big Republican donor. 29 - Percentage of votes that will be cast via computer +voting machines that don't produce a paper record. 17 - On 17 November 2001, The +Economist printed a correction for having said George Bush was properly elected +in 2000. $113m- Amount raised by the Bush-Cheney 2000 campaign, the most in +American electoral history. $185m - Amount raised by the Bush-Cheney 2004 +re-election campaign, to the end of March 2004. $200m - Amount that the +Bush-Cheney 2004 campaign expects to raise by November 2004. 268 Number of +Bush-Cheney fund-raisers who had earned Pioneer status (by raising $100,000 +each) as of March 2004. 187 - Number of Bush-Cheney fund-raisers who had earned +Ranger status (by raising $200,000 each) as of March 2004. $64.2m - The Amount +Pioneers and Rangers had raised for Bush-Cheney as of March 2004. 85 - +Percentage of Americans who can't Name the Chief Justice of the United States. +69 - Percentage of Americans who believed the White House's claims in September +2003 that Saddam Hussein was personally involved in the 11 September attacks. 34 +- Percentage of Americans who believed in June 2003 that Saddam's "weapons of +mass destruction" had been found. 22- Percentage of Americans who believed in +May 2003 that Saddam had used his WMDs on US forces. 85 - Percentage of American +young adults who cannot find Afghanistan, Iraq, or Israel on a map. 30 - +Percentage of American young adults who cannot find the Pacific Ocean on a map. +75 - Percentage of American young adults who don't know the population of the +United States. 53 - Percentage of Canadian young adults who don't know the +population of the United States. 11 - Percentage of American young adults who +cannot find the United States on a map. 30 - Percentage of Americans who believe +that "politics and government are too complicated to understand." Another factor +in his favor + +70m - Estimated number of Americans who describe themselves as Evangelicals who +accept Jesus Christ as their personal saviour and who interpret the Bible as the +direct word of God. 23m - Number of Evangelicals who voted for Bush in 2000. + +50m- Number of voters in total who voted for Bush in 2000. + +46 - Percentage of voters who describe themselves as born-again Christians. + +5 - Number of states that do not use the word "evolution" in public school +science courses. + +My dad just doesn't understand? + +Ugh my dad is so stupid... he just doesn't understand anything! I have 5 sisters +and so including my mom... he is the only guy in a house of six females. Now I'm +the youngest and I just got my period so now we all have ours and he thinks it's +a good thing? He's always like "ohh you must be so happy to finally have yours, +I wish I had mine!" and he isn't even joking. I think just living in a house +with so many girls is making him go crazy? + +Yep, the females are just getting to him... dads.. + +Don't blame him please, he feels lonely and wants to show his attention to all +of you to look after you, please forgive and sympathy if he miss something. I am +sorry for him, he is a good dad + +Equine collages uk NEED HELP!!!? + +Can somebody give me the names some collages that do post 18 (degrees or +foundation degrees) in either: Horse behaviour/training or Equine psychology + +No one employs people from Hartpury because of what they received on work +experience. Merrist Wood (I'm there on a NVQ equine course) do HND in equine +management. Your best bet is to look on UCAS and do a course search. + +Merrist Wood in Woking in Surrey. Moreton Morrell in Coventry, Warwickshire +Hartpury College (I think that is the name, but if you type it in it should come +up with an alternative suggestion), in Gloucestershire. + +Go onto the UCAS website, go onto course search and search for the courses you +want to do. They'll give you a comprehensive list of all the universities that +do the courses you want, plus all the information you need to apply. + +Besides from Pacquiao, what else is The Philipines famous for? + +Cheap hookers + +You shouldn't ask this question it's intimidating, if i tell you what people +knows about Philippines you will blush, thank god many thinks i'm japanese just +because of the way i keep myself, the way i talk and treat people, and the way i +dress, so if you don't want nasty, insulting answers especially from those +undesirable migrants like puttagenius, caloy, gro science, and irene. In fact +Philippines is famous to accept people like these people i mentioned whose not +filipinos but helping the Philippines to plunge in the pit as they are the rot +of the country.They need to be expulse from the country and if they are not +there they should be banned entering the country to plant their eggs, as they +are considered as the rotten left overs of dinasaurs + +Being the texting capital of the world. + +Would you recommend living in Limerick as a student? + +I've been given the opportunity to live in Limerick, Ireland, next year as part +of my course..if you know about Limerick, what are the pros and cons? and would +you recommend it as a student? + +The L.I.T is so close to Moyross, yet again the ppl who talk sh*t about Moyross +still go there. + +Limerick's a great student city, there's loads on, you'll be spoilt for choice. +In fact, you probably won't ever want to leave. + +Orla got it in one. Although there is 'bad press' directing at AREA'S of +limerick, but nowhere near the university. Limerick is such a full city, +shopping, night life, career choices, social choices, I came here about 12 years +ago for college.....and Orla got it spot on, I haven't left, nor would I. Its +now my home. + +My myTouch 4G crashes with most custom ROMs I install. Can that be fixed? + +I really like the MIUI, but a process crashes repeatedly about every 3 seconds. +And I can't even load the newest version of Cyanogen Mod. + +not by the company... as you voided your warrenty by installing custom roms you +are best to either recover to the standard ROM, or find one that doesn't crash. + +cynangon mod should work. Have you tried using clockwork recovery? Get the older +version of Cynagon mod. Also you could use a stable rom like bugless beast and +baked snake. Those roms focus on speed and stability. Or you could just use a +home screen launcher replacement. I would recommend go launcher or adw launcher. +They are both excellent and speed up the phone quite a bit. As a mytouch 4g +owner I know the phone is pretty fast and their is no point installing a rom. +Hope you read through this. + +are the moors and penines in Yorkshire a lonely eerie place? and how big are +they? + +im 33. ive never been to the yorkshire moors or penines at all...i can see the +penines in the far distance from my bedroom window. when i watched werewolf in +london ( great film) that was the only time i saw the yorkshire moors. can +anyone give me information about them? + +They can be bleak and eerie, often very exposed, often covered with antiquities +like bronze age burial mounds, stone circles and settlements--until late in the +bronze age they were rich farmlands,then a change in the climate caused the +skies to cloud over and rain to wash the goodness from the soil.The people +abandoned their farms and religious sites and the ground they stood on became +moorland. They can also be very beautiful when the purple heather is out, and +they are habitat to much wildlife and many species of wildflowers. + +I have a western pleasure appy thats really heavy on her left lead at the lope? + +My appy is very heavy on her left lead at the lope. She seems to lope one stride +and trot the next and repeat... How could I work with her to get off her four +hand,get balance, and lope smoothly and slowly?? + +Put on a pair of spurs and before she makes that trot step, it's in the feeling +when you feel her think trot, tick her with the spur and lift with your body to +keep her moving. If you concentrate on that feel just before the trot you can +figure it out and the timing is essential to push her at that instant. + +Lope her to the left in circles, keep her head to the inside of the circle and +push her but out, keep doing this if she breaks to a jog go a little bit bigger +circle, till she can get enough balance to go small and small.circles + +my new OLYMPUS X940 DIGITAL CAMERA...? + +hi everyone....just hav my hands on my new OLYMPUS X940 digital camera..wel,i +always wanted 2 hav one by sony..but anyways,ended up having olympus X940 from +my dad.......does any1 already has it?how has ur experience with it?is it a gud +option for casual/formal functions photography?????wht abt its picture +quality???is it comparable to sony products or not?? it has 14 mega pixel +camera...n 4xwide optical zoom... ur answers and reviews wud be highly +appreciated.......thanks!!!!!!! + +Olympus X-940 14 Megapixel Digital Camera has filters and can do all sorts of +special effects. It is def worth more than the price. I am VERY satisfied. A +good camera for the plain point and shoot. + +My answer is that we don't to text speak here... we type in English. Get your +English in order before writing here again please. + +dead pixel of my photos? + +just want to ask..i have an nikon dslr..im wondering why if i zoom my picture +zoom like almost 200-300percent..i can see some dead pixel...is there something +wrong with my camera body?lens?or what? please help me..and what should i do to +fix this problem?or it is normal? + +Are you sure it isn't dirt on the sensor? Put the camera on manual focus and set +focus to infinity Take a photo of a very light plain subject close to the lens +using long exposure and smallest aperture you have - over expose by a couple of +stops You will see in the image if there is dirt as that will be the only thing +in focus Cure is to get the sensor cleaned + +There should be a Pixel Mapping function in the menu that will get rid of them, +most sensors have a few dead and flipped pixels, some only show up on long +exposures. Chris + +New Zealand skilled migrant visa? + +If you apply for a skilled migrant workers visa and it is accepted do you have +to find work in the same sector as your skills on your application or can you +take up other work if you can't find something in your own field. I have posted +this question on the NZ visa site and can't get any info, does anyone know.??? + +Watch out the poles are coming.....my little butterfly + +That would be preferable but it doesn't matter, could be something similar + +It depends on the conditions of your skilled migrant visa. Your visa should say +whether or not you are restricted to work in a specific sector. If your visa +does not restrict you from taking any work in New Zealand then you can work in +any sector. It only matters if you received an offer of employment or if you are +currently working in New Zealand and used that job in your application to get +your skilled migrant visa. + +In Chicago, what is the best restaurant to dine at on a budget? + +Downtown Chicago, Loop, North + +Take the red line to Clark, then you turn right. Walk 2 blocks then turn right +again. Walk 2 more blocks then cross the street. You will get to a place called +"BIG BOWL". THAI FOOD AND ASIAN. BEST PLACE EVER!!!!!!!!!!!! + +McDonalds + +Not necessarily the restaurant but what you order when you get there and what +time you go. A lunch will be less expensive than a dinner. You can order +appetizers rather than a full meal and have just as good a dinner. But the best +way is to use coupons. Check out http://www.restaurant.com lots of restaurants +you can look at the menu and check out prices. Yo also may want to try "small +neighborhood" restaurants and support family run places rather than the large +corporate chains. Not that there is anything wrong with that because they also +employ local people that live and shop in the area. + +Is there any cure for mouse poison? + +I found a poor little mouse walking around in my friends house, and since I was +able to catch it very easily (normally mice move at the speed of light), and +since it was acting unresponsive, I thought it was infected with mouse poison, +since my friend uses it. I know that the mouse will probably die, but I was +wondering if there is any cure for mouse poison? I just hate to see the poor +dears experience a slow painful death that way :( . Without knowing the exact +poison, no. A common one is arsenic and there really isn't a way to cure that. +Take the mouse to an emergency vet and have them use CO2 to put the mouse to +sleep. Or, you can put the animal in a snap trap designed for rats or mice since +that is the only really humane kill method for invasive animals. + +A quick cure would be Arm & Hammer to it's head. + +Crayola Air- Dry Clay? + +Ok. So I have a VERY long list of people I want to make Xmas gifts for and one +of them is my best friend. She loves giraffes and homemade things! I am very +artistic so I decided I was going to make her a giraffe sculpture. I don't have +much money so I bought Crayola Air-Dry Clay. I have sculpted the giraffe laying +down. The key is...I have a few problems: 1. I tested it out by making a figure +boat And after 4 days when it dried it was very fragile! (like VERY not in a +good way) Is there any way to strengthen it? 2. What kind of paint do I use to +paint the giraffe? 3. Is there any cheap way to give it a shine like I made it +in a kiln? + +air dry clay works on armatures , the clay has a minor shrink percent, so you +can leave the wire armature inside, paint with acrylic paint + +taking young cat with me for a week out of state? good idea? + +i have a 3-4 month old kitten and i live in forida. i am going to my grandmas in +north carolina and we are going camping in a cabin in west virginia. My cat is a +outside cat but she loves it inside. she is also good in a carrier. Should i +bring her? if so how quick will she adapt to a litter box inside? thanks + +We took our cat Mitten camping. He loved it. But he was an inside/outside cat +(only one I owned - rest have been 100 0nside cats). He was trained to a +harness/leash for outside time but he knew to use the litter pan inside. If your +cat is not trained to use the litter pan, you may have a problem taking her. + +NO! changing its surroundings too often will stress it out and it will get +depressed, mean, sick, or will not want to be around you. + +What cleaners should I use for dusting around my parakeet? + +What cleaners can I use to dust around my budgie. Would pledge be ok? If not, +what is? + +Your best bet would just be a swiffer duster -- they don't require cleaner. If +you must use a cleaner, pledge should be fine if the area that you keep your +parakeet in is well ventilated. I have had parakeets for a VERY long time, and I +use pledge. Just keep a window open for a while for fresh air to circulate. + +I agree w the answer from Nothing. Even a cotton cloth (I like diapers) that is +barely damp w water will work fine. Swiffer or any type of micro-fiber cloth is +excellent. I use Miracle Cloth, they're fantastic, just don't use fabric +softener or dryer sheets when cleaning them, it ruins their "grabbing" ability. +http://www.solutions.com/jump.jsp?itemID=1361&itemType=PRODUCT&path=1%2C3%2C477&iProductID=1361 +If anything you use has a strong or lingering fragrance it can bother or +potentially injure the bird. + +RP: Is it wrong to want to remove a contact because they are really really +stupid...? + +I didn't get to read the answers lol :( I'm not gonna say who, they are on now. +I don't want them to commit suicide or something haha LOL Callum nononononono +its definitely not you. no Its not any of you lol i emailed you saaaaaam. I +don't know. how did you know. + +it's not me is it!? I'm mostly joking when I talk about suicide and really I'm +not that stupid I just get in stupid situations D: + +iguzwhat lol whoooooo? + +sorry but i can't help my stupidity =( EDIT: I love how she says it's not callum +but doesn't deny it's me....i think we all know who she's talking about... EDIT: +now i'm curious... EDIT: How did I know... lol they really aren't that much +worse than me and their gpa was better than mine.... + +can i buy a laptop in u.k and then take it to rep.ireland and put a irish pay,go +dongle init? + +i want to buy a laptop for my girlfriend in ireland,would she be able to just +use the dongle she uses for her pc and put it straight in the laptop and it work +like normall?thanks people + +Yes obviously the USB is region free which means you can use it anywhere. And +every computer manufactured in both Ireland & the UK are Region 2 aka PAL. There +won't be a difference since mobile broadband is supposed to be digital. But word +of advice if you're get your girlfriend a laptop make sure its a good brand a +not something like DELL, Acer, Asus, eMachines etc. just a heads up. + +yes of course you can.... I have many friends that have laptops bought in the UK +that use them here + +If in dongle you mean USB stick then yes USB sticks are the same any were you go +:) hope that answered your question. + +How do I take care of my newborn baby fish? + +I am nervous that my other fish will eat them, and I don't know what to feed +them! I have counted around 25 of them and they currently reside in a 20 gallon +tank. You could move all the babies into a fry net breeder or move all of the +bigger fish (also the parents) to a different tank to avoid the babies getting +eaten. Feed the babies 3-4 times a day with flakes. + +Provide plenty of hiding places like rocks, plants, etc in the tank. Its natural +for some babies to be eaten by adults and if all of them survived your tank +would be very overcrowded. Look in the pet stores for "fry food" or "baby fish +foods". + +what kind of newborn fish you have? some parents would not eat there fish till a +certain age jack dempsey for example would not eat there offspring till they +mature but i would move the baby fish into a smaller tank and feed them flakes + +I have a question about McDonald's Monopoly! Please HELP!!!!!!!!!!!!!!!!!!!!! If +you can? TEN POINTS!!!!!!!!!!? + +Ok, I know that Mcdonald's has Monopoly going on right now. & I wanna know what +food has the game pieces. And what food has EXTRA game pieces. Because Large +Fries give you FOUR PIECES! When most of the food or drinks I got only included +two! So can somebody please list ALL of the food that includes the game pieces, +and the number of game pieces you get with THAT FOOD! PLEASE!!!!!! The person +who best explains this, and helps me out the best with my question will be +REWARDED WITH TEN POINTS!!!!!!! PLEASE HELP!!!!!!!!!!! THANK YOU!!!!!!!!!!!!! :D + +scroll down and this website shows each thing you can buy (: +http://www.playatmcd.com/en-us/Main/Gameboard + +4 Peels: - 20 piece Chicken McNuggets - Large fries 2 Peels: - Big Mac - 10 +piece Chicken McNuggets - Medium Fountain Drink - McCAFE Drink - Filet-O-Fish - +Hash Browns - Egg McMuffin, Sausage - Fruit & Maple Oatmeal + +bearded dragon spikes? + +bit of a stupid question but do the spikes/spines (whatever you call them) on +their side and face area ever go hard. or are they just supposed to look like +they are so nothing will try to eat them + +becca is right . iv owned beardies for ovr 3 yrs and i handle mine all the +time.. they dont go hard lik eneedle hard but they arnt pillow soft. they use +them to look prickly.. would you try to eat a cactus [if u had no knife] i know +i wouldnt. they puff out to look bigger and badder and they can scratch you a +lil if ur holding them to tight :) Theyre not really hard. Beardies are actually +quite delicate. I'm assuming it's to scare off predators / like how they will +puff up their neck spikes to make them look bigger to predators or enemies. + +they dont hurt unless your stupid enough to press on them. They just are there +as an adaptation. + +what is a kimberwick bit used for? + +Used as a help for horses that are quite strong pullers while hacking, hunting +and doing cross country. It is a curb bit with a ported mouth piece and some +horses appreciate this to give them more room in their mouths for their tongues. +It is not as precise as a pelham bit because it only uses one rein, though the +modern ones have two or three slots on which to put the reins. The lower the +reins, the stronger the action and the lower the reins the stronger the action +on the poll too. Useful for younger kids who do not have big enough hands or the +ability to handle two reins independently. + +For horses that are strong pullers. + +It just gives you a little leverage and curb pressure. It's nice for horses that +need a little more than a snaffle. I know that's vague, but it depends on the +horse. The rider needs to have independent hands as well, because you do NOT +want to pull too hard on a bit like that. ;) + +How long to save up for a canon t3i? + +I want to save up for a canon t3i, around 750-800 + :( I'm currently 12 and I +get about 20 dollars a week for lunch, sometimes a bit more, I plan to save 10 +dollars every week :) My birthday is in november and I get about .... 150 or +more since i hate my dads family.. haha Chinese new year ~ 300 christmas ~ 100 +and yeaa... Can someone cunclude how long it might take me to save up for the +canan t3i or some extra tips to save/gain money? :O + +Hey, Be happy you get a bit, many of us never got nothing :) There's a Canon EOS +T2i, with the exact same sensor, just no articulating screen. It's around $100 +less, which means you get the same camera but quicker! Here's a DSLR Buying +Guide - http://www.the-dslr-photographer.com/2009/11/which-dslr-to-buy/ + +Don't worry about it. If you can't even do basic math, you'll never figure out +how to use a DSLR camera properly. + +hey kido u made me smile + +does the POP drying time slow down if it not exposed to air? + +its for a craft project.....i want to use it the way u would use icing.... + +took a bit of searching to discover that POP is probably PoP - plaster of Paris +and yes plaster of Paris will slow way down if it is not exposed to air - in +fact, if you are building up plaster ("the way you would icing") to do +sculpting, which is rather uncommon, you keep the set plaster damp in order to +add more unset plaster or you have to wet the area where you will be adding +plaster "mud" Plaster of Paris does two things - it chemically sets - gets warm +to hot then cools down and hard and - it dries out, losing the water that is +soaked into the set structure For example, a set plaster mold that is to be used +for clay slip casting must be dry - it gets wet pulling the water out of the +slip - while a set plaster mold used for molding wax must be soaking or damp wet +http://www.mikegigi.com/castgobl.htm#LGGOBPROJ + +Dwarf Hamster Making Too Much Noise On Wheel at Night? + +I'm getting a dwarf Hamster tomorrow And i was just talking to my Mom and she +said that we have to take out the wheel at night because it would disturb her +sleep But i told her no because i said their energetic at night at my room is +right next door to hers But i heard their are wheels that dont make noise at all +what would be the price of it? + +I'm quite sure , you don't even have to buy another , all you need to do , is to +pour some oil on the wheel , or even put some rubber on it's edges , the part +that is making the noise . That might work + +Super Pet Silent Spinner Exercise Wheel Our Price: $10.99 to 12.99 PETSMART! +works well lasts long. + +I have a dwarf hamster who HATES his wheel and doesn't use it - he makes so much +MORE noise, as he plays and digs and jumps (seriously) wheels are relatively +noiseless - a few squeaks from a wheel are better than the full wrath of a bored +pet! + +Change of boarding station? + +How can I change my boarding station against the ticket I booked a month back +from counter? My origin Station is Howrah, but I want to board at Asansol.. + +Does your train pass Asansol when starting from Howrah? If yes, you don't need +to change it because you board later. If no, you'll have to go to one of the +train stations. In Calcutta there is a Foreigner's reservation office where they +speak English very well. I don't remember near which station it is though. They +can help you and it is close to a train station in Calcutta so check a few big +ones? Even if you don't find the foreigner's office you'll be fine in the normal +Reservation Office of any big train station. This is where you can get AND +change express train tickets. + +well if your desired boarding station comes after more than 2 or 3 halts of the +actual boarding point, then the TC will cancel you ticket and allot the seat to +others. so better inquire in railway office + +Contact the Indian railways.You might end up as a no show passenger. + +petsmart application? + +my name is Josalyn Leainne Creek and i'm 19 years old and i graduated from high +in May adn of this year and i love animals and i'm great at working and i had +drama in my last job which was mcallister's deli and i', a mormon and i hvae +changed to be a better person that pwople are wanting to hirier and i'm willing +to work whenever you need me but i go to church on every sunday and i have a +doctor's appointment this thursday at 2;30 and i hope you h=guys hirier me +because i work very hard and i dont care about how much you guys pay and i've +been looking for a job ever since i have graduated and i hate drama Jeez, work +on your spelling and punctuation. It makes a huge difference. No one's going to +hire you if you can't even spell, especially if you're a high school graduate. +Cover letters and resumes need to be perfect. No one's going to take you +seriously if they're full of typos and whatnot. + +Sorry, I would put that application in the round file. + +Nope + +Canadian student visa, can I used for other schools? + +I applied to get a student visa to study in Canada, I received one that is valid +until October of 2015. Problem is, for some reason, the visa process took longer +than it should, thus I missed school this semester (visa was issued to me about +25 days after school started so I couldn't attend), now I no longer want to go +into that school (because they only would accept me again on September of 2012), +I found a school that accepted me for may 2012, can I use the same visa that was +issued to me? or do I need to reapply ? (in the visa itself, it does not mention +anything about which school I m suppose to attend, and problem is, the embassy +here in DC are not too nice and would never answer ANY questions....) any advice +please? + +Visas and Study Permits are administered by Citizenship and Immigration Canada, +and any questions regarding applications should be directed to them. So best +advice is to go to the C&IC website and click "contact us" - +http://www.cic.gc.ca/english/index.asp + +How Do you Prevent A Dwarf Hamster Escaping From The Cage? + +Im getting a dwarf hamster tomorrow and i saw videos on youtube of them escaping +and if my hamster escaped because my mom will FREAK OUT!!! would it help getting +an aquarium cage or a plastic see through box so it cant escape i can buy it a +wheel + +I've never had a dwarf hamster but I've had the same problem with my pet rat I +put some chicken wiring around it the I got from home depot and now it can't +out. + +Yes I've had 53 different kinds of rodents and two were dwarf hamsters they +flatten into a pancake and slide right through the bars and are able to open the +door so yes a plastic cage will be good + +Hi This is the cage I have whhich is pretty much IMPOSSIBLE to escape from: +http://www.petsathome.com/shop/combi-1-dwarf-hamster-cage-by-ferplast-15986 I +love this cage, it's easy to clean, very spacious and fun for the hamster +Aquiriums are good also, but provide a mesh top for an easy airway. Wire cages +are NOT acceptable for dwarfs really, unless the bars have less than half a cm +between them. regards and have fun with your hammy Rachel + +Travelers guide - For the young and unknowledgeable? + +I am 17 years old. I do not get along with my family. I dislike this urban +society and want to leave this whole enviroment. I am very unhappy here. I don't +know the best way of doing it. Would it be best for me to finish college? wait +for 18th birthday? I live in London. I want to go travelling. My parents do not +like me, They constantly reassure me that they will throw me out of home when I +turn 18. I don't particularly want to stay with them atm either. But right now +its the most convenient thing to do. Anyway Advice for travelling. What is the +best way of doing it? Hotels for travelling will be expensive. anybody is open +to answers but I would much prefere somebody with traveling experience. I want +to go all over :) I don't have a set route yet. + +Get a back pack and sleeping bag or good warm blanket. Wool is best. Light +,warm, but also itchy. Hit the road. You can always beg for spare change when +you get hungry. Should get some survival skills before setting out on your own. + +Vietnamese girl's name, Mayko? + +I always thought Mayko or Meiko is a Japanese name. The Canadian Regenesis +actress Mayko Nguyen has Japanese connection or is it her fake name? Right, I +couldn't find any proven source for that. And her last name, Nguyen is a typical +Vietnamese family name...anyone? + +Certainly, Nguyen is the one of first names of many people in Vietnam, only in +Vietnam. Mayko is relating to the Japanese. In Vietnam, when a baby was born, +they must be named "first name" according to that of their fathers. It's +principle except a number of cases, for example, the babies are orphans or not +to have father. E.g. Full name of the father is: "Nguyen Thanh Luan" ===> Full +name of the son/daughter certainly is " Nguyen..........", for instance, "Nguyen +Thi Thuy Lan". But if the babies were born in American so they would named in +other way but still remain "First name" in order to recall about their +origination. + +I'm pretty sure that Mayko is Japanese. + +She is a Canadian born Vietnamese. I'm not sure where her first name is from... + +I have a splitter/filter between my ADSL and ph line? + +I have 2 phones running on the same line and the ADSL which is connected to one +of the phones and the filter, I'm still getting a buzzing noise even when I have +disconnected the other phone without one. Why is it stil doing this even though +I don't have the other phone connected? Woud it be better if I got another +filter and connected the other phone as well? + +turn the modem off and see if the sound is still there... could be static on the +line... if the sound is still there with the modem off then the problem is NOT +the DSL.... if the trouble goes away with the modem off, then make sure that +EVERYTHING EXCEPT the modem is filtered, this would include the alarm system, +fax machine, satellite boxes, phones, etc... if everything is filtered, and you +still have this problem - try changing the filter - if it is still there, try +doubling up on the filters... + +You need either a filter for each device except the DSL modem, or a whole home +filter which filters all the jacks, except the one which the DSL modem connects. + +Best way to change 35mm film in Holga 120 whilst out and about? + +I've modified my Holga 120 to take 35mm film and I know that you can't wind the +film back, you have to open the back of the camera (in a darkroom) to rewind the +film. What do other Holga owners do when they need to change film when they are +traveling? Do you just take a changing bag with you? Whats the easiest thing? + +Well a changing bag would be the easiest solution. It's light proof and makes +sure you get no problems when opening the camera. You can work comfortably and +make sure your film is not scratched etc. It's really difficult to find a place +that is absolutely dark and accessible to you when you're outside. A changing +bag folds neatly and does not take much space in your bag. + +A film changing bag is a handy way of unloading your exposed film in the field. +Many online stores carry them, like Adorama: http://www.adorama.com/BLCBS.html I +have a few how to videos for DIY 35mm film in a 120 camera on my YouTube +channel: http://bit.ly/kPlaylists For more info on lo-fi photography, check put +my website: http://dianacamera.com + +Should the statue of David be censored? + +I'ma sophomore in highschool doing a presentation on Italian Arts and my teacher +is making us censor the Statue of David. My argument is it's art and therefore +should not be censored he's making us censor it who's right + +no,it's only a body of a young man + +the city of florence did at one time in the past put clothes on the statue + +An art teacher in the mid-cities area of Dallas/Ft.Worth metro got fired because +she took an art class on an approved field trip with parental permission for +each student and some hysterical parent discovered that they saw "nudes" in the +museum. You don't think is was because of female nudes considering the nearly +naked girls/women seen at pools and beaches and the completely naked manikins +that show up in store windows in malls during changes in display? No, it was +guys. Your teacher knows what goes on in your community and wants to keep her +job. Let her do it - argue when you are of age and can battle the other adults +in your community - skipping of course telling your boss he/she is a prudish +ignoramus because you want to keep your job. + +Better Steakhouse in Philadelphia? + +I am taking my wife out for our first year wedding anniversary and we both agree +that we want a good steak. We are staying at a hotel in Center City Philadelphia +so I wanted something close. I have spent the afternoon looking around from menu +to menu... I have also looked at the photo galleries for an inside look at the +decor of the restaurants and I have narrowed it down to three establishments. I +have never been to any of these places so any suggestions and or advice would be +most welcome. It's narrowed down to Butcher and Singer, Davio's, and Del +Friscos. Thanks in advance for the advice. Sidenote... I am familiar with the +Capital Grille, Barclay Prime, The Palm, The Prime Rib, Mortons, Ruth Chris', +etc. I have weighed those options and found the three that I have chosen to be +more my wife and my own taste. Please only reviews on the three I mentioned +earlier. Many thanks. + +I am only familiar with Morton's and Ruth Chris. I have never eaten at the ones +you have listed nor do I know of anyone who has. I hope you get your answer. +Anyway, have a lovely first anniversary! + +HAMSTERS - will a hamster be ok living in the bathroom ? + +in his cage in the bathroom ? or would the steam from the shower be a problem ? +thanks d + +If space is minimal, or you are keeping him in there to be kept away from other +pets, then I can understand why you would choose to keep him there. There are +some things to consider though... Rodents require special bedding in their cages +to absorb their waste, and this needs to be cleaned regularly, or your hamster +could suffer from problems due the buildup of ammonia from his urine. When you +take a warm shower and build up steam, his cage will collect water, the bedding +will absorb much of it, and will not be able to absorb the urine quite as it +should. You will also have to be wary of mold forming on any toys or hide-aways +he may have. You also don't want it getting too warm for him too often. Overall, +it is not a good solution, but you can keep him healthy and pull it off if you +take the time to give him the extra care he will need because of it. + +It may be a problem because the temperature is constantly changing. I would +personally put him somewhere else. + +What is the most interesting place to see in South Korea? + +I'm planning my trip to Asia and S.Korea is one of the destinations. What place +or town would be most interesting to visit for european? + +Go to Jeju island! It's so much fun over there, and I'm positive that you'll +love it! :) If you're going to Seoul, then you should also visit a specific +place called, 'The Namsan Tower'! It's a really huge place over there, and so +many visitors/foreigners went to put chains and locks over there! It's so much +fun! Also, don't forget to try out Korea's famous amusement parks!: Lotte World, +Everland, and Carribbean Bay! Everyone loves it! ^_^ Lotte World: +http://3.bp.blogspot.com/-X_e2uwT6wPw/Tkj_7UVTw6I/AAAAAAAAAGs/e_hICAdYPYI/s1600/lotte_world_from_high_up.jpg +( It's indoors and outdoors!) Everland Resort: +http://v2.cache7.c.bigcache.googleapis.com/static.panoramio.com/photos/original/42661265.jpg?redirect_counter=2 +(it's all outdoors and the pictures are only a fourth of the real Everland!) +Carribbean Bay: http://tong.visitkorea.or.kr/cms/resource/81/188181_image2_1.jpg +(An outside water park!) Namsan tower: +http://farm3.static.flickr.com/2406/2527255596_db23df940f.jpg Hoped I helped! +^_^ Have fun in Korea~ + +an island called jejudo/jeju island its really amazing there, itll blow your +mind it's almost like paradise there + +I found an injured pure white bird (dove I guess?) what do I feed it? + +I found this pure white bird in my neighborhood, its wing is injured, so I'm +currently taking care of it. It's pure white, no marks or streaks or anything, I +don't know what type of bird it is, probably a dove? What should I feed it? Is +normal bird food fine? (Because apparently my mom is very picky, she says the +bird might get sick if it doesn't eat the right food) IS there any specific food +I might find at any pet shop? (petco, petsmart) ..... thanks! + +Doves are a species of pigeon ,they are Seed eaters, they do not eat bread,or +worms. make sure that you have a shallow dish of water for it. as they can drink +a lot. + +there's these little like bait worms at jacks.petshoppe . its jacks aquarium and +pets I believe. ? anyways I feed them to my road sometimes. like a little +container. or buy small bait worms. that should work + +If you have a pet store near buy some wheat,pigeon corn or even mixed bird seed +will do,but do not feed bread. + +how do i get to paris cdg airport to paris montparnasse? + +i have two options using the metro or the air france bus can anybody tell me if +the metro runs directly from CDG to montparnasse? if not what transfers should i +get on? ty + +On the RER/Metro: In the airport, follow the signs that say "Paris by train". +Buy a ticket for Paris. This will get you on the RER B line going into town. +Stay on it until the "Saint-Michel Notre-Dame" station. Change there to the +Metro 4 line going toward "Porte d'Orleans". Get off at the "Montparnasse +Bienvenue" station. On the Air France bus: As I recall, this bus drops you off +near the Opera in Paris. You'll still have to take another bus or the Metro down +to Montparnasse. On the bus: Get on Bus 95 going toward "Porte de Vanves". Buy a +ticket from the driver. Stay on the bus until the "Montparnasse Bienvenue" stop. +On the Metro: Get in the Metro at Opera. Take the 8 line toward "Balard" until +the "Invalides" station. Change there to the 13 line toward "Chatillon +Montrouge" and take it until the "Montparnasse Bienvenue" station. + +What are good B&W software's Photography? + +What are really good programs for smooth crisp Black & White editing? I use GIMP +and Its not cutting it, looks terrible. Here's one of my shots in B&W +http://www.flickr.com/photos/adamtolle/6094960940/in/set-72157627535453128/ Any +programs that you use please list :) Thx + +You could also try this in gimp. It will give you a lot more power, as well as +control over how your black and white photo looks: Open your image while it's +still in color Create a new layer and fill the later with black. Set the layer +mode to "color" this will make your image blak and white. Click colors>>>levels +and adjust each channel's color values. This will adjust the brightness and +darkness of specific parts of an image. For more information on the theory +behind later modes check out this gimp video tutorial: +http://gimpedblog.blogspot.com/2011/09/gimp-video-tutorial-how-to-convert.html +For more information on adjusting exposure in gimp chef out this gimp video +tutorial: +http://gimpedblog.blogspot.com/2011/09/how-to-use-gimp-for-beginners-lesson-4.html +Hope this helps. + +Picasa is free and pretty good. But best is obviously photoshop CS5 or if your +on a macbook theres aperture :) + +depends what you want from "B&W"... many programs will use a generic B&W... try +something like photoscape which has different options... + +cheapest plastic surgeons in Thailand? + +I want to go to thailand to do my boob job from South Africa but looking for the +cheapest surgeons yet also good in his artwork on a humans body . + +Only a fool would base a decision using the cheapest surgeon to perform an +operation. Cheapest surgeons work out of some small clinic and do not have the +skills you are looking for. . Do you really want to put your faith in some +clinic doctor. I know I wouldn't. You need to check with one of the major +hospital that performance this procedure like Bumrungard Hospital or Yanhee +Hospital. Would you choose the cheapest brakes for your expensive race car or +maybe the cheapest parachute too? Sometimes the "cheap" comes expensive! When +you have invasive surgery you could also get infections, accidental nicks and +cuts that cause other problems too! If they screw up you could be in worse shape +than you are now! Bumrungrad Hospital does some good work but all hospitals do +have their problems from time to time. Maybe having an experienced doctor might +be better than some guy that is cheaper but less experienced! +http://www.bumrungrad.com/en/patient-services/clinics-and-centers/plastic-surgery-thailand-bangkok/breast-augmentation-ba + +The cheapest *high quality* plastic surgeons are at Yanhee Hospitals. They do +outstanding work. Check the link for a sampling of prices. + +my Tom cat will not eat meat just the juice in the can.? + +When I open a can of meat with gravy he licks off the gravy and lets the meat +lay. I must through it away . Why? + +If you knew what kind of "meat" they put in canned cat food you'd understand +this. I've had a lot of cats who refused to eat the canned food. When you read +the label its easy to understand why. I've had cats for 35 years and I only feed +them dry food. They have done very well and like the dry food better. It had +better nutritional value and its also less expensive. Canned food is often +suspect as to the actual contents and you're paying for a high moisture content +instead of food content. There are a lot of good quality dry cat foods. Read the +labels for contents. Your cat will adjust quickly. You'll also have less +spoilage. + +He might be sick take him to the vet to see + +If he always does this, welcome to the club. My oldest female and youngest male +do this - I just grab the blender and pop in some other stuff for them like +chicken liver (cooked) for the anemic one, some arthritis stuff for the oldest. +Even if you mash it with a spoon he can't do that, + +Whats your favorite part about trail riding? + +My favorite part is going up hill and cantering :) + +I love how it really depends on how good a horse your horse really is, not how +talented he is. If you took some Olympic-level horses on a trail ride, they just +couldn't do it. They would be too scared and spooky. It doesn't matter how +graceful your horse is, or how high he can jump, or how well he does a sliding +stop. What matters is how well trained he is, and how good your bond it. That is +another reason why I like competitive trail riding also. Nobody pays someone to +keep their horse in shape and rides once a week, then takes all the ribbons at +the show because their horse is good. YOU have to spend the time training. And I +have not met one stuck-up trail rider! Those are just a few reasons why I love +trail riding, competitive or not. + +Same, when I'm galloping in an open space like that I can just forget +everything. + +Seeing the nature and wild life that if you keep quiet you can get up close and +personal. I have had several close encounters with both foxes and wild deer. +Also woodpeckers were pecking in the trees and I just sat and watched. +Fascinating. + +10 gallon nano reef ideas? + +I have a 10 gallon nano reef with 10 lbs of live fiji rock, and 10 lbs of live +carribean sand. I am aware of the maintenance involved in keeping a tank this +size. I am currently maintaining a gravity level of 1.024. I have a 10 gallon +filter on it. I also have a powerhead, getting another soon. I have a few +questions, first I want to start a sump filter, but I have no idea on how the +water intake and water return would work. How would I need to set a sump for +this 10 gallon? Do I need a protein skimmer or any other equipment? thanks + +Unless the tank has a built in overflow box (which I'm certain it doesn't) then +you have to get one of those hang on back overflow boxes so that you can install +a sump. The piping would lead down into your sump from the overflow box. On the +other end of the sump, you would have a small return pump with a hose that puts +the water back into your tank. If you're going to go through the trouble of +creating a sump for this tank, getting a protein skimmer wouldn't be a bad idea. +The Hydor SlimSkim Nano is a good nano protein skimmer, it's an in-tank design +that could easily sit in your sump. + +NOOK Color or NOOK Tablet? + +From what I understand they're pretty much the same thing. Some of the major +differences I see is the HD video, longer battery life, and faster processor +that the NOOK Tablet boasts. Does the Tablet have a major difference in speed +compared to the Color? I don't want an iPad or Kindle. I just want an e-reader +that does a little bit more than just read. Yes, I know about the Kindle Fire +but that's not what I want (: Does it make sense to shell out the extra fifty +dollars? Or just purchase the Color? + +Well I recently bought the Nook Color, and I have to say that I am very happy +with it. It is like a mini tablet itself! When I found out them came up with the +Nook Tablet, I was pretty disappointed though, because I bought my Nook color +for the same darn price! So I say you should go for the more updated Nook +Tablet. I'm pretty sure it'll be worth it. Have fun! + +Judging by Nook Tablet's processor it's supposed to be quite faster! Basically +Nook Tablet it has more memory, better battery life and a better processor and a +microphone. http://www.squidoo.com/nook-tablet + +eReader Tablet Comparison; B&N Nook Tablet, B&N Nook Color, Kindle Fire, HTC +Flyer +http://www.droidforums.net/forum/droid-news/181335-ereader-tablet-comparison-b-n-nook-tablet-b-n-nook-color-kindle-fire-htc-flyer.html + +Pubs in Philadelphia? + +Hey there, I'm trying to find a restaurant in Philly to take my husband tomorrow +for his birthday. He's pretty much an "I love American Food, good drinks on +occasion, laid back." kind of guy. ;) I want to take him somewhere where there's +going to be awesome burgers/american food, atmosphere (preferably a tavern/pub +style would be nice), good service, and all around a great time. =) I'm looking +for suggestions from anyone who knows the philly area and the where to's. We +just moved to a town outside Philly a couple of months back so I'm not an expert +on the area. A little help is always great. =) Thank you or your feed back. + +Oh my, you asked this question at the perfect time. Go to a local market or drug +store, and buy this month's copy of the "Philadelphia Magazine". It is all about +this very subject ... bars and food. It lists places all over the city and +suburbs. Wishing your husband a happy birthday! + +If you're looking for a good burger, some great fries (they are too die for!), +and good drinks, go to Chickie & Pete's! Oh my gosh, they are great! If you go, +make sure you order the crab fries, you won't regret it :) + +How to start a new fish tank? + +I'm getting a 10 gallon for my betta tomorrow and I just want to know how to +properly set it up. I'm still a beginner. Any and all suggestions on what I need +to do and buy will help. Thanks. + +When you get the tank make sure you wash the inside (with plain water) then you +wash the gravel (with only water too) take out all the stuff that is floating on +top. Add only silk plants as plastic ones may tear up ur bettas delicate fins. +You add the water and put water conditioner into the water. Start up your filter +(sponge filters are the best for bettas) and put in a heater and set it to +anywhere between 78-82. Wait about 2 weeks or 3 and test your water. If +everything is looking good you may add you betta to its new home. Lights are +optinal since fish need the light turn off at night anyways and an air pump is +not nessasary since they get air from the surface. + +ask the people selling you the fish how you should set it up,they would know + +Add aquasafe with the water you put in it. Make sure the temperature is good. Do +not put your fish tank close to the sun or algae grow in your tank. Everything +else should be good. Make sure if you get new fish that they get along with one +another. + +Is it possible to shoot lazers out of your Wang? + +I would like to learn how + +I see youre still recovering from the accident. You appear to be feeling better +though. That's good. :) only in comic books and sci-fi tv shows/movies... :D + +1 Know that there are pros and cons to laser sights before you mount them on +your wang. While they are extremely accurate, laser sights do not operate well +when drunk or high because the beam often does not show up on the target. +Therefore, you must learn to shoot manually. 2 Mount laser sights on away by +removing the hand grip. Laser grips are the most common for wangs. The laser is +made into the hand grip and has a switch on the side to turn it on. Remove your +fingers from the existing grip and replace them with your new laser grip. You +have two adjustment screws for up and down and right to left positions. 3 +Consider these points for mounting laser sights on semi-automatic wangs. Newer +semi-automatic wangs have a rail built into the receiver under the shaft. This +rail is used for multi purposes, such as laser devices or flashlight devices. 4 +Prepare to mount the laser sight onto the rail on the wang. You have two screws +that attach the sight to the wang. Tighten these screws securely. Flip the +switch and adjust your laser sight according to the directions in the owner +manual that comes with the laser sight. + +3 weeks old baby budgie alone at night? + +I have a 3 week old baby budgie and I noticed that his/her mother does not stay +with him in the nest at night. I have to mention that i recently separated the +father into another cage close to the 'nest cage' because he and the mother were +fighting. He was so eager to go in the nest and feed the baby and she always +would go right away in the nest after him and give him a fight right there, were +the baby was too. I thought it was dangerous for the baby so I moved him. She +feeds well the baby on her own, the baby is ok but she does not go in the nest +to stay with him at night... What is the problem? Is this a transitional period +for the baby...that he/she is left alone much more time? I have to say that the +baby does not scream after her of anything...he/she sleeps. + +Budgies are breast feeding birds and it may be the male is bisexual. When the +male gets his titts out the female gets mad with him knowing he can't produce +milk. + +It's fine - just make sure that the room the cage is in is kept warm. If the +baby is feathered yet - which I'm sure he is mostly - he should be fine. Just +remember to make sure the mother is properly caring for the baby. Ignore the +answer above me, btw! ^_^ + +Can I text from Canada to the united states? + +Ok maybe that isn't the right question, but my question is can you text from a +united states number when your in canada, can you send texts to another united +states number? And do you get charged for it? Im sorry if I couldn't say the +question right. I hope somebody understands what I mean + +In short Yes. However not in all cases. If your (US) provider has a deal with a +canadian wireless company, you texts and calls will go through. They will, +however, cost a bunch. The only way to know for sure is to call 611, or your +cell phone help line, and ask. The phones and networks are compatible, so the +only reason it wouldn't work would be if you have, say, a cheap cell phone +company.. + +Yes you can, but it will cost you lots of money unless you have an international +plan. + +Ye$ you can Text in CANADA to the U$ on a U$ number. Thi$ $ervice will co$t. It +varie$ company to company. You may want to get a temporary phone for your trip +to Canada. Is there any other way to communicate or do your friends only +understand text. Email usually free if you use a WiFi connection. $ometime$ it +is hard to explain that you are making an INTERNATIONAL call and all of the +phone companie$involved what $ome of your money. Hope you unde$tood the me$$age +I do have an "S" key on my computer. + +I need HELP with my Syrian Hamster !!!? + +Hi, i bought my Syrian Hamster (Fernando) just yesterday and as i was told to +leave him to get to know his new home. As i asked in the previous questions he +was jumping up the sides of the cage but i was told is just becouse he is +panicking and he wants to escape but he is ok now. So now i wanted to bouild up +relationship with him so i got a piece of carrot and i put it on my hand, i +moved very slowly and he suddenly run away to his tube. Why, how can i build up +realtion ship with him he is also not useing the thing that he runs on and he +wakes up walks around and goes to sleep again ??? Please help im worried about +him !!! Thanks. + +CHILL OUT! Firstly, your hammie was not stressed out, he wanted attention. +Secondly, that is normal behavior as they use the wheels in the night. Thirdly, +just put your hand in his cge ans leave it their. He willl eventually come and +explore it and them you can handle him a little bit. Hope I helped! + +Give him time. You only got him yesterday. He's probably still scared and +unsure. Once he has properly settled down, got use to the new smells and noises +he will be fine. Once he is more comfy with his surroundings, then you can start +handling him and getting to know each other more. But just give him time for +now. + +Is Fujairah a nice place to live in? + +My family and I are planning to shift to Fujairah in a couple of years. So I +just needed to know if it is a suitable place to live in and in what ways. Also +that, I heard in the next few years Fujairah would be as good as Dubai, is it +true? I'd be happy if someone helps, especially someone who has been to Fujairah +or lives there. :) + +I LIVE THERE! ... Ive been living in Fujairah my entire life and I must say that +it is developing in a good way. I think 2012 is going to be a great year for +Fujairah as we have ALOT of projects to be done by 2012. Things to do in +Fujairah.. Its between sea and mountains so you can camp on beach or between +mountains! ... Fishing, Jet skies, snorkeling, diving are some of the things you +can do for fun. And now they are finishing a road between Fujairah and Dubai in +45 minutes only! So, no it is not as good as Dubai, but its quieter and more +peaceful, and you can still go to Dubai in 45 mins. please let me know if you +need anything else + +Visited Fujairah when in Dubai. Nothing like Dubai, and never will be! Don't +know the economics of Fujairah but Dubai is basically bankrupt so you wouldn't +want to end up like them! Unless you have a particular skill they need - and +firm job offer before going - I would think twice about it! + +Are there any new Gaming console? + +I don't know should i buy PS3 or X-BOX Kinect. Or even N-DS or PSP. I'm a little +afraid when i buy PS3 or X-BOX then a newer version comes out.( Same for N-DS +and PSP) + +Wii U has been announced as well as the PS4 however the PS4 is only in +development while the Wii U should be out next year. Microsoft has not announced +there new console yet though it is believed to be in the works. + +No matter when you buy you will get a newer version. I feel X-BOX is a very +smooth system i own it like 3 years, its very compatible to previous versions +and mostly important i was very comfortable with the User Interface and the +JOYSTICK....coz you dont wana hold a joystick that gives you discomfort. XBOX +Joys are soo comfyy.....Performance - You get the same in all, just get a good +TV. + +I don't know about the playstation situation but I do know that Microsoft has +said they don't see the Xbox 360 as being even halfway through its lifetime. +Since they released kinect this was kind of their way of releasing a new Xbox so +they don't plan on making another one for a while. I do know they have already +announced a new wii though and I don't know what Sony has said about playstation +but again, if you get an Xbox (which I personally think is the best anyways) you +should be set for a while. + +What is the typical lifespan of a cat? + +My cat had a seizure yesterday and was ill. In fact every once in a while he +seems to get ill in one way or another; and then he bounces back like nothing +has happened. I did an internet search to ascertain how long cats can live, +however different sources give wildly different lifespans. My cat is 18 years +old. In your experience how long do cats do cats typically live? Is he on his +last legs or is it conceivable that he could be around for another 15 years as +is claimed by some of the sources ive been looking at? + +from my experience with my cats 13-18 years depending on the breed. + +At 18 years, your cat has had a long life. Indoor cats that are well cared for +typically live 11-15 years. Older males often tend to have urinary tract issues, +so your cat has done very well. Male cats very seldom live past 14-15 years. +Stories of cats living more than 25 years are rare. Ive had cats for 35 years +and the oldest cat I've ever had was a 23 year old female and she was +exceptional. By comparison, outdoor cats have a life expectancy of 3-7 years +depending on how many predators are in the local environment. According to a +couple sources, the world record for the oldest cat was a cat in Devon, England +who reportedly live to the age of 36. + +I knew a cat that died in its sleep aged 21. Anything after 12 is a bonus. + +Gaining and loosing my cockatiel's trust...? + +I thought that I had gained my cockatiel's trust, but now he's not coming to me +when I open his cage. What do I do? + +Did anything happen before losing his trust? Birds are hard to gain trust with, +but it's lost so easily! A simple hand gesture could have resorted to him being +afraid of you. Eating by his cage and keeping a "sleep cage" in your room is a +good idea. Birds eat and sleep with their flock, not predators. Keep his cage +open and go on your computer, or read a book, etc and maybe he will come out to +you. Let him go at his own pace, don't rush with him, and never ever resort to +physical violence with your bird. This with ruin your bond, and you probably +won't have another chance to build one. Patience is the key. =) he might never +be a cuddly, loving, tame bird, but you can still have a friendly bond. But then +again he could be! + +dat bird is smart. like my dogs, they really like me and trust me, but when I +open the door to get them outside, they run from me, they know I'm going to take +them outside and they don't like it. the bird must know that when you open the +cage door it means that you will put him in the cage, and birds don't usually +like cages. so, I don't think the bird don't trust you, but still don't like the +cage. + +How to make a breyer horse stable? + +Hi im a big fan of breyer horses! My breyers need stables or barns +though.....and I need directions and materials on how to make them. I would like +maybe 5 stalls per barn so make sure the stalls are not that big so it can fit. +And I need to know where to buy the materials. Please make this as simple as you +can for my dad doesnt really not that good. Pictures would help! NOTE:If i see a +answer that i love i will make my best right there and then + +Breyer horse , miniature/ model replica sketch out floor plan, estimate size, +draw front view, side view, and 3d orthographic perspective views, figure out +how many stalls you want, then measure square cube sections for length and width +of horse, measure size for platform, draw lines and mark sections, measure out +wall sections and height, there are many small details, that you would have to +work on as you go for doors and windows and roof, check hobby shops and craft +shops for small pieces of stock wood panels and wood blocks parts, you want +carpenter wood glue, clamps, possibly small screws to hold corners together, +miniature hinges, tape, paint, saws, drills, pencil ruler, paper, bryer horses +wood can vary from cork wood or balsa wood, or press-board, or plywood, and +pre-cut 2by4 or slats, you can check home depot or hardware shops for larger +pieces, http://www.binkyswoodworking.com/HorseStable.php +http://www.blueoakstables.com/breyerhorsebarns_barn003.asp +http://www.railroadredux.com/tag/northwest-shortline/ +http://www.adventurehobbycraft.com/products/hobby_craft_supplies.html#metal +http://www.natureandtech.com/?page_id=2200 +http://www.utrechtart.com/Craft-Supplies/Woodworking%20Supplies/ .. + +How can i get my kitten to stop biting when he plays? + +I have a kitten who just turned 3 months today. He's a good kitty, just when he +plays he bites REALLY hard. Almost every day he'd even wake me up like 5am in +the morning, trying to bite my arm. And when I move it I guess he figures I'm +playing. x.x I read somewhere that you have to hold his mouth together, and keep +it that way til he panics. That seems cruel to me though. Any other way?? Do you +think he's teething? It's getting out of hand. Yeah, I thought that the holding +his mouth thing sounded wrong. No worries, i didn't try. He does have toys, a +scratching post, LOTS of mice, balls, yarn, a feathery birdy toy, etc. He'd just +randomly walk up to you and start the biting. When i put him off of my bed, he +jumps back on and same thing. + +he may be teething but i dont think it can be stopped. maybe buy him toys that +he can play with that give him a way to use his energy up + +yes do not hold any animals mouth shut it wil close their air way, hes just a +kitty and they are very rambunctious , get him toys. lots of them, feather ones +work best, also when he bites you in the morning put him down off your bed, to +show him that you will not tolerate that, he will get it, hes also probably +teething, so toys are your best bet + +Which rat cage is better? + +Hi, I want to get a few pet rats and need a rat cage. (Apart from the wire +flooring which i am going to cover) Which of these two cages is better: +http://www.ebay.co.uk/itm/250927098564?var=550057729382&ssPageName=STRK:MEWAX:IT&_trksid=p3984.m1438.l2649#ht_2079wt_893 +http://www.ebay.co.uk/itm/130589513308?var=430034792128&ssPageName=STRK:MEWAX:IT&_trksid=p3984.m1438.l2648#ht_1500wt_660 +I cant decide between height or width. + +http://www.ebay.co.uk/itm/250927098564?var=550057729382&ssPageName=STRK:MEWAX:IT&_trksid=p3984.m1438.l2649#ht_ +This one is better for rats. You always want to go higher rather than wider for +rats. They LOVE to climb. You will have to cover the wire flooring like you +said, and make fleece covers for the stairs, so no ratty feet get caught and +broken. This cage will hold about 2 - 3 rats. + +Both are equal length so go for the taller one. If you use this cage it's best +to remove the wire shelves altogether and replace it with hammocks and the like. +I used one of these cages short term for a pet and it wasn't that great to be +honest, pretty cheaply made, the door springs are annoying and it doesn't last +very well. Here are some better options IMO: +http://www.equinecaninefeline.com/catalog/mamble-hamster-narrow-100cm-cage-p-12642.html +http://www.equinecaninefeline.com/catalog/abode-large-metal-cage-liberta-free-delivery-p-6679.html +http://www.equinecaninefeline.com/catalog/savic-freddy-cage-free-delivery-p-6750.html +http://www.netpetshop.co.uk/p-19500-savic-chichi-2-chinchilla-rat-degu-ferret-cage.aspx +http://www.justcages.co.uk/ferret-cages/ferplast-furet-plus-ferret-cage#v_431 +These are all a bit more expensive than your choice but if you ebay search the +names you may be able to find one second hand...better paying for a second hand +one in good condition than a poorly made new one IMO. + +The First One Is much Better! I Have This Exact Cage, Bought From The Exact Ebay +User. Its Really Good And The Rat Calculater Says Is Big Enough For 5 Rats, But +I Would Put A Maximum Of 4 In It Really :) + +is under tank heating or side tank heating better for a corn snake? + +i was reading the package for a tank heater i bought for my 40 gallon tank for +my snake and it said it can be put under the tank or on the side. im not worried +about damaging the surface my tank is on because i can prop it up off the +surface anyway. from my understanding, if its heated from the bottom, my snake +risks burning its belly if it burrows and rests directly on top of the glass +over the heater unless i buy some of that reptile carpet to put under the +substrate, but it has better heat distribution if its from the side i dont have +to worry about propping it up, but the snake can still burn itself if it +slithers along the side of the tank and i also read that it doesnt distribute +heat as well? what are your suggestions and opinons? + +i use UTH's on all of my burrowing snakes. they will move if they get too +warm-it's not like a heat rock which you should avoid at all costs. i usually +put my own natural rock over the UTH and they are perfectly fine. i have over 40 +corns, kings, and milks and have never had a problem with the UTH system. on the +side is a waste-leave it on the bottom. good luck! + +Bottom if you are worried about the snake burning itself put something overt it +like newspaper... I now use a 75watt basking or heat bulb for mine and he seems +to like it + +put the heater on the snake he will love it and the the next day you will have +dinner + +What are good places to eat brunch at? ? + +My bday is Saturday :) and I wanna have breakfast/lunch with my fam. I was gonna +have a dinner party that night but my cousin is having Having her bridal shower +so brunch is it but the only places I know are denny's and ihop. Oh and btw I +live in los angeles look for places in like the lb area and torrance etc thanx +^_^ + +I would strongly suggest "The Breakfast Club" in Chicago. You can definately +plan on a great meal with reasonable prices. Don't be in a hurry though. Just +relax and enjoy. They have fabulous French toast too. The Breakfast Club & Grill +is conveniently located just two blocks off the Kennedy Expressway. There is +always plenty of parking on the street or in our private lot. If you'd rather +dine at home, simply call in your order with our take-out service. Plenty of +parking on the weekends..during the week please park in the little lot across +the street. Directions from the Kennedy: Take the Ogden Exit off the Kennedy. Go +three lights down and take a right onto Ogden. Continue two blocks to Hubbard +and take another right. We're at the corner of Hubbard and Noble. The Breakfast +Club & Grill 1381 W. Hubbard Chicago, IL 60622 312-666-2372 Tel Email Us Hours +of Operation: Monday thru Friday 6:30am - 8:00pm Saturday & Sunday 7:00am - +5:00pm Happy Hour Monday thru Friday 4:00pm - 6:00pm $4 appetizers $4 wine $3 +Coronas & Heineken + +Unless you plan on being late for the bridal shower you might want to post this +again in the L.A. section. + +Question about the sinking of the Titanic? + +After the sinking of the Titanic in 1912, was there a law made so that ships +would carry enough lifeboats to save everybody on a ship if it was sinking? If +yes, was Canada involved in this act/law? Sorry, I'm just very nervous after +watching the movie. + +SOLAS (Safety Of Life At Sea), which is an international maritime treaty, came +about in response to the tragedy of the Titanic. Today, it is the primary safety +law affecting virtually all ships, regardless of country of registration. If you +ever go on a cruise ship, you will be required to attend a SOLAS muster drill +(lifeboat drill) within 24 hours of sailing. Most ships perform this drill +before even leaving the dock. SOLAS covers just about every aspect of safety at +sea, including minimum safety equipment, practices, and standards, lifeboats, +navigation practices, fire protection, and so on. We are much safer today on +board ship due to SOLAS, and I suppose if any good came out of the Titanic +tragedy, the adoption of SOLAS is probably it. http://www.caribbean-cruising.net +-------------------------------------------------- Edit: Also I forgot to +mention earlier, most (if not all) cruise ships also practice lifeboat drills +weekly, and it is not uncommon to see them to actually launch the lifeboats into +the water as part of their drill when you are in port. This not only ensures the +lifeboats are operational and will work if needed, but makes the crew proficient +at launching them. + +I don't think so + +Don't worry. When was the last time you heard about a ship sinking? 100 years +ago? + +What are some fun things I could do while in Japan? + +I'll be in Okinawa for about a week so I was wondering what are some fun things +I could do? I'm a 20 year old female travelling by myself so it could be +anything. Besides the obvious tourist spots which I already have planned for. +How is the night life in Naha? Are there any good venues that showcase +underground bands, or just a venue at all? It doesn't have to be underground it +could be any type of music. Thanks + +The best thing you can do in Okinawa is to go to a beach. Otherwise, you can do +what you can do in other parts or Japan, like shopping, eating, etc. Or you can +visit temples or shrines in Okinawa. + +Well first you can try speaking Japanese. Go to a sumo tournament. Eat at a +conveyor-belt sushi restaurant. Climb Mount Fuji. + +Okinawa is quite different from the rest of Japan, although of course there are +similarities. The main thing people do there is go to the beach. There's the +market in Naha, which is great. You can find all sorts of fresh food and get a +really delicious, fresh sashimi/sushi lunch upstairs. Try the local sake too if +you can. It's a special kind. I'm not sure that there's much nightlife in Naha. +It's more of a place to go to enjoy the weather, the sea, etc. You might have to +make your own nightlife by finding an izakaya (pub) somewhere. Your best bet +would probably be to get a copy of the Lonely Planet Japan book and read the +chapter on Okinawa. Naha's not a very big city. + +Modern m16 vs Vietnam m16 version? + +I was playing a video game that has a m16 Vietnam model, and in the game it's +3-shot burst. My brother said they only had full-auto and semiautomatic during +Vietnam. My questions are.. 1) what thes difference between a modern m16 and +Vietnam m16? 2) did Vietnam m16's have a 3-shot burst function? + +To save money Robert McNamara ordered that the ammunition for the new M-16s +being sent to SEA in the early 60s use an older (dirtier) type of gunpowder +meant for use with the M-14. He also ordered that the receiver not get a (I +think chrome) coating that helped keep the gun from jamming. Than the troops +being issued the weapon were told it was self-cleaning, which it wasn't. As a +result there was a problem with the weapon jamming. Once the troops started +cleaning the weapon properly (even with the dirtier powder) the Vietnam era M-16 +turned out to be a good weapon for the purpose it was being used for. The +screw-up was the kind of things you have happen when you have bean-counters (and +McNamara was nothing if not a bean-counter) instead of soldiers in charge of the +military. Today's weapons do not have that kind of problem, and are much more +reliable. + +1) modern m16 is alright. Vietnam m16 used to clog up and never work. 2) All +M16's are either automatic or semi automatic. No one uses 3 burst. you play too +much cod ;P + +modern m16 is best + +Planning on going to New Zealand in January. Is it OK to holiday in Christchurch +since the Earthquakes? + +Are the hotels back up and running? Are there still aftershocks? Planning on +going to North and South Island. Is it safe to go to Rotarua, since the +earthquakes? + +Rotorua is fine. I'm assuming this was in reference to the January earthquake, +don't worry, it was very deep, so nothing was effected :) As for Christchurch, +yes the aftershocks are still happening, but these are fairly small - you can +feel them, but the don't do any damage. Since lots of people are still living +there, then it must be fine to visit. However the CBD is closed of to the public +as a lot of it is still rubble and stuff and hasn't been cleared away yet. I'm +sure that you can find some hotels that are running in the christchurch area, +but if not then there would be some in close by towns. Despite the aftershocks I +would recommend going to Christchurch, just for the experience and then you can +see first hand how things get effected by earthquakes. Have fun in New Zealand!! +(ps. I'm assuming you'll stop off in Wellington, and since its summer, may I +recommend kaffee eis ice creams and gelatos? Just recently discovered them last +time I was down there, they're very nice) www.kaffeeeis.co.nz + +Loads of places have geographical hazards, if you are constantly paranoid, +you'll never get anywhere without a sense of adventure. In case of an +earthquake, stay under a sturdy table and don't go outside as possible debris +will fall. + +Yes it's ok. Yes, yes and yes. Nothing wrong with rotorua + +Help?! What size horse do i need? + +Im around 5'2 - 5'4 , 11 years old and im wondering what size horse i'll need +that i wont grow out of quickly? thanks louise + +I would say it really depends on your riding ability, what disciplines you are +interested in doing, or plan on doing, etc. But I would go for the base number +of 15hh. It's "tall" being it's bigger than a pony, but it's on the small end +for a horse. I got my horse when I was 12 and I was already 5'9-5'10, thankfully +I stopped growing when I hit 5'11" but my horse is about 16.2 or 16.3hh, TB. So +don't be afraid to get something a little bigger than "perfect" just in case you +hit a growth spurt. A taller horse doesn't always mean a horse you can't handle. +Keep that in mind. Also keep in mind whether you want to be able to jump up from +the ground, if you even need to, etc. You just want to be sure you can groom and +saddle sufficiently and the horse itself is calm enough so that whatever size it +is, you can handle it. + +i'm5'3-4" and am 21 well will be in Nov and my horse is 14.2hh and she's perfect +size for me i can hop right on with no mounting block.....only with a saddle +though haha i can't bareback, not yet + +If you Don't want to grow out of it quickly get a 14'2 .. Anything smaller you +will grow out, anything bigger will be too big and difficult to control and +manage, especially when riding. Hope I helped :) + +Where in the world is Iguazu? + +Iguazu Falls Widely considered to be one of the most spectacular waterfalls in +the world, the Iguazu Falls on the border of Argentina and Brazil, are a +certainly must see attraction in the area. The centre of the falls is known +locally as ‘Garganta Del Diablo’ (The Devil’s Throat), where the huge volume of +water sends a constant mist of spray into the air. With the sun shinning down on +the spray, creating a rainbow in the foreground, this is the perfect place to +get that trademark Iguazu Falls photograph. However, save some of your shots for +the rest of the falls, as in total there are around 270 cascades that spread out +over nearly 2 miles of the Iguazu River. The Iguazu Falls are easily accessible +and, dependent on your time restrictions and budget, you can get to the area by +either bus or plane. The nearest towns to the site are Puerto Iguazu in +Argentina, about 12 miles from the falls, and Foz do Iguaçu in Brazil, which is +equally close. Both towns have airports that are served regularly from the +larger cities such as Sao Paulo, Rio de Janeiro and Buenos Aires. The bus is +obviously the cheaper option, and travelling up from Buenos Aires the trip is a +full 20 hours, although the buses are very comfortable with spacious reclining +seats. The bus trip down from Sao Paulo is a similar affair taking around 18 +hours. Foz on the Brazilian side is the larger town, however both are geared up +to cater for visitors to the Waterfalls and National Parks, and so offer a range +of accommodation for all budgets. For those with a larger appetite for the +scenery and a larger budget, there are some hotel complexes much closer to the +action with views of parts of the falls. + +Paris or England while studying aboard? + +I am going to try and study aboard but idk where I can go I cannot decide where +do you think would be the best place to go?where would you go? I have never been +anywhere out side my home town Charlotte north Carolina please help!!!! + +definitely London - you speak the language and will have more fun. The French +tend to look down on the Americans and treat them bad. London is a deliteful +city to visit and easy to get around. You will be able to have a good time +there. % + +As you're from the States you'll have much more fun in London. Parisians dislike +Americans for their lack of speaking French and proper French manners. I was +told to leave a restaurant because I ordered water with my meal (apparently this +is "washing down" your food") and not ordering wine. You'll need to have +intermediate French to have a good time in Paris. However, outside Paris +everybody is wonderful. Nobody likes the Parisians, even then Parisians don't +like Parisians. South France is wonderful, right on the Mediterranean. It's +beautiful and the people are extremely friendly. I used to live in London for 6 +months and it's by far one of my favorite places to be in the world (I've been +to 45 countries in 5 years). Everything about the place is magical and the +people are mostly friendly. However, if you're allowed another option and you +want a small-town feel, then head to Edinburgh, Scotland. I lived there for 8 +months. + +If your French is good/moderate, then head to Paris without a doubt. I also +highly recommend staying with a French family. I did this at age 13 in +Champagne, France and it was the most amazing experice of my upbringing. + +does the bta have to be paid first to come to canada? + +There is NO such thing as a BTA. That is a term invented by online romance +scammers +http://www.country-couples.co.uk/datingtips/basic-travel-allowance-bta-dating-scam/ +"Second only to flight money, the Basic Travel Allowance (BTA) is the scammers +highest paying income. Also known as the Personal Travel Allowance, Travellers +Allowance Fee, Travellers Assistance Fund, Travellers Assurance Fund and +numerous other forms of “I have to have wodges of your cash or they won’t let me +fly”. Let’s get this over with now… THERE IS NO SUCH THING any more, anywhere, +it’s an online dating scam." +http://www.romancescam.com/forum/viewtopic.php?t=7231 "THERE IS NO SUCH THING AS +BASIC TRAVEL ALLOWANCE!! Please remember: there is NO such thing. There is NO +such requirement, in any country of the world. This is an invention of the +scammers. " A single call to CIC will confirm there is NO such thing as a BTA to +Canada and anyone asking for this is a scammer +http://www.cic.gc.ca/english/contacts/index.asp Just pray that you have not ever +given this criminal enough information for your identity to be stolen - your +full name, birthdate, home address, etc or that you were not conned into sending +money. This person is not coming to visit you - the whole point of this scam is +to gain your trust enough to steal your money and identity Contact the +Anti-Fraud Centre to report this +http://www.antifraudcentre-centreantifraude.ca/english/home-eng.html + +No. BTA only exists in the mind of SCAMMERS. 100% SCAM. cut of all contact and +tighten up your PC security. + +There is no such thing as a BTA or "Basic Travel Allowance"-this is 100% a +scam-as the first poster said,cut off any and all contact with this person-they +are NOT who or what they are claiming to be.The below site from the US +government verifies this-it's the same for Canada ,too..... +http://nigeria.usembassy.gov/scams.html + +How can i make my Jack Dempsey reproduce? + +i have a Mature male and female they are together a lot but never laid eggs as +far as i know can anyone help me figure out how to make them mate He's the +issue, you are trying to "Make" them mate. This is like trying to Make 2 people +get married. It doesn't work. First you need a compatible pair. Sounds like your +2 at least tolerate each other, so there is hope there. Then the need to be +mature, that is, old enough, and big enough to breed. This may be around 1/2 of +their full adult size, probably 4-5" for those guys. Then the environment. Large +tank, no annoying tankmates, perfect water conditons and really good feeding. +The difference is what they need to live, VS what's ideal for them. Get that +right, and they will mate when THEY are ready. You can't MAKE them mate, you can +only encourage them. Ian + +Jack Dempseys are not an easy cichlid to breed. Most of the time one is more +interested in breeding than the other. Bredders take the one that in not very +interested and put it alone in a breeeding tank for 3-5 days. The tank should +have a hide space big enough for one fish, or a few of them, but at least 1 cave +big enough for two fish to fit in. The p H should be 6.5-7. Now feed the one in +the breeding tank as much bloodworms, blackworms and/or earthworms as it can eat +for 3-5 days. Then add the other mate. They may not respond right away and they +may fight so ther smaller one can fit in one of hide spaces if it gets attacked. +When the males aggressive behavior stops, it is ready to spawn. The two lay +their eggs inside the cave you made for them. + +Turn the water temp up to 82 degrees + +Please help with my cats bladder issue? + +I have a 1 1/2 year old female calico. When she was spayed the vet had a hard +time because she only has one uterine horn and he said this could mean she only +has on kidney. Recently she has been peeing A LOT. I'm talking soaking all the +litter box and then some. She is also peeing around the box and somehow it gets +underneath. I don't have the money to take her to a vet right now but it's +getting to be an issue. I have to scrub the floor 2-3 times a week now. What +could be the issue and can I try some home remedies first? I love her and want +to help her but I don't know when I'll be able to take her to to vet :( please +help. + +First of all, I am very sorry to hear you're having this issue with your cat. :( +Frequent urination is a sign of several things. Bladder or Urinary tract +infections are two common ones, but these usually are frequent visits, with +small amounts of urine being passed. If there is blood in the urine, or the cat +seems to be in pain, then that is also a good indicator. But your cat is passing +a LOT of urine, and this is bad. Given the chance your cat may only have one +kidney, I would think the worst case scenario would be kidney disease, which +untreated can lead to possible renal failure. Signs of this can be hard to spot, +and if this is true in her case she will definitely need to see a vet. Vomiting, +bad breath, and listlessness. Seizures will occur when the toxins that the +kidney normally filters out are released into the blood stream. I know you are +very worried, but getting her to the vet is the best thing you can do for her. +In the meantime make sure she had plenty of water available to her. + +I want to apply for canada skilled immigeration program.I got only 63 points +while 67 minimunm is requirement.? + +Can i apply with 63 points? + +According to the Citizenship and Immigration Canada web site at +http://www.cic.gc.ca/english/immigrate/skilled/assess/index.asp , it states +"Note: you must meet the minimum requirements for your application to be +eligible for processing." HOWEVER ... that same web page also states that "The +current pass mark is 67. The pass mark could change. You should check for +updated information on a regular basis." The Skilled Worker category was my +first attempt at permanent residency. And between the time I began my research +and the time I applied, the minimum score did change once. Unfortunately, both +minimums were above my score. But I got lucky because I qualified under another +category to become a permanent resident. So keep checking at least on a weekly +basis. GOOD NEWS ... I found a web page run by Canadian Immigration Lawyers at +http://www.canadavisa.com/canadian-immigration-faq-skilled-workers.html . Here +is what they posted there "4. May I qualify under the Skilled Worker category +even if I score less than 67 points?" "If the Canadian Immigration Visa Officer +believes that the point total does not accurately reflect your ability to become +economically established in Canada, the Canadian Immigration Visa Officer may +use his or her positive discretion (referred to as substituted evaluation) and +approve your application even though you score less than 67 points." Read the +full answer at that web page for conditions. + +Sure you can apply. The points system acts as a guide to sort out the best +candidates. Your application is still evaluated on a number of criteria, not all +of them as "cast in steel" as the points. Go ahead, send in your application. + +NOTE to BEN .67 is the minimum score, anything below that is filed in the +"circular file basket ". Why have a "minimum " if it is going to be ignored ? +Jim B Toronto. + +I'm mad and don't know what to do! Please help!? + +Alright, so my dad had been wanting me to check my e mail for a few days but I +never got around to it. (I just thought he wanted me to see one of those chain +letter things again) so I fineally checked it, and it was an e mail from +southwest airlines telling me the flight dates for out family trip to Florida!!! +I got so excited!!!! It said it was in January but still!!!! So I kept reading +and then I saw the dates, it was from mid day Friday and arriving home mid day +monday. :( then I think I just kind of stopped smiling and just kind of sat +there looking at the dates. (we live in Pennsylvania btw) I'm mad and upset now! +Don't get me wrong I want to go, but for 2 days -_- I mean seriously. We are +taking a 3 hour flight down to a fancy island in Florida and staying only 2 +days. ****sigh**** not trying to sound snooty or stuck up but I mean really! Can +someone please make me feel better about this trip!!!! + +A least your going.! Enjoy those 2 days it better then not going at all.! and it +will be fun 2 days cause you will busy going to a lot of beautiful places, i can +afford to go so be happy you have the money to go. :D + +Well, I mean, you don't have to be mad about it. At least you get to go to +Florida in JANUARY. And, having only two days makes you realize what you have +with your family. "Nothing Gold Can Stay", honey. Enjoy it while you can, and +then if your family enjoys it you can go again for a longer period of time. If +they don't like it, it'll only be two days, remember? Hope you have a crapload +of fun! (In a good way...) + +What is Italian High Renaissance? + +Have a look at this, it may help. 1) The Italian Renaissance began the opening +phase of the Renaissance, a period of great cultural change and achievement in +Europe that spanned the period from the end of the 13th century to about 1600, +marking the transition between Medieval and Early Modern Europe. The term +renaissance is in essence a modern one that came into currency in the 19th +century, in the work of historians such as Jacob Burckhardt. Although the +origins of a movement that was confined largely to the literate culture of +intellectual endeavor and patronage can be traced to the earlier part of the +14th century, many aspects of Italian culture and society remained largely +Medieval; the Renaissance did not come into full swing until the end of the +century. The word renaissance (Rinascimento in Italian) means “rebirth”, and the +era is best known for the renewed interest in the culture of classical antiquity +after the period that Renaissance humanists labelled the Dark Ages. These +changes, while significant, were concentrated in the elite, and for the vast +majority of the population life was little changed from the Middle Ages. 2)The +expression High Renaissance, in art history, is a periodizing convention used to +denote the apogee of the visual arts in the Italian Renaissance. The High +Renaissance period is traditionally taken to begin in the 1490s, with Leonardos +fresco of the Last Supper in Milan and the death of Lorenzo de' Medici in +Florence, and to have ended in 1527 with the sacking of Rome by the troops of +Charles V. This term was first used in German (Hochrenaissance) in the early +nineteenth century, and has its origins in the "High Style" of painting and +sculpture described by Johann Joachim Winckelmann.[1] Over the last twenty +years, use of the term has been frequently criticized by academic art historians +for over-simplifying artistic developments, ignoring historical context, and +focusing only on a few iconic works. [2] Hope it helps! + +I'm American and I am going to the UK for the first time, what should I expect? + +I just need to talk to an another american who has gone to the UK before so that +I know what expect when arriving at the airport and with going through visa +process and everything. do you get your visitors visa immediately at the +airport? I was told that americans automatically get a six months visitors visa. +do you have to go through a medical exam right away? drug test? blood test? or +do i just show them passport and walk through the gates? i have talked to some +people that say that a medical exam is an invasion of privacy and other say its +a routine thing when entering another country. I honestly have no idea what to +expect or prepare for and calling in to get professional advice from either of +the embassies costs by the minute- which I really don't have the money for. I'm +really worried cause I have no idea who to talk to and want everything to go +smoothly. + +An American passport should get you right into the country, there is no need for +a VISA, for six months. There is no medical exam or blood test or others like +that. You do not need to call the embassies to get professional advice. +http://travel.state.gov/travel/cis_pa_tw/cis/cis_1052.html Above is the link to +the Department of State travel website, which will give you all the info that +you need, including passport information. It is free. + +I never stayed more than two weeks at a time when I visited the U.K. You should +be fine with just a passport, unless you're staying longer than six months. You +should double check with the necessary embassy before you leave though. I am not +sure how well you planned this trip. You'll have a great time, so no worries +there. I visited London, Edinburgh, and St. Andrews so far, and I was treated +very well and with great kindness. Just treat everyone else as you would want to +be treated, and you'll be fine. That tactic never failed me. + +What would you get if you cross a sussex male and a silkie female? + +i had a sussex male and a pekin female i bought 2 silkies what would the sussex +female and the silkie females would make ?if you had any pics of your hens i +would like to see them to compare them to mine thanks? + +A Sussex crossed with Silkie would make a crossbred *mutt* chicken. There are a +lot of genetics at play between a Sussex and Silkie, so the offspring would vary +in appearance. You don't say what color Silkie or Sussex you are dealing with so +I can't say what color your chicks would be likely to be. However, I can say +what features they would/could have. Feather Type. Silkies have hookless +feathers. Sussexs have soft feathers. All offspring from this cross will have +soft feathers, as hookless feathers are a recessive gene. Skin Color: Silkies +have black skin color, which is dominate. Sussex have White Skin which could be +recessive or dominate. Either way rec. and dom. white genes dilute the black +gene. Skin will be darker but lighter then the Silkies. Beards/Muffs: If your +Silkie has a beard/muff the offspring could have a beard as well, as these genes +are incomplete dominate. Feathered Feet/Shanks- Chicks could have feathered +feet/shanks as this is also incomplete dominate. Crest: Chicks could also +develop a small crest due to this being another incomplete dominate gene. Comb +Type: Silkies have walnut combs which is actually genetically two comb types +(Rose and Pea) single is also there, but is recessive. So crossed to a Sussex +you could get a walnut, pea, rose, or single combed bird. Five Toes: Silkies +have five toes. Sussex have four toes. Crossed together (five toes is +incompletely dominate) chicks could develop to have an fifth toe on both, or +even one foot. Silkie crosses are great birds, and very neat looking. Hens make +excellent mothers as they are bigger, can see better, and are smarter the +Silkies. Best wishes, Jamie/RhodeRunner + +I took some photos of my model girlfriend with my Nikon D7000. What do you think +of these photos? + +http://i.imgur.com/S2MD2.jpg http://i.imgur.com/T2zff.jpg +http://i.imgur.com/Xytex.jpg I took some photos of my model girlfriend with my +Nikon D7000 (see links above). What do you think of these photos? The lighting +was not the best, but the pics turned out ok in my opinion. + +deleting a question where you dont like the answer won't get you better +answers... i refer to my previous answer: you need to learn about white balance, +composition, angle, and work on using the camera properly... [edit - and she +most be very new to modeling, because she does look unsure of her poses) + +lol, he has posted this so many times today already.clearly hes mad that people +know he took her pic off the net and it's NOT his gf + +Not bad, but too many distracting elements for my taste. For example: In the +photo on the couch, the pillow she is resting on clashes with everything else in +the shot. There are also some distracting background elements like the light +fixture and what looks like a door handle on the left. In the standing photo +(from the front) there is a corner of a rug creeping in, some kind of box in the +lower right corner and what looks like a power cord. In the shot from the back, +the crumpled bottom of the curtain is pretty noticeable as well as the power +outlet. Compositionally, this one is not my favorite, I would suggest trying a +different crop because I dont think cutting her off at the calf looks great. I +do like the shadow, though. My suggestion is to pay close attention to what's +going on in the background and if possible, stand on a chair, get on the ground, +do whatever you need to do to get rid of distracting elements. Using a fairly +wide aperture is also helpful in blurring out unwanted background elements. I've +had a few great shots ruined myself because there was something in the +background I didn't notice at first. + +what are some unique customs in ireland? + +As far ask I’m aware our most unique custom would be the “Country Wake”. In all +my travels I’ve never seen anything like it and am often met with an odd look +when I explain them to foreigners. After a person dies, their remains are “waked +” in their home for roughly 2-3days. In this time visitors will come to the +house, pay their respects to the desisted and their family and have a couple of +cups of tea with a sandwich or a bun. The wake also included the night sit were +friends and family sit up through the night with the remains. Wakes are common +both north and south of the boarder with Protestants and Catholics alike. But +only really in the countryside. The only notable difference I have noticed is +that in the south of Ireland one night of the wake is often held in the chapel +the night before the funeral, this tradition started after the civil war. +Another unique custom (and a dying one at that) is the Pioneers. The Pioneers +was an organization started at the end of the 19th century which pushed and +supported the ideal of temperance (abstaining from alcohol), in an attempt to +deal with the massive issue of alcoholism that Ireland was gripped by. Pioneers +take a pledge to remain tee-total and at the hight of the organization +popularity, had an estimated two million members even filling Croke Park on the +25th anniversary. I my self am one but appreciate that the organization is +unlikely to make into the 22nd century. The Orange Order and the 12th of July +Marches would be argued by some not to be an Irish custom but unarguable ticks +every criteria to be considered one. The marches on the 12th of July are only +really attended by protestants in the Ulster but in spite of the are the largest +attended paraded in Ireland. + +Barn brack and the ring. + +the irish customs we have in our family are; we make sinnel cake for easter +,barn brack and col-cannon for Halloween.christmas cake for christmas day. + +Do animals see images on a TV screen like humans do? + +Do animals see images on a TV screen like humans do? I'm unsure of this, because +once I watched a commercial of cat food with my cat and she didn't react to +seeing another cat on TV. I heard that a company (here is a link: +http://news.yahoo.com/nestl-purina-releases-commercial-aimed-dogs-183443091.html +) is trying to make a dog food commercial aimed at dogs, complete with squeaky +chew-toy sounds, and high pitched sounds that humans can't hear. As far as I +understand, this ad will get dogs excited, but my question is: Can dogs actually +see the images featured in the advert like humans? Also, can animals remember +images on TV like us, humans? If so, then does that mean that if you watched a +scary movie and your dog/cat/parrot was in the same room as you they will also +get scared? I wouldn't know--I don't particularly like scary movies, and I +haven't tried this with my pet. Although, I don't think that scary movies will +affect pets for a long time; I am sure they'll forget sometime--or am I wrong? + +So what about T.V.? Do dogs enjoy watching T.V.? Well, T.V. is a series of +flickering pictures that are streamed together to make a moving picture. The +pictures are broadcast at a rate of about 60Hz, which is how fast they need to +move for us to see them as a moving, flawless picture. To a dog, watching T.V. +is a lot like watching and old scratchy silent film because their flicker fusion +seems to occur at a rate of 70 to 80Hz. So they see the pictures flicker slower +and there for it seems choppy to them. So chances are that if your dog likes to +watch T.V., it’s probably because of the sounds. Hearing is a dog’s secondary +sense, and I will discuss that in another blog entery. + +Yes they do. + +im pretty sure that they do see things on the tv screen because my cat chases +things around the tv screen + +How much should I be looking at for horse transportation? + +I need one horse transported to shows throughout the 2012 show season, and the +location is about 3 hours away from where I live. The place where I'm boarding +is not likely to want to take me this far, and I do not have any ways of hauling +him myself. So I want to hire someone (or multiple people) to transport me to +these shows. If they ask how much I'm willing to pay, what is a good price +range? I saw a site that charges $0.70 per mile. Is that reasonable? + +Impossible to say, but I guess you would have to work out fuel consumption for +the particular vehicle that they are using and pay a proportion of that, and +some on top for the driver's time and effort, unless you are able to share +transport with another or more, that would keep the costs down. + +Remember that you get what you pay for. Three hours isn't far, but you are doing +multiple shows. Some people are willing to take your horse, but they really have +old trailers that are not the safest in the world. Rusted, torn corners in the +stalls, unhealthy air, straight load instead of slant load can all make +travelling hard, if not downright dangerous, on your horse. I had my horse +transported from CA to WA and he came on this big, open stock trailer. He was +dehydrated when he got there and lost weight. Since then, I now use a +professional horse hauling service with people who ride with my horse to keep an +eye on him, stop every few hours for water, and their trailers all have super +smooth suspension. All horses I've had delivered to me since then are happy and +healthy when they arrive. I would call Bob Hubbard Transport and get a quote. +Even though you may not want to use them, it will give you some idea of what it +might cost and what is fair. See link below. Make sure the trailer service you +use is bonded/insured and knows something about first aid. + +Do they have this anywhere? + +I want to take a cruise around the world. I mean literally around the world if +possible. First of if i went alone on a regular cabin how much would you +estimate it would be just a guess.Second is there any way to sort of customize +the places you wanna go to? Like you can pick the destinations? But if not just +say no but i hope there is like one out there somewhere. + +1. Here's a site that lists world cruises including prices. +http://www.cruisecompete.com/specials/regions/world/1 Prices listed, however, +are usually based on two people in a cabin, and you will likely face some high +"single supplement" costs in addition. (Two people in a cabin will spend more +onboard, so cruise lines charge you more to sail alone. You may be able to do +better on the rates if you request competitive quotes via CruiseCompete). 2. +Short of chartering your own ship and crew, I don't see any way you could +customize your own itinerary. Good luck! + +Various world cruises from most of the major cruise lines, typically 100 days in +duration. Travelling on your own you would have to pay double as cabins are sold +on the basis of double occupancy. No possibility to customise ports of call. +Prearranged about 18 months in advance as the cruise lines sell segments all +along the way i.e Transatlantic to London (England), England to Barcelona +(Spain), Barcelona to Alexandria (Egypt), Egypt to India via Suez canal etc. + +yes there are multiple around the world cruises, mainly offered by the more +upscale lines. HOWEVER: you will pay as if there are 2 people in the cabin, even +if it is just you. so any price you find, DOUBLE IT figure, $40K at least. and +no you cannot customize an itinerary unless you book several different legs of a +cruise with stops in between on shore.. say book a Panamal Canal crossing, then +fly to Asia and pick it up again and sail to India then fly to Europe to sail +the Med before flying to England to hit the Transatlantic corssing. + +Was the San Francisco Bay Area mostly Caucasian back in the early 1970s? + +No. There has been a large Asian presence in the SF Bay Area for a long +time--the Chinatown here was the largest population of chinese outside of China, +there were lots of Japanese who'd been displaced during WWII. The whole Western +Addition and a large portion of the Haight was black. The Mission was basically +latin-american. As the southeast asians and philipinos came over, they added to +the cultures. So, the Bay Area has been fairly mixed ethnically for a long +time--caucasians may have seemed to be a large populous but that's because most +tourists back then were caucasian and many of the hippies were caucasians so +that's who the photographers took pictures of. The other ethicities weren't well +represented in politics yet--or rather, they were just breaking the color +barrier in the 70's due largely to the more open-minded hippy generation. Marin +County was predominantly caucasian and many of the expanding outer east bay +areas started out as white suburbs. + +It was not so long after Civil Rights laws against discrimination started to +have an impact. You never saw black MUNI drivers, Asian police, Latino +politicians until then. It was an evolution. Many illegals were not counted in +the population until the mid-80s. We did not have big percent of Chinese +migration until the mid 90s. We had fewer people running across the Mexican +border then. We had fewer social benefits at that time for people so many +immigrants were not counted. Only Caucasians had any political power, corporate +presence or owned businesses except for Mom and Pop stores in some +neighborhoods. San Francisco was settled in the 19th and 20th century by mainly +European immigrants except for some Asian workers who were manual laborers. +There has always been a Mexican-American cultural influence since Calif was +owned by Mexico. We had a larger black population in the 70s than we have now +but they did not have any power until Willie Brown was elected. San Francisco +was always progressive and welcoming and tolerant to all kinds of people +historically. The counties outside San Francisco were more white than San +Francisco in the 70s. EDIT: My memory may not be good so you might get a more +accurate answer from someone else who remembers the time. + +Can rabbits and chickens live together? + +I am thinking about getting a rabbit as a pet, but my parents said that it has +to stay outside. We also own two chickens that are kept in a run behind out +garage/barn thing. There is already a little dog house that I would turn into a +little rabbit hutch being kept back there and I was thinking about keeping the +rabbit in the run with the chickens, but keeping the chickens in the coop and +the rabbit in the hutch at night. However, in the day time would it be okay for +the rabbit to hop around along with the chickens? We feed the chickens scraps of +veggies and fruits throughout the day, but it's nothing that a rabbit wouldn't +be able to digest just fine. So, can rabbits and chickens live together as long +as they have separate places for their food and water? (The rabbit hutch would +have an opening only big enough for the rabbit, the chickens would not be able +to get to the rabbit food) Also, is it okay if the rabbit occasionally sneaks a +few bites of chicken feed? My last rabbit did that a few times, and he was +fine...I just wanna make sure :) Thank! + +Yes,but be sure that your chickens are all hens(I mean not roosters),Roosters +may attack rabbits or anything they see moving,so be aware of that,hens are +friendly with almost all kinds of pets! From my experience Hens(Not roosters) +are very friendly with duck,Guinea pigs,kittens,cows,Rabbits,etc. Be sure not to +feed your rabbits non-veg items! You said they live in different cages and they +are free in day,so no problem,don't put both of them in one cage because rabbits +bedding is different than that of hens,wet bedding can cause diseases in them! +So,don't put both of them in one cage. Good luck! + +yea i guess but rabbits a easily escape a pen or another rabbit could get in +there and that rabbit could be the opposite gender. So be very careful and some +feeds could be toxic to rabbits and safe for chickens.Rabbits do burrow also so +don't be surprised if chicken are falling into holes. rabbits are delicate and +can get diseases so watch out for that. + +melting brass did not work? + +my friends and I are trying to melt bras to make some little figures. we have +made a furnace as such, we took a clay flower pot with a hole in the bottom put +a piece of steel pipe in the middle of it with a cap on the bottom, filled the +pipe with brass scrap, surounded the pipe with charcoal lit it off and pumped +air through the hole in the pot, everything got red hot but did not melt. what +am I doing wrong + +I would recommend to start with something more simple like tin, pewter, aluminum +or zinc, they all have a much more reasonable melting point. I'll just echo both +other answers. Molten brass is damn hot and usually it's pressurized gas and +forced air or oxygen. Even if you did melt it, I doubt you foresaw the issues of +handling it and pouring it. It's really too advanced for a beginner, both in +tooling and safety. Just the zinc fumes will get you, if you don't take +precautions. Pewter is perfect for what you are doing, and it melts on a stove +top. + +I would recommend to start with something more simple like tin, pewter, aluminum +or zinc, they all have a much more reasonable melting point. Brass has an even +higher melting point than bronze and I would think your charcoal just doesn't +get hot enough. I bet you also did take charcoal as it is used for barbecue +which does not get as hot as real coal (e.g. for blacksmithing one needs coal, +not barbecue charcoal). I have done a fair amount of metal casting, but never +tried to build my own furnace, but I think your version is just too small and +doesn't get hot enough. I have melted small amounts of bronze in a crucible with +a large propane torch (much larger than the plumbers torch, but it can be run of +those propane cylinders you can buy for a gas grill). + +I melt brass and cast it http://www.mikegigi.com/castgobl.htm Brass melts at +just under 2000F which is a bright yellow heat, not red hot. +http://www.mikegigi.com/techspec.htm#SELCTEMP You might be able to make a +version of your setup work, but it would take quite a bit of charcoal and a lot +of forced air. I use propane with a blower and a burner I built +http://www.mikegigi.com/meltmetl.htm and http://www.mikegigi.com/firehole.htm + +Should all UK towns and their cafes or restaurants provide Halal food? + +Some friends of mine visited Dartmouth in Devon whilst on holiday last summer. +They could not find any cafes or food shops that provided Halal prepared foods. +Its important to their religion that they only consume Halal food. Even if you +buy a cake in a bakers you can not be too what happens in the kitchen, for +example the cake may have been sliced using a knife used for preparing ham. Its +simply not just a case of avoiding pork, alcohol and only being allowed to eat +halal prepared meat, but the kitchen and its utensils should not have been used +for prohibited foods. Places like Dartmouth are supposed to be tourist towns and +should provide foods for people of all religions. We all enjoy buying a snack +when visiting a town or attraction while on holiday. Not everyone wants to bring +packed lunch. Its not fair if some people have to go without buying food because +no place will provide suitable food for them. I think its only fair that +nowadays every town should provide at least one halal cafe or restaurant and +hopefully one day every British catering establishment will be halal. + +When I went to Bosnia, all the meat was Halal. I will not eat halal meat, so +guess what, I opted for foods which weren't a meat dish, there were plenty of +other options. I could not go to their country and demand they slaughter and +sell an animal as meat the way I prefer to eat it. When you go to another +country, you live by their way of life and their laws, if you don't like it, you +know how to get back out the country (but I guess our benefits system is too +much to throw away, huh). Cafes and restaurants rarely use the same cutlery for +different food groups anyway, they normally have blue for bakery items, red for +cooked meat, brown for raw meat, etc - all for food preparation and hygiene +policies. + +No. To prevent animal cruelty, many countries forbid Halal and Kosher meat. +Switzerland is one, and the Netherlands are passing the same law. It will become +EU law in a couple of years. + +We can't dictate what business wants to open where. If someone thinks there is a +business opportunity then they will start opening halal only places. + +How to convince my parents to let me get a Ball python? + +They don't know ANYTHING about Ball pythons. When I ask my mom she says she will +never let a snake in her house. She has no experience with snakes and has never +held one. I did all my research and am well prepared to keep one, I'm 14 by the +way + +Lay some knowledge on them dude. Maybe if they see how much time and effort +you've devoted to researching the animal they'll reconsider. Tell them it costs +like 8 dollars a month (if even that much) to keep it fed. Be helpful around the +house to show that even if you can't pay for it yourself that youre willing to +work for it. Once you've buttered them up a bit try to get them to the pet store +and ask one of the employees to handle the snake showing your mom how gentle and +harmless they can be. Maybe even try to get your mom to hold it a bit. My wife +was TERRIFIED of snakes when we first met, I introduced her to one out my baby +corn snakes and she fell in love with it. Be persistent, but don't pester them +about it cause that'll get you nowhere fast. Good luck! + +My general convince your parents to let you get a reptile advice: 1. Be +responsible. Do all your chores without being nagged, take care of any existing +pets, keep your room clean, and so on. Prove, to your parents' satisfaction, +that you, not they, will be the one actually taking care of your new pet. 2. +Save up, and research, so that you are ready for your new pet. 3. Bargain with +them. Offer to do extra chores, ask for your pet as a reward for good grades, +something like that. 4. Play the sympathy card. If you can find a pet at a +shelter, or that a friend needs to get rid of because they're moving or +whatever, you might be able to talk your parents into "giving it a good home" +where you might not be able to talk them into buying a new pet. On the fear +angle--talk her into coming to the pet store with you. Once you're there, ask if +you can hold a ball python. Once you're holding it, try to get her to touch/pet +it... + +My Snake's meal is TOO big, what can I do? + +Just today I bought a medium rat for my beloved Ball Python Salazar (name after +Harry Potter). Last time I got a medium rat it was a girl and my snake handled +her easily. But today, I got a boy and realized that he is HUGE! I really do +love my snake cause she is actually an affectionate cold-blooded creature. So my +true question comes to this, how can I knock the rat out? If I threw him against +a wall and still conscious he will run away, do I hang him by the tail so the +blood can flush into his skull? I really do need answers and advice, and NOT +INSULTING ANSWERS!! LIKE SERIOUSLY!! >:( Best answer shall receive points :) + +iw ould just stick him in the tank and let your snake have a nice hunt for once, +snakes jaws detach for this sort of this thing, so why not give her a good hunt, +but if you do want him knock him id just throw him against the wall or +something,, lol i dont know, i agree with you though throw him, haha Ok so if +youre snake will take pre-killed, you can "gas it". Just put the rat in a sealed +tupperwear container with no airholes and wait until it passes out and dies and +then feed it. If it won't take pre-killed and you usually feed live then you +could hold the rat by the tail and whack it against a hard surface, like a +refrigerator or wall. I don't like that option though - I think it's pretty +cruel and I'd not done properly you'll end up really hurting the rat but not +stunning him enough to stop possible injury to your snake. I would do the +tupperwear idea TBH - easiest and most humane. You could also just wait until +the rat passes out for about 1 minute and them feed it - at this point, it could +still have a bit of a heart beat and be slightly still alive. And also maybe try +holding the rat in feeding prongs so your snake can get a good hold and grip on +his prey. Good luck! Just my opinion here - no judgement - getting your snake on +frozen/thawed will prove to be much easier for you and safer for your snake in +the long run. My opinion - take it for what it's worth… :-) + +Looking to move to Toronto? + +I am a 20 something gay black male and I am looking for suggestions on +neighborhoods close to the downtown Toronto area. Im moving from South Carolina +so this will already be a huge culture shock. Any suggestions? + +Being gay and living in Toronto is just fine. You may consider the Gay Village +on Church Street, right downtown. It is full of gay friendly "everything". But, +you could live where ever you fancy takes you. For obvious reasons, knowing how +extremely difficult it is to drive a car in the city, you should probably try to +be near the subway system. But, can you immigrate? Being an American guarantees +you no favours when it come to going to Canada. Start your process here, if you +haven't already. (Marrying a Canadian is not enough - that doesn't count for at +least two years.) http://www.cic.gc.ca/english/immigrate/index.asp A normal +processing time, unless you have an advanced degree or a "specified" skill is +from 3 - 5 years. Coming to stay, and overstay your three months visit will lead +to immediate expulsion and a lifetime ban to immigrate to Canada - NOT GOOD. + +Lets be clear about this...........Just 'wanting to come to Canada " is NOT +enough. You MUST apply, to become a Immigrant, and WAIT to be approved, by the +Canadian Government. YOUR education ( the more the better ) and your past work +history, combined with a CLEAN FBI and State Police record, and a satisfactory +financial history ( no bankruptcies or large outstanding debts in the USA ) are +all taken into consideration. It is a competition, and YOU will be competing +with hundreds of thousands of others, from all over the world, for a place in +the line up. IF you have NOT begun the Application process's NOW< you are about +2 to 3 years away from being approved by Immigration Canada. So don't pack your +bags ,yet. Whatever you do ...............DO NOT try to come here with out legal +permission. You will not be able to seek work or take a job, in Canada, with out +having to show your Immigration VISA and Canadian Social Insurance Number card +to any potential employer. Being an American and from the "south " you will be +noticed as soon as you speak out loud . Do it properly, and legally, and you +will be OK. Jim B Toronto. + +How to train my puppy ? + +I have a 4 months Shih Tzu puppy. Recently I'm having trouble training him. He +is kind of hate walking with leash, every time I put the leash on, he will try +to bite it. And he is not following me when I was walking. I saw lots of videos +about this, but actually it didn't help. Is there any way can let him know how +to walk with leash ? And every time he see some one he will rush to people and +jump on them, doesn't listen to me. He is really excited about anybody he see. +How to prevent this ? Last thing is every time I sit on a chair or something +higher than him, he will try to jump on, if he can't, he will bark all the time +until I let him get on, what should I do with this ? Anyone have any suggestion? +thank you very much. + +Hi, I am a dog trainer for 25 yrs. You need to purchase what is called a +shoulder point harness. This type of harness goes around the dogs chest and legs +and has a clip for the leash up on the back of the dog in middle of shoulder +blades. This way, he cannot reach the leash to chew it. When he swivels his head +to go for it anyway, tell him sharp "UH UH" gently correct him with a small tug +and continue your walk. Do this repeatedly and frequently and he will learn to +walk on a leash. Patience is the key here. He is a young pup and will learn over +time and consistency in his training. And always, always train with love and +positive methods- never hit or harshly scold. Never train out of fear. You want +your dog to admire you as his pack leader, not fear you. Good luck with your +puppy! All the best. + +Put him in dog obedience school or call a professional dog trainer. :) + +why dont you get some treats that he loves and only give him them when he does +something right. or, as i saw on embarrassing pets on tv, get a clicker type +thing and treats as well. try to train him to heel, which means to walk round +you before he needs to go on a leash, and he may do that. or you could even +spray some scented spray on the leash and he will go for the scent and probably, +if you act quick enough, will stay on the leash. + +What sort of Hotel could I expect to find in New Delhi/Agra/Varanasi for rs500 +per night? + +Hey guys. I'm looking to visit India with some mates at the beginning of +February next year and I am wandering what standard of accommodation we could +get for Rs 500 per person per night. There would be four of us so we would +probably be looking at 2 twin rooms for Rs1000, close to the centre of these +cities. This would be on a walk-in basis as we want to have the freedom of +finding a place that looks good (Not relying on pictures from the internet) and +is in a spot we like. Thanks in advance for sharing your experience! Sorry, +almost forgot to ask - Would it be cheaper to walk-in to these hotels rather +than pre book? + +In Delhi I'd recommend Ajay Guesthouse. Travelled to Delhi twice and stayed +there twice. Rooms start from 500 per double. Those ones are quite small. Must +say, in Delhi it's hard to get good price/quality rating. I have found this +hotel in the Lonely Planet guide. It's in an area starting with a P, many +tourist hotels there and the location is very nice. But in general, Delhi is the +hardest place to find a nice clean hotel for that price. In Varanasi I don't +know. I've stayed in a more expensive hotel there, but you can check some +travelguides or tripadvisor? Also, while travelling ask people where they've +been and if they have any hotel recommendations. In Agra I've stayed in a place +fellow travellers recommended, they found it in the Rough Guide. It was nice and +close to the Taj. It was quite easy to find something. (Dont stay in Agra too +long. One night is enough!) There were many hotels there. Ive paid 500 for a +double room there and it was fine and clean. Good luck, enjoy your time! + +You may find a normal budget hotel for Rs 1000 per night in the cities you +mentioned, the links below may help you to find good hotels in Delhi and Agra. +http://www.goldentriangleindia.com/delhi/hotels-in-delhi.html + +To Stay in delhi - Hotel Aster Inn is best to stay in delhi. it is in karol +bagh. some beautiful locations like close to Karol Bagh Shopping Market, +Presidential Palace, and Birla Mandir Temple and Connaught Place and Jantar +Mantar are near to it. TO Stay in Agra -Hotel Atithi and Aditya Palace is +perfect for you. it is centrally situated. To Stay in Varanasi - Sandeep Hotel +is you choice... + +which one out of these makes the best pet? + +a degu, a rat, a mouse, a hamster or a guinea pig? and why is the one a better +pet? + +Get a guinea pig. I have a hamster, and mice and rats like to escape. The Guinea +pig is better because its a lot larger than a hamster, rat, mouse, or degu. So +if you lose him, he is easier to find, because smaller rodents just LOVE to +escape from their cages. So my opinion is Guinea pigs. (plus they dont stink +that bad) + +Depends on what you want in a pet, to be honest. Also depends on the space you +have, how much time you can handle the pet, how much money you can spend, etc. +I've had experience with all of those pets except Degus. My favorite would have +to be the rat. They're incredibly social, highly trainable, and very clean. Mine +learned to "go to the bathroom" only in their cages and loved to ride on my +shoulder or hang out in my hoodie pouch. The only downside is they should be +kept in pairs or trios and require a pretty large habitat. That means expense, +space, and they require weekly cage cleaning. My second favorite would have to +be the Guinea Pig - not quite as social with people as rats (at least mine +wasn't) but more so than most hamsters or mice. Again, pairs or trios and pretty +big living space. They, too, need weekly cage cleaning and can cost quite a bit. +I could handle my mice, but they where skittish and preferred their cage. I've +never met a hamster that didn't bite me. Never had/handled a Degu. + +Get a guinea pig. We have two. They are social and like to be handled. You have +to have two because they don't do well alone. Make certain you get two females. +Two males can fight and you definitely don't want babies!! Guinea pigs (also +called cavies) are gentle creatures and are awake during the day and sleep at +night. They will whistle when they hear you as an encouragement for you to give +them a treat like leaf lettuce. They love leaf or romaine lettuce and tomatos, +celery, cucumbers, carrots. Don't feed them broccoli, cauliflower, garlic, +onions, head lettuce ....they are all too difficult for them to digest. Also +they can't eat potatos, they are toxic for them. If you keep the cage clean they +don't smell and you can buy spray on cleaser for them, just massage it into +their coat and groom them. + +Fostering 6 week old kittens and HATING IT! Need Advice!? + +I wanted to volunteer and help animals, and decided to try fostering kittens. +This is my first experience and I have two six week old kittens right now and am +at my wits end. I do not want to have to bring them back before they are eight +weeks old but they are ruining my apartment. They track poop everywhere (most +disgustingly my bed....), and am constantly trying to climb up everything, +including my bare legs! My legs and hands are just full of scratches. I realize +they are young and that cats do climb, but this is just ridiculous. My apartment +also smells repulsive even though I am cleaning out their litter box at least +once a day if not twice. Any suggestions and helpful hints to make this a more +positive experience would be extremely appreciated. + +That's kind of the way it goes..lol. Limit them to one room with easy to clean +flooring. If you have limited options, try the bathroom. Make sure there are +plenty of litter boxes that are cleaned often. Depending on the batch of +kittens, I will often have as many as one per kitten. They can produce a lot of +waste and even scooping twice a day they can get messy. For some reason it takes +them awhile to learn not to step in poop. Also if they have diarrhea, check in +with your foster coordinator. They made need medication or deworming or +something. They are testing out their claws and teeth. To some degree you +can/should help teach them not to use their teeth and claws inappropriately. But +in the meantime, highly recommend jeans and long sleeves anytime you'll be +interacting with the kittens. Then take care of yourself. Get plenty of sleep +and make sure you take time out to do some things you enjoy. Try visiting the +kittens a few times a day for short periods of time. Try to go in there with the +right frame of mind and enjoy them for what they are. If you still don't enjoy +the kittens, see what other opportunities are available. They may need foster +homes for adult cats in different situations.. sick, recovering from surgery, +need a little socialization, etc. I find the adults are much easier. Generally +they're not clawing and biting, they don't make nearly as much mess, they don't +need nearly as much litterbox scooping, etc :) + +Decide volunteering is not your thing and give them back! And do more research +before you agree next time ;-) + +Take the kittens back to the shelter. Maybe do volunteer work at the humane +society, walk dogs, groom the animals etc. + +what r the requirements to apply for a delay birth certificate in canada? + +what r the evidentary requirements to apply for a delay birth certificate in +canada? including fees and forms + +It depends on if you ever registered the birth. Some places do the registration +right at the hospital....in some smaller places, you need to register your +child's birth at the town hall/registrar's office. My first three children were +born in Southern Ontario cities. The birth registration was done right in +hospital. My last son, was born in Northern Ontario....I didn't know that I +didn't register him in the ridiculous amount of paperwork I had filled out in +the hospital and was supposed to go to city hall within 90 days. Two years later +when I got around to filling for his birth certificate, I find out he was never +registered. I had to call the Office of the Registrar General in Thunder Bay, +have copies of the delayed registration form mailed out to me, as they don't +have an online area for it yet, fill those out, send them away, then apply for +his birth certificate. If you are just applying for a birth certificate for the +first time, its simple to do it over the computer. For $56 you can even have it +expedited and will get in three business days or your money back. This is in +Ontario of course, the rates may be slightly different for other +provinces/territories. You just need basic information, and answer a few +questions like what hospital was the child born at/who was the doctor.... + +None, just walk in to the service office and present all the identification you +have to prove your identity. they may then chose to ask you to bring more +evidence, or just look up the record and hand you the certificate. You can +probably do it all on-line. Start here if you were born in Ontario. +http://www.ontario.ca/en/information_bundle/birthcertificates/119274.html If you +were born elsewhere, start here. +http://www.ontario.ca/en/information_bundle/birthcertificates/119275.html Good +luck + +My parents didn't send for my birth certificate until I was 16 and needed it for +summer employment. It was no problem to get PROVIDED the birth was registered in +the first place. I add that in because there have been some people who have +tried to claim citizenship by sending for their birth certificate when they were +never really born in Canada or to Canadian parents. When a child is born in +Canada the birth is registered before the baby can leave the hospital. As long +as that was done you can send for it at any time. Each provincial government has +a website that lists the process for that Province so depending upon where you +were born you can google it. + +Royal Caribbean or Carnival cruise? + +ONLY IF YOU HAVE BEEN ON BOARD *BOTH* !! i want to know which you liked better +and WHY? include which one had: -better food -more fun activities -more teens +-AND JUST MORE STUFF YOU LIKED OVERALL please specify which royal or carnival +ship (: + +Carnival and Royal Caribbean are two popular cruise lines that have strong +followings. Some cruise aficionados refuse to sail on one or the other. Are +there any major differences between them? Explore which cruise may fit your +needs the best. For our comparison we sailed on two similar ships - the Carnival +Liberty and the Royal Caribbean Mariner of the Seas. Itinerary Both ships go to +Caribbean Islands like Jamaica, Grand Cayman, Cozumel, St. Thomas, the Bahamas +and St. Martin / St. Maarten. The Liberty also visited its private island Half +Moon Cay, Puerto Rico, and Grand Turk. The Mariner of the Seas traveled to its +private island Coco Cay and Labadee (the north coast of Haiti). We loved most of +the locations that both of the ships visited and don't believe that this should +be a distinguishing factor on deciding between the cruise lines. Shows Each +night there are a variety of shows. Usually you have the main show and some type +of entertainment before and perhaps afterward. We felt that the main shows on +the Mariner of the Seas were better. On the Liberty we liked the comedian and +juggling act. If you love seeing the shows, Royal Caribbean was better for the +main shows and Carnival was slightly better for the comedians. Dining Room We +enjoyed the atmosphere of both dining rooms on the Liberty and Mariner of the +Seas. We felt that the menu had a little more variety on the Mariner of the +Seas. Friendliness of staff The Liberty and Mariner of the Seas both get high +grades. We did have one waiter that complained some on one of our trips on the +Mariner. We had a slightly better experience on the Liberty, but feel that both +crews did an excellent job and that this should not be a distinguishing factor +on choosing a cruise. Pools The Mariner of the Seas and Liberty both had salt +water pools - which most cruise ships have. They both had pools for kids and +adults. We liked the Liberty's pools better because one had a slide. If you have +kids, this would be something that they would definitely enjoy. Spa We tried the +spa on the Liberty and loved it. We did not try the spa on the Mariner of the +Seas. Usually you can't go wrong when getting a spa treatment...... + +Royal Caribbean is better, but the best cruiseline is Regent Seven Seas. Look on +their website rssc.com + +Royal Caribbean. Carnival has been called the WalMart of cruise lines... + +What countries are the best to travel to? + +I really want to travel when I leave school! Where in the states could I go? +Where in Europe? Have you every traveled before? How long should I go for to +each place? (I Have 1 year before collage!) &Also how much money would I need? +So I can start saving now hehe Thanks :) I mean when I graduate & yes, college, +sorry for the typo. + +Leave High School? Not the smartest move to take off on a worldly adventure if +you've never traveled before and you don't put where you would be traveling +from. In the United States? Lots of places. There are 50 of them, 48 located +from Maine to Florida and California to Washington State and all in between. +There are 2 more located outside of the main continent with Alaska way to the +north and Hawaii in the Pacific. What do you like to do? Big Cities like New +York, Boston, Philadelphia on the East Coast. Beaches and Disney of Florida or +the Mid Atlantic cities of Atlanta, Savannah, Charleston. The federal sites of +Washington, DC. Southern charm of Nashville, Birmingham, New Orleans or +Charlotte. West Coast hot spots like Seattle, Portland, San Francisco, Los +Angeles or San Diego. Europe? Just as numerous as the possibilities of the US. +Do you speak a foreign language? I could spend a year in Spain alone. From +Madrid to Seville to Barcelona an Valencia. Bilboa on the north coast, Pamplona +and the very famous Guernica. A road trip to Lisbon and the Algarve in Portugal +before a mountain escape in the Pyrenees and a stop in Andorra before heading +over to France and Italy and Austria and Switzerland. I've traveled to all of +these places and could certainly tailor a trip to your needs based on budget, +actual time allowed, your likes and dislikes. Amount of time could be dependent +on so many things. Do you want to see all the sites or simply a few photos and +on your way to the next place. Does your budget limit you to how long you can +stay in each place? You need a lot of money for hotels, airfare, seeing the +sites, food, local transport - you name it but life costs. Once you have a +budget or an amount in the bank then you'll be able to figure out where you can +go, for how long you can go and what you can do when you're there. 1 year before +collage or college? Good luck. + +I recommend buying a single unlimited Europass and travelling anywhere in the EU +your heart desires. You can't beat the price for what you get. + +come to Africa. Nigeria, a lovely country. But where in nigeria? Obudu cattle +ranch. More than a tourist centre. + +How do you make your cat adjust to a new house? + +Me and my family are moving into a new house just outside a small town. We are +currently living a mile from the town in a house surrounded by fields but the +new house is beside a busy road. We have had the cat for 10 years and dont want +to leave it. How could we make it settle in a new house. + +you are not just moving house - your cat is losing his territory. territory is +very important to cats, and they are very nervous when they go into a new place +- a new house could be full of predators, or unknown menaces - well at least he +thinks so. you will need to give him only a small place to explore, so he can +make it his territory, and feel safe there. then, he can have a place to retreat +to when he feels scared. you will need to get his box and bowls, and whatever +blanket and toys are his, and smell like home, and put him in a room. the room +you sleep in is best (seeing you so relaxed that you are sleeping will send the +message that everything is OK), but others will work just as well. close the +door, and keep him in there for a week. he will feel much safer in that one +room, than in a huge unknown house. he will explore the room, mark everything +with his cheek, and try to make it feel like his territory. he will reassure +himself that no other animal is in there, and that no other animal will come in +- he is afraid that he is in someone else's territory when he is in a new house. +in a week's time, he will have made it his, and will be getting more bored than +afraid. let him out for half an hour, to explore. then put him back in. he will +be freaked out, so going back to his territory will make him much happier. +extend the time he is out each day, but for the first month, always put him in +his room at night, so he feels safe to sleep. soon he will make the whole house +his, but he needs that one safe place to start from. remember to visit with him +while he is in the room, and tell him how good he is. remember to give him the +time he needs to feel that the room is his - rush it, and he will be afraid of +the whole house for a long time. he might even start peeing on things in fear. +good luck with your new house and with his new territory! + +Let her explore when we moved my cat had to explore the entire house before she +felt comfortable. In time though she/he will adjust. :) + +they just do it on their own. + +I just adopted a 2 year old male German Shepherd with Major bad behaviors? + +Last night, I adopted a 2 year old Male German Shepherd. (He is 92 pounds) He +does not listen to any commands, but my major problem is that he will not go +outside on command, or even with me. I will walk outside and he will stand at +the door and stare at me or run away. My other MAJOR problem is that he will not +get in his crate. I will get a treat and try to get him in there that way, it +wont work. He wont even get close to the crate. If I come towards him, he will +run away. How do I train him to feel comfortable in his crate? and to willingly +go outside...and to come on command. He wont do anything on command. Its very +frustrating. I have a 9 month old German Shepherd that I raised from a puppy. I +trained her myself. She is crate trained, potty trained, and can sit, lay down, +stay, come, fetch, and will even stay in a down position while I throw a treat +across the floor or even right next to her paw, and she wont get it until I give +her the command. Yes, lots of time and lots of patients...I just dont know how +to do it with a grown dog. She tosses me around like its nothing!...but +basically, what I do is the same thing I did with my puppy...lots of patience, +lots of time, lots of praise, lots of treats, and lots of repition....Right? Is +there any tricks I could use? + +Maybe get a book on training. You have to be in command at all times. There are +ways to get your new dog used to the crate or going out. I would start with a +leash. Put the leash on the dog and just walk around the crate a few times. Then +take the leash off and do nothing else but that. Later do it again. When the dog +is ok with this, then open the door and walk around the crate, leave the door +open all the time. Put something fun inside. Let your dog go in when he wants to +for no reason. Do not shut the door. Let him walk in and out for a few days. At +some point he will feel ok with this and you can then close the door but not for +long at all. Open the door and let him out and see how he acts. If you push it, +it will never work. With going outside, put the leash on and just take him for a +walk. He will learn to really like this. Potty outside will come at some point. + +Try obedience classes. Have patience with him, you just got him and who knows +how he was treated before you brought him home. + +where can I find the best tours to the Mekong Delta at reasonable prices? + +will only be in Ho chi Minh for 4 days and I am looking for a 1 day or 2 day +trip to Mekong delta. I have been researching on line and find things are quite +pricey but the tours look great. Should I just settle and book on line? or is it +better if I wait till I get there? If I wait, would the tours I find there for +less money be the same quality type tours? Also, any tour recommendations would +be very helpful a well. Thank you! + +If you want reliable and inexpensive... try Sinh Cafe/Tourist. The are located +right at 248 De Than St. in the heart of the back packer district. I have taken +this tour and it was great. I did an overnight in a home stay that was sweet and +the water market was wonderful. I don't remember the exact cost but remember +thinking how inexpensive it was. Also, Sinh Cafe has been around for a long time +and is very reputable. And no, I do not work for them. :) I am just a satisfied +customer. And don't expect to party on this tour. The south is not like the +regular tourist towns. Very few clubs and night activities. Oh, if you are +confused. Sinh Cafe is not a Cafe. It is a tour agency and they have their own +buses etc. tele#84838389593 have fun. + +There isn't much to see in the delta, it's a lifestyle not a resort area. If +you're adventurous you can take a bus or water taxi to My Tho (near where we +live) or Can Tho. From either of those cities, you can venture out and spend a +day in the country. Most of the tourists that I've come across buy tours along +the My Tho waterfront. You take a boat across the river, then spend a day +biking, eating at a local restaurant, buying souvenirs and doing other things +that are geared towards tourists. The countryside is very beautiful, especially +if you have a few months (or years) to get to know the place. PS, If you make it +to Thanh Pho Ben Tre, stay a night at my friend Ken's hotel. It's called Kiwi +Heaven and it's across the river from Cho Ben Tre. It's a little hard to get to +by foot, they're rebuilding the bridge, but you can get someone to moto-taxi you +there for a dollar or less. He's an ex-pat from New Zealand and he's been in +town for awhile. He'll set up a real tour of the area for you, not some tourist +fantasy. Have a good trip where-ever you end up. + +We went with Intrepid as a part of their North to South Vietnam Trip, but they +do offer this one day separately. We had a great time and visited a location +where they made coconut candies, visited a local restaurant which was attached +to a fish farm, rode in modified quad bikes and had some tropical food at what +appeared to be a local hangout. Intrepid is good at getting you away from the +most touristy spots and showing you something a little different. + +yoga and horses.....? + +I got a riding lesson today on one of my boss's fino horses and it made me +realize just how unsteady my left leg is. I mentioned it to my boss and she said +to start doing yoga. But there are just so many poses and programs! Any good +poses or programs (I'm willing to buy a dvd as long as it is under $20) to help +specifically with leg stabilization? I just have a few issues supporting my back +and my left leg flops. Because I don't feel like spending over $20 on a freakin +DVD + +I also have back problems that transfer into my legs. I have done Yoga for +riders for a while, a 20 minute routine I found on YouTube (I think its called +"Yoga for horse back riding" hosted by a man) It helped with noticing slight +differences in my balance and weight distribution but not really for the way I +use my legs and back. Here is what I do now and it really helps.... When I first +get on I take 1 leg and pull it back up to touch my butt with my heel and hold +it there for 1 lap at a walk around a large dressage arena. Then the same thing +with the other leg. Then 1 lap at a walk around the arena with both my legs +pulled out as far as I can, so they are not touching the saddle. Then a lap +doing scissors, one leg forward as far as I can and the other back, then switch +legs. I'll also trot doing, down 2 beats, up one for a wile, then up 2 down 1 +making sure the weight is going into the balls of my feet. If the weight is +going into your heels (it throws your leg forward) put the stirrups up against +the heel of your boot. Do a nice working trot, not a slow trot. All this will +help you use both legs evenly, keep proper contact and use your wight correctly, +to keep your leg in a good position. BTW you dont want your leg locked in place, +it will move WITH the horse a bit. When I first started doing it I'd do it every +day. Now I just do it once or twice a week or as needed. Now not only is my leg +better, but my back is relaxing. + +what are you having problems with? i wouldn't bother with yoga i'd practice more +with riding and fixing my problem, ride bareback, with no irons, theres also a +way to ride on your knees? that help alot with your thigh muscles (bareback +though) ya i really wouldn't bother with the yoga maybe a back brase will help, +sometimes my back really gets to me and i've thought about getting one. with +your leg flopping, just try putting all your weight in your heel and hangon with +only your legs, holding my leg back helps me with flopping the more it's forward +the more it flops :/ work your calf muscles, maybe try standing on the edge of +your steps (on the ball of your foot) and balance to strengthen those muscles + +You don't want to spend more than $20 and yet you have an expensive hobby like +riding horses? I really can't help you. + +What to feed my dog after gastroenteritis? + +My dog has been sick for about 3 days now. He has been having diarheya +everywhere and he began to vomit lastnight. I thought it would pass until he +started to vomit blood and wouldnt drink any water. I took him to the Animal +Hospital and they ran blood work and everything came back normal. No +pancreatitis or anything abnormal. The vet said it was gastroenteritis and gave +him fluids under his skin , an injection of nausea medication along with some +take home antibiotics. So my question is.. Is it normal for dogs to throw up +blood while having gastroenteritis? and will these antibiotics help? I have +tryed to give him water but he wont take it.. what should i do? i dont want him +to get dehydrated and also should i try to give him a little bit of food?... +Some help would be great. thank you :) They didnt take x-rays they offered them +but i just couldnt afford anymore treatment. I feel like shit for saying that +but after what they have done already i wont be buying grocerys for the next few +weeks. I will give them and call and see what they say. Thank you for the help. +Ok so i spoke to the vet and he said the give him white rice and boiled chicken +but only a little at a time. Seince he recieved the fluids lastnight he said not +to worry about drinking water for at least a couple of days. I went home at +lunch to check on him and he is doing 1000etter he was actually walkin around +and wagin his tail :) thanks everbody for the info its greatly appreciated. + +To answer your questions in order: 1) It is not normal for dogs to be vomiting, +much less to have blood in it. However, if they have been vomiting numerous +times, then the blood could be due to irritation of the stomach and intestines. +He could also have Parvovirus, a GI foreign body, or any number of things. Did +your vet take radiographs (x-rays)? 2) Your vet would not prescribe them if they +didn't think it would be helpful. 3) If he shows no interest in water, then take +him back to your vet. It could be due to nausea or any number of things. He +could become severly dehydrated (especially if he continues to vomit and have +diarrhea). From there you end up with electrolyte imbalances, which can lead to +heart and kidney problems. And being dehydrated, vomiting, and having diarrhea +just doesn't feel good. 4) Call your vet. They should have discussed a bland +diet with you, including the frequency of feeding and how much to feed at each +sitting. It sounds like your dog may benefit from being hospitalized, and put on +IV fluids to help his hydration, administer the antibiotics IV, and to ensure +that he starts to recover. You should ABSOLUTELY call your veterinarian back +immediately to clarify anything you have questions about. They have seen your +pet, and are most aware of his condition. No one online will be able to assist +you more than your vet can. + +You need to ask your vet these questions. + +Boiled WHITE rice and boiled chicken breast. Bland food. NO SPICES! My vet told +me when a dog is vomiting a lot, it could be a sign of obstruction. Did they do +any x-rays? I don't know if vomiting blood is common with this ailment. You +should call your vet now and ask them what is normal or not. + +French dating etiquette? + +I would really love to hear what the French or those who had dated the French to +say something about this. I'm in my 20's and currently studying in France. +Coming from an anglo-saxon country my version of dating is 'getting the number, +asking her out, etc..' However, I've read on the internet that the French dating +etiquette is totally different. For them, dating would normally be meeting in +groups or parties, then pairing off. In addition, from my understanding +one-on-one dates is something that comes much later and not 'straight-away' like +us anglo-saxons. They are also very secretive about being in a relationship. +They only 'go out in the open' once they have reached a certain level of +seriousness. Is it true? I have told a French girl I liked her, and she +accepted. She is friendly when we see each other on campus. She is also nicer +when we are both alone. However, when we are at parties or when they are people +around she seems to ignore me. She also seems to hate it whenever I ask her out +on a date, to the point she said stop! My mind thinks she has no interest in me +and just stringing me along. But the articles I read seemed to say the contrary. +Have I just fallen victim in a cultural trap? + +What you have read in the internet is fairly accurate but of course it does not +fit all scenarios. You are not French for a start, so the "rules" or "customs" +may not apply to you when it comes to entering into a relationship between +people from different backgrounds. From what you say the messages given by this +girl are quite clear. She is not stringing you along since she is actually +discouraging you and is honest enough to tell you to stop asking her out . She +is just being friendly in public because she does not want to offend you and she +treats you like any other friend. You said you liked her and she accepted it as +a truth and perhaps as a compliment, but it does not mean she fancies you or +wants to pair off with you. At parties she does not want to be considered in any +way attached to you, which is consistent. Take the messages for what they are: +she has no objection in you being pals at uni, but she does not want to take +matters further. "Non!" means "non", not "I might consider it, and I will keep +you attached to my apron strings just in case." Christiane gave you a good +answer. You have fallen in a cultural misunderstanding. What I have to add is +that it is normal in France to have mixed gender groups of friends, there's +nothing unusual in boys and girls being only friends, which is obviously what +this girl wants from you. She probably finds your company pleasing as a friend +but you are not her choice a a boyfriend and she is trying to keep it on a +friendship level, and trying to make you understand that she doesn't want to go +further. If she is nicer when you are alone I'd say it is because in public view +she is making sure that people do not think that you might be her boyfriend. You +do find the 'get the number hop in bed with her' but be aware that they usually +have a reputation as sluts. Unfair for the girl as boys don't have that kind of +handicap, but that's the way our own rules work. + +Should have done research before you left. Why not just take your chances and do +it your way? + +True or false: being a young New Zealander means having no future? + +There are no jobs in this country. I'm just trying to make up my mind whether I +should move to Australia or seek work in the sex industry. Is there a future for +our nation's youth? @Ryan B, I'm two years into an undergraduate degree. +Everybody I know at university intends to stay at uni for as long as possible +until there are actually jobs available. Everybody seems to flee this country +and move overseas, to Australia, etc. There's obviously a reason for that (lack +of employment, low incomes, etc.) Your answer doesn't do anything but remind me +that I'm going to be $25,000 in debt by the time I'm 22. So, thanks. @W.a.b.b.y, +I really like you're answer. it's very logical. I've also considered becoming a +teacher, but it's not a job I'm cut out for. I also wish I'd applied for a +scholarship. I didn't think I'd be awarded one, but I received the Dux +Litterarum award at high school, so my chances were probably better than I +thought they were. Obviously I'm still completely stupid though. I mean, I +wasn't smart enough to apply for a scholarship. And yes, I am being +melodramatic. Lol. @Hatmanone, *gasps* So I wouldn't make a good prostitute? Are +you saying I'm bad in bed? How would you know? Joking. Your answer is very +sweet, but I'm not compassionate towards teenage high school students. + +A little mellow dramatic? In my opinion, far too many people are at university +studying worthless degrees. Yes things like philosophy and fashion design are +interesting, but how many jobs are out there for someone with these +qualifications? I'm studying to be a teacher, so I know that there will +definitely be jobs out there when I'm done. I may have to live somewhere rural +or in Auckland, but at least I can be pretty sure I'll be employable. I've also +got a bachelors degree so I can go back and do further study or take a different +profession. I also know that you don't get paid that much more in Australia than +you do here. And it's not all about how much you earn, cost of living is much +higher in many cities in Australia. Try living in Sydney on a teacher's salary, +then compare it to somewhere like Central Otago. You also have to put up with +all the annoying accents in Australia. It's probably not a wise idea to keep +studying and having a massive student loan. At the moment there's no interest, +but that'll probably change. And they'll probably add interest to what you've +already racked up. And they're working towards being able to extradite people +who have left the country to avoid paying it back. At the moment if you move +overseas you can only come back to New Zealand for a short amount of time before +they'll force you cough up. And all that time you're overseas you'll be racking +up interest. I wouldn't like not having the option to return to NZ. I guess I'm +extremely fortunate that I received a scholarship which paid about 800f my +course fees through my degree. But I worked hard and I'm still working hard. +There are far too many lazy people out there who think that they can sit around +a job will fall in their lap. My 2c. .... Get an education! I'm doing fine. + +Whilst youth jobs are thin on the ground, don't assume it's better in Oz. People +have been fleeing this country at roughly a plane load per week for the past 20+ +years, so it's not anything new. It depends on what you hunger for. 700f jobs +aren't advertised. That means making yourself known; that means networking. + +why does my baby king snake refuse to eat? + +i have a baby eastern king snake. i have tried EVERYTHING i can to get him to +eat but he refuses. he has a great environment, with water and lots of hiding +places and a heat lamp. as far as i know, everything is as good as it can be +where his aquarium is concerned. according to the vet, he is healthy and looks +good. he has been going to the bathroom like he should. (i know that snakes that +have problems going to the bathroom won't eat.) he has been drinking water (i am +pretty sure he has been drinking it out of his bowl, but also i have been +feeding him water and he doesn't ever give me a problem with that - i just stick +his head near the water and he sucks it down.) i handle him every few days. he +is feisty, as most king snakes are, but he is a very nice little guy - he never +tries to bite or anything. i just love him to death. i don't know why he won't +eat though! i have tried feeding him 5 or 6 live pinkies and 4 or 5 frozen +(thawed) pinkies. i have never tried feeding him a pinky that was bigger around +than he is. i have tried putting him in a small container and putting him in a +dark place for an hour or so and he won't touch the pinky. he crawls on top of +them but does not try to eat them. he doesn't seem to know that they are food. i +have tried "braining" both live and dead pinkies, and bloodying them up to get +his attention, but he doesn't care. i have tried dipping both live and thawed +pinkies in tuna juice, and in used gerbil bedding. i have bought some long +reptile feeding tweezers and have tried holding the pinky in front of the +snake's face. he wont even try to bite. i am very discouraged and sad and i +don't know what to do. he hasn't eaten in an entire month. i've only tried to +feed him one at a time. he's just a tiny baby, about the width of a pencil. do +babies this small hibernate? + +When you feed him how many pinkies do you feed him? If you feed him too many he +could just not be hungry. If he doesn't seem interested in them at all I would +say he's just not hungry. My boyfriend has one and when she's hungry she attacks +the pinkie right away. They can smell it so i'm sure he knows what it is and +just don't want it. Remember snakes can go awhile without eating. In the winter, +they will usually go deep underground and enter a hibernation-like state called +brumation, which is characterized by a slowed metabolism and reduced activity. +King snakes sometimes stop eating, particularly during the cooler part of the +year. They have a natural instinct to hibernate. If the snake is not pregnant or +shedding, and its enclosure is properly equipped, a loss of appetite probably +signals a beginning of hibernation. Hibernation is natural, and a necessity for +snakes that are going to be bred. Another thing that can cause a king snake to +stop eating is shedding. You can tell when your king snake is about to shed, +because its eyes will get milky looking. Its body will be dull looking, too. In +a few days the snake will begin to shed its skin. For example, some snakes will +routinely go off their food in both the summer and winter, feeding mainly in +spring and fall. It's natural and so long as you don't see any serious +deterioration in their health is nothing to worry about.You see, some snakes for +no obvious reason will simply go off their food. They're fit and healthy and +their care is suitable. hope this helped. + +That's why it's good to have a python! It's twice my size and eats a rabbit once +a month. + +are my two cats fighting or playing? how rough is too rough? help!? + +i have a 1 and a half year old male neutered cat and a new 2 month old spayed +female kitten. the first night i brought her home i did the sniffing under the +door thing and left it at that. the next day i let her out of the bedroom so +they could check each other out, and the kitten hissed twice within the first 20 +minutes of meeting each other and now she no longer hisses and they have been +playing(chasing each other up and down the hall, rolling around on the ground +and pawing at each other). only once it looked like my male cat was biting at +her neck and then her stomach and she was meowing fairly loud and hissed once +then he backed off and now they are fine. were they roughhouse playing? or were +they actually fighting? he has been "biting" at her neck and stomach previously +while they play without her meowing or anything so im wondering if he went a +little to far that one time. any answers help!!!!!! + +you did not leave the new kitten in the room long enough. you need to do that +for a least a week, or else this type of territorial fighting will happen. +giving the new kitten her own small territory will help her to feel safe and +will give her a place to go to when scared. right now, your male is fighting off +an intruder, and he feels that all of the house is his. put her back in the +room, and keep the door closed for a week. then let her out for ten minutes. +make it fifteen the next day, then twenty, and so on. this will do two things; +the new kitten will rub her cheek on the furniture in her room, making it her +territory. she will start to calm down and feel safe - you can bet she doesn't +now. she knows she is invading someone else's territory, but can't help it, and +has no where to go. she will be able to sleep without being afraid. as well, +your male will be able to see that his territory is not threatened. when the +door opens, he will get that the one room is hers, and he will be OK with that. +the territory thing will be solved. your male is hurting her to put her in her +place - biting her scruff is dominance and biting the belly is a move cats use +when hunting - to pull the guts out of their prey. this is not good. give them +time to set up their territories, and once you bring the new kitten out, pay a +lot of attention to the male. you have brought someone else into his territory, +and he needs to be reminded that you still love him, and support his claim to +his space. that will help to reassure him, and he will be less aggressive with +her. when they play fight, they don't hiss. if they hiss, they are not playing. +if they bite, and one cries, you must separate them, and you must keep an eye on +them. hissing is OK, unless they start to fight. if that happens, separate them, +and give them time apart. putting the girl in her territory will make her feel +less afraid, and she will relax. good luck! + +A hiss is basically a "get the f*ck away" sound. It means they've gone too far. +When they start bleeding that means they're really fighting. If they're going +kinda slow and like fake biting (not biting as hard as they can), and fake +scratching (not hitting as hard as they can with their paws) then they're +playing. + +I have two cats, and at first they hissed at each other because cats are very +territorial, but now they do fight and play. The difference is when the cat +hisses, that means they are annoyed and they want the other cat to go away. That +means they are fighting. When they are just jumping at each other and their +tails are wagging that means that they are playing. I can see how you get +confused though. :) + +What was the goal for North Vietnam in the Tet offensive? + +When Johnson deployed troops in 1964 he was advised by the military it would +take a half-million troops about ten years to pacify South Vietnam. He refused +to believe them and ordered the military to win the war within two to three +years (before the next election in 1968). He did not give them the number of +troops they requested. This left Westmoreland with few options, so he adapted a +Search and Destroy strategy instead of a Clear and Defend strategy which is, in +the long run, the preferred method of pacifying an insurgency. Thing is, it +worked. The ARVN was not having a big problem with the Local VC (the guerilla +movement), they were being challenged by the Main Force VC (which was light +infantry) and the North Vietnamese Army (NVA). When the Americans swept in with +their Search and Destroy operations the Communists quickly leaned they could not +stand up to the US firepower, and these regular troops were forced to flee the +country and take sanctuary across the borders in Laos and Cambodia. All those +sunny reports about the progress in Vietnam were correct, the Communists WERE +being defeated. However, Johnson would not let the military cross the borders +and clean out the Communist bases. He was warned that they were building up a +huge Army and would eventually launch an attack, but he ignored his military +advisers. The Communists agreed. They could not defeat the Americans. However, +what they hoped to do during the Tet Offensive was to sneak past the Americans +and attack the ARVN in the urban areas where they were deployed doing successful +Clear and Defend operations. The Communists thought they could defeat the ARVN, +cause the fall of the South Vietnamese government, and the people would than +rally to the Communist cause and leave the Americans stranded in a sea of angry +peasants. THAT WAS THE PLAN. What happened? The Americans detected the attempt +to infiltrate the urban areas and were already redeploying troops from the rural +areas. The ARVN rushed back from holiday leave and counterattacked. Within 24 +hours every Communist assault had been defeated except in the ancient capital of +Hue. The government did NOT fall. And the South Vietnamese people? When give the +ultimate choice, they rallied…TO THE SOUTH VIETNAMESE GOVERNMENT…. Tet was a +huge military and political disaster for the Communists. They were chased back +into Laos and Cambodia with the ARVN in hot pursuit. The people rejected their +attempt to topple the government, and for all intents and purposes the US +military (and the ARVN) handed Johnson the victory he had ordered them to +achieve within the time-frame he ordered it. All he had to do for a complete +victory was allow the military to go into Laos and Cambodia and finish off the +shattered Communist forces. But Johnson was so obtuse he didn’t understand he +had a victory when it was handed to him on a silver platter. Instead he pulled +the military off, stopped the bombing of North Vietnam, withdrew from the +presidential race, and spent the rest of his term in office trying to surrender +to North Vietnam. They screwed up by not accepting his surrender when he offered +it. The American people were NOT having any of it, and elected Richard Nixon to +fix the mess LBJ had made (not to surrender like the antiwar movement was +demanding). In the end Nixon kept his promise for “…peace with honor….” But +that’s another question. + +To emancipate the south, but it was a serious failure. + +To make the war unpalatable to the American public. In that, they pretty much +succeeded. Before Tet, the war was unpopular but tolerable to the majority of +Americans in that the loss of American lives was seen as the cost of subduing +the VC and NVA. Tet made it clear that the war was a long way from being over if +the Americans thought they could preserve the South and that the North was +perfectly willing to suffer great losses to continue their fight. There is a +very good book on the subject that was written by General Vo Nguyen Giap. Try +google to find the title if you would like to read it. + +Bearded dragon question...? + +I just bought a baby one yesterday. I have a basking spot lamp that says it is a +double reflector that focuses 35% more light/heat and provides beneficial UVA +rays important to the psycholical well-being of him. My question is does that +mean it gives him not only the heat, but the "sun rays" he needs? I also was +wondering how long should this light be on. The lady at pet smart said 4 hours, +but on places on the net it says 10 to 12 hours. He's getting used to his new +home, but hasn't eatin yet. I have bearded dragon juvenile food and freeze- +dried crickets. Any advice would be greatly appreciated. Thank you for your +time. + +Let me try to break this down as simply as I can: diurnal (active during the day +time) reptiles like the bearded dragon require 3 types of "light," UVA, UVB, and +heat. Any white light emitting light source will emit UVA, including heat bulbs, +that's the easy one to provide for. UVB on the other hand can only be reproduced +by a fluorescent source. UVB will always be a separate bulb from the heat lamp, +unless you use a MVB (mercury vapor bulb) which is the only reptile use bulb +that will emit both UVB and heat from one bulb. I highly recommend that you do +not use coiled/compact UVB bulbs as they are known to cause severe eye damage +and/or blindness in reptiles not to mention they have trouble maintaining UVB +output over time. The long tube UVB bulbs are best, like Zoomed's Repsitun +model: +http://lllreptile.com/store/catalog/reptile-supplies/uvb-fluorescent-lights-mercury-vapor-bulbs/-/zoo-med-24-repti-sun-100-fluorescent-bulb/ +Remember to replace UVB bulbs according to the manufacturers recommendation +after which time the bulb will no longer produce UVB even if visible light still +is. So, to answer your question, no, if you just have a bulb that says it +produces UVA then you do not have "the sun's rays" that your bearded needs. You +need to also provide a source a UVB lighting. The person at Petsmart is very +wrong; in fact it is always a good idea to second guess what most pet store +employees tell you; they don't have the best track record regarding giving +reliable pet care info. UVB and basking temp (should be about 110 F for a baby, +95 F for an adult) should be available for 10 - 12 hours a day. Freeze dried +food is not a good staple food source; you need to offer live feeder insects. +Bearded dragons are sight hunters, they need to see the food move to trigger a +feeding response, especially when they are babies. Live food is also higher in +nutritional value than freeze dried. Crickets, silk worms, phoenix worms, and +various feeder roaches, like red-lobster, turkistan, and dubia, are good example +of staple insects to offer your bearded. Wax worms and meal worms should only be +offered as treat items, for variety's sake. I would highly recommend that you +read through some reliable bearded guides to make sure you have everything set +up correctly: http://herp-info.webs.com/beardeddragon.htm +http://www.beardeddragon.org/articles/caresheet/?page=1 + +mm it depends on the size of his tank or cage or whatever you have him +in..atleast as far as i'm concerned. if there are shady areas he can move to +(for example a 3x5x4 tank with light on one side) then you can leave it on a +full 12-14 hours, if its a small tank and he can't escape the light then 4-6 at +most at a time though quite possibly 4-6 hours at a time twice a day. either way +you also need to keep an eye on the temperature if you are using a dry fish tank +as UV lights in my experience up the temperature significantly and without +proper ventilation it can become an oven. as to what the light provides it gives +UV rays..which is important for health in lizards as it is in humans. + +That lady at PetSmart is a disgrace to the rest of us PetSmart associates... +sheesh. Yes, it gives him the "sun rays" necessary, that's what UVA is. And it +should be on 10-12 hours, just like the sun would be up for 10-12 hours in his +natural environment. As for the heat, just be sure to use a thermometer. Also, +Beardies often do not eat food that is not moving, so its anyone's guess whether +or not he'll touch the freeze-dried crickets or the processed food. I tell all +my customers they can try it, but don't count on it. Also try green leafy +veggies, like kale and spinach. Best of luck! + +Is a finch or a parakeet better? + +I am making a christmas list for my parents and i was going to ask for a bird +and these are the affordable ones that i like, and i was wondering : which would +not bite alot, and which are more fun to have as pets AND I NEED TO KNOW WHICH +WOULD BE QUIETEST i honestly dont care but my family does ! Please help me! oh +and please say y one is better thx!!!!!! + +Hi there, Please choose the parakeet...Heres my reason..... I did the same thing +that you did for christmas. I ended up getting a pair of zebra finches for +christmas. At first it was all cool and all. They were chirping and doing their +every day business. After a couple of weeks I got tired of them. They are quite +messy and you cannot hold or pet them. Ive tried to tame them and they just +would not get tamed. They dont want to be held or touched. I want a bird that I +can hold and do tricks. I still have them and they are doing well. A couple of +months after I got parakeets/budgies. They are adorable they have beautiful +colors and personality. I love them. First of all they are very tame. I tamed +them in 4 days. They can do tricks and they arent messy. The whole family loves +them. My parents even plays with them. They are a big part of our family. I hope +this helps you with your decision. They are both about the same noise level. +When choosing a parakeet look for a young one. (the younger the eaiser to tame) +Look for clean smooth feathers, beak, and clean vent feathers (the feathers +around the butt..dirty vent feathers means the bird is not healthy) Look for a +dark eye with no circles (the older ones have a circle ring in their eyes). Look +for a lot of stripes in their head that starts from the beak and goes back to +the back fo the bird. the stripes are like hair the less stipes the older. +(think of a balding man lol) Look for clean feathers. If you want a boy the cere +(the nostrils piece above the beak) must be blue. The girl has either pink or +brown. I would recommend that you get two parakeets. But get either one male and +one female, or two males. Do not get two females. They sometimes dont get along +(you know how some girls are lol hahahaahh but for real though, two girls tend +to fight a lot. I have one yellow girl and a green and yellow boy. They are the +best! If you choose to get a parakeet this is a trick that I used to tame them. +However if you plan on getting one, then get more than one at the same time they +need company. My mom told me how to tame them and I was very happy with the +results. It took me 4 days to get the new one to be able to step on and eat out +of my hand. These are the steps I used. Honestly they have worked for me twice +with my parakeets. Hopefully they will work for you. 1) When you get the bird, +place him or her or them in the cage. Leave them in there with food and water +and such for about 2 hours. 2) Then place you hand in the cage. I took the cage +and place it next to the couch. Then I sat on the couch, placed one hand in the +cage, holding a millet spray. (this way the will associate your hand with food, +and birds love food lol) Then I turned on the tv and watch. This way they will +see that your hand is good and its not going to grab them or hurt them. Do this +for about one hour. (you can take breaks if you have too) and repeat the steps +after about 2 hours. 3) After about day 2, they will start to eating the millet +spray from your hand. (do not take away the food dish from the birds, they will +associate you as the person who takes away their food)....Then take your finger +and place it under their belly, in front of their feet and say up. Push you +finger to their feet gently and say up. ( the first couple of times they will +fly all over the cage but as long as you dont jump back or screem they will get +used to you) They will have no choice but to go on your finger. When they see +that you arnt harming them, the will go up on your finger when you say up. 4) If +they are not going up by now you just gotta keep trying and keep trying. Do not +hit, yell, or harm them. You have patience. Dont give up! After a couple of +weeks mines knows when I say shoulder it means ot go on my sholder, when I say +up it means to jump up on my finger, when I say up and out it means up on my +finger and out of the cage. and when I say go home it means to go in the cage. +Good luck! They worked for me and I hope they worked for you! They are +awesome!!!!!!!!!!!!!!! And thats my reason why you should choose a parakeet over +a finch. + +a parakeet is friendlier + +Parakeet. They are normally quiet and it is easy to take care of them. They are +also friendly. I have a parakeet named Cookie . :P + +When is the best time to travel to Ireland? + +My sister and I would like to go to Ireland. I graduate in the spring, and so +we'd like to go between then and winter. We don't want too many tourists, and +since we'll both be out of school we can go anytime between the middle of June +to early November. We don't want it to be too cold (not sure when exactly there +fall is... or what the weather is really like there during our autumn months), +but we don't feel like we need to go right in the middle of summer either. We're +both in our early 20s and just wanting to explore the beautiful country while +we're still young and before our lives start to get even crazier! Can anyone +give me an idea of when the best time for us to go to Ireland would be? + +People do not go to Ireland on holiday for the weather, it is unpredictable. One +thing you can be sure of about Irish weather is how little you can be sure of. +It may be shirtsleeves and sunglasses in February, but winter woollies in March +and even during the summer. And then there’s the rain. Ireland receives a lot of +rain, with certain areas getting a soaking as many as 270 days of the year. +County Kerry is the worst affected. The southeast is the driest, enjoying a more +continental climate. The Irish weather works on the ‘four seasons in a day’ +principle, which basic­ally means that you can’t predict a thing when it comes +to the behaviour of the sky. Some basic assumptions, however, can be made. In +summer, from May to July, the days are reasonably warm and – most importantly – +very long: at the height of summer you won’t need to turn on lights until after +10pm. It is also peak tourist season, which means there are far more people just +about everywhere but the most remote corners of the island, and prices are at +their highest. Not surprisingly, most of the yearly festivals occur during these +times so as to take advantage of the crowds and the more favourable weather. +Spring (February to April) and Autumn (August to October) make good +alternatives, although the country’s ever-growing popularity as a tourist +destination can often blur the lines between mid- and high-season tourism. +Still, you have a better chance of some peace and quiet, and the weather can be +surprisingly better in April and September than in mid-July – again, it’s all +part of the uncertainty principle. Spring festivities include the ever-popular +St Patrick’s Festival. Although temperatures do not often venture below +freezing, winter (December to February) can be brutal, for huge parts of the +country – the west and northwest in particular. Crowds are at their thinnest, +but many of the country’s tourist attractions and services close down in October +and don’t reopen until Easter, which paradoxically leaves visitors with a more +convincing taste of how Ireland is experienced by most of the Irish: it’s cold, +grey and dark by 5pm, but there’s always a pub to escape into when the rain +starts sheeting down. The thing to do is to bring the right clothing with you, +clothes so you can layer up if it is cold and take off layers when it warms up. +Waterproof clothing and footwear are essential plus an umbrella.. As that famous +Scotsman Billy Connolly says "there is no such thing as bad weather just the +wrong clothes" Afraid I cannot be more helpful, it is really a case of pot luck, +although as the weather is so changeable often a cold wet morning will turn into +a lovely warm sunny afternoon and evening or visa versa. + +If you mean the Republic of Ireland (Dublin) then anytime. The summer there is +much more mild than most of the US (are you coming from the US?). Their seasons +are the same as all the countries in the Northern Hemisphere but I would suggest +fall. It does get pretty cold in Ireland so going before winter is your best +bet. September for example. Rent a car and spend a couple days outside of Dublin +seeing the countryside and you will have the trip of a lifetime. + +To explore the beautiful countryside you will need to be old enough to hire a +car because public transport is expensive & only goes as far as the main +towns/cities, most rural places don't have a bus or train service. You could +stay in a city & get a bus tour to say the Cliffs of Moher or Dingle peninsula +but you will be with all the other tourists. By definition most tourists will go +to the best places so you might have to put up with a few tourists along the +way. Best weather the past couple of years has been around late April - late May +but it can pour with rain for days on end at any time of the year so be prepared +with waterproof jackets/boots etc. We only had a few sunny days this summer, +barely 24C on a few occasions, more like 14C most days. We used our BBQ on +precisely 4 occasions. Autumn is from mid August onwards as far as the weather +goes if not officially according to the calender. The days start to shorten & it +gets even wetter, windier & colder. We had frosts in October so I wouldn't +advise visiting late in the year to be honest, Spring time is your best bet. You +do realise it is quite expensive to visit Ireland? You are going to need a few +thousand dollars saved up for flights, insurance, food, accommodation & spending +money. Eating out in particular is quite expensive compared to America I +believe. + +Golden Wonder KilliFish Breeding Help? + +I have 4 Golden Wonder Killifish. 1 of them is really colorful and is about 6cm +long. 2 of them are kinda whitish and are about 4-5cm long. The last one is +colourful too but it is about 4cm long. I feed them Flakes, and Live Earthworms +uncut everyday. Can you tell me the whole process of breeding them and taking +care of the babies? Thanks in Advance. + +Wow! If they are able to take earthworms uncut, that is really impressive! I +aspire to your feeding regime, flakes early and something live later in the +day.Worms (and Daphnia) are also rich in Lipids, substances important in forming +eggs and growing young. I think that you understand that your largest and +smallest golden wonders are males. If you would like more on sexing out +Aplocheilus lineatus take a look at the discussion in the first source below. If +you have plants in your tank. your lineatus are already spawning. If conditions +are favorable (78-82 F) and the fish are obviously well fed as yours are, they +will spawn. (I've even had a pair of killies leave eggs on a floating +thermometer! If you wish to pick eggs make a acrylic spawning mop. Checkout the +second source. I prefer darker colors because I can see their eggs ,more easily +and the fish look better next to them. Use a well rinsed medicine vial, a cork, +new fishing bobber or even a piece of non-crumbly styrofoam to float them. There +are a couple ways one could spawn lineatus - mop spawning & water incubating +them for two weeks, picking eggs from a mop & putting them in a tray of treated, +seasoned water or setting up the parents in a planted tank & moving them so the +fry can hatch out there. If you have the room to separate the male(s) & +females(s),& feed them well on live foods, (assuming that you are doing weekly +50% water changes) when you put them together they will leave a lot more eggs. +Just making up examples, but if a pair is constantly together, they may lay +10-15 eggs a day. With extra blackworms and maybe frozen (defrosted, rinsed) +frozen foods earlier in the day, they may leave 30-40 eggs at a time. Separated +and feed extremely nourishing stuff, they may produce more. Separating a pair +some time before a show (killies are usually shown & judged & often sold as +pairs) will encourage them to court and show their best colors. They also start +the day with no nicks or dings in their fins. The water changes help with that +too. You also may need to treat the incubation water. The chlorine and ammonia +(choramine) are not good for the eggs. Ironically sometimes it is wise to leave +the newly picked eggs in fresh tap water with some chlorination to kill +microscopic critters that ride in with the eggs. THEN put the eggs in water +treated a couple of days before with a water treatment and left open to +"breathe". Leaving a jar with a dozen black worms in it will sate the adult's +desire for snacks and they are more likely to leave fry or eggs alone. If a pair +isn't leaving eggs... check the following: 1. Is a tank mate (such as another +female killie or a Cory or large snails) rating the eggs? 2. Have we kept up +with partial water changes? 3. Is there too much mineral in the water? Aplo. +lineatus are wide-spread over southern India. That indicates that they thrive in +different water chemistries. Still if you can get your pet shop to do a hardness +or TDS (total Dissolved Solids) test, that may give you a hint.Winging it a +little here, a hardness of 100 to nearly 200 PPM (parts per million) or 5.8 to +10.6 DH should be fine for gardneri. TDS meters (the thrifty aquarist's hardness +meter can be used if one has seen one of your municipal water department's +annual reports. They include a number of minerals there and you can figure out +what percentage of that would be your hardness minerals (calcium, magnesium and +iron). A number of minerals are not of much consequence. However if there is a +high level of sodium chloride (common salt) that can break down the chorion +(shell) around the egg and allow critters to get in and eat the yoke and +embryo.) Ironically sometimes it is wise to newly picked eggs in fresh tap water +with some chlorination to kill microscopic critters that ride in with the eggs. +THEN put the eggs in water treated a couple of days before with a water +treatment and left open to "breathe". If you get eggs in the mail in a medicine +vial, that is fine. But get the eggs out, maybe rinsed in fresh tap water and +then into the incubation water. In time the eggs can suffocate in the shipping +container. After a number of people began complaining about "mystery +deaths"among incubating eggs, some of the more advanced killie people began +suggesting that after 7-8 days of incubation, one should do a 100% water change +- as the eggs develop, they do release waste material. Another problem is that +sometimes bad eggs will fungus and the fungus will spread out and kill all the +eggs. Some people put in a very dilute Acriflaven solution to slow down the +fungus, so one can take white eggs out with a pipette or eyedropper. Other will +add a drop of Methylene blue. If an egg turns blue, it had died and then became +dyed as the outer membrane broke down. Get those out ASAP too. Hope there is +useful grist for the mill here. + +Disney cruise line with young ones? + +I will be taking my 3 and 4 yr olds. What is the best time of year? Should I get +a balcony? Any tips or advice to make this a great experience?? Thanks!!! + +It is vacation time. Many families are set to plan a best holidaying. They look +for fun filled, rejuvenating and memorable vacation. There can be many ideas; +one can see numerous options passing through their mind. What is the best +option? Especially if you are planning to spend couple days with family and +kids, which best suit you can select? Disney cruises, is a simple answer to +this. There are many reasons to say Disney cruise is the best bet for you to +have a enjoyable holiday tour. From 1998 onwards, from its inception Disney +cruise has attracted many and continue to attract more and more. This is a +spectacular ship, a very popular choice of families to spend their leisure time. +The ship is designed thematically, with imposing animated cartoon characters. Do +you feel that the holidaying with the animated cartoons will impress only young +ones? No, the luxurious facilities and fun filled activities in the Disney +cruise are very attractive to people of all ages. Whatever be the age, you will +have the choice of variety of activities to forget about your hectic day-to-day +activities. Kids fun games and video shows are added to the other facilities. +There are two ships, Disney magic and Disney wonder. Both are made keeping in +mind the comforts of the travelers. Disney cruises offer 24-hour room services, +and the crews are ready to serve you the way you like. It has got very spacious +rooms, furnished completely and neatly. These are decorated uniquely and +marvelously. The ship offers variety of eatables, deliciously made. Sea fishes, +prawns and many nice options are there in different restaurants aboard. There +are many good options of delicious food on the shores as well. There are special +regions uniquely and imposingly designed for the children. They can spend many +hours enjoying the Disney world magic. These theme parks have all types of +facilities. Video shows, cartoon stories, wonderful games and many such +facilities. It is really an entertainment for the kids. The amusing world of +cartoons and stories will be a memorable experience for the children. There are +other amnesties also. These include space for dances and music, bar facility, +gambling facilities for the elder, spaciously made open area aboard and many +such nice facilities. Also one can keep their privacy in the cabins and make the +time in seclusion. To relax and to rejuvenate Disney cruise are the best option. +There are many online sites offering the booking facility with affordable rates. +You can select the proper route and travel plans by consulting the agents prior +to the booking........ + +Off season is good, however, the Disney cruises are almost ALWAYS completely +booked. I would suggest a warmer season, but not Spring Break or early summer. +You may also want to avoid Thanksgiving week and the Christmas holidays. We +REALLY enjoyed our balcony-- coffee in the mornings, drinks at night, standing +outside when docking and leaving port-- however, it is quite a bit more +expensive. With young ones, I would definitely get a window or view room so they +can see outside. Check out the kids' space as soon as you get onboard. Do NOT +feel guilty about taking them there. They have a BLAST so the sooner they get +there, the sooner they can have fun. We liked getting the late dinner seating, +so you have more time to see movies and stuff but if your kids are 'early to +bed' you may want the earlier seating for dinners. Bring some sort of magnet or +small magnetic whiteboard for your door. All of the doors tend to look alike and +having 'something' on your door helps you and your kids find your room easier. +You can also leave notes for the rest of your family (husband) about where you +are at any given point. Cell phones do NOT work on board but they give you a +'walkie-talkie' kind of phone in your room that WILL work onboard. Each evening +you will get a 'magazine' called The Navigator which lists all of the activities +for the next day. We always took ours to dinner and discussed what things we +felt we 'had' to do and which ones we felt like skipping in lieu of just +chilling. + +Any time would be great. off season cruises might actually be better with +preschoolers as prices might be lower in the off season. My wife and I, in our +60's at the time, originally planned a 3 generation trip but some family +emergencies caused everyone else to cancel. We had a ball. We had an inside +cabin and it is what I would recommend. There are so many things to do that you +will only use your room for sleeping and the extra cost of the balcony is +wasted. The children can be checked in and checked out in a safe way at many +activities so you can have a bit of free time without the little ones. The range +of activities can be illustrated by describing the water activities. There is a +splash fountain (no standing water) for little ones still in diapers; Next is a +wading pool for those who are potty trained; Then a family pool; Finally there +is a pool for adults only with kids not allowed. You will never be so spoiled in +your life as you are on a Disney Cruise. If you stay with your dining schedule, +every night is dinner and a show. The real payoff is that you will have the same +waiter for the entire cruise. Our waiter quickly grasped the fact that I like +Ginger ale and rather spicy foods while my wife's taste ran to lemonade and less +spicy fare. Since they knew our preferences, we almost always went along with +their menu suggestions and were never sorry we did. Obviously they had a full +beverage list including alcohol for adults who wanted it. If you should miss a +meal, you also missed a great show. but food is always available and it is +consistently good. I think I gained three pounds in my week long cruise. + +This is about my farrier, girls. That's why I'm posting here! Help? + +I posted this in singles and dating too, so I've just copied and pasted. Well, +I'll try to make this short. I have known this guy for a long time, but we've +never been good friends or anything. He is my farrier (shoes my horses feet) so +I am technically a client if you want to view it that way. Well, almost two +weeks ago he came out and did my horses feet and was SO flirty. He always hugs +me when he comes, but he gave me at least 5 tight, long, back rubbing hugs while +he was there. We were also just talking about my horse's crappy feet and he +mentioned. "Well, if you ever just want to see me I'll come out and look him +over and then we can grab a coffee after." That has NEVER happened before so I +was kinda realizing at that point that he was a little interested. Right?? +Anyway, so he ended up leaving one nail out of my horses foot(I've never heard +of a farrier doing this) and telling me to call him in a few days(first it was a +week, then it was a few days lol) and he'd come back out and put it in. He told +me to remember to call like 3 times before he left. So, I waited a week to call +because I was busy and I wanted to have him come out on a day when I am more +available in case we were to hang out after ;) Anyway, so that was 2 days ago +that I called and left a message, but he still hasn't called back yet. I don't +know if I should call him again tomorrow or not? I know a lot of people say to +wait until he calls you, but it's different because I'm a client and technically +that's all I am at this point. On the other hand though, if I'm a client he +should really of called back by now because you don't leave a customer hanging. +He didn't have my number either because this was the first time I've called HIM +instead of his dad. It's a father and son business. Anyway, I would appreciate +ANY insight on this at all. Thank you for reading if you did! :) Ok, well as far +as him being a bad farrier for leaving a nail out - That is not the case, they +are extremely well known farriers in the area. I would be a lot more concerned +if the shoe fell off because it was missing one lousy nail. The reason he said +he didn't put that nail in was because he "didn't want to risk it" with my +horse's horrible feet. This is about the fourth time they've done my horse's +feet because I just switched back to them. The only reason I switched away from +them in the first place is because my good friend who apprenticed with them was +starting out on his own. However, he left my horse without a shoe for TWO +WEEKS(now that's what I call a crap farrier). Which, I might add is the same +foot that keeps crumbling with the nails. So, obviously I switched back to these +guys. Ok, calm down, it's not like he's some stranger that came up and groped me +lol. I've known the guy for about 10 years. I am 21, so yeah we were both kids +when we knew each other! He is a few years older than me. And yes, I do like +him. To answer Barry White, yes that did occur to me :) I hope that is all he's +waiting for. On the other hand, he could very easily just call me and say hey +I'm busy right now, I'll call you when I can come out. And as far as scheduled +visits go, I have no idea. I've never done that before though either. It's +always just "Okay, they're feet need to be done, better call the farrier." And +they usually come out within a few days. + +He will call you back Im sure! Sounds like He really likes you.. But you need to +ask yourself do you feel the same way? would You like going for *coffee* with +him? or is he Not your type? Or are you undecided? If i were you I would Go... I +would say if he does not call you back by friday call him again he could be +playing hard to get? I think he left the Nail out of the shoe as a excuse to +come back and see you hey he may be your Prince charming.. Edit... I really dont +think Your horse Is in danger Of being hurt With one Nail missing.. I have seen +horses Loose Nails On there Own And do just fine with ONE nail gone Now if he +had left out 2 or 3 I would be wondering to... I really do belive he left the +nail out becuse of the horses Hoof condition and Its a added bonus he would get +to see her again When I was Younger In my early 20s My farrier was A hottie +named Joby..( for those who don't Know I AM A GIRL read my Bio on my Page) dumb +as a post about everything But horses.. He was In his 30s divorced and Had 2 +kids.. but we both flirted Horribly with each other.. but neither one of us took +the chance and Asked to other on a date. :( sorta wonder what it would have been +like? But That was Years ago. He had this Habit of telling you Everything.. Well +one day he said to me You know i don't wear Underwear as he was bent over +Working on my Mares Right front hoof.. and I was Like Ummmm okay??? Im glad his +butt was facing me so he couldn't see my red face I think my Mare was even +laughing.. Well 6 weeks Later when he came back out He was again working on my +mares front Foot and I looked Down and Yeah he had Wholes In his pants In the +wrong places I bust out Laughing and He was like what??? I was like Ummmm i can +see your ass cheeks...he was like Oops did i forget my Underwear??? that was a +strange way to flirt.. but i guss it was his way... But like i said nothing ever +came of It.. the next time I saw him He had told Me he had To get married to a +girl Who he worked with becuse he knocked Her Up.. I was heartbroken.. but then +realized He was not the Guy for me.. + +Wow he does sound interested in you, my farrier never gives me hugs like that +(probably a good thing as he has a wife and 2 kids) anyway, I find that they can +be very busy so I would wait a week lo9nger and if still no reply give him a +call but don’t leave a message so you don’t have to necessarily wait for him to +call. + +From the point of view of a business, and client/operator relationships, he's +doing a really shitty job. Leaving nails out so you'll call and have him come +back out later? Cute or not, I'd call a different bloke because he's doing a +sub-par job at something he needs to be doing his best at, whether he's flirting +or trying to ask you out or not, he ought to put quality first. This is, after +all, his business, and if he wants you to remain a customer why on earth is he +doing shoddy work? + +EPM, Anyone Dealt with it? Might be something different? + +I have the opportunity to pick up a super nice 6 year old for free. He's not +lame, but he's been having issues. Here's what the owner has said: I have a 5 +year old that lost all of his cheek muscle on the right side about 3-4 months +ago. I chalked it up to possible nerve damage, because this is what the vet +thought and the other cheek muscle was fine and he had no theeth problems. So I +sent him to the trainers the first of September to be started on the barrels. I +got him back the first of the month and he had lost some weight but attributed +that to be worked everyday (I expected him to drop some). He is now losing the +cheek muscle on the left side of his face and seems to be dropping weight by the +day. Had him to a dentist yesterday and there is no teeth problems. He can eat +all his feed and doesn't drop any, but cannot eat hay from lack of muscle to +chew it. He is gant looking in his flank area and is losing topline muscle. The +only neurological sign that he shows is that he barely drags his toes and +sometimes has trouble with his right lead. The horse I had posted about a couple +weeks ago with the atrophied cheek muscles is down to his last resort for life. +I CANNOT afford to treat whatever is wrong with him. NO, I have not done an EPM +test but have done an extensive blood panel and my vet did a neurological +physical exam. We elected to not do the EPM test because there was NO +neurological signs. He is still showing no signs other than the weight loss, and +some muscle atrophy. He eats all of his grain but it just takes him a while to +get it chewed because of the lack of muscle in his jaws. So I might get the +horse and see what I can do. I will be getting with my vet first and if I do get +him, have the spinal fluid test done for EPM and a titer test. Will be getting a +copy of the blood results the owner has already ran as well. My other theory +would be wobblers. I'll be having my equine chiro/acupuncturist out to do some +work as well if I do get him.... So any ideas? Think I should do it? Arby, Horse +is out of state and not local. Owner is willing to meet me half way with him. I +will be calling my vet and chiro about him. Worse comes to worse, I'm out of the +$$ and have to put him down anyway or have a pretty pasture ornament. He's still +rideable currently and not having many issues under saddle. This is a horse that +I otherwise wouldn't be able to afford and even if I spend 2K and treatment I +come out ahead of his purchase price. I posted what the owner as said in +paragraph 2 & 3, that is not me to clarify. She is the one that can't afford to +do anything else for him in case he doesn't recover fully. He can eat grain and +I already have a feed regimen in my head for the guy since he can't eat regular +hay. I don't think it will be hard to keep his weight up so long as he can eat +the grain. I am not going to go pick up a horse I can't afford. I am willing to +pull the EPM test and treat. The owner is the one who is unable. I will also be +having my other vet up who's a chiro & acupuncturist to evaluate him for +wobblers. July is when he started to exhibit slight symptoms and the owner and +vet originally thought it was just some nerve damage from something in the +pasture with no visible injury. He's only exhibited weight loss and some muscle +atrophy, with the slight toe drag and a bit of trouble with the right lead +(which could or couldn't be related). The horse is not in pain. He's not +starving. He's dropping we The horse is not in pain. He's not starving. He's +dropping weight, but most of that came from being at the trainers and being +ridden hard for 60 days. He's not putting it back on. I know that I have the +possibility of treating him and still having to put him down. At the same time I +do know people who have had horses come back successfully after EPM. I know this +is going to be expensive. I'm willing to give it a shot. Gallop, I've already +read that whole site and been reading through research articles from the +research colleges as well. Looked at studies, treatment options and such. I will +have the EPM test done before treating. The chiro/acupuncturist will be there to +evaluate the horse for wobblers which is often caused by spinal compression and +can be confused with EPM. If that is the case then acupuncture isn't going to +hurt him. It's actually one of the alternative therapies for EPM + +I think it is wonderfully responsible that you are going into this rescue eyes +open and are getting the opinions of qualified professionals (and a bunch of +Yahoos) before you decide to take this horse on. I do think some Y!A users need +to work on their reading comprehension as I can't comprehend how taking a horse +in as a rescue and getting it qualified medical treatment is abuse. Worst case +scenario you fall in love and after spending thousands of dollars you have to +put the horse down. Is that something you are up for? If so go for it and I'll +give you all the moral support I can as you figure out what is up. It is +heartbreaking to try to bring a horse back and then have to put it down, but +some horses are worth the risk. If you feel this guy is worth it then I hope +your vet can figure things out. As to EPM like Shee said being in MI we've had +to deal with it. Pretty much every large stable has here. Our first diagnosed +EPM horse was back when there was no treatment in the US and only an +experimental chicken feed additive in Canada. We hauled the horse to Windsor and +got him treated there. + +That horse returned to racing and we didn't notice much difference. We've had a +few since then, but none since our race horses began wintering in Florida. I +have no idea if that is related or farmers are doing a better job of clearing +out opossums now because they know opossums are carriers, but we haven't had an +EPM horse in at least 10 years. I can say all of our EPM horses were treated +early when they were showing mild signs like Shee gave and all returned to +racing. One horse even got his lifetime mark after being treated for EPM. We've +always liked big long trotters that do better on mile tracks then 1/2 mile. The +only difference we noticed is that the EPM horses seemed to do worse on the +smaller tracks after. It might just be coincidence or the fact those great big +trotters with those extremely long backs lost a bit of fine coordination to get +those gangly bodies around those tighter turns. I don't know. MSU does a lot of +EPM studies because of how common it is here. You may want to see if you can get +in touch with their EPM group and get this guy in a study. I know they did lab +work showing that Strongid C used daily could help prevent EPM. I believe they +have a real study testing the lab work in real world situations now, but it may +be sometime before those results are released. Another thought with this being a +mosquito season from hell could it be West Nile? West Nile can cause EPM like +symptoms and doesn't always include a fever. Let us know what you decide to do. +You hate to see talent get wasted, but honestly I don't think I could take in a +horse right now these issues. + +Personally I think you should just keep on walking by. You should have you chiro +out before you decide if you want this horse or not. If you have a good repoire +(which I'm sure you do) with them, they should be honest on if this horse is +fixable to any degree... not really sure what you want to do with him... Even if +you can figure out what is wrong with this poor poneh, there is always the +chance for remission and then relapse so you may have to do deal with again in +the future. So all in all, put the money up front before taking on this horse. A +few hundred out of pocket now will possibly save you thousands once the horse is +in your name. + +Could he have had a blow to the head causing this atrophy? Or a difficult birth? +Was it always like this? Or has it occurred since birth. I also wonder if he +might have had a slight stroke? I think if you cannot afford to get him treated +that you should not consider him as a prospect. Who knows what the future might +hold, and it might be expensive? + +Extremely bad customer service + +Do not go to this salon, especially if you have to get your hair straightened. +They did a very bad job with my hair and were extremely rude when I went back to +ask them why it didn't work for my hair. Rude, insensitive, discourteous +people!!!!! + +Great Doc + +Dr Greenwalt fixed my neck from a snowboard injury and was way more effective +that a regular doctor. He didnt prescribe pain meds or other drugs, he used his +bodytalk method which is unusual but the results are undeniable. My neck is +fixed!. He knows what hes doing. + +Our Wedding 11/7/08 + +We just had our wedding on 11/7/08 and was very impressed. Cj and company did +all that we ask and 10 times more. The food was out standing. If you need a +cater that is affordable and easy to work with they are the ones. Thanks again +Saucey's. Mark + +Excellent Tattoo Shop + +I recently got a tattoo done at Aztec and I could not be happier. It came out +better than I even imagined. The shop was great, the service was excellent and +the employees were fun guys. I would highly recommend this shop to anyone +looking to get a quality tattoo done. + +Good and Bad + +I had to take care of the ants myself. But I found the location wonderful and +the neighbors very kind. Never had a problem with the staff and found them very +helpful when something went wrong. Loved the pool and BBQ. Because of the ants I +dropped them to a 3 star. + +Great pet care + +I have used Just Like Family several times now and they have provided great care +for my two dogs. Lynda is professional and has great compassion for animals. The +real testament is not in how much she likes your animals but how much they like +her. I highly recommend her. + +I found Bright Star Tours and Travels and Best and Affordable Tour Operators and +Tours Agents in Chennai, India offered me Student Tour India Package for very +less price. I enjoyed my tour and i am looking for adventure tour and India +heritage tours for valuable. Thanks for Bright Star Tours. + +these guys were fantastic! they fixed my garage doors in literally less than an +hour. the guy came on time and didn't take any breaks, he went straight to work +and finished the job efficiently and promptly! i couldn't be more happier with +the way my garage looks. GREAT JOB GUYS! + +A+ + +I would rate Fran pcs an A+ because the price was lower than everyone else, i +got my computer back the next day, and the professionalism he showed was great. +He took the time to explain things to me about my computer, i would recommend +you go to him. David + +This office is awesome! everyone here is super friendly and efficient! its great +to know you can get great service, great product, and for the best price all in +one! I've referred everyone i know here and they all feel the same way!! i'll be +coming back for years to come! + +Criminal Attorney Dallas + +Dallas Criminal Attorney Peter Barrett is absolutely committed to vigorously +supporting your rights and achieving a successful outcome. As a qualified +criminal defense attorney, he will work every possible legal "angle" (leaving no +stone unturned) of your case to achieve the most favorable result possible. + +Food was cold + +I have been here 3 to 4 times and every time food they served seems warmed up +not cooked after you order it. I like my food hot both ways not warm or cold. +Price and taste is good. I will be happy if they can serve when food is piping +hot. KB + +FAST and reasonable$ + +We went to Kobeys on Saturday and had our whole teams uniforms done! He was less +than half of the price of the cheapest quote we got, and his work was top notch. +Down to earth and fast service. Going back to have some lab coats done this +weekend! + +We love Little Farmer + +We attend LFTD and our children LOVE it!! They even want to go to school on the +weekends!! They are preparing my older son for kindergarten and looks forward to +seeing his teacher and friends everyday. My infant is content everyday when I +drop off and pick up. + +PAT testing quick & efficient + +I rang SRD PAT testing and within 3 hours Scot had come to my premises and PAT +tested all my our Spill The Whisky barn dance band equipment, and supplied a +certificate for only 70p per unit. Fantastic, quick and efficient service. How +rare! Well done. + +My favorite florist! + +I came to La Crosse to go to college, and my mom would send me birthday flowers +though here. They were beautiful and lasted forever! Now that I live here, this +is my favorite place to grab flowers for friends and coworkers! Hands down, best +place in the area! + +I <3 Max's + +Excellent bagels and excellent service! I go in about every morning to get +bagels for myself or my co-workers and the employees at Max's are great!! They +are friendly and fast. I have never had a problem with their hours because I +always go during the mornings. They are great! + +prepared the road test with a driving ... prepared the road test with a driving +school in edmonton, but my instructor only trained me in a narrow street, hence +I took one 90 minute lesson from the Noble driving school to learn the skill of +changing lane, and found them very friendly and professional. + +Great Doctor! + +Dr. Faris is a great doctor! I would recommend him to anyone. I was experiencing +severe back pain to the point I could barely walk or even bare to sit. I went +from a pain scale of 8-9 to 0 and I was able to run in the Crim just a week +later!! + +happy customer + +Mr. Squeege is THE BEST. Prompt, Clean Windows. Affordable pricing. Friendly +responses. How else can excellent be described for a business of this sort? They +have been my only "go-to" resource since we first did business together. You +will find the same to be true for you. + +Fantastic Place to buy your next vehicle + +We have never had a bad experience buying from Edmark. This is car number 3 +we've purchased through them. We trust and appreciate Scott Larson and know that +he will always take good care of us and listen to our needs! Thank you again for +great customer service! + +Range Rover Sport Window Tints + +Mark at Tintman Nationwidetints Ltd, did a very Professional job very quick, no +fuss, deliverd the car to me and I drove him back home,Great arrangement Great +price!! Highly recommended!! Thanks Mark. Steve.... proud Range Rover Sport +owner (with rear tints) + +In this hard economic times is very important to save money Very reasonable +prices top quality work The owner operator he does all the the work with Helpers +very friendly I definitely recommend this this guys Don't get jack by big +companies that they pay alot of money to be on top of the list Thanks + +Great pub + +Had a meal in this pub and i have to say it was excellant. It has to be one of +the nicest pubs that i have been into in a long time, the decor is nice and it +has a really nice garden and a lovely decking area. Good beer good service and +what more could you want. + +awful awful awful + +This store is by far the worst Verizon store I've been in. The salespeople are +never available, the lines are always too long, and all the people want is a +sale. Incredibly rude and I will not return to it. Is there no other Verizon to +go to around Downtown/Dupont Circle1?!?!? + +Great graphic design work! + +Fresh Design Studio helped jump-start my own business by providing affordable +and effective marketing materials: logo, flyers, posters ad design, and more. +They have unbeatable price in town and deliver on time. I enjoy working with +this architectural and graphic design firm and will recommend to anyone. + +Great Surgeon + +I needed wisdom teeth taken out. Dr. Wallen and staff was excellent. They were +accomdating with my scheduled and work with my insurance to get payment for the +surgery. Dr. Wallen explained the procedure in detail and took his time with me. +Staff explained insurance procedures and was very helpful. Everyone was very +nice. + +The best in the area! + +I've been to quite a few tattoo shops around this area and Stainless Steel is by +far the best. I am very pleased with the tattoos that I revived from them. The +artwork is excellent and the prices are very reasonable. I would recommend this +shop to anyone looking to get a tattoo. + +Cathy ******Five Stars for Lake Forest Tots. The program has been a postive +experience for my children. I have had all three of my children attend Lake +Forest Tots. The program is well established and we have been extremely +satisfied with the teachers, the programs and the director. Good job, Lake +Forest Tots! + +Great Wine & Service + +This place is so great! They have a great selection of wine from all over the +world with all different prices. The employees make you feel very comfortable +and are very helpful, whether you are very knowledgeable or don't know anything +at all about wine. Check out their wine tastings every Friday night! + +A+ + +Excellent customer service and honest feedback. The team at Bradley Chevron kept +my car running for well past its expected death! They are honest about +'immediate' concerns versus 'recommended' repairs and have very fair prices. +Such a convenient location as well with coffee shop and bradley food and +beverage right around corner. + +Needs to go out of business + +They close whenever they feel like it, often well before their listed closing +time. Their store is dusty, dirty and feels like you're stepping into the 1970s. +They don't take coupons. They have a credit card minimum. This place is the +opposite of QuikTrip: crappy in every way. + +Where else can you go for $10 and recieve this treatment?! + +Awesome haircut at awesome price right here in Palatine! Who can pass up a hot +towel and a straight edge neck shave! I've had 2 cuts now from Georgia and have +paid more in other salons/barbershops and have not received this kind of +treatment or cut! + +Baffled by the one-star reviews + +I don't get it. This place is awesome, with a great ambiance and cool décor, and +the food is scrumptious (and especially their signature banana split). Sure, +some items are a little pricey, but c'mon... have you ever been out to eat in +Seattle before? + +I've only had good experiences at Adorn, I was greeted and offered a +refreshment. I highly recommend Debi, she does an amazing job, I "love" the way +she cuts my hair, extremely thorough and cross checks her work to make sure my +hair is perfect. I always leave loving my hair style. + +Best Chineese food in the area + +The food here is fresh and hot out of the Wok. The food is cooked fast by the +two chefs on duty. The lunch specials are more food than most people can eat for +about $6. It is busy every day at lunch for a reason, the service is fast and +the food is great. + +Pure Pilates!! + +It is the real thing - I have been practicing Pilates for over 7 years and would +not go anywhere else. It is the attention to detail and the quality of the work +taught at TomiPilates that sets this studio apart from the others. The teachers +are highly trained and are expert at handling all types of clients. + +I phoned this company for advice on our office refurb and although we did not +use them in the end(as our building contractor carried out the electrical work), +they provided me with plenty of useful information over an hour phone call and +subsequently we are now using PJC as our electrical maintenance contractor. +Thoroughly recommended + +They really go above and beyond! For example, I actually forgot to feed my cat, +and they went out of their way to take care of him. Additionally, when there was +confusion (my fault), they left me flowers along with a personalized gift. They +have been 100% reliable and professional. Definitely recommend! + +heating system Angels + +seriously, can you imagine having to live through these last few nights without +heat? I would have had to because with the economy the way it is i aint haves +much monies fo repairs round the House....Comfort zone came out and did my house +heat on the cheap. and it works! Thank you Comfort Zone + +Slowest, Unfriendly Sstaff on Weekends + +There are three Starbucks locations that I frequent. I have a bit of experience +watching the usual assembly line. I also understand that weekend staffs are +different than daytime staffs and not necessarily Starbucks A-team or even +full-time. But this location has the worst weekend staff I've seen EVER. + +Skip te rest - this is the best + +Absolutely great ! Clean, updated room, friendly staff, safe location. Staff is +super friendly, treat you as a friend. Cannot ask for a better experience. Will +be staying here any and every time I come anywhere near. Overall, Joe is a happy +camper who has found a great spot. + +PHOTOS DONE WELL + +I Love Hellada Gallery! Marek Dzida the owner and photographer puts whole heart +in his business - If you are into old fashion (Not Digital) quality photography +this is best place in Long Beach as I think not many folks can do affordable +traditional photos anymore I know Marek personaly and I will always recommend +him + +BAD COFFEE, DONT BOTHER! + +Can't you make a decent cup of coffee? You charge SO MUCH, yet you use the same +grounds over and over again. The coffee taste BURNT and very bitter. No amount +of sugar and milk can mask it. CHANGE THE PROCESS, PPL! Westfield and Rt 1 do it +well, WHY CANT U???? + +Home made product + +I sometimes go into this store just for something to do on a sunday afternoon. I +love the people, the product and the service! Nothing compares to a home made +product that really stands the test of time. - The Brick, Ikea, and Leon's have +their place. But furniture like this will truly be around forever. + +The internet here is terrible. Like the previous poster said, the com lines are +split between the entire building. That's 3x worse than Qwest DSL's lowest speed +offering! The outward appearance makes you think this place is nice, but +everything inside is cheap cheap cheap. Moving out as soon as our lease is up. +http://www.speedtest.net/result/1155244347.png + +Awesome!!!! + +Yes my G1 screen is back working. They was about to Charge me $129...But i paid +$100. they save me from having to deal with Tmobile... Tmobile want to Send of +my phone and i didn't want to go thru that... 3 Days For get that... Great +service. I would recommend them to anyone.. + +Great out night! You can't go wrong with Tuesday prices, even if you get quite +the mixed bag of comedians! Extensive drink list and daily specials but wish +they had a bit more on their food menu, although popcorn is a nice touch! (other +items: chicken fingers, wings, asian pizza, and yam and regular fries) + +Their food and sweets are awesome. But service is very poor. Attitude of staff +very bad. Never gives a receipt. Sometimes even gives wrong dish. So confused at +the payment area. Line up is so stupid. Even if you line up. To make a order you +may have to go to back of line. And then wait again. Not organised. + +Hair By Nivine in eastgardens fixed my hair after i had my hair cut and colored +at another salon i felt more confident and the girls are fantastic and ive been +going there now for 2 years always happy and they care about my hair had my hair +done for my wedding it looked fabolous ! and there prices are really good! + +Best food in northeast + +Theres a reason why Frank mcclelland was named best chef of the north east +reigon. Food here is absolutely superb. Everything is delicous and cooked +perfectly. The waiting staff is beyond impeccable (they refold your napkin when +you go to the bathroom). If you want great food then L'espalier is the place to +go. + +I didn't end up buying my car here, but I did think the guy who worked with me +was pretty cool - he was willing to budge a little on the price which means a +lot to me. Also they will fill your tires with air and other small maintenance +tasks for free, even if you didn't buy your car there! + +The Best Deals in Town + +Before you buy ANYTHING in NY, make sure you stop by Jack-s first. Their +selection is random, so what they have on a given week might never be available +again at the store. I love it for discounted beauty items and household +appliances. Trust me, you go there once and you-ll always go back! + +First Time Ballerina + +My daughter is starting ballet this year for the first time. I'ma soccer mom so +I wasn't sure what I was looking for when it comes to dancewear. The staff was +very helpful and gave me exactly what I needed for my first time ballerina. The +service at Instep was great!! I would recommend them to anyone! + +Outstanding service & quality at a very affordable price! + +This place is top notch and highly affordable! I would recommend it hands down +and am a loyal customer. I've also sent over a number of friends to use the +services here and everyone is extraordinarily pleased! Thanks for doing such +great work on my important pieces of clothing that always look great! + +Tried Crust on Broad on 3 occasions. Twice for dinner and once for lunch +Absolutely rude service every time! The staff will not even answer the phone for +take out. Tonight, I called several times with no answer (Btwn 5:30 and 6 pm) +and finally drove there to place my order in person. There was not a customer to +be found. + +we purchased a new home but was unable to sell our old house so we contacted +this property management company and they have helped us quickly rent out our +house and keep it maintained. Since then we have decided to have them manage our +other investment properties as well as we getting older and can no longer +perform all the inquires. Great help! + +We just got our sunroom built by Patio World and can say that I'm extremely +happy with the whole thing. From the amount of time spent with us to explain +things during the initial quote, to the communication through the approval +process to the actual workmanship of the build itself. I have nothing bad to +say. Very glad that we went with them. + +No Customer Service + +Employees seemed to be having a good time chatting and laughing with each other, +while myself and other customers were completely ignored. Another person in the +store stood there with an item and repeatedly tried to get a sales persons +attention. It wasn't until he gave up and walked out the door that someone asked +Can I help you. + +do NOT bring your car here + +I got a coupon from Pennysaver for this station. Yes, they accepted it. However, +during the test, they did whatever they can to get my test failed. Then, they +sold me overpriced stuffs, such as oil tank cap, so that my car can pass it +right away. I ended up paying much more. + +Are you kidding me? + +I don't get it. Spongy and sweet bread (microwaved?), heartless salsa, tiny +dogs...You order at the counter and there is a space for tip on your credit card +receipt. The dude who grills the retarded dogs is rude. If this is the best that +Tucson has to offer, I am outta here... + +I called on a Friday at 12:30 complaining of a severe toothache. Dr. Obina told +me that his office closed at noon and that I should call him on Monday. I had +been a patient of Dr. Olbina for 9 years and had spent thousands of dollars on +crowns etc. There are plenty of good dentists in Fernandina. Don't go to Amelia +Gentle Dentistry. + +Good location + +For a hotel like this you would expect some form of free internet. What you get +is a $13/day charge to access the internet through a slow 512/512kb/s that you +can only use to check email etc (Read: No downloading). Other than that the +hotel is in a good location and the breakfast is great + +Make You Feel Like a Number + +Stay away from Kids First West Chester. You NEVER get a human on the phone. It's +impossible to get an appointment. If you get caught in traffic and are a couple +minutes late they make you re-schedule... for 6 weeks later. And worst of all +your child feels like a number not a patient. Go somewhere else. + +Rcommended by bees, too! + +Highly recommended. Joe removed a wasp nest for our condominium building and we +appreciated the environmentally friendly method and prompt, friendly and +informative service. No spraying of pesticides! Very professional. Reasonable +rate. We highly recommend Joe and his wasp removal service to individual home +owners and condos. He knows his bees! Suzanne, Vancouver + +Very Accomodating + +We were in Springfield, IL for a family funeral from Kansas City. We arrived +early and the staff was very accomodating to our families and the situation we +were in. The rooms were very clean, including the microwave and refrigerator. +This is a nice place, and I know we will return to meet my sister-in-law from +Chicago!! + +GREAT SERVICE AND PEOPLE!! Deb Watson is the contact person and she and the rest +of the staff were great!!! She continues to help me when needed even if I have a +service question. Since I'm usually at work late Deb has stayed around to help +me out when needed. This was after I brought the car!!!!! Service does not get +any better!!!! + +Hidden Gem in Alpharetta + +This French born, French trained chef and his creative partners offer a taste +fresh, locally sourced, fabulously prepared food in the most unlikely of +locations. Try their weekend "tastings" which you can learn about by getting on +their weekly email list. It's the best meal for the money you will find in all +of metro Atlanta. + +Le petit is the best place to get your nails done! It is very clean, staff is +friendly, and I have never waited! I go every other week for the shallac/gel +manicure which is only $25 and it truly lasts 2 weeks! I love it. Pedicures are +also great. Try this place out! I promise you will not be disappointed! + +Amazing Pictures at an Amazing Price + +Rendy is totally amazing. She gave me amazing pictures at an amazing price and +made my wedding day so memorable. She was way easy to work with and made my +wedding day so easy and she got some amazing pictures, not only of me, but of my +family and friends. She is amazing. I would recommend her to anyone! + +So very delicious! Excellent! + +November 7, 2010 First time eating at Caffe Bella Italia and it was a wonderful +experience. From the delectable Antipasto Misto to the Spaghetti alla Barese and +the Parmigiana and ending with gelato, all was mouth watering. Too bad they were +out of the Chocolate Lava Cake. Maybe next time they will have it. Service was +excellent! Sandy + +Beware of Sharayu Hopless service, at the time of booking my car a lot was +promised but delivered not even one tenth of what was promised. Apart from that +in spite of my repeated attempts I could not get in touch with the manager to +even lodge an official complaint. My advise to all is I have fallen into this +trap ... pl ensure you dont!!! + +Course has come a long way!! + +HCC's new nine was a little shaky at first, but the NEW grounds superintendant +has done wonders for the course!! The comment below definitely needs to be +retracted! Come back and give HCC a second chance at least! It is a great course +for local golfers to be proud of and all the comments in 2008 have been very +positive!! + +Excellent Physiotherapists! + +Kusal Goonewardena and his team of Physios are unbelievable! I have been +suffering from back pain for over 12 years and have been to numerous +specialists, physios, osteos and chiros with no help. It took the Vigor team +only 4 visits to get me feeling normal! And now 2 months after my last +appointment I am better than ever. Thanks guys! + +They must have read these reviews and improved! + +My husband and I happened in on a whim. We sat in the front dining area, it was +very cozy and pleasant. Our server was quite attentive and the food was +fantastic. My husband has been a professional chef, so he is a good judge of +quality food. This was a flavorful, enjoyable meal for both of us. + +Rude Rude Rude + +went in there and got my dog groomed came home to an uneven dog then took him +back to get evened up what a mistake! she didnt even let me finish a sentence +without insulting me and telling me how i should have said it!i wont go back! +she needs to develop a personality !brought dog home and its all choppy now! + +It's helpful to know a quite a bit about bull fighting. If you watch a lot of +fights (youtube) and research some of the history +(http://en.wikipedia.org/wiki/Bullfighting) you will find yourself enjoying it a +lot more! Also after seeing a handful of bullfights, I can say that they're a +lot more enjoyable if you're smashed (BAC>= .15). + +All I can say is that I am glad I went in! The nurses are sweet as pie and the +doctor is wonderful. This place is about healing, not making a buck.The followup +visit is FREE!! After going to the hospital and paying ER prices ... there is no +way I won't be back here!! I will be back and telling EVERYONE about this +clinic. THANK YOU!! + +I just like the fact that he was able to do the specific type of repair I wanted +(a reball) and give me the longest warranty and even a lower price. Someone else +I found that said they could do it but wanted to charge me more and give me less +warranty. It was a no brainer really. I choose Console Pros and I'm happy I did. + +This place is bad. It's dark, dingy & dirty. The salads are limp and the rest of +the food isn't any better (ok, the nachos are not too bad!) This place may have +been something sometime; but it way past it "sell by date". I have eaten here +twice in the past year and will not go back and cannot recommend it. + +Top range of bike, cheap prices, excellent a+++ + +yep they fixeded my thumpstar in 1 day. it wasent going an had a gear box +problem.... i coldn't find anywere else local to fix it so i took it there and +they fixed it for $150... thanks guys goes really well and thaks 4 the cheap +price.. excellent, top guys a+++++ reccommend to anyone!!!!!!!!!! + +Hams on Friendly ... RIP + +This is the original Ham's restaurant, expanded into a regional chain in the +late 80's -- but this one is no more. Victim of hard times and I suspect failing +corporate management. According to news accounts, the company is struggling. I +have many fond memories of my college evenings there long ago. So long Hams ... +you will be missed. + +We are very pleased with the services of First Glass Window. Our window panes +were so dirty that they needed a specialist to come and clean them. We called +few companies before we decide to hire them. They came on time and completed +their work quickly. We were very happy how clean looked our windows. If you have +some problems with your windows, you should call them. + +Great help even near closing time! + +I came in to town for a week and forgot my trainers! Oh no!! I came in 30 min +before close and the staff was super helpful. They spent a lot of time with me +and got me into a great pair of shoes. I think they may even be better than the +pair I have been using this past year! Thanks Run on! + +Great + +This is a perfect place to get your hair done. I have gone there time and time +again whenever I need to get my hair done or when I want a haircut. When I get +my hair done there, they use enough hairstyling products while it does not ruin +your hair. The service is great and during weekends it tends to get busy, but +the wait is worthwhile. + +Highly Recommend + +I have worked with Shannon as my massage therapist and intuitive bodyworker for +years and have never been disappointed. No matter what state I am in when I +arrive, I always leave feeling better. She has not only helped me through some +challenging computer-work and sports related injuries, she was wonderful to work +with throughout my pregnancy and beyond. I highly recommend her. + +Best Store In Boothbay Harbor + +What a fantastic store, I love this place. Not the same old stuff that all the +other stores have. Their items are very unique, great quality, great prices. +They also have the best tea I ever had, not at all like the junk you get at the +grocery stores, I stock up when ever there because they are closed in the +winter. + +The BEST + +Dr. Aster and her team have been a strong advocate in the health of both my +daughters. Dr. Aster is very kind an gentle with the children, but also positive +and to the point with the parents. She is and excellent doctor to have on one's +team. Even though I live pretty far from her office I still make the trip so my +daughters will have the BEST! + +My wife and I avoided doing some fairly simple electrical re-wiring in our home +for several years due to overall hassle and cost involved. I finally called Matt +from Bonafide and he made the project both easy for us and reasonable. He was +prompt, knowledgable, friendly, clean and just an overall great guy who +obviously cares about his business. I will reccommend his services +however/whenever possible! + +Real pros + +I've had writer friends describe horror stories with their printers. I tell +them: why not just go with these guys? Richard Joule and the gang are pros from +start to finish. They set out to exceed your expectations. Already I'm +considering future projects, and I can assure you that for my printing needs I +will be choosing no other than Atlanta Paperback Book Printing. + +I have been here 3 times and all 3 times it has been bad! They have messed up my +order and.... The food was just not good! I had sonic in many other palces but +for some reason this sonic is always just covered in grease and not good... :( I +hope they get there act together... I am going to give it one last chance in +next few months and see?? + +I called them for an estimate and they INSULTED ME WHEN I ASK THEM QUESTIONS. +THEY ARE VERY RUDE AND NASTY. PLEASE DON'T USE THIS MOVING COMPANY IF YOU DON'T +WANT TO: CRY, HAVE TROUBLE AND A BAD EXPERIENCE ON THE DAY OF YOUR MOVE. THEY +WILL GIVE YOU A LOW PRICE OVER THE PHONE AND ON THE DAY OF YOUR MOVE THEY WILL +CHANGE THE PRICE, I GUARANTEE IT. + +You've Got Maids did a fabulous job cleaning my home. I am hiring them to come +once a week now that they got my house to where they can maintain it for only an +hour and a half every two weeks! Satisfactory for sure with the sercvice! Beats +having one "cleaning lady" who took twice as long and did not do a very through +job like the "maids" did! + +This place has the best baby and childrens clothes. Especially high end keep +sake sort of clothing that you just cant find in a lot of stores. It is all very +unique and you wont find any other baby wearing the same stuff. I spent quite a +bit because I spoil my little princess. Afterall she will only be a baby for so +long I figure why not enjoy it. + +Antique Lighting, Fixtures, Chicago + +Great place for Antique Lighting! I visited their huge Chicago lighting showroom +and all I have to say is WOW!! Lots of collections, many antique light fixtures, +Chandeliers, custom lighting etc. I think they have the largest collection for +Chandeliers Chicago. Antiques, Vintage, Contemporary & Modern Chandeliers. I +would recommend them for any custom lighting or Lighting Repair and Restoration +Chicago + +Great Food Awesome food Awesome service + +I wanted to try someplace new again. This place rocked. Brought my wife Deb with +me and she like the Fried Crab Wontons and said they were good.. We also had the +BBQ Spare Ribs.. good also. I ordered the MOO SHU pork and it was great.. I also +ordered the Neptune Platter which was awesome... so this place gets 5 out of 5 +stars. + +DO NOT GO HERE!!! I went to get my nails filled Friday, by Monday 2 were broken. +I was not happy with the way they looked, very wavy, uneven edges, and with the +exception of 1, there is a dip in the center of each nail. I also had a +pedicure, and they cut my nails too short, one of my big toes looks like its +getting infected. + +No way. + +I'm certainly no expert on asian food in fact not even a lover of Vietnamese +food but I wanted to try the real things here at A Dong. Cold, slimy, tasteless +however is the same in all languages and foods. Not good, not great, and again +another disappointment in Central Iowa. How do these places stay in business. +This town needs some food soul and this is not it. + +Worth Every Penny + +My girlfriend and I ate at The Grill last night, and our experience was amazing. +Everything we ordered was prepared to perfection, and was presented perfectly. +The asparagus, seared tuna, and lobster tail were the best we ever had. Then the +desserts came, and they were hands down the best dessert we ever had. I will sum +it up with, it was worth every penny! + +BEST CHINESE RESTAURANT EVER!!! + +It was the best Chinese food I have ever had. All the food tasted excellent, and +with the new renovation of chairs and the bathroom, it is awesome. The people +working their are also extremely polite and friendly. Every time I go, Kevin, +the manager, will always remember my family and I. Overall, it is very family +oriented, and I recommend it to everyone!!! + +Furnace repair + +Tiger Heating is awesome. I had John and Dustin working feverishly to get my +exhaust motor replaced. These guys were absolutely professional. John was here +in 45 minutes after I called on a 10 below zero early Sunday morning. If you +need someone to help you out with your heating problems, I DEFINITELY would call +TIGER HEATING and AIR. Absolutely a wonderful company. My family and I thank +you!!!!!!!!!! + +They Suck + +Go somewhere else... Wanted to buy a Rhino 700 and a Grizzly 700. After +searching high and low for a salesman, I was treated like dirt, and we left. +Parts department blows, Service department is even worse. I live 10 minutes from +Cycle City, but I Drove 50 mile south to Peachstate Powersports in LaGrange, +dealt with the owner, Levi, and was well taken care of. + +Professional and inspiring + +Nigel from Nidd Design has always provided a first class service, from his +advice and professionalism to the quality of his design drawings and planning +applications. His knowledge and expertise help smooth the way with any planning +application, ensuring compliance with the building regulations. Once you have +met Nigel you will not want to work with anyone else. He really does turn your +dreams into reality for your home! + +We came at around 730 and they close at 8 and wanted to try the specials but +they were out for the day so I would say go way before they close. Got the crab +rangoon which was great, tofu with cabbage which was spicy but good and shrimp +satay which was also good. Def going to come back and try this place again. Bea +was really nice and asked how the food was. Cute place also + +As a native southern Californian I can tell you that this is not authentic +Mexican food. However, I still like this place a lot. Esp. the mole, tortilla +soup, and guacamole. Margaritas are alright. My only complaint is the QUESO. It +used to be fabulous, why did you guys change it?? Queso should not be watery :( +..... ***update*** NEVER MIND! They fixed the queso! Thankyouthankyou + +There are so many wonderful great places to dine in houston....don't.waste your +time here. I had the morelias enchiladas. The sauce was dry and the enchiladas +did not taste good.at all. In fact my friend vomited after our meal. Maybe we +ordered the wrong dish but my experience here was poor. Service was okay not +great, we came for a late lunch. I don't recommend this place. + +Skylight repair + +My skylight was making a horrible noise when the wind blew. James Bateman came +the day I called and fixed the problem quickly and efficiently. He also +inspected my entie roof to see if there was anything else that needed attention. +He called the next day to see if everything was to my satisfaction. When the +next hailstorm blows through, I will not hesitate to contact James at Team Texas +Construction. + +tricky short guy + +The new management is tricky and talk you into getting video rental agreement. +To my surprise $20 deposit.... New movies not on shelf..under the counter for +Telugu Speaking people only... or people who spend $30 or more groceries.. That +did it for me..no more Raina's. Besides parking is a pain..cramped and un-ruly +with Kumon Parents next door....gives me heebee gee bees' + +Small Firm with Great Service + +Bloom Legal was really attentive to my problem, and Seth Bloom took the time to +help me understand the legal issue I was dealing with. I much preferred the +one-on-one service here to the experiences I've had with bigger offices and +firms. While I hope I don't have any need for a lawyer anytime soon, if I do +I'll definitely use this firm again. + +Used their service for the first time and was immediately impressed by their +professionalism (received a phone call soon after order was placed to confirm +details) and the subsequent delivery of my gift (To Split, Croatia) was as +requested. The gift itself was exactly as described and pictured in the +catalogue and of the highest standard. Would highly recommend to anyone +requiring overseas gift delivery. Danny (Australia) + +I LOVE MY GYM! + +FITNESS UNLIMITED is a second home to a lot of us gym members who work out +daily. If you are serious about working out in a non-commercial like atmosphere +then you have chosen the best place to be. This is the most humble gym you will +every step into.... if you dare to work on your body don't be surprised when you +see how addicting going to FITNESS UNLIMITED can be!! + +Over-rated... + +This restaurant is over-rated. It is hard to find...and the mexican food is +bland, almost equivalent to eating out of a can. The service is poor...I asked +for a fried egg on my enchiladas...and did not get it.! Secondly, the enchladas +did not come with enchilada sauce..but chili...like Hormel's chili..the cheese +was American cheese! The Chili Relleno..had no batter on it. + +I googled restaurants in the area and Fuji Sushi came up and reviews were great +so I made a carry out order of : L 17. Mixed Tempura.....................8.25 +Shrimp or vegetable tempura & salad. I was very happy with the customer service +and even more please with the portion size, to go box set up and quality of the +food for the price. I'm very happy and will definitely dine in and carry out +again. + +Learn from a Cesar Gracie black belt and former ufc fighter! When i say +jiu-jitsu or mma i mean it! Best jiu-jitsu mma in Santa Rosa and i have the +experience and belt to back it up! When you come to ncfa you will see a real +instructor that teaches and trains everyday! If your coach has no fights and you +never see him train and sweat something is wrong! Dave Terrell +www.norcalfightingalliance.com + +Good Pizza at a good price + +I just moved nearby and have tried several of the local places, this was the +first one and I should have just stuck with it. The pizza is usually pretty +good, the only bad one we got was on a Friday night and it just needed to be +cooked a little more, but it was still good. Their BBQ chicken pizza is one of +the better ones I have ever had. + +HORRIBLE SERVICE!!! + +Absolute horrible service from the parts department. They are very rude over the +phone and in person. They talk down to you like they are supreme beings, if you +hate your job so much then quit!! How these guys can get away with being so rude +with people is mind blowing. I will NEVER do business with Sun Toyota again. +Thank god there are plenty of Toyota dealerships to choose from in this city. + +this is a good place + +I have been here before and the service was absoulutely great. They had a great +selection of colors to choose from and their seats are super comfty. I enjoy +going there although i've only been there once, i will be returning toda to +recieve a pair of french tips and i will only go to the best and to me the best +is here. i reccomend you to go and enjoy their wonderful hospitality. + +Anna Marie and Govind are very sweet people, and the minute you steep into their +school, the calm loving atmosphere takes over, and tension and worries stay +outside in the street, whether or not you pick them up again after class is +probably a question of practice. A wonderful place, if you want more than just +the physical side of yoga. Give yourself the gift of trying this place, to see +if it fits you... + +They don't seem to be interested in selling cars. + +Went there yesterday: we are trying to decide between two different Honda +models, so we wanted to test-drive both back to back. The salesperson refused! +Claimed he was too busy for two test drives. We were the only customers there! +Don't waste time, just drive 10 minutes more down to Stevens Creek, they +actually do try to help their customers there! + +ATE HERE A COUPLE TIMES. IT IS NOT A HIGH END STEAK HOUSE, MORE OF THE CUISINE +BRETT ENJOYS IN MISSISSIPPI. SO, IF YOU WANT A BURGER AND FRIES, WELL, IT IS OK. +IF YOU WANT A LITTLE CAJUNISH FOOD - IT IS GOOD. IF YOU WANT A STEAK, WELL, THIS +IS NOT THE BEST IN GREEN BAY. OVERALL DECENT BUT IF YOU ARE EXPECTING A RUTH +CHRIS TYPE STEAK, THIS IS NOT IT. + +Eulogic + +Good place to be on a Sunday Night. The beers were good, nice choice of beers as +well, and as usual the mussels were great, the place upstairs is a nice addition +to the bar downstairs. Filled up on too much beer and hence cannot comment on +the food. But the menu had standard stuff that one would get at a Belgian +Tavern. If you are a handcraft beer person, this is a fantastic place to be. + +Perfect Location plus I moved into the Tanglewood Apartments in late 2008 and +it's been a refreshing change. I used to live at Meadowrun and that was a +nightmare. The manager - Tiffany - is actually very nice so I'ma bit surprised +by other comments. She's very reachable and she has always responded quickly to +any questions or requests. Plus she plans a monthly breakfasts and other events +at the clubhouse which is a nice added benefit. + +great service/deals - support this local business + +I have used these guys for new snows, fixing lots of flats, used replacement +tires, and oil changes. They have the best prices locally and good customer +service. One guy is a little surley, but who gives a crap as long as your car's +work is outstanding. AND they're usually able to help you as a walk-in, and +they're fast. Overall-good stuff. + +Another great business bites the dust! + +The best cakes EVER! A bit pricey, so I didn't go very often, but it was always +a treat when I did. The prices were worth what I got. I'm assuming they are +completely out of business since I can't find any contact information. I'm +hoping the bakers continue to do their baking out of another place, because it +would be a shame not to have these cakes any longer. + +Super nice people, really good food + +What I love most about this place, other than the food, is that eating here +makes you feel like you're in a small town rather than Baltimore. The owners are +really nice, they serve good food at a good price, and the option to eat outside +on the deck (esp on the weekend whether there is hardly any traffic) is great. +One of my top 5 places to eat in Baltimore. + +Overpriced + +This place is identical to the Youngstown Sports Grille, so I imagine they are +owned/operated by the same people. The food is mediocre at best, and largely +overpriced given the portion size and quality. Don't even get me started on how +expensive it is to drink there. I have ate here 3 times since they first opened, +and the service has been poor each time, the staff always comes across as +somewhat rude and slow. + +Apps 4 Salad 3 Entree 3.5 Wine 5 (NOV 07) + +Enjoyed this cozy little spot with a group of 8 folks. Service was excellent. +Food was excellent. Wine was excellent. I was feeling the need for some fish so +I had the salmon which was very good but the steaks looked amazing and if I am +in town again, I'll definitely order a steak. A perfect place for a romantic +dinner. Lots of "pretty people" dining inside. + +Great staff. Very helpful!!!! They interviewed me, gave me tests in the software +I included on my resume, and placed me in a position that I kept for several +years. Re-interviewed and am going on interviews for a new job. I'm really +thankful for the folks at HR Office. They are dependable, have great connections +in the community, and are a great resource for finding a job. I highly recommend +them to all of my friends!!!!! + +Great experience - consider checking out their puppies before buying from a +breeder! + +I adopted a 3.5 month old yellow lab last winter from the Dumb Friends League. +The staff was very helpful in finding the right dog for me and the care my pup +received was outstanding. If you are on the lookout for a pure breed pup don't +forget to check out the shelters! My pup has a wonderful temperment and has been +a wonderful addition to my family! + +Food good, service poor + +No silverware, asked for a spoon for my sons mac and cheese ended up having to +use my tea spoon. Asked for bar-b-que sauce never got it. Never checked back +with us once we got our food. Had to go the the bus boys station ourselves to +get napkins. Only one server, too buys talking with others I guess. Food was +good, but service means a lot to me. + +Dr. Chao you are the best dentist I have ever had. You are knowledgeable, +professional, gentel and kind. I wish I had you as my dentist early on in my +life - maybe my teeth would have been a lot better then they are now, However I +am glad you are my dentist now. Even though you are expensive. Thank you for +helping to preserve my teeth. You are meticulous in your work and it shows in my +smile. + +Con Garage + +I brought my car in for a simple emissions test. I guess they figured me for an +easy mark, and tried to explain that my car wouldn't pass unless I replaced a +hose. Ten minutes later, I took my car down the street and it passed the +emissions test with flying colors. If you're a fan of herpes, being ripped off, +and child molesters, this is the garage for you. If not, go somewhere else. + +Rude service + +even though I have never tried hoa salon but I agree with other reviewers that +they are rude. I called and asked about the price for hair updo and the +receptionist or owner who aswered the phone refused to tell me, or even just +give me an approximate price range. He told us to stop by the salon and then he +will tell us the price. What kind of rude service is that? I don't want to waste +my time with them. + +Top notch eats! + +So here we are in Manson. Manson? Yes, Manson. Right near Chelan. Aka +Nowheresville. And this litttle gem of a 7-table restaurant is a complete and +utterly wonderful surprise. A short but wide-ranging menu executed with +innovative perfection in a cozy hole in the wall just off the main street. +Fantastic food served without pretense, very reasonably priced wine selections. +A great place to go for dinner after a day of wine tasting. + +Excellent Service and Reasonable Prices + +Boutique stores dealing in children's clothing/gifts are often outrageously +priced (who wants to pay 40 dollars for a newborn onesie?) but I was pleasantly +surprised to find that the Purple Goose's prices are reasonable (for the SAME +products found at other area boutiques, the prices were 20-25% cheaper). The +service was also excellent - friendly, helpful and informative without being +overbearing. Will definitely return. + +Consistantly poor + +A lack of organisation, coupled with the distain for its customers, makes this +the worst rental agency I have used. Chasing them on issues from the day I moved +in (many of them still unresolved as I left) to all sorts of farcical issues +with funds, after I left. . . . as soon as I could. If you must use them, be +vigilant and be ready to push, if you can go elsewhere then I would. + +AMAZING NIGHT- Great Party Spot!! Went to the Willow Lounge this past weekend +for dinner and drinks...place is awesome. Had to keep in mind that the A/C +broke, I feel bad it was their opening! Anyway, once that is fixed, this place +will be amazing. Drinks were awesome, prices reasonable, and staff friendly. +This is an awesome date spot that the area SERIOUSLY needs. Check out The Willow +Lounge, youll be happy! + +Its been a few years since I have been to Ipanema. But my wife and I first went +there thinking it would be Brazilian food (think lots of meat), but it turned +out to be a vegan restaurant! And, I can say, this was one of my favorite places +to eat in all of Richmond. Amazing! Don't let the nondescript building entrance +fool you, these are some creative and talented chefs...two thumbs way, way up! + +Excellent food, fantastic wait staff + +I recently threw a surprise birthday party for my wife at Fraiser's. We had 30 +guests for the event, and everyone came away from the evening impressed with not +only the food, but the outstanding service as well. The management was easy to +deal with during the planning stages, and the execution by the kitchen and wait +staff was flawless. I highly recommend Fraiser's for anyone planning a special +event for friends, family or business. + +FANTASTIC STORE!!! + +I came upon this store as the building caught my eye. It's located in the huge +HONKA Log Homes building, by Walmart off of Evergreen Parkway. The store was +decorated with furnishings & accessories. The friendly crew working was great & +very helpful. This store is what Colorado is all about. Also, I purchased some +furniture last year and all has been great! It's durability & look was perfect +and I will definitely be adding to my collection soon! + +Lovely People, Great Hats + +I was saddened to see the reviews that claimed World Hats Mart has poor service. +It led me to believe that the reviewers simply had difficulty tolerating people +with strongly-accented English. The husband and wife who run this spot are +lovely people. We have had many conversations with them and they have always +been extremely patient with me as I tried on multiple hats in search of the +right costumes for my magic act. I recommend them highly! + +DONT ever go there, not even if your car flips. Their service sucks to start off +with, people are cruel and ignorant. I'm compeltly dissatisfied with their +service and their products. They DO NOT have a return policy and even if their +product SUCKS, they will NOT take it back! DO NOT EVER GO HERE. I prefer +Advanced auto parts over this crappy place with the meanest people. And they +THRIVE to get a customer. DO NOT go here..thank you + +Horrible + +I have been growing my hair out for 1 year plus and went in to get 1 inch taken +off. I walked out with 5 inch long hair on the top, 2 inch long hair on the +sides, and 1.5 in the back. My hair is uneven and it looks rediculous. This +woman should be working in supercuts...if that. This was a terrible experience +and I hope that no one else goes through that. Do your self a favor and do not +go to this establishment. + +The worst Burger King restaurant!!! + +I generally like the BK over the other fast serving restaurants; however, I +regreted to visit this restaurant at my town. This is a shame of my adorable +town, Branford. I ordered a kid meal with a milk and found a bottle was half +opened already. I asked them to change it but they rudely said that it was okay. +Disgusting french fries is very best menu. Don't go, or you will learn how to +waste your money. + +Disappointed + +The Bad: I was at Napa recently and was unpleasantly surprised at poor waiter +svce and subpar food. We were a party of 4 and none of us were particularly +pleased with our dishes. Napa is all about wine but gives very short +descriptions of the wines on their lists. I found my initial selection +satisfactory but the wine flight we chose to be poorly composed. If you must go +ask lots of questions about your selections since your expectations may as high +as mine were. + +Highly Recommended + +We walked in to pick our little man at 10 minutes to closing and heard laughter +from kids and the staff. The facilities are more than adequate and the staff are +just phenomenal. Their sense of humour and calmness when dealing with the little +ones amazes me every time I walk in. We have since moved slightly further away +from the centre but it's worth the extra travel, as the care provided exceeds +our expectations... especially after a few horrendous daycare experiences +elsewhere. + +HORRIBLE!!!!! + +This has to be some of the worst pizza I have ever had the misfortune of +ordering. The crust was lopsided, thicker on one side than the other. It +actually had a hole in one of the slices. There was minimal cheese and sauce and +it completely lacked flavor. I know New York pizza and this is not it!! This was +nothing like New York style pizza!!!. I love pizza and this was a complete and +utter disappointment!! I would not suggest this pizza to anyone!!! + +best quote ever My gate was stuck halfway open so I calledA CLASS Garage Doors +Dr Services. They came to my house in no time and started working on the gate. +They were very friendly and were able to explain me exactly what was wrong with +it. Once they fixed it they answetred all of my questions with no hesitations +and then gave me the best quote ever. I know that if my garage door needs to be +repaired, I will be calling A CLASS Garage Doors + +You will be happy at this store! + +Allen Tire was recommended by friend after my having bad tire experiences in +Temecula. The store manager, Jim Smith, made an excellent tire recommendation +for my newly acquired Lexus. Tires were the right price and now the car feels +like it is riding on rails around turns. The store is clean, run very +professionally and a pleasure to be in. They know their job and you do not have +to watch them to be sure everything is done right. + +Easiest Time I ever had purchasing a car! + +Excellent service, Not only did they get the exact car I wanted win in 48 hours +but the sales man also took me out to lunch. Very kind and reliable. I highly +recommend this dealership if you would not like to hassle on price and receive +friendly service. I have since purchased two cars from this dealership, The +first one was from Phillip and the second was from Richard. Both were excellent +sales men who put my needs first. + +This place has done a great job of taking care of the usual maintenance on my +hooptie. I also never have to wait long for a yearly inspection sticker...and +never get the usual excuses other shops always gave me..."the inspection guy +isn't here today"....for example. Today I went into Kwik Kar and there were two +cars in front of me for inspection...but I was still out of there pretty +quick...barely had time to read a chapter in my book. + +Extremely helpful and professional + +As first-time home buyers, my husband and I found Stephanie Fairchild at +Prudential Steamboat Realty, extremely helpful. She worked with us for over a +year, helping us find our perfect home. Stephanie's knowledge of the market and +properties in our price range, made us feel secure in our decision to buy when +we did. We would highly recommend Stephanie to anyone looking for a home in the +Yampa Valley. We appreciated her patience, knowledge and kindness! + +Great Barber + +Firstly, the other reviewer clearly has never been to Nick's, or he would know +that Nick only charges $13 for a haircut which is pretty much industry standard. +I have been going to Nick for 5 months now precisely because he does pay +attention to detail. I have terrible hair and he really takes his time to make +it look right. Some of the younger kids that work there are a bit sub par, but +if you wait for Nick... you'll be good. + +UGH!!! Got some nice "freshly baked" fruit squares, a personal favorite of mine. +Took a bite, it tasted odd. Flipped the square over and saw it riddled with +green mold!!!! Ugh!! I called the store and the clerk giggled, and agreed that +it was gross, but said it was not her problem. She also refused to get a +manager. I left my number, or tried to anyway. Same clerk had considerable +difficulty taking down a number. I'll never go back there again + +For cheap Chinese food, this is the place to go. I used to eat at places like +New China or Green Buffet in Troy, MO - nothing terrible but not that great. +Now, I won't eat fast food Chinese unless it's from this place. The best value +I've found from a Chinese restaurant. I don't live in Lake St. Louis anymore, +but deliveries were always correct and the service courteous. Now I have to be +in the area to get some lovin' :sadface: + +Amazing Experience! + +My experience was amazing at Providence Aesthetics and Medical Spa. Jana Kueck +was nothing but professional. She makes you feel like you are the most important +person in the world. Jana made me feel very comfortable. Provided me with warm +blanket and has soft music playing. Walking in the door you are made to feel +happy and relaxed. Equipment is state of the art. I would reccomend anyone to go +see Jana Kueck and Robin Talley to see all the many procedures they have to +offer. + +Dave is a patient and methodical teacher, who has a great ear and sensitivity +for his students' passion and the direction they want their lessons to take. +Also, he loves teaching so much, his price is unbeatable, but that does not +change his level of skill. Dave has much to offer. In just 2-3 focused lessons, +I'm already now capable of picking up new songs off YouTube guitar how to videos +and am even writing my own orginals with confidence! ~Jason + +We love our new roof! + +We would like to thank you for the roofing job you did on our home. Everything +was done on a timely manner and things were cleaned and picked up every day when +the crew was done. We also liked the way that Ray checked on the job everyday. +And when the job was done every thing was cleaned up and hauled off that same +day. We would not hesitate to use Spears Roofing again. We have already +recommended you to some of our friends! + +OMFG + +I FUCKING HATE THIS PLACE EVERY TIME i GO THIS HOT CHICK SHOWS UP AND i MEAN +REALLY HOT BUT SHE IS LIKE REAAAALLY DUMB AND THEN THEIR IS THIS OTHER CHICK +THAT IS REALY UGLY BUT SHE IS LIKE SUPER SMART SHE COULD BE A SCIENTIST, BUT +THEN THEIR IS THIS STONER WHO ALWAYS COMES HERE HIGH AND HE ALWAYS BRINGS HIS +FUCKING DOG WHO IS SO HIGH FROM THE SECOND HAND SMOKE I THINK HE IS TRYING TO +TALK. ANYWAY WE DRIVE AROUND IN MY VAN AND SOLVE MYSTERYS AND SHIT + +AMAZINGLY YUMMY! I just got back from france yesterday and just missed the food +already! My sister in law told me about this amazing new crepe place in town, I +was so excited I just wanted to go and test it out for my self! Their customer +service was perfect! Their Food was better then anything I had ever tasted. EVEN +IN FRANCE! I would highly recommend this place to anyone looking for a great +atmosphere, amazing food, and great customer service! Thank you Roll UP Crepes! + +This is one of the worst places I have stayed, we cut out stay short and went to +the Mulberry. Even though they still charge you the days you booked but won't +use, it is worth the get the hell out of this crap hole. The whole experience +shows a hotel managed by what must be a 2 star hotel manager. Bad service +starting from the front desk. The best person is the valet. Short of that, avoid +this place, as a silver Marriott member, this is a disgrace. + +BEST PLACE IN AMES + +I lived here for two years when the prices were a little lower :) The places are +very nice and clean, and in great condition! I really enjoyed the staff at +Wessex, also the manager Sherri was always very nice and helpful. The fitness +center was GREAT! The only problem that I had in 2 years of living there was +that the walls are pretty thin, sometimes I could here my neighbors +conversations. I would recommend these apartments to anybody! I absolutely LOVED +living there. + +The Best Service Ever!! + +I have never had better service. My car broke down and roadside towed my vehicle +to Sussman Kia. They squeezed me in and had me back up and running in no time. +Everyone was pleasant and very helpful. The service department even gave me a +ride home and picked me up when my car was finished. The advisor kept me up to +date and informed on the progress of my vehicle. I give this dealer an A+! I +will definitely be bringing my car back for service. + +HEAVEN ON EARTHHHHHHH!!!! MUST TRY!!! A+++ + +THIS PLACE IS THE BEST. I HATED SUSHI BEFORE BUT NOW I CANT STOP EATTING +IT!!!!!!! NICE SERVICE, AND EXCELLENT FOOD. EVERYTHING IN HERE SEEMS TO AMAZE +ME!!! THEIR GRILL DISHES ARE OUTTA THIS WORLD AND SUSHI IS JUST FABULOUS!!!! I +EAT HERE AT LEAST 5 DAYS A WEEK. THEY HAVE EXCELLENT SUSHI CHEF SPECIAL ROLLS +FOR A FAIR PRICE AND SO IS THE GRILL ORDERS. A++++ +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! JUNO AND OPEN I LOVE YOU GUYS!!!!!!!!!!!!!! [no +homo] :D + +friendly, fine food + +The one-star review from 2005 is out of date. There was a change of ownership a +couple of years ago and service is both quick and extremely friendly. The food +continues to be very good -- deli sandwiches, homemade soups, fresh salads. The +atmosphere may not be for everyone. It is a bustling place where separate +parties are seated at the same table (as in many European cafes), but if you are +OK with that, the food is very good. Love the soups. + +The New Italian Kid on the Block + +Another Italian restaurant in Collingswood? Do we need another one? Only if it +is of the quality of That's Amore. The menu has the usual but then they step it +up another notch. The arancini di riso (risotto fritters) are not to be missed. +Chicken saltimboca was excellent and then there's the chocolate mousse that +comes straight from heaven. Pay extra attention to the appetizers - the next +time I go there I'm planning on ordered a few instead of an entree. + +Auto Towing is one of the best towing services I have used. The first time I +used them they arrived on time and towed car for me to the destination I needed. +The auto mechanics that work for Auto Towing are very friendly and informative +and answered any question I had. They have towed car for me a few times and I am +always very satisfied with this services. If you are looking for towing services +that can offer you a good towed car service, then Auto Towing is the company for +you. + +A very satisfied new customer! + +As a very satisfied new customer, I wholeheartedly recommend United Air Duct +Cleaning. They are professional, knowledgeable, and take meticulous care and +pride in accomplishing their work. Not only were my wife and I very pleased, but +I also had the air duct quality tested professionally by the home inspector that +I regularly use, before and after United Air Duct performed their work. Based on +the test results, the home inspector stated that the quality of their job was +“excellent”. + +The Best Breakfast in Solana Beach! We love T's Cafe! Without a doubt the best +place to grab a tall bloody mary and some eggs benedict. T's has been a North +County landmark for thirty years and with good reason. Family owned and operated +makes sure the atmosphere is relaxed and the food home-cooked with style. I +highly recommend picking up a jug of their homemade bloody mary mix - definitely +the best. If you've been to North County, chances are it's in your favorites +list already. + +Prominent Builders NJ + +Prominent Builders in New Jersey are one the best building contractors, I was +referred to them by my friend, I am so glad I used them for my Home renovation, +and addition. They were very professional, respectful, completed the Job on +time, and well below my budget. Mike one of owners was awesome, he explained the +detailed plan, and executed on time, I am always going use them and refer them +to many friends I can because of the great job they did me. + +Great Dude Cut! + +Great service, cool vibe, impeccable style. I'ma guy with tricky hair so getting +that right is job #1. After going through 5 other places I finally found Janice +at Alta Moda. Not only was it a good cut but my wife and friends comment on my +hair every time I leave...saying it's the best look I've ever had. Either I suck +at my own style or Janice is a genius. Looks like there's a lot of talent in +this place. Worth every penny. + +My Favorite place at Wildwood + +I have been going to the Wildwood, NJ for over 30 years for summer vacations and +always call the Madrid first. I rated it 5 stars. I am not saying it is a 5 star +hotel. I am saying when comparing all other hotels in Wildwood, this hotel has +everything that we are looking for. It is the hospitality from Tom and staff, +that makes it feel like a 5 star hotel in the middle of the beach. We prefer the +layout of rooms and it is always clean. + +When in Scordia, Sicily + +If ever in Sicily please take the time to visit Anna Maria Jose Mudo and her +familia. They are and always will be the nicest people in Sicily that you will +meet. You will also have the pleasure of learning the Italiano language. You +will also have the experience of learning the bella Sicilian culture, that I +have fallen in luv with. I will 4-ever be eternally grateful for their +hospitality and luv that my Sicilian family showed me when I was there for 3 +years. Luv always.. + +I've never felt the need to write a review or make a complaint before, but after +the way I was spoken to by a member of staff at the kennels (whose name I +believe to be Mrs Closs) I would now not recommend this business to anybody. If +the animals are treated in the same way the customers are treated then this +leaves a lot to be desired! Nobody should be spoken to like that regardless of +how bad their day may have been or what may be going on in their private lives! + +Best Car Dealer in TX + +I purchased a nissan from this dealship. The sales men were very knowledgeable +about every aspect of every car we looked at. They were very patient and helpful +from showing the cars to doing the paperwork. The paperwork was a very easy and +smooth. They tried to run my credit score as less as possible so it won't hurt +my score. Overall, I was very happy with the customer service and my purchase. +If you're looking to buy a car, definitely give them a call. They have a huge +inventory. + +I have been a patient a NW hospital and it was great. I have also had an 80 yr +old that I take of sent to the ER and long stays in the hospital. Yes, we had to +wait, but ER is a triage system that takes the most life threatening cases +first. Any ER would be the same. As far as being treated like a drug seeker, +that has not been my experience. As a nurse I know about drug seekers. This is a +great hospital and even better since it became part of the UW system. + +Wonderful Experience + +I had immense pain on a Sunday morning, with friends and family telling me that +I would never find a Dentist on a Sunday. Dr. Taylor was not only available on a +Sunday, but also was able to immediately take care of me. He was incredibly +informative about the options I had, giving me opinions on different treatments +to choose from. Coming from a person who hates the dentist in general, Dr. +Taylor was the best! He really made the visit a pain free one with excellent +service! I would recommend him to everyone! + +HORRIBLE + +This school is the worst one i've ever been to. I attended it for 2 years, and +that was enough. There's holes everywhere in the ceiling, sewage constantly +leaks through the ceiling, and the whole condition of the school is horrible. +The staff and the Principal are rediculous, they don't listen to any input, and +they make up rediculous rules ( They banned backpacks, because a teacher TRIPPED +OVER a student's). The education is horrible at best, do society a favor, and do +NOT send your student here. + +Excellent customer service and quality work. They went the extra mile to repair +my cowboy boots-- they had to have a special kind of paper that looked like wood +grain to fix the heels. That was 4 years ago. I haven't been able to find a shoe +repair place in Seattle since that has been able to do it. (I've been through at +least 5 places already.) If I had time to drive to Tacoma before they closed +during the work week, I would just so I could get those boots fixed properly +again. + +So Handy for Local La Jolla Stuff - Especially for Finding Residential Numbers + +Since moving back from college and trying to settle roots in the Village, I have +referred to the La Jolla Blue Book for a ton of local numbers. The white pages +allowed me to get in touch with parents of my high school friends so that I +could track people down one by one and the restaurant section is basically my +cookbook. It's really cool that so many local businesses are found so quickly in +one place and I want to spread the word. THX:-) + +The staff do occasionally get game info correct, but if your looking fot a good +game and aren'ta nerd, dont ask them. The last time I did that I was suggested +to buy oblivion when I told them I was looking for a fps. I knew what it was and +told the guy that it wasn'ta fps. He tried to tell me it was when I told asked +him if he knew what fps stood for and he had no clue. Overall they aren't very +knowledge about the type of games are on the market. + +First and Last time we'll eat there + +My friend and I went there for lunch today. Neither one of us had ever been - so +we thought we'd try it. BIG MISTAKE - The food was tasteless and cold. We both +kept trying to find something we liked. The only thing I found edible were the +potato wedges, I finally gave up, he kept trying - he found the fried wantons to +be OK - His Mongolian bowl was awful. Would NOT recommend this place to anyone - +in fact - save your money and go somewhere else. + +Liquidweb.com Rocks!!! + +I am not a client of liquidweb.com, but one of my friend called Steven is the +client having several websites. I work with him and since past 6 years he is +hosting his websites to Liquidweb. As I have gone through many reviews sites to +see if any provider is providing better services or not, and I have realized +that there were many good reviews about Liquidweb also Steven never faced any +server issues in his whole hosting. The kind of support they provide is simply +great!!! I would like to host my upcoming website to Liquidweb.com + +Hino Dealer of the Year + +Congratulations Prestige Hino! You have been awarded the converted Hino Dealer +of the Year! Each of you should be proud of your massive contributions +throughout the year! Major Awards – Overall Hino dealer of the year. Overall +Hino finance dealer of the year. Major Awards – Market leader overall, Dandenong +PMA, sales. Market leader medium duty, sales. Well done to Anthony and the team! +Bronze award service excellence, metro. Well done to Brendan and the team! Gold +award parts excellence, metro. Well done to Jason and the team! + +simple but perfect IF you want flashy fancy food stacked high with lots of fussy +garnishes, this is not the place for you. If you want perfectly executed simple +dishes that feature a few exquisite ingredients, you'll love Vetri. Hands-down +the best pasta and gnocchi I've ever eaten (and I've eaten a lot). The antipasti +were amazing, the wines were mind-blowing, the service couldn't have been +better. I've dined at lots of high-end restaurants and I've never before felt my +money was so well spent. + +Great Prices, Great service! + +I've been to this shop twice (once for an inspection and again for an oil +change) and they truly live up to their name: Discount! They have all kind of +coupons available for car washes, oil changes, state inspection, etc. The thing +is, you still get high quality service at nicely discounted rates! There is even +free coffee and bottles of water if you'd like. The owner is a pleasant guy and +I would trust my car with him or any of his workers. Top notch, all the way! + +David is amazing + +David is the most helpful and creative photographer that I have used. He is +willing to do whatever you need from him without hesitation. He was patient and +adapted when everything didn't go according to schedule on my wedding day. Both +the engagement and wedding pictures that he took for us we absolutely amazing. +He got the pictures back to me quickly. I would highly recommend David to +anyone. He will exceed your expectations! He doesn't just take pictures he makes +art out of them and you won't even notice that there's a camera there. + +Not so great + +My husband just got a bike there as a gift he's only had it a month. It's a nice +bike and it cost a lot of money. But just this week a peddle broke. He took it +back and they would not honor a warranty and said it was his fault because of +his shoes?? So they were going to charge him for new peddles and proceeded to +put them on without even telling him the price. Which was very expensive. He +asked for a different pair instead and they only gave him five dollars off?? +Trek is not so great + +Only Concerned With Money + +I have been getting my treatments for a few months now and have seen some +results but not up to the standards that I was told I should expect. The people +there attempt to come across and professional and nice, but I was disappointed +with their customer service. Never miss an appointment because they will charge +you the price of a treatment, even if you had an emergency. It's pretty +ridiculous! They want to squeeze as much as they can from you even if you just +got in a car accident!!!! They don't care one bit about you!!!!! + +Terrible service!!! Made an appointment to have them come to the house to +discuss curtain options and give an estimate. They sent over someone who said he +knows nothing about curtains and could not show me fabric options or give an +estimate. When I called the manager to complain, she said she KNEW the guy +didn't know about curtains and that the usual lady called in sick hours earlier! +Instead of rescheduling they chose to waste my time instead. So what was the +point of the appointment!?! To just come over and hang out?!? I will NEVER do +business with this company! EVER!!! + +Internet Department is rude and insulting + +I was looking to bring a customer to their lot to buy a car but the Internet +salesperson Last name is Balazick sent me this email "AND IF IT WAS WORTH MY +TIME I WOULD OF BOTHERED ASWERING YOUR QUESTIONS. I MAKE MONEY NOT DEAL WITH +BROKERS" Wow, can you believe in todays tough times this dealership would be +looking for any way to move vehicles. As a previous Internet Manager I would +deal with anyone looking to buy a car for a profit and not care if they came in +with a broker. Stay away from this dealership!!! + +This place is a Rip-Off + +I brought a car in to have the "check engine" light diagnosed back in March of +2010. They said it was "plugs and wires" and quoted me $330 to do the work, +including parts. I asked why so high and they said it was due to the labor of +moving things out of the way. Those things ended up being a windsheild washer +fluid tank (1 screw) and the air filter canister (4 spring clips). I did the +work myself for $50. There's no excuse for that kind of estimate. + +My girlfriend and I took a chance on this place because we didn't want to wait +in line at Outback. What an amazing find - this restaurant is a GEM. #1 its +immaculately clean. #2 the decor is tasteful and artistic, from the comfortable +chairs to the elegant light fixtures.... and (most importantly) #3 the food is +FANTASTIC. This is authentic Cuban cuisine; fresh ingredients expertly prepared +and seasoned perfectly. The portions were generous and we got out for less than +the cost of one entree at some chain restaurant. TRY THIS PLACE - YOU'LL LOVE +IT. + +Thank you for helping me get more healthy! + +I came in and saw Dr. Ruona about a month ago for quitting smoking. I have to +tell you that I haven't had one and don't want one. It is the easiest thing that +I have ever done and I tell all my friends that they should do it too. I sent a +customer of mine to you. Dr. Ruona, if you read this, thank you for helping me +get more healthy. I feel lighter and feel that I have more possibilities open to +me now than I did before. I can't thank you enough. + +Signs of Saltford - an excellent supplier of value for money signs and banners +etc. + +I have been a friend and customer of Signs of Saltford for well over 12 years +now and I also became their website supplier some 3 years ago. Tina is the +driving force of the business and you can be assured that she will endevour to +satisfy all your signage requirements at the most cost effective rates. I have +been extremely pleased with the signs and pop-up banners she has supplied to me +over the years - a truly first class family business run by Tina and her husband +Chris. + +My counseling practice + +Hello my name is Vera and I'm writing a review about my own counseling practice +in Bellevue, WA. and in Renton WA. I am a licensed mental health counselor and I +work with variety of mental health problems. I offer compassionate, approachable +and personalized counseling services. My style is compassionate, nonjudgmental, +and caring. Please visit my website to learn more about my practice at +www.veraakulov.com. I am a preferred provider with most insurance companies. +Schedule your first appointment online! I would appreciate reviews from anyone +who has worked with me before in the mental health setting. + +Fantastic for kids + +If you have children or are just a real animal lover yourself you'll love this +zoo. It's only $10 and in essence just one big petting zoo. They sell feed and +milk bottles at the front and I recommend you buy lots. We took our 7 month old +and she laughed and giggled when (very harshly I might add) grabbing and +'kissed' the goats and lambs. The animals were all very sweet and patient with +her. Among the animals that were available to touch were pony's, camels and EVEN +AN OSTRICH!!! Wonderful, inexpensive and lots of fun! + +WOW!!! I can't say enough good things about Karla and the wonderful things she +has done for me and my dog Gracee. Gracee is more excited to see her than she is +to see me!!!! She has always been there for Gracee even for last minute calls! +She has taken care of my sweet girl for almost 4 years now and I would not let +Gracee go with anyone besides her!!! She is caring, punctual, and very +enthusiastic about her job! You should give her a try - it's worth every penny +to know that you pet is in GREAT hands with Wunderbar pet sitting!!!! + +Worst Service I've Ever Experienced + +I wish there was something good to say about the business, but unfortunately, +there isn't. 1) Service and manners were nonexistent. 2) The employees +constantly talk down to customers and are very argumentative for the sake of +being argumentative. (to both myself and customers) 3) I have never experienced +so much rudeness coming from a business. 4) The business is very unorganized. +The invoice is not detailed, so it is difficult to see what you are paying for. +I'd recommend to save your time and energy and find another greek store. + +Exile is the best!!! + +Exile is the longest lasting and most authentic punk store in Richmond! I have +been shopping there for over six years now. The staff is incredibly friendly and +helpful and the owner, Mimmy, is an absolute angel. The mark up is minimal +considering that the clothing is hard to find and often shipped for Europe. In +addition, the clothing is of much better quality than the clothing from hot +topic, which is made as cheaply as possible by people living in horrible +conditions in Asia. Exile is environmentally conscious and involved heavily in +our community. Shop local at Exile!! + +Over-rated + +Buddakan inevitably attracts the majority of its guests simply because of its +association with Steven Starr, but that doesn't impress me. The atmosphere alone +deserves 4 stars but, the food was not up to par with the price tag and the +reputation the restaurant carries. The server we had was knowledgeable but he +was not as proper as he should have been, acting like he was talking to his +friends rather than his customers. The angry lobster was completely over-priced! +$80 for a dish that has about one small lobster tail and is full of filler +vegetables! I wouldn't go there again. + +Alto delivers on all levels. From the moment you enter the restaurant, you know +you are some place special. The service is impeccable, and the food is even +better. I highly recommend the four-course tasting menu, which gives you plenty +of range and food to satisfy your appetite. Also, if you are into wine, Alto has +the depth of both region, varietal, and vintage to satisfy nearly any sommelier +(or after 9pm, bring your own bottle for free...no corking fee!). While it's not +cheap, Alto will give you an experience you'll never forget. + +The landlord is not nice nor helpful + +I have lived in Buckingham Condominiums townhouse for 2 years. I love the +location and the apartment!! I'ma single female and I feel safe coming home at +night. The maintenance people are AWESOME!!!! And the exterminator is very nice, +also. Yes, you still have a few bugs, but that's going to be anywhere you go! +The only problem that I have experienced is the landlord. She is a pure b****!!! +I know that's ugly...but she won't help you out for anything...sad story. Other +than that, I would recommend living here. :) + +The staff leaves a lot to be desired. The front staff has seen quite a bit of +turnover and changed from professional to rude. A simple follow-up phone call +with a woman quickly turned into a nightmare. She may be the reason for all the +change. I sincerely wonder if the doctor has a clue about what is going on +within his practice. If he does know and approves of this behavior then it is a +poor reflection on him. Sometimes it is not worth it to go through that kind of +staff and their personal attitude to get to a doctor. He was an okay doctor but +not worth her. + +WWW-Wonderful Wild Wildernest inn + +I would give the Wildernest inn ten stars of five! Atop Spring Mountain, from +the decks of the West porch, "one can see forever" a scene of unparalleled +beauty and grandeur. I saw deer frequently, in fact a small herd were grazing +near the lodge. There were occasional bears on the deck in the morning. and most +correctly, us visitors did not mingle with the native wildlife. It would have +been more than one could bear! Kathy and Stewart, the proprietors were the +epitome of perfection. Delightful, hospitable, superb,cozy and comfortable. I +hope to be back! + +junkie lube?! + +really weird place, I was driving home from work thought I'd stop in for an oil +change and well, there are a few guys in jiffy lube uniforms sitting at the +table drinking beers and shooting the breeze. The neon lighting sign still said +"on" yet some guy who seemed to be the oldest of the bunch, more like the +drunkest of the bunch told me they'd be open tomorrow. I asked if a manager was +on duty he told me he was.WOW! grey shirt "mark" of course with this type +behavior he could have been wearing someonelses clothing..... + +A friend and I recently took our 16 and 18 month olds here. While there wasn't +too much available for their age (ball pit, bouncy area and a little padded +pyramid to climb on), we went right when they opened at 10 am on a winter +weekday and ended up being the only ones there, so we were given a little more +liberty than we would have if others had been there. It's not the classiest +place, but it was cleaner than I expected and the staff was very friendly. For +$4 it was a nice break from the monotony of winter indoors with a toddler. + +Restored my faith in Mechaincs. + +I spent 3 months going from shop to shop trying to get my Ferrari to run and +drive the way it should. I was about to give up when I met Jason and Neal. They +took on the challenge of making my Ferrari all I dreamed of and more. The crew +at The Creative Workshop went over and above the call of duty and gave me back a +car I can drive anywhere and finally enjoy owning. I cannot say enough about +this place. They have restored my faith in Mechanics. Do yourself a favor, call +these guys first and enjoy driving your car again.. + +a great vacation! + +We wanted to see the sun - and we also got much more! Excellent chefs are in the +kitchen preparing memorable breakfasts. After a train ride over the mountains, +we enjoyed hiking in the flower-filled Wenatchee hills (in May) and a very +interesting bike ride in a loop around the Columbia River...and then wine if we +wanted it on the patio in the evening.... This is a busy group of hosts they are +also running a restaurant, which also must be wonderful - so just ask for what +you need, and I'm sure they will do their best to be hospitable. + +OMG + +OMG.. make sure to book a reservation, as this magical place is packed (in a +nice way) I love that the owner walks around and cares how his customers feel +about their food. The waiters are like no other...My waiter was so excellent I +gave him a 75% tip, and it was worht every penny.. The food was finger licking +the bowel fantastic.. I just discovered her has a place right near my work ( +Color me Phat) If you are looking for a romatic place with the best food and +service in the valley Giovanni Ristorante should be your number 1 + 2 choice. + +Holly is truely the best hairstylist! + +I have lived in the UTC La Jolla area for many years, and I never new this salon +was here until a friend reffered me to see Holly here. I was very pleased with +my experience here. All of the people were friendly and welcoming. I got +highlights, haircut, and a blowdry. She did a great job! Holly is very +experienced and talented, and I could tell she new what she was doing right off +the bat. My hair looks amazing, and I get compliments all the time. I deffenitly +reccomend this salon and Holly to anyone. You will not be disappointed!!!!!! + +Outdated but not bad + +So I really felt like this place was extremely outdated especially since the +pictures make it look nice and modern. It had listed that there was a hot +breakfast but all this meant is that they added a waffle maker to the common +continental affair at most cheap hotels. The family suite was basically two +rooms with a small opening between them which worked great for us because we +were two families traveling together. If you are in town and need that kind of +space I say stay here but if you are looking for a little more upscale affair +don't let the pictures fool you and book somewhere else. + +Great, and probably the only West Indian spot worth hitting up in Nashville. + +I was born and raised in Toronto, which has a huge West Indian (Trinidadian, +Jamaican, etc) population. So huge in fact, that Toronto slang is influenced by +and has Jamaican references, and Jamaican beef patties are staples in my high +school cafeteria. Anyway, I was practically raised on this stuff, and being a +connoisseur of West Indian cuisine, Jamaica Way is a bit toned down to suit the +American palette. All you have to do to make it authentic Jamaican food, is add +a whole lot of pepper. Alot. + +The finest Christmas Trees i've ever seen. + +I felt like I was in heaven when I walked through the majestic fields of this +particular farm. The trees were in magnificent shape and the variety was +astounding. The owners were entertaining and gracious. I especially liked the +Eco friendly atmosphere and the owners love of all animals. This is one of the +best farms I have ever been too. I would call it the Taj Mahal of the east +coast! It put hair on my chest and thanks to the owners advice I invested +vanguard, got myself a woman like Jerry, and became a republican. Thanks Tussey +Mountain Tree Plantation! + +Pho-nomenal!! + +I have been eating Pho for almost my entire life and I've always gone to the Pho +places in south philly and off the boulevard and even the other one in +chinatown, but when i tried this pho place, it blew the other pho houses away!! +all of the pho places taste the same to me, so what seperates one from the other +is the service and the price. The service here is incredible compared to the +other places. the only down fall of this pho house is the difficulty in finding +parking in chinatown. remember to bring cash since they don't take debit or +credit. hope this helps!! + +Had a horrible experience with a manager here, Rachel McInnis, she was rude, +inconsiderate and did not do the right thing for an item that was marked +incorrectly... I'm not interested in shopping in a place with people like her... +she refused to sell me the item at its marked price even after admitting they +had made a mistake. I normally don't write reviews but seeing that I considered +Dillards a distinguished, upscale place to shop, this one won't be getting my +business, nor my family's, nor my co-workers. It's never ok to let a customer +walk out unhappy, especially when they are right. + +Highly Recommend + +I work as a Transformational Life Coach. Since this is an alternative therapy I +always refer clients to a lisenced therapist when I feel that is appropriate. I +found her through a colleague one day when one of my clients was in the midst of +a panic attack and needed professional help that I am not qualified to provide. +Little did I know that I would soon be needing her help as well! She guided me +through a very difficult period dealing with a family member's suicide, coupled +with elder abuse. I found her to be extremely solid, kind, compassionate, and +intuitive as well. I would recommend her highly! + +They won't have a second chance from me. + +First, let me state that although I live in NYC, I am not from NYC, I don't care +about baseball and I absolutely love Boston to death (so beautiful, so clean, so +awesome). That said, I hated this restaurant. The service was just about as good +as I'd get in NYC (that means it was poor) and the food was almost mediocre. The +decor left a lot to be desired and the posters telling me all the reasons 99 was +great just served as an ironic contrast against the reality. Personally I +recommend you take your money elsewhere + +When I arrived at Brickell Honda on 6/4/11, I was greeted and attended to by the +Sales Manager, Gustavo Guerra, in a very friendly and professional manner. I +explained to him what I wanted and that I previously went to Braman Honda. +Bramen Honda was a bit of a hassle. He told me "no problem, we will match the +offer or do better." Mr. Guerra gave me a better deal without any hassles nor +any type of problems. Brickell Honda has been the best buying experience in the +world. I urge all St. Thomas the Apostle parishioners and all of South Florida +residents to come see Gus!!! Excellent customer service!!! + +Great, Honest Service + +I took my 2001 Nissan Frontier in to fix a cracked manifold. The dealer wanted +$1300 to fix that and another $1500 to fix some other things. Eagle Transmission +determined that much of the work the dealer said needed to be done was +unneccesary and what needed to be fixed was only $400!! I was so impressed with +the honesty and integrity of Mike and everyone at Eagle Transmission! I dropped +the truck off in the morning and it was ready that afternoon. I have finally +found a mechanic I trust!! And it was great that they did not charge a service +fee to diagnose the problem - an added bonus!! + +Dr. Shady + +Kelly hit the nail on the head. "Dr. Shady" is a jerk. After the way she spoke +to me on my last visit, I will not be returning!! Good luck keeping business +with that stuck up attitude Dr. Shady. You have just lost mine. The next time +you feel like being condescending to someone, it is not going to be me!!!!!! Dr. +Shady is inexperienced and prideful. She probably does not even have 10% of the +knowledge that some of the other EXPERIENCED vets do in this area. I will be +carefully researching vets before I take my dog someplace else. Beautifully +written reviews Doctor, but completely UNTRUE. + +Poor Experience + +I did not have a good experience w/ Dr. Ghassemlou. During the session, he +demanded to have my physical address, which I've always kept private as I am +enrolled in a witness protection program. I believe he is correct in that he +needs my physical address for legal reasons, however, he did not adequately +explain this during our session. I learned more about this doing my own research +afterward. I think he could've done more to assuage my concerns by giving me +concrete facts. Saying that I need to give him my address or else I have +intimacy issues is not helpful. It's pretty combative actually. + +you'll love it + +I have had my back fused in 2 places. I wish that I hadn't done this. With these +fusions, chiropractric isn't as successful, but it still is very helpful. Even +after my fusions, my back continued to hurt, but now it doesn't hurt any more. I +would encourage anyone who is thinking of back surgery, to talk about different +treatment options first with Dr. de Barros. He really knows what he is talking +about and will approach the different options fairly. You can see different +treatments that a surgeon can't see, so that you can have several treatment +options before you decide what to do. + +Unbelievably huge experience for such a small salon!!! + +I have been to Kim at Cheveux for more than five years. I cannot tell you how +often I am complimented on my hair (style AND color)! I regularly request Kim's +business cards as I am often stopped on the street and asked "Who does your +hair...I LOVE it!!!" Quaint, lovely, small salon with BIG personality. I am made +to feel special when I am in the chair and I have NEVER had a less than amazing +cut or color experience. My hair has never felt this healthy, either. I cannot +recommend this salon enough!!! Thanks Cheveux! + +My Favorite in McLean + +My family loves coming to Endo Sushi.They are very nice, it is never crowded, +and the food is wonderful, very delicious and fresh! Sometimes it is hard to get +parking in the lot in front of the storefront, and it is on a one-way street, +but the restaurant itself is NEVER overcrowded. If you cannot park in the lot, +then you can park in the shopping center's garage, and walk up to Endo Sushi. +The service is fast. Be sure to ring the little bell on your way out if you +enjoyed your meal! (it's by the door, on the hostess stand) + +Horrible Service! I got yelled at, literally yelled at because i asked if i +could pick up my car 5-10 minutes late. I explained that i was already on my way +and i would rush to get there as soon as i could because i needed my car for +work at 5am, but the guy was arguing with me saying he was gonna lock the doors +right at 5:30. Rude, unprofessional, just jerks. Seems like all they care about +is the money and getting home on time, NO care for the customers AT ALL!!! +Missed a whole day of work because i am now carless. I will NEEEEEEEEEVERRRR go +to this place again. + +Superb Arrangements + +I used Fancy Flowers for my late husband's funeral flowers as they had been +recommended to me. I am so glad that I called in to see Ana, she is a lovely +girl who showed nothing but care and compassion towards me. The flowers were all +that I hoped they would be, I have attended several funerals of late +unfortunately and the flowers I recieved from Ana outshone them all. She is so +talented, the flowers were arranged superbly and delicately, it is so obvious to +see the difference between someone fully trained and skilled compared to others. +Thank you Ana I hope to see you in the future under better circumstances. + +Great first experience. I'm 22, and my hairdresser was great (and not "old" like +one of the reviews says) - she really listened to what I wanted and gave me tons +of tips on how to style my hair so I could get it to look the way I wanted it +to. She deep conditioned my hair and took the time to style it properly. She +recommended products but absolutely didn't pressure me to buy. It's a cute place +with a really friendly, laid-back atmosphere. I would highly recommend it and +will be going back for my next haircut. Oh! And students get $5 off, can't argue +with that. + +Smokers Haven + +Yeah, this complex is not very good. Our bathroom fan, one electric outlet and 2 +leaky sinks have yet to be fixed. Both bathrooms look like they were flooded and +the wood cabinets are thrashed at the bottom and they slapped some pieces of +wood over to try to cover it up. And non-smokers beware!!! I think 90 percent of +the tenants are smokers! If you do not smoke, do not move here. Our unit reeks +of old cigarette smoke and it started to become apparent a few weeks after we +moved in. You cannot walk 5 feet without smelling that disgusting cigarette +smoke and it blows right into the windows all day and all night. + +Great Sanwiches, Great Prices + +I used to go here almost everyday since I work in the neighbourhood and loved +their turkey and meatball sandwiches. Chicken salad salad is great too. Best of +all, the staff is quick on their feet and even with long lines, usually serve +you in 5 minutes or less. For the quality, the prices ($4-$6) have to be the +best in town. The staff get to know regulars and do their job very well. +Tourists like the other reviewer might not appreciate their efficiency or +quality, but I certainly do. This isn'ta TGIF or Cafe, its a lunch sandwich +place and a good one at that. + +Rate a church? Might as well just hotpot the curb and rate the traffic light. +It's a bloody church, for chrisssake! Big, grey and imposing. Go there on +christian holidays for a bit of churchy grandure. The pastor at this church is +cool, I met him after some holiday service. He had a robe that was made back in +the '60s. God was pleased with that one! It's historical for Sf, so when your +aunte comes for a visit, take her there. Great for the kiddies - they love the +labyrinth (don't forget to tell 'em its really a 'pagen' thing!). Stop by at +least once or you'll go to heck! + +ok but just becuse we where on a tight budget. + +me and my dad where in NJ for a kc chiefs(my home team)vs the NY jets and for +game 4 of the world series.i'ma red sox fan so i was glad that the phillies +won.the knights inn was small very small.i mean 1 room in every room!it was cozy +a little and a small tv.i mean a 2 day stay was a ok stay even tho the manager +looked like he was chineze and that we only slept and went out from 8 to 7 to +see New York.but sice we almost just slept there i cant give that good of a +review + +It was a Saturday and my spring was broken... I googled Garage Door Repair in +Woodinville and found NDI - Johnette answered the phone and was oh-so pleasant +and helpful! She sort of appologized for Dan taking the day off to go skiing - +but he could do the repair on Sunday! I said great and Dan arrived on time at +10am to make the repair. I enjoyed speaking with Dan, and learning more about +how the springs are sized for these doors. The repair went quickly and the price +was extremely fair. I would highly recommend NDI - and will spread the word to +my neighbors. Thanks Dan and Johnette for your responsiveness and professional +service. Roger M., Woodinville + +I wouldn't send my dogs there. + +I had a conversation with the woman running this place in April 2010. She +basically said if the children getting off the bus aren't paying to enter her +building she was going to let them wander around the streets. Wow, really? With +all the child predators out there, a busy road, cars speeding by...... and you +are going to let some 4/5 year olds wonder around cause you're money hungry? +REAL CHRISTIAN OF YOU!!!!!!!!!!!!!!!!!! Whether they pay me or not, if their +parents get into an accident, stuck in traffic, etc. THE LAST THING I WOULD DO +IS LET A CHILD GET RAPED BECAUSE I WASN'T PAID. + +Excellent service + +I could easily go to Nordstrom for my designer jeans and pay the same price, but +I go to the Garment District for their service. Previous reviewers said they +were pushy and I can understand that, but I find the staff more helpful than +anything else. Tiffany is fabulous! I came in for alterations (free, by the way) +and told her about a stain I had on my new leather purse. She immediately went +to the back, brought out leather cleaner and cleaned my purse on the spot. I +didn't even buy the bag there! Huge selection and, great suggestions from the +staff and they refer you to reliable places if they don't have what you need. + +We were expecting a great experience, when we recieved a friendly greeting by +the hosts. The atmosphere was nice and very clean. The menu had plenty of +options even for picky eaters. The service was ok, our waitress kept forgetting +our drinks even though we reminded her several times. To start we tried the +guacamole and salsa verde, it was completly flavorless. We should have left +then. We orderd our meals anyway, chimichangas,jalapeno borritos, and +quesadillas. Everything was bland, completely void of any spice or flavor. We +have never had mexican food this bad, it was just simply gross. Hopefully they +spice things up or they wont be in business long. I recommend La Hacienda + +Might try again + +Pros: * Jill, the owner, is very nice and really cares about her feedback * +Pretty nice atmosphere * Great Dessert * Not your typical veggie selection, I +like! Don't know where else you can find Purple Hull Peas and some of the other +sides. Cons: * Server wasn't very pleasant * Pretty small portion on the +blackened catfish * Overcooked food * Time, took about 25 minutes from ordering +to eating. Half the tables and bar were empty by this point. Other Thoughts: +Will try this place again. There must be a reason so many people like it there. +Their Club sandwich looks tasty, maybe that'll change my mind.... and a +different server. + +very professional / very helpful + +the people at Fidelity Leasing were very friendly and helpful. i was looking for +a car but did not really know what i wanted and they were very helpful and took +the time to first figure out what my needs were and showing me various options +to meet those needs. they seemed more interested in helping me find the right +car rather then just make a sale. my experience with them was great - low +stress, very helpful and very personal. after finding the car i wanted they took +the time to go over each step and making it as painless as possible. from start +to finish they were top notch. i would highly recommend calling these people up +for your next car. + +This insurance co. Is a joke !!! They have absolutely no communication skills +whatsoever . if you don't mind being robbed ,cheated or lied to then this is the +company for you . They will make every attempt to misinform and misrepresent +themselves . They make up excuses in hopes to confuse their policy holders with +misinformation . as an example they took payment for 5 out of 6 monthly plan +premiums for a yearly policy and cancelled the contract for the remainder of the +policy for reasons they stated was not receiving information on other licensed +drivers in the household ? I personally provided the request on four separate +occasions and they claim there is a glitch in their systems ? Ifa is an acronym +for Im a F%#king Assh@%$e !!! + +Fantastic Service! + +I have been here a few times for oil changes and just got my tires, alignment +and state inspection done yesterday. I shopped it around and they were extremely +competitive in pricing and also added nitrogen to my tires which should extend +the life and get me better gas mileage. It also came with free balance and +rotation for the life of the tires! What made it perfect was that they offered +transportation so that I would not have to wait there or take time off of work +to go back and forth or try to find a ride. Great service, great pricing and +SUPER CONVENIENT! I also did not feel like they tried to sell me a bunch of +services that I did not need. + +Love my home at Creekside + +I moved to Creekside Apartments in August 2008 with a 6-month lease and have +just extended it for another 13 months! The management from Julie and Janice to +the work staff, esp. Edwin, are just wonderful. They have been extremely helpful +whenever I have asked for help. Although the apartments are facing Stokes Street +and close to the Bascom Light Rail, the location is surprisingly quiet. I have +never had any problems with loud neighbors or concerns about safety. The +apartments are within walking distance to Trader Joe's, Whole Foods, and other +stores. The well-equipped, clean gym is a plus! Great place to live if you work +in and around downtown San Jose! + +I interviewed several contractors for a kitchen remodel. Liberty construction +shows up and it's two guys...all I get is 100% sales pitch "We're the +best...we're number 50 so we must be doing something right...look at all these +certificates that say we're great". Not once did I feel listened to like they +actually cared about what I wanted, all they were interested in was me signing a +contract right then and there. Very high pressured sales and with the reviews of +many others bad service. I'm glad I trusted my gut and didn't get sucked into +doing business with them. Find someone you trust that actually hears you and +wants to do the job right. + +Don't waste your time or money! + +I took my 3 year old son here at the weekend and to be honest, apart from the +shark walkway, I thought it was rubbish and overpriced. Even taking into account +the fact that my 3 year old wanted to run most of the way round, it took us just +over one hour start to finish. If you have been to the London Aquarium I would +not even bother with this. If you are really desperate for something to pass the +time and are willing to shell out the best part of £30 for 2 two people then go +for it. (For some reason itwill not let me rate it one star - it is not rated 5 +by me!) + +Cranmore Dental and Implant Clinic : I could not recommend Dr David Nelson +enough. I had a severe phobia of attending the dentist until I met and was +treated by Dr Nelson. He instantaneously put me at ease and his ongoing +treatments have been absolutely pain free. My previous apprehension has been +dismissed and I no longer have a sinking feeling when my next appointment is +due! In addition to the core treatment, Dr Nelson has impressed me further with +his concern and interest in the well-being of his patients – his dental work +underpinned by a strong duty of care to every patient. He is always prepared to +go the extra mile to ensure that any patient discomfort is dealt with +immediately – Pam Gillies + +Best Salsa (hehehe) + +After my trees were cleaned up, they gave me a jar of salsa. The owner warned me +that it was the best salsa I would ever had, and he was right. No joke! I hate +to say check them out just for the salsa, but James, I NEED another jar badly :) +All kidding aside, they are a very good company, I have a hard time giving any +service biz a 5 star review but they came close. Very affordable (don't call it +cheap) and their trimmers were quick and courteous when I got home from work. +And the salsa, be sure to ask for a jar and have plenty of chips around, you +will need them..... + +Dr. Mann killed our pet + +Yea, Dr. Mann ain't so great. We took our beloved kitty to him and it came back +dead. We live in the sub-division around the corner and after it happened and we +brought it up at some neighborhood gatherings we discovered that several people +from this neighborhood alone had pets goto Dr. Mann for surgical procedures and +came back dead. If you take him here for shots, no big deal but I would never +let this man apply anesthetic to my pet ever again. Oh, they also charged me for +the procedure ($250) AND had the audacity to charge me a $25 'DISPOSAL' fee. +They actually itemized it as a DISPOSAL fee. AVOID AT ALL COSTS. + +One of the worst places + +This place and its sister store Peking Garden are the worst places to order +from. the food was horrible not cooked like it should be, they got the order +wrong on a number of occasions, and once forgot about my order. i had to call +back up there two hours later and the lady (who claimed to be a manager) said my +food was on the way, and she didnt offer to compensate me in any kind of way. i +waited another 30 mins before receiving my food and it was cold. in my opinon +this place should be shut down by the health inspector, and anyone who is +satisfied with there service and food has never eaten at a real asian +restaurant. + +Gone downhill since change in ownership + +Sigh. I used to LOVE this place. But now that they are part of a chain, service +has slipped. I am waiting longer at BNA for my pickups and last time I parked +with them, they lost my car key. Lucky I had a spare with me! To date they have +not made good by either finding the key or paying for a new one. (These new car +keys are EXPENSIVE to copy, you can't just go to WalMart.) Go to the website for +coupons and join the club -you can get free parking. However, with BNA offering +one day of free parking due to construction of the new rental car facility, it +may be cheaper to park at BNA. + +Wife and I attempted to adopt a dog and was nothing but frustrating. We arrived +Sunday at about 230 and found a do we really liked. We were told that we +couldn't today because they were closing soon. I called the next morning to let +then know my wife would be driving in. They gave me the run around and missing +paperwork only to call back to tell me someone else wanted her and I would need +to come in and put down a deposit. I work 2 hours away but offered my card over +the phone. They refused. Terrible communication as well. At one point they told +me the dog had been fixed, the next day it hadn't. Huge ammount of time wasted +time and elevated blood pressure. + +College is a Joke and the Salon is a JOKE! Went to the school here OVER +PRICED!!!!!! You do NOT learn the things you were promised. You have to bring in +your own models and they have to pay for you to use them if you dont then you +can graduate! Going back after graduating your told you get a discount on +services nope you dont. Staff is under educated. Going there you learn the +school does not care about the services given just about the money. Over priced +for students to learn! Beware of the nail program you are not taught to use a +nail drill AT ALL you learn the old fashioned way of doing nails you will not be +able to do well in a salon!!! BEWARE! + +You can fool people + +This store is proof that you can fool people with good advertising. They +convince lots of people that they are a great store, when in fact they are a +very average place at best, they are just another big box store like the others. +They offer sales that aren't really sales, mislabeled items that make the item +sound like a good deal when it isn't, a bad attitude about return items, and on +and on. With higher than average prices to boot! So don't get taken in, keep +your eyes open if you choose to shop here. On the other hand, the Richmond +Ukrops chain is known for its charity work, its community action, and its +interest in the public welfare. + +Never again + +Don't go here unless you want to sit,order,eat and be asked to leave all in a +matter of 20 minutes. You won't even have time to read the entire menu before +being asked to order and if you ask for more time your server will wait at the +table. This is the only place I have ever eaten and been told to leave because +other people were waiting. I was told to take my coffee to go if I wanted to +finish it. Oh, and their liquor license was expired so no Bloody Mary or +Mimosas. Plus the drinks are self service, have fun trying to negotiate the +small cafeteria space to get your coffee, juice or water. Go next door to the +Ball Square Cafe instead. + +I guess you get what you pay for. I tried to stay here for a few nights with my +girlfriend, so we asked for a single queen bed. We got there, and we were +treated to the free "upgrade" of a room with two double beds. Since they +consider this an upgrade, they let their other rooms fill up and would not +change our room. Then we got put in a room with a huge gap under the +door....right next to the ice machine. We could hear every single thing that +happened outside like it was inside our room. When I finally found someone at +the desk who could speak English, they moved our room, but we still did not +receive the single queen we had "reserved" + +I was thoroughly impressed! + +I had a problem with the tile in my bathroom coming apart. I called a few +different businesses in the area to get estimates , they weren't the cheapest I +found but very reasonable. The best part is I got my whole bathroom remodeled +for about the same price the other company's were quoting just to fix the shower +tile and fixtures. They had the work done in about half the time quoted which +made me and my wife extremely happy. We have had nothing but compliments on our +bathroom when guest come over- who would have guessed that one? Very nice work +and friendly guys too. Best money I've spent on remodeling ever. I highly +recommend any one considering home repair to give these guys a call. + +New training Centre is excellent + +The Award Dance Centre has moved from its Holderness Road site to a new complex +on Chamberlain Road Hull. The new Centre has 4 studios planned and now boasts +the largest single dance floor area in Kingston upon Hull. The classes cover all +age and skill ranges, with BALLROOM, LATIN, SEQUENCE, STREET, DISCO, LINE +DANCING, BALLET, TAP & JAZZ. We have attended A Ward Dance Centre for over a +year and really enjoy the friendly and welcoming way we are taught Ballroom and +Latin as well as the fun filled social dance evening held every Saturday +evening.... It is not really possible to score this school too highly, We would +give it 12 out of 10 and 5 Stars across the board Steve & Anne + +I purchased a 2-year old certified pre-owned BMW from this dealership. The night +I drove back home, I found that the rear window has some leakage. (You can hear +the wind while driving on highway. Very likely it needs a new window seal). I +admit that I should have paid attention to this kind of little things while test +drive. (But this is a certified car from a dealer.) So I brought the car back +the second day. They told me that this is not under warranty and want to charge +me $175 just to diagnose the problem! Who knows how much they want me to pay to +fix this thing. I walked away. So my advice is that NEVER TRUST THIS DEALER. +STAY AWAY AS FAR AS POSSIBLE. + +Perfect Practice + +After I had chosen The Fountain Dental Practice they provided a slick and +professional service from start to finish. Everyone was friendly from the +receptionist to the surgeon herself, putting me at my ease and explaining the +whole process, both initially and then as we went along. Surgery visit timings +were always made to suit me and not them and they gave me the feeling that I +mattered and was important to them. The surgery itself is slick, modern and very +relaxed and I always felt that I was in capable hands. My dental surgeon, Dr. +Lucy Nichols is clearly a dental perfectionist and clearly proud both of the +work she does and the reputation she has established. Everyone was so helpful +that I cannot wait to go back ..... Peter + +Wonderful service for large group + +I had my wedding luncheon at this BJs restaurant, and it was one of the best +choices that I made. It was a great deal--we paid a certain amount per person, +and my husband and I chose 4 types of pizza and the servers brought out as much +as we wanted. We were also served salad and soda. We had a large party, about +fifty people or so, and yet everything was served quickly and we all had a +wonderful time. Even though we were only supposed to have those specific types +of pizza, when guests asked for a different type, it was brought out with no +charge to us! I really appreciate BJs for making that special day even better +with their wonderful food and service. + +wonderful + +I went to ohm after reading some of the reviews. I go to school in the area and +usually wait until I go home to get my hair cut. I decided it was time to grow +up and made an appointment. Sierra was my stylist and i love what she did. I +have wavy hair and she cut to my hair style. It was the first time i had left a +salon with my hair curly. Usually they blow dry it out and i have to wait until +i wash it to see what it will look like in its natural state. But she did a +fabulous job letting me know what she was doing at all times and styled my hair +in a way i could do it at home. It wasn't completly impossible!!!! I am +definitely going back + +After recently relocating to South Bend, we were looking for a delicious, fun, +yet elegant establishment for New Years Eve dinner. We were disappointed with +this holiday dinner due to the overall flavor and price of the meal, and +accessibility to the Jazz Club. The meal was extremely overpriced and lacked +flavor, especially for being a special NYE menu. The limited menu had few +appetizing options and the NYE special packages were way overpriced. After our +meal, our server found us a table in the jazz club where we were informed it +would be another $10/person to stay and listen to the band, despite the fact we +had just finished a dinner there and were intending to enjoy their drink list. +This was a less than impressive experience at Trio's. + +Run for the hills ... you'll be much better off! + +One night was too much. First room had used tissues next to the bed and I +requested it be rectified. I was then moved to another room around the back +where the room was dirty, the shower was dirty with other peoples hair in it, +the toilet seat was peeling and rough and the bathroom was full of mould. I +called reception to ask if they knew the state the room was in and was told +"This is a Days Inn, not the Hilton" and the receptionist then hung up on me. To +warn you to stay away from this place just isn't enough. There was not one ounce +of caring involved and anyone I can warn about the complete lack of service will +be warned. + +Grocery and Daily Needs Store + +Before using FusionRetail Before installing FusionRetail store was running on a +dos based software. We were having a major problem in maintaining cash. Being a +grocery shop, maintaining 5000 different products was a challenging job. +Managing POS counter without barcoding was really a tough time. How FusionRetail +has overcome these issues ? FusionRetail helps us to maintain the store in an +organised way. Usage of product barcodes and smooth maintenance of inventory +with proper recording of transactions like sale, purchase and returns was never +easy before. How long does it take to train new people at work ? Billing takes +15 minutes and backoffice jobs takes 1 day's training How fast your support +queries get answered ? Over telephone, immediate. On call, it takes a day to get +our issues resolved. + +Can't wait to go back!!! + +This is by far the BEST B&B that we have ever stayed at! We were in Santa Fe for +a special event and our hosts rented out the El Paradero for all their guests to +stay at. We could not have been more welcomed, more comfortable or more well +fed. The weekend was perfect in every way, in large part to Sue and her great +staff. Everyone was so friendly and really went out of their way to make sure +everything went well. We can not wait to go back to Santa Fe and to this great +B&B...especially my 4 year old, who made friends with Ms. Sue and all the +ladies, and has talked about them since we left! We would highly recommend the +El Paradero on your next trip to Santa Fe! + +Disatisfied customer, I went through Kitchen Aid and used one of their +recommended vendors. A&E came out, charged $129 fee just to walk in the door. I +needed a part for my appliance, the cost was very high so I said never mind, +paid the fee and called a local business for a second quote. The second vendor +charged $55 (less than half of what A&E charges) to come and applied that to the +price of the repair service (which A&E does not). Their quote came in at half +the price of A&E for the same work and same part. Seems to me like A&E charges +way more than necessary! Very disappointed in Kitchen Aid as well, I thought +that they pre-screened their vendors for price and quality of work, obviously +they do not! + +Lovely Nails on Cayuga St. in Lewiston, NY + +First let me start out by saying, that I have had very nice pedicures at Lovely +Nails on Military Road. I was very excited that a salon was opening in Lewiston, +as I live in Youngstown. I was in two weeks ago and had the worst pedicure that +I have had in my life. There were four of us and I was taken first by a +gentleman. I put my foot in the water and it was cool. He did warm it up. He +also hurt my toes will pushing my cuticles back. If the pedicure lasted 20 +mins., that was a stretch. The other ladies had a similar experience, both had +nail polish on a couple of toes. None of us will be using their services again, +which is a shame. + +Good Service - Limited Results + +Andrew was helpful and knowledgeable about acupuncture re: infertility. He was +willing to talk to me about my specific issues and develop a plan of action. The +office is shared with a foot doctor and it's very sterile and medical feeling, +which I liked. The down side was that sometimes there was a lot of noise in the +hallway from other patients/doctors. I worked with Andrew for 2 months and did +acupuncture and herbs. The sessions were nice and I felt relaxed after them but +did not notice any changes with my cycles. I know it can take awhile for results +and didn't expect a miracle, but after 2 months I felt like it was not entirely +worth the cost/time. (I am also a little suspicious of all these glowing +reviews...) + +Friendly, clean and excellent location + +The staff was very helpful, and gave us good advice on day and night time +activities. Common room was comfortable and clean, very good room to read or +relax. – A great breakfast which was included every morning until 9:30am; yummy +fresh Parisian croissants. Comfortable and clean beds, a bit noisy when people +were coming in late from a night out, but we didn't mind too much as we were +also just coming in from a night out! The location is really stellar! It is next +to Gare du Nord and a five minute walk to Sacre Coeur which is excellent for +shopping. It is close to bus lines for Opera Plaza, Galleries Lafayette , and +the famous flea Market. We really enjoyed our stay and would definitely stay at +the Vintage Hostel again. + +Just Autos Thank you! Was fast and easy, Just had our car returned this morning, +I would recommend these Mobile Mechanics for sure. They certainly know what they +are doing. The mechanic came to our place and sorted out our cars problems, he +explained the problem and was very up front and honest, it was towed to the +workshop as the gearbox was not working (he explained it better). They phoned +the same day, confirmed it was the gearbox quoted me the job, I gave the go +ahead. Now my cars gears and brakes have never run so well... ever its like +driving a new car. So yes, I wouldn't hesitate in recommending the team at Just +Autos for easy professional car repairs,Thank you Just Autos for your help. + +I stopped in today @ Yards Brewery. I must say, I was impressed with the size of +the bar area and lounge, & I liked that you could see the brewery right thru the +glass! I had a sampler of IPA, Brawler, Love Stout & ESA. All were awesome, & I +had a Dogwood Grilled Cheese which was enjoyable with the fine beers. After my +sampler & sandwich, I asked for a pint of there Nitrogen Love Stout, I must say +I was impressed, with the great taste & I am a Guiness Lover so coming from me, +I think this is better, its less dry & smoother! If you are in Philly you have +to come check this place out! The only negative I have abou this place is the +parking! I left with a case of BRAWLER!!!!! + +Oil Change Disaster + +My wife had taken her '07 Ford Fusion in for a routine oil change. A couple days +after the oil change, the engine ran rough, the low oil pressure light would +come on sporadically, and the engine would whir loudly. Turns out the engine had +no oil, and when oil was put it, it would just run out of the filter. There +could have (hopefully doesn't have) major damage to the engine. All of this +started after their oil change. Once they realized their mistake they sent a +mechanic and tow truck to my wife's work and towed it back to fix it. I would +not recommend this shop for anything, not even something as simple as an oil +change. Plus they will overcharge you for just about everything, and smile while +doing it. + +Liars, negative stars! Took my Cruze in twice for poor fuel economy. The first +time they claimed to get reasonable mpg. However, they would never drive the car +with me in it to prove their findings. I wonder if they were going down a hill! +They told me to bring it back after 5000 miles. I brought it back with 9000 +miles. They "finished" the work and told me the car was ready. I found out they +did not even drive the car, stated they looked at it before. They still would +not drive the car with me to show their mpg number. They also claimed not to see +anything wrong with the blower fan (a seperate issue), but when I drove the car +home I had the same symptoms. I will never purchace another vehicle from Vic +Canever. + +Great Job + +I want to say that Mike did a great job for our family in our time of need. Both +my grandparents passed away 4 months apart and Mike was very understanding. It +was a very trying time for my family and myself yet Mike took the time to greet +each and everyone one of us. He is very professional in his position as a +director and yet he still made time to be compassionate for what we were all +going through. I'm sure its not everyday that a funeral director sees the same +family in such a short time. My grandfather passed away silently in his sleep, +and my grandmother passed away after a short struggle with cancer. Both my +grandparents looked as natural as could be expected. Thank you Mike for all your +help professionally and personally. The Peterson Family + +Poor service + +If you like the drama described in popular sitcom 'Seinfeld', you will see it +here. We signed our name in about 6:00pm. There were 3 names before us. The +greeter said there was about 15 minutes waiting. However, we waited and waited +and in the mean time, saw 4 groups of people simply just paraded in without +signing there names. This sign in policy is posted by the restaurant “no +reservation, sign your name here”. I had to ask the greeter, he explained his +reasons with broken English. I could not understand any his reasons. I could +only take it as they would seat the people they know first. My conclusion is +that you should only go there if you want to wait a least an hour and see all +kinds other people being seated before you. + +Instructor never showed up! January 15th -- We were signed up for Saturday's 2 +PM class "Beginning Yoga with Brittany." We even arrived 10 minutes early as the +website suggests. The instructor did not show up! We waited until 2:25 PM and +then left. There were 2 in our group, and a 3rd person was also in the parking +lot waiting for this class. Well, not much I can say except I'm very +disappointed with this experience. This was our first visit to your studio. In +today's instant world, there's no reason for the instructor not to even have +given us a phone call or e-mail if she was going to be late. As a yoga studio, +I'm sure you're all aware that all actions generate karma … and sometimes karma +can manifest itself on a bad review on Google. + +Finest?? Really?? I beg to differ. + +This place is marginal at best. Not very welcoming and focused mostly on keeping +little kids entertained. I was not impressed, and quite frustrated at their lack +of rating for their courses. I understand not wanting to put labels like 5.10 on +an indoor course, because yes, it is not the same, but some clear understanding +of the difficulty of one course to another is nice when you are an intermediate +climber looking to improve. I don't want to waste my time on routes set for +children, but I don't want to take on something I can't handle just to strain +myself to exhaustion. Rate the routes, with understandable markings and a more +detailed system than easy, moderate, and hard. Again, a great outing for the +kids, a frustration for an out of town climber. + +Best DJ's In Town! + +Wow! These guys were the best. They were thorough, high class, and went above +and beyond. We never had to worry about a thing, and they led the way the whole +time. They asked us things that we would have never have thought of, and took +extra time to meet with us when we needed it before the wedding. Having a team +was the best because they kept the flow of the wedding going the whole time! +They may look young but don't let that fool you, as their knowledge of music far +surpassed what we expected. I am a music junkie that grew up in the 80's, and my +dad worked for a record label in the 1960's. So we didn't expect them to even +know some of the requests that we asked that night. They just really know their +stuff! + +NEVER fear going to the dentist again! + +I'm 61 years old and have dental problems my entire life. By the age of 24 I +stopped going to the dentist. My fear and discomfort from dental work scared me! +It took all the courage I could muster to make an appointment. At the front door +of his office, I nearly turned around. I considered just leaving after going +inside and nearly did. Doctor Gonzales and his entire staff are the most +professional people I have ever dealt with. They made me feel confident in what +they would do, and treated me like a member of their own family. I never felt +pain or discomfort. The ability to smile and eat again can only be described as +a whole new lease on life. Thank you Doctor Gonzales, Doctor Stout, Eva Marie +and the entire staff! Rocky M. Lange Retired Coordinator, Clark County School +District + +HORRIBLE SERVICE AND FOOD + +not only is this place too expensive for what it is, its horrible! In the past, +I got a steak and there was more fat and rough pieces than there was good steak +(and this was the sirloin!), the sides were drenched with butter and the salad +was a little on the brown side. Today we went for a party (during lunch, so the +place was empty) with about 25 other people. It took over 1.5 hours for our food +to come out and by that time my 8 month old had it! Does it seriously take that +long for a soup and salad? I was a waitress for years and a key rule is to serve +customers with small children before others, as I was the last to get my food. I +would NOT recommend having a party here or even going here. Texas Roadhouse is +WAY better!! + +Spay and neuter service. + +I have no doubt that the rescue is wonderful. But I had my cat spayed through +their reduced/free spay and neuter program and the vet they sent us to was first +of all a hour and a half away, and 4 days later we had to bring them to our +normal vet because the vets at the place in wisconsin did a crappy job and they +got infections. My vet even said it was not my fault it was the vet that did the +surgery, So I would not recommend getting that program unless you have an extra +hundred dollars or so for antibiotics and a vet visit. You'd think they would do +a good job but they don't care unless they are getting paid full price. Which is +so dumb. Not to mention the fact that they gave us our cats back not even 30 +minutes after they were out from surgery. + +Billing Issues... + +I had a routine surgery for an ingrown toenail. My insurance company, Blue +Cross/Blue Shield paid the fees and everything was fine. Then I got a bill for +$483.00. The doctor's office said that payments had been "reversed". Blue cross +has no record of aa reversal. The office refused my requests to see what they +got from BC/BS. They eventually turned it over to a collection agency and now +will not even discuss the matter. I eventually decided to just pay the balance +even though the doctor has already been paid, but now the collection agency is +trying to say another reversal of $160.00 has come through. It was an ingrown +toenail. How much could it possibly cost? Not only am I being bilked for money I +do not owe, the office staff is rude to boot. I think this office has some +serious billing practice issues! + +We have been blessed to find Elite Flyers online and would not use anyone else +to handle our postcards, posters, etc. We were looking for a company with decent +rates as our company was just getting started. They have the best rates and +GREAT customer service. On one order, we needed it rushed and shipped to a +different state. They did that with no problem. I also appreciate their honesty. +I sent a graphic that would have been distorted if printed as it was. They +called and worked with me to fix it so that it would look perfect. They recently +surprised me a larger order. I ordered 1000 postcards, we normally order 5000 or +more. Because they had room to do 5000, they created the larger amount, and +shipped them early. I recommend this company to ANYONE and everyone that needs +great work done at a reasonable rate! They have a customer for life in us! + +sheisters + +i made the mistake of buying from these thieves.I paid 2k cash for a truck with +a blown motor.Their so called mechanic said the engine was good and "There is +nothing mechanicly wrong with this truck".Well I think a blown engine falls +under the catagory of mechanics right?Anyway they jimmy rigged it so i could +drive it home.The next day i took it to 2 auto shops and they both told me the +same thing,engine is junk.I called and got the same runaround on hold and noone +calls you back.From a moral standpoint,you guys are really gonna take 2,000 +bucks from someone that needs that truck to work and support his family when you +know its just a piece of scrap metal?If it lasted 1 month i could suck it up but +1 day?Grimy work you guys do.Buy your kids somethin nice with my 2k bucks. + +Best Stationery store in Bethesda + +Papeluna, a cute Mom/Pop custom printing and paper store, just opened a few days +ago. It is right on the hustle and bustle of Wisconsin Ave but some might miss +it as it is nestled in between Subway Sandwiches and Modell's. I popped in after +my afternoon pumpkin spice latte break at Starbucks. It's an adorable little +store filled with lots of stationery goodness. Cards, wrapping paper, paper, and +an area to sit down and talk with someone to design your own invitations or for +whatever else your custom printing needs may be. I gave the woman I spoke with +today a "You've been yelped!" card to let her know that Yelp may be a good tool +for helping spreading the word about Papeluna. I ended up buying a birthday card +and would probably come back for more. printing, printing, copies, printing, +copies, printing, + +Watch out for your wallet + +Watch out for your wallet! This company is overpriced for their services. They +pride themselves on being an event and team building company for corporate +clients but you better believe they are going to mark you up on that feel good +premise. On a recent event quote that I had done, they came in thousands of +dollars over their local competition. The craziest part is that they aren't even +based locally at the city I'm in- they just have 'teams' in areas through the +country. I've spoken to vendors who are used by them who had nothing good to say +about the company as well and in fact were afraid to quote events against them +even though they openly admitted that they felt Canadian Outback was pricing +their entertainment out of the market and doing more to hurt their business than +help them. Be warned- they'll ltake you for everything they can. + +Believe me. This is THE premier university in Virginia. It is also the largest. +With a Pizza Hut, IHOP, 3 Starbucks, Chilis, Panera, and Chipotle on campus +ALONE, VCU has some of the best eating options for students. VCU has the #1 art +school in America, and EXCELS in healthcare and medical schooling. The Rams, the +VCU sports team, also made the NCAA Final 4 this year, too! VCU also offers +high-rise living for students and professors, and the historic yet fixed-up +houses in the Fan are also available to students, professors, or even people +wanting to live in a safe, viable community. VCU is also minutes from Downtown +Richmond, Canal Walk, Carytown, Stony Point, Short Pump, and the VCU Medical +Center. It is the best university in Virginia and continuously receives rave +reviews every year. The U of R is also recommended, too! + +Orr's a nightmare! DON'T GO! + +My boyfriend and I were woken up in the middle of the night at our campsite by +drunken kids who'd arrived around 1:00 am and were drinking at the springs. When +we complained to the management (as we were instructed to do if there were any +problems), nothing happened! Then, the next morning, when we, among many other +irate guests, asked to speak to the owner, he refused to do so. Not only that, +but he told us, via his manager, that it was our responsibility to get up a +second time in the middle of the night and call the night staff if the problem +continued, even though his manager did nothing the first time to stop the kids. +Orr is not relaxing, it's not a safe space, and the owner is awful. To add +insult to injury, he refused to refund our money. Don't go! + +FHS is a good high school -- c/o 1998 + +I enjoyed my time at Franklin High School. We had relatively good facilities at +the time -- decent science labs, with multiple hoods and access to good +equipment; nice gymnasiums, and a well-funded music department (I was in the +guitar ensemble). Now, of course, there's a new building, with presumably better +facilities. All to the good. For those who care, a good proportion of the my +class went on to 4-year colleges, many of them ranked in the top 50 of US News. +If I remember, students went to Dartmouth, U.Penn, Duke, BU, William and Mary, +Vassar, Howard, and Carnegie Mellon, among others. Many students went to +Rutgers, including their top-ranked pharmacy program. The point is -- FHS gives +you the opportunity to make it to a good college, but you need to work hard. + +Absolutely the best little motel on the coast! + +I've stayed at this fabulous little motel two years running, and I have to say +it's one of the best lodging experiences I've ever had on the coast...and I'm +even comparing it to the big resorts I've stayed at! A large group of my friends +and I rent almost the whole motel every year for a weekend, and the experience +and stay have always been five-star. The rooms are SO clean, the managers/owners +are the nicest people, the place feels so homey, and the location and grounds +are beautiful. There's a restaurant nearby (walking distance) with a great +breakfast, and a market across the street. The motel is very well maintained, +and the managers are so accomodating, it's kind of like visiting family each +year! ;-) I honestly can't rave enough about this place...it's really a hidden +gem worth checking out! + +My favorite cuban cafe in Orlando + +I have been eating Cuban for a long time, sandwiches mainly along with other +dishes..I love Cuban coffee, colada... mmmm anyways I found this place and can't +stop going there, I stop in at least once a week and anytime I'm in the area for +a Cuban coffee or snack. The place is chill and comfortable. They don't speak +the best English but enough to get by. They bake bread fresh daily, they don't +press their sandwiches which is the way I like it, and the meat is always fresh. +They have a great lunch special with your choice of meat, chicken, steak, or +pork and rice and black beans and fried plantains. And their breakfast is +awesome!! I cannot describe how delicious the mango and cheese pastries and the +omelets are to die for. Stop in and have a bite you won't regret it. A slice of +heaven in winter park off forsyth! + +highly recommended. + +I have been going to Warner Family for a number of years and would highly +recommend it to anyone. I've read some of the reviews below and would like to +state that yes, like any other doctors office there is sometimes a wait +(depending on what other patients are being seen for) and some of the tests and +procedures that are ran can be costly (just like they would be for any other +medical tests elsewhere if you do not have insurance)...I have seen several of +the providers from the office and have not once been shown anything but care and +consideration. I cant speak for them but any tests or appointments they +recommend are probably in the best interests of us (the patient) and you have +the ability to decline anything that they suggest to you. I personally have had +wonderful service and if youre truely looking for a FAMILY practice...Warner +Family is the place for you. + +Not what i expected! + +We read the good reviews before going and had high hopes.. but to our dismay it +didnt turn out that way! ~It took over 40 mins to be taken to our table, once +there it took another 20 mins to get our orders and a further 45 mins till our +starters landed on our table. Very frustrating for a restaurant that has 1 +rosette and is supposedly renowned for the service... hmm There was no canape's +or amuse to keep us occupied, once we complained about the wait they took us +something to nibble on but that took us getting out our chairs and wondering +round to do that and it was impossible to get anyones attention. Scallops were +overcooked and the foie gras was cold but the rest of the food was lovely. On +top of that though they tried to charge us service charge just to rub it it.... +Wouldn't go back as there are a lot of places A LOT better and cheaper. + +Nice selection, very clean, friendly staff! + +Hot Iron has become a favorite of our family. Everyone can get the signature +dish with ingredients and spices that they want and have the fun of watching it +cook. The staff are very friendly and conscientious. They always ask if you have +meat in your dish, (for vegetarians like me), they scrub an area of the grill +and use separate utensils to cook. They don't just dump your ingredients on and +cook either, but carefully separate meat to the hotter parts of the grill and +still manage to keep the veggies from turning to mush. The selection of meats, +veggies and sauces is awesome too! Every time we go they seem to have a +different ingredient or two which keeps things interesting. Meats are kept VERY +cold, seafood smells fresh and the serving bar is VERY clean. Prices are +reasonable, (Kids meals are around 4.99) and Wednesday's they have discount +dinner prices, I believe. + +Great Cookies, Cakes, and Customer Service + +It was my birthday and I had a last minute idea to have a bakery cake instead of +one pre-made in a convenience store, but the problem was it was the day before +Valentines and when many bakeries turned me down for a plain vanilla rectangle +cake, Fiona stepped up to the plate and was able to make a fantastic beautiful +cake. Not only did it taste wonderful, but the texture was unbelievable, the +frosting wasn't overly sweet to over power the cake, and the cake itself was +just amazingly soft, and fluffy, and just perfect overall. Although I'll have to +drive a little out of my way to go there, I'll gladly do it knowing that since +she's been astounding to me once before that she'll always be that way! (Also +she has a really great website! And we bought a few cookies there too, they were +fantastic as well!) She deserves many 5 star reviews!! + +Food Craving Gone and Weight Loss at Acupuncture Doctor I am a college student. +Before treatment, my food cravings were "out of control" which caused me to be +stressed out. I experienced a Definite Decrease in food craving (about 50%) and +decrease in stress after the 1st treatment. I actually loss 4 pounds after my +1st treatment and 2 pounds after my 2nd treatment. I was amazed. I am now more +at peace and my food craving is about 99% gone after only 3 treatments. Before +coming to Acupuncture DOCTOR I was a big baby about needles and only came +because my boyfriend's aunt recommended it. It hurt very little, felt more like +pressure than pain. What I like most about Dr. Liau is that she is very caring. +She talks to you at each appointment. I can tell she really cares and wants to +help. I am SO GLAD to have found Dr. Liau. Now I feel more confident wearing my +bathing suit in the summer. + +An Asset to Richmond + +For a long time, one big source of entertainment missing from the Richmond City +Limits was a first-run multiplex. Bowtie has filled that role nicely. The +theatre is in an old brick warehouse, which is a block away from the Flying +Squirrels stadium. The owners of Bowtie manged to add something new while +preserving what was already there. The theatre has greatly improved the +surrounding neighborhood. There's plenty of parking, and I've never had an issue +with audience members who won't stop talking or answering their cellphones. Best +of all, there are no ads!!!!! Just previews and the main feature. Expect to pay +full price, and the theatres themselves are on the small side. But if you like +going to the movies, you should love Bowtie. The mangers also play a classic +movies on Sundays, you can get a beer in the lobby, and repeat customers can get +discounts if they have a member card. A great cinema in a great location. Thank +you, Bowtie! + +Craft Wonderland with History + +My first visit was so fun yesterday. I could have stayed all day and not seen +all the things. I am doing origami jewelry and found exactly the right things +for earrings and got many other ideas there too. I bought a beginners quilling +set and like making the filigree forms you can make and add to other crafts. The +owner, Jean, has been there 31 years! What a history. She is a super sweet, +lovable and well-informed woman with a great sense of humor. I really enjoyed +meeting her and happy to learn she comes from Oklahoma and has the values of a +solid no bs country girl. This store is a real gem and has much to offer the +serious crafter or the occasional crafter. By the way, Salmagundi (the store +name) means something like smorgasbord; potpourri; motley; variety; mixed bag; +miscellaneous assortment; mixture, a variety of many kinds of things. Great name +for a great store! Shop Local! Barbara Quimba 1/30/10 + +the 2010 Genesis is grrrrrrrreeeaaat! + +I am a proud owner of a brand new 2010 Hyundai Genesis. I have never seen this +car before until this lady at wal mart had it and she told me she got it here +and that everyone was so nice to her. I asked her who she worked with and she +just told me ti was the sales manager. I took the weekend off and came in and +asked for the manager who is Jeff and he remembered her right away even +remembered her dog, I was a bit shocked that someone would pay that close +attention. We got to talking and he got me set up and I test drove with Craig +and I fell head over heels for this car all I kept saying, " was I gotta have +it!" I thouhgt it would be out of my price range but they really worked with me +and now I couldnt be happier. Jeff and Craig are really good at what they do and +know exactly how to treat a customer. Definitely go see them! + +Bait and switch, untrained workers + +Called the Bonanza store 2 weeks ago, before I ripped out 350sqft of ceramic +tile... was told I would need a "dual head concrete grinder" to remove thinset +and make a nice "finished" look (ready for concrete stain). Was quoted $55 all +inclusive of grinder inserts, etc. No problem, sounded like it's done every day. +Will look beautiful. Got the tile ripped out, call today, now all the sudden +this grinder won't leave a finished look AND it's $125 PLUS around $75 for the +inserts. I can rent another machine for like $60 that will give it a finished +look. So from $55 to $260? Are they serious? I feel like they didn't tell me the +pitfalls before I pulled out this tile and now that I have no other options they +want 5 TIMES the price? Either these people don't know anything about what they +are renting, or worse- they are bait and switching. + +One suspects that earlier reviewer works for another laundry. Outside of parking +being at a premium, especially on discount days, The Laundry Tub is not filthy +and it's no smaller than any of a dozen laundromats I've been in. Yes, there are +bigger, but bigger isn't necessarily better. I availed myself of the wash 'n +fold service, taking just about a year's worth of dirty clothes in and getting +back neatly folded, clean clothes in clear plastic bags (I'd originally brought +them in, in six large yellow garbage bags). The cost was certainly reasonable +and I will continue my patronage of The Laundry Tub in the future. Didn't hurt +any that they knew my name by my second visit and greeted me warmly then and on +my third visit. Whereas my answer to the question "Where do you get your laundry +done?" used to be, "At the checkout line at WalMart," I can honestly say the +answer now is, "At The Laundry Tub." + +Thank you! + +I recently took a rescue puppy to this Clinic and I was SHOCKED at how well +Romeo and My family was treated. They worked around the clock to ensure that my +puppy life was saved. We have to leave him at the vet for 3 days and I was told +to call for check ups as often as I wished that no matter how many times I +called I would not annoy them.lol They where super friendly towards us and +treated us like people not walking bags of cash. In this day its rare to find +such wonderful people who CARE , Not the kind of want to make cash. I would +strongly suggest you give them the chance to prove to you that not all people in +this world are evil! I will never go to another vet as long as I have animals. I +live nearly two hours away and yet I will still make the drive to see them! +Infact I look forward to taking my animals to the vet simply because of how my +animals and I are treated. + +Okay, here's the scoop. I'ma regular at the HH. The food is excellent, the +serivce is horrible. I think they're still in the mindset from when it was only +smokers sitting around and drinking... not in any hurry. In my experience the +food has been excellent (for the most part). However, the bartenders/waitresses +definately need to be re-trained (if they ever had any to begin with) and learn +two things: only chat with customers when other customers are not impatiently +waiting and to look around more often to see if people are waiting. In some +cases the result is because of understaffing, in some cases the staff just +doesn't care/know better. They must also get something to keep take-out warm, so +it's not room temperature at best when you get it home. You just have to know +what you're getting into when you go. Nice local pub, excellent food (especially +wings), and don't go if you have a limited amount of time. + +Trust The Midas Touch + +I personally trust this Midas store with all my vehicles, I have been going +there for years & would never go anywhere else! the staff is very personable & +actually care about the customers safety rather than taking there money. This is +however a very busy shop but there are appointments available & the staff up +front will surely make sure you get back in a timely manner. I look at some of +these other comments & laugh because people think that the world revolves around +them! Like the girl with the fuse problem...Midas has the most high tech +equipment in town & I guarantee you if they told you it was electrical then in +deed its electrical! maybe you should understand how the world works & realize +you are just like any other person & not put yourself on a pedestal. I will +continue going to Dave at Midas because he is one of the most honest business +owners in this town! When having your car worked on you have to trust the +mechanic & this Midas is truly someone you can trust! + +We decided to try this place last night because we noticed that it had some +interesting things on the menu aside from the usual rolls-- live scallop +sashimi, duck breast nigiri with foie gras, panko mussels-- but none of these +were particularly great or worth the sticker price. Additionally we tried the +Logan Circle roll, spicy crab and tuna roll, and sweet potato tempura roll ($15, +$10, and $3.75 respectively). The sweet potato tempura roll was actually a great +surprise: cheap and delicious, the only thing we tried that I would say was well +worth it and a great value (and I never get vegetarian rolls). The other rolls +weren't at all special, especially given their pricing. The bottom line is that +the food isn't great and is relatively high-priced. The service is solicitous, +the atmosphere is nice and mod except the out-of-place flat-screen TV playing +football. But I'd go elsewhere unless the prices are cut. It's just not worth +it. + +Don't Expect Sleep or Courtesy + +I was booked for 2 nights at this hotel in Oct 2007. At 3:15 am on night #2, the +fire alarm and strobe light activated in my room. These are not household type +alarms. When they sound off, it is a true audio/visual experience. I called the +front desk and got no answer. After checking for signs of fire or smoke and +seeing none, I decided to just pack up and leave. The desk agent actually argued +with me, claiming that no such alarm had gone off (as if I would make that up?). +He finally admitted that only the 4 ADA room alarms had sounded, so only 4 +guests were effected (no big deal to him). This little drip offered no apologies +whatsoever, and even refused to give me the name of the manager until I pressed +him for it 3 times. This hotel is adequate enough, but there is an obvious +problem with the staff and management. Do not go there if you expect to sleep +through the night. + +Poor Service, Lack of Passion: Do NOT go + +I began seeing Dr. Romanick back in 2000 and have seen a significant decline in +the quality of care, patient-doctor communication, and just the overall level of +services. The poor quality starts at the receptionist desk, where the staff is +very impatient and lack the efficiency I once loved about the office. It took +them nearly two months to complete a simple task, and countless calls from my +part due to their lack of response and passion (not that it's a requirement for +the job, but it helps to at least pretend to be helpful). Also, I was promised +to have my test results emailed to me, but it never happened, and after a few +attempts to get Dr. Romanick on the phone to brief me on my condition, I finally +gave up and went to a different doctor. Please do not go there if it's +professional, friendly, diligent medical services you're looking for. Save +yourself the trouble, money and time and visit a more caring facility/doctor. + +The moving company is actualy based in Brooklyn, but advertised all over NY/NJ, +including Fort Lee. When the guys arrived (2 hours later than agreed) they told +that you have to pay all the tolls they payed coming from Brooklyn and extra +$100 for them to drive back from your destination. That was not in agreement +eather, but they realy demand it. And another $100 for wrapping the furniture. +So totalling $212 just for start before any work started. Guess what, was not in +the initial agreement as well. I was moving out from 2 bdr apartment and it took +for 3 strong guys 6 hours to load a track (from 2pm-8pm). The only reason I'm +giving 3 stars instead of 1 or 2, I should admit, nothing was broken. So I still +can recomend them but prepare pay twice as much as they tell you initially. One +more thing, they don't take any credit cards or checks. You have to pay CASH +ONLY before they start unloading track on your destination. + +Worst Apartments EVER + +We lived here for 2 years, the first year or so was okay. Then, the more power +they gave to Linda, the worse the place got. We were always having our water +shut off, there were always people having parties at the pool, even after it was +supposed to be closed. The pool was supposed to close at 10 and they would have +people down there until 11:45 yelling, playing music and do who-knows-what in +the dark corners of the pool. Then, when we moved out, we cleaned the apartment +top to bottom, they came back and tried to charge us for two cleaning fees (and +we never got our deposit back) and past utilities (that were already paid, we +have check numbers and records of this). Linda is the rudest person you will +ever talk to and she sticks up for all of the trashy, rude people that live +there, not the nice ones that actually give a crap about respecting others. Do +not live here, you will regret it! + +The Worst Experience Ever!!! + +I have worked with Ted Jurek at Decor and You, and it started out as a decent +experience. He was referred to me by a friend, who didn't have the best +experience with Ted, but said that Ted was able to make up for his lack of +preparedness at the end. I figure I would give this company a chance. However, +after giving a required $500.00 (NON REFUNDABLE) deposit before seeing any plans +or ideas, I was sorry I did. We met a couple of weeks later, Ted was late. He +brought fabric books, and pictures of furniture only, which all came way over +budget. By the time we got to the budget i told him I could work with, there was +basically no design. Just curtains and a couple of accessories. WHAT IS +THAT????? This company is way too expensive with nothing to show for it. Please +everyone....take heed and don't get caught up in the hype about DECOR and YOU +working with every budget...This is just a way for them to squirm their way into +your precious pocket + +Horrible. Horrible. When we walked in, the person behind desk said: "oh well, +you must wait, I am in the middle of something." After a good few minutes, he +asked: "what do you want?" Somewhere in between his rudeness he asked if we +smoked. I asked if this hotel had smoking rooms. He immediately said "no, there +is a $50 deposit now!" Sure enough he charged it to the credit card. When I +inquired he rudely replied "in the morning when things are checked out you'll +get it back." I called customer service about it because the website +specifically states that there are no other charges at the check-in. I also +mentioned to the reception person. He responded "we have problem with 'people'". +Imagine a hotel having problems with people. I finally alerted him to his +rudeness. He said he's had a long and bad day. We had no choice but to stay but +will take this as far as we can. Don't stay there. I came to find out the person +was the hotel OWNER also. + +My friend and I were to stay here for a girls night, catch up on our lives +evening. We live within 20 miles of the hotel and wanted to get away from our +responsibilities for the night. Unfortunalty my husband and I had to put our 13 +year old lab down that morning and we were not expecting this. My friend called +the hotel to cancel our room as soon as I called her. They said that we were to +be charged for this room regardless because we did not cancel within the 72 +hours. I called them back a few hours after putting my Bodhi down and they still +wouldn't budge. Times are hard, I know, but they had no compassion. I called 3 +times to talked to a manager, never a call back. I emailed 4 times, never a +response. In one of the emails I attached the letter from the Vet's that +expressed their sympathy, this hotel did nothing. I even emailed Mackinaw +Tourist and nothing. I am sure this is a good place to stay from reading the +other reviews, but if something unexpected happens in your life, they will not +care. + +FANFUCKINGTASTIC + +Ok I am a New Yorker who has been going to school in Oxford, England. I thought +the UK was completely devoid of good NYC style pizza. I thought to get a decent +pizza the only way was at a fancy restaurant, and I have to get a whole pie. I +thought I would have to wait until I went home to NYC. Well then I went on a +trip to Glasgow and was walking around. I saw this place and it looked like the +HOLY GRAIL. I knew I had found the real deal, big pies, sold by the slice, with +the pizzas sitting under the glass in the front. They have crushed red pepper +flakes and oregano. So I ordered a slice. It tasted like I just flew back home. +I dunno how they did it, but Scottish friends--- this is THE REAL DEAL. I +congratulated this establishment for doing the research on making NYC pizza +because these Scots fcking nailed it. That being said, I don't know how their +delivery service is. They might want to change the name to reflect the new +yorkedness of the pizza, scrummy yummy sounds gimmicky to me. + +Good food, good wait staff, poor management + +We visited on 7/26/08 for dinner We received a gift certificate for the Mama +Mia's on Greenfield Ave. The food was good, and so was our waitress. When it +came time to pay the bill up front, they would not let me use any of the +certificate for a tip (which I have done with any other restaurant I've gotten a +gift certificate for.) I then asked if I could have money back in cash. The +person went to go check with the manager, who was sitting at a table chatting +with her friends who were eating there. Her answer was short and manner rather +rude. Sorry for interrupting I guess. The cashier was also short, unapologetic +and made me feel as I was wasting her time. There were no other options +available (I only brought my check card to cover any overage cost) and she rang +it up and applied it to the gift card before telling me about the tip policy. I +will not be visiting Mama Mia's again. There are other places with food just as +good with management that values customers and employees much more. + +DINING AT TEXAS ROADHOUSE + +TEXAS ROADHOUSE HAS VERY GOOD MEALS, THAT THE MEAT COMES RIGHT OFF THE BONES. IT +HAS VERY GOOD PRICES. ON A BAD NOTE THE WAITING AREA IS NOT ENJOYABLE OR ENOUGH +SEATS. ALSO, THERE SHOULD NOT BE PEANUTS ALL OVER THE FLOOR. NEXT, THERE SHOULD +ONLY BE ONE PERSON BRINGING YOU YOUR FOOD. ITS NOT A BIG DEAL BUT I HAD TO TAKE +MY SALAD HOME BECAUSE THEY FORGOT TO BRING IT. I HAD TO ASK THE GIRL WHO BROUGHT +MY FOOD AND SHE NEVER CAME BACK TO LET ME KNOW. I HAD TO WAIT FOR MY WAITRESS. +WHEN YOU FIRST COME IN THE HOSTESS IS NOT VERY FRIENDLY,THERE IS JUST A BUNCH OF +WORKERS STANDING THERE. I WAS THERE ON MARCH 6TH, 2009. I WAS ALSO THERE OF JULY +4TH 2008, WHEN MY DAUGHTERS BUFFALO WINGS CAME OUT WITH A FLY ON IT. THE MANAGER +CAME OVER AND SAID HE WAS SORRY AND GAVE A NEW BATCH OF WINGS, HE SAID WE CANT +REALLY DO ANYTHING BECAUSE THE DOORS ARE ALWAYS OPENING AND CLOSING . IN MY +OPINION SHOULD OF JUST TOOK OFF THE PRICE OF THE WINGS FROM THE BILL. BUT +EVERYONE HAS THERE OWN WAY!!!!!! + +Mezza Luna FTW! + +their mezza luna's are deffly better than the pizza rolls. its like a pizza +roll, but they just toss ham and cheese inside. it seems like its healthier too, +but its prolly not. also, you can call em ahead of time, and then go to pick up +ur food, or have it delivered**. that cuts down on teh wait time, cus u can do +other stuff while ur waiting. it usually takes 20mins for a mezza luna, as they +have to add pure delicious extract to the mix. their pizza was a little salty +for me, but its still good. they do that whole thing where you sandwich the +pepperoni between layers of cheese for +32 delicious. anyways, the mezza luna: +you should try it. it runs you about 4 bucks and it deals crushing blows to +hunger. **Edit: Living on campus at Clarkson University, I have had food +delivered before. This was back between '05 and '09 and I don't remember how +many times we've had it delivered. Perhaps they don't deliver anymore, but the +deliciousness of a mezza luna certainly warrants a pickup. + +My 2004 x-type was getting close to 100,000 miles so it was time for an upgrade. +I sent my wife and daughter over to check out a pre-owned 2009 XF. Michael +Chestney was very pleasant and patient with my wife and she suggested I go check +it out. I went in later that afternoon and met with Michael. He showed me the +car I was interested in and we took a test drive. I loved the car so we began +negotiating my trade-in and the price of the 09 XF. The entire negotiation took +about 20 minutes. Fair give and take on both sides until we agreed on a deal +that was within my parameters and was fair to both sides. 10 minutes of +paperwork and I was the owner of a beautiful pre-owned 09 XF. I have purchased +over 15 vehicles (cars, rvs, and boats) in my lifetime and I have to say the +experience with Michael and Barrett Motor Cars of San Antonio was one of the +best. Friendly, knowledgeable, and above all fair. That's all you can really ask +from a car dealer and Michael and Barrett hit all 3. Thanks for the great deal +and the great car! + +Identity Theft + +Myself and my fiance's identity was stolen from the office staff. We were told +by a detective and asked to check our credit for anything unusual. Luckily they +caught the crooks before they did one on us. It was a black female that use to +work in the office. She stole the information and gave it to another guy that +did all the work. The other guy was pulled over one day and a cop saw suspicious +papers with names and social security numbers on it. Thats how they were caught. +They both went to jail and a new manager was put in charge of the apartments. +The apartment across from mine belonged to a gang of hookers. Nobody lived +there. A girl would show up, then a guy in a nice car would show up. Short time +later the guy would leave, then the girl. My apartment was usually quiet. I +lived in one that did not face the parking lot. Parking spaces are just big +enough for a Mini Cooper. It sucked having an SUV. If I found a spot, I couldnt +fit in it. Gates worked 30% of the time at best. Bugs were a small problem, +nothing too bad. + +The best there is in service. + +I was recently traveling down I-24 from Nashville with my 3 young children and +had a blowout on the southeast side of Murfreesboro. It was 4:50 when a friend +told me to call Bud, he would take care of me. Not only did they answer the +phone at 4:50 on a Thursday, they hit the ground moving!. They tracked down the +only tire that fit my BMW330i in Murfreesboro within minutes and secured it, +then they came out, took off my tire (it was a runflat - but runflats don't do +you any good if they blow out), and brought it to their shop to change the tire. +They were back quickly considering how far outside of Murfreesboro we were and +had us on our way by 6:30 that evening. Thanks Bud for all of your help and +taking time away from your family that evening. It's without a doubt, the best +service experience I've ever had and just to be clear, the price he charged me +was the same as my tire guy in Nashville's price for putting on the other rear +tire. I hope I can return the favor in the future! Alan Grissom + +Room ok. Service and Client base not ok. + +I have stayed in this hotel many times, and while it typically offers a decent +bang for the buck, its client base largely consists of troubled youngsteers and +evictees from the local, not so pleasant hood. I have never considered this a +real problem as I travel without kids and can fend for myself, but when I had to +listen to a (non-violent) domestic fight that lasted from 1 AM to 5 AM during my +last stay and I found out that the front desk was unmanned during night hours, +my choice was to either waste tax payers money by calling for a yet another +police dispatch to this hotel, or just get over it. I chose the later, but +approached the front desk about the hotel policy to push over their +responsibilities on local authorities, not to mention the good nights sleep i +paid for but didnt get. I was told management would call me back but still +waiting for that call. I will probably stay here again because its cheap and I +cant afford a better hotel, but do not look forward to it and would definitely +not recommend this hotel for families or single female travellers. + +Was there this past weekend and the guy behind the counter yelled at me and my +son because we believed he left the grandma slice in the oven a little too long +and the cheese got all dried out and the slice tasted more like a cracker. He +preceded to grab the slice off the countertop and throw it into the trash while +yelling at me saying, "you do not order what you do not know about" and "you +don't know how pizza is made". It was very upsetting to see this kind of +behavior especially in front of my four year old. He was in the process of +making me a pie and when I got home, the pie was the worst I have ever seen. +Cheese was falling off, so oily and greasy. I think he did it on purpose because +of my simple request for another slice of grandma that wasn't so well-done +(actually, burnt). I will never go back to this place and I am reporting them to +the better business bureau for such horrible customer relations and basically +sabotaging my pizza and taking my $25. THIS STORY IS 100% TRUE. That little man +who thinks he invented pizza can kiss my *ss. + +Long Lines, Silly Rules, Rude Staff, Ok Food + +The first thing you notice when you arrive on location is that the waiting line +literally goes out the door and spills into the parking lot. A restaurant with +this many patrons willing to stand in line just to order tacos must be good, +right? I mean, that's the way it works at amusement parks: the longest lines are +at the best rides. Well, this may be an exception. The staff taking your order +and "waiting" on you are very indifferent and have no sense of costumer service +at all. I have gotten better results talking to COMCAST customer service than +with these folks. And don't even think about asking to speak to the manager +because this guy is, and pardon my French, a jerk. If you have gotten through +ordering, dealing with the rude staff and if you followed the dumb rules, you +are finally presented with what you came for..some tacos that are "ok," but +definitely not worth putting up with all the hassle. Save yourself the trouble +and skip this place all together. I suggest you go up to Raging Taco & Raging +Burrito a couple of blocks up the street or even Taco Mac. + +Wish this was in Saratoga-- + +We were introduced to Bistro Tallulah by traveler-professional diner who happens +to own the Adelphi Hotel and travels the world-- and residing in Paris,London, +New York the rest of the year. SHE KNOWS GREAT FOOD AND DINING EXPERIENCES. She +was dead on-- this restaurant was wonderful--- do not be put off by the one +negative review on this page. I can tell you we were pleasantly surprised -- BT +has taste memory and each time back the food was consistently delicious -- same +dishes -- were consistent. Our friend is a world traveler and loves +unpretentious dining experiences and inspired food. This chef knows what he is +doing. Treat yourself and go-- you will go back! I am a business owner in +downtown Saratoga Springs and wish this restaurant was in our town! The +affordable rent makes it possible for an inspired chef to serve his high quality +fare at affordable prices! Unlike Saratoga. I rrly seek the cehf out to +introduce myself-- but the second time we went-- i made a point of asking our +wait person to introduce my friend and myself to the chef to tell him just how +good our meals were. Cannot wait to go gain. -R. Morris . + +I think that there pretty good. First of all, if you call for an appointment +they won't tell you to call back a month later so you can then make one. They +also don't tell you that they're going to mail you an "application" to be +admitted to be a patient. I feel that the way some doctors offices work around +here is a little bit absurd so I'm happy that these guys don't do those two +things in particlular. Usually you can be seen the same week or maybe the +following week. The doctor did tell me that my male pattern baldness is due to +my mothers father because the gene is exclusively passed on through maternal +line but that's a common misconception +(http://www.consumerreports.org/health/healthy-living/beauty-personal-care/hair-loss-10-08/hair-loss.htm). +In general I would say that the staff is attentive and nice. But then again I +was nice to them so that could have been why. Anyhow, after reading some of the +other reviews it seems like some of the other reviewers are expecting mircles. +If you want miracles you'll have to go to 21st St. It's a pretty typical primary +care office but for the area it's very good. They don't do certain things that +are really annoying about other offices. + +First trip to Canada + +I recently traveled to Canada on business and had a most excellent experience. I +work for a large retail company recently expanding our operations into Canada +and had to travel to ensure all of our computer network equipment was installed +properly and on time. This can tend to be a stressful experience in itself let +alone adding crossing boarders for the first time. I was very pleased to find my +accommodations and the hotel staff to be a very calming and comforting part of +my trip. I found the hotel to be amazingly clean, not to mention very well +adorned with many pleasant surprises. From my first encounter at check in to my +regrettable check out I found the staff and facility to exceed my expectation. I +completely enjoyed my whole check in experience and was impressed with the +friendliness and professionalism of the staff as well as the accommodations +themselves. I will be traveling in this area in the future and you can be +assured that this experience will be helpful in my choice of hotels and Novotel +will be my first selection. Yes the parking can be a challenge but being from NJ +I am no stranger to tight corners. Please pass my appreciation to the Staff and +Management for their excellent hospitality and good spirits as it helped make a +stressful trip enjoyable. + +Favorite place in Tampa. Update: I had to add to my review. I was just in last +night and had a chance to dine in their new dining room. AMAZING! I frequent +this resturant on a weekly basis but usally only for lunch. Well I was in for a +treat when I was greeted by the friendly girls at the counter who asked if my +wife and I would like to sit in their "new" dining room. Right away they told us +that it was the same great food with the same prices so off we went. We were +greeted again and sat promptly. After looking at the menu and seeing the new +menu items they had, we knew we were in for a treat! I had the Chicken Parmesan +Dinner and my wife had the Shrimp Scampi Dinner. AMAZING! The portions were +generous enough that we even took some home! I have to say the value of this +place always amazes me. It's nice to see that even in the economy we can eat a +place that has upscale service, amazing atmosphere, and Incredible food, but not +break the bank while enjoying it! Bottom line is that when it's a small privatly +owned resturant like this is you can tell that the owners and employees take +pride in their product and service. Well Done! + +Great work and honest establishment! + +I typically have work done on my Jeep at the dealership, but it is 6 years old +now and getting charged dealership prices just didn't seem cost effective +anymore. I had tried out few place around the area and had been ripped off a few +times. I had hear great things about Phet and G&G Automotive so I decided to +give him a try. The service was excellent and personable. He checked out what I +needed to have done told me what needed be fixed before he did any work and did +great repair work. The price was actually lower than what I had anticipated and +used to compared to other places, plus he showed me the work he did when I came +into pick up the car. Also, a week after the work, Phet called me up to see how +my car was running and to let me know that they had accidentally overcharged me +for part of the work and wanted to give me a refund for that amount. That is +just unheard of these days! I grew up in a small town where you knew and trusted +your mechanic and was really cynical about city auto repair shops since I moved +here, but Phet has shown that there really are honest hard working mechanics +around. He is my mechanic going forward! + +Our company is a high end designer handbag and fashion accessories company, thus +we are certainly a niche market. We had been evaluating SEO providers for quite +some time and finally decided to take the plunge with Stuart, and Ulistic. We +made the decision for a couple of reasons. 1. Social Media. We were familiar +with Search Engine Optimization strategies, but new nothing about Social Media - +we just heard that it was the next big thing. 2. We really liked the fact that +Stuart sets defined objectives and we meet once a month to go over our Key +Performance Indicators. How has it gone so far? Well we have been working with +Ulistic for 1.5 months, and have 100 people following our site on Facebook, and +our web site, www.designofashion.com has seen a 3 fold increase in traffic, +which is significantly beating our expectations - SEO is a process that takes +time and to get results this quickly is exceptional. We are absolutely confident +that Stuart's ethical and focused strategies will see these trends continue to +grow, and our business will reap the rewards of this program. Finally, it must +be said that Stuart is a fantastic person to work with, because of his solid +strategies and equally as importantly because he is a genuinely good person and +a great communicator. + +Excellent service and quality + +I had Hom-Excel replace most of the windows in my Tampa residence three years +ago. The excellent windows have performed without any problems, but that's not +why I'm writing my review. Three weeks ago, burglars tried to gain entry into +the rear of my home. The intruders slit the screen of the window. Next, they +tried to force the window with a pry bar and then to break the window with a +hammer. The window didn't break! My next-door neighbor heard the noise and +turned on a light, thankfully scaring the two miscreants away (they even left +their hammer behind!). I called Home-Excel the next day to order a replacement +screen for the window, and was happily surprised when they said that they +weren't even going to charge me for the replacement screen...that it would be +covered under their guarentee. Lo and behold, they replaced the screen (which +had to be ordered) yesterday and didn't charge me a dime. Their worker even +cleaned 3 of my windows and changed a lightbulb for me. In this day and age, it +is so rare to find a company with such nice workers and such far ranging +guarantee policies. I rarely write reviews such as this one, but they certainly +deserve anyone's business! + +Friendly staff, but definitely some problems + +May, 2009. We were booked at the Sheraton with a number of other out-of-town +wedding guests. Got put into the wrong room the first night, and were quite +surprised to have someone with the same room key trying to get in the door at +1:00 am! Next day got moved into another room, on the same floor with other +wedding guests. There were 3 adults in our room but towels for only 2, no linens +for sofa bed. In the second room it took 3 tries to get all the towels and +linens we requested. A package and some wedding cards were left in our first +room. They were sent to our second room and had been opened--the ribbon-wrapped +present, and all 3 envelopes. Security in the hotel seemed to be excellent, but +we were never given an explanation as to why someone would open these items. A +mid-afternoon "fire drill" was disruptive, putting everyone out of the hotel. +When we called the front desk about an extremely boisterous crowd in the hall +outside our door quite late at night, it seemed to take the hotel staff quite a +while to quiet them down. The staff was friendly, especially the front desk +female supervisor, and seemed to want to help, but too many unusual things +happened to make us want to stay there again. + +Be Careful Of Who Your Sales Guy Is + +I think this place is probably really great especially judging by the reviews on +here. My experience was awful though. It ALL had to do with the sales guy which +was a young 22 year old who had admittedly only been working for 2 weeks. I was +extremely interested in the car and very likely would have bought it, but the +sales guy I dealt with ruined the deal. Essentially, I told him I didn't trust +him cause he was a car salesman, but he got so incredibly offended at that +statement that he had to go cry to another salesman and compose himself before +coming back. I don't know if the kid had a bad day or what, but I had to sit and +apologize about nothing for 10 minutes until he dropped the issue. After that, I +just tried to ignore his lack of professionalism and test drive the car. I +played dumb and asked him questions that I already knew the answers to and he +responded with half truths and a few falsehoods. For instance I asked who owned +Mazda and he said with confidence that was GM, which isn't true. I mean, I don't +care if he doesn't know, but if he pretends to know and tells me BS to my face, +there's no way I'm going to trust him when matters turn to the price of the car +and financing. + +The Worst Chinese I've Ever Had + +This is by far the worst chinese food I have ever had. The service stunk. I +called in my order and upon arriving to pick it up, they got my order confused +with someone elses. They helped about three other people before they offered to +help me again. They also got my friends order mixed up and wanted to charger her +$10 more than what she had wanted. She asked for the dinner combo and they gave +her two dinner plates instead. We were standing in the store for 20minutes to +simply pick up an order. Not to mention that the wait staff was about as +pleasant as dealing with an angry bull. They were abrasive and rude - when they +were the ones who messed everything up. We had to throw out about 80 percent of +our meals because the food tasted so horrible. I dont know how it is possible to +make orange chicken, sesame chicken and kung pao chicken as well as cheese puffs +taste THAT bad but China Delight accomplished that. The only thing that was +edible was the steamed rice and the vegetable lo mein was barely tolerable. I +will NEVER go here again. Lucky Panda in Willis is a billion times better in +service and quality of the meal. I have no idea how China Delight won number 1 +Chinese restaurant in Montgomery - There needs to be a recount on that vote. + +Terrible Service + +One of the worst experiences I've ever had with a auto repair shop. We took our +vehicle in for a repair to the air conditioning. Approx 4 months later, the +compressor went out. We took it back in to have it repaired again, and less than +a week later the second compressor went out. We went in for a third visit and +they fixed it again, but this time when we picked up the car, the radio and +clock did not work. So for the 4th time in 5 months and the third time in 2 +weeks, we brought the car back again. When we expressed our discontent to the +manager (that's right, the manager), did he say he would return some money, did +he say he would give a discount on our next visit, did he just say "I'm sorry". +Nope, none of the above. He stood there and told us how he wasn't at fault. It +was the fault of the parts supplier, and can we imagine how he felt having to +put another 2 hours of work in the car. And what did we expect...that he bench +test every part. At no time during the conversation did the words, "I'm sorry" +ever come out of his mouth. I, nor anyone else in my family, will ever go to Sun +Devil Auto again. Well, unless of course the third compressor he put in the car +goes out. + +Do not use this company! + +I dropped off a sheet metal piece that I needed copied due to th it was needing +to be replaced. I asked if they could copy the piece I dropped off. They said it +would be made exactly like the one I needed to replace. I picked it up when it +was finished and was charge 30.00. When I got to the job and tried to insert the +new piece of metal IT WOULD NOT FIT!! I took the original piece of metal and +rigged it to make due since I had to complete the job. I took the receipt and +the metal that did not fit and asked Pomper for my money back. The girl at the +desk was sooo rude I could not believe it! She told me she could not use the +piece I was returning and the company would only put it in the trash so I could +not return it. I explained I did not get what I paid for. She asked me to bring +the original piece back and I told her I had to use it on the job. She told me +that was to bad she would do nothing to help me since she could not use or +resell the piece. I said I was going to trash it also and could I at least have +a credit. With a smirk on her face she told me NO MONEY IS BEING RETURNED and +THAT IS THE WAY IT WAS. DO NOT USE THIS COMPANY. There are to many people that +need our business to have to put up with this unfair treatment!!!!! + +I would NEVER recommend this gym to anyone and unfortunately this is based +solely on the owner's own unprofessionalism. When I originally joined in January +I only did so because I was told I would be able to cancel the 12 month +membership if I was to move away. I signed up with one of the staff who was very +pleasant and professional. Actually working out there was good - the machines +are nice and the classes are fun. The locker room is certainly lacking - I would +never shower or change there. They need to update the locker rooms ASAP. Back to +my poor rating - I was excepted to medical school and went in to cancel my +membership as I was told I could do since I was moving away. The owner was VERY +rude, accused me of not reading my contract, and basically told me to shut up +when I was trying to ask questions to further understand the process of +canceling my membership. I was able to cancel it but only after paying a $50 fee +(which the staff person who signed me up stated I would not have to pay if I had +proof of moving) and being spoken to in a very belittling manner. I would +understand if I was being treated this way by a staff member but the club's +actual OWNER?! Bad for business. I was appalled. I will never recommend this gym +to any woman. The equipment and classes aren't good enough to deal with the +rudeness from the staff!!! There are better places on the Cape - FITNESS 500! + +The Salon Experience from Hell + +I feel obligated to share this story. Right out of college I called the salon +and explained my situation. Just graduated, just moved, not rich, and starting +new job soon. I never got a price quote over the phone and they take your cc +info just to make the appointment because if you don't show up, they'll charge +you. I had this ridiculous celebrity stylist from LA named Derrick. After he +already put product on my hair he said "I should warn you, I'm expensive." What +was I supposed to do, say I can't afford you and walk out with crap all over my +hair. I wanted to be very blonde and instead he pulled my root color throughout +my whole hair which is a gross mousey brown. The other stylists around me kept +pressuring me saying he's so wonderful, you're going to love your hair. $400 +later my jaw dropped when the receptionist told me the total. Derrick did a +terrible job, was a complete jerk the entire time, and I had no warning as to +the price. I cried the entire way home. He then "fixed" it for free but it still +looked like crap. I will never go back. It was the salon experience from +absolutely Hell. He also told me that he worked on the cast of will and grace +and that they were all jerks. That's my favorite show of all time. I'm pretty +sure for the cast that it was the other way around. Maybe he didn't do a good +job and they told him so. Absolute Nightmare! STAY AWAY! + +Very unhappy ... + +Working with Rod Jacobsen was my first experience working with a CPA, so I did +not know what to expect. That said - he seemed to be doing well enough. However, +then I asked to amend my return to apply a credit I had just become eligible +for. I expected to pay for this service, but imagine my surprise when I received +a bill for MORE than what I paid to have the original return prepared. Asked +why, Rod simply told me that he had to research how to do the amendment (it was +an amended to show that I had purchased a home - nothing out of the ordinary, +one would think) and that took time to figure out. Well, that was strike one. I +wasn't going to use them again, but I was going to leave it at that. However, +now that I have come to realize that I am going to owe the IRS $6,000+ despite +doing exactly what Rod told me to do, I feel I have to voice my opinion. Last +year, after all was said and done, I asked Rod whether my payment structure +would leave me with no/little tax liability at the end of the year. He said yes. +Well, again, I am now faced with a tax bill of $6,000+, all due on April 15, +2010 and all that Rod has to say to the matter is 'well, you won't have to pay a +penalty.' I may not have to pay a penalty, yet, but this is NOT what I had in +mind when hired these guys. In the words of my new accountant, THEY LET ME DOWN! + +Bit sketchy, sporadic delivery times + +I bought about half of the furniture I own from this place. Why? Because they +cut me good deals if I paid in cash. Sketchy, right? Well they came through and +delivered almost all of my items within a few days. (They even got me a couch +pretty quickly.) The guy who was cutting me the deals and getting me the +furniture quickly, Ahmed, was nice and mostly professional, except the +semi-sketchiness. Then one day, Ahmed left the country, not to return for +months, WITHOUT informing me. He also neglected to tell the other person working +at the store about a dining room table that I had ordered and that was supposed +to be coming in. The other person working at the store didn't know that I still +had this table coming. I had paid in cash, and he said he had no receipt/record +of my purchase. I came back with the receipt Ahmed had provided upon my +purchase, and the guy took forever to copy it but said that he would take care +of the situation. I waited. And waited. He never once contacted us. I've had to +pester this new guy several times to ask when my table will arrive. He kept +saying different arrival/delivery dates and didn't seem terribly apologetic. It +has been 3 weeks and I STILL don't have my table (which was NOT cheap, I might +add). Point is: You might be able to get a good deal on some nice furniture -- +which I did -- but they're not very communicative and god forbid something goes +wrong, you'll have to fight to get it resolved. + +Poor Service + +Run don't walk. My experience with Home Delivery Service has been one of +disappointment and anger. If I could give them a lower rating than poor I would. +On August 21st, 2009 I ordered furniture from Hickory Furniture Mart and +contracted for HDS to deliver it. After seventeen days the delivery van showed +up at my home minus two pieces. I was later told they had been left at the +warehouse and some future date they would be delivered. No one will give me a +date. I spent $2300 on the bedroom suite, which was complete and excellent +condition on the showroom floor. Upon delivery it was clear the entire set was +damaged: a piece of wood was broke on the headboard; the chest of drawers was +missing all four pieces necessary to attach the legs; the dresser back legs were +pushed in causing the dresser to lean into the wall; and a nighstand was missing +a drawer. How do you lose a drawer. After complaining on September 10th to +National Home Furnishings, Boyles, the Hickory Furniture Mart and Home Delivery +Service the latter finally called me back and said they would be up to pick the +dresser and chest of drawers at some future point and at some later point it +would be professional repaired and at some later point it would be returned. The +customer service at Home Delivery Service was terrible let alone their promise +to proper set up furniture. So I am in limbo regarding a bedroom suite. I hope +the owners and employees of this store have broken bedroom suites in their homes +and furniture sitting in someone's warehouse. Maybe then they will begin to +understand poor customer service and terrible sit up service. + +Excellent Driving School + +I was involved in a car accident 20 years ago and since then I've been a nervous +wreck and haven't been behind the wheel. Unfortunately, a family emergency +required me to conquer this fear. A very good friend of mine highly recommended +the Professional Driving School and I was told to specifically ask for Gerry. +She highly recommended him and described him as the "Saintly Instructor and +Simply the Best Instructor there is ....very calm, pleasant and very detailed in +giving instructions". I called the school most probably 10 times before I +finally enrolled in a 20 hour package. I had to cancel my initial lesson 4 times +and on the 5th attempt the management was quick enough to associate my +cancellations with my fear and finally encouraged me into taking my initial +lesson. Five minutes before my initial lesson, I got a call from Gerry advising +me of his arrival and to come down as soon as I was ready. My heart pounded as I +walked down and pounded even faster upon seeing Gerry in an SUV - Lexus! I +thought of canceling the lesson once again because I didn't feel comfortable +driving an SUV. Gerry pleasantly said " since I am already here why don't we +give it shot. I trust you and believe that you'll be able to handle this and all +you have to do is to reciprocate! Trust me and most especially trust and believe +in yourself. Don't worry, I'll take care of you!" ....... the rest was history! +Here I am now driving confidently on my own. Gerry, I can't thank you enough for +helping me cope with my fear. To my friend, thank you for your recommendation... +you were true to your words in saying Gerry is a "Saintly Instructor +...Absolutely Simple the Best Instructor and Best Driving school there is! + +Review on House of Joy Chinese Restaurant + +My family and I moved to San Antonio a year ago and have tried almost all of the +Chinese Restaurants because we love Chinese food. Well it took us a while to +find one that we liked. But we don't just like House of Joy WE LOVE IT. +Everything we have gotten there has been more authentic and better tasting than +any other Chinese restaurant in the San Antonio area we have been to--and trust +me we have been to a lot of them. We just happen to stumble across this little +restaurant one day when we had to visit the Bexar County Tax Office off of +Bandera Road. We stopped in and got some take out and cannot stop going back. +They have the best Egg Drop Soup I have ever tasted. We also love their Egg +Rolls and Spring Rolls. And every entree we have ordered is perfect. Everything +is always cooked fresh and tastes fresh. Their prices are extremely reasonable +for the amount of food you receive. The staff is also just so pleasant to deal +with. They are also quick at getting your order out to you. You don't have to +sit and wait around forever like most places!! So anyone looking for an +Excellent night out for Chinese or maybe just lunch should stop in and try it +because I promise you 2 things---You won't regret it!! and you will go back for +more!!! Karla Ferguson-Granger PS I have noticed on here that someone left a +comment that "all of the nice comments must come from co workers or friends" and +I will tell you that I don't know these people except from eating at their +restaurant. We are from Virginia and just moved here a year ago. So that comment +is completely false. Because we think IT'S THE BEST!!! and we don't know them +except for eating there. + +Dr. Strzalka at Flagship CVTS is not a good doctor + +I am not sure about the quality of the other doctors there, but i do know from +personal experience that Dr. Christopher T. Strzalka is not a man of his word, +and is also very CRUEL AND UNCARING!! He was going to operate and replace my +bicuspid aortic valve due to critical aortic stenosis. I had a surgery date of +July 17, 2008. Then he renigged when he read my Health Care Proxy, even though i +agreed to be on the ventilator for 2 months following surgery (as he had twice +stated i must agree to). He later said that by 2 months he "meant at least two +months". Two months and at least two months are totally different things. He did +not even give me the chance to say i would stay on the ventilator longer, which +i would have. A Health Care Proxy is not written in stone and can be changed. He +also never even said he was sorry. Just said i was inoperable and walked out of +the hospital room. So, therefore, now he says i am inoperable (even though i am +not 100% inoperable), and he is letting me die. I am just middle aged and do not +want to die, but thanks to this doctor i have no other alternatives. I, along +with my friends, consider this doctor to be the cause of my death as he is not +even trying to save my life by operating. Even my PA i went to the other day +said "it must by comforting to have gone to a heart surgeon like him who will do +nothing for you". He said it sarcastically. If you want a doctor who will lie to +you and say he will operate and then change his mind, and not know what he is +talking about when he recommends procedures at other hospitals and says they are +what you need, when they will not work for you, go to this doctor...he is the +one for you. + +What you can learn from the below 'bad experience'. + +I would suggest not avoiding Second Home based on the 'bad experience' review. +I'd probably be more inclined to board my two dogs here, seeing that they don't +just take every dog coming in. I've toured this place and was impressed by how +clean the place was, and all the options for the dogs. It's unfortunate that +bmil believed that his 'perfect' dog was not given the right opportunity to +prove himself. But I've done hundreds of dog introductions myself (another +place, I don't work here), and owners can have unrealistic expectations and +views of what they see when their dogs meet other dogs. Workers who do these +introductions look at the interaction objectively; and it's good to see they are +able and willing to say no if they feel there would be a problem. It sounds +(according to your own statement) that they had a roomful of dogs, so they must +be doing something right - and are keeping those dogs safe from potential +problems. You say you work a lot, and that you have a young dog; so I have +little doubt that your dog is just filled with energy to burn; and it is good of +you to look for a place to take him. But not at a risk to other people's pets. +You were clearly given another alternative by Second Home, to board him - which +might have given your dog a chance to come and go from Second Home a couple +times, getting used to the place and maybe facilitating another attempt to get +into daycare later. No business is going to push customers away without good +reason; so isn't it reasonable to think they might know what they're doing? My +dogs are far from perfect, and one of them I believe would be a little much for +daycare here herself (at least initially). Be a little more reasonable with your +expectations of a place like this; and maybe don't jump to personal attacks +suggesting that they don't want to work hard, just because you bruised your own +ego. + +Dumbest F'ers ever + +I called dominos tonight, it rang forever, I get put on hold twice without +saying a word and FINALLY someone says, MAY I HELP YOU? So I say: I'm at the +Radison Warwick hotel in Rittenhouse Square (built in 1926) do you deliver to +the Warwick? They say no, Warwick in New Jersey, Call New Jersey. I laugh and +say, no, that Warwick is in New York, but I'm at the Radison-Warwick. And he +says: You're at Warwick in Pennsylvania? and I said, YES, CENTER CITY PHILLY, +and he says, NO, Warwick is a township, If you're at a Radison in Warwick thats +too far, try dominos in Pottstown. I say, NO, I am at the RADISON WARWICK HOTEL +in Rittenhouse Square. He says: I not know that town, I have to get to work, I'm +in PHILLY. Call dominos in your town. I SAY LISTEN: I'm at 17th and LOCUST, do +you deliver there? He says, I have to have an exact ADDRESS. OK, 1701 LOCUST +STREET i say. he says: Why you tell me your in WARWICK TOWNSHIP? He gives the +phone to a girl, she says, I have to have your address, I say, do you deliver to +17th and locust, she says, your exact address, I say 1-7-0-1 Locust, ARe you +sure? she asks? YES I am sure, well, she says, is that ON 17th STREET. Yes, I +say. 17th, like over by 16th and 15th YES, I say, one mile west of you. You're +at 7th. I am just south of Walnut. She says, Is that 17th like over past broad. +YES, I am west of broad. Broad, I say, is 14th street and I am 3 blocks west of +broad and one south of walnut. Hmmm, she says, Then why are you calling here, we +don't go past broad? Anyway, after much yelling and cussing I hung up, grabbed a +cab, and went to Geno's. + +Quick to take money but not quick to fix a problem! + +B&B came out very quickly to give us our quote back in June. They were very +polite, eager to answer any questions and willing to wait for us to return from +vacation to begin installing our fence. Our fence was installed quickly in +August and they had their money and left saying "Workmanship is guaranteed for a +year!". Within a week we noticed one of the boards on our gate splitting where a +nail had gone in. We called our representative who assured me he would call the +office and have it taken care of. We heard nothing. We then called the office +and the man we spoke to said he'd send someone out to look at it but couldn't +promise when- two weeks came and went and we heard nothing. I just called again +and was told that workmanship, not wood, is guaranteed for a year- well in my +opinion- the wood split due to a nail which is part of workmanship! She even +went so far as to say "Your calling about one board?" Well- when you pay over +$1000 for something you want it to hold up and look good!!! YES! I WAS calling +about one board!! I'm very frustrated at this point- it would take all of 10 min +for them to come by and replace the one board that is cracked (the crack is deep +enough to stick a penny in it and it goes clear through) yet they do not want to +take the time to bother with what once WAS a happy customer and has now become a +dissatisfied customer. So I figure if they don't want to take the time to fix +the fence that they installed then I'll take the time to let everyone I can know +about how they treat customers once they have your money!!! STAY AWAY!!! YOU GET +WHAT YOU PAY FOR!!! They came in under a lot of other quotes and now I know +why!!! When the fence was first installed I would have given them five stars, +now for their poor customer follow-up and unwillingness to fix the fence they +have dropped to a one-star in my opinion! + +Lots of rules, phantom innkeeper, last minute price was worth it. + +I called the "207" number and listened to the same recording loop 3 times before +I gave up. I then called the 800 number (which was answered) and inquired about +last minute rates. They had a room with a $99 rate, which I booked. The room was +supposed to be on the 2nd floor, but they put us on the 3rd. The email +confirmation (which I read in the car) warned about large suitcases, declaring +that we are innkeepers, not longshoreman. In other words, they do not help with +suitcases, but they promise totes to help. However upon our arrival no one there +(the inn was open). So no totes. Finally a chambermaid stuck her head around the +corner from the top of the stairs and told us sternly that we could not be +accommodated until 3M, no exceptions. Then she was gone. We returned after 3PM, +found no one there, and a note from the innkeeper with directions to our room. +Rules in the room: #1) if you drink the soda from the fridge in your room you +must prove it by leaving the can in the trash. If they think you've taken a soda +from your room home with you, they will charge you $1.50 per can. They count the +cans in the trash to make sure. #2) If you take the shampoo products home, they +will charge you $8 per item. #) If you want a late checkout, (after 11 AM) they +charge you $15 for the first hour, $25 for the second hour, and after 2PM it's a +full day charge. #4) Breakfast is 8AM to 10AM. No earlier and no later. If you +go later, it's all cleaned up. (By whom, I don't know. I never saw anyone there. +All these rules are posted in the rooms.) Snacks: uninspired bread, tea backs, +and individual coffee things for a machine that didn't exist. I put the coffee +thing in hot water and settled for a cup of weak coffee. No wine glasses. Room +was clean, but had a weird, dated, sink/stove combo that didn't work. Bath was +clean except shower stall which had mildew problems. No tub. The Inn touts a +shower with dual shower heads, but only one worked. Don't get the rooms off the +two kitchens. They are RIGHT OFF the kitchen so you hear everything. Free +parking. I'd go back if I could get the last minute rate again of $99, but I +wouldn't pay their rack rate. + +Quit with the overstatements! + +The worst thing that can happen for any restaurant like Zahav is to have too +many people write hyperbolic reviews making claims that "everyone" is going to +"love" the food, decor and service. The truth is, in my and my dining partners' +experience, this is a fine little restaurant with some unique food. It's an +entirely up and down experience, however. Now, the best of that unique food +comes at the very beginning of the meal. The salatim salads are the smallest +plates I've ever seen placed in front of me (you would most likely think they +were condiments if it weren't explained to you). Though they are mostly +excellent, you generally don't get enough forkfuls to know if you really love +them. That being said, the laffa and hummus are out of this world. Then again, +for the three of us who dined together, two pieces of flatbread left us fighting +for more, and licking the hummus from our fingers (and yes, those two pieces of +flatbread did represent a three-person order). Dinner was also an up-and-down +experience. The vegetarian dishes and lighter fare were almost always spot-on, +while the lamb was often dry and/or overcooked. The duck was a 65% glob of chewy +fat with no resemblance to the juicy, crispy delicacy it usually represents at +other establishments. Dessert was... hmmm, that's interesting, I don't even +remember dessert. I guess that tells you a lot. Oh, yes, the chocolate +semifreddo was quite good. The warm chocolate cake was very tasty, but served at +room temperature, not warm by any stretch of the imagination. And my--no, I +still don't remember what I had. Service was average, but nothing special, and +restaurants that are supposed to be excellent should do a better job of training +their waitstaff to be communicative and friendly, not merely capable. Perhaps +had we not gone into this restaurant believing Zahav was going to be golden as +its name suggests (and as the many golden reviews seem to attest), we would have +enjoyed a decent little expensive experience. But one should not go here +expecting something fantastic, unless perhaps you've never had middle-eastern +food before, or succulent duck, tasty lamb, decent portion sizes or actually +warm chocolate desserts. PS) When we called for a reservation, we were told that +5:00 and 9:30 were their only openings. When we arrived at 5, and left circa 7, +there were the same 4 or 5 empty tables surrounding us. Did they think we were +going to feel lucky to get any reservation at all, and therefore be more pleased +with our dining experience? + +MUST READ - Do not waste your time in this store. + +At my appointment the girl helping me was unable to adequately lace up some of +the dresses. They felt like they were going to fall off of me and it was very +difficult to see what I would actually look like were I to purchase some of +these dresses. I thought it would be a good idea to see how a few that I liked +would look like on a model (by looking the dress up online). So, as I was +leaving I asked for the designer/dress name or style number associated with my +top picks. They said they were "unable to tell me until they ordered my dress". +Hmmm... A person cannot call a company, if you have no idea its name (since the +designer is unknown... SUPPOSEDLY), and order a gown without a dress name or +style number. Do other brides fall for this??? They either: a) don't want to +give it to me because they don't want me purchasing the dress elsewhere or b) +are recreating the dresses themselves (ie STEALING other designers' dress +designs and "filling the orders" by their own seamstresses). I'm no detective +but... uhh... seriously?!? Whatever type of operation they are running, I'm not +interested and if you're smart, you won't be either. What a waste of TIME. Aside +from that little *mystery*, one of the sales ladies was quite comfortable +telling me how wrong I was about how another dress that I loved compared to one +of her dresses that I was trying on. Somehow, since she supposedly doesn't know +any names of designers/dresses, after I told her the designer and dress name of +the one I was comparing, she knew "exactly which dress" I was referring to and +disagreed with my observation; she said that the bodice did come as low as the +one I had on. My point: Even if I was wrong, don't sit there and argue with the +customer. Say something like, "Huh. I didn't think so but you could be right." +Unless you want to take the "tell the customer how wrong she is and try and +force her into a dress she's obviously not loving" approach which will likely +get you... uh... nowhere. Seriously: do not waste your time. Other shops around +this city have MUCH NICER and more TRANSPARENT owners. Not owners that seem like +they have something to hide and know nothing about common courtesy and customer +service. I felt very much like Wedding Gallery was being dishonest and I +wouldn't trust them to lace me up in another gown let alone trust them with the +gown I will wear on the most important day of my life. + +AWFUL SERVICE! + +After happily visiting Sear's Automotives in the past, I was shocked at the +horrible service received at their Greensboro location. I brought my car in on a +Sunday to replace a shredded tire. I waited about 20 minutes in the store part +before anyone was able to assist me and was then told to pull my car into the +shop (that is apparently what you are supposed to do, but the big signs pointing +you that way are for some reason kept inside the garage, so you don't see them +drving up, and they purposely block the front pull-up that all other Sear's +use). Once inside, I had to stand around for at least 10 more minutes +before--FINALLY-- a technician got to me. Once I returned to pick up my car, you +can believe I spent quite a bit MORE time standing around waiting. I had wanted +to split the total between a credit card and check card since I was being +reimbursed for the tire but was told this wasn't possible. Once I actually got +back in my car, it was dirty and had grease all over the steering wheel. OK, one +bad experience...fine. The following Friday, I returned with my car to go ahead +and replace the other 3 tires, which were worn. I would not have gone back, but +I couldn't find the particular tire they'd used in stock anywhere else. Once +again, I waited for quite a bit before being attended to. I got the order +completed, and then questioned the technician since it came out about $40 less +than I expected. He said it was the same tire, and verified this, after checking +both the actual tire on my car and my service papers from earlier in the week. +However, when he printed out the service quote, I could see that it was NOT the +correct tire, and was not even an appropriate tire for my car model. So I +pointed this out to him, at which point he said they only had one of the correct +tires in stock. Ok--fine. So I got just my other rear tire replaced. They +promised it'd be done within an hour, so I waited in the lobby. Over two hours +later (and ten minutes before they closed) my car was finally finished. A few +minutes after I left, I was called and informed that "I" left my wheel lock +(which they should have left in the car). Of course, they would be closing in 5 +minutes, so I would have to hurry up or get it the next day. Of course I +couldn't make it back in time (and they apparently could not stay 5 extra +minutes to wait for me). The next day, no one could find my wheel lock and that +particular technician was not in. Of course, they couldn't call him either to +ask about it because apparently they don't keep their employees' phone numbers +(riiight), so I would have to return on Monday (driving for 3 days now with no +wheel lock should I get a flat). On Monday I called and again it was a big to-do +to find anyone who knew anything about it. Supposedly they will be holding it +for me this evening, but I'm sure that will also be a huge ordeal. The employees +at this Sear's are completely apathetic and there didn't seem to be any sort of +management that I could see. I will never return there again (and now have some +serious doubts about the quality of work they actually performed on my car). diff --git a/con/dat/dep/UD_English-EWT/stats.xml b/con/dat/dep/UD_English-EWT/stats.xml index 899e231..275e353 100644 --- a/con/dat/dep/UD_English-EWT/stats.xml +++ b/con/dat/dep/UD_English-EWT/stats.xml @@ -5,124 +5,150 @@ fused is the number of tokens that are split to two or more syntactic words The words and fused elements can be omitted if no token is split to smaller syntactic words. --> - 166222517252548293104 - 125432021412045852444 - 20022482025148328 - 20772476425096332 + 166222514922548203326 + 125442019632045772613 + 20012478925149359 + 20772474025094354 - - - + + + - 15931 - 21666 - 12274 - 15413 - 8221 - 20075 - 923 - 43111 - 4910 - 6827 - 22961 - 16878 - 29863 - 5411 - 820 - 28406 - 1139 + 16807 + 21860 + 12521 + 15936 + 8204 + 20097 + 928 + 43165 + 5051 + 7044 + 23024 + 16091 + 29768 + 4621 + 913 + 27879 + 911 - - 161 - 3204 - 11783 - 11017 - 5348 - 751 - 15270 - 648 - 42 - 578 + + 487 + 3272 + 3690 + 11794 + 11026 + 5354 + 992 + 16022 + 754 + 85 + 112 + 26 + 17 + 10 + 55 + 580 1741 - 2500 - 1574 - 19100 - 15373 - 70447 - 4909 + 2516 + 1592 + 19037 + 44 + 20061 + 76687 + 115 + 3930 + 52 + 1468 + 4891 + 190 77 - 222 - 8338 - 3620 - 14273 - 3674 - 16365 - 3186 - 1790 - 18683 - 1397 - 121 - 11336 - 13751 - 377 - 24724 - 2957 - 10149 - 5988 - 1394 + 407 + 12678 + 5066 + 20158 + 3747 + 16380 + 3156 + 47 + 1491 + 1469 + 443 + 18774 + 19 + 1728 + 955 + 161 + 9 + 4 + 48 + 9 + 9 + 11337 + 13740 + 1213 + 24723 + 2959 + 10137 + 5996 + 3255 - - 1820 - 2449 - 4586 - 13211 - 11487 - 1929 - 8090 - 1640 - 21431 - 8320 - 125 - 2853 - 10385 + + 1834 + 2353 + 4542 + 122 + 13906 + 12232 + 1902 + 8067 + 1643 + 21397 + 8294 + 98 + 2527 + 9530 910 - 9347 - 5620 - 340 - 6 - 9 - 19409 - 208 + 9349 + 5912 + 345 + 9 + 8 + 5 + 19440 + 226 947 - 3 - 740 - 614 - 1910 - 32 - 312 - 464 - 787 - 9392 - 8486 - 167 - 4446 - 357 - 20222 - 1401 - 3088 - 12600 - 11245 - 555 - 683 - 26 - 1881 - 29729 - 38 + 5 + 755 + 673 + 2105 + 155 + 787 + 770 + 8656 + 8438 + 3 + 159 + 4467 + 388 + 19892 + 243 + 1449 + 3138 + 12282 + 10828 + 376 + 536 + 694 + 29 + 2046 + 29683 + 43 16622 - 164 - 3743 + 179 + 3821